Push event to branch 3.0 Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 [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 21) [Pipeline] stage [Pipeline] { (JDK 8) [Pipeline] stage [Pipeline] { (JDK 11) [Pipeline] stage [Pipeline] { (JDK 21) [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Agent centos-7-0924w is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-0924w" 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-0924w" - 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-0924w" - 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-3131.vf2b_b_798b_ce99" 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-0924w in /home/jenkins/agent/workspace/ci-cd-integration_3.0 [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/ci-cd-integration_3.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.6' 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/3.0:refs/remotes/origin/3.0 # timeout=10 Avoid second fetch Checking out Revision cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 (3.0) > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 # timeout=10 Commit message: "Versions update" > git rev-list --no-walk e85bc7ee7afc4019c10e07ca366c3e9beb723fcc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/jenkins/jenkins_build.sh Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f) 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.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-container-jetty-http2 [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-test-framework-provider-jetty-http2 [jar] [INFO] jersey-connectors-jetty-http2 [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-micrometer [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-inject-injectless-client [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-e2e-tls [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-singleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] 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] 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-compatibility-jackson14 [jar] [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-2421 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-3662 [jar] [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-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 [jar] [INFO] jersey-rest-client-tck [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-examples-assemblies [jar] [INFO] jersey-examples-bookmark [war] [INFO] jersey-examples-bookmark-em [war] [INFO] jersey-examples-bookstore-webapp [war] [INFO] jersey-examples-cdi-webapp [war] [INFO] jersey-examples-clipboard [jar] [INFO] jersey-examples-clipboard-programmatic [jar] [INFO] jersey-examples-configured-client [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-micrometer-example-webapp [jar] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 3.0.99-SNAPSHOT [1/292] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38771 for jersey.config.test.container.port [INFO] Reserved port 36653 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [WARNING] Unable to create Maven project for com.sun:tools-jar:jar:1 from repository. [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@3.0.99-SNAPSHOT?type=pom [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty/jetty-client@11.0.18?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api@5.0.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty.http2/http2-server@11.0.18?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty/jetty-alpn-conscrypt-server@11.0.18?type=jar [INFO] CycloneDX: Creating BOM version 1.4 with 773 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 3.0.99-SNAPSHOT [2/292] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40869 for jersey.config.test.container.port [INFO] Reserved port 45931 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT [3/292] [INFO] from archetypes/jersey-heroku-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-heroku-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-heroku-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp --- [INFO] Reserved port 40233 for jersey.config.test.container.port [INFO] Reserved port 40175 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 3.0.99-SNAPSHOT [4/292] [INFO] from archetypes/jersey-quickstart-grizzly2/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 --- [INFO] Reserved port 34309 for jersey.config.test.container.port [INFO] Reserved port 32917 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 3.0.99-SNAPSHOT [5/292] [INFO] from archetypes/jersey-quickstart-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp --- [INFO] Reserved port 41457 for jersey.config.test.container.port [INFO] Reserved port 38515 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 3.0.99-SNAPSHOT [6/292] [INFO] from archetypes/jersey-example-java8-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-example-java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-example-java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp --- [INFO] Reserved port 33955 for jersey.config.test.container.port [INFO] Reserved port 41551 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 3.0.99-SNAPSHOT [7/292] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.0.99-SNAPSHOT/jersey-bom-3.0.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 3.0.99-SNAPSHOT [8/292] [INFO] from core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2023-11-01 11:28:44 at timestamp: 1698838124226 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [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/ci-cd-integration_3.0/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- antrun:3.1.0:run (default) @ jersey-common --- [INFO] Executing tasks [WARNING] [echo] Building for JDK8 [INFO] Executed tasks [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common --- [INFO] Copying 7 resources from src/main/resources to target/classes [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] --- antrun:3.1.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [INFO] [javac] Creating empty /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (compile-2-java8) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java8 [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java8 /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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] --- compiler:3.9.0:compile (default-compile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 378 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-common --- [INFO] Reserved port 36199 for jersey.config.test.container.port [INFO] Reserved port 42711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.message.internal.QualityTest [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.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.message.internal.DateProviderTest [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.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.FormProviderTest [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.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.001 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.002 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Nov 01, 2023 11:28:53 AM 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.015 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.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:310) 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.653 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest [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.config.AdditionalSystemPropertiesTest Nov 01, 2023 11:28:55 AM 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.006 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Nov 01, 2023 11:28:55 AM 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.009 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [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.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.001 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.uri.UriTemplateTest [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.logging.HasEntityTimeoutTest Nov 01, 2023 11:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080/getnull Nov 01, 2023 11:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null Nov 01, 2023 11:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null Nov 01, 2023 11:28:55 AM 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.019 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (tests-with-additional-permissions) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.095 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] --- jar:3.3.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common --- [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 3.0.99-SNAPSHOT [9/292] [INFO] from inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 46609 for jersey.config.test.container.port [INFO] Reserved port 44249 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 3.0.99-SNAPSHOT [10/292] [INFO] from inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-hk2 --- [INFO] Reserved port 45645 for jersey.config.test.container.port [INFO] Reserved port 45083 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Nov 01, 2023 11:29:13 AM 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 in __HK2_Generated_38 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1647402924) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 11:29:13 AM 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 in __HK2_Generated_45 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,606471445) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 11:29:13 AM 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 in __HK2_Generated_49 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,489431665) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.093 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 3.0.99-SNAPSHOT [11/292] [INFO] from core-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-client --- [INFO] Reserved port 40661 for jersey.config.test.container.port [INFO] Reserved port 33571 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.filter.EncodingFilterTest Nov 01, 2023 11:29:18 AM 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.460 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.050 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.114 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Nov 01, 2023 11:29:19 AM 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.161 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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 Nov 01, 2023 11:29:19 AM 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.135 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.295 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Nov 01, 2023 11:29:19 AM 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. Nov 01, 2023 11:29:19 AM 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. Nov 01, 2023 11:29:19 AM 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. Nov 01, 2023 11:29:19 AM 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.039 s -- in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Nov 01, 2023 11:29:20 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 11:29:20 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 11:29:20 AM 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.100 s -- in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Nov 01, 2023 11:29:20 AM 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. Nov 01, 2023 11:29:20 AM 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. Nov 01, 2023 11:29:20 AM 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. Nov 01, 2023 11:29:20 AM 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.032 s -- in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [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.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.client.ClientRxTest [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] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Nov 01, 2023 11:29:20 AM 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. Nov 01, 2023 11:29:20 AM 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.052 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.279 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 172, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 3.0.99-SNAPSHOT [12/292] [INFO] from media/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41609 for jersey.config.test.container.port [INFO] Reserved port 38429 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 3.0.99-SNAPSHOT [13/292] [INFO] from media/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons: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/ci-cd-integration_3.0/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-jaxb --- [INFO] Reserved port 34019 for jersey.config.test.container.port [INFO] Reserved port 46809 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 3.0.99-SNAPSHOT [14/292] [INFO] from core-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 370 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 146 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-server --- [INFO] Reserved port 33929 for jersey.config.test.container.port [INFO] Reserved port 40851 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Nov 01, 2023 11:29:45 AM 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: 0.851 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 11:29:45 AM 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. Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 11:29:45 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 11:29:46 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 11:29:46 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest Nov 01, 2023 11:29:46 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 11:29:46 AM 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. Nov 01, 2023 11:29:46 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 11:29:46 AM 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: 1.090 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest ### 200 ### 200 ### 200 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest ### 200 ### 200 ### 200 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest ### 200 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.036 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s -- in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [afromString, fromString, bfromString] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest Nov 01, 2023 11:29:59 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:98) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 94 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) 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.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) ... 98 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 11:29:59 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) 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.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Nov 01, 2023 11:30:00 AM 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.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. 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.031 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70) 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.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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.193 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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@35efef22]}, 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: [@jakarta.ws.rs.POST(), @jakarta.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 jakarta.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 jakarta.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: [@jakarta.ws.rs.GET(), @jakarta.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$ResourceRootNotUnique.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.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 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: 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: 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 jakarta.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: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. 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. 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Nov 01, 2023 11:30:01 AM 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@610461e3]}, 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Nov 01, 2023 11:30:01 AM 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 11:30:01 AM 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). Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Nov 01, 2023 11:30:01 AM 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). Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Nov 01, 2023 11:30:01 AM 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 Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Nov 01, 2023 11:30:01 AM 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:30:01 AM 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: Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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: Nov 01, 2023 11:30:01 AM 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: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()] Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Nov 01, 2023 11:30:01 AM 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: Nov 01, 2023 11:30:01 AM 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.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(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Nov 01, 2023 11:30:01 AM 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Nov 01, 2023 11:30:01 AM 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: Nov 01, 2023 11:30:01 AM 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: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()] Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 11:30:01 AM 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. Nov 01, 2023 11:30:01 AM 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.121 s -- in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest Nov 01, 2023 11:30:02 AM 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 jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Nov 01, 2023 11:30:02 AM 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 jakarta.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. Nov 01, 2023 11:30:02 AM 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 jakarta.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. Nov 01, 2023 11:30:02 AM 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:30:02 AM 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. Nov 01, 2023 11:30:02 AM 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 jakarta.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. Nov 01, 2023 11:30:02 AM 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 jakarta.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. Nov 01, 2023 11:30:02 AM 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:30:02 AM 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. Nov 01, 2023 11:30:02 AM 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 jakarta.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. Nov 01, 2023 11:30:02 AM 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. Nov 01, 2023 11:30:02 AM 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 jakarta.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. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [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.047 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest one Nov 01, 2023 11:30:03 AM 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.136 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Nov 01, 2023 11:30:03 AM 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. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest Nov 01, 2023 11:30:03 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Nov 01, 2023 11:30:04 AM 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. Nov 01, 2023 11:30:04 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Nov 01, 2023 11:30:04 AM 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. Nov 01, 2023 11:30:04 AM 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.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.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$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. 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. Nov 01, 2023 11:30:04 AM 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. Nov 01, 2023 11:30:04 AM 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.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() 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. Nov 01, 2023 11:30:04 AM 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. Nov 01, 2023 11:30:04 AM 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. [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.100 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Nov 01, 2023 11:30:04 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Nov 01, 2023 11:30:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:30:04 AM 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.ApplicationHandlerTest$MergedA.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() at matching regular expression /merged. 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.129 s -- in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Nov 01, 2023 11:30:04 AM 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.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) 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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest Nov 01, 2023 11:30:06 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.ContainerRequestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.ContainerRequestTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Running org.glassfish.jersey.server.ApplicationTest Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource 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.ApplicationTest$DummyResource will be ignored. Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.server.ResourceMergeTest Nov 01, 2023 11:30:06 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@34096891, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@34096891], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.111 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest Nov 01, 2023 11:30:07 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 920, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server --- [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 3.0.99-SNAPSHOT [15/292] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42213 for jersey.config.test.container.port [INFO] Reserved port 46359 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 3.0.99-SNAPSHOT [16/292] [INFO] from containers/grizzly2-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-grizzly2-http --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http --- [INFO] Reserved port 37063 for jersey.config.test.container.port [INFO] Reserved port 38417 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-http --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >---- [INFO] Building jersey-container-servlet-core 3.0.99-SNAPSHOT [17/292] [INFO] from containers/jersey-servlet-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet-core --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-servlet-core --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core --- [INFO] Reserved port 34953 for jersey.config.test.container.port [INFO] Reserved port 45351 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/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.servlet.internal.ContextPathEncodingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core --- [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 3.0.99-SNAPSHOT [18/292] [INFO] from test-framework/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 44969 for jersey.config.test.container.port [INFO] Reserved port 36557 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 3.0.99-SNAPSHOT [19/292] [INFO] from test-framework/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-core --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-core --- [INFO] Reserved port 37277 for jersey.config.test.container.port [INFO] Reserved port 35451 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/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.test.JerseyTestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.test.JerseyTestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core --- [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 3.0.99-SNAPSHOT [20/292] [INFO] from containers/jersey-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-servlet --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet --- [INFO] Reserved port 37657 for jersey.config.test.container.port [INFO] Reserved port 46355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet --- [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT [21/292] [INFO] from containers/grizzly2-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet --- [INFO] Reserved port 42423 for jersey.config.test.container.port [INFO] Reserved port 41881 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 3.0.99-SNAPSHOT [22/292] [INFO] from test-framework/providers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40773 for jersey.config.test.container.port [INFO] Reserved port 33125 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >-- [INFO] Building jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT [23/292] [INFO] from test-framework/providers/grizzly2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 --- [INFO] Reserved port 35905 for jersey.config.test.container.port [INFO] Reserved port 33185 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/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.test.grizzly.pckg.GrizzlyPackageTest Nov 01, 2023 11:30:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Nov 01, 2023 11:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Nov 01, 2023 11:30:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Nov 01, 2023 11:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 11:30:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 11:30:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:30:28 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 11:30:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Nov 01, 2023 11:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest Nov 01, 2023 11:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:30:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:35905 Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37319] Nov 01, 2023 11:30:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:30:30 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:37319/ Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37319] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35905/ Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35905] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35905] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 11:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35169] Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35169/ Nov 01, 2023 11:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35169] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 3.0.99-SNAPSHOT [24/292] [INFO] from connectors/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35987 for jersey.config.test.container.port [INFO] Reserved port 41451 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 3.0.99-SNAPSHOT [25/292] [INFO] from connectors/apache-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-apache-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache-connector --- [INFO] Reserved port 42221 for jersey.config.test.container.port [INFO] Reserved port 36689 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/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.apache.connector.HttpMethodWithClientFilterTest Nov 01, 2023 11:30:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:30:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.458 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:30:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.112 s -- in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest Nov 01, 2023 11:30:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest Nov 01, 2023 11:30:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:30:40 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Nov 01, 2023 11:30:40 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 11:30:41 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:30:41 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:30:41 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 11:30:42 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:30:42 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 11:30:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:30:42 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.074 s -- in org.glassfish.jersey.apache.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache.connector.AuthTest Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.661 s -- in org.glassfish.jersey.apache.connector.AuthTest [INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:30:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:42221: Read timed out Nov 01, 2023 11:30:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:42221 Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:30:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:42221: Read timed out Nov 01, 2023 11:30:45 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:42221 Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest Nov 01, 2023 11:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s -- in org.glassfish.jersey.apache.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.020 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42221/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:42221 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42221/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 11:30:46 AM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42221/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:42221 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42221/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42221/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:42221 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42221/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:42221 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:42221/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:42221 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-3 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:42221/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:42221 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:42221/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:42221 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:42221/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:42221 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-2 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:42221/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:42221 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:42221/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:42221 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:42221/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:42221 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:42221/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:42221 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-3 12 > GET http://localhost:42221/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:42221 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-3 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-1 13 > GET http://localhost:42221/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:42221 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:42221/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:42221 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-1 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:42221/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:42221 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-3 16 > GET http://localhost:42221/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:42221 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-3 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-2 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:42221/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:42221 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-0 18 > GET http://localhost:42221/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:42221 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-1 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-0 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-3 19 > GET http://localhost:42221/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:42221 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-2 20 > GET http://localhost:42221/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:42221 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-3 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-2 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 20 Nov 01, 2023 11:30:46 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42221/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:42221 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42221/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:42221 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 11:30:47 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.apache.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache.connector.CookieTest Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.apache.connector.CookieTest [INFO] Running org.glassfish.jersey.apache.connector.StreamingTest Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 11:30:47 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s -- in org.glassfish.jersey.apache.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest Nov 01, 2023 11:30:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] Nov 01, 2023 11:30:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42221/ Nov 01, 2023 11:30:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42221] Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 11:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42221] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------ [INFO] Building jersey-connectors-apache5 3.0.99-SNAPSHOT [26/292] [INFO] from connectors/apache5-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache5-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-apache5-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache5/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache5-connector --- [INFO] Reserved port 45425 for jersey.config.test.container.port [INFO] Reserved port 38435 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache5-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/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.apache5.connector.HttpHeadersTest Nov 01, 2023 11:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Nov 01, 2023 11:30:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:30:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.168 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Nov 01, 2023 11:30:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache5.connector.AuthTest Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.833 s -- in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:45425/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:45425 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:45425/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:45425/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:45425 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:45425/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:45425/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:45425 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-2 4 > GET http://localhost:45425/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:45425 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-3 3 > GET http://localhost:45425/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:45425 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-2 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-3 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-2 5 > GET http://localhost:45425/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:45425 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-2 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-1 6 > GET http://localhost:45425/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:45425 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-0 7 > GET http://localhost:45425/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:45425 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:45425/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:45425 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-1 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-0 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-2 9 > GET http://localhost:45425/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:45425 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-2 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:45425/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:45425 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-3 11 > GET http://localhost:45425/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:45425 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:45425/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:45425 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-3 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-1 12 > GET http://localhost:45425/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:45425 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-3 15 > GET http://localhost:45425/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:45425 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-1 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-3 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-2 13 > GET http://localhost:45425/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:45425 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-2 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-0 16 > GET http://localhost:45425/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:45425 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-3 18 > GET http://localhost:45425/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:45425 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:45425/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:45425 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-3 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-1 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-0 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-2 19 > GET http://localhost:45425/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:45425 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-3 20 > GET http://localhost:45425/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:45425 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-2 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-3 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 76 Nov 01, 2023 11:30:57 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:45425/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:45425 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:45425/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:45425 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 11:30:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:30:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.030 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:30:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:30:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 s -- in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Nov 01, 2023 11:31:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Nov 01, 2023 11:31:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Nov 01, 2023 11:31:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Nov 01, 2023 11:31:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 11:31:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Nov 01, 2023 11:31:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Nov 01, 2023 11:31:01 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 11:31:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:31:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:31:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:31:02 AM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 11:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 11:31:02 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:31:05 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.060 s -- in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-2 Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45425/ Nov 01, 2023 11:31:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45425] Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 11:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache5-connector --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >-- [INFO] Building jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT [27/292] [INFO] from test-framework/providers/inmemory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory --- [INFO] Reserved port 46613 for jersey.config.test.container.port [INFO] Reserved port 35251 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-inmemory --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/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.test.inmemory.InMemoryContainerTest Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46613/ Nov 01, 2023 11:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >-- [INFO] Building jersey-test-framework-provider-external 3.0.99-SNAPSHOT [28/292] [INFO] from test-framework/providers/external/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-external --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external --- [INFO] Reserved port 35587 for jersey.config.test.container.port [INFO] Reserved port 34603 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-external --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-external --- [INFO] [INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------ [INFO] Building jersey-container-jdk-http 3.0.99-SNAPSHOT [29/292] [INFO] from containers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jdk-http --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-jdk-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http --- [INFO] Reserved port 40283 for jersey.config.test.container.port [INFO] Reserved port 35359 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/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.jdkhttp.BasicJdkHttpServerTest Nov 01, 2023 11:31:13 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 11:31:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:13 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 11:31:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.417 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest Nov 01, 2023 11:31:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Nov 01, 2023 11:31:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:19 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:40283 Nov 01, 2023 11:31:22 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.090 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Nov 01, 2023 11:31:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 11:31:23 AM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https contxt created Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Nov 01, 2023 11:31:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:23 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:40283 Nov 01, 2023 11:31:26 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:26 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:40283 Nov 01, 2023 11:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:29 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.090 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jdk-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >-- [INFO] Building jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT [30/292] [INFO] from test-framework/providers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http --- [INFO] Reserved port 44831 for jersey.config.test.container.port [INFO] Reserved port 35495 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/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.test.jdkhttp.AvailablePortJdkHttpServerTest Nov 01, 2023 11:31:30 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 11:31:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:31 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:44077/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.779 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest Nov 01, 2023 11:31:34 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44831/ Nov 01, 2023 11:31:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >---- [INFO] Building jersey-container-simple-http 3.0.99-SNAPSHOT [31/292] [INFO] from containers/simple-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-simple-http --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-simple-http --- [INFO] Resources: [INFO] org/glassfish/jersey/simple/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-simple-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-simple-http --- [INFO] Reserved port 42907 for jersey.config.test.container.port [INFO] Reserved port 41261 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-simple-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/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.simple.AsyncTest Nov 01, 2023 11:31:39 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 11:31:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:39 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:39 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:39 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:44 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:44 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.625 s -- in org.glassfish.jersey.simple.AsyncTest [INFO] Running org.glassfish.jersey.simple.TraceTest Nov 01, 2023 11:31:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:47 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 11:31:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:47 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 11:31:47 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-38): EXECUTE_ACTION -> 16 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-38): ACCEPT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): READ -> 202 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-41): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): WRITE_BUFFER -> 69 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): WRITE -> 69 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-42): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-43): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-43): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-36): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-36): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-36): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:42907] (ActionDistributor: Thread-48): EXECUTE_ACTION -> 16 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-48): ACCEPT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:48 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:49 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:50 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:51 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-61): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-60): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-66): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-62): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-51): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-52): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-53): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-54): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-55): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-56): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): READ_INTEREST_READY -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): EXECUTE_ACTION -> 1 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 162 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ_HEADER Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:42907 Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-57): REQUEST_READY Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_REQUEST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE_BUFFER -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): WRITE -> 110 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): RESPONSE_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestDispatcher: Thread-58): DISPATCH_FINISHED Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (Worker: RequestReader: Thread-59): READ_WAIT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): SELECT Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_READ_INTEREST Nov 01, 2023 11:31:52 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:42907 remote=/127.0.0.1:59898] (ActionDistributor: Thread-46): REGISTER_INTEREST -> 1 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.338 s -- in org.glassfish.jersey.simple.TraceTest [INFO] Running org.glassfish.jersey.simple.ParallelTest Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:42907/ Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.glassfish.jersey.simple.ParallelTest [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.simple.LifecycleListenerTest [INFO] Running org.glassfish.jersey.simple.OptionsTest Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.simple.OptionsTest [INFO] Running org.glassfish.jersey.simple.ExceptionTest Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:42907 Nov 01, 2023 11:31:53 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.simple.ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-simple-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >-- [INFO] Building jersey-test-framework-provider-simple 3.0.99-SNAPSHOT [32/292] [INFO] from test-framework/providers/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-simple --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple --- [INFO] Reserved port 37329 for jersey.config.test.container.port [INFO] Reserved port 36211 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-simple --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/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.test.simple.SimpleContainerTest Nov 01, 2023 11:31:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37329/ Nov 01, 2023 11:31:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest [INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest Nov 01, 2023 11:31:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Nov 01, 2023 11:31:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:33935/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 3.0.99-SNAPSHOT [33/292] [INFO] from connectors/netty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-netty-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-netty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/netty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-netty-connector --- [INFO] Reserved port 44145 for jersey.config.test.container.port [INFO] Reserved port 33199 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-netty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/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.netty.connector.NoEntityTest Nov 01, 2023 11:31:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.ParallelTest Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Nov 01, 2023 11:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.217 s -- in org.glassfish.jersey.netty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.netty.connector.BufferedTest Nov 01, 2023 11:32:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.netty.connector.BufferedTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Nov 01, 2023 11:32:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.03 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Nov 01, 2023 11:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:32:23 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 11:32:23 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 11:32:23 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 11:32:24 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:32:24 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:32:24 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:32:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:32:24 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.081 s -- in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest Nov 01, 2023 11:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Nov 01, 2023 11:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 71 Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 11:32:27 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44145/ Nov 01, 2023 11:32:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44145] Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44145] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 3.0.99-SNAPSHOT [34/292] [INFO] from containers/netty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-netty-http --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-netty-http --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-netty-http --- [INFO] Reserved port 46255 for jersey.config.test.container.port [INFO] Reserved port 38651 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-netty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >-- [INFO] Building jersey-test-framework-provider-netty 3.0.99-SNAPSHOT [35/292] [INFO] from test-framework/providers/netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty --- [INFO] Reserved port 41099 for jersey.config.test.container.port [INFO] Reserved port 46403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 3.0.99-SNAPSHOT [36/292] [INFO] from containers/jetty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-jetty-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http --- [INFO] Reserved port 42035 for jersey.config.test.container.port [INFO] Reserved port 41635 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/bom.xml [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/bom.json [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >-- [INFO] Building jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT [37/292] [INFO] from test-framework/providers/jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty --- [INFO] Reserved port 37127 for jersey.config.test.container.port [INFO] Reserved port 46215 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT [38/292] [INFO] from test-framework/providers/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle --- [INFO] Reserved port 46259 for jersey.config.test.container.port [INFO] Reserved port 43869 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 86 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 3.0.99-SNAPSHOT [39/292] [INFO] from connectors/grizzly-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-grizzly-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector --- [INFO] Reserved port 34713 for jersey.config.test.container.port [INFO] Reserved port 37017 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/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.grizzly.connector.FollowRedirectsTest Nov 01, 2023 11:32:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Nov 01, 2023 11:32:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:32:37 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 11:32:37 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Nov 01, 2023 11:32:37 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 11:32:38 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:32:38 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:32:38 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:32:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:32:38 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:32:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.067 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Nov 01, 2023 11:32:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:32:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest Nov 01, 2023 11:32:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Nov 01, 2023 11:32:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Nov 01, 2023 11:32:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] Nov 01, 2023 11:32:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34713/ Nov 01, 2023 11:32:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34713] Nov 01, 2023 11:32:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:32:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34713] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 3.0.99-SNAPSHOT [40/292] [INFO] from media/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-sse --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-sse --- [INFO] Resources: [INFO] org/glassfish/jersey/media/sse/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-sse --- [INFO] Reserved port 41197 for jersey.config.test.container.port [INFO] Reserved port 38367 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-sse --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/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.media.sse.InboundEventReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Nov 01, 2023 11:32:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:32:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:32:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.458 s -- in org.glassfish.jersey.media.sse.EventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Nov 01, 2023 11:32:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:32:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:32:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:32:51 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 11:32:51 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 11:32:51 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 11:32:52 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.04 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Nov 01, 2023 11:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:33:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM 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 1 java.lang.IllegalStateException: Thread pool executor provider has been closed. at org.glassfish.jersey.spi.AbstractThreadPoolProvider.getExecutor(AbstractThreadPoolProvider.java:100) at org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider.getExecutorService(ScheduledThreadPoolExecutorProvider.java:71) at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:262) at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:252) at org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge.provide(InstanceSupplierFactoryBridge.java:53) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:129) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:214) at org.glassfish.jersey.media.sse.internal.EventProcessor.scheduleReconnect(EventProcessor.java:285) at org.glassfish.jersey.media.sse.internal.EventProcessor.run(EventProcessor.java:177) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 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) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Nov 01, 2023 11:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:33:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:33:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:33:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:33:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:33:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest Nov 01, 2023 11:33:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41197/ Nov 01, 2023 11:33:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41197] Nov 01, 2023 11:33:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Nov 01, 2023 11:33:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41197] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.073 s -- in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.sse.OutboundEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.media.sse, has 1, private references [org.glassfish.jersey.media.sse.internal] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------ [INFO] Building jersey-connectors-helidon 3.0.99-SNAPSHOT [41/292] [INFO] from connectors/helidon-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-helidon-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-helidon-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/helidon/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-helidon-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-helidon-connector --- [INFO] Reserved port 36159 for jersey.config.test.container.port [INFO] Reserved port 36127 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-helidon-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.xml [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.json [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-helidon-connector --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]] [parsing completed 7ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]] [parsing completed 2ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]] [parsing completed 1ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]] [parsing completed 2ms] Constructing Javadoc information... [search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/annotations] [search path for class files: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/dnsns.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jaccess.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunec.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.0.2/helidon-jersey-connector-3.0.2.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar,/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.0.2/helidon-webclient-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.0.2/helidon-common-context-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.0.2/helidon-common-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.0.2/helidon-common-service-loader-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.0.2/helidon-common-http-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.0.2/helidon-common-key-util-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.0.2/helidon-common-configurable-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.0.2/helidon-common-reactive-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.0.2/helidon-common-mapper-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.0.2/helidon-config-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.0.2/helidon-common-media-type-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.0.2/helidon-media-common-3.0.2.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.77.Final/netty-handler-proxy-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.77.Final/netty-codec-socks-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.77.Final/netty-resolver-dns-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.77.Final/netty-codec-dns-4.1.77.Final.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Locale.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/ResourceBundle.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/Localizable.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/l10n/Localizer.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Object.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/String.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/PropertiesClass.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/client/spi/Connector.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/client/spi/ConnectorProvider.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/JdkVersion.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ProcessingException.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/client/Client.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Configuration.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/OutputStream.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Target.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/ElementType.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Retention.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/RetentionPolicy.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Annotation.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Override.class)]] Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonClientProperties.html... [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/FunctionalInterface.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/Serializable.class)]] Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/LocalizationMessages.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-frame.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-summary.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/LocalizationMessages.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonClientProperties.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonConnectorProvider.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/help-doc.html... [done in 752 ms] [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 3.0.99-SNAPSHOT [42/292] [INFO] from connectors/jdk-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jdk-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-jdk-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jdk-connector --- [INFO] Reserved port 40597 for jersey.config.test.container.port [INFO] Reserved port 46627 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jdk-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/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.jdk.connector.internal.ModifyHeaderInBodyWriterTest Nov 01, 2023 11:33:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3718b256] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3718b256] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3718b256] state change: CONNECT_TIMEOUT -> CLOSED Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: IDLENov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7aae3a6a] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22b2b251] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22b2b251] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22b2b251] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22b2b251] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22b2b251] state change: ERROR -> CLOSED Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3150373e] state change: RESPONSE_TIMEOUT -> CLOSED Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@91c31b6] state change: IDLE_TIMEOUT -> CLOSED Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: IDLE -> CLOSED_BY_SERVER Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7d84c5d7] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 11:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4c803c12] state change: ERROR -> CLOSED Nov 01, 2023 11:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.870 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.247 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Nov 01, 2023 11:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Nov 01, 2023 11:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 11:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 11:33:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:33:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.015 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:33:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.659 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. #Received: message 2 #Received: message 1 Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. #Received: 1 #Received: 1 Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. #Received: 1 #Received: 2 Nov 01, 2023 11:33:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest Nov 01, 2023 11:33:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] Nov 01, 2023 11:33:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40597/ Nov 01, 2023 11:33:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40597] Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:33:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40597] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 137, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 3.0.99-SNAPSHOT [43/292] [INFO] from connectors/jetty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-jetty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-connector --- [INFO] Reserved port 36595 for jersey.config.test.container.port [INFO] Reserved port 39627 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/bom.xml [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/bom.json [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >---- [INFO] Building jersey-container-jetty-http2 3.0.99-SNAPSHOT [44/292] [INFO] from containers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-container-jetty-http2 --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/http2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 --- [INFO] Reserved port 37997 for jersey.config.test.container.port [INFO] Reserved port 40841 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/bom.xml [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/bom.json [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 3.0.99-SNAPSHOT [45/292] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42985 for jersey.config.test.container.port [INFO] Reserved port 35869 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 3.0.99-SNAPSHOT [46/292] [INFO] from ext/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-entity-filtering --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-entity-filtering --- [INFO] Resources: [INFO] org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-entity-filtering --- [INFO] Reserved port 43263 for jersey.config.test.container.port [INFO] Reserved port 44659 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/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.message.filtering.SecurityHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 3.0.99-SNAPSHOT [47/292] [INFO] from media/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jackson --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-json-jackson --- [INFO] Resources: [INFO] org/glassfish/jersey/jackson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson --- [INFO] Reserved port 39463 for jersey.config.test.container.port [INFO] Reserved port 39479 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/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.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Nov 01, 2023 11:34:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39463/ Nov 01, 2023 11:34:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39463] Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:34:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39463] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2 >-- [INFO] Building jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT [48/292] [INFO] from test-framework/providers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Reserved port 35013 for jersey.config.test.container.port [INFO] Reserved port 37375 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >---- [INFO] Building jersey-connectors-jetty-http2 3.0.99-SNAPSHOT [49/292] [INFO] from connectors/jetty-http2-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-jetty-http2-connector --- [INFO] Resources: [INFO] org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/resources/org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-http2-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector --- [INFO] Reserved port 44833 for jersey.config.test.container.port [INFO] Reserved port 34959 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-http2-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/bom.xml [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/bom.json [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 3.0.99-SNAPSHOT [50/292] [INFO] from ext/cdi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 39081 for jersey.config.test.container.port [INFO] Reserved port 44627 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 3.0.99-SNAPSHOT [51/292] [INFO] from ext/cdi/jersey-cdi1x/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi1x --- [INFO] Resources: [INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x --- [INFO] Reserved port 45017 for jersey.config.test.container.port [INFO] Reserved port 36487 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/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.ext.cdi1x.internal.CdiUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 3.0.99-SNAPSHOT [52/292] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 39131 for jersey.config.test.container.port [INFO] Reserved port 37705 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 3.0.99-SNAPSHOT [53/292] [INFO] from containers/glassfish/jersey-gf-ejb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gf-ejb --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-gf-ejb --- [INFO] Resources: [INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gf-ejb --- [INFO] Reserved port 42055 for jersey.config.test.container.port [INFO] Reserved port 41037 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gf-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools-jar:jar:1 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 105 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 3.0.99-SNAPSHOT [54/292] [INFO] from containers/jetty-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet --- [INFO] Reserved port 37469 for jersey.config.test.container.port [INFO] Reserved port 34387 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/bom.xml [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/bom.json [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 3.0.99-SNAPSHOT [55/292] [INFO] from ext/bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-bean-validation --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-bean-validation --- [INFO] Resources: [INFO] org/glassfish/jersey/server/validation/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-bean-validation --- [INFO] Reserved port 33027 for jersey.config.test.container.port [INFO] Reserved port 38969 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bean-validation --- [INFO] [INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >-- [INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT [56/292] [INFO] from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Reserved port 43707 for jersey.config.test.container.port [INFO] Reserved port 43945 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/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.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >---------- [INFO] Building jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT [57/292] [INFO] from ext/cdi/jersey-cdi-rs-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-rs-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject --- [INFO] Reserved port 44525 for jersey.config.test.container.port [INFO] Reserved port 40551 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-rs-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]] [parsing completed 20ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java]] [parsing completed 1ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java... [parsing started RegularFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java]] [parsing completed 1ms] Constructing Javadoc information... [search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations] [search path for class files: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/dnsns.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jaccess.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunec.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar,/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar,/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar,/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/ReflectionHelper.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/LazyValue.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Value.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/util/collection/Values.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/RequestScoped.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/spi/CreationalContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/Observes.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Alternative.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Any.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/AfterBeanDiscovery.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/AnnotatedType.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/Bean.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeanManager.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeforeBeanDiscovery.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/Extension.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionPoint.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionTarget.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/InjectionTargetFactory.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/PassivationCapable.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/ProcessAnnotatedType.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Singleton.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ContainerRequestContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ResourceContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/container/ResourceInfo.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Application.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Configuration.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/HttpHeaders.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/Request.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/SecurityContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/core/UriInfo.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ext/ParamConverterProvider.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/ext/Providers.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(jakarta/ws/rs/sse/Sse.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Annotation.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/reflect/Type.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/security/AccessController.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Collections.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/HashSet.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/Set.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/util/UUID.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Object.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/SuppressWarnings.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Class.class)]] [loading ZipFileIndexFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(org/glassfish/jersey/internal/inject/InjectionManager.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/Produces.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Inject.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/FilterConfig.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/ServletConfig.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/ServletContext.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/http/HttpServletRequest.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(jakarta/servlet/http/HttpServletResponse.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/context/spi/Contextual.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/inject/spi/BeanAttributes.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/String.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/util/AnnotationLiteral.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(jakarta/inject/Qualifier.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/ElementType.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Retention.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/RetentionPolicy.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Target.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/io/Serializable.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/Reception.class)]] [loading ZipFileIndexFileObject[/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(jakarta/enterprise/event/TransactionPhase.class)]] [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/Override.class)]] Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html... [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/FunctionalInterface.class)]] Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.html... [loading ZipFileIndexFileObject[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar(java/lang/annotation/Documented.class)]] Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-frame.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/JerseyContext.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/ServletReferenceProducer.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html... [done in 820 ms] 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:74: warning - @Inject is an unknown tag. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java:74: warning - @Inject is an unknown tag. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-rs-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >---------- [INFO] Building jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT [58/292] [INFO] from ext/cdi/jersey-cdi1x-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi1x-servlet --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet --- [INFO] Reserved port 44895 for jersey.config.test.container.port [INFO] Reserved port 34133 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT [59/292] [INFO] from ext/cdi/jersey-cdi1x-transaction/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi1x-transaction --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction --- [INFO] Reserved port 40087 for jersey.config.test.container.port [INFO] Reserved port 38023 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-transaction --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT [60/292] [INFO] from ext/cdi/jersey-cdi1x-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-validation --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi1x-validation --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation --- [INFO] Reserved port 36415 for jersey.config.test.container.port [INFO] Reserved port 33495 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 3.0.99-SNAPSHOT [61/292] [INFO] from ext/cdi/jersey-weld2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-weld2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-weld2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-weld2-se --- [INFO] Reserved port 46379 for jersey.config.test.container.port [INFO] Reserved port 40055 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-weld2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 3.0.99-SNAPSHOT [62/292] [INFO] from ext/metainf-services/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-metainf-services --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-metainf-services --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-metainf-services --- [INFO] Reserved port 39777 for jersey.config.test.container.port [INFO] Reserved port 36445 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-metainf-services --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/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.message.MetaInfServicesTest$Enable Nov 01, 2023 11:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39777/ Nov 01, 2023 11:34:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39777] Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39777] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.670 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer Nov 01, 2023 11:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39777/ Nov 01, 2023 11:34:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39777] Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:34:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39777] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient Nov 01, 2023 11:34:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39777/ Nov 01, 2023 11:34:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:34:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39777] Nov 01, 2023 11:34:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:34:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39777] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >------------- [INFO] Building jersey-micrometer 3.0.99-SNAPSHOT [63/292] [INFO] from ext/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer --- [INFO] Reserved port 34029 for jersey.config.test.container.port [INFO] Reserved port 43299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/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.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Trace Id [a5adbdcbb1a903e8b1f060248d38d8db] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. Trace Id [654237ca4aa7f292d345d4cf37d39182] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer --- [WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 3.0.99-SNAPSHOT [64/292] [INFO] from ext/mvc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-mvc --- [INFO] Resources: [INFO] org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc --- [INFO] Reserved port 41721 for jersey.config.test.container.port [INFO] Reserved port 37607 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT [65/292] [INFO] from ext/mvc-bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation --- [INFO] Reserved port 41285 for jersey.config.test.container.port [INFO] Reserved port 44311 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation --- [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT [66/292] [INFO] from ext/mvc-freemarker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-freemarker --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-freemarker --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker --- [INFO] Reserved port 38057 for jersey.config.test.container.port [INFO] Reserved port 38567 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-freemarker --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 3.0.99-SNAPSHOT [67/292] [INFO] from ext/mvc-jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-jsp --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-mvc-jsp --- [INFO] Resources: [INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp --- [INFO] Reserved port 44711 for jersey.config.test.container.port [INFO] Reserved port 35305 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-jsp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 3.0.99-SNAPSHOT [68/292] [INFO] from ext/mvc-mustache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-mustache --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-mustache --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache --- [INFO] Reserved port 36753 for jersey.config.test.container.port [INFO] Reserved port 35041 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-mustache --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 3.0.99-SNAPSHOT [69/292] [INFO] from ext/proxy-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-proxy-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-proxy-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-proxy-client --- [INFO] Reserved port 39971 for jersey.config.test.container.port [INFO] Reserved port 40085 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-proxy-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-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.proxy.WebResourceFactoryTest Nov 01, 2023 11:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 2.478 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39971/ Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39971] Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39971] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 49, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 3.0.99-SNAPSHOT [70/292] [INFO] from ext/rx/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33981 for jersey.config.test.container.port [INFO] Reserved port 41979 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 3.0.99-SNAPSHOT [71/292] [INFO] from ext/rx/rx-client-guava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-guava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-guava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava --- [INFO] Reserved port 36591 for jersey.config.test.container.port [INFO] Reserved port 39561 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-guava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/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.rx.guava.RxListenableFutureTest Nov 01, 2023 11:34:47 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109) 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:3111) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-guava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >--------- [INFO] Building jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT [72/292] [INFO] from ext/rx/rx-client-rxjava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava --- [INFO] Reserved port 39811 for jersey.config.test.container.port [INFO] Reserved port 46543 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/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.rx.rxjava.RxObservableTest Nov 01, 2023 11:34:49 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: Observable onError at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118) at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130) 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:3111) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66) at rx.Observable.unsafeSubscribe(Observable.java:10327) at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 s -- in org.glassfish.jersey.client.rx.rxjava.RxObservableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >-------- [INFO] Building jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT [73/292] [INFO] from ext/rx/rx-client-rxjava2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 --- [INFO] Reserved port 34503 for jersey.config.test.container.port [INFO] Reserved port 46333 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/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.rx.rxjava2.RxFlowableTest Nov 01, 2023 11:34:50 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >--------------- [INFO] Building jersey-spring6 3.0.99-SNAPSHOT [74/292] [INFO] from ext/spring6/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-spring6 --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-spring6 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/javaPre17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-spring6 --- [INFO] Reserved port 36921 for jersey.config.test.container.port [INFO] Reserved port 45855 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.xml [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.json [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 3.0.99-SNAPSHOT [75/292] [INFO] from ext/wadl-doclet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet --- [INFO] Reserved port 41255 for jersey.config.test.container.port [INFO] Reserved port 40965 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-wadl-doclet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.xml [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.json [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 3.0.99-SNAPSHOT [76/292] [INFO] from media/json-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-binding --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-json-binding --- [INFO] Resources: [INFO] org/glassfish/jersey/jsonb/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-binding --- [INFO] Reserved port 37103 for jersey.config.test.container.port [INFO] Reserved port 34285 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/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.jsonb.internal.JsonBindingProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding --- [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 3.0.99-SNAPSHOT [77/292] [INFO] from ext/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36191 for jersey.config.test.container.port [INFO] Reserved port 38767 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 3.0.99-SNAPSHOT [78/292] [INFO] from ext/microprofile/mp-rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-mp-rest-client --- [INFO] Resources: [INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client --- [INFO] Reserved port 45061 for jersey.config.test.container.port [INFO] Reserved port 35459 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-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.microprofile.restclient.InterfaceUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client --- [WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client --- [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 3.0.99-SNAPSHOT [79/292] [INFO] from ext/microprofile/mp-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-config --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-config --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-config --- [INFO] Reserved port 42675 for jersey.config.test.container.port [INFO] Reserved port 38089 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-config --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config --- [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 3.0.99-SNAPSHOT [80/292] [INFO] from incubator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41021 for jersey.config.test.container.port [INFO] Reserved port 45501 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >-------- [INFO] Building jersey-inject-cdi-weld 3.0.99-SNAPSHOT [81/292] [INFO] from incubator/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi-inject-weld --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/managed/ServerBootstrapPreinitialization.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld --- [INFO] Reserved port 42933 for jersey.config.test.container.port [INFO] Reserved port 40417 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/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.weld.internal.managed.ProviderInjectionTest Nov 01, 2023 11:35:03 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 11:35:03 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3836fbd6-6e7c-4f12-913c-ed0c67fc4a33 initialized Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3836fbd6-6e7c-4f12-913c-ed0c67fc4a33 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94df77d2-652e-4dea-962c-8bae9c9cbdc4 initialized Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94df77d2-652e-4dea-962c-8bae9c9cbdc4 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45e22596-7be8-4310-b300-d5e9ac73cc35 initialized Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45e22596-7be8-4310-b300-d5e9ac73cc35 shut down Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 446a8839-5a30-4476-aae9-85db5d0b038a initialized Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 446a8839-5a30-4476-aae9-85db5d0b038a shut down Nov 01, 2023 11:35:04 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2793b195-4ce0-47d4-a0da-f8bbde205e69 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2793b195-4ce0-47d4-a0da-f8bbde205e69 shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f032e50-6714-44c5-8f7a-54f94a284ae5 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f032e50-6714-44c5-8f7a-54f94a284ae5 shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b58610e-3d20-4ec3-9a78-c41027ed5220 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b58610e-3d20-4ec3-9a78-c41027ed5220 shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16df5958-c0c9-4bc6-905b-35e3b0ea1229 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16df5958-c0c9-4bc6-905b-35e3b0ea1229 shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46e9cc3a-f21f-45a5-b88a-9b8f584d12ec initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46e9cc3a-f21f-45a5-b88a-9b8f584d12ec shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a8fede3-18c1-4a10-9b0c-9b393f953eeb initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a8fede3-18c1-4a10-9b0c-9b393f953eeb shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a785f3b7-9c4d-4c86-b84a-6312fc995e1c initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a785f3b7-9c4d-4c86-b84a-6312fc995e1c shut down Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1836ce59-fe52-427c-bba5-bbb5d1d45300 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1836ce59-fe52-427c-bba5-bbb5d1d45300 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22f7ad32-e104-4dcd-b4e0-698e1331492c initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22f7ad32-e104-4dcd-b4e0-698e1331492c shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38dc7a52-f18d-4d85-9685-8e911b0ff525 initialized Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38dc7a52-f18d-4d85-9685-8e911b0ff525 shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 592686e9-d1e4-45c5-acae-3855932aabc0 initialized Nov 01, 2023 11:35:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 592686e9-d1e4-45c5-acae-3855932aabc0 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Nov 01, 2023 11:35:06 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 11:35:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:35:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9964971c-d65b-4f10-9daa-6fb2d9608359 initialized Nov 01, 2023 11:35:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9964971c-d65b-4f10-9daa-6fb2d9608359 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Nov 01, 2023 11:35:06 AM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld --- [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed, has 1, private references [org.glassfish.jersey.inject.weld.internal.managed] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 3.0.99-SNAPSHOT [82/292] [INFO] from incubator/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-declarative-linking --- [INFO] Reserved port 42567 for jersey.config.test.container.port [INFO] Reserved port 39939 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/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.linking.LinkELContextTest Create expression factory Literal expression Nested expression Embedded expression Multiple expressions Raw expression Boolean expression [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Nov 01, 2023 11:35:09 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.linking.FieldProcessorTest [INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest Template Literal EL Parameters Literal EL Multiple Literal [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.linking.HeaderProcessorTest [INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest Declared properties Resource class link Inherited properties Set link String link [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.linking.EntityDescriptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 3.0.99-SNAPSHOT [83/292] [INFO] from incubator/gae-integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gae-integration --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gae-integration --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gae-integration --- [INFO] Reserved port 42983 for jersey.config.test.container.port [INFO] Reserved port 40375 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gae-integration --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 3.0.99-SNAPSHOT [84/292] [INFO] from incubator/html-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ html-json --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ html-json --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ html-json --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ html-json --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ html-json --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ html-json --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ html-json --- [INFO] Reserved port 33433 for jersey.config.test.container.port [INFO] Reserved port 36583 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ html-json --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/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.media.htmljson.ModelEntityOnArrayTest Nov 01, 2023 11:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33433/ Nov 01, 2023 11:35:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:35:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ html-json --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json --- [INFO] [INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >------- [INFO] Building jersey-inject-injectless-client 3.0.99-SNAPSHOT [85/292] [INFO] from incubator/injectless-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-injectless-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-injectless-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-injectless-client --- [INFO] Reserved port 35399 for jersey.config.test.container.port [INFO] Reserved port 43023 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-injectless-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 3.0.99-SNAPSHOT [86/292] [INFO] from incubator/kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-kryo --- [INFO] Reserved port 42319 for jersey.config.test.container.port [INFO] Reserved port 42321 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/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.kryo.PersonResourceTest Nov 01, 2023 11:35:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s -- in org.glassfish.jersey.kryo.PersonResourceTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest Nov 01, 2023 11:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42319/ Nov 01, 2023 11:35:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42319] Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:35:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42319] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 3.0.99-SNAPSHOT [87/292] [INFO] from incubator/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-open-tracing --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-open-tracing --- [INFO] Resources: [INFO] org/glassfish/jersey/opentracing/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-open-tracing --- [INFO] Reserved port 44173 for jersey.config.test.container.port [INFO] Reserved port 38607 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing --- [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 3.0.99-SNAPSHOT [88/292] [INFO] from inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi2-se --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-cdi2-se --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi2-se --- [INFO] Reserved port 41045 for jersey.config.test.container.port [INFO] Reserved port 45029 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/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.cdi.se.SupplierInstanceBindingTest Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca20ffea-3781-40d6-9c68-851e9a62f790 initialized Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca20ffea-3781-40d6-9c68-851e9a62f790 shut down Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73e235f9-8c56-4f1c-af3d-33eecae8c5b4 initialized Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73e235f9-8c56-4f1c-af3d-33eecae8c5b4 shut down Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df575969-dc19-47ab-bb0b-1e8da51ba03f initialized Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df575969-dc19-47ab-bb0b-1e8da51ba03f shut down Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b038cdc-aa05-488d-bdb7-e46eda4411cc initialized Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b038cdc-aa05-488d-bdb7-e46eda4411cc shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Nov 01, 2023 11:35:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bd4a479-c908-448a-bcbb-7fdd3b02a26f initialized Nov 01, 2023 11:35:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bd4a479-c908-448a-bcbb-7fdd3b02a26f shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db266f87-5c52-4562-842a-6af42c3ee777 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db266f87-5c52-4562-842a-6af42c3ee777 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53fad6a6-d1a3-46fe-8173-0d566f425bff initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53fad6a6-d1a3-46fe-8173-0d566f425bff shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container abc90f77-6f35-40ee-93e3-f5ec2c12fd49 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container abc90f77-6f35-40ee-93e3-f5ec2c12fd49 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 791b03db-6a5c-4e16-aa30-fb27da760ef0 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 791b03db-6a5c-4e16-aa30-fb27da760ef0 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 050e2410-43a6-4199-8003-1e89dff14d11 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 050e2410-43a6-4199-8003-1e89dff14d11 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 841c6dfe-a28a-4def-a984-32245249bdf7 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 841c6dfe-a28a-4def-a984-32245249bdf7 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57bb3d4b-efd0-420d-b612-bfdab70ecaee initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57bb3d4b-efd0-420d-b612-bfdab70ecaee shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f40bcdb-b2d3-4e6b-9fee-d6e03c502f24 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f40bcdb-b2d3-4e6b-9fee-d6e03c502f24 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10d8130e-3266-4033-8efd-8b94f4e30b61 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10d8130e-3266-4033-8efd-8b94f4e30b61 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41a62949-77b7-4452-8c19-713e369f6b53 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41a62949-77b7-4452-8c19-713e369f6b53 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82fba20a-d72a-48fd-ab49-8c8042e17089 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82fba20a-d72a-48fd-ab49-8c8042e17089 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c02965ea-d8e2-4dc9-b69c-809b5198f04f initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c02965ea-d8e2-4dc9-b69c-809b5198f04f shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6acac2be-78ee-4a45-9996-88a32055a3c2 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6acac2be-78ee-4a45-9996-88a32055a3c2 shut down Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Nov 01, 2023 11:35:21 AM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b41d3f50-e5d2-4755-89e7-cfb11b8fdba0 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c1f0cf5-9a49-47fd-bfa7-e2bc7cfa93ad initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28564e78-e582-4ccd-be78-064643e8cbd7 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4ab4ae5-a7e1-436b-80e8-c2339a993498 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b319c1b-ecfd-4254-8387-85ce3cb5de87 initialized [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Nov 01, 2023 11:35:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb208fe0-30e6-4290-813f-35c47eb2a244 initialized Nov 01, 2023 11:35:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb208fe0-30e6-4290-813f-35c47eb2a244 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0361fa44-d694-44ea-836d-f697cd96a008 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0361fa44-d694-44ea-836d-f697cd96a008 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22872e3b-2497-4f26-97a7-11afbce713e6 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22872e3b-2497-4f26-97a7-11afbce713e6 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0bddd6d-b925-440b-a54f-3a4edb039401 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0bddd6d-b925-440b-a54f-3a4edb039401 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e402868-7ade-4bdc-b286-f6292f64aa1b initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e402868-7ade-4bdc-b286-f6292f64aa1b shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f6dd069-bf65-4215-8e96-b58dd8db01e7 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f6dd069-bf65-4215-8e96-b58dd8db01e7 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7750bf4-c14a-4ed6-8571-f7bd0a740a3e initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7750bf4-c14a-4ed6-8571-f7bd0a740a3e shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 974f250e-ad82-4f55-b00b-88d6b4d68ab8 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 974f250e-ad82-4f55-b00b-88d6b4d68ab8 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63238e13-7106-4e90-bd15-bf97445e38e3 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63238e13-7106-4e90-bd15-bf97445e38e3 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2fb6175a-1314-4878-81c6-bc21e3f07711 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2fb6175a-1314-4878-81c6-bc21e3f07711 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c27f3fe-54c1-448c-95d8-f7b9c178de4e initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c27f3fe-54c1-448c-95d8-f7b9c178de4e shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f182e8b3-8385-4590-b5e4-f56463404cf5 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f182e8b3-8385-4590-b5e4-f56463404cf5 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37e8a768-167c-4f02-949e-9ab8733a4e65 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37e8a768-167c-4f02-949e-9ab8733a4e65 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fec65ee3-ee14-4afe-8aab-0c8650eb659a initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fec65ee3-ee14-4afe-8aab-0c8650eb659a shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0862b8b-4348-4cf8-bab9-396f0afcf597 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0862b8b-4348-4cf8-bab9-396f0afcf597 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8013881-e9dd-45e1-84dc-4ec0cdad2ef3 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8013881-e9dd-45e1-84dc-4ec0cdad2ef3 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95612bc7-6f6c-465f-b8aa-3819951987b4 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95612bc7-6f6c-465f-b8aa-3819951987b4 shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a2343b6-c348-414b-bb1e-fe1d92e4034a initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a2343b6-c348-414b-bb1e-fe1d92e4034a shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b9e8cdd-82e5-46e5-915b-c6e6a85eaac9 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b9e8cdd-82e5-46e5-915b-c6e6a85eaac9 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1fab6ada-abc4-4bde-a410-ac55c41a06b1 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1fab6ada-abc4-4bde-a410-ac55c41a06b1 shut down Nov 01, 2023 11:35:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6849b486-dbd6-4d32-bcae-db5d9b126f07 initialized Nov 01, 2023 11:35:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6849b486-dbd6-4d32-bcae-db5d9b126f07 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >---------- [INFO] Building jersey-media-json-gson 3.0.99-SNAPSHOT [89/292] [INFO] from media/json-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-gson --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-json-gson --- [INFO] Resources: [INFO] org/glassfish/jersey/gson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-gson --- [INFO] Reserved port 35293 for jersey.config.test.container.port [INFO] Reserved port 36437 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-gson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/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.gson.internal.JsonGsonProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 3.0.99-SNAPSHOT [90/292] [INFO] from media/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jettison --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-json-jettison --- [INFO] Resources: [INFO] org/glassfish/jersey/jettison/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison --- [INFO] Reserved port 38231 for jersey.config.test.container.port [INFO] Reserved port 46417 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jettison --- [INFO] [INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >------- [INFO] Building jersey-media-json-processing 3.0.99-SNAPSHOT [91/292] [INFO] from media/json-processing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-processing --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-json-processing --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-processing --- [INFO] Reserved port 40917 for jersey.config.test.container.port [INFO] Reserved port 43943 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-processing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/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.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest Nov 01, 2023 11:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 3.0.99-SNAPSHOT [92/292] [INFO] from media/moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-moxy --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-moxy --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-moxy --- [INFO] Reserved port 34765 for jersey.config.test.container.port [INFO] Reserved port 37455 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 3.0.99-SNAPSHOT [93/292] [INFO] from media/multipart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-multipart --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ jersey-media-multipart --- [INFO] Resources: [INFO] org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-multipart --- [INFO] Reserved port 43559 for jersey.config.test.container.port [INFO] Reserved port 36637 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-multipart --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/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.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Nov 01, 2023 11:35:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:35:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Nov 01, 2023 11:35:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:35:34 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43559/ Nov 01, 2023 11:35:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:35:34 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 11:35:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [94/292] [INFO] from security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40777 for jersey.config.test.container.port [INFO] Reserved port 34561 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 3.0.99-SNAPSHOT [95/292] [INFO] from security/oauth1-signature/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-signature --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ oauth1-signature --- [INFO] Resources: [INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-signature --- [INFO] Reserved port 34277 for jersey.config.test.container.port [INFO] Reserved port 35425 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-signature --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/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.oauth1.signature.OAuth1SignatureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-signature --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [96/292] [INFO] from security/oauth1-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-client --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ oauth1-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-client --- [INFO] Reserved port 42903 for jersey.config.test.container.port [INFO] Reserved port 32831 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 3.0.99-SNAPSHOT [97/292] [INFO] from security/oauth1-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-server --- [INFO] Reserved port 34527 for jersey.config.test.container.port [INFO] Reserved port 45611 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-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] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.116 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 3.0.99-SNAPSHOT [98/292] [INFO] from security/oauth2-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth2-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth2-client --- [INFO] [INFO] --- istack-commons:3.0.9:rs-gen (default) @ oauth2-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth2-client --- [INFO] Reserved port 35741 for jersey.config.test.container.port [INFO] Reserved port 36881 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth2-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth2-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 3.0.99-SNAPSHOT [99/292] [INFO] from test-framework/util/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-util --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-util --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-util --- [INFO] Reserved port 33149 for jersey.config.test.container.port [INFO] Reserved port 44471 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-util --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/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.test.util.client.LoopBackConnectorTest Nov 01, 2023 11:35:45 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 11:35:45 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest [INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 3.0.99-SNAPSHOT [100/292] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 45305 for jersey.config.test.container.port [INFO] Reserved port 37241 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 3.0.99-SNAPSHOT [101/292] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 89 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e --- [INFO] Reserved port 37107 for jersey.config.test.container.port [INFO] Reserved port 34643 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/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.tests.api.OptionsTest Nov 01, 2023 11:35:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s -- in org.glassfish.jersey.tests.api.OptionsTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest Nov 01, 2023 11:35:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:35:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.480 s -- in org.glassfish.jersey.tests.api.VariantsTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest Nov 01, 2023 11:35:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:35:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.520 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest Nov 01, 2023 11:35:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Nov 01, 2023 11:35:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Nov 01, 2023 11:35:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:35:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:35:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:36:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Nov 01, 2023 11:36:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.823 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Nov 01, 2023 11:36:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 11:36:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:05 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Nov 01, 2023 11:36:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Nov 01, 2023 11:36:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Nov 01, 2023 11:36:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s -- in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Nov 01, 2023 11:36:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:10 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:37107/locationWithBody Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:10 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 11:36:10 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 11:36:10 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:37107/location Nov 01, 2023 11:36:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Nov 01, 2023 11:36:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:12 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:12 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:12 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:37107/ResponseTest/executorAsync Nov 01, 2023 11:36:12 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:12 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:37107/ResponseTest/locationAsync Nov 01, 2023 11:36:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Nov 01, 2023 11:36:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Nov 01, 2023 11:36:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 11:36:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Nov 01, 2023 11:36:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 11:36:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 11:36:16 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 11:36:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Nov 01, 2023 11:36:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:17 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:37107/test/location Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:17 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:17 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:37107/location Nov 01, 2023 11:36:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Nov 01, 2023 11:36:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 11:36:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 11:36:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Nov 01, 2023 11:36:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Nov 01, 2023 11:36:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Nov 01, 2023 11:36:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Nov 01, 2023 11:36:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:25 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:37107/ResponseTest/UriChangedByFilter Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:37107/ResponseTest/UriChangedByInterceptor Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:37107/uriAfterPreMatchingAbortion/SUCCESS Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 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) Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:36:26 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:36:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 11:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:36:27 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 11:36:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.ResponseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.api.ResponseTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Nov 01, 2023 11:36:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:37107], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Nov 01, 2023 11:36:30 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 11:36:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202)], host=[localhost:37107], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]} Nov 01, 2023 11:36:30 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 11:36:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.224 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.api.CookieImplTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Nov 01, 2023 11:36:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest Nov 01, 2023 11:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Nov 01, 2023 11:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Nov 01, 2023 11:36:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Nov 01, 2023 11:36:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Nov 01, 2023 11:36:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Nov 01, 2023 11:36:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Nov 01, 2023 11:36:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Nov 01, 2023 11:36:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Nov 01, 2023 11:36:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:47 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:47 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 11:36:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest Nov 01, 2023 11:36:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Nov 01, 2023 11:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Nov 01, 2023 11:36:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 11:36:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.187 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 11:36:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 11:36:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:36:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Nov 01, 2023 11:36:57 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 11:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.870 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 11:36:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:36:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:36:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:36:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:36:59 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:37107/ 1 > custom_header: client/request Nov 01, 2023 11:36:59 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Nov 01, 2023 11:36:59 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 11:36:59 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:37107/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-1-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 11:36:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 11:36:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.128 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 11:37:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:37107/ 1 > custom_header: client/request Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 11:37:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-2-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:37107/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:37107/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:37107 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-2-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 11:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.462 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Nov 01, 2023 11:37:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Nov 01, 2023 11:37:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:05 AM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:126) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:251) at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194) at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Nov 01, 2023 11:37:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Nov 01, 2023 11:37:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Nov 01, 2023 11:37:09 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:10 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 11:37:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:11 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:11 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:37:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 11:37:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 11:37:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 11:37:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 11:37:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:16 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 11:37:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 11:37:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:18 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:18 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 11:37:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 11:37:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.970 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 11:37:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 11:37:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:24 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=174 locatorId=0 identityHashCode=570597734 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=174 locatorId=0 identityHashCode=570597734 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 11:37:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=245900105 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=245900105 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=245900105 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=245900105 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 11:37:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 11:37:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 11:37:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:28 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=39710903 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=39710903 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=39710903 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=39710903 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 11:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 11:37:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 11:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 11:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 11:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 11:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 11:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 11:37:30 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:37:30 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=17 identityHashCode=1926643806 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=17 identityHashCode=1926643806 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=19 identityHashCode=942050933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=19 identityHashCode=942050933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=19 identityHashCode=942050933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=19 identityHashCode=942050933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 11:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:30 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=22 identityHashCode=613430302 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=22 identityHashCode=613430302 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=22 identityHashCode=613430302 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=179 locatorId=22 identityHashCode=613430302 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Nov 01, 2023 11:37:31 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:31 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.223 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Nov 01, 2023 11:37:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Nov 01, 2023 11:37:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest Nov 01, 2023 11:37:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Nov 01, 2023 11:37:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Nov 01, 2023 11:37:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Nov 01, 2023 11:37:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Nov 01, 2023 11:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Nov 01, 2023 11:37:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:37:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.82 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 11:37:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:37:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:37:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:37:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:37:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:38:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:38:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:38:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:38:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:38:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:38:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.41 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Nov 01, 2023 11:38:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:38:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:38:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:38:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:38:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:38:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:38:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.29 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 11:38:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:38:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:38:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:38:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:38:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:38:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:38:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:38:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:38:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:39:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.66 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.98 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Nov 01, 2023 11:39:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:39:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:12 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:15 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:39:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.731 s -- in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Nov 01, 2023 11:39:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:39:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:21 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:24 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:27 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:30 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:33 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:39:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.63 s -- in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Nov 01, 2023 11:39:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:39:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:38 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:39 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Nov 01, 2023 11:39:39 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Nov 01, 2023 11:39:42 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:42 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Nov 01, 2023 11:39:45 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:45 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.05 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Nov 01, 2023 11:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:39:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:50 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:53 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:39:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.811 s -- in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Nov 01, 2023 11:39:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:39:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:39:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:39:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:39:58 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:58 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:39:58 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:39:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:40:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.518 s -- in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Nov 01, 2023 11:40:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:02 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Nov 01, 2023 11:40:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:05 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:08 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:40:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.750 s -- in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Nov 01, 2023 11:40:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:13 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:13 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:40:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.463 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest Nov 01, 2023 11:40:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 s -- in org.glassfish.jersey.tests.e2e.container.HeadTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Nov 01, 2023 11:40:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:20 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:40:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.272 s -- in org.glassfish.jersey.tests.e2e.container.ApplicationPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest Nov 01, 2023 11:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:25 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:40:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.519 s -- in org.glassfish.jersey.tests.e2e.container.QueryParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Nov 01, 2023 11:40:29 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:33 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:36 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:42 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37107/base Nov 01, 2023 11:40:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.14 s -- in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest Nov 01, 2023 11:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s -- in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Nov 01, 2023 11:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: f2eeac637a774e13bb36f23fd99cabd1 Verifier: f867a0b9789741859c87061b48334281 Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Nov 01, 2023 11:40:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Nov 01, 2023 11:40:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.543 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Nov 01, 2023 11:40:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:40:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.glassfish.jersey.tests.e2e.ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Nov 01, 2023 11:40:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:40:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:40:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Nov 01, 2023 11:40:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 11:40:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s -- in org.glassfish.jersey.tests.e2e.InterceptorGzipTest [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Nov 01, 2023 11:40:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:40:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.glassfish.jersey.tests.e2e.LinkTest [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Nov 01, 2023 11:40:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:40:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:40:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:41:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:41:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 11:41:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Nov 01, 2023 11:41:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:41:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:41:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] Nov 01, 2023 11:41:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37107/ Nov 01, 2023 11:41:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37107] Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37107] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 s -- in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 480, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 3.0.99-SNAPSHOT [102/292] [INFO] from tests/e2e-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-client --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 48 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-client --- [INFO] Reserved port 45153 for jersey.config.test.container.port [INFO] Reserved port 42605 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 11:41:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:08 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:08 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:41:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.941 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Nov 01, 2023 11:41:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:12 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:12 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:41:12 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:41:12 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:41:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Nov 01, 2023 11:41:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:41:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:41:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:41:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 11:41:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:41:18 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 11:41:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 11:41:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 11:41:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.152 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 11:41:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:41:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 11:41:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:41:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:41:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:41:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.281 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 11:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:41:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 54.22 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 11:42:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 11:42:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 11:42:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.104 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 11:42:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 11:42:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:42:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.537 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 11:42:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:41 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Nov 01, 2023 11:42:41 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Nov 01, 2023 11:42:41 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Nov 01, 2023 11:42:42 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:42:42 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:42:42 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:42 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.097 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 11:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 11:42:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 11:42:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 11:42:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 11:42:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 11:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.418 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 11:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:42:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:42:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:42:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.538 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 11:43:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 11:43:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 11:43:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 11:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 11:43:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 11:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.140 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 11:43:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.583 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 11:43:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.438 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 11:43:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:43:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.962 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.051 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 11:43:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 11:43:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.100 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 11:43:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 11:43:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 11:43:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 11:43:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Nov 01, 2023 11:43:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:43:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 237, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 11:43:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:33 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:34 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:43:35 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Nov 01, 2023 11:43:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:37 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:37 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:38 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:38 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Nov 01, 2023 11:43:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:39 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45153/ Hit CTRL + C to stop it... Nov 01, 2023 11:43:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.022 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 11:43:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:43:43 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:43:43 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:43:44 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:43:44 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:43:44 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:43:44 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 11:43:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.636 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 11:43:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 11:43:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 11:43:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 11:43:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 11:43:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.342 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 11:43:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:43:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.972 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 11:43:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:43:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:43:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.239 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 11:43:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:43:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:43:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:43:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:44:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 54.62 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 11:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.757 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 11:44:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:44:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 11:44:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:44:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:44:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:44:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.107 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 11:44:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:44:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:44:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:44:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:44:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:44:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:44:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 11:44:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:45:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.495 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 11:45:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 11:45:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 11:45:07 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Nov 01, 2023 11:45:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 11:45:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 11:45:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 11:45:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:08 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 11:45:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.149 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 11:45:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 11:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 11:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 11:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 11:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 11:45:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 11:45:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.658 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 11:45:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 11:45:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 11:45:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 11:45:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.356 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 11:45:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 11:45:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:45:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.105 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 11:45:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 11:45:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 11:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:45:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.920 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.057 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 11:45:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 11:45:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.093 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 11:45:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 11:45:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 11:45:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.463 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 11:45:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Nov 01, 2023 11:45:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:45:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:45:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:45:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 236, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-client --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 3.0.99-SNAPSHOT [103/292] [INFO] from tests/e2e-core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-core-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-core-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-core-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-core-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-core-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-core-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-core-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-core-common --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-core-common --- [INFO] Reserved port 33647 for jersey.config.test.container.port [INFO] Reserved port 43587 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-core-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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.tests.e2e.common.model.internal.CommonConfigTest Nov 01, 2023 11:46:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 11:46:04 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.234 s -- in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [WARNING] Tests run: 125, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.154 s -- in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest Nov 01, 2023 11:46:04 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 292, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-core-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-core-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-core-common --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 3.0.99-SNAPSHOT [104/292] [INFO] from tests/e2e-entity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-entity --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-entity --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-entity --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-entity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-entity --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-entity --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-entity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-entity --- [INFO] Copying 385 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 139 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-entity --- [INFO] Reserved port 34587 for jersey.config.test.container.port [INFO] Reserved port 38031 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/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.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 11:46:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 11:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.106 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.946 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 11:46:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.836 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 11:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 11:46:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.842 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 11:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 11:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.974 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 11:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 11:46:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 11:46:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:46:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.920 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 11:46:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 11:46:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 11:46:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.904 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 11:46:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.035 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Nov 01, 2023 11:46:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 11:46:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 11:46:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 11:46:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.697 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 11:46:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 11:46:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 11:46:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.450 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 11:46:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 11:46:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 11:46:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 11:46:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Nov 01, 2023 11:46:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 11:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 11:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Nov 01, 2023 11:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 11:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 11:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:46:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.904 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 11:46:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 11:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:46:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:52 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:46:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:46:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.628 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 11:46:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.040 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 11:46:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 11:46:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:46:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:46:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 11:46:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:46:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:46:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 11:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:00 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:47:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:00 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:47:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:01 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 11:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 11:47:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:47:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 11:47:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:06 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:06 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Nov 01, 2023 11:47:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 11:47:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 11:47:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Nov 01, 2023 11:47:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 11:47:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 11:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 11:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 11:47:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 11:47:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.721 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 11:47:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 11:47:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:20 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:47:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:47:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 11:47:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Nov 01, 2023 11:47:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 11:47:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 11:47:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.637 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 11:47:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 11:47:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 11:47:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:47:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.033 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 11:47:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:34 AM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 11:47:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 11:47:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.050 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 11:47:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:34587,  connection: keep-alive,  Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:34587,  connection: keep-alive,  Nov 01, 2023 11:47:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 11:47:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 11:47:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:47:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:47:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:47:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:47:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.871 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 11:47:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 11:47:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.331 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 11:47:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:47:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:47:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 11:47:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 11:47:56 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 11:47:56 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 11:47:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:47:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 11:47:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.884 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 11:47:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:47:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:47:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:47:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:47:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 11:48:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 11:48:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 11:48:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:48:06 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:48:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:48:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:48:07 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:48:08 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:48:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.155 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 11:48:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.157 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 11:48:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 11:48:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 11:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 11:48:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 11:48:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:48:22 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:48:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 11:48:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 11:48:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@38984987 Nov 01, 2023 11:48:27 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@54fadf0c] from custom-executor-thread-1 Nov 01, 2023 11:48:27 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 11:48:27 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@5a0f1335] from custom-executor-thread-1 Nov 01, 2023 11:48:27 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 11:48:27 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 11:48:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.451 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 11:48:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Slow subscriber completed Nov 01, 2023 11:48:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.706 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 11:48:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 11:48:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 11:48:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.718 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/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.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 11:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 11:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 11:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:48:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.860 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.837 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 11:48:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.153 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:48:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:48:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.987 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 11:48:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 11:48:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:48:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.891 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 11:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 11:48:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 11:48:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.330 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 11:48:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.785 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 11:48:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 11:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.051 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 11:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 11:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:49:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 11:49:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 11:49:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Nov 01, 2023 11:49:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 11:49:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 11:49:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 11:49:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 11:49:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 11:49:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Nov 01, 2023 11:49:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 11:49:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 11:49:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:49:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.415 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 11:49:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.060 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 11:49:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:19 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:20 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:20 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:20 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:20 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.297 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 11:49:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 11:49:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 11:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 11:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 11:49:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:28 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.984 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 11:49:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 11:49:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.315 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 11:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.616 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Nov 01, 2023 11:49:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 11:49:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 11:49:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Nov 01, 2023 11:49:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 11:49:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 11:49:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 11:49:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 11:49:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.244 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 11:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:49:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.814 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 11:49:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 11:49:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 11:49:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 11:49:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Nov 01, 2023 11:49:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 11:49:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.264 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 11:49:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:49:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:49:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.656 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 11:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 11:49:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:49:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 11:49:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:49:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:49:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:49:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:50:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:50:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.010 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 11:50:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:03 AM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 11:50:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 11:50:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 11:50:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:34587,  connection: keep-alive,  Nov 01, 2023 11:50:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:34587,  connection: keep-alive,  Nov 01, 2023 11:50:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 11:50:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 11:50:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:50:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:50:11 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:50:11 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:50:11 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:50:11 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.897 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 11:50:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 11:50:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 11:50:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 11:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 11:50:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 11:50:25 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 11:50:25 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 11:50:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.095 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 11:50:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.270 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 11:50:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 11:50:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 11:50:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:50:34 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:50:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:50:35 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:50:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 11:50:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 11:50:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 11:50:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 11:50:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.333 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 11:50:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 11:50:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 11:50:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:50:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.899 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 11:50:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 11:50:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:50:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:50:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:50:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.845 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 11:50:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:50:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.138 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 11:50:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@22d43dac Nov 01, 2023 11:50:56 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@57fd8ac] from custom-executor-thread-1 Nov 01, 2023 11:50:56 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 11:50:56 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@8284f21] from custom-executor-thread-1 Nov 01, 2023 11:50:56 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 11:50:56 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 11:50:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 11:50:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:50:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:50:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:50:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Slow subscriber completed Nov 01, 2023 11:50:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.639 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 11:51:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 11:51:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 11:51:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:51:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] Nov 01, 2023 11:51:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34587/ Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34587] Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34587] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-entity --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-entity --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-entity --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 3.0.99-SNAPSHOT [105/292] [INFO] from tests/e2e-inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject --- [INFO] Reserved port 37489 for jersey.config.test.container.port [INFO] Reserved port 42847 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject --- [INFO] [INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------ [INFO] Building jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT [106/292] [INFO] from tests/e2e-inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi2-se --- [INFO] Reserved port 44277 for jersey.config.test.container.port [INFO] Reserved port 45049 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/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.tests.e2e.inject.cdi.se.EventsTest Nov 01, 2023 11:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44277/ Nov 01, 2023 11:51:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:10 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 11:51:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3ef01ec-ba89-4945-ba32-ead703e03577 initialized Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44277] Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0c6cf47-11ce-4c82-9dfc-4dabc0374638 initialized Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3ef01ec-ba89-4945-ba32-ead703e03577 shut down Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44277] Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0c6cf47-11ce-4c82-9dfc-4dabc0374638 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Nov 01, 2023 11:51:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44277/ Nov 01, 2023 11:51:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 981b9ceb-3f30-4800-9cb5-7af2bb8ac3a0 initialized Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44277] Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9b004d8-269d-4f5f-8376-f911ca2dbbc5 initialized Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 981b9ceb-3f30-4800-9cb5-7af2bb8ac3a0 shut down Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44277] Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9b004d8-269d-4f5f-8376-f911ca2dbbc5 shut down Nov 01, 2023 11:51:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44277/ Nov 01, 2023 11:51:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3a5f738-e60d-418a-8c31-306f332880ba initialized Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44277] Nov 01, 2023 11:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2c8a1414-d4c2-4f41-8839-137fae62b5a2 initialized Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3a5f738-e60d-418a-8c31-306f332880ba shut down Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44277] Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2c8a1414-d4c2-4f41-8839-137fae62b5a2 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.560 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Nov 01, 2023 11:51:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44277/ Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f944d48c-4f91-4f42-8047-29af7db8134a initialized Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44277] Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98f627a3-b54f-4834-b4c4-fa80f4a4394f initialized Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f944d48c-4f91-4f42-8047-29af7db8134a shut down Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44277] Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98f627a3-b54f-4834-b4c4-fa80f4a4394f shut down Nov 01, 2023 11:51:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44277/ Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4071f65a-eaf2-406d-9db6-d02d46f3a86d initialized Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44277] Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd33bad9-e701-4316-a1a2-52f9c49719b6 initialized Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4071f65a-eaf2-406d-9db6-d02d46f3a86d shut down Nov 01, 2023 11:51:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44277] Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd33bad9-e701-4316-a1a2-52f9c49719b6 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 56ea4379-3ed6-43a3-9e59-5fd214458b03 initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45bb2ed2-9d98-4b88-8375-8a098d3705a7 initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e526849-c171-44ae-9ead-83837f57485e initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4151c855-9095-4be0-8c47-d130679b4423 initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9ebae54-6dda-40df-8195-a7d1eaed2ba6 initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b61890e-1462-4a1c-a5ad-247be2e33313 initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7239b43a-fcd4-40ef-9e9d-aa2b7a3ae8ef initialized Nov 01, 2023 11:51:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efbaf248-8ffe-4313-8505-3e8b010e6b8b initialized Nov 01, 2023 11:51:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 714bdf28-dca4-463e-8e48-33cd61f4e06a initialized Nov 01, 2023 11:51:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8aa13d5-be9b-4425-a9e5-8db1be1795fa initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi2-se --- [INFO] [INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >-------- [INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT [107/292] [INFO] from tests/e2e-inject/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi-inject-weld --- [INFO] Reserved port 38141 for jersey.config.test.container.port [INFO] Reserved port 34193 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/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.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Nov 01, 2023 11:51:16 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 11:51:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:16 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 11:51:16 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f3fed0a-9607-48b8-9bb9-f1d79022c413 initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f3fed0a-9607-48b8-9bb9-f1d79022c413 shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 617f303f-3a30-4cbe-be70-857207155a44 initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 617f303f-3a30-4cbe-be70-857207155a44 shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b85050de-0326-4e62-a4af-f884e47b5fc8 initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b85050de-0326-4e62-a4af-f884e47b5fc8 shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb000a9e-9c20-474d-923d-81effd15fd56 initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bb000a9e-9c20-474d-923d-81effd15fd56 shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fc7a792-8103-48b6-ae9c-fd4dcaba63ea initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fc7a792-8103-48b6-ae9c-fd4dcaba63ea shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55f9197e-3127-49f9-96fe-bd58f86f3e2e initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55f9197e-3127-49f9-96fe-bd58f86f3e2e shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 839db52a-103c-40da-8e0d-ea984b418443 initialized Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 839db52a-103c-40da-8e0d-ea984b418443 shut down Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:17 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b79eceb2-78cc-40f6-8fc4-58a884aee918 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b79eceb2-78cc-40f6-8fc4-58a884aee918 shut down Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57a549e2-d6db-416e-9e32-55afffefdab4 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57a549e2-d6db-416e-9e32-55afffefdab4 shut down Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22f0e72c-dd72-43a7-8ad6-5fe8a38d5534 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22f0e72c-dd72-43a7-8ad6-5fe8a38d5534 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54b8b8a1-195e-4a47-b280-3b18558210a6 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38141/ Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54b8b8a1-195e-4a47-b280-3b18558210a6 shut down Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96ccf08f-b133-499b-acc1-bc4e30f46b90 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38141/ Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. mybean ***Hello James*** Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96ccf08f-b133-499b-acc1-bc4e30f46b90 shut down Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b20b4abc-a8a0-4ce0-b96b-23d2afbebbaf initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38141/ Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b20b4abc-a8a0-4ce0-b96b-23d2afbebbaf shut down Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09973d96-f200-451c-99bc-9c3b6f1931d4 initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38141/ Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09973d96-f200-451c-99bc-9c3b6f1931d4 shut down Nov 01, 2023 11:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38141] Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 11:51:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5da762f3-edc8-4282-97b1-81aa7bf699db initialized Nov 01, 2023 11:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38141/ Nov 01, 2023 11:51:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 11:51:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38141] Nov 01, 2023 11:51:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5da762f3-edc8-4282-97b1-81aa7bf699db shut down Nov 01, 2023 11:51:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 3.0.99-SNAPSHOT [108/292] [INFO] from tests/e2e-inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-hk2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-hk2 --- [INFO] Reserved port 34921 for jersey.config.test.container.port [INFO] Reserved port 39501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Nov 01, 2023 11:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34921/ Nov 01, 2023 11:51:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34921] Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34921] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Nov 01, 2023 11:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34921/ Nov 01, 2023 11:51:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34921] Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34921] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest Nov 01, 2023 11:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34921/ Nov 01, 2023 11:51:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34921] Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34921] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Nov 01, 2023 11:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34921/ Nov 01, 2023 11:51:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34921] Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34921] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Nov 01, 2023 11:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34921/ Nov 01, 2023 11:51:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34921] Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34921] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-hk2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-hk2 --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 3.0.99-SNAPSHOT [109/292] [INFO] from tests/e2e-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-server --- [INFO] Copying 97 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 154 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-server --- [INFO] Reserved port 37721 for jersey.config.test.container.port [INFO] Reserved port 33599 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 11:51:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 11:51:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:51:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 11:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:51:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 11:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:33 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 11:51:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:33 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 11:51:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:35 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:35 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:35 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.400 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 11:51:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:37 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:37 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:37 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:37 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:37 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 11:51:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:39 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:39 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:39 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:39 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 11:51:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:41 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:41 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:41 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:51:41 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.480 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 11:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:43 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 11:51:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 11:51:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:51:47 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.137 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 11:51:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.428 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 11:51:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 11:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:52 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 11:51:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 11:51:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 11:51:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:51:58 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 11:51:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:51:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:00 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 11:52:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 11:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 11:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 11:52:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 11:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.790 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 11:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:52:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 11:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.204 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 11:52:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:20 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:20 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:52:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.210 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 11:52:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.651 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 11:52:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.983 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 11:52:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 11:52:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 11:52:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 11:52:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.791 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 11:52:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 11:52:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.075 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 11:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 11:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 11:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.060 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 11:52:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 11:52:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 11:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 11:52:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 11:52:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.787 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 11:52:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:00 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 11:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 11:53:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:02 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 11:53:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.100 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 11:53:04 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.104 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 11:53:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.357 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 11:53:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.117 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 11:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[8]], R.RESOURCE_METHOD_START.order=[[5]], R.REQ_FILTERS_START.order=[[3]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/html]} Nov 01, 2023 11:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 11:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 11:53:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.522 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 11:53:20 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.544 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 11:53:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.669 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 11:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 11:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.410 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 11:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 11:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 11:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 11:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.570 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 11:53:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 11:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:53:37 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 11:53:37 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 11:53:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 11:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.079 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 11:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.990 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 11:53:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 11:53:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 11:53:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 11:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4dc30a11 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4dc30a11 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4dc30a11 Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.250 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 11:53:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 11:53:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 11:53:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 11:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.689 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 11:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:53:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:53:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 11:54:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 11:54:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 11:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 11:54:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 11:54:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:54:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.603 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 11:54:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 11:54:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 11:54:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 11:54:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 11:54:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Nov 01, 2023 11:54:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 11:54:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 11:54:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.050 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 11:54:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 11:54:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 11:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.146 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 11:54:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 11:54:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 11:54:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 11:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 11:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 11:54:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 11:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 11:54:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 11:54:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 11:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.264 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 11:54:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 11:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:46 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 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) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 39 more Caused by: java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:51) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 51 more Nov 01, 2023 11:54:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 11:54:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.265 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 11:54:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:49 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 11:54:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.050 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 11:54:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 11:54:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 11:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:54:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 11:54:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:54:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:54:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:54:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:54:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 11:55:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.440 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 11:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:02 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:05 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:05 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:05 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:05 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:55:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:07 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:55:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:10 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.177 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 11:55:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 11:55:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:13 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:14 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 11:55:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 11:55:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:18 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 11:55:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:55:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:19 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 11:55:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:21 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:22 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:55:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.150 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 11:55:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 11:55:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 11:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:27 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: runtime-exception ... 27 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 27 more Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:55:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 11:55:27 AM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:55:27 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 11:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 11:55:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.980 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 11:55:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.090 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 11:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 11:55:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 11:55:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 11:55:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 11:55:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 11:55:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.279 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 11:55:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 11:55:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.370 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 11:55:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:47 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 11:55:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 11:55:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:55:50 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 11:55:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 11:55:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.060 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 11:55:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 11:55:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@416ac1dd org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@416ac1dd org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@416ac1dd Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:55:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:55:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 11:55:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 11:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:57 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:55:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 11:55:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:55:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:55:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:55:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:55:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 11:55:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 11:56:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 11:56:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.893 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 11:56:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:02 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:03 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:05 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.459 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 11:56:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:07 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 11:56:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:07 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 11:56:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:08 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:09 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:09 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 11:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:10 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:11 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:11 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:11 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:11 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 11:56:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:13 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:13 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:13 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:13 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 11:56:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:15 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:15 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:15 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:15 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 11:56:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:17 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.097 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 11:56:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.530 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 11:56:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:22 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 11:56:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 11:56:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 11:56:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:27 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 11:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 11:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.410 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 11:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:33 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 11:56:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:35 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 11:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.331 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 11:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:56:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 11:56:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 11:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 11:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 11:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 11:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.673 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 11:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 11:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.509 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 11:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:55 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:56:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:56 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 11:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 11:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 11:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.825 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 11:57:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 11:57:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 11:57:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.983 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 11:57:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 11:57:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 11:57:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 11:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.827 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 11:57:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 11:57:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.058 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 11:57:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 11:57:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.738 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 11:57:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 11:57:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 11:57:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.880 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 11:57:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.654 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 11:57:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 11:57:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 11:57:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:35 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 11:57:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 11:57:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:37 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:57:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 11:57:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 11:57:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.119 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 11:57:42 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.407 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 11:57:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:57:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 11:57:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[8]], R.RESOURCE_METHOD_START.order=[[5]], R.REQ_FILTERS_START.order=[[3]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 11:57:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/html]} Nov 01, 2023 11:57:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.893 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 11:57:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.686 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 11:57:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:57:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:57:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:57:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.513 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 11:57:55 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.529 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 11:58:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.640 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 11:58:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 11:58:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.431 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 11:58:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.150 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 11:58:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 11:58:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 11:58:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 11:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 11:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 11:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 11:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:58:11 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 11:58:11 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 11:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.151 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 11:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.034 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 11:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 11:58:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 11:58:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.374 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 11:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@718c127d org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@718c127d org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@718c127d Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 11:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:58:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:58:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.185 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 11:58:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 11:58:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 11:58:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.730 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 11:58:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.170 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 11:58:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 11:58:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 11:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 11:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 11:58:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 11:58:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 11:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 11:58:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 11:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 11:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Nov 01, 2023 11:58:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 11:58:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 11:58:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 11:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:58:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 11:58:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:58:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 11:59:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 11:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 11:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 11:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 11:59:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 11:59:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 11:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 11:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 11:59:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.190 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 11:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:17 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:17 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 11:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 11:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 11:59:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 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) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 39 more Caused by: java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:51) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 51 more Nov 01, 2023 11:59:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 11:59:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.300 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 11:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.648 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 11:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.070 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 11:59:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 11:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 11:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 11:59:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 11:59:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.430 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 11:59:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:39 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:40 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:40 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:43 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:43 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:43 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:59:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:59:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:59:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 11:59:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 11:59:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.298 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 11:59:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:59:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 11:59:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:50 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:50 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:51 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 11:59:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.473 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 11:59:54 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:54 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:55 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 11:59:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 11:59:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:59:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 11:59:56 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:56 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:56 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:37721/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 11:59:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 11:59:57 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 11:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:59 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:59 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 11:59:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 11:59:59 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 11:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 11:59:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:00:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:00:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:04 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: runtime-exception ... 27 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 27 more Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:00:04 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 12:00:04 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:00:04 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 12:00:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:00:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:00:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:00:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.132 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 12:00:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:00:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:00:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:00:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:00:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:00:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:00:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:00:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:00:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:00:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:23 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:00:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:00:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 12:00:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:00:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:00:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 12:00:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2ae86808 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2ae86808 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2ae86808 Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Registering injectables... Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:00:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:00:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:00:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:00:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 12:00:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37721/ Nov 01, 2023 12:00:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37721] Nov 01, 2023 12:00:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37721] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-server --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >---------------- [INFO] Building jersey-tests-e2e-testng 3.0.99-SNAPSHOT [110/292] [INFO] from tests/e2e-testng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-testng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-testng --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-testng --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-testng --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-testng --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-testng --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-testng --- [INFO] Reserved port 37015 for jersey.config.test.container.port [INFO] Reserved port 37279 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-testng --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35649] Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35649/ Nov 01, 2023 12:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44981] Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44981/ Nov 01, 2023 12:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42005] Nov 01, 2023 12:00:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42005/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38973] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38973/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39379] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39379/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44981] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35649] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42005] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38973] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36909] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36909/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37169] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37169/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43585] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43585/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37169] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36909] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39379] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44301] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44301/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43585] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42627] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42627/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34793] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34793/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42835] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42835/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34793] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42627] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44301] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33015] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33015/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42835] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33015] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43733] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43733/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43061] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43061/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34987] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34987/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38199] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38199/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37945] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37945/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38199] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34987] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43061] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43733] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32917] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:32917/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44705] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44705/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33679] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33679/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44705] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32917] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37945] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40671] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40671/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33679] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41667] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41667/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33931] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33931/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39183] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39183/ Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33931] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41667] Nov 01, 2023 12:00:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40671] Nov 01, 2023 12:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36427] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36427/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39183] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36427] Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37267] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37267/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34195] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34195/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33545] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33545/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42433] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42433/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44515] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44515/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42433] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33545] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34195] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37267] Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40679] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40679/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37743] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37743/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46629] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46629/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37743] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40679] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44515] Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41309] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41309/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46629] Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44573] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44573/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46833] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46833/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43055] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43055/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46833] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44573] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41309] Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37677] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:00:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37677/ Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43055] Nov 01, 2023 12:00:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37677] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@13969fbe failed java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) at java.util.ArrayList$Itr.next(ArrayList.java:859) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.278 s -- in org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest Configuring TestNG with: TestNG60Configurator [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:00:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37015/ Nov 01, 2023 12:00:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37015] Nov 01, 2023 12:00:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37015] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s -- in org.glassfish.jersey.tests.e2e.ContainerPerClassTest [INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:00:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:00:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39953] Nov 01, 2023 12:00:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39953/ Nov 01, 2023 12:00:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39953] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:00:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37015/ Nov 01, 2023 12:00:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37015] Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37015] Nov 01, 2023 12:00:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37015/ Nov 01, 2023 12:00:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37015] Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:00:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37015] Nov 01, 2023 12:00:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37015/ Nov 01, 2023 12:00:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37015] Nov 01, 2023 12:00:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37015] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@3796751b failed java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) at java.util.ArrayList$Itr.next(ArrayList.java:859) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-testng --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-testng --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-testng --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:e2e-tls >----------------- [INFO] Building jersey-tests-e2e-tls 3.0.99-SNAPSHOT [111/292] [INFO] from tests/e2e-tls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-tls --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-tls --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-tls --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-tls --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-tls --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-tls --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-tls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-tls --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-tls --- [INFO] Reserved port 36673 for jersey.config.test.container.port [INFO] Reserved port 39767 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-tls --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/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.tests.e2e.tls.SslContextPerRequestTest Nov 01, 2023 12:00:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36673 Nov 01, 2023 12:00:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36673] Nov 01, 2023 12:00:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:00:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36673] Nov 01, 2023 12:00:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36673 Nov 01, 2023 12:00:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36673] Nov 01, 2023 12:00:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36673] Nov 01, 2023 12:00:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36673 Nov 01, 2023 12:00:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36673] Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36673] Nov 01, 2023 12:00:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:36673 Nov 01, 2023 12:00:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36673] Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:00:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36673] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s -- in org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.tls.SniTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.lang.Thread.run(Thread.java:748) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.lang.Thread.run(Thread.java:748) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.lang.Thread.run(Thread.java:748) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.lang.Thread.run(Thread.java:748) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.lang.Thread.run(Thread.java:748) Found expected Client SNI type=host_name (0), value=www.host1.com [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.09 s -- in org.glassfish.jersey.tests.e2e.tls.SniTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-tls --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-tls --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-tls --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:project >----------- [INFO] Building jersey-tests-integration 3.0.99-SNAPSHOT [112/292] [INFO] from tests/integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38925 for jersey.config.test.container.port [INFO] Reserved port 41669 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.tests.integration:asm >------------- [INFO] Building jersey-asm-integration 3.0.99-SNAPSHOT [113/292] [INFO] from tests/integration/asm/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ asm --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ asm --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ asm --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ asm --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ asm --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ asm --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ asm --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ asm --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ asm --- [INFO] Reserved port 40405 for jersey.config.test.container.port [INFO] Reserved port 40431 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ asm --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/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.integration.asm.AnnotatedClassVisitorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ asm --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ asm --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ asm --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 3.0.99-SNAPSHOT [114/292] [INFO] from tests/integration/cdi-integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-integration-project --- [INFO] Reserved port 37493 for jersey.config.test.container.port [INFO] Reserved port 33255 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >-- [INFO] Building jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT [115/292] [INFO] from tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-beanvalidation-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-beanvalidation-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-beanvalidation-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-beanvalidation-webapp --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-beanvalidation-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-beanvalidation-webapp --- [INFO] Reserved port 43693 for jersey.config.test.container.port [INFO] Reserved port 33999 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-beanvalidation-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/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.tests.cdi.bv.RawHk2Test Nov 01, 2023 12:01:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:01:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 s -- in org.glassfish.jersey.tests.cdi.bv.RawHk2Test [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawCdiTest Nov 01, 2023 12:01:11 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03b4c351-d8a0-46e2-8cfe-8fa9f826bc82 initialized Nov 01, 2023 12:01:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03b4c351-d8a0-46e2-8cfe-8fa9f826bc82 shut down Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d559939-1bfe-4f5a-9a9e-264160df18e5 initialized Nov 01, 2023 12:01:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d559939-1bfe-4f5a-9a9e-264160df18e5 shut down Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b556d7ed-d85b-47ec-9927-2f897e65166a initialized Nov 01, 2023 12:01:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b556d7ed-d85b-47ec-9927-2f897e65166a shut down Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2819d23-bbf8-4a6a-bb23-96daf7006ae0 initialized Nov 01, 2023 12:01:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2819d23-bbf8-4a6a-bb23-96daf7006ae0 shut down Nov 01, 2023 12:01:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbba7ce0-a8cd-4244-86d6-76e673eba3a6 initialized Nov 01, 2023 12:01:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbba7ce0-a8cd-4244-86d6-76e673eba3a6 shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8350d9a-3c77-436e-bd6b-79db91e41e60 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8350d9a-3c77-436e-bd6b-79db91e41e60 shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5804d86-d4c9-430e-bff0-1d554b006a32 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5804d86-d4c9-430e-bff0-1d554b006a32 shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 541c85b4-4fa2-4f1b-8205-608155484632 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 541c85b4-4fa2-4f1b-8205-608155484632 shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9bd7fa9-590a-4f43-b21b-82ea63deed9f initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9bd7fa9-590a-4f43-b21b-82ea63deed9f shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b80128a-6f7a-4930-bba4-4377095c6a53 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b80128a-6f7a-4930-bba4-4377095c6a53 shut down Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s -- in org.glassfish.jersey.tests.cdi.bv.RawCdiTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7b7a34b-875a-4270-aa7d-320b21f7cb28 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7b7a34b-875a-4270-aa7d-320b21f7cb28 shut down Nov 01, 2023 12:01:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82de7d16-304e-4228-9c16-da17a0035866 initialized Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82de7d16-304e-4228-9c16-da17a0035866 shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6a7c09f-635b-46ec-89bb-b6f0a62738b4 initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6a7c09f-635b-46ec-89bb-b6f0a62738b4 shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fcb34de5-9330-4b50-8204-ed3033f3a02f initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fcb34de5-9330-4b50-8204-ed3033f3a02f shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07f8ff8a-7794-41fe-b735-0dc29b097be1 initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07f8ff8a-7794-41fe-b735-0dc29b097be1 shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45b48cce-879f-421a-95f7-76d8d298f77e initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45b48cce-879f-421a-95f7-76d8d298f77e shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a9e3e5d-1732-4d1f-ab02-247f90160974 initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a9e3e5d-1732-4d1f-ab02-247f90160974 shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f550e07-3014-4020-a535-e45bed37ae13 initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f550e07-3014-4020-a535-e45bed37ae13 shut down Nov 01, 2023 12:01:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8064232-fefa-4b32-9afb-80570e3463c5 initialized Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8064232-fefa-4b32-9afb-80570e3463c5 shut down Nov 01, 2023 12:01:15 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:15 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:15 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d7752b6-cd57-497c-90b6-eef590474ed1 initialized Nov 01, 2023 12:01:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:01:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:15 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d7752b6-cd57-497c-90b6-eef590474ed1 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 s -- in org.glassfish.jersey.tests.cdi.bv.CombinedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-beanvalidation-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-beanvalidation-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-beanvalidation-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >-------- [INFO] Building jersey-tests-cdi-client 3.0.99-SNAPSHOT [116/292] [INFO] from tests/integration/cdi-integration/cdi-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client --- [INFO] Reserved port 34193 for jersey.config.test.container.port [INFO] Reserved port 33753 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-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.tests.cdi.client.BeanManagerInjectedOnClientTest Nov 01, 2023 12:01:18 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:18 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:01:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:18 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af2b54ce-f8ae-4fbf-8b0e-03fc13645f1b initialized Nov 01, 2023 12:01:18 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:01:18 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af2b54ce-f8ae-4fbf-8b0e-03fc13645f1b shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >--- [INFO] Building jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT [117/292] [INFO] from tests/integration/cdi-integration/cdi-client-on-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client-on-server --- [INFO] Reserved port 38099 for jersey.config.test.container.port [INFO] Reserved port 39639 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-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] Running org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest Nov 01, 2023 12:01:20 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db41c8dc-29cd-4b43-b224-0727441fa37a initialized Nov 01, 2023 12:01:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:21 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db41c8dc-29cd-4b43-b224-0727441fa37a shut down Nov 01, 2023 12:01:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-client-on-server --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client-on-server --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >--- [INFO] Building jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT [118/292] [INFO] from tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-ejb-test-webapp --- [INFO] Reserved port 43259 for jersey.config.test.container.port [INFO] Reserved port 39159 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-ejb-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >-- [INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT [119/292] [INFO] from tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Reserved port 40081 for jersey.config.test.container.port [INFO] Reserved port 45497 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 3.0.99-SNAPSHOT [120/292] [INFO] from tests/integration/cdi-integration/cdi-manually-bound/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-manually-bound --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-manually-bound --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-manually-bound --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-manually-bound --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-manually-bound --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-manually-bound --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-manually-bound --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-manually-bound --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-manually-bound --- [INFO] Reserved port 43421 for jersey.config.test.container.port [INFO] Reserved port 33011 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-manually-bound --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/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.tests.cdi.manuallybound.CdiServiceInjectTest Nov 01, 2023 12:01:27 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:27 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:01:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:28 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:28 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59aa963f-2167-491d-a3b5-b01fcfb3bd00 initialized Nov 01, 2023 12:01:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:28 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59aa963f-2167-491d-a3b5-b01fcfb3bd00 shut down Nov 01, 2023 12:01:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.438 s -- in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest Nov 01, 2023 12:01:29 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:01:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07ee6b4e-781f-4cb3-978f-c27db49b3ec3 initialized Nov 01, 2023 12:01:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:01:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07ee6b4e-781f-4cb3-978f-c27db49b3ec3 shut down Nov 01, 2023 12:01:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-manually-bound --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-manually-bound --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-manually-bound --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------ [INFO] Building jersey-tests-cdi-log-check 3.0.99-SNAPSHOT [121/292] [INFO] from tests/integration/cdi-integration/cdi-log-check/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-log-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-log-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-log-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-log-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-log-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-log-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-log-check --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-log-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-log-check --- [INFO] Reserved port 46005 for jersey.config.test.container.port [INFO] Reserved port 33047 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-log-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/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.tests.cdi.resources.CdiComponentProviderWarningTest Nov 01, 2023 12:01:32 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ca8e7a8-150f-49c5-b30c-338cebfe6c81 initialized Nov 01, 2023 12:01:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ca8e7a8-150f-49c5-b30c-338cebfe6c81 shut down Nov 01, 2023 12:01:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-log-check --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-log-check --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-log-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-log-check --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-log-check --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >--- [INFO] Building jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT [122/292] [INFO] from tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-lib --- [INFO] Reserved port 38279 for jersey.config.test.container.port [INFO] Reserved port 40529 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT [123/292] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war1 --- [INFO] Reserved port 32865 for jersey.config.test.container.port [INFO] Reserved port 46699 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT [124/292] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war2 --- [INFO] Reserved port 40125 for jersey.config.test.container.port [INFO] Reserved port 34203 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war2 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >--- [INFO] Building jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT [125/292] [INFO] from tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-ear --- [INFO] Reserved port 35353 for jersey.config.test.container.port [INFO] Reserved port 37639 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ cdi-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-ear --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >----- [INFO] Building jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT [126/292] [INFO] from tests/integration/cdi-integration/cdi-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule --- [INFO] Reserved port 37135 for jersey.config.test.container.port [INFO] Reserved port 45597 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >--- [INFO] Building jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT [127/292] [INFO] from tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multipart-webapp --- [INFO] Reserved port 40191 for jersey.config.test.container.port [INFO] Reserved port 44319 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multipart-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >-- [INFO] Building jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT [128/292] [INFO] from tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-resource-with-at-context --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-resource-with-at-context --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-resource-with-at-context --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-resource-with-at-context --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-resource-with-at-context --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-resource-with-at-context --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-resource-with-at-context --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-resource-with-at-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-resource-with-at-context --- [INFO] Reserved port 39919 for jersey.config.test.container.port [INFO] Reserved port 38063 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-resource-with-at-context --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/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.tests.cdi.resourceatcontext.ResourceWithConstructorTest Nov 01, 2023 12:01:43 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:43 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3305af57-83d6-4212-8a86-70a8d9c4b5d4 initialized Nov 01, 2023 12:01:43 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:43 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:01:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3305af57-83d6-4212-8a86-70a8d9c4b5d4 shut down Nov 01, 2023 12:01:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-resource-with-at-context --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-resource-with-at-context --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-resource-with-at-context --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------ [INFO] Building cdi-singleton 3.0.99-SNAPSHOT [129/292] [INFO] from tests/integration/cdi-integration/cdi-singleton/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-singleton --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-singleton --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-singleton --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-singleton --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-singleton --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-singleton --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-singleton --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-singleton --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-singleton --- [INFO] Reserved port 39443 for jersey.config.test.container.port [INFO] Reserved port 39381 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-singleton --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/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.tests.cdi.singleton.SingletonTest Nov 01, 2023 12:01:45 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:45 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:01:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be6e7c82-2435-44d2-975d-9a68922473d6 initialized Nov 01, 2023 12:01:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be6e7c82-2435-44d2-975d-9a68922473d6 shut down Nov 01, 2023 12:01:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.glassfish.jersey.tests.cdi.singleton.SingletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-singleton --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-singleton --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-singleton --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >----- [INFO] Building jersey-tests-cdi-webapp 3.0.99-SNAPSHOT [130/292] [INFO] from tests/integration/cdi-integration/cdi-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-test-webapp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-test-webapp --- [INFO] Reserved port 41571 for jersey.config.test.container.port [INFO] Reserved port 38197 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/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.tests.cdi.resources.CdiComponentProviderTest Nov 01, 2023 12:01:49 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:01:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bab4063-1b6b-4e59-b293-690bc1ff92a3 initialized Nov 01, 2023 12:01:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bab4063-1b6b-4e59-b293-690bc1ff92a3 shut down Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3f6438f-80bc-4cff-be41-3799f53ec418 initialized Nov 01, 2023 12:01:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:01:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3f6438f-80bc-4cff-be41-3799f53ec418 shut down Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest Nov 01, 2023 12:01:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73025e25-3ba5-4cb0-8228-38130edc141f initialized Nov 01, 2023 12:01:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:50 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:01:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73025e25-3ba5-4cb0-8228-38130edc141f shut down Nov 01, 2023 12:01:50 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.glassfish.jersey.tests.cdi.resources.TimerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest Nov 01, 2023 12:01:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:50 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db8bbe63-300e-4443-b4b3-1970079a8873 initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db8bbe63-300e-4443-b4b3-1970079a8873 shut down Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.StutterEchoTest Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2dc633f2-371d-452d-b772-19750c888ee4 initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2dc633f2-371d-452d-b772-19750c888ee4 shut down Nov 01, 2023 12:01:51 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae1e6bd8-40a1-4d30-b423-4bc53862c5d9 initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae1e6bd8-40a1-4d30-b423-4bc53862c5d9 shut down Nov 01, 2023 12:01:51 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d75e844e-da19-4c60-bcd9-02a657cfed84 initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d75e844e-da19-4c60-bcd9-02a657cfed84 shut down Nov 01, 2023 12:01:51 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ae3d499-ae57-4c28-8bac-189fa0f874d5 initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ae3d499-ae57-4c28-8bac-189fa0f874d5 shut down Nov 01, 2023 12:01:51 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.jersey.tests.cdi.resources.CounterTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a5a9e85-c073-47f2-ae82-24527f6b3d7b initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a5a9e85-c073-47f2-ae82-24527f6b3d7b shut down Nov 01, 2023 12:01:51 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 026dcb9d-45b5-47df-a2d6-5ab26ebaaeae initialized Nov 01, 2023 12:01:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 026dcb9d-45b5-47df-a2d6-5ab26ebaaeae shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 312ffdb3-e3b2-4dad-8679-809864b0eeed initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 312ffdb3-e3b2-4dad-8679-809864b0eeed shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s -- in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ddd564b3-0945-4fef-b1f3-c9e366605ba8 initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2c73f655; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70127c16; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70127c16 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2c73f655; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70127c16; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70127c16 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2c73f655 Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddd564b3-0945-4fef-b1f3-c9e366605ba8 shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9d341b2-0574-4226-aefd-d6df84109c43 initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3544f35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3c2387c2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3c2387c2 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3544f35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3c2387c2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3c2387c2 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3544f35 Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9d341b2-0574-4226-aefd-d6df84109c43 shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c745fa4-76ab-41f4-9a52-26263eaaccc5 initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7ab488d0; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2a9cb63f; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2a9cb63f Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7ab488d0; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2a9cb63f; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2a9cb63f Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7ab488d0 Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c745fa4-76ab-41f4-9a52-26263eaaccc5 shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 706fc804-faee-42b3-bbc8-e914205f9150 initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7798ab1e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a167e22; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a167e22 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7798ab1e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a167e22; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a167e22 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7798ab1e Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 706fc804-faee-42b3-bbc8-e914205f9150 shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7591f226-74b9-449b-ab26-7e6fa20b2a9a initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@69879e0f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@45ed7e4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@45ed7e4 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@69879e0f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@45ed7e4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@45ed7e4 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@69879e0f Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7591f226-74b9-449b-ab26-7e6fa20b2a9a shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d7151cf-fba8-44c6-a7da-187d0df592fc initialized Nov 01, 2023 12:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2840da97; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@696f774; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@696f774 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2840da97; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@696f774; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@696f774 Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2840da97 Nov 01, 2023 12:01:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d7151cf-fba8-44c6-a7da-187d0df592fc shut down Nov 01, 2023 12:01:52 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2577950-54f4-41d0-96a9-07322f434693 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3e9f7dbe; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4225f77e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4225f77e Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3e9f7dbe; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4225f77e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4225f77e Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3e9f7dbe Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2577950-54f4-41d0-96a9-07322f434693 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f24f3554-7afc-48c1-98dd-56a22db2450d initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@42a2d39d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7febb957; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7febb957 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@42a2d39d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7febb957; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7febb957 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@42a2d39d Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f24f3554-7afc-48c1-98dd-56a22db2450d shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 39cb73bc-a1b0-4721-93c2-b7a3f67ed13e initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 39cb73bc-a1b0-4721-93c2-b7a3f67ed13e shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2d0763d-c2b7-4c20-8290-5ccc21afd9d1 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2d0763d-c2b7-4c20-8290-5ccc21afd9d1 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.cdi.resources.ProducerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3da4e4a9-c932-438c-9601-46115c79a473 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7d14a976 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@68161477 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@2efcefbb Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7d14a976 Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3da4e4a9-c932-438c-9601-46115c79a473 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8c12460-ac90-40df-975d-7e4072fa6ca2 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2da02c22 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@335ed079 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@558211a4 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2da02c22 Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8c12460-ac90-40df-975d-7e4072fa6ca2 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9448cb70-4087-4e27-8769-38a4ff7ff46c initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5d7a751a Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5d7a751a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@79e5c416; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@79e5c416 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5d7a751a Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9448cb70-4087-4e27-8769-38a4ff7ff46c shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8ddfde4-2009-4e23-ae9e-afc540fc9dc5 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1fbf71f8 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1fbf71f8; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e74041b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4e74041b Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1fbf71f8 Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8ddfde4-2009-4e23-ae9e-afc540fc9dc5 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2038090-f4da-4268-8aa4-4b9cc6611922 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@445f8ce3 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@445f8ce3 Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2038090-f4da-4268-8aa4-4b9cc6611922 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 560a4bd0-dd8b-48ff-9eff-c5ad71014986 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7853e58 Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7853e58 Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 560a4bd0-dd8b-48ff-9eff-c5ad71014986 shut down Nov 01, 2023 12:01:53 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest Nov 01, 2023 12:01:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 827e81e8-7617-457f-8156-5bf80bf534d2 initialized Nov 01, 2023 12:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:53 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27012751 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7d9711cd Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@43887c90 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@79d908f3 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27012751 Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 827e81e8-7617-457f-8156-5bf80bf534d2 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 045ede37-9d29-41d2-adfe-266ea52ea88e initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@8eb30ad Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@259cbfde Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@70dfdf52 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@65f0e08d Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@8eb30ad Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 045ede37-9d29-41d2-adfe-266ea52ea88e shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15cefb04-e87e-4436-9a3a-7c47c4cdd385 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@267392ea Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@74651d34 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@267392ea; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@77813bd4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@77813bd4; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@74651d34 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@267392ea Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15cefb04-e87e-4436-9a3a-7c47c4cdd385 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81ff4925-9843-42c4-afe7-6e322a86203a initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@46a6d8aa Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@1620f71 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@46a6d8aa; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1734b4b2; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1734b4b2; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@1620f71 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@46a6d8aa Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81ff4925-9843-42c4-afe7-6e322a86203a shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7376c8da-59ef-4404-b4e9-7cf567f8fafa initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1a11d3e5 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1a11d3e5 Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7376c8da-59ef-4404-b4e9-7cf567f8fafa shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2e0672b-2ee8-48fe-b777-231aced16db5 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@41d894b4 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@41d894b4 Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2e0672b-2ee8-48fe-b777-231aced16db5 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca72d130-7121-409b-a64d-438e69c5494b initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca72d130-7121-409b-a64d-438e69c5494b shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32b250c5-2edd-4706-b3e4-8e195c95ad41 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32b250c5-2edd-4706-b3e4-8e195c95ad41 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc13f113-1d5e-40be-9ec2-3a61b9144a76 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc13f113-1d5e-40be-9ec2-3a61b9144a76 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a391c40-337c-47f0-a8bb-034bbac5f8d4 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@25c42d37; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71aa8403; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71aa8403 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@25c42d37; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71aa8403; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71aa8403 Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@25c42d37 Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a391c40-337c-47f0-a8bb-034bbac5f8d4 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e109092e-e24b-4f14-b261-f2793fe363d1 initialized Nov 01, 2023 12:01:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6925a55c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1d1ed08c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1d1ed08c Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6925a55c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1d1ed08c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1d1ed08c Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@6925a55c Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e109092e-e24b-4f14-b261-f2793fe363d1 shut down Nov 01, 2023 12:01:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 498fee7b-e593-4791-912e-716d6457c3a2 initialized Nov 01, 2023 12:01:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5d772f0d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@21885bc6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@21885bc6 Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5d772f0d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@21885bc6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@21885bc6 Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5d772f0d Nov 01, 2023 12:01:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 498fee7b-e593-4791-912e-716d6457c3a2 shut down Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:01:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:01:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:01:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7951bde2-3809-44fe-a77c-b18a7889e1a3 initialized Nov 01, 2023 12:01:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:01:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5da270e6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7b385a38; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7b385a38 Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5da270e6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7b385a38; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7b385a38 Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@5da270e6 Nov 01, 2023 12:01:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7951bde2-3809-44fe-a77c-b18a7889e1a3 shut down Nov 01, 2023 12:01:55 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:01:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT [131/292] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Reserved port 46059 for jersey.config.test.container.port [INFO] Reserved port 38885 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT [132/292] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Reserved port 44645 for jersey.config.test.container.port [INFO] Reserved port 43111 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT [133/292] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-webapp --- [INFO] Reserved port 33993 for jersey.config.test.container.port [INFO] Reserved port 36383 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >-- [INFO] Building jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT [134/292] [INFO] from tests/integration/cdi-integration/context-inject-on-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ context-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ context-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ context-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ context-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ context-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ context-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ context-inject-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ context-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ context-inject-on-server --- [INFO] Reserved port 38295 for jersey.config.test.container.port [INFO] Reserved port 40195 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ context-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-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] Running org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest Nov 01, 2023 12:02:05 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:02:05 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a006aad-6089-46eb-b07c-9c7d2d14d450 initialized Nov 01, 2023 12:02:05 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:05 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:05 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:05 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:06 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a006aad-6089-46eb-b07c-9c7d2d14d450 shut down Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 431a7b1f-3b54-453e-be57-1d98c37b655f initialized Nov 01, 2023 12:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:06 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 431a7b1f-3b54-453e-be57-1d98c37b655f shut down Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dfa26d3e-7c0a-4c15-97ab-caf7e7bef4a9 initialized Nov 01, 2023 12:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:06 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dfa26d3e-7c0a-4c15-97ab-caf7e7bef4a9 shut down Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29b5d25c-431f-4f85-94ce-fb2f622c69ba initialized Nov 01, 2023 12:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:06 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29b5d25c-431f-4f85-94ce-fb2f622c69ba shut down Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ServletTest Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:06 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:06 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3721f70-dd34-4ecf-9bcd-956a52e9dfce initialized Nov 01, 2023 12:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:02:06 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3721f70-dd34-4ecf-9bcd-956a52e9dfce shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d8231f2-e715-4766-8fd3-4090ab4ab5c0 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d8231f2-e715-4766-8fd3-4090ab4ab5c0 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.glassfish.jersey.tests.cdi.inject.ServletTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c52c0de5-5fe5-4a3e-b71f-304849f4e342 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c52c0de5-5fe5-4a3e-b71f-304849f4e342 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52b5eb3b-1a57-4f89-8369-904c1336e0a3 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52b5eb3b-1a57-4f89-8369-904c1336e0a3 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bcff83c-cd9d-4043-a6a1-4656e8439010 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bcff83c-cd9d-4043-a6a1-4656e8439010 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1651e23-023b-4822-9a1b-cd9724683d25 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1651e23-023b-4822-9a1b-cd9724683d25 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f24ef9bb-97da-4c09-9812-a86e4ba59601 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f24ef9bb-97da-4c09-9812-a86e4ba59601 shut down Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4fdb21f-65ea-4d20-9ffb-183193861c69 initialized Nov 01, 2023 12:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:02:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4fdb21f-65ea-4d20-9ffb-183193861c69 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5fcb8cc-8e46-4cbf-a319-a15bb501dedc initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5fcb8cc-8e46-4cbf-a319-a15bb501dedc shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a0b2676-fa7d-4270-b5f5-1a1bd915d594 initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a0b2676-fa7d-4270-b5f5-1a1bd915d594 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5eae8da-46f7-42f5-a9fe-edc03b9afb54 initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5eae8da-46f7-42f5-a9fe-edc03b9afb54 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c26e408f-4630-4dad-8b7c-d803d208dd1c initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c26e408f-4630-4dad-8b7c-d803d208dd1c shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33ae1827-a905-4aeb-b090-e14560ad37b4 initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33ae1827-a905-4aeb-b090-e14560ad37b4 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e044c2c-f417-487b-913b-fdedc649ff53 initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e044c2c-f417-487b-913b-fdedc649ff53 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0f4296e-841a-458d-b1b1-524a976f0948 initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0f4296e-841a-458d-b1b1-524a976f0948 shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ca29a66-c5fa-47f8-a6f1-b2b1d5cc2cbe initialized Nov 01, 2023 12:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:02:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ca29a66-c5fa-47f8-a6f1-b2b1d5cc2cbe shut down Nov 01, 2023 12:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 s -- in org.glassfish.jersey.tests.cdi.inject.SseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ context-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ context-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ context-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >-- [INFO] Building client-connector-provider 3.0.99-SNAPSHOT [135/292] [INFO] from tests/integration/client-connector-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ client-connector-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ client-connector-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ client-connector-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ client-connector-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ client-connector-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ client-connector-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ client-connector-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ client-connector-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ client-connector-provider --- [INFO] Reserved port 40081 for jersey.config.test.container.port [INFO] Reserved port 43573 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ client-connector-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/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.tests.integration.client.connector.provider.CustomConnectorProviderTest Nov 01, 2023 12:02:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s -- in org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ client-connector-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ client-connector-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ client-connector-provider --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >----- [INFO] Building jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT [136/292] [INFO] from tests/integration/ejb-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-lib --- [INFO] Reserved port 40551 for jersey.config.test.container.port [INFO] Reserved port 40081 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-lib --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >----- [INFO] Building jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT [137/292] [INFO] from tests/integration/ejb-multimodule/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-war --- [INFO] Reserved port 36911 for jersey.config.test.container.port [INFO] Reserved port 33157 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-war --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-war --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >----- [INFO] Building jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT [138/292] [INFO] from tests/integration/ejb-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-ear --- [INFO] Reserved port 42851 for jersey.config.test.container.port [INFO] Reserved port 46141 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Copy ear sources to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-ear --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >------- [INFO] Building jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT [139/292] [INFO] from tests/integration/ejb-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule --- [INFO] Reserved port 32953 for jersey.config.test.container.port [INFO] Reserved port 46611 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT [140/292] [INFO] from tests/integration/ejb-multimodule-reload/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-lib --- [INFO] Reserved port 36891 for jersey.config.test.container.port [INFO] Reserved port 39891 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT [141/292] [INFO] from tests/integration/ejb-multimodule-reload/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war1 --- [INFO] Reserved port 34383 for jersey.config.test.container.port [INFO] Reserved port 36563 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT [142/292] [INFO] from tests/integration/ejb-multimodule-reload/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war2 --- [INFO] Reserved port 38439 for jersey.config.test.container.port [INFO] Reserved port 33183 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT [143/292] [INFO] from tests/integration/ejb-multimodule-reload/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-ear --- [INFO] Reserved port 37951 for jersey.config.test.container.port [INFO] Reserved port 35811 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-reload-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-ear --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >---- [INFO] Building jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT [144/292] [INFO] from tests/integration/ejb-multimodule-reload/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload --- [INFO] Reserved port 39805 for jersey.config.test.container.port [INFO] Reserved port 33677 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >------- [INFO] Building jersey-tests-ejb-webapp 3.0.99-SNAPSHOT [145/292] [INFO] from tests/integration/ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-test-webapp --- [INFO] Reserved port 45919 for jersey.config.test.container.port [INFO] Reserved port 35465 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-test-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 3.0.99-SNAPSHOT [146/292] [INFO] from tests/integration/j-376/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-376 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-376 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-376 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-376 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-376 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-376 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-376 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-376 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-376 --- [INFO] Reserved port 46451 for jersey.config.test.container.port [INFO] Reserved port 42945 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-376 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/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.tests.integration.j376.J376Test Nov 01, 2023 12:02:23 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:02:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bdb3e43-d5f3-4da3-a881-0dc721369e6d initialized Nov 01, 2023 12:02:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:02:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:02:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bdb3e43-d5f3-4da3-a881-0dc721369e6d shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s -- in org.glassfish.jersey.tests.integration.j376.J376Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-376 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-376 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-376 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >---------- [INFO] Building jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT [147/292] [INFO] from tests/integration/j-441/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war1 --- [INFO] Reserved port 38059 for jersey.config.test.container.port [INFO] Reserved port 33961 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war1 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >---------- [INFO] Building jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT [148/292] [INFO] from tests/integration/j-441/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war2 --- [INFO] Reserved port 42027 for jersey.config.test.container.port [INFO] Reserved port 46421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war2 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >---------- [INFO] Building jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT [149/292] [INFO] from tests/integration/j-441/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-441-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-ear --- [INFO] Reserved port 32807 for jersey.config.test.container.port [INFO] Reserved port 33001 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-441-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------ [INFO] Building jersey-tests-integration-j-441 3.0.99-SNAPSHOT [150/292] [INFO] from tests/integration/j-441/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441 --- [INFO] Reserved port 39907 for jersey.config.test.container.port [INFO] Reserved port 33919 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >--------- [INFO] Building jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT [151/292] [INFO] from tests/integration/j-59/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ejb-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ejb-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ejb-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ejb-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ejb-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ejb-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-ejb-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ejb-lib --- [INFO] Reserved port 42955 for jersey.config.test.container.port [INFO] Reserved port 45561 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-ejb-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ejb-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ejb-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ejb-lib --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >--------- [INFO] Building jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT [152/292] [INFO] from tests/integration/j-59/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-cdi-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-cdi-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-cdi-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-cdi-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-cdi-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-cdi-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-cdi-war --- [INFO] Reserved port 35597 for jersey.config.test.container.port [INFO] Reserved port 39853 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-cdi-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-59-cdi-war --- [INFO] Packaging webapp [INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-cdi-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-cdi-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-cdi-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-cdi-war --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >----------- [INFO] Building jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT [153/292] [INFO] from tests/integration/j-59/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-59-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ear --- [INFO] Reserved port 34387 for jersey.config.test.container.port [INFO] Reserved port 43831 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-59-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >------------- [INFO] Building jersey-tests-integration-j-59 3.0.99-SNAPSHOT [154/292] [INFO] from tests/integration/j-59/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59 --- [INFO] Reserved port 34775 for jersey.config.test.container.port [INFO] Reserved port 45023 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jackson-14 >---------- [INFO] Building jersey-compatibility-jackson14 3.0.99-SNAPSHOT [155/292] [INFO] from tests/integration/jackson-14/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jackson-14 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jackson-14 --- [WARNING] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: Failed while enforcing releasability. Dependency convergence error for com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.15.3 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jackson-14 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jackson-14 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jackson-14 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jackson-14 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jackson-14 --- [INFO] Reserved port 45609 for jersey.config.test.container.port [INFO] Reserved port 35017 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jackson-14 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/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.integration.jackson14.Jackson14DependencyTest Nov 01, 2023 12:02:34 PM org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider _configForReading WARNING: Error setting StreamReadConstraints: com.fasterxml.jackson.core.JsonFactory.streamReadConstraints()Lcom/fasterxml/jackson/core/StreamReadConstraints;. Possibly not Jackson 2.15? [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jackson-14 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jackson-14 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jackson-14 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT [156/292] [INFO] from tests/integration/jersey-2136/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2136 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2136 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2136 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2136 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2136 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2136 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2136 --- [INFO] Reserved port 33443 for jersey.config.test.container.port [INFO] Reserved port 37507 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2136 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2136 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2136 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-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.tests.integration.jersey2136.Jersey2136ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.048 s -- in org.glassfish.jersey.tests.integration.jersey2136.Jersey2136ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2136 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2136 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2136 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >--------- [INFO] Building jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT [157/292] [INFO] from tests/integration/jersey-2137/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2137 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2137 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2137 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2137 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2137 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2137 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2137 --- [INFO] Reserved port 41669 for jersey.config.test.container.port [INFO] Reserved port 43393 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2137 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2137 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2137 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2137 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2137 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2137 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >--------- [INFO] Building jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT [158/292] [INFO] from tests/integration/jersey-2154/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2154 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2154 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2154 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2154 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2154 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2154 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2154 --- [INFO] Reserved port 42699 for jersey.config.test.container.port [INFO] Reserved port 43675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2154 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2154 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2154 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2154 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2154 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2154 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT [159/292] [INFO] from tests/integration/jersey-2421/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2421 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2421 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2421 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2421 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2421 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2421 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2421 --- [INFO] Reserved port 36563 for jersey.config.test.container.port [INFO] Reserved port 42577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2421 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/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.tests.integration.jersey2421.Jersey2421Test Nov 01, 2023 12:02:41 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2421 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2421 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2421 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2421 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2421 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT [160/292] [INFO] from tests/integration/jersey-2776/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2776 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2776 --- [INFO] Reserved port 40691 for jersey.config.test.container.port [INFO] Reserved port 40507 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2776 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2776 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2776 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ jersey-2776 --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776 [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-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.tests.integration.jersey2776.Jersey2776ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2776 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-reports Stopping server 0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2776 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2776 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >--------- [INFO] Building jersey-3662 3.0.99-SNAPSHOT [161/292] [INFO] from tests/integration/jersey-3662/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3662 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3662 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3662 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3662 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3662 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3662 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3662 --- [INFO] Reserved port 41889 for jersey.config.test.container.port [INFO] Reserved port 42995 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3662 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Running org.glassfish.jersey.tests.integration.jersey3662.Junit5Test Nov 01, 2023 12:02:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.650 s -- in org.glassfish.jersey.tests.integration.jersey3662.Junit5Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3662 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3662 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3662 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >--------- [INFO] Building jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT [162/292] [INFO] from tests/integration/jersey-3670/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3670 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3670 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3670 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3670 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3670 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3670 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3670 --- [INFO] Reserved port 39335 for jersey.config.test.container.port [INFO] Reserved port 34475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3670 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/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.tests.integration.jersey3670.ExternalApplicationParamConverterTest Nov 01, 2023 12:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:02:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s -- in org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3670 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3670 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3670 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3670 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3670 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 3.0.99-SNAPSHOT [163/292] [INFO] from tests/integration/jersey-3992/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3992 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3992 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3992 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3992 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3992 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3992 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3992 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3992 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3992 --- [INFO] Reserved port 42575 for jersey.config.test.container.port [INFO] Reserved port 38989 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3992 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/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.tests.cdi.resources.InheritanceTest Nov 01, 2023 12:02:53 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:02:53 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:02:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:02:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:02:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab3ecfeb-d5c6-402f-9af7-822130bd52c5 initialized Nov 01, 2023 12:02:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:02:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:02:53 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:02:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:02:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:02:54 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab3ecfeb-d5c6-402f-9af7-822130bd52c5 shut down Nov 01, 2023 12:02:54 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:02:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 s -- in org.glassfish.jersey.tests.cdi.resources.InheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3992 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3992 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3992 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3992 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3992 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >--------- [INFO] Building jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT [164/292] [INFO] from tests/integration/jersey-4003/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4003 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4003 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4003 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4003 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4003 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4003 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4003 --- [INFO] Reserved port 33775 for jersey.config.test.container.port [INFO] Reserved port 38935 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4003 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/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.tests.integration.jersey4003.LostResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s -- in org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4003 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4003 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4003 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >--------- [INFO] Building jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT [165/292] [INFO] from tests/integration/jersey-4099/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4099 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4099 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4099 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4099 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4099 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4099 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4099 --- [INFO] Reserved port 42989 for jersey.config.test.container.port [INFO] Reserved port 33181 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4099 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/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.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest Nov 01, 2023 12:02:59 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:02:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:03:00 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:03:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 072c195b-ad01-46ec-98e5-d279fbca26e2 initialized Nov 01, 2023 12:03:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:00 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 072c195b-ad01-46ec-98e5-d279fbca26e2 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4099 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4099 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4099 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4099 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4099 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >--------- [INFO] Building jersey-4321 3.0.99-SNAPSHOT [166/292] [INFO] from tests/integration/jersey-4321/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4321 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4321 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4321 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4321 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4321 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4321 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4321 --- [INFO] Reserved port 37629 for jersey.config.test.container.port [INFO] Reserved port 37139 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4321 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/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.tests.integration.jersey4321.StreamingTest Nov 01, 2023 12:03:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s -- in org.glassfish.jersey.tests.integration.jersey4321.StreamingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4321 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4321 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4321 --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:project >---------------- [INFO] Building jersey-examples 3.0.99-SNAPSHOT [167/292] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34593 for jersey.config.test.container.port [INFO] Reserved port 39241 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >------- [INFO] Building jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT [168/292] [INFO] from examples/server-sent-events-jersey/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jersey --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jersey --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jersey --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jersey --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jersey --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jersey --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jersey --- [INFO] Reserved port 37985 for jersey.config.test.container.port [INFO] Reserved port 46539 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jersey --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/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.examples.sse.jersey.ServerSentEventsTest Nov 01, 2023 12:03:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37985/ Nov 01, 2023 12:03:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37985] Nov 01, 2023 12:03:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37985] Nov 01, 2023 12:03:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37985/ Nov 01, 2023 12:03:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37985] Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37985] Nov 01, 2023 12:03:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37985/ Nov 01, 2023 12:03:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37985] Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:03:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37985] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.971 s -- in org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jersey --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jersey --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jersey --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >--------- [INFO] Building jersey-4507 3.0.99-SNAPSHOT [169/292] [INFO] from tests/integration/jersey-4507/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4507 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4507 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4507 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4507 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4507 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4507 --- [INFO] Reserved port 35411 for jersey.config.test.container.port [INFO] Reserved port 36009 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4507 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/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.tests.integration.jersey4507.SSETest Nov 01, 2023 12:03:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 s -- in org.glassfish.jersey.tests.integration.jersey4507.SSETest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4507 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4507 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4507 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >--------- [INFO] Building jersey-4542 3.0.99-SNAPSHOT [170/292] [INFO] from tests/integration/jersey-4542/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4542 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4542 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4542 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4542 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4542 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4542 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4542 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4542 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4542 --- [INFO] Reserved port 42191 for jersey.config.test.container.port [INFO] Reserved port 46555 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4542 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/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.tests.integration.jersey4542.ProgrammaticValidationTest Nov 01, 2023 12:03:19 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:03:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:03:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19f4868e-856e-41cb-aaf0-fda82f772d27 initialized Nov 01, 2023 12:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:03:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:20 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19f4868e-856e-41cb-aaf0-fda82f772d27 shut down Nov 01, 2023 12:03:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:03:20 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4458b05f-d43c-430e-9599-044c4193780c initialized Nov 01, 2023 12:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:03:21 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4458b05f-d43c-430e-9599-044c4193780c shut down Nov 01, 2023 12:03:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s -- in org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4542 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4542 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4542 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >--------- [INFO] Building jersey-4697 3.0.99-SNAPSHOT [171/292] [INFO] from tests/integration/jersey-4697/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4697 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4697 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4697 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4697 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4697 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4697 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4697 --- [INFO] Reserved port 37261 for jersey.config.test.container.port [INFO] Reserved port 39159 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4697 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/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.tests.integration.jersey4697.MonitoringEventListenerTest Nov 01, 2023 12:03:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:24 PM org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1 run SEVERE: Error generating monitoring statistics. java.lang.IllegalStateException: This causes the scheduler to stop working at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.processExceptionMapperEvents(MonitoringStatisticsProcessor.java:130) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.access$200(MonitoringStatisticsProcessor.java:53) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1.run(MonitoringStatisticsProcessor.java:96) 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) Nov 01, 2023 12:03:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 s -- in org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4697 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4697 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4697 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >--------- [INFO] Building jersey-4722 3.0.99-SNAPSHOT [172/292] [INFO] from tests/integration/jersey-4722/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4722 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4722 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4722 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4722 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4722 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4722 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4722 --- [INFO] Reserved port 45105 for jersey.config.test.container.port [INFO] Reserved port 45901 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4722 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/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.tests.integration.jersey4722.Jersey4722Test Nov 01, 2023 12:03:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:03:28 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:28 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:03:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4722 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4722 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4722 --- [INFO] [INFO] ----------------< org.glassfish.jersey.bundles:project >---------------- [INFO] Building jersey-bundles 3.0.99-SNAPSHOT [173/292] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42357 for jersey.config.test.container.port [INFO] Reserved port 34089 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >---------------- [INFO] Building jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT [174/292] [INFO] from bundles/jaxrs-ri/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-ri --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-ri --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-ri --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-ri --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-ri --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack) @ jaxrs-ri --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-ri --- [INFO] Copying 40 resources from target/unpacked-src/main/java to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1015 source files with javac [debug target 1.8] to target/classes [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/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/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-ri --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-ri --- [INFO] Reserved port 41697 for jersey.config.test.container.port [INFO] Reserved port 46703 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-ri --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-ri --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-ri --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.2.4:shade (shade-archive) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.activation-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 909 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 899 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.markdown [WARNING] jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jakarta.json-2.0.0-module.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes (Is a directory) [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 909 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 899 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] javassist-3.29.2-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: [WARNING] - META-INF/maven/org.javassist/javassist/pom.properties [WARNING] - META-INF/maven/org.javassist/javassist/pom.xml [WARNING] - javassist.ByteArrayClassPath [WARNING] - javassist.ByteArrayClassPath$1 [WARNING] - javassist.ByteArrayClassPath$BytecodeURLConnection [WARNING] - javassist.ByteArrayClassPath$BytecodeURLStreamHandler [WARNING] - javassist.CannotCompileException [WARNING] - javassist.ClassClassPath [WARNING] - javassist.ClassMap [WARNING] - javassist.ClassPath [WARNING] - 418 more... [WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml [WARNING] - jakarta.inject.Inject [WARNING] - jakarta.inject.Named [WARNING] - jakarta.inject.Provider [WARNING] - jakarta.inject.Qualifier [WARNING] - jakarta.inject.Scope [WARNING] - jakarta.inject.Singleton [WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml [WARNING] - org.glassfish.hk2.osgiresourcelocator.Activator [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinder [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1 [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2 [WARNING] - 4 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 54 overlapping classes: [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier$1 [WARNING] - org.glassfish.jersey.jaxb.PropertySupplier [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2 [WARNING] - 44 more... [WARNING] jaxrs-ri.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar define 11 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml [WARNING] - org.glassfish.jersey.jsonb.JsonBindingFeature [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton [WARNING] - org.glassfish.jersey.jsonb.package-info [WARNING] - 1 more... [WARNING] jakarta.json-api-2.0.2.jar, jaxrs-ri.jar define 36 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml [WARNING] - jakarta.json.EmptyArray [WARNING] - jakarta.json.EmptyObject [WARNING] - jakarta.json.Json [WARNING] - jakarta.json.JsonArray [WARNING] - jakarta.json.JsonArrayBuilder [WARNING] - jakarta.json.JsonBuilderFactory [WARNING] - jakarta.json.JsonException [WARNING] - jakarta.json.JsonMergePatch [WARNING] - 26 more... [WARNING] jakarta.json.bind-api-2.0.0.jar, jaxrs-ri.jar define 28 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml [WARNING] - jakarta.json.bind.Jsonb [WARNING] - jakarta.json.bind.JsonbBuilder [WARNING] - jakarta.json.bind.JsonbConfig [WARNING] - jakarta.json.bind.JsonbException [WARNING] - jakarta.json.bind.adapter.JsonbAdapter [WARNING] - jakarta.json.bind.annotation.JsonbAnnotation [WARNING] - jakarta.json.bind.annotation.JsonbCreator [WARNING] - jakarta.json.bind.annotation.JsonbDateFormat [WARNING] - 18 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] jaxrs-ri.jar, parsson-1.0.5.jar define 65 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.properties [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.xml [WARNING] - org.eclipse.parsson.BufferPoolImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.eclipse.parsson.JsonBuilderFactoryImpl [WARNING] - org.eclipse.parsson.JsonContext [WARNING] - org.eclipse.parsson.JsonGeneratorFactoryImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl$1 [WARNING] - 55 more... [WARNING] jaxrs-ri.jar, yasson-2.0.4.jar define 247 overlapping classes and resources: [WARNING] - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension [WARNING] - META-INF.versions.9.org.eclipse.yasson.internal.model.ModulesUtil [WARNING] - META-INF/jpms.args [WARNING] - META-INF/maven/org.eclipse/yasson/pom.properties [WARNING] - META-INF/maven/org.eclipse/yasson/pom.xml [WARNING] - META-INF/native-image/org.eclipse/yasson/native-image.properties [WARNING] - META-INF/services/jakarta.json.bind.spi.JsonbProvider [WARNING] - org.eclipse.yasson.FieldAccessStrategy [WARNING] - org.eclipse.yasson.ImplementationClass [WARNING] - org.eclipse.yasson.JsonBindingProvider [WARNING] - 237 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar define 63 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.properties [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.xml [WARNING] - org.glassfish.json.BufferPoolImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.glassfish.json.JsonBuilderFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl$1 [WARNING] - org.glassfish.json.JsonGeneratorImpl$Context [WARNING] - 53 more... [WARNING] jaxrs-ri.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar define 48 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml [WARNING] - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder [WARNING] - org.glassfish.jersey.media.sse.EventInput [WARNING] - org.glassfish.jersey.media.sse.EventInputReader [WARNING] - org.glassfish.jersey.media.sse.EventListener [WARNING] - org.glassfish.jersey.media.sse.EventOutput [WARNING] - org.glassfish.jersey.media.sse.EventSource [WARNING] - org.glassfish.jersey.media.sse.EventSource$1 [WARNING] - org.glassfish.jersey.media.sse.EventSource$Builder [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar define 16 overlapping resources: [WARNING] - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java [WARNING] - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2Helper.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java [WARNING] - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java [WARNING] - 6 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar define 378 overlapping resources: [WARNING] - org/glassfish/jersey/AbstractFeatureConfigurator.java [WARNING] - org/glassfish/jersey/Beta.java [WARNING] - org/glassfish/jersey/CommonProperties.java [WARNING] - org/glassfish/jersey/ExtendedConfig.java [WARNING] - org/glassfish/jersey/ExternalProperties.java [WARNING] - org/glassfish/jersey/InjectionManagerProvider.java [WARNING] - org/glassfish/jersey/JerseyPriorities.java [WARNING] - org/glassfish/jersey/Severity.java [WARNING] - org/glassfish/jersey/SslConfigurator.java [WARNING] - org/glassfish/jersey/http/HttpHeaders.java [WARNING] - 368 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar define 24 overlapping resources: [WARNING] - org/glassfish/jersey/jaxb/FeatureSupplier.java [WARNING] - org/glassfish/jersey/jaxb/PropertySupplier.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java [WARNING] - 14 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar define 91 overlapping resources: [WARNING] - org/glassfish/jersey/client/AbortException.java [WARNING] - org/glassfish/jersey/client/AbstractNonSyncInvoker.java [WARNING] - org/glassfish/jersey/client/AbstractRxInvoker.java [WARNING] - org/glassfish/jersey/client/ChunkParser.java [WARNING] - org/glassfish/jersey/client/ChunkedInput.java [WARNING] - org/glassfish/jersey/client/ChunkedInputReader.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutor.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundScheduler.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java [WARNING] - 81 more... [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar define 370 overlapping resources: [WARNING] - com/sun/research/ws/wadl/Application.java [WARNING] - com/sun/research/ws/wadl/Doc.java [WARNING] - com/sun/research/ws/wadl/Grammars.java [WARNING] - com/sun/research/ws/wadl/HTTPMethods.java [WARNING] - com/sun/research/ws/wadl/Include.java [WARNING] - com/sun/research/ws/wadl/Link.java [WARNING] - com/sun/research/ws/wadl/Method.java [WARNING] - com/sun/research/ws/wadl/ObjectFactory.java [WARNING] - com/sun/research/ws/wadl/Option.java [WARNING] - com/sun/research/ws/wadl/Param.java [WARNING] - 360 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar define 27 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/ServletContainer.java [WARNING] - org/glassfish/jersey/servlet/ServletProperties.java [WARNING] - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java [WARNING] - org/glassfish/jersey/servlet/WebAppResourcesScanner.java [WARNING] - org/glassfish/jersey/servlet/WebComponent.java [WARNING] - org/glassfish/jersey/servlet/WebConfig.java [WARNING] - org/glassfish/jersey/servlet/WebFilterConfig.java [WARNING] - org/glassfish/jersey/servlet/WebServletConfig.java [WARNING] - org/glassfish/jersey/servlet/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java [WARNING] - 17 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar define 6 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/async/package-info.java [WARNING] - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java [WARNING] - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/init/package-info.java [WARNING] jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar define 119 overlapping classes and resources: [WARNING] - META-INF.versions.9.jakarta.xml.bind.ModuleUtil [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml [WARNING] - jakarta.xml.bind.Binder [WARNING] - jakarta.xml.bind.ContextFinder [WARNING] - jakarta.xml.bind.ContextFinder$1 [WARNING] - jakarta.xml.bind.ContextFinder$2 [WARNING] - jakarta.xml.bind.ContextFinder$3 [WARNING] - jakarta.xml.bind.ContextFinder$4 [WARNING] - jakarta.xml.bind.ContextFinder$5 [WARNING] - 109 more... [WARNING] jakarta.activation-2.0.1.jar, jaxrs-ri.jar define 42 overlapping classes and resources: [WARNING] - META-INF/mailcap.default [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.properties [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.xml [WARNING] - META-INF/mimetypes.default [WARNING] - com.sun.activation.registries.LineTokenizer [WARNING] - com.sun.activation.registries.LogSupport [WARNING] - com.sun.activation.registries.MailcapFile [WARNING] - com.sun.activation.registries.MailcapParseException [WARNING] - com.sun.activation.registries.MailcapTokenizer [WARNING] - com.sun.activation.registries.MimeTypeEntry [WARNING] - 32 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Minimized 8431 -> 8431 (100%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- assembly:3.6.0:single (make-binary-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 [INFO] [INFO] --- assembly:3.6.0:single (make-source-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 [INFO] [INFO] --- antrun:3.1.0:run (xcopy) @ jaxrs-ri --- [INFO] Executing tasks [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] Executed tasks [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-ri --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.bz2 [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.bz2 [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ jaxrs-ri --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-ri --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >-- [INFO] Building microprofile-integration-project 3.0.99-SNAPSHOT [175/292] [INFO] from tests/integration/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-integration-project --- [INFO] Reserved port 38387 for jersey.config.test.container.port [INFO] Reserved port 45187 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >-- [INFO] Building microprofile-config-project 3.0.99-SNAPSHOT [176/292] [INFO] from tests/integration/microprofile/config/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-config-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-config-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-config-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-config-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-config-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-config-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-config-project --- [INFO] Reserved port 41437 for jersey.config.test.container.port [INFO] Reserved port 45361 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-config-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-config-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-config-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-config-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >-- [INFO] Building config-webapp 3.0.99-SNAPSHOT [177/292] [INFO] from tests/integration/microprofile/config/webapp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ config-webapp --- [INFO] Reserved port 34161 for jersey.config.test.container.port [INFO] Reserved port 39883 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ config-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >-- [INFO] Building helidon-config-webapp 3.0.99-SNAPSHOT [178/292] [INFO] from tests/integration/microprofile/config/helidon/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helidon-config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helidon-config-webapp --- [INFO] Reserved port 35599 for jersey.config.test.container.port [INFO] Reserved port 39633 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ helidon-config-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helidon-config-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helidon-config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: helidon-config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ helidon-config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ helidon-config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helidon-config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client >-- [INFO] Building jersey-rest-client 3.0.99-SNAPSHOT [179/292] [INFO] from tests/integration/microprofile/rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client --- [INFO] Reserved port 46273 for jersey.config.test.container.port [INFO] Reserved port 44639 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >-- [INFO] Building jersey-rest-client-tck 3.0.99-SNAPSHOT [180/292] [INFO] from tests/integration/microprofile/rest-client-tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client-tck --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client-tck --- [INFO] Reserved port 46077 for jersey.config.test.container.port [INFO] Reserved port 45157 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client-tck --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >-- [INFO] Building reactive-streams-integration-project 3.0.99-SNAPSHOT [181/292] [INFO] from tests/integration/reactive-streams/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reactive-streams-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reactive-streams-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reactive-streams-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reactive-streams-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reactive-streams-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reactive-streams-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reactive-streams-integration-project --- [INFO] Reserved port 41019 for jersey.config.test.container.port [INFO] Reserved port 34853 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reactive-streams-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reactive-streams-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ reactive-streams-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reactive-streams-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >-- [INFO] Building sse-reactive-streams-tck 3.0.99-SNAPSHOT [182/292] [INFO] from tests/integration/reactive-streams/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-reactive-streams-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-reactive-streams-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-reactive-streams-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-reactive-streams-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-reactive-streams-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-reactive-streams-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-reactive-streams-tck --- [INFO] Reserved port 39357 for jersey.config.test.container.port [INFO] Reserved port 46785 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-reactive-streams-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/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.media.sse.internal.SseSubscriberTest Nov 01, 2023 12:03:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:03:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:03:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:03:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=F} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=R} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=A} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=N} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=K} Nov 01, 2023 12:03:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:03:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:03:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:03:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:04:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:04:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:04:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} Nov 01, 2023 12:04:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:04:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:04:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4.0} Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:04:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:04:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:04:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:04:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:04:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey4} Nov 01, 2023 12:04:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.076 s -- in org.glassfish.jersey.media.sse.internal.SseSubscriberTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-reactive-streams-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ sse-reactive-streams-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:04:05 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.testng.TestException: BOOM JERSEY! at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnErrorAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:95) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:05 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onNext SEVERE: Processing onNext signal failed. java.lang.IllegalStateException: This event source has already been closed. at org.glassfish.jersey.media.sse.internal.JerseyEventSink.checkClosed(JerseyEventSink.java:176) at org.glassfish.jersey.media.sse.internal.JerseyEventSink.onNext(JerseyEventSink.java:85) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest$2.onNext(JerseyEventSinkWhiteBoxSubscriberTckTest.java:161) at org.glassfish.jersey.media.sse.internal.JerseyFlowAdapters$AdaptedSubscriber.onNext(JerseyFlowAdapters.java:60) at org.reactivestreams.tck.TestEnvironment$ManualPublisher.sendNext(TestEnvironment.java:813) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:583) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:579) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnNextAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:57) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:05 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberWhiteboxVerification.java:210) at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.run(SubscriberWhiteboxVerification.java:203) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTestWithoutSetup(SubscriberWhiteboxVerification.java:521) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberWhiteboxVerification.java:172) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:06 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$9.run(SubscriberWhiteboxVerification.java:325) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberWhiteboxVerification.java:319) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:06 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$10.run(SubscriberWhiteboxVerification.java:340) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberWhiteboxVerification.java:337) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:06 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$3.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberBlackboxVerification.java:200) at org.reactivestreams.tck.SubscriberBlackboxVerification$3.run(SubscriberBlackboxVerification.java:193) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberWithoutSetupTest(SubscriberBlackboxVerification.java:449) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberBlackboxVerification.java:164) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:06 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$7.run(SubscriberBlackboxVerification.java:287) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberBlackboxVerification.java:282) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:04:07 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$8.run(SubscriberBlackboxVerification.java:300) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberBlackboxVerification.java:296) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [TestNG] Reporter org.testng.reporters.JUnitReportReporter@73f792cf failed java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) at java.util.ArrayList$Itr.next(ArrayList.java:859) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.160 s -- in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ sse-reactive-streams-tck --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-reactive-streams-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-reactive-streams-tck --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >--------- [INFO] Building jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT [183/292] [INFO] from tests/integration/jersey-5087/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-5087 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-5087 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-5087 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-5087 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-5087 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-5087 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-5087 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-5087 --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-5087 --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-5087 --- [INFO] Reserved port 36281 for jersey.config.test.container.port [INFO] Reserved port 45485 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-5087 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-5087 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-5087 --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 210 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-5087 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-5087 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-5087 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >----------- [INFO] Building jersey-tests-jmockit 3.0.99-SNAPSHOT [184/292] [INFO] from tests/jmockit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-jmockit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-jmockit --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-jmockit --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-jmockit --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-jmockit --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-jmockit --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-jmockit --- [INFO] Reserved port 44127 for jersey.config.test.container.port [INFO] Reserved port 43363 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-tests-jmockit --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Running org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest Nov 01, 2023 12:04:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44127/ Nov 01, 2023 12:04:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44127] Nov 01, 2023 12:04:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44127] Nov 01, 2023 12:04:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44127/ Nov 01, 2023 12:04:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44127] Nov 01, 2023 12:04:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44127] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s -- in org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-jmockit --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 94 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-jmockit --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-jmockit --- [INFO] [INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >------- [INFO] Building jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT [185/292] [INFO] from test-framework/memleak-test-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ memleak-test-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ memleak-test-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ memleak-test-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ memleak-test-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ memleak-test-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ memleak-test-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ memleak-test-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ memleak-test-common --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ memleak-test-common --- [INFO] Reserved port 35367 for jersey.config.test.container.port [INFO] Reserved port 38695 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ memleak-test-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ memleak-test-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ memleak-test-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ memleak-test-common --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.memleaks:project >------------- [INFO] Building jersey-tests-memleak 3.0.99-SNAPSHOT [186/292] [INFO] from tests/mem-leaks/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33921 for jersey.config.test.container.port [INFO] Reserved port 41709 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------ [INFO] Building jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT [187/292] [INFO] from tests/mem-leaks/redeployment/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33123 for jersey.config.test.container.port [INFO] Reserved port 35851 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >-- [INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT [188/292] [INFO] from tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-leaking-test-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-leaking-test-app --- [INFO] Reserved port 44033 for jersey.config.test.container.port [INFO] Reserved port 43415 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-leaking-test-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-leaking-test-app --- [INFO] [INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >--------- [INFO] Building jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT [189/292] [INFO] from examples/webapp-example-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ webapp-example-parent --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ webapp-example-parent --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ webapp-example-parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ webapp-example-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ webapp-example-parent --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ webapp-example-parent --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ webapp-example-parent --- [INFO] Reserved port 38963 for jersey.config.test.container.port [INFO] Reserved port 37285 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ webapp-example-parent --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ webapp-example-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ webapp-example-parent --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ webapp-example-parent --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >----------- [INFO] Building jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT [190/292] [INFO] from examples/helloworld-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-webapp --- [INFO] Reserved port 42549 for jersey.config.test.container.port [INFO] Reserved port 36659 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/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.examples.helloworld.webapp.HelloWorldTest Nov 01, 2023 12:04:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42549/helloworld-webapp Nov 01, 2023 12:04:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42549] Nov 01, 2023 12:04:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42549] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s -- in org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ helloworld-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-webapp --- [INFO] [INFO] ---------< org.glassfish.jersey.test-framework.maven:project >---------- [INFO] Building jersey-test-framework-maven 3.0.99-SNAPSHOT [191/292] [INFO] from test-framework/maven/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36235 for jersey.config.test.container.port [INFO] Reserved port 37955 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >-- [INFO] Building jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT [192/292] [INFO] from test-framework/maven/container-runner-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ container-runner-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ container-runner-maven-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ container-runner-maven-plugin --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- groovy-eclipse-compiler:3.7.0:add-groovy-build-paths (default-add-groovy-build-paths) @ container-runner-maven-plugin --- [INFO] Adding /src/main/groovy to the list of source folders [INFO] Adding /src/test/groovy to the list of test source folders [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ container-runner-maven-plugin --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ container-runner-maven-plugin --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ container-runner-maven-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ container-runner-maven-plugin --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ container-runner-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 12 mojo descriptors. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ container-runner-maven-plugin --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ container-runner-maven-plugin --- [INFO] Reserved port 46673 for jersey.config.test.container.port [INFO] Reserved port 39313 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ container-runner-maven-plugin --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ container-runner-maven-plugin --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 93 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ container-runner-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ container-runner-maven-plugin --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >-- [INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT [193/292] [INFO] from tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-hello-world-app-ref --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-hello-world-app-ref --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-hello-world-app-ref --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- dependency:3.6.1:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-hello-world-app-ref --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-hello-world-app-ref --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-hello-world-app-ref --- [INFO] Reserved port 35591 for jersey.config.test.container.port [INFO] Reserved port 44661 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-hello-world-app-ref --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-hello-world-app-ref --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-hello-world-app-ref --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >-- [INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT [194/292] [INFO] from tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-no-jersey-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-no-jersey-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-no-jersey-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-no-jersey-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-no-jersey-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-no-jersey-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-no-jersey-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-no-jersey-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-no-jersey-app --- [INFO] Reserved port 35805 for jersey.config.test.container.port [INFO] Reserved port 35743 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-no-jersey-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-no-jersey-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-no-jersey-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-no-jersey-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-no-jersey-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-no-jersey-app --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >-- [INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT [195/292] [INFO] from tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-threadlocals-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-threadlocals-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-threadlocals-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-threadlocals-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-threadlocals-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-threadlocals-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-threadlocals-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-threadlocals-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-threadlocals-app --- [INFO] Reserved port 46001 for jersey.config.test.container.port [INFO] Reserved port 43409 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-threadlocals-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-threadlocals-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-threadlocals-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-threadlocals-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-threadlocals-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-threadlocals-app --- [INFO] [INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >-------- [INFO] Building jersey-tests-memleak-testcase 3.0.99-SNAPSHOT [196/292] [INFO] from tests/mem-leaks/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33977 for jersey.config.test.container.port [INFO] Reserved port 46221 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >---- [INFO] Building jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT [197/292] [INFO] from tests/mem-leaks/test-cases/bean-param-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bean-param-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bean-param-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bean-param-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bean-param-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bean-param-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bean-param-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bean-param-leak --- [INFO] Reserved port 37101 for jersey.config.test.container.port [INFO] Reserved port 33655 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ bean-param-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bean-param-leak --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bean-param-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bean-param-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bean-param-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT [198/292] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak --- [INFO] Reserved port 44795 for jersey.config.test.container.port [INFO] Reserved port 34051 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ shutdown-hook-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT [199/292] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak-client --- [INFO] Reserved port 41931 for jersey.config.test.container.port [INFO] Reserved port 36899 for jersey.config.test.container.stop.port [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak-client --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >--- [INFO] Building jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT [200/292] [INFO] from tests/mem-leaks/test-cases/leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ leaking-test-app --- [INFO] Reserved port 39659 for jersey.config.test.container.port [INFO] Reserved port 40999 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ leaking-test-app --- [INFO] [INFO] --------------< org.glassfish.jersey.tests.osgi:project >--------------- [INFO] Building jersey-tests-osgi 3.0.99-SNAPSHOT [201/292] [INFO] from tests/osgi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40619 for jersey.config.test.container.port [INFO] Reserved port 32823 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >---- [INFO] Building jersey-tests-osgi-functional 3.0.99-SNAPSHOT [202/292] [INFO] from tests/osgi/functional/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-osgi-functional --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-osgi-functional --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-osgi-functional --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-osgi-functional --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- resources:3.3.1:testResources (default) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ jersey-tests-osgi-functional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-osgi-functional --- [INFO] Reserved port 33005 for jersey.config.test.container.port [INFO] Reserved port 41291 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ jersey-tests-osgi-functional --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840285728-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 parent=null root=[TestAddress:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 root:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652] args=[Ljava.lang.Object;@cb0ed20 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@4e718207 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840285728-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-fc5ae7fd-c517-4e2e-9996-472d33255a4a parent=[TestAddress:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 root:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652] root=[TestAddress:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 root:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652] args=[Ljava.lang.Object;@706a04ae [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBadResource @ [TestAddress:PaxExam-fc5ae7fd-c517-4e2e-9996-472d33255a4a root:PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652] Arguments: [Ljava.lang.Object;@cb0ed20 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840285728-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-f49969da-f9eb-4cf2-8f8e-2fea02131fdd, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840285728-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55342<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 11606[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]u[0x93][0xc1]o[0xda]0[0x14][0xc6][0xef]H[0xfc][0xf][0x16][0x87][0x89]J[0xc4]$!0H[0xc5][0xa1]e[0x1c]@[0xd0][0xa2][0xb2][0xf5][0xb2][0xc3]d[0x92][0x97][0xd4][0x10][0xec][0xcc]6[0x84][0xfe][0xf7]{N[0xb2][0x14][0xb4]U9Dz[0xfe][0xbd][0xcf][0xdf][0xfb]l[0xaf][0x99][0xe0][0x9]h[0xe3][0xbc][0x82][0xd2]\[0x8a][0x90]x[0xd4]m[0xb7][0x1e]E[0xec][0xac][0x98]6k[0x19][0xf3][0x84]C[0x8c][0xe5][0x91][0xeb][0x8e][0xc7]C[0xd7][0x9b]L[0x86][0x1][0x2]'[0x9e][0xc5][0xce]2>[0xd8][0x86]1u[0xf9][0x81]WU[0x8d][0xf3][0xf8][0x1e][0x92][0xfd]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]([0xb0]5[0x11]g[0xe0]I[0xd2][0x8a][0xae]A[0xf3][0x82][0xbe][0x13][0x88]B[0x92][0x81][0xf2][0xd7][0xb0][0x9f][0xa0]][0x91][0x1c][0xa6]V[0xaf]d[0x8a][0x16][0x6]B[0xa0][0xeb][0xb6]6[0xce][0xc8][0x93]H[0x94][0xbf](R[0xfd]CL*[0xe9][0xdc]L[0xaf]![0x8a]`dy[0x89][0x95][0xb6][0xb][0xf8][0x86][0x85][0xc1]3w[0xdc]t[0xf0]#yd[0x86][0xaf][0x3][0xb7][0xeb][0x15]dm[0xa3]}:R[0x84][0xad]"z_[0xfe][0x97][0xf6]K[0xf8][0xe9][0xd2][0xb4][0xb1][0xcc]PlD[0x81]])[0x8b][0xb6][0xc1]y[0x94][0xe4]W[0xa5][0xa4]SZ,h[0x9b]vd[0xf4][0xdb][0xf2][0xf3][0x8]w[0xe2][0xb][0xf0][0xb5][0xc7][0xf4][0xf7]I[0x12][0x8a][0xfc][0xf0][0x0][0xfe][0xa9][0x1d][0x8d]m[0xe7] [0x89]G4[0x7][0x83][0xe9][0x98]~[0x9a][0xe9]roik[0xa1]+[0xb2]-[0xf5][0x96][0xa6][0x9][0xa3][0xe6][0x1e]p[0xfa][0xd2][0xe6][0xdc][0x92][0xe5][0xcf]a[0xff][0xe1][0xd0][0xf3][0xf3][0xf8][0xb5][\r][0xe0][0xe8][0xe4][0xa7]1[0xbd][0xb4][0xe2][0xc8]~)}[0xb0][0xb]B[0x93][0x1b]rO[0xd7]oPK[0x7][0x8]q[0xcf]i9[0x1c][0x2][0x0][0x0]w[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd];[0xe][0x83]0[0x10]E[0xd1]~V1%[0x14][0x80][0x85]P[0x8a][0xb4]Q[0x8a][0xd0][0x80]D6`[0x99][0x1][0x8c][0x88][0xc7][0xb2][0x7]Bv[0x9f][0x9f][0xd2][0xa7]?[0xf7]=h[0xda][0xae][0xaa][0xb1][0xd5];[0x9e]w}[0xc3][0x8b][0x9b][0xc9][0x88]e[0x7]'[0xf6][0x8f]`[0xc7]I[0xb0]T[0xea][0x90][0x95][0xaa]T[0xf8][0xc5][0x19]6[0x9e][0xdc][0xab][0x9]b[0x8d][0xf5][0xfa][0xcd][0xb1][0xe3]A[0xee]:[0x10][0xe][0x1c][0xb0][0xd6][0x9b][0x6][0xb8]N6[0xa2][0xf][0xdc][0xaf]F[0xd0]:[0xb3][0xac]=E[0x8c]?[0xd8][0xd3]F[0xb]{[0xea]Q[0xb][0xfc][0xb3][0x88][0xc9][0xe7]?[0xc5]d[0x12][0xf1][0xc7][0xa2][0x10][0xd2][0xb7][0x9c]}[0xac][0xe6][0x9c][0xc3]X[0xa4]9[0x0]<[0x1]PK[0x7][0x8][0xb9][0x82][0xe1]q[0x94][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80]g[0x17][0x8d]i[0xa1][0x82][0xa7]RJ[0xcf][0x16]z^[0xe3]j#i[0x12]bR[0xd2][0xbf]o<[0xce][0xcc][0xe3]Uw[0xb2][0x14]0[0xd2][0xcc][0xa7][0x1f]wa[0x5][0xf4][0xa8][0xde][0x4][0xb][0x19][0x9d]aJv6[0xe4]MZ[0xb5]e[0xd5][0xab][0xac]F[0xf2]\t\4}{[0xee]O[0x17]~[0xbd][0x8d][0xcf]B[0xa2]a_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb]vv[0x90][0xd0]v [0xd9][0x1a]\[0xf2][0x8f]y8>[0x9d][0xdf][0xe5][0x6][0x1e]3P[0xc6][0xf][0xc3][0x10][0xf5][0x82]*[0x96]Z\}[0xb8]Z[0xdb][0x8d]TdPK[0x7][0x8][0xba][0xd2][0xf1][0xc4][0x82][0x0][0x0][0x0][0x90][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.xml[0xbd]UM[0x8f][0x9b]0[0x10][0xbd][0xe7]W[0xd0][0xa8]Wl[0xd2][0xcd])[0xa2][0x9c][0xda][0xc3]V[0xbb][0xdd]H+U[0xbd]E[0x8e][0x99][0x10][0xef][0x82]m[0xd9]$[0xb0][0xaa][0xfa][0xdf];|8[0x10][0x2]Q[0xa4]v[0x8b][0xb8][0xf8][0xf1]f[0xe6]=[0xdb]3[0x84][0xda][0xa8][0x17][0xe0][0xb9]Wf[0xa9][0xb4][0x9f][0xe7][0xfb]<[0xd7]+J3v[0x4]I[0x98]f|[0xf]D[0x99][0x84][0xae][0x9f][0x1e][0xe9][0x92][0x4]$[0x98]7[0xcc]Ui[0xc5][0x89]][0x14][0x5])[0xee]j[0xde][0xa7] X[0xd0][0x9f][0x8f][0xf][0xcf][0x18][0x98]1_H[0x9b]3[0xc9][0x1][0xa3][0xac]X[0xd9][0x1a]|P[0x9c][0xe5]B[0xc9][0x1b][0x8a]yS[0x8c][0x1a][0xf0][0x8f][0xcb]M[0xb0][0x9]Hi[0xe3]y4[0x9b]y[0xf8][0x84][0x99][0x8a]![0xfd][0x1][0xc6]b[0x81][0xa8][0xce][0x11][0xd2]3[0xac][0xe5]if@[0xe6]Q[0xbd][0xa8][0x81][0xc4][0xa8][0x83][0xbe][0x8f]#[0xcc]N[0x94][0xb6][0xcb][0x17][0xa2]Y[0x19]R[0x7]wDfr[0xb1]c[0x17][0xe0][0xe3][0xc8][0xab][u[0xb3] [0xc1][0xa6][0x8a][0xfe][0x97][0xb7][0xa8][0x87]tm[0xbd]=[0x88][0xb4][0xef]^[0xa7][0x7][0x1c]uvP[0xab]A[0xcf][0xc1])[0xf7];H[0xc5][0xd4][0xa1][0xc][0x8d]7?[0xb0]f,[0xf9]M[0x91]+[0x8e][0xe9]P[0x86]C[0x9c][0x19][0xda][0xba][0xa9]'Z[0xb5][0x8f]8[0x86][0xff][0x0]PK[0x7][0x8]x9[0xe2][0x9f]'[0x2][0x0][0x0][0xdb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/pax/exam/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/Activator.class[0x95]T[0xdb]R[0xd4]@[0x10]=[0xb3][0x4][0xb2].[0xab][0xe0][0x82][0x88]7n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0xb9]E[0xb9]([0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "QK[0xaa]V[0xac][0x12][0xb][0xca][0xc7]!;,[0xc1][0x90][0xa4]&[0xb3][0xb8][0xfc][0x86][0xc2][0xb][0x94]R[0xe5][0x7][0xf8]Q[0x96][0x9d][0xb][0xbb][0xc0]"[0xe8]C[0xa6]3g[0xba][0xfb][0x9c][0xe9][0xe9][0x99]_[0xbf][0xfc][0x4]0[0x83][0xc5][0x1c][0xae]cX[0xc7]H[0xe][0x99][0xc8][0x8e][0xe6][0xa0]a8[0xb]#[0x8b]b[0xe]c[0x18][0xd7]1[0x91][0xc3]$[0xa6][0xda]a[0xe2][0xb1][0x8e]':[0xa6]u[0xcc]0[0xb4]-8[0x9e][0xa3][0x16][0x19]Z[0x8c][0xe2]:[0x83][0xb6][0xec][0x97][0x5]CG[0xc9][0xf1][0xc4]juwS[0xc8]O|[0xd3]%[0xa4]P[0xf2]m[0xee][0xae]s[0xe9]D[0xf3][0x14][0xd4][0xd4][0xb6][0x13]2L[0x95]|Y1[0xfd] [0x9c][0xdd]1[0x3]^3E[0x8d][0xef][0x9a][0x8e][0xb7]#lEF[0x9][0xe9]q[0xd7]\[0xb2][0x95][0xb3][0xc7][0x95]/-[0x86][0xd6]Pq[0xa9][0x18][0x86][0x8d]$2[0xac]8[0xe6][0x96][0xe4][0xbb][0xe2][0xab]/[0xbf][0x98][0xaf][0xaa]^[0xd9][0x15][0xcb]>E[0xd6][0x94][0x15][0xa9][0xd2][0xed]d[0xc2]0tu[0x0]C6[0xe1][0xf6]e[0xdd][0xff][0xac][0xb4][0xaa]r\s%[0xf5][0x89][0xe4][0x4][0x92]<[0x18]zJ;|[0x8f]'[0xcb][0xaf][0x1d][0xd2][0xeb]{\[0xee][[0xd1][0xc2][0x99][0xcd][0xef][0x7]'[0x5]X[0xb8]0"E][0xee]U[0xcc]5%[0x1d][0xaf]b5#[0x8b][0x94]7[0xf7][0xa6]f[0x8b] [0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0xcc]R=C[0xe5][0x7][0x4][0xaf][0xf9]Ui[0x8b][0xb7]NDq[0xa3]^[0xb8][0xa9](G[0x1e][0x1d][0xe8]d[0x98][0xfe][0x87][0x8a][0xaf][0x9][0xb9][0xe7][0xd8]b[0xa5]^[0x8c][0xae][0x86][0xd8]w<[0xdc]V'[0x87]H[0xfb][0xa1][0x1a][0x97][0xc5][0x16][0xaf][0xba]J[0xc7]\[0x1e]O[0xf1][0x8c]a[0xe0][0xaa][0xd2][0xe9][0x98][0xcf][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 11606 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9^[0xe8][0xb0][0xf2]X[0xc0]K[0x86][0x89][0xff]i[0x4][0x86][0xce]FU>lF^t`=[0xdf]Sq][0x8d][0xb8]z[0x5][0x19][0xba]/:[0xb]j[0xec][0xa0]Jy[0xe7][0x8d][0xd2]y2[0xab][0x19])6Ct[0x19][0x1a][0xd8][0xb2][0xcb]Cj[0x14][0xbd]"[0xd4]*[0xa9]#N[0xa3][0xd8]|[0xb4]'[0xa5][0xbb][0xa4]K)[0xab][0x14][0x15]'[0xa4][0x9a][0xa4][0xc7][0xc4]P6.[0xed][0x9b]3[0xa2][0xcf][0xf7]h[0xf1][0xa2]{[0x91]f[0xfe][0x18][0x13]I[0x1e][0xf9]Z[0x18]D[0x9e][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xea]+z7Z[0xc8]R;[0xd1]x[0x93]f&YF[0xb6]u[0xec][0x8][0xec][0x80]~2([0xd0][0xd8][0x16][0x83][0xf7][0xd0]Ec>q@7n[0x91][0xa5][0x8b][0x81][0xdb][0xe4][0x15][0x5][0xa3][0xf7]F#k[0x1c]#[0xf3][0xf9][0x8]-[0xef][0x8f][0xa1][0x91]m][0x9d],[0xb4][0x15][0xf4]Cd7[0xc6][0xb][0xd7][0xe][0x91][0x9b][0x98][0xfc][0x8e]v[\r][0x1b][0x7]1}[0x94][0xbf][0x87][0xf2][0x1]}[0xc8][0xa2][0x9f][0xa4][0xc][0xe0][0xe]I[0x1c][0xc5]P[0xcc]7[0x96][0xe4]L[0xf9][0xa2][0xbf]^Z[0xa7][0x1b]N~wIS[0x86]"zq[0x1f][0xf](W_[0xaa]/A[0xfa][0x9][0x19] D#d[0x90][0xbe][0xa1][0xba][0xd2][0xb9]xgh[0xde][0xe2]HL[0xd9][0x93],[0xd6])YJy:[0xd9][0xc3]8[0xf2][0xd1][0x1f]PK[0x7][0x8][0xaa][0x7][0xbd][0x8c][0x9a][0x2][0x0][0x0]~[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/ServiceInjector.class[0x95]Wit[0x13][0xd7][0x15][0xfe][0x6][0x8f][0xf4]dy[0xc]X[0xc6][0x6][0x11][0xc7][0x11]k[0xbc][0xb][0x1c][0x2][0xc4],[0x1][0xdb]@[0xa0]6[0x4][0xec][0xd0][0x2]i[0xc8]X[0x1a][0xdb]cdI[0x1d][0x8d][0x8c][0xdd]to[0xd2][0x84],m[0xd3][0x84]6i[0xba][0xa6]M[0xdc][0xbd][0xd0][0xc5]6[0xa1][0x5][0xda][0xa6][0xd0][0xa6][0xfb][0x96][0xee][0xe9]z[0xfa][0xab][0xe7][0xf4][0xf4]_[0xa4]q[0xbf]7#[0xc9][0xb2]-[0x1b]W[0xb6][0xde][0xbc][0xb9][0xef][0xbe]{[0xbf][0xbb][0xbc]{[0x9f]^z[0xed][0x85]K[0x0]n[0xc1][0xdf][0x5][0x86][0xfd]P1"[0x87]7[0xb][0xdc][0xe7][0xc7][0xad]x[0x8b][0x1f]o[0xc5][0xdb][0xe4][0xf0]v[0x81]w[0xf8][0xf1]N[0xbc]K[0x92][0xdf]-g[0xf7][0xfb][0xf0][0x80][0xf][0xef][0xf1][0xe1]A?[0x1e][0xc2][0x19]?[0x1e][0xc6]#[0x2][0x8f][0x96][0xa0][0xc][0x8f][0xc9][0xe1][0xbd][0x92][0xf3]}[0x2][0xef][0xf7][0xe3]q|@[0xbe]*7|L[0xe0][0xe3][0x2][0x9f][0x10][0xf8][0xa4][0x1f][0xeb]0[0xe2][0xc3][0xb3][0xf2][0xf9])[0xc9][0xf4]i[0x1f][0x9e][0x93]/[0xcf][0xfb][0xb1][0x16][0xa3][0x12][0xc1]gJ[0xf0]Y|[0xce][0x87][0xcf]K[0xf2][0x17]h[0x9c]NX[0xa7][0xc2][0xad][0xe9]x4f[0xb4]%[0x98]G[0xc3]2[0xe0]"[0xe5]&[0x92][0x93][0xc0][0xf7][0x9]|M[0xe0][0xeb]=[0xb6];[0x12]1R[0xa9]=[0xc3][0x11]#i[0x9b][0x89]83`[0x8c][0x5]@[0xc1]Rf[0xf3]4[0x9b][0x15]l[0xae][0x99][0x15][0xbf][0x3][0xb5][0xb][0xf1]Uq[0x8f]C8b[0xf4]*X;[0xf7][0x6][0xae][0x1b][0x96][0x11][0x8f][0x18][0xdc][0xe2]u[0xb7]([0xb8]an~[0xb2]U[0xcf]D[0xd4][0xa6][0xa7][0xec])c[0x98][0xf2][0xa7]$[0x95][0x5]K[0xc1]m[0xb3][0xe0][0xcb][0x18],[0xcc][0x2]F`n[0x18][0xb][0x13]![0x8c]x[0xb4][0x9b]y[0xc9][0xa2][0xa7][0xc0][0xdf][0x95]H[[0x11][0x83]y'[0xb][0xc0][0x8c][0x9a][0xd4]$a*[0xa8]*[0x90][0xad][0x14][0x97][0xb2][0xf5][0xb8][0x9d][0xd2][0xb0][0x5][5[0x8c]c[0x82][0xa1][0x9a][0x19]q[\r]w`?+[0x86][0x86][0xb][0x98][0xd0][0xf0][0x2].*([0x97]L[0xc3][0xd9]r[0xe8][0xaa]b[0xd6]j[0xf8][0x6][0xbe][0xa9][0xe1][0x10][0xee][0xd4]pI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83][0x82][0x15]T[0xd7]$[0xd5]5er[0xbc])w[0x9e]<[0x1b]7[0xf0]#pY[0xc3][0x15]|K[0xe0][0xdb][0x1a][0xbe][0x83][0x17][0x19][0x87][0xf9]O[0x96][0x86][0xef][0xe2][0xaa][0x86][0xbb]pM[0x83][0x89][0x1][0x1e][0xc5][0xeb]9L[0xe0]{[0x1a][0xbe][0x8f][0x97]4D[0x10][0xd5][0xf0][0x3][0xfc]P[0xc3][0x8f][0xf0]c[\r]?[0xc1]O[0xb9][0xfd]zi[0xac]`[0xe5][0x14][0xcb][0x91]t\[0x1a][0x90][[0x94][0xbe][0xfb][0x19][0xf][0xc3][0xf5][0x13]Q[0xc3][0xcf][0xf1][0xb][\r][0xbf][0xc4][0xaf]4[0xbc][0x8c]_K[0xf0][0xac][0xb7]U[0xf3][0xe5][0x1c]Kf[0x1]_t[0x1b])[Z[0xa6][0xb3][0x9f]Yy[0xbc][0xcb]g[0xd6][0xb2][0xd6][0xb4][0x19][0x8b][0xca]b[0xe5][0x8d]H[0xd1]![\r][0xbf][0xc1]o5[0xfc][0xe]W[0x9]8d[0xa6]B[0xf1][0x84][0x1d][0x8a]%[0xf4][0xa8][0x11][\r][0xf5]Z[0x89][0xc1][0x90][0x1e][0xf][0x1d][0xea][0xda]g[0x86][0xdc][0xf3][0xa2][0xe1][0xf7][0xd2][0xd1][[0xf0][0x7][\r][0xc4]5[0x81]W$[0xe6]?)h[0xba]+.[0xdb]H[0xc8]N[0x84],[0x83][0x9a][0x8c]!#[0xb3]%[0x14]q=[0xee][0x8a][0xcb][0xd0][0xa4][0xda]?[0xb][0xfc]E[0xc3]_[0xf1]7[0x86]7[0xcf][0xdf][0xb2][0x91]Z[0xe9][0xa4]mD[0xf3][0xec]h[0xfe][0xff];o6[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xcd][0x14][0xcb][0x92][0x19][0xae]f\O[0xcc]Y[0xf9][0xa6][0xb9]s[0xda][0xd2][0xb4]3[0x92]m$[0xe5]S[0xa4][0xee]~+q[0xda][0xed][0xc6][0xbe][0xa9].^^S[[0xa0][0x8f][0x97][0x92][0xa1]+[0x9d]4[0xac]H[0xa6][0xd7][0xf3]}fG[0xae][0xaa][0xa9][0x9d][0xf][0xa6][0x14][0xb1];[0xce]H[0xea][0xae][0xf7]6[0xcd].[0xac][0xf9][0x9a][0xf5][0x1c]kxj[0x97][0xac]([0x14][0xd3][0xed][0xb4][0xc8]|[0xeb]FR[0xb6]1[0xc8][0x8e][0xc8]E[0xd9][\r][\r][0xcb][0x1e]Q[0xb0][0xb5]fv[0xd7][0x9c]M[0xa9]-[0xd4]Z[0xcb][0xa6][0xc7][0xbe]O&[0xa7]/[0xa9][)F[0xd2][0x9e]q][0xca][0xca][0xd9][0xcf]J1[0xa4][0xc7][0xd2][0xb2][0xb8][0xd5][0x14][0x94][0xca]k[0x1e][s[0xc3][0xf4][0xc]H[0x9d]6S[0xa9][0x9e][0xc4]p[0xd8][0xb6]x[0xf5]1[0xac]l[0xca]t$[0x12][0xa7][0xd2][0xec][0xeb]~[0xe9]z[0x97][0xa4][0xe0][0xf8]<%9[ug[0xf7][0xab][0xf9][0x8d][0xce]][0xe7]43[0xe5]V[0x14][0xd3]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2]=[0xce]1%[0xaf]7[0xcf][0xdf][0x8c][0xf3]zn)[0xf9][0xf3][0xa5][0xa8]5[0xc7]%yE[0xbe][0x80]\[0xe6]9;[0x16]g[0x93][0xaf]C[0x9e]p::8;[0x5][0xdd]%bT#[0xac];[0x85]o[0x5]m*[0xce]ut[0x5]7[0xd6][0xcc][0xd3][0xb3]d[0xfb][0xd5][0x93]I[0xf6]+[0x5][0x8d][0x85][0xc2];[0x8b][0x94][0xa9]Z[0x99][0x9c]>[0xf]O[0xa0]1[0xa4]oQ[0x15]y[0xb8][0xae][0xa1][0xb5][0xfe][0x2][0x9a]h[0xab]|[0x99][0xfc]7[0xd7]*[0xd5]'[0x9f]Au[0xbe][0xbd]a[0xd7][0xde][\r][0x19];[0x97]a[0xe3][0x4]n[0x19][0x9d]|[0xb1]E[0x8c]N^[0xe]z[0xcf]Q[0xc1].[0xaa][0xdf][0xcf][0x18][0xe5][0xc7][0xf8]A[0xc6][0xf8]!F[0xec][0xc][0x96][0xe0]a[0x9a][0xf8][0x8][0xaa][0xf0](s[0xe2]1r?N[0xfe][0xb3][0xdc][0xf1][0x4][0xe3]u[0x96][0xe5][0xe0][0xa9]\[0x8c][0x9]0g[0xf6]a[0xc7])[0x8a]3s[0xcd][0x16][0x8c][0xb0][0xcd][0x99]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "5ebf0bf93870fe74756fa284be95daa8e70b2fcd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55354<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 18281[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}T[0xc1][0x92][0x9a]@[0x10][0xbd]S[0xc5]?LyHi[0x95][0x8c][0x80][0xe8][0x1a][0xb6]<[0xec][0x1a][0xf]Z[0xba]k[0xad][0xc9]^<[0xa4]Fh[0xd8]Qd[0xc8][0xcc]([0xee][0xdf][0xa7][0x1][0x83][0x1a]M[0x8a][0xb][0xd5][0xf3][0xde][0xeb][0xd7][0xaf][0x7][0xe6],[0xe5][0x11](m[0xbd][0x83]T\[0xa4]>q[0xa8]m[0x1a][0xcf]ih[0xcd][0x98][0xd2]s[0x11][0xf2][0x88]C[0x88][0xe5][0xbe]m[0xf][0x6]=[0xdb][0xe9]9[0xf][0x3][0x4][0xec]y[0x12]Z[0xd3]p[[0x10][0x6][0xd4][0xfe][0xe9]zNU[0xd5][0xd6][0xf3][0xa7]O6k[0x91][0x8a]HBQK[0xc3][0x4][0xac][0xa7]@[0xf3][0x3][0xd3]B[0xfa]D[0xc8][0x98][0x8a]Ly[0x1b][0x9a][0xb1]#[0x85]#[0xdb]Q[0xc9]r|[0xd1][0x90][0x86] )O5[0xc8][0x94][0xd6][0x8c]Z[0xe3][0x1b][0xa8]@[0xf2]L[0x97]>[0x17][0xec]H[0xc6][0xc8]%[0x13][0x84][0xc7][0x92][0x15]U[0xa2]q[0x14][0x9e][0xc6]$[0x92]l[0x7][0xb9][0x90][[0x12][0x9]Ip[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x14]$Sf[0x1a][0xe4][0xc0][0xc8]"a[0x1a][0xcb];E[0xcf][0xca]"[0xf8][0xf1]6[0xf3][0xc9][0x87][0xd6][0x99][0xdf][0xe9][0xe4]y~r[0x88]^;5j[0xc6][0x3]H[0x15]\[0xc1]X[0xc6][0x82][0xf](qIu[0xac]:[0xb3][0xc9]h[0xfc][0xb2][0x1c][n[0x19]e[0xc5][0x9d][0x9f][0x82][0xae]sv[0xeb][0xa3][0x17][0xf4][0xea][0x93][0xd7][0xc5][0xd2][0x9b][0x9e][0xa7][0x1a][0x9f][0xd2] K[0x90][0x7][0x14][0xae][0xd1][0xcb][0xcf][0xdd]Z`[0xab][0x8a]u'[0xcb]:G[0xf5][0x17][0xf3][0x1d][0xcb]E[0xfe]U'[0x8b][0xbc]f[0x90]bC[0xa9]y[0xc0][0xb3]*[0xbf][0xa5][0x88]t[0xce]$[0x94][0xb1]M[0xd9][0x81]][0x90]O[0xbe]=[0xea]t[0xa9]g[0x1a]#[0x9]LCXn[0xfb][0xa9][0xc][0x81][0xcc][0xd9][0x1][0x15]+[0x2][0xa6][0xbc][0x8f]yj[0x1a][0xe3]c&[0xa4][0xb6][0x16],[0xd8][0xb2][0xf8][0xbe][0xe3][0xcb][0xed]?[0x1e][0xaa]F[0xc3]F[0xd5][0xa8]a[0x1a][0x93][0xdd][0xad][0x82]J"os[0xc6][0xae][0x1c][0xea][0xb5][0xdd]V[0xa3]}[0xab]~[0x6][0xe1][0xf6]W[0x85]h[0xbb]w[0x17]H[0xf7][0x9a]'[0x17][0x92][0xff][0x80][0xaa][0x9c]+TRkq[0xa4][0x81][0x90]pebp[0xc7]DA([0xd1][0xb7]#[0xae][0xf0][0x9b]![0xff]'i[0x89]c_s.[0x9]*[0xe6][0xb4][0xba][0xec][0xa8][0x84][0xf7][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd7]/p[0xa6][0xf1][0x6][0xbf][0xf6]\[0x82]5[0xc2][0xbb][0xba][0xe6][0x9][0xd7][0xb8][0xb1][0x92][0x8][0xf0][0x18][0xe1][0x7][0xb][0xd2][0x1f]6[0x9a]_[0x9a][0xa7][0xda][0xb0][0xd8][0xfb]r[0xdc]j[0xfe][0x91]r[0xe8]C[0xab][0xd0][0xf9].D[0xe2][0x93][0xe2][0xd7][0xd0][0xa5]6>.[0xfe][0xc][0xec][0xaf][0x8e][0xed]t[0xdd][0xbe]i[0xfc][0x6]PK[0x7][0x8][0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]Qo[0xda]0[0x14][0x85][0xdf][0xf3]+[0xee][Wi[0x89]G[0xcb][0xa4])o[0xb4][0xa2][0x1b][0x15]+H[0xe9][0xa6][0xbd][0x9a]pS\[0x92][0xd8][0xb2]][0x2][0xfb][0xf5][0xbb][0xe][0x9][0xa3][0xac][0x8a][0xb2]l$[0xf]$[0xf1]=[0xe7]r>l[0x9c]0[0x6][0xfe]?[0x1f][0x1e]c[0xf0][0xa8]yn[0x84][0x15][0x1b][0x84]%*[0xcc][0x97][0x98][0xc7][0x2][\r][0xc8][0x4][0xec]J[0x18]PZ>cl[0xa9]hQg"[0xc7]%$ZfTDg[0xcf][0xf8][0x6]sP4 [0xf5][0x13][0xcf][0xc5]O[0xaa]/v[0xf5][\r][0xb7]B[0xe6][0x81][0xd3][0xfd][0x87][0xb0][0xde]l[0x1e][\r][0xef]a[0xce][0xb7]0[0xde][0xf2][0x8c]>[0xac][0x8b][0xab]!B[0xbd][0x11]1z[0x9e]wG[0xc9]B[0xb8][0xd8][0xb]}[0x98][0x11][0xf][0xe9][0xb5][0x15][0xb1]Pe[0x16][0x88]db[0xb][0xae][0x11][0x12][0xa9][0xe1][0x9e]o[0xf8][0x5][0xbc][Y[0xab]B[0xc6][0x8a][0xa2][0x8][0xa4]2[0xc3][0xe7][0x80][0xd2][0xb3]K[0xf]\[0x87][0xb2][0xd3][\r]7H7[0xe3]-[0xc6]/e[0x97][0xda]b[0x91]gG[0x9e]B[0xac][0x5][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]R[0xbe]c[0xb]2[0xb1][0xb2][0xe6][0xbb]K[0x1f][0xc9][0xcd].[0xdd]/S9[0xdc]hx"[0x8][0x17]/[0xf9]2[0xc5]p[0x10]|[0xc][0x6][0x94][0x0]`Jd9[0x9]a4[0xdd]\[0xc1][0xab][0xb0]\[0xf1]x[0x85][0xe5]7[0xa7]{[0x95]a[0xd3][0xc9][0xed][0xf8]![0x1a][0xfb]W[0xc1][0x87]`e[0xb3][0xf4][\r][0x8c][0xc9][0xac]S~![0x1b][0xd3][0xb][0xd9]G[0xf6])[0xcf][0x9f]:[0xa5]O[0xc9][0xd8][0x98][0xdf][0x9][0xfa] [0xf8]*sa[0xa5]6[0x9d]([0xb2][0xca][0xdc]HR[0x8b][0xfa][0xa0]y@[0xdb][0x9]$G[0xdb][0xc8]@[0xf5]>[0xe2]W;[0x7][0xcc][0xb5][0xdc][0x8][0xb7][0x95][0x8c][0xe2][0x18]M[0xb7][0xb9]1J4"Q[0xbd][0x17]$[0x9a]z[0xec][0x6][0xe0][0x9c][0xcd][0x8]N[0xd1][0x7][0xc4]7+R:[0xd1][0xb4]([0xd4]v[0xd7][0x9][0x87]v[0xea][0xd4]WU[0x87]F[0xac]W[0xca][0xb3][0xe2][0x1d][0x9e]][0xa3][0xf9][0xa4][0x15][0x94][0xe2][$[0xbd];[0xfb][0xe5][0xc5]1[0x7][\r][0x6]n0[0xac][0xab]u[0xf6]a0[0xb8][0xe][0x86]'[0xe1][0xcb][0xa8][0xf5][0xfd]{[0xf8][0x8e][0xda][0xb8]G[0x19][0xc5][0xfc]+[0xa6]S[0x9c][0xa8][0x10][0xc6],[0xe4][0x16][0xc2][0x10]f[0xd1]g[0x1][0xb7]m[0xd7][0xdf]|[0xf4]#[0xba])[0xc9]L[0xd5][0xc3][0x8f][0xc9]{JX[0x17][0xc3]?[0x94][0xbf][0xa7][0xea]Sp}[0x8e][0xa9]:f;[0xbc]mtD[0xc3][0xca][0xdf][0xe][0xaf]V[0xf7][0x8a]x[0xa7]y[0x86][0x85][0xd4]k[0xf8][0x82])[0xfd][0x19][0xda][0xed][0x83]o[0xb0]&u[0xa3]v[0xb0][0x7]y[0xaf][0xb4]S[0x91]`[0xbc][0x8b][0xd3][0xce][0x8b]5[0xad][0x1b][0xb4][0xa3]<[0xc8]{[0xa5][0xa4][0xd7][0xfb]x[0xdd]}[0xd5][0xda][0xbd][0xbd][0x1d]a%>[0x3][0x9f];~[0x1]PK[0x7][0x8]g[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d][0xb1][0xe][0x82]0[0x14]E[0xf7][0xf7][0x15]o[0x84][0x1]h[0x8]qp5..[0x90][0xe0][0xf][0xbc][0xb4][0xf][0xa8][0x81][0xb6]i[0x1f][0x88]/[0xd1][0xb8][0xbb][0x9c][0xe9][0x9e]{[0xa0][0xed][0xfa][0xe6][0x86][0x1d][0xed]x[0xdd]i9 [0xec][0xc]G[0xec]9nV3\|xE;N[0x82][0xb5]R[0xa7][0xa2]V[0xb5][0xc2][0xaf]S`[0x1b][0xd8][0x1d]j[0x14][0xab]m [0xb1][0xde]a[0xef][0x7]yRd[0x1c]|[0xc4][0x1b]m[0x4]p[0x9f]l[0xc2][0x10][0xbd]Y[0xb5][0xa0]uz^[\r]'L[0xbf][0xa1][0xe1][0x8d]g[0x1f][0xd8] [0x9][0xfc][0xf3][0x88][0xd9][0xa7][0x9f]c6[0x89][0x84]sU[0x9][0xd3]R[0xfa][0x90][0x9a]G[0xe9][0xe3]X[0xe5]%[0x0][0xbc][0x1]PK[0x7][0x8][0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.properties[0x15][0x8c]M[0xb][0x83]0[0x10]D[0xef][0xf9][0x15][0x1][0xcf].~[0xc4][0x1e][0x4]O[0xa5][0x94][0x9e]-[0xf4][0xbc]&[0xab]M[0xb1]IX[0xa3][0xa4][0xff][0xbe][0xf1]20[0xef][\r]S[0xdc][0xc9][0x11]c$#[0xa7][0x9f][0xf4][0xbc][0x0][0x6][0xd4]o[0x82][0x99]V[0x9b]`[0xda][0x9d]Y)[0xac][0xfb]b[0x9d](^y5R[0x90]M+[0x9b][0xaa][0xaf]/}[0xd7][0xc9][0xeb]m|[0xe6][0xd6]T[0xe2] [0xde][0xac]w[0x83][0x82][0xba][0x5]%[0x16][0xf6]{x[0x98][0xe1][0xfc][0xf4]aS[0x1f][0x8][0x98][0x80][0x12]~[0x5]r[0xb4]3[0xea][0x98]mf[0xe5][0xc9]rDr[0x86][0xb8][0xdc][0x88][0xf][0xab]I[0xfc][0x1]PK[0x7][0x8][0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xml[0xcd]T]o[0xda]0[0x14]}[0xe7]Wx[0xa8][0xaf]v[0xd2][0x95]'[0xc4]"[0xed]a[0xf][0x9d][0xe8]@B[0x9a][0xf6]V[0x19][0xe7][0x12]L[0x13][0xdb][0xb2]M[0x92][0xaa][0xea][0x9f][0xf3]aH tTU[0xa5]![0x14])'[0xc7][0xc7][0xe7]^[0x1f][0xdf][0x99][0xd2]r[0x7][0xcc][0xa2]2K[0x85][0xf9]6[0xde]Z[0xab][0xa6]A[0x90][0xd1][0x1c][0x4][0xa1][0x8a][0xb2]-[0x10][0xa9][0x93]`[0xb9]x[0x8]&$$[0xe1][0xb8]aNK[0xc3][0xf][0xec][0xa2](HqW[0xf3][0xbe][0x86][0xe1]m[0xf0][0xe7]a[0xbe]r[0xb]3[0x8a][0xb9]0[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x6]n[0x95][0xe1]SS[0x83]s[0xc9][0xa8][0xe5]R\[0xb1][0x19][0xba][0xc4][0xa8][0x1][0x9c]O[0x1e][0xc3][0xc7][0x90][0x94]&[0x1e]G[0xa3][0x11]r[0xbf]Y&cH[0x83]6n[0x83][0xa8][0xd6][0x98][0x5]=[0xac][0xe5])[0xaa]A[0xd8][0xa8]~[0xa9][0x81]D[0xcb][0xbd][0xba][0x8f]#[0xa7]N[0xa4]2[0x93][0x1d]Q[0xb4][0x9c][0x5][0x1e]>[0x12][0xa9][0xb6]|C[0x99]u [0x94]4[0x9b][0x5][0x1d][0xe0][0xc8][0xca][0xf][0x16]n[0xef][0xc8]d[0x16][0xf8][0xf7]#CC[0xea][0xda][0x90][0xc3][0x92][0xda]mDH[0xe0][0xfe]J:[0xb9][0x1e][0xde][0x98][\r][0xbc][0xdb][0xd1]e[0xab][0xa4]1[0xd3][0xf3][0xdb][0xf5][0xea]([0xb8][0xa2][0xb8][0x87][0x5][0x11][0x83][0xc6][0x6]t[0xce][0x19][0x9c][0x17][0xe0][0x9a][0xc3][0x9e]h[0xc2]E[0x12][0xad][0xf7]"N[0xa1]2[0xe0][0x91][0xd6][0x83][0xa0][0x19]D[0x8b][0xe5]j[0xf2][0x13]-i[0x89]~8e[0xf7]h[0x94][0xd1][0xca]+[0xd7][0xac]VSK[0x5]n#0[0x9d][0x1e]4[0xf2][0xc4][0x91][0xbf]:[0x82]C[0x95][0xf8]([0xbe]a[0xdf]_[0x97][0x9b][0x97]v>[0x91][0x16]y[0x1d][0xb8]J[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc3][0xdc]qELf[0x8a]W[0x81]m^;[0xd5]wK9[0xc2]_0F[0xed]d@[0xd9][0xde]X[0x94]Q[0xcb][0xb6][0xc8]n[0xa1][0x8e][0xf5]\&U[0xe8][0x11][0x94]Jj[0xb]1[0xfa][0xbe][0xbc]'h[0xe1]>[0xeb][0x82][0x1b]p<[0xf7][0xd5][0xa0][0x82][0xa7])[0x12][0xd2][0xa2]B[0xea]'[0x84][0xf1]{;h[0xd2][0xcd]dwE[0xe3]j[0x1e][0xa6][0x8a][0xbf][0xd1][0xb9][0xa6]p[0xd7][0xb5][0x9c][0xc7][0x10][0xff][0xa3][0x11][0xef][0x90][0x89][0xda][0xc4]F[0x1f][0xc0][0x87]2[0x9e][0xe9][0x15]o[0xa1]d[0xb3]gfN[0xce]w[0xbe]s[0x99]9?~~[0xfd][0xe]`[0x16][0x8f][0x3][0xe8][0xc1][0xb8][0x81][0xb0][0x81][0x9][0x3][0x93][0x6]"~D[0x3][0xf0][0xc2][0xc][0xc0][0x83])[0x3][0xd3][0x6]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 18281 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x2][0x8]`<[0x80]6[0xcc]v[0xa0][0x1d]sz7[0xaf][0xc5][0x82][0x81][0x7][0x6][0x1e]2[0xc]l[0xc4]wv[0x13];[0xf1][0xb5][0xdd][0x17][0x89][0xf8][0xf3][0xc4][0xe6][0xee][0xc6]fb[0xe5][0xe5][0xe]C[0xef][0xea]!?[0xe6]f[0x8e][0xcb][0xac][0x99]T[0x8e]%[0xb3]1[0x86][0xce]e[[0xba][0x8a]K[0xb5][0xcd]s[0x5][0xc1][0x10][0xcc];vZ[0xbc][0xe1]*s [0x1c][0x6]s[0xd5]v[0xb2][0xa6][0x9d]w[0xe7][0xe][0xcd][0x14][0x19][0xdd][0xdd][0xff]6[0xf7]L>}M\[0xa3][0xcf][0xc][0xfd][0xa1][0xbf][0xdf][0xa9][0xbe]@[0xb3][0xa1][0x96][0x9f]G[0xb5][0xc6][0x15][0xd4][0x87][0x16][0xae]g[0x8b][0xaf][0xb4][0xd6][0xf3][0xd8][0xdb][0x16][0xed][0xeb]E[0xa3]80L[0xb3][0xaa][0x7][0xc][0x97]iR[\r][0xa2][0x17]}[0xb4][0xbf]BC[0xaf][\r]>[0xfa][0xa9][0x9e]t[0xbe]Z9_[0xa3]Q[0xc7][0xf4][0x1d]&y[0x83]4&[0xad][0x8c][0xd6][0xf6]p[0x9][0xec]c[0xc5][0xe4]&I_E9[0x84][$[0x83]U[0x3][0xdc][0xc6][0x1d]Z[0x19]i[0x87][0xc9]J[0x83]%[0xf4]h[0x4]f[0xc2]e[0xb4][0xa5]&[0xca][0xf0][0xa4][0xca][0xf0][0xa6]z}%[0x18]%[0xf8][0xbd][0xdf][0xd0][0x91][0xf2][0x94][0x11]H[0x95]p)YB[0xf0]3:[0xc3][0x9f][0xd0][0xf9][0x5]]M[0xa6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x8][0x8][0xd3]7[0x89]iD*[0x8c][0x3]U[0xaf]5F[0xbd][0x1b][0xc1]]b[0xbe]G{/[0xad][0xa3][0xf4][0x8f]5[0xa2]xJ'm[0xef][0xaf][0xfa][0xee]n[0xfa][0xae]F7[0x5][0x1a][0xed]g[0xfc][0xfa][0x1b]~[0xfd][0xff][0xf0]{[0xbf][0x82][0xe][0xfd][0x2]PK[0x7][0x8][0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.class[0x9d]P[0xbb]N[0x2]A[0x14]=[0xc3]cW[0x11][0xe5][0xa1]PY`[0x87][0x16]N[0x81]T[0x18][0x1b][0x13][0x12][0x93][\r][0x14][0x1a][0xfa][0x1]&8d[0x99]![0xc3][0xa0][0xfc][0x96][0x95][0x89][0x85][0x1f][0xe0]G[0x19][0xef][0xc]kb[0xc4][0xca][0xe6][0xbe][0xcf]='[0xe7][0xe3][0xf3][0xed][0x1d]@[0x7][0xcd][0x12][0xf2][0xa8][0xc7]8[0x8e]q[0x12][0xa3][0xc1][0x10]]+[0xad][0xdc][\r]C[0xbe]}>b([0xdc][0x9a][0xa9]d[0xa8]$J[0xcb][0xc1]z1[0x96][0xf6]A[0x8c]S[0x9a][0xd4][0x13]3[0x11][0xe9]HX[0xe5][0xfb]lXp[0x8f]j[0xc5][0xd0]M[0x8c][0x9d]q[0xb3]\][0xcd][0xf9]Rl[0xb8][0xdc][0x88][0x5][0xb7][0xe2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "'[0xf5]TZ[0xae][0xb4][0x93]V[0xf3][0x81][0x19].[0xef][0xf4]\N[0x9c][0xb1]=[0x86][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "u_[0xc9]tJo[0x1a][0xed]d.[0x9e][0x4]O[0x85][0x9e][0xf1][0xe1][0xd8][0xaf]z^S[0xe4][0x84][0x9d]I[0xe7]5[0xec][0xec][0x19]J[0xf7]fm'[0xb2][0xaf][0xbc][0xa0][0xda]O[0x86]K]F[0x11][0x11]C[0xe7][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x19][0xaa][0xbf][0xf9][0x18]Z[0xac][0x10][0xe2][0xef][0xf0][0xe1]=[0xb8]S[0x88]x[0xaf][0xf]K[0xf1]>/[0xee][0xf2][0xe1][0xfd][0xf8][0x80][0x8c][0xf][0xfa]P[0x87][0xf][0xc9][0xf8][0xb0][0xf][0x11]A[0xf9][0x11]?[0xee][0xc6][0x9d]2N[0x9][0xa9][0xa7]}8[0x83][0xb3]~[0xac][0xc1]9[0x19][0xf7][0xf8]p/F[0xbd][0x18][0xf3][0xc0][0xf9]Y][0xe9][0xc3]8&[0xc4]p[0x9f][0x17][0x93][0xe2][0xf9]Qa[0xf3][0xfd]2[0x1e][0x90][0xe0][0x8a][0xb5][0xef][0x90][0x10][0x88][0x19]f[0xd4]J[0xf4][0xad];[0x16][0x8d][0x19][0xfd][0xfd][0x9a][0xd9]([0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "H[0xaa]v[0xda][0x14][0xfb][0xf3][0x9c]([0x8a][0x1d][0x9][0x8b][0xa7][0x83]2[0x92][0xca][0x1][0xd3]\$[0xa4]i[0x8e][0xc0]l[0xa6][0xd6][0x15]3d[0xcc][0xb0]_[0x90]m[0x99]E[0xd5],[0xb9]%DTt[0xd8]j|`[0x8f][0x9a]r[0xac]g[0xc6][0xcb][0xf8][0x98][0x8c][0xf3]2>.[0xe3][0x13][0xf4][0xb8]#[0xe7][0xbe][0x84][0xe1][0xff]G[0xa6][0xcd][0x1d][\r]'5[0x7][0xd5][0x1]Z0[0xf4]?XP[0xb8]R=[0xd7][0x1a]t1[0xb]h[0x85]6[0x9c]2%x[0x98][0x5])Kd[0xc0][0x94]k[0xdb][0xf4][0xb8][0xad][0x1b]I[0xd5]I[0xec][0xa6][0x92][0x1b]%bX:[0xaa][0x15]qSSm[0xad]-9d[0xc]h[0xd4]w[0xe0][0xbf][0xf2][0xba][0xa4][0x8f][0x8e]?Y[0xc1][0xa2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "pE[0xee]S[0xe3][0xb6]![0xea]9<[0x1b][0xff][0xf6][0xc]%[0x99][0xfc]zfE[0x14][0x81][0x84][0xab][0xa7][0xb][0xbd]d[0xb7][0xe7][0xf5]k[0xf6][0xbe]l[0x97][0xbc]*\=[0xe7]>[0xe9]m[0x8a]'[0xb2]=[0xd1][0x15][0x16]I[0xb3][0xbc][0xa8]q[0x1e][0xe9]n[0x8e]u[0xb5][0x1e][0xd9][0xb7][0xbf]}_[0xeb][0xfe][0xce][0x83][0x12][0x16][0x95]$`mc[0xdd]w[0x18]i3[0xae]m[0xd7]EI[0xfb]3[0xad]'"[0xec]V[0xb0][0x3]i[0x9][0x97]O9[0xd9]l[0x9a][0xea]H[0xa6])Hu[0xac][0x1d][0x5][0x9f][0xc4][0xa7]d|Z[0xc1]g[0xf0] [0xb]I[0xc1]g[0xf1]9[0x5][0xf][0xe1][0xf3],)[0x5]_[0xc0][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x88]/I[0xa8][0x9f]S)(hF[0x8b][0x84]%[0xc5][0xe0][0xb5][0xa4][0xf5]D[0xaf][0xc8][0x13]O'IC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x8c][0xaf]([0xf8]*.[0xd0][0x89][0x90]m[0x84]z[0xb4][0x90][0x9e][0xe4][0xf2][0xd7]pA[0xc6][0xd7][0x15]<[0x82]o([0xf8]&[0xbe][0xa5][0xe0][0xdb][0xb8][0xa0][0xa0][0x17][0x9a][0x82][0xef][0x88][0xd7][0xef][0xe2]{[0x12][0xea][0xe6][0x82][0xba][0x82][0xef][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]b[0x1b][0xc1][0xdc][0xaf][0xf5][0x13][0x3]M[0x98][0x14][0xea][0xd0][0xcc]!=[0xae]m[0xc]I[0xb8]b[0x96]4[0x92][0xf1]C[0x5]?[0x12][0xd6].[0x9][0x1d][0xd7][0xed][0xa3]!g[0xb3]>[0xdf]w6U[0xb1]}W[0x85][0xd4]doH[0x94][0x9f]fY,'[0xb1](UM[0x8b][0xc2]N[0xd5]:jg:[0xf0][0xfc]"[0x11]2~[0xac][0xe0]'[0xf8][0xa9][0x82][0x1]$D[0xfc]~[0xc6]VOc"[0xc2][0x98][0x88][0x9e][0xb3][0xe3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x81]_J[0xd8]0[0x17][0x8][0xb2]^[0xb4][\r][0xa6][0x1c][0xc9][0xbf][0x92][0xb0]`[0xba]M,[0x1][0x9e][0xd6][0xbd][0xa6]>$t[0xfc]Z[0xc2][0xaa]K[0xab]+[0x5][0xad][0xd8].[0xe3]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x8b][0xdf])[0xf8]=[0xfe]0#af9)e[0xfc]Q[0xc1][0x9f][0xf0]g[0x9][0x9b][0xc8][0x17]q[0xf8]"y[0xb7][0xc9][0x17][0xc9][0xf1]E2|[0x91]l[0x9a][0x17][0x95][0x85][0x8c][0xbf]([0xf8]+[0xfe][0xa6][0xe0][0xef][0xf8][0x7][0x3][0xdd]ei![[0x1f][0xd4][0x8c][0xb4][0x1d][0x1a]R[0x13]i[0x86][0xf9][0xc4][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xfe][0x89])x[0x14][0x8f][0x11][0xdb][0xa9][0x14]m[0xef]9[0xa6][0xc5]Y[0x18][0xa1][0xd9]:[0xd8]4[0xae]LbK[0xb8]l[0xfa][0xd9][0xc1]D[0x98]Zh[0xa3][0xc5]*[0x81]b[0xde][[0xa9][0x84][0xce][0xcd][0xd5][0xe1][0x12]][0xf0]P[0xa9][0x93][0xbf][0xb2][0xa8]x[0xd9]q[0xca]U+[0xa3]be[0xb8][0x90]%c?[0x9b][0xe9][0x8c][0x8b]A[0xb9][0xda][0xdb][0xdb][0x9c]HH[0x8][0x86][0xb]6[0xb7][0x1a][0x89][0x84][0xe6]t[0xfc][0xc6][0xea][0xeb][0xd8][0x93][0xf4][0xbc][0x95][0x8b][0xc3][0x85]Br[0xd6][0x8b][0x96]{T[0xb5][0xf6]:[0x8][0xb0]m[0x91][0xc7][0x9d]t^[0x16][0xe6][0xe8][0xb][0xed][0x10]jS)[0xc6][0x8c][0xb9]P[0xca][0xdb][0x19]K[0xd9][0xe6] [0x18][0xd9]^wk#[0xc5][0x82][0xf3][0x98]xm#[0x7]{e[0xf1][0x5][0x96][0x18][0xf7]j=in-*[0xa5][0x95][0xbd][0xd6][0x1b]g[0x18]U=i[0x15][0x91][0xe4][0xf0][0x13]X[0xd0][0x80]n[0x91].t[0x94][0xd8]9w[0xb3][0x1b]5[0xc7]k[0xf6][[0xd9]6[0x9c]P[0xf0][0xe0])[0x19][0x80][0x12]k,[0xf4][0xa9][0xb5][0xad][0x9][0xd5][0xa2]r[0x99]J[0xf6]2[0xc1][0xe8]f[0xa9]3[0x98][0xda]Ri[0x82][0xdb]P[0xc2][0xc6][0x8b]F}[0xba][0xce]X[0x9][0x4]f=jK[0xdf][0x14][0x4]p[0x85]Y?[0xc2][0xf6]9[0xc8][0xd3]&s[0x10][0xa6]4[0xd3][0xa6][0xc1][0xab].)[0xce]4l[0xc3]E[\r]{[0xb2][0x8b][0x83][0xb0][0xa1]b[0xda][0x81]=[0xe3][0xc][0xc8][0x9f]K[0xb6][0xc9][0xab]"[0xbb]L[0xb6][0xbb][0xc7][0xc]c Mr[0x1f][0xed][0xcd].[0xcd][0xf9][0xb2][0xe2][0x84][0xad]qW[0xd1]=[0xa4]$[0xf0][0x81][0xcc][0xb5][0xa8][0x10]W[0xe7][0xeb][0xe7][0xc9][0x2]9[0x87][0xbb][0xd0][0x92][0xe2][0xa4][0xdf][0x9e][0xbb][0x9][0x89][0x8b]I[0xae][0xe]V[0x86]g[0x18]_][0xea]{[0xef][0xb2])[0xaa][0x98]!jJv[0x84][0x88][0xd9][0xca][0x12]q[0xda]U[0xe8][0xb1] [0x13][0xf7][0xa1][0x4][0x9f][0xb9][0x82][0x9]W[0xf3][0x9b]Ov[0xba]m{[0x1f][0xcf][0xbd]p)[0xe][0xb7][0x9e][0xec]3J[0xf7][0xc1][0x12][0xc9][0xdd][0x8d]+[0xf9][0xb9][0xbb][0x85]_[0xb5].~[0x1e][0xf3]n[0xc1]Y@[0x9c][0xe5]|[0x6][0xc5][0xe1][0xc3][0xa7][0x7][0x84][0x18];[0xf9][0x81][0xdf][0x6]H[0xb7][0xf0][0xdd][0xcb][0xd5]S5c[0x90]&Qvp[0xc][0xae][0x8d][0xee][0xdc][0xc4][0x13]t[0xd7][0x5][0xdc][0xa3][0xf0][0x8c][0xa3]|[0x2]r[0x19][0xe][0xd4]O[0xc0]+acy[0x90][0xef][0xf3]$[0x9c][0xc4][\r]b[0xe6][0x93]p[0x1e][0xfe][0x8d][0xf2]Y([0x93][0xa8] [0xeb]e[0x81][0xf9][0xa3][0xa8][0xc][0xca][0xa3]X[0xc0]g [0xc0][0xa1][0x8e][0xa3][0xb8]|[0x2][0xb][0xcb][0x10]t;[[0x13]XTF[0x11]K[0x83][0x9e][0x9a]ZgA[0xc][0x8b][0xc7][0xb0]d[0x2]O[0xa1][0xae][0xbb][0x9e][0xb8][0xbd]&[0xe8][0x9]z&[0x10][0x94]p?[0x96]N[0xe0][0xa9]e[0xd4][0xf3][0xb4]{[0xb1][0xec][0xc]Mvc[0x17][0xc7][0x8][0xfc][0x1c][0x1b][0xf9][0xd6][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "l[0xc2]bl[0xc6]jB[0xd0]J[0xf7][0x7][0x9][0xc0]Mt[0xff]V[0xbe][0xdd]F[0xa7][0xef][0xa6][0xdb][0xbb]I[0xbd][0x13]2W[0xf6]"[0x86]=[0x9c][0xd1]y[0xce][0xdb][0x9d][0x6][0x9c][0xc2]><[0x93][0x0][0x89][0xd9]~t[0x10]$1[0xeb]D[0x17][0x1][0xad][0xc0][0x1d][0xe8][0xe6][0xcc]M[0x1d]'q[0x80]3[0xf][0x9e][0xc5][0xfd][0x10][0xf7]2T[0x7][0xf3]T[0xd7][0xe5][0xa9][0xe][0x91][0xea][0xd9][0xdc]_[0x1][0xd7][0x13][0x88]B[0x96]qX[0xc6][0xf5]2[0x8e][0xc8][0xb8]![0xf7][0xab][0x2][0x8f]![0xfe]([0xb5][0xf5][0x90][0xb2][0xc]q[0xfe][0xf1][0xe]G;[0x18]"<[0x8c]r[0x88][0xff]U[0x1c].@w[0xb9]@[0xf5][0x8a]Q[0x84][0xc4][0xf3][0xca],[0xba][0x81]*[0xe][0xf5]b[0xf2][0xf4][0x2][0xac]'[0xb1][0x82],+7[0xba][0x83][0xee][0xc0]*[0x92][0xad]>0[0x89][0xa5][0x7][0x1d][0xe6][0x9a][0xda][0xfa]1[0x84][0x83][0xee]1T[0x9f]vrf[0x97][0x93]/n[0x8e]{[0x98]G[0xed][0xb8][0x96]p[0xec]$ [0x2][0xb4]u[0x19]#[0xf2]P[0x1d][0xce]Cu[0x18]}Y[0xa8][0xe][0xa3][0x9f]3[0x17][0xf9][0x96][0xe3](tJ[0x12][0x0])[0xa4][0xca][0xac][0x1c][0xe3]J[0x99][0xb8][0xb1]e]{[0x84]2[0xcb][0xf9]l[0x9][0xd4][0x8c][0xa3]vo[0xfd][0x83][0xa8][0x98]D[0xdd][0xc1][0xba][0xda]1[0xd4][0x9f][0x9e]D[0x84][0x86]G[0x1d][0xc3][0x9f][0xc1][0xbc][0xbb][0xca][0x85][0x3][0xb5][0x81]5g[0xb1]6[0xe8][0x1e][0xc7][0xba][0xf3]X[0xc3][0xfc][0xf4][0xd4][0xd6]M[0xe0]j[0x17]N[0xe7][0x13]b[0xb9][0x13][0xd2].[0xca][0xed][0x86][0x8f][0x1]X[0xc8]`,c[0x18][0xc2][0xc]C[0x3][0xae]w|[0xd9][0xcc][0xdd]eXI[0x8b][0x6][0xc9][0xd5]@[0xba]$[0xc][0xc7][0xbf][0x96][0xbc]-y[0xff]Z[0x1c][0xaf][0xca][0xc8][0xd3][0x84][0x94][0xe3]_[0xce][0xab][0x8c][0x8c][0xe7]P[0x86][0x8][0xb1][0x17][0xd2][0xe3]X[0xc8][0xd0]r[0xc7][0x84][0x95][0xf5]1[0xca][0xa7][0x90][0xe2][0xa9][0xb9][0x7][0xcb]N;[0xf1][0x15]f[0x96];[0x8b]q[0xc7][0x1c]%C[0x90]U[0xed][0x85][0x8d]t[0x96]y[0xc8][0x1][0x8c]Y[0x1e]X?[0x8e][\r][0xe7][0xa0][0x4][0x1a]v/X][0xd9][0x14]hX[0x88]k[0xc6][0xd1]8[0x8a][0xa6]sX[0xcb][0xc4][0x8]l".[0xe3][0xd8]<[0x81]k]8[0x93][0xd7][0xb2][0xd4][0x81][0xb7][0x86]2[0xd7][0xb1]N[0xd6]c>6[0xd0][0xe8][0x6][0xd4][0xe3][0x1a]G[0xf3]b[0xd2][0xf9]QE=[0x1d]|[0x9b]O[0xf0][0x8e]c[0xd8]1x[0xc4][0x91]q[0xe3][0x0]PK[0x7][0x8][0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.class[0xad]S]o[0x12]A[0x14]=[0xc3]n[0xa1][0xd0][0xd5]V[0xa8][0xf8][0xad][0xa5][0x9f][0xb0]`[0xf7]A[0xdf] }[0xb0]FcB[0xac])[0xa6][0xef][0x3][0x8c]8[0x14]v[0xc9][0xb0]P[0xfa][0xe2]o[0xd2][0x4]b[0xf4][0xc1][0x1f][0xe0][0x8f]2[0xde][0x19][0xa0]F[0xbb][0x6]M[0xfa][0xc0][0xcc][0xe1][0xee][0x9d]s[0xcf]=s[0xe7][0xfb][0x8f][0xaf][0xdf][0x0][0xf][0x7][0x8a]j[0x15]#[0x93]*[0x97][0x15][0xb8][0x7]t2^[0x91][0xbe][0xc][0xf][0x18][0xaa][0xf9][0xcb][0x19][0xb][0x95]E[0xeb])[0x9c][0x90][0xe2][0xc3][0xa0]IbV[0xab][0xd2][0x17][0xaf][0x7][0xdd][0xba]Poy[0xbd]c[0xac][0x8][0x1a][0xbc]s[0xc2][0x95][0xd4][0xff]gA;|/[0xfb][0xc][0xfb]Q[0x5][0x15]?#[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbf])[0x94]'[0xfd]P(*[0xa2][0xac][\r][0xf9][0x8d][0xec][0xbc]7'[0xe4]W[0xd6]M[0xb4]q[0xba][0xc5]e%Z[0xb2]Oz[0x8c]y[0x86][0xbc][0xdf][0x92][0xde];[0xc5][0xbb][0xe2],P[0xa7][0xde][0xb3][0x81][0xdf][0xec][0x88][0xc3][0x80]4[0x8f][0xc2]r!*[0xa5]6[0x9d][0x90]c[0xc3][0xa4][0xb8][0xae]ImY[0x8d]p[0xc4][0xb0][0xb9][0x98][0x93][0xe1][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "+W[0xcc]D[0xa4]j[0xc1]@5[0xc4][0xb][0xa9]}L[0x19][0x83][0xf6][0xb5][0x5][0xe][0xd6][0x90]w[0xb0][0x8c][0xa4][0x83][0x14]V[0x1c]8[0xb8][0x96]@[0xc1][0x81][0x8b]"C[0xe9]n[0x8e]a[0xed][0x97][0xa9]G[0xf5][0xb6][0xd0][0xc3]m[0xe5][0xb5][0xa9][0x1b][0x8b][0xba][0xa1][0x99][0x9a][0xfb]^[0x9b]?[0xaf]f[0xd4]m[0xff]Y[0xe1]o[0xc3][0xfa][0xaf][0xd7][0x82][0x1c]=[0xf0][0x4]=}[0xb]i[0xed][0x2][0xa1][0xb4]6[0xc2][0xec][0xe4][0x5][0x18][0xae][0x13][0x8e]a[0x95]~[0xd4]!n[0xd0][0x9e][0xa6][0xc8][0x7][0xda]m[0xda][0xd7][0xdd][0xcf]`nq[0x82][0x98][[0x9a][0xc0]r[0x1f]O`2|[0x19]Z[0xb3]X[0xa2]u[0x8b]2[0xb7][0x89]{[0x87][0xb8]v)[0xbe][0x87]u[0x8a][0xba][0xd3][0xf3][0xb8]IY0H[0xd7]g[0x6]i[0x5]1[0x83][0xb4][0x6][0xb][0xb7][0x8];[0xb3]o[0xe]i[0xb1]f[0xaa]nS[0xec][0xe][0xee][0xce]4[0xbd]$F}*St[0xc7][0xa4]gLr[0xc6][0xb0][0xbf]`[0xc9][0xc6]G[0x93][0xae]%[0xc5][\r][0x8d]k$d[0xa7][0xe9][0x17][0x12]2[0xb8][0x87][0xfb][0x17]-? [0xf4][0xd0][0xa0]G?[0x1]PK[0x7][0x8][0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "intern/ProbeInvokerImpl.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~'{[0x99]d3[0xdc][0x16]6[0xb0][0x82][0xb8][0xdc]t[0xb3]IX[0x9][0x12]!P,[0x9][0xb7][0x8]$HB([0x4][0xa9][0x93][0xcd]$[0xc][0xd9][0xec][0xac][0xb3][0xb3]$P)j[0xa3]U[0xe9][0xdd]^[0x84][0xb6][0xa8][0x80][0x8d][0xb5]T[0xa0]B"R[0x83][0xbd][0xb7][0xf6][0xde][0xda][0xe7][0xe9][0x9f][0xd2][0xf6][0xf1][0x91][0xbe][0xdf]7[0x9b][0xcd]&[0xd9][0x0][0xed][0xf][0xfb]][0xcf]w[0xce]{[0xde][0xef][0x9c][0xef][0xcc]~[0xf8][0xc9]{[0xa3][0x0]V[0xe3][0x1f][0x1],[0xc7][0x89]R|>[0x80][0x93]x[0xba][0xc]q<#[0x9a]gE[0xf3][0x5][0x15][0x83][0x1]<[0x87][0xe7][0xc5][0xe4][0x8b]*^[0x8] [0x80][0x13][0xe5]x[0x11]/[0x95][0xe3][0x14][0xbe][0xa4][0xe2][0xcb]*[0xbe][0x12][0xc0],|5@[0x89][0xaf][0xa9][0xf8]z[0x0]A[0xa1][0xed][0x1b][0xa2][0xb9][0x14][0xdf][0xc][0xe0][[0xf8][0xb6][0x98]|G[0x88][0xbd]"[0xa6][0xa7][0x3]8#[0xd6]N[0xe2][0xbb]b[0xfa]=q[0xf4][0xfb]*[0xce][0xaa]xU[0xc5]kb[0xf3][0xf5]r[0xa8]8[0xa7][0xe2][0xbc][0x98]\[0x10][0xfb]o[0xa8][0xf8][0x81][0x98][0xc][0xa9]x[0xb3][0x14]?[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdf]*[0xc5][0x8f]Jq1[0x80]J[0xbc][0xa2][0xe2][0xc7]*[0xde]V[0xe0]I8[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x96][0xee][0xb4][0xec][0x9e][0xb8][0x95][0xe9]1[0xe3][0xdd][0xb6][0xde]g[0xf4][vo[0xbc]![0x9b][0xea]J[0x1a][0x8d]V[0xca]1[0x6][0x9c][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "|[0x89][0xa4]~[0xfc][0xb8][0x82][0xe0][0xce]#[0xfa]Q=[0x9e][0xd4]S=[0xf1]V[0xc7]6S=[0xdc][0xf4][0xf7][0x19][0xce]a[0xab]KA[0xa9][0x99]:b$[0x1c][0xcb][0xce]kMg[0x1e]:[0x12]O[0xeb][0x3]qc@[0xef][0x8b]g[0x1d]3[0x19]o[0xca][0xc9][0x88][0x83][0x1b][0xcc][0x94][0xe9]lT[0xf0]pt[0xaa][0xde];[0xc3][0xaa]lW[0xe0]m[0xb4][0xba][0xc][0x5][0xb3]v[0x9a])[0xa3]9[0xdb][0xd7]i[0xd8]mzg[0xd2][0x10]H[0xad][0x84][0x9e]l[0xd7]mS[0xcc]s[0x8b]^[0xe7][0xb0][0x99]Q[0xb0][0xae][0x18]8[[0xef][0xe7][0xc0]1R][0x86][0x1d]7i[0xc1]N[0xc5]w[0xdb]V[0xa7][0xd1][0x94]:j[0xf5][0x1a]vS_:I[0xcc]A#[0x95][0xa0][0xc9][0xae][0xa6]T[0xc6][0xb1][0xb3][0x9][0xc7][0xb4]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "ft[0x16][0x2]#]i[0xdd]vhhnGQ[0xbe]\[0x9a][0x14]([0x7]x[0xb4][0xd5][0xd1][0x13][0xbd][0xbb][0xf4][0xb4][0x84]([0xaf][0xe6][0x92][0x8a][0xcb]*[0x1a][0x8][0x97][0x1e]$[0x15]TD[0xb][0xd5][0xb4]t[0x8a][0xc3][0xd2][0xf9]2[0xc7][0xc8]8[0x8d]I=CSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "D[0xe4][0x12][\r])[0x86][0xb8][0x88]I[0xeb][0xcd][0x96][0xb3][0xd5]"[0xdc]-[0x3][0x9]#-[0xe0]S[0xd0][0xab][0xdb]=[0x93][0xe1][0xe6][0xec][0xd0][0xfc]D&[0x8f][0xa5][0xc7][0xd8][0x9c]7Y[0xf5][0x86][0xd8][0xc6][0xf5]2[0xca][0xaf][0xd0][0xaf]n3[0xd5][0xb5])[0xd5][0xe5][0xb2][0xa7][0xe0][0x81][0xe8][0x14][0x80][0xc5][0xbc]"#J[0x9f][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]l[0xa3];[0xc9][0xbd][0xf8].[0x19]e[0x4][0x14])[0xd8]l[0xb6][0xa4][0xae][0xcd]F[0xb7][0xeb][0x94]m[0xcb][0xc8]*[0xf4]Z[0xdc][0x94][0x9e]rL]8[[0xe8][0xf5][0x4][0xa1]d[0xd2][0xe8][0xd1][0x93][0x9b][0x12][0x9]#[0x93])[0x14][0xf2][0xf3]*[0xf5][0xbe][0x8c][0x8a][0x9f][0xe4][0x93][0x8e][0xc4][0xb7][0x9a]=)[0xdd][0xc9][0xda]t,6[0xc5]1A[0xc3]4[0xbe]U[0xb8]W[0x9f][0xb][0x94][0x2]z[0x1a][0xa2]S[0xf]L[0xcf][0xc1]4[0xf1][0x10][0x90]X[\r][0x86]./[0xb3][0xa6][0xc8]qa-!yh[0xe3][0x8d][0x1b]N[0xa1][0xa3][0x9a][0x8]&[0x97][0xab][0x84]11[0xd3][0xf3][0xa1][0x10][0x10]2[0xbb]r[0xd9][0xee]Z[0x13][0xf1]@k[0xc1][0x8e]"[0xf1][0x17][0x9a][0xb2][0xe8]FH[0x92][0xef][0x13][0xcf][0xbb]\l[0xb7][0xac][0xde]I[0xfe][0xdf][0x85][0xb7]E#U1[0xf9]k[0xe2][0xc3]f[0x1b][0xcc][0xae][0xd9][0x12][0xdf][0xa6]T[0xca]r[0xa4][0xcb]D[0xb9][0xac][0xa3][0xf0][0x9c][0x9e][0xdf][0x8a][0x8f]KQM[0xb9]<[0xd8][0x98][0xb5]3[0x96][0xad][0xe2][0x1d][0x15][0x8f][0xa9]8J[0xbc][0xad]V[0xd6]N[0x18][M[0x11][0xfb][0xa1][0xc9]O[0xc3]J[0xa1]W[0xc3]Z\%[0x6][0xfa]xI[0xc3]5[0xc]k[0xac][0x19][0xf]iX#[0x9a]U[0xa8]e[0xec][0xde][0xe9]YT1[0xa2][0xe1]]\[0xd7]P[0x87][0x87][0x15][0xac][0xbe][0xcb][0x97][0xaa][0xd9]jI[0x8f][0xab][0xb8][0xac][0xe1]=[0xdc]P[0xf1]S[\r][0xef]c[0x94]V[0xef][0xf4][0x6]([0xa8],b[0xa8]M[0xed]'[0xb8]Y<[0xe9]'[0x8a][0x14]My[\r][0xc0][0x1f]5[0xfc][0x9]f[0x4]M[0x8e]1[\r][0xc1]_5[0xa4][0xf1][0xa4][0x82][0xaa][0xff]![0xbd]4[0xfc][\r][0xe7][0xab]6~dO[0x96][0xe0][0xfa][0x8c][0x2]d[0x81][0xdd]c[0xc9]+I[0xfb][0x88][0xaf]r[0xc4]JE[0x14][0xac][0x8a][0x1c][0xd6]3[0x91][0xf1][0x8]][0x19][0xe1][0xf5]E2[0xd9]t[0xda][0xb2][0x1d][0xa3]+"4%#[0xbb][0xf5][0x81][0xc8][0x16]^Z[0xa4]v[0xe5]*[0x16][0xd4][0xff][0xb3][0xc0])[0xb8][0xaf][0xc8][0xc9]B[0xa9][0x9][0xac][0xb8]w>[0x16][0xd5][0xb7][0xa9][0xd5][0xac][0xd0][0x93]BP[0xc1][0xc2][0x8e][0xdb]=[0xf2][0xb][0xa6][0xdb]czG[0xc5]c[0xe7][0xcb][0xa4][0x93][0xa6]3[0xa9][0xb0][0xe4]jle[0xd1][0xba][=[0xd1][0xb5]L[0xbf][0x99][0xc9]tZ[0x3]q[0xc7]f[0x5]&'[0xad][0x86]}[0xd4]L[0x18];[0xf9] e[0xd3][0xbc][0x10][0xde]`nI[0xc1][0xb6][0xe8][0x9d][0xbf]G[0xa6][0xbc][0x80][0x95][0xc5][0x1e][0xa9]2[0xaa]u[0xcf])[0xb8]7Z9[0xbd]Z[0xca][0x86][0xa7][0xdd][0xa4][0x9e][0xa4][0xa5]w[0xe5][0xa8]\Q[0x8c][0x83]"[0xf][0xf2][0x82]B[0xb9][0xb6][0xc3][0xb6][0xd5]/*[0xb9][0xac][0x1d]~=[0x9d]fh[0xb0]n[0xdc]A[0xd7][0x84]<[0xa7]N[0x95][0xfe]4[0x13][0x1c][0xbf][0x7][0xa2]S[0xe5](P[0xea]Xcq[0x12]*[0xa6][0xbb][0xdd][0xa5][0xda][0xbd][0xdd][0x8c]$[0xe5][0xb6][0x91][0xe1]7[0x9e][0xcc][0xea][0xc9][0xcc]$m[0x5]E[0xb6]JnQ[0x95]O[0xc5]V[0x15][0xdb]TlW[0xc1]o[0x5][0x9a][0x6][0x8f]bG[0xce][0xcb]S[0xd8][0xcb][0xbe]M[0xc0][0xbf][0xe][0x8d][0xdf]wW[0xe1][0xbd][0x8e][0x19]%[0xd8]5[0x84][0x19][0xcd]70k[0xcd][0x8]f[0xdf][0x8c]UW[0x8d]`[0xce][0x19][0xd4][0x88][0x95][0x1b][0x8][0xd2][0xb1][0xb9][0xc1]y[0xc3][0x8]Q[0xde][0xc7].X[0xc1][0xa6]z[0x18][0xf3][0xd9][\r]c[0xc1][0x8][0xc2]7[0xaf]H[0x98]sQ[0x81][0x99][0xb4]![0x9c]_[0x8a]R[0xb6][0x8d]\[0xdb][0xc6][0xd5]-[0x84][0xb8][0x15][0x11]4[0xf1]O[0xda][0xa3][0x1c][0xed]@+v[0xe5][0x9d][0x9e]K[0x87]vr^B[0xa9]24[0xa3][0x85]s[0xe2][0xcc][0x13][0xd1][0x86][0xdd]x[0x8c][0x16]"[0x94]v[0xe5][0xf6]p[0xb5][0x82][0xbd]{[0xb2][0x95]#wO[0x8c][0x4]!3[0xe0]iW[0xd1][0xf6]1[0xca]T[0xec][0xad][0xc5][0xb3][0xa2][0xa4]s[0x8b]4([0xfb][0x8]P[0xa5][0xc8][0xa1][0xaa]a[0xdc][0xd3]\3Z[0xe7][0xf5][0xd4][0xf9]B[0xbe][0x90][0xf7][0x1c][0xaa]jB[0xbe][0xda]z[0xd8]?[0x8c][0x85][0xae][0xaf][0x8b]Ncv[0x8c][0x82][0xf7][0x86][0xfd][0xd5]#X[0xec][0xbd]8[0xe8]S[0x86]n}4[0x84]%[0xe3]t[0x15][0x1b]y.[0xc2]/[0x9d][0xdb][0x88][0xfb][0x18]z[0xeb]e/[0xe6][0xdb][0x9]T[0xcc]E/[0xe6]{x[0x93]b.z[0x97][0xb8]:[0x82][0x7][0xe7]a:[0x13][0xc5]^[0x6]p;%[0xf6]p[0xaf][0x93]Z[0xe]0&:x[0xfa]qRy[0x88][0xab]OPJ[0xc7]A$$[0x99][0xdb][0xe9]Y[0x18][0x8b][0xf0][0x19][0xec][0xa7][0xfd]G$[0x99][0x7]HQ[0x93][0x1c]up[0xd4]*G[0x7]%[0xc1][0x87][0xf2][0x4][0x1f][0x92][0xb4]*r[0xf4]8[0xa9]v[0x9][0xd6]r+[0x82]VE[0xd2][0xba][0x10][0xea]'[0xd0]T[0x1c]R[0x94][0xe8][0xbf][0xe0]kP[0xf1][0xd9]&[0x15]O[0xf0][0xa7][0x97][0x11][0x9e][0xc8][0xaf][0x4][0xfc][0xa4]qcNYAC[0x82][0x88][0x16][0x86][0xcb][0xd2]z/I-[0xab][0xba][0x8e]e%[0x8]{G[0xcf]`vu[0x95][0xe7]},[0x1f][0xc6][0x8a]}C[0x98][0x1b][0xab]&u[0xf7][0xd7][0xfb][0xaa][0xab][0xc2]>wia[0xbd]O0[0x1a][0xf6][0x9]J[0xb][0xc7]Whd6[0x99][0xa9][0xc3][0x3][0xb2]o[0xc8][0xb3]WK[0xd4][0xc0][0x0][0x8d][0x1e][0xe3][0xce]S[0xc][0x92][0x13]X[0x86][0xa7]Q[0xc5]TX[0x8d][0x97]xb[0x90][0x99][0xf7][0x1c]O[0xbc][0xc0][0xec]y[0x91]\[0x9c][0x92][0xcc][0xed]a[0xb8]V[0xf1][0xd7]M[0xef]}[0x94][0x8]p[0xa7][0x87][0xa3][0xcd]rtPffK[0x9e][0xaf][0x16][0x1c][0x86])[0xd9]i[0xc1][0x11]r]"G[0x82]9[0xe1]n[0x13]z[0x91]$[0x9e]1[0xe][0xdd][0x95][0xbe]\[0xae][0x6][0xe1][0xfb][0x18][0xcb]T[0xa4]f[0x91]>k[0x7][0xa9]+[0xe7]y~w[0xe5]([0xeb][0xa5][0x9c]H[0x9d]S[0xc][0xbb][0xa5][0x8c]O[0x12]T[0xef][0xe5]8Z[0xef][0xf3][0xd4][0xf9]=ujH%y[0xe7][0xd0][0x1b]R[0xcf]`f[0xd8][0xeb][0x11][0xe9][0xdc]:[0x84][0xbd]a_H[0xad][0x1d]=[0x8b][0x7]o[0xa0]2[0x9f][0xb6]1[0xe6]hH[0x1d]FU[0x90]7[0x10][0xa2][0x9a][0x85]"[0x81]k[0xc6]2w[0xe5][0xcd][0xea][0xd1][0x90][0xff][0x2][0x82]aoH[0xad][0xe][0xf9][0x7][0xfd]J-u[0x95][0x89][0xa9][0xd2]:[0xa8]2[0xd8]_[0xe]{/[0x13][0x8e]Ko=[0xf3][0x1b]8K:^[0xa5]k[0xaf][0xd1][0x99][0xd7][0x11][0xc2]y[0x6][0xf3][0x5][0xac][0xc0][0x1b]|[0xe4][0xde][0xe4];[0xf4][0x16]i|[0x9b][0xe]_[0xe2][0x5][0xbc][0xc3][0xe4];O[0xb2][0xaf][0xe7]i^@gmdd[0x12][0x9e][0xca]SzJ[0x12][0xa9][0xc8][0x91][0x1b][0x82]>'[0xa3][0xf6][0xa9][0xff][0x2]PK[0x7][0x8][0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.class[0xb5]S[0xcb]N[0x1b]1[0x14]=N[0x2]![0xc3][0xb4][0xe1]Uh[0xe9][0x3][0x16]][0x84] [0xe1]E[0xbb]A [0x16]EBT[0x8a][0xa0]"[0x8][0xa9]R7[0x9e][0xe4]2u[0x98]x"[0xdb][0x1][0xfa]Y] $[0x16]|@?[0xaa][0xea][0xf5]PP[0x11][0x9b]P[0xb5][0x8b][0x19][0x9f]s[0x1f][0xc7][0xe7][0xda][0xf2][0x8f][0x9f]W[0xd7][0x0][0xde]a)B[0x5][0xcf]k([0xe3]E[0x15]/[0xab]x%06[0xb0]yB[0x2]k[0xad][0xdc][0xa6]2[0x1f][0xb8][0xf7]=9P[0xe7][0x92][0xce]U_Zu[0xc6][0xc0][0x93][0xe9][0x92][0x95][0xda]x[0xb2]F~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf5][0x1b][0x2][0xe3][0x9b][0xda]h[0xbf]%[0xf0][0xb9][0xf1][0xb8][0xd6][0x9b]j[0x97]jylU[0x9f][0xce]r{"[0xdb]dOu[0x87][0xe]([0xd5][0xce][[0xe5]un6V[0x8e][0x4]*[0xdb]y[0x97][0xcd][0xd5][[0xda][0xd0][0xde][0xb0][0x9f][0x90]=TI[0xc6][0x91][0x99]V[0xde]Q[0xd9][0x91][0xb2]:[0xf0][0xdf][0xc1][0x8a][0xff][0xaa][0x9d]@[0xfc][0xa7][0xc][0xd3][0x8f][0xc6][0x90][0xdd][0xce][0x94]s[0xc4][0xd9][0xdd]Q[0xdd][0x1e][0x92][0xf3][0x1f][0x86][0xa6][0x9b][0xd1]~[0xe2][0xd8][0x1f][0xd9][0xb7][0xf7][0xfc][0x9][0xcc][0xba][0x87][0xb6][0x5][0x1a][0xa3][0xe](0[0x8a]o[0x83][0xdb]IVG[0xd4][0xd8]ln[0xb1]L[0xad][0xad]S[0xa3][0xfc][0xd0]r[0xe7][0x97][0xff]s[0x1b]a[0xa3]p!Q;[0x1f][0xda][0xe][0xed][0xe8][0xe0]r[0xe1][0xe1][0x11][0xad][0xf5][0xd4][0xa9][0x8a]Q[0xc5][0xeb][0x18]c[0x18][0xaf][0xe2][0x8d][0xc0][0xce][0xbf]9p[0x81][0xa9] .3eR[0xb9][0x9f][0xf4][0xa8][0xe3][0x5][0xca][0x8d][0xe0]j[0xfd][0xaf]w[0xc0]2?[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "?[0xe]V[0xf][0x86][0xb]$[0xd8][0xff][0x4]J[0xa8]1Kx-[0xf3][0x1a]5/![0x9a][0xab][0x17](}gVF[0xc4][0xff][0xa7]E[0xa6][0xcb][0xfd][0xc4][0xb5][0xc7][0x98]d[0xb6]|S[0x8d][0x18]u[0xa0]@AU[0x14]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd3][0xac]6[0xc3]8[0xbe][0x8b][0xcc]rd[0x8e]q[0x9][0xcf][0xf8][0x9b]/[0xd0][0x2]+[0x87],[0x8f][0x87]E$54bD[0xfe]Y[0x1a]RHkx[0x0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "GC3[0xdc][0x6]d[0xb0]_[0xfe][0x1d][0x90][0x9e]GU[0x8c]i[0x8]a8[0x80][0x83][0xf2][0xf9]`=u[0x1e][0x92][0xd2][0xc3][0x1]<"[0x9f][0x8f]6[0xe0]1<[0xae][0xe2][0x9][\r]O[0xe2][0x90][0x8a][0xa7]T<[0xad]@[0xbf]S$L[0xc7][0xb5][\r][0xd7]LY|[0xdd]hY[0xc2][0xee]M[0x1a][0x8e]#[0x1c][0x5][0xb5][0xfd][[0xd6]+[0x8][0xf6][0xa7][0xec]D[0xc4]I[0xee]^[0xb1]7[0xd2][0x9f]J$[0x84][0xdd][0xad]`[0x86]]`H[0xd5][0x99][0xfd]{[0x8d][0xfd]F$[0xe3][0x9a][0xc9][0xc8]f#M[0x8d][0xfa]A3a[0x19]n[0xc6][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdc][0xe2][0xd9][0x1e][0xcf]c[0xca]I[0x98][0x91][0xdd][0xb6]1"[0xe][0xa4][0xec]}[0x91][0xb5][0x19]+[0x9e][0x14][0xdd][0xd9][0xa9][0xb4][0xc3][0xc5][0xd2][0xc6]hD[0x8c][0x1a]#[0x11][0xdb]8@[0xc1][0x15]V\[0xd8][0x11][0xd3]r[0x85]mE[0xb6][0x9][0xc7][0xcd][0x9a]l[0x89]:[0xc2][0xde]/[0xec][0xc5][0x85][0xb9]t[0xaf]b[0x8]u=[0xa6]e[0xba][0xab][0x98]Hx[0xe9][0xe][0x5][0xbe][0xde]T\[0xc8]PMK[0xc]dF[0xa2][0xc2][0xde]fD[0x93][0xc2][0xcb]0f$w[0x18][0xb6])[0xdf]s[0x83]>w[0x8f][0xc9][0xc4][0xfe]C@[0x12]&#[0x1e]7[0xad][0xc4]:[0xcb][0xb5]M[0x89][0xe8][0xf2][0xf0][0x85]R[0x9f][0x2][0xa9][0x9f][0x89]t[0xcb][0x98]g[0x8c][0x18][0x96][0xb9][0x9b][0xae][0xa5][0x8b]1[0x5][0x91][0x92]p[0x9c][0x3][0xa6][0xe3]DS[0xa3]S[0xe1]l.4[0x90]!D=[0xef][0xbd])[0x86]9[0xea]*Xx[0xfe][0x8]r:4[0xba]Lf`[0xc6]D1=*[0x6]?X[0xae]I[0x7]J[0x9a][0xc9]N[0x17][0xba][0xad]v**d[0xbd][0xd2][0x86][0xcd][0x85][0xcb][0xb3]<[0xbf][0xa5]g M[0xb3]Y*[0xb8][0xfc][0x2][0x0][0xb3][0xf6][0x85]pz[0x15]i*E]A[0xc0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]"&[0x99][0xe1][0xcd]&[\r]+[0x11][0x19][0xa4][0x85][0x95][0xe0]|k1][0xc6][0xd2]y[0xca][0xb4]O[0x13][0x9f][0x9e]6[0xc9][0xce]5%+[0xf7]TYZ[0xe9]c[0xc6][0xa0]k[0xc4][0xf6][0xb1][0xa5][0xbc][0x8]T<[0xa3][0xe2]Y[0xf6][0xb8][0x8a][0xe7]T<[0xcf]mD[0xc5][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xee][0xab][0x82]t[0xd5][0x7]!Y:[0xd3][0x16]#[0xa9][0xfd][0x85]D[0xd7][0xed]"[0xe6]l[0xf8][0xbf][0xda][0x9a][0xdb][0x1f][0xb][0xd4][0x13]K[0xe6]:[0xdb])([0xd0][0x96][0xe8]^[0x11]sK[0x1b][0xb6]<[0x83]b[0xff][0x97][0x2][0xbb]6[0x98][0xca][0xd8]1[0xd1]g[0xca][0xaa][0xcf].[0x8f]y[0xb9][0xc]J[0xc7]rD[0x14][0xcc][0x9a][0x2]x[0x83][0xe1][0xec]a[0xad]t[0xb4][0xa1][0x9d][0xf5][0xd1][0xf1]"^b[0xc1]t[0xbc][0x8c]Wt[0xbc][0x8a][0xd7][0x14]tT[0x15][0x8c][0x82]+*[0xe0][0xca]6v\[0xc3]r[0x89]Tp[0xab]1[0xba][0x8e]c[0x1d][0x92][0xce][0x19]W[0x92]D[0xc7][0xeb]8L[0xa6][0xe8]x[0x3]Gt[0xbc][0x89][0xc3]e[0xab]^[0xa4][0xdd][0xc8].[0x1d]G[0xf1][0x96]L[0xf0][0x98][0x8e][0xb7][0xf1][0x8e][0x8a]w[0xe5][0xc8]{*[0xde][0xd7][0xf1][0x1]>T[0xd0][0xf7][0xff][0xd4][.[0xf1][0x91][0x8a][0x8f]u|[0x82]Ou|[0x86][0xcf]u[0x84][0xb1][0x94][0xa0][0x97][0xf6][0xe5][0xda][0x8c][0x99][0x8c][0xcb][0xbd]c[0xf6]v+[0xcb]=a[0x8b][0xf8]|[0xd9][0xca]1[0xc3][0x11][0xf3][0x87]u[0x1c][0xc7][0x17]:[0xbe][0xc4]*)}[0xa5][0xa0]f[0xf9].[0x1d]_K,[0xbe][0xd1][0xf1]-[0xbe]Sp[0xf3]%[0x7][0xad][0xe2]{[0x1d]?[0xe0][0x4][0xf7][0x93]R>r[0x1f][0xac][0x8e][0x90]E>[0xb2][0xc9][0xb1][0x90]S,[0xda][0xc8][0x18][0xc]7E[0xbd][0xd0]y[0xdb]ZAcq_sO[0x1d][0xae]v;[0xe][0x98][0x93]+[0xb5][0x86][0x97][0xf6][0x97]G@[0x1d]u[0x8f][0xe1][0xc]x[0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xcf][0xd8]{xjZ[0xde]Ks^[0xbf][0xb0]1[0xb9]K'[0x84][0xbb]I[0x8c][0x95][0xce]O[0xee][0xac]u[0xe2][0x81][0x8c][0x91]$o[[0xc2][0xe5][0xe6][0xd2]}[0x80][0xe]v[0x18][0xc9][0xc][0x13]l[0xa2][0xb8][0xb6][0xf8]h[L[0xaf][0xd3]8[0xdc][0xd6]_`?[0xcc]k[0x95]GW[0xe9]t[0xae]g[0xc][0x1e]Z[0xc][0xf9][0xba][0xf0][0xd2][0xaa][0x11][0xbe][0xe6]<[0xcc][0x88][0xa5]l[0x91][0xb]h;[0x17][0xa4][0xf7][0xd5][0x17][0xda][0xc3][0xa7][0x95][0xf5][0xb2]jb#[0xd2][0xf9]&R[0xd0]?[\r][0xbc]*[0x86]P[0xf9][0xd3]`(\[0x1d]L[0xd3][0xf5][0xec]}.[0x15]}g[0x92][0x94][0xe9][0xc]yqS[0x5]6U[0xe0]WE[0xc6]z'[0x1b][0xf1]XR[0x89][0x91][0x15]-[0x8c]t[0x9a]YpS[\r][0x97][0x93][0xa8][0x9c][0xf5][0xb9]}[0x8b][0x86][0xfe]t[0x16]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf9][0x8e][0x8b][0xac]Tj[0x17]pS[0xf9]][0xa2][0xa9][0xf4]K[0x9d]^[0xe3]"[0x9a]I[0x94]tT>[0x1a]"6[0xbb][0xd4][0xa4][0xcf][0x88][0xb1][0xb5][0xc7][0xb2][0xe4][0xce]{[0xb9][0xba][0xd0][0xda][0xbb][0x1f][0xe4]*^t-[0xc0][0x2]^E[0x16][0x83][0xea][0xbc][0xf1][0xcc][0x95][0x1b]5/BAy[0xda]ql[0x19][0xe5][0x1a]t[0xc0][0xc7]'[0xf]F[0x8e]\Ki-j)[0x1]Mm[0xa7][0xa1][0xb4][0x9d]A[0xcd][0xd0]i[0xd4][0xfe][0x4][0xdf][0x9]O[0xfb]:[0xfe]7R[0x3]XA[0xbb][0x95][0x98][0x89]N\[0xcf]7=k[0xc3]K[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << ">[0x15][0xce]tR[0x9b][0xfe][0x94]OQ[0x87][0x6][0x8e][0x1d]U[0x6][0x96]M[0xc0][0xaf][0xa0][0xcb][0x17][0xf2]M[0xa0]N[0xc1]1[0x84][0xa5][0xa4]*[0xf8][0x15][0x81].P[0xb][0xf9][0xc7][0xd1]0[0xe][0xfd][0x18]t)[0xce][0x18]8[0x8e][0xba][0xe3][0xe7][0xfe][0xe8][0xf8][\r];[0xcf][0xa0]q[0xa8]}[0x2]3Y[0x8c]e[0xa7][0xd1]$}[0x8c]cV[0x97]?[0xe4]?[0xdb]YW[0xdb][0xa9][0xb6][0xa8]-u[0x1f]ce[0xc8][0xdf][0xa2]^[0xdf][0x15]h[0xff][0x19][0xc1][0xae][0xfa]P T?[0x8e][0xcb][0xba][0xb4][0xb6]S[0xf0][0xb5][0x9f]A[0xf3][0x10]G[0xb4][0xd3]h[0x99]@k-[0xee]:[0xa4]*[0xc7][0xcf][0xfd].[0xd3][0xf2]yiu11[0xa0][0x87]a[0xdf][0x82][0xf9]XM`ne:k[0x98]H/n[0xc6]m[0x1c]][0x87][0x1][0xf4][0xf1][0x1a][0xb8][0x9e][0xd7][0xbe][\r]8[0x88][0x8d][0xfc]B[0xe8][0xe3]y[0xbd][0xd9][0x83]`'[0xea]i[0xd7][0x8a][0x1b]q[0x13][0xfc][0xd4][0x98]G[0xab].[0x8e][0x1d][0xe4]X7[0xfd]j[0xb4][0xbc][0x9a]^V[0xf1]B9@[0xfb][0xd5][0xf4]/[0xa1]?[0x9a][0x3]MJk[0x8][0xbf][0xe2]I[0xbd]\[0xb1][0x86][0xbf]#\[0xb5][0x8f][0x80][0xaf][0xe7]h+[0xdf][0xb3][0xde]6[0xd0][Vk#[0xc7]n[0xa7]|[0xb][0xfc]CS[0xb1]IE[0xfb][0x9f][0xa8]9[0x87]E[0x8][0xa8][0xd8][0xac]b@[0xc5][0x16]o|[0xab][0x8a];[0x14]z?[0xc7][0x0]}[0x85]S4[0xcf]r[0xe1]N.>[0x98][0xaf][0x1c][0xbe][0xe2][0xb2]2[0xc0]N[0xf][0xbf][0x9][0xcc][0xae]a[0xa1][0x9a][0x7]X[0x8e]%'1[0xe7][0xc]Bd[0xc6][0xdc][0xe0][0xe5][0xe3][0xb8][0xa2][0xe3][0x14][0xae][0x1c][0xc7]U[0xc1]y[0x94][0xc7]1[0x2][0xb]j0[0x5]l[0xd0][0xf3]2Hx[0xb7]Q[0x1e]"7[0x86]=[0xc0][0xda][0xb2][0xde]'[0xd3][0xef][0x9c]L[0xbf]3[0x97]~#[0x19][0xbb][\r][0xdb]s[0xe9][0xeb][0x93]s[0xf9][0xa4][0x3]P[0xfe][0xc2]J[0x15];&[0xe3][0xf][0xe0][0xae]I&/[0xf0][0xf4][0x81][0xfa][0xe0][0xc2][0x9f][0xb1][0xe8]G[0xcc]9[0xe1]QS[0x86]T[0xe7]M[0xb5][0xd3]q[0xd6][0xf0]n[0x86]%[0x9f][0xf7][0xe0][0x1a]>5[0xce]6[0xb3]q[0x96]@[0xfb][0x17]PK[0x7][0x8][0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Qg[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x5][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x14][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Ql[0xb8][0x1c][0xfa]w[0x2][0x0][0x0][0x5][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x1a][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0x1a][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0x1b][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x1b][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x96][0xcb][0xc3])'[0x1][0x0][0x0][0x3][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x1f][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*![0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Parser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\*[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3],[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/ProbeInvokerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x2][0xd6][0x0]O[0xa4][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u6[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]8[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0][0xd4][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "63826efcca59c7151f7afe33132971e33c12eb75" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55366<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 375157[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xad]XKo[0xe3]6[0x10][0xbe][0x1b][0xf0] r([0xb2]@DK~[0xe4]a#[0x87]l[0x9a][0x16]I[0x9d]M[0xb0][0xde][0xee][0xa5][0x87][0x82][0xb6]h[0x9b][0x89],[0xaa]$m'[0xff][0xbe]3[0x92],[0x89][0xb2]$[0xdb]Esr[0xa4][0x99]o[0xbe]ypf[0xa8]g[0x16][0x8a]9[0xd7][0xc6][0xf9][0xc9][0x95][0x16]2[0x1c][0x12][0x8f][0xba][0xed][0xd6][0xd7][0xd0]w[0xc6]L[0x9b]g[0xe9][0x8b][0xb9][0xe0]><[0x1e]\[0xf6][0xdd][0xfe][0xe0][0xe6][0xaa]9[0xe8][0x81][0xc0]Z[0x4][0xbe][0xf3][0xe4][0xbf][0xa3][0xc2]5u[0xff][0xf6][0xae][0xba][0xc9]S[0xe3]|[0xfd][0x1c][0x92][0xb7][0xa9][0xc][0xe5]\q|[0x16][0xfa][0x1]w[0xee]fFl[0x98][0x91]jH[0xa4]ZP[0x19][0xe9][0xfe][0x1b][0x8d][0xd8][0x7][\r][0xe4]b![0xc2][0x5][0x15][0xa1][0xe1]*d[0x1][0xcd]$3[0xdd]_[0xb9][0x9e])[0x11][0x99][0x98][0xdf][0x8f]%'[0xaf][0xec][0x83][0x8c][0x13]=r[0xf7][0xfa]H[0xc6]b[0xaa][0x98][0xfa]$B[0x13]#[0x9][0xb][0x2][0xb9]%s[0xa9][0x88][0x89]e[0xdb]-[0x92][0x8b]O[0xb8][0xda][0x88][0x19]G[0xb9])'[0x8a][0x7][0x92][0xf9][0xdc]'[a[0x96]rm[0x88]62[0x8a]P[0xe]UW,[0xfc]$[0xf0][0xe7][0xf3][0x88][0x87]>[0xf8]BBC[0xa6]1'M[0xc9][0xa3][0x1]KZ[0x92][0x99][0xc][\r][0x13][0xa1][0x8e]U^&[0xbf][0xb][0xb4][0x95][0xd9]Az,[0xf4][0xe3][0x97][0x84]2[0x9a][0x7][0x88][0xa3][0xe6]B/c9xOsG[0xe5][0xec][0xcf][0xef][0xe3]!Y[0x1a][0x13][\r];[0x9d][0xed]v[0x9b][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xd6][0x89][0x94]|[0xe3]3[0xa3];[0x10][0xb5]N[0x1a]5[0xfc][0xed][0xa4][0xbf][0x1d]t4[0x12][0x19][0xd8][0x18][0xcc][0x87][0x9a][h,b[0xb3]%[0x8f][0xe1][0x82][0xe4][0xb5][0xee][0x8c][0x1f][0xef][0x1f][0xbe]M[0x1e][0x9c].u[0xe9][0xd2][0xac][0x82][0xc][0xe0]9[0xad][0x8d][0xac]4[0xba][0xd9][0xab]ol[0x5][0xc0]/[0xaf][0x93][0xfe][0x93][0x95][0xc][0x7][0xfd][0xc9][0xa4]&[0x9f][0xab][0xa9][0x4];[0x89]tu[0xda]-[0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]B[0xc4][0xb1]X[0x12][0x1b][0xe]y[0x81][0x14][0x80])e[0xc4]LD[0xc]K[0x81]L[0xe4][0xdc]l[0x99][0xe2]q[0xaa][0x9f][0xd8][0x86][0x15][0x94][0xb3]b[0xf6]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]z[0xaf]83[0xdc][0x8f]K[0xf3].[0x8e][0x1]yf[0x1b]@L[0x14][0xc8]k[0xb0][0x6][0x6][0xed][0xd6][0xc3]G$[0x95]q^[0xd9][0xec][0x9d]-R[0xce]i[0xcc][0x0]?[0x90]![0x9d]+pf+[0xd5]{[0xec][0x1]W[0xa3]Mb[0xeb][0xf6][0xac]O{g#H[0xd2][0x6][0x9c][0x80][0x92]Q[0xb7][0xe0]Z[0xea][0xd9]h[\r][0x81][0x1e][0xde][0x9e][0x15][0xe0][0xe0][0xcd][0xd9]E[0xe1][0xff][0x99]\[0xad]d[0xa8]wq[0x89]a[0x1]'F[0xf6]([0xe4]&[0xc5][0xae][0x7][0x96]z!rzEp[0xc0])[0xe3]S[0xb1][0x8a][0x82][0x9c][0xfb]q[0x16][0x0][0xa7][0x9a][0xad][0xe5][0xc9][0xdb]:[0x10][0x96][0x1b][0xb1][0x85][0x1][0x1d][0xd0][0xee]ub[0x2][0xfd][0xfa]/~ j[0xff]-[0xc7][0x4][0x1c]$[0xee][\r][0xe]2/[0xea]S[0x1d][0x89][0xb][0xab][0x18]1>[0xa9][0xd2][0xc5]1[0xc][0x10][0xc1][0x8e]]B[0x1]p[0x8e]fQ[0x81][0xfa][0xb1]J3[0x82]8[0x16]p-[0xea][0x1b]T[0xe5][0x7]*[0x82][0x1b]J[0x83]n[0x8c][0xba][0xed][0xcd][0xa8]/W[0x18][0x9f][0x92][0x95]8[0xf5][0xa5](v[0xa1]{[0x8d]V[0x90]O[\r][0xc]]q[0xad][0xe1][0xa8][0xd4][0xda][0xc9][0xa2][\r]/[0x1]g[0xff][0xfd][0xda][0x88][0xa0][0x1c][0x8c]}|[0x8b].[0xe6][0xab][0x99]q-[0x9c]e[0xad][0x92][0x8f][0xc6][0x93][0xc1]O[0x9][0x8f][0xc4][0x86]^m[0xef][0xa0]_[0x96][0x0][0xc6][0xb9]&t'[0xc5][\r]p[0xf6][0xaa][0xf4][0x8]7[0xf6][0xa0][0xd2]sq[0xaa][0x1b]{4[0x1][0xa7]![0xc3][0xda]0[0xb3][0xd6][0xc7]0[0x5][0x9c]C[0x9]>[0x8a])[0xfa]UW[0xab][\r]D[0xd1][0x95][0xff][0xab][0xe][0xad][0xb8][0xe1][0xdc]n89U[0xed][0xe8]=Y%[0xe2]=[0x82][0xea]d[0xd7][0xc0][0xfe][0xc][0x9a][0xc5][0xce][0xe4][0x9d]<7v[0xf1][0x89][0x9f][0xee][0x80][0xb3]a[0xb5]7[0xbf]-cn6[0x1][0x13]k[0xb8]xU[0x18][0xac][0xe4][0xe]r[0x15][0xce]&[0x8f][0x0][0xa7][0xc4]&[0x17][0xc5][0xa4]P[0xa3]``sU[0xc3]1[0x1d][0xdd]#[0x9c];[\r]l[0x1b]rW[0x9a][0xfd][0x80][0xb3][0x1b][0xff][0xd5][0x16]k[0xd3]fK[0xe2][0x1c][0x4]z:[0x98][0x17][0xfb][0xf1][0x91][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PY[0xdf][0xa8][0x8b]`l![0xff][0x95][0xd7]y5[0x1f]{[0xba][0xd5][0xb2][0xc9][0xad][0x15]2[0x83][0x9a][0x98][0xaf]T[0x19]4[0xf][0x8c][0xf6]=[0xef][0xaf]hwp[0xcc][0x9e]Pr%[0xf9][0x97][0xc3]Rg[0xca]h[0xd8][0xe][0x85][0xb3][0x1c][0xa2]%[0xf]"@)b/[0xb1]~[0xe2][0xa7][0xd5]t[0x8f]F[0x7][0x9c][0x94]iUN[0xb2][0xf]Z[0xc1]>_e([0xc1][0x81]+[0x98][0xd6][0xfb][0xe7][0xb4]G{[0xb0][0xe8][0xff]&[0xe0][0xaa][0xb5][0x3][0x8c][0xcf]E9[0xb1][\r]{i[0xd6]\Ju[0x91][0xf4][0x9f][0x13][0x10]\[0xda][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xfa][0xd5][0x80][0xb0][0xb7][0xbb][0xee][0x11][0xc9][0xe7][0xc5])05l[0x16][0x17][0xf6][0xfe]S[0xbd][0xdf]^[0x82][0xba]w]Nvy/[0x1a][0xbc][0xa4][0x97][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xf4][0x80]z^[0xdd][0xb9][0xa8][0xd6][0xe8]7[0x1d]\[0x90][0x6][0x9c][0xbc][0xd2]O#fi[0xe5][0xf7][0x94][0x9c][0xe3]q[0x9a]6[0xd1][0xaa][0xfd][0xb9][0xfe]H[0xd4][0x93]L[0xf6][0xb1]J[0xa5]c[0x8]f*[0xd9][0x1e]^[0x17][0xc8]v[0xeb]q[0xb5]a[0xb4][0xbb]\n[0xfd]/,1[0xf7][0x2][0xef][0xd9][0xee][0x97][0xb3]b[0xaf][0xc6][0x8b]Uz[0xab][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xd5]U[0x9d]Rq[0xee]e[0xd2][0xd8][0xe8][0xaa][0x14]j'bf[0xc5][0xa5]7t[0x90])[0xa5][0x5]o[0xf5][0xf6]Rg[0xb5][0xcd][0x8c][0x14][0xd7]2X[0xc7]_hne[0xfc][0xa5][0x86][0x5][0xbb]DT[0x8d][0x88][0xc][0xa4]W[0xe2][0x9a]oK[0x5]L[0xc0])[0xc0]6^z[0x1a][0xd7][0x14][0xfc][0x82]Sv[0xb6][0xdd][0xfa][0xce][0xff]Y[0xb][0xc5][0x9d]{[0xb0]=[0x15][0x81]0[0x9f][0x90]G[0xe4][0xcc][0xf9]h.[0x2][0xc3][0x15]4[0xd7][0xf3]_[0xce][0xd3]g[0xb7][0xf8][0xa9]a[0xf2][0xf0][0xe5]|[0xe7][0x6]t[0xe7]/[0x88][0xf3]C[0xca]`H[0xf0][0xd3]Y[0x1f][0xaf][0xd3][0xb4][0xeb]z7n[0xcf][0x1d]x[0x3][0xd7]k[0xb7][0xda][0xad][0x1]PK[0x7][0x8]t[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.properties-[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]0[0x10]@[0xd1]}N1[0xe0][0xda][0xc1][0xa4][0xba][0xa8][0xe0][0xaa][0x94][0xd2]n[0xeb][0x5]F[0x1d]cJHBL[0x8a][0xbd]}S[0xe8][0xf6][0xf1][0xf9][0xd5][0x8d][0x1d]GJ[0xbc][0xc0][0xf4][0x1][0x1f]5R[0xa0]yc\[0xd9][0x9a][0x3][0xa7][0xec][0x16][0xcb][0xc1]fm[0x9c][0xa8][0xc6]-[0xc3]#[P[0x1d]H[0xd9]K[0xd5]w-\[0xae][0xcf][0x11]T#[0xcf][0xe2][0xcd]q7[0xde][\r][0x12]e[0x83]'[0xa1][0xa3][0xcf][0xe1][0xbe][0xc][0xbf][0xa7][0xf]{[0xfb][0xc2]@[0x7]Z[0xaf][0xcb]J[0xb][0x8a][0xc9][0xac]4[0xa7][0x12][0x14][0xae][0xff]\S0[0xe2][0xb]PK[0x7][0x8][0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xml[0xad]UMo[0xdb]0[0xc][0xbd][0xe7]W[0x8][0xc5][0xae][0x96][0xdc]5[0xa7][0xc2]30`[0xc0][0xd0]-E[0x3]d[0x18]v+[0x14][0x99]q[0xd4][0xda][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Y[0xb2]S%+[0xd6][0xde]L[0xf2][0x91][0x8f][0x12][0x1f][0xad]Di[0xf9][0x4][0xcc][0xa2]CY[0x8][0xf3][0xe9]jk[0xad][0xba]%[0xa4][0xa4];[0x10][0x98]*[0xca][0xb6][0x80][0xa5][0xce][0xc9][0xf2][0xe1][0x9e][0xcc]q[0x8c][0xe3][0xab][0x80][0xbc]=[0x18]~B[0xef][0xf7]{[0xbc][0xbf][0xf1][0xb8][0x8f]q|M~[0xdd]/V.[0xb1][0xa4][0x11][0x17][0xc6]R[0xc1][0xc0]e[0x19]~k[0xbc]s![0x19][0xb5]\[0x8a]W[0x90][0xa1]s[0x8][0xef][0x88]v[0xf3][0xc7][0xf8]1[0xc6][0x7][0x93]][0xa5][0xb3][0x19]BI)3(~[0x82]6[0xae]|[0xea]+$[0xa4][0xe7][0xf3](E5[0x8][0x9b][0xba]Og[0xe4]ZV[0xea].K]U,[0x95][0x99]?aE[0xf][0x9]i[0xdd][0x1]D[0xb5][0xe5][0x1b][0xca][0xac]s[0x14]2[0xcf][0xb9][0xc8][0x13][0xd2][0xf1][0x5][0xd0][0xae][0xe1][0xb8][0xc6][0xd7]1[0xbe]IHk[0xd7][0x94][0xa4][0xe5][0x9c][0x9d][0xa3][0xc4][0xa7][0xc2][0x1d][0xea].[0xb1][0xc3]D[\r]&[0xa2][0x8a][0xf][0x1b]p[0xa7]b[0xcf][0xb4][0x8e][0xa6][0xeb]Jd[0x5][0xd4][0x9c][0xad][0xc7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZB[0xfa][0xb0]\[0xcd][0xbf][0xa1]%=[0xa0]E[0xa8][0x85]"[0xf4]yy[0x97][0x10][0x1f][0xad]a[0x19][0x18][0xa6][0xb9][0xb2]M[0xeb][0x8][0xfd][0xd8]B/[0xc1][0xc1][0xd1][0x82][0xaf]5[0xd5]G[0xc4][\r][0xb2][0x12][0xd1][0xa2][0x90]{[0xb4][0x91][0x1a][0xd9][0x1]v[0x5]z[0xc7][0x19][0xd4][0xa0]5 [\r][0x85][0xa4][0x19]dh[0xcf][0xed]VV[0x16][0x19]+[0x95][0xaa]qu^I[0xc5][0xd1][0x13]f[0xa0]@d[0xee][0xba]P8[0x89][0xc1][0xe8][0xce]:[0x12]#[0x11][0x93][0xc2]R'*[0x9f][0xf0][0xb0][0xfa][0xca]k[0xa6][0x13]K[0xdd][0x19][0x15][0x99][0xf]~[0x17]Rm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x1b]n[0xb6][0x1e][0xe4][0x82][0xd8][0x8f][0xa2]w[0xc0][0xda][0xb3][0xae]x[0xd1][0xe]Q[0x15][0x95]k[0xdc][0x4][0xeb]d[0xb7][0xe6]`x[0x8d] 7P[0xf0][0xa1]d[0x86][0xb2][0x9][0x82][\r][0xe7][0x89]B[0xd1][0xb1][0x84][0xbc]Pz[0x84][0x97][0xf9][0xbd]x^E\[0x8b][0xe7][0xbd]X[0x9b]S[0x87][0x9d]l[0xee][0xeb]UM[0xb4]se[0xc7][0xb][0xbd][0xb8]D8[0x0][0xab][0xea][0xf1][0x98][0x17]g[0xd7][0xdd][0xf5]:?[0xcf][0xd2]J[0xd4]ZO[0x8][0xcf][0x6]1[0xb5][0xa5][0x6][0xd2][0x1c][0x4]hj![0xd2]`d[0xa5][0x19][0xb8]~C[0xa4][0x8f][0xce][0xa5][0x13]Y[0xdf][0xd7]xO[0xc][0xde][0xe8]g[0x91][0x89][0xb4][0xc4][0x9]u[0xc3][0xf3]J[0xd3]q[0xc3][0xdd][0xab][0xb1]P[0x8e][0x8][0x7][0xf1]q[0xb8]3[0xf][0xba][0xa3][0x85][0x14][0xd1]F[0xbb][0xed][0xdd]K[0xfd]<1[0x87][0xa9][0xb2][0xe3][0xc4][0xa9]_[0xca] [0x9b]\[0xea][0xaa][0x1f][0x1d]_[0xa2][0xdb]vU[0xd9]/\[0xbb][0xb7]F[0xea][0xe3][0xb8][0xfc][0x87][0xdf][0xcd]K[0x84][0xfd]:[0xe2][0xac][0x85][0xfe]![0xac][0xa0][0xc6][0x80][0x19]1^[0xac][0x99][0x90][0xb3]#H[0xc8][0x84][0x94]:N3[0xbd][0x17][0xad]e[0xc2][0x1f][0xbd][0xf9]k[0x84]_f#l[0xe]M[0xee][0x8b][0xeb][0xd4]VsM[0xce]G[0xb3][0xea][0xce][0xa7][0x5]a&5L<6dH[0xf0][0x9e][0x8c]e][0x89]W[0xe5][y[0x9f]*[0xc1][0xed]E[0xd2][0x6][0xf1]F[0x9a]R[0xb2][0xb1][0xf2]{4[0x1][0xf1]6[0x9a][0xee][0xda][0xff][0xec]Wb[0x98]T[0x90]:[0xed][0xef][0xb8]{[0x19][0x13][0x12][0xec][0xc9][0xf6]:[0xb6][0x17][0xda][0xcc])2[0xec]L:[0xfb][0xb]PK[0x7][0x8][0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]org/apache/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/apache/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/avalon/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/apache/avalon/framework/logger/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.class[0x9d]S[0xcb]n[0xd3]@[0x14]=[0xe3][0xa4]q[0xe3][0xb8]i[0x9]m[0xca][0xa3][0x85][0x94]G[0xf3]p[0x13][0xc3][0x2]X[0x80]JK[0x5]++ [0xa5][0xaa]X[0x1]N28.[0x89]]9[0xe][0x88]O[0xe1][0x3][0xd8][0x83][0x4]E[0xb0]@e[0xcb]G![0xee]L[0x9c][0xa4]M[0xb3]h*Ks[0xaf][0xaf][0xef]=[0xe7][0xf8][0xcc][0xcc][0xdf][0xbf]~[0x3]0qW[0x83][0x86][0x9b]I$qK[0xc5]m[0x8d][0xe2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0x14]DVTQJA[0x85][0xa1]bCE[0x99]a[0xb6][0xf3][0xba][0xed];[0xe][0xf][0x18][0xc][0xcb][0xf][0x1c][0xd3]>[0xb0][0x1b]-n[0xda][0xef][0xed][0xb6][0xef][0x99]o[0x3][0xbb][0xc3]?[0xf8][0xc1];[0xb3][0xdf]eZ2[0x8d][0x98]m[0xdb]s[0xcc][0xe7][0xf5]}[0xde][0x8]%U[0xb2][0xe1]w[0xe]|[0x8f]{[0xa1]p[0xe3]T[0xb]C~[0xc2][0xe0][0xb1]J-[0xc][0xe8][0x1f]%T[0xaa][0xdb][0xab][0xef][0xd8]!w[0xfc][0xe0][0xe3]I[0xb0][0xa8][0x89]ak[0x12][0xd8]t[0xde]h5[0xbf][0x17]4[0xf8]3Wl[0xd5][0xf2]i[0xff]+[0x82]@[0xc7][0x1c][0xd2]:R[0xd0][0x19][0x16][0xc6]u[0xe8][0xb8][0x8c]U[0x15][0x15][0x9d][0x8e][0xe3][0x1d][0xf1][0x92]#s[0xcf]&"[0xe2][0xd0][0xb1][0x88]%[0x86]{[0xe7]: '[0x14][0xf5]=`([0x9e][0xd9][0x4][0x86]4[0x1d][0x8a][0x9d][0x96][0xdb]n[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xb][0x13]6d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xe3]kt[0xf9]40[0xba]z[0xc][0x8a]p[0x8d][0xae]j[0x82]r2[0x91][0xd6]yyq[0x19]=[0xc0]L[0xe9][0x7][0xd8]WJ[0x14],DM [0x7]/[0xd0][0xaa][0xf7][0x1b][0x90][0xc1]E[0x8a]LX[0x14][\r]oR[0xb7]"[0xba]K[0xc6]w([0xa3]iMV[0xd7]i&/[0x11][0xb2][0xfd][0xae][0x8]AdY[0x89][0xba][0x88]e\:%[0xe4][0x1b][0x94]/cB[0xee]O[0x10][0x12]'yW[0xa2][0xe1]'[0x88]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]d[0xb0]#[0xc4][0xe][0x11][0x1f][0x17][0xb3]ENl[0x1f][0x13][0xa3][\r][0xc5]h[0xb8][0x8a][0x15][0xc2][0x11]x[0xab][0x11]^Hxq[0x8a]+BL[0x95]m|FZd[0x1b]?1[0xa3][0xa0]Z2[0xca][0x87]H[0x8c][0x18][0xb2][0xa4][0x9][0xb0]h[0xad][0x12][0xda][0xb][0xb2][0xa7]F[0x98][0xbb][0x92][0xad][0xd4][0xc7][0x19][0xb2][0xad]Dl"[0xbb][0x86][0xeb][0x84]0C&[0x8];bRA.R[0xf0][0x92][0xbe][0xc4](f[0x8c]?P?a[0xce]8[0x82]J[0xf4][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xbc]i[0xd9][0xf1][0x8a]v[0xf7][\r]q[0xd5]%_[0xae]?5[0xe4][0xcb][0xc][0xf9]2[0x92]E[0xa1]|M"[0xdc][0xf8][0xf]PK[0x7][0x8]`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.class[0x8d][0x8c]=[0xe][0xc2]0[0xc][0x85][0x9f]Ki[0x0][0x9][0xc1]1`[0xa0]>[0x0]3L[0x95][0x18][0x90][0xd8][0xd3]bBKHP[0xc4][0xcf][0xdd][0x18]8[0x0][0x87]B[0xa4][0x15][0x7][0xc0][0x83][0xfd][0xa4][0xe7][0xef]{[0x9e]/[0x0][0x8c][0xa1][0x82]R[0x18][0x10][0xc6][0xe2]ti[0xa5][0xf0][0xc6][0xd4][0xce][0x10][0xf2]Y[0xe1][0x83]a}[0xd1][0xd5]QX[0xdf][0xb5][0xf5][0x8e][0xf]A[0x9f][0xe5][0xe1][0xc3][0x89]m[0xfc][0x93][0xc0]Ew[0x96][0xf3][0x1d]a[0xb4][0xf5][0xb7]P[0xc9][0xba][0xb6]B[0x98][0xc4]b[0xd5][0x9][0xf7]y[0x13]a[0xc2][0xe2]?[0xdb][0xf]"L[[0x8c][0xad]v[0x86]7e#[0xd5]5#[0x10][0x12][0xb4]C)[0xa1][0x87][0xb4]M[0xe8][0xc7][0x9d] [0xfb][0x2]PK[0x7][0x8][0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classM[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xc][0x85][0xe1][0x17][0xad][0xad]-[0x8][0xae]=[0x81]"[0x98][0x3][0xb8][0x15]W[0x5][0x17][0x82][0xfb]i[0x8d][0xa3]u[0xec][0x94][0xb1][0xea][0xdd]\x[0x0][0xf]%[0xce]([0x82]Y[0x84][0xc0]G[0xfe][0xe7][0xeb][0xfe][0x0][0xc0][0xc8][0x12][0xf4][0x13][0xa4][0x84][0xf4],mn[0xb5][0x16]G[0x18][0x8d]s[0xeb]4[0xab]F[0x95]{ac5e>[0xd9][0x10][0xb2][0xb5][0xbd][0xb8]R[0x96][0x7]#[0x84]A[0x0]U[0x18][0x99]U[0xea][0xaa]<.[0xa4]qR[0xaa]V[0xb6][0x84][0xe9]_[0xc4][0xab][0xb1]5[0xef][0x9c]:[0xc9][0xcd][0xba]c[0xa8][0xfa]"[0xff][0xfe][0x9][0xc3]P`[0xa3]j[0xcd][0xab][0xa2][0x92][0xb2][0x8d][0x9][0x84][0xe][0xc2]PD[0xe8]"[0xf2]W[0x7][0xbd][0xcf][0x8e][0x91][0x4]x[0x3]PK[0x7][0x8][0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/avalon/framework/logger/Logger.class[0x8d][0xd0][0xbd]N[0xc3]0[0x10][0x7][0xf0][0xbf]K[0xda][0x94]~[0x84]@)[0xcf][0xd0]2[0xe0][0x7][0xe8][0xc0][0x0][0xa9][0x84][0x14][0x89][0xa1][0x8]$6[0xa7]u[0x1c][0x17][0x13]#7[0xa5][0xef][0xc6][0xc0][0x3][0xf0]P[0x8][0xc7][0xb5][0x2]C[0x7]2[0xf8].[0xbf];_[0xec]|}|[0x2][0xa0][0xb8][0x8]q[0x1e]bL[0xd0]^[0xf1]l+[0x8][0xc6][0x93]t[0xcd][0xde][0x19]U[0xac][0x14]tQ[0x19]Y[0x8a][0xd9][0xf4][0x91][0xe0][0xf2][0x80][0xff][0x91][0x87][0xc2][0xe8][0x1d][0xcb][0x14]w[0xcd][0x91][0xdc][0xdc][0xd6][0xe3][0x92][0xb2][0xa6][0x15][0xc1][0xd1]d[0xfa]L[0x10][0xc8]2[0xd7][0x4]C[0xb9][0xb9][0xb3]IS[0xc]v[0xcc][0x94][0x8e][0x9f]l[0xd2]p[0x9b][0x1b][0xa3][0x8d][0x1b][0x96][0xd4]YS[0xe8][0xe5][0xac]b*[0xd9]WGr3o^[0x9b][0x96]H[0xf0][0xea][0xa6][0x90]j[0x95]j![0xb8]m[0xbb]>t[0xad]T[0x1b]A[0xd9][0x1b][[0x16][0x9c][0xda][0xa2][0xd2]%[0xcd][\r]{[0xe5];m^[0xa8]r;[0xe9]~[0xc0][0xcc]~u[0xa1][0xb7]f[0xc9][0xe7]Rq[0x82][0xfe][0x9e][0xaf][0xea][0x99][0x4][0xd3][0xcf]![0x88][0x8f]q[0x9f][0xad][0xf9][0xb2][0xea][0x10][0x10][0xb4]P?q`[0xff][0x14][0x2][0xc0][0xc5][0xb6][0x8b][0x1d][0x84].v[0xbd]w[0xbd][0x1f]{[0xef]y[0xef]y[0xef]{[0x1f]x[0x1f]x[0x1f]z[0x8f][0xbc]G[0xde]O[0xbc][0xc7]8[0xb5]' 8[0xb3]k[0xb][0xa3][0x1f]PK[0x7][0x8][0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/commons/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/apache/commons/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/Log.classm[0x8f][0xcd]N[0xc2]@[0x14][0x85][0xcf]`[0xff]D[0xc1][0x82][0xe2][0xd2]5[0xb8][0xb0][0xb][0x97]n[0x85][0xc4][0x84][0xc4][0x85]D[0x13]w[0xd3]2[0xc]%[0xa5]c[0xa6] [0xef][0xc6][0xc2][0x7][0xf0][0xa1][0x8c]w[0x9a][0x9b][0xa6]1v[0xd1]/[0xdf][0xe9][0xb9][0x9d][0xb9][0xdf]?[0xc7]/[0x0][0xf7][0xb8][0xe]q[0x15]b$[0xe0]/U[0xba][0xd7][0x2][0xa3][0xf1]|#?eR[0xc8]R'[0xcf][0xe9]Fe[0xbb][0x87][0xc9][0xab][0xc0][0xed]?y+Y[0xac][0xad]9[0xc8][0xb4]Pu[0xd9]W[0xd6][0x1a]K\[0xc9][0x9d],[0x4][0xbc][0xbc]\[0x19][0x81]~^=[0xba]S[0xa6][0xa5]k.[0x5]N[0xc6][0x93][0xf7]:[0x9e][0xba]~[0x13]S0s[0x83]M[0xd0][0xcb][0xab]'[0xfa]C[0xbb][0xb0][0xb0]2S[0xed][0xc2][0x9b][0xb4]e[0xe3][0xfe][0xce]}[0xa6][0x83][0xf][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t_[0xcc][0xde]fj[0x96][0x17][0x94]Es[0xa3][0xef][0xdc][0xcd][0x5]n[0x8c][0xd5][0x89][0xfc][0x90][0xd9]Z%[0x99][0xd9]nMY%[0x85][0xd1]:[0xa7][0x8d][0xa8]%[0x10][0xff][0xdd]9[0x10][0x10][0xe8][0xc0]=C[0x8f][0x16][0x80][0x7][0xd4][0xf4]k[0x6][0xec][0x1]{[0xc8][0x1e][0xb2]G[0xec][0x11][0xfb])[0xba]5[0xcf][0x98][0xe7][0xcc][0x1e][0xb3][0xcf][0xbc]`[0xc6]<[0x1f][0xf3][0xfc][0x80]}[0xe0][0x9c]n6[0xa4]w[0x7][0x97][0xbf]PK[0x7][0x8]"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/commons/logging/LogConfigurationException.class[0x9d]S[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0x97]r[0xb1]\E[0xd1][0xaa][0xa0][0xed][0x96]R[0x15][0x4][0x14]4[0x91]z[0x1]S1[0x11]$[0xf1]q[0xba][0x1d][0xcb]b[0xbb][0xdb]lw[0xbd][0xbc][0xf9]7[0xfc][0x5][0xbe]j[0xa2][0x90]h[0xe2][0xa3]&[0xbe][0xf8][0x8f][0xd4]3[0xd3][0xa5][0x16](>[0xf8]2sf[0xe6];[0xdf][0xf7][0x9d]sv[0xfc][0xfa][0xfc][0x15][0xc0],n[0xea][0xe8]C6[0x81]^[0x18]2[0xca][0xe9][0x98]F^[0xa7][0xe3][0x8c][0x86][0x82][0x8e][0x18][0xb2]r[0xb9][0x1c][0xc7][0x15][0xb9]_[0x8d]cV[0xee]y[\r]s[0x1a][0xae]1[0xc]4[0x85]k[0xf1][0xda][0x96]p[0x9b][0x96]c?Y[0xbb][0xc3][0xc0][0x1e]0[0xf4][0x16][0x1d][0xbb][0xe9]q[0xdb][0xdb][0xe2]5_D[0xfd]o;[0x89]7o[0xe7]~2DM[0xee]7[0x5][0xc3]pi[0x87][0xbf][0xe0][0x85][0x1a][0xb7][0xab][0x85][0xcd]m[0xd7]y[0xc9][0xcb]5[0xb1][0xc4][0x10][[0xb6]l[0xcb][0xbb][0xc5][0x10][0xce]d[0xb7][0x18]"E[0xa7]B[0xe8][0xfe][0x92]e[0x8b]u[0xbf]^[0x16][0xee][0xa6][0x4]2[0xa4]J[0x8e]I[0xb2][0x9c][0xc4][0xe9][0x1c]\F[0xbc]m[0xab][0xc9]0_r[0xdc]j[0x81]7[0xb8][0xb9]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]S[0xaf][0x93][0x97]B[0xcd][0xa9]V-[0x12]+9U[0xf2][0xf6][0xcc][0xaa][0xfa].[0xf7][0xc8][0xf2][0xdd]W[0xa6]h[0xc8][0x80][0xc4][0x87]3[0x1d][0xae]6<[0x97][0xf0]K[0xd2][0x85]V[0x17][0xcd]&[0xaf]*[0xd9]#[0x0][0x86][0xb1]L[0xd7]bdf[0xef][0x86][0xc7][0xcd][0xe7][0xf]yC9[0xd4]0[0xaf]a[0x81][0xc1][0xe8][0xa2]s,E[0xbc]*[0xbc]b[0xab]i[0xa3][0x99][0xec]1m[0xd3]7[0x1c][0xdf]5[0xc5]=K[0xb6][0xe1][0xcc][0xb1]5[0xce][0xc8][0xec]$F0[0x9a][0xc4][0x10][0x86]e4A[0xa6][0x92]X[0xc4]uy[0x98]$[0x8d][0xc3][0xce]V|[0xab]V[0x11]n[0x12]7@B[0xc9]tF[0x99][0xa9][0xa4][0xcb][0xaf][0xd3][0xf2]n[0x99][0x6][0x9e]e[0x98][0xfb][0x9f][0x96]3[0x8c][0xff]U{[0xec][0xdb][0x9e]U[0x17][0x1d][0x8f][0x83]]j[0xa5]/[0xee][0xb0]Aj[0x91][0xe7][0xec][0x87]C[0x7]Z[0xd4][0x1e]Q[0x8c]7[0x1a][0xc2][0xae]0[0xe4][0xbb][0x8d][0xf8][0xc8]UP[0xf3][0xd2]![0xfc][0xa3][0xf2][0x8e]0[0xbd][0xe0]q[0x8e]~[0x9c]>[0xfa][0xaf]B[0x18]G?[0x6][0xc0]pB[0x9d]R[0x88][0xc8][0x86]S[0x1c][0xa5];[0xea]?[0xad]ctZ[0xa6]7F[0xbb]n[0xec][0x81][0x19][0xec][0x13]B[0x1f][0x14][0xfe]$[0xad]}[0x8][0xd3]:I[0x99][0xab]H`[0x8a][0x18][0x81]d[0xb][0x8d]S8M[0xbb]d[0x9a][0x8][0x98][0xee]SV[0x88][0xf6][0x1e]#[0xb7][0x87]pW[0xaa]<[0x89][0xaf]R[0xf2][0x8c][0xa2][0x1a]i[0xc1][0x3]*[0x19][0x9d][0xc1]Y"[0x93][0xa4][0xe9][0x80][0xd4][0xa4]<[0x89]J[0x19][0xb9][0xef][0xd0][0xd8];h[0xb9]]DH *[0xb9][0xc3][0x8a][W[0x88][0x5]*t[0xb1][0x83]7[0xd5][0xe6]M[0xa9][0xc2][0x19][0xb5][0x6][0x18]Dh-[0xf6][[0x92][0xc6]4[0x9c]W[0xeb][0x5]%8[0x19][0x8][0xfa][0xf4]&[0xad][0xe6][0x8c]/[0x88]=[0xdd]Sz[0xf1]T[0x82][0x96][0xe9]][0xe8][0xa9][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x91][0xdc]/[0xd0][0x98]>P[0xa5]l2p[0x9b][0xdc][0xaf]R[0xbb]V`[0xa0][0xa8][0x1c][0xa5][[0x94]mG[0xb9][0xa0]R[0x19]Ior[0x4]S[0xb8][0x18]X([0xa8][0x1e][0xd0][0xa0][0x8c][0x8f][0x8][0xbd]o[0x93][0xc7][0xd4][0xe5]z[0xc7][0x14][0xa2][0xed])\R[0xa8][0xcc][0x1f]PK[0x7][0x8]t{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/commons/logging/LogFactory.class[0xad]W[0xfb]S\g[0x19]~>[0xd8][0xdd][0xc3][0xee][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x90]JL[0xcc][0xbd]Y [0xb0]mC[0xd2][0x16][0xd2]TB[0x81][0x92].[0x90][0xb2][0x94]Hj[0xa5][0x87][0xe5]dY8[0xbb]g={6[0x81]x[0xd7][0xaa][0xf5]~[0xd7][0xd6][0xbb]V[0x8d][0xb7]j.3M0S[0xeb]4?[0xe8]8[0xe3][0xcf][0xfe][0x1b]:[0xfe][0xe0][0x18][[0xeb][0xf3]}gY[0xf6]&[0x90][0x19]3[0xc3][0xf9]n[0xef][0xfb][0xbc][0x97][0xef]}[0x9f]o[0xf3][0xe7][0xff][0xfc][0xee][0xf7][0x0][0x8e][0xe2]z[0x10][0xbb][0xb1][0xa4][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xe]i[0xb9][0xc8][0x84]a#[0x1b][0xc6][0xfb][0xe1][0x84][0x91][0x83]+?y[\r][0x17][0xc2][0x8][0xe2][0xa2][0x86]e9[0xae]h[0xb8][0x14]B#>[0x10][0xc6][0x7][0xf1]![0xa9][0xf5][0xe1][0x10]>[0x82][0x8f][0x86]8[0xfb][0x98][0xfc]|\~>[0x11][0xc2]><[0x1f][0xc2]'[0xf1][0xa9] [0x85]?-[0x85]_[0x90]j[0x9f][0x91]&>+[0x97][0x9f][0x93][0x9f][0xcf]k[0xf8][0x82][0x94]^[0xc3][0x17]C[0xd8]#[0xc7]/[0x9]4[0xf][0xf][0xc]NML[0xce][0xcc][0x9e][0x99][0x9c]83495#[0xb0]-[0xb6]h\0[0xa2][0x96][0x91]IF[0xe3][0xae][0x93][0xca]$[0xfb][0x5][0x1a][0x7][0xed]L[0xce]52[0xee][0xb4]a[0xe5][0xcd][0x6]|Y[0xa0]iM[0xf5][0xf1][0xa1][0xe1][0x81][0xa7]cS[0xd4][0xac][0x0][0x1b][0x1d][0x8a]7[0xe0]+[0x2][0xa1][0xf4]lJi'L[0x81][0xc3]1[0xdb]IF[0x8d][0xac][0x91]X0[0xa3][0x9];[0x9d]&p[0xd4][0xb2][0x93]I[0x1a][0x8a][0xc6][0xec][0xe4][0xb0][0x91]pmg[0x85]6[0xf5][0xf4]l[0xd6]X[0x8e]yG[0x2][0x1d]J[0xd1][0xce][0xe6]z[0x17][0xa3][0xdc]/[0xea][0x9c])[0xca][0x8c][0x19][0x19]#i:T[\r][0xa6]g[0xe5][0xb1][0xe9][0xe4][0xe8][0xa7][0x17]O[0xde]MY[0xd1]1#+O[0xe3][0xa9]d[0xc6]p[0xf3][0xe][0xdd][0x99],?=Q[0x1d][0xfc]F[0xfe][0xa6]2[0xae][0xe9]d[0xc]+z:a[0xc5][0x94][0xc1][0xfe][0x93]4[0xd0][0x9c]3[0xdd]S[0xf9][0xcc][0xbc]e2m[0xae][0xb9][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x8a]x[0xee][0xe7][0x92][0xa9][0xe8]y[0xc7]H[0x9b][0x17]mg)Z&[0xd4][0xdf]1-[0xe0][0x1b][0xb4][0xe7]M[0xe9]t*c[0x8e][0xe7][0xd3]s[0xa6]3e[0xcc]Y[0xa6][0xbc][0x16];aX[0xd3][0x86][0x93][0x92][0xeb][0xc2][0xa6]/C$[0x81][0x80][0x17][0xac]@[0xf4].[0x9d][0x15][0xf0][0x9b][0x19][0xd7]Y[0xe1]8[0xe4][0x8d][0xfa]h&c:[0x83][0x96][0x91][0xcb][0x99]L^[yz[0xe]*)[0xaa][0xd5]'[0xdc]e[0x81][0xfd][0x9b][0xc7]$[0xb0][0xa3][0xdc][0xf1][0x95][0xec][0x9a][0xf3][0xef][0xa9][0x85][0xfd][0xff][0xb9][0x80][0xc6][0xb8]k$[0x96][0x8][0xaa]L[0xb1][0xd2]5|U[0xc3][0xd7]X[0x8a]I[0xd3]-T[0x18]+*[0xd2][0xb1][0xe5]b[0xc][\r]-'[0xcc][0xac][0x9b][0xa2][0x80][0x86][0xaf]3[0xe5][0x4][0xa2][0x80][0xc0][0xd1]H[0x89][0xc7]*o[0xfd][0x9b][0xa1][0xca][0xb4]',[0xe3][0xd2]%[0x81][0x96]*e[0x81][0xde]Hu[0xe][0xb6][0x0][0xa9]9[0xa6]e[0x1a]9&vg[0x95]K1[0xdb][0x98]gjd[0x81][0x85][0x13][0xeb][0x1b][0x2][0xf7][0xfe][0xf]I[0x6]\[0x80][0x1b][0xb0],^wD[0xaa][0x6]N[0xa4]2)[0xf7]$[0xcb][0xce]]H[0xb1]8t[0xe6]`[0xc0][0xa5][0x83]sy[0x97]f[0xef][0xab][0xe9][0xf7][0xfa][0xd6][0xc4][0xdc][0xa2][0x99][0x90][0x15][0xd1]R[0xaa]7[0xce][0xba][0x91][0x85][0x16][0xe9]x[0xa6][0x16][0xf1][0x84]);Z$[0x8f]}[0x1b]s[0x80][0xd7][0xfb][0x8b]k[0xa5][0xa0][0xe1][0x1b]$=[0xb2])[0x89][0x94]-[0xe5][0x98]i[0xfb][0x82]Y[0xe2]p[-[0x87][0x19][0xa7][0x9e]+[0x8b][0xeb]p[\r][0xb1][0xea][0xb0][0xa4][0xa2][0xff][0x82]d[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-F[0xad][0xcd][0xa7]rY[[0xde]O[0xc3][0x89][0x84]U[0xc8]d(n[0xe7][0x9d][0x84]9[0x9c][0xb2]T[0xd3][0x17]+[0xae]G[0x2][0xe8][0xe8]F[0x8f]@W[0xed][0x98]'[0xe2]#[0xa3]U[0xdc][0xa7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xea][0xe8][0xc2][0x11][\r][0xdf][0xd4][0xf1]-[0xbc][0xa8][0xe1]%[0x1d][0xdf][0xc6]w[0xd8][0x1]:[0xbe][0x8b][0xef][0xe9][0xf8]>~ [0xb0][0xbd]F[0xef][0xe9][0xf8][0xa1][0x95][0xcc][0x13][0x82]\S$[0x1d][0x81]=[0x9b]T>I[0xaf][0xec]JYf[0x8a][0xda][0xe3]&cl[0x89]t[0x94][0x90]-[0xb7][0xfa][0xcb][0xc4][0x95]LC[0xaa][0xe8][0xf8][0x8e]2[0xf1][0xb5][0x80]d[\r]/[0x18][0xb9]q[0xf5][0x9e][0x91][0x11][0xce][0xc9][0xf7]G-Z#5[0xfb]\r[0xe4][0x93]&S[0xd7][0xc0][0xc9][0xb4][0xd7][0x1a][0xad][0xec][0xad][0xaa][0xaa][0x15]8[0x19][0xd9][0xf2][0xeb]^[0xbb]g[0xf]oQ[0x9d]>[0xf3][0xd6][0x98][0xcf][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]cp[0xf4]r\[0xbd][0xa7][0xe5][0xf1][0x14][0xb9][0xe8][0x81][0xda]6[0x8a][0xb5]?lX[0xd6][0x1c][0xdf][0x9d][0xd2][0xaa]iI8[0xa6][0xe1][0x9a]%G[0x2]g6[0xf8]-P+[0xbc]-[0x90]^[0xc3][0xe9][0xc1][0xd8][0xec][0xf0]S[0x83][0xe3][0xe4]?[0xef]eR[0xb1][0x8e]lL]wa[0xe0][0xe0]&[0x17]Tx][0xea][0xb3]y[0xd6][0xc3][0xc3][0x91][0xea]r[0xa8][0xc1][0x98][0xb5]j[0x86][0xf]#9[0x92]?iw[0xf3][0xf][0x8][0xa0][0x1d][0xfb]q[0x0]t[0x80][0xab]:[0x1c][0xe2][0xfa][0xbe][0x8a][0xf5][0xe1][0x92]u[0x4]!I5[0x9c][0x87]$[0x9][0xaa][0x91]$[0xca][0xf3][0xa8]:[0xbf][0x1f][0xcd][0xfc]e[0xfd][0x0][0x1e][0xe4][0xce]Q@lG=4[0x9e],^[0x83][0x98][0x89][0xbd]q[0xb]u3[0x9d]7P[0x1d]>n[0xac][0xc2]/[0xb0][0x8a][0x80][0xc0][0xd8][0x91]Uh[0x2]/[0xe1]~N[0x1a][0x4][0xfe][0x80][0xe0]x[0xf7]*Br[0x16][0xee][0xf3]q[0xaa][0xcb]ic[0x9f][0xbf][0xdd][\r][0xbe]v[0xdf][0xab][0xb8][0xe7][0xf2][0xdb][0xe1]t[0x15]Md[0xf0][0xdb][0x97][0x11][0xea][0xb]t[0xdd]n[0xf][0xbc]~[0x95]^[0x4]0[0x8b]9Z[0x9d][0xc3]y5[0xfa][0xd0][0xcb]o'}[0x5]w[0x2][0xa4][0xba][0x16],[0xd0][0xc7][0x14][0x1e][0xc5]"[0x9e][0xc0][0x12]&a[0xe1]i[0xa4][0xf1],2[0xdc][0xb5]qL[0xc9][0xfb]x[0xde][0x86][0xe3][0x8c][0xdf]G[0xa9][0x10][0x1e][0xc2][0xc3][0xf0]So/[0x1e][0xc1][0x9]F[0xc6][0xb8](q[0x92][0xe3]c[0xfc][0xd3][0x19][0xb3]w[0xf6]n[0x9e][\r]p[0xa7][\r][0xbe][0xb7][0xb0]G[0xc3])[\r][0x83]wp,[0xa6][0xe1][0xf1];4" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 375157 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x94][0xdc]L7[0x99] [0xec][0xa2][0x92][0xfc][0xc7]|4_[0xe1]([0x94][0xab][0x1][0xb5][0xbb][0x82][0x11][0xe5][0xbc][0xa0][0xf1] I[0xfd]tAG&W[0x9e]7t[0xbe][0x8a][0x96][0x9b][0xd8]vE[0xa5]~][0xef][0x5][0xe5][0xbe][0xee][0xc9][0xe0]I[0xc4]8[0x96]#[0x8d][0x15][0x91][0xea]<[0xa9][0x9b][0xd8]N[0xb0][0xd6]J[0xa4][0x17][0xcb][0x90]d"[0xca][0x91][0xc6]1[0xe1]]4[0x8b][0x1]JJ\[0xad][0x80]x[0xb9][0x4][0x82][0xad][0x89][0xa7]8[0x6][0x99][0xef]xA[0xb1][0x1d][0xde]?[0xa5]X[0x1a][0xfd]+[0xfc]N[0x15][0xc5][0x8e][0x16]b[0xf6][0xb3]|[0xda][0xd6]m[0xc8][0xff][0xf0][0x81][0x8f][0x98][0xf]WK[0xec][0xf8]y[0x97][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0x1a]g[0xb][0x0][0xc7]9J[0xd9]:Q[0x19][0xe4]kJs[0x87]wZ[0xd0][0x94][0xb3][0xe3][0xaa][0xee][0xf9];[0x1a]3[0x5][0x8c][0xe8][0x9a][0x13][0xf5][0xaf]!\[0x9][0xf3][0xa7][0x9a][0xe][0x9c]+[0xde][0xda][0xa3][0x1c][0xa5][0x89]`g[0x17][0xaf][0xad]F[0xb2][0xff]Z[0xe2]G[0xb0][0xe8]GP][0xa0](I[0xbb][0x4]][0xbb][0xc0][0xbf][0xb1][0xd2][0x2][0xf2]R[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d[0x93]t[0xdd][0xc4][0x8e][0xb1][0xcb]h[0xe6][0xb2][0xeb][0x1a][0xee]][0xc5];[0xea]1v[0xb][0x8d]3Gn[0xa0]}\6a[0x9f][0xef][\r][0xe]]l[0xa9][0x9d][0xf5]8[0xdb][0xee]c[0xeb][0x84][0xd9]V[0xbe][0xdb][0xed][0xfe][0xd7][0xbb][0xaf][0x10][0xf6][0x8][0xfa][0xe8][0xab][0xf4][0xf7][0x94][0x1a][0xeb][0x95][0x8b][0xfb]y[0xff][0xc0][0xdf]i[0xec][0x1f]h[0xc2]?Y[0xb7][0xff]"9[0xdc][0xa1][0xf4][0xbf][0xd9][0x16]o[0xb2][0xa2][0xdf]R[0xee][0xf7]2v[0x9d]:[0xf][0xe1][0x19][0x15][0xc8]H1[0x90][0x91]BBw[0xb1]V[0xbc][0xd3]CD}/[[0xca]k[0x96]C[0xf0]5[0xbd][0x9]][0xc3][0xb3]o[0xb3][0x89][0xfc][0x1a][0xde][0xa7]a[0x96]+[\r][0xcf][0xb1][0x83] T[0xf3]h[0x15][0xe5][0xb7]Y[0x15]QK[0xc0] [0x9]xb[0xc7]T[0xca][0xab][0xab]T[0xb4][0x94][0xe4]^[0x14]][0x16][0xc5][0x1a]H`[0xbe][0x0][0xf1][0x98]JI[\r][0x88]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xaf]wX[0x5]!g&[0xc9][0xa7][0x8e]n'[0x8b]n?R[0xe8][0xfe]6[0xc5]d[0xef][0x14]P[0xe3].Z$C[0xae][0x87][0xb2][0x8d][0x11]C[0xec]#3[0xee]G[0xb3]8[0x80]Vq[0x90][0xd7][0xb1]P[0x84]9[0xa6][0xfc]&[0xcc]-[0xec][0x9e][0xb9][0x81]w]G[0xf3]-[0xec][0xe1]l[0xef][0xf5][0xd2][0x8c][0xdc][0xa3]|{[0x8e]Mc[0xa0][0x95]9[0xa9]#[0xd5][0xc9][0x18][0x16][0xd1][0xaf]Z[0x89]o[0x1b][0xa9][0xaf]/[0x10][0xfc]/PK[0x7][0x8][0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/commons/logging/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.class[0x8d][0x94][0xcb]n[0xd3]@[0x14][0x86][0xcf]8[0x17][0x97][0x92][0xb4]M)[0xf7]6[\r][0xd0][0x92]K/[0x16][0xaa]*T[0x85][0xcb][0xa2]i[0xa5][0x96][0xa8][0x95]H[0x8][0x82][0x15][0x13]g[0xea]Le{"[0xdb][0xa1][0x12][0xcf][0xc1]c[0xb0]a[0x85][0xc4][0x82][0x7][0xe8][0x13][0xb1]B[0x1c]O[0xac](J[0xc][0xe3]E<[0xf6][0x99][0xf3][0xfd][0xf3]yl[0xe7][0xfa][0xcf][0xcf]_[0x0][0xb0][0x7][0xc6]<[0xa4][0xa0][0xa6][0xc3][0x96][0xe][0xdb]:[0xec][0xe8][0xb0]K`[0xc9]g[0x1e][0xa7]v[0x87]y>[0x17][0xee][0xbb][0x93][0x6][0x1]rJ (\?[0xa0]n[0xd0][0xa1][0xf6][0x90]e[0xf4][0xeb][0xaf][0x85][0xc1][0xef][0xb9][\r][0x2][0xd9][0x17][0xdc][0xe5][0xc1]+[0x2][0xa9]J[0xb5]C }(z[0x8c][0xc0]b[0x93][0xbb][0xec]l[0xe8]t[0x99][0xd7][0xa6]][0x1b]+[0xcb]Mab,[0xc5]p[0xbc][0x8e][0x8a][0xe9][0xa0][0xcf]}[0x2][0xd5][0xa6][0xf0],[0x83][0xe][0xa8][0xd9]g[0x86])[0x1c][0x7][0xd7]2laY[0xdc][0xb5][0xc][0xee][0xc]l[0xe3]L[0x9c][0xf][0x9a][0xc2][0xaa][0x13][0xb8]]i^[0xd2][0xcf][0xd4][0xb0])[0xce][0xb5][0x2][0xf][[0xea]ra[0x97]:r[0x99][0x99]Y[0x2][0x99][0xc0][0xa3]&[0x9b]b[0xcf][0xbb][0x97][0xcc][0xc]$[0xab];[0xcc][0xf7][0xa9]5[0x85]G[\r][0x4]j1[0xd8]D[0xa5][0xdd][0xf7][0xc4]Ux?2[0x8b][0x4][0xb8]N[0xec],z[0xf4]Xwh[0xa1]+w/[0x4][0xe]W[0xd4]s[0xb1][0xca][0xc0]Q[0xfb][0x17][0xbc])[0xe1];[0xa3][0x86][0x8][0xe][0xcf]nI[0x3]|[0xc4]87[0x8a][0xd9][0x97]$[0xcc]F[0x94]'"[0xc8]8[0x82][0xc0]][0xb8][0x17]E[0xdc][0x8f]"^[0xe3]/[0x15][0x17]Q[0x95][0x11][0xa5][0xd1][0xe4]L[0x4][0xc8][0xfd]y[0x88][0x4][0x81]U[0xb5][0xcf][0x96][0xc2]gU[0xed][0xb3][0x93][0xd8]gM[0xed]c(|[0xd6][0xd4]>[0xcf][0x12][0xfb][0x14][0xd5]>{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa2][0xda]g?[0xb1][0xcf][0xba][0xda][0xe7][0xb9][0xc2]g][0xed]s[0x90][0xd8][0xa7][0xa4][0xf6][0xa9]+|Jj[0x9f][0x97][0x9]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]/[0xf0]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x8e][0xbe]q-[0xf5]m*[0xad]1[0xf1][0x81]kQZ[0x1]?{5[0xf9]&[0x96][0xdc]H@[0xbe][0x8d]%7[0x13][0x90][0x1f]b[0xc9][0xa7][0x9][0xc8]O[0xb1]d9[0x1]i[0xc5][0x90][0x4]*[0xf2][0xaa][0xfa][0x17]PK[0x7][0x8]a[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/commons/logging/internal/JclLogger.class[0x9d][0x96][0xcd]o[0x1b]U[0x14][0xc5][0xcf][0x8b][0x9d]8q[0x1c][0xbb]i[0x9b][0xb6][0xb4][0x90]4[0xfd]t[0xbe]jH[0x93][0x16]h)P[0xb7])[\r]n[0xfa][0x91][0x90][0xd2]B[0x9][0x13]{[0xe2]Lk[0xcf]D[0xe3]I[0x9b][0x5]B,@b[0x81][0x10][0xb][0x10]BH,[0x10]R[0x17]TH-[0xb4]( [0x90][0x10][0x2][0x9][0xc4][0x82][\r]k[0xf8]K[0x10][0xe7]N[0xa6][0x8e][0xdd][0x99]iL6w[0xe6][0xbd]y[0xef][0xdc][0xf3]~[0xf7]z[0xc6][0xbf][0xff][0xfb][0xdd][0x8f][0x0][0xe][0xc2][0x88][0xa3][0xb]cm[0xd8][0x84]S[0xed]x[0x1][0xa7]%[0x8c]KxQBN[0xc2][0x19][0x9][0x13][0xb2][0xee][0xac][0xdc][0x9d][0x93]p^[0xc2][0x5][0x9][0x93][0x12][0xa6]$[0xbc]$aZ[0xa4].[0xb6][0xe3]e\[0x8a][0xe1]r[0x1c][0xaf][0xe0][0xd5][0x18][0xae][0xc4][0xf0][0x9a]B[0xeb]x673v>;[0xa1][0xb0]1wU[0xbb][0xae]eJ[0x9a]Y[0xcc]L:[0xb6]a[0x16][0x8f]([0xc4][0xcb]3[0x5][0xbd][0xa4][0x17]5GW[0xe8][0xcd]Yv1c-TF[0xae]f[0x16][0xb4][0xa5]L[0xc9]*[0x16][0xb9],sN[[0xca][0xf1]V[0xb7][0xb9][0xa1][0xe5][0xa8]a[0x1a][0xce]1[0x85]=[0xe9]5W[0xf7]M+D[0xb3]V[0x81][0xd2][0xa9][0x9c]a[0xea][0x13][0x8b][0xe5]Y[0xdd][0x9e][0xd2]fK[0xba][0xd8][0xb1][0xf2]ZiZ[0xb3][\r][0x19]{[0x93]Qg[0xde][0xa8](d\imA[0xcb][0xcf][0xeb][0x99][0xbc]U.[f[0xa5][0xaa]o[0x98][0x8e]n[0x9b]Z)3[0x9e]/Um[0xb5][0xae][0x9e]"iTN[0xe8][0xb3][0x8b][0xc5][0x93][0xa6]h[0x16][0x14]"[0xe9][0xbe][0xcb][0xee][0xf4]I[0xdb][0xb6][0xec][0xea]4'[0xc6]4G+U':[0x8c][0xca]is[0xce][0xaa]]0eky[0xbd]v[0xc1]E[0xcd]6[0xab][0xe3]fG[0x1e]+t[0xa5]k[0xd0][0x9e][0x9d][0xbd][0xaa][0xe7][0x1d][0xf7][0xec][0xb1][0xb2]^[0xa9]hE[0xbd][0x9e][0xbd][0xb7][0x80]r[0x93][0x8e][0x96][0xbf]vF[[0xf0][0xe][0xdf][0x1f] S335o[7d[0xa5][0xab][0xad][0x1c][0xe6][\r]|J_[0x5]9?i[0x1a]<[0xe]/7h[0x9a][0xb3][0xba][0x1c][0x9f][0xd7]99[0xb5]B{Qw[0xc8]/[0xa7]_[0xd7]K.[0xa4][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]*[0xba]s|[0xd1],[0x94][0xf4][0xac]E[0xcc]KL[0xb2][0xd7][0xab]s[0xa5]hd[0xe6]l[0xad][0xac][0xdf][0xb0][0xec]k[0x99][0xba]E+[0x87][0xcd][0xdf][0xdf][0xb1]k[0xed][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0x99][0xc9][0xeb][0x14][0x16][0xf5][0x8c]f[0x92][0x13][0xcd][0x1d][[0xa3][0xab]V[0xd7][0x1e][0xf1][0xb7][0xb3][0xd8][0xe8]\[0xf0][0x8b][0xf6]5[0xac]IX&[0x1d][0xb3][0x9f][0x8e][0xe6]K^[0xa3][0x93][0xc]u[0xe3][0x93][0xd6][0xa2][0x9d][0xd7][0xc7][0xc][0xa9]T[0xb2][0xda]z[0x7][0xc4]D[0x2];[0x90]M[0xe0][0x11]l[0x8f]a&[0x81][0xdd][0xd8][0x93][0xc0]^[0x9][0xfb]$[0xec][0x97][0x90][0x96][0xd0]'[0xe1]up}?f[0x13][0x18][0x96][0x90][0x97]0"aT[0xc2]![0x9][0x87][0xf1]d[0x2][[0xb1]-[0x86]B[0x2]:[0xe6][0x14][0x86][0xfe][0xd7][0xef]![0x86]b[0x2][0xf3][0xd0]X[0xcf][0x7][0x1b]J[0xa1][0xfb]!R[0xdc][0xae][0xd0][0xb3][0xc6][0xcf][0x9a]p[0x1c]k[0x85]8[0xcb][0x98][0xee][0xb]z[0xad][0xd4][0xb5][0xb2]7[0x1b][0xda][0xca]-[0xd2][0xa6]vYa[0x83]eRh[[0xe9]][0xf7][0xfe][0xd4][0xc3]s[0xdd][0xef][0x8d][0x6][0xde]m[0xa9][0xd5]][0xd9][0x92]V[0xe1][0x8b]([0xc6]<[0x13]l[0x8][0xf4][0xf2][\r][0xdb][0x5][0x85]-hb[0x9d]Y[0x1b][0xbe][0xc8][0xe5]n;[0xaf][9[0xbf][0x3][0x8f]2>[0xc6][0xd1][0x18][0xe7][0x9b]x[0x8d][0xf7][0xb][0xd5]?p[0x17]M[0xb7][0xdd][0xb5][0xdd][0x8c]ID[0x18]w![0xca][0x1e]i[0xc3][0x1e][0xf4]p[0xb4]ee5v2[0x7][0xdc][0xbb]]T[0xe5][0xf]\[0xfa][0xc8][0xd3][0x1c]q[0xc7][0xa2][0xf9][\r][0x9a][0x96][0x11]Q[0xb8]U[0xd5]lq[0x9f][0xa4]][0xad][0xc4][0xca]*OKI[0x13][0x6]+D[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "C[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc2][0x14][0x9a][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc3][0x14]Z[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x3][0x15][0xd2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xbf][0xc2][0xd1]@[0x85][0xbe]0[0x85]V[0xbf][0xc2][0xf3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x18][0xf0][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xa1]T[0xac][0xa7][0xea][0xe1][0x13]t[\r][0xfc][0x8a]N[0x19][0xf][0xdc]C[0x9b]ZF<[0x2])z[0xa4][0xa6][0xe8]c[0xd8][0xc0]/u7[0xc6]k[0x8a][0xde]S-z[0xf][0x6]Y[0x0][0x85][0x3][0xee].[0xd5][0xed]f[0xcc]x[0x19][0xdf][0xe1][0x94]H[0xc][0xd5]d[0xdc][0xcd][0x8c][0x9b][0xef]g[0x1c]t3[0xde]DR&[0xd4][0xe0][0x3][0xf9][0xb7][0xa0][0x99]q[0x82]G:G[0xf][0x17][0x98]q[0x9a][0xd9].[0xb9]>v[0xae][0x8]W}[0xc]y>[0xe4][0xee]q[0xc7][0x1f]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a$[0xc]Bk[0x10][0x84][0x8e]:[0x8][0x1d]~[0x8][0x1f][0x12][0xc2]G[0xf4][0xf0]13~[0xca]l[0x9f][0xad][0x3][0xc2]h[0x18][0x84]h[0x10][0x84][0xa4][0x1f][0xc2][0xe7]4[0xf0][0x5][0xc7]7[0x1b][0x85]0[0x1a][0x6]![0x1a][0x4]!Y[0x7]![0xe9][0x87][0xf0]%![0xdc][0xa2][0x87][0xaf][0x98][0xf1][0xe][0xb3][0xdd]][0x7][0x84]Ca[0x10][0x9a][0x83] [0xa4][0xfc][0x10][0x96]i[0xe0]{[0x8e]h[0x14][0xc2][0xa1]0[0x8][0xcd]A[0x10]Ru[0x10]R~[0x8]?[0x11][0xc2][0xcf][0xf4][0xf0][0xb]3[0xfe][0xc6]l[0xac][0x3][0x2][0xff][0xb0][0x5]_6[0xf8][0xbf]/[0x6]~_[0x9e][0xc2][0xd3][0x9e][0xc2][0xa8][0xbb][0x9e]s[0xb7][0x1f][0xd8][0xf8]W[\r] U5[0xa6]p[0x84][0x1f]=I[0xfa][0xc][0x8e]y[0x12][0xe7]iL[0xec][0xa7][0xfa][0x7][0x6][0xef][0xa0]s[0x19][0x1b]#[0xa8][0xfb][0x1f][0x12]wE[0xfe]f[0x5][0xfe][0xa9]9m[0xaa]*[0x9a][0xc2][0xb3]x[0xce]M[0x9a][0xe2][0xf7]p[0x1b]W[0xb7][0xe2]8[0xb2][0x9e]|[0xaf][0xfb][0x4]h[0xdb][0xb8][0xe9][0x1e]6[0x8d][0xce][0xdb][0xae][0x8f]U[0xa7][0x8f]1[0x9e]p[0x93][0x9d][0xfc][0xf]PK[0x7][0x8][0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/apache/juli/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/apache/juli/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/Log.classm[0x90][0xb1]N[0xc3]0[0x10][0x86][0xcf]%iJ!iZ([0xb]/[0xd0]2[0xe0][0x81][0x91][0x95]VB[0xaa][0xd4][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6'u]GV[0x8c][0xdc][0x84][0xbe][0x1b][0x3][0xf][0xd0][0x87]B[0x9c][0xa3]S[0x14]!<[0xe4][0xd3][0xf7][0xfb][0xe4][0xfb][0x95][0xd3][0xcf][0xd7]7[0x0]<[0xc0]M[0x4][0xd7][0x11]L[0x19]$[0xfa][0xf0]$[0xb3]Z-J[0x91][0x19][0xb9]ep6[0x9b][0xbf]7[0xf1][0xc2]9[0xeb][0xda][0x18][0x83][0xa5][0xa8][0x84]i[0x83]X[0x1f][0x9e][0xcb][0x9d][0xed][0xe]l[0x9c][0xc8]ew[0xe0]M[0xb8][0xb2][0xf5][0xb0][0xf2][0xd7][0xc][0xa6][0xb3]U!>[0x5]7[0xa2]T|[0x9d][0x15]2[0xaf][0x1e][0xe7][0xaf][0xc][0xee][0xfe][0xc9];[0xc9]f[0xef][0xec][0xd1]?[0xd5][0xc][0x87][_[0x9a]A[0xa0][0xb1][0x3][0xe2][0x88][0x9b]0[0x95][0xbe]3r[0xe7][0xab]2[0x18][0xbe][0xd8][0xda][0xe5]r[0xa9][\r][0xee][0x1d][0xac][0xac][0xba][0xf7][0xef]1[0xb8][0xb5]Nq[0xf1]![0xf2][0xbd][0xe4]Em47V)[0x8d]Kp[0x84]A[0xfa][0xb7]F[0x9f][0x1][0x83][0x1e][0xf8]3[0x9][0xf0][0xf]A[0x0][0x80][0xc][0x89]}bD[0x1c][0x10][0xcf][0x89]C[0xb8] ^6[0x8c][0xc9]c[0xf2][0x84][0xf6][0x8e][0xcd]&[0xf8][0xed][0xc1][0xd5]/PK[0x7][0x8]6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/juli/logging/LogConfigurationException.class[0x95]RMo[0xd3]@[0x14][0x9c]u>[0xdc][0xba])[\r]NKC[0x81][0xd2][0xf2][0x99]8[0x8][0xb]Upi[0x5]H[0x11] [0xe5]@[0xaa] [0xb8]T[c[0x9c]-[0x89][0x1d]96[0xf0][0x8f][0xb8][0x82][0x4]T[0xe2][0xc0][0x15][0x89][0x1f][0x5][0xbc][0xb7]1i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9][0x81][0xcb][0xfa]=[0xfb][0xcd][0xcc][0x9b][0xf1][0xfe][0xf8][0xf9][0xf5][0x1b][0x80][\r][0xd4]-[0x98]87[0x8b]"V[0xb9]:oa[\r][0xeb][0x16][0xb5][0x17]L\4qI[0xa0][0xe0][0xc9]t[0xe8][0xb],[0xb5][0xf6][0xe5][0x1b][0xe9][0xf6]d[0x18][0xb8];[0xdd]8z+[0xf7]z[0xfe][0xa6]@qK[0x85]*[0xb9]-[0x90][0xab][0xd5];[0x2][0xf9]f[0xf4][0x92][0xa6][0x17]Z*[0xf4][0x9f][0xa4][0xfd]=?[0xde][0xe1]A[0x1][0xbb][0x15]y[0xb2][0xd7][0x91][0xb1][0xe2]>{[0x99]O[0xba]j([0xb0][0xd1][0x8a][0xe2][0xc0][0x95][0x3][0xe9]u}w?[0xed])[0xb7][0x17][0x5][0x81]"[0xa5]V[0x14]4[0xa3][0xf0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]X&*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xbd][0xf3][0xfc][0x1][0x17][0xa4][0xbc]T[0x9b]X[0xa9][0x9d][0xc4]4[0xbf][0xc9]+[0x98]}8[0x94][0x81][0xd6][0xfc]g@[0xa0]Z[0x9b][0xea][0x84][0x91][0xf3][0xed]Dz[0xaf][0xb7][0xe5]@[0xaf]g[0xe2][0xb2][0x89]+[0x2][0xce][0x14][0x9d]c)f[0x2]?i[0x8e][0x12][[0xae][0xd5][0x8f][0xc9][0xcc]jGi[0xec][0xf9][0xf7][0x15]g[0xb0]z[0xac][0xc7][0xeb][0x8c].[0xc1][0xc2]\[0x9]3[0x98][0xe5][0xea]$-U[0xc2]U[0xd4][0xb8][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0xf8][0xef][0xe0][0x4]V[0xe][0x97]z[0x9a][0x86][0x89][0xea][0xfb][0x13][0x1f]+S6[0x16]([0xff][0x1d][0x0][0x19]M[0xa2]?[0xe5][0xe2][0x11][0xa3]YBX[0xa7][d[0xd2]%[0xa3][0xbf][0xcc][0xdb]SU[0xa0][0x9a][0xcc][0xd0]Y[0xa2]n[0xb][0x6]U[0x80][0xe5][0x1c]@8[0xe2]3[0x8c][0x8f][0xd4][0x19][0x98][0xa7][0xf3][0x4]rt[0xde]$[0xe4].!oQ[0xf][0xc2][0xe8]i,[0xa0][0xac]Y)[0x8c][0x8c][0xe9][0x1][0xa1][0xc]z[0xce]9[0x8d][0x3][0xe4][0xa6]R[0xdd]![0xf1]][0x82][0xdc][0xd5]T[0xa7]F[0xe3][0x19][0x15]W6*D[0xc6][0xa4][0x8b][0x19][0xa9]G8[0x9e][0xb2][0x9d][0xc6]w[0x98][0xe2]=[0xcc][0xc6][0x17][0xe4]I[0xa0][0xc0][0xdc]9[0xcd]m[0xe9][0x89]G[0xb4][0xc8][0xe3][0x9]^{[0xcc]kk[0xe3]tS[0xa9][0xae][0xc0]xX[0xfc][0xc5][0xa4]E[0x93][0x7][0xe9]\[0xd6][0x82][0xd5]L[0xf0][0x5][0x81]y[0xd5][0xf2][0xa1][0xb][0xe7][0xda][0x11]+6[0xe5][0x1]t2+[0xcf]H[0xe6][0xb9][0x96]][0x1b][0xe1][0xc6][0xb2][0xe5][0xcc][0xe]W[0xbc][0x0][0xe7]|[0x1a]+[0x99][0x8e][0xab][0x8d][0xd2][0xdf]p>[0xc1][0xf8]0&/[0xea][0x97][0xc1]D[0xd4][0x85]q[0xd4]g[0xf4][0xd4][0xd9][0xdf]PK[0x7][0x8]d[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/juli/logging/LogFactory.class[0xa5]Wyt\U[0x19][0xff][0xdd],[0xf3]fy!M[0x9a][0xb4][0xa4]V[0xba][0xd8][0x96][0xc9]:[0x90][0x96]ZHiIC[0xd2]N[0x99]LB[0x93][0xa6][0x6][0x94][0xf8]2y[0x9d][0xbc][0xf4][0xcd]{[0xe3][0x9b]7[0xa1][0x89][0xec][0xa0][0xb2][0x8][0xee][0xb].[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V\[0xd3]T[0xd3][0x84]HEQ+E[0x5]W[0xd4]s<[0xc7][0xbf][0xfd][0xdb][0xbf]<[0x1c][0xf5][0xbb][0xf7][0xbd][0x99][0xbc]Y[0x9a]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]c[0xce][0xc9]}w[0xf9][0x96][0xdf][0xb7][0xdc][0xef][0xbb]s[0xe9]?/][0x0][0xb0][0x1b][0xb][0xa2][0x15][0xb3][0x1]4[0xe3][0xc3]A[0xdc][0x83]{[0x3][0xf0][0xe1][0xbe][0x10][0xee][0xc7][0x3][0x12][0x1e][0xc][0xd2][0xe2]!~[0xf6]p[0x8][0x8f][0xe0]#[0x12]>[0x1a][0xc4][0xc7][0xf0]h[0x90]v[0x1e][0xe3][0xdb][0x8f][0xf3][0xd9][0x13]|[0xf8][0xb8][0x1f]OJx*[0x88]:[0xcc]r[0x89][0x9f][0xe0][0xb3]O[0xfa][0xf1][0xa9] >[0x8d][0xcf][0xf0][0xc5]g[0xf9][0xf0]9[0x9][0x9f][0xf][0xa2][0x9]_[0xe0][0xf2][0xbe][0x18][0xc2][0xd3][0xf8]R[0x8]_[0xc6]W[0xf8][0xf0]U[0x9][0xcf][0x84][0xb0][0x5][0xcf][0xf2][0xe1]9[0xae][0xfa]k[0x1c][0xc7][0xd7][0xf9][0xf0][\r]>[0x1e][0x1b][0xf6][0xe3];[0xc4]\$/[0xda];[0xe4][0xc7]w[0x19][0xb6][0x1d][0xe9][0x1e]:2[0xdc]}([0xd6];[0x16][0xed][0x1f][0x8c][0xf5][0xf6][0xf7][0xc6][0x87][0xbb][0x87][0xa3][0x3][0xf1][0xbc]b?[0xbe][0xc7][0x10][0xc8][0x90]:][0xb5]M[0x83]aG[0xcc][0xb4][0x92][0x11]%[0xad]$&[0xd5][0xc8]TV[0xd7]"[0xba][0x99]L[0xd2]y$f&[0xfb][0x94][0x84]mZ3[0x84]LN[0x8d][0xa5][0x95][0xd3]1[0xe7][0x88][0xa1]Yp[0x99][0xe9][0xcc][0x9e][0xa9][0x8][0xed][0xe7]y[0x6][0xf3]4[0xfd][0x8a][0xa1]$U[0x8b]X[0x3][0xa9]1~[0xac]Z[0x19][0xb2][0xc6][0xb1]:kkz[0xa4]_I[0xf3][0xd3]!-i(v[0xd6]R[0x19][0x6][0xb]O[0xf7][0x97][0xba][0xe8][0xb2]`5[0xc3]V-C[0xd1]#Gi7&[0xd4]u[0x1d] [0xf1][0xbe][0xfd][0x9a][0xa1][0xd9][0x7][0x18]*[0xc3][0xcd]#[0xc]U=[0xe6][0x84][0xca]ah[0x86][0x1a][0xcf][0xa6][0xc6]UkX[0x19][0xd7]U[0x1e][0xe]3[0xa1][0xe8]#[0x8a][0xa5][0xf1][0xb5][0xbb]YeOj[0x4]Z[0xce][0xa8]6[0x89][0xa4][0xd8][0x9c][0xd4][0xc8][0xf6][0xa6][0xb0][0x7][0xe6][0xa0]e[0xa6]U[0xcb][0xd6][0xd4]L[0x17][0x97][0xcf][0xd2][0xc][0x1b][0xca][0x1f]3[0x84][0x92][0xaa][0x1d][0x15][0xf1]M[0x90][0xf0][0xeb][0xc3][0xa5][0xe6]5[0xaf][0x16][0xc]n[0x8d][0xe3]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xea][0xfe][0x17]~[0xaf]2[0x94][0x14][0xe9][0x9]N[0xe5]=[0xc2][0xd0]~E[0xe][0xa4][0x84][0x1c][0xb2][0x95][0xc4])[0x8a][0x85][0xf0][0x88][0x84][0xef][0x93][0xbc][0xde][0xd3][0x9]5mk[0x94][0xa9][0x12]~[0xc0] Y[0xaa][0xae]*[0x19][0xd2]$[0x93]}[0xdd]6Y2[0x9e][0xb5]i[0xb9][0xab][0xac][0x81]+[[0x3][0xe3]Sj[0xc2]&%u^[0xbe]8[0x81]&[0x9f]7[0x86][0x9b][0xef],wCj-5eN[0xab][0x1e]5[0x8d][0xe5][0xd4][0x8c]8Q[0xf3][0x90]][[0x86][0xac][0x14][0xc]g[0xac][0x9e][0xe6][0x97][0xaf][0xf0][0x86][0xe6][0xb1]^[0xe7][0x15][0xd3][0xa3]+[0x99][0xcc][0x9a]A[0xab]N[0xe8][0xca][0xec],[0x99]Y[0xc2]I[0xce]$[0xd3][0xdd]K[0xc6][0x1d][0xb6][0xaa][0xa8][0x95][0xcb][0xe8]K[0x8a][0x84]d[0xd8]T[0x82]&f*[0x13][0x14]9nG([0xb1][0xb2][0xc1][0xb0][0xf1]2[0x94][0x84][0xc1][\r]`[0xb7][0xae]3[0xf8]Mait[0xa2](~9[0xff][0x94][0x8b][0x9]3[0xa9][0xc2][0x91][0xb7][0xf]e[0x8d][0x9]][0xa5]kb[0xab][0xa7]m[0x86][0x9d]a'I3I-r[0xd2][0xa2][0xb0][0xde]mZ[0xa7]"[0x5]D[0x8e][0xbf]U[0xc3][0xe6][0xe6]W[0xf7]:_9j[0x18][0xaa]%0[0x8a]L(,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x4][0x15]O[0xcd][0xf1]Bu[0xdb][0xd7][0xd6][0xc6][0xef]f[0xc1]5[0x9f]I[0xe7][0xae][0xfa]H9-[0xff][0x1][0x92]0G7dB[0xcb][0xa4]M~C[0xfc][0xfb][0x13][0xba][[0x8f][0x82]Cf[0xd6]J[0xa8]}[0x9a].[0xea]Q>[0xbc][0x1d]\[0xa5][0x8c][0x3]8(c[0x1f]n[0x94]pV[0xc6]<[0xce][0xc9][0xf8]![0xda]%[0xfc]H[0xc6][0x2][0xce]3[0xb4]^[0x1][0xc].lQ[0xc6]M 4K2^[0xc2]2[0x85][0xab][0xd8]0[0x9]?[0x96][0xf1]2.[0xc8]8[0x82][0xa8][0x8c][0xbd]x[0xaf][0xc][0x5][0xe3]|y[0x17]/%Y[0x9e][0x1c][0x1b][0x8b][0xb9][0xe]e5}[0x82]k[0xf8][0x9]^[0x91][0xf1]S[0xfc][0x8c][0x92][0xe1][0x16][0x9][0xaf][0xca][0xf8]9~[0xc1]7~)[0xe3]".[0xb8]xK[0xcb][0xd5][0xc0][0xd0][0xe1]hI[0xcb][0xe0]xu[0x19][0xbf][0xc2]k[0x12].[0xc9]x[0x1d][0xbf]&/[0xca][0xf8][\r]~+[0xe3][\r][0xbc][0xc9][0xb0][0xbe]L[0xa8]d[0xfc][0xe]o[0xca][0xf8]=[0x1f][0xfe][0x80]?[0xca][0xf8][0x13]w[0xe0][0x9f][0xf9]0[0x8d][0x83][0x94]E+<'T[0xe5][0xd4][0x11]%3I[0xbc][0x12][0xde][0x92][0xf1][0x17][0xfc][0x95][0xb2]g[0xed][0x8b]W[0xe0]5[0xe7]>P[0x92][0x13]_[0x87][0xc3][0xd7][0x91]0S)[0xaa][0x8a][0x1d].k[0x87][0x97][0xb5]c[0x15]:-[0x95][0xd6]=[0xc4]QZ[0xd2][0xd5]v[0xa9][0xda]sT[0xe9]|+a[0xd8][0xfd][0x8e][0xb4]vp+m[0x9e][0xdf][0x8e][0xc8]-k[0xf4][0xc][0xea]I[0xab]x[0xc1]iYK[0xe1][0xa5]?[0xdf][0x3][0xa8]L[0xae]x6J[0xb9][0xa7][0x90]fWP[0xa9][0xaa]|v[0xf6])[0xba]>N[0x9d][0xc5][0xeb][0xa2][0xba][0x84][0xa5]*[0xb6][0xea]9[0xa2][0x17][0xc1]*5[0xa4][0xeb]r[0xfd]s[0xf5][0xb6][0x18]8z<[0x16][0x1d][0xeb][0xbb][0xbd]'NM[0xe1][0x1d][0xbe]b[0x88][0xcb])[0xb9]b~x[0xf5]Vr[0x5]Xv[0x84][0xd7]$[0xe2][0x15][0xb2][0xa6] [0xe1][0xe9]-[0x93][0xce]R[0xea][0xed]+S[0x9f]W[0xaf][0xd8][0xf9].V[[0xd4][0xb][0xa8]F[0x91]}q[0xf1]^h[0x8][0x97]-[0xf2]~"pi[0xd7][0x17]P[0xe4]Z[0x99]OI[0xa7]U[0x83][0xfa]F[0xfb][0x1a]}[0xbf][0xa0]tt[0x15][0xd6][0xa2][0x99][0x8c][0xad][0xa6]hK[0x9b][0xa0][0xa6][0xa0][0xd9]3<[0x83][0x9d]'[c[0xb9]n[0x14]e[0xd8][0x1c][0x8e][0xae]&[0xdc]o[0x9b][0xce][0x16]ME[0x9f][0x19]R[0xc9]uu9[0xb][0x84]Oi[0xab][0xab][0xc0][0xc9][0x82][0xc6][0xaf][0xe5][0xb3]yC[0x1]y.[0xcb][0x89]G[0x9a]T2q[0xd1]}[0xe8]yy[0x7][0xaf][0x93]bQ[0xe8][0xc2][0xbc][0xd7]y[0xdb][0xbe]M[0x9d]q|9[0xe2]<2[0x1a][0xa8]o[0x96]I[0xb7][0x3]k$[0x86][0xe7][0x81]][0xfe][0xf5]SE[0xc5][0xc2][0x10]o[0xf][0xd1]x<[0xe5][0xaf][0xc7][0xd4]u[0xc2][0xc3][0xdf]o[0x94][0x8][0x99][0x19]#1i[0x99][0x86]6[0xab]N[0x88][0xdc][0xda][0x1a].[0xec][0x84]][0xcd]Ekl[0xa3][0x9f]5[0xad][0xf4][0xe3]L[0xa2][0x1f]Jmh[0x7][0x15]7ZU B[0xeb][0xeb]<[0xeb][0xeb]i[0xdd][0xe9]Y[0xef][0xa6][0xf5][0x1e][0xcf][0xfa][0x6][0x4]y[0x9f][0xa1]y[0x90]w:[0xf1][0xa5]&E[0xe7][0xfb][0xc5][0xf9][0xcd][0xa8][0xa7][0x91][0x1a]![0xed][0xdc]"~[0xc]Rw[0xa1]ou[0xcb]y[0xb0][0xb3][0x82][0xa4][0U[0xd0][0xf8]<[0xaa][0xf0][0x2][0xe][0xd1]Lv[0x88][0xd0]#D[0x3][0xb7][0xa2][0xd7][0x15]p[0x83][0xe0][0x81][0x97][0xd9]'[0x88]_[0x14][0x8c][0x1b][0x9c][0xc3]<#C[0x1f][0xe][0xb][0x9d][0xd4][0x12][0xe9][0x8c][0x8b]8[0x83]JR[0x4]t[0xce][0xa3][0xe2]"d[0xd6][0xba][0x88][0xca][0xfe]3XG[0xcb][0xd6]yT-[0xa1][0xba][0x12][0xfd][0xcb][0xf0][0x8d][0xb6][0x9d][0x87][0x14][0x9f][0x87][0xbf][0xb5]}[0x9][0x81]J[0x9c]h[0x9f]#[0xae]J[0xa1]s[0x13]i[0x5][0xf5]F[0x1f]^E-[0xb5][0xc7][0xcd]x[\r];q[0x89]|[0xf7][0xba][0xc0][0xb1][0x87][0xc0][0xcb]D{[0x14][0xb7][0x9]D[0x9d]yD[0x9d][0x88][0x9][0xff]m&[0xac][0xce][0xe9]N[0xd4][0xa0][0x1f]q[0xa2][0x1e][0xa0][0xf3][0x0]*j[0xdf][0x86],a[0x10][0xb7][0xd3][0xb2][0x8a]H[0x8f][0xd1][0xff]P[0xde][0x85][0xad][0xc2][0xac]2[0x1e]x[0xcb][0xe3][0xba][0x9c][0x7][0x18][0x86]q[0xdc]e[0xdc]K_[0x8e][0xa5][0x82][0xcd][0x15]q[0xfe][0xc3][0xe3][0xbb][0x8a]<[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17])=[0xac]p[0xc2][0x95][0x11][0xc9][0xc5][0xaf][0xf2]e[0x4][0x8b][0xc5][0xfc][0xb3]L[0xec][0x18][0xde][0x87][0xd1][0xb5]b[0xf7][0xaf][0xcb][0xc4].[0xa7][0xff][0xe][0xdc][0xe9][0x8a]8("P*[0x82]1!b[0xab]sX"[0x82][0xcf][0xde][0x8f][0xf][0x10][0x7]O[0x84][0xbb][0xdc]D[0xb8][0x99][0xbe]\e[0xa0][0xa5]u[0x1][0xa1][0x5][0xc8]E[0x6][0xb1]Z[0xf][0xae]@^h[0x0]c[0xf8] [0x9d][0xaf][0x84]'[0xc0][0x9f]Y[0xae][0xd0][0xcd]B[0x1d][0x9d][0xcc][0xa3]fN(^[0x91][0xd7]V[0xc0][0x93][0xc8][0x3][0xe9][0x14][0xc0][0x0][0xff]"[0xae]jY@m1[0x8e].[0x8f]c[0xfd]B;[0x8a]$E[0xcb]K*[0xb1](V [0x89];[0xa7]P[0xd2][0x10]&[0xd6]H36Z[0x90]f*N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]$[0xf3][0xf9][0xd9][0x4][0xe7]O0z[0xad]W[0x89]l[0x12][0x9a]K[0x96]p[0x91][0x86][.[0xc2]W[0xbf]nn[0x19]u[0xa3][0xe7]QO[0xa0][0xd7][0x8b]`4[0xd4]7[0xd2][0xd0][0xb2][0x88][\r][0xb][0xd8][0xb8][0x80][0xab]W[0xee][0xde]U<[0xc8],[0x83]*fCb[0xd3][0x1e]8aLQ[0x90]![0xee]Q%[0x98]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OAw[0x15][0xfe][0x9d][0xb6][0xaa][0xe9];[0xb2][0x8c][0xa6]Q*?[0x9b][0xce][0xa1][0x82].[0xf7][0x12][0xde][0xc5][0xb0][0x84][0xcd][0x94]*[0xad]Kx7[0xc3][0xd3][0xe8][0xa0][0xc9]5[0xc][0xaf]`K[0xdb][0x12][0xb6][0xf2]Y0N[0xb3]m|[0xe6][0xbb][0xa9][0xaa][0x89]b[[0xd1][0xbe][0x80][0xed]g[0xfe][0xfb][0x6][0xcd][0x96][0xf0][0x1e][0x86][0xb3][0xc2][0x89][0x1c][0xde]vr,[0xd8]=[0x8][0xb1]{[0xd1][0xc6][0xee][0xc3]^v?[0xba][0xd9][0x3]8[0xca][0x1e]D?{[0x8][0xc7][0xd9][0xc3][0x2]r[0xb][0xd1][0xef]E[0x83][0x8][0x2]7,@[0xe5] N{m[0xb8][0x6])[0xa4]E[0xd2][0x8d][0xe0]C[0xb0][0xe8][0x9b]qMt[0xce]l:[0xe3]&[0x86]P[0xf1]6[0x9a]$d[0xff]Mu5[0xc0][0xdf][0xc8][0xae][0xa9]7[0xba]9[0xd8]([0xd0][0xed]`[0x10][0xdf][0x9d]t[0x95][0xc8][0xe6][0x95][0xb0][0xd4][0xf3]2[0xc8][0x1e][0x85][0x9f]=[0x86]u[0xec]q4[0xb0]'[0x8][0xfb][0xdd]y1[0xfb][0x4][0x6][0xe0][0xea]e[0xec][0xa2][0xd8]\[0xbb][0x88][0xf0]9[0xf8][0x97][0xd1]L[0x8b][0x96]s[0xa8]Y[0x91]$B[0x82]g[0xa8][0x90]=[0x8b][0x8d]x[0x8e][0xf8]N[0x8b][0xac][0x99][0x81][0x9]^[0xdd][0xe9][0xdd][0x8a]G`[0xf8][0x2][0xff][0x3]PK[0x7][0x8]w}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/juli/logging/internal/JuliLogger.class[0x9d]VKS[0x1c]U[0x14][0xfe][0xee][0xc]a`f[0x98][0x9][0x3]D[\r]jB[0x8c]a[0x1e]$[0xa3][0xbc]|[0x80]$[0x91][0x0][0x82][0x3][0x4]y[0xe4]%[0xe2][0x9d][0xa1]34[0xce][0x3]{zB\X[0x96][0xb][0xcb][0x85][0xe5][0xc2][0xb2][0xca][0x85][0x95][0x85][0xe5]B-[0xcb][0xb2][0x8c]F,[0xb2]pg[0x16][0xfe]([0xcb]s.[0xcd]<[0xd2]=[0xf6][0xc8][0xe6][0xeb][0xee][0xd3][0xf7]~[0xdf][0xf9][0xce]9}g[0xfe][0xfe][0xe7][0xe1][0x9f][0x0][0x86][0xa0][0xf9][0xd1][0x83][0xd7][0xdb][0xd1][0x85][0xc9][0x0][0xae]`[0x8a]a[0x9a]a[0x86][0xe1][\r][0x86]Y[0x86]9^[0xf7]&[0xdf][0xa5][0x18][0xe6][0x19][0x16][0x18][0x16][0x19][0xae]2,1[0xbc][0xc5]T[0xcb][0x1][0xac]`[0xd5][0x87]5?[0xae][0xe1][0xba][0xf]7|[0xb8])[0xd0]>[0xb7][0x9a][0x9a][0xdd][0x98]^[0x9a]\[0x10][0x88][0xa4][0xb6][0xe5][0x1d][0x99][0xcc][0xc9]B6[0xb9]l[0x1a]z!;&[0xe0][0xcf]olj9-+MM[0xa0]/U4[0xb2][0xc9][0xe2]Nix;[0xb9]#[0xef]&s[0xc5]l[0x96][0x96]%[0xaf][0xca][0xbb])[0xba][0xd5][0xc][0xda][0xd0]:[0xae][0x17]tsB[0xe0]l[0xd4]uulM[0xa0]e[0xb2][0xb8]I[0xd4][0xe1][0x94]^[0xd0][0x16][0xca][0xf9][0xb4]f[0xac][0xc8]tN[0xe3]t[0x8a][0x19][0x99][[0x93][0x86][0xce][0xcf]V[0xb0][0xc5][0xdc][0xd2]K[0x2][0xe7][0x15][0xb5][0xdc][0x91][0x99]--[0xb9]][0xce][0xe9][0x15]r[0xbd]`jFA[0xe6][0x92]s[0x14][0xad]$[0xd5]V[0xf5][0x10][0xd2]KW[0xb4]t9;U`[0xc6]M[0x1]o4vS[0x85][0xa7][0xc][0xa3]hT[0xc2][0x14][0x98][0x96][0xa6][0xcc]U[0x2][0x1d]zi[0xb6]p[0xbb]X[0xbb]`[0xc5][0x90][0x19][0xad]v[0xc1]5i[0x14]*[0xcf][0xc7]L~-[0xd0][0x13][0xad])[0xec]bz[[0xcb][0x98][0xca][0xb9]/[0xaf][0x95]J2[0xab][0xd5]W[0xde]Z@t[0xcb][0xa6][0xcc][0xbc]7/w,[0xeb]q[0x7][0x9a][0x9a][0xc8][0xca][0x96]Q[0xdc][0xe5][0x95][0x8a][[0x98][0xa4][0xeb][0xf8][0x96][0xf2][0xda]d[0xff]TK[0x9d][0xec][0xd0]e[0x97][0x92][0xa6][0xa8][0xc6][0xf6][0xe9]z[0x9b]][0xb][0x4][0xb2][0x9a]I[0xf5]Kiw[0xb4][0x9c]*[0xd2][0xac]@wI3[0xad][0xee]Q[0xad][0xe7]e[0x81][0xb2][0xa7]-[0x13].[0x9d][0xae][0xae][0x1d][0xb3][0x8f][0x18]g[0xdb][0xb9]c'[0x8d]5[0xcd]I[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2O[0x15]j[0x1b][0xcf][0xe4][0xac][0xe1][0xa3]|[0x89][0xd7][0xbf]\,[0x1b][0x19]mZ[0xe7][0xfa][0x85][0xab][0x13]q[0x81][0xb3][0x8][0xa2][0x17][0x17][0x83]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'}[0xb8][0x15][0xc4]s8[0x1b][0xc4][0xf3][0xc][0xe7][0x18][0xfa][0x19][0xa2][0xc]1[0x86][0xb7][0xb1][0x1e]D[0x1c][0xef][0x4]1[0xc8][0xb0][0xc1]0[0xcc]0[0xc2]0[0xca][0xf0][0x12]^[0xe][0xe2][0x9]<[0xe9][0xc3][0xbb]AH[0xa4][0x5][0x12][0xff]cH}[0xc8][0x4][0xb1][0x89]u[0x81][0xe3][0x8f]wY[0xa0][0xb7][0x11][0x11][0xed][0x15]8[0xe5][0xf2][0x99]Qa[0xcc][0xe2]A[0xb5][0xa9][0x85][0xd1][0x98][0xd3]g^7\V[0xb4][0xe1]p[0xb5][0xf2][0xe0][0x18]y[0x81][0xfe]&[D[0xe7][0xcc][0xc1]4[0xa9][0xfb][0x99][0xff][0xd6]:[0x9c][0x8b]&[0xce][0x9a]pu[0xd7]dN[0x96][0xe8]`[0xf0][0x91][0xce][0x2][\r][0x3][0xfa][0xe8][0xc8][0xeb][0x81][0xc0][0x9]x[0xa8][0xc5][0xd4][0x16]:Y[0xf9][0xee]$]OP[0xbc][0x17]O[0x13]>CO[0xd3][0x14][0xf7][0xd0][0xd5][0x1f][0xff][0x3]"[0x9e][0xf8][0x1d][0x9e][0xfb]j[0xed][0xb3][0x84]!x[0x9][0xfb][0xd0][0x82]3h[0xa7][0x11]9[0xa5]v[0xab][0xd5]8Mq[0xa8][0xbb]3[0xc4]J[0x9f][0x1c][0x8f][0x90][0xc5]9[0xac][0x9e][0x99][0xf3][0x1]<[0xfb][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]T[0xe1]lUo[0xfa][0x15]W[0xf0]`[0x95][0xc5]%x[0xfe][0x9c][0x19]Z[0xec][0xc][0x3][0x8e][0xc][0xe7][0x1a]1[0x1c][0xb3]3[0xbc][0xe8][0xc8][0xd0][0xdf][0x88][0xa1][0xd5][0xce]0[0xea][0xc8][0x10]m[0xc4][0xe0][0xb3]3[0x8c]92[0xc4][0x1a]1[0xb4][0xd9][0x19].92[0xc4][0x91][0xb0][0x18][0xae]S[0xf][0xb9]c][0x89]G[0xe8]d[0x96][0xc4][0x1e][0xda][0xc5]>[0xfc]^p[0xa3][0xbd]5[0x8d][0x9e][0xa2]F[0xcf] [0x82][0xd9][0x9a]FwU[0x1a][0xdd]E%?O[0xa4][0x17][0xd4].[0x11]Q*IK[0xa5]L!5+[0xa4][0xd2]}[0xa8]2[0xa0]T[0xbe]G[0x88][0x3]b[0xe0]1[0xcd][0x8][0xa9][0x1][0xf3][0x84][0x8b]4[0xaa][0xcb][0xa4][0xb3][0xaa]tO[Cw[0xa8][0xdb]g[0xe9][0xf2][0xdd][0xb][0xd4]4[0x8f][0xca][0xa0][0x5][0x9e][0x1e]?E[0x7]][0x8d][0x6][0xec]Fo[0xd0][0xf6][[0x94][0xc0]z[0xb3]F[0x7]][0x8d][0x6][0xea][0x8c][0x6][0xec]F%a[0x86][0x8c]fIG?[0x82][0xd1]!W[0xa3]A[0xbb][0xd1]![0xfc][0x94][0xda][0xf7][0x19][0xe9]|~[0x84][0xf6][0x8d][0xb8][0x1a][\r][0xd9][0x8d]~A[0xdb][0xbf][0xa4][0x4][0xbe]j[0xd6][0xe8][0x88][0xab][0xd1]P[0x9d][0xd1][0x90][0xdd][0xe8][0xd7][0x84][0xf7][0xc8][0xe8]7[0xa4][0xf3][0xed][0x11][0x8c][0x8e][0xba][0x1a][\r][0xdb][0x8d]~G[0xdb][0xa0][0x4]~l[0xd6][0xe8][0xa8][0xab][0xd1]p[0x9d][0xd1][0xb0][0xdd][0xe8][0xcf][0x84][0xbf][0x90][0xd1][0x7][0xa4][0xb3]w[0x4][0xa3][0xf4][0x87][0xc7][0xf9][0x90]>n?[0xa4][0x1f]:[0x1e][0xd2][0xaf][0xe0]U[0x8b]a[0x89]XY;[0x1c]O[0xc][0xfc][0x8a][0xce]}D[0xbc][0xa8][0xfb]%[0xf6][0xab][0x92][0xfc]E[0xe5]zT[0x93]j[0xb8][0x92]j[0x98]~I[0xc6][0x15]}[0x18][0xaf][0xd1][0xaf][0xbd][0x7]m[0x98][0xc0]E[0x8b][0xbe]O[0xbd][0x1][0xda]#]{[0xe8][0xfe][\r][0x9d][0xf7][0x95]~5?[0xfe]3pI[0x89]][0xfe][0x17]PK[0x7][0x8]Pvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/apache/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/apache/log4j/Category.class[0xad]Vkl[0x1c]W[0x15][0xfe][0xee][0xcc][0xac][0xf7][0x91][0x89][0xeb][0xa4][0xb1]c[0xd7]`gI[0xda][0xd8][0xeb]u[0x1c][0x8c]cR[0xe2][0xa4]I[0x9c]up[0xb3]q[0x9c][0xf5][0xab]uh[0x92][0xf1]z[0xbc]^w[0xbd][0xbb][0x9d]][0xdb]q[0xd2]&i[0x12]S[0xe3][0x86]g[0xcb][0xa3]U[0xf0][0x3][0xe1]J[0xe4][0x87][0x83]JJ@[0x2][0x9]$@[0xfc]G [0xc4]S[0x80][0x84][0xf8][0x1]B U[0xa2][0x8]q[0xce][0xdd][0xf1]d[0xed][0x9d]ML[0xc4]Z>[0xf7][0xcc][0xdd]{[0xbf][0xf3][0xcd]w[0xce]=w[0xfa][0x9f][0xef]|[0xf][0xc0]G[0xf0]F[0x0];q[0xd6][0x8f][0xf][0xe1]\[0x80][0xcc][0xf9]M[0xd8][0xc][0x83][0xe7][0xc6][0xd8][0x8b][0xb3][0x19]gc[0xb2][0x99]`[0x93]`3[0xe9]G[0x12]S^<[0xcf]c[0x8a][0xcd]4[0x9b]4[0x9b]L[0x0]Y[0xbc][0xc0][0xc6][0xe2][0xa5]96y63~[0xcc]b[0x8e][0xbd][0xb]l[0xe6]9[0xe0]E6[0x97][0xd8][0xbc][0xc8][0xe6]%6[0x97][0xd9]\as[0x95][0xd7][0xbd][0xec][0xc5]5/[0xae][0xb][0x4][0xa6][0xcf][0x8d][0x9b])3a[0xe4]M[0x81]`4c%[0xda]2[0xd9]\[0xc7]T[[0xd6][0xb8][0xd0][0x96][0xca]$[0x12][0xc9]t[0xa2][0xad][0xdf][0xb8][0x10]%[0xd7][0xb4][0xe][0x8]Tt%[0xd3][0xc9][0xfc]![0x81]]M[0xf]\[0xdd]<,[0xa0]ug[0xc6][0x9][0xfa][0x91]h2m[0xf6][0xcd]L[0x8f][0x99][0xd6][0xa0]1[0x96][0xa2][0x99][0xad][0xd1]L[0xdc]H[\r][0x1b]V[0x92][0x9f][0xed]I-?[0x99][0xcc][0x9][0xd4]Kh#k[0xc4]'M[0xc6][0xa5][0x8][0xdd][0xc4]0[0x91][0xb1][0xe6][0x89][0x82][0xef][0x1e]c[0xbf][0x91][0xcb][0x99]V[0x9e][0xe2][0x9][0xd4]4[0x8d]F[0xa7][0x8c]Y[0xa3]-e[0x10][0x8b][0x81][0xbc]Ed$[0x5]{Q2[0x93][0x16][0x10][0xa3][0x2][0xea]t.[0xc1][0xf1]K[0x16][0xb]l[0x1e][0xc8][0x1b][0xf1][0xe7]O[0x1a]Y[0x9b][0x8f]g[0xdc][0x1c][0x9b][0xa1][0xc5][0xd5]ME[0xab]O[0x8d]M[0x99][0xf1][0xbc][0x84][0xf6]N[0x9b][0xb9][0x9c][0x91]0[0xd7][0xc2][0xd9][0xb][0x4]B.[0xdb][0x8a]f[0x6]'[0xad][0xcc][0x1c][0x7][0x92]X"Oq\[0xbf]%[0x1e][0xa6]ee,[0x1a]'[0x8c][0xbc][0x91][0x12][0xd8][0x92]0[0xf3][0x91][0x89][0x9][0xc2]K[0xce][0x9a]Qs[0xd6][0xa4][0xb9][0xc7][0x9a][0x9a]Ke[0x93][0xdf]1@[0xaa][0xb0]H[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xa2][0xcd][0xbd][0xe9]\[0xde]H[0xc7][0x89]x[[0x93][0x8b]j[0xf7][0xd5]_K[0x1b][0xd3][0xb4]1p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xcc]Zf[0x9c][0xe6][0xc7][0x5][0xf6][0x14][0xa3]t[0xa7]H[0xf1][0x7][0x80]x[0xe2])[0xe3][0xe2]Ez[0x93][0x92]}[0xa4]*[0x11][0xec][0x93]1[0xb6][0xd1];[0xb9][0xa4]IK[0xa6]'2[0x2][0x95][0xc9][0xdc]1[0xce]O$[0xcd]2[0x11][0xb][0xb5][0xa9][0x99][0xf2][0xab]'s[0xf6]L[0xf]k[0xd6][0xd0]TJ[0xa4][0xdf]Jf[0xac]d~[0xfe][0x0][0xaf][0xf7]e[0xed]'[0xd7][0xc2]s[0x96]Ru$s[0xbd][0x14][0xf8]^[0xb8][0x14][0xd7][0xdd][0xde][0xfb][0xe1][0xbb][0x97]M[0xe4][0xdb]R[0xb6]d[0xf2][0xd6][0xb4][[0x12][0xfa][0x9d][0xe3]K[0x7]t[0x84]*[0xb2]X[0xb8]A>![0xf6][0x84][0x16][0xa4][0xfb]o'[0xdd][0xd1][0xf4][0x8a]\[0x92][0xe4][0xd5][0x92][0xff][0x4]v[0x93]m[0xa2][0xa7][0x1e]([0xf4][0x7][0x4]B[0xef]B[0x84]Z[0xbe][0x5][0xe5]6=)h&[[0x9][0x95]l[0x82]vN[0x82][0xaf][0xe4][0x10]=[0xd5][0x14]V[0xa3][0x5]a@z[0xad][0x84]J][0x16]{[0xd0]fc>Kkxg[0xa0][0xfe]M[0xf8]B[0xe1];P[0x19]S-[0xc2][0xbc]D[0x98]/[0x11][0xe6][0x15][0x89][0xb9][0xa3][0xb0][0xba][0x8]s/>LX[0xec][0xb5][0xd3][0xaf][0xb][0x5][0x1d]r[0xbf][0xf0][0xd3][0xe4]>t[0xda]a[0xc6]i[0x8a][0xc9]4[0x86][0xde][0x81]r[0x17][0x9a][0xc0][0x1b][0xa8]n[0xf9][0x11][0xb6][0xf0]s[0xcb][0x1d]x[0xc4]]T[0xa8]X[0x1f][0xfb]k[0xa8][0xc2][0xd7][0xd1][0x80][0xb7][0x8b][0xde][0xa7][0xd1][0x89][0xdd][0x88][0x8f]b?[0x5][0xb0]#6[0xc8][0x88]O[0xda][0x11][0x17]h[0x8a]!Z[0x8b]"[0xee][0xa4][0x88][0xdb]V#[0x86]e[0xc4]eT[0xf2][0x84][0x8][0xaf][0x8b]_[0x3][0xf][0xd9]w[0xa1][0xe3].q[0xf8].[0x82][0xf8]>E[0xfd]A[0x91][0x6][0xad][0xe][0x8f]V[0x9b][0x7]{[0x1f][0xc3][0x1][[0x3][\r]J0@[0xb3]][0xe5]D[0xf0][0xba][0x89][0xe0]+[0x15][0xe1]WD[0xe0]7$[0xc2][0xef]6*BW9[0x11][0xbc]n"[0xf8][0xd6][0x88][0xe0]+[0x15][0xe1]o$[0xc2][0xdf][0x89][0xc3]?H[0x84][0xf7]([0xea][0xbf][0x1e]B[0x84][0x83][0xe5]D[0xf0][0xbb][0x89][0x10]([0x11]A[0x4]Q%v[0xa2]A<[0xbe]Q[0x11][0xe][0x96][0x13][0xc1][0xef]&B`[0x8d][0x8][0x81][0x12][0x11]D[0x7]t[0xd1]I[0x1c][0xf6]#([0xba][0x10][0x16]O=[0x84][0x8][0x87][0xf0][0x94]M[0xe9]m[0xfb]$[0xef]/P[0xda]D9[0xa3][0xf3][0xe7][0xfd]&[0xf4][0x95]z[0xed][0xab][0xec]T[0xae][0xd4]{[0xa4][0xf3][0xc8]J}[0x85]t[0xaa]V[0xea][0xbd][0xd2][0xd9][0xb2]"V[0x1c]v[0xed][0x94][0x1c][0x88][0x8b][0x8][0x88]K[0xa8][0x14]/b[0xab][0xb8][0x8c][0xed][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xc5][0xcb][0xd8]![0xae]a[0x97][0xb8][0x81]f[0xb1][0x80]V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xc5]":[0xc5]R[0x91][0x82][0xfb]m[0xe6][0x1][0xea][0x8]t[0xeb][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xe0][0xf9]7[0x1][0xf9][0xe8]C[0xe7][0xfe]([0xba]i-[0xb3]n[0x93][0xbd][0x3][0xf0][0x84][0xbe][0x8d][0xad]+N[0xeb][0xa9][0xe0]I[0xf1][0xb][0x9][0xab][0x17][0x16][0xe0][0x18][0xb5][0x2] "Ea[0x88][0x1e][0x17][0x88]G[0xd7]C[0xfc]q[\r][0xc4]q|[0xdc][0x81][0xd8][0xc2][0xb7][0xa4][0xad]][0x87][\r][0x11](h[0xb7]M`=[0xce]_[0x8b]pV;[0x95][0xa0]+[0xb3]L[0x9]V[0xbb][0x95]`MI[0x9]*[0xd3][0xa8]R2hP^[0xd8]h[0x9][0x9e](W[0x82][0xd5]n%X[0xb3][0xa6][0x4]kJJP[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xb9]F[0x1c]n [0xa8],"[0xac][0xbc][0xfa][0x10]%H[0xbf]o[0xdc]e[0xa4][0xfe]xk[0xad][0x8c][0xca]O\e[0xec][0xc3])[0x1b][0xe1][0x9f]4[0xb2][0x6]K-?[0x86]G[0xbd][0xd5][0xf2][0xe][0xb6][0x83][0x19]\[0xa6][0xef]UI[0x6]y[0xe0][0xd1][0xc5][0xc2][0xb8][0xbb][0x8a][0xc6])[0xa0]o[0x7][0x8d][0xe7][0x81][0x99][0xbd]4[0xe][0x3]o[0x1d][0xa6]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xb0][0x9f][0xc6][0xa3][0xce][0x19][0xbd][0xe5][0xb4],[0xdb][0xab]u[0xbc]j[0xc7][0xd3][0x1c][0xaf][0x8e]<[0xf5][0x96][0xa3]X[0x88][0x18]C[0xf9][0x19]4[0xe5][0xe7][0xa8]P~[0x89][0xa8][0xf2]k[0xc]+[0xbf][0xc5]y[0xe5][0xf7][0x98]R[0xfe][0x80][0xbc][0xf2]'\V[0xfe][0x8c]E[0xe5]/E[0xd9]\rT\B?N[0xdb][0xd9][0xd4][0xe1][0xab]x[0x1f][0x11][0xbf][0xfc][0xd0]\[0xac][0x9c][0x86][0xd5][0xa5][0x1a][0xbe][0xe7][0xaa][0xe1][0x0][0x6]m[0x84][0xa7])3[0x9c]?_[0xa8]%,[0xee][0xe0][0xb1]{[0x17]z[0x80][0x19][0xa9][0x7][0xe1]U[0xf][0x15][0xe5][0xd9][0xe7]0[0xf4][0xd9][0xc][0xd9]k[0xa7][0x8c]+[0x12]w[0xa8][0x80]+[0xea]h[0xb5]F[0xdf]][0xa7][0xdc]h[0xb7][0x9d][0xd4]`[0xbe](7Y;7Y;7[0x9];7g[0xed][0xdc][0xc][0xad][0xcb]Mw([0xdc]z[0x7][0xf5][0xcb][0xd8]+[0x9d][0xf],c[0xb7]t>[0xb8][0x8c][0x6][0xe9]4,[0xa3]Z:[0x8d][0xcb][0xd0][0xa5][0xb3]c[0xb9][0xf8][0xf7][0xc4]Q[0xba]D[0xa0][0xf6]BSOP[0xc1][0xf4]![0xaa][0x9e]FL[0x8d]aH[0x1d][0xc4][0x19]u[0x8]g[0xd5][0x11][0x8c][0xab][0xcf] [0xa1][0x8e]bZ=[0x83][0xac][0xfa][0x1c]f[0xd5][0xb3][0x98]W[\r]\Q[0xc7]pM[0x9d][0x90]R[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xe6]Hq[0xdd][0x91][0xe2][0xba],~Ez\[0xfc][0xea]j[0x2]=[0xef][0xa3][0xc7]'?[0x9a][0xc6]?[0x99][0xed]4[0x8c][0xd8]i8G[0x88]|[0xd5][0xf9][0x89]u[0x9d][0xe6][0x92][0x87]9[0xba][0x18]/[0xc8][0xe0][0x1d][0x85][0x85]Np?[0x9e][0xa1]^'[0xa4]w[0x98]h([0xd2]c[0x1a][0xaa][0xf4][0x98][0x86]F[0xe3][0xb3][0x18][0xb5]{`]A~[0x88][0xdb][0x92][0x85]S,[0xda]v[0xbb][0xdb][0x9][0xfa]=_[0xa6]W[0xd5][0xba][0xf5][0xaa]`I[0xaf][0xd2][0xda]Q[0xa5]u[0xa0]A[0xeb][0xdc]h[0xaf]:S[0xae]W[0xd5][0xba][0xf5][0xaa][0xe0][0x9a]^[0x15],[0xe9]UZ[0x4][0xba]v[0x9c]8[0xf4]"[0xa8][0x9d]DX[0xeb][0x88]^[0xf5][0x9][0x99][0x83][0xe7][0xfe][0xb]PK[0x7][0x8]l[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/log4j/Level.class[0x9d]V[0xfb]o[0x1c][0xd5][0x15][0xfe][0xae]w[0xbd]3[0xbb][0x1e][0x93][0xf5][0xfa][0x81][0x1d][0xc7][0x89]C[0xa1][0xb1][0xd7]n[0xec][0xc4]Ix8@[0x8c]c[0xc3]&[0x9b]uX?B[0x80]b[0xc6][0xeb][0x89][0xb3][0xc9]f[0xd7][0xd9][0x9d]5[0x84]W[0x12][0xfa] [0x94][0xbe][0xa0][0xfc][0x82][0x14]![0x84][0x10][0xaa][0xda][0xfe]`(1[0xa8]E[0x91]PZEPUUUU[0x15]B[0x15]B[0xfc][0x5][0xbc][0x84][0x10][0x88][0xf0][0x9d];[0xb3][0x8e][0x1d]'[0xf9][0x1]Ks[0xce]=w[0xcf]=[0xf7];[0xe7]|g[0xc6][0xef]}[0xfb][0x97][0xb3][0x0][0xfa][0xf0]|[0x4]?[0xc0]d[0x18][0xeb][0xf1]`[0x84][0xc2][0x16]1%fF[0xc4][0xb4][0x8]G[0xc4][0x1][0x11]3"[0xe][0x8a][0xc8]Fp[0x8][0x87]Ml[0x13][0x9d]3[0xb1][0xc5]D[0x9f][0x89][0xcd]&6[0x99][0xe8]5[0xb1][0xd1][0xc4][0xd6][0x8][0x8e] /[0xa2] [0x7]fE[0x1c][0x15][0xb3]([0xab][0x92][0x9]7[0x82]2[0xe6]D<$[0xe2][0xe1][0x8][0x8e][0xe1][0x11][0x3][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xc7][0xc]<[0x1e]8~[0xe1][0xc2][0x5]1&[0x3][0xc0][0xb9][0xbd][0x14][0xa7]w[0x4]N[0x10][0xb4][0x81]'[0x14][0xc2]c[0xe9][0x81][0xc1][0xa1][0xc9]DjLA%[0x14]j[0x7][0xb][0xf9][0x92]k[0xe7][0xdd][0x9];Wv[0xe8]\J!02<[0xac][0xd0][0x9c],[0x14]gz[0xec]Y;s[0xd0][0xe9][0xc9][0x15]f[0xb6][0x1c][0xea]I:sN[0xae]_[0xa1]zx`l I=[0x94]N[0x8f][0xa4][0x15][0x82][0xfb][0x6][0xd2])[0xaa]Djx[0x84][0xbb];[0x87][0xee][0x18][0xbf][0x93]Z[0xdf][0xc5]p[0x3]I[0xfa]FKN1k[0xe7]&[0x9c]b)[[0xc8][0x8f]'v[0x12][0xc0][0xae][0xea][0xde][0x92][0xb1]n][0xd5][0xdf][0xb6])[0x84][0xb6]g[0xf3]Y[0xf7]6[0x85]k;[0x12][0xc9]C[0xf6][0x9c][0xdd][0x93][0xb3][0xf3]3=[0xa3]n1[0x9b][0x9f][0xe9]OtN0[0xfe]`a[0xda]QX[0x95][0xcc][0xe6][0x9d]T[0xf9][0xc8][0x94]S[0x1c][0xb3][0xa7]r[0xdc][0x89]%[0xb][0x19][0x86][0xb6]y[0x1]m3[0xe8][0x1e][0xcc][0x96][0x88]"'[0xa0][0x15]L[0xad][0x19]N[0xdc]W[0xc4][0x17]|[0xc7]J[0xcc]r[0xe8]h9;g[0xe7][0x9c][0xbc][0xab]`[0xb8][0x85][0xa4]w[0xb8][0xbb]c[0xe5][0x91][0xce]+[0xd7]'X[0x1a]([0xce]([0xb4]v$[0xae][0xe2][0x14][0xe0]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xcc][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".W9kM;[0x7][0xec]r[0xce][0xf5][0xe1][0xd5][0x8e][0xba]v[0xe6][0xf0][0x1e]{[0xd6]O}[0xe7]e[0xe0]~[0x8f][T[0xc9][0xc0]q[0x85]H[0xd1][0xb1][0xa7]G[0xa6][0xe]9[0x19][0xd6]d[0xad][0x1f]:[[0xe8][0xf1][0xb6][0x12][0xf9][0xd9][0xb2][0xcb];[0x1c][0xfb]H[0xbf]4[0xa9][0xf5]*[0xbf]3[0xd6][0xd0][0xc3][0x19]g[0xd6]%[0x3][0x18][0xfb][0x84][0x81][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xf][0x15][0xb3][0xae]S[0x89][0xbf][0xee][0xd2][0xf8]#ew[0xf9][0x5]k[0xae][0xe6][0xc0]p[0x82]6[0xed][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]9V[0xa2][0xa1][0xa3]sI)[0xbc][0x3]t2[0xb7]gr>[0xdd][0x2][0x1d][0x12]42Z([0x17]3[0xce]pV[0xca][0x17][0xd1][0x5][0xd8]([0xe7],[0xf4]c[0xbb][0x85]-[0xe8][0xb1]0[0x84]="vY[0xd8]&f[0x9f][0x88][0xcd]"6[0x89][0xe8][0x15][0xb1]Q[0xc4]V[0xf4][0xb0]n[0x16][0x9e][0xc4]O,[0xfc][0x14]?3[0xf0]s[0xb]O[0xe1]~[0xb][0xa7][0xf0][0xb4][0x85][0x1]tY[0xd8])[0xe2][0x17][0xe2]p[0x7][0x6][0x95][0xc][0xe7]3[0x16]~)>[0xbf][0xc2][0xaf]-[0xfc][0x6][0xbf]5[0xf0][0xac][0x85][0xe7][0xf0];[0x85][0xa6][0xcb]7H[0xb0][0xdc][0xa5][0xd0][0xb2][0xe2][0xd7][0xbd][0xc5]l[0x81]%=[0xc6][0xec]+[0x95][0x1a][0xd5][0xb3][0x97]}[0xc4][0xa3]G[0xf4]Rr([0xd4]W<[0x13]#[0x8b][0x1d]Rh[0xbf][0xe8]8[0x98][0xb3]K[0xa5]T[0xc1][0x1d].[0x94][0xf3][0xd3]K\j[0xdc][0xc2][0xf8][0xec][0xac]S[0x1c][0xb4]K+[0xca][0xbd]8[![0xe7]h[0xd9][0xce]q[0x18][0x1b];Vv[0xa3][0xf3]^&qE[0xce]([0xd4][0xf9]\O/a[0xa1]!MN[0xc8][0x8c][0xb2]}[0x9][0xdf][0x1e][0x1f][0xe3][k[0xf5][0x95][0xc9][0xc1][0xc1][0xf7]C[0xed][[0xca]8S[0xf3]O[0x7][0xb]v[0xe8][0xf7][0x8c][0xb7][0xa3][0xc3]5^n[0xf0]'[0x96][0x95]p1[0xce][0x8c][0xe3][0xea]*[0xb1][0x9a][0xcb][0xca][0xa0]7[0xfb][0xf9]F^[0xcf]o[0x86]B'"hA[0x1c]]\w[0xf3][0xbd]\[0x85][0x1f][0xd1]&s[0xb8]n[0x11][0x1a]i[0xbd][0xc9][0xd7][0x9b]}[0xdd][0xe7][0xeb]-[0xbe][0xde][0xea][0xeb]mZ7[0xe3]F[0xdc][0xb4][0x18][0xef]f[0x84][0x11][0x14][0xe2]r[0xe7]V[0xee][0x8c][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x9b][0xf1][0xd6][0xee][0xb6]7[0xa1]^[0xd3]^[0xb7]QF[0xa8][0x81][0xa3][0xa4]_[0x11][0xb7]s[0x15][0xf7][0xfc][0xb0]CG[0x95][0xd5][0x80][0xc6])+[0x12]U{[0x9b]B^[0x4]x[0xc7][0x10][0x86][0xfd][0x1b]6[0xf3][0x17][0xed][0x15][0x1d]Uo!0[0xbf]xCH[0xef]?[0xa1][0xa3][~[0xa4];[0x19][0x9][0xfa][0xfc]][0x97][0x9e]_[0xad][0xcf][0x7]/=[0xff][0xcc][0xb2][0xf3][0x9][0xde][0xef][0x9d][0xdf][0xe5][0x9f][0x9f]Z[0xb0][0xe5]W[0xff]Q[0xe3]>,~'[0xf4][0x12][0xbb][0xe5][0xa3]F=[0x3]l[0x88]R[0x8f][0x0][0xa9]v[0xea]Q[0xa0][0xdc]K[0xbd]O[0xbe][0x90][0xd4][0xf7][0xc9][0xe7][0x92]zR>[0xa0][0xd4][0x99][0xd7]Q=O8|B|[0xc]>&[0x9f]0[0x9f][0x8][0x9f][0x9a][0xf9].A[0x19][0xd0]([0xe3][0xac]$[0xf0][0x2][0x92]8[0x8d][0xbd]x[0x91][0x15][0x9][0xf7][0xe0]e[0xdc][0x8f]W[0xf0] ^[0xc5]4~[0x8f][0x83][0xf8][0x3]r[0xf8][0x93][0xce][0xa4][0xc9]C[0xeb]g"[0xab][0xdd][0xac][0xb8][0xe2]y[0xa0][0x16][0xe1][0xaf][0x91][0xc][0xf8]:[0xcd]=^[0x9a][0xaa][0x91][0xc7][0xf8][0x8d]F9~[0x1e][0xd5]][0xf3][0xf1][0x5]X{[0xba]c[0xb5][0xb][0xb8][0xe6][0x5][0x18][0x2][0xb7];[0xb6][0xaa]bT[0xd1][0x88]V[0x8c][0x10][0x8d][0xba][0x8a]a[0xd0][0x88]U[0xc][0x93]F}[0xc5][0x8][0xd3]h[0xa8][0x18][0x11][0x1a][0x8d][0x15]cY[0xb6]i4P[0xbe]M[0xae][0x9c]e[0xde]A[\r][0xce]q[0xe7][0xef]d[0xe1]yr[0xfc]][0xdc][0x80][0x90][0xcf][0xff]dW[0xff]E[0x16][0xfe][0x9b][0x19][0xff][0x87][0x9d][0xfe]/[0xb3][0xfb][0x1f][0xc6][0xd9][0xab][0xfd][0xf8][0x0]S[0xf8]?[0xe][0xe0]C[0x14][0xf0][0x11]J[0xf8]XW[0xa5][0xdd]K[0xce][0xe7][0x87][0xac][0xbc][0xaa][0xd4][0xf0][0x9f][0xa5][0x94]f[0x9f][0xd4]'[0x8a]p[0xe8][0x1b][0xd4][0x19][0x18][0xb1][0xbc]?[0xee][0xef][0xc5][0xdd][0x94][0xc2][0x84][0xe3][0xd4]R[0xdb]x[0xd7][0x2][0x9a]D\{[0x6][0xcd][0xbe]n[0x11][0xbd][0xfa][0xc]Z[0xe3]o[0xa0][0xf5]<[0xc2][0xf1][0xd8][0x1a][0x1a][0xaf]-[0xe6][0xb5][0x96]s[0x0]|[0xc2][0xbc]>%[0xd7]>cN[0x9f]c[\r][0xbe][0xe0][0xd4]~[0xc9][0xa9][0xfd]jI[0xe7][0xe2][0x8b][0x13][0x12]'[0xb2][0xb4][0xdf][0xb9][0x0]T[0xa7][0xd0][0x8a]E[0xa9]"[0x5][0xc6])'H/[0xf][0x98][0xed][0x3]k#[0x86][0xb6]."h^[0xc0]Z[0xd1]-[0xbe]n][0xc0][0xba][0x8b][0x93][0xd9][0x84]j6[0xbc][0x1a]A[0x15][0x82][0xa5][0xc]4([0x13]kTx[0x9][0x86][0xb6]E[0xc]m[0xc4]p[0xf]1[0xc8][0xd5]A[0xea]1[0xfe][0xbe][0x1f][0xf7][0xfa][0xb3][0x91][0xf2]g[0xab][0x9e]ti[0x8f][0xad][0x15]5r[0xf9][[0xb8]n>~[0xb1][0xa5][0xd7]H[0xe9]U[0x13][0xc2][0xaa][0x19]u[0xaa]m[0xc9][0xb8][0xd5][0xfb][0xd7][0xf8][0x9][0xd6]q[0xfe][0xee]#[0xaf][0xbd][0xd8]g[0x4]%[0xff]N[0xfe][0x15][0xeb][0xf7][0xc7][0xae][0x8f]5[0x4][0xde][0xc4][\r]FD[0x9b]?[0x8c][0xd5]{fX[0x9b][0x1b]b[0xb1][0x90]6M1[0xeb][0xca][0xbd][0xb1]:C[0xdb][0x86][0xb6]S[0xed][0xb1]h[0xd4]s[0x8][0xe9][0x8d][\r][0xd1][0xd8][0xaa][0xa8][0xe7]Q[0xa5]7[0xea]O[0xc5][0x1a][0xfd][0x8d][0x1a][0x1d][0xb1]#V[0xeb][0xdb][0xd5]R8[0xa5]3[0xb9][0x8e][0x0][0xc1][0xd7][0xe4]*[0xdc][0xc2][0x86][0xee][0xe0][0xcb]u[0x88]P[0x93],[0xc3](&[0x9]}[0x96][0x9d]P[0xf8][0xb1].[0xf4][0x3][0xdf][0x1]PK[0x7][0x8][0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/log4j/Logger.class[0xad]Xy|T[0xd5][0x15][0xfe][0xde]d[0x92][0x97]L[0x1e][0xd9]L[0xa0]A[0x85],@[0xc2]$![0x82]He[0x11]k"[0xc1]`[0x12][0xc0] [0x9b](}L[0x1e][0xc3][0x84][0xc9]L[0xfa]fb[0xd8]4j[0xd5][0xda]}q[0xa9][0xda][0xda][0xbd][0xa5][0xad][0x1b][0x8b]B"[0xad][0xb5][0xad][0x8a][0xda][0xc5][0xee][0x8b]uo[0xed]j[0xff][0xf7]g[0xfd][0xd9]~[0xe7][0xbe][0x97]a[0xd6]$[0x15]&[0xbf][0xdf]y[0xe7][0xdd]{[0xee]9[0xdf][0xfd][0xce][0xbd][0xe7][0xde][0x97][0xe7][0xde]}[0xec]q[0x0][0xe7][0xe3][0xdf]:n[0xf6]A[0xc3]-E[0x98][0x86][E|[0xa4][0x18][0xb7][0xe1][0xa3][0xc5][0xf8][0x18]>^[0x8c]O[0xe0][0x93]">[0xa5][0xe3][0xd3][0xc5]([0xc2]gt|V[0x9e][0x9f][0xd3]q[0xbb][0x8f][0xb6]w[0x14][0xe3]N[0xdc]%[0xa3]>/[0xda][0xdd][0xa2][0xdd][0xe3][0xc3][0x85][0xb8][0xd7][0x87]/[0xe0][0x8b]br[0xaf][0xb8][0xbb][0xcf][0x87]/[0xe1][0xcb][0xf2][0xfa][0x95]B|[0xb5][0x18]_[0xc3][0xd7]}[0xf8][0x6][0xbe])[0xda][0xb7]|8[0x88]o[0x8b][0xf8][0x8e][0xbc]~W[0xc4][0xfd]"[0x1e][0x10][0xf1][0xa0][0x88][0x87]D<,[0xe2][0x90][0x88][0xc3]"[0x8e][0x88]8*[0xb1][0x1e][0x11][0xf1][0xa8][0x88]c"[0x8e][0x8b][0x18][0x15]1&[0xe2]1[0x11]'D|O[0xc4][0xf7][0x5][0xe7][0xe3]"~[0xa0][0xe3][0x9][0x1f].[0xc0][0xf]}[0xf8][0x11]~[0xac][0xe3]I[\r][0xbe][0xae][0xb5][0xab][0x17][0xaf][0xd9][0xde][0xb1][0xbe][0xbd]GCEW[0xbf]y[0xad][0xd9][0x1a]6#[0xc1][0xd6][0xde][0xb8][0x1d][0x8a][0x4][0x97]k0[0x6][0xb6][0xf][0x9a]{[0xba][0xa2][0xc1] [0xdf]5[0xcc][0xef][0x8a][0xda][0xc1][0xd6][0xe8]`lq+[0xdb][[0xc3]NG[0xeb][0xba][0x84]M[0xb7][0x19]1[0x83][0x96][0xcd][0xa1]E[0x3][0xdb][0xa5][0xdb][0xb2]c[0x1a]J[0x1d][0xdf]C[0xf1]P[0xb8][0xb5][0xdb][0x1c][0x94][0xde][0xde]P0b[0xc6][0x87]lK[0xc3][0x8a][0xd4][0xde][0x15][0x99]@TXs[0xd0][0xc][0xec][0xb2]$&[0xa3]w)[0xd7][0xcb]W[0xd2]UY[0xcc][0x8a][0xb7][\r]E[0xfa][0xc2]V{4[0x12][0xb7][0xf6][0xc4]5[0xcc]mt[0x80][0xc6][0x82][0xa1][0xd6][0x9d][0xb6]9`[\r]G[0xed][0xdd][0xad])F[0xcb][0xe7]o[0xd4][0xe0]m[0x8f][0xf6]Y[0x2]/[0x14][0xb1]z[0x86][0x6]vX[0xf6][0x6]sG[0xd8][0x12]2[0xa2][0x1]3[0xbc][0xd1][0xb4]C[0xf2][0xee]6z#[0xf4][0xa4][0xa1][0xc0][0x99][0x96][0x86][0xea][0x9c][0xb0]4[0xe4][[0x91][0xb8][0xbd][0x97][0xcf]U[0xce][0xd3][0xe8][0x8c]D,[0xbb]=l[0xc6]b[0x16][0x9][0xa9]J[0x9d][0xf2][0x1c]e[0xc5]ay[0x81][0xf8][0x1e][\r]u[0x93][0xa3][0xd7]0=[0x15][0xe2][0xde][0xc1]q[0x98]m[0xd9]|[0xff][0xbf][0xa4]N[0xeb][0x8d][0x9b][0x81][0xdd][0x1c][0xae][0x9c][0xea]xJC%y[0xce]H[0xb4][0x86][0x95][0x8d]S^[0x14][0x99][0x18]T[0x12][0xe2][0xbb]B[0xa4][0xa4]$[0x9c][0xe6]X[0xb7][0xad][0xb0]e[0xc6]8[0xa3][0xbc]F[0xb1]+X[0x11][0x8a][0x84][0xe2]+5[0xcc][0x99]$"#[0x89]}a[0x1f][0xc7][0x7][0xcd]8[0x1d][0xd4]N:[0x80]+2h[0xc5][0xbb][0xdc][0xcc][0xb6]4f[0x81]:A[0xb6][0x8b][0x6][0xc7][0x1d][0xe9]xZCs[0xf2]p[0x95][0xf3][0x9]G[0xe7][0x7][0xc2][0xe6][0xbe]}[0x1a][0xca]3F1[0xf]DuE4[0x9a]@vv[0xe3]D[0x9e][0xd6]g[0xc1][0x9d]i[0x1e][0x1b][0xc][0xb9]C:[0xcc]@<[0xca][0x85]7[0x91]O}[0xa7]cD[0xde][0xa7][0xe2][0x8a][0xd3][0x89][0xdb]f[0x80][0xa4]W%[0x83]Y[0xbb][0xa3][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9b]N[0x1f][0xb0]b1[0xa6]8[0xb5][0xe4][0xb8][0x6][0x1a][0xfc]Y[0x86]%[0xb5]l[0xd8]eG[0x87]eM*_Z<[0xb1][0x97][0xd2]z54L[0xec]([0x9]Q[0xc1]@,H[0xb6][0xb8][0x6]]h[0xeb][0xcc]x[0xdc][0xb2]#\y[0xa6][0xcd][0xb2][0xb7]4[0x1b][0xad]S[0xf4][0xed][0xa5][0x87][0x85][0xce]c[0x11][0xb9][0xd9]i[0xc6][0xcd]0[0x9f]}[0xd6][0x8e]!z.[0x9][0xc5]V[0xd9]v[0xd4]^[0x15][0x11][0xd0]}j[0xa9]o[0x95][0xea]![0x8d][0x1c][0x15][0x8a][0xec][0x8c]*[0xab][\r][0xc2]i[0xc2]jZ([0xb6][0xc9][0xb4]#[0x89]w[0xef][0xb0])h[0xf5][0xbe]Pl0*;[0xa6]pE [0xec][0xee][0x16]_ot[0xc8][0xe]X[0x1d]![0xa9][\r][0xc5]N[0xb2][0x16][0x8]T[\r]M[0xd9]w[0xc5][0xda][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x9d][0x19][0x9b][0xd7][0xc0][0x16][0xb4][0x19]X[0x8e][0x15][0x6].[0xc2]J[0x1d]'[\r]<[0x83]guOm[0xc][0xa5][0x1a][0xe][0xd3][0xb3][0x17][0x97]R[0xd6][0xa1][0x90]r5[0x8a][0xd1][0x89]f[0xac][0xc1][0x12]\N[0x14]][0xd4][0xba][0xf9][0xd7][0x83]+[0xb1][0x16][0xab]h[0xe1][0xa7][0xfd][0x12]T[0xa2][0x83]s[0xc8][0xa3]E[0x11][0xc7]\[0xc6][0xb6]f[0xcc][0xe2][0xc8].[0xce][0x80]X[0xd5][0x8]p[0x4]`p[0x1e]N[0xdf]:[0xf6][0xad]gK1<[0xef][0xa0]Z[0xc7][0x15]o[0xf3][0xf3][0xce]#[0x87][0x85];[0xd5][0xf5]t[0x93][0xc7]g[0xa9][0xbf][0xa9][0xf9][0x8][0xca][0xc6]P[0x9e][0x87]GQqX[0xf1]r[0xa9]bJ[0xbc][0xf7][0xa2][0x84]C[0x4]K[0x8d]cNl[0x97][0x1]J[0xdb]HF5[0xa5][0x9]>[0xf][0xd1]m[0xc2]f[0xd7]}5[0x9c][0x9f]&[0xe]5[0xe5][0xb0]@[0x19]_EC[0x1e]K[0xae][0xd9]J[0xbe]I[0x98][0x2][0xd3]q[0x9c][0x95][0x1e][0xbc][0x9f][0xc9][0xd8][0xad][0x82]Ow[0xac][0x12][0xc1][0xb][0xe8]g[0x1b]}[0x14][0xc9]A[0xe6][0xfa][0xba][0x8f][0x0][0x5][0xe2]"[0xf2]}[0x92][0x89][0xf0][0x8f][0xa2][0xb2][0xeb] [0xca][0xf8][0xea][0x1f][0x9f]a[0xd7][0x9]L[0xdb][0xc2]PU[0xdd]L[0xab][0x9f][0xf9][0x9a][0x9e][0x87]M[0xcd][0x87][0xd4]R[0x91][0xb8]3[0xe9][0x19]<[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x9c][0x95][0xe2]&[0x9c][0x83][0x9b][0xb9]Dn[0xc1]y[0xb8]5[0x91][0x10][0x83][0xb6][0xdb]Ut[0xc6]RS[0x7][0xed][0xa6][0xbb]ms[0xb9][0xf4]$I[0xe][0xfd]E[0xf0][0x94][0xbe][0x3]C[0xc7][0x7][0x15]T[0xd3][0x85][0xba][0x88]O[0x19]^[0xe8]?[0x86][0x19][0xa3]x[0xdf][0xa1][0xc4][0xc4][0x1d][0x92][0xee]P[0xc1][0xc][0xc7][0x6];[0x10]P[0xae][0xfa]`[0xb9][0xe3]g[0xa9][0x1e]ZWT[0xbb][0xa3][0x93])>[0xa8]b[0xed]tm[0x97][0xf2])[0xe4][0xe5][0xfb][0xb3][0x4][0x1a]Mb7[0xdf][0x9d][0x8b]hA[0xec]R[0x10]C[0xcc][0x81][0xe3][0xa6][0x8f][0xb3][0x16][0xab][0xd9][0xfe]GP1[0x86][0x99][0xb2][0x9][0xaa][0x9a][0x9e]F[0xb9][0xbc]7[0x1d][0xc3][0xd9][0xda][0x18][0xce][0xc9]Sk[0xdc][0xa1][0xb2]D%[0xe3])[0x94][0xe1]$[0xf1]>[0x9b][0x14]hv"[0x8d][0xb3][0x99][0xde]0[0x3][0xac]W[0xa3][0xb4]Y*[0xe2][0x80][0x1b][0xf1][0x16]7[0x9f]-I[0x11][0xeb][0x19][0xb1]r[0x5]i[0xd0][0x85]t[0x1b][0xc7]y[0xf9]lH[0x82]t.!U7[0xc9][0xf6]oi[0x1e][0xc5][0xb9]=[0xd2][0xd5][0x92]N[0x86][0x3][0xe6]-[0x2]y[0x1b]U[0xf8][0xf][0xce][0xc6];[0x98][0x87]w[0x13]k[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xf8][0x90][0xda][0xe4]t[0x9e][0x80][0xd5][0x0][0xdb][0x85][0xd5][0x80][0x18]5[0xcf]8Q[0xf3][0x14][0xaa]x[0x12]*q_[0x9b][0x84]jFSs[0xcb](f-[0xf3]J[[0xb5]7[0x1d]O[0x85]LC+[0xe3].[0xa9]@[0xa5]v[0x16]j[0xb4]*[0x85]e1[0x1d]U[0x92]2[0xc1]"[0x13][0xad]M`[0xa9]%[0x96]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K-[0x86][0x14][0x16][0xd1][0xae][0xa5][0x96]7[0x8e][0xaa][0x86][0xdd][0xc3][0xb9]P[0xcd][0xce][0x8e][0xaa]&[0x13]U[0x3]Q[0xcd]'*?Q5[0x9f][0x19]T{[0x12][0x19][0xbc][0xd9][0xcd]`[0xbd][0x83][0xaa]VPe[0xcb]^]F[0xf6][0xb4][0x8b][0x89][0xeb][0x12][0x94]km[0x98][0xa1][0xb5][0xa3]N[[0x95][0xc8]^yR[0xf6][0xea][0x13][0xd8][0xea][0x13][0xd9][0xab]O[0xcd]^[0x9d]B[0x94][0x83][0xa7][0xda][0xec]<[0xd5]e[0xf2][0xb4][0x89]x[0xb6][0x90][0xa7][0xad][0xe4]i[0xdb][0x99][0xe1][0x89][0xf7]z[0x17][0xd5]b[0xb7]B[0xf9][0x1c]T[0xf5][0x1a][0x1e]H-[0x1d]Z0[0xa9]F[0xf9][0xdc]@[0x1a]/[0xfb]9[0x98][0xae][0xcf][0xc5][0xf4][0x9c]L[0xa6][0xf7]sf[0xd7][0x91][0xe9][0xeb][0xc9][0xf4][0x8][0x99][0xbe][0xf1]t[0x98][0xde][0x9f][0x8b][0xe9][0xfa][0xec]L[0xcf][0xc9]d[0xfa]v[0xe2][0xb9][0x93]L[0xdf]E[0xa6][0xef]>S[0xfb]$[0x7]O[0xb3]s[0xf1]T[0x93][0xc9][0xd3][0xfd][0xc4][0xf5] yz[0x88]<=L[0x9e][0xe][0x9f][0xe]O[0x7]r![0x9a][0x9b][0xb][0xd1][0xbc]LDO[0x12][0x11][0xcf][0x4][0xed]$[0x11]=CD[0xcf][0x9d][0x1e][0xa2][0x1c][0x99][0x9b][0x9b]=s[0xf3]23[0xf7]"[0xf1][0xbc][0xcc][0xcc][0xbd][0xc2][0xcc][0xbd]vf2w][0xae]=23s[0x8f][0xbc][0x99]u[0x8f]\[0x9f][0xcb]CC[0xa6][0x87][0xb7][0xb2]z[0x18][0xc9][0x95][0xab][0x86]\[0xb9]j[0xcc][0xc8][0x95][0xc7][0x80][0xe1])A[0xb9][0xa7][0x14]3[0xcf]9[0xcf][0xcb][0xb9][0xfb][0xef][0xfd][\r][0xe0]264[0x8c]![0x1b][0xc6][0x82][0x6][0x1f][0xae]G[0x90][0xc0][0x8d](nbQ[0xee][0xbe][0x94][0xbb][0xa5](rX[0xd6]x[0xfc]J[0xc3][0x8]V[0xe4][0xc5]-[0xb9][0xfb]Z.[0xb7][0xe5][0xf2][0x8d][0xf4][0xfb]V.yy\[\r][0xe3][0x8e][0xb4]D][0xb][0xe3][0xae]@[0xa4][0xba]Y[0xb4]kM[0xb3][0xdd][0x14][0x98][0xca][0xdb]N9c[0xd7][0x1b]Wv2u[0xa3][0x9d][0xa9][0xd8][0xe5][0xb2]U+g[0xee][0x1a][0xed][0x9c][0xeb][0x93][0x15][0x18][0xae]n[0x96][0xcc]GF[0xab][0xd2][0xcc][0x9d][0xc4][0xe9][0xd5]M[0xba][0xe7]]o[0x81][0xd9][0xff][0x87][0xf1]|V[0x8d][0x9a]Q6[0x1d][0xa2][0x85][0x16][0xac][0x9a][0xd5][0xbc]![0xe0]O[0xcd][0xae][0xb][0x4]rv[0xc9][0x14][0x18][0xca][5[0xf3]N[0xab][0xba]e:[0xf7][0x8d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x8c][0xe4][0xed][0xa2]QY7[0x1c]K[0x9e][0xbd][0x8f][0x81][0xe6][0xb6][0xd5][0x10]H*>[0xa3]n[0x14][0xb7]MIF[0xda][0xd5][0xe5][0x9c]L[0xb5]a6[0x97]Z[0xb5]R[0xc5][0xec][0xa4]z![0xe5]&[0xd7]([[0x99]G[0x8e]Q5[0xb1][0x9d][0xdd][0xcc]KNY[0x99][0x88][0xbf][0xd8]lw[0x1a][0xf2]:g[0x1][0x8d],[0x1d]|[0x96][0xf1]P Vh[0x1a][0xc5][0xdd]U[0xa3][0xae][0x12]e[0xcb]yQo[0xf1]z&[0x95][0xdf]1[0xf6][0x8c]L[0xc5]`?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x87][0xbd][0xc8][0xf6]|Y[0xdb][0xda]1[0x8b]^[0x2][0xbb][0xe6][0xaf][0xb2][0xec]W[0xdc][0x5][0x84][0xfd][0xf2][0x85][0x17][0xc5][0x98][0xb2]I[0x8e][0x8b]}8f[0xfb][0xb9][0x87][0x1c][0xb3]j[0xef][0xb1][0x8f]c[0xfd]"[0x98][0x83]V[0xee][0xa9],[0x9e][0xf2]@ZM[0xab][0x92]amD[0x8][0x97][0xac]F[0xdd]n[0x10]"X[0xac][0x98][0x86]#0[0xb0]P[0xac]x[0x13][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xcb])[0x9a]+[0x96][0x1c][0xd5][0x0]'rI[0x86][0xeb]x[0xf][0x93][0x2][0xe9][0xfe][0x12]Y+[0xdc][0xba][0xfd][0x8a]Ld[0xc8][0xb4][0x8e]w1[0x11][0xc6]=[0x1d][0xdf]aRG[0x12][0xef][0xe8]([0xe0]~[0x18][0xdf][0xeb]X[0xc7][0xf]:.bF[0xc7][0x1c][0xd2]:[0xc6][0xe5][0xdd][0xc7][0xf8]D[0xc7][0xa7][0xb8][0xac][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xd3][0xf1]@[0x6]][0x95][0xcb][0xbc][0xa4]?[0xfb]&[0xa1][0xb]$[0xfa][0x89][0x8a][0x9a]:[0xdd]H[0xe][0xf5]-[0xe5]N[0xc1][0xda]u[0xb3]Fh[0xf6][0xb5]{[0[0x9d]=[0xab][0xc8][0x1e][0xa5]So~9[0x9e]s[0xf6]-X;[0xb8]1[0x97][0xae]S[0xd9][0xf9][0xd7][0xf1]tu[0xcd][0x91]r[0xb4]8[0xc7][0xca][0x18]G~h[0xb2][0xeb][0xdc]i[0xb2][0xc3][0xca]r$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9T[0xae][0xef][0xf3][0x94][0xa1][0x15][0xb4][0xc1][0xb9]'[0x10][0x8f][0xb9][0xf1][0xe1][0x3][0xae]![0xf5]q[0x12]g[0xb8][0xea][0xae][0x3][0xce][0x12][0x1c][0x88]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]^[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xe4]][0xe2]9|[0x1b][0x4][0xf0][0x1f]"p[0x80][0xc0]3[0x4][0x5][0xba]X[0x83][0xf4][0x2]c[0xa2][0xb8][0x80]Q[0xe][0xbe][0x8b][0x99][0xc0]y~[0x93])Q[0xe][0x1e][0xe6][0xb6][0xba][0x1][0xe6][0xf][0x10][0xfa][0x7])[0xc2][0x1d]cJ[0x81][0x86][0x5][0x8e]1z[0xb2]}[0x86][0x1][0x81]}[0x4][0xc4]!Bt=F8[0xc0][0x93][0xff][0x8f]S[0xb4][0x19]Hq[0xa5][0xa9][0xad][0x14]OQ[0x4]g[0x16][0xc3][0x98][0xf5]E[0x16][0xf9]/[0x95][0xfa][0xf3]XKt[0xf6][0xd1]N4[0x97] v[0xba][0x9c][\r][0x12]<[0xc4]0~[0xa4]V~[0xea]![0x19][0xef]!a[0x11][0xc3]![0xb2][0xf0][0x89]z,[0xd7][0xbd]a%[0x14][0xb][0xb1]CG[0x18][0x94]5Hsj[0x12]%2[0x98][0x88][0xa1]|[0x92]p[0x8c]PW;B[0xbc][0xe6]A[0x8d][0xa9][0x1][0xf][0x9](;LuRT2[[0xd1][0x93]m[\r][0x3][0xb0][0x99]m[0x9d][0x12][0xfa][0x99]0[0xf3][0x1d][0x98]e[0xf][0xc6]m[0xab][0xae]2[0x8a][0xef]#[0xa2]r[0x8a]wE[0xe9][0xe2][0xb4][0x98][0xd3][0x1e][0x86][0xd0][0xe6][0x9b][0xf9][0xed][0xa4][0xc6][0xa1] [0xd1]?[0xef] N[0xab][0xb1]R;[0xcf]1[0xb2][0xf1][0x4][0xa3][0x87][0x88]v[0xd3]q[0xdf][0xc9][0x19][0xae][0xd7][0x14][0xf4][0x17]/[0x0]PK[0x7][0x8][0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/NDC.class[0x8d]RMO[0xd4]@[0x18]~f[0xdb][0xdd][0x96][0x82]|[0xac][0x80]|([0xe2][0x17]v![0xb1][0x7]I4[0xc1][0xe8][0x1]b$Y1[0x11]Cb<[0xcd][0xd6]Iw[0x96]n[0xa7]i[0xbb]D[0xcf][0xde][0xbc][0xfa]7<[0xc8][0x89]D[0x13][0x0]?[0x8a][0xf8][0xce]l[0x83][0xb0]l[0xb2][0xcc]a[0xde]v[0x9e][0x8f][0xf7]c[0xe6][0xf4][0xec][0xf7]_[0x0]O[0xb1][0xe1][0xa1][0x86]5[0x7][0x8f]=T[0xb0][0xe6][0xc2]w[0xd0]p[0xb0][0xce]P{![0x13]Y[0xbc]d[0xb0][0xfc][0xc6][0x1][0x83][0xbd][0xad]>[0xb][0x86][0xa9][0xa6]L[0xc4]^[0xaf][0xdb][0x12][0xd9][0x7][0xde][0x8a][0xe9][0xa4][0xde]T![0x8f][0xf]x&[0xf5]yh[0x17]m[0x99]3[0xcc]7U[0x16][0x5]<[0xe5]a[[0x4][0xb1][0x8a]6;[0xc1][0xde][0xce][0xf6][0x16]C5[0x8c][0x5][0xcf][0x18][0xbc]0V[0x89][0xd8]/xx[0xc8]p[0xd3]o4;[0xfc][0x88][0x7][0xbd]B[0xc6][0x81]9$[0xaa]#[0x93][0xb6][0xc8]d[0xc1]0[0xeb]_[0x81]ue[0xd5][0xbc]/[0x9f][0x19]"[0xb6]"a[0x84][0xa5]q[0xcc][0x93][0x88][0xb0]L&[0x11][0x81].[0x81];"-[0xda][0xa6][0xc7]][0xda]S[0x95]R[0xed][0xa9][0x10][0x87]:[0xf4]rB[0xe6][0xfc][0xab]R[0x9d][0xd5][0xe9][0x8a]<[0xe7][0x91][0x19][0xc0][0x10][0xef]Z&[0xba][0xea][0x88][0xd0][0xf1]\[0x14]o[0xf9][0x97]2[0x8f][0xed][0xef]j[0xb1][0xdb]=?a[0x94][0xd7][0xdb]W[0xbd],[0x14][0xaf][0xa5][0x1e][0x9d]K[0x13]z[0xa2][0x1d]'[0xe0][0xc0][0xa5][0x89][0xf]t[0xc5][0x0][0xea]h[0xd8]\[0x19][0xa6][0xff]W[0xf2][0xae][0xd5][0x11]a[0x81]{[0xa8][0xd2][0xfd][0xea]5N[0xf7]K[0x86]$[0x1e]3[0x17]O[0xa9])V[0xd7]O[0xc0][0x8e][0xe9][0xa3][0x2][0x8f]v[0xfd][0x8][0x80]g[0xb0][0xf1][0x9c][0x4][0xc0]D[0x9f]D[0xf1][0x6][0xc5]1L[0x9e][0x1b],[0xa2][0xbf][0x8c][0x98][0x19]q[0xcd][0x90]_[0x11]<[0x85][0xe9][0x92][0xb6]j[0xc][0x1][0xf7][0xf]*[0x1f]O`[0xfd][0x1a]`[0xbf]![0xd6][0xc][0xea]%{[0xc3][0xa0][0xb8]XQ[0x9f][0xf6][0xfe]B5[0xf4]P0k[0xaa][0x99][0xc3]|)\6[0x8]`[0xd5][0xed][0xc1][0xc][0x9f][0x88]p[0xb][0xb]%q[0xa9]$V[0xac][0x9f][0x3][0xe4][0xe5]#^>[0xe]#[0x8a][0x1b],}[0xc2][0x8b][0xce]p[0xa5][0x93][0x96]R'[0xc1]U[0x15][0x6][0x83][0x9b][0xbc][0x94][0x15][0xe0][0xb7]E[\r][0xa3][0xc]n[0x11][0xf8]rJ[0xc3]I[\r]clhj[0x18]W[0xb1]&[0x10][0xb4][0x8c][\r][0xc3][0x12][0x10][0x19][0x1]M[0xca][0x5][0xd7][0x11][0x88]g[0xd7][0xf4][\r]=e[0xe9][0x95]r[0x8a]6[0xcc]JyR Z[0xbd]W[0xb5][0xec][0xf2][0xdc][0xdd][0x9a][0xb9][0xa1][F[0xc5][0x15]P[0x17][0xe6][0xe7]odrK[0x2][0xfb]g[0xec]J[0xd5][0xd5]+[0xee][0xb2]n[0xd5][0xc][0xe5][0xb3][0xe7][0xcf][0x9f][0xb][0x84][0xe7][0xd3]K[0xe9][0xac][0xa7][0x10][0x9e][0xcb][0xe7][0x17][0xf2][0x9e][0xac]]I[0xe7]s,RX[0xb5][0x13][0x84]3[0xb9][0xf9][0x5][0x1f][0xe7][0x6]Hwvn[0xfa][0xf2]yc0J~[0xd2]YI[0xa3][0xdc][0xa7]jQ[0xd4][0x92]W[0xa0]7k;[0xe5][0x94][0xbe][0xae][0x97]n[0x19])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "mb-[0xb5][0xe8][0x98][0xb6]c[0xba][0xf7]([0xde][0xce]Yc[0xdd]1J[0xba]k[0xac][0x92][0x89]t/[0x10]`[0xd7][0xf4]a[0x8f][0xb4]+[0x1d][0x9][0x84][0xce][0x98][0x15][0xd3]='[0xa0]$[0x86][0x96][0xe9]t[0xc6]^5[0x4][0xba][0xb2]f[0xc5][0xc8][0xd5][0xee][0xac][0x18][0xce][0x92][0xbe]b[0x19]\[0x17][0xbb][0xa4][[0xcb][0xba]c2[0xf6]7[0x3][0xee]-[0xb3]*p$[0x91][0xd9][[0xb5][0xc][0xd3][0x85][0x8c][0xbb]5[0xdd]"[0x95][0xc3][0x89]:[0x8d][0x85][0x95]5[0xa3][0xe4]N[0xe]][0xa3][0xea]S[0xc9][0x85][0xdd]Xv[0xff][0x98]*[p[0xf5][0xd2][0xed][0x8b][0xfa][0xba]tG[0xf3]!p[0xb0]l[0xb8][0x85]=[0xcd][0xa0][0xd8][0xa9][0x8b]Q[0xb3]z[0xde]1(ig[0xc1][0x99]c[0xbf][0x2]/%[0xda][0xd4][0x89][0xfd][0x1f]%[0xbe][0xb4]e-[0xda][0xd5][0xaa]I>[0xfc]3[0xd3][0xa8][0xb2][0xed][0xd0][0xf5][0xb6]U[0xd6]\[0xdb][0xcb]U[0xe0]Pb[0xa8][0xd5][0xdc][0x4]];[0xc3][0xf1]u[0xba][0xf6][0xb6][0x9d]@*[0xb1]Wu[0xa8][0xad][0xa3]@5[0xed][0x94]9[0xa0]L{=e[0x83]s>M[0xdd]h[0x93]t[[0x86][0xae]U[0xe3][0xa6]^[0xb3][0xdc][0xdd]h/[0xb4][0x88][0xf6][0xd3]kgJ[0x96]?n[0x9d][0x5][0xbb][0xe6][0x94][0x8c]y[0x93][0xe7]h[0xff][0xb6][0xce]([0xfb][0x12]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xed][0xba][0xa4][0xfa][0x19]e[0xc3][0x89][0xe0]-[0xbc]-[0xd0][0xf3][0xaf][0xec][0x11][0x1c]G_[0x4]/[0xa1]?[0x82][0x1][0x96]F[0x91][0x8a][0xe0]$/c[0xb8][0x1d][0xa1][0x87][0x86][0xa4][0x9]^,[0x86]wP[0x89] [0x8b]K[0x2][0xdd]{([0xb3][0xfc][0x18][0xb0][0x8a][0xcd][0xcb]:[0xbb][0x9e]d[0x96][0x14][0x8d]X[0xf3][0x94][0xd2][0x4][0xed][0xcd]X[0x12]p[0xfb][0x97][0xf2][0xe9][0x99]9[0xba][0xc3][0xae][0x9d][0xf5][0x1e][0x9b][0x91][0x17][0xeb][0xfd]6[0xc1]x[0xab]Vz[0x87]m[0xac]f_[0xa8]e[0xff]A[0x83][0x97][0xe9][0xb1][0xec][0xa5]7[0xa7][0xb][0xf7][0xb9][0xb4]$[0xdd][0xe7][0xea][0xca][0xef][0x80][0xc4]=[0xa4][0xd3]Go[0xd2]+$w[0xe0]U[0xc2][0xaf][0xd5][0xe1][0x83][0x84]_[0xaf][0xc3][0xdd][0x84][0xdf][0xa8][0xc3][0x83][0x84][0x13]ux[0x88]p[0xb2][0xe][0xf][0x13][0x1e][0xa9][0xc3]o[0x12][0xa6][0x9e][0x12]>[0x1]H[0xef]'[0x1b][0xd0]X[0x3][0x1a]o@[0x13]uh?[0x2][0xc0][0x11][0x1a][0xa1][0xd3][0xb4][0x1b][0xf1]8[0xf0].[0xf9][0x81][0xe4][0x9f][0xf4][0xf9]-[0xb2][0xe][0xd0][0xf7][0x90][0xe4][0xef]e[0xf6][0x11]&[0xef]k[0xc1]}[0x99]4[0x97][0x11][0xc6][0x15][0x1c][0xc0]U[0xaa]_Qr'={[0x9f][0x9b][0xa5][0xe3][0xb2]*,q?:[0xa4][0xc4][0x1d]Qh[0xf7][0xc][0xce][0xfa][0x9e]?[0xa5][0x13][0xfa][0xf]A[0xff][0xf0]3([0xf][0xd0]3[0xfc]+[0x94][0x8b][0xc9][0xef][0x11][0x18][0xa1][0xdf]WP[0x3][0xdf]"[0xa0]l*[0x9b][0xa4][0xa2][0xc8] [0xe2][0xd2][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xac]RB[0x6][0x11][0x9a]2[0x80][0x1]:[0x8f]P[0xba][0xe7]([0x0]v[0xd6][0xbf][0x13]J?[0xde][0xc3][0x14][0xb9]K[0xcb][0xb2]*[0xa1]W[0xc5][0xf4][0x94][0xf8][0x93]`[0xc]3[0x98][0xf5]#[0xe1][0xda]s[0xbc]A[0xf2][0xae]n[0xee]$[0x1d][0x92][0x9b][0xd5][0xba][0x2][0x6]}f[0x81]9[0xcc][0xfb][0xc6][0x8b][0xa4][0xcd]^c[0x1c][0xfa]0[0xfd][0xbe][0xde][0xe]}'p[0x8f][0xe8]sI[0xd4][0xed])[0xef][0x84][0xe8][0x85][0xed][0x85][0x18]DG[0xd7][0x14][0xfd][0xc5][0xe2]<[0xb5][0xb1]C[0xb2]O[0xcb][0x9c][0xa9][0xc8][0xd1][0xd0][0xcf]P[0x8a][0xca][0x16][0xb4]B1[0xb0][0x85]p[0xa1][0x18][0xdc][0xa2]7[0xaa][0x18][0xda][0xc2][0xbe]BQ[0xdd]B[0xa4]P[0xd4][0xb6][0xe8][0x1f][0xe9][0xa1][0x8c]o[0xd7][0xed][0x17][0xfe]X[0xc5]h,.[0xb4]H8[0xf4][0xb0])[0xe1][0x7]-[0x12][0xe6]YjU[0xad]@s[0xb5][0xbe]ia[0x1c][0xa6]![0xbc][0xe8][0xe7][0xb3]k[0xfc][0x14][0x7][0x9a]=o6[0x18][0xe7][0xe4]][0xf6][0x82]g[0x8a][0x5][0x9f]b[0xcc][0xbf][0x11][0xda]1J[0xfa])[0xba][0x9a]Y~[0xa8]c[0xd1][0xa8]=}[\r],[0x97]|[0x96][0xb3]~[0xdb][0xc2][0xc7]h[0xee][0xa2]O[0x11]k[0xa6]yV[0xd7][0xae][0xb0]O[0xc3]R[0xbe][0xee][0xaa]2a[0xa1][0x99]0[0xe9][0x11][0xc6][0x9b][0x9][0xff]h [0xf4][0xb2]k&[0xd4][0xb0][0xb4]s[0xf3][0xef][0xc9];[0x7]\[0xfa][0x9][0xd1]b[0xfc]`[0xfc][0x90][0xf2][0x4][0x87][0xbf][0x83]&aw[0xfc]HH[0xc2]0[0xc3]X[0xed]D[0xfc][0xa8]*q[0x8f][0xc4][0xb9][0x81][0xf8][0xb1][0xa8][0xa7][0xb0]On[0xc]F[0xe3][0xc1][0xa8][0xa7][0x11]y[0xb4]3![0xde][0xb5][0x1e][0xa5]'t[0x9c][0xae][0xea])[0x92][0xce][0xd2][0x8d][0x99][0xa6][0xd3][0xcb]2[0xf8][0xe5][0x0]PK[0x7][0x8][0xe2]v [0xf7][0x4][0x5][0x0][0x0][0x5][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/log4j/PropertyConfigurator.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86]3$CR.[0x9][0x94]@[0xb8]g[0xd1][0x96][0x82][0xd4][0xa9][0xd4][0xb2])[0x8][0xa9]Bb[0x81]F[0xb4][0xe2][0xba]v&[0xce][0xc4][0xd1]d[0xbf][0x0][0xd8][0xc3]R[0x1e][0x19]L[0xbb][0x98][0xc9][0xc3][0xc1][0xac][0x8b]9[0x17][0xf3][0x84][0xec][0xa1][0xe]t|DH[0x95][0xca]UB[0xfa]8[0xac]K[0xc2]HE[0x7][0xf2][0xa2]s[[0x93][0xd1][0xb5][0xa8][0x19]F[0x8a][0x95][0xd0][0x17][0xa6]*"[0x9d][0xd4]=0[0x1d]+[0xdd]&[0x94]+a[0xd4][0xf0]DK[0xf8]Jz&l[0xec]7=%MKFm[0xef]ZER[0xd4]-[0xf7]\[0xb4][0xe][0x8]y_iS[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]a[0xfe]z[0xa9][0xd2][0x14]w[0xc2]3"hx[0x97][0xb5][0xa6][0xf4][0xe3][0x83][0xf2]_[0x88]0[0xd8][0x12][0x91][0xc][0xe2][0x1e][0xad][0xd8]o[0xc4]Q1a[0xb2][0xdb][0xe9][0xc4][0xda]x[0xa7][0xa2][0xad][0xe2][0xc4]'7[0x87][0xae]b[0xe1][0xdf][0xb0][0x3]k[0x9c][0xef][0x80][0x8d]\[0x85][0x9d][0xc8][0x97]':9[0xc8][0xf8]o[0x9f];[0x89]J[0x1]Y[0xb8][0xdc][0xea][0xa3]X[0xc0][0x2][0x16][0x9][0x1b][0xff]<6a[0xf9][0xdb][0xf0]Y[0xa0]d[0xa4][0xad][0xcc][0x8f])B[0xc6]7a[0xc0]V&J}n[0x0][0xbb]H[0xf3][0xeb]%[0x9f][0x3]J[0x8c]q[0xcc]q[0xe5]q&[0xce][0x99][0xcd]'[0xd0][0x83]m[0xf]p[0xcc]Zp[0x9]y[0x8e][0x85][0xee][0x0][0x6]y[0x5][0x8c]a[0x8][0xc3]=[0xb2][0xe2][0x9c][0xe2]<[0xba][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7]|[0xfb][\r][0xb9][0xed]G[0xa4][0xee][0xe9][0x9e][0xb1][0x94][0xd5])[0xf2][0xb6][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]W[0xb9]^c[0xe6][0x86][0xd5]\[0xee][0xf2]z[0x9a][0xc9]j[0x84][0xb2][0xbb][0x8c]1[0xcb][0xc1]8[0xa3]9[0xd0][0x7][0x86]]Lpg[0xd2]z[0x9b][0xfa][0x2]PK[0x7][0x8]2[0xe9][0xa8][0xd4][0x83][0x1][0x0][0x0][0x8e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/log4j/internal/MessageFormatter.class[0x8d]T[S[U[0x14][0xfe]69[0x97][0x90][0x6][0x1a][0x91][0x83][0x8d]M[0xbc]UiH[0x91][0x8][0xd4][0xf4]BA[0xb9][0x14][0x9b][0x1a].%[0x88][0xd5]q[0x94]Cr[0x8][0x81]p[0x92]99[0xb1][0x8c][0x88]3:[0xda][0xb1][0xe3][0x83][0xfa][0xa0][0xce]t[0x1c][0xcb][0xd4][0x87]>[0xf8][0xd2][0x8e]3a[0xaa]3>[0xf8][0xe8]/[0xf2][0x81]i[0xfd][0xf6]I`J[0x89]3[0x5][0xb2][0xf7]Zk[0xaf][0xfd][0xed][0xb5][0xbe]o[0x91][0x1e][0xfc][0xf1][0x17][0x80]A,[0x4][0xd0][0x8e][0xa4][0x8e]3[0x1][0x9c][0xc5]9[0xb9][0x9c][0x97][0xcb][0x90][0x8e][0xb][0x1]h[0x18][0x96][0xce][0x88][0xb4][0xde][0x90][0xcb][0x9b][0xd2][0x1d][0x95][0xd6][0x98][0xb4][0xc6]uL[0x8][0x1c][0x99][0xb8][0x98]NM}[0x94][0x99][0x1f][0x9d][0x9b][0x17][0x10][0xe3][0x2]m[0xe3]%[0xbb][0xe2][0x9a][0xb6][0xbb]`[0x16][0xab][0x96][0x8f][0xf]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xf6][0xd2]ffedK@[0xbb]P[0xb0][0xb][0xee][0x88][0x80]/[0xd6][0xb3] [0xa0][0x8c][0x97]r[0x96][0xc0][0xd1]t[0xc1][0xb6][0xa6][0xab][0xeb]K[0x96]3o.[0x15][0x19][0xe9]H[0x97][0xb2]fq[0xc1]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]o[0x4][0x15]w[0xa5]P[0x11][0xe8]M[0x97][0x9c]|[0xc2],[0x9b][0xd9][0x15]+Q,[0xe5]O[0xaf]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6]k9[0xb6]YLLY[0x95][0x8a][0x99][0xb7]&K[0xce][0xba][0xe9]26[0xc4]'[0x97]=G[0xe0]l,[0xbd]j~l&[0x8a][0xa6][0x9d]Od\[0xa7]`[0xe7][0x87][0x1e][0x89][0xcc],[0xad]ZYw[0xa8][0xe7]p[0x12]_[0xae],U[0x97][0x5][0x8e][0x1d]:[0x1b][0xab]./{[0xaf][0xb4][0xe6][0xac]ba=[0xe3][0x96][0xca][0x2][0xed][0xeb][0xf5]*f[0xbd][0x12]l[0xd9]M[0x13]L[0xbf][0xe9][0xe4][0xab][0xeb][0x96][0xed][0x1e][0x16][0x84][0x81].[0x81][0xf8][0x93][0xcb]G[0xfc] &[0xf1]V[0x10][0x97][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]2[0xde][0x16][0xe8]j[0xae][0x81][0x4]O[0x7]1[0x85][0xe9] f0+[0x97]+[0xd2][0x9d][0xb]"[0x83]y[0x89][0xf2][0x8e]@[0xe8]q[0x1a][0xe][0x84][0xea]p[0x2][0xba][0xec]mc[0x86][0x82]+[0xb1]T[0xf]%[0xd0][0x8a][0x8d][0xce]9[0xb5][0xd2][0xcd][0xae][0x98][0xce][0xa8][?[0x1e][0xaf]o[0x1c][0xe6][0xd6]Ju[0xa9][0xd2][0x80][0xe8][0x8a][0xa5]RM[0x19][0xd6][0xcc]r[0xd9][0xb2]s[0x9c][0xe2]&[0xba][0x1d][0xbe][0xb1]?_[0x7][0xd2][0xff]W[0xc2][0xfd]t#[0xd6][0xfc]y[0xbf][[0xda][0xeb][0xb2]3[0xd6]4C[0x95][0x95][0xa7][0xf0]"Z[0xf8]-[0x1][0xae][0xc7]p[0x14]![0x8]<[0xe5]y[0x1d][0xf4][0x9f]~[0xc4][0xef][0x84][0x8f]6u[0xe5][0xfa][0xc]#[0x9][0xee][0x82][0xbb][0x1a][0xdf][0x81][0xb8][0xd7][0x0][0x0][0xbf]=d[0xf0]Y[0x84][0xb9][0x6][0xeb][0x9][0xf4][0x8e]soE[0x4][0xd1][0xfa]e[0x91][0x84][0x2][0x9d][0xb1][0xcf][0xe2][0xa1][0xcd][0x1a]|[0xc3][0xf1][0x1a][0x94][0x91][0xd0]FR[0x89][0xb4][0xdc]B [0xa2],F[0xb7][0x9]|[0xb7]n[0xf8][0xe2][0xdc]kP[0x93]j[0xe4][0x17][0x4][0xe9][0xe4][0xa4][0xa3][0x18]jhk[0x1b][0x1]C[0x9]}[0xe0]%[0xff][0x9][0xed][0xbd]h[0xa8]sq[0x7][0xfa]y-[0xac][0xc5]}[0x91][0x1a][0xfc]5[0xb4][0xbe][0x1b][0xd6]N[0xd5][0x10][0xe0][0x16][0x8f][0xa8][0xc4]9R[0x8f][0xd5][0x10][0xbc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xd5]cl[0x14][0xe8]gM[0x3][0xac]z[0x90][0xde][0x19]V{[0xe][0xcf]a[0x18][0xaf]`[0x14]}[0xcc][0x18][0xc0][0x4][0x86]8])9[0x9d][0x98][0xc6]U[0xe]^[0xe][0xb3]X[0xc3][0x15]l`[0xce][0xeb][0xf8][0x12][0x11][0xae][0xa2][0x9b][0xf7][0x9e]'[0x13]}<}[0x81]X[0xaa][0xec][0x94]D[0xbf][0x4]x[0xd6][0x9][0xbc]L[0x1e]t\#v7y[0xb][0xc2][0xc1]IZ>[0xe6][0xda][0x88]qU[0xd0][0xc3][0xcc][0x10][0xb4][0x7][0x88][0x8][0xfe]h[0xbb]0D[0x9b][0xf0]8[0x8c]78[0xfc][0x9b]Y[0xad][0xcc][0xba][0xef][0x1b][0x91][0xf4]%[0x15]I[0x0][0xd9][0x18][0xf0][0x18]P}I[0xcd][0xd0][0xd4][0xdb][0xb8]N[0x8a][0xa3]5[0xb4]%uC'[0xb9]ACW[0x16][\r]e[0x1b][0x91][0xe8]M[0xc9]ZX[0x8d]G[\r]e[0x8f])U[0xb2][0x12][0x97])[0x92]b[0xbf][0xe1][0xf]m[0xdd]BW[0x93][0x1c]/[0xa4]7B[0x86]v[0x13]ma[0xd5]c[0xf9][0xe][0x2]a[0xb5]WZ[0x86][0xae].[0x8e]|[0xa9][0x89];[0xf]?i\[0xa7],[0xaa]$~[0xf]d[0x9f][0xfe][0xf][0xbd][0x89]Z%[0x15]k[0xf0][0xa3][0xc8][0x19][0xb3]I`[0x99]T8[0x14][0xa2]J[0xda][0xaf]Q[0x88]M[0x12][0xff]))[0xfd][0x1c][0xef][0xe3][0xb][0x98][0xf8][0x8a]Y[0xd7][0xe1][0xe2]kFn[0xd0][0xfa][0x6][0xdf][0xe1][[0xfc][0x84][0xef][0xf1]3On[0xe3][0x7][0xfc][0x86][0x1f][0xf1];#R[0x9a]e[0x4]xo[0xcc][0x13][0xc4]Od[0xd7]#_[0xe7][0xd9][\r][0x9c][0xa2][0xa5]I*[0xf7]E[0xba][0x8f]^O$i[0xbd]J[0xab][0x85][0xbf];[0x14]T[0x8a][0xe4][0xc7]=N7[0xe9][0xef][0xc2][0xaf][0x9e][0xd4]*_j[0xc7]k[0xbc][0xab]y[0xc2][0x9d][0x84][0xff]![0x81]u[0x1d][0xfd][0x9c]([0xfe][0x9][0xa1]c[0x90]h[0xbb][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]c[0x17]'[0xc4]q[0xed]_[0x16]$p[0xda][0xfb][0xcf]y[0xfd]?PK[0x7][0x8][0xde]H[0x18]WV[0x4][0x0][0x0][0xb4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/apache/log4j/spi/Configurator.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xe7][0xfc][0xbc][0xb4][0xcc][0xf4][0xd2][0xa2][0xc4][0x92][0xfc]"[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],[0xfd][0xe2][0x82]L}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%@[0x83][0x19][0x19][0x98][0x18] [0x80][0x91][0x81][0x19]H21[0xb0][0x0][0x0]PK[0x7][0x8][0xcc]T[0x10]gn[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/log4j/spi/LoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xd1][0xdc][0xc4][0xec]T[0xbf][0xd4]r[0x9f][0xfc][0xf4][0xf4][0xd4]"[0xcf][0xbc][0xe2][0x92][0xc4][0xbc][0xe4]TF[0x6]][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],}[0x88]6kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c][0xa0]f![0x88][0xb0][brI~Q[0xa5][0x1e][0xc8] F[0x6]%[0xc][0xcd][0xc5][0x5][0x99][0xfa](*[0x19][0x19][0x4][0x10][0x96][0xfa]'e[0xa5]&[0x97][0xb0]120201[0x80][0x0]#[0xb]#[0x3]3[0x3][0xb][0x88][0xc5][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8][0x95][0xb5][0x9f][0xca][0x9f][0x0][0x0][0x0][0xd0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/log4j/xml/DOMConfigurator.class[0x8d][0x92]]O[0x13]A[0x14][0x86][0xdf][0xa1][0xcb].T[0x84][0xf2]U[0xf1][0x1b][0x88][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0x89]A[0xe3][0x5]jb[0xb0]\[0x90]U[0x12][0x10][0xb8][0x9e]n[0x87][0xed]4[0xbb]3[0xcd]t[0xab][0xf5]gye[0xe2][0x85]?[0xc0][0x1f]e<3[0xac]B[0xb5][0x11]7[0x99]3s[0xce][0xbc][0xcf]9gO[0xe6][0xfb][0x8f][0xaf][0xdf][0x0]la[0xad][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nG[0xb8][0x13][0xe1].C[0xf8]BiU[0xbc]b[0xa8]4[0x1e][0x1e]3[0x4];[0xa6]-[0x19][0xe6]b[0xa5][0xe5][0xbb]A[0xde][0x92][0xf6][0xbd]he[0x14]Y[0x88]M"[0xb2]ca[0x95][0xf3][0xcb]`PtT[0x9f][0xe1]~ll[0xca]EO$[0x1d][0xc9]3[0x93]>[0xed][0xf2]a[0x9e][0xf1]7[0xfb]ow[0x8c]>U[0xe9][0xc0][0x8a][0xc2][0xd8]m[0x86][0xe9][0xa4][0xf4][0x89]]ix[0xea][0xe3]V[0xc2][0xdb]&[0xe7][0xcd]L[0xe6]R[0x17][0xdb][0xae][0x89]H[0x9e]9[0xc][0xcb]c5[0xc][0xf3][0xbf][0x13][0xbd][0xd6][0xed][0x13]Q$[0x1d][0xd2]6[0xe2][0xae][0xf8] x&t[0xca][0xf][0xb][0xab]t[0xea][0xb3]M[0x9d][0xaa]Lj[0x91][0xfb][0x9f][0xf8]K[0xc1]P[0x1f][0xc3][0xed]90[0xec]I[0xab]L[0x9b][0x81][0xed]1T[0x9b][0xc3]D[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "et?[0xc2]*uPRZ[0x16][0xfc][0xe8] [0xf6][0x95]*[0x3][0x9b]1[0xcc][0x8e]^[0x10]zh[0x6]6[0x91][0xbb][0xca][0x8d]l[0xe9][0x8f][0xa9][0xd3]a[0x2][0x11][0xd9]*[0xed] ([0xc0]:[0xa6][0xe8]4s&[0xc2]4[0xdd][0x80][0xec][0x15][0x1f]q[0x9]6i[0xb9][0xbb][0xb]p[0xe8][0x3][0xf].[0x80][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W1[0xeb][0xc1]9[0xd4].[0x3][0x1f][0x8d][0x80][0xf3]X([0xc1][0xc5][0x12]|F[0xab]2[0xe]|[0xe2][0xc1][0xba]o[0xfd][0x17][0xe8]NKX&[0xeb][0x9a][0xae][0xd1][0xdd]?k?[0x1f]S[0xbb]N+ [0xef][0x9a]O[0xb1]rY[0x8a][0x97]#)[0xae][0xe3][0xc6]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x9b]^[0xeb]'PK[0x7][0x8][0x98][0x12][0x98][0xd5][0xcb][0x1][0x0][0x0][0x9b][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/apache/logging/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$1.class[0x95][0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xf8][0x97][0x18][0x5][0xd3][0xdb]XX[0xbb][0x4][0xbd]AP[0xb0][0x10][0xb][0xbd][0xc0]&[0x19][0xf2][0xc3][0xb2]+I[0x14][0xcf]f[0xe1][0x1]<[0x94]8[0xc1][0xd6][0xc6][0x19]f[0x1e][0xc3]{[0xf3][0xbd][0xde][0x8f]'[0x80]5&[0x1e]<[0xf]cBpr[0xd7]:[0xe5]]i[0x98]0[0x8f][0x8d]kX'[0x86][0xcf]E[0xcd]:[0x8b][0x9d]m[0xf9][0xde][0xae]*}[0xd3][0x84][0xd9][0xd6][0xa6][0xe2][0x97]6?p[[0xb8][0xcc]C@[0x88]\[0x9d]+}[0xd1]i[0xc1][0xca][0xb8]<[0x17][0xb7][0xd3]M[0xa5]~[0xb3][0x96][0x11]a[0xba][0xb7][0x96][0xeb][0xd8][0xe8][0xa6][0xe1][0x86][0x10]vxe[0xb4]|[0x1e][0x93][0x8a][0xd3][0x96][0xa0][0xfe][0xa4][0x86][0xb][0x10]z[0xf8]V_[0x1a]r[\r]0[0x14][0x1d]`$[0xdb][0x97][0x9]$C] [0xf4]?PK[0x7][0x8][0xfd]UCy[0xad][0x0][0x0][0x0][0x8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.class[0xad]Wmp\e[0x15]~[0xde][0xdd][0xbb]{[0x93][0xcd]M[0xd3][0x84]4%i[0x81][0xd2][0xa4]e[0xbb]I[0x8][0xb5]-[0x96]&DK[0xa0][0x90]6M[0x80][0x94][0x96][0x82][0x1f][0xbd][0xdd]^77[0xdd][0xec][0xa6]wwC[0x8b][0x1f][0xf8][0xc1][0xa7][0x82]"[0xda]**~[0xf0][0xd1][0xa8]#3v[0x6]$[0x1]F[0xfd]][0x9d]Q[0xc1]q[0xd4][0x19][0x1c][0xfc][0xe5]o[0xff]v[0x90][0xf2][0x9c][0xf7][0xde][0xdc][0xee]&[0x17][0xa7]m[0x98]$[0xef][0xfb][0xde]s[0xdf]s[0xce]s[0xce]y[0xde][0xf3][0xde][0x9c]}[0xff][0xf5][0xdf][0x2][0xd8][0x82][0xd9][0x14][0xd6][0xc1]N[0xe1]Z[0xd8][0xf5]\[0x1d]6[0x91]M[0xc1][0xf0][0x1f][0x8e][0xa4][0xe0][0xe0]s2[0xe4][0x1a]0[0x1]WV[0x93][0xb2]:*[0xab][0xbc][0xc]S2[0x14]DVl[0xc0]4[0x8e]5[0xc0]CI[0x86][0xb2][0x89][0x8a][0x88]g[0x1a][0xf0][0x0][0x8e][0x89][0x93][0xe3]2[0x9c][0x90][0xe1]Ay[0xf1]y[0x13]_h@[0x7][0xbe]([0xc3][0x97][0xc4][0xcc]C[0xa2][0xf7]eY}[0xc5][0xc4][0xd7]L2T,[0x94][0x9d][0xe3][0xe5][0xae][0x5]S[0x84]fHF[0x14]F[0xd3]K[0x91]oZ[0x8e]]s[0xca])[0x95][0xec][0x9c][0xe]j[0x89]e[0x5];[0xc2][0xdf][0xfd]U[0xa2][0xb1][0xc3][0x93]N[0xb6][0xbc]<[0x8][0x86][0xed][0xe5][0x98][0x9e]+"[0xec][0xb2][0x12][0xd3][0x15]r[0xe0]P[0x4][0x8c][0x8f]8[0x11][0xf1][0xa3][0xce][0x9][0x85][0xc4][0x8c][0x10]L[0xa1]q[0xbc]lg[0x8f][0x92];Aq[0x93][0x84][0xb1]3[0x9f]W[0xd8][0x93]^[0xc4][0xbc]e9M[0xce][0x4]|n[0xcc]V<[0xcf])[0x94][0x17][0xf8][0xdd]V[0xcb][0xb0][0x13][0xd3]>[0xcb]L[0xe2][0x96][0x96]Y[0xff][0xba][0x80][0x82][0xc]{[0xe5]b[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8b]D[0x11][0xa1][0xca][0xd1]=[0xb4][0x18]S[0xe4][0xbe]e[0xe1]Lde[0xb][0xf1][0xea][0x99]Y[0xa7][0x88]%[0xf3][0x84]6[0xb7][0xf9][0xf3][0xaa][0xda][0xb2]ti1U[0x1b]k[0xfa][0x97]B[0xcc]%[0xa9][[0xab]6[0xf][0x97][0x1d][0xcf].[0x17]=[0xee][0xed][0x8f][0xb2]q[0xd1]-[0xec][0xae][0x8][0xa3][0x3][0xcb][0xb0]8[0xd8][0xcf][0x96][0xcd][0xb6][0xce][0xe6][0xac][0x90][0xd2][0x91][0xeb][0xa3][0xc1][0xbe][0xec][0x9a]x\[0xe1][0xc6][0xf4]%[0xe7]ts[0xbf]t[0xd7][0xd8][0xf1][0x1b][0x14][0xb6]\[0x86]2q[0x8c][0x17]+^[0xd6][0xd9][0xe5][0xca][0xd1]\[0x13][0xbd][0xf1]z[0x9][0xc6][0xc2]&d,t[0xa2]K[0xa1][0xf9]B[0x12][0xee][0xb0]K[0x13]L[0x84][0x85][\r][0xd8]h[0xe2][0x9][0xb][0x1f][0xc3][0xd7]e[0xf8][0x6][0xcf][0x97][0x85]'[0xf1][0x94][0x85]o[0xe2][[0x16]n[0xc2][0xd3]2|[0xdb][0xc2]3[0xf8][0x8e][0x85]A|[0xd7][0xc2]I[0x9c]2[0xf1]=[0xb][0xdf][0xc7][0xb3]<[0x8a][0x16]~[0x80][0x1f]Z[0xf8][0x11][0x9e]#y[0x17][0xa7]O[0xac][0xfc][0xd8][0xc4]O[0xc4][0xf4][0x16][0xb][0x7][0x5][0xca]^[0x19]~[0x8a]S[0xec]w[0x11]E[0xb1][0xf0]3uZ[0x96][0xdc]A[0xd4]J[0xf2][0xfe][0x1a]w[0x96]hP[0xd4]_SQ[0xbd][0xa7][0xce][\r][0xeb][0xd8]V[0xb3][0xbd][0xaa][0xf][0x99][0x13]viTc[0xe0][0xd7][0x10]Se[0x14][0xf4]Ck:2[0xbc][0x8d]Q[0x9][0x8e][0xda][0xb8][0xa2][0xb6]M[0x13][0x8b][0xee][0xa1][0x1a]V[0x92][0x91][0xeb]r[0xd5]q[0x11][0xb4][0xca][0xa4][0xe7]L[0x15]g[0x1c][0xf9][0x12](N/v[0x1f][0x16][0xa6][0xef][0x12][0xd9][0xc8]O[0xdf]u[0xfc]SX[0x8f][0x18][0xd8] [0xf8]a[0xdc]"[0xfd][0x80][0xb2][0xeb][0xb8][0x8e]![0x8d][0x14]G[0xf6][0xf]J[0xba])[0xd9][0x83]8W[0xc0][0xaa][0xcc]k[0x88]e[0xe2][0xaf]"[0x9e]y[0x3][0xc6][0xc1][0xd7][0x90]x[0x15][0xc9]3Z[0xa5]G[0x1b]18[0xe6]9[0xba][0xa8][0xc7]$Z1[0x85]^J,_[0x19][0xd7]c3g%-!0[0xa1][0xed][0xb5][0xf9]:[0x81]=Ym[0xc5]6Z[0x14][0xcb]7[0x6][0x96][0xf]PO4[0x9b][0xbb]{[0xe6]P[0xf7]L?[0x82][0x4][0x1e]E[0x13][0x1e][0xd3][0xa6][0xd7][0xf9]J[0xa1][0xe9][0xe6][0xc0][0xb4][0xac]>[0x8e][0xed][0xd4]T[0xec][0x8a];[0x2]'3[0x81][0x93][0xce][0xcc]+Hv[0xcf][0xa3]>[0xc6][0x9e][0xd8][0xa2][0x1f][0x18]Pj[0x1e][\r]q[0x1c][0x10][0x0][0x96]v[0x1b][0xaf][0xca][0xd2]I4[0xe2][0x14][0xd6][0xb2][0x97]^[0x8b]g[0xab]\w[0x86][0xae];[0xd1][0x1f][0xb8][0xee][0xc4][0x0]W1[0xdc][0xac]m[0xa8][0xb5][0x14][0xe][0xe2][0x13][0x14][0x8][0x86]wi.[0xc1]yl[0xe][0x8d]{[0xe9]u[0x5]q4)[0xcc]c%?[0x99]{[0xe7][0xd1][0xac]h[0xb][0x17]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xc7][0x15];[0xc][0x81][0xd7]n[0x4]`W[0xfb]O="h[0x8d][0xc1]G<{[0xfe][0xac][0xc6]kh[0xbc]W[0xc3][0xe4]x[0x9a]O[0xb3][0xa8][0xc3][0xcf]I[0x8e]_0[0xcb][0xbf][0xc4]n[0xfc][0x8a]-[0xfd]e[0x8d]=[0xc3][0xb7]i[0x12]J[0x10]Ktca[0x14]c[0xf8][0xa4]&[0x96]A[0x12][0xed][0xe4]*[0x86][[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xbb]t[0xf8].[0x1d]D[0xd8][0x84][0xf8][0xff][0xd0]jb[0xc8][0xc4][0xad][0xdb][0xce]Q[0xe8]s[0xf2]6n[0xdc][0x85][0xdb][0x83][0xa8][0x9f][0xe1],[0x8e]60[0xda]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{{[0x82]@[0xdb]z[0x16][0x2][0x1d][0xcd][0xf4][0xfe][0x6]m[0x8c][0xe5]?U[0xb1][0xf8][0xb9][0x9f][0xe7]`[0xaf]3[0xdf]o0[0xb3]o[0x86][0xb9][0xef]@R[0x17][[0xaa][0xb0]![0xc4][0xbf][0x1]w`[0x98][0xae]o[0x9]y,[0x92][0xdd]\[0x9][0xd6][0x6][0xc4][0xde][0x83]I[0xa0][0xe7][0xb0]&[0xc0][0xb9][0x87][0xaf]F[0xc2][0x93][0xd3][0xaf]i[0x9][0xd4][0xf3][0xe4][0xac][0xe6][0xdf][0x95][0x17]N[0x8b]O[0xbf][0xb3]D[0xf4][0x7][0xe6][0xf5][0x8f]U'[0xa5]>[0xf0][0x1e][0x93]+[0xd3]7[0xa4][0xe8]I[0x97]y[0x9f][0x14]l[0x1e][0xed]A[0x85]G[0xba][0x83][0xc0][0x7][0xbb][0x83][0xc0];$[0x17]k[0xfc][0x14]p[0xb5]6[0xa8][0xba]j7N#[0xd5];[0x87][0xab]fQ[0xdf][0xdb]n[0x90][0x93][0xd4][0xb8]Za[0xf6][0xfc][0xef][0xce][0x84][0xf9][0xc9][0xf0][0xe0][0x3][0xc2][0x95][0xf8]3[0xab][0xf9][0x17][0xca][0xde]"[0xed][0xdf]f[0xac][0xc5][0xad][0xf8][0x1b][0xe3][0xfe];[0xee][0xc4]?0[0x8e]j[0xbc][[0x89]i=[0xd1][0x8e]R*Qui[0x6][0xc4][0xa9][0xd3][0x8e][0xbb]4[0x17][0x9a][0xa8]w7[0xf7]K\[0xfb][0x82][0xb8][0x16][0x18][0xe0]k[0xee][0xe3][0xca][0xdf]uO[0x90][0xd5]k`[0xbc][0x87]&f[0xf5]}l5[0xb1][0xdf][0xc4][0x1][0xfe]&[0xce]3K[0xca][0xc4][0xbd]:1[0x7][0xc3][0xc]O[0xe9].[0x6]t[0xc4][0x7][0xd6]07[0xf1][0xe7][0xd1]8[0x87]k[0xe]<[0xac][0xd4][0xec][0xf9][0xff][0xea]^u&[0xc6],[0xe3]?[0xb][0x91][0xfc]$[0xe][0x19]F[0xe][0xb8][0xe9][0x93][0x18][0x8a][0x94][0xfb][0x85]i2[0xd4][0xbb][0xa9]}[0xcf]0[0xb5][0xba][0xe1][0xe]Yl[0xa6][0xab]7[0x15]<[0x11][0x5]3[0xe4][0xc3][0xa7][0xe6][0xb0]szr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xb9][0xeb]g[0xab][0xdf][0xa0][0xf8][0xec][0x8e][0xa1][[0xdc][0xf3][0x1d][0xf1]O[0xb3][0xf3]c[0x86]*&M[0x9b][0x13][0x88][0xb4][0xd5][0x9f][0xeb]5[0xef][0xc][0x89][\r]6[0xc1][0x95][0x9f]U[0x98][0xca][0xb0][0x1c][0xf6][0xc4][0x94][0x14]/[0xcc][0xe7][0xe2][0x85][0x2][0x87]*#[0xb7]c[0xfb]NS[0xbc]2[0xe4][0x6]N[0xc7][0xcf][0x9f][0x97]IU[0x8c]a[0x9c]a[0xed][0xa2][0xb9]d|U[0xc5]U[0xe4][0xa5][0xb9][0xa1][0xe2][0x16]n[0xab][0xb8][0x87][0x19][0x15]E[0x94][0x18][0xb4][0x1][0xc1]t4[0xa3]_"]Z[0x83][0xae][0xae][0xc2][0xb0]R[0x1c]X[0xbf]J[0xb5][0xd4][0xc0][0xc][0xb2]tc[0xcb]_[0x9a].f[0x12][0x7][0xb4][0xa4][0xe0]*g[0xf4][0x0]#[0xe5]c[0xb0][0xef][0xd4]I[0xe0]2Yy{[0x3][0xb3]HQ[0xb9][0x93][0xd4]SO&a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0xa8][0xcd]Ja[0xba][0x80]U$[0x83][0xb1][0xd1][0x9f]H[0xbc]g[0xc7]H[0x96][0x8f][0x90][0xfa][0xd6][0x3][0xa5][0x83][0xc1][0x85]>[0xc8]([0xae][0xe1]:[0xb5]_[0xa5][0xb0]][0xc8]K[0x82][0xc8][0x84]c=[0xc8][0xdc][0x11]F[0xa2][0x94][0x8d][0x80][0x92]?[0x99][0xd9][0xa5][0xc8][0xde]ML[0xd3]xV[0xee][0xd1]y[0xbc]t[0x94][0xb7][0x15][0xe2][0xdd][0xe9][0xf1][0xee]RO[0xf2]h[0xbb]iL[0xf2]6c[0x8a]T$.[0xd9][0x87]{[0x17]*[0xf2]>[0x1e]P[[0x8]y[0x1e]R[0xfb](X[0xc4],[0xe1][0xe9] [0x9d][0x83][0xcf]D[0xf1]{!|[0x19]s[0x11]|[0x19][0x8f]{[0xf8]'[0xf4][0x9f][0xf]z[0x1a][0x8d][0x83]"[0x13][0xb8]$[0x8b][0x9b][0xc8]P/K[0xb3][0xb3][0x1]PK[0x7][0x8][0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/logging/log4j/EventLogger.class[0x9d]TmS[0x12]Q[0x14]~. [0xcb][0xcb][0xfa][0x12][0x91][0xa5][0x95][0xef][0x11]h[0x8a][0xa5][0x96][0xa6]e[0x88]`*[0xe0][0xa4][0xe][0x1f][0xea]Cs[0x85][0x1b]b[0xcb][0xae][0xb3],[0xe6][0x1f][0xe9][0x87][0x84]3[0xa5]}[0xe8][0x7][0xf4][0xa3][0x9a][0xce]][0x8][0xad]D[0xd4][0xd9][0x99]{[0xcf][0x9e]{[0xce]s[0xde][0xcf][0xcf]_[0xdf][0x0][0x98]B[0xda][0x87][0xe][0x84][0xbd][0xf0]""[0x8f]Q/[0xc6][0xf0]HR[0xe3]~L [0xea][0xc1][0xa4][0xf][0x8f][0xf1]D[0xc1][0x94][0xf][0xd3][0x98][0xf1][0xe1])[0x9e]y0[0xeb][0xc7][0x1c][0x9e]+[0x98]gP[0x13][0xd9]Df[0xfb]}:[0xb6][0xb9][0x9e][0xd8]d[0x18]L[0x19]f![0xca][0xf7]ynWD5[0xa3]P([0xea][0x5]yO[0xef]E[0xd3][0xdc][0xfc](LRqeb[0xe9][0x4]C [0xb5][0xc7][0xf]xT[0xe3]$[0xb1]e[0x99]$Ho[0xed]qC/[\[0xb7][0xb2]\[0xab][0x8][0x92]M[0xbe][0x89]g[0x18][0xdc][0xa9][0x8d][0x95][0x15][0x89]?[0xde][0x1c][0xbf][0xbc]_[0x8c]&[0xe]-[0xa1][0xe7]E>E/[0xb6]-[0xf7]BQ/Z/[0x19][0x9c][0xe1]H[0x96][0xe0][0xe2]F[0x9e]P;SE]d*[0xa5][0x1d]an[0xf3][0x1d]MHg[0x8c][0x1c][0xd7][0xb2][0xdc],[0xca][0xff]:[0xd3]e[0xed][0x16][0xcb][0xc][0xa1][0xe6]6[0x13][0x7]B[0xb7][0x1a][0xc6]<[0xc4][0xb4]9[0xc][0xf3][0xe1][0xe6]J%Q.[0xf3][0x82][0x90]AWrV[0xc5][0x14][0xf9]en[0xf1]t[0x8d];/[0xdd]t[0x96][0xca][0x5][0x86][0xd9][0xeb]B0[0xbc][0xbb][0xb6][0xf9][0xe6]z)q 4[0xdb][0xbd]6M[0x92][0xc][0x3][0xad][0x84])%[0xb]9[0xad]^[0x1][0xdf][0x96]Q1s"Y[0x94][0xa9][0xed]:[0x93][0xb9][0x9][0xd9][0x7]*n[0xe3][0x8e][0x8a][[0xe8]V[0x11]D@[0xc1][0x82][0x8a][0x17][0x18]Q[0xd1][0x89].[0x5]/U,[0xe2][0x15]Y[0xb6][0xbb]MAL[0xc5][0x12][0xe2][0xc]#[0x97][0xa9][0x8c][0x82]e[0x15][0x9]$[0x15][0xac][0xa8]x[0x8d]U[0x6][0xff]_[0xaf]k*[0xd6][0x91]"[0x9f]N[0xfb]qcgO[0xe4][0xa8][0x8c]}[0x17][0x7]H[0x95][0xda]H&[0x19][0xc6][0xae][0xd0][0x94]42[0xf4][0xb4][0xfa]![0xa1][0xcb]&[0xcb]3|[0xe][0xff]?[0x8][0xad][0x12][0xdb]r[0xca]Z[0x97][0xbf]Q[0xf0]S[0xe3][0xdb][0xbb][0xa6][0xf1]IzeW9[0xd4][0xc2]F[0x9a][0xeb][0xdc][0x8e][0xc7][[0x10]V[0x8d][0xc5]0sN0[0x91]K[0xec][0x84][0xce]S[0xad][0xb8][0xc6][0xcb]4u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]fx[0x89]z%[0x18][0x8e][0x9c][0xb7]*[0x86][0x9b][0xe7][0xc8](4[0x9c][0xf3][0x11][0xc][0xed][0x14]K[0x1c]R9[0xa3][0xe1][0xb7][0x17]8#kU[0xab]Q][0x81][0x8c][0x8c]^^[0xba][0x96][0x88]?E[0x8e]]-[0x11][0xe7],/[0xda][0xbb]^Z[0xce][0x80][0xb]=r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xea][0xc5][\r][0x4][0xc0]p[0x93]h[0x7]T[0xfa][0xa7]Q[0xb1][0xf9]47[0xb6][0xa4]C[0x8e][0x11]I[0xf4][0xd8][0xdb][0x9d][0xd1][0x7][0xb4][0x8d]~[0x3][0xfb]b[0xab][0xf4][0xd2][0xe9][0xa3][0x1b][0x8][0x91]p[0x18]w[0x89]RkB[0xb8][0x87][0xfb]t{[0xd1][0x87][0xfe]:[0xc0][0x12][0xdc][0xf6][[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x15][0xce]*\U[0x2]c'p[0xbb][0xf1]/^[0x94][0x9c][0x9a]<[0x83][0x17][0xc4][0x0][0x6][0xeb]xCu[0xbc]5[0xc2][0x93][0xb2][0x81][0x1a][0xde]Xs[0xb4]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xce]F[0xeb][0xae]i[0xd4][0xd1]$5[0x8c][0x11][0xc2][0xf3][0xe0]A#[0xd0]E[[0x6][0xe8][0xf]([0xc7][0xf0][0x1c][0xa1]-[0xe0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0x11][0x9c][0xce]c[0xf8][0x3][0xea][0x9][0xda][0x1d]8[0x82]C[0x1a]a[0xb6][0x91][0xe]8[0xe9][0xec]#[0x90]![0xca][0xab][0x84][0xb][0xd9][0xe]<[0xfc][\r]PK[0x7][0x8][0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/logging/log4j/Level.class[0x95]W[0x9]|[0x1c]U[0x19][0xff]O6[0xc9]L6[0x9b]6[0xdd][0x1e]i[0xd3]P[0x96][0x86]#[0xdd]m[0x13][0xa1]- [0xd4][0xda]4M[0xda][0xb4][0x9b]MI[0xd2]B[0xa9]E&[0x9b]i[0xb2]e3[0xb3][0xcc][0xee][0x86][0xb6]^[0x8][0xa8][0xa8][0x8][0xe2][0x81]r[0x88]r[0x14][0x14]PC[0xa0]iK[0x84][0x2]* [0x8a][0x8a][0x7]x#[0x8a][0xf7][0x5](xq" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xb3]o'[0x9b][0xcd][0x84][0xc4][0xfd][0xfd]v[0xde]{[0xdf]{[0xef][0xfb][0xfe][0xdf]=[0xf3][0xf8]k[0xf7]=[0x0]`[0xa5]R[0xe6]G+[0xe][0xf8]q[0x1b]nW[0xf1]y[\r]_[0xf0][0xc3][0x87];4[0xdc]Y[0x81][0x1a][0xdc]%[0x1e]_[0xf4][0xe3]K[0xf8][0xb2][0x98][\r][0x8b][0xc7][0xdd][0x95][0x18][0xc1]=*[0xee]Uq[0xd0][0x8f]Y8[0xa0]aT[0x8c][0x87]4[0x1c][0x16][0xe3][0x11]?[0xaa]p[0x87][0x8a][0xfb][0xfc][0x98][0x8f][0x3]*[0xc6][0xfc][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x17][0x97][0x1e][0xf0][0xf3][0xfa]Q[0xc1][0xe3]A1{[0xa8][0x2][0xf][0xe3][0xab]b[0xf7]kb[0xf7][0xeb][0x95]x[0x4][0x8f][0x8a][0xc7]c*[0xbe][0xa1][0xe1]q?[0xbe][0x89]oixB[0xc3][0xb7][0xfd][0xf8][0xe][0xbe]+[0xee]<)[0x1e][0xdf][0x13][0x8f][0xef][0xab][0xf8][0x81][0x1f][0x11]!~S[0x5][0x1][0xfe]P[0xa0]|J0Z[0xc3]fA[0xf9][0x91]X[0xfc]X[0xc3][0x16][0xb1][0xf8][0x89]X[0xfc]TCT,~&[0x16]?[0xd7][0xd0]![0x16][0xbf][0x10][0x8b]g4[0xc4][0xc4][0xe2][0x97][0x1a]:[0xc5][0xf8][0xac] [0xfe]J[0xc3]V[0xb1][0xf8][0xb5]X<[0xa7][0xe2]7*~[0xab][0xe2]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x9d]mm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BQ[0xcb][0xee]o[0xd2]Sz|[0xc0]hJZ[0xfd][0xfd][0x9][0xb3]_[0x8c][0xab][0xf6]4E[0x8d]!#y[0xa6][0x82][0xb2][0xb6][0xe6][0x9e][0xe6]([0xc7][0xd6][0xae][0xae][0xce].[0x5][0xa5]g7w[0xc5]8[0xb4][0xc7][0xda]:I[0xdd][0xd0][0xba]~[0xdb]F[0x8e]=][0xcd]-[0xad]d[0xdb][0x1c][0xe5]Y[0xad][0xa5][0xb9][0xa7]ucg[0xd7][0xe][0x5][0xc1][0xe8][0x1e]}HoJ[0xea]d[0xdc][0x9d][0xb1][0xc9][0x9f]<[0xab]Z,3[0x9d][0xd1][0xcd][0xcc]v=[0x99]54[0xfc]^Ay[0xb4]u{k[0xb4][[0xc1][0xf1][0xb9][0xb][0xd9]L"[0xd9][0x14][0xb7][0xcc]x[0xd6][0xb6][\r]3[0xd3][0xd4][0xe2]N;[0xf4][0x14]YTt'[0xfa]M=[0x93][0xb5][\r][0x5][0xe7][0xcc][0xe0][0xca][0x9a][0xc9]8[0xa6][0xd3]}-[0xc5]T[0xa7][\r];[0xa1]'[0xb7][0x1b]v:a[0x99][0xdb][0xda]7(P6[0x97]A[0xfc][0x16][0x86]ji[0x6]S[0x1f]$[0x2]-af[0x9c]K[0xdc]n[0xa7]~B[0xb9]>[0xdd][0xee][0x93][0xb4][0xe5]S[0x8b]J[0xa7][0x12][0xc4]Sp[0x9a]B[0xcb][0xd7]$[0xcc]Df[0xad][0x82][0x5][\r][0x93]Q[0xb7]/[0xdb]N[0xb1]-V[0x1f][0xc5][0xce][0x8e]&L#[0x96][0x1d][0xec]5[0xec][0x1e][0xbd]7i[0x8]s[q[0xc2][0xd5][0x9][0x9a]kI,[0xcd][0xc]$[0xd2]DE9[0xf1][0xb]h[0xb][0x87][0xcc][0xa8]V[0xf1][0x7]z[0xac]a[0x19][0x11]W[0xf7][0x1b][0x99][0xee][0x89][0xa0][0x1b][0x1b][0x96][0xfd][0xb0]+[0x12][0xe9]v[0xb3][0x8b]P)[0xb2][0xa5]a:[0xeb]N[0xb7][0xbf][0xec]\[0x9a]u0aJ4[0xda][0xa0][0xbe]WN[0x83][0x89]t[0xd4]H[0xa7][0xbb]SF<[0xb1];[0x11][0xef][0x19][0xd0]M[0x5][0xf5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xc][0xcb][0x92].[0x8b][0xe][0xcb]6&[0xb2]([0x8b]'-[0x93][0xd8][0x97][0xbe][0x91][0xe2]ye[0xfd][0xad]{[0xe3]F*[0xc3][0xa0][0xa0]e+[0xe2][0xd6]`J[0xb7][0x8d][0x1e]kF@h[0xef]2+3`[0xd8]t[0xb5]qaVO[0x92][0xc5][0xfc]BWw[0xf6][0xee]1[0xe2][0x19][0x7]qp2Y[0xc1][0x1c]zk[0x83][0x11]O[0xea]""Z[0x92]z[0x9a][0xc][0xe6][0x12][0xf5][0xf8]Q[0x87][0xc8][0x93][0xab]'S[0xd7][0xcc]$[0xee][0xb5][0x1]==[0x90][0xb][0xb2]y[0x13]X[0xb8]9[0xac]e[0xac][0xdc]\[0x81][0xba][0xdb][0xb2]cN[0x1e][0xac][0xf6][0xc][0xd8][0xe9][0xad]Yb[0xec]Up\[0xc1][0xdd][0xf6]d[0xd2][0xe8][0xd7][0x93][0xc][0xb1][0x8c][0xe1]Z[0xfa][0xcc]\[0xa2]9E[0x83][0xc5][0x9b]+[0xda]A[0x6][0xc5]*[0xf][0xc9]3[0x10][0xac]f,[0xc9][0xa0]4[0xdd]lS[0x97][0x1e][0xf]>[0xd3]:tz9[0x81]>c[0xb7][0x9e]M[0xe6][0xd1][0x96][0xf][0x9][0x1d][0xd2]"Z[0x96][0xed][0x9c][0xfe][0xf6][0x82][0x82][0x2][0xd7]b[0xd1]4qi[0x8e][0x5][0x13][0xd3]}_*[0x9f][0xf2][0xa7]{[0xde][0x98][0x91][0xeb]U[0x7][[0xe7]n[0x86][0xb5][0x93]-[0x1e][0x9e][0xcd]E[0x97][0x97][0xc1][0xc7]I[0xad]fvP8[0xcc][0xe0]([0x80]1j=[0xe2]s[0xc1][0xa4][0xe8][0xec][0xe9]qP[0xb4][0xad][0xe9]9[0xa3][0x88][nk[0xed]$ 9[0xba][0x7][0x1a][0xd2][0x15]T[0xda][0x86][0xde][0xd7]e[0xa4][0xad][0xe4][0xd0][0xa4]`v[0x13][0xca]3[0xfb][0x98][0xa6][0xda][0x9a]xR[0xd6]b[0xd6]I[0x16][0xde][0xf3]'[0x9f]+[0x84][0xe3][0x94][0x1][0xe1][0x81][0x19]X:w/a5u;-&[0xb1]_[0xdc][0x13][0x95][0xa5][0xdb][0xca][0xda]q[0xa3]-![0xfc][0xe8]wN7[0x8a][0xa3][0x1][0xf4][0xe2]&[0x15][0xc][0xe0]O[0xf8]3[0xab][0xd4][0xa4]da[0xfc]f[0x7][0xd9][0xed][0xdc]|aJ[0xc9][0xad][0x90][0x99]M&C[0x96][0x1d]2[0x6]S[0x99]}![0x87]iH[0xb4][0xae]F[0xc1][0xf5]/[0x5][0x7]s[[0xcc][0xb2]P[0x92]56[0x94]ae[0xc][0xed]7l[0x8b][0x7]w[0xa1]+[0x80][0xf3][0xf0]v[0x15][\r] [0x89][0xbf][0x5]p>[0x88]j[0x1b][0xb6][0xab]x>[0x80][0x17][0xf0][0xa2][0x82]c[0xa7]Ia[0x5]5[0xc5]~Z[0x9f]M$[0xfb][0x9c]Z[0x98][0x93][0x1d][0xc0][0xdf][0xf1][0xf][0x5][0xb5]![0x96][0xa0][0x90][0x9e][0x14][0xee][0xdb][0x17][0xea]5[0xc]3[0xc4][0x1c]b[0xbf][0xeb]#[0x94][0xcb]p)[0xdf][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x80][0x95];fe[0xba][0xb3][0xa9][0x94]eg[0x8c][0xbe][0x2][0x81]K[0xde][0xd8][0x13]l[0x82][0x1]\[0x82][0xb][0x2]x[0x9]/[0xb]k[0xc4][0x3][0x88][0xa1]=[0x80][0x8f][0xe0]*[0x15][0xff][0xc][0xe0]_[0xf8]w[0x0][0xff][0xc1][0x3][0xb8][0x1a][0xaf][0xa8]x5[0x80][0xd7][0xc4][0xe9][0xd7][0xd9][0xea]q[0xdc][0xc][0x92]w^[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%][0x83][0x87][0xfa][0x13]C[0x86][0xd9][0xa8]*J@)Q|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]n3/0[0xad][0x8b]Ly&.[0xdf][0x8c]B;Y[0x15]w[0xf1]\i[0x0][0xd7][0xe0][0xd3][0xe2]qE[0x0]C[0xb8]([0x80]}[0xd8][0xaf][0xe0][0xc4]i^y6[0xb1]~[0xb3][0xd5][0x7][0xb0]I[0xf8][0xe8]<[0x81]x[0x93][0xd0]j[0xb3]Xn[0x16][0xb3]-b[0xb6]E[0xcc][0xa2]b[0x16][0x15][0xb3][0xe]1[0xeb][0x10][0xb3][0x98][0x98]u[0xe6][0x1e]\n[0x15][0xb3][0xad][0x10]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x9]@[\r][0xbd]2 O.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "p[0xb6]>Y[0x3][0xab][0x8b][0x3]A[0xc1][0x9]S[0x1a][0xd3]Q4w[0x8c]USM[0xa4][E +X<[0xa1][0x1a][0xc][0xe8]v7[0x1b][0xaa]a[0xc6][\r][0xa7]y[0xce][0xf7]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xe2][0xf0][0xcc][0xdf]k[0x14]45[0xbc]Q[0x7][0xf3]z[0x11]Z:[0xfd][0xeb]([0xeb]R*[0x9b]i[0xdf][0xdd][0xdc][0x9b]&[0x81][0xf5][0xda][0xa3][0x0]y[0x94]$[0xaf][0xda]U[0xae][0xa7]R[0x86][0xd9][0xa7]`[0x85]g[0xb][0x9c]"[0xdd]x[0xd1][0xc7][0xee][0xc9]@[0xf2]*}^r[0xaa][0xc7][0xb5]r[0xba][0xe]][0xa9][0xb6][0xc6]6F[0xdb][0xbb]7[0xb9][0xaf])[0x5][0xbb][0xa2][0xf4]f[0xac]m[0xc4]f[0xb7][0xe8]ic\P[0xe1][0x19][0xcf]7[0x8b][0x85][0xf9][0x1a]=[0xb9][0xdf][0xcd][0xf3][0xa2][0x8b][0xde][0x9d][0xd8]o8[0xcd][0xbc][0xd9][0xb6]u[0x86]EC[0xc3]N[0xf][0xad][0x1b]i)r+[0xb7]J8[0xce][0x19][0x17][0xe9]-[0xe7]NG[0xce][0x82][0xdc]aW[0xce][0x1c]zE[0xc8][0x91][0xdc]g;[0xdc][0xb3]Ss[0x9f]J[0x8b][0xb1][0x99]sg[0xd3][0xe3]1[0xc1][0xfd][0x14][0x8e][0xe2][0xb2]6[0x86][0xf9][0x8c][0xa8][0x5]G[0x8b][0xcc][0xfd]p[0x81][0xb9]5[0xc9]t/[0xff][0xa5][0xa4][0xcc][0xe7][0x9f][0x9d]S[0xe2]<_[0xe2][0xc][0xe5]q[0xde][0xc][0xb5][0xe4]v[0xcc][0xcd]/o[0x9d][0x2][0xf6]c[0x5][0xb0]C.[0xec][0x10]C2[0xf][0xbb][0x1c][0xbe][0xd9][0xb3][0x1c][0xdc][0xef]d[0x90][0xe6][0xa4][0x9d]%[0xa5][0x5]#[0xf][0xa1][0xe6]Z[0x4]"[0xe1][0xdb][0xa6][0xe0][0xff]D[0x1][0xff][0xa0][0xcb]?H[0xfe][0xef][0x1e]7K[0xb5][0xc3][0xfe]=[0xb8]X[0x9a]e[0x85][0xc]A_[0xb0][0xa6]8[0x0][0x9f],[0xb0][0x88]O[0xf2][0xcb][0xd5][0x86][0xf7][0x92]v[0x89][0x9b][0x2][0xa7]H[0x16][0x1a][\r][0xa0][0x8e]baq[0x16]<[0xe5]aY[0x85][0xc9]v[0xa9]G[0x16][0xa8][0xc5] [0x9e][0xf1][0xcc][0x82][0xcb]fv[0xf9]9[0x8f][0xcb][0x15][0xcc][0xca][0xf7][0xcb][0xcb]7[0xd1][0xbb][0xa5][0x1c]#,;[0xac]:[0x8b]J[0xf0] j:[0x96]?[0x82][0xb2][0xe5][0xc3]c[0xa8][0xd9][0x11]^|[0x8][0xb5][0xc3][0xb1][0xc2][0xdd]a^[0x9d][0xcb]<9[0x6]U[0xd2][0xf8][0xb5][0x14][0x6]<[0xcf][0xf5][0xb][0x8c][0xc1][0x17][0xb9][0xfb][0x12]w_[0xc6][0x12][0xbe][0xfd][0x9][0xf1]a[0x8a]X[0xc2][0xdd][0xf][0xe0]r'[0xef]"[0xb2][0x8c][0x8a][0xd9][0x7]Yg[0x14][0xee]-qb7[0x97]w[0x1][0x94][0xbc][0x82][0xb9][0xac]7[0xed]*>D[0xb8][0x1f][0xc6][0x15][0x12][0xee]i2[0x84][0xab]&[0x2][0x9a][0xa0][0xb3][0xe2]+[0xd0][0xb9]J[0x8a][0xaa][0xe0][0xb][0xe9][0x15][0xae][0xb7]d[0x1e][0x84]G[0xb0][0xf8]0[0xea][0x8a][0xef][0xcf][0x9a][0xe0][0xad]+[0xdd][0xfb]W[0xc9][0xfb][0x17]S[0x9][0xa1]F}[0xf8]Q[0x94]E[0x86][0x5][0x94][0x11][0x1c]3[0x8a]%[0xe3][0xf6]{[0x14]j[0x84][0x1][0xba]|[0xd8][\r][0xd0][0xa0]0[0xb3]R[0x8b]Re1[0xca][0x95]c[0xb0]HYRP[0x89][0xea]][0x8b][0xd4][0xe3][0xa3]N2,[0x82][0xbf][0xc0]"[0xb4]t[0xf9]+[0xa8][0xa5]I[0xd6][0xf1]O4W[0xe3]c[0x12][0xcd][0xdb][0xa4]6u[0xc4]q[0x4][0xc7]*[0xd8][0x12][0xa6]eB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]G[0xcd][0x11][0x1c]'[0x0]-[0x1d][0x87][0xe1][0x17][0xb9][0xa1][0x9c][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xc1][0xd5][0xb2][0x82][0xe][0xbb][0x1a][0x1f][0xe7][0xea][0x13][0x13]([0x9f]t[0xf4][0xbe][0xc6][0xb5][0xdb][0x1][0xd9][0xd7][0xd6][0x87][0x83][0xf5][0x87]q[0xfc][0xd9]R[0xeb][0xa8][0xe8]X[0x93]B[0xc7][0xe7][0xf6][0xad][0x13][0xf2]}[0xeb][0xc4]|[0xdf]*;[0xea][0xe2]qBGY[0x5]UY[0x8d][0xd9][0xca][0xa9][0xa8]SN#[0xf6][0xd3][0xb1]T9[0xa3][0xc0]<[0xeb][0xa5]yfc%>[0xe5][0xb4][0xa8]:[0x9c]X`[0x9e]J([0xaf]b)[0xbb]S[0xce]8|[0xe3][0x97][0xb9][0x1d][0x95][0xa5][0xa3]<[0xcc]>|[0xd2][0xb8][0x19]r[0x8e][0xde]RP.[0xca]q-[0xae]s[0xf5]4[0x80][0x8d][0xf8][0xa3][0x82][0xcf]y[0xb0][0x1]wx[0xd0][0x85];[0x1b]q[0x17][0x8e][0xb9]iv7[0xff]|[0xbe][0x11]_[0xc0]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc8][0xf]_R[0xf0]e[0xf]<[0xbc][0xd1][0x85][0xaf][0xf0][0xec][0xab].|[0x8d][0xc7][0xaf]7[0xe2][0x1b][0xb8]W[0xc1]7=h[0xe5][0xd7][0xad][0xb8][0x87][0x5][0x8f][0xf3][0xec]8[0xab][0xfd][0x16][0xff]|[0x9b][0xbe][0xa3][0xe0][0xbe]Ft[0xe0]~[0xf][0x1e][0xc0][0x83][0xbc][0xf2][0x90][0x1b][0xdf][0xc5][0xc3]<[0xfb][0x1e][0xc3][0xf8]>[0xcf]~[0xa0][0xe0][0x84][0xb]?[0xf4]`5~[0xc4][0xcf][0x8f][0xf0][0xcf][0xa3][0x1e]<[0x86][0x1f][0xf3][0xec]'<[0xfb])C=[0xc9]?[0x8f]+8[0xe5][0xc2]i~[0xf3][0x84][0x7]ObN[0xc1][0x19][0xf]B[0xb8]C[0xc1][0xbc][0xc0][0xf2][0xbe]][0xe1][0xf1][0x91][0xd1][0xfd][0x7][0xf6][0x8c][0x8e][0xec][0xe9][0x1d][0x1d][0xdf]`x[0xd7]P[0xaf][0x80]o[0xf0][0x90]:[0xa3][0x86][0xe2]jb24[0xa6][0xa7]c[0x89][0xc9][0x1e][0x81]e[0xe1]d"[0xa3][0xab][0x9]}[0x9f][0x1a][0xcf]j.,[0x8][0xb4][0x8c][0x8e][0x8c][0x8c][0x1f][0x18][0x1c][0xe9][0xef][0xef][0x1d][0x95][0xa2][\r][0xb9]'[0x81][0xd5][0x83][0xc9][0xf4]dHM[0xa9][0x91])-[0x14]ONN[0x92][0x16][0x1e]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd2][0x93][0x96]&[0x95][0x8e][0xbe][0xeb][0xc3][0xc3][0x2][0xca][0x84][0x1a][0xd1][0x93][0xe9][0xdb][0x4]6V[0x17][0xca][0xa4]bR[0x90]p[0xe8][0xda][0xac][0xde][0x97][0x13]"5[\r][c[0x89][0x98][0xbe]][0xc0][0xde][0xb9]f[0x1f]i[\r]'[0xa3][0x9a]@[0xf3]`,[0xa1][\r]g[0xa7][0xf]j[0xe9]q[0xf5]`\cZ[0xc9][0x88][0x1a][0xdf][0xa7][0xa6]c[0xfc],[0x17][0x1d][0xfa]T,#pYM[0xb8]CjB[0xcd]An[0xd0]fc[0x19][0x9d][0x4][0x96]w[0x96];i[0xcd][0x8d][0xa4]/[0xa1]N[0x93]Z[0xcf][0xa4][0xa6]K[0xa0][0x2][0xeb]:[0xd7][0xd4]A[0x8c][0xac][0xd8][0xb4]Y[0xf6]`[0xc1][0xc0]@<[0xae]M[0xaa][0xf1]1][0xd5][0xb5][0xde][0xd9][0x88][0x96][0xd2]c[0xc9][0x4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]D[0xe][0xf][0xa9])[0x83][\r]E[0xa3]@[0xa8][0xf3][0xc6]:[0xad]5E[0xb2][0xe9][0xb4][0x96]([0xe0][0x15][0xc4][0xa3][0xcf][0xca]/[0x1c]W3[0x99][0xc1][0xa4][0x1a]%[0x1f][0xd4][0xab][0xbd]!n[0xc8][0x9][0xb4]WQ(pCU[[0x96][0xf5][0x91][0x83][0x87][0xb4][0x88][0xde]S[0xa7][0xf5]f[0x1a][0xb4]tB[0x8d][0x9b][0xe4]|[0xe5]:[0x5][0xc6][0x17]A[0x90][0xd0][0xf4][0xd0][0xde][0xd1][0x81]z[0xad]7E[0x92][0x89][0x89][0xd8]$[0xc7][0x1d][0x1f][0x18]-[0x14][0xab][0x13][0x98][0xa8][0x83][0xfa];[0x82]2[0xfb][0x1b][0xaa][0x10][0xe7][0xf5][0x99][0xde]U!U[0xea][0x8d]"[0xc7][0xc4][0xad][0x91]DI[0xa4]HU[0xef]R[0x9c][0xba]2SY=[0x9a][0xa5]f[0xf2][0x82][0x1b][0xea][0xee][0xfe][0x2][0x87][0x96]~[0xbb]*/Y[0xf5][0xde][0xb7][0xf8][0xca]#k[0xb]u[0xf3][0xce]5[0xe5][0xa6][0xe9][0xdb][0x81]BDKD[0x5][0xd6]V[0xec][0xa6]U[0xf2][0x8d]/sz2[0xb7]D[0x97][0xb9]#j:Q[0xe5]{[0x8d][0xae];[0xc7][0xde][0x11][0xe7]w[0xf9][0xa6][0xec][0xd6]s[0xc9][0xc8]M[0xbc][0xbb]v[0x1][0x1b][0xd5]&[0xe2][0x4][0x81]rl/=R3[0xe5][0xf]N[0xeb][0xbd][0xa1][0xad]s[0xa0][0xd2]=a[0xfb][0xa2][0x5]?[0x7][0xdd][0xbc][0x2][0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]4i[0xd7][0xc0][0xf0][0xd8][0xf8][0xae][0xe1]0}[0xec][0xef]\[0xbc]{[0xd4]T[0xc6][0x7][0xc5][0xb0]s[0x80][0xfd][0x9d][0x95][0xf0]6[0xe5]7[0xc][0xca][0xcf][0xc8][0x8e][0xf2]m[0xe6][0x87][0xa4]B[0x9b][0x87][0x8d][0xef][0xef]J[0xdf][0x1c][0x8b][0x1c]F/})&[0xa8]>[0x99][0xcd]'}[0x9e][0xfb]eE[0xa3][0xd5][0x8f]=C='[0x9b][0x9][0x8d][0x19]C>[0xcd][0xd7][0xd7][0xfc]V([0x97][0xe8][0xc1]jta[0x3][0x0]':p[0x5]6[0x82][0xae][0xed][0xf4]d[0xc3]fz[0xde]by[0xee][0xc6]Jnk4_[0xc9][0xdd][0x90][0xc6]k[0xb9]5[0xd2][0x18][0x80][0x83][0xdb]&[0xed][0xdc]n[0xfc][0x99]L[0xd0]?[0xd2][0x17]<[0x3][0xdb][0xe3][0x86][0xe8][0xe][0xfa][0xf5][0xd0][0x8]|[0x80][0xb6][0xe]`'[0xb8][0xf0][0x1a][0x9b][0xb0][0xb][0xbb]it#[0x8c]k[0xa4][0x82]M[0xb4][0x93][0xdf]y[0xe6]a[0xf].[0xc0]a[0xc3]c[0xa6][0x96][0x6][0xe3][0xcd][0x98]E[0x83][0x7][0xbd][0x6][0x18]77m[0xa9][0xe1].[0xd2][0xcb][0xef]v[0x9c][0x82][0xf3][0x14][0x1a][0x84]p,@q[0xe2][0xe4]u[0xa7][0xe0]>[0xb][0xcf][0xfe]3h[0xc][0xce][0xc1];[0x87]e[0xbe]&[0xfa][0x99]C[0xf3][0x2]Zl8[0x8b]Vz[0xe5][0xcb]I[0xcc][0xc1][0xd2]P[0xd2][0x84]f[0xb8]`7[0xcc][0xfb][0x8]>[0xa0][0xd2][0xca]A[0xb4] [0x82]u[0x88][0x9a]PZ[0x10]"z[0x3][0x86]_[0xc][0xa0]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]3`[\r]JX[0xf7]B1[0x9c][0x10][0xce][0xc3]Z)[0xc4][0x2][0xda][0x14][0x9c][0x1c],[0x0][0xeb]Z[0x4][0x18][0xc9][0xcc]ay[0xe]Z[0xb]ZK[0xa0][0xe9][0xb4][0x92][0xa5][0xf9][0xc][0xd6][0xe3][0x88][0x1]m[0x5][0x99][0xf4][0xd1][0x1]34[0x96][0x9]c[0x8][0xc3][0x5][0x90][0xd7][0xe7]A[0x8e]H[0x90][0xf7][0x91][0xef][0xec][0x5][0xdf][0x5][0xc5][0xaa][0x9c][0xef][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xbb]kB$[0x89][0x1a][0xbe][0xbb][0x93]V[0xee]"[0xe0][0xc7][0xc8]ww[0x1b][0x0][0x3][0xf4]>[0xef];[0xf6][0xce][0xe][0xec][0xc1][0xf5][0x80]1c[0xa8][0xa2][0xcc][0x9f][0xa3][0x12][0xea][0x9][0x82][0xea][0xb0]@[0xed][0x96]P[0x87][0xb]P[0xd7][0xd6][0x86][0xda]][0xb][0xea][0xfd][0xb4][0xf2][0x0]A{[0x90][0xa0]>d@[\r][0xd2]z[0x1e][0xaa][0xbd]"T[0x9e][0x8d]a[0x9c][0x88][0x94][0x82][0xde]+A?JA[0xe0]([0x4][0x1]y[0xab][[0x6][0xc1][0xd2]a[0xb3]L[0x8d] x[0x82]V[0x9e][0xa4][0xf9][0x1c][0x5][0xc1][0x19][0x13]x>[0x8][0xec]F[0x10][0xe4][0x81][0x87]M[0xe0]a[0xec][0xc3][0x7][0xb][0xc0][0xcd][0xc0][0xb8]A[0x2]?C[0xc0][0x9d]4[0xf6][0x9a][0xde]^+[0x81]_[0xed]( [0xef]p,[0xe6][0xf1][0xb5][0xb5][0xa0][0xbf]B+[0xaf][0xc2][0x8f][0xd7][0xa8][0x14][0x9d]3[0xa0]o"[0xa3]~zb[0xe8][0xbc][0xa3][0xd7][0x84][0xde]kB[0xef][0x95]>[0xe7][0x19][0x93][0xb0][0x97][0x91][0xd8]/Id[0xd4]^[0x9e][0x15][0xa5][0xea]P[0x1e][0xe6]M[0x12][0xe6][0xc3]2U[\r][0x98]][0xe2][0xc2]z[0x12][0x95][0xf7]W[0x87])[0x9a][0xb1]L[0xb4][0xa0]I[0xb4][0xa2][[0xf8][0xcc]h[0xcf][0xc3][0xb4][0x97][0xc0]d[0xaf][0xb][0x13][0xb0][0xad][0x8][0xb0][0x9b]>[0x8f][0xf2]]l[0xb5][0xb1][0x8b][0x1a][0x94]}[0x1e]+[0xb8][0x8b][0x89]B[0x17][0x13][0xd4][0xf0][0xc4]jc[0xfb]-r[0xfb][0x16][0xd9][0xf4]\+[0xe7][0xd1]>[0x8f][0xb]J[0xfa][0x9e][0xd8][0x8]El[0xb2]t-[0x97][0xac][0xc2][0xac][0xe3][0x80][0xd4][0xb1]G[0xea]X[0x1e]|[0x1][0xfe][0xe0]s[0xe8]8[0xe]o[0xf0]Yt,`[0xa5][0x0]+[0xcc][0xb1]nbNb'[0x1a][0xc5].[0xb4][0x89][0xb0]E[0xe9]r|[0x98]zS[0xae][0xb4][0xdb]![0xda]H[0xfb]AjR9[0xed][0x17]JB[0x94][0xab][0xce][0x93]&[0x1f][0xa3][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x1e][0x85]V[0xd6][0xc0]O[0xc3]YJ[0xe4]f[0xa2]~KQ[0x3][0xcf][0xdd][0x1][0xdc][0xf4]y8)[0x15][0x4][0xa4])[0x97]s[0x1e][0xab][0xe6]qa[0xa9][0xb9][0xc3][0xc6][0xee])[0xd2][0xc7][0xbb]o[0x92][0xed][0xde]O[0xb4][0x95][0xe0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x92]:[0x85][0xf7][0xcc][0xe3]"[0x16]tX[0x4][0x8f]Y[0xc][0xfb][0x11][0xc3]![0x1a][0xf][0x17][0xad][0xc4]%}j[0xb4][0xae][0xb0][0x82]i$[0xc][0xfc]I[0xc3]bJ[0xe2][0x1b][0x92][0x16]W[0x90]E[0xf]][0x4]..3j[0xb7][0x18]}[0xc4]bt[0x5]n[0xa5][0xc]5M4[0x1a]&Xu[0xba]L[0xf5][0x8b]X&[0xe9][0x9f] #[0x86][0xea]@[0xa9][0xea][0x97][0x8a]T[0xf7][0xca]K[0x95][0xa1][0xba][0xa9]OA[0x86]|N[0xdf][0xb9][0xd2]O[0xf7][0x90]('[0xdd]*B[0xed][0xc][0x9e]l [0xe5][0x83]]d[0xe5],V[0xef][0xf7][0xbd][0xf7][0xc].y[0xa6][0xab][0xe0][0xaf][0x95]\[0xe5][0xc4]ktX[0xe7][0xe8][0xd2][0xf0]:[0x5][0xcb][0x1b]h[0x16]o[0xa2]C[0xbc]e[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0x95][0xf4]a#U[0xe2][0x19][0x9a][0x9][0xc3][0x9b][0x85]wq[0xf3]]\[0xe6][0xb6][0x1b][0xb6][0x86][0xb7][0xe1]+x[0xf6][0x8]-[0xcd]V;[0xf9]KKO[0xfe]O[0xc6][0xee][0xfc][0xc9][0x1f][0xa6][0x91]M[0xb5][0x7][0xe7]q[0xd9] ]|[0xde]G[0xc9]v9[0x8d][0x9d][0xb]XcC[0xc1][[0xb9][0xd0][0xfb];[0x9c][0xe2][0x1f][0x16][0xf4][0xed][0x12][0xbd][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]m%[0xe8][0xdb]%[0xfa][0xdc];F_[0x8][0x84]Y[0x1c][0x95][0x0]fH?[0x17][0x88][0xb][0x18][0xc0]P[0xb7][0x4]@cg[0xd7][0x2][0x82][0xf6]2[0x4]o[0x13][0x82][0xff][0x98][0x95][0x90][0xe4]$[0x2][0x9e]}[0x4][0x1f]%+[0xdc][0xab][0x18][0x8b][0xcd][0x82][0xe5][0x2][0x13][0x8b][0xdf][0xc0]b[0x93]X>f`[0xf9][0xb8][0x99]u[0xb9][0xc8]q[0xb3][0xeb][0x82]2[0xe]-[0x97]^[0x9b][0xdb][0x12],n[0xc3][0x1c][0xc][0x5][0xf9][0xa8][0xbe]V[0xa6][0xad][0xbf]$[0xaa][0xe5]1X[0xe2][0xce][0xb6][0xa2]([0x8f]*[0x86][0xf4],>![0xf5][0xee][0x95][0xa7][0xd4]V[0xa2][0xb7][0xab]mv[0xaf]m[0x86]>[0xf2][0xcd]<[0xd6][0x9d][0x86][0xdb][0xc7]9u[0x1a][\r]g[0x11][0xa2][0x86][0xba]^[0x96]ua[0xe9][0xf5][H[0xcd]UD~7Ek[0x98][0xde]|[0xc6][0x80][0xf9][0xd9][0xff][0x1]PK[0x7][0x8][0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Logger.class[0xe5][0x9b][0xed]s\U[0x1d][0xc7][0xcf][0x85]>#[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xa2] [0xf][0xc2][0xa6]@S(`iB[0xa4][0xf4]4=[0x85][0xa4]=4[0xa1][0xa5]O[0xc0][0xed][0xf6]6[0xd9]v[0xbb][0x9b]n6[0xe5]A[0x1][0xb][0xa8][0xa8](h}:[0xa8]((>[0x1c][0x1f]gt[0xc6][0x19]_[0xf8][0xc2][0x19][0x9d][0xd1][0xd7][0xce][0xe8]_[0xe0][0x8c][0xfe][0x5][0xbe]r[0xbc]{[0xf2][0xc9][0xed][0xe6][0xe6][0xdc][0xcd][0xde]d[0x93]&%3[0x99][0xef][0x9c]{[0xcf][0xf9]=[0xdc][0xcf][0xef]wo[0xf6][0xec][0xcd][0xdf][0xfe][0xf7][0x87]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!6[0x89]_[0xaf][0x16][0xbf]\-~[0x15][0x88]5[0xc5][0xb0]^[0x1c]-UF[0x2][0xb1][0xb9]0P[0xad][0x8d]t[0x87]caq4[0xea].WGF[0xe2][0xc3][\r][0xbd][0xe7]x[0xf7]@t:*[0xf7][0xc][0x1c][0xf]O[0x87][0xdd][0xe5]0><[0x1d][0x1e])G=]{[0x3]qM![0xf3][0xd4][0xca][0xa3][0xd1][0x91][0x89][0xd8][0xfa][0xae][0x16][0xd6][0x7][0xc3][0xda][0x89][0xa8][0xd6][0x93]=[0xe1]d4>[0x1e][0x8e]D[0xdd][0x83][0x93][0xea][0xc][0x17];i03[0xfc][0xa1][0xf9]x[0x99][0xa8][0x97][0xca]S.[0x86]&[0xc6][0xc6][0xca][0xa5]xz[0xc3][0xea]h[0xc7][0xad]f&[0xd0][0xdb][0x86][0xab]sk[0xb7][0x8d][0x86][0xb5][0xa1][0xe8][0xd4]DT)N.t[0xee][0xcb]3C[0xba]/[0x97][0xcd][0xdd]G[0x8e]G[0xc5][0xba][[0xf8][0xc8]\[0x16]v([0x8c][0xa1]z->[0xed][0x16][0xee][0x9c][0xcb][0xc2][0x83][0xfe][0x94][0x9e][0x9c][0x9b][0xad][0xd6][0xc5]1[0xad][0xd6][0xd6][0xe][0x95]F*a}[0xa2][0x16][0x5][0xe2][0xc8]Bz[0xeb]][0xdf]7[0x7]J8[0xc9][0xa4]40[0xef]V[0x99]v5vw[0xcc][0xdc]T[0xba]a[0xe7][0x2][0xcc][0xbc][0x8]G;[0x1a]u[0xa6][0x9b];[[0xb8][0xf1][0xdd][0x82][0x1f][0xca]1?[0xd3][0xe9][0xdd]-[0x8c]d[0xde]@w[0xe4]][0x94][0xe9][0xfe][0xba]B[0xab][0xdb][0xdf][0xc6][0xcc][0xb3][0x99][0x6][0xaf]*[0xf8];}[0xbd][0xe7]x{F[0x9a]n=[0x5][0xcf][0xf1][0x8c];K[0x9f]wj[0x8e]V[0xd9]:[0xf][0x3]S[0xcd][0xb1][0xde]c#3[0xe9][0xdb]g[0x83]:-[0xbc][\r][0xed][0xce][0x9e][0x8a][0xe5][0xc1][0xb6][0xcd]gF[0xb8]-[0x8f][0xcf]L+j[0x9e]7[0xc8]&[0xc8][0x7]:c[0xca]o[0xbc][0xbc]P[0xc6][0xfd][0xee]^X[0xe8][0xac][0x8c]j[0xb5]j-[0x10]+[0xa2]gJ[0xf5]@[0xdc][0xea][0xfb][0xfc]5[0xf3]P [0xae][0xef][0xdd][0xb3]e[0xe6][0xf1][0xbe][0xc2][0xf0][0x9e][0x9e][0xae][0xf8]76|,[0xac][0x87][0xe5]@[0xac][0x19][0x89][0xea]n[0x3]4[0x10]7[0x15][0xba]f[0xdb]$[\r][0xc4][0x15][0xf1]|>[0xf6][0x87][0xc5]z[0xb5]q[0x15]6[0xb5]Z[0x98][0xfa][0xac][0xcc][0xa2][0xd8][0xd2][0x3][0xbd][0x83][0xfd][[0xb6][0xe4]^[0xd8]W[0xe8][0x1a][0x1e][0xec][0x8f][0xd7][0xaf][0x8e]#[0xd9][0x15][0x9e][0x8c][0x2]qe[0xa1]kfi[0xc5][0xd7][0xac]T9V[\r][0xc4]e[0xa5]q[0xd9][0xd8][0xa6][0xdd]^i|H9[0xea][0xa0][0x1d][0x8][0xc4]-[0xb3]?}[0x1b][0xd3][0xd6][0x96][0xc6][0x93][0x85]7[0xcf][0xba][0x89][0xdc]X!g[0xdf]jn[0xc7]q[0x1c][0xf6][0xf6][0x6][0xfb][0xc4]{|[0xa0][0xbf][0xc1],9pii|g[0x9c]a[0xf3][0x84][0xe1]ZX[0x8c][0x9a]'[0xec][0xb]k[0x95]s[0x89][0xc7]N[0x2]Q[0x99]|[0xf9]vR^^L[0x87]M[0x85]0[0xfd][0x83][0xe9][0xf8]BF[0x91][0xb9][0x97][0xf3][0xea][0xa2]{[0xcd][0xbc][0x0][0x87]:[0x10][0xca]9[0xdb]3v[0x93]N-[0x9c][0xf9][0xcc][0x94][0xf6]v[0xd4]g[0xd3]m[0xf7][0xc4]B[0x18]^[0xa4]4[0x9a]v[0xd4]J[0xb]a8[0xe3]I[0xf5][0xe2][0xc2][0xf8][0xca][0xb1]i[0xf6][0xd2][0xf9][0x8c]`j#[0xae][0xb3][0x95]3[0xdb][0xae]b[0xab]][0xac][0xce][0xdc]^[0xa6]][0xe1][0xea][0xa2][0xb9][0x9b][0xba][0x9c]g[0x16]/[0xc1][0xcc][0x8b][0xfc][0xca][0xa2]f[0x9d][0x19][0xc6][0xe0]<[0xc2][0xf0]=[0x96][}_[0x96][0xd7]^f[0xd0]{[0xe6][0xe1]$[0xf3][0xa1]:[0xd2]i[0xa3][0x99][0xe1][0xf7][0xe4]ym`[0xc6]#Q[0xcf]yuf@[0xf7][0xe6]1[0xd9]tw~x[0xe][0xeb]:[0x13]D[0xd3][0xe3][0xa8][0xd5]w[0x3]Y[0xeb]2[0x9e]6O[0xcc][0xc9]T[0x8e][][0xab]o>[0xe7][0xeb]`[0xea][0xe6][0x96][0xb][0xca]l[0x8f][0x82]V[0xdf]L[0xb7][0xd5][0x14][0xd3][0xd2]o[0xf5]FK.kS[0xb9]>[0xd5][0xb1][0xf0]2[0xaf]@[0xab][0x97]fr[0xc7][0x9c][0xe9][0xa5][0xd5][0xeb]-[0x9d]x[0xc0]7[0x15][0xf9]s[0x8b][0xe3][0xca][0xef][0xfc][0xb5][0xf3][0xe5][0xdc][0x1f][0xce][K'[0x1c][0x80][0xbf]Y[0xca][0x1][0xfa]C[0xfe][0xd3][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x9f][0xc4][0xdf][0x97]{[0x12][0xfe][0xb4][0xfe]u[0xe1][0xa5][0xe5]O[0xf4][0xbf][0xef][0x85]D[0xbd][0xa9][0x7][0xeb][0xde][0x9b][0xa9][0xfb][0xeb][0xa0][0xd5][Om[0xfc]1[0xd4]diG,[0xcd]yc[0xa8][0x83][0xf][0xbd][0xe7][0x17][0xcd][0x9b][0xdf][0xff][0xeb][0xe7][0xd1][0xbf]?[0xa2][0xb7][0x97]TD[0xfe][0x18][0xbb][0xc4]c[0xf4]G[0xfd][0xe7]e[0x17][0xb5]?[0x8f]\[0x0]y[0xf8]3[0xfb][0xf7][0x5][0x99][0x99]?[0xd7]Ucq[0xf8][0xf5]c[0x81]XSo|[0xfa]*5[0xfe][0x87][0xa3][0xd5][0xdb][0xd2][0xad][0xfe][0x87][0xc3]{4[0x10][{[0x87][0xb7]xO[0xf5][0xcd][0xea]gx[0xb8][0xa7]+[0xfe][\r][0xc4][0x1d][0x19][0xff][0x1b][0x92][0xe1][0xf2][0xc6]l[0x97][0x89][0xc9][0x95][0xf5][0xc6]wx[0x81]XW[0x9f][0xfc].[0xcf]}[0xcf]|W;[0xdf][0xb0][0xba][0xb9]S;r[0xee][[0x85][0x19][0xe5]p[0xd0]s[0xb5]s[0x1b]>Ph'%[0xb7][0xf1][0xc3]m[0x1b]w;[0xb][0xb9][0xed][0x97][0xe7][0xf5][0xe6]pnw[0xbe]W|[0x16]6[0xc1][0x83]y[0xde]s[0xcf]m}[0xed]dU[0xba][0x97][0x11]6[0xb7][0xf7]J[0xd7][0xcc]C[0x81][0xd8][0x98][0xf1]z[0xc2]L[0x83][0xc9][0xb][0xb][0xad]^[0xa5][0xf7][0x6][0xdb][0xb8][0x8d]<[0x96]wQ[0x9b][0xf1][0xf]f[0xc5][0x9f][0xcf][[0x92]\[0xab][0x9d][0xe2][0x16]{[0xed][0xad]BTs[0xe]qFt+[0x9e][0xe]k[0x95][0xf8][0x8e]4T[0x9d][0xa8][0x15][0xa3][0xfe]R9[0xbe]=]2[0x10][0xaf][0x8d]j[0x1b][0x1a][0x1e][0x2]qC[0xf6][\r][0xd3]M[0xb][0xc4][0xe5][0xe9]PV[0x5]"[0x10][0x17][0x89][0xf8]'8[0xbd]"[0x10][0x17][0x8b][0x15]B8][0xe9]t[0x95]X[0x8d][0xae]A[0xd7][0xa2][0xeb][0xd0]K[0xd0][0xf7][0xa1][0x97][0xa2][0x97][0xa1][0xef][0x8f][0xf5]L[0xac][0x97][0xa3]W[0xc4][0xfe]>[0x10][0xbb][0xbb]H|[0xd0][0x9d][0xbf][0x92]yW%[0xc7][0xaf]v[0xe3][0xf]%[0xe3]k[0xdc][0xf8]Z[0xe6]}[0x18][0xbd][0xe][0xfd][0x8][0xfa]Q[0xf4]z[0xf4][0x6][0xf4]c[0xe8][0x8d][0xf8][0xbf][0x9][0xbd]9[0xb1][0x8b];[0xff]q[0xe6][0xdd][0x9a][0x1c][0xbf][0xcd][0x8d][0xb][0xc9][0xb8][0xcb][0x8d][0xd7]3[0xef]v[0xf4][0xe][0xf4]Nt[0x3][0xda][0x8d]nD[0xef]B[0xef]F7[0xa1][0xf7][0xa0][0xf7][0xa2][0xf7][0xa1][0x9f]@7[0xa3][0xf7][0xa3][[0xd0][0x1e][0xb4][0x17]}[0xc0]i[0x9f][0xf8]d[0x1c][0xe9][0x83][\r][0x9e]bk[0xfc][0xbb]*[0x8e][0xfe]![0x97]q[0x9f][0xd8][0xe6]fH[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88][0xca][0x14]Q[0x9]Q[0x99]"*SD%D%D%D%D%D%D%D%D%D%De[0x8a][0xa8][0x84][0xa8]L[0x11][0x95])[0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0xdb]3[0x88]6[0xce][0xf4][0xc7]}:yf2[0x9f][0x1d][0xa9][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]*[0xc5]Z[0xc1]Z[0xa5]X[0xab][0x14]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x95]b[0xad]`[0xad]R[0xac]U[0x8a][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xf5]N[0xf1][0xb0][0xd3]G[0xc4]@[0x12][0xf7]`<[0xde]%v[0xbb][0xe3][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e]:[0xc5]S[0xc3]S[0xa7]x[0xea][0x14]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[0x9d][0xe2][0xa9][0xe1][0xa9]S[0x93][0xd8][0xd6][0x9d][0x8e]y[0x9f]J[0x8e][0xda][0x8d][0x9f]O[0xc6]/[0xb8][0xf1][0x8b][0xcc][0xfb][0xc]z[0x6]}[0x9]}[0x19]}[0x5][0xfd],[0xfa]9[0xf4][0xf3][0xe8][0xab][0xe8][0x17][0xd0]/[0xa2]_B_C[0xbf][0x8c]~[0x5]}[0x1d]}[0x3][0xfd]*[0xfa]5[0x97][0xd7]Y[0xae][0xf3]Y[0x97]g [0xbe].[0xbe][0x91][0xc4][0xff]M7[0xfe]V2[0xfe]v<6[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff]M[0xaa][0xff][\r][0xfd]oR[0xfd]oR[0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x9b]T[0xff][0x1b][0xfa][0xdf][0xa4][0xfa][0xdf][0xa4][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][0xdf][0x14][0xdf]q[0xf9][0xbd])[0xbe][0x8b]~/[0x89][0xff]-7[0xfe]~2[0xfe][0x81][0x9b][0xff][0xb6][[0xf7]N[0xfc][0xcc][0x9f][0xd4][0xfe][0xe4][0xfc][0xe]7[0xfe]a2[0xfe][0x91][0x1b][0xbf][0xcb][0xbc][0x1f]'[0xc7][0xe2][0xc6]?M[0xc6]?[0x8b][0xc7][0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d]M[0xd5][0x8d][0xa5]nl[0xaa]nl[0xaa]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b][0x9b][0xaa][0x1b]K[0xdd][0xd8]T[0xdd][0xd8]T[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0x8d][0xba][0x89]#[0xfd][0xb9][0x8b][0xf4][0x17][0xff][0x7]PK[0x7][0x8][0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/LoggingException.class[0x8d][0x91][0xc9].[0x4]Q[0x14][0x86][0xff][0xdb]S[0xd1][0x86]6[0xb5]y[0xc][0x8b][0x1e]P[0xb][0xc2][0x82][0xd8][0x18][0x12]R,[0xc][0x1d][0x16][0x16]W[0xb9][0xaa][0xaf]TWI[\r][0x86][0xd7][0xf0]&V" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12][0xb][0xf][0xe0][0x95]$[0xe2][0xdc][0xdb][0x1d][0xa4][0xb5][0xc4][0xe6]Lu[0xce][0xf7][0xff]7[0xf5][0xf6][0xf1][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x9]SY[0xa4]1[0xaa][0xc2][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x6]&[0xc]L2[0xf4][0x84]"[0x90][0xdc][0xad][0x88] [0x94][0xbe]w[0xb2][0xbb][0xc5][0xc0][0xf6][0x18][0xba]6}/[0x8c][0xb8][0x17]U[0xb8][0x1b][0x8b][0xf4][0xe9][0xd9][0xfb][0xd5][0xfe][0xe3][0xf9][0x3]Cf]z2[0xda]`[0xc8][0x17][0xac]k~[0xcb]M[0x97]{[0x8e]y[0x14][0x5][0xd2]s[0xd6][0x8a][0x15][0x86][0xd4][0xa6])[0x18]r[0x96][0xf4][0xc4]A\[0xbb][0x10][0xc1]1[0xbf]pi[0xd2]g[0xf9]6[0x9]q[0x92][0xa3][0xbe]1LEU[0x19]2[0x94]-?pL~[0xc3][0xed][0xaa]0][0xdf]q[0x88][0xa6][0xf2][0xf2][0xb5]i[0xd5][0xbb][0xed]{[[0xdc]Ddq[0x8d][0xc1][0xa8][0x89]0[0xe4][0x8e]f[0xfe][0xf2][0xc0]Pj[0xe1][0xec][0xc7][0xe4][0xb8][0x1a][0xf8]wJ][0xdb]M[0xdb]<[0xe][0x89][0x94]o[0xb9][0xc1]0\[0xf8][0xf3]4{[0xe4][0xc7][0x81]-v[0xa4][0xab][0xef][0x9b]|.[0xaa][0xb3]Nt[0xa0]S[0x85][0x1][0x15][0x86][0x18][0x8a][0xff]~'[0xc3][0xe8][0xb7][0xf0]a[0xec]E[0xb2]&[0xbe]>b[0x6])[0xfa][0x8b][0x0]m![0x3][0x83]r[0x1b]u[0x9][0xb4]#I5[0x89]R[0xec][0xa2][0xc9][0x6][0xcd][0x12][0x94]3[0xa5][0xf2]3[0xd8][0x93][0xde][0xe9][0xa6][0x98][0xd5][0xd3]Yb[0xcc]!G[0xd5]`}[0xb]=[0xe8][0x5]t[0xd5][0x87]~b([0xd6]@[0x83][0xb5]K[0xec]$e[0xa3]T[0x9e]F[0xa2][0x19][0xb6]@G[0x8b][0x1a]6]_[0xfb][0x82][0x19][\r][0x98][0xaa][0xf2]ZJa[0x87]ZYL6SW[0xc8][0xe2][0xea][0x1f][0x16][0x15]KY[0x1c][0xd6]7#[0x9f]PK[0x7][0x8][0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Marker.class[0x85][0x91][0xbf]R[0xc2]@[0x10][0xc6][0xbf][0x3]L0[0xa0][0xa2][0x82][0xff][0x1a][0x1b][0x8b][0xa4]1[0x85]v[0x94][0x8e][0xce]0[0x83][0xe2][0xc][0x1d]VK8Cb[0xc8][0xe9]%P[0xd8][0xf1]Z[0x16]>[0x80][0xf][0xe5][0xb8]9[0x19][0x86][0xa1]Iq[0xf7][0xcd][0xed][0xed][0xfd][0xf6][0xdb][0xbd][0x9f][0xdf][0xaf]o[0x0]7[0xb8][0xb0]qj[0xe3][0xcc][0xc6][0xb9][0x80]C[0x93][0xc9]3i[0x99][0xe6][0x99][0xc0][0xbd][0xfb][0xd2]W:[0xf4][0xe9][0x9d][0x82][0xa9][0xf4][0x13][0x15][0x86]Q[0x1a][0x16]z[0x1b][0xfb][0x8f][0xa4][0xdf][0xa4][0xee]z[0xa5][0x19][0x2][0x96][0xfc][0x98]S[0xc2][0xc0][0x8e][0xdb][0x8f]iA~B[0x9c]4[0x18][0xc7]2[0xc8][0xbb][0xde]H[0xc0][0xe]e[0xfe]D3)[0xd0]v[0xbd][0x8d][0x94]a[0xae][0x19][0xc7][0x4][0x87][0x13][0xd6][0xb6][0xae]\[0xaf][0xdc][0x97]@}J[0xd9][0xf4]NM[0x98]Zu[0xbd][0x1e]C8[0xb0][0x86]p[0x88][0xb]7[0xa3][0xac][0x97]f9[0xa5][0x81][0x1c][0xbc][0x16][0xe4][0xf2]~G[m[0xac]<[0x16]qK[0xcb][0x99]Zp='[0xdb][0xb0][0xeb][0xc][0xd5]\[0x7][0xf2]!J[0xf8][0xa6][0xf1][0x8f][0xb9].[0xde][0xb]\[0x96]T[0x13]hm[0xcf][0x8b]GdB[0x91][0xf2][0x87]RG[0x94]D[0x9f]4N[0xa4]% P[0xe1]U[0xe5]/ujK[0xd4][0xb0][0x3][0xd4][0xd8][0x13]l[0xa3]u[0xec][0x1a]u[0xd0]0[0xda][0xc4][0x9e][0xd1]}[0x1c][0x18]m[0xe1]p[0xa5]GF[0x8f][0xcd]y[0x89]v[0xc1]an[0x87][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xfe][0x0]PK[0x7][0x8][0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.class[0xbd]W[p[0x13][0xd7][0x19][0xfe][0x8e]vW+[0xc9][0xb2][0x1][0x81][0xb0][0x5][0x8][0xb]B[0x0]K[0x2][0x83][0x93]8[0x89][0x3]$[0x6]L[0xe2][0xc4][0x98][0x4]s)![0xb7]E^l[0x81],[0x19]Iv[0x80][0xa6]IH[0x9c]4[0xf7]K[0xdb][0xa4][0x81][0xdc][0x8]m[0xe3]vJ[[0xd2]R[0x2]I[0xeb][0x84]N[0x87]L[0xd3][0xcb]t[0xda]>[0xb4][0x9d][0xb6][0xd3][0x87][0xa6][0xf][0xcd][0xf4][0xa5]O[0x9][0x3][0xa1][0xdf]9[0xbb][0x92]e0[0xc1]})[0x83]w[0xcf][0xd9][0xfd][0xf7][0xbf]|[0xff][0xf7][0xff][0xff][0xd1][0x87][0x9f][0xbd]3[0x2][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x7]0[0x17]y?[0xc2]([0xc8]K[0xd1][0x87][0x81][0x0][0x6]q[0xaf][0xf][0xbb][0x3][0xdc][0xef][0xa9][0x82][0x1f]{M|1[0x80][0xfb][0xf0]%[0xb9][0xb9]?[0x80][0x7][0xf0][0xa0][0x89][0xa4][0xf][0xfb][0xa4][0xc4]C><,[0xef]C[0x1]<"_[0xe][0xe2][0xd1]*|[0x19][0x8f][0x99]x\[0x8a]?!/[0xea][0xdd][0x93]&[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0x82][0xbc][0x94]~Z[0xae][0x9e][0x91][0x97]g[0xe5][0xf6]9[0x1f][0x9e][0xf7][0xe1]+>|[0xd5][0xc4][0xd7]L[0xbc] 0[0xb9]`[0xe7][0xd3]Vf[0x93][0x9d]/[0xa4]s[0xd9][0x8d][0xed][0xab][0x5][0xc4][0xcd][0x2][0xd5][0xab]r[0xd9]B[0xd1][0xca][0x16]7Y[0x99][0x1][0xdb][0x80][0xf3][0xaf][@[0xcf]Z}[0xb6]@[0xa8]c[0x87]5h5f[0xac]lOcW1[0x9f][0xce][0xf6]\'`[0xf6][y;[,[0x8][0xcc][0xdd][0xda][0x91][0xcb][0xf7]4Z[0xfd]V[0xaa][0xd7]n[0xcc][0xe4]zz(![0xef]W[0xee]h\k[0xe5]w[0xda]y[0x8a]{[0x97][0xa5][0xb3][0xe9][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]ma[0xc3]&j^[0x95][0xeb][0xa6][0xe6]I[0x1d][0xe9][0xac][0xdd]9[0xd0][0xb7][0xcd][0xce]o[0xb0][0xb6]e[0x94][0xad]\[0x8a][0x1e]Z[0xf4][0x93]{[0xf7][0xa1]^[0xec]M[0xd3]PU[0x87][0xd4][0xe9][0xa8][0x14][0x8][0xb6]g[0xb3]v~U[0xc6]*[0x14]l[0xbe][0xbc][0xf2]RN[0xac][0xb5][0xb2]V[0x8f][0x9d][0x9f]W[0xa1][0x84]~[0x85][0x17]^[0x18][0x9c]t0`uw[0xdf]Z[0x8a][0xb0]m[0xe1][0xa5]Cl[0x98][0x8][0x8][0xe]f[0x2]s& \[0xed][0x8];{:[0x11][0xcc]Hd[0xca]>[0x19][0xa9][0xdc][0x80]T%[0xda][0x89]O![0xbd][0x97]0[0x99]}%Y#[0x9d][0xed][0xb6]wSGW[0xd1]J[0xed]\k[0xf5]+ [0xc9][0x1e][0x92][0x8e]n[0xe4][0xed][0xbe][0xdc] ?[0x98][0xb7][0xf0][0xd2]a[0xdd]N[0xf9]>[0x17]r[0x91]f[0x82]*[0xdd][0xe8][0xb0][0xb3]=[0xc5]^[0xa2]U[0xb0][0x8b][0xa3][0x9e]Y[0xf9][0xbc][0xb5][0x87][0xee][0xf4][0xd8][0xc5]NE[0xa0]i[0xb][0x1b][0xc6][0xa3]P[0xa0][0xa7][0xe2][0xab]y[0xb][0x1b]&[0xc2][0xa3]@[0xaf]U(C.[0xd1][0xbd]`[0xba][0xd0][0xae][0xf8][0x9b][0xb2][0xd7]m'K*[0x1c][0x14][0x98][0xb9][0x9e]([0xa5][0xfb][0xec][0xf6][0xec]`[0xba][0x90]&[0x8][0xad][0xd9]l[0xae]h[0x15][0xc9][0xff][0xcf]'[0xcd]@1[0x9d]i[0xbc][0xd5][0xce]o[0xcf][0xe5][0xfb][0xa4][0xea].;[H[0x17][0xd3][0x83]6[0x9d]0[0x6]e[0xa1]H[0x92]d[0xa4]1[0xa9]L[0xc0]7[0x90][0xcd][0xe7]2[0x19][0xbb][0xfb]"[0xa4][0xa2][0xa7][0x1][0x7]H[0x7][0x94]*[0xda]L[0xed],[0xf9][0xd9]v[0xe9]TL(W[0xbe]T.[[0xb4][0xd2]2[0xb8]5[0x97]V9[0x1]Z[0xcb][0xfc][0xdb][0xbb][0x6][0xac]L[0xe1][0xbc][0xb8][0xd6]m[0xdb]a[0xa7][0x8a]J@[0xe4][0xc6]6[0x9][0xf7][0x15][0xbd]a[0xb6]z[0x9d]Rg[0xae][0xc8]T_1[0xe7][0xe0]![0xe0])l[0x13][0x88]\[0x0][0xd4][0xca][0x81]t[0xa6][[0xa5][0xda][0xa7][0xa0]/n[0xa0][0xf2]Y[0x17][0x2]Z[0x92][0x93][0xc5]Z].[0xd6][0xf6][0xec]v[0x8a][0xaf][0xb8][0xb8][0xf8][0x4]"[0xa6]B[0xd1]_[0xae][0xbf]2[0xc7][0x8d][0xed][0xe9]|A[0x16][0x9c]LdWn [0x9f][0xb2][0xd7][0xa4]U[0xcb][0x1a][0xd3]_[0x16]K[0xcb]A,[0xc2][0xe2] [0x1a][0x10][0xf]"[0x81]$i[0xe8][0xc8][0xc4]dC[0x8d][0xa5],[0xc9][0xc1][0xd8]6;[0x96][0x1d][0xc8]d[0x16][0x9b]x1[0x88][0xaf][0xe3]%[0xb6][0x85][0xd6][0x98]c4[0xe6][0x10]%[0xd6]7PPr[0x85]~;[0x95][0xde][0x9e][0xb6][0xbb][0x83][0xb8][0x13]w[0x5][0xb1][0x1e]k[0x4][0xea]/[0x11][0x89][0x89][0xfd]A[0x1c][0xc0][0xcb]A[0xdc][0x8d]{L[0xbc][0x12][0xc4][0xab]xM`vkI;m[0xd1][0x9d]"W[0xe9]B,[0xcf]$[0xa7][0xf3][0xd2][0xc2]V[0xdc][0xc1][0xc4][0x94][0xa5][0x94][0xcb]c[0x4]:[0xb0][0xd6][0xc4][0xeb]A[0x1c][0xc4][0x1b]&[0xe][0x5][0xf1][\r]|S[0xa0][0xe9]o[0xbf]Atb][0x10])9jj/[0x92][0xb0] z[0x91][0xe][0xc2][0xc6][0xda] [0xbe][0x85]7[0x83][0xd8][0x81][0x9d][0xe4][0xce][0xd6][0x18]/Iy[0x89][0xdd][0xc9][0xb9]v>[0xf5][0x4][0x9a]?[0xbf][0xb0][0xc7][0xd8]X[0xa3]xVtf[0xcd][0xfc][0x89][0xc5]![0x8b]?[0x95][0xb2][0xb][0x85]yK[0x96],[0x11]X0Ne[0x8c]?X*|[0xed][0xda]S([0xda]}[0x2]~[0xd5]0S[0xb9]~6[0xcd][0xf8]8[0x8a][0xda][0xc7]y[0xd4]>[0xaa]K[0x5][0xd4]*U[0xb0]D[0xbd]R[0x8d]l[0x83][\r][0x9c]Y[0x17]~[0xd6]0[0xce][0xc3][0xb1]>[0xb9][0xd5]Y[0x8a]n[0xa9][0x8c]n~[0xa9]+S[0xec]0[0xa9][0x81][0xbc][0xa4]i[0xe3][0xaa][0xf2][0x92]3[0x86][0x8a][0xe6]^Z[0x8a][0x9d][0x80]m_[0xea][0x1c][0xa7][0x97][0x8c][0xe7][0x9c][0xd7][0xea][0xef][0xb7][0xb3][0xa4][0xc8][0xa2][0xf1][0xba][0xea]E[0xb][0x1d]sx[0x4][0x9a][0xb][0xf]OJ[0x97]A[0xc3][0xc][0xcc][0xc3][0xe5][0xa0]Y[0x9e]l[0xdd]Q[0xe0]*[0x97]+[0x19][0x83][0xc0][0x1b][0xb8][0x1a][0xd7]8f[0xc4]?[0xf8]}[0x15][0xdf][0x9d]L[0x84][0xbc][0xd2][0xc4]Qhk[0xb5][0x15][0x89][0x91]f=y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m[0x89][0x16]#b[0x8c]4{[0xb5]f3l[0x86][0xbd][0x87][0xb0] b[0x84][0xcd][0xa6][0x16]_[0xc4][0x97]<[0xe][0xf3][0x0][0xa6]D|[0xf1][0x13][0xf0]y[0xd8]7[0xbc]C[0x9a][0x18]2[0xc5][0xf0][0xb9]?F[0xf]P[0xd1][0x91][0xe4]H[0xf4][0x9e]f=[0xac][0xff][0x14][0xfe][0x16][0x83][0xca][0xaa][0x93]Z[0xc4][0xd0][0x92]#[0xc7][0x11]H~[0x0]S[0x1b][0x86][0x91][0xa4][0xea]D[0x8b][0x19]1G[0x9a]}Z[0xb3]?[0xec][0xf][0xfb][0xe][0xa1])b[0x86][0xfd]M-[0x1]~R[0x1b][0x9]8f[0xea]"[0x81][0x92][0x99]jz[0xe0][0x1d][0xf2][0x8a]H[0xa0]k[0xc8]Ok[0xbf][0x8e]G[0xc]"[0x12]?[0xc2] 4[0x5][0xc9][0xed][0xc][0x1c]x[0x1]^[0xbc][0xc4][0xd0][0xf8][0x5]^f[0xba]^a[0xf8][0xaf]2a[0xaf]1[0x85][0xaf]3a[0xaf][0xe2][0x16][0x1c][0xc2]:6[0xa3][0xdb][0xd8](6c[0x18]w[0xe1][0xdb][0xd8][0x86][0xef]"[0x83][0xef]a7[0xbe][0x8f][0xe7][0xf1][0x3]|[0x7]G[0xf0]#[0xae]O[0xf0][0xfa][0x1e][0x8e]*X[0xef]`[0x6][0x17][0xa3][0x16][0xd7][0xa2][0x5]<2[0x93]4r[0x15][0x90] [0x96][0xa1]>[0x89][0xeb]H[0x13][0xe]m[0x1c][0xc3]2[0xae]<[0xf4][0xe2]([0x96]c[0x5]}[0x9c]B[0x9d][0xd7]s[0xa5][0xd3]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xf0][0xad]A{[0xed]h[0xe5]3/[0xbd][0x3][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]C[0xc]>[0x13][0xab]LT[0xf3][0xbf][0x10][0xea][0x2][0xcc][0xfb][0x4][0x86]a[0x9c][0xc1]4[0xf9][0xbc]U[0x9c]#[0x81][0x2][0xe7]I[0xb9][0x92]gp[0xb9][0x89][0xd5][0xa7][0xe1][0xe7][0x17][0xe4]v[0x1b][0xd6][0xb8][0x19][0xbf][0x83].[0xf8]hd[0xa0]"[0xe3]L[0x88][0xa1][0x1d]N[0x8e][0xac][0x88][0xea][0x7]Q[0x97][0xd4][0x9a][0x12]'P[0xe5][0xc1]~[0x4][0x14][0xdd][0xf4][0xc3][0xda]a[0xad]Y[0x8f][0xea][0xdd]*[0x99]Z[0xb3]7[0xec][0x8d][0x1e][0xc2][0xe2]d[0xd8][0xdb]$[0xd3][0xe7]H[0x1f]@mX[0xca][0x1c][0x94][0xba][0x98]%}H[0x17][0x11][0xb3][0x8b][0xb9][0x1a]>[0xf7];'K[0xfa][0xe1]r[0x96]61[0x1f] [0xae]^[0xbc]C[0x94][0xde]%qBdFH[0xde][0xf7][0xf8][0x83][0xe4]}[0x16][0xdf]I[0x92][0xf5]gD[0xe7][0xe7]D[0xfb][0x14][0x91][0xff][0x80]8[0xff][0x82][0xf8]|[0x88][0x9b][0xf0]Kt[0xe1]W[0x9c]<[0xbf][0xe1]|[0xfb]-z[0xf8][0xbc][0xf][0xbf]G[0x1]P[0x19]Z[0xcf][0x0]oB=nd^L[0xe2][0xbf][0x94];[0x89]-[0x83].gh@eMfh[0x87][0x9b][0xa1]i[0xb0][0x98][0x5][0x99][0xa1][0xa5]X[0xad][0xb2][0xa1]Sf[0x99][0x9b]![0x99][0x97]90[0xcf]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]>[0x83][0x19]B|[0xe6][0x82]}[0x6]1[0x7][0xe9][0xd3][0x14][0xdb][0x87][0x9b]K[0xb5][0x85]![0xee]5[0xde][0x17]$N[0xc1][0x97][0x18]9[0x80]*[0x85][0xe6]0j[0x13]#[0x4]rmBKj[0x9]Y[0xf][0xf1][0xe4]X[0x6][0xcf]P[0xbe][0xfe][0x89]<[0xfb]31[0xf9][0xb][0xb9][0xf6]W[0xd2][0xe1]o[0xc4][0xe4][0xef]*[0xbe][0x18][0xe5]j[0xd9]CnQ~[0xd3]@9[0xaa][0x5][0xca][[0xa1][0xbc][0xa5]q[0xbf]9[0x95][0x1b][0xce]_[0xd7][0xa3]F[0xde]e[0xc3][0x91]Y[0xf7][0x1c])7[0x11][0xaf]z[0xf8]QEG2[0xca][0x1d][0x89]#[0xd7][0xfd]x[0x83][0xdb][0xe4]"[0x92]2$[0x8c]8"[0x17][0xf2][0x8f]1[0x4][0xdf]G[0xf5]h[0x0]5*[0xee][0x11][0xfc][0x8f][0x19][0xc4][0xbf]+[0x14]G\[0xc5]+[0x95][0xac][0xf0][0xf3][0xe1][0xad][0xac]@[0xc7][0xc2]J[0xd7][0xbd]j[0xa9][0xf4][0x14]L}[0x18][0xba]6J[0x19][0xc7][0xcd][0xff]Th[0xab][0xae][0xd0]f[0xc0]Su[0x83][0xfc][0x9e][0x87][0x1d]z*[0xa9]>[0x8b]w[0x89]dO"T[0xa3][0xfa][0xe7][0x9b]0[0xf4][0xc3][0xe][0xe3]Oa[0xbd][0xcb][0xf7]*[0xc9][0xf7][0xe3][0x98]t8j[0x1c]D[0xd4][0xdd][0xb0]m$u[0xb5][0xda]_[0xf2]C[0x93][0xdd][0x8c][0xb4][0x9f][0x91][0xc][0xeb]M[0xb2]1:o[0xa9][0x91]D[0x1f]>[0xf7][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OWb2[0xaf][0x9f][0xd0][0xf8][0xa7]$[0xd8]i[0xfa]y[0x86]#[0xe0],[0x1b][0xd3]9D[0xe8][0xf8]lV[0xe8]|[0xa1]!!t[0xb4][0x91]D[0x9d][0xc2][0x87][\r][0x4][0xe3]N[0x11][0xc0][0xdd][0xdc][0xdb][0xa2]FE)I[0xbb][0x81][0x1a][0xba]HU[0x83]$[0x8e]*"[0xeb]D[0xb1][0xc3][0xa5]*[0x83]+'[0xbf]G[0x11][0x9e][0x7]Llt)-q[0xa9][0x85][0xbf][0xfa],[0xea]$S[0xeb]4[0x2]t[0x6][0x1e]1[0xfd]S[0xaa][0xdb][0xa0][0xc6][0x98][0xa0][0xb0][0xc0][0xa6][0xad]<_cs[0x1]_P[0x0]nq[0x1][0xdc][0xc8][0xbb])[0x99][0x9c][0x8]M&[0x80][0x89][0xf8]1L9[0x86][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]8[0xa6][0xb2][0xee][0xa7]yX[0xab]~[0xb7][0x81]Hd;[0x17][0x9d][0xc2][0xa6]E#[0x12]+[0x89][0xed]"[0xad]))[0xb1][\r][0xeb][0x12]\wGp[0x17][0xe9]jU[0x1][0xae][0x11]f[0xcb] [0xba][0x8b][0xc2]FS[0x8b]7[0xe2]M[0x96][0xd1]5[0x88][0xee]G[0x15][0xe8]vb*}[0x9b][0x6][0xaf][0x8]c[0x8a][0x98][0x8e][0xa9]"[0x82][0x98][0xe0][0xc4][0x16]3[0x89]j[0x94][0xa8][0xce]F[0xa3][0xa8][0xc7][0x15]"[0x86]k[0xc5][0x1c][0xb4][0x8a][0xcb]p[0xa3][0x98][0x7]K,[0xe0]ap!v[0x89][0x6][0xec][0x15]q[0xdc][0xc7][0xfd]C[0xa2]Q!}[0x13][0xe3][0xdc][0xe5]"[0xed]E7f+[0xa4][\r]\A[0xfa][0xb7]+[0xcc]e=[0x97][0x90][0x1e][0xe2][0x90][0x91][0x93]4FI[0x89][0xb9][0x87][0xa7][0x82]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sMa[0x1e]E`*3[0xce][0xb6]p[0x16]3$[0xf2][0x91][0x12][0xf2][0xb5][0x9f][0x83]|@[0x1e][0xa5]][0xe4][0x17][0xbb][0xd4]-[0x96]H{[0x12][0xe1][0xfd],[0x8c][0xf7][0x11]>*[[0x88][0x9f][0xf3]p[0xba][0xc0][0xff][0x83][0xc7][0xe2]J[0xd6][0xfa]U0[0xc5][0xd5][0xe4][0xee]5[0xa8][0x17][0xd7][0xe2]2[0xd1]B[0xa4][0xaf]#[0xd2][0xcb][0x88][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\#[0xae][0xc7]z[0xb1][0x12][[0xc5]*[0xa2][0xbc][0x1a];D[0x1b]2[0xdc][0xe7]E{[0x99][0xc7]V[0x99][0xc7][0x1b][0xcb]<[0x9e]_[0xc1][0xe3][0xa2]j[0xc8]P+[0x87][0xc7][0xf5]cx<[0xb]U[0xe6][0xe4]6[0x82]yVM[0xbf][0x89][0x91][0xf9][0x9][0xf9][0xfb][0xc7][0x81][0x14]/[0xf2].[0xf]K[0xf5][0xda][0xf2][0xc4][0xc8][0x8a]YD`zbVS[0x8b][0x1e][0xd1][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]![0xf][0xa3][0xff][0xb8]"z[0xd5][0x86]E[0x17][0x2]b[0x3]&[0xb1][0x16][0xc2]b[0x13]j[0xb9][0x8f][0x8a]-**[0xe2][0xc2][0xb1][0xe5]S[0xde][0xea]T>SE%[0x8d][0xd4][0x95][0xa3][0xaa]/GU[0xaf]bqZs[0x15][0xb4][0xb3][0x4]UL)[0xb9]^3[0xea][0xba][0xa0][0xeb]\[0xf1]7Xy[0x8c]x[0x9c]1[0xe2]R[0x81][0xd3]$[0x90]8[0x9][0xff][0x1]Yr[0x9]Y}[0xb2][0x9b]'O[0xd0]7[0x9e]6B[0xe7][0xfb][0x17][\r][0xdd][0xcd][0xec]Y[0x8][0x89]m[0x98]&[0xba][0x99]E[0xbb][0xf7][0xc3]xh[0x8e][0xfc]f4[0xa2][0x16][0xfa][0x7][0xf1] [0x93][0xbd][0x8f]Q=L[0xc2][0xe][0xf1][0xa0][0xf2][0x8][0xc7][0xcd][0xa3][0xb8]\<[0x86][0x5][0xe2]q[0x96][0xeb][0x13]X'[0x9e][0xe4][0xb8]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]S[0xe6][0x1e][0xf1],z[0xc4]s[0xe5]&8[0x83]'[0x88][0x1b]U[0x99][0xae]#M3[0x8c][0xd5][0xcb][0xfb]FEm[0x8d]t[0xbf][0x8d]'-[0xa7][0x1d][0xf6]*L[0xa0]V[0x9]Em?Y[0x9b]E[0xce]E'[0x2][0xef]g[0xac][0x1b]A[0x8c][0xc2][0xec][0x84][0xb1]5[0x4][0xea]4[0x82][0x17][0xa3][0xbc][0x7][0xfd]*[0xf9][0xbb]XW [0xcc][0x82][0x7][0xc4]A[0xf6]_[0xff][0x1]PK[0x7][0x8]0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager.class[0xad]U[0xed]S[0x1b]E[0x18][0xff]m[0x2][0xb9]p9R[0x1a][0xb][0x95][0xda]Jxi[0x1b][0x12][0xda]@K[0xb5]-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xda]H[0xa0]H[0x90]J[0xeb][0xdb][0xe6][0xb2][0x84][0x83][0xe3][0x12]/[0x17][0x7][0xbf][0xfb][0xdd]O:[0xfe][0x11]~[0x0][0x9d]) [0xe3][0xcb]7f[0xfc][0x9b][0x1c][0xc7]g[0xef].[0x10] [0x2][0xe3]8[0x99][0xec][0xee][0xed]>[0xcf][0xf3][0xfb]=o[0xbb][0xfe][0xfd][0xcb]o[0x0][0xee][0xc2]l[0xc1][0x9b]x[0xaa][0xd2][0xf0]LE'2[0x11]|[0x80]i9d[0xe5]0[0xa3]`V[0xc1]s[0x15]a[0xcc][0xc9][0xef][0xf][0x15][0xcc]+[0xc8][0xa9][0xd0][0x90][0x9]cA[0xce][0x1f][0x85][0xb1]([0xe7][0x17]*"[0x98][0x93][0x86]>[0x96][0xc3]R[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^*x[0xa5][0xa2][0x3][0x19][0x5][0x9f]([0xf8][0x94]![0x92]-[0x15]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]Wg[0xb8][0xbd]&l[0x6]-cY[0xc2][0x9e]0y[0xa5]"*[0xc][0xca][0xcc][0xd8][0xfc][0xf4][0xe4]|[0x8e][0xa1]/[0xbb][0xca][0xbf][0xe2][0xe9][0xaa]c[0x98]i[0xbd]d[0xe9]U[0xdb][0x16][0x96][0x93][0x9e]8X[0xce][0xf0][0xf2][0x8]CK[0xce](Z[0xdc][0xa9][0xda][0x82]a[0xe9][0x1c]*[0xa3][0x9e][0x8c][0xc9][0xad]b:[0xe7][0xd8][0x86]U[0x1c][0xc9][0x96][0xec]b[0x9a][0x97][0xb9][0xbe]"[0xd2]f[0xa9]X[0xa4]=9[0xf][0xaf][0xa6]=[0x92]#[0x8f][0x8]'4jX[0x86][0xf3][0x88]![0x98][0xe8]_dh[0x9a]([0x15][0x8][0xf1]B[0xd6][0xb0][0xc4]lu=/[0xec][0x5][0x9e]7i'[0x96]-[0xe9][0xdc]\[0xe4][0xb6]![0xbf][0xfd][0xcd]&g[0xc5] [0xe7][0x12]g![0xcd]p[0x8b][0x17][0x9][0x90][0xa1]Y7[0x5][0xa7][0xf0][0x84][0xc4][0x86]QqH[0xb7]=q[0x92]x[0xff]K[0xa2][0xb3]&[0xbe][0x96][0xa8]'[0xe])4E[0xe1][0xd4][0xc2]|[0xaf][0x91][0xfa][0x99][0x8e][0x13]s[0x8b][0xaf][0x93][0x3]![T[0xaa][0xa6][0xc3][0xd0]}[0xe][0x9d][0xd6][0x9c][0xc3][0xf5]5[0x8a][0xb5][0xeb]=U[0xf][0xc3][0xd3][0x6][0xf0][0xff][0x8d]P[0xa8][0xcc]e&[0xa9]p[0xbc]E[0xcd]A[0xf5][0x89]([0xdb]B[0xe7][0x8e](0t[0xce]W-[0xc7]X[0x17][0x8b]F[0xc5] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0x96]Ur[0xb8]c[0x94],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dG[0x1d][0xee][0xa1][0xe]Y^l[0xc4][0xf1],B[0xe7][0xa1][0x1c][0xb5][0xc5][0x97]U[0xc3][0x16][0xb3]%k[0xb6]j[0x9a][0xc]7[0xeb][0x91][0x9e][0xe7]W[0x85][0xee]4[0x8a][0x6][0x95]Y[0xb0][0x94]_=[0x9a]]_[0x9c]:e]T*T-[0xe4]:[0xd7]uZ[0xf7][\r][0xe][0xe]2[0x4]6[0xdc]a[0xe8]p{Hn[0xdf]H[0xf4][0x9f][0xaf][0x9f][0xc2][0xa3][0xba][0xe9]W[0xba][0x9a]+Um]L[0x19]n][0x1f][0xa9][0xd0][0xdb][0xd2][0x96][0x86][0xab][0xb8][0xa6][0xe1]!F4[0xc4][0xd1][0xad][0xe0]3[\r]7[0xd1][0xad][0xe1]s|[0xa1][0x81]#[0xcf][0xd0]uFt[0x18][0xee][0x9c][0xaf]%[0xfa][0xea].[\r][0x89][0xa6]k([0x80]h[0xf5][0x1c]F&c[0x9a][0xa2][0xc8][0xcd]1[0xbb]X]'w&7tQ[0x96]9g[0xb8]|<[0xb6][0xe3]U[0xc3],H[0xf4][0xe8][0x9c][Dq[0xcf]p\[0xc3]2[0x8a][0xd4]k[0xf1][0x15]^[0x89]S[0xcd][0xc4][0xf3]BX[0xf1][0x82]X[0xa6]./hX[0x81][0xa1]a[0x0][0xf][0xe4]pK[0xc3]*[0xd6]([0xb0]gD[0xf5][0x19][0xaf][0xac]PdI[0xf0]|[0x8e]2[0xb4][0x1d]Ov[0xcd][0xcb]SSG[0xf7]*[0x1d]9[0xdc][0xb0]*[0xd3][0xf2]FhoPc[0xee]}A[0x97][0x82],[0x87][0x6][0xa7][0x8d][0xaa][0xac][0xe1][0xb5]C[0x85][0x19])W[0x9d][0xcc][0xf2]X[0xbe][0xe2][0xf6][0xe2][0xfd][0xd3][0xb][0xfa]4[0x80][0x10]/[0x97][0x85]E={[0xab][0xe1][\r][0xf5]/[0x99][0x93][0x85][0xea][0x94][0xbc]-[0x86]K[0x89][0x93][0x82]#[0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]/[0xbf][0xd4][0xf6][0x93][0x89]W[0xff]C3c[0x88][0x9e][0xb5]Nz4[0x19][0xae][0xc8][0xea][0xa7][0xf9]m[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xb]*[0x8d][0xd4][0x5][0xb4][0xd3][0xe3]>[0xaa][0x8c]~@sr[0x1b][0xc1]-W[0xa4][0x97]F)[0x4][0x12]j[0xa2][0xaf]>Zi[0x9e][0x10][0xae][0xe3][0x6][0xcd]-[0xb2]}|[0x3][0xd7][0xdd][0x13][0xda][0xfb][0x9]l[0x17]M[0xc][.[0xea][0xa1][0x91]~z[0x8f][0x93][0xa4][0x92][0xa0][0x95][0xa7]2L[0xfb]RI%[0x95][0xe4].[0x9a][0x3][0xf8][0xf1][0x0]8[0xe4][0x9e][0xc][0xd7][0x81][0xaa][0xa4][0x9d]rA[0xa9][0x98]}[0xb][0xdf][0x10][0x15]i[0xfb][0x8e]g![0x14][0xc0][0x1f]P[0xb2][0xa9]}[0xf4][0xc8][0x8d]=[0x84][0x97][0xc8][0x9d][0x96]][0xa8]A[0xbc]8*[0xb2]IZA[0x17][0xa9][0x83]l[0x0][0x8f][0xd1][0x8a][0xf7]q[0x11]c[0xb4]7[0x8e]A[0xf0][0xe9]N[0xf9][0x1][0x8c]%wp[0xa9][0xe9]W(K[0xc1]Tn[0x17][0xed][0x1]l[0x1e]KE[0xa1]. [0xb1][0x3][0xf4][0x18][0xa1][0xcb][0x80][0x9c]DQ[0xe5]=[0xeb][0xa7])GhR/[0x9a][0xdc][0x87]&[0xe3][0x90][0x92][0xe]o[0x1d][0xf8][0x1a][0x95]>[0xb1][0xef][0xa8]j[0xbe]G+[0xfb][0xa1][0xe])[0x8a]Q[0xbc][0xe7][0xda][0x8e][0xe2][0x91][0xeb][0xe7][0x90][0xab][0xc5]Z[0xdb][0xc2][0x94][0xb3][0x1a][0xc0]C[0x12][0x96][0xe2][0xa1]dj[0x7][0x81][0xad]c[0xd4][0xaf][0xd5][0x19][0xc]Q[0x96]=[0x83]![0xca]5[0x19]$;[0xe3][0x98][0xf0][0xed]\[0xf5][0x8b][0xb8][0x89][0xb2][0xb7]yP[0xbf]5+a[0xaa][0x8a]Z[0xb9][0xf7][0xba][0xd6][0x80][0xc8][0x1e]:([0xa5][0x97][0x6][0xdb]:[0xa6][0xd0]E"[0x93].[0x95])[0xbc][0xe5]F[0x84].[0x1]j[0xc7]+h[0xf9][0x7]PK[0x7][0x8]d[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.class[0x8d][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h[0xb5][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]O[0xe0]B[0xc4][0x95]E[0xf4][0x6][0xa2][0xe0]B\[0xe8][0x5]b;[0xa4]-![0x91][0xa4][0x8a]gs[0xe1][0x1]<[0x94][0x98][0xe2][0xca][0x9d]3[0xcc][0xff][0xc][0xf3][0xe7][0xbd][0xde][0x8f]'[0x80]%[0xfa]![0xc2][0x10]=B|4W[0x9b][0xf1][0xb6]TL[0x18][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]"_[0x1b]][0xf3][0xbd][0x9e]W[0xe2]&[0x8][0xc3][0x8d][0xce][0x94]q[0xa5][0x96]{[0xae][0xb][0x93][0x87][0x88][0x9]3ce*."+8UFJm|U[0xa5]?[0x88][0xc9][0x82]0[0xd8]i[0xcd]v[0xad][0x84]s[0xec][0x8]ICM[0x95][0xf0][0xf][0x87]s[0xc5]YM[0x98][0xfe][0x7]K[0xc6] [0xb4][0xf0][0xad][0xb6]o[0xf8]-@[0xc7]{[0x80][0xae][0xd7][0xc8]O[0xec]3[0xd4][0x4][0x92][0xe8][0x3]PK[0x7][0x8][0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.class[0x9d][0x92][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xb4][0xb5]ik[0xd5]Z[0xeb][0xff][0xef]B[0xa4][0xdd][0x98]E[0x5][0x17][0x15]7[0x15][0xa1] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xdc][0x8f]qH[0xa7]N3![0x99][0x88][0xfa]h.|[0x0][0x1f]J[0xbc][0x13]+T[0xab] [0x92][0xc5][0x97][0xb9][0x9c]{[0xee][0xb9][0x99][0xbc][0xbe]=[0xbf][0x0]hc[0xc7][0xc1][0xba][0x83][\r][0x7][0x9b][0xe][0xb6][0x18][0xf2][0x91][0x8e][0x18][0x1a][0xcd][0xd6][0xd9][0x80][0xdf]sW[0xf1]0p=[0x13][0xcb]0[0xe8]0[0x14]"![0xee],[0xd2][0xa4][0xcf][0xb0][0xd8][0x9c][0xd4][0xb4][0xae][0x19]J[0x81]0'"2$[0xc9]7[=[0x86]"O[0xce]db[0x18][0xea][0x9f][0xb6][0xa9][0x91][0xca][0xb5]52-{2[0x8][0xb9]Ic[0xc1][0xb0]7!8[0x9a][0x9c]ql[0x93][0xd0][0xeb][0x90][0xd0][0xec][0xd9][0x89][0x5]_G[0x8f][0xc][0xd5][0xae][0xe][0x8d]x0[0x9e][0xe1]>[0xc5][0xac][0xf6][0xc2]P[0xc4]][0xc5][0x93]D$[0xc][0x87][0xe4][0xad][0xe3][0xc0][0xe5][0x11][0xf7][0xfb][0xc2]U:[0x8][0xc8][0xcd][0xf2]`[0xe0]^[0xf5]c[0xc1]oG[0xfd][0xbb][0xe3]>4l[0x99][0x16][0xea][\r][0x87][0xa9][0xe1]7Jd[0xc5][0x8b][0xf8]@[0x96][0xe8][0xdb][0xa5][0xbb][0x81][0x92][0xd2][0x92]rY[0xd8]?[0xe3][0x83]/[0xbe][0xe8][0x83]OK4[0xd1]w[0xff]([0xe3][0xb9][0xa5]N[0xa0]/dI[0xdb][0xd3]{[0xee][0xb9][0x9f]s[0xce][0xf7][0xb4][0xbf][0xff]|[0xff][0x9][0xe0]%[0xf6]L[0xac]`[0xdb][0x84][0x81]m[0x3][0xf]S[0xd8]1[0xa1][0xe3][0x91][0x81][0xc7][0x6],[0x3][0x5][0x86][0x95][0x8a][0xe3]9[0xb2][0xca][0xa0][[0x85]c[0x86]D[0xcd]?[0x11][0xc][0xeb][\r][0xc7][0x13][0xcd][0xf1][0xa0]#[0x82]6[0xef][0xb8][0xe4][0xc9]6|[0x9b][0xbb][0xc7][0xb1][0xc5]P:[0xbe][0xc7][0xb0][0xd9][0xa6][0x99][0xe7][0xe9][0xe2]^^(y[0xf3]N[0x94]kKA[0x9e][0x18]x[0xca][0xb0][0x99][0xf9]0d[0x16][[0xa2]Z[0xe3]=1X[0xcb][0xaa][0xc7][0xb0]a[0xcd][0xe8][0xd4][0x92][0x1][0x85][0x86]c[0xd8]][0xe][0x81]<[0xfd]?[0x6][0x18]R[0xf4];%[0xa1])[0x99]hu[0x85]V[0x7]d[0x99][0xf2][0x16][0xcf][0xa1]}[0xa3][0x17][0x1d]iz[0xae][0x84][0xce][0x8f]X[0xa3]gz[0x1a][0x80][0xab][0xb8]F6;[0xe7][0xb9]N[0x96]>:lD[0xb8]j[0x84][0xd3][0xf4]/[0xb][0xac]O3,-[0xc6][0xd2].X9[0xdc][0xa4][0x95]b[0x1d][0xd2]y[0xb5]g[0xfe][0x80][0xfe]>[0x9b]8G[0xf2][0xd7][0x2][0xf3][0xf3][0xc][0xd3][0x8c]1[0xcd][0x88]y+[0xe4][0xdf]&[0xdf][0xe6]E[0xdb]o[0xc2]\t/[0xb6][0xfc]u[0x6][0xc9]bH6Ef@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0x8d]Po[0xc9]j[0x91][0x82]1[0xdc]T[0xc1][0xdc]4 [0xc2][0xa9][0xb7]{[0xb8]O[0xfb]q-[0xf5][0xa8][0xda][0x7]42e[0xb7]T.[0x8a][0xd3][0x88][0xb7][0x8b]u[0xaa][0xff][0x8e][0x2]dR[0x1]PK[0x7][0x8][0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.class[0xa5]WMw[0x13]U[0x18]~[0xee]$[0xcd]$i[0xc0]J[0xa5][0xb5][0x88][0x8a]ZK[0xda]B[0x3][0x82][0xa0]4Vj)[0x12][0xec][0x7][0xb6]i[0xa1] [0xe0][0xed][0xe4][0x9a]L[0x99][0xcc][0xc]3[0x13][0xa4][0x1e]7n[0xdc][0xb8]q[0xe3][0x82]_[0xe0][0xc6][0x85][0xe8]9[0xa2]r[0x8e][0x1f][[0x94][0xc7][0xf7]N[0x86]a2[0x99]h[0xc0],r[0xef]}[0xef][0xfb][0xf9][0xbc][0x1f]7[0xf9][0xeb][0xef]_[0x3]p[0x2][0xad]<[0xf6][0xe0]F[0x1e]{qC[0xc5][0xcd];Gb[0x99][0xb2]n[0xea][0xde][0x1c]C[0xaa]8[0xb9][0xc9][0x90]^[0xb0]j[0xa4][0xe0][0x99]%[0xdd][0x14]+[0xad][0xe6][0xb6]p[0xaa]|[0xdb] [0xca][0xbe]%K#[0xaf]9[0xf9]N[0xe7][0x80][0x98][0xf6][0x1a][0xba][0xcb]0[0xba][0xd8][0xb4][0xbd][0xdd]j[0xc3][0x11][0xbc]Fax[0xe2][0xae][0xb7][0xee]q[0xed][0x16]C[0xa1]b[0x9a][0xc2]Y0[0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b<[0xbb]d9[0xf5][0x12][0xb7][0xb9][0xd6][0x10]%[0xc3][0xaa][0xd7][0xc9][0xb][0xb9][0x9e][0xdc])uH[0x8f][0xf7]PH[0xfe][0xa6]l[0xcb]&[0xc][0x8a][0x93][0xdd][0xe1][0x90]?[0xb6][0x10][0xb7][0xe4][0xd2]r[0x1b][0xc][0xfb][0x8b][0xdd]<2F[0xb5])\[0x97][0xd7][0xfd][0xa0][0x12][0x94]d[0xeb][0xc2];'l[0xaf][0xe1]cR![0x88][0xb8][0xbb][0xa4][0xbb][0x1e][0xb1]?[0xb2][0xea][0x3]+i[0xc4]>[0xd1]E[0xec][0x81]t[0x9a][0xb6][0x94][0xff]t[0xb1]"[0x9d][0x18][0xa8][0xb5]M0i@[0xdc]nq[0xc3][0x8d]y[0xbc][0xba][0xbd]#4ov[0xf2]*1Y[0x9d][0xbe][0x6]WT5>,[0xcb][0xdc][0xe][0x12][0x92]mp[0xb7][0xd1]NaZ[0xb3][0xec]][0x15]&%[0xa1]3'[0xa7][0xc9][0xe1]>[0xd3][0x10][0xc3]^[0xf5][0xac]y[0xc7][0xe1][0xbb]T`[0xc5]k[0x9][0x9e]&[0xd0][0xc8]w[0xce]0[0x9c]x3[0xd2]YR[0xbb]vXV[0xd7][0xaa]U[0xba]?T[0xae][0x9e][0xe9][0x96][0x9b]+[0xca][0xdb][0xc9]6K[0x8a][0xd7]j=[0x12]-a#][0x83][0x1a][0xc5][0xc0]u[0xd3][0x9d]7[0xc][0x86][0xb1]hg,X[0x86]A[0x1a][0xa9][0xb][0xdb][0xdc][0x9a]t)[0xf1][0x9a][0x4][0x13]/[0xca]S2[0xb1][0x7][0x93][0x95][0xca]K[0xa9]7C>[0xfa][0xc6][0xa7][0x93][0xd9][0xa6][0x93][0xcb]e[0xa6][0x87][0xd6]Dvi'[0xe7][0x88][0xa6]uG[0xf8][0xa6]h/[0x83][0xf6][0xf7]Y=[0x98][0x0][0x14]^G[0xad]F[0x86][0xc7]T[0xe2]E[0xaf]Bv[0xf5][0xcf][0x8][0xd9]Q[0xea][0x93]J[0xb3][0xd9][0xf2]d[0xd2][0xfc][0x12]YuVZ[0x6]M9[0xaa][0xd6][0xa3][0xc5]~k[0xec][0xb8][0xdf][0x93][0xca][0xdd]c[0xe4]E[0xff]2[0x14]VY3[0x82][0xd1][0xa5]E|[0x9f][0xdf]v=[0x87]k^[0x4][0xb1][0xa4](z[rm[0xbd][0x94]8y[0xf2][0xeb]V[0xcb][0xd1][0xc4]y[0xdd][0x1f][0x87][0x1d],3[0xd2]B[0x1]c8[0xc0]p[0xf8][0xb1][0xb5][\r][0xd3]m[0xd9][0xb6][0xe5]x[0xa2][0xb6]jKH[0xc9][0x9b][0xc5][0xbb][0x1a]5>mT[0xd8][0x5][0xdc][0xc6][0x11][0x1a]fIy.[0xc0][0x81][[0xc0]~[0x8c][0xd0][0x93][0x11][0xf][0xa0][0x80][0x5][0x9c]SA#[0xe9][0xe4][0x93][0xc][0xd4]JX[0x8]{:[0xce][0xd2][0xf3][0xcb][0xc]s[0xff]o8S#[0xfc][[0x1a][0x18]JO[0x88]9[0xc3][0x89][0xa7][0x98]S4[0x9c][0xfa][0xad]"[0x9a][0x1c]I[0xd0][0xd3] [0xce][0x9][0x19]c{[0xea][0xab][0xba][0xeb]G[0xec]?[0x7][0xd4]g[0x13][0xfd][0xa9][0xc7]![0xfa][0x1][0xb0][0x17][0xf4][0x96]B[0xc1][0x1][0xc][0xe1]Y[0xda][0xef][0xa3]7][0xc1]0[0x9d])[0xb1]t[0x1e][0xf5][0xcf][0xcf][0xd3]^[0x91][0xd5]C[0x94][0x17][0x88]R[0xa2][0x95][0xd1]:0[0xf5][0x0][0xca]}[0x9f][0xe5] }g|[0xe2])[0xbc]H[0xdf][0x85]6[0x3]^[0xc2]+[0xf2]g[0x2]^[0xc5]k[0x81][0xf0][0x91]@Xa[0xdf][0xc7]$[0xe7]"[0x92]J(9[0xde][0x87][0xe4]B[0xa2][0xe4][0xeb][0x98][0x8]$[0xcb]DUh[0xcd]>Dj[0xeb][0x1][0xd2][0xbf][0xc7][0xe4]/[0xf8][0xf2]#m[0x9e]@^[0xee][0xe][0xa3][0xe8][0xdb][0x9c][0xc4]T[0xdc][0x87][0xd4]w1[0x1d][0xcb][0x89]>L[0x93][0x84][0xe2]K[0xce][0x4][0x92][0xe9][0x9f]1[0x10][0xf7]-"[0x9b][0xe]d[0xdb][0xd0][0x1f]%[0xda][0x8c][0xf][0xb8][0xd4][0xf1][0xa6]O#[0xbd]q[0xd0][0xaf]D[0x2]`a[0x0][0xc][0xc7]p[0xdc]7[0xfb][0x6][0xfd]0l[0xab][0xb8]B[0xab][0xe4][0x1a][0x9b][0xfe][0x13][0x99]{[0x18][0x9e][0xfe][0x3][0x99]_[0xa0]2[0xdc][0x83][0x9a][0xfe][0x16]i?[0xae]TD[0xf5][0xf5][0x88][0xea][0xb1]P[0xf5][0x18]N[0x92]7[0x8c][0xb2]-[0xb3][0xac][0x8c][0x9e][0x95]VNw[0xc3][0x94][0x8e][0xc3][0xa4]%[0xc2][0xf4][0x16]f[0xe3][0x92]Sq[0x90][0x1a][0x89][0x92]e[0xbc][0x13][0x0][0xbc][0x92][0x90][0xe4]h [0xcd][0x1e]I[0x9e][0xc3][0xbb]t6[0xd4]-)[0xf3]a[0xed][0xbf]G;[0x1a]f}[0x16][0x92][0xd3][0xc3][0xc6]bPH[0xe7][0xf1]~[0xe0][0xed][0x85] [0xf]J[0x17][0xe0][0x9f]Ft([0xa1][0xe][0x85]$*[0x1d]~J[0xca][0xc5][0xd0][0xcf][0xf]h[0xb7][0x14]j[0xff]/,>[0xef][0xe1]g[0xdc][0x86][0xa4],[0x87]6Vh[0xb7][0xda][0xb7][0x8d]/[0x9e][0xc0]Fg[0x1c][0x97][0xfa][0xb6][0xf1][0xe5]S[0xdb][0xf8][0x90][0x9a].[0xd6][0x98]? [0x1b][0xaf][0xb9][0xaf]z6[0xe6]:[0xd1][0xaa]}[0x8c][0x85][0xaf][0x13][0xab]v[0xa3][0x8f]z[0xff][0xa6][rh[0x9e]j[0xf1]Q'[0x9f][0x8][0xb0][0xc9]MQ[0xf][0xe7]~B>n::[0x89]s[0x81][0x2][0xd9][0xb9][0x97][0x3][0x5]o[0x7]%([0xc7]x[0xd7]D9[0x15]Av Dv[0x80][0xe6][0xc7][0x16][0xdd]gq5|[\r][0xc6])#[0xf2]Sx[0x88][0xc1]-[0xf6][0x0][0x85][0x1f][0x91][0xbd][0xef]G[0xf9]X[0xdb][0x19][0xe2]i[0xe3]v[\r][0x1f][0xf9][0xeb]uz@[0xcf]B[0x9a]^[0xa1]:^F[0x9e][0xdc][0xa9][0xe3]L&[0x87]M[0xa9]l(KK[0xeb][0xd0][0x91][0xff][0x7]PK[0x7][0x8][\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext.class[0x9d]Y[0x9]xTW[0x15][0xfe][0xef][0xcc]d[0xde],/[0xb]C[0x16]@[0xac],[0x1][0x92]a[0x19][0xb6][0x96]%[0x14][0x8][0x1]$%[0x1]lB0T[0xad][0x8f][0xe4]1[0x19]2[0x9b]3[0x93]HZ[0xeb][0x82]ui+[0xd5][0xba][0xb5][0xa4][0xd4][0xdd]FkU [0x15][0x12][0x90][0x96][0xd6][0xa5]J[0x17][0xaa][0xd5]nvS[0xeb]V[[0xad][0xb6].EZ<[0xe7][0xbe]7[0x93][0x99][0xcc]K[0xbe][0x4][0xbe][0x8f]{[0xdf][0xbd][0xf7][0xdc][0xb3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]g[0xbb][0x3][0xa7][0xdf]<~7[0x80]%[0xa2][0xc4][0x83]Kq[0x87][0x1b][0xe]|[0xc7][0x83];[0xf1]][0x5][0xdf]s[0xe1][0xfb][0xfc]y[0x88]7[0xf][0xbb]p[0x84][0xe7]~[0x17][0xee][0xe2][0xf9][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]z[0xa0][0xe2][0x18]/[0x6][0x14][0xc]zP[0x8c];[0xbc]8[0x8e][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xe8][0x85][0xf]'[0x15][0xdc][0xed]A)Nzq[0xf]Nyq/[0xee][0xf3][0xe2]G[0xf8]1[0xf]?Q[0xf0]S/[0xa6][0xe0]~[0x5]?[0xe3][0xf9][0xe7]|[0xf1]4[0xf][0xf](x[0xd0][0x8b]ix[0x88][0xaf]>[0xe4][0xc5][0xc3]|[0xeb]8[0xce]xH[0xcc]#<[0xfc][0x82][0x97][0xbf][0xe4][0xe1]Q[0x1e]~[0xc5][0xf2][0xcd][0xc3]c[0xbc]|[0xdc][0x8b]'p[0x86][0x87]'yx[0x8a][0xf]~[0xe3][0xc5][0xd3][0xc6][0xc1]3<<[0xcb][0xc3]s<<[0xcf][0xc3]o=[0xf8][0x1d]~[0xcf]_/x[0xf0][0x7][0xfc]Q[0xc1][0x9f][0x81][0xd5]c[0xac],#b[0xb1].[0x16][0xe3](1[0xcf]z[0xb8][0xf2][0xec][0xe4][0xca]3\[0x9]B[0xd5]I>[0xb5][0x9a][0xf4][0xbc][0xf6]K[59[0xda]K[0x1a]W(cXy[0xe]y[0xda]`[0xee][0x83][0x1d]Zr[0x8b],I[0x8e][0xa8]Q[0x99]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xa6][0x80]:[0xc9][0xc][0xf9]8[0xe0][0xba]n>[0xff]}[0xf9][0xef][0xe][0xaa][0xa6][0xb2][0x91][0x12]c[0xf9]X[0x88][0xf3]s"[0xbb][\r][0x92][0x1d][[0x13][[0xba][0xf8][0xd1][0x11][0x18][0xe7]o[0x14]R[0xb1]M2[0xac][0xc8][0xeb][0xab]i[0x96][0xa5]V-[0x8a][0x94][0xd7][0xda][0xdb][0xe5];g[0xc4]v[0xb9][0xd3][0xac]v[0x96][0xea][0x98][0xdd]([0xb0]MKh[0x11][0x9d],[\r]][0xa5][0xb7]7[0xa6][[0x94]sw,[0x11][0xd1]R[0xfc][0x1c][0x19][[0xaf][0xb2][0xea]eVj%[0xd9][0xe3][0x1c][0xe4][0xd2][0xf9][0xf3][0xc7][0xfa]K[0xa2]r[0x11][0xf5]C,[0xa2]_[0xb3][0x97][0xd2][0xef]|/&s[0x89][0x81][0xc0][0xdb]ie[0xc3]&ZSY[0xa1][0xef])[0xd8][0x8c][0x6][0xda]o[0x94][0xfb][0x1e]Zo[0xc9]Z[0xbb]h[0xbd]5k]@[0x14][0xd4][0x99][0xe8][0xdb][0xc3][0x1d]F[0xce]M[0xe6]L=P[0xce]-[0x92][0xaf][0x87][0xab][0x99][0xe4]o[0xe3][0x16]I[0x1c][0xae][0xe0]o[0xa0]Y[0xd0]\[0xe0]?[0x6]qX[0xb2]|[0x97]$[0xb6][0xd1][0xf8]0[0xff][0xd6][0xc7][0xbb][0xe9]K5[0x88][0xf0][0x1e]\I[0xb3][0x8b][0xab][0x90][0xc9][0xe0][0x10][0xec][0xf2]l[0x87][0xe8][0x87]m[0x0][0xf6][0xcd]~_[0xc1]Q8[0xfb][0xa1][0xf8]}.[0xfa][0xe8]E[0xe1][0x11]([0xbd]P[0x1c]}p[0xd8][0xfb][0xe1][0xf6][0xfb]<[0x16][0xdb][0xde][0x13]P[[0x8f][0xc0]}[0xc][0x85][0xfd](:[0x81][0xe2][0xd6]c(![0x8e][0xac][0x92]][0xaa]4[0x83][0xc4][0x2][0x8f][0x91]J[0x8f][0xd3][0xd7][0x13][0x98][0x80]'Q[0x85][0xa7][0xb0][0x6]O[0x13][0x1e][0xcf][0x90][0x95][0xcf]fTu[0x11]F[0x1a]v[0xd1][0xaa][0x8d][0xfe][0x16][0xc2]q[0xe][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xd7][0x8a][0xb2][0xb5][0xf4]C[0x80][0xdb][0xa0][0xa9]}[0x1d]1gK[0xbd]G`[0xf3][0xcf][0x1d][0xc4][0x4];[0x86][0x83][0xf0][0x12][0xcd]/K[0xce][0xe5][0x6])[0x82]$[0xf][0xf2][0xab]Cz[0xc2][0xcd][0x1d][0x92][0xce][0x98][0xe1][0x8b][0xc4][0xd0]Ns'1[0xbc][0x17][0xbe][0x3][0xf0][0xd1][0xc7])[0xf8][0xfc][0x83][0x98]hC[0x1f][0xb6][0xcb][0xfd][0xd2][0x3]([0x91][0xfb][0xa5][0xfe][0xa3]([0xeb][0xc3][0x1a]:.[0x17][0x18]D[0x85]@[0x3][0xa9]1I[0xe0][0x0]X[0x9f][0xc9][0x2][0xa7]0[0xa5][0x91]h[0xe7][\r][0xe2]-[0xbc][0x98]J[0x1f]o[0x95][0x1f]R[0xdb][0xbe][0xf3][0x8f][0xb2][0xc2][0x8e],[0x88]^'[0x85][0xce]b[0x12][0xf5][0xd9][0xe9][0xd4]f[0x17]P?m[0xa4][0xde][0x19]$'[0xed][0xa1][0xfe][0x96]6[0xa4][0x91][0x2][0xa1][0x13][0x11]iR'[0xa2][0x14][0x8a]@,[0xe7],[0x9e]9[0xdb]4[0x4][0xe4][0xa4][0xb2]s[0xf0]*x[0xdf]Y[0x4][0xcc][0xc8]M[0x90]8[0xea][0xca]&[0xa0]Ki[0x87][0xc3][0xc1][0xc3][0x80][0xe][0xe2]"[0x1b][0x5]H[0x1a]O'[0x9f][0x88][0xe2][0xac][0x80][0xf2][0x98]X[0xba][0xb9][0xa5][0x9b][0x1c][0x96][0xe7]rx[0x9b]m[0xb8]G[0xc4]$[0xb8][0xc5]dK.[0xd4][0xda]M?[0x9c][0xa6][0x99][0xfd]`[0xe0]=-[0xed][0x87]i[0xc4]q:[0xfb]aM[0xbe][0x1f]f[0xf4][0xa1][0x9a][0x8e]gf[0xb9]`r[0xda][0x5]SM[0x17][0x90]6}[0xe7]_[0x18][0x86][0xb8][0x98]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xd2][0x8d]Y[0x98].fc[0x81][0xa8][0xc2]&QM[0xcf]=?[0x9a][0xc5][0xbc][0xc][0xe2][0x9b]HAV[0x94]Q[0xdd][0x8e][0x1e]\e"n[0x18][0xc1];W[0xe7][0xe2][0xec][0x94]8_d[0xe2][0xfc][0x1][0xba]~M&[0xed]f[0xc9]Kd3[0xe9]5[0x88]J!A[0x12]Y -[0x86]K,[0xa1]+[0x1f][0xcc]\[0x99][0x3][0xe3][0x8f]2[0x80]Y[0x3][0x98]=t[0xa1][0x88][0x91][0x12]+`[0x17]+[0xe1][0x14]5t[0x89][0xde]B[0xd6][0xfe][0x9c]c[0xc3][0x9d][0xc3][0xfc][0xb9][0xde][0xd2][0x13][0x1f][0xc1]>[0xd3][0x13][0xd3]s4[0xad][0x12]2 D[0x16][0x83]F[0xd3][0xc0][0x8f][0xd2][0xb5]k3[0xd7][0x82]fa*[0x93][0xd7][0xaa][0x5]6[0xfb][0xef]g[0x1e]~[0xaa][0x17][0xfe]C[0x19][0x7][0x18][0xc6][0xb6][0x90][0x3]vd[0xf4]p[0xd3][0xf8][0xb1]L@[0xf][0xed][0xa4][0xc3]X[0x85][0xed][0x1c]&*[0xf8][0xf8]Z[0xfa][0x9b]%[0xfc][0x13][0xf8][0xa4]i[0xf5]TSg[0xc7][0x11][0xcc][0x1d][0xae]n'Q[0xd2][0x93][0xd0][0xa4][0xcc][0xb5]n[0x9e][0x90][0xf0]d[0x93][0xa7][0x88][0xfc][0x6]+[0xb7][0x15][\r]b~[0xbe][0xdb][0xae]&[0xb7][0xb1][0xa7]?[0x85][0xfd][0xf9][0x12][0xe8][0xca][0x82]|[0xfc][0xae]%[0xf2][0x1b]3[0xe4][0xdb][0x87]p#[0xf2]@[0x6][0xb7][0x85]i[0xdc][0xec]Y[0xd2][0xf6][0x13]n7[0xe6][0xe0][0xf6]i|f[0x18]J7[0x11]J7[0xd1][0xd9]g[0xf1]9[0xd3]5=fL[0xcc][0xa4][0x80][0xa0][0xe7]d/[0xb3]w[0xf7][0xc2]q8m[0x14][0xcd]t[0xb4][0xd8][0x86][0x1d]C[0x99]RN[0xdd][0x3][0xe2]f[0x14][0x8b][P"z)[n[0xc5][0xc]q0+xf[0xe2][0xf3][0xf8]BNN[0xf0][0xce][0x17]Mu[0x1c][0xb0][0x15][0xc3]t[0xd6][0xcd][0xa4][0xe]=[0xbb]-[0x1]Z[0x92][0xef][0x82][0xdb][0x89][0x9c][0x1e][0xe8][0x96][0xe4]K[0xf3][0xf1][0xbc][0x8b][0xc8][0xf][0x8e]@~q>[0xf9]}D~[0x9b]U[0xf5]b[0xc].[0xc9][0xaf]^g[0x8][0xf3]Grr[0xe6]K2g[0xae]#._6[0xb9]l4[0xdb]R[0x11]s[0x99];[0x80]e[0x96][0x9c][0x9e]C[0xa1]x>[0xab]3[0x15][0x99][0x9c][0xf8][0xeb]+[0xf8][0xaa][0xf4][0xe8][0xd7][0xc6][0x1e]z[0xaf]R[0xe8][0xbd]FW[0xe8]G[0x8b][0x85]1S[0x6][0xb1][0xd8]r[0xfa][0x1d]gy[0xf6][0xc1][0x16]R[0x5]5[0xd5][0x8d]{[0x82]S[0xe3][0xf4][0x18][0xac]l[0xf7]z[0xb5][0xbd][0xee]t[0xfc][0xbd][0xb9][0xe4]w[0x9e][0x1f]Qm[0xf9][0x3][0x14][0xd8][0xbf][0xaa]<[0xcf][0xe0][0xb5][0x10][0xd5][0x88][0xf4][0xb1][0xcd]y[0x6][0xed]][0xe9]FvZ`[0xe0][0xef][0xd3])[0xb2][0xf7]I[0x6][0xd7][0xff]6[0xef][0xc8]4:[0x83]/[0xff]A[0x9a][0xc8]|[0x8b][0xc][0xbe][0xfe]W[0xf9]"[0x13][0x9f]bp[0xeb]?&[0x8e][0x9c][0xe1]4[0x83][0x9f][0xff]w[0x19]"[0xa7]Zb[0xf0][0xdb]C[0x90]*r[0xce]3[0xc][0xfe]|(sFNn[0xe0][0xeb][0xbb][0xe5]m[\r]:[0xce]E[0x97][0x8f][0x3][0xd3][0xe1]o[0xf9]9[0xee][0x93][0x85]G [0xcf]`[0xee][0x81][0x6]-wc[0xb3][0xe7]H[0x5]~[0xea][0xfc]nN[0x5][0x1][0xb6][0x9d]z[0x9e]_[0x1a]8[0xf][0x8d][0x86][0xcc][0xc2][0x14][0xe0]P[0xb4][0xb4][0xcf][0x91][0x85][0xc1][0xfc]n[0xbf]#y[0x2][0xdf]@[0x87][0x4][0x84][0xeb][0xd5][b8s[0xaf][0x5][0xe3][0xd3][0xf4][0xf8]q[0x7]G[0xb1][0xc3]a[0x3][0xca][0xe8][0xfa][0xbd][0x11][0x3][0xd7]_[0xf]Y[0xbf][0x12][0xe9][0x19]+e[0x1c].U[0x1c]430[0x1][0xc][0x8e]B[0x16][0xe]`[0x9d][0xc4][0xb1]4[0x6][0x7][0xb1]2[0xfe]P[0xf1][0xfa]([0xae][0xd4][0xb1]2[0xac][0x89][0xea]M`[0xdf][0x8a]-[0x87][0xf0][0x9a][0x14][0x8b][0xc7][0xe1]0^[0xb3][0xc1][0x6]8[0x2][0x5][0xac]8[0x9d]AQ[0x1e]>[0x7]q[0xdc][0xf][0x90][0xfe][0x1e]bV[0xed]&[0xc4][0xbf][0x19][0x11][0xa8][0x8][0x81]#[0xc1]&)[0xc0][0xbb][0xa3]0-|[0xa7][0xa0][0xb4]SJ[0xe1]R[0x89]Q[0xa9][0x85][0xb1]R[0x8f]I[0xa9][0xc7][0xc7]P%G[0xa5][0x96][0xc7]J=![0xa5][0x8e]I[0xa9]&[0x9e][0x88]c[0x9d][0xac][0xd6][0x94][0xdb][0xa0]Z[0xf1][0x13][0xad][0x1b][0x90][0x1a][0xd5]k[0x8][0xbd]c[0xc1]N[0xd2][0x9b][0x94]z[0xbc]+#dL([0x1f][0x97][0xca]o[0xe3]Y[0x5]k[0xbe]ZKHeK[0xd1][0xc2][0xd4]_[0x12][0xea][0xd5]`7[0xa9][0xe7]I=/[0xd5]y[0xf7]$vq[0xe1][0xf3][0x94][0xf4]qQ%[0x81][0xb5]P[0xad]%[0xb7][0xf9]X[0x89][0xa2][0x12]f[0xd6][0x12]f[0x8b][0xc1][0x11]2+[0x90]Y[0x81][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0x8c]wOc[0xa7][0x8][0xdb]g[0xa4][0xed]G[0xa8][0x97][0xc4]Z[0xaa][0xd6][0xd4]Q[+YL[0x84]y_[0x11][0xde]+[0xc1]9[0xf2].[0x91]w[0x89][0xbc]K[0xe4]][0x92][0xde][0xbc][0xab]`[0x97][0x10][0x14]3[0x92][0xe2]S[0xd4]R[0xb1][0x96][0xab][0xb5]T([0x85][0xa5][0x16][0x93]a([0x1d][0x81]r)8L(eB)[0x13]J[0x99]P[0xca][0x84]R[0x96]([0xbc][0x9b][0xc5].)[0xa0][0xaa][0x12][0xea][0xb][0xbc]O[0xf1][0xdf]F[0xb5][0x96][0xdb][0xf1]H[0xee]SY[0xa9][0xa2][0x1a][0x86][0xf6][0xbe]@{#[0x90] [0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]U[0x8][0xad]Bh[0x15]B[0xab][0x10]ZE[0xa2][0xf1][0xae][0x86][0x9d]* OH[0xc8][0xaf][0xf0][0x93]4V[\r]![0xc3][0x1f][0xe0]}H+[0x97],[0xa6][0xc2]P}[0x81][0xfa]N D[0xa8][0x1a][0xa1]j[0x84][0xaa][0x11][0xaa]F[0xa8][0x1a][0xa1]j[0x84][0xaa]IT[0xde]i[0xd8][0xa5][0x4][0xf4][0x9c][0x84][0xc6][0x9f]:[0xfe][0xcd][0xc3][0xbe][0x11][0xfa]/[0x9e][0xf7]6h+[0xa7][0x16][0xd3]a[0xe8][0x9f][0x8][0xf4][0xf7][0x2]9B[0xd7][0x9]]'t[0x9d][0xd0]uB[0xd7][0x9]]'t[0x9d][0xd0]u[0x89][0xce][0xbb]:vi[0x11]b^[0x86][0xf8][0x11]wO`50Dz[0xf]![0xac]\[0xaa][0x98][0x9][0x8b]r]D[0xd9][0xc]D)[0x8a]AQ[0xc][0x8a]bP[0x14][0x83][0xa2][0x18][0x14][0xc5][0xa0]([0x6]E1([0x8a]![0xa3][0xf0]n[0x1][0xbb][0x8c][0x8]uR[0x86][0xfa][0x5][0xcf]e[0xb1][0x9a][0x18]*[0xb3][0xe7]PV.][0x9c][0x8][0x8b][0xf6][0x99][0x88]v-[0x90][0xa6]h&E3)[0x9a]I[0xd1]L[0x8a]fR4[0x93][0xa2][0x99][0x14][0xcd][0xa4]h&E3e4[0xde][0xe9][0xd8][0xf1][0xd7][0xeb][0xa2]`:u[0x17]PK[0x7][0x8]F[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/AsynchronouslyFormattable.class[0x85][0x90]=O[0xc3]0[0x10][0x86]_[0x97][0x96]@[0xf9]*l[0xc]P`[0xe8]H[0x6][0x98][0xca]T[0x89]VB[0xe2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x9]1[0xb9][0xe1][0x94]:r[0xec]*v*[0xe5][0xaf]1[0xf0][0x3][0xf8]Q[0x88][0xb][0x3]][0x82][0xb0]d[0xbf][0xf6][0xbd][0xcf][0x9d]O[0xf7][0xf9][0xf5][0xfe][0x1][0xe0][0x2][0x7][0x1][0xf6][0x2][0xf4][0x2][0xec][0xb]t[0x1f]mY$4Q[0x9a][0x4][0x8e]G[0xae]2[0xc9][0xbc][0xb0][0xc6][0x96]NW[0x13][[0xe4][0xd2]{9[0xd3]t[0x9e][0xc9][0xa5][0x14]8[0x8c]J[0xe3]UN[0xcf][0xca])[0x8e][0x8e][0x8c][0xb1]^ze[0x8d][0x13]8[0xbd][0xad][0x99]PK[0x93][0x86][0xf2][0xd7][0x8][0xaf]mR[0xe6]d<[0xbd]][0x9][0x1c]53[0xb1],R[0xf2][0xec]w[0x96]R[0x97][0xdc][0xc8]Y37[0xd6]T[0x97][0x8a][0xab][0x5]1[0xdc][0x8e]_[0xa6]c[0x81][0x93]f6"[0xcf]([0xdf][0x98][0x1c][0xfc][0x83]L[0xad]VI[0xc5]`[0x10]=[0xdd][0xc7]7w\" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "uh[0xb]f[0x17]2[0x99]S[0xa8]m[0x9a]*Ne[0xbd][0xcc][0xc2][0x9c][0x9c][0x93])[0x85][0xce]J[0xa0][0xb7][0xfa][0xee]a[0x96]Q[0xe2][0x5][0xfa][0x8d][0x1d][0xac][0x6]8[0x10][0x10]h[0xf1]^C[0xbd]Zh[0xff][0x9c][0x1d][0xac][0xb3][0xf6]9[0x1a][0xb0]n[0xb0][0xbf][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xe8]b[0xb][0xdb][0xf5][0x8b][0xb0][0x83][0xdd]oPK[0x7][0x8][0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.class[0x9d]WYW[0x1c][0xd5][0x16][0xfe]N[0xf]T[0xd3])[0x6];@$[0x10][0xd3][0x9a][0x18][0xa1][0x1b][0x82][0xe6][0xe6][0xc6]k [0x1a]B[0x82]i[0x4][0x12][0x3][0x92]h[0xd4]X[0xd0]eS[0xd0]T[0x93][0xee][0xea]h[0x9c][0xe7]y6[0xe][0x89][0xd3][0xbd]N[0xe8]]y[0xb9]kI[0xeb][0xf2][0xc1][0xe5][0x83]K[0x97][0xfe][0x9][0x9f][0xfd][0x7]>[0xb8][0x8c][0xdf]>[0xd5][0x81]t[0x18][0xd4][0xfb][0xd0][0xb5][0xbf]s[0xce][0xae]}[0xbe]o[0x9f]}v[0xc1]O[0xbf][0xfd][\r][0x80][0xe0][0xbf]Ql[0xc1]x[0x14][0x13]HW[0xa3][0x1][0xb6][0xa0][0xbb][0x5]e[0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0x4]M[0x9][0x9a][0x16][0x94][0x15]4#[0xc8][0x15][0x94][0x13]4+[0xe8][0xb8][0xa0]|[0x14][0x5]?[0x80]'[0x91][0x8b][0x6]NDq[0xf][0xee][0x95][0xc7][0xc9]([0xee][0xc3][0xfd][0x6][0x1e][0x88][0xe2]A<[0x14][0xc1][0xc3]b[0x1f][0x89][0xe0]Q[0xb1][0x8f]E[0xf0][0xb8][0xd8]'"[0xe8][0x17][0xbf]'#x*[0x8a][0xed]x:[0x82]gd[0xfe]Y[0x3][0xcf][0x19]x^![0xba][0xbf]wd[0xff][0xb1][0x91][0xfd][0xa9][0xfe]Q[0x5][0x95]R[0xa8][0xe9][0xcb][0xb9][0x5][0xcf]r[0xbd]1+[[0xb4][0x83][0x94][0x15]W[0xa8][0xd3]^C[0xb7][0xc][0x8e][0xa6][0xe][0xe][0xa6][0xf6][0x1d][0x92][0xe9][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]'[0xcd][0x97][0x6][0x14]B[0xae]5c+[0xc4][0x6][0xa7][0xac][0x13]VW[0xd6]r3]#^[0xde]q3[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]l[0xce][0xcd][0xc][0xeb][0xf5]0[0x3]{[0xb6][0x81][0x17][0x8]G[0x4]*[0x98])[0xd7][0xb5][0xf3]}Y[0xab]P[0xb0][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^[0x10]at2o[[0xe9][0xcd][0xda]Q[0xe2][0xcc][0xe6][0x9d]\[0xde][0xf1]N*[0x18]N[0xa1]7[0xeb][0x9c][0xe0][0xeb][0xea]6.8[0x85][0xbd][0x96]=[0x93]s[0xc9][0xd3][0xd3][0xef][0xdc][0x98][0xcf][0x15]g[0xfd]-[0xab]z[0x1c][0xd7][0xf1][0xae]Whl[[0x12][0xba][0xbb]}[0x8c][0xd4][0xfb]ri[0xfa][0xd5][\r]:[0xae]=\[0x9c][0x19][0xb7][0xf3][0xa3][0xd6]xV[0x8b][0xc9]MX[0xd9]1+[0xef][0xc8][0xb8]<[0x19][0xf2]&[0x1d][0xd2][0xbc]n0[0x97][0xcf]tY[0xb3][0xd6][0xc4][0xa4][0xdd][0x95][0xcd]e2[0x94]*v[0xfb]T[0xd7][0x8c]](X[0x19][0xbb]k[0x8f]Up&[0xfc]}R[0xee][0xdd][0xb9][0xfc][0x8c][0xe5]99[0x97]:[0xaa]|[0x8e][0x95][0xd9]*[0x13]b^2[0xc2]]a[0xdd][0x92]E-[0x8a][0x1e]5L[0xc8][0xc4][0xf4][0x90]5[0xab])[0xb1]"[0xc][0xbc]h[0xe0]%[0x3]/3[0xb6]}[0xbc]he[0xb][0x17][0xa9]=0>eOx[0xdd][0xed][0xcc][0x95][0xca]U[0xee][^[0xd2][0xc2],[0x8f][0xb9][0x9c][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]~F[0x82]m[0xed],[0x87][0xaa][0xbc]](f[0xb9]R[0xc7][0xf4][0xbb][0xde][0xa2] [0x85][0xd6][0xb6]%[0xc7][0xbd][0xa7][0xe8]d[0xd3]v^'6P[0x18]Wh^[0xd1][0x85][0xa5][0xa7]#j5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";W[0xe]v[0xb4]b[0x85][0xde][0xa3]yk[0xc2][0xde][0x97][0xb5]gl[0xd7][0xd3][[0x19][0xb6]?P[0xd8][0xb0][0xaa]/[0xd3][0xeb][0xc9]X[0xe1][0xb2][0xd5][0x83][0x1a][0xb8][0x93][0xfc]Fr[0xc5][0xfc][0x84][0xdd][0xef][0xc8][0xc1][0xb7],[0x9e][%[0x8a][0x89]]x[0x85][0xa7]`[0xe2]U[0xbc]fb+[0xba]L[0xbc][0x8e]S&[0xae][0xc6]5&[0xde][0x10][0xb4]M[0xd0][0x9b]x[0xcb]d[0x93][0xb8][0xd6][0xc4][0xdb][0x18]1[0xf1]/[0xb4][0x9b][0xb8][0xe][0xa7][0xe5][0xb1][0xd3]D[0xb7][0xa0]nAg[0xf0][0xe][0xf][0xd4]D[0x8f][0xbc][0xf4].[0xde]S[0xb8][0xf6][0xff],7[0x16][0x85][0x89]![0xc][0x9b]8[0x84][0x11][0x3][0xef][0x9b][0xf8][0x0][0xff]V[0xd8][0xb4]b[0xb8][0xa2][0xe7]d[0xbb][0xfa]&[0xad]|[0xc1][0xc0]L|[0x88][0x8f][0x98][0xdd][0xb4][0xbe]]q[0x19]~[0xcc][0x14][0xca]=[0xdc]%[0x83]O8[0x88]{NZ[0xf]>51[0x87][0xcf]X'[0xd5]>[0x8b][0xb8][0xbe][0xeb];[0xe3][0x92][0x85]S[0xac][0xaf]j[0xcb][0xd3][0x11]>W[0xa8][0xbf][0xb8][0xfe][0x14][0xb6][0xfd][0xa9][0xc0]%[0xda][0x14][0x9a][0x96][0xef][0x15][0x15][0x1b][0x8c][0x96]/[[0xe3][0xb2][0xd7][0xa9][0xc2][0xd5][0xaf]:][0xf8]cr[0x11]m/[0x95][0xd6]#68[0x83]#[0xbf][0xa1]4[0xb4][0xb5]/[0xdb][0xe5][0xbc][0xdc][0xf9][0xf7]#[0xf4]-[0x13]Y_[0xe1]|QC[C[0xbf][0x83][0xb]=[0x8d][0xfb][0xf0]~[0xd6]r[0xae][0x82]_[0xf3]2[0x11][0xce]w[0x2][0xd9]HwN[0x85][0xb5][0x15]nz[0x92][0xe][0x1d][0xab][0x9f]s[0xc5]5c[0x90][0x1a]kv[0xd6]v[0xd3]{[0x8f][0xeb][0xd6][0xaf][0xd0][0xbf][0xf2][0x9d]\[0xa6][0xbb][0xac]r[0xd3][0xd7][0xad][0xb0][0xc4][0xf6][0xe2]o)[0xcd][0xa4]o[0xb5][0x8][0x9d]K[0xa9][0xac][0xba]ck[j[0xf5][0xe5][0x81][0xd5][0x96][0xeb]}V7[0xd9]'[0x17]rq[0xe4]/[0xe5][0xa2][0xcc][0xec][0xef]e[0xa7]s[0xb9]^[0xbd][0xa2]?[0xe2][0xfc]k`[0xb][0x14][0xae]B[0x14][0xeb][0xd1][0x86]v[0xe2][0x4][0xbf][0xc7][0x1]$9[0xee][0xb8]`[0xdc][0x89][0x98]4#[0xe2][0x98][0xb4]"m[0xb7][0x95]-[0xdb][0x90][0xb6]lB[0xda][0xb2][0x5]i[0xdb]][0xb6]=[0xda]/[0xcc][0xdf].\[0xcf][0x88]7[0x10][0xfd][0x82] [0xe4][0xcb]([0xf1]%T"YB`[0x1e]A[0xb1][0xa1]y[0x84][0xc5]V[0xcd][0xc3][0x10][0x1b][0x99]G[0xb5][0xd8][0xe8]<[0xd6][0x88]5[0xe7]Q#[0xb6]v[0x1e]u4[0xf5]C[0x89][0x8e][0x1f]`[0xa8]9[0x18][0x1d]%\2[0x8f][0xd8][0xff][0x18]5[0x88][0xdd]|n[0xc5][0x1a]>[0xdb][0x11][0xa2][0x6][0x93][0x8a][0x1a][0xa8][0xa8][0x95]J6s[0xa5][0x83]Z[0xb6]S[0x89]p[0xeb][0xa5][0x92][0x9b][0xa9][0xa2]W[0xfe]@[0xf1]Ya[0xf][0xfa][0x0][0x8d][0xf6]b[0x1f]9[0xf7][0xe2][0x12][0xf4][0xe3]Ffb?g[0x93][0x8][0x9c][0xc3][0x0][0x82][0x6]R[0x6][0x6][0xc][0xdc][0x4]ExN4-N[0x5]4[0x1c][0xe4][0xcb][0xec][0x9a]e[0xd9][0xdf][0x91][0x8c]l0[0x9c]H~[0x8a]p[0xe8]l[0xf2]{[0xd4]&JXK%k?A8x6[0xf9]-[0x1a][0x86][0x12]_ [0xd8][0xc1][0xdf][0xa9][0xd3]2[0xc5]Q[0xf8]{4[0x88][0xe1]d[0xb8][0x84][0xc6]3[0xa8][0x9b]C[0xb4]C[0xcf][0xd3]!tvAr[0x82][0x7][0x9][0x1e]G[0x98][0x87]a0[0xfd]M<[0x84]K[0x99][0xf4][\r]\m[0xa7][0x88]$e[\r]P[0xd2] [0xa5],[0xca][0x1d]^[0x90];[0x8c][0x3]8H[0xae][0x1b][0x98][0x96][0x9b]9[0xe7][0xcb][0xad][0x85]a[0xd4][0xaa][0xdf][0x10][0xa3][0xa2]uU[0xfc][0xf2][0xcb]'[0xa0][0xac][0xe8]I[0xee][0x15][0xa0]m[0x13][0xd2][0xf2][0xab][0x8f]?[0xf8][0xf8]3=[0xf5][0x1b][&}[0xe2]5[0x9]M[0xba]i[0xe][0xa1][0xe0]]=-[0x8b]\k[0xf5][0xde][0x83][0xb4]C,[0xc2]a[0xcd][0xa7][0xc9][0x8f]U[0xe6]S[0xcb]"[0x1c][0xd5]E(,Z$[0xe9][0x9b]tZIA[0x9d][0x93][0xba][0xd4]8[0xa0][0x84][0xd2]-[0x18]+S[0xfa][0x91][0x81]%[0xcc]tR[0xb6][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xea][0xe3]%4[0x1f][0xe6][0xa0][0xee]4[0xa2][0xc9][0xd8][0xfa][0x12]Z[0xe]'c[0xad]4[0x9c][S[0xc2][0x86][0xd8]e>[0xe][0x96][0xb0]q[0xc1]9[0xc6][0xb3]I[0xc6][0xe2][0x82][0xbe][0xc2][0xe5][0x87][0x93][0xf5]QYH[0xc6][0xae][0xf0]}[0xab]K[0xd8]D[0xe4][0xcf].[0x16][0xdd][0x16]T[0xf3]y[0x98][0xdc][0x8f][0xa0][0x11][0xb7][0xb2][0xe0][0x8e][0xf2][0xc]n[0xa7][0xa2];[0xa8][0xf3][0x18][0xf5][0xdc][0x85])X[0x17][0xa8][0x9d]^[0xc8][0xfe]4[0xdf];RV[0x1b]B[0xa0][0xf5]j[0xe2][q[Y[0xd6][0x1b][0xf4]6[0xa4][0xac];[0x86];[0xbf][0xd9][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x8]7[0x86][0x1b]C[0x1f]"[0xde][0xd9][0x18][0xde][0xb6][0xb3]*[0x19][0xdb]L:[0xcd]U%\[0xe9]sz"[0xac][0xe6][0xce][0xfd][0xbc][0xc8],[0xc6][0x98][0xe0][0xde]M[0xdc][0xe7]*[0xda]N[0xcc]h[0x16][0x9][0xce]7[0xb1][0xbc][0x8f][0x92]e[0x95][0xbe]6[0xe7][0xf9]l-[0xf3][0x11]t[0x7][0xee],WC[\r][0x2][0xbf][0xa3][0xda][0xc0]1[0xa5]~[0x95][0xf3][0xa0] [0xe9][0x10][0x16]v[0xd0]F[0xe9][0xbe][0x9d][0xff]m[0xfc]sw[0xf3][0x1f]PK[0x7][0x8][0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.class[0xad]TkO[0x13]A[0x14]=[0xd3][0x16][0x16][0xea]B[0x85][0xfa]~`U[0xc4]R[0xd1][0xfa]~[0x0][0x82]R[0xac][0x11][0x1][0x89]<[0x12]5~[0x98][0x96][0xb1],.[0xbb]dw[0xeb][0xe3]_a"[0x10]5[0xf1][0xa3][0x1f][0xfc]Q[0xc6]3[0xdb][0xb5])X[0x1][0x8d]Mz[0xe7][0xce][0xdc]{[0xcf][0xb9]s[0xef][0x9d][0xfd][0xfe][0xe3][0xf3]W[0x0][0xd7][0xf0]0[0x89][0x14].[0xb7][0xa3][0x13]W[0xb4][0xb8]j[0xe0]Z[0x12][0x9]\[0xd6][0xe2]z[0x1b]n[0xec][0xc3]M[0xdc][0xd2][0x9b][0xdb]m[0xb8][0xa3]7[0x83]Z[0xc]i1l`[0xc4][0xc0][0xa8][0x81]{[0x2][0xfb]}[0xe5]Y[0xd2]^P[0x9e]o[0xb9][0xce][0xfc][0xa3]q[0x1]1![0xd0]Qp[0x1d]?[0x90]N[0xb0] [0xed][0xaa]jA[0xed]'[0x4][0x8c][0x15][0xe5][0xfb][0xb2][0xa2][0x4]r[0x93][0xae]W[0xc9][0xcb]UY^Ry[0xdb][0xad]T,[0xa7][0xa2][0xd7][0xeb][0xcb][0xf9][0xc8]'?U[[0x87][0x4][0x12][0x81]z[0x17][0x8]tO.[0xcb]72oK[0xba][0xce][0x6][0x1e]#hk[0x1d][0xb6][0x1c]+[0x18][0x11][0x18][0xcd][0xfe]n[0xde];I[0xff][0x2]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]"SKMZ[0x8e][0x9a][0xae][0xae][0x94][0x94]7'K[0xb6][0xd2][0xc4]n[0x99][0xb7][0x94][0xbc]+[0xf7][0xd1]a"X[0xb2]|[0x81][0xf4][0xfd][0x92][0x1f]x[0xb2][0x1c][0x14]m[0xf7][0xed][0xd4][0xaf][0xeb][0x99][0x8f][0x1c]Gy[0x5][[0xfa][0xbe][0xa2][0xd3][0xcc][0xee][0x89][0x8c][0xab]W[0xb2]j7[0xa2][0x14][0x9][0xea]z[0xef]{[0x9b][0x10][0xf0][0xde][0xe9][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xae][0xb7]"[0x83]@-[0xd6]y[0xf]d[0xfb][0x9b][0x15][0xa9]c6[0x90][0xe5][0xd7]Sr5[0xca][0xbd][0xbd][0x1e]L[0x1b][0xf5][0x19][0xe9][0xc9][0x15][0x15][0xb0][0x8d][0x2][0x7][0xb3][0xfd]/[0x1a]0[0x9e][0x94][0x96]U9 [0x86]I[0xbf][0xb9]%[0xcf]}[[0x83]8[0xbc][0x85][0xa9]n[0xa0]c[0x92][0x8e][0xf5][0x84][0x6][0xe8][0xf6][0x17][0x9d]64I[0xd8][0xec][0xe4][0xac][[0xf5][0xca][0xaa]hi[0xb2][0x9e]?V[0xe7][0x92][0xce][0xc1][0xc4]1[0xdc]7q[0x8][0x87]M[0x1c][0xc1]Q&[0xb7][0xbd][0x6]cU[0xcb]^T[0x9e][0x89]1[0x14]8[0xa3][0x19][0x3][0xe3]&[0xce][0xa2][0xd7][0xc4][0x3][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0x6]3&[0xfa][0xf4][0xf6]<[0xb2]&[0xfa][0x91]3P[0x14][0x98][0xfe][0xbf]][0xe3]{[0xd9]^W[0x16]hW[0x8e]-[0x8][0xf1][0xac][0x9e][0xd4]V[0xb9][0xba][0xaa][0x9c]E[0x81][0x8b]M[0x86][0xfe][0xf7][0x9][0x88]n[0xcf][0xfa]f[0xf7][0xda][0xb][0x81][0xb6][0xc0][0xad]E[0xb][0xc][0xfe]{[0x1d][0x90][0xe1][0xe7]%[0x5]^[0x1d]qv[0xa9][0xb][0xdd][0xd4][0xd3][0xfc][0x1a][0xc4]p[0x80]:[F[0xbd][w[0x8d][0xab][0xc1][0xff]1[0x1c][0xa7][0xc7][0x9]j[0xcf][0xe8][0x13][0xe7][0x9a][0xca]mB[0xe4][0x6][0xd6][0x11][0xcb]]XG[0xfc]C[0x18]|2[0xc]KP[0xe]Q[0xe][0xa3][0x1d]wI4[0x82][0x1e][0x9e]dja8[0x85]3[0xe1][0x87]'[0x15][0xc2][0x8b]P[0xd3][0x84]1[0xea][0xec]}D[0xb3][0x1c][0xee][0x81]|[0xee]#b[0xdf][0xd0][0xf7][0x5][0x89]g[0x9b]h[0xe1].[0xbe][0x81][0xd6]n[0x83]B[>[0xa1]M[0x80][0xfa][0x6][0xda][0xd7][0xb4]m[0x8d]![0xf1]0[0x8d][0xce][0x90]n[0x8c][0xd9][0x17][0x90][0xe3]<[0xe9][0x14][0xcc][0x1a]d[0x94][0xc2][0xb9][0xd0]W[0xe4]x[0xd8][0xb7]W[0xde]d[0x9d]w[0xdf][0x8e][0xbc][0x13][0xe4]}L[0xde][0xa9][0x9d]y9[0xd7][0x11][0xef]4W[0xed][0x94][0xae][0xf1]v[0xd4]HL[0x81]5[0xb1][0x1d][0xfb])[0xb1]g[0xd9][0xb3][0xf9][0x6][0xec][0xf4]V[0xec].[0x1e][0xf2][0xb9][0xec][0x88][0xdd][0xd1][0xc][0xfb]9[0xb1]_[0x10][0xfb][0xe5][0xce][0xd8][0x17]0[0x10]a[0xe7]#l][0xa1][0xd8]Z}[0x8]Z[0xc3][0xc3]R[0x3]JK[0x84][0xc2][0xd7]Q/vcp|{p[0xa5]Ip[0xc][0x97]B[0x99][0xc7]i[0xae]I[0xda]:9a[0x19]$[0x2]PK[0x7][0x8][0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.class[0xad]S]O[0x93]1[0x14]~[0xce][0x6]T[0xe7][0x80]9[0xfc]@[0xe4][0xeb][0xc2][0xb][0xc5][0x8f][0xd7]D[0xae][0x1c][0xc1][0x90][0xe1][0x92][0x99][0x1][0x17][0x83][0xdd]w[0xb3][0xbe]+[0xe9][0xda][0xd9]v*?[0xcb]+[0x12]/[0xfc][0x1][0xfe]([0xe3]y[0xdf][0x8d][0x4][0x3][0x4][0xa3]69}NO[0x9f][0x9e]>[0xa7]9[0xfd][0xf1][0xf3][0xdb]w[0x0][0xaf][0xb0]^B[0x11][0xf][0x4][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xb][0xac][0x12]*Ay-MG[0xf9][0xa0][0x9d]=j[0xee][0x12][0xe8][0x1d]a[0xb6][0xee]l[0x88][0xd2][0xc6][0x8e]4#5[0x8d][0xf1] [0xc2][0xcc][0x96][0xb6]:n[0x13][0xde][0xc8][0x91][0x89][\r][0xe3]>O[0xb2]4d/:[0xf2][0xe8]b[0xfe][0x1a][0xe1][0xa6][0xca][0xd6][0x87][0xea]K[0xcc][0xd4]][0xa8][0x9b] [0x6]gZ6[0xfe][0xfc][0x11][0x8][0xa5][0xb6][0x1b][0xf9][0x9e]j[0xe8][0xac][0xc2][0xd5]+E[0xbd][0xc8]n,[0xa3][0x84][[0x2]k[0x84][0xbd][0xff]Z[0x1e]a[0xff][0x1f][0xf2][0xed]tC[0xf4][0xec][0x9f][0xdb]",\[0x1a]}~[0xed]5[0xbf][0xcb]z[0xfd][0xf7][0xb2][0xf0][0x12][0x5]nt[0xee][0x1a][0xb6]%Lc[0x86]Qp[0x7][0x17]p[0x83]=dO[0xc9]Xf[0xaf][0xc9][0xbc]"[0xa3][0xd8]x[0xfa][0xec][0x14][0xf4]5'[0xcd][0xe6][0x94][0x2][0xcf]C>[0xfa][0x11]s[0xec][0xad][0x8f]i[0x98]G5[0xff][0xc][0x2][0xb][0xb8][0x93]'[0x13][0xb8][0x8b]{[0xcc].[0xe0]~~z[0x11][0xb7][0x19][0xab]yd[0x9][0x15][0xb6]"[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xbf][0x0]PK[0x7][0x8][0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.class[0xad][0x95][O[0x13]A[0x14][0xc7][0xff][0xd3][0xb][[0xcb][0x16])"(*[0xe2][0x9d][0x96][0x96][0xe2]])[0x82]r[0xa9][0xa2][0xa8]1`[0x13]}rh[0xc7][0xb2]u[0xbb][0xdb][0xec]n[0x15][0x1f][0xbc]$^[0x12]/[0xf]j|[0xf1][`[0xa2][0x10]5[0xf1][0x3][0xf8][0x99][0x8c][0xf1][0xcc]v[0xad][\r][0xd4][0xb]h[0x9b][0xce][0x9c][0xd9]9s~[0xe7][0xb6][0xd3]/[0xdf]>~[0x6]p[0x10][0xe7][0x9a][0x91][0xc2]@[0x18][0x11][0xec]_[0x7][0x15][0x7][0xe4]pP.[0xf])8[0x1c]F[0x13][0x8e][0xc8][0xe1]h[0x8][0xc7][0xe4]|\[0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x14][0x9c]P0[0xc2][0xd0]j[0xb]K[0xe3]zVX[0xb6]f[0x1a][0x97]'[0xc7][0x19][0xd8]Y[0x86][0xc8][0x98]i[0xd8][0xe]7[0x9c],[0xd7]+"[0x88][0xea][0x87]14Y[0xc2][0xae][0xe8][0xe]C[0xdb]T[0x91][0xdf][0xe4])[0x9d][0x1b][0x85][0xd4][0xc5][0xd9][0xa2][0xc8]9i[0xda][0xd5][0xec][0xac][0xa9][0xe5][0xc9][0xc6]UZ[0xc]i[0x86][0xe6][0xc]3[0x8c][0xf7][0xd6][0xe9]N;[0x96]f[0x14][0xd2]S[0xa6]UH[0xf1]2[0xcf][0xcd][0x89][0x94]n[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]L[0xce][0x87][0x8a][0xa9][0x92][0xb0]m^[0x10][0xa9][0x9][0xc3][0xb1]n[0x9f][0xaf].[0xd2][0xb1],C`[0xcc][0xcc][0xb][0x86][0xf5]S[0x9a]!.TJ[0xb3][0xc2][0x9a][0xe1][0xb3][0xba][0x90][0xae][0x98]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]S [0xb4][0xf6][0x1e][0x6][0x9c]9[0xcd]f[0x88]Nk[0xa5][0xb2].&[0xe6]5[0xc7][0xb3][0xc5][0xa0]N[0x1a][0x86][0xb0][0xc6]tn[0xdb][0x82]T.[0xfc][0xd9][0x97]qq[0x9d]S[0xd4][0x19][0xdd][0xbc][0xe5]Y[0xc9][0xf0][0x9c]cZ[0xb7]w[0xaf]0OY[0x8][0x9]Z[0xce][0x88][0xf9]eY[0xf2]"gPJ?[0xc8];}[0x9][0xbe]8{[0xf]<[0xf0][0x1e][0x81][0xb7][0xae][0x8d]-[0xee]iy[0xee][0xe][0x9a]q[0x97][0xac][0xdf]#[0x8b][0xf7][0xb1][0x95][0x9e][0xf4]TOc[0x1b]Ip[0xa5][0x1d][0xd8]I[0xb6][0xa5][0xb4][0xb][0xbb][0xe9][0xb4][0xa4][0xed][0xf1]hE[0xd2][0xe]Ti[0xc9][0x1a]-!i[0xfe][0x6][0xb4][0x7]D{H[0xb4]GD{[0xec][0xd2][0xe2][0xd5][0xd3][\r]i2J_[0x8d][0xeb]w[0xb9]{=[0xae][0xf0][0xb8]Q[0xe2][0xfe][0x16][0xf9][0x84][0xfe][0x11][0x9f][0x12][0xf6][0x19]a[0x9f][0xd7]![0xa3]5d[0xb4][0x86][0x8c][0xd6][0x90]QB[0xee]#[0x4][0x93][0xf7][0x83][0x87][0xbc]E;r/[0x16]_Bp" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0xfe][0xe][0x81]7[0x8][0xf6]-|B[0xd3][0x95]%(}[0x8b][0x8][0xb5][0xad][0xa3][0x81]6[0xfc][0x8b][0x8]/[0xa2]y[0x81][0x94][0xfd]u[0xae][0xbc]@[0x10]/[0xa9][0xae][0xaf][0xa8][0xaa][0xaf]]W:[0xaa][0x6]=W[0x82][0x14]e[0xdc]u[0xa5][0x8f]V![0xb0][0xaf]hQ[0x90] [0x9d][0xa4][0x1b]T?[0xb6][0xbb][0xb6]|d#[0x8d]nr*B[0xf3]0[0xc2][0xdf][0x1]PK[0x7][0x8][0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.class[0xb5]V[0xdf]s[0x1a]U[0x14][0xfe].[0x84],![0xb]4$5[0x1a]cm[0xa7][0xd1][0x12][0x88]![0x9a]j[0xb4]I[c[0x0][0xa5][0x92][0xb4][\r][0x4][0x83][0xad]f6[0xf4]J7[0x85][0xdd][0xb8][0xbb][0x98][0xd6]7[0xff][\r]g|[0xf4][0xd9]:[0xb6]2[0x9a][0x19]G[0xdf][0x9c]>[0xf4][0xc9][0xff][0xc5]7[0xc7]s[0x97]u[0xb3][0x1],H[0xeb][0xcb][0xb9]?[0xf6][0x9c][0xef]|[0xe7][0xdc]{[0xce][0xdd]G[0xfd][0xfc][0xb][0x80]E|*[0xe1][0xdd] V[0x83]x/[0x4][0x86][0xb5][0x10][0xc6][0x91][0x1e][0xa1]YF[0x88][0xac][0x84][0xf7][0xc5][0xf6][0x7]![0x4][0x91][0x93]pE[0xc2][0x87][0xa3][0xc8]c=[0x4][0x19][0x1b][0x12][0xae][0x86][0x10][0xc5]5![0xae][0xb][0xb1])[0xa1] [0xa1](a[0x8b]a[0xac][0xa0][0xd6][0xf7]k[0x90][0x17][0xed]J[0xb8]d[^[0xa6][0xec][0x80][0xaa][0xc2]Ow[0x8a]Q[0x84]St[0xa1][0x19][0x9e][0xa7][0xf1][0x5][0x1a][0xa7][0x10][0xfa][0x1b]PK[0x7][0x8][0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0xdd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xac][0x89][0x91]A[0x0][0xa4]M?'[0x11][0xa8][0xcc]?)+5[0xb9][0x84][0x91]A[0x87][0xa0][0x11]n9[0xf9][0xe5]P[0x13][0xd8][0x18][0x19][0x18][0x19][0x98][0x80][0x98][0x99][0x1][0x4][0x18][0x19]X[0x80]$[0x13][0x3]+[0x0]PK[0x7][0x8][0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xd7][0x8a][0xcc][0x12][0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x9d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xa4][0x7]h[0x2]H[0x97]~N"P[0x95]RVjr[0x9]1&[0xb8][0xe5][0xe4][0x97]CM`cd`d`[0x2]bf[0x6][0x10]`d`[0x1][0x92]L[0xc][0xac][0x0]PK[0x7][0x8][0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0x9b][0x93][0xe0]R[0x13]JI[(-54[0xe1]R[0x8b][0x9b][0x90]h[0x85][0x80]4EVsyH[0xd4]>[0xf4][0x1]m[0xec][0xc5]qp[0xbc][0x95][0xed][0x14][0xbe][0x80]_[0xe1][0x19][0x90][0x10]B[0xa8][0x1f][0xc0]G!fM[0xd5][0x8][0x4]< y.gvv[0xce]Zg[0xbe]}[0xff]r[0xc][0xe0][0x1e][0xac]2.[0xa2]ZB[0x11][0xb]%[0xca][0x16][0x15]\[0xd2]pI[0x81][0xcb][0xca]-k[0xb8][0xa2]a[0x95]a[0xd5][0xec][0xbd][0xf6][0x13]g[0xd8][0xe6][0x87][0xe6][0x88][0x1f]q3[0xe0][0xa1]g[0xf6][0x87][0x91][0xe0][0xae][0xd9]Kx"[0x18]2[0x7]6Cq[0xcb][0x9][0xfc][0xd0]O[0x1e]3dk[0xf5]=[0x86]\C[0xba]t8[0xdb][0xf2]C[0xd1][0x99][0x8c][0x7]"[0xea][0xf3]A@[0x95]JK:<[0xd8][0xe3][0x91][0xaf][0xf0]Iq[0x86]f9[0xaf][0x88]%[0xc5][0xf4][0x14][0x86]rON"G[0xec][0xf8][0xea]|[0xb9][0xf9]&[0x11][0xa1]+[0xdc][0x9f][0xd4]v[0xf8]RFc[0x9e][0xf8]2[0xdc]P[0xcf]"[0x9e]f[0xe8][0x4]2[0xf6]C[0xaf]-[0x92][0xa1]t5\[0xd5]`[0xea][0xb8][0x8e]u[0x1d]e[0x9c][0xd1]QC][0xc7][\r][0xdc]dXTW,[0xf5]'VG[0xf6]&[0xce]p[0xc7][0x17][0x81][0xdb][0x8c]"[0x19][0xe9][0xb8][0xa5][0xda]n[0xa3][0xce][0xb0]%#[0xcf][0xe2][0x87][0xdc][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x90][0x9e]G[0xb3]U[0xbc]?[0xb2][0xc6]"[0x8e][0xb9]'[0xac][0xbf]>[0xca][0xbc][0xc3][0xa0][0xdb]a([0xa2]F[0xc0][0xe3]X[0xc4][0xc][0xc6][0x94][0xb4];[0x18][0x9]'ax[0xf4][0xff][0x4][0x1a]6[0x18][0xe6][0xa7]#U$[0x12][0xb]G<[0x98]([0xf2][0xa5]Z[0xfd][0xa0][0xf5][0xe7][0xee]M[0x6][0xed]Y[0xab][0xdb][0xd8]mn3T[0xff][0xd1]$#[0xd7][0xf]y[0x90][0xea]K[0x82]k[0xfb]O[0xed][0xbe][0xdd]yN[0xda][0xf5][0xed]vs[0xfb][0xc5])6~[0x9f]a[0xac][0xd0][0xa6][0x95]h[0xf3][0x98]QUZ[0xa8][0x8c]*:f([0x9e]%[0xf4][0x16]Y[0xca][0x80][0x87][0x9f][0xc1][0x8e][0xbf][0x96]?"[0xf3]A}[0xd9]O[0xc8][0xe5][0xba][0xef][0x90][0xdb]Ma[0x81]`~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0x82][0x85][0x14][0xbe][0xa7][0xeb]%[0xcc][0xd1][0xde][0xe6]Q[0xc5][0x1a]i[0x9e][0xc7]:[0xee][0xe2][0x1][0xc5],fip![0x1d][0xbf][0x9][0x83]|[0x86][0xec]\j[0x85]}[\r][0x15][0xb4]O[0x1d]5[0x9f]O[0x1b][0xe6]p[0x81]b[0xe][0xf3][0xe4]W[0xc8]*T+R[0x84]Q$[0x92]5\{[0xb2][0xf0][0x3]PK[0x7][0x8][0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.class[0xb5]WitT[0xe5][0x19]~[0xbe][0xd9][0xee][0x9d][0xc9][\r][0x84][0x81][0x0][0x3][0x1].![0xe8][0x84][0x9][0x9][0x8b][0x6]:Ipa[0x91]`[0x8]j[0xd8][0x4]*[0xde]dn[0x92][0x81][0xc9]L[0x98][0x99][0xb0][0xb9][0xe0][0x82][0x82]+[0xa0][0xa2][0x5])[0xa5][0xb8][0xd0][0xda]j+[0xe2] [0xb4]Mi[0xb5][0xd8]j7[0xb4][0xab][0xd5]z[0x8e]=G~[0xf4][0xb4]?[0xfa][0xb]{Z[0xe8][0xf3][0xdd];I&[0x90][0x5]<[0xa7]'[0xb9][0xf7]~[0xf7][0xfd][0xbe][0xef]y[0xb7][0xe7]}[0xbf];[0xef][0x9d]?[0xd9][0x9]`&>[0xf5][0xa1][0x12][0x9]/[0xae]E[0xbb][0xf][0x1b][0x90][0xf4]![0x85][0xb4][0x8a][0xe][0x1f]6b[0x93][0x94]l[0x96][0xa3]-[0xf2][0xb6][0xd5][0xc7]UwI[0xd9][0xdd]*[0xee][0x91][0xcf]{UlSq[0x9f][0xf][0xf7][0xe3][0x1][0xf9][0xfe][0xa0][0xbc]m[0xf7]b6[0x1e][0xf2][0xa1][0xe][0xf][0xab][0xd8]![0xf7][0xec]T[0xf1][0x88][0x9c]y[0xd4][0x87][0xc7][0xf0][0xb8][0x8a]'[0xe4][0xcb][0x93]*vI[0xd4][0xdd]*[0xf6][0xf8][0xf0][0x14][0x9e]V[0xf1][0x8c]|[0xee][0x95][0xc2]gU<'[0x17]}M[0xc5]>[0xf9][0xdc]/o[0xcf]K={[0xe5][0xed][0x80][0x8a][0xaf][0xfb]p[0x10][0xdf]PqH[0xc5]7U[0x1c]V[0xf1][0x82][0x8a][0x17]U[0xbc][0xa4][0xe2]e[0x15]GT|K[0xc1][0xb7][0x15][0xbc][0xa2][0xe0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]+[0xa0][0xd5][0xc6][0xe3]frn[0xcc]H[0xa5][0xcc][0x94][0x80]/[0xdd][0x9a]4[0x8d]Hm[0xbc]9!0[0xb1]n[0x9d][0xb1][0xd1][0xa8][0x88][0x19][0xf1][0x96][0x8a]6#n[0xb4][0x98]mf<][0xb1][0xb4]{I[0x95][0x80][0xa7]:[0x1a][0x8f][0xa6][0xe7][0x8][0x94][0x4][0x7]]][0xba]\[0xc0]57[0x11]1[0x5][0x86][0xd6]E[0xe3]f}G[[0xa3][0x99]\j4[0xc6]([0xf1][0xd7]%[0x9a][0x8c][0xd8]r#[0x19][0x95][0xef]Y[0xa1]+[0xdd][0x1a][0xa5]U[0xd5]u[0x89]dK[0x85][0xd1]n4[0xb5][0x9a][0x15][0xb1]DKK[0x94]:[0xf8][0xbc]f]E[0x9b][0x99]JQU[0xc5][0xfc][0xcd]i3[0x1e]1#=[0xea][0x92]mF:[0x9a][0x88]K[0x1b]m[0xa7][0xa8][0xb5]=[0x19][0x8d][0xa7][0x97][0xe6][0xb8]X[0x94]kuC[0x9a][0xd3]-7vDc[0x11]3iY[0xeb]H5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xfa]]"[0x90][0xdf][0x90]6[0x9a][0xd6]/6[0xda][0xb3][0x6][0xfb],[\r][0x96]P [0xdc]?[0xf8][0xea]^3\[0xbd]4i4[0x99][0xf3]cV[0xcc]l[0xd5][0xe9][0x94][0x82][0xd7][0x4][0xdc][0x9c]N[0x13]yt[0xce][0xe][0xdb][0x83][0x12]k[0x86]F8[0xda][0xa2][0x2][0xc5]}[0x87]q[0x82][0xe9]I$[0xb3][0xd9]RL[[0x83][0xc0][0xb8][0x1][\r] f[0x8c][0x98][0x13][0xfa][0xc6]d[0xa6][0xd6]g[0x1][0xdd])[0xdb][0xd5][0xf1][0x3];$ [0x8]'j[0xb9]![0xc6][0xcd]L[0xa9][0xbe]z[0x10]l[0x8b][0xa6][0xdf]S[0xb0]\[0xc1][0xf7][0x19][0x8][0x5][0xaf]+X[0xc5][0x0][0xdb][0x89][0x95][0xcb][0x4][0xaa][0xfa][0xf][0xf0] [0xe8][0x16][0x15]c[0x16]H[0x9e][0x8d][0x98][\r]s[0xcd][0x95]B^[0xc4]oo[0x93],[0xa5]z[0xa3][0xcd][0xa2][0xf4][0xc5]P[0x92][0x8c]mf[0xba]5A2[0xba][0xa2][0x16][0x3]e[0x4][0xd3][0xa6][0x82][0xa3][0xf4][0xad]![0xd1][0x91]l2[0x17]D%[0x93][0xc6][0xf7][0xcb][0xe8]r[0x89][0xaa][0xa1][0x1a]oh[0x8][0x83][0x81]:[0xa6][0xe1]Md[0x14][0x1c][0xd7][0xf0][0x16]N[0x10]Y[0xaf][0x8d][0xd4]0x[0x1a]N[0xe2][0x7][0x1a]~[0x88][0x1f][0xc9]Q[0xa7][0xbc][0xfd]X[0x83][0x89]f[\r][0xa7][0xf0][0x13][0xd6][0xbe][0x1e]Lu[0xa4][0xda]--[0xa5][0x1a]~[0x9a][0x95]E[0xe3]z[0x9c][0x8a]6[0x9a][0xa5][0x84][0xf2][0x1a]i[0x9d][0x19][0xd0][0xf0]62[0x1a][0xde][0xc1][0xcf]4[0x9c][0xc6][0xbb][0x1a]~[0x8e]_hx[0xf][0xef][0xb3][0xa8][0xbc]Su[0xbd]Q[0xc6][0xd2][0x8c][0xe8][0x89][0xb8][0xae][0xa1][0x11]MY[0xf1]&#[0x9a][0xa6][0xdb][0xb6][0xf8][0x97][0xf8][0x95][0x82]_k[0xf8][0x8d][0xdc][0x95]'[0xa7][0xb3][0x9b]4[0xfc][0x16]g[0x4]&[0xf9][0xbc]vG[0xd0][0x13][0xcd]]S[0xa9]-[0xf1][0xa6][0xd6]$9[0xbc][0xd5]L[0xa6][0xf4][0x1a]][0xfa][0xf0][0x81][0x80][0x93][0xbb][0x15]|[0xa8][0xe1]w[0x12][0xcb]=G[0xf][0x1a][0x9c][0xfa][0xbd]4[0xf1]$[0xfe][0xc0][0xe0][0xe9]A[0xaa]L4[0xae]3[0x9b][0xd2]z[0x9b]][0x2]zbS[0x9c][0x88][0x8d][[0xf4]b[\r]D[0x86][0xfb][0x8a]e[0xa0]4[0xfc]I[0x6][0xe8][0xcf][0xf8]H[0xc3]_[0xa4][0xb8]@[0xc6][0xb7]\f[0xad]|[0x89][0x85][0xc0][0xe4]h[0xf8][0x18][0x9f]0[0x1c][0xd2]![0x81][0xe1]}[0xc0][0xd3][0xa5][0x1c][\r][0xbd]P[0x96]f[0xdb][0x8f]k]"[0x1a][0x17][0x18]c[0xed]nJ[0xb4][0xb5][0xc7]L[0x99]O[0xe9][0xae][0xdd][0xa1]trF[0xf][0xb6][0x1b][0xc9][0xf5]2hL[0xb8]nS[0xd4][0x9d][0x8a][0x99]f[0xbb][0xd4][0x10][0xb4]F[0x9c]en[0xc2]_[0xbe])f[0xcd][0xb3][0xa9]i;)0cP[0xbc]>p[0xaa][0xbf][0xbc][0x11]%[0xd3][0x15][0xfc]U`d[0xdf]}M`T?[0x85](0v[0x80]^C[0x1e][0xf5][0xd3]Zz[0xb7][0xc2][0x82][0x8b][0xd1][0xc9][0xaa][0xa0][0xac][0xe0][0x9][0x83][0x94]9[0x9b]~[0x8b][0x99]=D[0xec]:[0x1f][0x11],[0xed][0xab][0xd2][0xcb][0xfa][\r]MG:[0x1a][0xeb][0xed][0x13];b[0xbe][0xd1].Kq[0xde][0x86][0xe5]F[0xac][0x83][0xa8][0xb].[0xab][0x13][0xd9][0xc9][0xab][0xba][0xd4][0x80][0x9e]3[0xca]c[0x3][0xb]L[0xbd][0x14]q[0xc0][0x8d]y[0xdd]~[0xd6]F[0xac][0xe8],[0x92][0x7][0xe6][0xa2][0x81][0xb6][0x14][0x5][0xe7][0xe][0x88][0x18]M5tu[0x1c][0xb]Qv[0xf4]h[0xaa]6^o5[0x1c][0x1]5[0x9d][0xe8][0xca][0x86][0xd4][0xde][0xd5][0xaf][0xf9]-[0xd2]+[0xc6]}[0x1f]FC[0xba][0xed][0xcd]2hL[0xaf]M[0x17][0x9d][0x9a][0x13]K[0x1a]6E[0xd3]M[0xad]<[0xbc]K[0xe4][0xa2][0x12][0xb9][0xa8][0xa4]7[0x5][0x1d][0xab]yd)[0x89]d$[0x1a]7b[0x96][0xc1]|[0x1f][0x96]5[0xcc][0x8c]d[0x19][0xc5][0xe4]M[0xe][0x96]^[0x16][0xeb][0xf4][0xc1][0xd6][0xb0][0xb9]t[0xc3][[0xdc][0x9e]g[0xb6][0xa7][Y%=[0xd2][0xdc][0x96][0xc8]s[0xbf]_[0xcd]9[0x91])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xe][0x94][0x96]q[0x3][0xee][0xb7]M[0xaa][0x8d]P[0x16]MoYh[0xa4]Z[0xed]o8[0x8d][0xd2][0xb9]=[0xa7]]/v][0x6]-[0xb][0xb2][0x1e]-a[0xd3]L[0xda][0x10]CrE[0x92]s[0xb2][0xd2]z*[0x9c][0xe1][0xeb][0xed]l_[0x1f][0x1a]r[0xcb]b[0xeb][0x88][0xb5]1=[0xe6][0x86][0xe]#[0xc6]@[0x15][0xf6]e[0xdf][0xaa]^[0x8d][0xc0]N>t~[0x9a]WB`[0x16]/[0xbf][0xd0][0xa4][0xd3][0x96][0x8d][0xe][0xab][0x1][0xb5][0xb3][0xd2][0xeb][0xac][0xf4][0x15][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0x87]Q[0x1e]P[0xb]}3[0xc2]y[0x81][0xbc][0xc][0x2][0xe3][0xe]at[0xc8]?[0xc6][0x6][0x9][0xe4][0xf5][0xec]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xee][0x13]G.[0x9c][0xd9][0xee][0x14][0xdb]=[0x1c][0x8][0x1b]k[0xac][0x15][0x92][0x83]X[0x14][0xf2][0x17][0xc9][0x10][0xb8]:3[0x18]g[0xaf][0xf][0xb8][0xc2][0xee][0x80][0xbb][0xb3][0xd2][0xe3][0xac]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]B[0xcf]aL[0xe][0xb8][0xb][0x95][0x19]a5[0xe4][0x1f][0x9f][0x85]Ws[0xe0][0x15][0xa2]~[0xd4][0x93][0xd1][0xa7]P[0xc2][0xfb][0xb5][0xcc]U%[0xe3]2[0x8b][0xf9][0x9c][0xcd][0xfc]}[0x85]saf[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xd2]6[0xc5][0xc]m[0xa3][0xe4]a[0xe6][0xf5][0x11]fs7[0x9]x[0x80][0xe4]{[0x81][0xf4]{[0x99]9}[0x95]+O0[0x97][0xa7][0x98][0xcd][0xb7][0xb1][0x4][0x9f][0xe1][0x16][0xfc][0x1d][0xb7][0xe2]_[0xb8][\r]_[0xa0][0x81]a_"[0x14][0x5][0xab][0x15][0xac]Qh[0x87][0xbc][0xb8][0xf3][0xbf][0xb8]C[0x91][0xff]k[0x8b][0x8a][0xfe][0x8d][0xa2][0xf3](Pp[0xa7][0x10][0xa1]sp_[0xa0]2W[0xcf]z[0xe0][0x2][0xca][0xa0][0xe6][0x2][0x18][0xfc][0x97][0x18][0xe7]X [0xe][0xf9]-[0x9b][0xad][0xcf]V[0xbe]I[0xea][0x15][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x99][0x86][0xb2][0xc]&0[0x83]~[0xdd][0xe2]1[0xdf]&rPP[0xda]Ul[0xb9][0xbd][0xc0][0xc4]p4[0xb3]#[0xb4]Xa[0xd1]m[0x94][0xee][0xa2]*[0xee]r[0x97][0xa3][0x8][0x83]!;[0xb][0xbf][0xd1]m[0xad][0xce][0x9b][0xb8]Za([0xce]R[0x83][0xbf]>45[0x83][0xe2][0x15][0xac][0x8b][0xa9][0xd9][0xb2][0x10][0x1f][0xe6][0x14]E[0x80]W[\r][0xaf]/B[0xfe]I]V[0x95]p[0xe0][0x9f][0xcc][0x1b][0xc7]W[0xc9][0x6]bYxD[0xec][0xe3][0xfb][0xd5][0xce][0x19][0x92][0x94][0x19][0x4][0xc9]?>J[0xc3][0x9e][0x80][0xdb]?%[0x83][0xd0]>[0xdc][0x10][0xf0][0xf8][0xcb][0xac][0xd1][0xac][0x90][0xaa]D[0x93]`[0xa7]1![0xe4]/[0xef][0xf][0x9b][0xe5][0x9c]E[0xaf]"N[0x85][0xb5]{[0x12]q[0xa6]Y[0xa3]@[0xc8]?[0xfd]R;[0x86][0x85][0xfc]3[0xae][0x10][0x1d][0x9f][0xfc]?m[0xc7][0xb6]n[0xdb]G[0x11]g[0xa6]5[0xca][0xf][0xf9][0xaf][0x91];[0x8f][0xc0][0xb8]\[0xcf][0xa4][0xee]+[0xf6][0xcc][0xd9]S[0xd5][0xaf][0xb1]'[0x3][0xeb]x[0xf0][0xac]g[0xcd][0xc4][0xc8][0xd2]8f"[0xc1][0xfe][0xdc][0xce]*J[0xb1][0x1a][0xd2][0xe4][0x7][0x89][0xb2][0x11][[0xb1][0x9][0xf7]c3vb[0xb]v[0xf1][0xed]E[0xdc][0xcd][0xfd][0xf7][0xf0][0x17][0xdd][0xbd][0xfc]qs[0x1f]>[0xe5][0xec][0xe7]x[0x0][0xff][0xc0][0x83][0xc2][0x81][0x87]X[0xc5];[0x84][0x86]G[0xc5][0x8]<&[0xc6][0xe2]qQ[0x8c]'D%[0x9e][0x14]5[0xd8]%[0xe6]a[0xb7][0xb8][0x19]{[0xc4][0x9d]xZ[0xac][0xc3]3[0xe2]^[0xec][0x15];[0xf1][0xac]8[0x80][0xe7][0xc4]Q[0xec][0x13]'[0xb0]_[0x9c][0xc2][0xf3][0xe2]][0x1c][0x10][0x1f][0xe3][0xa0][0xf8][0x1b][0xe][0x89][0xcf][0xf1][0x92]E[0xed]f[0x1e]l+q[0xcc][0xaa]n[0x17][0xad]{[0x95][0x94]o[0xa5][0x7][0xcd][0xec]1Q[0x8e]<[0xd4][0xf8][0x81]=K[0xbd][0xef][0xdb][0xb3][0xd4][0xfe][0x8e]=+i[0xde][0xdd][0x5][0xce]vw[0x81][0xb3][0x8c]B[0x15][0x8b][0xc2]->c,[0xea][0x19][0x1f]Y[0xfb][0xe5][0xc8][0xff][0xf][0xca]X[0xe2][0x93][0xce][0xa3][0xc1]*[0xf6][0x18][0xff][0xbd][0xa5][0xa5][0xe7][0xe0][0xed]%[0x19]g[0x89][0xb8][0xbf][0xcd]*[0xcb]8;#x[0xac];[0xac][0xf3][0x3][0x5]*[0xea]h[0xe7][0xe2][0xeb][0x3][0xff][0x3]PK[0x7][0x8][0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.class[0x8d][0x90]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0xe8]jT[0xb0][0xf0][0x10][0x11][0xc4]-[0xb4][0xb3]O[0xa5]X[0xc4][0xb][0xac]aY[0x13][0xd6][0xac]$[0xf1][0xe7]l[0x16][0x1e][0xc0]C[0x89][0x13][0xc]h[0xa7][0xc5]00[0xf3][0xbd]7[0x8f]y[0xc4]v?[0xbd][0xbe]4[0xec][0xf0][0x89][0xb7][0xd9]e:[0xe1][0xd0][0xe1][0xbf]i:[0x4][0x82][0xc7][0xd5][0xe2][0x17]x>[0xc1]G[0x1b][0xe0][0xde][0x81][0xe0][0x9][0xa1][[0xcf][0xd1]{[0x1]PK[0x7][0x8][0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6]nv[0x6][0x1e]F[0x6][0xfe][0xbc][0xd4]r[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x86]h[\r][0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa4][0xf]Ul[0xad]IX)[0xb2][0xe1][0xd6][0x8c][0xc]| [0xfb]*2K[0xe0][0xd6][0xe5]h[0xf8]d%[0x96]%[0xea][0xe7]$[0x2][0xb5][0xfa]'e[0xa5]&[0x97]XS[0xd7][0x1][0x8][0xdb][0x80][0xf6][0xc7][0x13][0xe1];[0x14]'[0x93]lC!Y[0x1e][0xa2][0xcc]N[0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c]`[0x88][0x8a][0xbb][0xe5][0xe4][0x97]C[0xe5][0xdc][0x12][0x93]K[0xf2][0x8b]*[0xf5]@.bd0&h,[0xa6]VF[0x6][0x1]t[0xef][0xb0]120201[0x80][0x0][0xb][0xb]#[0x3]3[0x3][0xb][0x90][0xc1][0xc8][0xc0][0xca][0xc0][0x6][0xa5][0xd9][0xa1]4[0x7]P[0x5]#[0x3]'[0x90]db[0xe0][0x2][0x0]PK[0x7][0x8][0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.class[0xa5]WixT[0xd5][0x19]~[0xef],[0xb9][0x93][0xe1][0x9a]=`BXD[0xd0]d&[0xb]".[0xac][0x92][0x6][0xd0][0xc1][0x4]"[0x9]`B@/[0xc9][0xcd]d0[0x99][0x89]3[0x13][0x5]Z[0xab]U[0xdc]Z[0xb7][0xd6][0xa5]j[0xad]m[0xb5]J[0x17][0xaa][0x1]M[0x82][0xa2][0xd4][0xa5][0x5]kW[0xad]][0xb4][0xbb]}l[0xb4][0xb5][0xf6][0xe9][0xf3][0xb4]}[0xac]J[0xdf][0xef][0xdc][0x9b][0x9b]I[0x98]([0xda][0x1f]s[0xee]Y[0xbe][0xf3][0xbd][0xdf]v[0xde]s[0xe6][0xc5][0xf7][0x9e]<[0x4][0xe0]t[0xfc]Q[0xc7]MA[0xe4][0xe1]fin[0x9]B[0xc3][0xad][0xb9][0xec][0xdd]&[0xcd]g[0xa5][0xf9][0x9c]4[0xb7][0xcb][0xea][0x1d][0xd2][0xdc][0x99][0x8b][0xbb][0xf0][0xf9] [0xee][0xc6]="|[0xaf][0x8e]/[0x4]Q[0x85][0xfb]D[0xea][0x8b]A[0xdc][0x8f]/I[0xef][0xcb][0xd2]|E[0xe4][0x1f][0x98][0x82][0xd3][0xf0][0xa0][0x8e][0xaf][0x6]1[0x15][0xf]I[0xf3][0xb0][0x8e]=A[0x94][0xe1][0x16][0x1d]_[0x13][0xb1][0xaf][0x7][0xf1][\r]|3[0x88][0xbd][0xf8][0x96][0x8e]G[0x82][0x98]%+[0x8f][0x6]q[0x12][0xee][0x90][0xbd][0x83][0xa2]~[0x9f]h[0xde][0x1f][0xc4]cx\[0x9a]!i[0x86]u[0x8c][0x8][0xc2][0x83]A[0x1c][0xc0][0x13][0xd2]<)[0xcd]A1[0xeb][0xa9][0x0][0x9e][0x16][0xb5][0x87]t|[CA[0xca]J[0xc6][0xcc][0xde][0x8d]V2[0x15]K[0xc4]7DVj[0xd0][0xd6]h8[0xa1]![0x11]O[0xa5][0xcd]xz[0xa3][0xd9];`[0xf9][0xff][0xf5][0xec][0xdb]7[0xbc][0xf1][0xd4][0x95]gi[0xd0][0xcf][0xab]o9oc}#[0xc5]"^Fi[0x16]U[0xac]^[0xb7][0xbe][0xa9][0xbe][0xf5][0xa2][0x96][0xe6]U[\r][0x91][0xd5][0x91]U[0xeb]5[0x14]5n7/3[0xeb]z[0xcd]x[0xb4][0xae]%[0x9d][0x8c][0xc5][0xa3]K4Lij9[0xf7][0xa2][0xe6][0xfa][0xd6][0xd6]U[0xeb][0xd7]j([0xb3]E[0x6][0xd2][0xb1][0xde][0xba][0xa4][0x15][0xb5]v[0xd4]5[0x9b][0xe9][0xb4][0x95][0x8c]S2[0xaf][0xcf]J[0xa5][0xcc][0xa8][0xe5][0xcc]h[0x8][0x98][0xc9]h}2i[0xee][0xd4]P[0xbc]9C[0xf7][0xba]m[0xdb][0xad][0xce]4w[0x4]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5]>[0x19]MM[0x10]q[0xe1][0xb][0xba][0x13][0xc9]>Q[0xd8][0xd5]dk[0xd7][0x90][0x9b][0xee]I&.7[0xb7][0xf5][0xb2]_[0x9a][0xb1][0xa7]ut[0x9a][0xdb][0xf4][0xbe]Q[0xe9]Pc"[0x19][0xad]3[0xfb][0xcd][0xce][0x1e][0xab][0xae]7[0x11][0x8d]R[0xaf]|[0x17]n[0xaf]sd[0xea][0x1c][0xcd][0xdc][0x96][0xd3][0x9b][0xe8]4EoQ[0x86][0x9f][0x8d]jNV[0x97][0xc6][0xe2][0xb1][0xf4]r[\r][0x8b]*[0x8f]]>[0xd6][0xf8]c=[0xae][0xda][0xa8][0xc1][0xd7][0x90][0xe8]"@~c,n[0xad][0x1d][0xe8][0xdb]f%[mW[0x8a][0x94][0xa2][0x8d]&[0x13][0xcb][0xb1]3[0xe9]K[0xf7][0xc4][0x18][0x9b][0xd3]?[0xd8][0x89][0xd5][0x13][0xe2]D{[0xbd][0x8c][0xff][0xf8][0xac][0xba][0x91]?[0xff]#z0[0x89]O[0x4]:[0xcd][0xfe],[0xd0][0xb0][0xf8][0xb8]tg)[0x8]Q[0x95]K[0x1d][0x3]}V[0x8b]b*[0xba]UY[0x9][0xcc][0xa0]\[0xeb][0x18][0x1b]M[0x1b][0x17][0xc2]L>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x98][0xa9][0x1e][0xfb][0xe4]{+[0xab]"t%i[0xa5][0x6]z[0xe9]J0i[0x99]][0xb6]B[\r]3[0x9d]H[0xc6][0x12][0xe]F$[0xde]?[0x90]fH-[0xb3]O[0xe5][[0x8b]i[0xf0][0xc4]h[0xf8][0xf4][0xf7][0x11][0x14][0x1e][0xb3][0xe2][0xd1]t[0xf][0xb5][0xaf][0xda][0xd1]i[0xf5][0xa7]yI[0xa4]t<[0xa3][0xe3]Y[0x9a][0x92]N[0xd8]9"[0xb7]_[0x9e][0x8c][0xa5][0xad]Q[0xf0]Y[0x13][0xc1][0xd7][\r][0xa4][0xc7][0xa3]{[0x13][0xdb][0xb6]K;@[0xe9][0x8a][0xf7][0x13][0xd6][0xf1][0x9c][0x8e][0x15][0xc4]Z[0xda][0xd9][0xeb]p&[0xdd][0xa6][0x86]`Kb [0xd9]i[0xad][0x8e])[0xf2][0x9e]XW[0xb5][0xa2][0x92][0x9c]?1[0xd2][0x6][0xd6][0xe0]Bi6Js[0xa3][0x81][0xf3][0x10]1[0xb0][0x1c]K[0xc][0x9c][0x83][0x15][0x6]Vb[0x95],tH[0xb3]Y[0xc7][0xf3][0x6][0xe][0xe3][0x88][0x8e][0x17][0xc]|[0xf]/[0x1a][0xf8]>~[0xa0][0xe1][0xb4][0xf][0xcd][0xa0][0x6][0xb6]`[0xab][0x81]z|L[0xc7][0xf]e[0xf0]#[0x3][\r][0x82][0xb9][0x1a][0xe7][0x1a][0xe8]F[0xd4][0x80][0x85].f}[0x92]Z[0x14]k~l[0xe0]'xI[0xc3][0x19][0xc7][[0xe5][0xf6]V[0xf7]h[0x15][0x8f][0x85][0xc2][0xcd][0xa4][0x81][0xa5]X[0xa6][0xe3]e[0x3]?[0xc5]+:~f[0xe0][0xe7][0xf8][0x85][0x86][0xb3]>[0x10][0xc2]N[0xfb][0xb1][0x87][0xf9][0x83][0x8d]s[0xcf]BlWFx[0x92]H[0x19]Hc@[0x9a]_[0xea]x[0xd5][0xc0]k[0x92][0x9c]_[0xa1][0xcb][0xc0][0xaf]10.[0x91]66[0xeb][0xc2][0xc0]oD[0xe8][0xb7][0x12][0x9a][0xdf][0xe1][0xf7][0x6][0xae][0x92][0x18][0x9e]=[0xaf][0xb2][0xa3]+[0xdc]1[0xb7][0xea][0x9c][0xca][0xcd]5'[0x87]g[0xcf][0xaf][0xae][0xec]X[0xba]%[0xc4]![0xa7][0xa5][0xad][0xb5][0xbf][0x9b][0xd3][0xad][[0xe4]c[0xd6][0xec][0xaa][0xaf]i[0x9f][0xb7][0xa5][0xca][0xc0][0x1f][0xf0]:)[0xf7]x[0xe3];[0x1a]R[0xd6]md[0x9d][0x1b]R[\r][0xb3][0xc7]Lm[0xe8]5S[0xa9][0xb5][0x9][0xb2][0xde]@[0xbc]+C[0xa4]|[0xf2][0x82]'#M[0xbc][0xa9][0xe6]6[0x98]i+[0x9a]H[0xf2][0xf1][0x13][0x18][0xeb][0x1a][0x91]x[0xdc]J*[0x4][0x8b][0xbc][0x92]c?[0xc2][0xdc][0xe3][0x9c]m[0xff][0x92][0xd1]8f,[0xda][0x4][0xbc][0xd2][0xea]6[0x15][0x87][0xd4][0x1d]{Q[0x8e]m[0xaf][0xca][0xf6][0x94][0x9]p[0xbb][0xb2][0x82][0xf1][0x18]GZjr<[0xa4]z[0xc2]Q[0xb0][0xaa]2[0xb][0x7]f[0xbb][0xd7][0xda]'\G[0xce][0x95][0xa0][0xce][0xbf]{[0x9b][0x8c]c[0xd5][0xf1][0xc]=m[0x92]7[0xa6]<[0xeb][0xcc]4S[0x9c][0xe4][0x8b]([0x13][0xa0][0xa1][0xc7]L[0xb6][0xf0]&[0xb4][0xe2][0x9d][0xd6]8[0xed][0xed]M[0xf6][0xa6]l[0x9a][0x9b]F[0xf5][0xf9][0xba]c[0xf1].[0xc5]R[0xb4]~j6O[0x85][0xb5][0xcb]&%][\r][0x85]]v:[0xd6]g[0xf0][0xb9].[0xe4][0xbe][0xa1]u[0xb5][0xd3][0x8b][0xc4]9W[0xe4][0xc8]m[0xca][0xe4][0xde][0x80]bb%iw[0x95][0xa8][0xaf]2"A[0xd3];[0x13]}[0xfd][0x8a]1k[0xb2][0x85]u[0xd2]'9[0xff]p[0xe4][0xf1][0xaf][0x3][0xb9][0xf]SP[0x8e][0x5][0xfc]s[0xa4]a![0x9f][0xff][0x1e][0x9c][0xc1][0xf1]Y8[0xdb][0x1d]/[0xe2]x1[0x96][0xb8][0xe3]:[0x8e][0xc9]2[0xaa]O[0x9e][0xe5][0xf7]j[0xa1]Z5&![0xaa]q[0x83][0x9a]/[0x12][0xf6]U[0xf3][0xa4]E5&9[0xf3][L]kp>[0xdb]F[0x8e]:[0xa0][0xc3][0xc7]oA(\[0xed]{[0x1a]Z[0x9b][0xb7][0xa6]E[0x1b][0x81]g[0x9f][0xda][0xd9][0xc4]6[0xc8]/hS>[0xad]Z[0xcb]^[0xc8][0x96][0xc7]:4[0x3][0xaa]'z5[0xd5][0x13][0x8b]<[0xaa]w[0x1][0xd6][0xc3][0xab][0x90]Z[0x1c][0xa4][0xed]D[0xf2][0xf3][B$[0xbf][0x83][0xd4][0xe6]+[0xf3][0xb5][0x8c][0xc0];[0x11][0xad][0x81]V[0xae]Th[0xb][0xed]=.Z[0x89][0x8b]V[0xe2][0xa2][0x95][0xa0]U[0xa1]Io[0x3]{>|J[0xae]$[0x7]w[0x3]5[0x88][0xc5][0xb9][0xc4][0xad][0xc9][0xe6][0xda]Z[0x4][0xa8]~[0xcc][0xb5]\[0x17],[0xd7][0x5][0xcb]u[0xc1]r[0xb1][0x89][0xe1][0xb6]][0xbb][0xd0][0x81][0xb8][0x8a]+bfyh[0x4][0xbe]Px[0x8][0xfe]P[0xf5][0x10]rB5C[0xd0]Ce[0xbe]![0x4][0xc6]0[0xcb][0x91][0xc3][0xb6][0x8d]H[0xed][0xd4][0xb5][0x99][0x85][0xd0]Ag[0xb7][0xf0]_[0xea][0xd6][0xc][0x87][0xcb]][0x1b][0xca]][0x1b][0xca]][0x1b][0xca][0x1d][0x1b][0xa4]'I[0xf6])k[0xda][0x1c]k. [0x82][0xac][0xe5][0x87][0xc2]vF[0xab]%[0xa3][0xb9][0x13][0xdd][0xee]&tTA[0xce][0xb6][0xc5]][0xc8]|[0x5][0xa4][0xa9][0x9e][0xe4][0xd1][0xa3][0xd4][0xb7];[0xea][0xb7]R[0xbd][0x84][0xa9]([0x14][0xf6];[0xea][0xdb]|5[0xcc]bp"B?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qiF`[0x8b]\[0x84]"[0x17][0xa1]H[0xe5][0xce][0xa3]z[0x1b]T[0x16]%w[0x9b][0x1d][0xac]5[0xdc]'[0xb6][0x5][0x98][0xbb]l>[0xec]dM[0xed][0xca][0xf0]![0xe0]"[0x4]\[0x84][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xed]C[0x87][0xa3]w[0x17][0xc7]b[0xd1]L[0x95][0xb0][0xfd][0x98]r[0x0][0x86]d-,Y[0xab][0x96][0xac][0xd5]dI[0xda][0xd5][0xdc]s[\r][0xa3][0xb6][0x9b][0x9][0xbb][0x16]'[0xe2]:[0xcc][0xc0][0xf5][0x19][0xfe][0xcd]t[0xd1]g[0xba][0xe8]3[0x1d]t[0xe9]I[0xaa][0xa4]p[0xf8]zq[0xec]8[0xcc][0x15][0xb1][0xbb]9[0x14]~[0x18]~[0xdf][0xde][0xf0]a[0xe4][0x85][0x86]qB[0x98][0xbf][0x87][0xe0][0xf7][0xee][\r]?[0x83][0xbc][0xa6][0xd0][0xe3][0xc8]9[0xcc]s[0xc3]O5[0xc3][0xc8][0xbf][0x17][0xf9]{[0x10][0xac]V[0xf3][0x94][0xe2]J[0x1][0x7][0x5][0x7]Px[0xaf][0x8c]}{[0xa9][0xd3][0xab],[0xf]1R[0xc0]M,[0xaa][0x9b][0x19][0xab][1[0x15][0xb7][0xd1][0xf2][0xdb]i[0xf9][0x9d][0xe4][0x91][0xbb]h[0xe7][0xdd][0xb4][0xe4][0x1e]zq_F[0x1c][0x9b]]O[0x9a]q[0x11][0xb3][0xa2]Q[0xfe]t\[0xcc][0x91][0x7]&g[0xf3][0xa0][0xeb]y[0xda];[0xa8][0xd0][0xb1]-G[0xcb][0xe7]z'[0xba][0x1c][0x9f][0xea][0x14][0xb3][0x81][0xd1][0xa4]y[0x83]n[0x8]s[0xd4][0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb0][0x5][0x1c][0x10]M^k[0xce][0xe6][0x1d][0x9c][0x95][0xb5][0x85][0xdc]\t[0x4]a~[0x8a][0x8f]`Z($[0xca][0xf8][0xd3][0xf9][0xb][0xc][0xa3]d[0x8][0xc5]2U[0xfc][0x4]J5[0xc][0xb1][0x16])>[0xe8]:=U[0x9d][0xa1]G[0xe8][0xf0][0xa3]4u[0x10]s[0xb0][0x9f]f=[0x9e][0x81][0xbd][0xd0][0xc1][0x16]g|[0xf0][0xcc]1[0xd8][0xf2][0xe1]h[[0xa1][0xc9]i[0x96][0x84][0xb7][0x1f][0xc4][0xd4][0xb6][0xf0][0x8][0xa6]-&O[\r][0xe3][0xc4][0xc5][0xfe]2[0xff]aL+[0xf3][0x1f][0xba][0x1f][0x85][0x7]Q[0xd6]FX[0xb8]z[0x4][0xe5][0x83]{[0xe0]_[0xec][0xdb][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "fn[0xc6]0f[0xde]#[0xeb][0xb3][0xdc][0xf5][0xd9][0xf6][0xfa]A[0x9c][0xd4]F[0x12][0x1a][0xc1][0x9c]AU[0x12]U[0xa8][0xc1]tZ[0x16][0xa1][0xd5][0xd3][0x1d][0xdb]ky%[0x0]O0mO[0xf2][0xf8][0x1c]D[0x5][0x9e]b[0x12][0x9f][0xa1][0xe4]!J>[0xc7][0xa4]=[0xcf]B>B[0xd9][0xef][0xd2][0x87][0x17][0x94]O[0xcb]im[0x90][0xa9][0xeb]A[0x8c]~[0x14][0x92]K[0xb6][0xe3][0x12][0x15][0x83]v7[0x91][0xed][0xe8]uJ[0xb2][0x1d]}NI[0xb6]#[0xae]J[0xd2]NiN[0x88][0xef][0xe9][0x84]V[0xae]ZJ[0xf6][0xf3][0xf0][0xda]YitRZ([0x19]8[0xcc][0xd3][0xc8][0xcf][0xa0][0x14][0xdd]X[0xc8][0xf3]T[0xdd][0xbc][0xc4][0x90][0xbf][0xcc][0x10][0xbf][0x92][0x11][0xea][0xc2][0x8c]P[0xb3][0xfa]e[0x92][0xef]SGs[0xd2][0xc9]w[0xad][0xe4][0xd5][0xd6][0x1c][0x18][0xb4][0x93]^2[0x96]t[0xcd][0xc9][0xb8]J[0xf8][0xc9][0x1a]&f[0xfa]U[0xc2][0xbe][0x6]y[0xdb][0x16][0xf3][0x11];[0x97][0xcf][0xd7]1[0xf8][0xda][0xf1][0x99]6[0xa6]q[0x96]Oc[0x7][0xff]f[0xc6]A"Qc[0x9f][0xb1][0x13]B[0xea]|[0xcd][0xdd][0x3][0x9f]wi[0xc1][0xac][0xe9]=[0xe2][0xa4]=[0xcd][0xc3]5O[0xa6]/^:}[0xef][0x4][0xaf][0xdf] [0xec][0x9f][0x10][0xc6][0x9f][0x15][0xec]T[[0xa1][0x3][L[0xee][0xb8]L[0xdd][0xe7][0xa6][0xe2][0x0]_[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed](J[0xe1][0xe1][0xc9]aP[0xd9][0x87][0xd3][0xf7]h[0xfc][0xe1]r[0x1e][0x1][0x8f]2m[0x1f]u[0xb][0xab],bI[0x9d][0x12]bs[0xaa][0xd4][0xb9][0xfd][0xcd][0xe1][0xa7]rY[0xa8][0xe2]iT[\r][0xa1][0xc0][0xbb]|F[0xc5][0x3]*<[0x5]3d[0xbd]e[0xb7]W[0xdb]s[0xf4][0xcd]}[0xae][0x99][0xa7][0xf0][0xa6][0x1][0xfe]BueT[0xfe][0xc6]k[0xf2]M[0xd6][0xc8][0xdf][0xf9][0xc]y[0xb][0x95][0xf8][0x7][0x1f] o[0xd1][0xc4][0xba]Tv2[\r][0xdc][0xc9][0x19]qn[0x91][A[0x8b]H[0x9b][0x1f][0xa7]#e[0xac][0xb4]Op[0xd5][0xa6][0x2][0x12][0xf1][0xbb][0xcc][0x89][0xf6]6[0xb5]^[0xa1][0xce][0xb9][0x7][0x9f][0xc4][0x95][0x94][0xbb]*[0xb]%[0xc]#4[0x91][0x12][0xfe][0x9d][0x85][0x12]<[0xbc][0x5][0xae]v[0xe2][0xf0][0x16][0xcd][0xd0][0xe5][0xde][0xa1]kaQ[0xb0]IX[0xa1]h[0x18][0xd5]a;[[0xea][0xab][0x1f][0x1a]f[0x12]U[0xc7][0x9][0xca]2[0x19][0xac][0xad]9t[0xa6][0xcf]{[0xa6][0xbf][0xd4]_[0xea]{[0x0]3jJ[0xfd][0xb][0x16]KI[0x15]T[0x94]qgm[0xcb]n[0x8f][0xb6][0xdb][0xcf]`[0xbd]>[0x16][0xac][0x5][0xb4][0x5][0xf8]/[0xc3][0xf0][0xe][0xc3][0xf6].[0xeb][0xf7]=[0xba]|[0x14]sh`-s4[0x9f][0xf4][0x10][0xd1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]h[0xd5]|[0xd8][0xc4][0xfe][0x16]-[0xc7][\r]\[0x84][0x15]q[\r][0xf9]R[0xc8]c[0xab][0x1b][0xb8][0xad][0xbc]1[0xae][0xa5][0xf3]Y[0x8c];[0xdd][0xc0][0x9d][0x8][0xcf]Q[0x9e][0xe6][0x1c]&_[0xc7]u[0x9a][0x8e][0xeb][0xa9][0x1c][0xff]ap[0xaf]P[0xa5][0xaa]1[0x8c][0x1][0xdc][0x80][0x1b][0x9d] [0x9e][0xa4]"[0xc4][0x7]HQ[0xdd][0x1][0xcc][0xc][0x15][0xfb][0x14]w[0x8e][0x5]r[0x1e][0x15]Z[0x5][0xef]3[0xe4][0x6][0xc9][0x8c]F[0x82][0xbf][0x1b][0xdf]YQ[0xf6]?PK[0x7][0x8]5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.class[0xd5][0x96][0xdb]r[0xdb]T[0x14][0x86][0xd7][0xf6]A[0xb2][0xe5]@MJ[0xb]2[0x5][0xb7][0xe0][0xd2]DMj[0xe5]P%MDgP[0x99]L[0xe9][0x84]SM3[0xa3][0xb6]7[0xb2]+\[0xa7][0xb6][0x95][0x91][0x15][0x18]`[0xb8][0xe0][0xa6][0x17]<[0x1][0xc3]#[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]2S[0xe][0xf][0xd0][0x8b]>[0x0]W<[0x3][0xf][0xc0][0xb0][0xf6][0x81][0xd5][0xe2][0xaa][0xe4] [0xa0]m2[0xb3][0xf7][0x92][0xbc][0xf7][0xff][0xbf][0x94]x[0xaf]{[0xdc][0xfd][0x5][0x0][0x16][0xe0]-[0x3]J0[0xaf][0xc3][0x82][0x1]9X[0xe4][0xc3]Y>8:,[0xe9][0xb0][0xac][0xc3]9[0x6][0xd5]Q[0x18][0xf7][0x82][0xfe]F[0x18][0x8f]z[0xd1][0xf0][0xca][0xbb][0xef]0`[0x97][0x18][0xf8]K}[0xf2]Qq|[0x0][A[0x1c][0xc]0[0xc5][0xe1][0x14]#[0x6][0x1f][0xa6][0x10]e[0x4][0xca]m[0xd9]g![0xb3][0xf6][0x9e][0xcc]2[0xdb][0xcf]1H[0xe][0xe8][0x94][0xd9]{[0x9e][0xc1][0xed][0xcd];3[0xcd][0x2][0x83]o[0xff]C[0x9a][0xcc]|[0x8b][0xc][0xee][0xfc][0xaf]|[0x99][0x89][0xcf]2[0xf8][0xe9][0x9][0x13]g[0xce][0xe0]0[0xb8][0xff][0xd4]e[0xc8][0x9c]j[0x89][0xc1]o[0xcf]@[0xaa][0xcc]9[0x97][0x19][0xfc][0xfe]L[0xe6][0xcc][0x9c][0x1c][0x8f][0xa3][0x15]m[0xc7][0x9d]p[0xad][0xc7][0x8f][0xe7]c[0x8f]9u[0xcf]p[0xa3][0x9]x[0x1e][0xe]1[0x98][0xdb][0xf7][0xd1][0xcd]7[0xae][0xf0]a[0x95][0xf].[0xb6][0x1c][0xe3][0xdc][0xc][0x96][0xf][0xda][0x10]0X[0xda]u[0xeb][0xdb][0xed]Q[0x12][0xe3][0xf2][0xf1][0x9d]S{l[0x1e][0xb0][0xcd]9[0xb5][0xb7]S[0x1d]W[0x9e];[0xe8][0x91][0xbc][0x1]'@[0xc7]v[\r][0xbb],[0xa8]A[0x19][0xc][0x9c]+x[0x95][0x83][0x9][0xfc]e[0xfc][0xe9][0xe3]X[0x15]}[0x1d][0xf6]h8[0x17][0xad][0x1d]`?[0x88]%/[0xe0][0xc8];;[0x80][0x6][0x14][0xe0]$Lb5![0x17][0xc1]ax[0x11][0xe7][0xaf][0xe1][0x8][0x1c]U[0x2][0x17]qM[0x9e][0xef][0xf8][0x11]r[0xfe][0xe9][0x99][0x1d][0xc8]O*[0x9a][0xd8]5/[0x14][0x8e][0xcb]UJ[0x81]W/[0xc1][0xcb][0xe2]s[0x3]L[0x84][0xcc]a}[0x4]^y[0x9c]ja\ueW[0xd5]c[0xf0][0xaa]R}M[0xa9][0xb6]0A[0x1][0xe7][0x8a]T[0x9d][0xdd][0x81][0xe2][0xb8][0xac]'d-[0xb9][0x8c]d+$[Q[0xb2][0xbc][0xaa]c[0x95][0x17][0x6][0xc7][0x95]A[0x1f][0x9f]:[0xef]ok[0xc2]@[0xfb][0x19]4??[0xd3][0xf2][0xb][0xb3]-[0xbf]h[0x16]Z)[0xf][0xe7][0x92][0xf0][[0x94][0xbb][0xc8][0xaf]F~5[0xf2][0xab])?^[0x9d][0xc0][0xaa] [0x9c]_W[0xce]_[0xa2][0xb3][0x86]s]8[0xeb][0xe3][0xce][0xbe]f[0x16][0xd3][0xec]/[0xb][0xfb][0xf3]r+[0xd9][0xd7][0xc9][0xbe]N[0xf6]u[0xb2][0xaf]+{^[0xbd][0x81]UQ[0x80]4[0x14][0xc8]7[0x8][0xa2][0xf3][0xbf][0x1d][0x1]RJ[0x5][0xf1]uSK[0xa3][0xb9]*h.[0xca][0xfd]D[0xd3] [0x9a][0x6][0xd1]4[0x88][0xa6]A4[\r]E[0xc3][0xab][0x93]Xi[0x82][0xeb]M[0xc5][0xf5][0x9d][0xfa][0x87][0xb0][0x4]W[0xf5][0x91]w[0xf3][0x0][0xcc]/[0x99]z[0x1a]][[0xd0]][0x96]*Dg[0x11][0x9d]Et[0x16][0xd1]YDg[0x11][0x9d][0xa5][0xe8]xu[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+]pN)[0xce];x][0xc6][0xd9][0x96][0x9c][0xe9]o[0xf2][0x1][0xa7]_[0xd5][0xcc]R[0x1a][0xed]-A{]j[0x11][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4]6[0xd1][0xda][0x8a][0x96]W[0xd3]X[0x95][0x4][0xb7][0xa5][0xb8][0xef][0xe2]'[0x6][0xce][0x8e][0xe4][0xfe][0x87][0x17][0xff][0x10][0xb7]_[0xd5][0xcd]r[0x1a]}"[0xe8]?[0x91][0x8a]D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];[0x8a][0x9e]W[0xa7][0xb1]*[0x8b][0x1c]3*[0xc7]=\[0xc3][0xbf]*][0x99][0xa3][0xbc][0x8f][0x1c]~[0xb5]d[0x1a]ii[0xbe][0x12]i[0xb6][0xa4].[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6][0xa5]4.[0xa5]qU[0x1a]^[0xcd]be[0x88]\gT[0xae]_q[0xf5][0x4][0xff][0x82][0x93][0xb9][0x8c]}[0xe7][0xf2][0xab]e[0xb3][0x92][0x96][0xee][0xb6]H[0xf7][0x85]T[0xa7]t[0x1e][0xa5][0xf3]([0x9d]G[0xe9]"[0x1f][0x9e],[0xc4][0x11][0x1c][0x95][0xe4][[0x92]|[[0x92][0xa7]4,[0xd6][0xf0][0xb4][0x86][0xef]h[0xf8][0xae]@i[0xdc][0x8c][0x85][0x8d][0xbe][0xe]3[0x16][0xf]G#kZ[0x17][0xb][0x88][0xcb][0x4][0x8a][0x17]E#[0xf1][0x84][0x11]It[0x18]}I[0xd3]?[0xaf]`[0xde][0x8e][0xfd][0xeb][0xd1][0xad][0x2][0xf9]]F[0xdc]\n[0xf4][0x9b][0x2][0xe5]m[0x9b][0x8d][0xad]FS[0x9f][0x11][0xe9]mjO[0xc4][0xc2][0x91][0xde][0xf3][0x5]Jbf<[0x9a][0x8c]u[0x9b][0xb][0x93][0x91][0x9e]>r[0xd5]X\[0xc9]D[0xb8][0xaf]i[0xd5][0x88]o[0xe4][0xce][0xeb][0x8b]v[0x1b]}[0xc3][0xb2][0x14]W[0x9b]zg}[0xed][0xed]5c[0x2]s[0xdb][0xa2][0xb1][0xde]&c[0xc0][0xe8][0xde]d6[0xc9][0x97][0xc4][0x92][0xe3]9[0x9b][0x9b][0xa8]d"[0x19]'[0xbe][0x1c][0xda][0x14]?W[0x16]Z+-=[0xbd][[0xcc][0x1d]|[0x15]W*[0xb6][0xc4]z[0xe3][0x2][0x15][0xeb][0xdd]t[0xcf]7b[0xfc][0x1e]3vd1[0xac][0xe8][0xda]lv'[0xc8]P[0xba]1[0x1a][0xeb]7[0x12][0x9][0xb3]g[0x99][0x19][0x8f][0x1b][0xbd][0x14]^[0x90][0xd8][0x14][0x8b]n3[0xba][0xa4][0x11][0x95][0x19]kV[0xa7]_K;.[0x8]G[0xc2][0x89][0x8b][0x4][0xea][0xea]F[0xc3][0xba][0x0][0xd5]w[0x8][0xf8][0x16]E{(rR[8b.O[0xf6]w[0x99][0xb1][0xd5][0x16]H[0xb9]rO[0x87][0xc1][0xa8][0xf1][0xd9]~[0xe9]Kl[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xac][0xb3]s[0xfb][0xa9][0xdf]R[0xd8]rnx[0xa7]c[0x81][0xc][0x99][0xfd][0xed]riY,B[0x9b][0xe8][0x87]d[0xbf][0x19]IPd[0xb3][0x8b][0xca][0x13]6ba][0xee][0xe0]OXH^[0x97][0x9d]Im9U[0xc9]L[0x9b][0x9][0xcb]]=[0xae]r'%[0xb6][0xb9][0xee]M,>}logpz[0x19][0xa3][0x91][[0xd0][0xc9][0xd2][0xf9][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99][0xbb][0xd8][0xa6][0x13][0x8a][0x98]\[0xd1]rB+[0xdc]Q[0x97][0x9e]dd[0xdd][0xa5][0xb5][0xbf][0xc9][0xc0][0xba]K[0x9d]?[0xa1][0xb8][0x8e][0xbd]vl[0xce][0x1c][0x85][0x80][0x81]>[0xd3][0x1a][0xce][0x1a][0xcb]S'#{|O[0x9d][0x8c][0xd4][0xab][0xde][0xb2]h[0xba][0xcb]7[0xdf][0xf2][0xf8][0x8e][0x9d][0x95]o[0x8d][0xb4][0xe2][0xb8][0x99]h[0xcb][0xe8]J[0x95].^R[0xf1][0x8e][0xa8][0xcf][0xc5][0xbd]#[0xd9]'[0xd7][0xd5][0xbb][0xb5][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]-[0x19][0xd5][0x94][0xfc][0xfd];[0x96][0xaa][0x9e][0xd7][0x1f][0xef]u[0xaa][0xba][0xdf][0xb0]Z[0x9b][0x97]/'[0xd4]*[0xb2][0xe5][0x12][0xae][0x98]}[0xb6]{[0xcb]2c@[0xf5][0x1d]uHzB[0xc3][0x12][0xb6][0xc]G[0xf]K[0xf5][0xcb][0x8d][0x18][0xd5]&p\ZZ[0xef][0xda]Mu[0xf2][0xad][0x1e][0xee][0x9e]SFX[0x98][0xd9]?[0xcb][0xc8][0xb8]*[0xeb]X[0xd1]2[0xa1]$[W?[0xd6][0xe9][0xc3]cn[0x17]8-[0x83]cY8[0x1e][0xa7][0xa0]4[0xe3][0xc5][0xdb][0xbb][0xcd][0x81][0x4][0x8f]E[0xe4][0x15]a[0xfe]Z[0xe9][0xd2]X[0xd7]B[0xe7][0x4]4y[0xe4]a[0xa7][0xcd]>[0xcc][0xf8][0xfa][0xa2][0xd1][0x1][0xb2][0xaf]#D[0xac][0x8b][0x1d],[0x9e][0xec][0xe2][0xe9][0x83][0x87]:[0x9e]1[0x12]QK[[0x81][0xa2]m[0xb1]p[0xc2][0xb4][0xdc]!0[0xc3]6([0x1c][0xb5]=[0xb4]"[0x99][0x18]H&[0xc8]l[0x1a][0xfd]V[0xc9][0x8f]vm[0x96]4I[0xee]ic1[0xab][0xe3][0xdd]3[0xd4][0xd5]1 [0xae][0xe1]{Rw[0xd3][0xe8]I[0xe3][0x9d][0x92][0x8d][0xd7][0x1a][0x19][0x9][0xe7][0x9]3i[0xa6][0x8e][0xc1][0xa4][0xe1]Y[0xca]lW[0xe]X[0x12][0xb6][0xe]@Y[0xa7][0x8b][0xb9]r[0xb5]@u[0xae] [0xf0]H[0x95][0x1d]3[0x1d][0x97]a[0xad]$[0x1d][0x92]<[0xa7][0xe1][0xfb]:~[0x80][0x1f][0xea]x;[0x16][0xe8]X[0x88]f[0x1d][0x17]c[0x89][0x8e]K[0xd1][0xaa]c[0xbe]|<[0x1f][0x17][0xe8][0xb8][0x10][0x17][0xa5][0x85]ed[0x99][0x8e][0x16][0xc9]q[0x89]$[0xef][0xc2][0xf5]:v [0xa2][0xe3]G[0xf8][0xb1][0x8e][0x9f][0xe0]y[0x1d][0x8b][0xc0][0xf3][0xee][0x99]'[0xbc][0x13][0xa4]fKuD[0xa5][0xb0]kq[0x9d][0x8e][0x9f][0xe2]g[0x92][0xfc]\`[0xd6][0xf8][0xd9][0xc4]T[0xcf]N[0xdd][0x85][0xc9]p_[0x8f]<[0xe9][0xd6][0xae][0x89][0xc8][0xa4][0xaf]MDk[0xe5][0xd1]8a[0xd6][0x8e]tX[0xad][0x8e]_[0xe0][0x97]:>,[0xa1][0x85]-:~[0x8d][0xdf][0xe8][0xf8]-^`[0xc4]u[0xfc][0xe][0xcf][0xe9][0xf8][0xbd]|[0xfd][0x7][0xbc]8[0xc2][0x1f][0x16][0x8e][0x8e][0x9b][0xf1]G[\r]/[0xe9]xYr[0xfe]IJ[0xf9]3^[0xd1]q;^[0x9d][0x88]#[0xb2][0xe3][0xcb]#[0xed][0xb8]k[0x1c][0xd6]s' >][0xf0]Z[0xb6][0x19]1[0xd3]YY[0x93];[0xd9]Y[0x2][0xd3][0x1f][Wd[0xb8][0xb8]v[0xd8][0xf4]E}F<[0xbe]<[0xca][0xfa]D[0x17]f[0xb0]x[0xeb]d[0x9a]7[0x9c][0xc8][0xd5][0xc2]*t[0xe9][0xf9][0x19][0xac]X'x1)[0xea][0x8e]F[0x12]F8[0x12]W[0xf5][0xd9][0xb5][0x7][0xac][0xb3]@[0xd2]Ub[0x8e][0x1b][0x8f][+[0x90][0x8b][0xd2][0xbb]j[0xc1][0x84][0xaa][0xe3][0x98][0xc5]qnn[0xdc][0x1c]w9c`[0xc0][0x8c][0xf4][0x8]4NHc;[0xe5][0xb9][0xd0][0xdf]cv%e=d[0x9c]X`z[0xcc][0xed]+6[0xb2][0x88][0xd6][0xb5][0xd6][0xb3][0xde][0x16]X[0xb5]S[0xb9][0xa2][0xaa][0xae][0xb5][0xd5][0xd5][0xf4][0xf2][0x1e]s[0xa3][0x91][0xec]K[0xac][0xcd],[0xa8][0xf9][0xaa][0xbc][0xae]Y[0xbd]$=m[0x8d]$,[0xb1][0x1d]Y[0x9e][0xcf][0xe8][0xd2][0x81][0x9c][0xe5][0x8e]m[0xc8]FY[0x95]QE5YR[0x15][0x86][0x9a])[0x8][0xe6]Ukv[0xc3][0xb6]!0[0x93]7[0xf6][0x12]xp[0x16][0xce]F[0x11]jp[0xe][0xde][0xc6][0xfb][0xfe]<[0x80][0xef][0xce][0xe5][0x8f][0x5][0x8d][0xf3][0xf7][0xca][0x9a][0xc6][0xb1]\[0x96]5[0xf5][0xcc][0xe2][0xa7]xZ[0xd4]w[0x8f][0xac][0x83]jd[0x1]S[0xdf]Y[0x12][0xd5][0xf3]%[0xf6]zVG[0x8e][0xd3])[0x9b][0x95][0x8a][0xb4][0x8d]O+[0xe1][0x87][0x97][0xe3][0xa4][0xa0]8[0xc][0xc1][0x9f]'[0xd4][0xb0][0xf][0xde][0x7][0xd4][0xc2]e[0xa4][0x85][0x1c]A[0xa8][0x12][0x82]-[0xe7][0xac][0xd6]b[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\[0xe][0xa8][0xd9]J[0x8a][0x17]j[0xb6][0x8a][0x80][0x1e]%[0xbe][0xdd][0x16][0x5][0xc5][0xfb]8[0xea][0xc1][0x90][0x94][0xdd][0xd0][0xb8][0xf][0xbe]l[0xd9][0x8b]h[0xf4]b%;h[0xf1]:[0xb2]U-W[0xb2]U[0x91]W[0xdc][0xba]B[0xf1]*[0x94][0xd5][0xb9]QFYp[0x9]Q.[0xcd][0x81][0xb2][0x86][0x8e][0xcd][0x8d][0xd2]a[0xa3][0xc][0xf2][0x8b][0x9f]c([0xb8][0xf][0xfe][0xe0]~[0xe4][\r]A[0xb]6[0xe]!?[0x18][0xf0][\r][0xa1] ([0x86]P[0x18][0xc][\r][0xa1]H[0xce][0xf4]`[0xc3][0x10][0x8a][0x87][0x95][0x98][0x83][0x2][0xd2][0xcb][0x8][0xdd]DE[0x96][0xa2][0x94]"[0xab][0xf8]e*U[0xaa][0xa5]*[0xb3][0xa9]L[0x90][0xae][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]c[0xc1]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x1c]7[0x84]T[0xec]=j&U[0xf5][0xaa][0x99]T[0xd5][0xa7]T]{"[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]j([0x97][0xaa][0xab]mU[0xd7]P[0xd5][0xe][0xaa][0xba][0x96][0xaa]^AU;[0xa9][0xea]:[0xaa][0xba]>[0x87][0xaa]i_[0x8e][0xa7][0xea][0x15][0xa3]b'[0x13]0[0xe4][0x1a][0xbb][0xab][0xa9][0xc7][0x86][0x1c][0xb1][0x93]([0xb9]c[0xd7][0xe9][0xa0][0xe4]+[\r][0xaa][0x86][0xd3][0xdc]w[0x10]%[0x9d][0xde][0x86]v[0x17][0xbc].T[0xa2];#[0xdb][0xab][0x1c][0xbc]*'[0xdb][0xab][0xe8][0x85][0xf5]v[0xb6]_i[0xa3]l [0x8a][0xd4][0xaf][0xc2][0xce]C[0xb][0xa2][0xb1][0xdd]%[0xe9]7r[0x1f][0xf7]f[0x98]T[0xe1]@T8[0xd1][0xae]pL[0xaa]P`[0x96]IW[0x8d][0xda][0xb9][0x16][0x98][0x97]`.[0xb6][0xf4]s[0xe7]Fr[0xec][0xdc]t[0xac]&[0xd9]@R[0xfc][0xd5][0xe3][0xda]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x1a][0xda][0x12][0xcb]aK[0x1a][0xc2][0xdd][0x96][\r]6X/[0xc1]d"[0x95][0x5][0x99][0x0][0x16]R[0xc0][0xe7][0xe6][0xb6]$[0xb3]qkF[0xe6][0x95]9Pe[0x8e][0xdb][0xca][0x9c][0xcc]+s2[0xaf]L[0x81]Z[0x99][0xf7][0x8e]q@G[0xd9][0xb7][0x83][0xa0];s[0x80][0xa6][0xed][0x1b][0xf][0xd4][0x18][0xe5]V+[0xdd][0xc7]p[0xeb]ut[0xeb][0xbb]r[0xb8]5[0x9d][0xf5][0xee]n[0xed][0xb2][0xc1]6[0xda]`5[0xc3]Y[0xef][0xb7][0xb3][0xbe][0xd3][0xe7][0x8a][0xf9][0x1e][0x4][0xd8]([0x86]1k[0x1c][0xcc][0x1a]'[0xf3]k[0xb8]7[0xd6]+[0xee][0x1a][0xf4]8[0x98][0xa6][0x8d][0x19][0xb1][0xbd]Zm[0xe7][0x8d][0xdf]6[0xb0][0xd3][0xe7][0x1e][0xd1][0xf7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x90][0xe1][0xdc]j[0x7][0xb1][0xda][0x89]h[0xb5]ce[0xb5][0xc2][0xf6][0xaa]Y[0x8f][0xe3][0xdc][0x8d][0x13][0xc3][0x1e]e[0xed][0x8d][0xc4][0xbe])[0x7]v:[0xb0][0xe3]a[0xf7][0xda][0xd8][[0x89][0x9d][0xa7]*[0xc][0xb3][0xc9][0x9f][0xce]&"[0xfb][0xdd][0xac][0xbe][0x95][0x15][0xe6]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9]"kUF[0x85][0x99][0xef]T[0x98]tJU9)U[0xa5]t[0xf0][0xa9][0x99][0xd4][0xc1][0xaf]t[0xd8]4[0x11][0x1d]FY[0x1b]u[0xf8]D[0xe][0x1d][0xd2][0xd6]O\[0x87][0xf0][0xa8][0x18]X[0x9]>^[0xc][0xee]`[0xc][0xee][0xcc][0x11][0x83]t[0x96][0x8f][0x1d][0x83][0xcd][0xd8]bcKM%W[0x9e]lk[0x93][0xb2][0x91][0xee][0xa5][0xfc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xca][0xe2]r[0x90][0xf2][0xd0][0xa7]|.X-#[0xb6][0xac]&[0xf5][0xc][0xb6][0xcf][0x7]1i[0xaf]#*O[0xbd][0xbc]O[0x89][0xd1]-[0x6][[0x8c][0x90]W?k[0xb1]XH[0xc5][0xa4]Ko[0xe1][0xe2][0xd2]#l[0xbb][0x1c][0xf6][0x92][0xe8]m[0xa1][0xa3][0xa8][0xe7][0xa4][0xe8][0x8]&[0x7][0xe5][0xc8]_[0xb1]7[0x85][0xb2][0xb6]=[0xac]C[0x12]J[0xbe][0xf0][0xc9][0x17][0xc1][0x14][0xca][0x97][0x85][0x8e][0xa0]([0xd4][0x90]B[0xc5].h[\r]{[0x90]/[0xe7][0x93][0x97][0x93][0xa7][0xe0](;[0xf8][0x83][0xa8][0xdc][0xc3][0xc6][0xce][0xa7]f[0xdf][0x1]Tu6[0x6]|[0xfb]0[0xa5][0xd9][0x1f][0xc][0xf8]S[0xa8][0x1e]B[0xa9][0x9a][0x4][0x86][0x14]k[0xa9]4[0xc2][0xab][0x8c]hfO[0x0]x&@[0x8a]F[0xec]g[0xa1]z[0x88][0xb9][0xf0]0[0xa6][0xe1][0x0][0x1a]q[0x90][0x7][0xcd][0xc3]<[0xed]=[0xca][0xbe][0xff][0x18][0xbd][0xfb]8[0xf3][0xea][0x9]\[0x8f]'[0xf1]![0x1c][0xc9][0xc8][0x97][l[0xc3][0xcb]x[0xdd][0xb5][0xf2]e[0x1][0xa5][0xf][0xa8]Hu[0xf0][0xe0]z[0x8d][0xca][0x97][0xcd]8[0x95][0xcd]Av[0xfd][0xad][0x8c]t[0x1c][0x9]:,[0xc9]U3[0x90][0xaf][0x1f]C[0xad][0x86][0xad][0xc5][0xc7]P[0xaa]a[0x9b]w1[0xc9]1[0x94][0x90].[0xd2][0xb0][0x9d][0xe2]v[0xb8][0x6]#?;[0x18]O[0xbb][0x6]c'[0xde]i/n[0xb3][0x17][0x97]IGY[0xc1]([0x90][0xc1][0xa8][0x1c]vH[0x89]J[0xa9]g[0xe9][0x90][0xe7] [0xff][0xb3]0,0][0xeb][0x93][0x8a]W[0xc8][0x97][0xbc][0xdc][0xbb][0xa8]U[0x98][0xad][0xd6][0xf3].j[0xf9][0xe4]?[0x1c][0xec][0x1c][0xd9]My[0xf9]|7([0x9a]}[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xd8][0xdb]p[0x4][0xc5][0xa1][0x86][0xfd][0xa8]i[0xf6][0xed]AAh?[0xa6][0xca][0xc9][0xec]f[0xff][0xf4]][0x98]A[0x8][0xed][0x0][0xa6]w[0xee][0xc3])[0xe5]3R[0xa8][\r][0xf1][0x97][0xc2][0xcc][0x14]f[0x89][0xbd][0xa1]f[0xc0]w[0x14][0xed][0x1][0xe9][0xdc][0x14]N[0xed][0x9c][0x97]w7[0x96][0x4][0xfc][0xde][0xca][0xbc][0x14]Nk[0xf6]SnI[0xc0][0x9f][0x16]\[0x18][0xf0][[0x92][0x8f]?[0xd3][0xac]eK[0x95][0xf9]b[0x8b][0xdd]s[0xfc][0xfe][0x80]o/M*[0xe0][0x95][0xa1][0x96][0xb9]a`[0x1b][0xbd]:[0xcd]v[0xd9]:[0xee]"[0xe0]E>[0xbd]D[0xb7][0xbd]L[0xae]WP[0x8c]W[0x19][0xe3][0xbf][0x92][0xff][0xdf]\[0xf1]7[0xcc][0xc2][0xdf]y[0x9a][0xfc][0x7][0xf3][0xe2][0x9f][0xdc][0xc1][0xaf][0xf1]B[0xf2]:[0xcf][0x91][0xff][0xa5][0xa4][0xff][0xb1]_[0xbc][0x81][0x1][0xfa]f[0x9b][0xf0]a[0xa7][0xf0][0xe0]Z[0xe1][0xc5][0x1d][0x9c][0xef][0x12]y[0xca]qWR[0xe2],Jy7{[0x92][0x9f]>[0x9f][0xaa]f[0x1a][0xcf][0xa5]K[0xd8][0xa1][0xde][0xa7]2p[0xd0][0xd9][0xc1][0x83][0xb8][0xc1][0xae][0x9a][0x83][0xec](V[0xc5][0x1a]d_[0xf9] [0xf5][0xf3]b[0x17]3[0xf7][0x2]:[0xff]b[0x9e][0x3]o$[0x9f][0x95][0x81]3Qx[0xc][0x5]2[0x1][0xfd][0xb]5[0xdc]4[0xf3][0x18]<*[0x3][0x83]"O>[0xbf][0xce][0x14][0x15][0xf2]*[0xa3][0x82][0x9d][0xc2][0xec][0xac]`[0x8b]"[0x97]`{p3[0xf7][0x88]G[0x5][[0x9e]>5Y[0x1d][0x19][0xb6]9R[0xc0][0xda][0x90][0xdc][0x92])[0x9c].[0xc7]|{,[0xb2][0xc7][0x82]C)[0xd4][0x5][0xd5][0xe4] [0xea][0x87]P[0xe9][0xbd]P>,o<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xcf][0xe7][0x9d][0xe7][0xaf][0xf4]W[0xfa]vczc[0xa5][0xff][0xac][0xe6]<[0x99][0xc8][0xd3][0x2][0xc]t[0xb0][0xfd][0x6][0x8f][0xb8][0xc1]/[0xf6][0x1c]A[0xca][0xa8]L![0xf4][0xc0][0xc8][0x1d]/&[0xc1]'JQ [0xca]P&[0xca][0x11][0x10][0x15][0x98])&[0xd3][0xde]J[0xcc][0x13]U8OL[0xc1]JQ[0x8d]+E[0x0][0x1b]87[0xc5]T[0xf4][0x8b]i[0xce]i`%e[0xdc][0xca][0x9a][0x9b][0xa7][0xaa]|[0xda][0xf3][0x11][0xf6][0xb1][0x8f][0xd2][0xee][0xf3]xa[0x95]q[0xf1]([0xdf]V[0xc3]s[0x9c][0x97][0xba]<[\r][0x1f][0xd3][0xf0]q[0xc1][0xfd],[0xe8][0x9a][0xd7][0x18][0xcf][0xdb][0xd4]6[0x10][0xec]<[0x1e][0xdc][0x8e]OZ[0xfe][0xc1]]v[0xe5]n[0xa1][0x1a][0x82]$[0x8d][0xb2]zYc[0xbe]=[0x16]q[0x98][0xbb]V>4[0x1d][0xc6][0x19][0xfc][0xa3]c[0xd2]w[0x1b]u[0xe3]")[0x18].[0xfa]A[0x96]}[0x88][0x19]4[0xb9][0x16][0xba][0x98][0x89][0xc9]b[0x16][0xa6][0x89]Si[0xf2]ih[0x12][0xb3]i[0xf2][0x1c][0x9c]/N[0xc7][0x2]Q[0x97][0xd1][0x14]Z[0x1c][0xc3]Z[0xd8][0x9a][0xee][0xa4][0xa2][0xb7][0xa9] {[0xa8][0xf0]]|[0xda][0xa5][0xe4][0xea][0xff]PK[0x7][0x8][0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.class[0x9d]T]O[0x13]A[0x14]=[0xd3][0x96][0x16]J[0xe5][0xb3][0xa0]"([0x15][0x95]~[0x0]+[0x82]@[0xd0]`[0x4][0x83][0x8a][0x5]"([0x91][0xf0]4-[0xe3][0xb2][0xb0][0xdd]%[0xbb][[\r][0xbe][0xf9][0xe8][0xab][0xff][0xc1]wL$$[0x92][0xf8]j[0xe2][0xbb][0xff][0xc0]w[0xff][0x81][0xf1][0xce]t[0xa9]X[0x17][0x8][0xbe][0xdc][0x99];s[0xcf]9[0xf7]cv[0xbf][0xfd][0xfa][0xfc][0x5][0xc0][0x8]&[0xe2][0x88]#[0xd3][0x80][0x6]d[0xa5][0xc9][0xc5]0[0x10]G[0x4][0x83][0xd2][0xc]I[0xa3]Is3[0x86][0xe1][0x18]n1[0xb4][0xb8][0xc2]1[0xb8][0xb9]"[0x1c][0xd7][0xb0][0xad][0xe7][0x8f][0x1f]0[0xb0]9[0x86]s3[0xb6][0xe5]z[0xdc][0xf2]V[0xb8]Y[0x16]u?[0x9e][0x1c][0xbc][0xfb][0xf9][0xe1]{#C[0x93]#\[0xbb][0xec][0x14][0xc5]t[0xd9]Z7[0x5]CW~[0x93][0xbf][0xe2]Z[0xd9]3Lm[0xe9][0xaf][0xbb];[0xc][0xf5][0x5][0xee][0x8a][0x5]^[0xa2][0xb8][0xb6]J[0x9c][0xc9]-][[0xf6][0x1c][0xc3][0xd2][0xe9]>z[0xd7][0xb0][0xc]o[0x8a][0xa1]'}[0xf3][0xf4]$[0xc5][0xa8]4[0xb7][0xa5][0x19][0x93]f[0x9c]a[0xe2]_[0x1][0xc3][0xf8][0xa9][0xd0][0xfb][0x5][0xd7]s([0xbc][0x16][0x19]N[0xcb][0xc7][0xd2][0x1f][0xd0][0xf0][0x80]~S[0xa4]v[0xc2][0x7][0x10][0xfc][0x10]'O[0xe6]>a[0xbc][0x4][0x9e]>[0x93]\ [0x9]R[0xf4]{[0x89][0xd3]?'[0x8c].4"[0x1]zo[0xe4][0x85][0xd0][0x84][0xf7]r[0x8a][0xb4]o[0x93][0x83][0xa4]5JwIt[0x90][0xed]$o[0x91]bB[0xb4]6g[0xf7][0xc1][0xb2][0xb9]=[0x84][0xb2]l[0xf][0xe1][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xc1]"do[0x90][0xed]'[0x89]4[0x11]fp[0x81]N:+0\$A[0xa8][0x9d][0x94]a[0x8a][0xfc]R 9[0x93][0xe4][0xb9][0x0][0xf2][0x1c][0xd9][0x1]"[0x1f]$[0xf2][0xa1]c[0xc8]e[0xee][0x92][0xbc][0x1b]=>[0xb9][0xa6]|[0xa0].[0xfb][0x9][0xe1][0xdd]*eT[0x1d][0x8e])[0x9a]D%[0xc0][0xa7]a[0xb8][0x8c]+[0x1][0xe0]P-[0xf8]^ [0xb8][0x97]z\[0x1][0xbf][0xa4]|e~)[0x9][0xfe][0x8a][0x96][0x3]DVe[0x12][0xb9]}[0xd4][0xed][0xfa]N[0x88][0x9c][0xe8][0xae][0x1a][0x88]$n[0xa2][0x15]x[0x88][0x18][0x1e]Q[0xe6][0x8e][0x14][0x99][0xaa][0x16][0x99][0xc2]UUd[0x9f]B[0xb1]$[0xde][0x92][0xe6]5_[0xd3][0xa1]L$E_E[0xb3][0xb5][0xaa]9[0xb0][0x8f][0xd8][0x1f]Q[0xf2][0xea]kU_[0x90][0xea]*[\r]|M[0xa9][0xf6]Vh[0xaa][0xaa]}[0xbe][0xaa][0xdc]][0xa7]9[0x87][0xe][0xf5][0xe5][0xb][0xe9]W[0x9d]I[0xff][0x6]PK[0x7][0x8]<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classm[0x8d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0x98]hD[0xb0][0xd0][0xca][0xb]$[0x8d][(XX[0xd9]XE-[0x2][0xf6]k[0x18][0xd6][0x84][0xfc][0xc8]&[0xea][0xdd],<[0x80][0x87][0x12]7X[0x4][0xd1]i[0x1e]<[0xbe][0xef][0xcd][0xf3]u[0x0][0x98]c[0xe0][0xa2][0xef][0xc2]#[0xc]+[0xae][0xc3]R)[0xd6];[0x99]3a[0xe2][0x87][0xa9][0xbc]J[0x91][0xc9]B[0x89][0xa8][0xd6]I[0xa1]V[0xc1][0xc1]p[0xea][0x9b][0x1b][0xfb][0xc1]/H[0xf0][0xa2][0xf2][0xa2]c[0xde]$[0x99]a[0xa6][0xad][0xb0][0xbe]I[0xcd][[0xae]*[0xa9]x[0xd6]x[0x84]e[0xa9][0x95][0x90]g[0x19][0x9f]Xd[0x6]4[0x3]M.R[0x91]8[0xf1]_'[0x8c][0xda][0xc7][0xfb]c[0xca]q[0xed][0x10][0x8][0x16][0x9a][0xb3]lB[0x7]6`[0xb2][0xb][0xc7]4[0x4][0xb7][0xe9][0xd1]{[0x3]PK[0x7][0x8][0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]v[0x1c]\[0x12]B)i[0xb9][0x15]j[0xda][0x84]R,.U%@[0xa8]U[0xd5]H-q[0xf2][0x90]*E[0xea][0xd3][0xc6]Y9[0xe][0x8e][0xb7][0xb2][0x9d][0xf2][0x7][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x80][0x84][0x10]B[0xfd][0x0][0xfe][0x82][0x1f]A[0xcc][0x9a][0x88][0xe4][0xb5][0x95][0x4][0xa9]7p[0xf9][0xa9]-c[0xdf][0xe6][0xa7][0xdc][0x1b][0x8];[0x94][0xbe][0x1f]D[0xbe][0xc2][0x17]C{$[0x92][0x84][0xfb][0xc2][0xa6]"w[0x1a]6d<[0xe2])C[0xee][0xe4][0x80][0xa1][0xf0][0xda][0xb][0x83](H[0xdf]0[0xe4]k[0xf5].[0x83][0xb6]'[0xfb][0x82][0xa1][0xd4][0xc]"[0xd1][0x1a][0x8f]z">[0xe2][0xbd][0x90]2[0x95][0xa6][0xf4]x[0xd8][0xe5]q[0xa0][0xf8]$9[0xdf]I[0xb9][0xf7][0x9e][0x9a]f[0x9c]n[0xca]P[0xec][0xc8]q[0xec][0x89]F[0xa0][0xfe][0x97][0xa6][0xa3][0x9f][0xc][0xf9][0x19][0xa7][0xcc]~[0xe4][0x85]2[0xa1]K[0xba]"[0x1d][0xc8][0xbe][0x81][0x7][0x6]V-<[0xc4][0x9a][0x85]"[0xae]XXG[0xcd]B[0x1d][0x8f][0x18][0x96][0xd5][0x11]'[0xe4][0x91][0xef][0xb4]dg[0xec][\r][0x1a][0x81][0x8][0xfb][0xfb]q,c[0xb][0x1b][0xaa][0xec]1j[0xc][0x9b]$[0x80][0xf3]O[0x0]g"[0x80][0x93][0x9][0xe0]L[0x4]pf[0x4]x[0xca]`[0x1d]D[0x91][0x88][0xf7]B[0x9e]$"a(O[0xa7][0xb4]{C[0xe1][0x91]4[0x1b][0x17][0xe8][0xc8][0xb0]u[0x91][0xf9]3[0xf]`[0xce][0xc4][0xfa][0x19][0xf][0xc7][0xea]6/k[0xf5][0x93][0xe6][0xa5][0x1a][0xbe][0xa2]'|[0xe7]6[0x19][0xb6]/}[0xde][0x90]q?[0x88]x[0x98]-[0x3]m[0x87]v[0xd8]i[0xb7][0x14][0xec]vw[0xcb]+[0xb4][0x96]&[0xad])+W[0xd5]C[0xa9][0x88]2[0x16][0xe6][0x9][0xaf][0x12][0xfb][0x88][0x87]*V[0xb1]F[0xb8][0x8e]g[0xd8]"[0xcc][0xa3]D[0x8d][0xf5][0xac][0xfd]o[0x94][0xc9][0xe7][0xc8][0xae]e[0xa6][0x1f][0x1b][0xa8][0xc0][0xfd][0xef][0xa8][0xf8]zV[0xb0][0x80][0x1b][0x84][0x1a][0x16][0xc9][0xaf][0x90]U(W D[0xb9]@C[0x16]a[0xef],[0xfd][0x5]PK[0x7][0x8]2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.class[0x9d]TmS[0x12]Q[0x14]~[0xae],,[0xac]k*[0xbe][0x10]fff[0x5]X[0xa2][0xe6][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19]d[0xda]X[0xa8][0x1f][0xb6][0x9c][0xa8]OWZ[0x11]]vm[0x1]?[0xf7]7[0xfa][0x5]~M[0x9d][0xd1][0xa6][0xa6][0xc6][0xcf][0xfd][0xa8][0xa6]sww[0x8][0xcd]i&`[0xb8][0xe7][0x9e]{[0xce][0x9e][0xe7]9[0xcf][0xb9][0xec][0xcf]__[0x0]x[0x84][0xe7]!H[0x98]Rh7-#*cVA7[0xe6][0xc4][0x92][0x12][0x91]y[0x85][0x96][0x5][0x5]*[0xd2][0xc2][0xcd][0x88][0xe5][0xb1][0x8c][0xc5] [0xc2]"[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]?[0x88][0x88][0x8c]'[0xc][0xbe]7ky[0x86][0xd0][0x1a][0xdf]_[0xb1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]1[0xa8][0xab][0xa6][0xa9][0xdb]K[0x6][0xaf]V[0xf5]*[0xc3]\[0xde][0xb2]KI[0xbe][0xcf][0x8b];z[0xd2][0xb0]J[0xa5][0xb2]Y[0x12]vz7Y[0xd1][0xab]U^[0xd2][0x93][0xf4][0xf0][0x9a][0xbb][0x1d]m[0xd4]I3H/[0xb4][0x8d]uar[0x9b]9[0x6]yt3[0x97][0xbd][0xac]1[0xa4][0xde][0xb5]\2p[0xc0][0x8d][0xba]`[0xb5][0x10][0x8b][0xb7]^EZ[0xb2][0xde][0xeb][0xc][0x9d][0xf9][0xb2][0xa9][0xaf][0xd7]+[[0xba][0xfd][0x8a]o[0x19]t";[0xe5]7[0xb6][0x19]^[0xc6][0xf2][0xbb][0xfc][0x80]'[\r]NE[0xb5][0x9a]M[0xb5][0xd3][0xf1][0x96][0x1][0xc3]y[0xab][0xc8][0x8d]Mn[0x97][0x5][0x8e][0x7]&[0x99][0xbc][0xa2][0x8b][0xd8]_@[0xd4]g[0xa6]l[0x96]k[0x8b][0xc][0xfd]W[0xf0]X[0x8d]o[0xd2][0xd3][0xb5][0x9d]2[0xe9][0x10][0xd2][0xca]%[0x93][0xd7][0xea]6U[0xf2][0xc5]D[0xa0][0xcb][0xb0][0xac][0xbd][0xfa][0xfe]j[0xc9][0xb4]l}[0x89]W)[0x10][0xd8][0xf6]F[0xdb][0xa1][0xd5]xq[0x8f][0x98]9[0x14][0xe8][0xda]0[0xf8][0x5][0xb]*[0xd4]'[0x4][0xbd][0x82]I0S4<.[0xab]M[0xf1]e[0xb3]^[0xc9][0xb4][0xa8][0xc7]"[0x95]U4[0xab]n[0x17][0xf5][0x95][0xb2]P[0xa2][0xf3]O[0xda][0xb8][0x80]Pq]\[0xea][0xa8][0x8a],r2[0x9e]2[0xcc][0xb4][0x84][0xa4]b[0x8]K*[0xee]`TE[0x18]}*n[0xe3][0x99][0x8a]e[0xac][0xa8][0xe8][0x17]n[0x4]}[0xa4][0xd7][0xe5][0xa6][0x19][0xae]][0xec][0x93]D*[0x1a][0x96]ID{c[0xf1]&[\r]6[0xb6]v[0xf5][0xa2][0x18][0xef][0xd8][0xb0][0xa3]^[0x9a]G[0xea][0xfc][0xcd][0xd2]W[0xdd][0xb5][0x8b][0x1c][0xd2][0x97][0xc1][0x1b][0x3][0xea][0xd2]?[0xd4][0xb9]Qm[0x9e]w[0xdf]U[0x97][0xf7]mv[0x92][0xfe][0xfa][0xdd][0xf4][0xfa][0x90][0xb2]Q![0x7]@[0xb6][0xdf][0xb3][0x11]a[0xbb][0x6][0x84][0xf0][0x94][0x11]@[0x8][0x3][0xb8][0x1][0x86]A[0xf2]F[0xc8][0x8a][0x8f]r[0xc]v[0x8a][0xb6]s[0xf8]>[0x93][0xc7]p[0xd3][0xc9][0x14][0xb1][0x9][0xca][0x1f][0xc2]-/[0x1a]m[0xce][0xa9][0x12][0x96][0x12]_[0xe0]?[0x87]$[0xf2][0xdb].[0xe4][0xf][0xd3][0xaa][0xba]Y4[0x95][0x11]'Ns[0xa2]UT[0x98][0x84][0x8f][0xbe][0x80][0x9c][0x18][0x1b]zD[0xd2][0xc7][0x90]O[0x11]L[0x9c]"[0xf4][0x9]!r[0xe][0x91]8[0x86][0xd2]|[0xa4][0x1c]"r[0x8c][0xf6][0xe6][0xa3][0xf6]CHL0[0xf7]9[0xd0]aR[0xf][0x98]'[0xc5][0x16][0x10]G[0x9a][0xd6][0xf9]&[0x1a]i:[0x13]]$[0xe8]Go[0xdb][0x9e]p8+c[0x8c][0xb6][0xf][0xf0][0xd0]c[0x93]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xc3][0x81][0xef]P[0xb]>[0x97][0x93]V[0x90]\&Z[0xc1][0xef][0xe2]k[0x97][0xc5][0xcd]"[0x88]q[0xea][0xcc][0xad][0xa2]{Ur[0xdf] [0x15][0xc2][0x1d][0xbe]3\;[0x81][0xec]8[0x9d][0x92][0xe3]([0x8e][0xd3][0xe5]w[0x9c]v[0x2][0x93][0x1c]0[0x17][0xc9][0x85][0xd1]N[0xc0][0x8e][0x1a]0ngS[0xe8][0xa0][0xc9][\r]`[0x96][0xa0]&[0xa8]gW[0xd0]$[0xed][0x85][0x9d]D[0xaf]3+z[0xf1]`[0x6]=[0xd9][0xe8]oPK[0x7][0x8][0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage.class[0x9d]X[0x9]|[0x1c]U[0x19][0xff][0xbf]=2[0xbb][0x9b][0xc9][0xd1][0xa4]I[0xdb]4m[0xd3][0x92][0xb6][0xc9]n[0xe][0xd2][0xbb]I[0x1a][0x1a]z[0xd0][0xf4]JiJ[0xf][0xaa][0xc8]$[0x99]$[0xdb]nv[0xc3][0x1e]i[0xb][0xa2]([0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xa0][0xa0][0xa2][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B-V([0x15][0xd2][0x86]J[0xa9][0x9c][0x8a][0xe0][0xc1][0xe1][0x89] [0x82][0x82][0x82][0xa2][0xa2][0x2][0xb5][0x80][0xff]73[0x99][0xdd]M[0x96]6m[0xbf][0xbc][0x99][0xf7][0xe6]{[0xdf][0xf7][0xff][0xee]o[0xfb][0xd8][0xbb][0xf7][0x1e][0x5]0[L[0xf2][0xc1][0x83]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0xf7][0xc1][0x81]}^4[0xe0][0xbb][0xf2]m[0xbf][0xf]3[0xf0][0xbd]l[0xdc][0x81];[0x15][0x1c][0x90][0xcf][0xbb][0x14][0x1c][0xf4][0xe0][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0xf6]A[0xc5]>yt[0x8f][0x82][0x1][0xb9]9[0xe4][0xc3]a[0xc][0xca][0x93]{}dpD[0xc1][0xf][0x14][0xdc][0xe7]C[0x11][0xf6]ypT>[0xef][0x97][0xcb]1[0x1f][0xc6][0xe2][0x87][0x92][0xe2][0x1]I[0xfb]`6[0x1e][0xc2][0xc3][0xd9]x[0x4][0x8f]f[0xe3]G[0xf8][0xb1]\[0x1e]S[0xf0][0x93]lL[0xc5][0xe3]ryBR[0xfd]T.?S[0xf0]sy[0xef][0x17]><[0x89][0xa7][0xe4][0xdb][0xd3]ry[0xc6][0x8b]s[0xf1]K[0x89][0xf4]Wr[0xfb]k[0xb9][0xfc]F.[0xbf][0xf5][0xe0]w[0x1e]<[0xeb][0xc1][0xef][0xa5][0xdc][0xe7][0xbc][0x88][0x97]<[0xf8][0x93]|[0xfe]Y[0xc1][0xcb][0xf2][0xca]~i[0x87]W[0xe4][0xf2][0x17][0xb9][0xfc]U[0xc1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^S[0xf0]7[0x1][0xb5]%[0x1c][0xd6][0xa3]KBZ,[0xa6][0xc7][0x4][0xbc]k[0xb4][0xbe][0xe5][0x91]h[0xaf][0x16][0x17][0xc8][0x8f][0xe9][0xd1][0xa0][0x16][0xda][0xa8]Gc[0xc1]H[0xf8][0x82][0x96][0xa5][0x2]b[0xa5]@[0xce][0x92]H8[0x16][0xd7][0xc2][0xf1][0x8d]Z([0xa1][0xbb][0xef][0xad][0xda][0xa3]x[0xb2]\}[0x2][0xae]N-[0xae][0x9][0x9c][0xbd]:[0x12][0xed][0xae][0xd5][0xfa][0xb4][0x8e][0x1e][0xbd]6[0x14][0xe9][0xee][0xe][0x86][0xbb][0xe5]s[0xce][0xb6][0xda]D<[0x18][0xaa]m[0x9]w[0xea];[0xf5][0xce][0xb6]x[0x94][0x1f]([0xae]A [0xab]1[0x18][0xe][0xc6][0x9b][0x4][0x9c][0x15][0x95][0x1b][0xc9]hI[0xa4]S[0x17][0xc8][[0x1d][0xc][0xeb]k[0x13][0xbd][0xed]zt[0x83][0xd6][0x1e][0xe2]I[0xc1][0xea]H[0x7][0x1]i[0x84][0xc5][0xbd]u[0xe8][0x8a][0xf7][0x4][0x89][0xbc][0xfa][0xfd][0xc5][0xf6][0xea][0xb1][0x98][0xd6][0xad][0xd7]R[0xd8][0x1a][0xf3][0x95]2[0xb]*Vo[0xd3][0xfa]5[0x13][0x93][0x84]!%;{[0xb5]>)8[0xfd][0x8b]@q[0xba][0xe0]]}C[0xc2][0xe7][0xa6][0x93]6[0x9a][0xdb][0x90]F[0xd9][0xa6][0x82][\r]#O[0x9a][0xc8][0xd0][0xdb][0x16][0xec][0xe]k[0xf1]D[0x94]<[0x16]T[0x9c][0x11][0x13][0x89][0xd7][0xd7][0xad][0xc7]Mw[0xd1][0x2]E[0x15][0x95][G[0x12][0xd2]a$Z[0xa7]E[0xb5]^=NW[0x8e][0xa0]km[0xdf][0xa6]w[0xc4]I'[0x82][0xfc]k[0xa1]7[0xa2]z,[0x11]b[0x0][0x14]f$[0xcb]i[0x8b]k[0x1d][0xdb][0x89][0xd3]0[0x81][0x2][0xba][0xdc]k[0xc3][0x10][0x18][Q[0x99][0x9][0x84]B[0x92][0xa5]F|[0x8c][0x19]"H[0xb1]oa[0xca][0xc9][0x86][0xa8][0xae][0x9b][0xa7][0xb]G[0x9e][0x8e][0xd2]6Ld[0x81][0xf9][0xc3][0x5][0x8d][0xda];[0x13][0x9][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xf5][0xba][0xd6][0xd9][0x1a][0xe][0xed][0xb2][0xc3]U[0xa0][0x9e]|G[0x15][0xe2]#[0xee][0x92][0xb5][0xbb]#[0xa4]kQF[0xed][0x8e]`[0xbc]G[0xa0][0xad]b4[0x98]N"/cl;[0xb7][0xeb][0xbb]d[0xb6]d[0xf0][0x83][0xbb]_f-I[0xfa][0x12]t[0xd6][0xcc][0xd1][0x89]g[0xa4]yx/[0xc8][0x4][0xe7][0xd5],^m[0xe][0x85][0xc8]K[0xf][0xc7][0xa3][0x14][0xe4]^f>[0x8b][0xd2][0xcd]]n[0x1c]S[0xa6]?[0xd3]y[0x6]g[0xf8][0xa5][0xe3][0xfe]Nl4[0xbf][0xc0][0x8c][0xc][0xd8]2[0x86][0x16][0xe3][0xb5]7[0xd2]O`[0x1e]-f[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xf4][0x9d][0x2][0xe5])[0xd4]-[0xa1][0x90][0xde][0xad][0x85][0x9a][0xa3][0xdd][0x89]^[0xc2]^[0xb6][0xb3]C[0xef][0x8b][0xb3][0xac][0xc9][0xfb]]F[0xe8][0xb2][0xb0][0xb]l[0xaf]8[0x1d]S[0x97][0xdb][0xd5]r[0xa4][0xd5][0xce]M[0x4]C[0x9d]z4[0x3][0xe4][0xa1]/[0x8c][0xd0]3[0x14]F[0xfd]b[0xed][0x2][0x13]N[0xc2][0xda][0xad][0xc5]6[0xf7][0xd2]G[0xa5]#[0xad]h#[0xa3][[0xb][0xed][0xcc][0x8d][0xeb][0x9d][0x96] [0x19][0x16][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xdb]{{[0x93][0xfd]B[0xe9][0x1a][0xaa]D[0x85][0x19][0xeb][0x90]W[0xeb][0xeb][0xd3][0xc3][0x9d]F[0xe]ei[0xb1][0x95][0xb1]H[0xd8]|![0xa9]@vX[0xdf][0xd1]b4[0x96][0xe]"h[0x1a]Q[0x9d]O3[0x5]:[0xcf][0xb0][0xa8][0x9e][0xa6][0x18]O<2[0x14]r[0x1e]S[0xfd][\r][0x11]*[0xd5][0x9e][0xe8][0xea][0xd2][0x99][0xe5]Y[0xfa]%[0x9]-d[0xd4][0xdc][0x91][0xa5][0xb4][0xf2]B[0xd6][0xdb]Hz[0x9e][0xda]U[0x96]]M[0xda][0xd4][0xd3][0xa3][0xc5]z[0xcc]v[0xc8][0xde][0xc8][0xe2][0xac][0xd2]a[0x1b]z[0xa2][0x91][0x1d]f[0xff][0x19][0x97]Vm[0xed][0xf]d[0xe0]k[0x8b]$[0xa2][0x1d][0xfa][0xf2][0xa0]$[0xcb]K[0x82][0xae][0xd9]f[0x98]{[0xc2][0xfa]D8[0x1e][0xec][0xd5]7[0x6]cA^h[0xe][0x87]#qM&[0x4][0xc1]6[0x9e][0xda][0x8][0xcd][0xb1]][0xe1][0xe]J[0xb]G[0x12][0xb1][0xd0].+[0x82],[0xc9][0x13]-[0xd6]-[0xe1][0xfe][0xc][0xcc][0xe7][0x9c][0xa2]v[0xae][0xd3][0xa3][0x86]![0x19][0x6]mz8[0x16][0x8c][0x7][0xfb][\r]u[0xb4]P[0x88]=X2Q[0xb1][0x1a]k[0x4]f[0x9d][0x9c]O[$[0xca][0x90]n[0x8e]F[0xb5]d[0xfd]U[0xb1][0x12][0xab][0xe4][0xf5]6[0x15][0xaf]c[0xab][0x82][0xa8][0xf8]'[0xf6]p[0xd4][0x19][0xee][0x1][0x15][0xff][0xc2][0x1b][0x2][0xd3]O![0xc3]`L[0xa5][0xc0][0xb6]6[0xa2]W[0xa9][0xf8]7[0xfe][0x93][0xc6][0xdb][0xa4]W[0x11][0xc7][0x15][0xbc][0xa9][0xe2]-[0xbc][0xad]"[0x8c]5[0xf2]$!0[0xed]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8a][0x1e][0x9f]t[0x16](Y[0x1b])3[0xaa]{Y_4[0xd2][0x1f][0xec][0xd4];[0xcb]h[0xc9]2[0xf6][0x82]2[0x15][0xc7][0xf1]?[0x15]7B[0x97][0xda][0x9f]P[0xd1][0x8f][0x84][0x8a]w[0xf0][0xae][0x82][0xf7]TF[0xa1]P[0x84]C[0x15]N[0xe1]b[0xfd]U[0x85][d[0xa9]<[0xf1]0[0x91]3[0x14]nUx[0x85]G[0x15]>s[0xc9]V[0xf1]Q[0x9c][0xe0] tF[0x95]L[0xc5][0x95][0xf8][0x84]"TU[0xe4][0x88]\[0x15]WH|_[0xc0]5[0xaa][0xc8][0x13][0xf9][0xaa][0x18][0x83]=*>[0xcd]-[0xae][0x93][0xcb][0xf5][0xb8]F[0x8e][0x8a][0xbc][0xdc][0xe4][0x13][0xc8]-+k4[0xf0]H[0x5][0x17]McI[0x9c][0xd6]D5E[0x1][0xb]Mc[0xad][0xf1]E[0x92]e5J[0xc1]M[0xaa]([0x14]c[0xe5][0xe7]"E[0x14][0xab]b[0x9c][0x18][0xcf][0xb]Ue[0xaa][0x98] J[0x4][0x2][0xa7][0x1]^[0x15][0x13]E[0xa9][0x8a][0xaf][0xe2]&[0x15][0xbb]e[0xec][0xcc]>[0xf5]eNSA[0xb3]:[0xd8]%v[0xde]h"[0xcb]rmJzq[0xce]=[0x1d]C[0xd7][0xb1][0xba]$][0xd8][0xc2][0xf9]O[0x8b]G[0x18]*[0xee]0[0xa7]A[0xc6]m[0xcd][0xe9][0x8d][0xea],K[0xb1][0xe0][0xa5][0xba]9w[0x1a][0xe3]s\[0xd6][0xb6][0x96][0xca]L%[0xcc]C[0xa2]U[0xfa][0xae][0xc]$vKX[0x90][0xa1],f([0x94][0x99][0xb8][0x17]%[0xf5]Z[0x12]a[0xb6]tX[0xf5]%/[0x11][0xee][0x8d]t[0x6][0xbb][0x8c]I[0xdd][0xc0]\6[0xb2][0x97][0xc][0x9f]?[0xb3][0xcc][0xd6]D[0xeb][0x8e]j[0xe8]H[0xb6][0xd9][0xa2]L[0xf4]r\[0xe2][0x8c][0xb4][0xd1][0x9c][0xb4]N1c[\r][0xe9][0xc8]K9i[0xb0][0xc8][0xc4][0x98][0xaf][0xda][0xe4]0[0x94]>4[0xf3][0xa8]![0x8d][0xdc][0xa0][0xf1][0x4]m[0xff][0x16][0xa7][0x91][0xf][0xf9]][0x8e][0xe1][0xec]'k[0xf5][0x9d]q[0xa3][0x9d][0xb0][0xff][0xb8][0xc2][0xc6]&}h[0xb7]m[0x9c]ez[0xd0]t[0xa5][0xa5][0xce][0xa9][0xc6]2[0xfb][0xb2][0xff][0xe4][0xb1][0xb5],[0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6]z[0x96][0x85][0x13][0xbd][0xf4][0x9a]b[0x14][0xae][0xd6].[0x16][0x92]T[0xfe][0xc6][0xef][0xd2][0x8c][0x3]q[0xf2]Hr[0xa0][0xb8][0xc5][0xe5]m[0x1c][0xa9];zd[0x9d][0xa2][0xe4]rSr[0xb9]%[0xb9][0xdc][0x90]\[0xde][0x9b],@#j[0x11][0xb][0xc2]V6X%[0x12][0xed][0xc][0x86][0xb5][0xd0][0xb0]X[0xc8][0x10][0x8a][0xc3]c!?[0x14][0x89]lO[0xf4][0xb5]t[0x87]#Q}[0x89][0x16][0xa3][0xb1]Ve4[0xd6][0x99][0xe]}[0xa5][0x15]KN&[0xbf][0xea]4J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x9e]o[0xc6]<[0xfd][0xbb][0xf4][0x12][0xcb][0xb7][0x9b][0xdf]X[0x1c]U[0xc][0x9f][0x4]\[0x8e])[0xcd][0x16][0xb5]|T[0xa2]F[0xc1]X[0x86][0xa6][0x11]&[0xec]ViQl[0xc6][0xe][0xa6][0xa2][0x1][0x1e]8[0xb0][0x18][0xcd]\K[0xb0][0xc][0xcb][0xd9][0xad][0xcf][0x3][0xb8][[0x81][0x2]9[0x11][0xf0]}[0x12][0xcf]8Up][0xcb][0xdd][0xb9]p[0xf2][\r][0xc8][0xf7][0x1f][0x82][0xf0][0x1f][0x81]c[0xcb]!8[0xef][0x81][0xeb].[0xe3]V+[0xd7]\R[0x80]7][0xbc][0x95][0xc7]{[0xeb][0xb8]S[0xcd];8[0x1f][0xeb][0x1][0x83]_[0x1b][0xa9]%[0xbf][0xf][0x91][0xce][0xc1][0xe7][0x18][0x9b]_[0xe0][0x10][0xdc][0x16]Cg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]6[0x12]n [0x8b][0xb][0xc][0x86][0xc5][0xe6]%[0x8b][0xa1]|[0xdb][0xc0]/[0x2][0x1b]ma[0xf2]d[0x13][0xdf]6[0x1b][0xc0][0xb6][0xf0][0xed]Bl[0xb5][0x94][0xa8][0xe1]S[0xd2][0xb8][0xe]#[0xeb][0x80][\r]<[0xcb]8[0xdb][0x92][0x2][0xd8]e[0x3][0xfe][0x0]>h[0xdd][0xbd][0x8e][0xa7][0x12]O[0x9d][0xff]n[0xb8][0x6][0xa1][0x8][0xdc][0x7][0xcf]j[0xe7][0xa2]R{3[0x8a][0x3][0xc6][0xae]t[0x10]^[0x7][0xda][0xae]r[0x88][0xbd][0xef][0xbd][0x18]8`+T[0xc]7[0xd7]v[0xe4][0xa0][0x3][0xa5][0xe8]D%[0x9f][0xb5][0xe8]2[0x4][0x97][0x91]&[0x8f][0xeb]E[0xb4][0x8c]T[0xb1][0xce][0x82][0x90][0x83]r\[0xc][0x8d] [0xda][\r]x[0x8e]w[0x90][0xa7][0xa0]C[0x1c][0xc7][0x14][0x9e]uB[0xb7][0xe0]U[[0xaa]9[0xb][0xb2][0x87]k[0x16]I[0xd1][0xcc]ik[0xd6][0x85]n[0xcb][0x15][0x7],[0xcd][0x9a][0x8e]@[0xa5]Ws[0x86])5=`[0xe9][0x94][0xeb]@R[0xbb]c[0xc8][0x1b]@[0xfe]&C[0xc7][0xa7][0x3][0x87]1[0xe6][0x80]a[0xb7][0xa4][0x9a];[0x18]b;1[0xe][0xbb]0[0x9b][0xcf][0x85][0xb8][0xcc]V[0xd3]G[0xa5][0x87][0xd4]l[0xb2][0xf0]x0[0x8f]j[0xf6][0xa4]x[0xd2]<[0x9][0xa6]*[0xee]S[0xb0][0x8d][0x8a][0xd7]X[0xbe][0xdd][0xce]o![0xf4]Z[0x6][0xa8][0xb5][0xc][0xe0][0x96][0x18][0x87][0x9b][0xe0][0xca][0x14][0x13][0xb8]m[0x13][0x84][0xed][0xe8]^`][0xf6][0x99]zs`J[0xc6][0xb5][0xcf][0x0]z[\r][0xbc][0xb8]6[0x85][0x8b][0xcf][0xe6][0x12]A[0x9f][0xc5]e%[0x95][0x93][0x86][0xf4][0xf8][0x3]U[0x3]([0xf4][0x1f][0x18][0xc6][0xe3]KDs[0x83]m[0x6][0xa9][0xf4]P[0x18]{p[0x9][0xa2][0x6]_[0xf]b|s[0xf0][0x9d][0xf3][0xaf][0xc5][0xf7]SC[0xa1]W[0xf5](&[0x1f][0xc1][0xd8]-GPDG[0x15][0x17][0x8c][0x1b][0xc0][0xf8][0x0][0xff][0x6]0[0xe1][0x10]J[0xee]7[0xc4]N[0x94]*[0x4][0xaa][0x6]Q[0xea]D2[0x97]L[0x9f][0xec]&[0xa3]=[0xc][0x9c]oa:[0x1d]{6nI[0x1]Sg[0x83][0xa9][0xb3][0xc1][0xd4]Y`[0xda][\r]>b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xf7][0xdb][0xa8][0xce]1[0xe]i[0x81][0xa4][0xa9]Lc[0xef]M[0xe1]*l[0xae][0xc2][0xe6]*l[0x15]w[0xd8][0xe5][0xe0] [0xa9]]|6[0x4][0x6]1I`[0x10][0x93][0x5][0xd6]P[0x89])[0x82]ce[0x5]_[0xca][0x4]Cn[0xea]Z[0xa9]\[0xf5] [0xa6][0xc9]][0x1e]_[0xce][0x92][0xb4][0xd4]t[0xef]{[0xcf][0xdc]e[0x7]`[0x81][0xc1][0xea][0xe]*z'[0xe6]3[0xbc][0xeb]i[0x88]!HS0[0x9e][0xe1]x[0xa9][0x1][0xae][0xc1][0x6][0xd7][0x90]RFd[0x89]1[0xa9].[0xb3][0xa8][0xcc][0x82]"[0x8d][0x90][\r][0xc7][0x9][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">|[0x9c][0x9][0x97][0xac]0[0x97][0xe3]#v[0x99]t[0x18][0xae][0xce]5[0xbc]0[0x88]r#S[0x86][0x87][0xe3]`J-[0xcb][0xb5]A[0xe4]Z[0x16][0x12][0xfc][0xf9]0[0xc4][0xef]b[0xd2]H[0x10]%i[0xfc][0xd6]X[0xbb][0xe9][0xe]T%y[0x9b][0xf5][0xf2][0x1]>[0x1f]$[0xfc][0x87]R[0xbc]Pb[0xcb]([0xb1]d[0xe4]2[0x8c]/[0xb6][0xbc]p[0x85]]D[0x16][0xd1]p[0x12]_[0xa1]_[0x1c][0xc3][0xc]+[0xca][0xe]a&[0xe3]k[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0xa4][0xe4]B[0xa1][0x9d][0xb]W[0xd8][0xc0]wZ1;[0xd9]_0[0x83][0xe5][0xa1]b[0x4][0xbf]5[0xfe][0x1]T[0x1e]0[0xee][0x8f]#[0xdc][0xb1]iE[0xff]I[0x9e]<[0x85][0x9]x[0xda]Vb[0x2][0x3][0xf8]c[0xf8][0xb8]a[0xb2][0xc9][0xb6]:[0x93][0x99][0xd9]Q[0xcb]7[0xc4][0xb5]Y[0xc1]U[0xa4][0xe0][0xf]([0xb][0xc5][0x83][0x96][0xf9]Z[0x3][0x8f]"[0xdb][0xcf][0xec][0xf0][0xef][0xc5][0xd2][0x83][0x8]0i[0xaa]jn7X`[0x8e][0x81][0xdc][0x8c][0xe5]R[0xfe][0x95][0xf3][0xaf]J[0xd2]V[0xef][0xc5]x[0xf9][0xac][0xd9][0xcb][0xae][0xc7]g[0xed]^f[0xb6][0xe4]Q[0x95],[0xe9]5[0xc][0x9][0xe0]9*[0xfb]<[0x8d][0xf1][0x2]s[0xea]E[0xcc][0xc5]K,(/[0xd3][0x9a][0xaf][0xb0][0xc5][0xbe][0xca][0xf6][0xfa][0x1a][0xdb][0xea][0xeb],6o[0xa4][0xf8][0xa4][0xd5]V[0xa2][0x95][0x80][0xaf]6 [0xb4][0xe2][0x93]Lv3[0xdf]<[0xc8]R[0xcf]R[0x14]Ez[0x84]?[0xf8],[0x85][0xee][0xb6]JLk[0xa0][0xe0]l&[0xfe][0xa6][0xf4]R='PP[0xc7][0xd3]d[0xbd][0xe6][0xa6]`V[0xf2][0xc4]+Of[0x17][0xcc][0x91]7[0x8d][0xca][0xfd]p[0xa0]`[0xae][0xdc]$[0xb][0xc5]d(\[0xdf][0xe4][0xfa][0x16][0x3][0xf4]m*q[0x9c]S[0xc2][[0x9c][0xe]N[0x10][0xc0];[0xb6][0x2]^[0x96][0xee][0xa1]"[0x9e][0xaa][0x8a]T[0xc0][0xf4][0x87]W[0xe6][0x8a][0x97][0xf5]z[0x11][0xf][0xae][0xb5]c,Y[0xa7][\r][0xff][0xa7]E[0x95]pg[0xac][0xd3][0xd7][0xe2]3[0xd6][0xe5][0x83]4[0xb4][0xcc][0xed][0xc6][0xc0]#[0xf0][0x4][0x8e][0xde]D[0x87]H.[0xb4]B[0xe0][0xe8][0xcd]([0xf][0x94][0xce]:[0x8c]yk[0xab][0x1f]a[0x4]W[0xa7][0x87][0x9b][0xa1][0xee][0xb3]C2M][0xa7][0xd1][0xc8][0x10][0x5][0x4]Y[0x88]\Q[0x84]bQ[0xcc][0xe2]3[0xe]S[0xc5]x[0xd4]q?_L4[0xf0][0xf8])s[0x12]#[0xf4][0xb3]t[0x93][0x93][0xa3][0xc8]L[[0xf3]F[[0xf3]F|[0xe][0x9f][0xb7][0x9b][0x95][0xdb][0xeb]:[0x1]![0xca][0x8e]S[0xb][0x97][0xfc][0xf9]n[0xe1][0xff][0xba][0x95][0x15][0xf5][0xe9]~[0xab].[0xdd][\r]_ [0xbf]l[0x0][0xf3]7e[0xec][0xb6][0x87][0xb1][0xc0]t[0xd8][0xe3]IO[0x95][0xd0]f[0x10]e[0xc8][0x13]SQ([0xa6][0xa1]D[0x94]c6[0xf7][0xb][0xc5][0xc][0xdb]K[0xe][0xd6][0xbf]![0xac][0xf5]6[0xd6][0xfa][0x14]/[0xf9][0xe0]<[0x1][0x87][0x18]w[0x9c][0x9e]w[0xc9][0xff]T[0xb0][0x90][0x1e][0xb3][0x2]m} [0xff]2[0x9]+[0x1d][0xf0]|[0x3]p[0xc1]B[0x19];)[0x80][0xf][0xa3]>[0xbf]>U[0x9][0x3]z[0xbd][0x9][0xfd][0x81]@[0xfe][0xe5][0xf2][R[0x83][0x19][0x8c][0x11][0x88]J[0xb2][0xf4][0xd3][0xf6][0x1]jPE[0xdb][0xd7]`[0xae][0xa8][0xc5]R[0x9e][0xad][0x14]lJbVJ[0xcc]5[0xdb][0xda][0xac][0xb7][0xb5]Y?\[0x1b][0xaf][0xd4][0xa6][0x82][0xda]\oks[0xd0][0xb2][0xfb][0x8a][0x8c][0xda]Tg[0xd6]&[0x93][0xf9]G[0xe8]`[0xc6][0xd0]<2[0x9a]O[0x1d][0x16]P[0x87][0x85][0xd4][0xa1][0x1][0xf5][0xdc]/[0x16][0x8b]p[0x9e]hJ[0xc1][0x9f][0xf4][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xff][0x8a][0x8c][0xf8]'[0xf3][0xe4][0x8b][0x9c][0x18][0xcc][0xf6][0xd8]j[0xf8][0x92]9u[0x4][\r]rPnL[0x6][0xb1][0x99]8[0xcd])[0x1d][0xc5]k[0xb3][0xf6][0x8e][0x98][0x8e][0xbd]i[0xd3][0xf1][\r]|[0xbb]qt[0x99][0xb9][0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6];[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][0x1c][0x90]6[0xc9][0xd2][0xcf][0x85][0xe8][0xd3][0x87][0xea][0xb7]F3 [0xb8][0xa4][0x8][0xa8][0x96]4[0x3][0x2][0xb1][0x18][0x10]M[0xa1][0xa3][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]^[0x14][0x86][0x8a][0xbb]%&[0x97][0xe4][0x17]U[0xea][0x81][0x8c]fd[0xd0]'[0xd6]8[0xa8]6F[0x6][0x1]t7[0xb1]120201[0x80][0x0]3[0xb]#[0x3]3[0x3][0xb][0x3][0x3][0x98]f[0x5][0xd2][0x8d]@[0x9a][\r]([0xc3][0xc8][0xc0][0xe]$[0x99][0x18]8[0x0]PK[0x7][0x8][0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFactory2.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Qv[0x6]!v[0x6]av[0x6][0x11]F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6][0x17][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xe7][0x8c][0xc4][0xa2][0xe0][0xd4][0xc2][0xd2][0xd4][0xbc][0xe4]TkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0x92][0xa5][0x9f][0xb][0xd1][0xad][0xf]5[0xc5][0x9a][0x91]![0x0][0xd9][0x98][0xe0][0x92]"[0xa0]Zk$[0x11][0xff][0xa4][0xac][0xd4][0xe4][0x12][0xd2][0x8c]L"[0xca]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-)![0xd3][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]m[0xa3][0x9a][0xb5][0x14]:d[0x6][\r][0x1d]B[0xa1][0xd3]V[0xd1][0xd5]i[0x14]:v[0xcf][0x0];[0x96]B[0xe7][0x9f][0x1b]t[0xce][0xa7][0xd0]C[0xf][0x86][0x80][0x87]([0xf4][0xe2][0xa7]![0xe9]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "=[0xcd][0x15][0x9c]_Z[0x94][0x9c][0xea][0x96][0x99][0x3][0xac][0xbb]D[0xa0][0xe2]n[0x89][0xc9]%[0xf9]E[0x95]Fz [0xb3][0x19][0x19][0xc][0x88]5[0xf][0xa6][0x8f][0x91]A[0x0][0xdd]U[0x8c][0xc][0xfa]$[0x9a][0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0xc4][0xcc][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x9b][0x85][0x91][0x81][0x85][0x81][0x95][0x81][0x1]L[0xb3]Aiv([0xcd][0x1][0xa5]9[0xa1]4[0x17][0x94][0xe6][0x86][0xd2][0xfb]=g[0x86][0x1][0x86][0xc4]v[0xd6][0x9a][0xf7][0xb2][0xcf]~[0xf7]~[0xf6][0xde][0xcf][0xbb][0xcf][0xf9][0xeb][0xbe][0xb8][0x6][0xe0]N[0xfc]%[0x84]uH[0x95]`9\[0x19][0xd2]2[0x1c]1pT[0xe6]c%8[0x8e][0xc7]Cx[0x2]?[\r]q[0xfb][0xa4][0xc8][0x9e][0x92][0xd5][0xd3][0xb2]z[0xc6][0xc0][0x89][0x10]J[0xf1][0xac][0xc]?3pR[0x84]?7[0xf0]\[0x8][0xe5]H[0x15][0xe3]y[0x99]![0xc3][0xb][0xb][0xf0]K[0xbc]([0x8e]^2[0xf0]r[0x8][0xab][0xf1]J[0x8][0xaf][0xe2]5Y[0xfd]JV[0xbf][0x16][0xa3][0xbf][0x9][0xe1][0xb7][0xf8][0x9d][0xc][0xaf][0x1b][0xf8][0xbd]<[0xfb]C[0x8]o[0xe0][0x94][0xc]o[0x86][0xf0][0x16][0xde]6p[0xda][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E]=;w[0xee][0xd8][0xa7][0xb0][0xba]+[0xe9]D[0x9b][0xad]Qk`[0xd8]n[0x8e]'[0xa3][0xd1]X"*[0xf3]][0x87][0x9b][0xbb][0xb8][0xb3][0x9d]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]R[0xb6][0x13][0xb3][0xe2][0xfd][0xb6][0x93][0x8a]%[0x13][0xfb];[0xb7]+[0xa8][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xdb][0x92][0x89][0x94]k%[0xdc]~+[0x9e][0xb6][0xb][0xe1][0xfd][0x94][0x82][0xb1][0xab][0xbd]wW{[0x17][0xd5]:[0x3][0x14][0xd5]*[0x94][0x8d][0xd8][0xa9][0x94][0x15][0xb5][0xf7]Z[0xae]k;[0x9][0x85][0xf2][0xae][0xc3][0xd6][0x11][0xab]9n[0xd1]][0xaf][0xeb][0xd0]+[0x1d][0x85]F-[0xc7][0x1a][0xb1][0xa9][0x91]R[0xa8]x(G[0xa5][0xe7][0xd0]a{[0xc0][0xa5]J[0xa5][0x87]%[0xf6][0xb8]=[0xb8]w>[0xe5][0xac][0xbd]ECIgD<[0xe]v{[0xee][0x15]J[0xdc]a'y[0xd4]:[0x14][0xe7][0xba]*[0xe7]L_F[0xcc]cE[0xf1][0xe4][0x80]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc8][0xb4][0x1b][0x8b]3[0x1b]"[0x93][0xa7][0xad][0xb1]D[0xcc]mS[0xd8]X?[0xf7][0xf1]\[0x14]y[0xa2]h[0xe8]W[0x8]nK[0xe][0xd2][0xc3][0xc2][0xae]X[0xc2][0xde][0x93][0x1e]9d;}[0x1e][0xa8]rm[0xa9][0xdf]b[0x94][0xdc][0xfb][0xc2][0xa0];[0x1c]c[0x94][0xf7][0xce]_,?[0xbf][0xcd]~[0xa0][0x1d]:p[0xa3]C[0xb2][0x13]Qw[0x98]E[0xeb]u[0xad][0x81]G[0xbb][0xad]Qm[0x99]\2[0xf0].[0xb9]b[0xe0]n[0x85][0xfa][0xfa][[0x86]_[0x11][0xb5][0xdd][0x8e]9[0xc9][0xad][0xac]o[0xc8]W[0x86][0x92][0xac]2[0xfd]s[0x9d][[0xb8][0xaa][0xfa][0x86][0xbc]u.[0x1d][0xca][0x8d]@a[0xc3]-b[0xcb][0xe7]?[0xe8][0xda]#[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xbd]g[0xae]}[0xcc][0x9d][0x99]&[0xaa][0x4]bCt[0xb2]&[0xa7][0xa0][0x9d][0xf1][0xb8][0x1d][0xb5][0xe2][0x9e][0xc6][0x8e]c[0x3][0xf6][0xa8]K[0xf2][0xb]IGR[0xd1],[0x8d][0x83][0x96][0x13]M[0xf1][0xe2]2[0xc3][0xf6]ci+[0xae]#[0xca][0x3][0xeb]A[0xde][0x85][0xe4]L[0xd6]gCeq%3[0xc5][0xc3]Vj[0xd8]cE[0xa0][0xbe][0xa1][0x93][0x16][0x1d];[0x95][0x8e][0xcb][0x13]7[0xe9][0xc5][0xa2][0xb0][0xe0][0xa8][0x13]sm[0xef][0xa8]B[0xad][0xef]*[0x96][0xf4][0xad][0xf5][0xa4][0xdd][0xd1][0xb4]Ke[0xdb][0x1a][0xd1]uR1ZK[0xa6][0xa9][[0xfd]m[0xaa][0x8c]*[0x1b]"[0xc3]9[0xc3]=[0xe5][0x83][0x19]?[0xab]f[0xfb][0xe9]L[0xcc]tS[0x10]c.V~[0x8b][0x92][0x82][0xc9][0xc2][0xf7]M[0xdf][0xbd][0xa5]3[0xa8][0x92]{[0xfb][0x8a][[0x7][0xe2][0xfe][\r]c[0x1e]h<[0xd4][0x9b]L;[0x3]vGL[0xce]-[0xcf]G[0xf0];[0xc4][0x92][0x89][0xcd][0x18]5[0xb1][0x9][0xad]&Zp[0xa7][0x89][0xbb][0x84][0xd3][0x15]y[0x9c][0x98][0xd8][0x80][0x8d][0x6][0xce][0x9a]x[0x1f][0xe7][0xc8][0x13]c[0xf8]@[0x8e][0xb7][0x99][0xb8]ON[0xee][0xc5][0xf]M[0xdc][0x83]{[0x9]s[0x1e][0xca][0x88][0xf6][0x87]&>[0xc2]y[0x85][0xba][0xef]"[0x8d][0x89]z4dl[0xe5]P[0xf3][0xfe]t,>h;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0xf6]'[0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0x9d][0x9b][0xac][0xf3]h_G[0x8e]m[0xac]3q[0x1][0x1f][0x9b][0xb0][0xd0]e[0xe0][0x13][0x13][0x17]1n[0xe2][0x12].+[0xdc][0xfd][0xb5][0x1][0x13][0x7][0xf0][0xa0][0x81]Oe[0xfe][0xcc][0xc4]A<,[0xc3][0x84][0x89][0x1f][0x88][0x83]I[0x13]S[0xb8]b[0xe2]s|[0xc1][0xc6]9[0x1b][0xaa][0x89][0xab]8o[0xe0]O&[0xbe]D[0x97][0x89]kx[0xd8][0xc0][0x9f]M\[0xc7]W3[0x94]3[0x84][0xa9][0xbf]U[0x80][0x99][0xd3]9=4S3[0xf2][0xa8][0xb3]'[0x9b]CV~[0xb6][0xe2][0xda]m[0x96]kG[0x93][0xce]qrfziv&[0x12][0xb6][0xb3]-n[0xa5]R6ocQG[0xcf][0xbe][0xee][0xf6][0xbe],;[0xf3][0x9d][0x17][0xfa][0x93][0x9d][0xdb][0xed]!K[0xdf][0xb7][0xe6][0xb9][0x8d]}Z[0xb7]![0xdf];[0xe1][0xf6]<[0xdd]i[0xae][0x9e][0x90][0xb9]h[0xc8]o[0x84][0xeb][0xf2][0xb5][0x89]|[0xdd][0xab][0xc8][0x1a][0x1d][0xb5][0x13][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "My[0x9c][0xcc]=[0xe1][0x93][0x8a][0x7]k[0xbf][0xe3][0xcd][0xae]Ph;N[0x92]sx^[0xf8][0xb3]n[0xa7]DP[0xcc]T[0xe9][0xf4][0xb2]P3.[0xb1][0x16]n[0x9a]Q[0xd1]v[0xc7][0xb1][0x8e]S[0xb1][0xa1]>O[0xaf][0xce][0xd7][0xbe][0xd9]'[0x97][0xe4][0xd3][0x95]~[0xb8]b[0xfe][0x6]FT[0xba]1[0xee][0xef][0xeb][0x98][0xd5][0x80]3y[0xea][0xcf][0xa8]t&[0x98][0xfc]`}[0xa7]H[0x8c]#[0xf2][0xe5][0xd2]3[0x94]!W[0xbe][0xd6]E-i[0x85][0xda][0xb2]^i[0x3][0x8d][0xf3][0xe6][0x96]_Dn:E[0xbf]2e[0x12]-o[0xc0][0xcc]z=[0x93][0xf6][0xbf][0x9c][0xde][0xc4][0xcf][0xb8][0xe5][0xfc][0xf0]#[0xcb]P[0x82][0x15][0xd2]K[0xf8]M[0xb5][0x2]aD(k[0xe4][0xba][0x0]M[0xdc]7c}v[0xff]}[0xfe][0xd9][0x3][0xb9]~V[0xda][0xa0][0x96][0xb1][0x9f][0xe9][0xfd]}[0xbe][0x9c]=[0x90]s[0xb9]4L[0xce][0xa5]8![\r][0x90][0x16][0xb6]p[0xf7]7[0x4]![0x1f]tm[0xe1])[0xa8]pd[0x2][0x5][0xe1][0xc6][0x9][0x4][0xc2]M[0x13][0x8]6}[\r]#0[0x86][0xc2][0xa6]k[0xf7][0x4][0xab][0x82][0xa7]Q[0xdd]T[0x15][0xc][0xe][0xb6]|[0x85][0xc2]7[0xb0]([0xec]m[0xae][0xa3]p[0x2]E[0x97]h![0x80][0xad][0x1c][0xd7][0xa0][0x98]c+[0xad]nf[0xc]m([0xa3][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xa9]E;Q[0xdf]O[0xe9]v[0xae]@[0xac][0xda]+%[0xdb][0xf4][0xc7]d[0x9b]F[0xa7][0xf4]J[0xe2])[0xd0]+[0x89]([0xc0][0xb3][0xb5]<[0xb5][0x9e]6wP[0xba][0x12][0x81][0x9b][0x1c][0x82][0x6]:[0xc][0xec]4[0xb0][0xcb]@'[0xd0][0xae][0xfe]-_[0x9f][0x12][0xda]n?[0xb4][0x1e][0x1e][0x90][0x8f][0xd2][0xd2][0xf0]e[0x18]WP[0x1c]i[0x9c]B[0xc9]%[0x9d]!A[0x1a][0xd2]>[0xba]ab[0x8f]FT[0xe7])g[0x11][0x95]j[0x1c]J[0xaf][0x4]G[0x1][0xd7][0xec][0x9f][0xbe][0xf1][0x7]h\[0x9e]U[0x87]?C[0xe8]kT[0x84][0xc3]\[0x4][0xf8][0xf]Nb[0xc1][0x4]B"[0x1e][0xcf]f[0xa5]L[0xdb][0xee][0x87][0xc1]sK[0xd9][0x94][0xc5][0x9f][0xe9][0x9d][0xf7][0xfd][0xed][0xd0][0xba]j)[0x85][0xdd]Y'[0xcd][0x9c]E[0xa9]Pl[0x8f]g[0x91][0x17]i[0xe1][0xa1][0x1c]+[0x85][0xbe][0x15][0xc5]Xz[0xfc][0xc3]][0xfe][0xe1][0xc5][0x2][0xea][0x6][0x8a]e[0x1a][0xe7]`[0xce][0x86][0xf5](a[0xc5]i([0x91]cp[0xf1]LX&N[0xca][0xab][0xd2][0xb7][0xfc][0x1]c[0xf]rn[0xb9][0x8a][0xd2][0x3][0x11][0x9a],[0x98]B[0xd9][0x9e][0xa6][0xc6]I,[0x1c][0xdf]s[0x19][0x8b][0xaf][0xa2][0xfc][0xc0][0x14]*[0xca]+'Q[0x15][0xe1][0x12]K[0x9a]>[0xc7][0xd2][0x0]"[0xe3][0xda]x9[0x19][0xb1][0xc8][0x87][0xb0]D[0xf3] [0xc5][0x1c][0xbb][0x94][0xa6]Q[0x89]#[0xac][0xf4][0xd1],GJ[0x19][0xed]>[0xf4]R[0xbb][0x12][0xab][0xd0][0x87][0xfd][0x1a]rK[0xb6]J-[0xcc][0xaa]W[0xa5][0x16][0xe6]V[0xaa][0xb4][0xc3][0xcb]P[0xaf][0x81][0x1f]Q[0xce][0x17][0xa1][0x8f]z[0x8a][0xcf][0xe4][0xec][0xee]p[0xe4][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x17]"7P[0x16][0x9e][0xc4]2"\[0xf6]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x17]"[0xd7][0xf9][0xcd]![0x99][0xbe][0x81]J[0x99][0x1a][0xf9][0x9f][0xc4][0x8a]SX8[0x86]P[0xa3][0x96]SK2[0xc8][0x8d]y[0x5]+/[0xcc]b[0xfd][0x93][0xc4][0xfb][0x14][0x93][0xf9][0xc][0xa3]:[0x81]e[0xcc]Y[\r][0x9e]#[0xab][0x9f]'[0x93]_[0xc8][0xe1][0xd8][0xee],[0xfa][0xdd]x[0x8]?&[0xbe][0x1a][0xde][0xeb][0x9f]P[0xe6][0xa1]g[0xcc]F[0x19][0xf9]\M[0x8a][0x17]I[0x11][0xf9][0x2][0xf7][0x83]x[0x99]*B[0xdb]&[0xf]giXc[0xac][0x1e]C0[0xd0][0xba][0xa8]v[0xe5][0xb0][0xa0][0xf3][0xc4][0x4]X#[0xe2]GZspz[0x5][0x85][0x99]~[0x95]=[0xe5]5[0x8d]i[0x89]g[0xd0][0xc7]T[0xc1][0xfe][0xf2][0x88][0xee]/[0x82]d[0x15][0x82][0x8b][0xb7][0xaa][0x9b][0xa8]B[0x1][0xb1][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xf0][0xd7][0x5]J[0xa0]Yy[0xc8]:[0x89]U[0xb3][0xc9][0xfa]z[0x1e][0xb2][0x16][0x90][0xc2][0x3][0x1c][0xe5][0xf0]?|J[0x1d][0x94][0xc3][0xf][0x8][0xa7]B[0x93][0xa8][0x8d]x[0xe1][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xbd]^[0xa4]Y|ms[0xa4]z[0x12]u[0xe1][0xea]/[0xb1]z[0x2]f[0xf5]i4[0x4][0xda]j[0xaa][0xcf]b[0x8d][0xc4]]#*5-W[0xb0][0xa6]7[0xa2][0xf7]-[0xb4]p2[0xa0][0xc6]n[0xfe]}[0xba]M[0xb5][0x10][0xb]p[0x8a]X[0xde]d[0xba][0xdf]b[0x80]o[0xb3][0xf1][0x9e]fR[0xde]![0x9d][0xde]e[0x3]=[0xc3][0xa2][0x9d][0xe5]]|[0x8f][0xb4]:[0xc3][0xe2][0x9c][0xd3][0x11][0x84][0x89]r[0x3][0xd6]b[0x90])[0x92]T[0x1e][0xcc][0x96][0xf2] l[0xc]1[0xbe]ul[0xbb][0xd2][0xac]2[0xa5][0xc][0xd6]mW[0xdf][0xa0]B[0xa9][0xe1]6D)[0x92][0xbe]1[0xcc][0xc7]1[0x1c][0xf6][0x83][0xbf]JS[0x12][0xfc][0x96][0xb0]b[0xd7][0x95][0xa1](LV[0xde]&m[0xc4][0x9b][0x3][0x9c][0xd6]n[0xce][0x4][0xec][0x5][[0xa1][0x83][0x93][0xe7][0xbd]:[0xba]NG[0x17]fs[0x3]>dt[0x1f]qu[0x9e][0x17][0xee][0x2][0xcb][0xfa]1[0xdb][0xe8]'|[0xb5]\[0xc4][0x1d][0x18]'[0xca][0x8b][0x8c][0xf0]r6[0xaa][0x6][0xe6] [0x13][0xd5][0x96]lT[[0xd8][0x1d][0xe2][0x4]\K[0xea]NG[0xc5][0xd6][0xf9][\r][0xbf]s[0x19]ReNH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "#[0xec]!s;W[0xd1]l2\[0xcd]C[0x86]b$1[0xea][0x1f][0xae][0xd5]O M[0xfb]{[0x9f]b[0xf1]%[0xdd][0xd8][0xa6][0x8f][0xdf]Nc[0x8f]i[0x93][0xe][0xfe][0xa8][0xd1]([0x1c][0xc7][0x13]xo[0xeb][0xf2][0xff][0x2]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.class[0xd5][0x96][0xdf]o[0xd3]V[0x14][0xc7][0xcf]m[0x9c]8q[0xcb]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x1c][0xd8]R [0x1b][0xad])[0xc4][0xa5][0xc5][0x5][0xd5][0xaa]6[0x83]PAe[0xb0][0x95]UX[0x80][0x84][0x13]Lp[0x95][0xc4][0x95][0xe3]n[0x2][0x9e]&M{[0xe0]/@<[0xf0][0x7][0xf0][0xc4][0x9e][0x90][0xd8][0xaf][0xa7][0xbd][0xf0][0xb0][0xe7][0x89]'[0xfe][0x6][0xfe][0x0][0xc4][0xb9][0xd7][0x97]C)[0x16]+xc[0xe3]%[0xe7][0xd8][0xb9][0xe7][0xfb][0xfd]|[0xed]8[0xbe][0x8f][0x9e]=[0xfc][\r][0x0][0xa6]`F[0x83][0x2][0x98]*Lj0[0x0][0x87]T[0x98]RaZ[0x85][0xc3][0xc][0xca]}?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xce][0x92][0x1f][0xf5][0x83][0xb0][0xf7][0xcd][0xc9][0xe3][0xc][0xd8])[0x6][0x9b][0x8e][0x85][0xbd]~[0xec][0xf5][0xe2]%[0xaf][0xb3][0xea][0xe7]'[0xff][0xcb][0x9b][0xbb]{[0xf2][0xf][0x6][0x5];[0xe8][0x5][0xf1][0x1c][0x83][0xdc][0xd8][0xf8][0x12][0x3][0xe5]Xx[0xc5]g[0xb0]y![0xe8][0xf9]_[0xae]v[0x9b]~t[0xce]kv[0xf0][0xcc][0xf0]B[0xd8]BY[0xf][0xc5][0xf1]X[0x9e]T[0xe2]kA[0x9f][0xc1][0xdc]B[0x18][0xb5][0x1b][0xde][0x8a][0xd7][0xba][0xe6]7:a[0xbb][0x1d][0xf4][0xda][0xbc]N/7[0xba]~[0xbf][0xef][0xb5][0xfd][0xc6][0xe9][0xa4][0x9e][0x8][0xa3][0xae][0x17][0xbf]8[0xf0]Zq[0x18]][0x9f]e[0xa0][0xf5][0xfc][0xef][0xe4]I[0x6]_[0x8d]-,{[0xdf]z[0x8d][0x8e][0x87]*[0x8b]q[0x84]b[0xb3][0x17][0xd6][0x9c]:[0xd3]\[0xf6][[0xf1][0xec][0xf8][0x86]M[0xd1]@[0xed][0xbe]P[0x1f]~][0x1c]/[0xc2][0x8a][0x17]y]L[0xb2]%[0xc5][0x88][0xc1][0xd9][0x14][0xa2][0x8c]@[0x3]+[0xe6][0xab],d[0xd6][0xdc][0x90]Yf[0xfb]I[0x6][0xf1];:e[0xf6]>[0xc4][0xe0][0xc7][0xcc];3[0xcd][0x14][0x83][0xdb][0xff]"Mf[0xbe]i[0x6][0xf7][0xde]+_fb[0xfc][0x1b][0xfa][0xe5]?&[0xce][0x9c][0xc1]b[0xf0][0xe7][0xff].C[0xe6]T3[0xc][0x9e]|[0x0][0xa9]2[0xe7]<[0xc2][0xe0][0xe9][0x7][0x99]3s[0xf2][0xa3][0xf8]6][0xc]W[0xa3][0x96]"[0xe0][0xaf][0xe8][0xd1]7[0xbc]y[0xf]r[0xb3]![0x18][0x82]M[0xc][0xe][0xbf][0xd3]+[0x9c][0xf][0xe3][0x93]R^O[0xcd][0xc0][0xce][0xb2]%`0[0xf3][0xb7][0xe3]_4[0xfb]q[0x84][0xcb][0xd7]O[0x8e]mp[0xfb][0xb0][0x4][0xbb]![0x8f][0x9b]([0x0][0x6]UP[0xa1][0x88][0xb5][0x84]G[0x3][0xa0]a([0xc6][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~~$v[[0xb8][0x87][0xc2][0x9a]7[0x1e][0x0][0xfb]I,[0xd9][0x8c][0x9f]|[0xe7][0x5][0xb0][0x17][0x14][0xa8]C[0x19][0xbb][0xa1]d[0x11]T`[0x18][0xeb][0xf7][0xb0][0x5][0xb6]J[0x81]y\[0x93][0xe3][0x13]?[0xc3][0x80][0xbb][0xe2][0x1][0xe4][0xee][0x93]JAL[0x99]Ba4Y%[0x15]x7[0x2][0xdb][0xc4][0xf7][0x1a]l[0x87][0x1d]8[0x81];[0x14][0xd0][0xa5][0xea][0x19][0x84][0xe6][0xeb]+BU[0xf9][0x15][0x14]77[0xb1][0x98]"~d[0x8d]x[0x85][0xc4]+$^[0xc1][0xfc];[0xa5][0xf8].)~[0x9][0xc5][0x15][0xac]#B[0xc6].'[0xac]>[0x91]V[0x1d][0xb4][0xca]c[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc2][0x1a]+7[0xaf]+i~[0xf3][0xc2]o:[0x99]"[0xbf]*[0xf9]U[0xc9][0xaf]*[0xfd]xW[0xc3]N[0x11][0xce][0xa3][0xd2][0xf9]&:[0xf3][0x1f]@M8[0xab][0xeb][0x9d][0xdd][0x82][0x9e]O[0xb3]?+[0xec][0xe7][0x92]Q[0xb2][0xaf][0x91]}[0x8d][0xec]kd_[0x93][0xf6][0xbc][0xdb][0x8d]]^[0x80][0xec][0x91] [0xb7][0x10]D[0xc5]Z[0x17] [0xc5]T[0x10]W[0xd5][0xb]i4[0xe7][0x5][0xcd]|2O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4[0xbc][0xdb][0x8b]]Ap[0xd5]%[0xd7][0x1d][0xf1]\[0xe0][0xad][0x15]\[0xe5][0xd7][0xee][0xcd]K0[0xb7][0xa8][0xab]it[0x97][0x5][0xdd][0xd7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xde]}[0x8a][0x9d]*8?[0x93][0x9c][0xf7][0xf0][0x98]?[0xbb]f[0xc2][0x99]~'_r[0xba][0xe5][0x82]^L[0xa3][\r][0x4][0xed][0xc5]D[0x8b]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5[0x89][0xd6][0x94][0xb4][0xbc][0xdb][0x87]]Qp[0x8f]I[0xee][0x87][0xf8][0x8d][0x86][0xd5]J[0xb8][0xdf]p[0xe3][0xd7]p[0xbb]eU/[0xa5][0xd1]G[0x82][0xfe]j[0xa2]H[0xf4][0x16][0xd1][Do[0x11][0xbd]E[0xf4][0x16][0xd1][Do[0x11][0xbd]%[0xe9]y7[0x8e]]I[0xe4]0d[0x8e]G[0xb8]f[0x10][0xab][0x9d][0xe4]([0xbd]E[0xe][0xb7]\[0xd4][0xb5][0xb4]47E[0x9a][0x95]D[0x97][0xd2][0xd8][0x94][0xc6][0xa6]46[0xa5][0xb1])[0x8d]MilJcS[0x1a][0x9b][0xd2][0xd8]2[\r][0xef][0xf6]c[0xa7][0x89]\[0x13]2[0xd7]c\=[0x84][0xd5]Irio[0x9d][0xcb]-[0x97][0xf4][0xc1][0xb4]t?[0x88]t7[0x12]uJ[0xe7]P:[0x87][0xd2]9[0x94][0xce][0xa1]t[0xe][0xa5]s([0x9d]C[0xe9][0x1c]J[0xe7]P:G[0xa6][0xe3][0xdd][0x1][0xec][0x6][0xd1][0xe5][0xa0]`j<[0x7]PK[0x7][0x8]H9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/MultiformatMessage.class[0x85][0x90][0xc1][0xe][0xc1]@[0x18][0x84][0xe7][0xa7][0x94]"[0x91][0x88]x[0x4][0xed][0xc5][0x1e][0xea][0xe6][0xde][0x13]qptZ[0xb5]V[0x9b]e[0xa5][0xdd]z8[0x7][0xf][0xe0][0xa1][0xc4][0x16][0xe1]P[0x89][0xc3][0x9f]I&[0xf3][0xcd]$[0xff][0xed]~[0xb9][0x2][0x8][0xd1]s[0xe1][0xb9][0xe8][0xb8][0xe8][0x12][0x6]R[0x98]Hg[0x7]n[0x8c][0xd8].D[0x9e]s)[0x8]c=O[0xf9][0x99]3[0xc5][0x8f][0x92][0xad]L[0x96][0x1c][0xe5],[0xa8]Z[0x4][0xef][0xc3][0xe7][0x84][0xa1][0x1f][0xfc][0xe0]lh[0xa5][0x8b],[0x16]Q[0xa2]l[0xf7]hQ([0x93][0xec][0x9e][0xcc]{pR2[0x84]Pg[0x92][0xf1][0x13][0x8f][0xf7][0x82])-[0xa5][0x85]K[0x9d][0xa6][0xec][0xf0][0xca][0xb1]*J[0xe8][0x7][0x97][0x9b]T[0xc4][0x86][0xe0][0xff]/zi[0x93]@[0xa8][0xd9][0xab][0xdb][0xc7][0xd4][0x1c][0x82][0x83][0x6]`[0xb5][0x9][0xd7]:[0x84]V[0xe9][0xa3][0xfd][0x0]PK[0x7][0x8][0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.class[0x9d]TkS[0x13]W[0x18]~[0xce]n[0xc2]BX@[0x89]@ETzA![0xa1]FE[[o [0xa2]E[0x81]P@,jk[0xf]aI[0x16]C[0x96]n6[0xb5][0xd6][0xf][0x9d][0xda][0xf6]G[0xb4][0xdf][0xab]_[0x98][0x8e][0xb6][0xf5]2[0x9d]i[0xc7]Ou[0xa6][0xbf][0xc9][0xa9]}[0xce][0xee][0xba][0x84][0x18]m[0xa7]3[0xc9][0xb9][0xbc][0xfb][0xbe][0xef][0xf3][0xbc][0xb7][0xf3][0xd7][0xdf][0xbf][0xfd][0x1]`[0x8][0xa5][0x4][0xda]q[0xae][0x9][0x8d]8[0xaf][0x96][0x89][0x4]&1[0xa5][0x96]l[0x2][0xd3][0xf8]P}[0x9d]10[0x9b][0xe0][0xb7]9[0xb5]\PZ[0xf3]J[0xe1]b[0x2][0x1f]aA-[0x97][0xc]t$p[0x19]W[0xd4][0xf2][0xb1][0x81]O[0xc]\[0x15]h[0x1f][0x9b][0x9c][0x9e][[0xb8][0x9a]=unlt[0xee][0xea][0xc8][0xcc][0xcc][0xc8][0x82]@[0xf2][0xf2][0xc4][0x8a][0xfc]\f[0x8a][0xb2][0x94][0xcf]d[0x17]W[0xac][0x9c]wT`K[0xd9]rmY[0x9c][0xb7][0xdc][0xb2][0xed][0x94].[0x8c][0x9f][0x16][0x10][0xe7][0x4]ZF[0x9d]R[0xd9][0x93]%o^[0x16]+V[0xfc][0xa7][0xe4][0x95][0xa7][0xfb][0xef][0x19][0x17][0x5][0xe2][0xd2]u[0xe5][\r][0x81]f[0x9f][0xf5]\[0xbb][0x94]'`[0x95][0xeb]@F[0xd7][\r][0xc7][0xec][0x92][0xed][0x9d][0x10][0xe8][0xec][0xaf][0x3]=0/[0x10][0x1b]u[0x96],[0x81][0xb6][0x9][0xbb]dMUV[0x17]-wN.[0x16]-[0xe5][0xcf][0xc9][0x91][0x94]$5[0xde]Ca[0xcc]+[0xd8]e[0x81][0xc3][0x13][0x8e][0x9b][0xcf][0xc8]5[0x99]+X[0x99][0xa2][0x93][0xcf][0x13]M[0xed][0x87]V2[0xab]V[0xb9],[0xf3]V[0x8]1[0xa2][0x18]N[0x6]"[0xd2][0xd1][0x9d][0xc5][0x15][0x6]6[0xeb][0xc9][0xdc][0xb5]I[0xb9][0xe6];ez[0x5]:[0xac][0xcf]*[0xb2][0x18][0xd8][0x94][0xb3]n[0xc0][0x9f]@[0x3][0xf5]h[0xd7][0x8b][0xe4][0x12][0xb9][0x15][0xad]e[0x8f][0xd9]q[0xed]|[0x81]{[0x83][0xef][0x92]>:[0xfa][0xeb][0xeb][0xb]gs[0xd2][0xa2]z0HI[0x7]My[0xcb];[0xe3][0xb8][0xab][0xea][0xbc][0xad][0xa0]^z[0x93][0x91][0x8a]g-[0x85]a2>J[0xa7][0xa5]+W-[0x8f]%U[0x4][0x6][0xea][0xd6][0xdd][0xa4][0xde]\[0xc1]u[0xae][0x7][0xb9][0xed][0xda][0x84][0x11]}[0xa0]bcA[0x96][0xb]A[0x9d][0xf4][0xfe][0x81]q[0x81][0x84]k[0xc9][0xa5][0xc0][0x8f][0xc0][0xae]0>[0xdb][0x9]][0x8f][0x97][0xd6]*[0x1e]9Zr[0xd5]/[0xb1]f[0x97][0x4]v[0xbc]B[0x89][0xe][0xc7][0xbe][0xc8]Yk[0x1e][0xdb][0xaf]l[0xe0]S[0x3][0x92][0xa0][0x9e][0xf3][0xbc][0xb5][0x9a][0xaf][0xbb][0xb6]g=[0xc7][0xdb]][0x8b][0x97][0xad]x[0x9b][0x1]u[0xa7]B[0xbd][0x9e]W[0xa9][0xd1][0xff][0xb1]\1lN[0x6]E[0xab][0xc4][0xac]Sqs[0xd6][0x19][0xdb]O[0xc6][0x8b][0xfd][0xb3]O[0xb9]3[0xb1][0xb]gMlC[0x87][0x89][0x1d][0xe8]0[0xb0]hb[0x10][0x3]&F[0x90]3[0xb0][0xa4].o[0x9b][0xb0][0xb0],0[0xf4]?z[0xd4]D[0xbf]r6[0x84][0x83]&z[0xb0][0xd3][0xc4][0x11][0xe4][\r][0x14]L[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf5]}[0xac][0x18][0xb8]f[0xa2][0xa8].[0xa7][0xb0][0xca][0xd1][0xad]-[0xab]@[0xff][0xbf][0xc2]F[0x8d][0x92]|[0x9e][0xa0][0xf1]l[0x94][0x81][0xde][\r][0x9f][0xa3]EY.O9[0xec][0xb1]Ji[0xa9]J%[0x80][0xad]xv1[0xe3][0xb3]g[0x93][0xed][0xad];[0xe0][0xf5][0x9a]vK[0xad][0x8c][0xb5]`'[0xfa]X[0xe4][0xb4][0xa9][0xb]}[0xe1][0xd1][0x97]=[0x1f][0xec][0xc4][0xed]/[0xed]*[0x81][0xad]K[0xd6][0xb2][0xac][0x14][0xbd][0x99][0xaa]f[0xdd]h[0xcf][0xd0][0x6][0xcd][0xc0]^[0x83][0xbb][0xe0][0xfe]L[0xd1][0x9][0xef][0xd1][0xae][0xfa]/$[0xb2][0xcc][0x9b][0x2][0xe9]I[0xf]>B[0xec][0x7]lM?B[0x9c][0xc7][0xf8][0x3]4|[0xf]#FN[0xfa]zD[0xa8][0x81]V[0xc0][0xbb]>[0x91][0xde][0xc0]."[0xd2][0x83][0x94]OD[0x9d][0xd2][0xa5][0x6][0xe8][0x9d][0xfa]0[0xdf]A53![0xe6]mZ*[0xdb][0xe1]T[0xfa]6[0xe2][0xb1][0xf5][0xf4][0x9f]hM=[0x80][0x91][0xe6][0xff]G[0xc4][0xf5][0xf5][0xf4]c4N[0xa6]~[0x85][0xfe][0x4][0xed][0x83][0xfe][0xa6][0x88]$[0xf5];hK)[0xb1][0x92]=D[0xd3][0x6][0xaf]n[0xe2][0x0][0xc7][0x10][0xc7]q[0x18]8[0xc9]$[\r][0xb3][0x10][0xa3]L[0xfc][0xe9]*[0xae][0xc3][0x11][0xd7]a[0xec]C[0x86]lvR[0xb2][0x9f][0xb2][0x80]k+[0x1a][0x8c]V[0xf1][0x14][0x9d][0xcc][0x93]~^q>[0xc0][0xe4][0x7][0x9c][0x95][0xb6][0x8a]-N[0xa2][0x89][0xbb]~[0x8d]7[0x12]2[0xe5][0x83][0x98][0x81]B[0x8]"[0xd4]|[0x87][0xc6]3[0xd4]V[0xdf][0xba]H[0xbe][0xf9][0x9][0x83]UA0[0xc7][0xf7][0xd1][0xac]$wk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc0][0x18].[0xb1][0xc1][0xae]T[0xb9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xee][0xf1]u[0x85][0xea][0xbe]C8[0xfc][0x2]9[0xfa][0xad]%[0xb7]\[0x97][0xdc];[0xac]b`<[0x18][0x1a]k[0xa2][0xd6]r[0xad][0xca]R[0x8b],[0x8f][0xe0][0xbd][0xd0][0xf2]`h[0xd9][0x18][0x84]c[0xae][0xd7][0xd8]W[0xaa][0xec][0x1b]C{[0x8d][0xef][0xdb]Q[0xae][0xca]>[0x1b][0xe]A[0x92][0x85]oIqi}[0x8c]6[0xfe][0xc2][0x19][0xd0][0xaa]Rr[0x83]3[0xf0]%Sr[0xb3]j[0x6][0x92]Q9[0x93],[0xfd]q[0xc2][0x9c][0xf0][0xa1]56[0xc0]0o#[0xff][0xad]x_[0xd5][0xc9][0x8f][0xc6][0x87]w4d9[0x1e][0xb2]l![0xc1]-i[0x15][0xea][0x3]l[0xad][0xe5][0xf7][\r][0xf9]}K'[0xdf]U[0xf1]k[0x89][0xf8][0xb5][0xb0][\r][0xc7]B~1[0xee]'[0x99][0x8e]38[0x1b][0xb2][0xeb][0xf5][0xa1][0x99]"[0xfd]w[0xb4][0xff][0x2][0xed][0x9e][0x9f][0xe6][\r][0x82]}\?[0xf0][0xf1][0xc6][0xff][0x1]PK[0x7][0x8][0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectMessage.class[0x95]V[s[0x13]e[0x18]~[0xbe]l[0x92]m[0xd3]MK[0x93]6[0xb5]P[0x8e]Zh[0x93]BP[0xb0][0x88] [0x14][0xca][0xc1]BK[0x91][0x96]V[0xe]*[0xdb]d[0x93]l[0xd9]d[0xc3][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]G[0x1c]g[0xd4][[0xaf][0xf0]^z[0xc3]80#[0xc5]qF[0x7]o`[0xc6][0xdf][0xc4][0x88][0xef][0xf7][0xed]6[0xd9][0x94][0x4][0xe5]"[0xfb][0x1d][0xf6]=<[0xef][0xf3][0x1e]6[0xff][0xf3][0xfb][0x9f][0x0][0xf6][0xe0][0x8b][0x18][0xda][0xf1]A[0x1b][0xce][0xb5][0xa3][0x3]3[0xfc]1[0x1b][0xc3]y[0xcc][0xc5]0[0x8f][0xf]c[0xb8][0x80][0x8b]1[0xba][0xbb]$[0xe3]2[0x17][0xfc]H[0xc6][0xc7][0xfc][0xfc][0x9]?\[0xe1][0x82]W[0xf8]N[0x8d]a[0x1]9[0x19]y[0xbe]j1[0x14]P[0xe4][0x8f][0x92][0xc]][0xc6][0xa2][0x8c][0xab][0xc][0xeb]l[0xcd][0xd2]UcN[0xb3]l[0xdd][0xac][0x9c][0x9f]8[0xc6][0xc0]N1[0xc4][0xc7][0xcd][0x8a][0xed][0xa8][0x15]gN5\-[0xf2]K[0xf2][0xf2][0xb3][0xdd][0xf][0xe4]y[0x6][0xc9]\XdHL.[0xaa]Kj[0xd6]P+[0xc5][0xec][0xf4][0xc2][0xa2][0x96]s[0xe]0([0xa6][0xd8][0xcd]8[0x96]^)6[0xca]xw$[0x13]=[0xa8]Wt[0xe7][0x10]C[0xef][0xd0][0x8b]&[0x86][0xe7][0x18][0xc2][0xe3]f^c[0xe8][0x9a][0xd4]+[0xda][0x19][0xb7][0xbc][0xa0]Y[0xb3][0xea][0x82][0xa1]qsf[0x8e]p[0xaa][0x84][0x96][0xce][0xfe]e[0xd8])[0xe9]6[0xc3][0xee]I[0xd3]*f[0xd5][0xaa][0x9a]+iY[0xc3],[0x16][0xc9][0x19]_[0xf7].f[0xcb][0x9a]m[0xab]E[0xcd]w1[0xe5][0x9d][0x8]H|[0xc6]QsW[0xa7][0xd4][0xaa][0xb0]D[0xf4][0x11][0x93][0xc][0xc9][0xa2][0xe6][0x9c]0[0xad][0xb2][0xea]8Z[0xde][0x17]f[0xe8][0x19][0x1a]n[0x16]K[AH[0xce][0x9a][0xc][0x3]C/[0x8][0x1c]uu#[0xaf]Y"[0xa8][0xe8][0x82][(h[0x16]CK1[0x86][0xf6][0x9a]o[0xa2][0x92][0xf6]gUK-k[0xe]Wk[0x4]P#<[0x1e][0x94][0xb2]9[0xa7][0xc3][0x97][0x9a][0xc9]E[0xb5]k[0xae]j[0xd8]-H[0xbf]H[0x19]7[0x5][0x95][0xdc]s[0xaf][0x90][0xf5][0xde][0xd9][0xd3][0x96][0x7][0x92]Tw4Qmn,lh[0x5]2[0x14][0xb1][0xf4]b[0x89][0xd6][0xb6][0x92]j[0x97][0xbc][0xa4]JC[0xc3][0x13]t[0xe1][0x98][0xab]%[0xd2]q[0xdd][0xd2][0x1d][0xcd][0xd3]e[0xd8][0xec][0xbb][0xd0]M[0xdf][0xdc][0xb4][0xeb]T]^O[0x9a]Z[0x16][0xc3][0x15][0xd7]0[0x14]l[0xc4]&[0x5][0x9b][0xb1]E[0x86][0xa9][0xa0][0x8a]k2,[0x5]6[0x1c][0x19][0xae][0x82]%\W[0x90][0xc1][0x8][0xb5][0xed]Z[0xea][0x15][0xdc][0xc0][0xa7][0xc][0xbb]^[0xad][0x11][0x14][0xbc][0x8b][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xb1]O[0xc1]![0x1c][0x96]qS[0xc1]-[0x8e][0xa6]g[0x95][0x80][0x19]1[0x1e][0xf4][0x9b]<[0x1e][0x5]G[0xb0]M[0xc6]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">GE[0xc1]I[0xec][0xa1][0x8e]i[0x12]7[0xc3][0xd0][0xc2][0xa8]5[0xd7]hKQ[0xd7][0xd1][0x8d][0xc6].[0xf1][[0xd3][0xf3][0x91]\[0x85]81][0xcb]8[0xc3][0x96]:[0x9e]qC[0xb5][0xed]3&5[0x95][[0xc9][0x7]D[0xa8][0xc][0xe7][0x1a][0x18]\-Gy[0x89][0xf][0xbb][0xe9][0x2][0xc3][0xf6]f[0x8d][0xd2]l[0x6][0xf4][0xb5][0xe8]gj:[0xb5]Z[0xd5]*y[0x86][0x9d]/[0xce][0x86]&[0xb6][0xea]s`[0xe4][0x15][0x8][0xa1][0xc6][0xec][0xf0][0xfc][0x88]9M[0xf9]o=[0x88][0x9a][0xcf][0xdb]6[0xaa]dA[0x14][0x11][0xda]P[0xc5][0xe2][0x92][0xe0][0xac]o[0xdd]lT[0xce]y[0xad][0xa0][0xba][0x86]3[0x1f][0xec][0xe3][0xfe][0x96][0xcd][0xc3][0xd0][0xed]+[0x9c][0xab][0xf5]$U[0x7]}[0xaa]BH[0xa1][0xf][0x12][0xd6][0xe3]5[0xf4][0x83][0xdc][0xd2]W0[0x84][\r][0xb8][0xcd];[0x82][0xf6][0xb7]yS[0xd0][0x1a][0xa7]w[[0xb1][0x8d][0x9e][0xaf][0xd3][0xe9]&[0xc9][0x84]hM[0xa6][0x1f][0x81][0xa5]3O[0xd1][0x96][0x8]-#[0x9c]y[0x8][0xe9][0x1]]Kx[0x83][0x9e][0x9d][0xb4][0x2]i[0x84][0xa9]u[0x12][0x18][0xc1] [0x9d]R[0x9e][0x1a][0xb6]c[0x7] v[0xdc][\r][0x15].[0xed][0x7][0x11]zNJ![0x19][0xc3]2[0xa9]1Z[0x9f]s4[0xfe][0xb9]v[0xcf];[0xd1][0xc7]q[0x8e][0xcc]1Z[0xfb][0xd2][0xbf]"[0xfc][0x14][0x9d]iZ[0xa5][0xdf][0x10]y[0x88]0[0xbf][0xb9][0xbf][0x6][0xcb](d[0xec]#,[0xfb][0x5][0x16][0xc5]S[0xf5][0xb1][0xc][0x9]Y[0x96][0xa0][0xcb][0x9d][0xd8][0xe5][0xdb]/[0xf8]q[0xe]pkO[0xd0][0x95][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xf3][0xcb][0xe8][0xc8]x[0xbe][0xe4]z[0xc0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd4][0xcf]2[0xe]S`G[0x88][0xc5][0xf1]@[0xd0][0x3][0xb5][0xa0][0x7][0x90][0xc5]n?[0xe8]0BI[0x99][0xf6]o[0xd6]b[0xca][0xd2][0xca][0x81]E[0xd2]+h[0xbb]/[0xd2][0xc1][0x8d]G[0xc5][0xe5]d[0x0]y[0xc4]7[0xc8][0xf0][0x16][0xfd]qY[0xab]L[0xe0][0xd6]*[0xcf]5U[0xde][0x8b][0xb7]}[0xe5]QB[0xc3][0xdf])[0xe1]?[0xd0]~A[0xe2]&f[0xd6][0xda][0xb8][0x12][0xb0][0xa1][0xd4]l[0xd0] [0xf3]m[0xdc]%.8[0xd5]c[0xe9][0xcc]]D[0xc2][0xf7]2O(++[0x88]e[0xe8][0xf7]3"[0xd2][0xbd][0xcc]ctLq[0xd3]O[0x91][0x18][0x11][0x8b][0x1c]^FRZF[0x97][0xc8][0x1e][0xbf]{[0x4][0xe5]^[0x8d][0xd5][0xf5][0xe4][0x19][0xd0][0x8]q[0x81][0x98]-[0x11][0x9b]:[0xd5][0xaa]A[0x85]S[0x16]X[0xb6]x[0xfe]j[0xec][0x8e][0xe1][0x1d]QR[0x1b][0x9][0xcf]~[0xba][0xb][0x9][0x9e];[0x11][0x95];[0xd9]3[0xa4][0xa8][0x8a][0xa4][0xd3][0xf4][0xbd][0xe1][0x13]8[0x90]enc 3[0xb2][0x82][0xf8]O[0xe8][0xce]P[0x9][0x8d][0xd0]o[0x5][0x9d]w[0x4][0xbc][0xb0]T[0xc7][0xe3][0xf1]p-[0xe0];[0x98][0xd9][0x83][0xc2]7[0xdf][0xbd]G;[0xcf]w[0x14]RJ[0x1a][0xe3][0x89][0xa1]Y[0xef][0xfb]|[0xdf]OT[0x92][0xc7][0xfc][0x4]q[0xbe][0xac][0xa0][0xab][0x99][0xab][0xa5][0x0][0xe5][0xc9]@[0xb5]F[0x10][0xea][0x16]V[0xc7][0xfe]_[0xed][0xdc]j[0x92][0xfe][0x10][0x95][0xe9]Qzre[0xdb]/[0xf6]A[0xca][0xd5]:[0x8e][0xe7]/t[0xdf]Ag[0xc6][0x83][0x96]X[0xf6][0xb7][0x82][0x97]D[0xbd][0xea]Sd[0xc][0xf8][0x92]j[0xe7]+b[0xf9]k[0x9a]"[0xdf][0xd0][0xfd][0xb7][0x81][0xca][0x1f][0xac][0xf1]3H[0x1d]q[0xac]^[0xf9][0xfd]1[0x1c][0x17];[0x86][0x13]$y[0x92]X[0xf1][0xa0]L[0xf8]P[0xe2][0x4]%[0x99][0xa6]G[0x8f]?YB[0x81]n[0xfe][0x8e][0x14][0xbf][0xa7]x~[0x8][0xb8][0x8a][0xd7]\[0xc5][0xc9][0xc8])2|\[0xc4][0x1f]"[0x7][0xa7][0xe9]4[0x89])[0x9f][0xaa])[0x9f][0xaa][0x94][0x17]i[0xef][0x1d]/[0x7][0x8f][0xd1]K9`[0xf5][0xc9][0xe1]q[0xf7]c[0x80][0xbb]T [0x7]2B=c2[0xce][0xd0][0x8b]i[0x1][0xef][0xec][0xbf]PK[0x7][0x8]:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterFormatter.class[0xad]Z[0x9]`T[0xe5][0xb5]>[0xe7][0xce]rg&7[0x10][0x2][0x93][0x85][0x84][0x1d]![0xcc]$D[0xb6](a[0x91]$[0x10][0x9][0x90][0x10][0x92][0x0][0xca]"[0xc][0xc9][0x90][0xc]&3qf[0xa2][0xa0][0xd5]ZK[0x17][0xb5][0xa0][0xb5]V[0xb][0xb6][0xd5]bklkU\B[0x10][0x97]X-[0xb4][0xd6][0xda][0xba][0xd4][0xf6]u[0xb3][0xef][0xbd][0xae][0xaf]{[0xdf]k[0xab][0x16][0xe5]}[0xe7][0xbf]w[0xee]L`[0x92]W[0xdb][0x17][0xc7]{[0xff][0xff][0xfc][0xff][0xfe]s[0xbe][0xb3][0xfc][0xe7][0xbf][0xfa][0xc2][0xbb]O[0xde][0xcc][0x97][0xe8]|[0xa9][0xbc][0xb7][0xe8]t[0xb7][0xbc][0xb7][0xea][0xbc]M[0xde][0xdb]u[0xbe]L[0xde];t[0xde])[0xef][0x90][0xce][0xbb][0xe4][0xdd][0xae][0xd3][0x11]yw[0x8][0x93]p[0xe][0xef][0xe6]N[0xf]wy8"[0xcd]=:[0xdd][0xe7][0xe1][0xcb][0x5][0x9f][0xee][0x1c][0xaa][0xe5][0x1e]!Fs8[0xc6][0xbd][0xf2][0xb8]B[0xe7]x[0xe][0xb5]sB[0x1e][0xc9][0x1c][0xaa][0xe3][0xa8][0x8]Y[0xa8]s[0x9f]p[0xbb][0xd2][0xc3]Wyx[0xaf][0x8f][0xba]x[0x9f][0xc8]}[0xb5][0x98][0xf4][0x1a][0xf][0xbf][0xcf][0xc3][0xd7][0xfa][0xf8]:~[0xbf]`y[0xbd][0xce][0x1f][0x10][0xf5][0xc6][0xe9]|[0x3]S^[0xcb][0xaa][0xba][0x8d]-[0xad][\r][0xeb][0x9b]v4[0xb7][0xac][0xaa]o[0xb8][0x84])[0xdd][0x9e][0xd0][0x95][0xa1][0xca][0xee]P[0xb4][0xb3][0xb2]5[0x19][0x8f]D;[0x97]0[0xe5][0xd6][0xc5][0xa2][0x89]d([0x9a][0xdc][0x14][0xea][0xee][0xb][0xf][[0xd7][0xba][0xb1]^[0xad]3V[0xb5][0xb4][0xac]o[0xb1][0xd9][0x8c]5[0xbb][0xad][0xab][0x9a]kZj[0xda][0xd6][0xb7]0[0x8d]7)[0x8d][0xad][0x17]gR[0xad]e).9+W[0xad]kh[0xdc][0xd1][0xda]V[0xd3][0xd2][0xc6][0xc4]u[0xe][0xb8][0xe9]5L[0xbe][0x14]y}[0xb3]P[0xae][0xc5][0xc4]U[0xad]u5[0xcd][0xab]v[0xd4][0xad][0xae]i[0x11][0xd2]6[0xa6][0x92]dW<[0x1c][0xea]X[0x17]k[0xf]u[0xb7]Fzz[0xbb][0xc3]+C[0xc9]p},[0xde][0x13]J2[0x15]f[0xe8][0xd5][0x96][0x9e][0x8][0xe5][0xbc][0xad][0x91][0xce]h([0xd9][0x17][0x87]b[0x8b][0xb2][0xcf]Zj[0x92][0x93][0xe1][0xbd][0xc9][0xca][0xb3]Y/Y[0xe][0x1e][0xee][0xa5][0x91]h$[0xb9][0x9c][0xc9]Q6g[0x13][0x93][0xb3].[0xd6][0x1]nc[0xd7]E[0xa2][0xe1][0xa6][0xbe][0x9e]][0xe1]x[hWwX[0xd0][0x15]v[0x9b]B[0xf1][0x88][0xf4]-[0xa2]3[0xd9][0x15]I[0xc8][0xde][0xb1]xge[0xa8]7[0xd4][0xde][0x15][0xae][0xec][0x8e]uv[0x2]{y/[0xdc]S[0xd9][0x13]N$B[0x9d][0xe1][0xca][0xe6]P<[0xd4][0x13]N[0x86][0xe3][0xe6][0xd6]h`[0xef][0xe2][0xf6]X_4Y[0x13][0xef][0xec][0xeb][0x9]G[0x93][0xcd][0xdd][0xa1][0xf6]pW[0xac][0xbb]#[0x1c][0x7]O[0xd9][0xb9][0xe6][0x9c][0xd3][0xc0][0xa4][0xb7][0xf7][0xc5][0xeb][0xba]Bq`[0x1c][0xc1][0xbf][0xa0][0x8c][0xb1][0xf6]hVl[0xa3]P[0xa9];[0x1c][0xed]Lv[0xa1][0x11][0xf]'[0xfa][0xba][0x1][0xa1]7[0x92]X[0x95]h[0xf][0xf5][0x86];[0xb0]d[0xb][0xbc][0xa2]5[0x19]j[0xbf][0xbc]1[0xd4][0xab][0xf4]@l3M[0x1c]Q[0x96][0xf9]0A[0x16]a[0xb6]6(q"[0xd1][0x8e]H{[0x18][0x2]k[[0x1b]F[0xe3][0xb2][0x80][0xc9]S[0xb6][0xb5][0xae][0xc1]\[0xa6]m[0xad][0x83]x[0xbb]-[0xb]/[0xce][0xc6]>[0x83][0xb4]~[0xd7][0x9e]p{r[0xc9][0x9c]l[0xe][0xee][\r]Y[0x9b]A[0x84][0xf1]Y[0x16][0x1][0xe5]s[0x96][0xd5][0xf6]ED&[0x8c]y[0xb0][0xba]NDF[0xf2][0x4][0x92][0xa6]@[0x8d]&[0x9e][0xd0]{[0xe5][0xb9][0x82][0xa5][0xd6][0xfe]C[0x12][0x8b][0xb6]p*[0xf7][0xae][0xbe][0xdd][0xbb][0xc3]0[0x99][0xa7]7[0x1e][0xbe]2[0x12][0xeb]K[0x9c][0xbd][0x17][0xd0]Y4[0xf2]^[0x2][0xdb][0x88][0xcc]s{M[0xbb][0xaf][0xb3][0x8c][0x9e];[0x8c]1S[0xed][0xbf][0xaa][0x83][0xda]$[0xac][0xdc]GA%[0x8a][0x8c][0x85][0x17][0xc6][0xc3]iK#|[0xe0]t[0x8][0xee]Hbe[0xb8];[0xd2][0xd3][0x1c][0x8a][0xc4][0xc5]m[0xea][0xce][0xdd][0xa2]a[0xe][0x1c][0xd0][0xb0][0xbc][0xb8]![0xda][0x11][0xde][0xcb]T[0xd4][0x15][0x8a]vt[0x87][[0xc2]=!Dc[0xb4]S[\r][0xed][0xae][0x89][0xee]c[0x9a][0x97][0xc5]7[0x1a]F[0xd4][0xa8]AI;[0xc6]d[0xb7].[0x94]H[0x9a][0xa1]2yd[0xc][0x1a][0xea]d[0xc5]8kE[0x4][0xda][0x85][0xba][0xcd]Ec[0xae][0x8a][0xa3][0x9b][0xa1]N[0xe9][0xc8]\[0x84][0x87]+[0x92]X[0xdf][0x81][0x0]s[0x96])[0x15][0xdd]Q[0x95]>[0x80][0x82][0xe2]c[0xc5][0x9f][0xf9][0x92][\r][0xe0][0x3][0x93][0xca]F[0xd6]D[0xe9][0x11][0xce]\[0x84][0x5][0xc5][0x8a][0xd5][0xc6]h8[0xb][0xb3][0xf1]j[0xc][0x6]Y[0x1f][0xcf][0x90]y^Y6[0x93][0x8e][0xbe][0xad][0xd1][0x11][0xe][0xf7][0xb6][0xc5][0xcc][0x1][0xa6]Ye[0xff]`([0xe2][0xa0][0x1b]v[0x8][0xd9][0x11][0xe8]H$![0x8a][0xbb]#[0xbc]'[0xb4][0xa9]O[0x92][0xab][0x9a][0xd3][0x97][0x8c]tW[0xb6][0x86]eB[0xc1][0xf0][0xe4][0xba][0xaf]7[0x95]`g[0xc][0x9f][0xba][0xf4][0xdc]m%[0x87][0xfb][0xe3]a[0xf8]S"r%[0xac][0x95])[0xf9][0xb2],[0x92][0xff][0x1f][0xc1]`[0xb]%@l[0xf8][0xe7][0xd7]g[0x95]Tx[0xe6][0x87]z{[0xc3][0xd1][0x8e][0xd6][0xde]p{$[0xd4]-[0xaa][0xc2]vs[0xdf][0xcb]F[0xe2]\>[0x93][0x8b][0x9c]ep[0xb8][0xe][0xf5][0xca][0xcb][0x90]@[0x6][0x0]L[0xe9]h[0xa7][0x1f]\[0xa6]3[0x9c]<[0xf7][0xbc][0x9d]\6g[0xb4]e[0xa8][0xb6][0xb0]W$[0xd1][0x18][0xda][0xb7][0xb][0x11]k[0x1][0xd6][0x81][0x95]r[0x13][0x88]:[0xc5][0x14][0xb5]9[0x96]D[0x9e][0x80][0xca][0xdd][0xfb][0xec]EVM[0xe2][0x8e][0xd5]u[0x87][0x12][0x80]a\[0x6][0x7]E[0x82][0x8c][0x13][0xce][0xa6]-[\r],[0x87][0xc][0x1f]D[0xae]1[0x19][0xd7][0xc4][0xe3]![0xe4][0x89][0xa6][0xc1][0xd6][0xe7]l+[0x86][0xd2][0xad][0x14]'[0xf2]Y{[0xb8]vG[0xe2][0x9][0x10][0xb4]H[0x7][0x8a]0[0x9d][0xf7]3[0x85][0xff][0x9f]]$[0x9b][0xb6]"[0x8d][0xd7]T[0x16]G6[0xc4]X[0x15]M[0xc6]![0x8e][0xd1][0x10][0x8d][0x86][0xe3]j[0x9a]8[0x91]?[0x83]=[0xe6][0xcd]T[0xb3]$[0xfa].[0xf][0x8b][0xec]W[0x9a]`k[0xb1]y[0xf0][0x98][0x98]b4v[0xf8][0x8a]%r[0x9c]'[0xea]M[0x1d][0x8b][0xb3]q[[0x1a][0x8]H[0xbc][0x8d][0x1f]>[0xa6][0xa8][0xaa][0xd4][0xfe][0x10][0xea]\8[0x87])k][0xac][0xbb][0x1b]pDbR[0x92][0x84][0xa2][0xeb][0xd1][0x97][0x9d][0xd5][0xab] [0x83]Cz[0xde][0x92][0xe1][0xdb][0xa6][0x7]L[0x9b][0xa3][0xe8][0x1c][0x7]!L[0x94][0xd3]Q[0xfe][0xde][0x82][0x7]Xr[0xd2][0x6]+U.[0xc6][0xae][0x92]|[0x83]=[0x90][0x9e]J[0xcc][0xb3]`U<[0x1e][0xc3][0xf9]t[0xf6]nu[0xef][0xdd][0xe0]gm""8z[0x12][0xe0][0xe5]m[0x17][0xdb]5[0xa1]0[0x94][0x88][0xea][0x90][0xf8]H[0xee]Ko[0xe5][0x88][0xed][0xda][0x83][0x9a]ai{[0xb7]U[0xa2][0xfa]Zc}[0xf1][0xf6]p}DRc[0xe1][0xb9]%[0xe5]\[0xd9][0xce][0xa0][0x1b][0xe9]&[0x83][0xee][0xe0][0xf][0x1b][0xfc][0x11][0xfe]([0xd3][0x82][0xa2]8[0x5][0xfb][0x11]t2[0xe8](=b[0xf0][0x8d]|[0x93][0xc1]7[0xf3][0xc7][0xe4]q[0xc0][0xa0]W[0xe8]Ui[0x1d][0x94][0xc7]-[0x6][\r][0xd0]1[0x83][0x9e][0xa3][0xe7][\r][0x1a][0xa2]g[\r]z[0x9a][0x9e]1[0xe8][0x14]}[0xdd][0xa0][0xa7][0xe8]I[0x83][0x8e][0xd3][0x13][0x6][0x9d][0x90][0xd6]IL[0xc1][0x8a][[0xa1][0xfe][0xd9][0xdb][0xc1][0xd6]iOX[0x1d]Jt!b[0xc][0xfa].[0xbd]n[0xd0]O[0xe8][\r][0x83]~*;:[0xd8][0x9]_[0xca][0x8][0x19][0x1c][0x85][0xad][0xe1]+[0xfa][0xc2][0xd1][0xf6][0xb0]0[0xfe]8S[0xd5][0x88][0xda][0x9b]q[0x98][0xa9][0x9b][0xa5][0xbe]X[0xc9][0xe0][0xdb][0xe8][0x99][0x94][0xc][0x8a]w[0x3]*[0x9f]N[0xe8][0xcf][0x9f][0x10]do[0xe6][0xdb]q>[0xa7]G[0xd7][0xc5][0xa2][0x9d][0x6][0x92][0xef][0x90][0xa1];[0x87][0xe9][0xb3]2[0xd6][0xa7][0x18]~[0x8a][0xf][0xc9][0xe0][0xe1]a\kc[0xb1][0xee]p(j[0xf0]][0xfc]i[0x19][0xfd][0xc][0xa2]k[0xb8]>[0xa1][0xf6][0xa4][0xec][0xfa]Y[0xbe][0x1b][0x1][0x9b][0x81]RW,[0x9e]4[0xf8][0x1e][0xfe][0xdc]0r}w,[0x4][0xf2][0x11][0xbe]W[0xb8]}[0xde][0xa0][0xef][0xd1][0xeb])A[0xed][0x93][0xc1][0xa0][0x1f][0xd2][0x8f][0xc][0xba][0x97][0xbf]`[0xd0][0x87][0x8][0xda][0xdc][0xc7][0xfd][0xa8][0xdd]GN[0xfa][0x18][0xdc][0x87][0xbf][0x8a][0xc6][0xc6][0x8a][0x8e][0x8e][0xd9]m[0xb3]W[0xaf][0xae][0xee][0xe9][0xa9]N$[0xe6][0xb6][0xb6][0xb6]n[0x81][0xc3][0xf1][0xfd][0x6][0x91][0xbf]d[0xf0][0x97][0xf9][0x1][0xe4]f[0x83][0xbf][0xc2][0x9f]F[0xd1]8,K [0x95]g[0xb]m[0x83]~N[0xbf]0[0xe8][0xf7]0'[0xbd]C[0xaf][0xca][0xd5][0xa0]V[0xe7][0x7][0xc5][0xc3][0x1e][0x92]N[0xab][0xb4][0x1e][0x96][0xc7]Q[0xe9][0xae][0x91][0xd6]#[0xd2][0xaa][0x97][0xd6][0xa3][0xd2]Z)[0xad][0xc7][0xa4][0xb5]EZ[0x8f][0xcb]c[0xc0]`[0x83]^@[0x8a]6[0xf8][0x18][0xbd][0x81][0xbc][0xb3]u[0xee][0xdc][0xb9]x[0xe1][0xb9][0xdd][0xe0]A!i[0xe5]SE[0xf4][0xe3][0x6]?[0xc1]'[0xc]~[0x92][0x9f]B[0x2]3[0xf8]i1[0xc4]3[0x2][0xc8][0xf8],[0x19][0xd0][0xe0]![0xee]7[0xf8][0xd9][0xf4][0xf8][0xf0][0xe8]6[0xd8][0xc3]^[0xd9]n[0xda][0xb4]i[0xd8]b[0xd9]r[0x83][0xbf]*[0xa1][0xf2][0x9c]<[0x9e][0x97]m[0xb9][0x1a][0xc3][0x18][0xdd][0xae][0xf3][0xd7][0xc]>[0xc9][0xa7][0xc][0xfe]:[0x3][0x19])[0xeb][0xfd]u[0x98]'[0x99][0xe9]f[0x98][0xbd][0xad][0x93]3[0x3]j[0xc4][0x9][0xaa][0x8c]t[0xbf]AJ[0xda]d,[0xae]n[0xb8][0xb8]z[0xb9][0xdb][0xe1]T5I[0xb3]N[0xc5]-[0xcc][0x93][0xb4][0x13][0xce][0x84][0xb2][0xac]u[0x9d][0xdb][0xcc][0xe7]L[0x15][0xd9][0xee][0xa4][0xa3][0xdc][0xae][0x86]]i2cS[0xea][0xf4]Q[0xd6]M[0xc2]Eq[0xb4][0xf1])r[0x91][0x1c][0x95]Ci[0xd9][0xa8][0xc][0x16][0x8c]([0xd8]h[0xab]<[0xe6][0xcd][0xaa][\r]e[0xae]'bQ)-[0x1b]U[0x12]o72[0x83]5[0x15][0x6]X#[0xb][0xd6][0x8c][0xb6] [0xa7]C[0xe5][0x8b][0xf4][0x92][0x95][0xb2]d[0xe5]hK[0x8c]]f[0x16]I[0xaf][0xd9]"k[0xb6][0x8c]*[0x97][0xb8]Az[0x1][0x1c][0xc1][0x97][0x90][0x94][0x92]&[0xb5][0x82][0xb4][[0xd2]I[0x9a]T/l[0xeb]Gc;[0xb3][0xec][0xec]*4[0xab]K9:[0xc5]K[0x87][0xfb][0x9b]}][0xc8][0xfa][0xe9]C[0xe][0xcd][0x84],[0xca]Zgb[0xd4][0x3][0x96]V4[0x8c][0x1f][0xc6]7UI[0xa2][0xb6][0xb1][0xea][0xb8][0xbc][0xb4][0x88][0x8a][0x82]%[0x5]e[k[0xb3]J[0x8a][0x81][0xd6][0x91][0x6][0xb2][0x18][0xde][0x1c][0xc8]b`s [0xb]v[0xe6]@[0x16][0xfb][0x9a][0x3]Y[0x8c]h[0xe]dqp[0xf1][0xd1][0xf6]X4[0x89]K4Tr[0x84][0xe4]6Z[0x9c]i[0x90][0x8c]RKA[0x16][0x96][0x94][0xa6][0x12][0xc6][0xb8][0x14]d[0x19][0xb7]2O[0xc4]N[0x1d][0x5][0xc3][0x86]S)E@[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0x9a]pd [0x9d]D[0xd5][0xcb][\r]3[0xac][0x95][0x82]S[0xec]ay[0x8e][0xf]M[0xfb]{[0x84][0x8e][0x8e]Y[0xf2][0xb8][0x11]t[0xa1][0xee][0xc4][0xf0][0xc3]_"[0x19][0xee][0xc9]([0x87][0xe4][0xe8]7[0xbf][0xc9]e5<[0x12]ZN2[0xb6]:[0xbc]7[0x95][0xc3][0xfc][0xd9][0xc2]q[0x9][0x9d]ON[0xea]#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0x1f][0x15][0xd1][0x95]t[0x15]1[0xed]EO[0xa3]K[0xd1][0xdf][0x97][0xd1][0xdf][0x82][0xfe][0xd5][0x19][0xfd]=[0xe8]_[0x93][0xd1][0xbf][0x1c][0xfd][0xf7]e[0xf4]c[0xe8]_[0x9b][0xd1][0xef][0xa5][0x89]t[0x1d][0xbd][0xdf][0xee]_[0x8f][0xfe][0x7]2[0xfa]7[0xa0][0xff][0xc1][0x8c][0xfe]~H[0x84]#[0x18][0xfd][0x8f][0xa8][0xfe]Gi[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e][0xa8][0xe0]@[0xb9]Y[0xbe][0xf4][0xe3][0xcd]x[0xbb][0x2][0xc7][0x88][0x8f][0xaa])[0x1f]Sjhx[0xd6]@[0xa9]Z:[0x80][0x96]aN[0xa2][0x83]t[0xb][0xde][0x1e][0xba][0x95]>n2[0xe0][0xf3][0xc8]An[0xd0][0xda][0x3][0xa7][0xc8][0xe5]x 0@[0xda]R[0xc7]2[0xc7]rG[0x95][0xd3][0xef],qv[0x1c][0xa1]5[0x1][0xbf]s[0x80][0x1c]U.[0xbf]+o[0xdb]=[0x94]7[0xe9]0[0xe9][0xce]~r:[0x96][0xf7]S[0x19]h[0xd7][0xdc]CS@+[0xc0]4[0xe7]NL[0xcc][0xbb][0xf6][0x1e][0xf2][0xee][0xd7]x[0xbf][0x93]e[0x8a][0xcb][0xb1][0x1c][0xad][0xfe]3[0x8f][0x95]>[0x80]m[0x1c]J[0xbc]z[0x1a][0x87][0xe7]Z[0x88][0xb7][0xe][0x9b]7Q[0xe][0xad][0xa7]\j[0xa6][0xb1][0xb4][0x1][0xfa][0xb7][0xd0]tj[0xa5]9[0xd4]FU[0xb4][0x91][0x96][0xd1]&[0xcc][0xd8][0x8c][0x91]K@[0xd9][0x2][0x8b]l[0xa3][0xad][0xe8][0x85]h[0x87]Rm98L[0xa7][0xc5]t[0x1b]PsQ>8}[0x82]n[0x7]g[0xa8]D[0x9f][0x4][0xf2][0x4][0xee][0x97][0xd0][0x1d][0xa0][0xe1][0x18][0x4][0xaf];[0xd1][0xd2][0xb0]S[0x1b]}[0x8a][0xe]A[0x9e][0xc3][0x98]1[0x95][0xbc][0xee]3[0x98][0xe7][0xd2][0xe9].[0xc6][0x1f][0xd1]i[0x9a][0xcc]+[0xd8]1[0xc9][0xf9]6[0xf1][0xdb][0xe0][0xeb][0xa1]O[0xd3]g,[0xc8][0x9a][0xb1]J[0xc7][0xaa][0xbe]4d&`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]R[0xc1]lk[0xc0][0xef][0x12][0xcc][0xdc]~[0xb7]`V[0xec]w[0xa6]@[0xab]r[0x6][0x1d][0xda][0xfa][0xfd][0xe][0xee][0xa7][0xf3]1[0x8][0xf0]f[0xc9]`[0x9][0x16][0xd8][0xe8][0x8d][0x9]N[0xf2][0xbb]d[0xce]~[0x17]cA?[0xb9][0xf1]D[0xbb][0xff][0xcc][0xbd][0x93][0xd2] [0xb6][0xd0][0x4]<#Pu[0xf] [0xe8][0x86][0xf8]=P0Jyp[0xba][0x12]8[0xda][0xc][0xba][0x82][0x2][0x14][0x7][0x88][0x9][0xaa][0xa6]$[0xad][0x80][0x83]_[0xc][0xe7][0xbe][0x14][0xa0]\[0x6][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xb1];[0xe0][0xbc]{[0xe0][0xa0]=X[0x93][0x80]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xab][0xa1][0xdc][0xc]Z[0xa3][0x0]u[0xd3]x[0xda][0xa9][0x0]u[0x89][0xc2][0x16][0xa0][0xd2][0xfa],[0xdd][\r]8r[0xb0][0xfa][0xe][0x5]h.u)h[0x1d][0xd8]?[0xac][0xa0]u*hg(h[\r]r[0x3]Z[0x9d][0xd6][0xa6][0xd0][0x9d][0x2]tsf[0xb8][0xde]&[0xcd]D[0xf7][0x1e][0xfa][0x9c][0x85][0xee]D[0xb][0xdd][0x1d]iH[0x95][0x1b]6[0x3][0xa1][0x85])@[0xf3]3[0x1][0xed][0xa7][0xb9]&[0x92]3[0x85]Z[0xac][0x90]\[0xa8]p,[0x1f][0x9][0xc7][0x7]3p\[0xe]g [0x4][0x94][0x86][0xed]][0xa0][0xe4][0x1][0x85][0x2]D[0xca]$[0xc4]J9"e[0x1]b[0xa5][0xe]h[0xac][0x6][0xe]k[0xa1]a[0x13]4[0x16][0xe7][0xd9][0x8c][0xb9][0xdb][0xe9].[0x1b][0xb3][0x2][0xc4][0x9b][0x89][0x99][0x7]n[0x9b][0xc2]l[0x7]0;[0xa2]0[0xdb]a9[0xa1][0xb4][0x4]=[\r][0xff]l[0xb7]0s[0xc1][0xb1][0xd3][0x98][0x15][0x92][0xe7]][0xf2][0x0][0xa9][0xd3]4[0x9]89[0xa7][0xa5]q[0xba][0x97]>oE[0xfe][0x7]1Y[0xbc]|[0xca][0x9]r]z[0x8c][0xdc][0x8d][0xc1]S[0xa4];[0x10]o[0xc1][0xa7][0x97][0x97][0x7][0x82][0x93][0x6]I/[0x1f] [0xcf][0xc3][0xb6][0x9e][0xf9]j[0xfa]}`[0xd2][0xf][0xab][0xde][0x8f]@[0xfb][0xa2][0x92]=`[0xb2][0xb1]m;[0x85][0xbe][0x80]YH[0xd0][0x90][0xe3]N[0xcc][0xd5]0[0xdb][0xc0][0xfc][0xdb][0xad]`An9My:}[0xb1]F[0xe6]|[0x89][0xbe]l[0x9][0xf4]'[0x8]([0x86][0xdb][0x10][0xdf][0x97]IX[0xaa][0xc9][0x9c][0xa3][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xe1]pD[0x8f][0x93][0xdc] [0xf3][0xe9][0x18][0x4];[0xe][0xd8][0x9f][0x80][0xc8]'`[0xaa]'i[0x11].[0x90][0xcb][0xd1]_I[0xcf] [0x9b][0xc][0xd9][0xa6])[0xa6][0xa0]2[0x88]$[0xba][\r][0xf4][0x0][0x94]"[0xd5][0xfa][0xa4][0xca][0xcc][0xd2][0x12][0x95]5[0xd5]2[0x15][0x95][0x96][0x18][0xc9][0x9][0xfe]K[0xe8]+[0xca][0x98][0x87]U"u[0x1a][0xee]w[0xc8][0xc5][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xa8][0xff] =d[0xf9][0xad]S[0xd9]G[0xd4]?E[0xce][0xa3][0x15]'[0xc9]#[0xde][0xa8][0x0]0[0x4][0x0][0xf8][0x9e][0xee][0xd7][0xfd]N[0x13][0x1]w[0xb1][0xcb][0xaf][0x3][0x81][0xdc][0xcd][0xaa][0x1][0x4][0xdc][0x15]~[0xdd]B@[0x7][0x2][0xdf][0x93]I[0xa5]2![0xad]~[0x15][0xa2][0x8c][0xe8][0x9b][0x10][0xea]El[0xf6][0x12][0x8d][0xa1]o#[0x7]|[0x87][0xfc][0xb8]_[0x17][0xd1][0xab]H[0x83][0xaf]Q%[0xee][0xc0][0x17][0xd2][0xeb][0xf0][0xc5]W[0x11][0xed][0xdf][0x7][0xc][0xff][0xa6]`h[0x81]p%[0x0]I`[0xd0][0xcf][0x81][0xe1][0x88][0x5][0xc3][0xc3]*[0x96]S[0x80]8l@[0x9c]6 .[0xec][0xb4]X[0x1][0xe2]V[0x80][0xe4][0x92][0xcb][0xe5]I![0x12][0xc4]&[0xb8][0xfe][[0x88][0xdc][0x84][0xc9]^L9[0x98][0xd5]![0x9c][0xa6]O[0x88][0x91][0x1][0x8c][0xdb][0xaf]K[0x90]o[0x81][0xd2][0x92]7=~[0x8f][0x84][0xb9]WN[0xe][0xba][0xc8][0xef][0x1]y[0x90][0xc6][0x1c][0xa2]9[0xf0][0xe][0xbf]30Hc[0xfd][0xce]A[0xca];[0x4]~[0x83]4[0xae][0x9f][0x8a]%[0xd2][0xd1][0xcc][0x97][0xe8][0xa6][0x1c][0x1c]E~[0xcf] [0x8d][0x97]p[0x17]w[0xba]7[0xe8][0xd7][0x85][0x6]&[0x13][0xd2]p^[0x6][0x7]'[0xfa][0x19][0xc9][0x15]3[0x9f]~[0x1]o[0xfa][0x15][0xac][0xfd]kx[0xcb]Q)[0xfd][0x6]p[0xfe][0x16][0x1a][0xfd][0xe][0x9][0xe0][0xf7]H[0xa0]@[0x2][0xfd][0x13][0x12][0xc0][0x9f][0x91][0x0][0xfe][0x82][0x4][0xf0]7[0x9c]Co[0xe1][0x8c]9[0x8d]3[0xff][0x1d][0xba][0x2][0xf8][0xed]c[\r]g[0xff]o[0xe9][0x6]v[0xd1][0x1]v+[0xd8][0xb7][0x1][0x81][0x5][0xd4][0xa0][0x12][0x83]x[0xc7]A[0x1b][0xf6][0x83][0xb6][0xf7][0x1d][0xb4][0xbd][0xef][0xa0][0xe5]}[0x5]H[0xcf][0x8f]*[0xd8][0x8b][0x91]j[0x1f]S[0xde]W[0x8a]Tn[0xfa][0xf0]t$[0xfb][0xc7][0x95][0x19][0xc5][0x0]3[0xc9]k [0xc3][0x8e]![0xf]BR%[0xd9]m[0x9c][0xca][0xb2][0x93]xz[0xae][0x8e][0xdc][0xe1]B[0xd0][0xe] ^[0xcc]@[\r]a[0x7]1m[0xd1]DI[0x9a][0xe3][0x83][0xa5][0xf6][0xc1]cf[0xd4]tjt[0x8b]|[0xe2]X[0xdb][0xdd]hU[0x18]E[0xaa][0x9e]@[0xee]N[0xd5][0x13]b[0xb3]A[0xf2][0xa7][\r][0xa2]2[0x14][0xe][0x0][0xf][0x97]P[0x1e][0x97]R!O[0xb6][0x8f][0xf8]<[0xa8]k[0x1e][0xf1][0xa9][0xad]M![0x1e][0xb7]rj[0x91][0x2]VS[0xad]G[0xad][0x10].[0xb2]J[0x81][0xc3]j[0x7].[0x84]X'[0x90]%L[0xb1].[0xb7]P(,[0x15]O[0xcb]-q[0xee][0x84][0xff][0x14][0xf4][0x93]7PR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7]9[[0xaa]Y[0xe4][0xe6][0xd9][0x90]j[0xe][0x15]p0[0x3][0x90]B[0xdb][0xa0][0x85]j_V-[0x91][0xd4][0x4][0xc4]IZ[0x9e][0xc0][0xff][0x94][0xbd]q[0xb]Fd[0xa5]Q"[0x1b][0x6][0x10][0xe3][0x85][0x9b][0xd3][0x95][0xdb][0x18][0x19][0xe3]*[0xc4][0xd3][0x5][0x94][0xc3][0x17]f[0xec]d[0xd8];[0x19][0xf6]N[0x86][0xb5][0x93]O[0xbe][0xa1]Y[0xfc]k[0xd0][0x97][0xb1][0xb1][0x81][0xbc]k[0x84]w [0xef][0xda]l[[0xac] [0x9d]kh[0xc]g[0x16][0x88]c[0xad]-|[0xf2]][0xce]bWk[0xb1][0xcb][0x9d][0xe8][0xbc][0xce]9[0x92][0x8b][0xac][0xc9]`[0x92]K_[0x85]t[0x94]r[0x87][0x1c][0xe5][0xe][0xcf][0xd1][0xf3][0x16][0xbf]fK}[0xdf]D[0xe7][0xd5][0xcb]J[0x83][0x80][0xe0]l[0xc9][0xda][0xe4][0xff][0xc2] /o[0xca]P[0xde][0xa7]T&[0xd5][0x12][0x19]q[0x9f][0xc0][0xd6]_S~[0xe7][0x93][0xef][0x84][0x16][0xf7]m[0xea]X[0x85][0xd1]&~[0x96][0xf2][0x82]y[0xdb]D[0xf3][0xfd]t[0xa6][0xff][0xcc][0x9f][0xcf]6[0xe8][0xe][0xec][0xb2][0x13][0x10][0x87]h[0x1c][0xb7][0xab][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0x95][0xf6]N[0xf9][0xd6]N[0x96][0x19][0xe1][0x82]>[0xf9]Ji[0xed][0x94][0x0]7I[0x8b][0xfe][0xd2][0x92]#4&P:[0xbf]Brw?[0xe9][0x15][0xc8]Hgo[0xd6][0x3]{[0xa2]2[0xe3]^[0x9a][0xc0][0xf1][0x8c]S[0xd7][0xaf]B[0x9f]T[0xeb]~[0xcb][0xa6]~[0x15][0xf0][0x9a]j[0x89][0x0][0xe][0xdb][0x8f][0x1c]H![0xdf][0xa0][0x17],[0x1][0xee][0xb5][0x1c][0xb8]B[0xca]P~8[0xf0],[0x15][0x1d]"O`[0x88][0x8a][0x1e][0xb6]J[0x82]u'[0xa8][0x18][0xef][0x89][0x8d][0x81]`9d[0xb]Z[0xe5][0x80]S[0x9]6][0xf2][0x11][0x4](|[0x14][0xae]}[0x13][0xe5][0xf2][0xcd][0x94][0xcf][0x7]h"[0x1f][0xa4][0xe9]|[0xb][0x95][0xf1][0xad][0x19][0xf8]W[0xe0][0xd8]y[0x11][0xef][0x89][0xc8][0x92][0xdf]R[0xa8]L[0xc7]Y[0xfc][0x12][0xe] [\r][0x7][0x90]iz[0x93][0xf2]r[0xda][0xf1][0xdd]9@[0xec][0x15][0x1c]D[0x9a][0x12][0xf8][0xa0]%[0xf0][0x94][0x0][0xac]^[0x82]b[0xe7]([0x2][0xa0][0xf4][0x10][0x19]J[0xbc]I[0xfd][0x10][0x1e][0x3][0x93][0x8f][0xda]"N[0x94][0xbc][0xc1][0xf] [0x1f]|[0x5][0xee][0xf0][0x10][0xf0]{[0x98][0x8a][0xf9][0x11][0x94][0xe6][0x8f]e[0x88]6[0xc5][0x12]MZ[0xa6]h[0xd2][0x1a].[0x9a]Iy[0xd9]NR[0xe][0xef]X[0xa7]u[0xa3]z[\r]2~[0x17][0x7][0xa6]yf}[0x2],[0x5][0xfa][0xd7][0x2]'q[0xb6](H[0xc7][0x4][0x5]S9[0xb5][0x9c][0xf][0x80]2[0xc5][0xa2]L[0x19][0xa0][0xa9]&e[0xda]![0xc4][0xda][0x10]M[0xb][0x1e][0xa7][0xe9][0x1a])[0xd2][0x8c]C4N&[0xcd][0x18][0xa0][0x99][0x3]t[0x9e]9o[0x96]E[0x9c]5@[0xb3][0x7][0xa8][0xcc]$[0xce][0xb1][0x88]s[0x6][0x8][0x17][0x89][0xa0]I,[0xb7][0x88]([0xe0]*[0x6]h[0xae]I[0xac][0xb4][0x88][0x95][0x3]t[0xbe][0xb8][0xb5]"[0xce][0xb3][0x88][0xf3][0x6]h[0xbe][0xbd][0xd1][0x2][0x8b][0xb8]`[0x80][0x16][0xe][0xd0]"![0x2][0xd8][0xaa]t[0xd0]^[0x7]8[0x88][0x8f][0xc1][0xfb]q 2j(~[0x2]g[0xc5][0x9][0x9a][0xc5]O[0xc2][0xee]OQ%?M[0x8b][0xf9][0x19]Z[0xc2]CT[0xcb][0xcf]R[0x13][0x95][0x9a][0xf9]9[0xda][0xcc][0xcf]S;[0x8d][0xc2]|[0x92][0xba][0xf9][0x14][0xed][0xe5][0xaf][0xd3][0xd5][0xfc][\r][0xfa][0x0][0xbf][0x80][0x13][0xef][0x9b]t[0xb][0xbf]Hw[0xf0][0xb7][0xe8][0x8][0xbf]D[0x9f][0xe7]o[0xd3][0x97][0xf9];t[0x8c]_[0xa6][0xe3][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xf1][0xab][0xf4]"[0xbf]F/[0xf1][0xeb][0x19][0xd1][0xf6][0x9a]m[0xbc][0xd7],[0xe3][0x99]EEN[0x8e]o\[0xfe][0x4][0xf3][0xf][0x6][0xfa]^[0xca]@({[0xcd][0xb0][0x9b][0xc]=/8[0xac][0xee]_CtA[0xe3] ][0xd8][0x14][0xac][0x0]^[0x8b]MC[0xd9][0xaa][0x9a]>[0xf4][0x3]$[0xbb][0x1f][0xc2][0x87]~[0x8c][0x84][0xf7][0x13][0xb8][0xf9][0x1b]T[0xca]?[0xcd][0x88][0xc3][0xc9][0xb6][0x18][0x93]-1[0xc6] [0xdc][0xbf][0x8f][0xda]IC[0x4][0x1b][0x88][0xb5][0x1f]Xq[0x88]s[0xc4][0xb][0x81]~H?[0xb2][0x4][0x8a][0x8][0x9][0xef]i[0x8f]P[0xf5][0x0]-[0x19][0xa2][0xa5]k[0x11][0x90][0x13]N[0xd0][0xd2]K[0xf3][0x97][0x1d][0xa3][0xe5]kA[0x87]e/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]+[0xf1][0x2]9[0xc5][0xf8]g[0xe4][0xe3][0x9f]C[0x9e]_P[0x11][0xff][0x12][0x17][0xa2]_[0xdb]9[0xd4][0xa7]*[0xef][0x1f]X9[0xd4]C[0xb8][0x7]L[0xd1][0xe9][0xc7][0xa0][0xff][0x84][0xde][0xb0][0xb6]m[0xb3].[0xfe][0x93][0xc1]{[0xc5][0x0][0xd5][0x1c][0xa6]q@[0xa4][0xf6][0xb0][0xf2][0xda][0xba]C#[0xe4][0xe9]?f[0xe4][0xe9][0x94][0xce][0x87][0xd5][0xa8][0xa3][0xc8][0xa1][0x12][0xf5]O[0xed]p}[0xde][0xba]`,[0x94][0x1d][0x9a][0xe0][0x87]5[0x87]([0x17][0xa1][0x8a][0xfc][0xb6][0xb2][0x9f][0xa6][0xca]n[0xa9][0xd8]][0xd5]Oy[0xe6][0xb6]^[0xd5][0xaf]O[0xc7][0xb0][0x99]f[0xfe][0x82][0xc][0xf5]W2[0xf8]op[0xb5]7[0xe1]jo[0xc1][0xd5][0xde][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe];-[0xe0]w2[0xec][0xb0][0xd0][0xb6][0xc3]B;[0x96][0x17]Z[0xb1][0xec]Bm[0xfb][0xef][0xf4][0x1f][0xd0][0xe7];[0xb6][0xfb],[0xb4][0xa2][0xda][0x1c][0xfb]O[0xfb][0x86][0xe2]8M[0x5]:[0xfd]l[0xac][0x91][0x11][0xe4]?G[0x89][0xa7]4[0xd3][0x90][0x1e][0xe5]"[0xc1][0x1b]+[0xf2]/[0xbe][0x8f][0xfc][0x12]*[0x17][0xe3]7H[0xab][0xc5]y[0xfa][0xf9][0xa2][0x8a][0xfc][0x6][0x8b][0xde][0x80][0xdf] [0xad]1[0xe9][0xb3]+[0xf2][0xd7]Z[0xf4][0xb5][0xf8][\r][0xd2]:[0x93]>[0xb6]"[0xbf][0xd1][0xa2]7[0xe2]7HM[0x8a]N[0xab][0xc8]_o[0xd1][0xd7][0xe3]7H[0xcd]&[0xfd][0x8d][0x8a][0xfc][\r][0x16]}[0x3]~[0x83][0xd4]b[0xd2]OU[0xe4][0xb7]Z[0xf4]V[0xfc][0x6][0xa9][0xcd][0xa4]?T[0x91][0xbf][0xd1][0xa2]o[0xc4]o[0x90]6[0x99][0xf4];[0xcb]OQ[0x8e][0x9d][0xe3][0x7]is[0xb5][0xb3][0xbc][0xd8]y[0x9c].[0xd1]p[0x95],[0xc][0xe6]_[0x8a]i[0xc5][0xa8][0xb5][0xbc][0xf9][[0xcc][0x5][0xbb][0xd5][0xf0]V[0x8d]6[0x83][0xd5]6[0xfc][0xaa]][0xc1][0xbc][0xad]*[0x99]T[0xe1]FR[0xad][0x17][0xeb]OWy[0x1c]U^[0xbf][0xd7][0xef]9B[0xe7][0x17][0xeb]~[0xef][0xfc]j[0x9f][0xdf][\r][0xc3][0xa2]V[0xef]'_0[0xbb][0xb0]*[0xf6][0x5]e[0xdf][0xf2]ct[0x99]\X[0xbc][0xa8][0xb1][0xbf][0x1d][0xcc][0xdb][0x9e][0xaa]3L[0xd3][0x98][0xa6][0x1]l&[0xb7][0xa6]Q[0x91][0xe6][0xa0][0xc9][0x9a][0x93][0xce]G-Z[0xa5][0xb9]i[0xb5][0xa6]S[0x93][0xe6][0xa1][0x9d][0x9a][0x97]vk>[0xda][0xab][0xe5][0xd0]u[0x9a]A[0xb7]j[0xb9]t[0x87]6[0x86][0xee][0xd7][0xc6][0xd2][0x83]Z[0x1e][\r]i[0xf9][0xf4][0xbc]6[0x9e]^[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x15][0xad][0x90]~[0xac][0x15][0xd1][0x9f][0xb4][0x89][0xf4][0xb6]V[0xc2][0xe][0xad][0x94]}[0xda]$[0xce][0xd5]&[0xf3]lm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]kSy[0xbe]6[0x9d][0x17]k3[0xf9]b[0xd0][0x1a][0xb5]Y[0xdc][0xa6][0x5]R[0xd7][0x1f][0x94]oS[0xe9][0x97]p/[0x1f];p[0x99][0xf9][0x15][0xe]^[0x17][0xe7][0xe2][0x92][0xf4]k[0xa0][0xe5][0xc6]9u[0x3][0xea][0xfe][0xab][0xd4]q[0xbd]1[0xe5][0x86]hYn[0x88][0x96][0xe9][0x86][0xd2]:[0xcb][\r][0xd5][0xd8][0xcb][0xf6]X[0xca][\r][0xdb]hlQ[0xa1][0xf9][0x97]s[0x9a]f[0xa2]6?C[0xb3][0xc9][0xa7][0xd3]oT[0xa5][0xfe][8[0xa8]U[0xaf][0xab][0x9a]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6]"[0xc][0xa2][0x98][0x1f]Oz[0x96]YDoBN[0xd3][0xa1][0x7][0x87][0xfe]}*T[0x91]>[0x94]C[0xd3][0xd0][0xd9][0xe][0xd1]T^a[0xb9]C[0x81][0xe9][0xe][0x15][0x19][0xde]p[0xbb][0xc]Z[0xce]P[[0xed][0xc][0x9a][0xe5][0xa2][0xb3][0xca]%N[0xb2][0x83]Q[0xc2][0xef]d[0xaa]v[0x17][0xbb][0x8f]S[0x88][0xc1]b[0xbb][0xb4]v[0x81][0x4]7[0x19][0xa2][0xf6]j[0x8f][0xdf][0xa5][0xfc][0xc2][0x95][0xe1][0x17][0x9e][0xe3][0xd4][0x81][0x19]^i[0x84][0xd1][0xf0][0x15]{3=%[0x98][0xb7]L[0xf6][0x18][0xee]>[0xfd]g[0xee][0xe][0xa6]kT[0xd3]w[0xb6][0x0]Y[0xd2][0xe6][0x92]S[0xab]$C[0x9b]G[0xe3][0xb4][0xf9]T[0xa2]-[0xa0][0xb9][0xda]"[0xf8]O[0x15]-[0xd5].[0xa0]:[0xed]B[0xaa][0xd7][0x16]S[0xa7]VMQm[0x9]%[0xb4][0xa5][0xb4]O[N[0xd7]k+[0xe8]F[0xad][0x86]n[0xd3]j[0xe9][0x1e][0xad][0x8e][0xfa][0xb5][0x95][0xf4][0xb8][0xb6][0x8a][0x6][0xb5]zzF[[0xad][0xfc]a7[0xf0][0x8b][0xc2][0xf6][0xbf][0xc4][0x9d][0xce][0x83]+J9[0xee]u/[0xe2][0xae]v[0x1b][0xcd][0xa0][0xff][0x16][0x1f][0xa1]N[0xdc][0xf3][0xfe][0x7]-[0x9d][0x96][0xe2][0xd0][0xf9][0xb][0xfd][0x15][0x92][0xd5][0xd3]>[0xdc][0xfb][0xe][0xa9]K[0xc8][0x90][0x9d][0xaa][0x86][0xec]T5d[0xf9][0xc8]8zH[0xf9][0x92][0xe9]#R[0xa6][0x98]{[0xbd][0x89][0xbd]Lno[0xa9]t7[0x94]Q[0x94][0xcc] [0xdd]8M[0xd3]`[0xeb]w[0xe9]<[0x9d][0xde][0x86]S[0xfc][0xfd][0x1d][0xf1][0x1a][0xf8][0xc1]i[0xf7][0x9b]t[0xc1][[0xb6][0xf1]%[0x9b][0xbd]c[0x1b][0xbf][0xcf][0xfa][0xf0]p[0xe0]=[0x19]?[0x94]a[0xfc]:1[0xfe][0xd6][0xc][0xe3][0xef][0x1e]f[0xf7]J[0xdb][0xee]Y[0xc][0xae][0xf][0xb7][0xe4][0xb7][0xce][0xc9][0x2][0xea][[0xaf][0xb6][0xe][0x96]l[0x84]%[0xd7][0xc3][0x92][0xcd][0xb0][0xe4][0x6]X[0xb2][0x15][0x96]l[0x83]%7[0xc2][0x92][0x9b]`[0xc9][0xcd][0xb4]K[0xbb][0x4][0xd6][0xbc][0x94]z[0xb4][0xad][0x94][0xd4][0xb6][0xd3][\r][0xda]e[0xf4]!m[0x7]}L[0xb][0xd9][0xdf]rv[0x1][0xcf]w-[0xbb]4[0xd3][0x19]&e[0x97]z[0xdb].[0x7]l[0xbb][0x1c][0xb0][0xed]r[0xc0][0xb6][0xcb][0xfb]2[0xec]"[0xb1]k[0xf2]`e[0x8d][0x3][0x19][0xd6][0x98][0x9a]a[0x8d][0xa9]:kb[\r][0xdc][0xa7]%<[0xdf][0xa2][0xbc]a[0xa6][0x90][0xff][0xcb][0xc0]:[0x94][0xaf][0xb2]*[0xdc][0x9]A[0x9c][0x99][0x9d]&[0xd0]>[0xb3][0xfa][0x8e][0x1c]U[0x92]xq[0xf8]ve[0x96][0x1][0xda]n[0xf2]j[0x11] [0xd3]I[0xb9]Z[0x17][0x8d][0xd7][0xf6][0xd8][0xa5]m.[0xea]r[0x17][0xbb][0xd5]A7[0xc1][0xd6]jBF[0x9d][0xa4][0x3]X[0x9d]u7[0x84][0xf0][0xa0],1[0x85][0xf8][0xae]:[0xf][0x89][0xd6][0x4][0xf3][0xf7][0x88][0x8]A[0xf1][0x5][0xd5][0xc8][0xbf]\^([0x92][0xba][0x9b][0xca]U[0xd5][0xd0][0x3][0xc3][0xab][0x3]bs[0xb1][0x13][0xce][0x11]=[0x8c];S~L[0xcd][0xad]0W[0xf4][0xaa][0xaf]54[0xec][0x3][0x9c][0xd6]C[0xba][0x86][0xdb][0x8c][0x16][0xa3]B[0xad][0x97]J[0xb5]+[0xe8]<-N[0xe5]Z[0x82][0x16]iI[0x18][0xb4][0x8f]j[0xb5][0xab][0xa8]A[0xdb][0xab]TYhJc+[0xb0][0xc6]6[0xcb][0x1a]K[0xbd]R[0x9a][0xcb]>[0x5][0xde]yt[0x1e][0xe7][0xa8]$,[0xea][0xe5][0x10][0x8a][0x83]Z[0x95][0xfd][0xee]B[0xfe]6[0xec][0xab]O[0xd8][0xba][0x93][0x6][0xcc][0xab][0x8f]u[0xdd]1+[0xa1][0x1e]H[0x9c][0x87]w![0xd4][0xbe]b[0x90][0xe2][0xe8][0xe][0xfb][0xc][0xaa][0xee][0x98][0xda]-[0xf0][0xc7][q2[0xdd][0x96]Q[0x10][0x5]p[0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xd4]tnl9[0xc6][0xfe][0xf]-3[0x94][0x19]H",[0x81][0xcd][0x92][0x8f]R[0xb5][0xc0][0xc2][0xe9][0xe2][0x8a].[0xc2]a'[0x9f][0x92]5[0xce][0xa3]?[0xaa]2[0x84][0xa9][0x1d][0xf7][0xe7]?[0xb8][0xbd][0xff][0xb]PK[0x7][0x8]^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedMessage.class[0xa5]Wix\U[0x19]~Of23[0x99][0xde],M[0x9a][0xae])m[0xd9][0x9a][0xcc]$[\r][0xb4]@[0xa1]m*i[0x16][0x9a][0x92][0xa6]!I[0x3]m,[0xe5]6[0xb9][0x9d]L[0x99][0xcc][0x84]YX[0xea][0x82][0xe0][0x86]Z[0x14][0x8a][0x16])([0x8a]B\[0xaa][0xb6]@[0x16]Yjqi[0x1]QY[0x4][0x17][0x10]E[0xc1][0x5][0x95]?[0xfa][0xe0][0xf3][0xf0][0xa0][0xf5][0xfd][0xee][0xbd][0xb9]3[0x93][0xde]H[0xd5][0x1f]s[0xce][0xf9][0xbe][0xf3][0xed][0xdb][0xb9][0xf3][0xe4][0xbf][0x1e]:[0xc]`[0x5][0xde][0xf0][0xe3][0x8e] |[0xd8]_[0x84][0xb9][0xb8]S[0x96][0xbb][0x82]\>[0xe7][0xc7][0xe7]e[0xbf][0_[0x8][0xe2][0x8b][0xb8]'[0x88]/[0xe1][0xcb][0x2][0xde][0x1b][0x84][0xc2]}r;"[0xb8][0xaf][0x8][0xee][0xab]~|M[0xf6][0xaf][0xb][0xfa][0x80],[0xdf][0x8]b[0xe][0xbe])[0xb8]o[0x5]Q[0x8f][0x83]~[0x1c][0xf2][0xe3]~A> [0xf0][0x83]r[0x1a][0x95]eL[0xc4][0x8d][0xcb]2![0xcb][0xb7][0xc5][0x9a][0x87]D[0xe3][0xc3]A<[0x82]G[0xe5]tXN[0xdf][0x91][0xdb]#[0xb2]<&[0xcb]w[0x85]w[0x0][0xdf][0xb][0xe0][0xfb]r[0xfd][0x83][0x0][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x98],[0x8f][0xfb][0xf1][0x84]h[0xd9][0xef][0xc7][0x93]~[0xfc]PaAsKk[0xe3][0xe6][0xf6][0x9e][0xed][0xdd]=]m[0x1d][0x17]m_[0xb7][0xb9][0xad][0xbd][0xb9][0xa5]k{w[0xdb][0xd6][0x16][0x5][0xd5][0xa6]P[0xdc][0x94][0x88][0xa7][0xd2]z<[0xdd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc7]2[0x86][0x87][0xc1]9[0xae]P[0xd6][0xd5][0xd2][0xb4][0xb9][0xab][0xbb]mS[0xc7][0xf6][0xce][0xae][0x96][0xd6][0xb6][0xcb][0x14][0xca][0xdb]w[0xe9]W[0xeb][0xf5]1=[0x1e][0xa9][0xef]N'[0xa3][0xf1][0xc8][0xea][0x0][0x9e][0xca]#[0xed][0xde][0xdc]J[0xd2][0x0]~[0xa4][0xa0][0xb5]tum[0xea][0xb2][0x99][0x3][0xf8][0xb1]B[0xa9][0x85][0xe9]n[0xe9]l[0xec]j[0xec][0xd9][0xd4][0x15][0xc0]O[0x14]*,[0xe4][0xc6][0xee][0x8b]r/[0x9e]v[0xf8]'%>C=)#[0x19][0xd5]c[0xbd]F2[0x15]M[0xc4]7[0xb7]5[0xd3][0xfc][\r][0x85]o>[0xf6][0xd6]M[0xaf]=r[0xfd]J[0x5][0xff][0xfa][0xc6][0xee][0xf5][0xbd][0x8d][0xed][0xe2][0xc1]"[0x85][0xb9][0xe9][0xc1][0xa4][0xa1][0xf][0xb4]'[0xfa][0xf5][0x98]e[0xee][0xba]L46`$[0x15][0xe6][0xe4]x[0xd2][0x93][0xa5]Z[0xad]P[0xd4][0x1d][0x8d][0xc4][0xf5]t&i(,w[0xa7]ZsB[0x18]l[0xb9][0xab][0xd7]R@[0xc9][0x90][0x91]J[0xe9][0x11][0xa3]SO[0xa7][0x8d]d\![0xa0]'#[0x8d][0xc9][0xa4]~[0x1d]}[0xed][0xcb]a[0xdd][0xb4]c[0x97][0xd1][0x9f]&G[0xd9][0xce]DrH[0xa8][0x7]6Z[0xac][0xb4][0x82][0xa6]'[0xae][0xd1]w[0xc4]x[0xae][0xcc][0xb7][0xc2]B[0x93][0xcd][0x1f][0x8d][0xf]D[0xfb][0x8d][0x94]BA[0x1f][0x93]X[0x94]I[0x19][0x3]M[0x89]L<[0xad][0xe0][[0x13][0x8d]G[0xd3]k[0x15][0x1a][0xaa]OLY[0xdf][0x89](W[\r]5[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xa6][0xc4][0x0]M(m[0x8f][0xc6][0x8d][0x8e][0xcc][0xd0][0xe]#[0xd9]c[0x19]UnF[0xa2]Wg>[0x8][0xdb]Hoz0JsV[0xb6]'[0x92][0x91]z}X[0xef][0x1f]4[0xea]c[0x89]H[0x84]*d?gW[0xbd][0x1d][0x9b][0xfa]N=[0xa9][0xf][0x19][0x8c]Ot[0xb7][0xe3][0xb5][0x4][0x9f][0xa1][0xca][0xc][0x19][0xf1]tjJ[0xac]l;[0x15][0x82][0xcd][0xc6]p[0xd2][0xe8][0xd7][0x19],[0x85]y][0xf4]6:d[0xf4]FSQ[0x1a][0xd0][0x18][0x8f]'[0xd2]z[0x9a][0xa5]A[0xf6][0xd9]9[0xdc]Y[0x9e][0xd5][0xef][0x1c][0x12];-[0xd3][0x86][0xa4][0xfa][0xe4][0xf8][0x85]t[0xa9][0xb][0xa9];[0xa5][0x87][0x8e][0xe7][0xf7][0x97]S[0x1d][0x17][0x9c][0x94][0x10]w[0xb1]^[0x8a]=[0xcb][0xda][0xce][0xe6]&E[0xc1]zr[0x11]h[0xda][0x10]3X[0xad][0xda]pL[0xef]7[0x6][0x13]R[0xcf][0xc]cqwZ[0xef][0xbf]r[0xa3]>l[0xa6][0x98]S[0xcc][0x8f]g[0x89][0x15]I=[0xd9][0x12][0x9d]S[0xed][0x12][0x81]6[0x11]*[0xc5]?Y[0x94][0xc3][0x92]t[0xca][0xc]J[0xa5]v[0xda]@Q[0xc4]H[0xb7][0x9a][0xf5][0xaf]0[0xab][0xba][0xc6]-[0xe7][0xc5]$q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&%[0xe][0xd4][0xb8][0xf6][0x91]F[0xba]<[0xa3]j[0xa6][0xe9][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Ggn[0xcf][0xf9]vdv[0xee][0x94][0xe1]0o[0xda][0xfe][0xe6]0[0xb5]tL3V[0x16][0xb8]80[0xc9][0xcb]G[0x80][0xe1][0xb0]Z[0xbd]'[0xa1]Pub[0x1a]&I%p[0xbe][0x9d]vP[0xdc][0xf2][0xef]Von[0x91][0xf3][0x19]We[0xf4]XjJ[0xce]'9[0xb6]r|&[0xcc][0xae][0x15]=[0x81]A=5h[0xb5][0xbb][0xa7][0xba][0x86][0x3][0xc5][0x97]4R[0x99][0x18]o[0xe6][0xf5]K[0x2][0x1b][0xed][0xd6][0xec][0xcc][0xab][0xf][0xd7]b"[0xb3]6`[0x18][0xc3]=[0x9][0xb][0xa3]p[0xa6][0x9b]~7[0x8b][0xcb][0xa2][0x3][0xd4][0x11]M_[0x97][0xe5][0xf5]$v[0xec][0xa2]yi[0x7][0x11]X[0xd3][0x1f][0xb3][0xe7][0x1b]-e[0xac][0x82][0xdd][0x89]L[0xb2][0xdf]h[0x8d]J[0xda][0xe7][0xb9][0xcd][0x96]e[0xa2]Ja[0xc5][0xc9][0xf][0xa6][0xc9][0xfa]Hj[0xb8][0x14][0xfb]4lB[0xa7][0x86].tk[0xb8][0x12]1[0xda]9[0xd5][0x1d]![0x1b][0xd0][0xd0][0x81][0xf3][0xd9]![0x1a][0x9e][0xc3][0x1e]?~[0xaa][0xe1]y[0xbc][0xa0][0xa1][0x7][0x9b]5[0xfc][0xc]?[0xd7][0x90]DJ[0xc3]/[0x4][0xd7][0x8b]sX[0x88].[0xf5][0xa9][0xe1][0x12][0x9c][0xaf][0xe1][0x3][0xb8]A[0xc3][0x7][0xf1]![\r][0x9f][0xc6][0xb5][0x1a]6[0xe0]b[\r][0xbf][0xc4][0x8b],[0xeb]i[0xaa]F[0xe1][0xdc][0xff]i[0xec][0x8a][0xe1]/i[0xf8][0x15]^[0xd6][0xf0]k9[0xfd][0x6][0xaf]h[0xf8]-~[0xa7][0xe1]U[0xbc][0xa6][0xe1][0xc3][0xf8][0x88][0x86][0xdf][0xe3][0xf][0x1a]>[0x8a][0x9b][0xfc][0xf8][0xa3][0xec][0xd2][0xf0][0x9][0xec][0x91][0xe5]u[\r][0x9f][0xc4][0xa7]4[0xdc][0x82][5[0xec][0xc5][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xbb])[0xe9][0xcb][0x14][0x1b][0xd8][0xd4][0xb5][0x8b]S[0xa6][0xf9][0xac][0xab]T[0x83]x[0xf9]gVM[0xed]b[0xe7][0xe1]k[0x10]K[0xfe]"[0xcb]_Yf[0xae][0xf]1[0x87][0xf1];[0xba][0xec][0xb4][0xf7]y[0xd3][0x92]f[0xd2][0xd1]X~,[0xed][0xe4][0xdb][0xaf]Z[0xdf][0xb2]e[0xcb][0xb8]q[0xdd]&[0xd0][0x92]%K[0xf8][0xe4]6[0xb0][0xfa][0xd4]*[0xc2][0x4][0xb7][0xe5][0xd5][0xc3]d[0x99][0xfa]8O#[0xe9]A~[0x11]d[0xef]6[0xea][0x82][0xf0][0xc][0xe9][0xd7]*[0x14]V[0xb7][0xb5]I[0xab][0xcc][0x9f][0xb6][0xbd][0x96][0xcb][0x10]s[0xe9]~[0x93][0xcd]3[0x14][0xe5][0xb8][0xf6]p[0x1e]M[0x1d][0x9c][0xce]@[0xf4]V[0x9b]3[0xd8][0x93]2[0xa6][0x8e][0xfd][0x9c]7[0xa2][0x88][0xb7][0xed][0xb6][0xa5]>}x[0xd8][0x88][0xf3]e[0xad]sk[0xeb][0xff]0[0x16][0x8b][0xad]i[0xe5][0x4]{[0xdd][0xf4][0xc3][0xed][0xa4][0xa6][0x99]iwI[0x9e]P[0x6][0xa3][0xf9][0xff][0x95][0xda]g[0xbd]I[0x8c]YSLO[0xc9]GF^[0xe0]L[0xe4][0xea][0xc9]d[0x9a]ea~[0xb8][0x91][0xb0][0xc6][0xed][0x85]s[0x1b][0xc3][0x1c][0xaa][0xb3][0xdd]h%eK]/[0xdc][0xc6]`[0xdd]I[0xcd][0xcb]l[0xfc][0xab][0xaa][0x9b][0xa6][0xbf][0xc6][0x12][0xfe][0x13][0xf1][0xa1][0x0]gc9[0xca]0[0x9f]}[0xce][0xe1][0xbf][0x88]s[0xf9][0x95]\[0x80][0xf3]0[0xf]+q[0xbe][0x3]_@xU[0xe][0xbc][0x9a][0xf0][0x9a][0x1c][0xb8][0x81][0xf0][0xda][0x1c][0xf8]][0x84]/[0xcc][0x81][0x1b][0x9][0xaf][0xcb][0x81][0x9b][0xa8][0xaf][0x19]-[0xe][0xdc]Jx}[0x8e][0xfe]6[0x4]e[0xb8][0x11]n7[0xe1][0x8d][0xfc]q[0x88][0xf2]|[0xa3][0xcc]\[0x13]w[0x89][\r]s[0xfc][0x9a]0[0xe7][0xa9][0xb9]s[0x86]r[0xaf]$[0xef][0xa5][0xb8][0xc][0x1e]l![0x14]#[0xde][0xcb]}Vh[0x1c][0x5][0xa1][0xda]QxBu[0xa3][0xf0][0x86][0xc2][0xe3]([0x8c]9[f[0xe2][0xf8]8[0xe6]][0xcc][0x8b][0xd0][0x18][0xe6][0x87][0x8f]3[0xf0][0x82][0xe3]j[0x90][0xba][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Kw[0x0][0xea]m,[0xf6][0xb3][0xaf][0x95]|[0xa1][0xda][0x6][0xdc].[0xc5][0xc8][0xbd]Y[0x1c]<[0x8a]R[0xe9][0x94][0x99]c[0xa8][0xba]t[0x4]+[0xa4]i<[0xcb][0xee][0xc2]lA[0x9a]M[0xc2]_[0xe9][0x4][0x16][0x8e]`N[0x1e][0xca][0xea][0xae]S[0xe]M[0xb1][0xee]E[0xc6][0xe7]%[0xe][0xc5][0x97]Q[0xc5]o[0xd4]z[0xbc][0xc2]g[0xe5]U'F[0xd4][0xe9][0x14]W[0xb3][0x1d][0xad][0x84][0x99][0x1e]O[0xc5][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]7~[0xc2][0xda]F[0xae][0xb2][0xb3][0xe3][0xb][0x85]'[0xb0]hjn[0xdf][0xc8][0x11][0xe9][0xb3]_!9]n[0xd6][0xab][0x92][0xf]`[[0xce]Q{[0xbe]v[0x86][0xc2][0xf7][0xa1][0xd0]{[0x80][0xdd]S[0xc2][0xe0].f[0x8e][0x17][0xdf][0x8b]B[0xcf][0x81][0xf0][0x11][0xcc][0xdd]([0x9e][0x1d][0xe5][0xf4][0xe7]V[0xcb][0xdf][0x18][0x96][0xec]G[0xe9][0x8][0x82][0xb5]&[0x9e]T[0xe2]6[0x1][0xcf][0x4]N[0xdd]/[0xb0][0xf7][0x80][0xe3]x[0x88]A[0x7][0xfe]F'[0xfe]N[0xe7][0xdf][0xa4]U[0xff]`a[0xbc][0xc5]D[0xbc][0xcd][0xf7][0xf8][0x9f]|[0x83][0x8f][0xa3][0x9d]Fw(o[0xce]h[0xed]t[0x2][0xd1][0x89][0x8f]q[0xc8])[0xd2][0xaf][0xc0][0xc7][0x89][0xb3][0xba][0xac][0x4]~[0x9][0xb3]W[0xc5]I[0xe0]S[0xa5][0xbc][0xe7]w[0xbc][0xed][0xd3][0xcd]vl[0xea],[0xb3][0x8b]C[0xa6][0xc9][0xa7][0x8d][0xc0][0xeb]YS[0xb6]h[0xc1][0xa0][0x18]k[0xa1]i[0xef][0xe9][0x82][0xbe]b[0xcd][0x82][0xac][0xc1]%b[0x80]*B[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xac]f[0xe4][0x84][0xb2][0xce]6[0xaa][0x82][0xd9][0xbc][0xd9]|[0xfa][0x13][0xe6]T[0xf4][0xce][0xbc][0x90][0x3][0xaa][0xd2][0x9a]T[0x90][0xf9][0x5][0xfb][0xcc]a[0xc6][0xb4][0xf1][0x8f][0xc5][0x9][0x1d]9[0x81]3[0xe][0xe4]gMU[0xe6]u[0xa4][0x95][0xb5]"[0xf9]C[0xe2][0xc2]|[0xe6][0x94][0x94][0xab]p[0x1e][0xb3][0x84]L[0x98][0xf7][0xba]2/[0x9d][0xca][0xdc][0x94][0xc7]|[0x9b][0xc9][0xac][0xe4][0xff][0x9a][0xcd][0x1c]5[0x1f]4`[0xa5]t[0xe1]8[0xaa][0xcb]k[0xd8][0xf]VX[0xab][0xca]C[0xd6][0x99][0xb1][0xc][0xb]Xk[0x81][0xde]1[0xd4][0x95]m[0x1b][0xc3]2[0xe][0x8b][0xac]:+[0xb6][0xeb]Q[0xa5][0xda]p[0x1e][0xf7][0xac][0xda][0x95]vl[0x3]|K[0xf6][0xd9]jO3[0xa3][0xe][0xcc]x[0x18][0xf5]T{[0xd6][0x3][0xa8][0xb0][0x9a][0xa6][0xa6]IcN[0xbd][0xd9]{[0xd9][0xde][0xfb][0xff][0xbf][0xdf][0x96][0xbc][0xd7][0xcd][[0xd7][0x6][0x80])[0xf0][0xc]0[0xc0][0xd1]a[0xd6][0x80][0x1]8[0xc1][0x87]9>[0xbc][0xa4][0xc3][0xbc][0xe][0xae][0x1]:8E[0x1c]^[0xd6]a[0x81]A[0xe1][0xec]J[0xe3][0xc2][0xe2][0xca][0xd2])[0x6][0xb][0xcb]Q[0xdc][0xae][0x7][0x1b]A[0xeb]RX[0xef]F[0xed]v[0xa7][0xd7][0xe6][0xf3][0xf4]Z}=[0xec][0xf7][0x83]vX?[0x1f][0xc4][0xc1]z[0x98][0x84]q[0xe7]rx[0xf1][\r]y[0xf3]t[0xd0]J[0xa2][0xf8][0x93]y[0x6][0xe5]>>[0x8][0xba][0xab]a[0xdc][0xef]D[0xbd][0xb7][0xcf][0xbe][0xca][0x80][0xbd][0xce][0xe0][0xc0]R[0xd4][0xeb]'A/Y[\r][0xba][0x9b]a[0xfe][0xf3][0xcf]~m[0xdb]7[0xbe][0xfa][0x96][0x81][0xe6]vz[0x9d][0x4]![0x6]GFW[0x19][0xe4][0x96][0xa2][0x8b]![0x83]G[0x97];[0xbd]pes[0xbd][0x19][0xc6][0x17][0x82]f[0x17][0xef][0xc]/G-[0x94][\r]P[0x1c][0xaf][0xd5][0xcd]\r[0xa9][0xd3]g`[0xf4][0xc2][0x8f][0x14][0x8][0x83]7G[0x96][0xd7][0x82][0xf][0x83]z7@[0xf2]F[0x12]c[0x80][0xf9]w[0xb7][0xdd]:[0xd7]\[0xb][[0xc9][0xfc][0xe8][0xee]A[0x95]$[0x86][0xd2][0xd7][0xff]T[0x1f][0xbe]W[0x1c]3l[0xf0]W[0x82] [0x7]S[0x8c][0x18][0x9c]O![0xca][0x8]4[0xb0]a[0xdf][0xcd]Bf[0xcd]=[0x99]e[0xb6][0x9f]`[0x90][0xec][0xd3])[0xb3][0xf7]$[0x83]/[0xfe]6[0xef][0xcc]4S[0xc][0xbe][0xfe][0x7]i2[0xf3]M3[0xb8][0xf6][0xaf][0xf2]e&[0x9e]ap[0xe3]?&[0xce][0x9c][0xc1]a[0xf0][0xcb][0xff].C[0xe6]T[0xb3][0xc]~[0x8]Re[0xce]y[0x82][0xc1][0x1f][0xf]e[0xce][0xcc][0xc9][0xe7][0xb0][0x1b]p[]u&[0x1b][0x8d]h3n[0x85][0xa7];[0xfc][0xb0]=t[0x9f][0x83][0xff]8[0xf7][0x1d][0x82]a8[0xc8]`f_[0x1d][0x4][0xdf]|[0x92][0xf][0xaf][0xf0]a[0x11][0x1b][0x89][0x9d]Q[0x18][0xb8]Yz[0x93]!([0xc1][0x10][0x83][0xd9]]5[0x16][0x9b][0xfd]$[0xc6]=wog0[0xb2][0xc7][0xc6][0x2][0xbb][0x98][0xa3]{;[0xf1]q[0xe5][0xdc]~[0x8f][0xeb]U[0x98][0xc0][0xfe][0xcd][0xc0]fo[0x0]L[0x1e][\r][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x80]G[0x0][0xbb]'q[0xb7][0x8c]W[0x8c][0x12][0x1c][0x1f][0x13]M![0xb6]b8[0xe7][0xad]-`[0xdf][0x8b]%[0x8f][0xe3][0xc8][0xdb]B@[0xb1][0x1c]L[0xc2][0x13]X[\r][0xc9]E[0xf0][0xa4][0x90][0xbc][0x2]O[0xa1][0xbc][0x14]8[0x83]k[0x6][0xf9][0x8e][0x1f]a[0xc0]?6[0xb6][0x5][0x83][0xdf][0x91][0x8a]&v[0x9d][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe4]*[0xa5][0xc0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<-[0x9e][0x1b][0xf0][0xc]<[0x8b];[0x18][0xaa]>[0xf7]W[0xaa][0xb9][0x9d][0xaa][0xaf][0xed][0xaa]Z[0xc5][0xa7]R[0xf5]y[0xa5][0xda][0xc0][0x4]9[0x9c]KRu|[0xb][0xf2];e[0xcf][0x9]YK.#[0xd9][0x12][0xc9][0x96][0x94],[0xaf][0xe][0xb]{npD[0x19]t[0xf1][0xed][0xe7][0xf9];[0x17][0x6][0xda]O[0xa0][0xf9][0x83]c[\r]?7[0xde][0xf0][0xf3]f[0xae][0x91][0xf2]r[0xde][0x11]~[0xd3]r[0x17][0xf9]U[0xc8][0xaf]B~[0x15][0xe5][0xc7][0xab][0x1a]V9[0xe1][0xfc][0x82]r[0xfe][0x14][0x9d]5[0x9c][0xab][0xc2]Y[0xdf][0xe9][0xec]kf>[0xcd][0xfe]}a[0xbf] [0xb7][0x92]}[0x95][0xec][0xab]d_%[0xfb][0xaa][0xb2][0xe7][0xd5][0x8b]X[0xe5][0x5][0xc8]Q[0x5]r[0x15]At[0x9c]k[0x2][0xa4][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xeb][0xa6][0x96]F[0xd3][0x16]4g[0xe4]~[0xa2][0xa9][0x11]M[0x8d]hjDS#[0x9a][0x9a][0xa2][0xe1][0xd5][0x8]V[0x9a][0xe0][0x1a]U\[0xdf][0xa0]j[0x81]Z[0xc1]U[0xbe][0xe7][0xdb][0xdc][0x1][0xf3][0xb][0xa6][0x9e]F[0x17][0x9][0xba][0xb7][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]YDg[0x11][0x9d]Et[0x16][0xd1]YDg):^YX[0xe9][0x82][0xf3][0x98][0xe2][0xbc][0x86][0xd7]E[0x9c]m[0xc9][0x99][0xfe]%[0xef]p[0xfa]e[0xcd],[0xa4][0xd1]~,h[0xdf][0x93]ZDk[0x13][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4][0xb6][0xa2][0xe5][0xd5][0x18]V[0x5][0xc1]=[0xae][0xb8][0xaf][0xab][0x1f][0x8f]#[0xb9][0xef][0xf3][0xe1][0xb7]q[0xfb]e[0xdd],[0xa6][0xd1]_[0x11][0xf4][0x1f]HE[0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d][0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d]E[0xcf][0xab][0xe3]X[0x15]E[0x8e][0xba][0xca]q[0x13][0xd7][0x94]pve[0x8e][0xe2][0x3][0xe4][0xf0][0xcb][0x5][0xd3]HKsU[0xa4][0xd9][0x90][0xba][0x94][0xc6][0xa5]4.[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6]Uixece[0x88]\[0x13]*[0xd7]o[0xb8][0x9a][0xfb]z2[0x97][0xf1][0xc0][0xb9][0xfc]r[0xd1],[0xa5][0xa5][0xfb]R[0xa4][0xbb],[0xd5])[0x9d]G[0xe9]Cq'[0xea][0x11]i[0xb5][0x15][0x84]bw<[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x99][0xc8][0xd4]Z[0x91][0xc7][0x87][0xfb]\[0x6]z[0x9f][0x16][0x8b][0xaa][0x1f][0xc4][0xc][0x8b]m[0xc5][0xd5]8[0xce]f[0xb6][0x9e][0x84][0xa1][0x90];C[0x1e][0xc7][0x82][0x8e]_[0xb5]"[0xe9][0xbb][0xfc]-[0xf7][0xfa][0xc2][0x1d]F[0xbe]O[0x13][0xe8][0xbc]5pG[0x13][0x88][0xfb][0x9c]K>[0x12]J[0xc8][0xe0][0xa3][0xe8][0xed]F/[0xc4][0x81][0x90]"[0xf4]DJ[0xd9][0xe4][0x9e][0x8a][0xe4][0x87][0xf5]#:t[0xc7]e_[0xa8][0xe6]1[0xcb]V[0xec]F[0xae]iY3ML[0xeb]L[0x93]F[0xac][0xdb][0x8d]7S[0x98][0xbd][0xee]@x[0x8a]0[0x16][0xf5]u[0xfe]x[0xbd]z[0x84]y[0xda][0xed]J;[0x1a]KO4[0x3][0xdd][0xb6]q[0xb2][0xeb][0xdc][0xd2]T[0x16][0x16][0xb0]n[0xc1][0xc4][0xbc][0x85]2*&n0[0xbc][0xfc]/~[0xd1][0xf3][0x9a][0xbd]![0x83][0xfd]W[0xa9][0xc]][0xb0][0xf5][0x3]y[0xfc][0x8f]f[0xc3][0x1a][0xbd][0xfd][0x12][0xe8][0x9d][0xc2]@M[0xdf][0x9f]>GM[@Y[0xd7][0x17]`Q\[0xa4][0xdd]k[0xea](P[0xae]:_[0xc1][0x9c][0x8d]C[0x18][0xce][0xe6]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa9]d[0xe0]T[0x2]+R[0xdc][0xa2]x[0x87][0x8][0xee]R[0xed][0x1e][0xaa]TY[0x9b][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x84]e Yi[0x19][0x96][0xac][0xb4][0x90]A[0xeb][0x15][0xd4]S[0x19][0x97][0xb2]>+9_`|[0xca][0xc8][0xe7][0x92][0xe2]vBhM[0x1a]RB[0x86]3'[0x3]?[0xcc][0x5][0xaf][0xe2]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xc1][0x6][0x9b]E>[0x9a]B[0x1a][0x19][0xf2][0x1c][0xce][0xe7][0xc8][0x16]f[0xc1]Osd[\r]\H[0xe2]E2[\r]d[0x1][0xfd]a[0xb2][0xe9]4[0xe6][0x1]PK[0x7][0x8][0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.class[0xad]T]O[0x13]Q[0x10]=[0x17]J[0xb7],[0x8b] [0x88][0x88][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J?[0x80][0x8a][0x80][0xa8]%&[0xa4][0x82][0xa9])U)46>[0xdd].[0x97]vq[0xbb][0xdb][0xec]n%[0xfa]f[0xe2][0xef]0[0xf1][0x1f]`Llb[0x13]_[0x8c]1[0xf1]G[0xa9]s[0xb7]K[0x95][0xd8][0x4]4[0xe6][0xe][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f] ^[0x89][0xad][0x9c][0xbd].[0xb6][0x85]#,][0x4]lV[0xb9][0xee][0xd9][0xce][0xcb][0x14]Cx[0xc9][0xb0][0xc][0xef][0x1e]Cw4V`[0x8][0xa5][0xed]-[0xe2]:[0x90]5,[0x91][0xab]WK[0xc2][0xd9][0xe0]%[0x93][0x9a]/d[0xfa][0xcc][0x19]3=i[0xf5]e[0xf3][0x99][0x8c][0x9d][0xcb][0xf0][0xb1][0xaa]o[0xda]*[0x16][0xcd][0x8c][0xd5]w[0xc4]*[0x15][0xcd][0x89][0xac]5[0xe6][0xb6]w[0x9b]i'_87 [0x10]*Z[0x5][0xdb][0xcc][0x8e][[0x85][0xa2][0x9d][0xcf]=4[0xb2]K@[0xec][0x13][0xe8][0x18][0xce][0xe7][0x8a][0x8e][0x99]s[0xc6][0xcd]l[0xc9]j[0xbd][0xf0][0xf4][0x87][0x99][\r][0x1f][0xbc][0xf4][0xba]@[0xcc][0x99],X[0xe6][0xe9][0xd1]|[0xda][0xcc][0x1e]2[0xb][0xe6][0xb4][0xe5][0x90][0xc0]y[0xeb][0xb4][0xc0]m[0xa3]S[0xe6][0xac][0xd9][0x97]5[0xc9][0xfd][0xe8][0xf5]^d[0x12]L[0xd9][0x99][0x9c][0xe9][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xc0][0xb1][0xfa][0xbd]v[0xdc][0xf8][0x1c][0xaa]l[0xbd][0x9][\r][0xc][0xe]T[0xb3][0xa5][0xec][0xe9][0x19]5][0x81][0xc3]M[0xbb]V[0x9][0xce][0xb3];81e[0xa5][0x9d][0x9b]hW%([0xed][0xda]v[0xd8]9[0xdb][0x19][0x14][0xf0][0xf5][0xf4][0x8e][0xb][0xf8][0x87][0xf3][0xa7][0xc9]i[0xd5][0xa8][0x9d][0xb3][0xe][0x94][0xa6]'[0xac][0xc2]Q[0x1e]'[0x10][0x96]V[0xe3]&=Vj{'[0xfd][0xce][0xa4]][0xa4][0xa7][0x9d][0xb1][0x9c][0x9a][0xa7]6[0xd4][0xd3][0xdb][0xe4][0xad]'[0xb4][0x82]U,e[0x1d][0x81][0x9d]MKu[0xa4][0x1c]3[0xfd][0xd8][0x98]9#[0xc1][0xe9]U[0xa4][0xd5]C[0xd0][0xee][0xdd][0x17][0xb8]o1[0xb4][0xd5][0x8f]L`[0xdb]R[0x87][0xd2][[0xef]b[0xb8]Oe[0x91][0x18][0xd5][0x8f]rQ[0x18][0xd5]C[0xe9][0xf7]F@+XY[0xcb],[0xd2][0xbd]X[0xdf][0xd3]Xhn([0xaf][0x18]mzny&o|[0xa0][0x80][0x9e][0xb3][0xce][0xaa][0x85][0xbd][0xab][0xa7]be[0xf]O[0x9a][0x85][0x94][0xf5]x[0xc9][0xca][0xa5][0xc9]a1[0x9a]F[0xba]b([0xbd]I[0xb][0x89][0xd2][0x9b]Ti[0x98]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]:p[0xb2][0xe2][0x94]{[0x87][0x16][0xe7][0x1e][0x9e]/Ikx[0x86][0x17]$[0xbd]#[0xab][0xeb][0xc8][0xb][0x1c][0xaa][0xc3][0xd1]$F[0xcb][0xcc][0x86]j[0x16]e6qCfM[0xdb]o[0x14]p[0x96][0xe8][0xd4][0xb4][0xf7][0xbd][0x2][0xcf][0xdd]4[0xef][0xa6]i6[0x9]\ZF[0x9a][0xa6][0xf9][0xfa][0x5]^[0xfb]H[0xf9][0x9a]&[0xde],[0xf0][0xc1][0xc7]L[0xdc][0xf4][0x1c][0xb6][0x8][0xfc]c[0xc5][0xcd][0xa1][0xe9]Ym[0x15][0xf8][0xe7]-0[0xab][0xa6][0xe7][0xb9]M[0xe0][0xdf][0xb7][0xe4]<[0x9b][0x9e][0xf9]v[0x81][0xc1]:3_[0x94]J[0x95][0xc0]R0[0x2];[0xd2]Y[0xaf]`[0xd5]S[0xf9]R!m[0xed][0xb6][0xb9][0x82][0xbb][0xbd][0xfe]V[0xe4]s[0xec][0xc6]WK9[0xc7][0x9e][0xb6]Fr[0xb3]v[0xd1][0xa6]^C[0xb9]\[0xde]1[0x1d][0xda][0x9b][0xd0][0xa7][0xb9]a[0x80][0x92]cg[0xfb][0xe]Y[0x85]3[0xf9][0xc2][0xb4]I[0xa5]C[0xca][0xca][0x15]m[0xc7][0x9e]e[0x94][0xd6]Y[0xde][0xc4][0x10][0x87][0x99][0xcd]Rm[0xcc]b[0x6][0xb6]b[0x9b][0x81]>l0[0xf0][0x12]~$pS[0x85][0xab][0x81]K[0xb8]l[0xe0]e\1[0xf0]c[0xc][0x1a][0xb4][0xab][0xa4]o[0xfb][0x96][0xa5][0x95][0x9b][0x6]6/ntU[0x95]h`[0x18][0xbb][0x98][0xe7]'[0x6][0xee]g[0x94]K[0xf8])[0x87][0x9f]q[0xf8]9[0x87]W8[0xfc][0x82][0xc3]/9[0xfc][0x8a][0xc3][0xaf]9[0xbc][0xca][0xe1]*[0x87][0xdf]p[0xf8][0xad][0x81]=[0xd8]+[0xb0]u[0x89][0xbb]K[0x3]=[0xe8][0x15][0xe8][0xaa][0xbb][0x15][0xa2][0xbd]H[0xed][0xfa][0x12][0xd8]p[0xa3][0xeb][0xcb]s[0xa0]"""U[0xec]|_J[0xee]c[0xed][0xf3][0xee]~[0xc7]G[0xc5]:][0xa4]2[0xbd]Ny[0xe5]+[0xf2][0xc5][0xae]z+[0x9c][0xca][0xe4][0x0]mf[0xac][0xc2],[0xef][0x8d][0xc4][0x9]Yo[0xcb]&[0xad][0xcd][0x85]k_[0x1a]v[0xe6][0xa6][0x15][0xaa][\r]vH[0xd6][0xcd][0xaa]D[0x1b][0xf8][0x9c]][0xbe]"[0xb4][0x81][0xf3][0xc5][0x8f][0xb2](m[0xc0]r[0xe5][0xe3]-R[0x1b][0xd0][0xbd][0xbe][0xd2][0x8a][0xd6][0x6][0xbc]X[0xf9]El[0x83][0x19]|[0xb8][0xe2]J[0x8a][0xe6][0xe7][0xf4][0xaf][0x15]7[0xa7][0xe5][0x98][0xe5]n[0x81]Y.[0xc3][0xbc][0x85]vK[0xce]{9V@W[0xbd][0xa2]x[0x1c][0x1b][0xd1][0x8d][0xbb][0xd1][0x82]{[0xf0]Y[0xb4]"[0xce]U[0xb][0x80][0x4][0x92]X[0xb][0x81]u[0x94][0xb7]`=t.[0x16][0xa9][0xbd]Q[0xb6][0xef][0xa5][0xf6][0xa6][0x8a]v?[0xb5]7W[0xb4][0xb7] B9[0xd5][0x98][0x14][0xb7][0xcb][0xbf]2P5A[0xc7][0xd6][0xe4]{[0x10]o[0xca].[0xf7]Q[0xd4][0xe9][0x8][0x1a][0xe2]'[0xc1][0x1][0xca][0xc][0xb7][0x13]vH[0x4][0x9d][0xb]8O[0xe0][0x2][0xf5][0xe4]k[[0xde]BK[0x19][0xbe]?[0xc2][0xbf]?[0xf9]7[0x84][0xaf][0xc1][0xfc]=[0xb4][0xee][0xa7][0xb3][0xc9]2[0xda][0x92][0xef]@[0xbb][0x8c][0x90]w[0xb6][0x8c][0xc0]Uht>[0xf0][0x6][0x8d][0xf4]I[0xc7]([0xa9][0x83]PuB[0xec]$[0xc0](![0xae][0xa1]+s[0xee]:Mx'[0x1e][0xa0][0xd6][0x10][0xfd][0xef][0x80][0xef][0xbf]X[0xa3][0xe1][0xf3][0xab][0x87])[0xd0]E[0xaa]-=[0xa0][0x8c][0x7]t[0xe7][[0x8]J [0xdd][0x3][0xd2][0xc9][0xba][0x9d][0x80][0x82][0x12][0xa8][0xd6]y[0x90]Dv[0x92][0xf3][0x3][0xd4][0x1e]"[0xe7][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7].[0xba][0xf2][0xa0][0xe7][0x1c][0x80][0x90][0xce][0xbb][0xe9]2[0x1d][0xad]1[0x1d][0xa9]1[0xdd][0x87] [0xf6]S/[0xd7]t[0xbf]g[0x1a]J[0xfe][0x9][0xfe][0xcb]hO[0xd2][0xcd][0xf7][0xbd][0xb][0xed]M[0xe5][0xd2]IG[0xe0][0xb][0xd0]p[0xc][0xab]p[0xa2][0xe2]Q[0x86]0[0x86][0x3][0x9e][0xba][0xf]b[0x15][0x9d]<[0x88]C[0x9e][0xf0]a[0x12][0xe6][0x81][0xed][0xef]c[0xd5][0xd8][0xba][0xb5]e[0x84][0xd6][0xbd][0xa1][0x96][0x86][0xab]y[0x8a][0x96][0xc6]#D[0xf3][0xa8][0xd4][0xec]v[0xbb]{[0xcb][0x83][0xb3][0xc3]8Bb~r[0xe6][[0xd7][0x82]gH>[0xe5][0xc9][0xef][0xa1][0xde][0xdc]?[0xf8]>>[0xb1]v][0x19][0xe1][0xeb][0xe2]m[0x12].W![0x1a]T[0xa2]AB>*[0xaf][0x7][0xf1][0x10][0xc6][0xe5][0xe4][0xf][0xd2][0xe4][0xea][0x8b][0xae][0xae][0x15]-6[0x14]=[0x86][0xe3][0x9e][0xe8][0x9]O[0xf4][0x8][0xcd][0xc0][0xcf][0xb]^[0x8a][0xae]/#R[0xab][0xfa][0x84]TM[0xba][0xbd][0x94][0xaa][0xae]TuO[0x95][0xb3][0x93][0x94][0xf9][0xa4][0xfe][0xc3][0x9e][0xfe])Z[0x5][0xbc][0xe][0xc]W?[0xee]/[0xa3][0xab][0xd6][0xe1]I[0xe9][0xd0][0xef][0xf6]S[0xe][0x86]r0[0x94][0x83][0xe1]9p[0xf6]E[0xca][0xfc][0xd2][0xeb][0x94][0xe7]5Ezm[0xfc][0xfc][0xe6][0xbc][0xe2][0xf4][0x1e]Fk[0xdd].H[0xb7]A[0xb7][0xa7]r[0xeb]Tn[0x9d][0xca][0xad]S[0xb9]uzn[0x9c]=BY[0xab][0xf4]}[0xd4][0xf3][0x9d][0xa5]5[0xa0][0xf1][0x8a][0xbb][0xee][0x1b]o+[0xe3][0xb6]Z[0xe7][0x8b][0xd2]y[0xaf][0xdb]W9[0x87][0x94]sH9[0x87][0x94]sH9[0x87]#[0xe7]n[0xf7]!>[0x12][0xe0][0xc5]"[0xaf][0x87][0xc]#[0xcd]U[0x8a][0xf7][0x12]>[0x16][0xe8]'T[0xf6]bEj[0xd2][0x16][0xbb]~[0x8a][0xcf][0x4][0xfe]9][0x9][0x5][0xa9][0x98]3L[[0xc1][0x17]8\[0xb4][0xdc][0x9f]6TZ[0xbe][0x8c]/[0x5][0xe5][0x8a]x|[0xa5][0xe0])[0xec])[0xd2]5[0xb2]|[0xa4][0xcb][0xf4]3[0xc3][0x96][0xfb][0xf6]OQ[0x88][0x82][0xed][0xaa]T[0x8b][0x8a][0xf7][0xf][0xc3][0xd6][0x7]&[0xe6])[0x92][0xdb]6#[0xb3][0xc][0x9b][0xca][0xdd]Z[0xe5].[0xa4][0x96]{\.t[0x1][0xa9][0xd9],[0xd7]g[0x18]6[0xdf]}Q[0x95][0xf1][0x15]\J[0xdb][0xb][0xed][0xb];[0xa8]"+[0xa2][0xf9][0xbf][0x1f][0xee][0xd9][0x1d][0x10][0xf7][0xe3]@%[0xfb][0xda]4[0xf5]W@[0x18][0x14][0x84][0xc1]J[0x84][0x15]3n[0xd7][0x5][0x94]>A[0xe9][0xab]DQ[0xa6][0xbd]^[0xc]8[0x93][0x82]3YQW[0x92]"[0xe][0x8]qA[0x88]W"[0xc8][0x96]hY[0x9f]![0xcf][0x8a]F[\r][0xe8][0xfd][0x82][0xde]_[0x89][0xbe][0xf9][0x81]*[0xbd]l[0x8f][0xe][0xfa]uo[0x7][0xc3]c[0x8]c[0x1d]6[0xe1]q[0x1a]G[0xe9][0xd3]#[0x84]N[0x9c][0x17][0xb7][0xb][0x8d][0xcf]c3[0xb6][0xd0][![0x8c].[0x1d]z>A[0xb3][0x18][0xbd][0x19][0xbd][0xab][0xbb]n[0x80]]s)[0xdb][0xe8]Y[0xe3].[0xb6][0xd1][0xb7][0x8b]G [0x3][0xec][0xc0][0x93][0xf4][0xa6][0xde][0xc7].[0x9f]|[0x80][0xac]C[0xc2][0xba][0xab][0xfb];[0x84][0x2][0xb6][0xec][0xae]n [0xce]F[0xd7]C[0xb3]g[0xe5]{[0x10][0xa3][0xdd]$IlLg[0xd5][0xf7][0xb5][0xcd][0x17][0x12][0xe9][0xba][0x8e][0xd0][0xf7][0x8]_-[0xd1][0xd2]S[0xa0]%[0x92][0xd7]BW[0x9b][0xc7]g7)t[0xda][0x85]u[0x8][0xfe]o[0xa8][0x13][0xaf]_P[0xb5][0x88]U[0xdd]bx[0xb]U[0xe][0xaa]'[0x96]X[0xd8][0x3]j[0x16][0xd1][0xe4][0xad][0xd7]t[0xff][0x0])[0x84]%[0xdc][0xf6][0x90]H@[0x89]8[0xa8][0x9d]X[0xc2][0x9f][0x1e] /b[0x8d][0xf][0xc8][0xe]V8P[0x8][0xbb][0xee]au[0x1]V[0xe7][0xa0][0xde][0xc1]J[0xc2][0xbe][0xf1][0xb0][0x86][0x0]kp[0xd0][0xe8]`[0x15]ag=[0xac])[0xc0][0x9a][0x1c][0xac]v[0xb0][0x86][0xb0][0x13][0x1e][0xd6][0x1c]`[0xcd][0xe]Z[0x1c][0xac]%[0xac][0xcf][0xc3]Z[0x3][0xac][0xd5][0xc1]:OK[0xd4][0xc3][0xda][0x2][0xac][0xcd][0xc1]z[0x7][0xf][0x11][0xa6][0xb8]+[0xe][0x1e][0x9e][0x10]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x89][0x9d][0xa4][0xc2][0x80][0x92][0xd7]H[0xb3]vJo[0x17][0xa5]u[0xf]%[0xb6][0x8f]J[0x9c][0xa0]"[0x1f][0xa7]2[0x19]T[0xa2]3[0xb4]z[0x91]R}[0x85][0x92][0xbd][0x84][0xfd][0xb8]F[0x85][0xff][0x15]O[0xe3][0xf][0xf4][0xe2][0x1f][0x1c][0xc4]m[0x1c][0xc2][0x1d][0xc4]Y5[0xfa]X[0xb][0xfa]Y;[0x9e][0xb][0xca][0xce]:[0x96][0xcb]N[0xa3][0xfd][0xc4]d[0xc4][0x4][0xea][0xa1]4[0xd6][0xb7][0xae]m[0xf3][0xfe]"[0xb4][0xda][0x9b]o[0x85][0xa0]'[0x1d][0xfc][0x12][0x9b][\r][0xdc]$[n[0xf6][0xf1]q[0x8b][0xf][0x99][0xd8]"k[[0xe5][0xe3]V[0x1f]n[0xc3][0xed][0xb2][0xb7][0xdb][0x87][0x1e][0xf4][0x1a][0xd8]&[0xcb];[0xc][0xdc])[0x1b][0xb7][0xcb]1w[0xc9][0xc7][0xdd][0xf2][0xb1][0xc3][0x87][0x89][0xb8]Gv[0xdc]k[0xe0]>[0x1f]&`[0x93]|[0xfc][0xca][0xc0][0xfd]><[0x80][0x7]e[0xf7]C[0xb2]e[0xa7][0xac]=,[0xa7]<"[0xcd]=*[0x1f][0x8f][0xc9][0xb6]M[0xe9][0xf8][0xb5],#[0xfb]~[0x9b][0x8e][0xdf][0xc9][0xf2]q[0x9][0xf5][0x89]t<)_[0x9e][0x92][0xdd]O[0xcb][0xc7]3[0x6][0x9e][0x15][0xc8][0xe]T[0x1f]S[0xbf][0xe0][0xb8][0xea][0x9a][0xaa]E[0xb5][0xf5]u[0xd5]+[0x17][0x9][0x88]j[0x81][0xac][0x85][0xd1]H<[0x11][0x8a]$[0x82][0xa1][0xd6][0xe][0xcb][0x5][0xa4]A #Py|[0xfd][0xb2][0xca][0xda]@[0x1d][0x1b][0xe0][0xe3][0xe4][0xb8][0x15][0xb][0x87]Z[0x83]V,[0x1e][0x8e]F[0x8e][0xab][0xae][0xe2][0xe4]%[0x9e][0xd6][0xf9][0xd1][[0xce]\[0xda][0xf9][0x2][0xde][0xd5][0x1d]MMVL [0xaf]fM[0xa8]3T[0xd6][0x1a][0x8a]4[0x97]-o[0x89]Y[0xa1][0xc6][0x9a]hC[0xa8][0xb5][0x82]6[0xeb][0xc2][0xcd][0x91]P[0xa2]#f[0x9][0x94][0xa7][0x1e]uxRs]"[0x16][0x8e]4/[0xe8][0x8][0xb7]6Z[0xb1][0x8a]#i`D[0x9b][0x15][0x8f][0x87][0x9a][0xad]e[0xa1]D[0xc2][0x8a]E[0x4]r[0x6][\r][0xe7][0xa8][0xf4]P[0xac]ya[0xb4]#[0x92][0xa0][0xc7][0x8e][0xb8][0xd5][0xe8][0xd4][0x8d]p[0xa4]1[0xdc]`[0xc5][0x5][0xd2]V[0x91][0xb5][0xd1][0x19][0x8a]q _sW%YY[0xba]z[0x8d][0xd5][0x90][0xa0][0x15]o;[0xfb][0xdb][0xd8][0x9d][0x91]h[0x89]E[0xd7][0x86]V[0xb7][0x12][0xf5][0x98][0xdd]Q[0xdb][0xcd][0xd2]e[0xcc][0xa2]<[0x9d]V#EY[0xc9][0xb9][0x87][0x87]#[0xe1][0xc4][0x91][0x2][0xae][0xe2][0xa9]A[0x1][0xf7][0xc2]h#'[0x8f][0xac][0x9]G[0xac]c:[0xda]V[[0xb1][0xe5][0xb6][0xb9][0x1c][0xc5]9[0x18][0xa2][0xb0]|w[0x1a][0xdd][0x89][0x96]0[0xdd][0xce][0xaf][0x89][0xc6][0x9a][0xcb]B[0xed][0xa1][0x86][0x16][0xab][0xac]5[0xda][0xdc]Lr[0xb2][0x9c][0xbd][0xa6][0xcc]Q[0xa1][0xac][0xd6][0xea][0x88][0xcb]9[0xcb]$R[0x8b][0x8a][0x84][0xd7][[0x8d][0x1][0xbb][0x93][0xa0][0xb2][0x9b][0xad][0xc4][0xf2]X[0xb8][0xad][0xcd]j\[0xe6]p[0x19]S<5%[0xd9][0xac][0xba]D[0xa8][0xe1][0xe4]@[0xa8]]a0@}28[0xbb]o[0xda][0x88][0xf8][0xda]P[0xbb][0xf6][0xc2][0x86][0xe2][0xe2][0x14]fR[0x9b][0xf6]R[0x9a][0x8e]V[0xea][0x9f]m[0xb5][0xb5]'[0xd6][0xd5]Z[0xed][0xad][0xa1][0x6][0xab][0xcd][0x92]K2[0xaa][0xcf][0x87]4[0xeb],[0x13]%[0xab][0xe3][0xea][0xb4][0xa9]!Q[0x81][0xd2][0xe2][0xa9]{W[0xa2][0x9f][0xb4][*/0[0xb5]xpdT[0xa7][0xc2][0xcc][0xe5][0xf1][0xa9][0x95][0xae][0x8c][0xc5]B[0xeb][0x88]R[0xc1]k[0x89][0xca][0x98]s[0x10]y[0x1a][0xec]2/[0x85][0xcd]U[0xd5]S[0xa9]U[0x9a]u[0xca][0xee][0xb1][0xb1][0xe8][0x94][0x6][0xab]=[0xc1]}R[0xc1]S[0x80][0xf2]JP[0xcb][0xfb][0xc3]h\*[0xf9][0xaa][0xab][0x15][0x18][0x19][0xb1]}[0xba][0xbb][0xe2][0x16][0xfd]6[0xa5][0xf2][0x9b][0x82][0xca]~[0x7]L[0x6][0xf7]C[0x87][0x94]=[0xae][0x8e][0xc2][0xe7][0x4][0xac][0x14][0xae][0x87][0xc3]sZ[0xfb][0x8c][0xdd]7[0xb3][0xe][0x9f][0xb5][0xfb][0x84]`x0[0xcd][0x14][0xd8][0xf0]9[0xdd][0xf][0xf][0xa0]r[0x81][0xcb][0xbf]0@[0xc3][0x3]q[0x96][0xc0]M[0xc3][0x8]qx@[0xcf][0x16][0xb8][0xe7][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zxh[0xcc][0x11]x[0xe2]Lcx[0x88][0xcd][0x15]x[0xed][0xff][0x8e][0xd8][0xf0]P[0x9d]'[0xb0][0xeb]K@ux[0xc8][0x1f]"[0x84][0xf1][0xa5]$?[0xc0][0x87]&6[0xe0],[0xee][0xd3][0xd2][0x89]q[0xe5][0xb0][0x92][0xb7]N[0xf6][0x9c]-[0xed]n[0xc4]G[0xdc][0xb1][0xa5][0x13][0xf5][0x1d][0x93][0x1d][0xe7][0xe0]\9[0xef]c[0xf9][0xd8]%0c[0x9f]W>[0xd5]b[0xf7][0x5][0xb9][0xdd][0xa4][0x2]P[0xdd]t[0x18][0xa8][0xde][0x86]h[0xfb][0xba][0xa5]M[0xf2][0xb2][0x94][0xea]:[0x92][0xfa]:[0x97]lz][0x17][0xf2]_[0xb0]y|?$[0xe9][0xfd]P[0xbe][0x1f][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]~8N[0x97][0x7][0xe][0xdf][0xbf][0xaa][0xde]+[0xf9][0xe3][0xc1][0xa7][0xea][0x8f][0xe5][P[0xfd][0x13][0xc7]V/[0x84][0x94][0xc0]][0xbe]n[0xa4][0xf9][0xb3]}w[0xc3][0xdd][\r][0x8f][0xdf][0xd5][\r][0xef]V[0xe5][0xa5][0x96][0xcf][0xb1][0xf0][0xf0]YN.S[0x91][0x85][0x12][0xbe]O[0xc3]x[0xb2][0xaa]c[0xab]i[0xdb][0xc1]r[0x1c][0xa7][0xc6][0xf3]dv|[0x1c][0xeb][0xf8]([0xf0][0xdf][0xe]c'F[0xb1][0xf0][0xf0][0x97][0xbe][\r][0x19]]0d[0xe3][0x16][0xf6][0xba][0x94][0x7][0xaf][0x1a]97[0xc9]b[0x81]c[0xf1]x[0xfe][0xc][0xa4][0x8d]Yh`[0x5][\r][0xae][0xd4][0xe6][0x97][0xb0][0x94][0x3]sm[0xf3]>i~[0x8][0xbb][0x87]%[0xd9][0xcd][0xdd][0xdd][0xee][0x8]eW`[0x15]N[0xb0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xc9][0xca]?&[0xc3][0xb6][0xdd][0xf9][0xd2]n[0xa0]dG[0xb6]o[0x13]2[0xfd]%[0xdd][0xd2][0xc9]RI[0xa3]d[0xc7]5[0x18]+;]%.[0x9b][0x96][0xaf]$[0xd0][0x85]YZ[0xc4].L[0xe9][0x1b][0x97].{2[0xe5][0x1b][0xbb][0x2][0xd2][0xb0][0xab][0xb4]oRi?[0xda][0xb9]T[0x17]\k[0x83]kmr[0xb5]s[0xb9][0xd6][0xe3][0xb9][0xba][0x7]qE[0xcb]Ix[0x1e][0xd7]r![0x91][0xd7][0x10][0xf2][0xb1][0x84][0xbc][0x2]'[0xf1][0xfb][0xf7][\r][0xc5]n6a[0x9b][0x1c]q"[0xc7][0xa6]q[0xc5]]N[0x8d]D[0x1c][0xc6][0xb2]v[0x12][0xdb][0x4][0xe7]e;[0xbd]R[0x85][0xd1][0xf0]~[0x8a][0xf1][0x94]a[0xfc]?[0x91][0x99][0xf5])[0xc]V[0xb3]8[0xaa][0x9e][0x96]m[0xa9]g8R{%[0xe4][0x8b]6[0xeb][0xb8][0xb0][0xd5]mJR[0xd7][0xeb][0xf8][0x12][0x8]a[0xb5]3[0xfb]0[0xb5][0x7][0x80][0xec][0xed][0xc8]\A[0xb]&c.[0xab][0x17]#[0xb6][0xc][0xb0]sr[0x92][0x9d]l[0x1d]O[0xfc][0x14];v.[0xa1][0x1d][0x19][0x87][0xa5]~[0xd1][0xcd]u[0xe6]R[0x98][0xfe][0xc2]njK[0x9b]i[0xdb]0r[0xae][0xdb]?[0xad]p[0x8c][0xbb][0x17][0xd9][0xfe]1[0xee][0xc2]m[0x18][0xd5][0x8d][0x9c][0xfe][0x18][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x5][0xbf][0xbd][0x1e][0xb4][0xc3][0x87]ob$b[0xc8]G[0x9c]{4[0xc1][0x88][0xee][0xd0][0x1a][0xd2][0xbe][0xd6][0xab]T[0xed]9[0xa1]jr[0xd7][0xa5][0xa9][0x9a]E[0xe5]\[0x9c][0x9b]K[0xe6]s[0x88][0xc9]'s[0x10][0x7]c[0x13][0xc7][0xc8][0xe0]1[0xfd]%[0xdb][0x90][0xbb]9[0xe0][0xdf][0x86]1[0x9b][0x95][0x5][0xf]Y[0x8e]v[0xd6]y[0x84][0x1a][0xb3][0x9e]-[0xa7][0x12][0xd5][0xb7][0x94][0xef][0x89]l38*[0x8c]5[0xca][0x8f][0xe9][0xec]wY[0x93];\[0xa8][0xb5][0xa2]R[0x8b][\r]*[0x95]&S[0x1e][0xc7][0xe7][0xf7][0x89][0xc1][0xcd]r[0xf2][0x84][0xc2][0xab]1[0xa1][0xa4][0xd0][0xdd]X~[0x1f][0xc6]^[0x86][0x1c][0xbf][0xaa][0xdf][0x8b][0xb1][0xdd][0xc8][0xeb]B[0xba][0x94]-o[0xab][0xe][0xb6][0x1c]5[0xe9]4J}:[0xe][0xc0][0x19][0xc][0xb2]3[0x15][0x10][0xbf]mL[0x8b]0Y[0x1d](B[0xd5][0xfa]D[0x98][0x8c][0x8]k.[0x5][0xc9][0x8d][0xb4][0x3][0xdc]F1[0x17][0xec][0xc7][0x96][0xab][0xb1][0xe5]jl[0xb9][0x8c][0xa0]N%M[0x14]k[0x1d]7[0x11]g][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xdc][0xb0]pO[0xa3]7[0xcf]`o[0xf6]b\Lo[0x97][0xd0][0xf3]O1[0xe][0x97]&-F[0x81][0xf6]X[0xa0]=[0x16]h[0x8f][0x5]8[0x85]5[0x97][0xf2][0xbd][0xce][0xf1]}[0x86][0xb3]W[0x8a][0x6][0xf8]f[0xe1][0xc9]w[0x13][0x83]w0[0x6][0xfb][0x94][0xbf][0x82][0x18]~F[0xc]?[0xe7][0xfb][0x95]d|U[0xd2][0xce]([0xd2]8[0x8a]4[0x8e]"[0x8d][0xa3]H[0xe3](blw*[0xe4]QF[0xb8][0x8d]h#[0xdf][0xbd][0x92][0xd1][0x10][0x88]Xz[0xf3]=Df[0xc]FV[0xa0]f^Kd[0xd7][0x11][0xd9][0xf5]D[0xd6][0xc5][0xfd]|[0x3][0x8a]q[0xa3]Bw[0xa4]mY[0xa3][0xf3]kt~[0x8d][0xce][0xaf][0xd1][0xf9]5:?[0xf7]^[0xa7]b[0x16][0xc5][0xb7][0x1d][0x9c][[0xd8]#O[0x8a][0xf2][0xbd][0xe0]di[0xe4]{[0x89]7}0^[0xfb][0xac][0xb9][0x89][0xcf][0x9b][0x89][0xf7][0x16][0xe2][0xdd][0xc2][0xb6][0xad]8[0x18][0xb7][0xf2],[0xbd]Ma>[0xca][0xf6][0xa2]1[0x97]k[0xcc][0xe5][0x1a]s[0xb9][0xc6]\[0xae]1[0x97]k[0xcc][0xe5][0xf8][0xe]k^[0x85][0xfe][0xbb][0xe][0xfa][0x9d][0x1c][0x93][0xce][0xb2]b[0x1f][0xd1][0xb3]L[0xcf]7[0xc8]";E@[0x14])S[0xbd][0x4][0xba][0x8d]4[0xee] [0x8d];Ic;i[0xdc][0x85][0xe9][0xb8][0x9b]I[0xcb][0xe]E[0xa5][0xd6]v[0xa9][0xa9]Th*[0x15][0x9a]J[0x85][0xa6]R[0xa1][0xa9]Th*[0x15][0x9a]J[0x5]O[0x92]N[0xe7][0xa8]>[0xcd]![0xf5]"Gg[0xb0][0xac][0xfa][0xf]I[0xb1][0xcc][0xf6][0xe6][0xa7]Kv)[0x82][0xea]`e[0xf3]~[0xfa]z[0x80][0xec][0x1e]$[0xbb][0x87][0xc8]n'[0xdb][0x1f]&[0xbb]G[0xf8])}[0x94]<[0x1e]S[0xc]O[0xb0][0xfd]k[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]Vi[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]V[0xf1][0xe4][0xed]T[0xda]Ey[0x88][0xdb]\w[0xa9][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xf8][0xbc]\e[0xc5][0xc8][0xcf][0x90][0xa4]SD[0xa6]_[0x19][0x9c][0xee][0x9f] [0xe9]'I[0xfa])[0x92]~[0x9a][0xa4][0x9f]![0xe9]gI[0xfa]9f[0x9c][0xcf]3w|A[0x11]o[0xb2][0xc1]h[0xe2][0x1]M<[0xa0][0x89][0x7]4[0xf1][0x80]&[0x1e][0xd0][0xc4][0x3][0x9a]x@[0x13][0xf]h[0xe2][0x1][0x9e]T[0x9d]J[0xdc](~[0xe0]$`&-d[0xb2]%[0xb8][0xdf][0x12][0xc8]Jz[0xbe]Oj[0x91]1X[0x8b][0xe9][0xca][0xcb][0x8b]D[0xf4][0x12][0xb5]x[0x99]Z[0xbc]B-^[0xa5][0x16][0xaf][0xb1][0xef]uj[0xf1][0x6][0xb5]x[0x93][0xdf][0x9c][0xb7][0xc8][0xff]m[0xa5]G[0xbb][0x8d]L[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xf9]9[0xee]T[0xea]G[0xf1]CG[0x99][0x3]i[0xcb]dK[0xfd][0x17][0xa7][0x8c][0xac]d[0xe4]gJ[0x89]|[0x83]%*W[0xee][0xde]![0xc8]w)[0xd1]{[0x94][0xe8]}J[0xf4][0x1]%[0xfa][0x90][0x12]}D[0x89]>[0xa6]D[0xbb]([0xd1]'[0x1c][0xff]w&[0x95][0xff]P2[0xad][0xb7]aj[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z-S[0xbd][0x96][0xa9]^[0xcb]T[0xaf]e[0xaa][0xd7]2[0xd5]k[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z[0xfc][0x88][0xb5]Lz[0xd9][0xc0]t[0xc2][0xde]MeN[0xe2]*[0xbf][0xb8][0xe6][0x80]|S[0x88][0xa4]|[0xd3][0xa3][0xf3][0xd6][0xb3][0xf5][0x5][0xa3]2[0xf3][0xd5][0x81][0x93]})'[0x9f][0x83]sSx[0xce][0x1b]8y\[0xca][0xc9]?[0xd6][0xb0][0x8f][0xe6]h)[0xd1]Hz[0xce][0xaf][0xf1][0x97][0xf4][0xa0][0x80][0xbf][0xf1][0x3][0x92][0x13]1[0x9][0x1e]Q[0x4][0x1f][0xc3]B[0x9a][0x1b]kOq[0xcc]y[0xa8][0xc9]yL][0x4][/`Ff[0x1b]~[0xc0][0xb9][0xdb],'[0xaa][0xc2][0x9d][0x18][0xe1][0xdf][0x8e][0x9]+z[0xf1][0x95]n^[0x4][0xd9][0xd2][0x83][0x3][0xee][0xc5][0xc4][0x9a][0x92][0x9d]([0x93][0x82][0xd9][0xb9][0x9b][0xc][0xb][0xb3][0x7][0x93][0x8e][0xd8][0x8e][0x89]+F[0xa5][0xa1][0xd0][0xd3][0xc2][0xdc][0xba][0x17]E5" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x1d]X[0xe2][0xea][0xc1]A%[0xfd]i[0x9d]:Y[0xc5][0x14][0x18][0xa2][0x18]9[0xc2][0x8f][0x9][0xa2][0x4][0x93]D)f[0x8b]iX$[0xa6]# f[0xa0]V[0xcc][0xd4])[0xd5]l&[0xd3][0x17]9[0x99][0xe5]r[0x7][0xff][0x4]u[0x95]9[0xdf]I{y$[0xe4]|[0x8a]|[0x3]?Y,[0xf2][0xd9]v1[0xd3]$[0x9b][0xd1][0xa9]d$[0xe7][0xcd][0x94][0x97][0x0][0xd7][0xf4]+0[0xb6][0xc4][0xb9]bL[0xb6][0xef]W[0x7]w!/[0xb9])[0xc7][0xbe]-L[0x19][0x90][0x8][0x8b][0xb9][0xc8][0x10][0xf3]P([0xe][0xc5][0xc]Q[0x91]$[0xe8]L[0x1d][0xc4]3[0x99][0x97][0xf5][0x1]b[0xd2][[0x98][0xcb][0xf2]R\[0xe6][0x0][0x99][0xe3][0xdc]v[\r]?[0xef]~[0xde][0xa4]=[0xe4][0x93]f[0xc4]B[0xae]UU[0xd2][0xb2][0x1b]z[0xd9]7[0xea]e[0xf];&[0xe6]I[0xa5]{Q[0x9c]3[0xb5][0x87][0xe9]R[0xf][0xa8][0xb1]?[0xa7][0xd4][0xae]O[0xdb][0x86][0xe9][0xf2][0xb5][0xcc]~[0x9d][0xd1][0x83][0x99][0xd9]'[0xf6][0xa0]d[0x93][0xf][0x9d][0x90]erQ7uw[0x89]![0x96][0xc9][0xee]0[0xc4][0xf3][0xd6][0x1][0x1][0xfa][0xd6]uS[0xdc]i[0xd4][0xf6][0x85][0xbd][0xc5][0xf7][\r][0xda]yn[0xdd][0xaa]P[0x94][0x9c]b[0xa5]o3[0xee][0x1e][0xe9][0xe][0xc3][0xfc][0xba]eWs[0xbc][0xce]+G"gX[0xd5][0xaa]N~h[0x9e];[0xce][0xd5][0x84][0xe3][0xf0][0xaa][0xc8]m[0x8a][0x86]#1e[0xbd]V7D[0xb1][0xb9]K[0xee]c[0x8e]p[0x19][0x6]3[0xa1][0x0][0xcb][0xae]M[0xf8][0x5][0x19]M[0xca][0x87]K[0xf7]O[0x18]0[0x8c]f:[0xe5]%[0xc1][0x3]U[0xe1][0xae]Zv[0x8d][0xbb][0xae]8([0xfe]G[0xf4]|&[0xdb][0x8e][0xaa];0&[0xe9]i][0xe2]6[0xaf][0x9][0x97][0x8a]"[0xa3][0xcb][0xb6][0x17][0x99][0xec][0xb6][0x8e]l[0xeb]AS[0x8c][0xe1]3[0xcc][0xc1][0x1][0x19]v[0x1d]z[0xcc][[0x16][0xc3][0xd8][0x93][0x99][0xae]4t[0xe3]@[0xd8]^[0xcc][0xc9][0xfd][0xc6][0xe1][0xa1][0xb0][0x19].t4c[0xe8]u[0x1e][0xf0]z8[0xc0]L[0xa6]M|[0xed]c[0xee][0x17][0xb5][0xba][0xfb][0xc5][0xa6][0xa8][0x1b][0xbc]"j[0xc2][0xa4]t[0xcf][0x85][0xd3][0xcd][[\r][0xb9]G[0xcd]P[0xf6][0xe4][0x97]&[0x14][0xf6]4[0xe5][0xf6][0xd4][0x1a][0xb7][0xaa][0x9a]4[0x84]Yu[0x8f]<[0x9e][0x2][0x9]Zvy[0xe5][0xd3]"[0xaf][0xfb]m[0x93][0x94][0xdd][0xb9]Ln[0xe2][0x99]B6[0xcf][0x90][0xd0][0xcd][0x3][0xf1]9[0xf5]=[0xd9][0xa6][0x9d][0xc6]~[0xab]q[0xc7]2[0x85]B[0xb6]s[0xf3]&[0xe8][0x86][0xd8]2\a[0x1e][0x90][0xcc][0x8b][0x15][0xc3]of[0xb5]l5[0xec][0x8a]X[0xd5][0xa5][0xbb][0x91][0xb6][0xcd]7#Y[0xa9][0x87]6)a[0xbd]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x89][0xee][0xe8]d[0xb4]l[0x9a][0x96][0xcb]][0xba][0x8b][0xa4][0xec]\[0xe7][0xac][0x1b][0xae]n[0xe4]J[0xc2][0xf6]jK[0xe1][0x94][0x85][0xe9][0xe8][0xae]~[0xe2][0xc5]u"/-[0x85][0xc1][\r][0x83][0xae][0x8d]$[0xd3]p[0x1]#[0x1a][0x86]q>[0x85][0xf]5[0xec][0xe1][0x9e][0x86][0xcb][0xb8][0xa2]a[0x10]C)|[0xa4][0xe1]c[0xdc]g[0x98]y[0xaa][0xc8]gr[0x90][0xa4][0x13][0x1a][0xde][0xc4][0xbc][0x86][0xb7][0xb1][0xa0]a[0x9][0xd7][0xa9][0xc6][0xd1][0xba]3\[0xfb][0x17][0x94][0xe1][0xea]3[0x3][0x3][0xc8]P[0xfb]r[0x9d][0x89][0xab][0xd9][0xd2][0xd4]a[0x9e]P[0x1b][0x87][0xc]W2mZ[0xb8][0xdd]M[0x1d][0xee]p1[0xa8][0xad]x[0xbd][0xee]5[0xc2]l[0xe7]w[0xa1][0xe3][0xb5][0xc2]%z[0xb6]5([0xe8][0xa5]':[0x86][0x11][0xf4][0xe3][0x1c][0xe8][0xdd][0xa1]w^[0xc1][0x0]TY'oM[0x15][0xa4][0xb9][0x8f][0xce][0xa8][0xa0]4[0x8e][0xd2]W[0x8e]fFsb[0xf2]1[0xd8]C[0xcf]l[0x8c][0xc6][0xa4][0xb7]9[0x82][0x17]h[0xd4][0x9a][0x6]x[0x11][0x17]if[0x18]'[0x87]M[0xf0][0x12]Y+[0xd2]zr[0xea]g(-[0xb4][0xea][0xed][0x8e][0x13][0xe6][0x92][0xc7]0[0xd4][0xb4][0xf2][0x19][0xe4][0xea]%[0xbc][0xec]9[0x1e][0xc7][0xc4]3qM[0x10][0xd7][0xe5][0xe]\2-[0xc9]E=[0xe9]s[0xbd][0xee]'[0xd5]5[0xf9][0x13][0x94]_[0x10][0xfb]>[0x92]W6[0x94]WW[0x90][0xd7]+[0x1][0xbe]%[0xca]#[0xc4][0xa3][0xe0][0x99][0xb6][0xa2]d[0x88][0xb4][0x9][0x9e][0xf1][0xc1][0xf1][0x1f][0x90][0x88]bgC[0xd8]x[0x80][0x9d][0xc4][0x94][0x8f][0x9d][0xf6][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]"[0xe7]CH%@N[0xe3]U[0x1f][0xb9][0xe2][0xcb][0xa7]N[0xc9][0x9c][0x1f]!y7*[0xe1];[0xe8]&[0x91][[0x12][0xaa][0x81][0x84]*[0xc5][0xdc]L[0xf9]*^[0xf3][0xf9][0xae][0xd1],[0xad][0x94][0xa9]h$[0xb7]B[0x1c]J[0xc0][0xa1][0x90][0xe8]C[0x1e][0xc7],[0xe6][0xa2][0xd9][0xc4][0xbe][0x8d]p[0x94][0xda]f[0xf3][0x86][0xe7][0xb5][0xe9]=[0xe6][0x9d]i[0xbf]![0xb5]+[0x13]z[0x8c][0xae]h[0x1c][0xdb]![0xe]-[0xe0][0xa0][0x7][0xc5][0xe7]X[0xf3][0xbd][0xf]J[0xfc][0x9f]H[0xc5][0xbe][0x86]&[0x97][0xa7][0xe8]f[0x90][0x1][0xc5]Bd[0xf7]Bd[0x83]>[0xd9][^[0x81][0x95][0xf4]m[0xc9]Co[0x94][0xcf]{[0xdd]W:-[0xc9]FO[0xa1]*[0x88][0xa6][0xc7]C[0x12][0xa5][0x3][0x89][0xd2]X[0xa4]"H2z[0xeb][0x82] c[0xf4]C3[0xb2][0xd1][0xb1]S[0xa4]c[0x88]&z[0xe8][0xb1][0x8d]7[0xed][0x2]6[\r][0xef]zlr[0xb5]L+[0x85]:y%[0xb8][0xd6][0xe3][0xde][0x9]uw[0xec]wh?"[0xf1][0xd0][0x13][0xa7][0xc5]9F[0xf6]y[0xcf][0xcf][\r][0xdc][0xa4][0xb9][0x97]vW[0xe9]k[0xf][0xcc][0xc1][0xed][0x1]PK[0x7][0x8][0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/SimpleMessage.class[0x95]U[s[0x13]e[0x18]~[0xbe]l[0xd2]m[0xd3]M[ZJ[0x85][0xb6]P<[0xd4]4[0x85][0x6][0xe5][0xa8][0x9c][[0xa8][\r][0xb4][0x14]ii[0x15][0x14][0xd9]&[0xdb]dK[0xba][0x1b][0x92]MA[0xbd]q[0xbc]r[0xc6][0xf1][0xc6][0x1b][0xf][0xa3]^8[0xa3][0xe8][0xc][0x17]0[0xa3]E[0xbc]p[0xbc][0x82][0x19][0x93][0xe3][0xf8]|[0xbb][0xdb]e[0x13][0x92][0xa2][0x17][0xfb][0x1d][0xdf][0xf7]y[0x9f][0xf7][0xf4][0xed]_[0xff][0xfc][0xfe][0x7][0x80][0xfd][0xf8]0[0x8e]8[0xe6][0xe2][0xe8][0xc6]|[0x1b]W[0x97][0xe5][0xb0][0x10][0xc7]"[0xde][0x8a][0xe3]m\[0x91][0xc3]U)[0xf2][0x8e][0x14]yW[0xc5]59[0xbf]'[0x87][0xeb][0xed][0xe8][0x85].[0x87]%9d[0xe3][0xc8][0xc1][0x88]c[0x19]y[0x15][0x5][0x15][0xa6][0x8a][0x15][0x15]7[0x4][0xba]*F[0xd9][0xd4][0x8b][0xb]F[0xb9]b[0xda][0xd6][0xe5][0xcc][0x19][0x1]qN 1a[[0x15]G[0xb7][0x9c][0x5][0xbd]X5b[0x9f]:3[0xfb][0xae]?[0xf8][0xfe]'[0x1]u[0xd5][0xa8]T[0xf4][0xbc]![0xd0]=[0xbd][0xa2][0xaf][0xe9][0xe9][0xa2]n[0xe5][0xd3]sN[0xd9][0xb4][0xf2]G[0x5][0xb4]lA/[0xcf][0x19]7[0xab][0x86][0x95][0xa5][0xcc]s![0x99][0x89][0xd0][\r]%[[0x8e][0x99][0x96][0xe9][0x9c][0x10]P[0x92]#[0xb][0x2][0xd1][0x9];G[0x85][0xce]i[0xd3]2.TW[0x97][0x8c][0xf2][0xbc][0xbe]Tt[0xcd][0xd8]Y[0xf2][0xd3][0xc9][0x92]{[0xff]0[0xea][0x14][0xcc][0x8a][0xc0][0xbe]i[0xbb][0x9c]O[0xeb]%=[0[0xd2]E;[0x9f]'[0x9]9[0x1f]XI[0xfb]4[0xd3]s[0xe6]j[0xa9]h[0xcc]x;[0x9a][0xed]M>M[[0xda][0xef]O6[0xa3]*o{[0xf2][0x86]3i[0x97]Wu[0xc7]1r3[0x1b][0x11][0xd8][0x9a][0x1c]i[0x14][0x83][0xc4][0x9c][0xa3]go[0xcc][0xe8]%[0x9f]l[0xeb][0xb2][0xab]9o[0xb][0xc]j[0x98][0x83][0xe3][0x81]3[0xe7]|[0xcd][0xde][0x94][0x17]N[0x85]u&[0x97][0xf][0x91][0x10][0xa8]w[0xe7][0x93][0x10]Xo[0xad];[0xed]S[0x12][0x87][0xbf] [0x1f][0xf7][0xa4]_[0xc7][0xed][0x12][0xac][0xff]!:".Z[0x98][0xda]g[0xa1]Jm[0xf][0x12][0xd2][0xce][0x9e]9[0xed][0x92][0xe2][0xaf], [0xa9][0xb8]is[0x99][0xf5][0xf]V[0xe4][0xc].[0x86][0x6]T][0xb5][0x87][0x8][0xf8][0xe3][0x89]<[0x81][0xc0][0x88]q[0x9f][0x12][0xa8][0xcd][0xaa]:[0x9d]\,[0x17][0xa8]9[0xad][0x14]4[0x9c][0xa9][0xcf][0x1a]E[0xb4]U[0xd0][0x1c][0xdf][0xc5]d[0xc0][0x9e]W-[0x2][0xb2]N[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0x2]S[0xf1][0xec][0x82][0xb2][0xa4]$5[0x5][0x91]s[0xb6][0x89][0xe4][0xfd]s[0xeb][0xa6]n[0x15][0x16]h[0xd1][0xee]Ol[0xde][0xa1][0xb0][0xc4][0xa6][0xa4][0xf2]o[0xf7][0xfa][0xbf][0xcd][0xb1][0x87][0x8a]b*e[0x4]i[0xa8][0x12]D[0xe0]v[0x15]"[0x8f]@[0xbe]J[0xd7]F[0x96][0xb5][0xb0][0xc2][0x96][0xc2]<[0xc7]w[0x13][0xb0]w[0x98][0xe4]9[0xbb][0x87][0xc0][0xb3]][0xcb][0xf6]L[0x93]"[0xf0]z[0xf]i<[0xf3][0xa5][0x9][0xbc][0xdd]W>[0xcf][0xc4][0xbd][0x4]>[0xff]cb[0xcf]=[0xf4][0x11][0xf8][0xf6][0xdf][0xf5][0xe0][0xb9][0xab][0xc][0x81][0xef][0x7][0xa0]+[0xcf]}[0xe2]a[0xf8][0xe3]@[0xf6][0xe9][0xb9][0xf3]+x[\r][0x18](j[0xe2]L[0x96]s[0xc6][0xa2]Y[0xa4]c*;l[0x9b][0xaa][0x9d][0xf8][0x9d],0[0x6][0xb5]PG[0xa0]s{w[0x6][0xb6][0xb][0xe3]zwt[0xd3][0x88]A[0x18]"xO[0xd9]t[0xf3]p[0xc1][0xb2]M[0xdc][0xb3]q;[0x81][0xc6]*[0xff]o"[0xf][0xdd]x[0x1b][0x92][0xf0][0xb6][0xe4][0x83]&[0x96][0x80][0xaa][0x19]d[0x88][0x2][0x81][0x18][0x9f][0xad][0xc1][0x1f]a[0xed][0xe2]x[0x8]g[0x92][0xf8]$[0xf8][0xc][0xb6][0xad][0x0]y[0xcf]K[0xea]q[0xc][0xf1][0xc9]84[0xe0][0x18]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]0[0xb7]{[0x2][0x8d]pDl[0xbe][0xe]~[0xfc][0x1]DV[0xc1]7[0xdb][0xbe][0x2][0xfe]w[0x18][0xc]r[0x83][0x16][0xa7]H[0x18]0u[0x14][0x8e][0xf1][0xf5][0x8]R6[0xe3][0xe]l[0x7][0x8e]o[0xd5]ttS[0xd3][0x13]pR[0x98][0x9e][0x12][0xa6]SX[0x1d]p3[0x9d][0xe0][0xa6]mN[0x91][0x8b])S[0xa7]Q[0xf9][0xb9]}[0x8b][0xb0][0x9f][0xc3][0xf7][0xa0][0x9b][0xfd][0xc][0xb7]O;E[[0xb2]g[0xea][0xc][0xaa][0x0][0xf]:+[0x82]([0xae][0x84][0xdc][0x82][0xee][0xf1][0xa0]![0xa7]h[0x9b]AL[0xb5][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xc8]s"[0xd2][0xc0][0x1a][0xc9]-[0x92][0xf2][0xc8][0x1b]N[0xd1][0x8e]#[0x99]:[0x8f]*[0xc4][0xc3]/[0x88][0xf0]e[0xac][0xe][0xbb][0x85][0x97]y[0xf8][0x1d][0xa7]h[0x17][0xc2][0x99][0xba][0x88]J[0xe2][0x18]q[0x81][0xf1][0x14][0xf7]E[0xdc]0[0x96]8[0xc6]][0xa7]hW1[0x98]J[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xa0]6[0x1][0xf4][0x2][0x1d]d7[0xa0][0xc7][0x1c][0xe8][0x81]S[0xb4]G@L[0xb5][0xa3][0x8a]p[0xb4]K[0x2][0xed][0x15]zE[0xdd][0xd0][0x9e]s[0xb4][0x8a]S[0xb4][0xe7]hLu[0xa0][0x92]9d[0xa7][0x80]|[0x83][0xae]17[0xc8][0x97][0x1c][0xf2][0x91]S[0xb4][0x8f][0x90]L%QEq[0xbd]k[0xed]+[0xdd][0xca][0x93][0x0][0xa2][0xab][0x10][0x98]][0x81][0xe0][0x7][0x8][0xb1]o5Y[0x7][0xdc][0x81]c7o[0xa2][0xe7][0x17]PK[0x7][0x8]:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormattedMessage.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~go[0x93],[0x93][0x10][0x12][0x12][0x8][0x4][0x13][0xc0]bv7k(R0[0xe1]"[0x11][0x2]$[0x6]BI[0x8][0x8a][0xb5]:$[0x93][0xdd][0xc5][0xcd]n[0x9c][0x9d][0x5]m[0xbd][0x97][0xaa][0xb5][0xb5]JoV[0xab]T[0x91][0x8b][0xad]X[0x13]0[0x1][0x15]S[0xe8][0x5][0xfb][0xf4]/[0xe8]?[0xd0]_[0xfb]c[0x9f]>>m[0xe9]{[0xbe][0x99]l[0x92]e[0x11][0xeb][0x93]g[0xbf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x9c][0xcb]{[0xce]y[0xbf]3[0x93][0xbf][0xfe][0xf7][0xe3])[0x0]w[0xe0]/a[0xac][0xc2][0xe1]r,[0xc2][0x11][0x19][0x1e][0x95][0xe1]1[0x1d][0xdf][0x91][0xf9][0xbb][0xe5]x[0x1c]O[0x84][0xf1]$[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xfb][0xb4][0x9c]=#[0xab]ge[0xf5][0xbd]0[0x9a]pT[0xc7][0xf7]e[0xf3][0x9c][0x8e][0xe7][0xc3][0xa8][0xc2][0xe1]2[0xbc] [0xf3][0xf]dxq[0x1e]~[0x88][0x1f][0x89][0x83][0x97]t[0xfc]X[0xc4]_[0xe][0xe3][0x15][0x1c][0x93][0xd5]Od[0xf5]S1[0xf6][0xb3]0~[0x8e]_[0xc8][0xf0][0xaa][0xc][0xbf][0xd4][0xf1][0x9a][0x8][0xbc][0x1e][0xc6][0xaf][0xf0][0x86][0xc]o[0xca]p<[0x8c]_[0xe3]-[0x1d]o[0xeb]8[0xa1]![0xd4][0xd3][0xbb]cG[0xe7]^[\r][0xcb]{[0xb2]v[0xa2][0xd5][0x1c]5[0x7][0x93]Vk:[0x9b]H[0xa4]2[0x9][0x99][0xd7][0x1e]j[0xed][0xe1][0xce][0xb2]7h[0xa8][0xca]Yv[0xca]L[0xf]Xv.[0x95][0xcd][0xec][0xeb][0xda][0xa6]A[0xeb][0xd6]P[0xb1]5[0x9b][0xc9]9f[0xc6][0x19]0[0xd3]y+[0xf8][0xcf]+[0x9f][0xbf][0xf0][0xf7]KO[0xad][0xd7][0xa0][0xef][0xec][0xe8][0xdb]9[0xd0][0xd1]C[0xb1].?[0x93][0xd4][0xa8][0xa1]r[0xc4][0xca][0xe5][0xcc][0x84][0xb5][0xc7]t[0x1c][0xcb][0xce]h[0xa8][0xee]9d[0x1e]6[[0xd3]&[0xdd][0xf5]96[0xbd][0xd2]Q[0x99]i':l[0xdb]|LC[0xcd][0xfd][0xb3][0x4]z[0xf][0x1e][0xb2][0x6][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84]sJ[0xb4][0xc3]N[0xe4][0x8a]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0xaa][0x86][0xb3][0xf6][0x88]x[0x19][0xda][0xe5][0xba][0xd4]P[0xee]$[0xed][0xec][0x11][0xf3]`[0x9a][0xeb][0xda]Y:[0xfd][0xd3][0xc7]T[0xb][0xa5][0xb3][0x83][0xa6][0x8]x[0xc0][0xf2]N*[0xcd][0xc][0xc8][0x99]<[0xdd][0x98][0xca][0xa4][0x9c][0xcd][0x1a][0xda][0x9b][0xaf]|=[0x8a][0x12][0xd8]#[0x3][0x1a][0x2][[0xb3]C[0xf4]0[0xbf]'[0x95][0xb1]v[0xe7]G[0xe]Zv[0xbf][0xb][0xaa]ZY[0x1a]0[0x99]e[0xee][0xbd][0xc3][0x80][0x93]L1[0xca][0xb6][0x1b][0x17][0xc8][0xcb][0xa9][0xe7]u{Q[0xdc][0x84]][0xce]|[0xe6]G[0xac][0x8c]C;[0x15]}[0x8e]9[0xf8][0xf0].sT[0x99]'[0x9d]t[0xbc]C[0xa6][0xe8][0xf8][0x86][0x86][0xe6][0xe6]/[0x1d]CM[0xc2]r[0x8a]=iX[0xd8][0x1c])U[0x8b][0xf2][0x82]0[0xfd]s[0xbd][0xc7][0xb4][0xcd][0x11][0x8b][0x4] [0x9e][0xda][0xe6]H[0xc9][0x12]W[0xb8][0xf5]+[0x98]n[0xfb][0x92][0xd8]J[0xf9][0xf7][0xa7][0x86]ia[0xc5][0xac][0x92]u[0xa5][0xd3]V[0xc2]L[0xbb][0xa0]:[0x1f][0x1d][0xb4]F[0x1d]RZ[0x98]5[0x92]K[0x14][0xc8][0x19]`[0xde]r[0xbc][0x98],[0xbc][0xf5]H[0xde]L+[0xb8]%|[0x1e] [0xc3][0xb3]s[0xb9]\[0x88][0x83][0xe5][0x93][0xb0][0xcb][0x92]f.[0xe9][0xd6][0xdd][0xdf][0x1c][0xe9][0xa2]E[0xdb][0xca][0xe5][0xd3][0xf2][0xc4][0xc9][0xba]@5[0xcc];b[0xa7][0x1c][0xcb]U[0xd5][0xd0][0xe8][0xb9]Je=k[0xbd]yg4[0xef]P[0xd8]2GT[0x11]B9O[0xd1][0x9f]=xH[0xc6]<[0xd5][0x1a][0xbe]H[0x8b]@S:N2[0xce]B[0xd0][0xc][0xf0][0x14][0xf7]|<4[0xed][0xf9][0x96]b[0xcf]][0x99][0xb9][0x8e]})fg[0xe9][0x17][0x8][0xc9]E[0xb2]2[0x9]'[0xa9][0xe3][0xb4][0x6][0x83]5[0xef][0x9f][0xb9]{[0x8b][0xe6][0xb0]d[0xf6][0xed]+[0xdb]8[0x98][0xf6]n[0x18][0xb3]DG[0xe1][0xbe]l[0xde][0x1e][0xb4][0xb6][0xa7]Doii[0x82][0xdf].[0xb6][0xc]lB[0xce][0xc0][0x6]l4[0xb0][0x6]w[0x18]X+[0x84][0xae])[0xe1][0xc6]@[0x1b][0xda]u[0x9c]1[0xf0][[0xbc]G[0xf2][0x1b]8[0x8b][0xf7]E}[0xb3][0x81];Es[0xf][0xbe]i`[0x1d][0xd6][0x1b][0xf8][0x1d]>[0xd0][0xd0]t3[0xd6][0x18]hF[0x84]Q[0x15][0x13][0xef][0xee]|*=d[0xd9][0x1a][0xea][0xf6]e[0xc4]q[0x93][0x93]mrI[0xdd]D[0x92][0xb5]7[0x19][0x18][0xc3][0xb8][0x81][0x7][0xd1][0xa3][0xe3][0x9c][0x81][0xf3][0xf8][0xd0][0xc0][0x4]&5[0xac][0xff][0x8a]7[0xdd][0xc0]~[0xdc][0xab][0xe3][0x82][0xcc][0x17][\r]|[0xb][0xf][0xc8][0xf0][0x91][0x81]{[0xc4][0xc5]I[0x3][0x1f]K[0x8a]>[0xc1]%[0x3][0x9f]b[0x8a]-[0xb2][0x18][0xb1][0x81][0xdf][0xe3][0xb2][0x8e]+[0x6][0xfe] [0x92]D[0x8f][0x81]?[0xe1][0x1][0x1d]6p[0x15][0x9f][0xcd][0xd1][0x98][0xe6]J[0xf3]M[0xc1][0x16][0xae]pUq[0xcb][0xd4][0xb0][0xe4][0xc6]\[0x9d][0xae][0x1e][0x1f]v[0xf5][0x16][0x92]=][0xf][0x85]ak[0xda][0xcc][0xe5]vg[0xd9][[0xf2][0x99][0xa1]Y"[0xf5][0xc5][0x8e]n[0xdd]j:V"k[0xf3][0x85]R6[0xb3]4[0xba]2[0x19][0xcb]VF,^[0xed][0xd0][0xf6][0xde][0xbd][0xbb]:[0xfa][0xb][0xc4].[0xa5]/[0x1d][0x82]d[0xde]f[\r][0x9b][0xea][0xf2][0xb6]^[0xff][0x1e][0x98][0x91][0x8d][0x94]|[0x85][0xc]{[0x8d][0xf0][0x9e][0xaf][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0xd5][0xe2]B[0xe6][0xe8][0xa8][0x95][0x19][0xd2][0x10]/[0xd1]'[0xaf][0xd7][0xf0][0xb8]I[0xc5][0xc6][0x9b][0xbc][0xf7]5[0x4]-[0xdb][0xce]r[0x8e][0x96][0xb0]\[0xf2][0x1e][0xcb][0xc5]-c[0x96]TfY[0xc6]9[0xd7]][0x1d]n[0x98]C[0x6][0xf5][0xaa][0xa7]`[0xa4][0xb9]D[0xb4][0xa5][0x12][0xc0]~[WJV[0xfa]j[0xf5][0x90][[0x9b][0xfd][0xb3][i[0x99]j[0xac][0xfb][0xfa][0xb7][0x17]5[0xf0][0xe9][0xfc][0xc]L[0x8b]te([0x1d]h[0xee][0x92][0x13][0xfd][0xb0]|[0xcf][0xf4][0xe]kXU[0xaa][0xe9][0x97][0xaa]B[0xfd][\r];[0xa2][0x86][0x5][0x1e][0xb0][0xbd][0xb3][0x1a][0xad].]W[0xc1]R+[0xe5][0xbd][0xe5][0x86][0x5][0xe1]G[0x96][0x93][0xcf][0xd1][0x9b]L[0xd3][0xd5][0x91]w[0xeb][0xf4]z53[0xfd][0xff]ho[0xc0]r~7[0xae][0x82][0x86][0xdb]P[0x8e]%[0xd2][0xc7][0xf8][0x99][0xb6][0x4]Q[0xc4]x[0xd6][0xc2][0xb5][0xf]q[0xee][[0xb1][0xba][0xb0][0xff]:l[0xb0]\?+=V[0x9d][0xb1]Y[0xaa][0xfd][0x9d][0xde]9[0x1b],[0xe7]j[0xe9][0xc6][0x9c]+[0xf0][0x8c]tWZ[0xb8][0x8b][0xbb]q[0x4][0xf8][0x7][0xac][0x8b]^[0x80][0x16][0x8d]M[0xc0][0x17]m[0x99][0x80]?[0x1a][0x9f]@ ~[0x15][0xcb][0xe3]S[0xc7][0xd1][0x10][0x8f]O[0x5][0x86][0xd6]\A[0xf0]5TE[0xdd][0xcd]e[0x4]'[0x10][0x1a][0xa7][0xa6][0x1f][8[0xde][0x2][0x9d][0xe3]&[0xda][0xda]L[0xec]w[0xa1][0x92][0xa7]5[0xe8]`[0xc]w[0x13][0xd5]6[0xae][0xc0]8[0x94]'[0x9e]l[0x5][0xd4]J[0x10]ij%1[0xf8][0xd4]j[0x1b][0xe5][0xfd][0xe8][0xe4][0xba][0x16][0xda]5n[0x2]:[0xb6][0xeb][0xd8][0xa1]c[0xa7][0x8e].[0x1e][0xb][0xfc]n[0xf]~/M[0xca][0xb7]lE[0xf4][0x1c][0xf4][0x8b]([0x8b][0xb5]\@[0xf9][0xb8][0xca][0x82][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x9b][0xbb]aPP[0x10]4[0xb9][0xc2][0x5][0x4][0x15][0xca][0xaf][0xa6]V[0xe2][0xd7][0xc7]5[0xbb][0xb3]g|?[0x8d][0xcb][0xb3][0x86][0xe8][0x87][0x8][0x86][0x9a]h[0x94][0xb]?[0x81]I[0xcc][0x9b]@X[0x8e][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xa8]T[0xb6][0xf7]3[0xf][0xf7][0xb2][0x8a][0x7][0x94]?[0xc3][0xd5][0xf7][0xfc]u*Ym[0x11][0xf]w[0x15][0x9c][0xb4]r[0x16][0xa1][0xa0][0xd8][0x1e]+ [0xf][0xa9][0xc3][0xc1]YV[0x82][0x9e][0x15][0x8d][0xf1][0xf4]z[0xca]=[0x9e][0xf2][0x2][0x1]u[0x15]e2[0x8d]q0[0x8a]a[0xa5][0x9]k[0x84][0x86][0xb2][0xb3][0xc].[0x98][0xb][0xcb][0xc0]Qy[0xd7]z[0x96][0x8f][0xf1]H[0xaa][0x15][0xa1]5_[0xac][0xe5]"*[0xc6]v[0x9f][0xc3][0xfc]OPu[0xdf][0x5],[0xa8][0xae][0x9e]DM[0x8c][0xbf]I,[0x8c][0x84]Z?bc[0xca]f9S^[0xe9]y[0xae]V[0x6][0x1c][0x9e][0xe4]1[0xf][0x87]I[0xea]#[0x5][0x1a][0xcc]#a[0xf6][0xa2]Oa[0x8b][0x14][0xca][0x11]A[0xbf]W[0x8e][0x8][0xf6][0xa9]rt[0xba][0xa9][0xe8][0xd6]1[0xc0]s[0xbe]O=x[0x17][0xf8]Lt[0xbb][0xa3][0xb1][0xd3][0x8][0x6][0xce][0xc6][0xae][0xa2]2:[0x89]:b[0xaa];[0x85][0xa0][0xff]l[0xec]2[0x16][0xed][0x92][0x94]^[0xc5]B[0x99]Z[0xf8][0x9b][0xc4][0xe2][0xd7]1[0xff][0xc][0xc2]-[0xea][0x9c]R[0x92]*n[0x8c][0x8b][0xa8]?[[0xc8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]q|[0x82][0x9][0x92]Y{[0x1a]ud[0xdc]b&g[0x19][0x9e]#][0x9f]'[0xc1]_[0x9c]E[0xa6][0xee][0x2][0xfa]n[0xdc][0xc7][0xb2]k[0x94][0x8b][0xe3]~[0x9e][0xb9][0xe8]+[0x10][0xd2]+[0xb5][0xa3][0x81],[0xe]I[0xb5][0xf8][0x1d][0xe0][0x5][0xf1][0x12]E[0x84][0x9f]q[0x17]gETa\r[0x6][0x1][0xff][0xc6][0xaa][0xc6][0xa5]IA[0xe7][0x1e][0x13][0xe0]R9~h[0xe3][0xd2][0x19][0x9c]ne_[0xe6]5{[0x85][\r][0xe2][0x98][0xc2]T[0xe7][0x1a][0xf4]0[0xd5][0xb0]Y|[5[0x8b]NuE[0x3][0xb][0xb6][0xf0]F[0xd5][0xc2]G,[0x84][0xc2]5[0xbc][0xb5]O[0x13]h[0xf][0x96]`[0xe5]$[0x1a][0x8a]Y[0xf9]j[0x9]V[0xfa][0xf0][0x10]L[0x8e]T&[0x93][0xfc]*[0x85]IVc[0x99][0x18][0xd8][0x1f][0x93][0xab]2[0x89][bn[0x88]j[0xe]LM[0xa2]1[0xaa][0x16][0x9f][0xa2]i[0x2][0x86][0x93]lv[0xc7][0xa7][0xd6][0x5][0xfc][0xeb][0x82][0xb5][0xc1][0xda][0xc0][0x9][0xdc][0x16][0xaf][\r][0xae]i[0xf][0xd5][0x87].by[0xbb].[0x99]h[0xa8][0xd7][0xfb]b[0xf5]:[0x8d][0x1c][0xf5]iG[0x83][0xda][0x99]k[0x9b][0xe9]B[0xed]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]_u[0x0]o[0x90][0x8a]o[0x92][0xe2][0xc7]Q[0xcf][0xb0]W[0xe0]-[0xdc][0x8e][0xb7][0x99][0x8a][0x13]l![0xef][0x90][0xe7]'I[0xa5]SL[0xce]i[0xa2]>[0x81][0x4][0xde]U1[0xad]e<{[0xa8]u[0x90]4[0x94]f[0xb3][0x98]7[0xf0][0x0][0xa3]f,[0x85]2'1[0x4][0x8b][0xb1][0xaf]f[0x1d][0xe6][0xe8][0x96]y1|[0xd7][0xc8][0x8e][0x90][0xea]U[0x9][0x8d][0xca][0xcc]([0xfe]E[0xb2]'[0xf9]T[0xfa]H[0x8a][0x92][0x87][0xf0][0xb0][0x9b]#[0xf6]][0xf7]~[0xb5]1G+[0xa2][0x1c]VJCqg?[0xa7][7E[0x1b][0xbc][0xb4]l^[0xd6]p[0x82][0xcd][0x87][0xb1]/[0x93][0xe7]}G[0xfd][0xc][0xfa][0x1f]3A[0xaf]b[0xa8][0xc0]{4w[0x96]Ey[0x1f][0xb][0xf9][0xa1]\[0x8f][0xf][0xf8]2[0x19]c[0xfb][0x1d]g[0x8b][0x1b]#[0xd4][0xf3][0x85][0xbb][0xb7][0x92][0xc][0x10][0xe0][0xc2][0x9e][0xb6]BXm[0xec][0x11]#[0x84]YO^g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0xb1][0x81][0xfe][0x7]+5[0xed]sZM*[0x2][0xf8][0x18]H[0x96]r[0xa3]x[0xa4]D[0x7][0xb][0x15]s[0xe5]R[0x9][0xae][0x94][0xc1]F[0xce]SnTO [0xcd][0xfb]k[0xe7]1\5[0xb8][0x19][0xf5]f[0x1a]s[0x94][0xc9]<~[0xa3][0xf0]hx[0x9c][0xf7][0xf2][0xdd]-[0xf5][0xff][0x3]PK[0x7][0x8][0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.class[0xd5][0x96][0xdd]o[0xdb]T[0x18][0xc6][0xdf][0xd3]8v[0xbe][0x80][0xa4][0xa3][0x80]3 c[0xb][0xd0]z[0xdd][0xe2][0xae][0x99][0xbb]Q[0xab]b.T[0xeb]T:FG$[0x8b][0xf][0xc9][0xc9][0xbc],U[0xe2]T[0x8e][0xcb][0xc4][0xc7][0x5][0xdc] [0xc1]%W[0x88]?a[0x12][0x12][0x88][0x8b]J[0xdb][0xe0][0xf][0xd8][0xc5][0xfe][0x80][0xdd][0xc0]-[0xb7]\p[0x89][0xf6][0x9e][0xe3][0xc3][0xbb]l[0xb3][0xb6][0x16][0xf3][0xb5][0x1b][0x9f][0xc7]'[0xe7]<[0xcf][0xef][0x89]e[0xf9][0xdc][0xf8][0xe3][0xea]O[0x0]0[0xf]v[0x1]r[0xd0][0xd4][0xe0]x[0x1]&[0xc0][0xd2]`A[0x83][0x13][0x5][0xc8]B3[0x8f][0x97][0x93][0x1a][0xbc][0xc2] [0xb7][0xba][0xbe]q[0xfe][0xd4][0xfa][0xf2][0xeb][0xc]^][0x1b][0x86][0xdd][0x86][0xb7][0xe5]u.[0xf9][0x8d][0xfe][0xb0][0xdb][0xed][0x5]]>67[0x1b][0x3]4[0xf2][0xba]~c#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qre[0x18][0xe][0xbc]([0xf2][0xc3]7[0xe2][0xe9][0x15][0xaf][0x13][\r][0xc3][0xf][0x17][0x19][0x94]G~[0xd8][0xf3][0xfa]-?[0x1c][0xf5][0x86][0xc1][0xdb][0xab][0xaf]1`g[0x18]<[0xb6]<[0xc]F[0x91][0x17]D-[0xaf][0xbf][0xed]g[\r][0xf6][0xaf]~[0xfb][0xc9][0xcf][0xbf]3P[0xed]^[0xd0][0x8b][0x96][0x18]d[0xa6]gZ[0xc][0x94][0xe5][0xe1][0x5][0x9f][0xc1][0x13]k[0xbd][0xc0]_[0xdf][0x1e][0xb4][0xfd][0xf0][0xbc][0xd7][0xee][0xe3][0xcc][0xe4][0xda][0xb0][0x83][0xb6][0x1e][0x9a][0xe3][0xbd][0x9c]T[0xa2]K[0xbd][0x11][0x83]B[0xe0]_[0x96] [0xc][0xce]M[0xaf]mz[0x1f]x[0x8d][0xbe][0x87][0xec]1[0xed][0xe2];cSg[0xdb][0x9b]~'Z[0x9c]yxUi[0x89][0xa5][0xb4][0xc1][0x9f][0xee][0x93][0xf7][0x9b]c[0x87]-/[0xf4][0x6][0x8][0xb2]/![0x88][0xc1][0x9b][0x9]D)[0x81]&[0xb6][0xcc][0xbb]Y([0xac][0xbd][0xab][0xb0][0xd4][0xf1]s[0xc][0xa2][0xbf][0x98][0x94]:[0xfb][0x18][0x83][0xcf][0xff][0xb6][0xec][0xd4]4[0xf3][0xc][0xbe][0xfe][0x7]iR[0xf3]5[0x19]\[0xf9]W[0xf9]R[0x13][0x1f]gp[0xfd]?&N[0xdd][0xc1]bp[0xf3][0xd7]!u[0xab][0x5][0x6][0xbf]<[0x2][0xad]R[0xf7]<[0xc1][0xe0][0xb7]G[0xb2]g[0xea][0xe6]'[0xf1]<`w[0xfa][0xf2][0x9b]\[0xd8][0x18]n[0x87][0x1d][0xa5][0xc7]?[0xb6][0x7][0x1f][0xf8][0xe9]?[0xca][0x93]KP[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x85]=[0x9e]".H+[0xbe][0x9d][0x1f]![0xee]-[0xc1]`)[0xdd][0xb9][0xa4][0x4]y([0xec][0x86][0xeb]T{[0x14][0x85][0xb8][0xe7][0xee][0xed][0xc][0xa6]wy[0xa8]h[0xc1][0x1c][0x9e][0xab]rx[0xf4][0x9a][0x0][0x9d][0x87][0xa2][0xaa]B[0x11]J[0x80]G 1[0xfb]8[0x8e][0x8c][0xff]Mx[0x9d][0x14]G4< [0xe1][0x98]5v[0x80]}/[0x96][0xec][0xc3]+?[0xae][0x1][0x98][0xa0][0xa0][0xe1][0x93][0xa8]J[0xf1]"[0x98][0x12][0x96][0x9f][0xc1]S[0xf0][0xb4]48[0x8d]k2|[0xc7]5[0x98]p[0xf][0xcf][0xee]@[0xe6];rQ[0xc5][0xae]%[0xe1]p ^%[0x1d][0xb8]z[0x6][0x11][0x99]PU[0xd8][0x8f];[0x18][0xba]>+][0xcf][0x82]&[0xd6]W[0x84][0xab][0xf2]#(nfv#[0xc1]|e[0xcc][0xbc]B[0xe6][0x15]2[0xaf][0xc0]s[0xf0][0xbc]4[0xaf]I[0xf3][0xf7][0xd0]\[0xc1]qJ[0x98]g[0xa5][0xb9][0xab][0x1c]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0x17][0x1]F[0xbc][0x81][0x2][0xa6](`J[0x6]pu[0x0]UFD[0xbd] [0xa3][0xfa][0x18][0x95][0xe5][0xf]AD[0xa9]cQnVW[0x92][0xf2]Z"[0xaf][0x19][0xef][0xa2][0xbc]*[0xe5]U)[0xaf]*[0xf3][0xb8]:[0x88]J[0x11][0xc9][0x87]d[0xf2][0xc7][0x98][0xac][0xe2]X[0x13][0xc9][0xda][0xbd][0xc9][0xae][0xaa]g[0x93][0xe2][0xdf][0x17][0xf1]K[0xf1]V[0x8a][0xaf]Q|[0x8d][0xe2]k[0x14]_[0x93][0xf1]\[0xd5]Qe[0x5][0xc8][0x8b][0x12][0xe4]K[0x4][0xd1]p[0xac][0xb][0x90]\"[0x88][0xab][0xe9]j[0x12][0xcd]EAs:[0xde]O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4\[0xbd][0x84]J[0x15]\/K[0xae]o[0xd0][0x95][0xbf])[0x86][0xe0]*[0xdf][0xf7]l[0xee][0x80][0xb9]9]K[0xa2][0xb][0x4][0xdd][[0xb1][0xb][0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xae][0xa6]Qi[0x82]sFr^[0xc1][0xfb]<[0x19]c[0xce][0xe4]'y[0x87][0xd3]-[0xab]z.[0x89][0xf6][0xb2][0xa0]}7[0xf6]"Z[0x93]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5%-W[0x6][0xaa][0x9c][0xe0]>,[0xb9][0xaf][0xe2]/<[0xc3][0x8a][0xb9][0x1f][0xf0][0xe0][0xc7][0xb8][0xdd][0xb2][0xa6][0xe7][0x93][0xe8]?[0x15][0xf4][0x17]cG[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-I[0xcf][0xd5],[0xaa][0xbc][0xe8]qD[0xf6][0xb8][0x81]k[0x8a]8[0xda]q[0x8f][0xfc][0x1e]z[0xb8][0xe5][0x9c]^Hj[0xf3][0x85]h[0xb3][0x15][0xfb]R[0x1b][0x9b][0xda][0xd8][0xd4][0xc6][0xa6]66[0xb5][0xb1][0xa9][0x8d]MmljcS[0x1b][[0xb6][0xe1][0xea]([0xaa][0x82][0xe8][0xd5][0x90][0xbd]n[0xe1][0xea][0x12][0x8e]N[0xdc][0xab][0xb0][0xe7]^n9[0xaf][0x17][0x93][0xda]}%[0xda]}[0x14][0xbb]S;[0x87][0xda]9[0xd4][0xce][0xa1]v[0xe][0xb5]s[0xa8][0x9d]C[0xed][0x1c]j[0xe7]P;[0x87][0xda]9[0xb2][0x1d]W&[0xaa]"[0xfe]>G_[0xb8]C"[0x9][0xa0]x[\r][0xb2][0xee][0xe][0xa8]?[0x80][0xc6][0xbf]sl[0xc][0x98][0xbf]j[0xc7]D[0x89][0xf9][0xdb]PK[0x7][0x8]E[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataId.class[0x9d]W[0xfb]w[0x14]g[0x19]~&;[0xbb]3Y&[0x10]6[0x4][0x8][0xa4]t[0x1][0x93]fw[0xa1])[0x97][0x82]MhJ[0x80]@[0xb6][0xe4]"[0xd9]$[0x90]R[0x84][0xc9][0xee]d3[0xb0];[0xb3][0xec][0xcc][0x10][0x82][0xd6]z[0xa5]w[[0xb4]V[0xb1]M[0xbd][0xd5][0xe2][0x5]-[0xd8][0x92][0xc4]"[0xad]U[0xf][0xf5]x[0x8e][0x1e][0x8f]?[0xfa]/[0xf8]/xZ[0xdf][0xf7][0xdb][0xc9]&[0x90]E[0x91][0x90]|[0xf3]][0xde][0xeb][0xf3]>[0xdf];[0xc3]_>y[0xff][0x3][0x0][0xdb][0xf0][0xa7]0B[0xf0][0xc2]h[0xc6][0x19][0x5][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xaa][0x98]Tp.[0x8c]/[0xe0][0x8b][0xbc][0xfb]T[0x18]2[0xbe][0xa4][0xe2]i^|[0x99][0x87][0xaf]T#[0x80][0xaf][0xf2][0xec]k,[0xf5]u^~[0x83][0x87][0xf3]<<[0xa3][0xe2]Y>{N[0xc1][0xf3]a[0xd4][0xc3]S[0xf1][0x2]?_[0xc][0xe3]%|[0x93]g/[0xab]x[0x85][0x9f][0x17]T|+L[0x1a][0xdf][0xe6][0xe1]U[0x1e][0xbe][0xc3][0xc3]k|[0xf6]][0x9e]}[0x8f][0x87][0x8b]*[0xbe][0xaf][0xe0]u[0x15]o[0xa8][0x98]R[0xf1]&[0xef][0xfd][0x80][0x1d][0xfd]P[0xc5][0x8f]T[0xfc]X[0xc5]OT[0xbc][0xa5][0xe2][0xa7][0xbc][0xf7][0xb6][0x8a]K*~[0xa6][0xe2][0xe7]*~[0xc1][0x1b][0xbf]TpY[0xc1][0xaf]$h[0x83][0xc9][0xde][0xae][0xe3][0x87][0x86]:{[0x92][0x83]#[0x12][0xb6][0xf5][0xd8][0xc5]l[0xab]^[0xd0][0xd3][0xe3]Fk[0xce][0xce]fM+[0xcb][0xcf][0xed]'[[0xf3][0x86][0xe3][0xe8]Y[0xa3]5[0xe5][0x16][0xbd][0xb4][0xeb][0x15][0x8d][0xcc]>[0xdd][0xd5][0x93][0x99]v[0x9][0xa1][0xfe][0x81][0xe4][0x81]d[0x9f][0x4][0xb9][0xb7]k[0xb0]S[0x82]:[0xd0][0x95][0xea][0x1a][0x18][0xee][0xda]'AJJ[0xa8][0xd9]k[[0x8e][0xab][[0xee][0xb0][0x9e][0xf3][0x8c][0xc0][0xa7][0xf4]#[0xa1][0xd6]1[0x8a][0xa6][0x9e][0x1b]6[0x8a][0x8e]i[CI[0x96]}<[0xf8][0xd4][0xe1][0x87]G[0xff][0xb9]t[0xdb]y[0x9][0xe1][0xde][0xce]#[0xc7]{[0xba][0xfa][0xe][0xc]v[0x7][0xa8] Q[0x9]J[0xe7][0xe0][0xf1]T[0xf2][0x0][0xb9][0x89][0xf4][0x9c][0xd4][0xcf][0xe8][0xad]9[0x9d][0x82][0xa3]p(F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xb6][0xf4][0xbc]Av[\r][0xcb]5[0x8a][0x85][0xa2][0xe9][0x18]}^~[0xd4](R8E[0xe3][0xb4]gR[0xc0][0x12][0xea][0x8e]VRU[0xed][0x82]KA[0xe8]9Je[0x97]i[0x99]n[0x87][0x84][0xf6][0x96][0xc5][0x92][0x15][0x94]+l[0xc5][0x86])[0x98][0xbd]v[0x86][0x82]Y[0xd6]cZ~[0x18][0x83][0xfa]h[0xce][0xe0][0xd0][0xed]4e[0xad]S[0xee][0xb4][0xf6]7ew[0xdc]t$[0x4]M+c[0x9c]%[0xbc]R[0xae][0x9e]>[0xd5][0xab][0x17][0xc4][0xb1]`[0xdf][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z$[0xec][0xaa][0x10]S[0xf2][0xee][0x83][0xaa]2[0x9][0x81]P^?e$i2[0xde]r[0xf][0xb5][0x8e][0xdd][0x13]?[0xba]+[0xc5]}o[0xa6][0x2]TK[0x1a][0xa9]`[0x12][0xaa]3[0xc6][0x98][0xee][0xe5]\[0xce]&[0xa2][][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]$k[0xb8][0x3][0xe5][0xda][0xd7][0xb7][0xc4]*V[0x9f][0xa5][0xfa][0xcb][0x4]Ph[0xd5]'[0x98][0xb4][0xa2]%VI[0xbc][0x8e][0x4][0x16][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0xc4][0x88][0xe9]a[0xd3][0x19]0[0x88][0xd8]g[0xd8][0x1f]m=A[0xdc]r[0xed][0x92]*[0xe1][0xef][0x8c]JhXds[0x8f]g[0xe6]2F[0x91]y8f[0x17][0xf3][0xba];hKh\[0xc][0xd9][0x9c][0x1c][0x97]24[0xea][0x8d][0x8d][0x9]n[0xef]J[0xe7]|[0xc6][0x92]?:[0x9][0xa7]l[0xaf][0x98]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0x9b]L[0xac][0xfa][0xdb][0x11]|[0x90][0x8d]j[0xe8]CQ[0xc3][0xaf]1.a[0xcb][0xff]][0x4][0x9][0x1b][0xe6]#K[0xe6]rFV[0xcf]u[0x16][0xb3]^[0x9e].^[0xd7][0xd9][0xb4]![0x90][0x94][0xf0]P[0x8f]ae[0xdd][0xf1][0xa8]=[0x16]53[0xd1]&'j[0xd0][0x99][0x91]q[0xa2]y[0xfd][0xac][0x99][0xf7][0xf2]|[0xd0][0x94][0x89][0xa6][0xc7][0xf5][0xa2][0x9e]&4[0x89][0xff][0xb5][0xf3]v[0xfb]GO[0x1a]iW[0xc1];[0x1a][0xae][0xe0][0xaa][0x86][0xdf][0xe0]][0x8e][0xfa]=j[0x12][0xbb]5\[0xc3][0xb4][0x86][0x19][0xcc]jH[0xa2][0x9b]g[0xbf][0xd5][0xf0]>[0xef]=[0x8e][0xe][\r][0x7][0xd1][0xa3][0xa1][0x97][0xef][0xcb][0x86]>;[0xea][0x94][0xc3][0xe7]8[0xb8]GD't'[0xea]x[0x85]B[0xce]42[0x1a][0xae][0xe3]w[0x12]V[0xdd][0x1]l[0x9]M[0xa9][0xc5][0x6][0xd2][0xba]e[0xd9]n4m[[0xae]nZQ[0xdd][0x8a]j[0xb8][0x81][0xf][0x14]|[0xa8][0xe1][0xf7][0xf8]H[0xc3])[0x8c]IXO[0xde][0xe7][0x9b]Q[0xd4][0x12]L[0xb9][0xcd][0xf9][\r][0xfc]AB[0xeb]-PU[0xc0]i[0xdb][0xd6][0x5]8[0xb5][0x91]3[0x3]c[0x1a][0xb2][0x18][0xd7]p[0x14][0xc7][0x18][0x98][0x11][0x1e][0xfe][0xa8][0xc1][0x82][0xad][0xc1][0xc4]Ib[0xb5]k[0xe6][0x8d]C[0x9e][0x9e]3[0xdd][0xc9][[0xa0][0x9d]c[0xa3][0xe2][0x9e];h[0xd9][0x13]T*[0xd5]tR[0x93]V[0x9a]9[0xab]94[0xe9]L[0xa7]=r6[0xc9]6[0xfb]5<[0x82]6"[0x9c]]4[0x89][0x1c][0xdc]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6[0x9f][0x17][0x13]Bu[0xec]1wB/[0x12][0xe3][0xaa][0x9d][0x9][0xbf][0xa5]khgE9o[0xb8]:[0xd1][0xd2][0xa1]{h[0x90][0x13][0x96][0xaf]v&[0x9d][0xa1][0xc2][0xa0][0xc9][0xb7]L[0xe5][0xa0]<"[0x9a][0x86]],[0xbf]BDj[0xda][0xad])[0xf1]~0[0xcf][0x95]Z[0xe4][0x8e];[0xf2][0xd4]s[0xcd][0xdc][0xad]E[0xdb]/n[0x91][R[0xc][0xe5][0x4][0xb8][0x12][0x96]/`-E[0x9f][0xe5][0xe2]*g[0xf8][0x8d][0xd4]O[0xc5]Z[0xd9][0x92]\x[0xdb]}[0x9]~[0xb7][0x95][0xee][0xa4][0x84]G[0xfe][0xc7][0xb][0xa1]D[0xd9][0xf6][0x8a]=[0xa3][0xbe][0x82]._VEt|[0xf6]_Q"[0xc9]Py[0xa3][0x8e]_1[0x8a]1y[0x7][0xf3][0x95][0xf7][0xd5][0x82]^[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x14][0xbd][0xea][0x93][0x95][0xae][0xd9][0xda][0x85][0xae][0xf6][0x12][0xaf]R~i[0xda][0xb9]_[0x85][0xf4]B[0xc1][0xb0][0xa8]H[0x9b]+E[0xf4]_[0x9a]W[0xd3][0xdd]T[0x88][0xdf]r[0xa7]=[0xdb][0xa5][0xc2]4[0xdf][0x95][0xfd]vn[0x85][0x15][0xb2][0x9b][0xf7]+[0xd3][0xf1]0[0xd6][0xd3]GM[0x8]U[0xd8][0x89][0xcf]b[0x9][0x1a][0x98][0xb4][0xf4][0xd5][0xd0][0xc0][0x1c][0x14][0xcf]][0xfe][0xf3]Qt@[0xc2]c4[0xaf][0xc2]n[0xac]A'[0xf6][0x94][0xd7]{i[0xdd][0xb5][0xe0]|?[0xad][0xf][0xa0][0xbb][0xbc][0xe]#[0xc2][\r][0x87][0xe6][0x11][0xee]4[0xe2]I[0xcd]F<{[0xc5]S[0xa3]oB[0xba]3[0xa4][0xf1]9@[0xba][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xb4][[0x88][0xcf]@[0xaa][0xda]!'nbKb[0x1a]U[0xb5][0xd1][0xb7][0x10][0xbd][0xe]y$[0x12][0xc][0xde]@h$[0x90]H[0x8d][0xc8][0xb5][0xd1]Y([0xa9]Y[0xa8]3[0xa8][0xfe]0[0x11][0x9]Oc[0xc9][0xe][0xb9]^~[0x13][0xd1]x"P/OC[0xbb][0x86][0x9a]x[0xa2]^[0x96]OLc[0xe9],[0x96]]C[0xed]%[0xde][0xe1][0xed]*Z[0xc4]7][0xc3][0xf2][0xf8][0xe6]k[0x88]\%[0x9f][0x1][0x1c][0xa2]q[0xf]ji|[0x94][0xa2][0xea][0xa0]X[0x1e]#dvc[0x5][0xe5][0xdc]L'qzn[0xc1]>B[0xea][0x0][0x9d]vSfI[0xea]&[0x7]q[0x82]21([0x8b][0x93][0x94][0x87]My[0xc][0x90][0x85][0xed][0xa5]<[0x90][0x12]([0xf2],)p[0xe1][0x19]#P%f[0x8c]A[0x80][0xfc][0x98][0x18]$[0x8b]2[0x86][0x4][0xe2][0xf2][0xa7][0xe4]&[0xa8]`X[0xc1]a[0x5]G[0xe8][0x97][0xf4][0x94][0xf5][0xd5][0xa4]N}[0xcb][0x87]j[0x88][0xc4]C$>[0xc5]P%>F[0x8d][0x80][0xa7][0xae][0x8c][0xc5][0x8a][0x8b][0xd8][0xc0][[0xd7]Q?2[0x83][0x95][0x91]U[0xd3]X[0x1d][0x9][0xcf][0xa2][0x81][0x9e][0xd3]X[0xc3]r[0x8d]S[0xbe][0xd6]Z^[0x95]pi$\|[0x95][0x84][0xd0][0xa0][0xa1]q[0x1a][0xf4][0xbb][0xa6]-[0xd8][0x10][0xf4]kq[0xff]B[0xcb][0xf7][0x91][0x8][0x9f][0xcc][0x99]eD[0x97][0xc7][0x1b][0xe4][p[0xed][0xc0]2[0x1a][0x8f]R[0xd0]OB[0xc5]1[0xaa][0xff]q[0xac]%[0xe4][0xda]0Jgi[0xc2][0xc6] 4[0xc6][0x8][0xbb],[0xbd][0xb][0xc6][0xe1][0x11]&[0x17]h[0xf6][0x1a]rx[0x3]y[0x81]iG)[0xe1]2[0xa6]SeL[0xa7][0x4][0xbb][0xaa][0xc4][0xec][0xa0][0xc0][0x94]g[0x8c][0xae]L6[0xb6][0xe2][0x9][0x92][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xd7]1[0xba][0x91]9t[0xa5][0x12][0xbc][0xc0][0x3]5[0xff]F7m[0x90][0xb5][0xa3][0x14][0xa1][0x80][0x98][0xf6][0x3][0xc2]f[0x1d][0xc1][0x1b][0x8c]_[0x89][0x13] [0xeb][0xe8][0xef][0xfe]iD[0xaf][0x94][0x13][*[0x9c][0x9d]!G[0x13][0x14][0xde][0xa4][0x8]teI[0xad][0x1c]h[0x1d][0x5][0xd0]FF[0x87][0x84][0x96][0x14][0x12]^[0x8e][0xf9]^[0xfe]Ej[0x9c][0xd7]N*[0x7]{y[0xf]57[0xb1][0x8a][0x1f]}4,o[0x93]i[0x8c][0xb4][0x5]/aI[0xa2]Oj[0x93][0xa5][0xb6][0xe0]u[0x4]F676[0xc8][\r][0xc1][0x19][0xac][0x9f][0x8f]$N[0xd7][\r]x[0x86]"y[0x96][0xc]>[0x8f][0x1a][0xbc]@[0x99][0xbe][0x88][0xd5][0xf4][0xdf][0xa5][0xf5]x[0x19][0x1b][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf8][0x2]bxUD[0xf9]$[0xaa][0xe9]|[0x99][0x0]'@R[0xd5][0xf8][0xbc][0x0]l[0x1d][0xad][0x8e][0xd3][0x8c][0x9][0xbc][0xb3][0x9c][0xc3]N*V[0x9][0xec][0x9d][0xd0][0x5][0xd8][0x1b][0xe9]b[0x94]t[0x9b][0xb1][0xdc][0xd7][0x8d][0x11][0x1e]%][0xce][0xb5][0x16][0x81][0xd0][0x9a]O[0xa0][0x94]yL[0xfa][0xa3]T[0xec]R[0xe2][0xad][0xf4]d{AN[0xf3][0x8a][0xe8][0x17][0x9c]F[0xc8][0xaf][0xe8][0x80][0xe8][0xe]B[0xc0][0xf]BB[0xa6][0xa2]r[0xe4]v[0xe5][0xb7]+*[0xd3]'@[0x5][0xe5][0x9a][0xdb][0x95][0xdf][0xa9][0xa8]L[0x9f][0xe][0x15][0x94]k/[0xdf][0xa6]<[Q[0x99]>/|[0xe5]=[0xbe]r[\r]+OA[0x91]/A[0xe]\.[0x97][0xb0]d[0xe4][0xa3][0x5]Fj|#C[0xc2]`[0xd5][0x92][0xdd][0xac][0xaa][0x9c][0xc9][0x11][0xc2][0x9c][0xb9][0xd6][0xc8][0x97][0x91][0xb3][0xe1][0xb][0x1a]>1[0x83][\r]=L[0xd7][0x8d][0xf4][0xb7]f>[0xc1][0x12]WoR[0xd5]?[0xc6]*[0xfc]y[0x1]W[0x1b]}7[0x11][0xe2]P[0x8e][0xae][0x1b]{[0xa1]/#[0xdf][0x8b]C2,[0x15][0x8b]O[0xe3]3[0x17][0xb1],Q[0xf2][0xb4][0xfa][0xf0]%[0xac][0x9e][0x9b][0x8b]N[0xc1]YQ[0xb3]8<[0xef]#[0x14] [0xf0]W[0xea]q[0xa3]k[0xf0]w[0xb4][0xe0][0x1f][0xb][0xdc][0xc6][0xca][0xf4][0x8a]Q7[0xcc][0xfb]W[0x84]R[0xaa][A][0xe2]4[0x8a]~[0x0][0xe7]i[0xc5]?cL[0xfd]H[0x93][0x14][0xba][0x81][0xe6][0x91]@[0xe4][0x1]z[0xb]DZR#[0xc1]H,5[0x83][0xf8][0xbb]H[0x88][0xf3]M[0x92]R:[0xdf][0xcc][0xe7][0xf][0xf2]ykj$[0x14]y[0xa8]$[0xb4]E[0x8]m[0x9d]3[0xb2][0x8d][0x85][0xb6][0xb3][0xd0][0xc3][0xa5][0xf3][0x1d]WE[0xd1][0xe6][0x1][0x8b][0xd2][0xbf]fz[0xcf]m[0xa2]]G[0x80][0xe9][0xfe][0x7]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.class[0xa5]Smo[0xd2]P[0x14]~[0xee]([0x14][0xba][0x8e][0x1][0x9b]:p[0xbe]LQ[0x81]M[0x10][0x7][0x1a][0x3]Nt[0x8e]dI[0xb7][0xc5][0xe0][0x88][0x8b][0x9f].]e%[0xa5]5[0x85][0xee]w9[0x96]8[0xa3][0xd1][0xec][0xb3]?[0xca]xn![0x6]"[0xf1][0x83][0xb4][0xc9]99[0xf7][0xbc]<[0xcf]9[0xf7][0xdc][0x9f][0xbf][0xbe][0xfe][0x0][0xb0][0x89]R[0x4][0x12][0xee]+x[0x80][0x8c][0x8c]%[0x19]9[0x5]*[0xd6][0x85][0xd8][0x8]cA![0xe7][0x86][0x88]x[0x18]F\[0xe8][0xbc][0x8c][0x2]C[0xe0][0xdd][0x9e][0xc6][0x10][0xaa];n[0x97][0xf7][0x19][0xd4]][0xdb]6[0xdc]m[0x8b][0xf7]zF[0x8f][0xe1][0x85][0xe6][0xb8][0xed][0x2][0xff][0xc8][0xf5][0x13][0xa3]`9[0xed][0xb6]i[0xb7][0x85].u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xa3][0xd7][0xe3]m[0xa3][0xd0][0xe8][0xbb][0x9e][0xde][0xf7]\[0xe3][0xf8]5[0xef][0xf3][0xbd][0xe1]izX[0xaf][0xc2] [0xd5][0xf]5[0x2][0x90][0xd3][0xcd][0x97][0xda][0xe1]N[0x83][0xa1][0xf6]~[0xe6][0x9a][0xa1]Sny[0x82][0xde][0xab]Lv[0xf6]j[0xd2][0xb6]sl0,j[0xa6]m[0xec]{[0xdd][0x96][0xe1][0xbe][0xe5]-[0x8b]Nd[0x1f][0xe6][0xe0][0x3]C#[0xa3]u[0xf8])/X[0x9c][0x8a]S9[0xc2][0xa8]dg[0x6]Nh[0x8e][0xce][0xad]&wM[0x81]7[0x2][0x95]l[0xde]5[0x84][0xef]/@[0xea][0xbb]j[0xda]f[0x8b][0xe1][0xea][0x14]>[0xbb][0xd9]&e[0xf7]OL[0x9a]K[0xa4]a[0xb6]m.[0x90][0xe9][0x82]3[0xc2][0x11][0xae][0xea][0xd6]([0xf9][0xcd]X[0xee][0x8e][0xed]u[0xab]36[0xb2]E[0xcc][0x94][0x86][0xe3][0xb9][0xba]Q7E[0xb][0xa9][0xa9][0xe1]y[0x81][0xaa]"!6sI[0xc5]#[0x14]e[0x13][0xb8][0x8a][0x15]l[0xaa][0xb8][0x81][0x9b]*[0x16][0x10]S[0x11]G[0x8c]!:[0xd9] CP[0xb7][0x1c][0x9b][0x98]-g[0xb2]c[0xcd][0x1f][0xb4]:[0x86]..[0xe2][0xc9][0xff]q`([0x8f][0xdf][0x83][0xff]h*[0xd3][0x16]e[0x92]N[0xa5]V[0xa4][0xd7][0xa7][0xd2][0x93][\r][0xd4][0x92][0x82]5@:.t,%[0xe6]C[0x1e][0x9][0x11],[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0xaa][0xc9][0xba]CZ|[0xca][0x0][0xec]3[0xe6].[0x11][0xf8]D[0x16][0xc3]5[0x92]![0xdf]W[0xa6][0xf8][0x15]$G[0xf1]%[0xcc][0xf9][0xa7]JB[0xca]}A[0xf0][0x12][0x92][0x88][0x9f][0x9b][0x88]O[0x91]T[0x87]Q[0xb8][0x8e]U[0xdf]Oc$)*[0x14][0x11][0xa0][0x1f][0x90]s[0xeb][0xab][0x17][0x8][0x9d][0xfd]#][0xc6]-A[0x1d][0xb7][0xfd][0x98]5[0x84][0x89][0xee][0xda][0x88][0xc8]>5"[0xbe][0xfc]7HG[0x9]9p[0x81][0xf0]9"[0xbe][0xa1]H[0xbe]1[0x1f][0xfc]NV`@+{$[\r]0[0xdf]8[0x7];[0xfb][0xd3]\[0xd4]'[0xf1][0x94][0x86][0xf4][0x8c][0x10][0xcb]d[\r]Q[0xee]"[0xed][0xeb]{X[0xf4][0x1b][0xa0][0xc5]G[0x16][0xd1]Z[0xf2]7PK[0x7][0x8]d[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage.class[0xc5]X[0x9]x\U[0x15][0xfe][0xef][0xcc][0xbc][0x99][0xc9]t[0x92]L[0xd3]$%m[0xd2][0xc][0xb1][0xd0]t&i[0xa4][0x1b][0xd0][0xa6][0x91]4[0xb4]45[0xb]4m[0xba]Q[0xca][0xeb][0xe4]%[0x99]v[0x96]0[0xb][0xa5][0xc8][0xa6] [0xa2]Tp[0x17][0x8a][0x82][0x2]Z[0x17][0x94][0x8a][0x92]T+[0x5][0x5][[0x11][0xdc][0x0][0x15]7[0x14][0x15][0xc5]}[0xdf][0xb0]X[0xff]{[0xdf][0xcb][0xcb]d:-M@[0xfd][0xda]y[0xef].[0xe7][0x9e][0xf3][0x9f][0xf5][0x9e][0x97][0xaf][0xfc][0xfb]s[0x7][0x1],[0x10].[0x1f][0x9a][0xf1]q[0xf][0xee][0xf1][0xc1][0x81]O[0x14][0xa1][0x18][0x9f][0x94][0x8f]{[0xe5]c[0x9f][0xdc][0xfb][0x94][0x8f][0xa3][0xfb]|[0xa8][0xc6][0xa7]=[0xf8][0x8c]|[0xdf][0xef][0x83][0xf][0xc3][0x1e][0x8c]x[0xb0][0xdf][0x83][0xcf][0xfa]P[0x8a][0x8f]{[0xf1]9[0xf9]> [0x1f][0x9f][0xf7][0xa1][0x4][0xf][0x14][0x91][0xf2][0xa0]<[0xfb][0xa0]|<[0xe4][0xc5][0x17][0xe4][0xb1]/z[0xf1][0xb0][0x9c]?[0xe2][0xc1][0x97]|8[0x84][0xc3]r[0xf2]e[0xc9][0xf5]Q9[0xfa][0x8a]<[0xff][0x98][0x1c]=.[0xf1]|U>[0xbe][0xe6][0xc3][0xd7][0xf1][\r][0xb9][0xf6]M[0xf9]xB2~R[0xf2]zJN[0xbf][0xe5][0xc5][0xb7][0xbd][0xf8][0x8e][0x17]O{[0xf1]]y[0xfa]{^|_[0xe2][0xfe][0x81][0x17]?[0x94][0x4][0xcf][0xf8][0xf0]#[0xfc]X[0xae]<*[0xf]=*[0xa7][0x8f][0xca][0xe9][0xb3]r[0xfa][0xac][0x9c]>+[0xe9]~[0xe2][0xc1]O=[0xf8][0x99][0x80]{e2[0x15][0xd7]3[0x2][0xfe][0xf6]D[0xc2]H[0xb5][0xc5][0xf4]t[0xda]H[0xb][0x4][0xd2]F*[0xaa][0xc7]z[0x8d]T:[0x9a]L[0xac]k?W@[0xac][0x16](nK&[0xd2][0x19]=[0x91][0xe9][0xd5]cYC[0x9b]~W[0xc9][0x3][0xcf][0xf][0xef][0xfd][0x83][0x80][0xaf][0xb3]u[0xc3][0xd6][0x8e][0x15]][0xe7][0xad]]E[0xca]v'[0xcd][0x1d][0x14][0xf0][0xac]j[0xed]Y[0xd5][0xdb][0xda]![0xa7][0xb5][0x2][0x8e]h[0x9f][0xc0][0x82][0x8e]dj[0xa0]I[0x1f][0xd2]#[0x83]FS,90[0x10]M[0xc][0xc8][0xf7][0xc2][0xed]Mq#[0x9d][0xd6][0x7][0x8c][0xa6][0x9e]L*[0x1b][0xc9]dSF[0xdf][0xb9]zFo[0xef][JN[0xd6][0x9e]@Y[0xc7]v[0xfd]R[0xbd])[0xa6][0xf3][0x18][0x9]y[0x9a][0xdb][0xae][0xcc][0xae]![0xee][0xb9][0x9b][0xa3][0x89]h[0xa6]E[0xe0][0xec][0xfa]c[0xa9]Nfen/y[0xb5]%[0xfb][0xc8][0xab][0xb4]#[0x9a]0[0xba][0xb2][0xf1]mFj[0xad][0xbe]-[0xa6]$'#4[0x89]N[0xc3]pn-[0xba]2[0x83]Q[0xda][0xeb][0xac][0x89]j[0xd5]i[0xae][0x12][0xbb]3[0x9e][0x1e][0x10]X5I[0xc4][0xe6]J6[0x13][0x8d]5u[0xea]C[0xa6][0x2]}[0xe4]/[0x15][0x18][0xbf]%P9^[0x1][0x9a][0xcc]Rb[0xd1]x[0xd2][0xe6][0x93][0x11][0xdc]B[0x86]E=[0xd1][0x81][0x84].u[0x12]H[0xbc]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa4]h[0xa9][0xe6][0xa6][0xfa]ID[0xd2][0xc9][0x6]A[0xf4][0xbf][0xc5][0xbc][0x80][0xbf]n[0xfe][0xdf][0xc8][0x9a][0x80]iWO[0x18][0xd1]h8[0x17]P[0xcf][0x19][0xd7][0x87][0x4][0x86]^![0x96][0x13][0xd0][0xc2]Y[0xaf][0xb2]ag43(p[0xd1]I[0x85][0xe7][0xdc][0x97][0x91][0xc6];[0x8c]][0x2][0xda][0xa5][0xb2]0[0xb2][0x1e][0xe][0x18][0x19][0xb3][0xb4][0xb2]8T[0xd4][0xcf][0xdd]\[0xa8]j[0xb9][0xfb][0xad][0xe2][0xfb][0x9a]I[0x8a][0x9d]m[0x8a][0x90][0xf5][0xb1]T[0xd8][0xb4][0x82][0xa2]D[0x94][0xc5][0xbb]'[0xa3]Gv[0xd0][0x86]*[0xeb][0xd5][0x95][0x96][0xf0][0xe0]9[0x82]&[0xd8]v[0x96][0xe6]E[0xf5][0x13][0xd6]_[0x15]g-m[0x9e][0xaf](`c[0xe9][0x82][0xc5][0x93][0x9]py[0xd0]C`kUe/'[0xb4][0x2]jy[0xd2][0xa3][0x4]^[0xd3][0x0]k[0x93][0x2][0xd5][0xc7][0xc2]X[0x9e][0x8d][0xc6][0xfa][0x8c][0x94]b[0xea][0xde][0x96][0xed][0xef]7R[0x2]U[0xc7]%ce[0xb3][0xfd][0xa7][0xee][0xc2][0x8c]e[0xf0][0xd1]%/[0xdd][0x1c]e[0x99][0xa5][0xe0]9'[0x17]X[0x14][0x90]H[0xa6][0x8c]6=m[0x1c][0xa7][0xe9][0xde][0x94][0xe7][0xfd]Q[0xa6]'0l [0x9f][0x9a][0xb9]O[0xbd][0x95][0xe7][0xd8][0xef][0x8c][0xeb][0xbf]Mw[0xe2]T[0x14][0xa3][0x99][0xc5]`[0x19][0xdc][0x98][0x81]s[0xd0][0xca][0xf1]r[0x0][0xe][0xb4]q[0xbe][0x2]+[0xed][0xf9]y[0x9c][0xaf][0xca][0x99][0xb7][0xf3][0xc7]+L[0x8d]y[0x8b][0xa9]w[0x97]z[0xcf]"M7[0xce][0xe7][0xf3][0x2][0xce][0xb2][0xe4][0xec][0xe2][0xbb]&4[0x2][0x11]:[0x0][0xc7][0xc6][0xb0][0x10]#p[0xde][0xf]W[0xa8][0xe1]~h[0xa1][0xc6][0xfb][0xe1][0xfe][0x94]:[0xbe][0x86][0xcf]Jh|.[0xe7][0x91]6[0x94][0xe1]\L'[0x88]j[0x8a][0xed][0xe1]j[0xc8]d[0x84][0xb5]X[0x7][0xa8][0xd1]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14]j[0xd4][0xcb][0x91]C[0x8d]$[0x8][0xa7][0x82][0xb0][0x9e]+[0x12][0xc2];[0x9]Ar[0xad][\r]U[0xb9]F[0xe0]9[0x11][0x8]g[0xe][0x88][0xb]xl[\r][0xca])[0xba][0x8a]"gQ[0xa8][0x4][0xb1][0xd0]d" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0x83][0xa8][0xb5]A[0xd4][0xda] j-[0x10]r[0xb4][0x1][0x1b][0x9]{[0x13][0xc7]~[0x8b]j[0x3]6s[0xe5]B[0xa5][0xf2][0x16][0x5][0xf4]"[0xcb]V1[0xae]H[0x15][0xcb][0x95][0xad][0xc2]'4[0xd1][0x16]R^[0x84]"lE[0x9].[0xc6]4[0xe8]9&*[0xb7][0xd1][0x95]+[0x1f][0x9]5[0x1a]EW[0x9e]c[0xa2][0xad][0x96][0x89][0xde][0xc2][0xb7][0xe4]Zi[0x99][0xe8]X[0xd9][0xb9][0x96][0x89][0xd3]2[0x9]LA[0x12][0x1][0xc][0xa1][0x2][0x97][0xe4]X[0xa6][0xd2][0x96]]i[0xcb][0xae][0xb4]eW[0xda][0x96][0xa9]<[0xc6]2[0x95][0xe3],s1[0xbc],|W[0xf1]-O[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5(x[0x9f][0x81]K"[0xe4][[0x93] [0xf9]v[0x17][0xc0]y9[0x9f][0xaf]c[0x84]_A[0x8c]W24[0xae]R8[0x83]&'[0x1b][0xe7],[0xa2][[0xa7][0x10][0xcc][0xc2]6br[0xe4]`[0x92]+[0x9b][0xb9]bb[0x8a][0x10][0x1d][0x9b]>[0xcb][[0xb] [0x14][0x8d]&[0xbd]5[0xe6][0x1e][0x9f]R[0xf4]:[0x92]^[0xaf][0xc4][0x99][0x8c]4K[0x9c][0x90]W[0xa8][0xc5]`5[0x81]H([0xde]P[0xb8]a[0x98][0xcf]}y<[0xde]F3[0xbf]=[0x7][0xb2][0xd7][0x86][0xec][0xc5][0x80][0x15]t^[0xc]*[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D[0xb1][0xdd][0xe2]{/[0xa9]=|/[0xda][0x8f][0xa2][0x83][0xf][0xc0][0xd7][0xe1]\[0xc6]QW[0xe3][0xc1][0xc5].[0xe7]b[0xad]B[0xab]p[0xdd][0x89][0x19][0x8d][0x15][0xda][0xfc]%[0xee]p[0xf5]u[0xe]Q[0xe5][0x1e][0xc6][0x94][0x9e][0xeb]4[0xb1][0xf7][0xe8]s[0xe1]}[0xb6][\r]gP<[0xd8][0xad]yq[0x1b][0x1][0xbd][0xf]ux?[0x1a][0xf9]^[0x80];[0xec]X[0xab]c[0x14][0xec]`[0xdc]J[0xca]E[0x16]T[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xcc][0xb7][0xc6]c[0x14][0xf0]x[0xe]c[0x9f][0xcd][0xd8][0xc7][0xec][0xbb]ZiMAkh[0xf9][0xd6]x[0xaa][0xa0]5^o[c[0x9c][[0xb4]| O[0xf3][0xcc]w[0x8f][0xe3][0x96]^[0xcb][0xc5]o[0xc0][0xb5][0x16][0xaf]UVy![0xaf][0x11]L[0xcf][0xe7][0xf5][0xc]y[0xfd]('[0xf]sy[0x8d][0xe6][0xa1][0xdb][0xca]C[0x87][0xfc][0x94][0xb1][0xb8]>C[0x19][0xd2][0xea][0x91][0x82][0xfe]:e[0xbc][0xbf][0x9c][0xcb][0xaa]%[0xd9][0x9d]83\=[0x8c][0xaa][0x96][0x9a][0xc0][0xa9][0x1f][0xc4][0xcc][0x9a][0xc0]Uw[0xa1][0xa2]&[0xb0][0xec][0xe][0x94][0xd6][0x4][0xb6][0xdc][0x81][0xa2][0x9a]@[0xdd][0x7]P,[0x19][0x95][0xcd][0x90][0xe7][0x98][0xbf]{[0x8f][0x1e][0x1e]st[0x1d][0xf3][0xf][0xf8][0x9][0xfd][0xf0]S:[0xfa]9[0xcc][0xc3][0xcf]Y[0x99][0xc1][0xbd][0xe7]Y[0xc5][0x9e]c=[0xfb][0x8d][0x9d][0xbd][0xb]Q[0x8f]7[0xb2]L9q:[0xbb][0x0]3S[0x9][0xd7]V/b[0xa9]'[0x83]a*[0xb4][0xd9]G [0xc4][0x11][0x84][0xc5][0xb](z[0x81]6[0x11][0xf2][0xdb][0xc5].[0x86]Ne[0x87]"[0x15][0x1a][0xc3][0x98][0x99][0xef][0xce][0xbf][0xe6][0xb8][0xb3][0xc8].[0x86]o[0xc2][\r][0x16][0x83][0xa4]U[0xc]+Be[0xd5][0xe1][0xfd][0xa8]y[0x8][0xd5][0x8a]Mgh[0x18][0xb3][0xf6][0xa9]c%L[0xcf][0x12]KM[0xf9][0x86]p[0xa0]T8[0x11][0x10].[0xdb];[0x1][0xe2]z[0xb3][0xba][0xce][0xc8][0xca]V[0xa4][0x82]EjT[0x11][0xc2][0xe9][0xf6][0xe0]F*[0xc4][0xcf]8Kx[0x9f][0xe5][0xa9]r[0xcb]9][0xac][0xc8][0x8d][0xc]o[0xfe][0xa6][0x8d])b[0xca],[0x83]WL[0xa3][0xdc][0xf2][0xe3]\[0xb8][0xb2][0x1c][0x9a][0x17][0xee][[0x99][0xfe][0xe][0xba][0xc3][0x8f][0x9b][0x18][0xfa]N%[0xf1]fS[0xa2][0x90]W[0xbd][0xac][0xd1][0xbb]i.[0xfa][0xbd]v[0xb1][0xab][0xc2]u+[0x9b][0xa4]a[0x4][0x97]hU[0xda]a[0x16][0x9a]F9a[0x80][0x4][0xf8]8u='ur[0xe7][0x10]J[0xaa]4^[0x17][0xaf]Z[0xa2][0xed][0x85][0xbb][0xc1]\[0x9a]R[0xa5][\r]c[0xb6]:[0x14][0xd8],[0xa9][0x1b][0xab][0xb4][0xfd]8[0xad][0xd1]:J5No[0xc]l[0x91]c)e[0x6]y[0xcd]Y[0xe2][0xae]r[0x1f]B[0xa9]I"o[0x80][0xb2][0xf5]cA[0xb4][0x89]Y[0x3]q*[0x8a]D[0x1d]J[0xc4][0xab]P[0xce]BP%N[0xc3][0xc]1[0x7][0xf5]b.[0xe6][0x89][0x10][0x16][0x88]0ZD#ZE[0x13][0xba][0xc4][0xab][0xd1]-[0xe6][0xa3]W,[0xc0][0x85]b!"b[0x11][0x6][0xc5]b$[0xc5][0x99][0xc8][0x88][0xb3][0xf8][0x89]z6[0xae][0x16]Kp[0xa3]X[0xa6][0xac][0xb6][0x86]V)[0xe7][0xbf][0xb7][0xd1]+[0x1a]ch[0xaa][0xca]Iy[0x89][0xec][0xb6]-[0xb9][0xdb][0xb6][0xe4]n[0xcb][0x92]rdZ[0xb2][0x88][0x99][0xfb]v[0xbc][0x83][0xb6][0x9f][0xc7]&[0xe8][0x9d][0xdc][0xd5][0x94]o+[0xe1]y[0x91] =x[0xd7][0xb](>[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xde][0xed][0xf0]c)[0xb9][0xbc][0xe7][0xa4]#U[0xac]([0x18][0xa9][0xef][0xc1]{-[0x6]O[0x93][0x81]tzO[0xf8][0x10][0xda][0xc3][0x7]o[0xc7][0xb9]2w[0xf][0xde][0x89]E[0xe1][0xea][0xf9]][0xf7][0xa1][0x9e][0xb7])->[0xf7]V^[0xe9]#[0x8][0xed][0xa3][0x18]{[0xc5]o[0xb]Uy[0xfb]XH[0xa8]I.[0x14][0xd3][0x3]![0xd6][0x1e][0x88][0x1e]z`-[0xa6][0x8a]u[0xdc][0xee]E[0x9d]X[0x8f]9b[0x3][0x16][0x8a][0x8d]X[0xc6][0xf5]6q!V[0x8b][0x8b][0xec]8[0xac]`:[0xef]P[0xed][0xd5][0x14][0x9c]e[0xa7]s[0x8f]m[0xd1][0x1e][0xeb]Z[0x96][0x96][0x9a][0x6][0xed][0x8][0xa6]0[0x9b]g*cU0[0x9f][0xe5][0xd5]y[0x8b]m[0xa6]'[0xad][0x92][0xb8][0xd5]J[0x89][0xe][0x19][0x80][0x9d][\r][0x87]0[0x95][0xc1]7[0xfb][0x10][0xef][0x0][0xde]`[0x87][0xe1][\r][0xcb][0x14][0x9][0xab]J[0xb6]>\[0xc6][0xbd]2[0xb9][0xc1]WY[0xa3][0xb9]4[0x8f]/.7[0x95][0xbd]Z[0xce]e[0x81]=#\6_[0xed]Y[0xd9][0x95][0xab][0xf1]6fW[0x4][0xc5][0xa2][0xf][0xb5][0xc2][0xc0]l1[0xc0]r3[0xc8]8[0x8b]2[0xc6][0xb6][0xa3]G[0xec][0xc0]&[0xe6][0xce]X-[0xde]j7[0x1d][0xeb]Ul[0x8][0xb6]{kTD[0x98]M[0x87][0x1f][0x8e][0x17]Q[0xeb][0xc1][0xad][0xc][0x5][0x17]w[0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]a[0xc5][0x81][0xc7][0xf2]A^[0x14]\[0x92][0x13][0x5][0x1e];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nc[0xff]cv[0xa4][0xe7][0x8f][0xde][0x85][0x7]P[0xbc]Qj[0xb5]`L[0x15][0x93][0xc3][0xce][0xe3][0xdc][0x83][0xb2][0xc7][0x14]9=[0xa6]O[0xf5][0x98][0xc2][0xea]1[0xdf][0xcf][0xd1][0xed][0xec][0xb0][0xcc]2q[0x8a][0xe5][0x85][0xdd][0xa1][0xf0][0x87][0xa1][0xb9][0xee]a[0xc8][0x95][0xd0][0x11][0xb]i[0xba][0x85][0x1f][0x82][0xe6][0xbc]'[0xfc][0x10][0x8a];[0xa5][0xf8]E{[0xe4]T[0xda][0xfe][0x10][0xbf][0x1f][0xf8]jPnX[0xbc][0x7][0xa5]{[0xe1]kP[0xeb]&[0x81][0xcb]$pq[0xcd]5[0x8c]3m[0x2][0xd7]([0x81]f[0x12]h\[0xd3]r9h[0x8a][0xc0]u[0x8f][0xad][0xe7][0x12][0x96]D[0x88]+[0xa0][0x89]+[0xe1][0x11]W[0xa3]R\[0x83]S[0xc4][0xb5][0xa8][0x11]o[0xc4]i[0xe2]z[0x6][0xeb][\r]X)[0xde][0x8c]U[0xe2]F[0xc][0x88][0xdd][0x88][0x8a][0x9b]p[0x83][0xb8][0x19]o[0x11][0xef][0xc8]qan[0xca][0x0][0x1f][0xa4][0xe6]5[0xc][0xde];[0xb9]f[0xba][0xb0][0x1c][0xc5][0x9e][0x12]Fj[0x9][0x1b][0xc7][0xe9]na[0xfe]'[0xd5]][0xb8][0xdb]r[0xe5][0x13]V+[0xd0][0xcd]|;[0xab]9P;s[0xd0][0xb4]C[0xb1][0x19][0x8a]g[0xef][0x85][0xcb]y[0xf1][0xe8][0xba][0xcb]\[0xa7][0xea]K[0xc6][0xad]k[0xe6][0xba]f[0xd3][0xcf][0x1c]ST}N[0x88][0xf7]R[0xd1][[0xa8][0xdc][0xad]X$[0xf6][0xa0]S[0xdc][0x96][0xe3][0xe0]nK[0x9][0x8d]M[0xdf][0x87][0xd4]g[0xb2][0x84]~6[0xdc]G[0xd9]G;[0x88][0x9c][0x88][0xc5]Q[0xe9]a5v[0x8][0xd1]{[0xc2]i[0xa0][0x95][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xce][0x9]U[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xf9][0xa1][0xb0]4[0xff]j=[0xad]@[0xa8]:[0xd9]+K[0xaa][0x8f][0xe0][0xa3][0x16][0xdd][0xc7][0xf8]~[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc1]/[0xea]b[0xb4][0x9c]S[0xf5][0x1f]PK[0x7][0x8][0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.class[0x95]M[0xbb][0xe][0x82]@[0x10][0x9c]U[0x14]E[0x13][0xa9][0xac]-[0xac][0xbd][0xa8][0xfc][0x81][0x8f][0xc4][0x82]X[0xe8][0xf][0x9c][0xb0]9$[0x7]G8[0xf5][0xe3],[0xfc][0x0]?[0xca]x[0x84][0xd2][0xca][0xdd][0xec]L6;3[0xfb][0xfe]<_[0x0][0xd6][0x18][0xf9][0xf0]}[0xc][0x9][0xc1][0xc9][0xdc][0xeb][0x84][0xf7]W[0xcd][0x84][0xe9]9[0xab]Y[0xa6][0xdb]{Q[0xc5]l[0xad]T[0xbc][0xc8][0xe5]C[0x12]&[0xbb]2[0xd1][0xc6]^K[0x15][0xf3]-3[0xa9][0x8f][0x80][0x10][0x99]Z[0x9]Y[0xc9]$c[0xa1][0x8d]R[0xee][0xda]p[0x94][0x8b][0xa2]5[0x8b][0x9f][0xb8][0xf9][0x92]0>[0x94]%[0xd7][0x1b]-[0xad]eK[0x8][0x9b][0xf]BKg>^rNn[0x84][0xd5][0xff][0xc1][0xe1][0xc][0x84][0xe][0xda][0xea][0xba][0x86][0xdb]<[0xf4][0x1c]{[0xe8];[0x1c][0xb8][0x9][0x9c][0x86][0x1a]A8[0xf8][0x2]PK[0x7][0x8][0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.class[0xb5]V[O[0x1b]G[0x14][0xfe][0xc6]^{[0xc1]^[0xc0]@q[0x9b]^[0x80][0xa6]45W[0x13]B.[0xc4][0x94][0x94]p[0x9].[0x86]\L[0x9c][0x92][0x90][0xb4][0xc3]2[0xb5][0x97][0xae][0xd7][0xd6][0xee][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]'[0xfd][0x5]}[0xa9]THZQ[0x12])[0xca]s[0xa4][0xfe][0x9a][0xbc][0xe5]![0xe9][0x99]][0x13]bc)[0x89][0xd5]Z[0xd6][0x9c]9[0xc7][0xdf][0x9c][0xf3][0xed]73g[0xfd][0xec][0xe5][0xa3]'[0x0][0xce]@[0x8f][0xa0][0xb]g#[0xe8][0x96]C;[0xce][0xa9]8[0x1f][0xc5][0x5]LE[0xa0][0xe0][0xa2][0x9c][0xa5][0xa2][0x98][0xc6][0xd7]Q[0xcc][0xe0][0x92][0x1c][0xbe]Q1[0xab][0xe2]r[0x14]Q[0xcc][0xa9][0x98][0x8f]@[0xc3][0x82]t[0x16]%[0xf6][0x8a][0x8a][0xb4][0x8a]oU,3[0x84][0xa7][\r][0xcb]pg[0x18][0x82][0x89][0xc1][0x1c][0x83]2W[0xda][0x12][0xc][0x1d][0x19][0xc3][0x12][0xab][0x95][0xe2][0xa6][0xb0][0xd7][0xf8][0xa6]I[0x91][0xae]LI[0xe7]f[0x8e][0xdb][0x86][0xf4][0xab]A[0xc5]-[0x18][0xe]C[0xfc]2w[0xc]}[0xad]`[0xb][0xbe][0x95][0xb6]~,-r[0xdd]-[0xd9];[0xc]Z[0xda][0xb2][0x84]=gr[0xc7][0x11][0x84][[0xce][0x94][0xec]|[0x92][0x97][0xb9]^[0x10]I[0xb3][0x94][0xcf][0x1b]V^[0xda][0xc9][0xed]dQ8[0xe][0xcf][0x8b][0xa4][0x9f]d[0xbe]R,[0xaf][0xf8][0x91][0x81][0xc6][0xb9]S[0xc]1[0x9d]b[0xae]8[0xfa][0x89][0xa1]31[0x98][0xd9][0xe6]?[0xf3]d[0xc5]5[0xcc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x13],$,Wr[0x9]-[0xf8][0xb6][0xa7][0x16]1[0xe0][0x85][0x9][0x17],[0xf2][0xb2]|[0xf0][0xfa][0xf5][0xaa][0xeb][0x15][0x90][0x8f]Y+[0xc1]N[0xf9]P[0x86]+[0x8d]RN[0xfb]A[0x93][0xd3]3[0xfa][0x1c]Sw[0xde][0x8]e][0xae][0xff][0xb4]fs],[0x98][0xa2]H[0x1c]S3Tl[0xb6]6SS9[0xf4][0xfa][0x1c][0xef]([0xba][0x94][0xd0].r[0xd7](Y[0xef]P[0xa5][0xcd][0xb]S~O[0x3][0x15]+*V[0x19]Z[0xb3]F[0xde][0xe2]n[0xc5]&UD[0xfd]f[0xfc]/LT\e[0x98]J4s[0xb2]N[0xa7][0xe4][0x89][0xf][0xdc][0x1f]g8[0xd7][0xdc]z[0x86]H[0xb6]T[0xb1]u[0xb1]h[0xc8]s[0x10]?[0x86][0x19][0x93][0xe4]5[0xf4] [0xae][0xe1][0x1a][0xfa][0xe8][0x84][0x1e])[0xb2][0xc4][0x9d][0x2][0xa9]B[0xd2]i[0xb8][0x8e][0x1b][0x12][0x95][0xd5][0xb0][0x86][0x9b]*r[0x1a]n[0xe1];RT[0xc3]:nk[0xb8][0x83][\r][0x86][0xee][0x6][0x87][0x8c][0xe1][0xfc][[0x89][0xd7]][0xa0][0xaa][0xb0][0x1a][0xee][0xca][0xa4][0xb1][0xfa][0x3]&i[0xdc][0xd3][0xf0]=64[0xfc][0x0][0xae]b[0x93]![0xfd][0x9f]][0xdb][0x9a][0x82]W7[0xb7][0x85][0xee]2[0xcc]7[0x91][0xbe]A[0xe6][0xce][0x6][0xb1][0xb6][0x1a][0xcd][0xa8][0x8b][0x1d][0xf9]iW[0xd8][0x9c]P[0xc][0x93][0xcd][0xec]=[0xd5][0xcb][0xb]w[0xd6]4[0x8f][0xe]%[0xb5][0x8][0xc5]1~[0x11]^/M[0x93][0x93]H[0xcb][0x3][0xd6][0xe2]5[0xa0][0xac]p[0xeb][0xfb][0x13][0x85]R5[0x14]=L[0x8b][0xf1][0x9a]X[0xbc][0x6]~HX[0xf6][0xa4][0x2]wV[0xc5]}[0xd7][0xab]t[0x9b]*Y[0x9e][0xf3][0xc1]![0xfe][\r]y[0x9][0x1d]&[0xa2][0xcb]B[0xb6][0xbe][0xc4][0xf1]~[0xe2]1$@[0x8e][0x9b][0x15][0xc9][0xbc]\[0xa1]D[0x17][0x12][0xc7][0xf3][0x1c][0x8f]4,6[0xf1][0xfe]b[0xa2][0x9f][0xde]m[0xdd] [0xfe][0xf4][0xaa][0xb]" [0xaf][0xb]y[0x1f][0x92][0x97]$[0xcb][0xc8][0x86][0x86][0xf6][0x11][0xd8][0xa3]I[0x0][0x1f][0xd1][0x18][0xf6][0x82][0xbf][0xe3][0x4][0x8d][0x9a][0xf][0xc0][0xc7][0xf8][0x8c],C/[0xfa][0x8]%[0x17]?[0xa7]wc[0x88]l[0xee]o[0x4]3[0x8f][0xa1][0xac][0xf][0x1f] [0xc4][0xb0][0x8f][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd]T[0x86][0x3][0xb4]0[0xac][0x8e][0x1e][0xa0][0x95][0xe1]W[0x8c][0xd3]$[0xc2][0xf0][0x14][0xd1][0x8b][0xca][0xc8]ch[0xeb]'[0x94][0x3][0xb4][0xc9]@[0xfb]>:[0xa4][0x13][0x93]K:[0x83][0xb8][0xf5][0xdb][0xab]Fv)[0xb3][0xe2][0xb1][0xe9][0x85]J[0xe3][0x1f][0xe4][0xed][0xa2][0x15]{[0xf4]0[0xf]0[0x81][0x87]t[0xa9][0xff][0xa4][0xeb][0xfc][0x97][0xc7]r[0x88]~[0x9d] f[0xfd]8I3[0xe2]T[0xe5][0xab][0xe0][0x6][0xbe][0xc0][0x0][0xf1][0xee][0xc2]<[0xbe][0xa4]Y[0x0][0xa7]([0xde]OB[0xf8][0xf8][0xaf][0x8][0xe3][0xa3][0x12][0xaf]Q[0x83][0x84][0x1a]"T'[0x2]/[0xd1][0xab]b[0xd8][0xfb][0x8e][0xbc][0xc0]Y[0x8c]z"[0x8d][0xc5]@*[0x8e]WU[0x9c]"[0x1b][0xa8][0xaa][0xc8][0x1a][0xab][0x18][0xf7][0x1]UVrv[0x9a][0xea][0xcb]eg<[0xfc]$>%+[0xb9]wa[0x9][0x9f] [0x2][0xf9]G[0xe2][0xf3]p+m[0x11]}b-[0xb4]yK[0xc8][0x84]#[0xff][0x2]PK[0x7][0x8][0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.class[0xb5]U]S[0xdb]F[0x14]=k[0xcb]^[0x10]*_[\r][0xb4]n[0x1b][0x12][0x12] 6[0x1][0x4][0x94][0xba][0x1][0x13][0x2][0xe1]#q[0xb0]IR[0x18][0xf2][0xf5][0xb4][0xc8][#*[0xcb][0x1e]Y[0xee]$[0xef][0xfd]%}[0xc9]k[0xfa]R[0x9a][0xd2]![0x99]N;[0x9d][0xc9]O[0xc8]o[0xe8][0xf][0xe8]S[0x92][0xbb][0xb2][0x89]C[0xa0][0x98]2[0xcd]hf[0xaf][0xf6][0xea][0xec][0xbd]g[0xcf][0xde][0xbb]z[0xf1][0xea][0xd7]][0x0]_[0xe2][0x1b][0x1d]-[0x18][0xd5]a[0xa8]a[0xc][0xe3]-[0xe4][0x9b][0xe0][0xf8]JG[0x4]I[0x8e][0xaf]up\[0xd2]1[0x89][0xa9][0x16][0xa4]0[0xcd]1[0xc3]q[0x85]c[0x96]!:m[0xbb][0xb6]?[0xc3][0x10][0x8e]'[0xd6][0x19][0xb4][0xf9]bN2[0xb4]elW[0xae]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xd2][[0x13][0x1b][0xe]y:3EK8[0xeb][0xc2][0xb3][0xd5][0xbc][0xe6][0xd4][0xfc]M[0xbb][0xcc][0x10][|[0xe8]K7'sk[0x9b][0x9e][0x14][0xb9][0xb4][0xfb]mqIX~[0xd1]{[0xc4]`[0xa4]]Wz[0xf3][0x8e]([0x97]%AW2E/o[0x8a][0x92][0xb0]6[0xa5][0xe9][0x14][0xf3]y[0xdb][0xcd]+;[0xb1]e[0x16]d[0xb9],[0xf2][0xd2][0xac][0x6]Y[0xa8][0x14]J[0xd9][0xaa][0xa7][0xef]_[0xc3][0xa7][0x18][0xda]-[0xf2][0xf9][0xb2][0xfe][0x89][0xa1]#[0x9e][0xc8]l[0x89][0xef][0x85]Y[0xf1]m[0xc7][0xcc][0x8a][0x12][0xc1]4;[0xf8][0xd4][[0xfd][0xe0][0x8][0xca]Z[0x10].[0x5]/H[0xd7]7[0xeb][0xab][0x15]tC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xe1][0xfc]Q[0xd0][0xec][0xdd][0xab][0x4]"pDx[0x9e][0xa0]m[0x9e]{p[0x8c][0xc8][0xdc][0xf]fe[0xa5][0xef][0xfb][0x4][0xbb][0xf7][0xeb][0xfb][0xa8][0xb4][0xa7][0xb1][0xb5][0x1f]:}\[0x1]UN[0xaf] |[0xbb][0xe8][0xa6][0xde]%[0xb7][0xea][0xb][0xeb][0xbb]5OXr[0xd1][0x9]8[0xa6]f([0xfd]G[0x81][0x9b][0xe2][0x7]Y[0x83][0xfa][0xb8][0xca][0xd1][0xc3]1[0xcf][0xd0][0xbc]j[0xe7]][0xe1]W[0xc3][0xc2][0x9]2[0x1c][0x12][0xb9][0xe3][0x10]_o[0xc3][0xfe][0xa2][0xb2][0xdc]Wk[0xc][0x13]'9Q[0x86][0x81]CSe[0xdf][0xbe][0xbe][0xe5][0xd4][0x96][0x97][0xfe]~[0x6][0xfd]{[0x5][0xdf][0xe0]"h[0xcd]Q[0xca]9[0xc7]Y[0xdb]k[0xf1][0x81][0xf8][0xfd][0xfb][0x89][0xe3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z<[0xad]J[0xb6]/[0xde][0x10][0xab]`g[0x1a][0x80]H3[0xda]C[0xbd][0xa9][0x18][0xce][0xc6][0x13]G[0xf7][0x1b][0xdd][0xfd][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xa5]w[0x19]T[0xb] u[0xd0][0x93]8[0xe8]b[0x18][0xff][0xef][0xe7][0x82][0xb3][0xf4][0xcb]2@|[0xe9][0xf][0x16]FH[0xf5][0x13][0xcd][0xda]if[0x92]ed#[0x83][0xdb][0x8][0xfd]D/!t[0xd0][0x18][\r][0x9c][0xbf][0xa1][0x93]F[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xc7][0xe8]&[0xcb][0xf0][0x9]>%[0x94]Z[0xfc]744[0x91][0xcd][0xfe][0x82]p[0xe6][0xa2][0xa6]=[0x85][0x16]Fv[0x7][0x91]{C[0xbb][0xdb][0x88][0xae][0xc]Mi1m7[0x19][0x9]'[0xa3]][0xd1][0xae][0xc8][0x8f][0xe8][0x8f]i][0xd1][0xf1])>[0xbc][0x3]~/[0xc6][0xb7][0xd1][0x14][0xe3]?[0xa3][0xf9])[0xf4]0[0xee][0xfc][0x10]e[0x8f]_[0xbf][0x1c]~B[0x1][0xb5][0x80]D[0xf][0xfd]I[0x81]g4{N[0xcc][0xa7][0xc4]`[0x14]b[0x91][0xec]2[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8]M[0x10][0xb1]Qt![0x86][0xcf][0x2]t[0xb6]FSC[0x1a][0x9f][0xe3][0x8b]`[0xcf][0xb3]8M[0xb1]B[0xb4]>[0x89]3[0xa4]E[0x18][0xbd][0xb5]mU=[0xe7][0xc8]s[0x9e]<[0xa7][0x11]zM[0x13][0xce][0xd1][0xc7][0xd1][0xcf]1[0xc0]q[0x81]FF[0xdb][0xff][0x7]qz[0x94]:[0x9][0xda]x+.[0xd6][0xe4][0x9b]$[0x1b][0xaa][0xc9][0xc7][0xe][0x97][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0xf1]RoC[0x18][0xe][0x96][0x8d][0x4]x[0x93][0xd8][0x83][0xd8][0x87][0xe9][0x8c].[0xe3][0x14]t[0xc]*X{[0x13]1[0xbf][0x8c][0xb9][0xa8][0xfe][0x6]PK[0x7][0x8][0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.class[0xad]T[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x9b][0xd4][0x85]$m[0xc3][0xbb][0xbc][0x2][0xe4][0x1]u[0x9a]Fb[0x11][0xc4]&UEh[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb4][0x91]X[0xb0][0x98]8[0x83][0xe3][0xc8][0xb1]+[0xdb][0xa9][0x80][0xaf]`[0xc1]c[0xc7]7[0x80][0xd4]R[0x4][0x12][0xb0]f[0x83][0xf8][0x16][0xf6][0x88];N[0x14][0xa1][0xa6][0x1b]"6[0xe3];[0xc7][0xf7][0x9e][0xb9][0xe7][0xce][0xb1][0xbf][0xff][0xfe][0xf4][0x5][0xc0]**[0x9][0xc4]q)[0x81][0x18].[0xc7]1[0x83][0xac][0x8c][0xae][0xc8][0xe8][0xaa][0x82]kr[0x93]S[0x90]WPPPdHz[0xc2]5[0xb9][0xd5][0x12][0xae]g:[0xf6]v}[0x8d][0x81][0xdd]e[0x98][0xab]9[0xb6][0xe7]s[0xdb]oqk [0xa2]?[0xbe][0xbd]X[0xfa][0xf9][0x95][0xfd]bP[0x9f]8n[0x9f][0xfb][0xbe][0xe8]lz[0x6]C[0xba][0xd1][0xe3][0xbb]\[0xb3][0xb8]mhM[0xdf]5m[0xa3][0xca][0x10][0xf5]M[0xdf][0x12][0xc][0xb1][[0xa6]m[0xfa][0xb7][0x19]n[0xe6][0x1a][0x8e]kh|[0x87][0xeb]][0xa1]Y[0x8e]aP[0xa2]|VzZ_x[0x1e]7[0x84][0xb6][0xd5]u[0x5][0xef][0xac][\r][0xfa];[0x9b]C[0xa4][0x9a]o1DjN[0x87][0x98][0x8e]7L[[0xdc][0x1b][0xf4][0xdb][0xc2][0xdd][0xe2]m[0xc9][0x9d]n8:[0xb5][0xcd][0xa9]y[0xda][0x8f][0xc0][0x88][0xdf]5=[0x86][0xcc][0x4][0xd7][0x3][0xd7]y[0xfa][0x8c][0x9a][0xaf][0xdb][0xb6]pk[0x16][0xf7][0xeb]8H8[0xc2]8[0x8d]Y[0xa8][0x14][0xcf][0xd1]_ [0x84]ct[0xe9]d[0x0][0x8a][0xd3][0xf2][0xfa][0x3][0xc]t[0x9d][0xb][0x94][0xb1]H[0xd1]6[0xed]%[0xb2]X8[0x0]+[0x14]? [0xb4][0x8f]p[0xa1][0xf8][0x11][0x91]}D[0xdf][0x7][0xe9][0x99][0xa0]8B[0xeb]KZ_[0x11][0xf9]k*[0x83][0x13][0x84]d[0x86][0xc5]8[0x89]3@[0x10][0x9d][0xc5]9[0xa2][0x8e]`[0x9][0xe7]GGT[0x11][0xa5][0x8]H}F[0xec]Qa[0x8f][0xe8][0xf7][0x10]e[0x7]P[0xde][0x8d][0xe9]cA[0xc2][0xdb][0x80]R[0x1d]&[0x8f](C[0xa4]M[0xae][0x17]I[0x97]l#DJc8EJW[0xe4]y[0xc9][0x99]?PK[0x7][0x8]@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.class[0x95]P[0xb1]N[0xc3]@[0xc][0xf5][0x95][0x92]@(P[0x16][0xbe][0x80][0x1][0x16]N[0x2][0xb6] [0x16]J[0xa5]J[0xad][0x18][0xd2][0x8d][0xc9][0x1c][0xe6][0x9a]p[0xb9][0x8b].[0x17]$~[0x8d][0xa1][0x1f][0xc0]G![0x1c]2[0x4]U[0xc]p[0x92][0xf5][0xec][0xb3][0xfd][0x9e][0xed][0x8f][0xcf][0xf7]5[0x0]\[0xc2]a[0xc]I[0xc][0xfb][0x2][0xc6][0xca][0x13][0x6]Z[0xae][0x18][0x9e]f[0xf6][0xd9][0x9]8:=[0x9b][0x17][0xf8][0x8a][0xb2][0x9][0xb9][0x91][0xb][0xac]R[0x1][0xbb]Y[0xae]-[0x86][0xc6][0x93][0x0][0xda][0xcc]_[0xcf][0x9d][0xd7][0x12]+T+[0x92][0xc6]i[0x9d][[0xdd][0xe2]U!K[0xaa]k[0xd4]${~_b[0xc8][0x9d]M[0x1f]:[0xe][0x83]\[0x9b][0x5]T/K[0x8f][0x8a][0xee][0xc][0x95]dCz[0xc3][0x9a]I[0xe6][0x1a][0xaf]h[0x9a][0x1b][0x16]=[0xee][0x18]&MY-:[0xce][0xf3][0xb6]?[0x86][0x3][0x1][0x93]?[0xca][0xff]h>[0xe9][0x7][0x9a][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xbf][0xf1][0xde][0xbf][0xfc][0x8d]f[0xd6][0x92][0xbf]5X[0xd7]T[0xf3][0xb5][0xfa][0x99][0xef][0x1f][0xb]RA[0xc0][0xc5][0xff][0xc5]#[0x0][0x1][0x3]h[0x9f][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x82]![0xc7][0xdb][0x1c][\r] b[0x8b][0xbf][0xbd][0x1d][0x18]1&[0x9c][0xe1][0xeb][0xc3]^[0x94]|[0x1]PK[0x7][0x8][0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.class[0xb5]X[0xfb]W\W[0x15][0xfe][0xce][0xbc][0xee]p[0xb9]!@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0xbf]4i`[0x86][0x94][0x84][0xc4][0xd4]$[0x18][0xb][0x4][0x1a][0x9a]@[0x1e]P*[0x89][0xd5]^[0x86][0x9b][0xe1][0x86][0xe1][0xce]t[0xe6]NB|[0xb5][0xda][0xaa][0xb5][0xbe][_[0xf1]Q[0xb5]>[0xf0][0xdd][0xa4]m@[0x8a][0xa6]Z[0xb5][0xd5][0xaa][0xad]V[0xeb][0xaf][0xfe][0x7].t[0xa9]K[0xfc][0xce][0xb9][0x97]a[0x86]!4e[0xe9]b[0xdd][0xf3][0xdc]g[0x9f]o{[0x9f]}[0xce][0xf0][0xe2][0x9e][0xb9][0x6]`[0xf][0xfe][0xa2]#[0x8e][0xfb]+X[0xbc]_G[0x13]>[0xa0][0xe1][0x81]([0x1e][0x94][0xfd][0xf]Vr[0xfa]C[0xb2][0xf5]aY<$[0x5]?[0xa2][0xe1]a[0x1d][0x95][0xf8][0xa8][0xec]|L[0xb6]>.[0x8b]O[0xe8][0xf8]$>%[[0x9f][0xae][0xc4]#x[0xb4][0x12][0x9f][0xc1]g+[0xf1]9|^[0x16]_[0xd0]p[0xa9][0x12][0xf5][0xf8][0xa2][0x86]/Ub[\r][0xbe],;_[0xd1][0xf0][0x98][0xec]|U[0xc3][0xd7]tl[0xc4][0xd7]5<[0x1e][0xc5]7tl[0xc6]75|K[0xc7][0xb7]1[0xa1][0xe3];[0xf8]n[0x14][0xdf][0x93][0xda][0xbf][0xaf][0xe1][0x7]:v[0xe0][0x87][0x1a]~[0xa4][0xa3]Q[0xd6]Oh[0xb8][0xac][0xe1][0x8a][0x86]'5<%`t;[0x8e][0x95][0xed]H[0x99][0xb9][0x9c][0x95][0x13]X[0xdb]9[0xee]Z[0xce][0xb0]5[0xdc]?[0x92][0xb5][0xcc][0xe1]n[0xe7]l[0xba][0xcb]L[0xb8][0xe9][0xec]E[0x81][0xfa]v3g'[0xca]&4<-P[0xb3][0x98][0xbc]7v8?[0x96][0xe9][0xb1]r93i[0x9d][0xc8][0xa6][0xc7]9Q[0x9d][0xb3][0xb2][0xb6][0x99][0x1a][0xb0][0xb2]9;[0xed][0xdc][0xd9]}X@[0xdc]![0xb0][0xa2]#[0xed][0xe4]\[0xd3]q[0x7][0xcc]T[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xfd][0x89][0xbf][0xbd][0xfa][0xf2][0xc9][0xea][0xfb][0x5][0xb4][0xae][0xb6][0x8e][0xfe][0xe3][0xa7][0x6][0x5][0xba][0x8e][0xa5][0xb3][0xc9]f3c&F[0xac][0xe6]T:[0x99][0xb4][0x9d][0xa4][0xac][0xf7][0x9e]k[0x1e][0xf3][0xb6]h.[0xdb]t[[0x19][0xb4][0x83]T[0xe9][0xaa]AZ[0xbc][0xf2][0xd8]9[0xf3][0xbc][0xd9][0x9c]w[0xed]Ts[0x8f][0x99][0xe1]\E[0x9f][0x9d]tL7[0x9f][0xb5][0x4][0x12][0xa5][0xb3][0xad]7[0xba][0xbf][0xdc]-;f[0xba][0xb4][0xef][0xe0][0x19]OG[0xca][0xa4]l[0x9f]k&F[0xfb][0xb3]f[0xc2][0xea]LYc[0x96][0xe3][0x1e]<[0xc4][0x1d][0xc3][0xae][0xed][0xa6][0xb8][m[0x89]d[0x96][0xca]9Y[0xed]ir[0xad]a[0xdf] [0x81]H[0xab][0xed][0xd8][0xee]![0x81][0xba][0x86][0xf2][0x15][0x8d][0x3][0x2][0xa1][0x8e][0xf4][0xb0]%m[0xb3][0x1d][0xab]7?6de[0xfb][0xcd]!o[0x87]t[0x82][0xcc][0x9b][0xe4][0x9f]}0[0xe4][0x8e][0xd8]db[0xef]2[0xc8]%[0xbe][0x15][0xca]&[0x92][0xa3][0xb4][0xa9][0x0][0xbb]*[0xb0]c[0x11]d[0x8b]c5[0xe6][0xed][0xcb]%[0x5][0xa2]n[0xda][0x9b][0x14][0xb8][0xa9][0xa1]q1BV%-[0xb7][0xab][0x8c][0x93]@n[0x88][0xe1][&[0xdf][0x9e][0xb7]S[0xc3]V[0x96][0xcb][0xa2][0xde]>[0xfd]i[0x81][\r][0xe5][0xe0][0xe6][0xe4][0x14]{6[0xbd][0xf7]:[0xf8](v6[0x9d]I[0xaf][0xca][0xf0][0xf]wzu]i[0x8]mS[0xc3][0x94][0xab]/u[0xc5][0xc5][0xcc][0x9c];[0xec][0xc5][0x16][0xfc]_"O[0xc3]$[0xc3][0xbd]@'}[0xc9][0xf6][0x9]3k[0x8e]Y.[0xf][0xa7][0x8c][0xaf][0xc6]b[0x1d][0xc7][0x87][0xce]Y[0x9][0x97][0xd8][0x8d][0xb]Y[0xdb][0xb5]NY[0x99][0x14][0xf5]-tTAJ[0x97]x[0xbc][0x9e][0xc0]&[0x9f]s;[0xed][0xb]t;[0x99][0xbc]K[0xf2]-sL[0xb1][0x1e][0xc9][0xa9][0xb6][0xc0][0xfa]%[0x4][0xa9][0xb4]s[0xcb]][0x8][0x8e]C[0xa5][0xe2]J&j[0x17][0xcc][0xab]/[0x11][0x9f]3[&[0xe7][0x11]3[0xd7]k[0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]i[0x1a][0xe8][0xa8]N[0x84]g[0xe2][0xa8]E[0xfe]Vf[0x8][0xc9]-[0xa6]%[0xca])[0xf5][0xb8]f~V[0x93]*%[0x8][0x1c][0xb8][0xfe]{h[0xe9][0x4]"[0x9][0xbd]uy[0xb7])W[0xae][0x9c]W[0xad]~[0x80][0x10][0x15][0x1][0xf6][0xcc]]9[0x1b]K[0x1f][0x1f]e[0x97][0xce][0x9a][0xeb][0xcd][0x91][0x1a][0xea][0xe9][0xe5]+[0x86]l0[0xc5][0x98][0xa9][0xdc][0x82][0xa7][0xb2][0xff]D[0x91][0xac][0xed]_[0xe]|u1c+[0xce]5![0x80][0x9d][0xb8][0x5]a[0xac][0xc3]>[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]7[0xf3][0x17]b[0x0][0xfb][0xd9][0xe7]E[0xc2]v[0xbb][0xbc]F8[0xfe]V5~[0x1b]j[0xe5][0xad][0xa4][0xda][0x1d][0xaa]^[0xc1]9[0xa6]?[0x96]][0xec]=[0xcc][0xf1][0x0][0xeb][0xcd][0xb1])[0x4]c[0xf1][0x17][0x10][0xad][\r]O [0x14][0xbf][0x8a]@[0xec]ID[0xa6][0xa1][0x9]\E[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82][0xb8][0x9d]e-B,oc[0xd9][0xc6]v;6Q[0xed][0x11][0x8e][0xd4]{j[0xd0][0x8d];[0x0][0xd5][0x92][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c]e{;[0x2][0xb3][0xa8]B@[0xc3]1[\r]=[0x10][0xac]g%"[0xbf]_[0xa8][0xe5]%[0xea][0xe3]z[0x94][0xbd] [0xeb]5[0x1e][0xae][0xab][0xa8][0x88]5[0xcd][0x81]k"[0xb8][0x85][0x80]:Yv[0xa1][0x82]#[0xab][0x9]G[0x2][0xda][0xe2][0xad]/[0x0]Z[0x83][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]lIh[0x1][0x5]-.[0xa1][0xad]B[0xd0][0x83]P[0x8c][0xae]h[0xa8][0x0]\^[0xb7]>[0xc0]f[0xd6]RY86[0x9][0xfd][0xb2][0xe2]W[0xa2][0x89][0xa8][0xc1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0xe1][0x9][0xf8][0x8][0x84][0xbc][0xd4][0xfd][0xc5][0xe][0xb1]I[0xba][0xb6][0xc6][0x9e]F[0xc5][0xf3][0x88][0xca][0xea][0xf2][0xc]*[0x7]k0;[0x5][0xe3]X,>[0x89][0x15][0xfc][0xaa].[0x17][0xcc][0xac][0xa7]"[0xf0][0xce][0xd7]0@[0xc5]o[0xa3][0x99][0x83][0xd8][0x80][0xd3]E[0xdc]o[0xf5]7Z[\r][0x1d]}[0xe8][0xf7][0xb9][0xf]BH[0x1c]|,[0xf8]{[0xff][0x8b]CR[0xd5]h[0x9c][0xbb][0x6]&[0xb1][0xf2].[0xaf][0xae]~[0xc]z[0xbc]Z[0x9f]D[0x8d][0x1c][0x88]N[0xa3]V`[0x1a][0xab][0x4]z[0x9a][0xa6]q[0x93][0xc0]%[0x1c]d[0xa3]N[0xf0]aQ[0xdf][0xbb]s[0x1a][0xab]ek[0xcd][0x81][0xd0][0xda]P|[0x1a]k[0x3]`[0xcd][0xd1]urt[0xfd]46[0x4][0xe1]+[0x9b][0x98]}N:+[0xa4][0xac][0x88][0x11][0x1b][0xf0]N:[0xea][0x1e][0xb2]n2h[0x13][0xc][0xda]a[0xce]Yt[0xcf]Y[0x8e]&[0xf9]7[0x82]s[0xb0][0x95]e1[0xb5]n[0xb][0xee][0xa2][0xc5]!J[0xc6]i[0xf5][0x19][0xe5][0xd8][0xd1][0x82]cG}k[0xdf][0xee]S[0xee]I[0xdd]M[0xa9][0xa3]j$[0xb8][0xee][0xdf][0xa8][0xd2][0xf0][0x8e]2j[0x5][0xf7][0x9e]s[0xc2][0x11][0xdf][0x83]5[0xd2]~?[0xb6]4[0xd9][0x9e]'[0xdd][0xf3][0xe6][0xbd]E[0xde][0xac][0xf1][0xb7][0x95][0xaa]5[0x4][0x8c][0xe]/.[0xee][0xa1]-[0x9e][0xd6]&_k@,[0xc][0x8a]w[0x17][0xa9][0x9][0xf8]jB[0x18]"[0x3][0xde][0xca]=[0xd2]W[0xac]+f[0xb0]q[0x90]a[0xbf]i[0xa1][0x82][0x7][0x8a][0x14]T[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]$[0xcf]b)[0x15][0x1c][0xf2][0xa3]J[0x9f][0xc1][0xe6][0xc1][0xda]-S[0xd8][0xfa][0xec][0x2][\r][0xf][0x15][0x85][0x8b]^ P'[0xf1]I[0xce][0x8f](@|[0x17][0xf1][0xb3][0xe9][0x82][0xd7]2[0xe8][0x95]r[0x83][0xaa][0xa3]tG[0xaa][0xec][0x88][0xf8][0xa4][0x16]/[0xde]VrD[0xc6][0xd4]b0[0x1]8[0xfe][0xe2][0xe3]4F[0x1e]l-[0x16]o[0x9a][0x82][0xb8][0xb2][0xe8][0xf2][0x98]'R[0xb0]D[0xa3]"[0xef][0x8c]kH[0xab]3.[[0x19]z0[0x88]([0xb2][0xc8][0xf9][0xca]_b?"7[0xa9]}[0xc3]$[0xde]x4[0xd4][0x1a][0xeb]i[0xba]v([0xb8]/T[0x17][0xda][0xf8]8[0xb6]6[0xd5][0x85]Z[0xe][0x84][0xd7][0x86]'[0xb1][0xad]v[0xfb]$n[0xbe][0x84]h[0xb0]u[0x2][0x15][0xf][0x86][0xc4][0xc4][0xec]_[0xd7]_B[0xd5][0xc]v[0xc][0x8a])4L[0xa0]r[0x6][0x8d][0xb2][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xf9][0xa4]t3[0x1d][0x4][0xec][0xe6]&-[0xdc]x[0xf]O[0xea]^4[0xe2]M[0x8c][0xcc]}L[0xde]{[0xd8][0xdb][0xcf]Tw[0xa0][0x90][0xa8]60[0x8d][0xb9][0xc8][0x93][0x89][0x8][0xc7][0xce][0xe3][0x2][0xc7][0xa3][0x84]:[0x8e][0x8b][0xfe]9^[0x8f][0xf0],[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kx[0x97][0x90][0x1f][0x8d][0xdc][0xf8][0xf][0x84][0xab]n[0xd7][0x18]XA[0xbc]G[0xf1][0xf3]^[0xbc][0xcf]g[0xe8]>[0xd6][0xbb][0xf8][0xb5][0xb0][0xd7],[0xa9][0xa1]g[0x1a][0xb9][0xfd]n[0xc8][0xff][0xcf][0xc5]9[0xae][0x13]F[0x1c]{#[0xf2][0xff]zqB[0xd3][0x19][0x17][0x8f][0xe0]t[0xa4][0xe2][0xbf]PK[0x7][0x8][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadInformation.classu[0x8e][0xb1]N[0xc3]@[0x10]Dg[0x1d][0x83][0x89])[0xa0]J[0xc5][0x7]@[0xc3]I[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":$[0x90][0x90][0x90](l[0xd1]P-[0x97][0xcd][0xc5][0xe6]|[0x17]][0xce]|[0x1c][0x5][0x1f][0xc0]G![0xce][0xa4][0xb0][0xa2][0x88]mF[0xda]7[0xb3][0xb3][0xdf]?[0x9f]_[0x0][0xae]p\`Z[0xa0]$[0x9c][0xac]C[0xe3]b[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0x8b]G[0xb7][0xf4][0x84][0xb3][0xf3][0xa7][0x96]?XYvFU1as[0xd7]7v![0xe1][0xf6][0xe2][0x85]P[0xfe][0x5][0xaa][0xc8][0xfa][0x9d]p[0xf3][0xbf][0xf7]u[0x87]$w[0x1d]X[0xcb][0xbd][0x95]N\[0xdc]^[0xaa]|[0x1f][0xb4]<4V[0x8][0xb3][0xf1][0x85][0xd0]ql[0xbc][0xbb][0x1c][0xf2][0x84][0xb9][0xf]F[0xf1][0x9a][0xf5]J[0x94][0xf5][0xc6][0xa4][0x8a]A[0xaf][[0xd5][0xc9]f[0xc3]F[0xd4]^[0x92]p:v?[0xbf][0xb5][0xa2][0xe3]!@[0xc8]0L[0x96][0x13]&[0xc8][0x81][0xa4][0x7]H [0x91]b[0xd8][0xe3][0xe8][0x17]PK[0x7][0x8][0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/TimestampMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x9e][0xf4][0xd4][0x92][0x90][0xcc][0xdc][0xd4][0xe2][0x92][0xc4][0xdc][0x2]F[0x6]f[\r]M/F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xb8][0xb4]ojqqbz[0xaa]^VbY"#[0x83]a~Q[0xba]~bAbrF[0xaa]~N~zzf^:[0x88]6[0xc9][0xd2][0xcf][0x85][0xa8][0xd3]G[0xd7][0xc8][0xc8] [0x0][0xd2][0xaa][0x9f][0x93][0x8]T[0xea][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0xeb][0x19]X@,[0x6]V [0xc9][0xc4][0xc0][0x6][0x0]PK[0x7][0x8][0x14][0xe0]j[\r][0xbf][0xf4][0xe0][0x1a]I[0xfe][0xca][0x83]u[0xf2]}[0xad][0xf][0xd7][0xe1][0xd7]>\[0x8f][0x1b][0xbc]8[0x10]7zp[0x93][0xf][0xbf][0xc1][0xcd][0xf2][0xb1]^>~+[0x9b]o[0x91][0x8f][[0xe5]c[0x83]|[0xb4]h[0xd8][0xe8]C[0x19]6i[0xd8][0xec][0xc1]m[0xb2]i[0x8b]T[0xf1];[\r][0xb7][0xfb]0[0x10]W[0xfb][0xb0][0x15][0xdb]4[0xdc]!-l[0x97]=4s'[0xee][0xf2][0xe3][0xf7][0xf8][0x83][0xf];p[0xb7][0x1f][0xc4][0x9f]|[0xb8][0x7][0xd7][0xca][0xb6]{5[0xdc][0xe7][0xc3][0x9f]q[0xbf]|<[0xe0][0xc3]p[0xfc]E[0xc3][0x83][0x2]%i3[0x15]1[0xa2]s[0xcc]T:[0x92][0x88][0x9f]V3Y@[0x9c]$P<)[0x11]O[F[0xdc][0x9a]cD[0x9b][0xcc]"[0xd8]?!PT7k[0xe2][0xa4])d[0x9a]T[0xc8][0x86][0xc1][0xe4][0xc][0x1b][0x96]95[0x91][0x8a][0x19][0x96]e[0xa6][0x4][0xf6][0xab]]d,5[0xaa]-s[0xb9]U=9[0xd3]5[0x8e][0x92]Qs[0xa9][0x19][0x15][0x18]\[0x9b]H5T[0x1b]I[0xa3][0xbe][0xd1][0xac][0x8e]&[0x1a][0x1a]"[0xf1][0x6][0xf9][0x1e][0xbb][0xa8][0xba]Vr[0x90]UO7&[0x96]I[0xe1][0xd9][0x91][0x98]I[[0xf3][0x4][0xfa][0xc8]&[0x82][0x92]z[0xa7][0x1b]I[0x1]w[0xda]J[0x99]FL `[0x1b][0x8c]$[0xaa]g[0xa5]"q[0xab]N5S[0x89]F[0x9d]3[0xc])_jsD[\r][0x1a]b7[0xed][0xb1][0xdb]}\$[0x1e][0xb1]&[0x8]l+[0xef][0xdc][0xdd][0x1d][0xc4]y[0xfc][0xf5]D*f[0xa6][0xd3]F[0x83]Y=[0xdd]~O5[0xea][0xad]DjE[0x17][0x2]MV$J[0x12]I3eE[0xcc][0xf4]i[0xfc][0x1c][0x97][0xd5][0xcf][0x11]s[0x4]\[0x93][0x12]a[0xba][0xd9][0xb7]6[0x12]7g4[0xc5][0x16][0x98][0xa9][0xd9][0xc6][0x82][0xa8]r[0x1d][0x89]%[0xa3]fu[0x9d]z[0xd5][0xb2][0xcb]LI[0xb9][0xb8]J[0x86][0x1e]6[0x17][0x1a]MQ[0xab][0xd6][0x1e][\r]~[0x99][0xd7][0xda][0xd6]L[0x95][0xc8][0xaf][0xba][0xc6]D[0xca][0xca]4[0xf5][0x9];[0xe3]`[0xaa][0x3][0xb5]O[0xac]][0x10][0x5]F[0xf5]8[0xee][0xc]B[0x92][0xb1][0xed][0xda][0x8b]l)[0x10]([0x8c].%[0xea][0xe2]:[0xcb][0xa8]_[0xcc]q[0xa8]b[0xca]Y[0xa8][0xe1]![\r][0xf]kxD[0xc3][0xa3][0x1a][0xfe][0xca]I[0xab][0xe1]o[0x2][0x9e][0x6][0xb3][0xd5][0xd1][0xa1][0xe5]#[0xba][0x1f][0xf8][0xde]HzJ\[0xaa][0xc][0xb]\X[0xde][0x1d][0xee][0xfe][0xe9]Fj1[0x83][0x9e]w`[0xc6][0xb5]I[0xfd][0xec][0xc6]Tb[0x99][0xc4]0n[0x4][0xe7][0x9d][0xd7]2[0xd3][0xad].[0xb8]cJ[0xad][0xc0][0x90]n-3P[0xb1]t[0x83]@E[0xfe][0x10]8[0x8][0xad][0xcc]l[0xee][0x80]D`[0xc9]^[0x88][0xc6][0x1e][0xcd][0x93][0x1a][0x8d]T[0x9d][0xb9][0xa4][0xc9][0x8c][0xd7]w[0xe1][0xfb][0x80]\[0x12][0x2][0x8b][0xf7]*[0x9c][0x99][0xb][0x16][0x99][0xf5]Vn [0xa5][0x9d]y[0x5][0xe6][0xec]U[0x8][0xce][0x12]&[0xad]E[0xf6][0x85][0xe2]3;[0xbb] m[0x15]$G[0x9][0xf4][0xcf][0xd2])[0xd0][0xb8]/`dG[0xa1]9cQ[0xe2]9B`[0xe5]'c9;[0x96][0x8b]?-[0xe3][0xb9][0x12]4Z`[0xcd]g[0x7]S.[0x94]c[0x4]n[0xfe],[0xa3][0xcc][0x85]{[0xac][0xc0][0x9d][0x9f]/[0xdc][0xb9]<9R[0xe0][0x91][0xcf][0xbb]'[0xb9]|;J[0xe0][0xe5][0xff]?[0xdf]ry{[0xb4][0xc0][0xfb]_[0x4]os[0xf9][0x8c][0x10][0xbe]/[0xa6][0xff][0xb9]"r[0xec][0xde]>[0xf1]t[0x8e]H[0xfb][0x13][0x8f][0x8f][0x82][0xd3][7[0xe5][0xcb]zQ[0xa1][0xed][0xf3][0xb3]1[0xeb].[0x8f]*MX[0x90][0xf2][0xb4][0x1b]O,c[0xf9]b[0xb3][0xaa][0xca]A[0x96][0xaf][0xea][0x18][0x1c][0xae][0x97][0xa5][0xd9][0x9e][0xe]V[\r][0xb2][0x1a]Z[0xb8][0xa4]>N[0x15][0xb1][0x86][0xb4]s[0xba][0xf6]Z[0xad][0xca][0x19][0xf1][0xf4][0x2][0x81]`'[0xaf]Oh[0x8a]D[0xc3][0xea]t[0xed]N[0x1a])#[0x96][0x96][0xe5]v[0xbb][0x12]oE[0xb2][0xb5][0xcc];[0xb2][0xbd][0xc9][0xe3][0xba][0xc][0xbe][0xd3]2a[0x9c][0x86][0xc7]4<[0xae][0xe1]>[\r]k5[0xdc][0xae][0xe1][0x9][\r][0x9][0xc2]Lg[0xea][0x98]C[0xba][0x1d][0x7]24^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]9[0x5][0xfa][0x80][0xf2][0x9c][0x95][0xab][0xaf].[0xd1][0x94][0xaa]7[0xa7]F$[0xe2]~m[0xb][0xc6]*)[0xa2]c[0x2][0x9e][0x14][0xd8]?G[0x1c]d[0xf7]S[0x2]czR[0x88]:W[0x8][0xf4][0x83]RU[0xb6]T[0x95]#U[0xa5][0xa4][0xaa]l)[0xd2]U:[0x9e][0xc6]3[0xc]v[0x95][0xba][0xba][0xd0][0xf1],[0x9e]c}[0xa7][0xe3]y[0xbc][0xc0]jO[0xc7][0x8b]xI[0xc7][0x91][0xe0][0xee] [0xaa]X[0x1][0xea][0xf8];^[0xd6][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xd5][0xf1][0x1a]^[0xd7]q[0x1c][0xc6][0xeb]8[0x1a][0xc7][0xe8]8V>B`[0xe6][0x6][0xee][0xb9][0x1e][0xb1]q[0xed][0xb9]$[0x91][0xfe][0xbc][0xc1]J[0xb1][0xfb]2\`[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0xaa][0xa7]O[0xaf][0xe][0x87][0x7]O[0x9b][0x16][0x8a][0xc5]B[0xe9]t[0xa8][0xae][0xae]n[0xf0][0xca][0x95]+u[0x8c][0xc1]X[0x1d][0xff][0xc0][0xab][0xac][0x96][0xdb][0x8f]HV[0xa5]:[0xa6][0xe0]M[0x81][0x91]=[0x89][0x9a][0xc][0xc4]?5[0xbc][0xa5][0xe3]m[0xec][0xe4][0x0][0xd1][0xf1][0x8e][0xc][0xc5][0xbf]t[0xbc][0x8b]k[0xf8][0x8f][0x8e][0xf7][0xf0]*[0x7][0x8b][0x8e][0xf7][0xf1][0x1][0xf][0xf4]Yf[0xc][0xab]b[0x1d][0xbb][0xf0][0x86][0x8e][0xff]b[0xb7][0x8e][0xf][0xb1]F[0xa0]27[0x86]d[0xa4]z[0xe2][0x82][0xb4][0x95]b[0xc5]nC[0xe0][0xec][0xea]8[0xc][0x4][0xe][0xea]z([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xf7][0xf0]j[0xa0][0xab][0xb8]d[0xb9][0x10]hu[0xb5][0xfd][0xd0][0x16]([0xcb]v[0x7]&pp7[0x8b][0x92]@y[0xbe]x[0xdb][0x85][0xc3]^[0xab][0x5][0xa6][0xf6]h[0xa1][0xcc]q9"[0xe7]ea[0xb9]|[0xba][0x8d]d[0xd2][0x8c][0x87][0x5][0xe][0xcf][0xa2]wD[0x17][0xab][0x93][0xc7]J[0xb4]f[0xa8][0xac][0xbc]3#9[0xfa]5[0xa8][0xf5][0x81][0x1f]N@[0x19][0xf9][0xe1]yY[0x91]7{V[0xc2]I[0xef][0xec]^[0xec][0xc]y\[0xc3][0xf8][0xa3]F[0xda][0xaa][0x91][0xd7]d3[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb2][0xe1][0x92][0x97]gQ3[0xde]`5[0xaa]h[0xd5][0xc8]%[0xaf]I[0xe]X[0xe5]u[0xa0][0xbc]&+[0xf2][0xac][0xaa][0xe4]N[0xc2][0xb1][0xe3][0xb8]4[0xac][0xbc][0xe3]&[0x92]U[0xd3][0x1][0xe5][0x93][0xba][0xca][0xc0][0xa1]][0x8f]b[0x9b][0x9d][0xdb][0x87]/[0x92][0x9e][0x91][0xb0][0xa6][0xc4][0x92]2[0x1][0x83][0xda][0xa2]kw[0xe1]![0xb7][0xe4][0xfe]LY[0xeb]=o83[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe7]4[0xc4][0x99]o[0x1a][0xe1][0xcc]z+[0xc5]kb[0xb1]&K.[0x6][0x99][0xd6]~[0xad][0xc3][0xa3][0xcd][0xd6]X[0xdc][0xae][0x81][e:[0xb2][0x92][0x96][0x8a][0xa9]`[0x96][0xdc][0xf5]L[0xcb]L[0xa5]e,Gd[0xbd]7[0xd0][0x92]r&F[0xe3][0xea][0x92][0x8f][0x14][0x15]0V[0xc]r[0xdf][0xa4]=E[0x8d][0xfa][0xc5][0xb3][0xb9][0xae][0x98][0x18][0x82][0x3]Q[0x1][0xc0][0x83][0x81][0xa8][0xc4]Hp[0xa0][0xf3][0xab][0x0]U[0xfc]>[0x2][0xa3]2[0xdf][0xa3]Q*WTEs[0xb5][0xe7][0xbb]T[0xae][0xea][0xea]}[0xac]z[0x17][0xc8][0xb5]]}s[0xc9][0xe7];@[0xd9][0x9][0xf8][0x12][0x9f][0xc7][0xb3][0xb3][0xc].[0xf4]a[0xeb][0xad][0x15][0x95]A[0xcf]F[0x88][0xa0]w[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6]nDaiQ[0xb][0xdc][0x95][0xfc]W[0xaa][0xf1][0xd1][0x2]O[0xb][0xbc]!E[0xd0]?r[0x13]|[0x1b][0xe0][0xf][0xb8][0x9a]qDe[0xa9][0xde][0x82][0xe2][0xa3][0xf4][0x80][0xbe][0x6][0x83][0x2]:[0xd9][0xfb][0xac]EiEe@w[0x9d][0xdd][0x82][0xbe][0x1b]P[0xb2][0xe][0x9e][0x8a]J[0xf5].;[0xb0][0x19]~[0x87][0xf6]T[0x8][0xbe]+[0x2]E[0x1b][0xd0][0xaf]"[0xe0][0xde]@[0x99] [0x95][0xf6][0xf][0x14]5[0xe3][0xb0]-([0x9b][0x1b][0xd4]6"[0x10][0xd2][0xd7][0xa1]$T,[0xbf]K[0xf7]W[0xdf][0x15]A}[0x3][0x6]8[0xf2][0x3][0xd6][0xd3][0x87][0xef][0xe0]2[0xfc][0x4][0xfb][0xa1][0x10][0x13][0xe9][0xc5][0x97][0xb1]?[0x9f][0x13][0xa1][0xe1][0x4][0xc][0xc7]$Fj2[0xa3]2[0x85]~O[0xc5][0xc9]8[0x11][0xf3]P[0x83][0xaf][0x90]Z[0x88]Z[0xc4]1[0x3]i[0xcc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x82][0xf3]p*Va6[0xb5][0x9d]N}gR[0xe3][0x19][0xb8][0x82][0xdc][0xd7]`>[0xae][0xc7]Y[0xb8][0x89][0x9a]o[0xc1][0xd9][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]E[0x9][0xf5][\r][0xa5][0xf6][0xc9][0xd0][0xc9]]H[0xfd]cI][0x1]?[0xad][0x9c][0x88]bJ[0xb9][0x9d]6[0xc6][0x15][0xd3]h[0x13][0x8a]:[0x89]rBQ'3S[0x5][0x8a][0xaa]e[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15]5[0x9d][0x94]KQ2E[0x8a][0x92][0x19]t+j[0x6]e5E[0xcd]$f[0x8f][0xa2]N!j[0xaf][0xa2]d[0x86][0xe5][0xff][0x9b][0xac]F[0x1d][0xf9][0xfc][0xf4][0x4]l[0xf3]~L[0x17][0x8a]5[0x9c][0xa6]a[0x8e][0x86][0xd3][0x5][0x8a]:C[0xc3]\[\r][0xf3]H[0x13][0xcd].[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xae][0xb0][0x86]3wC[0xd7]0[0x17]<.[0xa2]<[0x8b][0x1e][0xab][0x11][0x82]j[0xbe]%[0xea][0xa2][0x8a][[0xe1][0xbf]Y[\r]([0x19]j[0xb7]j[0xc][0xab][0x90][0xe8]6[0x83][0xe3][0xaa]`[0x88][0xcf]v[0x84][0x97][0x90][[0xba]R&[0x85][[0x10][0xe4][0x8][0x9]^[0x5][0xcd][0xb5][0xe][0xae][0xc2][0x1b][0xd8]^[0xd8]FWD[0xe9][0x1a]k[0xf3]g[0xc2]V[0x6][0x83][0xc1][0x12][0x8a]Z[0x80]z[0x15][0xb6]2[0xda]5U[0xd8][0xca][0x98][0xca][0x6][0x86]m[0xb6][0xb2]_Pz[0xbc]P[0xe6][0x1b]{a>[0xde]#[0xf3][0x91][0xae][0xcc]/[0xea][0x85][0xf9]t[0x8f][0xcc]/[0xee][0xca]|[0xd4]1[0xdf]@vW[0x9e][0xe6][0x97]+[0xf3][0x15]6[0xb7][0xe6][0xc7]S[0xb6][0x8d][0xd1][0xf3]i4[0xd6][0xb][0x9f][0xcf][0xed][0x91][0xcf][0xe3][0x1d][0x9f][0xe3]Ht[0xf6]9[0xd9][0xb][0xf3][0x17][0xf4][0xc0][0xfc][0x92][0x8c][0xf9][0x14][0x83][0xdf][0xc9]|[0xda]1[0xe][0xd9][0xdd]y[0x9a][0xff][0x96]2?[0xc1][0xe6][0xef][0xa1]y;[0xe][0x8b][0x9][0xa1][0x3][0x10][0xcb][0x1][0xb2][0x8a][0x82]Z[0x9e]@V+ [0xd3]l[0xfe]^[0x3][0x91]T[0x13])wGHK[0x1d]H[0xdf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x9e][0x90].U[0x90]N[0xb5][0xf9][0xf7][0x2]$I-#[0xa5]u[0x4][0xb7][0xdc][0x1][0xd7]Le[0xde]<[0xc1]][0xa9][0xc0][0xcd][0xb7][0xf9][0xf7]*8I[0xad] [0xe5][0xe9][0x8]s[0xa5][0x3][0xf3]j[0xaa][0xf5][0xe5][0x9]s[0xad][0x82][0xb9][0xd0][0xe6][0xdf]G0%u[0xe])oG[0xc0]_u[0x0][0xdf]H[0x3][0xfe]<[0x1]_[0xa7][0x0]'m[0xfe]}[0xe]XR[0xe7][0x92][0xf2]u[0x84][0xfe]5[0x7][0xfa]F[0x9a][0xd2][0xf3][0x84][0xbe]^A_i[0xf3][0x82][0xd0]%u[0x1e])G'[0xbe][0xee]8[0xb1][0x9d]F[0x8b][0xf3]tb[0xb3]r[0xe2]"[0x9b][0xff]SqBR[0xe7][0x93][0xd2];[0xba]s[0x81][0xe3][0xce][0xbd]4[0xdf]'Ow[0xb6]+wV[0xdb][0xfc][0x9f][0xb2];[0x92][0xba][0x90]TqG[0xc7].[0xea][0xc5][0xbe][0xb5][0xa3]W[0xdb]f[0x96][0xa3][0xc2]*|[0xc3])[0x3]6[0x90][0x89]xE[0xc0]9[0xfd][0x87][0xdc][0xc4][0xd1][0xaf][0x19][0xe3][0xb7]` [0xbf][0x7][0x85]4~[0xf][0x98][0x1b][0xf2][0xde])[0xdf]A[0x96][0x4][0x7][0x84][0xa6][0xff]~V[0x5][0xf] [0x88][0x7][0xc9][0xf9][0x10][0xeb][0xb5][0x87]y[0xfe]~[0x84]yz[0x94][0xa7][0xfe][0xc7][0x18][0xf5][0xc7][0xb9]_<[0xc1][0x1c]<[0xc9][0xf5][0xed])[0xee]:[0xcf]0[0xf8][0xcf][0xe2]b<[0x87]K[0xf0]hm[0xd9][0x96][0x9a]&[\r][0xc1]vC[0x1c]G".[0xb2][0x1d],[0xd9][0xd4]&[0x89][0xbb][0xb6][0xd7][0xf2]&[0xd2][0xae][0xaa]]%v[0xa0][0x14]Z[0xa0]-[0xb4][0x94]gi[0xa0]P[0xa0]@x[0x14][0x9a][0x86][0xda]N[0x9a][0x19][0xf8][0xa1]3[0x9d][0xe][0x3]?[0xc0][0xdf][0xc0][0x9f][0x91][0xa1]|ww-[[0x8e][0xa2]X[0x99]hF[0xf7][0xdc]s[0xef]9[0xe7][0x9e]{[0x1e][0xf7][0x9c][0xfd][0xc7][0xff]>[0xf8][0x1b][0x80][0xfd][0xf8] [0x84]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0xac][0x10]|([0xd4][0xa3][0x1e][0xb6][0x8c]b[0x10][0xe7]B[0xd8][0x84][0xf3][0x2][0x9f][0x97][0xb1][0x10][0xc4][0x5][0x81]Y[0xe0]_[0x9][0xe2]Y[0x1][0xbf][0x1a][0xc4]s[0x2]~-[0x88][0xaf][0xb][0xf8]|[0x10]/[0x8][0xa2]o[0xd4][0xe3][0x9b][0xf8]V[0x88][0xc3][0x8b]b[0xf9][0xa5] ^[0xe][0xe2][0xdb]b[0xe7];[0x2]%[0x88]W[0x83][0xf8]n[0x8][0xaf][0xe1]{[0xf5][0xf8]>~[0x10][0xc4][0xf][0x5][0xfc][0x91][0x8c][0x1f][0x87][0xf0][0x0][0xce][0xcb]x=[0x84][0x87][0xf0][0x13][0x19]o[0x8][0xfa][0x8b]![0xe]?[0x15][0xda]q[0xf8][0x19][0xde][0x94][0xf1][0xf3][0x10]:[0xf0][0xb][0xb1][0xf2][0x96][0x8c]_[0xca][0xf8][0x95][0x84]Pj<[0x95][0x8e][0xf]N[0xe][0x8f][0xa6]%[0x84][0x93]g[0xd4]sj,[0xab][0x1a][0x99]X[0xca].[0xe8]F[0xa6]GBC[0xbf]iX[0xb6]j[0xd8]cj[0xb6][0xa8][0xad]r[0xc4]GF$[0xec]8[0x16]O[0xf4][0x8d]&[0xd3][0x93][0xc7][0xfa][0xd2][0xf1][0xc9][0xf4][0xc0]`|21<2[0xd8]Ga[\r][0x1e][0xdd][0x89][0x91]xb[0xe0][0xa9] ~-aS[0xbe]`[0xe6]-[0x9][0xd1][0xa4]Y[0xc8][0xc4][0xd4][0xbc]:=[0xa7][0xc5][0xb2]f&[0xc3][0x93][0x4]?[0xad][0xe5]m[0xdd]4[0x4][0xa1]=[0xa7]S[0xd8][0xe3]Un[0xa1][0xe7][0xf2]Y-[0x96]r[0x80]{[\r][0xcf][0xbb]d[0xf7]g[0xcf][0xd1][0x83][0xc1]Y![0xdd][0x9][0x86][0x86][0x94][0xad]N[0x9f][0xa5][0xdf][0x1d]}[0x99][0x85]2[0xde]fR0?h[0xe3][0x8c]f[0xbb][0x2]$[0xf4][0xb5][0xdd][0x1c][0xf0][0xed]5[0x99][0x92][0xba][0x1b][0xce][0x91][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]n-)[0xa7]Y[0x96][0x9a][0xd1]b[0x83].L[0xa8][0xd3][0xb6][0xc9][0x8][0xa8][0xf5][0xec][0xc6]\[0x19][0xbf][0x84]}5[0x1f]I!Z[0x99][0xd8][0xdb]F[0xed]MZ([0xd6][0x1a][0xaf]TM[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xec][0x91][0xf1][0x1b]:eN[0xb5]V[0xf8][0x9b]*9[0x85][0x19][0x9f][0xb8]+[0x16][0xa6][0xa0][0x87]+[0x9]Z][0xe9][0xcf][0xaa][0x96][0xe5][0x10]n/7[0xaf][0xb3]!a[0xdb]M[0xb4][0x12][0x9a][0xcb][0xb3]d![0xbf][0x92])[0xf1][0xf5][0xc4][0xbd][0x1d]5[0xeb],[0xd2]ub[0x3]:[0xdf][0x91]hq[0xcf]0SBx[0xb5]`[0xa8]Y/[0xab]$[0xdc][0xd3][0xd6][0xbe][0xe6][0x80][0xe1][0xa9]3[0xda][0xb4][0xc8][0xb5]P[0xca],[0x16][0xa6]5[0x91][0xc9]|[0xfd]+[0xe4]cT0)[0xf8][0x1c][0x8e]K[0xe8][0xa8][0xe1][0x9]S[0xd0][0x8f]c[0x12]:k[0xa9][0xc][0x12]v9{[0x8f]E[0xdd][0xc8]"[0x12][0xcd][0x97]([0x84][0x12][0xbf]U[0xf0]i[0x1c][0x92][0xb0][0xff][0xe]^[0x16][0xa6][0x13][0xb9][0xa2].W[0xd4][0xe3][0x8a]:\k[0xce]+/4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]@7[0x13]a[0x83][0xdc][0x84][0xe2][\r]Q[0xf0][0x19][0xc1][0xb5][0x83]\N[0xed]K[0xae][0xb0][0xf6][0x8][0xd6][0xd8][0x6]YE)[0xb4]u[0xc1][0xd6]+[0xd8][0xda]6[0xc0][0x96][0x15]5P[0xc1][0xef][0xf1][0x7][0x19]T[0xf0]'[0x1c]Q[0xf0][0xe][0xfe][0xac][0xe0][0xb3]8[0xb2]1;[0xad][0xaf][0xbf][0xbb][0x16][0xf8][0x8b][\r][0xe][0xc6]ffZ[0x8f][0x1f][0xef][0xce][0xe5][0xba]-[0xab];[0x95]J[0xb5]^[0xb8]pA[0x1c][0xf4][0x17][0x5][0x87][0xb1]OBd#[0xda][0x99][0x19]7 C[0xd6][0x82]ek[0xb9][0xa8]V`c[0xf6][0xb6][0x82]w1+[0xe3][0xb2][0x82][0xf7]ptu[0xd3],[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x88][0x95][0x1d][0xb7]*^[0xcc][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%^[0x4][0xd4]_%[0xec][0xa9]Z[0xce][0x14][0xf4][0xe1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x82][0x9][0x9c][0x92][0xf1][0xbe][0x82]E,U[0xb][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]'NYVp[0x15][0xd7]$l][0x9f][0x81][0xae]=n[0x97]S[0xa5][0x0]~p[0x3][0xc6]+;[0xc5]}Zn[0x97][0xb9][0xf1]u[0x15][0xa3][0xe2][0x93]=[0xe6]>,GM3[0xab][0xa9][0x86][0x97][0xb8][0xac]Q[0xcd][0x15][0x88]'[0xc4]3[0xb4][0x8d][0xd4].[0xbe]J\[0xe9][0xad]n[0xaf][0xd4][0xa5][0xee][0xad][0xde][0xbe][0xb1][0xf7]d[0xbf]:[0xcc][0x8e]U[0xb6]Mo%]SAq[0xbb][0xc0]*[0x15]z[0xa5]M[0x8d]70[0x8a][0xb7]0[0xc6][0x12][0xf8]EJ[0x9b][0xc0]5|[0x89]2OS[0xea]I|[0x8c]S[0xf8]'[0x9e][0xc6][0xbf][0xa1][0x92][0x1b]\[0xa9][0xc7][0x9b]<+I[0xbb][0xfb]Y[0x90]Wf[0xd7][0x10][0xa2][0xd4]![0x9e][0xfb]ai[0xed]cb[0xc3]8[0xc1][0x91][0xb6][0xc7][0x17]x[0x1a]([0xd5]F[0xca][0xf1][0xfd]k[0xd4]0[0xcd][0x99][0x8f][0xf2][0xeb]<[0x8e]QR[0x1c]D[0xdd]'x[0xe]>[0x19]c2[0x15][0x92][0x8]?[0x11]n[0xf5]p[0xf][0xde][0xc0]^[0x8e][8}[0xea][0x6]6[0xc9][0x18][0xa7][0xc4][0x9][0xea][0xed]x[0x9c][0xd1][0xe3][0xa7]\@[0x8e]tHKh[0xbb][0xec][0x84][0x85]0O[0x1d][0x9][0x0][0xcd][0xb9]J[0xb3]K[0xe2])&f'[0x1d][0xc5][0x84][0xa0]S[0x9e][0xa0]AqBg[0x94]~[0xb]t[0xd0]=[0xed]C][0x1f]![0xd4][0xd5]y[0x15][0x91][0xae][0xcb][0xd7][0xd1]1[0xde][0xc1][0x9d]{[0xf9]o[0xe4][0xab]p;[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xbb]:[0x85][0xab][0xf9]d[0x19][0x9d][0xdd][0x1][0x97][0xbf][0x85]![0xd4]U[0x12]%[0xd4]r[0xbd][0xb6][0x97][0x87][0x3]gi[0xc3],[0x1a][0x91][0xc3]v[0x18]hB[0x9e]1^[0xa0][0xaa][0x96][0xa3][0xee][0x1]W[0x91][0x92][0xba][0xa3][0x9e][0xba]bv[0x1a][0x93][0xbc]L[0x88]tO[0xd3]O~[0xf2]5a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xb4][0xbc][0xb0]h[0x10][0xd2][\r]4[0xc9][0x98]![0xb5][0x86]Y[0xef]j[0x7][0x9][0x85][0x1]|[0xfe]w[0xd6][0x99]g~[0x8d]y|[0xa5][0xf3]|%[0xf3]h[0xc8]x2[0x8e][0x10][0xfa]+[0xca]x[0xd6][0x91][0xd1][0xea][0xee][0xde]$C[0xcc]\[0x9d][0x85][0xb4]9B!m[0xa4]L[0x9a][0x8d][0xb4][0xe7]o+M[0xc7][0x19][0x8e]g9WJ+Y[0x8e][0xee][0x8b][0x90][0xe3][0x9a][0x1][0xd3][0xd3][0xba][0xd3][0xb9][0x5][0xd7][0xa5][0xf5][0x81][0xf1][0xa2]s[0xce][0x8a][0x4][0xf7][0x1c][0x89]~[0x10][0xd8]3[0xff][0x7]PK[0x7][0x8][0xd7]?[0xb0]\[0x8c][0x7][0x0][0x0][0x88][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/simple/SimpleLoggerContextFactory.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b]8q[0xe2][0xa4]i[0x9][0x97][0x2][0xa5][0x14][0xda][0x2]I[0x85]j[0xa1][0x96][0x17][0x12][0xf1][0x12][0xa9][0x2][0xc9][0x2][0x89][0x94]H[0xf4]m[0xe3]n]G[0x8e][0x1d]6N[0x5][0xbf][0xc0][0xd7]Px[0xa8][0x4][0x12][0x1f][0xc0]G!f[0xd7]nz[0x9]E[0xa4]][0xf8][0x8c][0x14][0xfd][0xe8]@[0x8c]+[0xb1]k[0xd3][0x10][0xa9][0x1]+4[0xdd] [0x9d]8[0xab][0x1d][0x8d][0xa4]+[0xb6]|5JK[0x17][0x8f][0xc8][0xba][0xca][0xa5][0xc][0xb][0xa5]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "(2l\b[0xdc][0x18][0x9e]]~H[0x19][0xe6][0xce][0xdf][0x1][0xc3][0x93][0xaf]<[\r][0x83][0xfb][0xf4]z[0xf3][0xa0][0xd7]J[0x9f][0xa5]j[0xa1][0x97][0x9d][0xd3]v[0x89]d[0x99]V6i[0xa6][0xd0][0xb5]#[0xb0]C22[0x98]![0x99][0xd7][0xe0][0x2]*$[0xcb][0xc9][0x1][0xcc]b[0x8e]4[0xc3][0x15]TS[0xe7][0xe][0xe9][0x1c]i[0xe3][0xb]2[0x9f][0xcf][0xf9].k[0xdf][0xcd]d?[0xf5]U[0xd6]U\[0xd3][0xfb][0x6][0xae][0xe3][0x6]y(k[0x1e]7[0xe9][0xf7][0xa2][0xac][[0xb8]MRq,[0xa4][0x1c]=[0x9d][0xfe][0x9f]9j[0x9a][0xe3]E[0xb2]?%[0x87][0xb2][0xee]`1[0xcd][0xef].y[0xa8][0x98]K[0xb8][0x97][0xf2]>[0xd5]\[0x98]l[0xca][0xba]&M[0xc2][0xb2]1[0xa9]r-[0x92],P[0xcf][0x8f]{[0xbb][0xa2][0xcf][0x0][0xa5][0xef][0xc8][0xbe];[0x82][0xf1][0x15][0x99]C}[0xf4]$[0xd8]"[0xc9]eM[0xb0][0xf2][0x1b]PK[0x7][0x8]T6[0xb2]A-[0x2][0x0][0x0]y[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/logging/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLogger.class[0xed]][0x9]|T[0xd5][0xf5]>[0xf7][0xcd]>[0x99]$dg[0xb2][0xb3]'[0x93][0x4][0x2][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x9a] [0x11][0x94]EI[0x4][0x1][0xb7][0x10]2[0xc3]hH0[0x8b][0xfb][0x1a][0xf7][0xd6][0xa8]5V[0xc5][0xaa][0xb4][0xda]Vk[0xad][0xe2][0x16]p[0xa9]K[0xeb][0xd2]j[m[0xeb]n[0xeb][0xae]uo[0xeb]^[0xa3][0xf5][0xce]{w[0xee][0xbc][0xcc][0xdc];[0x1b]I@[0xfb][0xe7][0xf7][0xe3][0xce][0xcd][0xcc]{[0xf7]|[0xdf][0xb9][0xf7][0xdd][0xed];s[0xe7][0xb1][0xff][0xde]}[0x1f][0x0][0xec]f[0xa9]q[0xc3]Z-[0x8d][0x12][0x8f][K[0xd7]2\P[0xa8]e[0xba]1[0x19]C[0xb9],[0xca]eS.[0x87]r[0xb9][0x94][0xe4][0xa5][0xc1][0xdd]Z[0x6]%[0xf9]t[[0x81][[0x1b][0xab]y[0x9d]Z![0xbd][0x16][0xd1][0xa5][0xc5]N[0xad][0x84]^K[0xe9][0xea]2[0xca][0x95]Sn[0x1c]%[0xe3])[0x99][0xe0][0xd2]&j[0x93][0x1c][0xda]d[0xa7]6%[\r]|Z[0x85]K[0xab][0xd4]|n[0xad]J[0xab][0xa6][0xa4][0xc6][0xad]M[0xd5][0xa6]9[0xb4]Z[0x2]4[0xdd][0xa1][0xcd]ph[0xbb]Qv[0xa6]C[0x9b][0xe5][0xd0]vwh{[0xb8][0xa1]B[0xdb][0xd3][0xa1][0xcd]vhs[0xdc]P[0xa5][0xed]E6[0xe6]R[0xa1][0xf3][0xa8][0xf8][0xf9]i[0xb0]R[0xdb][0x9b]r[0xfb]PRGI=%[0xb]([0xd9][0x97][0x92][0x85][0x94]4P[0xb2][0x1f]%[0x8b](YL[0xc9][0xfe][0x94][0x1c]@[0xc9][0x12]J[0x96]R[0xb2][0x8c][0x92][0xe5][0x94][0x1c]H6[0xe]"k+[0xe8][0xcf]FJ[0x9a](98M[[0xa9][0xad]J[0x83][0x89][0xda]![0xe]6[0x91][0xde]Y[0xed]`[0xb3][0xdd][0xda][0x1a]m[0xad]C;[0xd4][\r]K[0xb5][0xc3][0x1c][0xda][0xe1]nX[0xae][0x1d][0xe1][0xd0][0x8e]t[0xc3]AZ[0x9a]Sk[0xa6][0xd7]uN[0xad][0xc5][0xa1][0xad]'[0xc8][0xad]n[0xcd][0xaf][0x5][0xe8][0xcd][\r]tG[0xd0][0xa1][0x1d][0x95][0xa6][0x1d][0xad][0xb5]Qq[0x1b][0xc9]h;[0xe5]:[0x9c][0xda]&[0xa7]v[0xc]][0xd6][0xe9][0xd4][0xba][0xe8][0xb5][0x9b][0x9c][0xd8]C[0xd8][0x8e][0xa5][0xe4]8[0xba][0xec]x[0xca][0x9d]@[0xb9][0x13])9[0x89][0x92][0x93])9[0x85][0x92]S)9[0x8d][0x92][0xd3])9[0x83][0x92]^J[0xce][0xa4][0xe4],J[0xce][0xa6][0xe4][0x1c]J[0xce][0xa5][0xe4][0x3]KE[0xe5]J[0x4][0xba][0xa0]c=[0x2][0xcd]\[0x12]lo][0xd6][0xb3]q]kgS[0xf3][0xba][0xb6]V"[0xdb][0xd1][0x82].jFG[0xe1][0xdf][0xfc]Mk[0xf7][0x86]`[0x17][0x83][0x1a][0xb5][0xed][0xae]M[0xc1]iu[0xeb][0xba][0xba];[0xd1][0xe0][0x12][0xfc]Do[0xbc]y[0x15][0xd1][0x9e]#[0xe3][\r][0x92][0xf7][0x93]nAT[0xd0][0xf4][0xa4][0xef][0xc2][0xda]n[0xec]nn9zi[0xf3]&[0x9d][0x1b][0x8e]8[0xe][0xed]q[0x1c]Xp[0xe8]`[0x90][0x83][0xe5][0xe0]g[0x11].o[0xae][0x88][0xcd]{[0xe1][0xf1][0xdd][0xad][0xed][0xeb][[0xd7]s[0xde])1[0xb1][0xb7][0xe9]7[0xc7][0xf5]q[0x84]-[0x6][0xb9][0xc6][0x8d][0x91][0x98][0x9d]-[0xcd][0xdd]-[0x1b][0xf0]^[0x6]{[0xc6][0x80][0xbf][0xa4][0xf5][0xd8][0xd6][0xb6][0xbd]L[0xb5][0xd1][0xb4][0xa1][0xb3][0xe3]8r[0x8c][0x8e][0xca][0xd6]F[0x9f]3([0x8f]W[0x2]>H[0xdd]X[0xdf][0xd2][0x82][0x18][0xec][0x9f]T}[0xc7][0xc1]d[0xf5][0x1f][0xd3][0xd2][0xce]`l[0x85][0xf2][0x8a][0xb4][0x10][0xf7][0xa5]]H[0xbf]Nqa[0xc2][0xd5][0x84][0x4][0xf2][:[[0x9b][0xbb][[0xf5][0xfe][0xa7][0xa1][0xa3][0xf3][0xc0][0xce][0x8e]M[0xad][0x9d][0xdd][0xe8][0xe6][0xfd]d[0xcc]"{[0xcf][0xa8]7*%[0x1d][0xac][0xd3][0xdf][0xdc][0xd6][0xb6][0xe][&[0x3]GK[[0xd7]2[0xbd][0x1f]qn[0x12][0x96]*:[{[0xba][0x8][0xf9][0x81][0xcd][0x9d][0xf8]Y7[0xf6]d'[0xb6][0xae][0x1f]Z[0xed]zYX[[0x9b][0xe2]^[0x92]?[0xf4])?aS[0xe8]I_[0x12][0xd5][0xdd][0xc6][0xf7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]L[0xd2][0xe3][0x1e][0x94]Bq1[0x8]b[0x99]8[0xf7]c[0xf0]Y[0x2]n[0xdf][0x11][0xe0][0xc3][0x8e]:[0xaa][0xc6]S[0x1c]2[0xb][0x8d][0x86]H=|tc[0xdc]=[0x91][0xc6](k{[0xa5][0xeb][[0xfd][0xcd]=m[0xdd][0xd1][0x3][0x7]o.[0xcb]Sp[0xc8][0xbe][0xaa]2u"7[\r]O[\r][0xc6]2[0x92][0x92][0xcf][0x15]p[0x8b][0xc][0xbf]ss[0x91][0x9d][0xed][0xcc][0x8a][0xc4]{[0x13][0xd3][0xf8]n[0xef]l[0xed][0xc2][0xd2][0xb0][0xef][0xc4][0x7][0xcf][0xec][0x8f][0x15][0xad][0xfe][0xb6][0xd6][0x96][0xee][0xe0][0xb1][0xad][0xcb][0xb1]j[0x9b][0xbb]q[0xb2][0xb2][0xf0][0xf8][0x96][0xd6]M[0x94][0xc1][0x7][0xe0][0xf]xk{s'[0xf6]d[0xc]Zct[0xee][0xaa][0xe1]&[0x15][0xac]eC[0x1c][0x10][0xed]%[0x6]{$[0xe2][0x4][0xe9][0xd4][0xc4][0xb6][0xbe]u][0xf][0xf6][0xd4]scp[0xe1][0x13]bs[0x95]nh[0xee]ll=[0xa6][0xa7][0xb5][0xbd][0xc5][0xe8][0xf6][0xed][0x1b][0xf5]k[0xb0][0xff][0xe4][0xd6]p[0x90]P][0x8f]=S[0xea][0xc6][0x94][0x3][0xcf][0xb2][0x4][0xca]Lx[0xd4][0xa1][0x2]-[0x1b]i[0x4][0xf3]%~[0x13].Mp[0xe5][0xe8][0xd0][0xfe][0xc8][0xa0]e8[0xc1]()[0xef][0x9e][0x94][0x1b][0x97][0xaf];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0xb5]~cv[0xf4][0xdb][0xc][0xe]H[0xa5][0xb4]a[0xc2]f[0x9a][0x9f].N[0xe5][0xc6][0xb5]r[0x9e]v}0[0xc6]>4GrA[0xb2][0x8c][0xa3];[0xca][0xa1][0x8c]k[0x12][0xef][\r][0xf4][0xeb][0xeb][0x93][0xb8]^i[0xb4][0xa8]"[0xd6]SY[0xab][0xfc]TY[0xe0][0x90]e[0x83][0xc9][0x95]>[0xc9][0xfb][0xca]B*$[0x3][0x8c][0xa2][0x8a]|[0xb1][0xc7][0xa2][0xa1][0xe5]V[0xc5]pYOw[0xb0]mZc[0xcf][0xa6]MmA[0xac]7}*[0x8a][0xf]p[0xe8][\r][0xea][0xe3][0x13][0xbc][0x15][0xcd]$x[0xe9]\[0x1f][\r]OS[0x13]-[0x99].'\[0xfb]$[0xc]E[0xe9][0x88][0x5][0xc9][0xd8]T[0x96][0xb2]dGz[0xa9]h/[0x1f][0xb6][0xe2]B[0x9e]:"[0xb5][0xbe] [0x9][0xcc][0x19]z[0xf][0x11]z[0xb]{[0x8a][0xca][0x84]ogP[0x9d][0xe8][0xb5]FCY7[0x92]lB.[0x8b][0xb5]^N[0xb2]N[0x95][0xed]f[0xfd][0xb0]V[0xb4][0xd2][0xcc]|i/[0x92]D[0xe5][0xd6][0xed]@[0x1]!6[0xee]0W[0xde][0x87][0xf]A6-[0xc9]{[0x18]l[0x18]v[0x1c]J[0xbf][0xcf][0x88][0xd7][0xb9][0xc8][0x18][0xed][0x97][0xec]MJ[0xf3][0x8b]vpT6[\r].[0xda][0xa6]Z[0x6]k[0x86][0xa7]<[0x95][0x85][0xe9][0xc][0xda]F[0xca][0x82][0xca]&[0xae][0xc2]O[0x1d]=[0x9b]*[0x14][0xbb]1[0xb8]xg[0xa2]P[0xe1][0x9a][0xc9][0xe0][0xda]][0xb][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9],[0x6]w[0xec][0xea]HU[0xd8]wg[0xf0][0xc8][0xb7][0xf][0xbb][0x8a][0xcd][0x1e][0xc][0x9e][0xfb].[0xb0]Q[0xf1][0xdb][0x93][0xc1][0xbb][0xdf]M~*[0xc6][0xb3][0x19]L[0x89][0xbd][0xb6]0]>;[0xa1]+[0xe5][0xf7][0x1e][0x90][0xe2][0xbd][0xf2][0xd2][0xe][0x1b][0xb6][0xd2][0xe4][0xe5]w[0x8c]`[0xf9]r[0x8b]g[0x8c][0xaa]E9[0x86][0xfe][0x9d][0x8c]A[0x8e][0xea]g[0xbb][0x1c]*9[0xce]m[0xdf][0x2][0x9c]r[0xe4][0xbf][0xff]V"[0x97]s[0xb1][0xb5][0xb6]w[0xd3]F[0xc6][0xa9][0xb1]9%[0xbd]P[0x8a][0xbf][0xb][0xb5][0xb0][0xbd][0xbb][0xf3][0x84][0xb0] g[0xf7]wtnl[0xee]f[0xe0]l[0xd5]?[0xa0]m[0xd2][0x18][0xb][0x1a]i)[0xe][0xed]Oq{[0x86]TVlI[0x93]9{X0D[0xad][0x88][0x92][0xc6]Q[0x9b][0xac][0x9][0x6][0xee]}[7u[0xb6][0xb6]4w[0xb7][0xae]g[0xe0]][0xd1][0xd3][0xde][0x1d][0xdc][0xd8][0xba]2[0xd8][0x15][0xc4][0x95]T]{{G[0xb7].^[0xe8][0x82]c[0x98]P[0xf8][0x1e]cQ[0x99][0x10][0xf9][0xe8][0xf6][0x98]4[0xbf][0xce][0xa4]d[0xe8]ar[0xea][0xc6][0x1d][0x89]uH[0xc1]^[0x9a])h[0xc4]x`I[0x9c][0xc9][0xaf][0x90]y[0x10][0x9f][0xe8][0x95][0x9]n[0x93]&[0x8d][0xc3][0xba][0xa9][0xb9]s#[0x3][0x16][0xc4][0xff][0x8b][0x11]HK[0x7]6[0xe][0x9c][0x14]u[0xad][0xc3][0x86][0x12]e[0xb3][0xbe]'[0xd8][0xb6][0x1e][0xfd][0xeb][0xd0][0x8e]thG1[0xe8]Ja[0xdb]dG[0xeb][0xca][0xc1][0x8e][0xd6][0xd7][0xd1][0xa3][0xd9][0x8f][0xc9][0xa6]B#[0xdb][0xd9][0xd8]Z;;;[0xb0][0xb][0xb7][0xb6][0x1e][0x1f][0xc4][0xfa][0x98],[0xdb]k[0x8f]~[0x8b][0x81][0xa5]i[0x5])[0xc5]sW[0xcc][0x89][0xfe]t~[0x5]~X[0xa9]_[0xb0]gb[0xf3]][0x99][0x85]ZE[0xd9][0xd1][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xd2][0xc0][0x92]T[0xed][0xd7]'l?[0x6]"[0x7][0xb9]U[0x1f][0x8e][0xe]L[0xd0][0x13]I[0x84][0xa1][0xd8][0xfc][0xcd][0xdd][0xcd]m[0xc][0xb2][0x2][0xad]Q[0x1a][0xf4]n[0xc9]k[0xd0]X[0xe2][0xbc][0xb9]K[0x1b][0xe6][0xcc]I>[0x14][0xa1][0xa2][0xb2]ii[0x3][0xd1]E$F[0xa8]JnEe4_lf[0xc1]v[0x7][0x83][0x8c]`[0xd7][0xbe]$[0xf2].l[0xa7]=[0xb6][0xf5]z[0x14][0xda][0x1a][0x6][0x13][0xe3][0xaf][0x7][0xe9]2W[0xb0]K[0xdc]8!n4[0x13][0xdd][0xb1]o[0xfc][0x98][0xa7]D[0xc]#[0xec][0x85][0xf4][0xb8][0x8][0xeb][0xf8]F[0x3][0xd5][0x81]x#=[0xd8][0xb5][0x18][0x19][0x9a]/h[0xea]lni5_[0xb0][0xaa][0xb9][0xb3]=L[0x1c][0x8d]0h[0xdf]q|[0xc9])}g[0x8e][0xa6]ASC[0x18][0xba][0xaf]z[0xe8]0[0xa0][0x8][0x97][0x1d][0xa5]5[0x1e]3r[0xc5]+)[0xad][0x1c]V[0x9b][0xa6][0x91][0xf9][0xe8][0x91](x[0x94]h[0x98][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xe0]H[0x14][0xac][0x98][0xcc][0xc][0xaf][0xcb][0xe2])[0xc1]Kw[0xc0][0x9a][0xec][0x11][0x8d][0xa5][0xcd]%[[0x9e][0x12][0xf4]^[0xc9][0x4][0x83]F=`[0x7][0xa6]|[0xb7][0x12][0xd0][0xac]d[0x8a]4[0xd5][0xf5][0xfe])[0xdc]7< L[0x8d];[0x96]N[0xa4][0xba]O[0xd1]v[0x93][0xe2][0x13][0xaf]i[0xc6][0x8a]*[0x89][0xd7][0x94][0xa2]5[0xcc]XaMI[0x95][0x16][0x12]4[0x8f][0x1c]6xJ[0xf][0xc4][0x8a]~J[0x1a][0xb3][0xd2]J,[0xd5]m[0x87]G[0xd5][0xe8][0x8a][0xe8][0x18]5s[0xa1][0x9a]:mdz[0xef]$8[0xf7][0xee]L[0x4]!7[0x9c]1z[0xf5][0xac]lkg[0x8d]j[0xe5]+a[0x1c][0x9e]R[0x97][0x97]D[0x85][0xc7][0x8a][0x1e][0xd9]Q[0x3][0xa1][0xfa][0xec][0x1a]q_[0xca][0xe2][0x13][0xce][0x1b]u[0xab][0xca]Z\[0xb1][0xa3][0xdd][0xa3][0x8c]_`[0xb8][0xb]U[0xc2][0x8f][0x15][0x89]2[0x1c][0x13]=[0xd3][0xb8]|[0xe2][0xe8][0x98][0x92][0x1b][0xbf]`g[0x19][0x97][0xc3][0xb9]f[0xd7][0x81]#[0x7][0xb8]uW[0x6]([0x87][0xfc][0x9b]o[0x17]d9[0x89][0xa7][0xbe][0xed]$[0xe4][0xb4][0xde][0xfa][0xee][0xd1][0x92][0x13][0xfd][0xe2][0x81][0xa8][0x94]:s[0xff]oR[0x97][0xb7][0x83]X[0x11][0x94][0x9],BM%[0xad][0x1e][0x96][0x92]R[0xde][0xe6][0x19][0xc6]A[0xef][0x94]Q[0xb3]&[0xb7][0xd1]N[0xb4]/G[0xf4][0x93]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0x1c][0xe3][0xed][0xbb]8F9[0xea][0x87][0xbf]u[0xa8][0xe5]<[0x9e][0xfd][0xe][0xf0][0x90]3{[0xe7];[0xc9]L[0xce][0xd5][0x83][0xb4][0x16][0xfb][0x85]r[0xf5][0xc3]T[0xbe][0xc5]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xd2][0x95][0xa3][0x8b]+[0xb9][0x95][0xea])#[0x2].V[0x5][0xe][0xb5][0xe6][0x8][0xdb]Ol[0x93]_[0x1a][0xfb][0xb8][0xd3]w[0xd4].[0xdb][0x89][0xa8]b[0xee][0xb1]Ic[0xa2]FF[0x9e][0xfb][0xc1][0xe8][0x98]Jj[0x7][0xf0][0xd2]][0xb]Sh[0xd3][0xf0][0xa4][0xd1][0x82]%[0xed][0x8c]O[0x1c][0x1d][0xeb]r[0xe3][0x17][0xec],[0xe3]r8[0xd7][0xec]:p[0xe4][0x0][0xb7][0xee][0xca][0x0][0xe5][0x90][0xf3][0xed][0x82],'[0xf1][0xd4][0xb7][0x9d][0x84][0x9c][0xd6][[0xdf]=Zr[0xa2]_[0xfc]/[0x10][0x95]R[0xa7]}[0xa8][0xff]E[0xea]rg[0x14][0xff][0xbf]3[0xe2]lI[0x8d][0xb2]{[0x86][0xce]O[0xdd]x#_[0x1]9[0xb4]'[0x1c][0xda][0x93]t[0xcc][0x9][0xde][0xd2][0xed]g0&[0xfc]Yc[0xb3][0xbf][0xb5][0xed][0x4][0x6][0xae][0xee][0xd0][0xdd][0xc][0x9c]z>H[0xe7][0xd2]U[0xab][0xe]f[0x93][0xbd]K[0x1][0xc8]M[0x98][0x8e][0x9b][0xdb]4Gz[0xc1][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xbc]R[0xbf]&[0xd6][0x99][0x12][0xb1][0xe][0x97]S[0x18][0xae]S[0x9b][0x8c]gG@:|[0xd8]N[0xc0]S[0x80]l[0x8c][0x1]2i[0xcb][0x2]vZ[0xa8][0xb6][0xf4][0x88]f[0x1b][0x9d][0xee][0x88]u[0xe8][0xee]6"\[0xf5]o[0x16]LO$[0xee]8"[0x6]}M[0xc5][0x8][0x86][0xd4][0x1f][0x96]p[0xe1][0xa9][0x5][0xd0][0xaf]M[0xe6][0x8c][0x9d][0xa4]Kw[0x19][0xbe][0xd5]c[0xf3]c[0x1d][0x82] [0xbd][0x9d][0x9e][0xcd][0x83][0x93][0xbd]I[0xd2][0xc5]D[0xbf][0xc5]`[0xa9]*:>9k"P>V(a[0x8c][0xad][0x9f]X[0x10][0x17][0xa5][0xc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xb8][0xe6][0xce]v[0xec][0xad][0xe6][0xb6][0xb4][0xf1]cS[0xdd][0x8d][0x1d]=[0x9d]-[0xad][\r]A[0xea][0xc5]r[0x86][0x1e]u:[0x95][0x8c]z[0xe0]Yx[0xce][0xa3][0xfd]Y[0xfb][0x8b]C[0xfb][0xab][0x87][0xfd][0x80]][0xe2][0x81][0xbf][0xc0][0x13][0x1e][0xe6]`N[0xf][0xfc][0x15][0x9e][0xf2][0xb0]L6[0xc6][0x3]O[0xc3]3t[0xe9][0xcb][0x1e][0x96][0xce]2<[0xec]Bv[0x91]G{J{[0xda][0xa1]=[0xe3][0xd1][0x9e][0xd5][0x9e]c[0xb0][0xa5]iCk[0xb9]Qp[0xf9]I[0xa7][0x94][0x1f][0xd7][0xdc]Un[0x1c][0xbe][0xb6][0xbe][0xfc][0xb8]`[0xf7][0x86][0xf2]n[0xfc][0x98][0x3]/[0xf7][0x1b][0x1][0xf9]t]s[0xfb][0xfa][0xf2]`Wy{[0xc7]q[0xe5][0x9d][0xb4]![0xd3][0x15][0xe7][0x86][0xea][0xf2][0xe3]6[0x4][6[0x94]ol>[0x81][0x97]_[0x8e]N)[0xc7][0xe][0xa0][0xbd][0xbb][0xcb][0xb8][0xb1][0xa7][0xbd][0xf5][0xf8]M[0xe8]C,[0xc8][0xf8][0xbe]]7[0xba]n[0xaa]Gs[0xb0][0xb5][0x1e][0xf8]-<[0x84][0xb][0x9d][0xe1][0xc6][0xda]\[0xde][0xde][0xd3][0xd6][0x16]uO[0x5]?[0xa1][0xb0][0xab][0xbc][0xbb][0x3][0xb][0xa8]L[0x1d]<[0xfc][0x9][0xeb][0x4][0xde][0x83]{[0xe0]7[0xf0]k[0xf][0xbb]\{[0xde][0x3][0x9f][0xc0][0xa7][0x1e][0xf6]/[0xf6][0xac]C[0xfb][0xa3]G{[0x1]>dP[0xa5]l3[0xd1]'[0xdd][0xd2][0x9][0xc0][0xfc][0xc4]Q[0x8f][0xf6][0xa2][0xf6]7[0x87][0xf6]w[0x8f][0xf6][0x92][0xf6][0xb2]C{[0xc5][0xa3][0xbd][0xaa][0xbd][0xe6][0xd1]^[0xd7][0xde]phoz[0xb4][0xb7][0xb4]0[0x98][0x96]hs[0xe4][0xdf][0xb6][0xf0]hok[0xef]`[0x9b][0x93][0xf4][0xee][0xc]v[0x8b][X[0xf4][0x91]{[0x1e][0xed]][0xed]=[0x6][0xe5][0xe1][0x2][0x17][0xb7][0xeb][0xe7][0x1f][0x7][0x87][0x1e]58[0xf4][0x92][0xb6][0xb6][0xd6]@s[]K[0xb][0x96]e[0xba][0xa4],[0xea][0x92][0xc6]n[0xac][0xe]q[0x5][0xb5][0xf5][0x8f][0x19][0xd4]&IzF,jT[0x5][0x11][0x97][0xd7][0xad]o[0xde][0xd4][0xdd][0xda][0x89][0xd6][0xb4][0xf7]=[0xf0](<[0xe4][0xd1]>[0x80][0xf]=[0xec][0x19][0xf6][0x82]G[0xfb]P[0xfb]'[0xe5][0x9e][0xa5][0xe4]yJ[0xde][0xa3][0xe4][0x15]J^[0xa4][0xe4]%J[0x9e][0xa3][0xe4]UJ^[0xa3][0xe4]uJ[0xde][0xa0][0xe4]MJ[0xde][0xa2][0xe4][0x1f][0x94][0xbc]M[0xc9];[0x94][0xbc][0xeb][0xd1][0xfe][0x85]6[0xe0]>jG~v:%[0xa7]R[0xd2][0x83][0xb3]"[0x8f][0xf6]o[0xed]#[0x8f][0xf6][0xb1][0x6][0x1e][0xd6][0xc5][0xaa][0x1d][0xda]'[0x1e][0xed]S[0xed]3[0x6]S[0xe3]z[0xa2]1[0xb8]q[0x93]8[0x94][0x94][0xfc][0xf7][0x12][0x83]Yq[0xef][0x92][0x1d]@[0x8a]7[0xb3]j[0x6][0x5][0x91]3[0x0][0xfe]u;[0x6][0xe][0xe3]t[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xf6][0xb9][0xf6][0x5][0x3][0xad][0xba][0x9c]AE[0xa2]U[0xe5][0xd1][0xfe][0xc3].qh[0x8f]{[0xb4]/[0xb5]A*[0xe1]+[0xb2]W[0x81]s[0xc0][0xc8]N[0x18][0xa7][0x88][0xe4][0xf]t[0xfb][0x99][0xec]\[0xf][0xdc]O[0xe][0xfb]>[0xbb][0x0][0xfb]Yc[0xa4][0xb3][0xd3][0xcb][0x9c]r[0x8f][0xf6]5[0xbb][0x4][0xbb]Z[0xfa]K[0x88]u\[0xff][0xc5][0x87][0x8a]][0xe0][0xd1][0xbe]A_[[0x80]*[0xf5]r[0xb][0xf3]X4#g[0xf1][0xb0][0xf7][0xb1][0x8e]1y[0x9e][0xfe][0xb4]R[0xee]9J^[0xa4][0xe4][0xef][0x94][0xbc]D[0x1f][0xd8]([0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xec][0x94]{[0x95]r[0xe][0xca][0xbd]F9'[0xe5]^[0xa7][0x9c][0x8b]roP[0xce]M[0xb9]7)[0x97]F[0xb9][0xb7]([0xe7][0xa1][0xdc]?([0x97]N[0xb9][0xb7])[0x97]A[0xb9]w([0x97]I[0xb9]w)7[0x86]r[0xef]!pK[0x16]%[0xd9][0xe]K[0xe]:[0xc0][0x92][0xeb][0xb1][0xe4]Y[0xf2][0xe9][0x9d][0x2]J[0xc6]R[0xe2][0xa5][0xa4][0x90][0x92]"J[0x8a]))[0xa1][0xa4][0x94][0x92]2J[0xca]=[0x96]q[0x96][0xf1][0xc][0xf6][0x88][0xdf]t[0xf4][0xea]m0[0xfa][0xbb]p3@0[0xcf]z,[0x13][0xd8]d[0xf][0xfb][0x88]}[0xe1][0x81][0x7][0xa9][0x2][0xbe][0x84]O[0xe9][0x18]s>[0xc3][0xf3][0xb0][0x16][0xd6]A[0xc9]zJ[0x8e][0xa1][0x9a]:[0xdf]c[0x99]h[0x99]D[0xc9]dJ[0xa6][0xd0][0x81][0xe8]K[0x96][0xaf]rX*<[0x96]J[0x8b][0xcf][0x3][0xf7][0xc2][0xaf]qV[0xb8]pY[0x13][0x9d]*_[0x16]g[0x81][0xe1][0xb1]TY[0xaa][0xa9][0xc6][0xf]Y[0xdc][0x84][0xf3][0x1c]qt[0xbd][0x7][0x1e][0xa0]b[0xf2][0xf4]kgL[0xdd][0x18]y[0xac]h\[0xce][0xf2]S|[0x19][0xcc]M[0xe9][0x91][0x9][0xf5][0x91][0xf0][0x19]|[0xce][0xc0][0xcb]Q[0xc9]Nb[0x9f][0x13][0xb7]|[0xe5]i[0xa9][0x1e][0xa6]1K[0xbc]Af[0xe8]Q[0xdf][0xc]r[0xf5][0xa7]*[0xd8]1[0xad]Q?[0xc5]>x[0xa2]1[0x2][0x8c][0x89]|[0xb8][0x19]L[0xe][0xbf][0x15][0xeb](Y[0x6][0xa5][0xb1][0x17][0x2][0xc]j[0x92][0x9a][0xdd][0xc5][0xba]^&[0x9b]![0xd2][0xc4]f[0xea][0xd8]N[0x3][0xad][0xdd][0xfc]0[0xe2][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x19][0xc6][0x99][0x11]oa[0xa7][0x82]3[0x8b][0xe6][0xb6].[0xc5]y[0x92]kp[0x1][0xaa]v?[0xe]a=][0xd3][0x1a][0xf5][0x97][0x90][0xff]][0x8]![0x94][0xaf][0x8d][0xb5][0xea][0x91][0xdc][0xbd][0xd7][0xa8]~[0x9f]k[\r]=[0x95]+V,[0xc7][0xa7][0xd2][0xdd][0xde][0x1a][0xfe]6[0xb8]l-[0x98][0xd4][0x17]P[0xa7][0xc4][0xae][0xae][0xd0][0xef](P%-\VW[0xbf]d[0xe1][0x11]M[0x8b]V,[0xac][0xdb]w[0xc9][0xf2][0x5]uK[0x1a][0x19][0xb0][0x98]^[0xd7][0xcb][0xe0][0xc7]Y[0x7][[0xbb][0xe][0xc6]?[0x19][0xa4][0xa3][0xd7][0xc3][0xef][0xc5][0xf1][0xbc][0xa4][0x84][0xbd][0x8c][0xaf][0xcb][0x1a]l[0xc3]ge[0xc7][0xf9][0x9e][0xb2]pN[0xd4][[0xb1][0xc6]G[0xdd][0xfc][0x92][0x8e]f[0x1c]Z[\r][0xf0][0xae]6[0xfc][0x83]7[0xc7]IR[0xe7]G7dwsWc[0xcf][0xba][0x16][0xe3][0xa6][0x89][0x15]QW[0xc8][0xee]I[0xc3]Z6[0xe6]p-Q_[0xc5][0x15][0xcb][0xa3][0x99])[0x1c][0x15]Mg~[0xec][0xbb][0xb0][0xfe][0xe0][0xfd][0x18]x[0xd0][0x8b][0xa6][0x89]gA[0x85]j+[0xc2][0xd6][0xb4][0xa2]n[0xc1]B[0x6][0x16][0xbc][0x81]vy[0x92]ja[0x99][0xc8]dh[0x97]2)N[0x17][0xa1]{[0x12]][0xe5][0x8]v-[0xdc][0xb8][0x89][0xea]6[0xc6][0x81][0xb4][0xd8][0xfe][0xec][0xcd][0x9b]6a[0xbf][0xaa][0x1f][0x96][0x9b]@[0x85][0x87]N&[0xc0]&[0x8d]|"GV4{,[0xfd]h[0xc8]r[0xfc][0xaf][0xd2][0x8b][0x6]T\[0xb1] [0x96][0x1d]gwG[0xa8]#[0xaf]I[0xa8][0xc8][0xf0][0xad][0xb6][0x86][0xba][0xa6][0xba]%8[0xc8].^[0xd6][0xb0]|[0xa4][0xbe][0xd4][0x89]>[0xb4][0xae][0xaa][[0xb1]l'|[0xdf]v[0xcd].[0xf1]E[0xe6]5[0xa3][0xf8][0xad][0xd6]5[0xa3][0xf7]e[0x87]5;[0xf3][0xcb][0xe]kv[0xad]/;[0xac][0xd9][0xd5][0xbf][0xec][0xb0][0xe6][0xdb][0xf7]e[0x87]5[0xdf][0x85]/;[0xac][0xf9]n~[0xd9]a[0xcd][0xff][0xca][0x97][0x1d][0xd6][0xfc][0xef]~[0xd9]a[0xcd][0xff][0xd9]aH;[0x18][0xc5][0xd3]"[0x8c][0x13]iT[0x93][0xd2]d[0xe6][0xc7][0xf3][0xa5]3[0xc2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb7]zi[0xde][0xb8]n}[0xb3][0xb1]z[0x89][0xa5]t[0xa5]z[0xe2]V[0x18][0x88];|[0x88][0x91]~[0x4]^[0xa2][0xd1][0x9c]I[0xaf]a[0x92][0x1]u[0xd0][0xb0][0x1d][0x87][0x16].s][0xaa][0x7][0xbb]&c[0xa4]{[0xf8]N[0x80]M[0xc6][0xec]9#yTl2@[0xae][0x18][0xdd]3e[0x93][0x81]v[0xe3][0xce]>|6[0x19][0xb0][0xf7][0xee]r[0xa7][0x95]&[0x5][0xff]O[0xbb][0x1c][0xfc][0x1d]$[0xf4][0xca][0xb7][0x80][0xd0][0xe]R[0xfc][0xe8][Iq[0x7]I[0xdb]q[0xf4][0xab]kk[0xa3][0x1]=[0xf1]X[0x18][0xc9]H[0xc4][0xc0][0xd1][0xd9][0xda][0xd6][0xda][0xdc]E[0xbf]:K{gt[0xfc]`hT[0x8d][0xf5][0xdb]5[0xf2][0x0][0x92][0x4][0xae][0xf][0x1b][0xd8]K[0xdf][0x1][0x8a][0xf6][0xcc][0x8][0xdb]lK[0xc9]f[0xca][0xe6][0xd4][0x12][0x85]1[0x9]\[0xda][0xdc][0xde],[0xf4][0x81][0xa5][0xfc]'[0xe8]f%[0xb7][0xd3].~[0xee][0xd9][0xdd][0xd5][0xda]}`sg[0xab][0xbe][0x87][0xbe]0V[0xd3][0x8][0x9d]R[0x18][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]8([0x84][0xb5][0xa0][0xc1][0xdd]p[0xf]d[0x82][0x97]T;[0x0]|[0xbd][0x8f][0xbf][0xde][0xcf]_[0x1f][0xe0][0xaf][0xf][0xf2][0xd7][0xdf][0xf0][0xd7][0xdf][0xc2]C[0xc0][0xe0]a[0xfa]Idx[0x4][0xff]~[0xd4][0xf4][0xf7][0xef][0xb0][0xec][0xdf][0xc3]c[0xf8][0xf7][0xe3][0xfa][0xdf][0xc0][0xbf][0xff][0x4]O`[0xbe][0x10][0x9e][0xc4][0xd7][0xd0][0xfb]?[0xc6][0xbf][0xff]l[0xfa][0xbb][0x8]r)8[0x6][0xf3][0xd9][0x14][0x1a][0xa3][0xbf]>[\r][0xcf][0x0][0xb0];[0xf1][0x9a]g[0xe1]9L[0x9f][0xc7]w[0xf][0xc1]k[0x19][0xbe][0x96][0xfa][0xb6][0x1][0xf3][0xf9][0x6]@[0x1b][0x0][0xcb][0x9d]`[0xf5]m[0x7][0xdb][0x9d]`[0xc7][0x17][0xc7][0x9d][0xe0][0xbc]U/[0xf3][0x5]L[0xf3][0x81]~[0xbe]9[0x8]V8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0x1e][0x8d][0xb7]A[0x9]l[0x84][0x17][0xf1]][0x8f]Q[0x12][0xfc][\r][0xfe][0x8e][0xaf]d[0xe5]%n[0xa5][0xe],x?[0x80][0xcb]W[0x85][0xe5]n[0x3]W[0xb8]@[0xb7][0xfe]A[0xf]8[0xe1]X[0xbd][0x90]|[0xe3]B^[0x8][0xe5][0xfe][0xa2][0xd3][0xa2][0xe2]^[0xe6][0xc5]][0x8b][0xd7]X[0xf0]u[0x82][0xe][0xba][0x8a][0xe0]V?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".,[0xfa]zpTo[0x7][0xf7]P[0xe4][0x16][0x13][0xf2]S[0x11][0xf9]iX[0xe8][0xe9][0xe8][0xa1]3`<[0xf4][0xea]F[0xcb][0x8d][0xe2][0x84][0xd1][0x9][0xdc]([0xe5][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xa0][0xb9]W1_[0x5][0xda]7[0xe8]V[0x8b][0x3]^s[0xc0][0xeb][0xe]x[0x3][0x18]f[0xbf][0xc1]{Moiz[0xf6]M4[0xf1][0x16][0xfc][0x83][0xe3]}[0x8]M[[0xf1]u[0xdf]][0x90][0xc6]`)[0xbe]x[0x18],[0xab][0xc2][0xca][0xae][0xa9][0x1a][0x80][0xf4]+!k;ddgV[0xd3]_c[0xae][0x87][0x89]U[0x8f]By[\r][0xd6][0xc5]m[0x90][0xa5][0x9c]C[0x1f]gW[0xd7][0xe8][[0xf0][0x9a]0[0xad][0xc9]h[0x9][0xa0][0xf][0x1c]p!d[0xc0]E[0xd8][0xc].[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8][0x14]f[0xc3]e[0xb0][0x0][0xae][0x84][0x6][0xb8][0x1c][0x16][0xc3]U:M[0x9f][0x81][0x2][0xde][0x86]wt[0x9a][0xfb][0xeb][0xe4][0xb0][0x87][0xc3]+[0x89][0xb0][0x86]%[0xcc][0x85]w[0xf1]=[0x8b]N[0xd8][0x3][0xda][0xd7]Pa[0x10]+[0xc7][0xeb][0xde][0x83][0xf7]9[0xa3]%X[0x12][0xb9][0xcc][0xed][0xbb][\r]r[0xaa][0xaa][0x7] 7[0xb2]F[0x8c][0xb8]~br[0xae][8[0xd7][\r][0x1f][0xc0][0x87][0xba]s[0xdd][0xf0]O[0xf8][0x17]^m[0xa5]p!^[0xf2][0xb1]`[0xd7]Q[0x96][0xf8][0xaa]o[0x83]<[0xc6][0x6] 3d[0xfb][0xaa][0xe8]/[0x1f][0xfa][0xa4][0xa0]f[0x1b][0x8c][\r][0xd3][0xcf][0xd0][0xb][0xff]%[0xa4][0xc3]MP[0xc]7[0x9b]h[0x96][0x8][0x83]%[0xf0][0x11][0xaf][0xcd][0x12][0xdd][0xb4][0xa6][0xe7][0xc8][0xb4]A[0xd3][0x2][0xac]Xg[0xf7]1[0xc7][0xb0][0x1]1hz[0xfb][0xba][\r][0xbc]a[0x14][0xf9]D[0xd6]x[0xc7][0x87][0x15]UP%Ar[0x1b]>[0x15][0xb7]c[0xbb][0xba][0xd3][0xd4][0x98][0xcd][0xed][0x8a][0xac][0xb2][0x90][0xd5][0xf1][0x8][0xf4][0x13][0xf8][0x94][[0xdd][0x7]/[0xa6][0xcb]=[0xbe];[0xc0][0x9e]]t[0x17][0x14]k[0xb0]Ux[0xd5][0xae][0x13][0xd8]n*[0xd6]#[0x8a][0xf5][0xf0]b[0xdd][0xa4][0xa9][0xe3]gT[0xda][0x13]h[0x80][0x1a][0x94](U[0xe9][0x8f]F[0xd9][0xd2]j[0xe2]4[0x91]8-[0xad]28[0xe5][0xa1][0x95][0x10][0xa7]l[0xbd]q<[0x8e]>[0xfb][0x3][0xbe][0xfb]G([0xc0][0xee]4[0xd4]h<[0xe8][0xc1][0xff][0xe8][0xcf]A[0x1]g[0xa0][0xe9][0x1d]t[0x88][0x81][0x97]Yu[0x6]_[0x8b][0xce][0xe][0xdf]a6^[0xa1]XC+[0xc3]@[0xed][0x8][0xd4][0xc1][0x9c][0xbc]n{[0xa8][0xba][0xe9]z[0xfd][0x9][0x9e][0xf4][0x0][0x8c];[0x0];([0xf7][0xd6][0x3][0xee][0x81][0x8a][0xd5][0xd8][0x8b]U[0xde][0xaf][0x9b][0xca][0xc0][0xd6]3[0x99][0xbf]N[0xe1][0xed][0xca][0x0][0xfc][0x14]B{[0x1a][0xdf]}[0x6][0xc6]`G[0x18]j[0x4]n[0xb0]1[0x17]>[0xae][0x80][0xef][0xba][0x98][0x9b][0xa5]a[0x8e]CY[0xee]`H[0x87]B 9[0x84][0x3]9[0x84]<[0xdf][0x83][0xe0][0xdb][0xc]N[0xdf][0x3][0xe0][0xdb]z[0xf]T[0x91][0xf9][0xea][0xad][0x11][0xcd][0xf8]o[0xd8]'[0xfc][0x1d]9[0xbe]l[0xea][0xd8][0xf3][0xb8])[0xde]x[0xa9][0xf4]L6[0x86][0x97][0xbe][0x8e][0x97][0x9e]{[0x1b][0xd4][0xe8][0x4]'Frs![0xda][0xc9][0xfc]u[0xca][0x10]co[0xe0];obe[0xbf]%[0x8c][0xa5]E[0xb2][0xd9][0x9f][0xd8]0[0x96][0xc5][0xb2][0x5][0x1b][0xbb]~o[0x86][0xf1]LN[0xad][0xaa][0xc6]gtZd'[0xf4]>[0xf6][0xb][0x1f][0x98]:[0xa1][0xc][0xf1][0xc8]d[0xb0][0x1c][0x1c]}[0x99][0x9e][0xcb]ey4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xe9][0xf9][0xbc][0xf4]5[0xbc][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^#)[0xfd][0xdf]X[0xfa]G[0xa6][0x1e]'V[0xe9][0xf4][0xa9][0xf1]H[0x90][0x9d][0x2]n[0xe7][0xe7][0x9c]E[0x91][0xb0]S[0xfd][0x8]x[0xaa][0xef][0x82]Z[0x6][0xd7][0x83][0x15])M[0xf]w0[0x86][0xd1][0xcf][0xf0][0xa9][0xfc][0xdc]D[0xa9]H[0x18]-[0x12]F[0x8b][0xd8]X[0xe6][0xe5][0xcf][0xd0][0x2][0x1a][0xb4][0xf2][0x8d][0x11][0x8a][0x15]:X[0x11][0xd8][0xf8]`[0xc5][0x8a][0x8d]7[0xbe]![0xb][0xe1][0x8f][0xed][0x11][0x1f]S[0x93]&[0xcc]%[0xb1]|3=[0xd2]7[0x83][0xe8][0x9b][0xaf][0xe2][0xfa][0xc6][0x80]9[0xd4]7[0xa5][0xb1]jxF[0x84][0x1d],&[0x1d][0xfb][0x84][0xf8]5\[0xc6]k[0xb8]<[0x16][0x8b][0xa8][0xd2]mX[0xba]=[0x81][0x1a].[0x8b]b1[0x8e][0xdb]i[0xe4],[0xb2][0xc2],[0x1e][0x80][0x9][0x3][0xb0][[0xa4])7[0x8c][0xc1][0x6][0x1f]&[0x92]%Le[0x9]SY,W[0xef][0x9d][0xce]@[0x3][0xe3]c[0x11][0x99][0x19]Yz&[0x12][0x19][0x13][0x9f][0x88]^:[0xe5]&[0xb0][0x89][0x9c][0xc8][0xa4]Xv[0xa2]X[0xe4][0xa2][0x9d][0xbc][0xc4][0xed][0x98][0x1c]6[0x99][0xdb][0xb9][0x84][0x8f][0xbd][0xa1]G[0x82]U[0xe1]4[0xc9]S[0x15][0xe3][0x91][0xc0]6T[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x3][0xa3][0xf9][0x91][0xa0][0x16]ft[0xcf][0xb3][0x8d][0x7]A[0x9f][0x9f][\r]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xfc][0x19][0x8]}b[0x1f][0xf2]I[0xa8][0xf9]OQ4KF[0xb3][0x9f][0xc8][0xe6][0x8f][0x8d]8[0x1d][0x1b][0x85][0xbc]Y[0x1a][0x90]B[0xec][0x8d]fY[0xc1]Ko[0xe0][0xec][0xc3][0xa5]K[0xba]56[0x1]K[0x9f]h"l.[0x9d][0xba][0x1b][0xa6][0x97]Y[0x19][0xb]qT[0x99][0x15]Xf[0xa5][0x2][0xb1]Q[0xe6]P[0xc4][0xbe]X[0x88][0xa3][0x1e][0xa4][0x1a],}[0xaa][0x12]q[0x19]G\[0x15][0xb]qT[0x99]3[0xb0][0xcc][0xdd][0x94][0x88][0xcb]"[0x11][0x8b][0xc5][0xc8]b[0x8e]8+[0x8c]X[0xfe]H[0xee][0x81][0x8f][0xe4][0x9e]&[0xd0][0xe6]G2W[0x9f]Q[0xd2][0x83]X[0x1d][0xb]t[0xd4][0x83]8[0x17]A[0xcf]S[0x81][0xe6][0xb3]T[0xe3][0xf1]3[0xdc]\[0x13][0xab][0xf4]([0xc4]uXz}[0xbc][0xd2]M[0x95]8[0x95][0xcf][0xa3][0xd6]*\2+[0xf2]Qk@[0x97][0xec][0xa7]p[0xc9]4V;dnD[0xef]L[0xf]-d[0xb1][0xb6][0xc8][0xe0]n[0xdc][0xe0]:[0x19][0x9d](k[0x7] [0x9d]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0x86][0xb5]0[0x9d][0xb0][0xdd][0x8c]!vg[0xea]vgq[0xbb][0xad][0x8a][0xee]8[0xca][0xf4][0x81]H[0xf4][0xa0][0xb8][0xdd]1[0x81][0xd0][0xa2](k[0xdc][0xf4][0xee]z[0xfb][0xd8][0x83][0x9b]n[0x93]u[0xa0][0xbb]G[0xda]=[0x18])[0xaf]L[0xa2][0xa3][0xde][0x93][0xcd][0xc6][0xfb][0xcd][0xe4][0xf7]ds[0xf0][0x1d][0x3][0xc1]^:[0xf9][0xb9][0xb1][0x10]D1_[0x83][0x8][0xd6][0xc6]E`0[0xf]w[0xe1][0x91][0xee][0xf][0xf9]`[0x9e][0xee][0x83][0xf9][0xb1][0xaa]=[0xca][0x7]G [0x82]#[0xe3]>#[0xc4]\[0x8b]b[0x1e][0xb2][0xbb][0xb7][0xce]|[0x9f]8[0xa3][0xf0][0x1e][0x91][0xf][0xd0]z[0xac][0xf6][0xd6][0x4][0xaa][0xbd][0x8e]?@[0xf5][0xb1]F[0xc7][0xa8][0xd2][0x83]H[0xec][0xa8][0x4]\[[0x17]5:.[0x88][0xd3]wE[0x99]jG"[0x1d][0xca][0x7][0xb5][0x8e]w[0xb8][0xfb][0xc6][0xea]][0xa2][0xca][0xec]B[0xf8][0xdd][0xca][0xc7][0xb1].[0xaa]wY[0x18][0xcb]9{F[0x96]~<[0x96]~B[0x12]-[0xbf][0x1][0xbb]x[0xc3]9[0xfb]q;~\[0xb4][0xd0][0x92]wL[0xd8][0x8e][0xd7]:[0x0][0xb3]#-[0x9d][0x2][0x99][0xec]T[0xdd][0xd2]L[0xe3]zai[0x8c][0xb0]4FX[0x1a][0xc3]-Qn[0x11][0xe6][0xac][0xba][0xcd][0xc5][0xdc]f'8[0xf5]Er[0xb6][0xd9][0xa6][0xd7]6[0x0]s"[0xad][0xf6][0xa2][0xe7][0xcf][0x14][0xcb]fZ[0xd7][0x85][0xac]f[0xb][0xab][0xd9][0xc2]j[0xb6][0xb0][0x9a][0xcd][0xad]Rn[0xcc][0xd9]t[0xfb][0x7]p[0xfb][0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]z[0xca][0x81][0xaf][0xb9]C[0xed]{[0xed][0x3][0xb0]W$[0x82][0xf3] [0x87][0x9d][0xaf]#Xd[0xdc]#[0x10][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb9][0x2]A[0xae]@[0x90]+[0x10][0xe4]r[0x4][0x94][[0x82]9[0xbb][0x8e]e)[0xc7][0xf2]=[0xb4][0xe3][0xa4][0x16][0x17][0x89][0xc5][0xeb][0x18][0x80][0xb9][0x91]h.[0xc4][0x5][0xe5]E:[0x9a][0x15][0xc6]][0x2]M[0xbe]@[0x93]/[0xd0][0xe4][0xb]4[0xf9][0x2]M[0xbe]@[0x93][0xcf][0xd1]Pn[0x19][0xe6][0x1c]:[0xae][0xe5][0x1c][0xd7]e[0xb4][0x9e][0xc4][0xd7][0xb1][0xd1][0xb8][0xbc][0xce][0x1][0x98][0x17][0x89][0xec]R(`?[0xd4][0x91][0x1d]j[0xdc]'[0x90][0x8d][0x15][0xc8][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dc[0x5][0xb2][0xb1][0x2][0xd9]X[0x81]l[0xac]@6[0x96]#[0xa3][0xdc][0x81][0x98]s[0xea][0x18][0xf][0x12][[0x9a][0xb4][0xf9][0x0]P([0xc3][0xe8]u[\r][0xc0][0xfc]H[0x94]?[0x2]/3[0xb6][0xf5][0xfc][0xc6][0x9d][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x1c]%[0xe5]V`[0xce][0xa5][0xe3]m[0xe4]xo[0xc6][0xf5][0x1d][0xad][0xcf][0x8b][0xe5]x[0xbd][0xee][0x1][0xd8];[0x12][0xf1][0xb5]8[0x1f][0xbf]NG[0xbc][0xc9][0xb8]W .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0xe6][0x88])[0xd7][0x84]9[0xb7][0x8e][0xfd]`[0x8e][0xfd]n[0xec][<@{[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xde][0xb4][0x1][0xd8]'[0x12][0xfd]/[0xa0][0x84][0xdd][0xa8][0xa3]?[0xd1][0xb8][[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K9z[0xca][0xad][0xc4]\[0x9a][0xce]c[0x15][0xe7][0xf1][0x8][0xe0][0xb2][0xe]_[0xcb][0xd5]<[0xbc][0x9e][0x1][0xa8][0x8b]d[0xb2][0x15][0xca][0xd8][0xad]:[0x93][0xb3][0x8c][0xfb][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0xe7]L(w[0x8][0xe6][0x8c]}[0x9d][0xd5][0xb1]F[0xa2][0xa8][0xb1][0xe2]N[0x1c]+[0x6][0xe2][0xce][0x10][0x1a][0xc4][0xaa][\r]/}-[0xe2]#[0xfc][0x99][0xe1][0xd2]k$[0x3][0x4]6[0x10]v[0x8f]i([0xca][0x14][0xc5]g[0x8a][0xe2]3y[0xf1][0x94][$[0x86][0xa2][0xb5][0xdc]P[0x0][0xe9][0x93]{[0xb2]L[0x86]h,[0x8a][0x1a][0x15][0xee][0xc7]Q[0xe5][0x1][0xd3]X[0x14][0xbd][0xc6][0xa0]\[0xc8]T[0x16]7E[0xb9][0xfd][0xc5]Xt(7[0xda][0x85][0x9e][0xa6][0x9a][0xc8][0x19]b[0x94][0x6][0xa3][0xa8][0xa1][0xe0]![0x1c]L[0x1e]6[\r]F9[0xc2]l[0x8e]0[0x9b]#[0xcc][0xe6][0x8][0xb3]9[0xdc],[0xe5][0x96][0x88][0xc1][0xe8]0[0xe][0xe0]4,[0x9d][0x1a]@^[0x4][0x0][0x1a][0x8d][0xa2][0xfa][0xff][0xc7]p[0xc]y[0xdc]4[0x1a][0xe5][0x9][0x8]y[0x2]B[0x9e][0x80][0x90]' [0xe4][0x9][0x8]y[0x1c][0x2][0xe5][0x96][0x89][0xd1][0xe8]p[0xe][0xe6][0xfb][0xd8][0xc6][0xa8][\r][0x16]D[0x81][0xa1][0xe1]([0xaa][0xd3][0x12][0x87][0x8e]?[0x9b][0x86][0xa3][0x2][0x1][0xa7]@[0xc0])[0x10]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x9c][0x2][0x1][0xa7]@[0xc0])[0xe0]p(w[0xa0][0x18][0x8e][0x8e][0xe0][0xc0].[0xc7]&O[0x8f][0x84]W[0x2][0x8c][0xc6][0xa3][0xa8][0x9e][0xfe][0x19][0x1c]1[0x9e]5[0x8d]G^[0x1][0xcd]+[0xa0]y[0x5]4[0xaf][0x80][0xe6][0x15][0xd0][0xbc][0x2][0x9a]W@[0xf3]rh[0x94][![0xc6][0xa3]#9[0xc8][0xeb][0xb0]g[0xa0][0xa7][0xb5]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92][0x6][0xa4][0xa8][0xee][0xfd][0xef]8P[0xbc]d[0x1a][0x90][0xcc][0xdb]0![0x98]E[0x2]f[0x91][0x80]Y$`[0x16][0x9][0x98]E[0x2]f[0x91][0x80]Y[0xc4]aR[0xae]I[0xc]H[0xcd][0x1c][0xf0]-[0xd8][0x9]P[0xa7]R[0xa2][0x0]L#RT[0x9f][0xfe][0x6][0x8e][0xf]o[0x9a]F$[0x93]f$ [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\" [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\[0xc2]!Sn[0xa5][0x18][0x91][0xd6]q[0xf0][0xa4][0x1b][0xd3][0x98]R[0xa6][0x4]OCRTG[0xfe][0x1e][0xe][0xb][0xef][0x9b][0x86][0xa4]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0xe3][0xf0])w[0x88][0xde][0x91][0x9f]E[0xdf]i[0xe5][0xb][0xbc][0x1b][0xf8][0x14][0xdc][0xc7][0xe6]X[0x91]K[0xfd]m[0xb0][0x80][0x8b]gc}U[0xc6][0xdf]>[0xea]r[0xf7]]=[0xc7][0xca][0xb6][0xc1]X[0xaf][0x95][0x94][0x7][0x93]2[0xc3]>[0x3][0xb][0xfb][0x1c]{[0xa7]/`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xd2][0xd4]1[0xfa][0x4]7[0x9f][0x90][0xf3]|[0xb8]V3[0x6])[0x1f]_[0x8][[0xf0].?[0xb]`I[0xe1][0x85][0xa1][0x8f]/[0x89]i[0x13][0x10][0x1b][0xf9]W0[0xc5][0xc1]6[0xf0]ebPG[0x14]~jL[0x14][0x13]C[0xbf]p[0x8]z[0x93]L[0xa3][0xe1][0xe0][0xa5]9 [s[0xc2][0x14][0xcd][0x9d][0x14][0xfa][0xa3][0x87][0xa0][0x1f][0x82][0x95][0xb5][0xd1][0x8d]l#[0xe8]R[0x8].[0xed]@G[0xdd]![0xa6][0xb7][0x89][0xa1]nP[0xa2][0xce]C[0xd4][0xf9][0x88][0xba][0x0]Q{[0x93]@m[0xec][0x12]+P[0x83][0x15]1n[0xe2][0x9e][0xbd][0x92]/[0x1]k[0xd9][0xb2][0xa1][0x10][0xcb][0x5][0xc4];[0xc0]Y}[0x17][0xec][0xc7][0xe0].X[0xa4][0xc1][0xea]e[0x4][0xb5]&[0x8c]T[0xd7]"[0xb5][0x89][0xa0]i[0x93] K[0x9b][0xc][0xa5][0xda][0x14][0x98][0x80][0xaf]S[0xb5]J[0xd3]H]+[0x10][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb5]|E[0xad][0xe1]s[0x95][0x8b]8M-a[0xaa][0xdc][0xbb][0x84][0xfc][0x18][0xee][0xdd]>[0x8e][0xbc]*[0x12]yQ[0x4]r[0x19]h[0xc3][0xbd][0xbb]#[0xe8]=[0x10][0xf4][0x9e]P[0xa9][0xed]e[0x2][%[0xc0]V[0x9][0xb0]U[0x8][0xd1][0xab][0x83][0xad]d[0x9d]C[0xc1]V[0x92]S[0x19][0xae][0xc2]C[0xb1][0x1b]s[0xb8][0xe6][0xe6][0xa1]^[0x3]g[0x11][0x8b][0x7]`[0xff][0x88].B[0xdb][0x7][0xd2][0xb4]:[0x93][0x88][0x17][0x12][0x8d][0xcf]`][0xb8][0x96][0x8f][0x8c][0xce] 1_R[0xc8]Bpj[\r][0xf2][0xe8][0xc][0xbd][\r]0l[0x8f]]b#[0x94][0xda]#[0xf5]2[0xf3][0x87][0xfa]kz[0xf5][0xa3]&[0x9f]1[0xc4]{[0x0][0xf6][0x3][0xe4][0xb0][0xeb]IO[0xf][0xbd][0x8f][0xd3][0xbd][0x6]6DX[0xd7][0x3]7[0xb4][0xe5][0x90][0xa9][0x1d][0x8]9[0xda]AP[0xa5]5[0xc2][0x12][0x1c][0xe]{[0xb3][0xe3][0xd8][0xf1]zO[0xb0]]xx[0xbb][0xfe][0xfc][0xeb][0xb1][0x8][0xdc][0xc3]i[0xf0]+v[0x2]^g[0x81]Fhe'[0xb2][0x93]xO[0xb0][0x1c][0xdc][0xce]:l[0xb7][0xf9],+[0xff]k[0xc8]q[0xb0][0x93]Y[0xf6]7[0xb8][0xe8]s[0x84][0x82]e[0x16]3z[0xcf][0xc1]N[0x1][0xca]|[0x83][0xb7]I>[0xd2]0[0x83]o[0xfd][0x7][0x1b][0x1d]U[0xe0][0xa9][0xbc][0x2]s[0xf0]j[0x1a][0xac][0x9a][0xcc][0x15][0xf8]kX;[0xc7][0x1a]r[0xfb],[0xaf]5[0xcf]F[0xde][0xd6];[0x95]F[0xfa][0x8b][0xfe][0xcf]x[0x4]r[0xf4][0xd7][0xb0][0xdb][0xad][0xac]Q[0xf7][0xf7][0xe3][0xbe]*[0x9a][0xa3]7[0x84][0x9d][J[0x8d]D;[0x6][0x9d][0xdb][0x89][0xcf]o[0x17][0x14]j[0xdd]P[0xa1][0xf5]@[0x3][0xe6][0x97]h[0xc7][0x89][0x9]t.[0xec])\[0xd5]$\[0xd5]$\[0xd5][0xa4]w[0xf0][0xe4][0xaa][0xc5][0xdc]UY[0xf8]\[0x90][0xfb][0xc]W-[0x4];[0xba][0xea][0xbf][0xf8]8[0x11][0xf5]o`ZX[0x84]:M[0x8b][0xc4])[0xfa][0x0][0xa2]>[0xb0][0xe8][0xce][0x82][0xd7][0xbf]D[0x18][0xe4][0xa0][0xd3][0xf9]H[0xfc][0x9]wP[0xa3][0xd2]A3[0xc3][0xe]:[0x94];h[0x86][0xde]&[0xf3][0x84][0xaf]B>2[0xfc][0xf3][0x7][0x93][0x8c]!{@;[0xd3][0xe4][0xa3]=[0x84][0x8f][0x1a][0x85][0x8f][0x1a][0x85][0x8f][0x1a][0xf9][0x8e]n[0x1a],[0x12]>[0xaa][0xe7]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xe6][0x8d]|[0x97][0x97][0xbc][0x96][0x5]6[0x93][0xd7]j[0xbf][0xc4][0xa2][0x8d]Q[0xfd][0xc][0xec]&{U"[0xbb]7[0xbe][0xc8][0xae][0x9d][0x87]L[0xce][0x1f]}[0x91][0xbd]W%[0xb2]{[0xa5]"[0xbb][0xd6][0x7][0xe9][0xda][0x85])[0x88][0xec][0xbd][0xaa]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]4[0x8c]B[0xbb][0x4][0xed][0xf4]'[0x1c]F[0xd1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3][0xf0]J[0xc3]([0xb4][0xcb][0xb1][0xf4]+R[0x8][0xa3][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]Uh[0xe7][0xea][0x84]C[0x5]z[0x99]"T[0xc0]+[\r][0x15][0xd0]~[0x82][0xa5]_[0x9b]B[0xa8]@/S[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda][0xcf]a[0x8c]v}[0xc2][0xa1][0x2][0xbd]L[0x11]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xbf]D"7[0xa5][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0xad]h[0xe7][0xd6][0x14]B[0x5]zU[0xa1][0x2][0xde][0xf8][0xa1][0x2][0xda][0x9d][0xf8]`[0xf][0x8c]l[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee]F?[0xdc][0x93]p[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee][0xc7][0xd2][0x1f][0x88][0x13]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0x87][0xb0][0xcc][0x87][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xef][0xb1][0xf4][0xc7][0xe2][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1][0xed]OX[0xe6][0x13][0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xaa]P[0x1][0xed][0xaf][0xf8]H>[0x15]'T[0xa0]W[0x15]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xcf]![0xe8][0xe7][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xdf][0xb1][0xf4][0x97][0x12][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda]k[0xe8][0x92][0xd7]S[0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]?[0x90][0xce][0xdb][0xc3][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0][0xaa]B[0x5][0xb4][0xf7][0x91][0xe8][0x7]q[0xbb][0xe3][0xf8][0xa1][0x2][0xbd][0xaa]P[0x1][0xaf]4T@[0xfb]7RN [0xfc]0[0x89]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0]}[0x86][0x8]>[0x1f][0xd6]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0][\r]"[0x82][0xaf][0x86]!T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]5c,,[0x81]j[0xaf][0xe3][0xf][0x90]"T[0xc0]+[\r][0x15][0xb0][0xd8] [0xdd][0x12]?[0xf2]0:T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0xdc]H$-N[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xb0]d"[0xfc]1[0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1]K.[0x96][0x9e]D[0x94][0xa1][0x8][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x15][0xa1][0x2][0x16]/dZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w(T[0xa0]W[0x15]*[0xe0]U[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XJ![0xcb]R6L[0xa1][0x2][0xbd][0xaa]P[0x1]o[0x8c]P[0x1][0xcb]D[0xc8][0xb1]L[0x1a][0xf6]P[0x81]^U[0xa8][0x80]7f[0xa8][0x80][0xc5][0x7]y[0x96][0xaa][0x11][0xc][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xe3][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xj[0xa1][0xc0]2}TB[0x5]zU[0xa1][0x2][0xde][0xb8][0xa1][0x2][0x96]=[0xc0]k[0xd9]s[0x94]C[0x5]zU[0xa1][0x2][0x91]xe[0xa1][0x2][0x96][0xf9]Pd[0xd9]{[0xa7][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xa2][0xb1][0xcb]B[0x5],[0xb][0xa1][0xc4][0xd2][0xb0][0xb][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5]d[0xe1]5![0xbd]s[0xb6][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x7][0xac]t[0x92]:7[0xb2][0x81]+[0x9a][0xb9]\[0xa6]<\[0x97])[0x8f][0xa0][\r]F[0xd3]7'[\r][0xd0]Wbw[0xf9]#[0xd3]xc[0x9a]9[0xb]m2W[0xb7]n^[0x91][0xe6][0xea][0xd6]C+[0xd2][0xf3]t[0xeb][0xe7]s[0xeb][0x9d]|$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xa7][0x91]H[0xb7]^[0x13]i[0xfd]z[0xb4]~[0x83]i8[0x92][o[0x15][0xf3]v[0x97]^[0xcd][0x91]8B{[0x2][0xdf]C[0x1c][0xdf]g[0x17][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x6][0x8c]/[0xdb][0xf6]T?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]U[0x8f][0xe2][0xc8]H[0xdf]S>[0xd2][0xf8][0x9e]2[0xe5][0xb9][0x2][0x9a][0xdd]<[0x0]MX[0x15]M[0x3][0xb0][0xce][0xf8][0x10]/[0x9e]d[0xbe][0xa0][0x5]?D[0x7][0xae][0xd7][0xd5]Mq[0x95][0xa2][0x88][0xea][0xbb][0xa0][0xd5][0x2][0x11][0x9a][0x9c][0xe5]&[0xb0]Z~[0x5]N[0xcb][0xcd]84l[0x85][0xe9][0x96][0xdb]`[0x96][0xe5]vXe[0xb9][0xd3][0xe4][0xfa][0x1e]A[0xbe]G[0xa8]L=[0xdc][0xf5][0xb4][0xcd]k[0xc3][0x95]d[0xf1]$lN}*[0xad][0xc8][0x1f]_+[0xb2][0xdc][0x83]}[0xd9][0xbd][0xa3][0xaf][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x80][0xf3][0xa0][0x7]S[0xd0][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0x1e]F;[0x8f]$[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x86][0xa5]?[0x9e][0x82]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x4][0xda]y2a[0xad][0xa8][0x8f])[0xb4]"[0xbf]T+[0xb2]<[0x85][0xa5]?[0x9d][0x82]V[0xd4][0xc7][0x14]Z[0x91]_[0xa5][0x15]Y[0x9e][0xc7]I[0xe3][0xb][0x9]kE}L[0xa1][0x15][0xf9][0xa5]Z[0x91][0xe5]%$[0xf2]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZQ[0x9f]J+[0xf2]K[0xb5]"[0xcb][0xeb]h[0xe7][0x8d][0x14][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xaf][0x15]Y[0xde][0xc6][0x7][0xfb][0x9d][0x91][0xd5][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y>@?|[0x98][0xb0]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x11][0x96][0xfe]q[0x1c][0xad][0xa8]O[0xa5][0x15][0xf9][0xa5]Z[0x91][0xe5]s,[0xf3][0x8b][0x84][0xb5][0xa2]>[0x95]V[0xe4][0x97]jE[0x96][0xaf][0xb0][0xf4][0xaf][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xc][0xd2][0xad]Z[0xc2]ZQ[0x9f]J+[0xf2][0xab][0xb4]"[0xab][0x1d][0xc6]X[0x1d]q[0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6]4[0x4][0xed]IX+[0xea]SiE~[0xa9]Vd[0x1d][0x83][0xa5]g%[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xe6][0xa1]K[0xf2]S[0xd6][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0xb][0x91]N[0xd1]0hE}*[0xad][0xc8][0xaf][0xd2][0x8a][0xac]eH[0xb4]|[0x18][0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6][0x89]Hy[0xd2][0xb0]jE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0x95][0x88][0xc0]7[0xac]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]TD0m[0x18][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xdd][0xb0][0xda]g&[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2][0xee][0x89][0xc4]f[0xa7][0xa0][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xce]C"[0xf3][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xf5][0x8]A[0xc2]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]~X[0xfa][0xa2][0x14][0xb4][0xa2]>[0x95]V[0xe4]WhE[0xd6]%[0x90]i][0xba]CZQ[0x9f]J+[0xf2]+[0xb5]"[0xeb]A[0x90]e]1LZQ[0x9f]J+[0xf2][0xc7][0xd0][0x8a][0xac][0xab] [0xc7]z[0xc8][0xb0]kE}*[0xad][0xc8][0x1f]S+[0xb2][0x1e][0x6]y[0xd6][0xc3]GP+[0xea]SiE[0xfe]8Z[0x91][0xb5][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xeb]GE+[0xea]SiE[0xfe][0xb8]Z[0x91]5[0x8]^[0xeb]Q[0xa3][0xac][0x15][0xf5][0xa9][0xb4][0xa2]H[0xbc]2[0xad][0xc8][0xda][0x1]E[0xd6]M;M+[0xea]SiE[0xd1][0xd8]eZ[0x91][0xf5]X([0xb1][0x1e][0xb7][0xb]hE}*[0xad]H[0xc6]C[0xa6][0x15]YO[0x81]2[0xeb][0xa9][0xbb][0x94]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xda][0x8b]c[0xc5][0x99][0x9]kE}*[0xad][0xc8]/[0xd7][0x8a][0xac][0xe7]B[0x86][0xf5][0xbc][0x14][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xb]p[0x9c][0xee][0xdb]![0xad][0xa8]O[0xa5][0x15][0xf9][0xd5]Z[0x91][0xf5][0x7][0x90]m[0xbd]d[0x98][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xa5][0x15]Y/[0x87]\[0xeb][0x15][0xc3][0xae][0x15][0xf5][0xa9][0xb4]"l[0xad][0xc8]z5[0xe4][[0xaf][0x19]A[0xad][0xa8]O[0xa5][0x15][0xf9][0xe3]iE[0xd6][0xeb]`[0xac][0xf5][0xa7][0xa3][0xa2][0x15][0xf5][0xa9][0xb4]"|[0xad][0xc8][0xfa][0xb]([0xb4][0xde]8[0xca]ZQ[0x9f]J+[0x8a][0x2],[0xd3][0x8a][0xac][0xb7]@[0xb1]u[0xeb]N[0xd3][0x8a][0xfa]TZ[0x91][0x4][0xbc]L+[0xc2][0xfe][0xa4][0xd4][0xba]m[0x17][0xd0][0x8a].d[0x17][0xf1][0x5][0xde]4ZX[0xe0][0xab][0x8d]4[0x82][0x88]3Q[0xad][0xf7][0x9a]$"[0x1b][0x87]j[0xac][0xd6].[0xc6]B~[0xc0].[0xe1][0xde]0[0x17]b[0x8d],[0xe4]AI![0x8c][0xf5][0xab][0x84][0x81]@|a[0xc0][0xfa][0x8]6[0xdc]GG_[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`}[0x1c][0x7][0xbd]?[0xa4] [0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]>[0x89]v[0xfe][0x9c][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa]4[0x96][0xfe]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xeb][0xb]h[0xe7][0xc5][0x84][0x85][0x81]~[0xa6][0x10][0x6][0x2]Ra[0xc0][0xfa]2[0x96][0xfe]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@?S[0x8][0x3][0x1][0x95]0`}[0x3]g[0x8]o&,[0xc][0xf4]3[0x85]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xd6]w[0x90][0xc8][0xbb])[0x8][0x3][0xfd]*a [0x15][0x6][0xac][0x1f][0xa2][0x9d][0xa6] [0xc][0xf4][0xab][0x84][0x81]@|a[0xc0][0xfa]1>[0xd8][0x9f][0x8c][0xac]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa][0x5][0xfa][0xe1]?[0x9][0xb][0x3][0xfd]*a [0x15][0x6][0xac]_c[0xe9][0xff][0x8d]#[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]i[0x90]n[0xb3]$,[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18]@g[0xa7][0xdb][0x9c]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]6[0xf][0x96][0x99][0x9e][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]*a[0xc0][0x96][0x5]cl[0xd9]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xb6]|[0x4]][0x90][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0]V[0x84][0xa5][0x17]',[0xc][0xf4][0xab][0x84][0x81][0x80]J[0x18][0xb0][0x95][0xa3]K[0xc6][0xa5],[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]MB:[0x93][0x87]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xf3]![0xd1][0xaa]a[0x10][0x6][0xfa]U[0xc2]@@*[0xc][0xd8][0xa6]![0xe5][0xda]a[0x15][0x6][0xfa]U[0xc2]@@*[0xc][0xd8]f"[0x82]Y[0xc3]*[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xcd]F[0x4]s[0x86]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0x9b][0x8f][0xd5][0xbe]w[0xc2][0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xdb][0x2]$[0xb6]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]J[0x18][0x8][0xa8][0x84][0x1][0xdb]"$[0xb2]8[0x8e]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xb6][0x14][0xe1]/KX[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`[[0x81][0xa5]7[0xa6] [0xc][0xf4][0xab][0x84][0x81][0x80]B[0x18][0xb0][0xad][0x82]L[0xdb]!;$[0xc][0xf4][0xab][0x84][0x81][0x80]R[0x18][0xb0][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xb6][0xc3][0x86]I[0x18][0xe8]W[0x9][0x3][0x81][0x18][0xc2][0x80]m[0x1d][0xe4][0xd8]Z[0x86]][0x18][0xe8]W[0x9][0x3][0x81][0x98][0xc2][0x80]m[0x3][0xe4][0xd9][0x82]#([0xc][0xf4][0xab][0x84][0x81]@[0x1c]a[0xc0][0xd6][0xe][0x5][0xb6][0x8e]Q[0x11][0x6][0xfa]U[0xc2]@ [0xae]0`[0xeb][0x6][0xaf][0xad]g[0x94][0x85][0x81]~[0x95]0[0x10][0x89]W&[0xc][0xd8]N[0x84]"[0xdb]I;M[0x18][0xe8]W[0x9][0x3][0xd1][0xd8]e[0xc2][0x80][0xed][0xc]([0xb1][0xf5][0xee][0x2][0xc2]@[0xbf]J[0x18][0x90][0xf1][0x90][0x9][0x3][0xb6][0xf3][0xa0][0xcc]v[0xfe].%[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xf5][0xe1]Xqa[0xc2][0xc2]@[0xbf]J[0x18][0x8][0xc8][0x85][0x1][0xdb]%[0x90]a[0xeb]OA[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xbb][0x1c][0xc7][0xe9]+vH[0x18][0xe8]W[0x9][0x3][0x1][0xb5]0`[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]mW[0xf][0x93]0[0xd0][0xaf][0x12][0x6][0x2][0xb1][0x84][0x1][0xdb][0xb5][0x90]k[0xbb]n[0xd8][0x85][0x81]~[0x95]0[0x10][0x88]-[0xc][0xd8]n[0x80]|[0xdb]/FP[0x18][0xe8]W[0x9][0x3][0x81]x[0xc2][0x80][0xed]f[0x18]k[0xbb]eT[0x84][0x81]~[0x95]0[0x10][0x88]/[0xc][0xd8][0xee][0x84]B[0xdb][0xc0]([0xb][0x3][0xfd]*a [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L[0x18][0xb0][0xdd][0xb][0xc5][0xb6]_[0xef]4a[0xa0]_%[0xc]H[0xc0][0xcb][0x84][0x1][0xdb]o[0xa1][0xd4][0xf6][0xd0]. [0xc]\[0xca]~[0xc8][0x89][0xcc][0xa4].[0x9][0x8c]/[0x91]L[0xa5][0x83][0xe6]6[0xdc]$0[0xeb][0x1b][0xfb][0xb6][0xdf]I[0xbf]@r)[0xbb][0x8c][0x97][0xb0]7[0xa2]![0xb4]iTB[0x95]~V]d[0x11]4[0xad]k[0xd2][0x4][0xe5]4>v1v9[0xbb][0x82][0x17]6[0x8f][0x17][0xe6][0xf2]aI[0xb2][0xa2][0xfe]"[0xff]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]E<*j3/j?[0xfa]z[0x82]QT[0xb5][0xb4][0xa8]gM[0xe3]QtQ[0xf4][0x85][0x16][0xc2]G[0xe3][0xd1][0x95][0xc2]][0xb3][0xa8][0x3][0xe5]d[0xbd]r[0x84]3[0xf9]+M[0xf8][0xeb]J[0xa9][0xbf][0xbc]r[0xbd][0x1a][0xc7]_?[0x92][0xe2][0xf1][0xcb][0xf1][0xbc]%[0xc5][0xf3]#)[0x1e][0xbf][0x1c][0xcf]{q[0xf0]\%[0xc5][0x13][0x90][0xe3][0xf9][0x97][0x14][0xcf]UR<[0x1]9[0x9e]O[0xe3][0xe0][0xb9]Z[0x8a][0xa7]^[0x8e][0xe7]K)[0x9e][0xab][0xa5]x[0xea][0xe5]x[0xbe][0x89][0x83][0xe7][0x1a])[0x9e][0xa0][0x14][0x8f][0xdd]*[0xc5]s[0x8d][0x14]OP[0x8a][0xc7][0xee][0x8a][0x83]g[0xb][0xfb]1/[0xec][0xe][0xbe][0xd2][0xd7][0x87]6[0xec][0xc3]j[0x1e][0x1]OM[0x8c][0xad]{{[0x6][0x8c][0xb5]g[0x9a]fZ[0xa6][0xa1]M<8^[0xfe][0xe0]P[0x8e][0xf6][0xce][0x8d]#8[0x17][0x1b]?[0xfe]i[0xd5]7[0xed][0x8b]c[0x8]tC[0xaf][0x90]kt[[0xd8]O8[0x83][0x16]d@[0xdd]a:g@[0x93][0xb6][0xc8][0xdd]}{[0xe]x[0xec][0xb9][0xa6]I[[0xba]@[0x9d].P[0xa7][0xb][0xd4][0xe9][0x1c]5}J[0x9b]#V[0xdd][0xe0][0xb5]bJj[0xf]OI[0xd1][0xa0][0xb1][0x9f][0x13][0xb9]=o[0x1f][0xb][0x19]v[0xaf]|J*Lf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x99][0xfa][0x96][0xbd]E7t[0x1d]7t2g[0xe6][0xf5]qZGm[0x16]F[0xe9][0xcf][0xa3][0xc3]u[0xa3][0xff][0xc][0xa0][0xbd][0x4]Y[0x96]b[0xfd][0x94][0x9b][0x98][0xc6][0xab][0x1f][0xc3],}j0}U/[0x93][0x8d][0xd5][0x91][0xfc]4&[0xe5][0xc8][0xfd]}[0xfb]D[0xa4]<))[0xca]e[0x9c][0xf2][0xcf]T[0x94][0xf3][0x87]Rn[0x8b][0xa4]\[0x89][0x94]}H[0xb9]:)[0xca]ej[0xca]?[0x8f]I9r[0xff][0xde]^[0x8b][0x94][0xa7]'C[0x19][0xe8][0x87]>[0xcf]@C[0xd7][0xc7]h[0xbf][0x91]"[0x84]}[0x16][0xd2][0xdc]=[0x89][0xf6]k[0x98][0xa1][0x9c]q[0xfc]#1[0xbb]![0x86][0xc1](^s[0xd0][0xe0]^[0xa9][0x18]4=0[0xbf][0xe0][0x6][0xcc]W[0x88]F[0x1f][0xc3][0xe2][0xea][0xfe][0xf6][0xbd][0xb1]B[0xf7]1[\r][0xce][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xeb][0xfe]{[0x9b]~V[0x98][0xba][0x9][0x99]Vh[0xfa]P&[0x17]na7r[0xb4][0x87][0xf0][0x8a][0xf7]p[0xb4][0x12][0xc5][0xdf][0xbe]/[0xa4][0xd9][0x17][0x9a]j[0xdd][0xfc]C[0xb2]![0x80][0x1e][0xa1][0xf8]{[0xc4][0xb6][0xf0][0x16][0xf6]Kne[0x19][0xf7]I[0xc8][0x8a]D4[0xb4]/F+[0xfb][0x9b][0xdc] [0xb7][0x12][0xd2][0xfb][0xb7][0xb0][0x9b][0xd4][0xc][0xa2][0xca]^[0x86]e/[0x8f][0xcb] [0xa4][0xf6][0x9b][0x19][0xfc]J[0xcd] [0xaa]ChD+M[0x9]0([0xe3][0xc]nV3[0x88]*[0xfb][0x10],{u[0x2][0xc][0xca][0xa2][0x18][0xdc][0xc2][0xad][0x1c][0xc4][0x19]d[0x86][0x18][0xc8][0x1f][0xf1][0xc3][0xf0][0x11]?[0xdc]DB[0xfe][0x88][0x87]t[0xfe]-l[0xab][0x9a]D[0xd4]s[0xbd][0xe]I[0xb4][0xc4]'[0xc1]7v#[0xda]U[0x91]J[0x94][0xbd][\r]][0xb5]1[0xae][0xab]"5[0xb8][0xcc]![0xfa][0xd3][0xed][0xba][0xe1];[0xb8][0xe1][0xa3][0xa2][0xe9]EY=[0x6][0xe9]u[0xc6][0xa5][0x17][0xd2][0xbf]9[0xa5][0x1][0x82]T9[0xf3][0xf9][0xc0][0xe9][0xba]*g[0xe5]P[0xee][0xd2][0xbd]qw[0xc](Q[0xbe]8[0x1d][0xa1][0x9c][0x91][0x4][0x14][0xc3][0x17][0xe1][0xa1][0xc3][0xc][0xc5][0xec][0x95]{t[0xaf][0xdc][0xab]n[0x18]QN9[0x1b][0x1b][0xc6]9I<][0x91][0xd2][0xac]g[0x88]4[0xfb]k[0xdd][0x15][0xf7][0xc5][0x9c][0x1f]D*p[0xf6][0xef]a[0xc3][0xf8]~R[\r][0xa3][0x8e]?z[0xf7][0xc7][0x18][0xae][0xa3][0xcc]\[0x84]>[0xbf]8)[0x9f][0xd7]E[\r][0xd7][0xf][0xc4][0xec][0x16][0xa3]L^[0x8a][0xcc]~[0x98][0xc0][0xb3]^[0xc7][0xfb][0xf6][0x7][0xd5][0x1d]VT[0xd9][0x9b][0xb1][0xe2][0xae]L[0xe0][0x89][0xae][0x8b][0xea][0xb0]~[0x13][0xc3]k[0x91][0x9b][0xd2][0xf6]k[0xd0]k[Rzh[0x1a][0xf8]V[0xee][0x16][0xf6][n[0xb0][0x3][0x1c][0xfa]^Lx[0xb6]J[0xdb][0xb8][0x91][0x1b][0xd5][0xf6][0xeb][0xd0]k?5m[0xe3]&6_[0xc]m^[0xeb]-H[0xdf][0x14][0xb2][0xe9][0xc6][0x1f][0xe2][0xc6]O[0x2][0xa7][0xbe][0xfd][0x93]e2N[[0xb8][0x91][0x9b][0xd7][0xf6]_[0xc0][0x18][0xfb][0x8d][0xa6]-\[0xd3][0xe6][0xb5]0[0x9f]%[0xcc]g[0x9][0xf3]Y[0xc2]|[0x16]7[0x1f][0xda][0xd0][0xb6][0xeb]@[0x1e][0xe6]@[0xce][0x5][0x97][0xbe][0xfb][0x94]3[0x4][0x8]m[0xdf]Fnh[0xdb]o[0x81]l[0xfb]V[0xd3][0xf6][0xad]iC[@[0xc9][0x11]Pr[0x4][0x94][0x1c][0x1]%G@[0xc9][0xe1]PB[0x9b][0xdc][0xe][0x1d][0xd4]#[0x1c]T?Z[0xa4][0x8d][0xb0][0xbc][0x8]P[0xb4]u[0x1b][0xb9][0xc9]m[0xbf][0x13]r[0xed][0x3][0xa6][0xad][[0xd3]&[0xb7][0x80][0x95]'`[0xe5][0x9]Xy[0x2]V[0x9e][0x80][0x95]'`[0xe5]qX[0xa1][0x8d]o[0xa7][0xe][0xf0]Q[0xe]p[0xb].[0xd2]i[0xae] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0xdb]Fn|[0xdb][0xef][0x81]|[0xfb][0xbd][0xa6]m[[0xd3][0xc6][0xb7][0x80]X [0x16][0x8][0x88][0x5][0x2]b[0x81][0x80]X [0x16][0x8][0x88][0x5][0x1c]bh3[0xdc][0xa5][0x83][0xfd][0x1d][0x7][0xfb]K|[0xde]h[0xe7][0xd5]+[0x1]K[[0xb6][0x91][0x9b][0xe1][0xf6][0x7]q6[0xff][0x1b][0xd3][0x96]m[0xdc][0xe5][0x19][0x87][0xeb][0x15]p[0xbd][0x2][0xae]W[0xc0][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8]^[0x1][0xd7][0xcb][0xe1][0x86]6[0xc8][0xdd]:[0xf0][0xdf]s[0xe0][0xdb][0xf0][0xa9][0xa6]=[0xd7]")p[0xda][0xae][0x8d][0xdc] [0xb7][0xff][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xbf]7m[0xd7][0x9a]6[0xc8][0x5][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0xe]=[0xb4]i[0x9e][0xa6][0x93]x[0x8c][0x93][0xf8]-[0xae]{I[0x1],Q[0x90] [0xf9]0r[0xd3][0xdc][0xfe][0x4][0x14][0xdb][0x9f]4[0xc9][0x87][0xa6]MsA[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0xe1]4B[0x1b][0xe9][0x1e][0x9d][0xd0][0xe3][0x9c][0xd0][0x13][0xd8][0xf1]e[0x0][0xdf]H[0x97][0x12][0xf2][0xa6]Go[0xa4][0xdb][0x9f][0x81]R[0xbb][0xb1]{[0xa1]q{x#]P*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2N)[0xb4][0xb9][0x9e][0xae][0x93][0xfb][0x83]z[0xac][0x8b][0x1a][0x84]^[0xc4][0xb1][0xee]oILRBQ4[[0xd8][0x1f][0xb9][0x95][0xf5]<[0x8a]&#dE[0x16]Cc[0x5][0xd2][0xed][0xaf][0x9a][0x6];[0x93][0x2]+[0xec]DG[0xeb]P.[0x14]C[0xb3][0x85][0xfd][0x89][[0xdc][0xc4]ch[0xc6][0x84]-[0xca]"h[0xec]oB[0xa6][0xfd]-[0xd3]hg[0x8a][0xdb][0x11]6c[0xc5][0xed]P.[0x14]A[0xb3][0x85]=!6[0x89][0x8c][0x8][0x9a]l[0xb3]uY[0xfc][0x8c][0xfd]][0xc8][0xb2][0xbf]g[0x1a][0xee]L[0x11]<[0xc2]~b[0x11]<[0x94][0xb][0xc5][0xcf]laOr$[0xe7][0xf1][0xf8][0x99][0xdc][0xa1]Hd[0xd1]3[0xf6]A[0x8e][0xfd][0xdf][0xa6][0xf1][0xce]|[0xb0]T[0x8]K[0xb2][0xb1]<[0x94][0xb]E[0xcf]la[0xe6][0xa8].[0xe5][0xd1]3[0xf9][0x91][0xa8]d[0xb1]3[0xf6][0xcf] [0xcf][0xfe][0xb9]i[0xc0]3E[0xf5][0x8]\[0xa9]G[0xf5]P.[0x14];[0xb3][0x85][0xfd]E[0xec][0x8][0x19][0xb1]3c[0xa3][0x11][0xca]"g[0xec]_A[0x81][0xfd]k[0xd3][0x88]g[0x8a][0xef][0x11][0x18][0x87]#[0xbe][0x87]r[0xa1][0xc8][0x99]-[0xec][0xaf][0x1c][0xed]M[0x94][0xb][0xc5][0xcd]laOq[0xe4][0xdb]y[0xdc]L[0xb1][0x1c][0xb9],j[0xc6][0xe1][0x84]"[0x87][0xcb]4[0xe6][0x99]b~[0x4][0xf6][0x91][0x8a][0xf9][0xa1]\(jf[0xb]{[0x9a][0xb3]x[0x88]G[0xcd][0x94][0xaa]X[0xc8]bf[0x1c][0x19]P[0xe2][0xc8]4[\r]z[0xa6][0xe8][0x1f][0xc1]c[0xe4][0xa3]([0x17][0x8a][0x99]y[0x86]=[0xcb][0x19][0x9d][0x83]e[0xe9][0x93][0x18]_[0xa8][0xeb][0xdc]H[0xbf][0x99][0xc5][0x87][0xbf]![0xbf][0xdd][0xa5]os;r![0xdd][0x91][0x7]c[0x1d][0x5][0xa6][0xce][0xd4]<[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Lg[0xcc][0xa8][0x8c]y[0x14][\r]~[0xc6]<[0x8a]6"[\r][0xad][0x86][0x16]J6[0xf3][0x86][0xf7]3[0xec]9%[0xa6]|[0x13][0xa6][0x1]h[0x8f][0xc4]T[0x8c][0x98]J[0x10]SYJ[0x98]h[0xf1][0xa6][0xc4][0xf4]|[0x82][0x98]"[0xe5][0x0][0xc7]D[0xc4]4[0x9]1MI[0x9]Snh[0xbe])[0xc3][0xf4][0x82][0x12][0xd3]QC0E[0xaa]2[0x8e]j[0xc4]T[0x83][0x98][0xa6][0xa5][0x88])O[0x8d][0xe9]E[0xbe][0x19]rE[0x1c]?u[0x10]&[0xab][0x9][0xd3]L[0xc4]4[0xb]1[0xed][0x91]b[0xdd][0xd5][0xe][0xc1][0x14][0xde]1[0xf1][0xea];6&I[0xc5][0xd8]:[0xf9][0x9b][0x8e][0xf6][0xef][0xdc][0x83][0xf4][0xb]V[0xfa][0xf2][0xc8]gLU6l[0xc6][0x9][0x12]_[0xa3]o[0x8a][0xf4][0xde]^[0x90][0xe6][0x98][0xb][0xb9][0x8e][0xf9][0xa6][0xa9][0x8b]yM[0x16]B[0x9a]'[0x90][0xe6][0x9][0xa4][0xc6][0xea]L[0xa0][0xc9][0x85]3[0x10][0xc5]K[0xdc]g[0x97]q[0x9f][0x15][0x84]Q[0x98][0xf7][0xd8][0xcb]:[0xd6]W[0x94]m[0xae]s[0x8][0xda][0xae]H[0xaf][0x1d][0x80][0xf5][0xbb][0x4][0xeb]wYjm[0x8e][0xa3][0xf5][0xea][0xfb][0xcd][0x11]m[0xee]U%[0xa6][0xee]![0x98]z"15"[0xa6]&[0xc4][0xb4]r[0x7]15[0xe8][0x9d][0xf2][0x10]L[0xaf][0x89][0x99][0x8f][0xc3]X[0x90][0xf8][0xc2][0x93][0xc2]c7[0xe3]4[0xd5][0xb4]'r\$[0xae][0xb5][0x90][0xe9]8[0x14][0x8a][0x1d][0x87][0x9b]&[0x8a][0xe6][0x15]R[0x8]W[0x89][0xc0]U"p[0x95][0x8]\%[0x1c]Wh[0xad]d[0xf]!,[0xd6][0x11][0xbe][0xe][0xa1][0xa8]a[0xa7]>f[0x8c][0xf3][0x99]'[0x8b][0xc7]o[0xc6][0xc9][0xec][0x90][0xed][0x92][0x13]"Q[0xb6]@[0x96]c=[0x94];[0xfc][0xa6])[0xe4]8[0x81]r[0x9c]@9N[0xa0][0x1c]'P[0x8e][0x13]([0xc7][0x9][0x94][0xe3]8J[0xca][0xed][0xaf][0xf]i[0x1c]o[0xb9][0x8e][0xf7][\r][0x8e]w+[0x8e]k4[0xb2]M[0xf2][\r][0x9d]F[0x9e][0xb8][0x99]NS[0x1d][0xfa][0xde]I[0x91][0x98][0x8f][0x86][0x1c]G[0x1b]Lt[0xb4][0x9b][0xa6][0x97][0x93][0x4][0xe6]I[0x2][0xf3]$[0x81]y[0x92][0xc0]+[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*9[0x3][0xca]-[0xd3]'[0x12][0x9c]K[0x85][0xce][0xe5]-[0xce][0xe5][0xf]8[0x9b][0xa0][0xf9]D[0x8d]/z[0x2]z[0xaa][0xfe]K[0xb5][0xd1][0xef][0x9f][0x16][0xc9][0xe7]$(p[0x9c][0xc][0xd5][0x8e]SM[0x93][0xd3][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7][0x86][0xf3][0xa1][0xdc][0x81][0xfa][0xc4][0x88]3[0xab][0xd6][0x99][0xfd][0x83]3{[0x1][0xbb]B[0x9a]iN[0x8f]bF[0x13][0xd4][0xd3]7[0xe3][0xc4][[0xba]]sF$[0xbb][0xb3]p[0xda]}6[0xd4]:[0xce]5M_[0xa7][0xb]v[0xd3][0x5][0xbb][0xe9][0x82][0xdd]t[0xc1]n[0xba]`7][0xb0][0x9b].[0xd8]M[0x17][0xec][0xa6][0xb]v[0xd3][0x5][0xbb][0xe9][0x9c][0x1d][0xe5]V[0xe8][0xd3]>[0xce][0xb3]V[0xe7][0xf9]6[0xe7][0xf9]6[0xce]Ci&:K[0xc2][0x93][0xa6][0xb0][0xbd][0x9b]q[0xa2][0xae][0xd8][0xd3]93[0x92]k[0x1f]N[0xd3]/[0x84][0x99][0x8e][0x8b]MS[0xdc]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:Kp[0x9d]%[0xb8][0xce][0x12]\g[0x9][0xae][0xb3][0x4][0xd7]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:[0x8b]s[0xa5]\[0x93]>[0xc5][0xe5][0xac]g[0xea][0xac][0xdf][0xe1][0xac]?C[0xc0][0xb4]C3[[0xca][0x9a]6w[0xce][0xda][0x8c]S{[0xe5][0xd6][0xcf][0xd9][0x91][0xcc]/[0xc3][0x89][0xfd][0xe5][0xb0][0xa7]c[0xb3]i[0xfb]g[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]g[0xb][0xe6][0xb3][0x5][0xf3][0xd9][0x82][0xf9]l[0xc1]|[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]gs[0xe6][0x94][[0xa9]o[0xff]p[0x1f][0xec][0xa9][0xfb][0xe0]][0xc3][0x7][0xcc][0x8a]+[0x98]L[0xfc]`[0x9e][0xc2][0x7][0xde][0x8c][0x1]8G[0xff])g[0xf5][0xe7][0xe7]F[0xfa]a[0xb][0x94]9~[0xc]s[0x1d][0xc6]o&^a[0x18][0x10]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xc2][0xf][0xf3][0x84][0x1f][0xe6][0x9]?[0xcc][0x13]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xdc][0xf][0x94][0xa3][0x85]OF[0xc8]#su[0x8f][0xbc][0xa7][0x9c]=[0x9c]7d[0xf6]p~$[0xdb][0xeb]q[0xf6]p[0x3][0xce][0x1e]n[0xdc][0xb1][0xd9]C[0xe4],[0xda][0xca][0xde][0x17]3[0xfb][0x1e][0x8e])[0x8f]`[0xd0]9[0x19]^[0xeb]][0xf0]=\[0xcb][0x87]Vd[0xe6][0xe5][0xe5][0xcd]8'[0xbd][0xc5][0x84]%[0x89]9)[0x9f][0xd1][0xe7]q,[0x4][0xe1][0xf9]X[0x10][0xbe][0xaf][0x80]p;B[0xb8]#E[0x8]eQ[0x10][0x9e][0x13][0xcf][0xab]][0xaf][0xfa])^[0xeb]v[0xb8]`[0x8e]][0xaf][0x13][0xbb][0xd7][0xf6](d{[0xed][0x8f]@[0xba][0xd7][0xce]Cwl[0xd2][0x95][0xea]vp8[0xee][0x82][0xc9][0x8e][0xbb]M[0xb3][0xa9])[0x2][0xd8][0x14][0x1]l[0x8a][0x0]6E[0x0][0x9b]"V[0x85]S80[0x7]}[0xad][0x5]W[0xaf][0xc6]lj-[0xc5][0xf9][0x8c][0x13][0xbf]q[0xcc]#[0x2]?p0[0x90][0x87][0x12]2[0xd5][0xa5][0xb2][0x98]B[0xf2][0x1]_O1[0xf][0xf7]A[0x95][0xd7]J[0x95][0xb0][0x1d][0xfa][0x12][0xf2][0x83]y[0xbd]p[0x1f][0xae][0x17][0xee][0x7][0x9f][0xe3][0x1][0x93][0x1f][0xa4]?W.[0xfc]P%[0xfc]P%VXU[0xdc][0xf]i[0xc2][0xf][0xe1][0x95]C[0x95]i[0xad][0xa5]{fR$[0xdd][0xf][0x13][0xf7][0xcc][0x87]1<[0x13]Z[0xc3][0x91][0x87][0xde][0x8b][0xd5]P[0x8b][0x15][\r][0xf5]!l[0xa8][0xf][0xa7][0xd6]P[0xf9]skn[0xa8][0xa1]ed/[0x87]Pj2?[0xc7][0xa6]W[0x13]V[0x89]^9C[0xb0][0x18][0xf5][0xf2];[0xec]G~[0x8f]#[0xc8]c&<[0xe6][0xad][0xa1][0x10][0x9e]R[0x81][0xa7]T[0xe0])[0xe5]x[0xd2]!K[0xdf]S[0xb1][0xc1]Y[0x88]'[0xb4]H[0xbb][0x90]7[0x9a]r[0x3][0xf]A[0xb8][0xd0][0x2][0xa2][0xe1][0xd8]U[0x88][0xfe][0x84][0xeb][0x8f]'[0xb0]/[0xd2][0xd4]RL_[0xf0][0x12][0x88][0xca][0x5][0xa2]r[0x81][0xa8]\x[0xa8][0x9c][0xaf][0xd5]296[0xbb][0xee][0xab]W[0xd5][0xd8]Z[0x13][0xc1][0xf6][0x14]b{[0x1a][0xb1]=[0xb3][0x83][0xd8][0x8c]1f([0xb6][0xd0][0xa2][0xed]J[0xfc][0x9b]F[0x98][0xf1]!l[0x4][0xe7]"+[0xcc]q[0xe8][0xe8][0x1c]^[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xb][0xb8]&z[0x11][0xc6]9[0xfe]fZ[0x13][0x8d][0x17][0xe8][0xc6][0xb]t[0xe3][0x5][0xba][0xf1][0x2][0xdd]x[0x81]n[0xbc][0x18][0x1][0xc7][0xf3][0x11]0[0x8b][0xe3]t[0xe8]8CK7:[0xc0][0x88][0xc6][0xbf][0x89]a[0x9c][0x4][0xed]b[0x1b][0xcc]q[0xea]H[0x9d]^[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]+[0xb8][0x12]z[0x15]&8^3[0xad][0x84]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4][0x13][0x5][0xd2][0x89][0x2][0xe9]D[0x81]t[0xa2]@:Q [0x9d]([0xc6][0xea][0x89]|[0xac][0xce][0xe1][0x98][0x9d]:[0xe6][0xd0][0xf2][0xed]6[0xbc][0x86]F[0xea][0xc9]f[0xcc][0x4][0xf3][0x7]v[0x98][0xe3][0xd2]Q[0xbb][0xbc].[0x15][0xea][0xb7]p[0xf5][0xf3][0xf][0x98][0xe4]x[0xdb][0xb4][0xfa][0x99],PO[0x16][0xa8]'[0xb][0xd4][0x93][0x5][0xea][0xc9][0x2][0xf5]d[0x81]z[0xb2]@=Y[0xcc]0&[0xf3][0x19]F[0x1e][0xc7][0xef][0xd2][0xf1][0x87][0x17]p[0xe]}~Q1[0x14]?A[0xbe][0xc4][0x1]s[0xdc]:[0x3][0xb7][0xd7][0xad]b[0xf0]>[0xae]w>[0x80])[0x8e][0xf]M[0xeb][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1G[0xaa][0xe0]s[0xa4][0x2][0xce][0xc5][0xad]s[0x9]-[0xe0][0x1e][0xc3]kh[0x86][0xe4][0x8b][0xe4]B[0xf0][0xfb][0x9d]0'Mg[0x93][0xe6]MS[0xb1][0xf9][0x8][0xd7]7[0x1f]C[0xa5][0xe3][0x13][0xd3][0xfa][0xc6]'[0xd8][0xf8][0x4][0x1b][0x9f]`[0xe3][0x13]l|[0x82][0x8d]O[0xb0][0xf1][0x9]6>[0xc1][0xc6]'[0xd8][0xf8][0xc4][0x8c][0xcf][0xc7]g|^[0xce]+M[0xe7][0x15]Z[0xbe]=[0x83][0xd7][0xd0]|[0xaf]:[0x9a][0x17]Q[0xb9][0xd4][0x5]s[0x8c][0xed]=[0x8f][0xd7][0xa3]b[0xf6][0x1f]\[0xcd]|[0x9]U[0x8e]A[0xd3]j[0xa6]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0xc5]\[0xb6][0x9a][0xcf]e[0x8b]8G[0x8f][0xce]1[0xb4]t{[\r][0xaf][0xa1]u[0xc6]T[0x19]G[0xa2][0xf5]C7[0xcc]I[0xd7]Y[0xa6]{[0xd3][0x15],[0xd1]t[0x89][0x93]A[0x8d]S3[0xad]\[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T[0xc1]r[0xaa]`9U[0xb0][0x9c]*XN[0x15],[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T1c[0x9f][0xca]g[0xec]%[0x9c]o[0xba][0xce]7[0xb4]h[0xfb][0x10][0xaf][0xa1][0xf5]D[0xad][0x9c]/Q[0xbc],[\r][0xe6][0x18][0x13][0xf6][0xc]o[0x86][0x8a][0xb1][0x3][0xca][0x9c]N[0x98][0xe6]t[0x99][0xd6]([0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5]b[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0xcb][0xd7](e[0x9c]{[0x86][0xce][0x9d]/[0xd6][0xe0]K[0xbc]f[0xc][0xbe][0xce]Pq'[0xba][0x97]{`N[0xa6][0xce]>[0xd3][0x9b][0xa9]b[0x9f][0x1][0xe3][0x9c][0x99]0[0xdd]i[0xfc][0x8e][0xeb][0xb5]F[0xa9][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10][0xec]g[0x8][0xf6]3[0x4][0xfb][0x19][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10]+[0xb4][0x19]|[0x85]6[0x8e][0xfb]!S[0x9f][0xcf][0x84]6[0xc8][0xaf][0xe3]s[0x86][0x9]!?l[0x87]+bLiL[0x8b][0x0]g.d;[0xf3]`[0xbc]3[0xdf]4m[0x98] [0x88]O[0x10][0xc4]'[0x8][0xe2][0x13][0x4][0xf1][0x9][0x82][0xf8][0x4][0xbe]Y[0x9e]-[0xa6][\r][0xe1][0xc9][0xef][0x4][0xbe]m[0x1e][0xde]-[0xff][0xa7][0xf8]F[0xc5]U|bX[0x15][0x12][0x15]:7[0xc3][0xb8]{`[0xf3]j[0xfc]c[0x1b]\[0x89]sD=[0xd4]$r[0x96]h[0x10][0xc8]&[0xd3][0xce]B[0xf0]8[0x8b]`[0xac][0xb3][0x18]|[0xce]R1S[0x1c][0xb][0xd9]|[0xde]7t.[0x1f][0x92][0x13][0xab]D[0xc0]I[0x95][0xfe]sI[0xc6]\[0xde][0xf8][0x6][0x6]_q[0xfa]t[0xa4][0xa1][0x10][0xf1][0x8b]y[0x94]b[0xa5][0xcf][0x8][0xe]A[0xa0][0xe5][0x4][0xb4][0xba][0x86]pZ[\r][0xbd][0x13]]oU[0xe1][0x1c][0xf]i[0xce][0x9][0x90][0xef][0x9c][0x8][0x15][0xce][0xc9]B![0xc9][0xe7]8[0xf5][0xbd]G[0xd3]ne[0x8]g[0xa5][0xf8][0xfd][0xaa]J[0x1e]Q.v[0x1c]5[0xf6]/[0xa1]R[0xfe][0x92]7[0x80][0xd2][0xf0][0xb2][0xfc]G[0xb4]([0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xe2]s[0xec]z[0xce]k[0xbf][0xff]V[0xbd][0xa0]4[0x9c][0x80]P[0xe4]^[0x9e][0xfe]j@,[0xa4]ZpV![0xc4][0xa9]0[0xc6]9[\r]r[0xf0][0xb5][0x10]_K[0x9c][0xb5])M[0xbe]C[0x94]J[0xd9][0xbf][0xc5]"[0xde][0x1]Z#[0xae]QH[0xb0][0xff][0x88]}[0xcc][[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]L[0xf][0x96]1[0xbe][0x9c][0xeb][0xad][0x1a][0x80][0xab]#~[0xd5][0xcc]9[0xd3][0xf4][0x15]9s[0xc8][\r][0xad]3[0xcc]gb[0xe1];[0xec][0x13][0x8][0x9d]M[0xf5][0xa9]n[0xe7]3ng[\r][0xda]!hn[0xa3]AI[0xac][0xcc]6[0x5][0xc8][0xba][0x85][0x15][0xb7][0xa8][0x9]w[0xd4]YXn[0xdd]^([0x18][0xfd]s[0xec][0x99]>b_p{[0xe7][0xf3]p[0xa2]R_[0xf5]mp[0x8d][0xfe][0xcd]?C8[0xc0][0xbf]|[0xd8]|[0xb6]`[0xb3][0x19][0xab][0xff][0xa2][0x99]i%[0xea]l[0x80]t[0xe7]~P[0xec]\l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0x8a][0xe3][0xf4][0xa8][0x10][0xf9]R[0x1d][0x95]%[0xac]i[0x18][0xf0][0xfe][0x83][0xf0][0xbe][0x84]Oy{[0xd9][0x7]o6[0xdc]N?k[0xf6]c[0xe3]7[0xc9]D[0x97]h8diL[0xb7]36[0xa8]:/[0xb4]>[0xfe]y[0xa1][0xce][0x15][0xd8][0xbc][0x1a]M[0x1e][0x1f][0xa5][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xae][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc4]T[0x19][0x89][0x9e][0x17]:[0xa8]:/[0xb4]^z^[0xa8][0xf3]P[0xb4]s[0x98][0xe2][0xcc][0x8d][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u6c[0xe9][0xeb][0xe2][0xb2][0x88]>/tPu^h[0xbd][0xf4][0xbc]P[0xa7][0x1f][0xed][0x4][0x12]`Q[0xc6]Y([0xce][0xb][0xad][0x97][0x9e][0x17][0xea]<[0x1a]KoK[0x80]E[0xe4]y[0xa1][0x83]Lq^h[0xbd][0xea][0xbc]P[0xe7]&[0xec][0x4][0x8f]1[0x11][0x89]}^[0xe8] S[0x9c][0x17]Z/=/[0xd4][0xd9][0x83]D[0x8e][0x8d]O[0x4]"[0xcf][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y"[0xda]9)q;&[0x87])[0xce][0xb][0xad][0x8f]^[0xa8][0xf3]4|[0xb0]O7[0xf5][0x1c]#p^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1]N\[0xa3]8[0xcf]V4[0xcb][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0x9e][0x8f][0xa5][0xcf]DXv^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0xb][0xb1][0xcc][0x8b][0x14][0x88][0xa3][0xcf][0xb][0x1d]d[0x8a][0xf3]B[0xeb][0xa5][0xe7][0x85]:[0xfb][0xb1][0xf4]K[0x95][0x88][0xcb]8b[0xc5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d]W`[0x99][0x9b][0x95][0x88]#[0xcf][0xb][0x1d]T[0x9d][0x17]Z[0xaf]:/[0xd4]y5>[0x92][0xd7][0x98]@[0xcb][0xce][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y-[0x82][0xbe]N[0x5]Z[0x9c]t[0x14]:/tPu^h[0xbd][0xf4][0xbc]P'N[0xbd][0x9c]7[0xc4]+[0xdd]T[0x89][0x8a][0xf3]B[0xeb]U[0xe7][0x85]:oB[0x97][0xfc]J[0xe1][0x92][0xf8][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad][0x97][0x9e][0x17][0xea][0xbc][0x15][0xe9][0xdc][0xa6][0xa0][0x93][0xcc]y[0xa1][0x83][0xaa][0xf3]B[0xeb]U[0xe7][0x85]:[0x7][0x90][0xe8][0xb6][0xb8][0xdd]q[0xfc][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xde][0x83][0x94][0xef]M[0xa2][0xa3][0x8e]^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0x7][0x10]A[0xfc][0x1f]2M[0xe6][0xbc][0xd0]A[0xd5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d][0xf]#[0x2][0xd5]O[0x9c]&s^[0xe8] S[0x9c][0x17]Z[0xaf]:/[0xd4][0xf9][0x18]V[0xfb][0xe3][0x9]T{[0x1d][0x80][0x14][0xe7][0x85][0xd6]K[0xcf][0xb]u>[0x81][0xc4][0x9e]L[0xc0][0xb5][0x91][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad]W[0x9d][0x17][0xea]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]<[0xad]|P[0xeb]x[0x87][0xab]8/[0xb4]^z^[0xa8][0xf3]y[0x84][0xff][0x82][0xf2]q[0x8c][0xd8][0xf][0x8e][0xa8]p[0x88][0xf8][0x14][0xc2]aP*[0x1c][0xba][0x1e]F?[0xa8][0xf6][0xbe][0xa3][0x84]C,]![0x1c][0x6][0xa5][0xc2][0xa1][0xeb]1,[0xfd][0xf1][0xd8][0xc2]![0x96][0xa9][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x4][0x96][0xf9]d[0xa2][0xc2]![0x96][0xae][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x14][0x96][0xfe][0xb4][0x12]q[0x19]G[0xac][0x10][0xe][0x83]R[0xe1][0xd0][0xf5]<[0x96][0xa9][0xda][0xc7][0x8e][0x12][0xe][0xb1]r[0x15][0xc2]aP%[0x1c][0xba]^[0xc2]G[0xf2][0xe5][0xd8][0xc2]![0x82]V[0x8][0x87]A[0xa9]p[0xe8]z[0x1d]A[0xbf][0x91][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]T8t[0xbd][0x8d][0xa5][0xbf][0x93][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]J8t}[0x80].[0xf9]0U[0xe1][0x10][\r]*[0x84][0xc3][0xa0]T8t}[0x84]t>[0xde]q[0xe1][0x10][0xed]*[0x84][0xc3][0xa0]J8t}[0x8e]D[0xbf][0xd8]q[0xe1][0x10]M+[0x84][0xc3][0xa0]T8t}[0x85][0x94][0xbf][0x1e]N[0xe1][0x10][0x11]([0x84][0xc3][0xa0]T8t3Hwk[0xc3])[0x1c]"[0x2][0x85]p[0x18][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]n;"p[0xec][0xb8]p[0x88]v[0x15][0xc2]aP%[0x1c][0xba][0xd3]`[0x8c][0xdb][0x93][0xa8]p[0x88][0x6][0x14][0xc2]aP*[0x1c][0xba][0xc7] [0xb1][0xac][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83]*[0xe1][0xd0][0x9d][0x87]D[0xf2]c[0xb][0x87]X[0xac]B8[0xc]J[0x85]Cw![0xc2]/JT8[0xc4][0xd2][0x15][0xc2]aP*[0x1c][0xba][0xcb][0xb0][0xf4][0xf2][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd0]=[0x11]2[0xdd][0x93]vD8D[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0xa8][0x14][0xe][0xdd][0x95][0x90][0xe5][0xf6][\r][0x8f]p[0x88][0xf6][0x15][0xc2]a0[0x86]p[0xe8][0x9e][0x6]9[0xee][0xda][0xe1][0x16][0xe][0x11][0x8b]B8[0xc][0xc6][0x14][0xe][0xdd][0xb3] [0xcf][0xbd][0xfb][0xc8][0x9][0x87][0x88]K![0x1c][0x6][0xe3][0x8][0x87][0xee][0xbd][0xa0][0xc0]=w4[0x84]C[0xc4][0xa8][0x10][0xe][0x83]q[0x85]Cw[0x1d]x[0xdd][0xf5][0xa3]+[0x1c]"^[0x85]p[0x18][0x89]W&[0x1c][0xba][0xf7][0x83]"[0xf7][0xa2][0x9d]%[0x1c]"v[0x85]p[0x18][0x8d]]&[0x1c][0xba][0x97]B[0x89]{[0xd9][0xce][0x17][0xe][0x91][0x87]B8[0x94][0xf1][0x90][0x9][0x87][0xee]&(s[0x1f][0xbc]+[0x9][0x87][0xc8]I![0x1c][0x6][0xa5][0xc2][0xa1]{5[0x8e][0x15]k[0x12][0x15][0xe][0xb1]t[0x85]p[0x18][0x94][0xb][0x87][0xee][0xc3]![0xc3]}D[0xf2][0xc2]![0x1a]R[0x8][0x87]A[0x95]p[0xe8]n[0xc1]qz[0xfd][0x8e][0x8][0x87]hT![0x1c][0x6][0xd5][0xc2][0xa1]{[0x3]d[0xbb][0x83][0xc3]#[0x1c]"[0x0][0x85]p[0x18][0x8c]%[0x1c][0xba][0xdb]![0xd7][0xdd]1[0xdc][0xc2]![0x82]Q[0x8][0x87][0xc1][0xd8][0xc2][0xa1][0xbb][0x1b][0xf2][0xdd]=#'[0x1c]"0[0x85]p[0x18][0x8c]'[0x1c][0xba]O[0x84][0xb1][0xee][0x93]FC8D[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0x18]_8t[0x9f][0xe][0x85][0xee]3FW8D[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L8t[0x9f][0x3][0xc5][0xee]sw[0x96]p[0x88][0xe0][0x15][0xc2][0xa1][0x4][0xbc]L8t[0xf7]A[0xa9][0xfb][0xc2][0x9d].[0x1c]:5[0xa7][0x10][0x9f][0x1e][0xd7][0xcb][0xc2][0x87]/[0xfb][0x86][0xed][0xf0][0x8b][0xdb][0xe1][0xc6][0xec]_[0xe2][0xab][0xf5][0xd7]p[0xd3]j[0xcb]mpc[0xe3]][0xf0]+[\r]n[0x87][0x5][0xd9]7[0xcb][0xde]><[0xfb][0x16][0xfd][0xae][0xad][0xd9][0xb7][0x9a]>[0xde][0x1a][0xfa][0xf8][0x9a][0xec][0xdb]do[0xe7]e[0xdf][0x9e]}G[0xf6][0x9d][0xdb]a[0xe0]v[0xc8][0xca][0xde][0x96][0xbd]};[0xdc]u;[0xd4]d[0x17][0xe][0x80][0xe5]v[0xc8]![0xa7]1[0xdd]iS[0xf5]:[0x9e][0x89][0x84]f[0xa3][0xab][0xe6][0xc3][0xee][0xb0][0x0][0xd3]Ep0,[0xc5][0xb5][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xcb]7[0xc2][0xf1][0xb0][0x1a]N[0xc6][0x15]K/`?[0xa2][0x11]aMs[0xff][0x1f]PK[0x7][0x8][0x96].~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".D[0x0][0x0][0x92]`[0x1][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLoggerAdapter.class[0xad]W[0xdb]S[0x13]W[0x1c][0xfe]NXXIVD@i[0x94]z[0xa5][0x1a][0x92]@[0x14][0xa9]U[0xa0]x[0x1][0xad][0xda][0x4][0xb]A)[0xf4][0xa2]KXC &t[0xb3][0x11][0xd4][0xb6][0xd6]joN[0x9f][0xfb][0xd0][0x19][0x9f][0xfa][0xd0]W[0x9c][0xf1]F[0x9d][0xa9]}[0xb2]3[0xfd][0x3][0xfa][0xd7]8N[0xbf][0xb3][0xbb][0x4]B[0x82][0x82]v2[0xb3][0xe7][0x9c][0xdf][0xfd]~N[0xfe]y[0xf1][0xc7][0x9f][0x0][0xe][0xe0]'/[0xb6]bPE[0xdc][0xb][0xf][0x6][0xab][0xb1][0x5]C*[0xce]yQ[0x89][0xf3][0xf2]0[0xec][0xe5][0xe7]c[0xf9][0x19][0xf1][0xa1][0x16][0xa3]r[0xf7][0x89][0xdc]}[0xea][0xc3]g[0xf8][0xdc][0x87][0xb][0xb8][0xe8][0x83][0x8e]Q[0x15]c[0xf2][0x90][0x90][0xe0]q[0x15][0x86][0x17][0xf5][0x18][0x94][0x98]K^$1[0xe1]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]^L!-a[0x97]UdTdUL[0xb][0xac]3[0x8d]d*g[0x99]W[0x5]6D'[0xf5]+z$o[0xa5][0xd2][0x91][0x98]>[0xdd]%P[0x1d]O%3[0xba][0x95]7[\r][0x81][0xd9]blw4k&#[0xfa][0xb4][0x9e][0x98]0"[0xe9]l2[0x99][0xca]$[0xe5][0xda]1[0x19][0xc9]M[0xa7]"QB[0xc][0xb3]7[0x9b][0xb1][0x8c]Y[0xab]k[0x9]k"[0x9b]I[0xe4]M[0xd3][0xc8]X[0x91][0xde][0xc2][0xd6][0x96]g[0xd3][0xa4]u[0x8a][0x89][&[0xa5]u[\r]E[0xbb]z[0xf8][0x13]P[0xd2][0xd9][0xc4][0x94]@[0xb0][0xbc][0x18][0x89][0xcc]E[0x6][\r]}|[0xd8]LYF[0x94]G[0xf2]Tu[0xa7]2)[0xab]G[0xa0]"[0xd0]r[0x9e]"z[0xb3][0xe3][0x86]t1[0x95]1[0xfa][0xf3][0x97][0xc7][0xc]sH[0x1f]K[0x13]RGz=}^7S[0xf2][0xec][0x2][0x15]k"[0x95][0x13][0xe8]x[0xb9][0x8f][0xc7][0xc6][0x18]7=a9[0xbe][0x1e][0x1b][0xd7][0xa7]-[0xc3][0xa4][0xea][0xcd][0xc5]"[0xaf]N/[0x88]=[0xfc][0x1a][0xf2][0xba][0xed](0[0x15]I[0xc3]E[0x8][0xec][0x9][0x94][0x6][0xab]e[0x9][0xe8][0xec][0xd8][0xa4][0x91][0xb0]d[0xe0]2[0xfa]e[0xdb][0xc7][0x12]r[0x1]5[0xe1]$G [0xbc][0x96]T[0x92]1m[0x3][0x18][0x9f][0xe6]U[0xe4]U[0xa6]"[0xed][0xda]]W[0xce][0xc6]7)[0xe]f[0x97][0xab][0xc0][0xfa][0xb8][0xa5]'[0xa6]Hh[0x7]Z[0xc5][0x17]l[0x7][0x16][0xb8]@c[0xb9]H[0xd9],[0xf5][0x85]x[0xe6]Ngz[0x17]B1[0x18]XK,ZV[0xe3][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9e][0xfa][0xdf][0xe5][0xae][0x1c][0x92][0xea][0x8c]1[0xb3]P)[0x83]e[0xfc][\r]K[0x8a]3[0xd6][0xfb][0xa6]B[0xed][0x4]x[0x99][0x80]B[0xdc][0xdb][0x2]-k+[0xc2]#Km[0xe8]M[0xeb][0xb9]\[0xd7][0x1a]%[0xf8][0xd8][0xa3]i[0x2]$[0xaf][0xc0][0xc6][0x12]q[0x2][0x9e]D[0x9a][0x15][0xb4][0x1c][0x11][0xcd][0xea][0xe3]v[0x9b]7,[0xc7]t[0x7]{[0x98]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";^b[0x9c]D[0xad][0xd1][0xbe][0xca]D:[0x9b]c[0xf3][0x8e]tG;K[0xb3][0xd0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0x8d][0xf8]eC[0xc5][0x1b][0xcf][0xe6][0xcd][0x84]q2%[0xa7][0xd3][0x96][0xb2][0xf3][0xa7]M[0xea][0xd1][0xb0][0x1b][0xcd][0x2][0x9b][0x16][0xcb]r[0xd8][0xd0][0xa7]N[0xe9][0xb9][0x9]V[0xa2][0x86][0xb7][0xb1]M`[0xff]K[0x87]3[0xf7][0xa6][0x9e][0xb1][0x8a][0xa6][0xb4][0x94]ji[0xd8][0x89]][0x1a][0xfa]pB[0xc3][0xfb][0xe8][0xd1][0x90][0xc7][0x15][\r][0xc7]p\[0xc3][0xc]fU\[0xd5]p[\r][0xd7]U|)[0x9][0x9b]U|%[0xb0][0xeb][0xd5][0xdd][0xa1][0xe1]k4k[0xb8][0x81][0xeb][0x9c][0x96][0xaf] /[0xb8][0xf1][0x8d][0xd4]wS[0xc3][0xb7][0xb8][0xa5][0xe2][0xb6][0x86][0xef][0xe4][0xfa][0xbd][0xb4][0xed][0x7][\r]?[0xca][0x0][0xb4][0xaf]}~[0xb][0xd4].[0xcf][0x14]o[0xb2][0xd5][0xa7]ju[0xc4][0x85]F[0xaa]_T64afg[0x9c][0x8b]gS[0xd9][0x1a][0xe6][0xfd][0x10][0x18][0x95][0x97]c[0x5][q[0xd9][0xad][0xe2][0xd6]T[0xd9][0xfe][0xf7]M[0xe7][0xad][0xd3][0x97][0xe8]-[0x83]'p[0xa8][0xc][0xdb]*[0x5][0x5]V{[0x9f][0xdb][0xcf][0x14]}[0xdc][0xd9][0xee][0xe][0xac]0[0x1f][0x1d]F[0xf7][0xfe][0xdf][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]^[0x1a]E[0xef][0x19]^S[0xf9][0x8c][0xf3][0xce][0xa8][0x9e]Y[0xd4][A_[0xf9]lX[0x16]?[0x81][0x1a]9[0xbd][0x96][0x86][0xd2][0x1f]hYqR[0x4]V[0xcc][0xa0][0xad][0xdd][0xa1];[0xc7][0xad][0xc0]V[0xca]e[0xe2][0xe8][0xac][0x9b][0xd2]"%[0xbb]W[0x14][0xc4]2[0x88][0xe9][0x19][0xdd][0x1e][0xfa]'K[0xc6][0x8f]k[0xc9][0xe8][0xda]G[0x90][0xa1][0x9b][0xca]N>:[0xb7]B[0xa0][0x89]O[0xd4][0x6][0xd9][0xec][0xdc]o[0xe7][0xeb][0xd5][0x83][0x1d][0xa8][0x93][0xed][0xcb][0xbd]J[0x18]g[0x4][0xbf][0xef][0xf0]t[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w@S[0xf0][0x11]D[0xf0][0x9]<#[0x8f]P[0xf1][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x95]#[0xca]#T=[0x80]z[0x8f][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xe1][0xb7][0x86]+[0xc8][0xad] [0x80][\r][0x8]b/O[0x9a][0xc3]OH[0xb][0xd7]`[0x11]$[0xc4][0x95][0xaf][0x16][0xb4][0xd2][0x2][0xa9][0xed]_[0xbe][0x96]+[0xb9][0xb6][0x7][0x1f]b],[0x18]~[0x88][0xea][0xfe][0xd6][0xd0]<[0xbc][0x1e]t*~[0xe5][0x19][0xaa][0xfc][0xca]\k([0x18]"[0xc6]7[0xf][0xad][0x2][0xc3].z[0x8e]\[0x8a]m[0xc3]6z[0x0][0xb4]QN[0x4]>[0xec][0xa3][0x9f][0xfb][0xe1]G;[0xf5]uP[0xfb][0xbb][0xb6]M[0x1d][0x8e][0x16][0xd7]&[0xb9]k#5[0xc3]DK[0xf6][0x91][0xde]C[0xce][0xbd][0x84][0x1e][0xa0]?[\r][0x94][0xd8]A>[0xc5][0xb6]}[0x87][0xed]a[0xbb]k[0xbb]Cu[0xb0]@[0xf5][0x1e][0xa9][0xe][0xd9]q[0x10]/[0xd0][0xa4][0xe2][0xb0][0x8a]N[0x15]]n[0x8c][0xbb][0xa9][0x81][0x83][0xd1][0xf1]U[0xdc] [0x97][0xb4][0xe2]n[0xf0]>[0xd4]y[0xac][0x17][0x98]G[\r]g[0xc4]}(ti[0x83][0x7][0xa1]6[0xb6][0x4][0xb7]Q[0xe0]w4[0xf4][0x17]CZ[0x9f][0x86][0x9f][0xa1]2<[0xe7]@[0xeb][0xca][0xca][0x8][0xff][0x8d][0xc6]'[0xa8]g[0xe2][0x1a]b6&<[0x8f]M[0x8c]\[0xb8][0x9][0x97][0x94]5[0xd7][0xa9][0x14]C[0xfc][0xca]S[0x1a]Y[0xc3][0xd0][0xb5][0xd2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]A[0x8e][0xef];\[0xef][0xe0]g{u[0xc2]}[0x86][0x85][0x3][0x1c]%[0xd5]q[0xd2][0xf5]1H'H[0xdd]GgO[0xd0][0xd5][0xf][0x8]=[0xc5][0xd3][0x19]rGYL1[0x8c][0xa3][0x1f]i[0x9c][0xc5],[0x6](/[0xce]i<@iq[0xfc][0x8a]!;5A[0xca]m[0xc2]F;[0xf8][0x1e][0x19][0x9e]B[0x92][0xee][0xda][0xa9][0x11][0x94]z[0xc1][0xc5].$[0xc4][0xa1]?X[0xa0][0x97][0xa9]q[0xa8]$L&[0xa4][0xe][0x95][0xfc][0xab]t[0xe4]9j[0x99][0x91][0xca][0x3][0x3][0xdc][0xbb]I9[0xaa]([0xf2][0x8e]*4B/[0xcf][0xbc][0xc2]l[0xff][0xfa]p[0xd2]-[0xcc]_[0xb8][0xca][0xc4][0xfb]E,[0xf4][0xc][0xeb]B[0xf][0xb1]Y[0xc6]U}[0x8c][0xc6]X[0xb8][0xe2]1[0xde]Z[0xac][0xbf]-[0xa8][0xe2]7G[0x6][0x8b][0xbb][0xb2][0xd7][0x81][0xff][0x0]PK[0x7][0x8][0xee][0xa1][0x8e][0xa6][0xe6][0x5][0x0][0x0]H[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nv[0x6][0x1e]F[0x6][0xce][0xa2][0xd4][0xdc][0xfc][0xb2]T[0xc7][0x9c][0x1c]F[0x6]q[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xcf][0x92][0xd4][0xa2][0xc4][0xa4][0x9c]Tk[0xcd]0[0xa0][0xaa][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]ml[0xaa]l[0x90][0xc4][0x82]K[0x8a]2[0xf3][0xd2][0xad][0xed][0xc0]:[0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]Z[0xe5][0x9c]sR[0x13][0xf3]@[0xea]C2[0x8a]R[0x13]S[0x9c][0xf3][0xf3]JR+J|[0x13][0xb][0xf4]@[0xda][0x19][0x19][0xcc][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3][0x81][0xe6][0x80]h[0x93],[0xfd][0xe2][0x82]L}[0x9c][0xba][0x19][0x19][0x4][0x10][0xd6][0xfb]'e[0xa5]&[0x97]02[0xe8][0xe1]5[0xb][0xdd][0x8]#6F[0x6]F[0x6]& f[0x6][0x86][0x11]#[0xb]#[0x3][0xb][0x3]+[0x90][0xc7][0x6][0xe4]11[0xb0][0x3]Y[0x1c]`[0x16]'[0x0]PK[0x7][0x8]w[0xe][0xe2][0xc2][0xd1][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWrite.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xe7][0xfc][0x82]J[0xff][0xbc][0xf0][0xa2][0xcc][0x92]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x8d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5]_\[0x90][0xa9][0x8f][0xa4][0x1e][0xa8][0x1b][0xa4]C?'[0x11][0xa8][0xc2]?)+5[0xb9][0x4]h<#[0x3][0x13][0x3][0x4]020[0x3]I&[0x6][0x16][0x0]PK[0x7][0x8][0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.class[0xad]T]o[0x12]A[0x14]=[0x3][0xc8][0xca]v[[0xa0][0xd6]j[0xfd][0xa8][0xa8][0xd8]RVES[0xdf]l[0x88][0x6][0xab]mJ%)[0x4]_|[0x19][0x96][0x9][0xbb][0xb8][0xee][0x92]a0[0xf2][0x8b]|[0xad][0x89][0xd6][0xc4][0x7][0xe3][0x93][0xf][0xfe]([0xe3][0xdd][0xe9][0xa6][0x92]h,[0x1a][0xb2][0xd9][0xdd];g[0xee][0x9c]{[0xef][0xb9]3[0xf3][0xfd][0xc7][0xe7]/[0x0]6q'[0x83]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0xc]\7[0xb1][0x8a][0x1b][0x6]n[0x9a][0x84][0x14][\r][0xdc]2[0xb0][0xc6][0x90]V[0xae]7,[0xde]c[0xd8][0xae][0x87][0xb2]W[0xe1][0x3][0xee][0xb8][0xa2][0xe2][0x87][0xbd][0x9e][0x17][0xf4][0xa2][0xff][0x83]~e8[0xf0]*[0xb5]p0n[0x4]/[0xa4][0xa7]D3[0x94]Jt[0x1f]K[0xc9][0xc7]-W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xad][0x85][0x81][0x12]o[0xd5]>[0x1f]<$[0xc2]-/[0xf0]T[0x95]a[0xa7]4[0x13][0xc6][0x8d]6C[0xaa][0x16]v[0x5]C[0xb6][0xee][0x5][0xe2][0xf9][0xe8]uG[0xc8][0x16][0xef][0xf8][0x84],[0xd6]C[0x87][0xfb]m.[0xbd]h[0x1c][0x83][0xa9][0xa8]$[0x6]k7[0x8][0x84][0xac][0xf9]|8[0x14]4|6[0x8b]l[0x8a][0xf7][0xa9]B[0xd3]q=[0xbf][0xdb][0xe6][0xfe][0x88][0x82][0xb5][0xfe]R[0xe5]Hy~[0xa5][0xa9]$![0xba][0x92][0xa9]=[0x19][0xe6][0x6]\[0x8a]@[0xc5]A[0xfe]e[0xe5]|Sq[0xe7][0x15][0xd9]Z[\r]j7[0xc3]Z[0xa9][0xde][0xe7]ox[0xc5][0xe7][0xb4][0xac][0xd1][0xe9][0xb]GQ2[0xbf]A[0xc][0x99][0xa6][0xd7][0xb][0xb8][0x1a]I[0x8a][0xb9]?[0xe1][0xb0][0x1b][0xb8][0x82][0x94][0xd1][0x1a]kE[0xb4][0xec][SgU[0x8d]Tk[0x86]#[0xe9][0x88][0xa7]^[0xd4]"{:[0xb9][0xef]F)P[0xdf][0xb7][0x3][0xc7][0xf][0x87][0x11][0x99]Pn[0xd8]5[0xb0]n[0xa1][0x84][\r][0xb]g[0x91][0xb1]`[0xa2]l[0xc1][0xc6]m[0x86][0xf5])[0x13][0xb2][0xb0][0x88]s[0xb4][0xe5]g[0xb2]#[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7])[0xc5]P[0x9b]A([0x86]%[0x87][0x10]5[0xc9][0xac][0xe1][0x95][0xd2]d7'fI[0xf6]d):@[0xd9][0xe3][0x85]'[0x2]0[0xbc]Y[0xdc]/[0xc3][0x3][0xf9][0x98][0x81][0x1d]2<(g[0xc3][0xf9][0xd8][0x85][0x87]d[0x18][0xc9][0xc7][0xc3][0xd8][0x9d][0x8f]G[0xf0]M[0x19][0x1e][0xd5][0xf1][0xad]|[0x94]b[0x8f][0x8e][0xc7][0xe4][0xf7][0xdb]r[0xf9];rO[\r][0xdf][0xcd][0xc7][0xf7][0xb0][8[0xec][0x95][0xe5]>[0x1d][0xdf][0xf7][0xa2][0x1c][0xb7][0xc8][0xe2][0x7][0xa2][0xf3][0xe3]^[0xfc][0x10]?[0x92][0xe5][0x8f]=[0xf8][0x89][0xd8][0xf3][0x84],[0x9e][0xd4][0xf1][0x94]p[0xfa]i>[0x96][0xc8][0xb0][0xb]?[0xd3][0xf1]s[0x1d]O[0xeb]xF[0xc7]/4[0x18][0x81]H[0xc4][0x8c]5[0x84][0x83][0xf1][0xb8][0x19][0xd7]0-[0xd0][0xb2][0xbe]qC[0xa0][0xa3][0xae][0xbe][0xa9]qSs][0x9b][0x6]_[0xd3][0x96][0xe0][0xd6]`u8[0x18][0xe9][0xa9]nO[0xc4]B[0x91][0x9e]U[0x1a][0xa6]6D#[0xf1]D0[0x92][0xe8][0xc][0x86][0x7]L[\r][0xb3][0xd6]6[0xae][0xab];[0xb5][0xa9]cS[0xa0]%[0xd0][0x11][0xa8]k[0xda][0xd4]P[0xd7]V[0xd7][0x10][0xe8][0xd8][0xa8]A[0xb][0xb8][0xe8][0xe3][0x2][\r][0xa5]m[0x1b]Z[0xdb][0x1a]7tl[0xdc][0xd4]R[0xd7][0xdc][0x98][0x85][0xd2][0xd7][0xd8][0xdc][0xc6][0xd3][0x86][0xd6][0x96][0x8e][0xc6][0xd3];6[0xad][0xad][0xeb][0xa8][0xd3][0xb0][0xa8])[0x1a][0xeb][0xa9][0xe][0xf6][0x7][0xbb]z[0xcd][0xea]p[0xb4][0xa7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xef][0xf2]-[0xd5][0x3][0x89]P[0xd8]V[0xa9]9[0xd8]O[0xad]<[0xe1]hW0[0xcc][0xb9][0x86][0xe2][0x14][0xad];zcf[0xb0][0xbb]I[0xce]H4[0xa5]=[0xd4][0x13][0x9]&[0x6]bT[0xbb]>;U[0xcd][0x84]e[0xd6][0x92]a^M([0x12]J[0xd4]jp[0x95]/[0xea][0xd4][0xe0]n[0x88]v[0x93][0xf5][0xb4][0xa6]P[0xc4]l[0x19][0xe8][0xdb]l[0xc6]:[0x82][0x9b][0xc3][0xa6]8Rxw[0x6]c!Y[0xdb][0x9b][0xee]Do[0x88]no<[0xb4][0xc4]x[0xa8][0xba]![0xda]?[0xd8][0x1a]9-[0x16]J[0x98][0xed][0xd1]X[0xc2][0xec][0xae][0x8b][0xc5][0x82][0x83][0x96][0xc6]|[0x89][0x84]yn[0xc2][0xf2][0xc0][0xcc].n%[0xcc][0x14][[0x94]7J[0xca][0x17][0x1d][0xd2][0x1f]F_0[0x12][0xec]1cm[0xb1]h?5Y<[0x8e][0xed]Bf[0xc6][0x12]!3~*[0x97][0xbc][0x9f][0x1f][0x8a][0xf4][0x9a][0xd4][0xcc][0xb2]G;[0x83][0xc1][0xd1][0x9e][0x8]v[0x9d]M[0xc1][0xca]F[0x1d][0xbf][0xd4][0xb0][0xf6]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xce][0xd5][0xd3],[0xf3][0x9c]M[\r][0xfe][0xf2][0xc9][0x4][0xc8][0x99][0xe5][0xe3][0x10]o[0xa0]^[0xad][0x91][0xf0]`[0xf2][0xd2][0xa4][0xe2]/[0x1a][0xb][0xf1]<[0x18][0xd6][0xb0]d[0xd2][0x82][0x18]?[0xfd][0x3][0x9][\r][0xc7][0x96][0x8f]M[0xb8][0xb1];[0x12]i[0xae][0xb3][0xcd]A[\r][0xb9][[0xad][0x14][0xf4][0xf0][0xb6][0x9d][0x8d][0xe3][0xb0]h[0xdd][0xbc][0xc5][0xec]J([0x16][0xbe][0xb1][0xdb][0xe4][0xdb][0x17][0xec]'[0x84]1[0xb2][0xc9][0xb2].Lk|6C[0xa5][0xba][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe6][0x9a][0x91]DL[0x14]h[0xb4]~[0xb][0xd3]i[0x16][0xa8]m[0xc9][0xf][0xa5][0xa0]`K[0x6][0x13][\r]E[0xe9])1[0xd8]?[0x9a][0x16][0xab][0xb2][0xf1][0xaa][0x99][0x88]c$L[0x8e]O[0xbf]=[0xc1]{:~[0xa5][0xe1][0xc4][0xf2]wuW[0xfc]aX[0xde][0xea][0xb4][0xad][0xad][0x9c][0xa0][0x9][0x1d][0x9d]J[0xe7][0x85][0xe3][0xca][0xb5][0x9]O[0xaa][0xe9]\9[0xf6][0xd5]j[0xc7][0xd7][[0xdd]Wq[0xd3]c2[0xce][0x16]f[0x9][0x92]E[0xd9][0xb0][0xde]Cr;[0xb0][0xc6][0xbb]c+[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]g[0x8f][0x99]}[0xd1][0xad][0xbc]T[0x98][0xed][0x92][0x0]e[0x17]Q[0x8d]xl[0xd1][0xa9]8+N%[\r]$[0xcc][0x98]D[0x83]E[0xcc]X[0xa7]Sgf;[0xd7][0x90][0xed]Z[0x16][0xf][0x88][0xfb][0xfc][0x13][0xa6]U1[0xde][0x15]6[0x83]1[0x82]\[0x17]Q6[0x18][0x8a][0xc4]O[0x91][0x94][0xcb]j[0x11][0x81]O[0xa7][0xa7][0x1a][0x94]Q[0xd3]G[0xf1][0xce][0x9]v[0x1d][0xbf][0xd6][0xb0]"s{[0xc2]!]D[0xd6][0xa3][0x98]a#[0xfe][0xda]`"H]x[0x10][0xe8][0xeb][0x1b]P[0xf8]K[0x8e][0xad][0xb1][0x96][0x1]q[0xa5][0x1e][0x8a]7[0xf6][0xf5]'[0x6]UY[0xa2]n[0x9e]D[0xd4]bG'[0x96]gyg[0xb6][0x1d]$[0xea][\r][0xc6]{[0xad][0xfa][0xc5][[0x1][0xda][0xdf][0x1f][0xb][0xf5][0x99][0xea]1[0xe3][0x3][0xe1][0x4]["[0xce][0xcd]s[0x6][0x82][0xe1]x[0x86][0x1b]FA[0x85][0xa2]\[0xd1][0xcd][x5[0x9a]`][0xd0]P}[0xf8][0xd2][0x96][0xa5][0x88]y[0xd4][0xcd]f[0x1][0xa1][0xa7][0xb8][0xaa][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x5][0xd6][0xdb][0x1e][0x1d][0x88]u[0x99][0xeb]B[0x2][0x11][0xfe][0x89][0x15][0xc5][0xc5][0xa2][0xa2][0x81][0xf7]c[0xbd][0x81][0x16][0xb4][0x1a]h[0xc0]Z[0x96]$[0x3][0xcf][0xe2]9[\r][\r][0xef]A[0xd9][0xd5]0/[0x14][0xcf][0xdc][0xc]$[0x8b][0xa2][0x81][0xdf][0xe0]2[0x96][0xf8][0xf7]@[0xd4][0x82]%b[0xc9]o[0xe9][0xfa][0xac][0xc5]T[0xc3][0xd2]q[0x8a]U[0x92]uJ[\r]=FQ,][0x9c]&m[0xb1][0xf8]<[0x14][0xc]/[0xee][0x12]v[0xa1][0xc4][0xa0][0x81][0xdf][0xe1][0xf7]"[0xfe]y[0x19]^0[0xf0][0x11][0xd0][0xaf][0x3]x[0x91][0xf5]f[0x82]%[0xd2][0xc0]i8][0x86][0x8d][0x6][0xfe] [0xf][0xf2]G[0xfc][0x89]ya[0xe0]S[0xb8][0xda][0xc0]KxY[0xc7]+[0x6]^[0xc5]k[0x84]b[0x3][0x96][0xcd][0xbf][0x8][0xff][0x19]Y[0x90][0xd4][0xc0]_[0xe5][0xa8] 3[0x90][\r]|[0x14]/[0xca]p[0xae][0x81][0xf3]p[0xbe][0x8e][0xbf][0xc9]/e]*[0x8f]0=[0xc9]i=C][0xe9][0xf4]w\a[0xa0][0xe][0xf5]:^7[0xf0][0xf][0xbc]a[0xe0]M\[0xaf]![0xe7][0xfc]m[0x6][0xae][0xc1][0xb5][0x6][0xae][0x93]e[0xd5][0xa4][0xa2][0xd8][0xc0]U[0xc2][0xf5][0xf3][0xf8]B[0x9a][0x8a]V[0x92][0xb0]@[0x1d][0x96][0xd9]h[0x9e][0x8f][\r][0xb4]e[0x87][0xbd]gq[0x1f]{[0xab]|[0xa2][0x91][0xc7][0xa2]5[0x99][0xe6][0x8f]}A[0xd2][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0x13]Q&[0xfc][0xd4][0xb4][0xd7][0xe2][0x9a][0x8][0x95][0xbc][0xa8][0xe1][0xb8]q[[0xb6]1=[0xa6][0x8f],[0xea][0xa3]Qbq[0xc4]>#[0xae][0xad]?L37[0x89][0xa6]Y[0xb5]A[0x2][0xa2][0xdc][0xb1][0xdb]`[0x8b]Q[0x16][0x94][0xf][0x8]([0xba][0xcb][0x3]ri[0xf9][0xbb]h&;3[0xd1][0xd7]i[0xba][0xf2][0xce][0x8a][0x99][0xe6]y[0x2][0xbc]q[0xa9][0xce]Y[0xb1][0x95][0xb7]=[0xaa][0xe9]j[0x17][0x92][0xf4][0x1a][0xc3][0xad]Ui[0xbe]W4[0x9e][0x90][0xf3],Ei[0xe4][0xa3][0xcf][0xc5];:A[0xbf][0x85][0xce][0xa0]a[0x11][0xf5][0x93]Go[0xa8]:[0xe7][0x1b][)[0x89][0xeb][0x89][0xa8]z[0xd6][0xc2]$[0xb3][0x86]h8L[0x5]C[0xfc]&d[0x97]7[0x10][0xe9][0x8b]v[0x87][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x5]IC[0xd9][0x98][0xee]qL#[0xe8][0x8e][0x87][0xce]3Q[0xc6][0xf][0xd5][0xe3][0xe1][0xc2][0x9]X[0x81][0x13]9/[0xc1]J[0xac][0x82][0x86][0x1a]~@[0xe6] [0xf]s[0xb1][0x1a][0xb5][0xce][0xfa]$[0xae][0xd7][0xa4][0x9c]O[0xc5]lIc[0xce]}[0x2][0xf2][0xdc]oT[0xfb][0xeb]P[0xc4]9[0xb][0x0][0xc7][0x0]wN[0xe2][0x9e][0xc6][0xdf][0xa9][0x15][0xbb][0xa0]Up[0xc8]y[0x10][0xae][0x9d][0x8a][0xf4]d[0x8e]G@[0xbe]Wk[0xe1]&[0xa1]A[0x1][0xa7]peX[0x17][0xd0][0x84]fE[0xc7]B[0xc2]Q[0x98]m#[0xb5][0xd0][0x97]=[0x4]w[0x93][0xdf][0x97]7[0xc]}[0xf5][0xdc][0x1b]`[0xec][0x86]g#YO[0xd9][0xb1][0x1b][0xde][0x8d][0xbb][0x90][0xbf][0x83]4.[0xc5][0xbf][0x88][0x86][0x81][0xaa][0xb9][0xa9]X>[0xd5][0x9a]F[0xc5]f[0xa1]M[0xc9])[0xb3]x[0xd9]r[0xdc]4[0xb0][\r][0x1f][0xa0][0xec]|[0x14]b[0x3][0xda])[0xb3][0x83][0xfb]S[0xa0][0xbd][0x8d]Y:N[0x1d][0xb5][0xb0][0x93][0xa4]DV[0xdb][0xbe][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]u}[0xbb]al[0xa4]Z[0xbe][0xa9][0x5][0x5][0xc3]8b[0x17][0xa6][0xed]p[0x8c][0xcc]S[0x14][0x1f]L1[0xce][0xe7][0x8]%<[0xdb][0x9c]VS[0x9d][0x1c][0x11]([0x9c][0xfc][0xbb]P[0x90][0xc9] [0xa4][0x18][0x14]YD6[0x3][0x99][0x9d]A[0xd6][0xfc][0x16][0xc4][0x99][0xf8][0x90][0xcd]*`[0xfb]I[0xaf][0xf0]W[0xe]cz[0xd2][0xdd]^u9B[0x86][0xd1][0x14][0x17][0xe8][0xe]3[0x1d][0x1f]Vo,[0xb3]M[0x9c][0xc9][0xdb][0xb1][0xf2][0xd8]lo%[0xb5][[0xfe][0xb][0xa7][0xe2][0x1][0xb8][0x86][0xe1][0xdb][0x83][0x19]-U[0xfb][0xe0][0xad][0x18][0xc6][0xcc]!x*[0xaa][0x86]Q[0xd8]R[0xe5][0xaf][0x1c]A[0x91][0xb]U#([0xd6] [0x94][0xdc][0x9e][0xb5][0xd3]y[0x91][0xd9][0x14][0xe][0xc4][0xe9][0xe5][0x4]=>[0x80][0x5][0xd8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x90][0xa5]8W[0xa9]Ta[0x89]pTZ[0xe6][0xa8][0xb4][0x8c]*m[0xa6]J[0xf9](G[0x17]C[0xcf][0xa5][0xde][0xc7]@[0xce]~[0x14][0xe9][0xe8]f[0xa3][0xd1]M:[0x13]gY[0xd1][0xa2][0xcd]"[0x85][0xbc]~[0xdc][0xbf][0x17][0x86][0x4]%[0x1a]n[0x80]{gR[0xf9][0xe6][0xca][0x14][0xe5][0xe9][0xa8][0xc2]fR[0xcd][0xd6]0[0x82]9[0x1a]Zh[0xc0]\[0xb9]Q[0xce][0xc9]<[\r]{P[0xba][0xd2]]Y[0xe2][0x1e][0xc1]|Y[0x94][0xc9][0xec]H[0xa1][0xa5][0xad]C[0x7][0x9f][0xae]t[0xcc][0xad][0xb4][0xcd]u+s+[0xe8]s[0xe0][0x2][0x86][0xf3]6[0x6][0xfb][0xc7][0x99]e[0x17]r[0xef]"[0x9e]]L[0xbf]^B[0x95]/[0xc5][0x16]\[0x86][0x18].w[0xcc]?[0x19][0xc5][0xe8][0xe1]s[0xbb][0x95][0xa3]F[0x1d][0x11]'[0xdd][0xd9]4[0xb0][0x84][0xf].[0xe6][0xe7] l[0x87][0x83]E[0xdf]g[0xd3]o[0xe1][0xfb]j[0xca]5[0xc5][0xc8][0x9b][0x8a][0xfd]([0xb4][0x9d][0xb3][0x1f][0x86][0x8e][0xe8][[0xa8][0xb2][0x3][0xb9][0x9f]d[0xe7][0xfc]?z[0xeb]Jz[0xeb]*z[0xeb]j[0xda]z[\r][0xf7][0xae][0xe5][0xd9][0xa7][0xe9][0xad][0xeb][0xe8][0xad][0xeb]i[0xdf]g[0xe8][0xad][0xcf][0xfe][0x8f][0xde][0x8a]9[0xde][0x8a]O[0xcc][[0x9][0x92][\r]0VG[0x93]5[0xc7][0xca][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]0[0x8e][0xa2][0x81][0x99][0xc9][0xfa][0xc5]C$[0xab][0x15][0xcc][0x9a][0xb4]L6[0xab](i$[0xb][0xe7][0xa4][0xbb]Z[0xd7][0x86][0xe0][0xad][0xa4][0x8b][0x8f][0xce]A[0x12][0xcf][0xac][0x4][0xbe][0x89]9psJ[0x2][0xcf]q[0x4][0xcc][0xb1][0x5][0xe4][0xa3][0xc0]6[0xdb][0xc9][0x91][0x19]4j[0x9d][0x8e]A[0x9e][0xb2]U[0xb3][0x85][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x84]?U[0xf8]^[0x94][0xaa][0x7]f.[0x8f]`A[0xce]!S[0xb9][0x94]([0x1][0xdc]Fa[0xb7][0x13]X[0xef] l[0xde][0xc9][0x94][0x1e][0xc2]Q[0xb8][0x8b]/s[0xb7][0xf3]B[0x85][0xfc]{[0x81]JX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rT[0xf5];[0xaa][0x96][0xa5][0xa8][0xea][0x81][0xb6][0x1f][0x15]V*o[0xc3][0xc7]l[0xe0]MU$[0xa0]9][0xcd]5[0x96][0x9a][0xd4][0xf2][0x18][\r]+[0xdd][0x12]d*[0x8]g[0xcb]LEa[0xd9][0xca][0xdc][0xaa][0x92]\e[0xc5][0xd0][0xc1][0x17][0xc6][0x1a]b[0x85][0xdd]B>[0xc]p[0xf]U[0xb9][0x97][0x86][0xec][0xa0][0xba];[0x89]6[0xf7]Q[0xbd][0xfb]Y[0x9b][0x1e]`y{[0x90]j[0xef]R[0x6]-g[0x96],[0xa3][0x9a][0xa2]|.)W8[0xa6]5;[0xa6]53[0xd1]/T[0xa6][0xd5][0xa7][0x4][0x9f][0x5][0xfd]rv[0x91][0x1d]r3[0xe1]:[0x80]y4V[0xfd]c[0xb0][0x95][0xbd][0xc5][0xd0][0xb7][0xe2][0xed]b[0xd2]\[0xe2][0x94][0xd1][0x13]T[0xd0][0xd0]=[0x96][0x3][0x16]fB[0xfa]n>[0xc5]#)[0x5][0xc6]c[0xeb][0xa2]I'n[0xf3]8[0xc7][0xe][0xb4][0xf9][0xe9]N[0x9c].Avl[0xe][0xdd][0xa6][0xbb][0x87][0xe0]vm[0xcf][0x8][0xb6]=4[0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb1][0x94]`[0x9b][0xef][0x98]9[0xdf]y[0xc1][0x99])/[0xe8][0x95]`[0x13][0xa3][0xd6][0x88][0xca][0x97][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][\r][0xb7][0xd8])S[0x96][0x14][0xdf][0xe4][0xdf][0x87][0xa9][0xbb]Q[0xce][0x9a][0xbd]h[0x8]S[0xa8]G[0x85]6&[0xd8][0xf7][0x92][0xff][0xbe][0x94]l[0x1a]-[0xd8]R[0xa6]E[0xaa][0x96][0xc][0xf1][0x12]Jm[0xd4][0xf1][0x9][0xdb][0x85][0x9f][0xe4][0xd9][0x95]N[0xa5][0x96]*&[0xf7][0x8b][0xd3][0xe5]O[0xb9][0xf]~[0x9a][0xed][0xcf][0x14][0xfb][0x4][0x5]<[0x99]"[0xb6][0xd8][0x11]kd[0x8a][0x15][0xc8]Xc[0x85][0xec]U[0x8e][0xb9]=[0xb6][0xb8]y[0xe9][0xe2]$[0xad][\r][0xcb][0xd0][0x87]P[0x99])[0xf4]i[0xb2]&E[0xe8][0xa7]i*[0x6][0xb4][0x83]$N[0xae]s4[0xf1][0x12][0xbf]M-[0xa5]5y,[0x11]__[0xe1][0xbf][0x13][0xb9][0xee][0xed][0xf4]P[0xae]k[0xbb][0xff]1,[0xb9]QM[0xf6]`I3[0xab][0xec][0xd2][0x16][0xd6][0xc8]e[0x82]j[0xd2]a[0x95][0xb8][0xf7][0xc2][0xe7][0xda]^%[0xb8][0xb6]<[0x7][0x8a][0xd2][0xbd][0xdd][0xc1][0xaf]Z[0xa2][0x16][0xf8]i[0x9d][0x8b][0xd7][0x89][0x3]o[0xd0][0x81]o[0x12]G[0xfe][0xc5][0xb4][0xfc]7[0x95][0xfd][0xf][0xab][0x2][0xa1][0x5][0xff]e[0xdf][0xb4][0x1f][0x95]x[0x1b]Kp@x[0xa3][0x96][0xba][0xad][0xd1]\[0xe][0xae]Q+'[0xb9][0xeb]Y[0xc2]6S[0xdd]98[0x96][0xd0]p#[0xb5].#[0xb0]w[0xb1][0xa8][0xba][0xc8]g6[0xbe][0xc4][0x99][0xdb])[0xaa][0xd6]Y[0xc4]9[0x8b][0xf0]L[0xdc][0xe3]C[0xae][0x9e][0xeb]9[0x80][0xb9]:[0xbe][0xcc]`[0xe5]?[0x83][0xd8]t[0x93][0x83]k[0xcb][0x15][0xa4][0x10][0x9][0xa5][0xe9]u[0xb3]k[0xbe][0x1f]~&[0xa4][0xc2][0xe9][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x92]_[0x9]+h[0xd7][0xfb][0x18][0x8a]+)[0xef]f[0x15][0xf4]_[0xe1]Zd[0xe4][0x90][0xa7][0xf5][0xa7][0x94]([0xdd][0x9b]7[0xe5][0x1d]PK[0x7][0x8][0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.class[0x9d]T]O[0x13]A[0x14]=[0xd3]V[0x96].[0x8b]-[0x8][0xc8][0x97][0x8a][0x8a][0xd8][0xf]eE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa1]A[0x92][0x82][0x91][0xa4][0xe8]C[0x9][0x9][0xbc][\r][0xdb][0xa1][0x1d]\v[0x9b][0xdd]Y[0xa2]?[0xc5]_[0xe0]+&*F[0x13][0xe3][0x93][0xf][0xfe]([0xe3][0x9d][0xa5]@[0x91][0xa8]I[0xb7][0xd9][0x9d];g[0xee]=s[0xe6][0xcc]L[0xfe][0xfa][0xf2][\r][0xc0]<[0x16][0xd3][0xe8][0xc5]=[0x13]i[0xcc][0x18][0xb8]o"[0x89][0x9c][0x89]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0x8a]&[0x8d]<0[0xf0][0xd0][0xc0],C[0xf6][0x90][0xbb][0xd3]2[0xdc][0xe0][0xad]5[0x8f][0xef][0xba][0xa2][0xce][0xc0]v[0x18]z[0xca][0xd2][0x93]j[0x99]![0x95][0xdb][0xc9]oQS[0xf1][0xeb][0x82]!S[0x95][0x9e]x[0x11][0x1d][0xec][0x8a]`Sg3[0xc]V}[0x87][0xbb][<[0x90][0xba][0xdf][0x6]S[0xaa])C[0x6]k[0xdd][0xf3]DPqy[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]>[0xa9][0xfa]A[0xc3][0xe6]-[0xee]4[0x85][0xed][0xfa][0x8d][0x86][0xf4][0x1a][0xba]-[0xed][0xdb]aK[0xda][0xab]b[0x8f]G[0xae][0xda]l[0x6][0x82][0xd7]+[0xbe][0xa7][0xc4]kE[0xb2][0xa6][0xe7][0x96][0x18]L[0xa7])[0xdd][0xfa][0x16]w#b[0x9f][0xca]U[0xf7][0xf9]![0xb7]#%][0x9b]2[0x96][0xf2][0xf4][0x19][0xfa]Z<[0x10][0x9e]j[0x17]d.[0x8d][0x8f]\T[0xfd][0xa6]u[0xaa]|[0xe1]bj[0xf9][0xa4][0xeb]rRZS[0x1][0x9]^[0xba][0x8c],[0x13]aMq[0xe7][0x15]U[0xc4][0x80][0xbd][0xc5][0xc0]W$[0xb7][0x8b][0xc7]H}[0xc6][0x95]wH[0xb1][0xa3][0xb8]DS^[0x8d][0xa7]J$+[0x18][0xa7]VS[0x8f][0x9c][0x94][0xb7][0xa9]u4[0x82][0xeb]4[0xdd][0xe8][0xd9][0xb4][0x1a][0x19][0xa3]h[0x9c]b[0x3][0x89][0xb1][0x15][0x83][0xa0][0xc9]X[0xe7][0x8d][0xec]*i[0xb9][0xd9]^[0xcd]|{5[0xe9]B[0xf1];z>[0xc1]8[0xfa][0xc7]b[0xd2]g[0x8b]9[0xa1][0xba][0x85][0xa9][0xb8][0xbd][0x8d];1z[0x17][0xd3][0x18][0x8c][0x17][0xcd][0xc8]D[0xfd][0xf4][0xfe][0x6]PK[0x7][0x8][0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.class[0xad]W[0x89][0x14][0xe5][0x19]~f[0x8f][0xcc]fwBBB[0x80][0x10]L[0x0][0x11]C6K[0xa0]"*W[0x81][0x18]%u[0x13][0x90][0x4][0x14][0x14]e[0x9]C[0xb2][0xb0][0xd9][0x8d][0xbb][0xb3][0xd4]h[0xb5]V[0xad][0xda]Z[0xeb][0xd1]K[0xa8]G[0xf]5[0xad][0xd2][0x16][0xac]\b-[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]m[0xb5]Z[0x8f]V[0xeb]Y[0xad][0xed]_[0xe0][0xf][0xa5][0xcf];3;{F[0x3][0xbf]r[0xcc][0xf1]}[0xef][0xbc][0xdf][0xf3]<[0xdf]{|[0xfb][0xec]g[0x8f]>[0xe][0xe0]4[0xfc][0xd7][0xf][0x15][0xdb][0xfd][0x98][0x8d][0x1d][0xe5]|[0xfa][0xb1][0xbc][0xde]%Ow[0xfb]q[0xf][0xee]U[0xf1][0x13][0x1f]~*[0x8f]?S[0xf1]s?[0xfc][0xd8][0xae][0xe2]>?4[0xec][0x90][0xcb][0xfd]*[0x1e]P1[0xec]G[0x15]~![0x97]_[0x6]P[0x89][0x7][0xfd]x[0x8];e[0xfa]W[0xf2][0xfa]k[0xb9][0xfc]&[0x80]][0xd8][0x1d][0xc0][0xc3][0xf8][0xad]\[0x1e]Q[0xb1]'[0x80]z[0xec][0x95][0xcb]>1[0xd8][0xaf][0xe2][0x80][0xdc][0x1f][\r][0xe0] v[0xcb][0xc7][0x8f][0x9][0x94][0xdf][0xc9][0xd8][0xe3][0x1][0xfc][0x1e][0x87][0x2]x[0x2]O[0xca]";|[0xf8][0x83][0x0][0xfe][0xa3][0xcc]=[0xe5][0xc7]a[0x1c][0x91][0xcb]S*[0x9e][0xe] [0x84]gd[0xf8]Y[0x15][0xcf][0xa9]x^[0x81][0xd6][0x11][0x8f][0xeb][0xc9][0xb6]X$[0x95][0xd2]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*;[0xba][0x96][0xb7][0xaf][0xea][0xe8]Y[0xba],[0xdc]~i[0xe7][0xd2][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xc3]["[0xdb]"[0xad][0xb1]H[0xbc][0xaf][0xb5][0xdb]HF[0xe3]}[0xb][0x14]T[0xb4]%[0xe2])#[0x12]7[0xd6]Dbi]AY:[0xa5]wF[0x6][0x15]([0xeb][0x14][0xf8]b[0x89][0xde]H[0xcc]|[0x9d][0x90][0xf3]qOR[0x8f]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x1c]=[0x94]wG[0xfb][0xe2][0x11]#[0x9d][0xe4][0xd7]][0xa5][0xad][0x16]Z[0xc3]i#[0x1a]k[0xa5][0xb7][0x85][0xc5]@[0x8a]G[0x16][0xf3]/[0xe1],[0x8c][0xc6][0xa3][0xc6]b[0x5][0xee][0xa6][0x99]k[0x14]x[0xda][0x12][0x9b][0xb8]Le8[0x1a][0xd7][0xbb][0xd2][0x3][0x1b][0xf5]dOdcL[0x17]n[0xb2][0xce][0x9a]H2*[0xef][0xf6][0xa0][0xc7][0xe8][0x8f]R[0x89]y[0xe1]D[0xb2][0xaf]52[0x18][0xe9][0xed][0xd7][c[0x89][0xbe]>[0xba][0x97][0xfb][0xdc]-[0xad][0xa9][0xc1]h[0xeb][0xd9][0xfa][0xe6]H:fXp[0xa9][0x86][0xa1]_n[0x10]$[0x17][0xf7]4[0xad][0x93]E[0xc7][0xf5]r[0xc6][0xd0]s[0xf8][0x98][0x8a]L[0xe2][0xec][0x88][0xa2]h[0xd1][0x14][0x8d][0xda][0xe3][0x2]d[0x13]_[0x7]"[0xf1]H[0x9f][0x9e]\[0x99]L[0xc][0x12][0xd1][0xac][0x91][0x11][0x99][0x1a][0x89][0x99][0x9e]4[0xa2]zj5_[0xe9].[0x10][0x8d][0xf7][0xeb][0xc9][0xa8]a[0xf1][0xaa][0xe8]6"[0xbd][[0xe9][0xdf][0xe4][0xa9][0xe2][0x5][0x5][0xe7][0x8f][0x8][0xe6][0xc4][0xb5]w[0xf][0xa6][\r][0x5][0xa7]6[0x8d][0xe6][0xb][0xd1][0xc9][0xbd]U[0x1f]R[0xe0][0xdd]f[0x5][0x92]{@D[0xaa][0xcc]_[0x9d]^[0xc7][0xe7][0xef][0xd4][0xd0]`f[0xb7]N?![0xa0]VZ2P[0x8]vi,[0xc6]Hh*XR[0xa0])[0xf4][0xef]m[0x8f][0x1b]I[0x2][0xac][0xcd][0x9f][0x9f]n[0xe][0x13][0x98]2[0xa0]`A[0xa9][0xb9]Q#[0xf9][0x93][0x82]3[0x9b]N[0x88][0x85])_[0x9f]N[0xb9]g[0x94][0x90]{f[0xf1][0x10]k[0x8]9'[0xf5][0x81][0xc4]6R[0xab]-[0xf5][0x91][0xa4]Kob[0x90][0x8c][0xcb]-;S[0x9e][0x9][0xb9][0xa6][0x1d][0x86][0x9e][0x14][0xf1]-cn[0x1f]cs\[0xa9]y[0x5][0xa5]>+AN[0xe2]&8j[Y[0xd6][0xdb][0x1b][0xd3]#I[0xde][0x8d][0x84][0x99]Vc[0x9b]f[0x16][0xc5][0xcc][0x19][0x85]c[0xa3][0x94][0x95][0x89][0xd3][0xcb][0x84][0x8e]D[0xe3][0xa9][0xf3]$6K[0xea][0xc4]:[0xa7]nN$[0xdb][0x99][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BM_[0x90][0x9a][0xcb][0xa2]R0[0xd3][0x3]z[0xd2]B[0xaf][AU[0x16][0xe9]5[0xa2][0x89][0xb8][0x82][0xe6][0xd1][0xaf]`[0xd9][0xa8][0x8d]K[0x10][0xe][0xf5][0xac]1)^[0xb4]p[0xcd][0xfc][0x9c][0xd9][0x15][0x1b][0xb7][0xe8][0xbd][0xc6][0x82][0xc5][0xa3]'2[0xa2]o![0xb8][0xe4][0x8b][0xfc][0xf4]$[0xb3][0x8c][0x8a]a[0x88][0x8b][0xe0]qx[0xa0][0xa2][0xec]F[0x86][0x9e][0xdf][0xad]lg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x19][0xbd][0xab][0x11]X[0xf5]t[[0xb5][0x8d]w[0x5][0xdb]JJ[0xd7]}"r[0x8e]re^D[0x12][0x1f]s[0xdd]n[0xb8]_[0x94][0xf0][0xe][0xf7][0xd0]H[0xfb]\[0xfc]9WcPs[0x8d]63[0xff]k[0xf9][0xd4]10[0x90]6[0xdb][0x7][0xb3]gE[0xb2]+-[0xb5]@[0x8d][0xa6][0xda][0x7][0x6][0x8d]![0xb3][0xbb]2[\r]<[0xa9][0xe8][0x15][0xba][0xf9][0xd2]A[0x88]F[0xc2]r[0xc7][0x92][0xd0]T[0xa2][0x2][0xd1][0xa2]?[0x92][0xea][0xb7][0x1a][0xb2]w0[0x19][0x1d][0xe0]][0xe9]0[0xab]R[0x8a][0xfd][0x94][0xe7])>[0xeb][0x97][0xa5]#[0xb1]TA[0xe6]eb[0x83]Kz[0x13][0x6][0x1b][0x1b][0xd7]Ll[0xdc][0xa2][0xa0][0xf5][0xf3];u[0x89][0x16][0xed]3[0xbf][0xe7]3[0x8f]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xdd][0x89]t[0xb2]W?'*[0xfd]d[0xf2][0x8][0x8d]}[0x96][0x0][0xd1][0xb0][0x10]mrY[0xa4]a[0x1e][0xce][0xd0]p6[0xda]5[0x9c][0x89][0xb3][0xd8]M5[0xfc][0x19]Q0[0xf7]DN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0x8a][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x7];[0xb2][0xcd][[0xc3][0x8b][0xb8][0x8c]G[0x92][0x13][0xf1]=}[0xe]u,[0xd9][0xe3]5l[0xc0]K<[0x17][0xe4][0xd5]H[0x96][0xd2][0xec][0xfb]rn[0x15][0xc7][0x84][0xf1]_[0xe5]r[0xa1][0x86]N[0xbc][0xac][0xe2][0x15][\r][0xc3][0xab][0x1a]^[0xc3][0xeb][0x1a]n[0xc4]M[0x1a][0xde][0xc0][0xdf]U[0xfc]C[0xc3][0x9b]x[0x8b][0x1d]M[0xc3]?q[0x83][0x86][0xb7][0xc5]}M[0x89][0xde][0xa8][0xe1][0x1d][0xbc][0xa4][0xe1][0x1a][0xb9]l[0xc0][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]EC/[0xde]U[0xf1][0x9e][0xdc])[0xf6]u[0x88]k[0x18][0xc4][0xed]*[0xde][0xd7][0xf0][0x1][0xfe][0xa5][0xe2]C[0xb9][0xa4][0xc0]u[0xe5]U[0x1a][0xbe][0x85]ok[0xb8][0x19]7[0xa9][0xf8][0xb7][0x86][0x8f][0xf1][0x1f][0x86][0xfd]q[0x85][0x84][0x86][0xeb]e[0x81][0xdb]p{[0x1e][0x14]+[0xe2][0x18]`[0x9f][0x9f][0xc4][0xab][0xe8]kE<6d!75l9[0x9e][0x93][0x1a][0xab]VV#[0xb3][0xf3][0x19][0x9][0x6]w[0x5][0xf3]/k[0xa8]`6[0xf3][0xe9]8[0xf][0x80][0xd5]t[0xb1],[0x91]`[0xab][0x8c][0xdb]sC[0x85]y[0xe9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OS[0x87][0xd4][0x98]3K[0xa4]\[0x89]$,[0xe5][0xa1]6[0xcb][0xa2]-[0x11][0x8b][0xe9]fo[0x93][0xdf][0x14][0xe9][0xf8]@bSts[0xd4].$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x14][0x9d][0xb6][0x8a][0x9a][0xb7];%[0xe7][0x9a][0x92][0x5]@*[0xa1][0xd9]@[0xbb][0xc5]$[0xbf][0xf3]shA^H[0x9b]6[0xbe][0xa8][0xa3][0xea][0xf8]<[0xf3][0x8c][0xda]R[0xf8]X[0x97][0xba][0x18][0xe]T"n[0xde][0xca]([0x9e][0xd9][0xff]g[0x94][0x2]QJ[0x80][0xea][0xe2][0x3][0xc][0x8f]@[0xa3]m[0xa8][0xe6]q[0xa0]W[0x1f],<=[0x8f][0xbc][0x9][0x14]b[0xe6][0xa8][0xfb][0x8b][0x82][0xb3]F[0xe5][0xb5][0xf4]:c[0xb3][0xa3]v@Q1[0xf3][0xcc][0xbe]b[0xb3][0x88][0x9a][0xf7];[0xc2][0xb6]X[0x80][0xa9][0xfc][0x85]:[0x1b].[0xfe][0xe8][0x9c][0x3]7[0xea][0xf8]sz.xd[0xe7][0xf]k[0x17]|[0xa8][0x96][0x1a][0xca][0xe7]j[0xa9][0xa0][0x1c][0x9f]o[0x8e]/@-[0x9f]Yby][0xcc][0x91][0xb9][0x1c]Sx/k[0xf6][0xec][0x83][0xb2][0xdb][0xb4][0xf9]2[0xaf]~[0xde][0x81]Y[0xf0][0xa2][0x15]K[0xf8][0xa4]YVX[0x8a]e[0xbc][0x8b][0x87]6[0xdb][0xc3]*Z[0x8a]mu[0xf3]>[0xb8][0x9a][0xeb][0xf7][0xc0][0xdd]\[0xbf][0x1f][0x9e]=[0xf0]f[0xbd]U[0xc3][0xc3][0xeb][0x1c]^[0xbf][0x84]r[0xe2][0x1c][0xcb]u[0xc5][0xeb]x[0xeb]K[0xdb]+l[0xcc][0x8c]()[0xfd][0x9c][0x13][0xff]W[0x91][0x9b][0x9b][0xf7])[0xfb]Q[0x16][0xe]V[0xfb][0xf6][0xa2]|[0xd1][0xe4][0xed][0xd0][0xe][0xc2][0xbf]v[0xd2]>[0x4]v[0x1d][0x84][0xb6]v[0x1f]*v[0xd1][0xc6]m[0xae]6[0x9e][0xa8]A[0xce][0x1e]r[0xe][0x90]q%[0xd1]N[0xc4]9[0xe6][0x8a]S,_|[0x13]m<[0x98][0x8c]s[0xb1][0x9c]+[0x6][0xa8]K[0x7][0xc7]\[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xcb][0xa1]|[0x8a][0x89]*[0xce][0xcb][0xc8][0x16][0xa6]I'[0xba]l[0xca]O[0xd1][0x89][0x10]Z[0xd2][0xfc][0x8][0xdc];[0xe0][0xd9][0xcd][0xbb]w/[0xc6][0x1c]BeW[0xe8][0x8][0xc6][0x1c]D[0xd5]Z[0xca]9v[0x18][0x1]y[0xc][0xed]CuW([0xd8]r[0x0]5n\ [0xb6][0xa1][0xfd][0x18][0xb7][0x17][0xb5][0xbb]M[0x8][0x2][0xb9][0x81][[0x9][0x9c][0xc7]k[0x98][0xe4][0xbb]P[0x83][0x15][0x8]b%e:[0x9f][0xf3][0xab]L[0xe8][0xcd][0xd6][0x9a][0x8e]XKh3[0xd7][0xdc][0x96]%[0xa6][0xa5][0x8b]_[0x85]h[0xbf][0x8a][0xe8][0xba][0xed]-[0xb3]Fz8"[0xb4]*[0xe0][0xf6][0x1d]E[0x9d][0x8a][0xd5][0xe7][0xaa]X[0xc3][0xe9][0xb]p[0xa1][0xa5][0xb2][0xd2]@[0x13]Q[0xcd]([0xa6][0xd4][0xd9]r[0x4]5[0xc2]#x[0x0][0xe3][0x15]dy[0xb5][0x90]W'[0x7]'(8[0x80][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]B[0x7]P[0xa7]`;f[0xf0]a[0x92][0x82]C[0xa8][0x9f][0xef]i[0xa9][0xf3][0x1c][0xc0]d[0x5]r;I[0xc]E[0x83][0xe1]c[0xaf][0x8a][0xff][0x96]B[0x19]fPy`5[0x4][0x9d][0x8f][0xd8]j[0xb0][0x96][0x11][0xbe][0x8e][0xf4].[0x82][0x8e][0x8b][0xd1][0x8f][0xf5]H[0xe1][0x12]G[0x8e][0x95][0xdc][0xb5][0xb5][0x9c][0x13]a[0xc]G[0x18][0x83][0x96][0xab]L[0xf2][0x11]S[0xe][0x97])[0x87][0xec][0xbc]e[0xbf][0xde][0xb6][0xbf][0x98][0xc2]d[0xac]z[0xec][0x9d]g[0xec]P[0xa2][0x6][[0xa2][0xa3][0xd0]T\[0xf2][0x9][0xb7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]Ki[0xbf][0x81][0xf6]V[0x18]\[0xcf][0x11][0x89][0xa6][0x86]|[0xad]Te[0x18][0x15]-[0xd4][0xa5][0xc1]E[0x9][0x1a]w9[0xec][0xac][0x9c][0xda][0xc8]X[0xeb][0xcd][0x89][0xc5][0x6][0x7]w[0x83][0xbd][0xa1][0x1]b[0xca][0xe2][0xd6][0x9c][0x91][0xc]F[\r][0xae][0xa3][0xa8]![0xc4][0xe][0x95][0xde][0x14]z[0xdb]d#z[0xd8][0xe][0xcc][0x96]\D[0x87][0xd1][0x98][0xd9]-F[0xe1][0x1]Lq[0x8d][0x10][0x84][0x93][0x98][0xdf][0xa0][0xc6][0x1]D[0x99]3[[0x98]3[[0x89]1F[0xf6]qG[0xf1][0x89]D[0xa2][0x9b]![0xc6]U[0x1c][0xe4]-[0xe][0xf2][0xa9]9[0xc8]%[0xbb]-{[0x9]@k.[0xc3][0xc1][0x7][0xe5]([0x82][0xe4][0xc0][0xaf]6[0xa3][0xcf][0xce][0xf5][0xa3][0xb4][0x13][0xc]][0xf9][0xf8][0x97]:[0xf8][0x9]*s[0xd2]#[0xd1]d[0x86]Z[0xbd]<[0x99][0xb1][0xd6]8[0xdf][0x1b][0xaa][0xf3]Z[0xf4][0x86][0x8f][0xbd]S[0x92][0xe1]4[0xae][0xb]\F,I2L[0x11][0x9d][0xc1][0x8a][0x93][0xe6][0xdc]62[0xf9]*S|[0xc8]d:[0x97][0xb9]0[0x8f][0xb1][0xb8][0xc2]|[0x9a][0xc8][0x9a][0x9a][0xe1][0xdc][0xe5]p[0xee][0xa2]RQ[0x93]s[A[0x94]Y[0xf6]=[0xb6]}?[0x95][0xcc]Xe[0xd8][0x8f][0x83][0xfb]3L!{[0xf3][0x1f][0x3]l[0xea]'[0x8c][0xe]+[0xc6][0xb6][0xd2]:[0xe6][0xd4][0xe7]y[0xbc]K[0x8a][0xfb],E[0xa6][0x15]V[0xe8][0xab][0x98]+W[0xe7]Th[0x9f]S[0xa1][0x7][0xb8]k[0x96][0xaa][0xad][0xb6][0xf]o[0xf3]^[0x9c][0xbc][0xcb]qPf[0xe]^[0x9b][0xf3][0xb1][0xd7][0xfe][0xd8][0x2][0x92][0xe0][0xd8] [0xc5][0xb2][0x80]\g[0x7]{c[0xfe][0xd6][0x8c][0x95]@[0x9f][0xee][0xe2]N[0xa8][0x9e]ax[0xdc];[0xb][0xa2][0xfd]F2[0xbf])'[0xda][0x1b][0x1d][0xfd][0x1a][0x9d][0x98][0x19]W[0x14][0xed][0xe3]r[0xb4][0xf2]K[0xb4][0x9f]D[0xa1][0x96][0x8][0x8b]$w[0xcd]b[0xf5][0x81]][0xb1][0x96][0xe7]g[0x9f]gwK[0x89][0x8a]tJNE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]V[0xa4]S[0xdc][0x18]>[0xf6]Za1[0xbe][0x85]8[0xbe][0xcb]([0xb9][0x15]U[0xb8][0x9d]U[0xe8][0xe][0xf6][0xa4][0xef][0xb1][|[0xdf][0xc9][0x85][0xd9][0xc4]i[0xd8][0xd5]g[0xb9][0xc3]k9[0xe3]i[0x9b][0xc9]bQA\X[0xf6][0xeb]m[0xfb]4[0xe3]-c[0x95][0xe1]:[0x16][0xee][0xa3][0xa8]"[0xd7][0xa3][0x8][0x98]q[0xd1]l[0xef][0xc5][0xe5]&[0xf5]![0x9b][0xfa][0xa7]t!i[0x12][0xce][0xef];[0x9e][0xdd][0xa1],[0xf5][0x9c][0x1c]9[0xd5][0xc9][0x91][0xfa][0xf9][0xde][0xa0][0xe4][0x88][0xb0][0xf7][0x9a][0xec])[0xd6][0xc][0xf][0xe9][0xbf]RH[0xff]NB[0xdb]N[0xfa];H[0xff].[0xb6][0xec][0xbb][0x9][0xf9][0x1e]v[0xa8]{[0x9d][0x4]9[0x8d][0xc5]T[0xe8][0xcb]&[0x84][0x1d][0xfa]a[0x12][0xbb][0xc2][0x8c][0xa6]0[0xae][0xc4][0xd7][0x88]8[0xc0][0xb9]lW[0x12][0xe1][0xac]/[0xd7][0xdb]_[0xa6][0x19][0xc4][0x19][0xfb][0xab][0x1d][0xfb]L[0xcf][0xca][0x91][0xc4][0xaa][0xc5]![[0x92][0xaf][0xf3][0xa3]k[0xf0][\r][[0x92][0x13][0xab][0xc5][0xf7]q[0xb1][0xfb][0xff][0x8f][0xb5][0xd8]Bv-[0xad][0xae]s[0xb2][0xef]jz[0x96][0xb5][0xa6]e[0x91][0x85][0x83]GP!5m[0x1f]N[0xb5]{i[0x90][0xd5][0xad][0x10][0xdd][0x83]\[0xeb][0xa1][0x9c]s[0xd2]4[0x1b]][0x0][0x13]LLJ[0xe][0xa6][0x9]&&%[0x8b][0xc9][0xe9][0xf2][0xd9]d[0xbe][0xde][0xc1]t[0xba]][0x11][0x2]YL[0x85]uaWN][0x8][0x14][0xd5][0x85]o[0xe2][0x6][0xbb].[0xc][0xf1][0xee][0xca][0x17]>[0x1c]<[0xc][0xcd]:,[0xec][0x18][0xa1],[0xec][0xa1][0xcf][0xbd]9[0xd4][0x1a][0x1c]j5E[0xd4]jr[0xa8][0x5]$[0x1a]x0[[0xed]6[0xab][0x1][0x1c][0xdb]0[0xc][0x1b][0xc6][0xa4]|[0x95]U[0xf7]0[0xca]-([0x85][0x10][0xe][0xd2][0xd9]c9[0x10]&9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]*[0x8b] T[0xe6]@[0xf0]gv[0xbc]][0x10][0xf0][0xb7][0xb1][0x8d] m#[0xa8][0xcb]G[0xe0][0xab]n[0x1a][0x86][0x1a][0xdc][0x8b][0x99][0x85][0xdb][0xfb][0x4][0x1d]?[0x99][0x3][0xa0][0xce][0x1]0[0xa6][0x8][0xc0][0x98][0xc2][0xed][0x1d]G[0x0]mV[0xfb][0xbf][0xd9][0x11][0xe1][0x5][0xfa][0x91][0xe2]2[0xaf][0xaa]q[0xa1]gQNq[0xa8]j[0x9c][0xdc][0x1f][0xb2][0xd5]`[0x8d]h[0xe6])f[0x91][0x8c][0xc9]ao?[0x8][0xae]e[0xc3][0xa2][0xc9]Y[0x81][0xac][0x83][0xc0][0x11][0x6][0xee][0xd3][0xcc][0xd1]gX[0x1][0x9e][0xc5]t<[0xc7][0x84]x>[0xe7]$:[0xcf][0xc6][0xeb]f>[0x87][0xe5]R[0xa1][0xed][0x1c][0x96][0xcc][[0x88][0xa2][0x8a]G[0xb9][0xfc][0x93][0xa8]5[0x92][0xc9][0xea][0x93][0xe1]:[0xc6][0xb3][0xb7]G[0xc5][0xad][0x8a]b[0x9e][0x2][0x94]c[0xfc]<[0xfb][0xee]RD[0xdd][0xdb]XyMj[0xca]|:[0x95]r[0x11]i[0xe]>[0x0][0xaf]g'[0x95][0xf5][0xba]w[0x6][0x9f][0x80][0xba][0x1d][0xb5][0xc1]CP;[0x85]K[0xb][0xff][0xdf]kO[0x84]v[0x98][0xf][0x87][0x10][0xea][0xcc]Q[0x82][0xf5]n[0x96][0x14]G[0xaa][0xe1][0xaf][0xf3][0x1c]F[0xb5]{gH[0xca]c[0xab][0xb][0xa6][0xbd]'[0xab][0x82][0x9c][0xc2][0x81][0x17][0xb9][0xec]K[0xac][0x88]/s[0x17]^[0xe1][0x9][0xfa]U[0x16][0xf1][0xd7][0xb8]W[0xaf]S[0x91]7[0xc8][0xe9]M[0x16][0xa4][0xb7][0xd8]b[0xdf][0xa6]:[0xef][0xf0][0xbb]w[0xd9]"[0xde]c[0x9d]|[0x9f][0x87][0xcd][0xf][0xa8][0xc0][0x87][0xac]s[0x1f][0xf1][0xe0][0xf8][0xb1][0xa9][0xdc]b*[G/wP9[0xd9][0xf3][0x88]Sp"l._#[0xd9][0xb9][0xf4]w[0x7][0x9b][0x8c][0xe4][0xe2]4[[0xc3]s[0xb9]#?[0xe0][0x93][0xc7]9VYs=[0xce]\[0xf][0xe7]D[0xd7][0x1a][0x94][0xa9][0xde][0x89][0xbe][0xcf]0M[0xc5][0xf][0xad][0xf3][0x5][0xc3][0x5]?2[0x13][0xf7]N[0xfe][0xfa][0x92][0xdf]X.[0x6][0xa0][0xfc][0xf1][0xa1][0x9e][0x91][0xbd][0xae][0xac][0xfc]PK[0x7][0x8] [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.class[0xbd]XytT[0xd5][0x1d][0xfe]nf&/[0x99]L[0x16][0xb3][0x90][0x84][0x90][0x5]![0x90][0xcc]$D$[0xe2]B[0x88]b05[0x98]Di"[0x8][0xd4][0xea]K[0xf2]H[0x6]'3[0xe3],[0x8]b-n[0xdd][0xd4][0xb6]Z[0xbb][0xa0][0xb8][0xd4][0x8d].h[0x83]K[0x0]-[0x88][0xb5][0x85]j[[0xad]Z[0xb7].z[0xda][0x9e].[0xfe][0xd3][0x9e][0xb6][0xa7][0xdb]9T[0xfb][0xdd][0xfb]^[0xde][0xbc][0x99]L@9=[0xe5][0xc0]{o[0xee]}[0xf7][0xf7][0xfb]~[0xdf]o}[0xbc][0xf0][0xde]S[0x7][0x1],[0xc1][0xdb]^4[0xe2][0xae]|[0x94]a[0xa7][0xbc][0xdc][0xed][0xc5]b[0xdc][0xa3][0xe1]^/<[0xb8]K^[0xee][0xf3]r[0xf9][0xeb][0xf2][0xe9]~yy@[0xbe][0xf0]`[0x1][0x1e][0xc2][0xc3][0xf2][0xe7]./[0xbe][0x81]o[0xca][0xa7]o[0xc9][0x8d]o[0xcb][0xa7][0xdd][0xf2][0xf2][0x88][0x86]G5|G>N[0xc8][0xcb][0x1e]yyL^[0x1e].[0xc0][0xe3]xB>[0xa9][0xcb][0x93][0x1a]&[0xf3][0xb0]W>[0xee][0x93][0x97][0xfd]R[0x9f]R[0xf5][0x94][0xbc]<-/[0xdf][0xd5]p@[0xc3]A[0xf9][0xf8]L[0x1e][0xe][0xc9][0xfb][0xb3]^|[0xf][0xcf]y[0xf1]}[0xfc]@[0xc3][0xe1]<[0x1c][0xf1]"[0x80][0x1f][0xca][0x9d][0xe7]5[0xfc]H[0xca][0xb8]O[0xc3][0x8f]%[0xa6][0xbb]4[0xfc]D[0xa0]$n[0xc4][0x82]zh[0x8d][0x11][0x8b][0x7]#[0xe1][0x8b]{V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]U[0x2][0x85]][0x91]p<[0xa1][0x87][0x13]k[0xf4]P[0xd2][0xf0]@[0xfe][0xe9]+[0xb9]I[0xc0]30[0xb8][0xa2][0xeb][0x2][0x81][0xca][0xde]M[0xfa]f[0xbd]-[0xa4][0x87]G[0xdb][0x6][0xc7]b[0x86]>[0xd2][0x1b][0x19][0xd6]C[0xcb][0x4][0xf2][0x7][0x82][0xa3]a=[0x91][0x8c][0x19][0x2][0xab][0xb3][0xbf][0xd5][0xd1][0x1b][0x89][0x8d][0xb6][0xe9]Q}x[0xcc]h[0xb]EFG[0x83][0xdc][0xe7][0xbd]}S[<[0x1a]l[0xeb]K&[0xf4][0xa1][0x90]a[0x1e] [0x90][0x84][0xb1]%1[0x90][0xd0][0x87][0xaf]X[0xd6]I[0xf9]y[0xc9][0xb8][0xa1]~[0x11][0xe9]z[0x81][0xdc][0x8e]`8[0x98][0xe8][0x14]p7[0xad]o^[0xc3][Wd[0x84][0x9a][0x8b]{[0x83]a[0xa3]?9>d[0xc4][0x6][0xa5]0[0x81]R[0xa5]z[0x8d]Ns[0xa5]ps[0xd1][0x9d][0x18][0xb][0xc6][0x5][0xce]86[0xa0][0x95][0xc6]F=[0x19]Jd[0x1]$P6j$[0xfa]#[0xe1][0xfe]d([0xa4][0x96][0xba]"[0xd1][0xad][0x2]g55[0x9f][0xa8][0x8d]4i[0xb3]$[0xfd][0xf8][0xb0][0x8e]%[0xa3]P=[0xf4][0xe9]Qe([0x3][0x97]A'[0xe0][0xd2]GF[0x4]*[0x9a][0x1c]n[0x19]H[0xc4](uY3[0xa9][0x14]q[0xc9][0xd2][0xb4]-[0xb2]4[0xac][0x8c][0xca][0xe5][0xe9][0x15][0xa1][0x90]@[0xb5]% [0x99][0x8][0x86][0xda][0xba]"[0xa1][0x90]1[0x9c]`[0xf4](!Z\[0x9d][0xa2][0xa8]Y[0xd9]_[0x92][0x1b]i[0x9e][0xd8][0x1a][0x9d][0xf2]F [0xeb][0x89][0x8e][0xc0]tL2[0x10][0x16]eG[0x91][0xfd]u[0x9]-W[0x8f][0xf7][0x6][0xe3][0x9][0x1a]I[0xef][0xa4][0x8e][0xca]5[0x8a][0m[0xb1]#[0xbb]^[0xcf]p[0xc8][0xd0]c$[0xb3]I[0xc6][[0xde]0[0x89][0xd7][0x83][0xe1]x[0x6][0xaf][0x17][0xe]m"[0x1e][0x93][0xd7]H:[0xaf][0xd6][0x96]@[0xc1][0xd4]Y[0xc5][0xaa][0x16]Q[0xeb][0x14]T[0x9d][0xdd]0[0xbf][0xd4]>g[0x6][0xab][0xfd][0xa6][0x8d]K[0x8e][0x17]x[0xd9]#[0xce][0xb8]2[0xa9][0x87][0xa8][0xd9][0x13]I[0x8c][0x19][0xd2]6b[0x11]X|[0x2][0xa2][0xf2][0x98][0xf]+[0x8d]hbL[0x11][0xd4][0xc3][0x85]1=>f&[0xa5]'[0x1a][0xb][0x8e][0xf3].[0xb8][0x9c][0x1b]3[0xe2][0xcc])[0x96]CZ[0x1e][0x8c][0x9f]7[0x1e]MlUGhD^0a[0xc4][0xf4]D[0x84]@f[0xa5]y[0xa5][0xc7]Z[0x97]^0[0xcc][0x13]%[0xd3]=9[0xff][0x83][0xf9][0xd1][0x9f]U[0xf4][0xc]/[0xbb][0xa3][0x86][0xc1][0x8a]S>u&=A\[0xd1]HT[0xbe][0x93][0x8c][0x8f][0xcd][0x90]^[0x8c][0x14]m[0xdc][0x88][0xc7][0xf5]QC[0xd9]>[0x1e][0xd9][0xcc][0x87]|[0xf3]A[0xb9][0x9f][0xcf]2[0x16][0xd4][0xb3];[0x1e][0xbc][0x9a][0xdb]Z"[0xb2]"[0x16][0xd3][0xb7]J[0x99][0xcd][0x1b][0xb2]EPSS[0x96][0xe5][0xec][0xaf][0xe6][0xc8][0xc8]*[0xcb][0xba][0xe5][0xde]08[0xc8][C[0xc7][0xe0]Y[0xd3][0xb7];[0x9b][0xe4]n[0xb3][0xf9]J^"bZ[0xc4][0xce][0xc3]_[0x1b]#[0xb1]q=1[0x18]I[0x85][0xa5][0xc3][0xe8]s[0x93][0xc1][0xd0][0x88][0x11]S[0xb6][0xe7][0xe]%7n[0x94][0x81]U=[0xe3]k[0xb2][0x18]3g[0xe8][0xf1]gO8l[0xc4][0xba]Bz<.[0x8b][0xe7][0xe9][0xc7][0xca][0x84][0xb4][0xd0][0x9d][0x9f][0x19][0xc2][0x1d][0xc3]![0xab][0xa9]x[0x7]"[0xc9][0xd8][0xb0][0xd1][0x1d][0x94][0xe5][0xa9]n[0xc6]>[0xb0]H[0x1a][0xe5][0xc3][0xd9][0xb8][0xd4][0x87][0xe5][0xe8][0xf4][0xe1]L[0x9c][0xe5][0xc3][0x8b]xI`[0xe9][0x89][0x95]p[0x1f]Vc[0xa3][0xf][0xdd][0xf8][0x88][0xf]}[0xe8][0xf7][0xe1][0xa7]R[0xf6][0xcb]xE[0xc3][0xab]>[0xc4][0x10][0xf7][0xe1][0xa3][0x18][0xd0][0xf0]3[0x1f]^[0xc3]z[0x1f][0xd6][0xc9][0xcb]v[0xf9][0xce][0xc7]q[0x99][0xf]C[0x18]8[0x9e][0xea][0x19][0x8d][0x11]h[0xfb][0x90]i[0xef][0xc3][0xa8]Tz[0x5]B>[0x8c]#[0xa4][0xe1]u[0x1f][0x12]H[0xfa]p[0x3][0xe8][0xa6][0xc6][0x19][0xa5][0xa9][0xc4][0x1b][0x98][0xea][0x17][0xf0][0xe1]jl[0xf3][0xe1][0x1a]y[0xd9].[0x5]^[0x87][0x1][0x1f][0xae][0x97][0xa6][0x94]dFM[0xda][0x92][0x19][0xa9]>[0xdc][0x88]O1[0xce]7[0x90][0x84][0x9b][0xb1]M[0xc3][0x1b]>[0xbc][0x89][0xb7]4[0xfc][0xdc][0x87]_[0xe0][0x97][0x2]'[0xa7]N[0xf4][0xb0]n[0x8e][0xea][0xa1][0x15][0xb1][0xd1][0xe4][0xb8][0x11]N[0x9c][0xb7]e[0x98][0xc1][0xc6]2[0xca]6[0xd0][0xa7]o[0x9][0x8e]'[0xc7][0x1b][0xe2][0xd2][0xb2][0x6][0x15][0x84][\r][0xc3]z8[0x1c]I4[0xc][0x19][\r]a[0x1e]K[0x4]7[0x1b][0xd2][0xd9][0xd7][0xfa]p[0x1b]n[0xd7][0xf0]+[0x96][0xdd][0x13][0x88]4fu[0xd6][0xe9][0xe8]X[0x8e]s0f[0xe5]M[0xb7]J[0xc1][0x84][0xd9]@][0xcc][0x95][0xcc]"egy[0xee][0xc6][0x98]a[0xc8][0xb2][0xe2][0x8a][0xcb][0xb7][0xb2]v+[0xe6]]y[0xb6][0xf6]2[0x85]5c[0x99]^[0xcb]Wu[0xd8][0xec][0xab]E[0xe9]u[0x97][0xb9];C[0xb2][0xcb]^[0x1c][0x8d][0x1a]a[0xe]#[0xad][0xd9][0xaa][0xe5]1[0x8a]D[0xcb][0x87][0xe0][0x86][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L=j[0x8c]M[0x8d][0xc]Y$g'c[0xc1][0x7][0xf3]+[0xe6]r[0xb0]nD[0xe][0xca][0xf9][0xe9][0xe0][0xc2]l[0xb4][0xe3]4[0xd0][0x8f][0x9c][0x9a]sp:[0xb3][0x1e][0xf0][0xf7]2[0xf5][0xbb][0x3][0xa5][0xb2]H[0xf0][0xb9][0x8e]kg[0xe3][0x1c]^W[0xf0]W7[0xf7]rx[0xf7][0xfa][0xf7]B[0xf8]k[0x9e]D[0xce][0x1e][0xf5][0xfe][0xb9][0xbc][0x16]Q*[0xd0][0xc]7[0xfc][0xc8][0xe7]D[0xdf][0xc5]_[0xb3][0xcc][0xb7][0xb1][0x12][0xe7][0xa9][0xf9][0xdc][0xab][0xa4]2[0x1]d[0xd5][0xb0]d[0x8e][2[0xe7]=[0x6][0xd7]$[0xdc][0x87][0xe0][0xe9][\r][0x1c]A[0xe1][0xd3][0xf0][0xac][0xdb][0x8b][0xdc]][0xd0][0x2][0x93][0xd0][0xb8][0xca][0xbf][0x13]|[0xcd][0xa5][0x94]y[0xd5][0x91]E[0xbc][0xb7]9[0x14][0xcd][0xb3][0x14]yQ[0x8d][0xf3][0xd1]C[0x5][0xab] s6[0xe7]([0xaa]4\[0xd0][0xa5][0xa1][0x97]k[0xac]U[0x96][0xea][0xed]<%A[0xcf][0xf5]?[0x81][0x9c];[0xe1]q[0xed][0xa6]]y}-[0xd4][0x98][0xbf][0xb6]e[0x12]^B[0xe2][0xad][0xc0][0xbd][0xdb]V\[0x7][0x8d][0xd7]v^O[0xa3][0x95][0xa7][0xd3][0xea]3[0xc8][0xe8][0x99][0xa8]"{[0xf5]dO[0x82]i0[0x85][0xda]V[0xcf][0xc5][0x85][0xb8][0x88]*[0x8b][0xe8][0x81][0xd5][0x84][0x95][0xa3]`[0xb9] [0xf2][0xb9][0xc8][0x12][0xc9][0x5][0x89]f[0xa7][0x85][0xc6]/[0xd1][0xec][0x80]/[0xb0][0x1f]>[0x81][0x1d]i[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xc1]r;`[0x9d][0x83][0x12]J*%[0x88]J*[0xaf][0xa5][0xfa][0xb9]$[0xba][0x89]T[0xa7]`[0xf9]mX~[0xc][0xe2]b"[0xa8][0xb4]a[0xad]Ql[0x9]ko[0xad][0xc5][0x9f][0x1b]9%S[0x81]q[0x9][0xd7]X[0xc7]-[0xc4][0x86]r%P[0x99][0xe6]:m[0x1f][0x8a]&[0x88][0xb5]8[0xe5][0xae]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xc9][0xf7][0x92][0xfc]"[0xd2]_J>Rn[0xab][0xb4][0xdd]V[0xe8]p[[0x1e][0xc4]Q[0x94][0xd2]m[0x96][0xea][\r]\[0xff][0x18].[0xb5]\'cW[0x2][0xd5][0x94][0xea][0x92]T[0x18][0x9a][0x91]q1riM[0x97]m[0x8f]f[0xa9][0x10][0xb2][0xf7]X"[0xc2][0x16][0xdf]sl[0xf4]}-[0x87]Q,i>i[0x7]4[0xf7].[0xb8]])[0xc7][0x9b]r[0xd7][0xf3][0xbe][0xc1][0xc1][0xe6][0x1c][0x9b][0xcd]9[0xb8][0x1c]:%{i[0xdc][0xf9][0xb6][0x93][0xbd]2[0xf6]f[0xd3][0x88]s$[0xdc]![0xdb][0xd7]wX[0xba][0x17][0xda]Nv[0xef][0x9e][0xe][0xa3][0xd4][0x9][0xc3][0xed]`[0xf2]r[0xc6][0x9e][0x8e][0x2][0x8c][0xa0][0x82]NH[0xc1]Yh[0xc3]Y[0x88]a[0xe5][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]N[0xca][0xb9]ro[0xc4]b[0xb9][0x0][0xae][0x82][0xa3][0xa8]6[0x11][0x9a]DK[0xaf][0xb2][0xb3][,[0xc5][0xad][0xf4][0x9c]/z[0xcd][0xb8]<[0xc9][0xc6][0xb9][0xae][0xf7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]<[0x95][0xe][0xd7]2[0x1d][0xbe][0x89]'[0xaf][0xa0]{CL[0x8d][0xb0][0xc3][0xe1][0xf3]-[0x98]98[0xd9][0xe1][0xf0]|[0xc9]U%[0x91]h\[0x18][0xb5][0xdd][0xf4]._[0x93][0xc2]V[0xf9][0x3][0xf]K[0x9a][0x18]a[0xcc][0x88][0xc0][0xb3]([0xdb][0x81][0x8a][0xc0]![0x94][0xf5]I\-[0xfc]w[0xaf][0xb5]Q[0xae]R[0x99][[0xe5]}6[0xd6][0xfe]Vu[0xac][0x95]yS[0x91]rj'[0x8a][0x95][0x89][0x1e][0xce][0x2][0x1a]6[0x93][0x8d][0xab][0x18][0x83][[0x99][0xd1]W[0xb3][0x84]l#[0xd0]k[0xb0][0x0][0x9f]D+KE[0x1b][0xdb]|;[0xc7][0x85]N[0xf6][0xf0]sq[0x13]M[0xf8][0xb4]2[0xa9][0x9d][0xa7][0xab]yj[0x8c]&I[0xe3]V[0xd9]>X[0x85][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]v[0x9a]=[0xa6][0xc8][0xe8][0xa4][0x7][0xa4][0xc1].ep1<[0x9a][0xa7]*[0xef]?(ga[0x92][0x81].[0xe4]|b[0x99]}Y[0xf6][0xdc]r[0x99][0x5]qVf`[0xde][0xc2][0xfb][0xad][0xc7][0xcd])[0x15][0x8e]2[0xa7][0xba]d8[0x8e][0xdb][0xca][0x1e][0xb4]8v[0xd4][0xe0][0x92][0xfa][0xe5][0xee][0xce][0x92][0xfa][0xda]1[0x87][0xd6][0xca][0xcb];kS[0x8a]gA[0xfe][0xa7][0xcb][0xed][0x14][0xfa]%*[0xb9][0x83][0xe6]|[0x85][0xf5][0xe6][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xdf][0x14]7[0xad][0x1e][0x17][0xf2]T[0x18][0x11][0xaa]+&[0xc9]Q>[0x99]T[0xcc]C[0xce][0xfb][0xa8][0x81][[0xc3][0x95]D'[0x88]N[0xbc][0xcf][0xad][0xd4][0xef][0x1c][0xb9]&[0x87]J[0xb][0xf1][0x88]EO[0x8d][0x83][0x9e][0xc3][0xf0][0x12]d[0xd5]L[0xb9][0xbb][0x93][0xf7][0xbb][0x1d][0x14][0xd5][0xd8][0xe8]NrP[0xc4][0x84]8[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*u[0xa9][0x94][0xe5][0x8c]h[0xa5][0xec]-[0xfc]%s[0xac].[0xcd]!E,v}-[0xfb]Q- S`[0xf6][0x84][0x9d][0xa9]&=[0xf7]S[0xfc][0x3][0xac]y[0xf]2%[0x1e]"[\r][0xbb][0xec]l-U[0x11]w[0x95][0x82]RgC)[0xb7][0xa0]Le[0xab][0xf9][0xd6][0x16][0xab][0x9c][0xa8][0x9a]X[0x9d][0xaa][0x89][[0xf9][0x6][0x7]R[0x8b][0x93][0x90][0xc5]I[0xed]4Nj[0xee]Dni[0xad][0x4]X[0x97][0x99][0xa3][0xbb][0xa9][0xf4][0x11][0x96][0x89]G[0xd9][0xc2]&[0x1c][0xec][0xd4][0xda][0x90][0xca]2sT[0xb2][0x93][0xc3][0x85]kl[0xcd][0xfb][0xac][0xf8][0xe9]0[0x1b][0xa9][0xd4]u[0xc][0xc][0x9a][0xaa]q[0x93][0xa8][0xef]w4[0xb3][0xd6][0x14]0?[0x95][0x2]O[0xd2]rnSv9[0xf6][0xb3][0x80]<[0xcd]bq[0x80]{[0x7][0x99][0x89][0xcf]p[0x86]9[0xc4][0x8e][0xfb][0xac]#[0xd8]:,[0xc0][0xe5]lx&`?M4[0x1b][[0x1b][0x3]/[0xca][0x9e][0xe3][0xb2][0xb2][0xc0][0xe5]=*[0x93]NY[0xf1][0x9]\kYq[0x89]U[0xea][0x8a]M+[0xdc]{[0xfc][0x4][0xdb][0xb0]vO[0x6]c[0x87][0x9][0xec][0x8]][0xf1]<[0xdd][0xfa][0x82][0x83][0xb1]b;[0xf1][0x8b]Y2.[0xb2][0x18]c[0x9b][0xa7][0xd7][0xe4][0xc7][0x82][0xa5][0xe5]9[0xbe],#c[0xb9]=t[0xa4][0x15]~o[0x8b][0xa2][0x8a][0xcb]-&S[0xfd][0xad]D1w[0xa9][0xbb][0xd5][0xe4][0x8a][0xb7][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]@b[0x92][0xf5]"1[0xbd]D[0xef][0xbc]Lo[0xbd][0xc2]pz[0x95]![0xf6][0x1a][0x89]x[0x9d][0xa6][0xbf]A[0xb2][0xde]$Yo[0xd9][0xe5][0x8a][0xca]m[0xac][0xcb][0xad][0xbe]UFIf[0xa3]hb4[0xac]VE[0xaa][0x8d][0x16]FY[0xb4][0xdc]S[0xb4][0xe5][0x9b][0xb4][0xc9][0xc4][0xb8][0xce][0xee]e[0xef]X[0x6]uO[0x9f][[0xa6]YV[0xb5]#[0xd3][0xb2][0x93][0xb3]X[0xe6]vX[0xf6]6g[0x9a]w[0xc8][0xfc][0xaf][0xd9]a[0xc3][0xd6][0xf5][[0x8e][0x98][0xbf][0xc3]b[0xfc][0x9e][0x83][0xd7][0x1f][0xe8][0xf4]?[0xd2][0xaa]w[0x1d][0x96]u[0xdb][0x96]u[-p[0x8e]m[0xd9]b[0xdb][0xb2]3l[0xcb]Rm[0xb1];[0xad]-[0xba]K[0xc4][0x94][0xb1][0xa9][0xb6]x[0xfd][0xff][0xc8][0xe8]y[0xc7]1[0xfa]O4[0xfa][0xcf]4[0xfa]/[0x4][0xff]W[0x1a][0xfd]7[0x1a][0xfd]w[0xc2][0xff][0x7][0x81][0xff][0x93]F[0xff][0x8b][0x6][0xff][0xfb][0xff]e[0xf4][\r][0x1f][0xb0]'[0xd5]d[0x16][0xdc][0xf7]x[0xff]C[0xf6][0xa4][0x1b][0xd9]Y[0xd3][0xbf][0xb][0xea][0xd3][0x94][0xe5][0xb9][0xe]`[0xfe]D@[0xaa];[0x80][0xc6]I,[0xc8][0xa8]g[0xc2][\r][0xaf][0xf0][0xa0]H[0xe4][0xa2][0x8c][0x89][0x97]R^o+[0xaf] [0x9]iCf[0x99][0xd9]{[0xf9]in9[0xf7]vJt[0xa5][0xa9][0xee]ka[0xa9][0xf][0x1c][0xbc][0x87][0x86][0xba][0xc4]@`BNg[0xb]R[0xb5]~6[0xc7]M[0x88]B[0xaa].[0xa2][0xea]b[0xaa].A[0xa5](eW(wLg[0xf5][0xb6][0x97][0xea]9;|F[\r][0x8b]&[0x18][0xe7]t&[0xf7]>[0x9b]9[0x12]M[0xf9][0xe3]s[0xdc][0xb8][0xd9].[0xbb]C[0x96]?[0xaa][0xd2])*]h:[0xa4])[0xe3]{IT[0x13][0xe0]l[0x7]'U6'E[0x99][0xdf]Ke[0xe6][0xf7][0x92]lz[0xb7][0xe2][0xf3][0x96][0xbe]m[0xd6][0xd4]Z[0x97][0xc6]Ka[0xa0]t[0xe1]$[0x9a][0xd7][0xee]B^[0xa0]e[0x1f][0xfc][0xa9]z[0xa9]Z[0xa0][0xa8][0xa7][0xd6][0x6][0xd2]2[0x17]Ub[0x1e]jE[0xa3][0x83][0x92]:[0x9b][0x92]:|[0x1]_T[0x94][0x94];[0xe6][0xe7][0xfc][0xa9]o77[0xb7]n[0xa3]cL {[0xe4]l[0xc0][0xfb][0xd2][0x9a][0x9d][0xf2]K1[0xb0][0xae][0xb4]e/Z[0x9f]I[0x83][0xe5][0xde]cg\[0xcd]$[0x16]9[0xf2]-[0x5]Pe[0x9b][0xe0]7[0xab][0xf0][0x13]`[0xb][0x1][0xb6]b[0x8e]XD[0x90][0xa7][0xa0]Q,[0x86]_[0x9c][0x8a]Eb[0x9]N[0x13][0xed][0x8e]N[0xb3][0xd4][0x6][0xbd][0x94][0xa3]O[0x84][0x98][0xaa][0x8][0xdf][0x4][0xdd][0xc8]ab[0xb5]=[0xe1][0x11]~[0xd1]Q[0x14][0x99][0xf1]u[0x7]g#[0x13]~[0xbb][0xf5][0xf1][0xe2][0x9d][0x2][0xdc]6[0x81][0xa9][0xef][0x97]\[0xb9]#[0x96];[0xbe]][0xac][0xcf][0xe7][0x92][0x15][0x14]<%[0xa1][0xcd][0x92][0xe0][0xf1]O[0xe2][0x94][0x8c][0xc3][0x1c][0xc2]R[0x87]=[0xf6][0xe1]>[0xbb][0x3]-[0xb1]2+[0xdf][0xcf][0x19]y>[[0xdc][0xee]c[0x8][0xc8][0xb7][0x8c][0xcd][0xc3][0xd7][0xec][0x8f][0xaf]y[0xea]8[0xe4][0xf0][0xbf][0x98][0xc3][0xff][0xa9][0x8f][0xc3]%9[0x15][0xe][0x11][0xf2][0x1a]v([0xb1]wr,[0x94]F[0x8][0x82]~[0x1]_[0xce][0xcd][0xff]/PK[0x7][0x8]OQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/ExtendedLogger.class[0xed][0x96]KO[0x13]Q[0x18][0x86][0xbf][0x83]@mEE[0x11][0xaf](^P[0xb]([0x83][0x97]][\r][0x1b][0x3][0x89]I[0x89][0x8b]1][0xe8][0xea][0xd0][0x1e][0xa7]S[0xc6]i[0x99][0xce][0xa0][0xd1][0xb8]0n[0xd9][0x10]/[0xb][0x17][0xfc][0x6][0xd6].\[0xb0]t[0xcd]o[0xe0]7[0xb0]2[0x9e]9|V[0xaa][0xdf][0xc]1a.[0xa5].[0x9a]g[0xce]\[0xce][0xfb][0xbe][0xdf]t[0x92][0xf7][0xfb][0x8f][0xaf][0xdf][0x0][0xe0][0x1e][0xdc][0xcd][0x80][0x96][0x81][0xe9][0xc][0xdc]a[0x90]5[0x9b][0xb3]6_[0xb0]D[0x85][0xc1][0xfb]|[0xb1][0xee][0x18][0x1a]o[0xf0]rUhV[0xdd]0L[0xdb][0xf0]y[0xbf][0xa6][0x15][0xc5][0xb2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xd7][0xe7][0xb9][0xb3]([0x9c][0x90][0x1b]^[0x88]f[0x93][0x1b]B[0x9b][0xdf]a[0xa1]X[0xe3][0xcb]\[0xb3][0xb8][0xbc][0xe1]I[0xd5][0xa9][0xbf][0xf4]=[0x14][0xc6][0x9f]2X[0xda][0x7][0x17][0xbf][0xf7]~X[0xe5][0x8e].[0x96]9[0xfa][0xa0][0xa3][0x8c][0x13][0x9d]qF[0xdf]t[0xc6]7_[0xf4][0xf][0xf0]o[0xf0][0xc9]q[0xad]}6[0xb][0xca][0xc9][0x9][0x84])[0x8][0xd2][0xcc]|{[0x9d]d[0xef][0xfd][0xfd][0xbe]s[0x9a][0xec][0xbd][0xfd][0xe7][0xfb][0x1f][0x1]`[0x10]*AX[0x3]g[0x3][0x10][0x83]WB[0xf0]*[0x9c]#9O2M[0xf2][0x1a][0xc9][0xeb]$o[0x90][0xbc]Ib[0x90][0xcc][0x90]dIfIL[0x92][0xb]$9[0x92]9[0x92]<[0xc9]<[0xc9]E?[0x14][0xfc]P[0x14][0xb0][0xb2]jZy[0xa3]0eZ[0xd5]|[0xb9]tf[0xfc][0x90][0x0]qT@d[0xa4]\[0xaa][0xd6][0x8c]Rm[0xca](,[0x9a]^[0xb0][0xff][0x84][0x0]_[0xa1][0x9c][0xcb][0x99][0x96][0x80][0x81]L[0xd9][0xca][0xa5][0x8d][0x8a][0x91][0x9d]3[0xd3][0xf4]f[0xbe][0x94][0xa3]vh>][0xad][0xe4][0xd3][0xa3]o[0xd5][0xcc][0xd2][0xac]9[0x9b][0x91][0xdd][0x87]q[0xe0][0x9e]|)_[0xdb]'[0xa0][0xda][0xdd][0xd2][0xc8][0xcc][0xbc]q[0xc9]H[0x17][0xc][0xec]3Y[0xb3][0xb0][0xeb][0xb0][0xfb][0xf0][0xa2]Y[0xad][0x1a]93=a[0xb7]cF[0xb6]V[0xb6][0xae][0xc][0xf7]L[0x9][0xf0][0x8c][0x94]gM[0x1][0x9d][0x99]|[0xc9]<[0xbe]X[0x9c]1[0xad][0xd3][0xc6]L[0x1][0xdf]Y[0x95])g1[0xbf][0x81]w[0x1][0xaf][0xd5][0x9b][0x9e][0xda]\[0xbe]*`[0xa8][0x15][0xd2][0xb3][0x96]Q[0xa9][0xc8][0xa8][0x9e][0x92]Q[0x94]3;[0xd0][0x5]t[0x14][0x97][0xb0][0x9][0xd8][0xda]r[0x1c][0x1][0xed]9[0xb3][0x96]1/[0x99][0x5][0x1][0x1b][0xbb]{[0xdc]'[0x90]}[0xb0] _[0x1d]-Q[0xb2]Y[0x1][0xef]5[0xb9][0xfd]v[0xf7][0xcf]'[0xc][0xeb]"=[0x92][0xfb]%[0xbe][0xf3][0xe1][0x9d][0x9e][0xb3][0xca][0x97][0x89]a[0xb8][0xe7][0x9c][0x0]o[0xc1][0xc6][0xdf]pox_Q[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xef][0x9]&[0xc0][0xaf][0x8][0x4][0xf4][0xde]?%[0xfe][0xcb][0xd7][0x4][0xc4][0x1a][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XX[0x86][0x1b]v{[0xe6][0x91]9[0xc3][0x9a]4[0x17][0x16][0xcd]R[0xb6][0xc9][0xed]Y[0xeb]6B[0xc0][0xc5]e[0xc5]913ofk[0xee] [0xab][0x9c]}[0x5]L-+[0x82][0xfa]j[0x90][[0xfe]aL|[0xde][0x19][0x81][0xbc]|[0x15][0xc3]2[0x8a][0xf8]%[0x8f]6[0xe8] `[0xee]a[0xa0]4&i[0xab]l[0x11]p[0xf5][0xd1][0xf8][0xb9][0x11]l[0x15][0xf0][0xe1]E[0xe0][0xc6][0xb4]M[0xc0][0xa7][0x8f][0xf][0x93][0x1b][0xe5][0xa0][0x80][0xaf][0x1e]gJ7[0xee]![0x1]??Y[0xdc]nI[0xb6][0xb][0xf8][0xfd]IO[0xe2][0x96]m[0x87][0x80][0xbf][0xfe][0xd9][0xdc][0xd2][0xee][0x14][0xf0][0xf7][0xd3][0x90][0xd6]-[0xff].![0x82]Og~[0xb7];[0xb2]{[0xb9]7<[0xce];[0xb2]t[0xc3][0x13][0xc4][0x81][0x13][0xb7][0xf6][0x90]7[0xba][9}<[0xa2][0xdd]3[0x1d]f.,dK[0xc8]:Y^[0xb4][0xb2][0xe6]X[0x9e][0x8e],[0xeb][0x1a][0x9e]F6[0xd3][0x14]aX[0xf][0xa5]0<[0x3]I?[0x94][0xc3][0xd0][0x3][0xbd]a[0xe8][0x83]~[0x92][0xed]$;Iv[0x93][0xbc]H[0xb2][0x97]d?[0xc9]A[0x92][0x11][0x92]Q[0x92][0xc3]$[0xe3]$[0xc7]H&HN[0x90][0x9c][0xc][0xc3])[0x98][0x14][0xb0][0xad][0xf5][0xe3][0x92][0x80][0xbe][0xa6][0x83][0xe][0xce]Tk[0x16][0x1e]|2[0xea][0xd8]9[0xd6][0xd2]#ir ln[0xbb][0x94][0x15]t<[0x8c][0xaf][0xc1][0x3]p[0x1b][0xac][0x83]8[0xac][0x5][0x1][0x9a][0xba]ZM[0xb7][0x15][0xeb]([0xbe][0xb7][0x1e]R[0xa8][0x1b][0xf0]j[0x1a]V[0x80][0x7][0xdb]po[0xff][0xc0]w z[0xfb]nB[0xdb][0xd7]r[0x84][0x8e][0xda][0x81][0x9f][0x2][0xf4][0x83][0xf][0x6] [0x4][0x9b]a#^[0xf5][0xda][0xfd][0xe1]YxN[0x1e][0xb5][0xe5][0xe3][0xc2][0xd9][0xa8]z[0x1e]6[0xe1]H[0xaa]^[0x80]n[0x1c]+[0xe8][0x11]*[0xa7]!l[0xa9]W[0xb0][0xf7][h[0xab][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0x8d][0xb0][0x8f]O~[0xb2]M[0xce][0x1f][0xb6]{[0xa9][0xf9][0x5]=5[0x83][0x1]^[0xa0][0x3]~'[0xcd][0xd0][0xd7]?[0xa0]y[0xea][0xe0][0xf1][0xc2][0x97]wMs@N3dwe[0xcc]N[0x8c][0xb0]Y~[0xde][0x9]i[0xd8]"1;a+[0x9a][0xae][0x90][0xd5] [0x8e][0xf0]H[0xbb][0xed]M[0xec][0xbc]N[0xbb][0xe3]-[0xd9][0xed]p[0xd8][0xed]lb[0xe7]s[0xda]M[0xb7]d[0xb7][0xcb]a[0xb7][[0xd9][0x9d][0xc1]kz[0x90][0x11]eW[0x7][0xbf][0xc7]a[0x96][0xbf][0xe3][0x89]G[0xd8],[0xc2]f[0x11]6[0x8b][0xa0][0xd9]&4{[0x87][0xbe][0x9b]M[0x12][0xb5];[0x13]]n)[0xd1]&[0x95]h[0x18][0xf6][0xa8]D{[0x9b][0xd8][0x5][0x9c]vo?[0x90][0xdd]>[0xbc][0x95][0xb6][0xdd]~eW[0xc4][0xf9]|[0xd8]v[0xb1][0x9d][0xe6][0xad]C[0xd0][0xe7]0|W[0x1a][0xee][0xb3];[0xb3]a[0x17][0x1b]v[0xb1]a[0x17][0x1b]v)C[0xaa][0xe]`[0xe5][0x95][0xd6][0x7][0x95][0xf5][0x15][0xf0][0xe3][0xb][0xbf][0xca]wXk[0xbe]:[0x84][0xfc][0xe][0xf3][0xf][0xa4][0xf9][0x11][0xbb];[0x9b]G[0xd9]<[0xca][0xe6]Q6[0x8f][0xb2]yT[0x99]S[0xf5][0x12]V>[0x89]1[0xa2]0[0xde][0x87]v|[0x1][0xc4][0x96]`h[0xfe]:[0x84][0xdb][0x1d] [0xd7]%[0xc8]){[0x0][0x83][0xc4][0x18]$[0xc6] 1[0x6][0x89]1H[0x8c]Ab[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xaa]CX[0xf9]%[0xd2][0xa8]B[0xfa][0x8][0x2][0xf8][0x2][0x88][0xdf][0x85][0xa4][0xb5][0xd7]![0x12]p@[0xdd][0x90]P[0xd3][0xf6][0x10][0x86][0x8a]3T[0x9c][0xa1][0xe2][0xc][0x15]g[0xa8]8C[0xc5][0x19]*[0xae][0xa0][0xa8][0x1a][0xc3][0xaa]][0xe2][0x1d]Vx[0x9f][0xe0][0xef]Z[0x10][[0xcd][0x81][0xa7][0x5][0xea][0xd0][0x11]t[0x0]~,[0x1]/[0xd8][0x83][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x14] UG[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0xd4]q[0x85][0xfa]9[0xfe][0xe0][0x87][0xb0]M4@[0xd5][0x82]u[0xe8][0xc]9`?[0x93][0xb0][0x15]{[0x18][0xc3]&[0x18]6[0xc1][0xb0][0x9][0x86]M0l[0x82]a[0x13][0xc][0x9b]`[0xd8][0x4][0xc3]&[0x14],UG[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]&[0xae][0x1f]al[0x93][\r][0xb1][0xb5]P[0x1d]V[0x86][0x1d][0xe0]_H[0xf0][0xab][0xf6]@[0x6]O2x[0x92][0xc1][0x93][0xc][0x9e]d[0xf0]$[0x83]'[0x19]<[0xc9][0xe0]I[0x6]O2xR[0x81]S[0x95][0xc1]*$#L[0xa8][0x8]?[0xe1][0x8f]i[0x4][0xdb][0x94]K[0x4]-\[0x87][0xae][0x88]#[0xc4]72[0xc4]5{([0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]H[0xa9][0x10]T[0x1d][0xc7]*,[0xe3][0x9c]Pq~[0xc3]]D[0x7][0xb6][0xba]k[0x1c]-R[0x87]U[0x1d][0x8e]@?[0xc8]@[0xd7][0xed][0xc1][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xce][0x81]t[0xe][0xa4]s [0x9d][0x3][0xe9][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xae][0x2]Q[0xf5]2V[0x11][0x19][0xed]d[0x93][0x15]'[0xea]\q~y[0xa0][0x15][0xe7][0xd6][0x92][0x8d][0xfb]Ue[0xb7][0xd0]p[0xc5]Y[0xed][0x83][0xdb][0x1b][0xb6][0xa0][0x9c][0xe6][0xf]X[0x9][0xba][0xac]:[0xa7][0xd1][0xc0]^u[0xc8][0xde]^u[0xc8][0xde]^uh?d[0xaf]:[0x83][0x12]X[0xe0]>[0x81][0xe6][0x9e][0xfa][0x17]PK[0x7][0x8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.class[0xad]TMo[0xd3]@[0x10]}[0x9b][0x84][0x98][0xb8]n[0x93][0x94]R([0x1f]%@h[0xd3][0x4]0[0xa8][0xdc][0xa8]"PhJ[0xa5][0x94]JM[0x94][0x13][0x97][0x8d][0xb3][0xb2][0x1d][0x8c][0x1d]m6[0x88][0xfe]"[0xae]E[0x82]"q@[0x9c]8[0xf0][0xa3][0x10][0xe3][0xad]U"[0x81]h@[0x91]e{[0xf6][0xed][0xec][0x9b][0x99]7[0xbb][0xfb][0xfd][0xc7][0xe7]/[0x0]6q/[0x87],J&[0xc][0xdc]4[0xb1][0x8a][[0x6]n[0x9b][0x84][0x94][\r][0xdc]1[0xb0][0xc6][0x90]U[0x9e]?*?`[0xd8]nE[0xd2][0xb5][0xf9][0x90];[0x9e][0xb0][0x83][0xc8]u[0xfd][0xd0][0x8d][0xff][0x8f][0x6][0xf6]h[0xe8][0xdb];\[0xf6][0xb8]+[0x9a]R[0x88]v$[0x95][0xe8]?[0x95][0x92][0x1f]v<)x[0xbf][0x11][0x85]J[0xbc]U{|[0xf8][0x98][0x8][0xb7][0xfc][0xd0]Wu[0x86][0xe7][0x95][0x99]0nt[0x19]2[0x8d][0xa8]/[0x18][0xf2]-?[0x14]/[0xc6][0xaf]{Bvx/ d[0xb1][0x15]9<[0xe8]r[0xe9][0xc7][0xe3][0x4][0xcc][0xc4]%1X[0xbb]a(d#[0xe0][0xa3][0x91][0xa0][0xe1][0xce],[0xb2])?[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xc7][0xf3][0x83]~[0x97][0x7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xf9]K[0x95]c[0xe5][0x7]v[IBt%S{2[0xcc][\r][0xb9][0x14][0xa1]J[0x82][0xfc][0xcb][0xca][0xf9][0xb6][0xe2][0xce]+[0xb2][0xb5][0x1a][0xd4]n[0x86][0xb5]Jk[0xc0][0xdf]p;[0xe0][0xb4]l[0xbf]7[0x10][0x8e][0xa2]d~[0x83][0x18]rm[0xdf][\r][0xb9][0x1a]K[0x8a][0xb9]7[0xe1][0xb0][0x1b]zB[0xfa]Jk[0xac][0x15][0xd1][0xb2]oM[0x9d]U=V[0xad][0x1d][0x8d][0xa5]#[0x9a]~[0xdc][0xa2][0xda]tr[0xdf][0x8f]S[0xa0][0xbe]o[0x87]N[0x10][0x8d]b2[0xa1][0xbc][0xa8]o`[0xdd]B[0x5][0x1b][0x16][0xce]#g[0xc1]D[0xd5]B[\r]w[0x19][0xd6][0xa7]L[0xc8][0xc2]".[0xd0][0x96][0x9f][0xc9][0x8e]`([0x9d][0xa5][0x14]Cc[0x6][0xa1][0x18][0x96][0x1c]B[0xd4]$[0xb3][0x86]W*[0x93][0xdd][0x9c][0x98]%[0xd9][0xd3][0x95][0xf8][0x0][0xe5]O[0x16][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xf0][0xf2][0xac]}{@$[0xfb]ap[0xf8]?[0xfb][0x17]%[0xba]b[0xc][0xba]X[0xa1][0x10][0xf7][0x88][0xac]4[0xbd]&[0xe6]@[0xe7][0x92][0xac]:R[0xf4][0x10]R[0xad]}[0x4][0xab]~B[0xea]=[0x8d]R[0x98][0xa7]o[0x96]|[0x80][0x6][0x16][0xe8][0xbb]|[0xe2][0x85]<[0x8a][0x80][0xb6]b6:[0xe2]q[0x3][0x13][0xae][0x83][0x84][0xab]X[0xfb][0x86][0x85][0xea][0x7][0xb0][0xda]1[0xd2][0xef][0x90]aG:[0xec]/[0xca][0xe6][0x4]e[0xf1][0x94][0xb2][0x88]%\[0xa4][0xf9]e[0xb2][\r][0xa4][0xf2]O[0xc]\*<#[0xfe][0xcb][0x9][0xff]f[0xc2][0x9f][0xab][0xd6][0xbe]"s[0x8c]sGL[0xd5][0xd2]v.[0xe1][0xcd]`E{][0xc1]U[0xfd][0xbf][0x86][0xeb][0x1a]][0xc5][\r][0x14]t!tS[0xea][0xf8][0xf8][0x9]PK[0x7][0x8]_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.class[0xbd]X[0x9]tT[0xd5][0x19][0xfe][0xde][0xcc][0x84]7[0x99]y[0x81]0[0x90][0x84]H[0x8]Q[0x11]B&$[0x82][0x88][0x15][0x2][0x18]B[0x90][0xa9][0xc9][0x80]$[0xa6][0x8d][0xb5][0xc5]G[0xf2]L^[0x98][0xcc][0x84][0x99][0x17]4*nm[0xd5]Z[0xed]b[0x17][0xb][0xad]Z[0xdb]j[0xb4][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "UY[0xa4]Z[0xec][0x2].][0xb4][0xad][0xda]Zm[0xad]K7{[0xda][0xd3][0x9e][0xee]E[0xe9]w[0xef]{y[0xb3]d [0x89]z[0xca][0xe1][0xdc][0xb9][0xcb][0xff][0xff][0xff][0xfe][0xf5][0xbe]<[0xf1][0xe6]C[0x8f][0x0]8[\r][0xaf][0x7][0xb0][0x8];[0x2]([0xc0][0xe7][0xb]9|![0x80][q[0x9b][0x8a][0xdb][0xfd][0xf8][0xa2][0x98][0xde][0xa1][0xe2]K[0x1][0xf8][0xf1]e[0x15]_[0x9] [0x80][0x1d]*[0xee][0xf4][0xe3].q4[0x1c][0x80][0x86][0xbb][0xc5]p[0x8f]8[0xf9][0xaa][0x8a]{[0x5][0x9b][0x9d]b[0xf1]51[0xfb]z[0x10]![0xdc][0x17][0xc4].[0xec][0x16][0xc3]7[0x82][0xb8][0x1f][0xf][0x4][0xf1] [0xf6][0x88]a[0xaf][0x8a]}AT`[0xbf][0x8a][0x87][0xc4][0xef][0x1]q[0xe5][0x9b][0xe2][0x8a][0x1c][0x1e][0xe][0xe2][0x11]A[0x1d][0xc2][0xb7][0xc4]pP[0xc5][0xa3][0x1][0xcc][0xc5][0xe][0xb1][0xf8]v[0x0][0xdf][0xc1]w[0xc5][0xec]{~[0x1c][0x12][0x0][0xe][0x8b][0xc5]c*[0x1e][0x17]L[0x9e][0x8][0xa2]N[0xc][0xbb][0xf0][0xa4][0x8a][0xef][0xab][0xf8][0x81][0x8a][0x1f]*[0xd0]"[0xf1][0xb8][0x91]l[0x8a][0xe9][0xa9][0x94][0x91]R0%[0x12]][0xdb][0xbc]![0xd2][0xde][0xb8][0xaa][0xa5]yck[0xe3]z[0x5][0xa1][0x96]>}[0xab]^[0x1f][0xd3][0xe3]=[0xf5]mV[0xd2][0x8c][0xf7],SP[0xd4][0x94][0x88][0xa7],=nu[0xe8][0xb1]AC[0xc1][0x8c][0xd5][0xcd]k[0x1a][0xcf]ki[0xdf][0x18][0x89]F[0xda]#[0x8d]-[0x1b][0x9b][0x1a][0xd7]76E[0xda];[0x15]([0x11]/-Z[0xac][0xa0]r[0xfd][0x86]u[0xeb][0x9b]7[0xb4]wn[0x8c]6[0xb6]6[0xe7][0xa1][0xf4][0xc7][0x12]]z[0xac]U[0x1f]PP[0x96]![0xb4][0xbd]7i[0xe8][0xdd]-[0xe2][0x8c][0x92][0xb][0xdb][0xcc][0x9e][0xb8]n[\r]&)uU~[0xaa][0x86][0x96]D[0xb2][0xa7]^[0x1f][0xd0][0xbb]z[0x8d][0xfa]X[0xa2][0xa7][0x87]:[0x8b][0xdf][0xc5]}[0xf5][0x83][0x96][0x19]sPP[0xce][0xb2][0x15]d8[0xa9][0xc1][0x8c][0x9b][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xde][0xea][0xf9][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|M[0x89]n[0xb2][0x9e][0xd2]b[0xc6][0x8d][0xe8]`[0xff]&#[0xd9][0xae]o[0x8a][0x19][0xc2][0xe][0x82]w[0x87][0x9e]4[0xc5][0xda][0xd9][0xf4]Y[0xbd]&[0xad][0xd6]|l[0x89][0xa9][0x1][0xb3][0xfe]l=[0xb9]I[0xef]1[0xd6]$[\r][0xa3]-[0x91][0xb4][0x8c][0xee][0xc6]dR[0x1f][0xb2]5[0xa6]!-[0xe3][0x12]Kh[0xa3]`z[0x17][0xb7],#[0x3][0x8b][0xb4]Fy[0xf5][0xfc]c[0xda]C[0xeb][0xd7][0xe3][0xe4][0x9d]\[0x9f]L[0xc]P[0x93][0xba]1[0xb0][0xb]2#i[0x99]F[0xea]<.y?h[0xc6]{[0x8d][0xa4]i[0xd9]x[0x94][0xf3][0xe9][0xdb]6K[0xef][0xda]L[0xc1][0x12][0xa3][0x8a][0x1f])X},[0x5]&f[0xea])6[0x9c][0x1b][[0x6][0xf5]X*[0xc7][0xc]#E[0x84][0xa2][0xbc][0x89]M}[0xbc][0x9a][0xb0][0xd8]P[0x14][0xd4][0x1f][0xbf]'[0xe6][0xe9]~~y[0x93]s>X[0x14][0x4][0xda][0x12][0x83][0xc9].c[0x8d])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bx|-[0xb4]N[0xe8][0xa5][0xa1][0x11][0xab]4[0xac]ED[0xc3]r[0xac]`[0x3][0xd3][0xf0]c[0xfc]DA[0xd3];[0xd0][0xa4][0x15][0xcc]2S[0xb9][0x9b][0x91]t[0xb][0xd5][0xf0]S\[0xc5][0x7][0xc1]; j[0xce]B[0x81][0xe4][0x19][0xda];o[0xeb]U[0xb0]h[0x8c][0xae][0x92]f[0x9d][0xd1]qO[0x91][0x14][0x8b][0xea][0xb2][0xa4][0xd5][0x89]'[0x90][0xa9][0xc7][0xea][0xba][0x4];[0xd3][0x1a][0xd2][0xf0],[0x9e][0x13][0xe2]&[0x86][0x9f]k[0xd8][0x82][0xe7][0xd9]O[0xc6][0xd9][0xc6]4[0x9c][0x8b][\r][0x1a]~[0x81][0x17]4t[0x88][0xd9][0x7][0xb0][0x91]y[0xa0][0xe1]:\[0xaf][0xe1]E[0xfc]R[0xc5][0xaf]4[0xbc][0x84]_[0xb3][0xe6]jxYl[0xbe]"[0xf8]O[0xcb]S25[0xbc]*[0x8e][0x8a]s[0x3]WC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x8b][0xc1][0xd2][0xb0][0x15][0x17][0xab]xM[0xc3][0x15][0xc2][0xef]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]OMsZ[0xcb][0xd0][0x96]:[0xfd][0x6][0xd7][0xa8][0xf8][0xad][0x86][0xdf][0xe1][0xf7][0x1a][0xfe][0x80][0x9b][0x14]x.[0xdb][0xa6][0xe1]#[0xb8]A[0xc3][0x8d]b[0xb9]`B[0x1][0xab][0xe1]Z\[0xa3][0xe1][0x93][0xb8]9K;;[0x1f][0xd8][0x84][0x8e][0xcb]l$[0xa5]G[0x87][0xd7]i[0xc7][0xbd]gs[0x1f]}[0xab]v"[0xaf]>6[0xf4][0xb4]yd)[0xb4][0x12]L[0xd8][0xa2],[0xeb]s[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xbe][0xa8][0xe0][0xd4]1[0xdf]j[0xa3][0x1e][0x97]![0xb2]X[0x95]H[0xb0][0x96][0xc6][0x9d]3[0xd6][0xa5][0xb5][0xc7]y[0xc5]M[0xe0][0xb5],[0x9f]-[0xa2][0x8]r[0xc7]y[0xff][0xda][0xfc]K[0xf3]T[0xe9][0x88](j[0xbe][0xea][0x88][0xb8][0xb4][0xf8]-[0xbc]";r[0xab][0xa7][0xfb]H[0xf2][0xa6]D7[0xcd][[0x12]y[0xc9]/[0x1f]Im[0x82]$[0xbb]5pkY[0x96][0xc9]%[0x8d][0xdf]t[0xbd]Q[0x9a]E>[0xe2]%[0xde]QY[0xab][0xa3][0xb4][0x1][0xf1][0xc4][0xe5][0xcf]$[0x1a]A[0xb6][0xa7][0xd0][0xe8][0x6][0xc7]rl%[0xa4]7K[0xd2][0xcc][0x9a][0x12][0xb1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x15]4[0xf9][0x9][0xc7]W[0xd9]`[0xbc]?[0xd1]m^d:}DA[0xd5][0xa8][0xd7][0xde][0xa8][0x87][0x9b]/e^j[0xa0][0x8a][0x1f][0x95][0x8b][0xe0][0xe1][0xd7][0xf2]b[0xf8]P[0x8e]%8[0x3]|B[0xf1]k[0xcf][0x83]I[0xfc]t=[0x13]K[0xdd][0xf5]2[0xae][0x1b]2[0xce][0x8b]0][0x14]g[0xae]W[0xca][0xf5]Y([0xe5][0x9c][0x85][0x9b]c[0x13]wVrO[0xe1]oQ[0xcd]^(5[0x1c]<[0xf][0xc2][0xbb][[0x92][0xae][0xe6]8[0x19][0xe2][0xa3][0xf2]L[0x8a]][0xca][0xf][0xed]eh[0xe6]J[0xb3]/`[\r][0xce][0x96]tl[0x0][0x1c][0x5][0xb3]m[0xa4][0x16][0xf4]U[0xfb][0xe0]k[0x9][0x87]&[0xed][0x81][0xba][0xbc]b;[0xb4][0x3][0xf0]w[0x92]u[0xe1][0xae][0x3][0x8]t[0xee]Ep[0x17]i[0xbc][0x92])[0xa1][0x81]J[0xf9][0xa8]R[0x90]JM![0x9f][0x19]8G[0xca][0xa9][0xb2]y9r|[0x4][0xf6]n[0x9e][0xf0][0xad][0x80][0x12][0xb4][0xa0][0x95]2[0xa3][0xdc]/[0x84][0xf2][0x6]f[0xa8]X7[0x82]p=IY[0x16][0x1d]|[\r][0x14] [0xd4][\r][0x1d][0x80][0xd6]I[0xb5]BE[0xc5][0xc5]{0y/[0xa6][0xec]rAN[0x92][0x14][0x1d][0x19][0xe0]B[0xae][0xd0]s[0xd1][0xe6]pZNu[0x4]-[0xbc][0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xc3][0xb7][Hj[0xe5]r[0x86][0x82][0xfd]('[0xf0][0x5][0xfb]q[0x82]8[0xaa][0xe6]d[0xa6][0x82][0x83][0xa8]X[0xea][0xab]-[0xf7][0xed][0xc7],[0xb1][0xa8][0x14][0xb3][0xd9][0x82][0x96][0xaa][\r][0x1f]}f[0xb7]t[0xf3]jiC[0x95][0xe3][0xe5][0x8c][0xec]m[0x8c][0xfb]+i[0xc9][0xab][0x98]rW3[0xea][0xae]a[0xb4]}Pj\C[0xda][0xd3]P[0x86].[0x18][0x9c][0x9][0xbc]#[0xba]Gq[0x11]z[0xa8][0xef]4f[0x89][0xf0][0x80][0x87][0xfe][0xb2][0xbd]c[0xd3][0x9b][0xe][0xfd]E[0xf4][0x9f][0xed][0x9d]b[0xf8][0x8a][0xf0][0x6][0x8a][0xe9][0x1f][0x15][0x9b][0xff][0x83][0x5]N[0x0][0xc7]x[0xde][0xff]F}[0x1d]Q_O[0xd4]7P[0xff][0x8f]R[0xe3][0x1b][0x89][0xfa]&[0xa2][0xfe][0xd8][0xdb]D[0x1d]wQ'[0xc6]@=[0xc0][0xf3]-[0x8c][0xbb][0x91]d[0xb3]3[0xa4][0xb0][0x86][0xa9]PE[0xfd]s[0x93][0xed][0xe6]c$[0x9b][0x1d]@[0x8a]x[0xaf]8[0xac][0x12][0xa4][0x11]a63[0x9d]l[0xad][0xb5][0x87][0xa1]*[0xc3][0x8][0xd4][0xd2][0x82]'z[0x90][0xce]4;Boa[0x84]~.#Bg[0xba][0x2]f:[0x2][0x82][0xc4]a[0xe3][0x8d][0xca]h[0xf5][0x1c][0xc1]4"Z[0xa3]b[0x90][0xa7]|'[0xe5][0x8]/[0xcb][0x14]~[0xc8][0x16]|[0x92]G[0xa6][0x86]-8$[\r]u+[0x19][0xdf][0xc6][0x14][0xbf][0x9d][0xc8][0xee][0xc8]P[0xa0][0xcc]U[0xa0][0xcc]U@[0xcb]P@&z[0xa9][0x9d][0xe8][0x97]`[0xc8][0x9][0x9d]}[0xfc][0x15][0xa1][0xb3]$[[0xf8]|[0xca]>9#b[0xca]G"[0xa6][0xd2][0x89][0x18]*6|[0xf4][0xd5]t[0x88][0x9c]@[0x9b][0x3]wR[0xe6]][0xd4]m[0x98][0xe1]p7[0xfb][0xd1]=8[0x1d][0xf7][0xba][0xe1]QC[0x1d][0x84]f[0x2][0xc5][0x12]W[0xdb]%[0xb8][0x14][0x97]Im[0xc3][0x19][0xe1]a[0xd7]Xqv[0xb9][0x13][0x14][0x93][0xe1]yC[0xea]/C[0xa2][0xd2][0x9][0x89]m<[0xbd][0xc2][0xed]T[0xdd][0xb2][0x88][0xd2][0xe7][0x99]E[0xf3][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]f[0x8e]2[0xca][0x92][0xf7]A[0xfc][0x1]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]KpF[0xac][0x94][0xba][0x85]2[0x98][(Kl[0xfb][0xf1]][0xeb]H[0xdc][0xe2]8ov[0xb6][0xfd][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x9d][0xe2][0xa1][0xe5]T[0xdf]0|[0xde][0x9d]9[0xd1][0xc3][0x6]G[0xd3][0xa7][0x9d]7[0xdb]5[0xc7]l[0xd7]y[0xd3]3[0x9c][0x17][0x10][0xd1]3[0x8b][0xc2][0xcf][0x12][0x81]{5[0xab][0x8d][0xed][0xbe]>'[0x7][0xaa][0xb2][0xbb]D[0xd1][0x1][0xcc]e[0x13][0x9d]7,[0xa1]W+[0xa3][0xa2][0xf7]a[0x88][0xbf]][0xa7]!W[0xb9][0x90]K2 [0xcb][0x98]-[0xa7][0xd4]f[0x95][0xb5][0xcd]6[0xf8][0x87]x[0xf6][0xe1][0xb7][0xd9][0xa5][0xe]Q[0xce]a[0x1a][0xfe]1b|[0x9c]][0xea][0xc9][0x9]u[0xa9]k][0xf4]=[0x8e][0xbb]geK[0x17]i[0xab][0xd9][0xb8][0xf7]a~.[0xf4][0xa7][0xc8][0xfa][0xe9][0xc][0x81][0xb3]\[0x81][0xa1]\[0xe8]"][0xd7]fC[0xe7]W[0x93][0x3]}Dxev[0xac][0x9][0xc1]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x1c][0xc3][0xf1][0xcf]R[0xce]sc[0xc2][\r][0xc2]{DC[0xad][0xab]p[0x12][0x81][0xf7][0x10]x5K[0xea]g9[0xf3][0xb9][0xdd][0xd2]>[0xeb]s[0xcf][0xfa]x[0x16][0x95][0xc5][0xac]@-[0xf0][0xbf])[0xd2][0xe3][0x16][0x6]+[0xff][0xd3][0x9d][0xec]M[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb]Y[0x80][0x5][0x85][0x87][0x19]d[0xff][0xab]`-[0xe8][0x9e]T[0xf8]?PK[0x7][0x8][0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classm[0x90][0xc1]N[0x2]A[0xc][0x86][0xff][0x2][0xb2][0x82]h[0x80][0x8b]o@[0xd4][0x83]s[0x90][0x93]kL[0x8][0x9][0xa7]M8,/0[0xac][0xcd]8[0x9b][0xc9][0xce]f[0x18]|8[0xe]>[0x80][0xf]e,[0xec]E][0xe]M[0xdb][0xbf][0xfd][0xf2]7[0xfd][0xfa]>|[0x2]x[0xc2]M[0x82][0xab][0x4][0xa3][0x4][0xd7][0x84][0x81][0xe1][0x98]yc8[0x10]fwY[0xa9]?[0xb4]r[0xba]2*[0x8f][0xc1]V&[0xbd][0xff]%[0xad][0xb7]%[0x17]1[0x15]([0xb7][0xa6][0xd2]q[0x1f][0x98]p{[0xe][0xda]d[0xb2][0x95][0xbe]d[0xcf]m[0xfa][0xb5]-5[0x8a][0xf5]j[0xe9][0xfc][0x8e][0xf5][0xd6][0xb1][0xd0][0xc3][0xdc][0xef]C[0xc1]+[0xeb][0xc4]d[0xda][0x9c][0xb8]x[0xd3]u[0xe4][0xf0]x[0xdc]'<[0xf8]`[0x94][0xae]u[0xf1][0xce][0xca][0xc9]\[0x9c][0x8f]y^[0xaa]]m[0xd5][0x1f][0x82]0[0xfe][0xef]J[0x98][0xb4]l[0xfb][0x4]BG[0xa2]+[0xa2][0x1e][0xa1][0x87][0xb][0xe9][0xfa][0xd2]u[0x90]H4[0xd5]%[0x6][0xa7]<[0xfc][0x1]PK[0x7][0x8][0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContext.class[0xad]R[0xcb]J[0x3]1[0x14]=[0xa9]u[0xc6][0xa9][0xaf]:[0xe8]/H[0xab]`[0x16][0xba][0xab][0x8]R[0x9c][0xd5][0x88][0x8b][0xd9]u[0x17][0xa7]![0x9d]!fJ[0x92]J[0xfd][0xb5].[0xfc][0x0]?J[0xcc]<[0xc4][0x7][0xa3]X0[0x9b][0x13].[0xe7]q[0xef]M^^W[0xcf][0x0][0xce][0x11][0xfa][0xe8][0xfb]8 [0x8][0x5][0xb7]7K[0xcb][0xb5]br\([0xcb][0x97][0x96][0xe0]p0[0x8c]s[0xf6][0xc8][0xa8]dJ[0xd0][0xbb][0xfb][0x9c][0xa7]vD[0x10]8n\[0x8][0xc1]5[0xc1][0xf5][0xe0][0x13]#[0xb1]:Sb4[0x8c][0xb]-([0x9b][0xb3]t[0xc6][0xa9]tDW,[0xf1]"[0xa7]f[0x9e][0xd1]2FM[0xf9][0xb4][0xb6]p~[0xba][0xc5][0xe3]g[0x8b][0x7]n[0xc][0x13][0x9c][0xde][0xd6][0x18][0xb1][0xd4][0x16][0xfa]i[0xed][0xd0]`[0xc6][0xcc][0xfb][0x10]GmCL[0x8][0xa2]i[0xcc][0x19][0x1d][0xb7][0x19]}T[0xc6][0x92][0x19]S[0x11][0x83]$[0x13][0x8a][0xd9][0x85][0xe6][0x4][0x93]?[0x88].O[0xd7][0xee][0xe7][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]%[0xc5]B[0xa7]<[0xca][0xa4]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]E4[0xef]~Vf[0x10][0x9c][0xfc][0xba][0xcf]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xfe][0xf7]o[0xe2][0x11][0x10]tP[0x1e][0xaf]K[0xb0][0x81].[0xe0]p[0x13]^[0x83]~[0x85][[0x8][0x1a][0xec]5[0xb8][0xed]t;N[0xd5][0xc1][0xae][0xbb][0xed]U[0xb7][0xfd]7PK[0x7][0x8][0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.class[0xa5]P[0xcb]j[0x2]A[0x10][0xac]V[0xe3][0xfa][0x88][0xe0][0xd5]?[0xd0][0x8b][0x83][0xc4][0xdb][0x1e][0x5]AX[0x10][0x14]=x[0x9b][0xac][0xcd][0xb8][0xcb]fGfGI~![0x9f][0xe4][0xc1][0xf][0xf0][0xa3][0xc4]Y[0x15]1[0xc9]EI[0x1f][0xba][0xa0][0x8a][0xaa]n[0xea]p[0xdc][0xed][0x1][0xbc][0xe1][0xd5]C[0xcd]C[0x9d]PSl[0x7]:[0xb5][0xfc]i[0x9]q;[0x88][0xe5]V[0x8a]D[0xa6]JL[0xad][0x89]R[0xe5][0xdf]1[0x83]DfY[0xa0][0xe5][0x92][0xcd]==~[0x8f]9[0xb4][0xfe][0xa2][0x13]h[0xa3][0x84]\[0xcb]p[0xc5]"[0xd1]J9{[0x8e][0xfd]Xd[0xeb]H[0x4][0x8e]as[0xbd][0xe5][0x13][0xbe][0xff]u[0xec]B[0xa5]l[0xc5]l2[0xf2][0xff]&=[0xf9]L[0xc3][0xf0][0x87][0xde][0xf2][0xad][0x9][0xd1]~[0xc6][0xdf][0x99][0xbb]"[0xa7]zcB[0x1e]F[0x9][0x13]Z?[0xf4][0xa1][0xc][0xad]6_[0xdd][0xfc]IB[0xef][0xf1][0xe0][0xab][0x91][0xd0][0xfc]]@[0x99]@( [0x9f]b[0x89]PD[0x9]8[0xe3][0xcb][0x19][0xcb][0xf0][0x9c]B[0xa8][0xb8]]@[0xf5][0x4]PK[0x7][0x8]5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextKey.class[0x9d]T[S[0xd3]@[0x18]=[0xb][0xa5]iC[0xb8][0xdf]D@A[0x91]^[0xa1]rQT[0x10],[0xa5][0xf5][0xc1][0x16]f[0x8][0xe2][0xf0][0xc4]l[0xcb][0x1a][0x2]m[0xd2]ISF[0xfe][0x86][0xc2]W[0xf5][0xa1]8:[0xe3][0xa3][0xf][0xfe]([0xc7]/i[0xb8][0xd5][0xea][0x80]y[0xd8]o[0xf7][0xdb][0xef][0x9c][0xef][0xe4]d7?}[0xfd][0xe]`[0x1e]I[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]A[0xc4][0x10][0x97][0xd1][0x8e]ig9#!![0xa3][\r]Qgx[0x18][0xc0][0xac][0x8c]9[0xcc];[0x8b][0x5][0x9][0x8f]$pgS[0x4]p[0x9e][0xb0][0xe7]l[0x4][0xf8][\r]PK[0x7][0x8]J[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.class[0xa5]U]O[0x13]A[0x14]=[0xd3].m)-[0x9f][0x8a][0x8a][0x1f] "n[0xf9]Z[0x15]5[0x84][0xd6]F[0xa8][0xa2][0xc4]*Q[0x1a][0x8c][0x8f][0xd3]e,K[0x96][0xdd]fv[0xd6][0xc8][0x93][0xf1][0x1f][0xe9][0x13]Q[0x13][0xe3][0xb3]?[0xca]xw[[0xb][0xfd][0x88][0xb4][0xf2][0xb0]sf[0xee][0x9c]=[0xf7][0xce][0xd9][0xdb][0xe9][0xaf][0xdf][0xdf]~[0x0]X[0xc6]r[0x12]qd[0xe2][0x98]K"[0x12][0xe0][0xfc][0x0]4,[0xc4][0xb1][0x14][0x87][0x11][0xc7]m[0x86]X[0xce]r,[0x95]g[0x88][0xea][0x99][0x1d][0x6][0xad][0xe0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa1][0xa2][0xe5][0x88][0x97][0xfe]AY[0xc8][0x12]/[0xdb][0x14][0x19]-[0xba]&[0xb7]w[0xb8][0xb4][0x82]u=[0xa8][0xa9]=[0xcb]c8Wp[0x1d][0xd3][0x97]R8[0xea][0x5][0xaf]npS[0xb9][0xf2][0x90]![0xb5][0xe9]8B[0x16]l[0xee]y[0x82]X[0xeb]EWV[0xc]^[0xe5][0xe6][0x9e]0l[0xb7]R[0xb1][0x9c]J[0x80][0xf7][0xf6][\r][0xaf]j[0x19]E[0x8a][0x8][0xf9]ZT,O[0xc9][0xc3][0x99]N[0x92]Y[0x86][0xf1][0xe6]2[0xe][0xab]Kyzf[0xf5]\[0xa9][0x94][0xcd]S[0x8a]AS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]DX<[0xed]2[0x8c][0xe8][0x99][0xe2]>[0xcf][\r]_Y[0xb6]A!"[0xf5]o[[0x15][0x87]+_Rj[0xbd]u?W[[0xda][0x9c]J[0xd8]V[0x92]*[0xc9]6ko[0xf9][0xaa][0xae][0xfd][0xbc][0x8b]w[0xbb][0x13][0xf][0xe4][0x7][0xaa][0xbe][0xda]|[0xb7]V[0xf6][0xe8]`[0xc][0xaf][0xf4][0x96][0xb2];H[0xff][0xd3][0xb4]'[0x1f][0x94]pv[0xc5]n[0xcd][0xbc]l[0xd0][0x1f][0x9][0xab]a[0xcb]P[0x9b])[0x9a][0xc3][0xf][0xc2]Vi[0xcb]C}f[0x87]"[0xc][0x8b]=[0xe5]d[0x98][0xed][0xd6][0xdb](!C^[0xef][0x8e][0xdf]1[0x1c][0x9c]0y[0xb2][0x85]?[0xe5]J[0xab][0xab]=[0x15][0x9c]?![0xbc]U[0xde][0x17][0xa6]:[0xc5][0xe4][0x96][0xce]l[0xef][0xc7][0xe4][0xb6][0xeb]KSlXA[0x9b][0x8f]5[0xd3][0x97][0x82]d)[0xf4]#IF[0x1d][0x9f][0xdb]l[0xb4][0xb7]q[0xdc][0xe9][0xcf][0xb8][0xb7][0x17]~[0xb8][0xe9]S[0x88]DJa[0x2]w[0xe2][0xb8][0xcb][0xf0][0xe8][0xac]?+[0x86][0xe1]VG[0x18][0x1e][0xfc][0x9f]%[0xc]+z[0x7][0xdb]"[0x99][0xf6][0x10][0xc3]|[0xf]9q[0x1d]1[0xba]8[0xa9][0xdf][0xe9][0x16][0xd5][0x8][0xc9]a[0x1a][0x7]h[0xb5]F[0xc8][0x8][0xfb][0xe6][0x8e][0xc0][0xbe][0xd0]$[0x8a][0x14][0x8d][0xb1]0x[0x1f]i[0x1a]S5[0x2][0x6]1B8[0xda][0x14][0x19]#[0xa4][0x1b][0x13][0xe7][0xe9]>[0xe][0xe4][0x1e][0x13][0x6]{[0x89][0xef][0x88][0xbc]=B[0xf4]s[0x8b][0xe2][0xca][0x9][0xc5]D[0x9b]b[0xa2][0xae]8NO[0x4][0x17](v[0xb1]k[0xe5][0x87]=(_[0xa2][0xd8][0x4].[0xd7][0x95]?[0x92][0x8e]F[0x98][0x9e][0xff][0x9]ma[0xf1]+[0xfa][0xa2]xslE[0xf0]W[0x3][0xac][0xd3][0xbc][0x10][0xa6][0x98][0xab][0x91][0xeb])[0x82][0xd9][0x15]\[\r][0x93][0xa4]q[\r][0x93]!;[0x8d])[0xf2]<[0x1a][0x16]0EX[0xe3][0x8f]5[0xf8][0xd3]u[0xfe][0x14]n[0xd0]n[0xad][0xa8][0x99][0xc6]l[0x16][0xb7]B[0xd4]1[0x1c][0x1e]"BG\[0xc4][0x10]}[0xb5][0x4][0xe1][0xcd]X[0xff][0x1f]PK[0x7][0x8]o[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.class[0x95][0x92][0xdd]N[0xc2]0[0x14][0xc7][0xff][0x5]d[0xf2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x82][0xe8][0x1b]x1bb/4^0BbT[0x12]"[0x86][0xe8][0x88][0xf7]e[0xd4]:[0xb2]tK[0xd7][0x19]y5/|[0x0][0x1f][0xca][0xd8]1C&![0x6]zs[0xfa]?[0x1f][0xbf]sN[0xda][0xaf][0xef][0x8f]O[0x0][0x17]8[0xb1][0xd0][0xb4][0xd0]&hx[0x8a]3[0xcd][0x87]Rr[0xf5][0xc0]"[0x82][0x96][0xdd][0x19][0xcd][0xd9][0x1b][0xa3][0x89][0xf6][0x3]j\[0xe]A[0xc5][0xf5][0x85]d:Q[0x9c][0xc0]^[0x8f][0xf7]2[0x19]0)[0xa8][0xab][0x95]/[0x85]3[0x99]8}g[0xc5][0x1e]'[0xfa][0x97]}[0xbf]E[0xed]v[0xf0][0x14]_[0x8b][0x12]=|[0xb9][0x9e][0xc6]\j[0x82]G{m[0xec][\r][0xe8]P[0x9][0xca]"[0xe6][0xbd]r[0x1a][0x84]B[0x18]_j/[0xe7]4[0x8e]|z[0xf7][0xae][0xb9][0x9c][0xf1][0xd9][0xc8]D[0xb8]r:[0xcf][0x4]}{[0xbb]i6[0xba]S[0xc0]mo[0xd2][0xed][0xee][0xd4][0xb6][0x9f]c[0x8d][0xa7]s[0xee]i[0xb3]i[0xd5][\r][0x13][0xe5][0xf1][0x81][0x1f][0x98][0x7]hg[0x99]O\[0xf8][0xb1]V[0x8b][0xf3]4[0xdf][0xc2]1[0xc1][0xd5][0xbf]}[0xfe]V[0x9d][0x9a]m[0x6][0xcc][0xd3][0xa1]Z[0x18]|^[0xd4][0x97]_[0xe1]&`q[0xcc]c[0x82][0xe6][0xfa]8[0x4]g;[0xf4])[0x13][0x10][0x14][0x90][0x9e]b[0x89][0xa0][0x88][0x92][0xd1]{F[0x15]P6[0xda][0xca][0xe9]}[0xa3]+[0xa8][0xae]t[0xcd]dg[0xb7]:[0xe][0x96][0xb6][0x81]#c[0xd3][0xc][0x82]C[0xb4][0xca][0x95][0x1f]PK[0x7][0x8][0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$WeakMapFactory.class[0xa5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xe9][0xd7][0x96]mi[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x8b]([0xe2][0x96][0xaf]U![0xc6][0xb4]M[0x13][0x82][0x12][0xd1]"[0x11][0x1a][0xaa][0x97][0xd3]2[0xb6][0x8b][0xcb][0xb6][0xd9][0x9d]5[0x92]x[0xe3]?[0xd2]+[0xa2]&[0xfe][0x0][0x94][0xf1][0xcc][0xb6][0x2]m[0x89][0xb6]x[0xd1]yg[0xce][0x9c]}[0xce][0x99][0xb3]g[0xa7]?}[0xfb][0x1]`[0x19]+:b04du[0x84]`$0[0x87]y[\r][0x8b][0x1a][0x96]4[0x98][0xc][0xb1][0x82][0xe5]X[0xb2][0xc8][0x10]6[0xb2][0xbb][0xc][0x91][0xb5][0xe6][0x9e]`H[0x97],G[0xbc][0xf4][0xf][0xaa][0xc2]-[0xf3][0xaa]M[0x96]L[0xa9]Y[0xe3][0xf6].w-[0xb5][0xee][0x18]#[0xb2]ay[0xc][0xa9][0x8a][0xe0][0xef]6yk[0x9d][0xd7]d[0xd3]=dHn8[0x8e]p[0xd7]l[0xee]y[0x82][0xf6][0xb][0xa5][0xa6][7y[0x8b][0xd7][0x1a][0xc2][0xb4][0x9b][0xf5][0xba][0xe5][0xd4][0x95][0xae][0xec][0x9b]^[0xcb]2Kd[0x11][0xee][0xb6][0xa8][[0x9e]t[0xf]g[0xba]ay[0x86][0xc9][0xee][0xd0][0x87][0xad]?[0xe1]W[0xff][0x83][([0x97][0xf3]E[0x82][0xa7]j[0xae][0xe0]R[0x4][0x9][0xd3].[0xc3][0xb8][0x91]-[0xed][0xf3][0xf7][0xdc][0xf4][0xa5]e[0x9b]d"[0xa7][0x91][0x1d][0xab][0xee]p[0xe9][0xbb][0x14][0xd4][0xe8][0xdd]/[0xb4][0x97]6[0xa7][0xe0];[0xd2][0xa5][0x1c][0xf2][0xdd][0xec]-_v[0xd8]/[0x6]xv0[0xb8][0xc2]'Z[0xbe][0xdc]x[0xbb]Z[0xf5][0x84]#[0x19]^[0x19]=i[0x9f][0x81][0xfe]k[0xb9][0x9e]~[0x90][0xc2][0xd9][0x13]{[0xed][0xb2][0xe5]U7[0xc4][0xad][0xe3][0xb2][0xa4][0xfb][0x8a][0x12]q[0xf8]A[0xd0][0x18]}q[0xa8][0xab][0xec][0x0][0xc2][0xb0]8TL[0x86][0xd9]Ak[0x1b]&e([0x1a][0x83][0xf9][0x9f]iV'[0xd4]O[0xb7][0xed][0xa7]B9[0x97][0x1b]*[0xe1][0xe2])[0xf0]Vu_[0xd4][0xe4]?[0x8a][0xdc][0xd3][0x93][0xfd][0xfd][0xa8][0xef]4}[0xb7]&[0xd6]-[0xd5][0xe0][0x17][0xba][0xdd][0x97]T[0xb0]$[0xe2][0x18]a[0x98]89[0xb7]j[0xec]g[0xdc]k[0x10]L[0xc3][0xfd]$[0x1e][0xe0][0xa1][0x86]e[0x86][0xdc][0xf9][0xbf][0xe][0x86][0xb1][0xde][0x83]1<:[0xdf][0xc9][0x18]F[0xbb][0xde][0x11][0xbd];j\[0x86][0xc7][0xc6][0x19][0xc5][0xeb][0xb3]d[0xfb]M[0xc][0xf3]Cd[0x82]iD[0xe9][0x2]d[0xd0][0xe8]6[0x8c][0x90]R[0xf9]h[0xd4]i[0xb5]J[0xca]H[0xa3]sG`_h[0x12]F[0x82][0xc6]X`|[0x8e]$[0x8d][0xc9][0xb6][0x3]F1F:[0xde]e[0xc9][0x90][0xd2];[0xc2]E[0xba]W[0x15][0xee][0x9][0xa9][0xda][0x8b]G[0xe8][0xcd][0x11][0xc2][0x9f]{[0x88][0x9b][0xa7][0x88][0xf1]>b[0xbc]C[0x9c][0xa0]_[0x8][0x93]d[0xbb]40y{[0x8][0xf2]e[0xb2]][0xc1][0xd5][0xe][0xf9]#q"[0xa4][0xfa][0xfc][0xc2][0xe2]WD[0xc2][0xa8][0x9c][0xd4]A[0xfd]_[0x0][0x15]*[0xd7][0xeb][0x80]?[0xd7][0xf6][0xec][0xf0][0xd5][0xec][0x1a][0xae][0x7][0x11]t[0xdc][0xc0][0xcd][0xc0][[0xc7][0x14]n[0xd1][0xf3]*[0xba][0xd2][0xb6][0xe6][0xd8][0xba][0xe3]?[0x85][0xdb][0xb4][0xdb][0xce][0xe8][0xce][0xf1][0xec].f[0x3][0xbd][0x87]4i[0x86]fQ, E[0x19]h[0xa4]3[0xb1][0x91][0xdf]PK[0x7][0x8][0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry.class[0xad]Wkw[0x1b][0xd5][0x15][0xdd]#9[0x1e][[0x9a]H[0xb1][0xec][0x18][0x9c][0x90][0x96][0x4]He[0xd9][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x9a][0xd8]&[0xa0]*6[0x98][0xd8]r[0x13]916[0x85]t,O[0x94][0x9][0xf2][0xc8][0x8c]Fi[0xdc]B[[0xda][0xf2]h[0xcb][0xa3][0x14]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xd3][0xd2][0xf4]A![0x9][0x84][0xe0]v[0xad].[0xbe][0xb1]VEG[0x17][0xab][0xed][0xbe]3[0xa3][0xd1][0xe8]eG^[0xf9][0xa0][0xb9][0xa3]s[0xcf]=[0xfb][0x9c]s[0xcf][0xdd][0xe7][0xce][0xbf][0xfe][0xfb][0xf7][0x2][0xb8][0x1b]Wd[0xac][0x84] [0xc1][0x8]a/[0x8a]![0xec][0x83][0xd1][0x85]D[0x8][0xab]xR[0x86][0xd9]Ma)[0xc][0x19][0x96]x+[0x8b][0xc7][0xf9][0x10][0xbe][0x8e][0xb]BqM,[0xf9]F[0x18][0x3][0xf8][0xa6][0x8c][0xa7][0xc4][0x9f][0xa7]e|+[0x84][0x98]c[0xec][0xdb]b[0xe6];a<[0x83][0xef][0x86][0xf1]=|_<[0x9e][0x95][0xf1][0x9c][0x90][0x1c]h'Nb[0xf6][0xd7][0xda]Z[[0xad][0xd8][0xbb][0xab][0x1d]C[0x95],[0x8d][0xc5][0xb7][0xba]["[0xe0][0x7][0xb6][0xba][0xda][0x81][0x17]&[0xa2]n[0xdd][0xd8]uyLc[0xfd][0xdc][0x11][0xf7]e[0xdc][0x16][0x8f][\r]6[0xab][0xb8][0xde][0x15][0xad]TR[0xf3][0xda][0xa4][0xcf][0x80][0x84][0x9e][0x86][0xc5][0x12]&[0xea]e[0xe3]C[0xad][0xfd]v[0xad]&gj[0xac][0xdb][0xc9][0xda][0x9e][0xb5][0xd4][0x9c]8Sv[0xc6]e[0xfc]D[0xc2]B[0x83][0xb3][[0xb2][0xdd]4[0xc0][0x90][0x9b][0x1a];+[0x13][0x1b][0xa4][0xba][0x85][0xd9][0xa6]F#[0xb5]Y[0x93]pg[0xdb]vyN[0xf3][0x9a][0xe5][0xec][0xad][0x84]T[0xbc][0x11]fp[0xe3][0xb2][0x98][0xb8]`i[0xc6][0xb2][0xb6][0xec][0x98][0xa0][0xbd][0xe]C]a[0x5][0xdf][0xd4][0xcc][0x14]+E[0x82][0xd9]df[0xb][0xf9]h[0xcf][0xab][0x87]n[0x8][0xa8][0xed][0xc8]K[0x18]K[0xf4][0xe6][0xf8][0xa0][0x8f]b[0xd2][0xc5]BA[0xcb]Yz[0xd1][0xa0][0xde][0x9e][0x16]S[0x95][0xe3]z0[0xde]|eK[0x83][0xdb]tA[0xfa][0x12][0xc2][0xcb]Z[0xc9][0xd2][0xc9][0xad][0x14][0xb][0xe]i[0xa1][0xbe][0xff][0xfa][0xb8]O[0xc2][0xee][\r][0xdc][0x94][0xf1][0x1a][0xbb]@sO[0xdd][0x83][0xbf]a[0x90][0xbd]L[0xd6][0xac][0x99]65[0xd5][0xd2][0xec][0x9e]5#[0x98][0xfc][0xb6][0xa6]uV[0xcf][0xee]a[0xf7][0xcc]dXPl[0x99][0x12]F7_[0xd6]:[0xca][0xee][0xb3]j[0xa9]R[0xe7];[0x9b][0x19]Z[0x94]0yC[0xaa][0x84][0x86][0xf6]73[0xd4][0xc0][0x84]T\[0xbc][0xe][0xc5][0xad][0xb1][0x10][0x8d][0x87]W[0xcb][0xd6][0xd4][0x99][0xd4]R[0x89][0xf7][0x2][0x9][0xa5][0x1b][0x11]\[[0xc7]N[0xf4][0x84][0xce][0x82][0x9b][0xf3]Mzc[0xc3][0x89][\r][0xda][0x87]m[0xea]F8MK[0xc2][0x95][0xae][0xf1]\[0xc1][0xed][0xf1]G[0xc7][0xe7]FG[0xdb]r[0xe8][0x88][0xcf][0x8f][0xd9][0xa5]s[0xac]rA[0x5][0xd9]b[0xd9][0xcc]i[0x93][0xba][0xe8][0xd9][0xbd][0xb5][0x1d][0xf2][0xa0][0xd0]g[m[0xa7][0xa9]6[0xbb][0xc6])[0xb8][0x13]w[0x89][0xc7][0xa8][0x8c][0xd7][0x15][0xfc][0x14]?[0x93]p[0xef][0xd6]:[0xb5][0x82][0x4][0x86][0x14][0xbc][0x81][0x9f]+8[0x88][0xa4][0x82]8[0x6]e[0xbc][0xa9][0xe0]-[0xfc]B[0xc1]/[0xf1]+[0x5][0xb]XT[0xf0]k[0xfc]F[0xc2]P[0x1b][0xd9]Qp[0x14][0x13][0xcc]@[0xf5]([0xa6]LS][0x9b][0xa6][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "28[0xae][0xe0][0xb7][0x98][0x95][0xf1];[0x5]o[0xe3][0xf7][0xa4][0x14][0x5][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0x88][0x8b]l[0xc4]5[0xe7]W[0xc1][0x9f][0xf0]g[0x5][0x11].[0xfe][0x15][0xef]*[0xf8][0x1b][0xde]S0[0x8e][0xfb][0x14][0xe4][0xf0][0xbe][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe3][0xfe][0xcd][0xbc][0xab][0xcd][0x80][0x84][0x1d][0xf5]{G.i'[0x85][0xf5][0xd7][0xef][0x1d][0xf5]5[0xc9]ka5[0x8c])K3U*[0xf2][0x2]S[0x15]:[0xb8][0xec][0x18][0x11]S{[0xb2][0xac][0x9b]Z[0xa6]hd[0xca][0x85]B[0x95]][0xfd][0xa5][0xd5][0x92][0xe7]j[0xeb]/[0x92][0xb3][0x89]u[0xb6]l[0xb9][0xc4][0xda][0x13]o[0xa4][0xd1]h[0x1d][0x9d][0xf0]~OR[0xce][0xd8]][0xba]/[0xde][0xf4]b[0xd1]E[0x5]W[0xb7][0xb7]F[0xa3]r[0xb][0xb]R[0xa1][0x8e][0xe5]\[0xa7][0x9a][0xfa][0xd9]y^-[0x94][0xed][0xf][0x95]f[0xbd][0x82]x[0xba][0x97][0xb2][0xfe][0x9a][0x8]*[0xa9][0x14][0x1f]%[0xe4][0xef][0x8c]v[0xc1][0xb2]/[0xe8][0x8b][0xe2][0x9e]a[0xff][0xa9][0x8d][0xa0][0x8a][0xa8]./[0xa7]Dv[0x7]Zu[0xd9]E/}[0xd5][0xbe][0x14]$an[0xba]![0x1b][0x5][0x1a][0xce][0x15][\r]K[0xd5][\r][0xe7][0xf6][0xbb][0xb3]Y~[0x88]{<^[0xb7]I[0xed]p\[0xb][0x9e][0xdd][0xf8]@[0xb0][0x7]X&[0xab][0xb7][0xd2][0x0][0xf7]T>[0x6]g&[0xb2][0xd9][0xd4][0x83][0x13][0xde]Gaz:[0x95][0xcd][0xf2];t/?m[0x81] v[0x9][0x8e][0xe0][LP[0x7][0xbf][0x90][0x87][0xf9][0x1e][0xc0][0x1][0xfe]'[0x81]x[0xff][0xbf][0x88][0x8][0xdf][0xc9]S|[0xde]M[0xc9]4WJ[0x1c][0x95][0xc4]? -\C[0xe0][0x1a][0x82][0x97]m{#|[0x86][0xb8][0x2][0xf8]*[0xc2]x[0xc][0xf7][0x8]-G[0x17][0xf7][0xe2]K[0x1c][0xf][0xd5]H[0xe]s[0x14][0x96]G[0xb9]FX[0xbe]@[0x1b]b[0xf5]-[0x89]k[0xe8]H[0xc][0xc5][0xb6]}[0x8c][0xce]O _EWbh[0x1d][0xdd][0x12][0xae]"TE[0x8a][0xa1][0x83][0xcf][0xd3]|~[\r]=P[0xb1][0x1b]K6b[0xbf]c[0xc3]E[0x14]oNt[0x87]j[0xe6][0xe]{s[0x7][0xbc]H[0xc7][0xe8]=[0xd9][0xc8][0xf5][0xe6][0x11][0xca][0x85][0xa7][0xd1][0xc4][0xa7][0xe8][0xbe][0x82][0xf0]E[0xc8][0x89][0x8f][0xa0]\[0xa2][0xa8][0xc3]v[0xa0][0xd3][0x9e][0xd6]|aFq[0x4][0xf7][0xd7][0x84])$[0xf]pL[0xf1]'#[0x10]J[0xcb][0xf8][0xb2][0x8b][0x96]&[0x1a][0x99][0xd5][0xcd][0xea][0x94][0x8b][0x16][0xf3][0xd0]BD[0xdb][0xee][0x2][0x6]}[0x80][0xba][0xf]0[0x86]I<[0xe8]3?)[0xcc][0xf3]BLsN[0x10][0xf3][0x1c]E[0xc8]=[0x9][0xda][0xbc][0x86][0x8][0xf3][0x18][\r][0xe0][0x13][0xec][0xa8][0xb7]j[0xfa]r[0xd7][0xe3][0xe5][0xae][0x7][0xf][0xb3]B$_@=n[0xee][0x9c][0x18][0x8e][0xd9]`[0xd3].[0xd8][0x12][0xc7][0xa0][0x1d][0xc3][0xf0][0xc7][0xe8][0xd9][0x8][0xed]i[0x1b][0xed]VG[0xdb]C[0x8b][0xb9]h[0x95][0xb8][0x2]>[0xdc]X[\r][0xee][0xc]e[0x19][0xcc][0xba][0xb8][0xf][0xf9]*2[0xc6][0x8a][0xec][0xfd][0x8]}[0xf5][0x88][0xcf]\W5:[0xd6][0xbf]b[?[0xee]Z[0xbf][0xca]QT[0xda]H[0xe2]C[0x84][0xd6][0xb1]S[0xc2]:[0xfa]%[0xcc][0xc][0xaf][0xe3]&[0x9]ob[0xf]_n[0x96][0x18][0xe5]@f[0xe8][0x80];[0xbf]+[0x80][0xf9][0x8b][0xff][0xfb][0xf7]P[0xb5]X[0x9c]j}[0x96]'[0xef]9[0x9e][0xad][0xe7]y[0x9a]^[0xf0]r[0xb0][0xf][0xdb]q[0x82]R[0x91][0x8d][0x11]/[0x1b]#[0xc8]b[0xce][0xcd]}U[0xeb][0xa4][0xa7]u[0xd8][0xd3]:E-Q[0x1]a[0x4]>CT[0xc6][0xfc][0xa8][0xec][0x84][0xf2][0x8]l[0xfb]n(os[0xb1]X[0x9e][0x10][0xa1]T6g`f[0xf8]S[0xc]P[0xd2][0xb5][0x8e][0xdd][0x8c][0xcb][0x9e]cL[0xb7][0x4]1?\[\r][0xa0][0x1f][0xdb][0xf8]|[0x91]d[0xf0][0x12][0x83]y[0x99]G[0xe7][0x15][0xd2][0xc7][0xab][0xbe][0x8d]Lx[0xae]'[0xf0][0xa8][0xbd][0x91][0x11]j[0x89][0xc0][0x2][0xbe][0xc3][0x97]p]w[0xe6]NR&\[0xef][0x82][0xf4][0x19][0xe2]2[0x89][0xc3][0xf1][0xfb]1[0xae]~[0x9c][0x87][0xdb]9[0x1c]sn[0x15]G[0xaa]U[0xbc]'[0x80]w[0xeb][0xb6][0xf8]-_[0x9]G<_"[\r]%[0x1c][0xf1][0xa8][0xe7]qR[0x87][0x83]p[0xda]-[0xdd][0xa8][0xaf]t[0x9b]@[0xbc][0xe3][0xb]7[0xea]AD[0xbd][0xba][0x8d]6[0xd4]m[0xd4][0x7][0xa6][0xba][0xdb][0xa0][0xfb][0xc1]>[0xd7][0x12][0xec][0xd2][0xa6]`[0x82]m[0xfc][0xb9][0x8d]ze[0xe1][0xf0]N[0xc0][0xcd][0xe6][0x12][0xf5]sXv[0xe1][0x9f][0xe2][0x8e][0x8a]b[0xec][0x13]{[0xee][0xc5][0xcb][0xd2][0xfd]|[0x7][0xea][0x89][0xfc]C[0xf4][0xf2][0x0][0xdc]c[0xef][0x9b][0xbd][0xc6][0xf3][0xa3][0xcf][0xf3][0xa3][0xcf][\r]Z[0xbc]i8[0xc3][0xf5]U[0x8f][0xfa]<[0x8f][0xc4]\[0x9e]s[0x8e]Gg[0xb9][0xe3][0xba][0xd7]R[0xf6][0xd9]v[0x88]y[0x5][0xb7][0x92][0xf1]>@[0xf8][0xb2][0x9d][0xb2]j.[0xf6]z+[0xcf][0xe1][0x9]{,[0xe0][0xe][0x8e][0xbb]([0xbf][0x8d][0xb3][0xb7][0xa3][0x9b]z{[0xb1][0x9f][0xa3][0xcc][0xf1][0xb][0x9d][0xdd][0xff][0x7]PK[0x7][0x8][0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.class[0xd5][0x96][0xdb]n[0x1b]U[0x14][0x86][0xd7][0xf6]i|[0x18][0x1a]7[0x81]&&[0x1][0xea][0xb6][0xb8]N[0xe2][0xc6][0xc9][0xd8]i[0xa7][0xa4][0x9d][0x12]2[0xa4][0xa5][0xb8])[0xc5]([0xd2][0x8][0xa4]j[0xe2][0xc][0xce]D>1q[0xa8]@[0xe2][0x82][0x1b][0xae]x[0x0].x[0x2][0xc4][0x5]H[0xa0][0xb6][0xd0]V\#[0xc4][0x13]p[0xc1]3[0xf0][0x0][0x88][0xb5][0xf7]lVM2[0x81]:[0xc3][0xa9][0xb2]2{[0xcd]a[0xfd][0xff][0xf7][0xcf][0xd8][0x99][0xf5][0xfd][0xaf][0xdf]<[0x0][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xd2][0xa0][0xc0][0xb]iX[0x82][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\LA[0x6][0xc][0x5].[0xa5]![0xe]/*[0xb0][0x9c][0x81]([0xbc][0xc4]7+|c*[0xf0][0xb2][0x2][0xab][0xc][0x94][[0x9e][0xdd][0xeb]9[0x9b][0xc][0x16]j][0xaf]Y[0xb6]{vc[0xcb])[0xb7][0xba][0xcd][0xa6][0xdb]i[0xf2][0xb5][0xba]]n;;;v[0xd3])_[0xf3][0xd7]U[0xbb][0xd1][0xef]z[0xef]-1H\p;n[0xdf]`P-[0xe][0xdd]=[0xbd][0xce] [0xb6][0xd2][0xdd]t[0x18][0x8c][0xd4][0xdc][0x8e][0xb3][0xb6][0xdb][0xde]p[0xbc]7[0xec][0x8d][0x16][0x1e][0x19][0xad]u[0x1b]vk[0xdd][0xf6]\[0xbe]/[0xf][0xc6][0xfa][[0xee][0xe][0x83][0xc5][0x83][0xad]vz[0xee][0x1e][0x1b]my[0xd3][0xee][0xf5][0x1d][0xf]a3M[0xa7][0xdd]s[0xf1]r[0xbb][0xc5][0xa0]R[0x9c]>D[0xe0]t[0xc7][0xb9]%[0xf]20[0x8b][0xb5]m[0xfb]][0xbb][0xdc][0xb2][0xb1]qe[0xcb][0xf6][0xea][0xce];[0xbb]N[0xa7][0xe1],=[0xba]4j[0xaa][0x8d][0x81]V[0x6][0x13][0x7][0x89]2xm[0xd0][0xb0][0xde][0xf7]Pui[0xe0][0xc8][0xf5][0x8d]m[0xa7][0xd1][0x1f][0xce]\i[0xff][0x9e]ft[0xbf]6[0x83]Ho[0xfe][0x8f]g[0xa4][0x7][0x83][0x8d]Gb[0x9]I[0x17][0xe9]-0[0xe8][0x1f][0xd2])[0xb4][0xb7][0xc6][0xe0][0xa3][0xbf][0xcd];4M[0x85][0xc1]'[0xff] Mh[0xbe]*[0x83][0xcf][0xfe]U[0xbe][0xd0][0xc4][0x8b][0xc][0xee][0xfd][0xc7][0xc4][0xa1]3[0x9c]e[0xf0][0xe3][0xff].C[0xe8]T[0xe7][0x18][0xfc][0xfc][0x18][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Sg[0xf0][0xcb]c[0x99]3t[0xf2][0xf3][0xc][0x8c]bH[0x15]#[0xe0][0xd6][\r]%p#@[0xe0][0xcd][0x90]P[0x89][0x9e][0xed][0xd9]m[0x1c]S[0xc6][0x2][0x94]p[0x80][0xa8]ww[0xbd][0x86][0xb3][0xea][0xf2][0x81]f2xV[0x99][0xe3]}*[0x8c][0xc0]e[0x5][0xae][0xa8][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\eP[0x1e]rVQ[0xe1][0x9]8[0xc2]`[0xee]/[0xdb][0xea]n[0xbb][0xd7]rd37}[0x95]Av/[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xb0][0xc8]7[0x15][0xbe][0xc1][0xff][0xf4][0x95]C[0x8c]`[0xc][0xe6][0x87][0xc][0x81]/[0xe0]h[0x91][0xcf][0x89]G[0x5][0xd0]n[0xdf]mI [0xbc][0xbf]G<[0x1c][0x8c]\[0xcf]Y[0xeb]v[0xd6]v[8[0xd1][0x15][0x2][0xbf]O[0x1][0xcf]`[0xf2][0xe0][0xb9]m[0x1d][0xf2]87+[0x80]S[0x19][0xfe][0x8d][0xf2][0x9b][0x88][0xb3]u[0x16][0xeb][0x11][0xb1]=[0x8a]{5[0x88][0xe0][0x7][0x8f][0xce][0xdc][0x6]63{[0x7]"[0xdf]A[0xf4]k[0x88]}[0x89][0xc7]"[0xd8][0x3][0xd8][0x13][0xc5][0xed][0x9][0x88][0xc1]I[0xec];[0x5]c[0xb8]w[0xcc][0xef][0x81]'[0xe1])[0x0]Qqm[0x86][0x9f]c0.[0x95][0xcb]b[0x1f] >[0xf3][0x15][0xc4][0xbe] [0xb9][0x84]8xZ[0xc8][0xa8][0xfe][0x5]R[0x6][0xa7]E[0xc8][0xc9][0xe6][0x8b]h[0xca]-R[0xdf]B[0xdc][0x9a][0xbd][\r][0x89][0xbd][0x2][0xa5][0x1][0x8e][0x14]q[0xa4][0xe0]i[0x98][0x14][0xbe][0x13]0%[0xa5]n`[0x7]O0[0xc6]9fc[0xf7]A[0xb1][0xa2][0xa5][0xfa]]HFa[0xaf][0xe8][0x82][0x10]=[0xee]_N[0xa2]c[0xf0][0xc]<+[0xce][0x8f][0xc1]sx6"[0xe4][0xf3]R[0xfe]&[0xf6][0xc6]p[0x1d][0x17][0xf2]q)o[0xc5][0xce][0x4][[0x9c][0x15][0x16]3~[0xb]Y[0x8c][0x93][0xc5][0xb8][0xb4][0xe0][0xd5][0x9][0x81][0xc2][0xcd]NJ[0xb3][0xe][0xaa][0xc4]q[0x9d][0x12]f[0x89][0x1]3+[0x9e][0x8b][0x5];.[0x9][0xc7][0xaa][0xdf]G[0x8e]S[0xe4]8E[0x8e]S[0xd2][0x91]W[0xa7][0xb0][0x8a][0x9][0xef][0xe7][0xa5][0xf7][0x7][0xa8][0x97][0xc0]5/[0xbc][0x95][0xbd][0xde]V"[0x17][0xf][0x6]X[0x16][0x0][0x86][0xdf]L[0x0]y[0x2][0xc8][0x13]@[0x9e][0x0][0xf2][0x12][0x80]W[0x5][0xac][0xe2][0x2][0xe5][0xb4]D[0xf9][0x18][0xb5][0x14]\[0xb][0x2]%[0x19][0x88]b)[0xb9]D0[0xcf]e[0xc1]s[0xc5]W [0x9e][0x2][0xf1][0x14][0x88][0xa7]@<[0x5][0xe2])H[0x1e]^[0x15][0xb1]J[0x8][0xb2]iI[0xf6])[0xee]'[0xf9][0xd7]S[0x90]e[0xf7]=[0xa1][0x87]hV2[0xa7][0x4][0xf3]][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xaf][0xfb]:[0xc4]W"[0xbe][0x12][0xf1][0x95][0x88][0xaf]D|%[0xe2]+I>^[0xcd]`[0xa5][0x8][0xd2]YI[0xfa]9[0x9e]I[0xe1][0xaa][0xf9][0xa4][0xc1][0xcf][0xf3]![0xa9][0x95]M[0xe4][0x92][0xc1][0xbc]u[0xc1][0xfb][0x96][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab][0x11][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab]I^^[0x95][0xb0]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]3[0x92][0xfc][0x1e]^[0x93][0xc6]U[0xf7][0xc9][0xff][0xe4][0xf1][0xf][0x90][Y%[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xb7][0x4][0xff][0xdb][0xbe]&[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc]:[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc][0xba][0xe4][0xe7][0xd5][0x1c]V)[0x91][0xa4],[0x93][0xfc][0x80]Wg[0xf8]o[0xc3]O[0x92][0x1a]"[0x89][0x95]M[0xe6][0xd2][0xc1]yn[0x8a]<=_[0x99][0xf2][0x18][0x94][0xc7][0xa0]<[0x6][0xe5]1([0x8f]Ay[0xc][0xca]cP[0x1e][0x83][0xf2][0x18]2[0xf][0xaf][0xe6][0xb1]J[0x8b]d[0xb]2[0xd9]O[0xd8][0xa7][0xe2]j[0xfa][0xc9][0xd2]C'[0xb3][0xb2][0xa9]\&8[0x9f]#[0xf2][0xbd][0xef][0xeb]S>[0x93][0xf2][0x99][0x94][0xcf][0xa4]|&[0xe5]3)[0x9f]I[0xf9]L[0xca]gR>[0x93][0xf2][0x99]2[0x1f][0xaf]4[0xac]2"iE&[0xbd]$_[0xa0][0x19][0x91][0xf4].[0xa4]"[0xfb][0x80][0xb7][0x7][0xde]U[0x19][0x2][0xce] [0xf0]q[0xf9][0xae][0xaa][0x1e] [0x96][0xde]/[0xd6]=P[0x8c][0xa7][0xff][0x90][0xcf]6R[0xec]*&[0xe7][0xd9]U!V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0x97][0xfd][0x81]7[0x9e]Jj*[0xdd]K[0x15]_X[0xe7][0xc4][0x1b]O[0x17][0x9d][0xe7][0x3]PK[0x7][0x8]r[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.class[0x9d]Wkx[0x14]g[0x15]~g/[0x99]d[0xb3][0x90]%\K[0x2][0x4][0xa4][0xb0][0xc9][0x6]b[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]B[0x3][0xc1][0xad][0x9]X[0xa0]P@Z'[0x9b]!Y[0xd8][0x9d]Yvg#[0xa0][0xb6]U[0xa9]Z/[0xf5][0xae]mm[0xab]R{S[0xac][0xd4]RB@[0xb]U[0xdb][0xda][0xbb][0xad][0xf7]?[0xfa]x[0xe9][0xe3][0xed][0xd1][0xc7]?[0xfe][0xe9][0xd3][0x8b][0xef][0x99][0x99][0xcc]nv'[0xb1][0xe5][0xc7]~[0xf3]][0xce]w[0xce]{[0xce]wn[0xfb][0xf4][0xeb]g[0x1e][0x5][0xb0][0x2][0xbf]R[0xf1][0xb5][0x8][0x14][0xdc][0x1a][0xc1]E[0xb8]-[0x82]v[0x99])[0xb8][0xbd][0x8e][0xcb][0xaf][0xcb]p[0x87][0x8a];kqW[0x4][0xb5][0xf8][0x86][0xd0]|[0xb3][0x1e][0xdf][0xc2]1[0x19][0xee][0x96][0xe1][0xdb]*[0xee][0x91][0xef][0xbd]2[0xdc][0xa7][0xe2][0xfe]Z<[0x10]A[0xa3][0xd0]*[0xf8]N[0x4][0xdf][0xc5]q9[0xf9][0x9e][0xc][0xf][0xaa][0xf8][0xbe][0xb0]8![0x8b][0x87]d[0xf8][0x81][0xc][0xf][0xcb]pR[0x86]Gd8%[0xc3][0x88][0xc][0xa7]#h[0xc0]h[0x4]gpV[0x86][0x1f][0xca][0xde][0x8f]Ti[0xda]|[0xf]&[0xb0][0x86]j[0x99][0xeb][0xf3]y[0xed][0xb0]`i[0xdd][0xe3]'2[0x1e][0xf7][0xd9][0xf6]'[\r][0x88][0xf7]L[0xf7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xd9][0xbe][0x9d][0x9f][0x96][0xae][0xed][0xab][0xaa][0x8f][0xd7][0xc6][0xe5][0xb4][0xd5]![0x9]j[0x3][0x3][0x13][0xf8][0x87]X[0xa6]`[0xfb]Y[0xd6][0x1c][0xa6]e[0xeb][0xc7],[0xb9]>[0x93]QpQy[0xe0]t[0x9b][0x99][0xc]Y3[0xf3][0xd8][0xd7]T[0xd3][0x96]T[0x90][0xb8][0xf3]%[0xe2]u[0xdf][0x83][0xae]6[0xb1]R[0xb3]?k9[0x14][0xee]5[0x84]lCP[0xb]6R[0x8a]I[0xf8]_H[0xf8][0xbf][0xc2][0xf2][0x9][0xf8][0xfb][0x92][0x8b][0xc4]:[0xc7][0x4][0xb6]P[0xce][0xc5][0x8][0xf6][0xbc][0xd6]2[0x1d]:N[0xf7][0x99][0xf9][0xac]fm7K[0xf0][0xcb][0xf8]\QLg[0x6][0xf4][0xbc][0x1d]s5[0xfd][0xc5]}[0xfb][0xf4][0xbc]g[0x2][0x1f]2[0xb2][0x1b][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "CN[0xe6][0xc][0xe7][0x18]A:K[0x8][0xaf][0xea][0x7][0x8b]Z[0x86][0xfa][0x6]i`[0x9e][0x98][0xd6][0x90]0[0xba][0xe4][0x2][0xa2][0xa6][0xde][0xbe][0xbb][0xde][0x8e]q[0x96][0x16][0x5][0xb3][0x99][0x0][0x92][0xd9][0xac][0x93][0xc4]l[0xaa]-[0xf9][0xcd][0xc5]LF[0xc5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xe5][0xb7][0xb9]L[0x1a][0x86][0x9e][0xef]f.*[0xe8]Ds[0xe9]dq;N[0xfa][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14],[0x1c][0xba].Q[[0x9b].[0xf4][0xb8]5$[0xb2][0xcd],[0xe6]SzOZ[0x92][0xe1][0xfc][0x9][0xb3][0xea]r1[0x1e][0xfd][0xbf][0xf4][0x92]vd[0x89]>Q[0xbc][0xb][0xab]dX'[0xc3][0xcf][0xa2],[0xf7]+[0xa3][0xb8][0x14][0x97]1[0xdd][0x97]L~[0xb5]Q([0xe6]rf[0xde][0xd2][0x7][0xb6][0xe4]$j[0xe9][0x2][0x1b][0xf][0xa5][0x98][0x9c]8Q0/[0xe5][0x8]k[0xb1][0x13]w[0xb][0xdf][0xa3][0xa5]_[0xd7][0x8d][0x16][0xa7][0xd4][0x9][0xe3]-Ql[0xc4]*f[0xae]([0xde][0xf]-[0x8a][0xeb][0xb0]5[0x8a][0x2][0x9e]bU[0xad]|[0xd8]([0x9e][0xc6]SQ[0xe4][0x90]R[0xb0][0xa8]t[0x98][0xa4][0xeb][\r]j[0x99][0xf5][0xf9][0xc1]bV7[0xac]2[0xe9]K[0xfa][0xb4]C[0xe9]l1[0xeb]J[0xb7]SfKJ3[0xc][0xd3]"[0x8c][0x16][0x83][0xd7][0xac][0xf4][0xb0].0v[0xaa]x&[0x8a]g[0xf1]\[0x14][0xd7][0x8a][0xda]GPT[0xd0]ya[0xa5]J[0xf8]uG[0xd1][0x8f]T[0x14][0xfb]@[0xd8]i[0xec][0x97][0xe1][0x80]([0xc6]=[0xb][0xc5]([0xae][0x97][0xe1][0x6][0x19][0x9e][0xc7][0xb]*~[0x1e][0xc5][0x8b]xI[0x86]_Dq[0x13][0xb6]*[0xe8]x[0x8b][0xee][0x18][0xc5]6l[0x8f][0xe2][0x93]"a7[0xf6][0x8a][0x9d][0xe][0x8e]3[0xa2][0x93][0xb8]&[0xd3][0xca]v[0x80]qA[0xd4]c[0xc7][0xa3][0xe5][0xd4][0xd4][0xa9][0xe3]k[0x95][0x8a]_[0xb2][0xda]\[0x80][0xcb]N[0x92][0xf6]vH[0x16]M[0xb6][0xfa]e[0xe3] Ck[0xc][0x83]}[0xd2][0xa7][0xd9]u6[0x9b][0xe6]K[0x87][0xe3][0xc9][0xa4][0xd4][uX:[0xb4]-[0xfb][0xa4][0xb6][0xfa]T[0x0][0xbf][0x1a]?{[0x82][0xfc]!)2[0x97][0xd3][0x8d][0x1][0xc9]E[0xdd][0xd5]WKif[0x99]_[0xde][0x9f][0x84]~[0xc9][0x9b][0xb3][0x19][0x16][0xb2]5mG[0x80][0xfd][0xea]2[0x4]1[0x17][0xcb][0xd1][0xc1][0xb6][0xf8][0xed][0xec]>[0x3][0xb8][0x84]]2[0x3][0x92][0xeb]w[0xda][0xeb]N[0xfe][0x18][0x9b][0x9c]/[0xe4][0x1e]#[0x97][0xe3]j[0xae]V[0xf1][0xa6][0xc2]o[0xb4][0xed],[0x94]]#[0x8][0x8c] [0xf8][0x90]}[0xa3][0x8b]c[0x84]_PF=%[0xac][0x11]*[0x87][0x16]kq9[0xbf][0xc2]g[0x1d])[0x84][0xcf]u[0x8][0xd9][0xb4][0xd3][0xda]F[0x10][0xb2]y%F[0x10]~[0x4]5[0xc2],h3[0x9b][0xca][0xaf][0xfc])[0x8][0x11]V[0x8c][0xb0][0x84][0xe1],[0xe7][0x92][0xcb]Pf[0xe][0xe8][0xf5][0x9e]0[0xd9][0xe9][0xf4][0xd4][0xb8][0x82]?[0x6][0x8f][0xb][0xfe][0xbd][0xae][0xd0][0x19]%[0xa1]'QS[0x92][0x1b]([0x93]{)i/[0xc3]t[0xde].[0xc9][0x9d][0xe1][0xc9][0x9d][0x81][\r][0x9c][0xb1][0xda]K[0xb2]q[0xb9][0xf7][0xb9][0xa6]il;[0x9][0xf5]6L9[0x8b][0xda]][0x8d]u#[0x88][0x9c][0xab][0xd4][0xa9][0xb]*[0xb9]N#[0x87][0x92][0x91][0x1a]][0xde]=6[0xad]2[0x8d][0x9b][0x9b][0xf0]n[0x97][0xf5][0xcd][0x14]$[0x17][0x97][0x13]x=[0xd9][0xd7][0x8c]"[0xaa][0xe0]6[0x84][0x95][0x13][0xce]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x8b][0x81].[0x99]7[0x8d]bj[0x0][0xe7][0xd1][0xd0][0xd7]~[0xc2][0x13];[0x17]5[0x1c][0xbb][0xa9][0xd2][0x6][0x9a]r#[0x85]m[0xc2]|roG[0xd2][0x86][0xd0][0xe2]pw![0xcc]'M[0x12]WR[0xb6]x[0xcb]{[0xd0][0xcb][0xd1][0x85][0xd5][0xc8][0xcd]>[0xf][0xd6]A[0x1e][0x88]][0xe2][0xff][0x17]R[0xcc][0x86]T[0x2][0xd4]H([0xc0]f[0xea][0xbe][0x85]6[0xb9][0x8a][0x0][0xb7][0x96][0xd9]9[0xee][0x2][0x99][0xcb]3[0x7][0x88]+~*[0xa7][0x9b]y[0xc5][0x11][0xdf][0xeb][0x8a][0x8f][0x8d]Y%1[0x8a]i[0x1][0xec][0xac]|[0xca][0x9d][0x14]v[\r][0xff][0xbc][0xed]*[0x13][0x11][0xf3][0x9e]2F[0xb7][0xe8]%G[0x85]0[0xb6][0xba][0x9c]W[0xda]k[0xfa][0xb3][0xa7][0xca]q[0x8f]g[0x8d]}[0xb2][0xb7][0xec][0xe9]"[0x9e]3c[0xba][0xfe][0xdd][0xe1]r[0x8][0xb][0x87][0x13][0x15][0x97][0xfb][0xcb].[0x87][0xdd][0xcb][0x8e][0xbf]^[0xcd][0xbd][0x1d][0x4]l[0xc3]P[0xe6][0x10][0xbe][0xfc];4E[0xc1][0xa6];[0xc4][0xa5][0x1a]w5N[0x1f][0xc1][0x8c]s[0xc2][0xf6]I[0x84][0x1e][0x12]'[0xf6]@[0x8e]`f_[0x93][0xb7]:[0x8d]Yk[0x83][0x9d][0xa1][0x99][0xa1]y[0xc7][0xd0][0xd4].[0xdb]3C[0xf6]K8V:[0x1a]R[0xee]{[0xe3]e[0x87]z6;fN[0xda]G1[0xc7][0xb5]_[0xc8][0x86][0xdb][0x89])[0x1c][0x7][0xb9][0x1a][0xe2]?[0xee]4[0x9f][0xed][0x0]sH[0x86][0xf]c [0x1][0x93][0xc1][0x91]c[0x88][0x1d][0xa4][0xd6]9[0xd6][0x8][0x16]#[0xd6]"[0x3]E[[0xbd][0x95][0x84][0xde]E_[0xba][0x86][0xf]([0x8f]mz[0x16]7[0xf9][0x12][0xf2][0xa8][0x9]z[0xe3]n[0xd2]I[0x88]vb[0xf][0xf7][0x82]^ ;g[0x9d][0xae][0xe7]5 [0xd4][0xa8][0xbe][0x8e][0x85]*[0xde][0xa7]([0xaf]`[0x1e][0x9]X[0x92][0xdc][0xc7]Z[0xe1][0xc6]][0xdd]Y\[0xb4][0x8b][0x96][0x9a][i[0xee][0xc3]e[0xe6][0xae][0xf3][0xde][0xea]Z/p[0xd7][0xb9]o5[0xb5][0x14]]4H[0xa5][0x17]]O-n[0xa0]=n,[0xe3]6[0xd5][0xe3]v[0xdd][[0xf0][0x9d][0xa3][0xbe][0xbe][0xc3]n[0xc5][0x9f]C[0xb4][0x9a][0xc3][0xcd][0xbe][0x1c][0xd8] [0xb8][0x1c].w#c,*[0x9a][0x2]U,n)[0xb][0x86]z[0xef]i[0xea]1[0x0][0xdd][0x16][0xcf]F[0xc3]u[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[\r][0xfc]%[0x1f]8[0x8e]?[0xf]q[0x8f][0xdd][0x8a][0xbf]b[0xf3][0xaa]9[0xdd][0xea][0xab][0x18][[0x1d][0x17][0xcb]U[0x15][0x8a][0xcd][0xf][0xa0][0x94]T[0x1c][0x16]wN[0xa0]X[0x6][0xd9]q[0x85]Bv[0xc][0xaf]P[0x98][0x9c][0xb1][0xc1]q[0x81]nr[0xc5]4[0x8c][0xcf],%[0x1b]:[0x85][0xee][0x18]][0xe2][0xee]2q[\r][0x9e][0xb8][0x6][0xe4][0xdd][0xa4]R[0xf0][0x1e][0xc5][0x8f][0xe9][0x82]j[0xa6][0xf7][0x93][0xe9][0x3][0x13]0[0x1d]{[0x1c]v|[0x13][0x18][0xa4][0xc5]aXn[0x90][0x7]'0[0xc8]0>Pa[0x90]a[0x1c][0xf2][0xc]r[0x98][0xb3]#[0x9e][0x98]]>[0xd8][0xe7][0x94][0x8b]r[0xb0]?L[0xec]''[0xc0][0xfe][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xb2][0xf3]!O[0xdc][0x87]9[0xbb]~Rq[0xb][0xab][0xc5][0x8d]R[0xdc][0x99][0x9][0xc4]Uj[0xd7]P[0xa5][0xdd][\r][0x93][0x8a][T-[0xee][0x1c][0xc5][0x9d][0xbf]`q7ze[0xf3][0x1d]n[0x18][0xd4][0x8a][0xa8][0xd3]x[e[0x10]<^[0x16][0x4][0xb5]^[0x10]|[0x4][0x1f]u[0xef][0x9f] *[0xc9]H=[0x89][0xd8][0x9e]SX[0xbc]3[0xb8][0xa6][0xd9][0xcb]5[0xc7][0x90]h[0xbe][0xb][\r][0x89]X;Ob-r[0x9c][0x90][0xc3][0xe6][0xb1][0x1a]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xef]<[0x1a]`[0xea]>[0x11][0xdb]+[0xc7][0xa5][0xe6]d[0x11][0xa5][0x81][0xff][0x89][0xf8][0xd7][0x85][0x1a]>[0xcb],[0xff][0x1c][0x96][0xe0][0x5][0xb6]A[0xcf][0x10][0xc5][0x8b][0xec][0x1b]^[0xf2][0xba][0x85]:j&[0x99]][0xec][0xd0][0xe3][0xd9][0xa1][0x7][0x1f]cvs[0xca]u[0x4][0xc1]WQ[0xa7]4[0xbf][0x82][0xd9][0xdc][0xb9][0xc9][0xcb][0x8f][0xb7][0xb8][0xbd][0xcc][0xc2][0xd8][0x82][0xae][0xd0][0x9a][0xd8][0x82][0xe6]![0xa7][0x96][0xa9][0xc1][0xfb][0xd8]U[0xda]z,a6\[0xd3]\2[0xbf][0xd3]-[0xfc][0x9a][0xab][0xdf][0xb0][0xa8][0xfc][0x16][0xb][0xf0][0xbb][0xb2][0xb6]e[0xa1]+>[0xc8]b[0xf3]q[0xbb][0xb0][0x84][0xd1][0xcc][0xb6][0xe5]J[0xb7]x[0xcc]C[0xe0][\r]6lA[0x15][0x9f]Phx[0xe5][\r][0xaa][0xe9].[0x2][0xb2]!q\l[0xe6][0x15][0x11][0xb5][0xae]-q/[0xc2][0xa1][0xe3][0x89]'[0x11][0xe][0x1e]O<[0x86][0xa5][0xb7][0xdb][0x93][0xf3]X[0xda][0xc7]"[0x19]g[0x17][0xe2][0x80][0xae][[0xf6][0x4]f[0x4][0x8f][0xcb]b[0xd9](Z[0x3][0xb0][0xe9]B[0x2][0xdd][0xa9][0xa0][0xab]X#[0x80][0xdf][0x13][0xd2][0x1f]h[0xd7]?2[0xc8][0xfe][0xc4][0x1a][0xf2][0x17][0xe2]y[0x99]6[0xfe]+[0x9a][0xf0]7[0xda][0xfd][0xef]h[0xc5]?[0xd8]3[0xff][0x93]}[0xc3][0xbf]x[0xef][0xdf]T[0xe9]?[0xb6][0x8a]m[0xe][0x1e][0xcf][0xc2][0xeb][0x98][0xfb]%[0x7]4[0xe1]b|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]&[0xde]ET[0xfb]3L[0xad][0xa5][0xda][0xe9][0xec]tr[0xc7][0xa9][0x9d]a5\[0xfb][0x1a][0xe6][0xa8][0xf8],[0xeb][0xa7][0xb4]P[0xb7][0xe0][0x8b][0xae][0xc2][0xa5]6[0xe5][0x14][0xda]*[0xfd][0xf0][0xbf]>m[0x8a][0xc2]d?V7[0xa5]r[0xcb]YM[[0xe8][0x11][0xa8][0x95][0xff][0x2]^[0xe5][0x9d][0xd7][0xca]8[0xd4]x[0x1c][0xbe][0xec]U[0xba][0xf2].I[0xad][0xa8]PJ[0xa8]Z|l=[0xeb][0xfe][0x9b][0xc2]>[0xdf][0xf7]r[0xce]{[0xe9][0x15]n[0xc8][0xd7][0xb5]%[0xec][0xa0]HT[0xd6][0xc7][0xf9]>MC[0x0]_[0xb1][0xc7][0xaf][0xe2][0xb][0xb6][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x87]'[0xf0][0xf9][0x9a][0xba][0xff][0x1]PK[0x7][0x8]Z[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.class[0x95][0x92]Mo[0xd3]@[0x10][0x86]g[0x9d][0xf]'i[0xa1]m @[0xf9]*PhS[0xa0]X[0xb4]@[0xf][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x4][0x2][0x11][0x92]C[0xaa]Jp[0xdb][0xb8]+g[0x83]c[[0x8e][0x1d][0xd1][0xff][0xc4][0x1]N[0x95]@[0xe2][0x7][0xf0][0xa3][0x10][0xef]:[0x96][0x1b][0xd9][0x6][0xc4][0xc1];[0xbb]3[0xf3]>[0x9e][0x99][0xdd][0x9f][0xbf][0xbe][0xfd] [0xa2]]j[0xd6][0xa8]D[0xeb]:[0xdd][0xad][0x91][0xa6][0xec]=[0x9d]6t[0xda]dTnIG[0x6][0x7][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0xad]#F[0xc5][0xb6]{,[0x18]-u[0xa4]#[0xba][0xe1]x [0xfc]C>[0xb0][0xe1][0xa9]w\[0x93][0xdb]G[0xdc][0x97][0xea][0x1c];[0x8b][0xc1]PN[0x18][0xed]v\[0xdf]2[0xb8][0xc7][0xcd][0xa1]0l[0xd7][0xb2][0xa4]c)[0xfb]ddL[0x5][0xef][0xb8][0xb7][0xcf][0xa8]d[0xda][0x82][0xfb][0x8c][0x16]Lx[0xb9]t&o[0xc5][0x9][0xa3]F[0xb3]3[0xe2]Sn[0xd8][0x1c][0x8c]~[0xe0][0x3][0xb5][0xbf][0xf5][0x1][0xe5]}T[0xd1]z6[0x88][0x90]%[0x2]F[0x1b]y[0xc2][0xbc]t[0x1d][0xe9]m[0xd7][0x3]m[0xa5][0x19]'[0x84][0x81][0xb4][0x8d]YU[0xd5][0xbe][0xb4][0x1c][0x1e][0x84]>[0xda][0xdb]K[0xc7][Y^[0xd6]s[0x0]J[0x3][0xff]x3[0x1e][0x87][0x81][0x9a][0x13][0x84]=[0xbf][0x1b][0xda]6[0xfe]-'/[0xc7]^p[0x12][0x8d][u[0xe5][0x85](}3[0xa7][0xf4][0x9c]fp=[0xa5])[0xb7]CTV[0xf6][0xc5][0xd8][0x9d][0x8a]?[0x8c][0xb][0x89][0xb5][0xbe][0x1b][0xfa][0xa6]x%[0xd5]5[0xad][0xe6][0xdd][0xc0]#[0xa5][$[0x9d]*[0x18][0xc4]Y[0x97][0xaf][0xf9]d[0x88]([0xa3][0xc7][0xff]}[0xa7][0x8c][0x96][0xcf]j[0xe9][\r]F[0xc2]Do[0xdb][0xc5][0xa4][0x11]t[0x9b][0x8a]x[0xa8]h[0x10][0xaf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xf2][0xb0]Vq2`[0x19]l[0xe9][0xfe])[0xb1][0xaf][0xd8]hT[0xc3]Z[0x8e][0x9c][0xd7]i[0x1][0xeb][0xe2],[0x1][0xf6][0x1c],[0xa3][0xf3][0x89][0xf8]At[0xa6][0xac]pmN[0xc8][0x12][0xe1][0x12]-[0xc7][0xc2]g[0xb0][0x9a][0xd2][0x14]>[0xa7][0x94][0xeb][0x91][0xf2][0xd2],[0x1a]+[0xd5]n[0x85][0xea]Q[0xa5][0x17][0xe8]b[0x9a][0xc1][0xbe][0xa4][0x18][0xcd]0[0x1a]QL1v`[0x95][0xa2][0xf2][0x9d][0xb4][0xf7][0xa7]TH[0x93][0xb6][0xe7][0xfa][0xa8][0xc4][0xa4][0xcb]Q[0xce][0x15][0xf8]V[0x13][0xce][0xc3]x[0x8a][0xd9]Zv[0xe6][0x8]Z[0x86]p[0x95][0xae][0xc5][0xdd]$[0x84]bz"{9[0x4][0x86][0xab][0xb9][0x11]+[0x9f][0xe3]+[0xe4]]B+[0x12][0xde][0x9a][0x5][0x93]1[0xb0]x[0xc]jw[0x13];5[0x80]5d[0xcd]`O#F[0xe][0xec][0xc5][0xdc]L[0xb3]0[0x86][0x17][0xa6][0xf2][0xef][0xfc][0x6]PK[0x7][0x8][0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.class[0x8d][0x92]AO[0xc2]@[0x14][0x84]g[0x1]iAT[0xc4][0xa3]w[0x95][0x83][0xec][0x1][0xe3]A[0x8][0xc6][0x90]x[0xd2]x([0xe9][0xfd]Q7K[0x9b]M[0xdb][0x94][0xad][0xe1][0xb7]y[0xf0][0x7][0xf8][0xa3][0x8c][0xaf]U[0x88][0x81][0x86]x[0xd8][0xec][0x9b][0xcd][0xcc]7[0xbb][0xc9]~~[0xbd][0x0][0x18][0xe2][0xcc]A[0xd7][0xc1][0xa9][0x83][0x9e][0x80][0xab][0x95][0xf5][0xc9][0xe4]J[0xe0][0xe2][0xea])[0xa2]7[0x92][0x86]b-=[0x9b][0x85][0xb1][0x1e][0xf5][0xff][0x1c][0xbd][0xcc]#[0x15][0xd8][0x91]@[0xcb][0xb]uL6[0xcf]8t=[0xf6][0xef]v=[0x93]*[0xd4][0xcc][0xe7][0xac][0x9b][0xe6][0xeb][0xbe][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3].[0xaa][0xef][0xb][0xc][0xfe]][0xc2][0x1d]E[0xa0][0xc3]-[0xf][0xc6][0x94]EK[0x81][0xde][0xaf]3[0xb7][0xa1][0x91][0xcf][0x94][0x96][0x9e][0xfb][0xbd][0xd0][0xb5]u\[0xd9]1)[0x9]m/[0xc9][0xb3]@=[0x86][0x86]_s[0xfe][0x3][0x98]-2E[0xaf][0xd3]$[0xb6]je9?([0xe2][0x2][0xc3]$[0xd3][0x92]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]J[0x9a]Dk[0xe6][0x14][0xfb]M$[0x97]i([0xab][0xa3][0x2][0xdd][0xed][0xeb][0x9][0xdc][0xee][0x5]M[0x8d][0xa2][0x98][0xe6]Fm[0xb3][0x9a][0x2][0x2]5^u[0xfe][0x1][0xf5][0x86]@[0x3][0x7][0xac][0x9a][0xac]jpX[0xbb]hmt[0x9b][0xf5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!:[0x1b]}[0xc4][0xd3]q9[0x9d]|[0x3]PK[0x7][0x8]o[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/spi/Provider.class[0xb5]V[w[0x13][0xd7][0x19][0xdd]#K[0x9e][0x91][0x18]##[0x1b][0x3][0xa6]$[0x2][0x12]b[0xcb]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0x85][0x4][0x1b][0x17]cl[0xe2]F[0xc6][0xae]-[0x93]8[0x97][0x92][0xb1]<[0x96][0x7][0x84][0xa4][0x8c]F[0xe][0x90][0x90]4I[0x93][0xd0]{[0xd3]K[0x12]H[0x93][0xe6]Z[0xf7]^[0x3][0xb1] a[0xad][0xb6]Oe[0xad][0xfe][0x81][0xfe][0x87]v[0xf5][0xa1]}f5[0xdd]gfd[0xcb][0xf2][0x98][0xcb]C[0x1f]4[0xe7][0x9c]o[0xbe][0xeb][0xde][0xdf][0xf9]4[0xfb][0xef][0xe7][0x2][0xf0]e\[0xb][0xa1][0x13][0xd9] [0xea]qRF.[0x84]:[0xe4][0xc5][0xa1] [0xe3][0x19][0x5]f[0x8]EX[0xe2]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0x16][0xcf][0x8a][0xdd])[0x5][0xa7][0xc5]zF[0xc1]sb}^[0xd8][0x9c][0x95][0xf1]B[0x8][0xeb][0xf0][0xa2][0x8c]o[0x86][0xf0][0x12]^[0x16][0x8f]Wd|Kh[0xbc][0xaa][0xe0][0xb5][0x10]^[0xc7][0xb9]5[0xf8]6[0xbe]#[0xe3][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]'[0xdc]}_[0xc6][0xf]B[0xb8][0xb]Y[0xf1][0xf8][0xa1][0x82][0x1f][0x89][0xf5][\r][0x5]?[0x16][0xeb]9[0x5]?Q[0xf0]S[0x5]?S[0xf0][0xa6][0x82][0xb7][0x14][0xbc]-l[0xce][0x87]p[0x1][0xef][0xc8][0xf8][0xb9][0x84][0xc6][0x81][0xde][0xbe][0xd4][0xf0][0xe8][0xc4][0xb1][0x91][0xd1][0xc1][0xe1][0xd1][0xc1][0xd4][0x84][0x84]H[0xf2][0xb8]6[0xab]%[0xb2]Z.[0x93][0x18][0xb3]L#[0x97][0xe9][0x92][0xd0][0xd0][0x97][0xcf][0x15]--g[0x1d][0xd5][0xb2]%[0x9d]J[0xa9][0x87]G[0xfb]{[0xf][0x1d][0xeb][0x1b]>[0x92][0xea],ul[0xa8]wDBKr[0xf8][0xf0][0xe1][0xfe][0xd1]E[0xa1][0xeb][0x9b]Q[0xe][0xf5][0xf][0xf4][0x8e]'SUQ[0x9a][0xaa][0xa2][0xc][0xe6],=[0xa3][0x9b][0xc]S[0xef]x[0x90][0xb0]5[0x99]73[0x9][0xad][0xa0][0xa5]g[0xf4]D6[0x9f][0xc9]0[\r][0xb1][0xee]>[0x9e]H[0xf2]d++[0x5][0xd3][0xc8][0x9b][0x86]uZB0[0x9d][0xd5][0x8a][0xc5]#[0xda]I[0xa6][0xd6]h[0xcd][0x98][0xba]6[0xc5][0x84]-[0xfd][0x94]5[0xa4][0x15]$[0xd4][0x95][0xcc][0xac][0x84][0xb5]N[0xc8][0x9c]n%[0xc6]G[0x93]t[0xb0][0xc6][0xb6]J[0xe6][0xb5])[0xdd][0x94][0xb0][0xa5]*#S[0x9f]N<[0xaa]k'F[0xf5]i[0xdd][0xd4]si[0x9d][0xda][0xc1]1#[0x93][0xd3][0xac][0x92][0xc9][0x18]{n[0xa6][0xdb]][0xf5][0xb2]o)BW[0x8f]([0xb0][0xdb][0xc8][0x19]V[0x8f][0x84][0x9e]6G[0xab]d[0x19][0xd9][0xc4][0x88][0x99]/[0xe8][0xa6]e[0xe8][0xc5][0xae][0xe5]9[0xae][0xe2][0xa9][0xfd][0xa8][0x4]_~[0x8a][0x99][0x84][0x93]FN?R:9[0xa9][0x9b])m2+[0xa8]I[0xe6][0xd3]Z[0xf6][0xa8]f[0x1a][0xe2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0xd6][0x8c]Q[0x94]p[0xdf][0xea][0xb0][0x16][0xb][0x86][0xc8]c[0xd6][0x98][0xb2][0xc1][\r][0x14][0x98]SQp[0xea][0x99][0xa6][0x84][\r][0xab][0xe4][0xc6][0x1a][0x9f][0xd5][0x8d][0xcc][0x8c][0xc5][0xa6][0x19][0xb3][0xb4][0xf4][0x9]2`'[0xc1][0xcb] [0xe3]][0x19][0xef][0xb1][0xcd]e[0xfc]B[0xc6][0xfb]d [0xa3][#[0x8b],[0xae]ok[0xf7][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]Z}K[0x4]7/S[l[0xd1][0x8d]Y&[0xe0]4[0x87][0xcb][0xfd][0x80][0x96][0xb6][0xf2]&[0x1d]7-[0xb3][0xb0]][0x89][0x12]I[0xff][0x99]3[0x12][0xd6]y[0xbc][0x93][0x18]g}[0x95][0xbc][0xff]TZ/XF>'[0xea][0xcb][0xba][0x1d][0xd3][0xb2][0x1c][0xe9][0xd3][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xcd][0xb5][0x1e][0xbb]c=][0xbc][0xc8][0x12][0x6]Wf[0xd2][0xdd]qsR[0xbc]J[0xb2]{[0xa9][0x89][0xb0][0xa4]V[0xf4]z[0xb3][0xc8]n[0xa5][0xb8][0xff][0xce][0x3][0xd7]:q[0x1a][0x98]A[0xc7][0xc5]mj[0xac]8\[0xba]O[0x8a][0x95]w[0xd8][0xa0][0x9a][0xa9][0x17]KY[0xf6][0x80][0xd2][0x9d][0xce][0xba]-_[0xd7]&[0xfa]64[0x96]/[0x99]i}[0xc0][0x10]@5T:n[0xa7]p[0xa5][0xe2][0x0][0xc][0x15][0xfb]@_[0x9b]or[0xc1][0x84][0xde][0x7]*[0xba][0xb1]_[0xc2][0xbd][0xb7][0xd5][0xd0][0xbc]'.r[0x95]nc+[0xaa][0xf8][0x10][0x1f][0xa9][0x1c][0xdf][0xbb][0xd9][0x8b]*>[0xc6]'*[0xf6]b[0xb7][0xa0][0xcf][0x3]r[0x15][0xf]"[0xc1][0xb2]kQQ[0xf1][0x10][0x12]*~[0x89]9v[0x8c][0xe7][0x95]P[0xf1]+[0xfc]Z[0xc2][0xae];fY[0xc6]oT[0xfc][0x16][0xbf]S[0xf1]{[0xfc][0x81]|{[0xb4][0xa3][0x8a][0xaf]`[0x8f][0x84][0xf6][0xf1][0x9c][0xe8][0xbc][0xa8][0x95][0x8f][0xa6][0x99][0x9e][0xa5]G[0xed][0xd1][0x16]}[0xee]l[0xb4]X[0xd0][0xd3][0xc6][0xb4][0xa1]OE[0x8d][0x1c][0xcf][0xbc]*[0xa6]1.[0xe3][0x8f]*[0xe6]qQB[0xe7][0x1d]5[0x1][0xe7]`[0x5][0xd4]'T\[0xc2]eN[0x82][0xda][0xcb]x[0xb0]dd[0xed][0xba]?[0xc5][0x2][0xf5]+cz[0xbf][0x10][0x94]%[0xf8][0xe2]Q^[0xba][0xda])M.C[0x8b]S[0x9c][0x7]?g6[0x97][0xad][0xf1]h[0xd5][0x94][0xde][0x9f]+e[0xb3]m[0xb9][0xbc][0x15][0xa5]qzF[0xd4][0xdc][0xce][0xc1][0xbe]\[0x87][0xb7][0xf7])A[0xe7][0x15][0x19]WU|[0x86][0xcf][0xc9][0xda]R[0x8a][0xc3][0x93][0xc7][0xf5]4[0x1b][0xb3][0xd9]k[0xae]q[0xd6]T[0xf7][0xf4]2[0xc3]Jk[0xaf][1[0xa2][0xc4][0xe4]J[0xd6]F[0xb0][0x87][0xb4]3[0xdf]l[0xef][0x1c]C;[0xda]V[0xce]-[0xcf]Q&[0xcf][0x8a][0xd9][0xe1]i[0xe][0xec][[0x98],[\r][0xc9]:[0x86][0xaa][0x9d][0x8d]n&[0xe4]@[0xc][0x5][0xbb]%ycn[0xe1][0xb2]2[0x2][0xc3]5"[0x82]a[0x14]{[0x8b]E[0xf1]/H[0xdc][0x7][0xcc][0xfc]I[0x11]o[0x85]e[0xfb][0xe3]dR+[0x8e][0x95]&[0xd3][0x8e][0xd9]=[0x1e]:[0x1e][0xf1][0xee][0xbe][0xc5]?>[0x7][0xb6]n[0x9a]y[0xae][0x8f]xT[0xb0][0xb2][0xea][0xdb][0x91][0x8][0x8e][0xea][0xf5]gJZ[0xb6][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89],[0xa6]^+[0x14][0xf4][0xdc][0x14]o[0xca]m[0xf1][0xe7]vW[0x8d]~[0xc5][0xe1]M[0xf4][[0xda][0x6][0xbd][0xb9][0x8d][0xaf]~E-~[0x91][0x14][0xe9]I,[0x15][0x9c][0x82]l[0x85][0xca][0xfe]~6[0xc4][0x9d]Xwa+[0xbf]6;[0xf9]Y[0x1b][0xc2]&[0xec]D[0x2][0xf4][0xc1][0x93][0xf]2[0xcf][0xbb][0xaa][0xce]ky~[0xa0][0xea][0xac][0xa2]U[0xcc]R[0xee][[0xc5]P[0xe2][0x1a][0x11][0xe3][0xd4]^9:[0xed][0xf5]!w[0xe5][0x88][0xb7]W[0x8e]p[0xda][0xf7][0xd8][0xf6]_E[0x90][0xfb][0x3][0xe8][0xe5][0xf3] %[0xff][0x86][0x1f][0x1][0xae][0x3][0xb1]+[0x90]b[0xf1][0x5][0xf8]b[0xd7]P7[0xd1]y[0x5][0xfe][0x5][0x4]:"r[0x19][0xca]>l[0x93][0xff]:[0x82][0x97][0x10][0x9c][0x83][0xb2][0xc9][0x15][0xa1][0x5][0xac][0x89]uDT[0xbe]\@[0x3]wk[0xed]][0xf8]"=[0xd5][0xa1][0x8f][0xcf]mP[0xf8][0xdc]C[0xef]{[0x19][0xf1]A[0xac]gV[[0x98][0xd1].[0xe6][0xd4][0xc5][0x8c][0xfa][0x99][0xd3]!j[0xec]v[0xa2][0xf3]<[0x0][0xd8][0xbb][0xc3]x[0x98][0xb9][0x89][0x9d][0xc8][0xdf]g[0xef][0xba]1H[0xbf][[0xd0][0x8e][0xaf][0xb1]6?[0x1e][0xa1]t/|_P[0x10][0x90][0x91][0x94]1$[0xe3][0x88][0x8c]a[0x19]#[0x90]([0xf8]BTU[0xfb][0xc2]g[0xb][0xbe]N[0xe7][0xa3][0x18]s[0xcb][0x17][0xc0][0x8a]`[0x81][0xd8][0xa7]X3o#$[0xb2][0xaf][0xb7][0x85][0xfd]v[0x86][0xaa][0xa3][0xe0]f(![0x85]q[0xf][0xe3][0x86]Z[0xe3]aO[0xe3][0xa3]x[0x94]Z[0xc2][0xf8]?[0x94][0xd6][0x9]=a|[0x1d][0x1]i[0x9e][0x9b]@[0x19][0x8d][0xe1][0xa7]R[0x87]-[0xe8][0x10][0xaf][0xca][0x88][0xc]E[0x9a][0xe2]e4[0x9f]G([0x1e]i*c[0xfd][0xfc][0x1c]Z[0x87].aCd[0xa3]P[0xe0][0xcf]W[0xc6][0xa6][0xf8]gh[\r]@[0x9a]g[0x90]Vv[0xcc][0x1e][0xb4][0x10][0x3][0x91][0xce][0x3]L[0x2]x[0x8c][0x9d]5A&[0x9e]@3[0x9e][0xc4]F>&[0xa9][0x82]X[0x87][0xc6]u[0x8][0xdc][0xc0][0xfd][0x1c]C;v[0xdc][0xc0][0x1][0xb2][0xb9][0x81][0x3]r[0x6][0x86]K`[0xcc]f[0x7]X[0xeb][0xbb][0x8a][0x8e][0xcb][0x8]^E[0xfc]26\[0xb4][0x99][0xea][0xb3][0xff]&D[0xcf]t[0xb2][0xff]vRr[0xdc]f[0xf8][0xc4][0xff][0x0]PK[0x7][0x8][0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classuP[0xcb]N[0x2]A[0x10][0xac]F`[0x5]|[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xaf][0x6]b[0xe2][0x1e][0xc4]x[0xd0]xAM[0x8c][0xf][0x12]1[0x1e][0xbc][\r][0xeb]d[0x98][0xcd][0xb0][0xbb][0x99][0x9d]5[0xf2]k[0x1e][0xfc][0x0]?[0xca][0xd8],[0x18][0x13][0x90][0xb9][0xd4]twuUw}|[0x2]8F[0xcb][0xc3][0x9e][0x87]&[0xa1][0x14][0x18]),a[0xad][0xdd]y&[0xd4][0x82]8rBG[0xe9][0xad][0x9c][0x10][0x9a][0xed][0xbb]P[0xbc][0x9][0xdf][0x88]H[0xf9][0x3]gu[0xa4][0xce]:/[0xcc]U[0xd2][0x11][0xe][0xfe][0xab].[0xa7][0x8][0x1e][0xd3]{q[0xc2][0x82][0x8d][0xf6][0x9c][0x90]9m[0xfc]{[0x91]p[0xb5]2[0xd0]*[0x12].[0xb3][0x92]p[0xba]X?_[0xd6][[0xce]\[0xb0]J[0x93]=n[0xc6][0xe3][0xcc][0x89][0xa1][0x91][0xdc][0xd8][0xb7][0xf][0x99]1[0x84][0x16][0xe7][0x1f][0xa5]x[0xed]Gf[0xd2][0xe3][0xdd][0xe4][0xbb][0xbb][0x14]N[0x10][0xe][0xd9]*[0xb6][0xca][0x17][0x89][0x8]F[0xd2]7[0xb1]R[0xac]5[0xc5]n8[0xb3][0x9f][0xa9][0xcf][0x86][0xf4]tz5N[0xdc]$[0xbf][0x13]_[0xa0]:[0x88]3[0x1b][0xc8]kmx[0xea][0xfd]_[0x83][0xa7][0x91][0xe5][0xdf][0xdc][0x86][0x1b][0x8f][0xa6][0xa3][0x12]NV[0xfa][0xa4][0x89][0xf6]W5[0x13][0xea][0x9b][0xf6][0x87][0xa1][0xc]\[0x99]@(`[0xfa][0xbc]"[0x8f][0x82]"[0xc0]XB9G[0xf][0xeb]9VPe^[0x8d]Y[0x5]lp[0xbc][0xb9][0x10]oa;[0xe7][0xd5][0xd1][0xe0][0x1c]a'[0xaf][0xec][0xfe][0x0]PK[0x7][0x8][0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/StandardLevel.class[0x95]T[0xdf]W[0x1b]U[0x10][0xfe].[0x9b]d7a[0xa1]I[0xa0]Ph[0xe9][0xf][0xca][0x8f]$@[0x3][0x95]Z[0x15]DR[0x1a]h4[0x84][0xca][0x2]m[0xa0][0xd8].a[0x1b]B[0x97][0x4][0xc3][0x86][0xe3][0x93][0xfe][0xb][0xbe][0xfa][0xe6][0x83][0xe7][0xf4][0xa5][0xf]mP[0x8a]z[0xf4][0xd4]7[0x8f][0x85][0x84]/[0x9e]c[0xc5][0x99][0xcb]JAx0[0xfb]0[0xdf][0xce][0xdc][0xb9][0xdf][0xcc][0xdc][0x99]{[0xfb][0xfb][0x87][0x9f][0x1][0xbc][0x85][0x8a][0x1f][0x1e]d[0x2][0x98][0xc1]][0x15][0xd7]U|[0x1c][0xc0][0x15][0xcc][0xb2]0xe[0x8e][0xc5]<[0x8b][0x85][0x0][0xee][0xe1]~=[0xb2]Xd[0xb1][0x14] [0xdb][0x3][\r][0x9d][0x8c][0xcb][0x1a][0xba][0xd8][0xe7][0x13][\r][0xdd][0x8c][0xf]5[0xf4]0>[0xd2][0xd0][0xcb]hj[0x88]0[0xae]h[0x88]2[0xe6]4[0xc4]T[0xac]*_[0xec][0xef][0xef][0xb3]n1[0xf7]c[0x15]y[0x1]efrR[0xa0]?]*[0xe7][0xe3][0xe6][0xa6][0x99][[0xb3][0xe2]v)[0x9f]/[0x14][0xf3][0x8c][0xc3][0xeb][0xf1][0xad][0xcd]B[0xdc]p[0xcc][0xe2][0xaa]Y^M[[0xdb][0x96]="[0xe0][0x9d]L[0xcc]%[0xd2][0x84][0xc9][0xd9][0xd9][0x99]Y[0x1][0xcf][0xbd][0xc4]l[0x86] [0x95][0x99][0x9c]![0xeb][0xed][0xe4][0xad][0xf9])[0xc2][0xb9][0xd9][0xc4]D[0x92]B$[0xd2][0xe4][0xab][0xa5][0x93][0xb][0xc9][0xb4][0x91][0x9c][0x13]hJ[0xaf][0x9b][0xdb]f[0xbc][0xe2][0x14][0xec]x[0xb2]X[0xd9]0,[0x87]H[0xfd]F!_4[0x9d]J[0xd9][0x12]H[0x9c][0xf4][0x18][0xad]%[0xc5]1[0xe2][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EGj[0x2]"%[0xa0]v-$[0xd2][0xf3]IC``[0xa9][0xb6]j}[0xdb][0xa6]][0xb1][0xb6][0x4][0xe2][0x91]h[0x8d][=[0x13][0xa5]U*[0xe7]L[0xba]P[0xb4]2[0x95][0x8d][0x15][0xab][0xd8][0xdf]@[0xcb][0xb9]'[0xd3][0xe6][0xa6][0xcc][0x9d].[0x85][0x8a]5j[0xe0]h[0xce]v[0xf3][0xa4][0xc8][0x14][0xec]H[0xb2]<[0x15]5[0x8f]D[0xc0](U[0xca]9k[0xb2][0xc0][0x7][0x14]>[0xb6]~[0x8d][0xa9]u[0xc][0xf1][0x9d][0xbc][0xae][0xa3][0x80]u[0x81][0xd8][0xff][0xa7][0xd7]q[0x13]Ot[0x8c][0x82][0xfe][0xe2][0x18][0xd4][0xd1][0x89][0xab]:[0xfa][0xd0][0xaf]bCG[0x11]%[0xaa]H[0xc7]&>[0xd5]Q[0xc6]:[0xfb]$[0xd8][0xfb]}[0x1d]][0xec][0xd8][0xcd][0xa2][0x87]E/[0x8b][0x8][0x8b]([0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xde]T[0x9c]*:V[0xde]*[0xeb][0x88][0xf1][0xea][0x16][0x1c][0x81][0xc6][0xe3][0xe7]A5[0xbd][0xb9]6)[0xc7]*[0x9b]N[0xa9]L[0xa7][0x9c][0xb3]KE*[0xb8]9[0x12]=r[0x80]3+[0xeb]V[0x8e][0xef][0xdd][0x8d][0xa3]30a[0x9b][[#[0xa7]M[0xe4][0xf1]P[0xb4][0xaf][0xe5][0xb4][0xd9][0xe1]6[0x85]N[0xdc]][0xbe][0x8c][0x87][0xe9][0xb4][0xfc][0x9b][0xc6][0xb1]4[0x89]P]3[0xb7]2[0xd6]g[0x8e]l[0xf7]"O[0xb0]T[0xbc][0xa6]m[0xf3]E[0xe9]9[0x99]g[0xf4][0x94][0x87]d|[0x88][0x1e][0xb8]+[0xf4][0xd6][0xd6][0x8f][0xb7]q[0x17][0x0][0xc2].[0x17][0xbb]][0xec]q[0xb1][0xd7][0xc5][0x88][0x8b]Q[0x17]c[0x8c]h[0xe7][0x6][0x82][0x1e][0xc][0xfa][0xaf][0xc3]5[0x84][0xb9][0xb5]@[0xb0][0x9d][0xc7][0x84]l>[0xf8][0xe9]E[0x1f]&[0x8f][0x1b][0xa4]u[0x12][0xf2][0x17][0xa8]B[0xec][0xa2][0xee][0x15][0x94][0xe7][0xa4][0x9][0xbc]-=y[0xed][0x1c][0xf9][0xdf][0xc4];[0xae][0xff]0q[0xb2]5[0x10][0xf6][0xc4][0xf6][0xe0]}[0x5][0xcf]s[0x19][0xe7][0xa8][0xff][0xbb]$[0xf5][0x3]/[0xbc][0x87][0x11][0xb9]NSC[0x92][0x19][0xee]@[0xa1]Z[0xc9]#[0xd6]w[0xe1]%|[0xb1][0x8e][0xef][0xa0][0xbe]8[0xe4]h[0xa4]U`[0x92][0xb8][0xa6]PO[0xbe][0xcc][0xd5]Bk[0xcc]8&[0xeb][0xe3][0xbf][0xf][0xa8]"[0xc5][0xad]p[0x9c]"[0xd1]`[0xba][0xf9][0xc5][0x9]9[0xb2]7[0xf6]-[0xd4]g[0xff]I[0xed][0xee][0x91][0xd4][0xbc].[0x9d][0x1f][0xb7]0[0xe1]n[0xfe][0x9a][0xbc]9[0xb5][0xc1]*=[0xfc]U[0xf8]w[0x11][0x98][0xee][0xff][0x1e][0xf5][0x2]_[0xa1][0x83]~t[0x1]*83[0xb0][0x8b][0x86][0xf6]o[0xe0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m [0xfd]t[0xff][0xf7]>>[0x2]E[0xc6][0xb9][0x8][0x95][0xe4]"[0xb1],[0xd1][0xff][0x3]j[0xd9]2[0xb5][0xe7]![0xb5][0xe4][0x11][0xb5][0xc2][0x94][0xf1]/[0x93][0xef]E4[0xe0]6[0xc5][0xe7]b[0x7][0xf][0x1a]D{[0xfa][0x91]$[0x9b][0xa0][0xf2][0x81]f([0xaf]Q[0xaf]bJ[0xc5][0x9d][0xbf][0xd0]A?[0x92][0x87][0x86][0x14]>t[0xb3]}M5[0xf0][0xf7][0xcb][0x8f][0xf0]d[0xc3][0x8d][0x8a][0xf2][0x12]gv[0xa0]I-[0xe8][0x9][0xae]J5$[0xd5][0xb0]7[0x84]_[0xa5][0xde]$[0xf5]f_H[0xf4]K[0xfd][0xac][0xd4][[0xd4][0x90][0xf8]R[0xea][0xad]R?[0xa7][0x85][0xc4][0x1f]Ro[0x93]z{[0xd0][0x17][0xaa][0xbb]/[\r][0xe7][0xa5][0xe1]BP[\r]_[0x94][0xfa][0xa5][0xa0][0xf6][0x13]Y[0x14]:2#[0xeb][0xa9]"dd[0xbd]U4[0x19]Y_[0x15]g[0x8d][0xac]ZE[0xab][0x91][0xd5][0xaa]h3[0xb2]A2[0x9d]' [0xdb]%c[0x7]"[0xec][0xd9][0xc3][0xe5][0x1d][0xf8]_[0x1c]N\[0x8c]&[0x6][0xe8][0xa0])[0xe8]$[0xd9]K[0x1d][0xee][0xa7][0xb9][0x19][0xc2]4[0xad].[0xd3]$[0x15][0xa9][0xdb][0x9f][0xd3][0x84][0xed]Q[0xd3][0xea][0xdc][0xfe][0x84][0xb4][0xc4][0xe9][0x0]PK[0x7][0x8][0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/spi/Terminable.classEM1[0xe][0xc2]0[0x10][0xf3][0x95][0xd2]P[0x16][0xf8][0x5]t![0x3][0xbc][0x81][0x95][0x1][0xc4][0x9e]F[0xa7][0x90](4U[0x8]<[0x8e][0x81][0x7][0xf0](D"[0x6]<[0xf8],[0xdb]'[0xbf]?[0xcf][0x17][0x80]-Z[0x1]!0#[0xb4][0x89][0xe3][0xd5][0xe]*1a[0xb2][0xee][0xce][0x84][0xf9]1[0xdc][0xa3][0xe6][0xbd][0xf5][0xd9]Z[0x9c]~q[0xef]y[0xe3][0xd4]C[0x11]V![0x1a][0xa9]F[0xa5]/,}0[0xc6][0xe][0xa6][0xdc][0x9d][0x93][0xb7][0xd1][0xca][0x9d][0xb0],[0xf][0xd2][0xab]\8[0xf4][0x8e]uj[0x8][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]T[0xe7]9[0xd4]Ea[0x9a][0xb9]B[0xf3][0x5]PK[0x7][0x8][0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classu[0x90][0xcb]N[0xc3]0[0x10]E[0xaf]K[0xdb][0xf4][0xc1][0xa3][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x1][0xa4][0xb][0xf0][0xa2]H,@l*[0x90][0x10][0x8f].[0x82]X[0xb0]s[0x83][0xe5]:r[0x1e]r[0x9d][0x8a][0xfe][0x1a][0xb]>[0x80][0x8f]BL"$[0xa4][0xb4]xs[0xe5][0x99]33w[0xe6][0xeb][0xfb][0xe3][0x13][0xc0][0x8]G[0x1e][0xe]<[0x1c]24B#[0x85]e[0xd8][0xf0][0x87]/[0xc][0xdd]0M[0x9c][0xd0][0xc9][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^.[0x19][0x6][0xfe]C$[0x16][0x82][0x1b][0x91]([0x1e]8[0xab][0x13]u9|%VI[0xc7]p[0xbc].[0xbb][0x1a]b[0xf0][0x8][0x1f][0xa7][0x19]5[0xec][0xfb][0xbf]@[0xee][0xb4][0xe1][0x8f]"[0xa3]l;[0xd0]*[0x11].[0xb7][0x92][0xe1][0xa2][0x9a][0xbf]Z[0xed][0xb7][0x1a][0xb9][0xa6].[0x3][0x9a]q[0x17][0xc7][0xb9][0x13]S#[0xa9]pb[0x9f]rch[0xb6][0x9e][0xdf][0xc4][0x99][[0x96][0xb][0x16][0xd6][0xb3][0x9c][0xac][0x9f][0xac][0xb1][0xbe]f[0x19]:H[0xd3][0xca]8][0xc8]nA@'Hs[0x1b][0xca][m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]yf[0xa5]x[0x1b][0xd3][0x11][0xe5][0xbb]#[0x1b]gE[\r][0xc3]ij[0x15][0x17][0x99][0x8]g[0x92][0x9b]T)*.[0xf4]<[0xe2][0xf3]L[0xf3]j[0x11]C[0xef]o[0xd4]d[0x1a][0xc9][0xd0]5[0x19][0x18]j(^[0xab]N[[0xa0][0xe][0x90]6[0xd0],[0xd5]C[0xab][0xd4]6:[0xc4]u[0x89][0xaa]a[0x93][0xfe][[0x95][0xff]6vJ[0xae][0x87]~[0xa9][0xbb][0xd8][0xa3][0x1c][0xc3]~I[0xc]~[0x0]PK[0x7][0x8][0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.class[0x95][0x90][0xcf]J[0x3]A[0xc][0xc6][0xbf][0xd4][0xba]k[0xfd][<[0xf4][0x19]Z[0xc4][0xe][0xa8][0x7][0xa1]R[0x10][0xa5][0xa7]J[0xc1][0x15][0xef]q[0x1d][0xa6][0xb3][0xc][0xb3][0xcb]8+[0xfa]j[0x1e]|[0x0][0x1f]J[0xcc]v[0x5][0xc1][0xe2][0xc1][0xc3][0x90][0xf9]B[0xf2][0xcb][0x97]||[0xbe][0xbd][0x3]8[0xc5]A[0x8a][0xdd][0x14]{)[0xf6][0x9]IU[0xc7]K[0xe7][0x8][0x87][0xc3]y[0xc1][0xcf][0xac][0xea]h[0x9d][0xba][0xe1]j2[0xba]'[0xf4]2k<[0xc7]:h[0xc2][0xf9][0xaf][0x82][0x8b]V:[0xf6]Fe1Xo&[0xeb][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "30:[0xde]j~\x[0xf7]zU[0xfa][0xa8]_[0xe2]5G&[0x1c][\r]G[0xf3]2[0x18][0xc5][0x15][0xe7]K[0xad]\i[0x8c]t5[0xf1][0xac]h[0x7][0xb5][0x9c][0xc6][0xf]a;+[0xeb][0x90][0xeb][0x99]ubgp[0xb7][0xc][0x82][0xfc][0xc6]I[0xc1][0xc9][0xb8][0x99]N[0x18][0xff][0x9]|[0xaa][0xac]Z[0xeb]"[0xf4]\/[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]G[0xc2][0xf1][0xbf][0x18][0x9][0x81][0xd0][0x91][0xb7]![0xe7][0xed]t[0x9]]l[0x8a]J[0x1a][0x85]T[0xf4][0x16]z[0xf2][0x97][0x5]V[0x99][0x9d]/PK[0x7][0x8][0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.class[0x9d]W[0xf9]W[0x1b][0xd7][0x15][0xfe][0x6][0x84][0x9e][0x10][0xe3][0xd8][0x6]C*[0xd7][0x8e][0xf1].[0xc0]6[0xb5][0xe3]$[0xb5]L[0x9c][0x80],[0x88]k!l[0xc0]Np[0x16]:H[0x83][0x18]G[0xcc]([0xa3][0x91]c[0x9c]6[0xfb][0xd2]%{[0xd2]6[0xa4][[0xba][0xa4]N[0x97]$^Z[0xc]q[0x9b][0xb8][0xad][0xeb][0xf6][0xa4]?[0xf4][0xf4][0xf4][0xf4][0x8f][0xc9][0xf][0xad][0xfb][0xbd][0x19][0x84][0x11][0x12]"[0x14][0xce][0x99][0xb7][0xdd][0xf7][0xdd][0xfd][0xbe][0xab]O[0xff][0xfb][0xd1][0xc7][0x0]n[0xc5]_[0x82]h[0xc3][0x83]A<[0x84]a[0x81][0xaf][0x6][0xa0][0xc9][0xe9]H[0x10]I[0xa4][0x82][0xd0]1*[0x90][0xe]b[0xc][0x86][0xfc][0x9c][0x14]x[0xb8][0x16][0xd5][0xc8][0x4]0^[0x7][0x13][0x96]@6[0x80]G[0xe4][0xd4][0x96]7rA8[0xc8]K[0xc0]S[0x92][0xfc]Q[0xb9]w[0xba][0xe][0x13]8S[0x87][0xc7][0xf0]5[0xf9][0xf9][0xba][0xc0][0xe3]A[0xac][0xc5][0x13]A<[0x89][0xa7][0xe4][0xec][0xe9][0x0][0x9e][0x91][0xe3][0xb3]A"?W[0x8b][0xe7][0xf1]B[0x0][0xdf][0x90]R|S[0xe0][Al[0xc1][0x83][0x2][0xdf][0xe]b[0x9b][0x1c]_[0xc]"[0x8c][0x97][0x82]x[0x19][0xaf][0x8][0xbc][0xaa][0xc0][0x1f][0xef][0xeb][0xe9][0x89][0xf5]+[0xd8][0x18][0xb7][0xec]t[0xbb][0x96][0xd5][0x92]cz{[0xc6]J[0xa7][\r]3-[0xc7][0xbd]'[0xdb][0xe3]\[0xe9][0xf6]~[0x5][0xf5][0x83][0xf7][0xf4][0xc7]:[0xf][0xe]G[0xfb][0x12][0x83][0xb1][0xfb][0x6][0x87][0xf][0xc7][0x86][0xb8][0x19]?[0xa9][0x9d][0xd2][0xda]3[0x1a][0xe9][0x7][0x1c][0x9b][0xd7]H[0xb9]"j[0x99]9G3[0x9d][0xe3]Z&[0xaf]+X[0xdb][0x13][0x1d][0xee][0xee][0x8f][0xc5][0x86][0xcb]![0xf8];[0xc][0xd3]p[0xe]([0xa8][0xe][0xb7][0x1c]W[0xe0][0x8b]Z)^Y[0x19]7L=[0x91][0x1f][0x1f][0xd1][0xed]Am$[0xa3]KNVR[0xcb][0x1c][0xd7]lC[0xae]g7}[0xce][0x98][0x91]Sp[0xfb][0xe2][0xe2][0xe7][0xb2]F[0xfb][0xe0][0x98][0xad]k)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xe8][0xa7][0x9d]^-[0xdb][0xad]%[0x1d][0xcb][0x9e][0xa0][0xa4]MI[0x9e]8[0xfa]B[0x2][0x5][0xbb][0xc3]-[0xcb][0xc3]$XM2[0xa3][0x9d]9[0xa3]`[0xf5]<[0x9b]D3Z.[0xc7]3_[0xd2][0x1c][0xa5][0xbc][0x9b][0x16][0x1e]%,[0xa7][0xdb][0xca][0x9b][0xa9][0xd8][0xe9][0xa4][0x9e]u[0xc][0xcb]$m[0x95]~ZA[0xe3]<[0xca][0xf9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x2]Y[0xdb]:e[0xa4]t[[0xc1][0xf6][0xca]R[0x1e][0x99]%[0xe4][0xc5]U[0xa3][0x9e][0xd6][0x1e][m[0x9c]8[0xea][0xb8]fjt.[0xa9][0xb2][0xb4][0xe2][0xae][0xc5][0xb1][0xf2][0x8e][0x91][0x91]`Y[0xdd]v[0xc]=w[0x8c]KB[0xae]q[0x16][0x18][0xc1][0x83][0xad]Jf[0x14][0xdc][0xbc]P[0xd3][0xb8][0xa5]y[0x82][0xf8]m=[0x97][0xcf]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0x97]m[0xe1][0xa6][0xe2][0x18][0x98][0xc8][0x16][0xe2]`[0xcd]Bn[0x1d][0xad][0x7]H[0x1f]-[0xd9]n[&O[0x89][0xb2]b[0xc0][0xd1][0x92][0xf]s[0xe5]2[0x13]xM[0xe0]u[0x81]7[0x98][0xda]Lh[0xe6][0xb0][0xc0][0x9b]LK[0x81][0xef](X[0xef][0xc5][0xd3]A}T[0xa3][0x8a][0xa5]a[0x15][0xe8]Hff[0xc3]=8`[0xe5][0xed][0xa4][0xde]mH[0xf9][0xd7]-[0x12][0xa2][0xbb][0xa4][0xfc]*[0xf6][0xe0]V[0xb2]U[0xf1]]|O[0xc1][0xde][0xff]'[0xd6][0xe9][0x10][0x97]f[0xcf][0xae][0x85]>S[0xf1][0x16]&[0x5][0xde]V[0xf1]}[0xfc][0x80]j[0xa9][0xf8]!~[0xa4]`[0xe7][0xb2][0xb8]Py[0x15]?[0xc6];*~[0x82][0x9f]*h^*[0xca]U[0xec][0xc0]NF[0xc0]1S[0x9a][0xb4][0xd9][0xb1][0x9a]3[0xf4][0xac][0xa3]7'-s[0xd4]H[0xe7]m=[0xd5][0xbc][0x90]G[0xf3]c[0xac]~?S[0xf1]s[0xbc][0xab][0xa0][0xa1]Lv[0x14][0xe1]y[0x8e]X[0x2]O[0x82][0xfd]B[0xc5]Y[0xbc]'[0xf0]K[0x15][0xbf][0xc2][0xaf]U[0xfc][0x6][0xef][0xab][0xf8][0x0][0x1f][0xaa]8[0x87][0xf3][0x2][0x17]T\[0xc4]o[0xe9]b[0x15][0xbf][0xc3]{*[0xa6][0xa4]~[?W[0xd2][0xa9][0xb8][0x84][0xf][0x19]+*[0xa6]1[0xa3][0xe2]#[0xbc][0xaf][0xe0][0x8e][0x12][0x8d]-[0x9b]3-[0xb5][0xa4][0xa4][0x97][0xa5]HC[0x88][0x8][0xfc]^[0xc5][0x1f][0xf0][0xb1][0x82][0xcd][0xb3][0x1e]Mk[0xf6][0x8][0xd3]x[0xd4][0xd6][0xf5]2[0xde][0xfd][0x4]W[0x98][0x8][0x15][0x5][0xee][0xf1][0x0][0xba][0x9]0`[0xd9][0x8e][0x9e][0xea][0xb4]mm[0xa2]4z+[0xa3]D[0xad][0xec]D[0x9f]y[0xaf]m8[0x95]Q*[0xc7][0xef]"[0xa9]#s[0xe0][0x8f][0x2]R[0xf1]g\e1[0xbb][0xe1][0xfe][0xbe][0x91][0x93]z[0x92][0xd5]d[0xc7]r[0x8a]W[0x11][0x82][0xf7]n[0xb1][0xe4][0x96][0xad]X|y[0xdc]}[0x17][0xe5][0x90][0xa3][0xdb][0x1a][0xf3][0x89][0xf][0xd4][0x2]b[0x96][0x89][0xb4][0xee][0xdc][0xe0][0xa2][0xe0]K[0x95][0x9e][0x90][0xf2][0x5]u5![0xa5][0xa4]2nV[0xe2][0x1a][0xee][0xa1][0xa4]U[0xd4][0xeb]*[0xa5]=L[0x9b][0xc4]I[0xd1][0xc4][0x1d][0x8f]k/[0xef]y[0xb8][0x9][0xe2][0xf6][0xf1][0xec][0x8]j[0xaf]K@[0x81]#[0x2]G[0x5][0xfa][0x5][0xc5]G[0x97][0xc0]`[0x9f][0xc0][0xb1][0x9b][0xfe][0x83]-[0xee][0xf6][0xf1][0xeb][0xb4]Z`>[0x91][0xb7]-p[0xaf][0xc0]}PH[0xfb][0x19][0x9a]>C[0x95]`@[0xe][0x15]B[0x8e][0x9a]WC[0xfe][0xb5]^[0xc0][0xc6]I[0xdc][0xc2][0xc0][0xab][0xdf]4[0x85][0xcd][0x93][0xa8][0xbb][0x8c]-C[0x97][0xb0][0xf5][0xdc]el[0xe3][0xb8][0x9d]cx[0xc8]w[0x9]-[0xe7][0xe6][0x2][0xbb][0x89]A[0xc][0x8c]P[0xeb]$[0xf5]I![0x84]Ql[0xe4]ok)53#$h[0xa3][0x13]s[0xd9][0xb1][0xc1][\r]{[0xc8]hh[0xbd][0x8]U[0xe6][0x87][0xe2][0xc2][0xf8][0xdd][0x83][0xdd][0xfc][0xde][0xef]B?[0xf0]?PK[0x7][0x8][0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextStack.class[0x8d][0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x14][0x84]'[0xfe]4[0xb6]Vp[0xe7][0x5][0xc4][0xa5]Y[0xd4][0x1b][0x14][0x4]W.[0xea][0x5]b[\r]ikHJ[0x12][0xc5][0xb3][0xb9][0xf0][0x0][0x1e]Jl[0xbb][0xab]"8[0xf0]fx[0x8f]7[0xdf][0xf3]u[0x0]H0[0xa3][0x8]((EH[0x10]e[0xe6]bs[0xb1]-[0x95] X[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0xf8])5[0xda][0x8b][0x9b][0xcf]<[0xcf][0xcf][0xeb][0x8a]_9[0x1]3V2^[0xf3][0xbc][0x10]L[0x19])K-[0xdb][0xdc]T[0xcc][0xd5]%[0xfb][0xae][0x11][0xcc][0xdb]"S[0xbc]y[0xdc][0x1f]+[0x91]{[0x8a][0x98] [0xf9][0xc9][0xe9]1[0x96]}V[0xfc][0xb1][0xee][0xb4][0x16]6U[0xdc]9[0xe1][0x8]V[0xff]1[0x3][0x2][0x82]A3C[0xb4][0x1a]`[0xd4][0xf9][0x18][0xd3]&[0xa3][0xee]>A[0x14][0x84]oPK[0x7][0x8][0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/logging/log4j/status/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusConsoleListener.class[0x9d]U]S[0x1b]U[0x18]~[0xe][0x9b]dI[0xba]@[0x81][0x0]B[0xb1][0x8d]-j[0x1a]([0xb1][0xb4][0xa5][0xb5][0x1f](R[0xa8][0xd5][0xf0]Q[0xc1]"[0xd4][0xb6]n[0x92]CX[0xba][0xc9]2[0xbb][0x1b]F/[0x9d][0xf1][0x17]x[0xa7][0x97][0xce]tz[0xd3][0xb][0xed]X[0x98][0xd1][0x99]z[0xe1]Eg[0xfc][0x1f][0xfe][0x7][0xaf][0xc4][0xe7][0xec][0xa6][0x81]2[0x1]Z/[0xb2][0xe7][0xeb]=[0xcf][0xfb]<[0xe7]}[0xce][0xc9]_[0xff][0xfe][0xf6][0xc][0xc0]9[0x94][0xe3][0xf8][0x0][0x1f]&[0xd0][0x89][0xf1][0x4][0x92][0xf8]([0x8e][0x9]\[0x8f]s8[0xa9]c[0xaa][0x19]7[0x12][0x88][0xe1]c5[0xbe][0xa9]b>I[0xe0]S[0xe4][0x12][0x98][0xc6][0x8c][0x9a][0x9b]U[0xc3][0xb9][0x4]n[0xe1][0xb3][0x4][0xe6][0xb1][0xa0][0xb0]>W[0xab][0xb7]u,[0xea][0xf8]B[0xc7][0x92]@[0xd4][0x96][0x1b][0xd2][0x16]H[0xe5][0x1c][0xb7][0x94]5[0xd7][0xcd][0xc2][0xaa][0xcc][0xda]N[0xa9]dUJ[0xaa]=[0xbf][0x96][0xcd][0xa9][0x88]+[0x2][0xfa][0x8a]e[0xfb][0xd2][0xf5][0x4]:[0xef][0xe4][0xd6][0xcc][\r]3k[0x9b][0xc][0x9a][0xf7]][0xc6]r=[0xe6][0xf9][0xae]4[0xcb][0x2]][0xe1][0xaa][0xe5]d[0xe7][0xb8][0xe4][0xcf][0x7][0xd3]*[0xe0][0xaa]U[0xb1][0xfc]1[0x81]S[0xe9][0xc3][0xb2][0x9d][0xbe]-[0x10][0x99]p[0x8a]R[0xa0]-gU[0xe4]L[0xb5][0x9c][0x97][0xee][0x82][0x99][0xb7]9[0xd3][0x91]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]}[0xdb]t-5[0xae]MF[0xfc]U[0x8b][0xd4].[0xee][0x8f][0xec][0xf9][0xa6]_[0xf5][0xc8]W5[0x13]N[0xc5]sl[0x99][0xb3]<_V[0xa4]Kv[0x97][0xe]%[0xd5]P[0x96]b[0xda]B[0xcc][0xc2][0x83]is=[0xe0][0x12][0x9c][0xee][0xb2][0x8e];[0x2][0xcd][0x9e][0xf4]s[0xe1][0x1][0xb7][0x96][0xa4][0x1f][0xa6][0xae]M[0x9c]L[0x9f]>[0xfc][0xcc]5[0xe][0x5][0xb2][0x7]P{I[0xd5]u[0xd3]7[0xc3][0xb3]+[0xb2]'0[0xf4]:[0xfb][0x4][0x12][0xa4];[0xf5][0xa2][0xc8][0xdd][0xe9][0x6]UV[0xd8][0xcd][0xa1][0xf]d[0xf1][0xb5][0x89]-[0xd3][0x3][0xe1]fU[0xc4]F[0x16]b]m[0xe9][0xea][0xf8]R[0xc7]][0x1d][0xbd][0xf4]g[0xc1]v<[0x96]WK[0xab][0xd4][0x89][0xc9][0xaf][0xb]r[0xdd][0xb7]X<[0x1d][0xf7]8[0x9e]w[0xaa]nA[0x92]3C[0xfa][0x1a]VvX[0xa5][0xd1]q[0xdf][0xc0]W8f[0xa0][0x1f][0xa7][0xd4][0xe7]2+d[0xc0]D[0x8f][0x81]n[0xf4][0xb0][0x18];dn[0x92]A[0xc9][0xb4][0xc7][0xdd]R[0xb5],+~=[0xa3][0xc0][0xb9]%[0xa7][0x9a]*W=?[0xb5][0xee]:[0x1b]VQ[0xa6][0xcc]T[0xe8][0xf9][0x94][0xef][0xa4][0xaa][0x9e]L[0xad]8nJ[0xf9]0e[0xbf][0xc8][0xae][0x92][0xe5][\r][0xf4][0xa9][0xdc]g1Be[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xd2][0x1d][0x6][0xa4]Zy[0x3][0xbd][0x6]VP[0xd2][0xb1]j[0xc0]R+w[\r][0xac][0xe1][0x81][0x1][[0xed]y[0x1f][0x97][0x5].[0xfc]/O[0xb][0x1c][0xdd]Q5[0x9b]_[0x93][0x5]_`[0xf8][0xd5][0xa0]v0[0x8e][0x1f][0xec]Q>[0x6][\r]n[0x85]@[0xe6][0xd5]}[0xf1][0x12][0xcf][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb]Po[0xce][0xee][0xaa][0xc0][0xee][0xc0]o[0xc8][0x90][0x89]4[0xa7]JY[0xd1][0xa9][0xf1][0x85][0xf1][0x1c][0x9f][0x9e]tc[0xcf]v[0xf0][0xf6]M9n[0xd9][0xf4]}Y[0xc]S[0xb]$y[0x3][0x1b][0x98]P_WBl[0xa6]K[0x86]w[0xb6][0xf0]`[0xc1]5[0xb]r[0xd2][0x96][0xca][0x10][0x2]'[0xf6][0xec][0xdb][0x13]@[0x88]c[0x7],[0xb][0x18][0x84][0x9d][0xb0]M[0xcf][0x9b]1[0xcb]R[0xdd]:[0xdf]t}o[0xd1][0xf2]W[0xf7][0x11][0xc0]{[0xa3]I[0xd7][0xc5][|[0xd5][0x93]`[0x10]44)[0xe3][0xf2]O[0xa2]I9[0x88]m[0x87][0xf2][0x18][0xdb]f[0xae][0xf7][0xe3]M~[0x8f]s4[0x1e]D[0x2][0xf1][0xcc][0xe0][0x13][0x88]-4[0xfd][0x12]l9[0xc1]o"Xx[0x97][0x1b][0xd2]H[0xb1][0xd7][0x1d][0x6]2[0xc9]I [0xe8][0xa9][0x4]"[0x80];U[0x83][0xfb][0x9e]p[0x1a][0xdb][0x81][0xcc][0x16][0xb4][0xcc][0x13]D[0x9e]":[0xf4][0x1c]-[0xbf]#[0xb6][0xd4][0xa1]o[0xa1][0xf9][0x8f][0xcc] [0xa7]2CO[0x11]W[0x99][0xb4] [0xd3]q[0xe8][0xfc][0x9e]E[0x84][0xbd]#[0x18]A[0x1b][0xff][0xd9]zq[0x81][0xa3]Q"_[0xc][0xb2][0xa7]B[0xdc]z[0xf6][0x81]Zv[0xd5]S[0xc2][0x9a][0xd8]*[0x91]b[0x9b][5[0x1d]o[0xeb]xG'{0&][0x97];[0xc6]8[0xa5]"[0x16][0xd0][0xd8][0xab]u[0xc]Q[0xfe][0x5][0xee]h[0x8d][0xd5][0xb3][0xc5][0xea]ZO#S[0xc3][0xca][0x6]cP[0xcd][0xaf][0x88][0xfe]\[0x87][0x8a][0x5][0x93]7[0x2][0x18]#[0xc][0xa8][0xc1][0x8][0xc]b[0xa8][0xb6]y[0xa9]F$[0x99][0x19][0xdc]B[0xe2]G[0xb4][0x12]$>[0xb8][0x89]#[0x9b]0v[0xe][0xa6]5[0x10]=[0xc7][0x12][0xdc]be[0xe7]wQK[0xd6][0xa9]%q[0x6][0xc3]D[0x1d][0x8]v[0x89]N|Kf[0xef]5[0xd2][0xdb][0xb2]W[0xef]2[0xa9][0xdd][0xd9]G[0xaf]2[0x8d][0xe0],[0xdf][0xa4][0x1a][0xd6][0x9f][0x1c][0xa9]:]#[0xd5][0x96][0xe7][0x88]j[0x8f][0xc9][0xb7]u[0x13]m[0xd3]jb[0xe6][0xcc][0xb3][0xd1][0x88]6[0x1a][0xed][0x8a]vE~B[0xdf][0x99][0xae][0xe8][0xc8][0xe5][0xd8]Pol[0x13]G@4[0xf2][0xf8][0xbb][0xa8]x[0xb4][0xfd][0xb7][0xf6][0xb8][0xae][0xed]$U[0x1][0xf7][0x8]y[0x9f]V2[0xd1][0x8e]<[0x8f][0xb6][0xc0][0xd2][0x17]Y[0xfa]<[0xae][0xa0][0x14]P[0xcb][0xd0][0x16][0x19][0xda][0xe2][0x1c][0xce][0x93][0x16][0xd3][0xd7]I^[0xab])o[0xe7][0xa9]^[0xe0]jh[0x81]~D[0xe2][0xdb]<[0xad]X[0xe0][0x81]Q[0x1d][0x17]u\[0x12][0xac]C[0xcf]?[0x94]+[0xd4][0x83][0xc9]H%h[0x91][0xad][0xaa]O[0xbf]:{[0xba][0xff]![0xab][0x11][0xf4][0xda][0x1f]"[0xa1]z[0x9b][0xe8][0xd8][[0x8b]2[0xcf][0xbb]B[0xbb][0xad][0xef][0xaa]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d]Q[0xad][0x2][0xc7]H[0x1d]$-p[0x95][0xbf]k[0xc1][0x99][0x8f][0xfd][0x7]PK[0x7][0x8][0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusData.class[0x8d]Vks[0x13]U[0x18]~[0xb6]M[0xba]m[0xd8]^i[0x81][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x14][0xd2][0xb4]![0x8a][0xa0][0xd2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85]Z0)[0x95][0x94][0xd6][0x82] [0xdb]dI[0xb6]l.l6@[0xb9][0x8b] r[0x17][0xf9][0xa2][0x9f][0xfc](_[0x9c][0xd1][0xd1][0xa6]jG[0x84]q[0x84][0x19][0x81]?[0xc6]a|[0xce]nzK[0xd3]B>[0x9c][0xcb][0xbb][0xef][0xf3][0x9e][0xe7][0xbc][0xb7][0x93]^[0xfc][0xfe][0x18][0xc0][x(c[0xd8][0x83][0xf5]8[0xec][0xc1][0x11]|R[0x85]u8*[0x86]cb[0xf8]T[0xc][0xc7][0xc5][0xa0][0x8a]a[0xc4][0x83](bb[0xd0]d[0x9c][0xf0]@[0xc1]a[0x19][0xf1]J$<[0xa8][0x81].c[0xd4][0x83]z[0x9c][0x14][0x1b]C|L[0x8a]![0xe5]!0[0xed]A[0x6][0xa7][0x96][0xc0]DV[0xc][0x96][0x8c][0x9c][0x8c][0xd3][0x1e][0xac][0x14][0x6][0xce]x[0xd0][0x82][0xb3][0x1e]4cLHN[0x9][0xd4])[0x19][0xe7]d[0x9c][0x97]qAB]V3u[0xd5][0x18][0xd4][0xcc][0xac][0x9e]N[0x1d][0xda][0xb7]G[0x82][0xb4]_Buw:[0x95][0xb5][0xd4][0x94]5[0xa8][0x1a]9[0xcd][0xfd][0xd7][0xe3][0xd1][0xd0][0xb6][0x9f][0xfe])[0xa1][0xca][0xd2][0x93][0x1a][0xbf]$3[0x12]*[0xa2][0xaa]ah[0xa6][0x84][0x96][0xd0][0xa8]zZ[\r][0x1a]j*[0x1e][0x8c]Xj[0xf4][0xe4][0x80][0xa9]F[0xb5][0xbd][0x86][0x96][0xd4]RV[0x97][0x4][0xb7][0xa1][0x9d][0xd6][0xc][0x9][0xad][0xa1][0xb4][0x19][0xf][0xaa][0x19]5[0x9a][0xd0][0x82]F:[0x1e][0xd7][0x9][0xe0][0xbc]e4[0x18][0x12][0x1a]T-Of[0xe3][0x12][0xfc][0xb]+[0xf2][0xf4][0xac][0x1a][0xd7][0x82]ag&[0xc4]c%LM[0x8d][0xf5][0xa9]IMB[0xc3][0x1c]*&q][0x82]t[0xc2]L[0x9f]QG[0xc]*4[0xcd]R[0x18][0x98][0x12]S[0xa7]b[0xbb][0x9e][0xd2][0xad][0x9d][0x12][0x1e][0xf8][0x16][0xbd][0xcd][0xcb][0xae][0xf0][0xea][0xcc]K[0x12][0x99]O[0xbf]mP[0x82][0xab];[0x1d]#[0xf7][0xda][0x90][0x9e][0xd2][0xfa]r[0xc9][0x11][0xcd][0x1c]pn[0xd3][0x10]J3[0x8][0x83]*c[0xc8]}A[0xe8][0xb2][0x12]zVB[0xc7][0xc2]T[0x18]@+[0x97][0x15][0xb7][0xe3][0xb4]G[0xb5]T:@[0xb2]$(q[0xcd][0x1a][0x98][0x9]p[0xb9][0xaf][0x8d][0xb9][0xd0]H[0xe1]{f[0xfd][0xd9]:[0xac]>{[0xcf]R[0xe4]\I[0xec]V[0xbc][0xcd][0xf1][0x1d][0xee][0xbe]C9*8o[0xf4]O[0xa0][0xcc][0xff]+[0xca][0xc7][0xe1][0xf2][0xb7][0x8f][0xc3][0xed][0xef][0x18]G[0x85]?0[0xe][0xd9][0xef]u[0x8d][0xa3][0xd2][0xef]u[0x8f][0xa3][0xea]'[0xdb][0xe0][0xbb][0x1c][0xd7][0xd1][0x10]h[0xc6]E3K([0xa9][0xc3]64[0xa1][0x93][0xf4][0xba][0xd0][0x8a][0xed][0xa4][0xb4][0x83][0x12]`[0xa7]c[0x9e]_[0xba][0x0]{%hJ[0xf6]J[0x10]-[0xb3]W[0x82]j[0xb9][0xbd][0xda]N[0x92].{%h[0xbb][0xa9][0xb9][0x83]6[0x1c][0xb2]Aj[0xb][0xa4][0xdb][0xff][0xb]\?LS[0xa9][0xb0][0x85]{[0xed][0xe3][0x14]G[0xa1]p[0x9c][0x84][0xf7][0xf0][0xfe]4X[0x9a][0x6][0xbb],[0x2][0xf7][0x95][0x4][0xef][0xc2][0xee][0x12][0xe0][0x8a]b[0xf0]PIp7[0xf6][0x94][0x0][0xcb][0xc5][0xe0][0xe3]%[0xc1][0xec]Q[0x5][0xf0]G[0x85];/#[0xb8][0xea]9[0xaa][0x19]#O[0x1e]K[0x18][0xb]![0x10][0xd6][0xca]mk5[0xb6][0xff]bL[0x10][0x8d][0x3][0xe3][0xb3][0xac].+X[0xfd][0xc0][0xd6][0x95][0xea])[0xec][0xc5][0xbe][0x12][0xdc]*[0x8b][0xb9]eJr[0xdb]?[0xc5]M[0xba]G=[0x11][0xdd][0xbf]'[0xa1][0xc]O[0xa0]:4[0x89][0x9a][0xe1][0x86][0xda][0x9][0xd4][0x85][0xdb];&Q?,[0xe2]4[0x81][0x86]<[0x96][0xe6][0xd1]8[0xd4]^[0xd7][0x9a]G[0xd3]P[0xbb]?[0x8f]es[0xf6][0xf4]i[0x1e][0xcb][0x8b]D[0xf2]oX!A[0x8][0x9d][0x8d]WB[0x9f] [0xf9][0x1c]k[0x3][0xcf][0xd0][0x12][0x8]6[0x8f][0xb5]3[0xae][0xec][0xc3]R[0x8e]cL[0xf0]s[0xac][0x9a][0xf3]L[0xe5][0xb]L[0xd5][0x8b]L[0xf6]KL[0xc6][0xcb][0xf4][0xdd][0x15][0xf4][0xf3]-;[0x86][0xab]H[0xe0][0x1a]%[0xd7][0xf9][0x88][0xdc][0xc0]C[0xdc][0xc4]7[0xb8][0xc5][0x9a][0xba][0x8d]G[0xb8]C[0xee]w[0xf1][0x4][0xf7]m'[0xf6]20[0xb7]h[0xdf]I[0xef]GX[0x81][0xf][0x11][0xa2]S[0xe9][0xbc][0x82]c+[0xf1][0x7][0xc2]<[0x9b]%[0xf0]3[0xdf][0xac]~[0x86]"[0x81][0xa3]L[0x80][0x83][0xc4]=d18X[0x11][0xc6]&[0x94][0xbf][0xc0]][0x19][0x11][0x19][0x3]2[0xe][0xfd][0x7][0xb7][0x8c]AQUCv[0x4]?[0xfe][0x1f]PK[0x7][0x8][0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusListener.class[0x8d][0x90][0xbd]n[0xc2]@[0x10][0x84]g[0xf9];[0xc2]_@[0x14][0xf4][0xa9][0xa0][0xe1][0x8a][0xa4][0xa3][0xc][0xa1]B[0xa2]@[0xa2]_[0xac][0xd5]q[0xd6][0xc9][0x87][0xec][0xb3][0x1f].E[0x1e][0x80][0x87]B9;[0xa1][0x8c][0x14]m1[0xd2][0xa7][0x99][0xd9][0xd5][0xde][0xee][0x9f]_[0x0]^[0xf1][0xac]0T[0x18])[0x8c][0x15]&[0x84][0xb6][0xf3][0x86][0xa0][0x97]{[0x9f][0x1b][0xcd]WN.[0xa2]#263[0xb5][0xbe][0xa5][0xba][0x8][0x1c][0xca]B[0x1f][0x1b][0xd9]r[0xe0][0xcd][0xea]D[0x98][0x18][0x9]?h/[0x95]8[0xc2][0xcb]r[0xf5]wG[0xe3][0xd9][0x10][0x6]G_[0xe6][0x89][0xec][0xac][0x13][0xc2][0xfc]7o[0x8b] [0x99][0xe4][0xeb][0x94]+&[0xac][0xff]w[0xc8]#E[0x98][0xd6]9[0xed]8[0xfa][0xe][0xe7]T[0x92]@[0x98]5[0xc8]z[0xfd][0xee]|!|[0xae][0xb7]-[0x1a]V[0x6][0xeb][0xf4]G%Yx[0x14][0xf4][0x8][0x84]V[0x9c]6:[0xf1]A[0xad][0xe][0xa1][0x8b][0x1e][0x10]U[0xa1][0x1f][0x9][0xe1][0xa9][0xe6][0x18]|[0x3]PK[0x7][0x8][0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.class[0x9d]SKOSA[0x14][0xfe][0xa6][0xbd][0xb4][0xb6]\l)[0xf]E[0xc1][0x7][0xa2][0xb4][0xe5]q[0x11][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0x88]V45Uc@HL\[0xc][0xb7][0x93]r[0xe1]zos[0x1f]&[0xfa]#[0xd4][0x85][0x1a][0xdd][0xe8][0xc6][0x84][0x8d][0x1b][0x13][0x8][0xea][0xc2][0xbd][0xfe][0x1][0xb7][0xfe][0x12][0xf1][0xcc][0xe5][0x91][0x2][0x1b][0xcb]f[0xce][0x99]s[0xe6]|[0xe7];[0xdf][0xcc][0xfc][0xfa][0xfb][0xfd][0x7][0x80]1[0x14]b8[0x82]L[0x1c]1d[0xa5]7 [0xbd][0xc1]8[0x86]0[0xdc][0xc][\r]#r[0xb9][0x18][0xc5]h[0x14]c[0xc]IW8[0x6]7[0xe7][0x85][0xe3][0x1a][0xb6][0xf5][0xb0]t[0x93][0x81][0xdd]ah)[0xda][0x96][0xeb]q[0xcb][0x9b][0xe7][0xa6]/[0x9a]~^[0xed][0xdf]|[0xcf][0xaf][0xfd]fP\[0xe3][0xb9][0xa0]3%[0x86][0x88][0xb7]d[0xb8]}#[0xc][0xc3]e[0xdb][0xa9]j[0xbc][0xc6][0xf5]%[0xa1][0x99]v[0xb5]jXUi[0xc7][0x97]5[0xc2][0xf0]|W[0x9b][\r]L[0x99]R[0xc2][0xc9]Se[0xc1][0xb0][0xc]o[0x8a]a4[0xdd]Xi)3O[0x14][0x8a]v[0x85]($[0xca][0x86]%[0xee][0xf9]O[0x16][0x85]3[0xc7][0x17]M[0x8a][0xa4][0xca][0xb6]N[0xa3]p[0x1a][0x88][0xf6][0xdb]AE[0xb2]dPo[0xd8][0xbe]U[0x11][0x95][0x7][0xbe][0xf0])[0xaa][0x96],K8E[0x93][0xbb][0xae][0xa0]l[0xbe]![0x1a]}[0xf5]X4N[0xe7][0xde][0xbe][0xcf]j;[0xbd][0xa7][0xf][0xf][[0x98][0x9b][0xc9]O[0x11]v[0x98]W*[0xc][0x1d][0xe9][0xf2]2[0xca]5[0x93][0x13][0xc0][0xfd][0xc5]e[0xa1]{[0xf9][0xcc]#[0x12][0xd2][0xe]|9[0xfa][0x81]<[0xd5][0x12][0x6]]%[0xf5][0xd0]W[0xee][0xf2][0xda]6[0xa9][0xd8][0xac]Q[0xb5][0xa8][0xab]C~$MG$[0xd0][0xed][0xc2][0xcc][0xe4]A[0x88][0xa9][0xad][0x90][0xef][0x19][0xa6][0xa6][0xdb][0x96][0xee];[0x8e][0xb0]<[0xad][0xb8][0xeb][0xd2][0x15][0xac][0xec]#[0x1c][0x9f][0xb5]}G[0x17][0xb7][0xc][0xd9][0xab][0xb5]~[0xbe]a[0x9][0xa6][0xa2][0x15])[0x15]m[0x18]W[0x91]@R[0xc5])[0x9c][0x8e][0xe2][0x92][0x8a][0x1c].GqE[0x6]'TL[0x82][0x90]&[0xe]-[0x1e]C[0xf6][0xff][0x89][0x93]Ni[0xf9][0xac][0x6][0x1b]iGsr][0x17].[0xbd][0xff][0x11][0xfa][0x1][0xd7][0x1b]|[0xc7][0x99]:aw^Qb_([0xe0]E[0xdf]L[0xa9][0xd9][0xa6][0xc9][0xd0][0x9e][0xce][0x1c][0xbc] [0x9c][0xa1][0xff][0x1d][0xa3]O[0x1f][0xc6][0x9][0xc4][0xd1][0xc]z[0xd9][0xb4][0xb][0xa1][0x5]))/[0x90]LJ[0xc1][0x83][0x18]H[0xf5]v:[0xd1]A[0xde]c[0xda][0x87][0xc9]&[0xb2][0x3][0xeb]`[0xd9][\r][0x84][0xb2][0xdd][0xeb][0x8][0x9][0xa0]:i=*[0xd3][0xec][0x5]b[0xec]%[0x8e][0xb2]W8F[0xb1][0xce][0x0]$[0x81][0xe3]8[0x9][0x4][0x9e]l[0x11]B7[0xf9]*[0x1]o[0xe5]z[0xc8]2y[0xad][0x94][0x91][0xad]>[0x92][0x95]u[0xb9][0xec][0xc0][0x6][0x94][0x85][0xec][0x1a][0xd8]W4}C[0x84]ni[\r][0xe1]Oh[0xdb][\r]E[0x19][0x16]V7[0xff][0xc8][0xf0][0x7]D[0x95]U([0xe1][0xcf]T[0xa9][0x4][0x8c]Rd[0xc1]^S[0xdd][0x1b]t[0xb1][0xb7][0xc8][0xb0]wu[0xac]r[0xbb][0xac]r$[0xca]Yb[0xd0][0xbd]'[0xd7][0xb3][0x9b][0xeb][0xa5][0xdc]9[0xf2][0xa3]P"[0xbd][0xf1]i[0x86][0xbe]@[0x9d][0xf3]4[0xf0][0x96]w[0x1][0xfd][0x81]M[0x93][0xa6] U[0x19]i<[0x84].[0x84][0xfe][0x1]PK[0x7][0x8][0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger.class[0xe5][[0xb]x[0x14][0xd7]u[0xfe][0x8f][0xb4][0xda][0xd9]][0x8d]$[0x10][0x2]#^[0x6][0x3]FH[0x2][0xf1][0xb6]-0 [0xb][0x1]"[0x92][0x0]I[0xc8][0x16]`[0xe3]e5[0x88][0x85][0xd5][0xae][0xd8]][0xf1]p[0x1d]7[0x6][0xb7]M[0x1c]7[0xb1][0xd3]8-v[0x1a]74-u[0xea]6<%c[0x1a][0xe3]:m[0x92]&u[0x9c][0xb6]i[0xdd]6I[0xdb][0xf4][0x91]6}[0xc6]i[0xd2][0xd8][0x4][0x9b][0xfc][0xf7][0xce][0xec][0xb0][0x8b]v[0xf5] [0x10]'[\r][0xdf][0xa7][0x99][0xfb]8[0xf7][0x9c][0xff]<[0xee][0x99]{[0xcf][0xda]_x[0xfb][0x85][0x17][0x1],[0x96][0xa8][0x1f][0xab][0xf0]w[0x1]4[0xe3][0xef][\r][0xfc]C[0x0][0xf9][0xf8][0x86][0x1a][0xf9]G[0x3][0xff][0x14][0x80][0xd7][0xee][0xfc][0xb3][0x81]Q[0xef]o[0x6][0xe0][0xc7][0xbf][0x1a][0xf8][0xb7][0x0]L{[0xe6][[0x6][0xfe][0xdd][0x87][0xff][0xf0][0xe3]?[0xf1]_[0x6][0xfe][0xdb][0x87][0xff]Q[0xa3][0xdf][0xf6][0xe3]u|'[0x80][0x12][0xfc][0xaf][0xea]~W=[0xbe][0xa7]h[0xfe]/[0xc0][0xc7][0xf7][0xd5][0xe3][\r]5[0xf6][0xa6]z\Tt?([0xc4]%[0xbc]U[0x88][0xb7]q[0xb9]P R[0x88][0xb9][0x92][0xc7][0xae][0xe4][0x7][0xb0]J[0x12]L$[0xac][0x84][0xa0][0xb4][0xb9][0xee][0x9e][0x1d]m[0xed]u[0xed][[0xda]v4[0xb4][0xb4][0xb7]66[0xb4]q[0xb0]iOp[0xb0]&[0x12][0x8c]v[0xd7][0xb4]%[0xe3][0xe1]h[0xf7]rAQ},[0x9a]H[0x6][0xa3][0xc9][0x8e]`D1[0x9a][0xba][0xa6]am[0xdd][0x96][0xa6][0xf6][0xd4][0xea][0xa6][0xc6][0xb6][0xf6][0x86][0x96][0x86][0xd6][0x1d]M[\r][0x1d][\r]M[0x82]1[0x9]+[0x1e][0xe]F:[0xac]x"[0x1c][0x8b]ni\CM7[0x14][0xc0][0xfe][0x97]'[0xf0][0xb7]ll[0xdf]Q[0xd7]Q[0xd7]H[0xda][0x82]M[0xad][0x1b]7Q[0xf0][0xfc][0xa6]X[0xbc][0xbb]&[0xd8][0x1b][0xc][0xed][0xb6]j"[0xb1][0xee]n[0x8a]V[0xef]%{j[0xfa][0x92][0xe1]H[0xcd][0xa6]x[0xac][0xd7][0x8a]'[0xc3]Vb[0xb][0xbb][0x4]U[0xa8][0xe0][0xbb][0xb8][0xa5]QPv5,[0x1b]MQ[0xaa][0xbb]q[0xdd][0xba][0x86][0xd6]!%Q[0xc9]d_[0x82][0x8a][0xab]W[0x13][0xa7][0xac]8%y#[0xba]5[0xf4][0xca]pOo[0xc4][0xaa]i[0xd3]/w[0xa5]?[0x12]N$-[0x1a][0x9d][0xe6][0x9e]`[V+S[0x1f][0x8b]D[0xac]P[0x92][0xc6]QDm[0xe1][0xee]([0x5][0xc6]i[0xd9][0xf5]Y[0x89]V[0x8c][0x14][0xb1]#m[0xf9]J[0xe5]4WvS,[0xb4]WP[0x99][0xc6]:[0x14][0x8b][0x86][0xfa][0xe2]q+[0x9a]$[0x9b][0xd0][0xde]DM[0xab][0x15][0xec][0xba];[0x1e]NZ[0x8a][0x96][0x8b]}=V"[0x11][0xec]Va26m[0x9d][0xe]$N[0xaf][0xba]zl[0xa4][0x8][0xd7][0x4][0x93]A[0x8d][0xce][0xe8]It[0xdb][0xb8]f[0xc][0x85][0xcb][0x81]S|E[0x17]k[0xbf][0x15][0xa1]KV[0x84][0xa3][0xe1][0xe4]J[0xc1][0xda][0x8a][0xc1][0x1][0x9b][0x1b][0x8b][0xa3]UM[0xb3][0xfd]^[0x1b][0xc]%c[0xf1]C[0xcb][0xe7]v[0x8]<[0xf5][0xb1].:[0xa0][0xa4])[0x1c][0xb5]Z[0xfa]zvZ[0xf1][0xf6][0xe0][0xce][0x88][0xa5]vD,[0xc4]X[0xe]2[0xa2][0xd9]w[0x6]=[0xc9][0xdd]a[0xda][0xc6][0x13][\r][0xf6][0xb0]W[0xdc][0x93][0xc1]O[0xb0]p[0xd4][0x10][0x18][0x6][0xdd]V[0xb2][0xc9][0x9][0xb4][0x5][0x15]sG[0x1b][0xa4][0xbe][0x4][0x97][0xdb][0xc6][0x99]Y[0x91]{[0xb1]&[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17]Dl[0xea][0xe9][0xc3][0x11]s?[0xc7][0xad]n[0xe5][0x80]x*[0xc0][0x4][0x8b][0x87][0x90][0x91]=&[0x95][0xcc][0xfc][0xc8]~J[0xf4]E\6[0xb]F[0xcb]Em[0xe7]d0[0xb4][0xb7]9[0xd8][0xab]]a[0xc8][0x2][0xda]?n[0xf5][0xc4][0xf6][W[0xd0][0x15]'2V[0xe9]-|[0xc0]J$[\r]Y[0xc8][0x94][0xca][0xdc]-[0x18][0xd7][0xd7][0xdb][0x15]L[0xba]kRqe/d[0xae]T[0xde]H[0xdb][0xbc]t[0xc8][0x95]8k[0xa4])[0x94]p[0xa2]Y[0x9f]u[0xe2][0x9a]6lA[0xdc][0xa2][0xf]i[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xaa][0xa2]P$[0x96][0xb0][0xda][0xc2][0x11]n[0x86][0xc8]![0x85][0xc0][0x96][0x13][0x8e][0xd5][0xd4][0xab][0x19]-_[0x11][0xfa][0xb8],[0xd6][0x17][0xf]1[0xe][0xc7]e![0xe1]g[0x89][0xcc][0xa8][0xcd][0x95][\r][0xc8][0x98]N[0xa1][0xd6][0xbb]N[0xa1][0xa0][0xfc][0xd5][0x83][0x6]G[0xbd][0xab][0xb]B[0x11]+Hs[0xfb][0xba][0xdd]`[0xbc]e[0xa8]PN[0x5]X[0x80]]gC[0x8][0x9e][0x1c][0xd5][0x96][0xb6]Y[0xe4][0x9e]o[0xe][0xc6][0xf7][0xd2][0xc0]#[0xde][0x90][0xcb][0xd3][0x84][0xb7][0xef][0x8e][0xc7][0xe][0xb8][0x86][0xf6][0xec][0xda][0x17][0x8a]2Dz4G[0x95][0xb8][0x86][0x13]J_2[0xcd][0xa9][0xd4];b[0xe9][0xfc][0x92]1[0x4][0xc6]g[0x5][0xc1][0xac]iE[0xac][0x1e][0x6][0x4]?[0xc1][0x19]6[0xe2][0x86]h[0x8f][0x7]CV[0x83]=MJO[0x97]vt[0xf5]h[0xf6][0x93][0x83])[0x17][0xca][0xc5][0x82][0x13]?[0xc9](s[0xe1]^"x[0xf9][0xa7][0xb]w.M[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xf2][0xd3][0xae]I.[0xdd][0x96][0x9][0xbe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xff]O[0xb7]\[0xda][0xde]&x[0xe3]gA[0xdb]\[0xfa][0xdf].[0x12][0xf8][0xd9][0xd4]?[0x97]E[0xee][0x10][0xec][0xbb][0xae][0x16][0xa9][0xdf][0x1d][0x8c][0xb7]Y[0xfb][0xfa][0xac]h([0xd7][0x1][0x99][0x82]'[0xe6]Zq[0xbd]Ob[0x83][0xd5][0xcf][0x4]r[0xe4]:H[0xfb][0x11][0xef][0xb]D[0xb1][0xe6]GG[0xa1][0xd8][0x4][0x82][0xa1][0x10]E[0xcd]Z[0xb0][0x80][0xa7][0xa0][0xba][0x11]_[0xbb][0xed][0xba]@[0xfa][0x8d].U[0xbc][0xc9];HF[0xbe][0x15][0xa1][0x88]SB[0x9][0xb4][0xe9][0xeb][0xe3][0xda][0xb0]*l[0x8c]M_>_-6[0xb1][0x1b]a[0x13]Q[0xc4][0x4]s[0xb3][0x96]j[0xea]c[0xbd][0x87]6Fu[0xf9][0xa8].[0x1e][0xf][0x1e]RWG[0xb5][0xe0]q[0x13];[0x11][0x12],[0x1c][0xb2][0xf0][0xc4]v<[0x18]MfT[0xa0]L[0xec][0x2][0xef]Mw[0x8c]F[0xd7]Y[0xe9][0xc5]N[0x13][0xdb][0xb0][0x9d][0x18][0x84][0xc9][0xb1]b$[0xe2]m[0xa9]{[0xc1][0x1b]k[0xf5]h[0x8a]|[0x2]3[0x1d][0x4]/O[0xa6][0xdc][0x8e][0x7][0x5][0xb3][0x87].g[0xda]9[0x86][0xa7]k[0x98][0xe8][0xc4]VC[0xee]0[0xa5]V[0x96]+[0xc8]+L[0xdc][0xf][0x9a][0xfd]^l6[0xe5]NdJ[0x93][0x1a]k[0x96][0x16]C[0x16][0x9a][0xb2]Q6[0x99]8#[0x9b][0x5][0xf3]GW[0xa4]0qT[0xc9]h5[0xa5][\r][0x8f][0xf3]Z[0x90][0xaa]54nl8[0x18][0xb2]zU[0xa1]25[0xaa]UL[0x8f][0x5]i7d[0x8b][0x89][0xa7][0xf0][0xb4]![0x1d][0xa6][0xdc]-[0xf7][0x98][0xd2])[M|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'x?[0x1e][0xf9]%U[0xf1][0xda]f[0xca]v[0x1a]C[0xee][0x95][0xfb]L[0xd9]![0xf7][0x9b][0xf8](~[0x9d][0x97]WS[0x82][0xb2][0x93]7XSB[0xaa][0x1c]<[0x84][0x1f][0x7]G[0xf][0xef][0x8f][0xab]L[0xc][0xe0][0xb5][0xa1][0xd6]e)D[0xf3]~[0xaa][0xe7][0x16][0xcd][0xcf][0xd8]8[0xbd].[0x91][0x2][0xcc][0xab][0xe8]x[0x87][0xca][0x16]=_E[0x9d][0x9a][0x14]Kv[0x9][0xca][0xb3][0xb1][0xd0][0xe5]9S[0xba]e[0xb7]!aS[0xf6]([0xd5][0xf6][0x9a][0x12][0x91][0x1e]AUn[0xd5]z[0xc3]5u;[0x13][0x8c][0xe9][0x90][M[0x1c][0x97]%C[0xf1]Bu[0xc5]S[0xba]l[0x95][0x8c][0x91]t[0xf2][0x10]Wm[0xc1][0x98][0xab][0xbf][0x91][0xd4]~[0xe8][0x14]'[0xb8]y[0x98][0x1c][0xc7][0xfd]9[0xd2]T+X4[0xca][0xf4][0xd7][0xa8][0xb][0x9d][\r][0xad][0xad][0x1b][3[0xd1][0x1f]bH[0xd3][0x8e][0xf9]V<[0xee]V[[0x18][0xca][0x9b][0xa8]T[0x92][0xaa]Y[0xc1][0x1e]&[0xca][0xb][0xd7]P[0x88][0xda][0xca][0xd7][0xa1]"=[0xba][0x1f]C[0xb2][0xe2][0xd7]%[0xab][0xbb][0xeb]Z[[0x4]F2[0xe6]x[0xa3][0xfd][0x1a]T[0x1a]A[0xfd][0xce]G[0xb1][0x8e][0x84][0xfc][0x8a][0xb9][0x8d][0xc3][0xe5][0xdc][0xb4]L/[0xf0][0x1f][0xb8][0xd2][0x9e][0x99]Q[0x82][0xcc][0xf5]k[0xc0][0xcd][0xc3][0x90]P[0xef][0x88]~[0x95]e[0xfb]1[0x85][0x10][0x83]]jGVd?>[0x15][0xbb][0xb5][0xd2]TM[0xb8]/j[0xb3][0xf3][0xda]ef[0xa5][0xae][0xbb]a&d Nm$U[0xaa][0xdb][0x1d]L[0xb4][0xe8][0xc2][0x14]-B[0xb6]e[0x19][0x85]b[0xb7][0x82]1vP[0xc5]VWQ[0xd9]fZ[0xa8][0xc8][0xfe][0x93][0x91][0xf2]l[0xc9]U[0xdf][0xf5][0x8c][0xf0][0xe6].[0xa7][0x8d]U[\r][0xd9][0xb6]M[0xaa][0x9f][0x89][0xc1][0x1e]][0xee]V[0x87][0xdd][0x8a][0xdb][0xf4][0x8a][0xb9][0xc3][0xd5][0xdc][0x9e][0xa8][0x18][0x92][0xe0][0xda][0xf]>#:]e)[0x8e][0xa9]`O[0x84][0x1f]Py-[0x9c]h[0x8e][0xc5][0xad][0xb6]^+[0x14][0xde][0x15][0xe][0xb5][0xef][0xe]FG[0xf4][0x93][0xc8]V[0xf5][0xf3]D[0x8c])[0xad]f[0xa4]IF[0x17]M[0x95]d[0xf5]cA[0xfd][0x95][0xf2]e[0xa6][0x99][0xdd]_Q[0xbd]<[0xe][0x7]#[0x89][0xab]"/M[0x81]R[0xb2]i[0x8c]&-f.g[0x83][0xa7][0xd5][0xfd][0xd3][0x89][0x1b][0xd5][0x16][0x1b][0xab][0xbd][0xa6][0xfa]W[0x88]o[0xcd][0xc6]9[0x1b][0x96][0x92][0xb4][0x93][0xba][0x2][0xce]x%;[0x1b][0xfe][0xba]a[0x9d][0xb3]IU[0x6]-[0xc6]:[\r][0xde][0xd5][0x12]k[0xb5]vYqu[0xd0]o[0xbe][0xea]g0_cK[{]K}[0x83][0xa0]qx[0x97][0x8f][0x8c][0xeb]r,[0xc4]*4[0x3](F96a3[0x4][0xad][0xea]ge[0xac]e[0xbf]-[0xad][0xbf][0x1e][0x93][0xd0][0x8e]-n[0xbf][0x83][0xfd]{[0xd2][0xe6]W[0xb3][0xcf][0xa3][0x17][0xdb][0x93][0xd4]iQ[0xbf]y[0xe6][0xd2]o[0x1e][0xb1][0xf8].U[0x7]1[0xfd][0xe6]9[0x96][0xeb][0xba][0xf4]:[0x8b]}[0x1e]O[0xf5]8[0x8f][0xc6][0xee][0xf8][0x1e][0xf6]y[0x80][0xd4][0xed][0x1e][0xcd]o[0x6][<7[0x93][0xa2][0x97][0xbd][0x17]Q[0x84]|[0xbe][0xbb]*[0xab][0xaa][0x7][0x90]Wy[0x1e][0xf9][0x9d][0x3][0xf0][0x9c]E[0x1][0x9b]^6[0x8d][0xb3][0xf0][0xb1][0xe9][0xef][0xac]<[0x85][0xc0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf]B[0xd8]59St[0x16][0xc5]l[0x96]t[0x96][0x8e]9[0x85][0xb1][0xf9][0x9e][0xfc][0xfc][0xd2]q[0xd5][0xa7]Pv[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x7]0[0xe1],n[0xe2][0x8a][0x89][0xa7]P[0xfe]<&[0xf5]c[0xf2]YL9[0xa9]Q[0xec][0xe3][0xf3][0x16][0xf8][0xf8][0xc][0xc2]K[0xad][0xc7][0xd2][0x1e]Sh[0x83]*j[0xbd][0x8c]:[0xb5][0x11]y[0x88][0xfa][0xc4]I1[0xdd][0xc6][0x86][0x84][0xd6]\[0xb5][0x92][0xda]V[0xaa][0xd5][0x87][0xfd][0xe4][0xe6][0xc7][0x1][0x1c]tt[0x99][0xa2]g[0x0][0xcf])L=[0xc1][0xb7]hY^=[0xda][0xc3]'O[0xa7][0xe]e[0x1d]W[0xe6][0xf1][0xed][0xaf]<[0x83][0x9b][0xaa][0xfa]1[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x80][0x9e][0xd8]G[0x80]q[\r]a[0x82]M[0xe8]B[0xf0][0xe3][0xe7][0xf0] [0xd9][0x8][0xde][0x8d][0x87][0x1c]v_"[0x8d][0x87][0xef][0xe][0xb2][0xf3][0x9d][0xc3][0xcd][0x82]s[0x98][0xce][0x13][0xe4][0x19][0x14]T[0x9d][0xc3][0x8c]<[0xdc][0xcd][0xd7]-[0x82]f[0x8e]L[0xa9][0xa6]1[0x8e][0xa1][0xb0][0xb2][0xda]6J[0xda][0x92][0x99][0x82][0xe3](k[0xc9][0x1c][0x99]w[0xe1]$[0xa5][0x14]c1[0xd6]PB[0xbe][0xc6]XI[0x94][0xa0]2[0xc5]DRN[0x1c][0xd3][0x89][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "?O[0x9a][0xc3]T[0xed][0x8])[0xf][0xd3][0x8c]G[0x18]f[0x8f][0xb8]f[0x9c][0x8e]q[0xa4]xPk[0xd3][0xe1]j[0xd3][0x81][0xf7][0xe0]a[0xf2]?[0xcc][0xb6][0xf][0xf9][0x8b]7[0x19]82[0x86][0xfd]GR[0xba][0xc9]z[0xae]08[0xfb]h[0xd5][0xf3][0x98][0x95]U[0xbf][0xd9][0xd4]/[0xdd][0xd3]w[0xaa][0xf1]s[0xb8]U[0xd0]2[0xef][0x1c][0xe6][0x8]O[0xe8][0xb7][0xb2]Q!x[0x9]sk=[0xe5][0x1e]m[0xb][0x12].+[0x98]2[0xbe][0xe0][0x18][0xbc][0xe3][0xb][0xee]<~[0xf9][0xb5][0xca])Y[0xac]1[0xa1][0xd6][0x9b]9T[0xee][0xa5]=[0xf2][0x18][0xd4][0x16][0xdd][0xf][0xfe][0x1d][0xd4]o[0xdb].+Q[0xc2][0xe7]c[0xf4][0xc5]/[0x93][0xe2][0x83][0x98][0x8a][0xc7]i[0xab]'[0xb8][0xe9]>[0xc4] [0xfb][0x15][0x6][0xd8][0x87][0xb9][0x99]>[0xc2][\r][0xf4][0xab]\[0x94]Vx[0x8a][0xab][0x8f][0xe2][0x17][0xf9]~[0x1f][0x9e][0xd6][0xb6]Z[0x82][0x2][0xd2]*/ogk=[0xc6][0xe3][0x17]h![0xf][0xf9],'[0xdd]vm[0xbf]G][0xfb]=[0x9a]f[0xbf]i(x[0xb]K[0xc4][0xc0]/U\D[0xde]e[0xae][0xcc]3[0xf0]^[0x83][0x9c]9v[0xa4][0x94]T[0x8f][0xba][0x1][0xd8][0xe9][0x4]`[0x19][0x83]o[0xb2][0x8a][0x8a]O0"[0xaa][0xae]l[0x13][[0x9f]b[0x1d][0xfe][0x1f]C![0x9e][0xa1][0xf7]>[0x9e][0x16][0x8f]e.[0x82]2[0xbc]_[0xc7][0xe3]a[0xbd]J[0xc6][0xb1][0xf9][0x18][0xd5][0xcf][0xd3]bjt[0xa0][0x82][0x9b][0x99].9[0xe1][0xc6][0xb8][0xbd]%[0x9e][0xd5][0xfc]L[0x9b][0xc0][0xe1]g'[0x8d][0xf]p[0xec][0x83][0xb4][0x9d][0x8d][0xf5]u[0xbe]Ut[0xc7][0x6]{_{[0xb9][0xa9][0xca][0xf1]rYU[0xca][0xcb][0xcd][0xd5][0xc][0x96][0xe3][0x97][0xbf]e[0xd3]Tj[0xe2]4'V[0xf6][0xa3][0xea]8f[0xb4][0xc]1[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]E[0xcc][0xa6])s,c[0xae][0x2]Np[0xf4][0x14][0xc3][0xfd]4[0xb5];[0xc3][0xf9]~:f[0x0][0x8d]\[0xda][0x8c][0x17]H[0xdd]O7[0xf]0[0x7][0x9e]c[0xd6]{[0x81][0x99][0xee][0xbc]k[0xb6]*[0xaa][0xa1][0xdc][0xa5][0xc][0x18]s[0x14]Vf[0x1b][0x3][0xcf]%L[0xa4][0xdf].[0xa2][0xfc]^[0xba]j*[0xb7][0x17][0xaf][0xa8][0x8e][0xfa][0x1d]|[0xab][0x15][0x85][0x95][0xe7]P[0xad]b[0xd2][0xd3]tR[0xdb][0xcc][0xcb]([0x99][0xe7]@+[0xd5][0x16][0xba][0xc0][0xb1][0x97]9[0xfa][0x12][0x19]|&[0xcd][0xba][0x85][0x8c][0xbd][0xf];[0xc2][0xc][0xe4]5[0x1a]xRe[0xa7][0x8f]0[0xc]m?=D6[0xca][0xd5][0xd5]4D[0xb1][0xb6][0xee]y[0xcc][0xef]dG[0x6]P[0xd3]d[0xf][0xd2]0U'[0x9a][0xdd]v[0xf5][0x5]r[0xf0]3[0xc8][0xa6][0xbb][0xf6][0x99]D[0xf1][0xc0][0x17]9[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]_e@[0xbe][0xc2][0xd9]W[0x19][0xba]_N[0x3]S[0x9d][0xa6]9[0x3][0xe1]~*[0xec][0xb8][0xfd][0xd7][0xa0][0xbc][0x98]r[0xfb]aG[0xef]*[0x17][0x93][0xc2]s[0xe][0xb]t[0xa3][0xd8][0xd9][0xa0]%i[0xe8][0xb4][0xcb][0xfc][0xb4][0xc5]4[0x17][0xd2]4[0x9d];^[0xe3][0xe8][0xdf]p[0xfc][0xab][0x98][0x8c][0xaf]q[0xec][0xab][0xa8][0xe0][0xbb][0x12]_O[0x83]U[0x95][0x6][0x8b]6[0xba][0x8f][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc1][0xcb][0xb9][0x83]g[0x91][0x13][0xcb]>[0x95][0xb3][0xfb][0xb1][0xf0][0xea]p[0xfe]F[0x1a]3[0x9f][0xc3]L[0xd4]%[0xdc]Id[0xcf][0x93][0xad]J[0x9b]'[0xa5][0xd6][[0xf5]Y[0x8c][0xa9]dB[[0xd4][0x8f][0xc5][0x3]XR[0xeb]=[0x8f][0xa5][0x9d][0xe5][0xde][0xea]rOy[0x1]M[0xbe][0xac][0xd6][0xc8]P[0xba][0xdc]8[0x87][0xdb][0x98][0xe5][0xd2][0xf4][0x1e][[0xeb]s{[0xe5][0xbe][0xb]v$[0xdf].[0xdc][0xac][\r][0xee][0xc6][0xa8][0xf5][0x95][0xfb][0x9c][0xad]1O[0xb5][0x9c][0xc][0xe8]/7[0xfa]qG[0xb9][0xdf]I[0x83][0xb5]Ga[0x96][0xfb][0x95][0x88][0xe5]y8~[0xf9]U[0xf2][0xd6]_[0xa5][0xea]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M?V[0xa8]|7[0x1f][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]g[0xe5]q[0x8c])][0xed]t[0xbd][0xc7][0xe1][0xc4]+[0xc7]/ZNd&[0x1c][0xe2][0xf1][0x88][0xf]^[0x9][0xc0]'[0x85][0x98]!&[0x1d]Y[0x84][0xa5]RL[0x8f]A[0x9d][0x8c][0xc5]Z)[0xc5]&[0xa6][0xde]6[0xce]w[0x12]b\[0x8b][0xbc][0x8c][0xf2]*Ze3[0xc3]q[0x6][0xc3]W[0xd9]D[0xed][0x86]m[0xae]e[0xb7][0xb9][0x96][0xdd][0xc6][0x94]v[0x9a][0xaa][0xf9][0xf8][0xdd]>[0x83][0xb3][0x94][0xaf],6[0x17]^[0xef]e[0x86][0xb4][0x91]2V[0xbf][0xa8]?.x[0xb][0xb3][0xb4][0xb9]>Y[0xf4]&[0xcc]7hta[0xce]{[0xde][0xfd][0xb8][0xe4]C[0xfd][0x87][0x8d][0x6][0xcf]t[0xfd][0xa8]{.s[0xa3][0xc8]d[0xf7];[0xa7]vZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xe1][0x9c]kTK[0xf9]6O[0xb7][0xce][0x11]_[0xbe]n)[0xdf]z[0xb4][0x98][0x17][0x1c]1[0x1b]9[0xe3][0xc9]-f[0xba][0x16]Si[0x93][0x8c]H[0xcc][0xc3]d~~d:[0xcc][0xbe]&[0x1d][0xfe][0x0][0x9f]vtxqdb*[0xaf]I[0xcc][0x5]ns[[0xcc][0x1f]:bB[0x9c][0xf1][0xe6][0x16][0xb3][0xc0][0x8d][0x98][0xd1][0x8b]Q[0xad][0x97][0xd9][0xb2]C[0xe0]3[0x8e][0xc0][0x1e][0xd2][0x18][0xb9][0x5].[0xd3][0x2][0xd7][0xdb]$[0xd7],P[0xb5][0xfe][0x88]-[0xaf][0x16][0xfd][0xc7][0x8e][0xe8][0x3][0xa4][0xf6][0xe5][0x16][0xbd]B[0x8b]n[0xb5]I[0xae][0x83]h[0xd5][0xfa],[[0x86][0x6][0xf1]9[0x7][0xc4][0xc3]\[0xe7][0xcf][\r][0xa2][0xde]My[0xd7][0x1b][0x84]j}[0x9e]-[0x9f][0x86][0xf3]'[0xe][0x9c][0xf7][0x93]C 7[0x9c][\r][0x1a][0xce].[0x9b][0xe4][0x6][0xc1]Q[0xad]/[0xb0][0xe5][0xd7][0xc0][0xbe][0xe8][0x0]{[0x92][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x3][0xdb][0xac][0x81][0xf5][0xda]$7[0x1c][0x98]j[0xfd][0xa9]><)[0x88][0xaf]8[0x10][0x9f]!W37[0xc4]N[\r][0xf1][0x1][0x9b][0xe4][0xc7][0x8]Q[0xb5][0xbe][0xc4]V[0xa1][0x6][0xfb][0xaa][0x3][0xf6]Y[0xf2]/[0xca][\r]6[0xa8][0xc1]>b[0x93][0xbc]#`U[0xeb][0xcb]l[0x99][0x1a][0xf6][0x9f]9[0xb0]OSRqn[0xd8]a[\r][0xfb][0x3]6[0xc9];[0xc][[0xb5][0xfe][0x9c][0xad]"[0xad][0xc0]_[0x8c],[0x8f]GG[0x95][0xc7][0xbf]2[0xe8][0x93][0xf7][0x97]#[0x13][0x93][0x18][0x95][0x98][0x97][0x6][0x89][0xf9][0xab][0x91][0x89]98*1[0xc7][0x6][0x89]y[0xcd][0x11]s[0xc8][0xb9]u[0xcc]I;[0xbd][0x96][0xa9][0xcb][0xa8][0xba][0x88]~[0x1c][0x86][0x87]w[0x9d][0xfc][0xe7][0xec][0xc3]h?[0xee]R0[0xd2][0xee][0xa5][0xf2]n[0x98][0xf2][0x10][0xa6][0xca]{[0xd2]J5s\8s\8s[0x1c]8[0xf6][0x85]#[0xf2]j[0xc1][0x18][0x1f][0xfe][0x9a]7[0x2][0x19]tI[0x95][0xab]O[0xf5]K2.[0xa9][0xab][0x99][0xfb]x[0x81]H[0xdd]R[0xb6][0xeb][0x10][0x3]n?[0x8f][0xfa][0xce][0xd2]5[0x3]h8[0xad]*Pe[0xa5]k[0xc7][0xe2][0xf3][0xfd]Xw[0x1a][0x1][0xd5][[0xdf][0x8f][0xc6][0xd3][0x98]x[0x1e][0xab]:KW[0xf5]c[0xc3])[0xbc]k[0x0]M[0xa7]1U][0xb6]%[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96][0xb2]T[0x8d]n[0x3][0xf][0xaf][0xcd]D[0xf2]5[0x8d][0xe7][0xeb]<[0xec]@[0xe7]%[0xf5][0xbf][0xe7][0xb4] [0xef][0x87]PK[0x7][0x8][0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/apache/logging/log4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/Activator.class[0x95]W[0x9]t[0x13][0xd7][0x15][0xbd]#[0xcb][0x1e]Y[0x1a][0x1b][0x10][0xd8][0xc5][0x80][0xb1][0x8][0x9b],cD[0x9c][0x4][0x82]qh[0x8d]c[0xc0][0xc5]6`[0xd9][0xa4][0x84][0xa6]t,[0x8d][0xed][0xc1][0xb2]$[0xa4][0x91][0xc1]!4i[0xb3]tI[0xdb][0xd0][0xbd][0xa4][[0x9a][0xa6]u[0xdb]tc[0x9][0xc6][0xa1][0xa5]M[0xdb][0xa4]m[0xba][0xef]{[0xd3][0xb4][0xe9][0x92][0xee][0xeb]9=9[0xa7][0xa1][0xf7][0xff][0x91]d[0x19][0xcb][0xc2]=[0xc7][0x9e]?[0xf3][0xfe][0xfb][0xef][0xbd][0xfb][0xd6][0xaf]'[0x9f][0xf4]"[0x80]k[0xf0]o76a[0xac][0x1c][0x1b]q[0xab][0x1b][0xc7]p[0x9b][0x7][0xa5]8[0xae][0xe2][0x15]*nw[0xe1][0xe]7[0xca][0xf0]J77oS[0xf1]*[0x15]w[0xba]q[0x17][0xee]v[0xe1][0x1e]7[0xdc]x[0xb5]`}[0x8d][0xd8]|[0xad][0x8a][0xd7][0x9][0x9][0xf7][0xba][0xf0]zA|[0x83][0x7]o[0xc4]}*N[0xb8][0xf0]&[0xf1][0xfa]f[0x17][0xde][0xe2][0xc2][=[0xf0][0xe0]m[0x1e][0xbc][0x1d][0xef][0xf0][0xe0][0x9d]8)[0x1e][0xf7][0xab]x[0x97] [0xbf][0xdb][0x8d][0xf7][0xe0][0xbd][0xe5]|[0xbc][0xcf][0x83][0x7][0xf0]~![0xed]A[0xf]>[0x80][0x87]T|P0|H[0xc5][0xb8][0x7]~|X[0x10]?"[0x1e][0x1f][0x15][0x9a][0x1f][0x16][0x8f][0x8f][0x89]s[0x1f][0xf7][0xe0][0x13][0xf8][0xa4]8[0xfc])[0xb1]{[0xca][0x8d][0xd3]8#[0x1e][0xf][0xb9]q[0x16][0x8f][0xb8]q[0xe][0x13]*[0xce][0xab][0x98]T[0xf1][0xa8][0x8a][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x87][0xda][0xdb][0xfa]z:z[0xf7][0x1f][0xec]j[0xed]n[0xdd][0xd1][0xde][0xa3]`i[0xe7]!}T[0xf]F[0xf5][0xd8]`0d[0x84][0xd3]I[0xd3][0x1a][0xeb][0xd2]c[0xfa][0xa0][0x91][0xdc][0xa2][0xa0][0xac]s[0xf7][0xe][0xc9][0xb6][0xa2]3[0x9e][0x1c][0xc][0xea][0x9]=[0x5][0xce][0xb6]x[0xc4]P0[0xaf][0xd3][0x8c][0x19][0xdd][0xe9][0x91]~#[0xd9][0xab][0xf7]GI[0xf1]v[0xc6][0xc3]zt[0x9f][0x9e]4[0xc5]w[0x86][0xe8][0xb4][0x86][0xcc][0x94][0x82][0xfa][0xd9]-HSQ[0xb0]5l[0x99][0xa3][0xba][0x15][0x17][0x96][0xcc]#Oxx[0x8f][0x91][0x1c]1S)3[0x1e]SP[0xeb][0xb7]q[0xa6]2[0x10][0x83]S[0x9b][[0x84]I[0xee]D[0x1e][0xf3][0x92][0xd9]y[0x15]T[0x84],=<[0xdc][0xa5]'2[0xe6]i[0xd1][0xb8][0x1e][0xc9]BV[0xb0][0xdc]/[0xed][0x8c][0xa7][0x6][0xcd][0xe0]@R[0x1f]1[0x8e][0xc4][0x93][0xc3][0xc1]m[0xe9]X$jHM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd4][0x16]pz[0xfb][0xd1][0xb0][0x91][0xb0]l[0x1d]Uy[0xfb][0xf9][0xf4][0xb2]~)GDmv%[0xcc]L[0xe6][0xa1][0x82][0x86][0x82][0x96][0x1c]1[0x93][0xc2]q6[0xef]M[0xf2]C[0x9a]U[0x92]N2X[0x95][0xb6][0xe2][0x98]a[0x5][0xfb]z:[0xa9][0xd1][0x95][0xc8]![0x9b][0xb3]8[0x86][0x8c][0xc2][0x18][0xb2][0xf9][0xb6]4[0x19][0x9e]N3eq[0xa7]zz[0x84][0xc7][0x12][0xd9]([0xfb].[0xe3]m[0x99]n[0xc9]V[0xc2][0xfa][0xb4][0x8a][0xcf]((MYz[0xd2]R[0xb0][0xba][0x88][0xa3][0xdb][0xe2]1[0xcb]8jI`N[0x9a]H[0xf9]k[0xe6]b[0xbd]A[0xb][0xd5][0xb0]}X[0xc1]UWV@[0xf1])#:@?%[0x8d][0xc3]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]P[0x80][0x1d]$[0xe2]_v[0xa0]H[0x98][0x14]\?[0x3][0xf2][0x9c]L[0x14][0xae][0xb8]S[0xd6][0xf5]E[0x15]&S7[0x97]!TY[0x91][0x8e][0x89]*[0xec][0x18][0xe8]1[0xf4][0xc8][0x98]0[0xcf][0x8a]'H[0xb6]mj[0x1b]bF[0x9][0x1b]W[0x16]q^[0xfb][0xa8][0x11][0xb3]]Wj[0x88]W[0x11][0x9b]+0[0x13]K8[0x9a][0xa9]qw([0x9e]N[0x86][0x8d][0xed][0xa6][0x8]ke[0xae],[0xd7][0xb][0xb0][0x1a]^[0x84]V[\r][0xcd] [0x86][0xcf]j[0xd8][0x81][0x9d][0x1a]>[0x87][0xc7][0x14][0xd4][0xcc][0xaa][0x81]q([0xb0][0xd7][0x1a][0x19]1c[0xf9][0x5][0xce][0x0][0xa4][0xa4]^[0xa1][0xe2][0xf3][0xb3][0x1d][0xd2][0x13]V[0xfe][0xa1]5s[0xcb]h[0x15]_[0xd0][0xf0]E[0xd9][0xed]x,+[0xf5][0xd8]q[0xdf]@<[0xc9][0xa8][0xb1]9[0xfa][0x9a]|[0xd9][0x12][0xa6][0xd4][0xaf][0x9]i[0xae][0xae][0xf6][0xde][0xd6][0xc6][0x8e][0xee][0xed]t[0xbb]l[0xa0][0x8d]9[0xe][0xbe][0xb0][0x11]Z[0xa6][0x91][0xd2][0xf0]u|[0x83]5[0xa7][0xe1][0x9b][0xf8][0x16][0xb]O[0xc3][0xb7][0xf1][0x1d][\r][0xdf][0xc5][0xf7][0xd8][0xf2][0xf2]KS[0xc3][0xf7][0xf1][0x3][0x15]?[0x14][0xae][0xf8][0x91][0x86][0x1f][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'*~[0xaa][0xe1]g"[0xce][[0xf1]Bf[0xa9][0x86][0x9f][0xe3][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x9e][0xb5][0xa7][0x12]ff[0x8a]d[0xea]j[0xbb][0x1e]f[0xc6][0x8c]ix[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]T[0xb0]j.e[0xa1][0xe1]i[0xfc]J[0xc3][0xaf][0xf1][0x8c][0x86][0xdf][0xe0][0xb7][0xc2][0x9a].[\r][0x9]a[0xc5][0xef][0xf0]{[0x15][0xcf]j[0xf8][0x83][0x0][0xf0]GA[0xf9][0x13][0x9e]Q[0xf1]g[\r][0xc1]c*[0xfe][0xaa][0xe1]o[0xf8][0xbb][0x8a]h[0xf8]'[0xfe][0xa5]`[0xed][0x1c][0xe7][0xc][0xfb][0xdb]TXv[0xf7][0x1f]2[0xc2]V[0xe1][0xb4][0xb3][0x8d][0xcc];[0xb7][0xae][0x0]Sh,[0x16][0x1e]J[0xc6]c[0xf1]t[0xca][0xe6][0x17][0x1d][0xc1][0x88][0x89][0xc6][9[0xbd]MpLN[0x11]:,#i[0xb][0xf5]][0xa9]Y1[0xda][0xb3][0x8e]z&[0xc5][0xa0]aq[0xb2]Y[0x86][0x1c][0xd2][0x1d][0xcc][0xae]b[0x83],~Y[0xb9][0x19]2o[0x8a][0xda][0x16][0xd5]SlG*[0xa5]v[0xf3][0xac][0x82]E[0xfe][0xfa][0x99][0x87][0x14]l[0xf3][0xcf][0xa4][0xfe][0xdf]zW[0xe7][0xb][0x91][0x9a][0xb7][0xe4]+[0xb3]c#[0xae][0x5][0x2][0xe3][0xd8]Hy{2[0xd3]\t[0x16][0xc6]jU[0x81]X[0x15][0x8][0xcc][0x2][0x9e][0xcc][0xc2][0xb7]'[0x7][0xbd]UX[[0xe1]{[0xd3][0x2]=[0x12][0xb9][0xbc][0xfa][0xd7][0x14][0xa9][0xc3],[0x97]}[0x85][0xcd]aL[0x89]kh}[0xf1][0xcb]G[0xf9][0x9e][0x9e][0xdd][0xfb]:nl[0xef][0x9][0x89]K[0xd9][0x14][0x94][0xb6]x4[0xca][0xa4][0xb0][0xef][0x9b][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x99]\f[0xaa]}$a[0xf1]zQf_7[0xc8][0x99]4F[0xe2][0xa3][0xc6][0xe5][0xc6]//~q[0xb0][0x1b][0x84][0xb8][0x5]Nk[0xa6][0xa1]1[0x9e][0x1f]a[0x9f][0x13][0xf5]zy[0xa3][0xaa][0x9d][0xde]Hf[0xfc]dY7[0xfb][0x98]a{K[0xa7][0x82]![0xb9]d[0xeb][dF[0xf6]}[0x83][0xbf][0xc8][0x8f][0x8c][0x2][0xa7][0xb7]`[0x5][0x8b]m[0x82][0x3][0xd7]c3J[0xb0]D\l[0xf8][0x13]s[0x89][0x18][0xf9]\[0x1d]b[0x0]r-[0x87]"[0xee]=|n[0xe3]W[0x90][0xab][0xc2][0xb5]40[0x1][0xe5][0x94]dk[0xe3][0xb3]L[0x12][0x1b]p#[0x9f][0x9a][0xcd][0x80]vl[0xe7][0xea][0x16][0xf7][0xa4][0xcc][0xe1][0xe]r[0x8b][0xbd][0xca][0xd3]p<[0x1]7[0x9f][0x81]s([0x11]RJ[0xa4][0x94]J[0xae][0xa0]Qe4[0xab][0x82]FMI[0xab][0xe4][0xd9][0x17]s[0xdd]%y[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88][0xcc][0x88]}[0x8e][0xca][0xc4][0xc1]H[0xc3]$[0x9c][0xac][0x9a][0x7][0xe0][0xc7][0x1c]T[0xf0]r[0xe8][0xdc]#[0x2][0xe5]0[0xd7]r[0xf2][0x9c]8[0x8d][0xab]&[0xb1][0x92][\r][0xc8][0xf9][0x8]V[0xd1][0xca][0xd5][0xac][0xa7]\[0xc0][0xba][0xd6]y[0xd7]0[0x98][0x93]X[0xeb][0x90][0xc0][0x88]O[0x80][0xc9] [0xac][0x15]o[0x12][0xa2][0xbf][0xb9]4PS:[0x89]z[0x5]"[0xc6][0x97][0x9e]j[0x8]L"[0xe0][0x0][0xe5]5[0xd8]G[0x9a]KkJ/n,+[0xd9][0xa8]V[0xa9]Ue[0xf][0xa2][0xba][0xa6][0xb4]Jmjv[0x5]j\[0x13]Xw[0x97][0xaa][0x8c]_z[0x96][0x89][0xde]8[0xe5][0x9b]f[0xda][0xf][0x84][0xe0]B/S[0xb4][0xf][0xcb][0xe9][0x89][0x0]}[0xb1][0x93][0xe8]C[0xc4][0xbf]O"=[0x0][0x83][0xe8]o[0xe7][0xdb][0xdd]\[0xef][0xc5]A[0xdc]G[0x94][0xc2];[0xa1][0xf2][0xdf][0x83]~[0xc6][0xbf][0x94][0x1c]e2[0xb2].[0x81]9[0xe7][0xc9][0x13][0x8c][0xb7]A[0xbf],G[0x12][0x3][0x94][0xe9][0xa0][0x86][0x1][0xc]Rj[0x9][0xe9][\r][0x18][0x82]Ik[0xb2][0xde][0xb5][0xf7][0xe]qo[0x97][0xac]O[0xe7][0xf3]hR1[0x9c]u[0xf0][0xca]K[0xac]h[0x97][0x8a][0xa8][0x8a][0x91],9[0xc6]?[0x85]e[0xf5][0x1f][0xd4] .[0xa1][0xb1][0x8d]RM"W[0xe6][0x7]3[0x95][0xea][0xb][0x9c][0xc5][0xaa][0x93]Xz[0x1a][0xeb]'[0x11]Tp?[0xe6][0xcb][0xd0]l[0xa0][0xde][0x12][0x86]f[0xaa]v[0xbd]2[0x1d][0xc2]\#Th[0xa0][0x8e]FM[0xd5][0xaf]/[0x3].S[0xbf]u$[0x1e][0xce]F[0x9d][0xfe]p[0xc8]|[0xd7]D|[0xae]&[0xda][0x8c][0xc7][0x1d]yMa[0x98]~[0x8b][0xd2]o#Rh[0xb5][0xcd][0x9f][0xf3][0x98][0x96][0xf1][0xd8][0x14][0x18][0x85][0xbe]Ke[0xc0][0x8c]f[0xe4][0xfb][0x1b][0xce][0xa1][0xe9]ay[0x0]+[0xf9][0xaf]H[0x1d][0xc0][0xa2][0x0]7[0xae]a[0xc0][0x85][0xe2][0xf1][0xfc][0x86]dW[0xc2]a[0xd6]r[0x8a][0x10],[0xac]B[0x9a][0xd9]k[0x9e][\r][0xfe][0x9c][\r]~[0xee][0xa7]35[0xea][0x84]cq%[0xa3]:[0x9a]sh[0xbd][0xd4][0x6]T[0x9c][0xc7][0xb5]g[0xe0]8[0x8f][0xeb][0xce][0xc0]{J[0x1a][0xd1]&[0xbb][0xa4][0x10][0xd6][0xc8]t[0x10][\r][0xf6][0x88]4[0xec][0xe8][0xff][0x0]PK[0x7][0x8]X[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/BiConsumer.classmL[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]@[0x18][0x9c][0xaf]L[0xcb][0x82]z[0x8b][0xec][0xd2][0x1e][0xea][0x94][0xd1][0xa1][0xa0][0x8b]A[0x7][0xc3][0xfb][0xb6],[0xdb][0x8a][0xa9][0x98][0xf6]p[0x1d]z[0x80][0x1e]*[0xda][0xec][0x10]d[0x1f]|[0xcc][0xf]3[0xf3]x[0xde][0xee][0x0]f[0x18]8p[0x1d][0xf4][0x9]6[0x17]B[0xe6]%a[0xec][0xed]b~[0xe5],[0xe1][0xa9]b[0xfb]c,E[0xe9]7[0x9d]ID[0xe8][0x85]Z[0xa5][0xbc][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xb8]w[0x8][0xfc]CT[0xfb][0xcb]e[0xb0]h6[0xa2]?[0xde][0xaa]i[0x11][0xdc]0[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0xb7]:1[0xbb][0xc3][0xb5][0xde]d[0xe9][0xa5]:[0xcb]b[0xfa][0xce][0x12][0xbc][0xac]P[0x8c][0xe7]\[0x9c]$K2[0xa5][0xb4][0xe9][0x1a][0x9c][0xc7][0xac]*u[0xc2][0xbe]y[0xc2][0xe8]w[0xdd]&[0x10]Zx[0x1f]Y[0x84]6,[0xa3];F[0xb5]`[0x9b][0xff]0[0x7][0xdd][0x1a]{/PK[0x7][0x8][0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Chars.class[0x95][0x92][0xcd]n[0xd3]@[0x14][0x85][0xcf]$[0xb1][0x83][0x87][0xa4]u[0xb][0x94][0xd6][0xfc][0x95][0x94][0xd2][0xa4]@S[0xd4]"[0x16][0xfc]H[0xa9][0xd3][0xaa][0x95][0xc]mI[0x9a][0x1d]R'[0x89][0x95]8[0x98]8r[0x1c][0xe0]9[0xd8][0xb2][0x82][\r][0x9b]lX[0x81]X[0xf0][0x0]<[0x14][0xe2][0x8e]kE#[0xa8][0x4]]d[0xee]|[0xf7][0xce]=[0xe7]N[0xc6]?}[0xff][0x1]`[0x3]e[0xe][\r]%[0xb9][0xac][0xca][0xe5][0xe][0x87][0x8e][0xbb]Y[0xdc][0xcb]b[0x8d]!e[0xbf]``6C[0xde][0xe][0xfa][0xc3]H[0xf4][0xa3][0x86][0xf0]Gn[0x9a]:[0xf3][0xc]z[0xf5][0xf0]h[0xbf][0xbe]-[0xa9]@g[0xb7][0xf][0xe5][0xee][0x9][0xed][0x9c][0x1d][0xb9][0xe3][0xc][0xda][0xe4][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xed][0xa0]b[0xc7][0xb0][0xc8][0x90][0xae]W[0xb6][0xe4][0xd6]`[0x98][0xee][0xb8][0xd1][0xd1]`[0xe0][0x86][0xb6][0x18][0xba][0xbb][0xee];[0x86]Lq[0xaf]D[0xa6][0x19];h[0xbb]Tw[0xbc][0xbe][0xfb]|[0xf4][0xba][0xe9][0x86]u[0xd1][0xf4])3[0xeb][0x4]-[0xe1]7D[0xe8]IN[0x92]Z[0xdb][0xeb]x[0x11][0x8d][0xbb]G[0xe3][0xd6]"[0xd1]z[0xf5]L[0xc][0x92][0x9a][0xb4]p[0x82][0xb7][0x8a][0xc5][0xc]eH[0xd3][\r]=R[0xaa][0x9e]t[0xce][0xa9][0x83]T[0xfc]AW([0x85]I[0xbb]Z[0xd0][0x1f]{}/zJ[0xd7])[0x96][0x1a]4p[0xd4][0xf5][0x86][0xc][0xcb]N[0x10]v[0xca]b Z][0xb7][0xec][0x7][0x9d][0x8e][0xd7][0xef][0xc8][0xb8][0xd9]+[0x8f]"[0xcf]/[0xdb]][0x11][0xe][0x1f]1[0xf0]Z0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xee][0x8e]'G[0xe4]qv[0xad]'[0xde][0x88][0x1c][0x16]1[0x9f][0xc3]M[0xb9][0x14][0xe4][0xb2][0x84][[0xc]K[0xff]![0xca]`J[0x81][0xb2]/[0xa8][0xb8][0xdf][0xec][0xb9][0xad][0x8][0xf7][0xe9]Uu[0xfa][0xa7][0xb3]X[0xa0][0xdf]90[0x18]D)p[0xe2][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x88][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x11]O+l[0x12][0xcf]([0xcc][0xcc][0x17][0xd3]kk[0x2]bK[0xa0]3[0x93]O[0xcf][0xe7]2[0xc5][0x8d][0xc5][0xf5]L[0xfa]nnu![0x9d]+[0x8][0xc4][0x97][0xd2][0x9b][0xe9][0xe2]Jziu[0xbd][0xb8][0x99]Y/dW[0xf3]L[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tX[0xde][0x82]mz^[0xfa][0xd0][0xb4]ls[0xdb][0x96][0x2][0xdd][0xc3][0xb9]=[0xf3][0xd0]L[0xda]f[0xa5][0x9c],[0xf8][0xae]U)O[0x8f][0x10]9[0xb2][0xe0][0xec]p[0xbb]=gUd[0xfe]`[[0xba][0x1b][0xf5][0x82]x[0xce])[0x99][0xf6][0xa6][0xe9]Zj[0xdd][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4][0x1a][0xd0][0xc6][0xae][0xeb][0x8b][0x88][0xa3][0x1d][0x9e][0xd6]7UM[0xd7]'[0x8b][0xce]Go6[0xa1][0xa1][0xa0]![0xc5][%[0xf0]L[0xc9]n[0x90][0xd7][0xb][0xce][0x81][[0x92][0xf7],%Q[0xdb][0x19][0xbb][0x84]*[0xd7][0xb0]a[0xe0][0x1][0xd8]\[0xe7]%[0xb2][0x19][0x18][0xc4][0x90][0x80][0xa1][0xb6][0x12][\r][0x6][0x1a][0x1e][0x1a][0xf8][0x6][0xdf]R[0x8e][0x89][0x1f][0x1f]'x[0xa4][0x81]-<[0xd2][0xf0][0xd8][0xc0]w[0xf8][0xfe][0x2][0xd0]Y[0x7][0x1a][0x8a][0x6]~[0x80][0xc9][0xbb][0xf][0x84]J%,/[0xf1]Tn[0x9b][0xd5]*{V[0x5]G[0x9]O[0xba][0x87][0xb6][0xf4][0x13][0x85][0xba]5[0xf0]>[0xae][0x1b][0xd8]F[0xc9]@[0xf]z[0x5][0xae]5*eEQK[0xf8][0xbb][0xae]4wl5[0x5][0x9e][0x81][0xf7][0xd0]k`[0x14]c[0x6][0xae][0xe2][0x9a][0xc0][0xd0][0xff][0xbc]![0xf2]9g[0xbb][0xba][0xbd]'K[0xfe][0x85]P]W[0x81][0xe1][0xb7][0xe3][0xe5][0x1c]sG[0xba][0xf][0xe8]r[0xce]l.[0x82][0xf1][0x16][0x18][0xb8]l[0xaa]_[0xb][0x5]i[0xd3][0x17]O|[0xe6][0xf9]r_[0xa0][0x95][0x83][0xb3][0xe6]:U[0xe9][0xfa][0xcf][0x4][0x6][0xdf][0x1]t6[0xc4]M^[0xd5][0xb6][0xd8][0xc3][0xd0]e[0x5][0x97]L[0x8c][0xc0][0x95][0xf3]X[0xb6][0xe2][0xcb][0xb2]t9<[0x9c]1Or[0xf9][0x1f]/&[0x7]x[0xfc][0xed][0x8a]4[0xa8][[0xd2][0xab][0xab][0x12];o[0x87]1[0x81][0x1b][0xc3][0xef]z[0x8b]."[0x90]h[0x9c][0x10][0xf3][0x8e]cK[0xb3]r.L[0xcf]%[0xf4][0xb6]F[0xb6]0[0xc9][0xef]U7?[0x83]a[0xce][0x3][0xa7][0x87][0xde]U5#[0x81][0xe5][0x84][0xd0]F[0xa0][0xab][0x9][0x83]@[0x1f]W%[0xda][0x10]m[0xc7]h[\r][0xe2]Oh[0x91]_[0x10][0x9][0x1f][0xe7][0xc2][0xc7][0x8c][0x3][0x6]b[0xdc][\r][0xe3][0x3][0xfa]m[0xb4][0xc0]g[0x8c]|N[0xff][0x16]>[0xe4][0xaa][0x87][0xbb]m|>[0xc2][0xc7]A~[0x7]>[0xc1][0xa7][0xb4][0xfd]|Z[0x10]n[0x9d][0x13]s[0x1a][0x6][0x98][0xc0][0xd7][0xa9]q[0xe0][0x14][0xad]Jm[0x1a][0xfd][\r][0xe1]_[0xe9][0x84][0x2]t=`1Kvw[0x2]d[0xa3][0x9e][0x84]a[0x8c][0x4][0xbb][0x1c][0xf1][0x6][0xc0][0xdf][0xcc][0x8c][0xd0]&[0xe3][0x91][0x1a][0x9a][0x96]G[0xe3][0xcd]/[0xa1][0xe5][0xc6][0xc2][0xa9][0x1a][0xa2][0xb3]}[0x91][0x9f][0x1b]=[0xdc][0xbe][0xfe][0x1c]M}[0xc7]c[0x11][0x15]?[0xce][0xb3][0xa1][0x10][0xa9][0xf7]c[0x9c][0xc4][0x6][0x8][0xa6]l[0xbd][0xb1]Az[0xc0]<[0x9a][0xf9]g[0x88][0xf1]/[0xd0][0x85][0xfb][0xa4][0xb0][0xc8]F[0xb2][0xcc]\ff[0xe][0x13]X[0x9]h[0xdd]$[0xa5].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":N)[0xc3][0x8c][0xc4][0xb8][0xd3]K[0xe4][0x9]>[0x9]$[0x19]k&[0xe1][0x1b][0x81][0x8]1[0x8a]1[0x89][0x14]i+9R[0x88][0xbc]"[0xff][0x88][0x86])[0x8d]0[0xec]nN[0xbc]bv# [0x18]P[0xcb][0xd0][0xe9][0xbe]F[0xa9][0xa3][0x94][0xfa]T[0xb7][0x9d]@~`[0xb2][0x6]=[0xde][0x1a]7j[0x88][0xbd]D[0xdb][0x9][0xda]_[0xa0][0xfd]'t[0xaa]hG[0x84][0x91][0xe7][0x8d][0xfe]Op[0xa5][0x86][0xf8][0x9]:[0xcf]5[0xee]!y[0xd0][0xd3]H\[0xa7][0xed][0xa0][0xba]J[0xd7][0xfe]@[0xe9][0xd0][0xe0][0x9c][0xba][0x99][A[0xfa][0x17][0xff][0x2]PK[0x7][0x8]k[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/EnglishEnums.class[0xa5]SKo[0x12]Q[0x14][0xfe].P.[0xd0][0xe9][0x83]J[0xd1][0xfa][0xac][0xad]V^[0x16]mu#[0x84][\r][0xa1][0xda][0x86][0xb6][0xb][0x90][0xfd][0x85]N[0x87][0xc1]a [0xf3]hb[0xfc]An[0xd5][0x85]6.[0xdc][0x9a][0xf8][0xa3][0x8c][0xe7][0xde]A[0xe4][0xd1]E[0x13]g[0x92]9w[0xce]=[0xe7]{[0x9c];[0xf3][0xeb][0xf7][0xf7][0x1f][0x0][0xf6][0xb1][0x9f][0x0][0xc7]V[0x2]Ql[0xc7][0xf1][0x8][0x8f][0x13][0xd8][0xc1][0x93][0x4]2[0xc8]r[0xe4]8[0xf2][0xc][0xd1][0xb2]i[0x9b]^[0x85]![0x9c][0xc9][0xb6][0x18]"[0xd5][0xc1][0x99][0xce][0xb0]R7m[0xfd][0xc4][0xef][0xb7]u[0xa7])[0xda][0x16]e[0xd6][0xea][0x83][0x8e][0xb0]Z[0xc2]1[0xe5][0xfb]([0x19][0xf1][0xba][0xa6][0xcb]P[0xa8][0xf][0x1c][0xa3]([0x86][0xa2][0xd3][0xd5][0x8b][0xd6][0xc0]0L[0xdb][0x90][0xf1]E[0xaf][0xe8]{[0xa6]U[0xac][0xd9][0x86]e[0xba][0xdd][0x9a][0xed][0xf7][0xdd][0x12][0x3][0xbf][0x10][0x96][0xaf][0x9f][0x9e]3[0xbc][0xcc][0xd4]{[0xe2]B[0x14]-A[\r]UK[0xb8]ni"[0xd1][0xf0][0x1c][0x2]*e'R[0x12][0x82][0x10]b:[0xc5][0xe6][0xfb]!IH[0xce]![0x90],[[0xf4][0x95][0xe4]9,[0x86][0xf4][0xb4][0xf][0xc2][0x18]yI[0xcf][0x2][0x95][0x9b][0xcd]R[0x85]:[0xe2][\r][0xd3][0xb0][0x85][0xe7];TtPn[0xbe][0x9a][0x91][0x13][0x94]U[0xe6][0x9c][0x4][0xf9]+[0xec]P[0x9e][0xa1]v[0x1d][0xe7][0xb3][0xc6][0xaf][0x98][0x84]v[0xa6][0x9f][0xb][0xdf][0xf2]Zr[0xa4][0xc][0xab][0xf3][0x15]a[0xc5][0xb7][0xd4][0xf0]D[0xe7][0xdd][0xb1][0x18]*[0xb7][0x1c][0x5][0x86][0xc3][0xff][0xf7]B[0xe9][0xc0]N[0xa2]1[0xf0][0x9d][0x8e]~`[0xca]I&'[0xcf]{W6i[0x88]![0xae]a[0x5][0x1b][0x1c]O5[0xec][0xa2][0xc8][0xf1]L[0xc3]s[0xec][0x91][0x12][0x99]_e[0xc8]][0xff][0x1b]"[0x9f][0xff][0xa4][0x9c][0xb6]{z[0xc7]cX[0x9e][0xb6][0xf2][0xb7]F5[0xab]3'e[0xbc]v[0xf2][0xba]~[0xd8]x3[0xfe]6&vKS[0xa8][0x81]A[0x86]Eo[0xf0]v8[0xd4][0x9d][0xaa]p[0xa9]'3[0xdf][0x96][0x9d][0x1f][0xb][0x19][0x8b][0xd2]'[0xaf]0B[0xd2];hD[0xea][0x87]dt[0x3][0xb][0xb9]o`[0x9f]i[0x11][0xc2]"=[0x13][0x14][0x81]-D[0xb0][\r][0x8d]VZP[0x84]%,S[0x8c][0xcb][0xf9]P[0x85][0x4]8V[0x80][0x0][0xcf][0xe5][0xd9]%B[0x9f][0x14][0x83][0x84][0x88][0xaa][0x96]=[0xd5][0x9e][0xe]J[0x90][0xc4][0x9a][0xd2][0xc0]q[0x3])[0xda]_[0x1f]C[0xcb][0xbd]4[0xc5][0x9b]J[0xc2]-E[0xb1]1[0xa2][0xf8]@[0x88]a[0x8a][0xa9][0xfc]O[0xf0][0xc2]G,[0xe7][0xf2]_[0x10][0xfe][0x8a][0xc8]%[0x16]$_d[0x82][0xaf][0xaa][0xf8]6[0x83][0xfa]1_j[0xc4]'W[0xb7]q[0x87]p[0xd7][0xc7][0xaa]R#[0xe6]`[0xef].[0xe5][0xee])=[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x11][0xc7][0xfd][0x91][0xa0][0x7][0xd4][0xbc][0xa9]V[0xf][0xff][0x0]PK[0x7][0x8] R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.class}[0x90]?O[0xc3]0[0x10][0xc5][0xdf][0xb5][0xa5]i[0xcb][0xbf]2[0xb0][0xc1]N[0x17]<[0x80][0x18][0x0]![0xb1] E[0x80]"[0x11][0x94][0xdd]$[0x87]qd9U[0xe4] [0xfa][0xd5][0x18][0xf8][0x0]|([0xc4][0x19]6[0x2][0xc][0xd6][0x9d][0xdf][0xfd][0xde];[0xcb][0xef][0x1f][0xaf]o[0x0][0x8e][0xb0][0x93]`+[0xc1]v[0x82]9ab8\[0xf3][0xea]2[0x10]v[0xf][0xd2][0xc5]M[0xad][0x9f][0xb5]r[0xda][0x1b][0x95][0x87][0xd6]zsF[0x98][0x9]Rh[0xd7][0xf1]/P[0xf6]Ps[0x19][0x4][0x9a][0xe6][0xd6]x[0x1d][0xba][0x96][0x9]{[0xe7][0xc5]i[0x9f][0xb9][0x10][0xe7]}[0x11][0xf3][0xac][0xaf][0xf8]%{[0x94][0xb5]1[0xaf][0xbf]r[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]7][[0xf2][0x95]u[0x12][0xb8][0x9f]F[0x7]Ww[0xac][0xab][0xcc][0xbb][0xd5]7w[0xab][0x97][0x87][0xd1]K8iZ[0xa3][0xf4]R[0x97]O[0xac]\c[0x8c][0xc]c=[0xae]U[0x17][0xac]S[0xb9][0x9][0xf3][0x9f][0xaf]$[0xa8][0xff][0xb3]z!c[0x2]a g(;[0x1c][0x11]FX[0x3][0xa4][0x8e][0x91][0x88]:[0x11]u[0x80][0xa9][0xdc]gX[0x97][0x9e][0xb0][0xf1][0xa5]l~[0x2]PK[0x7][0x8][0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedStringMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]vv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xcf][0xbc][0x94][0xd4][0x8a][0xd4][0x94][0xe0][0x92][0xa2][0xcc][0xbc]t[0xdf][0xc4][0x2][0xbd][0xac][0xc4][0xb2]DF[0x6][0xbd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4]t[0xa0]$[0x88]6[0xc9][0xd2]/-[0xc9][0xcc][0xd1]G[0xd7][0xc5][0xc8] [0x0][0xd2][0xa7][0x9f][0x93][0x8]T[0xe7][0x9f][0x94][0x95][0x9a]\[0xc2][0xc8]`F[0x94][0x19]A[0xa9][0x89])[0xfe]y9[0x95]Hf[0xa9][0xe3][0xd7][0x8]W[0xc9][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0x84][0xcc][0xc],[0xc] [0xc0][0xc8][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8]?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/LambdaUtil.class[0xb5]UKs[0xd3]V[0x14][0xfe][0xae]_"~$i^[0x10][0x8]$m[0x1a]p,'&![0x85][0x96]8/[0xd2]z[0xfa]p[0xda][0x85]i[0xa6]L[0xd8]([0x8e][0xc6]Q[0x90][0x1f]#[0xcb]t[0xb2][0x87][0x1][0xb6][0xdd][0xb1]c[0xba][0xc9][0x16]V[0x10]f[0xc8][0xc0][0x8a][0x19]~L@[0xa7][0xb4][0xfd][0xae][0xac]x[0x9c]`[0x1a]iQ[0xcf]H[0xe7][0xfa][0xea][0x9c][0xef]|[0xdf]9GW[0xef][0xfe]~y[0x0][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rQ[0x4]0[0xa3]`6[0x8a].\[0x89]a[0xe]_([0xb8][0x1a]C[0x18][0xd7]b[0xf8][0x12]_[0xc5]p[0x1d][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x2][0x91][0xac]Q1[0xec]E[0x81]`rr] [0xb4]Z[0xdd][0xd2][0x5]z[0xf2]FE[0xff][0xb1]Q[0xde][0xd4][0xad][0x9b][0xda][0xa6][0xc9][0x9d][0xbe]|[0xb5][0xa8][0x99][0xeb][0x9a]e[0xc8][0xff][0xee]f[0xc8][0xde]6[0xea][0x2][0xa9]|[0xd5]*e[0xb4][0x9a]V[0xdc][0xd6]3f[0xb5]T2*%i[0xe7]v2[\r][0xdb]03y[0xad][0xbc][0xb9][0xa5][0xfd][0xcc][0xe5]<[0x13][0x96]t{[0xc5]4[0x5][0x16][0x93][0x1b]'[0xc4][0x15][0x1a][0xb5][0x9a]i[0xe8][0xd6][0xfc][0xe4]F~G[0xbb][0xab]eL[0x8d][0xe]?m[0xee][0xe8]E[0x9b]H[0xc2][0xe0][0xf5][0x9d]@W[0xdd][0xf5]#[0x95]I[0xcf][0x98]db[0xe9][0xf5][0x86]i[0xb][0xf4]w[0x84][0x1f]:[0xaa]x[0xb7]v[0xa8]:[0xed]5G6[0xb5]H[0x9c]D[0xc1][0xd6][0x8a]w[0xd6][0xb4][0x9a][0x13][0xae][0xe0][0xc][0x19][0x17][0x8c]RE[0xb3][0x1b][0x16][0xd1]V<[0x97]A[0xc2]u[0xae]D[0x90]5[0x15][0xc8]&=[0xd7][0xb3][0x13][0xc8][0xa9][0xc3]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x6][0x92]s[0xd1][0x1]J[0xf5][0xa1][0x88]C*[0xb0][0xe4]5[0xa3]S[0x83]N)7NBX[0xd3][0xeb]u[0xad][0xa4][0xb7][0xd5][0xe0][0xa3][0xfe][0xe5][0xa6][0xeb]a[0x8][0xd1]3>[0xc1][0x5][0xa2]l[0x89][0xbb]+p[0xdf]sA=[0x93][0xca]iE[0xbb]j[0xed][0xfa][0x93][0xd1]]>[0x12],0[0xe3];[0x1f][0x8f][0x11][0x81][0x87]~[0xda][0xf5][0xff]J[0x8a][0x16][0xaa][\r][0xab][0xa8][0xe7][0xc][0xd3]9[0xb6]Z'[0xcd][0xb4][0x9c][0x91]8[0xa2][0x88][0x9][0xf4][0x1e][0x9f][0x97]8F1[0xa6]`AZ[0x1e]}I[0xaf][0xf9][0xe2]X[0xc2][0xb2][0x82][0x15][0x19]wC[0xc1]j[0x1c]_[0xe3][0x9b][0xff][0x8a]?v[0xfc][0x9]\[0xf4]V7[0x81][0x81]d[0xc7]1[0xef][0xe7]X[0xe5][0xaa]VY[0xb3]m}[0xab]5_G[0x9d][0xb][0xb6]EX:O[0xf9][0x1a]Z[0x1e]lI/[0x85][0xcf][0xc6][0xb2]Y[0x15][0xfd][0xd7][0x16][0xe9][0xc5][0xe4][0x87][0x2]}[0xe4][0xc7][0xc]?m[0x1][0xc8]_[0x98][0x96][0x8d][0x86]@[0xdc][0xf9][0xfa][0xf1][0xb3] wS[0xcf]![0x9e]q[0x11]@[0x82][0xf7][0xa8][0xe3]<[0x8a][0x10][0xc6][0xd0][0xcd]U[0xbc][0xe9][0x84][0x1e][0xf4][0xd2]>[0xc2]'[0xe8][0xa3][0x87][0x4]xB[0x9f] [0xed]D[0xea]-[0xc2][0xe2]i[0xea][0xe0][0x15][0x2][0xf9][0xe0][0xc2][0x88]z[0xf0];[0xfa][0xd4][0x91][0xd4][0xc8][0xec][0xb][0x4][0xb][0xf7][0x2]b[0xef][0x9f]?[0xd4][0xa7]t[0xc]9[0x9].@[0xe1]=[0xc5]*"[0x98]"[0xd4]4[0x6][0x90][0xc1]y[0xda]q[0xb2][0x95]I[0xc7][0x8][0xdc][0x8d]A[0xf4][0xf3][0x89][0xa4]3[0xc1][0xf5][0x90]Cf[0x18][0xa7]q[0x86][0x94][0x86][[0xd4][0xe4][0xb3][0xb3][0xb4][0xe7]x%[0x10][0x8c][0xbc][0x87][0xa2]`D[0xfc][0xc9][0xd0][0xf3][0x8e][0xaa][0xb],[0x0][0xe7][0xd8]e[0xfd][0x80]A[0x12][0xf2]3[0x97][0xf5]>B[0x2]y[0xf5][\r][0xc2][0x8f][0xd1][0xa3][0xbe]Fx[0x1f][0x11][0x81]=[0x84][0xda]([0xf7][0xd1][0x2]Y[0xde][0x17]Hy[0x89]{[0xcb][0xe][0xcd][0xa1]&[0x12]>[0xe5]%[0x93][0xf][0x92][0xdc][0xf8][0x11]r[0xf2][0xd9][0xe7]m[0xe4][0xfe][0xc2][0xb0][0x82][0x9][0xbe][0x1b][0x13].[0xb9][0x8b][0xe][0xb9]KnO[0xbe]u{[0x92]h[0x91]S[0x4]$[0x8f][0xa0][0xc3][0xa3][0xdb][0xa9][0xf7][0xf7][0xe4][0xf1][0x3]y[0xac][0xb5][0xf5]'[0xc1].)N[0xc8][0xc7][0xf7][0xe5][0xe7][0xc3][0x1]<[0x82][0x1f][0xc8][0xc7][0xf][0xe5][0xdc][0x8f][0xa4][0x2][0x8f][0xfa][0xf1][0x98][0x9c][0xf9][0xb1][0x1f]?[0x9][0xe0][0xa7][0xf8][0x99]|[0xfc]<[0x80]_[0xe0][0x97][0xf2][0xf1]+I[0xf8]k[\r][0xbf][0xc9][0xc7]o[0xf1][0xbb][0x0]*[0xf1][0xb8][0x1c][0xfd]>[0x1f]O[0xe0]I[0xf9]xJ[0xc3][0x1f][0x2][0xa8][0xc6][0xd3]r[0xfa][0x8f]R[0x99]?I[0xaa][0xbb][0xe5][0xe8][0xcf][0xf9][0xf8][0xb][0x9e][0x91][0x8f]g5<'[0xa9][0xfe][0xaa][0xe1]yi[0xc4][0xdf][0x2][0xf8];[0xfe][0xa1][0xe1][0x9f][0x1][0xac][0xc1][0xbf]4[0xfc][0xdb][0x8f][0x17][0x2][0xa8][0xc3][0x2][0xf8]/[0xfe][0xa7][0xe1]E[\r]/[0x9][0xe8][0x8d][0xb1][0x98]i[0xd5]G[0x8d]D[0xc2]L[0x8][0xe4]o[0xb5][0xa2]-f"[0x9e][0xb2][0xc2][0xa6][0xc0][0xec][0xb6]n[0xcb]4:[0xea][0xe3][0xb1][0xa4][0xd9][0x97]TD[0xa1][0xb8][0xd1]aZ[0x1b][0xcd]d[0xd2][0xb4][0x4][0x8a][0x1b]76oni[0xd8][0xd6]V_[0x1f][0xda][0xb6][0xa5]e[0xf3][0x96][0x86][0x96][0xb6]v[0x81][0xa2][0xd0][0xe]c[0x97]Q[0x15]5b]U[0xad]I+[0x12][0xeb]Z%P@6[0x89][0xa4][0x11]K^bDSd>[0xa5][0xb5][0xa1]~kKc[[0xfb][0xb6][0xa6][0xba][0xe6][0xba][0x8d][\r]-[0x2]3[0xdd][0xfb][0xcc]p[0xca][0x8a]$[0xf7]4[0x19]1[0xa3][0xcb][0xb4][0xc8] [0x10][0xe9][0x8a][0xc5]-S[0xca][0x12][0x98][0xea]"][0x17][0x8f]GM#F[0x92][0xd2][0x8d][\r]m[0xdb][0xea]Cu[0xad][0xad][0xdb]B[0x9b][0xeb][0xd6]7[0xb4]l[[0xdf][0xd8]Z[0xb7].[0xd4][0xb0]^@\F[0xf3][0x94][0xa2]$j[0x93][0xe2][0xca]l[0x1e][0x9]GR[0xd5][0x16]+[0xb2]+[0x12]5[0xbb][0xcc][0x8e][0xba]p2[0x12][0x97][0xc][0xf3]Z)[0xd4]H[0xa6],*|[0xe1]8[0xe4][0xb5].[0x95]\X[0xad]ZM>[0xbe][0xda]H,[0x92]\-[0xe0][0x9].[0xbe]D[0xc0][[0x1f][0xef] [0xc7][0xc9][0xa1]H[0xcc]l" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xf5]l7[0xad]6c{[0xd4][0x94][0xc8][0xc5][0xc3]F[0xf4][0x12][0xc3][0x8a][0xc8]og[0xd2][0x9b][0xec][0x8e][0xd0]7[0xe5][0xa1][0xb8][0xd5]Ue[0xf4][0x1a][0xe1]n[0xb3]*[0x1a][0xef][0xea]"[0xae][0xf2][0xbd]bGU*[0x19][0x89]V[0xd9][0xe2][0xb6]rH[0x81]3[0xbb][0xcc][0xe4]h[0xde]#N[0xc1][0xc5][0xa3](K?[0xb5]&[0x8d][0xf0][0xce]&[0xa3]WIg[0xda][0xd0]U[0x91][0x84][0xa2][0xa9][0xdb]eD[0xa2][0xb6]N[0xd3][0x82][0xc3]}[0xbc][0x98][0x8][0xe7][0x86][0xa3][0xc6][0xde][0xbd][0x2][0x85]C[0xf9][0x93][0xb3][0xe0][0xbe][0xb9]C[0xe7][0x9b][0xe3][0xc9][\r][0xf1]T[0xac][0xa3][0xa1]/l[0xf6]:[0xa8]Os[0x11][0xd1][0x88][0xf8]n)Sz#[0xac]v[0x18]=dT[0x92][0x8d][0xd4][0x9e][0xde]4Z[0xc5]C%[0xd4][0x96][0xaf]^[0xc5][0xe4][0xd5]p[0xd2]N{[0xf2][0x89][0xd2]X[0xb5]&[0xb0]`$CFP^[0xb3][0xa3][0xaf][0x83]q[0x98]Q[0x95][0xdb][0x83][0x13][0xd9].5 [0xb0]1sw[0xa3]J[0x81][0xb0][0xb9][0xb9]s[0x88]d[[0x8c]{[0xe7][0xe6][0xed];[0xcc]p[0x92][0xfb][0xe6][0xb8]&[0x9b][0xe3][0xad][0xa9]pw[0x93][0x99][0xec][0x8e]g!V2Ld[[0xdb]*i[0xf6]C[0x1a]^[0xd6]pJ[0xc3]+[0x2][0xcb]k[0xdb]j[0x86][0xb]X=L[\r]{[0xef]b>[0x5][0x16][0x8e]c_F[0xcb]%[0xe3]3OoW[0x8c][0x8b][0x89]F}[0xb7][0x19][0xde]iv[0xb8]A9[0x84][\r][0x13][0x83][0xa9]~[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]e[0xef][0xd9]#[0xa9][0xb5][0xc5][0x8a][0xf7][0x9a]Vr[0xf][0xcb]e[0xaf]3[0xb4][0x83]P[0x8f]$[0x1a][0xed][0xa2][0x14][0xe]GUr_6X[0xa7][0xd4]TAg$[0xd6][0x91][0xae][0xa8]2[0x89]G[0xc7]S%q}<[0x1a]5[0xd3][0xd5]'?[0xe5][0xae][0xc6]+'[0x9c][0xff][0xf3]]U[0x9c]l[0xfc]V[0x86][0x87][0xee][0xe2][0x98][0xc8][0x84][0xcd]p[0xc9]y[0xd6] Q[0xf3][0x88]D[0xb5]oL[0x1b][0x99][0x8][0xb]Ga[0xa8]fcf[0xb2]jkKH[0x5][0xef]i[\r][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]L[0x18][0xb2]a,X[0xba]$[0xfe][[0xb3][0x8c][0xd6][0xd3][0xb6]5[0xc4]R=[0x2][0xd3]][0xac][0xe4][0x8c]i[0x19][0xd9]e([0x12][0xaf]j[0xdc][0xec]N[0xb6][0x1c][0xe9][0xd8][0xe9][0xa3][0x16][0xd0]@[0xd8][0x88]uD:[0x8c][0xa4][0x14]v[0xd6][0xe5][0xa3][0xd2]-[0x1a]Y[0xf0][0x8]8[0xdc][0xa6][0xe1]5[0x9e][0xea][0x2][0xdb]_[0x7][0x14]o[0xd8]=[0x1]#L[0x9c][0x12][0xf3][0x97]/[[0xc6][0xd8][0xa9][\r]G[0x9d][0xa3][0xab][0x84]G[0x8a][0xcb][0x82][0xf5][0x91][0x84],[0xb8],[0x88][0xb3]F8[0xb6][0x7][0xf1]b[0xa7]A[0x9e][0xad][0x8a][0xff][0x86]HT[0x1d]{[0x19][0xe1]K[0xe5]N[0x1d]oF[0x8b][0x8e][0xb7][0xe0]R[0xd6][0xd3][0x89][0xaa][0xad][0xe3][0x5]l[0xd3][0xd1][0x84]f[0x1d][0xad]h[0xd3]pF[0xe7][0x9]#[0xe8][0xb5][0x11][0xf1][0xd6]D[0x8e].<[0xc2][0xab][0xa3][0x17]W[0xf2][0xe8][0x1f][0xef][0x14]b[0x87]1[0xc2][0x19]D[0xb7][0xf][0xc5]]*[0x12]Ugj[0xd5][0xd6][0xd8][0xce]X|w[0xac][0xcc][0xb4][0xac][0xb8]U[0x16][0x96]E[0x84][0xeb]e[0x9d][0xfc]0[0xfb]"[0x89][0xa4][0xc9]ZR[0x16][0xef],S[0x87]XM[0x99].r[0x85]O[0x17][0x9a][0xf0]k"O[0x17][0x1][0x91][0xaf][0xe3]:[0xbc]O[0x17]:[0xae][0xd4][0xf1]vl#PC[0xb4][0xd4]E[0x81][0x98][0xc4][0x98][0x1e]Z[0xe5]41Y[0x17]SD[0xa1][0xc0]9[0xe3][0x1c][0x15][0x92][0x8c][0x2]R[0xd8]%[0x1f]W[0xeb][0xa2]HL[0xd5]D[0xb1].[0xa6][0x89][0x12]]L[0x17]g[0xe9]x[0x17][0xde][0xad]c3[0xb6]P[0xbc][0x2]~i[0xba][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x82]R[0x1e][0xf1][0x9d]F4[0xc1][0xc6][0xe0][0xa4].f[0x8][0xbf].f"[0xac][0x89][0xb3]u1K[0xcc][0xd6][0xc5]9[0xb4][0x0][0xb7][0xe0][0x86]4R[0xb6][0xd7]"1[0xd6][0xd3]MF[0xa2][0xbb][0xd5]L2[0xad]uQ&[0xe6][0xd0][0xe1]b[0xae].[0xe6][0x89][0xf9][0xcc]r],[0x90][0xa6]/[0x94][0xe]\[0xf1]F"W[0x17][0x8b]DP[0x17][0x8b]E[0xb9].*[0x18][0x18][0xa2]R,a[0xd6][0xe8]b[0xa9][0xe4][%[0xf9][0xea][0xee][0xbc][0x92][0xd2][0x97][0xa5][0x9d][0x9c][0x9d][0xe1][0xd2][0x17][0xcb]5Q[0xad][0x8b]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x8d][0x13]Vg[0xec]nYJ<[0x8f][0x8d][0xd9][0xa0][0x87]ZR[0xb1]d[0xa4][0xc7][0xdc]bZ=[0x91]DB[0x5][0xdd][0xa4][0xec][0x1c][0x93]{Vj[0xe2]|]\ .[0xcc][0xda];,[0xcf]x[0xb4]LX[0xd1][0xe5]Y1d[0xc7]qVN[0xd8]G_2[0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92]K[0x84][0x9b][0x84][0x95][0xa6][0xcb][0x88][0xd6][0xa9]Z[0xe1]"[0xa9][0x18]$[0xb1][0xcc]NY[0x8d][0xc8]m[0x17]{5[0xb9][0xdc]fX4[0xd0]E][0x94]c[0x8f][0xb2][0xb8][0x9c][0xb4][0xb9][0xc4][0xa1][0x3]&u[0x98]B^[0x9d][0xe8][0xe2]h*[0x81][0xef]D[0xb7][0xb2][0xba][0x12][0x11][0xba][0x0][0xd8][0xe1] d[0xd3][0xef][0xe4]HZ2[0x13][0xde][0xd3]([0xd0][0x10]]+[0xce][0xf0]Sh[0xe8][0x91][0x8f][0xd8]:[\r]q[0x1a][0xc7].[0x9a][0xe6]K[0xe3],[0xc7][0xb8][0xd2][0x1]L[0xdd][0x7]?M,>8[0x80]i[0xb4][0xa5][0xe4]`H}[0x91]c>5[0x9c]J)[0x1e]eA[0x9]e[0x1][0xd7][0x13][0xb9][0xf7]s[0xe5][0x83]\[0xf9][0x10][0x8a][0xf1]a[0xa5]y[0x9][0x99][0x15]s[0xdd]r[0xb4],u[0xb4][0x94]:i[0xc8][0xc9][0xdf]([0xe5]'[0xf8][0xe1]Ul[0xed][0xb8]HR#[0xf6][0xb4][0x8e]F}[0x8e]F%[0xe5][0x9e][0xfb]1[0xbd][0x1f]g[0xf1]U[0xda][0x8f][0x19]T[0xa7][0x1f]g[0x1f]Tl'[0x13][0x94][0x99][0xe][0xa0][0xb6]#o[0xe7][0xcc][0x1d]([0xc4][0x9d][0x19]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95][0x1a][0xbb][0x15]}[0x89][0x82]r[0x10],{[0xa6][0xcf]Q[0xcc][0x7][0xb1]E#[0xf4][0x9];[0x4][0xb0][0x17]W[0xe1][0x1d][0x8e]n[0xef]T[0xba]][0xed][0xe8]V[0xed]D[0xac][0xc4])0[0x80]Y[0x83][0xe1][0xe4]S[0xf3][0xf7][0xba][0x2][0xd6][0xef][0x98][0x9e]P3[0xb9][0xb4][0xf6]*r[0x9e][0x99][0xe1]|[\r]9[0xb3][w8ov[0xac][0xce][0xab] [0xeb][0xd9][0xfd]8G[0xb2][0xf6][0xb8]X?[0x9c]1L[0xe6][0x80][0xcd]Z[0x8e][0xec][0x18][0x19]4,O[0x19]&\b[0xa5]Hi[0x92]-[0xf6]=[0xa4]xoF[0xec][0xd5][0x9c][0x91][0xf0][0x15][0xf][0xa0][0x8c][0xf0][0xce]i[0xaa]<[0x81]\q[0xb0][0x92]A<[0xf7][0xa0]r[0x93][0xd4][0xa0][0x88]o[0xe0][0x9][0x9a][0xf4]$y>E[0xc8][0x9f]V[0xda][0x94][0xd9]{q[0xad][0xa3]M[0xb1][0xa3][0x8d][0x9f]TR[0xc3][0x1c][0x97]^[0xc5][0x8e]^v[0x9e][0x89][0xd3][0x98]$crt-[0x3][0xf2]:[0xe5]d[0xe0]U[0x94]#yT[0x1f][0xc2][0xbc][0x13][0x8]R[0xd7][0xa2][0xf9][0xa2][0x1f][0xb]..?[0x8e][0xa9]E[0xb][0xa9][0xf8][0xa2]~[0x4]ou[0x12]s[0x0][0x8b][0xf]c[0x1e]I[0xfb]Q~ [0x83][0xa2]m[0xc3]3D[0xf3]Y[0x86][0xca]s[0xa8][0xc0][0xf3][0x19]g[0xc9]`[0xba]>[0x13][0xa7][0x5][0xf0][0x9c][0x6][0xaf]5=k[0xc5])[0xaa][0x96][0xc7]0[0xbf][0x81]*IE[0x1e]%3[0x19][0xfc]k[0xe8][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&e{[0xc5]Q,[0x11]8[0x82][0xa5]M[0x1c]U[0x9]4/9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xf6]a[0x16][0x7][0xcb]e[0xfd][0xa9][0xae][0xf1]V[0x96]z[0xfb]q[0xee]Q[0xac]`[0xf5][0xdb][0xe6][0xa9][0xca]AdgP[0x1f][0xe0]E2}[0x89]yt[0x12]K[0xf1]2jp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xe1][0x95]L%XJ[0x1d]?[0xc0]<[0x93][0xfa][0xaf]a[0xae]][0xac][0xaa]a[\r]3[0xee]#[0xaa]&T[0xe2]F[0x8e]l[0xac]e|[0xd8]k7e[0xd6]>[0xca]9iW!r^[0xc3][0xc][\r]7[0xab][0xbf][0x8f][0x9d][0xc2]\[0x7][0xec][0x8f][0xd3]![0xb7][0xa4]m[0x14]7[0x92][0x81]_&[0xb8][0xef]~[0xf8][0xdb][0x89][0xe6][0xb4][0xd6]v[0xaf]*[0xad][0xad][0xed][0xb9][0xaa][0xd0]jb[0xbf][0xac][0xa7][0xe7][0xb5]*[0x4][0x8e]`eSE[0xf3][0x92][0x7]Vz=+s[0xa7][0xe5]N[0xf3][0xde][0x85][0xa6]%[0xd3]r[0xab]k|[0xa5][0xbe][0xe3][0xa8]-[0xf5][0xd1]=[0xe7][0xd7]h[0xa5][0xda]Q\ [0x81])[0xab]<[0x86][0xea][0xf6]R[0x9f][0x9c][0xb8]P[0x2]Ts[0x4][0xab][0xd2][0xd8]<[0xbe][0x1f][0x1]I;[0x80][0x8b][0xae][0xcd][0x15][0xfb][0xcf][0x1c][0xaa][0x94][0x9][0xbf][0x81])[0xd8][0x87]Z[0x7][0xb3][0x95][0xf4][0x10]p[0x6][0xb3][0x19][0x12][0xf3]x3[0xac][0x10]9[0xa8][0x13][0x1e]l[0x10][0xb9]h[0x16]>\[0xca]B[0x97][0x12][0xf9][0xe8][0x13]y[0xd8]+[0x2][0xb8][0x86][0xeb][0xd7][0x89]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd5][0xc4][0xbb][0x19][0x8b][0xf0][0x9]|[0x92][0xf5]h/M[0xed][0xc4][0xa7]8[0xaa][0xe3][0xca]>[0xdc][0xaa][0xbc]q[0xbd][0x83][0xf1][0x1e][0x94][0xc7]1[0xe7][0x90][0x9c][0xab]k/Zw[0x4][0xf5][0xfd]X[0xef]YE[0xdf][0x86][0xbc][0xab]f[0x1c][0x6][0xbd][0xac]y[0xf8][0xba][0x87][0x9c][0xa6]#HK[0x1b][0x9c]\[0xaa]fD[0x82]q[0xe9][0xa3]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q!Wk[0xb1][0x90]1[0x1b][0xc4]ZR[0xad]f[0xd4][0xad][0xe1]j[0x1d][0xe9][0xd6][0xe1]<[0xd4][0x93][0xa2]!S/[0x82][0xfc][0xff][0xbc]j[0xe]*[0xa9][0x97][0x85]/[0x90][0xfb]R[0xea]h[0xcf]][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]w[0xa7][0x86]/[0x9e]F[0xe][0xf3][0xcf][0xe7]![0xd5]~[0x85][0xc0][0x97][0xd8][0x13][0xc8][0x8c][0xa1][0xa7][0xa5][0xe9][0xc4][0xa3][0x9a][0xe3]M[0xb4]v[\r][0xdf][0x8d][0x8][0xfc][0x1f]PK[0x7][0x8][0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.class[0x95][0x93][S[0xd3]@[0x14][0xc7][0xff]K/[0xa1]!P[0xa0][0x80][0x80]wTh[0xc3]%*[0x17]/E[0x10][0x10][0xf4][0xa1][0x82]3E[0x18]|[0xb]q[0xa7][0x4]CS[0xd3][0x4][0xf4]c[0x89]3[0xc0][0xe8][0x8c][0xe3][0x93][0xf]~([0xc7][0xb3][0xdb]HC[[0x1e]|[0xd9][0xcb][0xd9][0xb3][0xbf][0xf3][0xdf]s[0xce][0xfe][0xfe][0xf3][0xed][0x7][0x80]i[0xbc]J[0xa1][0x13][0xba][0x8a]qL[0xa8]H`R[0xa5][0xed][0x94][0x2]C[0xc5]}[0xe9]*[0xe5]/[\r][0xaf][0x1c][0xf0]j[0xd5],[0xc9]xM[0xb7][0x18]:[0x8b][0xbe]i}xmV[0xc2][0xf8][0xe9]*[0xf7]7[0x2][0xbf][0x12][0xf8][0xe4][0xc2][0xcd][0x3][0x86][0xa1][0xec]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x7][0x12][0x1e]s[0x3][0x9f]a[0xa0][0xb5][0x3]=[0x86]`[0xdb]a"3uL[0x98]D[0x1][0xe8]n4R[0xea][0xe7][0xed][0xb2][0xed]/[0x10]<+[0xd3][0xe7][0xef][0xd9]U[0x6][0xa3][0xe0]z%[0xc3][0xac][0x98][0xd6][0x1e]7([0xf7]%[0x92]/[0xe6][0x99]}#[0xf0]m[0x87][0x8e][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0x90];[0x5][0xb7][0xf4][0x96][0xf6][0xc4]i[0x9f][0xb7][0x9c][0x90][0xa4][0x16][0xdd][0xc0][0xb3][0xf8][0x9a]-^[0xd8][0xd7][0xe0]:%[0x14]hH[0xa3][A^[0xc3]<[0x9e]iX[0xc0][0xa2][0x86][0x1e][0xf4][0x92][0xec][0x16][0xe5]W[0xf0]\[0xc3][0x12][0x96][0x89][0xd5][0xea][0xe1][0x1a][0xee]`[0x85][0xa1][0xeb][0xe2][0xcb][0x84][0xf5][0x85][0x18][0xee]*X[0xd5][0xb0][0x86][0x97][0xc][0x93][0xff][0xf5]&[0xca]V[0xbd][0x80][0x1b][0xbb][0xfb][0xdc][0xf2][0xff][0xe9][0xbb]Xw[0xaa]bE[0xa8][0x95][0xa5][0xdd][0xf4]L[0x8b][0xd7][0x1b][0xb4][0xa1][0x91]e[0x87]HgG4\[0x8b][0xc6][0x12][0x1e]=[0xd2]*5[0xd5][0xe2]RA[0xba]<[0xfe]1[0xb0]=[0xbe][0xee][0x96][0xd7][0x3][0x87][0xc4][0x8d]F/[0xd7][0xdc][0xf2][0xb9]f[0x13][0xc3][0xf0]%[\r][0xf5]N[0x84][0xea]kj[0x13]i[0x8e][0xbc][0xbc][0xf8][0xb9][0xea]s[0xea][0xcb][0x18][0xf7][0x9a][0xff]g[0x88][0xa2]O[0xde]I[0x1a][0xa0][0xda][0x8b][0xca][0xd2]*[0x89][0x94][0xa8](Y2[0xb4][0x9b]C[0x1b][0xad][0x80]v[0xfd][0x18][0xec][0x4]m_h[0xdd][0x86]>[0x1a]U[0x9a][0x81]{P0[0x8a]~Zi5?[0xc][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0x82]1[0x18]2v[0xc8]S[0xf8]v[0xeb][0xbf][0xa0][0x12]F?Al[0xfc][0xc]q[0xc1][0x8a]IV/[0xe2]4[0xe6]h[0xd4][0xd1][0x81][0x9]R2)[0x99][0x3][0xb5]{[0x18][0xc2]0 W[0x82][0xce]pU[0xde]d[0x1d][0x14][0xe6][0x1a][0xae][0x87]a[0x96][0xe8][0xba][0x90][0x90][0xf9][0x8e][0xc4][0x8e]~[0x86][0xe4]O([0xf1]S[0xb4][0x5]kT=K[0x11][0xe7]"[0xaa]3[0xb8][0x81][0x9b]R[0xf5]-[0xdc][0xbe][0x1c][0x97]"[0x9c][0xda][0x2][0xb7]@[0xb8][0xc5][0xb][0xb8]4F[0xa4][0xf]uq[0x88][0x9b][0xa6]Y[0x9c]%[0xf4]St4[0x2]D[0xac][0xe5][0x8] Ay[0x1d][0x95][0xd9][0x1c];[0x7][0x8c][0xc9][0x1c][0x1]i[0xa1][0xe7][0x18]Z[0xe4]iL[0xa2][0x92][0xf2][0xea][0x8][0x8d]Y[0x89][0xcf][0xfd][0x5]PK[0x7][0x8]D[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/MessageSupplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x1d][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0x9b]Z\[0x9c][0x98][0x9e][0xaa][0xef][0xb][0xa1][0xad][0x19][0x19][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2sR[0x19][0x19]D[0xa0][0xe2][0xc1][0xa5][0x5][0x5]9[0x99][0xa9]EzY[0x89]e[0x89][0x8c][0xc][0xba]8[0xcd]+-[0xc9][0xcc][0xd1]G[0xd3][0xc4][0xc8] [0x0][0xd2][0xa6][0x9f][0x93][0x8]T[0xe6][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0x87]2[0xb0][0x80]X[0xc][0xac]@[0x92][0x89][0x81][\r][0x0]PK[0x7][0x8]w[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/PerformanceSensitive.class[0x85]P[0xb1]N[0xc3]@[0xc]}.I[0x3][0x85]B;00[0xc1]T[0xc1][0xc2]I[0xc0][0xc6]T[0x81][0x98]*Q5[0x12]K[0xa7]k[0xe4][0x86][0x8b][0xae]w([0xb9]D[0xe2][0xd7][0x18][0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1],[0xa4]C[0xa5][0xe][0x96][0xfd][0xf4][0x9e][0xfd]l[0xff][0xfc]~}[0x3][0xb8][0xc7]8[0xc1]i[0x82][0xb3][0x4]#B[0xdc]h[3[0xe1][0xfc][0xfa]f9+t[0xa3][0x95][0xd5].Wi([0x8d][0xcb][0x1f][0x9][0xe3][0xa9]s>[0xe8]`[0xbc]{[0xe6][0xb5][0xae]m [0x80]0H}]f[0xfc]b[0xac][0xf4]^[0xcc][0xb9]\[0xfb]r[0xa3]][0xc6])[0xbb][0xca][0x4][0xd3][0xf0]m;L[0xb8]E[0xed][0x82][0xd9][0xf0][0x9b][0xa9][0xcc][0xca]r7[0xad]"\m[0x19][0xea]B-8[0xb0]k+[0xb1][0x9f][0xec][0x91][0xcc][0xbd]5[0xd9][0xa7][0x8][0xe3][0xa7][0xd9]4M[0x9]w[0xbe][0x14][0xe5][0x87][0xce][0xde]YY[0x9f][0xe7]rE[0x9b][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x7]c[0xd5][0xae]M[0x9][0xa3][0xce][0xe4]uUp&7^[0xee][0xf4][0xed][0xd6][0x9f][0x90]|[0xa1]'q /[0xa5][0x88][0x10]![0x16][0xd4][0x17][0xd4]_[0x82]*$[0xc2][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xe1][0x8][0x3][0xc9]Ca[0x8f]%"[0xc6][0x9][0x86]PK[0x7][0x8][0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/PropertiesUtil.class[0x95]X[0x9]x\U[0x15][0xfe]ofy3[0x93][0x97]4[0x9d],[0xed][0x94]TR[0xe8][0x92]L6Z[0x82][0xda]i([0xd0][0xb4][0xd0][0x94]4-MK[0xa1][0xa0]2[0x9d][0xbc]&C'[0xf3][0xc6]Yh[0xab][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x88][0x82][0xa2][0x88][0x82][0xb][0xa2]`[0x14][0x8b]-[[0xda]P[0x15]7[0xca]"[0x8a]+[0xee][0xfb][0xbe]+(B[0x5][0xe2][0xef]{[0xf3]f[0xe9]L[0xa1][0xfd][0xbe][0xbc]w[0xdf][0xb9][0xe7][0x9c][0xfb][0x9f][0xe5][0x9e]s[0xa6][0x8f][0xbd][0xf8][0xc0][0x17][0x1][0x9c]*[0x96][0x5][0xb0][0x6][0xb7][0xfb][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "wh[0xf8]T[0x0].[0xdc][0x1e][0xc0]$>][0x8b][0xcf][0xe0][0xce]Z|[0x16]{[0xe5][0xe3].[\r][0x9f][0xb][0xc0][0x8f]}[0x92]a[0x0]w[0xe3][0x1e][\r][0xf7][0x6]P[0x87][0xfb]4[0xdc][0xaf]a*[0x80][0x6][0xdc][0xee][0xc3][0x1][0xf9]>(9[0xa7][0xe5][0x8a][0x8f][0x7]p[0xc8][0x87][0xcf][0xcb][0x8f]/[0xc8]C[0xbe][0x18][0xe0][0xe3]A[0xf9][0xf8][0x92][0xf]_[0xe]`[0x19][0xbe][0x12][0xc0]W[0xf1]5IyH[0xae][0xe][0x7][0xf0]0[0x1e][0xd1][0xf0]h[0x0][0x8f][0xe1][0xeb][0x1]<[0x8e]o[0x4][0xf0]M<[0xa1][0xe1][[0xf2][0xec]'[0xe4][0xc7][0xb7][0xe5][0xea];>|W[0xca]O>[0xbe]/[0xf]xR[0xc3][0xf][0x2][0xe8][0x91][0x6][0xb8][0xf0][0xc3]Z[0xfc][0x8]wj[0xf8][0xb1][0xdc][0xfe][0x89]|[0xfc]T[0x92]V[0x8b][0x9f][0xe3][0x17][0xf2]q[0xa7][0xfc][0xfc][0xa5][0x86]_[0x5][0xb0]\[0x8a],[0xc3][0xaf][0xe5][0xe3]7[0xb5][0xf8]-~'[0x1f][0xbf][0x97][0x8f]?[0xf8][0xf0]G[0x1f][0xfe][0xa4][0xe1][0xcf]>[0xfc]E[0x82][0xfc][0xab][0x86][0xbf][0x9]4[0xc]m8[0xa7]o[0xdd][0xeb]6n[0xda][0xb0]q[0xcd][0xa6][0xcd][0x83]kF[0x4]z[0x86][0xcc][0xf4]Xo4[0x15][0x8d][0x8d][0x1b][0xbd][0x9]sl,[0x9e][0x1c][0x93][0xef][0xbe]K{s[0xd9]x[0xa2]wc[0xda]L[0x19][0xe9]l[0xdc][0xc8]l[0xe1][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]O[0x8a][0x94][0x8c]@[0xcb][0xd0][0xa5][0xd1][0xcb][0xa2][0xe5]Ld[0xf0][0xf6][0xc7][0x93][0xf1][0xec]J[0x81]P{e[0x96][0x8e][0xf3][0x5][0xdc][0x3][0xe6][0xa8]!0k([0x9e]4[0x86]s[0x13][0xdb][0x8d][0xf4][0xe6][0xe8][0xf6][0x4])[0xc1]!3[0x16]M[0x9c][0x1f]M[0xc7][0xe5][0xb7]Mtg[0xc7][0xe3]<[0xb2][0xd9]V[0x98][0x88][0x12][0xe3]H6M[0xa8]JYM<[0xc9]Mk/n[0xf6][0xe]&S[0xb9],[0xb7][0x8d][0xe8][0x4][0xe1][0xb8][0xe2][0xa6]Q[0xb2][0xbb]a[0xcd][0xee][0x98][0x91][0xca][0xc6][0xcd][0xa4][0xdc][0xcd][0xa5][0x13][0x2][0xf5][0xd6]n[0xd2][0xc8][0xf6]n[0xd9]4Dr0[0xe5][0xc0]=;[0x9e]0[0x86][0xa3][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda]Q[0xa7][0xb][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x2]u#[0xd9]hl[0xe7][0xfa]hJ[0xe1][0xa6][0xf7][0x19]H[0xa6][0xa7][0x86][0xbf]3[0x11]5[0xfc][0x83][0xc9][0xc7][0xbc][0x13][0xf0]'[0xcc][0xe8][0xe8]@[0xc2][0xcc]P[0xeb][0x19][0xed][0x15][0x81][0x17][0x9d][0xb5]a[0xfb][0xa5]F,[0xbb][0xa2][0xa3][0x9a][0xc3][0x5][0xb5]x3f.[0x1d]+[0x3]i[0xb][0xaa][0xd0][0xd7][0x8d][0x19][0xd9][0x8d]EPOi[0xef]8[0xde][0xc8][0x7][0xa9]b[0x95]i&[0x8c]h[0xd2][0xde][0xdb]S%&[0xdb][0x18][0xb2][0xa4][0xf2]YK[0x85][0xed]mr_[0x1f]5vDs[0x89][0xec][0xf9][0xd1]D[0x8e]|B[0x8a]HWZ[0xc7][0xc][0x8c]G[0xd3][0x19][0x7]0[0x8f][0xe9][0xa9]t[0x8c][0x1d]5z.f[0xf1][0xf7][0xda]r[0x4][0xbb][0xb6][0x82]@u[0xfe]c[0xaa][0x9a]W}S[0xc3]?[0x5]f[0x13][0xf0]j3[0xc7][0x88][0x17][0xf0]V[0xb2]{u[0xc7]j[0x1]->[0x96]4[0xd3][0xc6][0xa8][0x93][0x92][0x8a][0xa3]8%[0xc5]j[0x96][0x11][0xcb][\r][0x83][0xc9][0xac]1f[0xa4][0x8f][0xad]v[0xb0]c[0x90]B[0xfc][0x9b]E[0x89]!39vl[0xf6]u[0x1d][0xeb][0xc8][0xbe][0xce][0x82]m[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8b][0xab][0xbb][0xb9][0x98][0xc4][0xaa]&[0xf0][0xea][0xaa][0x1e]~[0x9]i[0x81]Fy[0xf4][0x9e]L[0xd6][0x98](N[0xc9][0xb9][0xed]US[0xbc][0xc6][0xd8]-0[0xbf]X[0x95][0x11][0xcb][0xa5][0xe3][0xd9]=[0xc5][0x8e][0xab]3vg[0xd3][0xd1]Xv$[0xb7][0x9d][0xb1][0x11]8[0xb3]J[0xfd][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xe8]s];[\r]z[0xc5][0x9b]J[0x1b];[0xe2][0xbb][0xe5]-[0xb3]U[0xd7]Y[0x94][0xcd][0xe6][0xfa]h66[0xce][0xd4]%_F[0xd6][0xd7][0x82][0x9e][0xa1]xF&OKi=[0xdb][0x93][0xca][0xd7][0xb4][0x85]e[0xbc][0xfd]G[0xc3]ZIG[0xff][0x8b]u4[0x15]%[0x1e]i[0xe4][0x86][0xe4][0x80]91a[0xf2][0xfa][0xc9][0xd3][0xa5][0xcf][0x96]T[0xab][0xb1]Ed[0xd6]#U[0xb7][0xa9]%#Kn[0xf9][0xce][0xf2]RJ[0x5] [0x95][0xcf][0x90][0xf0][0x9e]b1[0x1b]aJG[0xb3][0xb9]4[0x8d]:[0xef][0xe5][0xc1]9[0x8e]#[0x4]j[0xe3][0x99][\r][0x99][0xad][0xf1][0xe4][0xa8][0xb9][0x8b][0xf0]][0xed][0xb2]z[0xf8][0xfa]c[0x9][0xbb][0xcb][0x90][0xc0][0x16][0x10][0x18]Q[0xf5]O[0x16]k[0xa6]Wi[0xe9][0xea][0x91][0xaa]u[0xac][0xc3]m:[0xd6][0x82][0x17][0xa5][0xa9][0xd2]Y[0x1a][0x9e][0xd6][0xf1]o[0xfc]G[0xc3]3:[0xfe][0x8b]gY[0xb4]u<[0x87][u[0x1c][0xc1][0xff]X[0xaf][0x8a];[0x84][0x8e][0xe7][0xf1][0x82][0x8e][0x17]1[0xc3][0xa2][0xae][0xb][0xe0]6[0x1e]Z0i[0xf3]x[0xda][0xdc]%[0xa3][0xac][0xb]!j[0xf2][[0xa5][0xbd]G`N[0xb9][0xf]V[0xe5][0xe2][0x89]Q#[0xcd][0x10]mIJ[0xe9][0xb6][0xac][0xd9][0xc6]^0[0xda][0xa6][0xb][0x97]p[0xeb][0xc2]#[0xbc][0x9a][0xd0]t[0xe1][0x13]~[0xa6]Z[0x81]'&[0x1b][0x89]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]8[0x1b][0xe7][0xe8][0xd8][0x89][0xa4][0x8e][0xab][0xf1]V[0xd9]9[0xd3]9[0xc2][0xa8]E[0x82][0xa5]J[0x17][0xba][0xa8][0xd3][0x91]FV[0x17][0xf5][0xc8]hb[0x96].[0x1a][0xc4][0xec][0x12][0xec][0xe]@M[0x4]u[0xd1]([0x9a]4[0xd1][0xac][0x8b][0x16]1G[0x13]su[0x11][0x92]:O8[0xc6]5[0xd4][0x11][0xc7]5[0xd2][0xd7][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c]\[0x80][0x18][0x8d][0xc5][0x8c]L[0xa6]-[0xa3][0xee]|[[0xa1]e[0xf6][0xe8]b[0x9e]8A[0x17][0xad]b[0xbe][0xc4][0xff][0x8a]<[0x14][0x15][0x9b][0xb3][0xd2][0xe9][0xe8][0x1e]y5tq[0xa2]h[0xd3][0xc4][0x2]Z][0xee]3][0x9c][0x84][0x84].N[0x16][0xb]u[0xb1]H,[0xe6]}[0xd1][0xc5][0x12][0xd1][0xae][0x8b][0xe][0x11]f9+([0x8b][0x99]IBM[0x1b]I[0x16]og[0xb9]6[0x9a][0x19]g:[0xea][0xa2]StI%[0xdd]Lh][0xf4]H[0xf9]^q[0x8a].[0x96]J%[0x9a][0x99][0xe9][0xb1][0x9a][0x99][0xe6]da[0xd7][0xf1][0xb4]NzL[0xed]-[0xeb][0x89][0x99][0x13])3[0xc9][0x83]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x90][0xce][0xda]Xb[0x99][0xd5][0xb6][0xd9][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x7][0xb3]F:[0x9a]5[0xd3][0xc5][0xb9]T[0x18][0x16]X:[0xab]u([0xce]6[0xa5]e[0x86][0xb5][0xab][0xe4]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x1f][0xdb][0x96]![0x8e]*F[0xda][0xb2][0xa3]n[0x7][0x1d][0xb0][0xc9][0xb0]f[\r][0xba]!\[0xbd]]([0xd9][0x1]3[0x91][0xa0])Vyn[0xaa]D[0xe7]U[0x8e];[0xb6][0xb5][0x94]4[0x80][0xbc][0xcd][0x14][0xd5][0xc6][0xa3][0x99]aVw9V[0xa8]WS{q_[0xb1][0xe7][0x1c]V[0x1]:5[0x99][0xf7][0xc9][0x9c]<[0xcf]Q#[0xa1][[0x8e]_[0xb2][0xdf]T[0xdc][0x97][0xe5][0xc4][0x13][0xb3][0x86][0xb3][0xba][0xe8][0xe8][0xe8]H.[0xc5]j[0x9f][0xc9][0x18]E"[0xa5][0xd7]\[0x89]x[0xa3])[0x1e]N[0x9e][0xee][0x97][0xd5]C[0xed][0xcb]N4[0xbe][0xac]i[0x91][0xca][0xcd]r[0xda]e[0xf7]KEh[0xd7][0x90]q[0x99][0x91][0x18]2[0xc7][0xac]0[0xe9][0xdc],*4[0x95][0xa2]T[0xd5][0x8c][0x12][0xf4][0xa5][0x93]gE[0xf4][\r][0xc6][0xeb]s[0xd1]DfPM5[0x3]Q[0xe9][0xb4]z{[0xb4]sR[0xb0][0xb5][0xfd][0x98][0xf3][0x95][0xb6][0xc3]L[[0x13]v[0xd1]%[0xb0][0x6]*V[0xff][0x94]d[0xcb]U[0x9c]69U[0xcd].P[0xed][0x99][0x89]~U[0x92][0xfc][0xac]"6[0x98][0xbf][0x1b][0x8a]*[0x7]'[0xf6]2%c[0xad]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]+[0xad]A[0xaa][0x9e][0x11][0xe4]X[0xf1][0xac][0xea]M[0x18][0xc9][0xb1][0xec][0xb8]jM<[0xc4]+->K[0xe6]n[0xfb]`[0xc7][0x80][0xf4][0xc6][0xc0][0xb1][0x1c][0xda][0x98])[0x99][0xc9][0xa4]cx[0xd3]f[0x97]\[0x8d][0x11][0xe5][0xb7][0xba][0x12][0x2][0xb3]?[0x93][0x95]-~k\[0x9e][0xed][0x97][0xa3][0x8a][0x9d]V[0xcd]<[0xb8]R^[0xd5][0x96][0x8c][0xd8][0xc7]?[0xcf]9[0xf7][0xce][0xc5]kR[0xe6][0xb0]|[0xea][0xb0]Y{[0xd3][0xc6][0x84]y[0x99]Q6]V[0xc8]-G[0x9f][0xc6]2c[0xec][0xde][0xb0][0xc3][0xf2][0xd9][0xa0][0xac][0xc][0x83]UL`][0xcf]F[0xe3][0xc9][0xcc][0xb9]rPs[0xf1][0x16][0x97][0x19]b[0xeb]|[0x99][0x7][0xbb][0x18]H,[0xe5][0xef][0xe5]5[0x0]j0O[0xb6]S[0xae][0x82]rnPo![[0x1b][0x9f]C[0xfc]:[0x9b][0x1c]5|[0x7][0xc2][0x7] [0xc2][0x9d][0xf7][0xa3][0xe6]n%[0xb5][0x9e][0xcf]z[0xfe]J[0x7]z[0xe1][0xc6])[0xf0]S[0xe3]0[0xbf]Z,nlP:[0xe5]Jj[0x15]J[0xe7]FKg[0x8d][0x8b]<[0x1][0xee][0x1d][0x92]:[0xf][0xc1]u[0xe1][0x1][0xb8][0xd7]w[0x1e][0x84]g[0x1a]^[0x81][0xe1][0xee]ih[0x2]7[0xe3]f.|[0x2]_[0x82]?[0xe2][0xe][0xb9][0xa7][0x10][0x88]xD[0xc4][0xdb][0x15][0xf2]L[0xa1]6[0xe4]9[0x8c]-![0xef]a[0xcc][0x91][0x9f][0xfa]$[0xd6]F[0xb4][0x90]7[0xa4]M[0xa1]~[0x12][0xfd]6[0xad][0x8f]4-B[0xea][0x83][0x11][0x9f][0x14]XP,[0xd0][0x14][0xf1]S[0xc0][0xaf][0x4]|[0x8a][0x16][0xf2]=8[0x89][0x5][0x11][0xcf]!4[0x10][0xd1][0xec]`p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xf2][0xdc]&[0xbe][0xa7][0xd0][0x1c][0xf2][0x1c]D[0xcb][0xe4][0xcc]h[0xb8]K9[0xc1][0x8b][0xd5]4l[0x8]u[0xe8]C[0x4][0x97][0xd8][0xef]8[0xcd][0xca][0xe1][\r][0xb8][0x82][0xdf][0x97]pD[0x91][0xdf]a[0xdc][0x80][0x1b]1[0x8b][0xce][0x92]N[0x8b][0xd0]m[0xc0]r:-[0x2][0x1d]+[0xb8][0xdb]O[0xc9][0xd3][0xf9][0xb5][0x92][0x12][0xfd][0x94]XI[0xfe]3)[0xb1][0x12]7[0xe1][0xc][0xdc][0x83][0xb3]p?[0x83][0xf5][0x0][0x6][0x94][0x83]W[0xf2][0xe4][0xa5][0xe4]<[0xf][0x9b][0xe0]!G+F[0xb0][0x99][0xab]0[0xae][0xc1][0x16][0x9c]O[0xbd]t[0xac][0xe3][0xfe]C[0xd8][0x8a][0xb][0xe8]v[0x1d][0xfb]p![0xf1][0xd6]`[0x1b][0xa9]WA[0x9f]a[0xa4][0xdc][0x1a].[0xd2]p[0xb1][0x86][0xd7]hx-0[0x83][0xd3][0xa0][0x15][0x93]4[0xbc]N[0xc3]%[0x1a][0xa2][0x10]|[0xd4][0x9e][0xc3][0xc7]Z[0xfe][0xcd][0xa0][0x11][0xfe][0xca]|[0xe][0xaf]{[0x86]Gy[0xca][0x98][0x80]U[0x1a][0xb6][0x1f][0xc1][0xfc]#[0xdc][0xf4]![0x86]Q+![0xc4]c[0xfc][0xf6][0x12][0xd7]M[0xf9]d[0x10][0xe1];pmW[0x98][0x81][0xe][0xab]`]9[0x9c][0xf][0xca][0x1c][0x6][0xa3]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x19][0x90]n[0x19][0xf][0xc4][0x86][0x8b][0xe3]U[0xb4]eI[0xae][0xae].[0xd9][0x11]q[<[0xf3][0xb]1/bR[0xf1][0xe][0xb9][0x1f][0xec][0xda]O[0xb3][0x82]tW[0x88]1[0xac][0xe3][0xaa][0x8f][0xef]!&[0xf3][0x88][0xfd][0x9d]$[0xf2]>R[0xe4];[0x85],v[0x91][0x9e][0xe4]J~[1[0xdf]Fip[0xe5]c[0x4][0xeb]([0x19]d[0xa4]Z[0x18][0x97][0x10][0xe3]5[0x8f][0x11]Z[0xca][0xd8][0xf4]1[0xa2][0xa7]1[0xa6]C[0xdc][0xdb][0xc8][0xbd][0x11][0xee]m[0xe6][0xde]N[0xee]%[0xb9]J[0x91][0x9e]%}[0x17][0xe9]{H[0xbf][0x81][0xf4][0x1b]q[0x91][0xca][0x89][0xb5]D8[0xf]s`[0x90][0xcf]E-[0xf9][0xd5]fg[0xb5][0x7]s[0xd5][0xca]#[0xbd][0xac]r[0x7]j[0xb5][0x3]c[0x8c][0x81][0xf][0xd7][0xab]kjeG?[0xb4][0x19]Bs[0xa9][0x98][0x8e]3z2[0xa4][0xdb][0xb7][0xf1][0xef][0xb5][0xd6][0x9b][0x19][0xe0][0x93][0xc1][0xcd]o[0xdb]Q[0xdf][0x1e]z[0x8e][0x1a][0xfc][0xcc][0xe0]K[0xed][0xe2][0xd1][0xca][0xb7][0xfc][0xe7][0xbe][0x7][0xa1][0xfd]|[0xb][0xe5][\r][0xaf][0xa2][0xca][0xd8][0xef]D[0xc2][0xe6]\[0x1][0x97]*[0x1c]Z[0xb8][0xd3]5[0x85]y{[0x9d][0x1a]c1[0xa7][0x8a]j[0x8b][0xe6]$[0xb7][0x86][0x9][0x95][0xdc]RQ[0xd2]V[0xf4]z[0xf2][0xc8]+[0xd0][0x1c]f[0x18]O[0x18][0xee]~[0x18]Z[0xeb]$[0xfc][0xc1][0xd6][0xee])[0xcc][0xdf][0xeb]D$[0xa0]T[0xbd][0x91][0xea]/W[0xaa][0xc3][0x96][0x90][0xa3][0xba][0xd9]V-W&[0x8f][0x97][0xf9]9[0x8b][0xca]/[0xa0][0xfc]6K[0xfe]y[0xd4]3[0xb9][0xd7][0xc8][0xe3][0xd3][0xc8][0xd8][0xc7][0x9f]n[0xdb][0xe1][0xf][0xb3][0x9e][0xbd]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0xee]/[0xb3][0xe4][0xed]E[0x96][0xf8][0x9d][0xe3][0xfc][0x8e]%[0xfc][0xdd]RfIc[0xc1][0x92][0xae]Ih[0xcc][0xdd][0xb6][0xfd]ev[0xdc]@[0xe5][0xef]+[0xb2][0xa3][0xd1]Q[0xdc][0xe8][0xd8][0xd1]H;r[0xca][0x8e][0xba]";[0xf4][0xbc][0x1d][0x3][0x1a].#[0xdf].[0xec][0xb6][0x8f][0xff][0xa4]}'[0xe7][0xaa][0xe3]e[0x5]>[0x8c][0xba][0x90][0xfb] [0x16][0xec][0x8b]x[0xda][0xf7][0xb5][0xef]SUe6s[0xf9]$[0x1b][0xcb]<[0xc5][0xff]Q[0x86][0xe5]c[0xdc][0xf9]8wnC[0x13]>Ac[0xef]P[0xd8][0xfa][0x98]}M[0xd4][0xba][0x87][0xf5]Q[0xe6][0xe1]\[0x7][0xe5]\[0x7][0xe5]\[0xa2]|#y4j[0x96]([0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0x1c][0xd4][0xcc]P[0x9d]][0xaf][0x98][0x98][0x17][0xcb]|[0xbb][0xdc]E[0x91]+p[0xa5][\r][0xf8][0xe3][0xb2][0xe2][0x14]E[0xfe]0t[0xfa][0xea][0xe4][0xbd][0x11]w[0xeb][0xde][0xd6][0xbd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xf2][0xce]*C+[0xeb][0xf8]=[0xdc][0xb9][0x8f];[0xf7][0xf3]L^L;hg[0xdb]h[0x8f][0x95][0x1b]o:*7[0x14][0xda]Yy[0xb4][0xa2][0x18][0xed][0x9b][0xf1][0x96][0x97]r[0xef][0xc2][0xbb]"[0x9e][0xb6][0xbb][0xda][0xee][0xaa][0xe2][0xde][0xaf][0xd1]5[0xf]q[0xe7]a[0xee]J[0xf7]>~\[0xee][0xbd][0xea]%[0xdc][0xeb].[0x6][0xcc][0xdf][0xd7]6[0xe0][0xf7][0xdb][0xe9][0xd8]*d[0xab]^[0xb4]~[0x12][0xee][0xe1][0xae][0x87]Q[0x1f][0xbe][0xf]54a[0x9][0xbf]Y)[0x85]R[0x1e][0xc0]b[0x1b]t[0x8b][0x82][0xf2]$[0xa9]?$[0xfd]'[0xdc][0xf9][0x11]j[0xf1]S[0x5][0xb8]M[0x8d][0xf][0xad][0xe][0xcc]V[0x1b][0xa6][0x1c]I$8[0xab][0x1a][0x9d][0x0][0xf6][0x92][0x80][0xac]FV/Q[0xd8][0xde][0x86][0xfa]3[0xd5][0x92][0x0][0xdf]n[0x3]L[0xda][0x0][0x1b]J[0xee][0x8b][0xbb][0xbb][0xfc][0xb2][0xfc][0x81]~[0xfc]c[0xd1]eip[0x0]48~j[0xa0][0x9f].P[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xba],[0xea]l?[0xde][0xc1][0x96]k[0x9d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x92][0x9b]'[0x1b][0xd8]A[0xb4][0x1f]@[0xc7][0xfe]s[0x83][0xe1]0;[0x88][0xdd][0xd2][0xf6][0xab][0xfd][0x0][0x8d][0xcf][0xbb]&[0xa8]N[0x8a][0x94][0xa7]![0xff]S&[0x88]g[0x14]*]E[0xbe][0x1e][0xef][0xc4][0xb5][0xaa]u[0xa8][0xca]q[0xae][0xb4][0xd9][0x8f]w[0xe1][0xdd]v[0xcb][0xbc][0x91][0xd2][0x9a]l[0xf0][0xce][0xfc]t[0x18][0x1][0x1a][0xde]y[0xb]<][0xfb];[0xe5][0xca]=:[0x85][0xae][0x86][0x9e][[0x11][0xb2][0xbb][0x1b][0x89][0x8d][\r]=S`)l[0xa6]g:[0xd9][0x1a]{H[0xef]U}[0xf0][0x94]i,[0x15][0x88]xB[0x1e]{[0xfc]Z.Wj[0xfe]Z[0xc6][0x19][0xca]K[0xa1]So[0xc6][0x82].[0xb5][0xa2][0xa6][0xbe]p[0xc8][0xcb][0xb0]O[0xe1][0xb4][0xad]!w[0xc8];[0x8d]W[0xd6]`[0xeb][0xe4][0xcc]WC[0xee]i[0xbc][0xaa]DQ[0xa8]X[0x91][0x92]z5[0x19][0xd3]%[0x3][0xe3].[0xcc]D[0xc2]E&[0xf][0x1a][0x85][0x17][0xcd][0xc2][0x8f]~Q[0x8b]5[0xa2][0xe];D=L1[0xb]W[0x8b][0x6]\'[0x82]x[0xaf]h[0xc4]>[0xd1][0x84])[0xd1][0x8c]i1[0xc7][0xe9];[0xb0][0x4][0xd7]1T^N:[0x9a][0xbd][0x92][0xf3][0xcf][0x85]j[0xa8][0x95][0xab][0xeb]Up}[0xb8][0x17][0xef]Q[0xbd][0xae][0x9f]w[0xf7][0xbd]*[0xb8]kX[0xfb]n`[0x5]u3[0xcb][0xad][0x0]X[0x94][0x1b][0xed][0xb][0xb2][0x4][0xfe][0xe7][0xd1][0xc8]V'[0x16][0xca][0xd0][0xbf][0x88]&[0x95][0x8a][0x1f][0xe0]X[0xd3]D&[0x85][0x8f][0xab]#8[0x91][0x11][0xba][0x9][0x1f][0xa4]j[0x19]![0xf][0x85]e[0xf2][0xa7][0xf]a9[0xbd][0x1c][0x19]r[0x9c][0xbc][0xbe][0xcb][0xf6][0xcc][0x5]]y[0xc7][0xc]w[0xbb][0xba]ehVL[0xa1]?[0xe2][0xee][0x94]N<[0xbd][0x6][0xb7]p[0x18][0x9][0xb9][0xed][0x8]Oc[0xa5][0xb][[0xd5][0xd6][0x19]5[0x94]qu[[0x12][0xee]Kd0[0xba][0xed]XL[0xce][0xdc][0xd1]Yp[0xec]I4[0x17][0xe2]d[0x1e][0xb2][0x10][0x8b][0xc4]",[0x13][0x8b]q[0xba]X[0x82][0xf5][0xa2][0x3][0x13]"[0x8c][0x94][0xe8]tn[0xc2]26[0xe1][0xeb]UMXD[0x87]^[0xa7][0x1c]C[0xf4][0xb6][0x3]}l[0xea][0x1f]"d[0xe1][0xb8][0xc8][0xa2][0xdc][0xc2][0x95]UC\/ [0xa8][0xe1][0xc3][0xf4][0xc4][0xb][0x88]XW[0xf5]Y[0x2][0xf8][0x88]j[0x80][0x1f]%[0xdb][0xc7]p[0xab]}]^I[0x8a][0xbc][0xe]z8x&[0xef]j[0xf0],[0xe6]VY[0xcb][0x17][0xa7]:[0x97]A>[0xad]+[0xea]c[0x91][0xbf][0xcd][0xd6][0xb1]H[0xc1][0x3][0xea][0xe]a[0xd5][0x85][0xc1][0x81][0x3]X}/B[0xf2][0xb7]I[0xf1][0x90][0xb1][0x98][0xcf]O([0xc5][0x9f][0xfc]?PK[0x7][0x8]h'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/ProviderUtil.class[0x9d]W[0xe9][0x13][0xd7][0x15]=c[0xc9][0x8c],[0x8f][\r][0xde] [0x4]0b[0x9][0x18]y[0x11][0x8b][0xa1][0x80][0x9]`[0x8c]M[0xc][0xf2]Ro[0x84][0xa4][0xad]3[0xc8][0x83]=0[0x1e][0xa9][0xa3][0x91]Y[0x1b][0xb2][0xd0][0xb4]iK[0xd2][0xa6]+[0xe9][0x9e].[0xee]B[0xdb]`[0xb7][0xc6][0xe][\r][0xe9][0x1a][0xda][0xb4]M[0xf7]}O[0xd7]_[0xff][0x82][0xfe][0xfa]![0xf4][0xbc]'[0xc9][0x96][0x82][0xc]N>h[0xe6]-w9[0xf7][0xbc]{[0xef][0x1b][0xbd][0xf0][0xf2]3W[0x1]l[0xc2][0xbf][0xfc][0xa8][0xc7][0x19][0x15]o[0xf1][0xe1]~?[0xce][0xe2][0x81]B<[0x88][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]0[0xce][0x89][0xc7][U<[0xe2][0x87][0xf]o[0x13][0x8f][0xb7][0xfb][0x91][0x87]G[0xfd]X[0x86]w[0xf8][0xf1]N[0xbc][0xcb][0x87][0xf3]~<[0x86][0xc7][0xc5][0xf2][0xbb]U[0xbc][0xc7][0x8f][0x12][0x88][0xf][0xa9][0xb8][0xe0][0xc3][0x93]b[0xf8][0xe1]B|[0x4][0x1f][0x15][0x8f][0x8f][0xa9][0xf8][0xb8][0xd0][0xfd][0x84][0x10][0xff][0xa4][0x10]J<>U[0x88]O[0xe3]3b[0xe3][0x8c][0x18]}V[0xc5][0xa8][0xf][0x9f][0x13][0xaa][0x9f][0xf7][0xe3][0xb][0xf8][0xa2]x\[0x14]X[0xbf]$[0xa4][0xbf][0xec][0xc7][0x6]|E[0xc5][0xd3]~[0xd4][0x8a]@.[0xf9][0x11][0x12][0xef]1[0x1f][0xc6][0xfd][0xf8]*[0xbe][0xa6]bBAIgWG_[0xeb][0xde][0xe6][0xae][0xfe][0xae][0xe6][0xee][0x8e][0xde][0xae][0xa6]f[0x5][0xa5][0xe1][0xa3][0xfa][0x88][0x1e][0xb2]t{0[0xd4][0xed]:[0xa6]=[0xd8][0xa0][0xa0][0xa8])j[0xc7]][0xdd]v[0xfb]t+a((H+v+X[0x98]TH[0xb8][0xa6][0x15]j[0x8a]Z[0x96][0x11]q[0xcd][0xa8]M[0xa5][0x82]ns[0xd0][0xd6][0xdd][0x84]C[0x85]]9[0x85]v[0x84][0xa3][0xce]`H[0x8f][0xe9][0x91]!#dE[0x7][0x7][0xe9]M[0xbc][0xeb][0x8f][0x86][0xe2]13[0xd4][0xe9]DG[0xcc][0x1][0xc3]i[0xd8]IkZwOcWOog[0xb8][0xa3][0xe9][0x80][0x82][0x15][0x19][0x6]#Q;[0x92]p[0x1c][0xc3]v[0xa9][0x1c]9[0x16][0xf][0x85][0xf9][0xa4]Jacgk[0x1f]A[0xb6]v[0xb4]+X[0xd4][0xd4][0xd1][0xd6][0xd9][0xd8][0xd3][0xba]'[0xdc][0xdc][0x9f][0xb1][0xc1][0x8][0xca][0xee][0xcd][0x15][0xf3][0xbc]p[0xc7][0xbe]}[0xcd]][0xc2][0xd5][0xac]([0xc3][0x9c][0x11][0x9f][0x2][0x9f])[0xf9][0x89]0[0xd4][0x9a][0xd9][0xc5]%[0xda]tT[0xbd][0x9c][0x8]7;L[0xdb]tw*[0xf0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xad][0xeb]S[0xe0]m[0x8a][0xe][0xd0][0xc8][0xfc][0xb0]i[0x1b][0xed][0x89][0xe1][0xc3][0x86][0xd3][0xa3][0x1f][0xb6][0xc]q.[0xd1][0x88]n[0xf5][0xe9][0x8e])[0xe6][0xa9]E[0x9f]c[0xc4][0xa3][0x9]G[0xb8]-[0xec]u[0xac][0xae][0xe9][0x99][0xd6]j[0xdb][0x86][0xd3]d[0xe9][0xf1][0xb8][0x11]W[0xb0][0xe5][0x16][0x98][0xc2]Q=[0x85]hu[0x86][0x19][0xa2][0xf3][0xba]C&[0xf5][0x8b][0xba]]=r[0xac]M[0x8f]I[0xbf][0xac][0xb][0x15][0x97][0xe9][0xc4][0xa2]Z:[0x1c][0x5]UUI[0x1a]m[0xc3][\r][0xf5]v[0x85][0x1b]2H[0x95]@[0x92]N[0x1a]D[0x94][0xbe][0xd8][0xb4][0xd6][0xda]9[0xe6][0x80][0x82]|*[0xc5][0xe2][0xd9][0x9][0xc7][0xed][0x98][0xe1][0xb8][0xa6][0x11][0xa7][0x80][0xc2][0xc0]+[0x92][0x9b]f4[0xd4][0xda][0xd1]|"b[0xc4]R[0xc9][0xe8]I8[0x96][0x82][0xe2]l[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]"\]4[0xb]RV'C[0xcf][0xc][0x92][0xde]7Te[0xb8]o[0xb6][0x13][0xc3][0x86][0xa3]K[0x1f]7[0x9][0xd7]K[0xe7][0xf1]i?7h[0x8a][0x90][0xb2][0xe][0xf7]d,}[0xc0]ks[0xab][0xec][0xc8][0x8e]C[0xd4][0x87][0xaf][0x11]s[0x8c][0x88][0xee][0x1a][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a]g[0x1]y[0x83][0xde]M@/[0xee]J[0xd8][0xae]9l[0xf4][0x99]q[0x93]X[0x1a]m;[0xea]J#3G [0xf5]f[0xfc][0x8a]*[0x1d]4[0xdc][0xc][0xb2][0x16]V[0xad][0xcb][0x90]lu[0x9][0x83][0xa6]([0xb7]+[0xe7][0xc6][0xab][0xea][0x7]Cz<[0xc3][0x13][0xab][0xe7][0x1e][0xe6][0x95][0xa5][0x9f]:[0xd9][0xca]zR[0x10][0xc8][0xb4]o[0xd3][0x81][0x93][0x88][0x11][0xe3]LN[0xa8][0x98]d[0xf]e[0xa9][0x1d]1[0xed][0x81][0x8c][0xe0][0x19]y[0x16][0xb8]L^[0xe8]vD[0xb7][0xcc][0x81]>[0xfa][0xa4][\r][0xa6][[0xd5][0x8d][0xad]C[0x0]QF[0x14][0xa8]#I)[0x15][0xbb][0x89]lG[0xc4]J[0x15][0xba][0xbf][VW[0x8b])[0xe][0xb8]$[0xb3][0x1d][0xd4][0x9][[0x1a][0x9a][0xd1][0xa2] 8[0xf7].[0xa2]`e[sOcmk{KR[0xa4]6]^u[0xb1][0xe9][0xfa]P1[0xa5][0xe1][0x19]\Q[0xf1]u[\r][0xcf][0xe2]*+X[0xc3]s[0x18][0xd6][0xf0][\r]|SA[0xfd]ki[0x10][0x1a][0xbe][0x85]ok[0xf8][0xe][0xe2][0x1a][0xba][0xd0][0xad][0xe1][0xbb]x^[0xc5]5[\r][0xdf][0xc3][0xf7]E[0xf][0x13][0xfa]l[0xb5]}i[0x1e]^[0xd0][0xf0][0x3][0xfc]P[0x83][0x8b][0x84][0x82];[0xe6]t[0xd6][0x82][0x8d][0x1f]i[0xd8][0x8a]m[0x1a]^[0xc4][0x8f]54b[0x8f]l[0x86][0xc4]3[0x10]HK[0x5]N[0xb3]#[0xfd]D[0xc3]O[0xf1]3[0xb6][0xf3][0x1c][0x1d][0x80]D[0xf7][0xda]"[0xc5][0x2]n4@Jljh[0xf8]9~[0xa1][0xe2][0x97][0x1a]~%h[0xf8][0xb5][0xa0]A[0xcb][0xac][0xf][\r]6Z4[0xfc]F[0xec]6a[0xaf][0x86][0x1d][0xb8]S[0xc5]o5[0xfc]N,[0xff]^[0x9c]R[0xe5][0xcd][0x93]L[0xc1][0xa6][0x8c][0xe5][0xc0]a[0xe3]H[0xd4]1[0x2][0x92][0x97]i[0xec][0xf1]@$[0x9a][0xb0][0xc4]f[0xc0][0x92]Q[0xd5]i[0xf8][0x3][0xfe][0xa8][0xe2]O[0x1a][0xfe][0x8c][0xbf]h[0xf8][0xab][0xf0][0xf6][0x92][0xe0]x[0x17]vk[0xf8][0x9b] [0xaf]d[0xa6][0xbc][0xef][0xd2][0xe3]C[0xdd][0x6]3[0xbe][0xea]&7b[0x97][0xc1][0xb1][0xc3][0xb]\\[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16][0xbc]2i[0xd9]]7[0xd6]m[0xa9][[0xaf][0xe2][0xef][0x1a][0xfe][0x81]f[0x89]t[0x1c]>[0xca][0xfb][0x9a][0xac][0xcf]8[0x90][0x15][0xeb]F[0x9d]4[0xdb]R[0xae]g[0xc8][0x89][0x1e]O[0xf6][0xad][0xaa][0xb9][0xa6][0x13][0x1d][0x89][0xfa][0xcb]H*[0x16]s0WU[0xcd][0xf6][0x99]Q[0x9e]k][0xdc][0xc8][0xd3][0x10][0xa7][0xbb]P[0x16]t[0xaa][0xaa][0xec]![0xed][0xc6][0x9][0x86][0xe6][0xb5][0xe5][0xab]<[0xab][0xf2][0x93]q[0x8b];[0x9a]][0xad]W[0xdc][0x1f][0xb][0xd2][0xfb]37H1[0xf7][0xb2][0xba][0x87]_[0xa4][0x17]A[0x1b][0xfa]0[~ZA[0xa4][0xa3][0x1d]K[0xb8][0xc9][\r][0xea][0xd5][0xdc][0xb2][0xbe]S[0x85][0x9b]d[0xa9]@[0xe4]F[0x93][0x15][0x8d][0x8b][0x8f][0xa9][0xaa][0x9c]6oD[0xbe]n[0xb6][0x9b][0xb2]<[0xd7]:[0xbf]![0x92][0xdd][[0xcc]O*X3[0xfb])d)[0xed][0xac][0xca][0xed]g[0xce][0x9f][0x3][0x1e]}`[0xe0][0x15][0xbd]4[0x1d][0x1]{[0xe9][0xf2][|~1w[0x7][0x8c][0xc3][0x9][0xe6][0xf0][0xda][0x1c][0x88]s[0xd8][0xa4][0xc7]|[0xd6][0xa4]H[0x8d]ms[0xd2][0xc8]m[0xa3]"[0xe7][0x15][0xcb][0xbe][0xc7][0xac]jc[0x9d]7[[0xc6]0[0xab]N[0xf0]*[0xb2]+5e[0xd6][0x99][0xf1][0xe6][0xe1][0x98]`x[0xf9]-[0xbe]aY[0xe7]b2[0xdd]Bx[0xf]Sk^[0xc2][0xb6][0xe4]f[0xfe][0x11][0xdd][0xd5][0xad][0xdc][0xe5][0x12][0xce]Q[0x96][0x12][0xf5][0x82][0xac][\r]C'[0xf1]E)[0xcf][0xe9]yv[0x15]$W[0xc5][0xf7][0xbc][0x99][0xc6][0xa1]`[0x9]3%[0xb9][0xc1][0x6].[0xa3][0xcb].[0x1]~[0xb];n[0xfc][0xa0][0xe9][0xe][0xdd],[0xd1])[0xe5]&[0xe2]D,^[0xe9][0xb3],[0xa0][0xe5][0xf4]x=[0x81][0xbc][0x1a][0xed][0x6][0xfe][0xe9][0xc9][0xe3]?7@[0xc5]Rl[0xc6][0x16](x[0x1d]gy[0xf0]p[0xce];[0x84][0xf3][0xed]r[0xde][0xc0]9[0xbb]9[0xc7][0xb7]cg[0x86]\1[0xe7][0xec][0xb2]r[0x9d]7[\r][0xdf][0xfb]E[0xeb][0xe7][[0xfc][0xab][0xe2][0xc5]L[0xc9]}[0x9c][0x9d][0x97]6[0x81][\r][0xc1][0xcb]PJ=[0x93][0xf0]N!_A[0xb8]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf3][0x14]\[0xc0][0x12][0xe]T[0x85]W[0xab][0xaf][0xad]f[0x2][0x5][0xfc][0xf9]'Q8z[0xfd][0xa5]KT[0xf2][0xe0].>[0x17]"[0x9f][0xcf][0xdd][0xf0][0xd2][0xd1]J[0xba][0xaa][0xa5][0xa3][0xf5]t[0xd5]*[0xf7][0xf2][0xb8]VH[0xe7]m[0x1c][0xd1][\r][0xda]%[0x88][0xe][0xfe]J[0x91]w[0x1d][0xf3][0x91][0xa7][0xa2]S[0xc5][0xeb][0x81][0xff]![0x0]y[0xfd][0xa6][0xa0][0xbd]H[0xbb]^[0xbe][[0x82][0x13][0xd0][0x82][0x93](j[0xab])-[0x9e][0xc0][0xfc]I,[0xb8][0x80]UWPr[0xa8]&X}[0x19][0xa5][0xed]c([0xab][0x9d]By[0x1e][0xe][0x8e][0xa1][0xa2]t![0xc7][0x8b]<[0x18][0xc5][0x82]61][0x1c][0xac][0x99][0xc2][0xed]^\[0xa2]U[0x90][0xca][0xad][0xb8]-[0x85]{[\r][0xa9][0x10]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8][0xd0]w[0x90][0xde]7[0xe3] [0xa5]zIr[0x1f][0x89][0xba][[0xc6]QO,[0x1]J[0xf5]p[0xdd]C[0x8d][0x1a][0xee][0x1d]dD[0xdb][0x88][0xf8]n[0x1c][0x92][0xb1][0xb5][0xe0][0x1e][0xdc][0xb][0xc8][0xd1][0x1b][0xf0]F[0xfa][0x13]Q[0xfa][0xe0][0xd9][0xbc]G[0xc5][0x9b]4J[0xf6][0xe3]>F$b;E[\r][0xa1]S[0x19]|[0x1e]K[0x83]SX"[0xb8].[0xe3]`[0xa9][0xe0]zY[0xb5][0xe4][0xf8]?[0x82]c[0xaf][0xc4]Z*[0x99][0xe8][0xe7][0xf3]>[0x14]A[0xe7][0xf4][0x81]i~i[0x85]+[0x87][0xa5][0xe7][0xca][0x94][0xe7][0x8][0xc7][0x9a][0x8c]X[0xec][\r][0xa4][0x18][0xf7]"[0xcf]{[0x1b][0xc])[0x99]L[0x9f]#[0x18][0xe4]{[0x1e]%[0x87]dj[0x98]8[0xca]U[0x81]p[0x95][0xd4]f[0x2]N[0xa2][0x92][0x4]?[0xcd][0xa1]"[0xa1][0xf8][0xa5][0xcb]A[0xd2]0[0x94]2r[0x8c][0x8a][0x16][0x86]S[0xc7][0xd6][0x90]R,O*Na[0xb9][0x82]'[0xa1]zG[0xe1][0xf5]\[0x94][0xf2]3V,Z[0x19][0x96][0xd0][0xf2][0x91]W[0xca][0xaf]K[0xf9][0xa5][0x92]2t[0x8d][0x9b][0xc2][0xd4][0xfe]1[0x4][0xae][0xa1]e[0xc]+[0xa6][0xb0]R[0x81][0x9c][0x15]]A[0xde][0xa1][0xcb]X5[0x8e][0x80]\_[0xad][0xf0][0xc0][0x8b][0xf][0xa4][0xc7][0xc1][0xe7]FQq@[0x1c][0xff][0x1a]r[0xba][0xd6][0x83]ITM`[0xdd]%Y[0x18][0x95]X'c[0xae]g[0xa9][0xdc][0x91][0xca][0x85]-d[0x15]8[0xce][0xd5][0x93][0x94]8[0x8d]r[0x9c][0xa1][0xdc]Y[0xe6][0xc8][0x3][0x94]>[0x8b][0x8d]|[0xd7][0xe3][0x1c]5[0x1e]dn<[0xc4][0xc][0x98][0xfc]?"[0xcf]@[0xf0][0xbc][0x15]%[0xcc][0x83]h[0x8a][0xe7]"[0xe4]W[0xee]W[0x11][0xf3][0xf3][0xe0][0xdf]\Bv[0x1c][0xc4]SA-M[0xb1][0xe3][0x9d]Dp[0x86][0xd3]yr[0xf5]Q[0xb2][0xc2]/[0xca][0x94][0xe4][0xfd][0x4]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcd][0x18][0xaa][0xc3][0xd5]W[0xef][0xf4][0xec]\[0xb6][0xf4]),[0xae]^[0xb6]q[0xbb]7[0xb8][0xd8];[0x81][0x9a][0xb][0xc8][0xf7]^<[0xe7]QF[0xaf][0xff][2[0x9b]Y[0x8e][0xe7]Q[0x86][0xc7][0xe8][0xed]q[0x86]q[0x1e][0xab][0xf1][0xc4]t[0xba][0x94][0xb1][0x1c]G[0x18][0xb0]W[0x96][0xc0]q[0x8e][0x92][0xa0][0x8b][0xe1]y[0x19][0x5]*N(J[0xf9]i[0xc3]G*[0xd2]Gq@J[0x3]k[0xaf][0xa0][0x96][0xb4][0xd7][0x8d][0xa3][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x1c][0xad][0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xb3][0xd8]p[0xc8]S[0xba][0xb1]{[0x1c][0xcc][0xdb]M[0xe3][0xa8][0xb8]4[0x1d]X2oC[0xc]l[0xb]9[0xdd][0xc6][0x1a][0xda]N[0x8][0xa7]d[0x1a][0x9c]FX&[0x2]?q[0xc8][0xf0][0x1][0xf8][0xfe][0xf]PK[0x7][0x8][0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.class[0x9d]R[0xcb]N[0xc2]@[0x14][0xbd][0xc3][0xab]<|[0x80][0x82][0xcf][0xbd])[0xb][0xec]B[0x13][0x13]K[0x88][0xd1]hb[0xc4][0x90]X[0xd2][0x85][0xae][0x86]:[0xd6]!CK[0xa6]S[0x12][0xf8]4[0x17]~[0x80][0x1f]e[0xbc]-[0x9][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j\[0xcc]L[0xce][0x99][0xb9][0xe7][0x9e]{[0xef]||[0xbe][0xbd][0x3][0xc0][0x9][0x1c]j[0xb0][0xa7][0xc1][0xbe][0x6][0x7][0x4][0xb2][0xca][0xbf][0xa7]C[0x2][0x15][0xbd][0xde][0xee][0xd3][0x11]5B[0xc5][0x85][0x81][0x94]I[0xa0]`q[0xd7][0xa3]*[0x94][0x8c][0xc0][0xd9][0xe2]}s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xf5]\[0xc3]R[0x92]{[0xae][0x99]dZ[0xa8]Rr|OQ[0xee][0x5]wlL[0xa0][0xa6]'_[0xd5][0x1f][0x9]h/[0xbe][0xbc][0xa6][0xce]+[0x81][0x86][0xde][0xf6][0xa5]k[0xd0]!"f[0x8][0xdf]u[0xf1]Mt[0x9e][0xf6][0xa7][0xc9]/[0xf9][0x95][0xef][0x5][0xe1][0x80]I[0xb3]n[0x13]xj[0xda][0xe7]s[0x9a][0x9d]^[0x9f]9[0xca]l[0xfd]]eI%[0x8d][0xae][0x8d][0xde]#[0xf5][0x8b][0xdf]t[0xba][0xf2][0xdb]N[0xd2]F$1Zj[0xd0][0xfa][0x8f][0xe9][0xb9]d+\w-4[0x8e][[0x94]8[0xef]2eS[0x11][0xe2][0xf8][0x8e][0x96][0xb5]=i[0x0][0xbb][0xbf][0xaa][0x9b][0xc9]p[0xcc][0x86]s[0xe3][0xc1][0xf5]`[0xa8]p[0xb2]i=[0x9a]c&[0xe0][0x13][0x16][0x83][[0x2]E[0xcb][0xf][0xa5][0xc3]n[0xb8]@j[0xe7][0x81][0xd1][0xe7][0x8e]'[0xc6][0xd3]x[0xfc]B[0xc7][0x91]&[0x1][0xe3][0xe7][0x9a][0x13]a[0x4][0xca][0x8b][0x6][0x9]Tc[0x8a][0xfb][0x86][0xc5]$[0xa7][0x82]OhO[0xb0][0x1c][0x1][0x2])\i[0xfc][0xf7]Z[0x6][0xdd]A[0x16]Q[0xe]Q*[0xc6]y([0x0][0xe0]Y[0x84][0xd2][0x8c]_[0x8b][0xf1][0xfa][0xc]o [0xde][0x84][0xf2][0xc]W[0x10]o[0xc1]v[0x1c]W[0x85][0x1a]rX[|[0xb3][0xfb][0x5]PK[0x7][0x8]([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.class[0xad]TMs[0x13]G[0x10]}-[0xed][0x87][0xbd]([0xb6][0x11][0x96]A[0x18][0x9b]@[0x14][0x90]d[0x1b][0x81][0xad][0xc8]X[0xb6]d[0x82][0x8a][0x84][0x10][0xd9]$(@[0x15][0x9c][0xc6][0xcb]"[0xaf]YVf[0xb5][0xa2][0x2]g[0xfe][0x84][0xaf]\|u.JU[0xe][0xfe][0x1][0xc9]O[0xc8]5?[0x82]JQ!=#[0x81][0x8d][0xbc]9$[0x15][0x95]vz[0xb6][0xe7]uO[0xbf][0xd7]][0xfb][0xeb]_[0xbf][0xec][0x3]X@[0xcd][0x82][0x85]Kr)X[0x18][0x96][0xcb]e\[0xb1]0[0x8f][0x5][0xb9][0x14]-[0xc]a[0xc1][0xc4][0x17]&[0x16]M\%[0x18]+[0xae][0xef][0x86]UB<[0x9b][0xbb]G[0xd0]j[0xad]G[0xe]a[0xb4][0xee][0xfa][0xce]z[0xe7][0xe9][0x86][0x13][0xfc] 6<[0xf6]$[0xeb]-[x[0xf7]D[0xe0][0xca][0xf7][0xbe]S[0xb]7[0xdd]6a[0xe2][0xbb][0xc0]}.B[0xa7][0xe1][0xd8][0x9d][0xc0][\r]_[0xac][0x9]_4[0x9d][0x80][0x90][0xf8][0xc6][0xf7][0x9d][0xa0][0xe6][0x89]v[0xdb]a[0xdc][0x8d]z+h[0x16][0xc4][0xb6][0xb0]7[0x9d][0x82][0xd7]j6][0xbf])mq[0xab][0xd0][0x9]][0xaf]p[0xc7]y[0xec]9v[0xe8][0xb6][0xfc][0xbb][0xfc][0x9a][0x89][0xce][0xba][0xcc][0xd5]5[0x9d]P%[0xad][0xb5][0xfc][0xd0][0xf9]1$[0x8c]gs[0xf][0xeb][[0xe2][0xb9](x[0x82]s[0xaa]C[0x6][0xe]7[0xdc][0xa6]/[0xc2]N[0xc0][0xb5][0x9e][0x8c][0x80][0xac][0xe4][0xab][0x8c][0x1a][0x91][0xe9][0x84][0xe7][0xf5]+%,f[0xf][0x1][0x1b]a[0xc0]e.[0x1f][0xf5][0xe4]".[0xd4]mO[0xbc]|I8[0x1e]q[0xa6]=~f[0xfb]R[0xc8]#[0x99]X[0xfc][0xed]'MF[0xf8][0x8a][0xc]=`I?[0x96][0xfb][0xc5][0xf6]{[0xc9][0xc7][0xa3]9|[0xd2][0x8][0x85][0xfd]dMl+[0x98]j[0xee][0x92][0x89][0xb2][0x9]>+[0xff]7:[0xbd][0xc4][0x99][0xec][0x11]*Q[0xc4][\r][0xe1][0xdb][0x9b]-ny[0xfe][0x8]^[0xe6][0xf9][0x87][0xe4]V[0xa3][0xd5][0x9]l[0xe7]+W2;[0xf1]q[0xfb]/[0xc9][0x88][0x4][0x8e]![0x91][0xc0]8R[0xcc]$[0x81][0x15]T[0x98]W[0x2]U[0xac]&p[\r]_[0x12][0xc6][0xe][0xf2][0xde][0xde][0xd8][0xe2]h[0x13][0xd7][0x9][0xb5][0xff]a[0xce][0x8][0xe9]C[0x1a][\r][0x9e][0x8d][\r][0xea][0xc7][0x8d][0x8d][0x9a][0xc0][0xd1][0x1][0x17][0xc1][0xe4]i[[0x17]O[0x1d]5[0xb4]Q[0xb3]`8[0xcf]:[0xc2]cd[0xea][0xb0][0x94]=v[0xcb]9[0x9e][\r][0xab][0x1d][0x8a] l[0xdf]w[0xc3][0xcd][0x1][0xd0][0xfb]V2h[0xf6][0xdf]H[0xc0][0x9f][0x88]a[0xfe]`[0xc8][0x9f][0xc6][0xf]k[0xe][0x1e])[0xde][0x15][0xd8][0x12][=[0xff]3[0xe8]'[0xde][0xc4]0[0xc2][0xab]![0x9d]T[0xc4]([0xef][0x13]=[0x0][0xc6]pB[0x85]s[0xaf][0x18]5[0x18][0x1c][0xdb][0x1b][0x8][0xbe][0x1a][0x11]<[0xa1]0'9[0xc9])[0xa4][0xfb]I[0xde][0xb0][0x1d]b{+^[0xcd]w[0x11]/kim[0xbf][0xa4][0xc7]KF[0xca]H[0xe9][0xaf]QLk)c[0xbe]l[0xce][0xa4][0xcd].[0xb4].[0xf4][0x1d][0xc]i[0xd5]]LL[0xed] [0xa9]|[0xb3]][0x18];0[0xd2][0xe6][0xde]+[0x83]v[0xdf][0xfd]F{[0xaa]LY[0xc9][0x5]f[\r]ZA[0x8c]*[0x98][0xa6]*[0xf2][0xb4][0x8a]Y[0xba][0x86][0x2]][0xc7]*[0xd5]x[0x92]*[0xb8]I_[0xab]J[0x8b]\[0xe5]428[0x8d]I[0x98][0xb2][0x9e]~[0xcd]rw[0x6]S[0x8a][0xc7]-FLq[0xbd]1[0xdc][0xc4]Y|[0x8a]8[0xce][0xf5]9[0xf6]"[0xcf]s[0xe4]g[0xec][0xc9]@{[0xc7][0xe1][0xa6][0x89][0x8c][0x89][0xcf][0xf9]O&.[0x10]gx[0x8b]i[0x13][0x17][0xff]D[0xf2][\r][0xdf][0xd6]S#[0xab][0xd4][0xc8][0xf5][0xd5][0xf8][0x83][0xad][0xbc]})^[0x91]j[0xac][0xcf][0xed][0x97][0xb4]xIO[0xe9])[0xed]52s)}[0xbe]l[0xcc][0xa4][0x8d].L[0xa9]Ce[0x17][0xd6][0x19][0xc9][0xdd][0xd8]{[0xa5]3[0xf7][0xdf][0x93]C[0x83][0xe4][0xbf]e[0xf2]uL[0xd2][0x1a]2[0xb4][0xce]E[0xdc]F[0x8e][0xbe][0xc7][0x1c][0xdd][0xc1]e[0xf6][0x97][0xe8][0xae]"[0x9f][0xe7][0x98]I[0xee][0xab]$o[0xc8][0xeb]?[0x90]_[0xe2][0xb3]I&[0x18][0xc3][0xa2][0xa2][0x1c]S[0x94]'[0xd8][0xf6][0xf0][0xe7][0xfb][0xf8]<[0xef]H[0x91]?'[0xc9][0x8f][0xc0]P[0xe4]/[0x1e]0?[0xad][0x98][0x1b][0x7][0xcc]g[0xf8][0x99]U[0xbb]9$[0xd9]Z[0x9c]`[0x18]%[0x1c][0xc7][0xa9][0xbf][0x1]PK[0x7][0x8][0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil.class[0xad]X[0x9]|[0x14][0xd7]y[0xff][0xbf]=4[0xa3][0xd5][0xe8]`[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x8][0x6]0 [0xad].[0x90]A[0x4][0x10][0xb2]AHXh%Q$[0xb0]e[0xda][0xc8][0xcb][0xee]HZX[0xed][0x8a][0xd9]][0xe][0xbb]N[0xd2][0x84][0xba][0xc1]I[0x93][0x1e]I[0x1b]l[0xa7]II[0x9]I[0xe3][0xb4][0x2][0x1a]!L[0x8d]s4n[0xeb][0xf4][0x88][0xd3][0xc4]v[0xe2]$u[0xda][0xdc][0x8d][0x9b]4G[0x83][0x1d]l[0xe5][0xff]fg[0xa5][0x95]v9[0xdc]_[0xa0]y3[0xef]}[0xef]{[0xdf][0xf7][0xff][0xce][0xb7][0xcf][0xbc][0xfe][0xc4][0x15][0x0][0xb7][0x8b]&[0xf]T[0x9c]+D[0xf][0xce]+[0xb8][0xe0][0xc1][0xdf][0xe0]S[0x1e]81[0xe1][0xe1][0xcc]E9=[0xa9][0xe0][0x92][0x1c][0x9f][0x90]k[0x97]=[0xf8][<[0xa9][0xe0][0x8a][0x82][0xa7][0xe4][0xe4][0xa7]U|[0xa6][0x8][0x9f][0xc5][0xe7]$[0xf9][0xdf]y[0xf0]y<[0xed][0xc1][0xdf][0xe3][0x1f][0x14][0xfc][0xa3][0x8a]g[0x14]|[0xc1][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x93][0x8f][0x92][0x14][0xff][0xac][0xe2]_$[0xf9][0xbf]J[0xca]/[0xaa]x[0xd6][0x83]/[0xe1][0xdf][0xe4][0xc7][0x97]U|E[0xc5]s[0xf2][0xfb]y[0x15]/[0xa8][0xf8][0xaa][0x8a][0xaf][0xa9]xQ[0xc1][0xd7]U|C[0xee][0xfd][0xa6]|[0xfc][0xbb][0x7][0x1a]^[0x92]'[0xcb][0x83]][0xe9][0xb9][0xff][0x90][0x1a][0xbe][0xad][0xe0];[0x1e]4[0xc9]S[0x9b][0xf0]][0xf9][0xf8][0x9e][0x7][0xdf][0xc7][0xf]T[0xfc]PE[0xb8][0x90]J[0xfc][0x97]d[0xf2]#[0x15]/KQ[0xfe][[0xc5][0x8f][0xe5][0xf8][0x13][0x15][0xff][0xa3][0xe2][0xa7][0xf2][0xf5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xae][0xe2][0x17][0xf2][0xf5]=[0xf8]%[0xae]*xE[0xc5][0xab][0x1e]tHX~[0x85]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0x93]'[0x9d]S[0xf0][0xba][0x8a])E@[0xa0]b[0xb7][0x19]9[0x12]L[0x1a]}F(eF[0x92][0xc7][0xbb][0x83][0xb1][0xe0][0xb0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0x9d][0xb1][0x98]a[0xb6]E[0x83][0x89][0x84][0x91][0x10]([0xdd][0xb5][0xa3]kpc[0xaa]i[0xc3]`oGG_{?[0xf7]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0x4]zw[0xee]l[0xdf]#[0xb0]<[0x10]7[0x87][0x1b][0x83]c[0xc1][0xd0][0x88][0xd1][0x18][0x8d][0xf][0xf]Gb[0xc3]r\[0xb0]1[0xc0]/[0xc3][0xdc]"[0xb0][0xb0]oo[0xcf][0xe0][0x9e][0xf6][0x8e]@{[go[0xcf]`[0xdf][0xde][0xdd][0xbb]{[0xf7][0xf4][0xb7][0xef] [0xaf]{[0x5][0xca]v[0xb6][0xf7][0xf][0xb6]m[0xb][0x4][0xda][0xf7][0xc][0xb6][0x5][0xb6][0xf5][0xf5][0x9],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0xc][0x1e][0x9]6F[0x83]df[0x1a]CQ#[0x94]l[0xec]6[0x92]#[0xf1]0[0xd9][0x95][0xf5][0xb5][0xb7][0xed][0xdd][0xd3][0xd9]?0[0xd8][0xbd][0xad]g[0x9b]%E[0xfb][0xf5][0xa5]H%#[0xd1][0xc6]=i[0x1e][0x91]xl/?o[0xcb][0xaf]:Y[0x17][0xb4]Db[0x91]d[0xab][0x80][0xb3][0xba]f[0x9f][0x80][0xab]-[0x1e]6[0x8]A [0x12]3zR[0xa3][0x7][0xc][0xb3]?x [0xca][0x19]o [0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xf7][0x5][0xcd][0x88][0xfc][0xb6]'][0xc9][0x91][0x8][0x1]kxC[0xb2][0xf0][0xd0][0x8a]Djl,n&[0x13][0x1d][0xc1]Drf[0xd5][0x12][0x82][0xf0][0x94][0xc][0x1b][0xc9][0xb6]`4j[0xdb]D`~ugM[0x16]>[0xd6],[0xd9][0x8][0x8a][0xe0][0xcb][0x9a]o?[0x16]2[0xc6]$#[0xae][0xad][0x98]K[0xdf][0x13]Ov[0xc4]S[0xb1]p6[0x91];[0xcc][0xd7][0x11][0x1][0xc5][0x88][0x1a][0xa3]F,)P[0x95][0xb5][0xad]/[0x19][0xc][0x1d][0xea]7[0x83]![0xa3]=[0xbd][0xcc][0x1d][0xc5][0xd6]dwp[0xcc]B[0x80][0x11][0xa6][0x8][0xc1]@[0x12]([0xec][0x8b][0xc][0xc7][0x82][0xc9][0x94]I[0x99][0x16][0xe4][0x11][0xb7][0xc5][0xdf][0xca][0xed][0x8b][0xf7][0xa4]b[0xc9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa8][0xd1][0x19];[0x12]ID[0xc8]a[,[0x16]O[0x6][0xa5]8Ts[0xfd]Mp[0xdc]m[0x98]Cqs4[0x18][0xb][0xd1][0x90][0xb1]D$[0x19]9b[0x90][0xe9]R[0xc2][0xd5]~8E[0x3]G)d[0x8e][0xd4][0x2][0xfa]ly[0xf2][0xe9][0xa5][0xda][0x8]P[0x8a][0xa5][0xfb]oB+"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0x12][0xb4]Hb_0[0x1a][0x9]K[0xfe]7[0xdc]!M[0xea][0x8][0xc5][0xa4][0xf]e[0x93][0x99][0xd4][0x8e][0xdc][0x1c][0xa3]1E8[0x4]VU[0xe7][0xae][0xe6]3[0xba]k[0xe8][0xb0][0xe4]U}+[0xe4]i[0xd0]7[0xe6]![0xbd][0xc5][0xb3]b[0xc6]1[0xe2][0xe7][0xe]E[0x83][0xf7][0xdf]/0/[0xf][0x89]s[0xec][0xd0]0[0x1d]zvt[0x1c][0x1f][0xcb]D[0xc8][0xfc]|"17[0xb]l[0xfe][0xbf]I[0x95]V[0xe9][0xb6][0xea][0x1c]Q[0xf2][0xc9]_@W[0x19][0x89]3[0xc3][0xf9]s[0xe8]%[0x9f][0xeb]0[0xf7][0xce][0xe][0xbf][0x9e][0xe0]([0x15][0xd9]wK[0xe2][0xde][0xd8]uj[0xf2][0xd9][0xbf]04s[0xc8]|yr[0xca]4g[0xb9][0xb1]@y[0xb5][0xbd][0xd3][0x8a][0x2]kE[0x6]o[0xd0]4[0x83][0xc7])[0xee][0xfe]<[0x9a]+[0xa1]L6[0x9f][0x97]g[0xab]/gKZ[0xf3]5si[[0xf2][0xd1]I[0x3][0xbe][0x9f][0x15]L[0xa0]&W[0xb0][0xeb][0xec]`[0x84][0xb5][0x84][0xa2]v[0xaa][0xf5]&R[0xb1][0x99][0xac]g[0xe7]8[0x11][0x9f][0x1d] [0xbd][0x7][0xe]r][0xea][0x99]4[0x12][0xc9]u[0xb3]3][0xff][0x88][0x19]?*=L[0x6]Pb[0x94][0x89]%[0x1b][0xda][0x9c]$[0xef][0x1c][0x93]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3T[0xdc]4[0xc2]s[0xb2][0x9c]M[0x9d][0x9d][0x17][0x17][0xc9]eY[0x1][0xdb][0xe2][0xa3]c[0xcc]4V[0x82][0xea][0x1d][0x1a]J[0x18]IE8[0xd9]l[0xb0]kP[0x84][0x8b][0xb5][0x95]eV[0xc0][0xd3][0x17]O[0x99]![0xa3]#"=[0xbe]|v[0xb6]o[0x90][0xac]4[0xec][0xc7]oj[0xd8][0xb]V[0x98][0x95]3Gw[0xc6][0xc2][0xc6][0xb1][0xde]T[0xb2]wh[0xbb][0xcc][0xcc][0x89]i[0x11][0x14][0xe1][0xd6]D[0x81]P[0xb8]O[0xa8][0x1a][0xe] [0xa4][0xe1]n[0xdc][0xc3]B8[0x17][0x1f][\r][0xbf][0x81]=[0x9a]([0x14][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe1]9Q[0xc4][0xe2]5[0xc7][0x2][0x94])O[0x8d][0xd0][0xd0][0x7][0x96][0xf6][0xda]v[0xd3][0x8c][0x9b]z$[0xa6][0xcf][0x91]{v[0x10]T?[0xf0]`M[0x83]"4M[0x14][0x8b][0x12][\r]I[0xa4][0x98][0xf8]5Q*[0xca][0x14]1O[0x13]^[0xbc][0x8d]i[0xf0]f[0x15][0x87]A[0xdf][0x16]OE[0xc3]:s[0xbe]>[0x14][0x89][0x85]u[0xcb]Ko[0xed][0xf0]YZL[0xdb]_[0x13][0xe5]b[0xbe][0x86][0xfb][0xf1][0x80][0xc0][0x96]9[0xcc][0x83]1=86f[0xc6][0xc7][0x98][0x95][0x92][0x86][0x9e][0x13][0x8f]z0[0xc9][0xa3]i[0x2][0xfd][0x81][0x7][0xa5]^>MT [0xc4]v[0x88][0xee][0xd9]`[0xf7] [0xd4][0xd9][0xa1][0x89][0x5]b[0xa1]&*E[0x19]=T[0xca][0xd0] e[0x98][0xa6]`[0x9a][0x89][0xc4][0x8e][0xc4][0xf]Q[0x96]Eb[0xb1]@Q[0xcc]8[0xda][0x19]K$e[0x99][0xa2][0xd7][0x1e][0xc][0x1f]j[0x88][0xc4][0x92][0x86][0x19][0xb]F[0xb3][0xf6][0x94][0xce]0[0xb2][0x8d]T53[0x93][0xe6][0xd7][0x90][0xee][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xc2][0xd2][0xb1]V[0xdd][0xb8]8[0xa6][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb0]q[0xc][0xe3][0x1d][0xf2]A[0x89][0x96][0x88]2[\r][0x3][0xb8]W[0xc3]{[0xf1][0x7]r[0xee][0xdd][0x9a][0xa8][0x12]K3N2[0x13][0xb7][0x9a]X&tM,[0x17]+[0x14][0xb1]R[0x13][0xb7][0x89]UV[0x9b]2[0x3][0xc4][0x8c][0x85]4[0xb1][0x1a][0xf]ib[0x8d][0xa8][0x16]h[0xd9][0xcb][0x12]1[0xc6]y#[0xac][0x9b][0x6][0xcb]Lg[0x19]N[0x19][0xfa][0x90][0x19][0x1f][0xcd][0xb2][0xea]\[0x8b][0xd6]l[0xb6]@[0xaf][0x11]>[0x81][0xfd][0x3][0xf1][0x94][0x1e]4[\r]=[0x95][0xa0][0x6][0xfa].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xaf]k[0xd8][0xd8][0xb0]v[0xb0]i[0x83]~t$[0x12][0x1a][0xd1]G[0x82][0x9]=[0xa8][0x1f]0[0x89]JL[0x8f][0x8c][0x8e][0xa5][\r]h[0x85][0xa5][0x1e][0x1f][0xba][0xfe]9[\r][0xf2][0x8]U[0xa0]Y[0x1e][0x91][0x18][0xb1][0xfc]#56l[0x6][0xc3][0x86][0x9e][0x8c]K[0x7][0x88][0x1a]l[0xc1][0xb2][0xcf]\[0xbf]Vg=[0x1c][0x81]Q[0xb8][0x10][0xc3] d[0x9b]a[0x11][0xe1]>[0x4]9[0x16][0xca].[0xd5]f[0xb0][0xc4]Z[0x1]\[0xe7][0xe1]x[0x9c][0xa3][0xb0][0xf6][0x17]X[0xb3][0x87]I[0xc9][0xce][0x4]NI)[0xdc]P[0xf8][0x6][0x18][0x8b][0x1e]C[0xe9]e8[0x7][0x16]M[0xc2]u[0x11][0xee][0xa7]&Qp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xce][0x83][0x85][0xe6]I[0xa8][0x3][0xce]E[0xae][0xfb][0xce][0xa3][0xf0][0xbe]I[0xf6][0xda][0x13]([0xfa]4[0xb4][0xf1][0xc0]y[0x94]xKI[0xef][0xa9][0xbd][0x84]2[0x17][0xc4]8i&y[0xdd][0xa9][0x9d][0x80]w[0x12][0xe5][0xe3][0xdd][0x92][0xc0]'[0x9][0xea]l[0x2]*PAt[0x9a]P[0x8c].[0xe2][0xd2][0x87][0xf9]<\[0x8a][0xd6]De[0xc0]&[0xd2][0x85][0x7]P[0x86][0xb7][0x92][0xea]w8[0xf7]v"q[0x2][0xdb][0xf1][0x10]v[0xe0]][0xdc][0xf1][0xfb][0xdc][0xf1][0x1e][0xe2][0xf8]^*[0xfa]G[0x16][0x4]~[0xee][0xb8][0x1d][0xf3]0[0x84]a*[0xd7][0x8f]R[0xbe][0x8d]X0[0x19][0x88]X[0xc8]w[0x11][0xe3][0x83]8[0xc4][0xd5]([0xbf]*[0xe0]*[0xb]*[0x18][0x9d]7[0x85][0x12]8[0x84]B$[0xf9][0x88]c[0xcc][0x2][0xf9]0L[0x1b][0xa6][0x4]GU6[0xd9]6[0xa0][0xdf][0xa3][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]}[0x97]Q1p[0x11][0xb]&[0xb0]0[0xe0][0xdc]Z[0xdb]S[0xa5][0xd9][0xe5]lv[0xfb][0xdc]>[0xd7]i[0xac][0xa8][0xf7][0xb9][0x9b]6[0x17]T[0x16]L[0xa2][0xf2][0x14]J[0x96],[0xfa]0[0xf8]1~[0xc2]!N[0xb8][0xc5][0xd9][0xa9]oH8[0x16]I8.a[0xb1][0x13][0xd9]`[0x93]s[0x1a][0x7]?[0x8d][0xc]|[0x80][0xfe]p[0x8a][0x18]=[0x82][0x95]x[0x14][0xb5]x[0xc]k[0xf1]A[0xea][0xf9]!4s[0xae][0x5][0xa7][0xb1][0xb][0x1f][0x99][0xd6]%[0xca]-[\r][0xb][0xa4]|[0xb6][0xd6]E[0xd4][0xfb][0x8][0x8e]R[0xfa]bt[0xe2][0x18][0xe7][0x1c][0x96][0xfe][0xcb][0xe0][0x9a]"[0x8][0xbc][0xd9][0xe0][0xb8][0xf5]G[0x8f][0xb8][0x86]%[0xc4][0xe1]U8[0xae][0xd2][0x97]<[0xb2][0x93][0xb7][0x95][0x9e][0xe2]&[0xe9][0x1b]c[0xfe][0x9],9[0x5][0xb7][0xf3]q[0xbe]x[0x3][0xb5][0xde][0xaa][0x9],[0xcd]|/[0xeb][0xae][0xf5][0xea][0xd6][0xf7][0x82]:[0xef][0xf2][0x9][0xac]x[0x4]Z[0x9d]w%_,[0x8a]Z[0xef]m[0x19][0xe2]Z[0xef]*k[0xb6]d[0xd6][0xf2][0xea][0xcc][0xdc][0xf2][0xc][0x9d][0xeb][0xf1]i8ZiP[0xe0]c[0x84][0xfe][0xe3][0xf4][0xda]O[0xd0]f[0x9f][0xc4][0x2][0xfc][0x15]*1[0x8e][0xa5][0xf8][0x14]6a[0x2][p[0x89][0xee][0xf1][0x4]:[0xf0]$C[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe9]3T[0xf5][0xb3][0xb4][0xec][0xe7]-[0x88][0xf4][0xb4][0xe][0x16]D [0x87][0x3][0xf8]mQ0[0x1d][0xd1][0x1e][0x1a]AB[0xea]$[0xb7]j[0xb]R[0x96]Y[0xc6][0xae][0x84]T[0xe6][0xb6][0x1]f[0xc2][0x87]8[0xbe][0xd3][0xca]h[0xe]{[0xed][0xe4][0xf4][0xda]I[0x8e][0x12][0xd2][0x95][0x12]R[0x8f][0x5])[0x13][0x9f][0xc4]2[0x8d][0xa7][0xdb][0xc2][0xd3]Q[0xbc]o[0x6][0xcf][0xf7][0xcc][0xc2][0xf3]ayY[0xb5][0xb3][0x0][0x9][0x89]/[0x10]p[0xb6][0xd6]mvU[0xba][0xae]4[0xbb][0x9d][0xcd][0x5][0xbe][0x2][0x9f][0xfb]46T[0xba]|[0x5]M[0x9b][0x95]J[0x85][0x89]a[0xb3]Z[0xa9][0xfa]mm=[0x8b][0xf2][0xaa]S([0xad]T[0xd3][0xde]ZP[0xa9][0x8e][0x9f]( [0xd0][0xcf]xU[0x2];>;[0xe1][0x9]V6Q[0x84][0xc5]B[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x8c]ZQ[0x82]zQ[0x8a][0xb5]b[0x1e][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0xee][0xe4]Z[0x87][0xf0]Y[0xf0][0xb4]R[0xc6][0x15][0x4][0xf6][0xf][0xe9]I*[0x16][0x13]Z[0x19][0xd7]25[0x7][0xa6][0xfd],`[0xfb][0x99]|[0x93]I[0xd0][0xc1][0xbb],[0x18][0xd3][0x9e][0xb6]F&[0xc1]b(i[0x1f][0xcb][0xca][0x84][0xaf]a[0x5]3![0xe7]^A[0xa9]L[0x86][0x85][0xac]2l[0xbb]U[0x92][0xa3][0xcc][0xb0]1[0xcb]M[0xb6][0xf0]9[0x81]u][0x97][0xd1]D[0xff][0xb8]=P[0xeb][0xbf]2[0x81][0xf5][0xfe][0xee][0xba]+[0xad][0xce]f[0x97][0xcf]Uu[0x1a][0x15]u>W[0xd3]fwm[0xa5]{[0x2][0x1b][0xee][0xb6]b[0xf5][0x87][0xb5][0xe3][0x96]S[0xae][0xb2][0xb7]u[0xb9][0xb6][0x8a]%[0xd2]5[0x3]gP*[0x83][0x97]t[0xe][0xd2][0xbd][0xec][0x1f][0xb7])$PY[0xe1]*[0x96]0uW[0xa1]X,[0x85]O,#`:[0x1a][0xc5]r4sl[0x11]+[0xe9]S[0xab][0xb1]C[0xac]A@[0xd4][0xe0][0x1e][0xe1][0xc7][0x9b]9[0x86]E[0x1d][0x86][0x18][0x14][0x19][0xf0][0x1a][0x9][0x96][0xf4]#7[0x11]X[0x87][0xf7][0xe1][0xfd][0x9c][0xf7][0xa1][0x6][0x82]?[0xb5]RD[0x85]]-[0x2][0x8c]B9[0x7][0xfa][0xf9][0x8a][0x95][0x92]p[0xeb]%[0xb4]: [0xdf][0xee][0x98]~[0xbb][0xf3][0x12][0xb6]9 SL[0xb9][0xd5][0x2][0xb5][0xb1][0xfd][0xd9][0x91][0xe6][0xe5][0x1a][0x8a][0xeb],\[0xce][0xb]p[0xf8]/@Y|[0x1][0x85][0x93]h[0xef][0xe1][0xe1]e[0xf5][0x97][0xd1]1[0xe0][0xdd]y[0x11]wM[0xa0][0xf3]2v[0xd1][0xfe]][0xdd]gQ[0xd6]#yt[[0x1a][0xb7][0x9f][0xcd][0xc6]>[0x9c][0xe1][0x8e][0xb3][0xac][0xae][0x17][0xd8][0xa8]^[0xa4][0x1].[0xb3][0x9a]<[0xc5]j[0xf0]9V[0x83]/2[0xff][0xbe][0xc0][0xd6][0xe3]E[0xb6]]_g[0xb][0xf6]]6a[0xdf]gd[0xfe][0x88][0xb1]9hU[0xc2]"[0xca][0xf0][0x10][0xfe][0xcc]J`kI[0xfd]!|[0x98]Zl[0xa7][0xab][0xfd]9[0xdf]\[0x94][0xee][0x18]g[0xef][0xb1][0x9a][0x1f][0xd9][0xc4][0x9d]&[0xdd]S[0xac][0xf3][0x1f][0xc1]_[0x90][0xee][0x5][0xfe][0x9d][0xe1][0xd9][0xe]r[0xd7][0xf0]Q[0xca]![0xbf]w[0xda];TV[0xa5][0x8f][0x91][0x93][0xe0][0x99].[0x9b].Sc[0xd2][0xa7][0x9e][0xb4][0xab]|/%[0xfb]ok[0x92]$[0x9f][0xbc][0x6]Ma#[0xe2][0xc0]_[[0x1e]:N[0xc0]d[0x83].[0x8]f[0xf][0x8f]Y[0xf8]kPK[0x7][0x8][0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.class[0xad]T[0xdb]n[0xd3]@[0x10]=[;q[0x93][0x98]4[0x94]k[0xb9]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0xb5][0x98]K[0x85]@[0xa9]"[0x85]P$[0xa4]p[0x91]R[0xf2][0xbe]qV[0x8e][0x83]kG[0x9b]uE[0xff][0x81][0x9f][0xe1][0x5][0x4][0xf][0xa8][0xcf]|[0x14]b[0xd6]6[0x82]B[0x5])[0xe2][0xc1];[0xbb][0xb3]3[0xe7][0x9c][0xd9][0x9d][0xf5][0x97][0xaf][0x9f]>[0x3][0xb8][0x87]f[0x11][0x16][0xae][0x94]`[0xe2][0xaa][0x85]k[0x16][0xae][0x17][0x91][0xc7][0xaa][0x85][0x1b][0x16]nZ[0xa8]2[0xe4]7[0xfd][0xd0]Wm[0x6][0xa3]V[0x1f]0[0x98][0xdd]h$[0x18][0x96]z~([0x9e][0xc7];C![0xb7][0xf9]0 [0xcf]r/ry0[0xe0][0xd2][0xd7][0xeb][0xcc]i[0xaa][0xb1]?c[0xb0][0x9f][0x86][0xa1][0x90][0xdd][0x80][0xcf]f[0x82][0x96][0xf7]{[0x91][0xf4][0x1c]>[0xe5][0xee]X8A[0xe4]y~[0xe8]i[0xbb]1qb[0xe5][0x7]N?[0x92]J[0x8c]:R[0xf2][0xbd][0xbe][0x92][0xb4][0xf9][0x8c]OW[0xef][0xb4]H[0xb]w]1U[0xc]/k[0xbd][0x9][0xdf][0xe5]N[0xc0])3[0x8d]i[0xfd][0xe4]y1[0x9c][0x8]W[0xb5][0xfe]F[0xf3][0x1d][0xbb][0xa5][0xb]3^[0x8b]=][0xc5]o[0xb8][0xc][0xb9]][0x1e][0xc4][0xe2][0xe0]fF[0xc1]Pr[0xa3]P[0x89]7[0xea]1W[0x9c][0xa1]>7'[0xc3][0xc3][0xda]![0x92][0xe7][0xf0]h[0xb5][0x85][0xbe][0xef][0x85]\[0xc5][0x92]d[0xbd]=r[0xe5][0xdb][0xd2][0xef]F[0xe1],[0xde][0x11]r[0xf3][0xbf][0x1e]d[0x9b][0xca]*[0xf6][0xa3]X[0xba][0xe2][0x89][0xaf][0x1b]`[0xe5][0xb0][0xbb][0xbc][0xa5][0x9][0xa8][0x87][0xb6]B7[0x88]f[0xda]'[0xd4]8[0x1a]Y[0xa8][0xd9]([0xa0]h[0xa3][0x8e][0x6]C[0xe5]Wa[0xc][0xd5]9u[0xd8]8[0x8e]e[0x86][0x8d]i[0xb3][0x3][0xc4]i[0xfd]t[0xad]s[0x9f]'[0xc3][0xdd][0xa3][0xb3]2,Nc5H[0xbb][0xac]:Wo[0xd7][0x7][0xb8]M/[0xd5][0x2][0xe5][0xd2]C6[0xe8][0xa3][0xa3][0xa3]U[0x89]f[0xe]YF6[0xd7][0xf8][0x0][0xf6][0x8e]&[0xb][0xb0]i[0xcc]'[0xce]6[0x8e][0xd1]h[0xa7][0x1]([0xa3]B[0x96][0xe9][0x3][0xcb][0x92]_[0x11][0x98][0xa9][0xe1][0xd6][0x9b]k[0x1f][0xb1]`[0xe0][0x7]@[0x91],[0xd0]![0xc6]G[0x9]H#[\r][0xcc]@[0xf4][0xec][0x4]N&[0xc0][0x5][0x9c][0xc2][0xe9]$[0xba][0x80]38[0xb][0xa3][0xd2]![0x8a][0x95][0x8c][0xe2][0x1][0xe5][0xe9][0xcc]r[0xa3][0xb9][0xf]cm}[0x1f][0xe6]{[0xe4][0xfe]$[0xb4][0x9c]q[0x98]8[0x97]D[0x9d][0xc7][0x85][0xc4]^[0xc4][0xa5][0xc4]{[0x99][0xc6][0xa5]D![0xfd]%[0x12]-[0x8b][0xdf][0x0]PK[0x7][0x8][0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap.class[0xa5]Z[0x9]|T[0xd5][0xb9][0xff][0xbe];[0xcb][0x9d]L.[0x90][0x4][0x92][0x0]3[0x81][0x1]Y[0x92][0x99][0x84]M[0xf6][0x84]@[0x88],)!,[0x9] [0x8b][0xc2][0x90][0xdc]$#[0xc9]L[0x9c]LD[0xb0]V[0xa5]t[0xb1]j[[0xdb][0xda][0x8a][0xb8]bm^[[0xaa][0xb8]%PZ[0xd1]n[0xda][0xf5][0xf5]uvo[0xb5][0xaf][0x8b][0xad]m_[0xdf][0xeb][0xab][0xa5][0xf2][0xfe][0xdf][0xb9]w[0xee]L[0xc2]Db[0xeb][0x8f]9[0xe7][0xdc]s[0xcf][0xf9][0xce][0xb7][0xff]s[0xe3]W^[0xff][0xf4]3Dt9[0xdf][0xa7][0xb3][0xc7]O[0xcc]^?U[0xb3][0x9e][0x87][0x91]O[0x9a]<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xfc]:[0xe7][0xeb]l[0xf8][0xc9][0xc7][0xba][0x8f][0xc7]H?V[0x9a]q[0xd2][0x14][0xf8]I[0xe7]B[0xd9]Z$k[0xc7][0xcb]hB>[0x17]s[0x89][0x8c]Jen[0xa2].[0xf7][0xd3]4.[0x94][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xc3]~[0x9a][0xc9][0xba][0xac][0x88]HS)[0xd3]U~[0x9e][0xc3]s[0xe5]q[0x9e][0xce][0xf3][0xa5][0xc7][0xd1][0x95]"[0x9][0xf3][0x2]i.[0xf7]S[0x19]/[0x94][0xa3][0x17][0xc9][0xe3]bY[0xbf]DFK[0xa5]Y&[0xcd]r?Ws[0x8d][0xf0][0xb9]B[0x1e]ku^[0x99][0xcf][0xab][0xb8].[0x9f]Ws[0xbd][0x9f][0xaf][0xe0]52[0xbd]V[0x94][0xb3]N[0xa4][0xf6]J[0xb3][0xde][0xc7][\r]>~[0x8b][0xc]7[0xf8][0xb9][0x91]7J[0xd3]$[0xcd]&[0x9d]7[0xfb][0xa9][0x81][0xb7][0xe8][0xbc]U66[0xfb][0xb9][0x85][0xb7][0xf9]y;[0xef][0x90][0xe6]J[0x9d]w[0xfa]x[0x97][0x9f]6s[0xa1][0x8f]w[0xcb][0xd4][0x1e]Y~[0x95][0xce]W[0xfb]y/[0xef][0xf3]qTv[0xec][0x97][0x87]V[0x9d][0xdb][0xfc][0xb4][0x9b]u[0x9d]M&[0xa3]![0x1e]7[0x93][0xf5]][0xd1][0xde]^[0xb3][0x97]i[0xe2][0x15]k[0xd6][0xd6]mkl[0xd9][0xdb][0xd0][0xd4][0xd0][0xd2]P[0xd7][0xb8][0xb7][0xbe]ns]}C[0xcb]N&n`[0x1a]S[0x9f][0x88][0xf7][0xa6][0xa2][0xf1][0xd4][0xf6]hW[0x9f][0xe9][0x82][0xa5][0xdd]L[0x5][0xbd]f2[0x16][0xed][0xda]n&{c[0x89][0xf8][0xb6][0x86]+[0xb0][0xf6]-[0x9e]SK^[0xb8][0xb3][0xf7][0x95][0xc8][0x8f][0x98][0xf4][0xf5]u[0xcd][0xeb][0xb7][0xd7]5[0xca][0xf2][0xa9]x[0xdc][0xbc][0xad]eo]c#S[0xa4]1[0x91][0xec][0x98][0x1b][0xed][0x89][0xb6]v[0x9a]s[0xbb][0x12][0x1d][0x1d][0xb1]x[0x87][0xf4][0xb][0xaf][0x99][0xdb][0x97][0x8a]u[0xcd]mI[0xc6][0xe4][0xbc][0xbe]n3Y[0xcd][0x94][0xd7][0x1c][0xeb][0x88]GS}Ip}x[0xf4];k[0x1a][0xaf][0x89]^[0x17][0x9d][0xdb][0x15][0xc5][0x8a][0xe6]T[0x12][0xb][0xab][0xb3]f6[0xed][0xbf][0xc6]lMU_[0x82][0x9c][0xb5]oc[0xb4][0xa7][0xba][0x16][0x8c]x[0xd6]l[0xdc],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xbf][0xfb]b[0xd2]L[0xde][0xb5][7[0xed]Z[0xd3][0xc4]T[0x94][0xeb][0xad][0xfb][0x80]y[0x8]j[0xf6]^'[0xfa][0xeb][0x1d]F[0xc3]f[0x6][0xab]zc[0x87]!e^[0xaa]3i[0xf6]v&[0xba][0xda]0[0x8e]uw[0xf7][0xa5][0xa2][0xfb][0xbb]0[0xcf][0xbb][0xe4]9e&[0xa3])P[0x5][0xb5][0x9a]X<[0x96][0xaa]er[0x95]Wl[0xc7][0xee][0xfa]D[0x1b]V[0x8d]k[0x8c][0xc5][0xcd][0xa6][0xbe][0xee][0xfd]f[0xb2][0xc5][0xda]W[0xd4][0x98]h[0x85][0x9d][0xa2][0xb0][0x16][0x9e][0xed]Iw[0xaa]3[0x6]F[0x16]^J[0x5][0x89]d[0xca]l[0xab]K&[0xa3][0x87]2[0xda][0xc0][0xee][0xf2][0x6]9r[0x9c]0[0x0][0x1f][0xa8][0x17][0x2][0xb1][0xd4]!xJs*[0xda]z[0x0][0x8b][0xd4]1H[0x6]8[0xa2][0xfc][0x12]gl5[0xa3]m[0x9b][0xe2]]Y[0x7][0x8]mO"[0xd5]i&[0x99][0xe6][0xbf][0xe9][0xdd]:[0xb7]C[0xe8]rK[0xc3]j[0x8d]C[0xd3][0x8c][0xa7][0x92][0x87][0xc4][0x94]V_G[0x2]K[0xcf][0x8a][0xee]7e)|[0xd2][0x88][0xb9][0x97])[0x94][0xa1][0xa3][0xbe][0x9a][0xc8]5[0xb][0x8a]o[0xcb][0xda][0xee][0x85]E[0xcc]x[0x9b]Blox[0x18]Z*[0x91][0x85]s[0xe1][0xc8][0xcc]k[0x9f][0xba][0xb5]6[0x9b][0xa9][0xe1][0x97].LU[0xf]Q[0x83]Z[0xe3][0x8b]9[0xc2][0x97][0xc]Y[0x9e]V[0x8a][0xa0]K[0xa0][0x1][0xa9][0x89][0xa8][0x84]q[0xd5][\r][0xad][0xf2]N[0xb9][0xf2]Z`7[0x1d]`[0x8a][0x8c][0xb2]5[0x12][0xad][0xbb]=&w[0x81]pN4[0xd1][0x90][0x1b]|[0xe9][0xea][0x82][0xb8][0xa9]}[0xd8][0x1d]+[0xbd]"[0x17][0xd0]p[0xc1][0x8]LKs,c[0x2][0x8e][0xc][0xc6][0xfe]X<*[0xfa][0x8b]&[0x5]N[0x8f][0x9e][0xdf][0x86][0xa1][0xa9][0xf6]Po[0xca][0x84]#[0xe4]EE[0xfe][0xd6]D[0xcf]![0xa1][0x95][0x83]T.[0xea]"{[0xf9]h[0x11][0xb0][0x82][0xf0][0xe2]U[0xc3]nt#[0x8b][\r][0xea][0x15][0xa3][0xc6][0x94]L[0xcb]FE5[0xf7]9Y[0xc9][0xdb][0x9a][0xed][0x1d]5[0x97][0xbb][0xc4][0xd3][0xeb][0xdf][0xc8][0xd3][0xab]F[0xe5][0x14][0x99][0xf5][0x93]G[0xc6][0x83]H[0x7]mf{[0xb4][0xaf]+[0xb5]#[0x1b][0x84][0xfa][0x14]$m[0x88][0xa7]F[0xc0][0xcb][0x8e][0x84][0x16][0x80][0x88][0xa7][0xcc][0xe][0xd1][0xd8][0x84][0xb8][0xfa][0xa0][0xb6][0xa9][0xbd][0x11]i[0x8],[0xec]2[0x93][0x9][0x8]^h[0x1f][0xb1]5[0xb]3[0xea][0x2] [0xd5][0x1][0xae][0xe][0x9][0xc7][0xca][0x11][\r]#[0x17][0x91][0xbe]^[0x8]%]#^[0xc9]Iy[0xd8][0x94][0x1e][0xcf]CP[0xbe][0x99][0xdd][0xf2][0x85]jh*[0xb1][0x5][0x90]/v[0x7][0xa3]I[0xe4][0xa8][\r][0xa3][0xfa]D0:g[0xa0]i[0xc4]T[0x8d][0xdf]Ud[0xd0]d[0xda]K[0xfb]0[0x8e][0x12][0x91]F[0xfb][0xf1][0xdc]Jm[0xce][0xb3][0x89][0xe7][0x8e][0xac][0xf7][0x9d]x[0x6][0x10][0xc2][0xf3][0x1][0xf5][0xdc][0x85]g[0xe0]8[0x8c]'S[0x82]z[0x9c]u[0xd3][0xe9][0x88]@;[0x8c][0x8f][0x8][0xba]S=[0x0][0x85]z[0xd7]g[0xf7]@Fc[0xc3][0x91]g[0x89][0x7][0xa9][0xb0][0x9f][0xa6]D[0xbe]D[0x93][0xc3][0x91]3T[0xc4][0x4][0x16][0x7]i|[0xe4][0x9][0x9a][0x10]>C[0xc5].[0xca]0;[0x8b][0xf2][0xd0]vf1[0x1b][0xa3]I[0xb0][0xd9][0xc][0xd8][0xac][0x1c][0x16][[0x4][0x8b][0xad][0x84][0xb5]2L[0xaf]r[0x98]^E[0xef][0xa0]w[0xda]L[0x17][0x90]v[0x1][0x9b][0x84]i[0x9d][0xde]%[0x16][0x16][0xbe][0xdf][0x8d][0x1d][0xc2][0xf7][0xaf]p[0x9a][0x1b][0xfd][0xb6][0x8b][0xf9][0x16][0xe]K[0x1c][0xe][0xcf]P)[0x3][0xec]Md[0xda]Xy[0x86]&1[0x1d][0xa3][0xcb]0[0x98][0xcc][0xc0][0x84][0x81][0xa6]p[0xd5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xb0][0xc][0x83])L[0x3]4[0xb5][0xff][0xc2][0x8b]"[0x8c][[0x9]3[0x9d]|h[0xaf][0xcd][0x12]&IS[0xe1]P[0xb5]p[0xa7]-p[0xa5][0x16][0xb8][0x91][0x8][0x12][0x2];[0xb5]4[0x9e]n[0xa5][0xdb]H[0xfe]p[0xb1][0xcd][0x11]i[0x1b][0xdd]Nw[0x80][0xf5][0xf7][0xda][0xe2]Z[0xab][0xde]g[0xaf][0xba][0x9d][0xde]o[0x8b][,[0xe2]F[0xc8][0xa5][0xc4][0xbd]S[0xa7][0xf][0x10][0xbd][0x6]}Y~[0xfe]A[0xfc]>[0xe4]x[0xe7]Fl[0x16];[0x16][0x85][0x9f][0xa2][0xd0]1[0x1a]s[0x96][0xa6][0xed],[0x9a]>H[0x97][0x9d][0xcb]Xa[0xac]:[0xe0][0x10][0x1c][0xe7]0[0x15]b&[0xe3][0xad]E6kG[0xd4]Z.[0x4][0xe9][0xbb][0x1c][0xd2][0x1b]l[0xc7]/[0x0][0xe9][0x19][0xc7]([0xff],[0xcd][0x84][0x8b][0xce][0xba][0x88][0xf0]M |3[0x8d][0x3][0x91][0xc][0xe1][0x82][0xa1][0x84][0xc7]a[0xf2][0xc3][0xe][0xe1]#P[0xa1],[0xba][0x1c][0x84]=[0xb0][0xd3][0xc7][0xc8][0xfd]8L7[0x1b][0xbf]r[0x99]r[0xa1][0xa9][0xe0][0xd3][0x14]F[0xef][0xcd]<[0xb8][0x9e][0xa6][0x8a][0xcc][0xd9][0x96]5[0xde][0x89]0|[0x17][0xac]q+[0xce][0xf][0xb4]y;[0xb4][0x7]UA[0xc3][0xb][0xa0][0xd7][0xc]?[0x97][0xf][0xe5]'[0x1f][0x93][0x1f][0xa1][0xbb][0x1d][0x1d]j[0xca][0xf7][0xe0][0xde][0x3][0x14]9N[0xba][0xbb][0x9f][0xdc][0xae][0x93][0xce]Q^E[0xe2][0x83]Y^:[0xd6]1[0xe9]X[0xf8]P[0x8f]m6[0xf]i[0xc6]*[0xdc]a[0x11][0xf0][0xc7]m[0xd7][0xfc][0xbd][0xed][0x9a]5g[0xa9]rgx[0x80][0xaa][0x6]iN[0xa3]kEP[0x86]' qp[0x80][0xe6]6E[0xa4][0x9b]W[0xf5]B[0x1f][0xb3])[0xcc]%V[0xef]<[0xe2][0xe3]'[0x1d][0x2][0x96]Y[0xfa][0xb3]6{[0x9c][0xcd][0xfd][0xf4]o[0xb6][0x5]b[0xe8][0xc5]K[0xc7]+[0xe3][0xae][0x8][0xde]K[0x1e]>%[0x8e][0x15]\p[0xca][0xb1]p[0x91]2[0xd2][0xa7]@[0xf2]Q[0xf0][0xf5][0x18][0xc9]E8[0x1d][0xca][0xd8][0xea]X{[0xbc]mm/[0xd2][0xe8][0xc7][0x95]j[0x8f]X[0x8c][0x9c]'#][0x87]>[0x81][0xf7][0x9f]tx_m[0xf3]>F[0xdc][0xf8][0x9e][0x11]\k K[0x86]1Y[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xca]W[0xe][0x85];[0xaf]M[0xef]np*<-sb[0xc7][0xa3][0x9d][0x8c][0x4][0xcf][0xe5]'[0xe5][0x90][0xfb]U[0xc0]z\[0xb][0x9e][0xb7]O[![0x8f]Ay[0x15]9M[0xb]3g[[0xde]t[0x16][0x2][0x6]g?[0x83][0x98]=[0x87][0xcc][0xf3][0x1c][0x12][0xcf][0xe7][0xb2][0x84]_[0xe6][0x8][0xbf][0xcc][0x16]>[0x2][0xcf]z[0xd4][0x11]^'[0xb7][0xe1][0x1b][0xf].5[0xb9]l[0xf]K[0x1d]%[0xc3][0x19]r[0x81]!m[0xb8][0xf8]_[0xca][0x12][0xbf]d[0xa8][0xf8][0x13][0x94][0xf8][0x8f][0xd3][0x13]6[0xe1]3[0x10]_L[0xb5]2;_(5[0xe4]K[0xb6]([0x18][0xa4]E[0xca][0xce][0xb5]e[0xc7]Q[0x8d][0xf0][0xae],[0xd2],[0xc6].[0xab]l[0xee]'#\[0xa6][0x1d][0x89]T[0xe][0xd2][0xe2]L[0x1a][0x9]C|[0xa2][0xaf][0x82][0xe8][0xd7][0x90]P[0xbe][0x1]O[0xf8]w([0xe6]? [0xfc][0xb7]Pp[0xbe][\r]a[0xbf][0x83]*[0xf5]=[0xa4][0xea][0x1f]8![0x86][0xe3][0x1d][0xa5][0xac][0xb4][0x95]"#[0x9];[\r];[0xa7]*[0xdf]p)[0x19]|[0xe4][0x9a]|[0x1e][0x15][0xc6][0x87]7O[0xd2]S[0xb6][0x18][0xfd][0x90]\[0xe8][0xac][0x83][0x8]K[0x84][0xcd][0x80]j[0xdc][0xfb]D_[0x81][0xb6][0xd3][0xb4]T[0x98][0xe][0xa8]f[0xe8][0xa4]'P[0xa9][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T5[0x87]wb[0xde][0xbd][0xcf][0xce][0x8a]Z[0x16]:[0xf8]![0x88][0xff][0x8][0x85][0xf6][0xc7]4[0x87]~[0x2][0xf6][0x8a][0xf8][0xff][0x19][0xad][0xa5][0x9f]g[0x89][0xb0][0xce][0x11]a[0x9d]b[0x97][0xd5]H[0x84][0xd1][0xd4][0xc8][0xca]!LO;[0xf0]`[0xd0][0x86][0x7][0xc8]W[0x8f]P[0x1][0xea][0xbf][0x81][0x82][0xba]L[0x8a]h&}[8!d9{[0x16]\[0x8][0xda][0xc3][0xe5][0xfd]T[0x88][0x9d]cr[0x81][0x85]9H D/[0xc3][0x4][0xbf]A[0xa0][0xfd][0xe][0xa8][0xe6][0x15][0xe4][0xa0]? [0xd3][0xbf]J[0x15][0xf4]G$[0x92]?C[0xc9][0xa1]z[0xfa][0x1f][0xa4][0xec][0xbf]f[0xa5][0xe3]&G[0x96]&[0xc4]R[0x1a]4[0xe8][0xe4])[0xa2][0x90][0xc][0x96][0xc][0x2][0x1]XB<*^E[0x82][0x15][0xa0][0xcb]g"[0xe0][0xf3][0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]/[0xf8],[0x95][0x9]n[0xb0][0x86][0xd5][0x82]y[0xec]R[0xe4]q[0xc9]2[0xa8]?b[0x97]#ozB[0x16]W@[0xff]j[0xd3][0x10][0x94]fU[0xa7][0xd7][0xe0][0xd4][0x87][0x1c][0xe7][0xf1][0xfc]:j[0xd0][0x5][0xba][0x82][0x99][0x1a]Y[0xa3][0x16]ve[0xf1][0x9f][0x8d][0x10][0xde][0x81][0x11][0xa7][0xeb][0xd4]t[0xbc]>[0x93][0xe6]];[0x0][0xde]A[0x96][0xc5]!<[0x1b][0x85][0x91]&a@[0x94][0xbd]o[0xb1];\[0xec][0xb6][0xb0][0xa2][0x92]L[0x82]A$[0xb]g$[0xb];[0x92][0xb9][0x17]{[0x10]$UR[0x84]>J[0xdb]*[0x95][0x90]iJ[0x10][0xab]J[0x9][0x99]51zM[0xb8][0x16]{[0xfa]i[0x9d]E[0xd1]5[0x84][0x9c]k8-[0x95][0x90][0x86][0x91][0xcb][0x9a][0x93][0xe1]bo[0xb1][0xb7][0x18][0x8]y[0x9b][0xf0][0xee])[0xf6].@d/[0xd6][0x8b][0xf5]{[0xe1]O[0xc5][0xba]v[0xc4][0x9e][0x95][0x9d][0xe8][0x10][0xd7][0xfd]4[0xa3][0xd8]s[0x8c][0xa6][0xaa][0x17][0xba][0xfd]Z[0xc5][0x8b]z[0x92]U[0xcd]G[0xbd][0xa8][0xaa][0x9f]HsP[0xec]N[0x3][0x8d][0xcc]S[0xc6][0x8c][0x87][0x11]P[0xc4]^[0x94][0xc][0x9d][0xfc][0x88][0xe1]b[0xce][0x3]2[0xf4]S[0x18][0x8]b[0x11][0x1b][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa6][0x9e][0xb][0xa8][0x89][0x8b]h/[0x8f][0xa7][0x1e].[0xa1][[0xb8][0x94]>[0xc0][0x13][0xe9][0x1e][0xe][0xd0][0x83]\F[0x8f][0xf2][0x14][0xfa][0xc]O[0xa3]o[0xc2][0x9a]/[0xf1],[0xfa][0x13][0xcf][0xa6][0xd7][0xb9][0x9c]]\[0xc1]A[0xe][0xf3]4[0x8e][0xf0]\[0xae][0xe4][0x15]<[0x8b][0xeb]y[0x1e]o[0xe1][0xf9][0xbc][0x97][0x17]([0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0xbf][0xe][0xa7][0x97][0x0][0xd5][0xe9][0xb7][0xb4]S[0x15]t[0xaf][0xf8]@[0xda]e0[0xb2]\[0xc6][0xc3][0xbb][0xe9][0xd3][0xb8][0xe7]h[0xe0]t;[0xd2]z/d([0xe6][\r]H[0xee][0xfb][0x10][0xf0][0xf5][0xe0][0xe4][0xb3][0xb8][0xdd]x[0x94]kM#[0xfd]uZ[0xa5][0xd3]3:[0x9d]C[0xed][0xda][0xcb][0xa7][0xfa][0xf3][0xa0]p[0x9e][0xe6][0xf3]k[0x14]zM[0x5][0xc9][0xb3]N[0x9][0xdf]b[0x83]L[0x95][0xce][0xc5][0x8d][0x1e]B=[0x93][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x9]X=[0xc][0xf][0xf2]"[0xca][0xe7][0xc5]8z[0xe9][0x8]i[0x1d][0xb4][0x0]p[0xe5]K[0xb6]M[0xfe]A[0x1c][0xa7]@R[0xc6][0xaf][0xc3][0x1][0xdb]i[0x3][0x96][0xc7][0xbe][0x91]G[0x85][0x3]v[0xe8]i[0x99][0xd0][0xe3]jHS[0x3]M[0xd4][0xe2][0x82][0xb2][0x12][0xf9][0xb7][0x8e][0xca]y5-[0xe6]+[0xa8][0x9a][0xd7]d[0xa5][0xc1][0x1a]'[0xf4]jP[0xf6]$[\r]zh[0x9]}[0xde][0xd2]#@[0xe4][0x17][0x94][0x1e]5[0xf9]|ls[0xbb][0xdd]F[0x8b]%[0xea][0xdc][0xe1][0x8c]f[0xf8]P[0x98][0x2][0xfa][0xf7]p#[0x8d][0xe1][0x8d]PHSV[0xc8][0x97]8[0xe7][0x96][0xa0][0xfe][0xed]S([0xe1]yz[0xc1]>[0xe3]e[0xd8]X[0x8a]o<[0x1b]![[0xf8][0xe5]8[0xed][0xce][0xae]}AU[0x1e][0xac][0xf2][0xee]n[0xb][0xa6]K[0x87]5[0xed][0x1d]6[0xed][0xb1][0x1e][0xb9]9[0xed][0xef]j[0xac][0xca]H[0xdb][0x10]p[0xbd][0x0]f#[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]5[0xc3][0x98][0xdb][0xa9][0x90]w[0x80][0xff]+qe[0xda]Ie[0xf0][0xb3][0x85][0xbc][0x87]6[0xf0]U[0xb4][0x83][0xaf][0xa6]V[0xde]K[0xdd][0x1c][0xcd][0x82][0xc]qG[0xb6][0xb8]][0x1d][0xb]q[0xbf][0xff]x[0x16]d[0xd0][0xf2][0xcf]STD[0xfe]2}[0xc5][0x16]y[0xb7][0xad][0xd6][0xe2][0xc0]q[0xdc][0x80][0x85][0xb9][0x87]l[0xa4][0xe6][0x9]d!5[0xcb][0xc5]L[0xc0][0xad]v[0x1a][0xcb][0x9d]Y[0x1a]-vN-[0xb6][0xb][0x9a][0x9c][0x85][0x9b][0xb7]![0x7]}[0x15][0xf5]][0xbb][0xc4]A[0xde][0x8b][0xf][0x8a][0xe3][0xa0][0x4][0xe][0xba]v[0x94][0x7]Y[0x10][0xf0][0xeb][0x98]K9`([0x1b][0xbe]V[0xc][0x83][0xaf]|]N[0xf8][0xfa][\r][0xa0][0x10][0x8b][0xdb]/[0xd8][0x80]g[0xa9][0xa0][0xe7][0x19]rsP%+[0x10]QV_`[0x1][0xd9]3T[0xe3]"u[[0xf8][0xa5][0xdc][0x92]f[0xf4]S~[0x93][0x1a]T[0xe1][0xb2]&[0x1e]=[0x1b]L[0xa4]/[0x11][0xea]N[0xce]o[0x85][0xcc]o[0xa3]q|[0x13]MC?[0x9b][0x8f]P%[0xbf][0x9d][0xe6][0xa2]_[0x84]~[0x9][0x1f]u[0xec][0xa9][0xa3]M_#[0x96]:[0xa2]/[0xa5]o[0x2]%e[0xae][0x11][0xd6][0xcc][0xb7]le[0x8c]%[0xf7]y[0xdc]f^[0xa3][0xa9][0xeb]t[0xfa][0xb6]n[0xab][0xe5];J[0xb2][0xef][0xda][0x92][0xfd][0x12][0xfc]xH[0xbe][0x8a]([0xc9]j[0xcb],[0xc9][0x82]J[0xb2]2%Y[0xd9][0x2][0xdc][0xce]W[0xb8][0xe9][0xa8][0xb][0xa2][0xfd][0xc2][0x16]m[0xcc]r[0xb7][0x1a]MrC8[\r]$[0xca]q[0x83]![0xfc][0x16][0xa8]>[[0xc8][![0xe4]m[0x10][0xf2]v[0x9a][0x8e][0xbe][0x9c][0xdf]GU[0xfc]~[0x9a][0x87]~[0x9][0xfa][0xe5]|[0xa7][0x93][0x8]t[0xa4][0xc4][0xfb][0x15]h[0x1b][0xfa][0xdd][0xe4][0x9b][0xea][0x3][0x93][0x8c][0xbe][0xa7][0xc0]][0xfa][0xe6]n[0xbd][0xfb][0xbe][0xf3][0xee][0x7][0xb6]k;[0x82][0x87]D[0xf0]<[[0xf0][0xff][0xc4][0xba][0x17][0x81][0xca],[0xf8][0x93]}'[0xdc][0x13][0x9][0x3][0xbd][0xbb]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0xba][0x7][0xc9][0xed][0xa4]@[0xa4][0x8d]R[0x94]+[0xf1]{@fD+[0xea][0xa6]8[0xdf]RJ[0xa5]jOS[0xad]Zo[0xab]H[0xb5][0xe9]9[0xa5][0xaa][0xaf][0xbb]3[0x10]{9x"[0xbe][0xb][0x9a][0xf8]0[0x18][0xbb][0x1b][0xbe]|[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]8[0xc2][0xf9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]}[0xd0][0xcc][0x3]0[0xfd][0x83]T[0xcb][0xf][0xa1][0x9c]=L[[0xf9][0xa3]@'[0xf][0xd0].[0xee]w[0xb4]3[0x83][0x16];[0xda][0xd9][0xe3]hg[0xf]0[0xe6]}[0x90][0xa9][0x18]hQJ[0x90][0xa5][0x81][0xf1][0xa4][0xeb][0xbe][0xf3]T[0x88];[0xe2]yb[0xe][0x8c][0x97]b[0xc2][0xf2][0xd7]2[[0xfc]>[0x1b]F[0xce]/[0x98]YS05[0xd0][0xa9][0xe0]Kz[0xe4][0xb1]r[0xfa]Jg[0xc2][0xeb]L[0x4]2[0xa1]S"[0x8e][0xc3]'[0xc9][0xc5][0x9f]Bj}[0x14]%[0xf9]1[0xb8][0xee][0xa9][0xac][0x18][0x9d]os[0xe9][0x2][0xaa]|@[0xc5][0xa8]_[0xfe]j[0xe7][0x14][0x1c][0xcb][0x2][0xb3][0xdd]+[0xa0][0xe1][0xc0][0x9][0x9a]Z05[0xd8][0x19].[0xb3]o(y[0x18][\r][0xd0][0xaa]}+,[0xbf][0xb]f[0x94]i[0x1d][0xfc][0x14]i[0xfc]4[0xe5][0xf1][0x0]ME?[0x13][0x90]![0xad](w[0x96][0x1b][0xcd][0xb6][0xbf]6[0xca][0xe8][0xa7][0x8a][0x5][0x8d]f*f,E[0x5][0xe4][0xaa][0xed]f[0xde][0x8a][0xab][0xb6]G[0xee][0xd4][0xe7][0x18][0xe0]Pc8[0x8f][0x8e][0xc5]?[0x3]Z[0xb7][0xb8][0xfd]#[0xc8][0x9][0xc1]V[0xf9]FX[0xc8][0x0][0xb3]u[0x8d][0x91][0x82][0x1b][0x6]h[0xf5][0xe]'[0x1f][0xd4][0x6][0xef]'[0xa4][0xa8]~[0x80][0xf2]w[0xd8][0xa9][0x1][0xc3][0x82][0x15][0xb2](b%[0x9]8[0x9b][0xaf][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]N=[0xe][0xd0][0x1a][0xeb][0x3][0xc3][0xb3][0x91][0x82][0x1b][0xd5][0xb2][0x1][0x1a][0x93]I[0xea]^[0xc4][0x9f]E[0xf6][0x6][0x15][0xf4][0x1c][0x5][0xf9]Y[0xb8][0xcb]s[0xc8][0x14][0x9f]G[0xf0]|[0x81][0xb6]`n[0x7][0x89][0xae][0xe6][0xe7][0x9d]L1[0x1][0xd0]<[0x9d])Zm[0x3][0xe4][0xd3][0x95][0xf4][0xb][0xc4][0xba][0x95][0x17]f[0x92][0xe7][0x1f]4A[0x7][0xe]*[0xda][0x8b]V[0x4][0xb7]>r[0xbd][0xc4][0xf2][0x81][0xe1]%[0x9d][0x1e]z[\r][0x91][0xab][0xa1][0x0][0xfe][0xca]J[0x13][0x0]U[0x16]8[0xe8][0x3]k[0x9d]rX(B[0x15][0x0][0xef][0xe][0xd0]:\[0xec][0x94][0xc8][0xcf]`,[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xd6][0xbd][0xb3][0xde][0xd1][0xcf]2G)[0xeb]#g[0xa9]a[0xa7][0xa5][0x83]Az[0xb]&[0xfa][0xa9][0xb8])\[0x15][0xb4][0x16][0xc]Rc[0x4][0x86]][0xaf]T[0xf3]E[0xc9][0x9e][0xeb][0x81][0xba]P[0xed]l[0xbd][0xd4][0xd2]80[0xf5]}[0x18][0xee]E[0x84][0xd2][0xf][0xa1][0x97][0x1f][0xc3][0x3]~[0x8e][0xc4][0xf2][0x12][0xaa][0xe2][0xcb][0x8][0xa3]_[0xd1]z[0xfe]5[0xed][0xe4]Wh[0xf][0xff][0x86][0xae][0xe2][0xdf]R[0x8c]Gq[0xbc]K[0xf1][0xab][0x8e][0xa7]\[0x85][0x9a][0xf8]_[0xf4]kP][0xc][0x9a]i[0xad][0xf5]9[0xc1][0xd5][0x87]K[0xd0]o[0x9d][0xaf][0x9f][0xde] B[0xaa][0x80]M[0x9d]~W([0xf1][0xf4][0x8a]JtL[0xbf][0x87][0x95][0xfe][0x80][0xeb][0x91][0xe5]([0xeb][0xec][0xef][0xcc][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B5[0xee][0x82][0xd0]d7[0xca][0xfe][0xc6][0xb6][0xeb]3q[0xa3]>[0xb9][0xc0][0xbf]\[0xc0]{[0x99]X[0x19][0x7][0xf][0xdb][0xa7][0xc]o 7Y[0x8e][0xfa]g[0xfa]oK[0xff][0x1a][0xc0][0xaf][0xfa]N[0xf0][0x2][0xf4][0xdf]4[0xec][0xa3][0xf0][0x0]m[0x92][0xf]*S[0xce][0xd2]f[0xe7][0x3][0xf6][0x16][0xf8]]0[0xfd][0x1]{[0xeb]9YS[6lM3[0xd6][0x94]e[0xd6][0x94][0xdd][0x8f][0xdb]{[0x10]W[0xf7]~[0xf2][0x85][0x83][0x0]U[0xae][0xc5][0xee]bw[0xd9][0x9][0xda][0xa2][0x10][0xbc][0x1b]4Z[0x9e][0xa5][0xb2]f[0xab]oX[0xee]QP[0xde]=[0xc9]c}1[0xf3]M[0xf2][0xc][0xd0]6[0xdc][0xef][0x83]x3[0x9][0xeb][0xad]]bJk!7[0x1f]u[0xc3][0x9a][0x8f][0x85][0xcb][0x14][0xc8][0x91][0xf0]{[0x90][0x1e][0x86]I[0xad]~[0xbb]]3[0xae][0xc6]M[0x8d]4[0x4]1<1_[0xf3]Q[0x91][0x96]O[0xa5][0x9a]A[0x1]m[0xc]-[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]Z+[0xa2][0x95][0xda]x[0xda][0xa5][0x95][0xd2][0xd5][0xda]Dj[0xd7]&[0xd3][0x1]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xb4][0xa9]tD[0x9b]F[0xb7]i[0xd3][0xe9]Am[0x16]=[0xac]]F[0x8f]h3[0xe8])m&}[0x6][0xef]?[0xa7][0x95][0xd3][0xf3]Z[0x85][0xd2][0xf8]z[0xc4][0xf6]m[0xc8][0x98][0xc1][0x1d][0xd6]C[0x8f][0xe0][0xc4][0xff][0xc5]M[0xd6][0x3][0xa0][0xd4][0xa2][0x9c]@<[0xfd][0x5][0xc7][0x9]^[0x80][0x13][0xfc][0x1f][0xec]Q[0x8a][[0xf2][0xdf][0x94][0x8b]T[0xd3][0x1d][0xb8]UJ[0x82]I[0x17]^[0x8b][0xda][0xdf]m`%[0xf9][0xcf][0x3][0xe5][0x9e][0xa7][0xcb]8[0x1f][0x95]Hc[0xf9][0x8e][0xec]U!v[0x1e][0xe9]E[0xa7]H[0x9c][0x9d][0xc3][0xb4]{[0xd8][0xb4]K[0xa6][0x11][0xf2][0x81][0xcf][0xe3][0xbc]!L}{b[0xda][0xe5][0xbc][0xe0][0xe0][0xf7][0xb8][0x90]h[0xf2][0xbf]$[0xd8]N[0xd7]j[0xca](=M;[0x8a][0xae][0x8c][0x9c][0xa6][0xf9][0xc1][0xd3][0xb4]3[0x1d]m[0xbb][0x86]}[0xef][0xd3]*[0xa9]D[0xab][0xca][0xc2][0xdf][0xa5][0x8e][0xb0][0xa5]8[0xed][0xaf][0xaa][0xa0][0x96]:[0xf1]P[0xaa][0xf0][0xa3][0x8b]|[0xb8]2[0xa7]/#s[0xd4][0x1b][0xe0][0xeb][0xb3][0xb4][0x1b][0xde][0xb4][0xe7]I[0x9a][0xe0][0x2][0x6][0x12][0x10]Ya[0xa7][0xcc][0xb7][0xc5]Z[0xf4][0xeb][0xa1][0x3]I[0x9e][0x1a][0xbb]a`A[0xe5][0x1a][0x10][0xa0][0xfc][0xe7][0xa3][0x0]O[0xa6][0xf7]x[0xf3][0xfe][0x1f]PK[0x7][0x8][0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classuN9[0xe][0xc2]0[0x10][0x9c][\r]![0x9]T<[0x0]zhp[0x1][0xa2][0xa1][0xa3]H[0x85]D[0x11]D[0xbf][0x9][0xc6]821[0xb2][0x1c][0x1e]G[0xc1][0x3]x[0x14]"[0xa6]A[0x14]l13[0xd2][0x1c][0xda][0xe7][0xeb][0xfe][0x0][0xb0][0xc0] E[0x9a]"#d'[0xeb].[0xec][0xf7][0x96]0[0x9e]nk[0xbe][0xb1]0[0xdc](Qx[0xa7][0x1b][0xb5]i[0xb5]9J[0xb7][0x9e][0x1d][0x8][0xc3][0xc2][0xb6][0xae][0x92][0xb9]6[0x92]0[0xf9][0xf1][0xf3][0xcf][0x86][0xe7][0xd2][0xc8]y[0x98] [0xac][0xac]S[0x82][0xaf]\[0x9d][0xa5]0V[0xa9].[0x1b]xY[0x8b][0xd6]k#[0xfe][0xb5][0x9][0xa3][0xef][0xb][0xbb][0xb2][0x96][0x95]O[0x8][0x84][0x8][0xe1](&[0xf4][0x10][0x7][0x85]~[0x87][0x11][0x92]7PK[0x7][0x8]Jkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilders.class[0x95]V[0xeb]s[0x13]U[0x14][0xff]m[0xf3]X[0xb2][0xd9][0x96][0xb4][0xb4][0x94]B-[0x15][0x10][0xdb][0x94][0xb6]"[0x5]4[0xa5]([0xa4][0xd4][0xa6][\r]TIm[0xa1][0x88][0xb0]M[0xb7]iJ[0xd8]M7[0x1b]jE[0xc5][0x7][0xca]K[0x10]_hUFG?[0xf0][0xa5][0x1f]d[0x9c]Y[0xc1][0xf][0x8e][0x8f][0x19]g[0xe0][0xf]p[0xfc][0xe0][0xc8][0xff][0xe1]8[0xea][0xb9]w[0xb7]y[0xd8]6[0xd2][0xcc]d[0xef][0xbd][0xbf]s[0xee]9[0xe7]w[0xee]9w[0xf7][0xee][0xdf][0xdf]}[0xf]`[0x1b][0xae]K[0xd8][0x84][0x98][0x88]A[0x9][0xcf]b[0x88]=[0x86][0xfd][0x4][0x1f][0x12]q[0x98][0x8d]#[0x12]6[0xe2][0x8][0x83][0x9f][0x13]q[0xd4][0xf][0x9][0xcf][0x8b]8[0xc6][0xd6][0xc7]E([0x12]*0[0xca][0x16]q[0x11]c[0x12]*[0xa1][0xb2][0xc5][0xb8][0x88][0x84][0x84]jL[0xb0]ER[0xc4][0xa4][0x84]Z[0x9c]`[0x8b][0x94][0x88][0x93][0x12][0xd6]B[0x13][0xa1]K[0xa8]GZ[0xc4][0x94][0x84][0x6][0x18]L[0x98][0xf1]C[0x86][0xc9][0xc4]Y[0x11][0xa7]DL[0xb][0xf0][0xee]JjIs[0xb7][0x0]WS[0xf3][0x90][0x0]wX[0x1f]S[0x5][0xac][0x8c]&5[0xf5]@[0xf6][0xe4][0xa8]j[0xc]*[0xa3])B[0xaa][0xa2]z\I[\r])F[0x92][0xad][0x1d][0xd0]mN$3[0x2][0xda][0xa2][0xba][0x91]hW[0xd2]J|BmO[0xe9][0x89]DRK[0xb0][0xb1]c[0xb2]=k&S[0xed]1[0xd3] do6[0x99][0x1a]S[0x8d]L[0xa7][0x80]r%[0x9d]V[0xb5][0xb1][0xee][0xa9]!%[0x95]%;=M[0xd1]I[0xe5][0x94][0xd2][0x9e]Rhc[0x91]vg[0x81]``tR[0x8d][0x9b][0x9d][0xcd]K[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xcb][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8]+[0xa1][0xe0]9e{[0xac]ZhW@[0xc0][0xe][0xab]_[0x9d]q"[0x13]1C[[0xf6]i[0xa6]A[0xa3][0x1c][0xd1]4[0xd5][0x8][0xa7][0x94]LF%[0xd2][0x91][0xff][0x8b][0x99]S[0xdf][0xaf][0xa4]7[0xf1][0xfd]%[0xc3][0xf6][0xa8][0xb6][0x8b][0x9a]Ew[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X][0x9c][0xfc][0x99][0xf4][0xfc][0x1],[0xea]j[0xd7][0x2]O[0x9d][0xb][0x91][0xdd]d[0xd6][0x17]K&4[0xc5][0xcc][0x1a]dI_[0x1e][0x9d][0xfb][0xf4]Q[0x8a][0xf4][0xa1][0xfb]:[0xf4][0x85][0xc6][0xef][0xa3][0xc]\'[0xd4][0x99][0xe2]3v[0xcc][0x8][0xf0][0xdb]g[0xec][0x14]^[0xdb][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xfa][0xa3][0x92][0xf1]1fe|[0x82]O[0x5]lY[0xce][0xbd][[0xc4][0xc0].i[0x11][0x9f][0xcd][0x7]W[0xdc][0xde][0x2]j[0x97][0xe8][0xb]*n[0xbb][0x83][0x4][0xd4]7[0x85]K5ak[0xd3][0xf2][0x9a][0xd6][0x9b]P[0xcd]~[0xd6][0xb7][0xd5]M[0xcd][0x8b][0xdd][0xce]+H[0xee][0xb4]m[0xeb][0xc2][0xb6]-iz[0xc5]8/[0x92]A[0x9d][0x5][0xbd][0xa4][0x1e][0xeb][0xef]mK6lI[0xfb]Im>4z[0x8d]F[0x98][0x97]H)}_[0x8a]j+[0xbf][0xa1][0x8f]m[0xe8]+[0xb5][0xc1]?[0xc6]+.[0xbf][0xa5][0x9b]m[0xe9].[0xb5]E[0x1e][0xb5][0xeb]0[0xbf]g[0x84][0xed][0x19])[0x19]W[0x9c][0x18][0xe7]7[0x84][0xe9].[0xc8][0xb0][0xa2][0xcc]C1[0x82][0xc6]YA[0xe6][0xa1][0x1e]f[0xb6][0xa7][0xe4][0xc9]2[0xb3]{[0xe8][0xea]qSZ[0xc8][0xa8][0xdf][0xd4][0xa3][0xfa]4[0xbd]K[0xf9]u[0xe3][0xa6]2"[0xb0][0xbc][0xa8][0xc][0xb1][0x95]>[0x8a]6[0x81][0xfd]D[0x94][0xb1][0xfb][0x6][0x2][0x1e][0xe6][0x9f]St/[0xd2][0xe8][0x9]~[0xb][0xe1]&M[0xca][0xd0]DO[0x89]F`[0x1d][0xdc][0xf4][0xc9][0xd3]L3[0xd9]VB[0x10]-4[0xfa][0xb0][0x5][0xad][0x8e][0x81]n[0xd2]d[0xba][0x81]``[0x83][0x5]W[0x8b][0x5]7[0x9f]|[0x9d][0xb3][0xe5][0xe5]{7s;[0xab]m][0xb4][0xa1][0x9d][0x7][0x13][0xc0]#[0x14][0x1a]e[0x8a]n[0xab][0x1d]$c[0x16]G[0xe0][0xe2]Z[0xd5][0xc1][0x96][0xdb][0xf0][0x8][0xf8][0x1]^[0x9a][0x88][0x2]na[0x5][0xb3][0xea]*[0xb0][0xba][0xb5][0xc0]ju[0xce]j5v[0xe2]1[0x92]?[0x9e][0x8b][0x9c]!![0x9a]u[0xf2][0xa8]vq][0xe][0x83]aB\4[0xd6][0x5])x_[0xa0][0x8b][0x82][0xe7][0xc][0xb6],E[0xa5][0x8b];m[0xb4]7[0xe5][0x9c][0xd6]a7[0x9e][0xe0][0xf2]:N[0xaa][0x8c][0x9c]<[0x89]=[0xb6][0x13][0xe1][0xb4]C[0xea]^[0xcb]/[0x90]Z~[0x84]w[0x16]+[0x83]-D[0x8d]\[0xe][0xdf][0xc0]][0x82][0xa4]Y[0x4][0x8][0x91][0x82][0xb7][0xe1]/[0xc3][\r]X[0x84][0xc9][0x8e][0x9a]l[0xa1][0x9c][0xd4][0xbe]"[0xa8]b[0x16]U[0xc][0xaa][0xb0][0xb0][0xd2]B[0x80][0xd0][0xcb][0x84]V:h[0xa5][0x85]*[0xb][0xab][0x8][0x9d]&[0xb4][0xda]A[0xab]-[0xd4]XXM[0xa8]Bh[0xad][0x83][0xd6]ZXc[0xa1][0x8e][0xd0]~B[0xd7]:[0xe8]Z[0xb][0xeb][0x88]4[0xa1][0xdb][0x9][0xad]w[0xd0]z[0xb][0xf][0xd8][0xde][0xd6][0x13][0xda][0xe0][0xa0][\r][0x16][0xd6][h$[0xd4][0xc7][0x92][0xe7][0x1e][0xbe][0x99];[0x9f][0x11]:[0x15][0xa0][0x17]~D[0xe8][[0xba][0x8f]>[0x99][0xfb][0xa9]v[0xa2][0x94][0xf7][0xfd][0x94][0xa8][0x3][0xd8][0x87][0x1][0xc][0xe2]i[0x1c][0xc1]3[0x98][0xc4]AL!F[0xaf][0xad]A[0x9c][0xa3][0xef][0xea]k[0x18][0xc2]u:[0x97]9[0x1c][0xc2]78[0x8c][0x9f][0xc8][0xda][0x1d][0xd2][0xfc][\r]G[0xf1][0x7][0x8e][0x15][0x9c][0xf9]=[0xec]u[0xd2][0xf]a^I[0xdd]4[0xaf][0x80][0xec][0xf7][0xaf][0xaa][0xaa][0xb1][0x1e]:[0x88]}[0xe8]qN[0xfb]g[0xaa]i[0x91][0xc6][0x8e][0xfa][0x1a][0xcf][0x17]hw[0xed][0xf0][0xd6]xk<_bc[0xb0][0xc6][0xbb][0xee][0xf8]m[0x1e]k[0x7][0xe5][0xa2][0x97][0x97]J[0x7]e[0xa4][0x97]3[0xe9][0xa0][0xbc][0xf4][0xf1][0x92][0xea][0xa0][0xec][0xf4]R[0x94]l6@3[0xf][0xe7][0xe4][0x87][0xfb]/[0xf8][0x84][0xc6]?YK[0xf8](q[0xf3][0x84][0xee]8[0x84]B[0x9c][0xd0][0xf6][0x1c][0xa1][0xe6]<[0xa1][[0xd8]P[0xc0][0x89]VyZ[0xbf].B[0xeb]<[0x85]{[0x81]h][0xa4][0xda][0xbe]D[0x94].Pk^[0xa1][0x86][0xba]Z@[0xab]5G+[0x94][0xa3][0x15][0xca][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]h[0x85]r[0xb4]B9Z[0xa1][0x85][0xb4]6sZeT[0xb][0xac][0xd5][0xe]b;[0xbf][0x83][0xe8][0xfd][0x81][0x17][0xd0][0xe1][0xf5][0xfd][0xb]PK[0x7][0x8][0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/StringMap.class[0x95][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xf4]'[0x89]Uk[0xfd][0xa9][0xfa][0x6][0xa6][0x1b]gawY[0x89]P[0x10]*[0x5][0xb]][0xb8][0x1b][0xd3]k~[0x18][0x93]8M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0xd1]\[0xf8][0x0]>[0x94]x3[0x96]"E[0x4][0x17]3[0x87][0x99][0xf9][0xee]=[0xe7]2[0x1f][0x9f]o[0xef][0x0][0xae]p[0xee][0xa2][0xef][0xe2][0xd4][0xc5][0x99]@;[0xd4][0xa4][0x8c]@[0xd3][0x1f][0xcc][0x4][0x1c]z[0xa9][0x94]^[0x8][0xf4][0xfd]q[0xaa][0x96]Jj[0x95]Er[0xf2][0x98]RX[0x6][0x83][0x7][0x6][0x9e][0xc][0xd1][0x8a][0x4][0xbc]X-[0xe2][0x9b]|N[0xb6][0xf4][0x96]/[0x92][0xc5][0xc8][0xe4]+[0xca][0xec]E[0x8d][0x16]Uy[0xad][0xb5][0xc0][0xd0][0x1f][0xe7]&[0x92][0xaa]PaLR[0xe7]Q[0x94]pS[0xd6]a*[0xab]2[0xd1][0xf2][0x9e][0xd4]|[0x92][0xe9][0xd7]ii[0xf8][0xe5]N[0x15]A[0x9d][0xc5][0xe3][0xfa][0x99][0xd2][0x15];\[0xfc]L[0xf3]M[0x5][0xbf][0xe4][0xab][0x7]0[0xf4][0x9c]/ik[0x80]uI[\r]t[0xa6]yeB[0x1a]%[0x9a][0xa1][0xee][0xc6][0xf1][0xb2][0x86][0xd9][0xe8][0xef][0xa0][0x1b]\[0xa0][0xb7]m/ [0xff]9[0xa5]# [0xd0][0xe0][0xd5][0xe4]_[0xf1]Z[0x2]-[0xb4][0x1]V[0x7][0xae]Uo}[0xde]A[0xc7][0xea].[0xf6][0xac][0xee][0xa3]k[0xf5][0x0]=[0xab][0x87]8[0xe2][0xe][0x2][0xc7][0xbc]7p[0xf2][0x5]PK[0x7][0x8]DM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/util/Strings.class[0x95]Vks[0x13]U[0x18]~N[0x93]fs[0xd9][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[\r][0x85]p[0x11][0x4]i[0xd3]K( ([0xd2][0x8a][0xd0]X[0xa0][0xd2][0xa6][0xb5])[0xe5][0xa2][0x88][0x9b]tI[0xb6][0xa4][0xd9][0x90][0xdd] ([0x2][0xde][0xc5][0xbb][0xa2][0xce][0xe0][0x1f][0xe0][0x8b]3[0x16][0x9d])Ug[0xd4][0xf1][0x3][0xce][0xf8]UGG[0x1d]G[0x9d][0xf1]6[0x8e]?[0x81]Q[0xdf]s[0xb2][0xb9][0xb4][0xdd]0u:=[0xbb][0xe7][0x9c][0xf7]}[0xde][0xe7][0xbd]n[0xbe][0xfc][0xe7][0xa3]O[0x0][0xdc][0x8e][0xb7][0xbd]X[0x8d]1[0x9][0x7][0xbc][0xa8][0xe3][0xcf]q[0xfe]<[0xc8][0x97]C|9[0xec][0xc5][0x11]<[0xc0][0x97][0x7]}8[0x8a][0x87][0xbc][0x8][0xe0][0x18]_[0x1e][0xf6]@A[0x82]_$}[0x98][0x80][0xca][0xcf][0x8e][0xfb][0x90]BZ[0x82][0xe6][0xc6]$=[0xe1]E[0x6]S[0x1c]&[0xcb][0x17][0xdd][0x8b][0x1c]N[0xba][0x91]w[0xc3][0xe0][0xaf][0xa6][0x87]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]N1[0xd4][0xf7][0xf][0x8d][0x8c][0x1d]f[0x8][0xc]N*[0xa7][0x94][0xee][0x8c][0x92]Mu[0xc7][0xcd][0xbc][0x96]M[0xf5]0[0xf8][0xa3]z[0xd6]0[0x95][0xac]9[0xae]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*C[0xc3][0xe0]@[0xac][0xff]X[0xbc]d[0xf7][0xe8][0xee][0xb1][0xe1]Q[0x6]W[0xaf][0x96][0xd5][0xcc][0x9d][0xc][0x8e]p[0xfb]8[0x83]3[0xaa]O[0x90]X[0xe3][0xa0][0x96]Uc[0x85][0xa9][0x84][0x9a][0x1f]S[0x12][0x19][0x95][0xa3][0xeb]I%3[0xae][0xe4]5[0xbe][0xb7][0xe][0x9d]fZ3[0x18][0xda][0x6][0xf5]|[0xaa][[0xc9])[0xc9][0xb4][0xda][0x9d][0xd1]S)[0xb2][0xcd][0x9f]['[0xbb][0xb][0xa6][0x96][0xb1][0xd8][0x18]D[0xc7]5q[0xb2][0xa0][0x9b][0xa4][0xd9][0x1a]^[0xc8][0xb6][0xdd][0xce][0x1][0x87]a[0xe6][0x19]$[0xcd][0xe8][0xa3][0xf3][0x13][0xc]K[0xed][0x14][0x8f]00[0xe2][0xe1][0x8f][0x9b]J[0xf2][0xc4][0x90][0x92][0xb3][0xe8][0x91]V[0xff]T[0xce]<[0xc3][0xb0][0xb2]Z+[0x9a]V[0xf2]q[0xf5]dA[0xcd]&U[0xa1][[0x97]$[0xe5][0xe5][0xb5]$[0x18][0xbc][0x9a][0x11][0xd3]M[0x8b]@qc[0xe1][0xd6][[0xee]4[0x9a][0xfa][0xa8][0xae][0x9b][0x7]r95[0x1f]U[0xc]:[0xf1][0x12][0xb5][0xa9]1=V[0xc8]d[0xc8][0x80]iHx[0x84][0xe2]5[0xa9]kY[0x86][0xf6]j6[0x3][0xa6][0x9a][0xe7]t{[0xa2][0xb6][0xfe][0xbb]5[0xeb][0x9e]!h[0xa7][0xc5][0xe0]1[0xd4][0x9c][0x92]WL[0x9d][0xe2][0xc4][0xa2][0xc]-s3u&W[0xca][0xd6]2[0x1b][0xfd][0xde][0x8e][0x9d][0x1c]"[0xae][0xa5][0xb2][0x8a]Y[0xc8][0x93]T[0x97][0x1d]9.f[0xcf][0xaf][0xe4][0x8b]H[0xb4][0x10]'"5d[0x1d]zbrn[0x9d][0xe]'&[0xd5][0xa4]YvS[0xf8][0x10][0xb4][0x3][0xa4]P[0x1f][0xd7][0xf2][0x86]I [0x89][0xc2]q[0x86][0xd0][0x2][0xfc][0xbe][0x82][0x96][0x99]P[0xb9][0xe4]2[0x1b][0x0][0xee][0x0]u[0xb][0xf5]j[0xc5][0xc3][0x5][0x2]52[0xd0][0x9b][0xcc]X=[0xe2][0x8d][0xeb][0x85]|R[0xdd][0xa3][0xf1]p[0xca]VYo[0xe4]:2[0xd6]a=[0x99][0xae][0xc1][0x8a]a[0xfd][0xcd][[0x84]W[0x9c]![0xe3]4[0xce][0xf0][0xe5]Q[0x19][0x8f][0xe1],[0x95][0x8c][0x8c][0xc7]qV[0xc6]&[0x9c][0x93]p^[0xc6][0x5][0x8b]Q[0xb0][0xe3]:[0xfc][0x4][0xe4][0x9e][0x81][0xe7]2$[0xe7][0x15]8[0x1d][0xef][0xd2][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kW[0x15]V[0x10][0x1b][0x5]V[0xb7][0xb8]u48v[0xd1][0x97][0x82]O[0x1e][0xb]w[0xc0][0xc2]m&\[0xb9][0xe3]Cx[0x19][0xde][0xa9][0x1]{[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x19][(HeX[0x11]vk[0x99]n[0x9f][0x5][0xeb][0xef][0x98][0x85][0xaf][0x16]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]_[0xc5][0xb3][0x1e]u>[0x81][0xb7][0xad]L[0xb3][0x1a]O[0xae][0x85]w~[0xe]^[0x85]`[0x19][0xef][0x8e][0xda][0xf9]i+[0xe5][0xa7][0xcd]>?[0x17]m[0xf2][0xc3]pg[0x19][0xb0][0x97][0xa4]yq[0xb8];[0xdf][0x87][0x6][\r][0xf3][0xf5]/[0x9][0xfd][0x96][0xa2][0x8c]U0[0xfc][0xad]ST[0xa3][0x7][0xdb][0xcb]H[0x1a]=[0xb9][0xd4][0x8a][0x8e]/ [0xb1]+[0x90]x[0xb6][0x7];[0xc9][0xef][0xcb]b[0xef][0xec][0x9c].[0xfb]],[0xc8][0xf7][0xc8][0xdb][0xe9]*[0xfc][0x15][0x16]??[0xfd][0xdd]%[0xf0]y[0x14][0x9a][0xe0]tG%[0xec][0xb8][0x1][0x1f][0xad][0xbb][0xe8][0x9f][0xcc][0xf6][0x8][0xe2][0xdc]l[0xda]r[0xa0][0x89][0xcc][0xd6][0xb3]i*[0x85]F[0xfa][0xc9]5[0x8b]%[0xdc][0x9a]SXk [0xab][0xc0][0xa7][0xb4][0xfb][0x8c][0xbc][0xfa][0xbc][0xca]b[0x13][0xee][0xc6]N[0xe1]Q[0x13][0xee][0xa1][0xfa]c[0xd8]][0x8e][0x16][0xbf][0xeb][0xb3]2[0xe1][0x0]sQ[0xec]yh[0xee][0x15][0xd6][0xfb][0x8b][0xd6][0xd9]z[0xba][0xaa][0xe7]%Q[0xb6][0xde][0xc4][0xb][0xd1][0x15]h[0xe6][0xef]A[0x86][0xa1][0xd2][0x91][0xbb]k[0x16]K[0xa7]y[0xda]h{[\r]-[0xb1][0xae][0xeb][0xf0]D[0xba]f[0xb0][0xec]`Q[0xe4]2[0xd6]FVR[0x12][0xf][0x16][0x15]w8C[0xce][0xeb][0xf0]FBN.r[0xe5][0xdf][0x1f]#Vv[0x8b]>[0xed]!~[0xc0]W[0xb4][0xfb][0x9a]|[0xfa][0x6][0x8d][0xf8][0x96]f[0xc5]w[0x94][0xe3][0xef]i[0x1e][0xfc]@[0x99][0xfa][0x89]*[0xe9]g*[0x9d]_(T[0xbf][0x12][0xe1][0xdf][0xb0][0x1f][0xbf]#[0x8e]?p[0x8][0xe2][0x18][0xfe]B[0x2][0x8b]Xl%[0x17][0xe2][0xe4][0xf5][0x1e][0xec]%<^[0xdf][0xfb][0xa8][0xbf] [0xde][0x8a]Q[0x9]!F[0x9d][0xbc][0x97][0x9c][0xde]B[0xc5][0xbd][0x1f][0x83][0xe4]v%R\~[0xc8][0x8a]T[0x0].[0x97][0xef][0x6][0x82][0x12]bb[0x1d]^Wg[0x5]n[0x84][0xaa][0xe6][0xfe][0xf2][0xa4]j[0x15]9[0xa1][0xdc][0xcc]by [0x14]X1[0x83][0x95][0x1f]`[0xd5]UQ[0x9d][0x95][0xea]k[0xa3]uTh[0xc7][0xff][0x3]PK[0x7][0x8][0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/util/Supplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x83]K[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r2S[0x8b][0xf4]@*[0x19][0x19][0xd4][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3]3[0x81]:[0x81][0xb4]I[0x96]~iIf[0x8e]>L5#[0x83][0x0][0xba][0xc9]l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0x2][0xf4][0x1][0x3][0xb][0x90][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4]11[0xb0][0x1]1[0x84][0xc5][0xce][0xc0][0x1][0xa6]9[0x1]PK[0x7][0x8]i[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/util/TriConsumer.class[0x8d][0x8d]=[0xe][0xc2]0[0xc][0x85][0x9f][0xf9]i[0xf9][0xe9][0xc0]1`![0x3],P[0xc4][0x82][0xc4][0x2][0x12]H[0xad][0xba][0x87]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]J[0x8b]B[0xcb][0xe1][0x18]8[0x0][0x87]B[0xa4]eA[0x94][0x1]K[0xd6][0xb3]?[0xfb][0xd9][0x8f][0xe7][0xed][0xe]`[0x2][0xcf]E[0xcf]E[0x9f][0xe0]p![0xe4]9'[0xcc][0x86][0xdb][0x98]_9Kx[0xaa][0xd8][0xee][0x10]K[0x91][0xfb][0xff][0x90]QD[0xe8][0x6]Z[0xa5][0xc0][0xff]0[0xf1][0x1b][0x88][0x11]o5#[0xc6][0x5][0x84]EW[0xdd][0xba][0x8f]s[0xcf][0xb9]U[0xe9][0xef][0xbf][0xbf][0xec][0x3][0xb8][0x85][0xdb]:tL[0xe9][0xb8][0x8a]k[0x1a][0xae]w[0xa3][0x1b][0x5][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xd2]S[0x92][0xc7][0xb2]<[0xde][0xd0]pS[0xc3]4[0x83][0x1e][0x8][0xcf][0x99][0x8f][0xd7][0xd6]x[0xc0]0[0xf2][0xbc][0xd6][0xb2]6-[0xd3][0xb5]<[0xc7]\[0x8a][0x8e]B[0xc2]m[0xf0][0xe0][0xe][0x83]f[0xc7]A[0xc0][0xbd][0x88][0x81]-2[0xa4][0xe7][0x84]'[0xa2]{[0xc]J[0xa1][0xb8][0xcc][0xa0].[0xf8][\r][0xce][0xd0][[0x13][0x1e][0x18][0xaf][0xd7]y[0xf0][0xc4][0xaa][0xbb][0xe4][0xe9][0xab][0xf9][0xb6][0xe5].[[0x81][0x90][0xe7][0x8e][0x93][0x9][0xaa][0x88][0x9a]"d[0xe8]Z[0x8a][0xac][0x88]\[0xc6][0xa2][0xe7][0xf1]`[0xc1][0xb5][0xc2][0x90][0x93][0xbb]\[0xf3][0x3][0xc7][0xb4]6,[0xbb][0xc9]M[0xd7]w[0x1c][0xa2]"[0xf7][0xd9][0x96][0x19]G[0xc2]5[0x9f]zu[0xbf]=[0x95][0xd4][0x12][0xb5][0x1e]2[0xec][0x97][0xf][0xac][0x8d][0x4][0x9f][0xa4]1d[0x1c][0x1e][0xfd][0xa7][0x80]!W([0x9e]"/[0x1d][0xf0]0vI[0xdd][0xf0])I[0x19][0x11][0xce][0xfb]m[0xde]x[0x1c][0x88]u[0x11][0x89]M"[0x9e]/[0x9c][0x98]_\[0x95]2y[0x9b]@[0xf5]%?[0xe]l~_H[0xf9]z[0xc2]~Z[0x96][0x19][0xe8]EF[0x83]i[0xa0][0x82][0x19][0x86][0xc1][0x13][0xa0][0xc][0x9c][0x87]!s[0xab][0x6]][0xf1][0x8c][0x81][0x1e]\00[0x8b]*C[0xf1][0xcc][0x83]"[0xfa][0xff][0xe0][0x1f][0xd5][[0xdc]&b[0x93]g('[0xc6][0x96]m[0xf3]0[0x9c][0xaa]T*[0xc9][0x8d][0xd3][0x3]P[0xb][0x8b][0xf2][0xe2][0xff]Ffd[0xa4];[0xe4]Q[0x8d]{N[0xd4][0xc4][0x4][0xbd]4[0x9d][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0x92]{b[0x11]i[0xda][0x15][0xfa]H4[0x18].[0x92][0xf5][0x6]][0x14][0x1][0xcc][0xd2][0x1e]X[0xe9]3R[0xdf][0xa0][0xec]BU[0xe6]r[0xa5][0x1d][0xa8][0xfb]o1$[0xf7][0xdc]W(+[0x99][0xec][0x1e]=[0x97]-[0xc6][0xde][0x1f][0xfe][0xf8][0x98][0x0][0xf5][0xd1]:[0x82]4[0xad]kP[0xd1] x[0x7][0xc3]h[0xa2]@[0xfb]4Z[0xb8]D[0x91][0x1][0x82][0xcf]`[0xc][0xfd][0x14]e[0xb2][0x11][0xb2][0x18][0xa2]}[0x98][0xbe][0xc]R[0x87]r[0xd1]0B[0xa1][0x3][0x8c]RF[0xe][0xf9][0xe][0xb5]g[0x84],[0xa9][0xe5]%[0x83][0xcf]H[0x97]Vv[0xa0][0xad][0xaa]/v[0xa1][0xbd][0xae][0xd6][0xca][0xca]'[0x9c]+[0xe8]H[0x4][0xa1]Ka[0xeb][0x84][0xee][0x11]'[0xff][0xb8]7[0xd5]w:f[0xa1]Q[0x87]1Bg[0x18][0xa7][0x1][0x1d]uyEu[0xb2]r\[0xb9][0x9b][0xef]H[0xce][0x96][0xa5][0x91][0xaf][0xbe]C[0x97][0xba][0xbd][0x95]"[0xbd]?[0x95][0xed]c[0xc1][0x3]41 [0xa4][0xa9]F[0x4][0x19]c[0x90][0xec]Q[0xb4][0x93][0x86][0x13][0x94][0x93]"[0x9]R[0xac]l=[0xde]i-[0xad][0xcb]Ik)[0x9b]~[0x0][0xbf][0x90]b[0xfd][0x7][0xc9][0xec][0xaf]$[0x12]&[0x9]GF[0xe8][0x12][0xe9]G1[0x0][0xfd][0xf]PK[0x7][0x8]l"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.class[0x95]T]S[0x1b]U[0x18]~N6aaY P[0x3][0xb4][0x80][0x1f]-mC[0x12]H[0xf8][0xaa]m[0xa1](A[0x91]h[0x2][0xd5]T[0xda][0x2]3[0xba][0x9][0x87][0xb0][0x98]n:[0x9b]M'[0xde]x[0xd5]_[0xe2]8z[0xc3][0x85][0xce]T[0xe8]X[0xed]x[0xd7][0x19][0xff][0x8a]3^y[0xd5][0xa9][0x1f][0xcf][0xd9][0xc4]B[0xc7][0xc6][0xc1][0x8b]=[0x1f][0xef]y?[0x9e][0xe7]y[0xdf][0xd9]_[0xfe][0xfc][0xe1]1[0x80]i[0xac][0x1a][0x8]c[0xd6]@/fu\2[0xa0]a[0xb6][0x83][0x96]7[0xd5]rY][0xaf][0xe8][0xb8]`[0xe0]*[0xe6]t[0xcc][0x1b]0pM[0x19][0x17]tD[0x95][0xf1]-ey[[0xc7][0xa2][0x8e][0xb4][0x80][0xe1][0xda]N)][0xdb][0xd9][0x91][0xae][0xc0]@v[0xcf][0xba]g%[0xcb][0x96]SJ[0xde][0xd8]u[0xa5][0xb5][0x9d][0xad][0x14][0xad][0xf2][0x9c]@G[0xde].9[0x96]Ws[0xa5][0xc0][0xf4][0xcb][0xbd][0xe6]7[0x8f][0xd9][0xf3]^#[0xaf]][0xde][0x96][0xee][0xdc][0x2]3[0xe8][0xc5][0x9a][0xeb]J[0xc7][0x13][0x18]j[0x15][0x9f]Q~m[0xf3][0xb6]c{[0xb][0x2]Ztl] [0xb8]T[0xd9]f[0xcd][0x9e][0xac][0xed][0xc8][0xd5][0xda][0x9d][0x82]toX[0x85]2-}~[0xd0][0xba][0xe5][0xda][0xea][0xde]4[0x6][0xbd]][0xbb]*`[0xde][0x94][0x85][0xbc][0xb5]#[0xf3][0x9e][0xe5][0xd1]jf[0x1c]G[0xba]Ke[0xab]Z[0x95]|[0x9d][0xca]V[0xdc]R[0xd2][0xba]k[0x15]we[0xb2]\)[0x95][0x88]T[0xed]3{[0xc9][0x9a]g[0x97][0x93][0x1f];[0x85]J}[0xf4]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xa4][0xf7][0x2])[0xf2][0x88][0x8e][0xb5]d, l~[0x19][0x81][0x90][0xe5][0xba][0xd6][0xe7][0x2]gZ[0xcb]C'[0xdb][0xd9][0x96]u[0x81][0xc0]&#[0xda]\Y[0xad][0x95])[0xd4][0xe9][0xff][0x88][0xe8]"[0xb0][0xe2]g9[0xeb]n[0x93]y[0xd8][0xae][0xa6]+u[0xb9]}[0xdd][0xb5][0xef][0xd8][0x9e]}[0x8f][0xa6][0xe1]h[0xcb][0xf8][0xb1][\r][0xa5][0x95][0xac]{:[0x96][0x4]b[0xd1][0x13])29[0xa7][0x1a][0x12][0xa8][0xa7][0x4].[0x9e]0[0x80][0xf3][0x95][0xaf][0xd4][0xdc][0xa2]\[0xb6][0x15]H[0xc3][0xb7]O(T&[0x6]qZ [0xf2][0xd2]Q0[0xd1][0x87]S&[0xfa][0xd5][0xf2][0xe][0xde][0xd5][0xb1]l[0xe2]=[0xac]p@[[0x10]R[0xd9]2&[0xde][0xc7][0x7]&[0xb2]X1[0x91][0x3][0x85]L[0xfd][0xdf]>S[0xc6][0xa3][0x2]k[0x85]=Yd[0x17][0xce][0x9f][0x88]*[0xe7][0x95][0x13]"[0xf0][0xca][0xb]C[0xd1][0xc8]A[0x19][0xce][0x9d] [0x9][0xf5][0xb1][0x8a]EY[0xad][0x8e][0xa6]R)[0xfe][0xc9]![0x18][0xcd]([0xd5][0xb5][0xaa]J[0x1e][0x89][0xfe];[0xb7]z[0xfd]'nR[0xc5]u[0xd0]5+[0x9d][0x92][0xb7][0x8b][0xd7][0xf9]C[0xe8][0xe5]/#@=[0xa9]([0x8][0xcf][0xbf]Ex[0xeb]?v[0x1f]@[0x90]+[0x1b]B[0xcb][0x19]Zr[0xfc]][0x8][0xee]C[0xb1]C[0x4]b[0x8f][0xa0][0xdd]>D[0xf0]{[0x84][0x8e][0x8e]m[0xdf][0xf9][0x81]C\[0xbb][0xe9][0xc],2E[0x1a]=X[0xc2]0of#[0x1c]#[0x84][0x0][0x9e][0xdf][0xc0][0xd9]f[0xea][0xdf][0xa1][0xd3][0x13]([0xc6][0x1e] t[0x0][0xfd]g[0xb4]g[0xe3]Op[0xe9]!:~[0x82][0x91][0xd5][0xae][\r][0xc7][0x1f][0x89]H|[0xf8][0x11][0x8c][0xdb][0xe1][0xc8]!:[0xf3][0xf7][0x3][0xe2][0x9b][0xbf]~U[0xfe][0xf1][0x3][0x98][0xdc][0xdb][0x82]?[0x1a][0xcd][0x93][0x9f][0xa1]+[0x17][0x88][0xee][0x84][0xb6]5[0xb1][0x19][0xfc]t[0xed][0x8b][0xa9][0xd5]q[0xed][0x0]=[0xe3][0xdf][0xb2][0x8c][0xe6]C[0x9c]" `[0x19][0x9d][0x9c][0xa2][0x1e][0xac][0x90]{[0x6][0xaf]rZb[0xdc]S[0x1c][0x98][0xcb]d[0x9c][0xc6][0x1a][0xd7][0xeb][0xd8][0xc2][0x87][0xb0][0xf0][0x91]Oc[0x6]![0xaa]2[0x88]s[0x18]%Y[0x82]n[0x12][0xea][0xc4]-[0x9c][0xc7][0x5]R[0xca]1[0xd7]ED[0xf9][0xba]Ebc[0xcc][0xa8]!N[0x8f].h`PG[0xbb]x[0x8a][0x81]^:&0[0xde]T[0xe0]+[0xba]([0x5]bG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4][0x12]O[0x10][0xd2][0xf6][0xb5][0x85][0x91][0x4][0xc9][0xf7][0xc5][0x13]#S_#[0x14][0xdc][0xbf][0xaf][0x91][0xf9]o[0xda][0xfe]s"g[0xd1][0xce]u[0x9d][0x0]n[0x92][0xc8]-6w[0x83]M[0xdb]$[0xa8]-[0xbe]m[0x10][0xc8]'>[0xf0][0x18]+[0x9c]b[0x9b][0x15]p[0xcd][0xbf]7[0x80][0xab][0xd3][0x4]?[0xc1][0xc][0xaf][0xf9][0x14][0x2]>[0xdc]0[0x82][0xcf][0xd0]K[0xb8][0xcf] D[0xf7]S[0x84][0xc2] [0xed]T[0x13][0xf1][0x15][0xee][0x8a]~[0x88][0xe3] [0x8e][0x1a][0xdf][0xe6]7y[0xd1]/[0xd8][0xdf]px^&[0x84]I[0xaa][0xae][0xc2][0xa6]}[0xff][0x19][0x96][0x3][0xa7].[0xc0]RW[0xa9][0xbd][0x81][0xa4]r[0xb][0xb7][0xff][\r]PK[0x7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox.class[0x95]X[w[0x1b]W[0x15][0xfe]F[0x96]=[0xf2]t[0x1c]+N[0xe2][0xa4][0x8e]C[0x94]6id[0xc7][0xf5][0xa5][0x84]Pp[0x12][0xb0]l9U,_[0xb0][0x94][0x94][0xb8][0xb4][0xee]X[0x1a])[0x93][0xca]#13[0xb2][0x9d][0xa6]7h[0xe9][0x5][0xda][0xb4][0xdc][[0xa0]\[0xca][0xa5][0x14][0x2]46U[0xd4][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xb1][0x16]k[0xf1][0x3][0xf8][0x1]<[0xf2][0xc0];[0x5][0xbe]3RlY[0x91][0x15][0xc5][0xcb]>g[0xce]>{[0xfb]z[0xf6]9[0xcb][0xfb][0xef][0x7][0x1f][0x2][0xf8]8[0xfe][0xd4][0x8a]f[0xe4][0xc5][0xb0][0xa4][0xa0][0x7][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "VpQ[0xc6][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe1][0x9][0xb1]xR[0xc1]SxZ0<[0xe3][0xc3][0x97][0xc4][0xe2][0xcb]w[0xe0]Y<[0xa7][0x90][0xf2][0x15][0x19][0xcf][0xfb][0xf0][0x82] [0xbe]([0xd6]/)[0xf8]*[0xbe]&[0x86][0x97][0xc5][0xf0][0x8a][0x18].[0x8b][0xe1]U1[0xbc]&@[0xbe][0xae][0xe0][0x10][0xbe]![0xe3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x84][0xb6]C[0xf8]V+[0xbe][0x8d][0xef][0x8][0xf1][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xeb][0x82][0xeb][\r][0x5][0x87][0xf1][0xba][0x82][0xef][0xe1][0xfb]>[0xfc]@[0xec][0xbd])[0xe3][0x87][0x82]{Y[0xc6][0x8f][0xc4][0xe6][0x8f]e[0xfc]D[0xc6][[0x12][0xd4][0x88]i[0xea][0xd6]hF[0xb3]m[0xdd][0x96][0xd0][0x1c]s4G'[0xf9]A}![0xa6][0xa5][0xf4][0xf2][0xb2]%:}[0xea]TxV[0xc2][0x81]h[0xd6]J[0xf]h9-q^[0x1f][0xc8]d[0xd3]i[0xc3]L[0x8b][0xf9][0xe8][0x85][0x81](W[0xba]5L[0xd9]P$[0x1e][0x9b][0x9f][0x9][0xcf][0xce]G[0xa6][0xe2][0x12][0xa4][0x88][0x84][0xb6][0xd1][0xac]i;[0x9a][0xe9][0x9c][0xd5]2y[0xbd][0x89][0xa1][0xb]H[0xd8]1[0x1b][0x99]:[0x15]:3>N[0xce][0xc9][0xc8][0xd4]|,2[0x17][0x96][0xd0]^A-Q[0xbc][0x93]#[0xb1][0x9][0x9]~[0xe7][0xbc][0xa5]k[0xc9]h6[0xa1]e[0xca]f[0xed][0x8e]^[0xd0][0x96][0xb4][0x81][0x8c]F#[0xe2][0x1b][0xbb][0xb4][0xa1]5f[0xa4]M[0xcd][0xc9][[0xe4][0x1a][0xab][0xcd]u|kW[0xf2][0x8e][0x91][0x19]8c.dW[0xe][0xba][0x9a][0x86]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96]7[0x85][0xe4][0xbe][0x86][0xc4]+[0xc3]H[0x8c][0x96][0xe3][0x86]i8'%4[0x5]{[0xce][0xd2][0xb3][0xd1]l[0x92]P[0xed]Q[0xc3][0xd4][0xa7][0xf2][0x8b][0xb][0xba][0x15][0xd7][0x16]2[0xa4]t[0xb8][0x16][0x9e][0xd5],C[0xac][0xcb]D[0xaf]s[0xde]`[0x8a][0xe]5[0xa2][0x98][0xba]v[0x13]![0x91][0xcf]P[0xf1],9B[0xf9]TJ[0xb7]b[0xc6][0xe3][0x4][0xda][0x15][0xac][0x88]H[0xcc][0xb1][0xb8]=[0xdc][0xc3],ymw[0xdb][0xa3][0xaf][0x90][0xa7][0x82]%[0xbc][0x92][0xd0]s[0x8e][0x91]5E[0x14]rV6[0xa7][[0xce][0xc5])m[0xd1]5[0xf4]&$&6o[0xeb][0xd6][0x8c][0xa5]S[0xa1][0xa5]'gC%[0xad]m[0xc]B[0xe2][0xb1]I-[0xe7][0xba]#[0xe3][0xa7][0xac]~[0xea]I[0xe8]F[0x86]bS[0xfa][0x8a]3[0x93]][0xd6][0xad][0xe9]T|9K[[0x82][0x11]a[0x92]DS[0x9a][0xe8][0x8f][0x84][0xee][0xe0]x[0xcf]M[0xca]By#[0x93]t[0x8b][0xae]yIT[0x16][0x5][0xc6]%[0xec][0x9d][0xcd][0x9b][0x8e][0xb1][0xa8]G[0xcc]%[0xc3]6[0xa8]l[0xc4]4[0xb3][0xcc][0x0]=`[0xfc][0x8e][0xde]"~3[0xba][0x95][0xca]Z[0x8b][0x9a][0x99][0xd0]c[0xba]i[0x1b][0x8e][0xb1]$R[0xa7]h[0x99][0xc][0x93]"@[0x84]1c[0xf5][0x8c][0x91][0xc6][0x4]K[0xac].KL[0xb0]D[0xea][0xb1]t[0x7]G[0xeb]"[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xd3]uYN[0xb][0x96]P][0x96][0x90]`[0x99][0xab][0xcb]2'[0xc1][0x97][0xd6][0x9d]r[0xe1][0xdf][0x1b][0xec][0xb9][0x8d][0x93][0xc3][0xcc][0xd8]%[0xb9]#[0xb7]![0xc5][0x6]GA[0xa1][0x93][0xe6][0xed][\r]nm[0x9d][0x8c][0x9f]I[0xd8]NFQ[0xe3][0xb][0x15]5[0xce][0x3][0x16][0x11]IK$t[0xdb]>888[0xb8][0xb1][0x18][0x12][0xb][0xdf][0xf1]D[0xa6]|[0x16][0x95]X6o%[0xf4]qC[0x1c]2[0xc5]5[0xa3]_[0xe8]Sq[0xc]C*>![0x86][0x13]8)[0xe3][0xe7]*~[0x81][0xb7]%[0xdc][0xdd][0x80]#[0xac]o[0x15][0xbf][0xc4];*~[0x85]_[0xcb][0xb8][0xa2][0xe2]7[0x8][0xab][0xe8][0xc7][0x0]O0[0xb]S[0xcb][0x18][0xc9][0xc0][0xa5]'[0xf9][0xdb][0x17][0xc8][0xdb]D[0x8],[0xd2][0x9c][0xc5][0xfc]b@[0x1c]B[0x92][0xfb][0x85][0xf8]oe[0xfc]N[0xc5][0xbb][0xb8][0xaa]b[0x1a]3B[0x9f][0x8c]I[0xe9][0x94][0xf4][0xf0][0x83][0xbf][0x90]dL[0xd1]u^[0xb]e[0xd7][0x8f]qS[0x84]E[0xf5][0xfa][0x3]][0xde]d[0x11][0xfe][0xe4][0xca][0x95][0xf5][0x10][0xb6][0xb8]{oV[0x84]O[0xc5][0xe7][0xdc][0xcc][0xb4]b[0x16]1r[0x9][0x8c][0xfb]8[0x8b]=_[0x11][0xdb][0xef]*[0xa0][0xe3][0xdd]*[0xf9]w*[0xe4]}[0x88][0xe3][0xc][0xe7][0xb3][0xfc][0xdb]F[0xca][0x83][0xfc][0x8b]?[0x4][0xc9][0xc6][0xe7]][0xcc]s[0xeb][0x98]M[0xae]s[0x2][0xf3][0x9e][0x2]vTc[0xbe]W[0x85]9W[0x7][0xf3][0xa1][0x1a]vv[0x15][0xb0][0xb3][0x1a][0xf3]/U[0x98]_[0xa8][0x83][0xf9]p[0x83][0x98][0xaf][0xc2][0x1c][0xaa][0x83][0xf9]Hm[0xcc]][0xd5][0x98][0xff][0xa8][0xc2][0x9c][0xaf][0x83][0xf9]h[0x8d]x~[0xac][0x80][0xce]j[0xcc]Vaju0[0x17][0x1a][0xf4][0xfd][0xdf]U[0x98][0x89]:[0x98][0xc9][0xda][0x98][0xbb][0xab]1?[0xaa][0xc2][0xd4][0xb7][0xc0]T[0xc4]K[0xa2]\[0xe3][0xe9]2[0xe6][0xfe]U[0xec])[0xe0][0xce]?[0xa3]k[0xa2][0xf7][0xaf][0xe8][0xb8][0x8e][0xae]s[0xd7][0xb0]w[0x82][0xd4][0xde][0x2][0xba]{[0x85][0xaa][0xd2]y[0xed]d?[0x80][0xc4]g[0x9d][0xe4][0xc1]6[0xa9][0x9][0x9d][0x92][0x17][0xfb][0xa4][0x96]u[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xe1]<[0xc][0xae][0xa2][0xae][0x19][0xd2][0xb0]O[0xc6][0x5][0xd2][0xf9]N*+[0x1d]vU[0x12]k[0x15][0xfb][0xde][0x80]Z[0x4][0xa3][0xbe][0xff]m[0xb4][0xae]"P[0xc0][0x81]*[0xb7]$[0xc5]E[0x92][0xe1]i[0xf][0xcb]X$[0xa4][0x89]l[0x19][0xa8][0xbb][0xc][0xe4]][0x85]G[0x9c]L[0xa9]B[0xac][0xdd][0xef]C[0xae][0x11]N[0xc][0x91][0xf3][0x8b][0xb5]8[0xa5][0x9b]8[0xa9][0xdd]Z[0xef][0xad]q[0xb7]1[0x2]}E[0xdc][0xb5][0xc6]^ww[0x11][0x7][0xd7][0xe0][0xa1][0x6]or[\r][0xd2]u[0x1c]b[0xc][0xef]Y[0xc3][0x9e][0xeb]8|N[0xba][0x86][0xe0][0x1a][0x2]W[0xd7][0x11][0xdd]@2[0xa7]-[0xec][0xeb][0xdb][0xd8]k:q[0x9][0x1]6[0x88][0xbc][0xd0][0xdf][0x8][0x8][0xb4][0xc4][0xa1]R[0xfc]:[0xbf][0x1d][0xbf][0xb4][0xc4][0xc9]Ro[0xcb][0x9f][0xf8][0xe5][0xa1][0xaf][0xcc][0xab][0xeb][[0xc1][0xc6][0xb6][0xbd][0xf0][0xc8][0x12][0x97][0xc][0xef][0xa7][0xde]x?[0x84][0xe3][0x17]q[0xa0][0x9e][0xdc][0x9c][0x9e][0xbc][0xb6][0x1d][0xaa]B[0xec][0xc][0xf6][0xd5]T[0xf6]'[0x19][0x12][0xe7][0xf4][0xee]&[0x96]([0x19][0xa2][\r]A[0xb1][0xe7]b[0xaa]*[0xe2][0x99][0xf5][0xac][0xdb][0x9d][0xf2][0xde][0x9b][0xd1]kNk[0x95][0x8c][0x8]R[0xef][0xb9][0x99][0xd6]o[0xb6][0xdf][0x9f][0xdd]n[0xe][0xfc]~?[0x3][0xcd]K[0xec][0xb4][0xc6][0xa6]%N[0x19][0xfe][0x12][0x9d]x[0xc6]i[0xd3][0x80][0x1e]1uS[0xc7][0xbc]L[0xd1][0x18][0xa2]S[0x16][0x8c]C[0xe6][0x98]F[0xba][0x15][0xcd][0xe6][0xcb]ii[0xea][0xb2][0xae][0xa4][0x9e][0xdd][0xc9][0xd4]z[0x9];[0xbb][0x9a]~9[0xbd][0x9e][0x93]~[0xbe]y[0xc1][0xd5]=[0x14]lN4uP7[0xa9][0x83][0xba][0xdd][0xa4][0xe][0xea][0xa6][0xef][0xa0][0xee]N[0x8a][0xa9][0x83][0xba][0x9]1[0xa6][0xe]2L[0xdd]c[0x7]u3u[0xd0][0xce].RwP[0xc2][0xce]Rw[0x10][0xd4]RwP[0x12][0xca][0xd4][0x1d][0x94][0x9a][0xaf]:[0x9c]o[0x5][0xeb][0xcf][0xfb]/[0xf][0xe7][0xfc][0xb3][0xf8]Q}Ki[0x9d][0xec]~P_WG[0x7]Qg[0xb4]9~937PO[0xca][0x10][0xcb][0x4]U[0xd3]r/[0xfc]p[0xa4][0x1e]c[0x99][0xa0][0xea]u>[0x8][0xc3]q[0xa8][0xe2][0xb4]Nv?[0xc4]#[0x9b][0xfe][0xb6][0xaf].[0x17]sZ'[0xbb][0x1f][0xd4][0xc8]!u[0xa7][0xb0][0xc4][0xf5][0xff][0xbc]e[0x98][0xb7][0xd6][0x9d][0xc1][0x97]x[0x9e]?[0xcd][0x12][0x96][0xfd][0x2]26[0x1d][0xca][0x99][0xab][0xcf]rA[0xc9][0xa9]L[0xc5][0xfa][0xee][0xc][0xfb]J8[0xca]W[0xf6][0x5]Q[0x9c][0xf4]x[0xbf]aOe[0xff]x@[0xd9][0xe6][0xd5][0xbe][0xcb][0xb2][0xda][0xc][0xd7][0xa7]Lm[0x99][0xfd]z5:[0xb8]x[0xf3][0x82]?[0xbd][0xca][0x5][0xcd]%[0xec][0xf1][0x9f][0xe2][0xc][0xc4][0xd1][0xc1][0xad][0x98]H[0xf9][0xd5]-h.[0xe1][0x97][0xff][0xb7][0x4]sQ[0xf1]w[0xa2]:v[0xe6][0xd7][0xc6][0xcf][0xc3][0x8d][0xe0][0xce]`[0xa8][0xfe]{z[0xe2][0x86][0x1f][\r]6v[0xea][0xb8][0x16][0xbb],q[0xf6][0x9f]uNMR[0x96][0xbf][0x87][0x17][0xc4][0x13]K[0x9c][0xfb][0xf7][0xdd][0xa9][0xeb]V[0xd2][0x84]9KX[0xe2]5[0x11][0xff][0xfc][0x9e]S[0xa7][0xa2]([0x8][0xa1][0xf4]uqX[0xeb][0xbc]x[0x3]=[0x82][0x1e]E[0x8f])[0xfd]Y[0x1c][0x17]'[0xf4][0xf3]q[0xf1]&[0xfa][0x16][0xfa]6[0xe3][0xef][0xf0]|[0x12]=[0x85][0x9e][0xd6][0xe3]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xed][0x8f][0xf5][0xc][0xfa].[0xfa][0x1e][0xfa]>z[0x16]=[0x87]~[0x80]~[0x88]~[0x84]~[0x8c][0x9e]G/[0xa0][0x9f][0xa0][0x9f][0xa2][0x17][0xd1][0x12][0xba][0x80]^B/[0xa3]W[0xd0][0xab][0xe8]5[0xb4][0x8c]~[0xa6][0xf5]s8/[0xc2]y[0x11][0xce][0x8b]p^[0x84]s[0x5]N[0x15]8U[0xe0]T[0x81]S[0x5]N[0x15]8U[0xe0]T[0x81][0xb3][0xc4]/[0xf1]K[0xfc][0x12][0xbf][0xc4]/[0xf1]K[0xfc][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0xd7][0xe1][0xbc][0x4][0xe7]%8/[0xc1]y[0x9][0xce]U8U[0xe1]T[0x85]S[0x15]NU8U[0xe1]T[0x85]S[0x15][0xce]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]58[0xd7][0xa9][0xaf]N}u[0xea][0xab]S_[0x83][0xfc][0x6][0xf9][\r][0xf2][0x1b][0xe4]7[0xc8]o[0x90][0xdf] [0xbf]A}6~[0x1b][0xbf][0x8d][0xdf][0xc6]o[0xe3][0xb7][0xf1][0xdb][0xf8]m[0xea]kR_[0x93][0xfa][0x9a][0xd4][0xd7][0xa4][0xbe][0x16][0xf9]-[0xf2][[0xe4][0xb7][0xc8]o[0x91][0xdf]"[0xbf]E~[0x8b][0xfa][0x1c][0xfc][0xe]~[0x7][0xbf][0x83][0xdf][0xc1][0xef][0xe0]w[0xf0];[0xd4][0xb7]L}[0xcb][0xd4][0xb7]L}[0xcb][0xd4][0xe7][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef]R_[0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x9b][0xfa]n[0x88][0x9b][0xe8]-[0xf4]6zG[0xfb]W[0xc4]][0xfd][0xbc]":h[0x17][0xbd][0xc7]x[0x8f][0xe7]/[0xd0][0xfb][0xe8]*[0xe3]_[0xf2][0xfc][0x0]}[0x88][0xae][0xe9]q[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|O[0xe7][0xc7][0xfa][0x0]}[0x88][0xee][0xe6][0xaa]u[0xd5]9[0xf2][0x95][0xfe][0xfd]H[0xcc])[0x9d]W'KN<[0x16]y[0xf7][0xcc]_PK[0x7][0x8]@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/jboss/logging/DelegatingBasicLogger.class[0xc5]\[0xb]x[0x14]U[0x96]>[0xb7][0xbb][0x93][0x90][0xd0]yv[0x12][0x4]AAQ[0x1e][0x1][0xc3][0xd3][0x1d][0x15]Q[0xe4][0x11][0x12][0x9] D[0xd0][0xf8]X[0x9a][0xd0][0x84]@[0xe8]h'[0x84]Q|[0xce][0xc4][0xf1]9[0xe2][0x3][0x1d][0xd1][0x11][0x1d]I[\r][0x9][0x84][0x84][0x4]'8[0x8a][0xae][0x8f][0xf5][0x11][0xd0][0xf5][0xb1][0xea][0xac]:[0xeb]c[0xd5]YuV[0x9d]Uguf[0xd5][0xd9]s[0xaa][0xaa]/[0xc5][0xad][0xaa][[0xd5]U[0xed][0xec][0x97][0xef];u[0xab][0xbb][0xea][0xfc][0xe7][0x9e]s[0xff]s[0xcf]=_9[0xf0][0xfd][0xc3][0x8f][0x1][0xc0]T6=[0x7][0x96][0xc1]K[0xd9]P[0x3]/[0xe7][0xc0]+[0xf0][0xaf]4z[0x95]F[0xaf][0x91]x=[0x1b][0xf6][0xc2][0xef]h[0xf4]o$[0xde] [0xf1]&[0x89][0xb7]H[0xfc][0x9e][0xc4][0xbf][0x93]x[0x9b][0xc4];$[0xde]%[0xf1][0x1e][0x89][0xff] [0xf1]>[0x89][0xf]H|H[0xe2][0xf]$[0xfe][0x93][0xc4]G$>&[0xf1][0x9][0x89]?[0x92][0xf8]/[0x12][0x9f][0x92][0xf8][0x8c][0xc4][0xe7]$[0xfe]D[0xe2][0xbf]I|A[0xe2]K[0x12]_[0x91][0xf8]3[0x89][0xff]![0xf1]5[0x89]oH[0xfc][0x85][0xc4]_[0xc9][0xe6][0xff][0xa5][0xd1][0xb7]$[0xbe]#[0xf1]=[0x89][0xbf][0xa1]`@[0x82][0x91][0x8][0x90][0x8][0x92][0x8][0x91][0xc8] [0x91]I"[0x8b][0xc4] [0x12][0xd9]$rH[0xc]&[0x11]&[0x91]K"[0x8f]D>[0x89][0x2][0x12][0x85]$[0x8a]HDH[0x14][0x93](!Q[0x8a][0xb6][0xb0]!4:[0x82][0xc4]P[0xba][0x1d]F[0xa3]#I[0xc][0xa7][0xdb][0x11]4:[0x8a][0xc4][0xd1]t;[0x92]F[0xa3]H[0x1c]C[0xe2][0xd8],6:[0x87][0x1d][0xc7][0x8e][0xcf]bc[0xb2][0xd8][0xd8],6[0x8e]AAs,[0xd1][0x10]m\[0x16]K474[0xc5][0xcf][0xae][0x9c][0xc3][0x80]U1[0xc8][0x9d][0xdd][0x14]on[0x89][0xc6][[0x96]E[0x1b]7[0xc4]2z[0xde]j,[0xeb][0xbc][0xec][0xbd][0xa7][0x18][0x84][0xe6][0x9d]5{![0x83][0xa2][0x5]k[0xa3][0xad][0xd1][0xf2][0xc6]h[0xbc][0xbe]|iK[0xa2]!^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]`cS=[0x83]a[0xb][0x9a][0x12][0xf5][0xe5]kW657[0x97][0xe3][0x7][0xf5][0xf8]][0xf9][0x2][0xbc][0xc6][0x12][0xf8]H[0xe6][0x8c][0x86]xC[0xcb]L[0x6]#[0xc6][0xda]?6n[0x19][0xe2][0xcc]nZ[0x15]c[0x90][0xbf][0xa0]![0x1e][[0xb8]a[0xfd][0xca]X[0xa2]&[0xba][0xb2]1F[0xc8]Muho[0x14][0xad][0xc6]{[0xfd][0xc3]P[0xcb][0x9a][0x86]f[0x6][0xe3],t[0xce][0x89]5[0xc6][0xea][0xa3]-8<#[0xda][0xdc]P[0xc7]-[0xc9]kh[0xae]ID[0xeb]bs[0xe3][0xa4]b[0x15]Z?v\-[0x83][0x8c][0x16][0xfa][0x90]A[0xc9]X[0xc3][0xc][0x17][0xad]\[0x1b][0xab]kQ[0xed][0xca]Z[0x1f]kn[0x8e][0xd6][0xc7][0xe]w[0x81][0xfe][0x0][0x83][0xf1][0x16][0xaf][0x19]>[0xa9]Y[0x93]h[0xda]Hx[0xaa].[0xd6][0x82]8[0x96][0xdf]2[0x98]1[0xd6][0xec][0xe1][0x14]T[0xe7]4[0xaa][0xf3][0x9c]wq][0x9c][0xc1]"W[0xba][0xce]KA}[0xe6]E[0xd1]Dt=z[0x16][0xda][0x18]M[0xe0][0xa6][0x9d]A[0x97]V[0xfd][0x8a][0x1f]g[0xc4][0x12][0x89][0xa6][0x4][0xaa]S[0xaf][0xad][0xc9][0x1]}[0xb3]:[0xda][0x12]m[0xa4][0x1d][0x94][0xae][0xad][0xc9][0xc1][0xea],6[0x1e][0xbf]\[0x10]k[0x8d][0xe1][0x97][0xe1][0xca]x<[0x96][0x98][0xdd][0x18]mn[0x8e][0xe1][0xbe]=[0xdd][0xbe][0xfc][0x1a][0xad][0xbe]a3[0xdd][0x8c]FM[0xdd]H[0xa7][0xd7][0x19]Ty[0x80][0xb0]-8[0xce]OEY[0xea][0xe5]R[0x93][0xd5][0xde][0x9f][0xb2][0xf5][0xa9]TP![0xd4][0x89][0xa1][0x9a][0xef]a^6[0x85]BEZ\D[0x9a][0xce]M[0xb7][0xb3][\r][0xba][0xd7][0xfd]@[0xba][0xad][0xd1].H[0x5][0xcd]Cq[0x96][0xd2][0xb2]L[0xbd]x[0x8b][0xff]p[0xea][0xad][0x1][0xaf][0xfa]{[0x2]Z[0x9b][0xe0][0x93][0x8a][0x1e][0x82][0x18][0xff][0xe1][0x10]m[0xbd][0xfc][0xf7][0x3][0xb4]6[0xe1][0xb6][0xff]_[0x13][0xac][0x8d][0xa2][0x9c][0x88][0xfb]YvC3[0xdf]#[0x8f]u\[0x90]th[0x1f]4[0xa3][0xae]Q[0xef]+[0xe0])[0x9e][0x8e][0xbf]K[0x9b]6$[0xea]b[0xf3][0x1a][0xa8]90[0xcc][0xb2][0x5]p[0x2][0x99][0x10][0x86][0x95][0xf0]B[0x18]V@4[0x8b][0x95][0x85][0xa1][0x1][0xd6][0x86][0xe1]B[0xf8][0xc7]0[0xac][0x83][0x4][0x89][0x96]0[0x9b][0x0][0xf][0x85]a?[0xde][0xe3]:[0xc6]q1-n[0xbc][0x1e][0xc0][0xef]VB[0x1d][0xca]Ux7[0xf][0x9f][0x9][0xe0]5g[0xfc]>`[0xe3][0xcb]~[0x3][0x81]^[0xf5][0xbd][0x18][0xca]<[0xd4][0x6]0[0x9]B0[0x19][0xb2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xc6][0xbb]R[0xed]i[0xa8][0x87]5[0x0][0xea][0x88][0xb4][0xe2][0x9][0x9c]([0xa3][0xeb][0x9c][0xa2][0xde][0x3][0xc][0x1a][0xff] [0x4][0xfa]![0xd8][0xc5]5f[0xaa][0x9f][0x9f][0xa8]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcf][0xe8][0x9a][0xb0][0x1e][0x80]F[0xfd][0xfd][0xb9][0x88]H([0xb9][0xf4]~[0x1f][0x84][0xca]X?d[0x1c]2+G[0xfd][0xf2][0x14]T0[0xc3]`R.7)[0x17][0xd6]C\5a[0x1d]4[0xe9]*[0x17][0xa1][0xca][0xa0]Q[0xe5][0x4][0xb][0x95][0xa7][0xa3][0xca]Y[0xaa][0xca][0x91][0xda][0xc3]&[0x95]4[0xba][0x8].[0xc6][0xa7]IyBW[0xbe][0x1c][0x95][0x87][0xf0]:[0x98][0x94][0x97]M[0x98]h[0xa1]z.^[0xe7][0xa9][0xaa][0xc7]k[0x8f]r[0xd5][0x83][0xa1][0x19][0xc3][0xc3][0xd4][0x11][0x81][0x4][0xd4][0x11][0x81][0x4]U[0x90][0x16][0x1d][0xa4][0xe]2[0xf0]O[0x9f][0x1][0x82][0xc][\r][0xf5]C[0xa6][0x8]S[0x85]38S[0x85][0x99][0xa6]=l[0x98]A[0x12]&[0x97][0xc3][0xe4][0xc2][0x6]h[0xd5]gJ[0x80]![0xb8][0x1a]6[0xc2][0x8f]u[0xc0][0xa5][0x18]-[0xfa][0xae]PwY[0x1f]`fD[0xb7][\r][0x12]A[0x17]A[0x1],6[0xb8][0xad][0x90][0x83][0x16][0xc2]%:h[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "En[0xdb][0x8][0x97]:[0x0]d[0x8b][0x0]5[0x8]p[0xb6]#[0xc0]&uV[0x4]p[0x99][0xe]p!d[0xa9][0xce].:[0xc][0x0][0xc3][0x93]#"[0x9c][0x8b][0xef][0xd7][0x1a][0xc2]S[0xc4][0x11][0x8a]8B[0x91][0x8e]@[0xa3][0xcb]q[0x14]T[0xb1][0xae][0xd0][0xb1][0xd6][0xe2]J&[0x8f][0x17][0x1f][0x8e]EQ[0x1a],[0xa2]][0x8][0x11][0xd4]y(J[0xc5][0x1c][0xad][0x98][0xa3][0x15]s[0xb4]b[0x1d][0x8d]FW[0xe2]H[0x8b][0xd2]U:[0xee][0x5][0xe8][0xc4][0xd0][0xe1]NT[0xa7]h[0x8a]R[0x1d]:q[0x95]a[0x8a]F'R[0xf0][0x19]wg[0x80][0xc7]K[0x9b][0xe2][0xd5][0xe]P[0xa6]x[0xad]A[0xa8][0x86][0x14][0xa0]6qo[0xfe]D[0x87]j[0xc0][0xc8][0x91]g"[0x87]A[0x91]3M[0xa1][[0x8f][0xe1][0x88][0x1b][0x9c][0x19][0xe1]`[0x11][0xe][0x16][0xe1]`[0x11][0x1d][0x8c]F[0x97][0xab][0xce]$[0xd8][0x9f][0xea][0xb0][0x1b]0[0x88][0x99]x-[0x11]`[0x87]fXD1[0x81][0xf1]hV[0x81]gj/q[0xe0][0x12][0xe]\[0xc2][0x81]K8p[0x89][0xe]L#[0x8a]g[0x6]:[0xb8][0xcd][0x91]ua[0x11]~#:[0xf9][0xc7][0xae]Y[0xd7][0xe6][0xc8][0xba]\[0x11][0xe0]2[0x4][0xb8][0xdc]5[0xeb][0xda][0x9c]Y[0x97]'"\[0x8d][0xef][0xff][0xc4][0x3][0xeb][0xda][0xdc][0xb0]._D[0xfb][0x19][0x86][0xfc]Z_[0xac]ksd[0x9d])J7[0xa2][0x13]o[0xf2][0xc0][0xba]6G[0xd6][0x99][0xe2]u[0xb]B[0xdd][0xea][0x81]um.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0x1d][0x18][0x8e];}[0xb1][0xae][0xcd][0x15][0xeb]LQ[0xbc][0x1b][0xe3]qOZXG&\[0xa3][0x9b][0xb0][0x0][0x9f][0xa1][0xa7]r[0xd4][0xcd]ux?[0x14][0x88][0xb8][0xf7]a[0x5]t[0xbf][0x81][\r][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xb9]zrp[0x8d]][0xab][0xb3][0xe1]:[0xcb][0xda]`[0xf8][0x88]~([0x14]U[0xb7][0xe3]U[0xb1][0xa9][\r].[0xe1][0xb5][0xc1][0xf5][0xaa]j[0x1a][0xdd][0x80]#-p7Z[0x83][0xe0][0xea]([0x12]A:[0xf1][0xba]3%[0x90][0xe4][0xea][0xb8][0xc9][0xb2][0x0][0x19]>[0xa2][0x4][0xd7]ED[0x84][0xe9][0xc6][0x2][0xa4][0xc7][0xa6][0x0][0xb9][0x84][0x17] I[0x98]\}.4[0xfa]9[0x8e][0xb4]uq[0xb3][\r] -[0xc4]b[0x11]p/[0x2]>[0xe8][0x11]0[0xb9][0x10]7[[0x3][0xaa]+[0xbf]D[0x4]|[0x8][0x1][0x9b][0x12]`[0xdc][0x4]x[0x8b]u[0xe1][0x88][0x8b][0xa3]T[0x84]{[0x14][0xaf][0x8f][0xd9][0xc4]-[0xb9][0xde][0x7][0xf3][0xf5]>X][0x81]Z[0xdc]n[0xb5].[0x1c][0xd5][0xb8][\r][0x11]a[0x9e][0xc4]Y=e3[0xab]$L.[0x87][0xd1][0xe6][0x17][0xe4][0xe][0xd5]fu[0x9b][\r] [0xb9][0xf1][0x8][0x11][0xf0]Y[0x4]|[0xce]#`[0xd2][0x8d][0xb7][0xeb][0x80]M[0x98][0x9]([0x17][0xe4][0xf3][0x19][0x96]`[0xea][0x18]*B>[0x8f][0x7][0x9a][0x17][0xc][0xa9]#[0x9f]C[0xe6]s[0xc8]|[0xe][0x99][0xcf]![0xf3][0xf5]9[0xd2][0x88]V[0xa9][0x96]:[0xb6][0xd8][0x82]S[0xde][0x1a]&[0x82][0xbf][0x8c][0xe0][0xaf][0xf8][0x6]O[0xe6][0xad];l[0xc0][0xb5][0xa4]y[0xa4][0x8][0xfe]:[0x82][0xff][0xce]#x[0xdc][0x4]~'O[0x9a][0xda][0xea][0xd5][0x92][0xe6][0xc8]~[0x18].[0xe2][0xbe][0x85]I[0xf3][0xf7].[0x92]f[0xad][0x9e]4[0xa1]k>G[0x9f]VX[0xd3]\[0x8a][0xb]h[0x84][0xa8][0xfb]]\[0xec][0xef][0x19][0x88][0x11][0xe6][0xba][0xc3]\w[0x18]gR[0xab]>[0x1d][0xc6][0x99][0xd4][0xea][0xcb][0xe6].[0x8e][0xa2][0xad]S[0x1d][0x85][0x96][0xe9]Q"[0xca][0x87][0x88][0xf2][0x87][0x94]P[0x92][0x8b]s[0xab][0x8e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xb7]Ax[0xcd]K[0xce][0xa5]4[0xb3][0x1f][0x8e][0x16]q>[0xc1][0x85][0xfd]G[0x3][0x1d][0xf2]8N[0x1e][0xc7][0xc9][0xe3]8y[0xfa]lh[0xf4]s[0x1c]e[0xaa][0x88]ws[0xc4],[0xfc]3 [0xe]E[0xc4][0x91]"[0xe2][0xe7][0x88][0xf8]'[0x8f][0x88]q[0x1d][0xf1][0x1e][0x8e][0xa8][0xc5]+/[0xe9]IZ[0x85][0xa3]D[0xc4][0xaf][0x10][0xf1][0xcf])![0xc6][\r][0x88][0xda][0xda][0xfb]%[0xcf][0x9c]Z[0xec][0xf4][0xcc]9[0xaa][0x1f][0x8e][0x11][0xe1][0xfe][0x82][0xd7][0xbf][0xa6][0x94]9k[0xf5][0xcc]y/Od[0x9a]#[0xf5]D6[0xaa][0x14]gu[0xac][0x8][0xf3]=F[0xfd]o)%[0xb2]Z[0x9e][0xc8]j[0xf5]Ym[0xe3][0x80][0x9a][0x1f][0x93][0x80][0xe4][0xc6][0xd1][0x2] [0xb]B[0x98][0x85]<[0x2]&[0xdd]x[0x1f][0xcf][0x1f][0xd9][0xf8][0xc7][0xf3][0x7][0xce][0xb0]4[0xab][0x1f][0x8e][0x13]![0x7]A[0x1e][0xcb]N)[0xd4][0xf2][0xfc]Q[0xab][0x1a][0x99][0xaf][0xae][0xd3],[0x15][0xfc]~[0xe][0xae]1[0xe3][0x10][0xf8]P[0x4]?^[0x4][0xcf]E[0xf0]<[0xdf][0xe0]q[0x1d][0xfc]W[0x1c]\[0x8b]m>w5[0xb1]d[0x8c][0x8]^[0x84][0xe0][0x11][0x8f][0xe0]q[0x3]8[0xf1][0xe5][0x1][0xbb][0x6][0xd9]X[0xa1]A[0xc6][0x86]X6[0xc8][0xb6]K[0x1b]d[0xe3]D[0xd3][0x87][0xe3]:[0x19][0xe1][0xd0] [0xdb].m[0x90][0x99]T[0x8e]B[0x95][0xc7][0xb8]n[0x90]m[0x97]4[0xc8]L[0xaa][0x8f][0x87][0x1c]6[0xc6]C[0x83]l[0xbb][0xb4]A6^[0x84])[0x3][0xea][0xe3][0xfb]i[0x90][0xb5]K[0x8e][0xea]e[0x96][\r]26[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8]d[0xd7]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xb2]A[0xc6][0xa6]#[0xc0][0x89][0xae][0x8f][0xea][0xed][0x92][0xa3]z[0x99]u[0x83][0x8c][0x9d][0xc][0x85][0xec][0x14][0xf]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xae]A[0xc6]N[0x83][0x8];[0xdd][0xd7]Q[0xbd]]rT/[0xb3]l[0x90][0xb1]9[0xe8][0xc4][0xb9][0x1e][0x8e][0xea][0xed][0x92][0xa3]z[0x99]e[0x83][0x8c]U"T[0x95][0x87][0xa3]z[0xbb][0xe4][0xa8]^f[0xd3] c[0xb][0xa1][0x88]-[0xf2]uTo[0x97][0x1c][0xd5][0xcb]l[0x1b]dl)[0x14][0xb3][0x9a]45[0xc8][0x14]G[0xd6][0x89][0xad][0x17]v[0xe]:[0xf9]\[0xd7][0xac]S[0x1c]Y'6\[0xd8][0x5][0x8]p[0xa1]k[0xd6])[0xce][0xac][0x13][0xbb],l%[0xb2][0xae][0xce][0x3][0xeb][0x14]7[0xac][0x13][+[0xac][0x1e]Y[0xb7][0xc6][0x17][0xeb][0x14]G[0xd6][0x99][0xa2][0xd4][0x88]N\[0xef][0x81]u[0x8a]#[0xeb]L[0xf1][0xba][0x18][0xa1][0x12][0x1e]X[0xa7][0xb8]`[0x9d])t[0xad][0xc8][0xba][0x8d][0xbe]X[0xa7][0xb8]b[0x9d])[0x8a][0x9b][0x90]u[0x97][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]&[0x88][0xb8]WA6[0xbb][0xda]u[0x83]L[0x91]4[0xc8]&[0x8a][0xaa][0xaf][0xc1][0xda][0xe0]g[0x1e][0x1a]d[0x8a][0xa4]Av[0x82][0x8]r[0x3][0x82][0xdc][0xe8][0xa1]A[0xa6]H[0x1b]d[0xe5]"[0xcc]f,@n[0xf1][0xd5] S[0xa4][\r][0xb2]I"[0xe0][0x16][0x4][0xbc][0xc3]W[0x83]L[0x91]6[0xc8]&[0x8b][0x80][[0x11][0xf0]n_[\r]2E[0xd2] [0x9b]"[0xc2]m[0xc3][0xb8][0xdd][0xe7][0xa1]A[0xa6]H[0x1b]dSE[0x98][0xed]8[0xab]v_[\r]2E[0xda] [0x9b]&[0x2]v `[0xa7][0xaf][0x6][0x99][0xe2][0xd0] [0x9b].B[0xee][0xc6][0xc3]Nw[0x9a][0x1a]d[0x8a]C[0x83][0xec]D[0x11][0xbc][0xf][0xc1][0xf7][0xa6][0xa9]A[0xa6]84[0xc8][0xfe]A[0x4][0xdf][0x87][0xe0][0xf][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]~$[0xe2][0xee][0xc7][0xa4][0xf9][0xa8][0xeb][0x6][0x99]"k[0x90][0x9d]$[0xea]~[0x2][0x6][0xb3]'=4[0xc8][0x14]Y[0x83][0xec]d[0x11][0xe5][0x19]Dy[0xd6]C[0x83]L[0x91]7[0xc8]N[0x11]q[0xe]B.{[0xde]W[0x83]L[0x91]7[0xc8]f[0x88][0x88]/![0xe2][0xcb][0xbe][0x1a]d[0x8a][0xbc]Av[0xaa][0x88][0xf8][0x1a]"[0xbe][0xee][0xab]A[0xa6]H[0x1a]d3E[0xb8]71s[0xbe][0xe5][0xa1]A[0xa6]H[0x1b]d[0xa7][0x89]0[0xef]`"{[0xd7]W[0x83]L[0x91]6[0xc8]N[0x17][0x1]?@[0xc0][0xf]}5[0xc8][0x14][0x87][0x6][0xd9],[0x11][0xf2]c[0xcc][0x1f][0x9f][0xa4][0xa9]A[0xa6]84[0xc8][0xce][0x10][0xc1]?C[0xf0][0xcf][0xd3][0xd4] S[0x1c][0x1a]d[0xb3]E[0xf0]/[0x11][0xfc][0xab]45[0xc8]~m[0xd7] [0x9b]#6[0xc8][0xbe][0xb1]l[0x90][0xed][0x90]6[0xc8][0xe6][0x8a][0xa6][0x87][0xeb][0xe4]{[0x87][0x6][0xd9][0xe]i[0x83]LT[0x19][0x8]@8[0x10]t[0xdd] [0xdb]!i[0x90][0x99]TgAN`[0x90][0x87][0x6][0xd9][0xe]i[0x83]l[0x9e][0x8][0x13][0xc6][0x19][0xe4][0xfa]j[0x90]uH[0x8e][0xea][0x15][0x96][\r][0xb2]@![0x14][0x4][0x8a]\[0x1f][0xd5];$G[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x6]Y[0xa0][0x14][0x1][0x86][0xb8]>[0xaa]wH[0x8e][0xea][0x15][0xd6][\r][0xb2][0xc0][0x91]P[0x18][0x18][0xee][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]5[0xc8][0x2]#![0x12][0x18][0xe5][0xeb][0xa8][0xde]!9[0xaa]WX6[0xc8][0x2][0xc7][0xa1][0x13][0x8f][0xf7]pT[0xef][0x90][0x1c][0xd5]+,[0x1b]d[0x81][0xf1][0x8]U[0xe6][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]4[0xc8][0x2][0xe5]P[0x14][0x98][0xe4][0xeb][0xa8][0xde]!9[0xaa]W[0xd8]6[0xc8][0x2][0xd3][0xa0]80=M[\r][0xb2]NG[0xd6][0x89][0xad][0x97][0xc0]I[0xe8][0xe4][0x93]][0xb3][0xae][0xd3][0x91]ub[0xc3]%0[0x13][0x1]Ns[0xcd][0xba]Ng[0xd6][0x89]][0x96][0xc0]ld[0xdd][0x1c][0xf][0xac][0xeb]t[0xc3]:[0xb1][0xb5][0x12][0x98][0x8f][0xac][0xab][0xf4][0xc5][0xba]NG[0xd6][0x99][0xa2]T[0x8d]N\[0xe8][0x81]u[0x9d][0x8e][0xac]3[0xc5]k[0x9]B-[0xf5][0xc0][0xba]N[0x17][0xac]3[0x85]n9[0xb2][0xee][0x1c]_[0xac][0xeb]t[0xc5]:S[0x14][0xcf]G[0xd6]][0x90][0xa6][0x6][0xd9]Ni[0xc5]1_[0x84][0x8e][0xe2][0xe6][0xba][0xd2][0xa1][0xe2][0xd8])[0xad]8L*W[0xa3][0xca]z[0xd7][0x15][0xc7]NI[0xc5]aR[0xbd][0xe]+[0x8e]F[0xf][0x15][0xc7]Ni[0xc5]Q)[0xc2]\[0x84]3[0xb8][0xd8]W[0xc5][0xb1]K[0x92][0xfb][0xaa][0xac]+[0x8e][\r][0xb8][0xd4][][0xe7][0xbe]][0x92][0xdc]We]q\[0x8a][0x0][0x9b]\[0xe7][0xbe]][0x92][0xdc]WeSq\[0x89][0xb9][0xef]*[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]V[0x1c]m[0x98][0xfb][0xae][0xf1][0x95][0xfb]vIr_[0x95]u[0xc5]q=:[0xf1][0x6][0xf][0xb9]o[0x97]$[0xf7]UYW[0x1c]7#[0xd4]f[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]U[0x1c][0xb7]c[0xee][0xdb][0xe2]+[0xf7][0xed][0x92][0xe4][0xbe]*[0xfb][0x8a][0xe3].[0xcc]}[[0xd3]Tqt9[0xb2][0xce][0xb4][0x97][0xdd][0x8b]N[0xde][0xe6][0x9a]u][0x8e][0xac]3[0xed]`[0xf] [0xc0]v[0xd7][0xac][0xeb]rf[0x9d]i[0xdb][0xda][0x81][0xac][0xeb][0xf0][0xc0][0xba].7[0xac]3[0xed]U][0xc8][0xba][0xdd][0xbe]X[0xd7][0xe5][0xc8]:S[0x94]z[0xd1][0x89]}[0x1e]X[0xd7][0xe5][0xc8]:S[0xbc][0xfa][0x11]j[0x9f][0x7][0xd6]u[0xb9]`[0x9d])t[0x8f] [0xeb][0xf6][0xfb]b][0x97]+[0xd6][0x99][0xa2][0xf8]8[0xb2][0xee][0x89]4U[0x1c][0xbb][0xa5][0x15][0xc7][0x99]"[0xf4][0xd3][0xb8][0xb9]>[0xe3]Pq[0xec][0x96]V[0x1c]&[0x95][0x7]P[0xe5]A[0xd7][0x15][0xc7]nI[0xc5]aR[0xfd]"V[0x1c]/y[0xa8]8vK+[0x8e][0x5]"[0xcc][0xab]8[0x83][0xd7]|U[0x1c][0xdd][0x92][0xdc]Wm]q[0xbc][0x81]K[0xfd]M[0xd7][0xb9][0xaf][[0x92][0xfb][0xaa][0xad]+[0x8e][0xb7][0x11][0xe0][0x1d][0xd7][0xb9][0xaf][[0x92][0xfb][0xaa]m*[0x8e][0xf7]1[0xf7]}[0xe0]![0xf7]uKr_[0xb5]m[0xc5][0xf1][0x11][0xe6][0xbe][0x8f]}[0xe5][0xbe]nI[0xee][0xab][0xb6][0xae]8>E'~[0xe6]![0xf7]uKr_[0xb5]u[0xc5][0xf1][0x5]B}[0xe9]![0xf7]uKr_[0xb5]][0xc5][0xf1]5[0xe6][0xbe]o|[0xe5][0xbe]nI[0xee][0xab][0xb6][0xaf]8[0xbe][0xc5][0xdc][0xf7]][0x9a]*[0x8e][0x1e]G[0xd6][0x89]{Y[0x90]AA0[0xe0][0x9a]u=[0x8e][0xac][0x13]w[0xb0]`&[0x2]d[0xb9]f][0x8f]3[0xeb][0xc4]m+8[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]a[0xf][0xac][0xeb]q[0xc3]:q[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]@$X[0xe8][0x8b]u=[0x8e][0xac]3E[0xa9][0x4][0x9d]X[0xea][0x81]u=[0x8e][0xac]3[0xc5]k[0x18]B[0x1d][0xe9][0x81]u=.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xd1]P[0x14][0x1c][0xe9][0x8b]u=[0xae]Xg[0x8a][0xe2]h([0xe][0x1e][0x97][0xa6][0x8a]c[0x8f][0xb4][0xe2]X(B[0x8f][0x83]pp[0xbc]C[0xc5][0xb1]GZq[0x98]T[0x9e][0x80]*[0xcb]]W[0x1c]{$[0x15][0x87]I[0xf5]T[0xc8][0x9]N[0xf3]Pq[0xec][0x91]V[0x1c][0x8b]D[0x98][0x1f][0xe1][0xc]N[0xf2]Uq[0xf4]Jr[0xdf]b[0xcb][0x8a]#x*.[0xf5][0x99][0xae]s_[0xaf]$[0xf7]-[0xb6][0xac]8[0x82]g [0xc0]l[0xd7][0xb9][0xaf]W[0x92][0xfb][0x16][W[0x1c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc]}[0xf3]=[0xe4][0xbe]^I[0xee][lWq[0x4][0x17]`[0xee][0xab][0xf6][0x95][0xfb]z%[0xb9]o[0xb1]e[0xc5][0x11]<[0xb][0x9d][0xb8][0xc4]C[0xee][0xeb][0x95][0xe4][0xbe][0xc5][0x96][0x15]Gp[0x19]B-[0xf7][0x90][0xfb]z%[0xb9]o[0xb1]M[0xc5][0x11]<[0xf]s[0xdf][0xf9][0xbe]r_[0xaf]$[0xf7]-[0xb6][0xad]8[0x82]+0[0xf7]E[0xd3]Tq[0xf4]9[0xb2][0xce][0xb4][0x97][0xc5][0xd0][0xc9][0xab]][0xb3][0xae][0xcf][0x91]u[0xa6][0x1d]l-[0x2][0xac]s[0xcd][0xba]>g[0xd6][0x99][0xb6][0xad]&d[0xdd]E[0x1e]X[0xd7][0xe7][0x86]u[0xa6][0xbd][0xaa][0x5]Y[0xb7][0xc1][0x17][0xeb][0xfa][0x1c]Yg[0x8a][0xd2]%[0xe8][0xc4]K=[0xb0][0xae][0xcf][0x91]u[0xa6]x][0x81]PWz`][0x9f][0xb][0xd6][0x99]B[0xf7]Sd][0x9b]/[0xd6][0xf5][0xb9]b[0x9d])[0x8a][0xd7]![0xeb][0xae]OS[0xc5][0xb1][0x2][0xfa]u[0x13][0xce][0xd2]I[0x91][0xcf][0xcb][0x3][0x86]5[0xc7]Y"[0xf8][0xcd][0x90][0x17][0xdc]l[0xa0][0x84][0xf1]G([0xfb][0xe0]![0xd0]~[0x84][0xb2]^[0xa7][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xad][0xae][0xfe]<=[0x86][0x6][0xf5][0x13]-[0xd4][0xdf][0x8e][0xea][0xb7][0x18]"(S[0x9f][0xfc][0xdd]KP[0x5]zXR$,[0x11]a[0xee][0xc2]"a[0xab]M[0x91][0x90][0x84][0xd1][0xca][0x5][0xad]HX[0xcf]8[0xab][0x15][0x9][0x4][0xf8][0x8]X[0xfe][0xee]Q[0x8f][0x9a]if[0xf7][0xe2][0xcc][0xb6][0xd9][0xfc]z'Y[0x97]hs[0xc][0xf0]9j[0xe]&B[0x84][0xf8]l)W[0xee][0x87]G[0xed][0xdc][0xca],w[0xbe][0x7][0x10]|[0xbb][0xa3][[0xf][0xfd]t([0xc9][0xc1][0xfd][0xf0][0x98][0x14][0xc8][0xb4][0xef][0xed]@[0xa0][0x8e][0x14][0x80][0x92][0xc][0xdc][0xf][0xff][0xa4][0x3][0xd5][0xeb][0xc],4[0x0]Y[0xee]z]Hvc[0xc3][0xd6]H[0xf6]$[0x94][0x99][0xec]4J[0xf2]o?<[0xae][0x83]6[0xeb][0xfc][0x8b][0x1c][0x6]j[0xb9][0xe7][0xf5]"[0xed][0xfb][0xc]q4[0xd2]>[0x9]+[0xa3]=[0x8d][0x92]{[0xde]~xB7`5[0xea][0xa2]I[0x14]pz[0xa8][0x93]6[0x5][0x12][0xd3]Ap[0x9f]a[0xd2][0x5][0x1c][0xbd][0x80][0xa3][0x17][0xe8][0xf5]9[0x8d][0xc8][0x8e][0xa0]:[0xd2]V[0x11]M[0xfa]I9[0xa6])[0xa6][0x8f] [0xe6]~O[0x98][0x9b][0xb8][0xa3][0x9f][0xd2]1[0x13][0x18]][0xf2]Z[0x91][0x11][0x93][0xfc]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe3][0xb8]3[0x1a];[0xb9][0xc6][0x9d]1[0x89]Z[0xc4]Q[0x8b]8j[0x91][0x8e][0x9a][0xdc]-3T[0xfc][0xd6][0xf1][0xaf][0xc0]@[0xd3]O[0xed][0x8a][0xf][0xc7][0xa7][0xdf][0xdb][0x99]"[0xfd]4[0xee][0x96]ZCw[0xbe][0xf6][0x8e]a[0xb7]LZP[0xcc]-([0xe6][0x16][0x14]s[0xb][0x8a]u[0xb][0x92];h[0xa6][0x1a][0xf3][0xa7][0xa5][0x89][0xc3][0x14][0xf2][0x3]H[0xa9][0x83])$[0xe]-%&i[0x16][0xe2]|[0xd6][0x1c][0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x14][0xdc][0x14][0xfb][0x17][0x11][0xfc]%[0x9f][0xe0][0x9b]x[0x14][0x9e][0xd5][0xc1]7[0xe9]?x,4[0x80]S[0x8]L[0x8b][0xe0]U[0xe4][0xf8]k[0x86][0x10][0x18]9[0xde][0xcc][0xb][0xb0]$|![0x87]/[0xe4][0xf0][0x85]:|[0x92][0xf7][0x99][0xaa]![0xcf][0xe9][0x86]\[0xab][0xff][0xec]3r[0x98]![0xf4][0xd3]O[0xd3]jx[0x3]y[0xaf]5[0x95][0x97]h[0xaf][0x18]x[0x9f]4%[0xc2]M[0x89]pS"[0xdc][0x94][0x8]7%[0xa2][0x9b][0x92][0xcc][0x5]Y[0xb8].[0x6][0x1c]r[0xba][0xa9][0xae]z[0x1b]C[0xf3][0x8e][0x87][0x9c]>[0xe0][0x90][0xd3]MU[0xd5][0xfb][0x8][0xf4][0x81][0x87][0x9c]>[0xe0][0x98][0xd3]M5[0xd5]G[0x18][0xef][0x8f]}[0xe5][0xf4][0x1][0x17]9[0xdd]TQ}[0x8a][0xb1][0xfd],M9}[0xc0])[0xa7][0x9b][0x2][0xf9][0x5][0xe6][0xd7]/}[0xe5][0xf4][0x1][0xa7][0x9c]n[0x8a][0xe9][0xd7][0x88][0xf9][0x8d][0xaf][0x9c]>[0xe0][0x9c][0xd3]M[0xe1][0xfd][0x16]s[0xfa]wi[0xca][0xe9][0x3]nr[0xba][0x18][0xe9][0x10][0x83]H([0x90][0xe6][0x9c]N[0xb6][0xc8][0xd3][0xaa][0xe8][0xfe]P&[0xe4][0x85][0xb2][0xd2][0x94]V[0x7][0x1c][0xd3][0xaa][0x18][0x87][0xd0]`([0x8][0x85][0xd3][0x9e]V[0x7]\[0xa4]US@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0](T[0xf8][0x83][0xa6]U[0xf9]v+[0xb2]1T[0x82][0xa1])M[0xd3]v{[0x0][0xe][0xea][0xe0][0xa7][0x82][0xf6][0xbf]_[0xb3]U[0xf0]~X*[0xfc][0xcc]>4[0xcc][0xd0][0xc7][0xcd][0xe6][0x90][0xd9][0xfa][0xa2][0x1c][0x4][0xcf][0xc3][0xb][0xba][0xaa]Q[0xaa][0x9][0xf8]]QM?[0x9c][0xbd][0x17]B4[0x3]vH[0x15][0x8c]F%[0xff][0xa2][0xaa][0x11]~[0xa3][0xce][0x8b][0xc1]^x[0x5][0x1e]<}[0xe8][0xff][0x1]PK[0x7][0x8])%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger$1.class[0x85]Sko[0xd2]P[0x18]~[0xe][0xb7][0x2][0xeb]\[0x87][0xd3][0xb1][0xa9][0x13][0xa5]n[0xe0]e[0xd5][0xdd]4[0xd1][0x18][0x91][0x15]C,`[0x0][0xb7][0xf][0xfb]b)'P[0xac][0xad]i[0x1][0x92][0x9f][0xd5][0xc4][0x18]c[0xf6][0x3][0xfc][0xb][0xfe][0x17][0xe3]{:[0x92][0xee][0x83][0xdb][0x92][0x9e][0xe7]9[0xcf][0xe9]{[0xed]{[0xfa][0xfb][0xef][0xcf]c[0x0][0xdb]x[0x92][0xc5]*[0xae]e0[0x87][0xeb][0x19][0xda][0xdd][0x10]rM[0xc2]M![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]n[0x9][0xb8]-[0xa0](@[0x95]pG[0xc2][0x6]CY[0xed]|[0xb2][0xc7][0xd6][0xb0]a~T=[0xa0][0x8e]z^[0x10][0xa8][0x8e]7[0x18][0xd8][0xee]@5[0x88][0xb9][0xaf][0x1a]|[0xca][0x1d][0x86][0xd8]Q[0x9d]![0xfd][0xcc]rl[0xd7][0x1e]?g[0x88][0x97][0xca][0x7][0xc][0x89][0xaa][0xd7][0xe7][0xc][0xb][0x86][0xed][0xf2][0xe6][0xe4]C[0x8f][0xfb]][0xb3][0xe7][0xd0]I[0xce][0xf0],[0xd3]90}[[0xe8][0xd9][0xe1]|glZ[0xef])[[0xa8][0xa9]B[0x86]l[0xc7][0x9b][0xf8][0x16][0xaf][0xd9][0xe2][0xfd]"[0xa5][0xdc][0x19]m[0x9d]$[0xde][0x1c][0x99]S[0x93]B[0xeb][0xae][0xe5]x[0x1][0x15][0xd4][0xe0][0xe3][0xa1][0xd7][0x97]P[0x92]pW[0xc6]}<[0x90]1[0x8f]K26[0xa1][0xc9]x[0x88]G[0xc][0xab][0xc2]EsLw[0xa0]5[0xbd][0xce][0xc4][0x1a][0xd6]l[0xee][0xf4]u[0xdf][0xf7]|[0x19][[0xc2]l[[0xc0][0x8e][0x80]][0x1]{[0xd0][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xba][0x16][0xb6][0xae][0xcd]Z[0xd7]N[0xd7][0xa1]R`[0xb9][0xee][0xba][0xdc][0xaf]:f[0x10][0xf0][0x80]A[0x89][0xf2][0xb4]z#n[0x8d][0x19][0xd6][0xce][0xf]"[0xe1][0xf1]Y6[0xa7][0xbe]qr[0xc6][0xa9][0xa9][0xe9]LD[0xa2]b[0xa9]|d[0x9c][0xef][0xf5][0x94][0xdc]j[0x95]n[0xc5][0xa0]F.6[0x95]<[0xbf]o[0xbb][0xa6][0x13][0xce][0x8f][0x6][0x9a][0xd4][0xdb][0xed]V[0x9b][0xe6]xXi7[0x89][0xea][0xcd]Z[0x8b]N[0xf7][0xf5][0x97]o_[0x11]w[0xdb][0x95][0xaa][0xce][0x90]?+[0xae]R[0xa0]K'[0xd3]%dJ^[0xc]C[0xec][0x90][0xc6][0x2][0x14][0xe2]ER[0x10][0xa7][0x1d][0xc0][0x80][0x1d][0xff][0xca]~C[0xec][0xab]x[0xe2][0xdf][0x91]H[0xb4]>#[0xf1]:[0x94])[0x92][0xc9]HJ$S[0x91]L[0x93][0x94]"[0x99]![0x99][0x8e]d[0x96][0xa4]rb[0xfd][0x5])d[0xb0][0x84]e$[0x91]G[0x11][0xeb][0xc4][0x1b]4[0xf7]][0xe2]=T[0xb0]O[0xac][0xe3][\r]:[0xc4]][0xbc][0x83]E[0x1c]G[0x8e][0xca]K[0x85]E[0xd6]q[0x99]0Fk[0x89]V[0x1][0xf2][0xa1][0x84]+h[0xfc][0x7][0x9a][0x2][0xc8][0xf7]jh[0xbf]L[0xd9][0x80][0x4]V[0x8][0xd7]i[0xe5][0xe8]l[0x8e][0x18]J[0x9a][0xfe][0xb6]2[0xee][0xbd]X[0xf9][0x7]PK[0x7][0x8]S[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger.class[0xa5]VWw[0x13]G[0x14][0xfe][0xc6]*km[0x96][0xe6]$[0x10][0xa5][0x80][0x8][0x82][0xc8]U[0x14][0x87]f[0x3]6[0xc6][0xc6][0x6][0xd9]&[0xb6]!![0xa4][0xad][0xa5][0xc5][0x96][0x91]w[0x9d][0xd5][0x9a][0x92][0x90][0xde]{/[0x90]^[0x9])[0xe7]$[0x9c]D[0xe4][0x84][0x93][0xf6][0x92][0x87][0xbc][0xe7])'[0xaf][0xf9][0x3]y[0xf][0xf9]f$[0x84][0x8b]d[0x9b][0x13][0x9d]3[0xb3][0xa3][0xbb]w[0xee][0xfd][0xee]7[0xf7][0xde][0x9d][0xdf][0xff][0xfd][0xe1]'[0x0][0xeb][0xf0][0x95][0x8e][0x95][0xb8]C[0xc7][0x9d][0xb8]K[0x83][0xa9]aPCRG[0x0][0xa9]JX[0xf2]y[0xb0][0x12]C:[0x86][0x91][0xd6]1[0x82]CR[0x92][0xd1][0xe1][0xc7][0x1d]!D1[0xaa][0xc1][0xd6][0xb1][0x0])[0xf9][0xc7][0xd1]9[0x8d][0xe9][0xf0][0xe1]n)sud[0xe1][0xc9][0xd5][0xb8][0x94][0x1d][0xd6]pD[0xc3]Q[0x1d]a[0x1c][0xb]a[0x15][0xee][0xd1][0xd1][0x82]{C8[0x8e][0xfb][0xe4]t[0xbf][0x9c][0x1e][0x90][0xd3][0x83]rzHN[0xf][0xcb][0xe9][0x11][\r][0x8f]jxL[0xc3][0xe3][0x2]F[0x97]m[n[[0xc6][0xcc]f[0xad][0xac][0xc0][0xc2][0xac][0xe5][0xa6][0xcd][0xcc]>[0xcb][0xcd][0xa6][0x1d]{o[0xd7][0xe][0x1][0xb1]K`^[0x9b]cg=[0xd3][0xf6][0xf6][0x99][0x99]q+[0xf0][0xd7][0xda][0x3][0xfc][0xfd][0xe7][0xe9][0x4][0x82][0x19]gh[0xc8]r[0x5][0xea][0x13][0x8e];[0x14]7[0xc7][0xcc][0xe4][0xb0][0x15][0x97][0xc2][0xb4]=$[0x9f][0x8d]#[0xf1][0xec]X:[0xde]:[0x98][0xf5]\3[0xe9]%[0x94]z[0x93][0xc0][0xfc]Q+[0x9b]5[0x87][0xac][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xf7][0x98][0xc0][0xd6][0xf2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xf1][0xee][0xc2][0x16][0xc7][0x1d]5[0xbd][0xee]I[0xfb]i1[0xd8][0x9c][0xb6][0xd3][0xde]V[0x81]+c[0x89][0x11][0xf3][0xb0][0x19][0xcf][0x98][0xb4][0xd0][0xef][0xb9]4[0xd4]T[0xbd]O[0xc0][0xdf][0xe6][0xa4],[0x81][0x5][0x89][0xb4]m[0xf5][0x8c][0x8f][0xe]Z[0xee][0x80]9[0x98][0xa1][0xa4]*[0xe1]$[0x19][0xb3][0xc9][0xc8][0xf9][0xbf] [0xf4]{[0xc3]i[0x12][0x12]Q[0xb0]F[0x6][0x9d]l[0xb6][0x88]*!Q[0xad]-[0x86][0xe2][0xb7][0xcd]Qee[0x9a]W[0x81][0xe5][0xe5][0xa3]*[0xee][0x9f][0xd7][0xef][0x99][0xc9]C[0xdd][0xe6][0x98][0xf2][0xac][0xce][0xe6][0x9][\r]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xd2][0xd9]v[[0xca]R[0x1a][0x9e][0x12][0x8]$[0xac][0xc3]VF`E[0xac]4&Z[0x8b]*[0x95][0xa6][0xea][[0xa9][0x9d][0xc9]k[0x97][0x9][0xe0][0xa2]2US[0xe]%[0x2][0xce][0xac][0x86][0xa7][0x87]8A[0xd2];8b%[0xbd][0xa6][0x3][0xd3]E[0x13]$[0x3][0xc3][0xae]sD[0xc6][0xa4][0x8e]dA>}T[0xfa][0xf5]([0x16][0xb5][0xc2]aO[0xe6][0xb3]`G@[0x1f]3][0xea]y[0xcc]O[0x81][0xcb]K[0xb8]b[0x1e]x[0xd2][0x85][0xcd]<([0xe9][0x96]N[0x99][0x89]v6czV*1[0x91][0xa3][0xd2][0xa7][0xa4][0xe2]&[0xff][0x1a][0x9e][0xd6][0xb0][U[0xdc]3[0xaa][0xa8][0x9f][0xa5]+E[0xdc][0xc1][0xff][0xcd]\Ar)[0xcc][0x5][0xf][0xaa]*`[0x92][0x14][0xa3][0x11][0xd8]>{f[0xcc][0x16]))[0xee]w[0xc6][0xdd][0xa4][0xd5][0x91][0x96]U[0xb0]hb[0xae]7H0[0x6][0xd6]`[0xad][0x86][0xe7][0xc]<[0x8f][0x17][0x4]j/[0xa1][0xec][0x5][0xaa]g[0xac][0x6][0xfe]k?[0x9a][0xb4][0xc6]<[0xb6][0x1e][0x81]%S[0xf9][0xd9]>[0x9e][0xce][0xa4],W[0x2]x[0x91][0x9d]j`[0xd8][0x8a][0xe4][0xd3]'B."[0x7][0xc][0xbc][0x84][0x97][0x5][0xd6][0xdc][0x1e]I9V6b;^[0xc4]:[0xea]Yv*2[0x19]EC[0xa4]5[0xe9][0x8d][0x9b][0x99][0xc2][0xe6][0xcd][0x11][0x9e][0xac][0x81]W[0xf0][0xaa][0x86][0xd7][0xc][0xbc][0x8e]7[0xc][0xbc])[0xa7]z4[0x8]4[0xff][0x9f][0xa6]d [0x8e][0xd5][0x6]n[0x5][0xb1]m[0xc3][0x9][0x3]'[0xf1][0x16]k[0xdb][0xc0][0xdb]xG[0xfe]y[0xd7][0xc0]{x[0x9f]y\[0xe2][0x90][0x5]6[0xcc][0xea]:OK[0xde]3[0x93][0xb9][0xe0]\[0xf2][0xf3][0x81][0x81][0xf][0xf1][0x91][0x81][0x8f][0xf1][0x9][0xd3][0xd5][0xc0][0xa7][0xe8]5pJN[0x9f][0xc9][0xe9][0xb4][0x9c]>[0x97][0xd3][0x17]r[0xfa][0x12][0xbd][0x2]Kg[0xee]s[0x2]W[0x95]K-[0xd6][0xcf][0xcc]{[0xa3]kx\SOS`[0xd9],[0xad][0xb1][0x1c][0xa6]b6O[0xb2][0x9a]/[0x98][0xc2][0x9e][0xf2][0x9].[0x10][0x9b][0xeb][0x91][0xb2][0xd3][0xce][0x84][0xb0][0xdb][0xb4]M[0x85]24d[0x15][0x13][0xfc][0xc6]R[0xdf][0x9e]9|[0x3]|1U[0xd4][0xe6][0xd8][0x18][0x13][0x96]_[0xd3][0x92]f[0xca][0x14][0x4][0xb7]W[0x12][0x82]j[0xa2]L[0xa6][0xd8]DE%[0x94]=o[0x8a][0x88][0x8d][0x96][[0xf2]-[0xf7][0x8a][0xd8]t[0xd3][0xd2][0xa6][0xe7]\8[0xa9][0xc2][0x17]g[0x86][0xb6]![0xbf]8[0xba]m[0x1d])R[0xb7]56[0xbd][0x99][0xcd]@[0xc4][0x14][0xea][0xe9]^;,[0xaf][0x1a][0xbd]l[0xae][0xab]J[0x9a]*[0x81][0xf8][0xa6][0x12][0xac][0x95][0xe8][0xa9][0x97][0x4]C[0xe7][0x8b]bP[0xaf][0x95]p0[0x1b]3[0xe5][0xdf]w[0x9b][0xee]![0x9e][0xde][0xdc][0xd1][0x94][0xfd][0x18][0xc4][0xe6][0x18]8U[0xab][0xa3][0xfd]G[0xd2]^r[0x98][0xd7][0x8d]([0x1d]GUuE[0xb]~[0xa3][0x93][0xab][0xab][0xe2]@[0x17][0xcf][0xc1]qSi[0xdb][0xcc][0xa8][0x1c][0xe5][0xff]@G[0xeb]@k[0x82][0xcf][0xf6][0xbe][0xbe][0xde]>[0xde]~nn[0xed][0xeb][0xe1][0xa3][0xab][0xa7][0x83]]$[0xb0][0xa3]}[0xfb][0xde][0x9d]|[0xe][0xf4][0xb5][0xb6][0xb5]sOk"[0x81][0xd5][0xbc][0xc4][0xae][0xe4][0xc5][0xd8][0x87][0xab][0x11]C5[0x4]j[0xf8][0xaf][0x2][0xb5][0xa8][0x92]][0x96][0xeb]*[0xd9])[0xf9][0xc]p[0xf0][0xf3]B[0x8d]u\[0xfd][0xc8];[0xb1][0x8f][0xcf][0xde][0x9a][0xda][0xb3][0x10][0xb5][0xdf][0xa3][0xa2][0xbb][0xee]W[0xf8]N[0xa2][0xfe][0x1c][0xfc][0xfb][0xcf]![0xb0][0xff],[0x82]UZ[0xe][0x95][0xb5][0x1c]U!Nu9[0xe8]9\[0xc6]U[0xe][0xc6]Y[0xcc][0xfb][0xb9][0xa6][0xee][0x17][0xf8][0xbe][0xc3][0xfc][0x9a]sX@[0xf5][0x85][0xdf]a[0xd1]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J#[0xe7][0xa5][0xd0]8[0xaf][0xa0][0xdb]([0xe4][0x95]}[0x11]/[0xd1]M[0x84][0xd8]F[0x90]=[0x4]y#[0xdf]F[0xf2][0x10][0xb0][0x1e][0x1b][0x0][0xb5][0xda][0x88]M[0x4][0xa8][0xa3][0x9d][0xe0]73[0x8c]&[0x15][0x80]8[0xcf][0x85]OC[0xb3][0x86]-[0x1a][0xb6]R&[0xd8][0xf4][0xb7][0x17]Bi[0xa1]^[0x5][0x9f]F[0xcd][0xb7][0x98][0xcf]H[0xaa]r[0xb8][0xfc]KE[0x82][0xc4][0x11][0xa4][0x16]H[0x84][0xf4][0xb7]8[0xaf]W[0xf4]g[0x10][0xcd][0xe][0xbe][0xf7][0xd3]_G[0xde][0x9a][0xd8]C[0xdc][0x95]|[0xd7])-m[0xe]J[0x9b][0xe1] -[0x9e][0xc0]F[0xb9][0xae][0xb][0x7]E[0xd8][0xff][0x1b]Ba[0xff]O'[0x19][0xfa][0xb7]XT[0x9f][0xc3][0x15][0xa7][0xb0]P-[0xbf][0xc7][0x95]a[0xe][0x8b][0xc3][0x81][0x1c][0x96][0x9c]B`[0xb3][0xf6][\r][0xed]V[0x11]k;[0xae][0x9a][0xc4][0xcc]:"k[0xe4][0x9b][0xf5][0xe4]b[0x3][0xa3]YO[0x9d]M[0xd8][0xc9]@%[0xd2]N[0xa5][0xd3]YD[0xda]Y@*W;[0xa9]W[0xa1]V[0x9d][0xe8]R[0xc]vb[0x17]v3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]J[0xa0][0x9b][0x9c][0x7]i[0xad][0x87]|[0x6][0x15][0x83][0xc7][0x11]8[0xcf]#[0xd0][0x14][0x83]{[0x14][0x89]7i[0xe8][0xd3][0xd0][0xaf]a[0x0]~[\r]{[0x95]l[0x80]Z[0xfa][0x9c][0xb4][0x8c]rZ[0x81][0x8b]Z[0x1a][0xf6][0xed][0xa4]T[0xb2]{3n)[0x9c][0xd5][0x1f][0xe4]V[0xb2][0x1b][0x9f][0xc6][0xee][0xb2][0xb][0xec][0x9e]Cx}[0xd8][0x16]WO%[0xb1][0x1a]uE[0x12][0x17][0xab]|[0xde][0xc6][0x0][[0x14][0xbd][0xd5]$[0xa8][0x81]$_$/^$/^$/^$/[0x8e][0xfd]\[0xf9][0xd4][0xea][0x2]y[0xf1]"y[0xd5][0x13][0xc8][0xbb][0x1e][0x15][0xe7][0xe9]xb[0xc0][.[0x6],T[0x88][0xba][0xbc][0x88][0x14]B[0x83][0xeb][0xbe]>[0x83][0xa5][0x1c][0xcb]8"[0x1c][0xcb]9[0xae][0xe7]X[0xf1]u[0xb1][0xb4]V![0xa4][0xa2][0xf4][0xf3][0xf8][0x1b][0x89]~#[0xf1]7[0x13]{[0xb][0xd1][0xef] [0xf2]NbO[0xa0]Oqa[0xe4][0xb1]([0x6][0xa0][0xe2][0x9]Ak[0xf4][0xa9][0x1f][0x81][0xde][0xa6][0xea][0xe4]v[0xdc][0xa0][0xea][0xac][0x82][0xa6][0xf9][XIS+[0xd1][0xda][0x12][0xfe][0xf]PK[0x7][0x8][0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/jboss/logging/Log4j2LoggerProvider.class[0x8d]VmS[0x1a]W[0x14]~[0xae],[0xac][0xac]kPcMm[0xac][0xb5]o[0x9][0x8][0x1]cLL[0xa2][0xb5][0xb1]&iLQ[0xd2]bmM[0xdb][0xa4][0xb][0xdc],[0x8b][0xc0]2[0xcb]b[0xd3]?[0xd0]_[0xd3][0xf][0xe9][0x97][0xca]43[0xed][0xf7][0xfe][0xa8]N[0xcf][0xbd][0xbb]Y[0x98]u[0x8d][0xe][0xc3][0xb9][0x87][0xb3][0xe7]y[0xce][0xcb]=g[0x87][0xff][0xfb][0xeb]o[0x0]7p[0xa8]a[0x1a][0x9b]*[0xbe][0xd0]0[0x82]-[\r][0xf7][0xf1]@[0x88][0x87][0x1a][0xbe][0xc4]#[0xa1]m[0xb][0xf1]X[0xc5]W[0xe2],jHbGh[0xbb]B[0x94][0x84]x"[0xc4][0xd7]B|#DY[0xc3]E[0xec][0xa9][0xf8]V[0xc5][0xbe][0x8a][0xef][0x18][0x12][0xeb]V[0xdb]r7[0x18]b[0xe9][0xcc]>[0x83][0xb2]e[0xd7]8C[0xaa]h[0xb5][0xf9]n[0xaf]U[0xe1][0xce][0x9e]Qi[0x92]e[0xaa]hW[0x8d][0xe6][0xbe][0xe1]X[0xe2][0xb7]oT[0xdc][0xba][0xd5]eH[0x17]m[0xc7],4*v[0xb7][h[0xda][0xa6]i[0xb5][0xcd]B[0xd1]6W[0x1a][0xcb]$M[0xee][0xc5][0x15][0xe2][0xbc][0xea][0xd5][R[0x91]&{[0x6][0x8b]~Nw[0xe8][0x94][0x11]EN[0xe1][0xd6]\[0x1f]jM< [0x8f][0xfb][0xe4][0x8c][0x12][0xc8][0x5]][0x1e][0xd0][0x8c][0x86]{s[0x8b][0xba][0xb1]z[0x6][0xd5]5[0xe4][0xe9][0x99][0xa0][0xba]I[0xb5][0x88][0xe0]c[0xaf][0x91]<[0xe8]C;[0xc6]X8[0xaf][0xb5][0xa1]F[0x8f][0xf9]d[0x5][0xe9][0xb3]D[0xb6][0xeb]Q[0x17][0xa6][0x87][0x93][0xba]Ga6#/l[0x99][0xfe]#x[0xf8][0xbc]?x[0x84][0x1f][0xf][0xe7][0xf0] [0x12][0xbb]B[0xe9][0x9f][0xc0]^[0xf8]=[0x84]}[0x1c][0x89][0xbd][0x15][0x15]7[0x15][0x8e][[0x8a][0xc4][0xae][0x9e]+[0xe7][0xbd]H[0xec][0xed][0xc8][[0x9c][0x8]7[0xec][0x80] OO[0xb9][0xc5];[0xfe]-[0xde][0xa5][0xab][0x9]Q][0xee]c2L[0xf5][0x8c][0xa8][0x9e][0x9f]B[0xb5].[0xa0][0x13][0x9b][0xb4][0xc1][0x1b]>[0xd5][0x12][0xf9][0x8][0xaf][0xc4]b[0xf6]OL[0x85]k[0x1a][0xde][0xff]DP[0xd3][0xe7][0xd2][0xeb][0xde][0xff]PK[0x7][0x8][0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Logger$1.class[0xad]Wil[0x1c]E[0x16][0xfe][0xca]3vuM:[0x89]3[0x9b][0xe0]8[0x1]2[0x9]&[0x8c][0xaf][0xd8]![0x1c]f[0x1c][0x2][0xc1]$[0xc1]0[0x1e][0x8][0xe3][0xf5]bX[0x8e]vO{[0xdc]I[0xbb][0xdb][0xe9][0xe9]q[0x8]W [0xdc]W[0xb8]B[0x8][0xc7][0xb2][0x1c][0xbb]d/[0xd8],"v[0x4]Z[0xf8][0x7][0x12][0xbf][0x90][0x10][0x12][0x2][0xc4])[0xe]q[0x88]S[0xe2][0x10][0xd7][0xab][0xee][0x89][0x99][0xf1][0x8c][\r][0x8],O[0xd5][0xeb][0xaa][0xaf]^[0xbd]W[0xef]{[0xaf][0xba][0x9f][0xfd][0xfe][0xf1]'[0x1][0xac][0xc0][0x5][0x1a]q[0xae]l[0xce][0x93][0x8d][0x16]A[0xc][0x3][0x11][0xe8][0xc8][0xc8][0xc6][0x90][0xcd]`[0x4][0xb][0x90][0x95][0xcd]P[0x4]&6([0xd8][0x18][0xc1]BXrdX66[0x87][0xc3]1[0xc2][0xb1])[0x82]9[0x18]P[0xe0][0xca]>" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0x1b]OA^[0xc1][0xa8][0x14]7GP[0x8b][0xf3]9[0xb6]p\ W][0xc8]q[0x91][0x82][0x8b][0x15]\[0xc2][0xb1]U*[0xbc]4[0x82][0xcb][0xb0][0x8d][0xe3]r[0x5]WH[0xec][0x95][0x1c]Wq\[0x1d][0xc1]a[0xb8][0x86][0xe3]Z[0x8e][0xeb][0x18]"[0xa3][0x9a][0xd5]`9[0xba]f[0x19][0xc][0xd1][0xe4][0x6]mTk[0xcb]{[0xa6][0xd5][0x96][0xf4][0xc7]:[0x19][0x14][0x89][0xf0][0xb6][0x8c][0xd0][0xfc][0x9c]`[0xde][0xd2][0xec]l[[0x97][0xa5][0xe5]r4[0xad][0xca]i][0xf3][0x8c][0xac][0xe3]n[0x99]P[0xe1]C[0xd2][0x9e]k[0xda]Y[0xc2][0xd4][0xac]4m[0xd3][[0xc5][0xd0][0x11]/[0xdf][0xa1]Lg[0xb9][0x86][0xc6]>[0x86]p[0x97][0x93]![0x13]f'M[0xdb]H[0xe5][0x87][0x7][0xc][0xb7]W[0x1b][0x8][0x8c][0x96]z[0xfa]4[0xd7][0x94][0xcf][0x85][0xc1][0xb0]7d[0xe6][0xc8][0xb8]n[0xdb]6\_[0xad]A[0x8f][0x7]&[0x1d]7[0xdb][0xb6]a[0xc0][0xc9][0xe5][0xda],'[0x9b]%[0xdd]dE6k[0xb8][\r][0xcb][0xc9][0xcc][0x90][0x9b][0xb7][0x19][0xe6][0xc6][0x1b][0x8b],8u`[0x83][0xa1]{4[0xc9]H[0xeb][0x92][0xc9][0xb6][0xa6][0x1c]o[0xad][0x93][0xb7]3k[0xce][0xd7][0x8d][0x11][0xcf]tl[0x2][0xce][0xd0][0x1d];[0xe7][0xb9]y[0xdd]s\[0x86]EEK\c[0xd0]"em]?[0x1][0x8][0xbf][0xb8][0x8][0x91]r[0xd2]y}[0xa8][0xc7][0xf0][0x86][0x9c][0x12][0x9d][0xc5][0x1b]w[0xd3]b[0xcd][0xf6]LM[0xce]M[0x9][0xb2],#[0xab]Y[0xab]u[0xdd][0xc8][0xe5][0x8a]A[0xad][0x15][0xec][0xe9][0xb6]G[0xe9][0x8]%[0xa0]Ws[0xb3][0x86]W[0x8c]W$2[0xaf]e[0xc9]{[0xae][0x93][0xab][0x9e][0xc]2[0x1f][0x95][0xa7]m{[0xe4][0xac][0xe5][0x1f][0x9f][0x18][0xd2]u[0xd9]'[0x1d]-c[0x90][0xeb]u[0x93]O+[0x98][0x90]J%[0x9d]R[0xda]0)=[0xa0]4z4^[0x88][0xe0][0xa1][0xd3][0x1f][0xdc][0xca][0xe6][0xde][0xde][0xce]U[0x9d][0x15]v[0x99][0x98][0x99][0x99][0xf6]4}c[0x8f]6[0xe2]k[0xf4][0x9][0xbd][0x9f]-7[0xf8][0xe9]u[0x11][0xc7][0x8d][0x94][0x1b]AN0[0x88][0xb4][0x99][0xb5]5/[0xef][0xd2][0xde][0xd5][0xf1]F[0xd2][0xc1]pt9[0x11][0x82][0x91][0x9c][0xa1][0xe7]][0xd3][0xdb][0xd2]v[0x9a]k[0x8e][0x9a]t[0xd4]Ff[0xb5].Olea[0xef]H[0xda][0xc9][0xbb][0xba][0xb1][0xd6][0x94][0xae][0xcc][0x8]8[0xb6]L.%[0x6][0xaf][0xb1]u[0xcb][0xc9][0x11][0xf7][0x82]8[0xab][0xd8][0x8e][0x9b]T4[0xa3]EE+[0x96][0xa9]hC[0xbb][0x8a][0xe5][0xb8][0x99][0xe3][0x16][0x15][0xb7][0xe2]6[0x15];ds[0xbb]lv[0xe2][0xe][0x15][0xbb]p[0x1b][0xb9][0xa2][0xe2]N[0xdc]E[0xb1]h[0x8]B[0xa0][0xe2]n[0xdc][0xa3][0xe2]/[0xb8]W[0xc5]_q[0x1f]C[0xec][0xe7][0xb8]J[0x8c])'[0x8c][0x9b][0xcd][0xf][0x1b][0xb6]W[0x4][0xaa][0x9b][0x9c][0x8e]'[0xe4]M[0xcb][0xf][0xf0]l"[0x8e]f[0x99][0x99]X`AL[0xc5][0xfd]x@6[0xf]2[0x1c][0x1c][0x8b][0x9b][0xc3]#[0x96]![0x95][0xf9][0xd4][0x8a][0xd9][0x8e][0x17][0x1b][0x94][0x6][0xc4]L;F[0xf9][0xd4][0xa8][0xe2]o[0xd2][0xa5][0xe5][0xf8];[0xa9][0x9a]d,[0xc3][0xfc][0xa9]RU[0xc5]C[0xd8]M[0x89][0xf5]3Y[0xe3]S[0xcb]7k[0x92][0x1d]T[0x6]bCZ[0x8e][0xec][0x89][\r]k[0x9e]>D[0x9a]c%)[;9[0xe8]*[0xfe][0x81][0x12][T[0xfc][0xb][0xff].9[0xd8][0xca][0xb9][0xc8][0xb0][0x80]4[0xe6][0xad][0x8c][0xef][0xf3][0x80]A[0xe][0xef][0x87][0x19][0x19][0xe9][0xf0]J[0x95]T[0xcc]U[0x86][0xe6]_[0x91][0xa9]*[0x1e][0xc6]#[0xb4][0xef][0xd4][0xf5][0x8d]B2=uK[0x1c][0xf]"[0xcd]0[0xaf]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c]4mr[0x92]*2[0xae][0x87][0xdc][0xa1][0xc2][0x11][0x18][0xc0][0xd0][0x1d][0xff][0x5][0x95][0xbe][0xfc]z[0xa8]X[0x8c]Cqy%[0xd4]N[0x6]S[0xaa][0xd1][0xbe][0xc9][0x89][0x8a]UZ[0xca]'[0xae][0xa3][0x8][0x81][0xba][0xf6][0xd7]2[0xf9][0xd0][0xb7][0xbf][0x9c][0xcd][0x92]3[0xc5]~[0xd6][0x97]h([0xad]b[0x9c][0xc0]A[0x11][0xab][0xb1][0xc];[0xeb][\r][0xf9]vu[0x93]J[0xcd][0xf]eC{{;[0x83][0x1d][0x9f][0xca][0xcb][0xdf]>R[0xd1];>[0xe8][0xb8][0x81]Y[0xc7]V[0xd8][0xfa][0xcc])[0xdc])sS[0x9e][0x93][0x96]K[0xe7][0x7][0xf4] [0x1f][0x1b][0xca][0xc3]WiM[0x8d]62b[0xd8][0x19][0xba]h*l^no[0xa1][0x96]tN[0xc2][0x17][0x2]=[0x1d]^[0xf1][0x9c][0x9][0x92]V[0xda][0xaa][0xaf][0x10][0xcd]bV[0xae][0x88][0x9f]5[0xad][0x13][0x95]/h!9U [0xf1][0xb2][0x8a]^M[0x95]u[0xf2]m[0xc0]66[0x7]UB[0xa7][0x88][0x1c]Vb@[0x5]/'[0x18][0xde]4=mz[0x87]\g[0xb3][0xbc][0xd6]|G[0x15][0xe9][0xa8][0x96][0xcf][0xd1][0xe]u%[0x84][0xfd][0x9][0x86]vz[0x19][0x8d][0x81][0x14]#T[+o[0x1b][0x80]z[0xba]p[0xfc][0x9e][0xee][0x1c]z{[0xad][0xa2][0xdf]r[0x1c]N[0xa8][0x15]$[0xad][0xa2][0xe7]0[0xf5]s[0x9b][0x9a][0xf7][0x82]5[0xb5][0xec]EUS[0xeb]^[0x84][0x9a][0xc6][0x11][0xfe][0x9f][0x8f]>[0x82][0xda][0x1a]BC[0xbc][0x88]#IV[0xa5][0x8c][0xb9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xd4]3[0x1c][0x83][0x4][0xa1]HW[0xe8]~TC[0xd0][0xd0][0x93]M[0x8f][0x81][0x8d][0xa1]:[0x19][0xf4]5=A[0xcf]S,[0x11]&[0xb1]j[0xc]J[0xa2]:[0x10]D[0xa2][0xa6][0xf5]i[0xc4][[0xc7][0x10][0xb9][0x17][0x8b][0xeb]k[0xa2]3[0x9a][Z[0xf7]A[\r][0xd7]W[0xef][0xc3][0xcc][0x0]3+[0x11][0xde][0x8d][0xea][0x4][0xaf][0xf]?[0x83][0x96][0x16]B[0xb7][0x14][0xa3][0xd9]t[0xe8]fB7[0x17][0xa1][0xd9]t[0xe8][0x94][0x84][0xb0][0xca][0x90][0xc3][0x13][0xfc][0x9][0xd4][0xf6]?[0x81]9[0xfd][0xe3][0x88]F[0xff]0F[0x7][0xe6][0xcf][0xce][0x8b][0x1e]@r}[0xb5][0x94][0xea]H[0x1a][0xc3][0xfc]q[0xd4]?U[0x1f][0xe][0xff][0x1f][0xb][0xfa]C[0xd1][0x85][0xe9]1[0x1c][0x98][0xe0][0xbb][0xb1]4[0xa1][0x14]k8X[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]U[0x8b][0x8a]VqZ[0x15][0xeb][0xf][0x91][0xea][0xd0]>,[0xa6][0xa5]K[0xf6]L[0xb5][0xac]!XV[0xaf][0x8c][0xe3][0xd0][0xa7]~[0x1f][0xd0][0x18][0xe2][0x12][0x7][0x85]"[0xbb][0x1e][0xbd][0x98][0x8d]Al[0xc5]6[0xea]w[0xd0][0xcd][0xb3][0x87][0xfa]q<[0x87][0xe7]1[0x9b]U[0xb1]([0x9b][0x87][0x83]X[0x7];[0x85]%q[0x88][0xdf]o[0xc2]R[0xbf][0xdf]I_[0x1e]a[0x9f]5[0xd7]a[0x9][0xb1][0xe6]%([0xe2]e[0xd4][0x8a]W0_[0xbc][0x8a][0x85][0xe2]54[0x88][0xd7][0xd1]*[0xde]@[0x87]x[0x13][0xeb][0xc5][0xdb][0xe8][0x15]o[0xa1]O[0xbc][0x83]A[0xf1].[0xb6][0x8a][0xf7][0xb1]M[0xbc][0x87]+[0xc4][0x7][0xd8]!>[0xc4][0xc3][0xe2]c[0xec][0x11][0x1f][0xe1]Q[0xf1][0x9][0xc6][0xc5][0xa7]xN|[0x81][0xe7][0xc5]gxA|[0xce][0xaa][0xc4][0x97],*[0xbe]a[0xf3][0xc4]W[0xac]N|[0xcd]:[0xc4][0xb7],)[0xbe]c)[0xf1]=[0xdb]$~`[0xf4]-[0xc5]vF[0x18][0xdb][0x15][0xa9][0xf2][0x99][0xbb][0x1d][0xb3][0xf0][0x2]eC'V[0x82][0xb3](B8[0x96][0xf8][0xcf]Y[0x1d][0x16][0xd3][0xd8]qPX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x90]tN[0xf9][0x98][0xf0]q[0x9a][0xe3]p[0x9c]_[0xb]eJ[0x8]c[0xe][0xf3]`X [0xb6]@[0xc8][0x9f][0x88][0x7][0xf6][0x19]}[0xe7][0x8]|"F[0x9b]H6$|i[0x8a]O[0xe2][0x9e][0x1f][0x9f]E[0x9f]8[0x8d]D[0xa5][0xa5]/[0x8][0x9e]C[0xe2][0xf1]}W[0xe2][0xef][0x93]U/[0xa2][0xb0][0x88][0x94][0xf0][0xd3][0xe5][0x92][0xe5][0x15]V[0x11][0xa0][0x1f]M[0xb0][0xb4][0x9c]8C[0xe8][0xe4][0x86]t[0x19][0xcb]\:[0x1e][0x88][0x98][0x87]P[0xb0]B[0xf6]B[0xc8]G[0x1a][0x84]?[0x1f][0xbe]A[0xaa]G[0xe5][0xc0][0x19][0x94]S[0x84][0x5][0x89]H[0x82][0xf4][0xb][0xa2][0x6][0x5][0x19][0x10]d0$[0xc8][0x90] [0xc3][0xb2] #[0x82]D[0x15]AF[0x87]C[0xdf][0x89][0x6][0xa8][0x84][0xbf][0xf9][0xe0][0xef][0xf0][0xf]r[0xeb]?[0x15][0xf8]_[0x5][0xde]U[0xe0]=[0x5][0xde][0x17]@[0x9e][0x1f][0x19][0x88][0xf4][0x8][0xa0][0xce][0x8d][0xc5]"[0x89][0x99]=[0xe1][0xbe][0xbe]H[0x9f][0x0]e}[0x91]D4[0xdc][0xb3]<[0x92][0xe8][0x8b][0xc6]c[0x17][0xce][0x9d]%[0x80]0O[0x0][0xff][0xcc]x[0xac]/[0x19][0x8e]%[0x97][0x87]{[0xfa]#[0xf2][0x94][0xc7][0x1e][0x9e][0x19][0xfd][0xe3][0x9][0xfc]@[0x9a]s[0xc1][0xcc][0x85][0x2][0xc][0x9b][0xbf]><[0x10]n[0xeb][0x9][0xc7][0xba][0xdb][0x96]&[0x13][0xd1]X[0xf7]T[0xfc],[0x16][0xde][0x18][0x11][0xc0]=-[0x1a][0x8b]&[0xa7][0xb]0[0xb2][0xc9]|Wp9[0xde]73[0xbe][0x16][0xef]+[0x9d][0x1f][0x8d]E[0x16][0xf6]o\[0x13]I,[0xb][0xaf][0xe9][0x89][0x90]Q[0xe3]][0xc8][0x12]F"[0xfc][0x9e][0xbe])%/[0x8f]"[0xe8][0x98][0xf9][0xf1]Dw[0xdb][0xfa]5[0xf1][0xbe][0xbe][0xb6][0x9e]xw7[0xe][0xd6]6[0x1f]_#[0x9][0xb4][0xac]tG[0x92][0xb]5[0xe3]#[0x9a][0x82]<4ym[0x1c]o[0x16] [0xde]d9L[0x9d][0xb6]@S[0xcd]O[0x1b][0xde]Y[0xb4]f}[0xa4]+9[0xf5]"[0xf3][[0x86]w[0x96]][0x9e][0x88]_I[0xd8][0xb5][0xc9][0xba]5[0xcb][0xeb][0x8a]6M[0xdf][0xc9][0xc7]t [0xda][0xb7],[0x11][0xee][0x8a][0xcc][0x8e][0x91][0xb7][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " 6[0x5]W[0xe1]Z$[0xc9][0x9b]Y[0xdb]C[0xc7]"[0x8f])[0x1b]#}}[0xe1][0xee]H[0xe6].[0xd3][0x1b][0x4][0x8]q[0x1e][0xb3]D[0x10][0x92]h[0x87][0xfb][0xa9][0x0][0xd3]8[0xee][0x91][0xc7][0xd0][0xbe][0x1e]m[0xed][0xe6]\[0xd1][0x15][0x13][0xa0][0x89][0x3][0xc5]Y*mCz[0xc3][0x89][0xf0]F[0xf4][0xa8][0xe1][0x9c][0x1b]p[0xd8]Y[0x91][0xde]D[0xa4]+[0x9c]$[0xb]V[0xbe][0xa4]?[0x96][0x8c]n[0x8c],[0x8f][0xf6]E[0xd1]ng,[0x16]O[0x86][0x93][0x18]([0xf8][0xf8]([0xc3][0xd3][0x83][0xcf][0xe0][0x8]g[0xd9]c[0xb1][0x9c][0xd8]"[[0xeb][0x92][0x97][0xf]j;>[0x90][0xb5]L[0xd6][0x1e][0xa5]=[0xb3].[0x9e][0xd8][0x18][0xc6][0xed]k[0xb4][0x85]3[0xb8][0xb2][0xed][0xa8][0x1e]K[0x93][0xe1][0xae][\r][0xb][0xc2][0xbd]4[0x84]?[0x91][0xef]N[0x9b][0x6][0xed][0x10][0xe0][0xfc][0x2][0x7][0xc9]5[0xec][0xa4][0xac][0xdd][0x1a]\6[0xdb][0xeb]4[0xcd][0xee][0xf3][0xfc][0xc7][0x17][0x16][0xfe]8[0xc0][0xcb][0x9c][0x1c][0xd0]b[0xed]4wBI[0x1b][0xc5][0xd9][0x92][0xb9][0xe4][0xe]1[0x9c]@[0xb1][0x15][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "0[0x9a]w[0x8b]v[0x8f][0x84][0xf7][0xb4][0xeb]/[0x1d]|[0xcf][0x9c][0xcb]7*wH6&[0xee]i[0x90]{[0x7][0xb4])[0xf6][0xc][0xf3][0x1f]n[0xb6][0xbb][0xd8][0x1a]][0x8b][0xed][0xbb][0xb5][0xdb]m{[0xa6][0xc5][0xcc]Z[0xed][0x9b][0xd3][0xec]M[0xb7]?[0xdf][0xe0][0xa2]"[0x80][0xf9]#[0xf2][0x1c]l[0x1e][0xf9][0x80][0xe7]V[0xf3][0xb4]Ox[0x8e]4[0xcf][0xbe]#[0xcd][0xd3]G[0xe1]y[0xd0]<[0x8b]ax[0x1e][0xc4][0xb9][0xb5]H[0xf][0x9a][0x97][0x97][0x7][0xe9][0xb3][0xb0][0xed]A[0x16]3[0xb3][0xed]At[0xd5]l{[0x90][0xd5]R[0xda][0xf6] [0xdb][0xeb][0x8b]5[0xd0][0xac][0xc8][0x9a][0xfe]nV[0x3][0xc9]k[0xc9][0xb7][0xa4].#[0xaf][0x3][0xe9][0xb]T3[0xb4]onl][0x9c][0xdd])E[0xf1];|[0x80][0xbc][0xc][0xd0]W[0xbc]M[0xba]2[0x9c][0xc0][0x8a]C&/[0x3][0xf4][0x15][0xdf][0x96]#[0x89]D<[0x81][0xc3]i[0xaf][0x3][0xe9][0xb][0xf2][0xc9][0xba]p2[0xdc]C2*y[0x1d]H_[0xe0]'b[0xf][0xa9]IO[0xcb][0xa7]04LM[0xee][0xd1]+[0xfa][0xaa][0xa1][0x1e][0x17]`^[0x1]&,[0xab][0x89][0x8b][0x1d][0xa9][0xa1]-[0x87]?[0xaf][0x0]V[0x8b][0xdc]|[0x89]3CY[0xa2][0xc6]y%[0xc9][0xc7]jQ[0xc2]1[0x7][0xf2]\[0xa3][0xdc][0xf5][0xcb][0xb9][0x8e][0xec]&[0x19]i[0xa5][0xd3]~a[0x18]{[0xc3][0xc7]4[0xb6][0x3]~S@[0xcd][0x98]W[0x4][0xe5]_S[0xc6]>[0xbe][0xe1][0xf9][0x6][0xaf][0xf9]O[0x1a][0xe4]#[0x14][0x19][0x8a][0x5]lb[0xec][0xe3][0xb3]h[0xb9][0xca][0xff]9[0x83]|[0x84][0xeb][0xff][0x11][0xf8]PD[0x13]1[0x99]z[0xbb]#I[0xdd][0xb0][0x0][0x13]x'O[0xb9][0xe][0x90][0xce][0xc9][0xfd][0xc3][0xa5][0x9d]![0xdc]}[0xfd][0xeb][0xd6]E7)[0xf0]AV[0xe1][0xa4][0x9d][0xb5][0xe5]~V[0xee][0xea][0x9]o[0xde],[0xc0])[0xa6][0xc7][0xc8]9C[0xc6][0xa1][0xd8]U[0xbd][0xe9][0x83][0xb1][0x11][0xd9]7O[0xb]M[0xc7][0xfb][0xbd]K[0xa3][0xdd][0xb1]p[0xb2]?[0x81][0xb7]L4q[0x90]{r[0xa2][0x9c]mF[0xcf]s!fp[0x8d][0xe6]9H[0x19][0xee][0xe6][0x2][0xfd][0x1c]*[0xbd][0xa9]g[0xd8]#3[0xf9][0x8]9B[0xc4]U[0x13][0xc0]CNh[0xba][0xe3][0x89][0xab]2[0xf]ot[0xc4]e[0xcb][0xa6][0x92][0xd5][0x9b]9m[0xd9][0x14][0xf3][0x10][0xd3][0xcd]S[0xd2][0xee][0xe7][0xd8][0xc7][0xf7][0x5][0x98]k[0x7]U[0xa7]?[0x19][0xed]i[0xd3][0xb6]8[0xc2][0x87]w[0xf7]h[0x1f][0xb2][0xd3]8[0xe3][0x3][0x2]\X$/[0x7]B[0x9b][0x81][0xb4]>[0x1e][0x8d]Y[0x88][0x9c]C[0xef]p[0xf]j[0xfd][0xd1]X2[0x92]X[0x17][0xee][0x8a][0xe8][0xe7][0xb9]B[0x18][0xff][0xad][0xc1]][0xf8][0x8f][0x94][0xef]k[0xfa][0xa3]=[0xe4]d[0xce][0xf4][0xf0][0xc][0xf2][0x1][0xfa][0x8e][0x2][0xaf][0x9][0xe0][0xb]wu[0xa1][0xf7][0xd4]M[0x9c]8Q[0x0][0xd7]&[0xed]K;[0xf9][0xd2]A[0xbe]L"_&[0xa3]CL[0xeb][0xea][0xa1]g[0xd5]b[0x93]v[0xa6][0xb8]4[0xde][0x9f][0xe8][0x8a][0xcc][0x89][0x92][0xf5].[0xd1][0x1d]o[0x2]1[0xa4][0xc2]7[0xe1]q[0x15]&[0xc2]OTh[0x83][0x9]*[0xfc][0xb][0xae]S[0xe1]C[0xf8][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0xe4][0xdb]O[0xc0][0x14][0xf4][0xd9][0xec]}Pa*LS[0xe0]#[0x15][0xd9][0x5]Ep[0x91]WQ[0x15]$|V[0x90][0xc9][0x17]7[0xf9][0xa2][0x90]/[0x1e][0xb8]N[0x11][0xbc][0xaa][0xe0][0x13]J[0x14]AU[0xe1]Kp7*[0x89]*[0xf8][0x85][0x0][0xfe][0xb4]k1WU([0x15][0xca]p[0xcc][0x9][0xaa]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa9][0x8][0xc3]T8[0x3][0xce]$[0xf][0x1f]Q[0x84][0xe1][0xaa]0B[0x18][0xa9][0xc2]Q8.[0xc0][0x18]K[0x91]n[0xc7]Y[0x9][0xa3][0x14]a[0xb4]*[0x9c]*[0x94][0x93][0x11][0xc7][0xe0]O[0xc6]V[0xb7][0xa3][0xea]h,[0xd1]x[0xdb]R[0xad]q[0x10][0xdd][0xac][0x8b][0xd1]8[0xf3][0x13]3[0xc2]}[0xd1][0xae][0xf4]c[0x95][0xb9][0xb3]D[0xc6][0xe2][0xe9]s[0xc4][0xbd]^[0xb6][0xa4]s[0xe6]lT[0xb4]h[0x1f][0xfb][0xa1][0xac]v[0xc8]R[0x83][0x1c]q[0x9f]28[0xd8]\[0xf4]'[0x8d]@[0x19] [0xad][0x8c]E[0xda][0xb1][0xd5]\[0xa3][0xef][0xd1];[0xd0][0xf9][0x2][0x83]o[0xce][0x8f][0x13][0x82][0xe1]M[0xf3][0x8c]w[0x92]7[0x89]Z[0xcf][0x9a]=[0xe3][0xc2]s1F[0xe6].[0x9c][0xb3][0x8]_Vt.Y[0x88][0xef][0xce]^[0xb2]d[0xd1][0x12]|[0x9d][0xd3][0xb9][0xac]s[0xbe][0x0][0xd5]V[0x9c][0x8b][0x13][0xf1][0x81]([0xee]^[0x1f]:[0xe0][0xe2]%[0x8b][0x96][0xcf][0x9d]5[0x1b][0x1f][0xab][0xb1][0x9c]W[0xfa]~[0xb4]\5[0xd4]=D."[0xb1][0xee][0xe4][0xe5][0x9a]G[0xcf][0xc5]o[0xc3][0xbd][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xd8][0xda][0xac][0x94]d[0x19][0x81][0xe9] B[0xb4]d<[0xbd][0xf][0xa5]YZ[0x92][0xde],[0x83]j`[0xe8][0xa0]`[0xcf][0x8a][0xac][0xb][0xf7][0xf7]$[\r]][0x98]L[0xb1]:[0xb3][0xc9][0xfc][0xae][0x1d]M[0xc7][0xc8][0xac][0xd4][0xde][0xed][0x8b]t[0xf5]'[0xa2][0xc9][0xab][0xda]:[0xb5][0xf0][0x9e][0x19][0x8f]%[0x13][0xf1][0x9e][0x1e]2oum|q":[0x80][0x91][0xdb]M[0xfc]d25[0xc5][0x9e][0x18][0xfc][0xb0][0xb3][0x8b][0x9c][0xe0][0xf3][0xc5]vl[0xd3]L[0xeb]E[0x91][0xaa][0xa1][0x6]<[0xe0][0x82]Z[0xa8][0x3][0x11][0xc6]@[0x13][0x4]A[0x80][0x10][0x0][0xbe][0xd7][0x8c][0xdf][0xa3][0x14][0xe0][0xf5]0[0xa2][0x10][0xf8][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H([0x18][0xed]xG[0x7]~7[0x7][0xef]q[0xe1][0xab]/[0xf4][0x8][0xb8]B[0xcd][0xf][0x83][0xf8][0x80][0xf6][0xdc]$[0xfc][0x1a][0xc0][0xd1][0x0]5D[0x82])[0xe0]E[0xcd][0x98][0x8c][0xdf][0x8d][0xd2][0xef][0x86][0xd3][0xe0]t[0x0][0xed][0x8a][0x8c][0x8a][0xc1]NB[0x9c][0x8e][0xd9][0xa6]}[0xf] [0x87][0x1e][0x2][0xf1]~6[0x9c][{s[0xa6]6[0x8c][0xaa][0xdf][0xa0][0xf]#ID[0xa8][0xb4]W[0x14]&|_[0x80][0xb3]`:[0x1d][0xac][0x3][0x9f]&[0xf7]zBGA:[0x6][0xf2]}Y[0xe3][0xad]1[0x8c][0xe7][0xa1]XX.[0xc0]9l[0x82]n[\r]9@[0x9e]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]fA8[0x6][0xca][0xe0]$}[0xda][0xa7][0x1b][0xc0][0xf]=[0x86][0x9][0x6][0xd8][0x4][0x3][0xd0][0x9]3[0xb4][0x9][0x9d][0x8d][0xec][0xfa][0x98][0x8b]qL1c[0xcc][0x16][0xce][0x98][0xfd]8[0xe6][0x80]6f[0x95]~[0xb7]iLr5[0xb]fk3<[0x1b]I[0xf5][0xd1]?[0x89][0xa3]KdNd[0xf4][0xe6][0x16][0xa1][0x95]3[0xf6]5P[0x2][0xdb][0xb4][0xb1]C[0xfa][0xbd]ll[0x15][0xce][0xd5]6[0x84]\[0x11]+.[0xed][0x8a]X[0x11]5+[0xe7][0xe1]+w[0xe]-[0xbc]u9[0x88]s84[0xe4][0x1c][0xe6][0xc2]<[0xbc][0xfb]|[0xed][0xfd][0xf9]tg[0x16][0xd0]}XH[0xed][0xad][0xa2][0xb3][0x1a][0xb4][0xc7][0x9b][0xd7][0xad]h[0xef]6[0xc3][0xbc]r[0xd9]K[0xaf][0x9e]hay[0x11]][0xcf].|W[0xc6]W[0xbf][0xbe][0x9e][0xad][0xe5][0x12][0xc7][0xf0][0xdd][0xb8]HG4[0xc3][0x93][0xf5][0x9b][0x99]a?[P?[P[0xbf][0x86] jW[0x4]A[0xc2][0xcd]X[0xc][0x17]X[0xb9][0x7]wi[0xbf][0x8e][0xcf][0xde]o[0xb1][0xb4]K[0xa8][0xc5][0xf4]T[0x5][0x1c]s)[0x1d]=[0x86]nN[0xee][0x1f]O[0x3][0xe2]V[0x18][0x9d][0xb6]#=[0xe][0x9e][0x95]b[0xcb][0xd2][0xb4]9[0xd1][0x10][0xc6][0xdf]@[0xb3][0x8f]B%[0x16][0xc][0x83]&[0xc7]3[0x93][0xe3][0x99][0xc9][0xf1][0xb0]L[0x9b][0xe4][0x85][0xda][0xf3]B[0xa5]f{9[0xb5]}5[0xda]&[0xdb]R[0xcb]lW[0xa4]m[0xcb][0xd4][0xf6]J[0xa9][0x95]k[0xff]$[0xda][0xff]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xf][\r][0xbb][[0xcb][0xec][0xd7]2[0xfb][0xb5][0xd4]>[0xb9]Z[0x81]Wb[0x9a][0xa4]F#[0xf9]$%9[0x80]$d[0x9f][0x9a][0x18]IU[0x9a][0xc4]m Y)[0x97]K\[0x9c][0xe7][0x11][0xe7][0x5]h[0x84][0x9f][0x1b][0xf6][0xbc][0x89][0xe1]41[0x9c]&[0x86][0xd3]Dq[0xc8][0xd5]J[0xbc][0x92][0xd2]`[0x8d][0xda][0xe6][0xaf][0xa2]`[0xd9]~[0xde][0xd2][0xda][0xcc][0xd9][0xfc][0x97]q[0xf3]_[0xb1][0xf0]s[0xe2]P[0x2]s[0x3][0x17]s[0x3]Q[[0x80][0x8b][0xa8][0x9d]Mt+[0xcc]n[0xd0][0xa2][0xbb]A[0xeb][0xd2]f[0xce][0xbc][0xdf]D[0x80][0xb7][0xd0][\r][0xde]1[0x18]7[0xba]A[0xda][0xf8]xf\w[0x8]1[0xd3]!.[0xa6][0x14]{[0xe8]6[0xd4]1[0x8a][0xb1]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99]R[0xac][0x94]p[0xb]x([0xef]#[0xca][0x7][0xb8][0xcb][0x1f][0x1a][0xb6][0xa0][0x8e][0xa1][0xd4]1[0x94]:[0x86]RGQ[0xc8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x16][0xd4]jP[0x97]P[0xa8][0x9b][0x11][0xca][0x8d][0xaf]A[0x6]U[0x9d][0x86]r[0x1b][0xa1][0xd0]9d[0x1e][0x99][0xe0][0x5][0x9f][0xe0][0x83]&A[0xd5][0xc8][0xa6][0xeb][0x83]1[0xb2] #[0xb]2[0xb2] #[0xb]R2rE[0xdc]DN36[0xa1][0x9b][0xac][0xce][0xad][0x11][0xde],7[0x11]F[0x82]_[0x18]e[#V[0xe7][0xa9][0x11][0xde][0xec]y[0x8f][0xc7]yWA%[0x86]Z[0xde][0x1a][0xb1][0xba][0x0][0x8d]0[0xd9]oA[0xfb][0xad]P#[0xb4][0x15][0xa3][0x11][0xab][0xb][0xd5][0x8][0x13][0xce][0x14][0xc4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xc2]Y[0xce]h[0xc4][0xea][0xdc][0x1a]a[0xda][0xfc]sq[0xf3][0xcf]+@#V[0xe7][0xa9][0x11][0xa6]y/[0xc1]y/E7[0xb8][0xb0][0x18][0x8d]X][0x88]F[0x98]P.C[0x94]0[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xce]h[0xc4][0xea][0x82]5[0xc2]D[0x16]G[0xb2]^[0xd4][0x88][0x84][0xb3][0x1a]A[0x18]/[0xa5][0x8c]W[0xd0]([0xae]a[0x8c]c2[0xa3]x[0xec]q[0xf0]q=[0xb7][0x1f][0xe1][0x6][0xa0]Z[0xd8]d[0x8][0xe4][0x1a][0x6]W[0xc3]<[0xb7][0x6].[0x83][0xf0]` Wk[0xe6][0xd7]P[0xf3][0xdb][0xa9][0xf7][0x98][0x97][0x88][0x6][0xb2]f~[0xa5]4[0xce][0x8a][0xe2]SHq5.[0xd1]V[0x83][0x1f][0x19][0x97](M[0x11][0xc4][0x12]-L[0x97]h-^[0x89][0x99][0xcb][0x11][0xa1]<)[0xca][0xd3][0xc0]x*[0xb9]<|m[0xd9][0x86]0[0xdb][0xa1]^[0xd8]i[0x80]i`0[\r][0xc][0xa6][0x81][0xc1]4 [0x8c][0xc1][0xa9][0xeb]5[0x98]u[0x14][0xe6]F[0xea][0xd4][0xed][0xc]&[0x98][0xa9]-[0xc6][0xc5]Y)[0x8f][0x94][0xac][0x16]i[0xf]r[0xed][0x85][0x89][0xc2]~[0x83][0x87][0xb7]3[0xae]v[0xc6][0xd5][0xce][0xb8][0xda][0xe9]"[0x91][0xab]n[0xbc]b[0x1e]>Q#[0xbc][0x9c][0x12]~[0x86][0x12]N`[0x84][\r][0xb9][0x8]-4[0xf0][0x10][0xe2]][0xb][0xad][0xc2]u[0x6][0xbc][0x9][0xc]o[0x2][0xc3][0x9b][0xc0][0xf0]&0[0xbc][0x9][0x88]g[0x8][0xc0]V[\r]/J[0xf1][0xae][0xa5]x[0xcd][0xc][0xaf][0x96][0x8b][0x97]C[0x9f]o@[0xb6][0x1b]!$[0xdc]l`kfl[0xcd][0x8c][0xad][0x99][0xb1]5[0xd3]-%W[0x19]l![0x8d]m=e[0xfb][0x14][0xf5]4s[0xe0]Q[0xdd][0xd4][0xd6][0x8c][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]"[0xd2]m[0x18]x[0xb7][0x1b][0xbc][0xcc][0x18]xiU[0xa8]a[0xaa][0xa0][0x87][0xa0][0x98][0x19][0x82][0x1b]([0xc8]![0xba]H![0x6]R[0x93])[0x9d][0xfa][0xe6]I[0xba]{[0xf1][0x80][0xee]D[0xa0]/@P[0xb8][0xcb][0xb0]F![0x6][0x14]b@![0x6][0x14][0xd2]VK[0xd4][0xae][0xd6][0x1a][0xdd]+[0xa8][0xa1][0xf5]P[0xb4][0xfd][0x14][0xad][0x91][0xa1][0x8d][0xe7][0xa2]Y[0x8][0xfb][0xdd][0xc8]u[0x4][0x1a][0x84]{[\r]\[0x8d][0x8c][0xab][0x91]q52[0xae]F[0xc6][0xd5][0xa8][0xed]"[0xe3]j[0xd0][0xb8]6R[0xae];[0xa9][0xb0]w0[0xae]P[0xa6][0xb0]g,[0x19]F[0xa6]l[0xb5]t_E[0xc4][0xfb][0xa0]][0xf8][0x9a]A[0xe1];[0x18]b[0x7]C[0xec]`[0x88][0x1d][0xc][0xb1][0x83].[0x1d][0xb9]"1[0xca][0x14][0xbe]][0x83][0x8d]Q[0xd8][0xdb])l[0x1b][0x83]m[0xcc][0x9]k[0x91][0x8b][0x1e]@[0xd2][0xa3]0Ax[0xc8]@[0xda][0xc6]H[0xdb][0x18]i[0x1b]#mc[0xa4]m[0x8c][0xb4]M[0xb][0x9]F:A#[0x8d]S[0xd2][)i[0xb]#[0xad][0xe3][0x92][0xe6]J[0x99][0x8f] [0xe6]qh[0x16][0x1e]5`[0xb6]0[0xcc][0x16][0x86][0xd9][0xc2]0[[0x18]f[0xb][0xdd]sr[0x95][0x81][0xd9][0xac]a[0xf6][0xb2][0x94][0xe9][0xb5][0x88]\[0x9a]2[0xab][0x8e]C[0x9]WL[0x1e]G[0xb8]'0rO[0xd8]H[0x99][0xc1][0xec][0x94]y[0x5]5[0xbf][0x3][0xcd][0xbb][0xb9][0xf1]JS[0x94]f~[0xa5]4J[0xb2][0xc2][0xf8][0xe]b|[0x17][0xe3][0xf5][0xa4]A@[0x8c][0xf1][0x9a][0xc6] Q[0x1a][0xa4][0xf1][0xba][0x16][0xaf][0xb2][0xa2]4A[0x81][0xae]A ~[0x94]f[0x2]Y([0xec][0xf][0x91][0xe6])[0x8c][0xd2][0x1f][0x1b]h[0x8c]Q[0x9a][0xa6]id4[0xdc][0xd8][0xec][0xa3]47![0x8d][0x87][0x1b][0x9b]T[0xf3]3[0x96]g[0xa5]<[0xca]m[0xb5]LO#[0xd8]3[0x18][0x9b][0xcf][0x19][0xe4][0xc3][0x18][0x9b]i[0xb0][0xe][0x6][0xd6]A[0x97]I[0x8f][0xc8] nSFD&)[0xe2][0xf5][0x88][0xa8]p#[0x92][0x8f]X[0xee][0xe6][0xf2][0xbd][0x80]|?[0xc3][0x88][0xfc][0x85][0x81][0xcf][0x18][0x91]i[0xbe]6[0xc6][0xd7][0xc6][0xf8][0xf4]8tg[0xc6]a?[0xe5][0xfb]4[0xf5]0s[0x1c]f[0xf2][0xa5][0xe3][0x90][0x7][0xf7]k[0x84][0xfb][\r][0xc6][0xe1][0x8b][0x6]8c[0x1c][0xa6][0xe1]Z[0x18][0xdc][0x10][0xd1]7[0xc0][0xf2][0xa6][0xee]m[0x96]y[0xb3][0x9a][0xc0][0xf1][0xa4][0xe1]eDz[0x5][0xa3][0xef][0xf7]y[0xe5][0xcd]`v[0xde][0xbc][0x92][0xe5]M}[0x17]-[0xf3]f5[0xdd]E[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]O[0x8][0xf4][0x1a][0xc6][0xe1][0x1b]y[0xe5][0xcd] [0xcb][0x9b][0xc1][0xc1]5[0xd2]#r[0x13][0xcb][0x9b][0xfa][0x6]Z[0xe6]M[0x8a]f[0xa1][0xa1]o![0xd7][0xdb][0x18][0x91][0xc9]+o[0x6][\r]yS[0xce][0x8c][0xcd][0xab]X[0xde][0xf4][0xe2]9[0xf2]f[0xc6][0x92]al*VK[0xf7]7D[0xfc];[0xc6][0xe6]?[0xf3][0xca][0x9b]A[0x96]7[0x83]4[0x9a]I[0x94]*[0x99]Q[0xba][0x99][0xe5]M]H,[0xf3]f[0x16]l[0xb9][0xc2]%}[0xf]I[0xdf][0xc7]([0xfd]W^y3[0xc8][0xf2]f[0x90][0xc6]5[0x9][0x9]%3^?[0xc5][0xf2][0xa6][0xee][0x89][0x96]ysp[0xbb]51[0xe1]a~[0x4]>[0xb4][0xdd][0xec]r[0xe5][0x95]7[0x83][0x86][0xbc])[0xb3][0xc8]u[0x1b]#[0xf7]jn[0x97]E5wY\>n[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xc3][0xc1][0xef][0x1a]1D[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xe3]p[0xcc]J[0xdb]][0x96]-[0xdc].[0x8b][0xca][0xef][0xb2][0xb8][0x9a][0xa0][0xc4][0x15],[0xa0][0xcb][0xb2][0x85][0xdb]eQ[0xad]Z[0x1][0xae][0xc9]8[0x87][0xd3][0x8a][0xe8][0xb2]l[0xe1]vYT[0xab].[0x8b][0xab][0x13][0xed][0xcd]p[0xa4][0xcb][0xb2][0x85][0xdb]eQ-[0xba],[0xae][0x5][0xa0][0xba][0x16][0x16][0xd5]e[0xd9][0xca]=A[0xb5]^[0xda][0x15]8[0xd5]O[0xda]>A[0xdd][0xca]=AU[0xd9][0xd1][0x99]:D[0x97][0xc5][0x15][0xc6]P][0x3][0x95][0xae][0xb5][0xf9][0x9f][0xa0]n[0xe5][0x9e][0xa0][0xaa][0xec][0x4]U[0xb5][0xd1]eq[0xc5][0xd0]~[0x1c]j\W[0x14]s[0x82][0xba][0x95]{[0x82][0xaa][0xb2][0x13]T[0xd5]n[0x97][0xc5]u5[0xe2]l[0x81]FW[0xca][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0xd5][0xaa][0xcb][0xe2][0xda][0x87][0x9b][0xbf][0xbf][0x80][0x13][0xd4][0xad][0xdc][0x13][0xd4]L7[0xc8][0xd5]eq[0xdd][0x88][0xf3][0xbe][0x9][0xdd][0xe0][0x96]bNP[0xb7]rOPUv[0x82][0xaa][0xda][0xe9][0xb2][0xb8][0xee]B[0x94][0xc3]P[0xeb][0xba][0xdb][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0x95][0x1d][0xf][0xaa][0xb6][0xbb],.[0xfc][0xa9][0xd5]u[0x14][0x9a]\[0xc6][0x9f]Z[0x1d][0xe9][0xb2][0xa4]rkD[0xf6]A[0xbb][0xeb]qt[0x93]'lkD*O[0x8d][0xc8]N[0xe7][0xae][0xef][0xe3][0xbc][0x80][0xce][0xf1]T[0xfe][0x1a][0x91]*@#L[0xf6][0x9f]G[0xfb]/[0xa0]F[0xfc][0xbc][0x18][0x8d]H[0x15][0xaa][0x11]&[0x9c]W[0x10][0xe7]U[0xd4][0x88]?8[0xa3][0x11][0xa9][0xdc][0x1a]a[0xda][0xfc]wp[0xf3][0xff]R[0x80]F[0xa4][0xf2][0xd4][0x8][0xd3][0xbc][0xdf][0xc7]y[0x80]n[0xf0]a1[0x1a][0x91]*D#[0xb2]QD[0xf][0xf8]D/[0xd4][0x8a]%[0xce]hD[0xaa]`[0x8d]0[0x91][0x8d]F[0xb2]S[0xa1]I[0x1c][0xe3]t[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0x87]VC[0x14][uY[0xc4]q[0x8]W[0x9][0xd5]bU[0xfe]][0x96][0x14][0xb7][0xcb][0x92][0xb9]D[0xf6][0xba],b-R[0xd4][0xe1][0x12]5[0x14][0xd3]eIq[0xbb],*[0xeb][0xb2][0x98]y[0xb8][0xda]"[0x6][0x11]&[0x4][0xf5]bK1][0x96][0x14][0xb7][0xcb][0xa2][0xb2].[0x8b]A[lvY[0xc4]6[0xe4][0x9a][0x8][0x13][0xc5][0xe]g[0xba],)n[0x97]Ee][0x16]KB[0xbe][0x6][0x8a][0xa7]![0xde][0xe9][0xd0]*[0x9e][0xe9]L[0x97]%[0xc5][0xed][0xb2][0xa8][0xac][0xcb]b[0xc6][0xb3][0xd6]gq*[0xb2]M[0x83][0x90]8[0xdd][0x99].K[0x8a][0xdb]e[0xc9][0xc][0xbc]![0xba],b'"[0xcd][0xc0][0xc0][0x9b]UL[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0xb4][0xc8] [0x9d]CuY[0xc4]s[0x11][0xe8]<[0x8][0x8a][0xf3][0x9c][0xe9][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16][0x99][0xd1],[0x84]}[0x1]r-[0x84][0x6]q[0xb1]3][0x96][0x14][0xb7][0xcb][0xa2][0xb2][0xd3]"[0x83][0xb0][0xdb][0xed][0xb2][0x88]K[0x11]q[0x19][0xb4][0x8b][0xcb][0x9d][0xee][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16]Y[0xc3]Z[0xe4][0xa2][0x95]H[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x88][0x17];[0xdd]eIq[0xbb],*;-2[0x93][0xe6]J[0x99][0x97]"[0xe6]e[0xd0],[0xae]q[0xba][0xcb][0x92][0xe2]vY[0xb8])[0xd3][0xaa][0xcb]"F[0x10]n[0x1d]F[0xee][0xe5][0xf9]wYR[0xdc].Kf[0xbc][0xda][0xec][0xb2][0x88][0x1b][0x10][0xa3][0x7][0xe3]5VL[0x97]%[0xc5][0xed][0xb2]dF[0xa9][0x9d].[0x8b]x[0x5][0xd2]$0J[0x93][0xc5]tYR[0xdc].Kfl[0xe6][0xd9]e[0x11][0xaf]D[0xb0]M[0x18][0x9b][0x9b][0x9d][0xe9][0xb2][0xa4][0xb8]][0x96][0xcc][0x88][0xcc][0xa7][0xcb]"nA[0xbe][0xad][0x18][0x91][0xd7]8[0xd3]eIq[0xbb],[0x99]qh[0xbb][0xcb]"[0xee]@[0xb8][0x9d][0x18][0x87][0xbb][0x9d][0xe9][0xb2][0xa4][0xb8]][0x16]n[0xde][0xb4][0xea][0xb2][0x88][0xfb][0x10]i?F[0xdf][0xc1]b[0xba],)n[0x97][0x85][0x9b]7[0x87][0xea][0xb2][0x88][0x9f]F[0xa0][0xeb]0[0xe][0xaf]w[0xa6][0xcb][0x92][0xe2]vY[0xb8]y3g[0x97]E[0xbc][0x9][0xb9]n[0xc6][0x88][0xfc][0xac]3][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]v[0xbb],[0xe2][0xe7][0x10][0xf1]v[0x8c][0xcd][0xcf];[0xdd]eIq[0xbb],[0xdc][0xbc]i[0xab][0xcb]"~[0x11]I[0xef][0xc2]([0xfd][0x92][0xd3]][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]CwY[0xc4]{[0x10][0xf3]^[0x8c][0xd7][0xaf]8[0xdd]e[0xb9][0x86][0xdb]e[0xf1][0x9b][0xbb],[0xe2]Qn[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7][0xea][0xb2][0x88][0x8f][0x81]_[0xfc][0xe6][0x10]][0x96]m[0xdc].[0x8b][0xdf][0xaa][0xcb]"~[0xf][0xc7][@[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7]j[0x5][0x88][0xbf][0xc1]9[0xfc][0xb6][0x88].[0xcb]6n[0x97][0xc5]o[0xd5]e[0x11]_G{o8[0xd2]e[0xd9][0xc6][0xed][0xb2][0xf8]-[0xba],[0xe2]?@[0x15][0xff]YT[0x97]e;[0xf7][0x4][0xd5]zi?[0x2][0xbf][0x4][0xb6]OP[0xb7]sOP[0xfd][0xec][0xe8][0xcc]?D[0x97]E[0xf2][0x82]O[0xf2]A[0xa5][0xa4][0xe6][0x82][0xba][0x9d]{[0x82][0xea]g'[0xa8]~[0x1b]][0x16]i[0x14][0xda][0x1f][\r]5Ry1'[0xa8][0xdb][0xb9]'[0xa8]~v[0x82][0xea][0xb7][0xdb]e[0x91][0xea][0x10][0xa7][0x1e][0x1a][0xa5]FgNP[0xb7]sOP[0xfd]V][0x16][0xa9][0x1d]7[0xbf][0xa3][0x80][0x13][0xd4][0xed][0xdc][0x13][0xd4]L7[0xc8][0xd5]e[0x91][0xa6][0xe1][0xbc][0xcf]B78[0xbb][0x98][0x13][0xd4][0xed][0xdc][0x13]T?;A[0xf5][0xdb][0xe9][0xb2]H[0xf3][0x10][0xe5]|[0xa8][0x95][0x16]8s[0x82][0xba][0x9d]{[0x82][0xea]g[0xc7][0x83]~[0xdb]][0x16][0x9]j[0x95]VA[0x93]d[0xfc][0xa9][0xd5][0x91].[0xcb][0x8e][0xdc][0x1a][0x91]}[0xd0].E[0xd0]M[0xd6][0xd9][0xd6][0x88][0x1d]yjDv:[0x97][0xe2]8[0xef]^t[0x8e]D[0xfe][0x1a][0xb1][0xa3][0x0][0x8d]0[0xd9][0xbf][0x1a][0xed]oA[0x8d]H[0x15][0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x8][0x13][0xce]~[0xc4]9[0x80][0x1a]q[0xc8][0x19][0x8d][0xd8][0x91][#L[0x9b][0xb]n[0xfe]g[0xb][0xd0][0x88][0x1d]yj[0x84]i[0xde]w[0xe1][0xbc][0xf][0xa3][0x1b][0xdc]][0x8c]F[0xec](D#L([0xf7]#[0xca][0x3][0xa8][0x11][0xf]:[0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0x8][0x13][0xd9][0x93]Hv[0x2]5[0xe2][0xdb]NwYvrK[0xd7][0x80]U[0xe9]*=[0x85]n[0xf2][0xa3]!J[0xd7][0x9d][0xdc][0xd2]5`U[0xba]J[0xcf][0xe3][0x98]/[0xd8].]wrK[0xd7][0x0][0xbf]t[0x95]~[0x7]%[0xd2]K[0x5][0x94][0xae];[0xb9][0xa5]k[0xc0][0xaa][0xbe][0x92][0xfe][0x8c]sx[0xb3][0x88][0xd2]u'[0xb7]t[\r]X[0x95][0xae][0xd2][0xbb]h[0xef]=GJ[0xd7][0x9d][0xdc][0xd2]5`Q[0xba][0xca][0x12][0xa8][0xb2]\T[0xe9][0xba][0x8b][0x9b][0x96],[0x97]V[0xe][0x80]_.[0xb5][0x9d][0x96]vq[0xd3]R[0x80][0xe9]Q`[0x88][0xd2]U>[0x15]|r9T[0xca][0x15][0xf9][0xa7][0xa5]][0xdc][0xb4][0x14]`i)`[0xa3]t[0x95][0xeb][0xd1]~[0x3][0xd4][0xc8]M[0xc5][0xa4][0xa5]][0xdc][0xb4][0x14]`i)`[0xb7]t[0x95]'![0xce]dh[0x94]Ow&-[0xed][0xe2][0xa6][0xa5][0x80]U[0xe9]*[0x9f][0x83][0x9b][0xdf]Y@Z[0xda][0xc5]MK[0x99]n[0x90][0xab]t[0x95][0xcf][0xc7]y[0xcf]G7XXLZ[0xda][0xc5]MK[0x1][0x96][0x96][0x2]vJW[0x19][0xb]Dy[0x15][0xd4][0xca][0x17];[0x93][0x96]vq[0xd3]R[0x80][0xa5][0xa5][0x80][0xed][0xd2]U[0xbe][0x1c][0xc9][0xa2][0xd0]$op[0xba]t[0xdd][0x9d][#[0xb2][0xab][0x17]9[0x89]n[0xd2]o[#v[0xe7][0xa9][0x11][0xd9][0xe9]X[0xde][0x8a][0xf3]N[0xa1]sl[0xcb]_#v[0x17][0xa0][0x11]&[0xfb][0x7][0xd0][0xfe]A[0xd4][0x88]k[0x8b][0xd1][0x88][0xdd][0x85]j[0x84][0x9][0xe7]V[0xc4][0xb9][\r]5[0xe2]vg4bwn[0x8d]0m[0xfe][0x11][0xdc][0xfc]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x88][0xdd]yj[0x84]i[0xde][0xf][0xe0][0xbc][0x8f][0xa2][0x1b][0xfa][0x7][0xf1][0xc8][0x8]G[0x18][0xbb][0xfe][0xe7][0xf0]B[0xa1][0x93][0xe0][0xb][0x1d][0x83][0xe1][0xb7][0x81][0xd2]|[0xf][0x8c]y[0xc]F[0xac]|[0x4][0x1d][0xf7][0x18][0x8c][0x1a]6[0x1a][0xbf]`[0xcc][0x8d]:[0x6][0xa7][0x1e][0x87][0xf2][0xfb][0xd9][0xa2][0xeb][0x16][0x8e][0x18][0x1a]i!j[0x81]\[0xdd][0xa3][0xcd][0x8a],[0x98][0x7][0xc4][0x12]q[0xb9][0x2][0xf7]j[0x96][0xbf][0x8c]w[0x12][0xcb][0xb3]@[0xff][0xa3]y[0x1e][0xb4]1[0x86]3[0xee][0x3][0x6]r[0xf]|[0x5][0xbe][0x8a][0xaf][0xf7]e[0xbc][0xf3]_[0xf8][0xfa]5m[0xbe]_[0xd7]F[0xbe][0x9f][0x8e][0xbc][0x88][0xce][0xc9]KFn>[0xe][0x15][0xd9]C?i@[0xf6][0xd2][0xa1][0xc9][0x95][0x8e]/x}>([0xf7][0x95]@[0x9d]O[0x85][0x16][0x9f][0x1f]&[0xf9]Ja[0xba][0xaf][0xc][0xe6][0xf8]N[0x81][0x5][0xbe][0xe1][0xb0][0xca]7[0x2][0xd6][0xf8]F[0xc2]z[0xdf]hCd[0xf5][0xc2][0x13][0xd4][0x7]{[0xe1]I[0xba][0x2][0xbd]p[0x82][0x16][0x4][0xbd][0xf0]-[0xaa][0xea][0xbd][0xf0]m-[0xb2][0xbc][0xd0][\r][0xdf][0x81][0xef]R[0xd5][0xf4][0x81][0xf8]/[0x98][0xa4][0xc0][0xf7][0xca][0xc7][0x96]y[0xe0]dzU[0xe0]b[0xfc][0x9c]H[0x82]/[0xa4][0xf5][0x14][0x8f][0x83][0x90][0xfd]w[0x1e][0xab][0xc][0xc9][0x98][0xfc][0xe5]7[0x9d][0xc1][0x7]?[0xa0][0xc]>[0xf8]!e[0xf0][0xc1]S[0x94][0xc1][0x7]?[0xd2][0x18]<[0xf0]c[0xf8][0x9][0xb5]T[0xad][0xdd][0x8d][0xdb]:[0xac][0x6][0xdd][0xf7]Ap[0x13])[0x11][0xc][0x86][0xea]p[0x90][0x9f]j[0xc6][0x9f][0x86]F [0xe7][0xd2][0x85][0xfa]T[0x3][\r][0xe7][0x94]C[0xa5][0xf6][0xa8][0xe7][0xff][0x0]PK[0x7][0x8]<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/LoggerProvider.class[0x8d][0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa4]|[0x8][0x82][0x80][0xdf]_'S.[0xf4][0xe0]A[0x13][0x8c]'cB[0x2]jB[0xc2][0xbd][0x94][0xcd]R[0xac][0xb4][0xd9][0xb6][0xc4][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f]2[0xee]N[0xab]1P[0x13]{ywf[0xe7]y;3[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x12]g[0x6]N[0xc][0x9c]2[0x94][0x4][0x8f][0x6][0xbe][0x10]\2t[0xcd][0xc1][0xdc]^[0xda][0x96]g/[0x84]5[0x8a][0xa4][0xbb][0x10][0xbd][0xce][0xc0][0x97][0xc2][0x9a]O[0xfc]0[0xb4]w[0x4][0x83][0xd1][0xc][0x86][0xa2][0xc3][0xdf]xR[0xdf],[0xa9]x [0xe1]&[0xc][0xe4]2xh[0xe2][0x0]V[0x6][0x8f]L[0xa9][0xcd]h[0xed]9[0xd7]0[0xdb][0xe3][0xde]^[0xa7]@Hj[0xb8][0xb3][0xd3][0x94]o[0xf6][0xe5][0xa6]fe[0xda][0xfb]L-[0x9b][0xa5][0xb8][0xac][0xcb][0xb0][0xc][0xf7][0xa0]@c[0xb4][0xd8][0xba]H[0xbf]iD [0xd0]g[0xa7][0x9]V[0x11]7,=[0x91][0x9b][0x1a][0xd3][0x9d]am[0xcc]w/[0xad]F4[0xc7][0x90][0xcf][0xb][0x9b][0x1]w[0xc2][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x83][0x96][0xa5];[0x1e][0x88][0xce][0xc7][0x87][0xe2][0xb6][0x93]i[0x9f][0x1c][0xb3][0xb3][0xd9]v[0xd3][0xce]d[0xc]z[0x18][0xd2][0xb3]Y-[0xa3]g[0x1b][0xf6]0[0xac]R'g[0x9]l[0x89]6[0xe5][0x85]p|lRO[0xb9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xd6][0x17][0xc6][0x96][0xb0][0xdd][0x1];g[0xa5][0xfb][0xaf][0xa6][0xf4]i[0xd7][0xb0]-*[0x6][0xc7][\r][0xdd]L[0xb][0xd4][0xe4]);[0xfa][0xb8]I[0x98][0xf6][0x1])[0xa2]N$O[0x96][0xb0][0x93][0xb9][0xd4][0x84]'[0xc9][0x87][0xc9][0xf7]5h[0x9a]zF3{R)[0x86][0x9b][0xaf][0x14][0x92][0xe2][0x1c][0x13]X[0xea][0x83][0xa7][0x9f]t[0x1d]&G[0xb9][0x92]bt[0xae]3[0xcb][0xd5][0x8c],[0x91][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0x1c]c[0xc0][0xa6][0xee][0xc5]/[0xb0]my[0xfd][0xd8][0xb2][0x85][0x1a]V[0x17][0xe6][0xda][0xd5]2<[0xdc]y[0x90][0xa0][0x9b][0x92][0xae][0x96][0xba]<[0xa4]M{[0x9a][0x1e]/[0xae]([0xb8][0xea][0xd1][0xed][0xb2][0x82]Y[0x92]F`C[0xd2][0xc8]X[0x9a][0x9b]s[0x8][0x15][0x8c]6[0xd1]T[0xe0]@q][0xfd][0x9d][0xac][0x9e][0xca]9[0x86];[0xdb]~[0xc2]1f[0xc][0xe6][0xaa][0xa7]{R2[0xc5][0xae][0x5][0x97][0xe1][0xa4][0x9d]sR[0xfa][0x80]!#[0xdb][0xb4][0xd8][0xb4][0xdd][0xd2][0x98][0xa4][0xe8][0xb7]R[0xa6][0x9d]e[0xc6]C[0xba];a[0xa7][0x15]<[0xaf][0xe2][0x5][0xbc][0xa8][0xe2][0x11]4[0xaa]x[0x14]Q[0x15]MxI[0xc1][0xcb]*^[0xc1]5[0x15][0xaf][0xca][0xe1]5\c[0xdc]*^[0xc7]u[0x6][0xaf][0xe2][\r]\c[0x95][0x1a][0xfc][0xe2][0xa8]x[0x13]o[0xa9]x[0x1b][0xef][0xa8]x[0x17][0xef][0xa9]x[0x1f][0x1f][0xb0]k[0xeb]u[0x9f]]+n[0x9a][0x93][0xc9]M[0xe9][0x96][0x9b][0xa7]T][0xd8][0xa9][0xde][0x9c]a[0xa6]u[0x87][0xa9][0xc]Z<9F:[0xe2][0x87][0x11]Q[0xf1]!>[0x92][0xc3][0xc7][0x2][0xb5][0x91][0xa8]15m[0xea][0x12]L[0x93]@[0x11][0xcb]v#[0xe3]2[0x80]&[0x15][0x9f][0xc8][0x9c][0x9a][0xf0])91[0x98]H[0xe][0xf7]$[0xfa][0xfa]U|[0x86][0xcf]I[0xfb][0xb5][0xa9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xfa][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0])[0x88]LhYz[0x89][0x18]V[0xd6][0xd5][0xac][0x94][0x1e][0xf1][0xa8][0xcd][0x16][0xab][0xf8][0x2]7T|[0x89][0x1b][0xcb][0xaa][0xb2]2O[0x5]vD[0xc8]C3[0xed][0x5]<[0xa6]/[0xc0][0xb9][0x86][0xe6][0xea]i[0x19][0xf4]W[0x2]uk[0x1d]M[0x81][0xca]B[0xe2],[0xa6][0xb5]*s[0x96][0xd9][0xf8]Ufy[0xb][0x1a][0xb8][0xac][0x15][0xcb][0xce](c^="[0xb2];[0xa3][0xbb]~[0xd5][0xc8][0xea]h[0xd1][0x8d]U|[0xa9][0xad]x[0xa5][0x94]F[0xe5][0xd5]VY[0xa8][0xcc]#J[0xf8][0xf8][0xd2][0xc9]^~!-[0x9d][0xed]0[0x95][0xfa][0x16][0x8f][0xb7]|[0x18]Y<[0xe1]e[0xa6]ne[0xdc][0x9][0xcf][0xc1] IMYB[0x9b]"RX[0xf3]:[0xd3][0xd0][0xd1][0xd1]!`E[0x8b]Q[0xff][0xaf][0x9d][0x15][0x3].[0x97][0x1][0xcb][0xfa][0xc4]m[0xcd]c{[0xcd][0xb2][0xc4][0xf2]D[0xf2][0xe6][0x1a][0xb7][0x1d]?[0xe8][0xee][0x15][0xe2]<[0xb7][0x8a]][0x11][0x9e][0xac][0x93][0x96]M[0xe6][0xc6]R~[0xbf][0x1b][0x8a][0x9b][0xb5][0x92]M[0x99]6=[0xad][dA[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x8b][0x93][8[0xbf][0x9d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xfa][0xb][0x8d]^K?[0xe4][0xda][0x8b][0xe4][0xdc][0xba][0x92]+[0xf2]#[0xc4][0xb2]-pr[0xbd]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "_3[0xa5]4[0xbd][0xff][0x92]]-[0xa6]%>[0x6]RZ[0x96][0xfa][0xcd]k[0x13]cx[0xc2][0xb1][0xaf][0xc8][0x9b][0x9f][0xd1][0xa1][0x83]_'[0xbb][0xc0][0xba][0xa2][0xa4][0xb2]R[0xde][0xb7][0x0]g^[0xb9][0xfc][0x82])[0xe1][0x13][0x9a])m[0xe1][0xea]I>[0x97]r[0xae]hn[0xb9][0x5][0xd1][0xdc]z[0xb]%[0xcd][0xf3]([0xfd][0xce]Sl[0xe5]XFE [0x86]6[0x8e][0xaa][0xb7][0xae][0xc0]n:[0x0][0xd7]{[0xb0][0x97]Z[0x84])[0xf9][0x1d]A([0xdc][0x9a]n[0xfe][0x1e]b[0xe][0x81][0xb8]?[0x7][0x87][0xfc][0xb9],!b[0x81][0xb6]_[0xb0][0xb7]m[0xe][0xca]7h[0xe1]n[0xc9][0x1c]BU[0x1b]ZZ[0xdb]n#[0x1c][0xf0][0x9f]7[0xde][0x86][0xea][0xaf]6[0xc5][0x2]7[0x11][0x8c][0x5]k[0x2][0xbf]b+[0xed]Z[0x8b][0xec][0xc4][0xba]v-[0xb4]k)[0xb4][0x13][0xeb][0xda]%[0x96][0x94][0xc5][0x1a][0xca][0xd1]X[0xf0][0xe]*F[0xef][0xa0]rt[0x1e][0x9b][0xab][0xaa][0xe6][0xf0][0x80]/[0xdd]R[0xb5][0x95][0xeb]9l[0x9b]G[0xf5][0xbd][0x9a]@[0xd5][0xf6]9[0xd4][0xc4][0x82]7[0xd1][0x18]+[0xcb]7[0xa8][0xa5]RM@[0xaa][0xd7][0xdd]W[0x97][0x8]5A[0xd6][0xeb][0xc1]9<[0xf4][0xed]j[0x6][0x11][0xdf][0xa0][0xa6]l[0x1e];[0xef][0xb1]?[0x8d][0x18]D[0x1c][0xe5][0xb8][0xc8]7[0xe8]u[0xce]7[0xf0][0x3]~[0xe2][0xfc]3[0xfe][0xc0][0x9f]([0x17][0xe5][0xa2]Z[0xec][0xc0][0xe][0xd1]-[0x8e][0x8a]cx[0x18][0x1][0xaf][0xaf][0xe][0xea]8v![0x84]n~r[0x1e][0xc4]v[0x1c]B-z[0x88][0xd6]K[0xbc]~"[0xf6][0xf1][0xe3]u[0x80][0xa8]O[0x13][0xf7]([0x91][0x8f][0xf0][0xed]{[0x8c][0xe8]q[0xe2][0x1f][0xa7][0x87]![0xdc][0xc5][0x9]z9I?[0xc3][0xf4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!)[0xca]qFT[0xe3][0x1c]=[0x9e][0x15]u[0x18][0x15][0xdd]8O[0xaf][0x17][0xc4][0x10][0x91]$[0x87][0xc6][0x11][0xa6][0xde].~H?[0x86] 5K[0xf1]8[0xf6]sU[0x87][0x9d][0xdc];[0x80]2jJ[0xe9][0x13][0xcc][0x8c]|Z[0xe0]ZHL[0x90][0xaa]1r[0xae]R\B'W%[0xd8].[0xce]2[0xfe][0x18][0x11]j[0xc5]if[0x11]E[0x80][0xde][0xf6][0xf9]x[0xcc][0xc8][0xe7][0xab]/{[0x8a]Y[0x1f][0xf2][0xe8][0xbe][0xf1]_&[0x10]T[0xd0][0xa3][0xa0]w[0xf1][0xd7][0x7][0xa1][0xe0][0xb0][0xc8]-[\r][0xfc][0xe8]>[0xdc]pLA[0xff][0xdf][0xa8]W00[0xa4][0xb0][0x8]G[0xbc]#1H u[0x94][0xc5][0x90]s[0x9c][0x85][0x0]w[0x13],J;Wa:[0xad][0x87][0xfc][0xb][0xfd][0x7]PK[0x7][0x8][0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Messages.class[0xad]TmS[0x1b]U[0x14]~n[0x92]M[0xc2][0xba][0x91][0x94]V[0xea][0xb6]X[Kk[0x12][0x12][0x2][0x5][0xad][0x12][0x8c]B[0x10]E[0x3][0xad]&[0x82]u[0x9c]q6[0xcb]e[0xd9]t[0xd9][0x8d][0xbb][0x9b][0x8e][0xfd]3[0xfe][0x86][0xfa][0x85]2v[0xc6][0x8f][0xfd][0xe0]or[0x1c][0xcf][0xbd][0x1b]H[0xc8][0x82]3[0xce][0x98][0x99][0xbd][0xf7][0xe4]<[0xe7][0x9e][0xf3][0x9c][0x97]{[0xff][0xfc][0xfb][0xf7]?[0x0],[0xe1]{[0x15]o[0xe2]#[0x15][0x93][0xf8]X[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j[0xe2][0xef]j[0x6][0x9f][0xa8]PPW[0xf1])>[0xcb]`MEV[0xc0]Y[0xac][0x8b][0xa5][0xa1]b[0x3][0x9f][0xb]i3[0x83]/2[0xf8][0x92]A[0xdb]r][0xee]7[0x1c]#[0x8]x[0xc0][0x90]^[0xb5]];[0xac]3$[0xb][0xc5]][0x86]T[0xc3][0xdb][0xe7][0xc][0x93]M[0xdb][0xe5];[0xfd][0xa3][0xe][0xf7][0xdb]F[0xc7]![0xcd]T[0xd3]3[\r]g[0xd7][0xf0]m[0xf1][0xa0]L[0x85][0x87]6[0xf9][0x98]iz[0xbe]U[0xed]v[0xbc] [0xa8]:[0x9e]e[0xd9][0xae]U[0xdd][0xe6]A`X<[0xa8]1LX<\[0xef][0xbb][0xfb][0xe2][0xc4][0xbd]B[0xb3]k<3[0xaa][0x8e]A6[0x92]D[0xad]8[0xa2]y[0xd4][0xe9]r3[0xac][0x9][0xcf][0xcf]{d~%f[0xcd]0}[0x9e][0x9][0xd9][\r][0xd8]L[0x8f][0x1b][0xaf][0xb6][0xdb][0xb5][0xba] [0xd0][0xb2]-[0xd7][0x8][0xfb]>[0x19]-[0xae][0xb6]W[0xe2][0x1][0xeb]1Z[0xd1][0xd9]"[0xad][0xc][0xf][0xe3][0xa4]#E?[0xb4][0x9d][0xaa][0xa4][0xc3]/N#[0xed]HP[0x94]/v[0x80][0xa1][0xf1][0x9f][0xb8]\[0x10]R[0xb2]Ku=[0xdb]epG[0x8f][0xb5]B[0x9f][0x9a]P[0xfb][0xbf]4[0xc5][0xb8][0x8a]!g[0xbb]![0xf7][0xf][0xc][0x93][0xef][0x18]G[0xc3][0x14][0xcf][0x1b]1[0x83][0xbe][0xe]}&}[0xfb][0xc]J[0xa7]o;[0xb4][0xeb]1[0xe3]u[0x1]p_8n[0x85][0x86][0xf9]t[0xdb][0xe8][0xc9][0xbe][0xd2]L3[0xa8][0x86]i[0xd2]@[0xcd].,,0$~[0x91][0xcb][0xa2]X[0x1e][0x88]eI,[0xcb]d[0xd5][0xf2][0xfa][0xbe][0xc9]7mQ[0xf1][0xdc][0xe9][0x4][0xce][0x8b]H[0x1a]fqO[0xc3][0x15]Le[0xb0][0xa5][0xe1]+|[0xad][0xe1]m[0xdc][0xa6][0xd9][0xbd]|tg[0x17][0xc5][0x81]f[0x6][0xdb][0x1a]v[0xf0][0x88][0xe1][0xfa]%[0x9c]5<[0xc6]7b[0xf9]6[0x83][0x96][0x86]6[0xbe][0xd3][0xb0][0x8b]=[0x86][0x1b][0x97];g[0xc8][0x8f]w[0xfe]T5[0xd2]b[0xca][0x89].[0xcf][0x6]?0[0xfa][0xe][0xe1][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x8b][0xe6][0xe8]~![0xae][0x8d]_3[0xba][0xdd][0xb7][0xa4]2[0xe0]f[0xdf][0xb7][0xc3][0xe7][0xd5]5Y[0xd4][0x86][0xe7][0x86][0xbe][0xe7]8[0xdc][0xa7][0xc7]a[0xdf]{[0xec][0xdb][0xcf][0xa8][0x80][0x16][0xa7].-[0xf][0x1c][0x9f][0x9d][0x18][0x82]kfh{[0xee]%So[0xf4]z[0xdc][0xa5][0xf3][0x95][0xb]f2>K[0xc3][0xce][0xcf][0x14][0x1a][0xff][0x6][0xe7][0xc7]!q[0xc1][0xb8]k[0x85][0x87][0xf2][0xf9][0xda]b[0xc8][0x86][0xde])rV[0xab][0xd1][0xe0]X[0xa4]7s[0x12][0xe2][0xa7] ![0xc6][0x1][0xc]W[0xe5][0xeb]J[0xf3])[0xb4][0xa5][0x97]H[0xfc]FB[0x2][0xd7]hUi[0x7][0xee]"E[0xe3][0xf3][0x16]IZd[0x84]i\[0xa7]}[0x82]FH'[0xb][0xe1]`[0x83]v[0x81]eK'H[0x9e] [0xf5][0x82][0xe4][0xa4][0xf4][0x91][0x96][0xfa][0xf9][0x91][0xf3]Y[0xdc][0xc0]M[0xda]g[0xce]i[0xde][0xa1][0xfd][0x96][0x8c][0xfc][0xae][0xf4]|{[0xe0][0xb9]E[0xd1][0x5][0x8b][0xdc]+(O[0xe6][0x88]_[0xfa][0x4][0x99]q[0xf7]+[0xd2][0xfd]td8p/[0xa4];x[0x8f][0xf0]a[0xa0][0xdc][0xb9]@w)A[0xba][0x17]Q[\r]X[0x96]4i[0xd2][0xf7]^![0xfb][0xe4]%&V[0x14]])[0x1d]C[0xcd][0xff]t[0x8c]7[0xe6]H[0xd8]+[0xbf][0x86]^>[0x86][0xf6]+[0xa6]tE[0xaa][0xf7]t[0xa5],[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x95]q[0xa4]"[0x10]=[0xf5][0x1a]7[0xf5][0x94][0xc4][0xae][0xe]1[0xa1]!P9Fn[0x98][0xcb][0x3]b[0x9]pJ[0xff][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0x11][0xb7]C[0x94]aSw[0x9e][0xa2][0xe][0x7][0x9b]8[0xc2]6<[0xfc][0x80][0x1e]:[0xf8][0x19]][0x4]2[0xef]z[0xc4][0x1b][0xf7][0xf1][0xbe][0xcc][0xbb][0x87][0x2]ILJE[0x92][0x12]R*[0x91][0x94][0x94][0xd2][0x1c]I)[0x8a]b[0x91][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]s^[0xb6]:[0xf9][0x17][0x96]2[0xa8][0xea]3[0xf9],[0x16]N[0xab][0x82][0x1f][0x9]W[0x4]^[0x9a]+W[0xf4][0xd4][0x9][0xd8][0x8b][0xb3][0xf1][0x88]jGrX[0x8e][0xac]h[0xc2]"[0xe]*e[0x13]qP[0x89][0xc4]A%[0xab][0x88][0x83][0x8a][0xf]$[0x87][0x4]>[0x94][0xde][0x1e]"/[0xb5]Lz[0xa1][0x81][0xf8][0x7]PK[0x7][0x8]o[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/jboss/logging/NDC.class[0x85][0x92]]S[0xd3]@[0x14][0x86][0xdf]-m[0x93][0xb6]A[0x10][0xa9]EP[0xbe][0x14]i[0xab]R[0x10]?@[0x18]/[0xa4]8[0xd3]1[0x16][0x6][0xb0][0xf7]i[0xbb][0x13]R[0xdb][0xa6][0x93][0x4][0xc6][0x1f][0xe5][0x85]z[0xe3][0xd4][0xb][0x80]?[0xca][0xf1][0x9c]%VJ[0xca][0xd8][0x8b][0xb3][0xa7]g[0x9f][0xf3][0xee][0xd9]w[0xf3][0xeb][0xf7][0x8f][0x9f][0x0]6[0xb1][0x9b]F[0x6][0xf]RX[0xc1][0xc3][0xc]V[0x91][0xe7]P[0xe0]P[0xe4][0xf0][0x88][0xc3]c[0xe]O8[0xac]i(iX[0x17]H[0xee]:]'x-0[0x96]/[0xd4][0x4][0xe2]{nS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x98]NWV[0xcf]:u[0xe9][0x9d]X[0xf5]6U[0xa6]L[0xb7]a[0xb5]k[0x96][0xe7][0xf0][0xff][0xb0][0x18][0xf]N[0x1d]_ g[0xba][0x9e]]j[0xd5]][0xdf]/[0xb5]][0xdb]v[0xba]v[0xa9]Z[0xde][0xdb][0x11]H4[0xda][0xd2][0xf2]H[0xdc][0x96][0x81][0xc0]t[0xbe]`[0xb6][0xac]s[0xab][0xd4][0xb6][0x88]8[0xe]<[0x2][0x9][0xd2]i[0xb3],{[0xc1][0xa9][0x1a][0xa2]B[0xb1][0xe7][0xf6]H[0xbc]'[0xe5]G^[0xce]|[0xda][0xc9][0xe6][0xa3][0xad]<[0xb0][0xd6][0x91][0xbe]o[0xd9]j[0xc2][0x11][0xda][0x19]_[0x6][0xef][0xad]O[0xa1]|<_[0xe1][0x1e][0xbd]3[0xa8][0x8]:.}[0xec][0x9e]y[\r][0xf9][0xd6][0xe1]+[0xe9]4[0xf8][0x1a][0xb][0x19]00[0xae]a[0xc3][0xc0]Sljxf[0xe0]9[0xc6][\r][0xbc]@[0xd6][0xc0]K[0xe4][0xc]lq[0xb6][0xcd][0xe1][0x15][0xe6][0xc][0xec]`[0x81][0xa6][0x1c]i[0x84][0xc0][0xe4][0xbf][0xd1][0xe][0xea]-[0xd9] 3[0x96][0xa2][0xa8]I[0xab][0xf4][0xe]=[0xf7][0xdc]iJ[0x8f][0x8c][0xd5][0xf][0x8f][0xe]j[0x95][0xf2][0xfe][0x91][0xc0][0xf2][0x8][0x8f][0x87]y[0xba][0xed][0xe2][0xff][0x18][0x92]T/Rm6[0xe8][0xe9][0xc9]w[0x95]d.[0x92][0xd0][0x92]$[0xb9][0xaf][0xca][0x1a]?@[0x98][0xd1][0x1b][0xa8][0xec][0x86][0xaf][0xd0][0xbf][0x96]b[0x3][0xfc][0xd5][0xf1]OG[0x8c][0x1d][0x3]1[0xea]s$oiM[0x14][0xbf]C|[0xa5]$[0x86][0x9][0x8a]iZ[0x81][0x1c][0xe2][0x98][0xc1]$e[0xc6][0x5][0x84][0x9b][0x98][0xa2]5[0x85][[0x3][0x81][0x15][0xb5]C[0xb5]o[0x88][0xf5]1&[0xc0]"[0xe2][0x92][0xc8]<[0x9d][0xb8]@-[0xd3][0xc8][0x86]-KC-q[0x81]/[0x83][0x96][0xa4][0xda]Z%[0xfc]6[0x9d]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x8]|[0xbe][0x82][0xaf][0x13]>s[0x8d]z2[0xaa][0xbe]M[0xf8][0x9d]kp-[0x8a][0xbf]!|[0x16]s![0xbe]Ew[0xe2]j[0x9a][0xf0]b[0x1f]z[0xc]WM{G[0xbc]y[0xc9][0xb4]4[0xee][0xe2][0x9e]2m[0x9e]|[0x88][0xaa][0xcc][0xf6][0x91][0x8a][0xaa][0x9c][0x10][0xff]aHe[0x91]F[0xe5][0xc9][0x96][0x15]y[0xff][0xf]PK[0x7][0x8][0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/knopflerfish/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/knopflerfish/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/knopflerfish/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/knopflerfish/service/log/LogConfig.classUP[0xcb]R[0xc2]0[0x14][0xbd]Aly[0xc8]C[0x11]|[0x8b]n[0x9c][0xb2]1[0xb][0x97],eTf`X0[0xe3][0x82]][0xed][0xa4]!X[0x1a][0xa6]I[0x19][0xf5][0xd3]\[0xf8][0x1]~[0x94]c[0x92][0x86][0xa2]][0xf4][0x9c][0x93][0x9c]{[0xce][0x9d]|[0xff]|~[0x1][0xc0][0x1d]\[0xbb][0xd0]u[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x13][0xf0][0xe5][0x92]I[0x4];^[0xef][0x19]A[0x83][0x89][0x1][0x9][0xfd]4[0x92][0xf7]<[0xe][0x19]5[0xe7]3[0x4]5A[0xe4][0x98],y[0xf2]>e[0x1f][0x4]A[0xd1][0x1b]j{[0x8d][0xfe]?V[0xe6]![0x82][0xb2]2?[0xb0]H[0x92]Dq[0xba][0xe5][0x1d]o[0xb4][0xf0][0xd7]>[0x8e][0xfc][0x98][0xe2][0xa9]LXL[0xfb]&[0xa6][0x92][0x9b][0x4][0x82][0xb6][0xd7][0xcb]l[0xa9]d[0x11]~[0xf2][0xc5]|[0xec][0xaf][0xfa]jS[0x95]:I[0xa5][0xee][0x9e][0xe9]![0x87]Z[0xed]fu[0xaa][0xde][0xa5][0x1b][0xa6]/[0x7]Lu67i[0x8c]c}[0xa5][0x82][0xaa][0xd6][0x9f][0xad]\[0xa5][0x95]^}[0xec][0xbf]=[0x92]8[}[0xc3]Kz&J[0xc5]\Q[0x9a][0xd3][0xca][0x94][0xa7]I@[0xb2][0xca][0xfa][0x88][0xd3][0xec][0xd1]nu![0x82][0x1b][0x9e]P[0xfc][0x1a][0xf3]U[0x18][0x91]$db[0x8e][0x5]I[0xd6], 8[0xe2][0x14][0xe7]n[0xb5][0xe3][0xf6]U&/[0xb][0x12]H[0x7][0x1][0x82][0x2][0xe8][0xaf]UT[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x0][0x85][0xbb][0xe0][0x18]t[0xa1]d[0xb0][0xc][0x15][0x83]U[0xab][0xf7]r]3X[0x87][0x86][0xc1]&[0xec][0x1b]<[0xb0][0xf3]-[0xab][0xf][0xad]nC[0xc7][0xe0][0x91][0xcd]9[0xb6]9'V[0x9f]Z}f[0xe7][0xce][0xf5][0x9c][0xda][0xf0]B[0xfd][0xb]p[0xf9][0xb]PK[0x7][0x8]$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/knopflerfish/service/log/LogRef.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe][0xef][0xcb]L[0xde][0xe4][0xe5][0x91]e[0x92]@[0x12][0x2][0xc][0x10][0xc8]d[0x92][0x10][0x15][0xac][0xac]*D[0x88][0xc1][0x10][0x90][0xa0][0x88]hq[0x92]y[0x13]F&3qf[0x12][0xa0]u[0xe9]^[0xab][0xd6][\r][0xa8][0xa2]b[0xd5]Zi+V[0x5][0x19][0x88]([0xd5][0xaa]Pmk[0xed][0xee]V[0xeb]R[[0xb7][0xd6][0xad][0xae]X[0xed]9[0xf7][0xbd]L[0x86][0xe4][\r][0x99][0x8f][0xe4][0xfb][0xee][0xbd][0xef][0xde]s[0xff][0xb3][0xdc]s[0xcf]9w[0x9e][0xf8][0xfc][0xfe][0xfd][0x0][0xa6][0x8b]z[\r][0xed][0xb8]][0xc3]r[0xfc][0xd8][0x85];\[0xd8][0xae][0xe1]'[0xf8][0xa9][0x86][0x9f][0xe1]N[0x15];[0xf2][0xe8][0xe3].[0x15]?[0xd7][0x90][0x87][0xdb]][0xb8][0x9b][0xfb]{[0xb8][0xb9][0x97][0x9b][0x9d][0x1a]v[0xe1]>[\r]*v[0xe7][0x11]@[0x92][0x9b]=[0xf9][0xd8][0x8b][0xfe]|[0xdc][0x8f]}[0xfc][0xf9][0x0]7[0xf][0xf2][0xdc]~[0x15][0xbf]p[0xe1]![0x17][0x1e]ff[0xbf][0xd4]0[0x1][0x8f][0xf0][0xe2][0xa3][0xc8][0xcd][0xaf]x[0xfa]qn[0x9e][0xe0][0x8d][0xbf][0xe6][0xe6]7[0xfc][0xf9][[0x1e]=[0xc9][0xa3][0xdf][0xf1][0xe8])[0x15][0xbf][0xcf][0x87][0xf]p[0xe1][0x8f],[0xce][0x9f]\[0xf8]3[0xb][0xfc][0x17][\r][0xc5][0xd3],[0xdb]3.<[0xcb][0xe4][0xcf][0xa9]x[0xde][0x85][0xbf]i[0x98][0x81][0x17]T[0xfc]][0xc3][0x9][0xac][0xf2][0xc][0xbc][0xc8][0xec]^r[0xe1]e[0x17]^a[0xfa][0xb8][0xf0][0xaa][0xb][0xff][0xe4][0xe1][0xbf]T[0xbc][0x96][0x8f][0xf9]x[0x9d]Id[0xf3][0x86][0x8a]75,[0xc4][[0xdc][0xfc][0xdb][0x85][0xff]p[0xff]6[[0xea][0x1d][0x17][0xde][0xe5][0x8f][0xf7][0xb8]![0xa3][0xbc][0x8f][0xff][0xba][0xf0][0x81][0xb][0x1f][0xba][0xf0][0x91][0x8a][0x8f]U|[0xa2][0xe2]S[0x81][0x82][0xd6][0xa5][0xcd]k[0x9a]Z[0xe7][0xb7][0xb7][0xaf]Y[0xda][0xde][0xdc]"[0xe0]n=[0xdf][0xdf][0xe7]o[0xc][0xfb]#][0x8d][0xed][0x89]X([0xd2]5G@[0x1f][0xa4]:m[0x91]@Q8[0xda][0xd5]n[0xc4][0xfa]B[0x9d][0xc6][0xa2]P8a[0xc4]h*[0x1e][0xea][0xee][0x9][0x1b][0xa7][0xf8][0x13][0xc6][0xa2]h[0xac][0xdb][0x9f][0x10][0xa8]2[0x91][0x12][0xc6][0x86]Dc[0xfb][0x90]U[0xc2]T::[0x5]&[0xb5]Fc][0x8d][0xd1]xW[0xa8]1[0x18][0xf3]w[0x1b][0xeb][0xa3][0xb1]u[0x8d][0xb]z#[0x81][0xb0][0xd1][0x14][0x8d][0xf0]V[0xa2]t2[0xbb][0xe5][0x2]S[0xec][0x88]-9[0x96][0x1b]A#fD:[\r][0xa2][0xcf]!z[0x81][0x89][0x83][0xd4]q[0x93][0xa6][0x91][0xe6][0x1b][S[0xa2][0x13]eno[0xdc]X[0xda]K[0xb2][0x8a][0xb3][0x5]\[0x1d][0x92]oK[0x80]>[0x17][0x93]e[0x2][0xd1][0x95][0xfe]X[0xa4]%[0xd8][0x14][0x8e][0xc6][\r][0x9a][0xcc][0x9d][0x1b][0x8a][0x84][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xf5][0x8e],[0xf5][0xd9][0xb5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9a][0xa2][0x1]C[0xa0][0xb0]5[0x14]1[0xda]z[0xbb];[0x8c][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0xd8]`#G;[0xfd][0xe1]3[0xfd][0xb1][0x10][[0x93][0x8e][0xc4][0xda]P|@[0xcb]u[0x91]hO0l[0xc4][0x82][0xa1][0xf8][0xda][0xa1][0xf2][0x93][0xae][0xac]e[0x94][0x5][0x9f][0x92][0x85],,[0x8a] [0xda][0xb2][0xb4][0xa3]][0xb1]6[0x16]][0xcf]|[0x9]It[0x8][0x8c]jO[0xf8];[0xd7]-[0xf1][0xf7]Ha[0xa4][0x83][0x1c][0xa2][0xbb]FR[0xb1][0xd2]DC[0x2][0xd6][0xd9][0xb1]j[0x89][0xf4][0xf9][0xc3][0xa1]@[0xfb][0xc6]H[0xc2][0xbf]a[0xe1][0x86]N[0xa3]'[0x11][0x8a]F[0xe6][0xd0][0xc5]"[0x13]Z[0x82]7[0xad]%[0x96]l[0xc2]j[i[0xad][0xf3]X[0xd8]gDLas[0x8c][0xbe][0xc4]a[0x7][0x98][0x81][0x96]L[0xdb]K[0xc0][0x89][0xc1]3[0xa5][0xbd]^Fpv[0xf2][0xa1]Q[0x1f][0x88][0xb6][0xb2]3,[0xf3][0xe]w[0xeb][0x96][0xac][0xdc][0xc9][0xd6]fR[0xc8][0xee]x[0x17][0xfb][0xa6][0xd1]g[0x84][0xc9]>tu[0x94]8][0x84]|S[0x9e]Vs[0x9a][0xa4][0xa1][0x5]5[0x10]=[0xc5][0xe8][0xe8][0xed][0x92][0xdf][0xe4]i[0xb9][0xa6]k[0xc9]AK$[0x18][0x95][0x14][0xb]c[0xb1]h[0x8c]%6)[0xcb]l$f[0xb6][0xb3]m[0xe6][0xb3]R[0x84]7[0xfb][0xec]6gRp[0xe9][0xd1]r[0xca][0x88]H[0xbe][0xc4][0xca]:[0xd6]K[0xe5][0x9d][0x86][0xa9][0xf1]ho[0x8b][0xbd][0xaa]j[0xb7][0x11][0x8f][0xfb][0xbb][0xd8][0xf3][0xec]H2[0xb2][0xc9]3[0x6][0xdc]P`[0xce][0x91][0xc][0xba]]^%3[0xc1],[0xb3][0xee][0x93][0xac]E[0x86]G.[0xbb][0x80]R4t[0x8e][0xb2][0x8f]qA[0xaf]?[0x1c][0x1f][0x92]kL[0x15][0xe6]p[0x9e][0xca][0xa1][0x8][0x9d]*[0x1b]B[0xd1][0xc6]e[0xb4]/A[0xbb][\r]7[0x17]O[0xfe][0x9e][0x1e]#BY[0xbd]!+[0x19][0xac][0xc0]0g[0x8][0xfd][0x0][0xbb]#[0xd0][0xbb][0x12][0xd1][0x1][0x91]KlD[0xa1]D[0xd1][0xc3]_a[0xba][0xe4][0x85]=[0xe6]<[0xd5]2+b~[0xae][0x7][0xf2]R[0xf1]V`[0x1c][0xc5][0xda][0x8c]6'F[0x15][0x19][0x17]M[0xb3]/H[0x15][0x88][0x94][0xc7][0xa9]Dt[0xfb][0x3][0x81]a[0xa7]:[0xeb]H9c[0x80]l[0x8e]}[0xbe])!&C[0xb3][0xb][0xdd][0x18]{[0xb1]m*_[0x95][0xf6][0xaf][0xd8][0xd8]C{tY[0x18][0xa5][0xaa]"ov[0x89][0x8c][0xf][0xbd],ftG[0xfb][0x8c]az[0xd5]d[0xa5][0x17]k1[0xcb][0xd6][0x1f][0xb2][0xd3]@K[0x97][0xfa][0x88][0xa6]L[0x93]z[0xb8];Q<[0xf4].>[0x92]OU[0x8f]t[0xb3][0xcf][0xa0][0xc8]F[0xde][0x13][0x8c]E[0xbb][0xad]Z[0x8e][0xea][0x94][0x16][0xdb][0xab][0xe5][0x94]NG[0x17]"h[0x5][0xcd]j[0xcb][0x0][0xa9][0xe8]h%m[0xaf][0x1d][0x97]I[0xde][0x16][0xee]r[0xc3]F[0xa4]+[0xb1]V[0xa0]>[0xcb][0xfb]%K[0x2]r[0x2][0xca][0xbd][0xc6][0xd2] 3[0xb0][0xb1][0x1]Q[0xe4][0xc5][0xa9]F[0xb5][0xc0][0xb][0x7][0xd7]e[0xe8]3[0x9d][0x88][0xeb][0xe]L[0xa4][0x7]f;[0x14][0xac][0xa0]'[0xa7][0x86]JNV[0xf4]<[0xaf][0xe4][0xf4]%[0xfb][0xb3]d[0xaf]q[0x16][0xa1]^[0xe1][0xb4]-{J[0x94][0xb2][0xa7][0xac]'{[0xca][0xe4][0xb2][0xa7][0xe4]-{C~O[0x82][0xa0]L[0xd2]E[0xed]Z[0xfa]:[0x1d]9[0xf4][0xf][0xe4][0xfb][0xf6]@[0xf8][0xea][0xaa][0xf6]@[0xb9]W[0x12][0x87][0xa8]-[0x90]K[0x17][0xc2][0x81][0x8b][0x88][0xdd][0xc5]8[0x9f][0xbe]<&9[0xd6]![0xc][0xc8][0x11][0xb3][0x17]r[0xd4]M[0xc][0x14][0x9][0x1f][0xb1][0xe0][0x1f]!j[0x7][0xf5][0xb3][0x18]>g[0x9e];[0xc7][0xed][0xd8][0xb]g[0x12][0xb9][0xf3][0xb6]cb[0xdb]N[0xb8][0xf6]!o[0xd5][0x1e]h[0xee][0xfc]$[0xf4][0x86]$F%Q[0x90]D![0x8d][0x8a][0x6][0x84][0xa1][0x3]A1J[0xa1][0x12][0x14][0xb]5[0x95]^[0xf7][0xc0]e[0x4]{9[0xad]\Ik[0xd7][0xd2][0xea]U([0xc3][0xd5][0x98][0x86]kp[0x1c]6c&[0x95][0xf],[0xac][0x8f][0xa8][0xca]0[0xe]Q[0xf4]H[0xb1]g[0xa5][0xc4][0x9e]e[0x89][0x9d][0x8b][0xe9][0xb8]@[0x8a][0x1d][0xa3][0xd9]R(_P[0x93][0xa3]"[0xae][0x82]__*z[0xc7][0xd1]Z_[0xca]^[0xf]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xfb][0xea]v[0xa3][0xd8]W[0xb5][0x1b]n_]?J[0x4][0xfa]Q*[0xb0][0x1b]eu[0xbe][0x9d][0x18][0xdd][0x8f]19[0xd8][0x8e][0xc9]m[0xbe][0x1][0x5]+HAZ[0xa0][0xd6]]I[\r][0xe9]IJ[0x8e]e[0xf5]*0[0x99][0x94]*[0xb7][0xd4][0x9b][0x4][0x17][0xb5][0xd7][0xc3][0x89][0xad]d[0xf3][0x1b]h[0xf5]&Z[0xbf][0x85]([0xb6][0xa1][0x6]7c[0x11]nM[0xa9]V[0x83][0x9]X[0x8f][\r]R[0xb5][0xe6][0x94]j[0xcd][0xa9][0x13]i[0xb6]N[0x84]US[0xa1][0x4]Ul[0x9c]@[0xb]_[0xc1]W-m[0xfc][0xb4][0xa8]P_^[0x97]D[0x95][0xef]>[0x8c][0xbb][0x3][0x85]4[0x1c][0xaf][0xde][0x2][0x95]N[0xcc][0xc3][0xae]`[0x8a][0xe5][0x96]Z[0xdf][0x9][0x1d];P[0x82][0xbb]0[0x6]wK1F[0x9b][0xfb]S[0xcc][0xcb][0xc9]]."[0xf4][0x98][0xdc])[0xc6][0x90]>T[0x93]Y[0xec][0xa2][0xd2];[0x0][0xaf][0xcf][0x97][0xc4][0xc4][0xdd][0x98]D,'[0x1f][0xc0]X[0xea][0x8a][0x99]{?[0xaa][0x15][0xac][0xf4][0x89][0xdd][0x18][0xc7][0xcd][0xe4]A[0xf6][0x95]tP[0xc0]^[0xb2]M?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q?[0x1d][0xe9]>B~[0x80],[0xb0]_[0x8a][0xa1][0x9b][0xb8][0x96][0x18][0x16][0xf3][0x1a][0x9a][0xfc]Z[0x8a][0xf9]b[0x8b]y)+&9[0xf6]c[0x8a][0x2]fT<[0xe8][0xf2][0xa6][0x9e][0x8f]R[0xfb][0x18][0xb9][0xff][0x1][0xd2][0xf5]`[0x1a][0x83]R[0x8b]A5[0x97]G&[0xae]2[0x93][0x8e][0xca][0x9][0x88]6[0xc6]<[0x80][0xb3]X[0xa7][0x83]8[0xdd][0xc7][0x9f];1[0xb5][0x1f]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X![0xd2][0xef] J[0xac]io[0xfa][0xf4][0x1][0x8c][0xf1][\r][0x9a][0xa0]V!'[0xf3][0x91][0xf6]&[0x90][0xcb]4[0x87]4T)w[\r]Uu[0x15][0x8e]~[0xd4]9[0xc9][0xbf][0x9e][0xa7][0x9][0xf7][\r][0xd0][0xa8][0x9b][0xb4][0x15]O2[0xc8]AT[0xa7]][0xab]zr5[0x9a]-K[0xa2][0xc1]=[0xcd]t;[0xba]^;[0xd1]XU[0xe4][0xda][0x8b]c[0x92]8[0x96][0xc6][0xee][0xe3]d?[0xfd] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]a[0xc6]*[0xf7][0xf1]{[0xf0][0xa5]][0x98]N+4[0xb9][0xf]'[0x10][0xd2][0xcc]$f[0x1d]F[0xdc]HV[0x9c]m[0xcd][0xcc][0xa1][0xbe][0xe1][0x0]*y<[0xd7][0x9c]#[0xdf][0x9e][0xc7][0x9f]'[0x9a][0x9f][0xe4]S[0xc7]V8[0xe]`*[0xcf][0x9d]d[0xce]U8,[0x9a]J[0xf3];[0x89][0x93]y[0xaa][0xc8][0x1c][0xe][0x1e][0xfd]et[0xd0][0xc0]3t[0x1a][0xcf]b<[0x9e][0xc3][0x14][0xbc][0x80][0xe3][0xf1]"[0xe6][0xe2]%,[0xc3]+[0x14][0x15]_%w[0x8d][0xa2][0xdc][0xeb]H[0xe0][\r]:[0x97]7[0xe9][0x5][0xf0][0x16][0xff][0x14][0x87]$[0xde]%[0x7]y[0x8f][0xce][0xf3]}<[0x85][0xf][0x88][0xfa]CZ[0xfd][0x88]F[0x1f][0xd3]K[0xeb][0x13]zb}J[0xc5][0xf1]!Q[0x84][0xcf]D9>[0x17][0x13][0xf0][0x85][0xa8][0xa6]k_O[0xaf][0xaf][0x19][0xf4][0xd0][0x9a]Ku[0xed][0x2][0xe1][0x14][0xcd]B[0x15]K[0x88][0x92]=a[0x86]y[0xda][0x3][0x1e]O[0xa3]oR<[0x16]r[0xf4]-|[0x9b][0xef][0x3][0x8d][0xbe]C[0xb1]8G[0x8e][0xd6]S[0xec]qH[0x97],[0x80]v|e[0xfe][0x98]Q5S[0xe][0xa1]y[0x9a][0x93][0xf6]P[0xa5]my[0xe7]j[0xea][0xd9][0xc3]<[0xe6]IWr[0xf7]0[0xe6]o[0xa5]8H[0xa3][0x87]0[0xbf][0x1f][0xb][0x4]v[0xa8];Rv[0x91][0xc1]Y[0x94][0xa0][0x98][0xde]F[0xe3][0xc5][0xe8]4/[0xf5][0x1c]~[\r][0xc6][0xd3]$=[0x89],FM[0xd6]5([0xa0]+[0xd8][0xa4][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xb1][0x1d][0x8e][0x9c]A[0xd8]\[0xa9][0xca][0xc4]4[0xb8][0x82]48'[0x14][0xfd]d[0x96][0xf4]r{@g&[0xc0][0xfa][0x91][0x0][0xaf][0xb0][0x7][0xcc][0xcd][0x4]x[0xc2]H[0x80][0xdf][0xb7][0x7]td[0x2]\0[0x12][0xe0][0x95][0x94]dL[0xc0][0xf9][0xe6][0xa5][0xe2]c[0x9e][0xe5]-[0xc]w[0xb5][0x5]w[0x1a][0xc1][0xe5]Xp[0xf5]vp[0xab][0x8][0xee][0xec][0xb4][0xec];[0x1c][0x8e]G[0xec]r[0x8a][0x4][0xbe][0xc6][0x6]X[0xd4][0xdb][0x0][0x1b][0x4][0x1c][0x1c][0x11][0x98]=[0xd8][0x4][0xbe][0xd6][0x2]>[0x83][0x80][0x1d][0x3][0x12]7[0xd8][0x0]'[0x8][0xb8]7[0x95][0xa7][0x8e],[0xf1][0x0][0xb]rUl[0xb2][0xb3]q[0xae][0xad][0x8d]/&[0x16][0x97][0x8c]`[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0xe5][0x4]wE[0xd6]6[0xde]dg[0xe3]\[[0x1b]_G[0xc0][0xd7]gm[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0x1d][0x4][0xbc][0xfd](l[0xbc][0xd9][0xce][0xc6]N[[0x1b][0xdf]C,[0xee][0x1d][0xc1][0xc6][0x9b][0xed]l[0xec][0xb4][0xb5][0xf1][0x83][0x4][0xb7]?k[0x1b]o[0xb6][0xb3][0xb1][0xd3][0xd6][0xc6][0x8f][0x13][0xf0][0x13]Y[0xdb]x[0xb3][0x9d][0x8d][0x9d][0xb6]6~[0x9a][0x80][0x9f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]o[0xb1][0xb3][0xb1][0xc3][0xd6][0xc6]/[0x13][0x8b]WF[0xb0][0xf1][0x16];[0x1b];lm[0xfc]6[0xc1][0xbd][0x93][0xb5][0x8d][0xb7][0xd8][0xd9][0xd8]ak[0xe3]C[0x4][0xfc]Y[0xd6]6[0xde]bgc[0x87][0x9d][0x8d][0x15][\r].%[0xff](l[0xbc][0x6]?[0x18]&{[0xfd]X;[0x1b]+[0xe5][0xc4][0xa2]"[0x83][0xec][0x9c][0xb3]M[0x16][0xd7][0x11]3E[0x2]_?Lv[0x2][0xb6][0x93][0xdd]K[0xc0][0xb5][0x19]d[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xa3][0xad])[0xd9]o[0x18][0xc6][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";;[0xd9]g[0x11][0x8b][0xd9][0x19]X[0xb0]QD[0x8a][0x99][0x92]bf[0xb2][0xb8][0xd1]bq[0x9e]Y[0xa1]R[0x99](kG[0x1b][0x1e][0xad][0xc8]S[0x96][0xc]V74;[0xc0]CK[0xf1][0xd0]R<4[0x8b][0x7][0x8f][0xb6][0xca][0xea]F[0xe1][0x1f] -n7[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "S[0x9d][0xb4][0xf][0xb]W[0x15][0x95][0xef][0xc1][0xa2]V*[0xff][0x9a][0xb7]at[0x9d][0xfb][0xd4]$ZV[0xd6]qA[0xba][0x17][0x8b][0xe5][0x98]V[0x8a][0xf4][0xdb]PT[0xe7]>M~[0x17]Q[0x89][0xca][0xf4]K[0xee][0xc1]@z[0x96]/"e%4e5[0x8a][0x95]sP[0xae][0x9c]K[0xef][0x84]5hP[0xce][0xc3][0xc][0xc5][0x8f][0xd9]Jg[0xda][0xf5]9[0xc9][0x12]][0xa3]"[0xf1]f[0xfc][0xd0]z[0x8a][0xe4]A[0xf9][0xc][0xd5]*n)#[0xb0][So[0x82][0x90][0xdc][0x2][0xcc]sSi[0xd0][0xb6][0xb]^[0xf7]|[0xd9]O[0x1d][0xa8][0x9f][0x97][0xca]W[0xdb]T~[0xb5]-[0x93]C/[0xf]O7+[0xe9]][0x18]-[0xa8]Nfc[0x8a][0xb4]W[0x8a][0xf9]twQa[0xaa][0xd1]S[0xbd][0x88][0x1e][0xe9]3[0xa5][0x9]o[0x93]F[0xff][0xd1][0xff][0x1]PK[0x7][0x8][0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/knopflerfish/service/log/LogService.classu[0x8e]1[0xe][0x82]@[0x14]D[0xe7][0x3][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xde][0xc0]Rm[0xdc][0xc2];[0x98][0x98][0x90]Xp[0x2]$[0x9f]eq[0xc3][0x9a][0x5][0xf7]p[0x16][0x1e][0xc0]C[0x19][0x97]XXY[0xcc]d[0x92][0x99][0x97][0xcc][0xeb][0xfd]x[0x2]8 [0x17][0x98][0xb],[0x4]2B[0xae]x,[0xac]*[0xd8][0xb3]![0xc4][0xdb][0xdd][0x89][0x90][0x95][0xf6][0xee]j>j[0xc3][0x84]ehKv^[0xd7][0xbc][0xef]*_[0x11]6[0xd6])y[0xed][0xed][0xad]1[0xec][0x1a]=[0xb4]r[0xf8][0xf6][0xd2]X%s[0xc2]j[0x2][0xa4][0xa9]z%[0xcf][0x97][0x8e][0xeb][0x91][0xb0][0x9e]`;([0xfd][0x7]J[0x9][0x84](([0xe]W)!$[0x98]M[0x9]i[0xf0][0x8][0xe2][0x3]PK[0x7][0x8]:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/knopflerfish/service/log/LogUtil.class[0x8d]TKo[0x1b]U[0x18]=[0xd7][0xaf][0x19];n[0xeb]N[0xd3][0xa4][0xc4][0x94][0xb6][0xa4][0xf][0xc7][0x1d][0xe2]B[0x9b][0xb6][0xa1]%![0xf]'u[0xeb]8[0xd4][0xce][0x3]ZUbl[0x8f][0x9d]I'3[0xce]x[0x9c][0xee][0xd8][0x80][0x10];V,`YU[0x8a][0x84][0xb2][0x80]M[0x8a]@[0xe2][0x7][0xf0]o[0xd8][0xa2][0x8a]p[0xae][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xf1][0x82]+[0xdf][0xfb][0x9d][0xef][0xdc][0xef][0xde][0xfb][0xbd][0xc6][0xfc][0xfd][0xeb][0xef][0x0]n[0xa2][0x9c][0xc0]0n$0[0x84][0xf7][0x15]|[0x90]@[0x18]7U[0xdc][0x92]rB[0xc5]m[0x15]wT[0xdc]U1[0xa9][0xe2]C[0xc9][0xdd]Sq_[0xca][0x8f]TLI9[0xad][0xe2][0xe3][0x4]f0[0xab]`N[0xc5][0xbc][0x8a][0xbc][0x82][0x5][0x5][0x8b][0x2][0xb1][0xfb][0x96]c[0xf9]S[0x2][0xe1][0xcc][0xd8][0x9a]@d[0xce][0xad][0x9b][0x2][0xa7][0x8a][0x96]c[0x96]:[U[0xd3][1[0xaa]6[0x19][0xad][0xe8][0xd6][0xc]{[0xcd][0xf0],[0xa9][0xf7][0xc8][0x88][0xbf]a[0xb5][0x5][0xae][0x16]][0xaf][0x99]{[0xee][0xb8][0xad][0x86]mz[\r][0xab][0xbd][0x91]k[0x9b][0xde][0x8e]U3s[0xb6][0xdb][0xcc][0x15][0xdd][0xe6][0xaa]o[0xd9][0xf7][0x4][0xe2][\r][0xcf][0xdd]*[0x9a];[0xa6]-p6S[0x18]+n[0x1a];F[0xce]6[0x9c]f[0xae][0xe2]{[0x96][0xd3][0xa4]M[0xd4][0xe][0xf6]EA`(S[0xe8]o$,zn[0x9b]N[0xd3][0xdf][0x10][0x8][0xb5][0xab][0x2][0xe7][0x8e][0x99][0xcd]v[0x1a][\r][0xd3][0xa3][0xf1][0x89][0x8a]o[0xd4][0x9e]/[0x19][0xad][0xae][0xd7][0xcc][0x9e][0x80][0xe2][0xbb]=7[0x86]2[0xc7][0xef]/[0x8c][0x15]d[0xc0]}[0xde][\r][0xd7][0xcd][0x86]@[0xa2][0xe2]v[0xbc][0x9a][0xb9]`[0xc9][0x1c]${[0xe1][0x8d]K[0xf3]$[0xce][0xe1][0xad]$.`[0x94]7[0xf7]wH[0x9a]<`[0xea],[0xa7][0xe1]&Q[0xc0]C[0x86]\7[0xab][0x9d]&[0xbd]Z7<[0x87][0x86]d[0xf2][0xe5][0xf2]r[0x99][0xcc]|~af[0xb5][0xb8][0xc2][0x88][0x9f]J[0xe3]G[0x4][0xcf][0x92][0xb8][0x82]"[0xc1][0xc5]$[0x96]P[0xe2]U[0x85][0xd2][0xc2][0xb2][0x82][0xe5]$>[0xc1]c[0x81][0xb][0xb2][0x18]n[0xbb]i[0x1d]-B%Py[0xfb]|~vuQ[0xbe]7S.[0x15]JD[0x97][0xff]O[0x1][0x5]R[0xff][0x86][0xb4]\[0xdd]4k>[0x1f]g[0x19][0xd9]71[0xa3][0xd5]2[0x9d][0xba][0x80][0xde]'[0x9f][0xc7]KxX[0x9b]t[0xbf].8[0xdc]eO[0xb2][0x12][0xaa][0xef][0x6][0xbc][0xc0]`[0xa6]o;[0xa4][0x8e]r[0xa4][0xcc][0xed][0x8e]a[0xb7][0xb]M[0xc7][0xf5][0xcc]9[0xa3]m[0xca][0x8e][0xeb][0xe3][0xda][0x13]\[0xe2]75[0xc]9"[0x10][0xb2]~\G[0xa8][0xe5]([0x5]e4[0xfb][0x1a][0xe2]g[0x82][0x10][0xd2]\c][0xf2]=[0xbc][0xcd]5[0x19][0x18][0xe0]<[0xde][0xa1][0x8c][0xb3][0xee][0x17]{[0x87]o[0xd0]Z[0xee][0xc5]F[0xc2][0xbf] [0xf4][0xd3][0x91][0xd3][0xb7][0xff]s:F[0x7][0xde][0xed][0x9d][0x1e][\r]N[0x8b]:][0x89][0x90][0xfb][0xe1]7[0x84]?K[0xa7][0x94]WP[0xd2][0xbb][0x88][0xa6][0x94][0xd7][0x88],[0x8d][0xfc][0xd8]uv[0x15][0xe8]9[\r]<[0xe2][0x9c][0xe1][0xbc][0xc3]9*[0xbd][0xd3][0xb5][0xe8]>b[0xeb][0xbb][0x98][0xd6]5%@[0x13][0xba][0xa6][0x6][0xe8][0xba][0xae][0xc5][0x3]tI[0xd7][0x12][0x1][0x1a][0xd6][0xb5][0x1][0x89][0xf4][0x91]}$[0xd7]u[0xed]DW[0xd9][0xc7][0xc9][0xa9][0xf3][0xe9][0x97]H[0xe9][0xda])I|[0x15][0x16][0xbb][0x7][0x92]N[0xc9][0x88][0xc2][0xdd][0x88]J8[0xc3]u[0x1e][0x83][0xc8][0xe3].[0x16]1[0x8d][0x7][0x98][0xc5]C[0xd9][0xac]([0xb2]A+[0xb4]Xcg>[0xc3]c|N[0xad][0x89][0x15]l[0x92][0xd9][0xc6]:^[0xe0]S|[0x81]'[0xf8][0x6]O[0xf1]-[0xe5]w[0xb4][0x92][0x99][0xc9]2[0xaa]/[0xa1][0xe1]23[0x13][0x96]y[0xe8][0xe5]H[0xa2]+Dl[0x4]|[0x8d][0xab][0xb8][0xc6][0xac]f[0xc8][0xde][0xc2][0xc0][0x1]N"$[0xf8]g[0xa0][0x2][0xfc][0x1d][0xd0]F[0xaa][0xe1]@[0x15]opM[0xc1]X\[0x8e]3o[0x10][0x11][0xe1]43[0x9e][0xc5][0xf5]^[0xbd]^[0xf2][0xa6][0x10][0xe5]dV;[0xbd][0xf][0xed]{Dc{Ym0[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd9][0x0]F[0x9][0xe3][0x1][0x8c][0x10]&[0x2][0x18][0xde]K[0xef][0x1d]&d[0x1c][0x3]\m^[0xbf]E[0xe4][0xd0]U[0x97][0x1d][0xd6]by[0xb7][0x19][0x86][0xc7]G[0xdb][0xd0][0xe1]c[0x2][0x1d][0x16][0xec]E7[0xe0][0xa1][0xe0]q[0xee][0xeb][0xdd]0'[0xd9]`2L[0x19][0x9c][0x82][0xe8]@[0x82][0x83][0xea]x[0xb7][0x8f]r[0xff][0x0]PK[0x7][0x8][0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/ops4j/pax/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/pax/logging/EventAdminPoster.class[0xcd][0x91]AN[0xc3]0[0x10]E[0xc7][0xa5]4P@b[0xc3][0x15]Pa[0x81][0x17][0xb0][0xb]B[0x2][0xa9]HHA [0x82][0xd8][0xbb][0xc9][0xd4]8[0xb8]v4vRz[0x14].[0xc1][0x1]Xp[0x0][0xe][0x85][0xb0][0x3]R[0x11]p[0x0][0xbc][0xf2][0x1f][0xdb][0xef][0xff][0x19][0xbf][0xbd][0xbf][0xbc][0x2][0xc0]!l%[0xb0][0x91][0xc0]&[0x83][0xf5][0xda]:?n[0xd1]x[0x6]O[0xa3][0xcc][0x92][0xe4][0xd6]I[0xc5][0xa7]$f8[0xb7][0xf4][0xc0][0xcf][0x1a]SjL/[0x96]g[0xe][0xa9]U[0x5]rm%[0xcf][0xac][0x1c][0x1b]O[0x8b]4[0xab]D+[0xb8][0x16]F[0xf2][0xdc][0x93]2[0xf2]{[0xe5][0xf6][0x9e][0xec]\L[0x2][0xe6]/[0x87][0xfc][0x93]w[0x83]S$4[0x5]~[0xbd]l[0xbc][0xd2][0xfc]R[0xd4][0xe9][0xde]][0xc8][0x99]+i[0x84]o[0x8][0x19]<[0xff][0xcf][0x9c][0xc7][0xbf][0xd1][0xfb]'][0xf8][0xa4]D[0xe7][0xc9].[0x18][0xac][0x8c][0xa2][0x1e][0xe6][0xb6][0xa1][0x2][0xcf][0x95][0xe][0xdd][0xec]t[0xd3]?-g[0xca]\[0x87][0xbf]@:[0x88][0x18][0x6][0xbb]][0x82][0xda][0x1d]U[0xbc][0x16][0x8f][0xb1][0x9][0x19][0x90][0xfc][0xe7]m[0x6][0xdb]K[0xdb][0xab]I[0x85][0x85][0x1f]0`[0xd0][0x83][0xb8]z[0xfd][0xe0][0x9][0xfd][0xa0]W[0xa3][0x82]A[0xd0][0x9][0xac][0x85]}[0x18]iW[0x19]~[0x0]PK[0x7][0x8][\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.class[0x9d]Sko[0x12]A[0x14]=[0x3][0x14]pYE[0x91]>Di[0xe9][0xcb][0xf2][0xec][0xda][0x87]m-[0xc4][0xf]6!i[0x82]U[0xd3][0xa6][0xc6][0x8f][0x3],[0xdb]%[0xb0][0x8b][0xc3]b[0xfb][0xb3][0xf4]Kk4[0xf1][0x7][0xf8][0xa3][0x8c]w[0x16]L[0xcd][0xb2]![0xca][0x87]=g[0xe6][0xee][0xbd][0xe7][0xdc][0xb9][0xb3][0xfb][0xf3][0xd7][0xb7][0x1f][0x0]vPQ[0x10]G6[0x82][0x9c][0x82][0x0][0xb2][0x12][0xf2]Q[0x14]$[0x17][0x15][0xdc]CI[0xc2][0xa6][0x4]M[0xc2]3[0x9][[0x12][0xb6]%[0xec]D[0xb0][0x1b][0xc1][0xf3][0x8][0xf6][0x18][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd3]2[0x9d][0x97][0xc][0xc1]l[0xee][0x9c]!td7u[0x86]x[0xcd][0xb4][0xf4][0x93]A[0xb7][0xae][0x8b]3^[0xef]P$Q[0xb3][0x1b][0xbc]s[0xce][0x85])[0xf7][0xa3]`[0xc8][0xb9]0[0xfb][0xc][0xa5][0x9a]-[0xc][0xcd][0xee][0xf5]w[0xdb]Z[0x8f]_i[0x1d][0xdb]0L[0xcb][0xd0][0xaa][0x1f][0x1b][0xd6][0xb1]a[0xd9][0x82]6o[0xf9]U[0x8d][0xc2][0xba]([0x93]:[0xef][0xf5]t[0xab]yf[0xbf][0xd6][0xfb]}n[0x90][0xd0]A[0xb6][0xd6][0xe6][0x9f][0xb8][0xd6][0xe1]Tv[0xea][0xc8][0x82][0xf2]x$7[0x1e]b[0x88]t[0xff][0x88]$[0xfc]^[0x87]Z[0xd4][0x4][0xc3][0x8c]#x[0x83]r*[0x93][0x8d][0xce].[0x84]})[0xcf][0xe6][0xe7]N[0xe3]a[0xe][0xc3][0xac]o>Y4[0xf5][0xfa][0xc0][0xa0][0x89][0x9a]V[0xcb][0x16]][0xb2][0xbe][0xe4]BZ[0xeb]B[0xd8][0x82][0xb8][0xc5][0x1d][0xde]aPN[0xed][0x81]h[0xe8]USN0[0xe5];[0xa3]M[0xe9][0xa0][0xe2][0x1][0x12][0xc][0xf3][0xde]F^[\r][0xcc]NS[0x17]*[0xf6]q@[0xb3][0xcc][0xb8][0xd5]z3S}wtr[0x98]Q[0xf1][0x2][0x87]*[0x16][0xf0]HE[0x1a]e[0x15][0xcb][0x12]V$[0xac]JX[0x93][0xb0][0xe][0xea][0xb7][0xf0][0x1f][0x97][0xc6]p[0xff][0xb6][0x8d]7[0xf5][0xb6][0xde][0xa0]A,[0xf9][0xb][0xfc]U[0x14][0x1e]^4}!>c[0x1f][0xbf][0xcd][0xd1][0xc9][0xa8][0xb7][0xa8]c[0xf]C[0xc][0xc9][0xac][0xef][0xb5][0xe7][0xff][0xf5]"s[0xe7][0xa1]e[0xfa][0xe6][0xe3][0xa0]3[0xd0][0xaf][0x13]%[0xa6][0xb9][0x12]>[0xa4][0x9d]F[0xcc][0x88]g[0xf2]7`_h[0x11]@[0x92]0[0xec][0x6][0x93][0x98]%T[0x87][0x9][0x98][0xc3]<[0xb1]"';*[0xae]Qv[0x80]x[0xe1];[0x2][0x1f]n[0x10][0xcc]_#[0x94][0x98]!([0xd0]s[0x8d][0xf0]g[0x8f][0xde][0x82][0xab]77[0xac]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0x1]w[0xf5][0x84]V[0xb2][0x8d]4[0x16]G[0xca][0xef][0x11]D[0x88]8[0x96]/[0x94][0xbe]"R[0xbc]F[0xf4][0xb6]9[0xc5][0x15]H[0x13]/[0xba][0x82][0xf9]a[0xea][0xa8]A[0xb9]J[0xb9][0x82]r[0xb5][0x84][0x8c][0x9b][0x1d]sM[0x82][0x14]][0x9e]`r[0xc7]k[0xb2]B[0xbc]:[0x85][0xc9][0xca][0x4][0x13][0xc5]k[0xb2]A[0x9c][0x9d][0xc2]du[0x82]I[0xcc]kR$.Ma[0xb2]6[0xc1]D[0xf5][0x9a]l[0x11]oOa[0xb2]>[0xc1][0xe4][0xae][0xd7]d[0x8f]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xa7][0xae][0xce][0xc6]oPK[0x7][0x8]E[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.class[0x95]W[0x9]sS[0xd7][0x15][0xfe][0xae][0xb5]\[z[0x89][0x8d][0x1];2ul[0xa0][0x1]Y[0x96]Q[0xda][0xd2][0x16][0xb]B[0xa8][0x9d][0xb0][0xca]b[0xb1][0x8b]k[0x12]B[0x9e][0xa5][0x87][0xfc][0xb0][0xac]'[0x9e]$[0x3]i[0xda]tK[0xd3][0x86].i[0xdd]}[0xdf][0x9d][0xee][0xd0][0x16]S[0x97][0x99][0xd2])30[0xd3][0x9f][0xd1]ND3[0x93][0xb8][0xdf]}O[0x8b][0x17]9[0x16][0x3][0xdc]w[0xef][0xb9][0xe7][0xde]s[0xbe][0xef],W[0xfc][0xeb][0x9d][0xbf][0xfd][0x1d][0xc0][0x7][0xf0]g[0x89][0xe7][0x3]8[0x8f][0x17][0x2][0xd8][0x89][0xb][0x12]/[0x6][0xe0][0x85][0xde][0x82][0x1d][0x98]TC*[0x88]4[0xc]5\T[0xcb][0x8c][0x1a][0xa6][0x82]0q)[0x88]id[0x83][0x98]AN[\r][0x96]D>[0x80]6\V[0xaa][0xb6][0x9a][0x15]$[0x8a]jQ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x16]W$[0xae][0x6][0xd0][0x9]][\r][0xd7][0x9a][0xf1]R[0x10][0x1f][0xc7][0xcb][0x1]|[0x2][0x9f]l[0xc6]+J[0xf8])u[0xe9][0xa7][0xd5][0xc1][0xcf][0xa8][0xd9]g%>'[0xf1][0xaa][0xc4][0xe7][0x5]Zf.[0x14][0xc]{[0xd6]L[0x19][0x2]}[0x9][0xcb][0xce][0xc4][0xac]|a[0xef][0xa5]X^[0xbf][0x1a][0xcb]Z[0x99][0x8c][0x99][0xcb][0xc4]N[0xe9]W[0x13][0xee]t[0xd4]U[0xdd][0xef][0x9c]KY[0xb9][0xa2]q[0xb5]([0xb0][0xc3]=W[0xc8][0x98][0xb1][0x8b][0xb6]>c\[0xb1][0xec][0xe9][0xd8]P)[0x97][0xce][0x1a][0xc3][0xae][0x8e]{@[0xdd]g[0xd8][0x5][0x81][0xd6][0xc4]%}V[0x8f][0x95][0x8a]f66[0xa2][0xe7][0xd5][0xee][0xa8][0x99][0xc9][0xe9][0xc5][0x92]M7[0xce][0xac][0xdc]=[0xe0].[0xb3]:=[0x19]-[0xda][0xf4]b[0xff]:~[0x9a][0xb4]e[0xe7][0xf4]ll[0xcc][0xd6]S[0xd3][0x94]$[0x1c][0x83][0xfb][0xf][0xd2]@[0xab]c[0xbe][0xec][0xff][0x19][0xe3][0xa2][0xc0][0x13][0xf5][0xbc][0xae])[0x18][0xb6][0x91]s[0x90][0xfa][0xf][0x98]9[0xb3]x[0x90][0x7][0xc2][0x1b][0xe3][0xec];+[0xe0][0x1d][0xb6][0xd2][0x86][0x2]i[0xe6][0x8c]dif[0xd2][0xb0][0xc7][0xf4][0xc9],%[0xed][0x9]+[0xa5]g[0xcf][0xea][0xb6][0xa9][0xd6]e[0xa1][0xb7]8e[0x92][0x92][0x81]u0[0x9d][0x1c]=r[0xac][0xc6][0xff][0x88][0x9e][0xd3][0x15]"[0x1]Ye[0xdf]c+4[0x8f][0x8c][0x16][0x89][0x99]t9[0xd7]:[0x1]~M[0xe2][0xb][0xdc][0xd0][0xd3][0xe9]Z[0xe4][0x4][0x6][0xeb][0xa2]X[0x83][0xbb]o[0x19][0xeb]''/[0x19])[0x15]C[0xbf][0x1b]A[0x81][0xd8]CF[0x80][0x1][0xb6]+WK|Q[0xe2]u[0x89][0xeb][0x2][0x8f][0xda][0xc6][0x8c]5k[0xa4][0xab][0xce][0xc5][0x1b]sn[0xad]o[0x8a]wYM[0xe4][0xf6]z[0xce][0xb7]d[0x8c]b[0xa2][0xec][0xff][0x91]p[0x9d][0xa4]Z#[0xd9][0xa0][0x1e][0x1c]\[0xcd])[0xbd]hd,[0xfb][0xda]J[0xab][0xe5][0x1b][0x18][0xde][0x8b][0x97]S927[0xe9][0xa4][0x89][0xc0][0xb6][0xf5]s[0x88][0xda][0x9e]i[0xe3][0x9a][0xc4][0x97]$[0xbe][0xcc][0x9a]f[0xd5][0xb]l[0xa1][0xd7]k[0xea]O[0xa0]?[0xfc]0[0xc5]*[0xd3]f!o[0x15]x[0xce][0x13]VL)*[0x86][0xca][0xe]uWnZ[0xc7][0xa5][0xc0][0xa8]U[0xb2]S[0xc6]aS)w[0xd5]M[0xc7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0xc0][0xee][0x6][0x1d][0x92][0xf8][0x8a][0x86][0xaf][0xe2][\r][\r]1|M`S[0xad][0xda][0x8f][0xea][0x85])[0xa6][0xb0][0xda][0x18][0xd7][0xd0][0x87][0x88][0x86][0xdd][0x8]3[0x93]5|[0x1d]s[0x1a][0xbe][0x81][0xa7]4<[0x81]][0x1a][0x6][0xb0]G[0xe2][0x9b][0x1a][0xbe][0x85]oK|G[0xc3]w[0xf1]=&[0x95][0x86][0xef][0xe3][0x7][0x1a]~[0x88][0x1f][0xb1][0xa0][0x1e]*C5[0xfc][0x18]?[0xd1][0xf0]S[0xfc]L[0xc3][0xcf]1.[0xd0][0xb3]A[0xe8]5|[0xc][0x13][0x12][0xbf][0xd0][0xf0]K[0xfc]J[0xa0]su[0xe8][0x87]Jf6[0xad][0xd4][0xe6][0xf1][0xa6][0x80][0xd8][0xc9][0x90]j[0xf8]5~#[0xf1][[\r][0xbf][0xc3][0xef]){RM[0xc8][0xc2][0x1f][0xf0]G[0x85][0xf8][0x86][0x86][0x9b][0xf8][0x13]C[0xfb][0x10][0x8d]@[0xe0][0xbd][0xd5][0xd8]9[0xc][0x16][0x15]*[0xc3][0xae][0x94][0xcc][0x98][0xbb]l 6[0xd5][0xb]{7[0xea]q[0x2];[0x1b][0xa8]Q[0x81][0xb6][0xd5]5[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0x85][0xfa][0x18][0xc3][0xa0][0x17]-[0x1a][0xdc]\[0xd3][0x1b][0x9b][0xb2][0xad]+n[l[M[0xa8]@h][0xcf][0xd8]lk[0xea][0xc3]Y[0xbd][0xc0][0x86]*[0x99][0xe3]I[0xaa][0xb1][0x84][0xc2]}[0xf5]*3[0xd3]@;_[0xef][0xe9][0xd9][0x80][0xef][0xe1]R[0xa1]h[0xcd][0x98]/[0xb1]C[0xa8]r[0xdb]LW[0xd6][0xf2]3X[0xa7][0x7][0xd5]-[0xc5]:oR[0xa0]v#;[0xfc][0x8a][0xe7][0x92][0xbd]fV[0xcf][0x96][0xc]R[0xf0]X[0x5][0xb8][0xb3]7le[0xb3][0x8c][0x82]i[0xe5]x[0xc1][0x96]zrv3[0xb3][0x1a][0x96][0x8e][0x15][0x87]+[0xe1]R[0xcd]dJ/$[0xdd][0x97]'[0xdc]w[0x8e][0x1d].[0xe7],V[0xb2]\[0xed][0xba]>>?FZ [0x1a]n[0xb8]_)[0xca][0xb4]Rn9[0xc4]p[0x83][0x8f][0x16][0xdd][0x91][0xe5]7e[0xdd]B[0xaa]v[0x0]7[0xd4]G[0x8d]l^[0xe5]}+[0xed][\r][0xeb][0xa4][0xc2][0xae][0xe4][0xd4][0xbe]wI[0x90][0xfa][0x91][0xaa]6M[0xbf][0x9e][0xcf][0x1b]9[0xfa]0P7[0xc8][0xeb]4[0xb][0x1e][0xc]V;[0xf3][0xb1][0xb4]C[0xf0]q[0xbe][0x92]5[0xf5][0x84][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xb9]hUjbk[0xf8]x[0xdd][0xe4][0xf6][0xf0][0x1e][0x81]][0xe1]:/e[0xbd](M7[0x1e][0x9d]w+[0x89]5L[0xd4][0x1][0xcf][0xe0]z[0xf2][0xa5][0xa2]C[0xef][0x1a]O[0x1a]r[0x17][0xdb][0xf9];y'[0xd8][0xfb][0xf8]k[0xba]I[0xbd][0x7][0xfc][0xb1][0xdd][0xa4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xcb]g[0x83]{[0xfd][0xce]<[0xca]|*8[0x97][0x94][0xc5][0xf0]$[0xc7][0xf7]q[0xf5]&Oz[0xf8][0x8d]G[0xfa][0xdb][0xc5][0x2][0x9a][0xc4]mx"w[0xe0][0x9d][0xb8][\r][0xdf]-[0xf8]#[0xfd][0xb7] [0xdd][0x9d]E47a$z[0x1f][0x9b]"[0xfd][0xd1]E[0xb4]4[0xe1][0x1f][0x10][0xb7][0x10][0xb8][0xc9][0xd3][0x1e][0xbc][0x9f][0xe3][0xe3][0xbc][0x1b][0xb4][0x14][0xa4][0xa5][0xe][0xda][0xda]F+[0xbb]i[0xa5][0x9f][0xff][0x1][0x18][0xc4][0x7]9[0x2][0xbd][0xae]5[0xec][0xe5][0x1a][0xce][0xec]C[0xf4][0x96]m[0x19][0x9b][0xf1]a[0x9e]i[0xc2]>J[0xdb]![0x96]x[0xc4]#1([0x11][0x97][0xd8]O[0x99][0xc0][0x1]K[0xcc][0x87][0xa1][0xe1][0x8][0xba]p[0x14]=8A[0xed][0x4][0xff][0x8c][0x90][0x9d]$[0xc6]p[0x12]/[0xe2][0x94][0x83]=B[0xc4][0x9]j+[0xec]>[0xe5]z[0x15][0xbb]^[0xc6][0xae]f[0x87]y[0x93][0x1b][0xf2][0xe][0xf8]z[0xde]FG[0x85][0x86][0xee][0x1a][\r]G[0xc9][0xab]C[0x83]x[0x8d]k[0xc5][0xfc]\[0xf4][0x1]Z[0xda][0xb7]0)G[0x14][0x9][0x8b][0xd8]*[0xf0]Wt$[0xef][0xa0][0x93]y[0xfb]Xt[0x1][0xa1][0xf6].[0xe][0xfd][0x95][0xc9][0xc0]}[0xb4]2[0xea][0xdb][0x94][0xda]{[0xe6][0xe1]k[0xef][0xa6]p[0x1][0x8f][0xc7][0xbd][0xe]cq[0x9f]C[0x99]"[0xa7][0xa7][0xc9]![0xc7][0x1f][0xf2]?[0xc0][0xf6];h[0x9b]P[0x99][0xd0]?[0x10][0xbd][0x8d][0xde][0xb8][0xdf]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xdb][0xed][0x1e][0x8c][0x87][0xfc]![0xdf][0xbd][0x1b]q[0xc9]1$[0xef][0x12][0xc6][0x19][0xbc][0x8e][0xeb]t[0xef]:[0xde]p[0xbe].q{X[0xf] 5^[0xd2][0x1a]`jt[0x92][0xd4][0xe3]8G[0xed][0xe7]0[0x89][0xe7][0x91][0xc1][0xb][0xb8][0x82][0xb]x[0x95]t\[0xa7]D[0x91]w[0x90]@'Y[0xbf][0x8a]<[0x95][0xe7]sU[0xf2][0xe6]x[0xf6][0x84]C[0xde][0x1c][0xe9]=A[0xab][0x9d]x[0x99][0xf4]'i[0xed]8[0x89]:I[0x99][0xd7]![0xf4][0x1c]|[0x81]%[0x9e][0xf2]:Et[0xca][0xf9]{[0x1a]B[0xe2][0xcc][0x12][0xcf][0xaf][0x94]6Q[0xca][0xe9];[0x18]r[0x4][0xc][0xc1][0xe8][0x12][0xa3][0xe6]_[0xae][0xe4][0xee][0xa8][0xb][0x86]y~[0x8c][0x5][0xe1][0xe6]f[0x8c]_[0xe5][0x8f][0xcf][0xad][0x19][0xd5]l[0x14]l[0xbf]#[0xcc]8p4W[0xa1][0xc]B[0x90][0x88][0xf1][0xf2][0xe1][0x14][0xb5][0xd5]^[0xaf]J[0xe4][0xfb][0xf5]s[0x9a][0x83][0xac]5[0x99][0xe]'[0x9b][0xb2],[0x87][0x1c]+[0xc7]b[0x1e]^f[0x1e][0xda][0xcb][0xec][0xf4][0x96][0xed][0xec]s[0xce][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb][0xb5]lpo[0xd9][0xdb]@5qV[0xbb]<[0xbb][0xec][0xaa]@[0xd5][0xe5]s[0x8e][0xd6]s[0xff][0x7]PK[0x7][0x8]9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.class[0xa5]SMo[0xd3]@[0x10]}[0xeb][0xa4]I[0xe3]&Mii[0xf8][0x86]PJ[0x95]4[0x8][0xb][0x95][0x9b][0xa3]^[0x82][0x10][0x95][0xc2][0x87][0x94]*[0x12]'[0xb4]I[0xb6][0xf6][0x6]c[[0xce][0x1a][0x85]_[0xc1][0x5]q[0xe0]W[0x84][0xb][0x95]@B[0x9c]8[0xf0][0xa3][0x10][0xb3][0x8e][0x81]T[\r][0xb4][0x8]K[0xf6][0x8c][0xdf][0xce][0xbc][0xf7][0xc6][0xbb][0xfe][0xf6][0xfd][0xe3]g[0x0];[0xd8]2[0x91][0xc3][0x95]<[0xae][0x9a]0p[0xcd][0xc4][0x2][0xaa]yl[0xe4]q[0x83]![0xd7][0x94][0xbe]T[0xbb][0xc][0x99]Z[0xbd][0xcb][0x90]m[0x5][0x3][0xc1]PnK_<[0x8a]_[0xf4]D[0xb4][0xcf]{[0x1e]![0xab][0xed][0xa0][0xcf][0xbd].[0x8f][0xa4]~O[0xc1][0xac]r[0xe5][0x88]ay[0xdf][0x8d][0x4][0x1f]$[0x15][0xf]y[0xc8]P[0xdc][0xf3]}[0x11][0xb5]<>[0x1a][0x9]Z[0xbf][0xd3][0xe]"[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0xd1][0xdd][0xa1][0x15][0xf2][0xb1][0xe5][0x5][0x8e]#}[0xc7]z[0xc2][0xc7][0xad][0xc0]Wb[0xac]6[0x8f]2[0xd8][0xc]f[0xdf][0x95][0xde][0xa0][0xcb][0xbd][0x98]tn[0xd5][0xda]C[0xfe][0x92][[0xb1][0x92][0x9e][0xf5][0x80][0x8f]\[0xa5][0xf5][0xed][0xfa]\[0x94]a)[0xe4][0x91][0xf0]U[0xda][0xbc][0xfe][0x87][0xaa][0xca][0xd1][0x89]^[0x85]?[0xa7][0xb2][0xe7]54[0xa7][0xa0][0xc7][0xc9]wGEd[0xdf][0x9e]A[0x1e][0xf7][0x86][0xa2][0xaf][0xec]][0xa2]-u[0x14][0xef]?[0xa7]!R[0xb6]BG:>WqD[0xf9]x[0xee][0x1c][0xa7][0xa4][0x9e];[0xed][0xa9]mm[0xd5][0x8e][0xe3][0xf5][0xe3][0x10][0xc3][0xb3][0x19]p[0xcf]wE$[0x13][0xa1][0x99][\r]j[0xfe][0x87][0x11]m[0xc5][0xec][0x4]q[0xd4][0x17][0xf7][0xa5][0xfe]<[0xe5][0xdf][0x87][0xe0][0xb6][0xae]/"[0x8f]E[0x86][0xb5]9[0x12]zi[0xb3][0x88][0x15][0x9c][0xc9][0xe3]&[0x83][0xf5][0x8f][0x87][0x8a][0xa1]z[0xd2]dt[0xcc]gwH[0x9f]D[0xfd]STORB[0x95]~[0xa9][0x1c][0xf4][0x95][0xa1][0x9b]&[0x0]m[0x90][0x11]7u[0xdc][0x4][0xc5]l[0xad][0x11]JG[0x12][0x3][0xd2]eX[0xa0][0xbd]^![0x81][0xae]X[0xc3][0x8a][0x85]b)[0xd5][0x1b]eY[0xe7][0x9a][0xaa][0xf9]:g[0xa6][0x81][0xbd][0xc1][0xcb]F[0xf1]G[0x1a][0x85]@[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xec]X[0xc3]H[0xa8][0x12][0xab]O[0xff]?[0xff][0xf1]9[0xb2][0xcf][0xfc]{[0xfe][0xf3][0x17][0x0]~A[0xbd][0x0]{[0x5][0xf8]A[0xa0][0xe4]{=[0xcf][0xbf][0xe9][0x6][0xc7]'[0x1e][0x1][0xd2]"P>[0x11][0xf1]X[0xd1]X[0xf5]h4a[0x19][0x8c]C[0x12];[0xf5]~_[0x9e]i[0x8b][0x10]([0xce][0xac]V[0xbb][0xd9][0xd1][0xce][0x1c]V[0xce][0x9c][0xab][0xe3][0xa0][0xdd]j[0x9b]X&[0xa9][0xf4][0x82][0xa0][0x13]h+K[0xa0][0x12][0x8e][0xbb][0x92][0xe][0x98][0x17][0xd3]~[0xc4]n[0x9]d[0xea][0x8d]kc[0x9f][0xb2][0xfe][0x84]'v9[0x1c]_Q[0x19][0xa7]u+[0xbe][0x13][0x89][0xc6][0x2]OJ![0xd3]F[0x93]*[0x1a]%FN[0xe9]>[0x4][0xf6][0xeb][0xfe][0x90]>R7[0xa2]1w/[0x94][0xc]c~[0x98]r[0xba][0xf7]R<[0xe9][0x92][0xc3]F[0xf][0x8b]n[0xf5][0x14][0x4][0xf2]!6[0x93][0xf][0x4][0xb2]O8[0x5][0xfa]L7C[0xde][0xe9][0x1e][0x4][0x8e][0xde]{[0xe8][0xdb][0x98]nS[0xe2]L[0xf9][0x82][0xfb][0xec][0x91]E[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0][0xee][0xb][0xe8][0xb5][0xe9][0x3]N\[0xad]7[0xde][0x96][0xe1][0x15]`[0xe0][0x9c]N[0xf1][0x89][0x14][0x9b]*[0x2];[0x18][0x13][0x92][0xbb]b4>[0x18][0xba]#:u#[0xc1]9f[0xdd][0xd7][0x14][0x96][0x15]/[0xc4]D[0xe]X3[0x8c][0xf0][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xc2][0xc6][0x9c][0xc9][0x9f][0xba][0x3][0x81][0xda]O[0x98][0xc5][0x8],[0xbc][0x8e][0xd2][0xe9][0xf][0xd9]@[0xe5]qW`[0xe][0x9f]3[0x7]k[0x90][0x81],[0xaa][0x9c]^[0x2][0xc8][0xa3].[0xa4][0xf4][0x7][0xd4][0x1f]S[0xba][0x88][0xba][0x94][0xd2][0xf3][0xa8][0xcb])][0x81][0x15][0xdc][0x90]O[0xb0]`6e[0xd1]r[0xc9]r[0xd9][0xb2]j[0xb9]b[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][\r][0xbf]X[0xae]Y[0xae][~[0xb5][0xfc]f[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xcd];6[0xef][0xd8][0xbc]c[0xf3][0x8e][0xcd][0xcf][0xb8][0x1]5[0xc3][0xef][0xb0]i[0xb8][0x5][0xdb][0xe6][0xb7][0xd8]13[0xef][0xbe][0x0]PK[0x7][0x8][0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingManager.class[0x85]P=O[0xc3]0[0x14][0xbc]W[0xd2][0x84][0x96][0xaf]VBl[0xcc][0xa4]B[0xc2][0x3]l[0xdd][0x18][0xca][0x12]D[0xa5]H[0xec]&5[0x96]C[0xb0]#'-[0xfd]m[0xc][0xfc][0x0]~[0x14][0xe2]%[\r][0xca][0xc0]P[0xf][0xbe][0xe7][0xf7][0xee][0xce]g[0xff]|~[0x1][0xb8][0xc5]4[0xc2]Y[0x84][0x9]a[0xa4]U[0x9d]8[0xad][0x95]'<[0xc4]I.7R[0x14][0xd2]j[0x91][0xd6][0xde]X=[0xff][0xdf][0x99]%[0xce]k[0xe1][0xca][0xea].[0x17][0xa5][0xdc][0x8a][0x82][0xd5][0xdc][0x17]K[0xb9][0xdd][0x19][0xcd][0x9][0xe7][0xec][0xda][0x9d]y[0x94]*[0xbf]1[0x99]"\[0xc7]{[0xc4]=[0x99]M[0x2]W*K8[0x88]g[0xcf][0x84]aV[0xb8][0x8a]-[0xa2][0x95][0xa9][0xca][0xb6]j[0x92][0xdf][0xaf][0xed][0xaa][0xe0][0xfa][0xf2][0xcf][0xb8][0xd2]F[0xbc]z[0xf9][0xae]>[0x9c][0x13][0xbb]1[[0x8d]S[0xb7][0xf6][0x99]Z[0x98][0x86]|[0xd1]_[0xf6]([0xad][0xe4][0xc4]7[0xcd]#[0x9]W[0xfb][0xb2]ut[0xc2][0xa4][0xff][0x95][0xa7][0x97]\euH [0xc][0xd0][0xac]0[0xe0][0xcc][0x8][0x0][0xc6]![0xc2][0x16]#[0x1c][0xb6]8[0xea]p[0xdc][0xe1][0x11][0x8e]YA8[0xe1]}[0x80][0xd3]_PK[0x7][0x8][0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingService.class}R[0xc1]N[0x1b]1[0x10]}&@[0x2][0x94]B)[0xa5][0x5][0xda]C[0xd5]J[0x84][0xcb][0xfa]Pn[0x9c]BYT[0xa4]m[0xb2][0xda][0xa4][0x95]8![0x13]&[0xcb][0x6][0xb3]^y[0x9d][0x90][0xfe][0x1a][0x7]>[0x80][0x8f]B[0x9d]d#H[0x1b][0x94][0x83]e[0xbf][0x99]7[0xef][0xcd][0xd8]~x[0xbc][0xbb][0x7][0xf0][\r][0x9f][0xca][0xd8]*[0xe3]}[0x19][0x1f][0x4][0xb6]ja[0xe8][0xd7][0x8f][0xfd][0xe8][0xbc]^[0xfb][0xe9][0x9f][0x87]Q#[0xf4][0xa3][0xd6][0x99][0xc0]F[0xd0]U}%[0xb5]Jc[0xd9]t6I[0xe3]C[0x81][0xd5][0xef]&[0xcd][0x9d]J[0xdd]o[0xa5]{T[0xc1][0xb6][0xc0]fP;k[0xfc]j[0xfd][^[0xc1][0xe]gNN[0x83][0xd6][0xff][0xc2][0x15][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xf8]Q[0xd4][0x88]~[0xd4][0xea][0xc7][0xc1]t[0xfe][0xa3][0xc0]RL.0qLV[0xe0][0xa2][0x1a][0x18][0x1b]K[0x93][0xc7][0x89][0xec]XuC[0xb7][0xc6]^[0xcb][0xa3]^z[0xa9][0xe9]p[0xba][0xc7][0xe9][0xc8]~Q[0x9f][0xe5][0x7]][0x99][0xa9][0x81][0xd4],[0xcc]q[0x19][0xaa]A[0xe1][0xc1]s[0xad][0x14][0x86][0x1][0xf5]I[0xb][0x94][0xaa][0xfb][0xa7]<+[0xc7][0x98][0xc3][0x13];[0x1a]8[0x81][0xaf][0xd5][0x19]Jc[0x16]K-7M[0xcf][0xb6][0xe9]$[0xd1][0xc4][0xb7];6aV[0x93]l?i[0x93]7[0xec]O`ofO[0xcf]t[0x81][0xf5][0xe7][0x81][0x1a][0x17]]j[0xbb]q[0xf1]uj[0xb2][0x8e]&[0xdb]I[0xf2]+[0x99][0x17][0xec][0xa1][0x8e]d[0x81][0xa7][0xe2]/[0xcc][0xf4]F6[0x1e][0xdb]xc[0x1b]Oe[0x19][0xa5][0x97]d[0xbd][0x94][0xef]S[0xe0][0xf3][0xcb],[0xad][0xfe][0x98][0x9e][0x9b][0xcd][0xe9]$[0xda]=[0xe9][0xec][0xbd][0xcc]!k[0x8d][0xbd]R[0xc3][0x7]+[0x98][0x8b][0x2][0x2]s[0xbc]J[0x98][0xc7]6[0xaf][0x5]>/[0xf2][0xd7][0x9c]C[0x99]qe[0x2]/1^[0x9e][0xc0]+[0x8c]_M[0xe0]U[0x94][0xe6][0x5]^c[\r][0xe0]}[0x1d]oF[0xfb][0x6][0xde]r[0x96][0xe0][0x88][0xf3][0xee]/PK[0x7][0x8][0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/pax/logging/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.class[0xa5]ViS[0x14]W[0x14]=[0x8f][0x81][0xe9]YZD[0x4][\r]&[0xc1]%[0x1a][0x87]a[0x19][0x8d][0xc6]([0x10][0xcc][0x88][0xa2][0xe0][0xcc][0xa0]AA[0xcc]B[0x9a][0xa1][0x1d][0x1a][0x9a][0xee]IO[0x8f][0x8a][0xd9][0xf7]}[0xfb][0x98]_[0xe0][0xd7]D[0xab]PBU*[0xdf]R[0x95][0xaa]T~A[0xfe]H[0xca]Jr[0xde][0x9b]a[0x19][0x16][0x97]r[0xaa][0xe6][0xbd][0xd7][0xf7][0xdd]w[0xef][0xb9][0xe7][0xde]w[0xbb][0xff][0xf8][0xf7][0x97]_[0x1][0x1c][0xc2][0xf][0x11][0xec]AZC&[0x82]*[0xc][0x86][0xb1][0x1b][0xe7][0xe4]p>[0x8a][0x97]1[0x14][0xc5][0x5]\[0x8c]b[0x18]#r[0xb8][0xa4]a4[0x8a][0x8].kxE[0xce][0xaf]jx-[0x82]Z[0xbc][0x1e][0xc5][0x18][0xde][0x88][0xf0][0x94][0xa1]a<[0x82]z[0xa4][0xa5]8+W[0x13]![0x98]r[0xbe][0x12][0xa6]$'[0x15]'[0xe5][0x9e]%[0xcd]O[0xc9][0xc7]i9[0xd8][0x1a]f"h[0x96][0xe7][0x1c][0xb8][0x1a][0xf2][0x1a][0xde][0x14][0xd0]g[0xc6][0xf2][0xc6][0xf5][0x94][0x9b][0xcb]YNN[0xa0]%[0xe5]z[0xb9][0x84][0x9b]/[0x1c][0x9e]JP[0x9e][0xb0]K[0x1b][0x89]sK:i[0xc3]1r[0xa6][0xd7]%[0x10][0x9e][0x19][0x93][0xdb][0xa6]W[0x10][0xd8][0x9c][0x9a]2[0xae][0x1a][0x89][0xa2]o[0xd9][0x89][0xb4][0x91][0x97][0xbb]CV[0xce]1[0xfc][0xa2]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d*w[0xbb]K[0x8f][0xb6]A[0xc3]C[0xbe]G[0xa3]][0x1b][0xb8][0xa5][0x9a][0xed]:[0x89][0xa4][0x9a]R[0xca]YW[0xf][0x8d][0x7][0xbb]-[0xc7][0xf2]{[0x4][0x2][0xb1][0x96]a[0x81][0xea]^w[0xc2][0x94] ,[0xc7][0xcc][0x14]g[0xc6]M[0xef][0x82]1nSR[0x9f]r[0xb3][0x86]=lx[0x96]|.[0xb][0xab][0xfd]I[0x8b][0x90][0x13][0xf][0xe9][0xb3][0xcf][0xc8][0xfa][0xae]7K[0xaf]u[0x5][0xd3]?Qt&l[0xb3][0xd7]u|[0xf3][0xba]/[0xb0]/V[0xb2]R[0xc8]Y[0x89]+[0x9e]1c^s[0xbd][0xe9]D[0x85]R[0x97]B[0xe8]pO[0xe2]Y[0x13]9[0x83])[0xb1]([0xd0][0xfa][0x8],[0x8][0xd4][0x98][0x8e][0xef][0xcd]r>U[0x9a][0xf5]~[0xc7]1[0xbd]^[0xdb]([0x14]L[0x86][0xd7]X[0xc9][0xf9]^[0xa5][0xc5]cZv[0x11][0xfb][0x9e][0x7]C[0x17][0xd8]V[0xc9][0xe0]l~[0x91][0xc5][0xb][0xeb][0xd9][0xfc][0xcc]n[0x1a][0xf2][0x8d][0xec]4[\r]*7[0x1a]H[0x8b][0xe6][0x99][0xb6]i[0x14][0xe8]3[0x9c]3[0xfd]T[0x99][0xac][0xe3][0xb1][0xb5][0xbe]J[0xd5]k[0xe4][0x8d][0xec][0xa4][0xb9][0xe8]a9[0xb4][0x12][0xcd][0x89]%[0x2][0xa7]b[0x8f][0x80][0xed]q[0x9d]i[0x8e]y-[0xa3]j [0x98]7<[0xa6]N`[0xf7][0xfd][0xef][0x9a]:[0xa6][0x1b]+@[0xb0]%[0xd0][0xd0][0x84]U[0xc8][0xbb][0x92][0x8d]Pw[0xd6]._[0x83][0xc8][0x90][[0xf4][0xb2]f[0x9f]%3[0xd3][0xb8][0xba]t;$v[0x1d]-[0x88][0xb3][0xc6][0xd6][0xf7]98t[0xba][0xcd][0x1d][0x97]G[0xe][0xea]x[0x6]{u[0xec][0xc3][0xb3][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":|[0x14]5\[0xd5]q[\r][0xd7][0x99][0x1c][0x1d][0xb3][0xb8][0xa1][0xe3]-[0xbc]-[0xb0]u[0x9d]z[0xd0][0xf1][0x8e][0xdc][0xaa][M[0x9e][0x8e]w[0xa5][0xbc][0xe5][0xa1][0xf9][0xd7][0xf1][0x1e][0xde][0xd7][0xf0][0x81][0x8e][0xf][0x11][0xd7][0x91]D[0xaf][0xc0][0xf6][0xd5]VO[0x14]-{B[0xea]~[0x84][0x8f]u|[0x82]O[0x5]D[0x87][0x8e][0xcf][0xe4][0xd3][0xe7]8$[0x8f]}!c[0xfa]R[0xc7]W[0xf8]Z[0xc7]7[0xd2]T[0xbf]d[0xa5]q[0x19][0xfb][0x88]iL[0x9f]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x8c]A[0xc3][0xb7]:[0xbe][0xc3][0xf7][0x2][0xed][0x8f][0xd4]**[0x2][0x1e][0x1c][0x9f]2[0xb3][0xcc]v[0xfd][0xb2][0x8b]~[0xdf][0xf4][0xc]*[0xb2][0xda]+8cJ[0xd5][0x9d][0x1e]2[0xa9][0xbf]%[0xd6][0xb2][0xe2][0x86]Q[0xd4]U[0xa1][0xae]tB[0xd6][0x92][0xa5]m[0x15][0xea][0x8b][0x1e]d[0xe1]M[0x1a][0x85][0x8c][0xba][0xef][0xec][0x95][0x97]e'R[0xf][\r][0x8b][0xfa]+@[0xca]^[0xc4][0x1b]v[0xd6]d[0x4]!.[0x86][\r][0xbb][0xc8]zj`[0xdb][S[0x1b][0x2]=[0x1b]][0x9f][0xb5][0xef][0x8a]u.[0xf]{[0xe2][0xfe][0x87]L[0xa1][0x84][0x5][0x91][0x95][0x85][0xc0]b[0x1a]KXV[0xf0]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+(+XUp[0x8f]!=[0xb3]6SZ,o[0x14][0x97]g[0xcb][0xc][0xbd][0xa5]:[0xc2]U[0x83][0x9b]Uu[0xc5][0xb1]u[0xb3]:[0xc9][0x90][0xda][0xd9][0xd8][0xd2][0xc][0xad][0xca][0x1d][0x8d]!W[0xb2][0xec][0xaa]j[0xed]6&[0xea][0xea].[0xaa][0x1a]V[0xb5]J[0xd3][0xd4]%[0xfe][0xb4]D[0xa9]f[0xd3][0x82][0xc4][0x94]n[0xea][0xce]4[0xc3][0xa5][0xe1]cg[0x8f][0xac]1[0xc4]f[0xad]-[0x92][0xce][0x96]tS+[0xef][0xed]lj[0xf6]*[0xdf]44Q[0x8e]U[0xe1][0xc6][0x1a][0xb7]uq[0xed][0xe][0xc6][0x9c][0x9a][0xde]`([0x84]HS[0xfd][0x86]e[0xaa]3[0xf2][0xeb][0xa8]$Cf[0xc][0xf1]-ms[0xaf][0xca]pv[0xd8][0xff][0xa8][0xa2][0x96]DC[0xe6][0xc][0xa7]V[0x1c]^y[0xbc][0xc0]w][0xdb]|[0xc0][0x82][0x96][0x91][0xd5][0x9a]m[0xed][0x8b][0x99]R%[0xe9][0x1c]^[0x92]S[0xe0],[0x86]n[0xbd]1'j[0x99]7[0xc5][0xc0][0x16]Ctx[0xe4]>=[0x9e]nn[d[0xaf]7[0xee]R[0xe2][0xdd][0x8c][0xed]s[0xdb][0x94][0xc3][0xeb][0x94]x[0xc3]q[0xcd][0xb6]-[[0x8a][0xcd][0x8b][0xcc][0xbb][0x91][0xda][0xe6][0xe]7[0xe6][0x9b]w[0xcf][0xe8][0x8d][0xa2]w[0xe9]M[0xe9][0xae]j[0xce]lM7[0xb6]J.[0x9b][0x9b]AL$f[0xbe][0xcb]+5[0xed][0x90][0xed][0xb6][0xcd]w[0xb4]}[0xcb]~[0xac]6[0xa9][0xaa][0x1e][0xe6][0x98]Iw[0x18][0x14]R.[0xcb][0xac]ox$[0xa8][0xa5][0xfa][0x1a][0x9a][0xe3][0xf6][0x0][\r],p[0x93][0xcb][0x2][0xa6][0x8f][0xe9][0x97][0xa3][0xb9][0x93][0xc1]o[0xaf]g[0xd7]/:[0xd2][0xb1]&C[0xd7]T[0xc5]p{[0x97][0xde][0x6][0x9][0xa6]V[0xac]=[0xbb][0xa2][0x15]u[0xf1]&{Z[0x9b]j\[0x14][0x90][0xc1]9Le0[0x80]A[0x5]k[0x19][0xc]c$[0x83][0x1c][0x86]2([0x88]l]dc"[0x1b][0x15][0x99]*[0xb2]q[0x91]},[0xb2]O0[0xa4][0xe0]~[0x6][0xf][0xf0]i[0x6][0xd7][0xf0]v[0x6]g[0xd1][0xaf][0xe0][0xa1][0x18][0xf9][0x8c][0xca][0xee][0xb8][0xbd][0x15]l0[0x9c]>[0xe2][0xb1][0xb8]Y[0xd7]*[0x8e][0xab][0xd0][0xd1][0x9b]c[0xb8]p[0xcc]>[0xa5][0x8d]![0xfa][0xd2][0xde][0x91][0xad][0xd6]l&[0xaf][0x7]e[0xab]1[0x8c]uVq[0x91]W[0x1c][0xcb][0xfe][0x9c]6[0x9]u[0xc9][0xa1]z=[0xec][0xcd][0x7]m[0xe7][0xff][0xdb][0xa5][0x97];l[0x8][0x86][0xdb]/[0xde][0xf4]m[0xee]/>[0x13][0xb3]G[0xab]f[\r][0xde]hP[0x9b][0xf4][0xd0][0xd1]N[[0x1][0x11][0xc][0x8a]WO[0xe7]}Dt[0x12]}[0xf7][0xd1][0xf8]9[0xbc]D[0xf1]e[0xba]*[0xd2]x[0x84][0xbe]S[0xf9]?[0xc0][0xf2][0x85][0xdf][0x10]y&[0xe7][0x9e][0xa7][0xd8][0x8d]([0xc5][0x1c]bx[\r]I[0xbc][0x8e]W[0xe8][0xaa][0xbf]9[0x1b][0xaf][0xe2][0x2] [0xb3][0x8b][0xa4][0xca][0xe8][0x93][0xa3]YM[0xcd][0x87][0xb4]N[0xcc][0x1a][0xcc][0xff][0x8a][0xc8][0x1][0xa2][0xc]?[0xa0][[0xe4][0x5]v[0x80]X[0x14][0xc2]![0xda][0xe2]p[0x19][0xa2][0xbb][0x7][0x90]oq[0x18][0xf4][0x1c][0x6][0xc9][0xb9][0x9f][0x94]/[0xc9]Ul@Z[\r][0xb9]VU[0x1a][0x8a][0x6]Z[0x8d][0x6]Z[0x8d]Cl[0x95][0x1]\[0x95]V[0x17][0x9b]k}V"{[0x83][0xca][0x8a][0xb4][0x9a][0xd2][0xfe]sM'[0xe4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x87][0xa6]?z[0xcc][0x12][0xf2][0xce]5)[0x9f]i[0xce]r[0xe5][0xe9][0x94][0xf]#[0x14]o#[0x94][0xf0][0x97]}[0x9d][0xb4]&[0xa9][0xec][0x1b][0x9d][0x12][0xca][0x87][0x11][0x8a][0xb7][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x9a]![0xab][d5wrB[0x85]0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bq?[0xa1];[0x81][0x84]F[0xc3][0x8])m[0x84][0xba][0xfc]e/[0x90]V[0x99][0xca]^[0xea][0x94][0xd0]h[0x18]![0xa5][0x8d]P[0x80][0xd5]*Y[0xdd]#[0xab][0xf5][0x93][0x13][0x1a][0xb]#[0xa4][0xf8][0x9]=[0x8]$4[0x1e]F([0xd9]F([0xe5]/[0xfb][0x11]iq*[0xbb][0xd2])[0xa1][0xf1]0B[0xc9]6B[0x1]VU[0xb2][0xaa][0x91]U[0xfd][0xe4][0x84][0xd4]0BI?!3[0x90][0xd0][0x95]0B[0xe9]6B[0x19][0xd9][\r][0xd2]r[0xa8][0xec]'[0x9d][0x12][0xba][0x12]F([0xdd]F([0xc0][0xea][0xb][0xb2][0xfa][0x92][0xac][0xbe]:9[0xa1][0xab]a[0x84][0xd2]~B_[0x7][0x12]z[0x93][0xfe][0xfb]7[0x15][0xae][0xbb][0xa7]"_[0xf8][0x13][0xa7]~zn[0xf5]7-[0x1c][0x12]^q[0x9][0xf2][0xed][0x97][0xce][0xf4][0xbf]"[0xb8][0x92]n[0x86][0xe7][0xb5][0xbe][\r][0xa8][0x4]x[0x7][0xef][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xf4]+# d[0xf3][0x85][0xd1][0x9f][0x91]=[0xc0][0xe9]([0xda]~[0x8c]R[0xb2][0x8c][0xef][0x88][0xdf][0xf7]-[0xcc][0xb2][0x9e]T[0x16][0xef][0xd1][0xe3]0[0x99]M[0xc8][0xa2][0xbb][0xe8][0xc8][0x9c]r[0xe5]s[0xf2][0xe][0x90][0xec][0xed][0xf9][0x1d][0xbd][0xbf] [0xfb]L[0x92]8[0xaa][0xef]<[0xc5][0x1b][0xd2]l[0xfa]?PK[0x7][0x8][0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/ops4j/pax/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/pax/logging/internal/Activator.class[0x8d]Wk_[0xd3]V[0x1c]~[0xc2][0xa5][0x89]m[0xf1]RE[0xd6][0xa1]P[0x5][0xb4][0x14][0xa1][0x93][0xe1]t[0xe8]TD[0xd9]t[0xe5][0xe2][0xf0][0xae][0xd3][0x85]6[0x94]@ij[0x13]*nc[0x9b][0xee]~[0xbf][0xdf]/[0xdf]ao\[0xd9][0x8b]}[0x80]}[0xa8][0xfd][0xf6][0x9c][0xa4][0xa4]%[0xb4][0x94][0x17][0xc9]I[0xfe][0xe7]y[0x9e]'[0xe7][0xfc][0x93][0xfc][0xfb][0xdf][0xdf][0xff][0x0]x[0x16][0xf8]1[0x80][0x9]?&1%[0xae].[0xfb][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xfd][0xb8][0x82][0xab]~\[0xc3][0x94][0x82][0xeb][0x1][0xdc][0xc0]M?n[0x9][0x87][[0xb8][0xad][0xe0]N[0x0][0xaf][0xe2][0xae][0x1f][0xf7][0x84][0xe5]5q[0xba][0x7]U[0xc1][0x8c][0x18]iN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0x12])[0x5]Z[0x0][0xb3]"4-,i[0xcc])[0xd0][0x3][0x98][0x17]>[0xb][0xc2][0x92][0xc1][0xa2][0x82]l[0x0][0x6]n*[0xc8])[0xb8][0xaf] [0xaf][0xc0]T`)X[0x12][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]BAT-[0x88][0xdc][0x5]Q[0xad] r[0x17]D[0xba][0x82]H[0xc3][0xd3][0x3][0x14]d,[0xcb]x([0xe3]u[0x9][0xbe]SzV[0xb7]NKh[0x8c][0xf6]^[0x93][0xd0]4j[0xa4]4[0x9];[0x12]zV[0x9b]XZ[0x9c][0xd1][0xf2]W[0xd4][0x99][0xc]-[0xa1][0x84][0x91]T3[0xd7][0xd4][0xbc].[0xee]K[0xc6]&kN7%[0xc4][0x12]F>[0x1d]7r[0xe6][0xd0]|<[0xa7].[0xc7]3F:[0xad]g[0xd3]q=ki[0xf9][0xac][0x9a][0x89][0x8f]$-[0xbd][0xa0]ZF[0xfe][0xa4][0x84]f[0xd3]R[0xf3][0x96][0x84][0x9e][0xa8][0x13]e[0xa6][0xf5][0xf8]l^][0xd4][0x1e][0x18][0xf9][0x85][0xf8][0xb9][0xa5]l*[0xa3][0x8d][0x1a][0x8c]\[0xb6]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D-3[0x95]&[0x9][0x7][0xeb][0x87][0x11]X[0x96]3[0x2][0xf4][0xbc]ZP[0xe3][0x19][0x95]`[0xa6][0xad]<1q.`ff[0x87][0xe6][0x13][0xc4][0xa8][0xe5]m^Lg[0x9b][0xe2][0x8e][0x8d].-Icq[0xd1][0xc8][0x9a]kN[0x11][0xdb]I[0xcd][0xa9][0xc9]9-^[0x9a]sY[0xd2]Id[0xe5]m9k[0xb8]2[0xc0][0x9e])'[0xf][0x12]R[0xc6][0xc8][0xae][0xb9][0xf6]U[0xba]:S[0x15][0xc4]2[0xb6]W9[0xd8]?[0xbf][0x94][0xd1][0xd7]B[0xf7]W[0x86][0x8a][0x9][0xf][0xa6][0xa0]]yp[0xcd][0xfd][0x80][0x7][0x94][0xed][0xe9][0x1][0xe7][0xbf][0xb0][0x9c][0xd4]r[0x96]N[0x82]2[0xde][0xa0][0x90][0xa6]e[0xe4]h[0x9e]6[0x96][0xf2]ImL[0x17]O}[0xbb][0xfb]8[0x7][0x84][0xbc]A<[0x83][0xa3]2[0xde][0xc]b[0x5]'[0x82]x[0xb]o[0xcb]x'[0x88]Gx,[0xe3][0xdd] [0xde][0xc3][0xfb]2>[0x90][0xd0]~![0xcb]E[0xc3][0x92][0x91][0xe9][0xc4][0xd8][0xd0][0xa5][0xc8][0xc8][0xd4][0xc5][0x88][0xb9][0x94][0xcb][0x19]yk@[0xc6][0x87]A|[0x84][0x8f]e|[0x12][0xc4][0xa7][0xf8]LB[0xbf][0xeb]}I][0xe0]zQ#[0xa3][0x8e][0xec][0x91][0x84][0x3][0xdc][0x13][0xff][0xb9][0x88][0xff]B[0xc6][0x97]2[0xbe][0x12]5[0xbf][0xae],[0xc8][0x90][\r][0x5][0xbf][0x11]^[0xdf]J[0xe8]r[0xbd]Fl[0xed]#[0x8e][0x14][0x1e][0xef][0xef]d|/[0x90][0xfd]@[0x15][0xcb][0xc8][0xae]&.Vw[0xff]Q[0xc6]O2~[0x16]%~[0x91][0xd0][0xe1][0x1]R[0x18][0xf4][0xb8][0xff]*a[0xdf]y[0xdd][0xac])[0x8f][0x84][0x81][0xf2][0xf4]V[0xf4]X[0x97]o#{[0x9][0xdd][0xe5][0xe9][0xda][0xb4][0xb9][0xd7]*[0xca][0xd6] +[0xa1][0xd3][[0xca][0xc3]/[0x88][0xdf][0xc4][0xfa][0xf8]]Bt[0xab]mB[0xc2][0xce][0xf2][0xc6][0x9d][0x9c][0x99][0xd7][0x92]b[0xe3][0xd7][0xdc][0xf7][0x15]q[0xbb][0xcb]q[0xee]J[0xa6]|[0xd5][0xb];[0xbb]~[0xba][0xdc][0xe][0xc6][0xd4]$[0xb3]bt@[0xba][0xdb][0xa9]k[0xb3]w[0xd1][0xb8][0x9a]UmF[0xeb][0x16][0x90][0xb3][0xd1][0xbc][0x8f][0xa7][0xda][[0xac][0xb3][0x8e][0xb][0xb7]fJ7s[0x86][0xc9][0xad]ylK[0xe8][0xaf][0xcc][0xe5]55UB?[0xae][0xe6]p[0x0][0xfd][0xfc][0xfc][0x93][0x10][0xe7]Wa#G[0xbe][0x3]y[0x1e][0xe4]][0x9c][0xa3][0xc4][0xb1]9[0xf6][0x17][0xa4]?y[0xd1][0xc0][0xcf]F[0xc0]g[0x1b][0xdb]0[0xc4]s[0xd0]q[0xc0]1<[0xc7]Q[0xc2]q[0x9c][0xa0][0x17][0x83][0xa5])[0x8e][0xdb]h{[0xdc]WDC[0xec][0x9][0x1a][0x9f][0xa0]i[0xfc]H[0x11][0xcd][0x13]4[0xf8][0xfa]C[0xf2]*[0x94][0x6][0xf0]z[0x1b][0x8d][0xfe][0xe1][0xa6]pS([0xb0][0x8a][0xa0]mj[0xe1][0xb1][0x9d][0xe6][0x1d][0xc3][0xcd][0xe1][0xe6][0xd0][0xce]'[0xd8]EC[0x88][0x86][0xdd][0xc3][0xbe][0xb0]/[0xb4]g[0x15][0xad][0xb6][0xdf]^[0x9a][0xda][0x86][0xe5][0xb0][0x1c]zj[0x15]a[0xdb][0xf4][0xb4](UD[0xfb][0xb0][0x12]VB[0xfb]V[0xb1][0xbf][0x1]e[0xe4][0xb7][0xb0][0x97][0xe7][0xe]4[0xa1][0x93][0xc8]#[0xd8]E[0xf2][0xad]8[0x88][0xfd][0xe8][0xe2]U7[0xe][0xa3][0x87][0xf4][0xf][0x91][0xd9]a[0xf2][0x88][0xe2]4zq[0x1]1\D[0x1f]?J[0x8f][0xf0]sx[0x0]w([0xcb][0xc][0xbd][0x16][0xc8][0xd2]`[0xd6]ez?"[0xa1][0xc6][0x1d][0x87]qI[\r]q[0xf5]<[0x86][0xa9]J[0x10][0x5][0x9c][0xc4])[0xa2][0xd8][0x85][0xfb]x[0x81]y[0x1b]Y[0xe1]6[0xce][0xe0],[0xb1][0x9c][0xc6]y[0x8c][0xe0][0x1c]U[0x9c]d[0xbe]Q[0xde][0xf9]X![0xc2][0xca]c[0xe0][0xf7]-[0xfc]x[0x11]/A![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][[0xc2]%[0x1e]/[0xbb]:O[0x96]t^Y[0xa7]q[0xa8][0xc3][0xd6][0xd7][0xd5][0xb6][0xd3][0xd6][0xd6][0xd5]4BM]=[0xf][0xd8]z[0xba]Z[0x1e][0xb4][0xb5][0xac][0xd4][0xb1][0xcb][0xd6][0xb1][0x88][0xee]"z[0x8a]8T[0xc4][0xe1]"[0xa2]E[0xf4][0x16][0x11]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x8f][0x94]%[0xbe][0xcb][0x85][0x1][0x92]VH[0xb7][0x85]T[I[0xb2][0x9d]4[0xbb]I0FrGI[0xeb]8[0x89][0x9d]%[0xa5]1R[0x9a]$[0x95][0x1b]H@[0xc5][0x4]R[0xbc][0xe3][0x1f][0x3][0x14].c[0x91]#9L[0xc3][0xe4][0xf]I[0x1]W[0xf1][0x90]?[0x4]o[0xe2]z[0x85][0xcc]+[0xae][0xcc]+%[0x99][0xf9][0xf3]P[0x92][0xb9][0x85][0xb1][0x8e][0xcc][0xed][0x94][0xd2][0x91]9[0xc6]l[0x8e][0xcc][0xa2][0xbe]#[0xf3][0x18][0xaf][0x1d][0x99]o[0xf0][0xd1]o[0x94]9a[0xf3][0x1a][0xff][0x1f]PK[0x7][0x8][0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.class[0xc5]U[S[0xd3]@[0x14][0xfe][0xb6]M[0x1a][0x1b][0x82][0xdc][0x5][0xbc][0xa2][0xa2]B[0xb9]D[0xe4][0xaa] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0x8a][0x82]:[0x3][0x83][0x8f]L[0xa8]![0x4][0xd3][0xa4][0xa6][0xa9][0xe2][0x9b][0xbf][0xc6]g[0x9d][0xb1]:[0xe3][0x83][0x8f]>[0xf8]#[0xfc][0x3][0xde]u[0xc6][0x17]g[0xd4][0xb3][0xdb][0x0]m[0xc9]8[0xc2][0x8b]3[0xed][0xee][0xd9]=[0xe7];[0x97][0xef][0x9c]m[0xdf][0xfe]z[0xf5][0x1a]@?n[0xa8]H[0xe2]|[0x12][0xfb]p[0x81]/[0xa3]|[0x19][0xe3][0xcb]E[0xbe][0x8c][0xab][0xb8][0x84][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x15]L1$2[0xcb][0xab][0xf7][0xd3].C[0xfd][0xdc][0xba][0xf1][0xc0][0xd0][0x1d][0xc3][0xb5][0xf4][0x85][0xc0][0xb7]]kTh[0x83]GYS[0xc1][0x15][0x6]e[0xce][0xb3][0x16][0xe9][0xc0][0xa0][0xcd][0xba][0xae][0xe9]O9F.g[0xe6][0x18][0x6][0xe7]<[0xdf][0xd2][0xbd]ln`][0xcf][0x1a][0x1b][0xba][0xe3]Y[0x16][0xc1]u[0xdb][\r]L[0xdf]5[0x1c]}2[0xbf][0xba]jr[0x8f][0xe4][0xa1]=[0xf4]B[0xce][0x93][0x99][0xe5][0x8c][0x99][0xcb][0x19][0x16][0xb9][0xac][0xca],[0x9b][0x1b]i3[0x1b][0xd8][0x1e][0xe5][0xd2]T[0x92][0xcb][0xe2][0x9a][0xef]=4V[0x9c][0x10][0x91][0xf6][0xc8][0xeb]F[0xc0]PS[0xb4][0xc9][0x7][0xb6][0xa3][0xcf][0x1b]Y[0xae]][0xb0]-[0xd7][0x8][0xf2][0xbe][0xc9]s*[0xd3][0x8e][0xed],[0xae][0xe4][0xe6][0xd6][0xca][0xba][0x99][0xe]F[0xc7]y[0xc1]c[0xb6]k[0x7][0xe3][0xc][0x8f];" {[0xa9][0xf3][0xaf][0x91][0xb7][0x8b][0xab][0xa8][0xa6]s[0x89]A[0x9a][0xf2][0xee][0x9a][0xbc]P[0xdb]5o[0xe6]3+[0xa6][0xbf][0xc8]My[0xab][0xbc][0xb4][0xe1],[0x19][0xbe][0xcd][0xcf][0xe1][0xa5][0x14][0xac][0xd9][0xd4][0xc][0x95][0xe2][0xde]6[0xd2][0xf7][0x4][0xab]#[0xbb][0xcd]8D[0x12][0x11]Rq*[0xa4]@t\[0xd9]jT[0xb2][0xa4]M[0xca]V3[0xe][0x94]gD[0x98]0[0xab][0xea][0x85][0x80]\RE[0xe2],[0x86]n[0x9a][0xa6]I[0xc1][0x8c][0x82][0xab][0xc]O[0xfe]+[0xcb][0xff]8[0x15][0xbc][0x17][0x8a]e[0x6]3[0x82][0x91][0xc6][0x8e][0xce][0xa8][0x97][0xa2][0x92][0xc1][0xfc]&I[0x1a][0x1d][0xa6][0xb7]yj.[0x83][0x94][0xe]4w[|S[0xc3]d[0xb3][0xb7]g[0xc4]#Om6[0xa2]n3T[0xc9][0xbb][0x18][0xae][0xbc][0xfb][0xe7][0xd7][0xa0].xy?m[0xce][0xd8][0xbc][0x95]u[0xa5][0xf1]{[0xb9][0xbd][0x86][0x16]\[0xd3][0xa0][0xa2]J[0x83][0x86]Z[\r]u\[0xaa]G[0x83][0x86]F4Q[0x8f]5[0xcc][0xa2]O[0xc1]u[0x86][0xa1][0xbd][\r]"Cmeb[0xc][0xfd]{[0xe0][0xa9][0xcc]Q[0xb1]f[0x86][0x86][0x88][0xa6][0xd0][0xc8][0x96]q[0xc5][0x10][0xef][0xe0][0x3]P[0xbb]j;[0xce][0xac]+[0xc6]y[0xd1]7[0xd2]d[0xd8][0xb5][0x8b]<[0xd0]F[0xbf][0xbc]I[0xfa]u[0x96][0x89][0x1f]"[0x8c][0xa4]z[0xce][0x99][0xd8][0xeb][0xc2]31'v"[0xf][0xf4][0xa6]H[0x8e][0xa1][0x19][0x9][0x92][[0xd0]J[0xf2]A[0xba]yG{[0x82]v=[0xf5][0x12],[0xd5]U@,[0xd5]]@<[0xd5]S[0x80][0x94]j[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]S[0xad]r[0x1][0x89][0xd4]s[0xc8]oP[0xc5][0xb7][0x17]P[0xee]<#[0x88][0x84]C[0xb4][0x9e][0x16]i[0xbc][0xa7][0xd3][0x7][0x92]>b?>Q[0xd8][0xcf][0x14][0xe0][0xb][0x8e][0xe1]+[0xe9][0xbf][0xa1][0x17][0xdf]q[0x98][0xac][0xc6][0x8b][0xa1]p[0x84]4[0x10]R[0x1b][0xa5][0xca][0x84]t[0x9c][0x92][0x8f][0x9][0xe9][0x4][0xdd][0xc5][0x85]t[0x92][0xe]`A[0xa9]^[0xdf][0xad][0xf7][0x13]AL[0x94][0xb][0x8d]B[0xb5][0x9f][0x8]1[0x8]9[0x16]o[0xa9][0xc]"U[0xb3][0xd3]x[0x8c]Q[0xbc]b[0x18][0xaa]U[0xd4][0xb9]m[0xab]6[0x83][0x95][0xaa]iu[0x14][0xf3][0xd8]^>T[0x8e][0xf9][0x89][0xa2][0x9b][0x9d][0x8e]ft[0x14][0xcd]pT[0xcb][0xe0][0xba][0xb2][0xd5]m[0xb7]U[0xb]S[0xa8]0[0xeb][0xaa]l[0xa0][0xf0][0x81][0xda][0xec]v[0x18][0x4]5[0xa3]m[0xa2]{[0xc7]-[0x3][0xb3][0xaa]e[0x99][0x16][0xfa]6w[0xb8][0xce] |[0xb4][0xef][0x88]S[0xc3]y[0xcd][0xd0][0x9c]M$&+[0xa9]=tE[0xf3][0x0][0xd3][0xc3]U[0xcd]Pk[0xdd][0xa3][0xa6]j5xS[0xc7][0xcc]X[0xd5]lq}[0x8f][[0x1a]a7[0x19]t[0xde]h69[0xa1][0x15][0xe9][0xa8]N[0xaf][0x97]@2[0x85][0xb3][0x94]y[0xab][0xa5][0xda][0xf6]l&[0x93]a[0xb0][0x96][0xbc]TC[0xa4]#[0x9d]d[0xfe][0x88]-[0x92]X.[0x99][0xba][0xe4]x[0xfa]2K[0x19][0x8f]f[0xd6][0xb][0x96][0xbd]`[0xc5][0xb]V[0x9]D[0xf3]-[0xdd][0x1d][0x19]v[0x89][0x13][0x93]_[0x98]][0xab][0xa5][0x96]5[0x1a][0xc8][0xa8][0xf7][0xd8][0x85]C[0xfe][0x96][0xc7]a[0x6][0xee][0xc4]a[0x9a]L[0x82][0xcc][0x14][0x99][0xbb]d&[0xc9][0xcc][0xc3][0xc3]8[0xdc][0x83][0xf5]8[0xcc][0xc2]P[0x4][0xb0][0xdd][0xec]%:#[0x89][0xfb][0xc]F[0xe8]DE[0xe7]H[0xdf]m[0x1e][0xaa]-[0x87][0xc1][0xdc][0xa8][0xe1][0xb3][0xd1]5[0x1][0x18][0x84][0x9][0xfc][\r][0xe1][0xab]?L/8[0x8c] [0x1e][0xf5][0xe0]1[0xc4]W<[0xf8]*[0xe2]k[0x1e]<[0x8e][0xf8][0xba][0x7][0xdf]@|[0xd3][0x83]'[0xf0][0x1c][0xec][0x1e]c[0x99]F![0xfc][0x94][0xeb][0x13][0xae][0x9f]v[0xfd][0x8c][0xf0]c4[0x1e][0x81]%j[0x15][0x95][0x1e] *#[0x92]([0x9b]>[0x83]hz[0xf2]+[0xc4]N[0x85]~[0x12][0xed][0x10][0xd0]U[[0x85] [0xe4] [0x6]k[0x90]B4[0xde]cCZhR4'[0x9e]J[0xa2]5[0xb8][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zF[0x97]4[0xfd][0x5]b[0x1f][0xce][0xe5][0xc2]"[0x99][0x17]2[0xf1][0x1e][0xa1]'3[0x12][0x85][0x5]Qt[0xb1][0xf8][0xc]"[0x17]O_([0xce][0xb8][0xc5][0x8b][0xb0][0xe4][0x16][0xdf][0x12][0xff][0xe0][0xf7][0xe2][0x13][0x84]?[0x8a][0xf][0x8f][0xa7][0x16][0x99]Y?f[0xc8][0x8f][0xb9][0xec][0xc7][0xc][0xfa]1W[0xfc][0x98][0x1]?[0xe6][0xaa][0x1f]S[0xf2]c[0xe6][0xfc][0x98][0xec][0x1f]&Dq+[0xeb].[0xd3][0x14][0xdb][0x2](~[0x7][0xf9]u[0xe0][0xc][0x6]>C[0x98][0xc2][0xa0][0x8]C[0x14][0x86]D[0x18][0xa4]0,[0xc2][0x0][0x85][0x11][0x11]J[0x14]FE[0xc8]N[0xcf][0xf][0x9a][0xc0][0xa3][0x0]W;[0x80][0xcb][0x1d][0xc7]-%p?[0xf3]8[0xf8][0x1c][0xe]][0x82]Gb=[0x1b]p[[0xbc][0x8]x[0x91][0xa1][0x84][0xf],[0xff][0x6]PK[0x7][0x8][0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog.class[0xa5]X[0xff]w[0x14]W[0x15][0xff][0xcc]~[0xc9]$[0x9b][0x9][0x81][0xb4]@[0xd3]J[0xb]$[0xc0]fC[0xba]i[0x9]P[0x93]H[0xa5][0x14]l[0xda][0x10]([0x89]P[0xb0]-[0x9d][0xec][0xce]n[0x6]6[0xbb][0xcb][0xec],[0x4][0x95][0xb6][0xd6]*j[[0xd4][0xb6][0xda][0x82][0x16][0xaa][0x96][0xa2][0x80]J[0xb4][0x4]RZ[0x8e][0xdf][0xce]Q[0xfb]CU[0x8e][0xe7]x[0xfc][0xc5][0xbf][0xc4]#~[0xee][0xcc]f[0xb3]Yv[0x93]e[0x93]sr[0xe7][0xdd][0xf7][0xde][0xbd][0xf7][0xf3][0xee][0xb7][0xf7][0x92]O[0xfe][0xf7][0xe1]u[0x0][0xeb]p]E:[0x80]v[0x1c]Ra[0x5][0xe0][0xc5][0xa1]:[0x84][0x90][0x91][0x19];[0x80],[0xe][0xb]{D[0xc5]X[0x0]u[0xee][0xda][0xd1]z|[0x19]_[0xa9][0xc7]WqL[0xc8][0xf3]*^[0x8][0xa0][0x11]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9a][0x90][0x97][0x2][0xdc][0xf5]u[0x19][0xbd],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]![0xa3]o[0x6][0xa0][0xe0]x=[0x82][0xf8][0x96][0x90]o[0xb][0xf9][0x8e][0x90]W[0x84][0xbc]*[0xe4]5[0xd9]|B[0xf6]}WF/[0x8b][0xd8][0xf7][0xc4][0xd6][0xf7]e[0xee]u!o[0x8]yS[0xc8][0xf][0x84][0xfc]P[0xc5][[0xb5]x[[0xc5]I[0x15][0xa7][0x14][0x4][0xfa]S[0xf1][0x9d]z[0xe4][0xa0][0x1e]7[0x14]h}[0xc9][0xa4]amI[0xe8][0x99][0x8c][0x91]Q[0xa0]rm[0xe8]h[0x9a][0xb][0xea][0xe8][0xfe]CY#[0xcb][0xd1][0xc2][0xfe][0x3][0xfa]a=[0x9c][0xb5][0xcd]D[0xb8][0xdf][0xcc][0xd8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x6][0xcd]xR[0xb7][0xb3][0x16][0x97][0x1f]/Z[0xee][0xed]OY[0xf1]p*[0x9d][0xe9]:[0x10]N[0xeb]c[0xe1]D*[0x1e]7[0x93][0xf1][0xb0][0x99][0xb4][\r]+[0xa9]'[0xc2][0x8f]dc1[0xc3][0xe2][0x14]m[0xb5]Nc[0xe9][0xd9]D[0xc5]5[0xa3][0xfb]c[0x87]"I[0x5]M[0xae][0xd6][0x84]N[0xc9]A[v[0x8b][0xd9][0xd1][0xfd][0x91][0x14][0xd5][0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x96]1[0xb3]S[0x1f][0xdb][0xe2][0xee][0x11]u[0xbd]f[0xd2][0xb4]7)[0xe8][0xc][0xba][0xdb]3q" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c][0xb3][0xf4]Q[0xe3]H[0xca]:H$[0xc9]h[0xc2][0xe8][0xb9][0xd5]T[0xdb]n[0x5][0xbe]-[0xa9]([0x8f][0xd7][0xd8]o&[0x8d][0x81][0xec][0xe8][0xb0]a[\r][0xe9][0xc3][0x9]C[0xa0][0xa5]"zb[0xb7]n[0x99][0xc2][0xe7]&}[0xf6][0x88]I[0xff]u[0xdc][0xce][0xe1][0x5][0xe0][0xb0][0x3]A[0xc1]=[0xb3][0xe0]c[0x94]"[0xba]m[0xc4]S[0xd6][0xd1][0x1].)[0xf0][0xc7][0x12][0xd9][0xcc][0x88][0x82][0xd6]`y'P[0xdc][0xb0][0xdc][0x93][0xb8].[0xad][0xb3]G[0xac][0xd4][0x11][0x17][0xee][0xe2][0x82]3[0xf]MM[0xf7]H[0xd4][0x8d]L[0xc6]I[0xc]51[0x95][0x9][0xeb]o7[0xa0]"&[0xa0]s[0x1a]6g[0xfa][0x92][0xc][0x98][0xd2]G$i[0xc6]Z[0xc1]C[0xd5][0xa6][0x88][0x82][0xfa][0xa8][0x91][0xb1]M[0xe6][0x9e][0x99][0xe2][0x91]V[0xcc]y~[0x5][\r][0x83]6[0xa5][0xb7][0xeb]i'R*~[0xe4][0xd4][0xc1][,G[0x15]?V[0xf1][0xe][0xeb]Z[0xc1][0x2]33d[0xe9][0x11]ckR6E[0x15]x[0x83]m[0xfb][0x9c][0xe9]G[0x8d][0xe1]l[0x97]}[\r][0xeb][0xb1]A[0xc3][0x19][0xbc][0xab][0xe2]'[0x1a][0xe][0xe0][0xa0][0xc6]V[0xdf][0xa5][0xe0][0x8e][0xe9][0x9e][0xb6][0xd9][0xb2][0xf4][0xa3][0xd2][0xd8]4[0x84][0xd1][0xa9][0xe2][0xa7][0x1a]~[0x86][0xf7][0x98]G[0x1a][0xce][0xe2])[\r][0xef][0xe3][0x9c][0x82][\r][0xd5]%[0xb4][0x86][0x9f][0x8b][0xc9]_[0xe0][0xbc][0x86][0xb]2J`T[0xc3]E[0xfc]R[0xc3][0xaf][0xf0]k[\r][0x97]0[0xae][0xe1]7[0xf8][0xad][0x86]a[0xc4]5<+$"$*[0xc4][0x10][0x12][0x13][0xf2][0x1]Nk[0xb8],[0x9b]7bB[0xc3][0x15]\[0xd5]0)[0xec][0x87]B[0xae][0x9][0xf9]H[0xc8][0xc7][0x18]Wp[0xdf][0x1c]5[0xa3][0x80]wF[0xfb]m[0x1c][0x88]W[0xc4]t>[0xec][0x18]>`D[0x18][0xfe][0xa6]i[0xf][0xf6]QF[0xb7]%?[0x17][0x16][0xe7][0xcd][0x94][0xa7]g[0xa6][0xa5][0x93]s[0xcc][0xc3]Z[0xa6][0x94]s5q[0xdb][0x8c][0xa4]s&[0x99]<[0x8d]ES[0xac][0xb7][0x99][0x97][0x11]u[0x98]y[0xeb]K[0xa6]t[0xcc]@%]oD[0xcf][0xc]8I[0xeb]K:[0x9f][0x99])[0xee][0x1e][0xa9][0xc7][0xad][0x81]mN/[0xd5]8[0xda]:[0x16]1[0xd2]n[0x1f]Z:caC[\r]p[0xe3][0xf6][0xa9][0x9e]*L[0xbe]>[0x16][0xcd]@[0xc3][0xfe]$[0xd7]A:koN[0xb0][0xe6][0x9a][0x82]Ek[0xe2][0xe]1[0xef][0xb6][0xe4][0x8d]ekk[0xae][0xa6][0x1c][0xd0]#[0x11][0xc2]i[0xed][0xec][0xec]d[0x1f].w[0xcc][0xae]E[0xda][0x81]?[0x92]0tkZ[0xdf][0x3][0xa2][0xef][0xc5]Rm[0xa7][0x1a][0xb][0xb7][0xd5][0xbd]f[0xf8][0xc8][0xab]G[0xd9]d[0x17][0x7]o[\r][0x9f][0xf4][0xf3])[0xb4][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda])f]![0xd3]U[0xc8][0xac]/d6tvb[0x5]_l[0xed][0xac][0x8e] [0x1f]^M[0xd2][0xe]8~[0x80][0xcf]C[0xf][0x1e]$[0xcf][0xce][0xe1][0x8c][0xd9]S[0xf8]][0xca][0xb5][0x8d]x[0x88][0xf4][0xb3][0xe4]lJx[0xf9]][0x1d][0xba][0x2]O[0xe8][0x1a][0xbc]{[0xaf][0xc0]w[0x19][0xfe]Ph[0x2]5[0x13]P/[0xa3][0x96][0xb3]u[0x9c][\r]\F[0xfd][0xb8][0xa3][0xa7][0x9b]t[0x9][0xfc][0xa4][[0xe1][0xc3]#|[0xe7]m[0xc3][0xdd][0xf8][0x2]V[0xe1]1[0xf4]pv[0xb9][0xab][0x11][0xbd][0xf8][0x1c][0xe0][0x8c]6[0xe1]a[0xda][0x93][0xd1][0xe7][0x89][0xc5][0xc3][0xd1]f[0xca]9[0x8][0x94]QG[0x1d]gn[0x84]>@[0xfd]$4[0x5][0xdb][0xd7]N[0xa2]A[0xc1]I[0xfc][0x9e][0x83][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87][0xc6][0x81][0x8e][0x9],[0xec][0xf6][0x91].[0xea][0xf6][0x93]6u[0xd7][0x10][0xe0][0x1d][0x1c][0xdd]9[0x81][0xc5][0xfc],[0xe9]V[0x9b][0xd5][0xab]X[0xba][0xa1]vq[0xed]y[0xc7][0xea][0xf3]p[0x4][0xa7][0x9c]{[0x8d][0x83][0x17][0x18][0xe2]o[0x84][0xbf]V{sM[0xb3][0xbf][0xd9]7[0x89][0xbb]|8[0x87]'[0xf2]l[0xb3][0xb0][0xbd]y[0xf6]na;[0xf2][0xec]=[0xc2][0xde][0x9b]g?#lc[0x9e]][0xe6][0x83][0xe0][0x9a][0xc0][0xbd][0xe7]n[0xf6][0x8a][0xb7][0xbc][0x8e][0xb7][0xf6][0xd1]_@?[0x96]a;Z0[0x80]6[0xec]`[0x94]vr[0xed]Izd[0x17]}7[0x88]4v[0xf3]9[0xbe][0x7]/`/^[0xa1][0xc4][0x9]<[0x8d]Sx[0x6][0xef]`?[0x1b][0xf1]s[0xec][0xbe][0xc3][0xb8]J[0xe4][0xd7][0xd8]_[0xff][0x8c][0x11]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xff][0xe0][0xd5] [0x1e][0xdf][0x85]Z[0xea][0xbd][0x80]-[0xf4][0xae][0x8f][0xda][0xcf][0xe2]Q[0x9e][0xd5]O[0x1b]g[0x18][0x9b].[0xd4][0xd0][0xca][0x9]Zy[0xc]*[0xe9]q[0xf4][0xe1]qJ,[0xc3]8[0x9e] *[0x89][0xd6][0x8d]|[0xb4]n[0x10][0xe3][0x0]c[0xb3][0x83][0xe3][0x1e][0xd4][0xfd][0x17][0x1][0x15];o[0xd2]h[0x9d][0x8a]'U[0xec]"[0xa7]bP[0xc5][0x90][0x8a]/:[0x94][0xd9][0x8d][0x5][0xf2]S[0x93][0x81][0xf4][0xb8][0xbb] [0xcd]z[0xf][0x9e][0xca][0xa5][0xd9]Z~%[0x1]<[0xbe][0x8b][0xf9][0x14][0xaa]qf[0x92][0xce][0x1]4w5[0x7]B[0xa1][0xb][0xe6][0x96][0xcc][0x94][0x94][0xdc]W[0x81][0xe4]XI[0xc9]/U y[0xac][0xa4][0xe4][0xd3][0x15]H[0xbe]TR[0xf2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x8f][0x97][0x94]|[0x96]i1U[0xc2]*[0x83][0xe][0xb4]^C[0xe3]^[0x16]Q[0xed]U[0xdc][0xd7][0xbe][0xd6]M[0xc3][0xe5]W[0xb0]b@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab]c[0x12]+=[0xd8]3][0xc0][0xb][0x9c][0xb0][0xbf][0x8a][0xbb][0xf0][0x1a]S[0xe7][0x84]c#[0xe4][0xea][0xc9][0xa7]B[0xab][0x93]<[0x8a]3z[0x8e][0x9][0xe5][0xe1]n[\r][0xba][0x93]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]q[0x16][0x4]-[0x95]"x[0x9d]:[0xdf] [0x82]7[0xab]@[0x10][0x99][\r]Ak[0xa5][0x8][0xde][0xa6][0xce][0x93]Dp[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xd1][0xd9][0x10][0xac][0xaa][0x14][0xc1]i[0xea]BC[0xc4].[0xff]V[0xc][0xe1]~[0x4][0xfe][0xf]PK[0x7][0x8][0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.class[0xa5]R[0xcd]N[0x2]1[0x18][0x9c][0x2][0xb2][0x88][0xab][0x8][0xe2][0xdf][0xcd][0x83][0x7][0x90][0xc4][0x1e][0xf4][0xe6]_"[0xd1]h[0xb2]z[0xc1]p[0xd0]S[0x81]f-[0xa9]][0xd2][0xdd]5[0xf8]Vz2[0xf1][0xe0][0x3][0xf8]P[0xc6][0xaf][0xab][0x89][0x6][0xb9][0x18][0x9b][0xf4]k;[0xdf][0xcc]d[0x9a][0xf6][0xed][0xfd][0xe5][0x15][0xc0][0xe][0xd6][0xca]([0xa0][0xe6][0xca][0x92][0x87]e[0xf]+[0xc][0xc5]}eTr[0xc8][0x90]o4[0xbb][0xc][0x85]v4[0x90][0xc][0x95]@[0x19]y[0x99][0xde][0xf5][0xa4][0xbd][0x12]=MH-[0x88][0xfa]Bw[0x85]U[0xee][0xfc][0x5][0x16][0x92][[0x15]3T;[0xb2][0x9f]Z[0x95]<\[0x8]#BiO[0xc6][0xc][0xfe][0xb9]1[0xd2][0xb6][0xb5][0x88]cI[0x94][0xa3] [0xb2]![0x8f]F[0xf1][0xee][0x90][0x8f][0xc4][0x98][0xeb]([0xc][0x95][0x9][0xb9]2[0x89][0xb4]Fh~[0x9c][0x9a][0x81][0x96]gR[0x8f][0xa4][0xdd][0xfc][0xe5][0xb7]G[0x91]B[0x99]dv[0xed][0x88]4[0xe3][0x84][0xa1][0xde]h[0xde][0x4]Cq/[0xb8][0x16]d[0x95]5[0x89]X[0xee]D[0xa9][0xed][0xcb]S[0xe5][0x12]V[0xfa]n;[0xb2][0x8f][0x19][0x14]},[0xa0][0xe2]a[0x95][0xe1][0xe0]_[0xb9][0x18][0xd6][0xbf][0x3]Lt[0x19]Z[0xf0][0xc6][0x6][0xf2][0xf4].n[0xe4]hRF0x[0xb4][0xe3][0xb4]2[0x87]l=[0x83]=e[0xed][0x12][0xd5]b[0x6]v1K[0xd5][0xff]$[0xa0][0x8c]yZ[0x99][0xbb][0xdb][0x14]q[0xee]qB|=E[0x9c][0xc3]bV[0xab][0x84][0x83]0[0xfa][0x17][0xa8]c[0xe][0xa5][0xf]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper.class[0xa5]U]O[0xdb]V[0x18]~[0xe]qpb[0xdc][0x2][0x81]}[0x84].%[0xac][0xb4]M[0x8][0x8d][0xcb][0xc7]6J[0x80]2R`[0x88][0xa4]U[0x95][0xad]R[0xb5]+c[0xe][0xc1][0xd4][0xd8][0x91][0xe3]l[0xec]~[0xda][0xf][0x99]4qK[[0xa9][0x9d]6[0xad][0xb7][0x95]v[0xbf][0xff]2MS[0xdb][0xc7]N[0xf8][0xd8](HU/|[0x8e][0xcf][0xfb]>[0xef]s[0x9e][0xf7]#[0xce][0x9f][0xaf]~{[0x1]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x1a]z1[0x91][0xc4]EL[0x86][0xcb][0x94][0x6][0x15][0xd3][0x1a][0x92][0xf8]L[0xc5][0xe7]*[0xbe][0x8][0xcf][0x13]*f[0x12][0xb8][0xa5]bVC[0xf]J*[0xe6]T[0xcc][0xab]X[0x10][0xe8][0xaf]I[0xab][0xe5][0xdb][0xc1][0xf]U[0xd3]5[0xeb][0xd2]_[0xde][0x13][0xd0][0xd7]\W[0xfa]e[0xc7]l6eS[0xa0][0xb7][0xf9]_[0x88][0xc0][0xed][0x8a][0xe7][0xd7][\r][0xaf][0xd1][0x9c][0xde]1[0x1a][0xe6][0x9e][0xe1]x[0xf5][0xba][0xed][0xd6][\r][0xdb][\r][0xa4][0xef][0x9a][0x8e][0xb1][0xd4]r7[0x1d][0xf9][0x95]t[0x1a][0xd2][0x1f]=uC[0x89][0x9c]u[0x19][0xb4]AU[0x19]l{[0x9b][0x2]C[0x95][0x1d][0xf3];[0xd3]pL[0xf2][0xf8]r[0xcb][0x91]V`[0xb4]}[0x84]w[0xcf][0xd9][0xae][0x1d]Pn,[0x97] [0xa0][0x94][0xbd]MI[0x92][0x8a][0xed][0xca][0xbb][0xad][0xdd][\r][0xe9]mn8[0xb4][0xa4]*[0x9e]e:[0xf]L[0xdf][0xe][0xcf][0x1d][0xa3][0x12]l[0xdb]L[0xe3][0xc6][0xbb][0x88][0xee]H,[0x9b][0x8e]#[0xfd][0xb6]C`&[0xd7][0xa6]h[0xd6]mc[0xcb]7w[0xe5][0xf7][0x9e][0xff][0xa8][0x13]V[0xca][0x9f][0xe3]c[0x2][0x1b][0x1d][0x8e]K[0xe7][0xc2][0x84][0xcd]gM a[0x85][0xc5]/[0x7]lF[0xea][0xdb][0x13][0x85][0x89]zB\[0x92][0x15]=TuaSn[0x99]-'8:[0xd7][0x2][0xd3]zT5[0x1b]Q[0xfa]*FU[0xdc][0xe6]$[0x90]t[0xce]r[0xe][0xcb][0xb8][0x1b]l[0xab]X[0xe4][0x1c][0x8]h5[0xaf][0xe5][r[0xc5][0xe][0x83][0xfb]O[0x16][0xa1][0x18]^[0xac][0xe3]C|[0xa4]c[0x10][0x1f][0xe8]Ha@[0xc7][0x97]X[0xd2]q[0xb]e[0x81][0x81]ca[0xcb]{[0x96]l[0x4][0xb6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xbf][0xd7]l[0x8]d[0xdf]R[0xa0][0x95][0xc3][0xb7]o[0x2][0xdb]a[0xfa]G[0xd3][0xc3]6[0xfd][0xaf]::[0xee]`Y`[0xf8][0xd8]|[0xd7][0xab][0xb5][0xac][0xed][0xf6],[0x9d][0xd0]Yx[0x7][0x9d][0x2]}[0xc7]|[0xf7]6v8[0x9c][0x2][0xe9]3;)[0xf0][0xf1]Y[0xc3][0xdc][0x99][0xab][0xa8][0xbd][0x1e][0xaf][0xda]#[0xd1]`.[0xff][0xb6]&[0x17]s[0xa7][0x8c][0xe7][0xf]YX[0x96][0xc3][[0x16]O[0x6][0xd7][0x2][0x9f][0xa9][0x95]N_[0x92]?[0xfb]G[0x87][0x9]~Lz[0xf9][0x85][0xe9][0xc2]P[0xd8]x[0xbe][\r][0x85]S[0xc0]=F[0x1b][0x87][0x2]L3[0xfa][0x2]qf[0xb9][0xc7][0xc7][0x9e]C<[0x8e][0x2][0xd2]\5[0xee][0xc0]'P[0x90]a [0xa0][0xb7]A[0xb8]D[0x1b][0xf8]u[0xca][0xe0]r[0x9b]@[0xa4][0x88][0x8c][0xd3][0xb6][0xfa][0x4]]/Is[0xf0][0x4][0xb1]gP*[0xa2][0x1a]_[0xc8][0x14]^[0xfc][0x8c]B!3[0xf9]+[0xe2][0xb3]JZ[0x89][0xfc][0xe3]/[0x91]L+[0xd5]}[0xe8]ie[0xfc][0x17]t[0xa7][0x95][0x83][0x1f]cb[0xff][0xf5]_[0xfb][0x8c][0x1a];[0xa0][0xbe][0x4][0xae]s[0xc][0xba][0x91][0xc3]l[0xb4][0x97]8[0xb5][0xe1][0x1e][0x8b][0xa4]-[0xa1][0x8f][0xeb]$[0xcf]SD[0xce]0[0xcb]y[0xf4]c[0x81][0xbe]E[0x8c][0x10]y[\r]eF.c[0x1c][0xab]D[0xad][0x11][0xb1]N[0x86][0x5]z[0xee][0x93][0xe5][0x1e]=[0xb5]([0xa5]i[0xca][0x1e][0xe1][0xdb]0[0xb2]Ls[0x0]E[0x9e]>[0xe5][0x1d][0xbd][0x8c][0xba][0x82]Q[0xa6][0xd7][0x8f][0x9b][0xb8]JoX[0x8a]U[0xf2]f[0xb9]_[0xe7]3[0x8c]D[0xe2][0x15]4[0x15]9[0x15]y[0xf1]/[0x6][0xb9]%[0xff]A[0xe2]o[0xc4][0x97]T[0x8c][0x81][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x5][0xfe][0x89]BC[0x82]k[0xbf]C}[0xf8][0x1c][0x89][0xa7][0x88][0x89][0xf5]T2[0xa5])[0xa0][0xe7]a,[0xd5]S{[0x6]}=[0xca][0xfd])[0xba][0x1e]3Jgu[0xb3][0xb8][0xd0]I[0xf7]2[0xff][0x0]@9[0x1a][0xa5][0xe8]L,[0xc3][0xc4][0xb2][0xbc]d[0x4]7h)[0x1e]uG'z[\r]c[0x11][0x6][0x82]H[0x85]Q[0x81][0x81][0x10]d[0xc][0x8a]&-[0x9a]![0xd1][0x1c][0x9]"[0x13]f[0x9f][0x15][0x8d].[0x1a]C49[0xd1][0x1c][0x15][0x8d])[0x9a][0xbc]h[0xac][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x8e][0xe0][0x18]F[0xc2][0x18][0xc5]q[0x19][0xcf][0xc9]x^[0xc]_[0x8][0xe3][0x4]N[0xca]X[0x1c][0xc6])[0xbc]([0xa3]^F[0x83][0x8c][0xa5]2[0xe2]2[0x96][0xcb]X![0xe3][0xb4][0x8c][0x97][0xc2]tY[0xac]x%[0x88]3[0x12][0xfc][0xbd][0xdd][0xcd][0x89]V[0x9]R[0xbb][0x84][0xaa][0x84][0xa1][0xe7]-U[0xb7]v[0xab][0x99][0x82]V[0xc9][0xd0][0xc1][0x5][0x9b][[vm[0x11][0x86]$[0xc1][0xd7][0xde][0xd9][0xd6]%[0xc6][0x15][0x1c][0xef]i[0xee][0xee][0x14][0xe3]J.j[0xed][0xee][0xee][0xea][0x16][0x86][0x8f]F[sos[0x87]0[0xfc]\[0xd5][0xd9][0xd5][0xd9]*[0xc6][0x1]~[0xc8]h[0xc3]ZF[0x82][0x9c]=[0xdc]W[0xd0][0xfb]3[0x9a][0x84]y[0x1d][0x86][0x99][0x8a][0x1b][0xf9]T:>`[0xaa]Y[0xed][0x98]a[0x1e][0x89][0xb7][0xd8][0x1f][0xd7]K[0xa8][0xce][0x1e]N[0xaa][0x96][0x96]2[0xcc][0xd1]N~[0x94][0x10][0xed][0x18]R[0x87][0xd5]xF[0xd5]S[0xf1][0x1e][0xcb]L[0xeb])[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x95][0xa1][[0xda][0x88]%aa[0x11]/[0x97]_9[0x14][0xcf][0xa9]#[0xf1][0x8c][0x91]JqU|[0x87]:[0x92]([0xae][0xa1]C`CZO[[0x1b]%,[0xab][0xbb][0x7][0xfd][0xdd]T[0xf5][0xbb][0xb9][0x9f][0x84][0xd1][0xcf]@ft[0xa4]u[0xad][0xb3][0x90][0xed][0xd3][0xcc]^[0xb5]/c[0x87]f$[0xd5][0xcc]n[0xd5]L[0xb][0xdb][0x99][0xf4]Y[0x83][0xe9][0xbc][0x84][0xc7][0xcb]D[0x95]fD[0xa6][0xae]f[0xe2][0x9b][0xb5][0x1][0xb5][0x90][0xb1]z4s8[0x9d][0xd4]:[0xc][0xb1][0xad][0xc0][0x9d][0x1c])[0x13]sP[0x9d][0xce][0xf7][0x9a]jRk[0xd5][0x5]G[0xbf][0x84][0xca][0xba][0xfa]},^[0x8f][0xa5]&[0x8f]lWs[0xe]5[0x97]m[0xd6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xd2][0xb2][0xaa]t~[0x8f]j[0xea]n[0xbb]][0x1f]0J6[0x1d]ZM[0xd3]0[0xdd][0x13]m[0xaa][0xa5]fJ[0x13]~K[0xf0]J[0x88][0xd5][0xdd][0x9d][0x1b][0xd7]L[0xef][0xa0]i[0x1c][0x13].v[0xc2][0x82]Y-[0x9f]WSt[0x93]X[0x9f]Y[0x9e][0xeb][0x8][0xdd]/b[0xe5][0xa6][0xd3][0xc][0xc9][0xcc]2s[0xc7][0x18]+[0xe7]5[0x11][0x12][0xfb][0x1][0x11][0x89][0x84]HJ[0xb3][0x98][0x9e][0x8e][0xa2][0x90][0xb8]s[0xca]6[0x92]w[0xcf][0xcd][0xf2][0x8][0xce][0x8e][0x83][0x9e][0xc5][0x4][0xce][0xac][0xab][0xf7][0x92]Q[0xc0](X[0xb9][0x82]%[0xf2]m[0xe8][0xc3][0x9a]i9[0x80]![[0xb5]E[0xd7]*[0x82][0x8c]KI[0xc2]"B[0xfd][0xf][0xc1][0xc9][0x1b][0x92][0x19]Gr[0xc][0x99][0xc1][0x84]{[0x8c][0x82][0x99][0xd4][0xda][0xd2][0xa2]R[0xb3][0xef][0xaa]~[0x93][0x8]O[0xc1][0x6]$%[0xd4]N[0x85][0xaf]`[0x1d][0xd6]+X[0x8d]'[0x14][0xac][0xc1]Z[0x5][0xab][0xb0][0x84][0xd2][0x9e][0xae][0xe2][0x14][0xb4][0xa2]M[0xc1]At*xZ[0x8c][0xb6][0x8a][0xa6]]4[0xdb]D[0xd3]![0x9a]C[0xd8][0x17][0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xc3][0xeb]A[0xbc][0xa1][0xe0]M[0x1c][0x8][0xe2]-[0x5]o[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xf6][0xb3]l[0x7]k[0xd7][0xd5]*8+[0xd6][0xbd][0xa3][0xe0]][0xbc][0x17][0xc4][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc0][0x87][0xdc]zW[[0x9b][0x84][0xa5][0xc][0xac][0xc9][0xe][0xac][0x89][0x81]59[0x81]5[0xdd][0x9d][0x3];[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc2][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc1][0x1][0x9][\r][0xde][j;[0x9a][0xd4][0xdb]S[0xba]![0xca][0xc8][0xac][0xd0]5[0xa5]Q15[0xae][0x12][0x8f][0xe6]-[0x8d][0x9a][0xaa]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x12]L[0x1b][0xf1][0x1d]t[0xb1]XM[0xcd][0xb2]Hs[0xca]^[0x5]<[0xee][0xac]{[0xcf]h[0xb6][0xcf][0xc8][0xa4][0x93]E%[0xdc][0xef][0x1]B[0x99][0xe6][0x84]E[0xb1][0xd9]}F[0xbf][0xb3]n[0xa2][0xde][0x89][0x97]+z[0xf1][0xc4][0xf6][0x16][0xcf][0xd4][0x83]u[0x9e]a[0x9][0xb1][0xd4]L[0x16]+[0xb5][0xaa][0x1d]-[0xa8][0x99][0xfc]$[0xb5]w[0xf5][\r]iIk[0xbd][0xb8][\r][0xc4]9[0xd9]a[0x1a]9[0xca]xT[0xc2][0x9a]{[0x1f][0xd8];[0xa7][0xc4][0xeb]T[0xf8]8[0xc8]b[0x1][0x1f][0x9e]E[0xbc][0xc4]#[0x98][0x8b][0xc5]X[0xc2]g[0xe1]1[0xf1][0x8][0xa0][0x8e]v[0xbd][0xcb][0x8e][0xd1]np[0xd9][0x8d][0xb4][0x97][0xba][0xec]&[0xda]q[0x97][0xbd][0x8c][0xf6]r[0x97][0xfd]8[0xed][0x15].{%BB[0xce][0xf6][0x98][0x2][0xb7]{j[0xdc][0xee][0xa9]z[0xf6]3[0xf9][0xbb][0x1]O[0xd2]c#G[0x83][0xa8][0x84]xl[0xe6][0xc6][0xae]A[0x8a][0xfd][0x8c][0x8a][0xbd][0xd7]Py[0x15][0xbe]X[0xc3]U[0xf8]c[0x8d]W[0x11][0xb8]d[0xfb]>[0xc5]v6[0xfc]l[0xd7][0xc2][0xc7](f[0x10]m&[0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x10]k[0x13]gk[0x8b](hF[0x8b]x[0x5]9J[0x90]][0xb2]G[0x9b][0xe9]S[0xc1]1[0x8f][0x8b][0xc3][0xda][0xcc]^|S.#[0xf8]9[0x82][0xbe]o[0xe1][0xab][0xbc] [0x1e]F[0x9b]'`[0xdb]d[0xe3]*[0xc5]u[0xe][0xee][0x16][0xf1]D[0xa2]"[0xbc]I[0xb8]?][0x82]k[0xb1][0xe1][0x81]*[0xc2][0xf9][0xce][0x97][0xc1]ku[0xe1]UM[0xc4][0x8b][0xd8]x[0xed][0x9e]x[0x81]rx[[0xa7][0xc2][0xdb][0xea][0x89][0xe7]/[0x87][0xd7]5[0x15][0xde]6O[0xbc]`9[0xbc][0xde][0xa9][0xf0]:<[0xf1][0xe4]rx{[0xa7][0xc2][0xdb][0x8e]N[0x7][0xef][0xa0]#[0xaa][0xea][0xd8][0x18]B[0xe7][0x10][0x8a]54^C[0xf8]R[0x9][0xb0][0xda][0xfe]z[0x8]A[0x97][0x80][0xaa]K[0x2][0xaa]fB[0xd6][0xda]d[0xd5][0xd8][0x81][0x9d][0x8c]p[0x8b][0xed]/Uq[0xb2][0xdb][0x93]*R[0x96]j[0x80]T[0x83][0xa4][0x1a][0x9a]>U[0x8f]'[0x95]R[0x96]J'U[0x8e]T[0xe6][0xf4][0xa9]z=[0xa9][0xaa][0xca]R[\r][0x93]j[0x84]T[0xc7][0xa7]O[0xb5][0xcb][0x93][0xaa][0xba],[0xd5][0x9]R[0x9d]"[0xd5][0xe9][0xe9]S[0xed][0xf6][0xa4][0x9a]Q[0x96][0xea][0xc][0xa9]^#[0xd5][0x1b][0xd3][0xa7][0xda][0x83]g[0x1c][0xaa]&[0xe7][0x82][0xf1]Q[0xd1]B[0xc8][0x15].![0x9f]u[0x9][0xd9][0xe7][0x0][0x87]([0xef]}[0x8e][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xd7][0x1f][0xbb][0x8e][0x9a][0xf1][0xdb]O[0xfc]'[0x2][0xbe][0xcb]>|[0xe8][0x2][0xf0][0xf3][0xb6][0x15][0xb7][0xab][0x84][0xfd]8[0xe0][0x0][0xc4]K[0x0]W[0x10][0xb8]8[0x89][0xfd][0xd3][0x9][0xce]E[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]G[0x84][0xe3][0xfc][0x3]-[0xb1][0xe5][0x4][0x9d][0xfd][0xb7][0x10][0xbd][0x8c][0xfb][0xc4][0xe8]'D%[0x8c][0xe1]~[0x9a][0xd1][0x99][0xc5]^[0xa0];3[0xb3][0x8a]}[0xc3][0x18]f7[0xde]B[0xb8][0x91][0xe3]1<0[0x9e][0xd9]%[0xdc] [0xf0][0x5]3[0xfb]%o[0xf1][0xf3][0x98][0x8f][0xaf][0xf8][0x12]}[0xcd]{[0xfc][0x1b][0xde][0xd2][0xdf][0xf1][0x1e][0xff][0x9e][0x81]\peT[0xcc]n`N[0xe][0x95][0xd2][0xf6][0x8f]s[0x89][0x9c][0x8c]>[0xc8][0xfa][0xce]9[0x87]p[0xe5][0x8f][0x8]~[0x8b][0xa3][0xd1][0xb9][0x8e][0xed][0xb3]m5:[0xcf][0xb1][0xfd][0xb6][0xbd]3[0xfa][0x90]c[0x7]l[0xbb]9[0xfa][0xb0]c[0x7]m{yt[0xbe]c[0xcb][0xb6][0xbd] [0xfa][0x88][0xb0]?[0x83][0x12][0xad]-~[0x88][0xd4][0x14]=[0x83][0x82]`|[0xd3]-[0xa8]a{[0x91][[0xbf][0xcc][0xd1][0x15]>Uc[0xdc][0xdc]u>[0xbf]7[0xb8][0xf1]_[0xb8][0xa9][0x9b][0xdc][0xf0][0xaf][0xbc][0xf7][0xe3][0xc6]~[0xa7][0x2]n[0xf1]>[0xfa][0x83]'[0xf7]6[0x8f][0xd4][0x9f][0xd4][0xfc]_[0xae]Z[0x9d][0xc4]a[0xbb][0xd0]b[0xf3][0x11][0x84]jf[0x88][0x9f][0xfb][0x82]T[0x1e][0x9d]T[0x8f][0xca][0xfb]&W[0xfe]o[0x8f][0xca][0xcb][0xbc][0xfd][0x92][0x93]n[0xe1][0x9a][0xe8][0x82][0xe8][0xdc][0xeb]X8[0x86]G[0xb7]M[0x94]`[0xf1][0x80][0xac]$[0xff]*>[0xc0][0xab]Kx[0x11][0x96][0xe3][0xb0]#[0xc3]~{[0xb5][0xf6][0x1f]PK[0x7][0x8]S-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.class[0x9d]R]O[0x13]A[0x14]=CK[0xb7]-[0xab][0x94]J[0xc1]O[0x14]EmQ[0xbb]b[0xe5][0x9]B[0x2][0xc4][0x1a][0x93]*&%<[0xf0]6[0xdd]N[0x97][0xa9][0xe3][0xc][0x99][0xdd]m[0xe4]_[0xe9][0x8b][0x12][0x1f][0xfc][0x1][0xfe]([0xe3][0xdd]mC[0xb0]mLt[0x93][0x9d];[0xf7][0xcc][0x9c]s[0xe7][0x9e][0xdc][0x9f][0xbf][0xbe][0xff][0x0][0xd0][0xc0][0xd3]"[0x1c][0xdc][0xca][0xe3]v[0x11]w[0xb0][0x92],w[0x8b][0xc8][0xe1][0x9e][0x83]U[0x7][0xf7][0x1d]<`[0xc8]mK-[0xa3][0x1d][0x86]L[0xb5]v[0xc4][0x90][0xdd]7][0xc1]0[0xdf][0x92]Z[0xbc][0x8b]?v[0x84]=[0xe4][0x1d]EH[0xb9]e|[0xae][0x8e][0xb8][0x95]I>[0x2][0xb3][0xd1][0x89][0xc][0x19][0xdc]7Z[0xb][0xbb][0xaf]x[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J7[[0xc6][0x6][0x9e]9[\r]_[0xf6][0xbd]S[0xfe][0xc9]S&[0x8][0xa4][0xe]<[0xa9]#a5W^[0x93]+[0xd5][0xe1][0xfe][0x87][0x96][0x9][0x9a][0xdc][0x8f][0x8c]=[[0xdb][0xd8][0xa2][0x17][0xd8]X3T[0xaa][0xb5]V[0x9f][0xf][0xb8][0xa7]8q[0xf6][0x8c]Q[0x82]k:][0xfc][0x3]?[0xe8][0xf4][0x85][0x1f][0x11]\h[0xcb]@[0xf3]([0xb6][0xf4][0x9c][0xd7][0x93][0x17][0x86]H([0xfc][0xd8][0xca][0xe8][0xcc]{o[0xe5]@*[0x11][0x88][0xee][0xae][0x1f]I[0xa3][0xb7][0xa7][0x94][0xda]![0xd5]b[0xdb][0xc4][0xd6][0x17]M[0x99]t[0xb9]<[0xf9][0xde]zB#[0x9b]^i_[0x99][0x90][0x9a]{+[0xa2][0x13][0xd3]u[0xb0][0xe6][0xe2]![0x1e][0xb9]([0xa0][0xc8][0xf0][0x8c]|[0xa8][0xa7]>[0xd4][0xc9][0x87][0xfa][0xc8][0x87]z[0x1c][0x8a][0xbd][0xb8][0xd7][0x13][0x96][0x92]Tr[0xa8][0xee][0xe0][0xb1][0x8b]*j.[0xd6][0xf1][0xc4][0xc5][0x2][0xca][0xc][0x8d][0xff]p[0x92][0xa1]4n[0x3][0xc3][0xca][0xdf]}`[0xd8][0xf8][0xe7]J[0xc]s2[0xbc]h$[0x1d][0xa0]c[0x86][0x85][0x9]C[0xc9][0xcd]@D[0x17]I[0xa5]z[0xc9][0xf3]v[0x94]p[0xb7][0x12][0xa2]3[0xe0]*[0x16][0x7]=[0x86][0xa5][0xea][0xf1][0xb4][0x11][0xc0]s[0x1a]][0x7][0xc]y[0x9a][0xed][0xc][0xfd][0xe4]1es[0xb4][0xf3](2[0x8a][0xb3][0xeb][0xdf][0xc0][0xbe][0xd0]f[0x6].[0xad][0xb9][0x14]|[0x81]+[0xb4][0xba][0xc3][0xb][0xb8][0x8a][0x12]E[0x96][0xd8];"7F[0xe4]By[0xe6][0x1c][0x99]sd?[0x8f][0x9]l^[0x12]([0xc][0x5]J[0xbb]$pm[0xa2][0xfa]W[0xcc][0x8e][0x93][0xa7]U[0xcf]b1[0xbd]U[0xc1]R[0x1a][0x97]q=Eo[0xe0]&[0xe6]i[0x97][0xb4][0x95]C[0xf2][0xe5][0x3]PK[0x7][0x8][0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.class[0x95]T[0xdf]O[0xd3]P[0x14][0xfe].[0x1b][0xeb]([0x1d][0xc][0xe4][0x87][0x82][0xa0] [0xca][0x6][0xb2][0x82][0xe0][0xcf]![0x9]`[0x96][0x98][0xc]$[0x99]Y[0x2]/[0xe6][0xae][0xbb][0xab][0x85][0xd2][0x92][0xdb][0x16][0xe1]O[0xf1][0xe0][0x1]_d[0x91][0xc4][0xf8][0xe4][0x83][0x94][0xf1][0xb4][0x1b]0[0x82]J[0xe8][0xc3]=[0xb7][0xf7][0x9c][0xf3]}[0xdf]9[0xf7][0xb4][0xbf]~[0xfb][0xe]`[0x1e]K*[0xd2][0x98]P[0xd1][0x8d][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e][0xa9][0x88]aRAFE;&Ud1[0xa5]`ZE2[0x8c]x[0x8c][0x19][0x5]9[0x15][0x9d][0xd0][0x93][0x98][\r][0xed][0x9c][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x19][0xb4][0xb7][0x8e]#[0xe4][0xaa][0xcd]=Ox[0xc][0x89]E[0xcb][0xb1][0xfc]%[0x86]X&[f[0x88][0xaf][0xba]U[0xc1][0xd0]][0xb4][0x1c][0xb1][0x1e][0xec]V[0x84]|[0xcf]+6[0x9d][0xf4][0x16]][0x83][0xdb]e.[0xad][0xf0][0xbd]y[0x18][0xf7]?Z[0x84]1_t[0xa5][0xa9][0xbb]{[0xde][0xc2][0xb6][0xbe][0xc7][0xf]t[0xdb]5M[0xcb]1u[0xcb][0xf1][0x85]t[0xb8][0xad][0x17][0xb8]mW[0xb8][0xb1]St[0xcd][0x2]7|W[0x1e][0xe6][0x19]z[0xc])[0xb8]/Z|[0xc][0x1b][0x99][0x6][0x94]gZzM[0xf2]][0xf1][0xc9][0x95];[0xfa]J[0xe0]Tm[0x91]/n[0xf3]}[0xae][0xdb][0x9c][0x90]K[0xbe]$[0x82]|[0xf6][0x1f][0xc4][0x1b][0xfc][0x80][0xe0]L![0x89]&Q[0x89][0xb2][0x19][0x86][0xff][0x3]Mm1H[0x8b]I[0xca][0xd6][0xc9][0x15][0x96]{[0x85][0x8c]!U[0xf2]I[0xe8][0x1a][0xdf]k[0x96][0xdf]iy+A[0xad]&Bw[0xd4][0xc0]-[0x6][0xb5][0xe4][0x6][0xd2][0x10][0x5]+[0xc][0x18][0xbc]Zx.[0xc4][0xd5][0xd0][0x8b][[0x1a][0xee]c[0x8c]a[0xfa][0x9a][0xde][0x9d]3[0x10]F[0x98][0xb7][0xc0]0{M[0xca][0x1b]Q[0xe3][0x81][0xed][0x97][0x84][0xdc][0xb7][0xc]Ay[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]jx[0x86][0xe7]tU7[0xbe][0xa9][0x9][0x9a][0x9c][0x17][0x1a]^[0xe2][0x15]][0xd9]ESV\[0xd7][0x16][0xdc][0xd1][0x90][0xf][0x8b][0x98]![0xd8]\[0x4][0x9b]#[0xd8]\[0x13]6[0x17]x[0xa2]U[0xfe][0x19][0xb8][0x86]E[0xbc]f[0x98][0xbb][0xb1][0x16][0x86][0xf4][0x85][0x82]w[0x95]ma[0xf8][0xd4][0x8d][0x1b][0xce]L[0xf9][0x12]J[0xe9][0xd0][0xf3][0xc5].][0xb8])[0xa8]aF -[0xff]p[0x8d];[0x9c][0x86][0x87]a$[0x93]m[0x5][0xb8][0xec][0xa6][0x81][0x18][0x8d][0x9c]^[0xf3]\_6[0xc][0xe1]y[0xab][0xae][0xe3]K[0xd7][0xb6]C[0x0][0xad][0xea]nHk[0x9f][0x86][0xc1][0x14]U[0x86][0x85]L[0xf1]r[0xc6][0x85]s[0xd9][0xf0]-[0xd7][0xc9][0xb7][0xf2]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]g[0xb3][0xd2]hv[0x99][0xdb][0x1]M[0x95]JR[0x9b][0xed]g[0xe8][0xcf][0xfc][0xa5][0xc4]-[0x8c][0xd1]O"[0x8d][0xf0][0x89][0x81][0x85][0xd3]Fk[0x1f][0xbd][0xe9]d[0x19][0xd9][0xf6][0xa9][0x13][0xb0]/[0xb4]iC?[0xad][0x89][0xe8]p[0x14][0x3][0xb4]j[0x8d][0x0][0xc][0xe2]6[0xd9][0xe][0xdc][0xc1]P3[0xf9][0x3][0xe2][0x14][0xf][0xc][0xd5][0xd1][0xf6][0x19][0xa9]S[0xc4]6[0xa7][0xa6]O[0x10]?>E{[0xb4]K[0x1c]G[0x84]!b[0x17]Y`[0x9c][0x90]'HH&B[0x1e]hdc[0x18]w#iC[0x18]!N[0x86]{[\r][0x99]i[0xa8][0xe1]'[0xd1]$+D[0xc1][0xc0]H[0x1d][0xca]O[0xf4][0x9d]"[0xb9]y[0x82][0x8e]:[0xd4][0x1f][0xe8][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xa8]7UG[0xd7][0xd1]y[0x5][\r][0xbe][0x1c][0xf1][0xcd][0x92][0xf2][0xc5]3[0xcc]Ar[0x8f]GA[0xf][0xd0]CV%[0xf4]d[0x84][0x9b][0xfc][0x3]PK[0x7][0x8][0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/internal/TrackingLogger.class[0x9d][0x96][0xdd]S[0x1b]U[0x18][0xc6][0xdf]C[0x2][0x81][0xb0][0xb4][0x85]R,[0xc5]J[0xab][0xad]M[0x96][0x8f][0xa0]E[0xad][0x92][0xb6][0xca]wl[0xa0][0xb4] H[[0xa5][0x9b]d[0x13][0x16][0x92],[0xdd]l[0x80]V[0xad][0xce][0xe8][0x85][0xe3][0x8c]7:^8^[0xaa][0xa3][0x8e]^[0xe8][0x8c][0xd8]Ag[0xbc][0xf4][0xc2]?[0xca][0xf1]y[0xcf]n[0x3][0xba][0x9b]4[0xe5]"[0xcf][0x9e][0x9c][0xf3][0x9e][0xdf][0xf3][0x9e][0x8f]=g[0xff][0xfe][0xe7][0xf7]?[0x89][0xe8]<[0xdd][0xf][0xd3][0xd3][0xb4][0xd4]B[0xa7][0xe9]M[0x96]e[0x96][0x1b]a[0xc8]M.[0xdd]j[0xa5]g[0xe8]-[0x96][0xb7]YVXn[0xb3]h,)[0x96]4K[0x86]Eg[0xc9][0xb2][0xe4]XVY[0xc][0x96]5[0x96]u[0x96][0xb6]`i[0xe9]u[0xd4]T[0x86][0x19][0xaa],L[0xf3][0xde]T7=[0x9c][0xd3][0xa0]3[0x5][0x87][0x8c][0x12]w[0xd4]'[0x8a][0xec][0x96][0x11][0x14][0x88]Do[0xc8][0xea]q=U[0xce]U[0xaa][0xdb][0x8c][0xd2][0x92]f[0x15][0xf7][0xff]O[0x14][0xb3]f[0xe5]?:LX[0x96]i[0xed][0xaf][0x98][0xd4]l-_[0xa9]h[0xb4][0xd9]G[0x90][0x1a][0xf1][0x99][0xc2][0xbd][0x9a][0x85]U[0xcb][0xdc][0xe2].r[0xaa]B[0x5][0xbd]T[0xd2]r[0xe8]&lA[0xc7]|[0xe3][0x80][0xce]p[0xae][0x18][0x9c][0x81][0x94][0xac][0x2][0x6][0xb7][0x85]\Q[0xaf]sJxf9[0x13]A[0xf1]z[0xad][0xfd][0xd7][0xad]5[0xa7][0xdb][0x98][0xdd][0xa4][0xbe][0xa9][0xe7][0xe5]D%[0x90] [0xea]f[0xb1][0xea][0x82]:#Q[0xbf]m[0xdc][0xa8]e2<[0xfc][0xfe][0xfa][0xb7][0x18]{[0xb5][0xcd][0xdb]X[0xce][0x19]m[0xc3][0xdd][0x5]!K/[0x98][0x9b][0xee][0x2]q;|[0xd1]s[0xcc][0xc4][0xf2]ocj[0xce]Dj[0xbc]}n[0x14][0xbf]+[0xf3]f[0xd9]J[0xeb][0x93][0x6]3[0x8f][0xfe]w[0xcb][0xc]r[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd0]u[0x85][0xfa][0xe9][0x9c]B[0xcf][0xb2]D([0xaa][0xd0],]UH[0xa5]>[0x85].[0xd0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0xc2]2[0xc2][0x12]g[0xb9][0xc8]r[0x89][0xe5]2[0xbd][0xaa][0xd0]8[0xcb][0x4][0xcb]$[0xcb][0x14][0xcb]4[0xcb]eJpk[0x82][[0x13][0xdc][0x9a][0xe0][0xd6][0x4][0xb7]B^[0xa7]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%iF[0xa1]3t6D[0xf7][0x14]z[0x87][0xde][0x15]4[0xf4][0x88]m?[0xae]g[0xb5]r[0xde]v[0xe7][0xe]#[0xe1][0x11][0xbc][0xa7][0xd0]<-[0x8][0x1a]x[0xac]wF[0xd0][0x91][0xbd][0x5][0xbc][0x9a]Z[0xd3][0xd3][0x98][0xd8][0xde]G[0x9c]'[0x82][0xce][0xd5][0xb9][0xae]8,[0x9d][\r]${[0xa5]"[0x8f]un[0xf8][0xec][0xc8]:N[0xba][0xa1][0xc7]3[0x89].[0xe2][0xd0]?[0x8d][0xab]G[0xe0][0x94]o[0xa4][0x6]^[0x9][0xdc]G[\r][0xbc][0x13][0xe4][0x13][0x9b]A>[0xb1][0x15][0xe4][0xb3]_[0xd6][0x1f]G[0xfc][0x0][\r]Bc[0xf8][0xf7][0x1][0xea][0x1b][0xf1]<[0xa1]> [0xa1]v[0x7]w[0xa8]A[0xed][0xdf][0xa1][0x80]:[0xb0]CA[0xb5][0xef]7j[0xfc]E[0xf6][0x1d][0xe2][0x18]j[0x82][0x9e][0xa5] [0x1c][0xc2]`[0x1d][0x86]C'<[0xba][0xe1][0xf0][0x1c]Z[0x86][0x1d][0x12]=[0x8f];[0x91]di[0x18][0xd1]B[0x96]^@|[0x83],[0xbd][0x88][0x1e][0x1]Yz[0x9]uA[0xb4]c[0x97][0xba][0xd9][0xc][0xe3][0xc9][0xf1]a[0xf5]Wj[0xda][0xa5][0x90][0xa0][0x9f]*[0xee]M[0xb2]eP:)N[0x94][0xeb]$x[0x8b][0xfb][0x13][0x9a][0xbd][0x84][0xf3][0xbe][0x84][0x91]j[0x84][0x16]/[0xe1][0x82]/!^[0x8d][0x10][0xf6][0x12].[0xfa][0x12].V#[0xb4]z[0x9][0xa3][0xbe][0x84]K[0xd5][0x8][0x8a][0x97]0[0xe5]K[0xc0][0x99][0xe0][0x12]f[0xb1]J[0xbc]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xfa][0xfa]w[0xa9]-@{{!,W3I[0xad]4#9[0xa7][0x9c][0xd8][0xca][0xda]+[0xf4][0x1a]VW[0xc8][0xd2]([0x8d]!Z[0xf0]QS[0x8d]}[0xc8][0xcb][0xbe][0x6][0xf6][0xf5][0xba][0xd9][0x13][0xd5][0xd9][0x87][0xbd][0xec]E[0xb0][0x97][0xea]fOVg[0x1f][0xf1][0xb2]o[0x82]}[0xab]n[0xf6]Tuv[0xbb][0x97]}[0x1b]l[0xad]n[0xf6]tuv[0x87][0x97][0xad][0x83][0x9d][0xad][0x9b][0x8d][0xdb][0xc1]e/[0xe3][0x1d][0xe][0xe2][0xd9][0xe6][0xb0][0x7]v[0xe9]h[0xd0][0x3]_C[0xd7]u[0x9]W[0x9d][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xad][0x2]os[0xe1]\[0xe2][0xa3]! [0xb7]Lu[0x9b]N[0xaf][0x8d][0x9][0x9b][0x8d][0x3][0xd8]L[0xd4][0xb0]9[0xe6][0xb5][0xb1]aS>[0x80][0xcd]d[\r][0x9b].[0xaf][0xcd]][0xd8][0xdc];[0x80][0xcd]T[\r][0x9b]'[0xbc]6[0xf7]a[0xf3][0xfe][0x1]l[0xa6]k[0xd8][0x1c][0xf7][0xda]|[0x8][0x9b][0x8f][0xe]`[0x83]/[\r][0xff]3[0xad][0xdb]{[0xa6]}[0xec]{[0xa6][0xe1]3[0xc5][0x9f]pB[0xd0][0xcf][0xff]#|[0xea]K[0xc0][0x17][0x95]K[0xf8]D[0xde][0xb4]Dq[0xb5]o[0x87]z[0x80][0xe9][0xf9][0x8b]zU~[0xe2][0x17][0xc4]/[0x80]_[0xc3].=[0x19][0xa4][0x1d]j[0xfa][0x8e][0xba][0xd4]?[0xe8][0xe4][0xf2][0xc3][0xb6][0x7][0xf4][0x14]jyf[0x2][0xd2][0xb3]K[0xde][0x98][0x9f]A?[0x87][0xe7][0x17][0xb8]O[0xbf][0xc4]M[0xf4][0x95][0xcc][0xa1][0xcb][0xf1][0xa9][0xcc]R[0xdc][0xbd]M[0xe7]P[0xe]RC[0xa4][0x3][0xe5]k8![0x9d][0xbc][0xae][0x80][0xc1]9w[0xab][0x82][0xf3][0xf2]7u[0x6]zH[0xbe][0xde]_[0xa3][0xc3]7[0xf8][0x18][0xf8]v[0xdf][0x80][0xbb]+[0x3][0xc6][0xf7][0x98][0xb]^t[0xa7][0xcc][0x1d]+/q[0xcf].[0xf5]b[0xe6][0x9c]9<[0xe5][0xcc]a`[0x1f][0xfa]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf][0xd4]N?[0xee]C[0xf7][0xb8][0xe8]9[0x19]+[0xda]Q[0xf9][0x86][0xcc]h[0xf1]_PK[0x7][0x8][0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.class[0xcd]Xy|T[0xd5][0x15][0xfe][0xee]d2[0xef]e[0xe6][0x1]a[0x84][0xc0][0x10][0x84]a[0x11][0x92]I[0xc2] P[0xb][0x13]D!,[0x6][0xb2]PB[0xa1][0xd8]*>&/[0xc3][0xc0]d&[0xcc]LX[0xb4]h[0xf7]Mk[[0xed][0xee][0xd2]M[0xc5][0xda][0xd6]B+[0x81][0x88][0x8a][0x5][0x1b][0xb7].[0xb6].[0xa5][0x8b]v[0xb5][0xb5][0xfb][0xde][0xaa][0x5][0xe9]w[0xef]{3[0xc9][0x90]i[0x98][0xfe][0xda]?[0x4][0xe6][0xbe][0xfb][0xee]r[0xce][0xb9][0xe7]~[0xe7];[0xe7][0xf1][0xd8]+[0xf7]>[0x0]`[0xbe][0x98][0xaf][0xe1]K^[0xac][0xc1][0xdd][0x15]X[0x8d]/k[0xd8][0xef][0x85][0x1b][0x7][0xe4][0xcb]Wd[0xf3]U/[0x9b]{dsPN[0xf4][0xc9][0xde]![0xd9][0x1c][0x96]M[0xbf][0xf][0xf7][0xe2][0x88]\w[0x9f][0x9c][0xbd]_6[0xf]h8[0xea][0x83][0xc0][0x83][0x1a][0xbe][0xa6][0xe1][0x98][0x86][0xe3]^T[0xe1][0x80][0x8e][0x87][0xe4][0xf3][0xeb][0xb2][0x19][0x90][0xcd][0xc3]^[0x8c][0xc7]#:[0x1e][0xd5][0xf1][0x98][0x8e][0xc7]u|C[0xc7]7u|K[0xc7][0xb7]5<[0xe1][0xc5]L[0xb9][0xc7][0xf4][0xe2];[0xf8][0xae][0xf]O[0xe2])/[0x16][0xe3]i[0x1d][0xcf][0xc8][0x97][0xef][0xe9]8[0xa1][0xe3][0xfb]^[0xfc][0x0]?[0xd4][0xf1]#[0x1d]]:[0x9e][0xf5][0xe2]9[0xfc]X[0xc7]V[0x1d]?[0xf1][0xe2][0xa7][0xf8][0x99][0x17]?[0xc7]/t<[0xaf][0xe3][0x97][0x1a]~[0xa5][0xe3][0x5][0x1f]~[0x8d][0xdf]h[0xf8][0xad][0x8e][0xdf]i[0xf8][0xbd][0x8e]?h[0xb8]Y[0xc7][0x1f]}[0xf8][0x13][0xfe][0xec][0xc3]_[0xf0]W[0x1f][0xfe][0x86][0xbf][0xcb][0xe6][0x1f]r[0xec][0x9f]^[0xf8][0xf1][0xa2]<[0xe6]K[0xb2]yY[0xc3][0xbf]4[0x9c][0xd4]pJ@[0xeb][0xde][0xbc][0xa3][0xd7][0xea][0xb5][0x4][0xaa]Z[0xb6][0x99];[0xcd]po6[0x9e][0x8][0xb7][0xc4][0x93][0xdb][0xad][0xce][0x96]x&[0xdb](P[0xd1][0x11][0x8f]%[0xcd]lo[0x9a][0x8b].([0xba]hqK*[0x1d][0xb][0xa7]2[0xb1]x8c[0xa5]w[0xc6][0xa3]V[0xd8][0xda]i%[0xb3][0xe1][0x15][0xb2]m\"[0x85]to[0x8e][0xa6][0x92]YkwV`[0xfa][0xe0][0xf2][0xae][0xb4][0xd9]m[0xed]J[0xa5][0xb7][0x87][0x97][0xf5]&;[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x93][0xbd][0xc6][0xde][0xe0][0xc8][0x12][0x98]1[0xa2][0xfc][0xa5][0x9d][0xdd][0xf1][0xa4][0xbd][0xa3][0xdb][0xdc][0xdd][0x11][0xbf][0x92];D[0xb3][0x80]gq<[0x19][0xcf].[0x11]8[0xaf][0xe6][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k7[0x8][0xb8][0x9b]R[0x9d][0xdc];[0x86][0x7][0xb3][0xda]z[0xbb][0xb7]X[0xe9][0xf5][0xe6][0x96][0x4]G[0xfc]-[0xa9][0xa8][0x99][0xd8]`[0xa6][0xe3][0xf2][0xdd][0x19]tg[0xb7][0xc6]3[0x2][0x17][0xda][0xb2]{2[0xb][0xb6][0x85]{[0xcc][0xdd][0xe1]D*[0x16][0x8b]'c[0xe1]8[0xe5][0xa6][0x93]f[0xc2][0xb6][0xd4][0x94]6[0xe]1w}[0xda][0x8c]n[0xb7][0xd2][0xb4]Z[0xcb][0xbb][0xa5][0xa2]'[0x95][0xc9][0xaa]%[0x2][0x9f][0x18][0xc1][0xe4][0xc6][0xe6][0xe1][0xee][0xa0][0xd6]pK*[0xb6]"[0x99]M[0xef]i[0xb4][0xef](a[0xd2][0x8a][0x8e]l[0x9a][0xc6][0xc][0x1d]Y[0xbf]5[0x9d][0xda]%O[0xd0]XLC[0x87]-o[0x9d][0xd5]e[0xa5][0xad]d[0xd4]j[0x1c]r[0xdf][0xad]f[0x8f]r[0x93]g[0x8b]2C[0xa0]z[0x4][0x1b][0x5][0xca][0x13][0xb4]N+[0x93]M[0xa7]x[0xe5]e5[0xf2]}[0x94][0xd9][0xd9][0xc9][0xe9][0x8e]\4[0xaf].z[0xa0]a[0xea]jK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xca][0xcc][0x19][0xfb]([0xbf][0x14][0xf1]#S[0x96]-]^T[0xaa]$cK[0x93]V[0xda][0x89]F[0xa7][0xad][0xee][0xd4]N[0xab]3[0xef][0xaf]5[0xa5][0xf9][0xab][0x4][0xe1]*zS[[0xb6]YQb[0xbc][0xe7][0xff]x[0xb2][0x12]u[0x13][0x19][0x89][0xf8]N[0x8b]!*x[0xae]iC[0x10][0xd4][0x9c]HX13[0xc1][0xa8][0xc8]Z+raNg[0xf8][0xba]R[0xe9][0xe5][0xf6][0xa6]=L[0xef]L[0xc4][0x2][0xde][0x98][0x95]m[0xcd][0x11]=!F[0xaa][0xf7]f[0x86][0xc][0xb9]k[0x9a][0x95][0xb2]|2[0xd0][0xa2][0x9][0xcb]L[0xf6][0xf6]P\4mI[\r]v[0x94][0xf7][0xbd]:#[0xeb],8i[0x94][0xa9][0x87][0x84]#[0xa0][0xdb]D[0xdc][0xdc][0xc9]0[0x18][0xa2][0xbc]%[0xa5][0xe8][0xd2][0xc8][0xec][0xe9][0xde][0x92]J[0xc4][0xa3]m[0xd4]Kf[0x8c]sYY[0x8f]luB[0xa0])af[0x98][0xbd][0xce]yc1[0xa6]-[0xdb]n1zE[0xaa][0x90][0x88][0xdb][0x15]p$KfS=[0xf1]([0x9f]=i[0xe6][0xbd][0xc2][0xca]ay<*[0xaf][0xce]T[0x84][0xbe][0xb8][0xe8]D[0x11][0xe6][0x18][0xae]eI[0xa3]&[0xdc][0xac]p4Q.[0xf0][0xf8][0xab][0xf3][0xa2][0xfe][0x3][0x5][0x9e][0xed][0xf6]"%[0xc6][0xf3]0[0x9f]HT/*[0x95]<[0x8b][0xdc][0xdb]G[0x7][0xb7][0xaa]#d[0xed]"$[0xb7][0xdb][0xa9]IJ[0x89][0xf8][0xff][0x82][0x14][0x86][0x15]F[0x83]k[0xd6][0xb2][0xde]Q5[0x90][0xb7]#[0xd5][0x9b][0x8e]Z+[0xe3]2[0x83]V[\r][0xab][0x92][0xe6][0xc8][0xb3][0x90]/[0xce][0xaa][0xd4][0xc0]F[0xe1]1[0xf0]:[0xac][0x13][0x18]W[0xac]P[0xe5][0x2][0xec]5[0xd0][0x8a]6[0x3][0xaf][0xc7][0x6]Ch[0xf2][0xf5]F|[0xd8][0x10][0xba][0xa8]0[0xf0]n[0xf9]z[0x3][0x1b][0xe1][0xc5]^M[0xf8][0xc]a[0xe0][0xf3][0x6]:[0xb0][0xde][0x10][0xa3]p[0xbd]!F[0x8b]1[0x2][0x93]G2[0xc4][0xc0]fQ[0xc9]j[0xe7],[0xdc][0xc6]*x[0xd8][0x8a][0xa5][0xe9]Xo7E[0xc]Y4[0xe1]L[0x84]-[0xeb][0x8d]':%[0x83][0xce]v[0xf8].[0xd8][0xdd][0x9b][0xc9][0x6][0x93][0xa9]lp[0x8b][0x15]4[0x83]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0x92].[0x83]IU[0xc0]F[0x82][0x86][0x18]+[0xfc][0xb2]9[0xc7][0x10][0xe3][0xc4]x[0xe9][0xa2]*[0x81][0x95][0xc5]w'[0xcc]t[0xcc]J[0x7][0xb3][[0xcd]d[0xf0][0xfc][0xb9]s[0xe7][0x6]I[0xbf][0xc1]n[0xe6][0xa3][0xf4][0x9e] [0xeb]T[0xa6]u[0x93]um[0x90]$[0x9a][0xe1][$[0xc8][0xa2][0xac][0xa5]}[0xd5][0xe6][0x15][0xeb][0xd6][0xb5][0xd3][0xe5]>[0xd9][0xdf][0xb8]t][s[0xdb]*[0xb2][0x8c]|kn[[0xd9][0xee],Z[0xbe]b[0xd9][0xeb]W9[0xfd][0xf6][0xf5][0x97][0xac][0xe0][0x86])#Fn[0x98][0xf4]4x[0x89][0x97][0x98][0x99][0xad]YU,[0x9][0xb7]!&[0x88][0x89][0xac][0x98][0xc][0x11][0x10][0x93][0xc]Q-&S[0xae]M[0x86]s[0xe2][0x9d][0x86]8W[0x8c][0xe7]^g G[0x83]IE[0x83][0x15][0xd4]0GU[0xa6][0x9a][0x98]"[0xb7]Nu[0xc6][0x9c]*[0xb5]"[0x1b]g[0x15][0x9a]5[0xbb]{4A[0xdf]M[0x13][0x93]X'[0xe6][0xb][0xcf]9QI[0x9b],[0xcb][0xc]1][0xcc]`[0xa9]f[0x88][0x99]R[0xd7][0xd8][0xc1][0x15][0xf9][0x1a]V[0xcb][0xbe]L.[0x12][0xb1]M[0xd2][0x9b]f2[0x9b]Q[0xc9]K-[0xa4][0xe9][0xac][0xfc][0xc]q[0x9e][0x98][0xc5]*[0xa0][0x90][0xcf][0xe9][0xdc][0xdc]*E[0xe1][0x95]g[0xe2][0x82][0xb][0xec][0xc4][0x9e]#[0xf6][0xdc][0xf2]![0xa3],*[\r]1[[0xd4]h[0xa2][0xd6][0x10]!QGn5D[0xbd]h0[0xc4][0x1c][0x11]6[0xc4]\q[0xbe]D[0xc7]<[0x3]o[0xc7];[0xc]\[0x8d]k[0x4][0x1a][0xff][0x87][0x8f][0x1b][0x16][0xc3][0xa5][0xf0][0x8d][0xc0][0xac][0xd2][0x88]B [0xf0][0x1f][0xb3][0x80][0xc0][0xb9]#b)[0x7][0xa5]B[0xd2][0xe7][0x97]e[0x9]d[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x80][0xf6][0xb][0xbc][0xdf][0xee]TS[0xe3][0x8a]e:[0xe6][0xcf][0xc1][0xe1]f[0x1e][0xc1][0xcc][0xa6]x[0x8c][0xae][0x12][0xbe]G[0x87][0xf0][0xb7][0xba][0xbb][0xc6][0x92][0xb8][0xbb][0x89][0xd1][0x9c][0xea]f\[0xa7][0xed][0xf][0xda]T[0x8f]E[0x12])c[0x1][0xce]O[0xa6][0x9a]"[0x19][0xe5]Rf[0xf1]h"[0x95][0xe1]![0x83]g[0xb3][0xc9][0xae][0xbc][0xf2]e[0xa9];[0xa3][0x8a]+[0x8f]][0xae]J[0xf9][0xcd]E[0xb3][0xce][0xb4][0x9a][0x91][0x13][0xa2]*J[0xcd][0x1e]ZJ#[0x1b]j[0x86][0xe7][0xd4][0xda]aC[0xe][0x9]R[0xf8][0xe4]B[0xa5]gN[0xeb][0xd9]T.<[0xc6][0xd5][0xc]_[0xd8]x[0x86]Wr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc8]J[0xa9][0x97][0x7]^X[0xc4]gE[0xbc]X[0xec][0xd8]>[0xfa]jY[0xbe]>c[0x99][0xba][0x9a][0x94][0xb0][0xd3]L[0xf4]Z[0xed]]Dc[0xcd][0xea][0xda][0xe1]%[0xdb][0x18][0xe9][0xdf][0x82][0xaa]m[0xec][0x90]$[0xc1]K[0x88][0xc9]([0xa8]*<[0xb3]3[0xde]XH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x18]1[0xdd][0xdc][0x1f][0xed]M[0x13][0xc4][0xd9][0xf5]d[0xb5][0xd6]x"![0xff][0xc7]B[0xa7][0x96][0x1c]K[0x14]8[0xc5][0x6][0x9a]S`[0xe7]hL[0x9e]c-[0xeb]<+[0x9d]%[0x9e]g[0x9d][0xe5]~[0xf2][0xc7][0xf7][0xb0][0x84][0xec][0xb0][0xe8][0xc2][0xb1]9[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x1c]j,[0x88]'[0xb5]F[0x8f][0xe7]c[0xa3][0xaa]`y.f[0xe4][0xe]l53m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4]%a[0xeb]N[0xaa][0x97][0xc2]k[0xcd][0xab]/[0x8b]I[0xb9][0xb3][0x8a]A[0xbe][0xd8][0xf2][0xba]"[0xc7]*^[0xd4][0xd6]n[0xc0]4[0xac][0xc6][0x1a][0x8][0xb4][0xc0][\r][0xbf][0xac]%[0xd8]o[0x7][0xe0][0xc2]Z[0xfe]X|[0xa8]>k[0x6][0xf5]d[0x99][0xc1][0xa7][0xc1]5[0x1b][0xf1][0x6][0xb6][0x9b][0xf8][0xb6][0x9d];]|[0xce][0x8][0xd5][0xf9][0x85]8[0x4]W[0xa8][0xee] [0xca]BG[0xe0][0xde]t[0x8][0xe5][0x7][0xe1][0x9]U[0xce];[0x8]-[0xd4][0x7][0xfd][0x80][0x12]r)[0xdb]I[0xf0][0xb0]}[\r]t\[0x80]Qx-&b![0xa6]`[0x11][0xa6]#[0x82]7r[0xa6][0xca][0x16][0x89]7[0xe1]2@[0xf5].[0xa7]),[0xe3][0xb1][0x19]Wp[0x8e][0x8a][0xc5][0x14]h[0xf0]qnQ[0xdd][0xe4][0x86][0x80];P[0x1e][0xf0][0x4][0xb4][0xc3][0xa8][0x88][0xe8][0xa1]{[0xe0][0xd9][0x14][0xa9]8&[0x9f][0x1][0xbd][0xf][0xde][0x8d][0x81][0x8a][0xe3][0xfb][0xe0][0x8b]x[0xf9][0xc]x[0x8f][0x86][0xe][0xc1][0xc7][0x9f]q[0x80][0x82]&[0xe2]<[0xd4]PH[\r][0x1a][0xd4][0xd3][0xad][0xcc][0x93][0xa2][0x81][0x8b]P[0x89][0x8b][0xb9]b[0x19][0xcd]j[0xc2]\,[0xc7][0x2][0xac][0xa0][0xa1]+[0x95][0x89]oB[0x85]T[0x9e]7q[0x11]Ll[0xa1][0x81][0xb2][0x17][0xa5][0x9f]\[0xaa][0xd7][0x9][0xb]e[0xaa][0xd7][0x85][0x18][0xa5][0xcb][0xde]V[0xc4]Q[0xae]z[0xdb][0xe8]=[0x8f][0xea]][0x8e][0x4]uV[0xa2][0x16][0xdd]H[0xd2]-)[0xc7][0xcf][0xf6]\[0xf][0xe7]v[0xb0]_[0x7][0xd7]i[0x9a][0xe9][0xd5][0x90][0xd6][0x90]a[0xc1][0x97][0xd5][0xd0][0xab]a[0xa7][0x86]][0x1a]vk[0xe0]g[0xe5][0x95][0xe0][0xf0][0xce][0x97][0xb9][0xc1][0xbe][0xc6][0xab]([0xe4][0xcd][0xd8][0xeb]\[0xd6]|[0xe5]C[0xa0][0x9c][0xd7]1j[0xf0]:[0xbc][0xca][0xda][0xd5][0xb4]o[0x8d]:[0x9b][0xad][0xb9][0xdc]9[0x9b][0x90][0xe9][0xd3]v:m/Sk'[0x85][0xe8][0xdd][0xb2][0xba]~[0x8c]v[0xe1]A[0x88][0x83][0x18][0xa3][0xbc]z[0xf][0xc6][0xec][0xe7]l[0x99][0x92]:Z[0x9d][0xbc][0x1d]c[0x89][0xa5][0xf1][0xc4][0xd2][0xe0][0xc5]N[0xca]{m[0x12][0xde]B[0x1f][0x88]![0xe7][0x95]#o[0xcd][0xa3][0xf0]m[0xec]1[0x83];[0xda]/[0xe5]S[0xca][0xf4][0x84][0xa4][0xc6][0x3]yM[0xb6][0xfd][0x1b]h[0xf1]F[0xa5]%h[0xaf][0xca]k[0xf1]8Zd[0xef][0x9d][0xc4][0xb2]k[0x88]>O[0x81][0xbe]w[0xf1][0xf7][0xee][0x9c][0xbb]D'[0xdf][0xe4][0xfd][0xec][0x90][0x7]k[0xa9]{[0x18][0xee][0x3][0x12]T}[0xa8][0xbc][0x95][0x95]q[0xab][0x2]Z[0xdb][0xb1][0xfc][0xd0][0x18][0xd9]+[0xeb][0xc3][0xd8][0x7][0xe1]om [0xe4][0xbc][0x11]w[0xc3][0xf1][0x80][0xfb]h[0xfd][0x0][0x1a][0xea][0xea][0xfb]q[0x8e][0xb][0xfb]0[0xa3][0xcd][0x6][0xa8][m[0xac]W[0xf8]t+|[0x96][0xf3][0x19](?[0xba][0xef][0xf4]-[0x7]x[0x94]s[0x19][0x1f][0xb][0xa9]|![0x16][0xab]g[0x13]/[0xa8][0x15][0xe3]x[0xcc]-[0x4][0x15][0xf8][0xdb][0xa6][0x9e][0xb6][0xb]V3|[0xc1][0xc3][0x97]+`^N[0x97]\[0xc1][0xb5]]tx[0x8c][0x92][0xb6]a6[0x1]6[0x9f][0xd0][0xba][0x88]GoB[0x86][0xeb][0xaf][0xa2][0xb4]^[0x6][0xfc].J[0xdc][0xc3][0xb8][0xba][0x92][0xd0][0xdb]K[0xa8]][0xad]\[0x18]"[0x18][0xda]0[0x15][0xef][0xc1]{[0xa9][0xa1][0x8a][0x8e][0x95][0xc0][0x94]n[0xde][0xe1][0xb8][0xb5][0x9c][0x12][0xdf]Gg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xcd]E[0xd0]OJ`^{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "56[0x10][0x97]+[0x1c]zZ5\w[0x1a][0x13]P[0xae]@{[0xad][0x9a][0xbb].[0x87][0xd3][0x17][0xa1][0xb9]([0xe0][0xfd][0xb8][0xde][0x1]h8[0xf][0xd0]{[0xa0]}1[0xf]P[0x8f][0x1a]|[Qp~[0x0][0x1f]t6[0x9e]6[0xcb][0x8b]o[0xae][0xbe][0x19]S[0x8e]`[0xfc][0xa6]#[0xa8]"[0x9]M[0xf0]O[0xec]C[0xa0][0xba][0xf][0x93][0xfa]P}[0x8][0x93][0x8f]V[0x8f]-{[0xe1]6[0x4]s[0xb3][0xe7][0xe][0xce][0xb6][0xca]][0xf5]rM[0xa8][0x9a][0xa4]5[0x88]0[0x9b][0x11][0xde]C[0x5][0xef][0xa3]S[0xae][0xc3],Z[0x1c][0xa1][0xea]&~a][0xc2][0x8f][0xae][0x1c][0xea]"t[0xbe][0x8c]t[0xe9][0xa8][0xe6]<[0xfe][0x9a][0xf1]!:[0xd9]v[0x14][0xd9]r[0xea][0xc][0xce][0xdf][0x90][0xf][0xca][0x1b][0x1d]T[0xd7];@[0x92]G[0xa7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%-[0xc7]r[0x98][0xda]XG[0x8c][0xe8][0xad]u[0xc7][0xeb][0x9][0x90][0x13][0x92][0xbb][0xc6]S[0xe3][0xc]E[0x8e][0xb3][0xd4][0xd3][0xb6][0xb4]Jq[0xcb][0xc7][0x18]}[0x9f][0xe0][0x8a][0x9b]h[0xf9][0xcd][0xe4][0x8d][[0x87][0xb8][0xae][0xde][0xb1]KZ3[0x81][0xf6][0x9c]&[0xbf][0xb9][0xd4][0xed][0xe4][0xc8][0xc3][0xed]"[0x5][0xf1]K[0xd2][0xe][0xbb][0xb2][0x1b][0xb9]h[0x14]]}G[0xf5]][0xea]8[0x8d][0xca][0xef]Pt6[0x95][0xbf]Y[0xfc]5[0xf0][0xb7][0xc0]?%[0xa2][0xed][0xc3]d[0xff]T[0xf9][0x18][0xef][0xf][0xca][0xc7]h[0xff]4[0xf9][0xd0][0xfc][0xd3]#Z[0xce][0xe3]3[0xe8][0xf1][0x80][0xc6][0x86].[0x8f][0xe8]G0[0x93][0xa3][0xe7]E*B[0x3]X[0x18][0xa8][0xf0][0xcf]"9[0xcd][0xde][0x18][0xea]G[0x8d][0xc0]a[0xd4]J[0xda][0xf6][0x87][0x2]^g[0xb0]N [0xe2][0xb][0xf8][0x6]0[0x8a][0xc3][0xf5][0x1][0x9f][0x1c]f[0xaf][0xa1][0xfa]0[0xe6]8[0xfd]p[0xbd][0xec][0x88][0x86][0xdb]a[0xf0]mn[0x83]3|[0xfe]a[0xcc][0xa3]<[0xf5][0xe6][0x1e]@[0x98]C[0xf3][0x3]ngr[0x81][0xec][0xbd][0xc6][0x9e][0xeb][0xc3][0x5][0x3][0xa8][0xe4][0xe0]kU_[\r][0x96][0xf][0xe0]2[0x8e],[0xc][0x94][0xdb][0xaf][0xfe]H?[0x1a]%[0xf7]-V[0xf6]El[0xfb]8~[0xa1]3[0xbe]d[0xd0][0xca][0xb][0x1d]+[0xcb][0xfd][0x17]9[0x93][0x17][0xf3]_D[0x1a][0xb7]4`[0xa8])[0xcf][0x0].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xfa][0xb1]L[0xa0][0x1f]M<[0xa2]7[0xe0][0xed][0xc7]r[0xc1]K[0x9c]-{+[0xec]SK[0xb1][0xdc][0x16]0[0x98][0xec][0x8c]~[0xac]tA[0xee][0xde]w[0xfa][0xe9]#[0xf0]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x81][0x8a]CX[0xb5]?[0x9f][0xc6][0xbe][0xc2][0xab][0x6][0x8]%[0xb2][0xce]L[0xdc]I[0xe][0xb8][0x8b]P[0xf8][0x2][0xe6][0xe0]K[0x98][0x87][0xbb][0xc9]/[0xfb][0x19][0xb7][0x7][0xc8]/_e[0xa2];H[0x88][0xf6][0x91][0x7][0xe]1}[0xf5]3[0xb6][0xef]%3[0x1c]!5[0xde]G[0x6][0xb8][0x9f]p?[0x8a][0x8f][0xe3][0x18][0xa5][0x1d][0xe7][0xee][0x87]({[0x80][0xb3][0x8f][0xe0]Q[0xfe][0xfd][0x16][0x1e][0xc7][0x9]|[0x3][0xcf][0xb3][0xf7]{<[0x81][0x97][0xf1]$A[0xf5][0xb4][0xa8][0xc0]3b[0x2][0xbe]'[0xa6][0xe1][0x84][0x8][0xe3][0xfb]b[0x1]~([0x96][0xe0]Y[0xd1][0x8e][0xe7][0xc4]&[0xfc]D\[0x8e][0x9f][0x89]k[0xf0][0xb][0xf1].[0x86]_[0x8a]O[0xe2][0x5][0x5][0xd3][0xa7][0x8][0xdc][0x99][0x84][0xf3]G[0x18]H[0x1a]-[0xce][0xf5][0xe6][0xe5]{[0x8b][0xf2][0xbd]],a>J[0xb8]{i[0xe5][0x18]Z[0x18][0x83][0x8f]:[0x97][0xd1]o[0x1c][0xa3][0xd6][0x10]>[0xa9][0xc6][0xda][0xb9][0xe2]&[0x86][0x82]Amcq[0xb][0xc7][0xc][0xea][0x9e][0xc8][0xc0][0xf8][0x94][0xac]"[0xc4][0x1d]*}C[0xf5][0xa2]*XeO[0xa6]o[0x97][0xea][0xc9][0xa0].S=[0x99][0xbe][0xdd][0xaa]'[0xd3]w[0xb9][0xea][0xc9][0xf4][0xed][0xc1][0xc5][0xa2][0xcb][0xb1]j[0x83]X[0x8b]O[0xb3][0xa7]3M[0xac][0xc2]g[0xf0]Y[0xd2]B*[0x97][0xfe][0xd4][0xfa][0x1e][0xae][0xb7][0xe7]>[0xc7][0xb9][0x1d]*[0x82]F[0x5]=[0xfc]s[0x12]e[0xcc][0xea][0xa7][0xb0]Q[0xe5][0xf6][0xdb][0xa6]/9[0x85]&[\r][0xb7][0xf3][0xed]%L:[0x9][0xbf][0x86];^[0xe6]b;_[0xed][0xab]\[0xca][0xfc]x[0xa7][0xc3]$[0xb]h[0xa2]d[0x12]o[0xa8][0xae][0x9e]Y[0xb9][0xf][0x97][0xc][0xe6]x[0x9b]Bk[0x87][0xf0][0x80][0xd7][0xe6][0x1]J[0xb8][0x9a][0xd4]iK[0x98][0xcb][0xd5].[0x95]a[0xeb][0xfa][0xd0][0xbc][0x84][0xdd][0xb9][0xec][0xea]r,[0xb9][0x8b][0xc0][0x92][0xcf]/[0xfe][0x1b]PK[0x7][0x8][0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.class[0xe5]WYs[0x14]U[0x18]=7[0x99]%[0x99]i[0x88][0x84][0xb0][0x4][0x95][0x8][0x88]d[0xc3]!$[0x80][0x1a][0x4][0x93][0x90][0x89][0xe0]$[0x81]$,*.[0x9d]Ig2[0xc9]l[0xe9][0xe9][0x4][0x4]w[0x1][0x5][0xe3][0xbe][0xa2][0x88][0xa0][0x96]X[0x96][0x16][0x88][0x8a]bYV[0xe9][0x83][0xf][0xfa] [0xf][0xfe][0x6][0x83]O[0x96][0xdf]w[0xbb]3[0x84][0xc9][0xcc][0xd0][0x99]JXt[0xaa][0xba][0xef][0xe9][0xee]s[0xef]9[0xdf]woO[0xdf][0xef][0xb7]~[0xf8][0x9]@=Nzp[0x13]T[0xf]nD/[0x9f][0x82][0xc5]t[0xea][0xf3]BC?[0xa3][0x90][0x7][0x3][0x8][0xf3][0x83]A[0xf][0x86][0x10])[0xa6]S[0xd4][0x8b][0x18][0xe2]^$0[0xcc][0x97]:[0xa3]$#[0x83][0xd1][0x8][0xa3]QF{[0x18][0xed]e[0xf4][0x18][0xa3]}[0x8c][0xf6][0xf3][0xe9]q[0xbe]|[0xc2][0x8d]'=x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A7[0x9e]v[0xe3][0x19][0x1]O[0xa0][0xb3][0xad]a[0xcb]#[0xfe]m-[0x1d][0x2][0xa5][0x81]AuT[0xf5]E[0xd4]X[0xc8][0xd7]m[0xe8][0xe1]X[0xa8]Q[0xa0][0xa8]O[0x8b]h![0xd5][0xd0][0x4][0x96][0x4][0xe2]z[0xc8][0x17]O$[0x1b][0x6]}[0x9]u[0xaf]/[0x12][0xf][0x85][0x88][0xe4][0xdb][0xaa][0xee][\r][0x10][0xd4]t[0xa2][0xbb][0xd6][0x87]cac[0x83]@[0xbc]r[0xf2]h[0xb2][0xbf][0x9a]P[0x83][0x3]Z[0xaa]3[0xb5]4\TK&[0xd5][0x90][0xe6]k7[[0xbf][0x1a]4[0xe2][0xfa]c[0x8d][0xb9][0x5][0x9][0xb6][0xab]1[0x95][0x85][0xab]v[0x8]8Z[0xe2]}[0xe4][0xb2]$[0x10][0x8e]i[0x1d]#[0xd1]^M[0xef]Q{#[0x1a][0xc7][0x15][0xf][0xaa][0x91][0x1d][0xaa][0x1e][0xe6]k[0xeb][0xa6][0xc3][0x18][0x8]'[0x5]Vf[0x91][0x90][0xb6]FW[0xfb][0x2]f[0x9b][0x8a][0xcf][0x11]S[0xa3][0xd4]{v[0xf4][0x12][0xa3][0x2]uS[0x8e][0x8d][0x92][0x9f]H[0xc5]!Pe;V[0x81][0xb2][0xa4]fL[0xba]/P[9[0xa5]|[0xcd]IL[0x1e]bV[0xb7][0xa1][0x6][0x87][0xda][0xd5][0x84][0x95][0xa5][0xe2]p[0xb2]5[0xc6][0xb0]O[0xe0][0xb9][0xca][0xec]1[0x6][0xb4]Q-[0x92]c~[0xdb]U}[0x88]dm'[0xa9]q[0xc2][0xe2][0xe9][0x19][0xd0][0xe3]{[0xd8]Cc[0xd5][0x3][0x2][0xce][0x8]K[0x9][0xdc]r93[0xb4][0x16][0xa3]Ru|[0xe1][0xe6]2&[0xe0][0xb6][0x1c][0x8]T[0xdb]w) [0xc][0x81]y[0x19][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]MC[0xc2].[0x8e][0xdc][0xd9];[0xa8][0x5][0x8d][0xec][0x89])[0x9d][0xcc][0x9d]n[0xb][0xe3][0xaf]q6[0xb];fB[0x8d][0x7][0xe][0xcf][0xc4][0xc0][0xf]NN[0x18]k[0xb9][0x12][0xaa][0xae]F[0xe9][0xaf]an[0x6][0x82][0xc0][0xf0][0xb4]Zi[0x19]P[0xf5]nmxD[0x8b][0x5]s[0xac][0xf9][0x85][0xd9]z[0x8][0xc][0xcc][0xf0][0x4]OHLAb[0x95][0xc0][0xbe]+[0xa3][0x97][0xcd]A[0x9d][0xc0][0xd8][0xd5]r[0x90][0xcd][0xd3]j[0x81][0xe3][0xd7][0x8e][0xa7]l.[0xeb][0x5][0xce]\[0xcb].[0xb3][0xf9]n[0x10][0xf8][0xe5][0xfa][0xf2][0x9d]-[0x92]5[0x2]^[0xef][0x91]d[0x8b]m[0xad][0xc0]_[0xff][0xbd][0xd8][0xb2]E[0xbb]N[0xe0][0xef][0xff]C[0xb4][0xd9][0xe2][0xbf]C[0x8][0xcf][0xff]3[0xfe]l[0x19][0xb9][0x93]v[0xf3][0x14]\[0xfb][0xf8][0x1e][0xf2][0xad])U?Wh[0xf7][0xcc]5R[0xff]p0FE]H3[0x2][0xe6]>zie[0xd5][0xe5]w[0xd2]E[0xeb][0x83][0x11][0xab][0xae]+[0xac][0xe4]q<[0xdd][0xf1][0x11]=[0xa8][0xf9][0xc3]V}5[0xa1]H[0xba][0x9d][0xb5][0x15],[0xc1][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xe2]v[0x5][0xcf][0xe1][0x80][0x82][0x9b][0xb1][0xd8][0x8d][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xe1]y[0x5][0x15][0xb8][0xc5][0x8d][0x17][0x14][0x1c][0xc6][0x11][0x5][0xf]b[0xb7][0x1b]/*[0x18][0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^F[0x83][0x1b][0xaf](x[0x15][0x7][0xdc]xM[0xc1][0xeb]xC[0xc1][0x9b]hP[0xf0][0x16][0xa3][0xb7][0x19][0xbd][0xc3][0xe8]]FG[0x19][0xbd][0xc7][0xe8]}F[0xc7][0x18]}[0xc0][0xe8]8[0x8f][0xf5]![0xe8][0xdb]Q[0x91]=6[0xe9][0xd6][0x8d][0x13][0x2]5S[0xa8][0x1]-v[0xc6]![0x93][0x89][0xb0][0xaf][0xa9]7i[0xe8]T[0xe2][0x8d][0xb3][0xfd][0xd3]Q[0x7]s[0xca][0xdd]4g[0x1d][0xb2][0xf8],[0xa3])[0xcb]P[0xa9][0xaf][0xb0]Y[0xfc]QU[0xc7][0xd3]o[0xf9]k[0xcb][0xe4]o[0xf2]&[0xdc]F[0xe9]_[0x97][0x99][0x12][0x8e][0x19][0x9a][0x1e]S#>[0xbf][0x1a][0x89][0xf4]RuI[0x1d]Re[0xf3][0x9c][0xa0][0xae][0xa9][0x86]6[0xe1][0x91][0xc0]V[0xab][0x8c]M[0x86][0xc2][0xbe]~[0xda][0x8a]k{[0xe2][0xfa][0x90][0xaf]y$[0xd6][0x17][0xd1][0xf2][0xb4][0xb6]8[0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0x5]N.-H[0xb]|3[0x95][0x99]=]M-[0xad][0x2][0x95]v[0xa7][0x8a][0xea][0x5][0xca][0xaa]?[0xae]GU[0xc3][0xd0][0xfa]Rw+." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x8e][0xa4]x[0xbd][0x10]s}[0xee][0x99][0xb8][0xf8]"g[0xc8][0x1][0xad][0xf][0xe7][0xa6][0xd6][0xe6][0xed]m[0xd4][0xf6]i[0xbd]#[0x94]F[0xc7][0xe6][0xe]'[0x95]3[0xe1]X?[0x99][0xa2][0xeb][0x9d]M][0x1d][0xd4][0xec]Qu[0xfa][0x7]p[0xb6]vuuvQ[0xab][0xe9]z[0x9c]M[0xf8][0x9b]z[0x9a][0x2][0xd4][0xf6][0xab][0x86]JY[0xf0][0x9a]Kd<'[0x9d]~[0xbf]@[0xc9][0x84]*$[0xa2]&[0x93][0xf4][0x8e][0xdf][0x88][0x9b][0x0][0x14]`[0x11][0xbf][0xe0][0x84][0x9a][0xf9][0xdd][0xa6]v[0x1e][0xa8][0xea][0xc6]R:/[0xa3][0xab][0xdd]([0x84][0x83]Z[0xa5][0xba][0xa6][0xf6];[0x88][0xea][0x95][0xe7]P[0xf0][0x95][0xec]w+[0x9d]g[0xd3]S`[0x5]\[0xa8][0x84][0x17]UXNW[0xd5]&[0x1f][0xb7][0xd1]}HTI[0xe3][0xb][0x89][0xaa][0xe8]i[0x81]D5[0xa8][0xa5][0xbe][0x82][0xff]f,[0xa5]8[0xf5][0xe3]g[0xcb]k~[0xc5][0x82][0xea][0x9a][0xea]s(<[0xb][0xc7]y8[0xb][0xf1]-\[0xa7]PR-[0xf8][0xde][0xf7]p[0xd3]%[([0x94][0x16]J[0xa5]\-[0x9d]Wb!|t[0xaf]N[0xda][0x98]o[0xe][0x96][0xb2][0xb1][0x9c][0x9e][0xd5][0x92][0xd4]*[0xc2]$[0xb4][0xd0]K[0xb8][0xe][0xab]-[0xf1]ab;[0xa9]-#[0x89][0xa2]s([0xae][0xa1][0xe3]$[0xdc][0x8e]Sp[0x14]~[0x91][0xd2]r[0xc9]0[0xd6][0xc8][0xf1][0x1b]L~j[0xfc]2[0xd4][0xd3]=![0xd1][0x1a][0xac][0x95][0xea]eX[0x87];d[0x8a][0xca]p'[0xee]"]Vw[0xa2][0xa0][0xf4][0x1e]![0xe5][0x1b][0xf3][0x90][0xbf]kJ[0xf2][0xeb]s[0xc9][0xdf][0x9d][0x87][0xfc][0xc6])[0xc9]/[0xce]%[0xbf][0xc1][0x92][0xf][0x11][0xdd]aS~[0xd3][0x84]5fO~[0x82][0xe8]3$[0xba]1[0x8f][0x98]7[0xe7][0x15][0xf3]=h[0x9a][0x1c]ss[0x1e][0xf2][0x1d]S[0x92]o[0xc9][0x95][0xf2]My[0xc8]w[0xe7][0x15]}+-[0xbd]I[0xf2]~K~?[0xd1]]6[0xe5]wI[0xf9][\r]&[0x8a][0xf2][0x8c][0xda][0x8]9[0xd3][0x8d][0xdc]k[0x19]9H[0x1d][0xdd]6[0x8d]<$[0x8d][0xdc]k[0xf2][0xf3]6[0xc2]h3!W[0xba][0xa5]-[0x96][0xa5]Wh[0x88]"[0x9b][0x96]z[0xa5][0xa5].[0x93]?[\r][0x96][0x18][0xdd]G[0xc8][0x9d]n.`[0x99];J[0x83][0x15][0xdb]4[0x17][0x92][0xe6]v[0x9b][0xfc]i5[0xc7][0xa8][0x9d]PQ[0xba][0xcd][0xe][0xcb][0xe6][0xc7]4[0xac][0xc7][0xa6][0xcd][0x88][0xb4][0xd9]o[0xf2]g[0xc8]&[0xa3]NB[0xc5][0xe9][0x86][0xb7]Z[0x86][0xbf]$[0x1][0xaf]M[0xc3][0xc3][0xd2]p[0xc2][0xe4][0xcf][0xb8]aF[0xdb][0x8]y[0xd2][0xad]wY[0xd6][0xbf]#)[0xc5][0xa6][0xf5]Qi}[0x9f][0xc9][0xbf][0x82][0xd6][0x19]u[0x13][0xf2][0xa6][0x7][0xd1]c[0x5][0xf1]3[0x89][0xce][0xb2][0x19][0xc4]~[0x19][0xc4][0x1][0x93]U[0x82]`[0xb4][0x9d][0x90][0x92][0x1e][0xce][0xe]+[0x9c][0xdf]I~[0xb6][0xcd]p[0x9e][0x96][0xe1][0xbc]l[0xf2][0xaf]r8[0x8c]v[0x12][0x9a]ui`[0xbb]p[0xbf][0x19][0x98][0x18]$Q[0x96][0xb8]PK[0x11][0x9d][0x85]G[0xc6]U^[0xfd][\r]\[0xe5][0xb4]U[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94];k[0xce]Cq[0xe0][0x14]N[0x9b][0x94]Y[0x99])[0xb3][0x99]2fRJ2Sn`J[0xd8][0xa4][0xcc][0xc9]L)e[0x8a][0xdf][0xa4][0xcc][0xcd]L)c[0xca]2[0x93]2OR[0xe6][0xa7]S[0xe6];pq?[0xbb]V[0xae][0xab]Ct~[0x9e]">L[0x89]8B[0x9f][0xcd]1J[0xd5]K[0x8][0xd3][0xc7]a[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]1*[0xae][0xa9][0x80][0xc6]i*[0xad][0xa4][0xca][0xfa][0xf][0xaa][0xa9]/~$/[0xa4]&[0xf1][0x2][0x1e][0xb0][0xb6][0xde][0x17][0xe4]t[0x16]H[0xc4][0xd3]Y([0x11][0xef]N[0x1d][0x12][0xf1]f[0xc1][0xfc]H[0x16][0xc1][0xb5]l)[0xfd]*[0xa8][0x1f][0xd5][0xf7][0xd6][0x82]z[0x13][0xc2][0xdc]~[0xb1][0xf7][0xf3]X [0xf0][0xb9]TX[0x7][0xf3][0xc7][0xa3]0[0x8f]uk[0xe8][0xf0][0xd1]QO[0xf3]s[0x86]&[0x80][0x8e][0x12]:[0xe6][0xd0]1[0x97][0x8e][0x85]gR[0xb1].[0x96][0x8b][0xe4][0x18][0xed][0xcb][0x8f][0x93][0xf6][0x9]r[0xf8][0x11]9[0xfa][0x84][0x16][0xc0][0xa7][0xb4]{[0xfa]L[0xc6][0xa4]X[0xdb]>3&[0xcb]am![0xff][0x8]=[0x84][0x87]-[0x87]K$[0xf](.-?[0x87]E_[0xc3][0xc1])[0x15][0x13][0xd6]9W4[0x8f][0x80]+[0x97]G[0xff][0x5]PK[0x7][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.class[0xad]V[s[0xd3]V[0x10][0xfe][0x8e][0x1d][0xac]D[0x16][0xb7][0x0]![0xa1]7h[0xb8]8[0xb6][0x83]![0x84][0x96][0x92]4m[0x8][0x4]R[0x9c]@k[0x1a]HzU[0x1c][0xe1](8[0x92]+[0xc9]![0xe9][0xe5][0xb4]?[0xa0][0xd3][0x97]>p[0x99][0x81][0xa6][0xcc]t[0xfa][0xd4][0x87][0xfe][0x90][0xfe][0x88][0xe][0xd3][0xf6];[0x92],b[0xc7][0x10][0xbb][0x83]=st[0xbc][0xde][0xfd][0xf6][0xdb]=[0xbb]{[0xf4][0xe7]?[0xbf][0xfe][0x6][0xe0][0xc][0xbe]SpE[0x85][0xc0]T[0x17][0xe][0xe2][0x3][0xb9]\M"[0x8f][0xe9]$fp-[0x89][0xeb][0xf8]P.[0x1f])([0xa8][0xe8][0xc2][0x8d]$>[0xc6][0xac][0x8a]^[0xdc]T[0xa9]zK[0xaa][0xce])[0x98]W[0xf1][0x9]>[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]I[0xc9][0xe7]r[0xf9]B*|[0xa9]@Wq[0x0]7[0x15],((*X[0x14]P[0xca]v[0xa9]d8[0xae][0xc0][0xd1][0xfc][0xb2][0xbe][0xaa][0xe7][0xaa][0x9e]Y[0xce][0x15]m[0xab]Xu[0x1c][0xc3][0xf2]r[0x13][0xd1]vZ[0xaf][0x8c][0x8]t[0x15][0xcc][0x92][0xa5]{U[0xc7][0x10]0Z0[0x19][\r]t[0xca][0xba]U[0xca][0x15]<[0xc7][0xb4]J#y[0xdb])[0xe5][0xec][0x8a];[0xbc][0x9c][0xab][0xe8]k9[0xc9][0x80]b[0xf9][0x1c]^^[0x1d][0xca][0xe5][0x83]g[0xde]'62F[0x9f]*[0xd5][0xf2][0x81][0x96][0xc0][0xc0]s[0xcc][0xaf]G:[0xd3][0xba][0xa5]KS[0x81]=[0xae][0xe1]][0xa8]Z[0x8b]e[0x83][0x9c]Y[0xa9]zS[0xb7][0x99][0x1][0x96][0x91][0xc0][0xb9]&[0x9]m1[0xc5]IV[0xa6][0xa7][0x9b][0x96]{[0xd5]Xo[0xb8]$jf[0xf3]8[0xc2][0xd7][0xbb]^[0xbe]8[0xf6]![0xc6][0xe9][0xc1][0xf9][0xc1][0xfd][0xab]|[0xa5][0x8c][0xe1]5[0xa8]r[0xa8]p/[0xdf][0x8][0xf]S[0x93]e[0xcf]_[0xdf]#[0xce]/[0xf0][0xde][0x13][0x88][0xb9][0xf4]c[0xc4][0x1e]"[0xfe][0x0][0x1d][0x1b][0xd8]![0xb0][0x81][0x84]@>[0xb3][0x1]E[0xe0][0x7][0x1c][0xe4][0xa6]S[0xe0]wtMg[0x1f] [0xfe][0x8][0xea]O[0xff][0xfe][0xc5][0xcd][0x6][0x92][0x2][0xf7][0x9][0x11]G?[0xd7]CHp[0x1d]@[0x12]id[0x91][0xe1][0xdb]l[0x16]oqP[0x8c][0xe1]$[0x8e][0xf2][0x9f][0x1e][0x92][0xc9]B[0xc1]1[0x1c][0xe7][0x8e][0x8e]q[0x2])[0xdf][0x2][0xb4][0x89]=E[0x9f][0x82][0xf4][0xdf]d[0xdd]E[0xe3]l[0xc8][0xb2][0xf][0xc1]GH?[0xc2][0xf7][0x93][0xe0][0x13][0x18][0xe2]:[0x18][0xa9][0x9d][0xe1]SJw0[0x10][0xed][0xbe][0x1f]w[0xbf][0x1f][0xb1]t4[0x8c][0xe][0x9c][0xf5])h[0x81][0x12][0x9][0xe5]|[0xb8]S8[0x1d][0x2][0x8c]0[0x8][0xa9][0xab][0xa4]3[0xe2][0x11]v[0xde][0x8b] [0x2]o[0xef]D[0x11]P%4[0x97][0xbb][0xa1][0xd0]3[0xc7]i[0x8][0xf4]#[0xa5][0x1d][0x12][0x90][0xb9]d[0xde]v[0xc5][0x98][0xb7][0xdd]3[0x83]@[0x1d][0xcc][0xfe][0x82]=[0x83][0xf7][0xa4][0xfc][0x9][0xba][0xe6]22[0x97][0x8f][0xb1]w[0x3][0xdd]q[0xdc][0xdc][0xac]}[0xaf]![0xa5]c[0xd8][0xc9]d[0xed][0xc5][0xfb]$0[0xce]S[0x9e] [0x81][0x8b]>[0xa1]t[0xe0]*"4[0x12][0x12][0x92][0xbb][0xb3]L~[0x8c][0x96]'[0xf1]6[0xce][0x11]O[0xa6][0xb9][0x13][0xe2])z[0x15][0x86]#[0xe4][0xc8][0xe])[0x8f]QO[0x6][0xa6][0x6]$[0xf6][0xc5][0xf0]sC[0xf8]S[0x9b][0xc2]W#oj[0x14][0xfe]y[0x8c][0x86]X[0x17][0xa9]#[0xab]*[0x91][0xce]<[0xc2][0xfe]F[0x9c][0x19][0x1f][0xe7]p[0xa0][0x11][0xe1]$"[0xd6][0x89][0x90][0xb5]D|[0x97]O[0x89]8[0xbb][0x5]1[0xbe][0x9][0xb1][0xb0]-[0xe2][0x18]s[0x17]c[0xee]j[0xa7]/%[0xe3][0x94][0x4][0xdd]q[0x81][0xb2][0x9][0xb2][0xe][0xd8]g[0xc3]2[0x8a][0x89][0xc6][0x2][0xb8][0xb5][0xa9]~b[0xa1][0x9f]N\[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xdf][0xcf][\r][0xb][0xf9][0x9][0xe][0xcc]=F[0xcf]Ct4Vl?[0xd7]I[0xdf][0xfc][0xf2]PK[0x7][0x8][0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.class[0xa5][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][0xdb]^{[0xed][0xb5][0x14][0xac]?P[0x11]E@m[0x89]z[0x11][0xf1][0xc1][0x94][0xf8][0xd2][0x84]hr[0xd1][0x4][0xb4][0x89][0xbc]m[0x8f][0xe5][0xb8][0xe6]zW[0xb7][0xd7][0x6][0xff][0x5][0xff][0x1a][0xd1][0x7][0x12]M[0xfc][0x3][0xfc][0xa3][0x8c][0xb3]{G[0xa1]T[0x8d][0xd5][0x87][0xce][0xce][0xcd][0xee][0xcc]gfv[0xb6][0xdf]|[0xf9][0x6][0xe0]1[0xd6],[0xe4][0xb1]ZD[0xe]wL[0xdc][0xb5][0x90][0xc5][0xaa][0x89]{&j&[0xea][0xc][0xa6][0x1b][0x85][0xb1]8[0x8c][0x19][0xee];[0x91][0xf4]l[0xde][0xe3][0xee][0x81][0xb0][0x83][0xc8][0xf3][0xfc][0xd0]S[0xeb]F[0xc7][0xee][0xf7]|[0xdb]![0x8b][0x90][0xcd][0xe4]t[0x83]![0xbf][0xe9][0x87]~[0xfc][0x8c]![[0xab][0xb7][0x18][0x8c]f[0xb4]'[0x18]f[0x1d]?[0x14]/[0x7][0xdd][0xb6][0x90][0xaf]y; K[0xd5][0x89]\[0x1e][0xb4][0xb8][0xf4][0xd5]wj4[0xe2][0x3][0xbf][0xcf][0xd0][0xd0][0xc8][0xa8][0xd7]'F[0x8f][0x1f][0x8e]S[0x87][0xeb][0x8a][0xa9][0xd6]1[0xf4][0x16]w[0xe3]H[0xbe][0xa7][0xc],O[0xc4][0xcd][0x93][0xec];5[0xa7][0xc3][0x87][0xdc][0xe]8[0xf9][0xef][0xc4][0x92][0xc2]4[0xce]X[0x9a][0x1][0xef][0xf7][0x9d][0x88][0xef][0x9]y[0xd6][0xfc][0xaa][0xdd][0x11]n[0xdc][0xd8][0xad]OW[0xbb][0xb1][0xff][0xce][\r]Ui[0x13]H[0xea]K[0xa0])[0xc][0xf3][0xbf][0xc1]S[0x93]([0x8a][0x90]![0xf]F[0xd9]W'sb[0xa8][0xb8][0x3])ExZ#[0xdb]e[0xf8][0xf0]_u&[0xa6]P[0xc4][0xf6][0x9b][0xed][0x17][0x8d][0xc9]HS[0xf6][0xa1]B[0xc3][0xb3][0xef]{[0xea][0x86]c?[0xa2][0x8e]T[0xc6][0x1][0xd4][0xa9][0x90]w[0xe9][0xbe]g[0xa4][0xe8]FC1[0xaa][0xc4][0xae]M[0x3]R[0xf3]U[0xd8]t[0x83]t[0xe0][0xac][0x9d]h ][0xb1][0xe5][0xab]IZ[0xfa][0xc3][0x8c][0xd1],L6[0xe5][0x81][0x86]&a[0xd9][0x8][0xaa]\[0x8b]$[0xb][0xd4][0xf3][0x93][0xde][0xae][0xe8]3@[0xe9]+[0xb2]o[0x8f]a|F[0xe6]H[0x1f]=[\r][0xb6]HrY[0x3]V~[0x2]PK[0x7][0x8]}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.class[0xad]V[S[0x13]I[0x14][0xfe]:$L.[0x93]%"[0xa2]"[0xbb][0xae]+j[0x12][0xd4]1[0x80][0xb7][\r][0xa2],[0x8b][0x8a][0x6][0xbc][0x4][0xf1][0xfa]2[0x84][0xae]08[0xcc][0xa4]f:[0x94][0xd6][0xfe][0xa0]}[0xd9][0x7][0xad][0xf2]R[0xb8]U[0x96]O>[0xf8][0xa3][0xd6]=[0xdd][0xd3]@[0x82][0xc1][0x7]0[0xc9]t[0x9f]>[0xdd][0xe7][0x9c][0xaf][0xcf][0xf9][0xba]'_[0xfe][0xfb][0xf0][0x11][0xc0]([0x9e][0xa5][0xd0][0x83][0xcb]i[0xe4][0xf0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3](g0[0x8e]KRw%[0x83]}[0x98][0x90][0xcd]U[0x3][0x93][0x6][0xa6]2HbZ6[0xd7][0xe5][0xea][0x1b]i[0xa4]p3M[0xb]g[0xc][0xdc]2p[0xdb]@[0x85]![0xe6][0x8][0x86][0xbe][0xca][0x8a][0xbd]f[M[0xe1][0xb8][0xd6][0x8c][0xe0][0x81]-[0xfc][0xa0][0xcc][0x90][0xaa]:u[0xcf][0x16][0xcd][0x80]3$[0xa6]=[0x11][0xbc]d0g<[0x8f][0x7]S[0xae][0x1d][0x86][0xa2][0x99][0x96][0x91][0x89][0x87][0x18]5[0xf1]H6[0x8f][0xf1]D[0x6]~*[0xc3][0x9c][0xa4][0x82][0xef][0x81][0x99][0xc][0xb9][0xed][0xd9][0xa6]s[0xf0]m[0xba][0x19].[0xee]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe5]][0xe3]kC[0x17][0x95][0x8f]![0xe9]lb[0xea]o#d[0xcb][0x85][0xd7][0x15]r!O[0xf8][0xd6]d[0x95]Kne[0xdb][0x14]mc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x87][0xad]cU[0x88][0xb9]u.ns*I[0x92][0x84][0x5][0xdb]m[0x12]i[0x92][0xc2][0xdf][0x80][0xd4][0xce]d[0xcd]3[0x86]S[0xf9][0x9d][0xa8][0xdc][0xaa]),[0xe0]W[0xba][0xcb]s`t[0xe1][0xc7][0xe8][0xcd]@,"[0xb9][0x8f][0xa4][0x18][0xe][0xe6]r[0x92]g$'[0xe8][0x19][0xc4][0xcf]4[0xf3][0xb]I[0xf7]iN[0xae][0x1d]([0xe][0xbf][0x5]+[0xbe]G[0xac]X|[0x3][0xf6][0x6]][0xeb][0x88]3[0xbc]E[0xe2][0xb5][0xb2]?JmZ[0xad]t[0xe9][0xa5][0xb1]J[0x91][0x80][0xfe][0xc8][0x12][0xc7][0xf0][0x1b][0xa0]$[0x19][0x81][0xd1][0x97][0xa8][0xab][0xfd][0x8f][0xa9]1[0xd9][0x92][0xd7][0xc4]:[0xba][0x19][0xfe][0xd9][0xf4][0xd7][0xad]f[0x1a][0xca][0x97][0x19][0xad][0xd2][0xbe][0x98]$$[0xad][0x92][0x1e]> [0xae][0xe2][0x94]"[0xf][0x6][0xc3]'$+[0xff]"[0xf5]xx[0x1d]i[0x6]j3[0xc][0x9f][0xd1][0x13][0x9][0xef]`[0xfe]M[0xc8][0xdf]#[0xfb][0x8a][0x8c][0xe2]*P/[0xf5][0x80]@[0x16]M[0x92][0xd7]p[0x8e][0xfa][0xad][\r][0x94]t[0xd0],[0x81]>[0x85]<[0x5]/h@[0x91][0xa6]H[0xd2][0xb0]Z[0x17][0xfb][0x8a][0xd3][0x88][0x19]8m[0xe0][0xc][0xba][0x92][0xc8][0xd2][0xcf][0xc0][0xd9][0xaf]rGZ[0x1b][0xdf][0xd4][0x1a][0xb0]t[0xee][0xcf][0x91][0x83][0x12]FtF[0x86][0xd5][0xfe][0xe8]y[0xbd]-[0x11][0xb5]$[0x82]E[0x98]r[0x93][0xf2][0x2][0xd0][0x86][0x96]Ne[0xa2][0xf8][0xe]?[0xbd][0xda]f[0xec][0xb6][0x18]'[0xf4][0x86][0xe2]:[0xfe][0x18][0xce][0xab][0xfe][0x2].*[0xed][0x0].[0xd1][0xd6]A[0x1b]K[0xd0]_[0x81]k8[0xd0][0x9d][0xc2]a@[0xd7]0[0xfa][0xf4][0xe8]>[0x85]?[0xf0]'R[0xff][0x3]PK[0x7][0x8][0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContex" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tMap$1$1.class[0x9d]T]O[0x13]A[0x14]=C?[0x96][0xdd].Z@[0xc0][0xf][0x14][0xd4][0xa2]mQV[0xb0][0x8a]XBb[0x8]&$E[0x13]KH|[0x9c][0xb6][0x93]v[0x9b]u[0xb7][0xd9][0x9d][0x12][0xf0][0xc9][0x1f][0xe4][0x83]&[0x10][0x83]&[0xfe][0x0][0x94][0xf1][0xce][0xec][0xc6][0xb4][0x6]_[0xb6][0x93][0xf6][0xde]9s[0xe7][0xdc][0xdb]3w[0xe6][0xd7][0xef][0xef]?[0x1][0x82][0xbc]m[0xf5]E[[0xd6]wh0[0xe4]e[0xcf][0x8d]JT[0xd5]V#[0x8][0xbb]N0[0x88]j}g[0xc0]O[0x1c]/[0xe8]vi[0xa3][0xb2][0xb5][0xfe][0xf1][0x86][0xd3][0x88][0xed]a/[0x14][0xbc][0xb3][0x1b][0xf8]R[0x9c]H[0x95]p][0x91]l[0xbb][0xbe]+w[0x18][0xb6][0xcb][0xa9]Y*G[0xc][0xd9][0xdd][0xa0]#[0x94][0x16][0xae]/[0xde][0xc]?[0xb4]Dx[0xc8][[0x1e]!3[0x8d][0xa0][0xcd][0xbd]#[0x1e][0xba]j[0x9e][0x80]YU:C=mJ][0xfa][0xa4]+E[0xc8]e[0x10]2[0xcc][0x97]+#b[0xee]'8[0xc5]4/]H[0xa1]|[0x82][0xc4][0xca]g#[0xf7]#[0xfd][0x8b]L[0xb9][0xb2][0xcf]p8B[0xf6][0xaa][0x15][0xc9][0x90][0xb7]e[0xba][0xd3][0x1d][0xcb]a5[0x83]a[0xd8][0x16][0xaf]][0xa5][0xd7][0xe2][0x94]XS[0x9b]I[0xf5]=[0xbf][0xed][0x5][0x11]m>[0x10][0xb2][0x17]tlj[0xee][0x9a][0x8d]Y\[0xb3]1[0x87]g6[0x9e]c[0xd3][0xc0][0xb][0x1b]S[0xb8]B[0xaa][0xa7][0x16][0xbd][0xb4][0xae][0xf8][0xb6][0xc][0xbc][0xb4][0xb1][0x84]e[0xea][0xbc][0xd4]T[0xc]s[0x97][0xca][0xc6][0xb0][0x99][0x92][0x93]a[0xf6][0x12][0xc5][0xa9]M[0x84][0xb2][0x9a]zz[0xac][0x1b][0xe2][0xbb]J[0x87]H[0xed];y[0xcc][0xbd]R;[0x18][0x9c][0x8e]_g[0xa2][0xa1][0x90][0xa9]1[0x80]a'[0xf5]UI.[0xcb][0xd4]X[0x11]X[0xa6]'[0xc7][0xa2][0x17]i[0x2]EuB[0xa0][0x1a][0xf4]l[0xa6]XTgH~[0x86][0xbe]s[0x98][0xa7][0x95][0x5][0xf2][0xde][0xd1][0xda][0x4][0xd9][0x9b][0xd5][0xd5]s[0xb0][0xea]7LT[0xab]g`g[0xc8]\ [0xcb]p[0x8e][0xdc]W[0xbd][0xff]:[0xfd]Z:[0xb2]G[0x19]\[0xdc] o>[0xde]I[0xe3][0x16][0xa0]=[0x95][0x81][0xd1]X[0xc4]mZ[[0xd0]/c[0x86][0xe6][0x80][0xf9][0x3][0xf9][0xf7]Do|[0xf9]K[0x97][0xd7][0xb][0x9e][0xa6][0xb2][0xe3][0xa0][0x84]*.[0xf9][0xe]a[0xd4][0x19]I[0xa1]5MLEPy[0xb9][0xb]L2|[0xfe][0x87][0xe9][0xd3][0x8][0x93][0x95]0e[0x13][0xae][0xbb][0xb8][0xa7][0xed]}[0x94]4Z[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82]P[0xe5][0xc7][0x1f]3[0xb1][0xf9][0xc4][0x16][0xe9][0x9][0x9f][0xce][0x9b][0x0]PK[0x7][0x8] v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.class[0x9d]TQo[0xd3]0[0x10][0xfe][0xbc]fMSR[0xda]ml[0xc0][0x18]0 @[0xdb][0x8d][0x85][0xc1][0x10]B+[0x93]P4[0xa4]I[0xdd]^:M[0xe2][0xd1]M[0xad]4UH[0xaa][0xc4][0xad][0xb6][0x5][0xf][0x13][0x12]H[0xfc][0x0]~[0x14][0xe2][0x9c][0xe4]a-CB[0x89][0x15][0xdf][0xf9]|[0xf7][0xf9][0xfc][0xf9][0xec]_[0xbf][0xbf][0xff][0x4][0xf0][0x1a][0xb6][0x81]26U[0xf7][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x8f]u<[0xa9]B[0x83][0xa5][0xe3][0xa9][0x8e]g[0xc][0xe6]Q[0x18][0x8a][0xd8][0x9]x[0x92][0x88][0x84][0xa1]2[0xe5][0x81][0xe5]F[0xe3][0xb][0x86]zw[0xc4][0xa7][0xdc][0x9e]H?[0xb0][0x8f][0xf9]x[0x9f][0xa1],[0x87]~b[0xbd]dx[0xdb][0x8d]b[0xcf][0x8e][0xc6][0xc9][0xde][0xc8][0x1e][0xf3]s;[0x88]<[0xcf][0xf]=%[0xf7]F[0xd3]Wv7[0x93][0xa7][0xc3]X[0xf0][0x81][0x13][0x85]R[0x9c][0xcb][0x1c][0xa2][0xe3][0x87][0xbe]<`8j[0x16][0xc4][0x98][0xcb][0xaa]u[0xc6][0xa0]9[0xd1]@[0xa8][0x84][0xfd]P[0x9c]L>[0xf7]E|[0xca][0xfb][0x1]Y[0x96][0xbb][0x91][0xcb][0x83]3[0x1e][0xfb]j[0x9c][0x1b]5[0xb5][0xb][0x86]w[0xc5][0xd6][0xb7]vi[0x17][0x15][0x11][0xca][0xf8][0xa2]'$[0xc3]R[0xb3]u%#2[0xd1][0xb4][0xd1][0xf3][0xbd][0x90][0xcb]I,t4[0x19][0x16][0xf][0x95]7[0xc3][0xc9][0xbc]kgv/V[0xea][0x97][0x1b][0x3]N[0xb9][0xf4]dL)[0xed][0xff]m9[0xa0][0xc6][0xf0][0xfe]J[0xfc][0x87]~"c[0xee][0xaa][0x14][0xff][0x13][0x81][0xa1][0xda][0x8b]&[0xb1]+>[0xfa][0x8a][0x96][0x8d]lxG[0x85][0x12][0xb9][0x87][0xa1][0x1b]D[0x9][0x85][0x1e][0xb]9[0x8c][0x6]:Z&[0xda][0xd8]2q[0x3][0xa6][0x9][0x3]U[0x13]5l[0x13][0xaf][0x5]i[0xb5]v[0x15][0xc0][0xb]*[0xae][0x82][0x0][0xc][0xab][0xd7][0xd2][0xa1]c[0x87]a[0xe5][0x1a][0xa6][0x19][0xde][0x14]Z[0x8a]A[0xf7][0x84]t[0xd2]K2{[0xfc]Y[0x8d][0x97][0x9a][0xaa](;[0x5][0xb][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x85][0xd7]fP[0xb1]I[0x17]X[0xa7][0xb][0xbd][0xd0]h([0xae][0x1][0x92]D[0xbc][0xb2][0xd0]_[0xc3]M[0xd0][0x11][0x91][0xe6][0xd0][0xb8]D[0xb2][0xde][0xde][0xba][0x4]ko_b[0xa1][0xfd][\r][0xa5][0xaf][0xa9]c[0x83][0xfa]29[0x2][0x2]K[0xd4][0xaf][0xa5][0xc1]u,c[0x5]H5[0x5][0xc9][0xa8][0xdd][0xc2]*[0xcd][0xd5][0xd3][0x17][0xa4][0x94]F[0x18]?[0xa0]}"[0xa8][0xc5]/sP[0xc3][0x14][0xca][0xcc][0x9c]r[0xa8][0xb5][0xd4][0xe7].[0xbd]3[0x99][0xb6][0x8e]{[0xa9][0xdc][0xc0]}[0x92][0x1a][0x1e][0xe0]!*[0xa4][0xad][0x13]x[0x19][0xd9][0xa7][0xe5][0xf2]6[0x9e][0xe3]N[0xd9][0xf8][0x3]PK[0x7][0x8]Iab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.class[0x9d]V[S[0x14]G[0x14][0xfe][0x9a]][0x98][0xbd][0xc][0x82][0xc0]j &[0xf1][0xee][0xc2][0xa2][0xa3]Fb[0x92]%H[0xd8][0xa8]!.b\[0x82]bL[0xc8]0[0xc][0xcb][0xc0][0xec][0xcc]dv[0x16]![0xd7][0xe7][0xbc]$[0xcf][0xf9][0x5][0xbe][0xe4][0xc1]h[0x15][0xc6]X[0x95]G[0xac][0xca]o[0xb2]R9[0xdd][0xd3][0xec][0x8d][0x15],[0xa0][0xaa][0xbb][0xa7][0xe7][0xf4][0xf7]}[0xe7][0xf4]9g[0xf6][0xdf][0xff][0xfe][0xfe][0x7][0xc0][0xbb][0xf8]9[0x81][0x1]|[0xae][0xe0]v[0x2]m([0xc4][0xd1][0x8f][0x99]$[0xbe][0xc0],_[0xdd][0xe1][0xab][0xbb]I[0xcc][0xe1][0x1e][0xfc]2A[0xc3][0xfd][0x4][0xe][0xe3]+>|[0xcd]O[0xce][0xf3][0xd5]7|[0xd0][0xf9][0xb0][0x90][0x80][0x81]E[0x5]f[0x2]=X[0xe2][0xf6]E[0xbe][0xbd][0x9c][0x84][0x85][0x15][0x5][0xab][0xfc][0x81][0xc8]l[0x5]%[0x5][0xe][0x83]:[0xe9]8[0xa6][0x9f][0xb3][0xf5]r[0xd9],3[0xc4]K[0xf3][0x86][0xeb][0x4][0xe6]z[0xc0]p<[0xef][0xfa]E[0xcd][0xf5][0xca][0x97]V4O_[0xd7]l[0xb7]X[0xb4][0x9c][0xa2]vK_[0xcf][0x85]6Y[0x86][0xee][0xd2][0xfc][0xa2][0xb9][0xa4]W[0xec] [0xb7]}N-[0xcd][0x93]y>[0xb4]f[0x18]|5[0x8c][0xb4][0x99][0xd2][0x1d][0xbd]h[0xfa][0x84][0xd6]1j9V0[0xc6][0x10]I[0xf][0xce]2Ds[0xee][0xa2][0xc9][0xd0][0x95][0xb7][0x1c][0xf3]f[0xa5][0xb4]`[0xfa]3[0xfa][0x82]M;=y[0xd7][0xd0][0xed]Y[0xdd][0xb7][0xf8][0xb3][0xdc][0x8c][0x6][0xcb][0x16][0xb9]p[0xf9][0x15]|4_ZY[0xbb][0xa8][0xe5][0xc3]yf[0xd9]7[0xf5]E)zJ[0xf7][0xb8]/e3[0x98][0xa8]8[0x8b][0xb6]Y[0xf5][0xe5]T:D+[0x17]-m[0xc9][0xd7]K[0xe6][0x3][0xd7]_[0xd5][0x1a][0x8c][0xb2]\i[0xc4][0x8][0xd6][0xab][0x11][0xdb][0xcd][0x98]AY[0xb4][0xca][0x9e][&[0xc1][0x89][0xa2]Y[0x8b][0xda][0xc9][0xf4].[0x81][0xaa][0x9d][0xee],[0x4][0xba][0xb1]Jz[0x85][0xd3]t[0xa1][0xc4][0xed]U[0xe8][0xfc][0x99]t~E_[0xd3]5[[0xa7]#[0x85][0xc0][0xa7][0x93][0xd9][0x9d];B[0xeb][0xaa][0xb9][0xc1]C[0xb8][0xe3]%C[0xfb][0x9a]nWHY[0x84][0x94]1[0x9c]n[0x1]9[0xd8][0xea]X[0xc4]]XiD[0x9c]^X1[0x8d] +[0xb2][0xcc][0xa5]{[0xf5][0xcd][0x92][0xbb]F[0xc0][0xa9]V[0x90][0xa4][0xa9][0xdd][0xb0]M[0xdd]gH[0xf2][0xec][0xd3]-[0xa7]|[0x83]kli}[0x8f]B([0x2][0xe7][0x91][0xc5][0xc1][0xb4][0x14]T[0x9],[[0xb][0xaf]1j[0x88]W];^[0x1c]j[0xcc][0x9a][\r]o;sF[0x1a]MGw[0x8d][0xa4]tm[0x8c][0x9c][0xf3][0xa8]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xd1][0xd1][0x83][0x8a]O0[0x97][0x9b][0xc5][0xec][0xe]$w[0xc6]HY[0x8a][0x1c][0x9a],[0x95]*[0x1][0xd7]C[0x7][0xa7][0xfd][0x9b][0x15][0xdb]&G[0xad][0xf2][0xd5][0x92][0x17]l[0x88][0x82] [0xc7]c[0xa3][0x86]-+$Qp+[0xbe]a^[0xb3][0xb8][0x3]G^[0x91][0xd4][0xe7]8[0x9b][0x8a][0xe3]8[0xc1][0x90]i[0x9d]][0xd3][0x85][0xeb][0x93];J[0x91][0x1f][0x19]Rq[0x14][0xc7][0x14]|[0xab][0xc2][0xc7][0x9][0x15]o[0xe1]m[0x15]e[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "**[0xd6][0xa0][0xa9]x[0x87][0xef][0x9c][0xe3][0xab][0x8b]x[0xa0][0xe2]2[0xd6]Ul[0xe0];[0x15][0x1f]aL[0xc5][0x15]~[0xe8]{[0xe4][0x14][0xfc][0xa0][0xe2]G[0xe4](>[0xfb]*[0xcc][0x93][0x17][0xb8][0x9a][0x9f]TL [0xc7][0xe9][0x8][0xd0]S[0x91][0xc7][0x14][0xc3][0xd1][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xae]v_[0x9c][0xd4][0xb][0x9a]/[0x9c][0xe1],[0x87][0xd2]=[0xdd]X6[0x1b]q[0xb4][0xb2]gi[0xbb]B[0x84]WM[0xd5][0xdb][0x90][0x1e]T[0xb4][0xaf][0xd9][0x1a])[0xa9]][0xcf][0xa4]v[0xdd]G[0x89]R{[0[0xfd]5[0xcb][0xa0][0xfb][0xcf][0xec][0xd6]<[0x1a][0x8d][0xb3][0xaf][0xc1]Z[0xc5][0xed][0xc][0xe9][0xaa][0xd1][0xdc][0xa3][0xc9][0xc8][0xd2][0xe0][0x5][0xbd]W[0xef][0x90][0xa6][0x94][0xd2][0x81][0xbb][0x1d][0x9d][0xbe]t[0xcb][0xee][0xd2]+[0xab]}z[0xa9]>[0xba][0xa9]Z(s[0xae]m[0x13][0x98][0xe5]:[0xd4][0xfe]c&/[0x18]a2[0x99][0xde][0xe7][0xa7][0xa0][0xa9]s[0xc][0xce][0xe2][0x18]}H[0x7][0xc0][0xf0]&"H[0xf0]R[0xa0]Ow[0x82][0x17][0x80][0x98][0xa9]Nh[0xee][0xa4][0xf7]Ti4[0x9e][0xa4]'[0x8d]fFs[0xfb][0xd0]S[0xb0]?i[0xd1][0x86]S4v[0x88][0xcd][0xd3][0xf4][0xf][0xa8][0xa1][0x1][0xce] Ms[0x1c][0x83][0x18][0x92][0x87][0xaf][0x11][\r][0xd7][0xf7][0x1c]ms[0x4][0x10]y[0x82][0xe8]cD[0x9f][0xa1][0x9d][0xa1][0x86]u[0x80][0xac]8Q[0x12][0x17][0xd0]K5X[0xc3][0xec]C[0x6][0xc3][0x2][0xf3]lUP?[0xc2]?![0x86][0xd5][0x89]y[0x8f]<8'[0xf4]r3G[0xec][0x1][0xd9][0xc7][0xe8]x[0x81]4[0xb1]n[0xe1][0xb8][0xe0]V[0x18][0xb6][0xd0][0xbb][0xbd]|[0x86][0x18][0xc3]CD[0xd9][0x13]t[0x90][0xe9][0x16][0xe2]4>[0xe4][0xeb][0xf8][0xa3]&[0x85]WH[0xd5]8)[0x9a][0xc0]y[0x11][0xa6][0xf6]3[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xb4]%'h$[0xb6][0x8b][0xf4]#([0xe4][0xbe]A[0xe6][0xfc]@[0xfc]/$2[0xc3][0x9b]H[0xd6]|[0xe5]?[0x8e][0x80][0xeb][0x88][0xe1]S[0xe1][0xe7][0xd1][0xd0]P[0xc6][0x8e][0xaf].aDH[0x8f][0x93]C#dM[0xfd][0x6][0xef]K`[0x8b][0x9e][0xb9]}[0x8a][0x3]oB[0x9d][0x1a][0xde]B[0x82][0x8]:[0xb9][0x3]\n[0xa4][0x8e]$O$Su$[0xa9]*IJ[0x92][0xc4][0xc8][0x89][0xf][0xf0]!Y[0x9f][0x17]!o{[0x89]^[0x5]Y[0xf2]j[0x94][0xde]R[0xf7][0x93][0xb4][0xe3]d[0xc1][0x11]c![0xed][0x81]fwnCAA0[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xaa]L1[0xc9][0xc4]x[0x1b][0x95]h#2[0xa3][0x14]B[0xdb]DW3[0xd8][0x1d][0xba][0xce][0xbb]u9[0xa0]H0F2>[0x96][0x10][0xd3]RP[0xb7][0x8c][0xc3][0x16][0x94]([0x85] [0xf2]G5[0x4]aJ[0xdc][0xaf][0x13][0xd5]][0x15][0xd5]-E[0x9d][0x17]Y[0xdb]v`[0x9c][0xeb][0xa1][0xae]Lf[0x1c]|[0x3]Qq[0xa0]_[0xe8][0xeb][0xce]g^p[0xa9][0x7][0x1f]=G[0xcf][0xdc]P[0xe6])zy[0xa0][0xa3][0x82][0xa5][0x87]f@'[0x8d][0xb][0x94][0xbd][0x6][0xba]`[0xd6]1[0xf6]KF[0x85][0xec]>[0xc1]U"[0xb9]&[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xae]K[\r]1[0xb0][0x97][0xe8]R(#&E,>[0xa3][0xfd][0x1b]U9[0xb5][0x2][0xdc]D_-%C[0x7]iQ[0x80]5[0x10][0xfa][0xb8][0xc8][0x80]Uh[0xe6][0x92][0x6][0x84]O[0xa9]|f[0xb]j[0xe6][0x19][0xe]1[0xfc]^[0x17][0xba]h[0xdd]5[0xfc]J"[0xab]sf[0xa0][0xea]L/[0x95]@[0xa3]3|g[0xdb][0x99]$"/[0xd1]G[0xce]D[0xc6]y[0x82][0xdd][0xac]^[0xfb][0x9][0x1]C[0x6][0xcf]qx[0xee])[0xde]x[0x82]xs[0x5][0xf][0x92][0xc9][0xb4]P[0xb]G[0x84][0x12][0xfa]5[0x16]V[0xfb][0xff]PK[0x7][0x8][0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.class[0xbd]Xit\e[0x19]~[0xbe]Yr'[0x93][0x9b][0x85],M[0xd2]4M[0xda]&m2I;BK)4[\r][0xad][0xa1][0xc5][0x94]$[0x80][0x9][0x85][0xb6]"[0xdc]&[0x97]d[0xca]l[0xcc][0x12][0x1a][0x90]MDP[0xc1][0x5]*[0x18],[0xa0]lu)[0x98][0xb2][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x14][0xd1]V[0xd0][0xa3]G=n[0xe4][0xa8][0xc7][0x85]?z[0xd4][0xe3]vN[0x5][0x9f][0xef][0xbb]7w[0xee]L[0xa6],=[0x1e]{[0xda][0xef][0xde][0xf9][0x96][0xf7]}[0xde][0xe7][0xdd][0xbe][0xdb][0xd7][0xde]|[0xe1][0x8][0x80][0xd5][0xf8]~[0x10][0xed][0xd8][[0x8a][0x1a]|^[0xe][0xf7][0x6][0x11][0xc6]}[0x1a][0xbe][0x10][0x84][0x1f]{[0xe5]0[0x1d][0xe4][0xf4][0xfd][0xf2][0xed][0x8b]r[0xd8]'7[0x1e][0x1e][0x99]H[0x99][0xc6][0xd8]@b[0xd4][0x88][0xae][0x17]([0x1d][0x8e][0x8c][0xc7][0x8d]L6e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\\|W[0xcf]@"5[0x1e]6[0x92][0xc6][0xe8][0x84][0x19][0x8e]&[0xc6][0xc7]#\[0xe7]s[0xcd][0xee]p:[0x19][0x9][0xf]f3[0xc6][0xae][0xa8]i[0x1d] [0x90][0x8c][0xb9]'3[0x9c]1F[0xaf]^[0xdf]K[0xf9][0x81]l[0xda]T[0xbf][0x88]t[0x87]@IO$[0x1e][0xc9][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]:vtn[0xe3][0xa3]/1F[0xcd][0x95][0x3][0x91][0xb8]9[0x94][0x8d][0xed]2S#R[0x98]@[0xb5]R[0xbd][0xcd][0xa0][0xb9]R[0xb8]5[0xe9][0xcb]LD[0xd2][0x2]g+@[0x89]d[0x9a][0x8][0x92][0xc6][0x9e]|L[0x93]g[0x84][0x7][0xac]g[0x11]D[0x2]5[0xe3]ff([0x11][0x1f][0xca]F[0xa3]j[0xaa]/[0x91][0x9c][0x12]8[0xa7][0xa3][0xf3]T[0x8d][0xa4]M[0x93][0x92]u[0xe2]Zw[0xea]2[0xca][0xd5][0xcb][0xa0][0x91]T[0x96]2X[0x19]h[0x2]^clL[0xa0][0xae][0xc3][0xe5][0x97][0xe1]L[0x8a]R[0xd7]w[0x92]K[0x91][0x96]4[0xcd]["M[0xa3][0xca][0xa8][0x12][0x9e][0xde][0x14][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xda][0x2][0xb2][0x99]H4[0xdc][0x97][0x88]F[0xcd][0xd1][0xc][0xc3]G[0x9][0xd1][0xd2][0xea][0x14]E-([0xbe]I.[0xe4][0xb9]b*9[0xe7][0x8e][0xae][0xa2]'z[0xba][0xe6]c[0x92][0x91][0xb0][0xaa]8[0x8a][0xe2][0xdb]%[0xb4][0x12]#=[0x10]Igh$[0xbd][0x93];*[0xe7](n[0xf9][0xbc][0xc9][0x9e][0xe2]z[0xfd][0xa3]Q[0xd3]H[0x91][0xcc][0xe][0x19]p[0x81]Q[0x12]oD[0xe2][0xe9][0x2]^/[0xdc][0xb5][0x9b]x,^[0x13][0xf9][0xbc][0xda]K[0x2]esg[0x15][0xab]ZB[0xcd]SPcq[0xc3]BR[0xfb][0xa2][0x93]X[0x1d][0xb2]l\[0xfd]N[0x81]W<[0xe2][0xcc]k[0xb2]F[0x94][0x9a][0xfd][0x89][0xcc][0x84])m#[0x16][0x81][0xd3]OAT[0x80][0xf9]p[0x9e][0x99][0xcc]L([0x82][0xfa]91a[0xa4]'[0xac][0xac][0xf4]'S[0x91][0x18][0x9f][0x82][0xd3]%)3[0x9d][0x8d]fX[0x2]iy$[0xbd]9[0x96][0xcc]L[0xa9]#4"[0x10][0xc9][0x98])#[0x93] [0x90][0x5]y^[0xe9][0xb7][0xe7][0xa5][0x17]L[0xeb]D[0xd5]|O[0xb6][0xbd];?[0x86][0x8a][0x8a]>[0xc9]f_[0xd2]4Yrj[0xe7][0xce][0xe4]'[0x88]7[0x99]H[0xca]=[0xd9][0xf4][0xc4]I[0xd2][0x8b][0x91][0xa2][0xc5][0xcc]t[0xda][0x18]7[0x95][0xed][0xb1][0xc4]$_J[0xad][0x17][0xe5]~[0xbe][0xcb]XP[0xef][0xbe]t[0xe4]:.k[0x99][0xc4][0xa6]T[0xca][0x98][0x92]2;w[0x16][0x8b][0xa0][0x8e][0x8e]"[0xd3][0xc5][0xb7]zdd[0xd5][0x14]][0xf2][0xed][0x1c][0x19][0xe1][0xa3][0xb5]g[0xe4][0x9c][0xf9][0xcb][0xbd][0x1d]r[0xb5][0xd3][0xda][0x12][0xc8]$,[0x8b][0xd8]md[0xf9][0xa4]?e[0xe9][0xed][0x97][0xf6][0xf9][0xc7],[0xb7][0xd7]3[0x2][0xfa]c1[0xab]8[0xa9][0xb0][0xb8]0%[0xcb][0xa3][0x80][0xee][0x8e][0x15][0xfe][0xec][0x8f][0xc7][0xcd]T_[0xd4]H[0xa7]e[0xb5];[0xeb][0xed]B7/[0xd6][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xae]g4j[0xb7][0x81][0xe0]p"[0x9b][0x1a]5[0xb7]Dd=Y|[0xd2][0xc2][0xbd]J[0x9a][0xa9][0xa3][0x7];t[0x9c][0x83][0xf5]:[0xd6][0xe2],[0x1d][0xdf][0xc2]+[0x2]kO[0xad][0xe6][0xea][0x18][0xc2][0xa8][0x8e]>[0x9c][0xa7]c+.[0xd0][0xf1]m)[0xfb];8[0xa6][0xe1][0xb8][0x8e][0x4][0x92]:.[0xc4]E[0x1a][0xbe][0xab][0xe3]U\[0xaa]c[0x9b][0x1c]n[0x90]{v[0xe2]C:[0xae][0xc0]Ed[0xe0][0x14][0xdb][0x90]@[0xf8]=&[0xaa][0x8e]1[0xa9]u[0x2][0x11][0x1d][0xbb][0x11][0xd1][0xf0][0x9a][0x8e]k[0x90][0xd2]q3"[0x2][0xed]'[0x95][0xa6]Rex[0xae][0xc2]C[0xc7][0xb5][0xd8][0xa3]cJ[0xe]7H[0x81]7[0xe2]"[0x1d]7I[[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s o[0xca][0x8a]-[0x1d][0xb7][0xe0]VF[0xe6][0xce][0xcb]u[0xdc][0x81]=[0x2]Ks;[0xfa]Y[0xd9][0xc6][0x8d][0xe8][0xa6][0xd4]x6f[0xc6]3[0x9b][0xf7][0x8c]2[0xba]X[0xe8]X[0xa8][0x7][0x8d]=[0x91]X6[0xd6][0x9a][0x96][0x96][0xb4][0xaa][0xa8]k[0x1d]5[0xe2][0xf1]D[0xa6]u[0x97][0xd9][0x1a][0xe7][0xb1]Ld[0xd2][0x94][0xde][0xbd]^[0xc7]'[0xf1])[\r][0xdf]ca<[0x85][0xd0]b[0xde][0x15][0xbd][0xc0]0[0xe1][0x19][0xe3][0x85][0xd5][0xc0]I[0xa7][0x92][0xab]R[0xa6])[0xf3][0xd7][0x9b][0x96][0xbb][0x8a][0xb6][0x5][0xe6]Km[0xb1]:>[0xa7][0xb2]`[0x9a]d[0x97][0xaa][0x82]g5[0xb0][0x8a][0xfc][0x2]GN[0xde][0x9d]uX[0xc2][0xeb]_;" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x1b]^,[0xc4][0xe9]8[0x83][0xef][0xab]y[0xb9][0xf3]`[\r]3[0x9][0xf8]{[0x9d][0xfa]}6[0xaa]ef[0xf0][0xbd][0x99]s=[0xd8][0xc0][0xb1][0x97][0xbf][0xb6]p[0xcd][0xc3]g0[0xf4][0x1c]D[0xa8][0xe9]Yx[0xe][0xaa][0xfd][0xe7]r[0xac][0xa0]T[0xf0][0xb6][0xe9]C[0x8][0xa5][0xe8][0xc2]F[0xfe]Z`[0xed][0xc6]&[0xbc]_]#[0x83]J*[0x9d].S[0xc5][0x96][0x19][0xb3]e.{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]Y[0xf8][0x8e][0xc2]?[0xd0]u[0x1c][0xe5]/[0xc2][0xbf][0xfd]9[0x94][0xec][0x87][0xd6]5[0xb][0x8d][0xb3][0xfc];[0xc3]m^[0xa5],[0xa8][0x8e][0xac][0x82][0xbc][0xc9][0xe6][0x14]-[0xb3][0x15][0x5][0xd1][0x88][0xcd][0x4]+p>d[0x9c]zN[0xa0]A[0xc3][0x7][0xfa]4[0xf4]s[0x8e][0x9]j[0xab][0xbe][0x99][0xa7]$[0xe8]%[0xa1]g[0xe0][0xb9][0x1f]~[0xef][0x1][0xda][0x15][0x18][0xec][0xa6][0xc6][0xd2]K[0xbb]g[0x11]$$>[0xca]|[0x7][0x1c][0xc5][0x8b][0xa1]q\[0xc3][0xf1]LZy[0x16][0xad]^G>[0xcf]F[0x3]-k[0xa1]m[0x12]L[0xab]%[0xd4][0xb1]z[0x9][0x6]0H[0x95][0x15][0xe4]Hqx[0xbe][0x92]'J9[0xc9][0xba][0xc0][0x9][0x89]f[0x9f][0x8d]&$[0xd1]LC[0xef]:[0x4]]`:[0xf]V[0xf9][0x17][0xac][0x8d][0xa8][0xa2][0xd2]j[0x92][Oz[0x9b][0xc9][0xc1][0x12][0xaa][0xeb][0xa0][0xba][0x1c][0xac][0x90][0x3]+[0x84][0x8b][0xf1]A"[0xa8]w`[\r]+[0xb6][0x84][0xbd]6b[0xf3][0xe7][0x83][0xa7]j.0.[0xe1][0x1c][0x8b][0x97][0x8d][0xd8]T[0xae][0x4][0xea][0xf3]\[0xa7]=[0x8f][0x8a][0x19]b[0xad][0xcc][0xb9][0xab][0x9a]B@[0x16][0x82][0xe4][0xa1][0x82][0xca][0xaa]it[0xce]m[0xf5][0x8e][0xdb][0xca]]n[0xb]@[0x9c]@5[0xdd]f[0xab][0xbe][0x8c][0xf3][0xdb][0xb1][0xc3]v[0xdd][0x99]|J[0xa0][0x9a]R][0x95][0xb]C+2.A[0x9]qnt[0xec][0xd1]l[0x15]B[0x16]\[D[0xdc][0xe6]{[0x91][0x83]~[0xb0][0xfb][0x18]*%[0xcd][0xa7]MC[0xf3][0xed][0x87][0xcf][0x9b]s[0xbc]%w[0x7][0x9f];]l.r[0xd8]\[0x84][0xcb][0xf1]aJ[0xe][0xd2][0xb8][0xcd][0x8e][0x93][0x83]2[0xf6][0x16][0xd2][0x88][0x8d][0x12][0xee][0x15][0x8e][0xaf][0xf7][0xda][0xba]W8N[0xf6][0x1d][0x98][0xf][0xa3][0xda][\r][0xc3][0xe7]b[0xf2]J[0xc6][0x9e][0x81]2[0xd6][0xf1]::![0x7]g[0x85][0x3]g[0x5][0xf7]H[0xe7][0xd6]9pr[0xce][0x95]k[0x86][0xcd]r[0x19][0xbc]e'[0xd0]h![0xb4][0x88][0xde][0xc5]%[0xb6]3[0x9b][0xa5][0xb4][0x9d][0x9e]mb[0xc0][0x8a][0xcb][0xd3][0x1c][0x9c][0xdb][0x7][0x8e][0xa3][0xcc][0xce]S[0xe9]p[0xad][0xd0][0xe1][0xbb]y[0xf2]j[0xba]7[0xca][0xd4][0x88][0xbb][0x1c][0xde]f[0xc3][0xf4]`[0xa9][0xcb][0xe1][0xa5][0x92][0xab]z"[0xd1]81[0xe6][0xb8][0xe9][\r]n[0x93][0xc2][0xb6][0x86][0xba][0x1e][0x97]41[0xc2][0x98][0x11]]/[0xa3]f[0x1a]u]GQ3(qu[0xf3][0xdf]C[0xf6]B[0xad]Je.[0xd5][0xe]:X[0x87]V[0xaa]c+[0x99]7u9[0xa7][0xf6][0xa2]R[0x99][0xe8]G[0x86]!2I6[0xae]e[0xc]N1[0xa3][0xaf]c[0x9][0xb9][0x9e]@?[0x82][0xe5]li+Y*[0xc2][0xf8]([0xf3][0xfe]V[0x9e][0xf9][0x18][0xc1][0xdf][0xc6][0x4][0xbb]][0x99][0xb4][0x86][0xa7][0x1b]y[0xca][0xe4][0xac]4n[0xab][0xe3][0x83][0xad][0xb8]J[0x85][0xc4][0x1a][0x9a]mb\[0xb9]^W[0x6]{[0x95][0xc1][0x95][0xf0]k[0xfe][0x86][0xc0]P[0xcb][0xc2]$[0x3]][0xc8][0x9e]l[0x9b]}E[0xf1][0xdc][0xf2]Z[0x5]qAa`[0xde][0xc9][0xe7]][0xef][0x98]S*[0x1c]eN[0xf5][0xc9]p[0xdc][0xed]({[0xd4][0xe6][0xd8]U[0x83][0xab]Z6[0xf8]z[0xab]Z[0x9a]'\Z[0xeb][0xaf][0xec]m[0xce])^[0x0][0xf9][0x3]wS[0xe8]=T[0xb2][0x97][0xe6][0xdc][0xcb]zs[0x9f][0x2][0x11][0xb2][0xc4][0xcd][0xab][0xc7][0xe5]>[0x1f]pQ[0xd4][0xe4][0xa0];[0xcd]E[0x11][0x13][0xe2][0x4][0xea][0xa8][0xd4][0xab]R[0x96][0xf7]";e[0xef][0xe4]/[0x99]c[0x8b][0xf3][0x1c]R[0xc1]b7[0xd8]}[0x8][0x8d][0x2]2[0x5][0x16][0xce]8[0x99]j[0xd1][0xf3]0[0xc5]?[0xc2][0x9a][0xf7](S[0xe2]1[0xd2][0xb0][0xdf][0xc9][0xd6]jF\[0x9a]q[0xe7]Q[0xe5]{[0xe]J[0xad][\r]e.[[0xad]]Y[0xbb][0x9c][0xa8][0x9a][0xd8][0x98][0xab][0x89][0x93][0xdc][0xc1]K[0x98][0xcd]I[0xd4][0xe6][0xa4]y[0x1e]'M[0xf7][0xa3][0xa4][0xba]Y[0x2]\\[0x98][0xa3][0x7][0xa8][0xf4][0x9][0x96][0x89]'[0xd9][0xc2]f\[0xec]4;[0x90]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sT[0xb2][0xe3][0xe1][0xc4][0x94][0xa3][0xf9]y;~z[0xac]F*u[0xbd][\r][0x6]M[0xd5][0xb8]Y[0xb4][0xc][0xb9][0x9a][0xd9][0xca][0x1c][0xb0][0x10][0x95][0x2][0xcf][0xd2]r.Sv-[0xe][0xb1][0x80][0xbc][0xc8]bq[0x98]kG[0x98][0x89]/[0xf1][0xde]r[0x94][0x1d][0xf7]eW[0xb0][0xf5][0xd8][0x80]k[0xd9][0xf0],[0xc0]![0x9a]h5[0xb6]0[0x3]/[0xc6][0xde][0xe3][0xb5][0xb3][0xc0][0x1b][0x97]e[0xbf][0xe2][0x9d][0xe6]u2[0xff]kv[0xd8][0xdf][0xb0]u[0xfd][0x96]W[0xcc][0xdf][0xf1][0xf2][0xfa]{[0xa6][0xc0][0x1f][0xe8][0xf4]?[0xf2][0xb6][0xf3][0x86][0xcb][0xb2]-[0x8e]e[[0xec][0x16][0xb8][0xc8][0xb1][0xec]t[0xc7][0xb2]u[0x8e]e[0xb9][0xb6][0xb8]%[0xaf]-[0xfa][0xaa][0xc4][0x9c][0xb1][0xb9][0xb6]x[0xd3][0xff][0xc8][0xe8]e[0xef]`[0xf4][0x9f]h[0xf4][0x9f]i[0xf4]_[0x8][0xfe][0xaf]4[0xfa]o4[0xfa][0xef][0x84][0xff][0xf]b[0xf9]'[0x8d][0xfe][0x17][0x8d][0xfe][0xf7][0xff][0xcb][0xe8][0x9b][0xdf]eOj*,[0xb8]o[0xf2][0xf9][0xd6]{[0xec]I[0xb7][0xb0][0xcb][0xe6][0x17][0xb4][0xe4])[0xb]x[0xf][0xa3]m[0xa6]K[0xaa];[0x8c][0xf6]Y,/[0xa8]g[0xc2][0x87][0xa0][0xf0][0xa3]B[0x94][0xa0][0x86][0x89][0x97]S[0xde][0xe2]([0xaf][0xa3][0xe8][0xbc]Kf[0x8d][0xd5]{[0xf9]9j;[0xf7]nJ[0xf4][0xe6][0xa9][0x1e][0xec]f[0xa9][0xef]:[0xf2] [\r][0xf5][0x8a][0xe1][0xae][0x19]y;[[0x9e][0xab][0xf5][0xb]y[0xdd][0x84]([0xa7][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xae][0xa4][0xea]*[0xd4][0x8b]jv[0x85]Z[0xd7][0xed][0xac][0xc5][0xf1]R[0xb][0xef][0x10][0xb7][0xa9][0xcb][0xa2][0x5][0xc6]};[0x93]k[0x1f]/[0xbc][0x12][0xcd][0xf9][0xe3]v.[0xdc][0xe1][0x94][0xdd]][0xb6]?[0x1a][0xf2])[0xaa]^a9[0xa4][0xa3][0xe0]{I4[0x12][0xe0]B[0x17]'[\r][0xe]'[0x15][0x85][0xdf]K5[0xd6][0xf7][0xd2]'8[0xc7][0x8f]h[[0xdf]A[0xd9][0x92][0xf9]\[0xdb][0xb4]O~[0xa0]un[0xaf][0xe6][0x87]I[0xd7]Ky,[0xf9][0xe]:[0x81][0xde]4[0x8b]nW[0x98][0xe7][0xea][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xd1][0x2][0x9f]h%]K[0xd1] [0x96]a[0x91]hC[0xb3]X[0x8e]v[0xb1][0x2]![0xd1][0x81]U[0xa2][0x13]g[0x8a][0x90][0xab][0xc0][0xaf]u[0xe8][[0xcb]f,[0x9b]][0x3]+[0x9d][0x15][0xe4][0xed][0xec][0xe1]C[0xce][0xc5][0x8a][0xb4]U[0x9c]@[0x85][0xe5][0xd6][0xbb][0xf0]Y[0x1b][0xfe][0x1a][0xfb][0x9b]!8[0x7]X[0xf5][0x1c][0xeb][0xb3][0xa1]D[0xae][0x88][0xd5][0xae]O[0x6][0xfb][0xab][0xb5]j[0x13][0x5][0xcf]I[0x8][0xdb][0x12][0xfc][0xa1]Y[0xac]*8[0xcc][0xbb]O[0xee][0xb0][0xdf]9[0xbc][0xd5])[0xfc][0xab][0xed][0x80].[\r][0xf1]j[0xda][0xc6][0xce]r[0xe0]m[0x4][0x94][0xda][0xc6][0x6][0xf0]9[0xe7][0x9b]g[0x99]:[0xe]y[0xe7][0xe][0xf3][0xce][0xfd][0xbe][0xa7][0xe1][0x95][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x88]vn[0xb9][[0x89][0xbd][0x7][0x9f]QF[0x8]^^_[0xc2][0xa7]KJ[0xff][0xb]PK[0x7][0x8][0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.class[0xad][0x9a]ytT[0xd5][0x1d][0xc7][0xbf]oI&[0x19]^[0x12]&[0x93][0x90][0x10]Y[0x12][0x2]&d[0x12]&[0x89]HA[0x10][0x81]@0[0x90]D a/[0x8c]/[0x93][0x97][0x10][0x9c][0xcc][0xc4][0x99][0x9][0xe0].[0x88][0xfb]^[0xad][0x16]7[0xb4][0xb5][0xa2][0xe2][0x82][0x1b][0x8b][0xb8]ou[0xab][0xb5][0xea][0xf1][0x9c][0xf6][0xd8][0xe5][0xd8][0xba][0xb4][0xa7][0xad][0x87][0xda][0xba][0x1c][0xdb][0xdf][0xbd][0xf3]2[0x99][0xe5][0xdd][0xcc][0xc4]L[0xcf][0xe1][0xce][0xef][0xdd]w[0xef][0xef]~[0xef][0xef][0xfd][0xee][0xef][0xf3]b[0xdf][0xdb][0xdf]?[0xfb][0x2][0x80]S[0xf0][0x9e][0x1d]u[0xb8]([0x17][0x93]q1k.[0x19][0x87]K[0xb1][0x9b]5{[0xec][0xb8][0xc]{[0xed][0xb8][0x1c]W[0xb0][0xe6]Jvy[0x15]k[0xae][0xb6][0xd3][0xb8]kXs-[0x1b]w[0x1d]k[0xae]g[0xcd][\r][0xac][0xb9][0x91]57[0xb1][0xe6]f[0xd6][0xfc][0x84]5[0xb7][0xb0][0xe6]V[0xd6][0xfc][0x94]5[0xb7][0xb1][0xe6]v[0xd6][0xfc][0x8c]-[0xb9]o[0x1c][0xee][0xc0][0x9d][0xec][0xf2].[0x1b][0xee][0xce][0xc1]=v[0xec][0xc7][0xbd][0xe3]0[0x13][0xf7]1[0xeb][0xe7]l[0xa5]_[0xd8]p[0xbf][0x1d][0x95][0xb8][0x88]5[0xbf]d[0xf7][0x1e]`[0xcd][0x81]qx[0x10][0xf][0xd9][0xf0]p[0xe][0xe][0xb2];[0x8f][0xd8][0xf1]([0xee][0xb3][0xe1]1[0x1b][0x1e][0x97]P[0xd6][0xd1][0xda]<{[0x85][0xa7]m[0xf1][0x9a][0x95][0xcb][0xd6]x[0xda][0x96]6y[0x16]wv[0xae]iY[0xb2][0xb6]s[0x99][0x84][0xc2][0xd6][0xed][0xfa][0xe][0xdd][0xed][0xd3][0xfd][0xbd][0xee][0x8e]p[0xb0][0xcf][0xdf];_B^S[0xc0][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xfe][0xf0]:[0xdd]7hH[0xb0]G<4[0xaf]nj[0x97][0x90][0xdd][0xef][0xf1][0xeb][0xfd][0xac][0xb7][0xdf][0xd3]m[0xf8][0x8c]^=L[0x17][0x15][0xad][0x81]`[0xaf];0[0x10][0x9a][0xbd][0xdd]=[0xa0][0xef]r[0xfb][0x2][0xbd][0xbd][0xe4][0xcc][0xbd]J[0xdf][0xd5]J[0xa6][0x11]$[0xb7][0xd9][0xb][0xfa][0xfc]}[0xe1][0x85][0x12][0xe6]T'[0xaf][0x9a]r[0xfe][0xcc]u[0x12][0xd4][0xa6]@7-V[0xd0][0xda][0xe7]7[0xda][0x7][0xfb][0xbb][0x8c]`[0xa7][0xde][0xe5]3[0xd8]6[0x2]^[0xdd][0xb7]N[0xf][0xf6][0xb1]k[0xb3]S[\r]o[0xeb][0xb]I[0x98])p[0x1d][0xf2][0xf5]PO[0x7]k[0xa3][0x12][0xd5][0xc8][0xd6]r[0x86]7f[0xeb]5[0xc2][0xed][0xbc][0xb3][0xa8]z[0xa6]U[0xb0][0xf2][0xfb]B[0x9d]A[0xdd]k,[0xf3][0xb3]U[0xbb]%([0xd5]37I[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]N[0x9][0xc5][0x16]{e[Q[0xfa]C[0xbd][0x14][0xe9][0x8e][0xb0][0xee]=[0xa7]M[0x1f]0%WYEf[0xb8][0xe7][0xac][0xae][0xed][0x86]7[0xcc][0xe7]g[0x85][0x7][0x7][0xd8][0x8c]J[0xbe][0xbb][0xc8]^[0xb6][0x19][0xbe][0x1]#[0x18]r7[0x7][0x82][0xfd]z8L[0x93];[0xd9] [0x16][0xfa][0x1e][0xde]E[0xcb][0xea][0xc1][0xde][0xf8][0xa7]n[0xfa][0x94]0/[0xad][0xb5][0xad][0xd5][0xa8][0xe4][0xb6]![0xf2][0xd3]([0xa1][0xda][0xc2][0xd3]f[0xeb][0x89]94cq0[0xa8][0x9f]'[0xc1]i1DB[0xcd][0xc8][0xaa]:[0xb7][0x5][0x3];Y[0xec][0xb8]7[0x89]vXly[0x97]?[0x88][0xe1]H[0xb5][0xe9][0xc1]sXNmb[0xf9][0xcc]m[0x9e]C[0x89][0xf7][0xf9][0x3]I[0xea][0xb5]~[0xa0][0xf3][0xd2][0x1a]i[0x1d][0x85][0x95]?p[0xae][0xb5][0xb7][0xd3][0xd2][0xf2]&x [0xb]F+%[0xfe][0x9][0xd0]iXjt[\r][0xf6]FOCV7[0xbb][0xa4]L[0xef][0xb][0xb5][0xf8]{[0x2][0xd1]~[0xb5][0x8f][0xae]x[0xf7]z=[0xe8][0x1f][0xee][0xde]IW[0xdc][0xcd][0xb2]`0[0x10][0x1c]vc[0xb0]K[0xca]_:[0xbd][0x12][0xba][0xd2][0x12][0xd9][0x92][0xd6][0xa6][0x85][Q{[0xce][0xf5][0x92][0x94],[0x9f][0xb1][0xc3][0xf0]Qn[0xb5]P1[0xe8]7B![0xbd][0x97][0x15][0x83][0x90][0x11]6k[0x13][0xf9]m[0xd3][0xfd][0xd4]K[0xf2][0x16]V[0x8f]\[0xc7][0x86][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]([0xdf][0x97][0xe0]QT[0xbd][0x92][0x1d][0xd2][0xe4][0xa0]A[0xb2][0xa8][0xc2][0xb7][0x99])M[0xa5][0x88]|j[0xf1][0x9d][0x96][0x7][0x81][0x86][0xe5]Q[0xa5][0x8b]\F[0xea][0xdd][0xc9]V[0xe3][0xac]*`n[0xd0][0xe8]1[0x82][0x86][0x9f][0x95];9[0xd4]%[0xa1]4i[0xd4][0x92][0xc1][0x1e][0x1a]2[0x9f][0xf0]EG~[0x81][0xd7]g[0x82][0xc0][0xde][0x11][0x18][0xc]z[0x8d][0xe6]>V[0xc9][0xc6][0xc7][0x94][0xe2]Y[0xcc][0x81][0x86]98W#8[0xd7]k[0x98][0x8d]Sm8[0xa4]a1[0x96]hhB[0x87][\r]OhX[0x81]'mxJ[0xc3][0xd3]X[0xa4][0xe1][0x19][0x1c]f=G4[0x1c][0xc5]1[\r]A[0x84]4[0xc][0xb0][0xf9][[0xd9][0x14][0xf]:4[0x9c][0xcd][0xac]g[0x99][0xd5][0xc5],/[0xb3][0xba][0x99]e0[0xab][0x9][0xc7][0xd9][0xb8][0xe3]l[0xc8]qv[0xf7]8[0xbb]AM#[0xea]mxN[0xc3][0xf3]xA[0xc3][0x8b]x[0x89][0xaa]B[0x9a]Da[0xb1]gW[0xb3]"5[0xc6][0x86][0x97]5[0xbc][0x82][0xa5][0x1a][0xce]`[0x8a]_[0xc5]r[\r]a[0xc]J[0x98]`[0x1d]/[\r][0xaf][0xe1]u[\r]o0[0x89][0xbf][0xc2][0x9b]6[0xbc][0xa5][0xe1]m[0xbc]C[0xa1]J|0[0x94][0x9e][0xb3]4[0xbc][0x8b]E6[0xfc][0x9a]n'&9[0xf1]yxFh[0xa0][0xcf][0xcd]p[0x19][0xee][0xb][0xf8][0x17][0xd3]q3[0x86][0xb4]NM[0x81]`[0x9][0xd3][0x92]Y[0xd3][0x16]9[0x11]&r[0xd8][0xa0][0x96][0xf4][0x18][0x96][0x16][0xb7]*R[0xe][0xa2]$by;t.5[0xba][0x88][0x1e]c[0x9]%q[0xcc][0x8e][0xc5][0xc1][0xe6][0x1f]J[0xbb][0xb4]t[0x8f][0xd3][0x19][0xd3][0x9a]M[0xe8][0xae]H[0x93][0x87][0xe9][0xa1][0x9c][0x15][0xce]`?[0xaf][0xd4][0xe9][0xd5]e[0xeb]J#[0xc8]a[0x8b][0xa2][0x96]K1[0x1d][0xca][0x80][0xe5]#/:[0xe4]?[0x8d][0xb7]AVn[0xe8][0x9a]^5[0xc3][0xc6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0xf4][0xea][0x11]f[0x99][0xa3]hZy[0xaa]1[0x14][0xa1][0xa0][0xd1][0x1f][0xd8]AO_[0x19][0x18]d[0x97][0xfa][0xc0][0x80][0xe1]'[0x86][0xd4]Z[0xbd][0x8a][0x89]J[0x15][0x9][0xdc][0xa6][0x87][0xd6][0xc]U6z[0x8f][0xcc][0xe9][0xa3][0xf4][0xd6][0xc3][0x8c]B[0x13][0x86][0xd2]j0[0xdc][0xe7]s[0xb7][0x98][0xfd]4[0xa7]0[0xb9][0x97][0xbd]TrY[0xf1][0xef][0x8f][0xd1][0x17][0x9c][0x9c]p [0xb2]0[0xbd][0xd7][0xe][0xdf]n[0xf2][0xe9][0xa1][0x10]*[0xe8][0x9d][0xbf][0xe][0x12]fA[0xc5]D[0xb8]QOv[0x3][0xfd][0xbd]"c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "]S][0xe2][0xf6])[0xe6]/[0xd5]H[0xfa]]Jc[0xe6][0xe0]G[0xd4][0xce][0xa5][0xab][0x8d][0xd4][0xaf][0xd0]oA[0xcd][0x11]H5[0xae]g [0xd7][0xd4]>[0x3][0xe5][0x9]>a[0x1e][0xb5][0x85][0xe4][0x1a][0xa8][0xa2][0xb6][0x1a][0xb9][0xf4][0xb7]D>jp[0x1a][0xf5][0x94]G[0xa6]a>[0x16][0x0][0xdc]:[0x9d]/[0xcf][0xac][0x85][0xb4][0x90]L6U1s[0x19]7[0xfd][0xb2]{Y5OC>[0x14]u[0x9e][0xcd];[0x1b][0xb8]C-2[0xc0]t([0xb1]JnN[0x9e]mN[0xb6][0xd3]d[0xe5][0x18]T[0x9][0x8f]$xX[0x10][0xe3][0xc1][0x1e][0xf5][0xd0][0xc4][0xf7][0xca][0xb3]][0xd2]1d)`[0xdb]U[0xb8][0xbf]|[0xbe][0xad]f[0xf2]u&J[0x8][0x17][0xcc][0xef][0x84][0xc8][0xdc][0xe8]VK[0xb1][0x8c]o[0xb5][0x99][0xcf][0x92]J[0xf8]R[0xcb][0xcd][0xa5]vS[0x17][0x8b][0xd8][0xf4][0x98][0xa5][0xca]\[0xb5]G[0x91][0xdd][0xce]z[0xea][0xe][0xc3]F[0xff]r[0x12][0x96][0x8d]Dy[0x3]-[0xbb][0x89][0xec][0xcd][0xf4]7[0xda][0x16][0xbe]t[\r][0xf5][0x17][0xc2]AbZ[0xb8][0xb0][0xe9]Q[0x11][0xd3]I\$[0xde][0xd3][0xb1][0x12][0xad]$[0xd1][0x94]S[0xc9][0xe5][0xb4][0x99]rn[0xa4][0xae],[0xfa][0xad][0x8e][0x91]3[0xc5]U[w[0x14][0xb9][0xa7][0xa9][0xac]o[0xa2]J[0x8a]Xc-[0xc9]G[0x92][0xfc](B[0x80]R[0xe0]\.i6[0xf9]+[0x82][0x93]Kb#[0xaa][0xa3][0x92][0xaa][0xa3][0x92][0xaa][0xd1][0xce]%1[0xeb],[0xb2][0x94]!qU\[0xdc][0xaa]T[0xb1][0xb2][0xa7][0x8e][0xd5]%$l7[0xd9]{(V{G[0x11][0xab][0xd5]X[0x93][0x18][0xab][0xe]SN/u)[0x96]YRk[0x99]%7[0x92][0x84][0x9b])Kn[0x89]9[0x10][0xc9]Y[0xc2][0xac]N[0xac][0x1d]^[0xb4][0x84]'[0xf7]:s[0xd1][0x85][0xf4]+[0x8f][0x98][0xdc]w[0xc7]$[0xa1]=[0xea][0xde][0x8e][0xf5][0x94]/[0x12][0xdf][0xc0]F[0xd3][0xd7].s[0x3][0x15]1[0x1b]([0xa9]q[0x1d][0xc1]8[0xd6]Q[0x1b][0xc9]u:[0xe8][0xda][0xf0]N&[0xf0][0xec]x[0x90]v[0xf2]0[0x85][0xee] &[0xd1][0xf2][0xe5]x,fG[0x15][0xd1]%+[0xcc]%[0x99][0xc5][0xf6][0x16][0xdd]Q9W[0xb1][0xc9]T[0xb1][0xdf]L[0xb9][0xfa][0x18][0x15]'[0xb3][0x8c][0xcb][0xa6][0x8c][0x1b][0x12][0x93][0x90]v[0xf1][0xa2][0xca]h[0xe7][0xa0][0xb7],[\r][0xcf]Q[0xa2]=O[0x1]|[0x1].z[0xb3]r[0xe3][0xe5]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":I[0xea]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]G%[0xd6]G%[0xd6][0xf3]g.skel[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xb9][0xd8][0xcd][0xa6][0xd8][0x83][0xd4][0xc5][0x16]k[0x8c][0x11][][7Qe[0x7]$kXn[0x16][0x93][0x9b]5[0x92][0xdc][0xdf][0x90][0xdc][0xdf][0xa2][0x18][0x1f][0xd0][0xf5][0x87]T[0x95]?[0xa2][0xba][0xf6]1[0x97][0xbb][0x90][0xee][0x17][0x9b]rY`[0x1a][0xa3]r[0x1b][0xa3]r[0x1b][0xa3]r[0x1b][0xf9][0xd9]Q[0xb8][0xc5][0xce][0x8e]:$[0xbc][0x81][0xb][0xff]q[0xaa]([0xdb]G[0x17][0xe5][0xbf][0x90][0xec][0xcf]([0x9a][0x9f]S[0x94][0xbf][0xa0](IQ[0xfe][0xfb][0xf][0x8a]2;Y[0x9]Q[0xde]b[0x8a][0xdd]c[0x1e]tAb[0xd6][0x9][0x13][0xf3][0xdf][0xa4][0xee][0xbf][0x94][0x98]_[0x93][0x8e]o(![0xbf][0x8b][0x9e][0xf4][0x91][0x13][0x93]Y[0xec][0xd0])[0xb1])[0xba]UD[0x94][0xbc][0xa4]C'e[[0x12][0xc5]#"J^[0x1c]Q[0xf2][0x93]j[0x85]4[0x1e][0x9a]T[0x88][0x12][0xa9](][0xa2]xDD[0xc9][0x13][0x12]%?[0xa9]JJ[0xd3]h[0xd9][0xe9]([0x94]f[0xa0][0x92]j[0xef][0x18][0x88][0xe2][0x11][0x11]%oD[0xa2]XH[0x9a]C[0x92][0xe6][0xa2]H[0x9a][0x87]*i~f[0x88][0xe2][0x11][0x11]%OH[0x14][0xb]a-$l%[0xc5][0xaa][0x95]b[0xd5]>[0x16][0xa2]xDD[0xc9][0x8b]#[0x8a]E[0x96]l$[0x9][0x9b])K[0xb6][0x8c][0x9e]([ED[0xb1]H[0xee][0xde][0x14]D[0xf1][0x88][0x88][0x92][0x97]L[0x94]|[0xcb][0x83]+[0x5]i'a8[0xa4]AL[0x92]v[0xa0]\[0xda]5z[0xa2]xDD[0xc9]KI[0x94]$Q[0xbc][0xd6]I{I[0xd4][0x15]pJW[0xa2]T[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe9]j[0xb8][0xa5]k3C[0x14][0x8f][0x88](yi[0x10]E w[0x1f][0xc9][0xbd][0x13][0xc5][0xd2]]([0x93][0xee]F[0x9d]t[0xf][0x1a][0xa4]{3M[0x14][0x8f][0x88](y)[0x89]"[0x90][0xfd]([0xc9]~[0x9c][0xa2]|[0x88][0xa2][0xfc][0x4]E[0xf9]I[0x8a][0xf2][0xd3][0x99]![0x8a]GD[0x94][0xc4][0xc4][0xac][0x13]&[0xe6]K[0xa4][0xee][0x15]J[0xcc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W)1_[0xa3][0xc4]|c,D9[D[0x94][0x82][0xe4]C[0xf7][0xbe]%Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88]2>[0xb9]V[0xfc][0x9e]6[0xf2][0x9][0xd5][0x8a]?[0xa6]K[0x14]]D[0x94][0x2]!Q[0xc6]'W[0xc9][0xd0][0xb2][0xff][0xa2]*[0xf9][0x15]U[0xc9][0x13]c![0x8a]."J[0xc1][0x88]DI[0x96]D[0x1b][0xd7]d[0x19]E[0xb2][0x82]*9+3D[0xd1]ED)[0x10][0x12][0xc5]B[0x98][0x93][0x84][0x15][0xa3]P[0x9e][0x80]J[0xb9]t,D[0xd1]ED)[0x88]#Jr[0x96][0xc8][0x95]$a[0x6]J[0xe4][0xaa][0xd1][0x13][0xe5]l[0x11]Q[0x92][0x93][nHA[0x14]]D[0x94][0x82]d[0xa2][0x8c][0xb7]<[0xb8][0xf2][0x2][0xda][0xc9]B8[0xe4]30I^[0x84]ry[0xc9][0xe8][0x89][0xa2][0x8b][0x88]R[0x90][0x92](I[0xa2]x[0xad][0x93][0xdb]I[0xd4]*8[0xe5][0xd5]([0x95][0xd7][0xc0]%w[0xc0]-[0xaf][0xcd][0xc]Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2] [0x8a]@[0xae][0x97][0xe4][0x1a]([0x96]{P&[0xf7][0xa2]N[0xde][0x86][0x6]y{[0xa6][0x89][0xa2][0x8b][0x88]R[0x90][0x92]([0x2][0xd9];I[0xf6]y[0x14][0xe5][0xf3])[0xca][0x17]P[0x94]/[0xa4](_[0x9c][0x19][0xa2][0xe8]"[0xa2]$&f[0x9d]01[0xaf]!u[0xd7]Qb^O[0x89]y[0x3]%[0xe6]Mc!J[0x97][0x88]([0x8e][0xe4]Cw[0x87]%Q[0xbc]"[0xa2]8[0xe2][0x88]R[0x98]\+[0xee][0xa7][0x8d]<@[0xb5][0xe2][0xc1]t[0x89][0xe2][0x15][0x11][0xc5]!$Jar[0x95][0xed][0xe4][0x3]:[0xb8][0x1f][0xd2][0xc1][0xfd][0x88][0xe][0xee][0xc7][0xa3]'[0x8a]!"[0x8a]3%Q[0x92]DEj[0xdd][0xa7]$[0xea][0xaf]T[0xeb]>[0xa3]Z[0xf7]9[0xd5][0xba]/[0xa8][0xd6][0xfd]-3D1DDq[0xa6]A[0x14][0x81][0xdc][0xff][0x90][0xdc][0xaf][0x89]([0xdf][0x10]Q[0xbe]%[0xa2]|GD[0xf9]>[0xd3]D1DDq[0xa6]$[0x8a][0xb5]lu[0x1c]45[0xf]N5[0x1f][0xa5]j[0x1]\[0xea]x[0xb8][0xd5][0xc2][0xcc][0x10][0xc5][0x10][0x11]%11[0xeb]D[0x89][0xa9]N%u[0x15]p[0xa8][0xd3]0I[0xad]D[0xb9]:c,D[0xe9][0xa1][0x13][0xce][0xf5][0xc8][0x1a]9[0xc8]!D[0xd8][0xb9][0x86][0xc9][0x7][0x99][0x93][0xff][0x1]<[0xa0][0x91][0xe7][0xc2][0xe][0x18](K@[0xb5][0xe][0xd8]K[0xff][0xa6][0xd0][0xbf]GyE[0x3]>[0x8e][0xf9][0xff][0x83]^[0x9b][0xa8]N[0xcc]ba[0xb7][0xf1][0x88][0xdb]X[0xc4][0xb3][0xa9]`[0x14][0xab]8[0x80][0x3]1[0xff][0x99][0xef]N[0xc1][0xc0][0x9]l[0xe0][0xc5]1[0xbd][0x5][0x5][0x3]K[0xd8][0xc0][0xb5]1Pn[0x11][0xc],e[0x3]kcb].[0x18]8[0x91][\r]T[0xe2][0x3][0xdf]E[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xa9][0xc8]R[0xe7]`[0xae]:[0xf]K[0xd5][0xf9]hS[0x17]`[0xab]z:tu[0x11][0xfa][0xd5]%[0xd8][0xa1]6[0xe1]Ju)[0xae]Q[0x97][0xe3]6[0xb5][0x5][0xfb][0xd5][0x15]8[0xa4][0xae][0xc4]Sj;^TW[0xe1]Mu5~[0xa7][0xae][0xc1]'[0xea]Z|[0xa9][0xae][0xc7][0x9]u[0x83]$[0xab][0x1b][0xa5],u[0xab][0x94][0xab]z[0xf8]C<[0x9f]x[0xdd]f[0x96]k[0x1b]vD[0xad][0xfd]Q[0xeb][0xcd][0xa8]u"j[0xd1]3[0x1b]z[0xec][0xd2]P[0x9]d[0xd6][0xb6][0xc8]c'[0xab][0xf][0xdb][0xd9][0xe9]![0xeb][0x1c][0xea]S[0xb9][0xc5]R3[0x8b][,)[0xb2]yR[0xe4] {n5[0xfb][0x1f][0xd8][0xd7][0x2][0xfd]f[0xa6][0xae][0xa6][0x19][0x91][0xef]J\[0xb5]O[0xa2][0xec][0x18]NR[0x10][0xf7]][0x89][0x9d]-[0xa3]z[0x91][0xaf]v[0xb][0xbe]'[0xf1]#[0x80][0xc8][0xf7]$[0xa7]sQ2[0xfb]\[0xcf]t:[0xff][0xbe][0x84][0xb9][0xe7][0xf]g[0x92][0x84][0xc2])[0x87]15[0xd1]}?[0xb9][0xf7][0xc7][0xbc][0xd3][0xc][0xb9][0x97][0xd9][0xe7][0xa6][0xab][0xb0][0xf9]N[0xe3]r[0xbd][0x81][0x99]1[0xee]\[0xc7]P.[0xe1][0xf0][0xd0]Y[0x8b][0xf4][0x1d][0xc5]4[0xea]I`[0xa8][0x1a][0x84][0xaa][0x86])[[0x6]Q[0xa3][0xee][0x8c][0xa1][0x8c]+[0xba][0x1b][0x97][0x19]b[0xf3][0x14][0xd5] [0x97]}[0xd8]g*[0xb8][0xdf][0xfc][0x6]g[0xd1]qTn<[0x82][0xe9][0xad][0xae][0x1a]s[0xed][0x19][0xeb][0xc9]:[0x99]e[0xde]42[0xaa]$[0x1c]C[0xb5][0x84][0x97]0[0xb3][0xcd]UX[0xc3]n3[0xc8]O[0xe3][0xc6]a[0xb8][0xe]EeMaOX[0xbd][0x0]9[0xea][0x85]T[0x92].[0xa2]C[0x9][0x95][0xa4]K[0xd1][0xa8][0xee][0xc6]|[0xf5][0xb2]h[0xc0]][0x18]O[0x19][0xb3][0x81][0x8b]][0xc4]%[0xb2][0xe7]9[0x17];[0x9][0x81][0x92][0xf9]t[0xa5][0xef]0[0xdf][0x86][0xf3][0xc8]:?[0x1a][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]M [0xb7]p[0xf2]a[0xd4]>[0x85]2[0x16][0x11])[0xe6][0x9b][0x5]6[0xe0][0x2][0x1e][0xe8][0xb][0xff][0xf]PK[0x7][0x8]08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.class[0xa5]ViSSW[0x18]~[0xe]Y.I[0xae][0xb2][0x8]jj[7[0xc4]@[0x84][0xb8][0xe0][0xc6]f[0x15]E[0xa2][0x1][0x97]([0x88]K[0xe9]%\[0xc2][0x85][0xcb]Mzs[0xa3][0xd2]}[0xfd][0x11][0xfd][0x5]~[0xad]:SK[0x9d][0xa9][0x1d][0xfd][0xd0][0x99][0xce][0xf4][0xf][0xd9][0xc5]>[0xe7][0xde][0x10][0x88][0x89]b[0xdb]d[0xe6][0xbe][0xe7][0xbc][0xfb][0xfb][0x9c][0xf7][0xbc]s~[0xfb][0xfb][0xa7][0x9f][0x1][0x1c][0xc2][0xb7]alC2[0x84][0xb7]pN[0xc1][0xf9]0|H[0xc9][0xcd]h[0x4]c[0xb8][0x10][0xc1]E\[0x8a][0xe0]2[0xd2][0xf2]sE[0xc1][0xd5][0x8][0xc2][0x18]W0![0xe9]5[0x5][0x93]al[0xc4][0xf5][0x8]n[0xe0]f[0x18][0xb7][0xf0]~[0x88][0xdb])[0xb9][0xfd]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xe9]dZn3[0xf2]3[0xa3]@[0xf]c+[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x15]d[0x15][0xcc][0x9][0xa8][0x8b]Sy[0xed]n*[0x97][0xcd][0x1a]VV[0xa0]#[0x95][0xb3][0xb3][0x89]\[0xbe][0xd0]3[0x9f] ?az[0x82][0xc4][0xc5][0xb2][0xce][0xa8]fiY[0xdd][0xee][0x13][0x8]-NI[0xb1]n[0x17][0x4][0x1a]R[0xf3][0xda]m-Qt[0xc]31[0xaa][0xe5][0xa5]4md-[0xcd])[0xda][0xba]@[0xaa]R[0xda][0xef]mM[0x8d][0x8e][0xd3][0x8e]M[0xa7]}[0xaf][0x8][0g[0xc9]I[0xcb]o[0xca][\r][0xd5]7H[0xd7][0xc1]~[0xc3]2[0x9c]A[0x1]_[0xac]c\[0xc0]?[0x94][0x9b][0xd1]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa5][0x8f][0x15][0x17][0xa7]u[0xfb][0x8a]6m[0x92][0xd3][0x9c][0xca]e4s\[0xb3][\r][0xb9]/1[0xfd][0xce][0x9c][0xc1][0x84][0xf7][0xbf]i[0xc4]a-[0xe3][0xe4][0xec]%[0x86]m,[0xe8][0xce][0xa9][0xa2]5c[0xea]C9[0xcb][0xd1][0xef]:[0x2]{b[0x9e][0x9b]B[0xd6]H[0xcc][0xda][0xda][0xa2]~'g/$*[0x94][0xfa][0xdc][0x14]-[0xca]dBU[0x85][0xb3][0x1a][0xf][0xc4]Wc_[\r][0x82]@@[0xb7][0x1c]{[0x89][0xf4][0x8c]G[0xd5][0xa4]e[0xe9][0xf6][0x90][0xa9][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xab]k[0xad][0x4][0xbc][0xcd][0xd5][0xa2][0x99][0x92]Y[0xc9]|[0xd7][0xfa][0x89][0xb]l[0xae][0x4]p)[0xbf][0x2][0xe2][0xe5]Z[0xfe][0xff][0xef][0xb1]nH;Zf[0x81][0xee][0xdc] n[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x99][0xb5][0xad][0x9b][0xba]V`[0xdc]PVwR%[0xb8][0xda]c[0xd5][0xf1]<[0x8]=[0xf7]e[0xac]B[0xa5][0x6][0x97]F;_[0xdf][0xdf][0xd4]W[0xb0][0xe0]^[0x8f][0x9]^.[0x86][0x9e]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9c][0xc]][0xdf][0x9f]1Km[0x17]N[0xe7][0x8a]vF[0x1f]6$[0x14][[0xaa]{[0xa5][[0xe6][0xa5]b7[0xda]Tl[0xc7][0xe][0x81]x[0xed][0xa0][0x17][0xd2]g[0x93]U[0x17]K[0xda][0xc5]U[0xbc][0x83]w[0x15][0x98]*[0x16]a)[0xc8][0xa9][0xc8][0xe3]C[0xc2][0xa1][0xc2]FA[0x85][0x83][0xa2][0xc0][0xa6][0x1a]G[0xa0][0xe2][0xb6][0x14]5[0xbe][0xc][0x8c][0x8a];[0x92][0xbf][0xf7][\r][0x8f]C[0xc5]],)[0xf8]H[0xc5][0xc7]hS[0xf0][0x89][0x8a]O[0xf1][0x99][0x8a][0xcf][0xd1][0xa5]b[0x0]_[0xc8][0x14][0xbf]T[0xf1][0x15][0xbe]V[0xf1][0x8d],[0xf2][0xc][0xda][0xd8]s[0xab][0xf9]L[0xe8][0xda][0xc2][0x88]V[0x98]c^[0x2][0xdd][0xff][0xee][0xa2]Udaz^[0xcf][0xb0][[0xb7][0xae][0x1e]k[0xf2]%[0xed][0xe6][0xd5][0xb0]IG[0xb7]5rW[0xb0]q]\[0x99][0xb3]sw[0xbc][0xae][0xdd][0xbe][0xce][0xd9][0xb3][0x5]+0[0xe5][0xa1][0xbb][0xd7],[0xad]3[0x85][0xa6]X[0xc7][0x9a][0xa6]'[0xab][0xaf]B[0xdd][0xd5][0xa9]7[0xca][0x19]l[0xae]P_[0xc9]L^[0xc1]9[0xad]0[0xe6]^AN[0xaf][0xeb]r4[0xb8][0x9b][0x96][0x15][0xfd]5u[0xcb][0xe1][0xc0][0x86]?[0xaf][0xb3][0xcc]z.[0xc6]5[0xb3][0xc8]2Z8[0x87][0xaa][0xda]F`0[0xf6][0xc6][0xb3][0xbb][0xc6][0xc5][0x19]ew[0xd4][0x8][0xe5][0xcf][0xe5]uK[0xe0]@m[0x3][0x83][0xe3][0xc3][0xb6]431[0xac][0x99][0xe6]4[0xaf]4[0xcd][0xcb][0xc7][0xd5][0x94][0xb1]u[0xcd][0xd1][0xd7][0x88][0x4].[0xbe]f[0x8a][0xd6][0xca]u[0xdd];,[0xaf]hj[0xb8][0xe7][0xdc][0xd4][0xf0][0xa5][0xa1]1[0x81][0xb3]5&[0xc5]s{[0xa4][0x96][0xa7][0xf5][0xcc]$[0xb6][0xbe]|[0x91][0x87]|,V}[0xc6][0xd5][0x9c][0x9a][0x8d][0x10][0xc8][0x98][0x1c]C[0xd8][0xc9][0xa7][0xc1]6[0x8][0xbc][0x8d]:>[0x0]8$[0xf8][0x86][0x8][0xcb]!C[0xde]N[0xae][0xeb][0xb0][0xb]A[0xae]9{[0xf8][0xdd]CN[0x82]T[0x90][0x6]:[0x1f]A[0xdc]wU[0xda][0xf9][\r][0xba][0xcc][0x1d][0xd8][0xcb][0xaf][0xea]) [0x86][0xe][0xd2][0x10]:[0x11][0xf7][0x8c][0xc5]&>G[0x14][0xf2][0xe6][0x1f][0xa0]n2[0xf5][0xf4]1|[0x93]t[0xe3][0x88][0x0][0x19][0xcb][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",C[0x11][0x18][0xdd][0xb7][0x8c]z[0x81][0xef][0xb0][0x9f][0x8b][0x90][0xc0]/[0x8][0x8f]u-#"Wj[0xaf][0x9f][0xcb][\r]r[0xb9][0xb1]7[0x10][0xa5]a [0xea][0xff][0x1][\r][0xf7]^[0xfc][0xce][0xe5]2[0x1a]9[0x1e][0x9f][0xdd]C[0xb8]7[0x18][0x16][\r]>[0xb9][0xcf][0xfc][0x82][0x98][0xc2]4[0xa3]Nc[0xd6][0xa5]~7[0xe3]N[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tS[0x9a]@[0x13][0xe][0xe0] [0xff][0x3]|@[0x8d][0xa0][0x87]o[0xa3][0xc3][0xb8][0x8a]#|[0x1][0x1d][0x85][0x81]cnU[0x9d][0xb4][0x1b]@+[0xf6][0xa1][0x8b][0xab][0x11]Zw[0xd3]2@[0xab][0x1d][0xd8]O;[0x9f][0xac][0x8b][0xb6][0x87]I[0x8f][0x94]P[0xf0]dG);FN+[0xfc]a[0xbb][0x82][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9f][0xe3]pJA[0xdf]s[0x86][0xf][0xa1][0xbf][0x8c]n[0x14][0xde][0xcf]EV[0xac]A[0xf6][0x4][0xbf][0x3][0x18],[0xa9][0xfd][0xc1][0xc][0x82][0xa4]c,[0xf9]W[0xa8]"[0xfe]#[0x9a]F[0xef][0xa1][0x91][0xdb][0xf8][0x3]4/c[0x93][0xf][0xa3][0x8f][0xb1]q2[0xbe][0xef][0x11]Z<[0xad][0xdd][0x12][0xf3]^[0xff]S[0x92]8[0x11]l[0xf5]a"[0xea]'R[0x11][0xa2][0xe8][0x16][\r]<[0xe9][0xfa][0x9e]X[0x1d][0xc2]I[0x9c][0xa6][0xe7][0xd3]H[0xba][0xd4][0xe7][0xe6][0xd0][0xce]$[0xc1][0xb7]c[0x90][0xc8]4`[0x9c][0xed]r[0x8d][0xbc]Ibq[0x83][0x16]7[0x99][0xd7]-[0xa4][0x88][0xb2][0xc4][0xa9][0x87][0x98][0xa8][0xb4];[0x81][0xf7][0xe8][0x8f]9[0x96][0xfa]@[0xae]$v[0xb2][0xd9][0xe][0x96][0xa4][0xed][0x94]I[0x14]=|[0xf6][0xc0][0xdf][0xf0]'T[0x5]'_[0xd0]S@[0xc1])[0x5]C[0xdc])8M[0xd0] \[0xbc][0x14][0xa6]r[0xa6][0x8c][0xd7]q[0x17][0x1c]B[0xeb][0x9e][0xfd]f[0x1][0x97]na[0x8b][0xb2][0xa7]V1l&^[0x80][0x8e]zv@#[0xb2]h[0xc1][0x1c][0xd7][0xc3]e7{[0xdd]L[0x81][0xc8]cl[0x9d]|[0x84][0xe8]C[0xd4][0xad][0x1a][0x87]]a[0x7]i'Wg[0xdd][0x96][0x1f]a[0x9]R[0xc2][0xc9][0xc0][0xb2][0xe][0x4]C[0xff][0x0]PK[0x7][0x8][0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.class[0x8d]VaW[0x13]G[0x14][0xbd][0x13][0x2][0x9b]l[0x16]AH[0xa4][0xad]m[0xa5][0xa8][0x10][0x8c][0xb8]Z[0xb5]-[\r]E[0x5][0xc4][0xa2][0x9][0xd8][0x86][0xd2][0xa2][0xb6]t[0xd9]l[0xe2][0xc2]&[0x9b][0xb3][0xd9]P[0xfc]E~[0xad]r[0xe][0xd6]zN?[0xd2]s[0xfa][0x9b]zz[0xfa][0xde][0xee][0x90]@[0x8][0xe0][0x7][0xde][0xcc][0xce][0xbc]w[0xef]{o[0xee]L[0xf8][0xe7][0xbf]?[0xff][0x2]p[0x13][0x1b]*[0x86]p_[0xc1][0xbc][0x8a][0x8][0x1e][0xc4]q[0xe][0xdf]&[0xb0][0x80][0x87]<{[0xc4][0xb3]\[0x2]y,[0xf2][0xe7][0x92]J[0xe6][0xb1][0x8a]$[0xbe]c[0xf3]=G[0x16]x[0xb6][0xcc][0xe6][0x7]6+l~[0xe4][0xb0][0x9f][0xd8][0xac]*x[0xc2]+[0x84][0xff]T[0xc1]3[0x5]?[0xb][0xc4]+k[0xa6][[0xf5][0xad]m_`$[0xe7]ze[0xdd][0xad][0xd5]om[0xe8]5c[w[0xdc]r[0xd9][0xae][0x96][0xf5][0xc7][0xc6][0xf6]l[0xe8][0x93][0x15][0xe8][0xaf][0xac][0x15][0xad][0x92][0xd1]p[0xfc][0xd9][0xfd]8[0xad][0xb2]F[0xee][0xb9][0xd0][`[0xfc]x[0x18][0xe9][0x93]7[0xaa]F[0xd9][0xf2][0x8][0xad]g[0xca][0xae][0xda][0xfe][0xb4]@Wz|E :[0xeb][0x16]-[0x81][0xbe][0x9c]][0xb5][0x16][0x1b][0x95]u[0xcb][6[0xd6][0x1d]Z[0x19][0xc8][0xb9][0xa6][0xe1][0xac][0x18][0x9e][0xcd][0xdf]r1[0xea]?[0xb7][0xeb][0x2][0x13][0xc7][0xf0][0xd5][0x9d][0x12][0xad][0x14][0xd8][0xe6][0xe7]f[0xef][0x15][0x8d][0x9a][0x1f]p[0xf6][0xd7]-[0xa6]Q-:V[0xb3][0x82][0xcb][0xe9][0x10][0xa3]^[0xb6][0xf5][0x92]gT[0xac][0xdf]\oS?[0xe4][0x94][0xe5][0xfc][0xba]L[0xbb][0xd9][0xa7][0x93][0x9c][0x5][0xd4][0xb2][0xd5][0xea][0xd0][0xa5][0xf4][0x9]Mi[0xc5][0xf4][0x16]|[0xc3][0xdc][0xcc][0x1b][0xb5][0xa0]@:-b[0xac]5(~,[0x9d][0xdb]0[0xb6][0xc][0xdd]1([0xa4][0xe0]{[0x14][0x99]=[0xba][0x12]d[0xb8]i[0xbd][0xe0]v[0x1d][0xd9][0xa4][0xad]-[0xc3]!Ky[0x9][0x8c]v[0x0][0x1c][0xef][0x14][0xd4]MA[\r][0xeb]0[0xe2][0xd2][0xfa][0x86]e[0xfa][0xd9]@B[0xbf][0xd0][0x19]zV[0xc5][0xdd]"[0x9f]T'P[0xca][0xa9][0xdb]t,[0xc3][0x13][0x18][0xc]ZR{[0xb1]T[0x92]%S[0xa5][0x2]g[0xd3][0x92][0xb8][0xe1][0xdb][0x8e]NK[0xdc][0x88]z[0xb3]y[0x81][0xcf]@[0xba][0xcd][0x85]aU[0xf3][0x80]G[0xdf][0x11][0xc][0xa5]h[0xd7]kn[0x9d][0xf2][0x8a]M[0x99][0x8e][0x94][0x99]Zp[0x1b][0x9e]i[0xcd][0xdb][0xac][0x9f]d[0x9b]6[0xae]1[0x84][0x86]OqA [0xd3][0xf9][0xb8][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0x16][0x8e][0xe8][0x98]CF5|[0x8c]O[0x14][0xac]i[0xf8][0x15][0x17]4|[0x88][0x8f]4[0x18]XW`j([0xe2][0x8a][0x86][0xf3][0xbc]2[0xce][0xb3][0x9]X[0x1a]>GIC[0x19][0xcf]5|[0x85]I[\r]_sP[0x16]S[0x1a][0xbe][0xc1][0xb4][0x6][0x9b]?[0xef]q"[0xc3][0xa7][0xe9][0xe6][0xd8]\;[0xea][0x9f][0xe4][0xdf]~[0x90][0x2][0x1f]0@[0xe8]^[0xaf][0xd9][0xfa]1[0xde][0xe1][0x89][0x92][0x18][0xdf][0xf3]z[0xd3][0x5]ukV[0x95][0xfa]L[0xe7][0xde][0xda]-X[0xde][0x96]mR[0xfb]3'][0x8a][0xc3][0xce][0xd9][0xf7]`m[0xe2][0xf6][0x86]t[0xcd][0xf6][0x9c]ry[0xa4][0x9a]YQ[0xa7][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]J[0x8a][0xf2][0xdd][0xfd]n$[0xd3][0x9d][0xef][0x8d][0xe9][0x90][0xf6][0xf0][0x19][0xbd][0xd1]C[0xa0][0xe][0xa3][0xb]*[0x8b][0x82]^y[0x95][0xa5][0x10][0x8c][0xa4][0x18][0x1a][0x13][0xb4]O[0x9a]#;L_:[0x8d][0x82][0xc6][0xee]+o ^[0xd1]$B @O[0xb0]x[0x1e]#d[0xb5][0xd0][0x1][0x17]q[0x89][0xc6]8.cT[0x6][0xcf][0x13][\r][0xef]%[0xdf]![0xb2]J[0x0]];[0x88][0xbe]F[0xf4]-[0xba][0x5]ZXg[0xc8][0xb][0x14][0x95][0xc0][0x18][0x6][0x91]>[0x80][0x99][0xa4][0x95]t[0x90][0x1a][0x9]UbV[0x83][0x1d] [0xfb][0x1a]=#Mp{[0x18][0x9]@[0x15][0x81]=[0xc][0xee]O[0xdf]"&[0xf0][0x12]Q[0xb1][0x83][0x1e]r[0xdd]C[0x9c][0xec]K[0x9e][0xc7]o[0xa3][0xbe][0x1][0xd6][0x6][0xb7][0xe8][0xf][0xe8]E[0xf7][0xd8]][0x5]W#[0x89][0x19][0xb2][0xc4]6[0x81]k[0x92][0xfb][0x11][0xb9]s@[0xfc][0xf][0xa8][0x99][0xab][0xbb]H[0xb4][0x8a][0xe0][0x1f]H`[0x12]1[0xba]:\[0xc0]p[0xe8]([0x9b][0xc2]3[0x1d][0xd7][0x83][0xd4][0xe3][0xc4]w[0x9d][0xbc][0x5]q[0xde][0x94][0xc0][0x9b][0xf4][0xcd][0xfe]C"[0xcf][0xd0][0xbb][0xd0]V[0xf3]{P[0x89][0xa2][0x97]K[0xe0][0x84][0xbb][0xe][0xd0]L[0x93][0xbd]s[0x80]f[0xa8]I3$i"HQ9[0xb7]i[0xcc][0x4][0xdd][0x8c][0xfc][0x8b][0x94][0x82]/[0xa8][0xae]/i[0x97][0xae][0xb8]$[0xbe]K[0x1e][0x8c][0x18][0xb]i[0xcf][0xb4][0x17]4[0x7][0x5][0xf7][0x3][0xa6]s[0xa1]_[0x93])&[0x99][0x4][0xbf][0x15][0x12][0xed][0xb6][0x14][0x8b]Bh[0xbb][0xe8]k[0x7][ [0xd9]<[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x8e][0x94]|[0xc7][0x82][0x82][0xd4][0xbc][0x14]F[0x6]=[\r][0x9f][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0x82][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0xfd][0xe2][0x82]L[0xfd][0x80][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x8][0xd7][0xb5],5[0xaf][0xc4]Z3[0x8c][0x91][0x81]+8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A[0x0][0xa8][0x2]bRj[0x91]^VbY"#[0x83]*^[0xe3]`[0x8a][0x81]ZA[0xca][0xf5]s[0x12][0x81]r[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.class][0x8d][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x1c][0xc4][0xef]_[0xfb][0xa1]N[0xe]>[0x84]u0[0x83]n[0x9d]+[0xe][0x82]B[0xc1]=[0xb6]![0xa4][0x84]$[0xa4]U[0xfa]l[0xe]>[0x80][0xf]%6[0x93][0xe2][\r][0xc7]q[0xf0][0xbb]{[0xbd][0x1f]O[0x0][[0xcc]2d[0x19][0xa6][0x84]Dxo=a[0xbd]:[0xb6][0xfc][0xce][0x99][0xe6]F[0xb2][0xaa][0xf7][0xca][0xc8][0xe2][0xa7])[0x87]Z[0xb8]^YS[0xe4][0x17][0xc2][0xbc][0xb2]7_[0x8b][0xbd][0xd2][0x82][0xb0]<[0xf3][0xa1][0xc]#[0x7]n[0x1a]-[0xfc]&P[0x84][0xdc]z[0xc9][0xac][0xeb]v-s|`[0xda]J9n[0xb2][0xce])[0xf6][0x7][0x10][0x16][0xdf][0xa3][0xd3][0xb5][0x15]u[0x9f][0x12][0x8][0x11][0x82](&L[0x10][0x87][0x84]d[0xf4][0x8][0xe9][0x7]PK[0x7][0x8][0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxFilter.class}[0x8f][0xbd]n[0xc2]P[0xc][0x85][0x8f]IH[0x80][0xf2][0xd7][0x91][0x99][0x5][0x16][0xee]P6&[0x14]R[0x9])[0x2]Th%[0xc6][0xb]\E[0x89][0xa2][0xdc]([0xb9] [0x9e][0x8d][0x81][0x7][0xe8]C[0xd1][0x1a][0x10][0x12][0x13][0x96]<|[0xf6][0xf1][0xb1][0xfd]{9[0x9d][0x1]|[0xe0][0xdd]E[0xcb]E[0x9b]`O[0xfc][0xd9][0x9a]@SB[0xc3][0xd3]iadj~d[0xb2]W[0xd6][0x1f][0x7][0xc1][0x9d][0xf9][0xdf][0xab][0xaf]q`[0xf1][0x18][0x8][0xce][0xd8][0xf3][0xfc][0xc5][0xea]JD[0xa8][0xec][0xf4]g[0x94][0x18][0x95][0x13][0x6][0xbd]@[0xe7][0xa1][0xd0]Y1[0x8c]E&[0x8f]"[0xd1]a[0x18][0xa5][0xa1]([0xb2]H,[0xe4]1[0xb8][0xa3]P[0xa9][0x19][0xf5]y[m[0xa9][0xf7][0xf9]V[0xf1][0xbc]"4Yqw[0x1a][0xc4][0xf2] [0x9][0xdd][0x97]f[0x8f][0xa5][0xed][0xab]X$[0x92];[0xf3]M[0xac][0xb6][0xc6][0xe1]OP[0xe2][0xe3],t8m[0xa6]2S[0x9][0xe][0xb3][0xfb][0xc4][0x15][0xe6][0xea][0x13][0xd7]@6[0xe1][\r][0xf5][0xdb][0x97][0x8d][[0xad][0xf9][0xf]PK[0x7][0x8][0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLayout.class}OK[0xe][0x1]A[0x10]}[0xc5]0[0xfe][0xb1]p[0x3][0x9b][0xb1][0xd1][0xb]v[0x16][0x16]B,&![0xe1][0x2][0xcd]t:3[0x99]LMF[0x13][0xae]f[0xe1][0x0][0xe]%[0xba][0x91][0xd8][0x88]Z[0xd4]{U[0xf5][0xea]w\o[0x0]Fh[0xfb]h[0xfa]h[0x11]j[0x11][0x87][0xf2][0xc2]GC[0x98][0x6]![0x17]Zp~[0x18]'"[0x97]g[0x91][0xb2][0xd6]q[0xa6][0xc5]![0x8f][0xc5]Z[0x9e][0xc3]w8?[0xa9][0xcc]L[0x6]a"OR[0xa4][0xd2][0xd6]7[0xa6][0xb0][0xf9][0x9][0xa1][0xa3][0x95][0x99]qf[0xac]`{[0xc9][0x15][0xa1][0x17][0xfc][0xd4][0xd5][0xad]n[0xa9]d[0xa4][0x8a]7_0[0x1b][0xc7][0x1b][0x1b]>[0x16]{[0xb5][0x88]S[0xdb][0xdb]q+_[0xa7][\r][0xdd][0x8]B[0xff][0xff]u[0x9f]/[0xba][0xdf]}[0xab]][0xa2][0xf6][0xa6]J [0x94][0xe0][0xcc][0xf3][0x8]ex[0x96][0x10]*[0xa8][0xbe][0xd0][0xff]`[0xcd][0xa1]U[0xd6][0xad]/[0xa1][0xf1][0x4]PK[0x7][0x8][0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLevel.class[0x85][0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]1[0x10][0x84]g[0xfd];A[0xf0][\r]l[0xbc]kL[0xa1][0x9d][0xb5][0x8a] (\g[0x17]e[0x9]9[0x82]9s[0xf1][0xd0]W[0xb3][0xf0][0x1]|(1'X[0xbb][0xc5]N1[0xdf][0xee][0xcc][0xeb][0xfd]x[0x2][0x98][0xa1][0x1f][0xa1][0x1b][0xa1]G[0x18][0xea]b[0xed]Xzv;[0xb7][0xbc]\[0xa5]!L[0xe2][0xad]uJ[0xd8][0xbc][0x98]g"[0x97]7a[0xac]R[0xfa][0xac]D[0x91]k[0xb1][0x97][0xb7]-[0x97]l[0x16][0xc9][0x81][0xd0][0xf4]vs[0xf6][0x84]z[0x9c]l[0x8]#[0xc5]>[0xbd][0x17][0x81][0xe][0x8f]t)[\r]W^7[0xb5]Ww[0xe2][0x95]6L[0x18][0xfc][0xce][0xa7][0x99],%a[0xfc]?(T[0xac]Xad0v[0xc7][0x8c]O[0xbe]E [0xd4]PM[0xbd][0x11][0xd2][0xd1][0x0][0x82]6[0xd1][0xfa]jTi [0xda]a[0xd7][0xd0][0xf9][0x0]PK[0x7][0x8]k[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.class]N[0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x9c][0xad][0xd5][0xfa][0x4][0xf]~[0x84][0xbd][0x98][0x83][0xde]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]P[0x1f][0xd0]/Hk[0x8c])5)m[0x14][0xbf][0xcd][0x83][0x1f][0xe0]G[0x89])[0x15][0x4][0xf7][0xb0][0xb3][0xc3][0xce][0xcc][0xee][0xeb][0xfd]x[0x2][0x98]c[0x18][0xa0][0x1f]`@[0x18]Ha[0xd7]*[0x17];~[0x11][0x84][0xc9]4[0x8c]2~[0xe3],[0xe7]Z[0xb2][0xd8][0x96]J[0xcb]%a[0xe8]D[0xab][0x9c]WU[0xa3][0x1a]9[0x1a])-v[0xd7]K"[0xca][0x86]o[0x85]=[0x9b]c[0xb3][0xef][0xc7][0xe6]Z[0xa6][0xa2][0x8e]u[0x91][0x7]~[0x8f]L[0xca][0xad]2z[0xa3]OfV[0xe7][0x13]BSJf[0x8a]j[0x91][0xb1][0x82][0xdf]Yn[0xa4]t[0xb7]XU([0xf6]g [0x8c]/[0xed][0x93]L[0xa4][0xb6]C x[0xa8][0xcb][0xf7][0x9]-[0xf8]n [0xb4][0xbf][0xd8][0xf9]bP[0xa3]Sv][0xf7][0xd0][0xfb][0x0]PK[0x7][0x8]'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.class[0x85]P[0xcb]N[0x2]1[0x14][0xbd]E[0x14][0xe4][0xa1][0xbc]D[0xf9][0x1][0xc3],t[0x16][0xba]si [0xd1][0xf0][0x12]\[0xe9][0xaa][0xc0][0xa5][0xe][0x99][0x99]N[0xda][0x82]|[0x9b][0xb]?[0xc0][0x8f]2[0xde][0xe9][0x8c]b[0xa2][0x9]][0xf4][0xf4][0xde][0x9e]s[0xda]s?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z98[0xcd][0xc1][0x19][0x83][0xa6]@[0xd3][0x93]3n<[0x19][0xde][0x85][0xb][0xa9][0x2]{dp[0xd1]vzR[0x9]WF[0xfa]z[0xe9]F|[0xe3][0xfa]R[0x8]/[0x14][0xae][0x8e][0xc][0x86][0x8b]$[0xc1][0xad][0xcf][0xb5]N~2R2Be<[0xa4][0xba][0xfa][0x1d]ie<[0xdf][0xed][0xf3]([0xce]3[0x91]+5[0xc3][0xae][0xe7][0xc7][0x99][0xed]([0xed]x:k[0xc][0xcd]e[0xcc]f[0xe0][0xec][0x98][0xfd]V[0xc0][0xa0][0xb2][\r]5[0x9c].qf[0xe][0x18]0[0xc8]@[0xbc][0x8a]Y[0xfa]/d[0x1][0x8][0xf7][0xe1][0xc0]b[0xe][0xf2][0x16][0xf]S,[0xa4]XL[0xb1][0x4]e[0x8b]Gpl[0xb1][0x2]U[0x8b][0xb5][0xf4][0xbe][0xe][\r]r[0xa6][0x81][0xd2][0x9e][0x81][0xe6][0x17]PK[0x7][0x8][0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]org/osgi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/osgi/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/osgi/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/osgi/service/log/LogEntry.classm[0x8f][0xc1]N[0x2]1[0x14]Eo[0x11]g[0x0]AQL\[0xb9][0x16]6v[0xe1][0xd2][0x9d][0x9]&[0x92]!&[0xe]?P[0xc6]G-[0xe][0xad][0xe9][0xc][0x83][0xfe][0x9a][0xb]?[0xc0][0x8f]2[0xbe])Q[0xa3][0xb1][0x8b][0xde][0xa4][0xbd][0xe7][0xbe][0xfb][0xde]?^[0xdf][0x0]\`[0x10][0xe3]0[0xc6][0x91]@[Sy[0xb5][0xb6][0xf7]9[0x9][0x9c][0xe]G[0x89][0xf3]Z[0xba]B[0x1b][0xb9][0xf0]jE[0x1b][0xe7][0x1f][0xe5][0xf6][0xfb]R`[0xc0][0xde][0x94]|e2[0xba][0xa3][0x5]y[0xb2][0x19]Sg[0xff]S[0x8d][0xcc][0xb7][0x98]O[0xa8][0xa2]\`g8[0xba][0x11][0xe8][0xf0][0xc3][0x94][0x8a]Bi[0xce]9[0xe6][0x9c][0xa5][0xaa][0x94][0xcc][0x95][0xd5]2-[0xbd][0xb1][0x9a][0xa1].{[0xc6][0xcf][0x19]=[0x95][0xc6]Y[0x81][0x93]_[0xae][0xd9][0x83]w[0x1b]5[0xf][0xed]b6[0xce][0xcc][0x8a]B[0xf8][0x84][0xc3]S[0xb7][0xf6][0x19]][0x9b]z[0xb5]^[0xe2][0xf4][0xd8][0x96][0xfe][0xe5][0xbc][0x86]y[0xd5][0xef][0xc6][0xc5][0xb6][0xa7][0xcc][0x9d][0x96]_&[0x81][0xfe][0xcf][0x8c][0xdb][0xf9][0x92][0xb2]2[0x12][0x10]h[0xa0]>Q[0x93]G[0xa0][0x9][0xb0][0xee]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0xa3][0x15][0xb4][0x8d]N[0xd0]=t[0x83][0xf6][0xb0][0xcf][0x84][0xc0][0x1][0xdf][\r][0xf4]?[0x1]PK[0x7][0x8][0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/osgi/service/log/LogListener.classu[0x8e]1[0xb][0xc2]0[0x10][0x85][0xdf][0xd5][0xda]h][0xdc]\[0xc5]I[0x17]38:[0xd7][0xa9][0xe0] [0xb8][0xd7]z[0x84][0x94][0x90]@[0x9a][0x16][0xfc]k[0xe][0xfe][0x0][0x94][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x1d][0xde]q[0xbc][0xf7][0xdd][0xf1][0xde][0x9f][0xe7][0xb][0xc0][0x1][0xb][0x81][0x99][0xc0]\ 'd[0xc6])[0xc5]w[0xc2]f[:[0xaf][0xa4]k[0x95][0x96]-[0xfb]^[0xd7],c&K[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xfc][0xe3][0xb8][0xbb][0x12][0xf2][0x8b][0xeb]|[0xcd]'m[0x98][0xb0][0x8c]Q[0xa9][0xdb][0xc0][0x96][0xfd][0xbe][0xa9][0xfa][0x8a][0xb0][0xfe][0xf7]b[0xe4][0xe2][0xd5]@JSY%[0xcf][0xb7][0x86][0xeb]@X[0xfd][0xac].h#[0x8b][0x9e]m[0x18][0xe1][0x8c]@H[0xa2]&[0xb1]6[0xa5][0x84][0x14][0xd3]aC[0x16]g[0x2][0xf1][0x5]PK[0x7][0x8][0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/osgi/service/log/LogReaderService.classu[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x84]g[0x8d]&[0xfe]!ZX[0xf8][0x0][0x82]6^a[0x99]Z[0xab][0x80][0xa0]`&[0xcb]q[0x12]sp[0xb9][0xe4][0xe1],|[0x0][0x1f]J[0xbc][0xa8][0x85][0x16]n[0xb1][0x3][0xbb][0xdf]0s\o[0x0][0xd6][0x18]F[0xe8]G[0x18][0x10]F2[0xcb][0x12][0xa3][0x12]]:.[0xd8][0x12][0xe6][0x8b][0xc4]X%L[0xa9][0xb4]([0xd9][0xd6]:e[0x91][0x1b]%[0xbe][0xa0]xy$L,_L[0xcd]?[0xde]P[0xb1][0xf3][0x7][0xc2]l[0xb1]L[0xce][0xb2][0x96][0xa2]r:[0x17][0x9b][0xa2][0xba][0xb0][0x95]N[0x9b]"&[0xf4][0xf][0xa6][0xb2])ou[0xce][0x84][0xa9][0xc7][0xf7],3[0xb6][0x87]w[0xd6][0xaa][0xb1][0xf9][0x16][0xff]:[0xfc][0xc0][0x84][0xf1]+%[0x97][0x85][0x12][0xbb][0xd3][0x99]S[0x17][0x12][0x8]-4[0x13][0xb4][0x9][0x1][0xda][0x80][0xd7][0xce]GCD[0xfe]C[0xe8][0xfa][0xdd]B[0xef][0x9]PK[0x7][0x8][0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/osgi/service/log/LogService.class[0x9d][0x91][0xcd]N[0xc2]@[0x14][0x85][0xcf][0xa5][0xc8][0xaf][0x8][0xfe][0x91][0xb8]r[0x8b]1q[0x16].[0xbb]B[0x5][0xd2][0xa4][0xa1][0xa6](.[0xcd][0xd0][0xc][0xb5]X;[0xc9]P[0xe0][0xdd]\[0xf8][0x0]>[0x94]q[0xa6]6[0xd2][0x85]l[0xdc][0xcc][0xcd]w[0xe6][0xcc][0xbd][0x93]s?[0xbf][0xde]?[0x0]\[0xa3][[0xc5]I[0x15][0xa7][0x84][0xba][0xeb][0x8d][0x9e][0x7][0xbe][0xef][0xf9][0x4]r[0x8][0xad][[0x99],S[0x9e][0xa4]S[0x1e][0xaf][0x84][0xa5][0xcd]Dh[0x1a][0xd3]S[0xdf][0x1f];[0xe3][0x91][0x91]J[0x84][0x9a][0x91][0x9c][0xf1][0xd0]3l[0xe5]}[0xee][0x6]7[0x8f][0x99][0xa1]L[0xb0]b[0x19][0x12][0xba]=[0xc7]][0xf0]5g1OB6IU[0x94][0x84][0xf6][0xc5][0x94]p[0xf9][0xd7]EAyxQr[0xc3]g[0xb1][0xc8][0xdc]v[0xcf][0x95]*dr[0x19]Fl[0xae][0xf8][0x9b][0xd8]H[0xf5][0xca]&B[0xad][0xa3]@[0xf8]b.[0x94]H[0x2]a[0xef][0x98]u[0xff][0xef][0xd7];?[0xd4][0x98][0xc8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4]0[0x8a][0x5][0xa1][0xed][0xca]0[0xef]ve[0x1e][0x10][0xce][0xe7]-t[0xa6][0xd3]`[[0x1b][0xa1][0xb3][0xed][0xec][0xcd][0x16]"H+:[0x94]Lv8[0x83][0xa5]O[0xc2][0x9e][0x89][0x1a][0x15][0xcd][0xd5][0x2][0xd7]4[0xd7][0xb][0xdc][0xd0][0xdc],[0xf0]>[0xca]:[0xfe][0x16][0xe][0xb2]5[0xb4][0xd0][0xce]k'[0xaf][0x87]f[0xa7]8[0xca][0xbc][0xc7][0xdf]PK[0x7][0x8][0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/osgi/service/log/package-info.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xc1][0x82][0xc4][0xe4][0xec][0xc4][0xf4]T[0xdd][0xcc][0xbc][0xb4]|[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xfc][0xe2][0xf4]L[0xfd][0xe2][0xd4][0xa2][0xb2][0xcc][0xe4]T[0xfd][0x9c][0xfc]t}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%L[0xc][0xc][0x8c][0xc]@[0x2][0xc][0x18][0x19][0x98][0x81]$[0x13][0x3][0xb][0x0]PK[0x7][0x8](h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/osgi/service/log/packageinfo+K-*[0xce][0xcc][0xcf]S0[0xd4]3[0xe6][0x2][0x0]PK[0x7][0x8][0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/ILoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}[0x88]:kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]aO[0x88][0xb8][brI~Q[0xa5][0x1e][0xc8][0x8]F[0x6][0x9][0x84]6TyF[0x6][0x1][0x84]%[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/IMarkerFactory.classm[0x8d][0xc1][0xe][0xc1]@[0x10][0x86][0xff][0xa1]Z-[0x12]"[0x12]O \[0xf4][0xc0][0xad]Wi"![0xe]nnk[0xbb][0xaa][0xd5][0xb4][0xc9]v[0x9][0xaf][0xe6][0xe0][0x1]<[0x94][0xd8][0x16][0x11][0x89]9[0xcc]?[0xf9]f[0xe6][0xff][0xef][0x8f][0xeb][\r][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4]-[0xb][\r][0xb]M[0x82][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]d[0xf2] $a0\[0xc4][0xec][0xc4][0xdc][0x84][0xa5][0xa1][0xbb]V2JCo[0xb4][0xc8]d[0xe8][0xe6][0xc9]n[0x1a][0xbb][0xaf];[0x8f]`[0x8a]s[0x94][0xab][0x9c][0xd0][0xfb][0xf7][0xb1]!4[0x3][0xa1][0x18][0xdf][0x8c];:dV[0x12][0x11]|[0x98][0xb3][0xce][0x8e][0x92][0xb]?J[0x4][0xa1];a[0x9f]q[0x95][0xc9][0xcb][0xb8]0%[0xf4][0xbf][0xd1][0xbf]{B[0xfb][0x1b][0xbb][0xda][0xc6][0x82]+[0x93]@[0xa8][0xa0]([0xc3] Ta[0xe8][0x81]P[0x83]Y[0xaa][0xf5][0xd6]z[0xc1][0xf5][0xa5][0xad]{[0x5][0xce][0x13]PK[0x7][0x8][0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Logger.class[0x9d][0x93]_O[0x13]A[0x14][0xc5][0xef]@K[0x11][0xa4][0x94][0xd2][0xca]t[0x84]A[0xfe]$[0xb4]>[0xd8][0x7]}A[0xf4][0xc1]h%[0xc6]B[0x13]h0[0x81][0x7]2-[0xc3][0xba]u[0xdd]M[0xa6][y[0xe6]k[0xf9][0xe0][0x7][0xf0]C[0x19][0xef].'[0xd4]?[0xab][0xa9]>[0x9d][0x9c][0x93]{s[0xef][0xee][0xcc][0xd7]o[0x9f][0xbf][0x10][0xd1]c[0xda].[0xd0]F[0x81]6[0x5][0x95][0x8e]:[0x9d][0xee]y[0xbb][0xb3][0xbf][0xdf]::?|q[0xd0][0x12]Tn[0xf][0xcc]'[0xd3][0xc]L[0xe8]5[0x8f]c[0xe7][0x87][0xde][0x9e][0xa0][0x85][0x97]Q8[0x8c]M[0x18][0x9f][0x98]`dgiKP[0xc1][0xb3][0xf1][0xa1][0xf9]h[0x5]U[0xea][0x8d][0xac][0x9e][0xa2]?[0xec]:[0xd3][0xb7][0xad][0xd0][0xf4][0x2]{!h[0xba][0xde]8[0x15][0x94][0x8f][0x93]PP[0xb5][0xfe]{S[0xe3]D[0xd0]NF[0xfe]C[0xd2][0xe9][\r]l?N+w'[0xaa][0xcc][0xee][0xad]g[0xf4][0x9e]e[0x97]>[0xfc][0xfb]1[0xdd][0xf7].[0xba]J6L[0x8b]y[0xab][0xc8]y[0xcd]ap[0xf9]d[0xd0]<0[0xee][0x83]u{[0xc9][0xd6];[0x19]y[0xf6][0xfe][0xbb][0x13]Uf[0x8f][0xfa][0xf6]?{[0xb3]iO'[0xa2][0xfd][0xe1][0xab]=[0xfb][0xd7]Q~[0xfe][0x8e]|y^[0xd9][0xde][0xc8][0xbb][0xbd]<[0xf9][0x8b][0xc4][0xf2]M[0xf4][0x87]o[0xc2][0xcb][0xe8]6[0xcf][0xf9][0xec][0xd2][0xf8][0x9d]q[0xe1]8[0xbe]b[0x97]bZ[0xce]En[0x8c][0xb1][0x89][0x15]4w[0x1c][0x8d]\[0xdf][0xbe][0xf6][0x3][0xbe][0x8a][0xf3][0xed][0xc8][0xf3][0xac]{[0x94][0xc][0xc3]ob<[0xf7]M[0xce][0xd1][0xaf]+[0xf2][0x1][0xc9][0xcb][0x99][0x11]$h[0x8a][0x9f][0x94][0xa0][0x1a]MS[0x8e]5[0xcf]n[0x8a]f[0xe8]y[0x8e][0x9f][0x8][0xcd][0x12][0xb1][0xde][0xa1][0xb9]T[0xe7][0xe9].t[0x1]Zd[0xbd]f][0x84]/[0xa1]~[0x9][0xbe][0xc]][0x86]VP_[0x85][0xbf][0x97][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0x12]|[0x9][0xbe][0x4]_[0x82]/[0xc1]_[0x1]_[0x82]/[0xc1][0x97][0xe0]K[0xf0]%[0xf8]5[0xf0][0x15][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x5][0xbe][0x2]_[0x81]_[0x3]_[0x81][0xaf][0xc0]W[0xe0]+[0xf0][0x15][0xf8][0xf7][0xc1]_[0x5]5[0xe5]_[0xb3].[0xc2][0x17][0xa1]%[0xd4]/[0xc1][0x97][0xa1][0xcb][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xaa][0xf0]7[0xfc]5[0xf0]5[0xf8][0x1a][0xf3]k[0xcc][0xaf]q[0x8e][0x6][\r]|[\r][0xbe][0x6]_[0x83][0xaf][0xc1][0xd7][0x9][0x9f][0xff][0xf9]z[0xfa][0xcf][0x1f]|[0x7]PK[0x7][0x8][0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/LoggerFactory.class[0x95]Zy`[0x1b][0xd5][0xd1][0x9f][0x91]e[0xaf],o[0x1c]G9[0x88]s[0xb1][0x4][0x92][0xf8][0x8a]MH[0x8][0x90][0x84][0x80]c[0xcb][0x89][0x12][0xf9][0xc0][0xb2][0x13][0x1c][0x8][0xee]F^[0xdb]"[0xb2]d$[0x19][0xc7]PJ[0xca]M[0xe9]A[0xef]&[0xbd]([0x85][0xba][0xa5][0xb4][0x85][0xa4]5[0xe]i[0xa1]m([0xf4]n[0xa1][0x85][0xd2][0x9b][0xde][0xf7]}|[0x85][0x92][0xe6][0xfb][0xcd][0xdb][0x95],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1x[0xf7][0xbd][0xb7][0xf3][0xe6][0xcd][0xf1][0x9b]y[0xf3][0x9e][0xfc][0xd5][0xff]=[0xfa][0x18][0x11][0xad]u[0xcd][0xd5][0xf8][0xbd][0xd2]z[0x8d][0x87]M[0xe1][0xbf]W[0xa8][0xc3]^[0xee]cK[0xe3]~/[0xad][0xe1][0x1][0xe9][0xc]j[0x1c][0x11][0xda][0xab][0xe5][0xb1]O[0x98]5yi[0x1d]Ge[0xea][0x90][0x8c][0xc5][0xa4][0x15][0x97][0xd6][0xb0][0xb4][0xae][0xf1]pB$HJ'[0xe5][0xe1][0x11][0xf]_[0xeb][0xe1]Q[0xf][0xef][0xf7][0xf0][0x98][0xc6][0xd7]y[0xa9][0x85][0xd7]z[0xf8]zy[0xbf]V[0x1e]7x[0xf8]u[0xf2][0xbe][0xd1][0xc3][0x7]<[0xfc][0xfa]R[0x18][0xe6]&[0xb1][0xc4][0xcd]b[0xb9][<|[0xab][0x87]o[0xf3][0xf2][0xed]|[0x87][0x18][0x18]Dwj[0xfc][0x6][0x8d][0xef][0xf2][0xf0][0x1b]5~[0x93][0x97]v[0xf3]Z/[0xbf][0x99][0xdf]"S[0xee][0xf6][0xf2][[0xf9]m[0xf2]x{[0x19][0xbf][0x83][0xdf])[0x8f]wi[0xfc][0xee]2~[0xf][0x1f][0xd4][0xf8][0x90][0x87][0xdf]+MK[0x84]}[0x9f][0x87][0xdf]/[0x9d][0x1e][0xf]@[0x96][0xff][0xa0][0x87][0xef][0xf1][0xf0][0x87]<|[0xaf][0x18][0xe3][0xc3][0xb2][0xf8]}[0x1e][0xbe][0xdf][0xc3][0x1f][0x11]W[0x8d][0xcb][0x94][0x8f][0x96][0xf1][0xc7]`3[0xac]v[0x95][0xac][0xf6][0x80][0x10]~\><[0xe8][0xe1]Oh[0xfc][0xc9]2[0xfe][0x94][0xd8][0xf5].~[0xc8][0xc3][0xf][0xb][0xd9]a[0xf9]xD[0xe6]Z&|[0xc6][0xc3][0x13][0x1e]~D[0xe3]I1[0xf5]Z[0x8d][0x8f]z[0xe9]v1[0xc6][0xa3][0xc2][0xe9][0x98][0xc6][0x9f][0xf5][0xf0][0xe7]<[0xfc][0x98][0x87][0x1f]g[0xd2][0x9b][0xda][0x9b][0xfd][0xa1][0xde][0x8e]NK[0xe0]r&_[0xf0]j[0xf3]Z[0xb3]!j[0xc6][0x6][0x1a]B[0xa9]D$6[0xb0][0x91]iVS<[0x96]L[0x99][0xb1][0xd4]N3:by[0xf8][0xf3]L[0x95]m[0xed][0xbd][0xa1][0xae][0xc6][0xae]@S[0xb0]}[0xeb]V[0xe7][0x96]@[[0xb3][0xbf][0xb3][0xb7][0xbb]3[0xe8][0xe1]/0[0xcd]o[0xed][0xe]v[0x5]:[0x82][0xfe]^[0xf9][0x10]h[0xdb][0x1a][0xb2]?}[0x91][0xa9][0xac][0xad];[0x18][0xec][\r][0xb6][0xd8][0x3][0xc7][0x99]*v[0xfa];C[0x81][0xf6][0xb6][0xde][0xd6]@[0xa8][0xb5][0xb1][0xab]i[0x9b][0x87][0x9f][0x0][0x87]P[0xf7][0x96]PW[0xa0][0xab][0xbb][0xcb][0xdf]k/aO[0xf8][0x12][0xd3]B[0xa7][0xdf][0xd6][0xd8][0xea][0xcf]L[0xb2][0xbf]>[0xc9][0xe4][0xed][0xf4]w[0x4][0x1b]{[0xec][0xfe]S`[0xd4][0xdd][0x16][0xea]nj[0xf2][0x87]B-[0xdd][0xc1][0xde]@[[0xa0][0xcb][0xfe][0xf4][0xe5][0x82][0x9f]ZC[[0xa1]ow[0x9b]t[0x2][0x8d][0xc1][0xc0]n3[0x13][0x7][0x8a][0x10]~[0xc4][0xb4][0xa0][0xbd]mk;[0xb4][0xe9][0xcd]|[0x86][0x5][0xda][0xdb][0xe4]+[0x83]]Kc [0xe8]o.[0xf0][0xd1][0x5][0x83][0xe5][0xad][0x94]KP[0xc4][0xb4][0xb8][0xad][0xbd][0xa3][0xb7][0xa5]1[0x18][0xdc][0xd2][0xd8][0xb4][0xa3][0x0][0x89][0x9b]i^[0xee][0xa8]r[0x80][0x1f][0xe2]*SanSW{g[0xf]Sm0[0x9e][0x18]hHF[0xfb][0xd7]][0xdd]0hE[0x87][0xad]D[0xb2]!4[0xb2]7[0x99][0x8a][0xa4]FRV0>0`%Z[0xcc]p*[0x9e][0x18][0x83]s[0xe7][0xe5][0xac][0x9b]arN[0x1]&[0xa0][0xcc][0x9f]}N[0xb3][0xbf][0xcb][0xdf][0xd4][0xd5][[0xd0]%[0x1d][0x9d][0xed][0x1d][0xfe][0xce].p[0x9b][0xb7][0xbd]qgc[0xef]N[s{g[0xd6][0xf0][0xe2]W[0x98][\r][0xb3][0xef][0x86][0xc5][0x1b];[0x2][0xbd]M[0xed][0xad][0x1d][0xd0]xK [0x18][0xe8][0xea][0xe9][\r][0x6]B]Ls[0xaf]([0x84][0xd4]J[0x1b][0x93]i[0x86][0xe]*1[0x19][0xec]J6Eb[0x91][0xd4]f[0xa6][0xa2][0xaa][0xea][0x9d]L[0xee][0xa6]x[0x9f][0xc5]4;[0x18][0x89]Ym#C{[0xad]D[0x97][0xb9]7jI[0x8][0xc4][0xc3]ft[0xa7][0x99][0x88]H[0xdf][0x19]t[0xa7][0x6]#I[0xf0][0xcf][0xb2]J[0xbe])[0x8a][0x13]V[0xd2]J[0x1][0x6][0xb0]U<1[0x14][0xc0]j[0x11]3[0x1a][0xb9][0xce]LE[0xe2]1qS[0xca][0xc][0xef]k5[0x87][0x1d][0x96][0xab][0x87][0xac]d[0xd2][0x1c][0xb0][0x10]\)3[0x12]K[0xb6]'[0x6]B[0xc2]804[0x1c][0x5]i*[0x12][0xb6]W[0xd8][0x12][0x89][0xf5]Y[0x9][0xf0][0xad][0x9a][0xae]q5LT4[0x94][0x1c][0x80][0x80]{A[0x6][0x1][0x93][0xd3]fv[0x98][0xa9][0xc1][0x90][0x8]6[0xdb][0x9e]?[0x92][0x8a]D[0x1b]0[0x0][0x91][0xdd][0xb1][0xb0][0xd8][0xc0][0xc8]b[0xdc][0x16]o[0x8a][0x9a][0xc9]d[0xb3][0xd5][0xdf][0x12][0x1f][0x89][0xf5][0xf9][0x13][0x89]xBQ&[0x87]@[0xb9]4[0x87]24[0x12][0x1e]l[0xb5]R[0x83][0xf1][0xc][0x19][0x83]f~[0x16][0x8d][0xd8][0x1a][0x16][0xf5][0xf1]mA[0xae]][0xc7][0x86][0xd3][0xb6]=3W[0xae]Mv7f[0xa5][0x1a][0x10][0xa8][0x1b]7o[0xd4][0xf8]+[0xd8][0xa8][0x90][0xb6][0xb0][0x1d]a[0xf7][0x1][0x9a][0xfa]#[0xfb][0xf3][0x1][\r][0xe7][0x94]DUKy0[0xcf]KX[0xbe],)3[0x82][0xe]I!x[0xe7][0xb3][0xc4][0xc2][0x9f][0xd4][0xf8][0xab][0xd8][0x4][0xe0][0xbc]~3[0x12][0xb5][0xfa][0xc4][0xa2][0xb0];rP[0xb6]3[0xba][0x6][0x13][0xf1]Q[0xd1]e[0xa3][0x0][0x8b]S[0xb9]6[0x98][0xfa][0x8a]l[0x9b][0xb0][0x86][0xa3][0xe6][0x98][0xff]Z+[0x96][0x82][0xc4][0xc5][0x96]4[0x98][0xaa][0xb2][0xa4]QCy[0xb2]`I5[0x5][0x1c][0xbc][0xb1][0x91][0xa1][0xe6][0x4][0xf0]b[0xc1][0xdb][0xc5][0xd7][0x8c]X#[0xb0]`M[0x96][0x5][0xc3][0xf1]Xx$[0x91][0x10]&[0x80][0xf6]>[0xc8][0x1c][0x8d][0x87][0xf7][0x81][0xc3]eB[0xb][0xe][0xa5]jR(r[0x1d]&[0x16][0x87][0xe1]d[0x8][0xe0][0x19]2[0xf7]+[0xae][0xf8][0xac][0x4][0x8]F[0x92][0x18][0xae][0xc8][0xe2]+#[0x98][0xdd]5[0xe3][0xa5]6[0xcd]T[0xa9][0xcd]`[0xbb]!o[0xa5]W1Y[0xe3][0xaf]i[0xfc]u[0xa6]e[0xd6]P$[0xd5][0xa9][0xec][0xdb][0x9e]HS[0x3]z[0xbb][0xcc]DL[0xf9][0xac]n[0xc6]f[0xe][0x88][0x1f][0xe7][0xd8][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a4j[0xf9]mG[0xd5][0xce][0x98][0x85]p[0xf0][0xda][0x80]l3[0x87]P[0xea][0xec]a:C$[0xcc][0xd0]g[0x8b]6gJ[0xf6][0xcc][0x98][0xbb]J[0x89][0xe1]U[0xcb]4[0xd9]~[0xf2]][0xb][0xa0]bb[0xc8]Dr[0x19]k[0x1a][0xb4][0xc2][0xfb][0xc0][0xd6][0x88][0xc5]J[0x0][0xaf][0xbe]8<0[0xd7]^[0xb5]1[0x9c][0x1a]1[0xa3][0x99]DW:`e[0x92][0xe6][0xca]B;P[0xa1]\[0xeb][0x8e][0x99][0xb2][[0x94]Gr[0xf6]H[0xa6]EY[0xc4][0x81][0xfc][0xfd]sEU>[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3_h[0x8e][0xa4][0xe2]M[0xf1][0xa1]a[0x84]\_[0x93][0x19][0x8d]B[0xc]E[0xe][0xb4]N[0xe3] ).j^w[0x1d]6[0x8d][0xfc]o[0x9b]j[0x4][0x15][0xdf]B[0xf6][0x9d][0xb6][0xb0]|*[0xb8][0xb6]/[0x16][0x8f][0xb5]J[0x1c][0xa5][0xd7][0xb4][0x92][0x5][0x5][0x9f][0xae][0xc9]n[0x95]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]SpmP[0xcf][0x81][0xe1][0x3]y[0xf6][RU[0xfd]J[0x16][0xf4]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x9d][0x1a][0xc7][0x1b][0x8a][0x8f]$[0xc2]VK[0xc4][0xa9]h[0xb2][0x8][0xeb]eA[0x4][0xdc])*[0x19][0x9d][0x8e][0xd1]gu[0xfa][0x14][0xdd][0xaf][0xd3][0x97][0xa5]u[0x82]>[0x8b]8[0x99][0xa2][0x8e][0xa0]>i[0x98][0x1e][0x7]:[0x9b][0x9f][0xb6][0x9][0xeb][0x15]a[0xbd][0x10][0xd6][0x17]"\[0xc4][0x8b]u.b[0xb7][0xce]g[0xf0]B[0x8d]/[0xd0][0xf9][0x19][0xfe][0x8e][0xce]Ky[0xa1]N[0xcf][0xcb][0x92][0xbf][0x94][0xc7]C[0xf4][0xb0][0xce][0xdf][0x95][0xc5][0x97][0xbd]ry[0xa2][0xf3][0xb3][0xfc][0x9c]N_"T[0xff][0x17][0xb5][0xa8]}[0xda]H[0xc5][0x8d]([0x12][0x88][0x11][0x16]jc[0xf9]i[0x85]Z^[0xaf][0xf1][0xf7]t~[0x9e][0xbf][0xcf][0xb4][0x1e][0xdc]M[0x89][0xbd][0xd8][0x80][0xf0][0x89][0xc5]W[0xc7][0x87][0x9d][0xb4]bT[0xa1][0x6][0xae]6[0xec]4f[0x8]/k[0x8][0xd9][0xd9][0xa9][0xf0]v[0x84],[0xcb][0x18]L[0xa5][0x86]744[0x8c][0x8e][0x8e]:+[0x8a][0xe5][0xc2][0xa8]5[0x93][0xf5][0x83][0xa9][0xa1][0xe8][0xd9][0xd3][0xd7]6P-[0x1a][0xfd]#[0x89][0xd4] [0xda]}[0x16][0x8a][0xc1]h[0xb2]^[0xa7][0x17][0xe8]g[0xa8][0x90]_[0xa1][0xde]b:[0xf7][0xb4]z[0xd5][0x3]E[0xf6][0xe][0x96][0x8a][0xc7][0xaa][0xaa][0x99].V[0xe4][0xab][0xcd][0xe1][0x88][0xb1][0xa6]~}[0xfd]~[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]G[0xcd][0x94][0x95][0xa8]6"I#[0x12][0xb]#[0xb2][0xc0][0x5][0xdb][0x82]1[0x1a]I[\r][0x1a]R[0xf8][0x1a]{[0xed]tP[0xcf]T[0xdd][0x3]`[0xa5][0xfb]2[0xc3][0xd9][0x91][0xc0][0xed][0xfc][0xfa][0xf3][\r]0[0xb3][0xcc]D4[0x82][0x95][0x91]/[0xba][0x87][0x7][0x12][0xc8][0xe2][0xc6]X[0xf6][0x1c][0x98]tj[0xe]$[0x0][0xe1][0xdc][0x2][0x15]#[0xea][0xc2][0xa9][0xd1]@4j[\r][0x98][0xaa],[0xb6][0xb2]([0xce][0xea][0x8e]Y[0xfb][0x87][0xad]0[0x12][0x81][0x11][0xc9])[0xb7][\r][0xa9][0xd7][0x90][0xe1][0x81]f[0xfe][0x81][0xce]?[0x4][0xa0][0xf8]G[0xfc]c[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xff][0x84][0x8a][0xb2]N[0xe7][0x17][0x4][0x86]?[0xe3][0x9f]#u[0x9e][0xbe][0x18][0xd4][0xf9][0x17][0x0][0x19]/[0xe3]3u[0xfe]%[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x98]BZ[0xc4]>[0x1d]G [0x9c][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xac][0xdb]n[0xe4]F[0x14]`[0x5][0x19]~[0xcd][0xbf]A[0xa9][0xa2][0xf3]o[0xf9]wi[0x8d]U[0xaa]nL$[0xcc]1[0xa9]y$[0xf2][0xfe][0xab][0xf3][0xef][0xf9][0xf]0[0xdd][0xcc][0xca][0xc][0x9d][0xfe]E[0xff][0xd6][0xe9][0x1f][0xf4]O[0x11][0xed][0x8f]:[0xff][0x9]:[0xd1]K[0xc2][0xe6][0xcf][0xd2]zQ[0xf4][0xfe][0xb]/[0xc6]i[0xa3][0xd9][0x12][0x13]BB[0x7][0xbc]a3[0x16][0x8b][0xa7][0x8c][0xbd][0x96][0x11][0x1b][0x89]F[\r]3e{Z[0xce][0xf]V[0xbd][0x98][0xed][0xfb]:[0xff][0x95][0xff][0xc6][0xb4][0xb9]k[0xd0][0x2]D[0xa3][0xd1][0xf8][0xa8][0xb8][0xf]g[0x1c]#[0xde]o$3[0xf2]8[0xc][0x93][0xc6][0x90]9f[0xc][0x9a][0xd7]Z[0xe0]i[0xc5][0xc]3[0x1c][0xc6][0xf9]F*[0x8f][\r]}#[0x9][0xe5]x[0xf0][0xc9][0xf3][0xd2][0xf0][0xa0][0x99][0xb4][0xea][\r]G%[0xc8][0x14][0x8d]&[0x8d][0xc][0xb9][0x9c][0xb8][0xb6]([0x12]c[0xd4]J@P[0xc8];[0x18][0x8f][0xc5][0x13]V_[0xbd][0xb1]->[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]$[0xea][0x94]$R[0xe6][0xc4]RJ[0x92])>[0xf0][0xc][0x96]L"[0x1][0xae]J[0x8b]8[0x1a][0x81][0xaa][0xa3][0xf1][0xc4]>[0xc3]L[0x82]]b[0x8][0x84]cF[0x1a]C@[0xe2]E[0x12][0xc2]f4[0x19]?m[0x1c]'[0xf3][0x0][0x82][0x8c][0x9a][0xbf]9n[0x19][0x89]DUq[0xe3]m[0x84][0x91][0xe5][0x88]iT[0xe9][0xfc]w[0xfe][0x87]<[0xfe][0xc9][0x84]L[0x2]KF[0xb]+_[0xd8]VY[0x6][0x8e][0xc4][0x10][0xb4][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xa1][0x19][0xc3][0x1f][0xd0][0xce][0xff][0xe2][0xe7][0x98][0xae][0x8a][0xc5]GA#|[0xec][0x1a]V[0xec][0xd5]%[0xa6][0x10]"1[0xd8][0xd5][0xd0][0xd7][0xb1][0x8f][0xd1][0x1f][0x89][0x82][0x91]"[0x1e][0x89]ZI[0x11]I[0x86]G$}D[0xc7]d<-ar[0xc][0xa5][0xe4][0x10][0xac][0xd4]0c+[0xd9][0xeb][0xeb][0xfc]o[0xba][[0xa7]I:[0xaa][0xf3][0xff]I[0x9a]^ [0x98][0xca][0x14][0xa7][0x99]|[0xc0]To[0xec][0x1d][0xb3][0xd3][0x85]b[0x97][0x9d]h[0xc4][0xfb][0xf9][0xc9]I[0xe3][0xff][0xe8][0xfc]"[0xbf][0xc4][0x14][0x98]I[0xee]u[0xd6][0xe9][0x1d][0x8a]$U5\0[0xf3][0xa2]L[0xc9]O[0xba]-[0x11]+[0x9a][0xce][0xb9]Y[0xb9]*s[0xb2][0xc3][0x9e][0x91][0x95][0x89][0x86][0x13]q[0x8c][\r][0x19][0xf1]0NG[0xe8];.M+[0x99]T[0xb5][0xbb][0x11]v[0x8a][0xf7][0xec]s[0x8f][0x9c][0xa1][0xb6][0x99]I)[0x15]5F[0xc][0xbf][0xcc]'tz[0x94][0xee]F[0xf1][0xaa][0xf3][0xff][0xf8][0xa4][0xee]">[0x89]2Vw1[0xa2][0xdb][0xe5][0x92][0xdc][0xa5]gWy8*[0xeb][0xae]"[0x97];-fn[0xb9][0x8c][0x84][0xa9][0x94]0[0xb0])[0xa4]lt$U[0x99][0x90]4[0xfa][0x13][0xf1]!C[0xaa]v[0x9d][0xe7][0xf2]<[0x9c][0x95][0xd4]6[0xab]F`t[0xfb][0x82][0xc2][0x18]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R'[0xc9]9[0xbe][0x11][0x8b][0xf9][0xd4]n<[0xe5][0xad][0x98]q[0x5]0[0xee]*[0xc6]ix[0xcf][0xc]}[0x93]f[0xde][0x9b]f[0xab][0x9c]c[0xc6]$:am[0x15][0x3]Xi[0xb6][0xe8]Uo[0xd7][0xac][0xf5]#[0x89][0xa8][0xee]*qi[0xba][0xcb]#[0xb8][0xd7][0xcc]ti[0xbb][0xd8][0xae]b[0xb3][0xe1]#[0xb0][0x1e][0x1b][0xb6] [0x98][0xab]T2[0xf9]j[0xae][0xd7]\^[0x9d]&[0xe8][0x11][0xdd]U[0xe6][0xd2]u[0xae][0xe1]Z&[0xb3][0x95][0xb2][0xdd][0xe8][0xe4]I)e[0x8d]4`[0xea][0x8d][0xad][0x11][0xac][0xad][0x6]7[0x18][0xcb]W$[0x97]oT[0x98][0x94]R4k[0x10]rVL[0xc1][0xa4]][0x85][0x1b]JM[0xdd]5[0xcb]U>CsL[0x1d][0x1d][[0xb3][0xc1][0x9a]k[0xf][0xdd]5[0xdb]U[0xa1][0xd3]qdy[0xd7][0x1c]F[0xd6]>LG[0x98][0xee][0x9c][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xf6]!q[0x8b]}[0x8d][0xe1]dy[0xa3]=[0x11]A`[0xc3]NV[0x1a]"[0xc6]([0x12]cJp[0x1d]3[0xfc][0x8d][0x9d][0xc1][0x80][0xbf][0xb3][0xde][0x98]q[0xb4][0x8f][0xc4][0x92]#*[0xed][0xf7][0x8f]D[0xe5][0xfa][0xb]f[0xe8][0x8e]%,3<(Qb[0x84][0xd5][0x8d][[0xf5][0x8c]o'[0xb]n[0xcc][0xf9][0x97][0x90]([0xf]mY[0xfa][0x94][0xe3][0x82][0xd3][0xec][0xa6][0xbb]|[0x92]r*[0xf2][0xb3]3[0xe]@[0xa8]?[0xd4][0xf3][0x2]l[0x11][0xa7]-p[0xeb][0xc3][0xf6]![0xe3][0xcc][0xd3]X[0x81][0xe9][0xbc]W_[0x3]2[0xad]y[0xd5][0x1][0x2][0xa1]O7G[0xb6][0xf6][0xde]`[0xb]*[0xc5]W[0x9b][0x1a]g0e[0xfa][0xe]xZ[0xc5][0xa7][0xa3][0x1a][0xa5][0xce][0xcc][0xf6][0x90][0x19][0x8]4[0x1d]~[0xb3]rN[0xc4][0xc8]SS[0xfd]@Jjz[0xc9][0xe8]U3[0xbd][0xd1][0xc2][0x89]6[0xf7][0x96][0x8a]i~[0xc1][[0x8b][0xf4]x[0xfe][0xad][0x4]P[0x98][0xea][0xc2][0xa9]-[0x9d]_[0x91][0xb6]rN[0x88][0x83]f"[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0xb0][0xa5]N[0x84]zv-/[0xc7][0xce][0xec][0xc3][0xe0])@k[0x1f][0x80]Q[0x92][0xa3][0x8][0xc1][0xf4]V[0xfb][0xca][0x19][0xa7][0xe1][0xf4][0xbd]G[0xee][0xfd][0xf9][0x82][0xe9][0xf1][0xd6][\r][0x1d][0x98]J[0xec][0xcb][0x81]S[0xdc]B[0xef]d[0xaa])0~[0xca]+R[0xdf]p<[0x99][0xca][0xbf][0x1f][0xf7]fn[0x1a][0x92]r[0xc3]Q[0x9d]w#([0xe7][0xdb]H[0xc6]g[0xb]r[0xbe][0xa7]}[0x9][0x1a][\r]UR[0x9b][0xb5]?%[0x97][0x10][0xea][0x95][0xab][0xa9][0x9d][0x8b][0x85][0xe][0xab][0xb5][0xa9][[0x8a]2T[0xb4][0xe9][0xe2]X[0xe9]7[0xed][0xdc]/"[0xcf][0x2][0xbd]*[0xb9][0x1d]$" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8]p[0xda]KWwR[0xdd][0xb7][0x16]UU[0x7][0xb0]v[0x9f]\[0xb5]v[0xc5]Qid[0xdf][0xd9]4[0xa1][0xc6][0x86]pr[0xaf][0x15][0x10][0xb2][0x95]9[0xe]>[0xe5]-5T[0x8c]$[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0x11][0x1b]GM[0xb9][0xdb][0x9a]55[0x8c][0xa4])[0xd7]1S}[0xe4][0x5]H[0x83]p[0x94]+[0xb0]iw[0x9a][0xd3]n2K[0xcc][0xe1]aK~_X][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x14][0x85][0xef]F[0xb9][0xb1][0x8][0xbc][0xd2]gO*[0x9e]N[0xc6][0xf3];[0xfd][0x97]u[0xfb]C][0xfe][0xe6]^[0xb9][0xce]t~[0x14][0x4],[0xb0]W%R[0xc9]][0x11][0xb9]Q[0xac][0xc8];6[0xc9][0xad][0xbf][0x99][0xb4]CqE[0xd5][0x15][0xd3][0x1d]][0x0]E[0xb3][0xf3]B[0x16][0x86][0x81]os[0xa2][0xb7]2[0x7]3[0xb9][0xd7][0x91]>[0x89]BU[0x8]w[0xa6][0xab][0xa7][0xbc][0xab][0x9d]\[0xb3][0x14][0xb8][0x1e][0x95]@[0xce][0x9a]<[0x1b][0x90]m[0xc5][0xa1][0xc6]o_&`[0xa4]L[0xa0][0xeb]t[0xe1]&[0xb3][0xaf]//[0xf0][0xd2][0xda][0xed][0xce][0xf3]H[0xae][0xd6][0x5]M>?i[0xf6][[[0xd3]:t$[0xe4]nC[0xee][0x14][0xb]_[0xee][0x15][0xc8][0x11]e[0xa9]x[0x10]g[0xaf]D[0x93])G[0xab][0x85][0x99][0xa8][0xcd][0xbe][0xd5][0x5]1>[0x9d][0xea][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0x8b][0xc5]s[0xae][0xee][0xe6]N79[0xd6]*[0x91][0x1f][0xd2]L[0xd8][0xe0][0xa2][0x2][0xd2][0x9d][0xda][0xdd][0xb9][0x2]WD[0x92][0x8d][0xc9][0xa4][0xdc][0xf9]"[0xff][0xb4][0xa0][0xd0][0x95][0xa4]P[0xf0][0x86][0xae]"_[0x19][0x0][0xd8]1[0xd7][0x96]x[0x1c]i4[0x96]k5ZCL[0xd7][0x13][0xd1][0x19][0xb4][0x90][0xde]Bw[0xa3][0xf7]V[0xf9][0xb9][0x97][0xde][0x86][0xfe][0xdb][0xb3][0xfa][0xef]@[0xff][0x9d]Y[0xfd]w[0xa1][0xff][0xee][0xac][0xfe]{[0xd0]?[0x98][0xd5]?[0x84][0xfe]{[0xb3][0xfa][0xef]C[0xff][0xfd]Y[0xfd][0xf][0xa0][0xff][0xc1][0xac][0xfe]=[0xe8]([0xab]/[0xfa][0x1f][0xce][0xea][0xdf][0x8c][0xfe]}t[0xa6][0xff][0x11][0xf4][0xc7][0xb3][0xfa][0x1f]E[0xff]cY[0xfd][0x7][0xd0][0xff]xV[0xff]A[0xf4]?[0x91][0xd5][0xff]$m[0x93][0x1b]B[0xb4][0x17][0xca]=[0x9d]z[0xa3][0xf6]T[0xef]Og[0xad]{'[0xfa][0x9f][0xc9][0xea][0xc7][0xc8]#[0x5]7[0xda][0x8b][0xe4]4[0x88][0xb7]W[0xce]7[0xca][0x82].[0xb9]x[0x4][0xe5][0xe7][0xe4]_][0xf0]f[0xbc][0x8b]k[0x1e]![0xd7][0xc3]j[0xea]c[0x8a][0xd8][0x85]g[0x84][0xdc]t5=[0x8e][0x96]n[0x13][0xd1][0xe7][0xe9][0xb]x{[0xe8][0x8b][0x19][0x6]g[0xa9]/[0xf8]Vt[0x84][0x8a][0x1e]V?[0xde]O1[0xd8][0xf][0x6]c[0x90][0xe0]x[0x86]|[0xa3][0x1a]'*[0x9f]$[0xf7]a**[0xb9][0x87]J&[0xa9]xja[0x1f]f[0x10][0xbd][0x96][0x8a][0xe8][0x6][0xf0]x[0x1d][0xcd][0xa2][0x3][0xf4][0x84][0xfc]nO<[0xb][0x3]_[0xa2]'[0x1d]F[0xfb]0AV^V[0xf3][0x14][0xd6]~[0xb0][0xc6]W2A[0xda]A*v[0xa3][0xe9]I7[0x8b][0x1e]TS[0x85][0xf1]2[0xd2][0xf0][0xbc][0x19][0xec]o[0xa1][0x12][0xba][0x95]f[0xd3]m4[0x87]n[0x87]pw[0xd0][0x12][0x98]oJ[0xcb]e[0xf4][0x94]2[0xd4][0x13]J[0xe3][0xa2][0x12][0xaf][0x17]D_Nk[0xc0][0xcf][0x80][0x85][0xe8]p7[0xef][0x98][0xa4][0xd2]CT6I[0xde][0x1d]5[0x93][0xf2][0xd6]w[0x95][0xc0][0x8]h[0xcf][0x9a][0x14][0x5]g[0x1f][0xa6][0x8a][0x9][0x9a]3N[0x3];j&hn[0xb0]v[0x92][0xe6][0x1d][0xa4]J[\r]4[0xbe][0xf9][0x93][0xb4][0xc0]w[0x86]<[0x16][0xe2]1N[0xa5][0x98]UY[0xf3][0xf8]8m[0x14][0xda][0xc5][0xc1][0xda]'[0xe9][0xcc]Z[0xdf][0x12][0xa5][0xc8][0x82]b[0x99][0xb1]T[0x88][0x97][0xc9][0xe3]L[0xb9]O[0xd0]B[0x8d]~[0xac][0xd1]O^[0xa2][0xe5][0xcd][0x1a][0xfd][0xf4]%0[0xf4][0xc8][0xa5][0xb6][0xa3][0xd0][0xc5]N[0xa4][0x94])[0x18][0xad][0x86][0xa0][0xf5]S[0xf1]V[0xae]Ps[0x1c][0x8]yB[0x85][0xd7]T[0x18][0x94][0xd1][0xcf][0xe9][0x17]*[0x92][0x99][0xc1][0xfe].P[0x8b][0xcc][0xc3][0xca][0x1e][\r][0x2][0xd5]s7[0x15]]<[0x87][0xe]l>Fkz[0xf0]~[0x84][0xce][0x83][0xde][0x95]n4'h[0xed][0xfa][0xe2][0xf9][0xc5][0x87][0xa8]d[0x9c][0x1a]+[0xdd][0xca]x[0x1b]J*K[0x1c][0xf3][0x9d]#-e[0xbf]u[0x1b][0xb4]Jm[0x92][0xce]_r[0x8b][0x8b][0xf]Qi[0xa5][0xb6]x[0x92][0xd6][0x8f][0x9f]|^[0xe6][0xe0][0xc0]8~[0xf2][0xb0][0xc8]kcx[0xb][0x10]K[0x88]F[\r]^[0xd7][0x81][0x9d]r[0xa0][0xc5][0x7][0xbc],[0x3]>[0xaa][0x81][0x8d]z[0xa0]c[\r][0xd0][0xd1][0x1]Lt[0xd3]w[0xe8]J[0xfa].[0xed][0xa5]g[0xc9][0xa2][0xe7](J[0xdf][0xa3]8<-:n[0x3][0x87][0xe][0xcc][0xfc][0x15][0xfd][0x1a][0xad]jj[0xa2][0xdf][0x0][0xd1][0xc5]hG[0xe8][0xb7][0xf4];e[0x85]>[0xfa][0xbd][0xca][0xc4][0xe5][0xe0][0xf0][0x7][0xb4]\[0xa0][0xbf][0x8a][0xfe][0x88]V[0x11][0xd6][0xeb][0xa4]?[0xd1][0x9f]![0xd5][0xd3][0x8e][0x87][0xec][0x99]Q[0x9]D[0xbe][0xfd]U[0xd9][0x94][0x80][0xec][0x92][0x93][0x18]*[0xd6][0xe8]o[0xcc][0x80][0xdb][0xdf][0x89]^&[0x1f][0xbf]L[0x1e][0xb8]l[0xd5]K[0xe4]z[0x89]Ja[0xe4][0xd0]?[0x1d]][0xa3]`[\r]x[0xc0][0xba][0x17]N[0xd0]E[0x7][0xc9][0xb][0x83]l[0x18][0xa7][0xb9][0xf6][0xc0][0xc6][0x83]bQ[0xa4][0xcd]M[0xf]g[0xa0][0xb4]@A[0xf6][0x87][0xe0][0xf3]#d[0xb5][0x1f]c[0xbd][0x17][0x10][0xec]?[0xcf][0xc0]G[0xc0]&[0xaa][0x92]j[0xd9]j9[0xf9]m[0x8e][0xee][0xc2][0xb4][0xd1][0xbf][0x9d][0xe5][0x8f][0x82][0xa5]`b3[0x12][0xab][0xfb]aY2X[0xb]x[0xb7][0xe2]q[0xf1]A[0x9a][0xa5]2[0xce][0xe6]G[0xe8][0x92][0xc7]k[0xd3][0xa2],[0xa8]UR[0x96][0xd5][0x82][0xf8][0xd2]q[0xd2][0xea][0x90][0x9f][0xa6]D[0xab][0x7][0x92][0x8][0x8b][0xbb][0xb1]|1,[0xe4][0x85]ugC[0x84][0x5][0xb0][0xa9][0x1][0xb][0xd6][0xc0]Rk[0xe8]ot[0x11]Lp1[0xe4][0x10][0x91][\r][[0x2]Gd/[0xad]S[0x88]G5C[\r][0xf4][0xc8][0x9]6[0xf6]gSq[0xf1][0x9]Z[0xa4][0xd1][0x10][0xce][0xa5][0xe5]E |1[0x13][0xc6]-[0xce][0xbe][0xb4][0xc8][0xd7](9s[0x8b]<[0x9a][0xe4][0xd1],[0xf][0xbf]#[0xa2][0xbd]Y-B[0xc4][0x10][0xfd][0x7][0xe2][0xbd][0x8][0x1e]/[0x81][0xf1][0x91][0x14]_[0xa6]J:[0xa1][0xfa][0xff]ux^[0xe9]D[0xd2][0xca]c[0xd4][0xd2][0xf3][0x8]m[0xf5]m[0x9b][0xa0][0xc0][0xa2][0x9][0xda][0xee][0xdb][0x81][0xc6][0x4][0x5][0x85]u[0xab]<[0xda][0x1c][0xfe]Y[0x9b][0x1a]&.f&[0x83]][0xb4][0x82][0x8b][0xb2][0x2]m%V[0xba]_Iq"[0x13]hu*i[0x10]E[0xf]S[0xfb][0x8e][0xa2]M[0x87][0xa9][0xa3][0xb5][0xee][0xb1][0xcd]E[0xeb][0xdd][0xf3][0xdd]K[0xef][0xa5]Eu[0xf3][0xdd][0xe7]m([0xae][0xa9],[0x9e][0xa0][0xcb]d[0xa3][0xdb]t[0x8b][0x9b][0xc7]O[0xfe]z[0xf1]!jH[0x8b][0xd6][0x9][0x89][0xe0][0x8f][0x80]/[0x84][0x7][0xe6]OR[0xd7][0x4]uO[0x89][0xb9]Sm;[0xe5];[0x90][0xa8]v[0xf8]z[0xec][0xa4][0xe0]Ri[0xf7]5H[0xe8][0xf2][0xee]C[0xe2][0xb5]][0xd8][0x2]LI[0xa6]ts)[0x95][0xb0][0x97][0x96]p[0x19]t[0xd0][0x11][0xc7]^Z[0xcd][0xb3]i[\r]WP[0x80][0xe7]P7[0xde][0x97][0xb3][0x8f][0xf6][0xf0][0x12]z[\r][0xcf]#[0x13][0xef]>[0xae]$[0x8b][0x17][0xd3]>^[0xaa]t[0xae][0x81]-[0x96][0x0][0x12][0xff][0x83][0x1b][0x8b][0xd1][0xee][0xa1][0x93]j[0xb7]-[0xa1]]0[0xc6]#[0xd0][0xdf]B[0xfb][*[0xf5]<[0xa1][0xd0][0xaa][0x9d]D[0xcc]#|[0x9e]e[\r][0x1][0x4][0xa2][0x5][0xf0][0xd4][0x8b][0xd4][0xb0]EcW[0x13][0xf2][0x1d][0xb2][0x9d][0xfc][0xc6][0x9][0xe9][0xc5]r[0xab][0xf0][0x96][0x12][0xa2][0xed][0x18][0xed][0x86]![0xae][0xd8][0xe1][0xe3][0x9][0xba]2X[0xfb][0x14][0xcd]:L{&[0xe9][0xaa][0xd6]q [0x15][0xcd][0x9][0xea]m[0xad];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0x91][0x8b][0x16][0xa2]aJ*[0xda][0xdb]V[0xb3][0xfa]([0x85]][0xb4]k[0xfc][0xe4][0xaf]`[0x9a][0xa0][0xcf][0xc2][0xae]]_[0xf3][0x10][0xe4][0xf2] [0xf9][0xf8]a[0x15];[0x11][0xad]G[0x1a]&[0xae][0xc2][0xda]5T[0xe][0xf9]x5[0xec][0xd2]@[0xe7][0xf0][0x1a][0xd8][0xe4]<$[0xae][0xb5]t[0x9][0xaf][0xa3]-|[0x1][0xf9][0xf9]|j[0xe1][0xf5][0x14][0xe4][0xb]3[0x9b]_%[0x15]q1[0xcb]&x[0x1]xh[0xec][0x81][0xad][0xcb]i[0x1d][0x97][0xc2][0xa6]L[0xe7][0xd0]2[0xe7]k[0xb],^[0xc6][0xba]Z[0xbf][0xc5][0xd9].[0x9f]vB[0xc4][0xe6]1[0xb]T6[0xbd][0xb4]l[0xaa][0xf4][0x86]XI[0x88][0x90]%[0xd8][0x10]5.[0x99]4[0x8d]g[0xbf]HKa[0xb8][0x8a][0x12][0xb8]K[0xfe]][0xd2]G^[0xb9][0x87][0xb6][0x8d][0x7][0xc7][0xdb][0x0][0xaf][0xa8]9J[0xfd]8K[0xdf]G[0x9a]{[0x9c][0xdc][0xaa][0x8c][0xb2][0xd5].[0x91][0xef][0xbc])[0xb][0xbe][0x15][0xe3][0x1b]r"[0xce]=U[0xed][0xb1][0x9f]4n![0x9d][0xb7]b[0xeb][0xd9]F[0x8d][0x1c][0xa0]f[0xde][0xe][0xa4][0x6]3yq%bRl/[0xc8][0xdf]>M[0x91][0xed]Y[0x8a][0xe8]T[0xf4]2[0xcd]U[0xbb][0xec][0xb9]nG[0x9f]J[0xe8][0xb3][0x8][0xd8][0xb6][0xb3][0xc3]n[0xc7]x[0xb]|[0xb1]I[0x8a][0xef]p[0xea][0xd2][0x9][0x1a][0xf6]][0x83]2n[0xaa][0x12][0xb5][0xb3]A;[0xfc][0xda][0x81][0xf9][0x97]A[0xbe][0xce][0x8c]9K`[0xbc]%[0x99][0xea][0xd3]C[0xd8]&t [0x1f]tK3v[0x1b]s[0xd6][0xa9][0xab]y[0x92]jl[0xdb][0x9d][0x9d]6N[0x2]6A[0x1d]:AI[0x9][0xfd])[0xb]MYFm[0xf8][0xd8][0xc8][0xcb][0xf8]r[0xaa][0xe5][0xdd]Y[0x8e][0xac][0x9b][0xa6]][0x96][0xfe]([0xc0]k3j[0x97][0xca][0xcf][0xb3][0x8e][0xda][0xcd][0x10]G[0xcc][0xa7]OR*X[0xb][0xff][0x8d][0xb8]P[0xf3][0xe5][0x1c]$[0xd8]B[0xea][0xe8][0xcf][0xda][0x8c]t6[0x94][0x92]n@[0xff],^[0xe]N[0xc2][0xf1]lG[0xc1][0xaf][0xc8][0xb6][0x84]w#[0x8c]w-[0xca][0xaa][0xe0]a[0x1a]=H[0xeb]&ik[0xdd][0x93]P[0x1b][0xfb][0xcb][0x18][0xea][0x7][0xdf]u[0xc5][0x9f][0xa3][0xeb]{[0x8a][0x0][0x91][0xd7]2[0x85]z[0xdc]@[0xc5][0xb5][0xa1]I[0xba]A[0xd2][0xdb][0xeb][0xf0][0xa8]}([0xa3][0xf5]J[0xec][0xb1][0xc4]7b[0xb9][0x3][0x88][0xd6][0xd7]#ZoB[0xc4][0xdc]L[0xe7][0xf2]-[0x88][0xb9][0x9b]i[0x3][0xdf][0x8a]h[0xbd]#[0xb3][0xf9][0xf8][0x10][0xc3][0xe7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%l#[0xaf]DK[0xbc]q[0x91]*[0xc1]8[0xb3][0xe5][0xdb]T[0xab]2T[0xab][0xb2][0xfd]v[0x89][0xc6]U[0x8e][0xc1][0xaa][0xe1][0xbf][0x1a][0xae]u[0xd4][0x8b]8[0x6]+[0x97][0xfd][0xf2][0xc6]C[0xa7][0x8][0xb1]7f[0x99][0xab][0xdc][0x91]@Z"[0xd5][0x94][0x4][0xf6][0xb7]U[0x99]o[0xab]2[0xfb][0xba]K[0xcf][0x84]][0x1d][0xac][0xbb][0x9a][0xeb][0x1d]=[0xb][0xf5]d[0xe2][0x0][0x8e]_[0x87][0xe8]L[0x1f][0xab]"[0x17]M[0xaf][0x1b][0xf5][0xe1]$[0x1d][0x90][0xe2][0xd5][0x13][0xac]9^[0xfb]8[0x86][0x1f]P[0xac]/T[%[0xa9][0xc4][0xba]N%q[0xc2]I[0x1]fUX{[0xfd]C[0x87][0xe9][0xa6][0x87]Tap[0xb3][0x14][0x6]([0xe][0xed][0xde]-[0xd2][0xc3]be[0xd8][0xdb][0x96][0x82]|)l[0xbb]4[0x3][0x8d][0xf3][0x80]2[0xe2][0xf7] [0xe]P;[0xa0][0xf0][0x9b][0xc3][0xef][0xa5][0xf9][0x8c][0x3]8[0x80][0x96][0xf3]=[0x88][0xd5]{i[0x7][0xdf]G[0xed][0xfc][0x11][0xea][0xe1][0x7][0xb0][0xab]<[0xa8]t[0x9b]'E[0xbe][0x94][0xbc]v[0xb1][0xeb]>[0xab][0xa4][0xa8][0x14]e)roz[0xef][0xf]+A[0x89].[0x90]3[0xe9]1[0xba][0x15][0xa1]q[0xdb][0x11][0xaa]8F[0xb7][0xa3]u[0xc7][0x11][0xba][0xc9]w[0xe7]$[0xbd][0xe1][0x8][0x8d][0x2]@w[0xf5][0x14][0xf9][0xde][0x8][0xf0][0xf8][0xde][0x14]:B[0x1d][0xbe]7[0x1f][0xa1]=[0xf9][0x85]A7[0xd8][0xed]D[0xe0][0xec][0xc2])i[0xf]T[0xe8][0xc7][0x86][0x7][0xcc][0xf2][0xb9][0xca][0xba]k[0xfe][0x1f]PK[0x7][0x8][0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/slf4j/MDC$1.classU[0x8b]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h55*[0xf6][0x8].\[0x1b]DoP[0x15]\[0x14][0x17][0x9e] [0xd6][0x18][B[0x2]M[0xf5]p.<[0x80][0x87][0x12][0xa7][0xb8]r>[0xf3]?3[0xbc][0xff][0xfe]<_[0x0][0xd6][0x18][0xb][0x8][0x81][0x11]A[0x9e][0xc2][0xbd])[0xcd][0xbe]r[0x86][0x90][0x16][0xdb]|Y[0xeb][0x87]&[0xcc]v[0xbe]t!V[0xde][0x16][0xa6][0xbd][0x85][0x8b][0x80][0xe4]gh[0xac][0x8a][0xee][0xba][0xa9][0x15][0x93][0x8b][0x15]ar[0xf0][0xde]4[0xb9][0xd3]1[0x9a]H[0xc8][0xba][0xb2]r[0xda][u<[0xd7][0xa6]l[0x9][0xd3][0xbf]N6[0x7][0xa1][0x87][0xdf][0xf4]Y[0xe0]+[0xc1][0x80]3[0xc1][0x90]=[0xe5][0x95][0xcc]P[0x7]d[0xe9][0x17]PK[0x7][0x8][0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/slf4j/MDC$MDCCloseable.classuR[0xdb]N[0xc2]@[0x10]=[[0xa0][0xc5]Z[0xe5][0xa2][0xa2][0xe2][0xfd][0x86][0x8a][0x89][0x95]h|[0xd1][0xf8][0x2]11[0x1][0x8c][0x97][0xf0]^p[0xc5]bm[0x93][0x16][0x8d]~[0x96][0x89]F[0xe3][0x83][0x1f][0xe0]G[0x19]g[0xb7]D[0x14]4Mg[0xe7][0xcc][0x9c]9{[0xda][0xdd][0x8f][0xcf][0xb7]w[0x0][0xdb]X[0xd5][0x11][0xc3][0xb4][0xe][0x15]3[0x3][0x94][0xcd][0xea][0x98][0xc3][0xbc][0x86][0x5][\r][0x8b][0x1a][0x96][0x18]"[0xd7][0xfc][0x81]!]nYw[0x96][0xe9]Xn[0xd3][0x83]~[0xe6][0xdd][0xfa][\r]~h[0xb]Kq[0xaa]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x3]:[0x6]E[0x18]5[0x10][0xc7][0x80][0x86][0x15][0x3]9[0xc]2d[0xff]7[0xc9][0x90][0xec][0x1a]:[0xae][0xb7]x[0xa3]M[[0xca][0x92][0xed][0x99]?h[0x89][0x1e][0x17][0xc]C[0xbf]*[0xf4][0xff]}~[0xe3][0xdd]q,[0xd0][0xb9][0xa9]`[0xd0][0xe8]M[0xb]#t[0xb0][0x11]([0xc2][0x1c]U[0xc]B[0x87][0x84][0x14]Z[0xf5][0xfc][0xb][0x94][0xfc][0xc6]3"[0x8f][0x84][0x14][0xc]Q[0x1c]&.PF[0x14][0x15][0x9a][0xac][0x12][0x6]2![0x1b][0x9][0xd2][0x83][0xcc][0x84]*[0xa3]g[0x4][0xa3][0x1d][0xcd]][0x89][0x81]x[0xfe][0x9][0x91]WD[0xbb][0x8a][0xba][0x9c]>!?[0xa7]R[0xcd][0x8]y[0xa1]ZR[0xf4]3[0x1d][0x8d][0x12]1[0xc5][0xee]j~[0xe3][0x5][0xac][0xab][0xa0][0xca][0x89]#9=[0x1f]2[0xbe][0xbd][0xa8][0x18][0x97]^D6[0x81]I[0xf9]eY99[0x85][0x14][0xad]i[0xca]bt[0x89][0x93][0xc4][0x1a][0x13][0x3][0xc9][0xf8][0x17]PK[0x7][0x8][0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/slf4j/MDC.class[0x9d]Wks[0x1b]W[0x19]~[0xd6][0x17][0xad][0xac][0xc8][0xb1][0xab]\j;i[0xaa]:[0xbd][0xc8]2[0x95]H[0x93]^H\[0x83][0xad][0xd8][0xae][0x89],[0xb7][0x91]mp)[0x98][0xf5][0xea]X[0xda]d[0xb5][0xab][0xec]%[0x8e][0x13][0xee][0xd0]r[0xe9][0x85][0x96][0xb6]@[0xf9][0x3][0xf9][0x9a][0xb4]L[0xec]43[0xf4][0xb][0xbd][0xf2][0xb]`[0x6][0x6]f[0x98][0x81][0x81][0xcf]0[0xf0][0x1][0x86][0xe7][0xac]TI[0xb6]U'$39[0xbb][0xe7][0xec]{[0x9e][0xf7]y[0x9f][0xf7]=[0xef][0x91]?[0xfa][0xef][0xdb][0xbf][0x2]p[0x14][0xbf][0x88][0xe0]>h[0x11],C[0x97]CA[0x85][0xe8][0xe2]sEE1[0x8c]R[0x4]![0x18]][0xd8][0x85]3*[0xce][0xaa]0[0xc3](G[0x10][0x81][0xb1][0xb][0x16][0xec][0x8][0xd7]m[0x15][0x95][0x8]zqN[0xae]8rp[0xe5][0xe0][0xc9][0xc1][0x97][0xc3]yi[0xb5][0xaa][0xe2][0x82][0x8a][0xb5][0x8][0xfa][0xa5][0xab]>\[0xc][0xe3]R[0x4]_[0xc3][0xd7][0xc3][0xf8]F[0x4][0xdf][0xc4][0xb7][0xc2][0xf8]v[0x18][0xdf]Q[0xf1][0xdd]0[0xbe]'[0x17][0x9e]U[0xf1][0x9c][0x8a][0xef]+[0x88]N[[0x96]p2[0xa6][0xe6][0xba][0xc2][0xe5]t[0xe6]d&c[0xda][0xae][0xd0][0x96]M[0xa1][0xa0];7[0x9f][0xcd].qmli[0xfe]tVA,{F;[0xaf][0xa5]M[0xcd]*[0xa6][0xf3][0x9e]cX[0xc5][0x13]4[0xca][0xd8][0x96][0xeb]i[0x96][0xb7][0xa0][0x99][0xbe][0x8][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]r[0xb3]K[0xf9][0xb9][0xb1][0xb9][0xe9][0x8c][0xdc][0xbc]4>[0x9d];9qZB[0x84][0xf1]C[0x5][0x91]rA[0x1f]+h[0x15]O8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xb2][0xb6]SL[0xbb][0xe6][0xca][0xb1]3i[0xb7]b[0xa4][0xa5][0xb3][0xea]7B[0x87]F[0xc][0xcb][0xf0]F[0x15][0xb4]'[0x86][0x16][0x14]td[0xec][0x2]Y[0xf5]d[\r]K[0xe4][0xfc][0xf2][0xb2]p[0xe6][0xaa][0xe4][0x88][0xb2]}[0x9e][0xce][0xf7][0xb5][0xda]A[0xbe][0x9d][0xba])4[0xaa][0xb9][0x87][0xb8][0x19][0xbb][0xb2]6[0xbb][0xc2]j[0xf1][0xc4][0x5][0x8f][0x92]([0xb8]#QC[0xf5]=[0xc3]Ls[0x89][0x90]]y[0xa3]hi[0x9e][0xef][0x10][0xf5][0xd1][0xad][0xdf]Gn%[0xc4]Q[0xa9][0xbb]+[0xfd]5<[0xc5][0x12][[0x1c]Ir[0x11][0xbd][0xc9][0xa2]g[0x1b][0x93][0xfd][0x9b][0xab]j[0xad][0xf2]qe=|[0x9b][0xa4][0x1e]K[0xdc][0xd6]FI[0xb5][0xbb][0xd8]\[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]#[0xba][0xf9][0xf1][0xd9]([0xbb]EY[0x8f][0xba]<[0x1b][0xf1]M[0xf5][0x18][0x9c][0xeb][0x93]be[0xd2][0xf6][0xad]zI*2]Mf[0xf5]r<[0x11]t[0x91][0x1f][0xb1]KP[0x9a][0xbc][0xed];[0xba][0x98]4d[0xbc]azN[0xc9][\r]Q[0x1c][0xc1]C*[0x9e][0x8f][0xe2][0x5][0xbc][0x18][0xc5]K[0xf8][0x8c][0x82][0x3];[0x1c][0x80](~[0x8c][0x97][0x15][0xc]6L[0xa6]MS[0x14]5s[0xcc])[0xfa]eayu[0xdf][0xc5][0xf9][0x83]M[0xf3][0x14][0xc2][0xb2][0xc9][0xf0]}[0x17]glv[0xfc]r4[0xf8][0x1d][0xc7][0xbe][0xc9]ggr[0x1d][0xca][0xd5][0xc0][0xf4][0x18][0xc7][0x8][0x9f][0xc0]<:[0xb0][0x80][0x87][0xf9][0x16][0xad][0x1a][0xe1][0x11]<[0x1a]|[0xe5])[0xa7][0xc5][0xd1][0xc0][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xb3][0x81][0xb6]kh[0xbf]r[0xea]Mt[0xca]g[0xb0][0x18][0x82]J[0x88][0xf6][0x0]r7[0x9f][0x80][0xce][0x95][0x2][0xb9][0xac][0xd4]a[0xc3]\9[0x8e][0x13][0x9c][0x8d][0x4];[0x94])[0x15][0x8f]c[0x94][0xef][0x1d][0xfc][0xda][0x87].[0xd9][0x92]j[0xce].[0x11]C[0x12][0x1b]J[0xbe][0x8f][0xee][0x1b][0x8]-[0xc6][0xd4]u[0x84][0xdf]y[0x13]][0xc1]<[0xb2][0x18][0x8b][0xae][0xa3][[0xce][0x93][0xc3][0xd7][0xb1][0xbb][0x1d]W[0x3]i[0xa4][0xfb][0x1]B[0x3]/[0x12][0xf4]%Ry[0x19]{[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xb1][0xcb]$[0xf0]Z@e[0x15][0x18]c[0x14][\r][0xc1][0xdb]x [0xdf]H@[0xa4]mwO[0x9d]R[0x88][0x94]28Y[0xa3]4%[0xbf][0xca][0xf8][0x93][0xc3][0x1b][0xe8][0xb9][0x81][0xde][0xc5][0xa4][0xb2][0x8e];[0xae]l[0x91][0xf2]-[0x8a][0xf7][0xcb]&G=uG=5G[0xcd][0xf0][0xec][0xae]5x[0x93][0xf4][0xa5][0x92][0x89][0x9b]G|[0x1d][0xb1]6\[0xa9][0x7][0xbc][0x9f][0x1e][0x81]_[0x13][0xf3]][0x6][0xfc][0x1][0x3][0xfe][0x90][0x1][0xff][0xa6])[0x9d][0x89][0x1a][0x87][0xd6]![0xb2][0xb9][0xd7]8T[0xfe][0x1f][0xe]{[0xda][0xb6][0x89][0xfe][b[0xfe][0x8e][0x1c]~O[0xe] [0x87]?[0xe2][0x1][0xfc][0xe9][0x96]yL[0xd7]ku2[0xa8] [0xa0][0xbf][0x85][0xe7][0xeb][0xd8][0xab][0xa0]Q[0xbf]1n[0x7][0xfe]B[0x80][0xbf][0xf2]o[0x8c][0xbf][0xb1][0x8c][0xfe][0x1e][0xc0]3[0x90]^b[0xf2][0xba][0xaa][0xc5]6[0xbe]#[0xe6]>[0x5][0x8d]DV[0xb][0xf8][0x1f][0xc4][0xfc]'1[0xff][0xd5][0xc0][0xcb][0x6]&3[0xc4][0xe5][\r]X[0xc3]=[[0xd3]l[0xa0][0xb5]J[0xfb][0xab]*u4[0xc8]*[0x9d][0x8])![0xf4]*a[0xf4]+]M[0xea][0xc][0xe0]I<[0xc5][0xe7][0xe9]M+[0xf9][0x9a]^M[0x4][0xe6]H`[0x9e][0xe7][0xb2]*[0xd6][0xc1][0xc0][0x94].[0xe8]P[0xc6][0xa0][0x4][0xae]BrU[0x89][0xf1][0xd0]-[0xd4]e[0xfd]3[0xf7][0xca][0x92][0x9c][0xd8][0xc0][0x9d]o[0xa1][0xeb]2FO[0xdd]@[0xff][0xe2]:[0x6]8K^[0xc3][0x81][0xec][0xf0]{84[0x1c];x[\r]w[0xbd][0x81]}[0xb1]C[0x1b][0xb8];[0x16][0x97][0xc3]=[0x1c].[0xb3]u[0xbc]s[0x19][0x91]S[0xb1][0xc3][0xc9][\r][0xdc]{5[0x80][0x92]y[0xeb][0xb][0x9e][0x8f]c[0xb0]V[0xb][0xc7])[0xa0][0xac][0xe7][0x10].[0xf2]k[0x99][0xe7][0xc2]b=[0xd8][0xfc][0xcb][0xae][0x82][0xfb]q[0x8e]}[0xca]ar[0xd9]Z|[0xda]^[0xe4][0xce]U[0xd6][0xc1][0x1a][0xf][0xda][0xa5]@[0x8d]8q[0xfa][0xd9][0xef][0xbe][0x10][0x9c][0x96][0x8]m[0xbf][0x88]E[0xae][0x8f][0x12][0xf1]i|[0xa9][0xa6][0xc7][0x9d][0xe8][0x9c]V[0xf1][0xcc][0xc0][0xab][0xfe][0x19][0x15]_[0xfe]7[0x94]q[0x15]_[0x9][0x91][0xd6]R[0xa0][0xd2]WY|R[0xf2]6:[0xe5][0xbf][0xde]0s[0xb9][0x8b]%[0xd8][0xf5]?PK[0x7][0x8][0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Marker.classuR[0xcb]N[0xdb]@[0x14]=[0xc3]#6[0x9][0xe1][0x19]^[0x5]Z[0x9e]R[0x0][0x9]/[0xda][0x1d][0x15]R[0x94]R[0x9][0x11][0x8c][0x94][0xa8][0x91][0xe8][0x6][\r][0xce][0xc5][0x99][0xe0][0xd8]0[0x1e]g[0xc1][0xa7]u[0xd1][0xf][0xe8]GU[0xbd][0x1e][0x82]T[0x5]X[0xcc][0x1c][0xdf]3[0xe7][0x9e]9[0xd7][0x9a]?[0xfd][0x6][0xf0][0x19][0xfb][0xe][0xb6][0x1c]l;[0xd8][0x11]([0xd6][0xfc][0xeb][0x9b][0xcb]Z[0xf3][0xe2][0xac])[0xb0][0xd0][0xe8][0xc9][0x81][0xf4]"[0x19][0x87]^[0xcb]h[0x15][0x87]'[0x2][0xe5]z[0x12][0xa7]F[0xc6][0xa6]-[0xa3][0x8c]\[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xe6]M[0xfe][0x95][0xe3][0xff]h4[0x86][0xdd].[0xf6][0x4][0x9c][0x90][0x8c]/[0xfb]$P[0xa9][0x1e][0xbc]e6.;[0x1d][0x81][0xa5]j#[0xd1][0xa1][0x97]Fw_z[0xde][0xa5][0xd4][0xf7][0xa4]O[0xe][0xda][0x2][0x5]M[0xfd]d@[0xef][0x8]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xba]2[0xad]wU[0xd4][0xd1][0x14][0xb3]Y5[0xe7][0x8a][0xdf][0xe8]AS [\r][0xb1]s[0x99][0x5]M[0xba]#>[0xf]([0x15]p[0x95]!-M[0xa2][0x5][0x96]_[0x12]eFE[0xde][0xf9][0x90][0xe7]LS-[0x15][0xc6][0xd2]d[0x9a]/>|S[0xf4][0xf5]u[0x9a]Snt[0x83]$6R[0xc5][0xa9][\r][0xfc]j[0xda]<\[0x81][0x1e]3[0x19][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]n{[0x14][0x18]+p9p[0xb7][0x9e]t[0xc8][0x8e]s[0xce][0xe3][0xb4][0x92]L[0x7][0xf4]]EL[0x95][0x9e]o;[0xce][[0x5][0xe6]FS05j[0xca][0xde]R*[0xf1]Z[0xa4][0x95][0x8c][0xd4][0x93][0xbc][0xcd][0xad][0xc4]![0xaf][0xa3][0x2]o[0x18][0xe3]5[0xce][0xfb][0x1a]&0[0xc9][0xdf][0x5]~[0x15]cp[0xb8]v[0xff][0xab][0xa7]P[0x9c][0xe0]8([0x1][0x8c][0xd3]([[0x9c][0xc1][0xac][0xc5]9[0xcc][0xb3]r[0x81][0x95]y[0xb5][0xc8]U[0x8e][0x15],1[0xbb]l[0xfb]W[0xb8]^[0x1d][0xaa]W[0xd9];[0xc7][0xf]X[0xb7][0xb8][0x81]M[0xd6][0x8]|[0xb4][0xca]O[0xff][0x0]PK[0x7][0x8][0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/MarkerFactory.class[0x8d]T[0xeb]N[0x13]A[0x14][0xfe][0x6][0xb0]K[0x97][0x95][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8](U[0xbc][0xd0][0xaa][0x14][0x15][0xaf][0x5][0x14]J[0xb][0xb5][0x17][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0xfc]2[0xdb][0xed][0xd0].nw[0x9b][0xe9]V[0xf4]-|[0xb][0xff][0xa2]&[0x8a][0x9a][0xf8][0x0]>[0x94][0xf1][0xcc]XJ[0xcb]-f[0x93]9;[0xe7][0xcc][0xf9][0xce]w[0xce]|[0xbb][0xbf][0xff][0xfc][0xf8][0x5][0xe0]![0xb2]:[0x6]0[0xa5][0xe3]>[0x1e][0xc8][0xe5][0xa1][0x86][0xe9] [0xd9]GA[0xf4][0xe3]q[0xf][0x9e][0xe0][0xa9]\[0x9e][0xe9][0xb4]}[0xae]![0xa6]aFG[0xf][0xa6]4[0xcc]vcN[0xc7][0xb][0xbc][0xd4]0[0xaf]a[0x81][0xa1]7;[0xbf][0x9a]N[0xac][0xbe]N[0xce][0xc7][0xd7]VV7[0x19].e[0x5][0xa2]6[0xd1][0x2][0x96][0xf7][0x85][0xed][0x96]b[0xe1]#[0xad][0xa8][0xda]fE[0x8d][0xe0][0xc8]q[0x86][0x1][0x2]\[0xe4]T[0xb4][0xcc][0x8b][0xfb][0xc0][0xd2][0xd7][0xde][0x0]C[0xf7][0x8c][0xe5]4&[0xcd][0x8]+[0xd4][0xd6]G[0xdc]1k[0xb5]E[0xbe][0x95][0xf4][0xea]n[0xb3][0x95][0xb]-G[0x9a]-[0xc4][0xd4][0xdd][0xcf]RWy[0xaf].,[0x9e][0xb4][0xd5][0xe5][0xb4][0x15][0x9b][0x94]y[0x6][0xce][0xe3][0x82][0x86][0xb8][0x81]E$[0xc]$1[0xca]p[0xf9][0x94][0xd9][0x19]X[0xc2][0xb2][0x81]A[0x9c][0xd3][0x90]2p[0x1d][0xe3][0x6]n[0xc9][0xe5][0xb2][0xcc][0xbc]z:[[0x86][0x1b][0x7]c+s[0xa7][0xca]E-[0xba]`[0xd6]l[0xeb][0xd0][0x14][0xce][0x1d][0xd3][0x12][0xc3][0xe4][0xba][0xcb][0xdf]U[0xb9][0xe5][0xf3]bh[0xcb][0xb4][0x9d][0xba][0xe0][0xa1][0x9d]2u[0x16]*[0x90]8h[0xce][0xa1]6[0x18][\r][0xaf][0xc][0xa4][0x91]a[0x18]>Aw[0xc][0xfd][0x7][0x85]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x4][0xcd]p[0xed][0xe0][0xb0]][0xa9]:t[0x85]$[0xca][0x6][0xc1]}[0x11][0x1a]tsy*[0xe8]p_[0x12][0xbb][0xd9][0xa6][0xc9][0x13][0xb2][0xe8][0xaa][0xfa]K[0x87][0x84]MB[0xcb][0xa7]rK[0x99][0xc4][0xda]J[0x8e]a[0xfc][0xbf]@FNR?[0xc3][0xd0][0xd1][0xe9][0xae][0xfb][0xb6]C_[0xaf][0xe0]UOPs[0x91]c[0xb4][0xdc][0xe2]Y+[0xb]oG~[0x11][0xb1][0xf0][0x6][0xae][0xd1]?d[0x80]~:$Jy[0xdf][0xf4][0x16]@[0x87][0x94][0xb]y[0x86][0xd4][0xcf][0x88]4J[0xf6]L[0xe4][0x1b][0xd8]'z[0xe9][0xc0]0[0xad]:Y [0x8a].La[0x84][0xde][0x8c][0x87]p[0x11][0x97]T[0x94][0x84]B'$[0xc0]z[0x3][0xa0]o[0xf][0x1d]_[0xd1][0xb9][0x9b][0xfe][0x8c]3[0xd2]*g[0x0][0x1a]At*[0xc8]^[0xb2][0xc0],y[0xe6][0x88][0xcb][0xcb]&l7y[0xae][0xe0]*[0xed][0xc6]T[0x6][[0xd2][0x10]"[0xde][0xa0]L[0x92]>[0x82]R[0x9f][\r][0xb6][0xd3]TT[0xe2][0xea][0x9f][0x11][0x88]|[0x87][0xd6][0x81][0xdd]&[0xe5][0x80][0x8a]l[0xb6][0xd0][0xd5]q[0x3]7[0xc9][0x6][0xa5][0xb8][0x8f]G[0xe8]>[0x8a]P<[0x16][0xe1]65[0xfc][0xf]aTE[0x88][0x1d]![0xec][0xaa][0xc9][0x1e][0xe4]V[0xa9][0x9b][0x89][0xe6]l?4j[0x8d][0xed]![0xf8][0x5][0x81][0x8f][0x18]I[0xff]D[0xcf][0xe6]7[0x18]j[0xa7][0xa7][0x7]{#{[0xe8][0xfb][0xa4]f[0x1d][0xa0]"[0xba][0xb2][0xc3]8[0xdb][0x18][0xd9]u[0x82][0x3]}[0xab][0x1]d)[0xba]L[0xf1][0x14]]][0x96]b[0xaf][0x88]d[0x86][0x86][0x96]Sd[0x87][0x8]A[0xa7]'[0x8c][0x8][0xed]F[0xe8]|[0x18]w[0x1a][0x3][0xed]AgJ[0xc3][0xdd][0xac][0x86]{[0x92][0xe3][0xa4][0xea]6[0xfa][0x17]PK[0x7][0x8][0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/slf4j/event/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/event/EventConstants.class}[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff][0xe1]"[0x17][0xf1]~[0xc5][0xb][0x82]+ua[0x17][0xba][0xd3][0x98][0x14]DCBJ[0xd2]".[0xc9][0x80]c[0x1d]R[[0xd3]N[0xf5][0xb9]\[0x99][0xb8][0xf0][0x1]|([0xe3][0x99][0x6][0x14]7n[0xfe][0x9c][0xef][0x9f]s[0xcd]|~[0xbd][0x0]8[0xc1]~[0xe][0xbb]EdP[0xc9]a/[0x87]*C[0xa1]i[0xdb][0x1d][0xbb][0xdf][0xb2][0xba][0xc][0xac][0xc5]0[0xd7][0x8][0xfc]Hq_[0xf5][0xb8][0x17][0x8b]4[0x15][0x1d]0[0xe4]oM[0xdb][0xd2]9[0x9a]+[0xc4]-[0xeb][0xaa]3[0xe1]Ujr[0xd9][0xac][0xdf]\O[0x8c]"[0x19]][0xdb]l4'[0x6][0xa8][0xc2]2[0xfb][0xce]M[0xdd][0xa1])[0xcb][0xed][0x11][0xe6][0x86][0xc7]}[0xd7]pT(}[0xf7],[0x8f][0x1a][0xc3][0xcc][0xb9][0xf4][0xa5][0xba]`H[0x1f][0x1c][0xf6][0x18]2[0x8d][0xe0]N0,[0xb4][0xa5]/[0xac][0xf8]q [0xc2].[0x1f]xB[0xd7][0x7]C[0xee][0xf5]x(5[0x8f][0xcd][0x8c]z[0x90][0x11]C[0xb5][0x1d][0x84][0xae][0x11]y[0xf7][0xa7]#C<[0xb]_[0x19]M[0xad][0x93][0x9b][0xa2]3[0x86][0xa2][0x13][0xc4][0xe1]P\I][0xb6][0xf2][0xf7][0xf9]Xo[0xc6]P[0xfb]m[0x12]=IC[0xcf]S2[0xf0][0xcd][0x17][0x1e][0x8a]v[0xe0][0xba]",a[0x15]k[0xc][0x95][0xff][0xa7]1,[0xfe][0x9e][0xda][0x19][0x8c][0xc4]P[0xd1]H[0xcb]4[0x9c]x[0x10])[0xa9]b5n[0x87][0x1a][0xd2][0xf4])[0xc0][0xc][0xca][0xc8][0x92]2[0xe4][0x88]R[0xc8][0x13][0x17][0xa6][0xb8]H<;[0xc5]%[0xe2][0xb9])[0x9e]'^[0x98][0xe2]E[0xe2]%,[0xff][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EL[0xef]N[0xba]N[0x8e][0x91]0[0x90]=zC[0xea]5I[0xd9]H[0xd6]HLl[0x92][0x96][0xc6]q[0x19][[0xc9]On'Y;[0xdf]PK[0x7][0x8][0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/slf4j/event/EventRecodingLogger.class[0xa5][0x98]ml[W[0x19][0xc7][0x9f][0xe3][0xd7][0xc6][0xbe]][0xd2]dy[0xb1][0xe3][0x8e][0xae][[0x9b][0xf7][0x85]vKh[0x9b][0xae],M[0xd3][0xad]m^X[0x92][0xc5]u][0xaf]s[0x92][0x1b][0xd7][0x9d]cw[0xd7]vK[0x80][\r]:[0xd8]`[0x83][\r][0x6]l[0xb0][0xc1][0x6]C[0x2][0x9][0x9][0x10][0x9d][0xa8][0xcb][0x86][0x6][0x12][0x1f]@[0x9a][0x90]@[0x2][0x9]$>[0x80][0x4][0x12]Bb[0x12]H|[0x0][0x9]M[0xfc][0xcf][0xb9]77N[0xfc]8[0xbe]u[[0xe9][0x9c]s[0x8f][0xcf]y[0xfe][0xcf][0xcb]9[0xbf]{[0x95]w[0xde]{[0xeb][0xa7]Dt7[0xbd][0x1e][0xa0][0xe]z[0xa4][0x81]vR2@[0xb][0xb4](GK[0xb2][0xd1][0x3]h[0x96][0xfd][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90][0x9f][0x1e][0x9][0xd0]yJ[0xcb][0xd1][0x5][0xd9]<*[0x9b][0x8c]lVd[0x93][0x95]MN6[0x17]e[0xf3]X[0x80][0xc][0xca][0xcb]fQ>[0x16][0x82]T[0xa4]K[\r]t[0x99]>,M[0xae][0xfa][0xe9]#[0xf2][0xe1][0xa3][0xb2][0xf9][0x98]l[0x1e][0x97][0xcd][0x13]~[0xfa][0xb8][0x9f]>![0xc8][0x93]M[0xae][0xe8][0x82][0x9a]'.$/%[0x7]3[0xc9]ljp[0xb6]`[0xa4][0xb3][0xa9][0x11]A[0xbe]L.[0x95][0xd2][\r]AwN[0xe4][0x8c][0xd4]`>[0xb3]|[0xcf][0x85][0xc1][0xf3]z[0xe6][0xa2]n[0xe4][0x7]g[0x8b][0xb][0xf9]B[0xba]P,[0xe8][0x13]j[0x15][0xd6][0x7][0xf4]Kz[0xb6][0xf0]`Q/[0xc2][0xe2][0xe][0xd3]b[0xb1][0x90][0xce][0xc][0xaa]),h[0x98]M[0xa7][0xb2][0xc9]B[0xd1][0xc0][0xef]#[0x9b]?\&[0xa2][0xc]m[0x92][0x80]O[0xe3]rz[0xe4][0x88]t[0xed]p:[0x9b].[0x1c][0x11]t[0xa0][0xdb][0x89]o[0x15][0xbe][0xf4][0xcc]#[0xf4][0xb1][0xdc][0x12][0x1c]i[0x9c]Hg[0xf5][0xa9][0xe2][0xca][0x82]n[0xcc]%[0x17]2*[0x19][0xb9][0xc5]df>i[0xa4][0xe5][0xb3]5[0xe9])[0x9c]O[0xe7][0x5][0xed][0xa9][0xf0]R95[0xa3]/[0xe6][0x96][0xe0][0xa1][0x9d][0x8b][0xb6][0x8d]6V/[0xae][0xd9]Y[0xa8][0xcb][0xe1][0x1b]H[0x8e][0xc][0xcd][0x9f][0xd2][0xb]S[0xaa][0xb0][0xb7]v[0xf7]p[0xa5][\r][0x1a]p[0xd8]XR{[0x4][0xcd]uW[0x98][0x9f]@[0x97][0x19][0xa9][0xdc][0x1a]/[0x9b][0x9a]^[0xb8][0xa0]/[0x16][0xca][0x17][0xcd][0x9d]7r[0x97]e[0x9c][0xca][0xb]oF[0x1a][0x11][0xd4]^[0xc5][0xba] [0xf7]J>[0x85][0xd4]&[0x8d][0x14]R[0xdb][0xc2][0xd8][0xc6][0x99])[0xac][0xd9][0x14][0xd4][0xca]J[0x9]Z[0xae][0xea][0xff][0xfa][0xf4]d[0xd2]x[0xd4]Nl[0xbd][0x11][0xf9]V[0x94][0x15]uD6[[0x16][0xa4]e[0xca]*![0xa8][0xd2][0xa9]*5[0x13]tK:?g$[0x17][0xf5][0xf1][0xac][0x94]ZBb[0xba]{[0xce] [0x81][0x5]9[0x89][0xb8][0xbb]+[0xdd][0x96][0xee]t1[0xf3][0x95][0xd1]([0xc7][0x97]s[0xc6]J[0x12]N[0xb9][0x91][0xeb][0x8d][0xd7][0xdd][0xce][0xf4]AG[0xd6]x[0xfb][0xb2][0x84][0xfb][0xcc]n?"g,1i[0x96][0x1b][0x1b][0xb0][0xa3][0xb8][0x82],[0xe0][0x0][0xf4]n[0xed][0xc0][0xc6]R[0x88][0x82][0xca]KE[0x19]d[0xde][0xba][0x98]y>[0x83][0x7][0x1d][0xad][0xe4]]?U[0xe7]^[0xde][0xda]!G[0xd6][0xaa]dq[0x1b][0xb2]8j[0x18][0xc9]UA[0x87]o[0xd4][0xab][0x8d]i[0xc5]I<[0xa6]/[0x14]S[0xf6]I[0xf4].[0xc9]GA[0xdb][0xd3][0xf9][0x13][0xd9][0xe5][0x9c]=[0xef]I[0xe3]IMG[0x93]Fv}[0xfa]2[0x9e][0x94][0x99]q[0xc3][0xc8][0x19][0xeb]ft[0xf9][0x88]w[0xc4]l[0xae]h,[0xea][0xc7][0xd3][0xf2]>w0[0xec][0xbc]Kz[0xa6]Q[0x17]][0xd1][0xe8]v[0xda][0xed][0xa7]'5z?[0xed][0xd3][0xe8]}[0xb4]K[0xa3];[0xe8]N[0x8d][0xf6][0x13]N[0xeb]^g[0x97][0xcb]O[0x9f][0xd4][0xe8]S[0xf4][0x94]FO[0xd3][0xa7]5[0xfa][0xc]=[0xa3][0xd1][0xb3][0xf4]Y[0x8d]>Gc[0x1a]=G[0xcf]k[0xf4]y9[0xfa][0x2][0xbd][0xa0][0xd1][0x17][0xe9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K~[0xfa][0xb2]F/[0xd2]K[0x1a]}[0x85][0xc6][0xfc][0xf4]U[0x8d]^[0xa6]W[0xfc][0xf4]5[0x8d][0xbe]NCR[0xfa]nAM[0x9b]k[0xa0][0xd1][0xab][0xf2][0xc7][0xd7]d[0xf3][\r][0xd9]|[0x93][0x86][0x4][0xdd][0xe1][0xe0]M[0x1]c[0xeb][0xab][0xd6][0xa6]p[0xf9]Q[0x89][0xdd][0xb5]_[0x13][0x1b]\[0x99]][0xcd][0x17][0xf4][0x15][0xbc]x[0x17][0x8b][0x86][0x1][0xa1][0xb9][0xf4][0x8a]>[0x99][0xce]d[0xe4][[0xb][0x16]O[0x82]Oy][0xcd][0xce][0x16][0x92]+[0x17]Q[0xaa][0xee][0x93][0xea][0xec]`v[0xc2][0x4]u[0xb8][0x1a]G[0xd5]M[0x95][0xeb],[0xd9].G/1[0xb9]k[0xbb][0xbd][0xcb]|[0x1f]I+[0x93][0x16]D[0xd9][0xeb][0x8b]=[0x1][0xb9]F[0xcf][0xe7][0x93])lh[0xc2][0xc3][0xa8][0xc5][0x8][0xeb][0x88][0xb7]uW[0xb9][0x6]*[0xc0][0xf5][0xd7]EGw[0xd5]c[0xde][0xb4][0xe1][0x7]=[0x89][0x13][0xba]}-o[0xd6][0xf3][0xc6]7[0xa7]9;b[0x6]d>[0x98][0x1]5nzSK[0xc4].-mb[0xf6][0x9a][0x8f]`S+[0x9b]a\[0x90][0xb9][0x99][0xd1][0xb1]q[0xf4][0xc7][0xc6][0x8f]>t?[0xaa]sb[0xea][0xf8]4[0xba][0xe8][0xe8][0xcc][0x14]f[0xc7]gf[0xa6]gp!v[0xe2][0xfb]Q[0xd0]m[0xe4][0xc6][0xe7]$n[0x4][0xc9][0xb8]&[0xaa][0xc7][0xe5][0xc0]o{0r[0xd1]^[0xba][0xf][0xe3].[0xea][0xc6][0xb8][0x7]3[0x97][0xd1][0xcb]=[0xed][0xbd][0xd7]I[0xf4][0xf6]]#Wo_[0x89][0xdc][0xd7][0xc8][0xd3][0xdb][0x8d][0xbc]W[0xf1][0x93][0x9b]z[0xd1][0xb6][0x91][0x17]m#y[0xa8][0x89][0x1a]h[0x7][0xfe]7c[0xae][0x85][0xfa]0[0xbb][0xcb]4A[0xfd]4[0xa0][0x4][0xdb][0x95][0xb4]P#)[0xee][0xa2][0xbb]0[0xd6][0xec][0x99][0xbd][0x98]1[0xdd][0x19][0xc4][0x1c]n1Z[0xe9][0x8c]|[0x92]k[0xbc][0xbd]?"[0xcf][0xf][0xd5][0x2])[0xed]S[0x93]mJ[0xca]4[0xe2][0xb5][0xa4]\[0xf2][0xe2]Y[0x9b][0x93]X'][0xc][0xf6][0xf6][0x89][0xfe][0x81][0x90][0xe7]:[0xf9][0xae][0xda]&[0x2][0xe8][0x89][0xc2][0xe8];[0x95][0x99]{[0xcc][0xa5][0xb6][0xc7]A[0xcc][0xc])[0xd3]A[0x1a]F<.5[0xfa][0x0][0x1d]P[0x91][0x5][0xe9] [0x1d]B[0xe4]Rn[0xc4][0x92]{[0x17][0xbf][0xf8][0xd1][0xc7]B[0xfe][0xd8]u[0xda]v[0xc8][0x17][0xf2][0xfd][0x98][0x1a]J[0x14][0x8][0xf9][0x90][0xc1]`[0xc8][0x87] \%[0xd2][0xd4][0xc0]S[0xa2][0xed]!_[0x89]n[0x9][0xf9][0x6]J[0xd4][0x18][0xf2][0x85]0[0xd5][0x84][0xce][[0xa2][0x1d]rgs[0x89]ZJt+[0xd6]zC[0xbe]7[0xa9][0xd5]E[0xd1]u[0xf7][0xf7]#nY[0xd7][0x6][0xb8][0xb6][0x3][0xc9]mGzw![0x91]=H[0xee] R9[0x84][0x94][0x1e]FU[0xc7]P[0xd7])[0xcc][0x9e][0xc1].[0x19][0xe6][0x3][0xa6][0x8b]v[0x98]q;[0xcc]8[0xd6][0xdf][0xab][0xc2][0x8c][0xab][0x80][0xdd]j$[0x3][0xf6][0xa8][0x91][0xc][0xd8][0xb][0xbd][0x19]:B[0x1f]T[0x15][0xb8][0x8f]F[0xad][0xd0][0xfb][0xad]2[0xb9]<[0xdf][0xdb]T[0xa3][0x81][0xb2][0x1a][0xb9],UAG[0xe1][0x97][0xb9]s[0xc]6Uj{[0xdf][0xa0][0xb6]>![0xae]S[0xfb][0xe6][0x1a][0xed]C[0xbf]_[0x99]i[0xb3][0xaa][0xb0]^#[0xe9][0xa8]P[0x6][0x8f]Y[0x6][0xe7][0x10][0xa0]t[0xbd]Y[0x19][0xf4][0xbc]M[0x1d]1w[0xff],gw[0x8][0x89][0x1b].;[0xad][0xcd][0xb6][0xdd]f[0x1a]Wv[0xe5][0xe8]8[0xdd][0x8f][0xd5]R[0xe1][0x1]Ka[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2%mJ[0xc1]k)[0xc4]<[0x3][0xac][0xca]AjE[0xe2][0xa4]J[0xaf][0xb9][0xcb]Vi[0xb3]U[0xda][0xe8][0x84]R[0x91][0xa3][0x93][0x18][0xb9][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]NYz[0x93]H[0x91][0xdb]NQ?'r/[0xfa]#e[0xa1][0x94][0xa7]hM$H[0x13][0xa8][0xa5][0x19][0xca]$kZ[0xf4]3[0xa6]G[0xd1][0x1f][0xad]bz[0xd8]6=[0x85][0x18]][0xea]HL[[0xa6][0x87][0xd1][0xbb][0xd8]#1^VK[0x97]m[0xcd][0xa5][0x8e][0x9f]Y[0xcb][0xf]Y6[0xa6][0xb0]CjjV[0xe4][0x82][0xb9][0xc1]'[0xa0]~[0xaa][0xcc]?[0xcd][0xb6][0xa8]Y[0x16][0xe5][0xc8][0xbc][0xc1][0xd2][0xf6][0x83][0x96][0xed]s[0xb4]M[0xd5][0xa3][0xc5][0xb4]m[0x1e][0x14]U[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89])[0x1c][0x83][0xe9][0xb2][0x12][0xb6][0xd8][0x12]-[0xb6]D[0x8b][0xca][0xb3]K[0x8d][0x8e][0xab][0x12]J[0xb1][0x19]K,[0xb]1[0x89][0x97][0xe]S[0xcc]k[0x89][0xc5][0x1e]u|f-[0xed][0xd3]H[0xa2]g=[0x89][0x3][0x9c][0xde]<[0x92]x[0xba],B>[0x89]kz[0x1a].[0xd9][0x1]+[0xc2][0x87]x[0x15]1[0xc0][0xa8][0xc4][0xa1]r[0xb6][0xa6][0xca][0xb0][0xad]"[0xf][0x95]T[0x99]w[0xc0][0x99]s,g[0xa2]7[0xc2][0x99]E[0xf4]K58[0x13]e9[0x13][0xda][0x92]3)p&[0xed][0x98]3Q[0x96]3[0xa1][0x9a][0x9c][0xc9][0x80]3[0xd9]:8[0x13]e9[0x13][0xe2]9[0xf3][0x18][0xc9][0xbf][0x1e]9[0xe5]L[0x94][0xe5]L[0x88][0xe7]L[0x11][0xfd]%[0xc7][0x9c][0x99]w[0xc0][0x99][0xd5][0x1a][0x9c][0x89][0xb2][0x9c][0x9]U[0xe1][0xcc][0xe3]P[0xc2]1g[0xa2],gB[s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xc1][0x93]up&[0xca]r&[0xe4][0x80]3O[0x81]3O[0xdf][0x14]g[0xa2],gBU8[0xf3][0xc][0x92][0xf8][0xec][\r]pf[0xc2][0xe2]L[0x94][0xe5]L[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g[0x9e][0x83][0xca][0xf3]up[0xe6][0xb4][0x3][0xce][0xbc][0xc0]r&[0xc6]r&[0xcc]s[0xe6]E[0xf4]/[0xd5][0xe0]L[0x8c][0xe5]LxK[0xce][0xbc][0xc][0xce][0xbc][0xe2][0x98]31[0x96]3[0xe1][0x9a][0x9c]y[0x15][0x9c]y[0xad][0xe][0xce][0xc4]X[0xce][0x84]y[0xce][0xbc][0x8e][0xfe][[0x8e]9[0x13]c9[0x13][0xe6]9[0xf3]m[0xf4][0xdf]q[0xcc][0x99][0xd3][0xe]8[0xf3][0xdd][0x1a][0x9c][0x89][0xb1][0x9c][0x9]W[0xe1][0xcc][0xf7][0xa1][0xfe][0x3][0xc7][0x9c][0x89][0xb1][0x9c][0x9]o[0xcd][0x99][0xab]8[0x6]o[0xd4][0xc1][0x99][0x18][0xcb][0x99][0xb0][0x3][0xce]\[0x3]gJ7[0xc5][0x99][0x18][0xcb][0x99]p[0x15][0xce][0xbc][0x89]$[0xbe]U[0x7]gb,g[0xc2]U8[0xf3]6T~V[0x7]g[0xce]8[0xe0][0xcc][0xcf]Y[0xce][0xc4]Y[0xce]t[0xf2][0x9c][0xf9][0x5][0xfa]_[0xd6][0xe0]L[0x9c][0xe5]L[0xe7][0x96][0x9c]y[0x7][0x9c][0xf9][0x95]c[0xce][0xc4]Y[0xce]t[0xd6][0xe4][0xcc][0xaf][0xc1][0x99][0xdf][0xd4][0xc1][0x99]8[0xcb][0x99]N[0x9e]3[0xbf]E[0xff];[0xc7][0x9c][0x89][0xb3][0x9c][0xe9][0xe4]9[0xf3]{[0xf4]p[0xcc][0x99]3[0xe]8[0xf3][0xc7][0x1a][0x9c][0x89][0xdb][0x9c][0xd9][0xe0]^?{8[0xfe][0x84][0xfe][0xcf]U[0xdc][;[0xbb]A[0x1b]3q[0x1b]3[0xf][ET[0xc7][0xa4][0x9c]2[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]1[0xf9]kY[0x1][0xcb][0x8f][0xc9][0x9a]B[0xb3]}[0x7][0x9b]m[0xca][0xc4]Y[0xca]t:[0xa0][0xcc][0xdf]@[0x99][0xbf][0xdf][0x14]e[0xe2],e:[0xab]P[0xe6][0x1f][0xc8][0xd0][0xbb]uP&[0xce]R[0xa6][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xfe][0x9][0x95][0xd5]A[0x99][0xb3][0xe]([0xf3]o[0x96]2[0x9][0x96]2[0x11][0x9e]2[0xff]A[0xff][0xdf][0x1a][0x94]I[0xb0][0x94][0x89]lI[0x99][0xff][0xe1][0xf8][0xbc][0xe7][0x98]2[0x9][0x96]2[0x91]Z[0x94][0x11][0x82]Z[0x85][0xbb][0xe][0xca]$X[0xca]DX[0xca][0x8][0x1f][0x5][0xc4]6[0xc7][0x94]I[0xb0][0x94][0x89][0xb0][0x94][0x11]A[0x98][0xd6][0x1c]S[0xe6]lm[0xca][0x88][0xc6][0x1a][0x94]I[0xb0]_3[0x11][0xfe]kF[0xb4]PP[0xb4]:[0xfe][0x9a]I[0xb0]_3[0x91]-[0xbf]fD[0x7]5[0x8b]p[0x1d]_3[0x9][0x96]3[0x91][0xda][0x9c][0x11];[0xa9]][0xdc]vS[0x9c]I[0xb0][0x9c][0x89][0xf0][0x9c][0x11][0xb7]#[0x89][0xbb][0xeb][0xe0]L[0x82][0xe5]L[0x84][0xe7][0x8c][0xd8][0x3][0x95][0xbd]up[0xe6]ae[0xe7][0xdc][0xff][0x1]PK[0x7][0x8][0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/slf4j/event/Level.classuT[0xdb]R[0xd3]P[0x14]][0x87]&M[0x1a]#[0x94][0xc8][0xad]E[0x11][0xf0][0xd6][0x16][0xa5][0xa2]x[0x5][0x11],E[0xab][0x15]f[0x1a][0xc4][0xe9][0xe8]K[0xa8][0x11][0xc3][0x84]t[0xa6]My[0xf0]C[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xb4]^GG[0xc7]g?[0xca]q[0xef]Cd[0x0][0xdb][0xce]t[0xaf][0xee]u[0xf6]^[0xfb]r[0x92][0xfe][0xfe][0xf3][0xed]'[0x80][0xab]X[0xd5]p;[0x1][0x15]s[0x6][0xe6]qG[0xc3][0x84][0x86][0x5][0x3][0x83][0xb8][0xcb]f[0x91]O[0x96][0xd8][0xdc][0xd3]1d[0x10][0x16][0xd8]Y[0xd6]1[0xc2]X[0xd4][0x91]b\[0xd1][0x91]f[0xbc][0xaf]c[0x94][0xf1][0x81][0x86][0x92][0x80]Z[0xac]T[0xd6]*[0x2][0xc3][0xe5]zc+[0xdf][0xf4]_[0xce]n[0xe7][0xdd]]7[0x8][0xf3]e[0x2]N@y[0xba]TY%([0xad][0xae][0xac]Q[0xfc]r[0xf1][0xde][0x93][0xfb][0x84][0xeb][0x95][0xa5]BQ@[0xf7]9[0xac][0x14][0x84][0x2][0xa2][0xf4][0xcf][0xb5][0xc3][0x86][0x80]U[0xde]vv[0x9d][0xbc][0xef][0x4][y"[0xbc]`[0x8b][0xc4][0xb4][0xb3][0x1b]K[0xe5]'E[`[0xe4]Y[0xd7][0x8a][0xf1]][0xc7]o[0xb9]M[0x81]t&[0xdb]=J)[0xd4]_[0xb8][0x2]}e/pW[;[0x9b]nc[0xdd][0xd9][0xf4][0x89][0xd1]d[0xfa][0xda]K[0x81][0xa9][0xcc][0xff]=d[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0xe5]z[0xcd][0xf1]7[0x9c][0x86][0xc7]:[0x91][0x98][0x12]8;[0x4][0xf1]y/[0xf0][0xc2][0x5][0x81]l[0x7][0xc9]R[0xa9]C[0x99][\r][0xca][\r]_y4[0x85][0xf0][0xe8]K[0x98][0xb0][0xbd][0xad][0xc0][0x9][[\r][0xd2][0x1b][0xca]t[0xc9]Q[0xc3][0xba]\f,[0x93][0xe5]u[0x86][0xf5][0xbd]3[0x81][0x81]L[0xb6][0xd3]B[0xf5][0xf9][0x9a][0x1f][0xb5]F)$p0[0xaa][0x18][0xb4]v[0xe6][0xbb][0xcc][0xbb]@[0xc9][0x86]]o5j[0xee][0x8a][0xc7][0x93][0x1a][0x92][0x9f][0xe6]l[0x81][0xb1][0xa3]IE[0xb6][0x85]z[0xd0][0xc][0x9d] l[0x9a][0x18][0xe7]gp[0xc2][0xc4]C<[0x12][0x18][0xec]X[0xc2][0xc4]y[0x94]M[0xe4][0xf0][0xd8][0xc4]I[0x9c]21[0x86][0xd3][0xec]N[0x99][0x18][0xc2][0xb0][0x89][0x11]6)6i6[0xa3][0x18][0x16][0xe8]=[0xdc]<[0xed][0xa3][0xe6][0xd7][0x3][0xf7][0xe8][0xf8]k[0x9b][0xdb]n-[0xa4][0x9][0xae][0x1d][0xbc][0x8e][0x82][0xef]4[0x9b]s[0x9d][0xae][0xfc][0xb0][0xea][0x1c][0xef][0xbf][0xc3]5f7[0x16]g[0xe8][0xc5][0x18][0xa4]WN_Lq[0x93][0x0][0xe1]H[0x84][0xa9][0x8][0xd3][0x11][0x8e]2[0xa2][0x87]g[0x93]H[0xe3][0x1][0xc9]4[0xaf][0x86][0xfc]8[0x12][0x98][0xc4][0x19][0x8][0x9c]%o[0x92][0x90]?F[0x1b]=[0x9f][0x11][0xfb][0x5][0xe5][0x1d]y[0x2][0xe7]d$[0x9f][0xf5]R[0xfc]y\[0x88][0xe2]gI[0x8f]Y[0xc3]Rs_[0x11][0xff][0x5][0xf5][0x9d][0xac]q0>C[0xd6][0xdc][0x8b]B[0x96]k[0xd3]9m[0x97],+A[0xcf][0xa5][0x94]OH[0xbc][0xdf]W[0xb2][0xa0][0x90][0x1d]$[0xc5]![0x1c][0xa3]i[0xfa]iVV[0x1d][0xa7]\>[0xbd]('[0xe4]_[0x97]h[0xc6]=n[0x9a]*)[0xc8]K[0x8d][0xcb]T}[0x6]W[0xa2][0x9e][0xf3][0x84][0xdc][0x8d][0x9a][0xfb][0x8][0xfd][0xed][0x91]vG[0xf][0xb4][0xab]F[0xc2][0x82][0xfe][0xd9]f;$'[0x8e][0xce]:[0xd9]!Y[0xc7]5\[0x8f][0x92][0xdf]P[0x1c]^[0x87]Z[0xb5][0x8c]X2c[0x19]_p[0xec][0x3]LI[0x1c]W[0x92]c[0xd6]qI[0xf4]J[0xa2]OM[0xe]X}[0x92]HJ[0xa2]?[0x9e]4[0xac]~IX[0x92]8[0xa1][0xc5][0xac][0x13][0xd2][0x1f][0xd0][0x10][0x11]k[0xc3][0xb4][0xab]J[0x1b][0xbd]vUm#iW[0xe3]mXvUkc[0xc0][0xfe][0x80][0x9e][0xf7][0xfb][0xb7]iP[0xe7][0xf4][0x18]`[0x9d]n[0xa8]'[0xda][0xd3][\r][0xdc][0x94]x[0xeb]/PK[0x7][0x8][0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/slf4j/event/LoggingEvent.classe[0x90]=N[0xc3]@[0x10][0x85][0xdf][0x86][0x10];![0x81][0x0][0x89][0x10][0x12][0x7][0xb0][0x1b]\@G[0x95][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xa0]0[0x1d][0xd5]&[0xc][0x1b][0x1b][0xff][0xa0][0xb1][0x93][0x88][0xab]Qp[0x0][0xe][0x85][0x98][0xb5]-[0x94][0xc0][0x16][0xfb][0xb4]3o[0xde]~[0xbb]_[0xdf][0x1f][0x9f][0x0].0vp[0xec]`[0xa4][0xe0][0x1a]*[0xa7][0xb4][0xa2]D[0xe1][0xd4][0xf3][0xa7]9[0x9b][0xa0]H^.[0xe3]@jY[0x19]T[0xad]+[0x85][0xae][0xd8][0xee]4[0xbf][0x12]+[0x8c][0xb6]|uU,[0x3][0x9b][0x94][0x1b]C|[0xaf]S[0xaa]m[0xb1]^[0xe9] [0xd1][0x99][0x9][0xc2][0x92][0xa3][0xcc][0x88][0xad]g[0x93][0xa8]([0xb4][0xa1]z[0xe6]q[0xc1][0xa4][0x9f][0xeb][0x99][0xa1][0x9c]'l[0x96][0xa9][0xdc]=a[0xd6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xcf][0xda][0xc8]y[0x98][0xc5]4/%[0xa7]oG[0xa3][0x94][0xc2]R[0xa7]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x9e][0xdb][0x14][0x17][0x9c][0xaf][0xf5],[0x91][0xb8][0x93]-[0x84][0xdf][0x86][0xa5][0x8][0xf3]%[0xcf][0xe9]&[0xb2][0xb6]C[0x8b]-t[0xd7][0xf6][0xc9][0xe7]v@[0xe1][0xec][0xdf]Olx[0x4][0xf4]/QGA[0xa1][0x5][0xbb][0xdc][0xb6][0xe0][0xa0][\r][0x88][0xee][0xa2]S[0xa9][0x3][0xb7][0xd2]n[0xa3][0xbd]F[0xf7][0xd0][0xaf]t[0x80][0xfd]J[0xf]0[0x94][0x4]A[0x92][0xbd][0x85][0xa3][0x1f]PK[0x7][0x8][0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/slf4j/event/SubstituteLoggingEvent.class[0x8d][0x94]mO[0xd3]P[0x14][0xc7][0xff][0xdd][0xf3]fQ[0x4][0xb7][0xa1][0xa0][0xa0][0xa2][0x14]P[0xab][0xa2][0xa2][0x82][0x2][0xa2][0xa0]0@[0xdd][0xa2]&[0xbe][0xea][0xb0][0x96][0xe2][0x1e]L[0xdb]i[0xfc]P&[0x9a]HL|[0xe1][0x7][0xf0]C[0x19][0xcf][0xe9]:[0xd6][0xdd][0xdd][0x1a] 9[0xb7][0xf7][0xde][0xf3]?[0xe7][0xd7]s[0xce][0xfa][0xe7][0xef][0xaf][0xdf][0x0][0xe6]P[0xc9]A[0xc5]z[0x16][0xc7][0xf0][0x94][0xcd]36[0x1b]l6[0xd9][0x94][0xd8]l[0xb1][0xd9]f[0xb3][0xc3][0xe6]y[0x1a]/[0xd2]x[0x99]FYA[0xb2]f~2k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xa5][0xa6]c[0xe9]n[0xed][0xfd][0xad]}[0x9d]N[0x1a][0x9e]^[0xe2][0x8b][0x5][0x5][0xa9][0xba][0xe1]|0[0x1d][0x5]C![0x97]-[0xff][0x8c]ns[0xb5][0xa6]e[0x99][0xce][0xb6]Q7[0xd9]c[0xdf][0xf8]d[0xe8]5[0xa3]a[0xe9]e[0xcf][0xb1][0x1b][0x16][0xeb][0xdb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&C[0xfa]=[0xb3][0xf6][0xd1]t\[0xbd][0xdc][0xaa][0xba][0x9e][0xed][0xb5]<[0xb3][0xe4]{qDo[0xcf]1[0x8d]w[0xed][0x88][0xe9][0xba][0xe9][0xba][0x86]EO[0x19][0xc3][0xb1]V[0x1c][0xc7][0xf8][0xa2]`[0xf8]m([0xcf]Nu[0xdf][0xdc][0xf5]H[0x97][0xf5][0xec][0xba]Y[0xf6][0x8c][0xfa]G[0x5][0xca][0x6][0xef][0xf7][0x9c][0xe6]g[0xa3]Z#q>$[0xa8]t[0x8e][0x99]m[0xd1]n[0xd8][0xde]C[0x5]qm[0xfa][0x95][0x82][0xc4]j[0xf3][0x1d]y[0x9f]([0xd9][\r]s[0xbb]U[0xaf][0x9a]N[0xa5][0xad][0xa7]W[0xdf]5j[0xaf][0xc][0xc7][0xe6]}p[0x98][0xf0][0xf6]lW[0x81][0xd6]W[0xb9][0xde][0x97][0xa2]*<[0xe1]cJ[0x97][0xb1]L[0xaf][0xd4][0xae][0xf7]im:[0xb2][0xe2][0x19][0xf7][0xd0][0xed]L[0xf4][0xb6][0x17][0xe3]f)[0xdc]V[0xd0][0x9c]S=[0xf1][0xe][0xdb][0x93]u[0xbb].y[0xad][0xdf][0x83][0xc3][0xc]0U[0xa8][0x8b][0x1c]J[0xd2][0xc7][0x1][0xb7][0xd7][0x8d][0xc2][0xf5]yu[0xa8]JA[0xcb]/[0xf7]P[0xfd][0xa7][0xe9]Y[0xb7]+[0x9a][0xd2][0x8e][0xa2][0xe1]T9.@g@rnh3H7+[0x8e][0xd5][0xaa]S[0xc5][0x82][0xa9][0xc9]k[0xd3][0xd2][0xb9][0x19]t[0xfb]\[0xb][0x9a][0xc4][0x93][0x13][0xaa][0x14][0xb6][0xd2][0x1d]3[0x9a][0x1a][0x1a]4[0xd5][0xed]9Lh[0x1b][0x9d][0xaa]VB[0x93][0xcc][0xe5][0xb][0xef][0xd5][0xf6]}gB[0x8b]=E[0xf][0xcf][0xa8][0xea][0xf6]8[0x8e]hR?[0xbf][0x1c][0xe5]f[0xcb][0xd9]5[0xd7]l[0xf6][0x1b][0x95]O[0xe1]5[0x16][0xab]8[0x87]q[0x15][0xc7]qB[0xc5] N[0xaa][0x18][0xc2][0xb0][0x8a]S[0xc8][0xab]([0xf2][0xd3][0x8]N[0xab]8[0x83]Q[0x15][0x5][0xde][0x8e][0xe1],[0xb5][0xf2]hSN[0xf5][0x14]+[0xa7]`[0xac]o[0x86]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa7]O[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x10][0xb2][0xf4]A#([0xf0][0x1f]q[0xf9]+[0xa1][0xf9]+[0xd1][0xf9]k![0xd8][0x17][0x83][0x95]X[0xfd][0x95]p[0xfd][0x95]`[0xc9][0xe]S`H[0xf6]x)w[0xb4]X[0xb]i[0x8b][0x89][0xff][0x15]>[0xe8][0x12]M[0x8c]o&[0xfe]Q[0xc6]sK[0xa7]0LXh[0xd3][0xdb]s[0xbe]{[0xee]w[0xbe]s[0xee][0xbd][0xbf]~[0xfd][0xe][0xa0][0x8c][0x87]I([0xb8][0xa7]b[\r][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]*b[0xd8]S[0x90]S[0x9][0xbc][0xaf] [0xaf][0xa0][0xc0][0x90][0x8],[0xdb][0xcf]>f[0xd8]m[0xc][0xbc][0x9e][0xe1];'[0xcf][0xfa][0x86]%[0x9c][0xa1][0xf0]|[0xe3][0x5][0xf7]m[0xb3]yP[0xde][0xe5][0xc3]@x[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xda][0xae][0x1d][0xd4][0x18]r[0xf9][0xb][0xc4][0x17][0xda][0xc][0xf1][0xfa][0xa0]+[0x18][0xf4][0x86][0xed][0x8a][0xd7][0xa3][0xf7][0x1d][0xe1][0xbd][0xe5][0x1d][0x87][0x90]Lc`r[0xa7][0xcd]=[[0xfa][0x11][0x18][0x97]r[0x18][0xb4]#[0xd7][0x15]^[0xdd][0xe1][0xbe]/[0xc8][0xdd][[0x9c]+[0xfb][0x84][0xd4][0xa9][0xa6]e;[0xdd]6wFD[0xb5][0x9d]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xf9][0x7]n[0x8c][0x2][0xdb]1[0x9a]|X)[0x9c][0xf3][0x19]RC[0xee][0x9]7[0x88][0x16][0xe8]s[0xf3][[0xb3][0x12]?[0xe][0xcf]d[0xee][0xcf][0x86]V'[0xae][0xc3][0xdd][0x9e][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xdb][0xed]U[0xe6][0x91][0x1a][0x11]^j[0x5][0xdc]|G+"[0x9e]d[0xcb][0xee][0xb9]<[0x18]yd;[0xf9][0xa5]H[0xb]KJ[0xc9][0xe5][0xa7][0xf0]7[0x9d][0xbe]0[0x83]3[0xae]i[0x88][0xe1]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x12][0xba]sjQW[0xcc][0xaa]!$[0xe4][0x8f]]0c{TMUK/)[0xe5][0x19][0xd7][0x82][0x9c]i[0xa8]zq[0xba][0xd5]2K[0xff][0x12]:gT]5g%x[0x13]#k[0x12]|[0x99][0xd2]&E[0xec][0xcd][0xaa][0xba]X[0xae][0xee]n[0x8]c[0x95]CI[0x88]Xq[0xd6][0x14]C[0xb5]B[0xdb]F[0x9f][0xb9][0xa5]R[0xa6][0xe7][0xb2]%[0xa3][0x98][0xae]h[0xf][0xaf]n[0xa7][0xb7][0x84]V[0x16]F%}C[0xa9][0xa8][0x85][0xa5][0x9b][0x99][0xb9]M[0xa5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]"y[0xcb]US[0xc2][0xc5][0xc4][0xeb][0xb0]1[0x8a]wG[0x1c]p[0xdc][0x96]I[0x9a][0xda][0xe3]:zw[0x95]2[0xa3]6[0xa4]N[0xb3][0xd1]F[0xd4][0x83][0xf2]+[0xdc][0x89]7[0xaa][0x92][0x84]P[0xce]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0xb4][0xc2][0xd2][0xa1]>[0xa1][0xd8]EA[0xc9][0xc][0xb7]If[0xa4][0x1d]p[0xa7]!vK{[0x84]p[0xb2][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xb6][0xa3][0xa0][0x9][0xc5][0x90] [0x93][0xee][0xa2]8[0xa0][0xa2][0xf6]%F\[0xb8]9a[0x92][0xcc][0x85]f[[0x9b][0x14][0x18][0xb8][0x9f]T2[0xa5][0xf2][0xc1][0xca][0xc3]LI7[0xc5][0xbe][0xb9][0xc4][0x95]jT[0xb4]k[0xd5]Y[0xd2]6[0xad][0xc9][0xc9][0xe6][0xc9][0xd7][0xaf]N[0x85][0x83][0xd5][0xc3]D[0x12]MQ8?[0xc1][0xe5]1[0x95]x[0xa3]P[0x96]N[0xae]T5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b^[0xe5][0xfd]<[0xd1][0xd4]d[0x97]xQ[0x10]g0H=ylK[0x9e][0x1f]g[0xd7]O[0x83]x[0xb][0x3]t(]GL[0xd3]DQ[0xd1][0xe6][0x8c]buW[0xe8][0xe6][0xad][0xfd][0x82]([0x9b]jI[0xa7][0xd4][0xa8]%[0xe3][0x5]E[0xd7]Kf|C[0xc4][0xf5][0xaa][0xa6][0xb1][0xc6]e[0x19][0xf9] [0xd2][0xb8]O[0xc5]hH[0x8c]j^[0xbe][0xa3]T[0xb6][0xc8][0x16][0xc4]g[0xf8]<[0x88][0xf3][0xf8][0x82][0x97]<[0x90][0x10]nN5[0x88]q<[0x8][0xd2]Kk[0x90]Gt[0xf9][0x12][0x13][0x1c]fF[0xc2][0xd9]c[0xb3]j[0xd0][[0xd9][0xd8][0x16][0x5][0xea][0xd3]X}Y[0xa5][0xac][0xa6][0xdd][0xde][0xd4][0xc2][0xc7][0x1f]^[0xae]|[0xfc][0xb8]w[0x10][0xed]G[0xc2][0xdd][0xfc]vp>[0xad][0x15]>+[\r][0x9d][0xef][0xcc][0xb1][0xee]T[0x1b]{[0x1b][0xcf]v[0xc2][0xc3][0xed]$[0xdb]9v[0xd2][0xbe][0xd1]i[0xc1]Yz[0xef]G![0xe1][0x14]}<[0xbc][0xef]t[0x9b][0xbe][0x1f]<8[0x8d].[0x1a]S[0xe7][0xd0][0xf5][0x1d][0xb2]\[0x87][0x8f]F@[0xdf][0xe8]![0xa4][0xd1]#x[0xf2]4[0xf0][0xfe][0xe][0xdf][0xaf][0x96]{[0x9c][0xae][0xfc]M[0x2][0x8c][0x91]c[0x9a][0x84][0x81][0xa0][0xbd][0x0]C8Gw[0x89]v[0xf8][0x82]#[0xf6]'[0xbc][0xe4][0x5]L&_"t[0x84][0x8e]|[0xa4][0xf3][0x10][0xf2][0xdf][0xa3][0xbf][0xc1][0xf7][0x14]][0xcf][0xd1][0xbd]<[0xf6][0x12][0xfd]G[0xf0][0xe7][0xf][0x11]Xf[0xf3][0xd8]S[0x4][0xc7][0x92][0xa9]g[0x8]y[0xb1][0xce]!}V[0xc8]![0xa2][0x4][0xe6][0xe9][0xe9]6z[0xb0]@[0x19][0xdc]%[0xe6]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]%[0x90]e\[0xc3][0x8a][0x85]2j[0x87]sPx4[0x8c][0x8b][0x16][0xde]$[0x12]4[0xe2][0xdc][0x7]1B~^$[0x1d]t[0xdb][0x92]"[0xcb][0x18]Y[0xba][0xe1][0xe9][0xf9][0x17][0x83]2.[0xd1]T[0x1a][0xef]:[0x99][0xfc]HK[0xbd]t[0x8f][0xd7][0xd9][0x97]R/[0x10]I[0xbe]@O*[0xf9][0xc]=[0x1e][0xea][0xd1][0xa8][0x11]b,[0x89][0x9f][0x4][0x83][0xec]$[0xd2][0xc][0xd2][0xf0]3[0x89]A[0x6][0xb]Y[0xc6]"[0x1a]IFXD[0x80][0x1d][0xb7]F[0xcd][0xa8]E[0xab]{[0xe8][0xe9]![0x8][0x7][0xff][0xff]vp[0xfc]7T[0xe2]$[0xae]r[0xd8][0xb0]0[0xc6][0x16]E[0xa8][0xca][0xa7]R[0x15]Wy[0xe7][0x9d][0x17][0xd9]d[0x97][0xac][0xb2]O[0xa5][0xc0][0xe7][0xf5][0xf4][0xb4]F#[0x89][0xb2][0x17]z}[0xfb][0xf6]}[0xf7][0x9e]s[0xee]}o[0xf4][0xd5][0xad]?[0xfd][0x19][0xc0]N[0xbc][0x1f]G'[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe3][0x8]!_[0x8f][0x1f][0xc1]P0[0x13][0xc3][0xa9]8[0xa2]0[0xe5][0xfb]l[0xc]V[0x9c]O[0xbb][0x1]-r)[0xe0][0xb4]\[0x1c][0xe9]+J[0xcb][0x95]K)[0x86]3[0xd2][0xf3][0x8b][0x6][0x9c][0xc5][0x9c]\[0xce])x2[0x8e]_JO[0xb][0xce][0xcb][0xe5])[0xf9][0xfa][0xb4][0x8c]zJ.[0xae][0x82]g[0xe2]h[0x83])[0x97]ge[0xa9][0xe7][0xa4][0xf5][0xbc][0xb4]^[0x90][0xcb][0x8b][0xf2][0xf5][0xa5][0x18]^[0x8e][0xe1][0x95][0x18]^U[0xf0][0x9a][0x82][0xd7][0x5][0x9a][0x8a][0xba]ch[0xe6][0xb8][0xee][0x14][\r][0xdb]zt[0xf0]A[0x1]qH`U[0xbf]m[0x15]][0xcd]r[0xc7]5[0xb3][0xa4]G[0xbf]q[0xb3][0x13][0xff][0xf9][0xf7][0x89][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D,mV[0x17]H[0xc][0xcd]hg[0xb4][0x8c][0xa9]Y[0xf9][0xcc][0x98][0xeb][0x18]V~/79[0xfa]I[0xdd][0xd1][0xad][0x9c]>d[0x14]][0xe6].[0x7][0x95]\[0xc3][0xcc]H[0xf]C[0xea][0xc7][0x8c][0xbc][0xa5][0xb9]%[0x87]9[0xee][0xa9][0xf9][0xdc];d;[0xf9]L[0xd1]<[0xb9]k&[0x93][0xd5][0x9c]S[0xba][0xb3]w[0x1f][0xb7]DFF[0x7][0x86][0x5][0xa2][0xfd]C#c[0x3][0x2][0xe1][0xb1][0x81]Q[0x81][0xba]^[0xc3]2[0xdc]}[0x2]-[0x9d]K[0x91]t[0x8d]sW[0xbf]=[0xc5][0x1a][0xab][0x87][0xc]K[0x1f].[0xcd]N[0xea][0xce][0x11]m[0xd2][0xf4][0x90][0xdb]9[0xf2][0xd5][0xc8][0x9a][0xef][0xbe]3[0xe2]N[0x1b]E[0x81][0xcd]U[0x8][0xa6]u[0xb3]@Q2[0x7][0xb4][0xa2][0x91][0xf3][0xe1][0x90][0xe2][0x98][0xab][0xe5]Ne[0xb5][0x82][0xb7][0xd1][0x13][0xf1][\r][0x1]%[0xaf][0xbb][0xc3][0x9e].[0xcd][0x9d]][0xcb])[0x13][0xd6][0xa6][0xa6]<[0xac]K[0x18]J[0xac][0xf5][0x81]n[0x1e][0xbc][0xda][0x10]V[0x9d][0xd6][0x8a][0x87]+1[0xc4][0x19][0xee][0xec]:&[0xd0]@o[0xff][0xb4]aN[0xd1]-[0x10]3\[0xdd][0xd1]\[0xdb][0x11]h[0xad][0x80][0xf0][0xa4][0x1d][0xf4][0xfd][0xcc][0x93]Z[0xf6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xd7]9[0xfa][0xac]}F_[0x1]6[0xeb][0xaf][0x9]`[0x1f][0xb1][0xf][0xfb][0xb1][0xb1][0x9c]m[0xb9][0x9a]aI[0x90][0xfc][0xcc][0xb6][0xd9][0xee][0xb4][0xee]([0xf8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]b[0x9e]:[0xfd]tI3[0x8b]5[0x1]#[0x93]3z[0xce][0xf5][0x2][0xc2][0xf6][0xe4][0xcc][0xe2][0x91][0xf3]?[0xb2][0x1e]5[0x98].[0xb7][0x9a][0xa2][0xc][0xd2][0xe1][0xda][0xe5][0xd4][0x2]![0x83]3[0xd8][0xbc][0xbc][0x12][0xa1][0xe2][0xa4][0xc0][0xfa]%x[0xe][0x94]([0xa7]'y[0xeb][0xe2]1[0x99]+TF[0xa5][0xf3][0xbb]*[0xc8][0x3]I8[0xbd]9[0xd3][0x9f]T[0xe2]c[0xaf][0xe3]cv[0xc9][0xc9][0xe9][0xf][0x19]2WS[0xd5]p[0xf5][0xc8][0xb4]*~[0xc][0xe]J[0xd7]B[0x9][0xea][0x99]+9T[0xd9][0xcd][0xf4][0xdb][0x85][0xb9][0x11][0xeb][0xa8][0xc3]F[0xf7]9[0x8e]6'[0xcf][0x8c][0x8a]m[0xd8].[0xd0][0xb1]@d[0xd0]4[0xf5][0xbc]f[0xf6]9[0xf9][0xd2],w[\r][0x9c][0xcd][0xe9][0x5][0x97]G[[0xa0][0xad]/9[0xeb][0x95]J[0xca]3[0x9c][0xcc]i[0x96]e[0xbb][0xc9]I=i[0x95]LSV[0xfe][0x89][0x8a][0x1e]d[0x4]v[0xf7]y[0xae][0xe4][0x19]y[0xf6][0xab][0xe2]8[0xc4][0xfa]T[0xd2][0xb5][0x93]Z[0xb2][0x8c]9[0xa9][0x15][0x93][0xc1][0x10][0xf4][0xa8][0x18][0xc5][0xb0][0x82][0xb]*[0xfa]1[0xae][0xe2]M[0x1c]Sq[0x10][0xf][0xab]8[0x84][0x9f][0xaa][0xc8][0x82][0xec][0x9b]G[0xe4]4,)[0xfd]([0xc6]9!*~-[0xa3][0xdf][0xc2][0xdb]T[0xa6]VP[0x9e]3[0x99][0xff][0x88][0x8a]>[0x1c]P1[0x1][0xce][0xc5][0xda][0x15][0xda][0xa7][0xe2][0x1d][0xbc][0xab]b[0x17]2[0xd2]zO[0xc5]ni[0xdd]+[0x97][0xe3]8[0xc0][0xe6][0x1f]OrI>[0xc6]e+[0xad][0xf6];[0x1e]zb[0xa9][0x9d][0xbb]E[0xae][0xca][0xb4]%[0x96][0x8e][0x85]@[0xe3][0xe2][0x1b][0x8e][0x17]M[0xd1]8[0xc7][0xc6]+[0x1c][0xdb]a[0xfd][0xac]tX[0xde]c[0xf1][0xbd][0x11][0x8c]w[0x9d]V([0xe8][0x16]'[0xa2][0xad][0xb3][0xe9][0xc5][0xb2]0[0xad][0xdd][0xcb][0x1d][0xad][0x15][0xe3][0xb1][0x85][0xbf][0x7][0x9d][0xe0][0x81]C[0x1d]6[0xa0][0xb])[0xda]i[0xfe][0x82][0x85][0xb0][0x15][0x9]9[0x3][0x9e][0xcd][0xc9][0xa2][0x87]g[0xef]D\[0xea]I;.[0x85][0xf4][0x9e][0xbb][0xbd][0xe7]*[0xfe]qt[0x18]y[0x1f][0xad]g[0x10]f4pw[0xea]:D[0xea]&B[0x13][0xd7][0x11][0xfe][0x2][0x91][0xf4][0x97]Xu[0x13][0xd1][0x89]D[0xdd]u(I[0xa5][0xbf]@[0xec]*[0xc3][0xc2][0xd8][0xc3]u[0x3]a[0x0][0xdd][0x88][0x10][0xc4]j[0x96][0xbf][0x8b][0x89][0xdb]Y[0xbc][0x83][0xc5][0xf7][0xf2]Kk9%zq?[0xe0]Y[0x12][0xa2][0xc0]>[0xda][0xab]!n38[0xa4]`[0xbf][0x82][0x7][0xe8][0x10]r@|42H[0xf0][0x19]M}[0x8e][0xd8][0xa7][0x1e][0x11]Y[0xaf][0xce]s[0xde][0xeb][0xe5]V[0xcb][0x1]~n[0xc1][0xd1]}[0xd0][0xdf][0xfc][0xaa]O[0xa5]'[0xc0]^_[0xc6]>[0x8f][0xf8]ED[0xae][0xa6]S7[0xd0][0x10][0x82]4[0x99]>[0x92][0xbe][0x1]5[0x84][0xa3][0xb][0xac]:[0x10][0xe3]z[0x1f]Y[0xed]A#[0xb1][0xb6]b?[0xd6][0x12][0xdc][0x16][0xd6][0xe8][0xc0][0x0][0xf9][0x1e][0xac]b[0xd7][0x13][0xb0][0xeb][0xe1][0xb7][0x87]|vQ[0x84][0x1b]cq[0xbe][0xf0][0x1c][0xf9][0xb0][0xe][0xfa][0x9c][0x12][0xb2][0xe8][\r][0xac][0x12][0xf8][0x8]J[0xe4]2"[0xe1]+A[0xe9]2[0xc1]CU[0x4][0x13]~[0xfa]r[0xd2]P[0xd3][0x3]2[0xc9]`[0x90]tA[0xa8]y4^[0xa9][0x11]jxY[0xa1]x[0xa8][0x19]%7[0xef][0xf2]7[0xc7][0xcb][0x88]V[0xb][0xd4]J}[0xb8]*C[0xdc][0xcf]P[0x9e][0xab]![0xfa][0xb2][0xac]P[0x86][0xb1][0x9f][0x1e])F[0x83]/hS[0x8][0xb5]`[0xc6][0xab]4k[0x8]4k[0xc0][0x88][0xa7][0x99][0x90]W[0x90][0x9f][0xec][0xef][0x14]#[0xc2]g6[0xe8][0xdf][0x9a]J[0xff][0x12][0x17][0x11][0x8d]\[0x91]\/"[0x13][0xa0][0xce]n[0xbd][0x81][0xbb][0x4][0x1b][0xda]F[0xa3]Y[0xe0][0xaf]h[0x19][0xee]N[0xfb]Mf[0xfc][0xe5][0xdb][0xff][0xaa][0xd2]8E&[0xc0]1[0x96]8[0xce][0xf6]>NH?[0xc7]:Lb3r[0x84]5E8:[0xe5][0xcd]S%[0xc3][0x83][0x9c][0xe4][0xbe]^j[0xf0][0x8][0xbf][0x84]%[0xac][0x0]|[0x96][0xfa]T[0x1a][0xde][0x88]hc[0xfd][0xff][0xd1][0xa4]`l[0xd3][0xff]HR[0x12]:[0xe2][0x13][0xfa][0x87]Oh[0xb4][0x86][0x10]g[0x9b][0x9c]Z[0xbf][0x17][0xa7][0xb5]w[0xe0]T`[0x95][0xd3]D[0xe2]b=J[0xd8][0xc8][0xff]>;0[0xc7][0xde][0x9c][0xe3][0xc0][0xe7])[0xf1][0xd3][0x1][0xa7][0xfd]U[0x9c]F[0x3]N[0xa3]UGTrR[0x17]q[0xe2]}[0xef]s[0xba][0xc0]w[0xb9][0xb3]+[0x95][0xfe][0xa3][0xc4]Cj[0xd1][0xf0][0x95][0xf4][0xdf][0xd0]r[0xc9]3[0x88]7+[0x9][0x12][0xfd]:[0x1][0xb2]\[0x0][>_/s$_[0x81][0xc2][0xd3][0xda][0x80][0xd7]x[0x19][0xbd][0x8e]f[0xbc][0xc1]f\ [0xf0]7[0x3][0x90],[0x10]@[0xeb][0xc2]Q[0xfc][0x8c][0xe5]7[0x12][0x98][0x14]>T9iJ4F7Y|l;[0xfc][0xb9][0x8e]I[0x0][0xf3]X_;[0x8a][0xef]TMu,8[0x17][0xc7]+[0xb7][0x8f][0x8][0xfb][0xfd]2dS.1[0xcd]<6|[0xca]e[0xe3][0xd0]M[0xb4]M[0xc8][0xb7][0xeb]h[0x1f][0xee]nJ[0xce]c[0xd3]g[0xd8]<[0x8f][0xe4][0xd1][0xb4][0xdf][0xad][0xad][0xe9]J[0xb7][0xb2][0xdd][0x15][0xea][0xc1][0xd7][0xdb][0xff][0xec][0xfe][0xc][[0xa4][0xe3][0xf2][0xed][0xaf]ivH[0xb3]{[0x1e]w[0xcb]c[0x17][0xf1][0x0][0xee] ,[0xe0][0x3][0xea][0xf2]![0xad]KX[0x83][0xdf][0xf0][0x92][0xfc]-[0x1b][0xfc][0x11][0xaf][0xf2][0xdf][0x11][0xea][0xef]9[0x9c]`[0xe3]>[0xc6][0x9]|[0xc2]q[0xbd][0xec][0x91]Iq[0xff][0xfd][0x1c][0xe1][0x1]O[0x17]B[0xf7]i[0xad][0xa1]b'[0xf0][0x18][0x89][0xb5][0xf3][0xc8]>[0xce]Q[0xf][0xe3][0x9][0x9f]|[0xf9][0x9b][0x16]4;[0xac][0xde]B;{[0xcd][0xe2][0x93][0xdb])L[0x8e][0xd9][0xcb][0x82]n[0xf3][0xa4][0x2][0x9a][0x12][0xf7]\[0xc3][0xe6][0xc4][0xf][0xae][0xa1]#[0xf1][0xc3]k[0xd8]r[0xd5][0x13]nOy7[0xd7][0xe7][0xd8][0x8d][0xe7]9[0x8a]/[0xd0][0xab]{[0xa2][0x9f][0xfc][0x16]PK[0x7][0x8][0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/BasicMarkerFactory.class[0x8d]TYO[0x13]Q[0x14][0xfe][0xee][0xb4]tl[0x19][0xb0][0xd4][0x15][0xd7][0xa2][0x88],[0x85]qAE[0xd9][0xca][0xaa]([0xd5][0xc4]*[0x9][0xc6][0x7]o[0x87]K[0x19][0x9c][0xce]4[0xd3][0xa9][0xd1]_[0xe4][0x8b][0xf][0x9a]h[0x88][0x92][0xa8]O[0x98][0xf8][0x9b][0x8c][0xf1][0xdc][0x99][0xe9][0x80]-Q[0x1e][0xe6][0xae][0xe7][[0xce]='[0xf3][0xf3][0xf7][0x97][0xaf][0x0][0xae]c![0x85]4r*[0x86]SP[0x90]K[0xe2]0FT[0xe8][0x87]p%[0x85]6\m[0xc7]5\W1[0xaa][0xe2]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]`S[0xe][0xb7][0xe4]0[0xa6][0xe2][0xb6][0x8a];*[0xc6][0x19][0x92][0x15][0xee][0xbe][0x14]n[0x81]W[0x19]z[0x97]7[0xf9]+[0xae][0xd7]=[0xd3][0xd2][\r][0xc7]6[0xea][0xae]+lO[0x9f][0x8b][0x96][0x14]%!E[0xb3]ls[0xaf][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xfb][0x7][0x80]L[0x4]1[0x16][0xb7][0xcb]z[0xd1]sM[0xbb]<[0xbe][0xec][0xb8]e[0xbd]f[0xad][0x8f]n[0xea][0x5]_|[0x8a][0x88][0x13][0x13][0xa6]mzS[0xc][0xb1][0xfe][0x81][0x15][0x86][0xf8][0x9c][0xb3]F[0x12][0x87][0x97]M[<[0xac]WJ[0xc2]}[0xc2]K[0x16][0x9d]d[0x96][0x1d][0x83][+[0xdc]5[0xe5]><[0x8c]{[0x1b]f[0x8d][0xa1]o[0xf][0xf5][0x86][0xb0][0xaa][0xc2][0xad][0xe9][0xb3][0xbc]f[0x1a][0x81][0xce]"7<[0xc7]}#[0xb3]([0xb]/8#P[0xab][0xc5][0x81]V[0x8f][0x4]r[0xac][0xb5][0x6]([0xb3]_@[0xdc][0xe6][0x15][0xdf]a[0xb][0x1f][0xa5]W[0x9][0x91][0x1d]E[0x8f][0x1b]/[0xe9]e|[0xeb]T&[0xba][0x13][0xaf][0xcd][0x9a]G[0xfe][0x8f][0xed]g[0xe5][0x19][0x83][0xb6]&[0x8][0xb4][0xd1][0x10][0xef]"[0xf7][0xf3][0xfe][0x89][0x88][0xc][0xa5][0x8a]N[0xdd]5[0xc4][0xa2])[0x9f][0xe3]Dk[0xd2]#[0x92]X[0xc3]q[0x9c][0xa0][0x8c][0xff]S[0xb6]{[0xbc]FZU[\r][0x19][0x1c]a[0xb8][0xb0]ki[0xc9][0xb2]D[0x99][3n[0xb9]^[0xa1][0xb8][0x85][0xd7][0x86][0xa8]z[0xa6]c3[0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb2][0xf2][0x5][0xb2][0x6][0xb7]m[0xc7][0xcb][0x96]D[0xd6][0xae][[0x96][0x14][0x9d]P1[0xa9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xc][0xe9][0xe6][0x87]c8[0xfb][0xcf][0xaa]i[0xc8]cF[0xc3],[0xe6]4[0xcc]K[0x86][0xde][0x83][0x14][0x99][0x84]v}?*m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]c8[0xb9][0x8b]\j[0x8a][0xde][0xf7][0xe9]W[0x1a][0xd9][0xff][0xb3][0xc5][0xa9]e[0xa9] M[0x8d][0x14]HR#[0xb5][0x1c]1[0xb4]W[0xeb][0xde][0xd2][0xfa]L[0xa9]Fx[0x86][0xb1]}`[0x7]%"K[0x1e]7[0xed][0xda][0x3][0xd1][0x9c]B[0x3]F[0xdd][0x93]pE[0xc5]y%[0xd0]C[0xff][0x89]4[0xa8]}[0xe8][0xcb][0xc8][0xda][0xd2]|[0x94][0xfe]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xd1]o[0x83][0xc9][0xde][0xa0][0xf1]$[0x9d][0xcc]"F+ =[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]6[0xb8][\r]eu[0xb][0xb1]O[0x88][0xf0][0xa3][0xbb]i[0xec][0xa4][0x8]`[0x14]q[0xe4][0x88][0xf5][0x6]N[0xd1]N[0xb]08[0x8d]34SYq.[0xe4]#4E[0x2][0xf9][0xa1][0x1f][0xe8][0xd8]F[0xdb]j&[0xb1][0x5][0xf5][0xdb][0xe0]G[0xc4][0x87]>[0xe3][0x90][0x82][0xef]H[0x16]r?[0xd0][0xb3][0x8d][0xd4][0xea][0xd0][0x16][0xda][0xb][0xfe]U[0xee]3[0xb4][0x98][0xbc]{8[0xbc][0x83][0xb6][0xe1]B[0xee]=q[0xc4]|[0xfd]>$i[0x9c]&[0xd6][0x8f][0xe3]`[0xe0][0xb7]F[0xe7][0xa1][0xb7][0xc7][0x90][0xef]{[0xc3]![0xf7]=[0x86][0xb2][0xdb][0xe3][0x9f][0xb8][0x13][0xf2][0x81][0xef][0x9c][0xc4][0x82]0[0xf4][0xba][0x18]wE[0xf4][0x99][0xb7]C[0x2]T[0xae][0x1]ZWm[0xc2][0x14][0xb8][0xf0][0xf][0x84][0xe0]_[0x18]V>\[0xc3][0x1c][0xb7]{^'&[0x80][0xbe][0x1f][0xc][0x82][0xf8][0x15])[0xd4][0xff][0xf5][0xb0]Ni[0xe2]7[0xd1][0x19][0x19],[0xba][0xc1][0xc0];[0x1a][0xf5][0xdb][0x9e]hM,[0xcb]n[0xd4][0xe1][0xe1])[0x17][0x81]<'M-[0xee][0x6]C[0x86][0x97])b)[0xf6][0xa9]CK[0xd3][0x92][0xef][0xc5]o[0xaf][0x96]7[0xeb]V[0xda][0xfa][0xb][0x84]9[0x98]nW[0xa9][[0xa9][0xfb][0x19][0x84]j[0xcd][0xee]i[0xf5][0x86][0xd6][0x8d][0x9b][0xda][0xef][0x84][0xc9]Ud[0xeb]j[0x86][0x93]h$:[0xde]a y[0xe6][0xdc][0xd7][0xd9][0x91]"[0x6][0xca]X[0x93]a[0xdd][0x80][0x81][[0x6]nc[0xd1][0xc0][0x12][0x96][0x19]j[0xff][0xfd][0xbe][0x92][0xb7]b[0xa0][0x84][0x5][0x86][0xa5][0xf9][0xc1]Q[0xa3]?[0xa6]H[0x97]F[0x91] Te[0xa4][0x85][0xca][0xe4][0xa2]2[0x19]Q[0xd6][0xc1][0xa4][0x12]E[0x93]N[0xaf][0x89][0x91][0xa1]\[0xb0][0x1b][0x8c]][0x82]](d[0x85]bI[0xf5]-[0xe4]a[0xa3]JUu[0x82][0xc3][0xaa]R[0x97][0x95][0xd4]gJm-Q[0xb][0x9][0xa3]Q6[0xed]Kd[0xec][0xc6][0x18]Y{{[0xc][0xcd]n[0x8e][0x91][0x9b])W[0x91][0xa3][0xd8]$[0xe4]6M[0xbb]C[0xf3]94[0xcf]3[0xe5]bO[0xf8]S[0x17]3q[0x91][0x95][0x9c]?[0xa3]*[0xb9]Q[0x96][0xba]wp7qv[0xd4]$@[0xce][0xfe][0x8e][0xec][0xd7][0xa9][0x95][0xae][0x9a][0xbb]J[0xda][0x98][0x0][0x12]i[0x86]{[0xb8][0x9f]B[0xce][0xcd][0x93]_[0xa4][0x92][0x1f][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x9b]'[0xef][0xa5][0x90][0xb]x[0x84][0xf5][0x84][0xbc]Ek[0xc8][0xc7][0xf8][0x9][0xfd]=[0xdd][0xfe][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xca]`[0xa6][0xb1]A[0xb1][0xa6]t7[0xfe][0x2]PK[0x7][0x8][0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/MarkerIgnoringBase.class[0xa5][0x97]mS[0x13]W[0x14][0xc7][0xcf][0x85][0x84][0x90]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0xd1]j[0x9f][0xa0][0xb5][0x10][0x2][0x18]+[0xb4][0x16][0x83][0xa2]<(Hd[0x89][0x9b][0x5][0x85]Z\[0x92]%,$[0xbb]tw#[0xb6]>[0x8b][0xad][0xb6][0xb4][0xd5]>[0xcc][0xb4]3v[0xa6][0x9d][0xe9][0xdb][0xbe][0xa8]o[0xe2]L;[0xd3][0xf][0xd0][0xf][0xd5][0xe9]9[0x9b]L[0xc0][0xcb]n[0x89][0xcb][0x8b][0xfc][0xef][0xc3][0xb9][0xe7][0xfc][0xef][0xdd][0xfd]m[0xb2][0xf9][0xe7][0xdf]?[0xff][0x6][0x80][0x1e][0xf8].[0x4][0x9d]0[0x1b][0x82](|Hr[0x99][0xe4]#[0x92]9[0x92]+$2[0xc9]&1HL[0x12][0x8b][0xa4]@r[0x95]d[0x95][0xe4][0x1a][0xc9]'[0x1][0xf8]4[0x4]-[0xb4][0xbb][0xeb]p#[0x4]7[0xe1][0x16][\r]o[0xd7][0xc3][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xaa][0x87][0xbb]4[0xbe]G'[0xb8][0x15][0x80][0xb5][0x0][0xdc][0xf][0xc0]g[0xc][0x1a]M[0xc5]P[0xe5][0xdc][0x94]b[0x98][0xaa][0xae]Ic[0xc3][0xc][0xd8]9[0x6][0xbb][0x86]t[0xcd][0xb4]d[0xcd][0x9a][0x92]s[0x5][0xc5]s[0xed][0xa9]4q[0xb9][0xfd][0x9][0x83][0xba]~US[0xad][0x93][0xc]j#[0x1d]S[0xc]|CzFa[0xd0][0x90]P5e[0xa2][0x90][0x9f]W[0x8c][0x94]<[0x9f][0xc3][0x99][0xa6][0x84][0x9e][0xc6][0xb2]2[0x16][0xc7]qy[0xd2]g-[0xaa]&[0x83][0xb6][0x84]ndcfn[0xa1]w)[0xb6][0xa8][0xe4]V[0xd0];v^6[0x96][0x15]c,[0xab][0xe9][0x86][0xaa]e[0x7]eS[0x89]3[0xd8][0xad][0x9a])CN+#[0x1a][0xe5]g[0x18]4G6[0xa5][0x96]R[0xe2][0x1d]3[0xb8][0xab][0xbc][0xdd][0xb7]m[0xf9]8[0x3][0xbf]EE[0x18][0xb4];d'[0x96][0xe4][0xab]r,'k[0xd9][0x98]h[0x91]u[0x9c][0x8e]U[0x9b]7[0xb3]TlK[0x90]A_UE6[0xcd][0x8][0xf3]KJ[0xda][0xb2][0xcb][0xd6]-[0xe8]F^[0xb6][0xb0][0xbe]lp[0xf5][0xcb][0xab][0x18][0x8c]{[0xac][0xef][0xec][0xe8]C[0xa3]wK[0xcd]Q[0x6][0xc7][0xab][0xaa]=[0xeb]\*[0x88]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "yE[0xb3][0xf0][0xe][0xee]qX[0xc3][0xa0][0xff]E[0xb7][0x9e]Z4[0xf4]U[0xba][0xb5][0xb6][0x1][0xc3][0xb][0xd3][0xec][0x18][0xb5]I[0x18]V[0xe6][0xb][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9][0xfe][0xc][\r][0x11]T[0xd5][0x1c][0xd3][0x16][0xf4][0xca][0xbc]O[0xc5][0x91]==-[0x1b][0xda][0xc6][0xf4]*[0x8e][0xec]2#[0x86][0xa1][0x1b][0x1b]e[0x14][0x1a]2[0xa8][0xb7][0xf4][0xd2][0xf6][0x18][0xec][0x8d]t8[0xdd][0xf7]@V[0xb1]&[0xe4][0xb8][0x8b]f[0xa3][0x8e][0xa7][0xa9][0xe3][0xad][0xe2]x[0x9a][0xfe][0x17]8[0xcd][0x18][0x9c]+[0x9f]f[0xdc][0xd1] [0xc0][0x1b][0xc][0xa0][0xc1][0xa9]m[\r][0x6]*[0x6][0x9]8o[0x1b]L8[0xc2]R[0xcf][0xc3]2[0xb4][\r],[0x82]3,A~[0x9b]g1g[0xb4]jX[0x4][0x17]XB|[0xd9]qLJx[0x80]Ep[0x85][0xe5]%[0xde]B@X&w[0x4][0x8b][0xe0][0x2]K[0x98][0xb7][0x12][0xf1]4)[0xf][0xb0][0x8].[0xb0][0xec][0xe2][\r][0xa6][0xd1][0xe0][0xa2][0x7]X&[0x1d]a[0xd9][0xcd][0xc3]2[0xbb][\r],IgX[0x1a][0xf8]m[0xce]a[0xce][0x95][0xaa]aI[0xba][0xc0][0xd2][0xc8][0x97]McR[0xc6][0x3],IWX^[0xe6]-[0xb2][0x8][0xcb][0xe2][0x8e]`I[0xba][0xc0][0xd2][0xc4][-[0xe3]ir[0x1e]`I[0xba][0xc0][0xb2][0x87]7[0xd0][0xd1]`[0xc5][0x3],[0x17][0x1c]a[0xd9][0xcb][0xc3]bn[0x3][0x8b][0xe8][0xc]K3[0xbf][0xcd]U[0xcc][0xb9]V5,[0xa2][0xb],[0xfb][0xf8][0xb2][0xd7]1[0xe9][0x86][0x7]XDWX[0xf6][0xf3][0x16][0xb7][0x11][0x96];;[0x82]Et[0x81][0xe5][0x15][0xde]j[\r]Os[0xdf][0x3],[0xa2][0xb],[0x7]x[0x83][0x7]h[0xf0][0xd0][0x3],)GX[0xe][0xf2][0xb0][0xac]o[0x3][0x8b][0xe4][0xc][0xcb][0xab][0xfc]6[0x1f]a[0xce][0xe3][0xaa]a[0x91]\`y[0x8d]/[0xfb]=&[0xfd][0xe0][0x1][0x16][0xc9][0x15][0x96][0xd7]y[0x8b][0x1f][0x11][0x96][0x9f]v[0x4][0x8b][0xe4][0x2][0xcb][0x1b][0xbc][0xd5][0x13]<[0xcd][0xcf][0x1e]`[0x91]\`y[0x93]7[0xf8][0x5][\r]~[0xf5][0x0][0xb][0xfe][0xf5])[0x1b]L[0xda][0xf7][0x7]_[0x84][0xff][0x82][0x96]K[0xcf][0xa0][0x15][0x99]y[0xab][0x8]o[0x17][0xe1]P[0xd3];(8l[0xa3]~;J[0x11]"p4[0xfd][0xb6][0xe9][0xf5][0xb9][0xad][0xe4][0xdd]x[0x9a][0xfe]j9[0xbc]{w[0xf0][0xc9][0xce][0xef][0xde][0x97][0xec]U3[0xff][0x1]PK[0x7][0x8])[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/slf4j/helpers/MessageFormatter.class[0xa5][0x98][0x9]|[0x14][0xd5][0x1d][0xc7]ow[0xb3][0x93]l[0x86]$[0x4][0xc2][0x99][0xc0][0x82][0x1c][0xc9]n[0xe]n9[0xa3]!![0x12][0xc]G[0x9]B[0x1]9&[0xd9]!Y[0xdc][0xec][0xc6][0xdd][0x9][0x87][0xd4][0x8a][0x8a]Z/[0xea][0x89][0x82][0xa8][0x88]G[0xac][0xa0][0x5][0xab]I[0x14]Ei-[0xb4][0xd6]Z[0x15]m=[0xab][0xf5]h=[0xda]jk[0xbd](Jov[0x12]r,[0xc9][0xc6][0xe6][0xb3][0x9f]73[0xff]y[0xef][0xff][0xbe][0xff][0xe3][0xfd][0xdf][0x9b]<[0xfb][0xdd][0xe3][0x7][0x1][0x8c][0x17]i.[0xd8][0xb0]G[0xc1]^[0x17][0xd2][0xf1][0xa0][0x82][0x87][0xe4][0xf5][0xe7][0xb2][0xd9]'[0x9b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]N[0xc4]/\H[0xc4]#.<[0x8a]F[0x5]M.[0xa8]h[0x96][0xcd]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]s[0xe1]q[0x1c]p![0x15]O(x2[0x11][0x7][0xe5][0xf3]S[0xf2][0xf9]i[0xd9][0x1c][0x92]:~)[0x9b]_[0xc9][0xc7]g[0x14][0xfc][0xda][0x85]A[0xd8]#%[0x87]e[0xd7]#[0x89][0xf8][0x8d]|[0xf3][[0x89][0xf1][0xac][0xb][0xbf][0xc3]s[0xf2][0xdd][0xef][0x15][0xdc]([0xaf][0xcf]+[0xd8]&[0xaf]P[0xb0]]^_P[0xb0]S^_Tp[0xa7][0xbc][0xbe][0xa4]`[0xb7][0xbc][0x1e]Up[0xaf][0xbc][0xbe][0xac][0xe0]~y}EA[0xa5][0xbc][0xfe]Q[0xaa]=$'[0xd8][0x93][0x88]?I[0xf5][0xaf]&[0xe2]5[0x17]^[0xc7][0x1b][0x89]x3[0x19]o[0xe1][0xcf][0xb2]y;[0x11][0xef][0xc8][0xeb]_[0x12][0xf1][0xae][0xec][0xfc][0x9e]l[0xde][0x97][0xcd][0x7][0xb2][0xf9][0xab]l[0xfe]&[0x90]\2[0xab][0xbc]l[0xee][0xaa][0x8a]EE[0xb][0x17][0x9][0x88]b[0x81]^[0xc5][0xa1]`[0xc4][0xd0][0x82][0xc6]b-P[0xaf][0xdb][0xe9][0xd1]M[0x2][0xae][0x96]n[0xf3][0x17]H[0xc9][0x85][0x2]I-[0x92][0x85][0x2][0xe9][0xe5]k[0xb5]uZA@[0xb]V[0x17]T[0x18]a[0xb0]z[0x1a]5[0xcf][0xaa](.Z0kU[0xf1][0xec][0xa2][0x85]r[0xcc][0xb9][0x2][0xce][0xe9][0xfe][0xa0][0xdf]([0x14][0xb0]g[0xe7],[0x16]p[0x14][0x87]|[0xba]@j[0xb9]?[0xa8][0xcf][0xab][0xaf][0xad][0xd4][0xc3][0x8b][0xb4][0xca][0x80].[0xf5][0x85][0xaa][0xb4][0xc0]b-[0xec][0x97][0xcf][0x96][0xd0]a[0xd4][0xf8]#[0x2]#[0xca]C[0xe1][0xea][0x82]H`[0xcd][0x84][0xb5][0x5]5z[0xa0]N[0xf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xea][0x91][0x88]V[0xad][0x97][0x86][0xc2][0xb5][0x9a]a[0xe8]a[0xce][0xee]\c>[0x8][0x94]ew[0x86]k#[0x99]_[0xb9]V[0xaf]2[0xa6][0xe5][0xc4][0xd0]j[0xa9][0xe3][0x80]E[0xf5]u[0x1][0x9d]JSj[0xa3][0x13]-0g[0x9][0xd2][0xe]-\[0xdd][0xde]|K[0x9f][0xc0][0xf2][0xb8][0xe6][0xfd][0xbe]$[0xe]N<6z[0x19]'[0x90]Q[0xad][0x1b][0x8b]j[0xc2][0xa1][0xf5][0xd2]S[0xc5]Z[0xd0][0xe7][0xf7]i[0x6]][0xe6][0xc9]^[0x1e]k[0x82][0x93][0xa2][0xd6]AT[0x99]H]E[0xe1][0xb0][0xb6]Q[0xa0]O[0x8c]a[0x8c]x@[0x8b][0x18][0xb3][0x82]F[0x98]=zU[0x18]Z[0xd5]ys[0xb5]:38\j[0x8c][0xb7]&[0x7][0x97]Zn[0x9f][0x13][0xc3][0xfc][0x98]0[0xf1]X[0x9b]n[0xc4]0.[0xe3][0x14]vH[0x9f]D[0xb8][0xe8]I[0xc4]ikku_q[0xa8][0x8e][0xc8][0xd9]1[0x9d][0x11][0xd3]R[0x97][0x1c][0xa8][0xd7][0xfa][0xca]u[0xc6]X[0x94][0x9]([0x96]&[0x81]U[0xf1][0xd9][0x15][0x93]->c[0xc5]Z[0xba][0xba][0xd5]`>[0xfb]iS[0xa4][0xb2]~[0x8d][0xc0][0xc0]Ns[0xcf][0xac][0xf7][0x7]|f[0xc2][0x8b]r[0x5][0x1f][0xb2]x[0xd1][[0xfe][0xc8][0xac]H[0x95]V[0xa7][0xfb]J[0xf4][0x0][0xed]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x8b][0xc1]][0x96][0xb3][0x8c][0xb1][0xf6][0xb5]tbH[0xc3]FY[0xd0][0xa7]o[0xe0][0x9a][0xac][0xb][0x19]z[0xd0][0xf0]k[0x81][0xa8]*J[0xfc][0x91][0x92]P=[0x89],[0xdd][0xc][0x80]O[0xd7][0xeb][0x2][0x1b][0x8b][0xea][0xea][0xf4][0xa0]o[0x81][0x16][0xd6][0xac][0xa9]ft[0x9e][0xaa][0x5][0xf3]T[0x8e][0xaa]7[0xfc][0x81][0x2]f[0xd3]4Y[0x16]D[0x88][0xe][0x8f][0xe8]z[0x90][0x2]Y[0x1d][0xda][0xf7][0xa0])[0xed][0xab][0xc3][0xc6][0xba][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa9]}[0xd7][0xe9]][0xc7][0xc5][0x92][0x14][0xca][0xcc][0xae][0xf0]W[0x7]5[0xa3]>L%[0xbe][0xef]O[0x1f][0xef][0x84][0xd2][0xc8][0xb4][0x88][0xb6]F[0x8f]J[0xa2][0xe][0x14][0xc8][0xef][0xc9][0xcc]RGR[0xa8]([0x12][0xed]G[0xa7]q[0xcd][0xf5][0xe]E[0xf5][0xc9]u[0xd8][0xa2][0xb4][0xf0][0xd4]JOI[0xdb].[0x1a][0xf6][0x80][0xb9][0x8]4[0x1][0xfd][0xff]P[0xd5][0x13][0xd7][0xa4]W[0x86]B[0x1]][0xb][0xb6][0xb3]cH[0x17][0x93]/[0x93][0xa3]l[0xcb][0x99][0xcc][0xa9][0x95][0x1b][\r]=[0xee]q3[0xa3][0xe3]fr\U[0x8d][0x16][0x8e]{\qt\[0xb1][0x8c]bM(l[0xc4]=[0xb0]":[0xb0][0x82];[0x89]?[0x18][0xff][0xb0][0xb2][0xe8]0[0xd6][0xa1][0xd4]@(X[0x1d][0xf7][0xb8]9[0xd1]qs[0xc8][0xb9]&[0x10][0xd2][0xe2][0x9f][0xb0]4:[0xb0][0x94])[0xe5]3[0xd7]|[0xdc]#K[0xa2]#KXC+B[0xf5][0xe1]*[0xbd][0xd4]/WfF[0xc7][0x1d]:_jP[0xb1][0x0]? \[0xc7]1j[0xa8][0x8a]UX[0xad]"[0x80]Z[0xd9][0xe9]|[0x81][0xa1]';[0x95][0x5][0x2]z[0xb5][0x16]`[0x19]3[0xf4]Y[0x1b][0xaa][0xf4]:[0xc3][0x1f]b[0xea][0xe6][0x4]C[0xc1][0xbc][0x88][0x1e][0x8c][0xf8]Y5[0xdc]zm[0x9d][0xb1][0xd1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x83][0xf5][0x81][0x80][0x9b][E}-[0xeb][0x9c][0xdb][0xdc][0xbb]$[0xcf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">V[0xf1][0x9][0xfe].0[0xac][0xdb]j-[0x7][0xfc]C[0xa0][0xff])[0xdc][0xc1][0x82][0xac][0xe2][0x9f][0xf8]Tv[0xfb]L`x[0xf7][0x7][0x17][0xfa]n[0xd3][0x85]*[0xfe][0x85][0xab][0xf8][0x1c][0xff]Q[0xf1][0x5][0xbe]Tq[0x1]6[0xa9][0xf8][0xb1]l>[0xc7]W[0x8c][0xc9][0xc9][0x95]5[[0x8b][0xd4]pu[0xa9][0xb8][0x8][0x9b]U|[0x8d]o[0xb8]UH[0xc3]d[0xcf]c*[0xfe][0x8b][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]U[0xf1][0x1d]N[0xa8][0xf8][0x9][0xae]Tq=nPq[0x13]nVq[0xb]nU[0xb1][0x3][0xb7][0xa9][0xb8][0x1d]w[0xa8][0xd8][0x85][0xbb]T[0xdc][0x8d]{T[0xdc][0x87][0x6][0x15][0xd7][0xe0]Z[0x81][0xa9][0x15][0xe5][0xa5][0x13][0xe6]Lu[0x97]j[0xc][0xa2][0xcf]m[0x84][0xa2][0xd6]e[0xe7][0xb8][0xfd][0xc1]u[0xac][0xc1][0xd2][0xbf]n[0xfe]4[0xb6]f[0xe0][0xdc][0xa1]5n[0x83][0xf5][0xd8][0xbd]\[0x15][0xc0][0x97],[0x1b]+[0x14]!Ta[0x13]vy[0xa8](-*+[0x9f]U[0xd2]F[0xf][0xdf]:T[0x91] [0x9c][0xaa]PD"[0x8d][0xcf]u[0xab]"I[0xb8]Xu[0xf2][0xf3][0xf3]i[0x84]H[0x96][0x8d]*[0x9b]^[0xb2]I[0x91]Mj[0xbb][0x94]i)[0x80][0x19]168[0xb3][0xd0][0xb6][0x91]n[0x8c][0x18]z-[0xeb][0xa6][0x19][0xed]*[0xf3]T[0xe0][0xc9][0xee]\[0x86][0xca]b[0x88][0xcc]5[0x18]cg[0x8b][0xf3][0xe7]x'ki[0xb5]Qc[0x9e][0xb9][0x9a][0x1d][0xd9][0xa6]V[0xc5]/[0xf7][0xdc][0xf9]kN[0xb5]I[0xb3][0xa7]S[0xb3][0xd6][0xde][0xc4][0xb6]=[0x8a]Y[0xb4]*[0xf4][0xf3][0xeb][0xf5]`[0x95].[0x9][0xbb]8[0x1d]$[0xb6]8][0xa0]ov[0xe7][0x8e][0xec][0x91][0x99]][0xdc][0x95][0x2][0xa7]Y![0x8d](4+_^,ww[0x5][0xc0]#j1[0xf][0x90]<[0xc1][0xf7]i[0x7]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9]![0xb5][0x83]H[0xfa]%b[0x9d]G[0xe9].[0x16]w[0x85]*[0xe6][0xf1][0x90]A?u^I[0xe7]p9[0x90]2[0xac][0xd7][0xb1] w[0x8]k[0xe7][0xd3]w[0xfb][0xb0][0xf4]j[0xb7]U[0xf1][0xdc]X[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0x9a]?[0x18]9[[0xdf][0xd8]![0xb1]Zv_[0xe2][0xd8][0xeb][0xea]9[0xd1][0xe4][0x18]o[0xbb]>s[0xb7][0x9e]2[0x9][[0x1b]ZGsF[0xc5][0x9a]![0xd6][0x88][0xcc][0xec]e][0xf9]83[0xbb][0xcb][0x1c][0xc8][0xcc][0x9e][0xd3][0xf5][0xeb][0xd2][0xae]_[0x97][0x9c][0xfa]5[0xc6][0xf2][0xc3][0xd4][0xc6][0x8f]<[0x7][0x6][0xa0][0x14]gA`6[0x9f]l([0xe3][0xf3][0x9c]6[0xcf]g[0xf3][0xb9][0x1c]s[[0x9f][0xfb][0xf0][0xcb]y^[0x9b][0xf7][0xf3][0xd1][0x97][0xf7][0xdc][0x16][0xd8].[0xa4][0xa4][0x80]W[0x96][0x12]$x[0x9a] [0xf6][0x9b]]*[0xd8]:Ma%[0x16][0xb1]U[0xa3][0x1d]p[0xe][0x16][0xf3]:[0x10]K[0xf0]Ckp[0x11][0xa5][0x12][0xaa][0x97][0xc7][0xf1]$lK[0xed][0xde][0x8a]f[0xd8][0xf7]uP" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]#SI[0xbf]hG,%[0x1b][0xcc][0xbb]eX[0xce][0xf7]R[0xdd][0xb9][0x96][0xba][0xf9]T'?d{{[0x12],uK[0x1d][0xb9][0xb1]T[0xde]b[0xaa]tG;[0xb7][0xaa][0xec][0x8d][0x15][0xa6]Jy[0xb7][0x92]w6[0xba][0x82][0x9b][0x99][0xa5]|[0x3]{K[0x4][0xb7][0xe7]0[0x12]=[0x7]w A[0xec][0xf3]x[0xe]:|[0xe3][0xca][0xbd][0x87][0xe0][0xd8][0x8e]D[0xef][0xd3]p[0xec][0x13]r.[0xbb]9[0xd7] [0xce][0x6][0xec]D[0x12][0xb]x2[0xeb]w:[0xee]"[0xee]n[0xc][0xc1]=mLrC[0xa3][0x9f][0xc0][0xb7])[0xa8]2[0xe7][0xf7][0xf1][0xc9][0x5]{[0x92]8[0x8e]t[0x5]:[0xc7]p[0xb7][0xb5](6S[0xb7][0x83][0xd7][0xfe][0xde]f$[0xcc][0xf5][0xce][0xcb]%[0xc]o[0x9d][0xf3]{[0xe1][0x1][0xa4].[0xf5]4"-m[0xdc][0xea]&[0xf4][0x9e][0x9a]`[0x9f][0xe4][0xcc]pz[0xf][0xee]F[0xa3]'[0xbd]OV#[0xfa]Nrd8l[0xbb][0x90][0x97][0xb5]#[0xaa][0xc6][0x13]U30[0xc1][0x93]%[0xc7]5"c[0x89][0x14][0xf]LhD[0xbf][0xe8]+O[0x86][0xa3][0x19][0xfd][0xb7]c[0xbe]y3`[0x7][0x86]oq[0x9e][0x90][0xfd]3[0x1c][0xe][0x9f][0xec]?0!mS#[0x6].[0xe1][0xf3][0xea][0xc2][0x6][0x94][0xb6][0xe7][0xcd]p[0x8e];[0x80]AK[0x9b]@Oef8[0x12]d[0x9f][0xe1][0xd1]>[0xa7][0xec][0xb1][0xc5])[0x1a]N[0x94]u[0x1][0xd5][0xea][0xef]02[0xd9]>A[0x8f]=)[0xff]KF[0x9f][0x1f][0xa2][0xe4][0x19][0xa6][0xe2][0x11][0xe4][0xe3]YL[0xc6]s\[0x8c][0xcf]s[0x9d][0xbf][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0]"[0x17][0xea][0xcb][0xf4][0xf2]+[0xf4][0xeb][0xab]<[0xdc][0xbc][0xc6]@[0xbf][0x8e][0xcb][0xf1][0x6]n[0xc0][0x9b]<[0x92][0xbc][0xc5]$~[0x17][0xf][0xe1]=[0x1c][0xc4][0xfb]8[0x8c][0xf]9[0xea]#[0xbc][0x83][0x8f][0xf1][0x1]u}[0x82]O[0xf1][0x15]>3[0xe3]8[0x9b][0xd1](b[0xf6][0x85][0x19]=[0x87][0x8c]KK[0xce][0xf1].[0x9a]s[0xf2].b[0xe6][0xdc][0x10][0xea]1[0xd8][0xcf]N[0xa2]WQ[0x8f]u[0x8c][0xe5]X2[0xac][0xa7][0xcc]i[0xc6]{[0xe][0x92]R[0xd5][0x13],@[0x8a][0x82][\r][0xcc]Ef$7[0x1d]p[0xb][0xc0][0x9][0x8c]h+[0x15]Q[0xe9][0xa0]1[0xa7][\r]9!S[0xa2]S[0xe6][0x14][0xf]mV[0x1a][0xaf][0xe7][0x9c]2[0xdf][0x6][0xc][0xe6][0xaa][0xb6][0xef][0xf5][0xc][0x96]Q[0xc9][0x9a][0x91][0x99]v[0xee].$8[0xf6][0xda][0xf7]v[0xc8][0xdb]/h[0xcb][0x97][0xbc][0xfb][0x9a]K[0xf6][0x1b][0xe2][0x1c][0xe3]j;[0xde]&o[0x7][0xb4][0xae][0xac][0x1][0xac]^2oS[0x98][0xb7][0x17][0xd2][0xbb][0xd1][0xbc]U`s[0x1e][0x7]OI[0x3][0xe4][0xa1][0xd1][0x82]Xf[0xd5][0x97][0x8c][0xc1][0x9]w[0xb1][0x82][\r]N[0x90][0xc][0x9d][0x9]R[0xe4][0xc][0x82]gL[0xc1][0xda],[0x1c]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xeb][0xac][0x19][0xd6][0xac]>s[0x94][0xe8][0xc3][0xc9]y[0xfc]d'[0xce]#[0xb6]Z[0xc6][0x1e][0xe5][0x9a]H[0xf6][0xa4][0xf]i[0xc4][0xd0]%[0xfb][0xbd][0x8d]p7b[0xd8][0xe]JXM[0x86]7[0xa0][0x89]5[0xed][0xb4][0xed][0xe4]`Q;[0x8d][0xbf]f[0x8c]h[0xc0]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "GZ[0xc2][0x91][0xfc]5cT[0x3][0xae][0xa5]p[0xb4]%[0x1c][0xcd]_3[0xb2][0x1b][0xb0][0x81][0xc2][0x1c]K[0x98][0xc3]_3<[\r][0xa8][0xa2][0xd0]k[0x9][0xe5][0xaf][0x19][0xb9][\r][0x98]Ga[0x9e]%[0xcc][0xe3][0xaf][0x19][0xf9][\r][0x98]Ba[0x81]%,[0xe0][0xaf][0x19]c[0x1a]0[0x82][0xc2][0xb1][0x96]p,[0xcd][0x18][0xd7][0x80]T[0xf9]4[0x9e]?V[0xbf][0x9][0xfb][0xcd][0x9a] [0xbd][0xb4][0x92]5[\r][0xc2][0x5][0x87]HF[0xb2]P[0xa1][0x8a][0x14][0xf4][0x13][0xa9][0x18]Bg[0x8c][0x14]}1^d`[0xaa][0xe8][0x87][0xd9][0xa2]?[0xe6][0x8b][0x1]X![0x6][0xc2]'[0x6]!,[0x6]3=2q[0x85][0xc8][0xc2]V1[0x4];[0xc5]P[0xdc]-[0xdc][0xd8]/[0x86][0xa1]Y[0xc][0xc7]a1[0x2]/[0x89][0xd1]mb}[0xd4][0xcc]T[0x98]w[0x17][[0xdb][0xc7]Q\[0xc2][0x15]c[0xc3][0x96][0xd6][0xcd]OJ.[0xb3][0xa2][0xdf][0xb][0xc9]j[0xef][0xbe][0xd6]_2[0x97][0x95][0xdc][0x9b][0xae]`[0x8c]x[0xfe][0xb7]r[0xe1]!J[0xa4][0xf2])[0x8c][0xcb][0xc4][0xb9][0x9e]\[0x19][0xa3][0x6][0xe4][0xcd][0x95]u[0xab][0x9][0x93][0xd2]O[0xa7] [0x1a][0xb2][0xc9][0xbc]K[0x9f][0xc2][0x86]k[0x9e].[0x98][0xea]I[0x9f]f[0x6][0xd4][0x9c]5[0x99][0xd9][0xe2][0xb0][0xf2]f[0x88]Y[0x17][0xbd][0xdc][0xb5]r[0xe9][0x91]1H[0x11]y[0xcc][0xc0]|[0x8c][0x15][0x5][0x98],[0xc6][0xb5][0xee][0xb][0x9][0xcc][0xeb][0xab][0x98]G6[0xd6][0x89][0x1c]\m[0xae]L[0x82][0xb4]Z9[0xc5][0xb2][0xd2][0xca][0xe3]y\S9d[0xe7][0xe7][0x88][0x95]_[0xc9][0x9c]Pn=+=i[0xcb]e[0xbd][0xcb][0xf5]>[0x86][0xe9]6V[0x8d][0xa2]\[0xaf]x[0xc]3[0xec]X[0xe2]=Xh[0x97][0x15]6k7[0x86]y[0xbc][0x19][0x8e]q[0xb9]fE[0xcb]r[0xf8][0xee][0x84][0xcb][0x93]^(-[0xd8][0xe2]`m{[[0xe]>[0xc3][0x6][0x1a]O[0xf9][0x99]R[0xee]I[![0xb5][0x9e][0xc][0xf5]T[0x1a][0x9]1[0x11][0x8a][0x98][0xc4]Eq:[0x6][0x89][0xc9][0xc8][0x12]S0JLE[0x81][0x98][0x86][0xd3][0xc5]t[0x14][0xf2][0xb9]D[0x9c][0x81]rq&[0xc3]][0x84][0xc5][0xa2][0x98]!/1[0x8d][0x9e]@Z7[0xab][0x87]a[0x96][0xa8],[0x1e]h[0xb6][0x9a]EH&Q[0x8b][0xd1]+[0xf1][0xd3]h[0xb1][0xe2]][0xc7][0xd0][0xae]l[0x13][0xda]T$|[0xb][0xb7][0x10]Y[0xc7][0x90]p[0xc].[0xa7][0x15][0xdc][0xeb][0xe8] ~[0xd7][0xb5][0x6]7[0xba][0x85]O[0xb4][0x1c][0xe4]=8[0xc3]^[0x98][0x95][0xb9][0x1b]C=[0xde][0xac][0xf1][0x8d](Z[0x92][0x95][0xd9][0xce][0x13]vz[0xe2][0xdd]6vG[0x3]:[0x8a][0x9b]'[0xc4]Y[0xb4]{6\[0xa2][0x8c][0xb6][0xcf][0xc1]@q6[0xa7]/[0xc7]h>[0xe7][0x89]y[0x98] [0xe6][0xb7][0x6]V[0xc5]0[0xab][0xbc]r[0xea]V[0xcb]&[0xd2][0xb2][0x1b][0x9][0xe6][0x82][0xd7][0xb4][0xdb]fm[0xf8][0xf6]o[0xb9]f[0xc4] [0xda][0xc1]W[0xfc][0x1c][0x8d][0x93]}fO[0xd8][0x17][0x92][0xbd][0x82][0xec][0x8b][0xc8]~[0xe][0xd9][0x17][0x93]}[0x9][0xd9][0x17][0x91]})[0xd9][0x97][0xc5][0xc1][0xbe][0xad];v~E[0xc7][0xc3]>AJz[0xc0][0xbe][0x82][0xec]+[0xc9][0xbe][0x8a][0xec][0xab][0xc9][0xae][0x91][0xbd][0x92][0xec][0xab][0xc8][0xee]#[0xbb][0x1e][0x7][0xfb][0xf6][0xee][0xd8][0xf9][0xf1][0x1f][0xf][0xfb][0xc4][0x1e][0xfa][0xbd][0x86][0xec]~[0xb2][0xaf]%[0xfb]yd[0xf][0x90][0xbd][0x96][0xec]k[0xc9][0x1e]"{][0x1c][0xec];[0xbb]c[0xbf][0x1d]w[0xc4][0xc3][0x9e][0xdf]C[0xf6][0x8][0xd9][\r][0xb2][0xd7][0x93]}[0x1d][0xd9][0xd7][0x93]}[0x3][0xd9][0xeb][0xc9]~[0x1][0xd9]7[0xc5][0xc1]~gw[0xec][0xbb]xP[0x8f][0x83][0xbd][0xa0][0x11][0xc5]=a[0xff]1[0xd9]/"[0xfb]f[0xb2]_L[0xf6]K[0xc8]~)[0xd9]7[0x93][0xfd]2[0xb2]_[0x1e][0x7][0xfb][0xee][0xee][0xd8][0xef][0xe6][0xc7]E[0x1c][0xec]c[0x1a]Q[0xd2][0x13][0xf6]+[0xc9]~[0x15][0xd9][0xaf]&[0xfb]5d[0xbf][0x96][0xec][[0xc9]~5[0xd9][0xaf]#[0xfb][0xf5]q[0xb0][0xdf][0xdb][0x1d][0xfb]}h[0x88][0x87]}l#f[0xf5][0x84][0xfd]&[0xb2][0xdf]L[0xf6]md[0xbf][0x85][0xec][0xb7][0x92]};[0xd9][0xb7][0x91][0xfd]6[0xb2][0xef][0x8c][0x83][0xfd][0xfe][0xae][0xd9][0x5][0xbf][0xb2]d[0xa5][0xe0]PK[0x7][0x8][0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/slf4j/helpers/NOPLogger.class[0x9d][0x96][0xcf]O[0x13]A[0x14][0xc7][0xdf][0xd0][0x9f][0xd4][0xf2][[0x10]A[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "JYK[~[0x89]D"Q([0xa4][0xa4]R#[0x15][0x83][0x1e]t[[0xb6][0xcb]B[0xbb]Kf[0xb7][0x10]=z[0xf2][0xe2]A/^[0xbc]y21F[0xc2]A[0xa3][0xd1][0xc4][0x93][0xc6]x[0xd1][0x83][0x17][0xef][0xfe][\r][0x9e][0x8c]o[0xa7]ki`e6=[0xec][0xec][0xcc][0x9b][0xf7][0xfd][0xce][0xdb][0xf9][0xcc]$[0xfb][0xe5][0xcf][0xdb][0xf][0x0]0[0x2][0x13][0x1][0xf0][0xc2][0xa8][0x1f][0xc6]|p.[0x0].[0x18][0xad][0xc7]f[0xdc][0x7][0xe7][0x9]4[0xeb][0x12]U[0xc4][0xc2][0x92]DuES[0xaf]'g[0x8][0x90]y[0x2][\r][0xd3][0x9a][0xaa][0x1b][0xa2]j,[0x89][0x85][0x92][0xe4][0xf9][0xfd]}[0xf3]s[0xe7][0xaf]Y[0x99]@`!}[0xf5]v*=7[0x97][0xb8]F[0xa0]'[0xa5]Q9[0xa6][0x17][0xf2][0xa3]k[0xb1]U[0xa9][0xb0][0x81]&1[0x9c]Oi[0xb2],[0xd1][0xb][0x4][0xbc][0x93][0x8a][0xaa][0x18][0x17][0x9][0xb8][0xc2][0x3]K[0x4][0xdc][0xd3][0xda][0x8a]D[0xa0])[0xa5][0xa8][0xd2]B[0xa9][0x98][0x95]hF[0xcc][0x16]0[0xd2][0x9a][0xd2]rX[0x83][0x88][0x95][0xe0][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x8d]UE'[0xe0][0x93]%cA,b[0xe0]px [0xb5]&n[0x8a][0xb1][0x82][0xa8][0xca][0xb1]E[0x83]*[0xaa][0x8c][0x8b]4*z[0x86][0x8a]9)[0xa1][0x9a][0xba][0x15][0xb6][0xd8]M[0x2][0x1e][0xc3][0xc][0x12]h[0xf][0xef][0x17][0x99][0xc5][0xb8][0x8a][0xba]l[0xae]l[0xe3][0xd8]o#[0xa9][0x8a][0xa4][0xb3]kR[0xce]`&[0xde][0xbc]F[0x8b][0xa2][0x81]n"[0xdd][0xe3]fe[0x11][0x98]p[0xe4]f[0xef][0xef]F[0xdb][0xa1][0xf2]k[0x98]@[0xd8][0xc6][0xe9][0x96][0xbd][0xd0][0x8f][0x8a]K[0x94][0x8a]w[0x9][0xb4][0xd9][0xa4][0x10][0x10][0xe][0xae]*[0xb3]J[0xb5]-s?[0x99][0x1b][0xc1]/l[0xb7][0x9d]e[0xdb]?#eKre[0xfb]=+[0xe6][0x10][0x8f][0x90][0xa2]'[0xd5][0xbc]V[0x89][0xbb][0x15][0x1c][0xb1][0xf0][\r][0x91][0xaa][0xbb][0xe1]-[0x1c]1[0x9b][0x4][0xa5][0x1a][0xdd][0xb5][0x91][0xcc]!~[0xc9]d[0xae]`[0x9d][0xa2][0xc0][0xa2]V[0xa2]9iV1[0x8f]Gc[0xe5][0xa0]E[0xcd][0xc2][0x82][0xd0][0x8]M[0xc8][0x1][0xa3][0x4][0xba][0xf]8[0x96]A[0x8]B[0x3][0x81][0xbe][0xfd])WD[0xba].[0xd1][0xa4][0xac]j[0xe6]n\[0x16]u[0x9]BxO[0xbc]x[0x85][0xea][0xa0][0xb]|[0xe0][0x7][0x2][0xf5]l[0x14][0x80][0xa3][0xa6][\r][0xf6]C[0xe0]6W[0xc6][0x99]fv[0xd5]p[0xb3][0xf0][0xed][0x11]^[0x3][0xd9]f[0xa9]-[0xd8][0x6][0xf0][\r][0x10][0xc7][0xd4]!h[0xc5]^[0xb0][0x9c][0x4]m[0xcc][0x2]O6[0xb4][[0x6][0x83][0x96][0x81][0xab][0xb5][0xee]UE[0xee]e[0xa1][0xf1]*[0xa9][0xcb][0x92][0xb6]@[0x7][0x1c][0xb1][0xa4][0x11]KZ[0xe7]z[0xb1]G9U[0xa5][0xac][0xab](;[0xf1][0x1b][0xca][0xca]1[0x16][0x87][0xea][0x8a][0xcb][0xc2][0x4][0x13]v[0x94]'-[0xa1][0xd9][0xeb][0x82]nlM[0x8b]c[0x96][0xc5][0x14]+[0xca][0xc6]b[0x9e]Y[0x9c],OVY[0xf4]0[0xb][0xb3]w[0x1c]N0E'f[0x95][0xcd][0x92][0xf8][0xb8][0xed][0xcc][0xd2][0xcc]L(O[0xda][0x9a][0x85][0x98][0x99][0xd9];[0x85]=[0x17]we[0x9b]Lp0[0x4]QQ[0x98] [0x14]14Q[0xa7]$ [0xc6][0xcc][0xe8][0xcb]`&3[0xbc][0xdf][0x95]K[0xe9],ms[0xdb].[0xee]_[0xe9][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xeb]][0xc7][0xca]Z[0xa3][0xe1][0xa1][0xe7][0x9c]{[0xce][0xf9][0xbe][0xf3][0xdd][0xdb][0xf3][0xeb][0xf7][0x8f][0x9f]D[0xf4][0x9c][0xb6]*[0xa4][0xd1]z[0x99]6[0xca][0xf4][0xb8]L[0x9b][0x8c]J[0x7][0xb6]k[0x87][0x87][0x8c]4}[0xfb][0x84][0xd1]T[0xd3];[0x15][0x8c][0xaa]-[0xdb][0x15][0xc7][0xd1]EW[0xc8]O[0xbc][0xeb] Sky&wN[0xb8][0xb4][0xe3]s[0x92][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xed][0x80]Q[0xbd][0xe5]I[0xcb][0x8][0x9c][0xb3][0x17]=[0xe3]\8[0xbe][0x90][0x81]q[0xdc][0xfe]x[0xf4][0xae][0xf9][0xf6][0x94][0xfb][0xa1][0x90][0xfb][0x8c][0x8a][0xa6]#[0xb8][0xc4][0x18]K[0x84][0x8c]6[0xf5]V[0x8f][0xf7][0xb9][0xe1]p[0xd7]2:[0xa1][0xb4]]k;[0x9b]B[0xfb]g1[0x88][0x87][0xe7][0x95][0xfc][0x8]L[9L9[0xdc][0xb8][0x9a][0xd6][0xe7][0xe][0xee]+[0xc5][0x85][0xd7][0x87][0xf6][0xc5]<[0x9]h[[0x80][0xc0][0xa6][0xe7][0xf][0xda]gM[0xcf][\r][0xc5][0x97][0xf0][0x88][0xfb][0x8c][0xe6][0xf5]D^[0x14][0xda][0x8e][0x81][0x14][0x4]Lwl[0xcb][0xe5]a$[0xc1][0xf6]j[0xb2]~[0xf0]?[0xb2][0xe][0xc1]2[0x1b][0xc4][0xf3][0xc6][0x93]j[0xfa][0xc4][0xa0]XT[0xc5]LuT3J[0x96][0xae][0xfe][0x9c][0x81]?[0xfa]A[0x8d]k[0x8a][0xda][0xd3][0xaf][0x5]TR;^$M[0xf1][0xde]V[se[\r]vc[0xc8][0xc][0x15][0xa9][0xc4]h[0xf5][0x1f]+[0xc3]hn<[0xa0][0xdd][0xed][0x9][0x13]?{y[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xdb][0x18]wS[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xll$[0xb6][0xbc][0xc][0x8f][0x19][0xb0]e[0x9c][0xc]x[0x6]_|[0xf2][0x9d][0xd8]7[0x4][0x5][0xba][0x1][RI[0x9d][0xa6]ag[0x86][\r]T[0xa1][0x9b][0xf0][0xc][0xe7][0x11]xG[0x9d])[0xb][0xdc]I[0x1][0xd9]%p[0x96]n%[0xc0][0x97][0xf0][0x85][0x18][0xc3][0xbe]N w[0x15]riXM[0x90]qT[0xa5]9[0xa5]t[0x9e]j[0x9][0xc7][0x1b]|Z[0xde][0xf0]g[0x8a]bmX[0xbc][0xa4]`[0x9]E[0x1c]- *[0xc0][0xdf][0xa6][0xc5][0x84][0xac][0xa1]8r[0xc8][0x1a])=Y2[0xec][0x16][0xdd]A-[0xa6]x[0x9a][0xbc]d[0xf6]N{[0xa9][0xd7][0x18][0xdd]iY[0xc5]w[0x91][0xbb]G[0xf7][0x13][0x86][0xf]i[0x11]Z[0x8a][0xe0][0xf5]_D[0xac][0xd0][0x3][0xd8][0x87][0xa9][0xa7]^[0xa1]U[0xd8]![0xf9][0x1a][0xa2][0xba][0x8a][0x1e][0xfd][0x1]PK[0x7][0x8]![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NOPMakerAdapter.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xd7]ib[0x8]-i[0x93][0xb6][0x94]B![0x1][0x1]) [0xbc][0xe0][0xb1])[0x2][0xa1] VI[0x83]T[0xd4][0xfd][0xc4][0x9d][0xa6][0x93][0xba][0xb6]5v"[0xfa]W[0xb0]Bb[0xc1][0x7][0xf0]Q[0x88];[0xce][0x90]D[0xb1]Q[0x17][0x9e][0xfb][0x98]s[0xce]}x~[0xff][0xf9][0xf9][0xb][0xc0]K<[0xa8][0xa2][0x84]{.[0xee][0xbb]h[0xba]h[0x11]*oU[0xa8][0xd2]w[0x84]R{[0xff][0x98][0xb0][0xd2][0x89]N$[0xa1][0xd6]U[0xa1]<[0x1c]_[0xc][0xa4][0xfe]"[0x6][0x1]g[0xea][0xdd][0xc8][0x17][0xc1][0xb1][0xd0][0xca][0xc4]6[0xb9][0x92][0x9e][0xa9][0x84][0xf0][0xb0][0x1b][0xe9][0xa1][0x97][0x4][0xa7][0xaf]F[0xde][0x99][0xc]b[0xa9][0x13][0xef][0xb0][0xff][0xb9]'[0xce][0xa5][0xfe]p"[0xe2]T[0xea][0x3]B[0xd9][0xf][0xa4][0xd0]\h(S[0xc2][0xe3]vw$&[0xc2][0xb]D8[0xf4][0x8e]R[0xad][0xc2][0xe1][0xc1]~>[0xc5][0xf0]syi[0xca][0x17]][0xc5]cVzR[0xa0]T[0xa0][0xcd][0xc3][0x95]&"[0xe0][0x89][0xb5][0xbc][0x88]&[0xdc][0xfd]VQ[0xb][0xc]kp[0x83][0x9d]([0xbe][0xec][0x9f]v[0xa2]0[0x95]_[0xd3][0x9e][0x88][0x9][0x1b]m[0xdb][0xde]8U[0x81][0xc7])n`-1[0xc8]9[0xa6][0xde]^[0x82][0x18][0xb9][0xaa][0xbf][0x80][0xa8][0xe5]4[0xaa]G[0xd1]X[0xfb][0xf2][0x93]2[0xb][0xdd]\Z[0xdb][0xb][0x83]^E[0x19][0x15]B[0xeb][0xca]%[0x13][0xd6][0xe7][0x3][0xf5][0x7]#[0xe9][0xf3]zv[0xe6][0xb4]$V^[0xef]c[0xc7][0xa2][0xd1][0x82][0xc3][0x8f][0x81][0xff]"[0xbf][0xc][0x97]-W[0xe1][0xd3][0xe5][0xc8]cKl[0xcb]O[0x80][0xbe][0xb3][0xe3][0xe0][0x1a][0x9f][0x95],[0xb9][0x8e][0xeb]|[0xae]N[0x1][0xa8][0xe2][0x6][[0xe2][0xf8][0x1f][0xf9]Y[0x16]#Ol,[0x10]iF\[0xc3]MK|[0xc3][0xd6]1[0x1c][0xfa][0xb6][0xc4][0xdc][0xce][0x98][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][[0xcb]4^[0x8d][0x9b]1[0x9d]n[0xa0]n5[0xde][0xf3]W**[0xbe][0x9b]I4[0xa7][0x97]3[0x9][0xb2][0x12][0xc6]k[0xb0][0xe7][0xb0][0xdd][0xc4][0x96][0x15]{[0x9d]i[0x14][0x88][0xed]-[0xf4][0x93][0x17]#[0xbe][0xb9]e%[0x9e][0xdb]M[0xe6]gj.l[0xc3][0x99]mc[0x7][0xb7][0xaf]*[0xfe][0xe8]?[0xc5]wq'+v7[0xc3][0xef][0xfd][0x5]PK[0x7][0x8]@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NamedLoggerBase.class[0x85]RMo[0xd3]@[0x10]}[0x9b]8qb[0xc][0xfd] P>Zhi)q@[0x18][0x1][0xb7]"[0xe][0xb4]T[0x2]YA"4[0xf7][0x8d][0xb3]8[0x1b]9[0xde]j[0xbd][0xa9][0x0][0x89]?[0xc1][0x9d][0xff][0x0][0x12][0x2][0xc4][0x81]3[0xe2]G!&[0x9b][0x14][0x90]S[0x89][0xc3][0xce][0xec][0x8e][0xdf][0x9b]y[0xfb][0xbc]?}[0xfb][0xe][0xe0][0x1e]ny[0xa8][0xe2]j[0x1d][0x15][0xac]{[0x14]6<\[0xc3][0xa6][0x8b]-[0x17][0xd7]]l[0xbb][0xb8][0xc1][0xb0][0x98][0xb]-y[0xda][0x15]:[0x97]*;x[0xb2][0xc7][0xc0][0x9e]2[0x9c][0xde]UYnxf[0xba]<[0x1d][0x8b][0xca][0xe0][0xdd][0xfb][0x1f][0xab][0xed][0x83][0xb7][0xc]N[0xc6]G[0x82]a9[0x1a][0xf2]#[0x1e][0xa6][0xc3][0x7][0xc][0xff][0xe6]"[0xfe]G[0x82][0xf][0x9d][0xf0][0x11][0xfc][0x97][0xe1]c[0xae][0xe3]'[0xc5]p[0x11]|[0xca][0xc5][0xfc][0x1f]}E[0x90][0x10][0x9d][0xb0][0x14][0xb][0xf8][0x8b][0xcd][0x89]vt[0x14][0xc1][0x1][0x9][0xb]%[0x94][0x9c][0xb0][0xc][0x8b]x[0xbc][0xb8][0x98][0xc6][0x9d][0x12][0x96][0xf0]U&.[0x96]JX[0xe6][0xc4]r[0x1c]"[0xe1]P[0x9]+$[0xac][0x94]p[0x98][0x84][0xc3][0x11][0xec][0x1][0xa5][E[0xa8]h[0xd9][0xa8]lQ[0xdc]~%[0xe0]u[0xb7]GB[0xbe][0x80][0xb7][0x1e][0xa1]x}[0xa7][0xea]W[0xbd]JD[0x9b][0x10][0xc]y[0xdd]a[0xff][0x86]9[0x1b][0xdd]-A[0xaf]W[\r][0xd1][0x84][0x8a][0xbe][0xe7][0x8d][[0xd4]@d[0xd1]V%D3+SL-[0xe][0x6][0xfd][0xaa][0x12][0xa0][0xa9]e[0xfe][0xa0][0xb7]U[0x8d]t[0x5];[0x1b][0x14]O[0x17]M[0x1b][0x9d]2-[0xa4]n[0xf0][0xab][0x9e][0x88][[0x9f]@[0xb3]+U6[0xb8]R[0xf5][0x4];)[0x14][0xdd][0x1f][0xc2][0x94][0x94][0x18][0xb4][0x9][0xee]Fq[0x1a][0xb1][0x9d][0xda][0xc3][0x15]Q5J~[0x86][0xea]~[0xa2][0x11][0x9f][0xdf][0xad][\r]qb[0xed]>o@[0x89]D9[0xdc][0xfa][0xc1][0xcf][0xe7][0xb]^[0xda][0xa3][0x1d][0xe1][0x88]/[0x12][0x8d][0xa8][0xec][0x82]W[0xed][0x88]z[0xcd][0x86]vt[0xf2]W[0x84]R_[0xb8]9[0xb0]!h[0x8e][0xdb]}[0xf4]M[0x1b]^[0xa3][0x84][0x2][0xfd][0xc3][0xa4][0xa0][0x1][0xcd]Lc([0x14][0xc][0xf5][0x9b]Q[0xf9]+[0xad][0x96]zYT[0xf1][0x87][0x7]m[0x8d][0xbe][0xf8]i91[0xa8])[0x2]7{i{D[0xf1]ljU6k;[0x9c][0xce][0x15][0x84][0xa2].%[0xdc][0xa5][0xab][0xb][0xed][0xb4]f[0x1a][0xe8][0xd7]w[0xde][0xa2]i[0x14]~[0x4][0xed]aSdC[0xa9]b\[0x12]V#[0xe7][0x9a][0xf4][0x1][0xfd]e[0xb0][0xb9]"[0xc3][0xb8]"[0xe2][0x19][0x81][0xf4][0x99][0x98][0x92]B[[0xb0]=[0xea][0xe9][0xd2][0xe5][0xbf][0xf1]r[0x8f][0xba][0x99][0x15][0xb4][0x9e]N0[0x8a][0x94][0xe][0xe][0x9a]\+[0x88][0xcf][0x0][0xc9]a_[0xe]m[0x1c]a\[0xe6][0xa9][0xe6][0x11]h[0xac][0x97][0x1e]][[0xd4][0xef][0xd7][0x16][0xc4][0x1c]X[0xb6][0x9c]N[0x92][0xf6]`4[0xe4]Q[0x9b]|[0xac][0x91][0xc3][0x7][0xb][0xea]i[0x9c][0x80][0xc][0x1][0xac][0x92][0xe1][0x12]X/C[0x17][0xf8]d[0xf0]C[0xb7][0xc][0xf7][0xc0][0xbd]2l[0x83][0xed]2|[0x1e][0xae]`[0xd8][0xc9]p5[0xc3][0xb5][0xc][0xd7][0xf3][0xd3]/[0xf3][0xdd][0xcd][0xc][0xb7]0[0xdc][0xca]p[0x1b][0xc3][0xed]2[0xec]bn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]cn[0x8c][0xb9][0xbb][0x98][0x1b]cn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]c[0xee]n[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xc6][0x99][0xbb][0x9b][0xb9]q[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xee]an[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0x82][0xb9]{[0x98][0x9b]`n[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0xf]s[0x93][0xcc]M27[0xc9][0xdc]$s[0x93][0xcc][0xed]an[0x92][0xb9]I[0xe6]&[0x99][0x9b]dn[0x92][0xb8]8[0x2]G"[0xd4]d?[0xc4]$[0x1c]%[0xc3][0x1d]p[0xa7][0xc]{[0xe1]n[0x19].[0x5]E[0xc6][0xd1]8F[0x86]}\[0xf1][\r]@[0xbd]2)[0x87][0xb7][0x4]^[0xb5][0xb1]2t[0x80]G[0xc2]j[0x19][0xc7][0xc1]v:q[0xfb][0xfb][0xb1][0xc1][0xaf][0x84]i[0x9b][0x8d][0xcd][0xd4]H2[0x8e][0xc7][0x9]2t[0x82]*[0xe3]D[0xf0] [0x8c][0xcf][0xd2][0xcf]2[0xd6][0x80]G[0x86][0xfb][0xd9][0xd7][0x90][0xc1][0xdb]W[0xc2]I2N[0xc6])[0x8][0x13][0xfa][0x1f]5[0xfb][0xb9][0x17][0xfd][0x8b]<[0x1e]5[0x1c]6[0xed]P[0x9d][0xc4])[0xc6]I[0x92]2[0xa9]N|[0xbf]j[0xe]l[0xa1][0xf3][0x9f][0x1f][0xaf][0xa2][0xa3]GM[0x9d]=F,=[0xed][0x80][0xbe][0xcd]>d[0xf0][0xe6][0xd6][0x14][0x84][0xf6]\[0x11]Y1[0x8a]U9[0xe0][0x90][0xd7][0x6][0xeb][0x7]$[0xaa][0xab]'m*2[0xbc][0xbe]e[0xd9][0x92]%[0x8d]+[0x11][0xaa][0xd3][0xbc][0xb8][0x98][0x8e][0x89]Vm.o6[0xc2][0x9b][0x14][0xc7]6Tx[0xf]E[0x90];[0xf4][0xbb][0xd5][0x8a][0x9f]_[0xe][0x8b])|}[0x95][0x10][0x16]f9[0xb8][0xf5][0x8c]Rs[0x14]^[[0xed][0xab]V[0x9e][0xdf]HB[0xd4][0xb4][0xa8][0xa5][0x9d][0xae]#[0xad][0xa6][0x92][0x92][0xfb]h)6[0xa9][0x83]^<[0xc]%Ow8[0x89]C0[0x91]~[0x14][0xac][0x1][0xa4][0xdf][0xe][0x12]T[0xb0][0x0][0xd1][0x8f][0xb1][0xc5][0xbc]#[0xe8]Z[0xc0][0xad][0xad]][0xa9]?[0xb5]+m[\r][0xed]J[0x1a]E[0x9c][0x8d][0xda][0xfd]&[0xe2][0x91]\[0xd1][0xfd][0x12][0x1a][0xb]@[0x90][0xc6]6[0xd3][0xb7][0x9d]t[0xb5][0xd3]u[0x98][0xeb]([0xa0][0xab][0xae][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\3z[0xc1][0xe6][0xaa][0xee][0x5][0xfb]![0x1a][0xb7][0xc1]e[0x84]U[0xe0] [0x9c]G3[0xeb][0xa1][0x18][0xe6]C[0x19][0x9c][\r][0x95][0xb0][0x0]B4[0xea][0xd2][0xf9][0x10][0x86][0x8][0x80]v[0xc7][0xf1][0xa1]v[0xc7][0x11][0x14]hw[0xec][0xdb][0x6]Q[0xba][0x97][0xcd]g[0x9b][0xe8][0x99][0x1e][0xdd][0x16][0x1a][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x13]rLn[0xba][0xf2][0x1c][0x87][0xeb]!(8[0xa8]M[0xe0] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5][0xc1]E[0x9a]S[0xdd][0x88][0xc3]p[0x8a][0xac][0xbf][0x6]y[0x8e]Av[0xba][0x8e][0x80][0xe3][0x18][0x14]"[0x1c][0x18]d[0xa1]1[0xc5][0x82][0xd3][0xb4]@[0xe2]mXh[0xa0][0xd9][0x1c]t[0x9][[0xa8];[0x6]R[0x1][0x1c]2M8[0xb5]G[0xcd]t][0xaa][0x99][0xa9][0xd2][0xa7][0x9a][0xd9][0x97][0xc0][0xe]-{6[0xb8][0xd3]0[0xd8]F[0x99][0xdb][0xd8][0xa5]fp[0xc6]1([0xb2][0x9][0x16][[0x89][0xd9][0xa6]Y[0x9c][0xa0][0xcf]5-[0xca][0xf0][0x5][0xa3][0x9e]2\[0x9]W[0xd1]l[0xb6]}[0xb5]a{-U[0x9f][0xeb]_[0xaa][0xdb][0x9e]y[0xc][0x8a][0xed][0x82][0xf1][0x15]D][0x99][0xb2]X[0xa5][0xa6][0xf1]R[0xd3]x)|Q3[0xce]w[0xd7][0xd0][0x9d][0x8d]>t[0x82]Y[0xa5][0xe0][0x14]S8[0x9f]RX[0x9d]5[0x85][0xeb][0xe0]KF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][[0xd9].[0x11]m[0xaf]%[0xdb][0xeb],l[0xef]0m[0xdf][0x0]7j[0xb6][0xe9][0xbc]5l[0x9f]3h-[0xe5][0x2][0xa1][0x1d].[0xb6]X[0xc7][0xaf][0xc0]M[0xc6]:[0xde]l[0x15]h[0xa9][0x18][0xa8]B[0xcc][0xe][0x8b]@u[0x8b]}![0xeb]E[0xb8][0xc5]r[0x1d][0xcb][0xc4]uT[0x81][0xcf][0xbd][0xf4][0xeb][0xd8]g\_Q}[0x1d][0xaf][0xd4][0xd6][0x91][0xdd][0xdc]j[0xb8]Qi[0xcf][0xf0]V.7[0xdc][0x8c][0xb2][0x1f][0x83]r[0x87][0xe0][0xc8]G;|[0xa3][0xe6]h[0x8e]>[0xdd]tTn:*7[0x1d][0x95]k[0xad]c[0xd3][0xee][0xb8]u[0xec]Z[0xeb][0xdc]f[0x99][0xd9][0x10]1[0xb3]n[0xca],p[0x12][0x99]q[0x17][0xe9][0x99][0xdd]n[0xe9]f[0xa8][0xe8][0xe6]2r[0x13][0xca][0xea]f[0x87][0xe9][0x86][0x1b][0x8a][0xdd][0xec][0xb2][0x92][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q^[0xa2]i[0xe5]%f)/[0x95][0xa2][0xbc]l[0xa3][0xeb][0xf6],[0xf2][0x12][0xb3][0x96][0x97]ab[[0xee] [0xe6][0xce][0x9c][0xe5]%[0x96]A^[0x86][0x8b]U[0xbd][0x8a][0xa8]W[0xe7]!/1ky[0xa9][0x12]S[0xb8][0x96]R[0xb8].gy[0x89]Y[0xcb][0xcb][0x8][0xd1][0xf6][\r]d[0xfb][0xc6][0x9c][0xe5]e[0x97][0xa5][0xbc][0x8c][0x14][0xe5][0xe5][0xa6],[0xf2][0x12][0xb3][0x96][0x97]Qb[0xa0][0xb7][0x11][0xf3][0xf6][0x9c][0xe5]%[0x96]A^F[0x8b][0xeb][0xb8][0x1b][0xf8][0x97][0xc1][0xc9][0xcb]K,[0xa3][0xbc][0x8c][0x11][0xe5][0xa5][0x87][0xe4]%yJ[0xf2][0x12][0xcb] /c[0xc5][0xcc][0xbe]J[0x99]}-[0xf]y[0x89]e[0x90][0x97]j[0xd1][0xcd]^rsw[0x1e][0xf2][0xb2][0xdb]J^[0xc6][0x89][0xf2][0xb2]/[0xad][0xbc][0xc4]-[0xe5]e[0xbc](/[0xf][0xd0][0xf5][0x1b]Y[0xe4]%n-/[0x13][0xc4][0xb6]|[0x90][0x98][0xdf][0xca]Y^[0xe2][0x19][0xe4]e[0xa2]X[0xd5]CD=[0x9c][0x87][0xbc][0xc4][0xad][0xe5][0xa5]FL[0xa1][0x97]R8[0x92][0xb3][0xbc][0xc4][0xad][0xe5]e[0x92]h[0x9b]^i[0xe0][0xe1][0x9c][0xe5]e[0xb7][0xa5][0xbc]L[0x16][0xe5][0xe5]x[0x16]y[0x89][[0xcb][0xcb][0x14]1[0xd0][0xc7][0x89][0xf9]D[0xce][0xf2][0x12][0xcf] /S[0xc5]u|[0x92][0xa8]'[0xf2][0x90][0x97]xFy[0x99]&[0xca][0xcb][0xd3]$/[0xcf][0x9c][0x92][0xbc][0xc4]3[0xc8]K[0xad][0x98][0xd9][0xb3][0x94][0xd9]sy[0xc8]K<[0x83][0xbc]L[0x17][0xdd]Q?[0xc8]C^[0x12][0x19][0xe5]e[0xb6](/[0x1f][0x92][0xbc]|tJ[0xf2][0x92][0xc8] /s[0xc4][0xcc]>[0xa1][0xcc]>[0xcd]C^[0x12][0x19][0xe4][0xe5][0xb3][0x82][0x1b]D[0x90][0xb1] [0xf]y[0xe9][0xb1][0x92][0x97]3[0x4]yAGZyIZ[0xca][0xcb][0x99][0x82][0xbc]`18[0xd1][0x99]E^[0x92][0xd6][0xf2]r[0x96][0xd0][0x96]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%X[0x96][0xb3][0xbc]$3[0xc8][0xcb]\[0xb1][0xaa]C[0xa9][0xaa][0x15]y[0xc8]K[0xd2]Z^[0xe6][0x89])[0xc][0xa7][0x14][0xaa]r[0x96][0x97][0xa4][0xb5][0xbc][0xd4][0x8b][0xb6]G[0x91][0xed][0xd1]9[0xcb]K[0x8f][0xa5][0xbc][0xcc][0x17][0xe4][0x5][0xab][0xb3][0xc8]K[0xd2]Z^[0xce][0x16][0x3][0x9d]H[0x81][0xd6][0xe4],/[0xc9][0xc][0xf2][0xb2]@\[0xc7])[0xb4][0x8e]S[0xf3][0x90][0x97]dFy9G[0x90][0x17][0x9c][0xe]e[0xe8]:%yIf[0x90][0x97][0x85]bf3)[0xb3][0xd3][0xf2][0x90][0x97]d[0x6]yY$[0xba]9[0x9d][0xdc][0xcc][0xca]C^[0xee][0x80];[\r]7Iz[0xc2][0x99][0xba]]u[0xf7][0x81][0xc3]~[0xa0][0xee][0x4][0x94][0x91][0xc7][0xc5]u[0xf4][0xd9][0x7][0xe][0xdb][0x81][0xba][0xc7][0xa0][0xa1][0x95][0xff]h<[0x83]>G[0xe0][0xdc]$[0xf][0xda][0xb9][0xe9][0xf4]?c[0xd7]@[0x11][0x5]r[0x6]8[0xf0]L[0x90][0xf0],[0xa8][0xc2][0xb9]0[0x12][0xeb][0xa1][0x1a][0xcf][0x86]:\[0x0]3qaJ[0xfb][0xb8][0xcd][0x0][0xdd][0xf4][0x3][0xf2]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x1a]*[0xe8]gd[0x84][0xc2][0xb8]KkS[0xbb]T[0x86][0x1f][0xc3]0[0x9][0xbe]N[0xf][0xf7][0xd2]O?=[0xce]Y[0x86][0xc][0x16][0xb9][0xb4]0[0x1a][0x7]w}[0xea][0x1f][0xa0][0x8b]L'[0xf7][0xc0][0xbd][0x6][0xff]R[0x83]?[0x96][0xf8]M'43M[0x7][0x9][0xec]= [0x1d][0x86]%[0x7]]G[0xe1]s[0x7]a[0xc0][0xdf][0xe6][0xb1][0x95][0x12]j[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x87]J\[0x1]#[0xb0]=[0xc5][0xc7]X[0xc3][0x7][0x7]m[0x87][0x2][0x99][0xd7]c[0x9f][0xe9]m[\r][0xf1][0xfb][0xbc]5?[0x5][0x95][0xae]G`[0xe9]Z[0x17]}[0xb1][0x1d][0x85][0xf3]z[0xa1][0x99][0x87][0xfb][0xbd][0x95]qi[0xf0][0x2][0xf2][0xb6][0x96][0xbc]\h[0xe1][0x85][0xd6]m[0x4][\r][0xde][0x7][0xfb][\r]'[0xb][0xc]-([0xe4]14[\r]n[\r][0xf][0xad]Hg[0x8a][0x14][0x14][0x9a]E)[0xa4][0xb2](Z9[0xee]7O[0x99][0xfb]A[0xd2]f-[0xa6][0xc8]ZN[0x90][0xbc][0xd0][0xe5][0x8][0xb4][0x1e][0xe0][0x98][0x9b][0xa8][0x15]*[0xda][0xec][0xc7]a[0xd9]Z[[0xc5][0xf2][0xf6]#[0xb0][0xa2][0x17]V[0xba][0xe]C{/[0xb4][0xec][0x87][0x92][0x16][0xba]=[0x9f]n[0xfb](d[0xb1][0x9c]Vw[0x16][0xac][0x1a][0xd0]!^J[0xaf][0xb][0xca]q[0x13][0xd4][0xa2][0x1f][0xdc][0x18][0x84]Y[0xd8][\r][0xb3]1[0x0][0xf3]p[0xb3][0x19][0xe7]l[0x8a][0xe3][0x1][0xfa]![0xcd][0xc9]/NI[0xbe][0x8]l[0xe5][0x1d][0x12]|S[0x2]>[0xff][0x1e]4[0xa2]~[0x80]r[0xe1][0xae][0xaa][0xa5][0x8e]][0xdd][0x3][0x93]([0x84][0x95][0x1c]0[0xc5][0xba]f[0xad][0xad][0x8e]B[0xbd]`[0xcd]~[0x90][[0xf7]C[0x11]}[0xec][0xad][0x87]h[0xb6][0x4]c`[0x1c][0xed].[0xbe][0xd6][0xc0]:[0xed]:[0x15].4b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x14]k[0x84]b[0xdd][0x2]cp;[0x8c][0xc3][0xad]0[0x9e][0xae]5x9L[0xa2][0xeb]T[0xdc][0x6][0xd3][0xf0][0x8a][0x94][0xba][0xd6][0x9a]u[0xad][0xa5][0x9f][0xeb][0xdf][0xa6][0xc8][0xee][0xd2][0x84][0xc3]~[0x89][0x4][0x7][0x1b]$8D[0x9f][0xc3]| [0xc7],[0xf6]b[0xa3][0x17]K9[0xd6][0xa7]@[0xb2]Sl[0xb6][0xfe][0x1d][0xa5]7[0xf4][0x95])mP[0x9a]R[0x9][0x7][0x14][0x94],d[0xfe]C[0xa6][0xbd][0xd4][0xbd][0xd1][0xf4]8\4xo\[0x93]fo [0xfd]8[0xe7]YG[0xfe][0xf]PK[0x7][0x8][0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/slf4j/helpers/SubstituteLoggerFactory.class[0x95]Umo[0xdb]T[0x18]=7i[0xe2][0xd6]s[0xb2]&[0x1b][0xa5][0x83][0x1][0xe9][0x18][[0x92][0x86][0x99][0xb2][0x17]6[0xd2][0x15][0xba][0xd2][0xae][0x1d]I[0xcb]H[0xc9][0xd4]}s3[0x93][0xba][0xf5][0xe2][0xca][0xb1]+[0x95][0xff][0xc0][0x19][0x12][0xa5]*[0x95][0x10][0xdf][0x90][0xf8]M[0x8]q[0xae]m%N[0xda][0xb1][0xec]C[0xae][0xef]}[0xfc]<[0xe7]a[0xcb]1[0xd8][0x96][0xd3]i[0xf9][0xae][0xcb][0x97]z[0xcd][0xea][0xec][0x99]/[0x1e][0xd9]Nk[0x8f][0xd0][0x81]/#7Gv[0x9e][0x8f]%[0x13][0xd0][\r][0xa5]B[0xbf]ei[0xe][0x12]J[0xcf][l[0xcc][0x82]@[0xb2]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]-9/L[0xd9][0xe][0xab]c[0xae][0xfb]/[0xb7]Mw[0xd3][0xd8][0xb6]i[0xc9][0xd7][0x9c][0x96]a7[\r][0xd7][0x92][0xe7][0xc8]8[0xe6][0xed]Xl[0xde][0xec][0x8][0xd5][0xaf][0x18]-[0xcf]q[0xf]ec[0xdb][0xa6][0x17][0xda][0x4]n[0x14][0xcf][0xb6][0xb2][0x14]C[0x8b]:G[0xa6][0x8e][0xf1]2[0xc8][0xe2][0x8c];K[0xb0]#[0xb4][0xeb][0xa3]LA [0xd3][0xf0][0x8c][0xd6][0x1e][0xe7][0x18]TAA[0x9]d{9[0xad][0x93][0x87]%[0xe5][0x8b][0xa5]X[0xbf]kV[0xd7][0xab][0xca]l[0x87][0x8d][0xe7](![0x98]r[0xf][0x8e]P[0xf7][0xcf][0x89][0x1a]Q-[0x19][0xe2],[0xc7][0x4]S[0x19][0x80]z[0xa3]d[0x9a]o[0xe1][0xfe]V[0xa2]I[0xb5]l[0xd3]`[0xc3][0xd5][0x86][0xe3][0xbb]-s[0xc5][0x92]b[0xb8][0xfa][0x9a][0x91][0xdf][0x92])h[0xf8][0x8][0x5][\r]SxW [0xd7][0xcf]i[0xd5][0xe8][0xee]p[0x10][0x1a][0xa6]qE[0xa0]8j[0xb2][0x1a][0xae][0xe2][0x3][0x5]5[\r]u[0xac][0xb]\{s;%[0xff][0x86][0x86][0xef][0xf0]T[0xe0]R[0x9f]f[0xd1]u[0x8d]C9[0x12][\r][0xdf][0xa3]![0x9d]65[0xfc][0x80][0xa6][0x86]{([0x8][0x94]F[0xd6][0xb5][0xc0]d_[0x9][0x1b][0xdb][0xbb]f[0xcb][0x13][0x98][0xee][0x87][0xaf][\r]yg[0x6]>([0xbc]}[0x9c][0xf4][0xd0]u[0x8]Q[0xaa][0xa5][0xb3]&[0x81][0x9b][0xe7][0xdc][0x9b][0xd8][0xa8]C[0x1]<[0x97][0x17]:[0xb9][0xef]{R[0x83]gQF[0xa4]J[0xef][0x99][0x87][\r][0x99]\n@M4[0xf1][0xe5][0x95]b[0xcc][0xb4][0xe4][0xd8]6c[0xf8]u[0xad]J[0xe6][0xf4][0x81]a[0xfb][0xf2].M[0xf][0x4][0xc6][0xbc]0[0xc3][0xcf][0xfa]e[0x8][0xbc][0xc3][0xf]>[0xa4]8[0xb8]NJ-[0xd0][0xf6][0x1e][0xf7][0x9][0xbc][0xcf]3g[0xdd];[0x8][0x85]{j[0x89][0xeb][0xc]-MF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xb][0xe5]c[0x88]r[0xf2][0x8][0x89][0xf2])[0x92][[0xc7][0x18];B[0x8a][0xdb]4[0xb7][0xca][0x11][0xc6][0x9][0xa2][0xaf]q[0xcd]c[0x8c][0xeb],[0xd7]O1[0x1][0x9d][0xfc]s[0xf8][0x98][0x16]-[0xc4][0xc1]u|[0xc2][0xe7][0xc]n[0xe0]f[0xc4][0xf1]3RA~s[0xe5]_[0x91][0x9a]=[0xc1]D[0x2]B[0xad]W[0xfe]B[0xe1][0x14][0xea][0xd6],[0xcd][0xe3][0xfc]%[0x8e]q[0xa1][0x1e][0xb8]TN[0xa0]%[0xf1][0xac][0xf2][0x8a]A[0xc9][0x80]t[0x8a][0x10][0xc0][0x1d]dq[0x97][0x9][0xdc]#[0xe1][0x17][0xa4]~[0x10][0x10][0x17]B[0xf0][0x88]X[0xee][0x8a]([0x91]:[0xcb][0xb7]e&[0x9a]@[0x85][0xd6]q[0x88][0xa0]+LZ[0xe0][0x16]c[0x13]Aj[0xd5][0xa8][0xfc][0xdc])2[[0x92][0xfb][0x4]Y[0x81]c\|[0xd5][0xab]7[0x1d]8<[0x8c][0xd5][0x98][0x8b][0xa8][0xc2][0x8e]~F[0xdb][0xdc][0xff][0x1]N[0x9e][0xb][0xb8][0xf8]Z[0xc0][0xcf]i[0xbb][0xcd]ZC@[0x9d]'[0xe9][0x93][0x92]][0x1a][0x6]Y[0x8e][0x81][0xa4][0x6]@[0xee][0xd2]6[0xd5][0x9b][0xb2][0x4][0x93]>[0xe9]2[0xc7][0x9a][0xe8][0xcf]R[0xe5][0x13]Xc[0xec][0x93][0x18]R:B[0x12][0xf2][0x12]G[0x8]KQ[0x1a][0xb9][0xb0][0xa6][0x1c][0xff]|[0x99][0xcf]o[0xc8][0xf7][0xc1][0xb2][0xc1][0x1c][0xea][0x14][0xc5]:E[0xb7]qN}[0x82]S[0x93][0xde][0xf7][0xff][0x3]PK[0x7][0x8]`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/helpers/Util$1.classm[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x85][0xdf]h5m[0x15][0xec]J\[0xba]pm[0x10][0xbd][0x81]([0xb8][0x10][0x17][0xe2][0x1]b[0x1d][0xfb]CH$[0xa9][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][[0xdf]0o[0x18][0xf8][0xde]{[0x9e]/[0x0]K[0xc][0x4][0x84]@BH[0x8f][0xf6][0xee]r[0xde]V[0x9a][0x9][0xc9][0xa9][0xa9][0xf4][0xbc]V[0xf]E[0x18]mL[0xae][0xad][0xaf]L[0xb1][0xe7][0xa6][0xb4][0x17][0x81][0x94]0[0xb1][0xae][0x90]^_W[0xb5],Y[0xdf][0xd8]y[0xd9]Ff[0xb][0xc2]pg[0xc][0xbb][0xb5]V[0xde][0xb3]'dm[0x8b][0xd4][0xca][0x14][0xf2]p[0xae]9o[0x8][0xe3][0xff][0xe1]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x7]?u[0xc3] |[0x11]z[0xe1]F[0xe8][0x7][0x8f][0xc3][0xa6][0x81][0xa1][0x16][0xc8][0xe2]/PK[0x7][0x8][0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.class[0x95][0x91][0xcf]N[0x2]1[0x10][0xc6][0xbf].[0xb][0xb][0x88][0x82][0xa8][0xa8]([0xea][0xc1][0x3]pp[0xf1][0xcf][0xc5]@L[0xc][0x89][0x89][0x9]zA[0xb9]x[0xaa]X[0x97][0x92]u[0xd7]t[0x17][0x83]o[0xa5]'[0x13][0xf]>[0x80][0xf]e[0x9c].$[0x1a][0x5][0x13]{[0x98][0x99][0xce][0xfc]f[0xfa][0xb5]}[0xff]x}[0x3][0xb0][0x8f][0xad]4L[0xac][0xa6][0x11][0x1f][0x99][0xa2][0x85]u[0xb]%[0x86]DCz2h[0xf9][0xca][0xb1][0x3][0xf7][0xf6][0xa0]o[0xf7][0x84]{/T`_[0x86][0xd2][0xdd][0xfe]cH[0x9d][0x14]9"[0xfc]N0,[0x96]+W[0xad]>[0xe0][0xb6][0xcb]=[0xc7][0x8e][0x8a][0x4][0xa6][0xda][0xd2][0xf1]x8P[0xa4]oy[0x2][0xd2][0xa8][0x1e][0xd5]-l0[0x94][0xca][0xd3][0x94][0xec][0xd6][0xf5]S[0x18][0xc3][0x1a]Cq:[0xc3][0x90]n[0xfb][0x3][0xd5][0x15]'R[0xbf]EJ[0xa7]w[0xf4]a[0x19]$`e[0x90]E[0xce][0xc2]&[0xc3][0xde][0xff][0xef][0xcb][0xb0][0xfa][0xa5][0xfa]Wme[0x9a]$[0x86][0xc2][0xe4][0x12]j[0xf4][0xf9]q[0xe8][0x15][0x83][0xa1][0xe5][0x81]!I;[0x9b]<#[0x1f][0xaf][0xbe][0xc0]x[0xa6][0xc0]@[0x8a]l"J[0x1e]#M63[0x2]0[0x83]9[0xf2][0xa6][0xbe][0x16]Q?[0x9b]cO?[0x9a][0x9b][0x13][0x9a][0xe7]#&[0x9f][0xd3][0xcc][0xe2]X[0xc1]!yc<[0x84]MVP[0x18][0x1][0xe3]!:Z[0xa2][0x9c]n[[0x8e][0xf8][0x15][0xcc][0x92][0xcf]Sdb[0x8d][0x8e],bAc[0xb9][0xe4]'PK[0x7][0x8][0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/slf4j/helpers/Util.class[0x9d]V[W[0x1b][0xd7][0x15][0xfe][0xe][0xba][0x8c][0x18][0x6][0x83][0x5][0xc2][0xd8][0x18]GM[0xdd]D[0xa0][0x4]b[0xea][0xe6]b[0x88]S,c[0x9b]X`[0x82]d[0xd7]r[0xda][0xe0][0xb1]8[0x88][0xb1]G3[0xca][0xcc][0xc8]1I[0xda]\[0xdb]&[0xe9][0xed]9[0x8f][0xed][0x8b]_[0xf2]@[0x9d][0xb5][0xc0][0xab]^[0xcb]yk[0xd6][0xea][0x1f][0xc9][0xf][0xe8]kV[0xd2][0xef][0x8c][0x86][0x8b]A[0xce]j[0xbb]$[0xcd][0x9c][0xb3]g[0xef]o_[0xbe][0xbd][0xcf][0xe8]_[0xdf][0xfd][0xe3]![0x80][0x9f][0xe2]/:[0xb2][0xb8][0xa2][0xe1][0x17])\[0xd5][0xd1][0x81][0x8a][0x8e]kx][0xc3]/u[0x1c][0xc4][0xaf]RxC[0xc7][0x12][0xae]wrc[0xaa][0xcb][\r]%[0xae]jX[0xd6][0xd1][\r][0xa9]6+jU[0xd3][0xb0][0xaa][0xc3][0xc2]M[0xa5]}K[0x83][0x9d]B]G?*[0x9d]Dst[0xb8]h[0xa4][0xf0][0xa6][0xe][0xf][0xbe][0x86]@[0xc7][0x10][0xae][0xa4][0xd0]T[0xf7][0xdb][0xea][0xf2][0x96][0x86];[0x1a][0xd6][0x4][0x8c]Y[0xc7][0x91]^[0xc1]6}_[0xfa][0x2]C[0xe1][0xaa][0xe0]:[0x81][0xbc][0x13][0x94]d[0xb5][0xe9]Y[0xc1][0xda][0x9c][0xe9][0x98]5[0xe9][0x9][0xf4][0x96]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x17]g[0xcb][0x95][0xa5][0xb9][0xe9][0xf9][0xe9][0xf3]3[0x8b][0x2]'[0x8b][0xae]W[0x1b][0xf7][0xed][0x95][0x93]7[0xc7]W[0xa5][0xdd][0x90][0x9e]?~9[0xb0][0xec][0xe3]?[0x0]4)[0x90][0xdf][0x8b][0xb4]TX[0x9c][0x99].[0xcf]^[0x9a]_[0x9a].ru[0xb6][0xb2]4].[0xcf][0xcc]-[0x94]g[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]k[0x2][0xc9])[0xcb][0xb1][0x82][0xd3][0x2][0xb1][0xdc][0xc8][0x15][0x81]x[0xc1]][0x96][0x2]=E[0xcb][0x91][0xf3][0xcd][0xfa][\r][0xe9][0x95][0xcd][0x1b]6%[0xe9][0xa2][5[0xed]+[0xa6]g[0xa9]}$[0x8c][0x7][0xab][0x16][0xb3][0x1b]|L[0xb0][0xc]([0xe3][0x9b]+[0xf2][0xbc][0xc]Jk~ [0xeb][0xb][0x9e][0xcb][0x87][0x1][0xeb][0xf3]T[0xae]x[0xd3][0xbc]m[0x8e][0xdb][0xa6]S[0x1b]/[0x5][0x9e][0xe5][0xd4]&G[0xf6][0x8b][0x18][0xd6]-[0xb9][0xa6][0xbc][0xb7]y[0x94][0xf4][0xa4][0xdf][0xb4][0x3][0x81][0xee]R`Vo[0xcd][0x99][0x8d]0,[\r]o[0x93]u[0x81][0xa3][0x91][0xeb]3[0xae]kK[0xd3][0xd9][0x1b]A[0xa6]][0x4],H[0xe2][0xb6]i7U[0xc2]5[0xb9][0x9f][0xa9][0xe7]s#[0xff][0x1f]1[0x87]U0[0x5]O[0x9a][0x81][0xdc][0x7][0xda][0xe1][0xd7][0x5][0x86]wG[0x13]i[0xcc][0xdc][0xa9][0xca]F`[0xb9][0xe][0x1]z[0x18]N[0xc1][0xb4]m[0x86][0x19]z[0x12][0xe8][0xcb][0xed].X(Tz[0xfe]^[0xf8]D[0xe0][0x99]U[0x95][0xd0][0xeb]m[0xd4][0xbb][0x15][0x83][0xe1]f[0xde][0xac]SIX[0xfc][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x94][0xa9][0xd1][0xd3][0x93][0x9c]#[\r][0x5][0x81][0xce][0x92]Us[0xcc][0xa0][0xe9]Qs`|J5[0xe4][0xad][0xe1]z[0xe4]m[0xb4][\r][0x5][0xbb]$[0xe5]U[0xcf]}Ky[0x9d]T[0x9d][0x19][0xab][0xfb]5[0xc6]F[0xb3]L[[0x9d][0xc7]0J[0xcb][0xd4]T[0xd5][0x8e][0x9a]\/[0xb9]M[0xaf]*[0xcf]Y*[0x95]N[0xc5][0xdb][0x98]21[0x90][0xc3][0x88][0xc0][0x93];[0xe6][0xb3][0xb6]-k[0xa6]=[0xed][0xd5][0x9a]u[0xe9][0x4][0xdb]L[0x10][0xc2]i[0xda]v[0xd6]r[0x1a][0xcd]@[0x99]-jx[0xc7][0xc0][0xbb]x[0x8e]C[0xfe][0x3][0xc][0x1a][0x18]W*[0xf1][0xc0]k[0xaa][0x6]5[0xf0]k[0xbc]h[0xe0]8~b[0xe0])[0xab][0xde][0x1e]C[0xc3][0x7][0x6]>[0xc4]G[0x6]>[0xc6]o[0x5][0x9e][0xd8][0x97])G([0x90][0xbb][0xd2][0xbc]z[0xce]d[0x91][0x96][0xb3][0x81][0x9b]][0xb1][0x9c][0xe5],a[0xc7]B[0xd8][0xb1][0x8]vL[0xc1]R[0x9c][0xb5][0x2]?[0xcb]^[0xb1]%[0x97]N6X[0x95]Y_[0x8d][0xe3]dV[0xb5]V[0xd6]_u[0x9b][0xf6]r[0xd6]q[0x83][0xec][0xaa][0xd9]hHV[0xe2]w[0xf8][0xbd][0x86]O[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]t}[0x8b]a3[0xd0][0x93][0xdc]r~J[0xc3]g[0x6][0xfe][0xa0][0x18]9[0xb4][0x97][0xd0]3M[0xcb]^V][0xad][0x95][0x8a][0xe7]N[0xbe]z*k[0xe0][0x8f][0xf8][0x93][0x81]?[0xe3]#[0x9e][0xa3];[0xda][0x97]n[0xdc][0x94]U[0xf6][0xca][0xe0]cJz[0xe2][0x11][0xed][0x16][0xf6][0xa3][0xa2][0xf0][0xb8][0x10][0xe8][0xe2][0xdc][0xed][0x1c][0x1a][0xbd][0xf2][0xcd][0xa6]i[0xfb][0xb3]5[0xc7][0xf5]d[0xc1][0xf4][0xd9]E[0xc3][0xb9][0xc7][0x9d][0x8]'[0xc2][0xee][0xb][0x7]w[0x17][0x81][0x2][0xfd][0xb9][0x91]v[0xa3][0xd8][0xb3]G[0xc4][0x1c]i[0xda][0x1a][0xcb][0xfe]\[0xdb][0xc3]1[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "gO[0xeb][0xb7]r[0xf][0xf][0xb3][0x98][0xf4][0xbc][0xed][0x81][0xb1][0xdc][0xf1][0x5][0x1a][0x6]4[0x97]f[0x9d][0xe6]}m[0xc4][0xf4][0xda]P;[0xdb][0xd9]z[0xfe][0xe8][0x9c]1[0xce]FK[0x9b][0x1c][0x97]['K2$vY[0xe0][0xd9][0xff][0xea]T[0x8f]8d[0x0][0xa9][0xc0]m[0x89]p[0x82]/[0xe0],[0xdf][0xe3][0x1d][0xd0][0xd5]Tp[0xa5][0xab][0xc1][0xe0][0xbd][0x93]2N'x\[0x84][0xef]y[0x9e][0x1][0xbc]'F7![0xfe][0x1e][0x1a][0xe4]C[0xe5][0xe]^[0x8f]#N[0xd3]g[0xb8]2ZJx[0x16]c![0x4][0x87]/[0x2][0xf8][0x14]1~[0x80][0xa1][0xd1][0xaf][0xd1][0xfd][0x0][0x1d][0x95]tl[0x13][0xf1][0xaf]Dq[0xf4]>[0x12][0xc5][0xbb][0x88][0xcf][0xe5][0xd7][0xa9][0xda][0x8b][0xc][0x6][0x91][0xa4][0xaa][0x82]?[0x6][0x8d][0xd7][0x1c][0xe1]Gp[0x80][0x92]^[0x2]g[0x8]9H[0xf8][0xc3][0x8c]][0xb9][0x1c][0x8]C[0x18][0xe2]n[0x82][0xf7]^t1[0xd6][0x9]"[0x9d][0xe4][0xae][0x1f][0xb1][0x3][0xdf][0xab]L4[0xfc][0x8c]_[0x8][\r][0xcf][0xab][0xb0]^[0xc0][0x8b]QX[0xd7]i[0xad][0xec][0xd3][0xc]C+[0xe6][0xbf]F"[0xf6]E>[0x9d][0xda]@[0xe7][0x17][0x94][0xb6][0xa2]H[0xd3]?h[0x9d][0xa0][0xb1][0xb2][0xed][0xc2]K[0xbb]<[0xa7]#[0xcf][0x9][0xfe][0x8b]yi[0xdb]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][t)[0x9f][0xba]:$"o[0xd7][0xc2][0xf2][0x0][0xd9]{[0xd0][0xff][0x9][0x8d][0xd7][0xf5]{[0xe8][0xfa][0x1c][0x9][0xb1]~[0x1f][0xc6][0x97][0xd0][0xe3]_[0xa2]KI[0xb7][0xb][0xdc][0xaa][0xc0]EV[0xa4]H[0xa4]9[0xe6]7O[0x8f][0xb][0xac][0xc0]k8[0x8a][0xc5][0xd0]W[0x1c][0x1d][0xba][0xc6][0xa7]S[0xdb]~[0x16][0x19][0xb9][0xf2]d<@wEl[0xe2][0xc0][0xfa]E[0xb1][0x1e]JR[0xcc]`[0xab][0xba][0x7]BB[0xae]RR[0x81][0xfa][0xd3][0xb6]E[0xa0]"[0xf5]e[0x9c][0xe6]N[0xa1]'[0xf9]^[0xd2][0xc2][0xcc]_[0xc1][0xcf][0xf9]D[0xe1][0xff][0x9b][0x96][0xaa]&[0xaf][0xdd]G[0xcf]E[0x12][0xca][0xf8]G7[0xd0][L[0x1f][0xdc]@z.vz8[0xff][0xf0]o8[0xfc]L~x[0x82][0xfb][\r][0xf4]}[0x8e][0xe4]]t~[0x1c][0x13]w[0xbf][0xff]&|[0xd6]5[0x9c][0xb8][0x9e][0xf8]W[0xd5][0x9][0xfd][0x95]tf[0x13][0x3]_[0xe5])[0x9a]X[0xf][0xd3]Q[0xc1]M0[0x14]`[0x99];[0xc9][0xa0]W[0x18]T[\r]=X%[0xfd]6[0x86]Qg[0x18][0xe][0x9b][0xc1]&[0xd9][0x1e][0xa6][0xe1][0xb3]D[0xb7][0xc3][0x4]Fi[0x11]g[0xa1][0xa6][0xc3]f[0xee][0xc1][0x19]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L*[0xc3][0xf2][0x9c]%j[0x7][0xe][0x91][0x90][0x19][0x9c]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xa3][0x84][Z[0x17]"[0xea][0x6][0x90][0xfc][0x16],[0xe8][0xec]w04[0xbc]J[0xe]E&[0xd1][0xdd]I[0xf][0x8a][0x94]"[0x1b]o[0x8e]$[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8e][0xda][0xa7][0xff][0x1e][0xe][0xb1][0x2][0x83][0xbc][0xa5][0xf][0xf3][0x9e][0xdf][0xc0][0x91][0x9d])i5[0xd0][0xdb][0xa4][0xf2][0x1d][0xfa]z[0x17]}|[0xb][0xed]4P?.[0x85][\r][0xa4]V[0xb][0xa4]U[0x84][0x1e][0x16]#[0xf][0x17]"*[0x8f][0x10][0xfa][0x1][0x86]*[0x9b]8[0x9a][0x1e][0xde][0xc0]1z;[0xb6][0x81]'[0xe8]k[0xef]4[0xbe]O[0xfb][0xf]vM[0xe3][0x91][0x8]?[0x85][0xd2][0xf6]8[0xf]G[0x8d][0x98][0x88][0xb1][0xe1][0x14][0x80][0x8][0x1][0x92][0xa1][0xf8][0x2]a[0xca]![0xe8]e<[0x19][0x86][0xdf][0x81][0x1f])[0xed][0xde][0x14]{[0xfc] ~[0x8c]#[0xff][0x1]PK[0x7][0x8]hi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/slf4j/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/impl/StaticLoggerBinder.class[0x8d]Rao[0xd2]P[0x14]=[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xda]m[0x88][0x9b]c[0x13][0x9d][0x88]S`[0xda]j[0x9c][0xc6]Eb[0xe2]6[0xa6]$[\r][0xd3][0x15]I[0xfc][0xb4][0x94][0xae][0xd6][0x92][0xd2][0x92][0xd2][0x19][0xfd]W[0x9b][0xa8]K\[0xe2][0xf][0xf0]G[0x19][0xef][0x83][0x86][0xc1]f[0xa2][0xfd]po[0xdf][0xed]=[0xf7][0x9c]s[0xfb]~[0xfd][0xfe][0xf1][0x13][0xc0]#<[0x90] [0xa3]([0xe2][0xb6][0x84][0x18][0x8a]i[0x88]X[0xe5][0xe1][0xe][0xf]wE[0x94]$[0xca]E[0x9]eTRX[0xe3][0xc5]{"[0xee]3[0xa4][0xf5]z[0xe3][0xa5]Vk[0xee]6[0x18][0x8a][0x9a][0x1f][0xd8]j[0xdf]}[0xbf][0xde]Q[0x9d]n[0xcf]U[0xf5][0xd0][0x8][0x1d]S[0xf3]m[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0x1d][0xef][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]1,[0xb8][0xc3][0xf3][0x8e]a[0x86]~[0xf0]y[0xcb]5[0xfa]}=[0xc][0x18][0xb2]Z[0xc7][0xf8]h[0xa8][0xae][0xe1][0xd9][0x4][0xc][0x1c][0xcf][0xa6][0xe6][0x99][0xa9]f[0x86][0xe5][0x9][0x8a][0xba]6[0xf9][0x8d]O[0xde][0xab][0xbd]y[[0xd3][0x9b][0xb5][0xed][0xfd][0x17][0xaf][0xeb][0xfb][0xad][0xda][0x9e]^[0xe7][0xba][0x92]U[0xc7]s[0xc2][0xe7][0xc][0xf1]R[0xb9][0xc5] l[0xf9][0x7][0x16][0xc3][0x9c][0xe6]xV[0xe3][0xb0][0xdb][0xb6][0x82][0xa6][0xd1]v-[0xae][0xc0]7[\r][0xb7]e[0x4][0xe]?GE![0xfc][0xe0][0xf4][0x19]d[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xd2][0xe4]Z[0xa1][0xef]1[0xac][0x96][0xca][0xff]e6C0m[0xda]B~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0xc1]D[0xee]<[0xe2]lC[0xf3][0x84][0xfc][0xcb][0x8e]RU[0xd3][0x8d][0xc]J[0xba][0x18][0x98][0xd6][0x8e][0xc3][0x95]/^T[0xa4]p[0xb8][0x8c]y,0(\[0x84][0xdf][0xeb][0x93][0x88][0x9e][0xf1]I[0xe5][0x8b][0xa6]y[0x91],[0x9d][0xc7])[0x19]2.#+c[0x6][0xb3]2[0xe6][0x90]a([0xfc][0xd3][0xbf][0x8]E[0x86][0x8a][0x15][0xfa][0x3][0xf][0x95]'[0xca][0xc6][0x86][0x8c]+[0x1c][0x99]93[0xb1][0xdb][0xee]XfH?[0xe3][0xac]4[0xf4][0xcb] [0xd2][0x1e][0x1a]F[0xd7]B[0x81][0xee][0x9a]LWT[0xc0][0x12]g[0xa7][0xb7]e.[0x80]r[0x96]K[0xa2][0x9c][0xe6]c)'[0xe8][0xe6][0x92]50\[0xa5][0xd3]&[0xe2][0xf4][0x6]d*'`[0x95]S[0xc4][0xde][0x9d] [0xfe][\r][0xc2]1[0xd5]bX[0xa4]8K[0x1d][0xfc][0xea][0xb]X[0xa7][0x89][0x8f][0x91][0xa3][0x93]<[0xc2][0x10][0x17]gZ"[0xae]k[0xd1][0xbc][0xfc][0xf0][0xb][0xe9][0xf8][0x82][0xc4][0x11]e6[0x9c][0x91][0x1c]V[0xb7])[0xe6]q=[0xea]T)[0xf3]j[0xa2][0xf2][0x15][0xc2][0xd1][0x98]n[0xd4][0xfa]j[0x82]&[0x11][0xd1]0[0xdc][0xc0]J[0x4]V"0[0xd1]$[0xcf]c[0xb5][0x9][0xac][0x10]aS[0xb8]9[0xb6][0xfc][0x94][0xba][0xf9][0x93];[0x85]HnS[0x3]$[0xb2][0xb1][0xef]H[0xf][0x90][0xcc]J[0x3]\:[0x1e][0xcb][0x1e]Y/C[0xc2][0x1a][0xad][0xb0]J[0xd5][0xc2][0x90][0xeb][0xd6][0x1f]PK[0x7][0x8][0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/impl/StaticMDCBinder.class[0x85]Rk[0xd3]P[0x14]=[0xaf]M[0x9b]6[0xc6]m[0xd6]N[0xdd][0xec]f7[0xb5][0x1b],[0xa0]C[0x14][0xab][0xa8][0x9d][0x8a]P[0xbb]?2[0x6][0xfe][0xf9][0x9a]>[0xe3]+iR[0x92]L[0xfc]X[0x9b][0x5][0x7][0xe][0xfc][0x0]~([0xf1][0xbe][0xd7][0xd0][0xce]:[0x94][0xc0][0xbd][0xef][0xdd][0x9c]s[0xcf][0xb9][0x97][0xf7][0xf3][0xd7][0xf7][0x1f][0x0][0x1e]b[0xdb][0x82][0x85]z[0x19][0x5]l[0xa8][0xb0][0xa9][0xc2]m[0x13]w,[0xca]u[0x13]w-[0xdc][0xc3]}[0xb][0xa6][0xba]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0x18][0xca][0xee][0xbb][0xee][0xdb][0xce][0xeb][0x83][0xfd].C[0xbd][0x13][0xc5][0xbe][0x93][0x4][0x1f]w[0x7][0x8e][0x1c][0x8e][0x2][0xc7]My*[0xbd][0xf7]{[0xed]W2[0xec][0x8b][0xf8])Ce[0xd8][0xf7]^[0xf6][0xf9]([0x15]q;[0xe0]I[0xe2][0xa6]1[0x15];[0x3][0xfe][0x99];[0x1][0xf]}[0xa2][0xc4]2[0xf4][0x9]i[0xcd][0x90][0xc][0xab][0xe7]:'#[0xe9]P[0xcb][0xec][0x1f]![0x8b]-[0x19][0xca][0xf4]9C[0xbe][0xd1][0xef][0xba]B)[0xf9]6w[0xf][0xb8]tT[0x1d]7[0xb5][0xf0][0xc8][0x9][0x18][0xcc][0x9e][0x8];[0xa4][0xed][0x8a][0xd0][0xf7][0x18]6*[0xd5][0xff][0x1a][0xaa]@[0xb4]V[0xd2][0xea]J[0x82]z[0xc5][0xec][0xf2]e[0xc6][0xe4]%[0x16][0x88][0xf9][0x97][0xb7][0xc8][0xd5]m7[0x1e][0xd0][0xe8][0xf8][0xc7][0xd2][0x16];[0x8e]r[0xbe]t[0xd5][0xd1][0xa6][0xa2][0x9b](b[0x9e]a}b[0xe2]H[0xb8]C![0x3][0xab][0xc1][0x83]?[0xf8]X[0xdc]D[0x1][0xd7]M[0x98][0x98]11[0x8b]9[0x86][0xf2]?[0xa7][0xd6][0xf1][0xd0][0xc4]#[0xac][0xd2][0xf0][0x13][0xb3]{[0xdd][0xbe][0xb0][0xc3][0x4]=[0x18]:VBkD[0xa7][0x1f]3[0xa1]E[0xb3]3[0xe8][0xf4]&m>[0x10]([0xd3][0x9e][0x19]`[0xb8][0x86]4n*W[0xb4][0x9d]%e[0x8c]rQY[0xa5][0x9c][0xa1][0x15][0xa5][0x1][0x9][0xb5]@U[0x83][0x90][0x8c]r[0xa1]v[0xe]V[0xbb]@[0xea][0xdd]9[0xd2]_[0xa1][0x9d]R/[0x85]E[0x8a][0xb3][0x84][0x0][0x9e]C[0xc3]3[0xba][0xe7][0x5]nPe[0x8e]8X[0x8a][0x14][0xf2]X&[0xb5][0xd1]}+[0xd1][0x9][0xa0]}F[0xe6][0x84]2[0x8b][0xee][0xc8]F[0xdd]:[0xc5][0x12]n[0xc5]H[0x8b][0xb2][0xea]fj_[0xa0][0x9d][0x8c][0xe5]F[0xd0][0xd7]S2[0x99]X[0x86]V[0x3][0xab]1y3&[0x93]L[0xf6]2[0xb7]9[0xc5][0xd5]bn[0xe][0xb7][0xc7]#[[0x84]V[0xdf][0xfc][0x5]t[0x9a]6w[0x86]L1[0xf5][\r][0xf9]3dO[0xc7][0x8e][0x8d][0x8][0xf4][0x84][0xf2][0x16]u[0xee]D[0x12]w[0x3]PK[0x7][0x8][0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/slf4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LocationAwareLogger.classm[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff]C[0x91][0x2][0x8a]W[0xbc]mL[0xdc][0xe1][0xc6].t[0xd7]U[0xc5]b[0x9a][0xd4][0x92][0x14][0xc4][0x85][0xb]3[0x90][0xb1][0xb6]6[0x1d]3-[0xf2]n.|[0x0][0x1f][0xca]x[0xc0][0x10][0x1a]u1[0x93]|_[0xfe]?g.[0x9f]_[0xef][0x1f][0x0].ph[0xa2]mb[0xdf][0xc4][0x1][0xa1]1[0xc][0x9d][0xae][0xfb][0xe8][0x5]C[0x2]y[0x84]VWey![0xb2]b$[0xd2][0xa9]48[0xf][0xe]][0xbb]Ww7[0xf3][0xd0]\4[0x9]u/[0xe8][0xf5][0x97][0xdc]f[0xbe]w[0xc2]`[0xc9]'\p[0xc3][0xb0][0x1f].E[0x87]`[0xa4]*"[0x8c];[0xbe][0xd2][0x91][0x95][0xa7]O[0x97][0x89]u+[0xf4][0x8b][0xd4][0xb6][0x9f][0x88]7a[0xa5]"[0x8b][0xac]A[0xa1][0xe3],[0xb2][0xbd][0xbf][0xea][0xa1][0xa4][0xfa][0xe3]DN[0x8a]ro[0xf8][0xac][0xd5]L[0x8c]Si[0x9f][0x8d][0x8][0xcd][0x81][0x9a][0xea][0x89][0xec][0xc5][0xa9]$[0x1c][0xf9]j"[0x8a]Xe[0xce]Lh[0xe9][0xab]([0x92][0xfa]|[0xde]$[0x9c][0xae][0x8e][0x92][0xbf][0xc6][0xd6]?A[0xc2][0xf6][0xef][0xb1][0xac]V[0xb5][0x9f]T[0x8d][0x1f][0xe][0x15]^[0x6][0xd6]p[0x8c]*[0xef][0x84][0x1a]_[0xbb][0x2][0x93][0xb9]^[0xe2][0x6]s[0xb3][0xc4][0xeb][0xcc][0x1b]%n1o[0x96]x[0xb]T[0xe5][0x89][0xd8]Y[0xfc][0xc2][0xee][0xc2][0xed]}[0x3]PK[0x7][0x8][0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LoggerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/spi/MDCAdapter.class[0x9d][0x90][0xcf]J[0xc3]@[0x10][0xc6][0xbf][0xad]mb[0xab][0xb5][0xff][0xac][0xf8][0x4][0x9a]^[0xdc][0x83][0x5][0x5]E[0x90][0x88]'K[0xf][0x1][0xef]k[0xdc][0x86][0x84]5[0x9][0x9b]M[0xd1]W[0xf3][0xe0][0x3][0xf4][0xa1][0x8a][0xb3]A[0xc][0xb4]=[0x88]{[0xf9]ff[0xbf][0xf9][0xcd][0xec][0xae][0xd6][0x9f]_[0x0].q[0xe2][0xe2][0xd8][0xc5][0x98]a//[\r][0xc3][0xb9][0xf7][0x94][0x88][0xa5][0xe0]J[0xa4][0x11][0xf][0x8c][0x8e][0xd3][0xe8]f[0xbb]2y&$[0xc9][0xb6][0xc3]?[0xd9].18Z[0xbe]eK[0xc9]0[0xde][0xd5]A[0xbc]V[0xa8][0xa4][0xd0][0xc4][0xf5]l6"[0xba][0x9f][0xe5][0x1f][0xf3][0x85][0x9f][0xa5]F[0xbe][0x9b][0x99][0xc8][0x19][0x6][0xde][0xf][0xbb]4[0xb1][0xe2]T"p;[0x88][0xa3]T[0x98]R[0x13][0xfb]j[0xf3][0xfe][0xf6]/[0xaf][0xb9]#J[0xb7][0xb0][0xf3][0xea]ICoc[0x90]][0xea][0xda][0xfb][0x17][0xdd][0xb6]v[0x82][0xac][0xd4][0xa1]|[0x8c][0x15][0xad][0xd9][0x9b]=[0xf8][0xf7][0xaf]"7R_X?[0xc3]i[0xa6]#^[0xa8][0xc5]4[0xe1]E[0x1e][0xf3][0xfa][0x9e][0xa1]_[0x13][0xe7]/[0x89][0xc][0x8d][0xc3][0xc0][0xd0][0x80]=N[0x93][0xfe][0xb]M[0x80][0xb4][0x5][0xa7]R[0x17][0xfb][0x95][0xb6][0xd1][0xa9][0xf4][0x0][0x87][0xe4][0xef][0x92][0xbb][0x81]#[0xca]{[0xe8][0xff][0xe6][0x3][0x8a][0x86]U4[0xfa][0x6]PK[0x7][0x8]6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/MarkerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0xdf][0xc4][0xa2][0xec][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]Nt[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0x5][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]r[0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/apache/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xb][0x0][0x0]org/apache/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb][0x0][0x0]org/apache/avalon/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xb][0x0][0x0]org/apache/avalon/framework/logger/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xe][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0xf][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0x10][0x0][0x0]org/apache/avalon/framework/logger/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x12][0x0][0x0]org/apache/commons/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x12][0x0][0x0]org/apache/commons/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x12][0x0][0x0]org/apache/commons/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nt{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x14][0x0][0x0]org/apache/commons/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y[0x17][0x0][0x0]org/apache/commons/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x1f][0x0][0x0]org/apache/common" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s/logging/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Na[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1f][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`"[0x0][0x0]org/apache/commons/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]"[0x0][0x0]org/apache/commons/logging/internal/JclLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*([0x0][0x0]org/apache/juli/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j([0x0][0x0]org/apache/juli/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2]([0x0][0x0]org/apache/juli/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]*[0x0][0x0]org/apache/juli/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nw}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d],[0x0][0x0]org/apache/juli/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]5[0x0][0x0]org/apache/juli/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NPvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]5[0x0][0x0]org/apache/juli/logging/internal/JuliLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf]:[0x0][0x0]org/apache/log4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0]org/apache/log4j/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2]B[0x0][0x0]org/apache/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9d]U[0x9e][0xbf]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xaa][0x1c][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]I[0x0][0x0]org/apache/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#o[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]jv[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vy[0x0][0x0]org/apache/logging/log4j/EventLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xdb]U[0xba]T[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf9][0x18][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99]|[0x0][0x0]org/apache/logging/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x87][0x0][0x0]org/apache/logging/log4j/LogManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8][0x92][0x0][0x0]org/apache/logging/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x9c][0x0][0x0]org/apache/logging/log4j/LoggingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x9e][0x0][0x0]org/apache/logging/log4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xac][0x0][0x0]org/apache/logging/log4j/MarkerManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb1][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd7][0x86]\[0xfa]v[0x1][0x0][0x0][0xd8][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xb2][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xb4][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0xb6][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]9p[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]N[0x19][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xbc][0x0][0x0]org/apache/logging/log4j/ThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc6][0x0][0x0]org/apache/logging/log4j/message/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NF[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0xc7][0x0][0x0]org/apache/logging/log4j/message/AbstractMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xcc][0x0][0x0]org/apache/logging/log4j/message" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/AsynchronouslyFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0xcd][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]T[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xd4][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]S[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xd9][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0xdd][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xe2][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe6][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0xf0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xf1][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xf2][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xba][0xf3][0x9a]K[0x2][0x4][0x0][0x0][0xad][0x10][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfd][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x2][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0xe][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x11][0x1][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x12][0x1][0x0]org/apache/logging/log4j/message/MapMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x14][0x1][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa8][0xab][0xe])1[\r][0x0][0x0][0xfd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x18][0x1][0x0]org/apache/logging/log4j/message/MapMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xac][0x8c]PH[0xdf][0x0][0x0][0x0]F[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]%[0x1][0x0]org/apache/logging/log4j/message/Message.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]'[0x1][0x0]org/apache/logging/log4j/message/MessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N`JZn[0x12][0x1][0x0][0x0][0xdb][0x7][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]([0x1][0x0]org/apache/logging/log4j/message/MessageFactory2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90])[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NH9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_2[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]6[0x1][0x0]org/apache/logging/log4j/message/MultiformatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]7[0x1][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3=[0x1][0x0]org/apache/logging/log4j/message/ObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*C[0x1][0x0]org/apache/logging/log4j/message/ParameterFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xcf][0xe5][0x9c]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf][0x17][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x95]v"[0xc]@[0x4][0x0][0x0][0x1b][0x11][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]cf[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0][[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]k[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory$StatusMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Np[0xf9]t$[0xa8][0x2][0x0][0x0][0xd0][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97]m[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N~[0x1f][0x4]x/[0x1][0x0][0x0]#[0x2][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]p[0x1][0x0]org/apache/logging/log4j/message/ReusableMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NO[0x80][0xe1]l[0xd4][0x7][0x0][0x0][0xc5]![0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mr[0x1][0x0]org/apache/logging/log4j/message/ReusableMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbc]lQq[0xc1][0x5][0x0][0x0]a[\r][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c]z[0x1][0x0]org/apache/logging/log4j/message/ReusableObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe3][0x99]5[0xcc][0xb][\r][0x0][0x0][0xc2]$[0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x80][0x1][0x0]org/apache/logging/log4j/message/ReusableParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x8e][0x1][0x0]org/apache/logging/log4j/message/ReusableSimpleMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb1][0xc0][0x1f][0xf][0x8f][0x5][0x0][0x0]x[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x93][0x1][0x0]org/apache/logging/log4j/message/SimpleMessage.classPK" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x98][0x1][0x0]org/apache/logging/log4j/message/SimpleMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x9c][0x1][0x0]org/apache/logging/log4j/message/StringFormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa5][0x1][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xaa][0x1][0x0]org/apache/logging/log4j/message/StructuredDataId.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb3][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xb5][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0xc4][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0xc5][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xc9][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcd][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xd0][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98][0xd1][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xda][0x1][0x0]org/apache/logging/log4j/message/ThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]?[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWrite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88]'[0xc5][0xb6]C[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s@[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/C[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]dO[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ZR[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NOQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]^[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N*I[0x8f]yc[0x2][0x0][0x0][0x12][0x1a][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ck[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%n[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLoggerWrapper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]st[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].w[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x82][0x2][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x83][0x2][0x0]org/apache/logging/log4j/spi/LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x85][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NJ[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x86][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextKey.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x89][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x8c][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x8e][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegist" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ry$WeakMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x91][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nr[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x99][0x2][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NZ[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x9e][0x2][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0xa9][0x2][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0xab][0x2][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xad][0x2][0x0]org/apache/logging/log4j/spi/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xb5][0x2][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xb6][0x2][0x0]org/apache/logging/log4j/spi/StandardLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa4][0xbb][0x2][0x0]org/apache/logging/log4j/spi/Terminable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xbc][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xbe][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbf][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xc6][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0xc7][0x2][0x0]org/apache/logging/log4j/status/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xc8][0x2][0x0]org/apache/logging/log4j/status/StatusConsoleListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xcd][0x2][0x0]org/apache/logging/log4j/status/StatusData.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd3][0x2][0x0]org/apache/logging/log4j/status/StatusListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0xd4][0x2][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x2][0x0]org/apache/logging/log4j/status/StatusLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5][0xe8][0x2][0x0]org/apache/logging/log4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NX[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xe8][0x2][0x0]org/apache/logging/log4j/util/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0xf2][0x2][0x0]org/apache/logging/log4j/util/BiConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce][0xa3][0xce]M5[0x2][0x0][0x0]F[0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xf3][0x2][0x0]org/apache/logging/log4j/util/Chars.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xf6][0x2][0x0]org/apache/logging/log4j/util/Constants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfa][0x2][0x0]org/apache/logging/log4j/util/EnglishEnums.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xfd][0x2][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xfe][0x2][0x0]org/apache/logging/log4j/util/IndexedStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}[0xaf][0x4]Xf[0x3][0x0][0x0][0x94][0x9][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xff][0x2][0x0]org/apache/logging/log4j/util/LambdaUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NQG[0xca][0xd8][0xa9][0x0][0x0][0x0][0xee][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0x3][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce]\[0xd0][0xcb][0x9a][0x2][0x0][0x0][0x9c][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x4][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0xea]F[0xae][0xb1][0x2][0x0][0x0]B[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x[0x7][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$UrlResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x0]org/apache/logging/log4j/util/LoaderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x17][0x3][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Nw[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x1a][0x3][0x0]org/apache/logging/log4j/util/MessageSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x1b][0x3][0x0]org/apache/logging/log4j/util/PerformanceSensitive.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nh'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x1d][0x3][0x0]org/apache/logging/log4j/util/PropertiesUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]*[0x3][0x0]org/apache/logging/log4j/util/ProviderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]14[0x3][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]6[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7]9[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]I[0x3][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]TL[0x3][0x0]org/apache/logging" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/log4j/util/SortedArrayStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NJkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8]c[0x3][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]d[0x3][0x0]org/apache/logging/log4j/util/StringBuilders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NDM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ik[0x3][0x0]org/apache/logging/log4j/util/StringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]l[0x3][0x0]org/apache/logging/log4j/util/Strings.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Ni[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r]s[0x3][0x0]org/apache/logging/log4j/util/Supplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N5[0xa6][0x0][0x1b][0xbe][0x0][0x0][0x0]P[0x1][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]t[0x3][0x0]org/apache/logging/log4j/util/TriConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NAX[0xff]&[0xa5][0x0][0x0][0x0][0xdf][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],u[0x3][0x0]org/apache/logging/log4j/util/Unbox$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*v[0x3][0x0]org/apache/logging/log4j/util/Unbox$State.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"y[0x3][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"q[0xcf]7U[0x7][0x0][0x0]G[0x11][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=}[0x3][0x0]org/apache/logging/log4j/util/Unbox.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x84][0x3][0x0]org/jboss/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x85][0x3][0x0]org/jboss/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]e[0x85][0x3][0x0]org/jboss/logging/BasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x3][0x0]org/jboss/logging/DelegatingBasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NS[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x9e][0x3][0x0]org/jboss/logging/Log4j2Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa1][0x3][0x0]org/jboss/logging/Log4j2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xa7][0x3][0x0]org/jboss/logging/Log4j2LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2][0xcf]g[0xbd][0xea][0x6][0x0][0x0][0xf5][0xe][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xac][0x3][0x0]org/jboss/logging/Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[[0xdd]ys[0xa1][0x2][0x0][0x0][0xf6][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xb3][0x3][0x0]org/jboss/logging/Logger$Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0xb6][0x3][0x0]org/jboss/logging/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xae][0xe4][0xe9][0xfe]T[0x1][0x0][0x0][0xb1][0x2][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0xd3][0x3][0x0]org/jboss/logging/LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]T[0xf9][0xdd]+[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xd5][0x3][0x0]org/jboss/logging/LoggerProviders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0x82][0xd1][0xd6])[0x2][0x0][0x0]q[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xd6][0x3][0x0]org/jboss/logging/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xd9][0x3][0x0]org/jboss/logging/Messages$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xdf][0x3][0x0]org/jboss/logging/Messages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe3][0x3][0x0]org/jboss/logging/NDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xe5][0x3][0x0]org/knopflerfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0xe6][0x3][0x0]org/knopflerfish/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xe6][0x3][0x0]org/knopflerfish/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xe6][0x3][0x0]org/knopflerfish/service/log/LogConfig.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xe8][0x3][0x0]org/knopflerfish/service/log/LogRef.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xf5][0x3][0x0]org/knopflerfish/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf6][0x3][0x0]org/knopflerfish/service/log/LogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xfa][0x3][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0xfa][0x3][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xfa][0x3][0x0]org/ops4j/pax/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xfb][0x3][0x0]org/ops4j/pax/logging/EventAdminPoster.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xfc][0x3][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xff][0x3][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0x91][0x4]<[0xc][0x2][0x0][0x0][0x91][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x6][0x4][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x7]Kf|[0x4][0x0][0x0]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x9][0x4][0x0]org/ops4j/pax/logging/PaxContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xe][0x4][0x0]org/ops4j/pax/logging/PaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x10][0x4][0x0]org/ops4j/pax/logging/PaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0x11][0x4][0x0]org/ops4j/pax/logging/PaxLoggingService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x13][0x4][0x0]org/ops4j/pax/logging/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]T[0xf]Rj[0x5][0x0][0x0][0xed][0xb][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0x13][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x19][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x1e][0x4][0x0]org/ops4j/pax/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x1e][0x4][0x0]or" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g/ops4j/pax/logging/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd8][0xa4]K[0x83]1[0x3][0x0][0x0]'[0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]p$[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]([0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R+[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B3[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x8e]b[0xf6]+u[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee]4[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NS-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]8[0x4][0x0]org/ops4j/pax/logging/internal/DefaultServiceLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]?[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]B[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5E[0x4][0x0]org/ops4j/pax/logging/internal/TrackingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]J[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]K[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd]X[0x4][0x0]org/ops4j/pax/logging/log4jv2/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+Y[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]`[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>f[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf]h[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1]l[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NIab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]o[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?r[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe]x[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x92][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe4][0xef]J[0xc4]6[0x4][0x0][0x0]}[0x9][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x98][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PaxAppender.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0x9d][0x4][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x9e][0x4][0x0]org/ops4j/pax/logging/spi/PaxFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xa0][0x4][0x0]org/ops4j/pax/logging/spi/PaxLayout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa1][0x4][0x0]org/ops4j/pax/logging/spi/PaxLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa2][0x4][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xa3][0x4][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xa5][0x4][0x0]org/osgi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa5][0x4][0x0]org/osgi/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0xa5][0x4][0x0]org/osgi/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0xa5][0x4][0x0]org/osgi/service/log/LogEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xa7][0x4][0x0]org/osgi/service/log/LogListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0xa8][0x4][0x0]org/osgi/service/log/LogReaderService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0xa9][0x4][0x0]org/osgi/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A(h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0xaa][0x4][0x0]org/osgi/service/log/package-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xab][0x4][0x0]org/osgi/service/log/packageinfoPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xab][0x4][0x0]org/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xab][0x4][0x0]org/slf4j/ILoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0xac][0x4][0x0]org/slf4j/IMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xad][0x4][0x0]org/slf4j/Logger.class" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xaf][0x4][0x0]org/slf4j/LoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xc8][0x4][0x0]org/slf4j/MDC$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xc9][0x4][0x0]org/slf4j/MDC$MDCCloseable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcb][0x4][0x0]org/slf4j/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xd2][0x4][0x0]org/slf4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xd4][0x4][0x0]org/slf4j/MarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd7][0x4][0x0]org/slf4j/event/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd8][0x4][0x0]org/slf4j/event/EventConstants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd9][0x4][0x0]org/slf4j/event/EventRecodingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xe3][0x4][0x0]org/slf4j/event/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0xe6][0x4][0x0]org/slf4j/event/LoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8e]0[0x1e]!k[0x3][0x0][0x0]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xe8][0x4][0x0]org/slf4j/event/SubstituteLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xeb][0x4][0x0]org/slf4j/helpers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc3][0x91][0xa1][0x9a];[0x2][0x0][0x0][0xea][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xec][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N\&[0x93][0xc][0x9b][0x4][0x0][0x0][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xee][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xf3][0x4][0x0]org/slf4j/helpers/BasicMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0xf3][0xbc][0xf7]=[0x3][0x0][0x0][0x99][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xfa][0x4][0x0]org/slf4j/helpers/BasicMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xfe][0x4][0x0]org/slf4j/helpers/FormattingTuple.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbd][0x0][0x5][0x0]org/slf4j/helpers/MarkerIgnoringBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x6][0x5][0x0]org/slf4j/helpers/MessageFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nj[0xee][0xc5][0x97]X[0x3][0x0][0x0][0xc3][0xc][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8][0x13][0x5][0x0]org/slf4j/helpers/NOPLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf1][0xc1]*)M[0x1][0x0][0x0]H[0x2][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o[0x17][0x5][0x0]org/slf4j/helpers/NOPLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x5][0x0]org/slf4j/helpers/NOPMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1b][0x5][0x0]org/slf4j/helpers/NOPMakerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb4](v[0x81][0xd2][0x1][0x0][0x0]7[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0x1d][0x5][0x0]org/slf4j/helpers/NamedLoggerBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0x1f][0x5][0x0]org/slf4j/helpers/SubstituteLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=,[0x5][0x0]org/slf4j/helpers/SubstituteLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O0[0x5][0x0]org/slf4j/helpers/Util$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]91[0x5][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nhi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]3[0x5][0x0]org/slf4j/helpers/Util.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]9[0x5][0x0]org/slf4j/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3]9[0x5][0x0]org/slf4j/impl/StaticLoggerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xef][0xc0][0xe7][0xcd][0xfe][0x1][0x0][0x0][0xae][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84]<[0x5][0x0]org/slf4j/impl/StaticMDCBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4]>[0x5][0x0]org/slf4j/impl/StaticMarkerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>A[0x5][0x0]org/slf4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|A[0x5][0x0]org/slf4j/spi/LocationAwareLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7]B[0x5][0x0]org/slf4j/spi/LoggerFactoryBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe5]C[0x5][0x0]org/slf4j/spi/MDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?E[0x5][0x0]org/slf4j/spi/MarkerFactoryBinder.classPK[0x5][0x6][0x0][0x0][0x0][0x0]B[0x1]B[0x1]"s[0x0][0x0]=F[0x5][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1e2309dfad5e511bd5e3485038f64f9e8c6ca783" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55376<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 107979[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x96]Ms[0xda]0[0x10][0x86][0xef][0xcc][0xf0][0x1f][0xd4][0x1c]:[0xa1][0x13][0xb][0xcc]G[0x93][0xc0]pHR[0xe][0xc9]@[0xc2][0x84]6[0x97][0x1e]:[0xc2]^[0x13][0xa5][0xb2][0xe4]J[0xe2][0xeb][0xdf]wm[0xf3]a[0x83][\r][0xb9]z[0xdf]}v[0xb5]z[0x17]1b[0x92][0x7]`[0xac][0xf3][0x6][0xda]p%[0xbb][0xc4][0xa5][0x8d]j[0xe5]^[0xfa][0xce][0x90][0x19];R>[0xf]8[0xf8][0xf8][0xb9]s[0xdd]n[0xdc]6[0xdd][0xdb]V[0xab][0xdd]A[0xc1][0x9c][0xb][0xdf]y[0xf2][0xff][0xc6][0x9]7[0xb4][0xf1][0xc7][0xbd]n[0xa6]_[0xad]s[0xbf][0xee][0x92][0x8f][0xa9][0x92]*[0xd0][0x10][0x93][0xbe][0x0][0xe7][0x7][0x18]O[0xf3][0xc8]&5^[0xc6][0x93][0xf6][0x13][0xb9]g[0x6][0x88]C[0xee][0x8c][0x81]p*[0xd6]D[0x5][0x84][0x9]AB[0xe5][0xcf][0x5][0x18][0xba]OU[0xde][0xaf][0xd7]a[0x97][0xbc][[0x1b]u[0xeb][0xf5][0xe5]rIUd[0xda][0x1f]T[0xe9]Y}[0xa7][0x1a]r[0xf][0xa4][0x81][0x9c][0x8c]E[0xcc]{[0x87]D'[0xd2][0xb0][0xa9][0xf][0x1f][0x1f][0x6][0xcf][0x93][0x81][0xd3][0xa4][\r][0xfa]nC[0xb1][0x3][0x8c]6[0xa3][0xd8]M[0xa2][0xb9][0xb]=[0xb3][0x10][0xe][0xbb][0x16][0xfb][0xcc][0xc9]:[0x9c]*,[0x90][0xca][0xb0][0xda][0xa6][0xbf])Jw[0xa2]7[0x90][0xbe][0xd2][[0x8a]C^"[0x90]d[0xcc][0xb4][0xe5][0x1e][0x8f]X<[0x17]2Q[0x81]]2[\r]$P[0x9a]<[0xb1][0x5][0xcb]$[0xef]n[0xa7]C[0xdd]j[0xe5]A[0x3][0xb3][0xe0]'[0xa3][0xbe]K[0xe]IFl[0x81][0xc0]TO[0xc6]b>[0xe3][0xb2]Z[0x19][0xac]"[0xa5][0xad]3f[0xde]_6[0xcb][0xf5][0x6]+[0xf0]z[0x8b][0x14][0xdb][0xbf]H[0xb0][0x17]W[0xfb]0W[0xb9]`[0xb5]B0[0xde][0x9b][0xe3][0x0][0xbb][0xfd][0x8b][0xbd]L09[0xcb]d[0x85]Jr[0xab][0xb4][0xa1][0xc6]b[0x83]a[0x16][0x18]+c$[0x92]JJn[0x93][0xf][0xbb]:[0xae][0x9a]*[0x91][0x84][0x95]`[0xe5]A[0xe2][0xaa]"[0xd4]>z[0x12][0x8a][0xa4]\Z!*=[0xd2][0x99][0xe6][0x90]T[0xc2][0x91]`[0xcb]r?[0xf0][0xa6]W[0xb1][0x80][0x1a]#[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I'[0xcf][0x96]-c"~X[0x6]IY[0x1][0xe6][0xc2][0x89][0x8b]O[0xe2][0x94]K[0xb][0xfa]hhH:[0xbe][0x8c]$!K[0x98][.[0xa8][0xa7][0x84][0x0]/[0xee][0xee][0xe8]>ci[0xec][0xa7][0x8c][0x1a][0xe4][0x82]k%C[0x90]GC:[0x4]s[0xf7]&[0xd7][0x17][0x92][0x8a]d![0xf]O[0x9d]2[0xd1]DZE[0xa0][0xed]z[0xa3]CR[0xa9]t[0x15][0x8a][0xd3][0xb7][0x87][0x2][0x1a]1m [0xbe][0xab][0xd8][0x99]3[0xba]ly[0xd4]Wa[0x82][0x8a][0xc3][0x86][0xad]p[0x82][0x8f]3[0x89][0xf3][0xca]o[0xa4][0x11]A[0xbc]ra[0x84]?)[0x8f]a[0xd9][0xc6]n7([0xd7][0x84][0x6][0xa3][0xc4]<[0xf9]U[0xed][0xab][0xc4][\r],[0xb5][0x10][0xf6]pf[0xad]JS[0xf]|[0x86][0xa4][0xf2]5[0xfa],$[0xd9][0x1e]$[0x1d]/[0xd0][0x19]B[0xa1]_{[0xf1][0x84]?[0x91]W[0xe2][0xe3]lM$[0x15][0xa5][0x9f]3qA[0xdb]HBD~[0x99][0xb][0xcc]q[0xe0][0x8c][0xe4][0xee][0xf7][0xf4][0xdf][0x88][0xbf]BR[0xb3]vb2[0x1b]7U+c[0xcd][0x17][0xf8][0xe][0xec][0xdd][0xf2][0xe5][[0xb5][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xe6][0x1c]-[0xf6][0x80][0xaf][0xdf][0x94][0xb]n[0xf1][0x8d]Pf[0xc6])@/[0xc0][0xf7][0x19]4[0xba][0xf6][0xf2][0xeb][0xe5][0xe6][?~h&[0x83][0xda][0xe5][0xb6][0x7][0x97]^[0xd7]j[0xe8][0xd4][0x9f]J[0x89].[0x89][0xff][0x9][0xb4][0xf0][0xa9]l[0xd0]f[0xc3][0xed]4n[0xdd][0x86][0xdb]j~[0xaf]V[0xfe][0x3]PK[0x7][0x8][0x1a][0xa6][0xb9][0x9][0xda][0x2][0x0][0x0]9[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]_o[0x9b]0[0x14][0xc5][0xdf][0xf9][0x14][0xf7][0xad][0xeb][0x3]x[0xad][0xba][0x17][0xde][0xb2]*[0x95]R[0x91]&[0x13][0x9d][0xb4]W[0x7]n[0x8a]3c{[0xb6]C[0x9a]}[0xfa]][0x87][0xa0]%[0xd1]D$[0xb6][0xc1][0x3][0xc2][0xbe][0xe7][0xd8][0xe7][0xc7]?[0x9b]1[0x88][0xff][0xfa][0x88][0x18][0x83]W[0xcb][0x95][0x13]^4[0x8]%[0x1a]T%[0xaa]B[0xa0][0x3][0xbd][0x6]_[0x9][0x7][0xc6][0xea][\r][0x16][0x9e][0x8a][0x1e]m-[0x14][0x96][0xb0][0xb6][0xba][0xa6]"[0x6]{[0xcd][0x1b]T`[0xa8]C[0xdb]7[0xae][0xc4]O[0xaa][0xaf][0xf6]][0x83]{[0xa1]U[0x12]t[0xff] l[0xb4]X[0xe6][0xf][0xcf][0xf0][0x99];[0x84][0x18]&RFQ[0xf4]DQR[0xb8]i+1,[0x8][0x0][0x96][0xdc]zQ[0x8]s[0x98][0x1c]r[0xbd][0xf6];n[0x11][0xd6][0xda][0xc2]3o[0xf8][\r]|[0xa8][0xbc]7)c[0xbb][0xdd].[0xd1][0xc6]=l[0x12][0x8a][0xcb]n#[0x8]#[0x9c][0xce]1}[0xc7]b{[0x18][0xa5][0xb3]x[0xe4][0xf5][0x89]g'[0xbe][0xb]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g$[0xdf][0xb3][0x15][0x99][0xd8][0xa1][0x16][0x87][0xcb][0x18][0xc9][0xcd]n[0xc3][0xad]8:Boz!HW[UJL[0xef][0x92]O[0xc9][0x1d]%[0x0][0xc8]D[0x81][0x8a][0x84]0[0xc9][0x9a]{8[0xb][0xcb][\r]/*<[0xcc],[[0x95]c[0xd9][0xec]q[0xfa][0x92]O[0xe3][0xfb][0xe4]cR[0xf9]Z[0xfe][0x1]c[0xb6][0x18][0x94]_[0xe8][0xde][0xf4]B[0x8f][0x91]=[0xe3][0xea]mPzI[0xc6][0xde][0xfc]A0[0x6][0xc1]\+[0xe1][0xb5]u[0x83]([0xea][0xa3][0xb9][0x97][0xa4][0x13][0x8d]A[0xf3][0x82]~[0x10][0x88]B[0xdf][0xcb]@[0xf5]1[0xe2][0xe7]h[0x1b][0x92][0xc3][0xd2][0xea]F[0x94]haR[0x14][0xe8][0x86]=[0x1b]gD/[0x12][0xd5]GA[0xa2]G[0x8f][0xc3][0x0][0x82][0xb3][0x1f]!([0xc6][0x80][0xf8][0xea][0x85][0x1c][0xc4]@[0xbf]g[0xd9][0x8b][0x10][0x4][0xa3][0x11][0xc4][0xf0][0xa8][0xa5][0xa4][0xe5][0x92][0xd6][0x8c]a/U[0x88][0x1b][0x17][0xbf][0x7][0xb9][0xca]v*[0x1e][0x91][0x93]> [0x83][0xd6][0xef][0x87]C[0x9a][0xe3][0x8][0xd7][0x9];[0xe5][0x88]x[0xdf][0xe6][0xd9]p[0xb2][0xf7][0xfa][0xfa]+[0x19]D[0xff][0x81][0xa7][0xdb][0x10]}Y[0xe4]IQ[0x9d]ou~hG}-s[0x9e]=[0x11][0xf3]d9[0xa3][0xe5][0xa9][0xdc]J<[0x13]:[0xb9]nY[[0x88]C3=[0x9c]cN[0xff][0xb4][\r][0xb7]m[0xe4][0x8b][0xcc][0xf3][0xd9]k[0xd7][0x80][0x8b]=[0x16][0xf5][0xe9][0xad]-.[0xe2][0xd7][0xc2][0xc7][0xc7]Fb*C[0xe9][0xe9][0xf8][0x5]PK[0x7][0x8][0xfd][0xd2]l[0x1d][0x5][0x2][0x0][0x0][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd][0xbb][0xe][0x82]@[0x10]F[0xe1]~[0x9f][0xe2]/[0xa1][0xe0]"!&[0xda][0xa9][0x1d][\r]$[0xf8][0x2][0x13][0x18]`[0xcd][0xca]lvG[0x8c]oo[0xa2][0xb1][0xb7][0xff]r[0x8e]i[0xbb][0xbe]np[0xa6][0xc8][0xc8]pr[0xce]\[0xc4][0xbf][0x82][0x9d][0x17]EU[0x96][0xfb][0xac]*w[0x7]|Q[0x86][0xd6][0xf3][0x8a][0x8e][0x82][0xda][0xc1]zR++z[0x99][0xf4]I[0x81]1I@C[0x1b][0x19]s]l[0x84][0xf]2>[0x6][0x85]][0x7][0xf7][0x18]9"[0xfe][0xe0][0xc8][0x1b];[0xf1]<[0x82][0xd4][0xfc]SD[0xf2][0xf9][0xa7]H[0x16]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "e[0xba][0xe7][0xe2]c}[0xcb]%[0xcc]E[0x9a][0x1b]c[0xde]PK[0x7][0x8]LWE[0xc5][0x8e][0x0][0x0][0x0][0xc9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]META-INF/maven/org.ops4j.base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.properties[0x15][0xcc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14]@[0xd1]}[0xbe][0xe2]A[0xd7][\r]F[0xeb]T[0xe8]JD\[0xe8][0xca][0x1f][0xc8][0xf0][0x9a]FB^[0xc8]P[0xea][0xdf]K[0xb6][0xe7][0xc2][0xed][0x1e][0x18]0[0xc9][0x82][0x6][0xd4][0xf](Y.[0xa3][0xd4][0xb][0xf2][0x19][0xbd][0xdb][0xb8][0xaa][0xc1]x[0x8c][0xbe]Z[0x17]X[0xf7][0xa2][0x0]oZA\@[0x9c][0xc6][0xe1]<[0x1e][0x4][0xdc][0xee][0x1f][0xd8][0xef][0xc4][0x95][0xad][0x98][0xb2][0xa3]0[0x9]~[0xe4][0x82][0xd9]D5>[0xcd][0xd4][0x8e][0x14][0xf3][0xf0][0xe5]Jfd2[0x15]7K]Zi[0xda]7[0xed]qC[0xcd][0xfe]PK[0x7][0x8][0xec][0xf5]'[0x81]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.xml[0xc5]T[0xcb]n[0xdb]0[0x10][0xbc][0xfb]+[0x4][0xdf]E[0xda][0xa9]{1T[0x1d][0x2][0xf4][0x90]"i[0xc][0x4](z[0xa5][0xa8][0xb5][0xcc][0x94]"Y-e+_[0x8a][0x94]l[0xca][0x8f]6=[0xc5]'i4[0xdc][0x99][0xd9]]33[0x8d]~[0x5]n[0x93][0xae][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xcc]w[0xd6][0x9a]5[0xa5]5[0xdb][0x83]"[0xcc]0[0xbe][0x3][0xa2][0x9b][0x8a]n[0x9e][0x9f][0xe8][0x8a],[0xc8]b[0x1e][0x98][0xeb][0xe][0xc5][0x91]}8[0x1c][0xc8][0xe1][0x93][0xe7][0xdd]-[0x16]K[0xfa][0xf3][0xe9][0xf1][0xc5][0x1d][0xac]Y*[0x14]Z[0xa6]8[0xb8]S([0xd6][0xe8][0xc1]G[0xcd][0x99][0x15]Z[0xbd]C,[0xb9][0xc5][0xe8][0xb0][0xc]`[0xea]y[0xc4][0xbd][0xcf][0xf3]Y[0xe2]~Y[0xad]K[0x90]?[0xa0]A'[0x91][0xfb][0xaf][0x19][0x9d]`[0x81]fX[0x3][0xca][0x86][0x17][0xf][0xb0][0xc6][0x8a]-[0xe3][0xf6][0xa1][0xcc][0xb][0x86][0x90][0xd1][0x8]8[0xb1][0xaa]F[0xb7][0xc6]![0xce][0x4][0xd1][0x6]W[0xaf][0x19][0x1d][0xa1][0x13]i?(-[0xc9]g[0xb2][0xcc][0xe8]>[0x16][0xf6][0x84][0x6][0xa4]k[0xc1][0x1e]6[0xcc][0xee]rB2:[0x1][0x82]A[0x1a];[0xbc][0xd4]%[0xc1][0xe4]D<[0xce][0xe0]IiOJ[0xa1][0x3]~[0x19][0xc7]u[0x80][0xff]b[0x95]PU^[0xb4][0xaa][0x94][0xd0]+[0x8e]H`(VC[0xfe][0xbc]yY}K[0xee]][0xa1]$M[0xbe][0xba]Rm?[0xbc][0x8c][0xfa][0x8f][0xb3][0xa1]T[0xa3][\r][0xb8][0xfa][0x80]Q[0xc8]P[0x95][0xe0][]h)[0xf8][0xf7][0x9e]?[0xb5]O[0x82][0xb3]k[0xc4][0x8b]2[0xbd][0x1c]:[0x83]q[0x8d][0xc9][0xf1][0x13]a[0xec]_d*@%[0x18]P%(>5z[0x84][0xdf]N[0xe0]E[0xd3]Qn[0xaf][0xe][0xfb][0xbc][0xef][0x9e][0x97]2#n,[0x10][0xbd][0xa6][0xf6]o[0xb]|G~k$RW[0x85][0x1b][0xd2];|[0xc][0xcc][0x94]K[0x86]([0xae][0xcc][0xff]x[0x8][0xb9][0xeb]Sn[0x1]mF[0xc3][0xf3][0x7][0xba][0xd5][0xcd][0x8d][0xde][0xff][[0x8d][0x90]h[0x7][0x8a]V[0xc8]x[0x1e]F[0xb6]n[0xe3][0xf1]L([0xa0]Sp[0x92][0xb0]_[0x89][0xe1]>[0xda][0x82][0x14][0xdd][0x8d][0x8c][0xe7]9[0xc3][0x9d][0x15]66[\r]"[0x89]K[0xcf]m[0x8c][0x8][0x8e][0x9][0x87]43[0xbf][0xed][0xfd]=[0x9e][0xff][0x1]PK[0x7][0x8][+^[0x0][0xd2][0x1][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x8]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83]#[0xb5][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9]J[0x15][0xd5][0xfa]&[0xb9][0x91]w_[0xa9]k0[0x9e][0xa2][0xaf][0xd6][0x5][0xd1]=8[0xc0][0x93]w[0xc0][0x9]p[0x9c][0x87]i[0xc6][0x11].[0xd7][0x17][0x1c][0xf]x[0x16];[0xa5][0xec]8,(O[0x12][0x85]M\[0xe3][0xdd],[0xed][0xc8]1[0xf][0x1f][0xa9]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6][0xbd]c[0xf1][0x7]PK[0x7][0x8]d[0xda][0x3]U|[0x0][0x0][0x0][0x88][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xc8]*Rn[0xdd][0xc5]P5[0x14][0xc8][0x90]"[0xa9][\r][0x4]-[0xba][0x5][0xb4]t[0x91][0xe9]R$A[0xd2][0xb2][0x82][0xa2][0xff][0xbd][0xfc][0x90][0x14]Iu[0x81][0xc][0xd9]|[0xc7][0x97][0xef]=w<9WZ[0x9e][0xa0][0xb4][0xa8]k[0xb8]0[0x9f]WGk[0xd5][0x96][0x90][0x86][0xb6] 0U[0xb4]<[0x2][0x96][0xba]&[0xfb][0xdd][0x3][0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xcb][0xe5][0x82]/[0x1f][0x83][0xee]C[0x96][0xad][0xc9][0xcf][0x87][0xfb]Gw[0xb1][0xa1])[0x13][0xc6]RQ[0x82][0xbb]e[0xd8][0xd6][0x84][0xe4][0xbd],[0xa9]eR[0xbc][0xa1][0x18][0xfa][0x9f]"$[0xd2]v[0xf3][0x94]=e[0xb8]3[0xd5][0xaa]H[0x12][0x84][0xf2]FV[0xc0][0x80]6[0xce][0xbe][0x8][0xe]9[0x99][0xe5][0x82]JQ[\r][0xc2][0x16][0xee][0xa7][0xb]j-[0xcf][0xea][0xae]*[0x9c]+[0x96][0xca]lN9[0x19]RQ@[0xb5]e[0xcf][0xb4][0xb4].q[0xa0][0x6]r2IDE[0xdb][0x9b][0xaf][0xf1]'[0xbc][0xce][0xc9][0x10][0xc6]C[\r][0xdc]u[0xdb][0xc2][0x9e][0xda]c[0x81]1Q[0xb2][0xc1]n[0x82]9[0x99][0x1d]x,2p%[0xd7][0xb0]p,>a[0x9b][0x92][0x5]I[0xea]%)[0x93]KD[0xd7]p[0xf9][0x8b][0xd6]L[0xd4][0xc5][0xe1],*[0xe][0xbe][0xd4][0x90][0x9][0xd5][0x4]m[0xa0][0xd8][0xed][0x1f]7_[0xd1][0x17][0xe7][0x81]Rt[0xb7][0xcb]I[0xc8][0xfa][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L[0xa9][0x99][0xb2]cW3[0xe9]w[0xcb]8[0xb3][0xc][0xc][0xb9][0xed],[0x8][0xdf][0xbb]A[0xa1];[0xa8][0x90][0x95][0xe8]D[[0x8a][0x99][0xc4][0xa1][0xc7][0x99]U`[0xd3]R[0x81][0xf6][0xd7][0xfb][0x81]EDl^[0x9a][0x83][0xe4][0xac][0xfc][0xe6]![0xe6]S[0xc0][0xbe][0xc5]k[0xb2][0x99][0x81][0xa7]7[0xae][0xcf][0xe9][0xed][0xc9][0xc5][0xd7][0xe3]8[0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 107979 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9]F[0x12]L[0x18][0x1f][0xde]W[0xf1][0xb3][0x1b]U[0xcf]7[0xc6]C[0xb8]x[0xac]~I[0x9f][0x81][0xb3]n[0xb1]J[0xcb]u[0x8a]K[0x1c]y[0xd2]h[0xfa][0xef]v[0x5][0xb8]I[0xc1]!2[0x91][0xbb][0xe7][0x8c][0xaf][0xa4]@T [0xca][0xd7]Y[0x8e][0xa9][0x97][0xd1][0xec][\r][0x8b][0xb5][0xe4][0x9c],[0x17][0xa7][0xa2][0xbe][0xca]8,[0xfd][0xcd][0xef][0xfe][0xf][0x5][0xf7][0x99]?[0xcb][0xf][0x82],[0xa1][0xde][0x9f][0xb2][0x91][0x82]Y[0xa9][0xcd][0xfb][0x92]N[0xe2][0xb8]&ak[0xbc]C[0x91][0xfc][0x5]PK[0x7][0x8][0x17][0x8]Z[0xcb][0xe2][0x1][0x0][0x0]G[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83][0x91][0xa8][0xb5][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98][0xb4][0xd3][0x18][0x9][0x99][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb]Q[0xa0][0x84][0x85][0x16]0?[0xe0]d%F[0x9c][0xdf]$W[0xf2][0xee]+M[\r][0x8b][0xa7][0xe8][0xab]uAt[0xf][0xe][0xf0][0xe4][\r][0xd4][0x0][0xea]8[0xea][0xd3][0xa8][0x7][0xb8]\_[0xb0][0xdf][0xa9][0xb3][0xd8](e[0xc7]aR[0xf2] [0x95][0xb0][0x89]k[0xbc]/S;r[0xcc][0xfa]#[\r]f[0x12][0x98][0x8a][q.[0xad]4[0xed][0x9b][0xf6][0x1e][0x83][0x15]PK[0x7][0x8]$\\[0xa7]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.xml[0x8d]S[0xcb]n[0xdb]0[0x10][0xbc][0xeb]+[0x8][0xdf][0xb5][0x94][0x1b][0xf7]b[0xa8]:[0x14][0xe8][0xa1][0x85][0x93][0x18][0x8]Z[0xf4][0x16][0xd0][0xd2]F[0xa6]K[0x91][0x4]I[0xcb][0xea][0xdf][0x97][0xf][0xc9][0x95][0x9c][0x4][0xc8]M;[0x1c][0xce][0xce],W[0xa5]6[0xea][0x84][0xb5]#C'[0xa4][0xfd][0xb2]::[0xa7][0xb7][0x94]v[0xac]G[0x9]L[0xb3][0xfa][0x88][0xa0]LK[0xf7][0x8f][0xf7]t[0x3][0x5][0x14][0xab][0xc4][0xdc][0xe][0x96]_[0xd9][0x97][0xcb][0x5].w[0x91][0xf7][0xa9]([0xd6][0xf4][0xf7][0xfd][0xee][0xc9]_[0xec]X[0xce][0xa5]uL[0xd6][0xe8]oY[0xbe][0xb5][0x11][0xdc][0xa9][0x9a]9[0xae][0xe4][0x7][0x9a][0x91][0xf7][0x18][0x11][0xc8][0xfb][0xcd]s[0xf1]\[0xc0]`[0x9b]U[0x95]e[0x84][0x94][0x9d]jP[0xfc]Bc[0xbd]|[0x15][0x15]J[0xba][0xc0]"K3[0x83][0xd2]U[0xfe][0xd3][0x17][0xad]Qg[0xfd][0xbd][0xa9][0xbc]*(m7[0xa7][0x92]NP"0[0xe3][0xf8][0xb][0xab][0x9d][0x7][0xe][0xcc]bIg@b[0xf4][0xa3][0xf8][0x1a]>[0xc3][0xba][0xa4]S[0x99][0xe][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f][0xb6][0xc7]=s[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80]j[0xd5][0x81][0x9f]`I[0x17][0x7][0xc1][0x16][0x9d]|eo[0xd9][0x82][0xd4]|[0xe6]m[0xee],R[0xf2]@[0xc9][0x5][0x93][0xed][0xad]I[0x1f][0xb9][0xfe][0xc3]Z.[0xdb][0xea]p[0x96][0x8d][0xc0][0xd0]lBb?[0xc9]:[0xac][0x1e][0xf7]O[0x9b][0x1f][0xe4][0xab]W!9[0xd9]E[0x9d][0x88][0x7]B[0x83][0xb6]6\[0xbb]k[0xb2][0x5][0xf9][0xa7][0xe3][0x82];[0x8e][0x96]~[0x1b][0x1c][0xca][0x90][0xdf][0x92][0x98][0x10][0x1b][0xe2][0x14]9[0xb1][0x9e]Ap[0x6]1[0xe9]B,[0xfa]3J[0xa3][0x9][0x2][0xe3][0xd8][0x92]M[0xb0][0xbb][0x83][0x12][0xbc]~[0x8]6[0x96][0xb3][0x80][0x14][0xf4]-[0xe2]B"$[0xb0]>[0xed][0xfc][0xfe][0xe2][0xea]Bz[0x85][0x99][0x95],[0xca]p1[0xbd][0xb4][0x16]g?[0xb2][0xd1][0xe3][0xb5][0x9e][0xca][0x9b]g[0x1b][0xd7][0xf5][0x5][0x5][0x1f]n[0x96][0xea]v[0xb1][0xd2]:'?y[0x12]}[0xbd]g[0xd1][0xdc][0xac][0xe1]T[0xd9][0xe4]{[0xf4][0x99][0xc5][0x4][0xe1][0x97][0xae][0xfe][0x1]PK[0x7][0x8][0x8a](_[0xd7][0xa7][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uC#Uj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]5%fB~[0x8a][0xde]^[0xb2][0xfd][0x1e][0xbc][0xe6]F[0x9e]"f2[0xa0][0xc0]q[0x95][0x18]p~[0x93]\[0xc8][0xd9][0xaf][0xd4][0xc5][0x1b]G[0xc1][0x95][0xd5]z[0xd1]<[0xd8][0xc3][0x93]wP[0x3][0xa8][0xd3][0xd8][0xf]c[0xa7][0xe0]r}[0xc1][0xa1]Sg[0xb1]SL[0x96][0xfd][0xa4][0xe4]Q*[0xb1]F.[0xe1]n[0xa6]z[0xe4][0x90][0xfa]MjL$0f[0xbb][0xe0][0x9c]k[0xa9][0xda]Vm?[0xec]m[0xe6][0x98][0xc4][0x1f]PK[0x7][0x8]f[0xab][0xd3]|[0x80][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.xml[0x8d]SMO[0xc3]0[0xc][0xbd][0xf7]WD[0xbb]7[0xe9]`\[0xa6][0xd2][0x3][0x12][0x7][0xd0][0xc6]&M n(k[0xbd]-#M[0xa2]$[0xdb][0xca][0xbf]'[0x1f][0xed]h7[0x90][0xb8][0xd5][0xf6][0xf3][0xf3]{[0x8e][0x9b]+-[0xf7]PZ[0xd4][0xd4]\[0x98][0xfb][0xd1][0xce]Z5%[0xa4][0xa6]G[0x10][0x98]*Z[0xee][0x0]K[0xbd]%[0xcb][0xc5][0x9c]Lp[0x86][0xb3]QDN[0x1b][0xc3][0xce][0xe8][0xd3][0xe9][0x84]O[0xb7][0x1]w[0x93]ec[0xf2]>[0x9f][0xad]\cMS&[0x8c][0xa5][0xa2][0x4][0xd7]e[0xd8][0xd4][0x84][0xe4]L[0x96][0xd4]2)[0xfe]1[0xc][0xfd][0x85][0x8][0x89][0xf4]8[0xf9][0xc8]>2[0xdc][0x98]jT$[0x9]By-+[0xe0]o[0xa0][0x8d][0xa3]/[0x2]CN[0x6][0xb9][0x80]RT[0x83][0xb0][0x85][0xfb]t[0xc1]V[0xcb][0x83]z[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x8a][0xa5]2[0x93]}N[0xba]T[0x4]Pm[0xd9][0x86][0x96][0xd6]%[0xd6][0xd4]@Nz[0x89][0x88]8[0xb6][0xe4]c|[0x87][0xc7]9[0xe9][0xc2]X[0xd4][0xc0][0x9d][0xdb]#,[0xa9][0xdd][0x15][0x18][0x13]%k[0xec]6[0x98][0x93]A[0xc1][0xcb]"[0x9d][0xae][0xe4]7Y8[0xe][0xef]i[0xeb]+[0xb][0x90][0xd4]C[0xd2]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x97]B[0x9d][0xed][0xf2][0x93]n[0x99][0xd8][0x16][0xeb][0x83][0xa8]8[0xf8][0x81]]&[0xcc][0x14][0xb4][0x86]b[0xb1]\M[0x9e][0xd1][0x83]cB)[0x9a][0x9f][0xb9]B[0xcd][0x83]*0[0xa5]f[0xca][0x9e][0x1d][0xe][0x1a]^-[0xe3][0xcc]20[0xe4][0xb1][0xb1] [0xfc][0x1e][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "N[0xa1]BV[0xa2]V[0x9c][0x1b][0x89][0x83][0xe5][0x1][[0x10][0xa9][0xa5][0x2][0xed][0x19][0xda][0xfd]E[0xad][0xd8]|[0xd5]k[0xc9]Y[0xf9][0xe2]u[0xc][0x97][0x82][0x1c][0xff][0x6][0x1e][0xd0]x[0x1b][0xc6][0xd9][0xee]s\[0xb5][0xff][0x80][0xe2][0xb3][0xf4]$%[0x81][0x8a][0xf1][0xee][0xe9][0x15]?[0xb8][0xfd][0xb5]Z[0xcf]q[0x17]^[0xbc]c{[0xbf][0x1b][0xe0][0xac][0xb9][0xb8][0xb2][0xcb]K[0x8b][0xf7][0x1d][0xf5][0xa4][0x91][0xf4][0xfa][0xf0][0x82][0xb8][0xde][0xc0].2Qw[0xab]3[0x9][0xe][0xfc]?^|[0x3]PK[0x7][0x8][0xcf][0xa6]X[0xcf][0xa7][0x1][0x0][0x0][0xed][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]G[0xab][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12][0x92][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb][0xb1][0xe7]$[0xb]kP?[0x8][0xc9][0xa0][0x8c]ry3[0xae][0xec][0xec][0x17]U[0xf5][0xda]qt[0xd5]X/[0xba]G[0xf0][0xf0][0xc][0x1b][0xd0][0x8]t[0x9a][0x86]q:[0x10]\[0xae]/[0xd8][0xef][0xe8],6N[0xd9][0x6]?[0x13][0x1e][0x91][0x84]I[0xa1][0xc6][0xbb][0x9e][0xdb]1[0xc4]<|P[0xc9][0xcc]B[0xa6]bW[0xb9][0x94]V[0x9a][0xf6]M{[0xcf]E[0xfc][0x1]PK[0x7][0x8]&l[0x11][0xa3]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xe8]*RN[0xdd][0xc5]P5[0x14][0xe8][0xd0] [0x1f][0x6][0x82][0x6][0xd9][0x2]Z[0xba][0xc8]t)[0x92] iYA[0xd1][0xff]^~H[0x8a][0xa4][0xba]@[0x86]l[0xbe][0xe3][0xcb][0xf7][0x9e];[0x9e][0x9c]+-[0x8f]PZ[0xd4]5\[0x98][0xaf][0xab][0x83][0xb5]jKHC[[0x10][0x98]*Z[0x1e][0x0]K][0x93][0xdd][0xfd]-[0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xf3][0xf9][0x8c][0xcf][0x9f][0x83][0xee]*[0xcb][0xd6][0xe4][0xe9][0xf6][0xe6][0xc1]]lh[0xca][0x84][0xb1]T[0x94][0xe0]n[0x19][0xb6]5!y#Kj[0x99][0x14][0xef]([0x86][0xfe][0xa7][0x8][0x89][0xb4][0xdd]<[0xb2][0xe2]'7[0xae][0x9e]p[0x8c][0x87]p[0xf1]b[0xfd][0xa6][0xbe][0x0]g[0xdd]b[0x9f][0x96];[0x15]79[0xf2][0xa4][0xd1][0xf4][0xdf][0x15][0xb]p[0x93][0x82]Cd"w[0xcf][0x19][0x1f]J[0x81][0xa8]@[0x94]o[0xd3][0x1c]S[0xaf][0xa3][0xd9];[0xb6]k[0xc9]9[0xd9]0NE}[0x91]q[0xd8][0xfc]O[0xbf][0xfb][0x15][0xdc]g[0xfe],[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb2][0x84][0xfa]x[0xca]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x1f]K:[0x89][0xe3][0x9a][0x84][0xad][0xf1][0xe]E[0xf2][0x17]PK[0x7][0x8][0x12]|[0xc2][0xd9][0xe2][0x1][0x0][0x0]L[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x16]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#Qj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]1[0xa5]$!?Eo/[0xd9]~[0xf]^wg[0xcf][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1b][0xd0]?[0x8][0xc9]"E[0x9a]?[0x8c][0xb]o[0xee][0x8b][0xba]z[0xb3]q[0xdc][0xaa]u^t[0xcf][0xe0][0xe1][0x15]v[0x90][0x3][0xc8][0xf3][0xa8][0x86]Q)[0xb8][0xde][0xde]p<[0xc8][0x8b][0xd8]9e[0x17][0xfc]$[0xf1][0x84]R[0xd8][0x14]j|[0x98][0xa9][0x1d]C[0xcc]jEM[0x99][0x5][0xa5][0xe2][0x16][0x9a]K+M[0xfb][0xa6]}[0x8e]N[0xfc][0x1]PK[0x7][0x8]F[0xda]z[0xb0]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xml[0x8d][0x93]Qo[0xc2] [0x14][0x85][0xdf][0xfb]+[0x88][0xef][0x85][0xba][0xb9][0x17][0xd3]5[0xd9][0xde][0xb6][0xe8]41Y[0xf6][0x8a][0xf4][0xaa][0xb8][0x16][0x8]`u[0xff]~[0x14][0xda]Ig[0x97][0xac]o[0x1c]>[0xee]9[0x17]ns[0xa5][0xe5][0x11][0x98]E[0x97][0xba][0x12][0xe6]qr[0xb0]V[0xcd][0x9][0xa9]i[0x3][0x2]SE[0xd9][0x1][0xb0][0xd4]{[0xb2]^-[0xc9][0xc]g8[0x9b][0x4]r~1[0xfc][0x87]>[0x9f][0xcf][0xf8]|[0xef][0xb9][0xbb],[0x9b][0x92][0x8f][0xe5]b[0xe3][0xe][0xd6]4[0xe5][0xc2]X*[0x18][0xb8]S[0x86][0xcf][0x8d][0x17][0x17][0x92]Q[0xcb][0xa5][0xf8][0x87][0x19][0xfa][0x8b][0xb8][0x98]2[0x88][0xa9][0xe7][0xb0][O[0x8a][0x4][0xb9]/[0xaf]e[0x9][0xd5];h[0xe3],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0x9b][0x93][0x81][0x16]0E5[0x8][0x1b][0x16]^[0xa0][0xda][0xf2][0x1d]e[0xf6][0xa5],[0xb6][0xd4]@N"[0xe1]J[0xed][0xb5]<)[0xa7][0xb8][0x10]X*3;[0xe6][0xa4][0x97][0xae]P[0xd3]9M[0xf1][0x3][0x9e][0xe6][0xa4][0x89][0x8d]=[0xa0][0xa1]rW[0xd0][0xc0][0x9a][0xda]C[0x81]qN[0x6]B[0x8]H[0xe2][0x84][0xb7][0xbe]8[0x84][0x1c][0x98][0xc7]=x(m[0xa1][0xd4](~[0xdb][0x8d][0xbb][0x0][0xf6]I[0xf7]\[0xec][0x8b][0xed]I[0x94][0x15][0xb4][0x86][0xbd][0x12][0x8]Ak(V[0xeb][0xcd][0xec][0x15]=[0xbb]:(E[0x1b][0xd0][\r]g[0x80][0xd6]Z6[0xbc][0x4][0x8d][0x9e][0x18][0x3]cr[0xe2][0xd1][0xa4]+[0xac][0xa5][0x2][0xe7][0x6]&[0xea]8x`[0xf3]Uoe[0xc5][0xd9][[0xcb][0xf]{[0xc1]>[0xe6][0x18]wS[0xa5]u3.m\">}[0xdd][0xef][0xaf]2[0x8a][0x94]t[0x95]x[0x15]?[0x99][0xaa]N[0xae][0xf3](q[0xa4][0xe][0xc5][0x9b][0xe7][0xe8][0xc6]r[0x7][0x15][0xbf][0x8c]L[0xc3][0xd8][0x80][0x85][0xd1][\r]i[0xd3]`2>o][0xfc]_1z[0xc5][0xf4][0xfd]u[0xdd]$[0x89]o[0xb5][0xfd][0x9f][0x8b]oPK[0x7][0x8]R[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#[0xad][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9][0xa2][0x8a]j}[0x13]n[0xe4][0xdd][0x17]u[\r][0xc6]S[0xf4][0xd5][0xba] [0xba][0x7][0x7]x[0xf2][0xe]r[0x2]y[0x9a][0x87]i[0x1e]%\[0xae]/8[0x1e][0xe4]Y[0xec][0x94][0xb2][0xe3][0xb0]H[0x1c]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9b][0xb8][0xc6][0xbb]Y[0xda][0x91]c[0x1e]>[0xa8]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6]}.[0x9c]H[0xfc][0x1]PK[0x7][0x8][0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xml[0x8d][0x94]Mo[0xdb]0[0xc][0x86][0xef][0xfe][0x15]F[0xee][0x96][0x9c]5[0xbb][0x4][0x9e][0xf][0xbd]mh[0xd7][0x0][0x1][0x86][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ef[0x1c]u[0xb2][0xa4][0x8a][0xca]G[0xff][0xfd]d[0xc9]v[0xed][0xc4]-z3[0xa9]W/[0x1f]R[0x84][0xb]c[0xf5][0xb]p[0x97]^[0x1a][0xa9][0xf0][0xc7][0xe2][0xe0][0x9c]YS[0xda][0xb0][0x13]([0xc2][0xc][0xe3][0x7] [0xda][0xd6]t[0xf3][0xf4]HW$'[0xf9]"*[0xd7][0x17][0x14][0x83][0xfa]|>[0x93][0xf3]][0xd0]}[0xcb][0xf3]%[0xfd][0xfb][0xf8][0xb0][0xf5][0x17][0x1b][0x96][0x9][0x85][0x8e])[0xe][0xfe][0x16][0x8a]5[0x86][0xe4][0x83][0xe6][0xcc][0x9][0xad][0xbe]P,[0xfd]H[0x11][0x12][0xd9]i" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0x9c]?[0xe7][0xe4][0x82][0xd5][0xa2]L[0x92]4-[0x1a]][0x81][0xfc][0x3][0x16][0xbd]}[0x19][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xc9][0x5][0x95]a[0x16][0x94]+[0xfd][0xa7][0xf]j[0xab][0x8f][0xe6]gUzW[0xa2][\r][0xae]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xda][0xa7][0xa2][0x80]Y'[0xf6][0x8c];[0x9f][0xd8]1[0x84][0x82][0x8e][0x12]Qq[0xea][0xcc][0x97][0xe4];Y[0x16][0xb4][0xf][0xe3][0xa1][0x5][0xe9][0xbb]=[0xc1][0x86][0xb9]CI[0x8]5[0xba]!~[0x82][0x5][0x9d][0x1c][0xb4]X[0xb4][0xe7]J[0xe6][0xb0]H,>b[0x1b][0x93][0x5]I[0xd6]J2t[0xda][0xde]P[0xfa][0x9e][0xf9]?V[0xb]U[0x97][0xbb][0xa3][0xaa]$[0xb4][0xd5][0xfa]L([0xa8]X[0x3][0xe5][0xd3]f[0xbb][0xfa][0x95][0xde]{[0x9b]4K[0xb7][0xd1]([0x1c][0xb4][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][a[0xdc][0xd0][0xdb]X[0x1d][0xc4][0xa1][0x8b][0x89],[0x94][0xb6][0xda][0x80][0xa7][0x1][0xec]F[0x12][0x9][0x8][0xbe]5;-[0x5][0xff][0xdd][0x16][0x98][0xf6]I[0xba]&[0xe6][0x94][0x13][0x8f][0x16][0xe]}'c[0x83][0xe9][0xdd]wE[0x9c][0xf1][0x8]&[0x9]>B[0xf6][0xef]h[0xe4][0xd1][0xcf][0xa3][0xa3][0x1c][0xe2]>[0xbc]z[0x94]n[0x19][0xf7] [0xc5][0xe5]je[0xae][0xd7]&.k[0xe4][0xc9][0xa2][0xe9][0xed][0x16][0x5][0xb8]Q[0xc1]>[0xc2][0xc8][0xdd]q[0xc6]w0[0xa0]*P[0xfc]}[0xa2]C[0xea]m0[0x1b][0xb3][0xa2][0xdc][0xdf][0xec][0xf5][0x14]1(2f[0xc4][0xcc]z[0xd3]k[0xf7][0xcf][0xca][0xf1][0x3]y[0xd5]H[0xa4][0xae]w~[0xbf]>[0xad][0xd9]i2.[0x19][0xa2][0xe0][0xb3]#A[0xee][0x9f][0xab]t[0x80][0xae][0xa0][0xf1]{[0x96]i[0x14][0x87][0xa1][0x84]wnke[0xf2][0x1f]PK[0x7][0x8][0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.properties[0x15][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14][0x0][0xf7]9[0xc5][0x83][0xae][0x13][0x8c]T[0xb1][0x85][0xae]D[0xc4][0x85][0xae][0xbc]@>[0xaf]5%[0xe4][0x85]|[0x8a][0xde][0xde]f7[0xcc][0xc0]tw[0xc][0x98]TA[0xb][0xfa][0x7][0x94][0x16][0xa1][0xa2]2[0x1f][0x14]3z[0xf7][0x15][0xba][0x6][0xeb]1[0xfa][0xba][0xb8][0xc0][0xba]'[0x5]x[0xd1][0x6][0xf2][0x2][0xf2]<[0xf6][0xc3][0xb8][0xc3][0xf5][0xf6][0x86][0xe3]A[0xe]l[0xc3][0x94][0x1d][0x85]I[0x8a][0x93][0x90]lIT[0xe3][0xc3]N[0xed]H1[0xf7][0xab][0xd0]*#S[0xa9][0xb8]Y[0x99][0xd2]J[0xb3][0xbc]Y^[0x8b][0xf3][0xdc][0x90][0xf7]h[0xca][0xbe][0xc8][0xec][0xf]PK[0x7][0x8][0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xml[0x8d]T[0xc1][0x8e][0x9b]0[0x10][0xbd][0xe7]+[0xac][0xa8]Wl[0xd2][0xa6][0x97][0x88]rh[0xd5]C[0xab][0xdd]n[0xa4]U[0xab][0xde]V[0x8e][0x99]%N[0x8d]m[0xd9][0xe]aU[0xf5][0xdf]kl`[\r][0x9b][0x95][0xf6][0x4]3<[0xbf]y[0xf3]fL[0xa1][0x8d]:[0x1]s[0xa8]k[0x84][0xb4][0x9f][0xd6]G[0xe7][0xf4][0x8e][0x90][0x86][0xb6] 1[0xd5][0x94][0x1d][0x1]+S[0x93][0xfd][0xdd]-[0xd9][0xe2][0x1c][0xe7][0xeb][0x88][0xdc]u[0x96]O[0xe8][0xcb][0xe5][0x82]/[0x1f][0x2][0xee]}[0x9e]o[0xc8][0xef][0xdb][0x9b]{[0xb0][0xa1][0x19][0x97][0xd6]Q[0xc9][0xc0][0x9f][0xb2]|gC[0xf2]F1[0xea][0xb8][0x92]o([0x86]^C[0x84]D[0xd6]n[0x1f][0xf2][0x87][0x1c]w[0xb6]Z[0x97][0xab][0x15]BE[0xa3]*[0x10][0xbf][0xc0]XO_[0x6][0x86][0x82][0xcc]r[0x1][0xa5][0xa9][0x1][0xe9]J[0xff][0xea][0x83][0xda][0xa8][0xb3][0xfe]V[0x95][0x9e][0x15]+m[0xb7][0xa7][0x82][0x8c][0xa9][0x8][0xa0][0xc6][0xf1]G[0xca][0x9c]O[0x1c][0xa8][0x85][0x82]$[0x89][0x88]h[0x7][0xf2][\r][0xfe][0x88]7[0x5][0x19][0xc3][0xf8][0xd1][0x80][0xf0][0xdd][0xb6][0xb0][0xa7][0xee]XbL[0xb4]j[0xb0]w[0xb0] [0xb3][0xf][0xbd],2[0xea]Z][0x93][0x85]c[0xf1]D[[0xaa],@[0xb2][0x1e][0x92][0x9d][0x1d][0x17][0x19]SB[0xf8][0xa9]z[0x19]v)[0xd8][0xb7][0xcf][0xfe][0xd0][0x9a][0xcb][0xba]<[0x9c]e%[0xa0]/5[0x7]%8[0xfb][0xd1][0xab][0x99][0x9b][0x85]{'[0xf0][0xcc][0x89]k[0x87]ft}S[0xd6][0xdb][0x91]r[0xbd]J[0xf3][0xc][0x8e][0xe3]K$[0xae][0x2]%[0x17][0xe3][0x8a]hq[0xf6][0xfe][0xe][0xda][0xa7]x[0xc][0x17][0xf3][0x1e][0xf6][0xfc][0x11][0x4][0xef][0x16][0xdb][0xb8][0xdc][0xc8]x[0xf][0xa2][0x9e],[0x92][0xbe]\[0xd0] .)8F6[0xea][0x1e]t[0xc6]Qj[0x90][0x15]H[0xf6][0xec][0xf3][0x94]z[0x9a][0xc8][0xde][0xb0][0x9b]K[0x9d][0xc9]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*[0xeb][0xab][0x1a][0xc7]{[0xf3][0xee][0xef][0xf0]O[0xc2]C[0xe6][0xdf][0xf2]N[0x91][0xb9][0xa8]$[0x8e][0xe6][0x87]Y[0xf4][0xc][0xe5][0xea]?PK[0x7][0x8][0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.properties[0x15][0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xd1]}N1[0xd0]u[0x82][0xd1]Zl[0xa1]+[0x11]q[0xa1]+/[0x90][0xb4][0xd3][0x1a][0x9][0x99]0I[0x8a][0xbd][0xbd]d[0xfb]>[0xfc][0xe6][0x8e][0x1][0xd9]d[0x9c][0xc1][0xee]@[0xbc]*[0x13][0xcd][0xf4]A[0xb5][0xa0]w?eK[0x98]=F_V[0x17]D[0xf3][0xa4][0x0]/[0xda]@_@wC[0xdb][0xf][0xa7][0xe][0xae][0xb7]7[0x1c][0xf][0xba][0x17][0x1b]rr[0x14]F[0xad][0xce]J[0x8b][0x95][0xa9][0xc4][0xc7]<[0xd6]#[0xc5][0xd4]~[0x95]5[0x9][0x85][0xe1][0xec][0x16]3[0xe5]Z[0xaa][0xca][0xaa][0xb2]d[0xe7]ed[0x8a][0xc8]y[0x17]PK[0x7][0x8]j[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xml[0x8d]TM[0x8f][0x9b]0[0x10][0xbd][0xf3]+[0xac][0xdc][0xb1]I7[0xbd]D,[0x87]J=[0xb4][0xda][0x8f]H[0xab]V{[9fB[0xbc]5[0xb6]e[0x9b][0x84][0xfc][0xfb][0xfa][0x3]X[0xc8][0xa6]RO0[0xe3]7o[0xde]<[0xf][0x94][0xda][0xa8]w`[0xe][0xf5][0xad][0x90][0xf6]~utNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2]#`e[0x1a][0xb2]{~$[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xde][0xf2][0x9]}>[0x9f][0xf1][0xf9].[0xe2][0xbe][0x14][0xc5][0x9a][0xbc]>>[0xbc][0xf8][0xc2][0x96][0xe6]\ZG%[0x3]_e[0xf9][0xd6][0xc6][0xe4][0x83]b[0xd4]q%[0xff][0xa3][0x19][0xfa][0x17]"&[0xf2][0xd3][0xe6][0xad]x+po[0xeb]U[0x95]e[0x8][0x95][0xad][0xaa]A[0xfc][0x6]c=}[0x15][0x19]J[0xb2][0xc8]E[0x94][0xa6][0x6][0xa4][0xab][0xfc][0xab][0xf][0x1a][0xa3]:[0xfd][0xa3][0xae]<+V[0xda]n[0xde]K2[0xa6][0x12][0x80][0x1a][0xc7][0xf][0x94]9[0x9f][0xd8]S[0xb]%[0x99]%[0x12][0xe2]4[0x90][0xaf][0xf1]W[0xbc].[0xc9][0x18][0xa6]C[0x3][0xc2]O{[0x82][0x1d]u[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c[0xa2]U[0x8b][0xbd][0x83]%Y[0x1c][0x4]Yd[0xd4][0x95][0xdd][0x92][0x85]S[0xf3][0x99][0xb6][0xb9][0xb2][0x8][0xc9][0x3]$[0xef][0x1c][0x17][0xb9][0xbf]U[\r][0xc6]][0xae][0xd5][0xfa][0xd9][0xd9][0x1f][0xda]p[0xd9]T[0xfb]N[0xd6][0x2]B[0xd7]1[0x13][0x1b]K[0xda]B[0xf5][0xbc]{[0xd9][0xfc]D[0xdf]<[0x1d][0xca][0xd1]/O[0xe8][0x1f][0xbb][0x89]2B[0x2][0xb6][0x6][0xcb][0xc][0xd7]n[0x9a][0xf6]S[0x1d]w[0x1c],[0xf9][0xde];[0x90][0xc1][0x13][0x8b][0xe2][0xd4]P#[0xa7][0x90][0xbd]8h[0x9]S[0xf2][0xc0][0x9b][0xce][0xc4][0x95]@[0x83]n_[0x84][0xa3]%[0x8b][0xe]Q[0xff][0x4][0x18][0xfc]Mc`{i[0xf7]Jp[0xf6][0x14][0xb4]-M[0xc3][0xc1][0x11][0xfc][0xe1][0xc8][0xad][0x8a][0x5]W[0x98][0xcf]z[[0xe6]D[0xb7]9>[0x90][0xe9][0x2]g[0xe2][0xb2][0xc8][0xc7][0xc5][0xb8]$Zt[0xde][0xe4]A[0xf5][0x14][0x8f][0xe1][0xd5][0x8d][0xf][0x9b]~[0x0][0xc1][0xfb][0xab]}[0xbc][0xde][0xc9][0xf4]%$=y"[0xfd][0xbc][0xa2]Q[0xdc][0xac][0xe1][0x18][0xd9][0xa4]{[0xd0][0x99][0xc5][0x9][0xc2][0xdf][0xa0][0xfa][0xb]PK[0x7][0x8]b[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x6]#[0xb1][0xd8]BW"[0xe2]BW^ i[0xa6]5[0x12][0x93][0x90][0x9f]Ro/[0xd9]~[0xf]^w#OI[0x15]2[0xa0][0x10][0xd2][0x8a]*[0xaa][0xf9]M[0xb8][0x90][0xb3];[0xea][0xea][0x8d][0xa3][0xe8][0xea]j=[0xeb][0x1e][0xc1][0xc3]3l [0xce] [0xfa]Q[0xe][0xa3][0xec][0xe1]r}[0xc1][0xf1] [0x6][0xb6]Q[0xca]6[0xf8]I[0xe0][0x9][0x5][S[0xa8][0xf1]n[0xa6]v[0xc]1[0xcb][0xf]j[0x95][0x89][0xa9]T[0xec][0xa2][0xe6][0xd2]JS[0xde][0x94][0xd7]b[0x1d][0xdf][0xbf][0x8e][0xfd][0x1]PK[0x7][0x8][0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xml[0xad]T=o[0xdb]0[0x10][0xdd][0xf5]+[0x8][0xa3][0xab]H[0xb9]u[0x17]C[0xd5]P[0xa0]C[0x8b][0xa4]1[0x10][0xb4][0xe8][0x16][0xd0][0xd4]EfJ[0x91][0x4]I[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a][0xfe][0xf7][0xf2]CR$[0xd9][0x5]2d[0xb2][0xef][0xf8][0xf8][0xee][0xdd][0xdd][0xa3]Jm[0xd4][0x13]0[0x87][0xba]VH[0xfb]iupNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2][0x3]`e[0x1a][0xb2][0xbb][0xbb]%[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xce][0xf2][0x11]}>[0x9f][0xf1][0xf9]C[0xc4][0xbd]/[0x8a]5[0xf9]u{s[0xef]/[0xb6]4[0xe7][0xd2]:*[0x19][0xf8][[0x96]omL[0xde](F[0x1d]W[0xf2][0x15][0xc5][0xd0][0xff][0x10]1[0x91][0x9f]6[0xf][0xc5]C[0x81];[[0xaf][0xaa],C[0xa8]lU[\r][0xe2]'[0x18][0xeb][0xe9][0xab][0xc8]P[0x92]Y.[0xa2]45 ][0xe5][0xff][0xfa][0xa0]1[0xea][0xa8][0xbf][0xd6][0x95]g[0xc5]J[0xdb][0xcd]SI[0x86]T[0x2]P[0xe3][0xf8]#e[0xce]'[0xf6][0xd4]BI&[0x89][0x84]8[0xf5][0xe4]k[0xfc][0x11][0xaf]K2[0x84][0xe9][0xd0][0x80][0xf0][0xdd][0x9e]`G[0xdd][0xa1][0xc2][0x98]h[0xd5]b?[0xc1][0x92][0xcc][0xe][0x82],2[0xe8][0xca][0xae][0xc9][0xc2][0xa9][0xf8]D[0xdb]TY[0x84][0xe4][0x1][0x92][0x1f][0x1d][0x17]y[0xac]0[0x17][0xea][0xdb]f[0xbf]i[0xc3]eS[0xed][0x8f][0xb2][0x16][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0x99]XS[0xd2][0x16][0xaa][0xbb][0xdd][0xfd][0xe6][0x1b][0xfa][0xec][0x99]P[0x8e]~x.[0xff][0xe3][0xf7]Y[0x92]x[0x1a]`5Xf[0xb8]vc[0x8f][0x17]W[0xb8][0xe3]`[0xc9][0x97][0xce][0x81][0xc][0x93][0xb0]([0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "5r*[0xb8][0x7][0xc7]ng4Q[0x9f]Q[0x1a]L[0xb8][0xda][0x8f].[0xc9][0xc4][0xf6][0xb9][0xdd]+[0xc1][0xd9][0xf7] `>[0xf][0x1c][0x9a]M[0xe3][0xbc][0x6][0x9e][0xd1][0x4][0xfd][0xd6]w<[0xe5][0xb8][0xb8][0xfe][0x2]J[0x1b][0x99]H[0xca]"[0x15][0x17][0xc3][0xd6][0xb5]8[0xfa][0xd1][0xf5]Z[0xc7]x[0x8][0x17]+[0xec][0xad][0xfb][0x8][0x82]w[0xb][0x83]-M[0x96][0xac][0x9d][0xf4][0xe4][0x89][0xf4][0xd2]sQ[0xdc][0xa4][0xe0][0x10][0xd9][0xa4][0xbb][0xd7][0x99][0xb6][0xa5]A[0xd6] [0xd9][0xcb]\[0xc7][0xd4][0xf3]H[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb]-uN,'[0xa8]l[0xae]j[0x1c][0x9e][0xc2][0xbb]?[0xfd]g[0x6][0xf7][0x99][0xbf][0xcb]gB[0x96][0xa2][0xde]^e|[0x18]L[0x9][0xe1]u[0x4]W[0xbe][0xad][0xe2]I[0x9c][0xec][0x12][0xdd][0x13][0x18][0xaa][0xec][0x1f]PK[0x7][0x8]$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uCS[0xaa][0xd8]BW"[0xe2]BW^`[0xd2]LkJ[0xc8][0x84][0xfc][0x14][0xbd][0xbd]d[0xfb]=x[0xcd][0x9d][0xa8][0x9a]9[0xae][0xe4]4#[0xff]bD [0xef]V[0xaf][0xc5]k[0x1][0xbd]m[0x16]U[0x96][0x11]R[0xb6][0xaa]A[0xf1][0x1b][0x8d][0xf5][0xf2]UT([0xe9][0xc][0x8b],[0xcd][0xc]JW[0xf9]O_[0xec][0x8c]:[0xea][0xbb][0xa6][0xf2][0xaa][0xa0][0xb4]][0x1d]J:B[0x89][0xc0][0x8c][0xe3]o[0xac]v[0x1e][0xd8]2[0x8b]%[0x9d][0x0][0x89][0xd1][\r][0xe2]K[0xf8][0x9][0xcb][0x92][0x8e]e:4(|[0xda][0xe]7[0xcc][0xed]+[0x0][0xaa]U[0xb]~[0x82]%[0x9d][0x1d][0x4][t[0xf4][0x95]}g[0xb]R[0xf3][0x89][0xb7][0xa9][0xb3]H[0xc9][0x3]%?:..M[0xfa][0xc8][0xf5];[0xdb]q[0xb9][0xab][0xb6]G[0xd9][0x8][0xc][0xcd]F$[0xf6][0x93][0xac][0xc5][0xea]i[0xf3][0xbc][0xba]'7^[0x85][0xe4][0xe4]%[0xea]D<[0x10][0x1a][0xb4][0xb5][0xe1][0xda][0x9d][0x93]}!s[0xc7][0xd1][0xd2][0xdb][0xde][0xa1][0xc][0xf9]-[0x89][0x9][0xb1]!N[0x91][0x3][0xeb][0x18][0x4]g[0x10][0x93][0xce][0xc4][0xa2]?[0xa3]4[0x9a] 0[0x8c]-[0xd9][0x4][0xfb][0xb7][0xdd]*[0xc1][0xeb]_[0xc1][0xc6]|[0x16][0x90][0x82]~G[0x9c]I[0x84][0x4][0xd6][0xa7][0x9d][0xde][0x9f]][0xfd]$[0xa4]W[0x98]X[0xc9][0xa2][0xc][0x17][0xe3]Kkq[0xf4]#[0x1b]<[0x9e][0xeb][0xb1][0xbc]x[0xb6]a][0xdf]P[0xf0][0xfe]b[0xa9].[0x17]+[0xad]s[0xf2][0x93]'[0xd1][0xaf]{[0x16][0xcd]M[0x1a][0x8e][0x95]M[0xbe][0x7][0x9f]YL[0x10]~[0xe9][0xea][0x3]PK[0x7][0x8][0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]ME" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "TA-INF/maven/org.ops4j.base/ops4j-base/pom.properties[0x1d][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0][0xb5][0xc1]h+[0xb6][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98]4[0xd3][0x98][0x12]2!?Eo/u[0xfb]=x[0xcd][0x8d][0x2]%,d@[0x81][0x93][0x95][0x18]qz[0x93][0x9c][0xc9][0xbb][0x8f][0xd4]5[0x18]O[0xd1]W[0xeb][0x82]h[0x1e][0x1c][0xe0][0xc9]+[0xa8]3[0xa8][0xd3][0xd0][0xf6]Cw[0x84][0xcb][0xf5][0x5][0x87][0xbd][0xea][0xc5]J);[0xe][0xa3][0x92][0x9d]T[0xc2]&[0xae][0xf1]n[0xc6][0xed][0xc8]1[0xb7][0x8b][0xd4][0x98]I`*n[0xc6][0xa9]le[0xd3][0xdd]_PK[0x7][0x8][0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xml[0xdd]VMo[0xdb]0[0xc][0xbd][0xe7]W[0x18][0xc1][0xae][0x96][0x9c]-[0xbb][0x4][0xae][0x81][0xee][0xb6][0xa1]][0x3][0x14][0x18]v+[0x14][0x99]I[0xd4][0xc9][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Z[0xb2]][0xc7][0xcd][0x80][0x1e][0x86][0x2][0xc9]-|z"[0xdf]#[0x99]D[0xb9][0xb1][0xfa][0x19][0xb8]O[0xe][0x95]T[0xee]f[0xba][0xf5][0xde],([0xad][0xd8][0xe][0x14]a[0x86][0xf1]-[0x10]m7t[0xf9]pO[0xe7]$#[0xd9]42[0x17][0x7]'z[0xf6]~[0xbf]'[0xfb]O[0x81][0xf7]1[0xcb]f[0xf4][0xe7][0xfd][0xdd]#^[0xac]X*[0x94][0xf3]Lq[0xc0][N,\[0x0][0xef]4g^h[0xf5][0x86]b[0xc9][0xbf][0x18][0x1]Hw[0xf3][0xa7][0xec])#[0x7]WN[0x8b][0xc9]$I[0xf2]J[0x97] [0x80]u[0x98][0xbe][0x8][0x19]rz[0x82][0x5][0x96]a[0x16][0x94]/[0xf0]#[0x6][0x1b][0xab]k[0xf3][0xb5],0+[0xd1][0xc6][0xcd][0x9f]s[0xda]A[0x91][0xc0][0xac][0x17]k[0xc6]=[0x2]+[0xe6] [0xa7][0x3] 2vm[0xf2][0x19][0xf9]Lf9[0xed][0xc2]xhA[0xa2][0xdb][0x1d],[0x99][0xdf][0x16][0x84]P[0xa3]+[0x82][0x1d][0xcc][0xe9][0xc9]A#[0x8b]v[0xba]&[0xe7]d[0x91]X|[0xa0]m[0xa8],P[0xd2]s[0xfa][0xd0]-[0xff][0xc5]6Bm[0x8a]U[0xad]J[0x9]M[0x9d][0xe][0x9][0xa5][0x14][0xab][0xa0]xX>[0xce][0xbf]%_0A[0x92]&[0xb7][0x12][0xf5][0x5][0xb8]9/[0xc1]q+[0x8c][0xef]=[0x9d]r[0x9d][0x83]j%[0x8f][0x89]^'L[0xca][0x4][0xdb]]Kp$8:[0xb9][0x1a][0xc4]Xm[0x0][0xf5][0x81]k[0xdb][0x13]5[0x11]w[0xac]VZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0xbd]):[0xf6]|[0x8e]sr[0xbb][0x91][0xea][0xd0][0x15][0xc][0xa7][0xf8][0xea],[0xf6]x `[0x12]2[0x8][0xd9][0xcd][0xd1][0xc8][0x1a][0xbb][0xd2]*[0xeb][0xe3].[0x1c][\r][0xa5]][0xc6]5Hq[0x18][0xad][0xcc]xm[0xe2][0xb2]F=iL[0xfa]z[0x8b][0x82][0xb8]A[0xc1].rQw[0xab]3[0xce][0xc3][0x80]*A[0xf1][0x97].[0xf6][0xd0][0xb1]O[0xf6][0x86][0x5][0x1a][0xeb]|Y[0xa2][0x14][0xe][0xc0][0xcf]j[0xec][0x96][0xfb][0xc3][0xef][0xf6][0x87][0x83][0xb4][0xc8][0x9f][0xd1][0xe2]#W[0x87][0xc1]3Yx[c[0xe5]>l[0xfd][0x8d]E[0xff][0x17]B_[0xbe][0x7][0xc9][0xd4][0xe6][0xf2]]TZ[0x9][0xaf][0xad][0xbb]|'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0xe5][0x9b]pF\[0x81][0x9]\[0xa8]3[0xc7][0x97]f[0xa3][0xf6]B^[0x87][0x8b][0x94]k)Q'[0x96][0xbe][0x82]/zp[0xd4]>[0x17][0x8e]Wb'<<[0xdf][0xd3][0xc9] [0x8e]O[0xae][0xf0][0x2]k*[0x14][0x93][0xbf]PK[0x7][0x8][0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/CommandLineBuilder.class[0x9d]R[0xdd]o[0xd2]P[0x14][0xff]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "t`ql[0xc8][0xe6][0xb7][0xc3]MW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0x1a][0xe7][0x86][0xc1]ht[0x89][0x86][0xc8][0xf4][0x1]%[0x1a][0x1f][0xf4]Rn[0xb0]H[R[0x8a]q[0x87][0xef][0xfe][\r][0x98][0xf8][0x15][0x13]y[0xf4][0xc1]?[0xca]xni[0x18]S[0x12][0x8d]/[0xf7][0x9e]sz~[0x1f][0xe7][0xf4][0xfe][0xf8][0xf9]u[0xc][0xe0]*[0xf4]4T[0x9c]Qq6[0x85]$[0xce][0xa5][0xb1][0x86]B[0x9a][0xa2][0xf3]*[0xd6]Ul0d[0x9c][0xe7][0x96][0xe7]8[0xdc]m[0xd7]mW0[0xe4][0x9e][0xd5][0xbb][0xfc]57{[0xdc][0xed][0x98][0x8d][0xc0][0xb7][0xdd]N[0x95]!y[0xc3]v[0xed][0xe0]&[0x83][0xa2][0x17][0x9b][0xc][0xf1]][0xaf]M[0xbd][0x8b][0x12][0xf2]`[0xe8][0xb4][0x84][0xff][0x88][0xb7]zTY[0xae]{[0x16][0xef]5[0xb9]o[0xcb]<*[0xc6][0x83][0x97][0xf6][0x80]a[0xbd][0xee][0xf9][0x1d][0xd3][0xeb][0xf][0xb6][0xba][0xa6]x#,s[0xf7]@[0xf7][0xce][0xd0][0xee][0xb5][0x85]/[0x95]x[0xbf]/[0xdc]6CE[0x9f][0xe3][0xa4][0xf8]O[0x1c]j4[0x11][0xc3][0xc2]@t[0x1c][0xe1][0x6]$[0x9f]i[0x4][0xdc]z[0xb5][0xc7][0xfb][0x91][0xab][0x1d][0xfd][0xbf][0xe9]#R9[0xee][0x9c]][0xa9][0x81]w[0xdb][0xf7][0xf9]>C^/[0xce][0xdd]f[0xba][0xe1][\r]}K[0xdc][0xb5][0xa5][0x8f][0xd5]?5.I[0x8c][0x86]4[0x8e]0d[0xc7]kX@J[0xc5][0x5][\r][0x17][0xb1][0xa9]a[0x9][0xcb][0xc][0x85][0xbf][0xda]>D[0xf4][0xb0][0xd5][0x15]Vp[0x98]{[0x10][0x8][0x87]![0xc5][0xa5]u[0xcb][0xeb][0x93]}cvC[0x13]L[0xb5]6[0xa7]T+6Q[0xa0]7[0xa5][0xd2][0x83]c[0x88]I[0x14][0xc5])[0xa6][0x9][0xe8][0xd4]([0xbb]EuFw[0xc6][0xf8][0xc]f([0xdf][0x10][0xfb][0x8][0xe5]=[0x15]b[0xc8][0xd0]y[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9d][0x9b][0x4][0xd2][0xa9][0xbd]H9[0xe8][0xe][0x1]XD6$[0xa6]I#[0xb2][0xb7]H[0x84][0xfd][0x95][0xd2]w\+[0x8d][0xdf][0xe1][0xb2][0xf1][0x1][0xca][0xb8]4~A[0xbc]{2V[0xca]JX[0xfa][0x82]xI)G_)1[0xca]$k[0x8c][0x8][0xab][0x84][0xba]'[0xc9]6[0xb0]E[0x86][0xb7][0x91][0xc7][0xe]6P[0xc1][0x15]\[0xa7][0xac][0x1a]zX[0xa3][0xbe]<[\r][0x97][0xa3][0x8e][0x98]T[0x8c][0xdc][0xc8][0xe8][0x18][0xd5][0xe8][0x1f][0x87]\l;4[0xb8][0x12][0x19]|B[0x6]e{[0x8e][0xc]f[0x8d]8[0xb9]z[0xaa][0x94][0x1a][0x9f][0x90][0x18][0xcd]hOf[0xbe]G3[0xd7][0x8]z?[0xd4][[0x99][0xc0][0xa6]*9[0xac][0xe2][0xf8][0x81][0xca][0x12][0x85]'[0xc8][0xf4]D[0xc5][0xa4][[0xae](![0xe7][0x1b]Mw[0x99][0xc][0x8b][0x8f]gv[0x98][0x98][0xee][0xf0]T[0xd8]u[0xfa][0x17]PK[0x7][0x8][0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xe3][0x98][0xc]u[0x1d][0x92][0xa6][0x10][0xde][0x90][0x6]CS[0xb7][0xc2] X [0x81][0xd8][0x84]"[0xa8][0xd2][0x82]H[0xd5][0xae]'[0xf6][0x90]85[0x9e][0xc8][0x8f]R[0xbe][0x88]u%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x12][0xb]>[0x80][0xf]`[0x83][0x90][0xe0]G[0x10]w[0x9c]JAj[0xa5][0xc8][0xf2][0xbd]3w[0xce]9[0xf7][0xf8]z[0xbe][0xff][0xfd][0xfa][\r][0xc0][0x3][0xac][0xcd][0xa1][0x8c][0x1b]:[0xdc][0xb4][0xc0][0xd1][0xb4][0xb0][0x84][0x16][0xc7]-[0xe][0x87][0xe3]6[0xc7][0x1d][0x86][0xf9]}[0x11]9[0xe3]D[0xf9]2M[0x19][0x16][0xbb]#[0xb1]/[0xbc]H[0xc4][0x3][0xef][0xf5][0xa4][0xf8][0x98][0xa1][0x9c][\r][0xc3][0xd4][0xb9][0xc7][0xd0][0xea][0xaa]d[0xe0][0xa9]q[0xfa]p[0xe4][0xc9][0x3][0xe9]{[0xcf][0xe4][[0x91]G[0xd9][0x6][0x91][0xde][0xe4]q,[0x13][0x8d]~[0x12][0xc6]a[0xf6][0x94][0xe1]Q{6[0xfc][0x94]~+;[0xc]fG[0x5][0x92][0xa1][0xda][\r]c[0xb9][0x95][0xbf][0xeb][0xcb]d[[0xf4]#[0xaa][0xd4][0xbb][0xca][0x17][0xd1][0x8e]HB[0xbd]?.[0x9a][0xda][0x1f][0x83][0xfd]RKv"[0x91][0xa6][0x92][0xb6][0xce][0xcc][0xee][0xce]}[0xb2][J[0xf2][0x98]b[[0xb7][0xad][0xf4]2[0xe1][0xef]m[0x8a]q!L[0x83]b[0xb0]z*O|[0xf9]<[0xd4][0x8d][0x1a]'$[0xee]j[0xff]dt=[0xf6]#[0x95][0x86][0xf1]`SfC[0x15]p,[0xdb]hc[0xc5][0xc6]m[0xd2]7M_[0x8e][0x86][0xcb]pH@[0xa1]%[0x85][0x16][0x5]E[<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14]([0x16][0xca],[0x8a][0xf5][0x18]K[0x93][0x97]6%[0x97][0xc9][0x1b][0xa0][0xce][0xe9]t[0xee]`[0xce]M[0xe7]1[0x99]s[0xde]V[0xe7][0xe6][0x4]%[0xa5][0xa2][0xa2][0xa2][0xb8][0xe9][0xe][0xe7]t[0xa7][0xdb][0xdc][0xdc][0xe6][0xec][0xee]9[0xe7][0xa6]N[0xfc][0xfe][0xde][0xa4]o[0x92]6*[0x9f][0xfd]1>[0xf0]<[0xcf][0xfb]<[0xbf][0xfb][0xe]O[0xbf][0xf3][0xe0]#[0x0][0x16][0xa9][0x13][0xdd]X[0x8b][0x9b][0xdc]h[0xc7][0xcd][0x95]<[0xdd][0xa2][0xe1]V[0xb9][0xb9]M>n[0xd7]p[0x87][0xb]w[0xba][0xa1][0xa1][0xbf][0x12]w[0xe1]n7[0x1c][0xf8][0x9a][0x86]{[0xdc][0xd0]q[0xb3][0x80]}]N[0xdf][0x90][0xe5]^[0x17][0xbe])8[0xf7]i[0xd8][0xe5][0xc6][0x4][0xdc][0xec][0xc2]n[0xd9][0xef][0x97][0xc7][0x7][0xdc][0xd8][0x83][0x8c][0xb][0x3]r[0xb3][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83]x[0xd0][0x85]}[0x1a][0x1e]rc[0x6][0x1e][0x96][0xe5][0x11]Y[0xf6][0xb][0xc9]G[0xe5][0xf4][0x98][0x86][0xc7]]8 [0x9c][0x9f][0x90][0xcb]'[0x85][0xf4]A7[0x9e][0xc2][0xb7]d[0xf9][0xb6][0xb]O[0xbb][0xf0][0x8c][0x10][0xfa][0x8e]<[0xb7][0x12][0xdf][0xc3][0xf7][0xdd]x[0x16]?[0xd0][0xf0][0x9c]0[0xfb][0xa1][0x1b][0xb][0xf1][0xbc][0x90]z[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc2][0x8f][0xe5][0xf3]'[0xb2][0xfc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc3][0xcf]eyQ[0x1e]~[0xe1][0xc2]/[0x85][0xe2][0xaf][0xdc]X[0x89][0x97]\[0xf8][0xb5][0x86][0xdf][0xb8][0xf0][0xb2][0x1b][0xbf][0xc5][0xef][0x84][0xf2][0xef]5[0xbc][0xe2][0xc2][0x1f][0x84][0xd3][0xab].[0xc]i[0xf8][0xa3][0x86]?[0xb9][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0xe1]/[0x82][0xf3]W[0x17][0xfe][0xe6][0xc2][0xdf]5[0xfc][0xc3][0x8d][0xd7][0xf0]O[\r][0xaf]k[0xf8][0x97][0x86]7[0x14][0xf4][0xd6]X[0xcc]H.[0x8f][0x4]R)#[0xa5]P[0xde][0xd6][0xbe]J[0xc1][0xd3][0x16]Ov7[0xa4]"[0x9b][0x17][0xf7]6[0xb4][0xc5][0xbb][0xbb][0x8d]d[0x93]BEt[0xd3][0xb6]@[0xd8]TPg[0x13]"[0xba]is2[0x10]5[0xb6][0xc5][0x93][[0xd6]'[0xe3]A#E[0xe4][0x9]m[0xbd][0x81][0xad][0x81][0x86]H [0xd6][0xdd][0x90][0xbb]$[0xde][0xd8][0xe8][0xa6]TO[0xda][0xc][0xc5][0xb7][0xc5]V[0xc7][0xe3][[0x84]z[0x1e]lCO[0xd2][0x8][0x84][0x84][0xfa][0xd2]p,l[0x9e]L[0x9]j[0xe7][0x9d][0xa9][0xe0]X[0x1e][0xf][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3][0xda][0xc2]1c]:[0xda]e$7[0x4][0xba]"[0x86]%Z0[0x10]93[0x90][0xc][0xcb]w[0xee][0xd2]a[0xf6][0x84][0xc9][0xb6]%v<[0x91][0xa2][0xd8][0xc6]v#[0xd8][0xb0][0xc2][0xd8][0x1c]HG[0xcc]5dwzZ[0xf4]$#G[0xed][0xd9][0x16][0x83][0xac].[0xe][0x81]S[0x88][0xd5][0x9e]S T[0x87][0x99][0xc][0xc7][0xba][0x9b]J\[0xfd][0x8f]@[0xd9][0x9b]p[0xbc]ae8b4[0x9][0xfb][0xca][0xad][0xd1][0xf6][0x84][0x19][0x8e][0xc7][0xc4]l%h[0x10]"(>I[0x4][0xcc][0x1e][0x9e][0xa3][0x81]p[0xcc][0xf2]Q[0xb1][0xf5]l[0xe0][0xb1][0x89]d[0xbc][0x9b][0xfe][0xb0]i[0xba][0x4]huF[0xc][0xb7][0x98][0xda][0x8c][0xf6]M[0x91][0xfb][0x4][0xec]8f[0xf5][0x9a][0xe6]3[0x9b]7[0xad]n_[0xdb][0xe2][0xb][0xa7][0xb2][0xd1]a[0x98][0xe4]][0xd9][0xd0][0x15][0x8e]5[0x88][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbe][0xf]b[0xaa][0xa9][0xe3]u[0xb5]D[0x9d]P$r{W/[[0xeb]h[0x91];[0xcc]x"![0xe6][0xc8][0xe3]3:G[0x0][0xe5][0x82][0x9d][0xdb][0xd6][0xb0][0x95]_za[0x83]d[0x1b]**[0xce][0xac][0x97][0xf9][0xef]V[0xd3]H[0x6][0xd8][0xd2][0xa5]b[0x95][0xee][0xa3]cd[0x80][0xe8]0[0x12][0x81][0x1c][0x9c][0xa3]7[0x1e][0xa6]w[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x97][0xf7][0x4][0x92][0x1d][0xc6][0xf9]i#[0x16],[0xee][0xc7]E[0xf]%[0xab]f[0x5]}i[0xc4][0xe8][0xac]%%[0xeb][0xec][0xe1]t[0xd9][0x13]J[0xb5][0xce][0xc3]C]pX[0xc5]=[0xf][0xaf][0x99][0xf1][0xe6]d2[0xd0]g[0x15][0xf8][0x92]C[0xd7][0xf8][0xbc]m-[0xc8][0x94][0xd5]j[0xb3][0xcf][0xd2][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91][0xb2]N/m[0x97][0x89][0xb5]%[0xaf][0xc7][0x8f][0x1c][0xab][0x15][0x9c]![0xa3]+M[0xda][0x93]K[0x9a]A&[0xc5]P~n[0xf3][0xd7][0x8e][0x98]$[0xdf]o@[0xaa][0xc][0xc7]z[0x8c]d[0xd8]lmW[0x98]^[0xaa][0xa1][0xe5]A[0x9d]V[0x99][0xcc][0xd3][0x8f][0xd6][0x9f][0xef][0xda]"Xu[0xfe][0x81][0xa1]m[0x86]e[0xd6][0x94].j[0x14]w[0xd1][0xdc]5[0xb9][0x8d][0xb][0x84]B[0xc5][0xdd][0xbe](zs[0x9d][0xdd][0x1a][0xd2][0xc3][0xb1][0xcd][0xf1][0xe2][0xb6][0xd9][0x97]2[0x8d]([0x1b]U[0x4][0x7][0xa6][0xca][0xcc][0x4][0xc0]#s[0x1e][0xf7]2[0x19][0xe9][0xac][0x9d][0x3][0x6][0xf7]*([0x19][0x3][0xb9][0x9e][0xc7][0xaf][0xc5][0xbc]W[0xdc]+[0xfc][0x8e][0x1][0xa8]][0x16][0xdc][0x87][0xb9][0xba][0xb9][0x3][0xa7][0xc0][0x89]S[0xb1][0x89]'=[0xb][0x85][0x8f] [0xc0]](t[0xe5]([0xac]$[0xa4][0xc0][0xba][0xfd][0x3]([0xf3]O[0xdb][0x83][0xf2]<[0x95][0xb1]([0xe7][0xba][0x9a]R[0xb5][0xa2][0x12]k,J[0x93][0xb3][0xd0]9Jr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RN[0x8e][0x88][0x9c]?[\r][0xbe][0x9][0xcd][0xb][0xe1][0x82]&:[0xf8][0xeb][0xe6]/[0xf0]:[0xbc]NoE[0xf9][0xc3]pd[0xe0][0x1c])[0xe1][0x6]TS[0xcf]M[0x16][0x17][0xb][0xc3][0xa6][0xeb][0xc1]ft[R{[0xd0][0xc3]S[0x99]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa3][0xd7][0x92][0xc9][0x83]-[0xbc]sX[0xa7][0x8][0xef][0x9c][0xd6])[0x8a][0x18]u[0x8c][0xf3][0xec] [0xa6]f[0xc9][0x94][0xc8][0xca]T[0xe6][0xe7]][0x15]_[0x86][0xfc][0xf][0xa0][0xe2] [0xc6][0xec][0x83][0xd6][0xe9]q[\r][0xa0]r[0xff]n[0xb8][0xe7][0xef]EU[0xa3]k[0x1f][0xf4][0xce][0x1][0x8c][0xf1]:[0xf7]bl[0x6][0xe3][0xea]2[0x18][0xef][0xa9][0xe6][0xc1][0xeb][0xe2][0xb2]@[0xe]Ta|c[0xe5]nx[0xf6]a[0x2]A'z&e0[0xd9][[0x99][0xc1][0x94][0xbd]8[0x82]G[0x8f][0x97]K[0x6]S[0x7]1[0xad][0xc][0x4][0xf3]L[0xb7]N[0xfb]0[0xa3][0xd3][0x82][0x1a][0xc0][0x91][0xde][0x8a][0xc]ff[0xe0]kt[0xfb][0xbd][0x9a][0xd7]=[0x80]Y~[0xaf];[0x83][0xd9]{P[0xd1][0x8f][0xea]F[0xb7]%[0xd7][0xd1][0xf2]0g[0xbf][0xdf]/[0xc2][0xe]`[0xee][0x1e][0xd4][0xec]E-?j2[0x98]'t[0xfd]6[0x87][0xba]A[0xcc]/[0x3][0x9f][0xca]w[0xd2][0x87][0x19],[0xe8][0x7][0x5][0xac][0xcf][0xa0]a[0x17]m[0x10][0xc6][0x97]q#[0x8e][0xa2][0xcd][0xc4][0xe6]IL[0xe7][0xda]E[0xcb][0x84]h[0xf7]n[0xc6]Z[0x98]o[0xbd][0xf0][0xd3][0x9a][\r][0xb4][0xe3]bZ[0xf0][0x4][0xda][0xf0]$[0xda]p[0x19][0xce][0xe7]k[0x1a])l[0xc5]%[0xd8][0x86][0xcb][0xb0][0x1d];[0xd0][0x87][0xab]p[0x1]i^L[0xaa][0x17][0xe2]&\[0x84]{[0xf8]:[0x80]K[0xf1][0x18]![0x9e][0xc1]'[0xf1][0x2]>[0x8d][0x17][0x9][0xf9]2[0xae][0xc0][0xab][0x9c][0xea][0xc4][0xb7][0x17]0[0xfe]v[0x90][0xe3][0xf9][0x94][0xc0]M,[0x9d]TM[0x9e][0xe8][\r][0xdb][0xdf]C[0xb6][0xbf][0x87]l[0xf][0xd9][0xfe][0x1e][0xb2][0xfd]=d[0xfb]{([0xe7]o9[0xa5][0xf9][0xaa]Q[0x9f]g)m/[0xa3]o[0x19][0xee][0xa2][0xcc][0xdb][0x19][0xb5]}|[0xaf][0x87][0xb3][0xfa][0x10].[0x87][[0xc3][0x5][0x1a]>j[0xfd][0xbd]px[0xfd][0xd8][0xf0][0xe1]"([\r][0x17][0x8f]Y[0xe2],[0x88][0xa0]2[0xf9][0x85][0x90][0xcd][0x14]%VtI[0xcc][0xee][0xc3][0xc2][0xce][0xba][0xbd]8f[0x0][0xc7][0xae][0x9b][0x9f][0xc1][0xa2]F[0x87][0xdc]x[0x1d][0x83][0xe0][0x4][0xc9][0xcb]F[0xa7][0xd7][0xc9]p9n[0xa3][0xd7][0x99][0xc1][0xf1][0x8d][0x15][0xde][0x8a]A,Q[0xd8][0x89][0xe9]r[0xe2][0xbc][0xf7]([0x1c][0x8d][0x1a][0xf3]B[0x1b][0xc4][0x89][0xcc][0xef][0xfe]C/[0xed][0xb2]8[0x8a][0x8f]f[<[0xbe][0x8][0x99][0xfb]=[0xb8][0x86][0xdf][0xd7]b[0x1e][0xae]c[0x9e]~[0x89][0x15][0xe2]zV[0x87][0x9d]v[0xbe][0xac][0xa4][\r]/[0xa5][0xbe][0x9a][0x95]I[0xc3][0x96][0xdc]`YCY'[0xb1]x[0x19]i[0xad][0xc6]'[0xe8][0x9f]rR\F[0x1f]}[0x8a][0xbc]f[0xe3]Xz[0xea]2Z[0xf2]3[0x84][0xf4][0xf1]-[0xb][0xb5][0xc3][0x86][0xfa][0xac][\r][0xb5][0x83]Pb[0xc7]Y(;[0x84][0x85][0xd0][0x86][0xcd]x[0xb9][0x86][0xcf]i[0xb8][0xc2]Z?[0xf][0xbc]Ip%[0x83]|[0xae][0xb4][0xbc]D[0xd6][0xe2][0xbc][\r][0x12][0xb8][0x7]q[0x9a]l[0x9d]m[0x8f]g[0xbf][0x16]I[0xf0]6Zal[0x87]v[0xd3]F[0xbf]b[0x1e]d?[0x96][0xca][0xb9]F[0xa0]N[0xb2]B[0xbc][0xee]@?\k[0xeb][0xe][0xcc][0xdf][0xdf][0xf]G[0xdb].R[0x1e][0x8b]U,J[0xe0][0xbf][0xb5][0xd6][0xe][0x96][0xd1][0xd3]qr.[0xd8][0x8f][0xc7][0x18][0xae][0xb7][0xd0]8[0xb7][0x12][0xf2]6L[0xc2][0xed][0x98][0x89];[0x18][0xec]w2[0xd8][0xfb][0xf9]~[0x17][0x9a]p7Z[0x18][0xc2][0xed][0xd8]E[0xcc]{i[0xdc][0xdd][0x5][0xe5]r[0xd8][0xa4][0xa2][0xfa]D8[0xdf]F[0x8b][0x86]+Wh[0xb8][0xea]M8[0x96]i[0xf4][0x11][0xa1][0xae][0xb6][0xb5]}[0x81]|%@[0x9b]%g[0xa9][0xa6]H~J.M%[0x1d][0xe5]:[0x83]S72G[0x9b][0xfb]1a[0xad][0xbc]/[0x9f]?[0x88][0x15][0xe5][0x90]+K[0xbd]uu[0x7][0x16][0xec][0x17][0xd5]4[0xe6][0xe5]\zAc>6[0x91]h[0x13][0xd5][0x92]=[0xab]Z[0xbd]U[0xc9][0x6][0xf9][0xfa][0x10][0xb3][0xea]aL[0xc1]#Tm?q[0x9e]$[0xd6]c[0xa8][0xc1][0x1][0xfa][0xed][0x9][0xaa]x[0x90][0xf5][0xff])[0xbb]n[0xd7]`[0x1c]3[0xef][0x1a]+[0xb7][0x9a][0xb][0x94][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7]!"[0x96]Y~[0xbd]R[0xd2][0xe0][0xaa]q9=[0x9][0xcb]_[0xb7]9[0x15][0xcf]`[0xb6][0x9][0xee][0xc][0x91][0xbd]%W[0xda]Vv[0xee][0xc3][0xaa]N[0xdd][0x0]V{Z[0x7][0xb0][0xe6][0xbe][0x11]%[0xfe]9[0xee][0xcf][0x17][0xb4][0x8e][0x19]v[0xa0][0xce]`H[0x9f]E[0xd2].[0xf9][0xbf][0x83]\[0xeb]8[0x8f]*[0x8a][0xed]g[0xfb][0x9f][0xca][0xd5][0xe8][0xd3][0xa4]F[0xe7][0xea][0xad]_jl[[0xb6][0xc6][0xde]g[0x9b]#[0xdb][0xa6]^[0xa3][0xb0][0xaf][0xf3][0xfc]F[0x81][0x7]g[[0xc5]"[0xab]$[0xe9][0x8e]-[0xc8]l[0xc5]*vCN[0xaf][0x6][0xee][0x2][0xee][0x14][0x1f][0xe5][0xe5][0xaf][0xb0].[0xdf].[0xa0][0xe7][0xcc][0xc9][0xee][0xc2]Wl[0xbf][0xcf][0xb2]^[0x80]J[0xcf][0xda][0xbd]Xw?<[0xbb][0xac][0xe][0x9b]'PGr7ZD[0xbf][0xca] [0x13][0xb3]([0x6][0xae][0xf5][0xe7]]PK[0x7][0x8][0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/ExecutionException.class[0x85][0x91][0xcb]N[0x1b]A[0x10]Eo[0xe1][0xb1][0x7],[0x13][0x8][0x89]y[0x4][0x92][0xe0][0xb0]q[0xc]d[0x16][0x80][0x88][0x4][0x82]D<""+[0x8b]@[0xbc][0x8d][0x9a]I[0xcb]4[0xb2]g[0xd0]<[0x80][0xdf]be[0x89][0x5][0x1f][0xc0]7[0xb0][\r][0x9f][0x81][0xa8]j[0x8f] 2F[0xd1]H[0xb7][0xab]{n[0x9d][0xaa][0xea][0xbe][0xbe][0xbb][0xbc][0x2][0xb0][0x84][0xf]E[0x14]0#[0xf2]V[0xe4][0x9d][0xc8]{[0x17][0xb3].*[0x84][0xd1]XGF[0xb5][0x1a]:[0x8a]M[0x18][0xfc][0xda][0xdb]&[0xd0]w[0xc2][0xf0]V[0x18][0xc4][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0x86]j[0xa5]:[0xbf]y[0xf3][0xfb][0xf6][0xef]7Z![0x14][0xd6]M`[0x92][\r]B[0xae][0xfa][0xb1]Ap[0xb6][0xc2]?[0x9a]0R7[0x81][0xfe][0x91][0xb6][0xf]ut[0xa0][0xe][|2V[0xf]}[0xc6]*[0x86][0xf3]>;t[0x92]#[0x13][0x13][0xe6][0xea]a[0xd4][0xf4][0xc2][0x93]x[0xf9][0xd8][0xd3][0xe7][0xda][0xf7]vX[0xd2][0x84][0xeb][0xef][0x9c][0xfb][0xfa]D[0x82]5B[0xb9]Z?V[0xa7][0xca]k[0xa9][0xa0][0xe9][0xed]'[0x91][0x9][0x9a]kR[0xd2]m[0xeb]8VM[[0xe3][0x89][0x81]P[0xeb][0x93][0xf6][0xcf][0xc9][0xc1]Q[0x14][0x9e]I7[0x96][0x95][0xf7]U[0x1a]3[0xa9][0xdc][0xd7]A[0x98][0xac]>[0x9b]Z[0xdc][0xf][0xd3][0xc8][0xd7][0xbb]F[0x6][0x9b]x:[0xc1]'I,[0xa1][0x84]a[0x91]W"[0xe3]"S[0x84][0xca][0xc7]'[0xbc]y[0xac][0xfb]3[\r][0x12][0xd3][0xd6][0xf]?QA[0x9e][0x9f][0x10]`[0x17]\[0xc][0xf2]:[0xc4][0xbb][0x1][0x14][0xe1]p[0xcc][0x15]Y_[0xd8][0xa7][0xe7][0xc7][0xe4]5_[0xeb][0x80].[0xac]e[0x84][0xb5][0xc8]+[0x18][0xe2]`[0xe][0xa3][0x1c][0x95][0xba]&[0xbc][0xc4][0x98][0x85]r[0xb7][0x19]`[0x83][0x9d][0xe2]-[0xd4][0xe6];[0x18][0xe8]%,p[0xce][0xa2]%[0x8c]w][0x19]A[0xa2][0xd7]([0xdb][0xe2][0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nF[0x6][0x96][0xd4][0x8a][0xd4]dF[0x86]F[0x8d]h[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tk,Bd*[0x82][0x88]d[0xe6][0xeb][0xbb]e[0xe6][0xa4]b[0xd3][0xa2][0x19][0xc6][0xc8][0xc0][0xe5]Z[0x91][0x9c]ZP[0x92][0x99][0x9f]W[0xcc][0xce][0xc0][0xc3][0xc8][0x90]GO7[0x81][0x1d][0x10][0x9c]_Z[0x94][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]32[0xf0]{[0x1][0xa5][0x83]J[0xf3][0xf2]R[0x8b][0xf4]@*[0x19][0x19]$[0xf3][0x8b][0xd2][0xf5][0xf3][0xb][0x8a]M[0xb2][0xf4]A[0x81][0xa6][0x8f]P[0xc0][0xc8] [0x80]0[0xde]?)+5[0xb9][0x84][0x91]A[0x11]M[0xb9]+[0x90]([0x5][0xf9][0xe][0xee]M6F[0x6]F[0x6]&[0x6][0x10]`bad`f`[0x1][0xf2]Y[0x81]<[0x10][0xcd][0x6][0x16]aG[0x16][0x1]b[0xe][0x90]Z[0x6]N[0x0]PK[0x7][0x8][0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/ops4j/exec/ProcessProvider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0xf4][0xd4][0x92][0x80][0xa2][0xfc][0xe4][0xd4][0xe2]bF[0x6]Q[\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xa8][0xb0]5PQp~iQr[0xaa][fN*#[0x83][0x8]T[0x1c]H[0x95]e[0xa6][0xa4][0x16][0xe9][0x81]t02[0xc8][0xe5][0x17][0xa5][0xeb][0xe7][0x17][0x14][0x9b]d[0xe9][0xa7]V[0xa4]&[0xeb][0xa3][0xa9]bd[0x10]@[0x98][0xec][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],[0x8c][0xc][0xcc][0xc], [0x16][0x3]+[0x90]db`[0x3][0x0]PK[0x7][0x8]T[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/StoppableJavaRunner.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0x8e][0xe2][0x8c][0xd2][0x92][0x94][0xfc][0xf2][0xdf][0xb7][0x97][0xec][0xe6]RO[0xcf]I[0xde][0xf9].[0xef][0xe5]y[0x9f][0xef][0xfd][0xde][0x99][0xfd][0xc7][0xdd][0xbf][0xdd][0x1][0xb0][0x1b][0x1f][0x1b][0x8][0xe3][0xac][0xe][0xcb][0xc0]9$u[0xa4][0x1a][0xd0][0x5][[0xc3][0xb8]xN[0x8]1[0xa9][0xc3][0xd1]1[0xa5][0xe1][0xbc][0x81]F[0xa1][0x9a]6[0xb8][0x9a]iD[0x16][0xb9]FL[0xe3]I!\[\r]y[0xb1][0xec][0x9]Q[0xd0]p[0xc1]@[0x10][0xdf][0x15]bF[0xc7]E[0x3][0x1]<%&[0xdf]3[0xf0]4[0xbe]/L[0x9f]1P[0x8f]g[\r]\[0xc2][0xf][0xc4][0xc6][0xf][0x85]xN[0x88][0xcb][0x1a]~d`[0x1b][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1]c[0xb1]rE[0xc7]O[0xc4][0xe4]ya[0xf7][0x82][0x86][0x17]5[0xfc]T[0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0x99]3)[0xc7]U[0xd0][0x14][0x9b][0xb2].XQ'[0x17][0x1d]v[0xd2][0xf6][0x80][0x2]#s[0xc6][0xc9]&[0xd3][0x85][0x94][0x9d]W[0xb0][0xe9]tq[0xbb][0xe0]9[0xe9][0xa8]kO[0xd8]3[0xd1]#[0x96][0xe7][0xd9]n[0xb6][0xa8]i[0xcf][0x94]5[0xeb][0xf7]9Y[0xc7][0x1b]T[0x10][0xee][0xac][0xf5][0xb8][0xa6][0x83][0xae][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4][0x3][0xb9][0x94][0xad][0xa0]9[0xe6]d[0xed]x!s[0xce]v[0x8f]Y[0xe7][0xd2]\[0x9][0xc4]rI+}[0xdc]r[0x1d]1/-[0xaa][0xde][0xa4][0xc3]P[b9w"[0x9a][0x9b][0xce][0xef][0x99][0x12]Q[0x1e]u\;[0xe9][0xe5][0xdc][0x8b]1'O[0xc7][0x4][0xe6][0x93][0x99][0xd5][0x8f];i[0xce][0x15][0x84][0xbe] [0x87][0x83][0xcb][0xd0][0xae][0x9d][0xef][0xda];"[0x11]}[0x89]3}[0x89][0x14]5MHL[0xa6][0xb3][0xab][0xca]X[0xc0]d[0xe4][0x6][0xc2][0xb3][0x8f][0xe5][0x86]R)[0x9a][0x88]q[0xdc][0xca][0xc8][0xc4][0xa5]f[0xda][0xca]ND[0x13][0x9e][0xeb]d'[0xa8][0xab]%sY[0xcf][0xce][0xd2][0xd5][0xba]5[0x1c][0x9]c[0x6]l[0xa9][0xa5][0xed][0xe2]t[0x99][0xba][0xf6]ev[0xfb][0x8a][0xf3][0xac][0xed]E[0xc7][0x8e][0xc6][0x6][0x6][0xe9]g[0xc7][0xea]*[0xd5]H[0x84][0xda]=[0x9][0xcf]J[0x9e][0x1f][0xb5][0xa6][0xa5]g[\r]?[0xd3]0[0xcb]Z88[0x93][0xb4][0xa7]='[0x97][0xcd]k[0xf8]9A%[0x9c][0x89][0xac][0xe5][0x15]\[0xc6][0xde][0xb6]"[0xfd]U[0xa2]7g,/9i[0xe7]G*<[0x6];W[0x2][0xe8]:E2JTk[0x88].[0x99][0x1d][0xac]p[0xde] 8[0x17]g[0xc9][0xf1][0xae]Uk[0xb1][0xc6][0xe1]J>U[0xc1]'3[0x9a][0xb6]\R^<[0x15][0xff]x[0xd1]a[0xf3][0xe9]Z[0x87][0x1a]N[0xf1][0xbe]*[0x18][0xfe][0xd2][0x81][0xd6]`[0xd7]H[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0xd2][0x1e][0x96][0x10]6,+[0xed]^ab[0xe2]![0xbc][0xcc]4+{[0x1a]~a[0xe2][0x97][0xf8][0x15]+~XV[0xbc][0x89][0x1e]D[0x14][0xb4][0xae]Q[0xaf]&z[0x11]5[0xf1][0xa0][0xa4][0xaf]Dw{[0xf1][0xae][0x88][0xc]KL.[0xad][0xac]_[0xf2]3[0xe4][0xba][0x96][0xc4][0xa2][0x0]&[0xc6]p[0x9c][0xc7]o[0xe2][0xd7]x[0x85]5`[0xe2]7x[0xd5][0xc4][0x1c][0xe6]Y[0xa5][0xcb]s3q[0x4][0x8f][0x9b]8[0x86][0xc7][0x15][0x98][0xd5]L[0x89]l~k[0xe2]wxU[0x81][0xd2]k[0xe2]5[0xa1][0xf6]:[0xde][0xd0][0xf0][0xa6][0x89][0xb7]p[0xd5][0xc4][0xdb]x[0xc7][0xc4][0xbb]xO[0xc3]5[0x13][0xbf][0x17]![0xfe] [0xc4][0x18][0xde]7[0xf1]Ga[0xd6][0xba]<[0xd8][0xfe][0x82][0x93]N[0x9][0x1a][0xae][0xe3][0x3][0x13][0xc2][\r][0xba]f[0xc2][0x1f][0xe2][0x86][0x89][0x8f][0xf0]g[0x5][0x9b][0xbf][0xa8][0xd4][0xa0]?|n[0x8a]{[0xe4][0xa0][0xc6][0xa2][0xac][0xd8]T{[0xa4][0xbc][0xbc]K[0xb]#[0xd4][0xb0][0xe8][0x95][0xed][0xaa]R[0xeb][0xa3]Vz<[0xe7]f[0xec][0x14][0x8b][0xbe]r_[0xd8][0xae]:E[0x7][0xd9][0xb1][0x14]B[0x86][0x8e][0x17][0xd2][0xe9]!w[0xa2][0x90]a[0x11]V)7_[0xb0][0xd2]N[0xca][0xf2][0xec]x[0xce][0x13]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xa8][0xbe]'E[0xc0][0xab][0xd5][0x9f]lR[0x15]P-5w[0xb2][0xc]V[0xb4][0x9a]I+[0x1f][0xb7]g<[0x9][0x8b][0xb7]M[0xcd][0xca][0xc9][0x86][0xb2]~u[0x14][0x5][0xdb][0xff][0xdd][0xcb][0xb8][0xf9]CN*e[0x13][0xbe][0x91][0xf7],[0xd7][0xcb][0x9f]p[0xbc]I[0xde]*/7vt[0x84][0x84][0x97][0x9d][0x17][0x1b][0xc2][0xc8]@[0xb9]HJ[0xf3][0x92]fl[0x85]fL4{Kt[0xd0][0xe0]*$[0xc8]fQ[0xec][0xf][0xcc]xw[0xb5][0xc6][0x81]I[0xcb]M[0xd8]O[0x16][0xec]l[0xd2][0xae][0xb9][0x9a][0xc5][0x9b]2Z4[0x1a]X[0xe5][0x12][0x8d][0x96][0xfd][0x95]<[0xe7]Ew[0xb6][0xb2]Gm[0x8b]([0xee][0xed][0xec]Z[0xd6] [0x14]4:[0xf9]J[0x85][0xf1][0x8a]Z[0xd3][0xd3]v[0x96][0xaa][0x91][0xd5][0xba][0xdb][0x8a][0xa5]R)[0x8b]s[0x99][0xb0]K[0xbd][0xa8][0xf6](*[0xef][0x8][0xdd][0xcb][0x15][0xc7]"H*5$J#[0xd4]Y[0x95][0xda][0x81]\:M[0x18][0xac]"2[0x83][0xad][0xfc][0xd6][0x8]CA7|[0xfc][0xc0]`[0xc3][0xe0][0x17]M@t[0x6][0xf9]|P>[0xeb][0xb9][0xff][0x10]vQ[0xee][0xe6][0xec][0x12][0xfc][0xd4][0x5][0xc2][0xe1]E([0xdd][0x81][0xba][0xbf][0xc2][0xd7][0x13]P)[0xc3][0xdd]7[0xe1][0xf][0xab][0x9f][0xa0][0xfe][0xa4][0xaf]'q[0x13]Z[0xd8][0xc7][0xf1]M[0xe8][0x1f]Q[0xbb][0xe]{([0xb7]@[0xa3][0xec][0x87][0x8a][0x1][0x18][0xd8][0x87]u[0x18][0xe4][0xc7][0xc9][0xd7][0x89][0xe2][0x11][0xe2][0x18][0xc2][0xc3][0xdc]m/z[0xc7]^[0xf4][0x1]r[0xf4][0x15][0xa2]R[0xe4][0xe8][0xab][0xb4][0xad][0x93]h[0x6]Jh^[0xe0]\[0xe5][0xb3][0xa3][0x1a]M[0x83][0x94]F[0x5]S[0x8f][0x0][0x13][0xa9]A[0xb2][\r]:[0xe5](m[0xe3]Dr[0x98]H[0x8e][0xa0][0x5]Gq[0x1f][0x12]Dp[0xc];[0xd9]Y[0x1e][0x96]1[0xa5][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0xe][0xe2][0x8f][0xd2][0x9b][0x18]}[0x8d]#[0x1f]W[0x7][0x99][0x8b]O[0xe0]R[0xda]hW[0xcf][0xbd][0xc2]m4[0x9e]\[0x84][0x19][0xb][0x87][0xff][0x2][0xe0][0x9e]E4[0x8d][0xf6][0xdc]B[0xb3][0x82]x[0xe4][0x16][0xd6])l[0x94][0x9][0xe][0xee]U[0xf0])[0x2][0xfd]j8[0xa4].b[0xfd][0x1c][0xf6][0xc9][0xc1][0x86]y[0xec][0xbe][0x8d][0xe0]Ia*[0xe6]-[0xfd][0xfe][0x90][0x1][0xad][0xf3][0xd8][0x1c]R[0x3][0x1b][0x17][0x10][0x9a]G[0xa0][,mZ[0xc0]}[0xb7][0xb0][0xb9][0xe]'[0xae]}[0xfe]~[0xf7][0x87][0xc][0xac][0xca]4;[0xd0]@[0xf9][0x4][0x93]=[0x83][0xf5][0xb0]x[0xb0]IRm3[0xe1]q[0xce]&[0xf9][0xd5]y[0x1e]y[0xa4]e[0xaa]{x[0xb0][0x87][0xe5]QD8[0xea][0xc5]~[0x1e][0xc8]~[0x99]~[0xa1][0x94][0xbe][0x8e][0xc][0xe][0xe0]Q&[0xba][0x9e]_[0xba][0x7]9[0xaa][0xc3]0[0xd7][[0xf8],[0xee]}[0xa3][0xb2]w[0x88]k#[0xdc][0xdb][0x0][0xdf]]l[0xd2][0xf0][0x98][0xfc][0xfb][0xe6][0xbf]1[0xf6][0x19]wb[0x12][0xa1][0xc2][0x3][0x88][0xcb]#9[0xcc][0xbe][0x1a]J[0x87]z[0x95]3A^[0x1f][0x13][0xd7][0xee][0xcc][0xc3][0xaf]^[0x17][0xa3][0xd1][0x9e];[0x83][0xbe][0xbd]j" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Pm[0xbb][0x8a][0xb6][0x9e][0xa0][0xba]K[0xd0][0xd1][0xbd][0x80][0xb6][0x5]l[0x99][0x13]J[0x97]U[0xe5][0xda][0xe7][0xff][0xf4]][0xa7][0xa9][0xaf][0xaa][0xde]f[0x8][0xee])[0x88][0xcf][0xe6][0xad]x[0x86][0xc9]][0xe2]i=[0xcd][0x94][0x9f][0xab][0xd4][0xdb]V4[0xf1][0xec][0xfb][0x99]6[0x83]V[0xce][0xba]O[0x12][0xa0][0xc8]4[0x9a][0xa1][0x1a]wahH(J[0xe8]_T[0xac][0x13]o[0xb1][0x12][0xde][0xd9][0x12][0xde][0x8]Q[0xea]_[0x1e]e[0x8b][0x8c];[0x8b]V[0xbc][0x8c][0xed]|[0x85][0xef][0xe4][0xb8][0x1b][0xaf]T[0xd0][0xb5]V[0xa1][0x8b]T[0xd0]E[0xaa][0xd0]5[0x9][0x92][0x1b][0xab][0xc1][0xf1][0xa5]L)*[0xf1]1[0xce]E[0x11][0xcc][0x96]*1[0xae][0xf4][0xab][0x84]s[0xff][0x1c][0x1a][0xf8]h[0xef]WC[0xea][0xdf][0x91][0xf][0xa9][0x2][0xe6][0x9d][0xbd][0xf5][0xbe][0xbd]ZP[0xb][0xd6]_[0xc5][0xd9][0x90]?[0xa8][0xed][0xea][0xd7]C[0xfa][0x2][0xb6][0xce][0xa1]7[0x12][0xe][0xe9][0xb7][0xb1][0x8d].[0xb6][0xf7],`[0x87]X[0xde][0xc9]g[0xa0][0x83]b[0x1][0xf][0xb0][0xb0]o[0xa1]S[0x14] [0xda]#[0xab][0xe8]Q[0xa5]X[0xa0][0x97]5[0xa6][0xff]Fd[0xa9]F{[0xf9][0x93][0x8]|[0xbf][0xeb]x[0x87][0xa3]w[0xd9]v[0xae]a#[0xdf][0xee]m|[0xaf][0xf7][0xe1][0x3]^[0xa9][0x1b][0x98][0xc2][0xc7][0xb8][0xc2][0xf9]KX[0x94][0xb4][0xc][0x92][0xef]>V[0xcc][0x9][0xd2][0xa0]K[0xf2][0xca][0xb4][0xcc]V.[0xe8],[0xbe]E[0x82]De^[0x91][0xb5][0xea][0xa3][0xf7][0xcb]8[0x89]S[0x8c]+[0xaa][0xd6][0xa4]Vq[0xef][0x10][0xf7][0x4][0x8d][0xf7][0xc3][0xff]_l[0x94][0x85]z[0xfa].[0xd6]Q*[0xca][0xf0][0x88][0x86]o[0x86][0xcd][0x82][0xd7]b[0xb1]>A[0xc3][0xef][0xc8][0xd1][0x99][0xff][0x1]PK[0x7][0x8]!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/FileUtils.class[0x9d]Wiw[W[0x15][0xdd]W[0xd3]S[0x9e][0x15]O[0x89][0x92]8v[0x12]e[0xa0][0x96]e;j[0x93]&[0x14][0xdb][0x1d]2[0xd8][0x89][0x1b]Ynm'[0xc1]1[0x1]d[0xf9]Iy[0xb6][0xa4][0xa7]JO[0xad][0x1d][0x2][0x9d][0x92][0xd2][0x0][0x85][0x96]9CK[0x9]C[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0xc]v[0xc0][0xb][0xf7][Y[0x8b]?[0xc0][0x1f][0x80]/[0xfc][0x2][0x16][0xb][0x8][0xfb]^[\r][0x96]b%+[0xe0]e[0xdf]{[0xdf][0xb9][0xe7][0x9e]{[0xf6]9[0xfb][0x9c][0xf7][0xfc][0xe7][0xff][0xfc]a[0x5][0xc0]~[0xfc]NG'fu[0xb4]cNCJ[0x87][0x13]i[\r][0x19][0x1d]n[0xa4][0xa5][0xd0][0xd2][0x91][0xc5][0xb]:r[0xc8]k[0xb0]u[0xb4][0xa0][0xa0][0xe1]E[\r]/i[0x98][0xd7][0xb1][0x80][0xf3][\r][0xf8][0x1c].h[0xf8][0xbc][0x8e]/[0xe0]e[0x1d][0xaf][0xe0]U[\r][0xaf][0xe9][0xd8][0x88]Y/^[0x97][0xf3]E/.[0xc9][0xf9][\r][0x1d]:[0xbe][0xa8][0xe1]M[0x1d][0x97][0xa5][0xd9]v|I[0xc3][0x97][0xbd][0xf8][0x8a][0x8e][0xed]8/[0x9f][0xdf][0x92][0xc3]W[0xe5][0xf0]59[0xbc]-o{G[0xae]x[0xea][0xeb][0x2][0x9e][0x1]3c[0xda]O[0x9]8[0x83]][0xa7][0x4]\G[0xac][0x19]C[0xa0])bf[0x8c]h!=m[0xe4]&b[0xd3])JZ#V<[0x96]:[0x15][0xcb][0x99][0xf2][0xb9]$t[0xd9][0xe7][0xcc][0xbc][0xc0][0x96][0x88][0x95]K[0x86][0xad]l[0xfe][0xf1][0xd9][0xb0]i[0x85][0x87][0xcc][0x94]q[0xd2]6S[0xf9]~[0x1]o[0xdc][0xca].H[0x81][0xc0][0xf1]`d6[0xf6]b[0xac][0xac][0xd1][0xcf][0xd3][0xaa][0x89][0xb4]E[0x8f][0xac]\>[0x9c][0xb7]sF,[0x1d][0x1e]W[0xd3]HQ[0xda]/[0xbd][0x14]4[0xb7][0xa3][0xe6]|[0xd4][0xb2][0x87][0xac]Bffp>ndm[0xd3][0xca][0xf0][0xee]G[0xaa]l[0xa6]b[0x99]d8ZH[0xa5][0xe][0xe5][0x92][0x85][0xb4][0x91][0xb1][0xab][0x15][0x3]ES[0x19][0xc3][0xe][0x8f][0xc4]R[0x9]+[0x97]6fN[0x8e]E[0xaa]U[0xfc][0x95][0xdb][0x86]G[0xab][0xe5][0xce]|..[0xd0]X[0x8b][0x85][0x81][0x99]1[0xf2][0xb6][0x80]V[0x82]"[0xd0][0xf5][0xd0][0xf8]h3![0x83][0xda]Vcs8[0x93]-[0xd8]EE[0xa5]aQck[0x8d][0xc6]h[0xc1][0xae]V[0xf1][0xa4][0x8c]L[0xd2]>[0xc7]X[\r][0xb][0xac][0x1f][0xb7]c[0xf1][0xb9][0x91]XV[0xe5][0x8d]l[0xd1][0xf0][\r][0xf2][0x92][0x94]$[0xfd]*[0xcc][0x13][0xd0]+[0xd0]h[0xbe]!gd[0xad][0x9c]=[0x98][0xcb]I[0x0][0xa3][0xc1][0x87]FPtKE|5T[0xab]!fdU[0x12][0xfd]u[0xf5][0x8][0xae][0x90]KUBZ> [0xb0]1i[0xd8][0x12][0xe7]P[0xce]J[0x1f]I[0xc5][0xf2][0xf9]lL[0xc2][0xdb][0x15][0xac]2C?[0xcc]L[0xb2][0xbf][0xeb][0xde]th[0x9]I[0xc9][0xb1][0x88][0xc0][0xb6]j[0xb3][0xc3][0xe3][0xb][0x19];6_}[0xb9]Wj>[0xa7],[0xb7][0xae]5[0xac][0xe1][0x9b][0x1a][0xbe][0xc5][0x2]c|g[0x8c][0x94]a[0x93][0x87]-[0xf7][0xd0][0xba][0xeb][0x8c][0x80];~[0xce]L[0xcd]PI[0xcd][0x8c]e[0xd3][0xd4][0x1a][0x86]$TQ[0x88]3[0x1a][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4K0[0xd1]X[0xda][0xc8]OXR[0x81]G[0xf6][0x4][0xa7][0xea] [c[0xc7]+Ofx[0x92][0xb6]L[0xde],[0x97]<[0xbd][0xa1][0xce]a[0xee]&[0x8a][0xb6][0xf5]q[0xab][0x90][0x8b][0x1b][0xc5][0xba]l[0xac][0xd4][0xeb]^y[0xc4][0x87] [0xba]|x[0x1a][0xdf][0x16][0xd8]|[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0x9d][0xef][0xb0][0xee][0xef][0xc7]?[0x1f][0xbe][0x8b]+[0x1a][0xae][0xfa]p[\r][0xd7]5[0xbc][0xeb][0xc3]{[0xf8][0x1e][0x83][0xff][0xc0][0x8a][0xf5][0xe1][0x4][0x98][0xa1]=[0xf]S[0xb4][0x2][0xdb][0x1f]\[0xb2][0x8c]@[0x9d][0x82][0xd5][0xf0][0xbe][0xf][0xdf][0xc7][\r][0xd2][0xdf][0x87][0x1f][0xe0][0x87][0x2][0x9b][0xea]w.[\r]?[0xf2][0xe1][0xc7][0xb8][0xa9][0xe1]'>[0xfc][0x14]?+[0x87][0xa2]*[0x9c][0x87][0xb]L[0xad][0xc1][0xca][0xf0][0xc8]S[0x81])[0x1f]~[0x8e][0xf][0x4]v[0x9e][\r][0xc4][0xad]Bj&[0x90][0xb1][0xec][0xc0][0xb4][0x11]HH[0x8c][0x1]3[0x13][0x88][0x97]9[0xeb][0xc3]/pCF[0xf0][0x97][0x2][0xbe][0xea][0x88][0x90]]R[0xfc]+[0x81][0xf6][0x7][0x90][0x94]>[0xd7][0xbb][0xa2]/[0xe0][0xc3]-[0xdc][0xf6]aR[0xe][0xbf][0x96][0xc3]o[0xf0][[0xf9]H>6[0xaf]:?:=k[0xc4][0xd9][0x9a]:[0x1f][0xb2][0x9a][0xcb]>[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0xc6]V1[0x10][0xea][0xd5][0xf1]l[0x9d]B`[0x8d][0xbb]m[0x8b][0x8]x([0xd8]USx[0xfd][0xb5]f[0x87]K[0x9a][0x91]5[0x9a][0xb2][0xf2][0xb7][0xd4][0xe4][0xa8][0xe8][0x9d][0xca][0x12][0x89],_/E[0x89]@[0xf2]mQ[0xe5]+[0x86]W[0x9b]{U[0x9b][0xad][0x8]k:[0xeb][0x19][0x9]kC[0x9d][0xce]Eg[0xd8][0xa1]F[0x8c]|>[0x96]dUm,[0xe3][0xa8][0xad][0xc0][0x6][0xe6][0xcc]L,[0x94][0x9a][0xea][0xee]`[0xad]#u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xb7]5[0xad]JU[0xe3]c[0xc9][0xf2]&[0xb5][0x8c]X1[0xc5][0xc1][0xb6][0x9a][0xdb][0xaa][0xb6][0xe4][0xab][0xab][0xee][0x6]][0xa1][0x91]1#[0xaf]:[0xc1][0x3][0xfb][0xe8]j&<[0xb1]l[0xd6][0xc8][0xb0][0xb1][0xf5][0xde]_{m[0x89][0xc8].e[e[0xb2][0xf8][0xeb][0x1d]=[0xb5]J[0x9f]2C[0xa4][0xcc]c[0xcc][0x9b]y;[0xaf][0x18]F[0x1a]7[0x98][0xf9][0xa3]f[0x8e][0xf4][0xb5]r[0xb][0x2][0xeb]R[0xdc]+5[0xcb][0x96][0xe0][0xbd][0x9d][0x11][0x8f][0xf1];[0xa7][0x13][0xf2][0xc7][0x3][0x87][0xec]i[0x10][0x8][0xa9][0x8f]3vJ[0xce][0xee][0xd0][0x12][0xc4]m.[0x1c][0xe8][0xe6][0xa8]s[0x6][0xd5]\T[0xea][0xe1][0xca]WTB/[0xf6]r^[0x87]0[0x1e][0xa5][0x6][\r][0x88]k4[0xa8]QvADE[0x9f]+[0xb4][0x8][0xc7][0x9b][0x7][0xdd][0xcb]pN[0xd2][0xa0]+[0xba][0xc][0xf7]d[0xf7][0x12]<}[0xae][0x1e]ni[0x8b][0xf0][0xfa][0xdd][0xbd]m.[0xd7][0x1d][0xac][0xbb][0x89][0x13]}[0x9e][0x9e]6OI~[0x7][\r]m[0x9e][0xf][0xff]?[0xc9]m[0xfa][0xe9][0xa3]G[0xfb][0xe9][0xb7][0x9c][0x7]9[0xca][0xf9]4[0xd6][0xab][0xd9]D#[0xbf]9%[0xae]1~$[0x2][0xfd][0xf4]}[0x80]h[0x9e][0x84][0xec][0xec]~<[0x83][0x1d]8D[0xbd](-[0x1c][0xc6][0x1][0x1c][0xe1]x[0x94]V[0x6]q[0xc]C[0x98][0xe0]x[0x1a][0xc7][0xd9];[0x86][0x91][0xc0][0xb3][0xb4]v[0x2]s[0x88]`[0x1e]#[0xfc].[0x1d]U[0xf1]I[0xf0][0xe6][0x3]hf[0x98][0xf7]1[0x1e][0xc7][0xd4]j?W[0x93]j[0xf5]8Wsju[0x80]+[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x7][0xf1]q[0x95][0x8c][0xb]x[0x82]+[0xa1]V[0x9f]@[0x1f][0xfd]r[0xe0]<[0xfd][0x1b][0xa0][0xbf]n[0xbc]D[0xf][0x9f]R[0xd8][0xb2][0xf4][0xf3][0x19]J[0xe]Q[0xb3][0xb][0xee][0xbb][0xd2][0xb8][0x86][0xc3][0xea][0xf7][0x88][0x86][0xa3][0x1a][0x6][0x99]G[\r]C[0xcf]k8[0xc6][0xbf][0xe3][0xfc][0x1b]n[0xa1][0xb3][0xc5]|7B~[0x18][0xf3][0x85]R[0xca][0xfa]gh[0xde][0xc9][0xb9]9[0xf4][0x11][0x1a]C=[0xdd][0x8b]h[0xfa]=[0x9a][0x9d][0x90][0x4]([0x6][0xaa]Q[0xed][0x9f][0xe1][0xe5]Sh[0xc2]Y[0x5]2P<[0xa3][0x1c][0x85]Z=[0xc6][0x10][0x8][0xb5][0x8a]2[0x10][0xe][0xe5][0x9e][0x13][0xa2][0x89][0xc]y[0xe][0xcf][0x17][0x19][0x82][0xbf][0xd0][0x88]d[0xd3]tk[0xcb]"Z[0x99][0xb8][\r][0x91][0xee]?a[0xf7]2[0xf4][0xc9]el[0x9c]\[0x82][0xbf]u[0xd3]"6scs[0xeb][0x16][0xe][0x8b]h[[0xc2][0xd6][0xf][0x97][0xd1]>I[0xc7]:[0x96][0xb0][0xed]V[0xa4][0xae][0xf2][0xe][0xe][0xd4][0x8][0xac][0x9e]Q[0xce]H[0xf7][0xb6][0x97]`lU[0xf1][0x9e]#[0xf8][0x14]![0xa5][0xc9]^[0x8b][0xbb]YF[0xf8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0x9d][0x99][0x1f][0xa3][0xfb][0x82][0xd2]NB[0x1a]WV[0xa6][0x99][0xf7][0x93][0x9c]%$?[0x1c][0xff][0xc2]^[\r][0xa7][0xee][0xa2]AF[0xf9][0xb4][0x1c]>[0xa9][0xa2][0xeb][0xa2][0xb2]N[0xb8]|[0xb1][0x94]b[0xfb]7[0x82][0x95][0x5]1[0xe1][0x1c]`tG[0xe9][0xe9][0xce]+8[0xce]i[0xd7]@[0xfb]U<[0xcd][0xc5][0xee]+x[0x82][0xd3][0x9e][0x91][0x9e][0x8f][0x10][0xee]Yy[0xf][0xa1][0x9e]h[0xef][0xca]A[0x97][0xf3][0xa0][0xdb][0xef][0xf6][0xbb]n[0xc0][0xdf][0xeb]w[0xef][0xeb][0xf3][0xb4]y[0xee][0xe0]c[0xa7]/[0xba][0xc5][0xcd][0xbb]/[0x9e][0xff][0xa0][0x92][0x9f][0xbd][0xf4][0x4][0xfc]w[0xc8][0x81][0x97]I[0xf2]W[0xd1][0x8a][0xd7][0xb0][\r][0xaf]c[0x17].r[0xff][0x12][0xdd]~[0x83]4[0xbc][0xc4][0xfc]\&[0xb8][0xb7][0x14][0xd8][0x10][0xbd]=[0xc4][0x80]L[0x91]r[0x1e]j>[0x8a]O1[0xb3]25[0x13][0xf8][0xb4]"[0xa4][0x83][0xba][0x93]d[0x87]P[0xb0][0xdb][0xe1][0xbc]+[0xb9]K[0x96][0x11][0xef]g[0xf9]+[0x18][0x99]`[0xcb]?i[0xe8]2b[0x8c]Q[0x11][0xf2]u2[0xd3]%[0x99][0x19]Z[0xf9]#[0xda]#[0xce]';[0xba]Wn[0xa0]#[0xd4][0xb1]/[0xda]K[0x82]uw[0xc8]\[0xf6].[0xe1][0x91][0xf1][0x8b][0xe][0x82][0xf9]k[0xf7][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xed]*VW[0xe8][0xcf]U&[0xe8][0x1a]q\[0xc7]&[0xbc][0x8b][0x9d]|[0xee][0xc4][0xfb][0x15][0xbf][[0xc9][0xc2]8[0x13][0xe2][0x84][0x97][0xc5]:[0xc3]bp[0xa8]R0Xz[0x92][0xe3][0xbb][0x91]$[0x96][0xa2][0xdf][0xeb][0xe1][0xfc]7[0xbc][0xd2]]z[0xea][0xa6][0xf0][0x9c][0x82]f[0xfe][0x17]PK[0x7][0x8][0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/io/HierarchicalIOException.class[0x8d][0x92][0xdb]N[0xdb]@[0x10][0x86][0xff][0xcd][0x11][0x12][0x13][0x8e])[0x14]([0x5][0x84]Pp[0x10][0x96][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][0xa8][0x90]J[0xe8][0x1][0x14][0x15][0x89]C[0xb8]^[0xcc]*Y[0x94]x[0xd1][0xda][0xa1]}[0x19][0x1e][0x82][0x1b][0x90][0xb8][0xe0][0x1]x[0x19][0xc4][0xb]T[0x9d][0xdd]X[0x14]D"[0xf5]fg[0xf6][0xf7][0xcc]7[0xff][0xd8][0xbe][0xff]s{[0x7][0xe0]#[0xe6]sHc2[0x87][0x14][0xa6]L6[0x9d][0xc5][0xbb],f[0x18][0x86]B[0xa1]%o[0xd6][0x84][0xe][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e]v[0xb6][0x19][0xd8].[0xc3]@E[0x5]a[0xc4][0x83][0xa8][0xc6][0x9b]m[0x91][0xfe]0[0xf6][0xb0]Uh]>2d>[0xcb]@F[0x9b][0xc][0xc5]R[0xf5][0x8c]_p[0xaf][0xc9][0x83][0xba]w[0x10]i[0x19][0xd4]7[0x96]j[0xc][0xa9][0x8a]:[0x15][0xc][0x83]U[0x19][0x88][0x9f][0xed][0xd6][0x89][0xd0][0x87][0xfc][0xa4]I[0xca]HU[0xf9]4[0x88][0xd3]8[0xba][0xc7]b*j[0xc8][0x90]a[0xb1][0xaa]t[0xdd]S[0xe7][0xe1][0xa7]3O*[0xef][0x87][0x14][0x9a]k[0xbf]![0xa9]ag[0xef][0xeb]o_[0x9c]G[0xe4]n[0x83]![0xdb][0x12]a[0xc8][0xeb][0x16][0xf7]j<[0x83][0xdb][0xc5][0xd4]3[0xe5][0xb0][0xa1][0xd5]/3[0xd8]:M[0xfb][0xbc][0x1d][0x12][0xa9][0xd8][0xb5][0x82]a[0xa2][0xd4][0xb3]5w[0xa0][0xda][0xda][0x17][0xdf][0xa4][0xd9]a[0xba][0x87][0xdd][0x15][0xd3][0xed] [0xf][0xc7][0xc1]{[0xcc][0x9a]l[0x8e]a[0xe1]6e[0x18][0xb5][0xa3][0xa9][0xe2][0x85][0xda]o^~[0xa5]c{[0xb9][0x87][0xbd][0x1e][0xdb]$KK5[0xcc][0xd1][0xf7]O[0xd3][0xff][0xc0]0[0x89][0xc][0xb2][0x14][0xfb][0xe8][0x96]@?[0x92][0x94][0x93]S:[0x7]H[0xd9]$-A1[0xe3][0x96]o[0xc0][0xae]lM[0x81][0xce][0x9c]U]b[0x94]1H[0xd9][0x9b]N[0x15][0x86]0[0xc][0xd8]l[0x4][0xa3][0xc4]0[0xac][0xb1][0x98][0xb5]O5I[0x8a][0x8e]e[0xb9][0xcb][0xd7]H[0x1c][0xff]#[0x16][0xec][0xb3]U"[0xae]Q[0xcf][0xba][0xa5][0xce]v[0xea][0x9f][0xa8]NL5Y[0xd1][0xce]4[0xfc][0xf1][0x98][0xff]=[0xf6][0x9a]wo[0x90]t[0xcb][0xdd][0xf0]_h[0xed]-2_yf:[0xff][0x84][0xcf][[0xa8]1=a[0xfb][0xde][0xfe][0x5]PK[0x7][0x8][0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/ops4j/io/Lister.classeN;n[0xc2]@[0x14][0x9c]g[0x1c]/[0x9f][0x80]"[0xe8])[0xa8][0x92]&[@[0x7]J[0x17]*G[0x91][0x82]8[0xc0]b[0x16]k[0xad][0x8d][0x17][0xad][0xd7][0x88][0xb3]Q[0xe4][0x0][0x1c]*[0xe2][0x19]$[0x1a]^53of4[0xe7][0xff][0xd3][0x1f][0x80])[0x6][0x2]=[0x81]gBlM[0x15][0x8][0xc3][0xd7][0xb7][0xb4]P[0x7]%[0xeb]`[0xac]LY[0x9b][0x13][0xba][0x9f][0xc7]L[0xef][0x83]qe%[0xd0]'tV&/U[0xa8][0xbd]&L[0x1e][0x2][0x8b][0x1b]/u[0x90][0xeb][0x9f]t[0xfe][0xd1][0x14][0xac]\[0xed]3[0xbd]4[0x96][0x13][0xbd][0xc6][0xa4][0xfd]{[0xe3]"[0x8c][0x9c][0xcf][0xa5][0xdb]W[0xb3]B[0x1a]'o/[0xc2][0xcb][0xb5][0xc2][0xaa]2[0x97][0xdf][0x9b]Bg[0xbc]l|o[0xfd]Rv[0xe7][0xfc][0xaf][0xde]r[0xfd]}YB Dh[0x8e]bB[0xb]1[0xb3]'f1[0xeb][0x9][0x4][0xa3][0x8]m[0xc6][0x9d]+[0xea]^[0x0]PK[0x7][0x8][0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ListerUtils.class}T[0xdf]s[0x13]U[0x14][0xfe]n[0xb2][0xcd]n[0xb6][0x1]J[0x8a][0x80]4[0xd5]X[0xe5]G[0x9b][0x5]Z[0x8b][0x1a][0x1a]l[0xb][0xd5]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "jk[0x9d][0xe][0xea][0xb0][0xdd][0xdc]&[6[0xbb]q[0xb3][0x1][0x1e]|PF[0x1f]}[0xf5][0xd9][0xe1][0x85][0x7]_[0xf4]%udF[0xdf][0xf9][0x93][0x18][0x5][0xbf][0xbb][0xd1][0xa1]L[[0x93][0x9c][0xbb]w[0xbf]{~}[0xe7][0x9c][0x9b]GO~[0xff][0x3][0xc0],VMd1[0xa3][0xa3]b"[0x81][0x19][0x13][0x16][0xce][0xaa][0xe5][0x9c][0x81][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x99]50g[0xe0]-[0xb5][0x9d]W[0xcb][0x5][0x13]o[0xe3][0x1d][0x1d][0xef][0xea][0xa8][0x1a][0xb8]h[0xe2]([0x16]t[0xd4]t\[0x12]H]t}7[0xaa][0x9]$[0xb][0xc5][\r][0x1]m9hJ[0x81]c[\r][0xd7][0x97][0xd7][0xfa][0x9d]-[0x19][0xae][0xdb][[0x1e][0x91]l#plo[0xc3][0xe]][0xf5][0xfe]/[0xa8]Em[0xb7]'p[0xa6][0x11][0x84]-+[0xe8][0xf6][0xe6]v,7[0xb0][0x1a]n/[0x92][0xe1][0xa7][0x91][0xeb][0xf5][0xaa][0x2][0xa3]];[0xec][0xc9][0x15][0xd7]#&0Sh[0xec][0xd8][0xb7]m[0xcb][0xb3][0xfd][0x96][0xb5][0x16][0x85][0xae][0xdf][0xaa][0x16][0x87]P[0x9f][0x6]V([[0xf2][0xae][0xf5][0x91][0x1d]Q[0xdb][0xa7][0xb5]p([0xcb][0x94][0x1d]J[0x9d][0xc2][0xa8]/[0xec]qq[0xe5][0xae]#[0xbb][0x91][0x1b](][0xad][0xd7][0x95][0x8e][0xca]t_[0x4][0x81]DoK[0xe0][0xf4][0xbe][0x93][0xa5][0xfe][0xf6][0xb6][0xc]U[0x1c][0xd2]8[0xb2][0x16][0xd9][0xce][0xad]U[0xbb][0x1b][0xb3]cuu[0xbc][0xc7][0xa2][0x9][0x98]kA?t[0x14][0x7]F[0x1f][0xdb]C[0xaf][0xa2][0xfc]e0[0x8e][0x13][0x2]'[0xf][0xf6]M[0x1f][0x19],b)[0x83]e\f[0x1e][0x9f]W2[0xb8][0x82][0x15][0xee]*%[0x81][0x91][0x1b]_Z_[0x94][0x14][0xf2]~[0x6][0x1f][0xa0][0xae][0xe3]j[0x6][0x1f]bB`[0xfc][0x0][0x8e][0x2]S[0xcf][0xd0][0xba][0xe7][0xc9][0x96][0xed]-[0x86][0xad]~G[0xfa][0xd1][0x1e][0xa5]b[0xdd][0xbf]m{n3[0xef][0xb4][0xed][0xd0]v[0x98]l[0xbe][0xdf][0x93][0xcd][0xbc][0xeb][0xe7][0xa3][0xb6][0xcc]o[0xc7][0xad][0xc8][0xfb]vG[0xaa][0xd4][0x1b][0xac][0xcb]a[0xed]#[0xdb]g[0x1][0xaf]o[0xed]H'z[0xe][0x1a][0x12][0xe5][0x10]y[0xd2]oE[0xed]x[0x88][0xd8][0xa4][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbc]HU[0xad]P/[0xb2]y)[0xbb][0xdb][0x95]~S`[0xfa][0xf0][0xee][0x1f][0xd4][0x94][0x89][0xc2][0xf2][0xff][0x9c][0x1a]Q[0xf0]_[0xfc][0x13][0x85][0xfd]z[0xd4]8u[0xc8]\[0x9][0xe8]N[0xd0][0xe9][0xc6][0xed],[0x1d][0x90][0xd2][0x1e]d[0xbd][0x1d][0x6]w[0xd4]8T[0x8b][0x1b]8[0x87][0xe3][0xbc]w[0xea][0x93][0xe0][0x97]][0x7][0x87]1[0xbe][0x90][0x1c] >GJ[0xbb][0x10][0xbf][0xc6][0xc7]'[0xb9][0xaa][0xab][0x7][0xe4][0xa1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa7][0xb8][0xcb][0xc][0x95]p[0x1a]/[0xf2][0x99][0xc6][0x19]L[0xc][0x1d][0x88][0x9b][0xd4][0xd1][0x88][0xfd][0xf0][0x10][0x89][0xcd]]$[0x1b][0xc9][0x85]\i[0x0][0xed]>[0xda][0xa5][0xdc][0x0]#[0xb5][0xc9][0x9f][0xe3][0xb0][0x9f][0xc4][0xbe][0x81][0x12][0xe5]uJ[0x85]2Q[0xce][0xa6][0x6][0xd0]?{[0x80][0xf9][0xd8]Fk[0xde]G[0xae][0x94][0xd3]n[0xd2]n[0xac][0xf4][0x13][0xc6][0xca]YC[0x9d][0x97][0x10][0xf]0^[0xce][0xa6][0x87][0xca][0xe9][0xf2][0xe4][0x0]f[0x8c]>[0xfd][0xb1]<[0xc0][0xe8][0xea][0xf4]o[0xc8][0xfc]r[0xed]![0x8e]nf[0x8f][0xcd][0xec]b[0xec]O&[0xf7]5[0xbe][0xc1][0xb7]8[0x82]dLh[0x85][0xfc][0xc1][0xff][0x19][0x3]gY[0x87][0xf3]$2[0x8b]9[0xcc][0xa3][0x8a][0xb][0xa8]q][0xc7][0x2]npgc[0x9]m\[0xc6]-Z|E[0xdd];[0xb8]JO[0xab][0xf4]t[0x1d][0xf7][0xf0]q\[0x8c][0x1a]R[0xb4][0xdf]D[0xe][0x93][0xf4]n[0xa2][0x83][0x97][0xf0]2[0xc9][0xdd][0xc3](K[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "1[0x96][0x83][0x85]{[0x95]O[0x3][0xdf][0xe3]5[0x12]V[0xf9][0x1c][0xc7][0x1b][0xc4][0x12]x[0x93]x[0x11][0xc6][0xdf]0u[0x14][0xc4]_([0x8a][0xf4]T[0xfa]1F[0xf8]{[0xca][0xda]&u[0x14]y[0xc0][0x15]Bg[0xbd][0x4][0xca]q[0xed][0xa6][0xff][0x1]PK[0x7][0x8][0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/Pipe$Pump.class[0x8d]U[O\U[0x18]]{n[0x87]9[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x94][0x82]3-j[0xed][0x5][0x87][0x19][0xe8]TAm[0xa1][0xad]J[t[0xda][0xe1][0xa2]\*[0xa2]m[0xf][0xd3])" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c]:[0xb7][0xcc][0x5]l[0x8c][0xca][0x83][0x89]I[0x1b][0x8d][0x89]I[0xf5][0xc1]z[0x89])[0xc4]DC 8`[0xd3]H[0x2][0x89]I[0xfb][0xd4][0x9f][0xe0][0x1f]0[0xc6]>[0x98][0xb4][0x99][0x14][0xd7][0xde]C[0xb1]([0x98]N2[0xfb][0xdb][0xdf][0xfa][0xae][0xfb][0xdb][0xeb][0x9c]s[0xeb][0xfe][0xf5]_[0x0]4![0xa2][0xe1][0x5][0x1d]U8[0xe0][0xc6]V[0x1c][0x94]K[0x8b][0x8e]V[0x1c][0xd2]!pX[0xc7][0x11][0xbc](w/I[0xec]e[0x1d]m8*[0x97]cnb[0xc7]K[0xd1][0x8e]W[0xe4][0xf2][0xaa][0x86][0x90][0x8e]r[0x9c][0xd0]pRCXC[0x87]@I[0xfc]L&[0x99]KG[0xa2][0x2][0xd5][0xe1]Qs[0xcc][0xc]Z[0xc9]`([0x91][0xca]e{[0xb2][0xe9][0xa8][0x19]o[0x15]p[0xd1][0xc5]J\[0x10][0xa8]Ys[0xe8][0xca]e[0xd7]y[0x1c][0xb2][0x12]V[0xf6][0x88][0x80][0xc7][0xb7]a[0x8e][0xfa]~[0x1][0xc7][0xd1][0xe4]9[0x16])[0xf][[0x89]hg.>[0x14]M[0xf7][0x9a]C1"[[0xc3][0xc9][0x88][0x19][0xeb]7[0xd3][0x96][0xd4]WAGv[0xc4][0xca]Pt[0xe7][0xe2])[0x1]#[0x94]HD[0xd3]Gcf&[0x13]%[0xea][0x9]'[0xd3][0xc3][0xc1]d*[0xd3]<*+u[[0xa9][0xe8][0x1e][0xe9](;yp[0x18]-[0x92]dL$+[0xe0][0xf5]m[0xdc][0xb6]j[0xaa]x[0xb0][0xb2][0x9e][0xac][0x19][0xb9][0xd0]a[0xa6]Tu5[0x9a]N[\r]][0x1a][0xba][0x5][0xec][0xe9]\[0x82][0xab]O[0xba][0xb][0xee]D[0x88][0xda]P[0xee][0xbc][0x80]m[0xb0][0x8d][0xea][0xfa][0xc1]u[0x1d]'[0x12]Me[0xad]d[0xa2]UC[0x90][0xf3][0xe6][0xa8][0x5][0xf4][0x1e][0xd5]U[0xbb]%[0x8f][0xe6][0x96][0xfd][0xee][0x93][0x11][0x2][0x95][0xff]9[0x88][0x1][0xf][0x2][0x6][0xb6][0xa1][0xda]@[\r][0x1e]c[0x17][0x6]^[0x93][0xc8][0xeb][0xe8][0xd1][0xd0]k[0xa0][0xf][0xfd]R9e[0xe0][\r][0x4][0xd8][0xa7][0x81][0x1][0xbc]i`P[0xfa][0xbc][0x85][0xb7]5[0x9c]6p[0x6]g[\r][0x98]8+P[0xb5]Ag[0x6][0x86][0x10]x`[0x8a][0x99][0x89][0xe1][0xe0][0x9a][0x89]w[0xbc][0xf1]h[0x5]*[0xfe]q[0xef][0x1d][0xe1][0x0][0xcf][0x9]l[0xdb]h[0xae][0xeb]<[0xbb][0x86]F[0xd5][0x1d]T[0xad][0xb]N[0x8e][0x17]/[0xd9][0x95]Hf[0xad][0xf3][0x17]I[0xc2]13f[0x9d]3[0xb3][0xc4][0x1a]6a[0xd0]&[0xdc][0xac][0xda][0x0][0xe6][0xb5][0x16][0xfb]s[0xfa][0x6][0xdb][0xea]y][0xfb]6c[0xc0]f|v[0x8c][0x9b][0x16][0xbb]v[0x8e][0xa7]-[0xd9][0x93][0xc6]<[0xa1][0x90]$[0x80][0xf3]|,[0x97][0x19][0xa1][0xec][0xee][0xeb][0xe8][0xee][0x91]lV[0x19]rY+[0x16]$}[0x18]Z[0xb6][0xe] U[0x86][0xa3][0xcc]T[0xb7][0xda][0xc1]CCyP[0xfd]a[0x88]#IG[0xe3][0xc9]1[0xf9][0x9c][0xa4][0xd2]V"[0xab]x[0xd9][0x9b]6#Q[0xec][0xe4]#_[0xc5]W[0x81][0x8d][0x92][0xec]P;[0x12][0x84][0xd2][0xce][0x87][0xdc][0x3]/[0xd7][0xed][0xd4][0xda][0x89][0xdb](u[0xff][0xe]J[0x8f][0xa0]cI[0xe6]t[0xf8][0xf3]p6,O[0xa1][0xa4][0xb3]a[0xb9]qqF[0xd9][0xcb][0xd9][0x19][0xf8][0xaf]V[0xd2][0xae]*[0xd6][0xc0][0xc9][0xf5]]Z[0xdf]c[0xc5][0xf7]Q[0x86][0xf][0xd8][0xf3][0xc4]C[0x95]=k[0x95]=[0xd8]C[0x9b][0xc0]^[0xb5][0xb7][0xad]0[0x8d]]C[0x9d][0x86][0xa7]5[0xf8] 4[0xd4][0xdf]c[0x1e][0x1]?[0x2][0xc5][0xbe][0xec]v[0xea][0xa5][0x80]h[0xae][0xdc][0x89][0x1b]%a[0xe1][0x9f][0x83]}[0x1][0xae]k8!w[0x81]<[0xb4][0xc3][0xb5][0xb6]o[0xe0][0x9a][0xc2]A[0xff]@[0xe7][0x92][0xb4];[0x16]P2[0xc9][0xe1][0xe4][0xe1][0x9e]Z[0xf9]S[0x2][0x1]{m[0x9e][0x0]wy[0x94]6[0xf2]Lz[0x8b][0xa3]q[0xd9][0xeb]X[0x9c]Z[0x99][0x99][0x85]1[0x10]^[0xe2]*[0xf3][0xfd][0x8c]2[0x1b][0xfc][0x93][0xa8]X[0xd3][0xb7][0xd8]p*[0xa0]"[0x9c][0x81]e[0xaf]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xa8]&[0x1c][0xd7][0xa0][0xb1]z[0xc5]#[0x87][0xbb][0x18][0xee]bx<[0xfc][0xc8]![0x1a]C4[0x86][0xb4][0xb4][0x94][0xc8][0x98][0x16][0xf7][0xff][0x7]y[0xdd][0x8c]*m[0xd1])[0xbd][0xfa][0xa2][0xb7][0x84]wV[0x8e]:[0x9c]D'[0xa7][0xdd][0xc9][0x17][0x8a][0x94][0xa7]yK[0x13][0x94][0x13][0xf8]PI[0xf0][0x1d]s[0x89]~Wq[0x3][0x8b][0xd4][0x16][0xb1][0xac][0xa4][0xc4]o[0xa2][0x12][0xb7][0xf1][0x7][0xee]P[0xbb][0x83][0xbf][0x94][0x94]xA[0xf1][0xe5]s)[0x85]S[0xec][0x15]>J[0x9f]h[0x94][0x92][0xd8]}e/r[0xe3][0x8a][0xba][0xe9][0x8f][0xe0][0xa2]%>[0xe6][0x8d]~[0x82]'[0xf1])y[0xf7][0x19];[0xbb][0x82]g[0xf0][0x5][0xe][0xe0]K~[0xc7][0xae]"[0x84][0xaf][0xf8][0xe6][0xfb][0x9a][0xf9][0xa7][0xd9][0xe5],[0x12][0x98]#[0xab][0xf2][0x8c][0x9e]g[0xf4][0xb7][0xb8][0x8c][0xef][0x18]5[0xc9][0xba][0xd3][0xf4][0x9e][0xc5][0x8f][0xb4]_[0xa7][0xfd]W[0xda]o[0xe2]{[0xdc]"~[0x9b][0xf8]o[0xc4]'~[0x97]x[0x1][0xd3][0xc2][0x89]YQ[0x8d]9[0xb1][0xb]y[0xb1][0x1f][0xf3][0xa2][0x9][0xb][0x8a][0x9b]~2k;[0xbf][0xa5][\r]h$K][0x9c][0xcf]>[0x4][0xc9][0xba][0xcb]0[0xb0][0x9f][0x9d][0x9][0xc9][0xba]U[0xe6][0xca]S\[0x84][0xa7][0x0][0x97][0x86]g[0xb][0xd8]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0xb7][0xbe][0xca]>2[0xf6].\[0xf7]`+`[0x17][0x81]c[0x8a][0xc1][0xae]6[\r]M[0xc6][0xbf][0x91][0xe6][0x2]v[0xaf][0x3][0xea]W[0x98]W'[0xfd]Q[0xfc][0x11][0x91]O[0x1][0x8e]+[0xf]m[0x85]][0x89][0xa2][0xd5][0x86][0xe7][0xd4][0xfa]<[0x87]'[0x1f]_~Q[0xf9][0x2][0xfa][0xdf]PK[0x7][0x8][0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/io/Pipe.class[0x8d]V[0xfd]s[0x13]E[0x18]~6I{I8[0xa0][0x1f]P[0x8a][0xf8]Q[0x4][0xa1]I[0x3][0x1][0x81][0x8a][0xb4][0x14][0xa1][0xb4]P[0xec][0x97][0x4]Z[[0x84]zM[0x8e][0xf6]Jr[0x17]s[0x17]>[0xfc][0xd6][0x19][0xff][0x94][0xf2]sQ[0x9]"3[0xe2][0x80]?9:[0x8e]?9[0xa3]3[0xea]8[0xfa]g[0xf8][0xf1][0xec][0xe6][0x1a][0x1a][0xb8][0xcc]8[0x9d][0xbc][0xbb][0xfb][0xee][0xbe][0xfb]<[0xfb][0xbe][0xcf][0xee][0xf5][0xdb][0xbe][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc0][0x1]|[0x1c][0xc7]6L[0xc4][0xf0][0x14]&[0xa5]yM[0x9a][0xb3]q[0x9a]L[0x1c][0xed]8'[0xcd]y[\r]SqD1![0x7][0xd3][0xb2][0xf7]z[0x14]3[0xb2][0x9d][0x8d][0xe3][0x2][0xde][0xd0]p1[0x8e]K[0x98][0x93][0xa1]o[0xae][0x83][0x81]y[\r]Y[0xb9]6'[0x8d])[0xcd]e[0xe9]^[0xd0][0xb0][0x18]G'&4X[0x1a][0x96][0x4]"[0x93][0xe5]BQ@[0x1f][0xb1]m[0xb3]4[0x98]7\[0xd7]t[0x5][0xd6][0x9f][0x1d]:~r[0xee][0xc4][0xf9][0xe1][0xb9][0xcc][0xc8][0xec][0x90][0x80][0x18][0xa1]o[0xd0][0xb1]][0xcf][0xb0][0xbd])#_6[0xc3]@[0x17][0x4][0x9a]&[0xcf][0x8f]Mf[0x4]6[0x8e].[0x19]W[0x8d]t[0xd9][0xb3][0xf2][0xe9]1[0xa3][0xd8]'[0x10][0xcb]X[0xb][0xb6][0xe1][0x95]K[0xa6][0xc0]@[0xfd]luh9[0xe9][0x11][0xbb]X[0xf6]2^[0xc9]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa3]Ni![0xed][0x14][0xdd][0x83]Krf[0xd2]*[0x9a];%[0xb7][0xbe][0x1]n[0x16])[0xcc]Y[0xb6][0xc0][0xe6][0xc0]@[0xb2]([0xcc]9eO[0xa0][0xa3]6?Q[0xf6][0xd6].h.[0xcc][0x15][0xd5]9;[0x1b][0xa1]pM[0xbf]e[[0xde][0x80][0xc0][0xde][0xee]`~[0x81]{'[0xa6][0xc8]n[0xd0][0xc9][0x99]2[0x7][0x96]m[0x8e][0x97][0xb][0xf3]f[0xe9][0x9c]1[0x9f][0xa7][0xa7]m[0xd4][0xc9][0x1a][0xf9])[0xa3]d[0xc9][0xb1][0xef][0x8c]x[0x8b][0x16]S[0xdc][0xfe]$[0x13][0x92]X_,9Y[0xd3]u[0xab][0xbb][0xb3].[0xee][\r][0xd7]3[0xb][0xab][0xc3]5[0xd4][0xea]X[0x4][0x12][0x96][0xd4][0x9a]X[0xb1][0x12]3[0xb3][0xdb][0xf][0xcc][0x1b][0xf6]B[0x9a][0xf3][0x96][0xbd][0xd0][0x97][0x8]d[0x10][0xb1][0x8d][0x82][0xa2][0xfe][0xc4]z[0xb2][0xcb]xF[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xb8]z[0x14][0xd7]s[0x98][0xd4]p[0xb7][0x84][0x8a]^5[0xf2]V[0xce][0xf0][0xe8]O[0x5]g0[0xd1][0xa0]|[0xc2][0xac][0x95]V[0xe1][\r]][0xcf][0x9a]E[0xcf]rl[0xce][0x85],[0x97][0xda]n|[0xf2]D[0xa3][0x92][0x87][0x1c]&9[0xa6][0x8e]_[0x95]x[0xba][0x11][0xa9][0x86][0x8a][0x88]H[0xcd][0xf0][0x96][0xf0]*i[0xb8][0xa2]![0xcf]C[0xf6]g[0xf3][0xbe]L[0xe2][0x19][0xa7]\[0xca][0x9a][0xc3][0x96][0xcc]DL[0xc6][0xed][0x95][0xfb][0xeb]H[0xa1]_[0xc7].[0xec][0xd6][0xd1][0x8d][0x84][0x8e]$zt[0xc]aXG[0x1][0xb6][0xe][0x7][0xe4][0xb2][0xe5][0xf1][0xe4][0x9e]([[0xf9][0x9c]Y[0xd2][0xf1][0x16]h\[0xb0]d[0x1b][0xbb][0xba]s[0x96][0x9b]ux1[0xb3][0x9e][0x99][0xe3]Ne[0x94][0xc8]C[0xc7]U\[0xa3]~[0x2][0xf2][0xa5][0xe1][0xba][0x8e][0x1b][0x12][0xfe]y[0xec][0xd0][0xf0][0xb6][0x8e]w[0xf0].[0xaf]E[0xf0][0x9]%[0xd3][0xf7]t[0xbc][0x8f][0xf]t[0xf4][0xca][0xa0][0xf][0xf1][0x11][0xb][0xf1][0xe8][0xaa]N[0x9b][0xc6][0x95][0xd3][0x86][0xbb][0xc8][0x82][0xb][0xb4]>[0xb1][0x89]@[0xcb]#[0xe][0x13][0xf3]K[0xa4][0xb9]J[0xab]>[0xc7]ud[0xcf]-[0x96][0x9c]kU[0xf9]h[0xae][0xe9][0x8d]+[0xb5]m[0xe][0x92]'5[0xa5][0xf9][0xc7][0x17][0xd8][0xda][0xa8][0xfe]r[0xd5][0xc2][0xea]>[0x9b][0xba][0x13]A[0xba]m6[0x8a]E[0xd3][0xce][0x9][0xec][0x9][0xbc][0x6][\r][0x8a][0xc1][0xc0][0xa8][0xe7]T][0xac]0[0x17]Y[0xf9]*q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xf][0xe2][0xa6] B[0xbc]r[0x97][0xf3]ew[0x91][0x97][0xa5][0xee][0xcd]c[0x10]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec]Z[0xcb][0xa0][0x9a][0xb4]:[0x6][0xbe][0x8b]/U[0x3][0xb9]NIU[0x9b][0xde]I[0xc3],8|[0x12]#[0xdd][0xb3][0xd2][0x15].[0xca][0xf7][0xef]p[0xc0][0xe6][0xff][0xb][0xe][0xdb][0xf9][0xdd][0xd8][0xc6][0x8f]Q[0x13][0xdb]g[0xf1][0x1c]_[0xf6].[0x8e]B[0xf4]wJ-q[0xbc]S[0x8d]_@[0x9b][0x94]6[0xfb]mR[0xdd][0xca]G[0x81][0xb3][0x8d]rM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "{h[0xf7]r4C??[0x11][0xd8][0x98][0xbc][0x3][0x91][0xec][0xb9][0x8d]P2u[0x1b][0xe1][* [0xad][0xc2]#[0xb4]Gi[0x7][0x10][0xc3]1l[0xc0]+[0xd8][0x7][0xf9]QQa[0xd8][0x8f][0x17][0x1][0xd5];@8[0xa1]z[0x7][0x9][0x18]R0[0x87][0x2]aR[0x12][0xa6]'[0x0]f[0x84][0xf6][0xc]a^%[0xcc]hC[0x98]D[\r]f[0xb7]:y/^[0xf2]a>[0xe1]8[0xc4][0xf6][0xb0]H~[0x8e][0xc8]M[0xec][0x97]mh[0x19][0x9][0xd9][0x86][0x97][0xb1]=)[0xc7]_[0xa0][0xe9]6"rEO[0x5][0xcd][0xb2][0x95][0xb3][0x15]h[0xc9][0x15][0xc6][0x86][0x15][0x9f][0xe]f[0x18][0x98]bVg[0x98][0xd5]Yf[0xee][0x2]q.*N[0x1d]U[0x8c][0x1a][0xa7][0xc3][0xfc]{[0x99][0xc][0x8e][0xa8]h[0xd1]KJ}[0xe8][0xf7])[0xdd][0x90].[0xb6][0xbd][0x8a][0xd2]2[0xf6][0xc9]FH0[0xb6][0xf7][0x10][0x9d][0xb9][0x83][0x98][0xec]V[0x10][0xaf]`][0x9b]NS[0xc1]z[0xc9]K[0x90][0xe4][0xad][0xc7][0x8][0x99],[0xdf]"Z`[0x91][0xc8][0x12][0xb3][0x9b]W[0x84][0xf4]*[0x82]O[0xc8][0xa7]q[0x88]K[0x8f][0xb2]hU[0x1a][0x97][0xd8]J[0xd6][0xf1]d[0x5][0x1b][0xa6][0x93]+[0xa3]bE[0x5]5Cc&[0xc3]kjp[0x9f]@_[0xd3][0xfb][0x80][0xf1][0xdf][0xd4][0xce][0x1b][0xe5][0xef][0x18]K/c[0xe2]8[0xae][0x94]uD[0xc5][0x8b]S[0x1a]N([0xac]A[0x1f][0xeb][0xa2][0x8f][0x15]#V[0xcb]#[0xa8]&.[0xae][0x87][0xfa][0x8e][0xf6]{z [0xdc][0x8f]5(m[\r]T[0xc]'[0x95]x}[0xa8][0xe1]*[0x14][0x1f]i[0x1f][0xea]![0xf7][0x93];[\r]|[0x8a][0xd6][0x99][0xd1][0x7][0xb4][0xc9][0xbb]h[0xb][0xf1][0x0][0xed]c"u[0x13]][0xf7][0xd0]>C[0xcd]m[0x1a]K1[0xc3][0x9b]S[0x15]t[0xc8]5[0xa9][0xbb][0xd8][0x12][0xc6]t[0xaa][0xe7][0xe1][0xca]x[0xcf][0xc3]=[0xf7][0x89][0xd8][0xac][0x8a][0x8][0xfe][0xfa]U[[0xe5][0xb9][0x8b][0xc][0x80][0x9f]8[0xfb]3[0xff]3[0xfb][0x85]r[0xf8][0x95][0xd5][0xfd][0x8d][0xfe][0xdf]y[0x9d][0xfe]`[0x5][0xfe][0xe4][0xea][0xbf]j[0xdc][0xdb]9s[0x8a]b[0x91][0xc7][0x1f]X[0x93][0xa6]m[0x8][0xfd][0x8d]C[0x1a]Nk[0x18][0xf9][0x97]{[0x87]4[0x9c][0xe1][0x8]B[0xa3][0xd6][0xa3][0xd4][0xfa][0xaa]\v[0xa8]P`[0xdd]=tR[0x1a][?C[0xab][0xd4][0x80]Pl[0x9a]UN[0xd2]\2[0xa6].[0xce]8[0x9e]Q[0xe5][0xe0][0xbb][0xcd][0xe7][0xe0]i[0xc4][0xff][0x3]PK[0x7][0x8][0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/io/PrintStreamMonitor.class[0x85]TkS[0x13]W[0x18]~6Y[0xb2]!.[0x17][0x83]\jA#[0xd6][0x1a][0x82][0x92][0xb6]Z[0xb4][0xa2]D[0xa0]Pb[0x13]@[0x3][0xde][0xaa][0xc3],[0xc9][0x8a][0x8b]{[0x9b][0xdd]M[0xab]?[0xa0]3[0xfd][0xb][0xfd][0xd8][0x9f][0xd0][0x99][0x12];u[0xc6][0x1f][0xd0][0x1f][0xd5][0xe9]s[0xce][0xa6][0x81][0x86][0xd8][0xee][0x87][0xf3][0xbe][0xe7][0xbd]>[0xef]e[0xcf][0x9f][0xfd][0xf1][0x1e][0xc0]5<[0xcf]`[0x4]7[0xfb][0x91][0xc5]W[0xe2][0xb8]%[0x8e][0x85][0xc]n[0xe3][0x8e][0xe0][0x16]5[0x94]2[0xd0]p3[0x83][0xbb]X[0x12][0xdc]r[0x1a]+[0x82]~[0x9d][0xc6][0xaa][0xa0]k[0x19]|[0x83][0xf5]4[0xca][0x82][0xde][0xd3][0xf0][0xad][0x86][0x8a][0x86][0xaa][0x2][0xcd][0xd9]}a[0x5]a[0xa4]@y[0xaa] [0xe3][0xec][0x9a][0xaf]}[0xb3][0x1e][0x99][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca]R[0x1d]FF [0xd4][0xf7][0x14][0xf4]9[0xbb]^[0x93][0xfc]h[0xe5][0xc0][0xf8][0xde](Z^q+[0xb0][0xdc][0xa8][0x16][0x5][0xa6][0xe1],(H[0xdd][0xb6]\+ZT0[0x91][0xef]i1[0xf3]P[0x81][0xba][0xe2]5L[0x5]C[0x15][0xcb]57[0x9a][0xce][0x9e][0x19]l[0x1b]{6%[0xd9][0x8a]W7[0xec][0x87]F`[0x89]{[[0xa8]F/[0xad]P[0xc1][0x85][0x8a][0x17][0xec][0x17]=?[0xbc]~[0xd0][0x15][0xb3][0xea]1[0xa3][0x17]0yRB[0xd3]]/[0xb2]^[0xbc][0xd9][0xf1][0x1b]FD[0xff][0x91]6[0x10][0xd7][0x8c][0x8a];[0xf]*[0xb][0xe5][0xb2][0xc0][0x90][0xe][0xcc][0xd0]k[0x6]u[0x1a][0xc][0xfe][O[0xdd]Q[0x3][0xfa][0xea]^[0xd3]e[0xcc][0xfe][0xba][0xe7][0xf8][0xb6])e[0x3][0xb5][0xc8][0xa8][0xbf][0xaa][0x1a]~[0x1b][0xe0]p[0x9c]o%[0xb6][0xb0][0x8c][0x80][0x5]@EB[0xc][0x9d][0xef]IB[0x8c]\RN[R[0xee][0x1][0xa9]J[0xbb])[0x9c][0xe3]y[0x9e][0xb7]M[0xca][0x13][0xa4]C[0x85][0xb7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]![0x12][0x85][0xd9]C$[0x95][0xe]9[0x9e]Y:[0x0]sm[0x7][0x87]$[0xfa]H[0xd7][0xb][0xbf]![0xf1]3[0xce][0x14]&[0xf][0xa1][0x16]~G[0xdf]!R[0x85]$sM[\r]7^N[0xda][0xf3]*[0xf5][0xc9]w[0xd0][0x9e][0xbc]Ez[0xb6][0x85][0xfe][0x16]2[0xd9]Sw[0xc0][0x2][0xcf];[0xd0][0xb1][0xc8][0xe2]K,v[0x89][0xba]e[0xbe]}+[0x12][0xe1][0xf5]8w[0x7][0xe1]:.#Od[0x82][0x9b][0xa1]uBr[0x5]r"f[0x1e][0xb3][0xe4]T\[0x91]9[0x94][0x9][0x1a]^e[0xd9]q![0xbf]P![0x12][0x96][0x88]})G[0xb4])[0xf3][0x86][0x0][0xad][0xfe]8[0xa6]:?[0xcd][0xa7]>[0x84]?%[0xf0][0xf][0xff][0x83][0xff][0xf4]QW[0xc7]$[0xb6]*[0xc3]n[0x10][0xff]&G[0xb5][0xc5]*[0xee][0x1f][0xc3]][0xea][0xe0].[0xb5]q[0xab][0xac][0xb7][0xc8]Q&[0xe8]q[0x8d]S8K[0xc9]85[0x9f][0x13]w[0x8a][0xfa]/([0x8d][0xe1]6XA[0x92]t[0xfa][0x3][0xb8][0xae][0xf4]@[0x94][0x91][0xfd]xF[0x4][0xcf]%[0x8a]\[0x1c][0xa1][0x83]b[0xba][0xd3][0xbd]i"[0xfc][0x92][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe6][0xa5][0xf7][0x8d][0xbf][0x1]PK[0x7][0x8]t[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/StreamUtils.class[0x95]W[tTW[0x19][0xfe][0xf6][0xcc][0x99][0x9c][0xc9][0x99][0xc9]u[0x18][0xca][0xd0][0x84]@/[0x90]L[0x8][0x1]J[0xd3][0x9a][0x0][0xa6][0xa1][0xa4][0xa6]$D[0x12].[0x6][0xb4][0xed]09I[0x6]&s[0xe2][0xcc][0x19].^[0x11]k/Z[0x11]/[0xb5]B[0xa5]`)F-*xI[0x2]A.[0xaf]._[0xb4].][0xfa][0xd0][0x5]K_][0xcb][0xe5][0x83][0xcb][0x7][0x16][0xf1][0xdb][0xfb]Lf2[0x93][0x9]m[0x1f]f[0x9f][0xbd][0xff][0xfd][0xef][0xff][0xff][0xfe][0xeb][0xde][0xf3][0xfb]{W[0xaf][0x3]x[0xc]7[\r][0xd4][0xe3][0x98][0x81][0x12]|[0xc5][0x8b]N[0x3][0x1b]q[0xdc][0x8b]gt|[0xd5][\r]q[0x12]:^4[0xe0][0xc5][0xd7]t[0xbc]d[0xc0][0xc0][0xcb]rxER^[0xf5][0xe1][0xeb][0xf8][0x86][0x9c][0xbd]&[0xcf]~S.O[0x18][0xf8][0x16]N[0xea][0xf8][0xb6][0x81][0x0][0xbe]c[0xe0][0xbb]8))[0xdf][0x93][0xc][0xaf][0xcb][0xe1][0xfb][0x6]V[0xc8]e[0x1d][0xde][0x90][0xc3]kr [0xcb][0xf][0xe4]pJ[0x9e]<-)o[0xea][0xf8][0xa1]d<[0xa3][0xe3]-[0x3][0xf][0xe3][0xac][0x9d]F[0xb2][0xfc][0xd2][0x8f]K[0xb8][0xec][0xc7][0xaf][0xf0]k[0x96][0xb2][0x1f][0xbf][0xc1]o[0xfd][0x98][0x90][0x10]>[0x86][0x9d]~Lb[0x8a][0xb5][0xed][0xc7]A4[0x9][0x4][0x8a][0x14][0xa9][0x1f]W[0xd0][0xc4][0xda][0x97]b[0xae][0xfa][0x91][0x82][0xed][0xc7][0x18]>+[0x5]N[0xcf][0xa6][0xdf][0xe2][0xe2][0xc9]%[0xd5]_+[0xb2][0xeb][0xf8]\[0xee][0xfe]N [0xb4]`[0xf4]$[0xc3]u?^@[0x84][0x17][0xd3][0xc2][0x1e][0x97]l7[0xe8][0xe8]\[0xac]z[0xf7][0x1f]`[0x3]d5[0xe7]<[0xab][0xe8][0xdb][0xd3][0xf1][0xf8]S[0xc9][0xe1][0xf4][0xa8][0x99][0xb0][0xb3][0xf6][0x9][0xac][0xfa][0x90][0x8d][0x97]e6[0xb7][0xd5][0xce]uW[0xe][0xba][0xc0][0xa2]bPg[0x99][0x15][0x8e][0x9d]#I[0xeb][0xb0]s[0xef][0x96][0xe7][0xe7][0xe1][0x1c][0xc2]l[0xf1]T[0x1c][0x8a][0xc4]c[0x83][0x11][0xdb][0xdc]n[0xd9][0xd2][0x0][0xe2][0xad][0xef].[0xb4][0xb5]H[0xa6][0xca]D[\r][0xd5]/[0xdc][0x95][0x97][0x14]/J[0xf5]t[0x90][0xd5][0xcc]FS[0xbf][0xaf][0xa3][0x81][0xf][\r][0x8f]j[0x10][0xbc][0xab][0xb8][0xee][0xea][0x92][0xc][0xfe][0x84]e[0xc7][0x86][0x8e][0xee][0x1a][0x93][0xb8]hZ}[0xc1]}[0xaa][0x98]u[0xb6]I[0xed][0xce]k][0xf3][0xfb]M[0xa1][0x8f][0x1a][0x17][0xf0]Q1n[0xac][0xe3][0xbb][0xac][0x9e][0x8f]H&$[0x1a][0x10][0xe6][0xb7][0x91]+[0x17][0x1f][0x8d][0x6]G[0x16]6)k[0xd4]#[0x93][0xd7][0x1e][0xbf][0x9e][0xf0]$[0xc4]e[0xc5][0xd2][0xcc]Q2[0x1][0x1b][0xa0][0xe1]q[0xac][0xe5][0xcc][0xef]0Q[0xec]z~Kyl[0x3]9[0xa4][0x80]n*r[0xcb][0x13]B[0xb8][0xc3][0x8d]5Sp[0x15]Jy[0x9a][0xfc][[0x95][0x94][0xe5][0xe]'e[0xb6][0x0]j[0xf6][0x4][0x9e]T[0x92][\r][0xd6]x+[0xb9][0xdb]8/[0xe1]7[0xc0][0xb7][0xae][0xd4][0xb2][0xc9][0xd1][0xe2][0x8a][0x12][0x89][0x9f]{[0xd3]M[0xd5][0xee])h![0xad][0xda][0xc3][0x8f][0xbb]E[0xaf][0xd6][0xaf]y[[0xbd]![0xed][0x16][0xbc][0xa7]P[0x16][0xd2]n[0xc2][0xdb]Z:[0x8e][0xf2]ix[0x7]B[0xda]$J[K[0x9b]n[0xc1]8[0x5][0xd3]M[0x18][0xad][0xc6]8[0xca][0xa6]a[0xc]4M[0xc2][0xd7]j[0x84][0x8c][0x90]w[0x2][0xfe][0x81][0x96][0x92]7[0xb1]2[0xa8][0x7]K^h[0xd1]C[0xa5]![0xaf];X2[0x81]2[0x11][0xbe]0s[0x9b]&[0x5][0xf5]+([0xd7]0>[0xf3]^[0xa8]t[0x2][0x15]A[0xcf])[0xc8][0x93][0xa5]S[0xa8]$[0xb][0xc2][0xe1][0xc6]+[0xa8]ra[0x1c][0xcb][}[0x85][0x9b]Ff3[0xe4][0xbb]q[0x99][0xa6][0xf4][0xe0]8[0xce][0xd0][0x8c]38[0xab][0xbe]n[0xe5][0xa6][0x3][0x8c][0x11]0@[0xc3][0xf7][0xa2][0xc][0x9f]A%[0x9e][0xc3]bv[0x93]e[0xd8][0xcf][0x18][0xe][0xd1][\r]1:[0xe7] [0xb6][0xc0][0xa2][0x84][0x14][0xb9][0xd2][0x88][0xe0][0x10])[0x87][0xd9][0xe0][0x8e][0xe2][0x8b][0xf8][0x2][0xe5][0x1e][0xc3][0xcb][0x1c]O[0xe0]E[0xbe][0xed]_[0xa2][0xf4]cx[0x87][0xeb]w[0xb9][0xbe][0xc4][0xf5]$^[0xc1]U[0xbc][0xaa][0xc2]p[0x2][0xe5]x[0x94][0xba][0x9f][0xc0]f:[0xb9][0x9d][0xb3][0xc7][0xf1]q[0x86]`[0xf]:[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x13][0x7][0x1d][0x8d][0xa7][0xd0][0xa1][0x82]4M[0xbd]O[0xab] M3[0x8c]a[0x15][0xd2]ir[0xb6][0xa8]`N[0xe3][0x19][0x86]PS3[0x19]B[0xf][0xb5][0x88][0x8c][0x94]Jj[0xff][0x4]g:[0xad][0xb9][0x80].<[0xcb]$[0x8f][0x11][0x87][0xa3][0xb7][0x7][0x89][0x8c][0xde]m<}[0x1c][0xc6]=[0x1a]+tt[0xdf][0x85][0xa1][0xa3][0xa7][0xe2].Jul[0x9f][0xa1][0x87]|:zu|[0x92]{;t[0xf4][0x9]![0x99][0xc8][0xc1]][0xa0]r[0x86][0xc6][0x14]0`[0xe][0x3][0xa7][0xfd]wQ[0xc6][0xd1]7C[0xe8][0xf7][0x13][0x95][0x97]|2!wfj[0xe4]<[0xbf][0xd2][0xd6]Px[0x2][0xd5][0xe3][0xf0][0xf6][0xac][0x9e][0xc0][0xa2][0xc6][0x9][0x4]g[0xe7][0x97][0x95]S4[0x1a][0x1a]`[0x96]Vr[0xc]dB[0xbb][0x92][0x86][0x2][0xaf]s[0xef]4w[0xdf][0xa0][0x3][0x98][0x89]x[0x8b]<[0xe7][0xc9]s[0xe][0x8b][0xf0]6[0x96]0P2,ary[0xf9][0xdb][0x85][0xdd][0x94][0xb7](;[0xa3][0xe2]l[0xc5][0x84]2[0x15][0xb3]M[0xd5][0xa4][0xc6][0xff][0x82]{[0xb4]N9P[0xcf][0xa7][0x98]BNM[0xfe][0x81]_[0xf][0xbf][0xeb][0x9]x[0xf1]f"][0xdc][0xa2][0xd5][0x6][0xb5][0xb3][0xf0][0xb8]/[0xd6][0xba][0xce]B[0xd7][0xc6]Y<[0x9b]jN[0xcf][0xdc][0x91][0x9b][0xae]s[0x19][0xca][0xe6][0xda][0x8b][0xd9][0xa4]|[0x88]X[0xc0][0xeb][0xd7][0xc3][0xd4][0xf1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "U[0xc]l[0x0][0xd7][0x98][0x94][0xd7][0xb9]w[0x83][0x88]o*[0xd4][0x9b][0xe9]2[0xf]q[0xed]%~79[0x3][0xd8][0xa7],[0xa1]v|:[0x83]z=[0x93][0xba][0x85][0xa8][0x97][0xd1][0xaa][0xe7]T[0x9d][0xaf][0xe5][0xef]y[0xce][0xdc][0xca][0x92][0x1a][0xca][0xb8][0x87]j[0x8][0xe1]m[0x17]3t[0x8e][[0xc5]g[0x7][0x93][0xae]][0xa8][0xb0]h<[0x1d][0xa0][0x8d][0xbc]b[0x1d][0x1b]E[0xbb]jf@_x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf]lo[0x9c][0xc2][0x92]V[0xad]i[0x2][0xa1][0x16]O[0xd0]C[0x13][0x3]!-[0xe8][0x99][0xc0]R[0x87]4>[0xf3][0xaf][0x90]6[0x81][0x7][0xe5]PSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "utL-M_6[0x8e]E[0xad]%$[0xf8]f[0x9][0xa1][0x92][0x1b]N4[0xd7]1[0x89][0xa9][0x9e]E[0xd0][0x9e][0xf5]I[0x7][0xa1][0x1][0xa4][0xbd][0xa2][0xa5][0xef][0xd1]'[0xc6][0x3][0xf8][0xb][0xed][0xfa]+V[0xe1]ol[0xab][0xe7][0xb9][0xf7][0x19][0xad][0xdb]L[0x9f];<[0xf9]>[0xb][0xe5]6[0x13][0xff][0xe][0x13][0xec][0x1f][0xd8][0x81][0xce][0xf1][0xd9]j[0x96]wT[0xf9]l%[0x6]a[0xd2][0xc6]*v[0xc8]!zO[0xc6][0xae][0xf][0xc3][0x18]Q[0xde][0xeb]c[0xf9][0x1f]P[0x5][0xd8][0xc7][0x92][0x97][0xde][0xdb][0xa6][0x90]y[0xee][0xa1]JG\[0xc7][0xa8][0x8][0xce]0[0x8b][0xe8][0xb4][0x84][0xe]K[0xa5][0xff][0xc];[0x89]>K[0x0]=[0xd5][0xf][0xc8][0x2]p[0xe7]h9[0xbf][0x1a][0xf2][0x9d][0x94]I[0xf6][0x14][0x11]I[0xfb][0x97][0x86]o[0xa1]N:[0xe6]&[0xea][0xba][0xc7][0xe1][0x9f]F[0xdd][0x0][0xef][0x88][0xe5][0xdd][0x8d][0x97][0xb2][0xfe][0xa8]Vq[0xfe]7[0xa5][0xff][0x7][0x15][0xf8]/1[0xfc]/[0xdb][0xe7][0xfd][0xfc]I[0xab][0xa4][0xa6][0xa5]H[0xd2][0x2]p[0xdf][0x95][0xa1]mS[0xb7][0x88][0x8b]E[0xee]%~[0x2][0xe0]k[0xad][0x8][0x80][0x15][0xe][0x80][0x15][0xe][0x80][0x15][0x12][0xc0]C[0xf3][0x0][0x8][0xf]t[0x9a]\!|X"[0xca][0xf2][0x0]H[0x7];[0x0][0xd2][0xca][0x99][0x12][0x80]C[0xcb][0x3][0x10][0xe7][0xf4][0x10][0x9b][0xa9]S=[0xa3][0x14]*#[0x10][0x98][0xc6][0xc3][0x3][0xe1][0xd5][0x93]x[0xa4][0x95][0x17]Nc[0xed][0x14][0x1e][0xcd]]m[0xe5][0xb2]#[0x88]Z[0xf8][0xc4]2T[0x8b]:[0xa5]u[0x83]s[0x8c][0x1a][0x9c][0xb4][0xf][0xd0]X'p[0x1][0x1c]a[0x9f]v[0xa9][0xd9]A[0x95][0xf6]>[0x96]W[0x1a][0x9f][0xa3][0xaa][0xb9][0xe9][0xfd]yv[0xf2]y V[0xe]4[0x12][0xc4][0xaa]V-[0x1c][0xd2][0x8a][0x81]XC[0x10][0xcd][0x4][0xb1][0xb6][0x0][0xc4]H[0x16][0xc4][0x93][0xf7][0x1][0x91][0xe4][0xf5]1[0x17][0x84][0xc0][0x97][0x94][0xfc]/[0xff][0x1f]PK[0x7][0x8]+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ZipExploder.class[0x9d]X[0xb]|T[0xd5][0x99][0xff][0xf3][0xba]w&7$[0x4][0x6][0x18]y8 [0x8f]0I[0x88][0xbc][0xa2]L[0x4]y[0x4][0x5][0x85][0x80][0x82] ([0xd6]![0xb9]$[0x3][0xc9][0xcc]83[0x9][0x4]_[0xa8]h[0xb5]k[0xab]U[0xdb][0x15]k[0xb5]k[0xd5]h[0xd7][0xee]V[0xdb][0xe]PV[0xec]>[0xca][0xee]Z[0xd7][0xee]v[0xdd]n[0xd5]][[0xb7][0xdd][0xba]n[0xad][0xae]U[0xd7]GU[0xfa]?g[0xee]L&[0xc3][0xa4]h[0xf9][0x91]s[0xcf][0xe3];[0xdf][0xf9][0xbe][0xff][0xf9]^g[0x9e][0xfe][0xf8]{G[0x1][0xcc][0x97][0x1b][0x3]h[0xc3]O[0x3][0x88][0xe3]y[0xd5]{A5/[0xfa][0xd9][0xfc][0x87]j[0xfe]3[0x80][0x97][0xf0]3[0x3]?[0xf][0xc0][0xc4][0xcb]j[0xed][0xbf]T[0xf3][0xb][0xd5][0xfc]R5[0xff][0xad][0x16]~e[0xe0][0x15][0x3][0xff][0x13]@-[0x9e]7[0xf1][0xaa][0xfa][0xfe][0xaf]j~m[0xe2]5[0xf5][0xfd]M[0x0]5x[0xd9][0xc0][0xeb][0x1]L[0xc0][0x1b]j[0xdb][0xff]U[0xe1]M[0xfc][0xd6][0xc0][Ux[0x1b][0xef][0x18][0xd8][0x17][0xc0][0xff][0xe3]]5[0xf9][0x9e][0x81][0xf7][0x15][0xc5][0x7][0x8a][0xf6]wj[0xe3][0x87][0xea][0x8][0xb2][0x98][0x84][0x8f]L|[0xac][0xa6][0x8f][0x1b][0x82][0x0]f[0xe3][0xf9]*[0x11]q[0xa9][0xc6][0x1d][0xc0]T[0xf1]p[0xbf]x[\r][0xf1][0x91]F[0x8c][0x0][0x9a][0xc5]T[0xd3]~[0xb2][0x93][0x0][0x87][0x8a][0x9d])U[0xaa][0xb1][0xc8]N[0xaa]M[0x19][0xa5][0x6]5jP[0xab]z[0xa3]USg[0xc8][0x98][0x0][0x16]SP[0x19]+A[0xbf][0x8c][0x93][0xf1][0x1][0x99] ![0xd5][0x9c]b[0xca]DC&[0x5]d[0xb2]xL[0x99][0xa2][0xa6]N5%l[0xca]TS[0xa6][0x99]r[0x9a])[0xd3][0xd5][0x86][0x19][0x1]63[0xd5][0xb9][0xb3][0xc][0xa9][0xf]`[0xbd][0x2]w[0x92][0xcc]VM[0xc4][0x94][0x6][0xf5]m4[0xa5][0xc9][0xc4]Q[0x13];M[0x99][0xa3]H[0x9b][0xab][0xe4]t[0x99]k[0xca]k$WT[0xad][0xbe]~[0x4][0x99]f[0x9f][0xa0][0xb3]k[0xaf][0xad][0x9a][0x1d][0xc3][0xf5]X[0x99][0xe8][0xeb][0xb5][0xd3]1GW[0xe9]U[0x81][0xa0][0xe2][0xea]Y[0x11]J$[0xcb][0x18]x6[0xc4][0xbb][0x12][0xb1]l_[0x9a][0xec]6~[0xc2][0xe3]?[0x95][0xde][0xb4][0xb1][0x8e]dj@[0xf1][0xd1]S[0x82][0xb6][0x11][0xed][0xe8][0x84][0x83]Gb[0xab][0xc]giE[0xd3][0xfa]T,[0xdc][0x9d]*VN.[0xf2]Y[0xde][0xb7]c[0x87][0x9d][0xb6];W'R}YJf[0xc7]zyo[0xef]37[0x9][0x16][0x95][0x1d][0xb7]u$%[0x94][0xc9][0x95][0xec]w[0xce]ax[0xf2][0xab]@[0xb5]:[0xa3]C[0x95][0xa5][0xfa][0x8a]O[0xde]M[0x82][0x15][0xb7][0xd2]Z[0x93]}[0xd9][0xbc][0xb5]zv[0xe8][0x8f]/[0x15]K[0xdb][0x89],m>[0xc5]#[0xf9][\r]V[0x0]S;8[0x15][0xf3]k[0x9a]UvO[0x8a][0xae][0x9c][0xb6]S[0x8c][0xd3]+[0xd3][0xe9]$[0x8f][0xf7][0xf4][0xc6][0xe2][0x9][0x1a]z[0xa5][0x98][0xa2][0x5][0x8e][0xa5][0xe9]I[0x1e][0xb6]dS[[0x2][0xe1][0x9a]x&K[0xb9][0xfc][0xc][[0xcb]:[0xb2][0xf1]~[0x8a][0xe4]'[0xac][0x85]~[0xb5][0x13][0x8b][0xb][0xe3][0xe9]e[+X[0x8e][0xb2][0xc3][0xe5][0x86][0xac]`%Bo[0xd8][0x90][0xec]Kw[0xd8]y[0x95]kK[0xb2][0xd6][0x1c][0xb5][0xcf]B/[0xb2][0xaa]IX[0x18]P[0xbd][0xab]T[0xb3][0x13][0xbb],[0xf4]`[0x97]!m[0x96][0xac][0x94]s[0x8]n[0xe9]E)[0xfa]c[0x16][0xae][0xc6][0xcd][0x16][0xee][0xc4]m[0x16]>[0xaf][0x9a][0xbb][0xf0][0xa7][0x96][0x9c][0x8b]=[0xcc]/[0x15][0xe2][0x4][0x9d][0xaa]\[0xce][0xe5]}[0xf1][0x1e][0xca][0xc1][0x95]6[0xaa][0x18]Oh/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]^[0xed][0x8e]l2=[0x10][0x9e]e[0xc9]*Y[0xad][0x9a][0xf3][0x4][0xa7][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w&[0xed]L[0x98][0x9]%l[0xef][0xa1][0xde][0x8d][0xe1]d:[0xdc][0x11]K[0xcc][0xca][0x86][0xb7][0xdb]a^n[0xe7]TK[0xce][0x97]5[0xbc][0xbf][0x8a]VK[0xa1]e[0xad][0x85][0xc7][0xf0]M[0xc6][0xc]K[0xda]e[0x1d][0xe1]([0x17][0xc9][0x90][0xf5][0x96]\ [0x17][0x1a][0xb2][0xc1][0x92][0x8d]r[0x91]%[0x9b]d3/[0xb5][0xb2][0xc1][[0xc8][0xe1][0x90]%[0x17][0x13]<[0xd9]"k,V[0x1d][0x97][0xf0][0xa2][0xc3]MaK.[0x95]m[0x82][0xd1]C[0xfb]V[0xc5]2[0xdd][0xf4]s[0x6][0x8]K.[0xc3][0x1e]K>#[0x97][[0x12]S[0xbb][0xb6]K[0x87]`[0xe2][0x1f]p[0x18]K:E[0xcb][0xbf][0xc3][0x92].[0xee][0xe5][0xb1]O[0xaa]a[0xb7][0xc5][0x9c]C[0x6];e[0x97]`[0xf1][0xc6]n;L[0xdb][0xe6][0xae][0xb0]2[0xec]p<[0xf]VG2[0x91][0xa5]e[0xda][0x9d][0xe1]x"[0x9c]%Mg%[0xb0]-[0xe9]Q[0x9c]z[0x85][0xaa]$[0x95]x)u[0x91][0x13]Jo}[0x9d][0xe6][0x9d][0x97][0xc8][0x90]+,IK[0xc6][0x90][0xac]%}[0xd2]Oc[0xb3][0xf0][0x3][0x1a][0x85][0xec][0x6][0xaf][0xda][0xba]([0x13][0xeb][0xb2][0xa3]a[0xb5]=L6#[0x15]N[0x86][0xf0][0x90]s[0xc3][0xf5]M[0xb4][0xfd][0xb0][0x93][0xb6]U[0xe2][0x99]3gN[0xf8][0xaa]p[0x13][0xb1][0xe];[0xb9][0xc5][0x99][0x9d][0xad]V[0x9a](u[0xd8][0xf1][0x8a][0xf0][0x95]MN[0xd1]w[0xb5]:[0xfb][0x18][0xdd]ys7[0xe1][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a][0xc3][0xa5],[0xc3][0xa9]X[0xb6];[0x9c]M[0x86]3[0xda][0x1d][0xd4]Rc[0xb8]76@[0xcb]I[0xd9][0xb1][0xac]&/9[0xab][0x9c][0x9c]K[0xc3][0xc9][0xe7][0x87][0x8b]"[0xf0]_[0x81]:K[0xf7][0xb6][0xb3]C[0xb0][0xb6][0x86]3[0xdd][0xc9][0xbe][0x9e][0xce][0xbc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "V[0xb7]'[0xb3][0xc4]%[0x99][0xb0][0xc3]Zg[0x9a][0xb0][0xd6][0x92]w[0x95][0xb6][0xaf][0xe8][0xe3][0xb6]Nn[0xd9][0x1d][0xcf]vt[0xd3][0xb6]3[0xb6]"H[0xa6][0x89]T[0xe1]6[0xe3][0xbd]*[0xe4][0xc4][0x12][0x84]}@[0xfa]-[0xd9]+WZ[0xf8][0x7][0x85][0xf9][0x98]![[[0x96]N[0xc7][0x6]Tl[0xb0][0xe4]*!.[0xd7][0xc8][0xb5]4K[0x9e]g[0xc9]>e*n[0x1e]I[0xe3]\[0x9d][0xe8][0x8f][0xf5][0xc4];[0xb][0xe7][0xd1]j[0xf1][0x8f]8[0xc6][0xd0]a[0xc9]ur=[0x83]xg_[0xaa]'[0xae][0xaa][0xb4]0[0xd5]b[0x9e]KdI[0xd4]T[0xac][\r][0xc7]mL&[0x89]Ib[0x80][0xea][0xa7][0x89]Y[0xd6]Ng[0xb4][0xed][0xdf] [0x94][0xa7]nm<[0x93][0xa1]K[0x95],R[0xc8][0x95]4n[0x1d][0xc8]h[0x97][0xbd][0xdc][0xdb][0x19][0xa5]}[0x8][0xff]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f][0xc];P}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa8][0xfa]^}[0xd5][0xb4][0xa7]b[0x18][0xd1][0xfc][0xf7]+}K|w[0xdd][0xf6][0x9d]d[0xca]P9,[0xa5][0x16] [0xd1]$[0x1b][0xbb][0xd3][0xc9][0xdd][0xf9][0x8a][0xa3]$<[0x94]do[0x16][0x8b][0xc3][0xe3]jI[0x18][[0xaf]b~[0xde][0xf0][0xa9][0xf5]0cV[0xf6]r[0x11][0xb7][0xa8][0x98][0xae][0x8c]@[0x17][0xd0][0x1b][0x93]N[0xfd]9[0xbd]b28[0xa1]b[0xf5]i[0xeb]P[0xcf][0x94]X*e'XG7UJA'L9[0x1][0xb4][0xb5][0x8c]>[0xf][0xc7][0x1f][0xa4]7[0xb3][0xc9][0xfc][0x94]`l[0xfd][0x89][0x84][0xa4][0x18]][0x96][0x9b][0xf5][0xab]f[0x97]=[0xb0][0xc1][0xce][0xaa][0xc5][0xd2][0xf2][0x85]S[0xad][0xc3][0xc0][0xd7]4F6[0xa9][0xed][0xb0][0xbc][0xcc].HWa[0xae]p[0xa9]CFLL<[0xea])U[0x9e]W[0xb]LT^[0xed]R[0xa7][0xcd]<[0x9][0x0][0xc5][0x13][0xbc][0x1d]=[0xfa][0xe1][0xa5][0x8a][0xc4][0xb5][0xac][0xc3][0x19][0xa7](k<[0xd1]i[0xef]Y[0xb7]c[0x84][0xdc][0xcf][0xa2][0xde][0xb0][0xb][0x5]eh[0x98][0xee][0xc3][0xab][0xc3][0x9a][0xee]Xfm2m[0xaf][0xec][0xb1][0x95][0xb7][0xa8]r?a[0xef][0xc9]:[0xc3]r[0xac][0x8b]2[0x19][0x94]%_[0xb4][0xb8][0x19]a[0x5]gVP[0xe6][0x13][0xaa]7[0x8a][0xac]J2[0x87]z\[0x8d]X[0xad][0x8d]P M[0xa8][0x1f][0xb1][0xe8][0xaa][0x8a][0xab]R+[0x1f][0xda][0x98][0x92]+V[0x8b][0xe5]uO-%Z[0x11]K$[0x13][0x8c]$=[0xeb][0xe9]"[0xea][0x5][0xcc]8[0x99][0xcd]l[0x8e][0xab]AE[0xc4][0xd5][0xf3][0x9d][0xfb][0xd6];[0x95][0x99][0x8f]A[0xb9]K[0x11][0xf3][0x5][0xcd][0xcb][0xf0][0xf5][0xee]b\ [0xba]^[0xdd])O0y[0x81][0x1d][0xaf][0xc][0xa8]J[0xb9][0x1c][0x8c]2[0xd5][0x8a][0x93][0xa5])[0xae]U?[0xe4]K+[0x84][0x81]L[0xd6]&[0x13]wR[0xdd][0xd1]PyY[0x12][0x1d]Z[0xf5]s[0x9d][0xc3][0x1e][0xc6][0x93][0x9a][0xa1][0xad]+" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "zb[0xea][0x1][0xef][0xb6][0xd3][0xaa]P[0xa4][0xb7]g[0xd5]/[0x6][0xab][0xb5]Out[0xb3][0xee]s[0xc6]+[0xd4][0xaf][0x16]}[0xdb]3[0x8e]k[0x6]9U[0xc9]7k[0x99]*b=[0x99][0xd5]][0x9][0xda][0xda][0x8a][0x98][0xfe]i![0xd6][0xd9]Y[0x86]e[0xc1]L[0xb6]*[0x1f][0x8a][0xab][0xb7]MM*/*[0x9f][0xa7][0x1b][0xd3][0xb1][0xe][0x1b]S[0xd1][0x86]8[0x0][0x17]<[0xaa][0xe6]c[0xcf][0xa3][0xca]>~[0xc7]3[0xc][0xb3](d[0x9b][0xe4]h[0x1])[0x18][0x99][0xe1][0x8b][0xb8][0xf]B[0x1e][0xd7];Rl[0x3][0xfc][0x2][0xb3][0xe0]E=[0xae]`[0xcf][0xca]S![0x8d][0xc][0xa0]9d[0x1d][0xe][0xe7][0x90]R[0xd1][0x6]"[0x7][0xe1][0x8a]L[0xcc][0xc1]=[0xc4]e[0x14][0xdc]lO[0xe7][0xd9]s[0xe1][0xc7]<[0xcd]i\[0x9e][0xda][0xe1][0xa4]zJ>[0xd1]<[0xfb][0x1c][0x9e][0x17][0x90]F[0xed][0xac][0x8a]L[0xa4]T[0x91]I9x[0xca][0x99].[0xa6]hK[0xb8][0xf9]l[0xcd]4[0x9c]'/2[0xad]r[0x98][0xaa]^?{J[0xc9][0xdd][0xd8][0xe3][0xb0]o[0xd6][0xc7][0x1][0xde][0xc8]w[0xe0]}[0xac][0xc8][0xd8][0xa7]'W[0x97][0xe8][0xeb]-[0xea];P[0xd4]w[0x89][0xa3][0xaf]/2[0xf1][0xbb][0xf0][0x96]#[0xb6][0x81]{6[0x96][0xe8][0xe9]+[0x8a][0xe4][0xc3]^G[0xcf]++[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]+[0x17][0xe4][0xd2][0x8a][0x82]\UY[0x10]_[0xb9] [0x9d][0xdc]c[0x8f] H[0x8f]#[0xc8][0xd5][0xb8][0x86]W[0xa3]x[0xc5]8[0xeb][0xe1]7[0x18]i8[0x4][0xa3][0x91]G`ni:[0x8][0xe][0x81]r[0xd6]{0[0x96]x([0xd6][0x91][0xfc][0xa6]"[0xeb] [0xae][0xc5]>-p[0x10][0xd7][0xb1][0xe7][0xd2][0xbd][0xeb]q[0x3][0xaf]g[0xbf][0xb6]A[0x9a]*n[0xd4][0xb4]79[0x8a]~V[0xab][0xc5][0x17][0x7][0xa9][0x95]([0xdb]H[0xab][0xb8]VG[0x1a][0x9a]r[0xb4][0x80]F[0xb6]V[0xf9][0xed][0xdf][0xcc][0xad][0xb7][0x10][0x9b][0xcf][0x95][0x88]Q][0x14][0xa3][0x9a]k[0x9f][0xd3]bT[0xe3]O[0xd8]s[0xe9][0xde][0xf5][0xb8]u[0x98][0x18][0xc2][0xc7][0xcd][0x17][0x1c][0xfd][0xd5][0xb5])[0xbe][0xa3][0xb5][0xfe]J[0xf7]F[0xad][0xbb]U[0xae][0xfb]WP[0x8b]{KLnt[0xf1][0xd0][0xd1]Zc[0xd1]=[0xa5][0xb1][0xeb]$[0x1a][0xf3]e[0xe5]h[0xbc][0xd7][0xd1]x[0xbc]{[0xc9][0xe4][0x86][0xa3][0xf](!&[0xcf]k[0xcc][0xa1]z[0xbf][[0x6][0x8f][0xbf][0xa1]Dpk[0x11][0xea]4[0xd9][0xa3]0[0xf1][\r][0x8a][0xf1](o[0xf6][0xb1][0xa2][0xfe].^[0xca][0xed][0xf8][0xa2][0x16]j|Q[0xa8][0xf1]Z[0xd1]=[0xa5][0xbf][0xb]w[0xb0][0xef][0x87][0xeb]C[0xb8][0xe4][0x3][0x8c][0x19][0x6][0xc7][0x9d]'[0x85][0xa3][0xaa][0x1c][0x8e]')[0xc7][0xd1][0x11][0xe0][0xb8][0xf6]S[0xc1]q[0xe7][0x1f][0xb][0xc7][0xf][0x9][0xc7]3[0x14][0xe3][0x87][0x84][0xe3][0xd9][0x93][0xc2]q[0xcb]'[0x87][0xe3].|[0xc9][0x81]c[0xb3][0x3]G0[0xa2][0xa0]h [0x14]C[0x90]T[0x97]C[0xf2][0x12]O[0xfe]Y[0x9]$[0xa5][0xde][0xf1]e[0x2]!E[0x9f]8[0x19]$|v[0xe7]!q[0xdd]E[0xaa]*[0xce][0xbd]B[0x18]F[0xdd][0x83][0xd3][0x8e][0xa0]f[0xcb][0x11][0xd4]n9[0x88][0xd1]uu9[0x8c][0xe1][0xf4][0xd8][0xba] ;9[0x8c];[0x88][0xf1]OI[0xfb][0x11]LP[0x82][0x86][0xda]#t[0x9f]S[0xa2][0x9e][0x90][0xe7]0&2[0x99]<[0x89]I[0x87]1[0xd9][0x85][0xef]cJTG[0x9d][0x3]0C[0xde]C8[0xd5][0xdd][0xe2][0xb][0xfa]B^[0xe2]=3[0xe4][\r][0xfa][0xe6]E[0x8d][0x90]'d[0x1c]FX[0xd1]N[0x8d][0x9a][0xf4][0xc3][0x90][0x99][0xc3][0xb4][0xfd]>^[0xc2]O[0x9b][0x8e]a[0x1b][0x19][0x9f]6[0x88]MQ[0xcf] .P[0x7][0xe4]0=[0xea][\r]y[0x1b]r[0x98][0x91][0xc3][0xcc]{[0x11]v$[0xc]y)X[0xdd],6[0xf9]%%d[0xd4][0xab]T[0x8]y[0x95][0xb0]Q?[0xb9]Yyn[0xde]h [0xe4][0xea]q[0xe2]}+[0xaf][0xef]N[0x2]3[0x9b][0xbe]~[0xb7][0xf3]}[0x8e][0x10][0xbc]@[0x80]_[0xe6][0xf8]n[0xfc]D[0x8f]=[0x1a][0xfa]~Lf[0xfb][0x1a][0xc][0xfc][0x86]I[0xeb][\r]R[0xbf][0xc9]t[0xf3][,[0xc2][h[0xc7][0xdb][0xb8][0x8][0xef]`+[0xde]cD|[0x9f][0xd1][0xef][0x3][0xda][0xd8][0xef]x[0x5][0xef][0xe1]f[0xf1][0xe0]V[0xf1][0xe1]v1q[0xa7][0x18][0xf8][0x12][0xbf]w[0xe3]#[0xdc][0x83][0x8f][0xf1]g8[0x8e]o[0xf2][0xb6][0x9e][0x16][0x17][0x9e]#[0xdd][0xb][0xa4]{[0x89][0xeb]/[0x93][0xee][0x17][0x12][0xc0][0xaf][0xa4]J_s[0x8a]W[0xd3]C[0xe3][0xbb][0x9b]Wj[0x90][0xb3][0x89][0x3][0xdc]o2[0x90]5h[0x13][0xf4]Q[0x8a]u[0xc][0x1c][0xf7]R[0xd6]vD[0xf1]U[0xfa][0x85][0x97][0xdc][0xe7][0xe3]>[0xee][0xf0][0x92]6[0x8a][0xfb][0xf1]5m[0xcc][0xaf][0x14][0x8d][0xe5][0x15]R[0xdc][0xaa][0x8d][0xe5][0x15][0xc7]Tg[0xd3][0xd3][0xf6][0xe2][0x1][0x1a][0xd5][0xd7][0x91][0xcf][0xb]y[0xbe][0xf]r[0xa7]2[0xe3]$[0xaa]f}[0x8c]y[0x6][0x1e]2[0xf0][0xb0][0x81])[0xca][0xa6][0xdf]C[0xe4]<[0x3][0x83]m[0xfc][0xfb][0x8]s[0xd9][0x1a]x[0xe4]8[\r][0xde]c[0xe0]Q[0x3][0xdf][0xd0][0xff][0x1f][0x2][0x15][0xfa][0xf3][0xe3][0xe4][0x18][0x18]6[0xab][0xfe]qA[0xad][0xe][0xca]qUI[0x94]-[0xf]Y[0xaf]G[0xfd][0xf8][0xe2][0xb8][0xef]3[0x14][0xd0][0xcb][0xef][0x2][0xde]v[0xfd][0xda]#[0x98]M[0x1b][0x88][0xb4]7[0x1e]F[0x83][0x10][0x98]S[0xd9]i[0x14]mR[0x9e]&e3M[0xca]2[0xe7][0xb8][0xb1]y[0xf0][0xf8]KM[0xdf]*^[0xe8][0x14][0x1e][\r][0xa9][0x81]WjQ-[0xa3]1N[0xea]0U[0xc6][0xa0]Y[0xc6]b[0x9e][0x4]5[0xf0][0xb]x[0xce]T&[0x84][0xbf] [0x84][0x1e]=.[0x80][0xb7][0x0]I[0xa0]XE2[0xc3][0x1e][0xc0][0xb7](Y5[0xcd][0xe2]q^A[0x1e]<[0x95][0x12][0xf3]kO[0x14][0xd7][0x1e][0xe4][0xda][0x1d][0x1a]X[0xd7]G[0xa8]6[0xf0]m[0xa2]8[0x1d][0xdf][0xd1][0xde][0xfd]][0xf2][0xca][0xe1][0xa0][0x13][0xe].[0xe1]W[0x9d]WS[0xc][0x7]*GM+[0xb][0x4]2[0x3][0xa3]dfI~[0xaa])[0x8a]W[0xa3][0xdd]_tO[0x9][0xea][0xd2]=[0xa5][0xc6][0xc9][0xd2]d[0xe][0x87][0xf2]0[0xcb][0x14]*`r.z[0x4][0xcd][[0xd4][0xf9][0xa7][0x1f][0xc4][0xdc][0xa8]G'[0xcd]yM[0x1a][0xd7][0x1c][0xe6][0xab]f[0xc1] [0xc6]G[0xbd][0x83][0xa8][0x8b][0xfa][0x9c][0xa1][0x97][0xce][0xed][0xa3][0x97]y[0xe8]5[0xd3]0[0x83]g[0x8d]b/Bn[0x8d],[0xd4][0x16]p[0x1c]a/R[0xc][0xb4][0xf3][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d.[0xf5][0x99][0x8f][0xc9][0xd2][0x82]ir&f[0xc8][0x19][0x98]%[0x8b][0x10][0x91][0x85][0xbc][0xd0][0x16][0xcc][0xe5][0xdc][0x2][0xce][0xb5]pn[0x91]D[0x8b][0x17]D[0x9][0x8b]zG[0xb5]%[0x8b][0xee][0x15][0xf4][0x8e]:z[0x8f][0xe2][0x89][0x87][0xf1]=[0xc7][0x96][0x97][0xc2]{[0x9c][0x82]y[0xb][0x16]G[0x93]>b[0xe0][0xaf][0xb4]-[0xb6]ik[0xf5][0xc3](_,[0x1a][0xeb][0xfb][0xc3]B[0xab]G[0xfd][0xa8][0xe6][0xa0][0xb6][0x88]#[0xbf][0x8a][0x17][0xfa][0xe6]X[0xdf],T!+[0x87][0x16][0x1a]kK[0xe]g[0xdc][0x83]j[0x15][0x98][0xea][0xce]T[0x81][0xa9]P[0x2][0x11]7_[0xe][0x8b][0x8][0x9a]q[0xc][0xd3]BF[0xe][0xd1][0xfb]p[0x8a][0xe6][0x10]2[0x14][0xb]3d[0x1e][0x83]_[0x85][0xc7][0xd6][0xcd][0x93][0xe][0xc0]R[0x1c][0xcf][0xda]L[0xc4]C[0x9e]#X[0xac][0xc3][0xdc][0x12][0xcf]![0x9c]=[0x94][0xba]Zht[0x90][0xc5][0xa8][0x92]%8E[0xce][0xc6]tY[0x8e]9[0xb2][0x2][0xb][0xa5][\r][0xcb]e%[0xda][0xe5][0x1c]l[0x90]s[0xb1]E[0xce][0xc3]69[0x1f];d-[0xfa]d[0x9d]F[0xf5]Rj[0xd0][0xce][0x98]s[0x94]X[0x9a]:[0xf6][0x15][0xf0][0xed]/[0xe2][0xdb][0x8f][0xa7]t[0xd5][0xab]z[0xdf][0xd7][0xe5][0x97][0xea][0x1d][0xc6]_[0xeb]D[0xb2][0xb]C:/[0xe6]`[0x15][0xfe][0x96]=[0x1f][0x16]b[0x19][0xfe]N[0xc7]/[0x85][0xfe][0x18]x>[0xc4]tb[0xfb][0x11][0x16]h[0x84][0x1f][0xb1]F[\r][0x3][0xf4][0x7]8[0xe6][0x14][0xa1]K[0x9d]"[0xd4]|[0x2]K[0x89][0xe1][0xb2]r'[0xb8][0x10][0x86]l()C[0xcd][0xa2][0xb0]&[0xfe]^;[0x81][0xfe][0x91][0xcb][0xe1]v[0xa3][0x16][0x94][0xf5]?[0xb9][0xe5][0xb0][0x9c]m![0xcb][0xad]P9[0xa4]-[0x87][0x95][0xea]{N>[0x89][0xe4]p.)[0xea]V9[0xdf][0xd5][0xce][0xf7]<[0xe7]{[0xbe][0xf3]][0xc3][0xef][0xe3][0xda]{[0x94]X[0xd3][0x14]f[0xb2][0x19]>[0xb9][0x18][0xf5][0xb2][0x5][0xa7][0xcb]V[0x9c])[0x97]`[0xa9]\[0x8a]U[0xb2][\r][0xeb][0xe5]2[0xe8]_[0xcb]J[0xaa]l[0x85][0xa8][0xf5][0x4][0xd6]F[0xc8][0x89][0xf7][0xd8]^V[0x8d]J[0x8c]Jv[0xf0].;K*vKGwU\<[0xcd][0xd2]D[0xf3][0xf2]\H[0xa4][0x3][0xdc][0x1a][0x8c][0x1c][0xbd][0x7][0x81]CX[0xe7]&[0xb3]#XO[\r]/X[0xe3]|[0xd7]J[0xbb][0xbb][0xc5][0xe3]n[0xf1]2![0xbb][[0xc]w[0x8b][0x19]4#[0xcc][0xca]/F[0x82][0xe6][0xbc][0xa8]?[0xe4]w[0xe7]pam[0xd3][0xd7][0xb0];[0xe4][0xa7]7oPSu[0x1b]s[0xb8][0xe8][0x0]j<[0x85][0x8d][0x83]x[0x98][0xb3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3]^[0xcd][0x91][0xb3][0xb7]svs~6[0x88]G[0xcd][0xee][0xe5][0xec][0xc5]z[0xd6][0xef]i1[0x6][0xb1][0xb3][0x0][0xfa][0x16][0xe2][0x1c][0xf2][0xe7][0xc1]>[0x84][0xad][0x83]X[0x1f][0xf4]pkc[0xc8][0x18][0x97][0xb8][0x18][0xb2]qv[0xd0][0xcb][0x89][0x86][0xa1][0x89]9AV[0x14]uL[0xe8]f[0xdd][0xa5][0xdc][0x12][0xf2][0xb7][0xf]*W[0xc9][0xf3][0xdb]6[0x9c][0xdf]~[0x93][0xa5][0xc4]t[0xd2][0x8e]i8[0x8c][0xcb][0x4][0x8d][0xba][0xbd][0x9c][0xb9][0xb3][0xee]3\[0xe][0x1a][0x7][0xb0][0xaf][0xc4][0x4]./5[0x81][0x98][0xaa]z4[0xfd]}[0x98]R[0xa0][0xd8]^([0x85]b[0xf9]3[0x18][0xe9][0xea]:r[0x5][0xf6]%[0x84][0x9d][0xf9]b[0xe4][0x4][0xc2]:[0x9b]MS[0xd1][0xba][0x8e][0xa0]mK[0x90][0x1e].[0xca][0xc3][0x1b][0xf2]\t[0x1][0xb5]C[0x17]P[0xea][0xa5][0xd4]Xa[0xb2][0xe4][0xe9]4[0x88][0x86](]cm[0xe1][0xe0].[0x85][0x0][0xe3][0xc4][0xf4][0xe2][0x19]j[0xd4][0xed][0xd5]F%2([0xaf][0xca]k[0xda][0xc3][0x94]q=[0xcb][0x12][0x1][0xd2][0xc3][0x1c][0xd8][0xb]S[0x12]P?[0xdd][0x8f][0x95]+0I[0xd2][0x98]"[0x19][0x86][0xdf],[0xc3]o?[0xc3][0xee]nDe[0xf]V[0xca][0x0][0xd6][0xca]^l[0x96]+[0xb1]U[0xae]b[0xe0][0xb8][0x1a][0x1d]r[\r]z[0xe5]Z[0xa4]d[0x1f]2r[0x1d][0x6][0x84][0xa9]Gn[0xc0]M[0xb2][0x1f][0xb7][0xc8][0x8d][0xb8]Mn[0xc2][0x1][0xf9],[0xee][0x97][pXn[0xc5]Q[0xf9]<[0xb][0x9e]/[0xe0]Gr[0x1b]^[0x94][0xdb][0xf1]s[0xf9]"~)w[0xe0]U[0xb9][0xb]o[0xc8][0x97][0xc5]'[0xfd]b[0xc9]=[0x12][0x96][0xaf][0xc8][0xc][0xf9][0xaa]D[0xe4]>I[0xc9][0xfd][0xf2] [0xbf][0x83][0xf2][0x80][0xf7]7[0xfa][0x13][0x9d]S[0x7][0xbb][0x9e][0xd9]e[0xd8][0x15][0xf0]X}[0xd8][0xe7][0xe5]~[0xee][0xb9][0x9f][0xeb][0xba][0xaf][0xfb][0x9e][0x9d][0xdf][0xe7][0x1e]?[0x5][0xb0][0x3][0xdf][0xa9][0xd8][0x82]c~[0x1c]Wq[0x2]'[0xfd]x[0xcf][0x8f][0xa1]Rl[0xc6][0xb0][0x18]N)8-[0xe6][0xf7][0xc5]p[0xc6][0x8f][0x11]?[0xce]*[0xd0]U[0xac][0xc0][0xb1]2[0x8c]""[0x86][0xa8][0x2]C[0xc5]*[0x9c][0x13]CL[0xa5][0xe7][0x98][0x18]L[0x5][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xce][0xab][0xa8][0x11][0xe1][0xe3]bN[0xa8][0xa8][0x86][0xe5]GRlRbs[0xa1][0xc]6[0xd2]*[0xfc]pTdpQ[0xc1][0x84][0x82]I[0x5]S[0x12]J[0x13]#[0xa3]z[0xda]8~4,[0xa1]<<[0xae]_[0xd4]C[0x96][0xe1][0x84][0xb8][0xef][0x94][0xa0]%F.[0x99][0xa9]^[0xcb][0xb1]M#-[0xa1]&{[0x9e]q[0xcc]x[0xa8][0xd7][0xca]$[0xc][w[0xcc][0xa4]E[0xc7][0xd2]A3f[0xe9]N[0xc6]6$[0xb4].[0xed][0xd5][0xd5][0x94]gg[0xd4][0xd0]p6[0xf2]T[0xe7][0x1e][0x6]P[0x13]#[0xa6][0x15][0x89]g[0xa2][0xe2][0x9e]u[0xa7][0xf2]\m#fL[0x86][0xe][0xeb][0x8e]c[0xd8]V[0xd6][0xd3][0x98][0x9c][0xf7],[0xe9]2-[0xd3][0xd9]#[0xa1][0xbb][0xa1][0x10][0xfb]2H[0x97][0x8d][0xdb]xB[0x82][0xdc][0x93][0x8c][0x12]E[0xd8][0xb4][0x8c][0x81]Lb[0xd4][0xb0][0x8f][0xe9][0xa3]qZ*[0xc3][0xc9][0x88][0x1e]?[0xa1][0xdb][0xa6][0xd8][0xe7][0x8c][0xb2]3f[0x12][0xc1][0xda]p[0xd2][0x8e][0x85][0x92][0xa9]t[0xdb]x[0xc8]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ra3[0xcd][0x90]D[0xaa]x[0x89]U[0xf3][0xb3]Xr[0xce][0x8c][0xd3]AB[0xed][0xb]XV[0x17]^9[0x95][0x9a][0xbf][0xf6][0xf4]K[0x11]}Q[0xb2]_[0x98][0x83][0x97][0xb][0xdf][0xb9][0xbc]@[0xcb][0x9f][0x88][0xf0][0xfe][0x5][0x91][0xfd][0xb]*N[0xfc]oN[0xff][0x15][0x8f][0x1c][0xa7]X[0x14][0xb8][0xa1]1[0xcf]M[0x8]H[0x9][0x8a][\r][0x11]\([0xbc][0xcc][0xb5][0xe4]@)[0x8d][0x1]=[0xe1][0xd6][0x88][0xeb][0x15][0xd7][0xad]Xh[0x90]J[1Q[0x1][0x91][0xa4][0xe5]0[0x8c][0x84][0x95][0x8b][0xe3][0xd7]=g[0xea]*L[0x82][0xe8][0x8a][0x15][0x83][0x8e][0x1e]9[0xdf][0xaf][0xa7]\[0xf1][0x15]\b)[0xf5]NF[0x8c][0x94][0xc8]GZ[0xc1]e[0x9][0x9b][0x17]A_"NEBw"cF[0xfa][0xa0][0x97][0xfd][0xaa][0x86][0xc5]x[0x1b][0x87][0x89]8'[0x90][0x82][0xe6][0x85][0xc7]z=[0xa5][0xd4][0xc1]d[0xc6][0x8e][0x18]}[0xa6]([0xc5]r[0xaf][0xd8][D,[\r]-[0xf8][0x80]9[0xd9][0xcb][0xaa][0xaf][0xcb][0xd8]q[0x5][0x1f]j[0xb8][0x82][0x8f]$[0x94][0xd1][0xb1][0xce][0xf0][0xea][0xbf][0xcf][0xad][\r][0xaf]a[0xab][0x86]mh[0xe0][0x8b]e[0x19][0x8d]44[0xa1]YC[0xd0][0x5][0x93][0x3]_[0x97]m[0x1f][0x6][0xaa][0xc8][0xe1]Z[0xb0][0xac]^[0x88][0xd3]m[0xdb][0xfa][0x94]@[0xa7][0xe0]c[\r][0x9f][0xe0][0xaa][0x86]Oq[0x8d][0x8d][0xb5][0xb4][0x98][0x1a]>[0xc3]u[\r][0x9f][0xb][0xbf]~[0xc]h8[0x82][0x1][0xbe][0xff][0xf2]39[0xf]3/e{3f<*ZY[0x1e][0xd7][0xed][0xe][\r]_[0xe0]K[\r]7p]BQ}H[0xc3]W"d[0xb]nR8[\r]_[0xe3][0x96][0x86][0xdb][0xf8]F[0xc1][0x1d][\r][0xdf][0xe2]*[0xa1],[0xfd][0xe6]`[0xb1],[0xdc]sht[0xdc][0x88][0xb0]~V[0x17][0xf8][0xce];[0x96][0x17]*/a[0x93][0x7][0xb8]_[0x8f][0x9f]K[0xda][0x9]#J[0xe4]^[0xc9]H[0xf0]5[0x88][0xb2]u![0x9a]{[0xcb]@&[0x1e][0xef][0xb6]cl5[0xcb][0xc9]s[0xae][0xb8][0xa8][0xc7][0xcd][0xa8][0xee][0x18][0x3]IG[0xb8]H[0xd8][0x96]_6Yl[0x9d]K[0x14][0x12][0xaf][0xa8]Z[0xb2][0x87][0x19]sLO[0xf7]'m[0xa3]7n[0x88][0xdb][0xd2].$[0x16]^[0x99]eL:9[0xa3][0x84]5[0xf3]U[0x9d][0x11][0xab]3f8[0xd9]v+t[0xf0][0x1a][0xae][0xcc]L[0xef]3m:'E[0xe7][0x96][0xe8][0xa9][0x94]aE%[0x4][0x97][0xaa][0xf6]E[0xa6][0x9c][0x9a][0xc]S[0xee]${'E[0x1][0xea][0xf1]>&[0x91]E[0xed]$[0xb3]>[0xcb]t[0xe][0x9][0xfb][0xf4]h[0xf4][0xb9][0xd3][0x1c]n[0xb7][0xaf][0xb2][0xad]D[0xcd]v[0xe4]{[0xf4][0x8c][0xe9][0xf6][0xa0]q!cX[0x11][0xa3][0xb3]q[0xd1][0xab][0xaa]?[0xfb]P[0xe7][0x12][0x1d][0xd2]?[0x1f]/[0x17]9[0x8d]z~[\r]l[0x1][0xc5][0x85][0x8c]"[0xd1]\[0xfc][0xf0][0xa8][0x14][0xfd]E[#[0xd7]E[0x8]p[0xcf][0x86]r[0xed]Aw.[0xe6]Y[0xb]B<{[0x9d][0xbb][0x1f][0xb8][0x97]9[0xef][0xc][0xcc]Bj[0xaa],[0xfa][0x5][0xbe][0xe6]J[0x99]c[0xb0][0xb2][0x98]c[0xa0]i[0x1a]%[0x81][0xe6]i([0x1][0xf9]W[0xf8][0x87]|[0xc1][0xc1]i[0x94][0x6]|\OC[0xfd][0x89][0xf][0xfa][0xb0][0x9d][0xe3]V[0x94]r[0xdc][0xce]P[0xad]P[0xf9][0xed][0xb3][0x12]m[0xfc][0x6][0xd9][0x85][0xf5]hG[0x1d]v[0xf3][0xe2]7h[0xe9][0xe0])[0x8][0xc9][0xbd][0x90]^m[0x80][0xbb][0xda][0xc9][0xe7]%w[0xb5][0x8b][0xd0][0x8b][0xdc]U;[0x9f][0xf2][0xf1])@[0xf3][0xce][0x2]<[0xcb][0xd2][0xea]pIt[0xe6]H<[0xe6]\[0xcc][0xb9]u1[0x89]2w[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x4][0x5][0x87]Z[0xb9][0x80]A[0x80][0xb8][0x81][0x3][0xc4]v[0x90][0xab]w[0xc8][0xe0]]2[0x8]c[0x3][0x6][0x98][0xe6]CDx[0x98][0x89]Y2[0x83][0xf5]\Un[0xe0][0x10][0xe4]o[0x6][0x1b]g[0xb1][0xe9][0x11]^)[0xc2][0xc9][0x7][0xcf][0xbe]o[0xfa][0x91][0xb7][0xca]y[0x8a][0xe][0xf3][0xfb][0xf1]4[0xd6][0xe0][0xc]s0B[0xdb]Y[0x16][0x8e]N.[0x11]$` [0x85][0x98][0xa7]h=s[0xd5][0x8d][0xbd][0xe4][0xb2][0x15][0xfb][0xd1][0x83]}.o;[0x97][0x1f]?[0xc6][0xd1][0x8b]>[0xb2][0x9c][0xcf]@[0xd6][0xb2][0x9f][0xab][0x3][0xae][0xc5][0xf7]7[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0xfe][0x85]h[0x11][0xb3]/PHT [0x9b][0x9d]0|C[0xd3]"[0xb2]s[0x9f][0xbb][0x12][0xce][0xed][0xe4]S[0xfa][0xf4][0x1e][0x8a][0xe5][0x87]b[0xd5][0xdf][0xfc]t[0x8f]o[0x97]\%o[0xbc][0x8f][0x8d][0xcd]UrkGqmq[0xd3][0xc][0xea]fPW8][0x93][0xa5][0x7][0xcf][0xfe][0xf0]=[0xf4]$[0xdf][0x4][0x85]c[0x9a]P2[0x94]|[0x82][0x14][0xa6][0xd8]#[0x97]Iq[0x82]b^q[0xa9][0xd5][0xd1][0xb7][0x1e][0xe5],[0x80][0xdd][0xae][0xe0][0xed][0x9e][0xe0][0xed].[0xc9],[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8][0xea][0x1c]T[0x5][0x87]%[0xa9][0xf6]O:[0x16][0x89]?[0x93][0x1c][0xde][0xdb]9[0xbc]A[0xa2]T[0xff]=[0xca]j[0xf7][0xde][0x1b][0xfc][0xae][0xbf][0xc9]^[0xbf][0xc5].[0xbf][0xc1]B[0xbc][0xe3][0xa1][0xab][0xc9]C[0x17][0xf4][0xd0][0x5][0xf3][0xd0][0x95][0xc3]7[0x87][0xb2][0x5]p[0x12]KX[0xa4]u[0xf0][0x1f]PK[0x7][0x8][0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/NullArgumentException.class[0x95][0x95][0xdf]S[0x1b]U[0x14][0xc7][0xbf]7[0x9][0xd9][0x10][0x97][0x16][0xc2][0x8f]*-4[0xad]-[0x84][\r][0x5][0xfb]CZ[0xa1][0xa2][0x85]R[0x1b][0xc])[0xca][0xf][0x1b][0xa0][0xd6]M[0xb8][0x13][0x96]nv[0xe3]f[0xd3][0xb1][0xa3][0xe3][0xf8][0xe0]s[0x9d][0x8e]O[0xf4][0xb1]>[0xe8]ku[0x4]Ff[0xf0][0xd1][0x19][0xdf][0xfd]g[0xd4]Q[0xcf][0xbd][0xd9][0x9]IX[0xb4]2[0xc3][0xdd]s[0xcf][0x9e]{[0xce][0xe7][0xfc][0xd8][0x9b]_[0xff][0xfa]i[0x1f][0xc0]e[0xac]G[0xd1][0x8d])[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "nF[0x11][0xc4][0x8c]XnE[0xf0][0x8e]x[0xde][0x8e]"[0x80])[0xb1][0xa4][0xc4]2[0x1b][0xc5][0xbb]H[0x8b]e.[0x82]L[0x14]w0/[0xd4][0xef][0x89][0xe5][0xfd][0x8][0x16][0xc4][0x91][0xc5][0x8][0x96][0xc4]~Y[0xc1][0x7][0xc][0xed]e[0xee][0x18][0xba][0xb9][0xcc][0x9d][0xb2]a[K[0xa9][0x9b][0xc]l[0x96][0xa1]m[0xda][0xb6][0xca][0xae]n[0xb9][0xcb][0xba]Y[0xe1]-[0xa8][0xfe]1[0x6]%[0xb5]p?[0xb3][0x94]N3[0xc4][0xd2][0x9b][0xfa]C}[0xd4][0xd4][0xad][0xc2][0xe8][0x82][0xeb][0x18]Va[0x82]!B[0xaf]g[0xe6][0xe6][0x17][0xb3][0xc][0xe1][0xeb][0x86]e[0xb8][0x93][0xc][0xdd][0x89][0xc3][0x96]C[0xcb][0xc][0xa1]i{[0x9d]3[0x1c]O[0x1b][0x16][0xcf]T[0x8a]9[0xee],[0xea]9[0x93][0xb][0xcf]v[0x9e][0x90]t[0x2][0xa3][0xbd][0xa7][0xc][0xb9][0x1b]F[0x99]a m;[0x85]Q[0xbb]T[0xbe][0xb2]Yu[0x98][0xa9][0x98][0xe6][\r][0xa7]P)r[0xcb][0x9d][0xf9]$[0xcf]K.[0xe5]A$[0xc1]b[0xb9]@[0xce][0x1f][0xea][0xa6][0xb1][0xae][0xbb][0x8e]V[0x8e][0xa8]5[0x89]Ej[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "C[0xd2];Uq[\r]st[0xde][0xb1]K[0xdc]q[\r]^>[0x2][0xa1][0xa3]T[0xb3][0xa8]a[0xf4][0xf8];[0x10]@[0xab]/Z\J[0xc5][0xd1][0x1f][0xd5]\v[0xfa][0x1c]d8[0xd1]\<[0x9a]J[0x97][0xd2]o[0x8e][0xf4][0xaf]E[0xec][0xf4][0xb1]d[0x18][0xf2]spD[0xf1][0x98]A[0xff])j[0xec][0x82]]q[0xf2][0xfc][0x96]![0xba][0xdc][0xeb];x#[0xc2][0x81][0x8a]~[0x9c]f8[0xf7]"[0x93]JI6[0xc7][0x9c][0xaa][0x18][0xe6]:w[0x84][0x97][0xbb]*[0xb2][0xa0][0x9e][0xb5][0xc6][0x8d]r[0xdc][0xa2][0xf3]#*V[0xb1][0xa6][0xe2][0x2].[0xaa][0x18][0xc0][0xa0][0x82]{*>[0xc4]}[0x15][0x97][0xb0]F[0xdd][0x12]v\T*^[0x1d][0x9d][0x11][0x5][0x1f][0xa9][0xd0][0x91]S1[0x8e]7[0xc5][0xb9][0xab][0x94][0xcb][0xaa]p[0x9b]'[0xe1][0x9e][0xd0][0x8c]0[0x9c]=`H[0x99]&/[0xe8]~[0xa0][0xc1][0x84](FX/[0x95][0xb8][0xb5][0xce]p[0xc1][0xef][0xb3]>[0xa4][0xf2][0x92][0x11]W[0x83]kWU[0xc]][0x89][0xc3][0x86]d[0xd1][0xde][0xac][0xa3]h&[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0x86][0xc]N[0x1d][0xe8][0xf2][0x1b]<[0xba][0x94][0x8c][0xb2][0xf7]m[0x91][0x19][0x95][0xeb]T"u4[0x9][0xce][0xd0][0xe5][0xd7]M[0xb7]Y[0x10][0xbd][0xe8][0xc1][0x9]0[0xbc]L[0xbb][0x0]^[0xa1][0xfd]I[0x9c][0xaa][0xed][0xc3][0xb4][0xef][0xab][0xdb][0xb7]!B2[0xb5][0x96][0xd6]8i&I[0x17][0xa0]gXK[0xee][0x80]=[0x97]6gh[0x8d]J[0xed]8Z0[0x81][0xb3]$[0xf5]T[0xad][0xf0]*[0xce][0xc9][4[0x8c][0xf3][0xd2]k[0xab]h [0xbd][0x13][0xbe]8B[0xd2]*[0xae][0xfd][0x82][0xfe]=[0x4][0xb2]{[0x8]fw[0x10]Jn[0xa3]%[0x16][0xa6]e[0x1b][0xca][0xe]"??[0x97][0xdc]"[0xca]1z[0x2][0xb7][0xe9][0xdc],[0x11][0xa5][0xeb]"[0xc5][0x91][0xc0][0x90][0x8c][0x14][0x87]&#%[0xe5])v[0x1a][0xc3]$[0x84]H[0x11][0xa0][0xe0][0xd4]x/[0xf8][[0xf4]R[0x1c]T[0xb4]`r[0x17][0xad][0xcd][0x99]d[0x89]x[0xa5][0xce][0xbf][0x82]Q[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ")[0xbd]&[0xfd]7[0xba][0xbd][0xe8][0xb9]}L:[0xc1]8[0xa6][\r][0xef]"[0xaa]m[0xe3][0xa5]-t[0x9c][0xdc]B[0x82]D[0x95]vO[0x1b]2[0x1d][0x16][0x99][0xb6][0xf9]e[0xda][0x3][0xf1][0xfb][0xb3]A[0xab][0x81][0xe]lRWL[0xbc][0xe]K[0x12][0xc5][0xab][0x11]jDc[0xf4][0x1d]\&[0x12]![0x9][0xb6][0x80][0xcc][0x9d]j[0xdb][0xdb][0xdb]Dy[0xc5][0xa3][0xfc][0xd8][0xab]|BKV)[0x8f]m[0x1d][0xee][0x80]/W[0x8c]N[0x2][0x9f][0x12][0xd7]gP[0xf1]9[0xf5][0xf2][0x8b][0xba]*%[0x88]qL2%[0xbc]*y][0x18]l[0x2][0xb9][0xea][0x81][0xd8][0x1e][0xc8]@[0x15]d[0xff][0xe9][0xff][0xc2]xL[0x18]_Q[0xc3][0x9e][0xd0]p}][0x87]1[0x80]kxCb[0xc]4b[0x9c]o[0xc0][0x18][0xa7]Y[0xf5][0x1b][0x86][0xe3][0xcd][0xc3][0xf0][0x8c][0x86][0xe1][0x9b][0x86]a[0xb8][0x86][0xeb]G[0xe][0x3][0xdd]9[0x9e][0xdb][0xdf]H'8[0xf3]b[0x18][0xda][0x83][0x93]}[0xda][0xfe]3[0xdc][0xd5][0xfa].y[0xf9][0x91]$2[0xec][0xa0][0xa5]o[0x1b][0xb1]Xg5[0xd5]]t[0xd1][0xc4]h[0xf2][0xad][0xfa][0x9f][0xa6]_[0x6][0xd9][0xb7]wP[0x9a]~[0x82][0x2][0xbe][0xa7][0xd2][0xfc]@_[0xef][0x8f]4[0x99][0xdb][0xd4][0x95]][0xac][0xd1]>[0x87]=[0x99][0x86]FX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "][0xaa][0x93]2s[0x2][0xac]%[0x94][0xaf][0xcd]R[0xbe]n[0x96]T[0x4][0xff][0x84][0xc2][0xfe][0xc0][0xe2][0xef][0xe4][0xf7] Y[0x86][0xb7]e[0xa9]n[0xfc][0x3]PK[0x7][0x8]k[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/lang/Ops4jException.class}[0x91][0xc9]N[0x2]A[0x10][0x86][0xff][0x96]e[0x94][0xe0][0x8a][0xb8]o[0xe8]A[0x4][0x95][0xb8][0xdc]4^P[0x13][\r][0xd1][0xc4][0x85]{[0x83][0x1d]l[0x3]3d[0x16][0xf5][0xe4]3[0xf8]*[0x9e]H<[0xf8][0x0]>[0x8c][0x8f]`[0xac]j&.[0x88]f[0x92][0xbf][0xab][0xbb][0xfe][0xfa][0xaa]z[0xfa][0xf5][0xfd][0xf9][0x5][0xc0][0x16][0x16][0x13][0x88]c[0x86]e[0x96]e[0x8e]e[0xde][0xc2][0x82][0x85][0x8c][0xc0][0x90][0xa7]\-[0xeb]e[0xe5]z[0xda][0xb1]/[0x8f][0xf6][0x5][0xc4][0xb1]@[0xd1][0xb1]=_[0xda]~Y[0xd6][0x3][0x15]S[0x8f][0xf]o[0xc5][0xa7]&%[0xe3][0xbb][0xda][0xd6][0xfe][0x9e]@$[0xbb]R[0x16][0x88][0x16][0x9d]+%0X[0xd2][0xb6]:[0x9][0x1a][0x15][0xe5]^[0xc8]J[0x9d]NFJN[0x95][0xb0][0x92][0xe0][0xb4][0xf][0xf][0xa3][0xfe][0xb5][0xf6][0x4][0xe6]K[0x8e][+8Mo[0xfb][0xa6]P[0x97]v[0xad]p[0xca][0xe1][0xc1]}U5}[0x1a]bG [0x9d]-[0xdd][0xc8][[0xd9][0xce][0x9e][0xfb][0xae][0xb6]k;[0xdc][0xce]j([0xcf][0x93]5[0xc3][0xff]e[0x10][0xc8]u)[0xfb]vrq[0xed]:w<[0x89]a[0xc5][0xaa]2[0xf0][0x88][0x94][0xee][0xea][0x10][0x98][0xc8][0xfe]Y[0x9a]8w[0x2][0xb7][0xaa][0xe]5_*[0xf5]s[0xfa]u.J"[0x89]~[0x96][0x14][0xcb][0x18][0xcb][0xa4][0xc0][0xec][0xbf][0xd7][0x16][0x98][0xfa][0xea]w[0x16][0xd8][0xbe]n[0xa8][0xcf]$2[0x88][0xd1][0xb3][0x1][0xe4][0x82][0x85]^Z[0xfb]h[0xd7][0x83][0x4][0xa2][0x14]S7[0xd2][0x1][0xf3][0xdc][0xf4][0x80][0xb4][0xc6]r-[0x88]'c[0x19]$M[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ",[0x92]y[0x9]C[0x14]%[0xdb]&[0xc]c[0xc4]@i[0xd2][0x10][0xb0]GN[0xf6][0xc6]s[0xf9][0x16]z:[0x9][0xcb]T[0x93]5[0x84][0xb1][0xb6]+$p4[0x8a][0xb4]iN[0x17][0xe]YG[0x88][0xd0][0x7]X[0xb9][0xfc]j[0xb][0x91]N[0xd8]*[0x15][0xad][0x19][0xd8]B[0xdb][0xf6][0x9][0xb3]B[0x18]G[0xe3][0x98] 7c'[0xbb][0x8d][0x18][0xed][0xa4]n[0xd0][0x88][0x9b][0x8c][0xc8],a[0xfe]![0xd7]L[0x0]PK[0x7][0x8]W[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/lang/PostConditionException.class[0xa5][0x95][0xdf]n[0x13]G[0x14][0xc6][0xbf]q[0xd6]b[0xec][0x4][0xc][0x84][0x2]iX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xc5]I[0xec]4$[0xb4]`[0x9a][0xb6][0xc4]![0xe0][0x1a][0xa7]j[0xd2][0xb4]T[0xbd][0xd9][0xd8][[0xb3][0xe9]z[0xd7][0xac][0xd7][0xb4]w[0x95]*[0xd4]'[0xa8]DK[0xab]>AU[0x95][0x1b]G[0x2][0x9][0x84][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x89][0x7][0xa8][0x10][0xaf][0x80]P[0xdf][0xa0][0xe2][0xcc][0xac]m[0x9c][0xcd]:])[0xb9][0x98]9s[0xf6][0xcc]9[0xbf]9[0xdf][0x8c][0xf3][0xf4][0xbf][0xfb][0xf][0x1][0x9c][0xc5]r[0x1c])[0xcc]Dq6[0x8a][0xd9]8[0x6]0[0xc7][0x87]s1[0xbc][0xc3][0xe7]w[0xe3][0x8]a&[0x86][0xf3]1\[0xe0][0xeb]\[0xc][0x17][0xf9][0xfc]^[0x1c][0xf3]x[0x9f][[0x1f][0xc4][0xf0]a[0xc][0x97][0xa2]X`[0x88]\[0xd4]M[0xdd][0x99]g8[0xa8][0x14]7[0xd4][j[0xd6]P[0xcd]jv[0xc5][0xb1]u[0xb3][0x9a];[0xb3][0xc6] -X[0x15][0x8d]a[0xb8][0xa8][0x9b]Z[0xa9]Y[[0xd7][0xec]Uu[0xdd] O[0xaa]h[0x95]UcM[0xb5]u[0xbe]n;%[0xe7][0x86][0xde]`8][0xb4][0xec]j[0xd6][0xaa]7f7[0xdc][0x84][0x1f][[\r]g[0xc1]2+[0xba][0xa3][[0xe6][0xe2][0xb7]e[0xad][0xce][0x8d][0x1c]C[0xb4][0xa6]5[0x1a]jU[0xe4][0xdb]V[0x9f][0xca][0xde]R[\r][0xbd][0xa2]:Z[0xc9]rJM[0xc3][0xa0][0xd4][0xbd][0x9c][0xcb][0xeb][0x1b]Z[0xd9][0xc9][0xf9][0x93]G,[0xf1]uk[0xe6][0xf6][0xe][0x86][0xb8]^[0xd1]LG[0xff]J[0xd7]l[0x86][0xe4][0x8a][0xa3][0x96][0xbf][0xbe][0xa6][0xd6][0xdb][0xc7][0x88]w[0x11][0xe9]0[0x89].[0x83][0x0][0xd8][0xdf]Y.[0xd9][0x1a][0x8d][0xf6][0xea][\r][0xd5]d8[0xa4][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0x18]a[0x8a]oRNV [0xdb][0xd0]k[0xba][0xc3][0xa3][0xf3]y[0xff]h[0x96]g8[0xdf]{D[0xb7][0xe7][0xb9][0x1d]==[0xfb]S[0xdb][0x3][0xc9][0xd9]A.R[0xb3];[0xc4][0xdd][0xd6].[0xde]l[0xaa][0xc6][0xaa][0xc5]0X[0xee](D[0x1d]X[0xb1][0x9a]vY[0xbb][0xac][0xf3]v[0x1c][0xf5][0x97]/[0xc3]K%[0xb0][0x1f][0x7][0x18]N[0x5][0x12][0x9c]N[0xee][0xa5][0xbe][0xd4][0xd4][0x8d][0x8a]f[0xf3]4[0xf9][0x4][0x16]q[0x99]j[0xcb][0xdf][0xa8][\r][0xb9][0xf4]i[0xb1][0x98]I`[0x9]W[0x18][0x86]\[0xcf][0xf2][0xaa][0xeb]e[0x18][0x11][0xe][0xd3]r[0xe4][0xaa][0xab][0x82][0xec][0xd0][0xa1]d[0x9e][0xe0]*][0xaa][0x8c][0xfc][0x99][0xda][0xb8] [0x96][0x85](>J[0xa0][0x88]k|Q[0xa2]{[0xde][0xdd]i[0x88]f[0xb8][0x1b][0xa9]G][0xbf][0xc6][0xfb]!;[0x16]9[0x8f][0xbc][0xa6][0xfd][0xa4]I[0xb7][0xa5][0xa6][0xf5][0x1c]e@[0x11][0xb7]L[0xad][0xd7]5[0xb3][0xc2]0[0xe5][0xf7][0x80][0xb6][0xb9][0xda][0xc7]%Qb[0x8e][0xe5][0xba][0x18][0xe]([0xdb][0x3])bT)[0xec][0x94]`T[0xc9][0xef][0xf4]y[0xaf][0xf7]"0[0xec][0xa9]XM[0xba][0xdf]k[0xee][0x85]$[0xfe][0xbc][0x7][0xbb][0xfd]:[0xfa][0xa7][0xc5]q[0xfa]qI[0x81][0xff]%[0xc0][0xb8][0xf4]4[0x1e][0xa4][0xd5]<[0xf9]C4G[0xd2][0x13][0x9b]`[0xf7][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "a[0x84][0xc6][0xb8][0xf0][0x9e]D[0x18][0xa7]p[0x88][0xac][0x11]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "o[0xe0][0xb0][0xc8][0x12][0xc1][0x11][0x1c][0xa5][0x1c][0x83][0x18][0xc5][0x9b][0xf4][0x8d][0xe7][0xd2] [0x89](9[0xfd][0x4]c[0xf][0x10][0xba][0xfe][0x0][0x3][0xd7]7!M[0xb4][0x10]NEhh![0xba][0x89][0xd8]#^e@T[0x19][0xa2][0x19][0x98][0xa1]}[0xb3]8[0x86]s=[0x95]d[0x8c][0x91][0x7][0xc2][0x92]E[0xa5][0xe3]b[0x17];[0x86][0xb7][0xc8][0x90][0xc8][0x11][0xa2][0xe2]'|[0x8b]K[0xf7][0xbc][0xd5][0x7]_W[0xf7][0x14]_[0xa0]}[0x8b]t[0xcc][0xa5] [0xc5][0xc3][[0x8a][0x9f][0xa4][0xde][0xb8][0xc5][0xbf][0xa3][0x4]a[0x9a][0xa7][0xc7][0xe4][0x1f][0xdb]Z[0xfe][0xb0][0xc4][0xeb][0xc7]i[0x90][[0xd8][0x93]J[0x90]1F[0x86]?[0xcc][0xe7][0xd4][0xd7]/[0x10][0xc5][0x97][0x2]F[0x16][0xbe]i[0x8c][0xe3][0xb4][0x80][0x99][0x86]BVHX[0x1c]K[0xea]`E=Xg[0xbc]X[0xe3][0xca][0x9d][0xbe]XJ[0xb]I[0x81]5N[0x86]?V[0x8d][0xb0],[0xc2][0xba][0xe9][0xc1]Jw[0xb1][0xd2]A[0xb0]&[0xda]X[0xb7][0xc9][0xc7]S[0xcc][0xa5][[0x18]"y[0x86][0xbc]p[0x93][0x1d]6[0xfa]8,[0xd8](r[0xd8][0x9f][0xed]{[0xba][0xd0][0xb7][0x91][0xc4][0xf]=ls[0xc4]6)[0xd8][0xe6][0x88]m[0x92][0x0][0xb8][0xc5][0xd9]B[0x1d][0xb6][0xe4][0x16][0xb6])_%[0xf5]k[0xd9][0xde]`J[0xde][0xa1][0x96][0xfd]L-[0xfb]e7JN[0xf9])[0xf9]S_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f][0xbb]Qr[0xaa][0xbf][0x92]^[0xb8][0xc9][0xe][[0x0]%[0x1f][0x93][0x92][0x91][0x92][0xef]F[0xc9][0x8c][0xaf][0x92]w[0xfd]Z[0xb6]/[0x98][0x92][0xff]P[0xcb][0x9e]Q[0xcb][0x9e][0xf7]Q2[0x1b]D[0xc9][0x8c][0xef][0x9b][0xec][0x8b][0x15]@[0xc9][0x17][0x84][0xf5][0x92][0xb0][0xfe][0xed][0xa3]d6[0x88][0x92][0x99][0x1d][0xde][0xe4]][0x1f]%[0xf7][0x5]R[0x92]DJ[0xb0][0x10][0x92]L[0xea][0xa3]d[0xf6][0xff][0x95]d[0x4][0xce][0xff][0x17][0xbd][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x7][0x8][0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/PreConditionException.class[0xa5][0x95][0xcf]o[0x1b]E[0x14][0xc7][0xbf][0xe3][0xf8]W\'i[0xdd]6[0xa5]![0xa4][[0x8][0xe9][0xd6]I[0xec][0x90]&[0x85][0xd6]%@[0xe3]4`\[0x7][0x91][0x90]*[0xe2][0xb4][0xb1][0x7]w[0xd3][0xf5][0xae]Y[0xaf][0xb][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x0][0xa8][0xa8]B\[0x11][0xea][0xa9][0x17]G"[0x82][0x1e]+[0xf5][0x82][0x10][0x2]B[0xfc][0x9][0x8]!![0xde][0xcc][0xda][0xae][0xb3]Y[0x87][0x95][0x92][0xc3][0xcc][0x9b][0xb7]o[0xde][0xfb][0xcc][0xfb][0xce]8O[0xff][0xfd][0xf1]g[0x0][0x97][0xb0][0x96]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]1\[0x8a]a![0x81][0x1],[0x8a][0xe1]r[0x1c][0xaf][0x8a][0xf9][0xb5][0x4]B[0x98][0x8f][0xe3]J[0x1c]W[0xc5]:[0x17][0xc7]51[0xbf][0x9e][0xc0][0x12][0xde][0x10][0xd6][0x9b]q[0xbc][0x15][0xc7][0xf5][0x18][0x96][0x19][0xa2][0xd7]tSw[0x96][0x18]N[0xab][0xc5][0x1d][0xed][0xae][0x96]54[0xb3][0x9a]]wl[0xdd][0xac][0xe6].n2[0x84][0x97][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g[0x18])[0xea]&/5k[0xdb][0xdc][0xde][0xd0][0xb6][\r][0xf2][0xa4][0x8a]VY365[[0x17][0xeb][0xb6]3[0xec][0xdc][0xd6][0x1b][0xc]SE[0xcb][0xae]f[0xad]zca[0xc7]M[0xf8][0x9e][0xcd][0x97]-[0xb3][0xa2];[0xba]e[0xae]|Z[0xe6]ua[0xe4][0x18]b5[0xde]hhU[0x99][0xee]@y[0xaa]zW3[0xf4][0x8a][0xe6][0xf0][0x92][0xe5][0x94][0x9a][0x86][0xc1]p[0xa1][0x17]sm{[0x87][0x97][0x9d][0x9c]?x[0xd4][0x92]_[0xf7]gn[0xef]`H[0xe8][0x15]n:[0xfa]G:[0xb7][0x19][0x86][0xd6][0x1d][0xad]|[0xe7][0xa6]Vo[0x9f]"[0xd1]E[0xa4][0xb3]$[0xbb][0xc][0x12][0xe0]dg[0xb9]js[0x1a][0xed][0x8d][0xdb][0x9a][0xc9]pF-[0x14][0xfc]1"[0x14][0xdf][0xa4][0x9c][0xac]@[0xb6][0xa1][0xd7]tGD[0xe7][0xf3][0xfe][0xd1],[0xcf]p[0xa5][0xf7][0x88]n[0xcb]s[0x87]zz[0xf6][0xa7][0xe][0x6][0x92][0xb3][0x83]\[0xa4]fw[0x88][0xbb][0xad]][0xf9][0xb8][0xa9][0x19][0x1b][0x16][0xc3]`[0xb9][0xa3][0x10]u`[0xdd]j[0xda]e~C[0x17][0xed][0x18][0xf3]U/#*%q[0x12][0xa7][0x18]&[0x83][0xc8]M[0xe7][0xf6]2_o[0xea]F[0x85][0xdb]"K>[0x89][0x15][0xdc][0xa0][0xca][0xca]'ZC)}P,f[0x92]X[0xc5][0xdb][0xc][0xc3][0xae]gm[0xc3][0xf5]2[0x8c]J[0x87]i9J[0xd5][0xd5]@q[0xe8]H[0x8a]H[0xf0][0xe]][0xa9][0x8c]rKk\[0x95][0xcb]B[0xc][0xef]&Q[0xc4]M[0xb1]([0xd1]%[0xef][0xee]4d+[0xdc][0x8d][0xd4][0xa1][0xae][0x9f][0x8b]n([0x8e]E[0xce][0xb1]g[0xb4][0xef]7[0xe9][0xae][0xd4]x[0xcf]Q[0x6]Ty[0xc7][0xb4]z[0x9d][0x9b][0x15][0x86]Y[0xbf][0xd7]s[0xc0][0xd5]>.I[0x12]w,[0xd7][0xc5]pJ=[0x18]H[0x11][0xe3]j[0xe1][0xb0][0x4][0xe3]j[0xfe][0xb0][0xcf][0xc7][0xbd][0xd7][0x80][0xe1]X[0xc5]j[0xd2][0xed][0xde]t[0xaf]#[0xf1][0xe7]=[0xd8][0xed][0xb7][0xd1]?-[0xce][0xd3]/K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]/[0x9]&[0x94][0xa7][0xf1]4[0xad][0x96][0xc8][0x1f][0xa2]9[0x9a][0x9e][0xde][0x5]{DV[0x8][0xa3]4&[0xa4]w[0x12][0x11][0xbc][0x8c]3d[0x8d][0xba]Qx[0xe]ge[0x96]([0xc6][0xf0]<[0xe5][0x18][0xc4]8^[0xa0]o"[0x17]GXF)[0xe9]'[0x98][0xd8]Chk[0xf][0x3][[0xbb][0x8]O[0xb7][0x10]IEih![0xb6][0x8b][0xf8]cQe@V[0x19][0xa6][0x19][0x98][0xa7]}[0xb]8[0x87][0xcb]=[0x95][0x14]L[0x90][0x7][0xd2]Rd[0xa5][0xf3]r[0x17];[0x87][0x17][0xc9][0x8][0x93]#D[0xc5]_[0xf2]-[0x1e]~[0xe4][0xad]>[0xf8][0xac][0xba][0xa7][0xf8]2[0xed][[0xa1]c[0xae][0x6])[0x1e][0xd9]W|[0x92]z[0xe3][0x16][0xbf]G[0x9]"4[0xcf]M(_}[0xb7][0xbf][0xfc][0xd9][0xb0][0xa8][0x9f][0xa0]Ai[0xe1]X*I[0xc6][0x4][0x19][0xfe]0[0xb7][0xa8][0xaf][[0x88][0xe1]C[0x9][0xa3]H[0xdf][0x1c][0xa6]pA[0xc2][0xcc]A%+$-[0x81][0x15][0xee]`[0xc5][0xef]a[$[0xb6][0x19][0xc9][0xb6]Hl3[0x4] ,[0xc1][0x16][0xea][0xb0][\r][0xed]c[0x9b][0xf5]U[0xf2][[0xbf][0x96][0x1d][0xf][0xa6][0xe4][0x97][0xd4][0xb2][0xaf][0xa9]e[0xf7][0x8f][0xa2][0xe4][0xac][0x9f][0x92][0xdf][0xf4][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa0][0xe4][0xf7][0x84][0xf5][0x3]a=<[0x8a][0x92][0xb3][0xfd][0x95][0xf4][0xc2][0xcd]t[0xd8][0x2]([0xb9]GJ[0xfe]DJ>>[0x8a][0x92][0x19]_%[0x1f][0xf8][0xb5][0xec]D0%[0xa1][0x96][0xfd]J-[0xfb][0xad][0x8f][0x92][0xd9] Jf|[0xdf]d_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f]}[0x94][0xcc][0x6]Q2s[0xc8][0x9b]|[0xe0][0xa3][0xe4][0x89]`J[0xfe]EJ[0xfe]MJ[0xfe][0xd3]G[0xc9][0xec][0xff]+[0xc9][0x8]\[0xfc]/z[0xe5]?PK[0x7][0x8][0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/monitors/MonitorException.class[0x8d]PMK[0xc3]@[0x10]}Sccc[0xfd][0xaa][0xf6][0xe2]I[0xa9][0x82]V1[0x7][0xbd]E[0xbc][0x88][0x82][0x10]=[0xd8][0xd2][0xfb]6.[0xe9][0x96]$[6[0x89][0xfa][0xb7]<[0x9][0x1e][0xfc][0x1][0xfe](q6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0xb][0xf5][0xe0].[0xec][0xbe]y[0xf3]f[0xde]0/[0xaf]O[0xcf][0x0][0xe][0xb1][0xe6]a[0x6]+.Z.V[0x9][0xf5]c[0x95][0xa9][0xe2][0x84][0xd0][0xdd][0x9][0xc7][0xe2]V[0xf8][0x89][0xc8]b[0xbf]W[0x18][0x95][0xc5][0xc1]7[0xa6]?2[0xfa]N[0xc][0x13][0x19][0xec][0xe][0x8][0xce][0xa9][0xbe][0x91][0x84][0xa5]Pe[0xf2][0xaa]L[0x87][0xd2][0xf4]m[0x8e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "u$[0x92][0x81]0[0xca][0xc6][0xef][0xa4]S[0x8c]TN[0xd8][0xe][0xb5][0x89]}=[0xc9][0x8f][0xc6]~[0xaa][0xd9]U[0x9b][0xdc][0xbf][0x9c][0x82][0xb3][0xfb]HN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xb3][0x80][0xe0][0xa6]2[0xcf]E\u[0xfb]5[0x12][0xa1]!?[0xb4][0x84][0xf6][0x9f][0x13][0x12][0xbc][0x9e].M$[0xcf][0x95][0xb5]o[0xff][0xf4]8[0xb0]EM8[0x98]%t[0xfe]1[0x13]a[0xfd][0xcb][0xe6][0xba][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x95][0xca][0xcf]$6Q[0xe3][0x85][0xda]C|[0xb9])[0xbf]u[0x8e].[0x98][0xb5][0xbc][0xdb][0xdd][0xdb][0x4]=0[0xac][0xc1][0xe5][0xd7][0xe3][0x1f][0xe8][0xb0]h[0xb]s[0x8c]6[0xa6]248[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcd][0xa3][0xc9]M,Z[0xc0]"[0xab]y[0xd3]U[0xf5][0xf2][0x1b]PK[0x7][0x8][0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.class[0x95]Sko[0xd2]P[0x18]~[0xce][0xb8]cu[0xae][0xee][0xe2][0x85]i7/k[0xcb][0xa0]s[0xd3]O[0x18][0x8d][0x1a]MH@?[0x8c][0x90][0xf8]i)p[0xc2][0xba][0xb4]=[0xa4][0x14][0xc7][0xfe][0x93][0x1f]4q,[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xbe][0xa7][0x94]e[0x1]4[0xe1][0xcb]{}[0xde][0xdb][0xd3][0x9e][0xdf]~[0xfc][0x2]p[0x80][0x83][0xc][0xb4]<[0x18][0xb6][0xb2][0xd8][0x96][0xfa][0xa1][0x14][0x8f][0xb2]x,[0xf5][0x93]<[0x14][0xec][0xe4]p[\r][0xba][0x14]F[0x6]f[0x6]E[0x86][0x94]w[0xe4][0xd9]C[0x6]Ve[0xc8]zG}1[0x8][0xda][0x9c][0xa1]\[0x13]A[0xd7][0x12][0xbd][0xfe][0xb3][0x13][0xcb][0x13][0xbe][0x13][0x8a][0xa0]o[0xf1]a[0x9b][0xf7]BG[0xf8][0xd6][0xbb][0x89]u[0x18][0xe1]+[0xc][0xe9][0x17][0xe][0xa1]^2[0xec][0xeb][0x8b][0x95]V[0x8d]&C[0xf2][0xad][0xe8][0xd0][0xd4][0xe5][0x9a][0xe3][0xf3][0xf][0x3][0xaf][0xc5][0x83][0x86][0xdd]r)[0xa2][0xd6]D[0xdb]v[0x9b]v[0xe0]H?[0xe]&[0xc3]c[0xa7][0xcf]P[0x9a]7[0xa8]!D[0xdd][0xf6][0xcf][0xea][0xb1]9M[0xae]89.[0x11]][0xbc][0xd6][0xe5]a[0xdd][0x1e]N[0x90][0xaf]]W[0x9c][0xf2][0xe]eu[0x83][0xb8]P);[0xb5]*[0xc3][0x9e]n,[0xca]K~l[0xbd]w[0xe4][0xe2][0x9b][0xff][0xda][0xae]|b[0xb6][0x19]6[0xa4][0xb2]\[0xdb][0xef]Z[0x87]a[0xe0][0xf8][0xdd]7[0x3][0xc7][0xed][0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0x19][0xc]*[0xd7]<[0xaa][0xd7]&[\r][0xb4][0x16]'[0x94][0x16][0xf0][0xae][0xd3][0xf]y[0xc0];e[0xed][0xa3][0xef][0x9e]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J(Ka1[0xac]k[0x93]E5;[0xe0][0x9a]=[0xbe][0x93][0xb2]{x*[0x1b][0xef]+[0xb8][0x8e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96]q[0x93][0xa1][0xb8][0x0][0xa5][0xf4][0x87][0xcd]A[0xc7][0xb0]+("[0x94]>q[0xda][0xee][0xf5][0xb8]O[0xfc][0x96][0xf4][0xda][0xf4][0x99][0x15]c&[0x14]_N[0xc][0x16][0xf4][0xea][0xff][0xd2][0xd9]P[0x8c]C[0xc][0xab][0xfa],[0x90][0x10][0xe6][0x9c][0x81]W"[0x8d][0xe3]@[0x9c][0xca][0x1f][0xab]b4[0xb1]EoC[0xa1][0xd7][0xb4][0x4]U[0xb2]B[0x96]*[0x89]![0x9d][0xa0]G[0xb4]B[0x1e][0xc3]-[0xf2][0x2][0xf2][0x13][0xa4]u[0xf3]'[0xd8][0xa7][0xb],[0xa9][0x89][0x11][0x92][0x85][0x11]Rj[0x9a][0x8c][0x11]2[0xec][0x2]Y[0xb3]p[0x8e][0x9c]Y[0x8f][0x1a]*c@[0xdc][0x90]x[0xa4][0x91][0xb3][0xc5][0xf9][0xaf]S[0xc5][0xaf][0xe6][0x16][0xdf][0x8f]P[0xf][0xfe][0x2]PK[0x7][0x8]lrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/monitors/exception/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xd4][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xde]r[0xca][0xb6][0xe7][0xb8][0x15][0x81][0xbe][0xec][0xa6]y[0xdb]LW=[0xbb][0x94][0x9e]q][0xf3][0xf3][0xac]][0xf1]2[0x2][0x9d][0x8b]v[0xb1]lzU[0xd7][0x12][0x98]k[0xb6]f2[0xeb][0xb8][0xc5][0xb4][0xb3]]9[0xbf][0x99][0xde]O[0x97][0xb6]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xb6]g;[0xe5][0xf4][0xb5][0xfd]Q[0xae][0x1e][0xcb]L1ip[0xd2][0xe6][0xc3][0x94]@ 1[0xbc],[0xa0][0xcd]:[0xeb]L[0xdf][0x9d][0xb5][0xcb]V[0xbe][0xba][0xb5]f[0xb9]K[0xe6]Z[0x89]3[0x91][0xac]S0K[0xcb][0xa6]k[0xcb]gR[0xf3]6l[0x2]_h[0xed][0xdc][0x1b]N[0xd5][0xb3]\Y[0xd0][0xc1][0x1a][0x16][0x94]8f[0x92]E[0xa7][0xea][0x16][0xac]L[0xbd][0xfe][0x92]Y.[0xa6][0x97]6\[0xe7]3[0x9][0x94][0x91][0x15][0xe8][0xfe]f[0x81]t[0x8b][0xd7][0xc1][0xcb][0xa8][0xa8][0xe4][0x2]c[0xad][0xc1][0x1c]hv[0x84]G[0xe0][0xc4][0xa2]g[0x16]>[0xcd][0x99][0xdb][0xea][0xc6][0x94][0xdc][0xef][0xea][0xb8].[0xd0][0xef]ZEJf[0xb9]G1[0x4][0xce][0x1e][0xf7]*[0xf6][0xc1][0x87][0x97][0x95][0x95][0xa6][0x5]b[0xd5][0xf2][0xbf][0xe7][0xed]-Z[0xde][0xd1]Y[0xaa][0x17]I[0xc]7[0x98][0xc9][0xf7][0xda][0xec]S[0x93][0xcf]b.[0xad]ba)kI[0x8f][0xf3][0xf8][0x86][0x1a][0xe7][0x87][[0x96][0xa7][0xdd].[0xaf][;[0x2]Bf[0xab]_[0xfd][0x9c]-}[0x18]on[0xb1]1Y[0x81][0x81]([0x9e][0x17][0xe8]i[0xf2][0xbe][0x18][0x88][0xa0][0xc7]@[0x16]9[0xaa]b [0x8f][0x5][0x3][0xef][0xe1]}[0x81][0xd1][0x96][0xc8][0xc][0xbc][0x88][0x97][0xc][0xdc][0xc0][0xa2][0x81]%,[0xea][0xf8][0xc0][0xc0]2n[0x1a]x[0x3]g[0xc][0xdc][0xc2][0x8a][0xc0][0xb9]gxA[0x4][0xc2][0x87][0x9e]ZX[0xdb][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e]@[0xaa][0x15]_R[0xdb][0xc3][0xaa][0xe7][0x99][0xd2]Tw[0xdf][0xd3][0xc4][0xaa][0x2][0x1d][0xf6][0xc1][0x82][0xe8]?[0xc4][0xdf][0xdf]H[0x1][0xf4][\r][0xb3][0x92][0xb7]v<%[0xe9]*[0xf5]-[0xab][0x87][0xde][0xfd][0xf5][\r][0xa8]\[0x1d]0[0xd7][0xd7][0xf9]f$[0x9e][0x8e][0xc9][0xbd]A[0xd7][0xda]rn[0xf3][0xe0][0xbe][0xc3][0xa3]f[0x9d]R[0x89]q[0x16]@_[0x86][0xab][0xe5]-g[0xdd][0xfe]D}p[0xa4]\[0x2][0xa7][0x12]G[0x9d][0xda][0xc4][0xba][0x1][0xfa]L[0x1e];[0xdf][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83][0xfc]P[0x87][0xf9][0xf1][0xed][0xc0]s[0xe0][0xf5]H[0x3][0xb0][0xef][0xe5]'[0xbd][\r]}[0xd0]9[0xa6][[0xd8][0xf6]s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2][0x1c][0x1][0xe1][0x91][0xfb][0x10]#[0xf][0xd1][0xb6]r[0x1f][0x81][0x1f][0xa1][0xdd]S[0xab][0x7][0xd8][0x9e][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << " [\r][0x8d]Rw[0xe3][0xc]b|2[0xea]{[0x10][0xc7][0xb][0xec][0x85][0xf4][0x86][0x9f][0xef]7[0xae][0xd6][0xd9]O[0x8f][0xfc][0x0]m%[0xff][0xab][0xec]v[0xd1]>[0xa1][\r]h[0xf][0x10][0x14][0xf8][0xe]q9[0xd2][0x5]~A[0xc7]D[0xfb]@{2[0xf5][0x0][0x9d][0x1][0xdc][0xd9][0xfb]c[0xb4]v[0x7][0xa1][0x89][0xe0]hm [0xf8][0xf8][0x1e][0xf][0xd7]q[0x1e][0xe3]L5[0x8e][0x8c][0xea][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "'[0x86] [0xdb][0xc][0xa3][0x97]0[0x84]i[0x82]][0xc6]Y[0xcc]`[0x8a][0xa5]H[0xb4][0x11][0x82][0xe][0xa1][0x13]/[0xe3][0x15][0xb4]K[0x10][0x1f]R[0x8e][0x6]qJ[0x81]O[0x13][0xf8]U[0x9e]p[0x9a][0xe3]>h"[0xac][0xe3]5[0x1d]CO0xU[0xc7][0xeb]Ox[0x84]@[0x2][0xc3]~M[0xdf]r[0xa9][0xc6]>[0xae]j[0xca][0xa9][0x9a][0x92][0xbb][0x8][0xdd]L[0x91][0xb8]#[0x9f][0xaa][0x8d][0xfa][0xbc][0x11]f[0x93][0x19][0xfb]U_[0xe7][0x8d][0xa8][0xad][0xd7][0x19][0xcd][0xf1][0xc2][0xf2]d\P[0x9c]Q[0xee]`[0xca][0x3][0xba][0xb8]"[0x16][0x8a][0xa9][0x1f]m{L[0x11][0xd0]1[0xa2]#I6[0x8][0x85][0xa5]1[0x9e][0xfa]/[0xac][0xae][0x16][0xb0]n1[0xba]J[0xac][0xf][0x89][0xf4][0xd1][0xff][0xc2][0x1a][0xc5][0x18]wJ[0xac]m[0xf6][0xd2]1Q[0x85][0x95]UX?[0xc1]H[0xd6][0xee][0xe6][0x92][0xb5][0xd4]cE[0x14][0xa6]3[0xc1]_[0xaf][0xea][0x3][\r]>[0xb3][0x18]-rv[0xa3][0xc1]gQ[0x9f][0xe6][0xb4][0xe2][0x16]{[0xc][0xb7])[0x86]:[0x80][0xef][0xec]4[0xd7][0xf2]c[0xe4]_N3[0x8a]][0x9c]H[0xd6][0xbe]?[0xe][0x85][0xcb][0xa8][0xc7][0xd9]j[0xb][0x14][0xfc][0xde][0xf3]/S[0xfd][0xf4]/}ib[\r][0xd2][0xc4]wq[0x92][0x9e]O[0xd5][0xee]*i[0x14]Ao[0x13]e[0xea][0x4]_1[0xfa]5g[0xbf]iP%v[0xa0]J[0x8c][0xaf][0xc6][0x5]_[0x95][0x1e][0xc9]RWE4[0xc0][0xbc][0xa9].e[0xfc]oPK[0x7][0x8][0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.class[0x95][0x8f]MN[0xc3]0[0x10][0x85][0xdf][0xb4][0xa5][0xa1][0xe1][0xaf][0xa0].[0x10]'h[0x5][0xc2][0x12][0xb0]+b[0x83]`[0x95][0x8a]E[0x11]{[0x13]Y[0x96][0xa3]`W[0xb6][0x83][0xe0]j,8[0x0][0x87]BL[0x1a]5[0x8b][0x2][0x12]x3o>[0xcf]{[0x1e]|[0xbe][0xbd][0x3]8[0xc7]~[0x82][0xdd][0x4]{[0x84]C[0xaf][0xb4][0x9]Q[0xf9][0x9b][0x97]\-[0xa2]qv[0xe6][0xac][0x89][0xce][0x13][0xce][0xc6][0x99][0xf3]Z[0xb8]E[0xb8]([0xc4]SC[0x83]P[0xab]9[0xb1][0xee][0x98]N[0x1e][0x8]iKC[0x82]![0xe1][0xa8][0xb2][0xbf][0xbf]0[0xd2]*[0xae][0xd3]@8[0x18]O[0xb2]B>KQES[0x8a][0x8c][0xcd]S[0xc2]`n[0xb4][0x95][0xb1][0xf2][0x8a]p[0xfd]m[0xe0][0xf2][0x9f][0xab]^qb:w[0x95][0xcf][0xd5][0xad])9r[0xd4][0x8e]4[0xf4][0xb4][0xce]'[0x9c][0xfc]-[0xb6][0xf1][0x10][0x86][0xcb][0xad]Ji[0xb5][0xb8]{,T[0x1e][0x9][0xc7]?$[0xdc];7[0x93][0xf6]u[0xf5][0xe3]6[0xa6]O tP[0x9f]n[0x8f][0xd0]E[0x8f][0xfb][\r][0xee][0xea][0xda]g[0x92][0xb0][0x2][0xd7]M[0xc][0x98][0xa4]|[0xd3][0xc1][0x16][0xab][0xed][0xa5][0xda][0xf9][0x2]PK[0x7][0x8][0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/monitors/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.class][0x8e][0xcd]j[0xc2]@[0x14][0x85][0xcf]5[0xd6][0xd4][0x9f]B[0xd5]GpQ[0xdd]8[0xb][0xbb][0xeb][0xb2]T[0x10]"[0x82][0x12][0xf7]S;[0x86][0x9][0xc9][0xdc]0[0x99][0x16]|5[0x17]>[0x80][0xf]U:I[0x16]R[0xef][0xe2][0x1e].[0xe7];[0x9c]{[0xfd]=_[0x0],[0xf0][0x14][0xa2][0x1f]b@[0x18][0x18]v[0xfa]x[0x8a][0x8b]/[0xe9][0x14]a<[0x8d]R[0xf9]#[0x85]QN[0xc4][0xdb][0xe8]m[0xb5][0x9a][0xed][0x9][0xcf][\r][0xf4][0xce]y[0x91])[0xa7][0xd9][0x10][0x86]w`[0x85][0xf5][0x1b][0xec][0xc3]Z[0xb6][0x84][0xc9][0x1d][0xd1]\[0x99]4[0x89][0xd8]9[0xab]MRgz;[0xfe][0xb6][0x7][0xb5][0xd4][0x99]o[0x1f]yC[0xc9]|[0xcd]F;[0xb6][0xf3]*@xa[0x9b][0x8].[0xca][0xd7]T[0xe4][0x8d]Q[0x8a][0xb2][0xe6][0xc4]?[0xdc][0xbf]yk[0xd8]|[0xa6][0xea][0xe0]:[0x4]B[0xb][0xd5][0x4]mB[0x80]6[0xe0][0xf5][0x1][0x9d]ZC[0xe9][0xde];[0x18][0xc5]^ZE[0xb4][0xc5][0xcf][0xf7];[0xe3]"[0xb4][0xf9][0xc9]o[0xa1]^[0xcb][0xa8][0xbf][0x8][0xbb][0x8a]P&[0x14][0xb][0xad]![0xac][0xe0]+[0xec][0x15]3M[0xc1][0xcf][0x88]d[0xc2][0xb1]pb[0xef][0xbe]5t[0xa9][0xb8][0xbf][0xfe]GLm[0xdd]GwF[0xa3][0x8d]i[0x8f][0x1e][0x10] [0x82][0x13][0xc8]0][0x6]9i[0x83][0x12]i[0x4]a[0x8e][0xaf][0xd2][0x9b][0xc1]aL[0xe3]%[0x9c][0xc4][0x14]f(&'[0xf1][0xa6][0x10][0xe2]z[0x14][0xcf][0xe3][0x80][0x8c][0xcc][0xfb][0xa0]bv[0x10][0x87]$|[0x1e]cx[0x81];[0x88][0xd9][0x8b][0x9c][0x5]1[0xce][0xf9][0x1e][0xa8][0xa3]O[0xc3]a[\r][0xf1][0xc7]8tN[0xc3][0xc4]ch|[0x81]g[0xce]W[0xf8]=_[0x12]I[0xb3]RaiC`9[0xe5][0xcb][0x8b][0xa5][0xda][0xea][0xd4][0x98][0x9a]XC4@m%)-[0x9a][0x9]%[[0xb1][0x90]T[0xa6][0xe1]([0xff]][0xc4]?[0xcc][0x9]i;[0x95]][0xa0][0xf7]"[0xf9][0x8a][0xdc][0xb4][0x84]#(S[0xe7][0xac]Tv[0x80]qc[0xd4]-[0x94][0xa9][0x2][0xa2][0xad],[0xeb]+k[0xab][0xe8][0xd9]P[0xb1][0xff][0xac]T[0x11][0xa6][0x93][0x1f][0x8d][0xaf][0xe2]W&[0xd2]hsRE[0xb9][0xdd]&"[0xfb]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F[0xc5][0xcc][0x17][0xc2][0xe6]%[0x92]k[0xe8][0xe]R[0xc9][0x9f])[0xa9]$[0x9c]j[0xc5][0xc2][0xbe][0x92])j[0x0]Yi;[0x95]\[0xa7][0xf7][0x1d]2[0xbd][0x8b]4n[0xe0][0x18][0xde]c[0x97][0xc][0xa9]d[0x92][0xfc][0xe3][0xe8][0x92]JB[0x2][0xa4][0xad]$[0xd7][0xee]Q[0x8e][0xda][0xd3][0xdc][0xa1][0xad][0xa9]wC[0xd3][0xc1]MMG[0xd9]~O[0xd3]g[0xc][0x15]E[0x19][0xed][0xe8]Lb[0x15][0xfa]UQ[0xfb]H9[0xd9]J[0xf9][0xbc][0xfd][0xcc]&2[0xe]K[0xeb][0xf1][0xf6][0xcb]W[0x97][0xe8]][0xe6][0xc1][0xae][0x91][0xb1].9[0x87][0xe4][0x19][0x19]m[0xd3][0x8d]Jb[0xaf][0xce][0xc3][0x8][0xac]3EP[0xc3]1[\r][0xc7][0xc9][0x6]Eb[0xa9][0xf4]O[0xfd][0x17][0xd6][0xae]g[0xc0][0xba]M[0xef]]b[0xdd]#[0xd2][0x87][0xff][0xb][0x8b][0xf7][0xa4][0x8f][0xb5][0xc2][0xc][0xe2][0xcb][0x1e][0x92]XE[0xff][0x4][0xec]N[0xb4][0xbe].%Z[0xc9]G[0x92]H[0xdc]"[0xe0]oP[0xda]`[0xc7]}[0xf0]1[0xbd][0x9f]p[0xf5][0xd3][0x8e][0xfb]`[0xc8][0xa7][0x19][0x97][0xdc][0xca]:[0xdd][0x1][0xc9][0xe0][0x1]0[0xe6][0x4]?Zo[0xf7][0x8f][0xfc][0xa2][0x8c]t[0x14]et[0x15]=[0xc8][0x1f][0x8b][0xfd][0x95]:[0xe8]@[0xcc][0xa2]D[0x10][0x9a]Y3[0xb3][0x86]1?rB[0xe7][0xdf][0xdd][0x8c]&4R[0x9e]%\[0x86]l[0xb9][0x8d]E`[0x9][0xfd]/[0xb3]k[0xa5][0x16]\[0x9e]_[0xf][0x98][0xf7][0xa3]%[0x2]![0x87]4r[0x5]B[0x1e][0x5][0xa7][0x8b]N[0xa5][0xb9][0xe4][0x1c][0xcf]Upu9%Py[0x0]PK[0x7][0x8][0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.class[0x8d]Rmk[0x13]A[0x10]~6[0xb9][0xf4][0xd2]4[0xda][0x9a][0xfa]Z[0xb5][0xa6][0x82][0x98][0xb4][0xd0][0xf3][0xf5][0x83]6(%D[0x10]R+[0xe6](J?[0xc8]f[0xbb][0xbd]l<[0xef][0xc2][0xde]^[0xb1][0xff][0xca][0xea][0x7]A[0xd0][0x1f][0xe0][0x8f][0x12]g/g[0x1b]*[0xd8]|[0xd8][0xd9][0x99][0xd9]y[0x9e]yf[0xd8]_[0xbf][0xbf][0xff][0x4][0xf0][0x10]+[0x15][0x94]p}[0x16][0xe]n[0xb8][0xb8][0xe9]b[0xd9][0xc5]-[0x17]u[0x86][0xb9][0xce][0xd6]k[0xff][0xdd][0xfb]v[0xe7][0x8d][0xdf]c[0xb8][0xb3][0xdb][0x1d][0xf2][0x3][0xee]%R[0xa4]Z[0x99]COHm[0xbc][0xb7][0x8f][0xef]=i[0x93][0xa3][0xf6][0x95][0xe0]Fn0[0xcc][0xb4]T[0xa4][0xcc]3[0x86]b[0xa3][0xb9][0xc3][0xe0][0xb4][0xe3]=[0xc9]0[0xdf]U[0x91]|[0x95]~[0xec]K[0xed][0xf3]~H[0x99]Z7[0x16]<[0xdc][0xe1]Z[0xd9]8O:f[0xa0][0x12][0x86][0xb5]n[0xac][0x3]/[0x1e]%[0x8f][0x86]^$[0x8d][0xb7][0x19][0x86][0x13]M[0x12]_[0xa7][0x89][0xd9][0xe2][0x11][0xf][0xa4][0xa6][0x8e]51[0x90][0xe2]CO[0xea][0x3]"[0xb7]Or[0x8f][0xe1]ic*[0xbd][0xe3][0x9a][0x90]G[0x81][0xd7]3ZE[0xc1][0x86][0x15]][0xb2][0xb5][0xa4][0xa3][0xcc]S3[0xf0][0xf]G[0x99][0xdc]*[0xff]vn[0x87]JF[0xe6][0xb8]s-[0x90]fS[0x8]9[0xa2][0xe8]e[0x92][0xa4]R[0x13][0xd3][0xdd]Fs[0xca][0xfd][0x95]["[0xcc]7X[0xe9][0xc5][0xa9][0x16][0xf2][0x85][0xb2][0xab][0xa9][0xff]g[0x9][0xeb][0x96][0xb9][0x8a]YT[0xaa]pQf[0xb8]}v+[0x86][0xe6][0xd4]KfX8[0x99]~[0xbb]?[0x94][0xc2]0,[0xdb][0xd4][0xa7][0xc][0x9a]$aF?[0x89][0xc1]}[0xfa]Q%[0xd0][0x87][0xa0][0xb3]de[0xd1]o[0xb3]1[0xa9]$;G[0x91]G7[0xb3][0xd9][0xd5]o`G[0xe4][0x14]P%;[0x93]%Wp[0x8e]lu\[0x80][0xf3][0x98][0xa7][0x9b]t[0xe0]B[0xe]~N[0xa7]hs[0xa7][0x81][0xf]2`}[0xfc][0x98][0x3][0xad]W#[0x5],[0xf3][0x16]q[0x91][0x10][0xc][0x97][0xce]&kMMv[0x19]Wr[0xb2][0xf5]|,[0xe7][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f]O[0xf1]u&[0xa6]rr[0xbe]2[0xae][0x1e][0xaf][0xa4][0x9e][0xbd]P[0xae][0xf8][0x3][0xc5][0xaf]([0x1c]e=N[0xf0][\r][0xb2][0xd7]2[0xce][0xa5]?PK[0x7][0x8]`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/net/Base64Encoder.class[0x9d]V{l[0x1b]w[0x1d][0xff]^[0xec];;[0x17]7M[0xd3][0xba]m[0xd2][0x7][0xd9][0xd8]#uX[0x1e][0xb6][0xe3][0xd5][0xeb][0xda]5N[0x13][0xc7][0xa9][0x9b][0xa4]q[0xe2]W7[0xe8][0xf9][0xee]j_rw[0xf6][0xfc][0xaa]mF[0xf6]P[0xc6][[0x9a][0x6][0xda]4[0xa6][0x9]M[0x15]R[0x85][0x18][0xb0][0xb6][0xd0]N[0xac][0xea]*[0x98][0xb6]1[0xf1][0xc7]xL[0x8][0x90][0x10][0x9a][0xf8][0xb]$4[0xf8][0xb]M[0xd5][0xc2][0xe7]wv[0xd2]t[0xab][0x10][0xc2]J[0xee][0xbe][0x8f][0xdf][0xef][0xfb][0xfc][0xfc][0xbe][0xbf]{[0xf7][0xe3][0x9f]]#"[0x1f]=)R/%D[0xb2]SR[0xa4][0xad][0x94]rP[0x9a]1[0xa7][0x9c][0xf4][0xb0][0x93][0x1e]a[0xe4][0xe7][0x9d][0xf4][0x5][0xa6]:[0xed] [0xc9]I[0x19][0x91]:Hn[0x7][0xaf]8Hu[0xd2][0x19][0x91][0xb2][0x94]s[0xd0]^&[0xd2][0x9c][0xb4][0xe4][0xa4][0xe5]v[0xd2][0xc9]`[L[0x91][0xf2]Tp[0xd2][0xa3][0xe]*r[0xe4][0x1c][0x8b][0xce]M[0x8d][0xc5]&[0x16]8j;[0x15][0xe2][0xc8][0x1e][0x9][0xcc]z9[0xe2]"[0x1c]m[0x19][0xcf][0x9b][0xa5][0xb2]d[0x96][0xe3][0x92]^Qm[0x88][0xec][0x6][0xf4][0xb3][0x81][0x88][0x97][0xd1]6[0xb6][0xd6]?[0xeb]g[0xf4][0x87]L[0xee][0x8f]X[0xf4]V&[0xf7][0xce][0x6][0x18]}[0x9d][0xc9][0xbd][0x11][0x8b]~[0x88]#~|[0xf6][0xd8]D[0x8c]9[0x82]u[0xe1]A[0xcd][0xd4][0xca]G8[0xb2][0xf5][0x1f][0x88]c[0xdd]x^Q9[0xda][0x1a][0xd5]Lu[0xa6]bd[0xd4][0xe2][0x82][0x94][0xd1]![0xe9][0x8e][0xe6]eI[0x8f]KE[0x8d][0xf1]-[0xa1][0xbd][0x9c][0xd3]J[0x1c][0xed][0x8b][0xe6][0x8b][0xd9][0xa1]|[0xa1][0xe4]_[0x1a]2[0xd5][0xf2]PH*[0xa9][0x1][0xff][0x84])[0xc3]V[0xf1][0x10]|[0xa8][0x16][0xc9][0xd1]=[0xfd][0xd1]%[0xa9]*[\r][0xe9][0x92][0x99][0x1d][0x8a][0x95][0x8b][0x9a][0x99]=t[0xe0][0xd3]"[0xe4]]b[0x1e]o[0xa3][0x10]J[0xa1]zY[0x85]VP[0xd4][0xa6]Mq[0xa2]&[0xab][0x85][0xb2][0x86]"A[0xda]*t[0x80][0xd5][0xaf]M[0x19]a[0xf]/{[0xf8][0xf0]P[0x19][0xab]2V[0xb5]X?[0x12].H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0x8b][0x8b][0x82]l[0xf1][0x9d]7[0x17]Gt][0xcd]J[0xfa]X1[1T[0xb3][0xbc]Qjx[0x1d][0x97]L3_[0xee]k[0xb6][0xb6][0xcf][0xac][0xe8]:[0xb3]Yw[0xd1][0x1e][0xda][0xcb][0xd1][0x9e][0xff][0x82][0x88][0x9b][0x9b][0x9b]=[0xb4]6[0xe3][0x94][0xb8][0xa8]A_t[0xd1][0x0]}[0x8e][0xa3][0x89][0xc][0xda][0xdc]'[0x15][0x8b]R[0xbd]O+[0xf5][0xb1][0xc5]R_U[0xd2]5[0xa5]O[0xce][0x1b][0x83][0xa5][0x8a]9X[0xaa][0x9b][0x8a]&K,[0x9c]A-?[0xa8][0x19][0x5]}[0xb0][0xe9][0xa7][0x19][0x14][0xb2][0xe4]l[0xf][0x8b]s[0xe1][0xf9][0x82][0xa2][0x85][0xfc][0x99]D[0xad]"7[0x86]5ij~X>[0x96][0xaf]F}[0x8a]O[0xa9][0x8f][0xfa]N[0xd4]G[0xab][0xb2]!WO,,[0x8f][0xce][0xc6][0x82]~[0xe8][0xcb][0x99][0xf1][0xc8]@[0xdc][0xbb]h[0xca][0xc6]bV[0x9e][0x9a][0xae][0xca][0xe1]`CJ[0x8c][0x9a][0x91]c[0xb5]\$[0x9c][0xab][0x8b][0xe9]D*[0x18]1r[0xc3][0xca][0xd4]X Z[0xf][0xc2][0x94]\I{[0x83][0xd5][0xb4][0xb7][0xa6]G[0x8d][0x99]j&[0x16]\[0xca][0xf8][0xa6][0xcf][0xe2]?[0xa7][0x84][0x17][0xab][0xb2]7h(SJN6[0xe2]g`[0xb0][0x90]1f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa6][0xcb][0xf5][0xd1][0xbc][0x12][0x1e])E[0x96]F[0x1b]b[0xc6];[0xa2]G[0xc2][0xca][0x88][0x94][0x98][0xd7]3a[0xbd][0x92]N[0x9e][0xc8][0xce][0x8d][0x7]ss[0xe6]|[0x15]^[0xf5][0xcc][0xd4]X6[0xe5][0x8b][0xd7]SZhX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7#K[0x19]5=[0x13][0xb]U[0xd3]Zh:c[0xce][0xeb][0xb2]1[0xaa]+[0xe3][0xa1]F[0xc6][0x9b][0x1e]V[0xbc][0x93][0x88]4[0xc6][0x16]O[0xe]G`P[0xf6][0xcd][0xe7]2[0xe1]Z[0x3][0xf4][0xb0][0xec][0x8d][0x97][0xb0][0xc9]'%[0xe7][0xf3][0x19]_|82[0xc5][0x9c][0xd6][0x10][0x99][0x9c]U[0x13][0xc1][0x91][0xe8]x[0xa8]*k!-[0x9d][0xc8][0xe5][0x14]#[0x8e]=[0xd3][0xb9]t[0xb8]6[0x1a][0x9][0x7]+b[0xca][0xbb][0x98][0x95][0x92]'[0xb3]io|X[0xae][0x87][0xaa][0x19]-4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xf5]H[0x18][0xa9]'C#J8^[0x8f]j[0xa1]d:[0xa6]x[0x11][0x0][0x8c][0xc4]+,[0x83]Tr[0xda]r[0x90][0x8a][0x85]J[0x19][0xdf][0xc9]l[0xc6][0x9b][0xca][0xa6][0xbc][0xc1]2J[0x91][0x13]Q`f,[0x97]2[0x82]#H[0x1]Q[0xeb][0xf0]ZC[0xfd][0xe2]%5[0x16][0xca]e[0x8c][0x93][0x96]SD[0xae]gP[0x1a]%|0[0x9b]B[0x83]X[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+W=[0xe4]C[0xbd][0x1b][0xe9][0x98]?[0x8b][0xe6]A[0x9f]+[0x88][0x19][0xa3][0xc4]6[0x99]0\@dU[0xd9]D[0x9][0xcc][0x93]L[0x99][0x83][0x13]D[0x8d]:[0x1a][0xf1][0xe1]TB[0xaf]X[0xd1][0x9b][0xf3][0xf5][0x8c][0xf7][0xac][0x15][0x19]+[0x3]J[0xb0][0x84][0xbe][0x9c]U[0x92][0xa8][0xad][0xd6][0xc]BlmF[0x84][0xf1][0xba][0x95]^[0x8c][0x15][0x9c]5o[0xa6][0x94]NL[0xd6]#S308[0xba][0x8c]t[0x97]-[0xc7]Z[0xa8][0xaa]$#Yd[0xb8][0xac]$g[0x86]es[0xb9][0x12][0x99][0xa8][0xb1]F[0x8d]@_[0xcc][0x18]A[0x9f][0x88][0xa6][0x18][0x91])[0xbd][0xaa]X[\r][0xd3]+R[0xdd]r[0x80]tB[0xa6][0x92][0xd0][0x97][0xd3][0x9][0xd6][0x1c][0xd6][0x88]I[0xe6]t[0x4]e0[0x94][0x4]"[0xf5]1[0xc3][0xcd]h#,0[0x86]Y_[0xdc]DY[0x1a][0x88]TGJ[0xcd]ZI[0x89][0x91][0xb3][0xb2][0x11][0xf4]6[0x11][0x11]/G[0xb3][0xf9][0x83])3[0x92][0x8d]6[0xfc][0xc7][0xe7][0xc2][0xd3][0xf5][0xc8][0xf8][0xc1][0x81][0x98][0x11][0xac][0xa4][0x80][0x88]T[0xc2][0x9f]]4[0x82][0x8d]tbTK'[0xa7][0xcd][0xf1][0xa5][0x9a]&kc[0xd5]9[0xec][0x11][0xa3]^[0x9c][0xa8]%[0xff]q[0xd1]A[0x8f][0xb9][0xe8]K[0xb4][0xc2][0xe6][0xc6][0xa8][0x83][0x1e]w[0xd1][0x13]T[0xe7]hl,4~lb2<[0x15][0x99]>[0x1e]=13;wr>[0xb6][0xb0][0x18]O$Si)#+[0xea][0x99]lN[Z[0xd6][\r]3_x[0xb4]X*W[0xaa]gk[0xf5][0xc6][0xf0][0x88][0xd7][0xe7][0x1f][\r][0xdc]080t[0xf8][0x96][0x81]5[0x9b]YR[0xe5]2[0x6][0xe3]M[0xd1][0xa6]9[0xe4][0xcc][0xaa][0xe5][0xd6][0x95]`[0xef][0xb7]F?[0xcf][0xee][0x0][0xcc]S[0xb1][0xa8][0x16]tIV[0xc7]t[0x9d][0xa3][0x83][0xb7][0xb9]y[0xfe][0xc7][0xbb][0xc8]}[0xbb]K[0xb][0xf6]yY[0xcf][0x9b][0x98][0xbf];[0xfa]7okF[0xfb][0x89][0x91][/[0x95]U[0x3]7N[0xbe][0x82]<[0xdc][0xcd][0xd5]Z~h[0xe][0xb6][0xca][0xb0][0xa8]J[0xc6][0xa1][0xf5][0xfc]n[0x15][0xe3]")0N7[0xe9][0xe]|3[0xf4][0xe2][0x2]w[0xe2][0x89][0x11][0xb][0xaa][0x97][0xf6][0xd1]~[0xe2][0xe8]3[0xa0][0xdb][0xa8][0xf][0xfc][0x1d][0x9b][0xf8];[0xc1]v[0x13][0x17][0xf8][0xbb]7[0xf1][0xf7][0x80][0xbf]w[0x13][0xdf][0xf][0xfe][0xc0]&[0xde][0x3][0x1e][0xa3][0x18][0xb4][0x3][0x1c][0xee][0x13]h[0x86][0xac][0xcf]"\[0x15]x[0xf3][0x9e]+[0xc4]][0xb0][0x96][0xe][0xe3])[0xe2]Mpj[0x87][0xa3][0x11]b[0x97][0x8a][0xb5][0x88][0xbc][0xd8]@[0xd4][0x8e]kh[0xb4]e`[0x91]l[0xd6]Z[0xb7][0xe7]2[0xb5]E[0x7]^#[[0xf4]u[0xb2][0xa7][0x6][0xae][0x10][0xdc][0xf3][0xea][0x86][0xc1]n[0x98]"P<[0xcc][0x89]0[0xb3][0x1d][0x86][0x98][0xe1][0x9d][0xcd][0xcd][0x14][0xa0][0xfb]-[0x7]]t[0x10][0xd5][0xe0][0xe0][0x2] [0x84][0x8e][0xb9][0xc8][0xb7]\[0xdc][0xeb][0xe9][0x16][0xba][0x1d][0x97][0xc9]y[0xdc][0xd3][0xdd][0xde]"ZN[0xc5][0xdb]:[0xed]%[0x1][0xcf]c06[0x81][0x0]&i[0x17][0x85]a|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x85][0x8b]lr~o[0xcb][0xf9][0xae][\r][0xe7][0xf][0x80][0xb3][0xe3][0xdd]aez[0xa8][0x99]i[0xdb][0x13][0x90][0xb9][0xa0][0xf9][0xc0][0xf3]6my[0x9d]:R[0xdd][0xae]+[0xb4][0xe5][\r][0xcf]5[0xfe][0xb4][0xa0];rW[0x9d]Q[0xdb]a[0xdb][0x91]}[0x9e]k[0xe7][0xe8][0xba]-[0xc0][0xdb][0x2][0x82]-[0xd0][0xe1][0xd9][0xe7][0xb][0xd8][0xf7][0xd9]O3[0xe9][0x9d][0x1e][0x10][0xbe][0x0][0xbf][0x8f][0xb7][0xd8]-[0x1e][0x10][0xbe][0x80]p[0x9e]\[0xf6]@[0xc7]y[0x12][0xf8]@[0xc7]E[0xea]t[0xdb][0xb7][0xd1][0x8d][0x15][0xbe][0xe1][0xb]8,NXq[0xd4][0xdc][0xfc]6[0xfa]p[0xc5][0xd1]x[0xc2][0x17]p2![0xdf][0xb5]u[0x85][0xaf][0xb9][0x85]mt}[0xa5]K`[0xe2]v&[0x16][0xba][0x1e]Z[0xf1][0x5][0xc4][0x81][0xbd][0xab]m[0x9c][0xdb][0xf1][0xec]B[0x93]p[0xae][0x13][0x1d][0xfc]9jw[0xb7]?{[0x9e][0xf8][0xae][0xc3][0xeb]2;[0x93][0x89]-[0xd9][0xaa][0xcd]v~[0xed][0xe8][0x0][0xab][0xa0][0xcd][0xaa][0xe0][0x19][0xea][0xc1][0xf3]42[0xcf]P')[0xe0][0xce][0x0][0xae]Y@q[0x9][0x90][[0x6][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0]U[0x11][0xd5],[0xa1]a[0x15]:JU[0xd4][0xb7]F[0xf3][0xf4][0x18]%[0xe9]I:E[0xab][0xa4][0xd1][0xd3][0xb4]B_[0xa6][0xe7][0xe8]+[0xf4]2}[0x8d][0xbe]O_[0xa7][0x8b][0xf4][\r]z[0x8b][0xbe]I[0x84][0xad][0xbf][0xd0]3V7[0x1a][0xa8][0xee][0x8][0xb4][0xf][0x2][0xb6]vX[0xff][0x9][0x1d][0x6][0xc5][0xc3][0xc7][0x5]:[0x2]J[0x80][0xa5]G[0xe9]!P[0xe][0xd8]{[0x18][0xbe][0xf6][0xe3][0xf8]<[0x87][0xde][0x8e][0x81]j[0x87][0xed][0x7]([0x4]JDD?[0xa2]qP[0x1d]8R[0xbf]@[0xff][0xf7][0x13][0xfb]V[0xfe][0x0]+[0xd9]A[0xeb][0xa1]_[0x2][0xb][0xac][0xcf]{[0xe8]m b?P0[0x5][0xf9][0xcb]$v~L[0x9d][0xe][0xea][0xe6][0xb8]5[0xf4][0xdd][0x5][0xca]b[0xf0][0x83][0x9a][0x9d][0x0][0xbe]m[\r][0x1]oV4[0xb5]m[0x8c]][0xc3][0x8a]O[0xab]l-{[0xdb][0xfe][0xbf]m[0x82]E1[0xc6]:w[0xc1][\r]4[0xae][0xa2]2[0x1d][0x8]j[0xff][0x6][0x1a][0xbb],4^[0xa6]m[0xd7][0xf1][0xb1]m;[0xec][0x99][0xb9][0xef]Z[0xc0][0xe] [0xba]y7[0x9a][0xec][0xb9][0xcf][0xcd][0x3]l[0xc0][0xc]G[0xe7]h[0xe7]E[0xda][0xee][0x16][0x6][0xbb][0x8e][0x9e][0xa3][0x8e]&[0x10][0x84][0x85]U[0x9e];[0xbf][0xf6][0xfe]^[0x87].[0xe4][0x8e][0xec]u[0x14]~@[0xd6][0xef]n[0xeb]4Qk[0x1e][0x90]U[0xc9][0xbd][0xab][0xb6]6[0xe0]u[0xd5][0xc6][0xed][0xbb][0xea]|[0xc0][0xde][0x4][0xbb][`[0xa0]~[0xc6]-[0x8]@[0xf7][0xf7]Z1[0xed]`1[0xc1][0xd7][0x80][[0xf0][\r]2@3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x87]`[0x90][0xe1][0x98][0xd1]<[0xa3][0xdb][0x9b][0xb4][0xc0]h[0xb1][0xc7][0xee][0xe6][0x11][0x8a][0xdb][0x1][0x80];[0x1][0xf9]g[0x17][0xdc]|[0x8f][0x1d][0xa6][0xdd][0xeb][0x1a]'[0xe]D;[0xbf]I[0xb3]c][0xd3][0xde]%[0xd4][0xdc]"[0x14][0xab][0x82][0xfd][0xfc]Z[0xa1][0xc7]~[0x13][0xc9]U`[0x81][0xe8][0x87]@[0xd6][0x8f][0x81][0xe4][0xb]8[0xfb][0x17]i7][0xc2] [0xfc])[0xf0]s[0x5][0x13][0xe1][0x12][0xcd][0xd2][0xeb][0x98]gW[0xf1][0xa5][0xfd][0x6]>[0xa2][0xaf][0x3][0x91]?[0xc7][0x85][0xf8][0x16]=[0x5][0x9c][0x11][0x93]' [0xd7][0xf0][0xdb][0x81]e[0xdf]tD[0xef]bO[0xdc]9[0xa9][0xa9]c[0x10]Gt[0xc][0xe0][0xb0][0x8e]![0x1c][0xd5]1[0x8c]z[0x16][0xb3]:[0xee][0xe0]n[0x16][0xf7]t[0xdc][0xc7][0x9c][0x8e][0x6][0xe6][0x9][0xa7]>[0xa1][0xaa][0x8e][0xd3][0xf8]\[0xc7]8[0xce][0x12][0x6]{[0xc5][0xb9][0xd6]v[0xdc]%[0x11]:[0xa3]b[0x9f][0xe8]x[0x80][0x5]Y[0x1e]r[0x9b][0xe3][0xa3]rz[0xc4][0x93][0xfb][0x93][0x8e]s[0xa8][0x12][0xf2][0xbd]O[0xa5][0xde]`[0xe1]#G[0xe3]i+[0xb4]W[0x9][0x7][0xad]v[0x10][0xd8][0x9e][0x1a][0xfe]Y[0xc7]ue[0xb0]8[0x98]%8[0xbe]+[0xeb]Mi/[0x88][0xb4]'[0xf7][0x9a]~A[0xd4][0x96][0xed]P[0x8d])[0xe1][0xd0]G#[0xa0][0x8c][0xf2]e2[0xd7][0xd6]lo[0x89]p[0xd6][0xd8]> [0xdb]g&[0x96]e[0xaa]'[0xfe][0xc3][0xec][0xee][0x12][0xcc][0x98][0xd9][0xd9][0x8d]Q[0xfe]1*[0xf2]/T[0x12][0x9]y_>%[0xe4][0xb1][0x81]|^[0x9e][0x9a][0xef][0x19][0xfe][0xc][0xe3][0x18]X%>=A[0x9a]c[0xd9]R[0xae]l Y~[0x86]Ty|[0x3][0x89][0xf2]s[0xa4]+[0xcf][0xb9][0xa9][\r][0xd0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4]3^[0xb]H[0x1][0x94]A[0x1f]e[0xb1][0x9f]4[0x1c][0xa5]>[0x8c][0xb0][0xfd]0[0xfb][0x5]t[0x14][0xa7][0x0]u[0x1a]S6[0x92][0xc1][0x88][0xb][0xfd][0xc1]w)T[0xa9][0xfc][0x8f]tr[0xbd][0xd2]A[0xb6][0xa0]u[0xd0][0xf7][0xa7][0xba][0xfd][0x7]m[0xb6][0xfc]/[0xf][0x4]>[0x18]S[0xeb][0xaa][0xf])|[0x92][0xbb][0x2][\r] E[0x83][0xc8][0xd0][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0x8c]"[0x1d][0xc7][0x10][0x8d][0xe0][0xc][0x9d]@[0x89][0xc6][0x14][0x91][0xd1][0xa8]D[0x97]H[0x5]g`0[0x1][0xce]@[0x89]m[0x9][0x94][0xd9][0x9a]C2[0xd3][0xff][0x16][0xc5],[0xfb]I[0xc6]6[0xa6]x[0x81]w[0xe2]]++[0x16][0xb9][0xf5]n[0xe3][0x19][0xb1]SU[0xd5][0xd0][0xa3][0x98][0xb8][0x6][0xc9][0xd8][0xc6][0xf9]s\]|[0xc6]K[0xec]{[0xfc][0xc]z[0xa1][0xbf][0x83][0xfd][0x11][0xd6][0x81]B>:S[0x7][0x7][0xb][0x5]>wp[0xe8][0xef][0x1e][0xfc][0xc9]-[0xf8]F[0x84][0x9f][0xd7]0[0x81][0xf3]1~5[0xe6][0x97][0x16][0xcc][0x9e]d[0xbc][0xd9][0x92][0x9c][0xe6]V[0xa2][0xe4][0x8b][0xb8][0xd4]MNt[0x93][0xe9][0xaf][0xbd][0x93][0xd9][0xff][0x85]Z[0xbf]d[0xf5]E3[0xfe][0xe][0xf0]?[0xdb][0x9]$[0xde][0x3]PK[0x7][0x8][0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/net/ConnectionCache.class[0x9d]WktTW[0x19][0xdd]wr[0x93][0x1b]&7d[0x8][0x9]$)[0x84][0xf0][0x8]Nf&[0x9d][0xf0][0xb0][0xb6]!R[0xda][0x1]J[0xc2]LP[0x12][0x88]C[0xb5][0xf4]frM[0x6][0xe6][0x91][0xde][0x99][0x1]R[0xd1][0xaa][0xd5]j[0xad][0xb5][0xf6][0xa5][0x5][0x11][0xeb][0x13][0x1f]P[0x9][0x90][0x4]H[*[0xd1][0xa2][0x88][0xae][0xea]/[0xb8]\.u[0xf9][0xcb][0xe5][0xf2][0xf1][0xcf]E[0xc5]}[0xce][0xdc]L&O[0x82]Y+[0xe7][0xf9][0x9d][0xf3][0xed][0xef][0xb5][0xcf][0x9d][0xeb][0xff][0xbd][0xfc]&[0x80][\r][0xf8][0xd5][0x2]4[0xe1]cN[0xf8]qT[0xc3][0xc7][0x9d]([0xc0]Q[0xb1][0xf2][0x9][\r]O8Q[0x94][0x9d]|[0xb2][0x10][0xf2]/[0xd3]$f[0x9f][0x12]B[0x9f][0xd6][0xf0][0xa4][0x13][0xa5][0xf8][0x8c]h>+V[0x9e][0x12]{[0x9f][0xd3][0xf0][0xf9]b<[0xed]D9[0xbe] [0x9a]gD[0xf3]E'w[0x9e][0xd5][0xf0]%![0xf1]\[0x9][0xbe][0x8c][0xe7]5[0xbc][0xe0][0xc4][0x8b]xI[0x1c]|[0xb9][0x4]_[0xc1]WK[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0x89][0xe6][0xb8][0xb8][0xf1]kB[0xf4][0x84][0x0][0xf0][0x94]X[0xfb][0xba][0x90];i[0xa3]x[0x8f]K[0xa0][0xfd][0x86][0x86]W[0x9d]h[0xc0]7[0xc5][0xe4][[0x1a][0xbe][0xed][0x84][0xf]GE[0xf3][0x1d][\r][0xdf][0xd5][0xf0]=[0xa1][0x94]&[0x9d][0xd2][0xf0]}[0x5][0x85][0xdb][0x12]ik@[0x81][0xde][0x9a]H[0x98]V f[0xa4]Rf[0x8a][0xcb][[0xf7][0x84]Ba[0x5][0xe5][0xc1][0x3][0xc6]![0xc3][0x1f]3[0x12][0xbd][0xfe]][0xdd][0x7][0xcc]Hz[0x93][0x2]g|4[0x91]J[0x1b][0x89][0x88][0xa9]`E0i[0xf5][0xfa][0x93][0xfd][0xa9][0x8d][0x7][0xfc][0x9]3[0xed][0xf]$yQ$[0x1d]M&[0x2]F[0xa4][0xcf][0xa4]xI|[0x9f]a[0xf5]t[0xa4][0x93][0x16][0xe5][0x17]go[0xcc][0xa4][0xa3]1[0xff][0xe]#[0xd5][0x17]2[0xfa])[0xb3][0xa0]#[0xda][0x9b]0[0xd2][0x19]![0x11][0x9c].[0xd1]2[0x1d][0xc6][0xdc]j[0xd7]H[0xb3]6m[0xce][0xaa]?l[0x1a][0x7]m[0xf5]K[0xf3].[0xef][0xe2][0xf2][0x4][0x84][0xc0][0xcc];[0xb6]j[0xa1]c[0xcf][0xee][0xe0][0x84][0x9a]M[0xd3]![0x9]mz|:[0x1a]7;[0x93][0xc1][0xe8]![0xaa]S[0xda][0x14][0x14]s[0xa9][0xcf]2[0x8d][0x9e][0xc9][0xee][0xec][0x94]k#[0xd5]n[0x1e][0xa1]k[0xd4][0x84][0xec]*[0xdc]s[0xa6][0xd1]:[0x91]F[0xee]y[0xa6]Q[0x9b]|[0x16][0xe2]I[0xf1]e[0xa4][0xa6][0xa2][0x8f][0x9b][0xd2][0xa8]VN[0xe][0x1b]Q[0xa1][0xd2][0xdd]&[0xfc]1[0xef]'[0xcc]vl[0xab]8Td>[0x96]1b[0xf4]K[0xe5]L[0x95] [0xde]Y[0xa3][0xa7][0x7][0xeb][0xf8][0xed][0xeb][0x87][0x3][0xeb][0xf9][0x81][0xaf][0xa1]F[0xf0][0x7]?[0x9c][0x9d][0x82]>[0xd9];[0x4][0xd1]BA[0x8b][0x1c][0xbf][0x9f][0xff][0xe4][0xd6][0xdc]|[0xb][0xff]I[0xd3]rL[0xbe][0x94]=I[0x8d]}[0x9]G[0xe4]nJ[0xb6]r[0xf6]a~[0x92]+[0xec]WyF[0xe0][0xf0][0x8c][0xa2] <[0x2]u[0x8][0x85][0x1c][0x16]q[0xa8][\r][0xa1][0xd8]S[0x81][0x5]CP[0x6][0xe5][0x1d]ml[0x97]@|[0xc3]o[0x81]J[\r]e[0xd4]QC[\r]+[0xa9]c'W[0xf5][0xec]m[0x8]J[0x8c][0xb][0x10]B[0xbb][0xad]i[0x99][0xdc][0x1][0xd4]s(9[0xcb]^[0x91]w[0x15][0xc9][0xd5][0x10][0xdb]][0xf8][0x80]-y[0x81]z[0x84][0x86][0xb5][0x9e]p[0xe8][0xaa][0xe7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbd][0xc3][0xd0][0xdf]Bi{[0xe3]5h[0x8a]o[0xec]l[0xe3]E,d[0xd7][0xac][0xfa][0xc6][0xaa][0xd5]+[0xb4]@[0xc5]R[0xac][0xe0][0x89]*[0xd4][0xca]~[0x5]V[0xcb][0xbe]@[0xea][0xa8][0xa1][0x16][0xf0][0xe9]P[0xf1]0\[0xb4][0xb8][0x2][0x8f]P[0xf2]QJ[0x18][0x12]s[0x1d][0xe5]\[0xb4][0xe4][0x83][0xd8][0xcd][0x11][0xf5][0xda][0xe8][0xc5][0xa8][0x83]>W[0xd0][0xc9]q-[0x1c][0xef][0xa2]J[0xc3][0x1e][\r]{o[0xf1][0xc6][0x2][\r]]r[0xb6][0x7][0x8a][0x86][0xf]Q*[0x8c]}[0xb6][0x5][0xbf]#~[0xa1]s[0xa7]'[0xdc]~u[0x14][0xa5]a[0x8f]o[0x4]e[0xcd][0xaa]4[0xa6]Z[0x1d][0x86][0xab][0x8b][0xc3]E[0xd7]PG?[0x97][0x87]=[0xe5][0x8b]GP1[0x84]Eb[0x91][0xbb][0x95][0xa2][0x1f][0xc6][0x92][0xc6][0xb1]Sp6[0x17]6[0x8e]U[0x17]^[0x19][0xa4]ST:=[0xc0]k[0x3][0xc]` g[0xde]Z[0xba][0x19][0x88]q7A#[0x92]4[0xb7][0x9f][0xe1][0xb0][0x98]:)[0x82]O3-[0xe]Q[0xee][0xb0]4[0xd5]C[0xa9]2[0xee][0x8]SU[0x1]0g[0xea]N[0xdb]T1z[0x98]NrH[0xa3][0xcb]Pp[0x13][0x9b]i[0xe3]V[0x9a][0xf8][0x1f][0x19][0xad][0x8f][0x8c][0xe7][0x8e]RI[0x0][0xc2]_m[0x9e]p[0xf0]*[0xf3]g[0xe9]1[0x14]{[0x9][0xb9]E4[0xc5]![0xef][0x98][0xef][0xca][0xa9][[\r][0xd2][0x98][0xea][0xb7][0xb1]Pt[0x1e][0xef]%[0xd4][0x14][0xe0][0xd4][0xad]wf\[0xbd]<[0xc8]x[0x81]k[0xe2][0xae]z[0xbb][0x9c][0x19][0xf6][0xd2]Q4[0x84]=[0xea][0x8][0x1d]GZ+Jo[0x14]>Ruc[0xc8][0x97]E{w[0x97][0xcf];v[0xb6][0xdd]K[0x88]R[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5][0x94][0xac][0xa6]S[0xab][0xa5][0xd5][0x13][0x14][0xfe]w[0xce][0xfe][0xc1][0x18][0xfe][0x93]V[0xfc][0x8b][0xbb][0xff][0xce][0xa1][0xd2][0x99]C[0xfd]xL[0xe2][0xab][0xb5][0xf1]Y6[0xbd]g[0xf7]R6C[0x94]C[0xb9][0xc5][0xa3][0x8e],[0x1b]f[0xa9]0[0xfb][0x4][0xa5]][0xc5][0xc8][0x90]{[0xb2][0xbe][0x15][0xf][0x99]([0xa3]B[0x82]T[0xce][0xe4][0xde][0x92]"[0xfb][0xbd][0x98]x;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "IUB]1[0x8e][0xe4]^[0xa9][0xf7]J [0xe4][0x82]Q[0xf8]i[0xaa][0xe3][0xe8]L[0x1f][0xfa][0xc2][0x83][0xce]H[0x98][0x91][0x19]}[0xf7][0xaf][0xf8][0x3][0x9c]q[0x1c][0xe3][0xb7]w.P[0xcb][0xf8][0xb2]n{[0xed][0xb5][0xbe][0xf5][0xad]}[0x92][0xdf][0xff][0xf9][0xe5]W[0x0]7[0xf0]Y[0x4][0xd3]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0x8e][0xb7]t[0xbc][0xed][0xfb][0xaa][0xdd]nK[0xe7][0x1d])nE([0x96][0xa5]xW[0xc7][0x8a][0x8e][0xd5][0x8]"X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "aM[0xea][0xf7][0xa4][0xc8][0x86]p[[0xea][0xf7]#[0x8]#[0xa7]c=[0x2][0x3]y)[0xee][0xe8][0xd8][0x8][0xe1][0x83][0x10][0xee][0x86]P[0x8][0xe1]^[0x8][0x1f][0xea][0xd8][0xd4][0xf1][0x91]@[0xb0][0xb6]{[0xe0]:5[0x1][0x91][0x15][0xf0][0xd7]v=G@g[0xcc]i[0xda][0xfb]<][0xb4]l[0xcb][[0x12][0x8]$[0xb3][0xd9][0xd4]&3[0x96][0x9d]}S`8g[0xd9]f[0xbe]Y[0xdb]3[0xdd]{[0xa5][0xbd]*#F[0xce])[0x97][0xaa][0x9b]%[0xd7][0x92]~7[0xe8][0xf7]>[0xb7][0x1a][0x2]S9[0xc7][0xad]d[0x9c]z[0xe3][0xe6]a[0xc6]6[0xbd][0xcc][0xaa]k[0x9a][0x1b][0x8e][0xeb]-0[0xa3][0xd3]\Sm+[0xa6]'[0xc3][0x2][0xbe]d[0x8a]h[0x6][0xb]^[0xa9]|[0xbd]T[0xef]V[0xb][0x1d]X[0xf6][0xbe][0xbc]K[0xb0][0x16][0xb1]Y[0x8d][0x8e][0xe3]OfS[T[\r][0xa7]|_`2wXzPR}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa6][0xfb][0xc0]t[0xb][0xc][0x9b][0xb2][0x97]`[0xee]D[0xe7][0xb4]Z[0xb2]+[0x99][0x95]/[0xca]f[0xdd][0xb3][0x1c][[0xe2][0xa8][0xb3]1Yb[0x17][0xcf])x[0xae]eW[0x4][0xc6][0x93][0xa9]s[0xe9][0x9d][0xe8][0x2][0x99]W[0xdc]},[0x10])8M[0xb7]l[0xae]Z[0x12][0xdd]`o[0xaa][0xeb][0xf2]J[0x14]O[0xa1][0x18][0xc5][0x15][0xcc][0x8][0x8c][0x9e][0xd5][0xc8][0xda][0x9e]Y1[0xdd]([0xae]b&[0x8a][0x84][0x14]s[0xb8][0x16]E[0x6]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "\>[0xcb][0xbb][0xdb][0xb4]=[0xab]f[0xf6][0x11]r[0xac][0xff][0x2][0xb9][0xd5][0xb4][0xaa][0xfb][0xa6]+[0x10][0xcb];[0x89][0x3][0xf6]N[0xc8][0x11][0x12][0x96][0x9d]p[0x99]d&[0xa2][0xd8][0xc2][0xb6][0x14][0x9f]p[0xf2][0xf9](^[0xc3][0xeb][0x12][0xd4][0xe]9[0xb8][0x90] y[0xf8]i[0x14][0xbb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8c]]@[0x92]@[0xb8]7[0xe1]6[0x17]6[0x9b][0xa0][0xd8][0xa1][0x8]w[0x1f][0xcb]<[0xed][0x1][0xdb][0xb1][0x13][0xfd][0xc7][0x13][0xbb]x[0xeb][0x2]#g[0xe5][0xef][0xec][0x1d][0x9a][0xe5][0xc7]C=[0xf6][0xf9][0x8][0xf8][0xe0][0x82][0xa5]z[0xdd][0x94][0xd5][0xe6][0x92]O[0xee][0xe2][0xc9][0xf5]tY[0xe1]F[0xa7][0xf9]*[0xfe][0xe7]x[0xe2][0xa2]r[0x9b][0x9d][0xc7]D[0x15](W[0x9d][0x86]IJ[0xe2][0xfc]"[0x1][0x1f]4[0xb9]KZ[0x9a]\[0x9d][0xd2][0x9][0xa5][0x3][0x10][0xcc]z[0x9a][0xf2][0x19]zM[0xc6]}[0xd4]W[0xd3]'[0x10]i[0xdf]1[0xb4][0xb4][0xe1]?F [0xad][0x1d]#[0x98][0x8e]K[0x9a][0xee]O[0xaa][0xc0][0xb3][0x94]3[0xd0])g[0xe1][0xe7][0xf5]0#[0xc3]x[0xe][0xe3]|[0x13][0x97]p[0x9d]g[0x19]z`#U[0x12][0xcf][0xe3][0x5]@YI[0x9e][0x9]e[0xa5]hi[0xb4][0xd3][0xb8][0xd6][0x85][0xb0][0xa1]|`"[0xfd]3[0x82][0xda][0xf][0x18]H[0x13][0x8b].[0xdb][0xd3]?R[0xb3][0xc8][0xc6]C[0xaa][0xe8][0xab]D[0xc0]]P[0xfd][0xa2][0xb8][0xab][0xe9]'[0x7][0xb4]T[0xc1][0xc1][0xea][0xbc]9[0x9][0xeb]C[0x9f]7[0xd3]Z[0xce]ru[0xd2][0x98][0xe2][0x83][0x4][0x99][0x83][0xde][0xa4][0xc6][0x91][0xd4]+[0xa1]BO[0x92][0xe2]l[0xda][0xe2][0x8b][0x82][0xb][0x12]V|N[0xc1][0xee][0xac]i[0x8d][0x1b]i[0xea][0xa9]L9dV[0x8a]2[0x9b][0x8][0xab][0xc8]b<[0x1e][0xe3]4[0x11]-[0xcd]/6[0x9d]Ht[0xff][0x9e])[0xdd]H[0x15]\[0xa8][0xd4][0xdd])[0x9]M[0xde][0xdb])[0xcf][0xc9]L[0xc6][0x8a]p[0x19][0x1d]u[0x8d])[0x97]"[0xeb][0xf3]K3[0x86][0x9e]M[0x9b][0xee]t[0xa4][0xdf][0x98][0x1e][0xd0]l-aL2>[0xa5][0xba]B[0xf3][0x4][0x7][0x9d]xVO[0xf6]X[0x9][0x87][0x8f][0xc9][0xc9]RQ[0x9f]`X[0xc6]O[0xbc]l[0x15][0xd9][0xc7][0xc8][0x14]PG[0xed]T[0xd6][0xa5][0x86]6Y$[0xb2][0xc0]~[0xf7][0xe1][0xd6][0xa2][0x1f]E9*[0xac][0x9b]+'a[0x89][0xa6][0xb]s=[0xf6]t[0xaf][0x91]v[0xcd][0x9][0x91]H[0xe4]A:[0xcc][0xf0][0xce]"[0xc9][0x14][0xcd][0xee]u[0xdd][0xd4]^C#[0x9d][0x9c]l^8[0xd9][0x98][0xf5][0x81][0xb8][0x93]M[0xeb]F[0x9f])b[0xbe][0xe8]V[0xfa]v[0x88][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6]a[0xbb][0x84][0x95][0xc][0x9d]ZL"U[0xd7]l[0xdb]q[0xd5]1C[0xb5][0xb3][0x96]%[0xe3]u[0x5]?[0xc5][0xcf][0xe8][0xbf][0x82]7[0xf0][0xa6][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~[0x8e]_([0xd8][0x83]>[0x19][0xbf]T[0xf0]+[0xf4][0x11]j@[0x2]d[0xbc][0xa5][0xe0][0xd7]x[0x9b][0x86]DE[0x90][0xc9][0xb3][0x85][0x82]h\ [0x1b][0x98]T[0xbb][0xb5][0x8c][0xa9][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xde][0xc1]%[0x5][0x97][0x85][0xe2][0xdf][0xe0]][0x5][0xbf][0xc5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa2]`[0x6][0xef][0xcb][0xb8][0xaa][0xe0][0x1a]>[0x10]R[0x1f]JXU[0xd4][0x16][0xb5],#[0xa1]Y[0xcc]m[0xd7][0x98]eJ[0xc2][0xc6][\r][0xeb]6[0xa8]FF[0xd7]R[0x86]:[0x99][0xcd]x[0xde]L8[0x96][0xe5][0x9c]1[0xc6][0xd5][0xb1]i[0xd5]=[0xe3][0xa8]Lbu[0xdc]L[0x98]nF[0x10][0xf1][0x11]sv[0x96][0xc6]}Zz[0xe][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xe3]M[0x5]7pS[0xc1][0xef][0x4]g[0x8b][0xcb]$(3[0xb3][0x88]k([0xcb][0xed]`[0xb2][0x14][0xd2][0x86]^'k[0x8d][0xab][0x82][0xda]B[0x14]KI[0x9f]p[0xd2][0xea][0xde][0xe1][0xe1][0x3][0xf1][0xe][0x1][0xe6][0xf7][0x12][0xd4][0xb9]I."[0x9e][0x99][0x83][0x89][0xe5]0[0x1c][0x8b][0xcb][0xf8][0x83][0x82]?[0xe2][0xe3][0x82][0xf1][0xe2][0x82][0xe1]4[0xdd][0xce][0xa7]>Yn[0x9d][0xbb][0x8b][0xf5]XVI[0xa2]eJe[0x15]|[0x82]?)[0xf8]3>U[0xf0][0x17][0xfc]U[0xc2][0xda];)(&[0xff][0x9d][0x95][0x93][0x82][0xfb][0xb1]S[0x81][0x8e]q[0x5][0xf][0x8b][0xd1][0xdf][0xf0][0xf7][[0xc4][0x9]d[0xc2][0xcf]yn[0x6][0xc4][0x86][0xb8][0xb1]'A{[0x12][0xac][0x1][0xe7][0xac]iYZ[0xa4][0xab]c[0x93][0x1a][0x1a]1[0xed]q[0xe7]LF[0x1d][0x1c]V[0xb7]utv[0xab]#[0xfb]G[0xb6]mmU{R)[0xcb][0x18]1[0xc6][0xfa]M7[0xd2][0xb5]e{Gg[0xa7][0x1a][0xea][0xdf];<[0x10]kW-[0xf3][0xa4][0xa1]>d[0xe8]'[0x9d]V[0xb5]7[0x99]v&[0x8d][0xc8][0xe6]-[0x1d][0x9b]::7o[0xef][0xec][0xb8][0xb7]K[0x8d]k[0x13][0xec][0x3][0x85]U[0x12][0x96][0x95][0xdf][0xfd]%4[0x14]C[0xbd][0xec][0x4][0xa1]R[0xb6]|[0x15][0x92][0xc1][0xa2][0x12]o[0xc1] [0xcb][0xaa]'[0x9d][0xc8][0xce]c[0xb0][0xfe][0xb4]f[0x99][0xe3][0x8c][0xc7][0xa0][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0xa6]L[0xe9][0xce][0x9c]7[0xd3]]f[0xaf]f[0x95]W'[0xc][0x97]V[0x89]+[0xd4]:sQJ[0x9f]%[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd1][0xd9][0x16][0xb3]$Tv[0xab]o[0x9e][0xeb][0xf7][0xee][0x92][0x96]#j[0xd6][0xb0][0xf3][0xad][0xa3]a[0xfe]RF[0x8b][0xb9]mi[0xba][0xd1]#[0x1c][0xf8]B[0x99][0xd6]r[0xa7][0xcd]FK[0xa5][0xc][0x9b][0x9d]d[0xe3][0x1d][0xb5][0xa7]bw[0xf1][0xbb][0xce]-,[0xc1][0x8c][0xe1][0xe][0x19][0xa7][0xb2]F[0xc6]=[0x90]vR[0xcc][0xf8][0xe9]y[0xa4].[0x8c]I[0x90]j[0x19]v[0xc2]Mz[0xe7][0x87]([0x1f]u[0xb6][0xbc][0x1e][0x6][0xda][0x17][0x8a][0xb6][0xb2][0xef][0xd5]d[0xb2]c[0x99][0x82][0xa5]e[0xa1]h[0xb4][0xac][0x1b]w[0x95]lU[0xec]Q^1[0xfa]Y[0xfc][0x19][0xb6][0xe][0x91]3e[0xc0]D[0x85][0xb1][0x96]P[0xef][0xed][0x9c]\Z[0x8e][0x14]B^[0xc4][0xe0]r[0xf3][0x12][0xbb][0xbd][0x17][0xec]:zm[0x97][0xe6]bS[0xe8]6'[0x10][0xb9][0xb0]!I[0x8][0xdf][0x9e][0xa4]aV[0xce][0x19]q[0x8c][0xf0][0x8c]._[0xa8][0x1f][0xe7][0x93]-jg\[0xcd][0xd6][0x99].[0x1d][0xb][0x86]r[0x81]n[0xee][0x13][0x7]8[0x9]#[0xa1]#[0xf3][0xa4]fw[0xa1]t[0xf7][0xfc]W[0xa5][0x9b]Y[0xf7][0xbc]&[0x1f][0x17][0x3]cH[0xe3][0xae]1[0xe9]Ao [0xbe][0xb8][0xa3][0x9f]4[0xdc]>Mw[0x9d]4[0xf3]cM[0xa8][0xc][0xa4]92[0x4][0xb6][0x98][0x99]5Z[0xc2]=[0xa1][0xff][0xb7]R[0xd8][0xac][0xf3]8)974[0x86][0xca][0x1f][0x14][0xb0][0x9a]g[0xdb].[0x88][0xbf]jT[0x88]f[\r][0x96][0x94]wpg[0xc3][0xe5][0xbd]*|[0x5][0xd2]e[0xe]*p/[0xaf][0x1][0xde][0x81][0x8]|[0xe8][0xc4][0xe][0x8e][0x94][0xbc][0x10][0xba]q[0x1f][0xef]5b[0xe7]-(x[0x83]2[0x95][0xbc]?[0x18][0xe]V[0xcc][0xa0]2[0x9c][0x83]/[0x87][0xaa][0x8f][0xd1]U[0x18][0xcd][0xa0]:[0xd6]6[0x3]y[0xa0]=[0xe8][0xf][0xd6][0xe4][0x10][0x18][0x8][0x7]k[0xaf]A[0x19][0xbd][0x82]E[0xc1][0xba][0x1c][0xea][0xdb][0xf9][0xcb][0xa1]![0x87][0xbb][0xc2][0x97][0xa8][0xa7][0xd2][0xb3]7[0xf][0x0][0xa0][0xad]jZj@[0xf][0x9a][0xd1][0xb][0x95][0xc7][0x84]V[0xf4]a7[0xf6]z[0x98]T[0xca]6c[0x3][0x1e][0xc0].bQy[0xa2][0xef][0xe1]H[0xe0]~[0x90]2[0xbd][0xde]]`[0x96][0xfe][0xc5][0xc7][0x1a]q[0xc6][0xc8]C[0x96][0xd6][0x11]r5_Y[0xe1]OP%]*[0x80][0x89]U[0xde][0xdf]B[0xcc][0xc1][0xd7]1[0x14]n[0xc9]a[0xf1][0xce][0x95][\r][0xeb]^[0xc3][0x8e][0x96][0xaa][0xe3][0xf9][0xd9][0xf5][0xe1][0x16][0xdf][0xf1][0x96][0xea][0xe3]9,[0xd9][0xe1][[0xe1]kh[0x98][0xc1][0xd2][0xf3][0xdb][0xaa][0xda][0x96]V[0xe5][0xb0]l[0xe4]\E[0xe5]E,[0xbb][0x86][0xc6][0xd1][0xe0][0xf2]+Xq[0xbd]me~V[0xba][0xf8][0xd9][mt[0xaf][0xe8][0xda]>[0x4]y[0x1d]&[0x86]CD[0xf1][0x8][0xea]0J[0x17][0xf]c9[0x8e][0xd2][0xed]cX[0x8b]/[0xa1][0x3][0x1a]][0x1c][0xa3][0x3]:[0xfa]1[0x8e]A[0x18]lqI[0x1c][0xe1][0xe7][0x8e][0x6][0x9b]3)$p[0xca][0xa3]a'[0xb5][0xec][0xc0][0x12]I[0xf9]g[0xb8][0xea])[0xe6][0xc6][0xd3][0xd8][0x88]g[0xb9][0xea]9[0x92][0xf5]<]?[0xcf][0xf5][0xaf]P[0xd3][0xb][0xa4][0xfc]Ejz[0x89][0x9f][0xad]/[0xf3]{[0xf3][0xd5]YR[0xd7][0xa0][0x16]C[0x88][0x93][0xa2][0x1d][0xfc][0xa4][0x1c][0xc6]A[0x8e][0x8e]ys[0x87]82[0xbd][0xd1][0x88][0x97]o[0xa7][0xb][0xf9][0xe6]gh[0x1e][0xe1]H[0xf2]HmA[0xd5]g4^!c[0x94][0xff][0x90]d[0x1c][0xae][0xe5][0xd9][0xff]H[0xbf][0x8c][0xa3][0xb5]d[0xf7][0x18][0x83]Q[0xe1][0xd5][0xd0][0xa3]\![0xd8][0x15][0xf9][0xd7]2[0xd0]>[0x83][0x8d]#[0xbc]t4_[0x80][0x9f][0xf7][0xc8][0x8])[0xda]TL[0xa0]&/y[0xdf]f[0x88][0xdf]a[0xb0]/1[0xa8][0x97][0xe9][0xfd][0xbb][0xfc],~o[0xb6].[0x84][0xf5]~&[0x12][0xbc][0xd1]q&[0x8d]D[0xf9]F[0xf]]>[0xe4]~0[0xd4][0x8d][0x2][0xd8][0x18][0x9f]||7[0xb5][0xf1]0U[0xa8][0xeb]~j[0x11]5[0xdf][0x10][0xbe][0x89][0xce][0xb][0xa8][\r][0x7]7[0x7][0xb7][0xb0]H/[0xcf][0xe2][0xa8][0xf3][0xec][0xbc][0xcf][0xcc][0xb8]J[0xbe]?([0xd9]'[0x1a]<;[0xf9][0xfa][0xa3][0x96]zN[0x1a][0xde][0xd6]2[0xf1]?PK[0x7][0x8][0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/spi/NoServiceProviderException.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86][0x93][0xcb][0x94](\K([0x14]JH[0xa5][0xa2]tR1[0x95][0xda][0x1d][0x88][\r]P)([0xa0][0x8a]@[0xf6]f[0xb0][0x12]G[0xc9]8[0xb2]g[0x2][0xaf][0xd3]G[0xe8]*[0x12][0x8b]>@_[0xa0][0xab][0xbe]J[0xd5]cgD[0xab][0x90]Hh[0xa4][0xdf][0xc7][0x9e][0xff]|[0xe7][0xf8][0xf2][0xf3][0xcf][0xc3][0xf][0x0][0x9f][0xf0][0xb6][0x80]<[0xb6][0xad][0xbc][0xb1][0xb2]c[0xa5][0xec]a[0xd7]C[0x85]a[0xd9][0x8]-y[0xaf]%[0xb4][0x91]*[0xba][0xae][0x9f]0[0xb0]3[0x86][0x85]c[0x15][0x99][0x98]Gq[0x8b][0xf7][0x12][0x91][0xfb]}~[0xc8][0xbf][0xa9][0xfa]/[0x86][0xfc][0xa1][0x8c]d|[0xc4][0x90][0xa9][0xbe]o1d[0x8f][0xd5][0xad]`Xj[0xc8]H\$[0xfd][0x1b][0xa1][0xaf][0xf8]M[0x8f]VV[0x1b]*$,'8[0xcd][0xd3][0xc5]l[0xdc][0x91][0x86][0xc1]o([0xdd][0xe][0xd4][0xc0]|[0xee][0x6]f [0x83][0xb][0xd5][0x14]z(C[0xf1]U[0xab][0xa1][0xbc][0x15][0xfa][0xf4]>[0x14][0x83][0x98][0xfa]9`(U[0x1b]]>[0xe4]A[0x8f]G[0xed][0xa0][0x19]k[0x19][0xb5][0xf]le[0xaf]/[0x8c][0xe1]mW[0xea][0x89][0x81]jLI[0xfb]o[0xe5][0xaa][0xa3][0xd5][0x9d]m[0xca][0xb1]r!O[0xc][0x91]JS[0x1d][0xc][0x1b][0xd5][0x99][0xa9][0x85][0xa6]Jt([0xbe]H[0xbb][0xbf][0xf2][0xec][0x9d][0xec][@[0x11]E,Xyie[0xdd][0xca]&C[0xf5][0xb9][0xa7][0xc1][0xf0][0xfa]_[0x1b][0x97]I[0x14][0xcb][0xbe]x[0xfc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "rt[0xb1][0x0][0xb9][0xe0][0xe1][0x5][0x8d][0xf3]4[0x9b]C[0x1]Y[0x8a][0xa9]0[0xe9][0xa2]{[0x10]t[0xc5]4[0xe6][0xfc][0x11][0xd8]wgY"-[0xd0][0x8][0x94][0xc9]\[0xc1]2E[0xc5][0xb1][0x9]+XuPj:[0x5][0x1c][0x91][0xd3]z[0xf3]~m[0x84][0xb9]I[0xc2];[0xca][0xd9]s[0x84][0xf5][0xb1]+%[0xd8]h[\r]%W[0x9c][0xf6][0x9e][0xb2][0xea][0xc8][0xd0][0x7]x~[0xed][0xc3][0x8][0x99]I[0x98]OI5[0x7][0xdb][0x1d][0xdb][0x1e]a^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3][0xd1]+l[0x90][0xdb]b7[0xa7][0xb5][0x98][0x9d][0xa4][0x6][0xd4][0xe2][0xc7][0x19]-Z[0x16]sghs[0xb6][0xfe][0x2]PK[0x7][0x8]21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.class[0x95][0x92][0xdf]N[0x13]A[0x18][0xc5][0xcf][0xd0]?[0x8b]M[0x81]R,[0x82][0x80][0x16].[0xb0][0xb6][0xc4][0x95][0xe8][0x1d][0x84][0x1b][0xd4][0xa4][0xa6][0x10]c[0xa1][0xf7][0xc3]2)[0xd3][0xb4]3uf[0xb7][0xfa]:>[0x82]WM[0xbc][0xf0][0x1]|[0x1][0xaf]|[0x15][0xc3]7[0xd3][\r][0x98]Zb[0xc8]&g[0xbe][0x99]=[0xdf]o[0xce][0xcc][0xee][0xcf]?[0xdf][0x0]x[0x85][0x9d][0x2][0xf2][0xd8]t[0xb2][0xe5][0xe4][0x89][0x93][0xa7][0x1][0xaa][0x1][0xb6][0x19]JV[0x18][0xc9][0xfb][0x1d]a[0xac][0xd4][0xea][0xbc][0xf9][0x86][0x81][0xbd]gX8[0xd6][0xca][0xc6]\[0xc5][0x1d][0xde]OD[0xee][0xf7][0xc9]![0xff][0xaa][0x9b][0xbf][0x18][0xf2][0x87]R[0xc9][0xf8][0x88]!S{[0xde]a[0xc8][0x1e][0xeb]K[0xc1][0xb0][0xd4][0x92]J[0x9c]&[0x83][0xb]a[0xce][0xf8]E[0x9f]V[0xca]-[0x1d][0x11][0x96][0x13][0x9c][0xe6][0xe9]b6[0xbe][0x92][0x96]a[0xbf][0xa5]M7[0xd4]C[0xfb][0xba][0x17][0xda][0xa1][0xc]Oic%?%[0xa2]-[0xcc]HF[0xe2][0x83][0xd1]#y)[0xcc][0xdb]/[0x91][0x18][0xc6][0x14][0xeb][0x80][0xa1]Rk[0xf5][0xf8][0x88][0x87]}[0xae][0xba]a;6Ru[0xf]\[0x80]` [0xac][0xe5]][0xbf][0xe3]?[0x6][0x86][0xfa][0x8c][0xb6][0xbf]V[0xce][0xae][0x8c][0xfe][0xec][0xb2]yV.[0xe2][0x89]%Re[0xa6][0x83]a[0xad]vgk[0xa1][0xad][0x13][0x13][0x89]w[0xd2][0x1d]s[0xf7][0xbf][0x7]z[0xe1]8E[0x14][0xb1][0xe0]d[0xc5][0xc9][0xaa][0x93]u[0x86][0xf0][0x9e]w[0xc3][0xf0][0xf8]6[0xd4][0xc7]D[0xc5]r n^b[0x1b]9[0xfa][0xda][0x0][0xb9][0x10]`[0x9e][0xc6][0x7]4[0x9b]C[0x1]Y[0xaa]i[0xd2]E[0xff][0x97][0xd0]w[0xa7]1W[0x1f][0x83]}[0xf3][0x96]%[0xd2][0x2][0x8d]@[0x95][0xcc];(QU[0x9c][0x98][0xb0][0x8c][0xb2][0x87]R[0xf6][0x14]pDN[0xe7][0xcd][0xd7][0x1b]c[0xcc]M[0x13]v[0xa9][0xe7][0x99]'[0xac]N\)[0xc1]U[0xf]Q[0xf1][0x9b][0xd3][0x15][0xa4][0xac]&2[0xf4][0x0]A[0xbd][0xb1]7Ff[0x1a][0xd6][0xa0][0xa6]=[0xf][0xab]Nl7[0xb0] [0x85][0xb9][0xea][0x11][0xd6][0xc8][0xed][0xb0][0xeb][0xb3]"f[0xa7][0xa9]/)[0xe2][0xfe][0x1d][0x11][0x1d][0x8b][0xf9];t=[0x1b][0xd7]PK[0x7][0x8]"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/spi/SafeServiceLoader.class[0x8d]W[0xfb]{[0x14][0xd5][0x19]~g[0xb3][0x9b][0xd9][0xcb][0x84]`B[0x2][0xab][0x2][0xa2]H[0x96]M[0xe2]J[0xa1]V[0x97]4[0x96]K[0x80][0xd4]d[0x13][0x93][0x10][0xc][0x8a]u[0xd8]L[0xc2][0xc0]fg;;[0xb][0xa4][0xf4][0xa6]R[0xb5]Z[0xc5][0xb6][0xa8][0x5][0xdb][0xda]ZmZ[0xe9][0x5]D[0x93]FZ[0xb0]7Z[0xed][0xbd]H[0xee][0xe3][0xd3]G[0xfa][0x9e]3[0xb3][0x9b][0xdd][0xcd][0xe6][0x81][0x1f][0xf6][0xcc][0x99][0xef][0xfb][0xce]w}[0xbf][0xef][0xcc]~[0xf8][0xf1]{[0x97][0x1]l[0xc6][0xbf][0xc3][0xe8][0xc4]t[0x8][0x1d][0xf8][0x82][0x8a][0x13]a[0xd4]aZ[0xc5][0x17][0xc3][0x8]`:[0x88]/[0x89][0xe7][0x97][0xc5][0xf2][0x95]0[0xbe][0x8a][0xc7]#x[0x2]O[0x8a][0xe5][0xa4][0x8a][0xaf][0x85]y[0xe6][0xa9][0x8][0x9e][0xc6]3[0x11]|[0x1d][0xcf][0x8a][0xe5]9[0x15][0xdf][0x10][0xe4][0xe7][0xc3]x[0x1][0xa7][0x4][0xef]E[0x15][0xdf]T[0xf1][0xad]0V[0xe2][0xdb]*N[0xab]xI(zY[0xc5]+a4[0xe0];*[0xce][0xa8]8[0x1b][0xc4][0xab]a[0xac][0xc5]w[0xc3]X[0x83][0xef][0x89][0xe5][0xfb]B[0xc9]kb[0xf9][0x81]x[0xfd]a[0x18]Mx],?[0x12][0xcb][0x1b]bySh[0xff][0xb1][0x8a][0x19][0x15]?Q[0x10]Ig[0xf4]|[0xbe][0xcf][0xd2][0xc7][\r][[0xc1][0xca][0xbe][0xc3][0xfa]Q=[0x91][0xd1][0xb3][0x93][0x89][0x1d][0xb][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea][0xbb][0xcc][0xac][0xe9]t+[0xb8]9[0xb6][0x84][0xcc][0xc6]Q[0x5][0xfe][0x1d][0xd6][0xb8][0xa1][0xa0][0xb1][0xcf][0xcc][0x1a][0xa9][0xc2][0xd4]A[0xc3][0x1e][0xd1][0xf]fHi[0xea][0xb3][0xd2]zfT[0xb7]M[0xf1][0xee][0x11][0xfd][0xce]!3[0xaf]`][0x9f]eO&[0xac]\~[0xcb][0xe1]D>g&[0x86][0xf5][0x9]c[0xd8][0xb0][0x8f][0x9a]i[0xa3]d[0xde][0x9f][0xe1]N[0xc1][0xfa]r[0xe3][0xc3][0x8e]mf'[0xb7]ntI[0x5][0xc7][0xcc]$[0xfa][0xcc][0xbc]Ci5[0xef][0x1e][0x17]v[0x17][0xe4][0x7][0xe][0x1e]6[0xd2][0x82][0x1d]8"[0xdc]VpSu$[0xe4][0x85]d>R[0xfa]T[0xd5]a[0xcf][0x98][0x82][0xba][0x82][0x9d]Q[0xb0][0xcc]ee[\r]'[0xb1]w[0xa8][0x8f][0xe4]p[0xe9][0x1c][0x15]/_[0xec]R[0xc8]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf2]V[0xc1]N[0xb][0xf6][0xca]2vO[0xb6]0e[0xd8][0xba]cZY[0xa1][0xdc]8[0x9e]V[0xd0][0xe2][0xf2]M+[0xd1];[0xd0]s~[0xad][0x3][0xcb][0xf8][0x85][0xe][0x9e][0xf6][0xf3]d[0x88]g[0xb7][0xf0][0xad][0xd5][0x95][0xc6]'q[0xf] wB+';>[0x85]{[0xc9][0xa3]N_;[0xcf]E[0xc8][0xbb]x[0x9]ucs[0xf0][0xf7]_B[0x80][0xcf][0xfa]&u[0x16][0xc1]v[0xfe]f[0x11]J[0xc5][0xdf][0x81][0xaf]s[0x16][0xe1][0xa4]?[0xea][0x9f]GD[0xc1][0x19][0x1c][0x10];M[0xe1][0x1c]lH[0x6][0xe2][0xd1][0xc0][0x1c][0x96]%[0xeb][0xa3][0xf5][0xf3]hT[0x90]T[0xa3][0xea]<[0x96][0xb][0xb1][0xcd]bw[0x93][0x10]kJ[0x6][0xe3][0xd1][0xa0][0xd0]4[0x87][0xe6]d([0x1a][0xba][0x8a][0xe6]hh[0x16]+[0x92][0xe1][0x8e]hx[0x1e]->[0xec][0x9b][0xb9][0xf6][0xc1][0xcc][0xb5][0xd7]f[0xd0][0x96][0xf4]_[0xc2][0xca][0xb1][0xa8][0xe][0xab][0xae],[0xb5][0xef]8O[0xd7]o[0xc5][0xb3]x[0x9e][0x81][0x8a][0xe7][0x19]D[0xe5][0xf3]M[0xdc][0xcc]4[0x88][0xa4][0x8c][0xa2][0x85][0xeb]g[0x10][0xc4]6rvb[0x3]z[0x98][0xce][0xdd][0xe8][0xc2][0x1e][0xbe][0xf5]r[0xfc]?[0x0][0xb]}p[0x90][0xc2][0x9][0xc][0xe0]$[0x1e][0xe4][0xbf][0x87]![0xea][0xf8][0x1c][0xb5][0x8e][0xe0][0x14]5[0x9c][0xc1]Cx[0x15][0xfb][0xa9][0xf5][0x11][0xcc][0xe0]Q[0xde]-[0x8f][0xc9][0xe4][0x9e][0xe4][0xff][0x94][0x13]L[0xf5]}H2[0xb1][0x16]-m[0xa5][0xde][0x10]u[0xae][0xc3][0xa7][0xd1]M[0x9b]][0xd4]~?[0xad][0x7]hk[0x7]=[0xd8][0xce]rn[0xc0]8[0xf7];[0xe9][0xdf])[0x9e][0xea]aI[0xfd][0xd4].v[0xbb][0xb9][0x9b][0x91][0xbb]=[0xdc][0xb1] [0xa5][0xb2]][0xa4][0xa7][0xdd],Z[0x10][0xe7][0xf0]Yj[0xf1]1[0x96]W[0xa8][0xbb][0x9b][0xf1][0xf7][0x91][0xbf][0x85][0x16]\O[0xfa]K[0x9e][0xa4][0xf8][0xee]Z[0x1d](Y[0x1d][0xa4]^W[0xc7][0x83][0xd4]1[0xc4][0x93][0x84][0xca][0xc7][0xd8][0xa0]bX[0xc5][0x88][0x8a][0xbd]r?*_[0xf7][0xdd][0xf3]_[0xf8]>[0x82]o[0xbb][0x8a][0x87][0x1e]P1[0xc6][0xdf][0xfe][0x8][0x1e][0x96]p{[0x84]?[0xde][0x85].[0x80][0x18][0x87]O[0xfa][0x1b][0xe9] ZnIu[0x9e]O)[0xe7][0xe9],[0xa0][0xd2][0xd8][0xad]^![0x9a][0xa4][0x88]EWr[0xa4][0xda]t[0xce][0x91]I[0x14][0xae][0xd7]S[0x81]H][0x1d][0xa9]>&[0xfe]1[0x89][0xe4]H)[0xfc][0x88]L[0xa7]"w[0x2][0xbf]>[0x19][0xb4]F[0x8a]{2E[0xf9]![0xb7]W[0xf6][0xa8][0xd0]='[0xf][0xf2][0xc7][0xdb][0xdd]uR[0x19]"W%[0xfd][0x80][0xd2][0xaf][0xa4]<[0xa4]'[0xfd]tx5[0xf1][0xbe]f[0xec][0x12][0xd6][0x8e]u4[0xdd]6[0x87]us[0xb8]=[0xa5]$[0x3][0x4][0xfb][0x1d]c[0xc9][0xc0]U,[0x8b]G[0xfd][0x2][0xdc][0xeb]g[0xae][0xfd]'[0xde]9[0x87];g[0x10]M[0x6]$[0x8][0x3][0x12][0x90][0xf5][0x92][0x1a][0xad][0xbf][0x12][0xf5][0xb]<60[0x90][0x9d][0xc4][0xa3]x[0xe][0xd2][0xe0]N[0xba]&[0x9e]n[0x1a][0xba][0xd1][0xc8][0xf5]q:[0xf5][0x4])OR[0xea])[0xa6][0xe6]i[0xac][0xc7]3h[0xe3][0xff][0xe4]Mx[0x8e][0xe7]N[0xb3]j/[0xf1][0xe4][0xb]D[0xc7][0x8b]<}[0x1a][0xfb][0xf8][0xbe][0x1f]/[0xcb][0x94][0xed]a m[0xac][0xb1]Am[0x1]J[0xb8]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88][0xe0]J); q'[0xc6][0xc8][0xc3][0x98][0xc0][0xa4][0xac][0xd0][0x18][0xe][0xc1][0x94][0x1e][0xe][0xe2]0Q[0xe4]/[0xa5][0xd1][0xa5][0xc][0x90]"[0xd2][0xd8][0x86][0xc0]5.[0xf5]*[0x8e]H0dTL[0xb9][0x8][0x1]>[0xc2][0x8a][0xdd]. [0xb2]!/[0xcf][0x16][0xbc][0xfc][0xbd][0x9]5[0xc9][0xa7][0xa8]^C[0xfb]U[0xa8]L[0xef][0x86][0x19]N[0x94][0xb][0xb2]xA[0x96][0xaf][0x95][0xcc][0xcd]r0[0x9]_[0xa7][0xc5]7H[0x8b][0x9c][0x19]zr[0xae]lh5[0x94]bi[0x90]~+[0xd2][0xb7] [0xea][0x82][0x2][0x91][0xc2]0?;<[0x4][0x8a][0xbc][0xb]xm[0xea]X~[0xc7],[0xda][0xba]W[0xb3][0xa1]:[0xea]V[0xcf]"[0xd6][0xdf]1[0x8b][0x8d]b[0x89][0x9f]EK{[0xc7]<[0xda]}8[0x8b][0x88][0xd8][0x89]qs[0xa1]T[0x98]5[0x12][0x1d][0xb3]\[0xe7][0xe8][0xcc]<[0x8b][0xc2][0x12][0xf3]k0[0x86][0xcb][0x1c][0x18][0xef]K[0xc7][0xe2][0xae][0x91][0x92]c[0x9b]d[0x1a][0x15][0xb9][0x13][0xc5][0xf0][0xf1]t[0x9c][0xb8].xm[0xa9]y<[0x91]Z[0xd7]}[0x15][0xbe][0xff][0xa1]IY[0xed][0xa5][0xee]([0xc9][0xc7][0xe4][0xee][0xf8][0xff][0x1]PK[0x7][0x8][0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.class[0x95]U[0xdf]W[0x1b]E[0x14][0xfe]6[0x4]6[0x84][0x5][0xda][0x0]i[0x1][0xc5][0xd4][0xb6][0x12]HB[0xa8][0xc5]_[0x4][0xb0][0x94][0x82][0xd2][0x86]PM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ri[0xed][0x12][0x96]0[0x10]v[0xb7][0xbb][0x1b]N[0xf1][0xdf][0xf0][0xc9]'_<[0xa7][0xaf][0xfa][0x2]"[0xe7][0xd8]G[0xcf][0xe9]C[0xfd]?[0xfc][0x1b]j[0xf5][0xce]$[0xd9]$[0x9b]Tkr[0xce][0xec][0xec][0xcc]w[0xef][0xfd][0xbe]{[0xef][0xcc]>[0xf5][0xeb]o[0x0][0xae][0xe3]0[0x88]![0xdc][0xc]b[0x1][0xb7]d,[0x6][0xd1]V~Y[0xea][0xc2]g[0xf8][0x9c][0xf][0xcb]][0xb8][0x8d];A[0xc]"-cEF&[0x88].[0x8e]Y[0xc5]]>[0xfb]"[0x80]/[0xf9]3[0x1b]D[0x10]9[0xe][0xbb][0xc7][\r][0xd6][0xf8][0xb0].[0xe3][0xab][0x0]6[0x82][0x18]@[0x8e][0xbf][0xdf][0x97][0xf1][0xb5][0x8c]M[0x9][0x1d]3Lg[0xce][0x9c][0x84][0xb6][0xe8][0xd8][0x9a][0x4][0xff][0x82][0xb1][0xad]I[0xe8]M3][0xcb][0x94][0xe][0xb6]4+[0xa7]n[0x15]i%[0x94]6[0xf2]jqM[0xb5][0x18][0xaf],[0xfa][0x9d]]fK[0xb8][0x9a]6[0xac]B[0xd2]0[0xed][0xa9][0xbd][0xa4]m[0xb2]dV[0xb3][0xe]Y^[0xbb]k[0x19][0x87]l[[0xb3][0x96][0x98]NcJB[0xff][0xe][0xcd]<[0x9b]d~9[0x9a][0xde]S[0xf][0xd5]dQ[0xd5][0xb][0xc9][0x85][0xa2]j[0xdb][0xa9][0xb1][0xf2]J[0xc9]a[0xc5]d[0x9a][0xd9][0xe][0x19][0xb7][0xef][0xf3][0x1d][0x9][0xe7][0x9b][0xc0]$[0xa2]h[0xa8][0xe4]K[0xc2]`[0x9d]]%PZl[0x11][0xa8][0xd3][0xac][0x85]<[0xd7][0xec][0xdf][0xc7][0x1c]bX[0xb7][0xbe][0xec]h[0x96][0xea][0x18][0xdc]4[0xdc]([0xfe][0xc8][0xac]& [0xec]%3[0x93][0xcb][0xa5][0xe6][0xc8]b[0xe4]uD[0xaa][0x80][0x1][0xf][0x83][0xea][0xfa]`[0xb][0x6][0xd5][0xbd][0xee][0xac][0xa3][0xe6][0xf7]WTSD[0x97][0xf1]@[0xc6]C[0x19][0xdf][0x90][0xb4],+[0xe8][0xaa]S[0xb2][0x88][0xd2][0xc2]Ln[0xba][0x8e][0xd5][0xea][0xd6][0x9e][0x96]wRsM9.;[0xf5]&[0xba][0x1a]*[0xcc]K5[0xaf][0x1f]y[0xaa]E[0xb5]~m[0xb1][0xea][0xc3][0x89][0xd6][0xba][0xf6][0xff][0x98][0xd0]Hqy%[[0xc5][\r][0x98][0xee]4[0xd4][0xec][0x94][0xda]W[0x98][0xf]r[0xf3]{:{\[0xd2][0x9a]<[0x4][0xb3]F[0xc9][0xca]kK[0x8c][0x17]n[0xa8]e[0x8f]Np[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x86][0xf1][0x16]%W[0xc1]#[0xa8][0x12][0xfa]j[0x9][0x9a][0xb7],[0xf5][0x88]gI[0xc1][0x16][0xf2][0x94]y[0x5][0xdb][0xd0][0x14][0xec][0xa0]@[0x95]P[0xb0][0xb][0xa6][0xe0]#|,![0xda]x 2[0x86]'[0xdc][0xe2][0x93][0xbc]f:[0xcc][0xd0]%\[0xa8][0x89][0xc9]:[0x16][0xd3][0xb]7K[0xac]H[0x10][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]QTp[0x0][0x82][0xcd]NGt#b[0x97][0xdd]D[0xaa][0xc9][0x88][0xec][0x18]%};[0xc2][0xf4][0xc8][0xca]bn>[0xb1][0x9c]YJV v[0xc4][0xd0]#y[0x9e]^Suv[0x15][0x18][0xdc][0xd3]0L[0x5][0xef][0xe2][0xb2][0x82][0xc7][0x9c][0xb7][0x5]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I/U[0xbd]e[0xfe][0xea][0x18][0xdf][0x9a][0x8e][0x1c][0x94][0x8a][0xe]3[0x8b]Z[0x13]![0xfb][0xcd][0x19]9([0xd1][0xd9][0x83][0x9b][0x83][0x8e][0xab][0xb7][0xe0][0xd5][0xb4]5[0x9f]/[0x9]=[0x8d][0x1d]M[0xfd][0xd2]|[0xa2][0xe8][0xea][0xe2][0x9d]"![0xfe][0xef]w[0x8f][0xf7][0xe][0x9]0[0xd7]A8:[0xd6][0xfa][0xb2][0x90]wU;[0xa3]=q[0xc4][0x95]z[0x9f]"[0xe9][0xe2][0xa5]?[0xda][0xe2][0x9c][0x10]F[0xdd]&[0x1a][0x3][0xd1][0xe6]=n[0xdb][0xeb]!G[0xde][0xb][0x9a][0x93]Q[0xf]4[0xaf][0xc3]r[0xef][0xf0][0xbb]P5MM'[0x9f][0x89]h[0xf3]v[0xb3]E[0xa5][0xdb][0xb8]6[0xc7](/y[0xe8]TM[0xe9][0xeb] 3{[0xf1][0xc0]t[0x8e]H[0x94][0xcd][0xbe][0xd5][0x84][0xc2]e[0x1a][0x89][0x13]7Zn[0xa1][0x10][0x97][0xe8];4[0x4][0xfe]k[0x87][0xc4][0x8f][0x16][0x8d]o[0xd3][[0x92][0x9e][0x12]_[0x1d]?[0x81][0xf4]3M|[0x18][0xa1][0xb1]C,[0xbe]C@)[0x3][0x10]!'@'[0xef]\Bq[0xe3][0x17][0xf4][0xf4][0xd3]31[0xfe][0xb]|[0xe9]3[0xb4]m[0x9c][0xc0][0xbf][0x12];F{&q[0x8a][0xe][0x9][0xdf][0xa3]/N3Y[0xc2])[0x2]>[0xac]?[0xfd][0xfb][0xcf][0xf8]Od[0xe0][0x17]A[0x86]([0xc]0F[0xae][0xc7][0xd1][0x8d][0x18]B[0x88][0x13][0xb3][0x9][0x9a]M[0x8a][0xc0][0xe3]e[0xe7][0xb8][0x82][0xab][0x82]@[0x14][0xef]a[0x94][0xc8]t[0x13][0x95]([0xd9][0xf9][0xc8]b[0x98]P1[0xfa]F[0xc7][0x1b][0xf0][0x9][0x17]?[0xe1][0xe2][0x93].~[0x92][0xf0][0xd7][0x8][0xd1][0xb][0xdf]+[0x84]d[0xbc]/[0xe3][0xba][0x8c][0xa9][0x8b][0xf8]@[0xe8][0xff][0x90]4[0xd2][0xf5]Q[0xd1][0xf8][0x3]9h[0xa3][0xe7][0x88][0xd0][0xc8][0xb5][0xad][0xc4]+[0xda][0x94][0xb8][0x90][0xf6][0x14]~[0xa9]&[0xaa]G[0xa0]S[0x14]~[0x86][0xbe][0xff][0xb3]BH[0xa4][0xec][0xc1][0x15]2X[0x11][0x12]D[0xbf][0xa0][0xef][0x13][0xf4]k[0xa8][0x84][0x8b][0x9a]pQ[0x93][0x84][0xaa][0x90][0xfe][0x8b]_[0x8c]Dz[0xea][0x86][0x8c]O*[0xa4][0xa7][0x89]t[0xca]%[0xfd][0x1d][0x91][0xf1][0xf1][0xdc][0x12][0xe9][0xce]t[0xec]w\:Cp[0xe3][0xc]]T e[0xfc][0x18][0xdd][0xc7][0xe8][0x9][0xf5][0xd2]p[0x8c]s'8[0xff],V[0xe3][0x1f][0x12]I[0xbc]M[0xf1][0xef][0x90][0xcb]4[0xf1]\[0x15][0x1a][0xc2]e[0x87][0xae][0x86]+[0xa4]o[0x96][0xd8][0xc5][0x1b][0xf6][0x12][0xee][0xde][0x1c][0xed]q[0xbe][0x1]H/1[0xda]H[0xf4]S[0x97][0xe8][0x1f][0x15][0xa2][0x9b]D4[0x94][0x8e][0x9d][0xa2][0x8f]'[0xf6][0xbf][0xd8][0x9e][0xa2][0x9f]z[0xff]G[0x8e][0x1b][0xf0][0xe2][0xc2]U[0xdc][0x85]g[0xb1][0xb6]S\[0xf4][0xc1][0xdb]p[0xf][0x88][0xe1]C[0xaa][0xd3]#[0xe2][0x9e][0xa7]jk[0xc8][0xd1]7[0xa3][0xa6]q[0xd3][0xd5][0xb8].[0xda][0xac]^[0xe3][0xa6][0xab]q][0xb4]TYc'|/[0x11][0xa7].[0x1a]uEJ[0xb8]!f[0xf3][0xff][0x0]PK[0x7][0x8][0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/ops4j/store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/store/Handle.classE[0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2]1[0x14][0x84][0xe7][0xad][0xeb][0xc6][0x9f]FA<[0x83]6[0xa6][0xd0][0xce]^[0x14][0x4][0x8b]=A[0xdc]}[0x86][0x84][0x90]H6z8[0xb][0xf][0xe0][0xa1]D[0x83][0x85]S[0xc][0x1f][0xcc][0xc7][0xbc][0xde][0x8f]'[0x80]5[0x86][0x2]B`@[0x98]jN[0x87][0x96]}2[0x17][0xd3][0xa8]d[0x82]'[0xcc][0x16][0xcb][0xa3]Uw%[0x9d][0xf2]Z[0xd6])[0x1a][0xaf][0xb7][0x84]Q[0x1d]n[0xb1][0xe1][0x9d]qL[0x18][0xef][0x95]o[0x1d][0xaf][0xb2]G[0x98][0x87][0xa8]e[0xb8]v[0x1b]+[0xbb][0x14]"[0xcb][0xdf]J[0x98][0xfc]Ng[0xcb]M[0xaa][0x8][0x84][0x2]9T[0x12]z(3[0xa1][0xff][0xed][0x2][0xd5][0x7]PK[0x7][0x8]z[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/store/Store.class[0x85]PMK[0xc3]@[0x10]}[0x93][0xa6][0x8d]M[0xfd][0xa8]V[0x8f][0xde]S[0x10][0xf7][0xa0]'+[0xde][0x14][0xb][0x81][0x82][0x89]?`M[0x97][0x90][0x10]vK[0xb2][0x15][0x9b][0x7][0x80]?J[0x9c][0x8d][0xa2][0xd0][0xf][0xdd][0xcb][0xec][0x9b][0xf7][0xe6][0xbd]a[0xde]?^[0xdf][0x0]\[0xe0]8[0xc0]a[0x80]#B[0xb7][0xb1][0xa6]V[0x84][0xb3](.[0xe5][0xb3][0x14][0x95][0xd4][0xb9][0x98]=[0x95]*[0xb3][0x93]ql[0xea]\[0x98]EsY[0x8a]V&[0xee][0xa5][0x9e]WjB[0x8]o_2[0xb5][0xb0][0x85][0xd1]M[0x80][0x11][0xa1][0x9f][0x14][0xb9][0x96]v[0xe9][0xac]N[0xa3]4[0xfd]k[0xd6][0xaf][0x8c][0x9c][0xb7][0x89][$[0xe3][0xf5]U[0x9c][0xeb]V9[0xc7][0x11][0x6][0xb9][0xb2][0xb1][0xc9][0xa4][0xdb][0x89][0x10][0xfd]g[0xae][0x95][0x15][0x8f][0xf]S[0x1e][0x8c][0xae][0xd3][0xab][0xf5][0xc0][0x9b]M;[0x84][0x89]Y[0xd6][0x99][0xba]+*[0xe5][0x80][0xb3]=w2[0xc2][0xc9]jZ[0xf2]u[0xd6][0xe1][0xaa][0xb]a[0xd4][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xa6][0xb3][0x9f]#[0xf6][0x8][0x4][0xf][0xee]u|B[0x7]>[0xa3].#[0x9f][0xfb]=[0x4][0xfc][0xf3][0xb0][0xc3]L[0x1f][0xe1][0x6]f[0xc0][0xcc].[0xf6][0xb8][0xf3][0xcb]x[0xdf][0xdc]>[0xe][0xda]:[0xfc][0x4]PK[0x7][0x8]S[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/ops4j/store/StoreFactory.class[0x8d]V]S[0x1a]W[0x18]~[0x8e],[0x82][0xeb][0xaa][0x88]_[0xb1]b[0xd2][0xa6]5A[0x8c]b[0x1b][0x9b][0xb6][0xd1][0x98][0xaa][0xd1]h[0x82][0x9a][0x8][0xc5][0x1a]m[0xcd][0x1][0xe][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xcc][0xb2]h[0xec]d:[0x9d]N&?[0xa0][0xff][0xa0][0xcd]En[0xd3][0x1b]t[0xea]L~@/[0xfa]Wz[0xdb][0x9b]4}[0xcf][0xc2][0xe0][0x17]t[0x84][0x99][0xf7]|[0xbd][0xef][0xf3]~={v[0xff][0xfc][0xf7][0x8f][0xb7][0x0]nbGE/[0xee][0xa9]h[0xc2][0xac][0x7]s[0x1e][0xdc]W[0xa1][0xe0][0x9e][0x17][0xf3]*[0x16][0xf0]@.[0x1e]z[0x10][0xf1]bQN[0x97]T[0xb8][0xb0],[0x95][0x1f]y[0xf0]XE+V[0xbc][0x88]z[0x11][0x93][0xfb][0xdf]H[0x11][0x97]b[0xd5][0x83]oUtI[0xd8].[0xac]I[0xb1][0xe4][0xc1][0x13][0x6][0xdf][0xca]ld*[0xb6][0x10][0x9f][0xdd][0x8c][0xc6][0x96]W[0xa6][0xee][0xcf]2[0xf8]#[0xdb]|[0x97][0x87][0xb3][0xdc][0xc8][0x84][0xa3][0xb6][0xa5][0x1b][0x99]q[0x86][0x96][0x19][0xd3]([0xd8][0xdc][0xb0][0xe3]<[[0x14][0xc][0x8d][0x13][0xba][0xa1][0xdb][0x93][0xc][0xae][0xe0]`[0x9c]A[0x99]1S[0xb4][0xdb][0x16][0xd1][\r][0xb1]T[0xcc]%[0x84][0x15][0xe3][0x89][0xac][0x90]`f[0x92]g[0xe3][0xdc][0xd2][0xe5][0xba][0xb2][0xa9][0xd8][z[0x81][0xe1]r[0xc4][0xb4]2a3_[0x18][0xdb][0xe][0x17]l[0xd3][0x12][0xe4][0x8e][0xe4][0x1c]O[0xd2][0xb0]ON[0xb5][0x94]H[0xf3]b[0xd6]v[0xb6][0x19]z[0x83][0x83][0xb5]-H[0xb5])[0xaa]g[0xc]n[0x17][0xa5][0xde]h=[0xbd][0x89]rf[0xba][0x19]^0[0xf2]E[0x82][0xb5][0x4][0xcf][0x8d]O[0x92][0xb9][0xaf][0xb0][0xc5]-[0x91]r[0x82][0xad]x[0xf3][0x1a]b[0xaf]2[0xbd][0x1e][0xac][0x1a][0xce][0xe9]Y1^?[0xc]%[0xcf][0xed]-[0x86][0xd6][0xd3][0xfa][0xc][0x93][0x17]C[0xa8][0x1f]`[0xf0][0xc][0xc0][0x93][0xfa]1[0xb8][0xd3][0xd9]b[0x81][0x82]`[0xd4][0xde][0xbb][0x17]4[0xab][0xef][0xb8][0x95][0x1b][0xa6][0xb1][0x9f]3[0x8b][0x85]J1[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4][0xf2][0xc][0xea][0xec][0xb3][0xa4][0xc8][0xdb]:[0xd1][0xc2][0x83]u[0xea]U[0xd2]4v[0x85]e[0xc7][0xcc]y[0xf1][0x8c][0xa1];[0xb8]>=X[0x8b]H[0xde]-[0x9e]M'[0xf6]mBb[0xb][0xd4]7{[0xcf][0xdc][0x94][[0xc4][0x7][0xa6][0x13]z[0x8a][0xdb][0x9c][0xa1]a}[0x9a][0xa8][0x95]([0xa6][0x19].[0x9d]C[0x99].[0xa6][0xd3][0xc2][0x92][0xa4][0x8c][0xda]<[0xb9][0xb3][0xc8][0xf3][0xe][0xaf][0x88][0xe1][0x14]V[0xd4],ZI![0x93]eh?[0xc9][0xa7][0x11][0x9][0xa3][0xa1][0x1f][0x97]5[0x4]1@[0x11][0x9f][0xac][0xc]C[0xcf]y7z6%,*[0x81]<[0x19][0xd1][0xcd][0x11];[0x97]O[0xe9][0x96][0x7][0x1b][0x1a][0xbe][0xc3][0xf7][0x1a]6[0xf1][0x94]![0xf0]$[0xa6]$[0xc2]vB[0x3]GB[0xba]Nj[0x18]D[0x88]a[0xe0][0xac][0x8d]n[0xd8][0xc2]2[0xc2]1*[0xad]iqk[0xdf][0xc1][0x90][0x16])*[0xa5][0xa3]8[0xec]([0xe]W[0xbb]1[0xcc][0x0][\r][0x2]i[\r][0x19]li[0xd0]A-[0xef][0xae]]*[0x19][0xe9]6[0x91][0xfc][0xf8]t9[0xb1]-[0x92]6CG[0xb5][0xed][0xcb][0xd5]~[0x9e]R[0x8c][0xee][0x17][0xa8][0xdf][0xc][0xcd][0x19]a?[0xb2][0xcc][0xec][0xf5][0xe1][0xa3][0xa2][0xbd]E[0xac]|L[0xf4][0xf6]U`?n[0xf5][0xe1][0xe3]*n[0xf3][0xe1]v[0x1f][0xee][0x10]K[0x7]T|[0xc2][0x8f]9[0xb8]S[0xd8][0xba]K[0xf4][0xee][0x16][0xbd]{[0xc4][0xda][0xbd]~[0x1c][0xc4]'}[0xf8][0x94][0xf][0xf7][0x89][0xf1][0xa7]U[0xdc][0xef][0xc7][0x2]|[0xc6][0x87][0x7]T|V[0xc8][0x1d][0x12][0xf3][0xf][0xfa][0xf0][0x90][0x8a][0x87]+[0xf0][0x8][0x1e][0xf5]c[0x89][0xb0][0xb5][0x8]#>[0x8c][0xfa]q[0x18]G[0xfc]8[0xb][0x8f][0x89][0xde][0x98][0x1f][0x8f][0xe3]s[0xa2]wT[0xc5][0x13]*[0x9e][0xf4][0xe3]t<[0xa5][0xe2][0xf3]*[0xbe][0xe0][0xc7][0x17][0xf1]%[0xa1][0xf6][0xb4][0xf8]|Y[0x98][0xfe][0x8a][0x8a][0xaf][0x8a][0xf6][0x19]?[0xbe][0x86][0xaf][0xab][0xf8][0x86][0x8a]o*[0xd0]:-[0xcb]H[0xad][0x8b][0xeb][0xe9][0xb4][0x91]V0[0xbb][0xbd][0xb3][0xab][0xad][0xbb]uS[0xdb]%[0x9b][0xb7][0xb4][0xb5]wnW[0x10][0xe8][0xda][0xa5]_[0xa6]G[0xe2][0xba]5[0x18][0xe9]uR[0xa6]5[0xb8]J[0xc1][0xac]u[0xb6][0x95]vt[0xcb][0xd9][0xa6][0xc7]3F[0xa1]Z[0xef][0x85][0xed]R[0xcd][0xd5][0xd5][0xb3]A([0xdb][0xa9][0xc1]H:>[0xb0]bW[0xa4][0xcb][0x1e][0x1c]4RT[0xf6]$.[0x89][0x99])[0x5][0x95]Y[0xcb][0xa6][0x1d]i7[0xe3][0x6][0x17][0xbc][0xab]M[0xcb]t[0xd6]P-[0xfb][0x1c]{"[0x90][0xaa][0xe2][0xf7][0x6]s[0x1f]3[0xfa]3\[0xaa])[0xb5]=[0xb]Ge[0x94][0xc1]:[0x86]`d[0xf6][0xb4][0xaf](!x[0x1c][0xb7][0xe2][0xb4]J[0xb9]MT[0xca][0xb8][0x9d][0xa6]I[0xaf]cg#[0x98];[0x11][0x81]E1q[0x83]F[0xc4][0xfc][0xaa][0x89][0x14][0xe7]g[0x85][0x5]B[0xe9][0x8e][0xda][0xc9][0xe1]I[0xe4][0xa6]*[0xcd]p[0x83]mT[0xb0]zz[0xe9]-[0xfd][0xec])[0x8d][0xc8][0xa9]E[0x91][0x94][0x96][0x9a][[0xba]6[0x13][0x8][0xe6][0xad]3f[0xf0]X[0xc][0x98][0x13][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f]c[0xf3]Rf~[0xc2][0xd3][0xae]i[0xf1][0x82][0xe8][0x94][0xaf][0xc9]([0x95][0x97][0xcd]L[0x92][0x19][0xaf]^wJ^[0xb5][0x9e][0xf0][0xce][0xb5]u[0xdc][0xc3][0x9b]I[0xc6][0xe4][0xc3]I[0xe5]Dg[0xa7][0xcc][0xc3]n*[0x8a]<[0xc4]r[0xdc]u[0x87][0xeb][0xc4]=}b[0xe1]n[[0x87]R[0xf6]n[0xf1][0xbe][0x93][0xe1][0xcd]+yz[0xda][0xf5]([0x1b][0xa6]D[0x8b][0xda][0xd6]eF[0xca][0xd9]jw[0x18]{D^[0xb9]w)nV[0x98][0xe9][0xf5]f[0xca][0xc8]i[0x95][0xc7]ybr[0xb9][0xad][0xa6][0xb][0xc5][0x1c][0xaa]-[0xa6]o~[0xbf]r[0xf9]L[0xcb]2zI[0xa1][0xd7][0xf2][0xe9][0x9e][0xbb])[0xa7]<[0xb4][0xf9][0xee][0xaf][0xe2][0xcf][0x1b][0xb2][0x1]n[0x4][0xb1][0x6][0xe7][0xb2][0x1e][0xf7][0x94][0xa1][0x9a][0xe3][0xd6][0x82][0xf1]b[0xfe][0x10][0xe2]}[0xc5]~@\hl+[0xb8][0xd6][0x8e][\r][0xfc]vp[0xf4][0x14]\[0xfc][0x7]\P?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xbe][0xe1]Q[0x94][0xd5]?[0x82][0xb2][0x11][0xb8][0xf6][0xa1]j[0xde]>h[0xf5]b8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf7]E[0xd9]iO[0xae][0xf5]>[0x4]u[0xc][0xbe][0xbe]Q[0x94][0x7][0xfc]#[0xa8][0xc8][0xce]j[0xec][0x8d]`[0xd6][0x11]T[0x96][0xe1]A[0x1a]u[0xa1][0x93][0xdf]S[0xf8][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "8[0x93][0xae][0x9e][0x85]r[0xb4][0xa0][0x96]n[0x87][0xe8]t[0x98]nF[0xe8][0xe6]f:[0xbc][0x91][0x12][0xa1][0xac]#8[0x1f]][0x80][0xec]m[0xa2][0xc3][0x8a][0xec]u[0xa3][0x87][0xc1]lf[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca][0xb8][0x10]Uq[0x81][0x8a]-bU[0x11][0xe5][0x92][0xab][0xc]Gi[0x85][0x7]^[0xce][0x1d][0xa0][0x81][0xd9][0xd2][0x91]@u p[0x18]'lj[0xa4][0xd7]c[0x98][0xd3][0xd7]8[0x8a][0x9a][0xee][0xfa][0x86][0xa6][0x11][0xcc]mq[0xf3][[[0x1f]t[0x8f][0xe2]D[0x86][0xbc][0x1f]'S(([0x84][0xb2]s[0x94]<[0x8c][0x93][0xb6][0x1f][0xc4][0xe2][0x82]pOf[0x90]A7?[0x81]y[0x5][0xe1]Rq[0xfe]EcX[0x90][0xd5]\[0xd8][0xe2])[0xd0][0x8]MhL[0x8][0x7]=[0x87][0xf2][0xe8][0xac][0xc4],~[0xdb][0x99][0xa6][\r]LQ[0x7][0xe6][0x12][0x8b][0x85][0xc4]`)Qh [0x2]g2[0xf2][0x1e]F[0x98][0xc4][0x85][0xc8][0xe0]"\[0x81]Kp[0x1b]oo[0x81][0xd8][0x9a]l[0xac]y[0xc4][0xe]Pf[0x1b][0xf1][0x8]`/%[0xdb][0x88][0xc9]B[0xca]oG[0x1f][0xf7]Z[0x8a]a[0xec] [0xe2]n[0xce],[0xc4]N[0xbc][0x99]H[0x9][0xbc]C[0xc5];[0xa9][0xb1]h[0x9c]u[0xca]5[0xb9][0xa0][0xa8]x[0xd7][0xf9]*[0xde][0xcd][0xff][0xef]y[0x15][0x15][0x14][0x9a]r4[0xf8][0x9b] [0xc7][0xd7][0x97]8[0x12][0x15]n[0xbb][0xeb][0x9c][0x86][0xa7][0xd1][0xdb] [0x8b]g[0x17][0x9b][0xf9][0xe7][0xcc][0xdb][0x8f]u[0xec][0xbc]i[0x1f]V[0xb3]Y[0xd9][0xdd][0xf4]4[0x96]7[0x1d][0xbd][0x1d][0xcd]M-[0xee][0xa0][0xfb][0xe8]J[0x91][0xc1][0x1a]o[0x8d][0xe7]N[0xd4][0x6][0xdd]5[0xde]3Z[0xd4][0xfa][0xa0]*[0xaa][0xed][0x95]^[0xe5][0xe0][0xf8][0xb]Y[0x1b][0xf7][0xe7]kE31[0x3][0xee][0xe0]~[0x7]X5[0xee]$[0x1d][0xef]"[0xee]w[0xb3][0xc2][0xde]C[0xfc][0xee]e[0x81]?H$[0xee]e[0xbd][0xbc][0x8f](< q^[0xc1][0xf8][0xd7]3[0xca][0xf7][0xf2][0x9c][0xa9][0x94]\[0x81][0xf7]1s"[0xc3][0xdb][0xf3][0xa8]m[0x97][0xa7][0x90][0xbf],[0xa9]uy[0xbe][0xd2].[0x80]k[0x9c][0xe5]I[0xcd]UZ&[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91]z[0x19]'[0xbd][0x2]wU+[0xf][0xd6][0xd5]9[0xea][0x9f][0x9e][0xa3][0xbe][0xb7][0x9e]>[0x9f]YL[0xf9]f[0xe9][0x89]&[0xfb][0xde][0xdc][0xae]y,i[0xa7][0x97][0xfc][0xc9][0xda]Y[0x9e][0xb3]S^[0xdf][0xf0]$[0xce][0x1a][0xc1][0xd9][0xc7]2U^l[0x8a]i[0xf8][0x0][0xae][0xc9][0xa5]e[0x91][0x94][0xa1]T[0xa0][0xea]0Z[0x1e][0x86][0xfa][0xa0][0xbc]+&M[0x9]6_+[0xcd]_[0x87][0xf][0xca][0xf6]z[0x9c][0xc3][0xd6][0xcf][0xd5][0x5]R[0x15][0xaf][0x3]PK[0x7][0x8]2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]r" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesUtils.class[0x8d]V[0xfd]{[U[0x1d][0xff][0xdc][0xe4]&'Mo7[0xe8][0x9a][0xd2][0xf0]ZaB[0x9a]4[0x84])[0xce][0x91][0x96][0xca][0x18][0x9b][0xeb][0xec]:\[0xd7][0xbd]t[0x8][0xbb]Kn[0xdb][0xdb][0xa5][0xb9][0xe1][0xe6][0xb6][0xb4][0xc3][0x89][0x8a][0xc8][0x8b]/( R^D@[0xad][0x8]h[0x7][0x92][0xad][0xec][0x91][0xf9][0x93]>[0x8f][0xff][0x8b][0xff][0x80][0x82][0xf5]s[0xce]M[0xd3][0xa6][0xbd][0xd3]%[0xcf]s[0xce][0xb9][0xdf][0xf3]}[0xff]~[0xce][0xf7][0x9c][0xfc][0xe7][0x93]O[0x1]|[0x19][0x1f][0xc7][0xb1][0x1d][0xc5]8,[0x8c][0xc7]q[0x1b]&[0x4]&[0xe3][0xd0]%E[0x87]-[0x87])9[0x9c]iE[0x9][0xd3][0xad]([0xc3][0x91]CE[0xc0]m[0x85][0x81][0xaa][0x80][0x17][0xc3]L[0x1c][0+[0xa5][0x1f][0x93][0xc4][0xb9]8[0xe6]q6[0x8e][0xc7][0xf1]m)z.[0x86][0xef]H[0x86]'[0x4][0xbe][0x1b]G[0x17][0x8a][0x2][0xdf][0x8b][0xe1][0xfb]q\[0x8f]'[0x5]~[0x10][0xc7]MxJ[0xe]?[0x94][0x9b]O[0xcb][0xe1][0x19]9<+[0xf0][0x9c][0xc0][0x8f]4D[0xfb][0xed][0xb2][0xed][\r]h[0x8][0xa7]z[0x8e]j[0xd0][0xf7]8EK[0xc3][0xd6]![0xbb]l[\r][0xcf]L[0x9f][0xb6][0xdc]#[0xe6][0xe9][0x12])[0xed]CN[0xc1],[0x1d]5][~[0xd7][0x89][0xba]7iW5[0xf4][0xe]9[0xee]D[0xce][0xa9]T[0xef][0x9e][0xca][0xcd]xv)WpJ%[0xab][0xe0][0xd9]N[0xb9][0x9a]{[0xd0]u*[0x96][0xeb][0xd9]Vu[0x94][[0xd5]>[\r]-[0xae]e[0x16]%[0x99][0xa2][0xfd][0xa9][0xa1])s[0xd6][0xcc][0x95]-/7zx[0xa8][0xcf][0xff]RJ[0xd6][0x4][0xfb]z[0x82][0xc9][0x1a]b[0x15][0xa9]f[0xd4]-i[0xd8][0xd2][0xac][0x88]{[0xd3]f[0xa5]b[0x97]'h[0xa5][0xf3]J[0xf2][0xd1][0xaa]Gg[0xa6]5$|[0xe][0xdb][0xc9][\r][0x96]+3[0xde][0x88]"[0x93]![0xbe]w[0xae]`UT$[0x2]?[0xa6][0x95]U[0xdf]}[0x15][0x1a][0x1e]H[0x5]J[0x6][0x1b][0x1c][0xbb]b [0x91]Y[0xb3]4[0xa3][0xd2][0xac][0x18]Jfy"GUt_nZe[0xcf][0x9d][0xe7][0xbc][0xd7][0x9f][0x8d][0xc1]r[0xd9]r[0xf7][0x94][0xcc]jU[0xba][0x90]X[0xa7][0xf4][0xa0]Y[0xd9][0xae][0xb8]([0xa6]U4[0x88][0xa2][0xb3]{[0xc2][0xb4][0xcb][0xfc][0x1a][0xd3][0xd0]Z(9Uk[0xa4][0x1e]sgsI[0xe7]+[0xab]e[0xed][0xb]R[0xd8][0xbf][0xce][0xb3]C[0xa7][0xa7]X[0xde][0xbe][0xcd][0x94][0x1][0x9a]m[0x1b][0xf1][0xcc][0xc2][0x19][0xca])m[0x4][0xbc][0xc0]O[0x4]~*[0xf0][0x8e]Z',oM[0xe9][0xf0]U+[0xbd]J3[0xe1]3[0x16][0xd5][0x86][0x8b][0xd6]8[0x8f]$[0xb] Q0dW[0xbd]}[0xb6][0xcc][0xd7]m[0x1b]@[0xdc]s2P[0x87]]u5[0xdc][0x10][0x4][0x97][0xc3]Tg[0xb9][0x12][0x8f][0xae]Zi[0xe8]j[0xb0][0xdd]?3>n[0xb9]V[0xb1][0xc1][0xa3][0x97]x6[0x19][0xb9][0xed]Y[0xd3][0x8c]|[[0xa0][0xb1]X[0xa9][0xe1][0x9d].[0x97][0xcd]([0xd9][0xed][0xba][0xe6][0xbc][0xf4][0x9f][0x9c]=A[0xf4][0xfe][0xcd]:[0x7][0xfa][0x4]~[0xc6]&[0xc3][0xfe][0xc2][0xbe][0xc2][0x93]1[0xe2][0xcc][0xb8][0x5][0xcb][0xb7][0xd1][0xb1][0xe1][0x94][0xdf])[0xc5][\r]|[0x11][0xb7]S[0xc8][0xc0][0xcf][0xf1][0x82][0x81][0x9d][0xf8]*[0x19][0x83][0xea]b[0xe0]E[0xbc]d[0xe0][0x17]x[0xd9][0xc0]/[0xf1][0x8a][0xc0][0x82][0x81]W[0xf1][0x1a]qc[0xe0]u[0xbc]a[0xe0]WxS[0xe0][0xd7][0x8c]5[0x0][0x97][0x6][0xde][0xc2][0x9b][0x1a][0xae][0xd9][0xe8][0xb0][0x86][0xd0][0xf6][0xc7][\r][0xbc][0x8d]w[0xc][0xc][0xe2][0x80][0x81][0xdf][0xe0][0xb7][0x84][0xa1][0x81][0xdf]I[0xa7][0x16][\r][0xfc]^[0x12][0x87][0xf0][0xae][0x6]v[0xd5]?[0xe0][0xbd]&[0xf5][0x8d]LhH^[0xb1]`,[0xc2][0xe8][0x91]}[0xd9]]2[0xd0][0xf7]y[0x9e][0x82]K&w?0[0xf0]G[0xfc][0xc9][0xc0][0x12][0xde]3p[0x1e][0x1f][0x1a][0xf8][0x8][0xd6][0x90][0xbe][0xfa][0xbe][0xd9][0x14][0xa1][0xda]V[0x1d][0x96][0xae][0x1d]j[0xf4])[0xf6][0x90][0xb5]0[0x6]=[0xcb]5=[0xc7]][0xcf][0xba][0x16][0xc5]*U[0xe9]<2[0xe9]:[0x8f][0xf9][0xe7][0xdf]X[0x8f]fV[0x9a][0x8e][0x94]W%[0xae]K[0xf5]\[0xa1]U[0xea]%[0xc7],[0x12][0xb9][0xc1][\r]Q^.Q~[0xee].[0xb1]W[0xb7][0xa7][0x9a];[0x8c][0xda][0x8d][0xa9].7b1[0xae]kS[0xeb]QI[0x92]l+M[0x4][0xb2][0xdb][0x8d][0xd8]:[0x9b][0xd8]Wc[0xa6][0x8c][0x98]4[0xab][0xc3][0xd6][0x9c][0xa7]n7[0xf6]?[0xbd][0xac]>:R=[0x9b][W[0x93][0x5][0xfa]D[0xb][0xec])G[0xfd][0xb6],[0xec]r[0xd1][0x9a];4[0xce]c[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "h[0x19][0x83]d[0xae]6[0x98]oOm[0xd6][0x1e]h0[0xa2][0xda][0xb1][0x86][0xcc][0xff][0x87][0xc1][0xfc]a[0xbf]q2ZQ[0xef][0xa1][0x1a]v[0x5][0xf8]r[0x95][\r]-j=:cJT%[0x82][0x9c]e[0xaa][0xd2][0xff][0xeb]^kR[0xcf][0xd2]m[c[0xae][0xb7])UP[0xbf]K[0xca]f[0xd5][0x9c][0xf1][0xb5][0x96]h[0x16][0x89][0x18][0xbd]j[0x9f][0xb5]T[0x89][0x98]G[0xe1]9[0xea][0xec]iH[0xa5]N[0x6][0xb8][0x16]@[0xc3][0xe][0xbe][0x8d][0xb6]C[0xfe][0xa2][0x8][0xc9][0xa6][0x3][\r]w[0xa8][0xe7][0x17][0xaf]=[0xce][0x91][0xf4][0x5]h[0xe7][0xb9][0x8]![0xc5]1[0xce][0x19]\[0xe9][0xe8][0xe1]_[0x9e]~[0xc5][0x84]42[0x9c][[0xd0][0x8b],9[0xa4][0x82]a[0x84][0xf9]'G[0xba][0x86][0xd0][0xc1][0xde][0x8c]~[0x11][0xe1][0xa5][\r]z[0xee][0xa1]d^[0xe9][0xe9][0xf6]yq'r[0xca][0x19][0x3]w[0xd1]5[0x96][0x19][0x2]_[0xa2]3![0xdc]M[0xaa]N[0xca]Wh[0x85][0xed][0xd0][0xb7][0xa2]-rn[0xe1][0xce]s[0x97][0xa0][0x9f][0xb8][0x80][0xc8]p[0x96][0xe6][0xa2][0x99]l[\r]B[0xdf][0xa9]'[0xf4][0x5][0x1c][0xf][0xef][0xd4][0xf9][0x19][F[0x8b][0x86]|$[0x19]YF\[0xc3][0x2][0xee][0x95][0xab]V[\r][0x85][0x91][0x8f]&[0xa3][0xcb]h[0x93][0xeb]-y[0x91][0x14][0xed][k[0xb8][0xe6]5te[0x92][0xe2]"[0xae]%%[0x9a][0x14][0xcb]h[0xf][0xe1][0x18]u.[0xae]\^\y7[0x9b][0x8f][0xdc][0xb8][0x0]Ac[0xdb][0x92][0x91][0xa5]|[0xac][0xf1][0x11][0xbb][0xac]"sq[0x8e][0xe3]9<[0xa1]f][0xc5]|[0x18][0x1d][0x1c][0x1f]F[0xc][0x8f][0xa0][\r][0xa7][0xd0][0xe][0x13][0x9][0x9c][0xe6]k[0xb3][0xc8]G[0xa6][0x85][0x1]L[0xe0][0x0]&q[0x4]Sx[0x8]g0[0xce][0x87][0xad]-[0xdf][0xb5][0xa8]P[0x9f][0x87]Y[0xfe][0xcf]r}[0x8e][0xeb]'[0xb9]~[0x1a]s*w[0xfb][0x99][0xa3][0x3][0xb8][0x5][0xbb][0x98]OA-[0x19][0xe6][0xf4]^[0x96][0x93][0xcf]_~[0xed]`f[0x13][0xd4][0xfa]5[0xdc]G?[0x98])[0x95]O[0xa8][0x95][0x9f]c[0xb9][0xda][0xcd][0xdd][0x10][0xee][0xaf]W[0xd4][0xd7][0xb1][0x87]:[0x1e] e[0xf]b[0x9f]#![0xb0]W[0xfb][0xc][0xed][0x2][0xfb][0xfe][0x8d][0xfb][0xfe][0x85]P[0xe8]3[0xc4]I[[0xa1]XX[0xe0][0xeb]r[0x1b][0x9a][0xc0][0xfe][0x15][0xd6][0xa3]e[0x95] [0xa4]q\_>^)u[0x94][0xe5])-[0xd3][0x15]Mg.[0xa2]c[\r][0x1e]Q[0xe5][0xd6]S*[0xbc]N[0x9f][0x3][0xdf][0xa0][0xb3]>Ne[0xa0]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3][0x2]:X[0xd7][0xf3]<[0x83][0x94][0xc1]u[0xa7]3[0xbd]5$[0x86][0xb3]GD[j[0xef]d[0xe1][0xaf][@$[0xbb][0x94][0xce]R[0xff]pVZ[0x8]+[0xb]7[0xd3]/[0xf0][0xee][0x14]x[0x9][0xad]x[0x99][0x5]y[0x85][0x96]^[0xe5][0xf3][0xfe]u[0xee][0xbd][0xa1],[0xa7]}[0x9d][\r][0xcb][0xdd][0x4][0xf5]=[0xca][0xb3]n[0x1c][0xe2]*D[0xe9][0xa4][0xf2]&[0xac][0x12][0xd5][0x2]&[0xa5]M[0xe0][0xc1]8[0x97][0xdf]d[0xbd]}[0x8c][0x1e][0xa7][0x1a][0x89][0xd1][0xc2]%t[0x11][0xa3][0xc9]!u".[0xe1][0xfa][0x13][0xbd][0xed]7\[0xc0][0x8d][0xc3][0x97]p[0xd3][0x89][0xec][0x5][0xdc][0x9c][0xd7][0x93]z[\r][0xb7]H[0x90][0xfe][\r][0x1d][0x99]d[0xa4][0x86][0xee]cu[0xd2][0xe2][0xca]?35|[0xe1]/Dh4[0x93][0x8c][0xd6]p[0xeb][0xb1]d4/z%[0xe6][0x4][0x1][0xd8][0xdb][0x0]_[0x1b]F0Fsc[0x4][0xd1]X[0x3]|[0x3][0xd8][0xca][0xf1]}[0x82][0xe2][0x3]r,1[0xce][0xf3][0xb8][0x15][0x1f]2[0xce][0x8f]x[0xe8]>f]j[0x84][0xc8]E[0xd6]j[0x99][0xb1]}B[0x1d][0x9f][0xe2][0x18][0xe7]1[0xce][0xa7]p[0xb9][0x1][0xb4].[0x82]d[0x84][0x10][\r]Sz[0x17]FqT[0xb5][0x82][0x1d][0xe4][0x95][0x87]y?A}[0x1c]'X#[0x86]KYy[0x98]c8[0xc9][0xff]C[0xcc][[0x1b][0xb9][0xfd][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xef][\[0xc9][0xfc][0xe5][0x10]^[0xa1][0xb2][0xa8][0xc0][0xc3][0x2][0x8f]([0xc][0x9d][0x12]0[0x99]P [0xb1][0xc2]s[0x12]n[0xec]([0xa8][0xad][0x3]U[0x88][0xe7]H[0x82][0xa7][0x80]~[0xd5]]x[0x11][0xe3]Q[0xf4]E[[0xfe][0xb]PK[0x7][0x8]xD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesWriter.class[0x95]W[0xfb]s[0x1b][0xd5][0x15][0xfe][0xae]${ey[0xfd][0x92]c'J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][0x1][0x12][0xd9][0xb2][0xa3]4PH[0x1c]'[0xe0][0x4]'1[0xf8][0x91][0xc6][0xc6][0xc6]![0xd4]][0xcb]k{[0x1d]I[0xab]J+;N[[0xa0][0x90][0x2]m[0xa1]-[0xa5]/[0xe8]+MK[0xdd][0x7]-I[0xc1]q[0x8c]![0xe5]'2[0xd3]vJK[0xe8]?[0xd0][0xe9]/[0xfd][0x7]:LR[0xfa][0xdd][0xbb][0x92],[0xdb]r[0x86][0x8c]Fg[0xcf]=[0xf7][0xde]s[0xbe][0xf3][0xd4][0xea]O[0xff]{[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80][0xbb][0xf0]G[\r]q?[0x12][0x1][0x8]$[0x3][0xd8][0x5][0xdb][0x8f]T[0x0][0x9f]G[0xda][0x8f]L[0x5][0x85][0x8e]$Y[\r][0xd3][0x1][0x4]`[0xcb][0xc5][0x8c][0x86][0xd3][0x1]T[0xb9][0x8b]YI[0xce][0xf8][0xf1][0x5]y[0xe7][0x8b]~|[0xa9][0x12][0x8f][0xe3][0x9][\r]Oj[0xf8][0xb2]d[0x9f][0xaa]D#[0x9e][0xd6]p6[0x80][0x10]lI[0xbe][0xe2][0xc7]3R[0xf8][0xac][0x1f][0xcf][0xc9][0xe7]W+[0xf1]5|][0x92][0xe7]5[0xbc] O|#[0x80][0x6]|S[0x92]o[0xc9][0x3]/[0xfa][0xf1]m[\r]/i[0xf8]N[0x0]M[0xf8]n[0x0]a|O[0x92][0xef]K[0xf2][0x3]I^[0x96][0xe4][0x15][\r]?[0x14][0xa8]{[0xa0][0xf3]p[0xc7][0xc3][0xdd][0x3]#[0xfd][0x9d][0xc7]:[0x8e]w[0xc][0xf4][0x1d][0x17][0x8]vO[0x19][0xd3]F4n$'[0xa2][0xfd]N[0xda]JN[0xec][0x13][0xa8]:d'3[0x8e][0x91]t[0x6][0x8d]x[0xd6][0x14][0xa8]N[0x8c][0xd8]Y'[0x95]ux[0xc2]4[0x12][0x2][0x8d][0xee]-[0xcb][0x8e][0xf6][0x15][0xc9]y[0xb3]"1[0x12][0xb3][0x93][0x8e][0x99]t[0x4]j[0xdd]CY[0xc7][0x8a]G[0xbb][0xad][0x8c]#[0xb7][0xfb][0xad][0x89][0xa4][0xe1]d[0xd3]Tz[0xc7][0xaa][0xed][0xf6][0xb5]H[0xe][0xf0]Jeb$eg,[0xc7]"$[0x81][0x9a][0xa2]K=F[0x8a][0xfb][0xf7][0xac][0x94][0x94][0xd0]R$[0xe9]"[0xb4][0x9]3[0xad][0x14][0xfb][0x13]#[0xd3][0xd2]=j=[0xf2]1u[0xdc][0x18]k[0xe]m[0xc6]L[0x19]i[0xc3][0xb1][0xd3][0x2][0xe5][0xed]V[0xd2]r[0xe][0x8][0x84][0xc2][0xa5][0x3][0xd6]4([0xe0];d[0x8f][0x99][0xd2]3+i[0xf6]f[0x13][0xa3]fz[0xc0][0x18][0x8d][0x9b]25v[0xcc][0x88][0xf][0x1a]iK[0xae]sB[0x9f]3i[0x11]qk[0xb7][0x9d][0x9e][0x88][0xda][0xa9][0xcc][0xdd]S.[0xaa][0x98][0x1d][0x8f][0x9b]1[0x15][0xa5][0xe8][0xb1][0xb4][0x9d]2[0xd3][0x8e]ef[0x86][0xd2][0x96]Cw[0x5][0xf4][0x95][0xf9][0x8b][0xac][0x83]g[0xad][[0x12]aE[0xb1]KF*e&[0xc7][0x4][0xfa][0xc3]7[0x8c]t[0xfe][0xfa]M[0xe2][0xac][0xcc][0xd0][0x8a]9[0x96][0xab][0xbb]2'mXq[0x1][0xef])s[0x96][0xab]iW[0x1a]P[0xcf][0x1][0xbb]c[0x8c]0[0xfc][0xf9][0xe2][0x10][0xa8]/[0x91]h[0x2][0xce]'Y[0x1b][0xcd]Z[0xf1]1[0x93]>[0x84][0xd6][0xe0]<[0xe8]n[0xed][0x93][0x95][0xbd]"[0xe8][0xb3][0xa9]|[0xe0][0xab][0xfa][0x1d]#v[0x8a][0xd5][0xa1][0xd6][0xec]F[0xb7][0x8f][0xd9][0xbd][0x1a]~$[0xd0]Q"[0x1c]7[0xeb][0xbc][0x16][0xb3][0x13][0x9][0xd5]:z[0x8e][0xcb]9[0x19][\r][0xdf][0xac][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7M[0xc7][0x8d][0x19][0xc6]mFJ[0x19][0xc5][0xb0]*[0xb7]8[0xeb][0x8c]aQB[0x6]cS[0xa1][0x12][0xe]f[0xc7][0xc7]M[0x6]?[0xa7][0x84]c[0x85][0xb1][0xee]<[0x1d]3S[0xca][0x8c][0x86][0x1f]s[0xdd]og[0xd3]1[0xf3][0xb0]%C[0xd2][0xb0][0xda][0xf0]N[0xa9][0x8a][0xd5]u[0x13]X[0x5]D[0x8b][0x8e][0xfb]qT[0x92][0x18][0xc3][0xec][0xd6][0xe3][0xd6][0x8c]*H[\r]?[0xd1][0xf1]S[0x9c][0x93][0x93]#_[0x83]:[0xee][0xc6][0xa7]u[0xdc][0x87][0xdd]L[0xf9]r[v[0xa4][0xd3][0xc6][0xac][0xec]M[0x1d][0xf7][0xe0]^[0xe][0xbb][0xe5][0xad][0xa3]Ff[0x92][0x89][0xd3][0xd1][0x86]}:[0xf6][0x83][0xf1][0xf1]>d[0xce][0xea][0xf8][0x19][0xce][0xb]@[0xc3][0xcf]u[0xfc][0x2][0xaf][0xe6][0xef][0x14][0x17][0x10]g[0xdf][0xca][0xce][0xd7][0xf1]K[0xcc][0xe9][0xf8][0x15]~-[0xb0]q[0x9d]2[0xd2][0xf1] ~C[0xc7][0xf6][0xeb][0xf8]-^[0x13][0xf0][0x9c][0xc][0xe8][0xf8][0x1d]~[0xcf]B[0xd1][0xf1]:.[0xe8][0xb8][0x88]?p>[0xae][0xbe][0xae][0xe3][\r][0xbc][0xa9]c[0x1e][0x97]t,[0xe0]5[0x1d][0x97][0xb1]H5[0xb7][0xb3]*K[0xe7]H`s[0xa9]6v7e@;$yK[0xc7]([0x96]t[0xbc][0x8d][0x98][0x8e]w$[0xb9]"#]d[0xbe]ot[0x8a][0xf9][0xe1][0xc4]Y[0xf6][0xb5][0x8b][0x1a][0xdc][0x8e][0xaf][0xcf][0x9b][0xe8][0xea]+[0x14][0x3][0xa7][0xf7]r[0x8e][0x95][0x8a][0xde]l<[0xde][0x91][0x9e][0xc8][0xca][0xaa]-:V[0xc3][0xee][0xb3][0xc6][0xc][0xc7][0xec][0xb5][0x1d]yD`Gq[0xa3][0xb8][0x86][0xd7][0x19];[0xb5]Ew;[0x13])gv[0xd5][0xe5][0xf5][0x87][0xe]/W[0xad][0x98][0xe8]L[0xf8][0x84]I[0x7][0xb7][0x97]0[0xde][0xb4]V[0xc4][0xe3][0xc][0xa6][0xc0][0x9e][0x1b]c[0xbd][0xa1][0x2]C6nC){'8[0xbe]KN[0x8b][0xf5][0xa7][0x92]/c[0x9d]q;[0xb8][0x8b]#[0xcf]*[0xe4][0xa6]1[0xdc][0xd4][0xbd]6gr[0x94]L[0x1a][0x99]^[0xf3][0xb4][0xa3][0xee][0xd0][0xa0]/[0xa9][0x16][0x1b][0xc2]%[0xc1][0xfa][0x1d][0xdb][0xb5][0xb8][0xfa]D[0xe1][0x8d]@SS[0xb4]o\[0x9a][0xec]j*9h[0xfd]V[0xe1]}[0xc1][0x9b][0x91][0xc1][0xde][0x11][0xee][0xfa][0x98][0xc1][0xaa]_[0xfe]9[0xca][\r][0x1f][0x99][0xc2][0x86]RA[0xa2]\K[0x9a]3[0xdd]j[0x88][0x95][0x8d][0xc7][0xb3][0x99]I>cq;c[0xe2]6[0xbe]n[0xed][0xe2][0x8b][96[0xe3]S[0xd8][0xcd][0xd5]]\y[0xf8][0x9][0xca][0x99][0xa1]x[0xce][0x6][0xca][0xf7](~/[0xbf][0x1c][0x9][0x85]u;[0xbf][0xfb][0x8b][0xd6][0x7][0xf8][0xe5][0x98][0x81][0x1c][0x11]Bv[0x13][0xe9]A[0xae][0xee][0x87][0x97];[0x80][0xbf]9[0x12][0xf4],[0xc0]{Q[0x9d]>D[0x1a]P[0xf2][0xc3]<[0x4][0xf][0x90]kt[0xcf][0xa1][0x93]2([0xee][0x8]q[0x8][0xa5][0xed]hN[0xdb]+[0xd4][0xe6][0xe5][0xb3][0xbd]y[0x1][0xbe]H[0xb0][0xec]2[0xca][[0x82][0x1a]isd[0x9e]&Z[0xe6]Q[0xd1][0xbc][0x84][0xc0][0xf0][0x2]*[0xe7][0xa1][0x93][0xad]"[=[0x8f][0x9a]e[0xb6]v[0x19][0xc1]vT[0x90][0x1e][0x87][0xf][0xfd]D3[0x80]Z[0xc][0xf2]]q[0x88][0x11]y[0x4]wb[0x98][0xf1]9A[0xf][0x1f]U[0xe8][0xb6][0xba]v[0xb][0xe8][0xda]s[0xe8]$[0xd7]E[0xbf]=[0xe4][0x1f][0xc4]C.N[0xcf]^[0xea][0xc][0x0]bS$Xw[0x19][0xc1][0x96][0xde][0x96][0xab]([0xf][0xd6][0xf7]6[0xbf][0x89][0x9a][0xc8]"6x[0xf0].[0x1a][0xda]|\[0xd6][0xe6][0x97][0x8d]me[0xa1][0xb2][0xab][0x8][0xe5][0xe0][0xb7][0x95][0xa9][0xcd]P[0xd9]"6z1[0x14]*k][0xc4]&[0xf][0x86][0x96][0x10][0xe2][0xf6][0xe6][0xc8]%l[0x9]~[0x82][0xa4][0xad]\[0x1e][0xb9][0x85]U{[0xe]U[0xa1][0xf2]V[0x8a][0x86][0xe6][0xf0]X[0xa8]+[0xe4]3g[0x85][0x10][0xe4]R[0xa9][0xba][0x84][0xdb][0xdb][0xb4][0xb9][0x8f][0xde][0x9][0xf9][0xae]b'7[0xf4]P9E.([0xe5][0x96][0x94][0xb9]H[0xc6].[0xe3][0xe][0x17][0xf6][0x1c]6[0xaa][0xa3][0xbe]K[0xb8]3w~;[0xc5][0xcd][0x17][0x18]7[0x9f][0xca][0xc1][0x14][0xa3][\r]X[0xac][0xc3])f[0xfc][0x14]t$P[0x3][0x1b][0xb7]"[0x85]V[0xfe][0x15][0xd8][0x8d][0xc]s[0xe0][0xb0][0x2][0xa6][0xf1][0x19][0xcc] [0x86][0xd3]H[0xe2][0xc][0xe9][0xe3]x[0x12]O[0xe0]i[0xd2][0xf3]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "s8[0xcb][0x9f][0x8b]g[0xf8][[0xf0],[0xde][0xc7]s[0xf8][0x80][0xff][0x3][0xfe][0x89][0xe7][0xf1]o[0xbc] [0x82]za[0xae][0xe2]}[\r][0x17][0xc4][0xcb]E[0xb1]|[0x10][0xc6][0x87][0xc2][0xd7]GB[0xfd][0x92]X.[0x87]qE[0xa8][0x99][0x11]L![0x1d][0xc1]4[0xd2][0x1a],[\r][0x1f]+[0xa8][0xe9][0xb5][0xb3][0xb6]wLA0[0xd1]>[0xa9] t[0xc2][0x99][0xb6][0x14][0xd4][0xf][0xd9]Yk[0xa4]0?e[0xe5]'[0xcc][0xa9][0xc]%[0xd1]!'mf&[0xcd][0xbc]-[0xde]K[0xc2][0x90]7k[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RCN~[0xa6][0xd3][0xc9][0xb9][0x87][0xe6]:[0xb][0x9e][0x9d][0xe9]L;[0x99][0x8c][0x95][0xf6]l'[0xeb]v[0x8e][0xe5][0x9d][0x9c][0x95][0xf7][0x96][0xce]Z[0xae][0x93]Y[0xb0][0xf2]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb4][0xbc][0xbf]W[0xd0][0x9b][0x18][0x9a]3[0x17]L[0xdf][0xaa][0xa4]i[n[0x8f]/[0xcd][0x98][0xd9][0x99][0xce]q/oggz[0xda][0xd7][0x8b][0x14][0xa8][0x9e]s[0xd5][0xca][0x8a][0xe4][0xaa][0x1d][0xe6][0xe8][0x8f][0xd9]m[0xa9][0x1e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb]f[0xa6] P[0xe4][0x1c][0xf7][0x80][0x2]e[0x90]"[0xd7]3[0xd3]W[0x15]4[0x94][0xd9][0x8c][0xb][0x11][0xd5][0x3][0xae][0xa7][0xa0]u[0xcd][0x81][0x88]4!R[0xb0][0xaf]K`5[0x4]V[0xc8]x"[0xe6][0x1a][0xb6][0x96]r[0xab][0x8c][0xed][0xad]t[0xdc][0xbb]>[0xf5]c[0xf4]T'[0xf][0x87][0xcd][0x9c][0xb4]cS[0xb0][0x1f]Xc[0x5]:Q[0xa5]-[0xd7][0x9d][0xf0][0x91][0xaf][0x12]Xn[0xbf].[0xf7][0xea][0x4][0xc8]rg[0xcd]y[0xc1][0x0][0x85]tV;n[0xcf]dM[0xaf][0x90][0xa7]h[0xec]%[0x1c]W[0xcd]}[0xe3]`u$7[0xef][0xad][0xf6][0xc3][0xb]s_[0xd7][0xe]e[0x88][0x84][0xbb]ZQ[0xdf]I[0xbf][0x84]/[0xc8][0xf6]9[0xae][0xaa]b[0x90][0xd4][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0xac][0x82][0xb6][0xc4][0x6]t[0xae]iN[0xa1]?mz[0xa6][0x82][0xee]u[0xfa][0xcf]a[0xa9][0xd2]Gd[0xdc])[0xe4][0xd3]V[0xbf]-Z[0xa5][0xb9][0xf2][0xe6][0xec][0x17]6:vb[0x97][0x8e][0x19]0[0xb7]@[0xfc][0x86][0xd8][0xd9][0xbc][0xaf][0x15]1[0x15][0xc4]6[0xec]S^[0xf5][0xf8][0x8d][0x9b][0xc2][0xcf][0x9c][0x8e][0xab][0xc8][0xe8][0x98]GVG7[0xd8]v[0xd0][0xe1] [0xa7]`kez}[0x5];3m[0xe5]u\[0x3][0x1d]l[0xae]<[0xd6][0xe1][0xc2][0xd3]Q[0x0][0xbb]H[0xa1][0xef][0x5]|[0xa2][0xe3]m[0xbc][0xa3][0xe3]][0x9c][0xa4](.6[0x8b][0x1a][0x96]t\[0xc7][\r][\r][0x9f]*0[0xfe][0xc7][0xcc]X[0x13]qtj[0x8e]z[0x9c]"vv[0xda]Z[0x1c][0xe5][0xc][0xb]%[0x6][0xdb]yy[0x9b][0xab]4[0x81][0x90]'6l[0x8e]r[0xc9]E[0xd9][0xa2][0xb3][0xa6];[0xec][0xe4]-I[0x96]+[0x87][0xe2]EvZ[0xd6]Z[0xf4]J[0x17][0xae])Qu[0x12][0x85]\R+[0xf5][0x19]0[0x98]sr[0x95][0x9a]~[0xd6]bF[0x98]9^[0xb6]iN[0xcd]j[0xe9][0xae][0x13][0x95][0x88][0xa7]a[0xd8]s|[0x11]}X[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xc6][0xad][0x80]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "!2n[0xab]&[0xaf][0x96]My%[0x97]\[0xcf][0x9a]W[0xb0]i[0xc6]*[0xbb][0xa4]m/[0x95]%=5U[0xbb]n8[0xc0]O[0x9f][0x1d][0x10]?*[0x2][0xa2]u[0xa1]`[0xb7][0xfc][0xec]cW[0x8]i[0xf2][0x1e][0x94][0xbb][0xdc][0x4][0xb0][0x87]k[0x84]O[0xa0][\r]![0xec][0xc3]k[0x10][0xed]([0x95][0x10][0xc7]^>ky[0xb2][0xcf]w[0xa0][0x8c]RZC[0xd9][0xa2][0xf1][0x8][0xaa]r[0xc7][0xd8][0x1c]/"[0xf0][0x3]T[0xe3][0x8e][0x11][\r][0x16][0x11]:[0xba]][0xbe]<[0x84]z[0xe1][0x1e]jF[0x1e]B[0xbb]`D[0xc3][0xa1]{[0xa8][0xed][0xe][0xc5]BEDn[0xa1]I<7u[0xab]15[0x95][0xbc][0xf]}[0xf9][0xc9]_[0xd1][0xba]n5U[0xc4]+[0xb7][0xb1][0xfb]![0xea]i[0xb8][0x99]o[\r][0xbf]!ZDcL[0xe5]RDS[0xb7][0xba][0xfc][0xe4][0xcf][0x98]z[0x87][0xb1]C2[0xe7]~4p=[0xcc][0xb7]#[0xcc][0xa8][0x87][0x1f][0xc0]G)9[0x8e][0x16]^[0x80][0xed][0xe8]#[0xfc][0x93][0xcc][0xbb][0x9f][0x90][0x7]xz[0x9a][0x92]3[0x18][0xc4][0x10][0x87]1[0x86][0x11][0x9c][0xe7]Z[0xc0]Y[0x89]w[0x80][0x9f][0xf2]}[0xfc]O[0xa0][0x9d][0xf8][0x88][0xe]I[0x18][0x92][0xbe]EtP[0xa6][0xd0][0xeb][0x15][0xa4][0xb0][0x9f]<[0xb5][0xd1][0xa6][0x13][0xaf]#H[0xcf]'I[0xf4][0x1b][0xcc]`[0x8c][0x96][0x7][0xa5][0xed][0xa1][0x12]{[0xbe][0xd6]aj[0xbd]II[0xc]ZMd[0x5][0xba][0xf2][0x18]M[0x1a][0x8e]h[0xe8]jYAP[0xc3][qR[0xcf][0x9]@[0xb7][0x82][0xdc]0[0xd5]Ex+[0xda][0x9c],b[0xcb]-[0xf4][0x1b]>[0xf]#[0xa5]gw([0x1a][0x14][0xec][0xf1]HOu[0x18][0xf7][0xb1]u[0x19];[0x8d][0x12]g[0x82][0xff]F[0x12][0xd7][0x18]m[0xf6])[0xbb][0x8f][0x96]e[0xb4]Fc[0xbe][0xaf]:#[0x1a]+b[0xdb][0xf9]e[0x84][\r][0xf2][0xde]r[0xf7])[0x93][0xfb][0xb1][0x89][0xeb]%[0xd6][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]4[0xb1][0x8d][0xdf]V[0xe2][0xfc][0xb2][0x92][0xc2],[0x19][0x9b]#c[0xf3]8[0xc7][0x1]u[0x99][0xd3]f[0x9a]3F0v[0x88][0x89]6[0xa0][0xb][0xbd]D[0x1d][0xa4]E'[0xd9]o[0xa7]?&/Y[0x84][0xdc][0x9][0x9e][0x14][0xb9][0x13]|[0x6][0x9e][0xb2][0xe3][0x9f][0x1d][0xe6]N[0xb0][0xd3][0x0][0xf5]1Rd[0x83][0xa3]5[0x10][\r][0xe1][0x98]l[0xcd][0xe3]d[0x87][0xd3][0xcc]g[0x7][0xf][0x18]H[0x4][0xe8]b[0xf6][0xad]#[0xa9]G[0xa8]5[0x88]l[0xbb][0xd8][0xed][0xe9]([0xe7] Y[0xc9]A[0xb8]#[0xb5][0x6][0xf0][0xe][0x96][0x1a][0xf8][0x8c][0x10]>'[0xe8]/[0xd8]:_[0xa2][0x11]_[0xb1][0x94]_[0xb3][0x99][0xbe][0x91][0x0][0x93]~,[0x9][0x10]r' (r'`[0x5]h}[0x90]M#[0xe0]?[0x83][0xd5]%a[0x5]$[0xac][0x8][0x82]+[0xa8]'[0xa6]=[0xab]xNP[0xc6][0xc1]\[0xc2][0xf3][0x7]-[0x83][0xa2][0xf9][0x92][0xb2][0xf5][0x8f]&[0xfd][0x1a][0xf]G[0x83][0x1d][0xb2]`[0xd1]d[0x87][0xa8]W[0xd2][0xf0][0xab][0xb6]-Y[0xc2]Hi[0xa3][0xe1][0xa3][0xf3]Oj}[0x95]g[0xf8][0xda][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x96]([0xbf]#[0xb6][0xef][0xd9][0xbc]?[0x12][0xf3]m^[0xe2][0x9f][0x98][0xc9][0xcf]dt[0x19][0xa7][0xf0][0x8b][0xc4][0xb9][0x8b]9[0xd4]3[0xeb]~"[0x9][0xc8][0xab] [0xd0]A[0xee][0xfc][0xd6][0x86]n@[0xa2][0x83]DW[0x87][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6][0x11][0xdd]?[0xd8][0x12]PK[0x0]OQm@[0xee][0x6][0xff][0x3]PK[0x7][0x8][0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/environment/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/util/environment/Environment.class[0x8d]X[0x9][0x98]TW[0x95]>[0xe7]uU[0xbd][0xd7][0xd5][0xaf][0xa1])[0xd6]f- [0xa1][0xf7][0xae][0x84][0xb0][0x7][0x8]M[0xd3]@[0x87][0xea]%[0x14]MCB4[0xaf][0xab]_w[0x17][0xd4][0x96]Z[0x1a][0x88][0x1a][0x97][0xc4][0x18]cL\[0xe2]B4[0xfb][0x82][0x1a]T[0x2][0xa6][0xe9][0x4][\r][0x1a]51[0x89][0xce][0xa8]3[0xea][0x8c][0xce]8[0xe3]>.[0xe3]>3fe[0xfe]s[0xdf][0xab][0xea]j[0xe8][0xc6]|[0x1f][0xdc]w[0xeb][0xde]s[0xcf]=[0xe7]?[0xeb][0xed][0x17]^[0xea]i"[0xba][0x8c][0x9f][0xf3][0xd3][0xd5][0xf4][0xba][0x9f]n[0xa7][0xb3][0x98]1U0[0xb3]&C[0x99][0xce][0x1e]Y[0xf1]b[0x8f]}2[0xe8]:[0x1b]~[0xf2][0xd3][0xeb][0x6][0x97][0xe3][0xcb][0xfe]r,V[0x18]l[0xca][0x8f]J?[0xf9]x[0x8a][0xce]S[0xfd][0x14][0xe0]*![0x9f]&C[0xc0][0xe0][0xe9][0xf2][0x9d]Q[0x8e][0xe5][0x99]2[0x9b]e[0xf0]l[0x9d][0xe7][0xf8]i[0x1e]W[0xe9]\[0xed][0xa7][0x5][0x19][0xae][0x95][0xe1]M[0x6][0xbf][0xd9][0xe0][0xeb]t[0xb6][0xfc]ds[0x95][0xc1]}[0xf2][0x8d][0xca]Pip[0xbf]0[0xb3]e[0x18]0x[0xd0][0xe0][0xa1]r[0xe8][0x1e][0xf3][0xf3]~> [0x8b]q1[0x9f][0xcf][0xcf][0x9]N[0xca][0x90][0x12][0xb9][0xd2]:_[0xef][0xa7]a[0xce][0xe8][0x9c][0x15]yrr^v[0x86][\r]>(b[0x1e][0xf2]S[0x1d][0x1f]6[0xf8][0x6][0x9d][0xdf][0x2][0xd0][0xc4][0xda]o[0x15][0xf0][0xde]f[0xf0][0x8d][0x6][0xbf][0xdd][0xe0]w[0x18][0xfc]N[0x83][0xdf]e[0xf0]M[0x6][0xdf]l[0xf0][0xbb]u[0xbe][0x85][0xc9][0xd7][0x15][0xe9]l[0xe9]hc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xf7][[0xc3]V(n%[0x7]C[0x91]\&[0x96][0x1c][0xbc][0x9c][0xc9][0xe8][0x89][0xb4][0xed]t[0xf6]}=[0x9d][0xed][0xad]m[0x11][0xa6][0xe9][0xe]a>[0x17][0x8b][0x87][0xb6][[0xd9][0xa1][0x88][0x9d][0x3]ey$6[0x98][0xb4]r[0xf9][0x8c][0xcd]Ts>[0xc5][0xfa][0xf3][0xb9]o[0xc4])=[0xf1][0xe6][0xc8][0xf6][0xb6]p[0x18][0xec][0xd7][0xc7][0x92][0xb1][0xdc]F[0xa6][0xb2][0xda][0xba][0xdd]L[0x9e][0xd6]T?8M[\r][0xc7][0x92]vg>[0xd1]ggvY}q[[0xc4]LE[0xad][0xf8]n+[0x13][0x93][0xdf][0xee]b[0xd9][0x1][0xfb]0[0xce][0xe4][0x86]bY[0xa6][0xda]p*3[0x18]J[0xa5][0xb3]+[0xf6];"[0xd8][0xc9][0xe1]X&[0x95]L[0xd8][0xc9]\[0xa8]ml[0x8e][0xeb][0xfd][0xe9]L*mgr1[0x1b][0xe7]f[0x95]H[0xdd]]\[0x7][0x95]'[0x1e][0xcb][0xe6][0x98]f[0x97][0xec][0xb7]%[0xf3][0x9];c[0xe5]b[0xa9]$[0x8]*#9+z[0xa0][0xc3]J+q[0x0]+|D[0xe7][0xf7][0x80][0xdb][0xa1][0xa8][0x9d][0x16]*[0xf0][0xaf][0x1a][0xb4]s[[0xac][0x9c][0xb5]%[0x96][0xb1][0xa3][0xb9]T[0x6][0x12]/[0xa9]=[0x1f][0x96]:g)[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "m[0x8d][0xc5]mp[0xf7][0xa5]3[0xf6]@[0xec][0x10][0xc0][0xea][0x8f]e[0x92]VB[0xf4][0xc5][0x8c]i[0xca][0xb9][0x94][0x1e]gw[0xaa][0x95]N[0xc7]cQ%[0x9d][0xb3][0xa2]'[0xec]l[0xd6][0x1a][0xc4][0xcc][0x1b][0xb5][0xf2]Y|[0xeb]J.[0xee]If[0xf3][0xe9]t*[0x93][0xb3][0xfb][0xbb][0xd2][0xae]VE[0xc1][0xc1]6[0x0][0xc1]#[0x87][0xb3]9;Q"[0xba]>[0x94]J[0xd8][D[0xc]#;de[0x9c][0xa9]OM[0xfb][0x91][0x80][0x90]O[0xa0]^t[0xc8][0x8e][0x1e]([0x1e][0xea][0xb6]rC@*[0x93][0xcb][0xf6][0xc6]rC[0xdd][0xae]VK'[0xc0]`[0xbc]b[0xe2][0xf][0xc][0x99]g[0x16][0x97][0xdb][0xbb][0xc6][0xe4]Cj[0x1][0xd0][0xb9][0xd4][0xd6]X&[0x9b]k[0xb5][0xd2]L[0xcb]&Gu[0xbc]w{[0x7][0xe4][0xc][0x98][0xb7][0x2]L([0x9][0xe7](8[0x16]tIe;[0x15]x[0xbe]X[0xb6]')[0x92][0xc2]3[0x91]g[0x8d]X[0xb6][0xc3][0x8a]ve[0xf7][0xc0][0xe7]c[0xd0]$[0xd9][0x9f]:[0x98]U[0xf3]N;[0xd7]k[0x89][0xff]c[0xe] [0x93][0xbb];[0x10]-S[0xc7][0xf3][0x5][0xe5][0x9c][0xda][0xba][0xc9]<[0xcd][0x4]qO[0xd6][0xce]D[0x86][0xec]x[0x9c]iF[0xed][0x84]bO[0x7][0x95]{o[0x9][0xb1]\[0x4][0xc1]JVY[0xcc]&[0x8a][0xb8][0xdb]Y[0x14][0x9f][0x17]Qlx[0xd4][0x9c][0xa2][0xcd]7[0xe7][0x7][0x6]l8[0xd7]N[0xb5][0x3][0xb3][0xdf][0x8a]L[0x88]<[0xad][0xf3]{[0x99][0xa6][0xb9][0xfc]J[0x85][0x9e]W;[0xd9]Yq(/[0x0][0xb4]aTn[0xc7][0x1c][0xd9]@|z[0xa6][0x8b][0x89][0xc2][0xa0][0xc4]bz4[0x1][0xe9][0xed](,k[0x1f][0x8a][0xe5]v[[0xf1]<[0xf8][0xfb]]jX[0x17][0xbe]a[0xcb]8g[0xcc]2[0xe7][0xf2][0xf0][0xf5])[0x19][0x8a][0x1a][0x95][0xc0][0xe6]H[0x7][0x8d],[0x84][0x8c][0xab][0x88][0xe4][0xbd]l[0xd7]@I[0xba]*[0xe1]u[0xe9][0xa4][0x9a]M[0xec]XJ[0xdf]aGj$[0xb3]$>fV[0x2][0xb1][0xbb]`[0x85][0xda][0xbf]g[0xe0]1[0xd3]xl[0x85][0x84][0x19][0x85][0x89]r[0xf6]N[0xd7]NM[0xb5][0x13][0x10][0xd7]M&&[0xba][0x95]X2[0x9d][0xcf][0xe1]"[0xdb]J[0x8c][0x8b][0xec][0xb1]ePi[0xb1]$[0xec]8[0xd1]f[0x91][0xd1]T[0xf1][0x94][0x12][0x98][0x98][0x1a]&M([0xe7][0xe1]"[0xb6][0x8f][0xc6]S[0x92][0x10][0x8d][0xf5][0xd1][0xb8][[0x81][0xfc][0x91]T>[0x13][0xb5][0x1d]/[0xaa]*[0xe1][0xdd],\L[0xfa][0x8]}[0xd4][0xa4]o[0xd0][0xf3]&[0xdf][0xc6][0xef]C[0x9e]7[0xf9]v[0xfa][0xaa][0xc9][0xef][0xe7];@~[0xee][0xd5]&[0xdf]I_2[0xf9][0x3][0xfc]A[0x93][0x9e][0xa1][0xaf]"[0xca][0xce]7,[0xae]0[0xf4][0x85]$[0xa7][0x86]L[0xfe][0x10][0xd8][0xa4];[0x9][0xec][0xb8][0xd9][0xe4][0xbb][0xe8]E[0x93]?B/[0x2][0xf3][0xd2][0xb4][0x8]9[0x18]r[0x9c][0xa2]Q[0x93][0xbe].[0x8c][0xf5][0x96][0xee][0xee]--[0xbb]ZL[0xfa][0xb2][0xdc][0xf8]1[0xba][0xc3][0xa4]/[0xd2][0x97][0x98][0xb6][0x96][0xa8][0x10]L[0x15]2|6[0x98]L[0xe5][0x82][0xc5][0xcc][0x1f]L%[0x83][0xf9]$2uj0[0x19][0xbb]A~;[0x84][0xc9][0xc1]l0[0xab][0x92]?[0xd2][0xc0][0x1b][0xac][0x19]L[0xa1]7V[0x82][0x8b]'D[0x99][0x8f][0x9b]|D[0xf4][0xa8][0x8][0xe5][0xb3][0x99][0x90][0xaa]$![0xb8][&[0x95][0xca][0x99]|7[0x2][0xfa]w[0xef][0xec][0xda][0xb6][0xb3][0xa5]ck{X[0x1a][0x91]i[0xad][0xeb][0xf6][0xc1][0x9a][0x83][0x19]+[0x11][0x14]D[0xb2][0xfb][0x84][0xcd]'M[0xbe]G[0x10][0xbb][0x97][0xef][0x83][[0xee][0x1a][0xb2][0x95][0x8e][0xf1][0x18]T[0x92]b[0x18][0x8c][0xa6][0x92]9+[0x6][0xf5]c[0xf1][0xb8]=h[0xc5][0x83]Q[0xdc]dE[0x91][0xa6]$[0x1b]MPaL[0xbe][0x9f][0x1f][0xd0][0xf9]A[0x93][0x1f][0xe2][0x87][0xc5]8[0x8f][0x98][0xfc]([0x1f]5[0xe9][0xa7]p[0x1][0xfa][0x15]=[0xf][0xe8]S[0xd9]fa[0xae][0xf3][0xa7][0x90][0xfe]:S[0xc9][0xa6][0x12]\[0xb]8[0xba]0[0xae][0xb][0x9a][0xf4][0x1][0x82]7[0xbc][0x1f][0x6][0xe2]O[0x8b]^[0x6][0xf2]v[0xb0]+[0x12][0xdc]c[0xf2]g[0xf8]1[0xb0]+V[0x15]=i[0xe7][0xe][0xaa][0x9a][0xa2][0x83]Or8[0x91]5[0xe9]kp6[0xfa][0x16]T[0xa4]o[0xca][0xf0]m[0x19][0xee][0x12]g[0xd1][0xd6][0xae][0x91]a%[0x86][0xe][0x9c][0xa8][0x88][0xa6][0x12][0x9]+[0xd9][0xdf][0x8c][0xaf][0x93][0xc3][0x9a][0x11][0xba]p[0xb3]d[0xac]?[0x9f]HKc[0xa1][0xb2]%[0xbc],d[0xd2]w[0xe8][0xbb][0xc8]bh[0x1a][0xc4][0x0]v.[0x1a]r6M[0xfa][0x3][0xfd][0xd1][0xa4]?[0xd3]_L[0xfa]w[0xfa]1[0xb2][0xae][0xc9][0xc7][0xf8][0xb3]&[0xbd][0x8c] [0xe0][0xcf]I$[0xbc]L?fZx[0xe1][0x94][0x8f]8[0x93]B[0x13]Dq[0xe][0xc6][0x1c][0xcf]CW[0x93][0x15][0x87][0x8c]%[0x83]9[0x18][0xc9][0xb9].[0xd8][0x8f][0x6][0xa9][0xcf][0xca][0xda]&^[0x8c]x[0x9c][0x1f]gZ~[0xce][0xde][0x98][0x9][0x13]V| [0x95]I[0x0][0xe5][0xbc]pWi<[0x88][0x15][0xdc]3c[0xa2][0x88]7[0xe9][0x17][0x82][0xd6][0xdf][0xe8]%[0xa6][0xd5][0xa5]Q[0xe1]f[0xdd][0xe0][0x80][0x5]?[0xea][0xf][0x6][0xf][0xa2]A[0x81][0x94][0xc9][0xa6][0x1b][0xec]L*(I[0x1f][0x97][0xf6][0xdb][0xc1][0xd4]@P<[0xe0][0x4]l[0x16][0xea][0x8b]%[0xc5][0xaf]M>)[0xd1][0xff][0x5][0x19][0x9e]PQ[0xaa][0xfc][0xd7][0xdd][0x85][0xc2][0xad][0xa9]|[0xbc]_[0xa9]<[0x0][0xb3]*e[0xd1]J[0xef][0x81][0xb4][0xc3]A[0xc9][0xa5][0xf9][0x9c][0xd3]p[0xcc][0x9a][0xb8].[0xc0]t[0xc1]Pk0[0xd2][0xb6]Kn[0x1e]aZu[0x1][0xc1]/([0xf7]g[0xf8]q[0x93]O[0xf1]g[0x11][0x16][0x91][0x3][0xb1]tZ|R[0xaa]A[0xb0][0x9]D[0xe3]d[0xac][0xd9]P#v[0x91][0xcd]u[0xc1][0x1a]8H[0x8d][0xc9][0xa3][0xfc][0xa4][0xce]O[0x99]|[0x1a]Y[0x7][0xfe][0xff]E[0x9d][0x91]d[0x9e][0xe6]3&[0xfd][0x9][0x1e][0xc2]_[0xe6][0xaf]0UO[0x9a][0xa9]%2[0x9f])[0xe8]x^A[0x90]]8[0xf5]o[0xe9]w&[0xfd]\[0x4][0xd4]:[d[0xed]k&[0x9d]>[0x8a][0xb2]+[0xe6]mvz[0xd9]i[0xe7][0xbd]-[0xe0]\([0x97][0xf9]C&?+[0xd1][0xe4][0x8d][0xe4][0x93]]H[0xf]z$[0x15]G[0xcd][0x94][0xda][0xdb][0xd1][0xdd][0x16][0x8a][0xa1]a+ki[0xc7][0xa8]o[0xcd][0xd8][0xf6][0xe6][0xc8][0x16]$[0x97][0xf6][0x8c]4v[0xe6][0x96][0xd8]`,[0x87]T[0xe0][0xf4]y[0xde][0xed][0xdd]M=[0xa0][[0xf6][0xc6][0x92][0x18][0xca][0xd7][0x84][0xf][0x83][0x82][0xa8][0xa5]%[0xb1][0x90]a[0xd4][0xda][0xae][0xa1]L[0xea][0xa0]c[0xfb]J[0xf7]!rXZNPU[0x8f][0xeb][0x11][0xc7][0xbf]6[0xa6][0xe]Y[0xd9][0x8e]T[0xc6]n[0x8b][0xdb]r=[0xa8]+[0x92][0xf6][0xa1][0x9c][0xfb][0xf3][0xdc][0xae][0xb1][0xab]o?[0xba]o[0xa9][0xb8][0xe8]M[0xdc]H@[0xab]S[0x91]-[0xfd][0xb5]f[0xd2][0x92]9Y?Pd[0xeb][0xc3]c[0xc3]N[0xf6][0x9f][0xd3][0x1]L[0xda]"[0xba][0xc5]N[0x9e][0x96][0xb9][0x94][0xb3][0x4]ar[0xa9]p[0xea][0xa0][0x9d]i[0xb5][0xa4][0x12][0xcf][0x9c][0x88][0x11]:[0x98][0xf2][0xac][0x9d]F[0xa6][0xc6]KBz[0xe8][0xf0][0x4]8*2[0x1f][0xbc]>+[0xa8][0xf8][0xec][0xeb][0xf3]V<{[0xe]CWp[0xe9][0xe4]k[0xde][0x98][0xd6][0xbb][0x9d]f[0xb9][0xd5]B\[0xe1]U[0x15][0x97]g[0xc][0x9a][0x84]l[0xf1]%3[0x89][0xc8][0xb8][0xc1]'[0xb5][0xa5][0x5]6[0xf1][0xd4][0xb6][0xd7][0xb5][0x8e]3~k[0xa1][0xea]([0xf5]{[0x0][0xa2][0xab][0xbe][0xa7][0xb6]UH[0xe7][0xe3]s[0x1][0xf4][0xca][0xb3][0xf9][0xbe][0xac][0xb][0xdf]L0[0x9f][0xb0][0xc5]/Ys+[0xb8]QH[0x9d][0x88][0x2][0xd5][0x0]w[\r]L"=Z#[0xfd][0xa0][0x15][0xcb]m[0x15][0xb8][0xf1][0xf2][0x91][0xdf][0xfd]6[0xae]L[0xc1]_[0xc]i[0xba][0xc2][0xaa][0x91][0xac][0x88][[0xd9]\{[0x81][0x95][0xe8][0xd9].[0xc2]O [0xd1][0x98][0xf0]z[0xd4]JJ[0xe0][0xab][0xb7][0x95][0xd3]f[0xc9][0xeb][0xa5][0xa5]/[0x9b][0x8a][0xe7]s[0xb6][0x3]p[0xe3][0x1b][0xf4]'[0xd5];[0x83]S[0xdc]N[0xe][0xca][0xb9]2[0x14][0x9f][0xd2][0x8e][0xb2][0x1b]dc[0x1d][0xe5][0xf4][0x9][0x96][0xd5]s[0x4][0xbf][0xe2][0x8][0xd9]Y[0xb5][0xed][0x13][0x83]Y[0x12][0xcb];[0xf3][0xc9]\,[0xe1][0xbe][0x0][0x8a]?f[0x8e][0xb];w[0xf9]r[0xe7]a[0xd9]^[0xda][0xec][0xce][0xae][0xad][0x9b][0xa4][0xdd][0x9d]S;[0xe1][0x86]x[0xe0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf4][0xb1][0xad][0x92]GL[0xfd][0x85]=x|`LM;*[[0xd1][0x3][0xbb][0xe0]z[0xf2]g[0x4][0xab][0xbf][0x9f][0x16][0xd3][0xed]t5[0x11]y[0xa8]ZZ[0x12][0xcc][0xaa][0xa5][0xf7][0xc4]w[0xae][0xf4])[0xc4][0xf4]![0xcc]5[0xfa]0[0xf9][0xa5][0xcd][0xc0]|[0x1e][0xd6][0xd0][0x3]c[0xed]c[0xf8]u[0xc]'=[0xf8][0x86][0xea]O[0x11][0x8f][0x92][0x16]n[0x18][0xa1][0xb2][0x8e][0xc6]'[0xc9][0xc3]t[0x84][0xe6]a[0xe2]et[0xa4][0xbe][0xce][0xfa][0xa6][0x86][0xa6][0x11][0xd2]G[0xc8][0xe8]=z[0xf6][0xa7][0x8f][0xe3]H[0x19]}[0x1c][0xe3][0x12]20v[0x83][0xc9]U[0x98][0xed][0xa4]J[0x8a][0xd0],[0xea][0xa1] [0xed][0xa6][0x6][0xea][0xa5]f[0xda][0x3]FD[0xf5][0xa0][0x8]R[0x5][0xdd][\r]![0xca][0xe4]B[0xfa][0x4]}[0x12]_[0x83]j[0xe8][0x1e][0xba][0x17]BU[0x82][0xd7]}t?[0x4]{[0x0][0xeb][0xd3]I;[0x8b][0xa5]2[0x9d][0x1e][0xd4][0xe9]![0x9d][0x1e]&[0x1c]Di[0xca][0xb4][0x80][0xca][0xe9]Q:[0x8a][0x19]t[0xe0][0x1c][0x18]z[0xb1][0xf3][0xe8]([0x95][0x1f][0xa1]-[0xa7][0xc9][0xbf][0xf7][0x14]U[0x4][0xcc][0x11][0xaa][0xab][0xbc][0xe4].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd0][0xe7][0xd4][0x89]{[0xb0][0xfb]y:[0xee][0x9a][0xc5] [0xed][0x15][0xda][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb5]c[0xf5]qX@y[0x11][0xff][0x15]g}[0xd8]}NY[0xe0][0x16][0xc1]6|[0xbe][0x19][0x1c][0xac][0xd5][0xaa]`[0xd6]p[0x1e]n[0x8d].n#[0xb4][0xe8][0x8][0xf9][0x80]_[0x81]Gp"ro[0xb5][0xd7]%[0xf4][0x1e][0xf],VW,q~[0xe1][0xa4][0xb2][0xe1]21U8[0xb0][0x14][0x16][0xec]h|[0x8e]|[0x81][0x8b][0x1c][[0xc3][0x1e][0x17]w6:[0xc6][0xbe][0xb0][0x89][0xf6]#[0x8c][0x8]![0xe4][0x3] [0x15][0x8][0x9b][0xc5][0x8][0x9c][0x15]Py#v[0xb7][0x0][0xfc]0[0xbc][0xb8][0xb][0x10]E[0xe1][0xc1][0x9]xo[0x1e] [0x1d][0xa2][0x87][0xe8]&[0xb8][0xea]-[0x80][0xf7][0xbd][0x80][0xf3]N[0xc0]w[0x17][0x0][0xbc][0x1b][0x80][0xdd]K'A[0xf1][0x4][0xc0][0x1e][0xc1][0xca]):AO[0xe2][0xd7]S[0xf4]4[0x9d]V[0xa6]L[0xe3][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x98][0xe6][0x98][0x82]^[0x9c][0xe2]S[0xca]X+[0x10]Q[0x8e][0xb1]6[0xd2][0xe][0x9c][0x12]c%h>[0xb8]=[0x6][0xd7][0xbf][0x8b][0x16][0xba]'[0xee][0xa6]9[0xf4][0x5]u[0xe2][0xb1][0xa2][0xf1]a[0x16][0xd7][0xa8]O[0x14][0x8d][0xfa][0xf4]8[0xa3][0xae]$[0xdf]Y[0xa8][0xe1][0xd5][0xe9][0x89][0x92]#D[0xaf]R-[0xbe][0x95]gA[0xc7]X#z[0x8d]f;[0xdb]/[0xc1][0xcb][0xc6][0xa2][0xd1]/[0xf]Y'[0x1a]!\[0x99][0xf2][0xa4]f[0x18]l[0x19]<[0xa1][0x6]2[0x5]j;[0x4]d`;[0xbf]S@n[0x12][0x90][0x8f]R[0xe5][0x18][0xe2][0x8f][0xe3][0xb4]D[0xf8]R[0xaa][0x1b][0x97]X[0xbe][0x2]8[0xbe]JS[0xf0]l[0x9a][0x8d]wr[0x90][0x9e][0x7][0xc5]st[0x11][0x1e][0xf0]M[0xf4][0x82][0x82]l[0x5][0x0][0x98][0xe2]*[0xa6][0x81][0xca]Q[0xac][0xc]4[0xe5][0x0][0xf7])[0xac]A[0x16][0x5]#[0xa9][0x99][0x80][0xc2][0xae]/[0x97][0x5]7[0xeb]t[0xba][0x1c][0xf2][0xe3][0xa9][0xed][0xca][0x9f][0xc4]Y[0x1][0xed][0xa2][0xfa][0xb2][0x11][0xaa]_?o[0x94][0x1a][0xd6][0xbb]~8o[0x84][0x1a][0xeb][0xe1][0x9d]M[0xae]37[0x1e]W[0xb9]U[0xa4][\r]([0x9d][0xbf][0x7]G[0xf9]>$[0xfe][0x1][0xa4][0xff][0x17]%][0xd0][0xe1][0xe5][0x1a][0xc0][0x7]C=Mgp[0xd3][0x12][0x9c]s[0xe2][0xb0]\[0x1e][0xfc]n6>[0xe]]D[0xde][0xcd]*[0x8e]*G[0xa9]9[0xdc][0x0][0x8]u[0xc7][0x9d][0xf1];[0xe4][0xfe][0xe]\2J[0x97][0x86][0x5][0xbd][0xfa]B[0x8c],[0x1f][0x8b][0x91]St[0xd9][0x98][0xb];8[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w[0xff][0x1a]z[0xfe][0x6]v[0xfb][0x1d][0x12][0xf4][0xef][0xe1][0xd8][0x80]tF>[0xf8]K1A[0xfb]A[0xe5]$[0xe3][0xb9][0xc5][0x99][0xe4][0xa9]cJ[0xfa]ep[0xb8][0xaf]([0xf7]y@Y^[0xab][0x9a]:.#?[0x3]K9[0x18].QZ[0x10][0xf9]O[0xd0][0x8a][0x13][0xb4]r[0x84]V[0x1d][0xc3]/V[0xf2][0xf8][0x14][0xcf][0xd7]@[0xff][0xb5]"[0xfd]Z[0x85][0x12]Q[0x95][0x6][0xea][0xc0][0xea][0x11]Zs[0x1f]y=[0xc7][0xca][0x8e][0x15][0xf1][0x9d]"[0x14][0xf0]A[0x93][0xcb]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W([0x9][0xca][0x88][0xa7][0x80][0xcd][0xd7][0x8b]lV[0xba]l[0x2][0x8a][0xcd]Z[0xc5]F[0xf7][0x1c]%O[0x9]#u=[0xcf]T[0xc][0x0]v[0xd5]&tc[0xf4][0xec]$,[0xd6]][0x80][0xc5][0xa2][0xf1],[0x9e][0x9b][0x84][0xc5][0xe5][0x17]`Q7[0x9e][0xc5]7[0xe0][0xdd][0x8e][0x1f][0xbc][0x1d],[0x4][0xc1]:[0xe5][0x7]:[0xfc][0xc0][0xf1][0x0][0xcc]B[0xc8]X;$[0x98]P[0xb0][0xe7]+[0xf]h[0x18][0x97][0xb1][0x16]"[0xee][0x89][0xd7][0x90][0x8f][0xd7][0x91][0x9f]7P[0x15]_A3[0xb8][0x85]f[0xf3]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xab]2[0xf5],[0x15](N[0xc8][0x88][0x8b]:!S4[0xab][0xbf]|[0x9c]Y_[0xa0][0x17]][0xb1]>[0xe4][0x8a]u[0xd9]([0xad]W[0xc2]l([0x8a][0xb5][0xf1]xA[0xd4]+[0xfe][0x8e][0x80][0xcb][0xc0][0x92][0xf8]*[0x8][0x18][0x81][0x80][0xbb]![0xe0][0x1e][0x8]x[\r][0xcd][0xe5]ki!_G[0x8b][0xd9][0xa2]z[0xee]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xb8](h[0xfd]8A[0xbd]T[0xe6]//[0x1f][0x97][0x84][0xbe][0x9]I[0x1d][0x1b][0xdc][0xec][0xda][0xa0][0x85]O[0xd0][0xa6]GH[0xc7]x\[0x99][0xa3][0x5][0xe6][0xb8][0x9f][0xe6][0xa9][0xf9]f5[0x9f][0xaa][0xe6][0xad][0xca]Lf`[0xcb]I[0xda]$[0xc4][0x81]6wR4[0x99]#w[0x9a]t[0xce]P[0x5][0xe7]i[0x1][0xf]S[0x1d][0x1f][0xa4][0x10][0x1f][0xa6][0x15]|[0x3][0xad][0xe1][0xb7][0xd1][0x6][0xbe][0xb1] [[0xc5]R[0x3][0x12]}[0xab][0x88]]TI[0x89]TP"[0x91][0xef]K[0xe4][0xdb][[0x16][0xd8][0x1a][0xd9][0xeb][0x9]l[0x8b][0xec][0xf5][0x6][0xb6]Gv[0xa0]d[0xb5][0x1f]/[0x82][0xa5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdf][0x8e]K[0xef][0xc0][0xa5][0x1f][0xa0]E[0xfc]A[0x5][0x8c][0x9]^[0x8b]p[0xcd]?[0xd0]?[0xe2][0x97][0x1b][0xc][0x15][0xe3][0xc0][0xf8]v[0xf1][0xea]7[0xb9]W/*[0xb9][0xda][0xeb]\}[0xa5]\[0xbd]c[0xe2][[0xe1][0xb5][0xfc][0x0]n}[0x8][0xa6]y[0xb8]x[0xeb][0xdc][0xb][0xdf][0xfa][0x1d][0xfa][0xae][0xdb][0x95][\r][0xb8]]Y[0x96][0xc3][0xdc][0x1][0xfe][0xe1]p[0xc3](ut4[0x8e]R'[0xd2]TW/Z[0x80][0xee][0x86]gI[0xc7][0x8f][0xab][0xb0][0xb8][0xf3]([0xd5][0x8e][0xd5][0x86][0xb1][0x19][0xba][0xa9][0x12][0xa2]j[0xcf][0x99]B[0xbe][0xdb]5[0xd6][0xde][0xf5][0x14][[0x3]uh[0xf7][0x19][0xd5][0xd4][0xce][0x83][0xc3]D[0xd4]w[0x5][0x8a][0x8a]|7*'[0xda][0xa4][0xbe][0x8e][0xa6][0xbb]i&D=A[0x1a][0x9f]D[0xc7];B[0xe5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe9]e[0x94][0x2][0xfc]$"[0xe6])[0x9a][0xc7][0xcf][0x2][0xb6]o[0xd0]R~[0x81]j[0xf8]E8[0xe6][0x17][0xa9][0x81][0x9f][0x86][0xc1][0xbf]L+[0xf9][0x19][0xda][0x88][0xfd]-[0xd8][0xdf][0x8e][0xfd]0[0xf6][0xbb][0xf8][0x9b][0xb4][0x9f][0xbf][0xa5][0xd0][0xda][0x88](o[0x80][0xd3][0xfc][0x13][0xfd]3n[[0xa9]fO)[0xbf][0xcc][0xba][0x8]jh[0xec][0xbe][0x87][0x82][0x81][0x97][0x17]Z[0xbd][0x1f][0xa0]dh[0xe8]8[0xca][0x95][0xbb][0x97])|[0x17][0x93][0xef]5Z[0xaa][0xd3][0xbf][0xea][0xf4][0xc3][0xad]:[0xfd][0xa8][0x1d][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xff]M[0xd2]'>/[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xfc]e[0xcf][0xb5][0xf4][0x8f][0xdc][0xda][0xdb][0x83]"[0xd1][0x1b][0xe6][0x86]G[0xa8][0xa3]AaTs[0x84].o[0xa8]B:[0xdb][0xb3]a[0xbe]v?-)[0x80][0xb8][0xb7][0xb4]9[0x1b][0xc3][0xaf]a[0xbe][0xe7]:[0x94]9[0x84][0xc0]Q[0xaa]P[0xbc][0x8e][0x9e][0xfd][0xc2]X[0xcf][0xdf][0x8c][0x12]G[0xfc]C<[\r]~[0x84][0x10][0xfe]1[0xc2][0xf7]'@[0xea]g[0xc8]/[0xbf][0xa0]U[0xfc]K[0xba][0x82]M[0xed][0xfc][0x1b] [0xf2];[0xda][0xc5][0xbf]/[0x96][0x97]UE[0xdd][0xe6][0xd1][0xa5][0xf4][0x1f][0xf4][0x9f]*[0x9b][0xf4]([0xcd]%h[0xba][0xe9]'[0xc5][0xf2]RE[0x9e]WUG[0xf2]*[0xad][0xe5][0x97][0xc9][0xd4][0x8b]nV[0x7][0x95]ZL[0x95][0x1f][0xc7][0x9a]`[0xba][0xe2]4][\r][0x95]x[0xc7](][0x83]"9J[0xfb]6[0x94][0xcd][0xbf][0x8f][0x16][0x8a]N[0x5]m[0xaf][0x85][0x9e][0xf3]G[0xe8]M[0xaa]D[0xee]>S?[0xe6][0xf1]R[0xee][0x8][0xd7][0x18][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0xcc]k[0xc8][0xdd]D[0xb3]5[0x8d][0x96]k[0xde]b[0x19]7[0xa8]Q[0x95]D[0x89][0x83]Z[0xfa][0x99][0x92]4[0x80]R[0xf7]s[0xa5][0xc7][0x3]N|[0xbc]N[0xcb][0xd5]s[0xe5][0x9][0x1e][0x17][0x16][0xbf]([0x6][0xe3]I7[0x87][0xee][0x92]N4[0xf0]f4[0xb2];[0xea]U[0x1b];[0xb][0x9f][0xeb][0x8e][0xd0]T|[0xac]#d[0xe0][0xd3]w\[0xd1]D/L[0x13][0xe8]/$[0xd9][0xdd][0xe7][0x14]}-@~m[0x6]-[0xd2]f[0xd1]EZ55ks[0xa9]U[0x9b]O[0xdb][0xb5][0x85][0xb4]C[TL[0xb0]~[0xba][0x92]~[0x89][0xa6][0x88][0xd0]Y[0x96][0xbb][0xfd][0xa1]hSN[0xda][0xab]t[0x11][0xfa][0xbf][0xa5][0xe3]T[0xf9]U[0x11][0xfa][0xef][0xbb][0x11][0xbe][0xa3][0x0][0xfd]i[0xb2][0xf7][0xa2][0x14][0x9c][0xa2][0x81]pC`p[0x84][0x86]z[0x11][0xb7][0xb1][0x8e]F[0xb1][0xc6][0xc6][0xb2][0x5][0xf7][0x8d][0xf9][0xdd]~Xb[0x81]c[0x89]u[0x1e][0x11][0xbf][0xda]s[0x8e]ET[0xba][0xd5][0x1a][0xc9][0xd0][0x9a]i[0xba][0x16][0xa2][0xb9][0xda]%[0xd0]d9][0xac]]F[0xf5][0xda]J[0xba]B[E[0xed][0xda][0xda]b[0xb]x[0x5]D[0x13][0xd9]=[0xd0][0xbc][0xd5][0xb5][0xd3]tZC[0xff][0x85][0xb6]Gre[0xa3][0xb2][0x98]F[0x17][0x83][0xb3]X[0xac][0xcc]}e[0xf2]Y[0xbc]e<[0xca]f[0xbf]Qf[0xa3]q[0xda][0xfe][0x16][0xdd][0x92][0xf3][0xc6][0x99][0x89]#[0xf2][0xc6][0x89]IXLE[0xf2]w[0x12][0xb9]F[0xd2][0xce][0xc][0xfa]+[0xfd][0xf][0xd8]OAZ[0xfb]_[0xfa]?[0xd5][0x1c]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88]2\[0xfd]7z[0xc9][0xad]h[0xb7][0xe1][0x1c][0x9a]+[0x1a][0xe6][0xe][0xee][0xac][0x8a][0xae][0xf2]xT[0x11][0xad][0x8f][0xc8]S[0x14][0x5][0xae][0xb3]I[0x15]8[0x94][0xb9][0x1b][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x15][0xae][0xe9]Y[0xaa][0xc4][0x8f][0xab][0xf0][0xff]-[0xab][0x8]w[0xfa]0uj[0x1f][0xa1]n[0xed]c[0xb4][0xf]4}[0xa0][0x19][0x0]M[0x1c]4i[0xd0]d[0xb5][0x7][0x15][0x8e];q[0x0]8J1[0xf3][0xc2][0xe4][0xa6]*u[0x92][0xc6]MU[0xea]$7[0xc][0xab][0xb0]#5s[0x1c]J[0xa3][0x9c][[0xea]<[0x94]Q6[0x90][0xd4][0x9a]TA[0xe9]QN[0xb6][0x84]|[0xaf][0xd3]ZT<[0xd4]=[0x96][0xaa][0xd7][0x81][0xaa][0xd7][0xa1][0xaa][0xde][0xd4][0xb1][0xaa][0xf7]2[0xaa][0x9e][0xe3][0x12]i[0xd7][0xd9][0x2]\[0x8f][0xee][0x6]~[0xd1]}[0x94][0xc][0xf9]C[0xd6][0x8d][0xce][0xab][0xb2][0x1c][0xf2][0xd4][0x95]&z[\r][0xef],t}[0xe5][0xda]([0x99][0xda][0x13]T[0xa9][0x9d]BH=Yt[0xc6]J[0xc8]!/GV>[0xe4][0x4][0x84][0xfb]^,[0x97][0xf7][0xa2][0xd8][0xe1][0x15][0xfa][0xa8]{[0xfb][0xf3][0xee][[0xe7][0xb0]z[0x93][0x9d]D/[0xf9]v[0xf5][0x9d]r[0x9a][0xde][0x81]T[0xf0][0xce][0x93]h[0x16]T/[0xb9]"[0xf0][0xae][0x11][0xba][0xa9]W&7[0x17]&[0xef].Ln)L[0xde]S[0x98][0xdc]Z[0x98][0xbc][0xb7]0[0xb9][0xad]0y_a[0xb2]Z&[0x92]'[0x9c][0xa7][0xd5]F[0xe0]Cx[0x18][0x1b][0xb4][0x1c][0x91][0xba][0x2][0xca][0xae][0xc5]{`[0x3][0xd5]`[0xe7][0x12]d[0xc8][0xb5]p[0x94][0xcd][0xd4][0x82]<[0xbf][0x19]1[0xdf]J[0xd7][0xd2][0x16][0x1a][0xa0]6[0xf4][0x1e][[0xe9][0x10]m[0x3][0x97]WU[0xf0][0xbc][0xf6][0xff]PK[0x7][0x8][0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/util/environment/EnvironmentException.class[0x95]SkO[0xd3]`[0x14]~[0xde][0xdd]ZF[0x91]1[0x90][0xab]JQ[0x84][0xd1][0x1][0x95][0xab][0x17][0x88][0x89]"[0xfb]4[0xbc][\r]I[0xf0][0xb])]3[0x8a][[0xbb]t[0x1d][0xf2][0x3][0x8c]1[0xf1][0xab][0xbf][0xc1][0xcf][0x98][0x8]$[0x9a][0xf8][0x3][0xfc]M[0xc6]x[0xde][0xb6][0x1b][0x15][0x8a][0x89][0x1f]v[0xce][0xfb][0xbe][0xe7][0x9c][0xe7]<[0xe7]9[0xeb][0xcf][0xdf][0xdf]~[0x0]X[0xc0]j[0x1a]W[0xa0]t[0xa0][0xb]yn[0xa6][0xf9]u[0x86][0x9b]Y[0x1]j[0x1a])("[0xee]p?'b[0x9e][0xfb][0x5][0x11][0x8b][0x2][0x96][0x4],3[0xa4]k;[0x7][0x9a]cj[0xbb]U[0x83]![[0xdc][0xd7][0xe]4[0xb5][0xaa]Y[0x15][0xb5][0xe4]:[0xa6]UYa[0x10]j;[0xba][0xd6]lP[0xf8]j([0xbc][0xb9][0xe7][0xd8]oy[0x15]e[0xa4]VM[0xcb]t[0x1f]2[0xc][0xe6]"3[0xa6][0xb6][0x18][0x12]kv[0x99] [0xba][0x8b][0xa6]e*y[0x1e]K*_[0x11];j[0x83][0xa7][0xbc]G[0xcb][0x3][0x94][0xfc][0x84][0x0][0x90][0xe1]&nE[0x14][0xc7][0xcf][0x17][0x1f]F[0x16][0x8f][0xb7];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6]T ![0x93]E[0x96][0xff][0x8c][0xd1][0xef]Hm[0x9f]B[0xc8][0x8a]'[0xe8][0xe0]|[0xc8]e[0xd3]dN[0xd0]y[0x14][0x15][0x93][0xc8][0xe4][0x83]8![0xc5]C[0xba][0xbc][0xa3][0x9e][0xef]I[0x97][0xf][0x98][0xc0][0xc7][0xd0]r[0xb][0x1][0x93]$[0xad][0xff][0xb6][0xa7][0xcb][0x4][0xdd]D[0xb0]_[0x98][0x10]0I[0xf7][0x9c]7[0xc7][0xd4][0x1f]PK[0x7][0x8]D[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/i18n/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/i18n/ResourceManager.class[0xa5]WkW[0x1b][0xd7][0x15][0xdd][0x17]I[0x8c][0x90][0x7][0x1b]c[0xc][0x16][0xc6]O[0xc0][0x5][0x81] [0x8e][0xdd][0xd4][0x6]L[0x83]1[0xa9]I[0xc4][0xa3][0xc8]6[0xc5]MC[0x7]1[0x6][0x81][0x90][0xa8]$[0xe2]G[0xf3][0xea][0xbb][0xa9][0xd3][0xf4][0xfd]H[0x93][0xa6]i[0x9a][0xe0][0xa6]Ol[0xb7][0x82][0x86][0xb5][0xea],[0xf3][0xad][0x1f][0xfa][0xb][0xfa][0xf][0xfa][0x7][0xda][0xac][0xd4]t[0xdf];#1 [0x1]i[0xb3][0xb4][0xd6][0x9d];[0xe7][0x9e]{[0xce]>[0xe7][0xec]{[0xee][0xe8]o[0xf][0xde][0xfd]+[0x80][0x13]X[0xf6][0xa1][0x9]S>[0xb8]0[0xad]!&[0x9f]3[0x1a][0xe2]>x[0x90][0x90]/[0xb3][0x1a][0xbe][0xe0][0x83]Wjx[0x91][0xf4]"[0xe5]C[0x1a]s[0xf2][0xe5]i9\[0x95][0x8a][0xd7]J[0xa8]x[0xdd][0x87][0x1b][0xf8][0xa2][0x9c]=[0xe3]C#[0x9e][0xd5][0xf0][0x9c][0xf][0x15]x^[0xbe][0xbc] [0x87]/[0xc9][0xd7]/{[0xf1][0x15]i[0xf6][0xab]r[0xf8][0x9a][0xf]_[0xc7]7[0xe4][0xec][0x9b]rxQ[0xbe]~K[0xe]7[0xbd]x[0xc9][0x87]o[0xe3]e/[0xbe]#[0x9f][0xdf][0xf5][0xe1]{[0xb8][0xa9][0xe1][0xfb]^[0xfc][0xc0][0x87]c[0xf8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa1][0x86][0x1f]I[0x93]S[0x1a]~,P[0xd9][0x1d][0xea][0xe9][0x1a][0x1a][0xed][0xee][0xea]>[0xdf]3:[0xd8]3[0xd4][0xd7][0x1b][0xe][0xf7][0xe][0xf4][0xb][0x1c][0x8]M[0x19]O[0x1b][0xad]1#>[0xd1]:4[0x17]OGg[0xcc]A39[0x13]M[0xa5][0xa2][0x89]x[0xbb]@[0xc9]POx[0xe0][0xe2]PwOX`[0x8f][0xa5];[0x97][0x8e][0xc6]Z[0xcf][0x1b][0xa9][0xc9]>cVj[0x84][0xa3][0x13]q#=[0x97]4[0x5][0xcc]|[0x8d][0xe][0x87][0x83]p:[0x19][0x8d]O[0xb4];$I[0xf3]J[0xeb][0xb0]iL[0xf][0x99]W[0xcc][0xa4][0x19][0x8f][0x98][0x1d][0xa1]Dr[0xa2]51[0x9b]:9e[0x99][0x89][0x1e]?[0x15]o[0x1d]2S[0x89][0xb9]d[0xc4]L[0xb5]w[0xf2]'P[0xdc][0x11][0x8d]G[0xd3][0x9d][0x2][0xae][0x86][0xc6]K[0x2][0xee][0xee][0xc4]8[0xbd][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "E[0xe3]f[0xff][0xdc][0xcc][0x98][0x99][0xbc]`[0x8c][0xc5]()[0xf]%"F[0xec][0x92][0x91][0x8c][0xca]w[[0xe8]NOFS[0x2][0xf5][z[0xea]3[0xe2][0xc6][0x84][0x99][0xa4][0xaf][0xb2][0x9]3}[0xd6]H[0x99]9[0xc][0x2]'[0x1a][0xf2][0x83]j[0xdc][0x6][0xb8][0x80]w[0x8c]V[0xfa][0x8d][0x19][0x85]+o[0xbf][0xc0][0xe3][0x5][0xac]:$[0xdd]1#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "%[0x8c]q[0xa2][0xda][0xde]YIr[\r][0xee][0xa1]m[0xb5]wD[0xd6][0x8c][0xb]Tm[0xe2]U[0xa0]4[0x9c]6"[0xd3][0xac][0xaa]J%[0x99][0xc5]c[0xa0][0xe1]'[0x1a]~[0xaa][0xe1][0x15][0x81]'7[0x8d]@[0xb9]U[0xc5]0[0xff][0xff][0x98][0x8a]c[0xca]@.}N[0xa3][0x1a]~Fy$f[0x1a][0xc9][0xec][0x96]n#2Ie_[0xcf][0xb5][0x88]9[0x9b]&[0x9d]S[0x1a]^[0x15][0xd8]=;[0x97]VK[0xe3]YE[0x81][0x93][0x85][0x80]o[\r]G[0xf2][0xce]E[0xfa][0xae]?By|&[0xec][0xca][0xf5]$[0xbc]>[0x9b]%b[0xe7]G;[0x8][0xc][0x85][0xd4][0xdc][0x18]J[0xe9]U[0xa7][0x15]v[0x18][0x1][0x9d]j[0xe][0xf6][0xba][0xe3][0x8a][0x83]{([0x1d]d5Is[0xc7][0xe2][0xc3][\r][0x1b][0xcb][0xf3]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3]!}n[0xdc] [0x9e][0xbc][0xbd][0x2][0xe7][0xf2][\r][0xe6]Wo{[0x17]*T[0xb9][0xdb][0x81]u[0x81][0x8][0xce][0xe6][0xce]X}[0xa1]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c];[0xd7][0xec][0xf4]D[0xae][0xb7][0xa9]%[0xdb]&9[0xf5][0x9a][0x86][0x9f][0xb][0xf8][0xf3]|[0xaf]y[0xf1]vDbv/[0xf2][0x85][0xd5][0xe2]cQY[0xdb][0x8a][\r][0x8d][0xa4]E[0x9a][0xd7][0xf1]0N[0xe8]8[0x8d]3[0x2][0xb5][0x1f][0xa2][0xfb][0xe8][0xb8][0x88]6[0x12]l[0xcb][0xe4]H[0xa3][0xaf][0xeb][0x18][0xc0] O[0xee][0xc6][0xf8][0xce][0xce]Ec[0xe3][0xd2][0xd0]/[0xf0][0x86][0x80][0x18][0xe5]1[0xd1][0xf1]K[0xbc])[0x5][0xbf][0xd2][0xf1][0x16][0xde][0x96][0xdb][0xe7]u4#[0xa8][0xe1][0x96][0x8e]_[0xe3][0x1d][0x1d]-h[0xd5][0xf1][0x1b][0x9c]`[0x8a][0xb7]`[0xa8][0xdc][0xf9][[0x1d][0xbf][0xc3][0xef]u[0xfc][0x1][0x94][0xc3][0x2][0xb3][0xd0][0xe2]@v[0x1a]m:>[0xf][0x83]i[0xd4]q[0x1b]w[0xa4][0xe4][0xbc][0x8e]+`*[0xee][0xe2]O:[0xfe][0x8c][0xb7][0x9][0xab][0x85]=DG[0x6][0x8b][0xf2][0xbe]Y[0xdb][0xbd][0x84][0xbf][0xb0][0x4][0xeb]@[0xe4]]Q[0x8c]Y[0xa6][0xa3]E[0x9d][0xfc][0xee][0xc4][0xcc]l[0xcc]L['_[0xc2]{[0x97][0xc4][0xc9][0xbb][0x91][0xd8][0xd2][0xd7][0xc][0xe][0x8c]M[0x99][0x91][0xf4]:[0x91][0x95]9[0x81][0xbd][0x5][0xfb][0x14][0xa9][0xb2]&[0xbf]0[0x99]L\[0xb5][0xe]s[0xd9]FR[0xaf][0xc3][0x1d]6#s[0xc9]h[0xfa]z[0xae][0x17]e[0x81]9[0x9][0xc7][0x1b]l[0x83]K[0x81][0xe6][0xff][0xe1]R`G*6fg[0xcd][0xf8][0xb8]@[0xb0][0xe0][0x15][0xb5][0x9]=[0xe4][0xe5]4[0xc9][0xe4]X[0xd7]([0xef][0xd4]^[0x81][0x9a][0x86][0xde]-[0xf5][0xd3][0x89]l[0x9e]*[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xab][0xce][0x8f]t[0x19]0[0x96][0x83]j)eg[0xae][0xb5]+BR[0xa4][0xba][0x13][0xf1]t2[0x11][0x8b][0xc9]B[0xec]b[0x95]#[0xd3]N.[0x1c][0xb0]}[0xe6]69[0xbe]e[0xa4]I[0x8f][0xa2][0x9]K[0xeb][0xc4]fQ[0xc0]j[0xe8][0xbc][0x1b][0x4]N[0x15]X-[0xa0][0x9f]/[0xa2][0x1][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81]c[0x85][0xcc][0x17]R_[0x9f][0xba][0x9c]xg[0xb6][0xe1]d)[0xe7]_[0xa7][0xb7][0xfe]N[0xf6][0xad]uA[0x19]Xc[0x81]F&[0xa0]Q[0xc9]jX;[0xb8]9[0xdd][0x1b][0x1f]7[0xaf][\r]\[0xd9][0x90][0x88],MX[0xfd][0x92][0xd4][0xdc]X[0xca][0xae]oeCo[0x1]*[0xb4]o[0xb2][0xf9][0x12][0x8e][0xf3];[0xb5][0x89][0xdf][0xcd]E[0xa8][0x96]m[0x85][0xb3]j[0xd9]Q [0xf0][0x90][0x92][0x1e][0xc7].[0x8e][0xec][0x84][0x94][0x9c]T[0xdf][0xd7]l[0x1]|z[0x2][0x8b][0x10][0xb7][0x95][0xca][0xc7]9[0xfa][0xf8][0x4][0x95][0xdd]T}[0x84]3[0xdd]R[0xc2]'p[0x8a][0xcf][0x12][0xd9][l[0x3][0xf]QS[0xae][0x15][0x7][0xc4][0x12][0x8a][0x16]r[0x16][0x8a][0x95][0xf4][0x8c]cw1[0xda][0xd1]a[0xef]>c[0xef][0xbe]K[0xf][0x1e]>[0x1b][0xcb]]#}[0xf7][0x3]Kp[0xf7][0x8b][0xe0]<[0xca][0x97][0xe1][0x19][0x9]4-[0xa2][0xb8]?[0x10]\[0x82][0x16]l^Yhs7[0xaf][0xf8][0xdd][0xf7]h[0xde][0x83]#8[0xca]MG[0xf9][0xa5]-[0x9f].[0xe5][0xf0] 4[0x8e][0x8f]s5D[0xf8]}[0x8c]s[0x0]~[0xc]R[0x1e][0xa6][0xd6][0x5][0x5][0xe4]0u}[0xd8][0x87]N|[0x92]3[0xba][0xb5]![0xc9][0xd9][0xa3][0xe8]"[0xa8][0xb3][0xca]R[0xd1]pPC[0xb7][0x86]s[0xab][0xd4]si[0xe8][0xd1][0xf0][0x18][0x5][0x10][0x1a]>[0xa5][0x2]8o[0x7][0xf0]/[0xfa]+[0xe6][0xd3]`[0x0][0xfd][0xf7][0x97][0xe1][0x1d]YDI [0x3]_[0xf9][0xe][0xe]M[0x19][0xe8][0x19][0x94]f[0xb0][0x93][0x91][0xb5][0xb9][0x85][0xdf]=[0x8f][0x16]+[0xb6][0xe6]E[0xec]jso[0xbe][0xc1][0xef]f[0xdc]~w[0x90][0x81]{[0x82]+~[0x8f][0x15][0xf8][0x8].[0xd3][0xd9]e<[0xa5][0x9e][0xce][0xc0][0xc7][0xb8]:[0x8e]:[0x98][0x8]`[0x82][0xc1]N[0xf2][0xfa][0x9a][0xa2][0xd6][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "<[0xc0]<[0xd7]q&[0x3]wK[0xb8][0xb9][0xc0][\r][0xf4]2iB[0xcd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xc8][0x14]\[0xcc][0xa6][0xc0][\r][0xb7]J[0xc1][0x13][0xeb][0xb3][0x10]"{[0x8a]T[0x16]b|J[0xc2][0xd4]0[0xb]O[0xdc][0xbf][0x83][0xb2]%[0xec][0xbe][0x83][0xf2][0xc][0xf6][0x4]Vn[0xc1][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xac]4[0xdd][0xbb][0xad][0x2][0xd8][0x83]J[0xea]U[0xb2]2[0x95]9[0xaa]T*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdc][0xe0][0xf8][0xc]v[0xe0]Y[0xec][0xc6]s[0xd8][0x8f][0xe7][0x15][0x90]r[0x14][0xad]RAd[0xdd][0xbe]O0}[0x94][0xbb][0x9][0xb9][0x9f][0xb5][0xe4][0xcd]kW[0xe2][0xe][0xd3]![0xed][0xd4])*-[0xa3]b[0x84][0xfc][0xd9][0xdb]O[0x18][0x81]`[0x6][0x95][0xc3][0xcd]D[0xe2][0xb3]Ida[0xf1][0xa3]Fb&+j[0x94][0xc5]5,/r[0xbc][0x89][0x9d]x[0x9]U[0xfc]wW[0x8b][0x97]s[0xec][0xd9][0xc9][0xb8]?[0x8d]![0xc5][0x9e][0xba]\[0x12][0xeb]Tb[0x5][0x99]f[0x91][0xdd][0xd2][0xba]@-[0x19][0xc3]>[0x19]C[0x8d]M[0xa3]sk[0x91][0x14][0x13][0xff][0xc5][0xdc]Az[0x87][0x98]di[0x1a][0x88]?t_[0xc2][0xce][0xa0][0xea]=T[0xf4][0x89][0xe6]yh[0xa2]ie[0xa1]9[0x83]}[0xef][0xc1][0xc3]Y[0xd3]J[0xf0][0x9e][0x8a]w[0x1f][0xd1][0x81][0x91][0x1c]U[0xcf]Z[0x9e][0x88][0xda][0x1c]1[0xaa][0x15]3_[0xa1][0xd6][0xab]([0xc3]k[0xd8][0x8b][0xd7][0xa9][0xf9]&5[0xde]R[0xf1]T[0xd2]c[0x19]+r[0x89][0xf1][0xc8][0xea]5[0xd8][0xf1]H[0xcc][0xfb]%[0x1][0xfc][0x8a][0x0][0xc3][0xab][0x8c][0xa6]H[0x81][0xcf][0x95][0xfe]39[0xd8]][0xf6][0xf9][0xaf]rR[0xd9][0xcf]A[0x91][0xbe]zcC[0xb8][0xed]h[0x8]U[0xa4][0xb3][0xd5][0x10].[0xe3][0xb3][0xb6][0xb9]Gls:{[0xc1]~[0xda][0xaa])[0xd0]T[0xee]9l[0xe8]x[0x12][0x9f][0xb3]m<[0x95][0x83][0xe4]R[0xf1][0x94]J[0x1b]M[0x96][0x91][0x3][0x1b][0x8d][0xfc]=[0x97][0x2]*[0xda]F[0xe4][0xcc]:[\r]%[0x18]-[0x8][0xe9][0xe0]&[0x90][0xfe]Q[0x10][0xd2]hAH[0x7]7[0x83][0xf4][0xcf]m [0xf1][[0xce]2'd+[0x96]\[0x19][0xa1][0xa5]C![0xd1]4[0x8f][0xd3][0x9c][0x1d][0xee]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96][0x1f][0xc9][0xe0][0xe8][0x1b]()[0xaf][0xed][0xbb][0x85]#vM[0x82].K[0x9e]A[0x9d][0xa3]:T[0xa8][0xb6][0x15][0xd8]v[0xea][0x9d]+[0xcd][0xb]9[0x12][0x1d][0xa3]c[0xe0][0xdf]t[0xf8][0x1][0xe9][0xfa][0x80]mu[0x15]~[0xc1][0xff][0xb5][0xc2][0xc3]/i[\r][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x86]E[0xa9][0x82][0xde][0xc9]@[0xc8]sE[0xa3]"j[0xb6][0xa8][0x2][0xbb][0xd8][0xed][0xb3]2B[0xb6][0x3][0xf3][0xf0]x[0x8c]![0xc2]X[0x86])[0xb7]V%[0xf1][0xea][0xe1]~[0x80]C[0x1a]{[0x19][0x19][0xb7][0x8a][0x3][0xf2][0xd8][0xf0][0x9f][0xd4]8[0xdf][0x80][0xf7]Q[0xf4][0x1]*[0xe5][0xb4]D~[0xc7]nN[0xc1][0xc3]2[0x9a]Z+[0x9a][\r]i[0x16][0xd5][0xeb](h[0xa1][0xf1][0xb2]g[0xae]][0x89].[0x95]x[0x9a];6R[0xfe][0xb1]E4[0xdc]E[0xd9]2[0x1a]i:p[0x17][0xe5][0xf2][0x92][0x14][0x8e]K[0xb2][0x9e][0xa6][0x2][0x94]L*7[0xd1][0xff][0x2]PK[0x7][0x8][0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/util/i18n/Resources.class[0xc5]Y[0xb]|S[0xd7]y[0xff][0x1f]]I[0xf7]J[0xbe][0x6]E`[0x83][0xb0][0x1][0x5]0~H6[0xd8][0xbc][0x8d][0x81][0xf8][0x81][0x13][0x83]m[0x88][0xc5][0xa3]6$ [0xdb][0xd7]FA[0x96][0x1c]INa,I[0x93]6k[0xd3].k[0x9e]KY[0xb3][0x85]&i`[0x1d][0x18][0xe7][0x81]qC[0x9b]4}[0xac]M[0xda]uY[0xdb][0xb5][[0xb6]f[0xeb][0xba]v][0xf7][0xea][0xd6][0xc7][0xd6][0xa4][0x84]~[0xe7][0xde][0xeb]c[0xc9][0xba]R[0xec]-[0xa3]?[0xf8][0xdd]{[0x1e][0xdf][0xf9][0xbe][0xff][0xf7]?[0xdf][0xfd][0xce]w[0xe4]W[0xdf]~[0xe1]E[0x0]kX[0xbf][0x1b][0xdf][0xc1]_[0xb9][0xb1][0x5][0xed][0xc6]&[0xbc].[0xe3]o[0x14][0xfc][0xad][0x1b]v|W[0xc1][0x1b].[0x1a][0xff];[0xfe][0xf8]{[0xfe][0xf8][0x1e][0x17][0xfb][0x7][0x19][0xdf][0xe7][0xef]t[0xe3][0x7][0xf8][0xa1][0x82]r[0xa3][0xb]?[0xe2]#[0xff][0xec][0xc6][0x8f][0xf1]/2[0xfe]U[0xc6][0xbf][0xb9]1[0x1f][0xaf]+[0xf8]w[0xfe][0xfe][0xf][0xfe][0xf8][0x89][0x82][0xff]tC[0xc5]q[0xc9][0x9f][0xf2]5?[0xe3][0x8f][0x9f]+[0xf8][0x5][0x1f][0xf9]o7[0xfe][0x7][0xbf]T[0xf0]&[0xef][0xbc][0xe5][0xc6][0xaf]pY[0xc1][0xdb][0xbc]s[0xc5][0xcd][0xc0][0x98][0xc2]l[0xd4]a[0x92][0x9b][0xd9][0x99]CaN[0xde][0x91][0xdd]4[0xec]R[0x98][0x9b]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d[0xa6][0xba][0xb1][0x8a][0x15][0xf2][0xc7][0x1c][0x99][0xcd]U[0x98][0x87][0x8f]_[0xc3][0xfb]^[0x85][0xcd][0xe3][0x9d][0xf9][0xbc]S$[0xb3]b[0xde]Y[0xc0][0x1f][0xb]e[0xe6][0x93][0xd9]"7[0x1a]X[0x89][0xcc]J[0xdd][0xd8][0xc6][0x16][0xf3][0xc7][0x12][0x1a][0xc1]O[0xf8][0xf0]R[0xde]z]a~[0xde][0xb9]Va[0xcb][0x14][0xb6]\a+x[0xaf]La+[0x89][0x17]V[0xee]f[0x15][0xac][0x92]?[0xaa][0x88][0x14][0x16][0xe0][0x8f] T[0xcb][0xac]F[0xc6]k\f[0x95][0x1b][0xfb][0xd9]j[0x85][0xd5][0xca][0xac][0x8e][0x9a]x[0x9d][0xc1][0x1e][0xda][0xdd][0xd8]I[0xce][0xb5]1[0x14]6[0xc7]c[0xc9]T8[0x96][0xda][0x17][0x8e][0x8e]h[0x12][0xed]L?[0x83][0xb3][0xab][0xb1][0xb3]eW[0x7][0x83][0xb7][0xfd][0x96][0xf0]m[0xe1]U#[0xa9]HtUW8[0xd6][0x1f][0x1f][0xda][0xcc][0xa0][0xc][0x1d][0x8a][0xc6][0xfb][0xc2]Q-s[0xbe]][0x1f]3[0xe6]{Gb[0xfd]|~Q[0xfa]z-[0x19][0x1f]I[0xf4]iM[0xfa][0x1c][0xc9][0xb9]I.[0x9c][0xd4]:[0xc3]CS[0x9a][0xa2][0xe1][0xd8][0xe0][0xaa]P*[0x11][0x89][\r][0x92]D[0xe1][0xd0][0xa1][0xbe]h8[0x99]l[0x8f][0x87][0xfb][0xb5][0x4][0xc3][0x82]4[0xa1][0xe6][0xa9][0x9][0x92]t6Db[0x91][0xd4]V[0x86][0xa2][0x8a]lE[0x95][0xfb][0xc8][0xe5][0xe6]x?[0x99][0x99][0xdb][0x1e][0x89]i[0x9d]#C[0xbd]ZbO[0xb8][0xd7]p[0x81][0xe3][0xde][0x17]NDx[0xdf][0x1c][0xb4][0xa7][0x8e]D[0x92][0xc]K[0xdb][0xe3][0x89][0xc1]U[0xf1][0xe1][0xe4][0xda][[0xc][0x1f]"[0xb5][0x1b]c[0xc2][0x91]$[0xf7]u[0xca][0x83][0xa0][0x85][0xe5][0x1c]x9[0xa0][0x82][0xc][0xcf][0xca]s.N[0xe7][0x96][0xaf]sNr[0xbf]uFK[0xf2] ([0xc][0xa5][0xc2]}G;[0xc2][0xc3][0xba][0xd3][0x14][0x8b]j2'[0x4][0x93]9[0xb6][0x90][0xac]9'[0xa3][0xca]q[0x9b][0xb1]X[0xe6] [0x8f][0xa7]4k[0x84]M[0x95]M[0xa4][0xbf])[0x87]>[0x1a][0x97]b[0x3][0xb4][0xf4][0xda][0xb4]I#0Z[0xe3][0x89][0xa1]pj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xcc][0xd6]Qj1[0xcc]5[0x1f][0x9]'[0xac][0xcd]5W6[0x93][0xb9][0xe6][0x1c][0xe6]h\[0xa1][0xe5][0xa1]#[0xf1]D[0xca]z}[0xa8]2D[0xeb]C9[0xd6][0x87][0x8c]-i[0x8b][0xa5][0xb4]A-[0x7][0x82][0xb6][0xca][0xb6][0x1c][0xab][0xdb][0xc][0xf0][0xed][0xf1][0xd8][0xa0][0xf5][0xd2][0x1d][0x95];[0xc8][0xf8][0x8e][0x1c][0xcb]w[0x18][0xe0][[0xa3][0xf1]p[0xe][0xf0][0xad][0x95][0xad][0xb4][0xbe]5[0xc7]z[0x1a]w[0xd1][0xfa][0x96][0xf8][0x88][0xfe]qY)h[0xa9]l![0x5]-9[0x14][0xb4][0x18][0xf8][[0xc2]|[0xaf][0xd7][0xe6][0x8f]{.[0xb4][0xb9]r[0xfa][0x0][0x83]'{h[0x85][0x95][0xad]l1[0xe7][0x80][0x1e][0x10][0x4][0xdc][0x98]Ki[0xc7]R[0xfa][0x9c][0x11]($a[0x1b][0x9e][0xca]u[0xfa][0xec][0xee]p"[0xa9][0xa5]G[0xd0]\[0xc3][0x83]=[0x11][0x9e])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L_[0x8c][0x1e][0xa7][0xc6]0[0xce][0xb0]27[0xa2][0xcc][0xcc][0xb8]1[0xb2][0xd9][0xd5]{[0x8b][0xd6][0x97][0xb2]^j[0xf]'[0x6]k3[0x13][0xae])n[0xcc][0xd1][0x17]8[0xef][0x80][0xd5][0xe4][0x8e][0x19][0xd9][0x9c][0x5][0x8a]:[0x86][0x83][0xff]K[0x9d][0xb3][0xb0][0xb2][0x86]![0xf6][0xae]Y[0x99][0x85]][0xca][0xa2][0xef][0xfb][0xb4];[0xb]$[0xeb][0x18][0x1e][0xbc][0xaa]Hf[0x81]m=[0xc3]S[0xbf]al[0xb3]@[0xbb][0x81]a[0x93][0x5]Z[0x8b][0xcf][0xc5]R[0x85]<[0x1c]N[0xa5][0xb4][0x4][0x1d][0xa9][0xf6][0xde][0x91][0x81][0x1][0x86][0x85]YRM4[0xae]W4[0xee]!-[0x99]l53[0x8f]/-[0xb7]t[0xd0]xxp*[0xf9]8[0x13]Z[0x92][0xe]TJ[0x9f][0x11][0xca]D[0xc9]^[0xaa]+[0x8d][0xa4][0xd2]d[0x1e][0x97][0xa5][0x15][0xe9]I-[0xab][0xc][0xf3][0x90][0xe8]n[0x3][0xd7]d[0x1a][0x92][0x93]zcz&[0x10]~8[0xe3][0xba][0x93]T[0xce][0xd2][0xc9][0xd0][0xd0][0x17]5k/[0xa9][0x82][0x97][0x15][0xee][0x90][0xae][0xbf]5[0xc2]m[0xcf][0x11][0xc5]R[\r][0xd7]C[0xe5][0x85][0xca][0xd6][0xb3][\r]*[0x6][0x91][0xe4][0x8f]o1,I?[0xa3][0xd1][0xdd][0xf1][0x8][0x1d]r[0x9][0x91]<[0xc9][0xf9][0xc9][0x1a][0xcb]?[0x9c][0x88][0xf]k[0x89][0xd4]q$[0xe9][0x8f][0x91],[0xd7]p[0x84][0xca]B[0xa3]$[0xb2][0x98][0xee]C[0xbf][0x8a]C8[0xac]B[0xc3][0x80][0x8a][0xe3][0xb8][0x9b]a[0xd9];W+*[0xbe][0x86]?[0xa3]c_[0xc5]y[0x8c][0xf1]j01[0xa2][0xa9]l#[0xee]Vq[0xf]>$[0xb3]M*[0xab][0xc7][0x87][0xa8]>|[0x87][0xd2][0x81][0xa0]e[0xef]o$[0xaa]W|K[0xb7][0x1f][0x1b]&[0xe]i[0xc8][0x1f][0xf6][0xf7]R[0x15][0xe3][0xd7][0xab][0x1a][0xef]H[0xca]?[0x18]O[0xf9]U[0xb6][0x99]5[0xa8]l[0xb]#b=\K[\r][0xd7]Rch![0xc7][0xd9]6[0x15][0xf7][0xe1]~[0x95]][0xc7][0x1a]U*s[0x9a][0xa7][0xa9][0xec][0xa3]Je[0xba]J<[0x80][0x87]e[0xd6][0xa2][0xb2][0xed]x[0x98][0xc1][0x9f].[0x9e][0xe4][0x95]I[0x96][0xfc]#xTf[0xad]*[0xbb][0x1e][0x8f][0x12]q[0xe9][0xf2][0x11][0xa3][0x12][0xc9]Z[0xf1]1|\f7[0xa8][0xac][\r][0x1f][0x9f][0x6](J[0xd5]G[0x96][0xf8]cx\f;T[0xb6][0x13][0x8f]O[0x3]4[0xc0][0xab][0x8d],[0xf9]SxRf[0xed]*[0xeb][0xc0][0x93]T[0xba][0xa5][0xcb][0xf7][0xeb][0xd5]E[0xd6][0x82][0xa7]p[0x9a]a[0xbe][0xd5][0xb9][0xad][0xb2]N[0xb6]Ke[0xbb][0xb9][0xc0][0xc2]\G[0xf7]4[0x1f][0xfa][0xc3][0xd9][0xfb][0x84]s8[0xad][0xb2][0x1b][0xd9][0xae]i[0xb2]):[0xdd][0xb3]dG[0xb9]l[0x17]/[0xf3]<[0xd3]S[0x86][0x8a]3[0xf8][0xbc][0x8a][0xaf][0xf3][0x88]+[0xb6]N[0xb][0xc][0x8b][0xf3]^HxX[0xec][0x99][0xc][0xba][0xec]d[0xc1]?[0x97][[0xc9][0xc][0xdb][0xab][0xb2]}\[0xb0]do[0xec]h,[0xfe][0xde][0x98]?aj[0xa8][0xf1][0x1b]i[0xa1][0xde]_[0xce][0xe3]o?}[0xde][0xe5][0xfe][0x9d][0xda]q[0xea]SN)[0xf7]7Ry[0xa0][0xb7][0xed][0xe5]AC[0xe4]=[0xf4][0xc1][0x97][0xfb][0xbb][0xb4]p2[0x1e][0xab]'[0x7][0xc3][0xa0][0x4][0xd4][0xad][0xb2][0x1e]v@e[0x7][0xd9]M[0xf4])[0xb1][0x9b][0xf9][0xe3][0x90][0xca][0xe][0xb3]p[0x86][0xdf][0x93][0xb1]|[0x13]nVY/[0xeb][0xa3];[0xd4][0xde][0x18][0xbf][0x8b][0xf8]Sq[0xff]@$[0xd6]/p[0xf9][0xe3][0x3][0xfe][0xf0]0[0xff][0xbe][0xe9][0x9a]F[[0x90]:>[0xac][0xd5]L[0xea]J[0xbb][0x9d]f[0xc][0xb5][0x9b][0x17][0xa5]"[0xcb]+[0xd0][0xe4][0xa6][$E[0xa3][0xd6]n1.*[0x14]=[0x19][0xf9]S\s=[0xda][0xad]#[0xe1]h[0xb2]m0[0x16]Oh[0xcd][0x94][0xa2]([0xdb]MY2[0xee]%[0xae]a[0x1e]MF[0xdb]I[0xe]h1[0xba]]W[0xcf][0xa8][0xc8]3[0x13][0x5][0xbf]c[0xa6][0xe2][0x93][0x89]Y@[0xc9][0xcc][0xc7]Vg[0xd2]LF[0x8c][0xfb][0xa4][0x16][0x1b]L[0x1d][0xd1][0xb3]7[0xdd][0x13][0x9c][0xd5][0xf6]&[0x88][0x9][0xb2][0xe7][0xa0][0xf7][0xea]4[0xf7][0xab]'[0xe0]=[o[0xbf][0x4][0xb5][0xfb][0x12][0xe6]w_D[0x91][0xb7]x[0x1c][0xb][0x88][0x93][0x5][0xe3]X[0xe8][0xf5][0x5].b[0xd1]K[0xa4][0xa5][0x0]s[0xe1][0xa1]M6[0xb0][0x16][0xeb]z[0xbe]B[0xcf]Wh[0xe6]k4[0xf3]u"[0xe5]5[0x1d][0xf3]Z[0x1a][0xf5]b[0x9][0xee][0xc5][0x87]u[0x97]W[0xb][0xcc][0xab][0x5]m[0x1]A[[0x99]I[0x1b]G[0xbf][0x10][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x12]q[0xf4][0x11]z[0x82][0xc9][0x14][0x12][0xe9][0xfe][0xdc]G[0xe1]aAjI[0x1e]RH#?""<+R?[0x9a][0x87]T[0xba][0xa3][0x98] x[0xa4]p[0x10][0x1b][0xd2]H[0xb5][0x13]}[0xa5][0xa7][0xe0][0xaa][0x96][0xc6][0xb1][0xf8]l:[0xb7]K[0xb2][0xb9]E[0x6][0xa7]o[0xd2][0xf3]-[0xe2][0xe5]2q}[0x5]>&[0xa5][0x5][0xe0][0x6][0x1]t[0x83]`[0xb2]N0[0x19]Lc[0xb2][0x0][0xec]2|&[0x83][0xe9][0xb8][0x1f][0xc0][0x83]V[0xe4]-[0xcd]M[0x1e][0xf3][0xc1][0xc9]J [0xb3][0xc5][0xb3]"[0xef][0xa1]<[0xe4][0xd1]}-D[0xfa][0xa7]E[0xe4][0xb5]3[0x8c]HV[\r][0x7][0xab]A[0x1][0xab][0x85][0x87][0xad][0x81][0x97][0xad][0xbb]*[0x11][0xf9][0x8]~[0xdf][0x8a][0xd4]eyH[0xdd]I[0xa4]v[0x10][0xa9][0xbb]fEjO[0x1e]R[0xe9]R[0x9b][0x9f][0xd4][0xe5][0xd3]H]1SR[0xf][0x11][0xa9][0x87][0x89][0xd4]>"U#R[0x7][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x1f][0xc3]I[0xd3][0x9f][0x18][0xbd][0xb9]?nNj[0xd9][0xb9]z[0xbb][0xff]\[0xe]Vo'V[0xef][0x84][0xc2][0xee][0x12][0xac]*&[0xab][0x1c]a[0xfa]1~[0xbb]8[0xc6][0xef][0xc0][0x1f][0xe4]a[0x95].[0xfe][0xf9]Y]y.[0x93][0xd5][0xf2][0x99][0xb2][0xfa][0x0][0xb1][0xfa] [0xb1][0xfa][0x8][0xb1][0xfa]([0xb1]z[0xf2][0xaa][0xb0][0xfa][0x18][0xfe][0xd0]*T+F;W[0x8c][0xe6] [0xf5]<[0x91][0xfa][0xc][0x85][0xea]s[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5]?[0xca]C[0xea]cxi[0x15][0xaa]5c[0x9d][0xc1]1kRm[0xf3][0xe0][0xb4][0x15]A[0xb6]-[0x98]U[0xa8]>[0x9d][0x87][0xd4][0xa7]p[0xda][0x4][0xf1]m[0x93][0xd4][0x86]4R[0x1d]U[0xcf][0xc3]5[0x81][0xd5][0xf5]v[0x1f]?[0xf2]k[0xc7]2[0x9]^cMp[0x9]J[0xe9][0xd8]6p/![0x84][0xb0][0x95][0xc3]a[0xab]@[0x81]-[0x0][0x8f]-[0x88]"[5Jm[0xab][0xb0][0xc4]V[0xab][0xfb][0xb1][0x95][0x90][0x91]W8[0x83]?&\K[0xe8][0xdf][0xa7][0xf0]':![\r][0xc2][0xa3][0x6]A[0xf9][0x6]Ay[0xed]t[0xca]K[0xb3])?[0x9b][0xe1][0xed]9k[0xca][0xd7][0xe6][0xa1][0xfc]z[0xa2][0xbc][0x8d]([0xdf][0xf9][0xae]Q~n&[0x94][0xaf][0xcb]A[0xf9][0xfa][0x99]R~[0x80](?H[0x94][0x1f]"[0xca][0xf][0x13][0xe5]a[0xa2][0xbc][0x8f]([0xd7][0xae]2[0xe5][0xa3][0xd6][0x94]o[0xc8]C[0xf9][0x9][0xa2][0xfc]v[0xa2][0xfc][0xce]w[0x8d][0xf2]QA[0xf9]wL[0xca][0xb7][0xa4]Snr[0xbe]qv[0x9c][0x97]b[0xf1]4[0xce]?J[0x9c][0xdf]O[0x9c]?[0x84]kl[0xf][0xa3][0xd8][0xf6][0x8][0x16][0xdb][0x1e][0xc5]R[0xdb]I[0xc1]y[0xb1][0xe0]|i[0x1a][0xe7][[0x84]K[[0x4][0xe7][0x1b][0x5][0xe7]u[0xd3]9_[0xfc]N[0x9c][0x9f][0xc7][0x98][0xe9]n[0x7][0xbd]9i[0x5]S[0xee][0x8e]![0xe3][0xd2]n;K[0xa0][0xcf][0xa5]][0xda][0xb][0x4][0x98][0x2][0x1][0xc6]i[0x82][0xc9]4[0xf2][0x8c]y}?Hc[0xdc][\r][0x8f][0xfd][0xb3][0xd8][0xd4]-[0x5]C[0x9d]U[0x1][0xe2][0xab]~[0xba][0xa5][0x17][0xe0][0xb2]]J+[0xf7]=[0xc2][0x92]G[0xec][0xa4][0x7][0xcf][0xe2]9[0x92]v[0x11]Q[0xcf][0xe3][0x2]![0xe2][0x96][0xc6]MKQZ[0xc7]w[0xaf][0xd8]aZ[0xea][0xb6]W[0x87][0xea][0xed]U[0x1][0x9f][0xdd][0xc2][0xde]+[0x98]c{U[0xa4]r[0x9e][0xec]'[0xed][0x15][0xb]{[0xc5][0xa6]=[0xde][0xba]H-[0x89]bP[0xd1]-[0xdb]u[0xcb][0x13][0xa6][0xe5][0x13][0xd4]w[0xd2][0xbb][0xc4][0x99]f[0xb9][0xdb][0xe1][0xb3][0x87][0xea][0x1d]d[0xde]aa[0xfe][0xbb][0x98]g{C[0xec]<-[0x15][0xe6]K[0x84][0xf9][0x12]a[0xbe][0xc4]4[0xcf][[0x9f][0xa6][0x96][0x9d][0xce]([0x3][0x88]C[0x7][0xf2][0x82][0x9][0xe4][0xc3][0xfa][0xe7]@[0x9b]%O[0x7][0xd2][0xed][0xf4]9B[0xf5]NB[0xe3][0xb4]@[0xf3]S,[0xb4][0xfd]LGs[0x83][0xb1]^[0xa0][0xf1][0xb]4~[0x81][0xc6]/[0xd0][0xf8]M4[0xbc]u[0x89]Z[0xe][0x8a]A[0x3][0x97]S[0xc7][0xf5][0x19][0x13][0xd7]I[0xfd][0x84][0x7][0xca][0x14]K\[0xdd][0xb2][0xcf][0x19][0xaa][0x97][0x9][0x9c][0x9c][\r]N*[0xc0]bI[0xd5][0xc1]u[0x19]J[0x4][0xb8]2[0x1][0xae]L[0x80]+[0x13][0xe0][0xca][0x4][0xb8]2[0x13][0x1c]o}[0x96]ZN[0xfa]J[0xc][0x98][0xb2][0xe][0xf3]E[0x13]&[0xff][0xf4][0xf8][0xf]E[0x1]O[0xd6]FN[0xe1][0xec]V|r[0xa8]^![0xb0][0x8a][0x5][0xd8]2,[0x97]V[0xea]`[0xf][0x1a][0xaa][0x4][0xd8][0x80][0x0][0x1b][0x10]`[0x3][0x2]l@[0x80][\r][0x8][0xb0][0x1][0x13],o[0xbd]D-[0x19][0xcb]M[0xd8][0x8a][0xe][0xfb]s&[0xec]O[0xd3]:7[0xbd]k=[0xd6][0xdb]>[0x5][0xbb][0xdb][0xe3][0xf4])[0xa1]zJ[0xb2]>[0x97][0x5][0xf8]FTJM:[0xf8][0x1]C[0xa1][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5][0x2]|[0xad][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5]&x[0xde]z[0x99]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*M7\[0xa4][0xf1][0xc]>o[0xb8][0xc1][0xce][0x98][0xc1];ZEits[0xe7]%4tSJ*[0xf5][0xf4][0x1f][0xbe][0x88][0xad]<[0xe9]n[0xeb][0xae][0xe6][0xb9][0xf8]"[0xae][0xab]w[0xf8][0x1c]A[0x9f][0x9d][0x8d][0xa3]q?[0xff][0xba][0x9b][0xea][0x9d]>[0xbb]4[0x8e]f[0x9f]sL_x[0x11]-<_{[0xb7][0x8f][0xa3][0x95]$h[0x99]b[0xb4][0xbc][0xd7][0x1b][0xef][0x80][0xd9][0xbd][0x81][0xbf][0xa5][0xf5][0x8e]"G[0xf0][0xc5]'p[0xad]T[0xe4]x[0x1c][0x5]4[0xde]f[0xcc][0x7][0x8b][0x1c]u[0xe3][0xd8][0xb1][0xff][0x3][0xe]v[0xfa][0xca][0x1b]4[0xbe][0xd3][0x18][0xaf][0xe6][0x83][0xba]e[0xe3][0x9c][0xda]B[0x9f][0xf1][0xe4]9[0xd5]C[0xd9][0x2][0xd2][0x8d]pJ]([0x96]BX![0xed]A[0x8d][0xb4][0x17][0xeb][0xa4]}[0xd8],[0xed][0xc7]V[0xa9][0x1b][0xdb][0xa4][0x3][0xb8]A:[0x88][0xdd][0xd2]M[0xe8][0x91]nF[0xaf]t[0x8][0x11][0xe9]0n[0x95]zqB[0xea][0xc7]][0xd2][0x0][0xee][0x95][0x8e][0xe0]![0xea][0x9f][0x94][0x8e][0xe2][0x13]R[0x14]g[0xa4][0x98][0xd8][0x1b]'[0x1d][0x1]_[0xd0][0x13]1*[0xf0]E|[0x89][0xb8][[0x81]E[0xf8]S|[0x99][0xd8]_G[0xcc]~[0x85]f[0x9d]t,[0x94][0xe1][0x15]B[0xe4][0xa0][0xf]{[0x0][0xaf][0xea]r[0xdb][0x10][0x17][0xe7][0xe5][0xa8][0xd8][0xe1]Q[0xb1][0xc3][0xa3][0xfa][0xde][0x18][0xe7][0xe5]|[0xd8][0xef][0xa0][0xf3][0xf2]m[0xac][0xa3][0xa7][0x8c][0xaf][0xb2][0xf9]oR[0x89][0xcc][0xf8][0xdf][0xd2][0xcd]C[0xe4][0xb4][0xf9][0x3][0xf5]vF$[0xb7]?[0x8d][0xcd][0xf4]r[0xb7][0xf3][0xdf]i[0xdd][0x13][0xe8][0x18]G'[0xb5]?[0x89][0xe2]*[0xbe][0x5]|[0xf7][0x2][0x13][0xd8]u[0x1][0xed][0xa7][0xe1][0x15]C[0x13][0xd8]M#|9[0xf]H[0x83][0xc4]e[0xfc]S[0x97][0xe8]:+[0xdd][0x8d]B[0xe9][0xfd][0xf0]J[0xf7][0xc0]'}[0x10]K[0xa4]{Q+[0xdd][0x87][0xeb][0xa4][0xfb][0xc5]o[0xde][0x85]X[0xa3][0xff][0x1e][0xcb][0xc1]o7[0x1d][0xe2][0xe0]iC~[0xc5][0x7]:[0xb6][0xe0]MJ[0xdc]S[0xc7][0x93][0x8d][0xff]A[0xd6][0x84][0xff][0xb2]y[0xe4]7[0x8a]3[0xf0][0xc6][0xce][0xea][0x97][0xd1]u[0x12]J[0xf5][0xe7][0xd0]5F[0xed][0xd0]I[0xf8][0xa8][0x1d][0xa2][0xff]<[0xa6][0x9e][0xc5][0x1e][0x9f][0xfd][0xc5]q[0xec][0xad][0x1b][0xe3]u[0x80]w[0xdf][0xf4][0x9f][0xb2][0xc][0xe8]O[0xc0]!=[0x89][0x2][0xe9]i[0x82]~[0x6][0xb][0xa4]O[0x11][0xf4]s([0x97]F[0xb1]VzV[0x9c];[0xe5][0x4][0xfe][0xcf][0xf1][0x9a][0xfe][0xed]4[0x8a][0xbd]h[0x14]gk[0x83]8[0xe8][0xd7][0xe3]/[0xf4][0xaf][0xcd]p[0xcc]v[0x19][0xb][0xf4][0x3][0xfe][0x1b][0xa5]i[0x8e])[0xf8]&[0xbe]e&[0x85][0xe5][0xfa][0xae][0xd0]9}[0x9][0xfb][0xe9]sx[0xcf]s[0xd8][0xc3][0xf]g:D[0xa7][0xce][0xd5]jz[0xfe][0xa5][0x9e][0x2][0xbe][0xfd]kPK[0x7][0x8]\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/mime/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/mime/MimeTypeHandler.class[0x8d]SmO[0xd3]P[0x14]~.[0x1d][0xdb]]W[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "([0xe2][0xb]([0x82][0xc][0x1d][0x15]y[0x11]dN[0x11]A[0x96]lj2[0x2][0xf2][0xc9]\F)wn][0xd3]uF[0xf9][0x15][0xfe][0x10]?[0x88]&[0x90]hb[0xfc][0xec][0x8f]2[0x9e][0xb6][0xdb]x[0x19][0x1f]H[0xd3]{[0x9f]>[0xe7][0xdc][0xe7]<[0xa7]'[0xf7][0xef][0xbf][0x9f][0xbf][0x1]L#[0xab]b[0x0][0xa9]8[0xae]bRE[0x14]F[0xc][0xf][0xfd]}*[0x86]G[0xfe][0x9e][0xe2][0x98][0xe6][0x98][0xf1][0xe1],[0xc7][0x1c][0xc7]c[0x8e]y[0x8e][0x5][0x8e]'[0x1c][0x8b][0x1c]i[0x8e][0xa7][0x1c][0x19][0x8e]g[0x1c][0xcf]9[0x96]bx[0x11][0xc3]2[0x83][0x9a][0xcf][0xe6]W[0xde][0xaf]o[0xbd]])0[0xf4][0xe6]J[0xe2][0xa3]0[0xea][0x9e],[0x1b]k[0xa2][0xb6][0x97][0x17][0xce]"C[0xbc] -[xu[0xd7]dXh[0xcf]H[0x87]TY[0xd8][0x96]Q[0xf0]\i[[0x8b][0xed]L[0x86]t[0xa2]iiK/[0xc3][0xa0][0x8c]'7[0x18]"[0xcb][0xd5][0x1d]R[0xec][0xca]I[0xdb]|][0xaf]l[0x9b][0xee][0xba][0xd8].[0x13][0xa3][0xe7][0xaa]EQ[0xde][0x10][0xae][0xf4][0xbf][0x1b]d[0xc4][0xdb][0x93]5[0x86][0xd1]\[0xd5][0xb5][0x8c][0xaa]S[0x9b])[0x85]&*[0xb2]b[0x1a]yZ[0xd6]?;[0xe6][0x9a][0xb0]w[0xca][0xa6]K[0xb5][0x12][0x96][0xe9]5Y[0x86][0xb1][0xf1]vG[0xc9]v[0x8a]A[0x13][0xae]'wE[0xd1][0xb][0xcf][0xe9][0xe7][0xe5]t[0x9f][0x90][0xae][0x15][0xe4][0xbe][0x19]4[0x94]e[0xe0][0xe9]b[0xb9][0xd1][0xa1]Z[0xa8][0xd6][0xdd][0xa2][0xb9]*}[0xeb]}g[0xec]M[0xfa][0xa2][0x1a]n[0xe2][0x96][0x86]k[0x18][0xd4][0xf0][0x12]+${[0xb6][0x94][0x86]U$[0x19]z[0xda]~8[0xd5]+[0x9][0x97]"[0xc2]q[0xca][0xb2](L[0xe8]Z[0x13]^[0xd2]/7a[0x97][0xde][0xdd][0x84]=[0xba][0xde][0x84][0xbd]z_[0x13][0xf6][0xeb]W|x[0xd0][0xaa]>F&AH[0xa5]n[0xfb][0xa9][0xdf]ab[0xee][0x93][0xf9]9[0xb2][0xbe]D[0xe6]s[0xe4]j[0x93][0x18]F[0xaf][0xdf][0xf0][0x83][0xff]PK[0x7][0x8]O{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/ops4j/util/property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/DictionaryPropertyResolver.class[0x95][0x93][0xcb]n[0xd3]@[0x14][0x86][0xff][0xc9][0xc5]&[0x8e][0xd3][0x94][0x92][0x16][0xca][0xad]-%M[0xe2][0xb8]Mi[0xbb][0x0][0x8a][0xca]"U%[0xa4][0xa4][\r]M[0x15][0xb1]CN[0xea][0xa6][0x13][0x1c];r[0x9c]H}[0x3][0x9e][0x81][0xa7][0x0][0x9]Z[0x89][0x5]b[0xc5][0x82]gB[0x88]c[0xc7][0x9]![0x17][0x89]nf[0xce][0x9c]9[0xf3][0x9d][0xdf][0xff]x~[0xfe][0xfe][0xfa][\r][0xc0]6[0xb6]%[0xdc][0xc0][0x8a][0x84][0x8][0x1e]E(Z[0x95][0xf0][0x18]I[0x11]k[0x12][0xc2]H[0xb9]CZDF[0x84][0xc2] 7[0xdf][0xb6]l[0xab][0xa5][0xdb][0xe][0xd7][0xdb][0xc][0xb][0x85][0x86][0xd6][0xd5]r[0x1d][0x87][0x1b][0xb9]}^s[0xb8]ej[0xf6][0xc5].[0x83][0xf0][0x82][0x9b][0xdc][0xd9]cXLO.[0xc9]T[0x18]By[0xeb]Tg[0x88][0x17][0xb8][0xa9][0x1f]v[0x9a]U[0xdd]>[0xd1][0xaa][0x6]e[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "VM3*[0x9a][0xcd][0xdd][0xb5][0x9f][0xc]9[0xe7][0x9c]Z[0xee][0x14],[0xbb][0x9e][0xb3]Z[0xed][0x9d]F[0xf][0xea][0xeb][0xb9][0x18][0xa2][0x97][0xfc][0xd4][0xb1][0xde][0xb6][0x8c][0xae]n[0x93] iXv~[0x8a][0xa8][0xa9][0xe8]1[0xa0]+[0xf6]L3[0x8c][0xaa]V{[0xd7][0xcf]2([0xff]O`[0x88][0xb5]u[0xa7]4[0xa4]J>[0xe3][0xe6]i[0xbf][0x8e]a[0xcd][0x17]ihf=Wvln[0xd6]w3[0xe3]):[0xd7]or[0xa8]5=[0xf3]&[0xd4][0x84][0xbb][0x9a][0xd1][0xa1][0xcd]X[0xd9]![0xc1]E[0xad][0xe5][0x99]JWL[0xce][0x94][0xad][0x8e]][0xd3][0xf][0xb8]k[0xf2][0xd2]t[0x13]7\[0xac][0xc][0x19][0x9]w[0xc8][0xca][0x90][0x10][0x15][0xa1][0xca]X[0xc7][0x6][0x99]1[0xda]TF[0xe][0x9b]2[0x9e]`[0x8b]a[0xeb][0xfa]W[0xc6][0xb0]9[0xed][0xd0][0x81]o[0xfb][0xf8][0x91][0xf5][0xf4][0xf5]n01[0xe9]/`[0x8][0xd6]ug[0xc4][0xff][0xa3]jC[0xaf]9[0xff][0xf8][0xef][0xa7][0xdc][0x1f][0xd3][0xe6]M[0x82][0xa5]'[0xde][0x8e]`[0xe8]f[0xdd]9'j:[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xf4][0xbc]"[0xf4][0xe6][0x18][0x2][0xae][0x14][0x85]([0x96][0x11][0xa3]q[0x86]V/[0x11][0xa4][0x1d]@T[0xb2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec][0x13][0x85][0x1][0xc4]i[0x94][0xbc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81][0xec][0x9e][0xa5]h[0xa1]W[0x86][0x9b][0x98][0x3][0xbc][0xe8][0x16][0xe1][0x98][0x7]K[0xf8][0xb0][0xd7]T[0x13][0xa4]9[0xaa][0xa8]W[0x8]([0xd9]/[0x8][0xfe][0x5][0xce]x[O[0xe9]q?#[0xf8]s[0xf][0xba][0xdc]+[0x1f]@[0xa3]>[0xd4][0x8d][0xe6][0xbd][0x96][0xc][0xb7][0x7]Z[0xf7]h[0xed][0x8a][0x10]F[0xc8]=[0xa9]y"[0xef][0xf]I[0x15][0x6]Ta [0xf5][0xe][0x16]}[0xd6]{_j[0x8a][0x15][0x95][0xcf][0x8][0xfe]@[0xdc][0x9d][0xb2][0x97][0x8]}G[0xb8][0xa8][0xd2]Z[0xbd][0x84]p[0x9][0xf1][0x3][0xc2][0xac][0xa8]~[0xa4][0xd2][0xa0][0xd7][0xec].[0xe1][0x80]#:^"c[0x8f]I[0xe6][0x9]VQA[0x12]o[0x86]>)5h[0x9e][0xa2][0x13][0xf7]<[0xfb][0x93][0xb8]OQ[0x0][0xf]([0x1b]A[0xe0][0x17][0xe6]E<[0x8c][0xd3][0xd6][0x92][0xf7]%[0xcb][0x0]PK[0x7][0x8][0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/util/property/FallbackPropertyResolver.class[0x95]R[0xdf]O[0x13]A[0x10][0xfe][0xe6]z[0xf4][0xe0]8~[0x15][0xaa][0x80][0xa5][0x82][0x82]i[0xaf][0xe0][0x11]5[0x91][0x0][0xe1][0xc5][0xa4]O-[0x12]k[0xfa]j[0xb6][0xed][0xb6]l[0xbd][0xde]5[0xd7]k[0x13][0xfe]+LT[0xa2][0xf]>j[0xe2][0xdf]d[0x8c]s[0xd7][0x16]B[0x80][0x4][0xb3][0xc9][0xec][0xce][0xec][0xcc]~[0xdf]7;[0xbf][0xff]~[0xff][0x1][0xe0]%[0xb6]L$[0x91][0x99][0xc2][0x4][0xd6]L6[0xd9]i[0x18]xl`[0xdd][0xc0][0x86][0x81]'[0x84]T[0xe7]CS[0xb8]nM[0xd4]?[0xbe][0x93]=[0xdf][0x1d][0xc8][0x80]`[0x97][0xfc][0xa0][0xe5][0xf8][0xdd][0xde][0xab][0xb6][0xd3][0xf][0x95][0xeb]t[0x3][0xbf]+[0x83][0xf0][0xcc]9[0x19][0x1d][0xc6][0xb9][0x7][0x84][0xe4][0xa1][0xf2]TxD[0xd8][0xc9][0xdd][0xbf],_%[0xe8]o[0xfc][0x86]$[0xcc][0x95][0x94]'[0x8f][0xfb][0x9d][0x9a][0xc][0xde][0x8b][0x9a][0xcb][0x91]T[0xc9][0xaf][0xb][0xb7]*[0x2][0x15][0xf9][0xa3][0xa0][0x1e][0x9e][0xaa][0x1e][0xe1][0xc5][0x9d][0x18][0xc5][0x91][0x8c][([0xce][0xdf][0x94][0x98]h[0xc9][0x90][0xf0],Wj[0x8b][0x81]p\[0xe1][0xb5][0x9c]J[0x18]([0xaf]u[0x90][0xbf][0x19]"Xc[0x98]c[0xd1][0x89][0x19][0xde][0x92]31[0x10]n[0x9f]/g*!C[0x95]E7fn[0xe0])[0x97]7[0x95][0xd7][0x18][0x13]#[0x98][0x15][0xbf][0x1f][0xd4]eQE[0xc2][0xd6][0xee]"[0xfe]<[0xc2][0xb0]`b[0xd3][0xc2]$[0xa6],[0xac]`[0xd1]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8b][0x84][0xdd][0xff]m[0x2][0xf7][0xe0][0x8a][0xf1][0xdb]Z[[0xd6]Y}[0xee][0xbe][0xdf]u[0xad]z[0xa8][0x97];[0x98][0xcb]W[0xf5][\r][0x9e][0xa9]$[0x88][0x87][0x8a][0xa0]E,y[0xe8][0x12]|61[0xcd][0xd6]b[0xaf][0xc8]q[0x8d]w[0xd3][0xbe][0x0][0xd9][0x85]/[0xd0]>[0xb1][0xa7]a[0x86][0xed],[0xe7][0x2]y[0xe8][0xb0][0xb9][0xb2][0xc0]>[0xf0]`[0x98][0x8d]9[0xcc][0x3][0xf1]i[0x81][0xef][0x88][0x17]+[0x1f][0xbd]9[0xe0][0x9c][0xa8]2k[0x17][0xbe]"Q[0xde][0xfe][0x85][0xb4][0xfd][0x19][0xda]O[0xcc]F[[0xe1][0x1b]t[\r][0xe5][0xed][0xf3][0x98]K[0x84][0x93]b[0x4][0xe0]53[0xdd][0xe3][0xd7][0xf6][0x91][0xc1]a[0x8c][0xb5]>|[0xe5][0x12]+[0x8b]%[0xa4][0x19]#[0x89]e[0xe6][0x91]f[0x94][0x87][0x1c][0x9d][0x4][0xfd]A[0xc6][0xc0][0xb2][0xae]G_[0xc0][0x11][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "j[0xac][0xe1][0xd1]?PK[0x7][0x8][0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/PropertiesPropertyResolver.class[0x95][0x93][0xcd]s[0xd2]@[0x18][0xc6][0x9f]%[0x90]H[0x8]-[0x8d][0x88][0xd6][0xaf][0xd6][0xaa][0x15][0x2][0x15]G{P[0xeb][0xd4][0x3]NO[0xd0]b[0xe9][0xf4][0xda]Yh[0x8a][C[0xc2][0x84][0xc0][0xc][0xff][0x95][0xce][0xa8][0x9d][0xf1][0xe0][0xd1][0x83][0x93][0xe3][0xf8]&[0x84]4[0xd3][0xc2]h/[0x9b]g[0xdf][0x8f][0xdf]>[0xfb].[0xfc][0xfa][0xf3][0xfd][0x7][0x80][0x17]([0xa9]H[0xe1][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]+iR[0xab]*[0x1e]`M[0xc1]C[0x5][0x8f][0x18][0xb4][0xde]Q[0xdf]u[0xfa][0xa6][0xeb][0x9]s[0xc0]P[0xa8][0x9f][0xf2][0x11][0xaf][0xe]=aU[0x9b]Q|[0x8b]A~#l[0xe1]m3,[0x17]g[0x97][0x94][0xe][0x19][0x92]5[0xe7][0xd8]dX[0xac][0xb][0xdb][0xdc][0x1d][0xf6][0xda][0xa6]{[0xc0][0xdb][0x16]E[0xf4][0xba][0xd3][0xe1][0xd6]!w[0x85][0xbf][0xf][0x83]I[0xef][0x83][0xa0]#7[0xeb][0x8e][0xdb][0xad]:[0xfd][0xc1][0xe6][0xe9][0x4][0x1a][0xfa][0x19][0xc7][0xe8][0xa1][0x1a][0xef][0x9b][0x3][0xc7][0x1a][0x99].[0x19]R[0xe3][0xb6]ksL[0xfd][0xb]}[0xe][0xf4][0xed][0xe7]N[0xb8]e[0xb5]y[0xe7][0xe3]4[0xca]`[0xfc]?[0x81]!;0[0xbd]f[0xcc][0x95]v"[0xec][0xe3]i[0x1d][0xc3]zh[0xd2][0xe2]v[0xb7][0xda][0xf2]\aw[0xb7]J[0x97]C[0xd4]7=d[0x97][0xf7][0x82][0xe1][0xcd][0xa8]I[0x8d][0xb8]5[0xa4]d[0xb6][0xe5][0x91][0xe1][0x6][0xef][0x7]CU[0xf0][0x98]&[0xd3]r[0x86]n[0xc7][0xdc][0x11][0xfe][0x90]W[0xe6][0xf][0xf1][0xa9][0x8f][0xd5][0x90][0xc6][0x92][0xbf][0xac]kPpM[0xc1][0x13][\r]E[0x14][0x18][0x9e]_[0xfd]U[0x18][0x9e][0xcd]k[0xda][0x9]'{[0xb9]%w[0xf1]r[0xc][0x1b][0xc5][0xab][0xbd][~[0xd6][0xdb]3d[0xba][0xd1]s[0x8c][0xe9]'[0x9f][0xa2]?[0x0][0xc0][0x90][0xf0][0xef]I*I:[\r][0x95][0xd6][0xc][0xed][0xde]B[0xa2][0xc][0xa0][0x18]ev[0x6][0xf6][0x99]d[0x2][0x1a][0xad]j[0x10][0xae]P[0xf3][0x6][0xb2][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x93]2,`[0x11][0x8]T[0x8e]p,[0x80]-[0x85][0xb0][0xf7]T#[0xd1]7cT[0xce][0x90]0[0xca]_![0x9d][0x3][0x17][0x82][0xd4]K[0xf2][0xf3][0x8a][0xe0][0xaf][0x3][0xe8][0xea][0xa4]<[0x82]fB[0xa8][0xaf]t\[0xa7]N[0xba]e[0xe4]u[0x9b][0xf6][0xbe][0x9][0xf9][0x2]yb[0xb5]F[0xe4]w1[0xab]rD[0x95]#[0xab]7(7aY[0xa1][0xd5]Q\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8]:M[0xb][0xd8][0xa3][0xda]&]s[0x9f][0xf6][0x7]1[0xdf][0xf9][0xe8][0x84][0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkML!F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xd1][0x80][0xa2][0xfc][0x82][0xd4][0xa2][0x92][0xca][0xa0][0xd4][0xe2][0xfc][0x9c][0xb2][0xd4]"=[0x90][0xe]F[0x6][0x8d][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0xd2][0x92][0xcc][0x1c][0xfd][0x2][0xa8]2}t[0xf5][0x8c][0xc][0x2][0x8];[0xfc][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x5][0xe8]<[0x6][0x16][0x10][0x8b][0x81][0x15]H21[0xb0][0x1][0x0]PK[0x7][0x8][0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/util/property/PropertyStore.class[0x8d]Smo[0x12]A[0x10]~[0xf6][0xe]K[0x81]+[0xa5][0xd5][0xe2][0xbb][0xe2][0xb][0x94][0x3][0xda][0xab][0xb6][0x1a]#[0xa4]&[0xb6]1&b[0xd5]@0[0xfa][0xc5],x[0xa1]G[0xe0][0xee]r[0xdc][0x99][0xf0][0x9f][0xfc]P[0x13]MSM[0xfc][0x1][0xfe]([0xe3][0xdc][0xde][0x81][0x2][0x17][0xc3][0x97][0xdd][0xd9]gg[0x9e]yff[0xf7][0xd7][0xef][0xef]?[0x1][0xec]b/[0x89][0x4][0xf2]q[0x14][0x92][0x90][0x90]O`[0x19][0x9b])[0x14][0xa1][0xfa]K[0xc9]_[0xca]qT[0xe2][0xd8]bP[0x6][0x1f]l[0xc7][0xb2]u[0xc7]5[0xf4]![0xc3]j[0xbd][0xc7]?q[0xcd]s[0x8d][0xbe][0xf6][0x92][0xdb]U[0x86]D[0xc3][0xe8][0x9a][0xdc][0xf5][0x1c][0x9d][0xe1][0xc1][0xf4]m-8[0xf6][0xb9][0xd9][0xd5][0x1a][0xae]c[0x98][0xdd][0xea]?[0xc8][0xab]vO[0xef][0xb8][0xd5]}[0xe2]X[0xaa][0x19][0xa6][0xe1][0xee]3[0xc8]E[0xb5][0xc5][0x10];[0xb0]>[0xea]~.[0xc3][0xd4][0x8f][0xbc]A[w[0x9a][0xbc][0xdd]'d[0xbd]nux[0xbf][0xc5][0x1d][0xc3]?[0x87]`[0xcc]=6H[0xd9]f[0xdd]r[0xba][0x9a]e[0xf][0xf7]z[0x81][0x80]P[0xf6]H{[0x1d][0x1a][\r][0xd7]rt[0xca][0xb6][0xdc][0xb1]L[0x97][0x1b]&[0x5]m[0x14][0xe7]%[0xaa][0xef][0xa9][0xea]q[0xf0][0x11][0x1f][0x88][0xbc]s^[0xa4]u[0xa8][0xbb][0xc][0x8f]"[0x18][0xe6][0x8b]T[0xe7]![0x86][0x95]q[0x92][0x16][0xef]{3Y&N[0xd9][0xe9][0x92]G[0xf6][0xb8]l[0xb9][0xd9][0xa4][0xeb][0x9d]Z[0xf3]qDO#D[0x91][0xbb]*B[0xe4][0xae][0xaf][0xbb][0x10]Uy[0x94][0x80][0xad][0x85]3[0x4][0xf4][0xc9][0x86][0xe5]9[0x1d][0xfd][0x99]![0x6]6[0xd5][0xfb]m?DA[0x1a][0xab][0xc]k_[0xca]s><[0xa6][0xd7][0xa2] [0x89]T[0x1c][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xec]([0xb8][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xd8]e[0xc8]/4X[0x86][0xcc][0xac]Jj[0xf1][0xd4]{dH[0x8d]G[0xff]B[0x1f][0xcd]L<)[0x9a][0xbe]l{[0xb3][0x93][\r]o[0x17][0x9c]l![0x8a]x[0x1e][0xc2]-[0xfa]x[0x9][0xfa][0x90][0x8c]~![0x15]O[0xbb]B'[0x9]+[0x88][0x91]M}[0xa2]5C[0xc8]S[0xc8]d[0x1][0x99][0xd2])X[0xe9][0x7][0xa4]w[0xa7][0x90][0xbf]![0xf6]Ex[0xaf][0xd1][0x9a]&[0xf]@[0xa5][0xb8][0x12]E[0x95][0xb1]N'%[0x88][0xc1]y\[0x10]96[0x90][\r][0xf9][0x9e]P[0x94]D{[0xaa][0xf4][0x15][0xb1][0xf2][0x19][0xce]I[0xf8]<[0xa1]Z[0x12]a[0xf][0x5]E6p[0xb])|[0xeb]".[0xd1]=[0xc3]e\[0xa1];[0x9f][0xac]M[0xa9][0xfd][0xe4]iAV9[0xc3][0x92][0x8c][0xb7][0x95][0x13]Bd[0xc1][0x97][0x14][0x1c][0x7]$[0xe7]Pp[0xe6][0x2][0xef][0x9]g:[0xe4][0xf4][0xad][0xab][0xb8]F[0xde][0xd7]'[0xe2]}[0xe4][0x6]!A[n[0x12][0x96][0xa3][0xa6]I[0x91]E[0xc4]%[0x9c][0xcc][0x14][0xf1][0xe6][0xbf]E[0x4][0xa4][0xb7][0xc9][0xba]#[0xac][0xbb][0x0]PK[0x7][0x8][0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/util/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper$1.class[0x85]SmO[0x13]A[0x10]~[0xb6]-[0xbd]Z[0x8f][0x17][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""JE[0xa4]-[0x2][0x7][0x82][0x89][0x9]/[\r][0x90][0x12][0x9b]TI[0x0][0x9][0x8]~[0xb8]^7[0xe5][0x9a][0xbb][0xdb]fo[0x8b][0xed][0xbf][0xd2]/6[0x91][0xc4][0x1f][0xe0][0x8f]2[0xce][0xdd][0x95][0xb7][0x10][0xc2][0x87][0xdb][0xd9]}f[0xe6][0x99][0xd9]y[0xf6][0xfe][0xfe][0xfb][0xfd][0x7][0xc0][0x12][0xde][0xa7][0xf1][0x0]Y[\r][0xaf]4L[0xa6][0xf0]:[0x8d])[0xbc]I#[0x8e][0xe9]4b[0xc8]i[0xc8]k(h[0x98]aH[0xae][0xda][0x9e][0xad][0xd6][0x19][0xe2][0xf9][0xc2][0x1]CbK[0xd4]8[0xc3]`[0xc5][0xf6][0xf8][0xe7][0x96][[0xe5]r[0xdf][0xac]:[0x84][0xc]W[0x84]e:[0x7][0xa6][0xb4][0x83]s[0xf]L[0xa8]S[0xdb]g[0xd0][0xcb][0x9e][0xc7][0xe5][0x96]c[0xfa]>[0xa7][0xe3]TE[0xc8][0xba]![0x9a][0xfe]r[0xc3]h)[0xdb]1[0xda][0xae]c[0x94][0x1c][0xee]rO}[0xe4]N[0x93][0xcb][0xa9][0xc5][0x15][0x86]~[0xc9]}[0xe1][0x9c][0xf1][0x92][0xa7]l[0xd5]a([0xe6]+[\r][0xf3][0xcc]4[0x1c][0xd3][0xab][0x1b]{J[0xda]^}[0xe5]6R[0x8][0xc9][0x3]F[0xdf]l[0x1b]e[0xaf][0xd9]R{[0xa2]%-N[0x8c][0xa9]f[0xab][0xea][0xd8]V[0xb9][0x16][0xb4]{+[0x93][0xfc]~[0xc7]W[0xdc][\r][0xfc][0xe9]R[0xdb][0xe2]Me[0xb][0xcf][0xd7][0xf0]V[0xc3],A[0x11][0xcf][0xb6][0x1d]^[0xf7]F[0xbf][0xf3][0x1][0x19]M[0xa5][0xe4]Y[0x8e][0xf0][0x89][0xec][0x13]W[0xa7][0xa2][0xa6]aN[0xc7]<[0xc][0x1d][0xf][0xa1]3[0x8c][0xdc][0xd1][0x19][0xc3]x[0xd8][0x8c]-[0x8c][0xcd][0x8e][0xe2][0x1b]R[0x9a][0x9d][0xc8][0xad]$7][0x86][0xe9][0xd5]"[0xa5]e[0xcf][0xb8][0xf4][0xa9][0xa1][0xb5][0xdc][0xe2][0xfc]B.[0xcb]=K[0xd4][0xa8][0xd4]Z[0xee][0xcb][0xfe][0xf6][0xdc][0x87]\q][0xc3][0x82][0x8e]E[0xbc][0xb][0xca]-[0x5][0xcb]2[0xc3][0xe4][0xfd][0xa3]f[0x18][0xba][0x9a][0xc5]N[0xb5][0xc1]-[0xc5]0v[0xbd][0xd7]H[0x81][0xdd]H[0xe][0xc9]0z[0xdd][0xb9][0xb7]qx9+[0x86][0xc7][0x17]7)[0xef]\C[0xb3][0xf7]u[0xc1]0P[0xe7]jW[0x8][0xd5][0x83][0x19]f{r[0x7]\W[0xc3][0xe8][0xe9][0xfb]}[0xc9]2j[0xc2][0xbd] Y[0xb9]q[0x87]HO[0x92][0x93]([0x83][0x81][0xd2][0x93]K[0xe4][0xb][0xc7][0x9b][0xc]}[0xf9][0xe3][0xcd][0xe0][0x15][0x8f][0xde][0xc1]}[0x80][0x5][0xa4][0xe8][0xc7] [0xb1][0xe9]/[0x89][0xd1]G[0xc2][0xd1][0xa9][0x9f]v[0x6]YF[0xb6]o[0xa6][0xb][0xf6]3t[0xf][0xd0][0x9a][0xc][0xc1]C[0xc][0xd2][0xaa]G[0x1][0x18][0xc2]0Y[0x1a][0x6]2[0x14][0x15]$%4N6s[0x8e][0xd8][0xd1]9[0xe2]G[0xc3][0x89]_[0xe8][0xeb]"[0xd9][0x85][0xf6][0xe3][0x92]k [0x8c]9[0xa1][0xe2][0xdf]([0xf7]$[0xe4][0xcc]Fy=[0xce]`[0xf7][0x4]O[0xc3]:[0x19][0x8c][0xd0].[0x86][0xd1][0xb0][0x8b][0x18][0x9e]a[0x8c]b[0x9f][0x87]l[0xe3]xA6[0x81][0x97][0x98][0xc0]#[0xda][0xa5])#[0x15][0xe6][0xa7][0xfe][0x3]PK[0x7][0x8]=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper.class[0x95]W[0xfb]sTW[0x1d][0xff][0xdc]}[0xdd]esy[0x85]$[0xb0]4[0x14][0x8][0x10]6[0xd9],[0xdb][0x96][0x16]5[0x81]T[0xa0]DR[0x92]@[0x1][0x81][0x82][0xaf][0x9b][0xdd][0x9b][0xdd][0x85][0xdd][0xbb][0xdb]{[0xef][0x12]B[0xd5][0xfa][0xa8][0xad][0xda]Z-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa9]X[0x8b][0xb5][0xb6][0xa6][0x8a]!)B[0xad][0xef][0xc7]8[0xe3][0xf8][0x83][0xe3][0xe8][0xcf][0xfe][0x5][0x8e][0xa3][0xd3][0x81][0xe2][0xe7][0x9c]{7/v'ifr[0xce][0xb9][0xe7]|[0x9f][0x9f][0xf3]}[0x9c][0xfd][0xe3]{o][0x3][0xb0][0x19][0x88]`#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x98]([0x8a][0xa1]$[0x86][0x87][0xc2][0xb0][0xc4]l[0x87][0xe1][0x84]Q[0xe][0xe3][0xa4][0x8a]a[0xb1]qJ[0xc5]H[0x4][0x9a][0xa0]?[0x8d][0x87][0xc5][0xf0][0xe9]:|[0x6][0x9f][0xad]C[0x3][0x1e][0xa9][0xc3][0xe7][0xf0]y1|A[0xc5][0x17]U<[0x1a]A[0xa3] l[0xc4][0x97][0xc4][0xf0][0x98][0x18][0x1e][0x17][0x84]_[0x16][0xc3]W[0xea][0xf0]Uy[0xaa][0x90]O[0xee][0xca][0x1b][0x5][0xc3]tv[0x1b][0xf9][0x92]au)X[0x94]1[0x9c][0xfd][0xc5][0xa2][0xe3][0xed]+[0xe8][0x88][0xf5][0x1d][0xd7]O[0xea][0xc9]\1[0xd9]k[0x96][0xca][0xce][0x1][0xc7]2[0xf4]BW[0x9b][0x14]6[0xbc]9[0x95]L[0x17][0xb][0x15])[0xe4][0xf][0xe6][0x4][0x91][0x82][0xc6][0xaa]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4]!=[0xe5][0x14][0xad][0x11][0x5][0xed][0x92][0xe2][0x94][0xb4][0xa2][0xa4][[0xb6]a[0xd9][0xc9][0xfb][0x8a][0xa9][0xb2][0x10][0xb4][0xa3][0x9c][0xcb][0xa7][\r][0xab][0xc7][0xa5][0x15]l[0x83][0xee][0x8e][0x82]us[0xb3][0x91]>[0x9c][0xf6][0xb6][0x14]4[0xcd][0xb0][0xb4]BJ[0x9a][0x85][0x7][0x1c]=u[0xa2]_/I[0x98]T[0x9c]W[0xf1][0x1c][0x3]@[0xc5][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""[0xbb]N[0xa5][0x8c][0x92][0x93]+[0x9a][0xb6][0x8a][0x17]T[0xbc][0xa8][0xe2]%J%8;[0xb3][0xd4][0xa1][0xa0];V[0x15][0x0][0xd7][0xeb][0xbc]nf[0x92]t9gfj[0x2][0x15][0xb0][0x88][0xb2][0xc0][0xa9][0xc6][0xb1][0xa9][0x17][0xe4]}[0xde]"[0x90]g[0xf9][0x9c]}[0x8b]c[0x3][0x8c][0x88]>[0xee][0xf3]\1[0xf9][0xdf][0xab][0xe2][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]*[0x16][[0x6]7[0xef][0x9d][0xb7][0xd1][0xc7]j[0x99][0x95]s[0x8c][0x82][0xc][0xb3]Y[0xaa][0x85][0xda][0x1c][0xe3][0xd4]2[0xec]r~[0xea][0xfe]e[0x9c]m[0xb7],}[0xc4][0xb3][0x8d][0x4][0xce]I=O[0xeb]k[0xa9]h[0x9a][0x19][0xc2]#[0xa5]J[0x18]wT[0x13][0xb9][0xb5][0xaa][0x94][0xee].[0x99][0x9b][0xdf]az*HT[0xf7][0xba][0xa6][0x8f][0xe2][0x96][0xf][0xe9][0xf9]2U[0xb6][0xd5]`[0xad]v+[0xc1][0x93].O[0xc0][0x94][0xb9][0xa9]Q[0xca]v[0x87][0x87][0x83]e[0x87][0x9f]][0xf3][0x8f][0x97]*[0xb2][0xfd]'[0xc]fL[0xff]|e[0xcc]Wj[0xda][0x18]R[0xb0][0xc0],Z[0x5]=[0x9f];M+[c[0xf3]d[0xdd]Z[0x85]p[0xda][0xf5][0xec][0xb3][0x8a],'N[0xce][0xb0]k`U"[0x81]-[0xee][0xba]*[0xf][0xf3][0xef]@[0xb1]l[0xa5][0x8c][0x9e][0x9c],j3[0x8a][0xd4]&[0xc1][0xa2][0xa1][\r][0xed][0xcc]W[\r][0xdf][0xc5][0x5][\r][0xdf][0xc3][0xcb][0x1a][0xbe][0x8f][0x97][0xe9]A[0xd6]qJ[0x9d]IQ[0x1e]6[0x9][0xb0]l[0x96][0x8a]!Cw[0xca][0xc][0xcc][0xa4][0xc8])[0xbb][0xa4][0xa7][0xc][[0xc3]+[0xb8]8[0x7]5[0xef]3[0x97][0xd6]E[\r]P[0xb0][0xcd]#[0xd4][0xc9][0x9d]5$[0xad](@S[0x92][0x8b]f[0x85][0x9c]~[0xe6][0x8b]z:[0x91]v[0xd2][0x89][0x8c][0xa5][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xab]V[0xf7][0xfb][0xe7]7N9[0x86]e[0xea]y!H[0xc1][0xb2])[0x14][0xf]f[0xad][0xe2][0xb0]H[0x9][\r]?[0xc0][0xab][0xac][0xeb]s[0x95][0xf5][0xf5]w[0xb2][0xa6]i[0xf8]!^[0xd3][0xf0]#[0xbc][0xae][0xe2][\r][\r]?[0xc6][0xa8][0x86]7[0xf1][0x13]V[0x9][\r]?[0xc5]%[\r][0xfb][0xf0]3[0xaa][0xa9][0x12]`[0x15][0xe5]3[0x13]O[0xc3][0x18].k[0x18][0x17][0xac][0x13]xK[0xc3][0x15][0xfc]\[0xc3]U\S[0xf1][0xb6][0x86]_[0xe0][0x1d][\r]C[0xc8]h[0xd0][0x91][0x16]CF[0x1][0x98][0x90][0x1a]~[0x89][0xcb]*~[0xa5][0xe1][0xd7][0xf8][0x8d][0xa0][0xc8][0xaa][0xf8][0xad][0x86][0xdf][0xe1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xcc][0xe5][0x87][0x82]%S([0xec][0x1d][0xdd]7B[0xfc]E[0xe0][0x13]][0x9][0xb4]D[0xfe][0xe4][0xe0][0x8b][0x88]s[0xb0][0xfd]2[0x94]7[0xb9][0xf0][0xa1][0xc3]#[0x12][0x87][0x1][0xdc][0x8d][0x4]W[0x9a]K[0x84]MHr^[0x80];([0xd0]'[0x4]([0x1a][0xfc][0xa4][0x2][0xf6][0x8e][0xc3][0xd7][0x17][0xf7][0x8f][0xc1]/[0x86]@[0xbc]>[0xc8])[0x14][0xaf]W[0xdd])[0xec]N[0xb][0xc4]t[0x11][0x81][0xfe][0xf8][0x18][0xea][0xfa];[0xae]@{[0xf0]2[0x16][0x8e]a[0x11][0xf7][0x6]:[0xda][0xc7][0xb0]x 1[0x81]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F)~[0x11][0xad]L[0xd0][0x94][0xcd][0xe8][0xc6]v[0xce]~iZ7[0x16]s[0xbc][0x8f]Jw[0xd1][0x90][0x1e]R[0xf5][0xf2][0xb7][0xcc][0xfd]h[0xc6][0x1e][0xac]C[0x1f]y[0x1e] [0xd7][0x0]M[0xdd]O[0xce]C[0xa4][0x1f]"w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ";[0x90][0xc1]nd[0xa5];[0xed][0xae][0xc9][0xb8][0x8b][0x14][0xe0]z[0xf][0xdd][0xbc][0x87].n[0xa6][0x94]-[0xf8][0x0]u[0xef]f[0x1b][0xf8] >D[0x9d][0x9d][0xa4][0xd8][0x88][0xc0]M2[0xfa]T[0xf0][0xc5][0xb6][0x15][0x8a][0x8a]m[0xb8][0x89]z[0xf8][0xdd][\r][0x95]J[0xe4][0x1e][0xee]%q[0x98]L[0x1f][0xa6][0xca][0x1d]4o'[\r]u[0x81]>G[0xa1]BiLi[0x5]Ae[0xb4]=>[0x81][0xa5]>[0xf4]wL[0xa0][0x9e][0x8d]wU[0xe0][0x82][0xd8][0xed][0xf0]O`[0x99][0x8f]}[0xa9]a[0x94][0xb4][0xae][0xc3][0xb7][0xd3][0x14][0xa0]L[0xf4][0x87][0xb9][0x1a][0xa1][0xfb][0xa7][0xd1][0x84][0x87]q[0x1b][0xeb][0xad][0xc2]#[0xd3][0x1c][0x8a][0x11][0x92][0x1e]y[0xc9]1|[0x84].[0xf0][0xa7][0x17][0xa2][0x84][0xe7]~[0xea]n[0xa2][0xb9]{[0x8][0x8f][0xeb][0x10][0xef]W[0xbd][0x81]F[0x15][0xfd]Ls[0x82][0xb5][0xd7][0xb5]R[0x11][0xae][0xb]m)ae[0xd8][0x95]v[0xcc]2[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a]yeM[0x9d][0x1][0xff][0x96]`cp[0xd5][0x5][0xb4]v4[0x6][0xa5][0xd1][0x9d][0xa1]h[0xe8][0x1d]4[0x9c][0xc7][0xa2]h [0x1a][0xa2][0xb]cX~[0xf8][0xd1][0xa0]r[0xf1][0xe6]?[0xa2][0x81]1[0xac][0xa0][0xb0][0xce] [0x8f][0x82]c[0x88][0x1e][0x8e][0x6]G%[0xf2][0xc2][0xc1]-X[0xc8][0xf1]I:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x14][0xc4][0x8f][0xcd]z[0x8f]#x[0x1][0x9f][0xc2][0x8b][0xd2][0xf1][0xfd][0x84][0xfb][0x1e],[0xe3][0xb3][0xe0][0x1][0x84][0xb0][0x81][0x91][0xbd][0x9f]N[0x6][0x85][0xb][0x93]`[0xa4]<0[0xea]I[0xe3][0x82][0x11][0xe5][0xe8][0x82][0xd1][0xc2][0x8b]:[0x80][0x83][0xb4][0xe4][0x8][0xea][0xf0]Q[0xc6]K[0x10][0x87][0xbd][0x80]w[0xcf][0x8e][0xf0]L@[0xd6][0x8c]@[0xe4]&V"[0xa4][0xe2]A[0x15]G[0x5]t*[0x8e]1-Z[0xde]%[0x8f][0x0][0xf1]c[0x1e][0x88][0x9b][0xa9]!D[0x8e][0xec]4[0x10]'[0xb0]RA_\b[0xb8][0xad][0x99][0x97][0xed][0xee]{h[0xe][0xf8][0xb7][0x4][0x1a][0x3][0xcd][0x17][0xb0]![0xde][0x18]p[0xc1][0xc]F[0x83][0x12][0xcc][0x85][0x89]h[0xb0][0x82]e[0x80]X[0xfe]3[0xe1]A[0x19]H[0x8]T[0x89]d`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I77^[0xa5]=[0xaf][0x11][0xc9][0xd7][0xb1][0x14]o`[0x5][0x1f]Q[0xab][0xf8][0x86]j[0xe1][0xfb][0xa9][0x1d][0x97][0x18][0xe3]cD[0xf3]2[0xd1][0x99][0xe0][0xb5]_[0xa2][0xcf]W[0xf1][0x9]\[0x83][0x81][0xb7]%[0xa2]"[0xf2][0xb7][0x11]+[0x81]h[0x90];1[0x89][0xa8][0x8][0xaf][0xac][0x87][0xe8]R"$pd[0x99]#[0x95][0xc0][0xd1]G[0xc9][0xdd][0x12]G?eE$[0x8e][0x81]I[0x1c][0xdd][0xb3]#^[0xe8]5"[0x18][0xb9][0x81][0xe5][0x2][0xbf][0x1b][0x88][0x8][0x8][0xd7][0xba][0x0]~[0x9c][0xac]n[0xae][0x9c][0xa1]@Q[0xee][0xa8][0xe4][0x8a]DOb[0xf7][0x12][0xea][0xf9]u[0x9b][0xf8]j&[0xa0][0x17][0x11][0xe1][0xe7]*[0x1][0xed]8n[0x9f][0xca][0x99][0x95][0xf2][0x2][0xfe]D[0xb9][0xa6];[0xa1][0xd2][0xbf]b=[0xfe]F[0xe9][0x97]N[0xae]![0xdd]Z[0xfe]R[0x6][0x6]51[0xa0][0x84]kqr[0xb8]{n[0x96][0xf8][0xd5][0xe6][0xeb][0xe2][0xc6][0x8f][0xd2]>[0x1d][0x83][0x9e]}][0xe4][0x14][0xf6][0xa9][0xed]qe[0x1c][0xab]G'[0xcb]fH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfb][0x97]T[0xd1][0xe4][0x92]x[0x82][0xc5]*%[0x5][0xb]AiO[0xd0]s^Qh[0x95][0x8e]v[0xc8]\[[0xe3][0xc3][0x80][0x92][0x90][0x9f][0xf5]ky[0xd9]-[0xe7][0xc5]21[0xc3][0xbd][0x16]F=[0xf0]o[0x1a][0xfb][0x1f][0xca][0xfd]/o[0xfd]h[0xc0][0xbb][0xd4]y[0x1d][0xab][0xf1][0x1e][0xd6][0xd2][0x8c][0xa9][0xb2][0xd0]:iC[0xab]g[0x83]X[0x19]\[0xf9][0xc8][0xb9]\:[0xec][0x9f]t[0xf8]:[0x16][0xd1][0xdf][0x8][0xd7]|[0x18]{v[0xde]EJ[0xc1][0x15]n[0x1f][0xc7][0xba]q[0xac][0x9f][0xe5]1[0x9b][0xc0]T[0x93][0x8]Ky[0x90][0xfc]Y[0x8f][0xbf][0xd3][0xbb][0xd0]P[0x9c][0x2]6[0xcc][0xe6][0x8e]N[0xc3]+[0xe4]q[0x8b]U[0xe][0xc7]y[0xee][0xc3][0x9]I[0x9f]g$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9]l[0xd7][0xf2]<[0xfc]PK[0x7][0x8][0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/util/xml/XmlUtils.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe]ofy3[0x93][0x17]H[0x6][0x6]2[0x10]0[0xec]C&!"[0x10]%`"[0x8b]K[0xda]$[0xa0][0x89][0x4]P[0xab]/[0xc9]$[0x19][0x98][0xcc][0xc4]YX[0xd4]V[[0xa8][0xd5][0xd6]Vk[0x17][0x8b][0xd6][0xda]R[0x15][0xab]]b[0xd5][0x10][0x8c][0x8a][0xda]J[0xd5]Zm[0xdd]k[0xb5][0xb5][0xb6]j[0xb5][0xad][0xb6][0xb5][0x8b] B[0xff]{[0xdf][0xcb][0xcc]$[0x99] [0x8][0xdf][0xdc]w[0xdf]][0xce]=[0xe7][0xfc][0xe7][0xfc][0xf7][0xbc]<~[0xe8][0xde][0x7][0x0],[0x10]e[0x1e][0xac][0xc4]N[\r][0xdf][0xf7] [0xf]7{[0xb0][0x2][0xb7]h[0xb8][0xd5][0x3][0x7]vyp[0x1b]~ [0x9b][0xdb]5[0xdc][0xe1][0x81][[0x8e][0xfc][0x10]?[0xf2][0xe0][0xc7][0xf8][0x89][0xb][0xbd][0x1e][0xdc][0x89][0x9f][0xe6][0xe3].[0xdc]-w[0xdd][0xe3]B[0x9f][0xb][0xbb]5[0xf4][0xbb][0xb0][0xc7][0x83]q[0xb8]W6[0x3][0xb2][0xb9]/[0x1f][0x93]q>[0x1e][0xc0]^[0xd9]<[0xa8][0xe1][0xa1]|<[0x8c][0x9f]y[0xf0]s<[0xe2][0xc2]>[0xb9][0xfd][0x17].<*[0xdf][0x1f][0x93][0xcd][0xe3][0xb2][0xf9][0xa5]l[0x9e][0x90][[0xa5][0xe1]I[0xf]fcg>[0x9e][0xc2][0xaf][0xe5][0xea][0xdf][0xb8][0xf0][0xb4][0x9c]~[0xc6][0x85]g[0xe5][0xf3]9[0x17][0x9e][0xf7][0xe0][0x5][0xbc][0xa8][0xe1][0xb7][0x1a]^[0xf2]`>v[0xba][0xf0];[0xf9]|Y6[0xaf][0xb8][0xf0]{[0x17][0xfe] [0xbb][0xaf]zp<[0xfe]([0x85][0xbc]&[0x95][0xf8][0x93]l[0xee][0x97][0xaf][0x96][0xbd][0xd7]5[0xbc][0xe1]A-v[0xca][0xe6]M[0xd9][0xbc][0xaa][0xe1]/[0x1a][0xde][0x12]p.[\r]G[0xc3][0xc9][0x1a][0x1][`[0xee][0x1a][0x1][0xfb][0x8a]X{H`l}8[0x1a]jLu[0xb7][0x86][0xe2][0xcd]Fk[0x84]#[0xde][0xfa]X[0x9b][0x11]Yc[0xc4][0xc3][0xf2][0xdd][0x1a][0xb4]'[0xbb][0xc2][0x9][0x81])[0xf5][0xb1]xge[0xac]'[0xb1]pCe*[0x19][0x8e]Tn[0xe9][0x8e]T[0xae][0xed][0x8e][0x9c][0xcd]~b[0x89][0x80][0xab][0xc7][0x88]'B+cm[0x2][0xb3][0x3][0xf5][0x1b][0x8c]MFe8VyZ8[0x12]Z2Wm[0xdd][0xbc][0xa0][0xad][0xb2]=[0xd6]][0xc9]%[0xa9][0xee]P4[0xc9]=[0x1a]e[0xc8][0x15][0x2]c[0x86][0xee][0x10][0xf0][0x9c][0xba][0xa5]-[0xd4][0x93][0xc][0xc7][0xa2][0x9][\r]ok[0xf8][0xab][0x86][0xbf][0x9]Td$[0xd7]E{R[0xc9][0xa6]d[0xd0][0xc5]dQ[0xa4][0xe3]J|[0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xa7][0x8b][0x12]1[0x85][0x9d]st1U[0xf8][0x8][0xb3]d,M[0x1c][0xa7][0x8b]R[0xf9]:=[0x83]m]$[0x12][0xea]4"[0xcb][0xe2][0x9d]J[0x8f]tq1[0x8][0xdf][0x90][0x0][0xb0][0xae]u[0xb7][0xca][0x88][0xd2]XG[0xa9].[0xa6][0x89][0xe9][0xb2][0x99]![0x10],[\r]'J#[0x6][0xc3]1^[0x9a][0xec]2[0xa2]lB[0xa5]f[0x1a][0xc8][0xa5]*[\r]JU[0x8c][0x95][0x6][0xa8][0xda]\][0xcc][0xa4][0xeb][0xe8][0xc9]Y:[0xbe][0x8e]o[0xe8]b[0xb6][0x98][0xa3][0xe3]:|K[0x17][0x1][0xe1]"K[0xe6][0xe]@y[0xda]\[0x6][0xce][0x11][0x8a].[0xa6]Ef[0xef][0xaa][0xd6][\r][0xa1]6[0x86][0xf8][0xbc][0x91][0xa5][0xc8]j[0xf5]d[0xe2]t[0x84];SqC[0x9a][0x9d]eqv[0xa8]5-[[0x9b]55.][0x86][0xac][0x1a]1[0xaa][0xe]m[0xee][0x8a][0xc7]6[0x9b][0x9c]^8[0xdc][0xc][0x81][0xf1][0xb9][0xf2][0x93]d0[0x94]([0xb9]u[0xf8]:[0x81][0xa2][0xe1][0x15]$[0xab][0xd6][0xe2]Qj?N[0x5][0x8e][0xb6]l[0x93][0xfc][0x15][0xda]\[0x17]%[0xc7]Ee)V[0x1e][0x98]{,%[0x9f][0x97][0x9b][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcc]:[0x1a][0x19][0xdc]<[0xed]#[0x17][0x91][0x9c][0xd4][0x8c][0xc0][0xfc][0xc0][0xa8]5[0xe2][0xa8][0xb5][0xee][0xb8][0x1c][0xde][0x91]UU$&%[0xce][0xcc][0x4][0x92][0x2][0xa9]1[0x15][0xc9][0x95][\r]c7[0x19][0x91]p[0xbb][0x91][0xc]5[0xc6][0x92]r[0x89][0xba][0x19][0x87]GY[0xae]+e[0xcd]0[0xbc][0x7][0x15][0xa3][0xd3]H[0xfe][0x83]o[0xe9][0x1b]ab`[0xb4]20[0x10][0x18])}[0xe4][0xc8]zy`A[0x97][0x91]h[0x88][0xc5]C[0x8a][0xb4][0x12][0xea][0xeb]f=[0xd3]6J[0xae]o6[0xcb][0xc4][0xf1][0x81][0x9c][0xd7]A[0xc1]`[0x1][0xd0]h[0xde][0x5][0xc5][0xc3][0xb4][0xc9]*#[0xdd]\Z[0x1f][0x8a]vJ[0xb6][0xa4]|[0x96][0xa0][0xf6]p2D[0xc7][0xfa][0x2]u#7-1[0x8b]C[0xd9]5[0xaf]Bg[0xe8][0xc2][0x94]!S[0xd5][0x97][0xc3][0x8d]R[W[0x1b]/4#,[0xd5][0x9f][0x9c][0xbd]dE[0x97][0x11]o[0xe2][0xe6]PTb[0xbe][0xde][0xaa][0xc6][0xea]$#[0xad][0xea][0x18]&n[0x10][0x3]*[0xe7]N[0xa4]Z[0x13]V[0xfe]M[0x8][0xd4][0xd5][0xe5]4_[0xa9][0x9e]c||V][0xbb]|k[0xb3][0xd1]i[0xda]P[0x96][0xeb][0xac][0xd1][0xfc]e3[0xda][0xdb]ea[0x18]mO[0xb4][0x84][0xa5][0xd3]rjJ{[0xb4][0xf0][0xa0]-EY4[0xcd][0xcb][0xbd]S&[0x82][0xf9]5Y[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0xa3][0xa7][0x87][0xe2]2[0x1f]G.e2[0x9]W[0x92][0xcb][0xcc][0xcc][0xb4]+[0x19][0x1b]d[0xaa][0x9c]:[0xae][0xc9]`)kW[0x5][0x13]oPkl[0x8d][0x11]I)[0x6]9:[0xa5]TQ[0x81]i[0xfc]X_[0x9][0xf9]OG[0x9e],[0x1f] p[0xba][0xfc][[0x6][0x9f][0x82]OG[0xd9]n[0x88];[0xd9][0xc9][0xc3][0x19]l[0xe5][0xdf]5[0x80]*[0xd8]q[0x12][0xea][0xd4]&[0xb5][0x8][0x9f][0xc0]'[0xf9]t[0xb3][0xb6]h[0xe0][0x8a][0xd3][0xd5][0x1a][0x9b][0x9a][0xd3][0x7][0x90][0xb7][0x8e]Bl[0xfd][0xb0][0xf7][0xa6][0xe5]8[0xd5]\m[0x96][0xc][0x1d][0x8d]X[0xc5][0xe7]j[0xfe]\[0xdc]{&[0xce]B[0x93][0x92][0xd8]lI|[0x98][0xa3][0x1a][0x9f][0xb][0x7][0xe0][0x90][0x12][0x9d][0xf5][0xfd][0xd0][0x1a][0xca][0xfb][0xe0]j[0x1c][0x80]{]p7<[0xd5][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xbd][0xf][0xf9][0xd5][0x8e][0xb2]>[0xe8]~Go[0xb5]Su[0x9c]{[0x95][0xde]3[0x11]d[0x1b]D[0x85]z[0xda][0x94]&[0xb3]y[0x6][0xa8][0x87][0x9b]6[0x14][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "/O,[0xa1][0x15]3[0xa9]A[0x80][0xcf] [0x9f][0xf3][0xa9][0x8b][0xd4]t!-uc:[0xce][0xc6][0x1a][0xea]\[0x80][0xa9]h[0xc1]ZJ[0xf6][0xc2][0x8f]uXO[0x89]%[0x18][0x8b]sp.[0xfd]#W[0x9f][0x87]O[0xf1]y[0xbe]i[0xef]F[\r][0x17][0x8c][0xb0][0xce]@[0xab][0xe5][0xf0]:[0xca][0x91]:[0x16][0x95]y[0xb][0xfa]1[0xa6]l[0xf][0xc6][0xf2]j[0xef]Ga[0xef]0[0xe7][0xb7]P[0xd8]Z[0xa5][0xce][0x4]s[0x3][0xda][0xd0][0xae][0x10],B[0x8][0x1d][0x14]'[0xc5]v[0x9a]bE-Uvqns[0x99][0xb7][0x88]b[0x83]^[0xaf][0x14][0xde]0[0x80]q[0xeb][0x82][0xde][0xf1][0xb6][0xdd][0xf0]5V[0xf4]a[0xc2][0xe][0xb4][0x94][0xef]C[0x13][0xbb][0x13][0xab][0xed][0xe5]{P[0xcc][0xaf]H[0x87]h[0xb0]U9}N[0xbf]c[0xf][0xfc][0x2];1[0xdf][0xef][0xf0]9[0xf7]`R[0x1e][0xaa]5[0xbf][0xf6][0x10]&[0xef]@[0xb1]_[0xdb][0x83][0x12][0x96]m[0xf4][0xfa][0x94][0x1d]p[0xfb][0xb5][0x7]1[0xb9]a[0xbb]S[0xec]:[0xfc][0xd8][0xae][0xc3][0xb7][0x95][0xf7][0xa6][0xfd]\C[0xcf][0x80][0x1e]q[0xd2]':=1[0x86]JN[0xa2][0xf5][0xb3][0xa8]|[0x90][0x8a]/[0xa0][0xea][0x8b][0xa8][0xf6]J[0x84][0x19][0x7][0x1b][0xf8][0x16][0xe1][0xff]N[0xc4][0x11]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "=[0xca][0xe0][0xb3]h[0xca]*LA[0x17][0xd7]h[0x8c][0xc0]j[0xae][0xdb]H[0x89]A[0x9a][0x1a][0xe1][0xe];[0xa5][0xd4][0xa2][0x1b]Q[0x1a]M[0x93][0xb9][0xb3]G9f[0xb3][0xe5][0x98]1[0xdc]w![0xc7][0xf2]x[0xf2]y[0x94][0x9c][0xa0]n[0x12][0x9d]Ip|[0x88]I[0x1a]X[0xcf][0xa5][0xe]a[0x8a][0x86]M[0x1a]6[0x8b][0x5][0xef][0xc3][0x91]Ggn[0xc1]V+[0x2][0xb3]0[0x9a][0x9a][0x8d][0xd1]q[0xc3]1JQ[0xa9]MG[0xc4][0xe8]"[0xb5][0xe3]b%[0xfe][0x12]S[0xbc][0xd8]@[0xb5]e[0x80]o+[0xf3][0x96][0xa6][0xb1]"J}[0x98][0xb6][0x3]3[0xca][0x82]6[0xd5][0x9f][0xde][0x87][0x19][0xc][0x8b][0xc6][0xa0][0xf9]f[0xbf][0xa0][0xf]3[0x1b]vA+k[0xc]6[0x8]&[0xc0]>[0xac][0xa8] [0x82][0xb3][0x88][0x92][0xc3][0xef][0xd8][0x87]E[0x3][0x98][0xbd]n7[0xe6]T[0xdb][0x87][0xa2]9[0xc5]oO[0xe3]I[0xd0][0xf6] [0x90][0x87][0x16][0x85][0xdc]+~[0x95][0xa9]ve[0xd0]r[0x14][0xb2][0xbd][0x98][0x6]]B[0xdc].[0x85][0xf][0x9f]%f[0x9f]#V[0x97][0xe3]D|[0x1][0x8b]Y[0xfa].[0xc5][0x17]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xa2][0xc1]_f[0x16]_[0xcd][0x10][0xbd][0x86]F^K#[0xaf][0xc1]e[0xf8][0xa6]r[0xc4][0xb9]4[0xf5][0x4][0xfa][0xfb][0xd3][0x9c][0xc9][0xa3][0x84]B|[0x86]H[0xd8][0x98]5[0xb3]-[0x14][0xeb]([0xef]R[0xb][0xbb]mi[0xec][0xb6]Y[0xe][[0xcc][0xfc]4[0xf7][0x9e][0xc8][0xc]5[0xf7].[0xa5][0xdb].[0xa3]>v[0xea]c[0xf2][0x88]9[0xb2][0x8d]#[0x12]W?[0xec][0x8b]>[0x84]M[0xe1][0x99]<[0x84]R[\r][0xdb]%[0xb0][0xfb]y[0xbc][0xe9][0xff][0xcf]S[0xa9][0xcb]i[0x84][0x9][0xef][0xf3]|[0xca][0xc3]O[0xb1][0xe7][0xde]5C[0xd8][0xeb][0xa5][0xc8]1Yd[0xd3]P[0xd6]X[0xae][0xe8][0xe6][0x89]rE5~[0xbb][0x97][0x4][0x1d][0xdc][0x81][0xeb][0xd8][0xe3]PE[0x95][0xc3][0x1c][0xaa][0xa8]r[0x92][0xca]m>[0x7][0xa3][0xdd][0xc]fMR[\r]A[0xa8]r[0xf9][0xed]>[0x87][0xfd][0x2][0x9f][0x93]S[0xd5][0x1e][0xef]<[0xbf]Gq[0x8f][0xee]s[0xd9][0xdb][0xab][0xdc][0xbb][0xe0][0xf1]{[0xfa]QY[0xe5][0xf6][0xb9]}[0xae][0x9b]1o[0x0][0xc7][0xaf][0x1b][0xc0]|[0x2]z[0x82]wA[0x1f][0x16][0xfa][0xdc]}X[0xe4][0xad][0x92]=[0x97][0xec][0x9d][0xc8]^[0x1f]N[0xda][0x8d][0xc5]{[0xfd][0x9a][0xcf]=[0x98][0xf][0x8d][0xbb]0[0x95][0x1a]d%[0xd2]X[0xbf][0xc3][0x96][0x9e][0x15][0x15][0xb7][0xc2]!zw[0x1d]^P[0xd1][0x8f][0xea][0xc][0xcd]m [0x99][0x0][0xbd]t[0xda][0x9d][0xc4][0xe6].[0x14][0xe3]n[0x8e][0xdc][0xc3]{[0x96][0x1][0x85]~bw/ik[0x80][0xb7][0xee]}[0xbc][0x0][0xee]gZ[0xec]%[0xe6][0xf][0x92][0x8a][0x1e]f[0x82][0xed]#[0x8a][0x8f][0x12][0xa3][0xc7][0xb9][0xe3]I[0x8e]<[0x85]G[0xf0]4[0xdb]g[0xf0],[0x9e][0xc3][0xab]x[0x11][0xaf][0xe3]%[0xbc][0x89][0x97][0xf1]6^Q[0xa0]l[0xe7]5[0xb4][0x95]g_[0xc5]xqS[0xf2][0x15]L[0xc1][0x8d][0x4]a[0x5]S[0xe9]+*[0xad][0x9a][0x18]AW3^4[0x9e][0xd5][0xc1][0x84][0xdc][0xc8]x[0xd9]F[0x9a]4w[0x84]yq}[0x95][0xe3][0x1e][0x9e]R[0xc4][0xb4][0x92][0xe9]7[0x87][0xfa]\[0xab][0xe8][0x94]@[0xa6][0x13][0xf1]][0xb][0xee]b[0xbc][0xa0][0xa8]S[0x92][0xe8]s[0xf8][0x9a]JD[0x19]w[0x9d]p)[0x12]M1[0xd7][0xe][0x93][0xdc][0xf3][0x15][0x9f]n2[0x7][0xd8][0x11]B[0x6]$[0xd5][0xd8][0x4][0x1c][0xa6]^[0xb9][0xe7][0x85][0x9a][0x9f][0x98]a[0xee][0x18][0xb6][0x80]<}[0x0]N[0xc9][0xc8][0xfc]j[0xb5][0xc2][0xf8]z[0xab]Lia[0x0][0xb3][0x82][0xba]]**[0xab][0x8][0xb3][0xa2][0x90][0xb7][0x8e][0xf9];[0xc3][0xfa][\r]_e[0xfd][0xe4][0xd8]*[0xca]X*[0x88][0xd1][0xc9][0xbd][0xec][0xd5][0x8][0xf4][0x8a][0xc][0xae]^[0xe5][0x8d][0xd7]x=[0xbd]E[0x8a]{[0x87]%[0xc0]{Y[0xc5]K[0xb]I.l][0xf5][0x1a]l[0x1f]`[0xa5][0xdb]I[0x97][0xf2][0x9b][0xda][0xba][0x86][0x1d][0x16][0xb5][0x9c]?[0x80]ZF[0xe2])[0xf5][0xb6][0x93]K[0xca],N[0xa9]++Qa[0xd5]X[0xa1]l[0xb8]C[0xda]P[0xaa][0xb2][0x10][0xea]:[0x98][0xa4][0xd2][0x9f]O[0xb2][0xfb].[0xb8]e[0xbc][0xc9][0xc4][0xd9][0x7]OP^[0xbb][0xcb]Z[0xb6][0xe7][0x91]v[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]ayF[0xdf]y*[\r][0xf7]s[0xe3][0x1][0xf2][0xca]A[0x16]&[0x87]i[0x9c][0x1d][0xb5]Te9[0x9d]|[0x86][0xc8]G[0x83](`qu[0x0][0xeb]E[0xa1][0xb2][0xa5][0x86][0xa8][0xd4]r[0xff][0xe][0x85]}[0x9]Y[0xe5]zZ%[0xe5][0xe9][0xd6][0x98][0x87][0x5][0x8c]d[0xa6]([0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOR[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$)[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q,[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf5].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]/[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rOj[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa]2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOb[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0]3[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]5[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*6[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19]7[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xa9]u2S~[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0]:[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]<[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g@[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]@[0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]@[0x0][0x0]org/ops4j/exec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14]A[0x0][0x0]org/ops4j/exec/CommandLineBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xe6]K[0xe6][0xa1][0xfe][0x1][0x0][0x0]|[0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]C[0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]E[0x0][0x0]org/ops4j/exec/DefaultJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x93][0xce][0x99][0xee][0xb1][0x1][0x0][0x0]/[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]R[0x0][0x0]org/ops4j/exec/ExecutionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#T[0x0][0x0]org/ops4j/exec/JavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rOT[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-U[0x0][0x0]org/ops4j/exec/ProcessProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xeb][0xed]o[0xc4][0x93][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]V[0x0][0x0]org/ops4j/exec/StoppableJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]V[0x0][0x0]org/ops4j/io/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])W[0x0][0x0]org/ops4j/io/DirectoryLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c]^[0x0][0x0]org/ops4j/io/FileUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])f[0x0][0x0]org/ops4j/io/HierarchicalIOException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=h[0x0][0x0]org/ops4j/io/Lister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Hi[0x0][0x0]org/ops4j/io/ListerUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]l[0x0][0x0]org/ops4j/io/Pipe$Pump.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]q[0x0][0x0]org/ops4j/io/Pipe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rOt[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gw[0x0][0x0]org/ops4j/io/PrintStreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]={[0x0][0x0]org/ops4j/io/StreamUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1d][0xe3][0x8d]u[0xc7][0x11][0x0][0x0][0xee]$[0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x84][0x0][0x0]org/ops4j/io/ZipExploder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0x96][0x0][0x0]org/ops4j/io/ZipLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x9c][0x0][0x0]org/ops4j/lang/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOk[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x9d][0x0][0x0]org/ops4j/lang/NullArgumentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOW[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0xa1][0x0][0x0]org/ops4j/lang/Ops4jException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0][0xa3][0x0][0x0]org/ops4j/lang/PostConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xa8][0x0][0x0]org/ops4j/lang/PreConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xac][0x0][0x0]org/ops4j/monitors/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xac][0x0][0x0]org/ops4j/monitors/MonitorException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rOlrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xae][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xb0][0x0][0x0]org/ops4j/monitors/exception/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO1%1[0xb2][0x99][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xb0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0xb1][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0xb6][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xb7][0x0][0x0]org/ops4j/monitors/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf2][0x9]_q[0xc9][0x0][0x0][0x0][0x1d][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xfe][0x1f][0xd8]2[0xc8][0x4][0x0][0x0][0xea][0x9][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0xb9][0x0][0x0]org/ops4j/monitors/stream/StreamMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbe][0x0][0x0]org/ops4j/monitors/stream/StreamSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xbf][0x0][0x0]org/ops4j/net/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0xbf][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x94][0xf][0x87][0x89][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x86][0x10][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xc1][0x0][0x0]org/ops4j/net/Base64Encoder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0xcc][0x0][0x0]org/ops4j/net/ConnectionCache$Entry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x97]'S[0xa6][0xf][0x9][0x0][0x0]8[0x13][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd0][0x0][0x0]org/ops4j/net/ConnectionCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rOP[0xcf][0x13][0x9e][0xc1][0x3][0x0][0x0][0x81][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xd9][0x0][0x0]org/ops4j/net/FreePort.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7][0xdd][0x0][0x0]org/ops4j/net/URLUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xe6][0x0][0x0]org/ops4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfd][0xe6][0x0][0x0]org/ops4j/spi/NoServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xe9][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xeb][0x0][0x0]org/ops4j/spi/SafeServiceLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2][0xf4][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xf9][0x0][0x0]org/ops4j/store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOz[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf9][0x0][0x0]org/ops4j/store/Handle.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOS[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xfa][0x0][0x0]org/ops4j/store/Store.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2g[0xe0]:|[0x4][0x0][0x0][0xc9][0x8][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xfb][0x0][0x0]org/ops4j/store/StoreFactory.classPK[0x1][0x2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x1][0x0]org/ops4j/store/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOh[0xe8][0x97][0xcc][0xb9][0x1][0x0][0x0]/[0x3][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x0][0x1][0x0]org/ops4j/store/intern/TemporaryStore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x2][0x1][0x0]org/ops4j/store/intern/TemporaryStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xc][0x1][0x0]org/ops4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[\r][0x1][0x0]org/ops4j/util/collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOxD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[\r][0x1][0x0]org/ops4j/util/collections/PropertiesUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOi[0xd5][0xa5][0x5][0x9f][0x7][0x0][0x0]e[0xf][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x14][0x1][0x0]org/ops4j/util/collections/PropertiesWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x1c][0x1][0x0]org/ops4j/util/collections/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd]"[0x1][0x0]org/ops4j/util/environment/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]#[0x1][0x0]org/ops4j/util/environment/Environment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOD[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]8[0x1][0x0]org/ops4j/util/environment/EnvironmentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc];[0x1][0x0]org/ops4j/util/i18n/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x1][0x0]org/ops4j/util/i18n/ResourceManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]yD[0x1][0x0]org/ops4j/util/i18n/Resources.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]T[0x1][0x0]org/ops4j/util/mime/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOO{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]U[0x1][0x0]org/ops4j/util/mime/MimeTypeHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]W[0x1][0x0]org/ops4j/util/property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]DX[0x1][0x0]org/ops4j/util/property/DictionaryPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][[0x1][0x0]org/ops4j/util/property/FallbackPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xcd][0x88]c*[0x15][0x2][0x0][0x0][0x9d][0x4][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E][0x1][0x0]org/ops4j/util/property/PropertiesPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]_[0x1][0x0]org/ops4j/util/property/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]`[0x1][0x0]org/ops4j/util/property/PropertyStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Oc[0x1][0x0]org/ops4j/util/xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]c[0x1][0x0]org/ops4j/util/xml/ElementHelper$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Cf[0x1][0x0]org/ops4j/util/xml/ElementHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x8b][0xf1][0x15]P[0xb5][0xc][0x0][0x0]2[0x1b][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]po[0x1][0x0]org/ops4j/util/xml/XmlUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0]{[0x0]{[0x0]A)[0x0][0x0]t|[0x1][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f45343391e66aabce1d8d47332ce78a08d6edf2b" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55388<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 9088[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "etag: "{SHA1{a755247791ccba141532301aca61c94b5b4e03f0}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}SK[0x8f][0xda]0[0x10][0xbe]G[0xca][0xb0]8T m[0x9c][0x7]a[0xd9][0x6]qXXT-[0xe2]%[0xd2]]U[0xea][0xa1]2[0xc9]$[0xb8][0x98]8[0xb5][0x1d][0x2][0xff][0xbe]N[0x2]a+[0xad][0x9a][0xe3][0xf8]{[0xcc]|3Y[0x92][0x8c]& [0x95][0xf5][0xe]BR[0x9e][0x5][0xc8][0xc5][0x8e]iL[0xb2][0xd8]Z[0x10][0xa9][0x96]<[0xa6][0x9][0x85]X[0x97][0xfd][0xaf][0xbe][0xd7]w[0x86][0xee]p0[0xf4]5[0xa0][0xa0],[0xb6][0xe6][0xf1][0xa1]"![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xml[0x95]TM[0x8f][0xdb] [0x14][0xbc][0xe7]W[0xa0]U[0xaf][0x6]o7[0x87]*r}i[0xa5][0xaa][0xd5]f[0x13]5j[0xd5][0xdb][0x8a]`[0xec][0xb0][0xc1][0x80][0x80][0xc4][0x8e][0xaa][0xfe][0xf7][0xf2]a'[0xb6]7[[0xa5]7[0xbf][0xc7]0o[0x18][0x6]gJ[0xcb][0x17]J,hk.[0xcc][0xc7][0xbb][0x9d][0xb5]j[0x81]P[0x8d][0x8f]T@[0xac]0[0xd9]Q(u[0x85][0xd6][0xab]%[0x9a][0xc3][0x14][0xa6]w[0x11][0xb9]h[\r];[0xa3][0x9b][0xa6][0x81][0xcd]C[0xc0][0xbd]O[0xd3]{[0xf4]k[0xf9][0xb8]q[0x1b]k[0x9c]0a,[0x16][0x84][0xba]][0x86]-Lh>J[0x82]-[0x93][0xe2][0x86]a[0xe0]-Dh$[0xc7][0xf9]s[0xfa][0x9c][0xc2][0xd6][0x14]w[0xf9]l[0x6]@V[0xcb][0x82][0xf2][0x9f]T[0x1b]G[0x9f][0x7][0x86][0xc][0x8d]z[0x1][0xa5][0xb0][0xa6][0xc2][0xe6][0xee][0xd3][0x15][0x95][0x96][0x7][0xf5][0xb5][0xc8][0x1d]+[0x94][0xca][0xcc]_[0xa0][0xc2]m[0x86][0xfa]v[0x4]amY[0x89][0x89]u[\r][0xd3]0c[0xb6][0xd2]A[0x6][0xcd][0x88]:vC[0xee][0xe1][0x7][0xf8][0x90][0xa1][0xbe][0x8c][0x8b][0x9a]rw[0xea]#]c[0xbb][0xcb]!DJ[0xd6][0xd0]9[0x99][0xa1][0xd1][0x82][0x97][0x87]z}[0xb3][0xb7][0xe4][0xc1][0x8b][0x88][0x81][0xce][0xa1]J[0x7]JzPB[0xa4][0xa6]S[0xb9][0xce][0x4][0xb2][0xc7][0x15][0x13]U[0xbe]=[0x88][0x82]S?[0xb6][0xef][0x84][0xc9][0x2][0xd7]4_[0xad]7[0xf3]o`[0x8d][[0xb0][0xe9][0xd8][0xc0]b[0x1]V[0x9b]/[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xac][0x1][0xe5][0xe1][0x5]5D3e[0xcf]'[0xbe][0xb2]5[0x1]?,[0xe3][0xcc]2j@86-[0x80][0x95][0x91][0xce][0x8b][0x4][0xa5]vt[0x8d][0xd4]{[0x18](>S[0x8b][0x19]w &J[0xa9][0xeb][0x90][0x1a][0xbf]a[0xeb][0x90][0xd2][0xa9][0x6][0xd8][0xf6][0x9]i[0xd8][0x9e]u[0x6][0xf9]|[0x10])J~[0xa0].y[0xa8]E[0xcb][0xea][0xfb][0x13][0xc][0xce][0x8e]D[0x6][0x17][0xb4]TT{A[0xdd]5E3[0xa0]9[0xd5][[0xc9][0x19]y[0xf2][0xc7][0xbb][0xee]=[0x8c][0xb6]^[0xdb]0[0xa2][0xf2][0xe][0x19][0xe7][0xed]m<[0x17]t[0x8c][0xc2]@[0xdf],p2[0xde][0xc7]M[0xf1][0x83][0xbb][0xad]N[0xf8][0xb9][0xee][0xcb]Iv[0xba][0xb7]SR[0xce][0xa6][0xe9][0x9e]&<[0xbe][0xad][0xa8]'[0x89][0xa4][0xaf][0xc3][0x1e][0xc4][\r][0x6][0xf6][0x95][0x89][0xba];[0x9d]1[0x18][0x8a][0x8a][0xc2]][0xc5][0xc5][0xe4]s[0xeb]t&[0xfb][0x8f][0x9c]O[0xf5][0x8e][0xb2][0xce]YI[0xc9][0x89][0xf0]W[0x81][0x1f][0xbd][0xd0]w[0xbf][0xbb][0xdf][0x1e][0xec]:[0xa6][0xcf][0x15]M5[0xde]&z[0x8b][\r][0xfd][0xa7][0xd8][0x0]K<,[0xe1]XTW[0xfe]"[0x93][0xc9][0x83]:[0xa6] [0x84][0xc2]k[0xcf][0xff][0x2]PK[0x7][0x8][0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/swissbox/core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.class[0x9d]Smk[0xd3]P[0x18]=[0xb7]M[0x9b].[0xc6]5[0xce][0xb9][0xa9][0xd3][0xf9]V[0xb5][0xcd][0xd4]8[0xd1][0xf][0xea][0x18][0xcc][0xa1]0[0xa8]/0)[0x8a][0x9f]n[0x93]kvkvSn[0xd2]u[0xfe]+[0x85][0xcd][0x81][0x82]?[0xc0][0x1f]%>I[0x3][0x96][0xe][0x7]5[0x90][0xfb]r[0x9e][0xe7]9[0xcf][0xc9][0xb9][0xb9][0xbf]~[0xff][0x9][0xe0][0x1]Vf`[0xe2]J6\[0xb5]P[0xc3]5[0x13][0xd7]-[0x18][0xb8]a[0x11][0xd2]0q[0xd3][0xc4]-[0x13][0xb7][0x19][0xac]=[0x1e]5[0xba][0x3][0x15]D[0x82]a[0xa9][0x1d][0xeb][0xd0][0x8b][0x93]Pz[0x1f]5[0xdf][0x15][0xc3]X[0xf2][0x9e][0xe5][0xc1][0xa7]Ej[0x9f]k[0xa1]R[0x86][0xc5]v[0x8f][0xef]q/[0xe2]*[0xf4]6#[0x9e]$[0xed][0x98][0x7]BSZuM*[0x99][0xae]36[0xa7]|f[0xfa][0x9f]m[0xdf][0xef][0xbb]3[0xd3]r=a[0xbe][0x9][0xe5][0xc0][0x11][0xd1][0xe1][0x8e][0xcb][0x7][0xc2][0xdb]^[0x4]6[0x18][0xca][0x17][0xb]8[0x9d][0xfe]-[0xa2]}Iv[0xb3][0xd7]k[0xb4](Aa[0xc4][0xfd]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "i;b"d[0xe0]G#9aX[0x97]b[0x16][0xc4]N[0x86][0x8d]j[0xad]3[0xe6][0x9f][0xb8][0xe9]p94?[0xf4][0xc7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "(x[0xad]k[0xf]%[0xf]B[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "JWk[0x84]4[0xf0][0x84][0xa1]^][0xb1][0xb8][0xbd][0x86][0xba][0x5]m[0xb6][0xcb][0xb0][0xb7]r([0xc3]A[0xb3][0xf7]2Y^+[0xe9][0x9a]{[0xc2][0xc0]v[0xcc]%[0xa3][0xc8]u[0xdd][0xd0][0xb3][0xc4][[[0xcd][0xb7][0x9c]H[0xf5]\[0x5][0xe7][0x91][0xc5][0x1a]C[0xe5]?[0xe8][0xc8][0xed][0x86][0xd6]([0x9e]T{f[0x89][0xa9]b[0x1a]x[0xca][0xd0][0xba][0xdc][0x15][0xd1]/[0xb6][0xd8][0x1][0xc3][0xe6][0xd2][0x16][0x18][0xcc][0x15][0xc7][0xc6][0xf0]l[0xa5][0x8][0xec][0xd2]{[0xca][0x80][0xc1][0xa0][0xe7][0x95][0x82][0xa6][0xe6]@V[0x8e][0xac][0xd7][0xa4][0x8c]4[0xbd]s[0x6][0xed]+-t[0xac][0xd3]7[0x13]9w[0x90][0xa7]o~~[0x0]WP$[0xbd]v[0xc1]S"e[0xb8][0x8e][0x8d][0x18][0xd7][0x8a]q[0x9a][0xfe]e[0x81]e[0x9e]ci[0x9][0x96][0xf6][0x8f][0xb5][0x89]2Y[0x8a]u@[0xaa][0xf6][0xb2][0xdf][0xa1][0x1d]A[0x17]>[0x13][0xc1]g[0xf1][0xb9][0x8]>[0x8f]/[0xf0][0xf6][0x8b]a|)[0x8c]/[0xf3][0xf2][0x89]0[0xbe][0x12][0xc6][0x93][0xbc][0xfc]*+=[0xc5][0x8f][0xaf]i[0xf8]z[0x4][0xbd][0xf8][0x86][0x86]oj[0xf8][0x96]@[0xf3][0xf0]b[0xd6][0xbf]4[0xec][0xe4][0x17]M[0xcf][0xf0]-[0xd7][0x11][0xd0]G[0x1c][0xc7][0xf4][0x8e][0xdb]F.g[0xe6][0x4]:[0x86][0xc7]&[0xa6]gfOO[0x8e][0xce][0xe][0x8f][0x9f][0x1e][0x1b][0x9e][0x1c][0x9a][0x1e]95.pt[0xd4][0xf5]2I7[0x9b];t>[0x99]5[0x96][0x93][0xb9][0x8b]V.7[0xe7].'S[0xae]g&[0x8f][0xe5][0x9d][0xb4]mJ[0x90]Q[0xd7]H[0x9b]^o[0xb9][0xa1]~[0x81][0xba])+[0xe3][0x18]~[0xde]3[0x5]&[0xde]%[0xdc][0xc0][0xe8]yc[0xc9]H:[0xa6][0x9f]$W[0xfb][0x7][0x9]>[0xbc]8;'[0xcf][0x9][0xdc][0x1c][0xa0][0xe7]2Vr[0xde]3[0x16][0xcd][0x8b][0xae]wA[0x81][0x92]b[0xa3]c^[0x9c][0xf0][0xac]%[0xcb]6[0xd3][0x19]3-0[0x1a][0xdd]B?[0xb6]3O[0x9]?t[0xdc]M[0x93][0x13]M[0xa3][0x96]c[0x8e][0xe7][0x17][0xe7]Lo[0xda][0x98]c[0xb7]ZG[0xdd][0x94]a[0x9f]1<[0x8b][0xf7]JX[0xbb][0xee]tj+/[0x82]pm[0xc3][0xc9]$K[0x8d][0xed][0xdc][0xb9][0xda][0xac][0xe1][0x99][0x8e]/[0xd0][0xb5][0x9]$[0xa9][0xc]X[0x8e][0xe5][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xdc][0xb2]%/g(R[0xc1][0xa2][0x9a]I[0xee][0xd8][0x8b][0xbb][0xfe][0x9f]X[0xc9]`][0xc6][0xf4][0x8f])[0xbe]z[0xa2][0xb1]-[0xd3]\O[0xba][0x93]f[0xce][0xcd]{)[0xd2][0xbe]-Z[0x2];[0xe5]{[0x96][0x93]![0xf6]n("[0x8a][0xc7]![0x14][0xce][0xd3][0x6]U[0x81][0x86])[0xdf]H][0x18]3[0xb2]*oz[0x9][0x94]7l[0x1e][0xbb][0xa5][0x81][0x9c][0x9a];o[0xa6][0xfc][0xfe][0x18][0xb1]&[0xdc][0x1b][0xcb]Q[0xbd][0x92][0xad]g[0xf8]t[0xd7][0x90][0x95][0x5]#[0xb7][0x10][0x8c][0x9c][0xea]hl[0x84][0x4][0x3])[u0[0x9][0xa8]k"S2[0xb0][0x93][0x16][0x93][0xd9][0xb9][0xa1][0x1f]ogx[0x1d]w[0xe0]nj[0xe5][0x9d][0x8d][0xe5][0x83]:>[0x80]#[0x1a][0x9e][0xd3][0xf1]<[0xbe]#p`G[0xc7][0xf9][0xf0][0xb]DB[0xf0]B[0xc3][0x8b]:[0xbe][0x8b][0x97]t[0xdc][0x8e][0xa4][0x8e][0xef][0xe1][0xfb]:[0x8e]bH[0xc7]Y~[0xc][0xe3][0xa4][0x8e][0x19][0x9c][0xd4][0xf0][0x3][0x1d][0xe3][0xf8]0?N[0xe9][0xb8][0x8f]W/[0xe3][0x87]:[0xe2]HPp[0xe5][0x1c][0x1f][0xcb][0xcf][0xcf][0x7][0x86],[\r][0xaf][0xe8]x[0x15][0x97][0xa9]pt[0xfc][0x8][0xb3]:~[0x8c][0x9f][0x10][0xc3][0x8f]P[0xa5][0x6]3[0xf8][0x8][0x8b]~J[0x4][0xf6][0x5]C[0xf2][0x8][0xbd]}T[0xc7][0xc7]Y[0xf7]A[0x10]E[0xf3][0xa0]T[0xe][0xbe][0xbb][0x9b][0x8b]}[0xb9]B[0x9][0xaf]8[0xe4]hNm:[0xd2]&M[0x8a][0xc4]t[0xb8]v[0xdb][0xe4]a[0xcb]M[0x8e][0x9c]*[0xc][0x12][0x81][0xbd]e[0x90][0xe3][0xae][0xd2][0xa5][0xa3]%*Me*[0xeb]~[0x94][0xd7]3[0xcd]~)[0xcf][0x99][0xa9][0xbc]g[0xf9][0x97][0x92]C)j[0x8c][0xdc]q[0xd7][0xf1]=[0xd7][0xb6][0xd9]Q=[0xed][0xaa]KT[0xde][0xa1][0x87]T[0x1][0x17]N[0x14]_[0xe][0xa5]d[0xf3][0xc4]*[0x95]qwt[0x8b]i[0xdf][dZ[0xbe][0x1f][0xcf][0xdb][0xf6][0x90][0x97]!/[0x1d][0xbf]4[0xa8]%[0xc3][0xb6][0xd2][0x86]oR[0xc0][0xac]B]Z[0xa1][0x9b]*[0xcc]:u[0xa1]L[0xa8][0x1b]qWt[0xc3][0xe4](\X[0xbb]6M[0xb]1[0xa1][0xe6][0x9c]b[0xb4]}CH[0xd2]Rs[0xb9]GTgd\[0x1d]j[0xdb]h[0x9b][0xef][0x1c]R[0x98][0xb2][0x16][0xb3][0xb6]9./[0xa6]Z#[0x9b]5[0x1d]b[0xbb][0xef][0x8c][0xee][0xd2][0xe2][0xef]/S_[0x9f].[0x9b][0xab][0x1f][0x8a][0xee][0xf0][0xeb][0xec] E[0x88][[0xe9];u?[0x88]|[0xfa][0x14][0xee][0xe6]v[0xa4]u[0x1f]}%W[0xe1][0x0]Z[0xb9][0xa7]i[0xdd][0x84]:[0x9a]3[0x7][0xe9][0xcd][0x9d][0xb4][0xbb][0x83][0xde][0x9][0xfa][0xad][0x8d][0x8b][0xab][0x10]+R[0xf7]}[0xbc][0x97][0xd2]{q[0x88][0x9e]z[0xa0][0x81][0xbb][0xe4]y>}[0xb7]:}[0x2]![0xd2][0x7][0x9a][0xaf][0xa1]j&[0x9e]XC[0xf5]U[0x84][0xde]@M9[0xce][0xfd][0x12][0xa7]3[0xd0]U8[0xbc]:[0x8c][0xf7][0xd3]{A[0xed][0xf8]A[0x85]x[0xf][0xaa][0xa5][0x96][0x16]O[0x88]5[0xd4][0xbe]V[0x0][0x8a]Hq[0x86][0x0][0x17]J[0xc0]4[0xf4]c@[0x82]i[0x12]6[0x0];[0xa2][0xc0]>J:[0xd5][0xf4][0xdb][0x12][0xef][[0x83][0x96]h[\r]_E]<[0xf1]+D[0x8a][0xb0][0xad][0x14][0x1][0xe0][0x11]o9[0xd4][0xd3][0xdf][0x84]f[0xe4]%[0xfc][0xde][0xe0]`[0x1][0xbe]E[0xc1][0xf3][0x8a][0xbd]f[0xd6][0x6][0xc9][0xdb][0xc0]P`[0x18][0xa8][0x89][0xff][0x12][0x91][0xf2][0xe0][0x1f]+![0xb1]F[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x1e][0xab][0xea][0xf0]Y[0xd2][0xe6]X[0xda][0xe2][0xab][0xa8][0xbf][0xce][0x1e][0xae]A_[0x89]'V[0xd1][0xc0]P[0xd5][0x12][0xaa]Q[0xfa][0xf3][0x4][0x85][0xf9]$[0x1a][0xf0]T[0x9][0x5]m[0x5][0x1f][0xdb]p[0xc][0xc7][0x9][0xf4][0x84]<%[0x1a]hI#[0x9b][0x96][0x9b]Yi[0x94]V[0x9a][0xca][0xad][0xbc]HV^"+/o[0xcf][0xca][0x87]h[0x11]"[0xc1][0xbd][0xaa][0xd4]FhGw[0x82][0xb2]{[0x8f][0xb2][[0xcf][0xd4]$~[0x8d][0xe6]*[0x94][0x13][0xb4]Rb[0xa7][0xbe]`[0xa7]^[0xd9]Y[0x87][0x1f]U[0xf0]c[0xb4][0xa3]{G[0xc1][0xbf]@[0xbf][0x9c][0xc1]=AX[0x91]xb[0xf7][0x1a]Zd\[0xad][0xe3][0xbb][0x9f]C8~`[0x15]m[0x7]V$[0x8][0x9b][0xec]&[0xa3][0xc0][0xeb][0x14][0xe2][0x1b][0x14][0xee]o[0xd1][0x8e][0xdf][0xe1]&[0xfc][0x1e]=xS[0xba][0x11][0xf][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "n[0xec]Qn[0xf0]j[0x2][0x1f]![0x7][0xda][0xc9][0xb5]IL[0x91][0xe1]i[0x95][0xd7]@r[0x9a]$'d[0x83]T5[0xbe][0x8d]F[\r]g6[0xf8]~?[0xed][0xce][0x16][0x12]_NM[0xfb]Fj[0xfe][0xb8]%5![0xbe][0x8d][0x15][0x11][0x8f][0xab]Z[0xef]P`[0x1d][0xc4]T[0xdf][0x9b][0xd0]~[0x8e][0xce][0x95][0xbe]b[0xf8]A[0xbd][0xff][0x99] [0xfe]B[0x93][0xe0][0xaf][0x94][0xcd][0xbf][0x95][0xd4]{G[0xc1]D[0x87]2QO[0x8d]wN6[0xd2]z[0xb0][0x81][0xe4]c$[0xe1]`[0xc3][0x10]o[0xa3]M[0xc3][0x3][0x15][0xca]@[0xf0][0xb5][0xad]b[0xb5][0xd4][0x9c]9|[\r]]3k[0xb8][0x89][0xd2][0xb5]k[0x15][0xdd][0xab][0xb8][0xb9]u7?z[0xe8][0xc1][0x9e][0xaf][0xe2][0x96][0xd6]=[0xbc][0xa6]t[0xf2]z/[0xad]Wqk[0x91][0x97][0xa0]D[0xdf][0xa2][0xd4][0xa7]1[0xf4]VIo[0x1d].[0xf4][0x16]}(([0xb3]R[0xac][0x18][0xf1][0xc4][0xab][0xa8][0x9]]I\G#[0x9b][0xa6][0xf2][0xd8][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "j[0xaa][0xaf]$hZ[0x8d][0xb1][0xe1][0xeb]h[0xe7][0x9f]>[0xe9][0xc3]m[0xcf][0xa3][0xe9]r[0xb0][0xb9][0xce]ZAq[0xb5][0xf3]O[0x9f]tl]A[0xca]I!t[0xa5][0xd0]Cq[0xe2][0x7][0xf8][0x7][0xb5][0xfa]?[0xa9][0xc8][0xfe]E[0xc9][0xfb]7[0x15][0xd8];[0xe8]![0x1f][0x7]D[0x15][0x6]E[\r][0x1e][0x10][0x1a]fE[0xa4][0x84]y[0xa3][0xc0][0xbc][0x81]9[0xa4][0xc8][0xfd][0x1e][0xe2]7M[0xb2][0x80][0xe7]f[0xd4]i[0x8d]D[0xf5]n[\r]f[0xad][0xe8][0xaa][0xe5]yC[0x9f]B*L[[0xb1][0x1b][0xb]"i[0x8][0x98]|[0xcf]e[0x84][0xaa][0x9b][0xf7]-[0x4][0xde]7[0x4][0x94]J[0xe1][0x83]Ewe[0x9d][0x89][0xe6][0x12][0x1e]c[0xca][0x95][0x13][0xb2][0xd9]C-G[0xc5][0x94][0xf8][0xf][0xf3]J[0xa6]Q%[0xe8][0xce][0xa4][0x11]l)[0xcb][0xbd][0xd2]{:z[\r][0xbd]34[0xb1][0xf7][0xfd][0x2][0x9d][0xaf][0xc9]$[0x14][0x8b]8J[0xde][0x9d][0x97][0x9][0xbc]@[0xe0]\[0x83]Ut[0xae][0x86][0xe4][0xdd][0xb2][0xb0][0xa9][0x8a][0xfe][0xb]PK[0x7][0x8][0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.class[0xad]U[w[0x13]U[0x14][0xfe]N[0x92]f[0xd2]t[0xa0][0x17][0xda][0xd2][0xb]"R-i[0xda][0x12]-[0x5][0x85]"[0xf4]F@I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xa5]P[0x4]T[0x98]$[0xd3]v[0xda]$Sf[0x92][0xd2]z[0xc5][0xca]r[0xf9][0xe0][0x1f][0x80]G_x[0xc5][0x97] [0xba]d[0xf9][0xe4][0x83].[0x1f]|[0xf4][0x9f][0xb0]X,[0xea]wf[0x92][0xd2][0xd0]4"[0xcb][0xac][0xac]s[0xd9]g[0x9f][0xbd][0xf7][0xf7][0xed]}[0xf6][0xfc][0xfe][0xf4][0xa7][0x87][0x0][0x6]p+[0x88][0x0]N+[0x88][0x5][0xd0][0xa5] [0x1e][0x84][0xf][0x13]A[0x9c][0xc1]Y9L*8'[0xe7])[0x5][0xe7][0x15]\[0x90][0xaa][0xd3]R[0xe3]b[0x10][0x1f][0xe0][0x92]\][0x96][0xab][0xb3]r[0x98][0x94][0xc3][0x95] :[0xf1][0xa1][0x82][0x8f][0x82]h[0xc6][0xe9]:[0x4][0xf1]q[0x1d]<[0xb8][0x1a][0xc4]5huH )[0xb7])[0x5][0xba][0x80][0xff][0xa8][0x91]5r[0xc7][0x4][0xbc][0xa1][0x9e]i[0x1][0xdf][0x98][0x99][0xa2][0xb4]>fd[0xf5][0x89]|&[0xa1][[0xe7][0xb5]D[0x9a][0x92][0xa6][0x98][0x99][0xd4][0xd2][0xd3][0x9a]e[0xc8]}Q[0xe8][0xcb][0xcd][0x19][0xb6]@O[0xcc][0xb4]f#[0xe6][0xa2]=8[0x1f]Y[0xd4][0x96]#[0xf6][\r][0xc3][0xb6][0x13][0xe6]r$iZzd4[0x9f]M[0xa5][0xf5][0xb]9#m[0xf][0x9]4[0xcc][0xea]9W2ffs[0xfa]rN[0xe0]x[0xc8][0xbd]o[0xcf][0x1a][0x91][0x19]K[0xcb][0xe8]7Lk[0xa1]xm[0xa8]g[0xeb][0xb3][0xa2][0x1][0x1a][0xf5]g[0xf4][0xdc][0x9c][0x99][0x12][0xe8][0x88][0xcd]kKZ$[0xad]eg#[0x96]>[0x93][0xd6][0x93][0xb9]H[0xdc]9[0xa3]V[0xcd][0x8c][0xa1][0xa7][0xa9][0xd4]^A)*[0x8f][0xa4]%G[0x87][0x98]:[0xae]T[0xd1][0x12][0xc4][0xde][0xb2][0xe1][0xfc][0xc4]rR_[0xcc][0x19]fVZH8[0xc1][0x9]tVA%[0xb0]m*[0xa7]%[0x17][0xe2][0xda][0xa2]C[0xa5][0x82][0x19]&[0x9f][0xc9]U[0x10]V0+P[0xbb]N[0x93][0xc0]d[0x15]~J[0x1c]l[0x8]f*g[0x19][0xd9][0xd9]j[0xc4][0xd1][0xbd]'[0x91][0x14][0xd8][0xfb]"[0xdc][0xaa][0xf6]J&a[0xa6][0x8d][0xe4][0x4]5d[0x1d]l[0xf2]$[0x10]\[0x8f][0x96][0xcc]E_2\G[0x94]g[0x99]Db[0x86]-=+[0x89][0x92][0xc9][0x86][0xcd][0x87][0xad][0xe5][0xf5][0xb8][0xb2]X[0xaa][0xc9][0xfe][0xe7]t[0x8f]V[0xe1][0xe1][0xd8][0x90][0xf3][0xa4][0xe6][0x14][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe6][0xc9][0xfa][0x94]1[0x9b][0xd5]ry[0x8b]v[0x92][0xff][0xb][0x8c][0xea][0xde]_[0xd6][0xcb][0xcd][0xb6][0xb2][0xa4][6[0xcb][0x93][0x99][0x9a]2[0xf3]VR[0x8f][0x1a][0x92][0xaa][0x86][\r]Os[0xbf]4[0xa9]b[0x17]^[0xe1][0x3][0xd9][0xd2][0x16];[0xc3]3[0xd7]ci[0xcd][0xb6]U, [0xcd][0xf2]U[0x91]AV[0x85][0x89]E[0xda]}[0xa6]s&1[0xcf][0x87][0xa3][0xe2]:,[0x81]=[0xff][0x6]U`G[0x85]G[0xa5][0xc2][0x6]M[0xe4][0xb1][0xc4][0xa7][0xa1][0xe2][0x86][0xdc],cE[0xc5]'[0xf8]T[0xc5]A[0x9c],]sX[0x1f][0xb1],mER[0xaf]b[0x8][0x9f][0xa9][0xf8][0x1c]_0[0xc3]*[0xbe][0xc4]M[0xa6]Y[0xc5]W[0xb8][0xa9]b[0x15]_[0xb][0xec]{[0xc1][0xae]%[0xd0][0xb6]UW[0x11][0xd8][0xb9]E[0x97](c[0xc1]M[0x92][0xc0][0xf6][0xf2][0xe2][0x10][0xd8]u[0xa5]j[0xde][0x1a][0xf9][0xae][0xc6][0xf5]dZ[0xb3][0xf4]T[0xc9][0xe1]phs[0xf6]7[0xf6]*'+[0xa5]:[0xac][0xdc][0x8]U[0xc3][0x1e]I&u[0xdb]6[0x9c][0x17][0xc3][0xce][0x99][\r][0xc9][0xd6]s[0x1b][0xa5][0xbe][0xd0]e[0xf9]A[0xf0][0x1b][0xd9]%s[0x81][0xfb][0xc3][0x1b][0xfd][0xba]i-[0xf3][[0x14][0xf5]l[0x16][0x9][0x4][0x88][0xc3][0x89][0x8b][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xf5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0x1c]h[0xb4][0xd8][0x81]w[0x85]z[0xaa][0xf5]`[0x85]W[0xe4][0xb3]'[0xd1][0x84][0xc3][0xa8][0xf9]r[0x19]x[0xd4]23[0x2][0xcd][0xa1][0xcd][0x8c][0x10][0xa3][0x97]w[0x4][0xba]+ [0xa9][0x18][0xf6]n[0x19]A[0xb5][0xfc][0xd4][0xd3][0xde]TY{l.[0x83][0xb7][0xde] [0xfd][0xfa][0xf5][0xbc]&+[0xa9][0xa5][0x92]o[0x19][0x99][0x96]J[0xb9]}t[0xba][0xf4]T[0xe9][0xbd][0x92][0xf3][0xe2][0xf9][0x10]^[0xe3]G>[0x0][0xf9][0xab][0x81][0x90][0xf][0x97][0xe3]n[0xee]"[0x9c][0x85][0x94][0x86][0xef]C[0xfc][0xc0][0x85][0x7][0xaf]r[0xf4];[0xc2].[0xec][0xe1][0xa8][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "4[0xb1][0x97]s-[0xa5][0xaf][0xbb][0x97]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "^([0x94][0xe5][0x9b][0xef][0xa1][0x9a][0x96][0x9a][0x16][0xdf][0xf7][0x18][0xec]o[0xa9][0x19]8[0xe2]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0xfb][0xb][0xd8]^@[0xfd]mt[0xca]e[0xc3][0x1d][0xd4][0xb6][0xfb]i[0xa6][0xb1][0xdd][0xcf][0xab]M[0xd2][0xc6][0xad][0x1a]qw[0xed][0x8f][0xbb][0xf0][0xc5][0xc5]=:[0x7]Cy[0x3]u[0xe8][0xc6][0x1c],[0xce][0x6][[0x8a][0x9c][0xbd][0xe][0x88]c[0xa8][0xe7]x[0x80][0x0][0x6][0xb1][0x3][0x87][0xd0][0x86]w[0xa8]}[0x84][0xda][0xc7][0xb1][0x1f][0xc3][0x18][0xc7](&9^B[0x14]Wq[0x8a][0xb7][0x87]y[0xff][0xc]-[0xc4][0xd8]D[0xce]9[0xe0][0x7][0x9]\E;[0xef]u[0x13][0xf4]8[0xe7]}[0x8][0x91][0x9e][0xfd][0x18]A[0xf][0xc2][0xa4][0xab][0x1b]q[0xf4][0xa2][0xcf]!)[0x8f]~[0x9e]HV[0x81][0x93][0x8]F[0xed][0x1a][0xbd]y[0xdc]S`[0x94][0xe3]c[0x87][0xf1][0x83][0xc][0xde]M[0xd7][0x10][0xa1]y8+[0xe1]^[0xf1]#v[0xdc]{.a[0xd7][0x9c][0x98][][0x15][0xbc]M[0xbc]pV[0x87][0x89][0x9a][0x1f],^?[0xca]3i[0xe8]/[0xce]2u[0xa3]?[0xa3][0xf9][0xd2]}[0xb4][0xc4][0xc3][0xf][0xd0]*P[0x9e][0x99]n73[0xed][0xfe][0x7][0xd8])[0xc0][0xc4][0xb6][0xdd][0x86][0xda]'[0xb7][0xed][0x1e]\tr[0xf1]w[0x9f][0x8c][0xc1][0xe7][0xc4][0xd0][0xc1]([0x80]4[0xeb],[0xc3]"1[0x89][0xf8]:[0xfd]f[0xc8]j[0xce][0x89]+L[0xbd].[0xec]t8[0x92][0x9a][0xa3][0xeb][0x11][0x8e][0x16]#[0xc]p|[0x97]y[0xf3]0Cn[0xe1][0xb9][0x92]aJ$[0xa7][0x9d][0xf0][0xae][0x11][0x1e][0x9][0x1c]Q$?c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xc6]%[0x81]][0x8f]H[0xdc][0x9][0x87][0x8c][0xa8][0xc3][0xd7][0xc9]"_[0xf][0x8b]0[0xa3][0x95][0xe0][\r]T[0x80][0xd7][0xd6][0xf7][0x1b][0x1a][0x1d][0x88][0x1d][0x2][0x8e][0x84][0xe7]n[0xd9][0xfd])$T[0xef][0x6][0xa8][0xab][0xc][0xe8][0x16][0xcb][0xe0][0x1b][0x12][0xfb]-[0xc3]^e[0x81]|[0xb7][0xe][0xb5][0x93]`KP[0xa3][0xeb]P[0xa3]E[0xa8]ru[0x8a]+[0x17]X+|O[0xb1][0xdd]A[0xf3][0x4]}[0xac][0x80][0xc7][0xf0]o[0xe9]F[0xc3]7[0x1d][0xdb][0xe3][0xc8]0[0xc][0x94][0xcd][0xba]-[0xfc][0xa6]K[0x11]*[0x85]J[0xee]b[0x81][0xb6]nV[0xeb]6[0x9f][0x4][0xad][0x14][0xb4][0xec]4][0xdd]xa[0xca][0xe6]"g[0xa7][0xc8][0xf][0xf2]W0[0x8f]$a$[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "v%[0xe0][0x90][0xe]"[0xa7][0xc9][0x9e]![0xcd]&[0x91][0xce]B[0x8e][0xca](r[0x98]D[0x81]|[0xb6][0x89][0xdd]3z[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe4][0xb5][0x8d]5[0x92][0xd5][0x0]E[0x91]|[0xe8][0xde]X[0x90]p[0x16][0xe3][0x98] [0xfe]![0xc2][0x88][0x91][0xa7][0x8c][0xb7][0x8e])[0xb2][0x86]q[0xfb]47yk[0x9a][0xa4][0x19][0x92]W[0xa1][0x1c]c[0x92][0xe3][0xe][0xc7][0xec]o[0x8c]p[0xcc][0xfd][0x95]^t[0xe2][0x98]o[0xab][0xc1]8[0x16][0x8e]![0x9f][0xd7][0x5][0xaa][0x93][0xe4][0xcc][0xa8][0xc8][0x8b]A[0x5][0xef][0x93][0xbc][0x14]H[0xf][0xfe][0x1]PK[0x7][0x8][0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xd0]h[0x0]?[0xf][0x2][0x0][0x0][0x99][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J>![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0x7][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x8][0x0][0x0]org/ops4j/pax/swissbox/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xe6][0xaa][0xa8][0x13][0x10][0x2][0x0][0x0]|[0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x8][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xf5]l[0x3][0xc0][0x8][0x2][0x0][0x0][0xdf][0x4][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$EmptyEnumeration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[\r][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xfe][0xb2][0x92][0x9f]c[0x5][0x0][0x0][0xfd][0xb][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x15][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x1a][0x0][0x0]org/ops4j/pax/swissbox/core/ContextClassLoaderUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x11][0x0][0x11][0x0][0x82][0x5][0x0][0x0][0xe8][0x1d][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "a755247791ccba141532301aca61c94b5b4e03f0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << last-modified: Mon, 08 May 2017 08:06:56 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55402<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 12:04:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 22256[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]SKo[0xe2]0[0x10][0xbe]G[0xca][0xb0]8[0xac]@"[0xce][0x3][0xda][0xb2]A[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe5][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(K[0xb6][0xd5]J{X[0x99]d[0x2].[0xc6][0xce][0xda][0x86][0xc0][0xbf][0xaf][0x93]@([0xdd]J[0xcb][0x8d][0xf1][0xf7][0x98]|33%[0x9c][0xa6][0xa0][0xb4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "RQ[0xc1]C[0xe4]c[0xcf][0xb6][0x86][0x5]T[0x83][0xa3][0xe3]v)[0x8c]]E2[0xde][0xa7][0xfe]3r[0xc0][0xea]D[0xc4][0xf0][0x99][0xf5]j[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "y6q[0xd0]s[0x6][0xdc]xIMc[0x9a]U[0xe9]F"[0xd5]9[0x91]E[0xc0][0x12]=[0x91]=[0xf9]@[0xae][0x97][0xa7][0x87];[0xb6]5[0x92]P[0xcc][0xaf][0xdc][0x84][0xfb]2[0x3]4%{#X[0xe1][0xd1][0x9c][0xed]V[0x94][0xdb][0xd6][0xf8][0x90][0x9][0xa9][0x9d]9[0x89]7d[0xf5][0xff]f[0xfb];[0x13]`8h[0xfc][0x3]3[0x3][0xad][0x90][0xcc]$[0x18][0x1f]c[0x6][0xed][0x12][0xa3]V[0x14][0xa7][0xd2][0xe4][0x90][0xb][0xb9]i[0xf4][0xf7]U[0x9b][0x83]F[0xd9]f[0xc3][0xb6][0x1e][0xb7]_[0xf8]_[0x91].[0x9c][0xdf]>[0xee][0xb4][0x83]V[0xa3]}qg[0x84][0xaf]J[0x80][0xf1]?cn>a[0xae]>[0xa4]n[0xef]J[0xb6]WS[0x94][0xd9][0x6][0x94]v[0xdf][0xae][0x9e]KE[0xdb]Z[0xc0][0xdf][0x1d][0x95][0xe0][0x8c][0xcc]R-[0x8b]C1[0xd9][0x96][0xbd][0x2][0xf4]Ssv M2[0xcd]o[0xcd]SmP[0xc]([0x1a][0xb7][0x9a]g)[0x1f][0xdf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9d][0x9f]B[0xb0][0x10][0x15][0x7][0x1e][0xe0][0x8e][0xd9][0xc1][0xc0]3[0x17]}[0xe3]{[0xde][0xad]wg[[0xef]PK[0x7][0x8][0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.properties5[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xbd]Oq[0x9]3[0x97][0x16]5[0x12][0x12]&c[0x8c][0x3][0x93][0xbe][0xc0]A[0xf],!m[0xd3][0x16]-o/[0xe][0xae]_[0xfe][0xfc][0xc5][0x8d]-[0x7]J[0xac][0xa1][0xdf][0xc0][0x85][0x9][0xc9][0xd3][0xf0]b[0x1c]y1[0x19][0xfb][0xd5][0xea][0x85][0xfd][0xb2]N[0xc6][0x8a][0xa2]s[0x16]:[0xda]@[0xd6][0xa0]d#OM[0xa5][0xe0]r}<[0xa1][0x92][0xea],[0xde][0x1c][0xa2]q[0xb6]UX[0xe3]AL[0xc1][0xad][0xfe][0xae][0xdb][0xdf][0xd2][0xf9]x[0x9c][0xd1]S[0xc6][0xf8]11[0xf6].[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc9][0x8c]4[0xa4][0xbd][0xd8][0xbd][0xfc]{[0xc9]9[0xb1][0xd5][0x1c][0xc4][0x17]PK[0x7][0x8][0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xml[0xad]TMs[0xd3]0[0x10][0xbd][0xe7]W[0x88][0xe]WI)[0xcd][0x81][0xc9][0x18][0x9f][0xe0][0x0][0xd3][0x8f]@)[0xc3][0xad][0xa3][0xc8][0xeb]T[0xa9],i$%q[0x87][0xe1][0xbf]#Kv[0xe2][0x98]4[0xa4][0xc0][0xcd][0xbb]~[0xbb][0xfb][0xf6][0xe9]I[0x99][0xb1]z[0x9][0xdc][0xa3][0xba][0x92][0xca][0xbd];{[0xf0][0xde]L)[0xad][0xd8][0x1a][0x14]a[0x86][0xf1][0x7] [0xda].[0xe8][0xec][0xe6][0x8a]N[0xc8][0x98][0x8c][0xcf][0x12]rZ;[0xb1]Eo6[0x1b][0xb2][0xb9][0x88][0xb8]7[0xe3][0xf1]9[0xfd]~uy[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "+[0x86][0x85]r[0x9e])[0xe][0xa1][0xca][0x89][0xa9][0x8b][0xc9]K[0xcd][0x99][0x17]Z[0x9d]0[0xc]=[0x87][0x88][0x9][0xbc][0x9e][0xdc][0x8f][0xef][0xc7][0xa4]v[0xc5]Y>[0x1a]![0x94]U[0xba][0x0][0xf9][\r][0xac][0xb][0xed][0xf3][0xd8]![0xa3]{[0xb9][0x88]2[0xcc][0x82][0xf2]y[0xf8][0xc][0xc1][0xc2][0xea][0x95][0xf9]X[0xe4][0xa1]+[0xd1][0xc6]M[0x96][0xc4][0xb0]:[0xa3]]:[0x81][0x98][0xf5][0xa2]d[0xdc][0x87][0x84][0xdb][0x8][0xe7][0xe6]:@z[0xc9][0x84]Z[0xb7]C[0xce][0xc9][r[0x91][0xd1].L?-[0xc8][0xb0][0xf5][0x1a]f[0xcc]?[0xe4][0x84]P[0xa3]+[0x12][0x94][0xcc][0xe8][0xde][0x8f][0x86][0x1e][0xed][0xf8][0x8d][0x9e][0xa3]Gv$z<[0xfb],[0x3][0x8]w [0xc][0xb5][0x7]U[0x80][0x1d]R[0xe]B[0xf0]G[0xb6][0x10]j[0x91][0xcf]W[0xaa][0x90][0xd0][0x8c][0xee]2q[0xba]b[0x15][0xe4]7[0xb3][0xdb][0xc9]'4c5[0xba]m;[0xa2][0xe9][0x14]}[0xd8]6[0x8d][0xa0][0x6]][0x80][0xe3]V[0x18][0xbf]][0xfa]@%Fw^H[0xe1][0x5]8[0x14]7[0x87][0x2]y[0x8d]:[0x8a][0xc8]0[0xef][0xc1]*[0x12][0xeb][0xdf][0x83]gB[0x6][0x84]P[0xa5][0xb6]UtM[0x83][0x9e][0x3]*u`[0x8c][0x98][0xef][0x1c][0xb2][0x11][0x8f][0xa2][0x15][0xa8][0xf1][0x7][0xd7][0xaa][0x94]+[0x8][0xce][0xa3]5[0xbd][0xfe][0xfc][0xe5][0x9a]De[0xf7][0x18]F[0x5][0xac]6`[0x1b]6[0xed]1%![0x88]{[0xaa][0xe6]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "~[0xdd][0xec]vX{[0xb2][0x93][0xf5]P[0xd1]^[0xbb]F"[0x17][0xb4]=[0xbd][0xd7][0xae]"Y[0xa2][0xc7]s[0x14][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd9][0xd9][0xce][0xc8]U8[0xb1]v[0x81]m[0xdc][0x85][0x3][0xf][0xb5]w[0xa8][0x4])[0x86].[0x1f]:=[0xdd][0xb1][0xc4][0x7][0xa7][0xa6][0xbf][0x9b]>[0x92][0xeb][\r][0xec]"[0x97]x[0xb7]<[0x93];L[0xb3][0xa2][0xe2];[0xb1][0xb7][0xa9][0xa7]m[0xb3][0x17][0xf8]}[0xc8]w[0xcf][0xf3]R[0x94][0xc0][0x9f]x[0xe3][0xe9][0x3][0x94][0xbb][0xab][0xf9][0xfa]G[0xfb][0xfc][0x91]6[0xf3]sxm[0xe9][0x90][0xe3]i[0xa4][0xe7][0xcc][0xc1]Q[0xb2][0x11][0x86][0x1b][0x18][0x96]L-[0xe][0xbc]&/[0x9e][0xec]d9Y[0x1e][0x1d][0x1a][0x11][0x98][0x19]q[0xd2][0xb8]W[0x18][0xa3][0xaf][0xe0]<[0xea][0x9f][0x1c][0xc2][0xf8][0xff][0xb2]q[0xa2]2[0xcf][0x9c][0x92][0xe3][0xc1][0xf4][0xb9][0xf][0x14]2[0x9a][0xbe][0xff]B[0x99][0xe5]J[0x9][0x94]G[0x8b][0xf8][0xf7][0x3][0x0][0x16]^[0x0][0xcd][0x1f][0x8f]N[0xdb][0x81][0xfe]4[0xb0][0x17][0xa7]{[0x1f][0x9f][0x81][0xc6][0xad][0xf9]/PK[0x7][0x8][0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.class[0x9d]V[0xfb]s[0x13]U[0x14][0xfe][0xb6]M[0xb3][0xdb]t[0xfb] [0xb4][0x85][0xc8][0x1b][0xb1][0xb4]i[0xda]@[[0x95]WA(O[0x81][0xd0][0x97][0xad][0x14][0xa4]n[0xd3]mX[0x9a][0x17][0x9b][\r]-*[0xbe][0x1f][0x88][0x82][0x88]O[0x10][0xe1]7[0xd1][0x91]qp[0xc6][0x6][0x94][0x19][0x7]_ut[0xfc][0x9][0xf1]5[0xe3]?[0xa2][0xa3][0xe2]9[0xbb][0xdb]4M[0x2][0x3][0xcc]4[0xe7][0xde]{[0xee]=[0xf7]~[0xdf][0xb9][0xdf][0xb9][0xdd][0x1f][0xff][0xfb][0xe2]K[0x0]M8[0xeb]B-z$[0xf4][0xba][0xf0]0vJ[0xe8]s[0xa1][0xe][0xbb][0x8a][0xc9][0xb9][0x9b][0xcd]#l[0xf6]H[0xe8]w[0xa1][0x12][0x8f][0x8a]P\([0xc1].6[0x3]l[0x82]<=[0xc8]Fe3T[0x82][0x10][0xf6][0xba][0xa0]a[0x9f][0x88]a[0xe][0x9][0xb3][0x89]H[0x88]r[0x1b][0x93][0x10]wa?t6[0x9][0x11][0x86][0xb][0xb3]y[0xb3]:$]8[0x80][0x11][0x1e][0x8e]J8([0xe1]1[0x9][0x8f]Kx[0x82][0x1d][0x87]$<[0xc9]mP[0xc4]S"[0x9e][0x16][0xf1][0x8c][0x0]g[0xa4]?[0xae][0x18]{[0x5][0xb8][0xb7][0xed]S[0xe]([0xfe][0xb0][0x12][\r][0xf9][0xbb][0xc]][0x8b][0x86]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8d][0xf4][0xf]ia[0xb5]]1[0xc]U[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8e][0xf4][0xeb]j0[0xa9]'T[0x1]B[0x9f][0x80]J+z[0xbb][0x12][0xd5][0x86][0xd4][0x84][0xb1]YU[0x6]U][0xc0][0xac])a[0xd9][0xb3]3[0xd2][0x9b]d[0xcf]8WiQ[0xcd]X-[0xa0][0xb6]6[0x17]M[0xae][0xa7][0xaf][0xae]G[0x80][0xa3]-6Hh[0xca][0xb7]iQ5[0x90][0x8c][0xc][0xa8]z[0xb7]2[0x10]V[0x99]P,[0xa8][0x84]{[0x14]][0xe3][0xb1][0xed]t[0x18]{[0xb5][0x84][0x80][0x96]m1=[0xe4][0x8f][0xc5][0x13]-[0xfb][0xfc]qe[0xd4][0x9f][0x18][0xd1][0x12][0x89][0x81][0xd8][0xa8]_[0x1d]5[0xd4](a[0xf1][0xaf]KF[0x7][0xc3][0xea][0x86][0xa8][0xa1][0x1f][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "*[0xd1][0xa8][0xaa]S:[0x1c]V[0xaa]J[0xa6][0xe4]DLg[0xa4]z[0xea][0x89][0x7][0xe3][0x13][0xa7].[0xbf][0x83][0xe3]Vuw[0xaf]\Mg[0xee][0xb9][0xa5]T[0xdc][0x99][0xc7]L[0xa0];[0xdf][\r]znrU7[0xb8][0xbd][0xd2].C[0x9][0xe]oW[0xe2]&kSc[0xc3][0x94][0x9e][0x90]j[0xb4][0x9b]i[0xf3][0xd7]ZiH[0x84]4[0xff][0x90][0xae]D[0xd4][0x91][0x98]>l3_Y[0x97]O~E[0x7][0x94]pR[0x9d][0xaa][0xcd][0x1d][0x3][0xfb][0xd4][0xa0]A[0x93][0xce][0x1]3[0x92][0xd4]v[0x93]mI[0xe6][0x2][0xca][0x8][0xc2][0xc6][0xcc]+s[0x91][0xa3]s[0xe2][0xd6][0xe6][0xde][0x14][0x16][0x89]\2b[0x16]"[0xd2]{m^[0x9c][0xc5]]Z([0xaa][0x18]I[0x9d][0xb6][0xdb][0xbd][0xaa]{E.[0xdc][0xd5][0xb9][0xae][[0xd4]D[0x96][0x1c]\][0xb1][0xa4][0x1e]T[0x99][0xe]UR[0xae]l[0x1a][0xf9][0x1c][0x19][0xcd]XCr[0xe5][0xbc][0x8b]xV[0xc6]sx^[0x80][0xcc]A[0xf3][0xe3]V[0x12]x[0xc9][0xb]2[0x96][0xc0]'c)[0x9b]&[0xf8][0xa8][0xa6][0xfd]2^[0xc4]K[0xb4]s6[0xcb]uI-L[0xa0]d[0x1c][0xc6][0xcb]2[0xda][0xd1]![0xa3][0x9e][0xc3][0x1a][0xd8]4[0xc2]/[0xe2][0x88][0x8c]W[0xf0][0xaa][0x88][0xa3]2[0x8e][0xe1]5[0x1][0x15][0xd9][[0xc8]8[0xce]a[0xaf][0xe3][0x4][0xd7][0xa1][0x9e]Te[0xbc][0xc1]g[0x15][\r])[0xe1][0x4][0xe9][0xe5]M[0x19]o[0xe1]m[0x19][0xef][0xe0]][0xaa][0xa5]\[0x0]CC|[0xfe]I[0x9c][0x12][0xf1][0x9e][0x8c][0xd3][0xbc][0xd7]a[0xbc]O[0xa0][0x1f][0xa7]=X[0xc4][0xad][0xa4]A_[0x86]pi\[0xec][0xb3][0xc5][0xda][0xca][0x8b][0xcf][0xd0][0xe2]C[0x2][0x9a]n[0xbf][0x1a][0xa7][0xd0][0xb1].P@[0xc3]m[0xdd][0xa0][0x80]E[0x93][0xeb][0xcd]}[0x2][0xc9]px[0xad][0x1e]JF[0xd4][0xa8][0xb1]a4[0xa8][0xc6][\r]-F[0xea],'[0xd5]k[0x83][0x8a][0xa1][0x6]b[0x6]/[0x11][0xb0][0xb8]6[0x8f]|rt[0xc8][0xc5]\X[0xcb]V[0xa2][0xe3][0x13][0xbd][0x1a][0x17]]U[0x9e][0xe7][0x83]E[0xed]T[0xe2]qZE$[0xf2]-[0xc8]q[0xd9][0xd7]O[0x2][0xf4][0xdc][0xb0]X[0xac][0xba][0xb2]^[0x3]zcgN[0xd4]J[0xd2][0xd0][0xc2][0xfe][0xf5]Z[0x90][0xd9])[0xfa]A[0xda][0xa3]2[0x9f][0x9f][0xc0]S[0xb8][0x80][0x9a]m2x],[0x16]V[0x15]~[0xb5][0xcd][0xa7]e[0xc7]PVr[0xf3]$[0xc0][0xe][0xa1][0x3][0xe5][0x1][0xab][0xdb]c[0xbd]Jt[0x1e][0xbf][0xe][0x4][0xba]-[0xac]$[0x88][0xf1][0xf4])[0xaf][0x83][0xe9][0xa4][0xa8][0xf2],[0x17][0x89][0x94]B[0xba][0xb4]H<[0xac][0x6]([0x83][0x2]|[0xb7]x[0x5]\[0x0][0xb4][0xe1][0xac][0xda][0xbe][0x1b][0xce]:[0x16][0xd0][0xb7]C[0x1d][0x4]x[0xe1][0x84][0x9b]K[0x94]>M[0xdc]\[0xa5]fK[0x85]j[0xb6]K[0xec][0xf1]R[0xbb]m2['[0xc5]5[0xa3][0x85][0xec][0xbd]4:[0x4][0x11][0xe]jgx[0x5]A[0xa8][0xf7][0xcd][0xb9][0x8][0xc1]]P[0x9][0x85]n[0x87][0x8f][0xec][0xa7]4U[0x88][0xfb][0xcc]p^[0xd6][0xe][0x17]:P[0x81]NT[0xa3][0xb][0xf7][0x93][0xc7]k[0x85]c[0x19][0x96][0x3]fo[0x5][0x1d]#[0x98][0xbd][0x95][0xd4]+0{[0xab][0x8]R!Z[0xa9]/[0xdb]s[0xcb][0xb0][0x9a]Z[0x86][0xb2][0xc6][0x82]"4[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x91]|[0x1d][0xde][0x8b]([0xf2][0xd6][0x8f][0xc1][0xe9][0xf5][0x8d]A[0xf4]6[0x8c]A[0xf2]z[0x1c][0xdf]Cr[0x17][0x9f]C[0x8d][0xc7][0xe1].N[0xc1]u[0x12][0x92][0xc7]q[0xe]3.[0xa3]d[0xe7]E[0xc8][0x1e]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0x83][0xc5]<[0x8]4[0x98][0xa9]<[0x95][0xce]bCF[0x12][0x3][\r][0x17]([0xbe][0xfc]BV[0xf2][0xe]Sj[0x8e][0xa0][0x8a][0xfe][0xb][0xd4][0xe1](I[0xed][0x18]%[0xec]8[0xb6][0xe2][0x4][0xb6][0xd3][0xc3]>[0xa1][0x88]F[0xcc]3[0x93]RH+[0x97]Q:[0xb7][0x98])[0xeb]L'[0xb4][0x93][0xd2][0xbd][0x95][0xb0]O[0xa6][0xa7]3#=e([0xf8][0x17][El#[0x9a][0xd1][0xac][0x83][0xf6][0x9e]`z[0x9a]v[0xe2][0xa4]7[0x13]8q[0x1c][0xde]4Sq[0x92]iU&S[0x89][0x7]L[0xa5]b[0x92]J[0xb5]yG[0x1f][0x10][0x95][0xf][0x9][0xe0]GD[0xe5]c[0x82][0xfc][0x89][0x9][0xbe][0x9][0xda][0x93][0x6][0xdd][0x9c][0x6][0xdd][0x9c][0x3][0xba]9[0x3]t!+[0xd8][0x81][0x0]v[0xd8]H[0xaf][0xd9]H{[0xe9]li[0x1c][0x81]4Ri[0x12][0xe9][0xf2]L[0xa4]>{[0xe0][0x9e][0x91][0xc2][0xcc]SpO[0xc]=4<[0x89]2[0x1e]^[0xc2]])[0xcc]:O[0x9b]L;[0x9f]u1W[0x88][0xcd][0xd7][0x84][0xfc][0x1b]b[0xf0]-[0xbd][0x5][0xdf][0x91][0x2][0xc7])m?Pj[0xca]`[0xd6][0x9a]f[0xd6][0x9b]f[0xd6][0x9b][0xc3][0xac]7[0x83]Y[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xfe][0xc1]&[0xba][0x8e][0xbf][0xa9][0xfa][0x5][0xfe],[0xb0][0x19][0x9e][0xa5]mxq[0xdb]e[0xcc]&[0xf9][0xcc][0xf1][0xa6]07[0x85]y)[0xcc]w/`[0xb3][0x90][0xc]k[0x88][0xfb]w[[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee]/[0xb2][0xfa][0xd3]R[0xb8][0xc7]]C[0xfd][0x14][0x16]_H?45T[0x99][0xc0]U[0xe2][0xf4]3U[0xc0]5[0xcc][0xc4]/X[0x84]_[0xe9]5[0xfb][0x8d][0x18][0xfd]N[0xcf][0xc5][0x1f]TyWMF[0x16][0xd6]6[0x9b]G[0xeb][0x14][0xf][0xa3]/ [0xee]l[0xbb][0xd0]m[0xb6][0xf][0xfd][0xf]PK[0x7][0x8][0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.class[0xad]Wi[[0x1b]U[0x14]~o[0xa0]LH[0x86]B[0xd9][0xac]-j[0xd0]ZC[0x2][0xa4]Z[0xb4]*[0xb5][0x8a][0x88][0x96][0x1a]h[0x15]Dq[0xed][0x90]L[0xc3][0xb4][0xc9]$[0xce]LZp[0xdf][0xf7]}[0xaf][0xfb][0xbe]/[0xb8][0x95]F[0x9e][0xc7][0xe5][0x8b][0x1f]|[0x1e][0x82][0x1f][0xfd][0x13]>uy[0xef]$[0x85]LI[0x91]V?p[0xef][0x9d]{[0xcf]=[0xe7]}[0xcf]9[0xf7][0x1c][0xf2][0xcb]_[0xdf]}[0xf][0xe0],[0xcc][0x5][0x10][0xc6]N?[0xb4][0x0]&[0x90][0xa8][0xc5][0x19]H[0xfa][0xa1][0x7][0xb1][0xb][0xa9][0x0]&a[0x4][0xb8][0xb3];[0x88]=H[0xcb]U&[0x0][0x13]Y[0x5][0xb9][0x0]T[0xec][0xc][0xe2]f[0x18]r[0xb0][0x82][0xb0][0xe1][0x4][0x91][0xc7]^9[0xec]S0[0xa5]`:[0x88]&[0xdc][0xa2][0xe0]V9[0xdf][0x16]@3n[0xf][0xe2][0xe][0xdc][0xa9][0xe0][0xae][0x0][0xd6]`[0xa7][0x82][0xbb][0xe5][0xdd]{[0xa4][0x99]{[0x83][0xb8][0xf][0xf7][0xcb][0xe1][0x1][0xf9][0xf9][0xa0]n[0x98][0xfa]p>3[0xa1][[0xa3][0xda]D[0x9a];[0x8d][0xf1]lBK[0x8f]i[0x96]![0xbf]K[0x9b][0xd5][0xce][0xa4]a[0xb]l[0xfa]WK[0x17][0xe7][0xcd]dZ?lo$[0xa1][0x99][0xa6][0x8b]v[0xe5][0x91][0x8c][0xab]m[0x9e][0x9]t[0x95][0xc0][0xdb])#[0xb6][0xcb][0xd2]2[0xfa][0xbe][0xac][0xb5][0xa7][0xa4][0xa5][0xb7]#[0xbe][[0xdb][0xab][0xc5][0xf2][0x8e][0x91][0x8e][0xc5][\r][0xdb][0x91][0xac]'[0xdc]#[0x81][0xb5]K[0xdc][0x13][0xa8]+[0x8a]m[0xd5]5[0x82]"[0xf0][0xd6]2M[0x97][0x18][0x9][0xc7][0xc8][0x9a][0x9a]5-[0x5]G[0x1c]-[0xb1]gH[0xcb][0xb9]D[0x15]<%P;b[0xa4]L[0xcd][0xc9][[0xb4]r[0xe3][0xb1][0xc0][0xdb][0xbc][0xec]8[0xc][0x98][0xe][0xad]o[0xa1][0xfd]&[0xcd][0xf6]lJ=[0x2][0xed][0xe1]2[0xd5][0x4]W[0xc9][0x13]+t)[0xcf]y[0xa0]8[0xab][0x83][0xd2][0xd5][0xfd]i[0xcd][0xb6]u2n[0xf1]jXW4)[0xa0][0xc8]k[0x86][0x94][0xa8]?[0xc2][0x6]w2eP\[0x99][0x86][0xc5]v[[0xbd][0xf9]1[0x9d];[0x9c]#[0xbd][0x95],n.n[0xa6]53[0x15][0x1b][0xa1]R3[0xd5][0xbb]xG:[0xe2]l[0xef][0xed]e[0xdf][0xeb][0xfb][0xcf]AP[0xf0][0xb4][0x82]g[0x4][0xa6][0xc2][0xc7][0x5][0xe1][0xff][0xc8][0x82][0xfa][0xe4]|N[0x8e]fiZ[0xe0][0x8c]p[0xe5][0x8c][0xed]X[0x14][0xb4][0xaa]=[0xfa][0xb4]|[0xb5][0x8b][0xa0][0xf1][0x8d][0xf1][0x88]A<[0xa1][0xec][0xce][0x80][0x99][0xcf][0xe8][0x96]&[0xd5]Q@0l'[0x97][0xdd]t[0xb3][0xa7]_#[0xb4][0xa9][0x84][0x9e]+[0x9][0x5][0x16][0xc0][0xd1]ZF[0xcb])xV[0xc1]s,o[0x2]C[0xcb][0x83][0xb9][0xec]hZe[0xdb][0xdb]'v[0xeb][0x9][0xa7]w[0x99]%[0xa7]Tj[0x8e][0xc7][0xfb][0x81][0x91]l[0xde]J[0xe8][0xac]Lt[0xc7][0x9a][0x8a][0x15][0xac][[0xc2]R[0xd1][0x89][0xe7][0x5]V-[0xf0][0xc][0xed]r[0xab][0x99][0x82][0x17]T[0xbc][0x88][0x97]TD[0x10]e[0x8d]*[0xaa]P[0xb0]_[0xc5][0xcb]x[0x85]EE[0xc5][0xab]xM[0xc5]v[0xec]P[0xf0][0xba][0x8a]7[0xf0][0xa6][0x8a]-[0xb8]P[0xc1][*[0xde][0xc6];,[0x3][0xb][0xee][0xea][0xb3],[0xcd]-[0x3]t[0xb3][0x8a]w[0xf1][0x9e][0x82][0xf7]U|[0x80][0xf][0x99][0xa4]*>[0x92]z>[0xc6]'[0x9e]+[0xf3][0xaf][0x8d][0xf5][0xf4][0x98][0xe8][0xab][0xf8]T[0xaa]j82[0x16]*>[0xc3]'[0x92][0xee][0xe7]|[0x1c]*[0xbe][0xc0][0xc]i/[0xd8][0xdb][0xaa][0xd9][0x93]n[0x96]6y[0xf7][0x1c]Y[0x8]T|[0x89][0xaf]T[0x8c][0xe0]k&[0x89][0x8a]o$[0xe0]o[0xa5][0xb6][0x3][0x98]Uq[0x10][0x5][0x81][0xb6][0xa5]2N[0xe0][0xd4][0x85][0xe3][0xc1]tZOi[0xe9]>+[0xc5][0xb4]5[0xcb][0x85]6[0x96]E[0xa1]T[0xd2]B[0x99][0xbc][0xed][0x84]&[0xb5][0xbd]z[0xa8]H#$[0xf3]?[0xa4][0x99][0xc9][0xd0]^-[0x9d][0xd7]m[0xc9][0xe8];[0x96][0x9a][0xe3]jb[0x1e]7[0x15]ss[0x19][0xee][0xf6]$[0xa7]@s[0xa5][0xd7][0xc2][0xee][0xe8]-!|[0xce][0xb][0x1b][0x83][0x8e]|[0xaf]Y^[0xae][0xf3]D[0x9c]%[0xbe][0xe2][0xb3][0xe6][0x1b][\r][0xcb][0x6][0xbf]n[0x1][0x9a][0xb]y8[0x9f][0xae][0xe4][0xc7]z[0xba][0xc6]Hj[0x8e]>[0x9c]u[0xa4][0xc8]B[0xe9][0xf1]<[0xc2]E[0xaf]U[0x9a]8[0xf1][0xa8][0xbd][0x91][0x8f]*[0xa5];[0xf3][0xed]wu[0xb8][0xe3]h[\r]X1[0xec][0x81]L[0xce][0x99]va_+[0xd0]}l[0xff][0xcb][0xb0][0xff]e4'1)[0x10]Z[0xaa]g[0x16]Ke[0x99][0xc3][0xfa][0xb3][0xcc],[0x17][0x6][0xe1][0xd5][0xea][0x12]A[0xc9][0xf3][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbd][0xd6][0xef][0xf6][0xda][0x11][0x9d][0xe7][0xab]<[0xe7][0xdc][0xea][0xf5][0x4][0xc6][0x95][0xf1][0x1b][0xf3]1k[0xf5][0x88][0x1f][0x8e][0xa5][0xe4]=[0xa9][0xd9][0xc3]$[0xc5]*m[0xba]S[0xf3]a[0xc9]r[0xbf][0xb3][0x98][0xd0][0x8f][0x97][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef][0xe7]bL[0xa6][0xf1][0x11][0x11]:j=[0x95][0x11][0xaa][0xd2][0x92]I[0xf2][0xae][0x10]Q[0xe9][0xeb][0x9a]\[0xde][0xe9][0x93]!o\[0xe4];[0x19]][0xf]to[0xe3][0xa8]'[0xfa][0xa1][0xac][0xa5][0xf][0xa4]u[0x99]O[0xf4]aP[0xb2](}[0xd2]nJ[0xfa]a}%[0xbb][0x95]HV[0x11][0x88][0xc0][0xb9]K'[0xde]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Z*x[0xa4]c[0xc][0xed][0xfc][0x9f]?[0xc][0x81][0xe][0xfe][0xf9]dq[0xe6]o[0x86]j[0xae];[0xd1][0xc5][0xb1][0x9b]_;[0xb8][0xef][0xe3][0xdc][0x10][0x99][0x85][0x88]6[0xfa][0xe][0xa2]*[0x12][0xfd][0x16][0xd5]_r[0xcf][0x87][0x18][0xc7]F[0xde][0x0][0xce][0xe1][0xb8][0x9][0x1][0x9c][0x87]z[0x9c][0x8f][\r][0xdc]i-[0xde][0xc3][0x99][0xfc][0x15][0x2]w[0xb5][0x91][0xfa][0xd9]S[0xd1][0x83][0xb3]y&[0xb5]?[0xcc][0xb9][0x8a]sW[0xb4]q[0x5]5G[0xb][0xa8]a[0xcf][0xec][0xfc][0x19]k;[0xf]@y[0x19][0xcd][0x91]oP[0xdd]y[0x10][0xfe][0x2]j}[0xac][0x8d][0x81][0x99][0x83][0x8][0xce][0xf0]B[0x95]k[0xba][0x15]+8^[0x86][0x1a][0xc][0xa2][0xe][0xdb][0xb0][0x1a]qR[0xd9][0xe1][0x9a][0xf][0x15][0x15][0xcf][0x9b][0xef]"[0xc4]M4^[0xc7][0x93]s[0x9][0xd3]G[0x98][0x80][0x1f][0xe2][0x10]:[0x14][0xf4]b[0xb3]K[0xe8][0x2]R`[0xe3])[0xc1][0xfb][0x9d][0xfa]%[0xb9][0xf1]9[0xa8][0xe3][0xb3][0xa8][0x8b]G~[0xc6]p[0xa4][0x80][0x95][0x82]}k[0x80][0x8b]z[0x81][0x2][0x1a]$[0xe4][0x2]V[0x9][0xec][0xc7][0x6].[0x1a][0x5]~D[0xd3]pt[0xe][0xcd][0xe3]][0x5][0xb4][0xc8][0xcf]V.Np[0x17][0xb3]X][0xc0][0x89]>\[0xfd][0xc1][0xdf][0xbf]Fg\K*kH[0x2][0xb8][0x81][0x80]nD[0xb]v[0xd2]G[0x13][0x18]E[0x2]WC[0x9f][0xa7][0xd3][0xc3][0xf1]"[0xf4][0xbb][0xc4][0xc6]q[0x9][0x6]\[0x2]W[0xe0]R[0xba]@`[0xab]Gjp^j[0xdb][0xbc][0xd4][0xe5][0x94][0x92][0xa4]W[0xc2][0xf7]'[0xda][0x15][0xc4][0x15][0xc][0xfd][0xc1]X[0x14][0xa9][0xf][0x93][0xfa]v7[0xde][0xa4].[0xaa][0x88]KR[0x1f][0x9d][0xc3][0x1a]R_[0x1b][0x8f][0xfc][0x84][0xb6][0xfd]h[0x88]F~D[[0x1]'[0xf9][0xd8]q[0xbb]#[0x7]p[0xb2][0xa4]~[0x8a][0xa4][0x1e][0xe2]"[0xe4]R[0x1c][0x8e]vE[0xba][0xe][0xa0][0x9d][0xcb][0x2]N[0xad][0x92]T[0x8b][0xce][0xc][0xcd]a[0xdd]x[0xe3][0xe9][0xb3]X[0xff][0x3]q[0xf8][0x89]w[0x10][0xa7][0x95][0xd8]w#[0xc8][0xd1][0xe6][0xee]>[0xe6][0xcf]4[0xda]p;s[0xf3][0xe]f[0xe4]][0xe4]s7Y[0xdc]C[0x8e][0xf7][0xf1][0xc6][0x3][0xe4][0xf3][0x90][0xeb][0x91][0x1e][0x6][0xa7][0x87]Yu[0x5][0xae]$[0xd7]v[0xac]gK[0x1d]%[0xfa]m[0xe4]q[0x15][0xc6][0xdc][0xec][0x1b][0xa5][0xff][0xce]s[0xf9][0xc7]q[\r][0xfd]U[0xf4][0x92][0xea][0xda][0x97];[0xdb]J[0x1e]iA[0xf5]![0xb4])[0x18]?[0x84]j[0x5][0xd7][0xfe][0x81][0xd3][0xfb][0x14]\Wr[0xcc][0xf5]T_\[0xdd][0xc0][0xe0][0xc8][0xf9]&\[0xcc]9[0xc0][0xcb]M[0xfc]![0xdb]WS[0xfb][0xf]PK[0x7][0x8]H[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.class[0x95]O[0xb1]N[0xc3]@[0xc][0xf5][0x95][0xd2][0xd0]B[0x5]R[0xa2],[0xb5][0x4]L[0xa4][0xea][0x80][0x4]S[0xa4][0xe][0x8d][0xd8]/[0x8d]9]H[0xef]*[0xdf]%[0xcd][0xb7]1[0xf0][0x1]|[0x14][0xe2][0x92],[0x5][0xa6]Z[0xb2][0xec]g[0xf9][0xf9]=}|[0x2][0xc0][0x1d]L#[0xb8][0x8c][0xe0]J[0xc0]T[0xe6][0xb9]6[0xea][0xd9]x[0xd6][0xe4][0x4],[0xe6][0x89]e[0x85][0xd6])[0x8d]o,wt[0xb0][0xfc][0x8e]O[0x95][0xc9]K[0x8a][0x93]B[0xd6][0x12]+[0xaf]KL[0xb4][0xf3][0xf1][0xed][0xab][0x80][0xf1]F+#}[0xc5]$[0xe0][0xfe][0x4][0xf2]2M[0xe3]Uw[0xe1][0x9a]ig[0xeb]c[0x13][0xf3]e[0xfa][0xd8][0xaf][0x97][0xd2](\g[0x5]m}[0xbc][0xfa]?[0x12]0[0xd9][0xd8][0x8a][0xb7][0xf4][0xa2][0xcb][0xa0]?[0xeb][0xa5][0xd6][0x99]#[0xae][0x89][0x17][0xed]~x[0xa9][0xf3][0xb4]w[0xf][0x5][0xee]e[0x83][0xee][0xa0][0x9d][0xcb]l[0x83][0xd4]x291[0xfe]f[0x9][0xb8][0xf9][0xab]3[0x12] `[0x0]m[0xc][0x86][0x2][0xce]`[0x18][0xf0]y[0x8b]`[0x14]pt[0x8c]C[0xf6][0xdd][0x5][0x8c][0xbb]:[0xf9][0x1]PK[0x7][0x8]F[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.class[0x95]N[0xbb]N[0xc3]@[0x10][0x9c][\r]&&[0x81][0x2][0xf1][0x15]I[0x1]+E[0xa9]p[0x94][0x82][0x82][0xca][0x12][0x85][0xfd][0x3][0x17]g[0xb1][0xce]8w[0xd1][0xdd][0x99][0xf8][0xdb]([0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "q[0x89]+[0xa0][0xca]J[0xab][0xdd][0xd9][0xc7][0xcc]|}|[0x2]X[0xe0]&[0xc5]4[0xc5]5![0xf1][0x95]2[0x84][0xfb]Yn][0xcd][0xd6][0xd7][0x9a]_[0x9d][0xda][0xc9][0xc1][0xba]7~[0xea][0xcc][0xb6][0x95]l[0x9e]7[0xea]]q[0x17]t[0xcb][0xb9][0xf6]!#L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "][0x1b][0x15]:'[0x84][0xc5]9[0xbf][0xab][0xb2][0xcc][0xd6][0x91]`[0xb6]*[0x1f][0x87]U[0xab]L[0xcd]/[0x9b]F[0xaa][0x90][0xad][0xff][0x8f][0x8][0xd3][0xc2]v[0xae][0x92]g[0xdd]F[0xb1][0xbb][0x81][0xb7][0x88][0xae][0x8d][0xb8][0x87][0xe3]yt[0xd2][0xdf][0xfb]e[0xc3]{[0xd5][0xb3]?h[0xef]7[0xb6]g[0xe9][0x83][0x98][0xad]8[0xfe][0xf5]D[0xb8][0xfd][0xab]2&[0x10]F8[0x6]%[0x84][0xb]$[0x11]_F4[0xc2]8[0xe6][0xd0][0xa5][0xb8]:[0xd5][0xc9][0xf]PK[0x7][0x8][0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.class[0x9d]U]R[0x1b]G[0x10][0xfe]FZ[0xb4] -[0xc2][0xc6][0x16][0x8e][0xec][0x98][0xc4][0x8e][0xe3]H[0x8][0xb1][0x89][0x83][0xed][0x4][0x9]%[0xfe][0x11][0xc1][0xb6]$0[0x92]qL[0xaa]R5[0x92][0x6][0xb1]X[0xac]T[0xb3][0xab][0x18][0xae][0x90][0x1b][0xe4][0x4]yM^L[0x91]T[0xa5][0xf2][0xe4][0x87][0xdc] [0xa7][0xc8][0x9][0xf2][0xd3][0xb3]Z[0x11][0x81]0[0x5][0xe8][0xa1][0xb7][0xa7]{[0xa6][0xfb][0xfb][0xba]{F[0xfc][0xf3][0xcb]o[0x0]n[0xe1][0x9b]0[0xc6][0xf0][0x99][0x12][0x9f][0xeb][0x98][0xb]#[0x88]L[0x18]Qd[0x95][0x98]W"[0x17][0xc1][0x17][0xf8]2[0x82]{[0xb8][0xaf][0xc4][0x3][0x1d][0xf][0x95]9[0x1f][0xc1][0x2][0xbe][0xd2][0xb1][0xa8][0xe3][0x11]C(k[0xd9][0x96][0x9b]cH$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9b][0xfc];n6[0xb9][0xdd]0[0xcb][0xae][0xb4][0xec]Ff[0xd0][0xb2][0x96]\e[0xd0][0x1e][0xb4][0xea][0x82]a[0xac]`[0xd9][0xa2][0xd4][0xd9][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Y[0xe1][0xd5]&Y[0xc6][0xb][0xad][0x1a]o[0xae]ri[0xa9][0xb5]o[0xd4][0xdc][\r][0xcb]a[0xb8][h[0xc9][0x86][0xd9]j;[0xb3][0x9b]f[0x9b]o[0x9b][0xce]+[0xcb]q[0xaa][0xad]mSl[0xbb][0xc2][0xae][0xb]i[0xde][0xef][0xd8][0xf5][0xa6]x[0xb6]R[0xc8][0xdb][0xae][0xdc])[0xd7][0xb8]m[0xb][0x99][0xa1][0x0]m[0xee]n[0xa8][0xe0][0x3]h[0x18]"[0xeb]VS,s[0xd7][0x15][0xd2]f[0xd0][0xa5][0xa8]u[0xa4]CI[0xd9][0x1a][0xc3][0xc4]A4;[0xed][0x1e][0xa2][0xec][0xd9][0xa0]d+[0x95]L[0x8e]r~{[0xa2]J[0x9d][0xcd][0xe2][0xd5]w\[0x11].r[0xdb]Z[0x17][0x8e][0xbb](8!b[0x88][0xf7]1=[0xec][0x8b][0xf9][0xbc][0xf][0xdb]5[0x87][0x90]3[0xa4][0x13]][0xc2]N[0xc3]2[0xd7]%[0xdf][0x12][0xaf]Z[0xf2][0xa5][0xcf]1[0x93][0xec][0x82][0xe8][0xb8]V[0xd3],X[0x8e]K[0x4][0x87][0x84]b[0xcd][0x10][0xed][0xba]l[0xe1][0x9a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "r[0x84][0xaa][0xde][0x19][0x86]+[0xc7][0x4]d[0x18][0x91][0xc2]iudMP[0xdb][0xcf][\r][0x86]g[0x14][0xe0]R[0x9f]9ow[0xb6][0x84][0xe4][0xae][0xd5][0xb2][0xc9][0x1b];t[0xa0]W[0xf5][0xd1][0xb2][0xcb]k/[0x8b][0xbc][0xed]5Q[0xc7]c[0x1d]O(U[0xd9]j[0xd8][0xdc][0xed]H[0x8a]y[0xeb]44{a[0xa3]5)[0xb8]+V|[0xc4][0xc][0xf3][0xc7]E9X[0x90]d_[0xff][0x96][0xaa][0x9b][0xa2][0xa6][0xd8][0xcd][0x9c][0xe2][0x14][0xb][0xed]"p8s[0x16][0xa3][0x98][0xf7]2/vw[0xef]g[0x8e][0xe2]=?s[0x14][0xef][0xfb][0x99][0xa3][0xb8]FZ[0xd0][0xd3][0x14].[0xcd][0xd3][0x14][0xae]!OS[0xb8]B}[0xb8][0xa2][0xfb][0xb8][0xae][0xe3][0x3][0x8a][0xa0]p[0xfd]E{[0xd5][0xee][0xd2][0xaf][0x8][0xbe][0xd8][0x85]VLM[0xa5]^cH[0x89][0x90][0x12][0xfa][0x1e][0x86]5[0x94][0xd2]o[0x90]N[0xef]a[0x84][0xe1][0x7][0xdc] %[0xcc][0xf0];"sZ\{[0x83][0xf3][0xd3]S[0xa9][0xb8][0xf6][0x1a][0xc6][0x1e]F[0x3]x[0xfe][0xe3][0xbf]N[0xff][0xe4][0xd5]\[0xf1][0xba][0x89][0x11][0x92][0xf][0xa9]&y[0xaa][0xc5][0x2]e^D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8f]q[0x7]O[0x90][0xa1][0xdb][0xfb][0x88].o[0x1]O=[0xce][0xb3][0x84][0xe4][0xe][0x9d][0xba][0x81][0xf]=.[0xa5]}[0xf6]%[0x8a][0xf3][0x11][0xe1][0x1e][0xa6][0x8][0x9]$[0x9][0xfb]$>[0xa6][0xee][0xa4][0xfc][0xba]Ox" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 12:04:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 22256 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf5]([0xf9][0xfc][0xba][0xbb][0xa6][0xc9][0x96][0xa6][0xd5]([0x82][0xe3]:uT[0x87]y3@[0xc7]@[0x8e]O4M[0xbd][0x3][0x14][0xb2][0xbb][0x9e]E[0xcf]s[0x9b] [0xa8][0xef][0xdd][0xff][0x0]PK[0x7][0x8]N[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.class[0x9d]S]O[0x13]A[0x14]=[0xb3][0xdd]vK[0xa9][0x5][0xab]U+[0xa2][0xe0]W[0xca][0x87][0xae][0x12]}[0xc0]"1~[0x0][0xf][0xf5]#[0x14]y[0xe0][0xc1]d[0xba][0x9d][0x96][0xad]e[0xb6][0x99][0x9d]J[0xfd]W[0xfa]"[0x89][0xf][0xfe][0x0][0x94][0xf1][0xce]t[0xd3]HI[0xc][0xb0][0xc9][0xce]=s[0xe7][0xce]9g[0xee][0xec][0xfe][0xfe][0xf3][0xf3][0x17][0x80][0x15][0xdc][0xcf]![0x8d]y3[0xdc][0xce][0xc1][0xc5][0x1d][0xf]w=[0xdc]c[0xc8][0xac][0x85]2[0xd4][0xeb][0xc][0x95]J[0xad][0xc3][0xbf]p[0xbf][0xcb]e[0xdb][0xaf]k[0x15][0xca]v[0xf5]dfoa[0x97][0xc1]}[0x15]5[0x5][0xc3]T-[0x94][0xe2]][0xff][0xa0]![0xd4][0xe]ot)S[0xac]E[0x1][0xef][0xee]r[0x15][0x9a]y[0x92]t[0xf5]~[0x18]3[0xac][0xd4]"[0xd5][0xf6][0xa3]^[0xfc][0xa4][0xe3][0xf7][0xf8][0xc0][0x8f][0xf][0xc3]8nD[0x3]_[0xc][0xb4][0x90]M[0xa1][0xfc][0x97]}[0xd9][0xec][0x8a][0x8f][0xdb][0xb5]z[0xc0][0xa5][0x14][0xaa]J{{\[0xef][0x1b][0xde][0x13]F[0x18]&[aW|[0xe0]Z[0xb]%[0x19]<%[0x82][0xbe][0x8a]I[0x8f][0xed]1|:[0xd5]a[0xce][0x97][0xb1]-([0x1a]co[0xb9][0xc]["[0xd6][[0x82][0x93][0x86][0xf2]?[0x8e][0xc6][0xd7]J[0x89][0xbf][0xf1]|!P[0x82]k[0xb1]-[0xe2][0xa8][0xaf][0x2][0xb2][0xbf]Z[0x19]6*n[0x87]~K[0xf1][0x3]q[0x18][0xa9][0xcf]Io[0x12]7Rh[0x9f][0xda]T]8>[0xa5][0xcb]l[0xd8]2[0x86][0x99][0xff]p0[0xa4][0x85][0xd4][0xea]+i[0x8f][0xef]~fm[0xdb][0x98][0xf7][0x8d][0x8e][0x8]4[0xed][0x9f][0xa8][0x87]m[0xc9]u_[0x91][0x85][0xcd][0xd3][0xdf][0xf7][0x1b]c'[0xb9][0xf4][0xb5][0xe3]2[0xeb][0xc4][0x9a][0xab][0xdb][0xd6]l[0x84][0xe6]d[0xa5][0xf1][0xaf][0xe4][0xa1][0xa9][0xcf]#[0x3][0xcf][0xc][0xc5]<[0xae][0xe0]*[0xc3][0xa3][0xb3]~l[0xc]O[0xcf][0xe5][0x17][0xf3][0xf4]7[0xa5]a[0x1e][0x17][0xcc][0xd8][0xa0]1K[0xb3][0x1d][0x9a][0xbb][0x14][0xb3][0x8b]K[0xcb][0xb3]G`[0xdf][0x9];[0x98][0xa0]1G[0x11]X[0xa4][0xca]%[0xc2][0x6][0xd9]:L"oy[0xb2][0xb8][0x80][0x2][0xb1][0x18]4E[0xc8][0xb1]h[0x1a][0x17][0x91][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc5]Da@[0xc][0x1e][0xc5][0x2])<([0xbb][0xe5]t)s[0x4]g\g[0x95][0xd8][0x9e]Y[0x9d][0xad]a[0xf5]H[0xa7][0x80]K[0x89]N[0x1][0x97][0x13][0x9d][0x2]J[0xf4][0xa6],2.\[0x8b][0x8c][0x8b][0xb4]E[0xc6]E[0x86][0xb2][0xd4][0xe4][0xc4][0xc5][0xb][0x8a][0xa6][0xde]Y[0xfe]6R[0xce]X[0xd6]M[0xab]:7\[0x1d][0xa9]:[0xb8][0x86][0xb2]]wp[0x1d]3p[0xa6]_[0x13][0xdb][0x8d][0x84][0xed]1U[0x9b]z[0x8f][0xce][0xf4][0x3][0xa9]q[0xca]YK[0x99][0xb7][0xd8]K([0x1d][0xca][0x9a][0xf1]&n[0xd9]8[0xf7][0x17]PK[0x7][0x8]%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.class[0x95]TmS[0x13]W[0x14]~.[0x9].Y[0xb7][0x82])[0xe0][0xbb]E[0x8b]v[0x13][0x2]+Tmk[0xac][0x16][0x10]l4@[[0x1c]:m?tn6[0xd7][0xb0]ts7s[0xf7][0xae][0x84]q[0xa6]/[0x1f][0xfa][0xa5][0xbf][0xa6][0xce][0xd4]`[0xeb][0x8c]?[0xc0][0x1f][0xe5]xn[0x12][0xc4][0xd4][0x8c][0x3][0x99][0xc9]9g[0xcf]=/[0xcf]y[0xb9][0xf7][0xe5][0xab][0xff]^[0x0][0x98][0xc3][0xb7][0x19][0x1c]G[0xc1]F[0x16][0xd3][0x16]fl[0xa4]0m4[0x9e][0x8d]+[0x98]=[0x8a][0xf]1g[0xe1]S[0x1b]C[0x98][0x1e][0xc2]U[0xc3][0xaf][0x19][0x9b][0xeb]F[0xfa][0xcc][0x90][0xcf]m|[0x81][0x1b][0x86][0x14]-[0xdc][0xb4][0xf0][0xa5][0x85][[0xc][0x83]~[0x94]H[0xcd]0U[0xde][0xe2][0x8f][0xb8][0x97][0xe8] [0xf4][0xfc]H[0xfa][0x89]RBj[0x8f][0xeb][0xa8][0x1e][0xf8][0xde]|[0x9b][0x95][0xa4][0x16]5[0xa1][0x8a][0xc]G[0xf4]f[0x10]O^a[0xf0][0xca][0x91][0xaa]yQ#[0xbe][0xba][0xe5]5x[0xd3][0x8b][0xb7][0x83]8[0xae]DMO4[0xb5][0x90]U[0xa1][0xbc][0x85]DVC[0xf1]=[0xd7][0xfe]f[0xc7][0xf5]f [0x3]M[0x99][0xe7][0xdc]C[0xfa][0xe6]6[0x18][0xd2][0x8b]QU0[0xc][0x97][0x3])V[0x93]zE[0xa8][0x7][0xbc][0x12][0x92]&[[0x8e]|[0x1e]np[0x15][0x98][0xef][0xae]2m`28%)[0x85]Z[0xc]y[0x1c][0xb][0xfa][0x9c]=\[0xde][0xc9]YB=[0xde][0x1b]~[0xa7][0xb1][0x97]"#[0xc5][0xf6][0x83]M%x[0x95][0xc1]u;M[0xc][0xb9][0xac]y[0xdf]%R[0x1a][0x93]b[0xee]-e[0xc7][0x92][0xe2]1[0xc5]0[0xda][0xcf][0x9a][0x8e][0xb4][0xa9][0xa6][0x8f][0x8f][0xbd][0x1e]%[0xca][0x17][0xcb]A[0xbb][0xde][0x1e][0x8c]3[0xc6][0x9c][0xda][0xb2]$[0xfd]0[0x8a][0x3]Y[[0x11]z3[0xaa]Z[0xb8][0xed][0xe0]$[0xbe]r0[0x8e][0x13]F[0x9a]g[0xc8][0x1d]x[0xce][0xe]F1fa[0xc1][0xc1]"[0xee]8[0xb8][0x80][0x8b][0xc]'[0xf6]q[0xad]kE[0x89][0x16][0x92] [0xa4][0x96]Q[0xee][0x1e]@7&[0x1c],a[0xd9][0xc1]]|m[0xa4][0x92][0x83]{[0xb8]o[0xa1][0xec]`[0x5][0xab][0xe][0xd6][0xf0][\r]-[0xcf]![0xe7][0xc0]0[0xb2][0x9f]~[0xad][0xb2]%|j[0xd5][0xc5][0xbe][0xf5]t[0x9a][0xb6][0xcc]}[0x1d][0xa9][0x1d][0x86][0xe9]Ceb[0xf8][0xb3][0xbb][0x9b]q-[0xf0][0x1e]*^[0x17][0xdb][0x91][0xfa][0xa5]k[0xb4][0x18]Q{[0x9a][0xba]x[0xc0]-Z[0xf7][0xb9][0xd9][0xbe][0xe2]O[0x7][0xb4]_[0xab][0xc4]B=[0xea][0xae]{[0xca]5[0xf4]|[0xdf][0x12][0x97][0x9a][0xc2]O[0xa8]<[0xda][0xe8][0xd1][0xaa]x[0xc8][0x93]P[0xff][0xaf][0xea][0xcb]n[0xae][0xff][0xad][0xee][0xb1]3w[0x92]7[0x1a][0x84][0x81][0xfa][0xf4][0xf6][0x6]w[0x6][0xdc][0xb3][0xbf]=3'[0xc7][0xe1]@[0xfa]J[0xd4])[0xe6][0xbc][0xac][0xde][0x15][0xba][0x8d][0xb8][0xc4]p[0xd6]-[0xbd][0xcf]mHG[0x1d][0x15]Aw[0xdf]5,[0xf6][0xc]z[0xef]vY[0xb1][0xd0][0xab]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x86][0xb1]~([0xa9]O[0x19][0xb2][0xb8][0xc3]E=[0x92]t[0xf5][0xdd][0x1f]s[0x1b][0x98][0xa0][0x7]2[0xb]F[0x8f][0xe3][0x0]qZg`d[0xc4]\[0x6]zQ[0x7][0xe8][0x12][0xa7][0xe8][0xf4]4I?[0xd3][i4c[0xf9][0xa9][0xa7]`[0xf9]][0xc][0xe4][0x9f]#[0xf5][0xc3].[0xd2]O1[0xf8][0x84][0xe]R8C[0xd4]n[0x1b][0xed] [0x83][0xc7]8K[0xd2]x[0xc7][0x9][0xe7][0xf0][0x11][0xd0][0x96]LpF[0x89][0x1][0x87][0xf8][0xfe][0x19]3[0x17][0xa8][0x9b][0xec]/[0x8a][0x96]">[0xf3][0xc]G[0xa6][0xfe][0x85]5[0x80][0x95][0xc2]s[0xc]Q[0xb6]L[0xd6]n[0xe1]h[0xfe][0x1f][0xc][0xb6][0xe0][0xb4][0xf0]A[0xb][0xc7]Z[0x18].[0xa4][[0x18])[0xfc][0xfd][0x6]E[0x16]i[0xa2][0xbf][0x12][0x9a][0xdf][0xf0][0x9]~G[0x1][0xb4][0xd1]Lt[0xa2][0xbe]A3[0x83][0x8f]1I9m[0xa2][0x97]p[0x99][0xb0][0xee][0xe3][0xda][0xb3]JQ[0x4][0xd3][0xc][0x17]9[0xe2]i[0xe4]1[0x85][0xf3][0xed]J[0x19]5[0xaf][0xfd]{[\r]PK[0x7][0x8]$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.class[0x95]SKo[0xd3]@[0x10][0xfe][0xb6]y[0xb8]u[0x9d]&[0x14]([0xcf][0x94]@[0x3][0xe4][0xd1][0xc6]I([0x7][0x2][0xe2]@T[0xa4]J[0x9] [0x5][0x95][0xf3][0xda]Y[0x12][0xa7][0xe9]:[0xb2][0x9d]6[0xfd]+ ![0x81][0x90]z[0xe0]T[0x89][0x97]8[0xf0][0x3][0xf8]Q[0x88][0xb1][0xe3][0xd2]F[0xa2]E9[0xcc]hgv[0xe6][0x9b]ofv[0xfd][0xfe][0xf1][0x13]@[0x15][0xeb]sPpC[0xc5],2*n[0xe2][0x96][0xaf]VT[0xa4][0x91][0xf5][0xd5]m[0x5]w[0x14][0xdc]U[0x90]c[0x88]{][0xcb][0xcd][0x96][0x19][0xf4][0x86][0xed]tt{[0xe0][0xae][0xf7][0xf4][0x1][0x1f][0xe9][0xee][0x9e][0xe5][0xba][0x86]=[0xd2][0xc5][0xc8][0x13][0xb2]-[0x1c][0xfd][0xc9]P[0xb6][0xfb][0xe2][0x15][0xf7][0xcc][0xae]p[0x1e]R[0xea]#KZ[0xde]c[0x86]jn[0xca][0xdc][0xfc][0x16]C[0xb4]n[0xb7][0x5]C[0xb2]aI[0xf1]l[0xb8]c[0x8][0xe7]%7[0xfa][0xe4]Yl[0xd8]&[0xef]oq[0xc7][0xf2][0xed][0xd0][0x19][0xf5]i2h[0x9b]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa7][0xde][0xe7][0xae]+[0xc8][0xac]LW7[%[0xd6]K[0x93][0xf0][0xfb][0x83][0xa3][0x12][0x9]#[0x88][0xad]w[0xb9][0xec][0x88]6[0xc3]J[0xd8][0x95][0xdb][0xb1][0xf4][0xd7][0xe][0xdf][0x11]{[0xb6][0xb3][0x1d][0x2]n[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe9][0x5]m[0xcc][0x1b][0xc7][0xe][0x86][0xcc][0xff]R[0xa8]L[0xcb][0xe3][0xe6]v[0x93][0xf][0xc2][0xb2]j[0xcb][0x1e]:[0xa6]xj[0x5][0xbd]O[0xf0]-[0xf5][0xf8].[0xa7][0x11]mH[0xb3]o[0xbb][0x96][0xec]4[0x85][0xd7][0xb5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(jP1[0xaf]ACQ[0xc1][0xaa][0x86]5[0x94]4[0xe8](k[0xa8][0xa0][0xaa][0xe1][0x1e][0xaa][0xb4][0xd4])[0xe7][0xc3][0x90][0xf2]k[0xea]}[0x9a][0x81][0xfe][0xdc][0xe8][0x9][0x93][0x9a]Z[0xfd]GO[0xad]}iv[0x1d][[0xda]Cw[0xc][0xd1][0xb0]\[0x82][0x14][0xe][0xc3][0xda]T5[0x19][0x14][[0xd2]H[0x1c]*[0x14][0xc9][0xf9][0x13]]>{[0x84][0x94][0xd0][0x11][0x9e][0xbf][0xb7] a[0x93]a[0x8e][0xec]q[0x0]C:[0x97]?}[0x5]4}[0x95][0x9b][0xa6]p[0xe9][0xc1][0x97][0xe9][0xc9]7[0xa7]}[0xb7]g@[0xfb][0xcc][0x8f][0xc0]+[0xe5]22[0xf4][0x1]gA[0xe4][0xc0]R)Q[0xf4]/gH4$[0xc8][0xbb]@[0xa7][0x17]d[0xfb][0x1e][0xb5]P[0xfc][0x2]V[0xf8][0x86][0x99]C[0xb2]"H[0x92][0x8e]S[0xc][0xf0][0x6])[0xd2]K[0xe3]([0x9c][0xc3]y 8[0xf9]h[0xc][0x17][0x2]4v[0xe2][0x8e][0xe1]"E[0x8f][0xd1][0xdf][0x86][0xe8][0xb5][0xe2]WD>[0x5][0x89][0xb8][0x1f]r[0xf0][0xe5]:I[0x94][0xa4]P[0xf8][0xc]F1[0xd1][0xef][0x88][0x1d]`[0xe1][0xd8][0x8a][0x1f][0x6][0x11][0xc9][0x80]A[0x8c][0xf4];[0xea][0xe9]=[0x8a][0xf8][0x80][0x12]>[0xe2][0x1][0xe]N[0xb0][0xab][0xfd]eW[0xc3]%\[0x9e]`wtw[0x85]$[0x86]H&[0xa1]R[0x93]W[0x3][0x1a][0xd7]B[0x1a]i,c1h[0x84][0xb6];[0xe6][0xfa][0x7]PK[0x7][0x8][0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.class[0x95]U[0xdb]R[0x13]A[0x10]=C[0x2][0xb][0xc9][0xa2][0x91][0x9b][0x82][0x8a][0xa8]QC[0xb8],[0xde]/ *[0x18]o[0x15][0xa4]J(xu[0xb3][0x19][0x92][0x85]e&5[0xbb][0x81][0xf8][0x11][0x96][0x9f][0xe1]3UP[0xa2][0xf]~[0x80][0x1f][0xe1][0x83]e[0xa9]_a[0xd9]3[0x4]Q[0xa4]([0xf3][0xb0]=[0xb3][0xbd]}9[0xdd]}f[0xf6][0xd3][0xcf][0xf][0x1f][0x1]\[0xc1][0xb3]6[0xd8][0x18][0xd2]bX[0x8b][0x11]-F[0x13]h[0x87][0x93][0xc0][0x18].'[0xc9][0xe4][0xaa][0x85]k[0x9][0xc][0xe2]z+n$q[0x13][0xb7],[0xdc][0xb6]p[0xc7][0xc2]8[0x83][0xbd][0xe6][0x6]iY[0x8][0xb9]Z[0xe3][0x8a]a,/U[0xc9][0x91][0x95][0xf0][0xda][0xb2]SqkN[0xb8][0xee][0x87]aA[0xd6][0x1c]^[0x8b][0xb8](r[0xe5]LUE1[0xe0][0xb3]u[0xf][0x8a][0x90][0xd0][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "F[0xcb]pr[0xc7]?,[0xf9][0xce][0x92]rW[0xf9][0xba]T+u[0x17]2m[0xd7][0xa6][0x8a][0x87][0xb2][0xaa]<[0x1e]2[0xa4][0xf2][0xcb][0xee][0x9a][0xeb]T#?p[0xf2]~[0x18][0x91]IKT[0xf6][0xc3][0xf4][0x18][0x83][0xf3][0x9f]H[0x16][0xdd][0xc8]+[0x1b] -[0x13][0xbe][0xf0][0xa3]I[0x86][0xd7][0x99][0x6]}[0x1b]-[0xfa][0x90]"[0xf7]W4[0xb8][0xc0][0x10][0x9f][0x96]E[0xea][0xcd][0xd1][0xbc]/[0xf8][0xf3][0xea]j[0x81][0xab]y[0xb7][0xa0][0xbb][0xd5][0x91][0x97][0x9e][0x1b],[0xb8][0xca][0xd7][0xef]ue\w[0x80][0x6][0xf3]T[0x8][0xae][0xa6][0x3]7[0xc]u[0xab].7VR[0xfa]*5[0xa4][0xe7][0xef][0xf0][0xaf]*[0xbb])b[0xaa]*Hf48[0x16]1t[0xef][0xa0][0xe]\Qr[0xe6][0xcb]J[0xae]k3=[0xaf][0xb9][0xc8][0xf5]Vf[0xdc][0x8a][0xf1]#[0x16][0xd1][0xb4][0xe7][0xcc][0xf0][0x1e][0xf9][0x6][0xff]_9Gu[0x10]*3'[0xbc]@[0x86][0xbe]([0xcd][0xf0][0xa8],[0x8b][0x16]&l[0xdc][0xc5][0xa4][0x8d]n[0xf4][0xd8]8[0x8a][0x94][0x8d]c[0xe8][0xb0][0xd1][0x89].[0x1b][0xc7]q[0xd6][0xc2]=[0x1b][0xf7][0xf1][0xc0][0xc2][0x94][0x8d]i'U[0xb1]*[0x8b][0xfe][0x92][0x99][0xa3][0xa6][0x15][0xc3][0xb9][0xcc]?L[0xfb][0xf7]0[0x8d]6[0xc6]k[0x1a][0xb8][,[0xd2][0xe0]r"R[0xbe]f[0xdd][0xe8]a[0x88][0xf][0xa2]z[0xc2][0xf5][0xe8]d[0x87][0xe9]+ct[0x84][0xbb]2[0x83][0xc6]=[0xc][0x96][0x8]A^[0x96]J[0xe6][0x9c][0xa6][0xf6][0xeb][0x18][0x9a][0xb9]R[0x92][0xd6]l[0xe6][0xf]&[0xce][0x11][0x8]Q[0x1a]?[0x90][0x9b][0x83][0xb][0x18][0xa0][0x8b][0xae][0x1d][0xc]G[0x10]O[0xa5]4[0xad][0x0]Z[0x89]Yf%r[0x99][0x95]8G[0xd7]d[0x13]=[0xc7]q[0x82][0xac]{i[0xf7][0x92][0xde][0x9b]i[0xed][0xcb][0xe]m[0x81]e[0x87][0xb7][0xd0][0x94][0x1d][0xd9]B,[0xdb][0x1b][0xdf]B<[0xfb][0xe][0xcd][0x1b][0xf4]5[0x86]>[0x92]-[0xe4][0x3]|[0xc6]I[0x92]=&N[0x1f]N[0xa1][0x1f]0;[0x1d][0x9d][0xe1][0xc][0xed]mc[0xb7][0xfb][0x8d][0x11][0xba][0xb3][0xf5]lo([0x92][0xf6]Kg7)[0xcf]&[0xa5][0xd9]D|[0x1b]-[0xef]a[0xc5][0xf0][0x96]n[0x85]m[0xb4]u$[0x86][0xde]#[0x19][0xc3][0x86][0x89][0xd2]EX[[0x11]7[0xf9]{[0xc][0xd2]/[0xa4][0xfb]N[0xda][0xaf]T[0xc3]7[0x9c][0xc7][0x8f][0xdf]xN [0x89]s[0xa4][0xd1]~[0xe9]z[0xf6]=<[0xbb][0x9a]4=[0x16][0x9a][0x16]-\H[0x12][0x9c][0x8b][0xa6]%[0x97][0x90][0xa1]5N?[0x86],N[0xd3].A.[0xb6])[0xc][0xbf][0x0]PK[0x7][0x8][0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.class[0xb5]X[0xb]|S[0xd5][0x19][0xff][0x9f]4[0xcd]M[0x93][0xb][0xa5][0x81][0x16][0x8b]P[0x3][0xb4]%MJ[0xd3][0x16]T[0xd6]V6(E[0x8b]mq[0xb4][0xc2][0xb0]8[0xbc]M.m [0xc9]-7[0x9][0xa5]n[0xe2]d:[0xa7][0x8e][0xb1][0xb7]sN[0xe6][0xdc][0x83][0xc9][0xc4][0x1]Rhd:t[0x8a][0x8f]=[0xdc][0xe6]c:7[0xdd][0xc3][0xbd]t[0xea]t/[0xa7]b[0xf7][0x9d]{on[0x93][0x92][0x96][0xc6][0x9f][0xeb][0xf][0xce][0xeb]~[0xe7];[0xdf][0xff]{[0x9d][0xef][0xe4][0xd1]w[0xee][0xbe][0x17]@=[0xab]/[0xc0][0x85][0xf8][0x8a][0x83][0x9a][0x9b]y[0xf3]U[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef]oq[0xa0][0x1d]{[0x4]|[0xcd][0x1][0x1]{[0xec][0xb8][0x95][0xf7]_[0xe7][0xcd]mv|[0x83][0xf7][0xdf]t[0xe2][[0xf8][0xb6][0x1d]{[0x1d][0xf8][0xe]n[0xb7]c[0x1f]g[0xf4]][0xde][0xdc]!`[0xbf][0x3]3[0xb0][0x87]O[0xee]t[0xe0]{8[0xe0]D[0xb][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "8[0xe4]@)[0xee]r[0xe0]0[0x86][0xf8][0xb7]#N[0x1c][0xc5]p>[0xf4][0xbf][0xa6][0x2]$q7_:&[0xe0][0xfb][0x2][0xee]q`[0xbe][0xce][0xe3]^[0x1]?p[0xa0][0x12]w[0xf1][0xc9]q'[0xee][0xc3][0xfd][0xbc][0xf9][0xa1][0x13][0xd5]x@[0xc0][0x83]|r[0xc2][0x89][0x87][0xf0][0xb0][0x13][0x8f][0xe0]Q[0xde][0xfc]H[0xc0][0x15]v[0xfc][0x98]S[0xfc][0xc4][0x8e][0x9f]:[0xf1][0x18]~[0xc6])~[0xce]%y[0xd4][0x8e]_[0xf0][0xfe]q'[0x9e][0xc0][0x93][0xbc]yJ[0xc0]/[0x5]<[0xed][0xc0]yx[0x86]K[0xf0]+[0x1][0xcf][0xda][0xf1]k[0xe][0xf1]7v<[0xc7]w>/[0xe0][0xb7]v[0xfc][0xce][0x81][0xdf][0xe3][0xf]N4[0xe1][0x5];[0xfe][0xc8][0xd7][0xff]$[0xe0][0xcf][0xe][0xfc][0x5][0x15][0xf0]"[0x83][0xd8][0x1a][0x8d][0xca]jsX[0x8a][0xc5][0xe4][0x18]C^[0xdb][0xea][0xf3][0x19]\m[0x8a][0xda][0xeb][0x8f][0x85]7-[0xde][0xec]oSz{e[0xb5][0x91][0xa1] [0xb2]1[0xa0]D[0xe3][0xf2][0xf6]8[0xc3]<[0x8d]@[0x89][0xf5][0x86][0xfc][0x9b]T)"[0xf]([0xea][0x16][0xff][0xf2]D4[0x18][0x96][0x9b]u[0x1a]}C, q[0xf6][0xc]~}C[0x8c]8[0xf6]K[0xdb][0xfd][0xb1][0x81]P,[0xd6][0xa3]l[0xf7][0x13][0xa9][0x1c][\r][0xca][0xaa][0xb1][0xbb]S[0xdf][0xc0]ww[0x86]z[0xa3]R<[0xa1][0xca][0xc][0x8b]s[0xdb][0xdd][0xd4][0xd5][0xd5][0xb8][0x94]X8#[0x1b][0x95][0x9e][0x98][0xac]n[0x93]U[0x82]6[0xad]m[0xb3][0xb4]M[0xf2]'[0xe2][0xa1][0xb0][0xbf]-[0x14][0xe3][0x12][0x9e]?f[0xa9]i[0x92][0xe7][0xac]6[0xb8][0xea][0x7][0xf1][0xa3][0x1c][0x91][0x8d][0x11][0xa9][0xbf]?[0x14][0xed][0xa5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd3][0xd8][0xb6]K[0xfd][0xf4]yY[0xe6]J[0xd3][0xf8][0xea]k[0x1c]+[0x92]y[0xc4][0xb4][0xc8][0xc6][0x1e][0x8d][0x84]/[0xcb][0x9a]V[0xe7][0x8f][0xcf]'ED[0x1b][0xb][0xe5][0xed]r [0x11]W[0xd4]N[0x12]:[0x14] }V[0xa6][0x1d]B6[\r]$TU[0x8e][0xc6][0xfd]-[0x99]t[0xb4][0xd5][0xd6][0x14][0x8a][0x86][0xe2]K[0x19][0xba]<[0xa7][0xb7]x[0x8e]&[0xae]Z[0xcb]`mV[0x82]2WX(*w$"=[0xb2][0xda]%[0xf5][0x84]e[0xcd][0x3][0x3]Rx[0xad][0xa4][0x86][0xf8][0xdc]X[0xb4][0xc6][0xfb]B[0xb1][0xc9][0xfb][0xd2]:)[0x1e][0xe8][0xd3]4 [0x98][0x8e]+[0x98][0x1e]Y[0x92]y[0xc2]`[0xea][0x94][0xc9]:[0x9b][0xc1]>[0xe5]l[0xeb][0xdf]s[\r][0xe9][0x9c][0xb9][0x9a][0xae]y[0xef][0xb5][0xdf][0x9d][0xa3][0xab]kr[0x14][0xa4][0x85]S][0xce][0x1c][0x18][0xce][0xc9]uOJ[0xb9]S:[0xe3]R`[0xb]E[0x8e]f#J`[0x2]^[0x12][0xf0]7[0x86][0xdd][0xff]'[0xad][0xbf];A[0xb9][0x8e][0x84][0xa0][0x1c][0x8b][0xab][0xca] [0xe5]RO[0xd5]Z[0xba][0x18]hI[0x89][0x92][0xfc]*[0xb9][0x9f]M[0x8f]`[0x86]3'[0xc8][0x0][0xb4]A'#-[0xcf][0xee][0x9e][0x90][0xd0][0xc6]9+[0xfd][0x94][0xea][0xe2][0xca]ry[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x1c]Q[0xb6][0xc9]A[0x6][0xbb]*[0xf7][0xf2][0xf8]'7/[0x9b]@A[0x9a][0xbc]6J[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "O[0xb2][0xc5]zR[0x8]K[0xd1]^W[0x9f][0xaa][0xc]pU[0xd3][0x19][0xf6][0x94][0xd1][0x19]js7y[0x81]*[0xc7][0x94][0x84][0x1a][0xe0]`[0xce]~[0x97][0xd6]/[0xce][0x9a][0x13][0xe9]z[0x13][0xf0]2[0xdd][0xa6][0xda]U[0xf8],[0xe5][0xe0]Dt[0x14][0xb7]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd0][0x99][0xb1][0xf2][0xda][0xda]Z[0x86]vO[0x8e])[0xe3]4:[0xb3]l[0xaf][0xe5]M[0xdd][0xe8]1u[0xfc][0x98][0xd4][0xa4][0x9e]Ofx[0xaa][0xb2][0xdd][0xa2][0xf6][0xa6]@[0xd8][0xc8][0xa9][0xab][0x9a][0xba][0x1a][0xd2]t[0xbe][0xba]g[0xb3][0x1c][0x88]7.[0x1d]O[0xd4]ph[0x93][0x1c][0x18][0xc][0x84]e[0xff][0xb2][0x1e][0xf2]0)[0x10]oK[0xad][0xf0][0xb][0xa8]S[0xd3][0xf2][0xca][0x90][0x96]=3[0xd0][0xd4][0xf0]3D[0xac][0xc6]E">[0x8d][0xab]D|[0x8c]7[0x12]"[0xbc][0x19]`[0x98]9*Cg\[0xa5]+ly"[0x14][0xe]r%V6[0xab][0xb2][0x14][0xa7][0x15][0xb7][0xee][0x90][0xee][0x1][0x9d][0xa3]{ [0x14][0xef]s[0x1b][0xa9][0xd4][0xdd]-[0xe2][0x15][0xbc][0xca][0x9b][0xbf]S[0x8e][0xbe][0xb4][0xa6][0xa6]F[0xc4]kx][0xc0]?D[0xfc][0x13][0xff]"w6"Q[0xc0][0xbf]E[0xfc][0x7]o0L[0xd5][0x5]L[0xb1][0x10][0xf1]A[0xac][0x11][0xd1][0x89].[0x86][0xe9][0xa3][0xb6]^[0xa6][0xaa][0xd2] 7[0xb8][0x88]u[0xf8][0x90][0x80][0xff][0x8a]x[0x13]o[0x89]x[0x1b]'[0xe9][0x16][0xc8][0xc9][0xa2][0xe5]u[0x1c][0xec];[0x2]FD[0x6][0xc6]Dl[0xc4]e[0x2][0xb3][0x88],[0xf][0x3][0x2][0xb3][0x8a],[0x9f][0xd9]D&0;E[0xcc][0xa8]:ZIlUM[0xf4][0xc7][0xe5]`[0xcb][0xf6][0x80][0xdc][0x1f][0xf])Q[0x86][0xa2]Q[0x9]/[0x90]b}[0x94][0x95]D\[0x82][0xee][0x9c]E[0xaa][0x17]q)>L[0x99]Ld[0x5][0xcc]!2'[0x13]E6[0x85]Me([0x1d][0xd7][0xfd]DV[0xc8][0x1c][0x2][0x9b]&[0xb2]"[0xe6][0x12][0xd8]t[0x91][0xcd]`SEV[0xcc]JH.-[0x83][0xa5]Y[0xab][d3[0xf1]:[0xe1][0xbd][0x94]r[0xa5][0xc8][0xce]`[0xa5]"[0x9b][0xc5][0xce][0xa4]Rb[0xa5]B[0x14]n34[0xdd]"[0x9b][0xcd][0xe6]P4[0x89][0xac][0x8c][0x9d]%27[0x9b][0xcb]P[0x93][[0xb0][0xe6][0xc][0x11]Y[0x84][0xcd][0x13][0xd9]|V[0x9e][0xb2]zf[0xee]a[0x98][0xdb][0xaa][0xe5][0xa6][0xa0][Ni[0xdf][0x1d]Lp[0xf]u[0xa7][0x2]]d[0x15][0xac][0x92][0x1c]~[0x8d][0x1c][0x96][0xa5]X&[0xf6][0x5][0xcc]C[0x9e][0x96][0x99]:[0xa8][0xd6][0xb8]8[0xba]0[0xb5][0x9b][0xd3][0xb][0xac]Jd^[0xe6][0x13]Y5[[0xc8]P>[0xee][0x91][0x89][0xd1]}"[0xab][0xe1][0xbc][0x17][0xe6][0x4]X`~[0x91][0xd5]2J[0x1a][0xf5][0xb9]G8[0x83][0xfb]t[0xf7][0xdc][0xa4][0xe5][0xe9]L[0x95]@[0xae]Q[0xdd][0xb4][0x12]*[0x89]J?[0xba][0xf][0xa8][0x8c]%j[0xe2][0xe6]i[0x1b][0x9b][0x18][0x1a][0xab]NY2rE[0xe3][0x18]z#[0x99]MDo[0x8f]+[0xfa][0x92][0x9e]+O9[0x8b][0xdc]tl[0xfe]d[0xc8][0xf][0xca]=[0x9][0xda]Q[0x9c]M8[0xca][0xcc][0xe5][0xa3]*[0xd0]>u$[0xc2][0xe1]ejo"B[0xf5]mZ[0x8][0x17]n[0x93][0xc2][0xa1][0xa0][0x14][0x97];[0x94]8'aX[0x90]E[0xfa][0xec]GL[0x1b][0x93][0xa0]b\g1[0xdd][0xb9]*<[0xdd][0xe3]*![0xfd][0xe1]a[0x93][0x82][0xc1]e[0xfc][0xd8]RO[0xda][0xc7]f%[0x1c][0xa6][\r]$ac[0xd5]%[0xe4]&[0xb9][0xde]Z\[0xba][0xb2][0x9]+{[0x92][0xb5]$*[0xf]t[0x12]y0[0x11][0x96][0x83][0x14]k[0xb2][0x14][0xbc]HQH[0x94][0xb5][0x9e][0xd6][0xec][0xcf][0x2][0x9d]h%[0xb9][0xa3][0xa2][0xe]f[0xa0]I#2Y[0x9e][0xfa][0x88]([0x9f][0xcc]c[0x83][0xfc]![0xd6][0x97][0x88][0x7][0x95][0x1]2[0xcf][0x9c][0xec]r[0x84]"[0xf2][0xc5]tu[0xd2][0x85][0xd2][0xd9][0xd2][0xbc][0xba]cE'[0xc3]Y[0xe3][0x88]l[0x90]r'[0x92][0x6][0xa4]P[0xbc]KV#!zNj[0xd6][0x9f][0xef]Yu[0x9a]m\[0xfd]Ed[0xa3][0xcc][0xb7][0x14]][0x88][0x13]TS[0xe6][0x8b][0x8b][0x9b][0xc1][0xd1]+[0xc7][0x97][0xa7][0x8a][0xb8]2O[0xd5][0xc4]e[0x9c][0x9d][0xa8][0xa9]B[0x8c][0xcb]Z[0xd1][0xd8]J[0x1][0xa1]j[0xa5][0xdc][0xd8][0xe3][0xa7]d[0xbc]"[0xc9][0x8d][0xb6][0xc8][0x83][0x9d]2)[0xa4][0xc8][0x93]n[0x16]Zj[0xcc] [0xd6]h[0xac][0xb1][0xd0][0xe5]t[0x80][0x10]W4[0xb7]e[0xf0]du[0xd6],k[0x14]/\[0xc0][0xc1]H[0x8f][0x12][0xe][0x5]:H|[0xce][0x8d][0xb2][0x88][0x16][0xf4][0x13][0x94]J[0xa7]:~^[0x82]DY2q[0xb0]eI[0x1e][0xa6]$[0xf6][0x90][0x99][0xa9]J2@[0xa7]2[0x18]/[0x9f][0xfb][0xa4]X[0x87][0x96][0x11]I[0x9b]dIkT[0x9b]df[0x19][0x93][0xe3][0xae]wW[0x1c]N[0xbe][0x8][0x9e][0xfc]c_/[0xc8]c[0x89][0x9e][0x8][0xf7][0xf2]E[0xe9]ZZ[0x93][0x88]F[0xb5][0x82]|[0x9c][0xf8][[0x99][0xe0]?[0x95][0x10][0x9c]|[0xaa]X[0xb8]v[0xbc]Y2d[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9f][0x9f][0x99][0xd7][0xcb]=[0xa4][0xf2]4[0x19][0xdc]TYq[0xb6][0x9c][0xc5]bID#J0[0xb4]I{R[0xeb][0x19]q[0x9e][0xe7][0x14][0x8c][0xa7]zE[0xa1][0xe6][0xee]$aK[0x94][0x4][0xe5]!S3[0x91]_e[0xd5][0x9a][0x1e]1T[0xcd][0x8e][0xbd]4[0x8c][0xc4]EO[0x11][0x2][0x99][0xba]G*[0xd2][0xa1]j[0xbf]~5f)[0xd7]1[0x17][0x17][0xa2][0x1d][0x80][0x80]Y[0xbc]~[0xa6][0x91][0x8b][0x97][0xaa]ZO[0xd5]*[0x18].[0xa6][0xb1][0x5]kiN%[0xaa]9_O[0xff][0xa9]$4[0xe7][0x1b][0xe8]?[0xd5]z[0xda]>[0xaa]<[0xa9]w[0xd2]7[0x9]=[0xb4][0x1e][0xa0]Y[0x8]V[0xe4][0xf1]U[0xaf][0xaf][0x9a][0x1d][0x87][0xf5]([0xf2][0xf][0xd2]4[0xf]Aj[0x1d]D[0x4][0xda][0xec][0xa0][0xad]2[0x8d][0xdc]:)6[0xa1]W[0xfb][0x1d][0xd2][0x89]>[0x12][0x89]i[0xa3][0x10][0x9]e[0xc1]f[0x1a][0x97]h[0xbb]8[0xd5][0x16][0x83]*DbZ[0xc][0x81][0xc2][0xb8][0x8a][0xbf][0x0][0xf4][0xe3]Y)[0xf2]I[0x0][0xa0][0xcf]{[0x14][0xb6]C`[0xc7] [0xac]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbb][0xab][0xe0][0x8][0x1c][0xd5]G[0xe0]t[0x89]48[0x82])IL[0xb5][0xc0][0xe7]*[0x1c][0xc6][0xb4]jW[0x11][0xb5]^[0xdf][0x10]\[0xde][0xea]!L[0xf7][0x1e][0xc3][0xc][0xda]S<[0x84][0x92][0x85]'P[0xe4]=L[0xfd]0f&q[0x86][0x5][0xeb][0xbc][0xb6]c(]O[0xcc]g[\r][0xe3][0xcc]![0xcc][0xe6][0xd8][0xac][0x1a][0xb6][0x1a][0x92][0xb]$[0xa1][0x95]$*G[0x14]^([0xa8][0xc5]V[0x9c][\r][0x15][\r][0x88][0xa1][0x5]q[0xb4]b[0x1b])w[0x90][0xd0]^[0xad][0xe1][0xf7][0xea][0xb2][0x9a][0xf8][0xfb]L[0xfc]}[0x6]~>[0x8a][0x12][0xa7][0xba][0xc3][0xc4][0xfd][0x2][0x99][0x80][0xe3][0xee][0xd6][0xc0][0x1e][0xe6][0x18][0x17]j[0x18]+[0x92][0xa8]a[0xa3][0x83]$[0xfc][0xc][0xf7][0xa0]:[0x89]Z[0xb][0x8e][0xa3][0xae]-[0x3]x[0xb1][0xe]\[0x3]k[0xd1][0xc0][0xbe][0xe4]e[0xa4]0[0xde]T[0x8c][0xc2][0x9e][0x7];[0xb5][0xc7]1[0x5][0xf7][0x91]{[0xde][0x8f][0x15]x[0x0][0xab][0xa8][0xbf][0x8][0xf][0x11][0xe4][0x87])[0xd6][0x1f]1![0xaf] [0xb1]R[0x90][0xbb][\r][0xc8][0xb5][0x4][0xfa][0xca]1[0x90][0xbb][0xd3] [0xcf][0x84]e[0x4]K[0xc6]@~[0x83]/[0xf3][0xc7][0xba][0x8e][0x98]]G[0xe][0xc0][0x11][0xef]O[0x8b][0xd0]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "L_[0x12][0x8b][0x18]h[0xe0]Z[0x9c][0x16][0xa6][0xa4][0x80][0xe9][0xf4][0xe5]l[0xb][0xda][0xb9].|[0xa4][0x80]s[0xf2][0xb0][0xae][0xfa][0x4][0x14][0x1a][0x9e][0xcb][0xb0][0x7][0x9b][0xd2][0x18]-1B=m{I[0x12][0xef]c[0xe8]X[0x98]D[0x3]#s/[0xa1][0x1][0xe5][0xea][0xe3]hj[0xb0]r?[0x86][0xf3][0xd6]{K[0xad][0xbe][0xea][0xa3]X[0x9a][0xc4][0xfb]-[0xdc][0xeb][0x8b][0x1a][0xf2][0x89][0xa7]k[0x19]w[0xa4][0xe5]y[0xd8];[0xf2] [0x8f][0x82][0x9d][0xf8]2n[0xc6][0x7][0xc]][0xd6][0x13]~[0xe0]qT[0xe0][0x9][0xd2][0xcb][0x93]h[0xc2]S[0x14][0xe2]O[0xd3][0xb7]g[0x88][0xf2]9[0xa2]}[0x85][0xa8]_[0xc2]-x[0x19][0xb7][0xe3]U[0xdc][0x81][0xd7]4[0xdd].&[0x8d][0xde]B{w[0xe2][0xe3]4[0xda][0x89][0x5][0x94][0xe][0xae][0xd1]bt[0xbf][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf6]k[0x9a]g[0xc4][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "|[0x82][0xf2][0xb1][0xc5]L[0x0]:[0xfd][0xb5]&[0xfd][0x16][0xcd]*[0x9c][0xea][0x93]D[0xb5]UO+'[0x11][0x15]p[0x9d][0x80][0xeb]GPm[0x18][0xe3][0x6]}A[0xc0][0xa7][0xc0][0x4][0xec]z[0x13]S[0xde]$z[0xb][0xff]![0xc5]0[0xcb]n[0xe2][0xce][0xcd][0xb2][0xcf][0xf7][0x10][0xac][0x7][0xd3]T[0xda]<[0x91]m*[0xe8][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee][0x90]-[0xed]d[0x12]9e[0x92][\r]i[0xfb]W[0x9e][0xd6]$5i&[0xe1][0x96][0x18][0xc6][0xf9]I\@zO[0x19][0xa2][0xd5]4[0xc4]c[0xc6][0x99][0xab][0xc8]N[0xdc]&;([0x7][0xed]2m[0xd2][0x80][0xa9][0xd4][0xbe]E[0xb3][0xb7]I[0xb7]'I[0x17][0xef][0x90];[0x8e][0xa0][0x85][0xfc][0xf0]2f[0xc1][0xe]f[0xc3][0xf5][0xcc][0x89]][0xcc][0x8e][0xdd][0xcc][0x81][0x9b][0x99][0x88]=l*ng[0x85][0xa6]mv[0x9b][0xb6][0xd9]AY-e[0x9b]}[0xa6]m[0xf6][0x19][0xb6]YB[0xa9]=[0xd3]6:[0xfd][0xb5]&=[0xb7][0x8d]N[0x95][0xb2][0x8d][0xf][0xf9][0xf9]'[0x11]L[0x19]g[0xde]D[0xc6][0x99]F"[0xe2]3F[0x96]h[0xd0][0x8c][0x5][0xd8][0xbc]>[0xca]f[0x7][0xb5]d[0xce][0x1][0xdb][0xb4][0x10]\[0xa4][0x9][0xaf][0xdf][0x94]6|[0xd6][0x10][0xd4][0x86][0xcf]qA[0x89][0xcf][0xe7][0xb3][0xf3][0xb1][0xe4][0xca][0xe7][0xb][0xf8][0xa2][0xc1]g[0xb6]FOi[0x85][0xac]s[0x80]z[0x96][0xc1][0xc5][0x8e]/[0x99][0xf9]m[0xae]AY[0xe0][0xba]p[0x18]mw[0x81][0x1d][0x1c]C[0xde]@[0x9a][0xd3]o[0xa7][0x1b])fx[0x13]:[0xa8][0x9f]E[0xeb][0xe7]A[0xff][0xab]4[0xfa]R[0xbd][0xfb][0x1f]PK[0x7][0x8][0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.class[0x95]SMs[0x1b]E[0x10]}#i?,V[0x96][0xb2][0x91]m[0xc0][0xc1][0x11][0x10][0x88][0xf5]a/1&[0x1][0xec][0x84]8[0x8e][0x3]&[0xb6]B[0xe1]`0[0x1c][0xc2]J^[0xe4][0xb5]WZ![0xad][0x82]S[0x14]?[0x81]?[0x90][0x1f]@.>@[0x15]Q([0xa8][0xa2][0xe0][0xc2][0x81][0x13]?[0x88][0x2][0xde][0xac][0xd6][0x96]"[0xeb][0xc2]agz[0xde]t[0xf7][0xbc]~[0xdd][0xfb][0xe7]??[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "`[0x1]w[0x92]0[0xf1][0x9a][0x8e]KI[0x1e]^[0x1f][0x83][0x8a]E[0xb9][0xbc][0xa1][0xe1]r[0x12]W[0xf0][0xa6]\[0xde][0xd2][0xf0]v[0x12]KXNb[0xc]Wu\[0x93][0xfb];:[0xae][0xeb]X[0xd1]qC[0x9e]V5[0xdc][0x14]P[0xea][0xf7][0xe][0x9c][0x7][0x2][0xe6][0xc6][0xbe]}[0xdf][0xb6]<[0xbb]Q[0xb3][0xb6][0x82][0x96][0xdb][0xa8]-[0x9]h[0xf5]{[0xf7]m[0xaf][0xe3][0x8][0xa8][0xcb]n[0xc3][\r][0xae][0x9]\[0x9c]=[0xed]x[0x1a][0xc9]o[0xb]$V[0xfd]]F[0xa6]7[0xdc][0x86]S[0xee][0xd4]+N[0xeb][0xae]][0xf1][0x1c][0xf9][0x94]_[0xb5][0xbd]m[0xbb][0xe5][0xca]s[0x4]&[0x82]=[0xb7]-`m[0xf8][0xad][0x9a][0xe5]7[0xdb][0x8b][0xfb]V[0xd3]>[0xb4][0xda]_[0xb9][0xed]v[0xc5]?[0xb4][0x9c][0xc3][0xc0]i[0xec]:-k[0xd3]n[0xb8]_8[0xed]`[0xad][0x11][0xb4][0x1e][0x90]c<[0xa4][0xaf][0x1c][0xf3][0xac]9[0xc1]m[0x9]dg[0xf3][0xa3]*[0xd2]y[0xbf][0x1d][0xb9]:_vl[0x8f]oN[0xc][0x96]t[0xa7][0xb2][0xef]T[0x83][0xa5][0xfc][0xa7][0x2][0xc2]Z[0x96][0xe8]*[0xe4]j[0x7][0x2][0xa9][0xad][0xc0][0xae][0x1e]l[0xda][0xcd][0xb0][0x4][0xaa][0xcf][0xf4]{v{[0xaf]Ww|6[0xbf][0xce]GZN[0xbb][0xe3][0xd1]Y[0xf0][0xa0][0x7]~[0x8f][0x88]@r[0xcb][0xef][0xb4][0xaa][0xce]-7[0x14][0xe4][0xa9][0x9a][0xe6][0xe5][0x8b][0x6]&[0xb1]6p[0x93]s[0xe4]U[0x8e][0xb5]j[0xb8]e[0xe0]][0xbc]g[0xe0],[0xb2][0x6]&[0x90][0x15][0x98][0xfb]_[0xa2]iX7[0xf0][0x12]^6[0x90]GA`jX[0xa6][0x1b][0x1d][0xd7]c[0x90][0x86][0xf7][\r][0xdc]FNR[0xd9][0x10][0x88]}Mk[0x13]e[0x96]O[0x16]WYM)[0x17][0x8a]N3[0x96][0xfb][0xc6][0xc0][0x1c]r[0x2][0x99]a[0xb9]B!8[\r][0x17][0xfa][0x14][0xc3][0xdb]r[0xc7][0xf3]VZ[0xb5]N[0x9d][0x85][0xad][0x1d]V[0x9d]f[0xe0][0xfa][\r]N[0xb]S[0xba][0xbb]v[0xe0][0x94][0xfd]@[0xba][0xc][\r]\[0xd4][0x82][0xd1][0x3][0x97][0x19]F[0x99][0xae][0xf][0xad]zv[0x9b][0xcd]Nq[0x0][0xb6][0xdc]z[0xd3]s[0xca]v[0xdd][0x19]j[0xfe]@2[0xd5]n6[0xa9][0x1d][0xb5][0x1d][0xe5]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8a]4[[0xc2][0x8b][0xfc][0x13]M[0xfe][0xa6]1[0xae]l[0x10]-S[0xf6][0x88][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "A%[0xa7][0xb8]>[0xcb]S[0x95][0x1e]q[0xee][0x13][0x85]'[0x10]E3[0xf6][0x13][0xe2][0x85][0xe2]c$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0xc7]P~[0x8][0x13]<[0xc7]u[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7]<[0x12]( [0x89][0x12][0xd2][0x94]9[0x8b]y[0xc0]V[0x4][0xd7][0x90][0x96][0xc3][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "2[0x11][0x8c][0xe0][0xba][0x82][0x8f][0xa4][0xd6][0x8d]0[0xb6][0xf1][0xb1][0x94][0xdc][0x94][0xe8][0xac][0x82][0x9c][0x82][0xbc][0x82][[0xc][0xc3][0xb5][0xfb]u[0xee][0xba][0xc2]6[0x19][0xa6][0xb3][0x87][0xfc]![0xd7][0xc3][0xba][0xb4][0xdf][0xc3][0x87]a[0xb0][0xc6][0xdd]R[0x95]a&[0xd6][0x11]S[0x8e][0xd7]Ss/[0xec][0x9]*L[0xd7]>[0xa2]9[0xd3][0x9c][0xd5]m[0xd3][0x14]v[0xda][0xe0][0x8e]#[0x88][0xe2]d[0xb7][0xc2][0xac][0x8f]"5E[0xaa][0xe9][0x12]1[0xda]c2[0xe4]{'&[0xc]S[0xdd][0xd1][0x1f][0xd5]O2[0x90][0xea]gw[0xad]7[0x96]^[0xc9][0x6]yHv" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "k[0xff]o[0xbd][0x91][0x82][0xcb]K[0xf]H[0xc3]g[0xa1][0xe0][0xb6][0x82]O[0xe8][0x12][0x14][0xf4][0x8a][0xc9]][0xcf]&^F[0xec]L[0xa6][0xe7][0xce]H(\[0xb0]<[0xbb]$[0xa8][0xac][0xe4][0xfb]b[0xff]j/JM[0x15][0xd3][0xd8][0xa1]j[0x13][0xc4]3[0xb8]=C[0xb5][0xb7][0x85][0xe3][0xe8][0x96][0xa9][0xa0][0xa0]b[0x17][0x9f]*[0xd8]Sq[0x7][0x9f][0xa9]8[0x8f][0xb][0xc]cmB7[0xb8]S%R[0x14][0xae][0x8a][0xbb][0xd8]Wq[0xf][0x9f]+[0xf8]B[0xc5][0x97][0xb8]O[0x9]P[0xf1][0x95][0x14]r[0x14][0x19][0xc6][0xfb]TEEI[0x1e]M[0xb5][0x3]HW[0xb9]][0x10]_{[0xc2],[0x9][0x15][0x7][0xa0]L[0x96]UT[0xa4][0x95]*[0x8a]*t[0x1c]2,[0x9f][0xed]n3[0x9c]k;[0xba]U<[0x14]%[0x97]a[0xf1][0xbf]l[0xbd]hc[0xa4]+[0xe][0xca][{[0xbf]M[0x0][0xee]Z[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc4][0xe4][0xcb][0x9d]m[0xdb][0xf6]}[0xe6]=[0xc3][0xd8][0xb2]+^[0x8d]nx[0xa6]Q[0x12]u[0x97][0x92]L[0xac][0x1e]rC?[0xe0][0xae][0xc8][n[0xa6]Vw[0xe9][0xa9][0xc4][0xfa][0xf4][0x82][0xfd][0xfe][0xed][0xe1][0xfc]?[0xb4][0x16]zH%[0xab]V[0xf7][0xcb][0xbf][0xd0][0xaf][0xb5][0xfc]KORt[0xa7]E[0x84][0x2][0xd9][0xa7]g[0xe7][0xbf][0xe4][0x82][0xa0]|[0x8d][0xc5]:[0x15]I[0x94][0xea]J[0x89][0x8f][0x9][0xe9][0xa7][0x89][0x98][0xea][0x82][0x9f]$H[0xba][0xa8]r'OI[0xa6][0x8e]e[0xfa][0xd3][0xc4][0x9][0xb2][0xa3]<[0xb2][0x1b]U[0x84]K[0x95]$[0x5][0xff][0xe9][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << ",uF[0xd3]ya[0xfa][0xc4][0x94]k*[0xa5][0xfa][0xe4])wb[0xaf]e[0x99][0x1a]N[0x88][0x9c][0xed]q[0xc3][0xa3][0x94][0x5][0xea][0x1e][0x91]Z[0x89][0xf5]r[0xea][0x95][0xf4]![0x8e][0xcb][0xf4]9[0x99][0x4]%[0x80][0xfe]Q[0xf9]n[0xe8][0xbb]3@[0xeb]i[0xbc]L[0xe3]E[0xda][0xed]"@[0x12]`"[0xfe][0x4],[0x11][0x8c][0xe][0x86][0x85]S[0xd4][0x2][0xa1][0x16]I:[0x8a][0xc0][0x1f][0xb8][0xac]@S[0xf0][0xce][0xe6][0xef]$|[0xd7]O[0xe4][0x15][0xfa]/[0xf9][0xab][0xab]x[0x8b][0xe6]0)[0x8e][0x10][0xb1]7[0x87][0x86][0xff][0x6]PK[0x7][0x8]!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.class[0xa5]SMo[0xd3]@[0x10]}[0xdb][0xa4]q[0xeb]:M(P>S[0x2][\r][0x90]&[0xa5]NB[0x91] [0x14][0xe]D[0xad]T)[0x5][0xa4][0xa0][0xc2]u[0xe3],[0x89][0xd3]t[0x1d][0xd9]N?[0xe][0x1c][0x90]@H[0xfc][0x5]~[0x0][0x7]N[0x95][0xf8][0x12][0x7]~[0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "1[0xeb]8[0xb4][0x15][0xb4]H[0xe1]0#[0xcf][0xec][0xec][0x9b][0xf7]f[0xbc]?~~[0xfb][0xe][0xa0][0x84][0xc5]qh[0xb8][0xa4]c[0xc]i[0x1d][0x97]qE[0xb9]Y[0x1d])d[0x94][0xbb][0xaa][0xe1][0x9a][0x86][0xeb][0x1a][0xb2][0xc]1[0xbf]e{[0x99][0x2]C[0xb9][0xea][0xb8]M[0xd3][0xe9]z[0x8b]m[0xb3][0xcb]wLo[0xdb][0xf6][0xbc][0xba][0xb3]c[0x8a][0x1d]_[0xc8][0x86]p[0xcd][0xda][0xae][0xb4]Z[0xae]#[0x9d][0x9e][0xf7][0xa0]'[0x1b][0x1d][0xf1][0x94][0xfb]VK[0xb8]w[0x9]e[0xc9][0x96][0xb6][0x9f][0xe1]^vx[0x98][0xb9]u[0x86]h[0xc5]i[0x8][0x86]D[0xd5][0x96][0xe2]ao[0xb3].[0xdc]'[0xbc][0xde][0xa1][0xcc]T[0xd5][0xb1]xg[0x9d][0xbb][0xb6][0x8a][0xc3]dT[0x91]g0V[0xa5][0x14]n[0xa5][0xc3]=OP[0xb8]44[0x85]L[0x91][0xb4]L[0x1f][0xee][0xb4][0xdb][0x1d]t[0x8b][0xd7][0x83][0xda]J[0x8b][0xcb][0xa6]h0[0xcc][0x86]Z[0xbd][0xa6]m>w[0xf9][0xa6][0xd8]v[0xdc][\r][0xb3][0xf][0xb8][0xbc]%[0xa4][0x1f]([0x9a][0xa8][0xef]'[0x18][0xd2][0xff][0xba]Bmj>[0xb7]6[0xd6]x7l[0xab][0xd7][0x9c][0x9e]k[0x89][0x15][[0x5][0xa9][0xa3][0xa8]/[0xb4][0xf9][0x16][0xa7][0xc1]-K[0xab][0xe3]x[0xb6]l[0xae][0x9][0xbf][0xe5]44[0xcc][0x19][0xc8]!o@[0xc7][0x84][0x1][0x3]y[\r][0xf3][0x6]n`[0xc1][0x80][0x89][0x82][0x81]"J[0x6]n[0xa2]D?[0xc0][0xf0]ScH[0xaa][0xf6]f[0x87]&c>[0xaa][0xb7][0x85]ER[0xe7][0xff][0xa2][0xf4][0xf][0x88][0xaa][0xed][0x11][0xba]p[0x19]n[0xf][0xdb][0x9e]As$[0xcd][0xcc][0xa5][0x9e][0x91][0xac][0x1a][0xf9][0xcc][0xf1]3[0xa6][0xb]M[0xe1][0xab][0xc5][0x6][0x17]V[0x19][0xc6])[0xee][0x17][0xd0][0x84][0xb3]sG[0xef][0x88][0xd6][0xa3]s[0xcb][0x12][0x1e]=[0x99][0x2]=[0x9a]g[0xff][0xf1][0xbb][0x1f][0xd3]E[0x89][0x18][0xf4])[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "H[0xd3]k[0x1e][0x3][0xf1][0x4]K&[0xd5]&[0xe9][0x91][0x8f][0x90][0x19][0x88]Sv[0x92][0xbe][0x1e]S[0xac]2z.[0xff][0x9],[0xf7][0x5]#{[0x14]E[0x90] [0x1f][0xa3][0x1a][0xe0][0x5][0x92][0xe4][0xa7][0xfb]U8[0x81][0x93]@[0xf0][0xa5][0xd0][0x18]N[0x5]h[0xec][0xc0][0x19][0xc3]i[0xaa][0xee][0xa3][0xbf][0xb][0xd1][0xcb][0xf9][0xcf][0x88]|[0x8].[0xe2]V[0xc8]A[0xd9]E[0xb2](Y.[0xf7][0x11][0x8c]j[0xa2]_1[0xfa][0x1e][0x93][0xfb]Ql/[0xa8]H[0x4][0xc]F[0xc9][0xbf]$M[0xaf][0x90][0xc7]k,[0xe0][\r][0xee][0xe0][0xed][0x1]v[0xe5][0xdf][0xec][0xca]8[0x83][0xb3][0x87][0xd8][\r][0xce][0xce][0x91][0x8d]"[0x92][0x8e][0xeb]$[0xf2]|@[0xe3]BH#[0x85][0x19]L[0x5]Bh[0xd1]}[0xae][0xbf][0x0]PK[0x7][0x8][0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.class[0xb5]X[0xb]|[U[0x1d][0xfe]N[0x9a][0xf4][0xa6][0xe9][0x1d][0xac][0x85][0xe][0xca]6[0xcc][0xc6]6[0xba][0xa4]k[0xba]9`[0xb4]e[0xb3]+[0xc][0x86]][0xa7][0xb4][0xec]A7[0xe7]mr[0xd7]fKr[0xeb][0xcd][0xcd][0xb6][0xa2][0x82]"[0xf8]@`[0xe0]DD[0x14][0x90][0xf1][0x1c] [0xe][0xd8]#[0xbc][0x1c]"C[0xf0][0x81][0xca]KP[0x1]E[0x5][0xc1][0xf7][0x13]Q([0xdf]97I[0xd3][0xae][0xed]h[0xc5][0xdf][0xaf]=[0xf7][0x9c]s[0xff][0xe7][0xff][0xf8][0xfe][0xaf]s[0xf3][0xd8][[0xf7]<[0x0]`[0x9e]([0xb]`[0x11]>'[0x87][0xb]5[0x18][0xf2][0xf9][0xf9][0x0][0x9a]qQ[0x19]g[0x17]k[0xb8]$[0x0][\r][0x17][0xf9][0xb1]U>/[0x95][0xc3]e~|A>[0xb7][0x95][0xe3][0x8b][0xb8][0xdc][0x8f]/[0x5]p[0x5][0xbe][0xec][0xc7][0x95][0xf2][0xc4]W[0xe4]p[0x95][0x86][0xaf][0x6]p[0xb8][0xcb][0xe3]k[0x1]\[0x8d]k[0xca][0xd1][0x80]k5|=[0x80]jw[0xfb]:[\r][0xdb][0x3][0x98][0x82][0xeb][0xe5][0xe2][0x86]r[0xdc][0x88][0x9b][0xe4]ps9[0xa6][0xe3][0x16][\r];[0xe4][0xe2][0xd6]r[0xdc][0x86][0xdb][0xcb][0xf1][\r][0xdc]![0x87]ojH[0xfa][0xb1]SR[0xdc][0xe9][0xc7]][0xe5][0xb8][0x1b][0xbb]$[0xc5]n[0xc9][0xfc][0xe]?[0xf6][0xc8][0xe7][0xde]rdq[0x8f][0x1c][0xee][0xd5]p_[0x0][0xf7][0xe3][0x81]r[0xcc][0xc3][0xb7]4[0xec][0xf3][0xe3]A[0xa9][0xf2][0xb7][0xfd]xH[0x1e][0xfb][0x8e][0x86][0x87][0xfd][0xd8]/[0xdf]>[0xe2][0xc7]w[0xe5][0xd6][0xa3][0x1a][0x1e][0xb][0xe0]{[0xf8][0xbe][0x86][0x1f][0x8][0xe8]KS)[0xd3]nI[0x18][0xe9][0xb4][0x99][0x16](i]~[0xaa]@e[0xab]ewG[0xd2][0x89][0xf5][0xf3]7DZ[0xad][0xee]n[0xd3]n[0x14](K[0xae][0x8b]Z)[0xc7][0xdc][0xe2][0x8]LW[0x4]V[0xba];[0x1e]Yo[0x1b]Is[0xb3]eo[0x8c],[0xce][0xa4]b[0x9][0xb3][0xc5][0xa5]q[0xf][0xa4][0xa3][0x86]d/[0x10]q[0xf][0xf4][0xa6][0xc9][0xb1][0xd7][0xd8][0x12]Io[0x8e][0xa7][0xd3]][0xd6][0x96][0x8]I[0xcd]T[0xcc][0xb4]s[0xa7][0xdb][0xdd][0x3][0xf2]t{[0xbc];e8[0x19][0xdb][0x14][0x98]?[0xb6][0xd3]M[0x1d][0x1d][0x8d][0xb][0xc9][0xa2]<[0xb9][0xce][0xea]J[0x9b][0xf6]&[0xd3][0xa6]i[0x13][7[0x18][0x9b][0x8c]H[0xc6][0x89]'"[0xad][0xf1][0xb4][0xd4][0xf0][0xd4]![M[0xef]P[0xce][0xf2][0x1c]WW[0x90][0x14][0x15]H[0xae]K[0x1a][0xbd][0xbd][0xf1]T7%[0x1d]Z[0xc4]v[0x99][0xd1][0xcb][0xd7][0xcd][0x83]w[0x9a]F[0x86][0xaf]q[0xa8]J[0x5][0x11][0x13][0x93][0xeb][0xba][0x14][0x89][0xdc]6[0x15][0xaa][0xc7][0x8c][0xcc]'O[0xc4][0x83][0xa5]M[0xf1]T[0xdc]Y([0xd0]Qsp[0xb7][0x8d][0xd1]O[0xb3]W[0x8]x[[0xac][0x98])[0xad][0x8e][0xa7][0xcc][0xb6]L[0xb2][0xcb][0xb4];[0x8c][0xae][0x84][0xa9][0xc2](j$V[0x18]v\[0xae]s[0x9b]^[0xa7]'N[0x8c][0x1a][0xe]*[0xa8][0xbd]/[0x15][0xed][0xb1][0xad][0x94][0x95]I[0xbb]2W[0x1a]N[0xb4]GY[0xa4][0x15][0x2]Q+D[0xd8][0xa4][0xc1][0xc2][0xfa]z[0xf3][0x2][0x17][0x8d][R>[0x8e]V[0xbf][0xeb][0xb8][0xb9][0x9c]%x[0x17][0xbc][0xfb]>[0xe9][0x1c]c[0x14]+=[0xca][0x8a]2e[0xee][0x98]9[0x8][0x1c]?[0xd6]3yp'[0xb4];Ft#[0x93]B[0xb9][0x8b][0xb5]I[0xc3][0xf]5<.[0xb0][0xf5][0xff][0x84][0xfa][0xf8][0x14][0x95][0x18]iV[0x8a][0xca][0xda][0xc][0xbb][0x92][0x1a][0xb9].u[0xf3]Q`[0xf2]([0xf9][0xcc]c.[0x19][0x81][0x9d][0xd2]9*a[0xa9][0xe4]o[0xf5][0xb2]p9[0xd6]b[0xf3][0xc]3im2c[0x2]~[0xdb][0xec][0x96][0xd9][0xcc] ?z[0x14]L[0x94][0x8a][0x82][0xca]U[0xb9]%$a[0xa4][0xba]#[0x1d][0x8c][0xeb][0xcd][0x12]X[0xb2][0xf7][0xe7]],P?v[0x7][0x97][0xd9]f[0xda][0xca][0xd8]Qi[0xc7]q[0xe3][0xf4]u[0xd5][0xb0][0xc5][0x8d]-J[0xc3][0x8f][0xd8][0xe][0xd9][0xcb][0xd8][0xc1]XL3[0xa9][0x1][0x93]K[0xd9][0x6],[0xd9][0x4][0x2]F[0x94][0xc2][0xd3]3[0xea][0xeb][0xeb][0x5]V[0xd5][0x8c][0xbf]~[0x1c][0x4]B[0xcf][0x96]z9[0xcc][0x1d][0x90]8WJ[0xf4]7E[0x13][0xb9]:zzSGC[0x11][0xc6][0xcb][0xbb]6[0x98]Q[0xa7]q[0xe1]H[0x1a]%[0xe2][0xeb][0xcd]h_4aF[0x9a][0xbb][0xd2][0x8e]mD[0x9d][0xd6][0xfc][0x8e][0xec][0x1c][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd5]%q[0x19]HSGR[0xba]N[0x8a][0xd3]q[0xe]>[0xa2][0xa3]W[0xe][0xed]X'[0x87][0xb8][0x8e][0x16][0x9c],p[0xc4][0x80]:[0xed][0x8e][0xcd]6[0xb4]8[0x13]O[0xc4]$~[0xb3]Zl[0xd3]p[0xb8][0x13]t[0xc3]0[0xb8][0xd9][0xe5][0x18][0xdc][0x1c]wz[0x82][0xb9][0xf2][0x19][0xec][0xd4][0xf1]c[0xfc]D[0xe]O[0xb0]D[0xaf][0xad][0xab][0xab][0xd3][0xf1]$[0x9e][0xd2][0xf0][0xb4][0x8e]g[0xf0]S[0x6]q.[0xe5]4<[0xab][0xe3]9[0xfc]L[0xe0][0x10]W[0xc1]<[0xb][0x1d][0xa7]`[0x89][0x8e]Sq[0x9a][0xc0]a[0x3]nn[0xb6]m[0xa3]O[0xfa]Z[0xc7][0xfb][0xd1][0xaa][0xe1][0xe7]:~[0x81][0xe7]u[0xbc][0x80][0x17][0x5]*[0x6][0xe8]N3[0xd2]=,[0x2]:[0xda][0xb0][0x9c][0xdd]a[0xbc][0xce][0x9d]1W[0xa2][0xf2]K[0x1d][0x1f][0xc4][0x19],$:~[0x85][0x97]t[0xfc][0x1a][0xbf][0xd1][0xf1][[0xbc],P=[0xa2][0xef]u[0xbc][0x82][0x97]4[0xfc]N[0xc7][0xab]xM[0xc3][0xef]u[0xfc][0x1]/[0xeb][0xf8]#[0xfe]D=U[0x1])[0xc2][0x90]p[0xfd][0x19]O1[0xdd][0xd6][0xb2]T[0xe9][0xf8][0xb][0xfe][0xaa][0xe3]o[0xf8];[0x9b][0xf4][0x12][0x8b][0x14][0xc1]B[0xae][0x4]u[0xfc][0x3][0xff]dx[0xeb][0xf8][0x17]^[0xd7][0xf1]o[0xbc]!P7[0xb6][0xec][0xd1][0xf0][0x1f][0x1d][0xff][0xc5][0x9b]:[0xde]B[0x1e][0xdc][0xc1][0xd9]-0m[0xa9]J[0x93]X[0xd0][0xdc][0x12]5{[0x9d][0xb8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc6]22[0x10][0x82][0xf9]T[0xd2][0xa9][0xae]`S>[0xc3]L[0x98]Fz[0x90]1[0xc2]#J[0xe8][0xd0][0xc1][0xc9][0xc9][0x8e]~fjN[0xfe][0xb4][0xa4][0xd7][0x85]W*0cDQ[0x99][0x1]z][0xf8]$[0xcf][0x5][0xe3]u[0xa4]&Ju[0xa1][0x9][0xbf][0xc0][0xbc][0xb1][0xa7][0x95]@[0xf0]`[0xad]C`[0xce][0x98]z[0x7][0x81][0x1b][0x80]g)[\r]4[0x1c]KV'^[0xfa]HMn5[0xad]CS[0xb0]q[0xf6][0x1][[0xb9][0xac]l[0x1c]B[0x9f][0xab] [0xa3][0xd1][0xfb][0x1d][0xcb][0xdd][0x12]8[0xbc][0xe6]@By?[0x1c]zg[0x17][0xf0][0xc5][0xcc][0xae][0xc]OT[\r][0xa7][0x1c]K[0xdd][0x8c][0x1][0x8][0xd4][0xab][0xb6]L"[0xd1]lwg[0x92]f[0xca]9%[0xef]\[0xc6][0xc1]&#[0x11][0x8f][0x19][0x8e][0xd9]f9[0x92]D[0xe0][0xd8]a[0xb4][0x1f]^[0xc4][0xc4]![0xa5] -1K[0xbb][0xf1]5[0xb3][0xa6]sD[0x10][0x8a][0xaf][0xe9][0xa5]F,[0xd6],[0xc5]V[0xd7][0x14][0xbd]l[0xb1][0x12][0x9][0x1e][0xa0][0x86][0x8d][0xb3][0xcf][0x12]8[0xe9][0xe8][0x8]R[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x19]|uf[0xed][0x1c][0xa5][0xdd][0x16].[0xd8][0xf2]p[0xa0][0xdb]t[0x16][0xe7][0xbb][0xfc][0xd1]5[0xb3]G[0xef][0xf3]~R[0xf3]"[0xe1][0x98][0xea]"[0xb1][0x94][0x1e][0xb5]U[0xaf][0x1f]*~[0xc2][0xa0][0x8f][0x6][0xe2][0xb0][0xd1][0xec]k7[0x9]\EM1J[0xdc]j[0x1c]D[0xac]h[0xbc][0xe9][0xf8][0xd9][0x14][0xa0]9[0x96][0xc2]][0xa0]fX[0xb4][0x87][0xd9][0xa3][0xc3][0xa5][0x82]}[0xc9].+[0x11][0x8f][0xb6]Q}[0xc9][0x8d]i[0xa0][0xa2]v[0x94][0xe6]y[0xa0][0xe7]Jz3Te[0xc1][0xe8][0xd1]2L[0xf4][0x17]4[0xf1][0xc7][0xb][0xa9]6i[0x90][0xd1][0xf9][0x14][0x94][0xf7][0xab][0x1e]#[0xdd][0xa6]R[0x9a]h2[0x12][0xbc])[0xb5][0x18][0x9c]&[0x5][0x8e]U[0xc3]E[0x90][0xfc]<[0xcc][0xa4][0x92]V,[0xbe]^}>[0xb8][0xf1]9[0xbd]f[0xa8]E[0xc3][0x98]8[0x81]q[0xc3]`?%[0xc5][0x98][0x97][0xde][0xaf][0x1b][\r][0xa2][0x3][0xf8]1v|[0xa6]mK[0xfb]B[0xc3]$[0xe9][0xb0]79y[0xa8][0xa4][[0xfa]x[0xd6]A[0x8a][0xc8][0x80]CU[0x80][0x15][0xab]Y[0xea][0x86][0x1c]o[0xe]C[0xcb][0xc6][0x12]VR[0xcb]f[0xc0][0x94]QF[0xbe][0x92][0xcc],[0x96][0xa4]~-[0xa0][0xa0][0x3]~$[0xc0]4,B3[0x80]R[0x1c]%[0xef]%[0x9c]U[0xca]k[0x81]z[0xf2]f[0x0][0x81][0xa5][0x9c]{p:[0xd7][0xbc][0xe][0x14][0xd6][0xcb][0xf8][0xcf][0xc6]_X[0x80][0xff][0xec][0xe0][0x9c][0x97]q[0xaf][0x1d][0x1d]\[0x9f][0xc9]U[0x1c]^[0x94][0xf0]Y[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7][0x8a]}([0xd9][0x3][0xef]N.K[0xb0][0x82]c[0x80]D[0xc0]*>Wc%gA[0x97][0x94];[0xab][0x1]5;[0x8b][0xaa][0x8]5[0xeb][0xa4]2[0x1e][0xac][0xe1]|[0x92]:%[0xa9][0xd6][0xe6][0xa8]:[0xa9][0x9e]'[0xa7][0xc8][0x87][0xf0]Iy[0xd5]r[0xc5][0xb][0x1f]9z[0xa5][0x8c][0xd0][0x1e][0xf8][0xee]D[0xe9][0xbd][0xd0]V[0xef][0x81][0xbf][0xb2]l7[0x2][0xb5][0xbb]Q^[0xa9]s[0xb2][0x1b][0x13][0xb2]8[0xc4][0x83]p[0xe5][0xa1]{1[0xb1][0xb6][0xb2][0x82]c([0xbc][0xb][0x95][0xa1][0xda]]8,t/[0xe][0xe7][0x99][0xaa]][0x98]4g?*Bw[0xf3][0xb9][0x17]Gdq[0xa4][0x7]+[0xa5]-^eK[0x88]V[0x0]&W[0xeb]1[0x3]=\[0xc7]Q[0x8f][0x8d]8[0xe][0x9]4 IPS[0xd4][0xb0][0x97]v[0xda][0xca][0xd6][0x90][0xab]W[0xc1][0xd6]U[0x5][W[0xe5]l[0x95][0xb3][0xf][0xc3][0xa0][0x5]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd8][0xac]*X[0xbd]*g[0xb5]K[0xd5][0xc5][0xb7]Q[0xce][0xab] [0xfa][0xc9][0xde][0xab]![0xa6][0x81][0xdf]f[0xeb]5u[0xcc][0x85][0xa6][0x9b]"{[0xa8][0x96]P[0x9e]y[0x15]>z[0x1d]XC[0x3][0xab]i[0xe0]Q[0xbb]0[0x99][0xc6]Ur9e5[0xe1][0x9a]z[0xd6].[0x1c][0x9d][0xc5]{<[0x90][0xbb]Y[0x4][0x5]Z[0xc3][0xfb][0x11][0x9]/[0xab]}`a[0xc9][0xf1][0xde]*[0xef][0xd4][0xeb]0[0xad][0xb6][0xca];[0xaf][0xc1]W[0xed][0xcb]b[0x1a]32x-[0xca]B[0xd5][0xbe]=[0xf0][0x9c][0xef][0x15]7[0xf5][0xbf]0[0x0][0xcf],[0xc6][0x5]p6[0x9d][0xf5]1[0xc6][0xdc][0xa5][0x8][0xe3]2D[0xb0][0x8d]1w9[0xa3][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "j[0xb4][0x8d][0x6]]U[0x8][0x83][0x16][0xc6][0xdb][0x6][0xc2][0xe7][0x93][0x1a][0xe6]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "c.[0xc1]LR[0x9][0x88][0xae][0xc0]Z[0x93][0x3]D[0x1a]$J[0xfa]q[0x2]|[0xca][0xf8]c[0xf9][0xc7][0xcb][0x13][0xa6][0xbe]N[0x1e]^[0x82][0x9f][0xb7][0xfb][0x15]"![0xed][0xee]T[0xc6][0xde]-mq[0xdc][0xc6][0xb3]6[0xd2][0x9c][0x9d][0x87][0xa9]p[0x90]Qy[0xb7][0xbd][0x90]w[0xdb][0x15][0xde][0xfc][0xc0]&[0xcd]&[0x16]8O![0xdb]\[0xfa][0xcd][0x5][0xfa][0xb5][0xca][0x17][0x92]j[0xb][0xa9][0xa2]n[0xe][0xbf][0x89][0x94][0x86]>[\r]g[0xf7]cz[0xce][0x5][0x1f]u74F[0xba][0xd0][0xf0][0xf1]70[0xe1][\r][0xd2]{[0xe4][0xa7]`[0xce][0x19][s[0xce][0xd8][0x11]~[0x84][0xe5][0xb0][0x8][0xc8][0x5][0xa3]yd2[0xdf][0x9c](C[0xb1]a[0xd9]H[0x8e]h[0x1c][0x9f]#[0x9a][0x8a][0x1c]q[0xd2][0x80]#r2[0x17][0xaa]:'[0xa8][0xff][0x85][0xb8][0xb8][0xe0][0x93][0x6][0x1c][0xc2][0xf1][0x9][0xae][0x9e]$[0xb6]O[0x11][0x8b][0xa7][0x19][0x84][0xcf][0xb0][0xce]=[0xcb]z[0xf4][0x1c][0xa9][0x9f]'[0xfd]K<[0xf1]"[0xb6][0xf2][0xa3][0xee]*~[0xd3]][0xcd]O[0xba][[0xf0]r[0xc1]7[[0xe9][0x9b]s[0x95]o[0xce])[0xf2][0xcd][0x8e][0x82]ov[0xe4]|[0xb3][0x80][0x1e][0x1c][0xec][0x9b]s[0x8a]|[0xb3]#[0xe7][0x1b][0x97]*[0xef][0x9b]0|[0xbe]7[0xa5];[0xde][0x81]s&[0xfa][0xf1][0x9][0xb6][\r][0xb7]>4(g[0xb1]#[0x86][0xc2][0xac]c;U[0xe5]\[0xa1]:[0xa4]P[0xa1][0xb8][0xb2][0xd0][0x82]J[0x19]"[0xae][0xa2][0xa5][0xf8][0x94]T[0x94]|[0xce][0x1f][0x9e][0x8f][0x18][0x13][0x1f][0xf8]qA[0xa1]^MS[0xf4][0xec][0xab][0x95][0x8b][0xf6][0xe2]}w[0xa1]T[0xb2][0x12]E[0xac]N$[0x1e]n[0x81][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "4>[0xa3][0x9e][0x9f][0xc5]b[0xd5]][0x5][0xa6][0xa8][0xa3]x[0x1b]PK[0x7][0x8][\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x8][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JH[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xf][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JF[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x16][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0x17][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JN[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x19][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1d][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << " [0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98]#[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M&[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8])[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J#[0xa8][0xaa][0x19][0xa8][0x3][0x0][0x0][0xb1][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:6[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J}[0xe4]]{[0xbb][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C:[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`;[0x0][0x0]org/ops4j/pax/swissbox/extender/RegexKeyManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]?[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zB[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x1b][0x0][0x1b][0x0][0x8a][0x9][0x0][0x0]PM[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "95617106da0939952eede355160d24d190cfc047" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55410<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 10034[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d]R[0xcb]n[0xdb]0[0x10][0xbc][0xb][0xd0]?,r.[0xf5][0xb0][0xdb][0x14]Q[0xd1]C[0x9c][0xb8][0x81][0x3]+0,'W[0x83]%[0xd7][0xe]c[0x89][0x14]H[0xfa][0xf5][0xf7]YK[0x8a][0x12]7=[0xe4]([0xee][0xcc][0xec][0xcc][0xac]r[0xae][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9d]gOh[0x9d]2:[0x83]4J[0xc2]`|[0xa8][0x8d][0xf5]l[0xc6][0xc5][0x86][0xaf]1[0x83][0x17][0xbe][0xe3][0x87]H[0xe9][0x17][0x14][0xfe][0xd7][0xae][0x85][0xfe][0xbe] [0xe8]E[0x18][0xcc][0xac][0xda]q[0x8f][0xff][0x7][0xb][0x83]IU[0x97]X[0xa1][0xf6][0xdc][0x13][0x8b]-[0x94]/[0x9]t]s[0xf1][0x8c]p[0x87][0xd6]hU[0x19][0xb8]/[0xe6]l8L[0xa0][0xa8]Q[0xc0][0xf5]l[0xf2][0x89]wnp[0xb4]U[0xa5]g[0xa3]c[0x6]s%6[0x90][0x8b][0xbb][0xad][0xb2][0x18][0x6][0xb]c[0xca][0xc]FZ[0xb2]$J[0xa2]a[0x9a][0x9e][0xa0]Z[0x96][0xc8][0x1e]x[0xf5][0xa5][0xb5]7[0x16])[0x8d]l[0xb4];t[0xce]w[0xa8][0xa1][0xd5][0x81]Y[0xb9]]+[0xdd][0xcb]>[0xa1][0x96][0xc6]f[0xb0] \[0x7]/[0xcc][0xca][0xef][0xb9]E[0xf8]c[0x8][0xd3][0xb8]o[\r]Kv/7[0xa7][0x0][0x97]Q[0xb2]L/?h[0x9c]E#[0xf3]S[0xee]|n[0xa4]Z)[0x94][0xf4]<[0xf8][0x99]^[\r]|O[0xd3]4[0xb9][0xea]Yyw[0xba][0x9e]=[0xe8]G[0xb7][0xe8][0x84]U[0xb5]o[0x9e][0xff][0x8d][0xac][0xce]z[0x5][0xb3][0x2]O[0xe3][0xb7]"n[0xb1][0xa6][0x1a]AK[0xd4][0xe2][0x8][0x93][0xe6][0x88]'[0xd8]{A[0xdd][0x8e][0xa9][0x12][0xa8][0x1d]U[0xfa][0xec]}[0x9d][0xc5][0xf1]~[0xbf][0x8f]x[0xb3]*2v[0x1d][0x97][0xed][0xd8][0xc5][0xd3][0xc9][0xcd][0xf8][0xa1][0x18][0xb3][0x1][0xdd][0xc3][0x1f][0xfc][0xbb]G#[0x1e][0xe7][0xd3][0x9e][0xbe][0xee][0xec]}[0xd4][0xa8]N[0xbd][0xd3]D[0xa3]S.[0xee][0xee][0xde][0x90][0x8b]c[0xf5][0xd7][0xd0][0x8a][0xf6][0xa8][0x84]}[0xa3][0xf5]2[0x8e][0xfc][0xba][0xfe][0x93]Q[0xd6]&[0xca][0x92]T[0x96][0x8e][0x2][0xd2][0xb8][0xf9][0xc5][0xbe][0xfc][0x9b][0x87][0xc1]+PK[0x7][0x8][0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]META-INF/DEPENDENCIES[0xad][0x8e]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc2]0[0x10]D[0xff]s[0x8a][0xbd]@[0x8d][0xd0][0x13][0xf4]K[0xf4]K[0xac][0x17][0x88][0xc9][0xd4][0xae][0x90][0xdd][0xb0][\r][0x5]=[0xbd][0xa9][0xe0][0x9]t[0xfe]f[0xde][0xc][0x8c][0xf7][0xd4][0xfd],[0xe7]=]-[0xc8][0xc2][0x95]WPB[0x81]$Hd,[0xa4][0x13][0xd5][0x99][0x17]*[0xa6][0xf][0xc4][0xda]`[0x85]e[0x16]$[0x9a]Ls[0x83][0xd8][0xe6]9[0xac][0x10]*-P[0xbb][0x7][0xe1]W[0xe3][0xb7][0xe7][0xd7][0x84][0xca]*[0xbb][0xad][0xf7][0x87][0xb3]n(![0xce][0xa0][0x3]L[0x85][0xb3][0xd2]i[0xbc]t}[0xbf][0xa7][0xb1] [0xd2]p>[0xba][0x8f][0xde]PK[0x7][0x8][0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]META-INF/LICENSE[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/NOTICE}[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xfd][0x9e][0xe2]F[0x1d][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9b][0x1b]1[0xd1][0xe8]d[0x84][0x17]h[0xda][0x93]6[0x81]^[0xd3][0x1e]6[0xbe][0xbd][0xc6][0xe8][0xea][0xfe]?[0xf4]Q[0x1b]Gx[0xa2][0xc4][0xc1]/[0x8c][0x97][0xe1]Vu[0x9d][0xc2]![0x92][0xc1][0xfe]z[0x86][0x3][0xc7]g[0xf2][0x93][0x13]l[0x95][0xea][0xaa]V[0xed][0x14][0x8e]o[0xf1][0x85][0x3][0xdf][0xa5][0xe8]Dx[0xe4]5X-[0x9e][0x3][0xc0][0xe8]|[0xc6][0x98][0xd8][0xae]F[0xd0][0x7]3[0xaf][0x96]2[0xe6]_j[0xe9]A3G[0xb2][0xa8][0x5][0xfe][0xbf]p[0xe3]D[0xe2][0xbe]iJ)[0xb5][0xfe]d5[0xa7][0xa9][0xd9][0xd6][0x0][0xf0][0x2]PK[0x7][0x8][0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesM[0x8c][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc3] [0x14][0x0]w[0xc1]x[0x90][0xb9][0xa2]f([0x4]2[0x14]ZJ[0xf7][0xec][0xc1][0xe8][0x8b][0xb1][0xa4]*/Z[0xda][0xbf]o:[0x14]:[0x1e]w\s[0xc5][0x88]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << ":[0x98][0xde][0x90][0xc8][0xb][0x93][0x8d]]P[0xcc][0xb8][0x86][0x97][0x98]jt+[0xe6][0xb5][0xfa][0x10]9k[0x86][0xa5][0xc2])[0x13]h[\r][0xf2][0xd8][0xe9][0xb6]k[0x15]\[0xce][0x3]h[0xa9]$gO[0xa4]-[0xa4][0xd8]+[0xb1][0x83][0xa7]T[0xf3][0xcd][0xf5]K[0x8f][0x94]bx$[0xb1]e[0xb4][0x1b]g[0x86]J[0x98][0x8d]-{[0xf5]S[0x7]SB[0xbc][0xa3]-[0xe3]>[0x19][0xbf][0x1d]g[0x1f]PK[0x7][0x8][0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xml[0xad]V[0xdb]n[0xe3]6[0x10]}[0xf][0x90][0x98][0x1a]}[0xd8]-"[0xc9]I[0xb6]@[0x91]U[0xb4]ps[0xd9][0xaa]M[0xec] r[0xba][0xdd][0xa7][0x80][0x96]h[0x85][0xbb][0x12][0xa9][0x92][0x94]e[0xa3][0xc8][0xbf]wHQ[0xb6][0xec][0xc4][0xed][0xa2]h^,[\r][0xe7]r[0xe6][0xcc][0xe1]([0xe1][0x87]eY[0xc0][0x82]J[0xc5][0x4]?[0x1f][0x1c][0xfb][0xc3][0x1]P[0x9e][0x8a][0x8c][0xf1][0xfc]|[0xf0]0[0xbd][0xf6]~[0x1a]|[0x88][0xe][0xf][0xc2][0xef]<[0xef][0xf0][0x0][0xf0][0xef][0x86][0xa5][0x94]+[0x9a][0x81][0x16][0xa0][0x9f]([0x8c]*[0x92][0xe2]O"[0xe6][0xba]![0x92][0xc2][0xb5][0xa8]yF4[0xa6][0x83]7[0xa3][0xe4][0xfa]-[0xe0]+[0x95] 8m[0xe3][0x85][0x84]R[0xa0]_*[0xb8][0x96]lVk4[0x14]mN [0xb9][0xa4][0xb4][0xa4]\+[0x1f] [0xa1][0xd4][0x16][0x18]O[0xa6][0xf1][0xc5][0x15][0xcc]Y[0xe1]2dL[0xb5][0x91][0x8][0xa2]a[0xfa][0x9][0xbd][0x98][0x82]F[0xc8][0xaf]0[0xc7]d$[0xcb][0x98])O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0x1c][\r][0xa5][0x5][0xd3][0x86]J[0x9a][0x13]iz[0xc3][0xf2][0xd5]J[0xb2][0xfc]I[0x83]h8[0xb6][0xff][0xc4]*[0xac]95[\r]%[0xd7][0x1d] [0xd5][0xa6][0xde][0x94][0xc6][0x9e]W[0xa2]v-[0xf5][0xba]w[0xa4][0x1c][0xc1][0xef]-[0x93]p[0xe2][0xf][0xe1][\r]:[0xb4]a[0x3]w>x[0xfb][0xde][0xc6][0x97]d[0x5]\h[0xa8][0x15][0xdd]T[0x0][0xba]Li[0xa5][0x11]4[0x82]+[0xab][0x82][0x11][0x9e][0xba]x[0xd7][0xe5][0xba][0xe]"[0xfd][0xec][0xd2][0x88][0x99]&[0x18]AlC [0xe6]}7 [0xfa][0xf0][0xa0][0xcd][0x0]OZWgA[0xd0]4[0x8d]O,f_[0xc8]<[0xe8][0xfa][0xc]n[0x90][0xe2]qr[0xe5]![0xee].[0xe4][0x81][0x17]T)[0xa4][0xec][0xcf][0x9a]I[0xa4]z[0xb6][0x2]R![0xac][0x94][0xcc][0x10]lA[0x1a]3J;1[0xab][0x5][0x4][0xd1]H$[0x9e][0xe7]Gm[0xbc][0xea][0x14][0xd1][0x9f][0xd7][0x86][0xb9][0xe]#v[0xdf]w@[0xee][0x88][0x1b][0xd6]`[0x94]@[0x9c][0xc][0xe0][0xe7]Q[0x12]'G[0xf0])[0x9e][0xfe]2y[0x98][0xc2][0xa7][0xd1][0xfd][0xfd]h<[0x8d][0xaf][0x12][0x98][0xdc][0xc3][0xc5]d|[0x19]O[0xe3][0xc9][0x18][0xdf][0xae]a4[0xfe][0xdc][0xc6][0xfe][0x16][0x8f]/[0x8f][0x80]"oX[0x8e].+iZA[0xbc][0xcc][0x10]K[0xb3][0x9e][0xbc]:[0x1c]F:[0xeb][0x81][0xa9][0x8a][0xa6]l[0xce]Rl[0x93][0xe7]5[0xc9])[0xe4][0x2]/[0x9]7[0xca][0xa9][0xa8],[0x99]2SV[0x8]5C[0xad][0x94]L[[0x8d][0xa9]6[0xf8]E[0x8f][0xfe][0xe1][0x81][0xe7]E[0x86][0xd7][0xb0][0x92][0xe2][0xb]M5[0xe0][0xad][0xe3][0xea]|[0xe0][0xa6]R[0x92][0x5][0xe5][0xfd][0xb9][0xdc]Mn[0x83]w[0xfe][0xd0][0xdc]F[0xeb]y[0xb6]Tl[0xed]mf[0xd8][0x9c]Z[0xbf][0x93][0xe1][0xf0]8[0xf8][0xe3][0xf6]&[0xc1][0xc0][0x92]x[0x8c]+mT[0x83]Q[0x8a][0x9d])k[0xbc][0x11][0xa9][0x5][0xf7][\r][0xc5]`[0x9f][0x87]5x[0x8b]w[0x8f][0xc3][0xc7][0xa1][0xbf]T[0xd9] j;[\r]K[0x91][0xd1][0xc2]i>[0xb2]9[0xc2]`[0xcb][0xd6][0x89])[0xac]P[0x9]\[0xbb]8k[0xc9][0xa5][0xa8][0xab]8[0x8b][0xb0]@W+[0xa7]RpV[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "|[0xe0]T1[0x15][0x6][0x9d]S/[0x8e]H[0xcd][0xe6]$[0xd5]hun[0xde][0x17][0xb2] ?z[0xf3][0x2][0xc2][0xa0]w[0xde][0x8b]r+.:1[0x10][0x17]kt[0xf6],X[0x83]s[0x86][0x82]f[0xa4][0xf1][0x2][0xd8]6[0xa8][0xd6][0xd3]C[0xda][0xb9][0x19][0xf6]#n[0xd5]G[0x13][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "6[0xe4]%[0xfd]Jr[0xd4]U4C[0xdd][0x14][0xd4][0x80][0xe9],[0xce][0x85][0x93][0x92]Fn[0xd1]|t[0xc9][0xe1][0xd7][0xe4][0xde];=[0x1d]B[0x82]yat[0x17][0x87][0x81]us!][0x83][0xc7][0xdb][0xdd][0xba][0xd3][0x8c][0xaa]T[0xb2][0xca][0xa8][0xe2]E^sA[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "nW[0xb8][(][0xb5]KZQT7OW[0x10][0xdb][0xde][0x8c][0xcf][0x6]B?[0xb1][0xab]U[0xcb]"r[0xb2]ZS[0xb8][0xab][0xac][0xe0][0xfb][0xbf][0x14][0xd3]4[0xce][0x9e][0xf1][0xc9][0xa1]}[0xe][0x3][0x13][0xba][0xc1][0xdc][0xed][0x8]<[0xbb]%[0x1c][0xaf]d[0xb9][0xa3]'[0x93][0xa2][0xf7]nm,[0x8b][0xda]b^Cg[0xc6]![0xc]X[0xb6][0xeb]d[0xea][0xb4][0x8][0xfc][0x8c]V[0x85]X[0xf9]hy[0xfe][0x6]h[0xeb][0xc]A[0xaf]6[0xb2][0xb0][0xf][0xaa]sPi[0xd9][0xf][0xc6][0xf]!o[0x99][0x8c][0xf0][0xe4]L-[0xf8][0x99]#[0xc][0x1f][0xfb]\IZ[0x9][0x15][0x10]5_3[0x19]X1[0x6][0x9a][0xe4]*[0xd8]/;[0xcf][0xaa][0xa0]W[0xa6]W<[0xa3][0xb]Z[0x8]\i[0x17][0xaf][0xa3]P[0xff]7[0x8c][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf6][0xf0][0xf4][0xe4][0xb2]Sv[0xc1]h[0x93].[0x94][0x9f][0xe6][0xec]?[0x15][0xde][0x8c][0xc][0xc7]e'[0xe0][0xde]f5+[0xb6]VEU[0xd4]x[0xfd][0xd4][0xae]LZ[0xf3][0x8e]u[0xdf][0xba][0x98][0xd3][0x82]-_[_[0xaf][0xad][0xb1]v[0xbd][0xb6][0xf7][0xdf]k[0xcb][0xec]Yc}[0xd1][0xcc]Y^K[0xb2]C[0xe0][0xb6][0xfa][0xf1]s k[0xcb][0xf1]n7[~W[0xcb]JH[0xed][0xdd][0xd9][0xc5]C#[0xb3]M[0x97]~K[0xe2][0xf][0xef][0xbb][0xff][\r]-[0x89];[0x9e]{[0xea][0x6][0xff]R[0xd8][0x8a]q/|[0xdc][0x80][0xbb]Lw&[0xb5][0x9e]`74[0xfc][0xa4][0x6][0xee][0x9b][0x8a]o[0x3]PK[0x7][0x8]<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]javax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]javax/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]javax/inject/Inject.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OA[0x18][0x5]P[0xdc][0xb8]0[0xfe],H[0xdc]8q[0xed][0xca][0xc0][0x10]'[0x1][0xc6][0xc][0x83][0x1b]We[0xbc]!%[0xa5]C[0xa0]C[0xe4][0xd5]\[0xf8][0x0]>[0x94][0xf1][0x16][0x12][0xd9]Lb[0x93][0x9e]6[0xe7]~[0xf7][0xb4][0xb9][0xdf]?[0x9f]_[0x0][0x1e]p[0xee][0xe1][0xd4][0xc3][0x99][0x87][0xa6]@m[0x98][0xe5][0x8b][0x94][0xba]J[0x93]@=4SJ[0xed][0xfd]T[0xae][0xa4][0xc0]E[0x9c][0x1b][0xab]f[0xf4][0xaa][0x96]j[0xac][0xe9][0xc9][0x98][0xcc]J[0xab]2[0xb3][0x14][0xb8][0xec]9[0xc6][0xd7][0xd2]L|[0xf9]W[0xf0][0x13][0xb9][0x98][0x90]}[0x14][0xa8][0xac][0xa4][0xce]9[0xf1][0xb6][0x98][0xb]4[0xcd][0xc8][0xd8]d='[0x86][0xab][0xfd] y[0x8e]:[0xfc]~;[0x1a][0xc][0x93]x[0xd4]N[0xa2][0x98]3[0xba]a[0xd0]c[0xf7][0xba]8#&[0xcb][0x11]|[0xe3][0x84][0xd6]?[0xc8]K[0xa6]U[0xba]f[0xd0][0x8b]G[0x83]$[0xec][0x7][0x2]7[0xc5]-[0x9d],[0xcd][0xdd][0xd7][0xe8][0x9d][0xe9][0xa6]C>|[0xb5][0x99][0x8a][0xbf][0x1d][0x8e]@c[0xd7][0x18][0x8d][0xb7][0xd6]Ua[0xd6]nb-[0x1][0x81][0x12][0xef]2[0xdc]*ao[0xa3][0x15]T[0xf9][0xbc]c[0xd7][0xe3][0xda][0xfe][0x1b][0xca][0x84][0x3][0xd4][0x9c][0xd4][0x9d][0x1c][0xe2][0xc8][0xf9][0x84]c[0x9c][0xa0][0x1][0xfc][0x2]PK[0x7][0x8][0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Named.class[0x85][0x90]MK[0xc3]@[0x10][0x86][0xdf]iS[0xa3][0xf1][0xab][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "zR/E/[0x6][0xcf][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "U[0x10][0xb4]j[0xaa][0xde][0xb7][0xe9][0xb4]l[0xd9]l [0xd9]-[0xfa][0xd7]z[0xf0][0x7][0xf8][0xa3][0xc4]i[0xf]F[0xa1][0xe0]a[0x98][0x19][0xe6]y[0xe7][0xeb][0xf3]k[0xfe][0x1][0xe0][0x12]{![0x9a]!Z![0xda][0x84][0xc6]L[0x19][0xcf][0x84][0xfd][0xb3][0xf3][0xbb][0xa9][0x9a][0xa9][0xd8](;[0x89][0x7][0xae][0xd0]vrEhu[0xad][0xcd][0x9d]r:[0xb7]=[0x1e]+o[0x1c][0x1][0x84]h[0x90][0xfb]"[0xe5][0x1b]mD[0x1a][0xf5]U[0xc6][0xa3][0x8b][0x85][0x9a]p[0x94]x[0xeb]t[0xc6][0xaf][0xba][0xd4]C[0xc3][0x95][0xbc]$[0x1c].'[0xbc][0xc5][0xda]N9u[0xf1][0x93]WF[0x8f]5[0x17]2[0xe7][0xf4][0xd7]p[0xf5][0xa3][0x89]{y[0xea]3[0xb6][0x8e]G[0xc2][0x9c][0xac]f[0x12]vBH$H[0xe7][0x1f][0xe4]17:}[0x17]0L^[0xfa][0xcf][0xb7][0xf7][0xd7][0x84][0xf6][0x9f][0x9d][0x96][0xa7][0x10][0x9a]U[0x9b][0x87][0xe1][0xa2]@8^[0xd9][0xb9][0xba][0xaf]C[0xf2][0x97][0x9a]X]~L[0x1]!@C[0xb2]5[0xc9][0xea]%B)[0xad]KX[0xc3][0x6]"[0xf1][0x7][0x82]m[0x8a][0xdf][0x12][0xdb][0x16],`[0xec]`[0xf7][0x1b]PK[0x7][0x8][0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 10034 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]javax/inject/Provider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x3][0x8a][0xf2][0xcb]2SR[0x8b][0xf4]@*[0x19][0x19]DAT[0x85]~f[0x1e]H[0xb1]>L[0x92][0x91]A[0x0][0xdd] 6F[0x6]F[0x6]&[0x6][0x10]`d[0x1]:[0x98][0x81][0x5][0xc8]g[0x5][0xf2][0x98][0x18][0xd8][0x80][0x18][0xc2]bg[0xe0][0x0][0xd3][0x9c][0x0]PK[0x7][0x8][0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Qualifier.class[0x85][0x90][0xcd]J[0xc3]@[0x14][0x85][0xcf]Tk[0xb4]j\[0x8].[0xa4][0xea][0xa2]K[0x83]kW[0x1]+[0x14]jR[0xe3]([0x88][0xb][0x99][0xc6]k[0x99]2[0x9d][0x94]tR[0xec][0xab][0xb9][0xf0][0x1]|([0xf1][0x8e][0x8b]v[0x13]p[0xe0][0xce][0xdf][0xf9][0xce][0xe1]r[0xbf]>[0xbf][0x0]\[0xe1](@+@;@G[0xa0][0xf1][0x90][0x97]EF[0xb7][0xda][0x90]@[0xf3][0xbe]TF[0xbf]k*.[0xa7]j[0xa9][0x4]N[0xd2][0xd2]:=[0xa3]'[0xbd][0xd0]cC[0x91][0xb5][0xb9]SN[0xe7]v!p:[0xf4]Lh[0x94][0x9d][0x84]j-[0x84]R[0x15][0x13]r[0xd7][0x2][0xf5][0xa5]2%[0x87]^Ts}C3[0xb2]N[0xae][0xe6][0xc4]p+[0x8a][0xe3]DFr[0x90][0xc4][0xaf][0xf2]y[0xd4][0x17]8[0xab][0xb6][0xa5][0xe4][0xd8][0xc5]76[0xf5][0xfe]AF[0xb9][0xd1][0xd9][0x8a][0xc1] }[0x8c][0xe5][0xe0][0x8e]S[0xcf][0xab]-7yV[0xfa]n[0xe8][0x8d][0xe9]c[0x8f]|[0x84][0xda]N)s[0xe1]z$[0x2][0xed][0x8d]7[0x19]{Q[0xa0][[0x19][0xb7][0x99]SO@[0xa0][0xc6][0xb5][0x5][0xbf]j[0xd8][0xfe][0xdb][0xeb][0xd8][0xe1][0xb3][0xcb][0xbf][0x1]k[0xbb]/[0x10][0x84]=4[0xb0][0xef]_[0x84][0x3][0x1c][0xa2][0x9][0xfc][0x2]PK[0x7][0x8][0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Scope.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OQ[0x1c][0xc5][0x1f][0x90][0x9d][0xb][0x83][0xba]`[0xe9][0xc4][0xb5][0xab]I[0xc0][0x84][0x4]f[0xc8]XM[0x8c][0xb]S[0xc6][0x1b]RRZ[0x2][0x1d]"[0xaf][0xe6][0xc2][0x7][0xf0][0xa1][0x8c][0xb7],d3[0x89]M[0xda][0xdb][0xdb][0xf3][0x9d][0x93][0xe6]~[0xff]|~[0x1][0xb8]C;B3B+[0xc2][0xb9]@[0xe3][0xd1][0x95][0xcb][0x82][0x1e][0xb4][0xa1][0xd0][0x14]nA[0xb7]3[0xb5]V[0x2][0x17]yi[0xbd][0x9e][0xd3][0xb3]^[0xe9][0x89][0xa1][0xc4]Z[0xe7][0x95][0xd7][0xce][0xae][0x4].[0x87][0x81][0x89][0x8d][0xb2][0xd3]X[0xfd][0x9][0xb1]T[0xcb])[0xf9]{[0x81][0xfa]Z[0x99][0x92][0x3]o[0xaa][0xb9][0xbe][0xa1]9Y/7[0xb]b[0xb8][0x99][0xa4]i&[0x13]9[0xc8][0xd2]7[0xf9]2[0xee][0xb]\U[0xdb]r[0xf2][0xec][0xe2][0x1b][0x9b][0xba][0xff] cgt[0xb1]a0[0xca][0x9f]R9[0x18]q[0xea]u[0xb5][0xa5][0xe7][0x8a]2[0xfc][0x86][0xde][0x99]n[0x7][0xe4]#[0xd6]vF[0x85][0x8f][0xb7][0xe3][0x10]h[0xed]|[0xd9]$[0x8][0x2][0x9d][0xca][0xa8][0xdd][0x8c][0xba][0x2][0x2]5[0xde]{[0x8][0xab][0x86][0xfd][0xed]Y[0xc7][0x1][0xd7][0xe][0xbf]F[0xac][0x1d][0xbe]B[0x10][0x8e][0xd0][0xc0]q[0xe8][0x8]'8[0xc5][0x19][0xf0][0xb]PK[0x7][0x8]Z[0x8d][0xc7][0x16][0xfe][0x0][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Singleton.class[0x85][0x8f][0xcb]JCA[0xc][0x86][0xff]T[0xeb]h[0xd5][0xda][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xae][0xd4]M[0x97][0xe][0xae]][0x15][0xaa] x[0xe3][0x1c]u?[0x1d]C[0x99]2[0xcd][0x88][0x9d]S[0xea][0xab][0xb9][0xf0][0x1]|(1[0xa7][0xa0][0xa5]P0[0x90][0xb][0xc9][0x97][0xf0][0xe7][0xeb][0xfb][0xe3][0x13][0xc0]9:[0x6][0xbb][0x6]m[0x83]=B[0xab]L[0xd5][0x9b][0xe7][0xab][0x10][0x99][0xd0].[0x83][0xc]#[0xe7]$g#7u[0x84][0xa3][0xa2][0x92][0x1c][0xc6][0xfc][0x1c]&a[0x10][0xb9]'[0x92][0xb2][0xcb]![0xc9][0x84][0xb0]S33[0x1b]d[0xc4]>[0xdb][0xd2][0xa7]W[0xbe] [0x9c][0xce][0xdb]6:[0x19]Z[0xf7][0xc7][0xdb]~[0xf2][0xd5][0x98]%[0xf3][0x8b]2'[0xab][0x99][0x82][0xb3][0x12]Z)[0xd2][0x9c][0xba]X[0xa9][0xa4][0xee]?[0xe8]C[0x8a][0xc1][0xbf][0xeb][0x82])[0x9e][0xee][0x1e][0xaf]o/[0x9][0x87][0xcb][0xba]~_"t[0x16][0xa7][0xee][0x7][0xf5][0x90]p[0xbc][0xf2][0xfa][0xe2][0xcf].[0x81][0xd0]P_Cm[\r][0xac][0xcf]c[0x13][0x1b][0x9a][0xf][0xb4]k4o[0xaa]o)[0xd3]blc[0xe7][0x7]PK[0x7][0x8]Y[0xb1][0x1c]K[0xdd][0x0][0x0][0x0]g[0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x1][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x2][0x0][0x0]META-INF/DEPENDENCIESPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0x2][0x0][0x0]META-INF/LICENSEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x12][0x0][0x0]META-INF/NOTICEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x13][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Z[0x14][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0x15][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x1a][0x0][0x0]javax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x1a][0x0][0x0]javax/inject/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x1a][0x0][0x0]javax/inject/Inject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x1b][0x0][0x0]javax/inject/Named.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x1d][0x0][0x0]javax/inject/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1e][0x0][0x0]javax/inject/Qualifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "a8ff150c4c035785c408df5b25f133a6a003e946" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 6][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55412<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 323076[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x95]X[0xdb]n[0xdb]8[0x10]}7[0xe0][0x10][0xfc][0xb6][0x80]E_[0xea][0xad][0x1b][0x7]}H[0xbb][0xc1][0xc2]A[0xd2][0x18][0xb5][,[0xb0][0xf][0xb]F[0xa2]m6[0x94][0xa8][0xa5][0xe8]K[0xf6][0xeb]w[0xa8][0xfb][0x85][0xa4][0x94]G[0x93][0x9c][0xc3]33gfh=[0xe1][0x90][0xee]I,[0xdd][0x9f]D[0xc4][0x94][0x87]+g[0x86][0xa6][0xc3][0xc1][0x9d][0xf0][0x8e][0xf4]LD[0xb9][0xbc]a[0xe4]z[0x8a][0x9d]|c8[0xf8][0x12][0xfa][0xee]#[0x8e][0xe5][0x13][0xf7][0xe9][0x9e][0x12][0x1f],[0x17][0xb3][0xe5]r9[0x9d][0xba][0xb9][0xb9][0xf9][0x8][0x7]N[0x94][0xf9][0xee][0x83][0xff][0xaa]0[0x97]h[0xfa][0xcf]r[0x9e].J[0xf7][0xcb][0xdb][0xca]9^[0x8]c[0x1][0xe]C[0xb5][0x18][0xfa][0x8c][0xb8][0x90][0xd8][0x13]4[0x92][0xc9]}[0xbb]#[0x8d][0x9d][0xe7][0xed][0x9f][0xd4]yIv[0x9d][0x8b][0xc0]Q[0xec][0xfc]:[0x85]T[0xba][0xb]4[0x9b][0x97]f[0xdc][0xfb][0xf1][0xfd][0x11][0x0][0xa5][0x8c]V[0x93][0x89]$8@<[0x8a][0x17][0xbf][0x10][0x17][0x87][0xc9][0x85][0xbe][0xd2][0x89]O[0xe3][0x88][0xe1][0xb7][0xc9][0xe6][0xee][0xaf][0xdd]z[0xb3].L[0x1f][0xa9]G[0xc2][0x98][0x14][0xb6][0x97][0xcb][0x5][0xe1][0x8]{G[0x92][0xd8][0xb2]t;[0x9e]<[0xae][0xbf][0xde][0xdb][0xde][0xbb]s[0x15][0x9b][0xcc][0xf6])[0x8b]\[0x11][0xa1][0x92][0xd1]7[0x1c][0x0][0xe6][0xf3]f[0xbb]xp6[0xf8][0xea][0xec]hD[0x1d]7[0xe5]^[0x1c][0xda][0xbe][0x5]/[0x1c]nH[0xf][0xc3]u[0x19][0xe9][0x8]_[0x91][0x4][0x3]T?[0xfe][0x93][0x84]>[0x17]9[0xaa][0xeb][0x1a][0x1b][0xee][0xa9]j[0xa9][0x8c]X[0xf3][0xb3][0xc2]Zs[0x8d])[0xa5]{[0xc6]5zR[0x8b]a[0xba]/[0xe1][0x93][0x9a][0xe6][0xd4]`6[0xb6]z[0xd9][0xfc][0xeb]U[0xf9][0xdf][0xd2][0xef][0xfa]b[0xbf][0x15][0x87][0xca][0xbc][0xeb][0xff][0xc7]B;[0x1e][0x8b][0xba][0xeb]Q[0xfa][0xc3][0xc1]:[0x88]X[0x92][0x9a][0xc4][0xde][0xdd]Q[0xc9][0xc8][0xca]y[0xf8][0x91]Pjl[0xe6][0xdf]dl[0xbb][0xee][0xda]_[0xe5]_~Z[0x7]*_e[0x92][0xdd][0xd6][0x97][0x96][0xbc]k[0x95]4[0xff][0x9e][0xa1][0xf][0xe3][0xf9]o[0xa3][0xf6][[0xa6][0xa6][0x8b][0xfc][0xd8]p[0xf0],[0xe8][0x81][0x82][0xab][0xec][0xcd]5~[0xf3][0xf9][0x80][0xa6]h1[0x1c][0xec]8g+G}[0xd8][0x9b][0xa1][0xdf][0xa7][0xea][[0xd7][0xff]PK[0x7][0x8]-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]LICENSE-junit.txt[0xc5]ZK[0x93][0xdb][0xb8][0xb5][0xde][0xe3]W[0xa0][0xbc][0xb1][0xbb]J[0xd6]Mr[0x93][0xdc][0xaa][0x99][0x95]FM[0xbb]y#K[0x1d]Qm[0x8f][0x97][0x10][0x5][0xb5]0[0xe6]C![0xa8][0x96][0xf5][0xef][0xf3][0x9d][0x3][0x80][0x4])[0xb5]3[0xc9]&[0xae][0x9a][0x9a][0x96][0x4][0x1c][0x9c][0xe7]w[0x1e][0xc0][0xff]?U[0xa6][0x15]"[0xc9][0xb]s[0xb4]Z>[0x9e][0xb6][0x85][0xc9][0xe5][0xc2][0xe4][0xba][0xc2][0xc7][0xf7][0xf2]E[0xfe]q[0xfa][0x7]!6[0xf][0x89][0x9c][0xcd][0xe7][0xab]O[0x8f][0xb3][0xe5][0xd7]t[0xf9]Q>[0xae]W[0x1f][0xd7][0xb3]O2[0xcd][0xe8][0xcf][0xcf][0xe9]}r/[0x9f][0x96][0xf7][0xc9]Z[0xd2][0xd2]M[0xb2][0xfe][0x94][0xc9][0xd5][0x7]|[0xc0][0x82]d[0xbe]H[0x1f][0xb3]D>>[0xfd][0xb2]H[0xe7][0x2][0xff]%K||[0xf7]f[0xf6]q[0x9d]$[0x9f][0x92][0xe5][0xe6][0xcd][0xdd]T[0x82][0xb0]|[0xca][0x92][0x89]\'[0xa0]x[0xff]4[0xdf][0xa4][0xab][0xa5]\[0xad][0xe5]}[0x9a]m[0xd6][0xe9]/O[0xee][0xf3][0x7]>[0xc0][0x1f]/[0xe6][0xab]e[0xb6]I7O[0x9b]$[0xc3][0xbe]y[0xfa][0x98][0x82][0xda][0xdb][0x8c]xM[0x1e]7[0xb3][0xe5]<[0xe9][0xb8][0xe8][0xe][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xc7][0xa9][0xbc]O>[0xa4][0xcb][0x94]hfB[0xbc][0x99][0xd7]U[0xdb][0x98][0xed][0xa9]5u[0xf5]F[0x96]ZU[0xf6]'!$[0xff]Sw[0xd2]T[0xb2]=h[0x99]+[0xe8][0xa4][0xde][0xf3][0xdf][0x6]z3[0xaa][0x90][0xdd][0xce][0xba][0x99][0xc]~[0xc8][0xeb][0x9d][0x96][0xaa][0xda]y*[0xf8][0xb7][0xab][0xf3]S[0xa9][0xab]V[0xd1])rg[0xac][0xdb][0xa8]w[0xf2]T[0xed]t[0x83][0xdd][0xc6][0xca][0xd9]s[0xa3]5[0xad][0x9a]D[0x9b][0xb7]W,h[0x95][0x1f][0xa4]=m[0xad][0xfe][0xc7][0x9][0x8b]c6:[0xc6][0xcd][0x9d][0xcc][0xf][0xaa]z[0xd6]V[0xb6]5[0xef]~l[0xea][0xe7]F[0x95][0x8e]tX[0x85]ej[0xb7]3[0xc4][0xd4]x[0xe1][0xcf]a[0xd1][0xf9][0xa0][0x1b][0x8d][0xf3]ph [0x9][0x12][0xff]S7[0xaf]n[0x95]uc[0x9e]M[0xa5]Z-[0xf7]M][0xd2]r[0xa9][0x1a]-b[0xb1][0xb7][0x17][0xec]P[0xad]<[0xaa][0xa6]5[0xf9][0xa9]PM,[0x7]\B[0xc6]v[0x91]o;[0x92][0xf6][0xad]'*[0xa2][0xf5][0xd2][0xec][0xa5]i[0xe5]YYb[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]G[0xc][0xe1]4[0x16]`[0xb0][0xa5][0xb5][0xba][0xd8]K[0x92][0xa3][0xba][0xd4][0x95][0x16]*oM[0xf5],q[0xda]x[0xed][+[0xb7][0xfa][0xa0][0x8a][0xfd]t[0xc0][0x95][0x85]YeU[0xb7]0P^[0x9c][0xc8][0xe4][0x91]BD|[0xfe][0xf9]`[0xf2][0xc3]O[0xf2][0x1d][0xe9][0x9b][0x94][0xa9]!6[0xa9][0xa7][0xac]w[0xa7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]Um[0xbd]o[0xcf][0xf4]c[0xac]%S[0x89][0xbc][0xae]~;U9k[0xe1]l[0xda][0xc3]@[0xae][0xe0]<[0xda]4[0xb2]>W[0xb2][0xf0][0xc1][0xab][0x6][0x9e][0x84]s[0xdd][0xc1][0x82][0x98][0xc5][0xe][0xf3][0x2]?|[0xd1][0xf2]\7[0xdf]l[0xf0]jOs*[0xe3][0x98][0xa8][0x1b][0x1f][0x12][0xa4]$y[0xd4][0x8d][0x5][0x1b]P[0x19]H[0x9b][0xd6][0x9b][0xb0]g[0xd8][0xe][0x8][0x81][0x8e][0x7][0x93][0x9d]|[0x84][0xb4]Uk[0xa5][0xa3][0x6][0xab][0xd3]G[0x99][0x17][0xca][0x94][0xd6]s[0xad][0xb6][0x85]&C[0xa9][0x81][0x95]Xs[0x8e]w[0x9d]kkUc[0x8a][0xb][0xf4][0xb2]o`[0xab][0xe0]GZ[0x9e](4[0x1a]iU[0xc1]![0x2][0xdb][0xe][0xfd]G[0x15][0xb0][0xb0]dz[0x9a]tZnM[0x85][0xdd]c[0x85][0x12][0xcf][0xfe][0xcf] 7[0xfd]:2[0xfa][0xc0]@R[0xe5]y[0xdd][0xec]T[0x95][0xeb]@.[0xe]e[0xa2][0xb8][0xd6][0xb9]9[0x1a]|[0x88]tI[0xec][0x9c][0xf][0xb5]l [0x15]Lao[0x9a]u[0x80][0x9][0xc2]y[0x19][0xb9][0xa8]*[0x6][0xe0]cq[0xc8][0x9f][0xa6][0x12][0xa8][0xb8][0xdc][0x10][0xe6][0xad][0xd3][0x8f][0xf][0x9b],[0xc2][0xb0][0xec][0xb4][0xfd]M[0xe7]m[0x88][0x8a]V7[0xa5]7[0xfb][0x10]u[0x18]Yb[0xed]S[0xe8]C[0xc3]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x13][0x9d][0x1c][0xb0]QUW[0xef][0xf5]w0d[0xc1][0xfd][0x84]<[0xa9][0xd8][0x9d][0xcd][0xe]6[0xf5]E[0x15][0xed][0xe5][0xfd][0x1e]d[0x81][0x84][0xc7][0xb]"[0xf7][0xd0]v[0xae][0x89][0xc8]h[0xf4][0xb1][0x81][0xe3][0xe7]X|l([0x14][0xf4]-[0xa7][0xc4][0x8f][0x9c][0x91]`nh[0xfc]X[0xa8]K[0xf4][\r]5[0xb9][0xee]p][0xd6]N[0x9f][0xfc][0x99][0xf8][0x98][0x8a][0x1e][0xad][0xff]{[0xca][0xf6]Q[0x15][0x14][0xc0]^$[0xae]B[0x10]|[0x95][0xea][0x1b][0xf6]"f&[0x80][0xa2][0xa2][0x98][0x80][0xbd]=9\[0xed]?[0x9a][0xf2]X7[0xad][0x93][0x14]24gc[0xb5]h[0xc1][0x97][0xdd];[0xb8][0xf9]7[0x14]{[0xad]=q[0xa5]=[0xb9]![0xdd][0x8c][0xd8][0xb7][0x7]rsu<[0xc2][0xdc]^[0x97].nU8[0x14]_[0x89]a[0x94][0x83][0xe1]8[0x8e][0xc][0x9c][0x8][0x0][0xc5]f0[0xe5][\r][0x97]0!_8[0x18][0x11][0x3][0x9]X[0xa6][0x0][0xe9][0x1]%[0x7][0xdb]s[0x5][0x1d]Z[0x9f][0x1b]#[0xde][0xc0][0xee]V[0x3]e^`[0xd1][0xe][0xa2][0xc6][0x86] [0xa9][0xaf]l[0xe6][0x84]&[0x98][0xee][0x4][0x87][0x16][0x5][!>[0xc2]z`[0xc][0x99]g[0xcc][0xda]T.kyP[0xcd][0x8e]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0x5][0x96][0x85][0xb4][0xa2][0x8]L[0x90][0xb3][0xb1][0x83][0x10][0xde];[0xdf][0xcd][0xef]d[0xef]t[0xfc][0x9b]m[0xa1]Q[0xeb]P[0x1e]nv[0xa8]O[0xcf][0x87]k[0xbf]u[0xe][0xcb][0xfa][0xf3][0xe4][0xd9][0xc9][0xc6][0x18][0xc]=[0xe9][0x96][0xec][\r][0x8c][0xa4][0xd3]M5[0x81][0xa0]RY{j[0x8]=-[0xa7]F [0xc3][0x8b]q[0x16][0x11][0x94]r[0xe2][0x83][0x98][0x8f][0xd8][0xbe][0xbb][0x1a][0xbb]\[0x2]v[0xf9][0x80][0xf5]*[0xc5][0x6]V[0x1b]p[0xb3][0x85]W[0xc3][0xe3]N([0xcd]@[0x1f][0xda]@[0xea]bT[0xe2][0xc0][0xa4]c[0x9c][0x82]]V[0x9b][0xca]d,"P[0xc6][0xe5]*[0xe6][0xa9]0jk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]u[0xa4]2[0x88][0x16]2[0xda][0xb6]!U[0xb5][0x9c][0xce]F[0xd4][0xe5]V[0x91][0xfe][0xeb]J[0x4][0xa6]K[0xe6][0x16]I[0xeb][0x87]|6}([0xa2]:[0x82][0xb2][0xe0][0xe][0x95][0xf7]M`[0xaa][0xfe][0xae][0x9b][0xdc]X[0xca][0xe][0xa4][0x3][0xbf][0x8b][0x2][0xa2][0xb3][0x9][0xdb])6[0xbd][0xc7][0xa0]^[0x2][0x87]@[0x82]LR[0x92]_[0xd7][0xc8][0xa6][0x8d][0xb6]G[0x18][0xcf][0xf4][0x12][[0x9d][0x9f][0x1a][0x1d][0x9][0xf6]#[0xc6][0x91][0xb6]5[0xcc][0x19][0xf0]`*?P[0xf5][0xf0]][0x95][0xc7]B[0xbb]/[0x9][0x18][0x9b][0x1d][0x17][0x82][0x97]q8 >[0x1b]T[0xb9][0xa6][0xe1][0x92]N 6[0xea]s[0xc4]/[0x98][0x89][0xf0]P[0xe5][0xa2][0x1a][0xc4][0xe6]n[0xe9][{-[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">&[0xed][0xfc]*[0x1c][0xb9][0xd5][0xb0]cT[0x85][0x5][0x8d][0xf6][0x15][0x82][0xaf][0xe8][0xef][0xae][0xdd][0x84][0x12][0x9b][0xb6][0xe]e[0xd9]W][0x14]|[0xab][0xea]s[0xa1]wpOpuP[0x4][0x18][0xfb][0xbd][0xc9][0x89]/[0xd1]'Ho2[0xe0][0xe5]8rz0[0x5]A[0xb6][0xa2]G[0xc3]Qn[0x15]}[0x80]q[0xcb]0[0xa8]C[0x10][0xe6][0xff];E[0xa3][0xf4][0xf7][0xa7]t[0xcd][0xbd][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84][0xd9][0x80][0xfb]R]P[0xe1][0xd7]5'[0xe9]W[0x14]K[0x84][0xc7][0xf0][0xed][0x13][\r]q[0xfd]J[\r][0xda][0x5]5ie[0xd0]\[0x11][0x19][0xb8][0x82][0x81][0xb7]u[0xb5][0x98][0xcb][0x98][0xe4][0xba][0x9d][0x87][0xdf]H[0xa0]?[0xc7][0x8d][0xc]5I[0xad][0xbd]>:[0xee][0x87]4r\Ny[0xdd][0x15][0x14]>R[0x11]=[0xae][0xb4]g$[0x18][0xd5]U[0xfc][0x5][0x10][0x94]Tn\[0xdf]#z[0x9e][0x10]>[0xdf][0xc9][0xde][0x8e]W[0xc3]b[0x90][0xa3]weZ[0xb4][0x93][0xa0]a([0x8c]i[0xb][0xb4][0x1c][0xd8]H[0xc9]=[0x86][0x82]IL[0xee][0x87]4J[0x84]<:[0xb2][0xd6][0xa3][0x11]S[0xdb][0x9b][0xb6]"[0x96][0x8][0x8c]T[0xdc]][0x1d]O[0xcd][0x11][0xa6][0xfd]Y[0xc6][0xcd]_[0xac][0x13].0v[0xfa][0xf7][0xa8][0xa4][0x7]@[0x1c]#v[0xaa]T[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0xc9]w[0x8][0xab][0xbc][0xa5]o[0xc2]_[0xf6][0x88]PT[0x5]/[0x82]+[0x80][0xe9]"[0x98][0xd8][0xf7][0xb1][0xf8][0xb5]'[0xe5]r/,Z[0xdb][0x96][0xdc][0x7]b[0xd9][0x98]u[0xf0][0x8e][0xe4][0xe4]:[0xe]JN[0xd4][0x9c][0x90][0x93][0xd9](7[0xee][0xc]W5[0xdc]-[0xe]}[0x87][0xfb][0x9][0xae]y[0xa2]N4[0xe][0x5][0xd7].8[0xeb][0x8c]P[0x9c]qj[0xe0]|[0xe6]e[0xc8]L\[0xee][0xec][0xeb]f[0x18]>P[0xe0][0x8b]2[0x5]7;[0xcc][0x19]I:[0xac];[0xd8][0xfc][0x15]EV[0xe7][0xd1] }[0x0][0xf2]!,[0xeb]m[0xab][0x18]"[0xb8][0xf5][0x0][0xe2](tdL[0xad]TU[0x5][0xfe][0x90]X[0xf8]L[0xce]@XQ[0xea][0x9d]9[0x95]2?[0xd9][0xb6].][0xf7]t[0xa2][0x4]D[0x9c]u='l[0xcf][0xad]=[0xa1][0xc4][0x17]tHc[0x9e]KE[0xa5][[0xc7][0xf8][0xa8][0xa6]#VGQ][0xe2]8x[0xd1]x[0xe3][0xad][0xc6][0x86]u)[0xa3]HV[0x8c]l[0xd7][0x11][0xdf][0x11][0xf5]E[0x8f]o[0xdf]8[0x87][0xf5];[0xb4][0x88][0x1a][0xd9][0x81][0xe7][0x12][0xbe][0x91]9[0x1b]][0xa2]2[0xe3][0xc6][0xbf][0x0][0xd6][0xb0]m{,[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xc5][0x8][0x1c][0x93]4[0xed]Oq#[0x18][0xd1]'[0x81]+[0xec]g[0xe6][0xd8][0xb3][0xcd][0xfe][0x12][0x86][0xb][0xca][0xf5]uaxAI[0xfc][0xba]9%x[0x17][0xa1]VV[0xc1][0x8e][0xec]J[0x9d]y/[0x92]s[0x9f][0x8d][0xe7]>]rs[0xe5]V8[0x9a][0xf8][0x1c][0x1e]xU[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xe7][0xa9][0x9c][0xaf]>}J[0xd6][0xf3]t[0xb6][0x18][0x8c][0xd9]Hi%![0xb][\r][0xb2][0xba]$@[0xfa][0x8b][0x87][0x14][0xa4]K4[0xbe][0xfa][0x8][0x0]G[0xb6]'[0x97][0x1c][0xe4][0xd7][0x0][0xe8][0x82][0xbe][0xf5][0xdd][0x90][0x86][0x99][0xe1]z[\r][0xc2]{[0x8b]N[0x86]a[0x8a][0xa2][0x9][0xd2][0xda][0xae]t/[0xcc]7x[0xe1][0x97][0x83])[0xb4]3_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p!W[0xf9][0xe9][0xce]^[0xe5]t[0x8e][0xf2][0xe9])[0xef]y>[0xf5][0x83][0xba][0xae][0x1a][0x18]h[0x80][0xa7][0x0][0xb5]o[0xa7]G[0x9d]7[ "[0xe6][0x1a][0xd5][0xd6]5H[0x84]l[0x16]Ep[0xb1][0xa3][0xc1][0x8f][0xad]c{[0x9][0x8f]9[0xa1]"[0xcd]a:[0xf0]v[0xac][[0x7]mC[0xcc][0xf4]X2[0xe8][0xe1][0xa9][0x1d]h[0xb8][0xf8]p[0xe]1[0x1c]V[0xfd]'[0xcc]N[0xae][0xc0]E[0xbe]{[0x13]Y7[0x9e][0xf2][0xdc][0x85][0xf6][0x93]s'{[0xd4]N[0xef][0xc9]d[0xe][0x8e]v[0xba][0xac][0xe0]]B[0xa3][0xa7][0xb9]\[0xb3][0xf][0xc2][0xa9]_CYkHY=[0xc3]?[0xac]Ci[0x0][0xba]%[0x80][0xf7]H/\[0xe][0xb0][0xf0][0xe1]wy[0xcd]E[0xa4][0xcb]Fo[0x16][0xbc][0x90]v7[0xae][0xac]e[0xb4]tY{"[0xb]u[0xb6]'[0xe3]+\[0xc7]M[0xa1][0x9f][0x91]AT[0xee][0xd2]c\[0x81][0xf]*[0xcc][0xc0][0xc])[0xf2][0x15][0x96]}[0xbb][0x89][0x9a][0xda]M[0xa9][0x14][0x3][0xa6]o[0xe3]p[0x80][0xab][0xc6]Kcm[0xc8][0xc4][0xbe][0xfd][0xbd][0xa5]Y?[0xc3][0xab]t4[0xc2]#[0xc6][0xfb][0x2][0xb3]o.[0xff][0x85]aE0[0xac]k[0x1d][0xeb]ma[0x9e]}7[0x18][0xea]=[0xeb][0x8f][0xf1][0x83][0xc9][0xb8][0x89][0xc][0xbd][0x9]Xr[0xba]El[0x16][0xca][0xd5][0xb7]n[0x81]r[0x15]<[0x3]#[0xb4][0xc9][0xe3][0xad][[0x95]}\[0xad]L[0xa1]D[0xec][0xa0][0x2][0x10]T[0xfe][0x81]u[0xf0][0x12][0xca]a[0xaf]*[0x97][0x80][0xf2]'J[0x13][0xa0]W[0x1e][0xdb][0x82]A[0xd9][0x3]W[0xa4][0xc3][0xe1]x[0x17][0x8a]k[0x8c][0x1b][0xcf]zm[0xb3]4.YR[0xce][0xe0][0xce]`H!>[0x95][0x98]#Do[0xea]b[0xe2][0xeb][0xe][0x12][0x86]B[0xb4][0xab];_[0xb5][0x9f][0xc3][0xf][0xe][0x7][0xeb]&[0x18][0xa4]-[0xd6][0x1e]dC[0xd1][0x8d]R[0x8e][0x13]T[0xa5][0x9f]![0x8a]3[0x89][0xb3][0xd1][0xab]JP[0x17][0xe1][0x8a]3C-[0xf][[0xbc][0xba]D[0x92][0xd1][0xdc]"T[0xd4](3[0xe9]d[0xc0][0xf6][0xa0]y[0x1a]"D[0xc9][0xd9]+[0x9e][0x7][0xfc]^o[0x9a][0xd0]J[0x6][0x8e]_[0x89][0xe9]Q)d[0x18]s*>[0xed][0x96]~[0xe0][0x0]{NV[0xe2][0x15][0xfd][0xf1]n[0x9a]8[0xd9]0[0xb5][0xe3]Yi[0x88]dNQ{J[0x1]}[0xa9]+[0x82]na[0xb5][0x8e]7[0xb2][0x2][0xf5]&[0xd7]D[0xd8][0xa0]q[0x99][0xee][0xef]+^[0xe1][0xe8][0xba][0x17][0xe4]ro*[0x9f][0xfa][0xea][0xc4][0xc7][0xd1][0xc4]O[0x85]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xe6]LpP/:B[0xcb][0xc0]Q[0x84]2n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1(E"[0xf9]~[0xa7]P[0xbe],[0xdc][0xb3])OM+|_l[0xa3][0xd2]t[0x4]aG[0xe5][0xea]V[0xf][0xb5]T[0x8c]P[0xc1]hOE;[0xf9]Q[0xb0]q%C[0x9b][0x1d]k~;[0xbc][0xef]/S[0xb9]\[0xc9]/[0xb3]5[\r][0x9a][0xbf][0xa2][0x6][0xfa][0x95]n[0xda][0xe4],[0x93][0xc9][0xaf][0x8f][0xeb]$[0xcb][0x16]_e[0x96]l[0xe4][0x87][0xd5]z[0xf3] [0xd3][0xe5][0xe8][0xf2]m[0x12]_[0xdf][\r]n[0xf]WK9[[0x8a]7 [0x94]fo[0xe4]/[0xb3],[0xcd]&[0xf2]K[0xba]yX=m[0xc2]yi[0x92][0xd1][0x8d][0xe0]|[0xb5][0xbc]wWw4[0xe9][0xa6][0x8b][0xc3][0xbf][0xa5][0xcb][0xfb][0x89]L[0xb0]:Y[0x7]F[0xb0]R[0xa4][0x9f][0x1e][0x17])[0x88][0xa7][0xcb][0xf9][0xe2][0xe9]>]~[0xec]I.[0xd2]O[0xe9]fFT&L[0xe2]GGl[0xd2][0xcd]"[0x99][0x88][0xe5]j[0xf9]>]~X[0x83][0x8e][0x17][0x86][0x8a][0xa7][0x7][0xec][0x9a][0xfd][0x92].[0xd2][0xcd]W[0xda][0xf9]![0xdd],[0xe9]t(@[0xce][0xe4][0xe3]l[0xbd]I[0xe7]O[0x8b][0xd9]Z>>[0xad][0x1f]WY[0xe2]&K[0xd1]h[0xd7][0xb8]!Kq[0xe9]=[0xb2]pM[0xc3]NS[0x1b]l[0xaa]0~[0x0][0x92][0x3]~[0x1b]C[0xf3][0x11]*[0x9c][0x0][0x83]TC=s[0x2]}mX[0xe1]n[0xde][0xfc]4[0x87][0x1a]7[0xa4][0xd2]o[0xe4][0x8][0xb6][0xce][\r];`[0x97][0x8e][0xfc][0xfc][0x88][0xda][0xa2]0[0x89][0xb8]}3[0xd9]7y8[0x8f][0x93]LaJ[0xd3][0xf6]wn[0xfe][0xc]n[0x95][0xad][0x9b][0xb0][0x1d]=;[0xba]ij*[0xff]\[0xcf][0xdf]_[0x99]P[0x9a]29w[0x8][0x94][0xd8]Cu[0xc0][0xfd]N[0xc3]%[0x3][0xa8][0xa0]9l[0xd5]$[0xd0][0xe2]Y[0xcf][0x16]B[0xa4][0xfb][0xe1][0xe4][0xe1]F[0xcf]j[0xa8]6{AU[0xb4]#[0x1e]u1[0xbe][0x12][0xe7][0xf6]&\[0xa1][0xc6]X[0x86][0xdc][0xd1][0xd3][0x93][0xc3][0xc4]y}/[0x14][0xd0][0x80][0xf2][0xe1][0xe6][0xaa][0x96]{[0xa6]7[0x1d]U?[\r][0xa4][0xda]!@z[0xc6][0xd3]h|XB[0xf9]_[0xeb][0xe6][[0x18]j[0xbf][0xf2][0x2]![0xde]KOqA5s[0xd7]H[0xf8]r[0x86][0xce][0x1c]"[0xf3];[0xe]7[0xb8]d?E[0xb2][0x1e][0x7]L[0xe3][0xca][0x1c][0x1e][0x86]"[0xee][0xa6]pe[0xed][0xee][0xba]+[0xc6][0xa1][0x8b]V[0x8d]p[0x1e][0xeb][0x1e][0x97][0xfa][0xb9][0xb9][0xa7][0xa0]P5i[0x1f][0xb5][0xee][0xfc][0xb3]b[0xeb][0x93][0xdb]y=s[0xc4][0xff]v[0xa2][0xe2][0x8e]r[0xba][0xf0]C,7b [0xae][0xfa]*[0x83].c[0xfe][0x9]PK[0x7][0x8]O[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesm[0xcc][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3] [0x10][0x0][0xe0][0xdd][0xa7]8[0xc8]~h0K SB[0xf7][0xbe][0x80][0xd1][0x8b][0xbd][0x10][0xf4]0Z[0xd2][0xb7]/[0xdd];[0xf0]u3%*[0xae]R[0x80][0xe5][0x3][0xb9]Dt[0xe2][0xfc][0x8b]p[0xa5][0x9d]O\Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xc9][0xde]"'[0xd5][0xdd][0xb][0xc3][0x95]<[0xe8][0x1][0x8c][0x1e][0xb5][0x1d][0x7][\r][0x97][0xdb][0x13]zm[0xac]zS98[0xa7][0xc9][0xa2][0xe9]Q[0xa3]Q[0xb1][0xe4]&[0x8f]0[0xfd][0xd2],[0x87][0xdd]P[0xdc][0x89][0x95][0x85][0x95]+[0x95]W[0xe7][0xeb]_[0xc5][0xad]%[0xae][0xea][0xb]PK[0x7][0x8]T[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xml[0xc5]V[0xdf]k[0xdb]0[0x10]~[0xcf]_[0xa1][0x85]=[0x8d]ZN[0xda][0xc0]F[0x96][0xba][0x83][0xc1][0xc6]FK[0xc3][0xda][0x8e][0xbd][0xaa][0xb6][0xea][0xa8][0xb3]%#[0xc9]I[0xca][0xe8][0xff][0xbe][0x93]d[0xc7]r[0xac][0x90][0x96]=,`[0x88]N[0xf7][0xe3][0xbb][0xbb][0xef][0xce]^\l[0xcb][0x2][0xad][0xa9]TL[0xf0][0xf3][0xf1][0x14]O[0xc6][0x88][0xf2]Td[0x8c][0xe7][0xe7][0xe3][0xbb][0xdb]/[0xd1][0x87][0xf1]E2ZTR<[0xd2]T#[0xd0][0xe6][0xea]|[0xbc][0xd2][0xba][0x9a][0xc7]qI[0xd6][0x94]cR[0x91]tE[0xb1][0x90]y[0xbc][0xbc][0xbe][0x8a]gxb[0xbc]X[0xcd][0xf9]V[0xb1][0x9d][0xf6]f[0xb3][0xc1][0x9b]3[0xab]w:[0x99]L[0xe3]_W[0x97]7`X[0x92][0x88]q[0xa5][0x9]O)X)6WVx)R[0xa2]-[0xa8][0xa3][0xc1][0xd0]![0x8d][0xad][0xca][0x9c]0[0xb2]z[0x18][0xce][0xe3]d4B[0xf0][[0x94]"[0xa3][0xc5]O[0x97]xb[0xaf][0x17]qO[0xd6][0xe8]UDR[0xae][0x13]{[0xb0][0x82]\[0x8a][0xba][0xfa][0x96]%[0x10][0x0][0x8b]J[0xcd][0x1e]qE[0xb6]X[0xb3][0x8a]-[0xe2][0xf6][0xae][0xd3]&R[0xb3][0x7][0x92]j[0x10][0x1a][0x95][0xa8]$JS[0xb9][0x88]=y[0xa7][0xdc][0xf4]![0x99][0xe2][0xa9][0x81][0xd3][0x1e];[0x5]I[0xb]([0xca][0x9a].[0x89]^%[0x18][0xc7]=[0x97][0xbd]K[0x7]>n[0xd1][0x8f][0xf6][0xc1][0xc][0xd1][0xe3][0xc7][0x9a]3=D[0xb6]C5[0xc3][0xd3]S[0xa8][0xd3]t[0xf][0x18]T([0xfd]Mr Lr_[0xf3][0xac][0xa0]&j+q[0x1a][0x9c][0x94]4[0xb9]^[0xde][0xcc][0xbe][0xa3]%[0xd9][0xa2][[0x88][0x86]"[0xf4][0xf6][0x8f][\r]+$[0xcb]q[0x17][0xf4]y[0x11][ug[0x99]Q[0x95]JV[0x19]"$[0xb7]+[0xa6][0xd0][0xf5][0xcd]W[0x86]\[0x1c][0xb4][0x91][0xa4]R[0x87][0xdc]D[0xbe][0xbc][0x1][0xc][0xbe]}[0x87]MU[0xde]D[0x11][0xda][0x95][0x18][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0xe][0x1a][0xa8]$O[0xf0][0x9f][0x96]H[0xd2][0xc]b[0x12][0xae]O [0xb8]F[0xec][0x1]=[0x89][0x1a][0x1][[0xa8][0xa6][0x88][0x81][0xd4][0xd1][0xc]Z@[0x89][0xa2]QU[0xd4][0x90]>[0xda][0xb0][0xa2][0xe8]<[0xa7][0xa2][0xac]jP'[0x1c]1[0x18]1)[0xcd]@[0xdd][0xfd][0xb8][0xc4]N%[0x8a][0x9a][0x9c]UZz-O[0x5][0xe7][0xe]M[0x2][0x17][0xf3][0x9c]i[0xf3]|[0x82]gU[0xdf]c[0xf0]9[0xb7]m[0x8c][0x3][\r][0xcd]M;=[0xfb][0xce]iF[0xd7][0xb4][0x10][0x15][0x95][0x9f][0xff][0xd1]{[0xc8]Q[0x17][0xa6][0x96]E[0xf2]*w[0xc6][0xa0]3[0xd7]$?[0xc8][0xd3][0xa8]c[0xa3]Qk[0xe8][0xde][0x94][0xae][0xe1][0xa5]4[0xc0]4[0xa3][0xca][0xf7][0xb9][0xe3]D;[0xab][\r][0xed][0x87][0x17]!#o8[0x6]v[0xc1][0x91][0x1e]p[0xd0][0x8e][0x91]o6[0x9c]rw[0xa7]r[0x86]YY[0x9][0xa9]m[0x11]V[0xa4]L%U@5[0xff][0x4]5[0x95][0xb4][0xf5][0xe6]Y[0x84][0x9c][0xd1]m[0xff][0xca][0xfc][0x8c]/[0x9b][0xc8][0xbb][0x8f][0xed]K 47'=[0xa3][0x17][0x18]t[0xf1][0xe3]0[0x0]X[0x12]^{[0xda]a[0xaf]([0xcf][0xe0][0xf5][0xd3]o[0xd9]N[0xfc][0xd4][0xc7][0xbe][0xdb][0xc4]>[0x80]F[0xf6][0x1c][0xd8][0xc5][0xd6][0xc6]k[0xd2][0xc1][0xfd][0x13]j[0xa4]5n[[0x15]^-[0x83]FZ[0x1b][0x95]B[0x9a][0x9]$[0xbb]f[0x19][0xcd][0xc]E[0xcd][0xb9][0xaf]#[0xec]>"E[0xa2]e[\r][0xdd][0xdc][0x1d][0xbd]*[0x86][0x8a]p[0xbc]2/zG[0xed][0xd7]%0r{t;Z[0xa0])>[0xb][0xbc])[0xc2][0x99]x[0x12][0x8f][0xb][0xf7]5+[0xfc]9r[0x1b]U[0xed][0xc5]s[0xd2][0xbe]pP[0x80][0xe6][0x83][0xe0][0x81][0x16]l{ [0xfd][0xfd][0x12][0xb8]m[0xee]^3[0xcd]2?[0x9c]u/[0xf3]S[0xc8][0xfc][0xfd]!.[0xc4]![0xbc][0xaf]J[0xc2]}[0xe2]4[0xc5]xU2][0xd9][0x8f]&[0xf4]_q*Q[0xcb][0xf4]x[0xd1][0x87][0x18][[0x89]ji[0xd5]P[0xc8]n[0x1a][0xf3][0xf1][0x9a][0x8c][0xfe][0x2]PK[0x7][0x8][0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]junit/extensions/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]junit/extensions/ActiveTestSuite$1.class[0x9d]SMo[0xd3]@[0x10]}[0x1b][0xbb]q[0x9a]8$-Q[0xd3]@[0xa1]ip!u[0xda][0x9a][0x80]8[0x81]*[0xa1][0x8a]JH[0x81][0x3][0x8d][0xca][0xd9]M[0x96][0xc6][0xc5][0xb5]%[0x4][0xfe][0x11][0xe7]J[\r][0x8][0xe]p[0xe7]G![0xde]Z[0x16][0xaa]PD$lyfv[0xe6][0xcd][0xc7][0xce][0x8c][0xfe][0xfa][0xf6][0x1d]@[0x1f][0xfb][0xcb]0[0xb0][0xa9]H[[0x91][0xad]2J[0xe8]Tp[0xf]V[0x19]w[0xb0]m[0xe0][0xbe][0x81][0x7][0x2][0xa5][0xa9][0xeb][[0x89][0x8c][0x13][0x81][0xb5][0xc1]y[0x1a]x[0x89][0xf3].r/[0xe4][0x87]0z[0xef][0xc][0xa9]*PV[0x98]H[0xc6][0xa9]O[0xd4][0xc6]\[0xd4][0x9b][0xcc]Jl1[0x99]x[0xb1][0xf5]P[0xa0][0x93][0xe3][0xe4][0xc7]D[0x6][0xb1][0x17][0x6][0xb1][0xf3]|[0x94]xS[0xa9][0xe0][0xc7][0xa9][0x97]H[0x85]~[0xe6][0x11]s [0xf0][0xb6][0xbb][0x18]>[0xbf][0xbc][0x95][0xb3]s"[0xa0][0x1f][0x86]c)P[0x1b]x[0x81]|[0x9d]^[0x9c][0xca]h[0xe8][0x9e][0xfa][0xd4][0xac][0xe][0xc2][0x91][0xeb][0x9f][0xb8][0x91][0xa7][0xce][0xb9]RW[0xe5][0xb]@[0xc0]|[0x19][0x4]2:[0xf4][0xdd]8[0x96][0xd4]X[0xb][0xeb][0xb3][0xfa][0xbc][0x90][0x16][0xa5][0x1]iWe.[0x1f][0x87]i4[0x92]G[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0xf8][0xb][0xbd][0xee]N][0x96][0xf5]"[0x18][0xf9]a[0xec][0x5]g[0xaf]d2[0x9][0xc7][0x6][0xba]&v`[0x9b][0xa8][0xe2][0x86][0x89]e[0x94]MT`[0x9a][0xa8][0xa1]e[0xa0]gb[0x1d][0xbb]&[0xf6][0xd0]b[0x83][0x17][0x17]$PWi[0x1c][0xdf][\r][0xce][0x9c][0xe1]$[0x92][0xee]X[0xa0][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 323076 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8]O[0xc0][0xe0]-[0x86][0xd9]N<[0xe9][0xfe]_[0xd7][0x1b][0xf3][0xec][0x2][0x9b][0xf3][0xc3]]s[0xac]0[0xf5][0x11][0x97]"[0x9e][0xc8]1[0xda]\[0xdc][0x12][0xb7]Y[0xab][0xd7]U+[0x0]rv#[0xe3][0xec][0xf]-[0x5]~5[0xd4]9[0xaf][0x15]J[0x7]<[0xeb][0xe4][\r][0xbb]7[0x83][0xb0]wg([0xd8]{3h[0xf6][0x17][0xe8][0x97][0x19]z[0x95][0xb4]H4[0xd0][0xc3]MR3[0x93][0x1b]|[0x9b]PS_G+[0x8f][0xe5][0x13][0xad][0xa2]w[0xec]+F[0xb9][0x82][0xf6][0x15]K[0x5]P[0x10][0x9f]Q[0xfc][0x84][0xea] [0x17]{?.3\5[0x8b][0xd0]d[0x84][0xe6][0x9f]LkX"uh[0xeb]3[0xc3]#Z[0xfa][0xd8][0xc2][0xe3]k[0x99];yf[\r][0xb7]2[0xaf][0xdb][0xd8] [0xd7][0xf9][0x87][0xde][0xa5]7xgN[0x3][0xd9][0xf3][0x1b]PK[0x7][0x8][0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]junit/extensions/ActiveTestSuite.class[0x9d]UmS[0x1b]U[0x18]=7[0x9],,+[0x9][0x94]D[0xc1][0x96][0x86]Zk[0x8]-[0x11][0x95]j[\r][0xc5][0xd2][0x14][0x14][0x8d]P[0xb][0xd6][0xe9][0xf8][0xa5]K[0xb8][0x90][0xc5]t[0xc3][0xec][0xde][0xed][0xcb][0xdf][0xf1][0x8b][0x9f][0x99][0xb1]0[0xa3]3[0xfe][0x0][0xff][0x8d][0xa0]z[0xee]eIB[0x88]0[0xfa][0xe5][0xde]g[0xef]}[0x9e]s[0xce][0xf3][0xb2][0xbb][0xbe][0xf9][0xed][0xf][0x0]sxd#[0x83][0xdb]z[0xf9]T/[0x9f][0xe9][0xe5][0xce] [0xd2][0xf8]\[e[0x9b][0xd6][0x82][0x85][0xbb]6[0x6]p[0xcf][0xc6][0x12][0xee][0xeb][0x93][0x8a][0x8d][0x7]X[0xb6][0xb0][0xa2][0xf7]/-|eaU [0xbb][0xb3]TS[0xde]s[0xb9])C[0xf5]@[0xba][0xaa]^iF[0xbe][0x12][0x10][0xbc][0xeb]_[0xf0]|O-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xb][0xd3][0x8f][0x5]R[0x95][0xe6][0xb6][0x14]HW=_[0xae]E[0xcf][0xb6]d[0xb0][0xe9]n5x2Zm[0xd6][0xdc][0xc6]c7[0xf0][0xf4]s|[0x98]Ru/[0x14][0xb8]V[0xdd][0x8b][0x8]R[0x92]/[0x95][0xf4]C[0xaf][0xe9][0x87][0xa5]6[0xe1]F[0xe4])Y[0x16][0x18]+T[0xf7][0xdc][0xe7]n[0xa9][0xe1][0xfa][0xbb][0xa5]J[0xc3][\r][0xc3][0xb2]&[0x1c]Pui[0x9e][0x4]F[0xce]8[0x8][0xe4]N[0xd3][0xbe][0xda]?[0xa1][0x9e][0xed]v^[0x98][0x89]U[0xec][0x4][0xee]3[0xf9][0xa2][0x19][0xfc]T[0xd2][0xf4][0x15]7[0x94][0xe5]E"[\r]nx[0xbb][0xbe][0xab][0xa2][0x80][0xc1]sg[0xb4][0x9c][0x1f][0xad][0x85]f;c6T[0xe0][0xf9][0xbb][0xe6]<[0xe5]3@[0xd7][0xe7][0xcc][0xad][0xc0][0x8d][0xb3]9[0xf7][0x6][0xa9][0xfc]GA[0xbd]Q[0x92]A[0xe4][0xb]\-[0xf4][0x8c]|$[0xc3][0xa8][0xa1][0x8c]_`l[0x81][0xcb][0xe7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc4][0xd3][0x7][0x2][0xf3][0xbd]1[0xcb][0x17]1[0xa5][0x94][0x9][0xcf][0xf5][0x8e][0xe6][0x4][0xaa][0xd3][0x95][0xdb][0xac][0x7][0xd2][0xdd][0xe6][0xc5][0xc8][0xb][0xd7]S[0xdf][0xfb][0xca]k[0xac]p>[0xc3][0xba][0xdc][0xa6]3[0xcb][0x9c][0xef]p^[0xf5][0x95][0xc][0x82]h_[0xc9][0xed][0xe5][0x97]5[0xb9][0xaf]8y[0xc][0x1d][0xa2][0xea]v[0x90][0xbd][0xd1][0x8c][0x82][0x9a]\[0xf1][0xf4][0xd0][0x8c]u[0x8d][0xe5][0xac][0x6]sp[0x9]cz[0x99][0xd0][0xcb][0x94]^[0xae];[0x18][0xc1][0xa8][0x83][0x1b][0xf8][0xc0][0xc1][0x87][0x18][0xe3][0x88]_4[0xe1][0xd7][0xe7][0x4] [0xe0][0xac][0xfa][0xbe][0xc]L[0x7]e[0xa8][0xa1][0xbe][0xb6][0xf0][0x8d][0x83][0xaa]f[0xf8][0x16]k[0x16][0xd6][0x1d]<[0xd4][0x80][0x93][0xe7][0xe7][0xe1][0xe0];[0xed][0x95][0xbf][0x88]V`[0xbc]Wi[0xe3][0xbb][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xbf][0x99][0xff][0xaf][0xb1][0x99][0xee][0x9e][0x9][0xf4][0x85][0xca][\r][0xd8][0xcf]A[0xdd][0xf3][0xf8][0xb][0xc3][0x8f][0xca][0xea])[0xe7][0xf5][0xad]=Y[0xe3]EJ[0xf7][0x97][0xbe]~Sy;[0xaf][0x96][0x1a][\r]L[0xf1][0xf3][0x95][0x81][0xae][0xe1]}]|Z[0x3][0xb4][0xd9][0x1a][0xae]Y>}[0xcc][0x9d]%F_[0xf1][0x8][0xe2][0x80]F[0x2]9[0xae]6w0 [0xc5][0x90][0xb7]i9[0xc7]Nx[0x7][0xe3][0x6][0x8c]m[0xa5][0x87][0x6]x[0xc8]][0xfb][0xf6][0x17]g[0x8e][0x90][0xd0][0x8][0xc9][0xe][0x84],cr[0x6]!w[0xec][0x15]#h[0xeb]]\&[0xd2][0x95][0x16][0xba]>[0x99][0xa4]u[0xd5][0xa8][0xc8][0x1b][0x96][0xa9]X[0xe6]b'K[0xb2][[0xe7]8Y&[0xfe][0x85][0xe5][0x1a][0xde]3)r[0xfc]b[0xc5]?Ra[0x92][0xbb]U[0x9c][0xb9]y[0x84]T[0xb7][0xe4]+[0xc][0x9a]4`[0xf9]c[0xb7][0x16][0x98][0x15]K[0xd6][0x96][0x86]Mt[0x88][0xb7]N[0x89][0x9f][0x16][0xa7]<[0x16][0xbf][0x1e][0x8b]O[0x17][0x93][0xaf]Yhf[0xd0]_<[0x84][0xd5][0xce]b[0x94]u[0x6]![0xfb][0x8]jS[0xe7]0[0x1][0xda][0xd9][0xa4][[0x2][0xd2](`[0xda]dS[0xc4]L[0xc][0xfe][0x94]Q::[0xf3];[0x6][0x9e][0x98][0x8c][0x6][0xd7]n[0x1d][0xc2]n[0xa3][0xf][0x9b]4[0xa6]1[0x84]y"[0xdc]6[0xc8][0xc5][0xe3][0x98][0x16]r[0x6]7q[0xcb]$[0x92]1[0x1c][0x9]z[0xf7]a[0x16]%[0xc6][0xe6][0xf5][0xbb][0x1a][0xb3][0xc9]8[0x95]l[0xf1]Wfr[0x88][0xa1][0x9f][0xe1]ps~[0xf9][0xfb][0xaf][0xea][0xc1][0x1][0x9d][0x86]H1[0x8a][0xb7]b[0xea][0x9][0xd6][0x12][0xb8][0xc3][0xd3]2[0xcf][0x17]y[0xb3][0xc0]F[0xdc]%[0xdc][0xbd]V[0x82][0x97][0x18]5[0x87][0x8f][0xc]y6[0x16]4[0xc5][0xb9]<[0xa1]\[0xa2][0x4]a[0xaa][0xf7][0x84][0x9c][0xa9][0xa7][0xaf][\r][0xf1]pw~[0x15][0xe8][0x9f][0xf3]0[0x96];[0xe6][0xf5][0xa4]r[0x9]|b[0xd6]y|a[0xda][0xcc][0xff][0xa3][0xc9][0x1a][0xff][0x0]PK[0x7][0x8]`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]junit/extensions/RepeatedTest.class}S]O[0x13]A[0x14]=[0xd3][0x96][0xb6][0xac]K[0x81][0x2]-[0xad][0x5][0x16][0x14]m[0x8b]P[0x10][0xfc],[0xa0][0x88][0x9a][0x90]4>[0x0]![0xc1][0xb7][0xa5][0x1d][0xca][0xe2]v[0xb7][0xd9][0x9d]U~[0x80][0xc2][0xc4]'_x[0xf1]A[0x13][0xa5][0x89]$[0xfa][0xee][0xf][0xf1]g[0xa8]w[0xb6][0xcb]G[0xf8][0xca]&w[0xef][0xbd]s[0xe7][0xdc]s[0xee][0xcc][0xfc][0xfe][0xfb][0xe3]'[0x80][0x19][0xb2],[0xa4]?C[0xea][0xe2][0xce]D[0xce][0x9][0x98]&[0xaa][0xb6]g[0x9][0x99]][0xd6]]N[0xd8][0xe1]|[0x81][0xc8][0x87][0x1d][0xcf][0xa2]>[0x17]3_[0xe5][0xae]g[0x8a][0xb2][0xa4][0xcf][0xc][0x1f]K[0xc6][0xc][0xb9][0xab][0xaa][0x19][0xe2][0xc2]^[0x13][0x8e]a[0xd5][0x19][0xfa][0xf3][0x85][0xca][0xae][0xfe]V/[0x99][0xba]U/[0xb5][0xb3]T[0xa1][0xac][0xd9][0x9e]S[0xe5]/[\r][0xa9][0xb5][0xf7][0xb4][0xa4])Y[0xad][0xa2][0xf][0xf][0x19][0xc6]Nv[0xae][0x98]&[0xaf][0xeb][0xe6][0x92]S[0xf7][0x1a][0xdc][0x12]/[0xf6][0xaa][0xbc])h[0x1e][0xc]Cr[0xb7]0d[0xa0][0xf9][0x12][0xb5][0x86][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0x8b]k[0x8b][0xb][0xda][0xb4]Dz[0xa4][0xa2][0x17]I[0x15]C[0x18][0x8e][0xe1][0xb1][0x8a]2[0xe6]U[0x8c]@cH[0x9f][0xa5][0xf6][0xcc]3[0xcc][0x1a]w[0xe4][0xae][0x5][0x15]71[0xae]b[0x11]O[0x88]o[0xde][0x9]8[0x16][0xa8][0xe3][0x95]g[0xc2]0|n][0xe6][0x9f][0xf3][0xaa][0xed][0xe8][0xc2]v[0x18]2[0x97][0xdc][0x13]9[0xe7][0x81][0xfc][0xf9]y[0xc9]|[0xf6][0xf2][0x89][0x13]=w[0xc7][0xf6][0xcc][0xda][0x9a][0xb0][0x9b][0xfe][0xb9][0xbe][0xf6]-[0xed][0x8a][0xea][0xcd]&[0xb7]j[0xc][0x93][0x17][0xc1][0x9e]K[0x5][0xf2][0xcb][0x18][0xa5][0xb7][0xd1]C[0xcf][0x86][0xd1]C[0xa1][0xd9][0x91][0x17]![0xbf][0xf][0xfd]d[0x7]([0xaa]#L[0x1f][0x90])N[0xb4][0xc0]r[0x1f][0xd1]u[0x88][0xd0]f2[0xdc]B[0xe4]W1[0xf7][0x1d][0x1d]_i1[0x84][0x14][0xd9][0x14]:[0xc8]v[0x91]M@>[0xb9]>[0x2][0x1c]$[0xc8]4e[0xb5]6[0x8][0xc5][0x19][0xc0][0xf7][0xb2][0xb8]N-[0xa4][0x97][0xa3][0x9a][0x10][0xf9]tjA[0xd3]9?[0x6][0x94]b[0xb][0xd1][0xe2]7t[0xec]|>[0xee][0x12][0xf5]WR>[0xaa][0xda][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "P[0x99]<[0xea][0x0][0xc1][0xa1]j[0xd9]Q[0xb]/[0xe4]$[0xc0]'[0xc]N[0x1c] [0xf6][0x1][0xd1]}$[0xa4][0x94][0xf8][0xfb][0x10][0xdb][0xff][0xf7][0xe7][0x84]}[0x96][0x90]A[0x9c][0x14][0xe2][0xd3]K\[0xfa][0x9]-C[0xf1][0x8][0x8d][0xe8]HA[0x88][0xf2][0xa3]>[[0x19][0x1f]i[0xd1]0[0x86][0x1b][0xd4][0x97][0xc9]k[0x14][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0xa4][0xf][0xd1][0xb9][0xd9][0xf2][0x85]\;[0x80][0x9a][0xec]"s[0x80][0xc4][0x97]3r[0xc6]O[0xc9]I[0x1f][0xcb][0xb9][0xe5]W[0xdd][0xfe][0xf]PK[0x7][0x8][0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]junit/extensions/TestDecorator.class}[0x92][0xdd]n[0xd3]@[0x10][0x85][0xcf][0xe6][0xc7]vm[0x93][0xb4]%mSZ[0x9a][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0xe][0x10][0x81][0xb8]+[0xaa][0x84][0x82]*!E [0xb5]U[0xef][0x1d][0xb3][\r]NS[Z[0xdb][0xc0]Cq[0x1][0x12][0x14][0x95][0xb][0x1e][0x80][0x87]B[0xcc]nVn[0x88][0xa2][0xca][0xd2]xgv[0xe6][0xdb]3[0xb3][0xfb][0xe7][0xef][0xaf][0xdf][0x0][0x9e][0xe1][0x89][\r][0xb][0xbb]K0q[0xcf][0xc1][0x12][0xee]K[0xb3]g[0x93][0xfb][0xc0][0xc6]C<2[0xe1][0x99][0xe8][0x98][0xf0][0x19][0xaa]g'<[0xcd][0x18][0xd6][0x7][0xe3]<[0x8e][0xb2][0xde][0x99][0x8].[0xf8][0xa7]D[0x9c][0xf7]d|[0x9f][0xc1]x[0x19]Q[0xfc][0x80]a[0xd3][[0x9c][0xd2]9e[0xa8][0xf4][0x93][0xf7][0x9c][0xa1]>[0x88]b[0xfe]6[0xbf][0x18]rq[0x12][0xc]'[0x14]Y[0x1d]$a09[\r]D$}[0x1d][0xac]d[0x1f][0xa2][0x94][0xa1][0xad]y[0xfc]s[0xc6][0xe3]4J[0xe2]T[0x1]_[0xf3]0[0x11]A[0x96][0x88]}[0x99][0xa9][0xc4]Y[0xc3] [0x8d][0xc2][0xa3][0xe0][0xe7][0x9c][0xe8][0xed][0xa8]$[0xcd][0x8c]T'[0xef][0x85]=[0xcd][0x8e]=D[0x1]V[0xb1][0x16] [0xc0][0xdd][0x0]>[0xee][0x4][0xa8]#[0xc][0xf0][0xc2][0xa9]u[0x17][0x88][0x11][0xd2][0xe]'[0xb1]bh[0xba][0xea]q[0xca][0xd5]I[0xfc][0xb1]?([0xd8][0xcc][0xff][0xb9][0xaf][0xdd][0x11][0xcf][0xd1][0xfc][0xb3][0xe3][0x84][0xdb]y[0x18][0xc2]w[0xa1][0xf1]tN[0x90][0xc5][0xee][0xff]~[0xc4][0x94][0x11][0xf6][0x90][0xf0][0xb5]>72[0xd9]sI5+[0xb8]~[0x93]](,[0xd1]%[0xab][0xd1][0xd6][0xa7]Qj6[0xdd][0xb8][0x0]Y[0x9a][0x9d].b[0x89][0xa4][0x8e][0x6][0xd9]&[0x9d]^[0x92]-[0x93]mD[0xab]W`[0xd1][0xda][0x15]J[0xd1]7[0x94][0xbf][0x14][0xc0][0x19][0xd2]U*[0x3][0xdc]C[0x8b]tP[0x9c][0x1b][0x98][0xc5]}[0xb2][0xf]H*[0xe4]yH2[0x87][0xf0][0xa6][0xe0].Y[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xaf]`[0xd7][0xa8]8CR[0xba][0xc6][0xd4][0xc8]S[0x1d][0xd7]nQ>[0xa8][0x96]G[0xb5]ZTg[0x8e][0xde]q[0x9f][0xf0][0xaf]>e[0xcc][0x17][0xb9][0xb]xT[0xf8][0xda]X$f[0xa0][0x1][0xe9][0x82][0xa0]x~[0x3]PK[0x7][0x8][0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/extensions/TestSetup.class[0x85]RMo[0xd3]@[0x10]}[0xe3][0xb8]v1&%m)4[0xa4][0x85]~[0x0][0xf9]@D[0xbd]p[0x9][0xea][0xa5][0x5][0x9]) DK[0x10][0xc7][0xad][0xbb][0x5][0x17][0xd7][0x1b][0xad][0xd7][0xb4][0x8b][0xb]H [0xf1][0x3][0xf8]Q[0x88]Y[0xc7]J[0x91]H[0xd2]=[0xec][0xce][0xce][0xbc]y[0xf3]fv[0xff][0xf9][0xf1][0xb][0xc0][0xe]:[0x1]<[0xac][0xf9]X[0xf][0xe0]`#[0xc0]&[0xb6]|l[0xfb]x@[0xf0][0x9e][0xc5]ilv[0x9][0xab][0xcd][0xfe]i[0xce]f[0xf7]D[0x8b]3y[0xae][0xf4][0xe7][0xee][0xa1][0xcc]L[0xaf]5 [0xb8]{[0xea]X[0x12][0x16][0xfa]q*_[0xe7]gGR[0x1f][0x8a][0xa3][0x84]=[0x8b]}[0x15][0x89]d tl[0xef][0xa5][0xd3]5[0x9f][0xe2][0x8c][0xd0]([0xf9][0xe4][0x85][0x91]i[0x16][0xab]4+[0x8][0xf][0xa4][0xc9][0x87]=[0x8b][0xe2][0xb]aerUBE[0xe7])[0xe1][0xde]dUoe[0x96]'#m[0x9e].[0xec][0xcb]z[0x13][0x91][0x4][0x1a][0x12][0xd6][0xfe][0x83][0xbc][0xd1][0xca][0xc8][0xc8]X[0xe1][0x8c][0x99][0xcb][0xa4]y[0xc7][0xb8]J[0xd3]2[0x7][0xcf]/"94V[0xb9][0x8f][0x87][0x84]y#[0x85][0xde]W[0xe7],+8P[0xb9][0x8e][0xe4][0x8b][0xd8][0xf6][[0x1d][0xb7][0xf5][0xe4]T|[0x11]!|[0xcc][0xb3][0x9c][0xe9][0xdd]o[0xef][0x10]@[0x8]_[0xa6][0xa9][0xd4]{[0x89][0xc8]2[0x99][0xd9][0xac]G>[0x9a]!Zh[0x13][0xea][0xd3][0xb3][0x9][0xeb][0x13][0x83][0xfb]2RZ[0x18][0xa5][0x9]KVG7[0x11][0xe9][0xc7][0xee][0xb8][0x7]B[0xaf]9[0xeb]E[0xae][0x9a]s}z[0x9c][[0xe1][0xc7]*G)[0x8f][0x9]O[0xa7][0xfc][0xa5][0x99][0xe3]o[\r][0xb0][0x81]9[0xfe][0xa8]v[0xb9]<[0x1f][0x1e]#[0xef][0xd7][0xf8][0xb6][0xcb][0xdf][0xd6][0xe1][0xd3]kw[0xbe][0x83][0xbe][0xb2][0xe5] [0xe0]=([0xbc][0xb][0x9c]u[0x13][0xd7][0xd9]Z[0x19][0xa1][0x10][0xe2]F[0xc1][0xe2][0xa1][0xca]Q~{[0x8e][0xd7]J[0xae][0xf7][0xcc]][0xe1][0xb3][0xf6][0x13][0xce][0x7][0xcb]Wy[0xd5]i?[0xfe][0x6][0xf7][0x92][0xb6]Z[0x0][0x96][0xd9][0xbe][0xcb][0x89][0x8d][0x82][0xfa][0xfe](iL][0xc3]"[0x96][0x98]2`[0x99][0xcb][0xb8][0xc5][0x99].[0x97][0xbf][0xcd][0xa7]-[0xd2][0x81]}`[0xfc][0xab][0xd5]+[0x1c][0x9b][0x5]Y8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]dw[0xca]~Wy[0xaf]_M[0xd1][0x9a]I[0xe1][0xb0]f[0x8b]o[0xb0]b; *F[0xc2][0xeb]/PK[0x7][0x8]p[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]junit/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]junit/framework/Assert.class[0x9d][0x97]iX\[0xe5][0x15][0xc7][0xff]oXf[0xb8][0xc][0xc4][0x90][0xb0]d[0x81][0xc][0x9][0xca][0xcc]@[0xc4][0x98]T[0x9b][0x80]YXF[0x18][0x9]$!&B[0x8d][0xe6][0x2][0x17][0x98]0[0xcc][0xe0],Y[0xd4][0xd6][0x9a][0xb6][0x9a]j[0xb5]v[0x8b]1[0xb5]j[0xb7][0xa4][0xab][0x9a][0xb6][0xc2][0xd4][0xd4][0xa4][0x8b]&[0xad][0xd5]n[0xda][0xd5][0xae][0xfa][0xad][0xfd][0xd4]~j[0xbf][0xf4][0xe9]9[0xef]}[0xb9][0xdc][0xb9][0xdc]1y[0xca][0xf3][0xcc]}[0x97]{[0xee][0xff][0xfd][0x9d][0xf3]n[0x87]W[0xff][0xfb][0xe2]y[0x0][0xeb][0xf1][0x8e][0x86][0x9b]pLC[0x1b]>[0xc4][0x8f][0xf][0xf3][0xe3]#[0x1e]<[0xa0][0xa1][0x88][0xbb][0x8b][0xf0] [0x1b][0x1c][0xe7][0xee][0x8f][0xf2][0xe3]![\r][0xf][0xe3][0xb8][0x17][0x1f][0xf3][0xe0][0x11][\r]ex[0x94];?[0xae][0xa1][0x2][0x8f]i[0xf8][0x4]>[0xe9][0xc1][0xa7][0xb8][0xf1]i[0xee][0xfe][0x8c][0x86]j[0x9c][0xe0][0xee][0xc7]=8[0xc9][0x8d]'[0xb8][0xfb][0x94][0x86][0xcf][0xe2]I[0xae]}N[0xc3]Sx[0x9a]k[0xcf]h[0xf8]<[0xbe][0xc0][0xb5]/j[0xf8][0x12][0xbe][0xcc][0xb5][0xd3][0x1a][0xce][0xe0]+\[0xfb][0xaa][0x86][0xaf][0xe1][0xeb]\[0xfb][0x6]?[0xbe][0xe9][0xc1][0xb3][0x1a][0x1a]q[0xcc][0x8b][0xe7][0xb8]|[0x9e][0x11][0xcf]r[0xed],[0xbf][0xfe][0x16]?[0xbe][0xcd][0x8f][0xef][0xf0][0xe3][0x5]~[0xcc]x1[0xeb]E[0xd6][0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb2][0xd9][0x8b]^[0x9c][0xf3][0xe2]{[0xfc][0xe2]%[0xf6][0xe7][0xbc][0x17][0x17][0xbc][0xf8][0xbe][0x7]?[0xf0][0xe0][0x87][0x2][0xc5]m[0xd1]x4[0xbd]E[0xa0] [0x10][0xdc]+P[0xd8][0x91][0x18]5[0x4][0x16][0xf7]F[0xe3]F_fj[0xd8]H[0xee][0xd1][0x87]c[0xd4]S[0xd1][0x9b][0x18][0xd1]c{[0xf5]d[0x94][0xdb][0xaa][0xb3]0=[0x11]M[0x9][0xd4][0xf4][0x1e][0xcc][0x90]H[0xcb]XR[0x9f]2[0xe]'[0x92][0x93]-[0xdb]S)#[0x99]n[0x15][0xd0]tY[0xdb][0x93][0xcc][0x90]yU[0xa0][0xf7][0xa0]~Ho[0x89][0xe9][0xf1][0xf1][0x96][0x81]t2[0x1a][0x1f]o[0x1d][0xe2]Q=SF*[0xa5][0x8f][0xcb]a[0x16]X[0x8][0x94][0x8c]$[0xe2][0xa3][0xd1]t4[0x11][0x17][0x10]C4l@~Ujj[0x87][0xf5]X[0x8a]Y[0xc6][0xf4]hL[0xa0][0xd2]e[0xc]6[0xf6][0x99][0xc6]]we[0xc8]\`[0x93][0x8b][0x99][0xad][0xa7][0xf8][0xa0]1[0x92]v[0xe9]a)[0xaf]qd[0x9a][0xea][0xc6]h.[0xae][0xb2][0xa0][0x90][0xea]#i[0x1a]E[0xa0]1p[0xa5][0x92][0x97][0xc1][0xc9][0xdb]#=[0x1b][0x89][0x19]z|[0xc7]\[0x4][0x1b][0xaf]H[0x8a]?[0xac]q[0xb1][0xec][0xec][0xec][0xe4]W[0xa2]S[0xa0]h[0xd4][0x88][0xa5]ur'[0xa0]:[0xdd][0xec][0xc3][0xe1][0xb0][0xb4][0xf][0xb3][0x9d]jT[0xbb][0xd8]E"[0xd2],B[0xb2][0x1][0xb3][0xee]f5$[0xe7][0xb5](`[0x96]n[0x16][0xed][0xed]R[0xa7][0x9d][0xad][0xcc][0xba][0x9b]UG[0x87][0xb4][0xea]`+[0xb3][0xee]f50 [0xad][0x6][0xd8][0xca][0xac][0xbb]Y[0xf5][0xf4]H[0xab][0x1e][0xb6]2[0xeb]e[0xe6]R[0xea]K[0xa4][0xfb]21[0xe7][0x92][0xb3]MjqB[0xd6]/;%[0xb6]O[0xd4]v1uUc[0x80]6[0x95]}P[0xb3][0xed][0xe5][0xe5]nVK[0xc6][0x12][0xc9])=-[0x17]d)w[Fe[0xaa]5[0xb7][0xea][0x8b]MK[0x81][0xc8][0xff][0xbb][0xfc][0xdd][0xb6][0xa7]6[0x90][0xc8]$G[0x8c]p[0x94][0x8f][0x84]Rs[0xeb]_[0xcb]v[0xf4][0xaa][0xd3][0x98]N[0x1a]#[0xba]d[[0xbe];[0x13]OG[0xa7][0x8c][0xbd][0xd1]T[0x94][0x8e][0x8f][0xed][0xf1]x"[0xad][0xf3][0xae]&[0xb2]*[0x9b][0xf0][0xfc]7[0xad]>l[0xc1]V[0x1f]v[0xa0][0xcf][0x87].[0x84]}[0xe8][0x5][0xad][0xb4][0x6][0xf7][0xe3][0x86][0x94][0xc2][0xe4][0xaf]1[0xda][0x95]L&[0x92][0xfc])}[0xf5]#[0xbc][0xec][0xc3][0xdd][0xd8][0xe9]C?vz[0xf0][0x8a][0x0][0x4][0xea][0x9d][0x2][0x1d][0x89][0xa9]i:[0xda]R[0xa6]B&i[0xf0][0xd7][0xb7][0xf2]7[0xf4][0xb8][0x88]K[0x1e][0xfc][0xd8][0x87][0x9f][0xe0]U[0x81][0xab]l[0x9c][0x89][0xc][0xb9][0xc1][0x96]?e[0xcb][0xdb][0xd8][0xf2]56{[0x9d][0xe][0xd0]y[0xb3]p,[0xa1][0xa7][0xd9][0xea]glu[0xbb][0x7]?[0xf7][0xe1][0x17][0xf8]%7[0xee][0xf4][0xe0]W[0xdc]x[0x83][0x1b][0xc3][0x1e][0xbc][0xc9][0x8d]_sc[0xd4][0x83][0xdf]p[0xe3][0xb7][0xdc][0x18][0xf7][0xe0]w[0xdc][0xf8]=7[0xe]z[0xf0][0x7]n[0xbc][0xc5][0x8d])[0x1f][0xa6]A[0xe1][0xab]vNK{&[0x1a][0x1b]5[0x92][0x2]+[0xba][0xd4]a[0xb5][0xd9][0xdf][0x16][0xa7]e[0xb5][0xc5]?[0x9c]I[0xfb][0xf][0xeb][0xa9][0xcd]~[0x1f][0xfe][0x88]?[0xf9][0xf0]g[0xfc][0xc5][0x87]4R>[0x1c][0xe5]0e[0xf8]q[0x98]Cw[0x8];i[0xe1][0xfb][0x5][0x96][0xcc][0x1d]x~[0x9a]1J.[0xad][0xc5]V[0x1f][0xb7]7[0xb7][0xb1][0xd8]_i[0xfa][0xb7][0xb0]6[0xdb]mn[0xa3][0x8f][0xb7][0xf8]p[0xf][0xee][0xf5][0xe1]ox[0x9b][0x16][0xc3][0xdc]'[0xfc][0xaa]t[0x1e][0x84]ZU[0xee]3[0x9a][0x13][0xee]~[0xb5][0x9b][0x8a][\r][0xb5][0x9a]][0xf7][0xdd]P[0xce]7f0[0xe8][0x82][0x19][0x91][0x13]l[0xf0]&[0xa6][0xc3][0x8c]6s[0xf9][0xbc][0xd1][0xe]==A[0xf7][0x9f]>[0x9c][0xe2][0xab][0xa5]3[0xd8]i[0x16][0xf2]$[0xa2][0x13][0xad][0x87][0x9b][0xe1]`[0xd8],[0xf6][0xe6]|[0xda][0x9b][0x90][0xea][0x87][0xf4]X[0xc6][0xe8][0x1f][0x13]X[0x1a][0x88][0xd8][0xb7][0x8][0xbf][0xa6][\r][0xb2]d[0xbe][0xa7]=[0x91][0xe0][0xd3][0x9a][0xef][0xc2]![0xbb][0xa5][0xea]o[0xcd]Qo?[0x9a]6X[0xb3]=[0xc7][0x92]:[0xc9]l[0xe9]|O[0xc7][0x84][0x9e][0xa4]+[0x87]g[0xbb]&[0xd0]a[0xb7][0xb5][0xde][0xb4][0xe6][0xac][0xc8][0x81][0x89][0x4][0xc7]vY` g?so.mO[0xd4][0x9]{r[0xb8][0xda]BN[0xbb]!_[0xca][0x8f]\I[0xc8]U[0x97]A[0xce]X[0x19][0xcc][0xbe][0xb9])oj>=[0x97][0xb1]\;/Y[0xc1][0x87][0xa0][0xa8][0xa5]|[0xa8][0x8e]b[0xed][0x87]O[0xd4][0xe7][0x9d][0xfa][0xdd][0xd6][0xd4][0x9b][0x99]J&O[0xa6][0xd2][0xe2]$[0xe][0x90]t[0xf0]2[0x99][0xca]![0x8b]x'[0xd9][0xf0][0xe0][0x1a][0x13]s[0x8e]|[0x9d]3[0x9e][0xeb][0x9][0xf7]z[0xba]V7[0xda]P5[0xb]U[0xb3]P5[0xb][0xf5]P[0x1e][0xd4][0xf5]N[0xd4]VBm[0xbb][0xc][0xea]a+E[0x9d]V[0x13][0xb6][0x91][0xd6][0xc3]r[0xb5][0x1e]h[0x11][0x84]*[0xae]7[0x17][0xc3][0x19][0x14]U[0xf8]z[0xd5][0xb]^ [0x15][0x1b][0xcc][0x17][0xb][0x13][0xb1][0x15][0xb5]b[0x1b]6[0x88][0xed][0xb6][0xd1]7*[0xa7]jQM[0xf9][0x88][0x99][0xef][0x1c][0xb5][0x2]u[0x82]l[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0xbf][0xdb][0xe8]}[0xea][0xc5]:~[0xb1][0x91][0x1e][0x84][0xf1][0x9e][0x8a][0x1b][0xa8][0xd2][0xcc][0x95][0x1b][0xf3][0xf2]t[0x12]O[0x17][0xba]D[0xd8][0x96][0x1b][0x84][0xad] [0x87][0xad] [0x87]U[0x90]k)78[0xa2][0x12][0xbc][0xbb]-[0xc6]^[0xb5][0xfc]4[0xb9][0xf0][0xde][0x9b]3[0x8e][0x19]q[0xca][0x94]E[0xe4][0x8a]'[0xf2][0x1e][0xdc][0xab][0x94][0x9f]T[0xde]w[0x93][0x8f][0x14][0x80]:rc[0x13][0xa5]?.q[0xc8][0x9][0xc1][0xe6][0xb9][0x10][0xb4]:B[0xf0][0xbc]cO[0xec]@[0x81][0xe8]C[0xb9][0xe8][0xc7][0x1a][0xb1][0xcb][0x16][0x83]n[0x8b][0xaf][0xdb][0xe2][0xeb]V|[0x5][0xf4]o[0x99][0x19][0x83][0x2][0xbc]_[0xea]}[0x0][0xf7]I[0xdb][0xf][0xca]SJP[0xea][0x86][0xff][0x1]PK[0x7][0x8][0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/AssertionFailedError.class[0x8d][0x91]KO[0xc2]@[0x14][0x85][0xcf]Hy[0xd5]*[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xd6][0xc4][0x18][0xc4]Db[0x8c]+[0x8d][0x9][0xf1][0x91]h[0x88].T[0xf6][0x3][0x8c]8X[0xda]d[0xda][0xea]Or[0xab]+[0x8c][0xb][0xb7]&[0xfe]([0xe3][0x9d][0xd2][0xe0][0x8b][0x85]][0xcc][0xdc][0xb9]s[0xe6][0xbb][0xe7][0xde][0xbe][0xbc][0xbc][0x2][0xd8][0xc2][0x8a][0x89][0x4]fM[0xc4]1[0xa7][0xa3][0xf9][0x14][0x16][0x92]XLb[0x89]![0xeb][0x9]%[0xb9]][0x17][0xca][0x93][0xae]sur[0xc8][0xc0]N[0x19][0xc6][0xe]\[0xc7][0xf3][0xb9][0xe3][0xd7][0xb9][0x1d][0x88]8[0xfa][0x1f]cH[0xec]IG[0xfa][0xfb][0xc][0xb1][0xd2]z[0x9d][0xc1]8p[[0x82]!S[0x93][0x8e]8[0xb][0xba][\r][0xa1].y[0xc3][0xa6]L[0xae][0xe6]6[0x9][0xcb][0x9]N[0xe7](i[0xf8]7[0xd2]cX[0xab]u[0x2][0x82]T[0xae][0x15][0xef][0x8a]{W[0xdd]V[0xaa][0x1e][0xd9][0xf0][0xc9][0xc0]1[0x97][0xb6]h[0x1d])[0xe5][0xaa]][0x86][0xe9]R[0xad][0xc3][0xef]x[0xc5][0xe6]N[0xbb]r[0xe1]+[0xe9][0xb4]wu[0xd5]dWx[0x1e]o[0x87]e[0xfe][0x8][0xc8]|K\[0xf3][0xc0][0xf6][0xfb][0x9][0xaa]7[0xc]3[0xec][0xa1]y[0xe1][0x6][0xaa])[0x8e][0xa5]6;3[0xcc][0xd4][0xa6]~e[0xc1][0xc2][0x98][0x85]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":Zf4[0x18][0xac][0xfe][0xa7]%[0x86][0xe2]W[0xd5][0x81] [0xba][0xfa][0xd1][0xec]y[0xa3]#[0x9a]>5[0x8b][0x15][0xfa]k[0x9]={[0xcc]"[0x89][0x14][0xed]i:[0x8d][0xc0]D[0x8c]b2B[0xeb]8e[0xb6]i''[0x88][0x97]{`O[0xa1]$C[0xab]I;Hd[0x90](K[0x91][0xd5][0x17]a[0x2][0xb9][0x10]ja2[0x2]TI[0xa9][0xb5][0xe9][0xf2][0xc6]3Fz[0x88][0xfd][0x86][0x14][0xa8]z1[0x84][0xe4][0xfb][0xc2][0x8][0xa2][0xa3])L[0x13][0xc6][0xd4]3[0x89]p;[0x91][0x9f][0xd1][0xf2][0x1b]R9[0xe3][0x1]F[0xf9]q[0x0]L[0x84]Ws[0xdf][0x1c][0x8d][0x86][0x8][0xed][0xa8][0x18][0xaa]f>[0x1]PK[0x7][0x8][0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]junit/framework/ComparisonCompactor.class[0x8d]V]S[0x13]g[0x14]~6[0x9]IX[0xd7][0x10]"[0x82][0x12]DE[0xd4][0x10][0xbe][0xa4]Zm[0x5][0xad][0x18]@[0xa3][0x1][0xd1]PZ[0xb1]V[0x96]d[0x13][0x16][0xf3][0x81][0xbb][0x1b][0xe5][0x7][0xf8][0x17]z[0xd1][0x9b]v[0xb4][0x9d][0xe1][0xa2][0xbd][0xa8]3[0x82][0xb4][0x9d][0xe9][0xa5][0x17][0xbd][0xec][0xf4][0xf7][0x94][0x9e][0xf3][0xee][0xbb][0x84]`.[0x1c][0x86][0xf3][0x9e][0xaf][0xf7][0x9c][0xe7]|[0xbc][0xb][0xff][0xf7][0xc7]_[0x0][0xc6][0xb0][0xa1][0xe2][0x4]fZ[0xd1][0x83][Ln3I[0xab]D[0xee][0xa8][0xb8][0x8b][0xc]s[0xb3]L[0xe6][0x98][0xdc][0xb]a^[0x85][0x8a][0x99]0[0xee][0xf3][0xf9][0x80][0xbd][0xb3]*[0x16][0xf0]%s[0x8b][0xcc]}[0x15][0xc6][0xd7]l{[0xc8][0x17][0x96][0x98][0x9b][0xce]*[0x88]e[0xd6][0xf4][0xe7][0xfa]hI[0xaf][0x14]G[0xb3][0x8e]eV[0x8a][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xa7][0xaa][0x15][0xdb][0xd1]+[0xce][0xa2]^[0xaa][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xa7][0xa6]3[0xb][0x93]O[0xa6][0xe7][0xa6][0x14][0x1c]r[0xf9][0xec][0xc2][0xe4][0x83][0x5][0x5][0x91][0x2][0xb9]:[0xc6][0x86][0x93]1*EgU[0x81][0x92]&[0xf7][0xc2][0xf4][0xc6][0xba][0x91]s[0xc]J[0x15]*L[0xe6][0x9c][0x9a]^bn[0xde]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0x6]s[0xd9]ZAp[0xc1][0x9][0xb3]b:[0xd7][0x15]$[0x12][0xe9][0xf][0x81]|[0xa8][0x19]XT[0x10]HU[0xf3][0x84][0xa9]-cV[0x8c][0xb9]Zy[0xc5][0xb0][0x16][0xf4][0x95][0x92][0xc1][0xa5]TsziQ[0xb7]L[0x96][0xa5]2[0xe0][0xac][0x9a][0xb6][0x82][0xb3][0x99][0xb5][0x1a]e[0x1a]-Xz[0xd9]xQ[0xb5][0x9e][0x8e][0xa6][0xaa][0xe5]ur[0xb5][0xab][0x15][0xc1][0xe5][0x9c][0xaa][0xc5][0x95][0xe7][0x1a][0xcb][0x9][0x1b]{[0x95][0x4]u[0xaf][0x90][0x9c]{A[0xc1][0xb9]D[0x13][0x88][0xcd][0x1a][0x1a]*[0x1b][0xb6][0xad][0x17][\r][0x91]@\vM[0x14][0xd5][0xae][0xd6][0xac][0x1c][0x19][0x82][0x96]a[0xd7]J[0x14]4Z0+y[0xc2]T[0xae]V[0xbc][0x86][0xf9][0x13]\[0xb8][0xdf][0xa8][0xe4][0x1b][0xcc]^[0x17]#[0x1e]HO[0xa1][0xb9]P=[0xf1][0x8][0xe7][0xac]9Fc[0xd0][0x8e]DS[0xa8][0x8d][0xce]^[0x88]6[0xdd]2\[0x17]{[0xfa][0x99][0xe8][0x2]aZR[0xa0]f[0x5][0xfc][0x19][0x93]{}[0xac]IOG8[0x85][0x86][0x1]\[0xd5]p[0x6][0xfd][0x1a][0xce][0xe2][0xa4][0x86]sLn"[0x15][0x82][0xa1][0xa1][0x80][0xa2][0x86][0xcf][0xd9]a[0x82][0xc9]e\R[0xd0]u[0x10][0xd9][0xcd][0x9a]Y[0xca][0x1b][0x16]-[0xd8]#[\r][0xab]05[0x9c]G[0x8]k[0x1a][0x9e][0xa2][0xa4]![0xc1][0xa1][0xcb][0xa8][0x90][0xfd][0xb1][0x86]*nh[0xf8][0x82][0xc9]$n[0x84][0xb0][0xae][0xe1][0x19],[\r]6[0xa8][0xbd][0xfe][0x91][0x91][0x11][0x5][0xd0]Pc[0xd5]s[0xbc]Pp[0xe6]#v[0x83][0x1a]_[0x87]toe[0xcd][0xe0][0xf9]w[0x1e][0xbc]8i[0xdb][0x86]E[0x86]`[0xa1]j[0x95]ub[0xee]4[0xd9][0x90][0xcc][0xc1]@M4MG[0x13][0xd4][0xd7][0xd7][0xc5][0xe][0xc][0xd4][0xde][0xc9][0x96][0x8d]7@[0xdf][0xdb][0xbb][0x92][0xdc]p[0x9a]#?Y[0xbb][0xb6]bKSg"[0x9d]n[0x9a]?[0xec]T[0xbd][0xeb][0x91][0xba]yV[0x17]a[0xca]&5[0xbf][0x85][0xaf]R[0xb8]`nU[0xb7]&[0xa9][0xfe]@"=[0x90]b[0xab][0xce][0xaf][0xdd][0xe0][0xd5][0xa1][0xd7]x4[0xd1][0xa4][0xe2]%[0x9c][0xa6][0xaf][0xd7][0x9][0xfa]L[0x86][0xd1][0x8d]^[0x9c][0x84][0x82]S$[0xf9]p[0x8c][0xe4][0xd3][0xfb][0xe4][0x18][0xc9]}[0xfb]d[0x8d]~i[0xb7][0x4]O[0xeb]%[0xce]s[0xf2]@gG[0xf2][0x1d][0x94]d|[0xb][0xbe][0xe4][0xd0][0x16][0xfc][0xc9][0xe1]-[0x4][0xde][0x88][CD;[0xd1]B[0xb4][0x8d]<[0xa3]hE;"[0x94][0xff][0x8][0xfd][0xc][0x93]6[0xe9][0xde][0xc7][0x8]F[0x1][0xc1]][0xa0]<[0x8a][0xe0][0xc6][0x8][0x81]Op[0x9f][0x10][0xe7]'[0xed]E\[0x92][0x99]"[0x99]o[0xa6][0x92]o[0xe1][0x8f]v:[0x2][0xef][0xa1][0x12][0x8e][0x96][0xef][0x11][0x1d]d-[0xab]v[0x10][0xfc][0x8d]t![0xfa][\r]'Y[0xf9][0xe][0xad][0xb3][0xcc][0x4][0x88][0x99][0x1b][0x1c][0x1a]f[0x87]=[0xa0][0xbd][0x8][0x9][0xb8]G[0xd1]E[0xed][0xe9][0xa6][0x16][0xc4][0x9]`[0xf][0xa5]=A/[0xab]w[0x1f][0xe0][0xd4][0x1e][0xe0][0x14]>[0x15][0x8d][0xbc]H[0xc5][0xb9][0x80]'([0x8a][0xb][0xd8][0xc7]OQ[0x2][0xfe][0x9d][0x9a][0xe0][0xa7][0xb3][0xf8]'[0xd4][0x87][0xef]p([0xa6]m[0xe3]0[0xe3][0x8c][0xc]n[0xa3][0x8d][0xce]h>[0xb0][0xbc][0x8d]v[0xd2][0xc6]bD[0xb6]qd[0x96][0xad]?[0xe0][0xb8][0xbc]A5t[0x90]a[0xa8]n[0x8c][0xd6][0x8d][0xac]%[0x87][0xa3][0xd2]8T/[0xaa][0x1b]A[0xa2]}[0x4][0xe2][0xc][0xc1][0xea][0xc7]m*[0xeb][0x1e]M[0xd5][0xa0]9rA[0xa7]\X{[0x5][0x15]qE[0x14]4H[0x85]|&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xf1][0xb7]E[0x96][0xf1][0x9d]([0xb]H'[0xfd][[0x88]pG][0xf4][0x1]:v[0xd0]9[0xc1][0x90][0xe3][0xaf]1$[0x7][0x10][0xd9]F[0x17][%[0xfb]#[0x82][0x9b][0x88]&[0x1f][0x92][0x14]X[0xa6][0xfb][0x9b][0xbb][0xff][0xbc]9[0xd0][0xfd]a[0xea][0xd3][0x8][0xf5][0x94]R_ [0x0]c[0x18]'[0xfe]6[0xf5]qX[0xcc]F$[0x97]`[0xbb][0xa8][0xa0]q[0xb1].[0xdc]u[0xf][0xe2]/[0x4][0x91]K[0xba]/[0xd1][0x5][0xf2][0x13][0x12]` [0xad][0x87][0x91][0xbc]B2[0xee][0x9e]}[0xec][0x13][0x97] {<[0x84][0xda]K[0xdf][0xee]Kews[0xf7][0xdf][0xa4][0x8c][0x11][0xcf]o!Z[0x87][0xda]G[0xef][0x0][0xd4]'[0x95][0x0]vPw[0xfa])[0xf9][0x15][0x82]r[0x95][0xf8][0x14][0xae]c[0x9e][0xbe][0x9d][0xf5][0xde][0xde][0x97]pU[0xdc][0xc2]5[0x1][0xb7][0x83][0xce][0xeb][0xc4]qo[0xe9]++[0x81][0x1b]T:o[0xfe][0xb8]7[0xf0][0xb7][0xa2][0xc3][0xbe][0x9f][0x11][0x8e][0x1d][0xdb]DK[0xec]8[0xf][0x99][0x0][0xf9]=K~[0x7][0xdd]nk[0xdb][0xdd][0xc1][0xd7][0xc7][0x1e][0x14][0xa1]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x9a][0x1b]V[0xc2][0xf0][0xf1]7][0xa6]|E[0xdb][0xcc][0x1d]5[0xeb][0x93][0xe4]=[0xe4][0xd8][0xcb]R[0xc5]S[0xad][0x3][0xf2]7:[0xc6][0xdd][0xcc][0x1f][0xdc][0x96][0x92]/[0xff]z?[0xf6][0x6][0x80][0xaa]Hk[0x1c][0xb7][0x9d]{[0x13]7[0x1e][0xe0][0xbe][[0x18]20[0xa9]g<[0xc3][0x91][0x9c]B[0xa6][0xcf][0xe4]I?5w[0x94][0x98][0xd6]yPAh[0xd0][0x9e]$[0xe2][0xf2][0xa4]i[0x19]#[0xd9][0xd9][0x9][0xc3][0x19][0xd7]'[0xd2][0xa4]4%[0xed][0x94][0x9e]>[0xa8];[0xa6][0xd8][0x7][0xc4][0x90]7c[0xd2][0xcb][0xcd][0x95][0xf5]S[0xb5]f[0xcd][0xb]M[0xf3]|[0xc0][0x93][0x99][0x8b][0xa0]-%[0x96][0x89][0xa0][0x8][0xe3][0xfa]Jm^[0xaa][0xe7]B<[0x9c][0xf2][0xc3]u]Y[0x5][0xff][0x7][0xa9]>eg-O:[0xa3][0xbb][0x6][0x9d][0xa9][0xee][0xe8][0x1c][0xe6][0xc8][0xc])X_[0x9a][0xe][0xc1]9j[0xb8][0xd9][0xb4]'[0xc5]k[0x1c][0xb9]V[0xb0]f1N[0x5][0x91]iC*[0xa1][0x82][0xa6][0x8e]N[0xdf][0xe8][0xac]g[0xa6][0x13]I[0xd3][0x15][0xe7][0xb1][0x12]b_Y[0xc0]^QSZ[0x0][0x16][0x84][0xc5]E[0xd9]y[0xb5][0xd9]\J[0xf5]+[0xb2][0x9e][0xd2][0xbb][0xc]7[0xe5][0x98][0x19][0xcf][0xb4][0xe9][0xe5][0x6]r[0x96][0x94]f[0x1][0x7]e[0x96]M[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xab][0xc4]^[0xe7][0x18][0xb3][0xf6]1cx[0xda][0xb2][0x1d]cRA[0xc7][0xe2][0x12][0x15][0xf5][0x87]S3f[0x9a]@![0x83][0x89]SPen[0xc9]_8[0x19][0xb0]a[0xe6]T[0xf7]lQ[0x9b][0xb5][0xa6][0x9b][0xd7][0xbb][0xb1][0x92][0xde][0xdb][0x98][0x19][0xcf][0x1e][0xf3][0x1c][0xd3][0x9a][0x16][0x17][0xa9]0d>U^N3[0xed][0x89][0x1b][0xdc]Y[0x6]nV[0xb7][0xcc]L6[0xad][0xb][0xbc][0xc4][0x1e][0xc9]([0xb][0xa3]}i[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xbb]O[0xa4][0xc]i[0x8e][0xab][0xe2][0x19][0xba][0xe8][0xda][0x8e][0xb7][0x4]]cd[0xb]t[0xd5][0xb8]r]Yi C[0xa5]cv[0xd6]I[0x19]4[0x82][0x97][0xa8][0xb9][0xe4]zl[0x13]QP[0xf1][0xac][0x86][0xe7][0xf0][0xbc][0x86].\-[0x86][0x17]4[0xc4][0xb1]U[0xc3][0xa5]hW[0xf1][0xa2][0x86][0x97][0xf0][0xb2][0x86]W[0xf0][0xaa][0x86]N[0xc4]T[0xbc][0xa6][0xe1]u[0xf4]jx[0x3]oj[0xe8][0xc3][[0x1a][0xf6]`[0xaf][0x86][0xb7]qZ[0xc3][0x8d][0xb8]I[0xc3]~[0xdc][0xa2][0xe1][0x1d][0xc]kxW[0x1c][0xbc][0x87][0xf7]U|[0xa0][0xe1]C|[0xa4][0xe2]c[\r][0x9f][0xe0]S[\r][0x9f][0xe1]s[0xde][0xa5][0xc5][0x92][0xa6][0xe1][0xb][0xc1]x[0x6]_*h[0x98]c[0xf4]s[0xae][0xe1]+|[0xad][0xe2][0x1b][\r][0xdf]bL[0xc5]w[0x1a][0xbe][0xc7][0xf]*[0xce][0xb2][0x14]*[0xf6][0x4][0xc2][0xcd]%[0xff][0xe6][0x89]#F[0x8a]iXY[0xee][0x12][0xb2]M/%[0xb9]~[0xf]l[0xaf][0x9c][0x12][0x9f]q![0xaf]'[0xfc][0xe3][0xee][0xc5]qFl[0xd9]^F[0x8d]Y[0xdd][0xb4][0xf2]%E[0xf5]K[0xeb][0x85],[0x9][0xd9][0x16][0xa6]t[0xd9][0xcd]d;Z[0xea]C[0xc4][0x8e][0xc9]"\U[0xfa][0xba][0x19]G[0xb3]2Z-)[0xd1]}[0xe][0x99][0xde][0x8c][0x9d][0xf5][0xc6][0xb2][0xa6]g[0xec]3[0xb8][0xe6][0x5][0xed]*[0xf3]t[0x95]y&} q[0xb9]i[0xe4][0xc5][0xf7]tu[0xb9][0xb6][0x95]Q[[0x16]8"[0x86]'Z[0xa7][0xe8][0xfa][0xec]k[0xc4][0x1b][0xb1]=s[0xca][0x14]'[0xe9]E[0xdb][0xfd][0x12]^[0xc6]2[0x6]Y[0x12]=[0xe5]'[0x89]&\[0xd4]F[0x13][0xb7][0x95][0xb9][0xe2][0xb][0xb2][0x8b][0x10]GuWh[0x13][0xaf][0x83][0x82][0xed][0x15]{j[0xc9]#[0x13][0xde][0xbd]o[0xff][0xf8]a[0xb6]g[0xd9]M[0xd3][0x86][0xeb][0xe][0xda][0x99][0x93]~[0x14][0x6][0x5][0xc9]1,[0xf1]h[0x17][0x8a][0xe]8[0x8e]~2[0x90]_Q[0x86][0xcc][0x6]j[0x6][0xcd][0xb7][0xe0][0xcd])n[0xca]M[0xa5]T[0xfe][0x1a][0xcd][0xe8][0xee][0x88]q[0xc2][0x93][0x15][0xc4]N[0x1c][0xb2][0xe4]f~[0x17][0xf6]/[0xa2][0xf8][0x91]2[0xdd][0xdd][0xb3][0x19][0x8f][0xe6]F[0xf4][0xc9][0xc9]A[0xff]=[0xa8][0xd8][0xe0][0x19][0xb5]:z7`1[0xb0][0xba]#[0xba][0xcb][0xd5][0xdc][0x1c]E[0xcf][0xb3]&[0xe6][0xa4][0xa8]y[0x91][0x10]-[0x12][0xc5][0xc3]bP[0xb0]e)[0xed][0x80][0xf1][0xd7]3[0x99]4[0x1d][0xb8][0xa4][0xa3][0xd4]Aai[0x5][0x18][0xbf]{c#[0xff]y7 [0xc4]y[0x13]6c[0xb][0xaa][0xd1]$Z2[0x14]\[0xc6][0xff][0xeb]*tp[0xcf][0x86][0xcc]u[0x93][0xe8][0xd7][0x9c]5[0x9e]ua[0x1b][0xcf][0x12][0xdc][0x8d]Q[0xa2][0x8a]sm,[0xfe]3[0x94][0xb][0xa8]:[0xc7]M5[0xb6]s[0x8c][0xca][0x83]U[0x88][0xa0][0x95]?[0xea]@[0xb3][0xcf][0x88]+p% W[0xdd]RQO[0x0][0xea]S:[0xf2][0xaa][0xaf][0x92][0x8a][0xae][0xe][0x14][0x9d][0xe2]\[0xcd][0xb9]-v[0x1][0xd5][0xb1][0xad][0xe7][0x11][0x8a][0xc5][0xcf]#,[0xd4][0xd6][0xe4][0xa0][0x9e]GdNs3[0xc2][0x1c]W[0xd3][0xad]5[0xc4]\[0x8b]z[0xac][0xa3][\r][0xeb][0xa5][0x15][0x1b]|[0x94][0xbc][0x15]m[0x81][0x15]bu[\r][0x1d][0xac]*[0xb0][0xa7]m[0x9e]=[0xd7]r[0xb5][0x3][0xbd][0x1c][0x85]=Wp[0x16]<[0x91][0xd8]O[0x88][0xe4]P[0xfb][0xad][0xe4][0x11][0xda]k$}[0x93][0xd4][0xe6][0xe3]D[0x2]m[0xfc]S[0xc5][0xce]@~[0x98][0xd6][0x89]x4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y~[0xa1]x,[0x87]h[0xe][0xcb][0xce][0xe5][0x81][0xfc][0x0][0xb6][0xa3][0x81][0x6][0xcc][0x5][0xb0]1oz#[0xfa]q[0x9d]4[0xe3]z[0xc][0x4]a[0xba][0x8a][0xb3]P[0xa9][0x9]H"j9[0xd4][0x9d]-2-^`[0x9a][0x16][0xa0][0xf9].[0xde]@[0xda] v[0x5]X[0x89][0xc0][0xc5]0[0xb1][0xc2][0xc5] [0xdb][0xb]@[0xc2][0xf3]@v[0x93][0xc6][0xc7]:[0xf0]s[0xf])[0xc2][0xec]z?N[0xf5][0xc9]X[0xfc][0x2][0x96][0x9f]-r[0xb2][0x9b]1[0xea])p[0xb2]>@[0x8c]P[0xdb][0x10]c[0xc5][0xbf]4[0xf1][0xec][0x7][0x98]pW[0xc3]yH`5[0x9c][0x86][0xfa]#[0x1a][0xcf][0xc6]sh[0xda][0xc7]aE[0xe]+G[0xba]~[0xc1]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe3]2.[0x9a][0x15][0xfc][0x8e][0x96][0x1d][0xa1]Xk[0x88][0x9a]w[0x84][[0xc3]9[0xac]z[0x7][0xb5][[0xc5][0xa2][0xf5][0xcc][0xbf]o[0x9d][0xb3][0xa6][0x9d][0xf5][0x2]f:[0xc2]L[0x8b][0xff][0x8e]F[0xe6][0xab][0x8b]a[0xee]a[0xa0]w2[0xcc][0x83][0xc][0xd1][0x1e][0x8e][0xc2][0xd2]~[0xda][0xd0]CK[0x93][0xb4]/L[0xae]f[0xec][0x93]Ym[0xe5]z[0x4]7[0xcb]:[0x1b][0xca]'k([0xf0][0xa3][0x91][0x15][0xdd][0xcf][0x95][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]a[0x2][0x8f]v[0x5]Qj[0x88][0xaf]@[[0xe][0xab][0xff][0x84][0x1a]:[0x83]PuqU[0xed]-[0x88]QC[0x1e][0xbb]![0xc0]V0[0xca][0xb]YZ[0x9f][0xf4]sMq[0xfe][0x92]e[0xeb]s[0x1c][0x7][0x82][0xe4][0xf][0x4][0x16][0xd5][0xc6][0xfd][0xc4][0xad]-[0xae][0xcb][0xfd][0x14][0xbb]e[0x81][0x8b]=[0x8e][0x83][0x4];[0xc4]u[0x88][0xf3][0xad][0xfc][0xe][0xe3][0xb6][0xc0][0xb0]b[0xe0]u[0xc5][0xc0][0xe3][0x4]>[0xb0][0x0][0xf0][0xed][0xb8]C[0xfa]u[0xa7][0x94][0xb9][0xeb]?PK[0x7][0x8]z[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96][0x6]B[0xb4][0x15][0x14][0xe4]C[0x5]-[0xd0][0x16]$[0x14][0x11][0x84]"[0x8a][0xd0][0x82]N[0xc5][0x19]@[0xde][0x97]fi[0x83]!a[0x92][0x14][0xfc][[0xce]@[0x9d][0xf1][0xc1][0x1f][0xe0][0x8f]r[0xbc][0x9b][0x16][0xa8]Ph[0x1f][0xb2][0x1f]7[0xf7][0x9c]s[0xf7][0xde][0xbb][0xfb][0xe7][0xef][0xaf][0xdf][0x0]2[0xd8][0xec][0x82][0x8a][0x94][0x1c][0xd2]*[0xba]1[0xa9]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "/UL`Z[0xae]t[0x15]3[0xc8][0xc8]aV[0xe][0xaf][0x14][0xcc])x[0xcd][0xa0][0x9e]p+[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]b[0xf9][0xc][0xc3][0x85][0xc3][0x8a]m[0xfa][0xfa][0x81][0xcb][0x8f][0xc4][0xa9][0xe3]~[0xd3]w[0x85][0xe7]o[0x7][0xb3][0xc]Q[0xbf]lz[0x89][0x19][0x86][0xe4][\r][0xbf]O_i?'[0xbd]W[\r]~[0xec][0xb]w[0x8d][0x17][0xcb]Bb[0x96]M[0xfa][0xb3][0xc2][0xb0][0xd1]6[0xe8][0xae] R{[0xc][0x91]5[0xc7][0x10][0xc][0xb1][0x82]i[0x8b][0xad][0xca][0xd1][0xbe]pw[0xf9][0xbe]E[0x96][0x9e][0x82]S[0xe4][0xd6][0x1e]wM[0xb9][0xaf][0x1b]#2h[0x6]0h[0x1f]m[0x9b]4,[0xee]y[0x82],[0xe9]6[0xe3]Id[0xe8][0x18][0xdd]>Y[0xf3][0xdc][0xb4]*.q[0xa6][0x93][0x5][0xc7]-[0xe9]5[0xbc][[0x91][0xb4][0xba][0xed][0xf8][0xe6][0x81]Y[0xe4][0xbe][0xe9][0xd8]z[0xdd]3[0x8]W9[0xb8][0x80]M[0xb4][0x89][0xa2][0xaa][0xe4][0xbe][0x17][0xc5][0xb1]4z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6])[0xf4]@[0x9e]2[0xe9][0x95][0x85][0xc1]0[0xda]D]xE[0xd7][0xc]0[0x81]l[0xb7]qe`xz7[0xa0]~[0xc0][0x1d][0x9f][0xbb][0xbe][0x14]Pw[0x9c][0x8a][[0x14]ySfp[0xa8]y^[0xa6][0xf][0xf9][0x9][0xa7]2[0xe4][0xec][0xa2][0xe5]x[0xa6]][0xfa],[0xfc][0xb2]c(X[0xd0][0xf0][0x6][0x8b][0x1a][0xee]#[0xa6]A[0xc3]=[\r]q,)[0xc8]jX[0xc6][[\r]+x[0xa7][0xe1]=V[0x15]|[0xd0][0xb0][0x86]u[\r]9[0xe4]5l O[0x8d][0xd5]nI[0x18]Rw[0xe7]r[0xbb]b[0x17]L[0xcf][0x17][0xf4][0x83][0xa1]W[0x86][0xaa][[0xdc].[0xe9][0x97][0x89]e[0x18]oO[0x8c]rS[0x12][0xfe]V@.[0xc9][0xac][0x9b][0x8d][0xdc][0xd0][0xa0][0xad][0x9b]*[0x9b]j[0xd1][0x6][0x14][0xfa][0x85][0x1a][0x15]&[0x9c][0x94][0xd5][0x1c]k[0xab]s[0x18][0xee]S[0xa8][0xeb][0x8d][0x85][0x1f]I6[0x91][0xfb][0xbf][0xf4]Q[0xee][0xc9][0xf0][0x18][0xe6][[0xb5]U[0xd3][0x83][0x13][0x83]F[0xaa][\r][0x89][0xed]'[0xcd][0xab][0x8c][0xef][0x96]][0xe7]T[0xde]Er[0x1c][0xbc]=s[0xc][0x9d][0xdc]0r[0xae][0xeb]P[0x8e][0xa7][0x9b][0xe7]8[0xdb][0x94]6[0xb8]d[0xc2]6j[0x87][0x18][0xb8][0x5]*[0xbd][0xba]<[0xd9][0xe0]r[0x8b][0x11][0xc8]G[0x12][0x8][0xc5][0xe3][0xb2]G[0x1][0x9a][0xa9]a[0xc9][0x12][0xa1]/[0x8e][0x7][0xf4]`[0xf4][0xd0]j[0x11]![0x84]i[0x8e][0xa5]'[0xcf][0xc1][0xd2]S[0xe7][0x8][0xa5]"[0xfc]CB[0xd1]Kc[0x94][0x1c][0x81]%<[0xa4]Q[0xb][0xd6]1<[0xc2]c[0xc8][0x17]g[0x0][0x83][0xe4]%i[0xbe][0x10]I[0x88][0xe6][0xfe][0xf4][0x19][0x11][0x9c][0x81]MV[0x11][0xa9][0xa2][0x83][0xa6]h[0x15][0xca][0x15][0x9d][0x1a][0xb8]e[0xd0][0x87][0xd9][0x80][0xb2][0xaf][0x6][0xab]S[0xca][0xd5][0x10][0x86][0x89][0xfa]I[0x10])]l[0xfa][0x9e][0xd1]ij2[0x9b]u[0x99]x[0x83]LG[0x15][0x9d][0xd7][0xf9][0xe7])[0xc8][0x85][0x6][0xfe][0xf8]%[0x1c][0xa3]x~[0x8d][0xff]E+[0xfe][0xae][0xeb][0xfc]Y[0xe2]_n[0x93]?[0x8c]D[0x80][0x1e][0xc3]x`[0x9b]@[0x92]N)[0x99][0xe8][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0[0xf8][0x7]PK[0x7][0x8][0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache.class[0x95]VYS[0x14]W[0x14][0xfe].[0xc]44- [0x8][0x88][0x10][0xd1][0x88]:[0xc][0xe2]h[0xa2][0xc6][0x8]1[0xc1]A[0x11]eI[0x4]1h[0xb6][0xcb]p[0x81][0xc6][0xa1][0x87]t[0xf7][0xa8]d[0xdf][0xf7][0xf5][0xd1][0xfc][0x1][0x9f]R[0x85]I[0x15][0xc4]PI[0xf9][0x92][0x97][0xfc][0x89]T[0xe5][0x87][0xc4]|[0xb7]{[0x1c][0x96][0x19][0x10][0xa9][0xe2].[0xe7][0x9e][0xe5];[0xdf]=[0xf7][0xf4][0xfc][0xfd][0xdf][0xef][0x2]8[0x8a][0x1f]M[0xec][0xc5]P9Z[0xf0][0xa2][0x89]Z[0xbc]druI[0xf][0xc3]z[0x18][0xd1][0xc3]e[0x3][0xa3][0xfa][0xec][0x8a][0x81][0x97]M[0x98][0x18]3pU[0xef][0xaf][0x99][0xb0][0xf0][0x8a]^[0xbd]j[0xa2][0x19][0xaf]U[0xe0]u[0xbc][0xa1][0x7]i`\[0x1b]&[0xb5][0xc2][0x84][0x1]e[0xa2][0x1e]C[0x6]&M[0xec][0x84][0xad]73&[0xae]#e`V[0x1b][0xe]U[0xc0]A[0xda][0xc0][0x9c][0xb6][0xa1][0xda][0x9b][0x2][0xd5][0x9e]rm[0x99][0x1a]U[0xae]g[0xa7][0x9d][0xcb]}=[0x2][0xe2][0x82][0xc0][0xb6]D[0xda][0xf1]|[0xe9][0xf8][0xa3]2[0x95]Q%[0x8][0xff][0x84]@[0xf9]d_p[0x90]T[0x2][0xd1][0xfe][0x99][0x8c]c[0xfb][0xf1]IW[0xce][0xaa][0x9b]i[0xf7]z[0xfc][0xc2]e[0xee][0x8f][0x8d]([0xcf][0xef][0x9e][0x90]s[0xbe]r[0x13]29[0xad]:[0x5]J[0xbb]l[0x9e][0x9c][0x16]([0x8e][0xb6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0x12][0xe9][0x9]:[0xa8][0xea][0xb7][0x1d]5[0x98][0x99][0x1d]W[0xee][0x88][0x1c]OQR[0xd3][0x9f]N[0x12][0x8d]$&[0xee][0xb3][0xc2][0x88]?m{[0x2][0xe6][0x94][0xf2]{[0xd4][0xa4][0xcc][0xa4]|[0x81]X[0xb4][0xed]1[0xa2]KOK[0x5]ND[0xfb][0xd3][0xee]T<4t3[0x8e][0xa3][0xdc]x[0x8f][0xf2][0x92][0xae]=[0xe7]3[0xfd][0xce]|[0x9f][0xda][0x8e][0x1e]*&V[0xb4][0x4]vo[0xee][0x85]P[0x93][0xae][0x92][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0x96]$[0xa7][0xed][0xd4][0x84]@[0x91][0xdd]*[0xb0][0xa3]F[0xde][0x90][0xf1][0x8c]o[0xa7][0xe2]}[0x84]([0xfd][0xb4]K[0x83][0x12]/c[0xfb]L[0xb5][0xa9] [0x80]a}[0xa8]Q[0x90][0x81][0xc1][0xb4]oO[0xda][0xca][0x15]H[0xe5][0xf3][0xaf][0x95]/)[0x8f][0xc]u>[0x9a][0x1d]f[0x9b][0x97][0x86][0x13]xOJ[0x9d]G[0xfc]R[0xc6]y[0x18]M[0x93][0xe8][0x6][0x8e][0x5][0x9a]7[0xb]+`[0xc8][0xd0][0xbd][0xc0][0xbe]-`[0x10](sr[0x19][0xb5]?[0x16] 3[0xbc][0xd5]~[[0x93]|[0xe4][0xd1]7[0x9b][0xe3]][h{W[0xf9][0x19][0xd7][0x19][0x9][0x8a][0xab]:[0xff][0xbc]~m-[0xce][0xcf]=[0xac][0xc7][0xe8]:[0xdd][0xae][0xc2]Us[0x9a]>[0xca][0x87][0xed])G2[0xc][0xcd][0xce]?&[0xc4]M[0xdc][0x96]u%S[0xd9][0x7][0xd5][0xb7][0xca][0xea][0xbc][0xf4][0xa6][0x7][0xe4]\[0xd7][0xe6]q6vk[0xe][0xa7]3nR[0x9d][0xb3]u[0x96]M[0x85][0x9f][0xd3]a[0x1d][0xce]B[0x1b]b[0x16][0xe]"j[0xc1][0x85]g[0xe1]8[0x9e][0xb2][0xe0]#c[0xe1][0x6]nZ[0xb8][0x85]y[0x96]z[0xa1]8[0x16][0xde][0x2][0xe9]n[0xdd][0xb8]2[0x12][0xd2]S[0xe7]dRN([0x1d][0xe5]m[0x81][0xc6][\r][0x9f][0x84][0x85]w[0xf0][0xae][0xd6]z[0xcf][0xc2][0xfb][0xf8][0xc0][0xc2][0x87][0xf8][0xc8][0xc0][0xc7][0x16]>[0xd1][0x98]>[0xc5]g,[0xd6][0xcd][0xa8][0xb0][0xd8][0x96][0x89][0xfb]s|![0xd0][0xb6][0xe5][0xd2]c[0x1]l[0xad][0xf3][0xb4][0x1e][0x15][0xec][0x99][0xb0][0xfa][0xb4][0xbb]DJz[0x9e][0xf2]4[0xda]/-|[0x85][0xaf][\r]|c[0xe1][|'P[0xbb]r[0x83][0xdd][0xae]+[0xe7][0xf5][0xe5][0x1b][0xf8][0xde][0xc2][0xf][0xc8][0x8][0x1c][0xd8]Z0[0x81][0xed]y[0x85][0xc0][0xc7]h{[0xc3]aga[0xe3][0xbd][0xca][0xe][0x92]L;[0xbe][0xb4][0x1d][0xef][0xa2][0xe2][\r][0xd5]e+9%[0x9d][0xa9][0xf8][0xd0][0xf8][0x8c]J[0xfa][0x9d]Z[0xab]x.[0xc3]'u[0xb2][0xc0]i[0x1][0xfd]|[0x11][0x1d][0xb0]Q[0x11]y![0xf7][0x85][0xd4]K[0xed]l[0xde][0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8]'[0xc2]oG[0xa5][0xfe][0xc][0xd8][0xde]\J[0xce][0xf][0x92][0x12][0xd6]Yt[0xb5][0xd3]a[0xdf][0xb5][0x9d][0xa9][0xce]u[0xc9]e[0xa5][0xda]^7[0xd1][0x84][0xee][0xc8][0xae]b+o[0x88][0xae]~v9[0xfa][0xf5][0x1b][0xb3][0xb3][0xed][0x99][0x9d]`[0x8d][0xd2][0xaa][0xb6]][0x93]/%[0xe7][0xd3][0xd2][0x1b]T[0xb7][0x98]N[0xc4][0x9][0xa6][0xb5][0x0]sY[0xb3]QN[0x84]i7[0x16][0xee][0xe4][0x1][0xdc][0xde]-e7k[0xcb]A[0xe2][0x8c][0xa7]sS[0x8e][0xae][0xe1][0xc3][0x5][0xa8]^_[0xf1][0xf][0xb5][0x3][0xf3][0xea]u4y[0xc1]w5[0xec][0xbe][0xfb][0xa3][0xd7]6[0xbc][0xea][0xd5]-[0xb5]r[0xad][0x84][0x85]BL[0xfc]Y[0xd4][0xc2][0xa0][0x8][0xbb][0xf0]$[0xf6][0xf1][0xc9][0xb4][0x6][0xbb][0xfd][0xdc][0xb3][0xc5]pmP[0xc6][0x8e][0xc3][0xb1][0x9d][0xbb]8g[0xbe],[0x94][0xc4][0x96] [0xee][0x6][0xaa][0x87]8[0x96][0x6][0xc2]m[0xe8][0xe0]h[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0x1c][0x98][0x97][0xd3][0xe4]H[0xd6][0xb8]98[0x1]"[0xbf][0xa0]hA[0xff][0xa6]Ye[[0xc3][0x91][0x1d]![0xab]9[0x8b][0x8]=[0x3]m[0xed][0x8b]([0xbe][0x8d][0xf2][0x18][0xe7][0xc8][0x82][0x1e]K~Be[0xac]=[0xd8]/[0xa2][0xf4][0x8a]^[0x18][0xf7]Q[0xb6][0x90][0x83]R[0x8f][0x92]`4[0xd0]@@[0x8d][0xa8]c&{[0x18][0xba]#[0x90][0x6]N[0xb3][0xd0][0xf4][0xea]i[0x1c][0xb][0xc2][0x1f][0xcf][0x85][0xfe][0x19][0xc5][0x81][0x87]^z.[0xbf][\r]k[0x19][0xe6]X[0xfb][0x12]*[0x16][0x96]a[0x8d]Q[0xb6]m[0x9][0x95][0x3][0x9c][0xab][0x16]Q=[0xd8]q[0xf][0xdb][0x5]n[0xa3][0x89][0x8b][0x1a][0x81][0xfb][0xa8]=[0x15]9[0x14]k$[0xb4][0x1d][0x8b][0xa8][0xbb][0xf3][0xe0][0xdf]C+[0xc0]v1S[0x90]l[0x83]DW[0x93][0xe6]f[0x92]|[0x12][0x7]p[0x96]`4[0xb8]c[0xc]{[0x92][0xbf]E[0xf][0x11][0xce][\r][0xcb][0xa8][0x1f][B[0xc3]`[0xc7]2v[0x8e][0xc5][0x88][0xbe]q[0x11][0xbb]:V[0xa0]T[0xd2]-[0x18][0xb4][0x8c][0xee][0xea]p:[0x8][0x1f][0xb]Ms[0x1][0x1a][0xf0][0x1c]OD[0xb0]z[0x1e]/[0xd0][0xb2][0xc]U[0xe8][0xc6][0x19][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xd0]C[0x89][0xe][0xfa][0x17][0x83]j[0xbe][0x6]B[0xbe]j#[0xa0]l[0xac]X[0xdf][0xcb][0x8e][0xe1][0xdf][0xd0]D[0xda][0x9a][0x89][0xe5][0x89]<[0xca]v[0xe7]Sv[0xf][0xbb][0x8b]p[0xe5][0xce][0x83][0x2][0xd6][0x8a]W[0xb1]v[0x86][0xac]%[0x8][0xe4],[0xcb][0xf5][0x1c]3[0xee][0xc5]E[0xf4][0xe5]X[0xeb][0xe4]E[0x87][0xac][0x1d]$o!k-L[0xe4],u5k[0x3][0xb9][0xa4][0x6][0xb2][0xac][0xf5]f[0xeb]4[0xd4]:O[0xad][0xbe][0x80][0x9c][0xb]L[0xf2]b[0xae][0xd8][0xf7][0x5][0xd6]@[0xc5]2Z[0x98][0xc3][0x9e]_Qtw][0xd9]V1Th[0xda]O[0xe7]z[0x1e][0xc4]4g[0x93][0xa7];[0xc3]_[0xee][0xff][0x3]PK[0x7][0x8][0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/JUnit4TestCaseFacade.class[0x8d]S]o[0x12]A[0x14]=[0xb3]|,,+[0xd4][0x96]Z[[0xb1]][0xb4]V[0xa0][0x95][0xb5][0xc6][0xc4][0x7]M_[0xaa]$[0x1a]R[0x93][0x16]I|[0x1c][0x96][0x1][0x17]a[0x97][0xc][0xbb]~[0xfc]'[0x1f]4[0xd1]6[0xd1]D[0xdf][0xfd]Q[0xc6][0xbb][0xcb]J[0x91][0x96]j6;;s[0xe7][0xdc]s[0xcf]=3[0xfb][0xf3][0xd7][0xd7][0xef][0x0]v[0xb1][0xab]![0x8d][0x1b]i[0xa4]pS[0xa3]aS[0xc3]-l[0xa9][0xb8][0x9d]BIC[0x2]e[0x15][0x15][0x15][0xdb]*vT[0xdc]a[0xd0];[0x8f][0xc5][0xc8][0x92][0xf6][0xd0][0xb3]][0x87]a[0xbd][0xee][0xca][0xae][0xd9][0xf3][0x1d][0xdb]3[0xa5][0xef]8B[0x9a]S[0xfb][0xf][0x19][0x92][0x8f]l[0xda][0xdb]c([0x96].[0x86][0x96][0x9b][0xc][0xf1]}[0xb7]-[0x18]ru[0xdb][0x11][0x7][0xfe][0xa0]%d[0x83][0xb7][0xfa][0x14]Y[0xac][0xbb][0x16][0xef]7[0xb9][0xb4][0x83]u[0x14][0x8c]{[0xaf][0xec][0x11][0xc3]V}[0xcc][0xd9][0x91]| [0xde][0xba][0xf2][0xb5][0xf9][0xec][0x5][0xad][0xef]7[0xc4][0xc8][0xdb][0xe7]#Q[0xe3][0x16]o[0xb][0x92][0x92]iO+Oy[0xee][0x91]'m[0xa7][0xcb][0x90]/[0x95][0xeb]=[0xfe][0x86][0x9b]}[0xee]t[0xcd]q[0x94][0xf0]Y[0xcb][0xf5][0x1d][0xef][0xf][\r]U[0x8a][0x95][0xca]Oi$[0xf1][0xc][0x1b][0xa5]3e[0x3][0xe4][0xa1][0x18][0xf9]}/l&)[0xc3]9C[0xe1]"$[0x95][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef]/O[\r][0x92][0xf3][0xf]W[0xb5]#[0xd7][0x97][0x96][0xa8][0xd9][0x81][0xf][0xab][0xe7][0xf5][[\r][0x1a][0xd2][0x91]EU[0x87][0x8e]K:[0xd6][0xb1][0xa1][0xc2][0xd4]q[0x5]+[0xc]k[0xa7][0xed][0x1e]R[0x8f][0xf6]@[0x91]s[0xcc]h[0x8d][0xaf][0x1][0x9d]Js>([0xea]i[0xb9]t[0xf6][0x84][0xcb]M[0x14][0xe9][0xc2][0xa7][0xa1]@C[0x6]t[0xcb][0x2][0xa7][0xe8][0x9f]H[0xd0][0x9b]E[0x8e]"[0xb]4[0xab][0xd1][0xbe]B_[0xad]r[0x2]V[0xd9][0xfe][0x2][0xe5][0x13][0xad][0x14]\[0xe]Q1[0x1a][0xd3][0x88]#[0xf8][0x89]2[0xc4][0x0]28Dc[0x9]y [0x9c]-[0x13]+[0xa3][0x87][0xac][0x8f]8[0xef][0x85]k U9F[0xec][0x18][0xf1][0x8f][0x13][0xc6]d[0x18][0xcf][0x85]L[0xfa][0x18][0x13]11\[0xc5]j[0x94][0xbf][0x13][0xe5]+[0xf1][0xf]3[0x99]KS[0x99][0xca]$s[\r][0xd7][0xa2][0xcc]=R[0x1c][0xea][0xfb][0x86][0xc4][0xcb][0xc5][0xe4][0x9][0xd4][0x1f]3[0xc]+s[0xba]([0xe0]zX[0x95].R[0xc4]eF*[0x12][0x95][0xcf]Pf[(L[0x9]IL[0x84][0x18]![0xaa][0xf8][0x1b]PK[0x7][0x8][0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/Protectable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6]Nv[0x6].F[0x6][0xf6][0x82][0xa2][0xfc][0x92][0xd4][0xe4][0x12]F[0x6]f[\r][0xcd]0F[0x6].[0xd7][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xbc]bv[0x6]n ?8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A [0x0][0xa2]81)'U/+[0xb1],[0x91][0x91]A:[0xab]4/[0xb3]D?[0xad](17[0xb5]<[0xbf]([[0x1f]I[0x9]P[0x3]H[0x91]~Nb^[0xba][0xbe]R[0x16][0xd8][0x1a]a[0x84]PHFQ~9H![0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb2][0x0]][0xc2][0xc0][0x2][0xe4][0xb3][0x2]y [0x9a][\r][0x88][0xd9][0x81]l&[0x6][0xe][0x0]PK[0x7][0x8]2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/framework/Test.classmM;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x14][0x9c][0x17]cb"[0x88][0x85][0xbd]m[0xd2][0xb8]X[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82] [0x8]*[0xf6][0x9b][0xf0][0x94][0xc4][0xb8][0x81][0xfd][0xe8][0xdd],<[0x80][0x87][0x12]w{[0xa7][0x98][0x81][0xf9]0[0x9f][0xef][0xeb][\r]`[0x89]q[0x8a],EN[0x98][0xd4][0xbd]S[0xf6][0xc4][0xc6][0xae][0xa5]aC[0x18][0x14][0xe5][0xd6][0xb3]v[0x8a]0/v[0xad]S[0x8d][0x15][0x17]-[0xef][0xfc][0xec][0xf5]M[0x84][0xe6][0x81][0x8d][0xeb][0xec][0xaa]<[0x13][0xf2]c[0xef]t[0xcd][0x9b][0xa6]cB[0x16][0xc2]E+[0x1f][0x92]0[0xfb]7$LC*:[0xa9][0xae]b_[0xb5]\[0xdb][0x84]@[0x88][0x10][0x10][0xc5][0xfe][0x17]1[0xe0]u[0x88][0xc4];[0x84]4[0xf8][0x18][0xfd][0x0]PK[0x7][0x8][0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]junit/framework/TestCase.class[0x9d]X[0x9]xT[0xd5][0x15]>o23of[0xf2]@[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0x8][0x93](0[0xcc][0x4][0xa3][0x82][0xb5][0x8]RIB44[0x89]b[0x2][0x8]*t[0x98][0xbc][0x84][0x81]a&[0xce]B[0xb0]*[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0x82][0x2][0x11]P[0x14][0xdc]Zw[p[0x9]S[0xad][0x82][0xb5]u[0xeb][0xaa]v[0xd7][0xae]j[[0x97]j[[0xb5][0xb5][0x8b][0xda][0xff][0xdc]w[0xf3][0x98][0xb9]yC[0xd2][0xe6][0xfb][0xe6]w9[0xf7]?[0xff][0xbd][0xf7][0xbc]s[0xdf][0xcd][0x8b][0x9f]>[0xfe][0x14][0x11][0x9d][0xa8][0x19][0x1]j[0xa1][0x87][0xfc][0xd4]L_[0xd3][0xe9][0xeb][0x1]*[0xa3][0x87][0x2][0xa8][0xec]a[0xd8][0xcb][0xd5][0x87][0xb9][0xf4][0x8][0xc3][0xa3][0xc][0x8f][0xe9][0xd4][0xeb][0xa3]}\[0xcc][0x7]h[0xc]}C[0xa7][0xc7][0x3][0xf4][0x4]}S[0xa7]'uz*@[0x15][0xf4][0x90][0x8f][0xf6][0xf3][0xf3][0x80][0x8f][0x9e][0xe6][0xe7][0xb7][0xd8][0xf8][0x99][0x0]}[0x9b][0xbe][0x13][0xa0]g[0xe9]9[0x1f]=[0xaf][0xd3][0xb]\Q[0xa7][0xef][0x6]h,}[0x8f][0xe1][0xfb]:[0xfd] @[0x95]\i[0xa1][0x1f]2[0xfc][0x88][0xe1]%[0x86][0x97][0x19][0x9e]ax[0x85][0xe1][0xc7][0xc]?a[0xf8])[0xc3][0xcf][0x18]~[0xce][0xf0][0xb][0x86]_2[0xbc][0xca][0xf0][0x1a][0xc3][0xaf][0x18]~[0xcd][0xf0][0x1b][0x86][0xdf]2[0xfc][0x8e][0xe1][0xf7][0xc][0xaf]3[0xbc][0xc1][0xf0]&[0xc3][0x1f][0x18][0xfe][0xc8][0xf0]'[0x86]<[0xc3][[0xc]o3[0xbc][0xc3][0xf0].[0xc3][0x9f][0x19][0xde]cx[0x9f][0xe1]/[0xc]e[0xf8][0x1b]O[0xf6][0x3][0x1f]}[0xc8][0x8b][0x82][0xe7]G:[0xfd]][0xa7][0xe8][0xf4][0xb1]F[0x9e][0x8e][0x96][0xe8]JS[0xa3][0x8a][0xa6][0xe5][0xd1]U[0xd1][0x9a]D4[0xd9]Y[0xd3][0x9a]M[0xc7][0x93][0x9d][0xd3]5[0xf2][0xce][0x88]'[0xe3][0xd9][0x99][0x1a][0x95][0x85]&[0xcd][0xd7][0xc8]][0x97]j[0x87][0xe9]aM[0xf1][0xa4][0xd9][0x92][[0xb9][0xd4]L[0xb7]E[0x97]&[0xc4][0xe0]T,[0x9a][0x98][0x1f]M[0xc7][0xb9].[0x1b][0xdd][0xd9]e[0xf1][0x8c]F[0xa3][0x9a][0x96][0xe7]@R[0xd3][0x91][0x86][0x9f][0xee]TzEM[0x9b][0x99][0xc9][0xd6]E3&[0x1c][0x1c][0x15][0xea][0xef]VxJ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QCc[0xa9]\2[0xdb]g[0x9f][0x11]:[0x1a]52bi3[0x9a]5[0xcf]13[0xb9]DV[0xa3][0xb1][0xa1]I[0x8e]>[0xac]~x)K[0xe7][0x92][0x98]LZ[0xda][0x8f]9[0xb4][0xf5][0xb8][0xd0][0xa1][0xfa]Y[0x9d][0xe][0xbe][0xda]h[0x1a][0x2][0xcb][0xb3]f[0x94]E[0xd7][0xa7][0xba][0xe1][0xe1][0xa8][0x82][0xc9][0xb4]-K[0xa7][0xba]y![0xa6][[0xf6]IXi[0xe4]7W[0xc7][0xcc][0xae]l<[0x5][0xeb][0xc0][0xec][0xbe]r[0xc6]2a/[0x1a]i[0xa0][0xad], jI[0xb5][0xe6]b[0xcb][0x9a][0xcd][0xec][0xb2]T[0xbb]=[0x2][0xa4][0x93][0xb]l[0xd2]fG[0xc2][0x8c]ek[0x1a][0x93][0xab][0xb0][0x11]l[0xd0][0x16]Mw[0x9a][0xd9]B[0xfb][0xaa][0x2][0xfb][0xc6]D[0xc2][0xec][0x8c]&f[0xc5]bf&Sh[0xe4][0x87][0xc][0xcb][0x95][0xd8][0xb8]~[0xe][0xac]>[0x18][0x6][0xa2][0x99][0x8c][0x99][0xce][0xb6][0xa5]s[0x90];[0xdc]a[0x17][0x17][0x89][0x85]Z[0x9][0xfe]h'L[0xfc][0xb1]T[0xb2]=nM\[[0x84][\r][0xe][0x9][0x83]r[0x8b][0xa6]![0x9a][0xc8]p[0xc4]tD[0xe3][0x9]l[0xaf][0xd5]8[0xfb][0xc2][0x1c][0x9a]5[0x9a][0xe6][0xc0]^[0xd0]r[0xd6][0xd2][0xe5]P[0xe6][0xd0][0xc2][0xfc]>su[0x17][0xca]f{q[0x80]K[0xb][0xc4]D4[0x96][0x85][0x17][0x8d]&[0x86][0x6]K9[0x80][0x9c][0x92]-[0x5]c[0xd1]d2[0x95][\r].5[0x83]I[0xac][0xbf]A7[0xd1]-[0x6][0xfd][0x9b][0xfe][0x83][0xf7][0xfa][0xbc][0x82][0xb9][0xd4]%[0xb0][0x15][0xd3]u[0xfa][0xc4][0xa0]O[0xe9]3[0xe4][0xf2][0x1][0xf2]([0xc2]J][0x88][0xda]\<[0xd1]n[0xa6][0xb1]`[0x96]m[0xb0][0xca]@[0x88]i[0xd8][0xca][0xaa] K[0xe8][0xc0][0x91][0xd4]n[0xd0]=t[0xaf]A[0xdd][0xb4]P[0xd7]\[0x86]VF[0xe7][0xeb][0x9a][0xdb][0xd0]<[0x9a][0x17][0x82][0xaa][0x82][0x99]e[0xa9]\[0xa2][0x9d][0xd5]v[0xe5][0x96]&[0xe2]1[0x8d][0x86][0xa9][gh[0xba][0xe6][0xd3]([0xf2]?$qC[0xf3]k[0x1]C+[0xd7][0x2][0x1a][0x5][0x7]J[0xe6][0x6]u[0xd1][0x85][0xc]9[0x83]Vqi[0x15][0x97][0xba]y[0xd9]W[0xd3]E[0xc][0x97]2[0xac]a[0xb8][0x8c]a-[0xc3][0x15][0xc]W2l`[0xb8][0x8a][0xe1]j[0x86]k[0x18][0xae]e[0xb8][0x8e][0xe1]z[0x86][0x1b][0x18][0xb6]0le[0xb8][0x91]a[0x1b][0xc3][0xe][0xde][0x9f][0x9b][\r][0xba][0xd5][0x2][0xec][0xd4].v[0xb9][0x8b]][0xee][0xe6][0xd2]n.[0xdd]F[0xb][\r][0xba][0x9d][0xab]w0[0xdc]Iw[0x19]t[0x1f][0xdd][0x8b][0xc5][0xe][0xe1]7[0x9]9[0xad][0xd4][0x87][0x3]N[0x1c][0xb5]k[0x96]x[0x3][0x11][0xda]Nc[0x8a][0x82][0xac]`[0xef][0x8f]q>[0xe9][0xc5][0xb7][0x89]8=[0xb0][0xfa]"[0xa2]@P[0xf4][0xca]Xa[0x86]/![0xa5][0x9][0xe7][0x1c][0x86][0xf4][0x1d][0xa0][0xa7];[0xbc][0xd4][0xfd][0x83][0xb5][0x90][0xb7][0xdf]1[0xeb][0x8d]vu[0x99]IpMv[0xfa]P[0xea][0xd7]$cw:[0xaf]][0x9]R[0x1c][0xaf],1[0xd5][0x1e][0xef][0x88][0x9b]i[0xfe]>s[0xb0][0x94][0xbd]X[0x81]x[0xe6]l[0x19][0xc1][0xee]P[0xe3]$[0x1c][0xdc][0xde]8[0xc2]s[0x85][0xa9][0x9c][0x83]2[0x1d][0x9d]w[0xe8][0xc]e[0x1f][0xbb][0xc3]:[0xe2][0x89]Dc[0xb2]5[0x1b][0x8d][0xad]hKGc&[0xa7][0xf7]B[0xcb][0xc2][0xaf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]U[0xde][0x4]w%>h[H[0xa3][0xb3][0xf0]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xbd]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc8]H[0xc0]6[0xd4]f[0xa0]][0xc3]3[0x10][0xde]GZX{[0x8c]\{Qs[0xd1]<[0xe0]P\![0x88][0xe6][0x93][0x9b][0x16][0x90][0x9f][0xce]E[0x89][0xc8][0xb0][0xac][0xd1]r.[0x9e][0xcc][0xb4]P25`[0x94][0xcb]f[0x8a]80][0x0][0xa6][0xc5]`Z"[0x98][0x86][[0xd6][0x92][0x89]K[0x8b][0xa0][0xf]!M[0xe7][0xd1][0xf9][0x92][0xb3]Z[0xd4][0xc1][0xe2]~[0xd0][0xe6][0xf2][0x8a][0x16][0xb3]@[0x8d]Kr[0xb8]9[0x85][0xca][0x91]'[0xc9]y[0xf9][0x9e][0xa0][0xb2][0x85][0xfb][0xc8][0xbd]G[0x19][0x9f],[0x18][0xef][0xb3]g[0xb3][0xc4][0x1e][0xa6][0x9c][0x8d][0x11][0xee]%OS8[0xd2]K[0xde][0xc8][0x1e]e>[0xab][0xc9]C[0x17]A[0xf7][0x97][0xb][0xe6]cH.[0xf][0xe9][0xf4]%[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xc8][0xe9][0x92]u[0xa6]d[0xf5]F@[0xab][0x1f]\[0x9f][0x80]h][0x87]Q[0x97][0x17]py[0xed][0xb5][0xf1][0xda]\1[0xec][0x9c][0x8b][0xb9][0xb4][0x93]Q[0xf3][0xa0][0xaf]Qk[0x2][0x99][0xf]??~[0x81]{hjs[0xe4]9[0xf2]T7[0xdd]C[0xe1][0xe6][0xea]&[0xab]-h[0xb7][\r]o[0xb1]Z[0x8c]S[0xdd]h[0xf2][0x1e][0xed]n[0x9a][0xbc]?[0xf2],y"[0xfb][0xf7]Br[0x0]S;[0x9c][0xca][0xe1]0@[0xa3][0xf1][0x1c]KU4^[0xd6]k[0xe0]l4Z[0xf8]y[0x2]M[0xa5]S[0xd0]^[0x83]R[0x8d]=[0x8d][0xc5]4[0x2]x[\r]j[0xd7]b[0xc4]&[0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]m`[0xec][0xc1]][0xf2]F[0x1a]I[0xdb][0xc1]p=[0xae][0x9e]7[0x80]g+[0xb8][0xb7][0x81][0xbd][0x87]&[0xa0][0xaf][0x1a]}5[0xb4][0x5]|[[0xc1][0xbd][\r][0xec]=4[\r][0xed][0xa7][0xa3]\K;[0xb0]!7[0x89][0xa5][0x99][0x9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0xda][0x11][0x2].0[0xb9][0xa8]C[0x94]&[0xd8]m[0xd3]0[0xf].[0xb9]yq[0xe4][0x12][0xba][0xe8][0xc][0xea]D[0x9b]F[0xcb]D[0xa0][0xe0][0x98][0x2][0xc6][0xed][0xc5]<[0x1][0x1b][0xca][[0xba][0xa1][0xc2][0x8]?J[0xae]<[\r][0x11][0xab]:[0x94]+[0xda][0x1]:[0xac][0x97][0x86]a[0xed][0xaa][0x9a][0x9f][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xd3][0x11][0x15]G[0xf6][0xd2]Q[0xdc][0x87]G[0xc5]p@/[0x8d][0xc8][0xd3]HD[0xc9][0xd1]y[0x1a][0xb5][0x93]*[0x9d][0xec]F[0x1f][0xb4][0xb][0x97]=Icz[0xe9][0x98][0x5][0xd8][0x8f][0xe6][0xea]^[0x1a][0xb7][0x0][0x10][0xdc][0xcf][0xc5][0xaa][0x5][0xd5][0xd8][0x89]2[0xe8][0xe3][0xb5]>[0x1c][0x9a]S[0x94]F[0x89][0x9f][0x97][0xe2][0x8a]m[0xad]t[0x3]z[0x8][0xa7][0x82][0x1f][0x87]B9[0xe][0xd9][0xd1]t?l[0xee][0xa5]q8[0x1a]N[0xa3][0x7]0[0xdb][0x7]1b[0xf][0xc6][0xec][0xc3][0xe8][0xbd][0x94][0xa1][0x87][0x11][0xae][0x8f][0x80][0xe1]QZC[0x8f][0xd1][0x15][0xd4]K[0xeb])/Vt*[0xc2]h[0x1c]F/[0xa7][0x15]`[0xcf]`[0xd7][0x96]S[0x2][0xa5]5X[0xc7][0xe5][0xb4]R[0x84][0xe2][0x6][0xb9][0x8e][0xe5]t1^[0x9d]T[0xd1]:[0xfa][0xf9][0x8]U[0x3]<<:O[0xc7][0xaa][0x1]~[0x0][0x9e][0x9e].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0xb4]HI\[0xca]P[0x16][0x1c][0xcc][0x95][0x93]\S[0xe4][0xcb][0xef][0x19][0x95][0xa7][0xe3]T[0xaa][0x17][0xe0][0xfc][0xc5][0x82]w[0xd8]#[0x8][0x8][0x4][0xab][0x9c][0xc5][0x8c]W[0x19]^[0xc6][0x98]W[0x6][0x10][0xb3][0xca]Q[0xcc][0x4][0x95][0xea]U[0x88]y[0xcd]QL[0xb7][0x9d][0x1e]m[0x82]p[0x9e]&[0xaa][0x4][0xaf][0x83][0xe0][0x8d]"[0x2]K[0xb][0x13][0xf4]e[0xea] Y[0xee]<[0x85][0xf6][0x8a]lup[0xfc];[0x8][0x98]wa[0x8d]O[0x16]i[0xdd]([0x3]Z[0xf]G[0xaa][0xf3]4Iu[0xf8]!&[0xf9][0x91]p[0x18][0xb4][0xcc][0xec][0xc9][0xeb]Hg[0x17][0xb][0x11]:][0x82][0x92]K[0xd0]^[0xda]oI#y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xac][0x9f]@[0xf8][0xa7]EK[0xca]\[0xd6][0x92]^"X[0x99]k[0x8d][0xa3][0xc4][0x88]B[0xa6]y[0xc8][0xab]yKJ[0x9c]kK[0x9c]+%^[0xe6]$[0xb1]Ze[0x1d]B[0x1e]m[0xa8]"q[0xae]-q[0xae][0x94][0xb8]Vr[0xcd][0x83][0x7][0x9d][0xf7]!O5*o[0x18][0xbc][0x91][0x2][0xe5]>[9{X/[0xf][0xc6]KP[0xea][0xf3][0xb0][0x1e][0xfe][0xd9][0xc3][0x6]u[0xff][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]=.O'[0xa8][0xe][0xa6]`[0xff][0xa6][0x16][0xed][0x1f][0xd3][0x92][0xdc][0xb5][0xf5]r[0xff].[0x17][0xe][0x98][0xf6]*[0x9b][0xd6]#[0xce]5=<[0xae]2O'[0xaa][0xb4]3@{Z[0xc9][0xb0][0xd8]h[0x87][0xc5]F[0xa9][0xf6]j;,[0xac][0xf5][0xf0][0x8e][\r][0xe6][0xe9]$[0x95][0xb5][0x1e]a1[[0x9][0x8b][0x8d]vXl[0x94][0x12][0xaf][0xe9][0x17][0xb9][0xa3][0xc7][0xe4]i[0x8a]J[0xd6][0xc][0x89]-%%fm[0x89]YI{[0xad][0x1a][0xb9][0xa3][0x90][0xaf][0xa6][0xaa][0xac][0xf3] q[0xbe]"1kK[0xcc][0xca][0xc8][0xbd][0xce]Q[0xe2][0xc9]*[0xd9]bH\RR[0xe2]&[[0xe2]&)[0xf1]z'[0x89][0x9f]SY; [0xb1]S[0x91][0xb8][0xc9][0x96][0xb8]IJ[0xbc][0xc1]Q[0xe2])*Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xbb]JJ[0xdc]lK[0xdc],%nq[0x92][0xf8]y[0x95][0xb5][0x1b][0x12]W+[0x12]7[0xdb][0x12]7K[0x89][[0x1d]%NS[0xc9][0xd6]B[0xe2][0xba][0x92][0x12]{l[0x89]=R[0xe2][0x8d]N[0x12]OUY7B[0xe2][0xd5][0x8a][0xc4][0x1e][b[0x8f][0x94][0xb8][0xcd]Q[0xe2]t[0x95]l[0xb]$n-)q[0xbb]-q[0xbb][0x94][0xb8][0xc3]I[0xe2][0xc][0x95][0xf5]fH[0xdc][0xa9]H[0xdc]nK[0xdc].$[0xe2]j[0xeb]p[0xf4][0x9d][0xa6]R[0xdd]An[0xed][0xce][0xa2][0xa3]o[0xa7]83[0x98][0xe0][0x16][0xa7][0x94]>Se[0xb8][0x1f]b[0x1e](q[0x90][0xef][0x94][0xa7][0xce][0xad][0x8e]b[0xbe][0xa0]R[0xf5]B[0xcc]>G1[0xb7]:[0x8b]9]e[0xd8][0xf]1[0x7][0x6][0x10][0xb3][0xab][0xc4])=K%{[0x1e][0x9b][0xf7][0xc2][0xa0]O[0xe9]][0xce][0xa7]t[0xad][0xca][0xfa][0x12]$[0xbe]<[0xc0])[0xbd][0xbb][0x84][0xc4]:[0x95][0xec]UH|m[0xd0][0x12]w;K[0xac]WY[0xdf][0x80][0xc4]7[0x7][0x90]x[0x9b][0xe3][0xa7][0xd5]l[0x95][0xea]-l[0xe9][0xdb][0x8e][0x9f]V[0xb7][0x97][0x98]c[0x83]J[0xf1][0x1e][0xe6][0xf8][0xfe][0xa0][0xe7]xG[0x9][0xda]3T[0xda][0xf]@[0xfb][0xe1][0xa0]i[0xef][0xa4][0xbb]$[0xed][0xec]"[0xda]3[0x95][0x9b][0xad][0xf6][0xf1] )[0xdd][0xfc][0x1f]F[0x12][0xd7][0x1f][0x8a][0x10][0x89]>mo1[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VN[0x93]w[0x80][0xbe]/[0xff][0xaf][0x2][0xef][0x1e][0x98]B?$[0x85][0xc6][0xff]![0x94][0x13];[0x9b][0xac];[0xfb][0x4]y{[0xc2][0x5][0xac][0x91]/Ns[0xf8][0x12][0x85][0xcb]X/}[0x91][0xab]M[0xd6]=J[0x99][0xb7]kh[0x81][0x9f][0x9][0xf6][0x8d][0xfe]>[0x9b][0xbd][0xc6][0x8e][0x12][0xdc][0xc7][0xd4][0xc1]#[0x8a]"[0xa4]o[0xf0][0xfd]v[0x88][0x15][0x84]k[0xd1]?6[0xc4]N[0xba][0x82][0xe4]qU[0x96][0xb8][0xb8][0xf7][0xfd]S[0xe3][0x1]1[0xe6][0xc1][0xff][0x2]PK[0x7][0x8]}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestFailure.class}T]S[0xd3]P[0x10]=[0xb7]-M[[0x2]--_[0x8a]`[0xab][0xa0][0xfd][0x82][0x2]"(E[0x14][0x10]P)[0xea][0xc][0x1d][0x1c]|[0xb][0xed]m[0x9][0x94][0xa6][0x93][0xa6][0xe2][0x8f][0xf2]Ag[0xa4][0xcc][0xc8][0x8c]3[0xbe][0xfa][0xa3][0x1c][0xf7][0xa6]1[0xd4][0x18]y[0xc9][0xdd][0xec][0x9e]=[0xbb]{[0xf6]&?}[0xfb][0xe]`[0xe];![0xc]b6[0x88][0x18][0xe6][0xc4]c^[0xc2][0x83][0x10]|[0x98][0x15][0x8f][0x85][0x0][0x1e][0x8a]s1[0x84]%<[0x12][0xd6]c[0x9][0xcb]![0xf4]bVB>[0x84]>[0xac][0x84]([0xe7][0x89][0x8][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0x85][0x9f]Jx&a[0x8d][0xa1][0xb7][0xb2][0xa5][0xa8]5^.[0xf2][0xa6][0xc1]0\8n[0xd5]U#W[0xd1][0x95]S~[0xa6][0xe9]'9[0xe1][0xcf]3D*[0xc5]#];[0xab]o~,[0xf1][0x86][0xa1]ju[0x86][0xa1][0xc2][0xb1][0xf2]A[0xc9][0xd5][0x94]z5g[0x6][0x95][0xc3][0x1a]'[0xa8]E%[0x8a]U[0x86][0x99][0xa4];[0x9b]k^j[0x9f][0xc1][0xb7][0xa1][0x95]9C[0xb8][0xa0][0xd6][0xf9][0xeb][0xd6][0xe9]![0xd7][0x8b]"[0xc6][0x10]-h%[0xa5][0xb6][0xaf][0xe8][0xaa]x[0xb7][0x9c]>[0xe3]Hm2[0x8c][0xbb][0x16][0x11]C[0xb5]t[0xd1]N[0xa8][0xd2]5_[0xd8]pN1[0x9a]L[0xfd]o[0xe6][0x11][0x11]r[0x1d]1`h{[0x86][0xae][0xd6][0xab][0xc][0x83][0x81]:^B[0xf4][0x18][0xba]R[0xa2]&[0xe5][0xa6][0xe9]y[0xa7][0xab][0x6][0xd7]M}[0x5]V[0xd5],d[0xc7]/D;[0xb3][0x10]C6[0xe2]-[0x1][0xc][0x1b][0x10][0xe1]z[0xde][0xe5][0xcd][0xa6]R%[0xee][0xa0][0xda][0xb4][0xc6]d[0xf0]&S[0xef]i[0xd6]=[0xad][0xa5][0x97][0xf8][0x96]*[0xf4][0x89]t[0xe9]0#He[0xdc][0xc0][0xba][0x8c]![0xc][0xcb][0x18][0xc1]([\r][0xe8]l|[0xbd][0xa5][0xd6][0xca]\[0x97][0xb1][0x81][0xe7][0xc][0x9e][0xe5][0xb8][0xb0]6%l[0xc9][0xd8][0xc6][0x94][0x8c]IL[0xd1][0xc4]n#0[0xc4]\[0xfa][0x16][0x15]_[0xc8]H[0xe0][0xae][0x8c][0x97]x[0xc5]0[0xe9][0x94]z[0xad][0xd9][0xe4][0xba][0x98][0xaa]s[0xb]7u]#[0xae][0xb1]kVJ[0x83]][0xb5][0xfd][0xe6][0xf0][0x98][0x97][0xc]s|[0xba]?~[0xa5][0xd1][0xe0][0xf5]2[0xc3]t[0xb2][0xe0][0xc4][0xe4][0xff]][0x93]5m[0xde][0x81][0xb7]vx[0x1d]>[0xe6]r-H[0xfd]*7[0xec][0xe5][0xc4][0x92][0xf6]"[0xad][0x1d][0x8a][0xe][0xc3][\r]![0xce][0x9e][0xa1][0x94]N[0x8a][0x9d][0xb]2[0x9a]t]xj[0x9f]T[0x8b][0xd1]7[0xf]x[0xe8][0x83][0xa6][0x9d][0x91][0xe5][0x13]k[0xa3]S[0x2]#ao[0xd2]s[0x8c][0xde][0xe][0x8][0xe1][0xa5]3[0x9c][0xbe][0x0]Kg[0xce][0xe1]Ig[0xcf][0xe1][0xfd]b[0xa6][0xde][0xa2]g[0x94][0x12]AT[0x82]&HD[0xfd]D3N[0x9e]x'[\r][0x13][0xb8][\r][0x98]V[0x9c][0xa2][0xcc][0xb4][0x12]T[0xc8]Cv[0x1c]w[0xac]29:E[0xac]'[0xfd][0x15][0x9e][0xcf]6[0xb9][0xdf]t[0x8e][0x9b][0x84]r[0x7]`[0x11]2[0xb1]w[0x97]d[0xaf]3y[0xd2]5[0x99][0xee][0x9a][0x95][0xbc]cv[0x2]$.[0xe1];[0xb8][0xe8]4[0xd0][0x86]?*[0xb5][0x11][0x10]|m[0x4][0xc9]j#[0xe4]$[0xce]v[0x11]'l[0xe2]{6[0xf1][0x11][0x9] $[0x98][0xb8]D/[0x11][0xcb][0x85]K[0xf4][0x1d]d.[0xd0][0xbf][0x9b]n#[0x9c]m#[0x92]ic[0xe0][0x8a][0xb5]#[0xe4][0x2][0xe8][0x8b][0x1],[0xd2][0xe][0x96][0xba][0x84][0x9c][0xb0]*[0x4]H[0xc4][0xfb]HR[0x8d][0x1][0xfa][0xf5][0xa6][0x90]6[0xdb][0xcf][0xd8]U[0xe7]--[0x2][0xa2][0x8][0xf5][0xee][0xec]z[0xb5][0xab][0xeb][0x80][0xdd]u[0x16][0xd3]n[0xf9]?[0x10][0xfd][0xe4][0xc8][0xdf]v[0xcd][0x9f]1Q[0xb9][0xdf]PK[0x7][0x8]c[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestListener.classuO[0xbb]N[0xc3]@[0x10][0x9c][\r]&v[0xcc]C[0xa4][0x8c][0x94][0xf][0x80]&'j[0x17][0x88][0x82]T[0x96]([0x88][0xd2]_[0xec][0x5]l[0xcc][0x9d][0xb4]w[0xc6][0xff]F[0xc1][0x7][0xf0]Q[0x88];G[0x8][0x9][0x91]-vV[0xa3][0x99][0xd9][0xdd][0xcf][0xaf][0xf7][0xf][0x0][0xd7]8Oq[0x9a][0xe2][0x8c][0x90][0xe9][0xba][0xbe][0x13][0xb1]BX][0x96]mo[0x1a][0xaf][0x1e]E[0xbf][0xf2]`[0xe5]Em[0xd8][0xf9][0xa2]l[0xf5][0x9b]V[0x9d]6Oj[0xf3],v[0xd0][0xbb][0x8e][0x8b][0xab]-![0xf][0xde][0xb5]n[0xba]^[0x98]ps[0xd0][0xfd][0x87][0xbd]u[0x8e][0xc5]7[0xd6]D+[0xef][0x97][0x8f]q)[0x9b]:Z[0x8][0x8b][0x3]YQ5s^[0x8b][0xdf][0xeb][0xf2][0x7][0xdb]K[0xc5][0xeb][0x90]C[0x98]G[0xae]l[0x9c]g[0xc3][0xb2][0x8a]7[0x13][0x96][0xff][0xc5][0xfc]h[0x8][0x17][0xbf][0x9f][0xdd][0xef]Z[0xae][0xfc][0x94]@[0x98] V[0x92][0x10][0x8e][0x90][0x84][0x81]p[0x8c][0xe9][0x88])[0xb2][0x11]g[0x11][0x83]2[0xf]}[0x82][0x93]oPK[0x7][0x8][0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestResult$1.class}R[0xdb]N[0x1b]1[0x10]=NB6l[0xb7][0xdd]Pni[0xb8]C[0xa0]aAMyAB[0xad][0xfa]@D[0xa5]J[0xe9]E%[0xe2][0xdd]Y[0xc][0xd9][0xb0][0xd8][0xc8][0xbb][0xcb][0xa5]|[0x15][0x12][0x14][0xa9][0xf][0xfd][0x0]>[0xaa][0xea]x[0x83][0x1a]DI,[0xd9]c[0x1f][0xcf][0x9c]93[0xf6][0xdd][0x9f]_[0xbf][0x1]l`}[0x18]C[0x98]5[0xcb][0x9c][0x8d]<[0xe6]m,`[0xd1][0xc2][0x92][0x85][0x8a][0x85]e[0x86][0xc2])[0xf]+[0xb1][0x88]b[0x86]r[0xa3][0x93][0xc8] [0xae][0x1d]h~,[0xce][0x94]>[0xaa]5[0x9][0xaf][0xf3]H[0xbc]c[0xc8][0xc7][0xed] [0xaa][0xbc]e[0x98]~[0xd2][0xeb][0xbb][0x88][0x92]06~[0xef][0x3][0xba][0xfd][0xc0][0xb0]U[0x1d][0xe4][0xd8]?[0xd5][0xea][0x1e]C[0xae][0xae][0xf6][0x5][0x83][0xdb][0x8][0xa4][0xf8][0x92][0x1c][0xb7][0x84]n[0xf2]VH[0xc8][0xcb][0x86][0xf2]y[0xb8][0xc7]u`[0xce][0xf7]`[0xce]Hc[0x0][0x83][0xf3]IJ[0xa1][0xeb]![0x8f]"A[0xc8][0xec][0x0][0x5][0x95][\r][0x12]k[0xef][0x9c][0xfb][0xe2]$[0xe][0x94][0x8c],[0xac]0X'Z[0xc5][0xc2][0xa7]^d[0xab]F[0x87][0xbd][0xab][0x12][0xed][0x8b][0x8f][0x81]I[0xe3][0xf6][0x82][0xdf]t[0xf8])'dG[0xfa][0xa1][0x8a][0x2]y[0xf8]Y[0xc4]m[0xb5]o[0xe1][0xb5][0x83]*V[0x1d][0xd8]x[0xe6][0xa0][0x80]a[0x7][0xe]J[0x16]<[0x7]k(Q[0xef][0x6][0xe9]a([0x1a][0xda]Z[0xc8][0xe5]a[0xed]k[0xab][0x93][0xea][0x98]z[0x1c][0xf1][0xad][0xab][0xb0][[0xf9]h/[0xa0][0xd9][0xd6][0xea][0xac][0x8b][0x96][0xfb]g[0xa1][0xc2]t"[0x19]f[0x9e]~[0x9c][0xf]P[0xea]wK="[0x82]m[0xae][0x5][0xe6][0xe9]O[0xe5][0xa9][0xe9][0x16]2[0xc5][0xa2])[0x16] K[0x95][0xd3][0xbf][0xcb][0xd0]t[0xf0][0x9c][0xec][0xb][0xda]m[0x91][0xcd][0x92]u[0xbd][0xb5][0x1b]0o[0xfd][0x6][0x19][0xef][0x16][0xd9][0xab][0xd4][0xd1][0xa5][0xd5][0xd0][0x0][0x17]([0xa6]af[0xef]b[0x4]cd[0xc7]i[0xe6][0x8][0x99][0xa0]9[0x89][0xd2]=[0xe1]&[0x9d][0x8c]W[0xc1][0xbb]F[0xe6]'r=&;M[0xfd][0x83]D]>`+[0xfc][0xc7][0x96][0xc5][0xab]4[0xa6][0x8c][0xa9][0x14][0x9b][0xc6][0xc]F[0xd3]xFe[0xa5][0xe3]/PK[0x7][0x8]Y[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/framework/TestResult.class[0x9d]W[0xeb]W[0x1c]w[0x19]~fw[0xd8]Y[0x96][0x9]D PH[0xa0][0xa5][0xa6][0xe9]f[0x17][0xb2]!bmCB[0xa4]$[0xb1]1[0x84][0xb6][0x80]i[0xa9][0xb7]Nvg[0xc3]&[0xcb].[0xce][0xcc][0x86][0xa4][0x1a][0xdb]j[0xd5][0xd6]K[0xef][0xa9]6[0xc6]^[0xec][0x85][0xda][0xe3][0x87][0xe4][0x1c][0x5]1[0xe7]X[0x8f]=~[0xf1][0xdf][0xd0][0xe3][0x9f][0xa1]>[0xef][0xcc]0{a@N[0xcf][0x1e][0xde][0xf9]][0x9f][0xf7]y[0xaf]3[0xfc][0xe3]?[0xfe][0xb][0x80]a|[0x9c]@[0x12][0x17]5[0x14][0x13][0x88][0xe0]b3[0xee][0xc5][0x82][0x88][0x92][0x88][0xb2][0x88]E[0x11][0xdf][0xd1]`%[0xd0][0xc][0xbb][0x5][0xe]*[0x9][0xae]\[0x92][0xd1]R[0xb].[0xe3][0x8a][0x88][0xa7]4|[0xb7][0x5];[0xf1]=[0x11]We[0xef][0xfb]"[0x9e][0x96][0xe9]32z6[0x81][0x1f][0xe0][0x87]r[0xf3]9[\r]?J[0xa0][0x7][0xcf][0xcb][0xe4][0x5][0x11]<[0xf0]S[0xfc]L[0xc3][0xcf]erU[0xc3]/4[0xbc](C[0x82][0xbd][0x84][0x97][0x5][0xe2]9[0x99][0xbe]"[0xe2]U[\r][0xaf]ix]As[0xfe][0xa4]Q(V,[0xd3]V[0xb0]s[0xf2][0x82]q[0xc9][0xc8]T[0x9c]B13Y[0xb0][0x9d]Qn[0xcf][0x14][0xce][0x97][0xc][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[\r][0xdb]G&/TJ[0x5]'[0x93][0xb7][0x8c][0x5]s[0xa9]l][0xcc][0xcc][0x9a][0xb6][0xe3][0xc3][0x8d][0x8e][0xf1][0xb6][0x96]?aYe[0x8b][0xd0][0x89][0xbc][0xdc]0K[0xa6]L[0xe]n[0xb]h[0xfd][0x82][0x8b][0xd4][0x9c][0x9f][0xae][0x94]d[0x95][0xd7][0x95]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0xf2]3Ny[0x91][0xe3]'[0x14][0xc4][0x8e][0x14]x{LA4[0xb9][0xff][0xac][0x2]u[0xa2][0x9c]#[0xdb][0xb6][0xc9]B[0xc9][0x9c][0xaa],[0x9c]3[0xad]Y[0xe3]\[0x91]+[0xed][0x93][0xe5][0xac]Q[0xcd],[0xe5]f[0xdd][0x8][0xf4]l[0xe2]?[0xa1][0x9f]0[0xc5][0xf2][0x89]r[0xa5][0xe4][0xb8][0xb9][0xc8]4[0x8d][0x99]~[0xfe][0xf7][0xd4][0xa9]=Q[0xaa],Hl[0xe9]3[0xa2][0xdf][0xbf][0xd9][0xde][0xff]/0=[0xef]M|[0xa5][0xf1]|P[0xcb]Q[0xab]RR[0xd0][0x17]Nw[0xc2][0xb0][0xbd][0xdc][0xec][0xdd]|[0x9b]I[0xc5][0xfa][0xea][0xdb]p[0xe0][0x11][0xab][0xec][0x98]Y[0xc7]O[0xae]8[0xd5][0xf8][0xca]u[0xe][0xfd]M3[0xa7][0xe0][0xbe][0xed]fZ-[0xa0]p[0xea][0xae][0xcf]c[0xd3][0xc8][0x1d]7[\r]g^2[0xd9][0x9e]/W[0x8a]9[0xaf][0xf2][0xe9]`[0xd6]~[0xb3][0xed][0x18][0x96][0xe3][0xc5][0xa6])[0xeb][0x11]Qm[0xf7][0xc0][0x8e]%[0xc3][0x9e][0xa9]d[0xb3][0xa6]m[0xe7]+E[0xde][0x9e])W[0xac][0xac]y[0xb2] i[0xd0]V-[0xef][0x3][0xa2]N[0xc7][0x8][0xbe][0xa8][0xa0][0xa3][0x1a][0x87]q[0xcb]2[0xae]H[0x16][0xe8][0xd8][0x8f][0x94][0x8e]![0x11][0x7]D[0x1c][0xc4][0xb0][0x8e]C[0xf8][0x82][0x82][0xdd][[0xc4]G[0x10][0x8f]h[0xb8][0xa6][0xe3][\r][0xfc]R[0xc7]$[0xce][0xe8][0xf8][0x15][0xde][0xd4]p][0xc7][0xaf][0x91][0xd3]q[0x3][0xbf]a[0xdf][0xd9]*[0xf7]t[0x8c][0xe2][0x88][0x8e][0x13]8[0xa9][0xe3]-[0x1]y[0x1b][0xef][0xe8]x[0x14][0xd3]:[0xde][0xc5][0xac][0x86][0xdf][0xea]x[0xf][0xef][0xeb]01[0xbd][0x9][0x92]g[0xe1][0xde]a[0x5]`[0x80]N[0x95][0x8]:Q4X[0xaf][0xb6][0xd0][0xfb]@[0xc7][0x93]04|[0xa8]cY[0xac][0xdf][0xbb][0x9d][0xca]f[0xa3][0x9][0x8d][0xcf][0xba][0xf3][0xea][0xfb][0x8f][0x86][0x8f]t[0xfc][0xe][0xb3]:[0x1e][0x17]1[0x83]Y&[0xdd][0xe6]L[0xf9][0xe][0xaa][0x82]<|[0xee][0x2][0xf3][0x82][0xa5]__[0xaf][0xc]=;[0xb]i$'[0x1b][0xcf][0x8e]JJ[0xc4][0xb]~[0xdf]d[0x17][0xa8][0xab][0xac][0x9a]~[0xda][0xbe]q[0x95]U>o[0xd8]S[0xe6]e[0xc9][0xa0][0x92][0xfb][0xe8]\[0xbf]^[0xab][0xc2]m2[0xd2][0x9b]8 [0x8f][0xf1]b[0xd1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xe0]D[0xb9]X[0xe4]A[0xa9]m[0xa1][0xa3][0xda][0x85][0xa7][0xcc]u[0xa7]5[0x1c]`[0x9d][0xb6][0x98][0xd5]z[0xe7]+v3[0xa0]M[0x9b][0xc7][0x3][0xe1]e[0xe6][0xbf][0xb9][0xb6][0xae][0xfe][\r][0xe9][S[0x8a]t[0xc7][0xa2]7[0xa3][0x1f][0xc2]P[0xa4]%K[0xbd][0xad]#[0xda][0x18][0xe0]wE[0x92]_CMP[0xa5]d[0x98]qi[0xce]"[0x18][0xe4]|[0xa8]a~[0xa0]f[0x9e][0xe1][0x9c]5[0xe5][0x8e]YV|[0xb6]s[0x8f][0xf5]Hy[0x1f]g[0x16][0xa2][0x1c][0x1][0x7]S[0xab]PR[0xb7][0x11][0x99][E[0xf4][0x8f]P[0xab][0xc3][0xa6][0xea]0[0x96][0xa2][0xd0]D[0xc4]o[0xb9][0x88]_[0xa2][0xec][0x87]Fy[0x7][0xf5][0xf4][0xa0][\r][0xbd][0xfc][0xed][0xc6]=[0xd8]C[0xe]}[0xd4][0xde][0x8f][0xfb][0xb9][0xab]{:[0xf0][0x0][0xe][0xf3]9 [0xa5][0xe7][0xeb][0xbf]A[0x8b][0x9a][0xf8][0x1c]K[0xfd][0x1]M[0xb7][0xd1]<[0x97][0x1e]\Eb[\r]-[0x11]Z}/[0x8e][0xd2][[0xc2]`[0x84]Z[0x86][0xf9]ux[0x14]c<[0xd1][0x87][0xbb]p[0xc]_[0xa6][0xed][0xd4][0xec][0xb3][0x92][0xd1]8[0x1e]t[0x99][0x8e]a[0x2][0xc7][0x89]8 [0xfd]![0x84][0xa9][0xfa][0x19][0x98][0xb6][0x87]2=H[0xa6][0xc3][0xfc][0x1d]"[0xb3][0x91][0xcf][0xc8][0xf4]+.[0xd3][0x87]p[0xca]g*[0xcc]#[0xe2]u2[0x8d][0xa5]=[0x86]U[0xbd][0x9]w[0xef]0Z[0x18][0x5][0xd1][0xd7][0xe5][0x9d][\r][0xb0]u|[0x95][0xa8][0xfc][0xa8][0xc0][0xe9]M[0x11];B[0x10][0xc7][0x89][0xf8][0xe0][0x96][0x88]wK[0xa3][0xe6][0x9e] f}[0xc4]]~rM[0xa6][0x5]z[\r][0x9d]DN[0xdf][0xe4]F[0xd4][0x85]nu[\r][0x8]qR[0xe9] L[0x15]~[0x97][0xf][0x1f][0xc7][0xe]L[0xb9][0x9][0xff][0xb0][0x9f]h[0xde]J&([0x81]G8b_[0xf7]M[0xb9][0xcc][0x15]q|2[0x88][0xd9][0x99]A?f[0xdd][0x83][0xeb]1[0x9b][0x1a][0xa2][0x91][0xbb]"[0xc][0xd8][0xbf][0xab]fz\[0x1e]eH[0xa6][0x99]X[0xb3].[0x97][0x94][0x1b]"[0xcd][\r]V[0x94][0x8e][0xe8]s[0x83]%[0xfc][0x92][0x81][0xf9]I?X[0x3][0xd2][0xa1]}[0x16]#|J[0xf8][0x12][0x92][0xf6]k[0xe8]R[0xf0][0xfb]@O[0xcc][0xdd]y[0xa2][0xa6]p[0x12]A[0xe1]|[\r]g}[0x7][0x1e][0xf2][0x11][0xe2][0x82][0xf0]'t[0xdf]l[0xb8]o[0xd4][0xdc][0x8f][0xfb][0xf7]=[0xa0]"/v[0xff][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UI6[0xf5]3u[0xfa][0x14][0xbe][0xe9][0xbb][0xa7]R[0xe9][0xa1][0x15][0xdc][0xb9][0x8c][0x1d]SC[0x9f]x[0x93][0xbb]o[0xb9][0x84]b,[0xea]~[0xf7][0xd9]A[0x8a][0xf2][0xec]"[0x11]O[[0x8a][0x9e][0x5]^[0xe4][0xda]5[0x9e]z[0x89][0xb3][0x97][0xf9]/[0xe5]5[0x9e]|[0x5][0x9d]x[0x95]'_C7^g~[0xbd][0xe1]2[0x1a][0xe3][0xc9][0x4][0xff][0xa4][0xf8][0xa3]<[0x11][0xe1][0xe8][0x1c]G[0xdd][0xee][0xda]qW_[0xe0][0x80][0xfe][0xa0]][0xf4][0x7][0xe][0xc8]"[0x17][0xe2][0x80]x[0xa3][0x3]n[0x84]:[0xc0][0xc][0xca][0xe9][0xef]T%[0x91]8[0xcd][0x82][0xf9][0xbc][0x82][0xa3][0xa9][0xb9][0xa9][0xbf][0xa5][0xe6][0xe8][0xc9]=O[0xf2]U1[0xf4][0xe9]2[0x12][0x87][0xd5][0xa1]O{[0xd4]O6[0xf6][0xc8][0x9e][0xfa][0x1e][0xb9][0x86][0xbd]Rq[0xff][0xba]E[0x2]-[0xb4][0xa4][0x97][0xb0][0xbd]d[0xdc][0x8b][0xfa]W[0xcd]{[0x94][0xef][0xf3][0xc4][0x7][0xc][0xfa][0x87][0xb4]d[0x99]5[0xf7][0x11]{[0xc3][0xc7]A[0xfb]<[0xc6]<[0xf3][0xda]g[0x1a]w[0x6][0xed][0xf3]t[0xe0][0x8f][0xd3][0xbe]?4z*[0xcf]f+[0xfe]8[0x1f][0xbc][0x12]G8[0x17]sc)[0xb5][0xee]E" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xb5][0xb9][0x9b][0xc4][0xbf]U[0xe3][0x94]XP[0x11][0xf3][0x81]G[0xc7]|[0x8f]v[0xa6]Vp[0xcf]u[0xb4][0xf2][0xb1][0xef]:4u[0x19]j[0xb4][0xd1][0xc1][0xab]5X[0x9d]>V[0x84][0xb5] [0xf2][0x2]~[0xe2][0xea][0xe5]G[0x90][0xcb][0x1b][0xff][0x3]PK[0x7][0x8][0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestSuite$1.class}QKO[0x2]1[0x10][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xc2][0xb2]*>P[0x14][0xdf][0x92][0xa8]hD.^4z [0x9a][0x98][0xa0][0x17][0x88]g[0xb]V,.[0xdd][0xa4][0xbb]+[0xfe]-[0x13][0x8d][0xc6][0x83]?[0xc0][0x1f]e[0x9c][0xae]D[0xf][0xa0][0x9b]l;[0x9d]~[0x8f][0x99][0xe9][0xc7][0xe7][0xdb];[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xd3]H`[0xce][0xc6][0x8][0xe6]m[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x16],,2d[0xee][0xb9][[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xe7]m[0xc1]0Y[0xeb][0xf0]{^v[0xb9]j[0x97][0xeb][0x81][0x96][0xaa]}[0xc0][0x90]<[0x94]J[0x6]G[0xc][0x1b][0x9b][0x83][0xd7][0x83][0x99][0xad]K[0x86]D[0xd5][0xbb]&[0xb9][0xf1][0x9a]T[0xe2]"[0xec]6[0x85]n[0xf0][0xa6][0x1b][0x19]x-[0xee]^r-[0xcd][0xb9][0x9f]L[0x4][0xb7][0xd2]g[0x0][0x83]s[0xa6][0x94][0xd0]U[0x97][0xfb][0xbe][0xa0][0xcc]b[0xad][0x13][0x92]u[0xf9]F[0xf3][0xae][0xe8]y[0xfa][0xae][0xdc][0x10]~P[0xf]e [0x8a][0x15][0xaa],[0xf6][0xb0][0xc7]`[0xe9]P[0x99]4C|[0xd3]x[0xdb]u/[0xd4]-q*[0x8d][0xf4][0xd8][0xf]a[0xd7][0x14]J%[0x9d][0xa8][0x96][0xeb][0xf9]T[0xe8][0xb9][0x8]n[0xbd]k[0xb]K[0xe][0x96][0xb1][0xe2] [0x9][0xcb]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xe][0xd6][0xb0][0xca]P[0xf8][0xc7][0x9a]!?[0xec][0xb6][0xca]}[0xb2][0x9c][0xfb][0x93]H[0xb5][0xf6][0xb8]V[0xe4][0xcd]P[0x1a]2[0xcb][0xad][0xa1][0xed]R[0x9f][0xb9]a`3[0xe6][0x1b].][0xac][0xd0]{[0x8e][0xd0]#[0xb3]l[0xd6]4AQ[0x8c][0xfe][0x14][0xd2]4P[0x9b][0xa2]c:[0xc7]i[0xcf][0x94]v[0x9e][0xc1]J[0xdb]/[0x88]=F[0xa0][0xc][0xad]I[0x2][0x1]Wph[0x9d][0x89][0x88][0x19][0x8c]"[0xb]D[0xd1][0x4][0xc9][0x91][\r]&1[0xd5][0x17][0xdb][0xa7][0xdd]0R[0xa5]'[0xb0]W[0xc4][0x95][0xec][0x88][0xcd][0x89][0xd1][0x8c][0xd4][0x9c]o\_-[0x8e][0xe9][0x8][0x99]#[0x17][0x90][0xe2],[0xf2][0x18][0x8f]XF[0xdf]|[0xa9]/PK[0x7][0x8]Q[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]junit/framework/TestSuite.class[0x9d]X[0x9]x\[0xd5]u[0xfe][0xaf]f[0xa4][0x19][0x8f][0x9e][0x84]V[[0x8b][0x97][0xf1][0x82]%[0x8d]$[0xb][[0xb6][0x0]Y([0x18][0xd9][0x6][0x81]$[0xc][0x12][0x16][0xb2][0xb3][0x8d]G[0xcf][0xd6][0x98][0xd1][0x8c][0xf2]f[0x6]C[0xd2]6[0x90][0x92][0x90][0x85]lM[0xb3][0xd8][0xd9]Z[0xda]D] [0xb5]S[0x90]M[0x1c]LH[0x1b][0xd2][0x90][0x12][0x8]m[0xda][0x90]6%ih[0xd3][0xaf]M[0xd7]$[0xa5]i[0x93][0xb8][0xff][0xb9][0xef][0xcd][0xd3][0xd3][0xcc][0x93][0x1c][0xf2][0xe9][0x9b][0xf7][0xee][0xbb][0xf7][0xdc]s[0xcf][0xf2][0x9f][0xe5][0xea][0xe9][0x9f][0xee][0x2][0x80][0xed][0xea]P[0x4][0x3]x:[0x84][0xaf][0x86][0xf0][0xe7][0x11][0x4][0xf0]L[0x18]_[0x93][0xf7][0xb3][0x11][0xb4][0xe2][0xb9]0[0xbe].[0x1f][0xcf][0xb][0xd1]_D[0xf0][0x97][0xf8]F[0x8]%[0xef][0xbf][0xe][0xe1][0x9b][0x11]T[0xe3][0x85][0x10][0xbe][0x15][0xc6][0xdf][0x84][0xf1][0xb7]B[0xf2][0xed]0[0xfe].[0x84][0x17][0xc3][0xf8]N[0x4][0x8d][0xf8]n[0x8][0x1f][0xc6][0xf7]Bx)[0x84][0x8][0xe1][0x1f][0x85][0xe3][0xf7]C[0xf8][0xa7]0[0xde][0x14][0xc1]z[0xfc]K[0x8]?[0x88]`#[0x9e][0x9][0xe1]_#[0xd8][0x8c][0x8b][0xe0][0xdf][0xf1][0x1f]2[0xc3][0xe3][0xc][0x99][0xfe][0xcf][0x8][0xda][0xf1]_[0xab][0xc8][0xf8][0x87][0xc2][0xfd]G2[0xfa][0xb1][0x8c][0xfe][X[0xbd][0x1c][0xc1][0xff][0xe0]'a[0xfc]o[0x8][0xff][0x17][0xc1]v<#[0x93]?[0x8d][0xe0]g[0xf8][0xb9][0xd0]\[0xe4][0xa7][0x2]9([0x15]Ve[0x9c]Q[0x1][0x99]~AF[0xc1][0x90]*[0x97][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x84][0xc2]*,[0x93][0xab][0x84]6"[0x8f][0xca]Je[0xa8]*yTW[0xa2]E][0x16]Q5[0xaa]VH[0xea][0xe4][0xb3]^H[0x1a][0xe4][0xd1]([0xc][0x9f][0x13]a[0x9f][0x8f][0xa8][0xd5]x[0xae]R[0xad]QMB[0xd7],[0x8f][0x96][0xb0]j[\r][0xab][0xb5]2[0x19][0x91][0xef]uB[0xf3][0xb2]<[0xbe][0x11]F2[0x82][0xb5]j=?[0xd4][0x86]U*[0xaa]6[0x92][0x89][0xda][0xa4]P~t,>k*[0xd4][0x8d][0x1c][0x8f][0xdf][0x19][0xef]I[0xc5][0xd3][0xc7]z[0xc6]sV2}l[0xb7]B[0xc5][0xd1][0x9]3[0x9b][0xcb][0xba][0xab][0xf9]\2[0xd5]s[0xd0]L[0xe4]2[0x16]WW[0x8d]'[0x8f][0xa5][0xe3][0xb9][0xbc][0xc5][0xed][0xb1][0x12][0x82][0x81][0x91][0xe3][0xf9]t2[0xd7]s[0xd4]"[0xff][0x13][0x19][0xeb][0x8e][0x1e][0xe1][0xb5]{[0x90][0x1b]#[0x9][0xcb][0x8c][0xe7]L[0xf9]V[0xd8][0xdd][0xee]9y([0x15][0xcf]fw[0x97][0x8a][0xd2][0xe1][0xcf]L!8[0x94][0x99][0xe6][0xf1][0x97][0x8d]$[0xd3][0xe6]X~[0xf6][0x88]iM[0xc4][0x8f][0xa4][0xb4]>[0x99]DJ[0xfe][0x12].[0x9]9[0x88]Whn[0xf7]WC[0xa8]V/[0xa7][0xa1][0xe1]l[0xd7][0x11][0xc7][0xa2][0xab][0xcd]k[0xdb]u[0xfb]+[0x84][0x8c][0x9c]S[0x9d][0xc8][0xe4][0xd3][0xb9][0xc2]dV[0x7][0xfb][0xb0][0x9b][0xec]5[0xfc][0x87][0x99][0xe][0xe2]v[0xf2],[0xd7][0xd4][0xd4][0x81][0xe9][0xd8][0xee][0x13][0x1a][0xda]}[0x93]S[0xc0][0xca][0xa7]Ym[0xfc][0x15][0xbc][0xd5][0xcc][0xe6]S[0xb6][0x9a][0x15][0x96][0x1e]+[0xac]][0x89][0x92][0x7][0x92][0x9f]m[0xb4]][0xcb][0x18][0xed]R'[0x85][0xb2][0x5][0x91]+[0xc4]d{[0xb4][0xfd][0x87][0x97][0x5]Ry2=m[0xde]U[0xb0][0xaf][0xad]uy[0xce][0xee]~[0x9a][0xb]:k[0xf3][0xec]K[0xe7]g[0xc5]@vQ[0xde][0xbe][0xdc][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]O8[0xe7][0x16][0x80]*[0xc7][0xbb]v[0xfe]**[0x9c]E[0xc9][0xad]8i[0xf9][0x6][0xb4][0x9a]U[0xb8][0xed][0x17]g[0xe2][0x9b][0xe6][0x96][0xb][0xed][0xba]d[0xf6]@[0xfe]H*[0x99][0xf0]J[0xbc]n[0x85][0xc3]:[0xe][0x11][0xbf][0xc9][0xac][0x97]<2[0x9e][0xc9][[0x9]sRZ[0x8c]j[0x17][0xd8][0xdb][0x84][0x87][0x81][0x13][0xa0][0xb]6\[0xa2]Acy)[0x16][0xfa][0xba]|25mZ[0x6][0xde][0x8a][0xb7][0xd1][0xe1]Z[0xea][0xa8][0xa1]6[0xab]-[0x6]N[0xe3][0xc][0xed][0x1a][0x9d][0x89]g[0xa3][0xe9]LtN+[0x10][0xf5]4I[0xd1]B0[0xb4][0xdb][0xbc][0xa2]R$:[0xa2][0xde][0x85][0xe][0x3]_[0xc0][0x19][0x3]o[0xc2][0xaf][0x84][0xd4][0xe5][0x86][0xda][0xaa][0xda][0x98][0xe8][0x8a][0x9b]CC[0xb5][0xab][0xe][0xe6][0xc6][0xe5]"[0xd0][0xc0]9[0x9c]R[0x88]^[0xaa]TX?[0x14]O[0xa7]3[0xb9]h[0xd2]]7[0xa3][0x82][0xc5]h[0x82]l[0xfa][0xa3],m[0xd1]v[0x3][0xbf][0x86]7[0xd3][0xdf]<[0xb1][0xf3][0x15]4[0x9b][0xac][0xb1][0xee][0x98][0xfc][0xbd][0x86][0xe8][0xa7][0xc5]b[0xaa]s[0xa9][0x84][0xbe][0xcd](C[0xc2][0x91]0[0xae][0x17][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xe0]g[0x0][0xf6][0xe8]E[0xa8]ZbA[0xdb][0xf4][0x86][0xea]R[0xdd][0xac][0xf0][0xcb]v[0x1c][[0xb6]+[0x80][0x98][0x1a]N[0xa7][0x9d][0xa2]nf[0xe9]t[0xb5]MN[0xf5]i{[0x14][0xea]}z[0x1d][0xd9][0xd1][0x13]RW[0x18]j[0xbb][0xda]Q[0x10][0xc3]su[0x91][0xf5]^[0x3][0xaf][0xc5][0xeb][0xc][0xbc][0xb][0xef]0[0xf0]j[0xbc][0xc6][0xc0][0xa7]1o[0xa8][0x9d]x8[0xa4]v[0x19][0xaa]O]I[0xf8]F[0x93][0x82][0xa9][0x9c][0x3][0xaa][0xc2]a[0x9a][0xd3][0x1e][0xcb][0x8a][0xdf]-[0x11]f[0xa8][0xab][0xd4][0xd5]![0xd5]o[0xa8][0xdd]j[0xc0][0xc0][0x93][0xf8][0xa2][0xa1][0xae]Q[0x83][0x86]z[0x15][0x1e]fH[0x8d]e[0xb4][0xf1][0xb2][0xd1][0xa3][0xcc]9[0xd3][0xe2][0x11][0x1]1[0xcf][0xfc]-[0xfc]6[0xcd][0xbc][0xac]%[0xc]u[0xad][0xda]c[0xa8][0xeb][0x4][0xdc][0xcd][0xd1][0xe9][0x8c]iKb[0xde][0x95]3[0xc9]f[0x11]ro[0xc5]G[\r]5[0xa4][0xf6][0x1a]j[0x9f][0xda][0x1f]R[0xd7][0x1b][0xea][0x6]5l[0xa8][0x1b][0xd5]M[0x6][0x1e][0x12]eF[0xc]5[0xca][0x19],[0xe0][0xac][0x81][0xcf][0xe2][0x8f][\r]5[0xa6]n6[0xd4][0x1]\[0x8][0xa9][B[0xea]VC[0x8d]s7[0xbe][0x84][0xa7][0xc]|[0x19]O[0x11]?[0xc2]<:[0xab]c[0x92][0x6]H[0xb7][0x15][0xf4][0x17][0xdf]+[0xe2][0xf2][0x8][0x12][0x86][0x9a]P[0xb7][0x19][0xea][0xa0][0x1a][0xc][0xa9]IC[0xdd][0x8e][0x8c][0xa1][0xa6][0xd4]^[0x86]f|n[0x8e][0x2][0xf2][0x86][0xe4][0xdf]D[0xfb][0xc7]5s[0xe6][0xba][0x15][tv[0xd7][0x4][0xf9][0x81][0xb8][0xd8][0x89][0xe][0x96][LV[0xd7]*[0xbf][0xf6][0xa6]2m[0x9e][0xb0]#/a[0x16]w[0x10][0xce]5[0xaf][0xa3]t[0xca][0xb9][0x93][0x14]G[0xd3][0x9a]%[0xf5][0xd0][0xdb][0x97]W[0x93]p[0x89][0x88][0xbd]~=[0xd8]%[0xef]/m>[0x86][0xf2]o4[0xea][0xdb][0xdd][0xc6][0xde][0xe9][0xe9][0xf5][0xac][0x8f]t[0xc][0xc6]9[0x9][0x87][0xf1]\[0x9d][0xc2][0xb0][0x8e][0x8f][0xe6][0xe0]9[0xd4][0xcb]G[0xc3]"[0xf7]E[0xd2][0xd5]KI[0x17][0xb0]f%[0xea][0xe6]K1[0xa6]x-[0xa7][0x11][0xa4][0xa6][0xe5][0x8]S[0xf7]v[0xdc][0x8e][0xc3][0xa8][0xd1][0xef][0xb7][0xa1]Q[0xbf][0x1f]A[0x13][0x2]0I[0xb3][0x1f][0xb5]|[0xee]"[0xed]U[0xa4][0xee][0xa3][0xc5][0xae]$[0xc5]n\A[0xfb]^[0x8d]kp-[0x6]q[0x13][0xf6]p[0xcf]0[0xb9][0xc][0xd1][0xce]{[0xc9]e[0x1f][0xde][0xce][0x9d][0x8f][0xe0]zV[0x94][0x1b][0xf0]"n[0xc4]Qry5w[0xaf][0xc2][0x6][0x1c][0xc3][0xc][0xb9]_[0x8d]:$q[0x9c][0xa3][0xd7][0xa0][0x83]swP[0xa6][0xb7][0xa3][0x8b][0xa3][0x14]G[0xb]znV[0xcb][0xf9][0x12][0xd2][0xc8][0x0]z4Gj6[0xe5][0xe4][0xf9][0x6]X[0x94][0xfe]v<[0xe0]p[0xc9]r}5gl[0xfa][0x9c][0xd6]O[0xa8][0xf2][0x9c][0xb3]=~'OgsIZ[0xfa][0x9b][0x1c][0xcb]5us[0x8c]Nj[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]c-[0xdd][0xb4][0xee][0xf4]H[0x8c][0xfe]l[0x95][0x11][0xf][0x2][0xaa]q[0x19][0xc9]lcT[0xf3][\r][0x8c]sf[0x82][0x6][0x9b][0xd4]J[0xc9][0x91]5|[0x8b]RB[0xdf][0xec][0x8]+[0xe2][0x18][0xee][0x8c][0x88]s7A[0xce][0x14][0xc4]y#[0xc5]a3[0xc9][0x99]im[0xe2][0xa0][0xa6][0xae]<[0x8f][0xf5]Su[0x1b]bg[0x11]=[0xad][0xc9][0xe4][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xf4]Z}[0xa0][0xcd][0xb4][0x12][0xbf][0xaa]1[0x1d][0x91][0xe][0xd0]aaR<[0x11][0xb0][0xf5]<6[0x12][0xb][0x9b]F[0xce]c[0xf3]T[0xe7]Yl[0x19][0x8d][0x11][0xab][0x97][0x13][0x15][[0x17]Y[0xd6]i[0xd3][0x1e][0xa7]S[0xef][0xa0][0x8b]S[0xd4]cV[0xb3][0x8f][0xda],[0xa8][0xcf]=|[0x87]Q[0x8f]{[0xf1][0x16][0x1e]P[0xcb][0xa3]~[0x1d][0xf7]q[0xb7][0x92][0x6][0xdb]9r[0xaf]#u[0x1d][0xe5]m[0x8b][0x9d]G[0xfb]TM[0xe4],:[0x1e]E[0xec][0x8c]{[0x92]m[0xb5][0x13][0xa4][0xb4][0xc8][0xe5].[0x8f][0x12]u[0xb8][0x9f].[0x87][0xe6][0xf8][0xe];[0xc][0xe9][0xcc][0xa0]v[0xcb][0x9a][0x12][0x8e]1[0xaa][0xd2])l[0x3][0x1e][0x5][0xee]q[0xd8][0xde]K[0x5][0xde][0xe2]:[0x84][0xdb][0x1d][0xd6]2[0x12][0x87]([0x8f]C[0xd6]h[0x87][0x14][0xf2][0xc0];[0xf9]{W[0xe1]x[0xf5][0x4][0xf9][0x85]9[0xff]l[0x8c][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=[0x8a][0xae]Nf[0x83][0xc9]y[0xb4][0x8d][0xc6][0xbc][0xe9][0xa0][0xb3]$[0x1d],[0xa0][0xfb][0xc]g[0xb7][0x9d]C[0xcf])l[0xf5]%[0xbe]b)[0xf1][0xe8]yl'[0xcd][0x8e][0xb1]z[0xb4][0xd0]?[0xbd]'[0xb1][0xab][0xeb][0x1c]v[0xf6][0x7][0x9b][0x83][0x17][0xfa][0xca][0x3]}[0x15][0x8d][0x15][0x8d][0xe5][0xf][0xa2][0xa9]9[0xd8]X[0xb1][0xa3]?[0x14]k[0xe]u[0xd3][0x2][0xbb][0xee][0xab]P[0xf3][0x17][0xbf][0xcf][\r]}[0xa3][0xf3][0x17][0xbf][0x1c]{[0x4]LMW[0x9e]B[0xd4]=[0xf2][0xaa][0xc5]#[0x17]O[0xa3][0xba]aT[0x11][0xa9][0x5],[0x8f][0xd1][0xb3][0xa0][0xdd][0xc3]4T[0x15][\r]PCs[0xd5][0xd2][0xc][0xbd]4[0xc8]N[0xbc][0x9b]a[0xfd][0x1e][0x1a][0xe8][0xbd]L[0x93][0xbf][0xc1][0x14][0xf9][0x1][0xa2][0xe4]7[0x19]J[0x1f][0xc4][0xfb][0xf1]![0x9c][0xe4][0xfb][0x93][0xf8][0x8][0xe6]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0xf0]Q|[\r][0x1f]w[0x3][0xbc][0x16][0x9b]u,[0x94][0x91]2[0xcc][0xe0]|7BD[0xf9][0x16]r{/M{[0xf][0xc3][0xff]}\)'[0x96][0xd6][0x92][0xf3][0xfb][0x9]m[0x1a][0xdb]u[0xd6][0xb3][0x8e][0xb3][0x12]D[0xe4][0x7]8*[0xe3][0xb9][0xd3]<[0xf9][0x83]N[0x80][0xdb][0xe8]|[0xd6]q[0xa0]M[0x95]s[0xa9]>[0xc4][0xd5][0x82]S[0x5]S[0x1f]v0[0x95][0xd0]Z3h[0x4]BWK0[0xf4]/[0xe2][0xc8][0x86][0xe7][0xa7]([0xd2][0xa7][0x9][0xf1]yO[0x10]T[0xba]bU:b[0xc9]H2P[0x99][0x7]M[0xb2][0xf6][0x11][0x17]M'[0xf5][0xc1][0xa7][0x9c][0xf0][0x98]\[0x1][0xcc][0x8e][0x10][0xde]h|[0xc8][0x1][0xf3][0xc3][0x4][0xf1]g[0x96][0x1][0xb3][0x9d][0x0][0xef][0x95][0x9e][0xde][0xd1][0xee][0x8b][0xdc]%V[0xec]+9[0xa4]s[0xb4][0xeb][0xc2]`[0xa0]/[0xd8][0x18]\[0xf7] [0x9a][0xbb][0x1a][0x83];[0xfa][0xcb]c[0xb1][0xe6][0xf2][0xb3][0xd8]ML[0xdc][0x17][0x14] -[0x1a][0xa2]Esy[0xd4][0x91][0x81][0x9][0x3]g[0xd1][0xc3][0xf7].<[0xa6]e[0x19][0xe4][0xfa][0xe5]4[0xd1][0x3]:u[0xd6]c[0x13]}[0xfa]1[0xca][0xb0][0xda][0xf1]i[0x80][0x99][0xce][0xf6][0xa9][0xe8][0xd2][0xe7][0xca][0xdc]Gt|[0xcc][0x9]@[0xd1][0xc7][0xe6][0x91][0xd3][0xc5]V[0xd6]>[0xe1][0x1a][0xef][0x93][0xfc][0xf1][0xca][0xe3][0xe8]u[0xaf]c[0xbc][0xde]z]O[0x19][0x1f]u[0xe7]10[0xd5][0xc9][0xcf][0x5]\CG[0x9e]v[0x10][0xcf][0xc5]A[0x89][0xaf]W-[0x16][0xb9]"[0xef]~[0x9e]G>N[0xf1][0x9e][0xf0][0x18][0xb5][0xd7][0x15][0xb0]W[0xab][0xe4][0xcd][0x10][0xbd]Z[0xc0][0x82]X[0xf]j[0x9f][0xfe][0x8e][0x1f][0x98][0xae][0xf5][0x5][0xd3]W[0xa8][0xdb][0xd3]<[0xf2][0xab][0xcb][0x80][0xc9][0xb6][0x87]?[0x98]>[0x8e][0xdf]u[0xf][0xfe][0x14]G[0xbc]q:`[0xba]N[0xb7]2L[0xf9][0x12][0xf3][0xd4]y[0xcf][0xe4]"~"z[0xe5][0xeb][0x8c][0xbf][0xe7]=*F[0xdc]3#[0xcc][0xab][0xbf]G>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xef]f[0xda][0x2]8[0xab]b[0xda][0xac]4[0xa8]N[0x14][0x5]Ul[0x96][0xdf][0xa4]`/xXV[0xb9],[0xab][0xf0][0x7]EV[0x93][0x99][0xc5]H[0xf8]C[0x8e]x[0xb9]t[0x84]3g[0x4][0x16][0x9d][0x81][0x1];e]7[0xda][0xf5][0x18][0x86][0x14][0x3][0xa6][0x99][0x3][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0x96][0x8c][0xb5]v?[0x6]6q[0xaf][0x1f][0x98][0xbf][0xf8]R[0xeb]CE[0xd1][0xf1]"[0xbf][0xbe][0x83]u[0xf8].[[0x83][0xef]i[0x91]b[0x9c]_G[0x9d][0x1f][0xa0]n[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x81][0xe8][0xfb][0x8c][0x16][0xb3][0xd3][0x11][0xb3][0x8c][0xb4]DD[0x8a][0xe6][0xa7]q[0xc6][0x11][0xa6]G[0xb3]A[0xa0](][0xc5]U[0xf6][0x7][0x9e][0x2]U[0xee][0x16](^[0x8a][0x9d][0xcd][0xf7][0xf3]([0x11][0xa7][0xa7]X[0x8f][0xe8][0xa2][0x1e][0xf4][0xce][0xfe][0x93][0xa8][0x98][0x87][0x11][0xeb][0xe6][0xf8][0xfa][0xf9][0x8b][0xdf]^[0xf4][0xd5]j[0x8d][0xfc][0x1f][0xb2][0xc6][0xfe][0x88]1[0xf4]c[0xc6][0xc3][0xcb][0xd8][0x86][0x9f][0xb8][0x1a][0xb5]2[0x17][0xdb][0x1a][0x85][0xb1][0xd5][0xd5][0xa8][0xc7]5|[0xf][0x1b][0xab]G[0xb5][0x6][0xbc][0xae];B[0xdd][0xe8][0x80]2[0xdc]I!n(C12~[0xca],[0xfc]3[0xf][0x1a][0xc3].[0xb7][0xb0][0x83][0xc][0x19][0x9]_[0xa9][0xef][0xe7][0xdc][0x4]6[0xe8]`[0xae]"[0xd6][0xc9]ZX[0xc4]U[0xb1]aV[0x15][0x1e]pT[0xb8]\+[0x9c]<[0xa5][0x98];>[0xe7][0xf0][0xba][0xd6][0xe1]e[0x88][0xe1][0xd8]`[\r][0xeb]Ft[0x89][0xf1][0x95][0xe1][0xe1]f[0xb8][0xdc][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]w|[0xf8]y[0x17]P;[0x1c][0x1f][0x86][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8]P[0x11][0xa7]z[0x8f][0x1b][0xc3][0xae][0x1b][0x1f][0xc7][0x5][0x7][0xfd]E[0xfb]o,[0x96][0xa4][0xc5]g[0xbf][\r][0xec]' N.`i[0xc8][0xe1]SK&7=Ev|[0x9d]f&[0x1e]Yd[0xa8][0x93][0x82][0xda][0x88][0x90][0xda][0x4]Cm[0xf1]0[0xae]ua[0xfa]$[0xd3][0xb8]-[0xd8][0xcb][0xa4][0x16][0x80][0x98][0x4][0xce]h[0xb0][0xab]9[0xf8][0x18][0xc6][0xa4][0xb0][0x4][0xcf]H[0xc6][0xb9][0xf9][0x14][0xfa][0xe5]}[0xe0]$[0xb6][0xbb]%[0xff][0x16][0xbb][0xe4][0x8f]J[0x16][0xbc][0x95][0x8f]n'#6,[0xe9][0x1]4[0xab][0xf1]2L[0xc6][0xba][0xe5]b0[0xb1]$[0xdc]c[0xf4])T;*T[0x7]jU[0xc]u[0xaa][0xb]-[0xaa][0x1b][0x9b][0xd4]6[0x1c]PW[0xe0][0x16][0xb5][0x3][0x87]T/[0xa6][0xd5]N[0xad][0xc0]N[H[0xd7]G&[0xfe][0x84][0xb5]^[0xe9][0x91][0xd4][0xeb]2=[0x92][0xb2][0x19][0xa0]E_[0xa7][0xf1][0x10][0xf4]4[0xe9][0xa6][0xae][0xd7][0x5][0xaa][0x9c][[0xb9][0xff][0x94][0xbf]/[0xe1])[0xc7][0xba]#[0xe]f[0x9a][0x1c][0x95]k[0xa9][0xe5]ml[0xb1]N"[0x14][0x9c]G0P[0xec][0xf5]+=[0xf8]irekrd+[0x93]^9[0x9c][0xf];[0x9c][0xdb][0xc8][0xf1] [0xaf]qQ[0xb1]_[0xdd][0xe4][0x2]n?[0x89][0x6][0x8e][0xa7]>[0x8b]C[0xb]8[0xbc][0xdc]A[0xbb]=[0x7][0xb5][0xb9][0x7][0xb5][0xb9][0x7][0xfd][0x99][0xa6][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe]Y[0x7][0x8b][0xc2]z;[0xd8][0xfe][0x1f]PK[0x7][0x8][0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/runner/BaseTestRunner.class[0x95]X[0xb]|T[0xe5][0x95]?'[0xb9]3[0xf7][0xe6][0xe6][0x6][0xc2][0x0][0x81][0x0][0x91]IT[0x98][0xcc][0xe4][0x1][0xf8][0xe][0xaf][0xf0][0x8][0x10]H[0x2]%[0x8][\r]TaHn[0xc2][0xc0]d&[0xce][0xdc][0xe1][0xa1][0xb6]Z_m[0xed][0xc3]V[-[0xa8][0x80][0xd6]n[0xda]]v7`;[0xa4]Rmw[0xbb][0xea][0xae][0xee]v[0xbb][0xd6]}[0xd9]}t[0x9f][0xad]u[0xab][0xc5][0xb6][0xab]n[[0xdd][0xff][0xf9][0xee][0xcd]d2[0x19]*[0x85]_[0xee][0xfd][0x1e][0xe7];[0xdf]y[0xfe][0xcf][0xb9][0xf3][0xc2][0xbb]O=CD[0x8b][0xf9]K&5[0xd2][et[0x98][0xde][0x96][0xd1];&F[0xff]'[0xd3]_[0xe9][0xf4]k[0x93][0xfc][0xf4][0x96]A[0xbf]1[0xe8]][0x19][0xbe]g0a[0x9f]Y[0xe7][0x12]y[0x97][0x9a]T[0xc1][0x9a][0x8c]|[0x6][0xfb]A[0xc1][0xba][0xac][0x18][0xb2]R&[0xf][0xd3][0xa4]8[0x97][0xcb][0xc8][0x92]G[0x85][0xce]SL[0xaa][0xe6][0xa9]:W[0x9a]4[0x17][0xac]y[0x1a][0xde][0x1c]0x[0xba][0xcc][0xe5]r[0x9e][0xa1][0xf3]L[0x83][0xab]L[0xaa][0xa3]w[0xc][0x9e][0xa5][0xf3]l[0x93][0x16]p[0xb5][0xce]sL[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]\[0x93][0xe7]q[0x8d][0xc9][0x97][0xf0]|[0x83][0x83]:[0xd7][0xca][0xbc]N[0xe7]Ku[0xbe][0xcc][0xe0][0xcb]MZ[0xc4][0xb]L^H[0xef][0xe8][0x1c]2[0xe9]J[0xb0][0xe4]z[0xe][0xfb][[0xef]k%[0xf9]'[0xb3][0x88][0xc1][\r]"W[0xa3][0xdc][0xd6]dp3[0xb4][0xe5]E[0x6]/[0x96][0xf9][0x92]2[0xbe][0x82][0xaf]4[0xf8]*[0x93][0xaf][0xe6]k[0xc][0xbe]V([0xaf]3[0xb8]E[0xde]K[0xe5][0xb1]L[0xc8][0x97][0xcb]h[0x85][0xc1]+E[0xb6]V9[0xb8][0xca][0xe0][0xd5]&[0xce][0xae][0xd1]y[0xad][0xc1]m&m[0xe1]u:[0xaf]7[0xa9][,[0xe4][0xe7][\r]B[0xd4].[0xa3][0x8d]&obC[0xe7][0xe][0x99][0xac]1[0xb9][0x93][0xbb]t[0xde][0xac][0xf3][0x16][0x93]n[0xa0][0xb7]t[0xfe][0x80]I[0xbb]y+[0x94][0xe0]nYQF[0xd9]&[0x8f][0xeb]u[0xde]n[0x92][0xcd];t[0xfe][0xa0]I[0x3][0xdc]#[0x8f][0x9d][0xb2][0xb3]K[0x8e]\[0xa3][0xf3][0x87][0xc][0xbe][0xc1][0xe0][0x1b][\r][0xde]m[0xf0][0x1e][0x83][0xa3][0x6][0xef]5[0xb8][0xd7][0xe0]>[0x11][0xd7]6[0xb8]_[0x88][0x7]t[0xde][0xa7]s[0x8c][0xa9][0xb2][0xfb][0xfa][0xf6]mm[0xbb];[0xdb][0xb6]m[0xd8][0xbc][0xb6]kUg[0x1b]S[0xa0]c[0xf4]`[0xb4]9[0x1e]M[0xc]4w;[0xa9]Xb`)S[0xc5][0x9a]d"[0xed]D[0x13][0xce][0xf6]h[0x94]L[0x1d]h[0x96][0x8d][0xa5][0xea]rG[0x91]T[0x15][0xa7]`[0x9a][0x92][0xb6][0x9d][0x9][0xd6][0x10]f[0xc5][0xcc]![0xcc][0xca][0x87][0xf2])[0xa7][0xc][0x14][0x1c][0x9d][0x1d][0xaa][0xbf][0x90])[0xa7][0xa6][0xa3][0x7][0xed][0x9][0xc4][0xa5][0xfd]I<[0xe7][0xb8][0x7]b[0xc9]f[0x18][0xd4][0xde][0x9c]q[0x86]2[0xe][0xfc]fG[0x7]q[0xc8]l;[0xdc]k[0xf]91x[0xf]6[0x9f] ([0xd3][0xc2][0xd0]dWO^[0x11][0xa9]K[0xf][0xd8]G[0x98]|[0x7]][0xe7][0xeb]v[0xa2][0xcf]5[0x9b][0x11][0xed][0xeb]kK[0xa5][0x92])[0xa6][0xa6][0xb]X0[0x8f][0xe1][0xb6]}[0xa9][0xe4]!q[0x91][0xe2][0xc9][0xe0]4[0xb3][0xe8].[0xc4][0x6][0xdf]u[0xd1]X<[0x93][0x2][0xd1][0xca][0xb]r.X][0x95]N[0x8b][0xb5][0x92][0x9]9j[0xbb][0x82][0xa9][0xab][0x16]\[0x1c])[0xbc]#[0xae][0xee][0x96][0xb0][0xb0][0xfb] ][0x11][0xfb][0x8][0xbb]2[0xa1]jK[0xf4][0x9][0x8d])c[0x97][0x9]Ss[0xa8][0xfd]w4[0x82][0x8e][0x0]pM[0x19].v[0xd9][0x85]B[0xce][0xd7][0x1b][0x8f][0xde]|3S][0xde][0x99]5[0xf1]h:[0xdd][0x95]t[0xd6]%3[0x89][0xbe][0x9c][0xdb][0x97]N4r[0xfe]zc[0xde]:[0xa2]"n[0xf7]:[0xcd][0xed][0x89][0x83]H(![0xd8][0x16]MA[0xb6]|[0xfa][0xfc][0xcb][0xda][0xe3]q{ [0x1a]_[0xd5][0x8b]@L[0xe7][0x13]MIgb[0x8e][0xed][0xca][0x2][0xa1]=c[0xa9]9[0xd3][0xb4]Bq[0xc5][0xe4][0xea]@[0xa7][0xed][0xec]K[0xf6][0xe5][0x82]y[0x82]L[0xee][0xde]R[0xc9][0xc0][0x9][0xc9]~dh,[0xe1]g[0x14][0xf2]][0x16]^[0x1][0xfa][0xe9]v<:[0x94][0xb6][0xfb][0xb6][0xc5][0x6][0xed]Ui[0xd7][0xa6][0xe2][0xd5][0x8d][0xf5][0xc5] N[0x7]N[0x8]%"s#[0x80]q([0x95][0x14][0xdd]V[0xa5][0x6]2[0x83]v[0xc2]IK[0xba][0xec]*[0xea][0xa2][0xc9][0xac][0x4]Y5[0xd8][0xf][0x87][0xa6][0x17]9#[0xd0]#J[0xbb][0x6]2[0x91][0x95]9[0xdc][0xd3]B;%,[0xfc]v[0xc2][0xd5][0xac][0xd2]>[0xec][0xa4][0xa2][0xbd]N[0x9e]A[0x17][0x14][0xf][0x94]"[0x97][0xf4][0x8e][0x1f]2[0x1c]h[0x7][0xc7][0x8a]v[0x90][0xaa][0xc][0xb3][0xb1][0xa0][0x9d][0x12][0xc7][0xe5][0xdd]9[0xaf]1][0xfe]>[0x17][0x8c]y[0xae][0xac];6[0x90][0x88]:*GC[0x17]s[0xc6][0xf5]Jyo[0xdc][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec];[0x19]\67[0x93][0xb6][0xb7][0xda]qW[0x89]n%[0x89][0xd8][0xc3]N)[0xf4]G][0x8]LDI[0x81]9Xf[0xc])=[0xe0][0x3]gm_Rt[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0xeb][0x9b][0x0][0x94]%[0xf6][0xe2]\[0x1a][0x80][0xbc]}s~[0xc4][0xea][0xd0]"[0x99][0x12]K[0x94]H[0xd5][0xc8]#K[0xe4]#i[0xc5][0xc0]D[0xf0][0xac]*[0xa2]q{=*[I[0x2][0xbb][0xb5]y[0x9b]n[0xc1]Z[0x97]L[\r]F'[0xe4][0x93][0xd6][0xd7][0x1f][0x17][0xc][0x8d][0xe5][0xaa]j%[0xee]p[0xab]"[0x82][0x16]n[0xc7]R}[0xa8]8v[0x14]s[0xb8][0x95]V[0xa3][0x1d])X0[0x95]+[0xca][0xd0][0xa4];o[0x1d]t[0xfe]C[0x1e][0xc5][0xb8][0xae][@[0xe0][0xe4][0x8]|[0x8e]{yy[0x9e][0xa5][0xb0][0x9a]vKuI[0xfa][0x10][0x1e]C[0xf2]H[0x17][0xb9]f[0xab]-[0xbe][0x3][0x97][0x92][0xbd][0xd8][0x9d][0x9d][0xdb]][0x9d][0xe9][0x17][0xe3][0xf5][0xe5][0xf6][0xb5]xLLe[0xa5][0xf7]%[0xf][0xa9].`k[0x14]<[0xcd]~e[0x80][0xe][0xb5]W[0x14][0x81][0xa5]S[0x18][0x8a]: [0x92][0xa2]f,[0xeb][0x8d]{[0xbd][0x82][0xd9][0x9d][0xcc][0xa4]zm7>[0xa6]O[0xac][0xf7]M[0xc2][0xc7][0xa2][0xbb][0xe8]n[0x8b][0xee][0xa4];,[0xde][0xcf][0x7],z[0x82][0xbe]l[0xd1][0x87][0xe9]#[0x80][0x90]bU[0x17][0xc1][0x11][0xcf]e&2[0xc8][0xb6]8[0xce][0x83][0xb0][0x8b]+[0xa3][0xb2][0x87]E/[0xd3][0xdd][0xd0][0xf3]BE[0xd8][0xa2][0xbf][0xa1][0x97]p1',[0xba][0x9f][0x1e]`"[0x8b][0x93][0xc4][0x87][0xd1][0xe6][0x14]+N*}E[0xdd]#:[0xdf]l[0xf1]-[0x9c][0xd6][0xf9]V[0x8b]?[0xcc][0xb0]q[0x8d][0xda][0xc][0xd5][0x7][0x7][0x15][0xa2][0x7][0x7]3i'[0xb8][0xd7][0xe][0xc2][0x8e]N[0xac][0x17][0xe1]?~[0xcf][0xe6][0xbd][0xfb][0x1][0xfd][0x16][0xdf][0xc6][0xb7][0x8b]o[0x8a]\[0xc4][0x14][0xf9][0x1d][0xca][0x17][0xa4]u[0xf1].[0xe8]$[0x83]1P[0x1d][0xc0][0xb5][0xae]4-[0x16][0x94][0xef][0xd0][0xf9][0xce][0x9]F/^[0xe0]t[0xbe][0xcb][0xe2][0xbb][0xf9][0x1e][0x8b]?[0xc6][0x1f]G[0xc0]5&[0x92]^[0x80]X[0xfc][0x9][0xbe][0xd7][0xa2]?[0xa1]?[0x5][0xa2]byB[0x84]|[0x94][0xee]@:4[0xf6]Z[0xf4]g[0xf4][0xac][0xce][0x9f][0xb4][0xf8]S[0xfc]i[0xf8][0xae]3[0x96]N[0xe3]lP[0xf4][0x9][0xf6][0xba][0xee][0x82][0x8e]:[0xc6][0xe2][0xfb][0x94][0x87][0xd6][0xda][0xfd][0xd1]L[0xdc][0x9][0xe][0x81][0xf]:hx2e[0xf1]g[0xe9]Mx[0xb1][0xc9][0xe2][0xcf][0xf1][0xfd][0x16]?[0xc0][0x9f][0xb7][0xe8]6[0xba]]F_[0x0]d65a[0xe7]Az[0xd1][0xa2]W[0xe8]Y[0xa0]4[0x0]6[0xd5]$[0xc8]h[0xf1]C[0xb2]`[0xe5]G[0xaa][0x18]][0x8c][0xdb]4[0x94][0xb]zI[0x92][0xa3]c[0x81][0xe5][0x91][0xe5]A[0xa1]l[0xd6][0xa2][0xfb][0xf0][0xe0]/[0xf2]Q[0x9d][0x8f][0x8d][0x5][0xd2]Dd[0xd5][0xf9]a[0x8b][0x1f][0xe1][0xfb][0x99][0xe6][0xbf][0xf][0x14][0x8e]%_[0x1]P[0xe5][0xb1][0xcd]C'[0x9][0xad]G->[0xce]',[0xfa]!=k[0xd1][0xcf][0xe8]{[0x93][0x18][0xb8][0x10]#[0x92][0xc2][0x86]U[0xc5][0x1]H[0x18][0x9d][0xb4][0xf8]1[0x81][0x81][0xf3]b[0xd0][0xca][0xc2]L[0x92][0xa4]V[0xb6][0xc9][0x5]^[0x93]8j[\r]p[0x5][0x8d]J[0xb1][0xad][0xad]v:#[0x90]^]l[0xb3][0xdb]M[0xa6]Y[0x85]{n+[0xda][0x94][0xbb]-}[0x8]wgbM[0xe3][0xd8]%:[0xa8][0xad][0xe8]![0xa7]`[0xc3][0xe3][0xe6][0xa0]M([0xd8]Q[0xb1][0xdc]$[0xea]4y[0xd9][0xd1][0xe4]6RMn[0xf8][0x87],~\[0xbc]c[0xe]F[0xf][0xf][0xba][0xdf]g[0x12]1?@I[0xfe]-[0x9f]ML[0xf3][0x8a]%cG,[0xed][0xd8]j[0xdb]p[0x92]c[0xd6][0x9b][0x11]*Z[0xa5]J[0x11]JL[0xd7][0xe6]#[0xbb][0x9b][0xed]K'[0xaf][0xd4]O^[0x2][0xb0][0x85]&[0x16]~i[0x98]P[0x9b][0x92][0xd2][0x87]D[0xc6][0xf7]&|[0x9][0x15]o[0xe4][0xd1]F'[0xc5][0x99][0xfe][0xb8][0xf7]e[0x8a]~[0x3][0x15][0xdc][0x4]rx[0x9f][0xac][0xd8][0x8b][0xe][\r][0xe1]{[0x7][0xed][0xf2]E[0xf5]][0x1e][0xfc]J{[0xa4][0xb8][0xb8]mmk[0x91][0xb3][0xbb]&[0xb5]T[0xf9][0xdc]&5[0xbf]3B[0x93][0xe9][0xb7][0x8f][0xd5][0x9d]"G[0x90][0xe8]"@[0xb2]/[0xd6][0x1f][0x3][0x10]I[0xc4]N[0xa6][0xf4]v[0xa5][0x9]Iw{([0xac][0x85][0xda][0xa5][0xc4][0xfa][0xdd]0a[0xba][0xae][0x88][0xa7]v][0xa4][0xab][0xa4]s[0x9b][0x84][0xc4][0xb3]&[0xc4]E[0xfe]g[0xdf][0xf4]"[0xcb]c[0x9],!>[0x1]?P[0x86][0xc1][0xb7]][0xfd],![0xcd][0xca][0x9c]1[0xb6][0x93]([0xa5][0xe5][0xe9][0xf7][0xce][0xcc][0xc][0xad]-[0x1a][0x95]~[0xfb][0xa6]L4[0x9e].h9[0xc6]t[0xdb]9[0x11][0x1e][0x8e] [0xda][0xd1][0x6][0x94]&%[0x92][0xb][0x9a][0xa8]\[0xc3]8[0xbd][0xc8]2[0xaa][0xeb][0x90][0xcc][0xe2][0x9][0xe9][0xfb][0xe5];3[0xbd]#&[0x81]W[0xe][0x87]B[0x97]>[0xfb][0xf0][0xe6][0xfe][0xb][0xb4]=[0xed][0xea][0xb3]ao:[0xf7][0x19][0xd3]^T[0x91][0xaa]P{[0xf1][\r][0x1d]&p?[0x6][0xca]U+[0xab][0xf0][0xfe][0x88][0xb4]a[0xa8]`[0xf2][0xcb]C[0xd1][0xc6]Wblz[0x91][\r][0xa4]a^[0xb1]L8[0xf6][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xa1]h*[0x8d]j[0x1][0xb3]L[0x1f][0xe7][0xe7][0xf5][0x95][0xc2]j[0xea][0x90]k[0xc][0x94]3[0xaf][0xc1][0xcd][0xbb]7[0xbf][0x9]U[0xf7][0x8e]oyM[0xa3][0xac][0x1a][0xd2][0xde][0xbb][0xed][0xa1][0x1e]s-[0xa6][0xd5][0xd2]aj$[0xa6]#[0xe4][0xa3]j[0xba][0x99]n[0xc1][0xf8]V"*[0xa1][0xcb][0xc9][0x94][0x6][0xf]cC[0x8a][0xa4]z[0xa3][0x1c][0xab]_[0x2][0xef]T[0xef][0xf9][0xa0]E[[0x88][0xe7]=[0x98]][0x8b]3,[0xbf][0x12][0x86][0xcf][0x12][0x87][0xb5][0xaf]S[0xc9]i[0xc5][0xe7]c[0xb2][0x86]7[0xd1]\[0xd2][0xa8][0x96]>[0x8e][0x91][0xe5]R[0xd2]'[0xe8]^[0xbc]k[0xe9][0x93][0xf4])[0x8f][0xcb]*P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mY8[0x92][0xa5][0xd2],i[0x85]L[0x16]B[0x8c][0x90]bR[0xe5][0x12]zLd[0xf4]i[0xfa][0xc][0xd8][0xa8][0x12][0xeb][0xb1][0xbb][0x2]o[0xb9][0xca][0x17]~[0x92]|[0x85][0xac]"[0x90][0xa7]!O[0x1e][0x1f]}N[0xe9][0xab][0xda]M[0x8f]A[0xf][0x95]*[0xe6][0x8d]g[0xc8][0xf7]<-8G[0xfe][0x9e][0xb3][0xa4][0x83][0x19][0xe6][0x1]#P[0x96]%s[0x87][0xc][0xcb][0xdd][0xe1](Y[0x98][0x8d][0xe0][0x0][0xab][0x8b][0xe6][0x90][0x1f][0xcf]f<[0x17]Q%-[0x86][0x9][0x96][0xd0][0x2]HUOWA[0xde][0xcf][0xc3]x%[0xea][0x9a][0x9b]p[0x8d][0x88]t[0xe9]9[0xaa][0xe8][0x19][0xa5])gi[0xea][0xa6]Q[0xaa][0xc][0x7][0xa6]e)[0x10][0xce][0xd2][0xf4]a2;[0xe4][0x1d][0xf9][0xd6]i[0x10][0x96][0xd3][0xc][0xb0][0x12][0x8b][0xce]S[0xef][0x92][0xbc][0xcb][0xae][0xc3][0xee]R[0xec]/[0xa7][0xd9][0xb4][0x2][0xbb][0xcb][0xa9][0x8e]V[0xe6][0xb4],[0xc7][0xea][0x17][0xe8]A[0xcc][0x1e][0xc2][0x9f][0x86][0x95][0x1e][0x8][0xf2]E:[0xea][0xe9][0xbb][0xda][0x13][0xc4][0x94][0xdb]#[0xa2]R[0xa1][0xd5]V[0x83]~M[0x9e][0x3]L:[0x86][0xa8]Q[0xbf][0xf][0xd3][0xc3]*~j[0xe9][0x91][0xb][0xfa]sF![0xbb]u[0xf0][0xe7][0xfa][0xdf][0xea][0xcf]Zz[0x94][0x8e]{[0xec]6Bdq[0x88][0x11][0xd6]"[\r]Y[0x9a]Y[0xc8]m#[0xe9][0xb4]Iq[0xb][0xba]t9n[0x86][0xc7]MF'[0xe8]$[0xa8]k[0xe9]1z|[0x12]__Q[0xbe]][0xe0][0xbb][0xf9]"[0xf8]~[0x89]J4[0x96][0x8f]#[0xd8][0x96][0xe5][0x1b]E[0xbd][0xf1][0x99][0xa2]"[0xe2][0xab][0xf4][0xfb][0xee]}%[[0xc0]E[0x9c][0xf5]6[0xac]R[0xf5]([0xac][0x93][0xa5]Y<[0xc2][0x9d]b[0xa5][0xd9][0x9d][0xc3][0xd4][0xd5][0xd5][0x98][0xa5]9-Z[0xb5][0xf6]<[0xf9]#-Z[0xf8][0x1c][0xcd]E[0xe0][0xcd][0xb][0xd4]d[0xe9][0x92]j[\r][0x8f][0xc0]|<[0xb2][0x14][0xcc]R-[0x8f]t[0xe5][0xf6]/[0xc5]*[0x8e]^[0x96][0xb7][0xc9]][\r][0x81][0xcb]K[0x9f][0xa6][0x5]YZ[0xd8]5L[0x1]p[0xc3]m[0xe7]([0xd4][0xd3]p[0x96][0xea]G@[0x1d][0x1e][0xa5][0xc8]1*[0xf][0x7][0x1a][0xdc][0x3]-Z#[0xe3][0x0]v[0x9a][0xbe]M[0xcd][0x9e][0x14][0xd5][0xda][0xc8]0[0xad]m[0xf1][0xe5][0xae]Z,[0xa2][0xf8][0xb2][0xb4]$KW[0xe4]]W[0x84][0xe2][0xaa][0xbc]m[0xb9][0x1b][0xac][0x90]lSi&[0x82][0xb1]Z[0xbd][0xd7]!Hm[0x1a][0xa2]4[0xde][0xf][0xd1])[0x1a]A[0xbe][0xc8][0xfb]%[0xba][0x12][0x96][0x12]?<[0x8]@"[0xba][0x11]~[0xd8][0x8d] [0xde]C[0x15][0xb4][0x17]'[0xfb]p6[0x9].6[0xf8][0xf4][0x3][0x90][0x6][0xe8]2[0xda][0x7][0x8c][0xd8]Ok[0xe9][0x0][0xb8][0xc6][0x11][[0x83][0x14][0xa5][0x4][0xf5][0x82][0xbb]M)<[0xf][0xe1][0x96]4e[0xf0][0xff][0x8][0x1d][0x4][0x90][0x1d]F[0xb0][0x1e]A[0xca][0xdf][0x8c]|[0xbc][0x15][0xb7]~[0x4]^[0xbb][\r][0x9e][0xba][0x9d][0xfe][0x10][0x1e][0x1f][0x1][0xc5][0x19][0x0][0xde][0xf7][0x0]u/!__[0x86][0xff][0xde][0x80]D[0xe7][0xe1][0xff]_[0x2][0xb8]$&[0x86] [0xd1]|[0xdc][0xfa][0x7][0x8][\r][0x92]4"[0x12]NA[0xee][0xf5]H[0xcf][0x13][0xe0]R[0x8a][0xbb]*[0xd4]H[0x3][0xaf] F[0x4][0xfd]_[0xa6][0x1a][0x8c][0xfe][0x18]#[0xc4]A.[0x9e][0xde][0xc6][0x8d][0x92]DS[0xe9]U:[\r][0xea][0x12]H[0xfd][0x0]=I_[0x3][0x97][0x87][0xa0][0x89]D[0x9b]F_[0xf7][0xd2][0xd9][0xa5][0xca]*[0xe8]=K[0xa3][0xb9][0xa4][0xf3][0xa9]([0xad][0x18][0xa5][0xab][0xe7][0xdf];[0x83][0xae]If[0xe9][0xba][0x91]\H[0xfb]U[0xb8][0xde][0x9f][0x97]t[0x15][0xb9][0xeb]+[0xe8][0x1b][0xf4][0x14][0xf6]5:G[0xdf][0xf4][0xd8][0xfd][0x17]f[0x1a][0xde]1[0xee],]Q[0x13]y[0xe6]q[0xda][0x13][0xa9]Y[0x12]h[0xc9][0xd2][0xd2][0xa3][0x88][0x1a]d[0xf5][0xb2]aZ/K[0xcb][0xd5][0x92]Y[0xfa]$[0xad][0x18][0xa6][0xab]de[0xa5]ZY[0x10]y[0xa6]F[0xdb][0xf3][0x84]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8][0x98]V[0xc4]x[0xf9][0x19]Z[0x15]X[0x9d][0xa5]5w[0x95][0xf2]0[0xe9][0xa0][0xee][0x94][0xd1]{'[0x1b][0xc6]Em[0xa1])x[0x1e][0xc3][0xec]ad[0xe2]#[0xf0][0xf6][0xa3][0xb0][0xda]qT[0x80][0x13]@[0xd5][0x93][0xd8][0xc][0x80][0xf4]8r[0xf3][0x9][0xda][0x81]|[0xbb][0x1][0x99][0x16][0x5][0xed][0x0]|![0xea][0x85][0x95][0xe8][0xbd][0xf4]4[0xbc])[0x16][0x89][0xe5][0x14][0x8d][0xd1]3[0xf4]-(X[0x2][0xda]o[0xc3][0xe2]bA|[0x83]z*[0xaf][0xf0]`[0xcb][0x1f][0x9e][[0xa4][0x90][0x1][0xe2][0xe1][0x91]q[0xf3][0xf9]s\[0xfd][0xf4][0x1d][0xc4][0x8b][0xd4][0x1c]|[0xaf]z[0xbc][0xb6]y[0x90]:;[0x12]X[0x9b][0xa5][0xb6][0xa3]T[0x19][0x89][0x4][0xd6]ei[0xbd][0xb6]'K[0x1b]F"[0xe3][0xda]NQ2~[0x3][0xc8][0xf7][0x14]83[0xef][0x86][0xd9][0xb9][0x1b]f[0xd3]s*>[0xca][0xe8][0xf9][0xdc][\r]{[0x14][0x90][0x13]5[0x9d][0xa1][0xf6][0x92][0x13][0x14]B[0x8e]Ua[0xf8][0x4]][0xe2]eb[0xb8][0x14][0xd3],m[0x14][0xdc][0xd8][0xe4]&[0xe3][0xa6]p[0xe1][0xbd][0xdf][0xa1]i[0x90][0xba][0x1][0xfc][0xc7]Kb[0x13][0xfd][0xb9][0x80][0xbb][0xa6][0xc9][0xef][0x1e][0xaa]`[0xbc]@/[0x82][0xfa][0x1e]UhX[0xc9][0xe6][0x8b][0x8c]RGat}?Ox_Nx[0x9f][0x17][0xdc]c[0xb5][0xa7][0x9a][0xfe]R[0x9d][0xfb]+[0xcc][0xbe][0x9b][0xeb]$"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xf1]w[0xba][0x80][0xe9]+y[0x92][0xb1][0xc7]T[0xa3][0xbf]Fn[0xba][0x7][0xd7]z-[0xc8][0x9c][0x80]1J[0x9d]R[0x91][0x11]{S[0xc2]_[0xa3][0x92][0xa3][0xa4]k[0xc3][0xa4][0x95][0x9e]*[0xe0][0xf8][0xcf]y[0x1c][0xe7]x[0x1c]M[0xf9][0xdd][0xc9][0xe3][0xb8][0xd2][0xb3][0xec][0xb4]@[0xd7](m[0xde]t[0x8e][0xb6][0xf4][0x84][0x3][0x1f]8K[[0xc7][0xf5]uC[0xe2][0xdf][0xc0][0xf0][0xdf]s[0xcc][0xfc][0x0][0x84][0xef][0xab][0xaa]h[0xca][0x8f]\.3n[0x82][0xe1]$[0x8f][0xb6]0[0x18]u[0xbb]e~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]&i)Pl[0xcf][0xd2][0xf5][0xa3][0xb4]][0xaa]n[0x96]v[0x84][0x9f]#[0x1d][0xef][0xf][0xe][0xd3][0x82][0x8e]a[0xaa][0xeb][0x18][0x9f]Wa[0x1e][0xe8][0x1c][0x9f]k][\r][0xe8][0x8]t[0x14][0xb3]z[0xb8][0xae]G[0x95][0xb5]Ex/[0x86]{[0x96]y[0xf3]V[0xdc][0xb9][0x8]+[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xda][0xa9][0x3][0xeb][0xad][0x18][0xb5][0xe6]t[0xd8][0x9]O[0x11][0xfd]7f?[0x6][0x2][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xfc][0x4][0xe7]^[0x7][0xe4][0xbe][0x1][0xbe]o[0x82][0xf3]y[0x80][0xda][0xcf][0xc1][0xe5]5[0xf0]y[0x1d][0xcd][0xcb][0x1b][0xe0][0xff]&n8[0x8f][0xfe][0xe2][0xe7][0xe0][0xf4]S[0xf0]{[0x9d][0xda][0xb0][0xde][0x8e][0xf5][0xe][0xac]w[0xe2][0xbd][0x99]~[0xa1]lr%<[0xdf][0x88][0xf7][0xdf][0xd2][0xdf][0xc1][0x16][0x8b]1[0xfa]{5Z[0x9e][[0xeb][0xf4]F[0x92]*][0xf4][0xf][0xf4][0x8f]$[\r][0xc0]+[0xb9][0x10]_[0xe2][0xb9][0xd6]p-[0xb4][0xb3]0[0xde][0xde][0xca]s[0xa4][0xe1]u$r[0xfe][0x7][0xde][0xf9][0xfb][0xf0][0x16][0xa0][0xad]F[0xad][0xeb][0xec][0x9c][0xbb][0xa2][0xe1]y[0xf2][0xd5][0x9c]j[0x18][0xa5]]@*_[0x8b]Vs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x15][0x14][0x0][0xc2]|[0xc8]c\[0x7]FD[0xbf][0xc2][0xb1]_[0xc3][0xc0][0xbf][0x81]K[0xdf][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xa7][0x19][0x97][0xd2]L.A[0xc1][0xd6]r[0xca][0xcd][0xc2][0xfb][0x9f][0x10]M[0xe2][0xde][0xea]\CTM[0xff][0x2][0xdc][0x91][0x8b]g[0xa8][0xd6][0xa8][0x4]|[0x2][0xf4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xca][0xe8][0x87][0x8][0x1a]W[0xb8][0xc3]^`[0x4][0xcf][0xd1][\r]H[0xd7][0x1b];[0xce][0xd1][0xee][0x9e][0xc8]Y[0xda][0xd3][0x19]FE[0x8e][0xa2]'[0xd8][0xdb][0xd5]8J[0xbd][0xe3]JW[0x89]2\N[0x6][4[0x8d]+[0xa8][0x8a][0xa7][0xd0]\[0x9e][0x9a][0xc3][0x5][0xf7]+=[0xa7]uzrC>[0xc3]y![0xf5][0x98]/v;[0xd2]{$[0xfc][0xb4]MO[0xb4]Q[0xec][0x82]\m[0x93]Mg[0x9f][0xa7]9[0x11][0xc7][0x9][0xfe]'Nw[0xd8]qQ[0x97]k[0xe1][0xeb] [0xc3]$[0xf9][0xbe]G[0x98]VJHQ>P[0x84][0xe1].[0xab]e[0xaa][0xdc][0xb2][0x96]Zs[0xff]x[0x18][0xc6][0xc7][0xe2][0xc5][&[0xd6][0xca][0xd4][0xb]D[0x87]V[0x83][tahv[0xd6]0Ss[0xeb][0x17]?[0x87]i[0xe8]g[0xc0][0x6]4[0xf6][0xd0]op[0xd0][0xe2][0x10][0xa3][0x6][0xc7]-^[0xe2][0x8a]>[0x1][0xd7]Mvr[0x0]PK[0x7][0x8][0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/runner/Version.classmQ[0xcb]N[0xc2]@[0x14]=[0x3][0x85]B[0xad][0x82][0xbc]|[0xe0][0xfb][0x95][0xe2][0x82][0x6]ua[0xa2]qc[0xe2][0xaa]Q[0x13][0xc][0x1b]W[0x3]LpH[0x1f][0xa6][0xb4]&[0xfe][0x95][0xba]P[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x9]Q[0xe9]b[0xee][0xdc]s[0xcf]=[0xf7][0xdc][0xe9][0xd7][0xf7][0xc7]'[0x80][0x16][0xf6]4[0xa8]X[0xc8]a1[0x8f]%,k[0xc8][0xa2][0xae]a[0x5][0xab]*[0xd6]T[0xac]3dO[0xa5]+[0x83]3[0x86][0xb4][0xd1][0xe8]0([0xe7]^_0[0x14],[0xe9][0x8a][0xcb][0xd0][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff][0x86]wmBJ[0x96][0xd7][0xe3]v[0x87][0xfb]2[0xca][0x13]P[0x9][0xee][0xe4][0x88][0xa1]f[\r]C[0x12]1[0xfd][0xd0]u[0x85]ov[0x84]?[0x92][0x9e]{[0xc2][0x90][0x92]}[0x86][0x8a][0xd1][0xb0][0x86][0xfc][0x81][0x9b]6w[0x7]f;[0xf0][0xa5];[0xa0][0x9a][0xe2]p[0xe9]R[0xaf]q[0xfb][0xbf][0x1a];[0xe1][0xfe][0x80][0xb4][0xcb]S[0xca][0xc]Z[0xdb][0xb][0xfd][0x9e][0xb8][0x90][0x91][0xb]=[0x19][0xd8][0x8c][0x88]:r[0xc8]S[0xf7]Q[0xb3]u[0xa0]bC[0xc7]&[0xb6]t[0x14]PT[0xb1][0xad]c[0x7][0xbb]dh[0x9a][[0x86][0xe2]d[0xce]Uw(z[0xc1]/[0xa8][0xfd]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84]C[0xcf][0xe4][0x85]T[0xa8][0x8e]MI[0xcf][0xbc]&G[0x1][0xf9][0x12][0xdc]!_[0xe5])0[0x83]z[0x1f]e6[0xcd][0xa8][0x1a][0xd3][0x96]%[0x8f]Y[0xfa]K[0xd1][0x97]F*Z[0x0][0xb4]"e[0x87][0x14][0x19][0xc5][0xcc][0xfe][0x1b][0xd8]3]R[0x98][0xa1]S[0xa3][0x8]jP[0x88][0xa8][0xd3]M[0x1f][0x93]0[0x8b]9[0x8a][0xf9]h[0xdb]D[0xa0][0x1e]WH[0xb6][0x94]z[0xa2][0xc0][0xe2][0xf6]l[0xc][0xea]D[0x9c]G)![0x1e][0x93]d[0x84]j/H[0xbf]CyE[0xe6][0xef][0xb8]b[0xcc][0x9f][0x8c][0xd3]PF%[0xd6][0xac][0xc6][0xcc][0xda][0xf]PK[0x7][0x8][0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]junit/runner/logo.gifs[0xf7]t[0xb3][0xb0]LTc[0x90]b[0xf8][0xce][0xc5][0x0][0x4][\r]`[0xdc][0x0][0xa6][0x1a][0xc0], `[0xf9][0x3][0x84],[0xfe][0xfc]a[0x18][0x5][0xa3]`[0xe8][0x83][0x3][0x7][0xe][0xfc][0x7]R[0xff][0x19][0xfe][0x83][0xa9][0xff]`[0x16][0x10]([0xfe]dad`[0xe0]b[0xd0][0x1])[0x2][0xe5][0x9][0x7][0x8e][0x85][0xc][0xa2][0x1c]2[0x1e][0x1b][0x16][0x1c]l[0xe6][0x10][0x96]r90aa[0x13][0x8b][0x80][0xb2][0x93][0x88][0x86][0xe1][0xa3][0x3]m[0xbc][0xe2]I2[0x1a][0x17][0x17][0xb8][0xb6]*8w[0xe9]tl\rx[0xa2][0x86]w[0xd1][0x1f][0x8f][0x9]O][0xa7][0xea][0x1b][0xaf]+[0xb9][0x19][0xb8][0xc4]s[0x86]Fn[0xde][0x99][0x99][0xc1][0xa9]G[0xfb][0xed][0x85]'[0xd8]X[0x86][0xdc][0x8]Xr[0xb0][[0xc2]r[0xd9][0x9b][0x1f][0x85]O[0xdc];[0xf9]Bg[0xcd][0xf1][0xc]V99[0x8b];~UKf`[0xba][0xcb]L[0x8d][0xd8]iON[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x9e][0x9c][0xa4]-[0xfb](&[0xca]X[0x81][0xc1][0x1a][0x0]PK[0x7][0x8][0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/textui/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/textui/ResultPrinter.class[0x8d]V[0xf9][0x14]g[0x19][0xff]N[0xb2][0xc9]N6[0x13][0x8e][0x85]p[0x86][0xb2][0x89]6[0xdd]$[0xc0][0x16]-[0xd8]OB)[0x1][0x12][0x8][0xa4]P[0x93][0x5][0x4]/&[0x9b]I[0x18][0xba][0x99][0x89][0xb3][0xb3]@[0xb5]J[0xf]j[0xb5][0x1e][0xf5][0xb6][0xd4][0xa3][0xd4][0xb]o[0x8b][0xc2]B[[0xad][0xf5][0xa8]G[0xbd][0xb5][0xde][0xf7][0xd1][0xff][0xc0][0x9f][0xad][0xdf][0xe7][0x9d][0xd9][0x83]0[0xb][0xdd][0xcf]g[0x9e]}[0xdf]w[0x9e][0xf7][0xfb][0xdc][0xcf]3[0xcf][0xfd][0xef][0xc9][0xa7][0x1][0xac][0xc7][0xb][0x9][0xdc][0x8a]{Z[0xb0][0x19][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9]/ArJ[0xc8][0xfd]B[0xde].[0xe4][0x1]![0xef]H[0xe0][0x9d]xP[0xc7][0xbb][0xe4][0xff][0xdd]q[0xbc]'[0x1][0x3][0xf7][0xe8]x[0xaf][0xfc]?$[0x1c][0xef][0x93][0xd5][0xfb][0x13][0xf8][0x0]>([0xe4]C:>,[0xc7][0x1f][0x91][0xcd]G[0x85]<[0xac][0xe3][0xb4][0x8e]G[0x84][0xed]c:>[0xae][0xe3][0x13]:>[0xa9][0xe3][0xd1]V[0x9c][0xc1]cB>[0x15][0xc7][0xa7][0xe5][0xca]g[0x84]|V[0xc8][0xe7]t[0x9c]M[0xa0][0x13][0x9f][0x97]K_[0x10][0xd1]_[0x94][0xed][0x97][0x12][0xf8]2[0xbe]"[0x98]_[0xd5][0xf1]5[0x1d][0x8f][0xcb][0xf2][0x9c][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0xf3]:.[0xe8]([0xe9][0xb8][0xa8][0xe3][0x92][0x8e]'[0x12]x[0x12]O5oyh[0xb][0xe4]'[0xbb]o[0xea][0xf8][0x96][0x8e][0xa7]u|;[0x8e]g[0xe2][0xf8]N[0x1c][0xdf][0xd5][0x10][0x9f]:[0xe0][0xd9][0xbe][0xe5]ih[0x1f]=j[0x1e]33[0xb6][0x9b][0xb9][0xdd][0xb3][0x1d][0xdc][0xf7],sf@8[0xb6][0xb9][0xf9][0xe2][0x8c][0xa3]A[0x1b][0xd1][0xd0][0xbc][0xc9]vl[0xb3][0x86]e[0xe9]H[0xfe][0x9e][0xfd][0x1a]b[0xdb][0xdc]IK[0xc3][0xfc]Q[0xdb][0xb1][0xf6][0x14]g&,/kN[0xe4]y[0x92][0x1c]usf~[0xbf][0xe9][0xd9][0xb2][0xf][0xf]c[0xfe][0x11][0xbb][0xa0][0xa1]c[0xf4]h[0x91][0xc8][0x19][0xdf]:[0xe1][0x17][0xed][0xcc][0x98]U([0xe6]}[0x85]ly[0xd4][0xa2][0xf9]x[0xa8]f[0xd3][0xac][0x9c]iH[0xa5][0xc3][0xb]S[0x9e]9c[0x1d]w[0xbd];2Y[0xab][0xe0][0x7][0xf7][0x6]v[0x89][0x1e][0xcd][0x9e][0xda]T[0xb1]#Yi[0xa1]Wt[0xb2][0xf6][0xc]u[0xd1]vQm%[0xe0][0x80]iS[0xba];3[0xcb][0xeb][0x8d]iAkU[0xe7];-sR[0xd4][0x88][0xa5]wU[0xf][0x87]<[0xcf][0xf5]h[0xc3][0xea][0xab][0xea]$[0xfc]m[0x8a][0xd8][0xb4][0xf3]E*[0xa7][0xc1]P[0xfb][0xed][0xd6][0x94][0x95][0xf3][0xb9]][0x1b]:[0xb5][0xe8][0xdb][0xf9][0xcc][0x90]S[0x9c][0xb1]<[0xd3][0xb7]]g`$8[0xcf][0x9b][0xce]t[0x86][0x9e][0xb6][0x9d]i[0x5][0xa7][0xd9][0xd4]~[0xc2]u[0xb7][0xba].o/[0xad]s[0x99]N[0xcb][0xb9]EqZ[0xcc][0xbf]sV[0xc5][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[\r]K.[0xf][0xe][0x19][0xc3][0x0]m[0x8c][0x86][0xdd][0x14]ikh[0xda][0xc0]f"[0xb6][0x8c][0xdb][0xd3][0x8e][0xe9]s[0xab]a[0xb4][0x8e]e[0xd7]B[0xa9]cxk[0x8d][0xdf]4tF[0xfb][0xbd][0x8c]2[0xa2][0x92]!p[0x93][0x86]UW[0xe5][0xd5][0xb0][0xb0][0x6][0xba][0x1c][0xed][0x5]5gY[0xcf][0xcc]Yu[0xf3][0xaf][0x8c]SUr[0xd8]uU[0xe2].[0xb2][0xf2][0xe6]l[0xc1][0x9a][0x94]L[0x1b],[0x4][0xb6][0xb0][0xea][0x98]GQ[0xd1]h[0x99][0xb6][0xfc]re.M[0xf7][0xd4][0xa9]M[0xdd][0x9c][0x9c]T[0xc9][0xa7]a][0xb4]>[0x3]5[0xe0][0xd9]#[0x9e]{\b[0x1a]T[0xa9][0xcf][0xd7][0x12][0xf6][0xc8]k[0xcc]-[0xab][0xd2][0x13][0xe6][0xdc][0xd6][0x90][0xa0][0xdc][0xd0]R[\r][0xb7][0xd6][0x95]<[0xe7]t[0xb0]P[0xb0]<[0x9][0xba]\[0xb5][0x2][0xc5][0x83]4[0xa6][0x1e][0xdd]/[0x8d][0x9d][0xf9]n9[0x93]Y[0xa5][0xfa][0xf2]:[0x82][0x5][0xb2][0xa5][0xe0][0x9b][0x9e][0x1f][0xf0]%[0xc6][0xdd][0xa2][0x97][0xb3][0x86]m[0xd5][0x83].[0xeb],[0xeb][0xc4]>[0x3]C[0xc8][0x1a][0xd8][0x86][0xed][0x6][0x6][0xb1][0xd5][0xc0]>[0xec]7p[0x0][0xaf]1pP[0xc8][0x8c][0x90]Y[0xbc])[0x8e][0xef][0x19][0xf8]>[0xb2][0x1a][0x16]o[0x1a][0x1b][0xca][0xee][0x1b][0xdb][0xb3]9[0xe5][0xbb][0xa9][0x9c][0xeb][0xf8][0xb6]S[0xb4][0xe4][0xdd][0xb3][0x8c][0xd6][0xdc]hn-[0xda]y[0x95]E[0xcd][0x12][0xfa][0xfe][0x94][0x81][0x1f][0xe0][0x87][0x6][0x1c][0xb8][0x6]~[0x84][0x1f][0xc7][0xf1][0x9c][0x81][0x9f][0xe0][0xa7][0x6]~[0x86][0x9f][0xb3]T-[0xb1][0xd3][0xc0]![0xbc][0xd6][0xc0]/[0xe4][0xf8][0x97]r[0x1c][0x9f]*[0xbb];[0x91]=byV[0xea][0xb8]YPH[0xbf][0xa2][0xfb]R|[0xfa][0x99]o[0xe1][0x1b]![0x1a][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]q[0xfc][0xda][0xc0]o[0xf0][0xbc][0x81][0xdf][0xe2]w[0x1a]V^%a[\r]La[0xda][0xc0]Q!w [0xcf][0xeb]=[0x84][0xff]=[0xfe] 2[0xfe]h[0xe0]6?[0x4]7[0xf3][0xe3]U[0xc3][0x16]4[0xf0][0xc3][0x8e][0xfd]J}[0xe0][0xb1]y[0x91].[0xe4][0xf9][0x10][0x86]Iwp[0xb7][0x97][0x1c][0xc2]3[0xbf][0xf7]"[0xb4][0xde][0xc6][0xb]h[0xe8][0xed][0xbb][0x80][0xc6]s&[0x9f]H![0xe8][0xc3][0x84]q[0x88][0x9d]"[0xc7][0xfa]}[0x98]u[0xf1](S[0xaa][0xea][0x81]3[0x15][0xf][0x9c][0xa9]T[0xf]?[0xe7]B[0xf][0xc][0x86]}[0xa5][0xed][0x12]^[0xb5][0xfa][0xc1][0xc5][0xb8][0xd9]-[0xa1][0xff][0xf1][0x8a][0xb8]f[0x15][0x8f]\[\r]\[[0x5][0xae]-l[0x1b][0x9a]|n[0x86]p[0x19][0xb5][0x7][0xdb][0xeb]y4[0xce][0x85][0x99][0xae][0xe9]qM![0x8c][0x6][0xf][0x85][0xf0][0xf2]([0xb9]E[0x97][0x84][0xf2][0xd9]@Dt[0x1d]Z[0xef][0xd6]$O[0xa2][0xa2]L[0x2]>[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x81]c8[0xae][0xda][0xef][0x9][0xdc][0x19][0x89][0xbc])[0x2][0xb9]H[0xe4]c[0xd7]D~3[0xde][0xa2][0x90][0xef][0xc2][C[0xe4][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]v[0x9c][0x9b]c[0xec]]5>[0xd3]*`Z[0x8][0xa6][0xb1][0xb][0x94]![0x8e][0x86]I[0xa8]Z{[0xf2][0x16]I[0xbb][0x83][0xe7][0xd1]p(v[0x98]CpA[0xfa][0xb1] [0xe5]%[0x95]d*[0xce][0x9d]V[0xf7]R[0xf1][0xfb]8[0xb3]NQ[0xf1][0xfb][0xd9][0xe2][0x1f][0xa8][0xd3][0xe2][0xcb]rO[0xaa][0xfb]w[0xff][0x1f]PK[0x7][0x8][0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]junit/textui/TestRunner.class[0x8d]X[0x9]x\U[0x15][0xfe]_fy[0x93][0xe9]k[0x92]&M[0xda][0x94][0xb6]L[0x95][0xd6]t[0xa6]iZ[0x84][0x14][0x93]Z[0xa0]1[0x85][0x94]$-M[0xd2]U[0x84][0x97][0x99][0x97]f[0xda][0xc9]L[0x98]y[0xd3][0xb4][0xa8][0xa8][0x88] [0xb2][0x89]J[0x91]}[0x9][0xa2]B[`[0x12]([0x16]P[0x1]-[0xae][0xb8][0xef][0x8a][0xe2][0xbe]+[0x8a][0xa2][0xe0][0xee][0xbc][0x99]L[0xd3][0xd7][0x94][0xaf]_[0xef][0xbb][0xcb][0xb9][0xff][0xd9][0xcf][0xb9][0x93][0xc3][0xaf]>v[0x8][0xc0]rM+[0xc7][0xb5][0xb8].[0x88]i[0xb8]^[0xc7][\r]Axp[0xbd],>[0x12][0xc4]J[0xdc]X[0xce][0xd9]Gu|,[0x88][0x0]>.[0xdb]7[0xe9][0xd8]+[0xdf][0x1b]e[0xb8]Y[0x86]O[0xe8][0xb8]%[0x88][0xca][0xfc][0xce][0xad]2[0xbb]-H[0xc4][0xdb][0xa7][0xe1][0xe][0xdc])pw[0xc9][0xc1][0xdd]2[0xbb]GX[0xdd][0x1b][0xc4]([0xee][0xd3][0xf1]I[0xd9][0xbe]_[0xe8]?%[0xf4][0x9f][0x96][0xb3][0xcf][0x4]1[0x7][0xf][0x4][0xf1] [0xf6][0x5][0xb0]?[0x80][0x3]A<[0x84][0x87][0x3]xDhs[0x1][0x8c][0xc9]z\[0x86]Gex,[0x80][0x83]:[0x1e][0xf]"[0x82][0x1b][0x3][0xf8][0xac]|[0xf][0x5][0xf1][0x4][0x9e][0xc][0xe0])Y|.[0x80][0xcf][0xb][0xe2][0x17][0xe4][0xfa][0xd3]2<[0x13][0xc0][0xb3]r[0xf2]EY|I[0xc7][0xe1] [0x9e][0xc3][0x97]E[0xbb][0xaf][0xe8][0xf8][0xaa][0x86][0xc0][0xc0][0xfa]tk[0xcc]x[0xc2][0x8a]ihj[0xe8]p[0xbf]_[0xa2]v[0xef]`:5"[0xb6][0xcc]{[0x9c][0x81]jg[0xe9][0x4][0xcd]*z}[0x12][0x19]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x1e][0xdb]L[0xdb][0xc2][0xa4][0xb6][0xd4][0x88][0x8c][0x8c]xr[0xbb][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]U7[0xd9]Jh[0x1e]E[0xe1][0xb8][0xbc]=[0x19][0x13][0x8c][0xaa]([0x3][0xca][0xb6]&,[0xa6]a~[0xc3]q,[0xea][0x8b][0xa5]6HD[0x9d]z[0xc][0x1b]m=[0x9e]GF[0x94][0x89][0xb5][0xad]b|[0x87][0xe9][0xdc][0xa9][0xaf][0x94]gD[0xe9][0xde][0xb8][0xe8][0xa4][0xad]ep[[0xc9]X~[0xa5][0xd3]k[0xf9][0x99]o[0xd8][0xcc]f$[0xf3][0x1a][0xb6][0x8a][0x15]Jm[0xd8][0xbe];j[\r][0xdb][0xf1]TR[0xb8][0xf][0x99]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xd7][0xb0][0xcd][0xdd]z[0x1a]}[0xe9]5[0xd3][0xdb][0xe9][0x8a][0x1a][0x17][0x12]q[0xbf][0xc8]"1[0xec][0x86]0[0xb5][0x1e][0x1e][0x2]S[0x1b][0x6][0xbc][0xdd]A[0x7][0xec]&[0xbb][0xb8][0xe3]0[0x89]t[0x1a]d[0xc8][0xb2][0x7]StL[0xb0](3[0x5][0xa9][0xa4][0x92]=[0x84]OX][0xce]q[0x9b][0x8b][0xef][0x8f][0xde]9[0x9e]'[0xca][0x89][[0x8]Y}[0xc8][0xca]d[0xcc][0xed][0x94]![0x98][0xb1][0xec]b[0xd5][\r][0xf6][0xa4][0xb2][0xe9][0xa8][0xb5]&.9_9[0x11][0xf0]K[0x85][0x99][0x8e][0xaf][0x19][0xf8]:[0xd6][0x1b]8[0xb][0xdd][0x1a][0xe6][0x1c][0xbb]$[0x9][0xc5][0xb9]2[0x9c]m[0xe0][0xad]`M[0xad]w[0x13][0xac]G[0x12]K[0xa8]z[\r][0xf4]`[0x9b][0x86]Y[0xc7][0xa8][0x9e][0x6]R[0xd8]&[0xc3]p[0x91][0xab][0x9b][0x8a][0x6][0x86][0x90]4[0xf0][\r]a/[0xbc][0xfb][0xf3][0x8a][0xcc]:[0x80][0xd9]9[0xd4]o[0x1a][0x85][0xb7]k[0xbf][0xfc][0xed][0x0]5[0xb4][0xca][0x1c]G[0xe6]9[0xc4][0x2].&[0xb7][0xf7]@[0x1e][0x88]5x?O/[0xc1],\[0xaa][0xe4][0xc][0x11]o[0x16][0xbf][0x3]x[0xa7][0xb2][0xe4][0xec][0xa2][0xc4][0xb3][0x95][0x9c][0x92][0x9][0xef][0xc2][0xbb][0x1d][0xfe]w[0x93]F[0xf8]/+[0xcd][0xae][0x13][0xba][0x96][0xe4]0w/t[0xef]8[0xe6]y[0xf8][0x14][0xd5]][0x7]0[0x9f][0xbb]'[0xe6][0x10][0xf2]qG[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x1e][0xb9][0x15][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x8f]\[0xce][0xdd]+[0x98]=W[0xa2][0x16]W[0xd1][0x96]W[0x93][0xe6]:R}[0x98]U[0xf6][0x1a]Dp-mz}1[0x15]*[0x98][[0x17][0xd3]be<[0xad](J[0xbc][0x8c][0x9a][0xbd]W[0x85]PC1[0xc3][0xf8][0x10][0xce][0x97][0x1c][0xed]%[0xde][0xb][0xc8][0xdf]O[0xaa][0x17]tU/[0xe8][0xf6]4{=[0xcd][0xbe]Z_[0xe4][0xd0][0x9d][0xb8]5R[0xeb];[0xb9][0xfa][\r]9[0xbc][0xf1]&[0x94]{[0x9b][0xbd][0xa3][0xb8]L[0xed][0x9c][0xa4]v[0xaa][0xc3][0x91]K}[0x1a][0xd7]9,[0xec][0x1a][0xc5]Nu[0xb4]H[0x1d]E[0x9c][0x93][0x16][0xbd][0xbf]ji[0xe]oj[0xd6][0xeb][0xfd][0x9e]Z[0xfa][0xa2][0xa1][0xab][0xde]_[0xab]{/[0xc8]aq[0xf7](V[0xa8];aug[0x11][\r]r[0x10][0x11][0x1a]mIuc[0xe]K[0xc7][0xd1][0xc4][0xb1]z[0x19][0x87][0x1c][0x96][0xd3]L[0xa3][0x8][0x8]y[0x17][0xa1]G_3[0x97]T/P[0xd7]X)[0xe7]l[0xa9]>y[0xc]o~[0xa2]Qm[0xed][0x85][0x11]^[0xd2]X[0xcb][0xfa]s[0xca][0xbe]0-|j[0x8b]/\[0xef][0x93]u[0xc5][0xbe][0x16][0x9f]P[0x17][0xb8]4[0x13][0xba][0xde][0x97][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0xcb]}[0x1a][0xe4])<[0xcf][0x1f][0x5]s[0xf8]3[0xe3][0x5][0xf5][0xcd][0xbb]b[0x80][0x86][0x7]n[0xa2]c[0xf7]2Xn[0xa6][0xc3]oa[0x98][0xdc][0x8a][0x13]q[0x1b][0xc3][0xf0]v[0x86][0xe9][0x1d][0xac]:w20[0xee]b[0x89][0xbb][0x9b][0x5][0xf2][0x1e]V[0x9c]{[0x19][0x1e][0xa3]4[0xfc]}[0xdc][0xbd][0x9f][0xe3]-x[0x80][0xff][0xc6][0xf0] [0xb9]<[0x84][0xc3]x[0x98]\r[0xfc][0xd1]2FN[0xe3]x[0x11][0x8f]*7[0xe][0xd0][0xed]}[0x98][0xcb] [0xdc][0xa9]Jm[\r][0xc3][0xf0][0xc][0xa6][0x8a]A[0xfc][0xf]p[0xe6][0xe3][0x8d]r[0x95]*>[0xde][0x99][0xab][0x9c][0xec]S[0xfe]r[0xc2][0x92]3q[0xb7][0xa4][0xc1][0xab][0xb8][0x8c](e[0xc4]y[0x85][0x81][0xb4][0x93];[0xe5]xY[0x5][0xad][0x17][0x1f]T[0x85][0x95][0xbf][0xbb]8[0xf2][0xd7][0x80][0xd3]n [0x8d][0xa4][0xc3][0xbc]p$[0x87][0xd3]j[0xf0][0x96][0x1c]ZZ[0xbc][0xf5][0xde]%[0xe3]hUv[0x9c][0xe7][0xd4][0x19]OIU?[0xc4]\[0x82][0xf1][0xf9][0xa4]R`U[0x1e][0xa0][0x98]%[0xf3][0x94][0x10][0x9a][0x9a]][0xae][0xc4][0x91][0x99][0x8][0xe1][0xe1][0xbd]*[0xd5][0xbb][0xbc][0xbc][0x1d]Pu[0xc9]W[0xec]b[0xf9][0xb3][0xcd][0x93]D[0xbd][0xaa]X[0xcf]v[0xfa][0x98][0xc1][0xb8][0xa1][0xb0]![0xaf][0xca][0xa2]#[0xfb][0xcd][0xd3]4[0xdc]3|[0x8d]<[R[0x9][0x8d][0xa2]d[0x6]>[0xe4]T[0xf5][0xab][0x8b]M}[0x95][0x83]:[0xb9][0xa1][0xe7][0xbb][0xe2]a[0xca][0xf7]\[0x9][0x96][0xbf][0x88][0xe5]w[0x9a][0xb9][0xc6][0xcc][0x94];[0xd7][0xfc][0x1f]PK[0x7][0x8]C[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0]org/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/junit/After.class[0x85]O=K[0x3]A[0x10]}[0x13]MV[0xe3]Gb)"[0x8a]EJ[0x17]k[0xab][0x80]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xc8]y[0xda]Xm[0x8e][0xf1][0xd8]c[0xb3]+[0x97][0xbd]@[0xfe][0x9a][0x85]?[0xc0][0x1f]%[0xce][0xa5]0[0xcd][0x81][0x3]3[0xf3][0x86][0xf7][0x1][0xf3][0xfd][0xf3][0xf9][0x5][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0x85]![0xa1][0xff][0x1c][0xea]*[0xe7][[0xeb]X[0x8e][0xf1]{[0xe4][0xea][0xb2]4KC8Nk[0x1f][0xed][0x9c]_[0xed][0xc2][0xce][0x1c][0x8f][0xbd][0xf][0xd1]D[0x1b][0xfc][0x82]p[0xfe][0xd0]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r][0xba]&t[0x97][0xc6][0xd5][0x92]9[0xfa]G[0xfa][0x14][0x9c][0xcd]WbP[0xe9][0xcb]cv?I[0x8][0xa7][0xed][0x96][0xcc]T[0x5]GQ^[0xb4][0xf3][0x89][0xe3][0xb9]df[0xab][0xf][0x16]Qo[0x92]dw[0xd3][0x1b][0xc2] T[0x85].ko[0xa3]^[0xbf]G[0x18]n[0xec][0xd3]Y[0xc9]y$[0x9c][0xb5]&n~[0x1e][0x11][0x8][0x1d][0xe9]-4[0xd5][0xc1][0xf6]zv[0xd1][0x93]}"H[0x9][0xb7][0xc3][0xd8]E[0x1f]{[\r]|[0x3]1[0xf6]q[0xf0][0xb]PK[0x7][0x8][0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/junit/AfterClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]G+x[0x11][0x11][0xc5]C[0x8f].[0x9e]=[0x95][0x9a]R[0xc1]Z[0x89][0xd1][0x8b][0xa7]m[0x18][0xc3][0x86][0xed][0xae]$[0x9b]B[0xff][0x9a][0x7][0x80]?J[0xdc]x0[0x97][0x80][0x3]3[0xf3][0xe0]}[0xc0][0xfb][0xfa][0xfe][0xf8][0x4]p[0x8d]#[0x81]C[0x81][0x81][0xc0][0x90][0xd0]rU[0x91][0xf2]T[0x1b]&[0xc][0xc6]o[0x9e][0x8b][0x89]Qey[0x95][0xab][0xb5]"[0x9c][0xc4][0x95][0xf5]z[0xc5]/[0xba][0xd4]K[0xc3]ck[0x9d]W^;[[0x12].[0xee]k[0x8d]4[0xca]fR[0xfd][0x11]2f[0xcf][0xb6]F7[0x84][0xee]Z[0x99]*[0x4][0x8f][0xfe][0x91]>:[0xa3][0xd3]M0[0x88][0xf8][0xf9]![0xb9][0x9b]G[0x84][0xb3]vK[0xa2][0x8a][0x8c]}P^[0xb6][0xf3][0x91][0xe1]U[0xc8]L6[0xef][0x1c]D[0xbd]y[0x94][0xcc][0x16][0xb7][0x84]cWd2[0xaf][0xac][0xf6][0xb2][0xe9]H[0x18]6[0x19][0x8b]e[0xce][0xa9]'[0x9c][0xb7][0xc6]6[0xc5]G[0x4]B'[0xec][0x16][0xea][0xe9]`[0xfb][0xf7]v[0xd1][0xb][0xff]4 [0x11][0xb8][0x1d][0xc6].[0xfa][0xd8][0xab][0xe1]+[0x88][0xb1][0x8f][0x83][0x1f]PK[0x7][0x8]h[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assert.class[0x9d]Y[0x9]x[0x1b][0xc5][0x15]~[0xb3]+iWk[0xd9][0x8e][0xe5][0xc4][0x8e][0x9d]K9Hd[0xc9][0xb1]sQ[0x12];[0x18][0x1c];N[0xec]8[0x86][0x92][0x3][0x12][0xf7]@[0xb1][0xd7][0xb6][0xa8],[0x19]I[0xe][0xa4][0xa4]@[0x1b][0x8e][0x0]M[0x9b][0x92]6%!m[0x81][0x1e][0xb4]%m[0xa1]PG[0x10]([0x85][0xd2]P(=[0xe9]}C[0xef][0xfb][0xa2][0xf7][0xf9][0xde][0xec]h[0xb4]Z[0xad][0x82][0xbf][0xe6][0xfb]<[0x9a][0xe3][0xcd][0xff][0xff][0xf3][0xe6]z;y[0xf6]?[0x8f]|[0x12][0x0]V[0xb2][0x1][0x3]v[0xc3]W[\r][0xd8][0x5]_[0xa3][0xe4][0xeb][0x94]|C[0x83]o[0x1a][0xe0][0xa5]j/|[0x8b]j[0xbe][0xad][0xc1]wt[0xf8][0xae][0x6][0xdf]3[0xa0][0x2][0xbe]OU?[0xa0][0xe4][0x87][0xd4][0xfb][0x5][0xca][0xbd]H[0xc9][0x8f]([0xf9][0xb1][0xe]?[0xd1][0xe0][0xa7][0x6][0xcc]$[0x80][0x99][0xf0]3[0x1d]~N[0xbf][0xbf][0xd0][0xe1][0x97][0xf4][0xfb]+[0x3]~[\r][0xbf]![0xcb][0xdf]R[0xf2];[0x3]~[0xf][0xa0][0xdc][0x1f])[0xf9][0x13]%/Q[0xf2]gJ[0xfe]B[0xc9]_)[0xf9][0x1b]%[0xa7][0xe4][0x1f][0x94][0xfc]S[0x83][0x19][0xd0][0x4][0xff][0xa6][0xe4]?T[0xf3]_[0xcc]1[0xc0][0x1c]c[0x1a]S[0xc]h%[0xfa]V[0xde][0xc6]T[0x83]y[0x98][0x17][0x99][0x98][0xcf][0xc0]V[0x9d][0x8a]~[0xca][0x19][0xd4]ZAI@g[0x95][0xf4][EI5%3([0xa9][0xa1]$[0xa8][0xb3]Z[0x9d][0xcd][0xd4][0xd9],*[0xd5]QRO[0xc9]lJ[0x1a]t[0xd6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xb3]9:[0x9b]K[0xa5]y[0x6][0xf8][0xc9]#~6_g[0xb][0xa8]&[0xa4][0xb3][0x85]:[[0xa4][0xb3][0xc5]:[[0x82][0xfe]b[0xe7][0x18]l)[[0xa6][0xb3]0[0xb5]6Q[0x12]1X[0x94]E4[0xd6][0xac][0xb1][0xe5][0xc]|[0xeb][0xe3][0xc9]x[0xb6][0x83][0x81][0x1a]n[0xda][0xc9][0xc0][0xd3][0x95][0x1a]6[0x19]T[0xf7][0xc7][0x93][0xe6][0xc0][0xe4][0xf8][0x1e]3[0xbd]=[0xb6]'[0x81]5[0xc1][0xfe][0xd4]P,[0xb1]3[0x96][0x8e]SYTz[0xb2]c[0xf1][0xc]oK[0x8f][0xb6]^1[0x89]@[0xad][0x9d][0x99][0x8c][0x99][0xce][0xb6][0xa3]ob<[0xb7]==[0x89][0x86]u[0xe1][0xfe]+b{c[0xad][0x89]Xr[0xb4]u[6[0x1d]O[0x8e][0xb6][0xef]&>m[0xdc][0xcc]db[0xa3][0x9c][0xa0][0xc4][0x82][0x81]([0x95][0x1c][0x8e]g[0xe3][0xa9]$[0x3][0xb6][0x1b][0x9][0xc3][0xbc]W[0x85][0x85][0xdd][0x13]KdH[0xc5]H,[0x9e]`0[0xcb][0x85][0x83][0x8c][0x3][0x96][0xf1][0xc6]+'[0xd1][0x9c][0xc1]:[0x17]3[[0xcd]E{[0xae]0[0x87][0xb2].5[0x1c]j(a[0xc6][0x92][[0xf3][0x92]u[0xf3][0xea][0x9]l2[0x87][0x8b][0xd5][0x8b][0xe][0xe8][0xdb][0xd8]P[0x16]I[0x19][0xd4][0x9a][0x9c][0xfc][0x12]s4[0x96][0x1e]F[0xc2][0x81][0xc9][0x4][0xd6].[0xb]O[0x8b][0x17][0x87][0xad][0xc7]3y[0xf9][0xd3][0xec][0x84]b[0xab][0xad]q[0xf][0xa4][0xe4][0xd0][0x8d][0xc9]dA[0xb1]A^sE-[0xeb][0x14]B[0xf5][0x8f][0xa4][0xd2][0xe3][0xb1],[0x87][0xa8]w[0xe9][0xd5][0xd7]GV[0xac][0x8f][0x81]7l[0xe5]g[0xbb]Xuwws[0xb3]n4[0x1b]6[0x13][0xd9][0x18]:+,*}[0xe1][0x9e][0x9e][0x1e][0xde][0xda][0xc3][0xa0][0xc6][0x1a]Dg:[0x1d][0xdb][0x97][0x17][0xdb][0xee][0x2]8X[0xaa][0xd6][0xa5][0x8a][0xf] [0xef][0x2]D[0xaa]u[0xb1][0xc1]5iM[0x1b]9l[0xe3][0xd5]C[0xe6][0x4]-[0xbf][0x8c][0xc6]Z[0x18]4[0x85][0xa7][0xcf][0xd3][0xe0][0xa6]r[0xf7] _[0xbf][0xca] N[0xaa][0x16][0xce][0x17]]M7[0xc]n[0xb0]L7pSQt5[0xed][0x1a][0xec][0xb2]L[0xbb][0xb8][0xa9]([0xba][0x9a]n[0x1b][0xdc]f[0x99]n[0xe3][0xa6][0xa2][0xe8]j[0xda];[0xd8]k[0x99][0xf6]rSQt5[0xed][0x1b][0xec][0xb3]L[0xfb][0xb8][0xa9](6[0xba][0x99]v[0xf]Z[0xb3][0xac][0xc][0xe2][0xdc][0xeb]aYv5[0xee][0x19][0xb4]V[0x82]2[0xd8][0xc3][0x8d][0xf3][0xe5][0xda]x2k[0xa6][0x93][0xb1]D[0xd1][0xba]p[hb)[0xd5][0xc][0xa7]&[0xf1][0xc4][0xea][0xcd]t[0xc7]GF[0xcc][0xb4][0x99][0xcc][0xe6][0x17][0x1c]N[0x84]2[0xbc][0x92][0x92]U[0xc]f[0x8c]$R[0xb1][0xac][0xc3][0x8a] [0xc8]j[0x84][0xac]FV[0xd1][0xc2][0xb6]$[0x1b][0xdd][0xe6]D[0xda][0x1c][0x8a][0xf1][0xbd][0xd0]p[0xc9]d2[0x1b][0x1f]7w[0xc6]3qd[0xea]L&S[0xd9][0x18]_9x[0xfa][0xd9]t[0x15][0xfa][0xb4][0xbb]o [0xb][0xbb]Rn^[0xeb][0xac][0xf0][0xa5][0xf8][0xca]r[0x9c]r[0xb6][0xe5]&[0x8e][[0xcb][0xba][0x82][0xf6][0xb6][0xec]+[0x9a][0xb6][0xc5][0xc6]M;[0xb0]U[0xd6][0xc9][0xd4][0xca][0xe6]{[0x9]CQ[0xca]{[0xd7]gm|[0x6]}[0xff][0xef][0x1][0xea]v[0xc0]W[0xe5]w[0xa3]UC[0xa7]5[0xdf]|[0xf9]b[0xad][0xc5][0xda][0x95]@[0xd9][0x9d][0xc9][0xe1][0x9d][0xb1][0x4]]'k[0xcf]~[0x8][0xe6][0xf]7B[0xef]^[0xb][0xa2][0x82][0xff][0xe6]i[0xfc]CD0[0xc0][0x7][0x9e][0xbf][0xb8][0xc6]h[0xb0]Q7&[0xba][0xed][0xc6]b[0xe3]Ci3[0x93]m[0xdd][0x1a][0xcb][0xe][0x8d][0x99][0xe9]v[0xeb]6[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0xe5][0xae]F[0xbc][0xc1]~[0x8f][0xee][0x9b][0xc8][0xdf][0xa5][0xea][0xf6][0xed][0xd8]<[0xd7][0xb5][0xdf][0xfa][0xe5][0xd8][0xd8]A[0xf7][0xe1][0xb6][0xf8]h2[0x96][0x9d]L[0x93][0x13][0xd6]oo+[0x15][0xd7][0x11]F[0xd3][0xb3][0x81][0x90][0xce][0xf3][0xa7]7[0x85]e[0xc7][0xe9]K[0x9b][0xb1][0xc][0xdd][0xc9]}e4[0x94][0xc2]OC[0x95][0xb1]-5[0x99][0x1e]2{[0xe2][0xe4][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x90]h![0xa0][0x0][0xc][0xc2][0xab][0x2]p[0x5][0xbc].[0x0]{`([0x0]q[0x18][0xc2][0xed]^[0xe0][0xb0]lq[0xb3]mL[0xa7]Si2[0xff]D[0x0][0xd2][0x80][0xab]v[0x86]S[0x8][0x3]`0[0xa7][0x10][0xaf]t[0xa5][0xc6]'p2p4=[0xb8][0xde][0xd1][0xb1][0xd8][0x9b][0xb5][0x6][0xe0]Q[0x18][0xf]@[0x16]2[0x1][0xb6][0x82][0xad][0xc]@[0x82][0x8a]W[0xc3][0xbe][0x0][0xec][0x85]q[0x9c]&[0xbe][0x10]3[0xa1][0xcc]Xj21[0x1c][0xda]c[0x86][0x86][0xf3]GFK[0x8][0xf7][0xb5][0x93]u[0xc3]d<1l[0xa6][0x3]l[0x15][[0x8d][0xa7]HK([0xc0][0xd6][0xb0]sq[0xf7]u[0xf2][0xd5][0xde][0x16][0xa2][0x96]Wh[0xec][0xbc][0x0][[0xcb][0xd6][0x11][0xc9]5[0x1][0xf8][0x0][0xdc][0xab][0xb1]6[0xaa]i[0xa7][0x9a]k)y[0x0][0xde]GRn[0x80][0x1b])y3%o[0xa5][0xe4]vJ[0xde]A[0xc9][0x1d][0x94][0xdc][0xc9][0xa0][0xb9]0[0xc8][0xfc]q[0xd9][0xda][0x8b][0x1][0x0]n[0xb0][0xc2][0xa0][0xbb][0xd2]ql[0x8a][0x93][0x8b][0xd9][0xfa][0x0];[0xdf][0xc2]~7[0x15];(w7[0x83][0x88][0xb][0xce][0xc6]r([0x1f][0x86][0xfb]4v[0x1]i[0xbe]0[0xc0]:[0xd9][0x6][0x8d]u[0x5][0xf0][0x96][0xdf]H[0x85][0x1e][0xca]m"_^C[0xc9][0xc7][0x19]l[0xd9][0x91]1C[0xf6][0xf0],[0x9c]?[0xe][0x9a]C[0xd6]9[0xd0][0x1c][0xe2][0xe1]AS([0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]q>3[0xc4][0xf]it[0xea][0xf2][0x89][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%y[0x98][0x9a]![0xc8]k)A[0x17]=H[0x13]u[0x8a][0x92])[0xd8][0x87][0x81][0x4]N[0xc9][0xec]<2[0xda]'[0x10]v[0xcf]d6tU,[0xd3][0xb6][0x1e][0x9b]q[0xa4][0xa7]i[0xe0]9J[0x1e][0xa1]U[0xf6]0MrM[0xa1]K*[0x1b][0xca][0xf0][0xc3][0xa1]Z[0xd6]Q[0x99]zWt[0x10][0xe][0x99][0xb4][0xad][0xf][0xc0]c[0xf0]I[0x1a][0xfc]f\[0xcd]yK[0x9c]\x[0x2][0x9e][0xc4][0x1a]I[0x1a][0xb2]7[[0x18]6=[0x1e]R[0x18]`[0xbd][0xac]Oc[[0x2][0xac][0x9f][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe][0xce][0xc6]m[0x1]8[0x3]_[0xd4][0xd8]V\[0xd8][0xce][0x90][0xbb]h[0xad]_$n[0x8b]&[0x97][0xb9][0xe3]wf[0xc9][0xb2][0xd9][0xc0][0xb8]l[\r]?[0x10]LqK[0xb8]^O[0xbb])[0x14][0x9e][0x98]0[0x93]xO.w[0x8b][0xd2]K[0xaa][0xc4]~[0xc1][0x13]O[0xcf][0xa6][0xf2][0x1b]wf[0xd8][0xf5]D_[0xee]Fy[0x16][0xc4][0xaa]BS[0x8a]p5~[0x15]\4[0x82][0xb7]M[0xb8][0xcf][0xde][0x93][0x9a][0xdb][0x8b][0xfc][0xda][0xcd][0xc3][0x8][0x1a]f[0xb7][0xdd][0xd0][0xaa]n[0xa7][0xef][0x93]n[0xeb][0xfb][0xc4][0x1e][0x97]x[0xc2]<[0x6][0xa9].[0xd8][0xf7][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0x1][0xf5][0xd8]Qx-[0xc5][0x9f]b[0xa1][0x8b]H[0xa3][0xb7]H2[0x1e][0x9b]cxY[0xc4][0xf6]d,6[0x8a][0xa0]1D!+[0xe2][0xc1]8i[0xe9][0xb4][0xfc]A[0xae][0x1d]5[0xad][0x8b][0x95][0x6]n[0xb7][0xe0][0x95][0xed]E[0x8a][0x85][0x9d][0x86]][0xac][[0xb2][0xd1][0xed]0[0xb7]V",[0xc4][0xf][0xe4][0xdd]@[0xff][0xba][0xc0]Cg7[0x1e][0xb9][0xaf][0xc6][0xd2]j[0xfc][0xc5][0xf3][0x17][0xbc][0x91]S[0xc0][0x1e][0xc0][0x8c][0x2][0xaf][0xc1][0xd4][0xc0]_[0x80][0xb9]h:[0xf]^[0x8b][0xb9][0x80]e[0x4][0x97]C[0xc][0xfd]t[0xe4][0xb][0x80][0x8d][0xf8]K[0xb6][0xfe]9[0xc7]A[0x8b][0xe4]@)[0x80]T[0x81][0x8a]i[0x18]A[0x9a]@[0x87]([0x7][0xaa][0xb3][0x8c]a[0x18]L[0xae][0xc6][0xf]#0[0x8a][0x10][0x4]9& [0xd7][0xa0][\r][0xd1][0xf9]Xc[0xe]T[0xa7][0xa8]5([0xe3]\[0x9b]([0x1f]G [0xa4][0xb8][0x14][0xd5][0x83][0x96]d[[0x15]!U[0x9e]{[0xc1][0xa3][0xba] ][0x8][0x95][0xd0]iSU%UUIUqwU[0x1e]'V[0x1f][0xaa][0xda][0xe2][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]H[0x81][0xb0][0x9][0xfd]Am[0xb3]"OC[0xc5]i[0xf0][0xee]:[0x5][0xbe][0xc7][0xe9][0x17]}[0xaf]=[0xee]p[0xdb][0xe]t[0xdb]N[0x4][0xbb][0xcc][0x6]:K[0x8]$[0xd0][0xfc][0x4].[0xe4]-87L[0xf8][0x9e][0xd9]T[0xbd][0x16]A.Gs[0xbc]*[0x85][0xf9]q[0xd4][0xe9][0xc1][0xdf][0xb6]hs[0xe][0xf4]c8[0x90][0xe8][0x13][0xe0]?[0x6]K[0x9b][0xf9][0xcf][0x2][0x94][0xa6][0x7][\r]tXd[0xe0]4T[0xec]Z[0x1e][0xfd][0x14][0xf8][0x9b][0xf1][0xef][0x14][0x4][0x1e][0x8f]P[0x9f][0xca][0xc2][0xc8][0xe7][0x83][0x86]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7]v[0x2]9[0xae][0x84]z[0xbc][0xdf][0x17]A[0x6][0xd7][0xd4]^X[0x87]73[0x9][0x8f] [0xdb]"[0xa8][0x81]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]a[0xb5]I[0x1f][0xb7]a[0xcf][0x9].[0xbe][\r][0xfb]N [0xa6]A[0xf1][0x81][0xd0]y[0xb1][0x98][0xc1][0x99]([0xa8]2[0xfa][0xb4][0x98][0xc4][0x93][0x91]h[0xe][0xaa]N:\u[\r]r[0xec][0xc7][0xfc]u[0xb6][0xb9][0x9c][0xc9][0xd1][0x81][0xe7][0xae][0xe4]<[0x6][0x85][0xe][0x2][0xbd]M[0xa0][0xfb]"[0xd1])[0xa8].[0xe0][0xf9][0xb8][0x9e][0x3]6[0x1c][0x9f][0xc4][0xf1][0x9][0x1c][0xf2][0xe6][0xa4][0xc0][0xb9][0x0][0xf9][0xc9]Jc$l[0x86]sQ[0x1c][0xc6]No[0xb3][0x81]i[0x12]L[0x93]`{[0xe5][0xd4]lG[0x1b][0x1a]N[0x95][0x98][0x1a]=[0x82][0xbf]5[0xce][0xed]t[0x17][0xba][0xfb]n\[0xb8][0xef][0xe5][0xb8]![0xab][0x87]m[0xe1]^%[0x9c]Z%[0x9c]J[0xc][0xee]r[0x83]N[0xb9][0x1f]C[0xb9][0xf7][0x17][0xc9][0xbd][0xca]![0xd7][0xa0]xK[0x80][0xdd]*[0xe4][0xae][\r][0xd6]n[0x8d][0x9c][0x81][0xfa][0xd3]0[0x13][0x17][0xf4][0xac][0xc8][0x14][0xd4][0x5][0xeb]1[0x99][0x82][0xd9][E]3[0xd5]5`[0x82][0xde]n[0xa4][0xfa][0xe6][0xa2]s[0xa2][0x11]y[0x1][0x3][0x4][0x15][0x1e]B[0xa6]O[0xc0][0x1c][0xbc][0xf5]W[0xe3]}[0x1e]^[0xfc][0x85]A[0xae][0x95][0x83]\+[0xd4][0xa8]x[0xe][0xbc][0x1e][0xeb][0xac]A^#t[0xd1][0xc6][0xf1][0xe2]o[0xf5][0x82][0x85]o?[0xe][0x15][0x91][0x85]9[0x98][0xe3][0xe2][0xc7]3H[0xfa]4[0xe6][0x9f][0xb1]QTK[0x8a]j[0x1c][0xfa]~[0xee][0xc7]j$[0xdb][0x8f][0xad]D[0xf1][0x6][0xe9]Gk[0x13]il~([0x7]s[0x9d]~|[0x1e][0xa1][0xbf][0xea][0xf0][0xe3]~[0xe9][0xc7][0xfd]B[0xef][0xb5][0x2]l[0x8][0xad]i[0x1f][0xd5].k[0x9a][0xed][0xcd][0xc1]<[0xd2][0xdc][0x94][0x83][0xf9].[0x9a][0x86][0x4]?[0x87] [0xfc]Rn-[0xec]&5[0xd7]"[0xcd]u\s-[0xd2]\[0xc7]{[0xd4][0xc2][0xf5][0x98][0xf3]r[0xc2]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]-HG[0xe][0xf7][0xb3][0xa5][0xe1][0xd9][0x9e][0x1c],p[0xea][0xff];.[0xb1][0xd8][0xdc][0xe2][0xe7][0xc0][0xc0]s[0x4]l[0x9d][0xe0][0x4][0xec][0xe1][0xc0]o[0x12][0xc0]}X&{[0x9d]-Z[0xbc]$[0x7]![0x7].[0xf3][0xa3][0xc3][0xc][0x1b][0xae][0x8e][0xb8][0x7]8[0xae][0x8e][0xb8][0x7][0xb8]t[0x1d]q[0xf]p[0xf]a8[0x8d][0xbf][0x84][0xdb][0x8b][0xd6]d[0xaf][0xf1][0x3]h[0xa1][0x13]v[0xe][0x1e][0xc9]sm[0xb0][0x9a][0xf4][0x88][0x6]7[0xc1][0xcd][0x1c]V[0x83][0x83][0x98]S[0xe0][0x16][0xcc]{[0xb0][0xe6]VNp[0x9b][0xeb][0xbe]X[0xe4]$[0x88] A[0xb4]h>[0x9][0x16]$,[0xe3]`o[0x9e][0x9e][0xda]6[0x4]k/[0xab][0xf6][0x90]T{[0xa8]D[0xed][\[0xd5].v[0x12]lB[0x82][0xcd][0xe][0xb5][0x87][0xa4][0xda]CB[0xed][[0xa7][0xa7]v[0x7][0x82][0xed],[0xab][0xf6][0xb0]T{[0xb8]D[0xed][0xdb]\[0xd5].q[0x12]\[0x8e][0x4]1[0x87][0xda][0xc3]R[0xed]a[0xa1][0xf6][0xf6][0xe9][0xa9]M"X[0xaa][0xac][0xda]#R[0xed][0x91][0x12][0xb5]owU{[0x8e][0x93]`[0x1f][0x12][0xbc][0xde][0xa1][0xf6][0x88]T{D[0xa8]}[0xc7][0xf4][0xd4][0xde][0x8c]`[0x7][0xcb][0xaa]=*[0xd5][0x1e]-Q[0xfb]NW[0xb5]K[0x9d][0x4][0xb7]#[0xc1][0x11][0x87][0xda][0xa3]R[0xed]Q[0xa1][0xf6][0x8e][0xe9][0xa9][0xbd][0xb][0xc1][0xee].[0xab][0xf6][0x98]T{[0xac]D[0xed]qW[0xb5][0xcb][0x9c][0x4][0xf7]![0xc1]I[0x87][0xda]cR[0xed]1[0xa1][0xf6][0xce][0xe9][0xa9]}[0x18][0xc1][0x1e])[0xab][0xf6][0x84]T{[0xa2]D[0xed][0xbb]\[0xd5][0x86][0x9d][0x4]O![0xc1]g[0x1c]jOH[0xb5]'[0x84][0xda]w[0xb][0xb5][0x83][0xf9];[0xe9]44[0xed]j:[0x5][0x11]T=[0x5]Q'[0xe8][0xd7][0xa0][0x8a]}[0xdd]v[0xb6][0xdb][0xef][0xa3][0x9b][0xe0]=[0xe2]>:[0x88]9[0x85][0xe7][0xae][0xe7][0xa7]|[0xb1][0xfe][0xbb][0xe4]al[0xdd]Q:[0xea][0xf][0xe7][0xa0][0xd9][0xc9][0xf5]#[0x1c][0xd9][0x8f][0x8b][0xe]cb[0x0][0x9e];([0xb8]t[0xce]`[0x1d][0xc6]w[0xdb][0x86][0xe2][0xc9][0xf][0xe5][0x9c]S[0xb0][0xdc]}(/[0xe1]P[0xfe]\v([0xf7][0xc8][0xa1][0xdc]#[0x87]r[0xa0]d([0xef]-[0xb9]W"Q[0xbc]WZ[0x1c]\[0x8a][0x2][0x9a][0xa2]:[0x86]r[0x8f][0x1c][0xca]=E[0xf7][0x8a]Ao5b([0x17][0xb][0xdc][0xaa][0xd3][0xd0][0x8a]a[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0x92][0x95]N[0xf4][0x99]P[0xa9][0xcc]*[0x13]l[0xdd]$[0x83][0xad][0x83]<[0xd8][0xb2][0xeb]O[0xc8][0x1b]~T[0xdc][0xf0][0xf5][0xe2][0x86]?[0x6][0xd5][0x91]ex[0xc3][[0xb7]|[0xa5][0xe3][0x96]W[0xc2]`(MP[0xa7]Dm[0xee][0xab][0x97][0xa4][0xf5][0x18]CZ[0xb7]|[0xbd][0xbc][0xe5][0xeb][0xe5]-[0x9f][0x80][0xf7][0xb][0xd2][0x11]l[0xa1][0x9e]u[0x8b][0x97][0x9c][0x93][0x83]U[0xc4][0xb9][0x18][0xc3]*[0xf4][0xdf]j[0x17][0xce][0xe][0xf0]+[0x17][0xc0],[0xa5][0xd3][0xc6]Y'9[0xeb][0x90][0xd3][0xba][0x9e][0xeb][0xf8]E[0xad][0xf0][0x9c]5e[0x14][0x0][0xe4]9[0xf7][0x8][0xce][0xa0][0xc5]I[0x91][0x8c][0xc5][0xe7][0x8c]d[0x94][0xed][0xc8][0xb7][0x3]j[0x94]Km|A[0xc9][0x17][0xe4][0x81][0x1][0xe3][0xb9]<_P[0xf0][0x19][0xf4][0x6]'[0xf8][0xc6][0xb0][0x1f]E2[0x8d]Kq[0x85][0xaf][0xc1]O[0x1b][0xf5][0xe4][0xd2][0xf0]h[0xe][0xce][0x9d][0xed][0xb9][0xe3]]T[0xf2][0x14]B[0xfb]:[0xda][0x80][0xca]n[0xd0][0x95]A[0xf4][0xef][0xab][0xd1][0xbf][0xaf][0x81][0xd9]J[0xcc]6[0xb1][0x8d][0xf0]A[0x11][0xe6]4[0xc2][0x87]D[0x98][0xd3]([0xc2][0x1c][0x83]^[0xd1][0xe4]tZ[0x81]o[0xc3]"t[0xe8]+8[0xeb][0xa2][0xc5]#98o[0xc9]QwR[0x13]IG[0x90]t[0xc][0x1d][0x1c][0x87]z%a#m[0x80][0x93]"[0x6]j[0x80][0x8f][0x88]A7[0xc8][0x18](Q&[0xe4]\[0xeb]\[0xa4]W[0x81]O[0xb9][0xda][0xf1][0xa5][0xe1][0xc]9[0x13]2D[0xde]%[0x8e][0xa3]Z[0xc][0x91]ia,[0xc0][0x10][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x93]K[0x16][0xc6][\r][0x8]|#[0x4][0x95][0x9b]m[0x9a][0xed]!gJ[0x84][0xc9][0xb5]2LN[0xc0]G[0xf1][0xb7]X3[0xcd][0xcf]:[0xa7]f[0xfc]:R[0x9c]_G[0xd7]I[0xcd][0xe4][0xff][0x8f][0xf1][0xd2][0xfd]`}[0x98]Q[0x82][0xff][0xb8][0x80][0xdf][0x8c]u4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xb0][0xad][0xe8]s[0xc2]B[0xbf][0x13][0xbc][0xca][0x9][0x9b]h[0x9f][0x14][0xed][0x93];[0xc8]'v[0x90];O[0xb9]x[0xb9][0xdd]Iu[0x1f][0xce][0xef][0xc9][0xa2]x9u[0x96]x9Q.^^[0xef][0xc4]}[0x14][0xcf][0xb5][0xc7][0x8a][0xce][0xb5][0xd4]Y[0xe2][0xe5][0x7][0xe5][0x97]Y[0xe1][0xf5]#z[0xa6][0xec][0xeb][0x87][0xf2]Y<[0xd7][0x9e])[0xf3][0xfa][0xf1][0x90][0xf8]8}[0x10][0xbf][0xc6][0x9c][0xaf][0x1f][0x91][0x1c][0x9c][0xef][0xc4][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xfb][0xf9][0xa2][0xd7][0x8f][0x87][0xf8][0x97][0xa3][0x9f][0x1e]{[0xa5][0x1b]-U[0x15][0xf8]5[0xef]y[0x80].[0xd5][0x8e][0x2]L[0x90][0x16][0x8a][0xf2]}[0xf0](?@[0xa8][0x17]p[0xb3][0xbc]h[0x93]V![0xa5]UHiS[0xee][0xd2].pJ[0xfb][0x15][0xe2][0xfd][0xda]E[0x9a]A[0x8f][0xd1][0x2][0xe1][0x16][0xb1][0xa3][0xdb][0x83]F[0xc9][0xa7][0xec][0x85].[0x9f][0xb2][0x9d][0xe2]S6[0xb8][0xc1]j,Z~[0xd6][0x9e][0xff][0x1d][0xa8][0xca][0xef]q[0xfe][0xfe][0x0]s[0x94]?A[0x9b][0xf2][0x92]m[0x1e][0xdb][0xe5]p[0xda][0xe5][0x97][0xec]Z[0xf9]%[0x9b][0x93][0xf][0x2][0x97][0x8a][0x18][0xa7]2[0xda][0xfc][0x1][0xee]2[0x8c]t[0xba][0x1c]>[0xc3]v[0xaf][0xca][0xc0][0xa7][0xaa][0x10]P=6[0x92]JIR)[0x1f]Z*[0xe5][0x9b]@[0xae][0xcc][0x9b]@[0xb7][0xc3]}j[0x15]BW[0xbf][0xcc][0x13][0xc6][0xc3]R[0xf1][0xc5][0xc2][0x91][0x6])[0xa6][0xd7][0xc0][0x8d][0x8e][0xf3]D[0x9d][0x87]r[0xe7][0x83]_[\r][0xd9][0xa4][0x1a]R[0xaa]![0x9f]/[0xc])[0xf5][0xe1]2R{[0x9c]R[0xa3]([0xb5][0xf9]e[0x9e]/[0x1e][0x91][0x8f]q{[0xc5]r\[0x15]4[0xfa][0xcb][0xcc]y[0xbf][0xa8][0x8b]R[0xdd][0xa6]rS[0xad][0xb6][0x82][0xaa][0xae][0x0]M][0x9]s[0xd4][0xd5][0xb0]R]c[0xd3][0xb0]J[0xc]M[0x85]V>[0xc1][0xa4][0xe1][0xb4]t[0x17]E[0x9f]t@v[0x7][0x8d][0x81]2[0x1a][0x6]D[0xdd]r[0xaa][0xdb][0x9c]_w[0xbd][0x98]i>[0xeb][0x2]T[0xd7][0xa2][0xaa]u[0xa8][0xaa][\r]U[0xad][0x87].[0xb5][0xc3]v[0xd3]vK[0x87]w[0xcb][0xb5][0xd1]-[0x1c][0xae]B'WJ7[0xed][0xa3]Ri[0xbf]X[0x8a][0x6]_[0x84]}[0xa5][0xe7][0xad][0xba][0x1]'[0xb5][0xab][0xcc][0xa4][0xa6][0x1c][0x93][0xaa][0xd3][0xff][0xc9]X[0xc8][0xcc][0x8b][0xd6]t[0xba][0x1e][0xb2]|[0x10][0x8a][0x4][0x8d])[0xd8]r[0xdc][0xdd][0x19]8[0xed][0xfd]m[0x9e]fJ[0xbd][\r][0x9e][0x6]/Z[0x1e][0x83][0x16][0xbb][0x8b][0xb6][0x92][0x8b][0x1a][0xf0][0x94][0x1e][0xa0][0xd2]E[0xe4][0xa7][0x6][0xaf]UB[0x80][0xfb][0xed][0xa6][0x17]c[0xd2][0xe0][0xa1][0xdc]+)[0xe7][0xa5][0x9c][0xf0][0xe7][0xfd]rp[0x8b]P,[0xa8]=[0xe8][0xcc]M0C[0xdd][0xc]K[0xd4]>[0x88][0xa8][`[0x85][0xda][0xf]m[0xea]V0[0xd5]W[0xf2]AwX[0x83][0x90][0x83]>$[0x7]}H:[0xf6]V[0xe1][0xd8][0x8][0xc][0xc1][0xe3][0x98][0xf3][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xc1][0xa7]0[0xe7]E[0xd7]<[0x1]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "gO[0x88]][0xd4][0xc2][0x1f]c/[0xb9][0x17][0xbd]>[0x5][0xdb][0xa6]`{[0xd1]![0xb4][0xc3]Z[0xc].[0x9a][0xad][0x9][0xb9][0x14]j[0xd4][0xcb]l[0x13][0xd2][0x2][0x9f][0x16][0xdb][0xa1][0x5][0x9e][0xe2]K[0xb1][0x6][0xe6][0xc1]g[0xc4][0xa9][0x93][0x80][0x1b][0xc5][0xb5]Z[0xfc]e[0xe5]|[0xc]Q[0x13][0xb8][0xcb][0xc6][0xa7][0xf9][0xda][0xe2]~[0xaf][0xde]&[0x88]:@>[0xc2][0xe6]`[0xa7][0x93][0xe7][\r]xP\[[0xf4][0x10][0x9b]t[0xf1][0x89]G[0x17]7[0xf4]3[0xf0][0xb4][0x8][0xee]_%[0xe][0xb]=h[0x10][0xfe][0xa5][0xf][0xf0]]X[0xc0][0xbf][0x13][0xf7][0xc6][0x9][0x1b][0xbe][0xce][0xa7][0x9]x[0xee][0xb3][0xf0][0xc]">[[0xd4][0xf6]9[0xd9][0xf6][0x1c][0xb6]}[0x9e][0xab][0xfd][0x2]g[0xfc][0xa2]`4[0x8b][0x1c]w[0x99][0x93][0xf0]Qt[0xdc]cE[0x8e][0xfb][0x92]t[0xdc][0x95]b[0xad]h[0x9c]Z[0xb1]Qk[0x9c]:[0xdf][0xf6][0x1c][0xd6]Y[0xd4]_[0xc6][0xba][0xaf][0xf0][0xdc][0xf3][0xff][0x3]PK[0x7][0x8]d[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assume.class[0x95]T]s[0xdb]D[0x14]=k[0xbb]V[0xac][0xc8]N[0x9b][0xd6][0xa6]M[0xf8]([0x1f]i[0x1d];[0xc4]5_[0x85][0xda][0x9]$[0xa1][0x81][0x14]7[0x1]b[0xc]M[0xa1]e[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x19][0xd9][0xea][0xe8]#$?[0x81][0x17]x[0xcf][0xc0]3[0xcf]}[0x8a][0x81][0x19]x[0xe7]G1[0xdc]][0xc9][0xb6]b+a[0xf0][0x8c]wW{[0xcf]=:[0xf7][0xec]][0xfd][0xfd][0xcf][0xef][0x2]([0xa3][0xa9]b[0x16]wTTPU[0xb1][0x82]U[0x15][0x97][0xf0][0xbe][0x18]>P[0xb0][0xa6]"[0x89]u[0xf1][0xb0][0xa1][0xe2]C[0xdc][0x15][0x80]M1|4[0x8d][0x8f][0xb1]%[0xa2][0xf7][0xc4][0xf0][0x89][0xd8][0xab][0x9][0xdc]}[0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0x18][0x92]U[0xa3]g[0xb8][0xab][0xc][0xf1][0xfc]b[0x83]![0xb1]a=[0xd1][0x19]fjFO[0xdf][0xf6][0xba]M[0xdd][0xae][0xf3][0xa6]I;[0xb3]5[0xab][0xc5][0xcd][0x6][0xb7][\r][0xf1][0x1c]l&[0xdc][0x8e][0xe1][0xc8][0x98][0xdd].[0xed]{DTZs[0x1c][0xaf][0xab]W[0x18]T.Wu[0xdb][0x13][0xc0][0xfc][0x9e]`gM[0xfa][0xef]1L[0xfb][0xb1]Mn:[0x14][0xcc][0xe5]k[0xfb][0xfc][0x80][0x97]L[0xde]k[0x97]v][0xdb][0xe8][0xb5]+[0x12][0xae]tu[0xc7][0xe1]m[0xf9][0xf6][0x9][0x4]C[0xda]g[0xd9][0xb6][0xdc]m[0xcf]4[0x5][0xcf][0xc3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]l[0xa7][0xb9][0xaf][0xb7][0xdc][0x8a][0xe4][0xb1][0xe4][0x9a][0x94]^[0x8e]@[0x8c][0xa4]v[0xb8][0xcb]P[0xcc]OBd}[0x1d][0xde]m[0xd9][0xba][0xe3][0x96][0xee]s[0xb7][0xd5][0xd1]mI[0x9d][0xe4]-[0xd7][0xe3][0xe6]i[0x85]Cb[0xa5][0xeb]CI[4[0x85][0xc][0x84]}=z:[0xf0]6^[0xaf]Sx>2[0xaf]J[0xb1]U[0x8a][0xa6]v[0x8d]v[0x8f][0xbb][0x9e]M[0xf8][0xdb][0xd5][0xfa][0x9d]I[\r][0xab]y[0x82][0x9e][0xc3]!jX[0x89][0xf0][0xff][0xff]x[0xb0]u[0xc6][0x9b]'Y[0xff][[0xcb][0xa5][0xc1][0x99][0xde]=l[0xe9]O][0xc3][0xea]1\[\r]3[0xd5];[0xb6][0xf5][0xbd]pH[0xc2][0x19][0x15][0x9e][0x8d][0x8c]2[0x14][0xce]/[0xeb]4[0x91][0xba]kyvK[0xdf]4[0x84][0xf5][0xd3]~[0x13]/[0xb][0xb0][0x86][0xcb][0xb8][0xa2][0xe0]S[\r][0x9f][0xe1]s[0x5][0xbb][0x1a][0xea][0xf8]B[0xc3][\r][0xdc][0xd4]0[0x87]y[0x86][0x85][0xb1][0xde][0x97][0xa2][0x1b][0x86]erW2[0xac]B[0xd0]4D[0xc6]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd4][0xf0][0x15][0x1e]h[0xd8][0xc3]C[\r]_[0xe3][0x1b][0x5][0x8f]4<[0xc6][0xb7][0x2]sS[0xc]e[\r]\[0xc4]n[0xa0][0xcc]pq[0xfc]n[0xd1][0xd6][0xb8][0xd9][0xe4][0xdb]hk[0xdd][0xb2]L[0x9d][0x93]o[0xca][0x1]7=}[0xe7];q3[0xf6][0x16]k[0x13][0x8][0xf2][0xe8][0xda][0xa9][0xd3][0xd8][0xb0]l=8[0x11][0xba]+1q[0xb5][0xb][0x11][0xb7]a[0xf1][0xac]^[0xce]F8.[0xcc][0xf5][0xf5]z[0xae]a[0x96][0xd6]l[0x9b][0x1f]9[0xe2][0xde]85[0xc3]![0xe1][0xb][0x91][0x97][0xb6]6[0xca][0x10]0[0xe2][0xd6]z[0xfe]5o[0x88][0x9a]DO[0x9c][0xa9]"[0xa5][0x1f][0xe8][0xf6][0xd1][0x96][0xab]w[0x19][0x96][0xf3]g[0xb4][0xed]Y[0xc9]W[0xa2][0xf6][0x87][0x17][0xd9][0x19][0xab]q [0x97]>i[0xa9][0xde]@[0x1c]^[0xa6][0xef][0xeb],[0xc4]O[0x5][0x13][0xed]Cc[0x96][0x9e]J43[0x9a]/[0x14]N[0xc0][0x9e][0xd1]"[0x86][0x1c][0x8d]I[0xb9][0xf9][0x1a][0x9e][0xa3]Q[0xf3][0x1][0xb8][0x8a]k4[0xa7]D[0x87][0x5][0xc9]+[0x84][0x16][0xb1][0x99][0xb9]>b[0x9][0xfa][0xf7][0x11][0xef]#1[0xa2]Qi[0x6][0x16][0x91]A!D5[0x83][0xe7][0xf1][0x82][0xa4]zqHU[0x9]t[0xa4][0xe7][0x8e][0xa1]$~E[0x82][0x88].[0x8c][0x13][0xdd]"[0x82]r[0x88](=$[0xa2][0x1e][0xe][0x88]6[0x11][0x97][0xd8][0xcc][0xfc]1[0xb4]?[0x90]|@[0x85])[0x8d]3U([0xb7]*[0x99]r>[0x1a][0xd7][0xc9]"[0xc8][0x95][0xe0]dR[0xdc][0x88]3[0xe6][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3]#uS[0xe3][0x9c][0xeb][0xc4][0xb9]q.[0xe7][0xf]x[0x5][0xaf][0x6][0x9c][0xd5][0xc0][0xbb]L[0xa1][0x8f]T[0x1f]j[0x1f][0xd3][0x11][0xd6]m[0x11][0xe7][0xbd]P[0xc5][0x19]:[0x93][0x5]Y1]vB[0x8][0xa6].[0x12][0x12][0x9b]-[0x16]~[0x83][0x16][0xc3]1[0xd2][0xb2][0xee][0xe2][0x9][0xd2][0xb2][0xf0][0xb8]$[0xcc][0xd0][0xc]<"[0xe2][0xc7]t[0xfa]<$4[0x8b]<[0x9d][0x11][0xe4][0xaa][0x80]"[0xbd]h[0xe9]T[0xec][0xf5]al[0x99]b%)[0xf1][0x96][0x94]P[0xe]$[0x1c]R{[0x8][0xf6][0xdc]R1[0x90][0x90][0xf1]%,[0x9d] 3[0xa1][0xc1]#[\r][0x7][0x94]w(5\[0xf7]3[0x87]f[0xe5][0xa4][0x1a]&WBM,[0xa4]&'[0xd5][0xc]b[0xcb][0xb4][0xe7][0xab]y[0x83][0xd4][0xbc][0x89][0xb7][0x2]k[0xdf][0x9][0xac][0x9d]"kg"L[0xfd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99]:[0x85][0xb7])[0x7][0x92][0xe3]v[0xc0][0xb1][0x16][0xb4]Q[0xaa]P[0x94]$[0x17][0xc7]I~[0xa6][0xb4]_B&[0xa6][0x86][0x5][0xa4]$[0x9d]h[0xe7]we[0xce]{[0xff][0x2]PK[0x7][0x8][0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/AssumptionViolatedException.class[0x95][0x93]]o[0x12]Q[0x10][0x86][0xdf][0x3][0x94][0xa5][0xa4][0xb5][0xb5][0xda][0xda]/-T[0xdb]R>[0xe3][0x95][0x89] [0x89][0xa9][0x9a]`P/@[0xee][0xf][0xcb][0x9],Yv[0xc9][0xee]Y[0xad]?[0xab]W$^[0xf8][0x3][0xfc]Q[0xc6]9gWJ[0xb]E[0x85]d[0xce][0xec][0xcc];3[0xcf][0xce][0xee][0xfe][0xfc][0xf5][0xfd][0x7][0x80][0xe7]([0xa7][0x91]DN[0x99]se[0xf2][0xca][0x14][0xc][0x14][\r][0x94][0x18]6}[0xe1]Y[0xdc][0xee][0x8][0xcf][0xb7]\[0xe7]s[0xe3][\r][0x3]{[0xcf][0xb0]~[0xe1]:[0xbe][0xe4][0x8e][0xec]p;[0x10]+[0x8][0x8c]!Y[0xb3][0x1c]K[0xd6][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xe6][0x90][0xe1][0x15][0x9b];[0xfd][0xca][0xa7][0xee]P[0x98][0xb2][0xda]t[0xbd]~e[0xc0]G[0xa6]'|Y[0xf9][0xc0][0xa5]9[0x10]^[0xf5][0xbc][0xc3][0x90][0xb8]p{[0x82]a[0xa3]i9[0xe2]c0[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xcd][0xbb]6E[0xb6][0x9a][0xae]I[0xe3]9A[0xd0]u[0x14]L[0xc8][0x81][0xe5]3[0x9c][0xe9]~[0xc3][0x80][0x6]V^[0xfb]~0[0x1a]Kb[0xec]X[0xae][0xcd][0xa5][0xe8][0xbd][0xbd]4[0x85][0xe]T[0x89][0x8a][0x9b]2[0xe0][0xb6]j7[0x7][0xc5]`[0x8c]B[0x12][0x86][0x9d][0xc5][0x84]:1[0x8b][0xf1]m[0xfc][0x7]%[0xde]nS[0xfa]`a][0x8d]ru[0xca][0xae][0xb6][0xac][0xbe][0xc3]e[0xe0][0x91][0xfe]E[0xad][0xfd]r[0x9e][0xa1][0x9e]#[0xe9][0x92][0x1e]jE[0xaf]f[0x17][0xda][0x92][0x9e][0xe5][0xf4][0xab][0xff][0xb3]bc$|[0x9f][0xf7][0xc5][0xcd]%D[0x8d][0x18]R[0xe2]rL[\r]D[0x8f][0xa1]q[0x7][0xe3]|[0xd9][0xdf][0xa9][0xb7][0x17]T[0xa9]x~[0xf9][0xdd][0xb4][0x7][0x9e][0xfb]UmX[0x8b][0xd3]|[0xfa]t[0xe9][0xf5][0x93][0xd4]u[0xa1][0x94][0x84]-7[0xf0]L[0xf1][0xce]R[0x8f]&[0xb3][0xe4][0x9d]([0xab][0xfa]5[0xac]a][0x99]Ce[0xb2][0xca][0x1c]3[0x9c][0xfc][0xd3]K[0xc5]P[0xbe][0xd6]Y[0x8e][0x14][0x9e][0xc3][0xed]e[0x5][0xc8]b[0x85]>,[0xfa]H[0xb0][0xf][0x3]):W[0xe9]*[0x86]4[0x12][0xe4][0x13][0x9][0xf9][0xf7]("[0x10][0xa7]?`[0xe4][0xb][0xc5][0x9][0xd8][0x15][0xb9]ql[0x90]M[0x93][0x0][0xd8][0xa1]&[0x8f][0xb0]I^&[0x94][0xe1]>[0xb6][0xf4][0xd7]g[0xe0][0x1][0x1e]R+[0xe5]m[0x93].F:[0xe8]3[0xcc][0xed]Ns{[0x14][0xdb][0xd7][0xc3][0xf][0xf4][0xe8][0xc3]h[0xf4][0x98]P[0x12]t[0xa6]hti[0x82][0xd8][0xed][0xd9]O[0xa8][0xfa]H[0xcf][0xce][0x87][0xba][0xe9][0xec][0x14][0x1e]S[0x96]i[0xef][0x88](b[0xda]S[0x14][0xf1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xdb][0x9d][0xe6][0xf6]([0x17]Rd4E[0x96][0xac][0xa2][0xa8]SDi[0x92][0xf9][0xc2][0x4][0xf1]+[0xad][0xb8]f8[0xa1]5[0x9e]j[0x86][0xb0]gr[0xca][0x90][0x8c][0x18]T[0xaf][0xe3][0xa8]W[0xe3][0xc6]2[0x13][0xb7][0x9b][0x15][0xa9][0xa8]t[0xc7]2[0x9f]F7d[0xe0][0x19][\r][0x8d][0x91][0xaa][0xab][0xcf]~[0x3]PK[0x7][0x8]cTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Before.class[0x85]OMK[0xc3]@[0x10]}SmW[?[0xea]QD[0x14][0xf]=[0xba]x[0xf6][0xa4][0x18]Q[0xb0]Vb[0xf4][0xe2]i[0x1b][0xc6][0xb0]a[0xbb]+[0xe9][0xa6][0xd0][0xbf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x12]p`f[0x1e][0xf3]>`>[0xbf][0xde]?[0x0][0x9c]aOaGaWaH[0xe8]?[0x86][0xba][0xca][0xf9][0xda]:&[0xc].[0xf9]5T|Z[0x9a][0x85]![0xec][0xa7][0xb5][0x8f]v[0xc6][0xcf]vn[0xa7][0x8e]/[0xbc][0xf][0xd1]D[0x1b][0xfc][0x9c]p|[0xd7]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r]:'t[0x17][0xc6][0xd5][0x12]:[0xfa]G[0xfa][0x10][0x9c][0xcd][0x97]bP[0xe9][0xd3]}v;N[0x8][0x87][0xed][0x96][0xcc]T[0x5]GQ[0x9e][0xb4][0xf3][0x89][0xe3][0x99]df[0xcb]7[0x16]Qo[0x9c]d7[0x93]+[0xc2]0T[0x85].ko[0xa3][0xfe][0xfd]ON+[0xff]dZr[0x1e][0x9]G[0xad][0x91][0xab][0xa7]G[0x4]BGz[\r]Mu[0xb0][0xfe]3[0xbb][0xe8][0xc9]>[0x10][0xa4][0x84][0xdb]`l[0xa2][0x8f]A[0x3]_@[0x8c]-l[0x3]PK[0x7][0x8][0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/BeforeClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]W=x[0x10][0x11][0xc5]C[0x8f][0x6][0xcf][0x9e][0xac]F[0x14][0xac][0x95][0x18][0xbd]x[0xda][0x86]1l[0xd8][0xee]J[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x89][0x7][0xeb]![0xe0][0xc0][0xcc][0xbf][0xde]?[0x0][0x9c]aWa[aGa@[0xe8]?[0xfa][0xba][0xcc][0xf8][0xda]X&[0xc]F[0xfc][0xea]K[0xbe][0xb4][0xba][0xaa]N[0xb]=[0xd7][0x84][0xfd][0xa4]v[0xc1][0xcc][0xf8][0xd9]Tfj[0xf9][0xc2]9[0x1f]t0[0xde]U[0x84][0xe3][0xbb]F[0x13]Y[0xed][0xf2]H[0xff][0x12]Q[0xc2][0x81]][0x83][0xce][0x9][0xdd][0xb9][0xb6][0xb5]$[0xf][0xff][0x91]>xk[0xb2][0x85][0x18]T[0xf2]t[0x9f][0xde][0x8e]c[0xc2]a[0xbb]%[0xd5]e[0xce]A[0x94]'[0xed]|ly&[0x99][0xe9][0xe2][0x8d]E[0xd4][0x1b][0xc7][0xe9][0xcd][0xe4][0x8a][0xb0][0xe7][0xcb]<*jgB[0xf4][0xa7][0xa4]T^[0x86]L[0xa6][0x5]g[0x81]p[0xd4][0x9a][0xbb]l>$[0x10]:[0xb2]+h[0xa6][0x83][0xd5][0x9f][0xdb]EO[0xfe][0x81] %[0xdc][0x1a]c[0x1d]}l4[0xf0][0x5][0xc4][0xd8][0xc4][0xd6]7PK[0x7][0x8][0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/ClassRule.class[0x85]OMK[0xc3]@[0x10]}[0x13]mW[0xab][0xd6][0xaa]'[0xf]b[0xf1][0xd0][0xa3][0xc1][0xb3]'[0xd1][0x14][0xb][0xad][0x95][0x18][0xbd]x[0xda][0x86]!l[0xd8]n$[0xd9]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4]][0xf][0xed]%[0xe0][0xc0][0xcc][0xcc][0xbc][0xd7][0xfb][0xf1][0x4][0x90]!a`[0xc]1!>[0xd9][0xce]U[0xb2]PZ[0x12][0x16][0xb9][0xbd][0xde][0x84]S[0xde][0x9a]B([0xdd]9[0xb9]m[0xc4]][0x10][0xe6];Si[0xeb][0x95][0xa9][0xf][0xb2][0xbd][0xd8]3[0xc3][0x8c][0xb0][0xb2][0xae][0xe6]MgT[0xcb][0xfe]6[0x19][0x1][0x84]do[0x8c]t[0xb9][0x16][0xde]KOH{[0x1a][0xd7][0xc2][0xd4][0xfc]X6[0xb2]j[0x9][0xcb]?[0x10][0xac][0x3]b[0x80][0xef][0xc][0x83][0x10]Z[0x84]Q[0xc8][0x8][0xe3][0xe0][0xd3][0xb0]q[0xb8][0xa1][0xbe][0xa5][0x93][0xf]PK[0x7][0x8]}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.class[0xa5]VIS[0x13]Q[0x10][0xfe]^[0x2][0x99][0x10][0x7][0x8d][0x1][0xe3]..QC[0xa2][0x84](*[0xae][0xa8],[0x1a]EP[0x83][0xb8]/[0x93][0xe4][0x1]C[0xc5][0x9][0xce]$[0x16]wo.U[0x1e][0xa3]q[0xe][0xbe][0x19]([0x9f][0x8][0xe1][0xc1][0xe][0x9b][0xad][0x81][0x9e][0x8f][0xd1][0x84]'X[0x8d][0xa7][0xd8][0x8c]g[0x88][0xd0][0x8a]J|[0xc4][0x82][0x9d][0xd8][\r]~eD[0xd1][0xee]*[0x1c][0xa4]H[0xde]Sc[0xc4][0xe7][0x99][0x83][0x16]M[0x1f][0xab]|>{[0xef][0xf9][0x2][0xe][0xb5][0xca][0x11][0xfb]#G[0xa0][0xe][0xc7][0x8b][0xba][0x1c][0xf1]*[0xc7][0x3][0xca][0x9c][0xf7]z[0xb8][0xac]2V8L[0xea]{[0xf8]y[0xe1][0xe3]W4_[0x9f][0xc5][0xca][0xd0][0xaa]2[0x82][0xbc][0xf0]+*W[0xc6]j[0xda](#4/[0xbb][0x92]Z[0x7][0xbc][0xa4]6[0xbc][0xa2][0xa6][0xbf]^ [0xdf]S[0x95][0xdf]S[0x95][0x9f]t[0xe5][0xbb][0x89]Q[0xa9][0x95]W*[0xf2]l{[0xdd][0xad]2ZH[0xd2]N[0xa8][0x8e][0xee][0x1b][0xd2]}K[0xba][0xef][0x16][0xe8]v[0xbb][0xba][0x1e]~[0xc3][0xb9][0xba]Y4[0xda][0x7][0x9c][0xa8][0x14][0xd8]J|q[0xb7][0xba][0xb8][0x93][0x8][0xe7][0x93]s[0xe5][0xd6][0xd4][0xca]9[0xdd][0xfd]`[0xcb][0x84][0x1d]*W[0x86][0xad][0x4][0xcd][0x96][0x8][0x82]&j[0x9f]+[0xd8]G[0x18]N[0xd0][0x17][0x8b][0xcf]B|[0xaa][0xe1]yd[0xf3]lu[0x10]U[0x1e][0x1f][0xf6][0xd3]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xea][0xc2][0x1][0x8a][0xf0][0xd0][0x99]s[0xe4]![0x9a])[0xd0][0x4]{[0xe9][0xcf][0xca]0M[0x1b][0xff][0x87][0xd9][0x84]][0xb4][0xd3]I>[0x82][0xfe][0x9f]PK[0x7][0x8][0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.class[0xa5]V[0xdb]w[0x13]e[0x10][0xff]}[0x9b]4[0xdb][0xc6]---[0x94]K[0xb]V-[0x98][0xa6][0xb4]i)([0xb7][0x16]K[0xdb]h0[0x14]$[0xa5]X.[0xc2]6[0xd9][0x94][0xad][0xc9]n[0xd8][0xdd][0xd0]xA[0xbc][0xa0][0xfe][0xb][0xfa][0xc4]9[0xfa][0xc0][0x8b][0xf]x[0x8e][0xb4][0x1c]9[0xc7]G[0x1e]|[0xf0][0x1f][0xf0][0xf8][0xaf][0xa8]3_6M[0xa0]{[0xb0][0xc5][0x87][0xcc]73[0xdf][0xdc][0xbf][0x99][0xd9][0xfc][0xfe][0xf7][0xaf][0xbf][0x1][0x18][0xc1][0xb7]-[0xd8][0x89]w[0x19][0xa4][0x19][0x9c][0x89][0x12][0x98]ap6[0x8a]]8[0x17][0xc5]{8[0x1f]E[0x6][0xb3]*.D[0xd1][0x82]9[0x6][0x17][0x19][0xbc][0xaf]b>[0x8a]V[0x96]i[0xc5]%[0xe6]\f[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "cWY[0xef][0x83]([0xae][0xe1]:c:[0x83][0x5][0x6]Y[0x15][0x86][0x8a][0xbc]@[0xe7][0xa4]],[0xe9][0x8e][0xe9][0xda][0x96][0xc4][0xb2][0x9e][0xed][0x8]h)[0xcb]2[0x9c][0xc9][0x82][0xee][0xba][0x86]+[0xd0]:e[0xe6][0xf3][0xd3][0x15][0xcf][0xf1][0xaf][0x9b][0xa7][0xd3][0xe9][0xd4][0xb9]L*#[0xd0][0x91]^[0xd2]o[0xe9][0x89][0x82]n-&2[0x9e]cZ[0x8b][0xc7]I~[0xd2][0xb6]\O[0xb7][0xbc]9[0xbd]P6[0x9a][0xb1]H*S[0xa9]d[0xf2][0xda][0xf4][0xcc]T3n[0x8]D%[0x95][0x99][0x9d]8?[0xdb][0xc][0x93][0x14][0xb2][0xb6][0xe5][0x19][0x15]/mX[0x8b][0x1e][0xdd][0x8b][0x14]i[0x18][0x95][0x92][0x91][0xf5][0x8c][0x9c]@[0x84][0xfc][0x96][0xf5][0x2]!'L[0xcb][0xf4][0xc6][0x5]b[0xb1][0xd4]z[0xc7][0xeb]9[0xfd]s[0x2][0xe1]I;g[0x8][0xb4][0xa5]M[0xcb][0x98])[0x17][0x17][0xc]gV_([0x18][0x1c][0xba][0x9d][0xd5][0xb]s[0x94]<[0xd3]>3[0xec][0xdd]0)[0xe3][0x91][0xb4][0xed],&[0x96][0xca][0xe4]-Q[0xaf]PR7[0xb]e[0xc7][0xe8][0xb][0xa8][0x19]e[0xad]f[0xab][0x84][0xc0][0xfe]X@(A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]j1[0xea]E=[0xb9]Y[0x97]}O[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Yk[0xf3][0x3]0r[0xe7][0x1c]#oV[0x1a]9[0x99]r^r[0xd4][0xa2][0xe1][0xba][0xfa]"e[0xaa][0xb9]7t[0xa7].[0xba]-[0x16][0x18][0xa1][0xa0][0xd7][0x9][0x19]VnM[0xbe]f(R[0xf2][0x15]5WrjO[0xd7]V[0xd4]+[0x99][0xa7]8Q=[0x9b]%[0xa7]}#[0xc3][0xc3][0x2][0xd3][0xb1]MW60.[0xa5]2\[0xb7]|[0x90]-_[0xdc][0xbc][0xe5][\r][0xbe][0x92]R[0x19][0xa9][0xfb][0x1a][0x1d]np|[0xa8][0x91]8[0xcc][0xc4][0xa1][0x17][0xc8][0x8f][0x9a]=[0x9a][0xb1][0xcb]N[0xd6]H[0x9a][0xdc][0x83]][0xeb][0xf4][0x86]8*[\r][0xfb][0xb0]_C[0xc]{5[0xbc][0xce][0xe0]8F4[0xbc][0x89]#[0x1a][0xfa][0xb1][0xa4][0xe2]C[\r][0x5][0x14]UX[0x1a]l[0x94][0x4][0xc6][0xfe]W?[0xb1]QW[0x83][0xc7][0xe6][0xcb]8"[0xb0][0xe3][0xd9][0xca][0x9c]*[0x9b][0x85][0x9c]A[0x82][0xb7][0xb0][0xac][0xa1][0xc2][0x82][0x1f]1[0xf8][0x98][0xc1]'[0xf8]T[0xc5]m[\r][0x9f][0xe1][0x8e][0x86][0xcf][0xf1][0x85][0x86]/[0xf1][0x15][0x83][0xbb]*[0xbe][0x16]Hl26[0x81][0xf6][0xba][0xfb][0xb3][0xb]K[0x6][0x8f]Yhhh[0x88]:[0xf4]*[0xfd].[0x13][0x15][0xe3]io6J[0xea]T[0xe3]&-[0xf][0x1a][0xea][0xed][0x8d]cY5r[0xbc][0xff][0x12][0xe9][0xd4][0x83][0x99][0xa0][0x85][0xe7][0x90][0xe9]H[0xde]v[0x8a]:![0xa7][0x3]Fy[0xbd][0x95][0x0][0xbb][0xeb][0xd5]T|#[0x0][0x81][0xcc][0xb]4[0xea][0xf3][0x14]F[0xe4][0x9a]k[0xf5]G[0xbd]6[0xcf]5zm^[0xf5]RI[0xce][0xf1][0xe0][0x86][0x96][0x93][0xff][0xb8][0xd4][0xfd]Zm[0xf]s{[0xd0]Z[0xf6][0xec]Za[0xa3][0xd5][0xb5]\[0xe5]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0xb8][0xd3];PCo[0xa9][0x1b]<[0xa3]Kv[0xd1][0xb4][0x4][0x9a]b[0xa9][0x14]_G[0xb2][0xb4]L&[0xa8][0xbe][0xe1]X[0xaa][0x92][0x16][0xa1][^p}[0xb3]],[0x13]4[0x87][0xdb]c[0xc1][0xfc][0xee][0xe7]TG`[0xcf]sk[0x87]^[0xfa][0xc6][0xee][0xa2]Op[0x4][0xbb][0xb1][0x7]{[0xe9]}^&J![0xfe]n[0xbc][0xd2]@[0xbf]J[0xf4]k[\r]t[0x1f]:x[0x1e][0x9][0xef][0xe0]i[0x94]gL[0x9e]-$[0xd3][0x8f]8[0xc1][0x1][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x1b][0xa6]s[|[0x15][0x91]x[0xf7]C[0x88][0xf8][0x81][0x87][0x8][0xc5][0x7][0x1f]B[0xf9]YZ:@[0xb0][0xb]M[0x4][0xe7]I[0xf2][0x12][0xc0][0xb1][0x5]W[0xd0][0x89][0xab][0x18]$n[0xbc][0xaa][0x8f]!$[0x0][0x89][0xb1]_!1[0xf6][0xac]H[0x8c]}[0x87][0x88];L&[0xaa][0x9e][0xff]"=[0xb6][0xba][0x1c][0xff][0x5][0xa1]'[0xd8]I[0x87][0xf2][0x4][[0x99]bt[0x5][0xea][0xf7]h[0x1f][0xa8][0x91][0x8f][0xd0][0xfc][0xe0]1Z[0xe6][0xe3]b[0x15][0xd1]3[0x7]V[0xf0][0xd2][0xc][0x1][0xed]Xx[0xe0]1Z[0xe7]W[0xb1]ep[0x5]m[0xc4]i[0xa7]cW[0x98][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]>}[0xd3][0xd1]p[0xc3][0xd6][0xd6][0x92][0xdb]M[0xc5][0x5][0xae][0xa3][0x7]:[0x15]&[0x8b]Q[0xe4]p[0x4][0x6][0xc6][0x91][0x97][0x9][0x1e][0xa2]0G1[0x85][0x83][0x4][0x15][0xba]9I[0x1c]Nf[0x1c]Gq[0x98]0Ny-[0xfd]e[0xbc]![0x9f]A[0xe1][0xd5][0xe7][0xa7][0xfa][0x1d]I[0x87][0xe8]Lr6+[0xe8][0xac][0xe6][0xd7][0xf9][0x8][0xdb]N[0x84][0xc6]z[0xba][0xc0]~[0xbe][0xe8]Y[0xc1]v[0xbe][0xe1][0xf3][0x1e]Z[0x99][0xc5][0xbc][0xae][0x7]w[0x15]q[0xff][0x9f]?%[0xdd][0xcd][0xf4]3[0x91][0x17][0xe9]i-j[0x12][0x9b]x%[0xf2]n[0xe1][0x4]\[0x19]y/y[0xe5][0xd2][0x1f][0xa5][0x7][0xe1]gH[0xfa]QvP[0x6][0xc7][0xe4]#)[0xbc][0xa5][0xfd]([0x9f]P&[0x9c]K>4[0xe6][0xc7]9@[0xbf][0x9c][0x1f][0xac][0xc4])[0xe2]pn[0xbc]g[0xcf][0x8f][0x18][0xf5][0x1f][0x86][0xc5][0xc2][0xb9][0x9e][0x9c][0x1f][0xbb]/[0xec]s[0xee]!r[0x1f]-2[0xfc]?[0x1a][0xe4][0xf9]nG=[0x8b][0xbd]Pe[0xdd][0x14]Z[0xd2][0xbd][0xb4][0x9e][0xf7][0xd1]vN[0xe3]6[0xce][0x12]~[0x81][0x96]s[0xbd][0xc9][0xf2]kU[0xce]S[0x8e][0xd5]*[0xe7]0&[0xb3][0xeb][0xa5][0xec][0xc6][0x9][0xb][0xb5]7[0xd3][0xb][0xbd][0xe5][0xe7][0x94][0xa0][0x93][[0xb1][0x89][0xda][0xbb][0xa9][0xee]2"[0x99]IiZ[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x82]M[0x93][0xf2])L[0xfa][0xca][0xc7]H[0x9a][0xcb][0x16][0x89][0xf][0xac]"[0x1c][0xac][0xdd]U[0x95][0xa8]jKl[0x8a][0x3]#;[0xd3][0x1]AP[0xfe][0x1b][0xb]"[0x19][0xa8][0xac]lL[0xf9]m[0xbc][0x13][0xa0],~[0xfa]oe[0xba]OIx[0x1a][0xdd][0xb2][0xbf]B[0xb4]~rt[0xf2][0xbf][0xf5][0x9d]4![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x12]MN[0xfe][0x5]PK[0x7][0x8][0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/ComparisonFailure.class[0x8d]R[0xe9]n[0xd3]@[0x10][0xfe]6q[0xe2]$[0xb8]4[0xa4][0xa1][0x7][0x10][0xa0]PJ[0xea][0x1e]&[0x9c][0xe2][0x10]RdR[0x8]J[0xd3][0x1f][\r]Q[0xf9]Um[0xd3]mp[0xe5][0xda][0xd5][0xda]A<[0x16]H-[0x91]@[0xe2][0x1]x([0xc4][0xac]sUmT[0xd5][0x92]wgf[0xe7][0x9b][0xe3][0x9b][0xf9][0xfb][0xef][0xd7][0x1f][0x0]%[0xbc][0xc8] [0x8d][0xa5]4R0[0xd5][0xb1][0xac]c%[0x3][\r][0xab][0xca][0xbc][0xa6]$K[0xc7]#[0x1d]%[0x1d][0x8f][0x19][0xc0]`T=OH[0xdb][0xe5]A [0x2][0x86])[0xdb]?<[0xe2][0xd2][0x9]|/[0x92]Z[0xa1]/[0x19]r[0x1b][0xe5][0xed][0x1d]{[0xb3][0xde][0xa8]l7vj[0x95][0xfa][0xfb][0xc6][0x7][0x6]Ve[0x98][0xb0]}/[0x8][0xb9][0x17]6[0xb9][0xdb][0x11]q[0xaa] [0xcf][0x90][\r][0x84]t[0xb8][0xdb][0x14]2p|[0xef]S[0xf5][0x1d][0xf9]~L[0xa0][0xf7]1[0x86][0xf4]~[0xe5][0xdb][0x91]h[0x85]b[0x8f]"[0xd7][0xe][0xf8]Wn[0xb9][0xdc]k[[[0xa1]t[0xbc][0xf6]k[0x6]}[0xbf][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xdc]eH[0xbe]q<'|[0xcb][0xf0][0xb2]x[0xde][0xf1]2[0x96][0xa5]&[0x83]f[0xfb]{[0x82]a[0xb2][0xe6]x[0xa2][0xde]9[0xdc][0x15][0xb2][0xc1]w][0xa1][0x92][0xfb]-[0xaa][0x93][0xda]Uz[0xdf][0xa8][0x85]_[0x1c]"[0xa2]P[0xf3]e[0xdb]:[0xe8]Pzk[0xc4][0xc9]:w[0xdc][0x8e][0x14][0xaa][0xc6]C[0x11][0x4][0xbc]M[0x80][0x94][0x18]v[0x93][0xe4][0xfd][0xba]3m[0x11]n[0xc][0x1c][0xf2][0xc5][0xa5]q][0xa6][0xc9]g[0xd0][0xe7][0x15][0x92]G[0xa4]d[0xb6][0xfc][0x8e]l[0x89]uG[0xd5]3}.[0xfb][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f`[0xe]O[0xc]Lc[0xc6][0xc0],f[0x18][0xac][0xb][0xea]][0x18]3U[0x15][0xe0][0xa9][0x81][0xfb]X0[0xf0][0xc][0xcf][0x19]n^[0x10][0x80]av[0xd4]A[0x99]VE[0x86]4[0xda][0x8a][0x94]j;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17]e.1\?=[0xbb][0xcd][0xdd][0x3][0xea]2[0x9a]K[0xb1]X[0xbd][0xec][0x8][0xf5]V[0xaf]l[0x86][0xc5]1[0x8b]0[0x86]^[0xcc][0xd3][0xf2][0xa7]i[0xdf]4[0xdc][0xc0]UL[0xd2][0xa6]gI[0x8b][0xe1][0x1a][0xe9]9L[\r][0xf5]<[0xfd]Db$[0xcf]F[0xb7]Fos[0xe4]E[0x8c][0x90][0xb6]Gv[0x8d][0xee][0xac][0xb9][0xdc][0x5]3WN[0x10]3WO[0x10][0xff][0x11]!n[0xd1][0x99][0x8b][0xde][0x1f] [0x81]Ed[0xf0][0x90]r[0x15]Q [0x8b][0xd9][0xc3][0xe1]6[0xee]D[0x9b][0x9f][0xc5]][0x8a][0xcf]"i[0x9e][0xa4]X$[0xdd]#)NV[0x9a]C?[0xa3]M[0x91][0x94][0xd7][0xdc]oh[0x9f][0xb3]y[0xf3][0x98]2[0x1e]#[0xde]E[0xc2][0xec]"[0xf9][0x13][0xfa][0xf7]a[0xea]d[0xe4]X[0x8a][0xd2][0x19]=P?[0x1d][0xa3][0x82][0x6][0x1]-[0xba][0xd5][B[0x85]9[0xb]~u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x18][0x82][0x17][0xc7][0x82]cg[0xc1][0xf6][0x18]p[0x8c](Pg[0x91][0xec][0x8a][0x9c][0x18][0x91][0x92][0xa2]NSDG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xc8][0xfc][0x7]PK[0x7][0x8]r[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/FixMethodOrder.class[0x8d]Q]KBA[0x14][0x9c]5[0xed][0x96]}i[0x16][0x14][0x11]}[0x81][0xd8]K[0x97][0x9e]{[0x12]T[0x8]4E[0xaf]A[0xf4][0xb4][0xea][0xc9]V[0xd6][0xdd]X[0xf7]J[0xfe][0xb5][0x1e][0xfa][0x1][0xfd][0xa8][0xe8]\[0x82].[0x81]P[0xf][0xcb][0x9e]a[0xe6][0xcc][0xec]9[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x1a][0xfb][0x1]v[0x3][0x94][0x2][0xec][0x9][0xe4][0xe6]R[0xc7]$pQ[0xb9]lZ7[0xe]'[0xb1]Q>t[0xb1]1[0xe4]fa[0x8b][0xfc][0xb3][0x1d][0xf5][0xac][0xf3][0x8c]n[0x4][0x8a]Uc[0xac][0x97]^YS[0xa3]'[0x19]k/p[0xf6][0x8f][0xbe][0xa0]VoT[0xfb][0xcd]H [0xdf][0xb3][0xb1][0x1b]RCi[0xe]-5[0xd4][0xeb][0xb7][0xb4][0xed]F[0xe4][0xae]&r.[0x5][0xe][0xbb][0xb1][0xf1]jJ[0xf7]j[0xa6][0x6][0x9a][0xd2][0xc8][0x99][0xc0]i3[0xd1][0x84]Z[0x9a]q([0x88][0xb0]K[0x9e]LRqV[0xf9][0xf]I[0xc7]j5\$[0x8f][0xea][0xf6][0xef][0xa2][0xdb]V][0xe0]xyK$[0xdd][0x98]<+[0xcf][0x97][0xf3]uMS[0xf6][0x8c][0x16]/[0xc4][0xa2]l[0xf4][0xd0]a[0xaf][0x83]t[0x1b][0xbf][0xa7][0x13]([0xa4].[0xed][0xc1][0x84][0x86][0xbc][0xbc][0x93][0xa5][0xc6][0xe9][0xc8]e[0x1][0x81][0xc][0x9f][0x15][0xfe]9[0x91][0xe5][0x14][0xe4][0x18][0xad]2[0xca][0x11][0x2][0xac]1[0xb9][0xce] [0x83]<6[0xf8]>[0xe2]j[0x93][0x5]Y[0xc2][0x16][0xb6][0xb1][0x93][0x94][0x8f][0x10][0x84][0x2][0x8a]_PK[0x7][0x8][0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Ignore.class[0x85]PMK[0xc3]@[0x10]}[0xdb][0xa6][0x8d][0xb6]~[0xb4]Z[0xf][0x1e][0xc4][0xe2][0xa1][0xe8][0xc5][0xe0][0xd9][0x93][0xd0][0x88][0x5]kK[0x1a][0x5][0xf1][0xb4][\r]c[0xd8][0xb0][0xdd]H[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x82][0xf1][0x10][0xf0][0xb0][0xbb]o[0xf6]}[0xc]3[0x9f]_[0xef][0x1f][0x0][0xae]p[0xe4][0xe2][0xc0][0xc5][0xa1][0x8b][0x81]@k-uA[0x2][0x83][0xf3][0x8b][0xfb]D[0xae][0xa5][0xa7][0xa5][0x89][0xbd][0x85][0xcd][0x94][0x89][0xaf][0x5][0xfa]7[0xc6][0xa4]VZ[0x95][0x9a]1[0xbd][0xca]B[[0x1][0x8]t[0x16]i[0x91]Et[0xab]4[[0xbb][0x93][0xd8][0xa4][0x19]][0x96]v[0x81][0xe3][0xa0]0V[0xad][0xe8]I[0xe5]j[0xa9][0xa9][0xf2][0xe7][0x2][0xc3]?-[0xe4]/[0xe1][0x5]d[0xc9][0x94][0x88][0x1b][0x8e][0xfe][0x91][0xcc]S[0xad][0xa2][\r][0xb][0xdd][0xe0][0xf1]![0x9c]L}[0x81][0x93]zK([0xb3][0x98],+[0xcf][0xea]y_[0xd3][0x8a]3[0xc3][0xcd][0x1b][0xb1][0xa8]=[0xf5][0xc3][0xbb][0xd9]X[0xc0][0x9][0x9f][0xe7][0x1c][0xda]K[0xb3][0xd8]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xac][0xf7]3[0x1e]U1[0xb3]eB[0x11][0xaf][0xe2][0xb4]6[0xb9][0x9a]y$xY[\r]>M^[0xbc]p8[0x1d]-[0xae][0xda]\5s[0xb8]Lm1l`[0x1b][0x1d]~[0x87][0x8c][0xba]L;[0x84][0x1d][0xec]b[0xaf][0x84]/h[0x10][0xf6][0xd1]+[0xaf][0xfe]7PK[0x7][0x8][0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Rule.class[0x85]O=K[0x3]A[0x10]}s[0x9a][0xac][0x89][0x1a][0xa3][0x9d][0x85][0x18],R[0xba]X[[0x9]^0[0x90][0x18]9O[0x1b][0xab][0xcd]1[0x1c]{lv[0xe5][0xb2][0x17][0xc8]_[0xb3][0xf0][0x7][0xf8][0xa3][0xc4]][0xb][0xd3][0x1c]803[0xf][0xde][0xc7]0_[0xdf][0x1f][0x9f][0x0]np&p"0[0x14]8%[0xf4][0x9f]]S[0x17]<[0xd1][0x86][0x9][0xbd][0xac]1|][0xa9][0x8d]"[0x9c]g[0x8d][0xf5]z[0xc5][0xaf]z[0xad][0x97][0x86][0xef][0xac]u^y[0xed][0xec][0x9a]0[0x9a]E[0x8d]4[0xca][0x96]R[0xfd][0x11]2c[0xcf]6[0xa2][Bg[0xa3]L[0x13]"[0xc7][0xff]H[0x9f][0x9c][0xd1][0xc5]6[0x18]D[0xf6][0xf2][0x98]O[0xe7])[0xe1][0xa2][0xdd][0x92][0xab][0xba]d[0x1f][0x94]W[0xed]|jx[0x15]2[0xf3][0xed];[0xc7][0xfb][0x93]i:[0xbb]'t[0xe7]i[0xfe][0xb0][0x8]`[0xe0][0xea]RV[0x8d][0xd5]^[0xc6]/[0x9][0xc3]][0xca]bYq[0xe1][0x9][0x97][0xad][0xc1][0xbb][0xd7][0xc7][0x4]B[0x12]z[0xf][0xb1][0x12][0xec][0xff][0xce][0xe][0xba]a[0x8f][0x2][0x12][0x81];`[0xf4][0xd0][0xc7]a[0x84]oH[0x18]G8[0x8e]c[0xf0][0x3]PK[0x7][0x8][0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/Test$None.classmP[0xbb]N[0xc3]@[0x10][0x9c]u[0xe2]X1[0xce][0x83][0x84][0xf0][0xea][0x90]([0x80][0x2][0xb]Q[0x82]h[0x8c][0x90][0x12][0xa2]4[0x4][0xf7][0x97]pJ.2w[0xd2][0x9d][\r][0xdf]E[0x85]D[0xc1][0x7][0xf0]Q[0x88][0xb5]M[0x83][0xc4][0x15];;s[0xb3]s[0x8f][0xaf][0xef][0x8f]O[0x0][0x17]8[0x8][0xd1][0xc0]N[0x80][0xdd][0x0]{[0x84][0xbe][0x93]V[0x89],[0x95][0xd6])[0xa3][0x1f][0xc7][0xb7][0x4][0x9a][0x10]:[0x89][0xd1].[0x17]:OEVH[0x1f][0xf5]"B[0xeb]Zi[0x95][0xdf][0x10][0x1a]'[0xa7])[0xa1][0x99][0x98]'I[0xe8]M[0x95][0x96][0xb3][0xe2]y![0xed]\,2V[0x6]S[0xb3][0xe4]X[0xc1][0xe1][0xcc][0xc5]f[0xbe]V[0x8e]af4[0xb3]h[0xac][0xb5][0xb4]I&[0x9c][0x93][0xac][0x8e][0xa6][0xc6][0xae][0xe2]M[0xc1][0xf1][0xf1]\[0xba][0xfc][0xb8]t][0x11][0xc2][0x7]S[0xd8][0xa5][0xbc]SeB[0xbb][0xdc]9[0xdf][0x88][0x17][0x11][0xa1][0x8d]0[0xc0]>a[0xf8][0xcf][0x1c][0xab][0xa5])[0xce][0x84]^[0xc5][0xf3][0xb5]5[0xaf][0xf5][\r][0xba][0xbd]8[0x82][0xc7][0xbf][0xc1]/[0xc3]![0x9a][0xf0][0x19][[0xcc]<[0x4][0xdc]y[0xe5][0x9][0x8c][[0xac]\2[0x12][0xa3][0xf6][0xe]z[0xab],[0x11][0xd7][0x90][0x11][0x98][0xf0][0xe8]=:[0xdc]E[0xb5][0x9]]lW[0x9e]AU[0x87][0xe8]W[0xde]2r[0x84][0x1e][0xda]?PK[0x7][0x8]TJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Test.class[0x85]QmK[0x2]A[0x10]~6[0xb5]S{[0xcf][0xde][0xec][0xcd][0x88][0x10]E[0xe8][0xe8][0xb3][0x11]D[0x19]%[0xa6]aW_[0xfa][0xb4][0xd9]d'[0xe7][0x9e][0xdc][0xed]Y[0xfe][0xb5]>[0xf4][0x3][0xfa]Q[0xd1][0xac]D[0x16][0x9]-,;3[0xcf]3[0xcf][0xec][0xcc][0xbc][0xbc][0xbe][0x1]8@[0xce][0xc2][0x86][0x85]M[0xb][[0x16][0xb6][0x5][0xe2]u_[0x91][0xc0][0xf4][0x85]R[0x14][0x9c]x2[0xc])[0x14]H[0xd2]K[0x8f]Z[0x9a][0x1e][0x4]2[0x85]b[0xad]#[0xfb][0xd2][0xf6][0xa4]j[0xdb]CFY`[0xe1]X)_K[0xed][0xfa][0xea][0x94][0x1e]e[0xe4]i[0x81][0xe5][0x9a][0x1f][0xb4][0xed]N[0xa4]\m;[0x14][0xea]=#[0xcd][0xdc][0xd4][0xb5][0xdb]VRG[0x1][0xd7])[0xfd]U;,[0xfd][0x88]8O[0x81][0xff],[0xef]=*[0x1f]q[0xa6][0xa5][0xdd].[0xf9][0x11]k[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]j[0x2]_G }[0xed]GA[0x8b][0xce]\[0x8f]5S[0xa6][0xd8][0xbe][0xd1][0x10][0xc8]6#e[0x92]n[0xdd][0xd0]e[0x95][0xd1]/[0xb9][0xa9][0x9d][0x1f]u[0xe4]7`7I[0x93]2[0x16][0x17]L[0xf4][0xa5][0x17][0xb1]d[0xfe][0x1f][0xea][0x95][0xef][0xb9][0xad][0x81][0xf9]a[0xf3][0xa6][0xee]\\V[0x4][0xb6][0xc6][0xa7]82h[0x93]f[0xe6][0xee]x[0xbc][0xe2]Q[0x97]5[0x9d]A[0xcf][0x8c]j[0xf2][0xb2][0xe2][0x9c]7N[0x5]f[0x8f]R`~[0x94][0xdd][0xb8][0xef][0xf0]n[0x4]rc[0x5]G-[0xf3][0xee][0xc6],$/x~[0x13]|c<[0xc9][0x89]8[0xb7][0x80]$[0xfb])[0xf6]b-[0xa4]1e[0xc2][0x98]f`[0x6][0xb3]L[0x1b][0x2]U[0xcc]1a[0x8]-"[0xc3][0xef][0x6][K[0xc]/[0x13]V[0xb0][0x8a]5c[0xde]A[0x10][0xb2]X[0xc7]$[0x13][0xd2][0x1c][0x89][0xf3]M [0xf5][0x9]PK[0x7][0x8]s[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/junit/experimental/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/ParallelComputer$1.class[0x8d]TkS[0xd3]@[0x14]=[0xdb]VB[0xdb][0x8][0x88][0xe0][0x1b]E[0x1]i[0xa9][0x12][0xf1][0xad][0xf8].E[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xad]0[0xe3][0xb7]%][0xe9]b[0xba][0xe9]l[0x12]A[0xbf][0xf8]s[0xfc][0xac][0xe3][0xb]?[0xf8][0x3][0xfc]Q[0xea][0xdd]6[0x8a]2U[0xc9]L[0x92][0xdd][0xbb][0xe7][0x9e]{rrw[0xbf]~[0xfb][0xfc][0x5][0xc0][0x14][0xca][0x19][0xf4]`<[0x83][0x1c][0xf2]i[0xec][0xc6]D[0x16][0x5][0x9c]2[0x8f][0xd3][0xbb]^}o_iL[0xc2]1[0xa1]3[0x16][0xa6][0xd2]8[0x8b]s[0x19]dp[0xde][0xc2][0x5][0xb][0x17]-\b[0xe8]~Z[0x11][0xfa][0xb9]t[0x5][0xc3][0xc9][0xf2][0x1a][0xce][0x9d]([0x94][0x9e][0xe3][0xfa][0xca][0x8d][0xb4][0x16]*tJ[0x1b][0xc2][0x8d]B_[0xc7][0xb8]i[0x86][0xae]kR[0xc9][0xf0][0x6]C2[0x97]_bH[0x15][0xfd][0x1a][0xa5][0xf7][0x96][0xa5][0x12][0xf3]QcE[0xe8]*_[0xf1]([0xd2]_[0xf6]][0xee]-q-[0xcd]<[0xe][0xa6][0xc2][0xba][0xc][0x18][0xc0]`[0xcf])%t[0xd1][0xe3]A (R([0xfb]z[0xd5]Y[0x8b][0x88][0xda][0x11][0x1b]M[0xa1]e[0x83][0xca]s[0xcf]Y[0xe4][0x9a]{[0x9e][0xf0][0x8a]~[0xa3][0x19][0x85]B[0x8f]N[0x91][0x86][0xee][0xc0][0xad][0x8b]Zd[0x18][0xf7][0xe7][0xda][0xc2]=[0xae]V[0x9d]G[0x91]R[0xa6][0xd0][0xb4]Q[0xd6][0xe3][0xd6][0xa5]W[0xab][0x84]<[0x14][0x86][0x8b]a[0xa0][0x13][0xd2][0x98]@[0x1f][0x14][0x10][0x1f][0x3]#[0xc2][0xe1][0xdf]Ps[0x8a]*[0xea][0xa8][0x19][0x8a]Zi[0xc3][0x15][0xcd]P[0xfa][0x8a]22[0x15]?[0xd2][0xae][0x98][0x95]F[0xc0][0xe0]v[0x85][0x93]&[0x9f][0x1c]))[0xd7][0xf3][0x3][0xa9]V[0x1f][0x8a][0xb0][0xee][0xd7],\[0xb6]q[0x5]Wm[0xf4]c[0xaf][0x85]i[0x1b][0xd7]p[0xdd]F[0x1f][0xf6]X[0xb8]a[0xe3]&n[0xd9][0xb8]mV[0xee][0xd8](b[0xc6]F[0x9][0xb3][0xc]G[0xff]-[0xc6][0xc2]][0x1b][0xf7]0g[0xe3]>[0x1e]0[0xe4]wl"C[0xdf][0x16][0xf3][0xc2][0xca][0x9a]p[0xc9][0xa0][0xf1][0xad]t[0x1d][0x99][0xdf][0x13]8[\r][0xfa][0xbb]^[0xcb]-[0xa1]+[0xb1][0xe9][0xfa][0xf][0xe4]?[0xb]1d[0x9b]qH[0xbe]$[0xb3][0xce][0xe7][0xca][0xdb]k[0xc4][0xe4][0xd3][0xf9][0xbf][0xae][0xfc]t[0xe1]o[0xbd]I[0xed][0xb3]W[0x89][0xf5]"7[0xfa][0xaa]u-xm[0xd1][0xf7]=[0x86]\.[0xbf][0xd3][0xae][0x1e][0xdd][0x9][0x8e][0x9a]?[0x88]V[0x1a][0x92][0xac]:[0xd7][0xb9][0xed]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97][0x9b][0x8d][0xc2]H[0xb7]Z-[0xa8]Ga[0xcd]_W[0xc]C[0x1d][0x91]U2[0xf2][0xb1]2[0x5][0xb2][0xf3][0xb7][0xe7][0x17]*[0xa5][0xe2][0xc2][0xfc]L[0x85][0xe1]Xg[0xe2][0x9f]p[0xa2][0xee][0xe3][0xeb]\[0x86]U[0xa1][0x1b]Rq[0xd3][0x1a][0xc]#[0xb9][0xfb][0xff]I[0xcb]?[0xf9][0xa3][0xf]*/[0x2][0xda]+[0xb4][0xb3][0xa9][0xcf][0xa8][0xb1][0xdb][0xc9][0xd2]w[0x16][0xb5]Ta%$c[0x1b]T[0xa9][0xb7][0xd9][0x9e]r[0xf7]YUs[0xe3][0xca][0x81]\Gh~[0x9][0xc3]t4[0xf5][0xd0]n[0xef][0xa5][0xbb][0xdf][0xf4]:[0x9d]]I[0xba]i[0xb]Pd[0x80]FW[0x91][0xa0][0x11]`O|[0x4][0x9b][0xf8][0x84][0xc4]{$[0xdf][0xd0]<[0x81]Azf[0xe8][\r][0xe4][0x91][0xc2][0x8][0xf6][0x19]T[0x1b][0x8b][0xfd]8[0x4]s[0x8a][0x1c][0xc6][0x91][0x98]g[0x86][0x90][0x89][0x16][0xcf];$[0xb][0x9b]H%[0xb0][0xbc][0x9d][0xe7]$[0xb2][0x18]o[0xf1][0xec]kcc[0x1e]3[0x1a][0xc2]Qb"[0xa7])[0x8b][0xa8][0xaa]A[0x8d][0x19][0xc6]M[0xec]b0[0x83][0x1]t[0xbd]E[0xf7]&[0xd2]),[0xbf]F[0xb6]\x[0x8b][0xec][0x7][0xd8]oZ[0xc2][0xe][0x92][0x9c]L\[0xf2][0x10][0xba][0xe8]Y@[0x1a][0xa7]([0xee][0xd0][0xca]i*2[0x89]Q[0x9c][0xf9]%a[0x8][0x16]Yt[0xbc][0x95];[0x16][0x8b]I[0xe2]DK[0xf6][0x8]!A[0x12][0xc6]H[0xf6][0xc1][0xd6]'02[0xd3]\[0xdd]?[0x0]PK[0x7][0x8]X[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/ParallelComputer.class[0x9d]U[0xdb]N[0x13]Q[0x14]][0xa7][0x1d]:t[0x18]Z([0x5]D@[0x5]Q[0xda][0xe1]R[0xb9]x-"P1!i[0x88][0x1]R[0x3]>[\r][0xed][0x4][0x86]L;[0xcd]tF[0xd1]?[0xe1][0xb]|[0xc5]D[0xc4]Hb[0xf4][0xd5][0x8f]2[0xee]sf@[0xb4][0xe5]"[0xf]=[0xb7]Y{[0xed][0xb5][0xd7][0xb9][0xf4][0xe7][0xaf][0xaf][0xdf][0x0]L`QA+&[0xa3][0x90]0[0xc5][0x9b]i[0x19][0xf7][0x15][0xea][0x1f][0xc8]x([0xe3][0x91][0x2][0x19][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xc8]r[0xd8][0xc][0xff][0xf2][0x94][0x8f]feD[0xd3]>[0xb8][0xd9][0xc9]@[0x10][0xc8][0xdd]([0xc5]5[0xc4][0x87][0xa5][0x6][0xf8]~(|G[0x2][0xfc][0x12][0xa9][0xe1][0xab][0xdd][0xda][0xf]D[0xf6][0xd0][0xae]}G[0xe4][0x8][0xf2][0xfa]![0x9a]?#[0xaa][0xed][0x9f][0x94][0x13][0x13][0xb2][0x7][0xe8]a[0x90][0xca][0x98][0x12][0xa5][0xa8]~(z[0xd1]'[0x92][0xd0]n[0x13][0x8a][0xd3]z[0xd4]K[0x82]vd[0xf4][0x10][0xca][0xb2][0xf6][0x9][0xa1]=(c_[0xd0][0xf2][0x1][0xd2][0x18][0xa7][\r][0xb]Z[0x85][0xe8][0x81][0xc7]D[0xfb]DPj~[0xd8][0x89];[0xdd][0xb8]I[0x8e][0xf9]ib[0x94]>D[0xc8]6[0x92][0xd0]G[0xf1][0xb7]OI[0x88]a[0x88][0xbe][0xdd][0xa1][0xb1]D+w1,[0x84][0xa7]hF[0x7][0xaf][0xa1]([0x95][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]#j[0x8e]R[0xcd]_(j[0x4][0xa3][0x81][0xa8][0xde]:Q#[0x18];%j<[0x10][0x95][0xa1][0xdf]=1[0x9a][0xa0][0xa2]y6z[0xdb][0x5]o[0xf3]oPK[0x7][0x8]@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/experimental/categories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.class[0xbd]YktTW[0x15][0xfe]Nf[0x92][0x99]Ln[0x80]L ![0xf]`[0x80][0x80][0x93][0x99][0x84][0x1]L[0x91][0x12][0xc0][0x86][0x90][0xb6][0xd1][0xf0][0xc][0xf][0x3][0xad][0xed]erI[0x86]Nf[0xa6][0xf3][0xc0][0x84][0xaa][0xb5]Z[0xad][0xb5]Z+Uk[0xa0]O|[0xa4]jj[0xa9][0x96]$[0x10][0xa1][0xd8]*[0xd4][0xd6]G[0xb5][0xd5][0xda]j[0xab][0x15]k[0xbb]\[0xfe][0xac][0xae][0xe5][0x1f][0xeb][0xde][0xe7][0xde][0xb9]s33[0x81]PX[0xae][0x95][0x9c][0xb3][0xcf]9[0xfb][0xec][0xfd][0xed]}[0xf6][0xde][0xe7][0xdc][0xe4][0xb9][0xff][0x9e]8[0x5]`[0x19][0xde]v[0xc1][0x85]/;p[0x8f][0x13]_q[0xa1][0x0][0x7]][0xb8][0x17]_[0xe5][0xc9][0xaf]9[0xf0]u[0xee][0xef][0xe3][0xe6][0x1b][0xe][0xc]r[0xc8][0x85]&[0x1c].&[0xea]~n[0x1e][0xe0][0xb9][0x7][0x99]z[0x88][0x9b][0x87]y[0xf8][0x88][0x3]G[0x9c][0xf8][0xa6][0xb][0xe5]8X[0x82]o[0xe1][0xdb]N|[0x87][0x7]CN<[0xca][0xfd]w[0xb9]y[0x84]9[0xbf][0xe7][0xc2]||[0xdf][0x85]a[0x5]{0+[0xd8]o[0xf0][0xee][0xca]J[0xbd][0xec][0xf1][0xa5]*w[0xa7][0x83][0xb7][0x9d]3.[0x11][0x8a]F(r]![0xcb][0xc0][0xe4]h[0xeb][0xb7]ph[0x96][0xc1]][0xd9](')[0x1]S[0xe3][0xba]T[0x8b][0x8a]V[0x87]h[0xeb]Z[0x81][0x85][0x17]v[0xde][0xe][0xca][0xf5]do[0x88]lXs[0x89]ZgL[0xf0]c7[0xe7][0xba][0x80]&,[0xab]m[0xfd][0xe6][0xaa]f[0x92][0x9b].[0xaf][0xff][0xc8]('[0xc9][\r][0xc6]C{([0xa6]fz[0xeb]-|[0x9d][0xc9]x([0xd2][0xc3][0xb9][0x9a][0x8c][0xea]4[0x95]^[0x9d]9[0x96][0xa4][0xd3][0x14][0xa8][0xca][0xe1]^[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85][0xbb][0xa5][0x91][0xc5][0x89][0xde]h*[0xdc][0xbd]5E|[0xf3][0xbd][0x16][0x8f][0xc5]S\[0x94][0x3][0xeb]3[0x82][0x9a][0xeb][0xa9][0xa8][0xdb]55[0xd8]+0[0xf7][0xfc][0x9c][0x2][0x5][0xa1]:[0xb3][0x92]P@}[0xad][0xc]b[0x10][0xa5][0xe3]([0xe8]r[0xdb]Fa[0xaa][0x9a]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]b[0xc]EGi[0xdd][0x86]u[0xd4]N[0xa3][0x1e][0xe8][0x87][0x3][0x3]([0xc3]-h[0xa5]Q[0x85][0xbe][0x1f][0xeb][0xa5]t[0xa6][0xda]p5[0xe9][0xbf][0x86]h[0x85]z}[0xe6]Z[0x13]Q;[0x8a]I[0xff][0x87][0xc][0xfd][0xed]([0x94]<[0xa5]v[0xfb]I8[0xba]l[0xbe][0xce]183[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xe4][0xe2][0xad]R[0x91].[0xac][0x14][0x1f]F[0x7][0xf5][0xd7]L[0x98][0xd9]@[0xbd].~[0xa3]4o[0x93]!~[0x1d][0xf5][0xcc]Sd[0xf7][0xe5][0x91][0xfb][0x19][0x8b][0xdc]"[0x9][0xdb]*[0xb7]H[0xc2]N[0xcb][0xdd]Lr[0xb7]L[0xc1]mv![0x1d][0x97][0xc7]mw[0x90][0xdb]>On[0xfb][0xc2]{v[0xdb][0x96][0xf3][0xba][0xad]8[0xdb][0xbc][0xbb]/[0xd2]m[[0xf2][0xbb]-G[0xee][0xc1][0x8b]r[1_[0xd4][0x86][0xdc][0x18][0xad][0xda][0x99]s[0x1c][0xae][0xae]jm[0xe3](J[0xb2][0xa5][0xdf]'[0xa5][0xfb]t>l3[0xdc][0xa3]`[0xbb][0x8c]j[0xa6]v[0xd0]\[0x81][0xa4]v[0xd2][0x9c]M[0xea][0xae]0f[0xb6]S[0xc4][0xb]cm%[0xad][0xe9](>B[0xd2][0xe8]>7P[0x1c][0xa1][0xbe][0x90]z[0x8f]o[0x14][0x8a][0xaf][0xe6][0x18]J}s[0x8e]a[0x9a][0xaf]a[0xc][0xd3][0x8f]a[0x86][0xaf][0xca].[0x89][0xb2]'Ld[0xd5][0x84][\r]8LR[0xee]'{[0x1e][0xa0][0x3]}[0x90]4>[0x84]yxX[0xa2]m[0xd2][0xe5]a7[0xae][0x93]h=[0xb8][0x9e]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "I}[0x94]0[0x16]H[0xea][0x6][0x9a][0xb3]I[0xea]F[0x9a][0xb3][p3[0xd7]J[0x83][0xba][0x91]([0xbb][0x81][%[0x19]{[0x10][0xa4][0x96]q[0x7][0xa8]g[0x99][0x85][0xbe][0x11][0xb8][0x8f]J[0x86][0x8c][0xdb][0x86],[0x87]Rh[0x0][0x11][0xfc]B16[0xdf]F[0xaa]YA[0xcb]8[0xca][0xbb][0xdc]3G1[0xcb][0xf7]$f[0x1c]G[0x85][0xc0] [0x9c][0xee][0xca]!8xb[0x4][0xb3];[0xa8]/[0x93][0xb][0x87]P[0xe6]wW[0x8d][0xa0][0x9a]ghe[0xa7][0x4]5[0x19][0xc5]nyFcX[0x80][0x13]X[0x82]q[0xaa]/'-[0xa1][0xdd]b[0x80]X@^[0xd2][0xb0]Wb[0xa7]W[0x8a][0x1][0xe7][0x1e][0xe2][0xe1][0xdd]M>[0xff](j[0x7][0xa9][0xd2][0xc][0x93][0xf0]9#[0x98][0xbb][0xa1][0xe1]8[0xe6]1[0xa8]j"<[0x2][0xa7]1[0xa3][0xaf]q[0x4][0xb]$[0xd3][0xd0][0xbb][0xe7]l[0xc3]&[0x2][0xfd]\[0x9e][0x86][0x13][0xcf]P=<[0x83]E8[0x8b]F<[0x8b][0xe5][0xf4][0xa4]JG[0xd1]"Z[0x9]Q[0xc2][0xda][0x8][0xaf][0x7]7!,[0xd1]5[0x99]g[0xd5]D[0xe8][0xf6][0x11][0xaa][0x2]~[0x81][0x19][0xe8][0xde]!n>[0xa9][0x18][0xa5][0xf2]B[0x6]$[0xbd]Tjzl[0xd8][0xe2][0xa2][0xc5]DO[0x1b]D[0x99][0xaf][0x81]'GQ7[0x88]r[0xdb]pz[0xb4][0x88]P[0xdb][0x86]-[0xae]&[0x1b]hT[0xca][0xd2][0x98]e[0x6]m[0x18]NS[0x8b][0x86][0xcd][0x88][E1[0x6][0xbc]@G[0xf9]"Q/a6^F[0x1d][0xbd][0xe8][0xfc]x[0x85]b[0xe3]U[0xaa][0xf1][0xaf]Q[0x9e][0xbd]N1t[0x8e][0xb2][0xeb]M[0x8a][0xfb][0xb7][0xc8][0x9e][0xb7][0xc9][0xcf][0xff][0x90][0x96]{t[0xfc][0xa6][0x95]1[0xc3][0xca]B[0xf2]@DFd:c[0xf5][0x19][0x8e][0xbe][0x2]~;[0x1a]9[0xf2][0xb8][0x91]#~2~[0xb1][0xc0][0xc6]F[0xe3]Pj[0x1b][0x8d]Cq[0xac][0xb2][0xfb]9Q[0xde]g[0x1c][0xcb][0x1b][0xb6][0xc]x=0[0xde]A[\r][0xfe]E[0xa0][0xff][0x8d]z[0xfc][0xc7]L[0x93][0x1a][0x94][0xe0]f*Ev[0xaa][0x86][0xb][0xe4]q0P[0xbf][0x9][0xd4]/[0xe1][0x9]I[0xc5]M[0xa0]l[0x8e][0xbe]s[0x83][0x94][0xed][0x97][0x90][0xd3]\[0xc]^O[0x98][0x4][0xfd]&[0xdf][0x83][0x11][0x87][0xf8][0x94][0xc8][0x8]{[0x96][0x11]B[0xa0]F[0x14][0xa0]N[0xd8]P/[0x8a][0xfe]oF[0xb8][0xf8])o[0x18]q[0xb3]<[0x19]`[0xde]8[0xbc]][0xa3][0xf4][0xb5][0xe8][0xa7][0x9a]L?[0xfe][0x9d]L4[0xa4][0xe9][0xa3]Y[0xc0]]p[0x8a][0x12][0x94][0x9][0x5]sD[0xa9]%-[0xe7][0xc9]@[0x0][0xa5]L%)Ya[0xb9]q[0xf4][0x99][0x95][0xe6][0x8d][0xb3][0x9f]`[0xd0][0xc7][0x81][0x91][0x12][0xd7][0xc9][0x14]![0xe9]T|[0x1a];[0xfc]g[0xe1][0x10]T2(?[0x96]d4[0xf3]?I [0xca]P([0xdc][0x16][0x8d]nCc!]9[0x3][0xe4]4a[0x9]=[0x9e][0xd9]@[0x94][0x8b][0xbf]I[0xc][0x83][0xf7][0x1a][0x6]/[0xf6][0x9d][0x85][0xd3]F[0xd7][0xdb]Q_9[0x2]#Xz[0x1a][0x1]V[0xec][0xe2][0xb9]![0x14][0xfb][0x8f]c[0x99]@V9[0x12][0x15][0xb0][0x8b]J[0x14][0x8b]j[0xcc][0x14]5[0x16][0x14][0x8b][\r][0x14]3[0x89][0xef][0xe3][0xf8][0x84]i[0xe5]'I7}[0xd6][0x19][0xba][0xf][0x18][0xba][0xab][0xd3][0xce][0xf6][0x9d]!Ed[0xf2][0xf2][0x9d]~1[0x82][0xf7][[0xfd]\[0xc1][0xb1]%[0xe6][0x91][0x9f]=P[0xc4]|[0xb8][0xc5]B[0xcc][0x16]u[0x16][0x9d][0xd5]TuWH_[0xbb][0xf1]izm[0x8]K[0xc9][0xe7][0xb5][0x95][0xe6][0xda][0xed]&[0x9e][0xcf][0xd2][0xfb][0x80]>[0x90][\r]<[0x8f][0x1a][0x11][0xcc][0xbe][0xe0]:[0xd2][0xe1]?[0xb5][0xc6][0xb6]vN[0xed][0x11][0xcc][0xf2][0xcf]Y[0xbe][0xca]^e?[0xcb][0xe9]w[0xbb]M[0xc][0xbd][0xfb]OK[0x6][0xca][0xc2]([0xbc]([0x12][0xf5][0xa8][0x14]>[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xe6][0x12]]'[0x96][0x98]A\)[0xdf]#[0x1c][0xc4]Nzk[0xdc])_[0x1f]%[0xa8]"[0xfd]w[0x91][0xd6]RZ[0xbf][0x89]([0x9b][0xf4][0xdd]m[0xe6]%[0xcf][0xe8][0xf5][0x9d]z[0x10][0xf3]Z[0xe6][0xba][0xff]"[0xfd]~IRw[0xe3][0x83]2"[0xf8]l[0xef][0xc5]Z[0x14][0xff][0xf]PK[0x7][0x8]0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categ" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ories$ExcludeCategory.class[0x95]PMO[0xc2]@[0x10][0x9d][0xe1][0xc3][0x2][0x82][0x80][0xa2][0xc8]I[0xf][0x86][0x80]16[0x9e]%&[0x4]5![0xf1]+[0xa0][0x1e][0xe0][0xb4][0xd4][0xb1].Y[0xb6][0xa6][0xdd][0x12][0xf8]k[0x1e][0xfc][0x1][0xfe]([0xe3][0x94][0x18]j"[0x89][0xf1]0[0xbb];[0xf3][0xde][0xec]{3[0x1f][0x9f]o[0xef][0x0]p[0x2]5[0xb][0xb6],[0xd8][0xb1][0xa0][0x8a][0x90][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15][0x12]B[0xa5][0xd1][0x1c]^[0x8d][0xc5]T[0xd8]Jh[0xd7][0xee]([0x11][0x4][0xa7][0x8][0xe5][0xb6][0xd6][0x9e][0x11]Fz[0xfa][0x9c][0x9e]E[0xa8][0xc]B[0xb6]/]-L[0xe8]s[uE[[0xeb][0xf0][0x8c];3[0x13]a[0x9c][0x97][0xb6][0x9e]#$[0x1b][0xcd]A[0x92][0x95][0x11]![0xd7][0xf7]B[0xdf][0xa1]K[0xa9][0xb8][0xb9][0xd8][0x11][0x86]\[0xcf][0x97][0x14][0x1c]G [0xd4]z[0xa1]6rB[0x8f]2[0x90]#E[0xb1]x[0x80][0xb0][0xff]CG,[0x1][0xbb]G[0x86]t[0xf4]b[0xcd][0xfa][0x1f][0x94];OIg[0xce]D[0xab][0xf7]ps[0xdf][0xbd][0xbe][0xb0]`[0x17][0xa1][0xe5][0xf9][0xae]=[0xe][0xb5]46[0xcd]^[0xc9]g}m[0x84][0xb2][0x9d][0xa5];;6zp1sT[0xf8]D[0xdf][0x15][0x9e][0xae][0xf8][0xab][0x92][0xef]jM[0xfe]b[0x17][0xc4][0xc6]K[0xb1][0xa9][0xdb][0xd1][0x98][0x1c]^[0xe1][0xde]J[0x9f][0xf1][0xb8][0x8]G[0xff]1UG@HpD[N[0xa4][0x10]R[0x90][0xe6]|[0x8d][0xb3][0xe4][0x90][0xf]+*C[0x86][0x81],[0xe4][0x98][0xb6][0x0][0x6][0xb0][0xce][0xfc][0xfc][0x2]*[0xc0][0x6][0xdf][0x5][0x86][0x8a][0x1c])[0x82][0x12][0x94]a[0x9b]K[0x11][0x1b]a[0x13]*[0xf5][0xec][0x17]PK[0x7][0x8] [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.class[0x95]P[0xcb]N[0x2]A[0x10][0xac][0xe1][0xe1][0x2][0xa2][0x80][0xa2][0xc8]I[0xf][0x86][0x80]1n)[0x7]K[0xe][0xb6][0x1c][0x9c][0x10][0xe2][0xc8][0xc9][0xd5]5[0x5][0xd7][0x15][0xcc][0x86][0xd0][0x88]9[0xf9]}C[0xe][0xaf]*[0xb8][0x19][0xc2][0xe][0xdc]j[0xc4]:|J[0xe][0xb7][0x15]|[0xba][0x11]a[0xf9][0x11][0xc6]mI[0xf3][0x19]9|6[0x84]-[0xf8]\[0x8][0x9f][0xc7][0x9d]F|[0x1][0xaf][0xc9][0xe1]u[0x5]_T[0xf0][0x86]<[0xb9]U[0x8f]/I[0xc9]_[0x96][0x1f]_i[0xc4]WqG[0xc1][0xd7][0xa4][0xe4][0xaf]+[0xf8]F[0x8][0xbb][0xf0][0xcd][0x10][0xbe][0x85]o+[0xf8][0x8e][0x82][0xef]*[0xf8][0x9e]@sRs[0xf4][0xc9][0xac]5w[0xc2][0xc8]8[0xba]%[0xa0][0xe][0x9a][0xa6]n%3[0x9a]m[0xeb][0xb6][0xc0][0xba][0xe3][0xb3][0xa9]L.[0xad][0xe7][0xc9][0xb8]3h[0x96][0xed][0x4][0xfb][\r][0xd3]p[0xe][0xb][0xf4]E[0x87][0xae]h[0xd7][0xb4]DF3'[0x13][0xae][0x88][0xbe][0xa1][0xac]5[0x99][0xb8][0x92][0xe3]y[0xc2][0xca]I[0xc9]vb:[0x9b][0xd6]3[0x89][0x11][0xf7][0xeb]h[0xce][0xc8][0xa4]u[0xab]/6&[0x10]H[0xf2][0x80][0xf2][0x87][0xc]S[0x1f][0xce]MO[0xe8][0xd6]9m"[0xc3][0x9d][0x96][0xa1]lJ[0xcb][0x8c]i[0x96]![0xbf][0xfd][0xcd]z[0xc3][0x83][0x91][0x96][0x1c][0xae][0xd6][0x9c]cd[0x12][0xa3][0xba][0xd3][0xc7]C}6[0xd8]d[0xd8][0x3][0xe6][0xdc]`[0x81]X[0x8c][0xe7][0xf7][0x8e][0x17]h[0x4][0xe5][0xf5]V MLk[0xa6]1[0x93][0xcb]h[0x8e][0x91]5[0x13][0xc3][0xd9]s[0xba][0xed][0xd8]#[0xfa][0xb4]f[0x98]d[0xd5]g[0xe4]6u[0x5][0x9c])[0x83][0x8e][0xea])[0xe1][0xd7]ggt[0xcb][0x98][0xd6]MG[0xcb]$R[0x9e][0x9f][0xc][0xdd]N$[0xb]K[0xf2][0xd5]][0x95][0xe][0x12][0xd8]P[0xe1]3[0x1]e[0xc2][0xf3][0x8b][0xc0][0x9e]U:P`[0xe3]r/[0xcd][0xcd][0xe4]=[0xb5]k[0xb9]{[0xfa][0xcb][0xf5][0xf5][0xc7][0xf][0xf7][0x1d][0xa6][0x80][0xd6]j[0x7][0x2][0xa1][0x82][0xb1][0x4][0xdb]0jL[0x9a][0x9a][0x93][0xb3]([0xf7]p[0xc5]mK[0x86]5\xxRw[0xf2][0x17]S[0x8c][0xa6][0xa7]*[0x83](Vq[0xc1]![0xcd]4[0xb3][0x8e]{3[0x4][0xb2]&[0xd7][0xef],[0x8b][0xdf][0xbe]jq+-[0x89][0xad][0xd6]oU[0x0]3[0xc8][0xda][0xab][0xb][0x1d][0xf7][0xec][0xce][0x7]_[0xd1][0xee]5ZQ[0x96][0x97][0xc4]q@[0xa6][0xac][0xe5][0xc]g[0xf3]T7[0xf4][0xf4]1[0xdd]N[0xe9]f[0x9a][0x82][0xec][0xd3][0x97]_2S[0x85][0x13][0x19][0x1a]g4K[0x1e][0x8]l[0x8f]V[0x6][0xbf][0xe4][0xb4][0xc]/[0xc8][0xdd][0xec][0xd4][0xb5][0xd4][0x94][0xc0][0xb6][0xf][0xa7][0x14][0xa8]1v[0x16]B[0xc9]u[0xdd] [0xcb][0x8a][0xe6]de[0x88]6[0xa6][0x8b][0xa4][0x2][0xf1]<^[0x1f][0xa4]F,'[0xb5]k[0x5][0x93][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "WL[0x88][0x1d])[0xcd],9[0x94][0xb6]%[0xa7][0x18]J[0xb4]`[0x15][0xf8][0xe9][0xf4]uS[0x9a]=`[0xdb]2|ezd[0x5]vD[0xcb][0xc2][0xaa][0xea]5[0x6].[[0xd9]if[0xa4][0xe6][0xf2][0x12]I[0x8d]C[0xde][0xfe][0xe8][0xaa][0x82]c[0xa5][0x8]hHY:[\r]![0xa3][0x84]qq[0x15][0x1]/H[0xd9]RI(PkK!m[0x15]G^[0xf2][0xf6]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_Kh[0x87][0xb4]TJ[0xb7][0xed][0x9d]{[0xf7][0xee][0xa5][0xe1][0xb3]{[0x8b];[0xfb][0xbc][0x9d]}[0xdc][0x19][0xcd][0xe6][0xac][0x94][0xce][0xfe]![0x8b]w1B{[0xa4]L[0x15][0x17][0xf1][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][0x13]*[0x12][0xd8][0xab][0xe2]$[0x6]U[0x9c][0x96][0xc3][0x1][0x9c]R[0xf1][0x9c][0x1c][0xbe][0x8f][0xbb]*[0xde][0xc4][0xf][0x4][0xf6][0xff]/5X[0xa0]s[0xa5][0x9a]3[0xc8]-C[0xcb][0x18]7\[0xfe][0xe3][0x96][0x95][0xb5]$[0x8e][0x1f][0xaa][0xf8][0x11]~[0xac][0xe2],F[0xe8][0xa2][0xff][0xa7]x[0xa8][0xf8][0x9]~[0xaa][0xe2]g[0xf8][0xb9][0x8a][0xb7][0xf0][0xf6]Z[0xa5][0x95]%[0xb1][0x8a][0xb][0x18]W[0xf1]1[0x8c][0xa8][0xf8][0x5]~[0xa9]`^[0xc5][0xaf][0xf0]k[0x5][0xbf]Q[0xf1][[0xbc][0xad]b[0x1][0xbf][0x13][0xd8][0xf2]a[0xb1][0xce][0xb4]Z5[0x2][0x16][0x9d][0xb1][0xfc]2R,[0xa8]v$kFX[0x1b][0xb4]i[0x9d][0xa9]+3-[0x92][0xf2][0x9e][0x3][0x11][0x16][0x8c][0x8][0xc9]"vnf&k9[0xb][0xfd]v[0xc3][0x7][0xd1]2[0xd6][0x92]6[0xd4]R[0xb9][0xcb][0x2][0xcf][0xfe]0[0xac][0xcf]RD[0xc0]t[0xa7][0xd6]h[0xa9]u[0xa7]'[0xae][0xe8])[0xa9][0xb6][0xad][0xd4][0xb][0xa3][0x8e]e[0x98][0x93][0xae][0x87]U[0xc2][0x96][0xd5])[0xe9][0xbd][0xea][0xc2][0xcb][0xb8][0xf3][0xc6]6-[0x8b][0x12][0x81][0xf5]FIO:[0xe1]6[0x1a]:[0x81][0xd2][0xda][0x8a][0x84][0xc9]l&C[0xd5]^[0x1b][0xc]j[0xe9][0xf4]@&[0xc3][0xd4](m@E[0x92][0xbe][0x8b][0x95][0x98]c[0xe3][0xd8][0xce][0xff][0xe]1[0xc8][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xb]1j[0xf9][0xc7][0x5]"[0x88]:([0xdc]=[0x12][0xef][0xec]z[0x80][0xda][0xce]%[0x4][0x86]9[0xd4][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p[0xc][0xf6][0xd6]qTz[0x83][0xf1][0xb6][0xba][0xee][0xb6][0xe0][0xe6][0xc0][0x12][0xea][0x17][0xd1]0[0x8f][0xa6][0xe1]w[0xd1]x[0xa1][0xfb][0x1][0xd4][0xf7][0xe2][0x8b]hZB[0xf3]}J[\r][0xa2][0x13]=[0x8]Q[0xf2][0xd3][0x94][0xd8][0xc3][0xbf]![0x10][0xcf] ([0x9e]E[0xa3][0xe8][0xc5][0x6]q[0x0][0xed][0xe2] [0xb6][0x8a]C[0xe8][0x14][0xcf][0xa3]G[0xf4]!![0xfa]qP[0x1c][0xc6][0xb][0xe2][0x5][0xf0][0x19]?[0xd0][[0xdf][0xc5][0xae][0xb][0xf][0xb0]{([0xfe][0x90][0xe9][0xc5][0x80][0xdb]s[0xbe][0xf3]^[0x19][0xc6]WQ/nB[0x15][0xb7][0x98][0xfe][0xb7]K[0xc2][0xbc][0x15])[0xa4]9[0xd7]3[0xb4]u"[0xf3][0xf0][0x14][0xcf].[0x17][0xce][0x92][0x5][0x14][0x93][0xeb][0xeb][0x99]d[0x13][0xfe][0xfd]%8K[0xd7][0xd6][0xc5][0xfd][0x9c][0xf6][0xee]&[0xe8]n[0x9e]uUyYS[0x7]C[0xaa]"[0xf3][0x15][0xfa][0xde]c>[0xe4][0x9b][0x10][0x8c][0xb3]g[0x88][0x85][0xaa][0xdc][0x1e][0x98] [0xb9]=[0xc7][0x5]q[0xd5]u\[\r]2.[0xfd]4[0xba]8w[0xd0][0xdc]8[0xfb]U'[0xef]=[0xcc][0xb9]{w[0x3][0xd6]q[0xee][0xd9][0xdd][0xf0]_PK[0x7][0x8]7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/categories/Category.class[0x8d][0x91][0xcd]N[0x2]1[0x10][0xc7][0xa7][0xb8][0xb8][0x82][0xa2][0xa8]$F/[0x1a][0xf]D9[0xd0]x[0xf0][0xa4]11D[0x13][0x12][0xfc][0xc8][0xa2][0xeb][0xc1]SY&K7[0xa5]5[0xdd].[0x91]W[0xf3][0xe0][0x3][0xf8]P[0xc6]Y[0x9][0xc2][0x1][0xa3][0x87]Ig:[0xbf][0xf9]wf[0xfa][0xf1][0xf9][0xf6][0xe][0x0]'P[0xf3]a[0xd3][0x87]-[0x1f][0xb6][0x19][0x14]GBe[0xc8][0xa0]vt[0xfc][0xdc]I[0xc4]Hp%t[0xcc][J[0xa4][0xe9][0x19][0x83]RW[0xc6]Z[0xb8][0xcc][0x12][0xb2][0xb3][0x0]9o\[0x10]U[0xee][0x9a][0xcc]Fx-[0x15]a[0x95][0x96]p[0x18][0x1b];n[0xe6],[0x83][0xdd] [0xd3]N[0xe]1[0x94][0xa9][0xec])[0xbc][0xd4][0xda]8[0xe1][0xa4][0xd1])[0x83][0x83]9=[0xf1][0x93][0xe0][0x1]:[0xd4][0xb9]G[0xda][0xf5]?[0x90]{[0xa3]d4&[0xd0][0xf][0x1e]o[0x1f][0xda]7W[0xbf][0xaa][0xb6][0xf5][0x0][0xad]t[0xd8]'[0xf8][0xb0]cl[0xcc][0x93]LK[0xc7]i[0x3][0xb2]/[0x9c][0xb1]<[0x9c]x[0xf8]$[0xdd][0x80][0xa0][0xd3]9[0x8]__[0xa8]xHo[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xa3][0xc9][0x84][0x12]S>[0x1d]6[0x9c][0x8a]P][0xe3][0xff]e[0xc][0xaa][0xb3]^[0xef]z[0x9]F[0x8e][0xc1][0xfe][0xc2][0xf6]g[0x8b][0xab]3`P [[0xa2][0xef]d[0x1e][0x3][0xf][0x8a][0x14]-ST[0x0][0x9f]l[0xe5][0xdb]+A[0x99][0xce]=[0xa2]V)[0xeb]![0xac]A[0x5][0xd6][0xe9]j#[0xf]#[0xa8]~[0x1]PK[0x7][0x8]Q[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.class[0x9d]U[0xdf]W[0x1b]E[0x14][0xfe]&[0xd9]d[0xc3]vI(%[0x94][0xa0][0xb6]X)$!4[0xb6]UZ[0x8]R1[0x16][0xa5][0x86][0xb4][0x96]J[0xad]>-aN\[0xce][0xb2][0xc9][0xd9]l<[0xe5][0xdd][0xbf][0xc4][0x17]_[0xeb][0xb][0xa8]=[0xa7][0xbe][0xfb]/[0xf8][0xe2]_R[0xfd]f7@[0x2])[0xe6][0xf4][0xec][0xd9][0x9d];[0xf7][0xc7]7[0xdf][0xbd]sg[0xf6][0xaf][0xd7][0xbc][0x2]p[0x13][0xdf][0x1a]Ha[0xc1][0xc0][0x1d][0xdc]5[0x90][0xc4][0xa2][0xfa],[0xe9]([0xe9]X6[0x10][0xc7]=[0x1d][0x9f][0x1a]H`![0x81]U[0x3][0x9f][0xa1]l[0xe0]s[0xdc][0xbf][0x80]5|[0xa1][0xe3]K[0x1d][0xeb]:[0x1e][0x8][0xc4][0x97]m[0xd7][0xf6]W[0x4][0xa2][0xd9][0xdc][0x96][0x80]Vn[0xec]H[0x81]T[0xc5]ve[0xb5][0xbd][0xb7]-[0xbd]'[0xd6][0xb6]C[0xcd]h[0xa5]Q[0xb3][0x9c]-[0xcb][0xb3][0xd5][0xbc][0xa3][0xd4][0xfc][0x1f][0xec][0x96][0xc0]b[0xa5][0xe1][0xd5][0x8b][0xbb]m[0x2][0x15][0xe5][0xf3][0xa6][0xf4][0xec]=[0xe9][0xfa][0x96]S[0xac]Y[0xbe][0xac]7<[[0xb6][0x8a][0xe5]P[0xdc]_[0xb3][0x1d]_zkV[0xcd][0xe7][0xa4]$`[0xd6]01[0x81][0xab][0x2]S[0xff][0xd7][0xad][0xec][0xb6][0xf3][t:[0x9c]1[0xb0][0x1c][0x9c][0xae][0xee][0xd0][0xcc]96s]auJ[0xae][0xf8]U[0xb9]y'i[0xaf]z[0x9e][0xb5][0xaf]r[0xe7][0xae][0x15]t<4[0xf1][0x8]_[0xeb]xlb[0x13]Ot|cb[0xb]O[0x5][0xee][0xbc][0xe5]m[0xc0]=>[0xc9][0xfc][0xe1][0xf6][0xae][0xac]q[0xa1]+[0xe7]g[0xca]v[0x1e][0xe4][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]u[0xe9][0xaf]zuJc[0xd9]\[0xbf]v[0x9c][0xe8][0xde][0xf3][0x93][0x8b]A][0x8a]#[0xa7][0xdd][0x5]b[0xad][0xa6]c[0x93][0xde]l[0xbf]N[0xe9][0xdb][0xee][0x93]'[0xc0][0xe5]|~[0xee][0x0][0x91]CD[0xf][0xa0][0xbd][0xd8]x[0x89][0xf8][0xb3][0xc2]![0xf4]?[0x83]@[0x13][0xc3][0xc][0xe]a[0x93][0xa1];5[0x13][0x94]3[0x1][0xfc][0x14]uI[0xc]a[0x12][0xef][0xd0]KY[0xc3][0x85][0x94][0xf4].[0xde]#[0xc6][0x95][0x80]5[0xef]hMSG[0x84][0xd2]T@[0xf4]}[0xbe]<7[0x8c]Wd[0xfe][0xe6],[0xc1][0xb1][0xf4][0x12][0x89]g[0x87][0x18][0xda][0x98][0x1b]5[0xe]p[0xa1]:[0xff]jA[0x8b].[0xc4][0xd2][0xb1][0xb4][0xf6]3[0xae][0xce][0xa7]c[0xb7][0x96][0xe2][0x99][0xf8]o0[0x97][0xf4]BF[0xff][0x1d][0xc3][0x11]<[0xfd])&~[0xf9][0xf7][0x9f][0xc2][0xb][0x86]G[0x3][0xa2][0x93][0xac][0x0]p[0x9d][0x80][0xb3]\ [0x8b]<[0x9f][0xdb][0x94][0x17]1[0x1f][0x90]~LK[0x9e][0xa4][0xa7][0xe9][0xa3][0xd3]c[0x4]3[0xb4][0xc6]Y[0xe4]<[0xbd]s[0x1][0xa5][0x19][0xca]s$>N{[0x81]RL[0x91];N[0xae]D[0xa4]Y[0xa6][0x92] [0xee][\r]nC[0x4][0x1f]R;[0xce]1[0xc4][0xbd]I[0xdc][0xd0]v[0x8b][0xba][0xa3][0x12][0xc4]:[0xa9][0xdf][0xe6][0xfb]Q }[0x8c][0x15][0x8e][0x86]*[0xf]Y|[0x82][0xa1][0xff][0x0]PK[0x7][0x8]"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/CategoryValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]&[0xb7]I[0x86][0x1]"[0x10]4Z5X[0xc5][0x4][0xd0][0xa9]Zi[0x5][0xa4]FJ[0x94][0x16][0x82]5[0x88][0x8d][0xd6][0xda]Ir[0x8][0x83][0x93][0x19]:3A[0xb0][0x17]{[0xb1][0xf7][0xda]w_[0xfb][0xe2]km[0xd7][0x2][0xa9]KW[0x9f][0xfb][0xdc][0xdf]S[0xbb]gr[0x1b][0x12][0xac].[0x17][0x8b]3[0xe7][0xec][0xd9][0x97]og[0xef][0x9d][0xf9][0xfb][0xdf]?[0x9f][0x0]8[0x86]_[0x4][0xec][0xc3]9[0x1e][0xe7][0x5]xpN[0xc0][0x14][0xde][0x9]a/[0xde]m[0xc3]4f[0xda][0x90][0xc6][0xac][0xbd]\[0xe0][0xf1]^[0x1b]."# [0x84]9[0x81][0x14].[0x9][0x98][0xc7][0xe5] [0xde][0xe7][0x91][0xb5][0x85]W[0x4]\[0xc5][0x7]<[0xae][0x9][0xe8][0xc2][0x87]m[0xb8][0x8e][0x8f]x[0xc8]P!l[0xf1]T[0x1b][0x96]a[0xc5]L[0x9a][0xa6][0xfd][0xab]C[0xf3]#e[0xe8]%;dk/[0x12][0xa0]H[0x3][0xf5][0x84][0xae][0xaa][0x84][0xa3]BT[0xb8][0xac][0x11][0xa7][0xca][0x82]3[0x8a][0xec]V[0xa0]i[0xd9][0xd2][0xdd][0xdb][0x8c][0xf0]vb<[0xa3][0x94][0x96]U[0x96][0xa6][0xbb]h[0xce][0xb4][0xde][0xe3][0xe1]f[0x19][0xcd]I*[0xb0][0x92]LqN[0xc5][-[0xae][0xb6][0xd2][0xb5][0xad][0xdf][0xc8]6[0xb6][0xf6]H[0xe8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xae][0x83][0x86]W[0x93]z[0xcd][0xef][0x95][0x1a][0xbc][0xc6], B[0x2][0xb2]Y[0xb1]<[0x14]6[0x18]7[0x13]Q7][\r]n[0x1d]8[0x9d]nv[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xb9][0xb5][0xed][0xcf][0x86]D[0xd3][0x99][0xbe]z[0xf6][0xd2]G[0xf][0xc0]a[0xb7]=[0x8d][0xe8][0xd9]G'[0xf][0xe][0xc0]G{[0x1a]a[0xb4][0x1e]"[0x89]DO[0x8e][0x9e][0xfe][0x81][\r]p[0xf][0x1c][0x95]~Z[0x3][0x8e]p[0xf][0xe][0xd3]*V[0x14][0x10]G[0xc2]q8[0x80]A[0xd2]"c[0xae][0x1f]^[0x8]$[z[0x4]Ov[0x3][0xde][0x99][0xc1]u[0xf8][0xd2]GF|Q[0xdf][0x93]a[0xbf]w8[0x10][0x9]D[0xfc][0xbf]b*[0xea][0x8b][0x4][0x8e][0x8f][0xf0][0xbf][0xc3][0xbf][0x89][0x0][0x87][0x91]`4[0xb8][0x9][0x9e][0xc3]=[0xc4][0xed]][0x90][0xc3]_[0x8][0x8d][0x84][0xa2][0xfc]&[0x4][0xa2]"[0xb4][0x8e][0xb6]{[0x10][0x6][0x86][0xa2][0xa1][\r][0x88][0xf7][0x9f][0xfe]s'[0xc0][0xdd][0xba]>[0xf4][0x10][0xed][0xbf]Q4[0xaf][0x83][0xf0][0x0][0x82][0xb4][0x1e][0xa1][0xf5]([0xda])[0x8d]~[0xbc][0x86][0x14][0xa5]}[0x9][0xc7][0xe9][0xc3]L[0x2][0xc3][0xb0][0x83]~[0x81][0x10][0xa6][0xd0][0x8b]![0xd2][\r][0x91][0x8e]D[0xfa][0x12]Y[0xf5][0xe3][0x14][0x9d][0x8e][0x81]G[0xd8][0xb1]9A[0xc4]Dp[0x1][0xaf][0xe3]$[0xe5][0xba][0xb]3[0xa4]w[0x92]x[0xa0][0xec][0xaa][0x99][0xdb][0xbb]a[0xbc]A[0xc][0x4][0x91][0xc3][0x9b]d[0xef][0xa1][0xc8][0xd7]0B[0xb6]^[0x8c][0xd2][0xfb]^[0x92]Tb[0x8d]Q[0xac][0x8a][0xd6]i[0x92]U[0xa8][0x1f][0xa7][0x9a][0xef][0x15][0xee]p[0x97][0xa2][0xf8][0xe8][0xd9][0xd7][0xd5][0xe1]{[0x8c][0xce][0xac]wh[0x1d][0xe1][0xcc]C[0xec]H[0xf]>BW[0xf6][0xc8][0x6][0xba]7[0xd1][0xe3][0xc1][0xe5][0x7][0xf5][0x94];[0xe8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0x83][0xdc][0xc7][0xc8][0xb1][0x9d][0xde]@[0xc5]I[0x1d]b[0x9f][0x3][0x8c]svv[0xca][0x1e][0xd2][0xe]#[0x89][0xb3].[0x88][0x15][0xad][0xd3]u[0xad][0xb1]:[0xc4][0x9][0x2][0xfd]v[0xbd]6&[0x9d][0xf4][0x89][0xe4]G[0x88]d[0xf9][0xc7][0x8]e[0xbd][0xdd][0xe8][0xcd]d}[0xdd][0xd8][0x99][0xc9][0xfa][0xbb][0xb1]+[0x93][\r]t#J[0xa8]wo`[0xcf]C[0xbc][0xf2][0x7][0xfc][0xf][0x9c][0x1a]i[0xd4][0xd0]>Z'[0x1d][0xe7][0xa9][0xff][0x0]PK[0x7][0x8][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0x96][0xc2]Z[0xf1]^[0x82][0x81]F[0xa3]I[0xe3]K[\r][0x6][0xdf][0xb6][0xed]I9d[0xd9]m[0xf6]b[0xe8][0xbf][0xd2][0x17][0x9a]H[0xe2][0xf][0xf0]G[0x19][0xe7]lWh[0x97][0x10]o}[0x98]3[0xe7];3[0xf3]M[0xbf][0xd9][0xcc][0xf7][0x1f]_[0xbf][0x1][0xa8][0xa2][0xa6]`U[0x5][0xc3]=[0x15]9[0xac][0xa9][0xd0]p_[0x81][0xae]b[0x2][0xa5][0xc][0xca][0xf2]\[0x97]`Ez[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x5]U[0x86][0xf4][0xb6][0xb0][0x85][0xbf][0xc3]0[0xab]7[0x8e][0xcc]O[0xa6][0x11][0xf8][0xc2]2[0x1a][0xc2][0xf3]k[0xa5]}[0x86]T[0xdd][0xe9]p[0x86][0xa9][0x86][0xb0][0xf9][0xbb][0xe0][0xb8][0xc5][0xdd][0xf7]f[0xcb]"[0xa4][0xd0]p[0xda][0xa6][0xb5]o[0xba]B[0xde]#0[0xe5][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]![0xf7][0xea][0xa4]m[0x5][0x1d][0xee][0xed][0xda]}[0x6][0xed][0xad]ms[0xb7]n[0x99][0x9e][0xc7][0xe9]q[0xb7][0xe1][0xb8]][0xe3]( V[0x83][0x9f][0xf4][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]6}[0xde]u\[0xc1]=#[0xca][0xaf][0x9f]#[0xab]#[0x15]k[0xc][0xea]E,[0xc3]t[0xbc]o[0x86][0xf9][0xf1][0xe6][0xfa][0xbd]_[\r][0xae][0xc5]b[0xb7][0x87]w[0xcb][0xb4][0xbb]F[0xd8][0xe1]vy[0xa7][0xb6]C[0x15][0xb2]M[0xd1][0xb5]M?p)[0xa9][0x14]W[0xe6][0x8a],[0xa9]Wa4[0xb6][0xc9][0x87]"N[0xc5]0[0x1a][0xd1]8re[0x1b][0xba][0xfe]G[0x81][0x92]$C[0xea][0xb4]][0xd1][0xa2][0x86][0xe7][0xf4][0xd2]H\[0xd3]w[0x85][0xdd][0x95][0xaa]5[0x9d][0xc0]m[0xf3][0xd7]B*1I[0xe3]M[0x99][0xc2]0sA[0xf8][0xc6][0xf4][0xe][0x89]TC[0x1e][[0xd2],J[0xf3][0x88][0xa1][0x18]/[0xbe][0x17][0x8][0xab][0xc3]][0xf9][0xfc][0x98][0xb4][0xe3][0xd1][0xb0][0x96]4<[0xc1]S[\r]KX[0xd6][0xf0][0xc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]3[0xbc][0xfc][0xcf][0xf1]+x[0xc1]P[0xfb]}[0x91][0x91][0xec][0xc8][0xed][0xd3]?[0xf7][0xb9][0xcb]0[0x19][0x7][0x16]Fe[0xae];[0x96][0xc5][0xdb][0xbe]p[0xec]P[0xd7][0x15][0xfd]cl|[0xf1][0xbb][0x8c]J[0xea][0xd2][0xa6][0xcd]^[0x8f][0xdb][0x1d][0x86][\r][0xfd][0xf2][0x0].[0xcf]$[0x92][0x8d]F[0x93][0xf1][0x9d]![0xc4][0xb0][0xf5][0xf][0xfa]0T[0xfe]F[0x10][0x1a]H[0x8e][0x16][0x81][0xfc]%i_[0xe4]1[0x89][0x4][0xa6][0xe8][0xf6][0x1])[0xf2][0x80]|[0xf9][0xc][0xec]`}[0x80][0xc4][0x0][0xc9]/a[0xd8]4Y5|[0xd4])[0xb5][0x84][0x19][0xf2][0xe6][0x87][0xc1]([0xe0]ZX,OH[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^'_[0xa3]s[0x88],[0x90]w[0x83][0xfc][0x4]n[0x86]d[0x8b][0x11]Y[0x93][0xd6][0x90][0xcc][0xcf][0x96]S,E\[0xa9]8Q[0x5][0x19]l[0x8c][0x10]e[0xcf][0x89][0xb2][0x84][0xdc][0x1a]#[0x92][0xc8][0xed]s[0xa2];[0xe4][0xd1]GGV[0x12][0xed][0x12]"c[0x8a]g[0x98]8[0x18] ]PN[0x91])[0xf][0x90][0xa5][0xe3][0x14][0xea][0xe7]0E[0xd2][0xa6][0xc3][0xb0]jH9,[[0x8c]([0x13][0xb8][0x1b][0xda][0x15][0xcc][0xd1]Y /[0x87]M[0xcc]B[0xee][0xd3][0x7]x[0x88][0xec]OPK[0x7][0x8]-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories.class[0x9d][0x92][0xdf]K[0x1b]A[0x10][0xc7][0xbf][0x9b][0x9c][0xa6]9[0xd3]j[0xb5][0x8d][0xad][0xfd][0xe1][0x83]E[0xd4]B[0x17][0x91][0xd2]BB[0x8a][0x4][0x85][0xc2]a[0x1f],[0x81]>[0xae][0xe7][0x12]W6{ao[0xaf][0x98][0xff][0xaa]}[0x12],[0xf4][0xf][0xf0][0x8f][0x92][0xce][0xee]E[0xab][0x91]R[0xf1][0x1e]vgfg>[0xfb][0xdd][0xb9]9[0xbf]8[0xfb][\r]`[0x13][0xcb]1[0xa6][0xf0][0xbc][0x86][0xa5][0x18][0x15][0xbc][0xa8][0xe1]e[\r][0xaf][0x18]fvNR][0x1c][0xca]|[0xdb][0x8c][0x18][0x1a][0x9f][0x8d][0x91][0xb6][0xab]E[0x9e][0xcb][0x9c]a[0xba][0xad][0x8c]r[0x1d][0x86][0xea][0xda]z[0x8f]![0xea]f[0x87][0x92]a6QF[0xee][0x15][0x83][0x3]i[0xbf][0x8a][0x3]M[0x91][0xf9]$K[0x85][0xee][0x9][0xab][0xbc]?[0xe]F[0xee]H[0x11][0xe3]}[0x92][0xd9]>?.[0x8][0xc4][0xe5][0xc9]PZ5[0x90][0xc6][0x9][0xcd]S[0xe1]d?[0xb3]J[0xe6]|[0xac][0xa1]{[0x15]i[0x91][0x94][0xd4]J[0xf2]w[0x95]v[0xd2]2|\K[0x8e][0xc5]w[0xc1][0xb][0xa7]4OT[0xee]Z[0xeb][0xd7][0xc0][0xb6][0xf0][0xba][0xf9]@[0x18]5,[0xb4]p*3[0xbc][0xac]$R[0xfc][0xf7]&[0x86][0xb9]I[0xc]C[0xf3][0xa6][0xfa][0xd1][0xf0][0xf2][0x5][0xab][0x13][0xb9][0xed][0xd2][0xd7][0xc2][0xf4]y[0xe8]Q{[0xa3][0xd3][0xea][0x10][0xa1][0xbe][0xaf][0xfa]F[0xb8][0xc2]R[0xd1][0xde][0xa4][0xd0]T[0xdd]][0xfe]~V[0xd8][0xd4]7[0x82][0xe8][0xcd][[0xad]z[0xe7][0xe9][\r]<@[0x9d][0xe1][0xd3]=Z[0xfd][0xe6][0xda][0x0]x[0xcc]k[0x86][0xad]{`[0x18]>[0xfc][0xbf]j[0x9c]>*[0xdf][0xb6]+RG[0xe][0xc3][0xc2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x8b]vF[0xfb][0xd4][0xc6])[0xd8][0xcf]p1X[0xcf]P[0xb][0x82][0x18][0xd9][0x11]1[0xe3]?PK[0x7][0x8][0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0xde]X[0x11][0xef]%[0x98][0xda][0xc4]H[0xd2][0xf8]R[0x83][0xc1][0xb7]m{R[0xe]Yv[0x9b][0xbd][0x18][0xfb][0xaf][0xf4][0x85]&[0x92][0xf8][0x3][0xfc]Q[0xc6]9[0xdb][0x15][0xca][0x12][0xe2][0xad][0xf]s[0xe6]|gf[0xbe][0xe9]7[0x9b][0xf9][0xfe][0xe3][0xeb]7[0x0][[0xa8]+XW[0xc1]pOE[0xe][0x1b]*4[0xdc]W[0xa0][0xab][0x98]B)[0x83][0xb2]<+[0x12][0xac]J[0xaf][0xa6][0xc0]P[0xb0][0xc5][0x90][0xde][0x11][0xb6][0xf0]w[0x19][0xe6][0xf5][0xd6][0x91][0xf9][0xd1]4[0x2]_XFKx~[0xbd][0xb4][0xcf][0x90]j:=[0xce]0[0xd3][0x12]6[0x1b][0x1c]w[0xb8][0xfb][0xce][0xec]X[0x84][0x14]ZN[0xd7][0xb4][0xf6]MW[0xc8]{[0x4][0xa6][0xfc]C[0xe1]1[0xe4][0xf6][0xec][0xae][0x15][0xf4][0xb8][0xd7][0xb0][0x87][0xc][0xda][0x9e]ms[0xb7]i[0x99][0x9e][0xc7][0xe9][0xb1][0xd1]r[0xdc][0xbe]q[0x14][0x10][0xab][0xc1]?[\r][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]5}[0xde]w\[0xc1]=#[0xca]o[0x9e]![0xeb][0x13][0x15][0xeb][0xc][0xea]y,[0xc3]l[0xbc]o[0x86][0xc5][0x8b][0xcd][\r][0x7][0xbf][0x1a][0xdc][0x88][0xc5][0xee][0x8c][0xef][0x96]i[0xf7][0x8d][0xb0][0xc3][0x9d][0xf2]n}[0x97]*d[0xdb][0xa2]o[0x9b]~[0xe0]RR)[0xae][0xcc][0x15]YR[0xaf][0xc2]dl[0x9b][0x8f]E[0x9c][0x89]a4[0xa2][0x8b][0xc8][0x95]m[0xe8][0xfa][0x1f][0x5]J[0x92][0xc][0xa9][0xd3]uE[0x87][0x1a]^[0xd0]K[0x13]qm[0xdf][0x15]v_[0xaa][0xd6]v[0x2][0xb7][0xcb]_[0xb][0xa9][0xc4][0xe2]%[0x8d]7e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3][0xdc]9[0xe1][0x1b][0xd3];$R[\r]ylK[0xb3],[0xcd]#[0x86]b[0xbc][0xf8][0xab]@X=[0xee][0xca][0xe7][0xc7][0xa4][0x9d][0x88][0x86][0xb5][0xa2][0xe1][0x9][0x9e]jX[0xc1][0xaa][0x86]gXU[0xf0][0x9c][0xe1][0xe5][0x8e]_[0xc1][0xb][0x86][0xfa][0xef][0x8b]LdG[0xee][0x90][0xfe][0xb9][0xcf]][0x86][0xe9]8[0xb0]4)s[0xd3][0xb1],[0xde][0xf5][0x85]c[0x87][0xba][0xae][0xe9][0x1f]b[0xe3][0x8b][0xdf]eTR[0x97]6m[0xe][0x6][0xdc][0xee]1[0xd4][0xf4][0xcb][0x3][0xb8]<[0x93]H6[0x1a]M[0xc6]w[0xc6][0x10][0xc3][0xf6]?[0xe8][0xc3]P[0xfd][0x1b]Ah 9Z[0x4][0xf2][0x97][0xa4]}[0x91][0xc7]4[0x12][0x98][0xa1][0xdb]{[0xa4][0xc8][0x3][0xf2][0xe5]S[0xb0][0x83][0xca][0x8][0x89][0x11][0x92]_[0xc2][0xb0]Y[0xb2]j[0xf8][0xa8]Sj[0x9]s[0xe4]-[0x8e][0x83]Q[0xc0][0xb5][0xb0]X[0x9e][0x90]"[0x15][0xbc]N[0xbe]F[0xe7][0x18]Y"[0xef][0x6][0xf9][0x9][0xdc][0xc][0xc9][0x96]#[0xb2]6[0xad]![0x99][0x9f]-[0xa7]*)6B*NTE[0x6][0xb5][0x9][0xa2][0xec][0x19]Q[0x96][0x90][[0x17][0x88]$r[0xfb][0x8c][0xe8][0xe]y[0xf4][0xd1][0x91][0x95]D[\r]BdL[0xf1][0x14]S[0x7]#[0xa4][0xb][0xca][0x9]2[0xe5][0x11][0xb2]t[0x9c]@[0xfd][0x1c][0xa6]H[0xda]t[0x18][0xb6][0x15]R[0x8e][0xcb][0x16]#[0xca][0x4][0xee][0x86]v[\r][0xb]t[0x16][0xc8][0xcb]a[0x13][0xf3][0x90][0xfb][0xf4][0x1][0x1e]"[0xfb][0x13]PK[0x7][0x8][0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories.class[0x9d][0x92][0xdb]j[0x1b]1[0x10][0x86][0xd9][0x9b][0xb8][0xde][0xb8][0xcd][0xd9]m[0xd3][0xd3]EC[0xc8][0x1]*J[0x8][\r][0xd8]8[0x4]C [0xb0][0xa4][0x17])[0x86]^*[0x1b][0xe1]([0xc8]Z[0xa3][0xd5][0x96][0xfa][0xad][0xda][0xab]@[0x3]}[0x80]>T[0xe8]H[0xeb][0xa6][0xa9]CI[0xc8]^H3[0xa3][0x99]O[0xbf]f[0xe7][0xd7][0xd5][0x8f][0x9f][0x0][0xde][0xe3]M[0x8c])<[0xaf]a%F[0x5]/jxY[0xc3]+[0x86][0x99]C[0x93][0xea][0xe2]T[0xe6][0xfb]f[0xc4][0xd0]84F[0xda][0xae][0x16]y.s[0x86][0xe9][0xb6]2[0xca]u[0x18][0xaa][0xeb][0x1b]=[0x86][0xa8][0x9b][0x9d]J[0x86][0xd9]D[0x19]yT[0xc]N[0xa4][0xfd]$N4E[0x16][0x92],[0x15][0xba]'[0xac][0xf2][0xfe]8[0x18][0xb9]3E[0x8c][0x9d]$[0xb3]}~^[0x10][0x88][0xcb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Ci[0xd5]@[0x1a]'4O[0x85][0x93][0xfd][0xcc]*[0x99][0xf3][0xb1][0x86][0xee]u[0xa4]ERR+[0xc9]?P[0xda]I[0xcb][0xb0][0xbb][0x9e][0x9c][0x8b]/[0x82][0x17]Ni[0x9e][0xa8][0xdc][0xb5]6n[0x80]m[0xe1]u[0xf3][0x81]0jXh[0xe1]TfxYI[0xa4][0xf8][0xef]M[0xc]s[0x93][0x18][0x86][0xe6][0xbf][0xea]G[0xc3]?/X[0x9b][0xc8]m[0x97][0xbe][0x16][0xa6][0xcf]C[0x8f][0xda][0x9b][0x9d]V[0x87][0x8][0xf5]c[0xd5]7[0xc2][0x15][0x96][0x8a][0x8e]&[0x85][0xfe][0xa7][0xea][0xfe][0xf2][0x8f][0xb3][0xc2][0xa6][0xbe][0x11]Do[0xde]j[0xd5];Oo[0xe0][0x11][0xea][0xc]{[0xf]h[0xf5][0xea][0x8d][0x1][0xf0][0x98][0xd7][0xc][0xdb][0xf][0xc0]0|[0xb8][0xbb]j[0x9c]>*[0xdf]v RG[0xe][0xc3][0xe2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x9b]vF[0xfb][0xd4][0xe6][0x5][0xd8][0xf7]po][0xa0][0xfa][0x8d][0x9c]j[0x80]L[0x87][0xa2][0xb7][0x1][0xd0],[0x93][0xc6][0x0]o[0xcd]c[0x81][0xce][0x17][0xaf][0xe1]>[0xb2]D[0xd6]r[0x10][0xe1][0xf3][0x9f][0x6][0xeb][0x19]jA[0x10]#;"f[0xfc][0x1b]PK[0x7][0x8][0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/experimental/max/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/experimental/max/CouldNotReadCoreException.class[0x9d]Q=O[0x2]A[0x10]}[0x83]p[0xc4][0x13][0x14]A[0xd0]X[0x98][0xd8][0xf9][0x91]x116[0x18][0x9a]S[0x13][0xcd][0x85]B[0x91]~[0x81][\r],9v[0xc9][0xde][0x9e][0xf2][0xb7][0xac]L,[0xfc][0x1][0xfe]([0xe3][0xdc]a[0xb4][0xd1][0xc6]-fv[0xde][0xce][0xbc][0xf7]2[0xfb][0xfe][0xf1][0xfa][0x6][0xe0][0x14][0xdb]>V[0xb0]UF[0xb3][0x8c][0x16][0xa1][0x96]H[0xab]D[0xdc][0x97]6QF?[0xdc]\[0x12][0xe8][0x96]P[\r][0x8d]N[0x9c][0xd0][0xae]/[0xe2]T[0x96][0xb0][0xec][0x13][0x8a][0xa1][0x19]I[0xc2]F[0xa4][0xb4][0xec][0xa6][0xb3][0x81][0xb4][0xbd][0xec][0x8d]P[0x8f][0xcc][0x90][0xb5][0x4]+r[0xfd][0x5][0x16][0xdd]D%[0x84][0xf3][0xc8][0xd8]q0M[0x99]=[0x90][0x8b]9[0xbb][0x9a]I[0xed]D[0x1c][0xcc][0xc4]"[0x8]M[0x1a][0x8f][0xba][0xc6][0xdd]I1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0x95]W[0x8b][0xa1][0x9c];6[0xdc]f[0xbb][0xcc][0xd1][0xfc][0xd5][0xb][0xc1][0xbf]7[0xa9][0x1d][0xca]k[0x95][0x9][0xed][0xfd][0xc9]r[0x92]MW[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]p[0xf6][0x1f][0x1b][0x84][0xc6][0x8f][0x81]o[0x14][0xfb]([0xf0][0xae]yo[0xd8]E[0x11]%[0xce][0x1e]W[0x5][0x94][0xf9]F[0x99][0x1c][0xc7]5F:[0x8c][0x15]8{G[0xc7]/[0xa0][0xe7][0xbc][0xa7][0xc2][0xd1][0xcf][0xd1]*O[0xae]s[0x4]Z[0xcb].[0xae]6[0xf2][0xff][0xf0]P[0xc3]f[0xce]U[0xcf]g[0x1a][0x9f]PK[0x7][0x8][0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1$1.class[0x8d]RMo[0x13]1[0x10]}N[0x96][0x84][0x84][0x85]&mi[0x81][0xf2]Q[0xda]P[0xd2][0x14]09'[0xea]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xd1][0x96][0x3]E[0xbd][0xbb][0xa9]I]m[0xec][0xc8][0xeb]E[0xb][0xff][0x8a][0x3]B[0xe2][0xc0][0xf][0xe0]G![0xc6][0x9b][0x5]A*[0xa4]]i[0xed][0xe7][0x99][0xf1][0x9b]7[0xe3][0xf9][0xf1][0xf3][0xdb]w[0x0]}[0x8][0x1e][0xb]=[0xe5]y[0xb6][0xc2][0x90]:[0x15][0xf3]H%n[0xb0][0xca][0x10][0x8c][0xcc][0xb9]dX[0x89][0x94][0x96]o[0xd2][0xd9][0x99][0xb4][0xef][0xc4]YL[0x96][0xd5][0xc8]LD|*[0xac][0xf2][0xe7][0xc2][0x18][0xf8]R[0x18][0xca][0x9][0xc8]UW[0xb2][0x97][0xc][0xed]+R[0xbc][0xa3][0xcf][0xd0]Z[0x96][0xc4][0xb0][0xf1]o[0xde][0x8f][0xf3][0xdf][0xb9][0xd7][0x97]I[0x86][0xbd]C[0x8a]?X[0xa2][0x18][0xfe][0xa5][0xcd][0xa6][0xbe][0xd5][0xfc]m[0xbe][\r]|ts[0x9c]M[0xe4][0xdc])[0xa3][0x93]:v[0xe9]|bR;[0x91][0xaf][0x94][0xcf][0x10][0x16][0xd2]_xF[0xea][0xc9]XOb[0x93](==[0x96][0xee][0xc2][0x9c][0x87][0xe8][0xe0]I[0x88]kh[0x84]hb[0x8f][0x9e][0xae]\[0x17][0x18]6[0x97]%%[0xfc]$U[0x8e]Rv[0xca]PP[0x91]W[0x9]f[0xf4]n1?"[0x93][0x12][0xb1][0xfa]$|Mck[0x8d]ehL[0xa5][[0xd4][0xcc][0xb0][0xd5][0xdd][0xff]oC(}[0xb7][0xc4][0x90]`[0x9b]F:[0xa0][0xe9]f[0xad][0x96][0xaf][0xde]#[0xfa][0x9b][0xb8][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "BB[0xef][0xb][0xd8];[0xf8][0x2][0xd6]{[0xf6][0xfc]+*[0x9f][0xe9]\[0xc5]MZky[0xb4][0xc5]-Z=[0x13][0xc5]a[0x5]- Gm[0xac][0x12][0x8b]GkX'[0xef]m[0xc2][0x1b][0x85][0xa5][0xfd][0x7][0xad]a[0x93]|w[0x8][0x7][0xc4]v[0x97][0xf0]=[0xc2][0x15]l[0xe1]~n[0xab][0xe1][0x1][0xae][0x13][0xf2]\5,[0xbe][0xea]b[0xfb][0x5]PK[0x7][0x8],[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x16][0x96][0x96][0x95][0xd6][0x8a][0x8a][0x82]_[0xb8][0xd6]v[X[0xab][0xf][0xc6]h|i0[0xc1],> ![0xe1][0xcd][0xa1][0x8c][0xed][0x90][0xed].[0xce][0xce]"[0xf1]Wa"![0x91][0xc4][0xf8][0xec][0x8f]2[0xde][0x99][0xd6][0x8f][0x0][0xc6][0xba][0xc9][0xce][0xc7][0x99]s[0xef][0xb9][0xf7][0xce][0x9d]o[0xdf]?[0x1][0xd0][0xc6][0xa3]"JX4[0xc3][0xdd][0x12][0xa6][0xe1]9[0xb8][0xe7][0xa0]VB[0x1][0xf7][0x1d][0xd4][0x1d]4J[0x98][0x82][0xef][0xa0][0xe9][0xa0][0xc5]0[0xbd][0xcf]#Oeq,T[0xca]P[0x9]w[0xf9]>[0xf]2-[0xa3] [0x94][0xa9]~[0xca]0[0xa9][0xfb]2[0xf5][0x1e]0xa[0xa2]z[0xc1]n[0x16]K[0x1d][0x88][0x83]=[0xa1][0xe4]@[0xc4][0x9a]G[0xc1][0x80][0x1f][0x4]k[0xfc][0xa0][0x93](a[0xf8][0xcf]$1[0x9e]3<[0xae][0x8f]cpZ[0xb0][0xb1][0xc9]P[0xe8]$;[0x82][0xa1][0x1c][0xca]X[0xbc][0xca][0x6][0xdb]Bm[0xf0][0xed][0x88][0x90]j[0x98]ty[0xb4][0xc9][0x95]4[0xfb][0x11]X0[0x1]2[0x80][0xc1]]5it"[0x9e][0xa6][0x82][0x90][0xda][0x18][0xfa]^[0x9b]B.[0xf6][0x84]^[0xb7]%`[0x98][0xaf]7[0xfe]0[0x1b][0x16]&[0x18][0x1e][0x12][0x93][0x91][0xde][0xd2][0x99][0xf3]4[0x18]P[0xc0]Q[0xb0]J[0x90][0xe4][0x91][0xfc][0xc0][0xb5]L[0xe2][0x15][0xa5][0x12]cSz[0x9d]d[0xaa]+^H[0x13][0xac];[0xd2]]6iS[0x8a]+q7JR[0x19][0xf7][0xd6][0x84][0xee]';[0xe][0x96]\,#p1[0x83][0xb2][0xb][0x17][0x17]\T@[0xc5][0xaf][0x8d][0x93][0x8a][0xd7]&[0x8f][0xb6][0x9e][0x11][0x8f]{[0x81]-[0x84][0xb1]'[0xb8][0xf9][0x1f]13[0x4][0xbf][0xd9]2[0xd6]B[0xc5][0xa4][0xf4][0xd3][0xcc]R[0xd6][0xc5]^[0xa2]4[0x85]=[0xac][0x8c][0x11]yH[0x1d]2N[0x90][0xc]sg[0xeb]+[0xde]e"[0xd5][0xc][0x8b][0xff][0xf6][0xc0]0[0xdb]M[0xe2]T[0xab][0xac][0xab]C[0xc1][0xdf][0xfe][0xb2]m[0xd5][0xcf][0xf4][0xd2]979d[0xd3][0xb5][0xe4][0xeb][0xa6][0xd5]^[0x8e][0xd3][0xa4][0xd4]$[0xe1][0xa9][0xb2][0x9e][0xdb][0xb7][0x8d][0xfa]_h[0x16][0xd8][0xe8][0xab][0xe4][0xbd]iY[0xe2][0xe2]6[0xcc][0xdb][0x4]r[0x95][0x8a][0xb9]e[0x80]f[0xba]r[0x83][0xd0]_[0xc1]Ej[0xe7]*[0xad][0x9e][0xd0]>Os[0xd9]o[0x1e][0x81][0xf9][0xad]#[0xe4][0xfc]c[0xe4]?Z[0xe2]%[0x1a]'[0x89][0x8][0xec]a[0x96]F[0xd7][0xae][0xcb][0xb8][0x8c]9[0x98][0xf7]p[\r][0xd7]Gn[0xde]`[0xc2]:^8Aa[0xcb]g_1[0xe1]B[0xee][0x18][0x93][0x87][0xe1][0x9][0xa6][0xb6]X[0xf3][0x18][0xc5]Ckm[0xa4][0x9d][0x91][0xef][0x19]+[0xad][0x8][0xd1][0xe4]%[0xb3][0x1a]W[0xe8][0xac]J[0xc1][0xcf]c[0xc1][0xf2][0x17]Fjy[0xdc][0xb0]1[0xdd][0xc4]-[0x9a][0xb][0x94][0xe0][0x1d]\[0xa5]U[0x95][0xb0][0x12][0x86]_a8[0xfd][0x0]PK[0x7][0x8][0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/junit/experimental/max/MaxCore.class[0xad]W[0xb]x[0x1c]U[0x15][0xfe]o[0xb2][0xc9][0xec]N[0xa6]I[0x1b][0xda][0xa6])P[0xb6][0xb4][0xd0]t[0xb3][0xc9][0xb6][0xb6][0xd0][0xd2][0x17][0x94]4[0x91][0xd6]$[0x85]$[0x94][0xb6][0x8]e[0xba];I[0xa6]lv[0x97][0xd9]Y[0xda][0xaa]("V[0x5]D+[0xa0][0xd6][0x17]*`[0x5]DS,[0x9b][0x94][0xc8][0xcb][0x17][0x8a][0xef][0xf7][[0x4][0xdf][0xf]T[0x14][0xf0][\r][0x9c]sgvv[0xb3][0xbb][0xd9][0xb4][0xdf]g[0xbe]/3s[0xef]=[0xf7][0x9c][0xff][0xfc][0xf7][0x9c]s[0xcf]>[0xf1][0xe2][0x83][0xf][0x3]X.[0x1a][0x15][0xdc][0xa4]B[0xe0][0xed]*|[0xb8]Y[0xc1];[0xf8][0xfd]N[0x15][0x9d]8[0xa8][0xe2]][0xb8]%@[0xc3][U[0xdc][0x86]w[0xf3][0xc2]{[0x14][0xbc]WE[0x1d][0xaf][0xf9]p[0x88][0x5][0xde][0xc7][0xc3][0xf7][0xf3][0xf0][0x3],[0xf5]A[0x1e]~H[0xc1][0xed]<[0xf3]a[0x16][0xf8][0x88][0x8a][0x8f][0xe2][0xe][0x1e][0xde][0xa9][0xe0].[0x15][0xf3]p[0xb0][0xe][0x1f][0xc3][0xe1]:|[0x1c]w[0xf3][0xe3][0x1e][0x5][0xf7][0xf2][0xf2]'x[0xfa]>[0x5][0x9f]T[0x11][0xc4][0x11][0x15][0xa7][0xe2]~?>[0xad][0xe2]([0x1e]P[0x91][0xc5][0x98][0x1f][0xe3]<8[0xa6][0xe0]A[0x5][0x13][0xbc][0xe3]3*[0x96][0xe2]![0x15]-x[0x98][0xc5][0x1f]Q[0xf0][0xa8][0x82][0xc7]TDp[0xd0][0x8f][0xcf][0xf2][0xfb]s[0xfc][0xf8][0xbc][0x1f]_[0xe0][0xf7][0xfd]*[0xda][0xd9][0xcf]S[0xf1]E[0x86][0xfa][0xb8][0x1f][0x9f]b[0x85]_R[0xf1]e<[0xa1][0xe0]+*[0xbe][0x8a][0xaf][0xb1][0xde][0xaf][0xb3][0xcc]7[0x18][0xea]7[0xfd][0xf8][0x96][0x82]o[0xf3][0xf8];<>[0xac][0xe0][0xbb][0x2][0x8b]z6vwm[0xed][0xeb][0xe9][0xdc][0xb4]k[0xcb][0xc5][0xbd][0x9b][0x7]v[0xad][0xd8]5[0xd0][0xd9]?[0xb0][0xab][0xa3]{c[0xff][0xae][0xb][0xfb]:[0xbb]6o[0x17]h[0xec][0xde][0xa3]_[0xad]G[0xe2]zb([0xd2]o[fbh[0xad][0xc0][0x8c][0x8e]d"m[0xeb][0x9]{[0x9b][0x1e][0xcf][0x18][0x2][0xca][0xb0][0x99][0xb6][0x93][0xd6]~[0x81]%[0xdd]Ik([0xb2]'[0x93]0[0xed][0x88][0xb1]/eX[0xe6][0x88][0x91][0xb0][0xf5]xdD[0xdf][0x17][0xe9][0xd1][0xf7]][0xe0][0x8][0x92][0x8e][0xc0]`[0xd2][0xea]J[0xc6]c[0x86]%[0xb0][0xba][0xa5][0xd4][0xca][0xd2]i4u$-[0x83][0xd4][0xf8]:[0x92]1B[0xd0][0xd0]m&[0x8c][0xde][0xcc][0xc8]n[0xc3][0x1a][0xd0]w[0xc7][\r][0x6][0x9e][0x8c][0xea][0xf1]m[0xba]e[0xf2][0xd8][0x9d]T[0x7][0xa5][0xc5]^}[0x84][0x7][0x9b][0x8c][0x94]eDu[0xdb][0x88][0x9]4[0xf7]e[0x12]6[0x99][0xd8]f[0xa6]M[0x12][0xdd][0x98]H$m[0xdd]6[0xc9]O[0x81][0xb9][0x5][0xe8][0xf2]{[0x98][0x7]v[0xc6][0x88]IKq[0xf2]~[0xa5][0xeb][0x87][0x99][0x8c]t[0x99]q[0xe3]x}p[0xd5][0xf4][0x19][0xe9]L[0xdc]&{[0xf5][0x93][0xb5][0x8][0xd4][0xae]3I[0xc5][0x6][0x81]Y[0xc5][0x6][0xb6][0x11][0x3]6[0xb1]/[0xb0][0xf8][0xf8]lU[[0x99][0x84]@[0xb8][0x90][0xf0][0x8e][0xb8][0x9e]NO[0xc2]J2[0x9][0xc3][0x8a]8[0x80][0xf8][0xac]l#mK1[0x82]P[0xb2][0x93][0x9][0x9a][0xc4][0xf5][0xfe]T[0x8e][0xef][0xd9][0xc5][0xc2][0xeb]B[0x1b]X_[0xbf]9[0x94][0xd0][0xed][0x8c]E"[0x91][0x12](,S[0x9][0xcd]Y-[0xe5][0x16][0xaf][0xca][0x10][0xc6][0x8a][0xfb][0x14][0xcb][0x11][0x12][0x98]?[0xb5][0x2][0x81][0x8b]*[0xa8]/][0xd9]r1[\r]$[0xb7][0x95]L[0xfb][0xa2]I[0xf6][0xf5][0x94]J[0xfb][0x5][0xea][0xd2]I[0xcb][0xee][0xcb][0x81]<[0xfb]D[0xdd][0xcc]9P[0x1b]7[0xf4][0xab][\r]:[0xaa][0x99][0xe][0xb3][0x19][0xdb][0x8c]G[0xba]M[0xb9][0xb6][0xac]hj][0xa9][0xa2]MF:j[0x99])[0x8e][0xfd][0xb5]|X[0xb3][0xa3][0x9c][0xec]V&jw[0x1b][0xfa][0xa0][0x7]/[0x17]By[0xed][0x15]A[0xf9][0xc]=:,[0xb0][0xa0][0xb2]=[0x81]*s[0xb1][0x17]6R[0xf5]f[0xdb][0xb0]t[0xca][0xf]y[0x80]r[0x7]y[0xd6]:[0xbd][0x1b]}[0xf2]%=[0xe8].[0x86]:[0xad][0xd7][0x15]][0xa9][0xdb][0x9d]1[0xe3]1G[0xbf][0xc0]9e[0x8e][0xa9]PY9U[0xe]4N]J[0x15]*D#[0x86]=[0x9c][0x8c]9Ui[0xce][0x90]a[0xf7][0xe8]q[0xaa][0x8e]#Fl [0x9f]w[0xcb][0xa7][0xb5]S[0x9a][0x97][0x82][0xf4][0x9d]^<[0xdf][0x9b][0xb4][0xbb][0x92][0x99]D[0xac]s_[0xd4][0xc8][0xb1][0xbe][0xf2]D[0x95];y|[0x12][0x7],[0xd5]?[0x19]o]Ik [0x17][0x19][0x15][0x2][0xb7]$$[0xbb]O@[0xfc]8[0xc2]U[0x1d]4[0x13]."[0x99][0xf2]nM[0xdd]:[0x8d][0x87][0xd3][0xac][0x16][0x87]:[0xd5][0xdd][0xda][0x94]nQ[0x85][0xa5]x[0x88][0xe5]%[0x5][0x92][0xff]OC[0xd3][0x7]*[0x1]Q[0xfb][0x93][0x19]+j[0xf0][0x85] [0xa0][0xb9][0xa5][0xbe][0x9d][0x15][0xd1][0xb0][0xf0][0xba][0xd0][0xb0][0x1d][0xdf][0xd3]0[0x80][0x8b]),[0xa6][0xbf]-X|[0x7]?[0xbe][0xaf][0xe0][0x7][0x1a]^[0x85][0x1f]j[0xd8][0x8c]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0xa4][0xe1][0xc7][0xf8][0x89][0x86]W[0x83].[0xce][0xf9]S[0x97]4[0x96][0x18][0xd2][0xf0]S[0xfc]L[0xc3][0xcf][0xf1][0xa4][0x86]=[0xb8]R[0xc3]/[0xf0][0x14]/<-[0x10][0xca]o5[0x13][0x94][0xe6][0x9][0xb2][0xef][0xd6][0xe8]t[0xa4][0x9f]B[0x8b][0xfa][0x0]7[0x12]4\[0x8f][0xeb]4[0xfc][0x12][0xbf]R[0xf0]k[\r][0xbf][0xc1]o5$[0x91][0xa2][0x10][0xcc][0x13][0xb6][0xd1][0xb2][0xf4][0xfd][0xcc][0x9a][0x82][0xdf]i[0xf8]=[0xfe][0xa0][0xe0][0x8f][0x1a][0xfe][0x84]g4[0xfc][0x19][0xa1][0xea][[0x89]K[\r][0xfb][0xb0]_[0xc3]_[0xf1],][0xa5][0xd3]s[0xb3]x[0xb9][0x0][0xf5][0x9b][0xda]f[0xd6]#3[0xc2]H3U[0xd3][0xf0]w[0xd7]?6[0xb3][0xa4]CO,[0xb1][0x83][0xb2][0x1e][0x6][0xf5][0xa0][0x83](8h%G[0x82][0x5]9[0x11][0xbc]T[0xc3]K[0xc4][0x15]=[0x4][0xd5][0xa4][0xcb]4Q[0x85][0xe7]4Q-|[0x9a][0xa8][0x11][0xb5][0x8a]P4[0xe1][0x17][0x1][0x81][0xe0]t[0x95]J[0x11][0xaa]&[0xea][0x84][0xc6][0xd1]p@[0x13]3D[0xbd]&[0x1a][0xf0][0xc][0x9d][0xd8]^[0xdd]J[0x10][0xb2][0x16][0xe9]w[0xbb][0xe7]w[0xbb][0xe7][0xf7][0xe2][0xe5]K[0x5]N[0xcb][0x1b][0xd0][0xbd][0x6]/[0x92][0xef][0xf5]41S[0xcc][0xa2]{3/[0xb6]u[0xf7][0x1e]#J9>[0xa7]\[0x87]J[0xb9]W[0xdd][0xc2][0xcf]3[0x8e][0xab][0xe9][0x15]Xu[0x82][0xfd]a[0xbe][[0x9e]7U[0x89][0xa4]:[0xa4][0xbb]7D[0xdb]q6u[0xb9]{[0xcc][0x1f]'[0xf5][0x86][0x8c][0x97][0xb6][0x96]2[0x92][0xc4][0x8a]9hF[0x1d][0x92](,[0xba]]q[0xbe][0x2][0xf5]X[0xac][0xdb][0xdb][0xdd]^[0xa6][0xe4]M[0xb9][0x99][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0x1d][0x97][0xb][0xd5][0x93][0xcb][0x99][0xf6]n[0xc8]r[0x17][0x93][0xbb]X[0xa9][0xdf][0xaa][0x97][\r]kr[0x84]J4[0xf7][0xe][0xc4]_K[0xe1]U[0x92]_![0xd9]9[0x85][0xf3][0xf1]8[0x1d][0xb7][0xd3][0xf5][0xfb][0xf8]r[0x13]XZ[0xd2][0xe7][0x94]W[0xc4]~[0xd5]O[0x96]$[0x8a]M[0xb7]{[0xa1][0x8a]0[0x9]AAW[0xd3]X:[0xcb][0xbf][0xa8][0xf4]t[0xaf][0xb1][0xcf][0x96][0x11][0xb6][0x93][0xc0]$[0xe4]`vK[0xe1]M[0xec][0x4]'7[0xf5]t[0x1c]E1[0xea][0xae][0xf1][0xde]U-[0xd3][0x84][0x99]l?[0xcb]]q~;[0xe9][0xc4]z[0xb1]e[0xef][0x97][0xe0][0xcc][0xe2]9[0x8a]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0=N[0x4]6[0x15][0x9f][0xf][0x15]uNE[0xba][0xb1][0x8c][0x91][0x94][0xbd]?7[0xa0]_[0x92][0x96][0x9d][0xbe][0x84][0xca][0xe4][0x14]y[0xb6][0x93][0xcd][0x97][0xc6]6[0x1]l[0xa6][0xe9]2[0x95]N[0xae]i[0x14]d[0x5][0xfd][0xd3]I-[0xe5]:[0xa4]Z=[0x95]2[0x12][0xb1][0xa2][0xe4][0xf1]~[0x82]NQ[0xf9][0xd6][0x16][0xc9][0xe7][0xc8][0xae] ?[0x83][0xdb][0xba][0x82]6[0xaf][0xd6][0xe9][0xf9][0x4][0xce]-[0xf5][0xac][0xf2][0x8f][0xe1][0x92]<[0xa6]&'[0x15][0xd7][0xa3][0xa4]t[0xd3]$][0xc3][0xba][0xd5][0xcf]B[0x89][0xa8][0xb1]v[0xaa][0xf9][0xb2][0x87][0xda]P[0x4][0x88]L[0xd0][0x15][0xe5][0xe0]>c[0x1a][0x9e]r[0xc4][0x96][0x1c]~$[0x97][0xf0][0xf5][0xc4][0xc4][0xa6][0xc2][0x8e])X[0xae][0x2]L[0xfe]UPG{:[0x86][0x89]K[0xea][0xb8]H[0xf7][0xa4]T[0xf2][0xae]}[0xa6][0xc2]LwrhQ[0xba]E-[0x83]~[0xa5][0xcb][0x18][0x9b]dm[0xa0][0x8c][0x3][0x97][0x16]L[0x95][0xbd][0x18][0xca][0x1d]@!B,[0x84][0xf][0x9d][0x0][0xaa]0[0x1f]]x%[0xb5][0x6][0x17][0xc8][0xd1][0x99]h[0xe4][0x9e][0x89][0xbe]g @-T7[0xaa][0xd1]C[0xa3][0xb3][0xe9]M[0x1d][0x4][0xb4][0x9][0x88][0x1d][0xa1]1T[0x8d][0xa3]zT[0xee][0xe8][0xa5]g[0xad]\[0xb]a+K8r[0xb8][0x90][0xb4][0x2][0x17][0x81][0xff][0xfa]\[0x99]~z[0x7][0xb8][0x9f][0xa3]o[0xd6][0xba][0xc2][0xd5][0x1a][0x98][0x80][0x8f][0xb5][0xd6][0x14][0xab]\^[0xa0]2[0x80]m[0xb8]D[0xae]S[0x9b][0xe7]*[0xd8]L[0xa3]*[0x6]K[0x9b]kC[0xad][0xe3]P[0x1e][0x80][0xff][0x88][0xa7][0xa4][0x9e][0xf4]3v[0x1f]V[0x91][0x92][0xd5]R[0xd9]\g[0x3]v[0xe2]R[0x89]m[0x86]TK[0xf7]<[0xf5]x[0x97][0xd1][0x1a][0xab][0xdd][0xea][0xaa][\r][0xb0][0xca]@[0x16]*[0xe3][0xaa].[0xc0]u^[0x81][0xaa][0x80][0xa7]*[0x80][0xcb][0xb1][0x8b][0xd6][0xaf]([0xc0]|9t[0xfa][0xda]-!E[0xa5][0x91][0x98][0x8b]}#[0xc1]r[0xb0][0xb7]N[0xa0]n[0xc7][0x18][0xb4],f[0x14][0x13][0xb0]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0x6][0x6]][0xcc]C[0xae][0xba][0x9d][0x4][0x90][0xbd][0x9d][0x17][0xe][0x1d][0x85]?[0x8b][0xfa],[0x1a][0xc2][0xa1][0xd6],ff1+[0x8b][0xc6][0xbc]fUj[0xdb][0x8e]:[0xa2][0x91][0xb5][0x7][0x9d]}[0x9e][0xf6]y[0xae]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xfe][0x1a][0x86]I[0xd2][0x82];a[0xd7][0xce][0xb5]4f[0xf9]`[0xeb]c8[0xe9][0x10]jZGC[0xad]c[0x98][0xdd][0xe3][0x9a][0x9d]3[0x8e][0xb9][0xa1][0xf0][0x18][0x9a][0xf2][0x94][0xcd]E[\r]=[0xaf][0x80]B4[0x4][0xc8][0xfd][0x6][0xd2]?[0x9f],[0xe4]m[0x7]=[0xdb]A[0xd7]v[0x3]f![0x8e][0x11][0xb2][0x95]#[0xd3][0x99]I[0xc8][0x93][0xa1]N[0xda]=[0xa9]1"[0x91][0xb5][0xaf][0x9f][0xc0]<[0xa2][0xb0][0xb9][0xa7][0xf5][0x18][0xe6][0xb][0xf4][0xb6][0x1d][0xc3][0xc9][0x2][0x87][0xb0][0x80]>N[0x11]x[0x14][0xa7][0xae][0xf1][0x85]C[0xcd][0xbe]1,8[0x86][0xd3][0xaa]p[0xc9][0xe1][0x97][0x9e][0x9c]@p[0x7]C][0x98][0x87][0xda]H[0xea]@[0xce][0xfa][0xc9][0xdd]Edn[0x5][0x19]d[0x98]+[0xc9][0xc8]"[0xa2][0xfd]*X$[0xd1][0x80][0xc5]H[0xc3][0x96][0xd0][0xd7]{[0xd0][0xd7]K[0xc0]t[0x9][0xe1],d<[0xe8][0xce][0xd1][0xad][0x97][0xd0]skW[0xd3][0x9c][0x13][0x11]{[0xe9][0x9f][0xfa]x[0x97][0xda][0xe7][0xe9][0xd0][0xd9]~[0x9a]N[0xed][0xf4][0xc6]EY,>[0x4]e[0x1c]g[0x8c][0xca][0xf1][0x99]Y,9[0x84][0xa6][0x9][0xb4][0xec][0x98][0xc0][0xd2][0x1d][0xcc]:E==[0xc3][0xbc][0xde][0xd6][0x13]~[0x1c][0x8b]&[0xd0]N[0x8b][0x11]bbY[0xe3][0xf2],^A[0xb]+[0x1a]W[0xd2]G[0x16]g[0x8d][0xe1][0xec]Gh[0xbc][0xaa][0xb7][0xed]q[0xd4][0x85]e\[0xcf][0x1a][\r][0xb7][0x8d]c5x[0x14][0xb4]S\[0x80][0x9a]n[\r][0xd7]`&[0xde][0x80]S[0xa8]w][0x86][0x3][0x4][0xfc]-8[0x7]o[0xa5][0x98][0xb9][0x81][0x82][0xfa]Fr[0xe0]&"[0xea]fIO[0xc8][0x81][0xed]Q[0x91][0x96]D[0x9][0xda][0xb3][0x1][0xaf][0xa1][0x94][0xa8][0xa2][0x1d]s[0xf0]Z[0xaa][0x8][0xd5][0xde]y:k[0xba][0xb9][0xf9]U[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0xd7][0xb4][0x91]o[0x87]_z[0xfa][0x88][0xe7][0xdd][0x2]J{[0xe0]n[0xa2][0xea][0x1e][0xa2][0xef]^[0xac][0xc1]}t[0xf1][0x8c]R[0x19]8B[0x14][0x1d][0x95][0xde]n [0x8c]1[0xf2][0x84][0xf][0xa8][0x86]v-[0x94][0xd9][0xc5]![0x95][0xf2][0x18]HQ[0xf8]Y[0xf2](R[0x14][0x84][0x96]<[0x88][0x94][0xe4][0xa2][0xba][0xa0][0xde][0xa6]$[0x17][0xd5].[0x17]o[0xa3][0xff][0x1b][0xe4][0xd7][0x8d][0x18][0x95][0xc7]E[0x97][0xb7][0xd4][0x86][0x97][0x1]PK[0x7][0x8][0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$1.class[0x8d][0x8c][0xc1][0xe][0x1]1[0x14]Eo[0x19][0xca][0x98][0x84]O[0xb0] v[0x1a][0xdf] [0x84][0xc5][0xc4][0xc2][0x17][0xd4]x[0x19][0x9d]T+mG[0xc6][0xaf]Y[0xf8][0x0][0x1f]%*[0x16][0xb6][0xde][0xcd][0xbb]7[0xf7][0xe5][0xe5]<_[0xf7][0x7][0x80][0x5]2[0xe][0xce][0x91]2[0xa4]{[[0xbb][0x82][0xd6]J[0x13][0xc3]0[0x97][0xcd]F[0xf9]`[0xdd]m^[0xc9][0xab][0x8c][0x97][0x95])[0xb4][0xf5][0xca][0x94]9[0x85][0x93]=r[0xc][0x18]f[0xd6][0x95][0xa2][0xaa][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0x9a][0xb]9u&[0x13][0xa4][0x16]g[0xd9][0x88][0x1f]a[0xb2]`[0x0]C[0xb6]5[0x86][0xdc]RK[0xef][0xc9]3[0x8c]>\[0xa1][0xa5])[0xc5][0xee]PQ[0x11][0x18][0xa6][0xe1]0[0x8e][0xb0][0x16][0xbe][0xd3][0x8e]Bl[0x9]:1[0x13]t[0xa3][0xf7][0xe3][0xa6][0xf1][0x87]}[0xda][0xa8][0xf7][0x6]PK[0x7][0x8]~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.class[0x9d]V[0xeb]S[0x1b]U[0x14][0xff][0xdd][0x10][0xb2]!,%@[0xa5]V[0x11]i[0x81][0x92][0x4]m[0xc0]W[0xad]AZ[0x84]"E[0x1e]J[0x90]Z[0xeb]k[0x9][0x97]dq[0xb3][0xc1]}[0xd0]tF?[0xe8][0xe4]LyTg[0x1c]?[0xfb]G9[0xfe][0xee]ML[0x2]E[0x9a][0xf1]C[0xee][0x9e]{[0xf6][0x9c][0xdf]y[0x9f][0xcd]_[0xff][0xf6][0x7][0x80]i[0x94][0x13][0x18][0xc0][0x9d].[0x1e]w[0x13][0xb8][0x8c][0xb9][0x4]>[0xc2][0xbc][0xba].[0x18][0xb8][0x97]@[0xc]s[0xea][0xb2][0xa8][0xd8][0x1f]'[0xd0][0x83][0xa5]n[0xdc][0xc7][0xb2]:>1[0xb0][0xa2]8[0xab][0x9][0xac]a=[0x81]O[0xf1][0x99][0xa2]6[0xd4][0x91]7[0xb0]i[0xe0]s[0x1][0xb3]r =[0xcb]q[0xf2][0x81][0xe5][0x5][0x2]bY [0xe6]+[0xda][0x17][0xe8]][0xd9][0xb3][0xe][0xac]l[0x18][0xd8]Nv[0xd5][0xda][0xcf][0x9]t[0xe5][0xed][0xa2]k[0x5][0xa1]'[0x5][0xee][0x9c]~;[0xb3]R[0xf1][0x8a][0xd9][0xbd][0xd0][0xb5][0x83][0xac][0x17][0xba][0xae][0xf4][0xb2][0xb][0xd2]/x[0xf6]~`W[0xdc]\M[0xd8][0xb1][0xdc]bv[0xa5][0xe2][0x16]s[0xb3]D[0x8b][0x5]%[0xdb][0x1f][0x9b][0x12][0x98]h[0xd1][0x95][0xd5]}[0xe9][0xd9]e[0xe9][0x6][0x96][0x93]-[UbW[0x97]l?[0xa8]xO[0x94][0xca][0x8c]M[0xa1]Y[0x81]L[0xaa]M[0x9d][0xf4][0x96]@t[0xbe][0xb2]#U<[0xb6]+[0xd7][0xc2][0xf2][0xb6][0xf4]6[0xad]m[0x87][0x9c][0xfe][0x95]J[0xc1]r[0xb6],[0xcf]V[0xf7]:3[0xaa][0xdc][0x12][0x18][0xd8][0x90]e[0xa9]dm[0xb7][0xb8]B0[0xc9][0x90][0x98][0xaf][0xfb]*[0xb4]y[0xc7][0xf2]}I[0xa1]\{^[0x8c][0x9d][0x83][0xc5]h[0xba][0x3][0xe9][0x7]:[0xf3]rG[0xe0]Z[0xea][0xe2][0x14][0xaa]H[0xba]w[0x9a][0xc][0x81][0xe1][0x8b][0x15][0x4][0x12][0xf7][0xaa][0x5][0xa9]/[0xbe][0x1][0xaa][0x9b][0xca][0xe0]"S[0xe8][0x97][0x94][0xc5][0xe][0xe9][0xf2][0xec][0xf4]k[0xb5][0xd7][0xde],Z[0xb6][0xa3][0xcb][0x9b]9[0xc7][0x1b][0xb7][0x12][0xd8][0xbb]v[0xc1]R[0x80][0xd9][0xba][0xa4]v[0xcb][0xd8][0xfd]Wm[0xa2]M-VC[0x99][0xdb][0x8][0xdd][0xa6];C[0xe7][0x98][0xdc][0x90]~[0xe8][0x4][0xda]H[0xcc][0xd3][0xb4][0xc0][0xd5][0xff][0x14]3[0xf0]@[0x0][0x2][0xf9]v[0xbb][0xa3][0xcd][0xf2]Mk[0x7]"[0xd5])uL[0xb][0xa4][0xdb][0xd6]c[\r][0xf2][0x95][0xd0]+[0xc8]E[[0xf5]Vo[0xf3][0xe5]M5[0x11]&^[0xc3][0xb0][0x89]W1[0xa4][0xa8]/[0xc]<4[0xf1]%[0x1e][0x99]x[0x9][0x83][0x2]}[0xcd][0x9][[0xb2][0xfc][0x12][0xa7][0xcc][0xc4][0x15][0xbc]l[0xe2]+%[0xf2]5[0xbe]1[0xf0][0xad][0x89][0xef]@[0x98]m[0x14][0x4].[0x9d][0x1e]2[0x13];xd@[0x9a][0xd8]E[0xd1]@[0xc9][0x84][0x8d]=[0x13][0xdf][0x83]o[0x1c][0xc][0xb][0xdc][0xfe][0xdf][0xcd][0xcb][0x14]\\g[0x16][0xb6]);[0xd0][0xf4][0xab][0xd1][0x90]l[0x95]6s[0xc8]>M[0xa9][0xf4]'[0x9b]([0xf9]'[0x84].3A[0x85][0xd0][0xf3][0xa8][0xb5]I[0xdd]U[0xdb]q[0xd4][0xdc]R[0x98]K,[0xee]ZnE[0xb1][0xd9][0x9c][0x7][0x96][0x13][0xca][0xf5]][0xfa][0x91]ZN[0x9f]]D[0x2]=[0xa7][0xf6][0x18][0x1][0xf6]C6[0xd9][0xfb][0xa9][0x16][0xc9][0xf5][0xed]=Y[0x8]r[0xcf]s[0xd2][0xcf][0xb3][0x8]P[0x94][0x4][0xb8]q[0xe][0xc0][0xb9][0xe2]][0xe][0xfd][0xd8]R>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xb7][0x95][0x13][0xf6][0x11]}[0xdc][0xe4][0xfc],[0x84][0x9e]U[0xcb][0xe6][0xf5][0x17]l[0x8f]e[0x95][0xc2][0xf1][0xb6][0x86][0x93][0x8d][0xc4][0x8][0x16]Z7[0xcd]H*[0xfd][0xa2]]s[0xa5][0xee]R[0x1d]D[0xe5][0x9e][0x8b][0xa5][0xcc][0x84]&[0xac]BA[0xfa][0xdc][0xf4]SS[0x98][0xe2][0xc7][0xea]2?l[0x1d][0x88][0xa8][0x1e]'[0x15]Q-[0xcd][0x99][0xbd][0xaa][0xe9]W[0x92]I5[\r][0xa4]c[0xbc]q8[0xf8][0xe6]u[0xde][0xd6][0xb4][0x6]0[0x94][0x99][0xc9][0x86][0xbf][0xc6][0x9b]I$[0xea][0xe3]:[0xc6][0xa1]v[0xc4][\r]LPZa/#[0xaa][0xb1][0xfb]3O[0x11][0x9f][0x7]z~[0x87][0xa1][0x18][0xe4]R [0x11][0xd3][0xc8][0xd6] [0x1c]_[0xc0]k[0x5][0xee][0x96][0x1c]c[0xc5]3lkpwmz[0x92]A[0xb2][0xf3][0xc]Gw[0xb7][0x13]V[0xa7])u[0xe]w}[0xd3]c`[0xf4]N)so\7L_[0xb8][0xd1][0xff][0xf]7[0xd2][0xc5]e[0xfd][0x9e][0xae][0x99][0xba]U[0xd6][0x8a][0xb6]U&[0xc4][0xc8]][0xbe][0xc6][0x90][0xdc][0xae][0xe8]Km[0xb9][0x9b][Z[0xe6]%op[0xfb]M[0xe0][0xfa]j[0xbf]([0xc0]6[0x9d][0xd0][0xe4]e[0x8c]2[0x80]a[0xbe][0xde]2[0xd7]Y[0x8c]|[0xd0][0xf][0xe9][0xba][0xad][0x19][0xe2][0xf3]F[0xd9][0xd2][0xbd] Q[0x13][0x8b][0xcd][0xf7][0xc]S[0xdb],[0xf2][0xd0][0xee][0xf9][0x1c]&Xe[0xde][0xf6][0x9d][0x12][0x1f]7D[0xc7]5mr[0x9e][0x12]x*[0xf6][0xa1]YE[0x13][0x92][0xe2]tU[0xc6][0x98][0x8a][0x2][0xae][0xa9][0xe8]B[0xb7][0x8c]q[0x15][0xd7]1[0xa1]b[0x12][0xdd]*[0xa6][0xc4]2[0x8d]"C[0xfb]n[0x9c]*[0xe][0xe3][0x8][0xc3][0xc0][0xff][0xb4],[0xd5][0xf9][0xcf][0xb0][0x19]Zw[0x8a][0x9b][0xca]_gb[0xa9][0x83]R[0xa2][0x12][0xbd]u[0xd9]S[0x15][0xc]w[0x96][0xdf][0x17]~1t[0xfd][0xab]]o[0xd0][0xf0][0xfe][0xde][0x98][0x4][0x10][0xe][0xdd][0x82][0xcd][0xd0][0x92][0xfa][0xb3]oE?6[0xd1]H[0x8][0x82][0x82]O[0xb1][0x10][0xe][0xd9]m[0xe][0xc9][0x2]9[0xe6]zze[0x85][0xc6][0xf7][0x9e]n[0xfa]|[0xee][0xb6][0xc0][0x99][0xda]6[0x1a][0xe8][0xa4][0x9f]\[0x82]:w/X2)JH[0xff][0xca][0x6]H[0xa2][0xa2]t[0xdb]B[0xd2][0x0]I[0x12][0xed]J&[0xfb][0x11]R[0xe6][0x13]"[0xef]I[0x92][0xd0]Jk[0x8c]l[0x80][0x7][0xd8]O[0xab][0x1a][0x9c][0x15][0xb4][0xe1][0x10][0xc4],P[0x5]C[0x84]7[0x88] J{![0xf3][0x1]Rv[0x3][0xd1]Wh[0x90][0xd6][0x85][0x90][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd1][0xf5]L[0xee][0x13][0x1a]2YZ6[0x10][0x1b][0xee]x[0x5][0xb9][0xe3]-[0xda]B{94[0x95]I[0xb7]^[0xe3]>L[0xec][0xc0]C[0xec][0xc1]#[0x8a][0xe0]1[0xe][0xe2][0x9][0xdd]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x2]2U[0xce][0xd0][0x1f]qjGG[0xe0]c[0x1]G[0xe9]$[0x91]e;[0x8e]Q[0x6]"t[0xa6]V[\r][0xbd][0xbd]IR[0x84][0xf6][0xd6][0x90][0xbd]q&[0xf7][0x1d][0x8d][0xf1][0xcf][0x88][0xbf][0xcb][0xbd][0xab][0xb1]7[0x7][0xe8][0xcf][0x11][0xc7][0xb]bI[0xf2][0xeb][0x80][0xb5][0xb3][0xfa][0xb6][0xc6][0xda][0x8a][0xe3][0x1]k[0x9c][0xfc]<[0x86][0x1e]H[0xc9]Q[0xf2][0xb2]7[0xe4][0x9a]&ka[0x9f][0xc8]d[0xbf]A[0xc9][0xd1][0xb7][0x81]=[0xeb];[0xa6][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xa8][0x1]'p[0x2]}[0x81]>A[0x81][0xf4][0x11]0[0xa8]h[0xd9][0x10][0xb8][0x10][0x6][0x11][0x13]9e;[0x17][0xac][0x8a][0x18][0xab]![0xc6][0x8]1[0x19][0xe8]c[0x84][0x98][0xb][0x10]N[0x6]/OA[0xb][0xf6]~J[0xb2][0x8]][0xa2]b[0xf][0xe0][0x0][0xed]i[0xda][0x91]l[0xfc][0x5]PK[0x7][0x8][0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory.class[0x9d]WiW[0x1c][0xc7][0x15][0xbd][\r][0x3]-[0x9a]F[0x12][0x83]A[0x2]kA[0xca][0x8][\r]#[0xe3]A[0x89][0x82]d[0x89]([0xb2][0xc1]D`[0x4][0x11] )(Q[0x92][0xd6]L[0x81]Z[0x9a][0xe9][0xc6][0xdd]=[0x8]9[0x8b][0xb3]9[0xfb]f;[0x9b][0x9d][0xd8]Y[0x1c]oq>[0xc8][0xe7][0xc4][0xc2][0xe][0xe7]D[0xfe][0x9c]_[0x90]_[0x93][0x93][0xfb]z[0x9a][0x99]f4 Nt[0xe]US[0xf5]^[0xdd][0xfb][0xde][0xad]zU[0xad][0xff][0xf7][0x9f][0xff][0x2]p[0x1c][0xef][0x19][0xd0]a[0x1b][0xb8][0x89][[0xf2][0xab][0xa0][0xa3]h [0x1]Gf\[0x1d]K2[0xf9][0xac][0xe][0xcf]@[0x8b][0xf4][0xbe][0x81]V[0x4][0xd2][0x94][0xa4]Y[0x96][0xe9]e[0x1d][0xb7]e[0xcd][0x8a][0x81]4[0xee][0xe8]x[0xce]@[0x7][0xee][0xb4]p[0xe1][0xd7][0xa4][0xf9][0xba]4[0xdf][0xd0][0xf1]M[0x1d][0xcf][0x1b][0xe8][0xc6][0xb3][0x6][0xf6][0xe2][[0xd2]|[[0x1a]B|[0x7][0xdf]m[0xc5][0xf7][0xf0][0x82][0x8e][0xef][0x1b][0xe8][0xc5][0xf]d[0xf0]Ci~[0xa4][0xe3][0xc7][0x6]R[0xf8][0x89][0x8e][0x9f][0x1a][0xe8][0x93][0xfe]g:~[0xae][0xe3][0x17][0x1a][0xa0][0xc1][0x1c]w[0x1c][0xe5][0x8d][0x14],[0xdf]W[0xbe][0x86][0x9d]s[0xca][0xf]F[0xdc][0xe2][0x92][0xe5]Y[0x81][0xeb]i[0xe8][0x98]QEU[0xbc][0xae]<[0xdb]Y[0x9c][0xb4][0xfd]@[0xd1][[0xc3]n[0x9f][0x13]V[0xe1][0xb2][0xf2]|[0xdb]u.[0x8d][0x8f]j[0xd0]&4[0xb4][0x8d][0xb8][0x8e][0x1f]XNp[0xd9]*[0x94]T[0x13][0xca][0xff]4[\r][0xc6][0xc2]h[0x89][0x80][0xf4]%[0xc7][0xae][0xc9][0x9b][0xd6][0xb2][0x95]-[0x5]v!{[0xc1]Z:[0xa3][0xa1]e[0xd6]^t[0xac][0xa0][0xe4])[\r][0x9f][0xda]h[0x1d].[0xf][0xb][0x96][0xb3][0x98][0x9d][\r]$[0x8a]3[0xb1][0x99]I[0x97][0xe3][0xb3]DH.[0x8c]Yv[0x81][0x0]sv[0x91][0x19]X[0xc5]%[0x12][0xb5]-[0x9c]g[0xc4][0xae]wg[0x96][\r][0xa1]w[0x96]W[0xda]nv[0xcc].([0xe1]]p[0xbd]1[0xb7][0x90][0x97][0x94]N[0xa6]7Z[0xfb]']o1{[0xb3][0xe4][0xd8]AV[0xad],1[0xdf][0xa2]r[0x2][0xab][0x90]-Z+[0xc]l%[0x82]&Jb[0xc4][0xcd]+I[0xcb]v[0xd4]TI[0xb4][0x9a][0xb3][0xae][0x17]8[0x93][0x9c]ts[0x14][0xc9][0xa2]T[0x1c]G[0x93][0x1a][0xff][0x86][0xb6][0xc2][0x1e]qK[0x85][0xfc][0x94][0x1b][0xcc](+?[0xc2][0xb8][0x9f]^[0xc9][0xa9]%[0x91]N[0xa8][0x16]l[0xc1]h[0xf5]h[0x8b][0x2][0xd0][0xd0][0xec][0x7][0x1c][0x17]5[0xc3][0x91][0x8b]FZ[0x81][0x83][0x99]{hx[0x5][0xc9][0xcc][0x87]h[0xbc];y[0xec][0x1e][0x9a]8[0xd1]|e[\r][0xfa]|f[0x15];[0xee][0xd2]][0xe7][0xd7][0xa6]I[0xe2][0x6][0x9c][0xe5][0x82][0x1e]4[0xb3]=[0xcc][0xd9][0x14]g[0x8f][0xa0][0x8d][0x1f][0x87][0xed]8[0x8a].d[0xf0]YZ[0xba][0xe8][0xd7]F[0xaa]sx[0x92]kI[0x80][0xa7]BzC.S[0xda][0x84][0xfc]?$[0x17][0x94]skh[0x11][0x1a]cr[\r][0xad][0xf3][0xc7]Va^x[0xec][0x1e][0xda]>[0x86]>[0xc5]~'[0xa3][0xd9]5p[0xf7]tB~w'[0xee][0x9f]n[0x92][0x89][0xee][0xa6][0xfb][0xf4]N[0x88]w[0xfb]}[0xa2]$[0x19]Q[0x8a]X)[0xc6]!}[0xb][0xe]` [0x1c]g[0xc3]^b[0x1d][0xc2]n[0x8e][0x87][0xc2][0xbe][0x9c]E[0x1f][0xfd]@[0x19]["[0x1]{h;@[0xa1][0xc4]k[0x80][0xfd][0x10][0xa5]:[0xc9]x%[0xa3][0xc]sO[0xe2]Q[0x8c][0xe2]i[0xae]n[0xa1][0xfd])[0x8c]1[0xb7][0x93]a[0x96][0x9f][0xb][0xb3]<[0x87][0xf3]a[0x96][0xe3][0xfc]KpF[0xd4][0xe2]u[0x1e][0x89][0x9d][0x8f][0xc4][0xee]e[0xae][0xc9][0xcc][0x1a]:[0xe6]W[0xf1][0xc8][0x7][0xe8][0xac][0xfe][0xec][0xca][0x1c][0xfb][0x0]{[0xde][0xf][0xb7][0xec]l[0xa8]bS[0x88][0x96] [0xe7].[0xb2][0xf5][0x10][0xed] [0xf1][0xd6][0x15]&[0x16]&q![0xcc][0xaf]7[0xe4][0xe6][0xeb]&oW[0xa4][0xf0]5[0xae][0x17][0xaf][0xfd]k[0xd8];[0xbf][0x86][0xee][0xf9][0xcc]?[0xb0]g[0x15]=[0xab][0xfc][0xda];[0xc6][0x1d][0xde]G)[0xf7]W[0xe9][0x92]$[0x2][0x97]w[0xe0][0xf3][0xfc][0xc1]E[0xec][0xc3]L[0x8c]jD[0xd5][0xc1]M[0x1c][0xa5][0x87]VI[0xf3]"[0xfb][0x19][0xcc]Fi[0x8a]<[0xe2][0xdf]N[0xb2].[0x12][0x1c][0xf8][0x8][0x7][0x1b][0xf0]1z[0xef]V[0x88][0x9a]C[0xb5].[0xc5][0xc0][0xdb]+y[0xb4]c[0x8e][0x16][0xb1]_[0xc6][0x95][0x8][0xf2][0x12]i$[0xb4][0x8e]u[0xc8][0xde][0xf]q[0xe8]#[0x1c]n[0xc4][0x95]j[0xf4]F[0x8]4[0xcf],[0xae][0x86][0xc0][0xbd][0x94][[0xa2]][0x7][0xee][0xa8][0x0]w[0xe0][0xb][0xdc][0xf4][0xb2][0xf7][0xd5][0x88]b"[0x8a][0xba][0x8b][0x14][0x9d][0xe5][0xa8]?[0xd1][0x80]W[0xa1]'[0xde]F[0xa2][0xf1][0xef]5[0xa1]_[0x8b][0x85][0xde]Ua[0xe8][0xaa]0|[0xb1][0xae][0x1a][0x9d][[0xa9]a=D[0x8d]/[0xd5]U[0xa3]sk5[0x14][0xd5]X[0xd8]D[0x8d]k[0x15]5[0xbe][0x1c][0xaa][0xa1][0xe1]+[0xf8]jDq"[0xdc]W[0xa2][0xac]!5[0x9f][0xd1]Vq[0xa4]6[0xdc]7BT[0xb3][0xec][0x15][0xa1]jL[0xe2]zt[0xf4]b[0x8]}![0xc2][0xd1]Z[0x84][0xf7][0xea] [0x94]o[0xab][0xdc][0xee][0x1d],[0x16][0x15]!e[0xe9]!>M,[0x1b][0xed][0xfd][0x1a][0x90][0x9e][0x18]H[0x13]S[0xbd][0x10][0xab][0xbe][0x8b][0xf4]\[0xc][0xfd]o[0xe0][0xb1][0xd0][0xb7][0x91]U[0xac][0x3][0x84][0xef]c?@K[0x8a][0xfd][0xe3]H[0xfe][0xf]PK[0x7][0x8][0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/results/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/results/FailureList.class[0x8d]T[0xdb]R[0x13]A[0x10]=[0x13][0x2][0x1b][0x92][0xe5][0x16][0x8][0x17][0xaf][0x11]AB[0x12]X[0xaf]([0x17][0xf1][0x82]D[0xd1][0x15][0xab][0xc4][0xb2][0xd4][0xb7]%[0xc]0[0xd4][0xb2]Im&[0x14]~[0x8a]_[0xe0][0xab]V)[0x94]Z[0xa5][0xbe][0xf8][0xe2][0xf][0xf8]7[0xea][0xd9]$HD[0xd4]<[0xa4]g[0xa6][0xbb][0xb7][0xcf]9=[0x9d][0xf9][0xfa][0xfd][0xfd]G[0x0][0xe7]`G[0xd1][0x89]L+:[0x90]50[0x16]E[0x13]2[0x81][0x19][0x8f][0xc1][0xc2][0xd9][0x18][0x13][0xce][0x7][0xe6][0x82][0x81][0x8b]Q\[0xc2][0x84][0x81][0xcb][0x6][0xae]D0[0x19][0x85][0x89])[0x3][0xd3][0x6]f[0x4]"[0xab][0x8e]r[0xcb][0xbe],[0x9]t[0xda][0x1b][0xce][0x96]c[0x95][0xb5]r-[[0x95][0xf4][0xb4]@[0xeb][0x92]Z[0xf3][0x1c][0xcd][0xb8][0xc0][0xe4][0x81][0xf0][0x8c]][0xf0][0xd7][0xac][0x8d][0xb2][0xa7][0xb4][0xe5][0x97]=O[0xfa][0x96]W[0xd0]jU[0xe5][0x1d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0x95][0xab][0x16][0x9e][0x9e]e[0x9d][0x96][0x19][0xc5][0xb4]Y[0x81][0xee][0xd4]A[0x90][0xd1][0xc7][0x2][0xe1][0xb9][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11]:l[0xe5][0xc9][0xc5][0xf2][0xe6][0xb2][0xf4][0x1f]9[0xcb].=q[0xbb][0x90]w[0xdc][0xc7][0x8e][0xaf][0x82]s[0xcd][0x19][0xd6][0xeb][0x8a]t[0xb3]u[0xf8]r[0xbb](}[0xb5])=[0xed][0xb8][0x16][0xc5][0x94]]][0xda]#P[0x93][0xd2][0xfb]{[0xa9][0xe7][0xc5][0xbd]r3[0x7])5.,[0xe0][0xde]R[0x85][0x13]8[0x9a][0x1a][0xfd][0xf3][0xc3][0x87][0x95] [0xe1][0x5][0x91][0x12]U [0xd7][0xf1][0xd6][0xac][0xf9][0xed][0xbc],[0x6][0xe5][0x18]3jw 0[0xd2] [0xb4]@H[\r][0x9][0xf4][0xd4]1_[0xd0][0xd2]wt[0xc1]gl[0xe0][0x1f]<".[0x15]J[0xba][0x4]2[0xff][0x1]{X[0xf6][0xec]Z2?[0x8c].[0x15][0xca]~^[0xe6]T[0xd0][0xb3][0xce][0xba][0xde][0x8e][0x7][0x1c]L$p[0xd5]D[0x17][0xe2][0x2]}A71[0x8b]k[0x6][0xae][0x9b][0xb8][0x81][0x9b][0x6][0xe6]L[0xdc][0xc2][0xbc][0x89][0x1c]n[0xb][0xc]7[0xa4][0xdb][0xc0][0x1d][0x13][0xb][0xb8][0xcb]9:[0xa4][0x93][0x2]G[0xf6][0xbd]$[0xaf]9[0x10]u[0xc1][0xe3][0xb][0xc9][0xbc][0xe3][0x8d][0xe8][0xe4][0xb2]t[0x95][0xdc][0x92][0xc9]`[0x8c][0x92][0xeb]N[0xb1]H[0x85]+[0x81][0x80]{[0x2][0xe9][0xc6]g[0x8a]][0xd8][0x87]{[0xb0][0xbc]![0xf3]t5[0xa5][0x82][0x99]h[0xcf][0xfb][0xd2][0xd1][0xd2][0xfe][0xd5][0xea][0xb1][0xc3]f[0xe3][0x1f][0xcd]n[0xff]}"ym[0xaa]v[0xbd][0x1c]d[0xd6]:[0xf4][0xda][0xe3]z9[[0xeb]NiQnW[0xa9]=[0xe3][0x9f][0xc7][0xab][0x1c]z[0xf6][0x8a][0xd4][0xb1]g[0x89][0xd1][0x86]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xb4],[0xe9][0xdc][0xde][0xe4][0xa6]S[\r][0x8e]n[0xd0][0x9f]D[0xaa][0xe]|I[0xfb][0xca][[0xa3][0x1f]I>e[0x9d]|[0xda](%[0x98]$[0xae][0xdd]<[0x85][0xd0][0xc3][0x1f]?B/[0xd7]>z[0x9e]p[\r]q[0x8d][0xa6]w![0xd2][0x99][0xb7][0x8][0xbd][0xe6][0xa9][0x9][0xfd][0xb4][0xed]\[0xc1][0x7].[0x8c]6[0xb4][0xf2]4[0xc0]So5[0x1b]Gp[0x14][0xa8][0xec][0xaa][0xd5][0x8f]U2E[0xcd][0xd3][0xf3][0xb][0xef]8w'p[0x92]6@[0xfb][0xc2][0x8a]-\[0xe7]?[0xa0][0xe9][0xe9].[0xc2]vf[0x7][0xcd][0xf7][0xd3]o[0x10]z[0x87][0x16][0x81][0xc5][0xb1]w0[0x4]^[0xe0][0xc]7[0x11][0x81][0xcf]h[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0x7][0xc2];[0x88][0xbe]D[0xc7]T[0xf3][0x7][0x98]O[0xe3]m[0xbb]h[0xff][0xf4][0xf2][0xc7][0xb7][0xcc]+[0x16][0xcd][0xf0]U[0xbe][0x88][0x18][0x81][0x2][0xc2][0x83][0x88][0xd0]v[0xd1][0xc6]I[0xb9][0x9b][0xd1][0x4][0xe3][0xfd][0xcc][0xe8][0xc5][0x4][0x9][0xcc][0x91]v b[0x96]$&H4[0x89]Sh[0xae]d[\r][0xe2]4e[0xf6]![0x8b]![0xc]Wd[0xcf][0xd7]$Fp[0x95][0x2][0xce][0x10][0xab][\r]W0[0x82]T[0xa5][0x81][0xa3][0x15]q[0xe9][0x9f]PK[0x7][0x8][0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/results/PrintableResult.class[0x9d]Umw[0x13]E[0x14]~[0xa6][0x9][0xdd]d[0xbb]}[0xc7][0xbe][0x0][0x15][0xb1][0xa0][0xe9][0x16][0xba][0x5]E[0xc4][0xa4]A[0x8]F[0xc1]H[0xb1])[0xd5][0xe2][0xb]n[0xcb][0x10][0xa6]'[0xdd][0xad][0xbb][0xb3][0x1e][0xea]o[0xf2]C9G[0x1b]4[0xe7][0xf8][0x3][0xf8]Q[0x1c][0xef][0xcc].I[0x9a][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd8]y[0xb9]/[0xcf][0xbd][0xf7][0x99];[0xb3][0xcf]_[0xfc][0xf3]/[0x80][0x8b][0xf8][0xc5][0xc4]U|f"[0x85][0xbc][0x81][0x82][0x81]%[0x13]i[0x14][0xd5]pM[0x9]?7p[0xdd]D[0x6]7[0xd4]P21[0x89]b[0x96][0xc4]7M|[0x81][0xf2][0x0][0xbe][0xc4]W[0x6]n[0x99][0x18]F[0xd1][0xc0]m[0x3]_[0x9b][0x18]C[0xc5][0xc4]([0xbe]Q[0xc3][0x1d][0xa5]Y6p[0x97][0xa1]?[0xe0]aT[0x97][0xc][0xd3][0x15]?[0xa8]9[[0x91]'[0xa4][0x13]D[0x9e][0xc7][0x3]gE[0xab][0xf2][0xc][0xa6][0xe4][0xa1]\I[0xc]K[0xb9][0xca][0x96][0xfb][0x9b][0xeb][0xd4]][0xaf][0xe6][0x94][0xea]n[0x18][0xe6][0xe7]:|[0xf9][0x93][0x1d][0x1e][0x88]m[0xee]I[0xb7][0xee][0xc4][0xe0][0xa1]s7[0x10][0xb4][0xdf][0xa8][0xf3][0x16]d[0xba][0xe4]?[0xe4][0xc][0xc3][0x15][0xe1][0xf1];[0xd1][0xf6][0x6][0xf]V[0x95][0x9e]a[0xac][0xe2]o[0xba][0xf5]57[0x10]j[0x9f][0x8][0xd3]rw[0x87][0xa6][0xd1][0x9e][0xc8][0xc][0x13][0x7][0xed][0xc9].[0xf1]9[0xde]m\[0xb0][0x8b]d[0x9f][0xad][0x8a][0x9a][0xe7][0xca]( [0x93]rO)[0xca][0xe6]-[0xaa][0xa9][0xe4]^[0xc5][0xde][0xaf][0x11][0xd1][0xf6]6pF[0x10][0xfb]2[0x9c]8[0x1c][0x97][0xce][0xae] H^d[0x18]O[0xea][0x88][0xa4][0xa8];[0x15][0xa1][0x82][0xae])[0xd2][0x1e][0x8b][0x90]a[0xf1][0xcd][0xe3]g[0x1e][0xb9][0xa2]N[0xc][0x91][0xf7]H72[0xc3][0xd5].Q[0xa1]7G[0xcf][0x97][0xe2][0x91][0xd8]t[0xa5][0xf0]=[0xa7][0x1c][0x83][0xe5][0x15][0xfb][0x85][0xee]L_[0xdf]Y[0x95]t[0xea][0x95]<[0xeb][0xac][0x95][0xda]J[0xf2].[0xf9][0x91]G[0xe4][0xa5]rs[0xb7][0xa8][0x18][0xe9]W%[0x95]X[0xa3][0x96][0xc8][0xcd]u[0x1c]x,U<[0x86]2[0xe0][0xee]6[0xc3][0xe9]X+|[0xe7][0xc6][0xae][0xe4][0xd7][0x83][0xc0][0xdd]][0x8e][0xe4]N$[0xab][0xda]@[0xdd][0x84][0xaa][0x1f][0x5][0x9b][0xbc],t[0x87]u1[0xb7][0xa0][0xbc][\r]|ka[0x5]U[0xb]'p[0x8e]a[0xe1][0xcd][0xc8][0xa7][0x13][0xef])[0xf0][0xf6]=[0xda][0x94][0xfc][0x80][[0xc8]a[0xd5][0xc2]=[0xac][0xa9][0xd5]"[0x83][0xfd]?[0xe0][0x9]y[0x8a]g[0xe5]1ga[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xa9]a[0xda][0xc0][0xf7][0x16][0xd6]q[0xdf][0xc0][0xf][0x16]~[0xc4]%[0x86][0x99]#K'n[0xda][0xb1](c[0x1e]x[0x14]g[0x95]?[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]S[0x9a][0xd4][0x85]/[0x11]tM[0xb1][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb][0x93][0x1a]~[0xb6][0xf0][0x0][0x8b][0x16]>[0xc2][0xc7][0xd4]T[0xed]CX[0xde][0xd8][0xe2][0x9b]T[0xf6][0xd4]a}N[0xc7][0xe3][0xea][0xab][0xc9]p[0xe1][0xe8][0x97][0xa7][0xe7]~[0xd0][0xf9]SS[0xa4]H[0xce]p[0xf9]5oh[0xf7][0xd3]w2w[0x94]v[0xf2][0x10][0x15][0xc3]@[0x8d][0xcb]r[0xeb][0x16][0x8d][0xbd]l[0xbc][0xce]{4tPB[0x17]6[0x14][0xbf]S[M[0xe7]Zmx[0xa0][0xfb]T1Sm][0x7][0xcb]Z5[0xac][0x1f][0xe9][0xc8]+[0xd3][0xa3][0x10]>[0xe6][0xf]q[0x86]~[0x8][0x93][0xf4]3a[0xe8]SGN[0xab]~d[0xa9]+O[0xd2][0xfe][0x14][0xed]n[0x92][0x86][0xd1][0x9c][0xb1][0x9f][0x81]=C[0xdf][0x1e][0xad]S[0x98][0xd1]vJ>[0x83]wi[0xb4]b[0x1b][0x9c][0xc6]{4[0x9f]9 y[0x9f][0xe6]Y[0xfa][0xfa]pV#[0x9f]#[0x8d]B^[0xa2][0xdf][0x94][0xb2][0x19]o"[0xb5][0xde]Dz[0xbd][0x81]c[0xf6]>[0xfa][0x1b]0[0xf6][0xb4]y;[0xc8][0xd9][0x8e] [0xe3][0xf8][0x0][0x1f][0xea][0x84][0xa9]W[0x93]$[0xef][0x13]T[0x1f][0xcd]#v[0x13][0x99][0xf5][0xf9][0x6][0xb2][0xfb]0[0x9][0xe7]i+YS[0xeb][0xe7][0xe9][0x8f]v^cM[0xc4][0xf6][0xb0]I[0x6][0xbd]:[0x8f][0xb][0x84][0xd9]N]I[0x16]h[0x15][0xa7][0xee][0xd0]G[0xb7])I[0xbd]L;[0xe5]o[0xda][\r][0xc][0xd8][0xf3][0xc1]z[0xda][0xca]x[0x88]"[0x82]<[0xd3][0xe4][0x93]%[0x8f]v4[0xb3][0x15][0xcd][0xd4]T+b/[0xe2]R[0x82]y%!z[0xd0][0xfe][0x13][0xd6]>[0x6][0xff][0xc6][0x10][0xc3][0x1f]]D|[0xd2]A[0xc4]`[0x2][0xc7][0xd4]uI@[0x1e][0xe0][0x98][0xe]5[0xdb][0xc4]0[0xf1]9Rib[0x94][0xb8][0x1d]S[0x9c][0x8c]7p<[0xc6]~g~[0x1f][0x13]{][0x19][0xe7][0xe9][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xbf][0xd4][0x91][0xf1]l[0x12]"C[0xed]p[0x99][0x82][0xab][0xc][0xaf]h[0xbf]O[0xff][0x3]PK[0x7][0x8]o[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$1.class[0x95]T[O[0x13]A[0x14][0xfe][0xa6]T[0xb6]][0x16]h[0xcb]Mn[0x82][0x80]Z[0x8a]t[0xa9][0xe0][0x95][0x8b]r[0xd5][0x9a][0xa2]D[0x8]F}[0xda]n[0x87]v[0xc9]v[0xb7][0xd9][0xdd][0x12][0xf8]7[0xbe][0xf9][0xe2][0x8b][0x89][0x96][0xa8][0x89][0xf1][0xd9][0x1f]e<[0xb3][0xdd]@[0x1][0xd1]4Mgf[0xcf][0x9c][0xf3][0xcd]w[0xbe]9s~[0xfd][0xfe][0xf6][0x3]@[0x6][0xcf][0xa3][0xe8][0xc0][0xb4][0x8c]N[0xa4]%[0xa8]2Z[0x90][0x8e]`F[0xcc][0x19]1[0xdc][0x89]`V[0xcc]sm[0xb8][0x8b]{2[0x14][0xdc][0x97][0xf0]@[0xa6][0x98][0x87][0x12][0x1e]I[0x98]g[0x88][0x1e]h[0xe6][0x84]nW-[0x8f][0x81]e[0x19]Z[0x17][0xc][0xcb][0xf0][0x96][0x18][0xc2][0xc9][0xec][0xe4].M[0xab]v[0x81]3t[0xe6][0xc][0x8b][0xbf][0xa8][0x96][0xf3][0xdc][0xd9][0xd1][0xf2]&Y[0x12]9[[0xd7][0xcc]][0xcd]1[0xc4]w`[0xc]{%[0xc3]e[0x0][0x83][0x92][0xb5],[0xee][0xac][0x9a][0x9a][0xeb]r[0xb2]dr[0xb6]ST[0xf7][0xab][0x84][0xad][0xf2][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x8c]2[0xb7]<[0xcd]T[0x1d][0xee]VM[0xcf]U_[0xf9][0xf3][0xa6][0xe6][0xe9]%[0xee][0xb8][0x13][0x19][0xa2]&[0x17][0xb8][0xab];F[0x9e][0xef][0xd8][0xc][0xc3]I[0x1f][0xa1][0xa4][0x95]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xd4]5[0xaf][0xe2][0x19][0xb6]5/x[0xb6][0x15]N[\r][0xc][0x3][0x97];3[0xb4][0x97][0xfd]S[0xdc]mm[0x8f][0x9b]G[0xc][0xb3][0xc9][0xff][0x91][0xdb]r[0xc][0xfa][0xa6][0xc][0xeb],[0xe7]'[0xdf]R[0xaa][0x86][0xc7][0xcb][0xc]3[0xcd][0xc6]2[0xf4]$s[0xfb][0xda][0x81][0xa6][0x9a][0x9a]UT_[0xe6][0xf7][0xb9]^G[0xc][0x1d][0xce][0x8]Y/[0xec][0xd1]%m[0x1b]EK[0xf3][0xaa][0xe]I[0xbc]u6[0xb5][0x9d][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0x89][0x4][0xca]-4KgI[0x8][0xbd]mW[0x1d][0x9d]o[0x18][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xce][0xde]DZ[0xd0][0xa1][0xfb]_[0xb7]t[0xd3]v[\r][0xab][0xb8][0xc9][0xbd][0x92]][0x90][0xb0][0xa0]`[0x11]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b[0x88]+H[0xe0]1C[0xdf])[0xf3]m[0x8f][0x8e])[0xae]T[\r][0xb3][0xc0][0x1d][0xd2][0xaa][0xa4][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]`Y[0xc]+[0x94][0xd0][0xe8][0x9e]f[0x98][0x94][0x8f][0xab]`[0x15]k[0x12][0xd6][0x15]l[0xe0][0xa9][0x82]g[0xa0][0x1a]L7[0x97][0x83][0x82][0x11][0x8c]2[0xa8]MV[0x18][0xc3][0xd0][0xbf][0x94]d[0x98]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90][0xa1]#[0xc8]iU[0xbc][0xa6],[0x19][0xfa][0xe9][0x9][0x9d][0xbd][0xad][0xc0][0x99]4oI[0x8a][0xaa]m[0xd5]*[0x15]n[0x15][0xe8][0xac][0xc6][0x9a][0xa8][0xab]7?y[0xc1][0x14][0x8]J[0xe1]C[0x2][0xfa][0xf2][0xed][0x88]g[0xd7]M[0xc][0xdd][0xc9][0x8b][0x8e][0xe4]q[0xf5][0xb2][0x7]B[0xe5]P'[0xb5][0xc3][0xf][0xa9]'[0xa4][0xff]J[0xec][0x1f][0xaf]KiT[0xc1][0xcf]3[0x8b]Q[0xea]8[0x9d][0xd4][0xb0]X,&[0xea][0x85]Va[0xfa]'[0xd0]E[0x8d][0xa2][0x9b]Vs[0x8][0xd1][0xf][0x90]S[0x83]_[0xc0]R[0xc7][0x8]}[0xa2][0xaf][0x10]zhl%[0x1f]`[0xc][0xbd]4*[0xfe]ZF[0x1f][0x6][0x4][0x1a][0x6]1[0x14] [0xbc][0xa3].'[0x10][0xc6][0xa7][0xbe][0xa3][0xe5][0xcd]1[0xc2][0x89]+5[0xb4][0xa6]>[0x83][0xd5] %"[0xb4][0xae]![0xfa][0x15]r[0x8][0xaf]O[0xa1]e?[0xe4][0x1a][0x81][0x8f][0xf8][0xf0][0xbd]u[0x88][0x0]^[0xac][0x86]i[0x97][0xfa][0xa2]([0xb0][0xe0][0xa0][0xf5][0x80]j|[0xaa][0x86]6[0x81][0xff][0x1e]R[0xf8][0x3][0xc2]-[0x1f][0xcf]1[0x1e]o[0x80][0x8c][0x9f]@[0xc6]q[0x9d][0x8e]c[0xb1]e[0x82][0x1c][0xf] [0x17][0x3][0xc8]hj[0xea]'[0x94][0x1a][0xda][0xcf]C[0x8d]5@EO[0xa0][0xa2][0x98][0xc0][\r][0xda][0xf][0xe3][0xa6][0xef][0xb]I[0x9e]D[0xca][0x17]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xd1][0xef]gI[0xa5][0xe9]GD[0xfe][0x0]PK[0x7][0x8]1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$2.class[0x95]T[0xeb]R[0xd3]@[0x14][0xfe][0xb6]DRB[0x84]r[0x95][0x8b]bQ[0xd4]^[0xa0][0x91][0x8b][0xd7]"*[0x5][0x14][0x5][0x9d][0xb1][0x88][0xa3][0xff][0x96]ti[0xc3][0xa4][0x9][0xe6][0xc2][0xf0]*<[0x81][0xfc][0xe3][0x8c][0x16][0xd1][0x19][0x1f][0xc0][0x87]r<[0x9][0x11]h)[0xe3][0xd0]L[0xf7]rv[0xf7];[0xdf][0xf9][0xce][0xd9][0xfd][0xfd][0xe7][0xc7]/[0x0][0x93]x[0xd9][0x86][0x8b]H+[0xe8]@FA[0x16][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x90]Sp[0xb]Z;ncR[0xc6][0x94][0x2][0x19][0x99]8[0xa6][0x83]~&h[0xc6][0xdb]q[0x7]we[0xdc][0x93]q[0x9f]A[0xd9][0xe1][0xe6][0x98][0xeb]9[0x86]Uf[0xe8]^[0xd9][0xe2];\3[0xb9]U[0xd6][0x8a][0xa1]-[0xcf][0xd0]:kX[0x86]7[0xc7][0xd0][0x97]:[0xbd][0x9c]^g[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vI0t[0xae][0x18][0x96]x[0xe5]W7[0x84][0xb3][0xc6]7L[0x11][0xc0][0xd9]:7[0xd7][0xb9]c[0x4][0xf3][0xc8](y[0x15][0xc3]e[0x0][0x83][0xba]lY[0xc2])[0x98][0xdc]u[0x5]Y&Wl[0xa7][0xac]m[0xf9][0xe4]L[0x13][0xbb][0xdb][0xc2]1[0xaa][0xc2][0xf2][0xb8][0xa9]9[0xc2][0xf5]M[0xcf][0xd5][0xde][0x84][0xfd]*[0xf7][0xf4][0x8a]p[0xdc][0xb1])[0xe2]&W[0xc3][0x99][0xdb]@[0xee][0xf5][0xc6][0x96][0xd0][0xbd]|[0xfa][0x3][0xb9]3FH[0x96]Q[0xc2][0x96]p-[0x94][0xf1][0xcc]v[0x3]m[0x85][0x10][0xb2][0xd9][0xb9][0x9d]s[0xbe][0xf3][0x9d][0xcb][0xcc][0x9f][0xbf]?[0x3]XFy[0x4][0xa3][0xb8][0xab]BCFE[0x16]9[0x15]y[0xdc]S[0xb0][0xa8]b[0x18][0x99]$[0x96][0xe4][0xac][0xcb]!7[0x8a][0xfb]XV[0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xba][0xcf][0xad][0x5][0xcf]wM[0xbb][0xc1]0^[0xd9][0xe3][0xfb]\[0xb7][0xb8][0xdd][0xd0][0xab][0xe1]Y[0x81]![0xb1]f[0xda][0xa6]_d[0xb8][0x9c][0xf9]_[0x9c][0xdd]e[0x88][0x97][0x9d][0xba]`[0x18][0xab][0x98][0xb6]x[0x1d][0xb4]j[0xc2][0xdd][0xe1]5KH8[0xc7][0xe0][0xd6].wM[0xb9][0x8f][0xe][0xe3]~[0xd3][0xf4][0x18][0xc0][0xa0][0xbd][0xb2]m[0xe1][0x96]-[0xee]y[0x82]N[0x96]+[0x8e][0xdb][0xd0][0xf7][0x2]r[0xa6][0x8b][0x83][0xb6]p[0xcd][0x96][0xb0]}n[0xe9][0xae][0xf0][0x2][0xcb][0xf7][0xf4]w[0xe1][0xbc][0xcd]}[0xa3])\oa[0x85][0xb8])[0xad]p[0xe7][\r][0x90]{S[0xdb][0x13][0x86]_[0xc8]~$w[0xa6]/Z[0xfd][0x91]ER[0x8a][0xbd].<[0xc3]5kb[0xc7]a[0x98][0xcb][0x84][0xfe][0x9b][0xbc]e[0x90]C_[0xdf][0xc]em[0xdf]t[0xec]0[0xca][0xd1][0xfa][0xf1][0x1][0xc3][0xcc][0xe9][0xca][0xc]#U[0xb3]as?p)[0xdc]J[0xbf]b[0x89]{"[0x8a]`[0xed][0xac]x[0xdf]R[0x86]}[0x99][0xb4]n[0xe0][0x85][0xa2][0xa4]\u[0x2][0xd7][0x10][[0xa6]L[0xe5]DF[0x96]d[0x88]T[0x87][0x97][0xb6]a9[0x1e]Ug[[0xf8]M[0xa7][0xae]`U[0xc3]C<[0xd2]p[0x1][0x17]5[0x8c][0xe1][0xb1][0x82]'[0x1a][0x9e][0xe2][0x99][0x82][0x82][0x86]5[0x91][0xec])e)[0xc][0xa6]o[0xb3][0xb7]7[0xd5].[0xe6][0x8e]8 [0xfa]Kg'[0xa1][0xb7]y[0x91][0xa6]WD[0xa3][0x7][0x85][0xa5]R[0xb2]_h5D[0xff][0x18]Rta/[0xd1]j[0x15]1[0xfa][0x0]5[0x97][0xff][0xe][0x96];D[0xec]+[0xed]b[0x18][0xa7]1A:[0xa0]~[0x98][0xa0]Q[0xb][0xd7]*&1%[0xd1]0[0x8d][0xab][0x11][0xc2]F[0x84][0xa0][0xe5];[0x18][0xca]}[0x3][0xeb] [0xfe]e[0x0][0xa3][0x18]b\[0xe9][0xea]E[0x18]r5[0x83]Y[0x92]3\[0xc3]\[0x84][0xb6]K[0xfc][0xa4][0xd6]|[0xfe][0x17][0x86]?[0x1c]"1[0xae]t[0x90][0xec][0xc2]&;[0x18][0xf9][0x1]5[0x86][0xf7][0xc7][0x1c][0xd5]P[0xbb]D[0xf6][0xe5][0x1e][0x1f][0xf3]G>[0xe6][0xe9][0xbb]N[0xd8]q[0xca][0x84][0xb4][0xb9][0x81][0x9b][0xe1]|[0xb][0xb]4[0xc7]q[0x1b]w[0xc8]F[0xe2][0xd0][0x93][0x10]Z$[0xff][0x1]PK[0x7][0x8]b[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers.class[0x9d]T[0xc1]n[0xd3]@[0x10]}['qcB[[0xda][0x6][0xda]@[0x81]BAIhkB[0x8f][0x89]r[0x89]T)[0x10][0xa0]"(R%.[0x1b][0xb3]u6rl[0xe4][0xb5][0x11][0x9f]UNE [0xf1][0x1]|[0x14]b[0xd6][0xe][0xd0][0xa6][0x89] [0xb5][0xe4][0x1d][0xcf][0xee]{o[0xc6]3c[0xff][0xf8][0xf9][0xf5];[0x80][0x1a]j[0x16],[0xec]X[0xc8][0xe3][0x91][0x89][0xc7][0x16][0xc]TLT-d[0xf1][0xc4][0xc4][0xae][0x5]S[0xdb]=[0x13][0xfb][0xc][0xb9][0x86][0xf4]e[0xd4]d0[0xca][0x95][0x1e]C[0xa6][0x15][0xbc][0x17][0xc][0xcb][0x1d][0xe9][0x8b]W[0xf1][0xa8]/[0xc2][0xb7][0xbc][0xef][0xd1][0xce]j'p[0xb8][0xd7][0xe3][0xa1][0xd4][0xfe]x3[0x13][\r][0xa4]b[0xb0];A[0xe8][0xda][0xc3][0x98][0x84]l[0xf1][0xe9][0x83][0x8][0xe5]H[0xf8][0x11][0xf7][0xec]P[0xa8][0xd8][0x8b][0x94][0xfd]&[0xb1]/y[0xe4][0xc]D[0xa8][0xea][0xc][0x5][0xa9][0xba][0xb1][0xe3][0x8][0xa5]Nb[0x8f]a[0xa3]\I$[0x6]|[0xe4][0x10]'[0xb2][0xc7]PB[0xe6][0xbb][0xd2][0xf5]y[0x14][0x87][0x14][0xee][0xf9][0xc]X[0xe3]_[0xf1][0x8f]BI>[0xa5][0x9c]&Ro[0x92][0xf0][0xd2][0x9][0x97][0x1e][0xc9][0xb6][0x82][0xd8][0x8f][0xda][0xf4][0x16][0x9b][0xe5][0xf6][0xcc],[0xb2][0x8e]F1[0xb0]6[0xc3][0x8b]Y[0xb8]+[0xa5]Q[0x1a]p[0xd5][0x95][0xbe][0xeb][0x89][0xc3][0xdf][0xf9][0x10][0x86]z[0xe2][0xbb][0xc][0xd5]rg[0xc8]?r[0xdb][0xe3][0xbe]kw#[0xa2][0xbb][0xf5][0x99]9[0xe6]T[0x2][0xd0][0xad][0xba]Dbh[0xfe][0xb7]T[0xe3][0x1c][0xf0]u([0x9c]4[0xd1]uJtJ[0x8a][0xef][0xe6][0xd0][0xbd]By[0xac]n[0x10][0x87][0x8e]8[0x94]z[0xdc][0xd6].[0xce][0xd1][0xbe][0xe]\[0xc0]5[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0x89][4[0x87]s[0x8d][0xe1]N[0x8d][0x1]4[0x8a]m[0xdf][0x17]a[0xcb][0xe3]J[0x9][0xa5][0xd5][0xec][0xb9][0x85][0x9e]i[0xda][0xd3][0xb9]i[0x7][0xc]{s1[0x18]V&[C[0xdf] [0x8d]#}[0xb8][0xc5]i}[0xe8]a[0x9b][0xfe][0x1][0x16][0xf4][0x95][0xa5]w[0xa5]R[0xd1]z[0x9d]<[0x9b],[0xd3][0xbb][0xd5]3[0xb0][0xcf][0xf4][0xb0][0x80]%Zs[0xc9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]i-[0xa4][0x0][0xf2]n[0x90][0xcd]c[0x15]k[0x84][0xd2][0xe4][0xad][0xe4][0x84][0xce][0x8c]/X8[0x85][0xae][0xe2]_r[0x11][0xeb][0x89]\[0x91]([0xd4][0x95]1[0xe5][0x80][0xfe]A[0xfa]4[0xff][\r][0xc6]q[0xe9][0xc][0x99][0xd3][0x89][0x98]w[0xce][0xc5][0xcc]c[0x3][0x9b]dS[0xa1][0x12][0xf9][0xb7][0xe9][0xfc][0x92]P[0xf6][0x98][0x92][0xcf]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]^[0x10][0xda][0xc2][0xdd]?B[0xf7][0xc8][0xbf]?M[0xc8][0xd4]B[0x8b][0x93]B[0x8d][0x99]B[0xdb]t?H[0x9e][0x1e][0xa2]L[0xb6]DRFR[0x91]E[0xaa]Wj[0xcd][0xd4][0xfe][0x2]PK[0x7][0x8][0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/runners/Enclosed.class[0x95]TKW[0xd3]P[0x10][0xfe]n[0x9b][0x12][0x8d][0xb1] R[0x14]|[0xa1]@[0xed]K[0xa3][0xf8][0xb6]XEDE[0xb][0x9c]#[0x1e]=[0xea]*m/x1$[0x9c][0x9b][0xd4][0x7]k[0x85]K7nu[0xa3][0xa2]G[0x8e]k[0xff][0x83][0xb][0xff][0x88]:7[0xa1] [0xa4][0xb][0xec]"w2[0xf3][0xcd]7[0xdf][0xcc][0x9d][0xe6][0xc7][0xef]/[0xab][0x0]Nc[0xc6][0x80][0x81]S[0x6]v[0xe3][0xb4][0x81]4Ft[0x9c]1[0xa0][0xe1][0xac]r[0x9f]3p[0x1e][0x17]v[0xe1]".[0xa9][0xc7]e[0x1d]eu[0x8e][0xea][0x18][0xd2]qEG[0x85][0xa1]cT[0xb8]" [0xa3][0x9c][0xab].[0xd8][0xcf]m[0xcb][0xb1][0xdd]yk[0xdc][0xb1]}[0xbf]\[0xf5][0xe4][0xbc][0xb5][0xd0][0xa4][0xb8]%[0x9b][0xae][0xcb][0xa5]o-z[\r][0xee]X[0xf7][0xc2][0xb7][0xeb]M[0xe1]4[0xb8],[0xe7][0x1f]0h[0xe3][0x14]`[0xe8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]O7[0x17]k\[0xde][0xb7]k[0xe]y[0xba][0xab]^[0xdd]v[0x1e][0xd8]R[0xa8][0xf7]5[0xa7][0x16]<[0x15]>C[0xfe][0x9f][0x2][0xfc][0xe5][0x12][0x97]b[0x91][0xbb][0x81][0xed][0xac]W[0x9b]p[0xeb][0x8e][0xe7][0xf3]F[0x99]![0xf5]LIb[0xd8][0x13]S[0xc9][0xa0][0xd7]"%[0xc][0xc7][0xb7])[0x99][0xa1]w[0xb3][0xae]WK-m=[[0xb][0x8c][0x16]*[0x84]7&^[0xd6][0xf9]R <[0xd7][0xd7]q[0x95]a[0xe7][0xac][0x98]w[0xed][0xa0]))[0xa5][0x12][0x1b][0x9d][0xca][0xf9][0x8f][0xe9]e[0xe6][0x84][0x13]p9V[0xf3][0x3]i[0xd7][0x83][0x90][0x82]S[0xb3][0xd9][0xdc][0x93]X[0xbb][0xf9][0xb8][0x8b][0xa6]Sw[0xec][0xe5]e[0x1a][0xac]-[0xe5][0x10][\r][0xbd][0x1d]Fs[0xb8]K16[0xc9][0x90][0x10]d[0xe8][0xf5]V[0x19]3*[0xcf][0x1b]U[0xe1][0x7][0xc]]Qr3[0x10][0x8e][0xa5]<[0x94][0x9b][0x89][0x11]FS[0xc9]n[0x81][0x8e][0xb6][0x83])`)[0xde][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x9b]Y[0x9b][0xf6][0xac][0xd7][0x94]u~S[0xa8][0x1b][0xd9][0xdd]Z[0x83][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xe2][0x1a][0xc6]L[0xc][0xe0][0xa8][0x89]N\g[0xd8][0xbb]!aLJ[0xfb][0x95][0xd2][0xa1]B[0xe3]&n`B[0xc7]M[0x13][0xb7]p[[0xc7][0xa4][0x89];[0xb8]k[0xa2][0x8a][0x9]Z[0xd4]-eMLa[0x9a][0xf6]g[0x9b][0xb][0xc9][0xb0]/~[0xbb][0xb3]M[0x11][0xf0][0x96][0x9e][0x90][0xfa][0xfe]S[0xe9][0xbd][0x88][0xd6][0xca][0x98][0xe7][0x1b][0xf7][0xda][0x93]k{[0x8b]S[0xb9]m[0xee]L,[0xb7][0xcd][0x9a][0xa8]?enR[0x1d]&[0x95][0x9e][0xf2][0x1a]bN[0x10][0x1f]C2[0x97][0xa7][0x15][0xe8][0xdf]H[0x90]|[0xce][0xe1][0xf5][0xc0]jaH[0xac][0xf0][[0xbb][0x18][0xb1][0x1c][0xa5]oY[0x1a][0xea][0x97][0x0][0xdd][0x14][0xba][0x90][0xc4][0x1e]z[0xab][0xd1]g-Ig[0xba]P*[0x16]?[0x82]}F[0xe2][0x13][0x92][0x1f][0xc8][0x93]D7=[\r][0xc2][0x3]G({[0x0]{[0xc9][0x1a][0x88][0xd0][0xe8]A&dK[0xa3][0x17][0xfb][0x88]QY[0xfb][0xd1]G[0xe8]~[0xb2][0xcd]5O/[0xe][0x90]u[0x90]l[0x8d][0xce]C8[0x1c][0xd6]?B[0xac][0xb4]jd)[0x5][0xbf][0x88][0xb1][0x83][0xce][0xbb]_[0xa1]=*[0xac]~B[0xaa]Z[0x98]*[0xad]V[0x92][0xe7][0xb5][0x8c]v[0xe8]-[0x6]K[0x19]m[0xe4]r[0xaa]/[0xf5][0x11][0x1d][0x9f][0xa1][0xbf][0x81]Y[0xec]K[0xad]`G[0x2][0xf]_k[0xec][0xdd][0x9f][0x9f][0xc5][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v2|[0x83][0xb1][0x82]][0x9]|[0x87][0xf9]~]~H=H[0x5][0x87][0xa9]x[0x16]y[0x1c][0xc7][0x8][0xd9][0x17]Q[0xc][0xdb][0xa9]P[0xfc]05s[0x8c][0x9a]H[0x91][0xec][0x12]a[0x87]HX'![0x87][0x9][0xaf]X[0xb2][0x94][0x93][0xa5][0x6]H"r[0x14]UC[0x19][0xa3]x[0x81]Z[0xea]_[0x1b]I[0xc4]q[0x80]8"Tq[0x1d]U"T[0xd4][0xf6][0x9][0xb2]N[0x86][0x96][0xf5][0x17]PK[0x7][0x8]~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/experimental/theories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/theories/DataPoint.class[0x85][0x91][0xcb]N[0xc2]@[0x14][0x86][0xcf]p[0xab]wA[0xc5][0xcb][0xc2]H\[0x10][0x89][0xc6][0xc6]5[0xc6][0xc4]H[0x89]&*[0x6][0xaa][0x1b]VC=[0x96]![0xc3][0xc][0x99]N[0x11]^[0xcd][0x85][0xf][0xe0]C[0x19]OM[0x4]M[0x9a][0xb8][0x98][0xe9]?[0xff][0xf9][0xfe]s[0xa6][0xed][0xc7][0xe7][0xdb];[0x0][0x9c][0xc1][0xae][0x3]e[0x7][0xb6][0x1d][0xd8]a[0x90][0x1f]s[0x19]#[0x83][0xf2]Q[0xad]{;[0xe0]c[0xee]J[0xae]B[0xb7]c[0x8d]Pa[0x9d]A[0xe9]R)m[0xb9][0x15]Z5[0xf0][0x85][0xc7][0xd2][0x92]'B[0xa5][\r]>{[0x93][0x0]GI%b[0xb0][0xf5]7%y[0x14]Q|[0xb1]C,[0xb7][0xb1][0xa1][0x11]')[0xc8][0xf9][0xf1]/[0xc7][0xef][0x1b][0xfd][0xca]{[0x12][0xeb][0x17][0x14]][0xea][0xe8][0xd8][0x4][0xd8][0x14][0x92][0xb2]k[\r]n[0xf9][0x83][0x16][0xca][0x9e]&<[0x83][0xbd]v[0xac][0xac][0x18][0xe2][0x93][0x88][0x4]%[0xe6][0xb7][0xa4][0xbb]T~[0xf5][0xe4][0xb3][0x82][0xdb]F[0x8b]*Q[0xd4][0xbc][0xfa][0xf][0xf2][0xa0][0xa5][0x8][0xa6][0x4]:[0xed][0xc7]{[0xff][0xe6][0xce]c[0xb0][0x9f][0x1e][0xf1][0xb9][0x9][0xd1][0x12]y[0x98]^[0xf7]$[0xe][0xa9][0xa7]?[0x1d]!A[0xf9][0xe6][0x8d]w[0xdb]`P[0xb8][0xf3][0xfc][0xeb][0x16][0x89][0x9a]6[0xa1];[0x88][0x95][0xb0].NFhD[0x2]s[0xe9][0xda]>j#0rg/[0xce][0xa0]8[0x1f][0xd0][0xea][\r]0 [0xeb] u[0xe6][0xfc]kT[0x19]0[0xc8][0xd0][0xca][0xd2][0x9f][0xcf][0xe4][0x18][0xe4] O[0xa7][0x2][0x9d][0xb2]][0x0]2[0x1c]X [0xe0][0xc7][0x80][0xc5][0x84][0x83]%Z[0xcb][0xdf]j[0x5]V[0xe9]Y![0xb5]F[0xb9][0x1c][0xc2]:[0x14][0xa1][0x94][0xc8].d[0x10]6`3[0xd9][0xb6][0xbe][0x0]PK[0x7][0x8][0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/theories/DataPoints.class[0x85][0x91]KO[0x2]1[0x10][0xc7][0xa7][0xbc]V[0xf0][0x81]([0xf8]8[0x18][0x8d][0x7][0xe2]+nc;[0xb5]i[0xf2][0x1c]u[0x6][0xc]24[0xb2][0xf4][0xf7][0x99][0x1c][0x83][0x1c][0xe4]iW[0xa0]][0xb6][0x7]@[0x1][0x7][0xe6][0x8][0xf8][0x9]@1[0xe6][0xa0]Dc[0xfe][-[0xc0]"[0xad];[0xa4][0x96][0xc8][0x97]C([0xc3]2Tb[0xd9][0x83][0xc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xc6]S[0xf5][0xb]PK[0x7][0x8][0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/theories/FromDataPoints.class[0x85][0x92][0xbd]N[0xc3]0[0x10][0xc7][0xcf][0xa5]%[0xb4]|[0x15][0xda][0x85][0x1][0x81][0x10][0xaa]`[0xc1]baa*"[0x95][0x90]Z[0x88][0x92][0xc0][0xc2][0xe4][0x86]#[0xb8]r[0xec][0xc8]q*[0xfa]j[0xc]<[0x0][0xf][0x85][0xb8] DA[0xaa][0xd4][0xc1][0xf6][0xd9][0xf7][0xbb][0xbf][0xef][0xce][0xfe][0xf8]|{[0x7][0x80]s[0xe8]z[0xb0][0xe3][0xc1][0xae][0x7][0x1d][0x6][0x8d][0xa9]P%2[0xe8][0x9e][0x9c][0xe]'b*[0xb8][0x12]:[0xe5][0x91][0xb3]R[0xa7][0x97][0xc]Z[0x91])m[0x82][0x3][0xa9][0x88][0xe9][0xc][0xac][0xc9][0xae][0x85][0x13][0x81][0x91][0xda][0x15]g[0x15][0xcf]`/,[0xb5][0x93][0x19]>[0xc8]B[0x8e][0x15][0xf6][0xb5]6N8it[0xc1][0xe0][0xf0][0x8f][0xa6][0xf8]u[0xf0][0x10][0x1d][0xea][0xca][0xa2][0x1b]zK[0x90][0xc0]([0x99][0xcc][0x8][0xf4][0xc2][0xfb][0xdb][0xf8]f[0xe4]3[0xd8]_[0x1c][0x12][0xb][0x9b][0xa2]#[0xf2]h[0xb1][0xdf]W[0x98][0x91]f<[0xcb][0x91][0xa0]f[0xd0][0xf][0xfb]#?[0xf6]C[0x6][0x17]CcS>)[0xb5]t[0x1c]_s[0xb4][0xb2][0x2][0x85][0xe2][0xee][0x5][0x8d][0x95]X[0xf0]@X[0x91]QJ[0xb6][0x88][0xca][0x1][0xab]3[0xa8]C[0x83][0xac][0x1a][0xac]~[0xcf][0x1e][0xac][0xd1]zL[0xde]&1u[0x84][0x16][0xac][0xc3]Fe>[0x2]C[0xd8][0x84]-[0xd8][0xae]v[0x9][0xb4][0xbf][0x0]PK[0x7][0x8][0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/ParameterSignature.class[0xad]X[0x9][T[0xd7][0x19]~/30[0xcc]pY[0x4][0x1][0xd1]L[0x10][0x15]3[0xce][0x90][0x10][0xd1][0xd8][0x88][0x88]"nDP"[0x4]c[0x8c][0xb5][0x97][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xc]3d[0xe6][0xe2]R[0xdb][0x9a]4[0xa6][0xfb][0x96]6m[0xa3]i[0xd3][0xd6].6[0x8d]m[0x8d][0x89][0xa0][0xb1][0xb1]v3m[0xba][0xef][[0xba]7[0xdd][0xdb][0x9f][0xd0][0xf4]=[0xe7]^[0xee][0xdc]Y[0x8][0xe8][0xd3][0xe7][0x91]s[0xce]=[0xe7];[0xdf][0xf7]~[0xfb][0x19]_[0xfc][0xef]s[0x97][0x1],[0xc7]|[0xf8]p[0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xf3][0xc3][0x8b][0x13]>[0x9c][0xc] [0x88][0xc7][0xfd][0xf0][0x89][0x8f][0x8f][0xf8][0xe1][0x17][0xf3]G[0xfd]([0x11][0xf3][0x13]~[0x94][0x8a][0xf9]c~[0x94][0x8b][0xf9][0xe3]~[0xcc][0x11][0xf3]'[0xfc][0xa8][0x12][0xf3][0xa9][0x0]>[0x89]O[0x95][0xe0][0xd3][0xf8]L[0x0][0xa7][0xf1]Y1<)[0x18]~.[0x80][0xa7][0xc4][0xe7]Sx[0xd2][0x87]3[0x1],[0xc0]c>|^[0x9c]|A||1[0x80][0xd5][0x2]A[0x10]g[0xc5][0xf0]t[0x0][0x11][0x9c][0x13]{[0xcf][0x8][0x92]g[0xc5][0xe7]y[0xb1][0x9a][0x10][0xa7][0x93][0x82][0xff][0x5]1\[0xf4][0xe1][0xb9][0x0].[0xe1]K[0xe2][0xec]y1\[0x16][0xa4]_[0x16][0xc3][0x15][0x1f][0xbe]RB[0xfd][0xbe]*>[0xbe]&[0xce][0xbe]^[0x82]o[0xe0]j[0x9]^[0xc0]7[0xc5][0xf0]-[0xb1][0xf7][0xa2][0xf][0xdf]VP[0xdd][0xb9]c[0xfb][0xc0][0xa6][0x9d][0xfd][0x1d][0x1b][0xba]7[0xed][0xeb][0xdf][0xdd][0xbb][0xa9]o_OG[0xaf][0x82][0xf2][0xee][0x3][0xda]A[0xad]y[0xdc]4b[0xcd]=[0xda][0xd8][0x1a][0x5][0xfe]>c8[0xae][0x99][0xe3]I][0xc1][0xea][0xcc][0xd3]6[0xeb]3[0xa6][0xc5][0x87][0x9b];cZ*[0xd5][0x16]n_[0x93]o[0xaf][0x9d]|[0xbc][0xe6][0x91]1[0xb2][0x98][0x93]}[0xce][0xa3][0xb9][0xf9][0xee](([0xd1][0xe2][0xf1][0x84][0xa9][0x99]F"[0x9e]R[0xb0]h[0x8f][0x8b]*}[0xd2][0xdc][0xe1],ye[0xde][0xe0][0xb8][0x11][0x1b][0xea]L[0xc4][0xf][0xea]IS[0x1b][0x8c][0xe9][0xfd][0x14][0x9a]"T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]-[0xcb][0xd1][0xcd][0xdb][0x99][0x18][0xd2][0x85][0xd2]F\[0xdf]>>:[0xa8]'[0xfb][0xc5]%[0x5][0x95][0xdd][0x89][0xa8][0x16][0x1b][0xd0][0x92][0x86]dbmzF[0x5][0x9f][0x9a][0xcc]#[0xf2][0xb7][0x8f][0xd7]d[0xb][0xb8]&[0xf3]T[0x8c][0x8d][0x9b]}GFGu3i[0x90][0xec][0x88][0x82]U[0xa1],[0xc0][0xae][0xbb];[0x6][0xf][0xe8]Q3[0xcf][0xce][0xb2][0x1][0x5][0x8a]&4[0xc8]9[0xe2][0xc1][0xa0][0x82][0xda],[0x90][0xfd][0xfd]k[0xf8]O@[0xf0]p[0xa6][0xd4][0xb6][0xfe][0xd6][0xdc][0xbb][0xed][0xa1]i[0xae]Y[0xb3][0x90][0x1a]HM[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xb5]<[0xe4][0xe2][0x91][0xd4][0xf7][0xc7][0xc8][0xa4][0xb9]G7G[0x12]Ck[0xdc]f[0xea]H&[0xb5]#[0xdd]FJ[0xa0]+[0x1a][0x95][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]OW[0xc1][0xf0][0xb5]rn[0xeb]N$[0x87][0x9b][0xf][0x8c][0xc7][\r][0xb3]Y?<[0xa6]'[0x8d]Q=nj[0xb1]fsDO$[\r]=[0xd5][0xdc][0xab]%5[0xca][0xd6][0x93]N[0xa8]K{[0xe4][0xd5][0x81][0xb1][0x95]2[0x93][0xe3]Q3[0x91][0xcc][0x10]g[0xeb]P[0x12]M[0x9f]+[0xa8][0x9f][0x81][0x1][0xa3][0xfa][0xd5])[0xac]D80[0x3][0x10]A[0x95][0x8d][0xe5][0xba][0xb5][0xee][0xe][0xed][0xc9]I[0xd1]=3[0xe7][0xde]tNU[0xc][0xfe]u)([0x1b][0x9b][0x12]'S[0x92][0x1][0x9a]+[0x86][0x95][0xc0][0xa1][0xea]p[0xe7][0xfe][0xe2]Y[0x0]`63[0x0]I\=[\r][0x92][0xea][0x1c][0x81][0x96]u[0xb7][0xfd]_[0x83][0xe6][0xe1]\[0xf3][0x9]1[0xd7]k[0xc1][0xeb][0xc6]Q[0xd4]f[0xf0]N{[0xba][0x8a][0xb8][0xdd]93[0x96][0x1]Q[0xb0]G[0xc][0x9a]s[0xe5][0xf5] `[0xab][0xc8][0x11]+[0xcd]0+[0xc9]eQ-[0xde][0x11][0x8d][0xea]c[0xe6][0x80][0x16][0x1b]gi[0xad][0xe][0xe5])t[0xf7][0xb0]7[0x91]p[0xc8][0x18][0xd2]L[0xd2][0x94]:[0x97][0xfa]e[0xa3][0x99][0x9b][0xab][0xb7][0xb8]R[0x9b][0x17][0x97]8[0x99]G[0x6][0xbd][0x9][0x93][0xca][0x19][0xa2][0xfe][0xba]y[0x5][0x8d]TGJ[0x96]7V[0xfa][0x1]C[0x13][0xbb]V[0x93]I[0x11][0xb3][0x82][0xc6]\Yy[0x85][0xab][0x87][0x92][0xda][0x18]M(wX1M-9[0xac][0xdb]2"y[0x81]M[0x7][0xd6][0xe7][0xdc][0xab][0x9a]j;[0x19][0x89]T[0x93][0xbb]kE{[0x19]/f[0xe4]Ve(O[0x19][0xbb]-g[0xb3]mF[0xcf][0x9][0xee][0xa5]#Z*[0xbd]E>9 "[0xb3][0xe2]s{[0xae]1fsQX[0xa6]r[0xbf][0x11][0x1f][0xda][0xa8][0xeb]cn[0x1c]+[0xf3][0x4][0xc3],*JY[0xfa][0xc0]2[0xb6][0xea]z[0x92][0xb4][0x88][0xb7]@6J[0xbb][0x95]v[0xb0][0x89][0xb6][0xce][0xc]8WKy[0x99]l[0xc4][0xbb]B3gK[0x8e]V][0xb3]Q[0xab]a6[0xc5]T[0xd7][0xa2]#[0x9c][0xb4]dr[0x9][0xa7][0x98][0x1e][0xe7]T`p([0x1c]b^[0xf0]hh[0x96]:^[0xbb][0x16][0x96][0x15][0xba],3[0x94]f[0x4][0xac][0xf3]X[0x94][0x81][0xd9][0xc5][0xa2][0xa3]Y[0x8d][0xb4][0xb8]-[0x1a][0xb3]+[0x9e]'$[0x9f]#}[0x89][0xf1]dT[0xdf]l[0x88][0xb7]Ymn[0x8d][0xba]E[0xb0][0xe1][0xb3]0[0xcd]m[0xab][0x96][0x1a][0xe1][0xd3]F[0x85][0x81]GU|[0x7][0xeb][0xa6]N%[0xb2][\r][0x89]DL[0xd7][0xe2]*[0xb6][0xa1][0x9b][0x91][0xe1]:8"[0xca]Oyz[0xa3]o$[0x91]4[0x99][0x98].[0xad]F(>J[0xe9][0x19][0x1c][0xbb][0xe2][0xa6]>,[0xf6]\[0xcc][0xba][0x13][0xf1][0xe1][0xc]f[0x9b]c[0x9][0x8d][0xcc]*[0xd2];[0x1b][0x13][0xe3][0xac]B>|W[0xc5][0xf7][0xf0]}[0x1f]~[0xa0][0xe2][0x87][0xf8][0x91][0xf]?V[0xf1][0x13][0xfc]T[0xc5][0xcf][0xf0]s[0x15]}[0xd8][0xeb][0xc3]/[0xa6]@d[0xf6][0x14][0x5]-[0xd7]^[0xd2][0x85]U[0xe][0xa8][0xf8]%[0x12]*[0xda][0xb1]NE[0x7]6[0xa8][0xf8][0x15]~[0xad][0xe2]%[0x1c]Uq?[0x92]*~#[0x86]q[0x1c]T[0xd1][0x8a]5*~+[0x88][0x87][0xdf]g($=[0xec][0xc3][0x1f]T[0xfc][0x11]R[0xf1][0x8][0x8e][0xab]x[0x8]oW[0xf1]gA[0xfd][0xb2][0xa0][0xae][0x9f]!`T<,D[0xbe][0x11][0x11][0xc3][0x9b]|[0xf8][0xab][0x8a][0xbf][0xe1][0xef]>[0xfc]C[0xc5]?[0x5][0xa2][0xe1][0xdf]*:[0xb1]1[0xc3]nV[0xdf]`,[0x8b][0x9f];[0xec])i[0xcb]t&b[0xe2]Ie[0xd5][0xc3][0xf2][0xf1][0xf8]hb[0xc8][0xd8]/[0x9f][0xf7][0xf2][0x97][0xc3][0xc2][0xec]wx[0xee][0xf][0x89][0xd2][0x8c][\r][0x86] _[0xf3]YUl[0xfa][0x17]{[0xbe][0x97][0xfa][0xbc][0xe9][0xde][0xb8][0x8c] &Do[0xd6]cjnhY[0xbe][0xe7]T[0xad][0x9b]4[0xa3][0xea]7[0xf2][0xc2]l[0xde]T[0xc1]W}xRQm[0x88][0x90]J[0x8c]T/[0x83][0xc8]0[0x8d][0x83][0xba][0xcc]?[0xd6][0xe1]b[0xca][0xb6][0xfb]\[0x85][0xbb]}nN&F[0xad]w[0xb2][0xa9][0x19][0xf1][0xd4]6[0x9d][0xbf]t<[0xa4]U[0xb0]4_[0x97][0xcf]g[0x9c][0x8a][0xac][0xa0][0xa6][0x88]"-e[0x85]vcF[0xbd][0xc9][0xe4][0xe2][0xee]p[0x1]#[0xd5]E=[0xb4]x[0x94][0x88][0xbd]QM[0xdc]][0x92]i[0xc5]i[0xbb]B&3[0xaa]j[0xd8]u[0xc8][0xd5]w[0xb3][0xeb]Se[0xee].[0xbb]8[0xdb][0xe5]v[0xfd][0xb0][0x8][0xca][0xb8][0x9c][0xe6][0x86][0xf2]([0x8c][0x6][0xfe]l_[\r][0xc0][0x83][0xf9]"[0xb1][0xa0][0xa0][0x8d]_[0x5]X[0x8b]J[0x91][0x8b][0xce][0xf7]z~3-[0xb9][0x9e][0x83][0x80][0x88][0xee]m[0xe2][0xd7][0xf3][0xbc][0xa9]p[0xde]{[0x9][0xca][0xee]I[0x14]l[0xb][0x9f][0x83][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb]([0xe4][0xaa][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">kU\[0x5][0xbf][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa1][0xc4]Z[0xa9]U([0xb5]VeU([0xb7]V[0x15]U[0x98]c[0xad]*[0xab]P%V[0x17]0[0xf7][0xac][0x4][0xb8][0x99]c[0x98][0xc2]A([0xc5][0x98][0xcb][0xb1][0x1a]7[0xa0][0x6]KQ[0x8b][1[0x8f][0xf0][0xeb][0x8]k>[0xb6]c[0x1][0xee][0xa6]Z[H[0xa9][0x12]\1[0xee][0xc2]V[0xaa][0x6]te[0xec][0xac][0xe5][0x97][0xa5][0xdc][0x1d][0xe4][0xca][0xd2]k[0xab]t[0x8c][0xb2]<[0x9c][0xab][0xc2][0x91][0xa6][0x8b][0xa8][0xf6]`W[0xb8])b-[0x9e]v[0x80][0x94]I[0x92][0x6][0xf8][0xb1][0x88]@[0x16]Ka[0xb][0xad]k[0xb6]0[0xb1][0xea]![0x18]E[0xae]vpU [0x1][0xa4][0xa9]z[0x1d][0xaa];[0x1d][0xaa];Ie[0x81][0xda]I[0xde]}[0xe8][0xb7]A[0xad][0xe2],h[0xd4][0xf0][0x4]j[0xf8]W{[0x1][0xf3][0xce]J:[0x81][0xa6]H[0x9e]-uT[0x16][0xe3]][0x18]p[0x14][0xdc]%y[0xdd]m[0xf3][0xda][0xea][0xe2]U[0xc7][0xbf][0xf9]6/[0x8f][0x8b]W$[0x83][0xd7]n[0xdc][0xe3]2[0x9f][0xb5][0xb3][0xc7][0xe1]~/[0xcd][0xc7][0xa6]`s[0x82][0x1c][0xbc][0xc2]U[0x97][0xb0][0x80][0x11]qC[0x8f][0xa7]=[0x18][0xbe]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0x9a].![0xb8];[0x1c]l[0x89][0x4][&q[0xe3][0x4][0xea]w[0x1d][0xf7]([0xa7]_y[0xb9])-[0xbb][0x6][0x85][0xf2][0xbf][0xd1][0x8a][0xd1][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xa0]m[[0x10][0xa2][0xee][[0xa4][0xeb][0xbd][0x94]s#^[0x8b]}[0xd2][0x82]a[0xbc][0xe][0x9a][0xb4]`[0x18][0x83][0x88]J[0xb7].[0xc2][0x10]t[0xdb][0xce]5[0x9c]-[0xaa][0xfd][0x9c][0xad][0xb3]a[0xc7][0xba]#[0xfc]c[0xd7][0xb1]1[0xdf][0xc7]Y[0xf0],[0xf]Oba8r[0x1e][\r][0xe1][0xa6][0xf3]X[0x94]vw[0xa5]Ti-[0xc7]v[0x9a]r[0x1d][0xdd][0xbf][0xde][0xe5][0xf2]r2[0x88]I([0xe5]v[0xd2][0x88][0x95]H[0x97][0x2][0x97][0xd1][0xc4][0xd9]z'[0xa1]F[0xb9][0x8a]#[0xc1]Q[0x0][0xe8][0xe3][0x8e][0x80][[0x1f]y[0x1][0xd5][0xe1]g[0xd1]0[0x81][0xc5]'[0xe1][0xf3][0x9e]F[0xb9][0xe7]4J[0xc2][0x91][0x9],[0x99]@[0xe3][0x99],[0x8f]wJ[0x10][0x96][0xa6][0xf5][0xe][0x88]z[0x8c][0xc9][0xb8]SD[0xe7][0xb4]5[0x8c][0x12][0xa8][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0xe4][0xb6][0xf4]$[0x95][0x95][0xeb]I[0xdc]tBJ[0xf2]z[0xce]d[0x5][0xc1][0x16][0x17][0xfb][0xa0][0xc3]>H[0xf6]B[0xc7][0xb4]fb'[0xad]Y[0x8a]+[0xd3][0x11]|[0x9f]-[0xb8]1b[0xa9]E[0xc1][0xb5]a[0xb9][0xa6][0xe0][0x93][0x96]j[0x8d][0xd3][0x1][0xe8]v[0x1]ht[0x0]4[0xe6][0x0]h[0xcc][0x2]P ^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x80][0xc7]9[0xb][0xe7]5[0x9c]C[0x88][0xf9][0xbc][0xac][0x0]'Pc[0xad][0xc3][0x5][0xb8][0x82][0xc8][0xf6][0xc8][0xcd][0x84]u[0xc6]%[0xdc][0xf2][0xf6]N[0x88][0xb7]N[0x1d]S[0xb0][0x9e][0xa9]4[0x15][0x82]u[0x84]v[0x88][0xe2][0xad][0xf4][0x9f][0x82][0xd4][0x80][0xc3][0xb6][0xdf][0x1b]$[0xb8]t[0xaa][[0xf4][0xeb]m[0xfa][0xc3][0x12][0xa6]E[0xb5][0xde][0x9][0xc6]#[0xdc]{=[0x8e][0xda][0x80][0x9b][0xa5][0xeb][0xc0][0xd2]G#e[0xe7][0xf8][0x1e]W^[0x16][0xda][0xe2]-&o[0xe0][0x1e]_,6[0x93][0x16][0x9b]I1[0x99],[0xba][0x80][0xa6]l>[0xfb]\|[0x8a]3[0xf8][0x1c][0xe3][0xde][0x3][0x8e][0xfb][0xfa][0xed][0xc0],[0x13]~[0xba][0xf9][0xea]4~[0x8a][0xba][0xfc]T[0xe6][0x18][0xa5][0xcc]N[0x86][0xb4][0x9f][0xc4][0xce][0x83][0x8e][0x9f][0xde][0xcc][0xd5]C8nK[0xd2]h\a[0xa4]R[0x81][0xb8][0x87]%[0xb7]h[0x12][0xb7][0xa4]KC@2[0x1f][0xa6][0xd2]#[0xae][0xcc]+u[0x84][0x95][0xf2][0xe1]&[0x84][0x15]R[0x9d][0xb7]de[0x9e]8{[0xab]#[0xf6]m[0xfc][0xe3][0xab][0xd0][0x12][0xab][0x94][0xf2][0x86][0x9f][0xfb]{[0x83]'Q[0xa8][0x9c][0x8d][0xb4]z[0xeb][0xbc][0x97]W[0x15]zV[0x15]U[0x17]U[0x17][0x9e][0xc2][0xe6]:ouQK[0xab][0xaf][0xa9][0xce]7[0x81][0xe6][0x13]([0x95][0x8b][[0xaf]`[0xf9][0xd9]p[0x9d][0xef]"[0xf8]Sm[0x2]+[0x9a][0x82][0xde]![0xc2]m-[0xae]+[0xbe]*H[0x8a]m[0x92][0xe3]E[0xac]p[0x17][0x95][0xec][0x6]6J][0xe3][0xb4][0xdd][0x18]C[0xeb]~V[0xb8]$[0xfd]e[0xf2][0xfc] [0xdb][0xd0]!V[0xee]1[0xfa][0xf9][0xa8]T[0xf3]^[0x82][0xdb][0xcc][0xd2]1[0x86]wP[0xb1]z[0xd6][0xc2]wr[0xe5][0xe3][0xee]N[0xbc][0x8b]jzi[0xd3][0x1e][0xbc][0x9b][0xfe],dg[0xbe][0x3][0xef][0xe1][0xaa]H[0xa8][0xe3][0x18]f[0xaf],D[0xb2]GK[0x13][0x15][0xc8][0xd5]{e[0x15]M[0x9b]h[0xaf]4[0xd1]T@[0xbe][0x8f]{[0x8f]8[0x9e]9ag[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x8a][0x95][0x17]q[0x9b][0x82][0x1e]&[0xcf]*[0x85][0x7][\r]\[0xbc]Fa[0x16]-[0x97]YD[0xfb][0xa8]b[0x96][0xba][0x9f]~[0xe5]%[0x97][0xe2]VN[0x1d]c[0xad]x[0x80][0xe9][0xfa] [0x8b][0xfc]q'[0xa7][0x82][0x84].[0xd4][0xf2][0xd0]87Q[0x85][0xf7]K[0x90]+[0x1c][0x15]V[0xd8][0xbe]M[0xc3]][0x91][0xe5][0xd1]b|[0x0][0x8f][0xda][0xb5][0xb4]^R@[0xbc][0x94]q[0xd9]J[0xba][0x96][0xb4][0x1d][0xf8][0x8f][0xfc][0xaa][0x89][0xa0]![0xd1][0xaf]&[0xfe]([0xe3]s[0xbb]A`[0xec][0x13]Mz_[0xce]9[0xcf]s[0x9f]s[0xcf]i[0xff][0xfe][0xbb][0xf8][\r]`[0x2][0xef]Z[0x11]CN[0xe][0xa3]*[0xe2][0x18][0x8b][0xe2]i[0x4][0xe3]*[0xf2]x[0x16][0xc5]D[0x14][0xcf]#[0x98][0x8c]bJE[0x18][0xd3]*^`FE+^F1[0x1b][0xc1]\[0x4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ZOts[0x98]oU(H[0xac][0x1f][0xe9]'z[0xde][0xd4][0xad]R[0xfe][0xc3][0xfe][0x91](z[0xc][0x88][0xca][0x0]K[0xaf]4[0xf8][0xb][0x9e]cX%[0xfa][[0x16][0xc][0xcb][0xf0]^)[0x18][0xc9][0xdc][0x86][0xdf][0x6]d[0xb7][0x15][0x84][0x96][0xed][0x3][0xd2][0xc5][0xd6][\r]KlV+[0xfb][0xc2][0xd9][0xd2][0xf7]M[0xff][0x0][0xbb][0xa8][0x9b][0xdb][0xba]c[0xc8]}[0xdd][0x18][0xf2][0xca][0x86][0xab][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4][0xf7][0x96]%[0x9c]eSw]A[0xcb][0xcc][0xba][0xed][0x94][0xf2]GU[0x1e][0x9f][0x17][0x9f][0x8f][0x85]cT[0x84][0xe5][0xe9]f[0xde]+[0xb][0xdb]1[0x84][0x9b][0xff]h{[0xb4][0x18][0xba][0xb9][0xe4][0xba]F[0xc9][0x92][0xee][0xe1][0x9][0x99]SIx[0xdb][0xb5][0x9c][0xbb]3[0xd9][0xa6]Y{vMpc[0xc4]U[0xde][0x1d][0xe4]X[0x11]n[0xd1]1[0x8e]=[0xc3][0xb6][0x14][0xb4][0xf9][0xb7]x[0x89]R[0xc8][0xdd]s[\r][0xb7]Uv[0xec]S[0x99][0x10][0xa1]j[0xc1][0xae]:E[0xb1]f[0xc8][0xf4]z[0x9b][0x88][0x1c][0x97]8^[0xd0][0xaa]U4m[0x97]|[0x1b][0xc2]+[0xdb][0x7][0x1a][0x16][0xb0][0xa8][0xa1][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9][\r]][0xe8][0xd6][0xd0][0x3][0xde]{h7[0xed][0xee])[0x88]7f[0x11][0xc1]k[\r]o[0xb0][0xc4][0x8][0xab]j[0x9a][0x9c][0x86][0xd2][0xee][0x90][0x82][0xae]&[0xa2][0x14][0xf4][0xed]^f[0x9c][0xc9]&[0xbd][0xb2]#N[0x93]iw[0x8e][0xef][0x9e][0x86][0xb7]X[0x8e]`E[0xc3]*R[0x1a][0xd6][0x90]b%[0xd2]nr[0xe1][0xd0][0xb1]+[0xc][0xa0][0x84][0xe9];[0x15]B[0xc1][0xe4][0x1d]p[0xac][0xcd][0xa1][0xed][0xd4][0xab][0xb7][0x9b][0xb9]][0x9a][0xdb][0xe5][0xcc][0xde][0xa5]QX[0xa7]`Fvk[0xbc][0xf1][0x4][0xf6]<[0x15]TtJ[0x99]mr[0xfe]n3[0x1]M[0x1a]H6[0xa1][0xdf][0xcb],[0xc9][0x8d][0x16][0xf3][0x8d][0xc][0x88]5[0x98][0x14][0xb4][0x13]R0*[0xc7][0xa6][0xd8][0xf4]?H[0x95][0xfb][\r][0xe1][0xba]zI [0xc9]@[0x9c][0xff][0x84]@<.;[0x4][0xe0][0xcc]&[0xa1]%[0xc4][0xb7][0x7][0xf7][0xf8][0x1][0xdd][0xe7]j[0x16][0x1][0x4]9[0xc7]r[0xa3]gPrcg[0x8][0xe4]~ [0xf8]MB[0xd1][0xcb][0xb1][0x85][0x81][0xc0][0x0][0xfa]8j[0xfe]:[0x86]~<[0x82][0xfc][0x2][0x7]0X[0xa7][0xc9]s[0x96][0xbe]p[0xee];[0x94][0xaf][\r][0xe0][0x9e]k[0xe0][0xf0][0x15]8[0x89]T[0x1d]x[0x1][0x17][0xf1]Q)H[0xbd][0xa0][0x14][0x11][0xad]}[0x8f]5[0xb4][0x91]5[0x91]MV[0xfb][>[0x9]>[0xf8][0x1]~[0x94]8[0xd9][0x16][0x14][0x11][0x1f][0xc4][0xc0][0xce]$3g[0xce][0x9c][0xc9][0xe6][0xed][0xfd][0xe5][0x15][0xc0]6[0x96][0x3]dQ[0xf5]f[0xae][0x80][0x85][0x2][0x16][0x9][0x13]V[0xc6]JD-[0x19][e[0xf4][0xd5][0xc9][0x1][0x81]N[0x9][0xa5][0xba][0xd1][0xd6][0x9][0xed]Z"Jd[0xe][0xfd]E[0x84][0xfc][0x9e][0xd2][0xca][0xd5][0x8]Ck[0xeb]-B[0xb6]nn$a[0xbc][0xa1][0xb4][0xbd][0xfa]{[0x93]]Bu[0xad]q+[0x1e]D[0x18][0x9][0xdd][0x9][0x9b][0xdd][0xd8]j[0xc0][0xe0]w[0xd3][0xa8]0G[0x86]3[0xbe]f[0x16][0x93]i[0x15]?D[0x96]<[0x81][0x91][0xf]PK[0x7][0x8][0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/theories/PotentialAssignment.class[0x9d]S]k[0xd4]@[0x14]=[0x93]f7[0xdb]X[0xdb][0xba]V[0xad]_[0xc5]j[0xc5]][0x5]C)>[0xad][0x14]d[0xfd]@X[0xaa][0xd8][0xb2] >[0xcd][0xa6][0xd7]t[0x96][0xec]L[0x99]LJ[0x96]>[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x0][0x94]x'[\r]Ku[0xb][0xc2][0xe6]![0x93]9s[0xee][0xb9][0xe7][0x1e]&[0xbf]~[0xff][0x9]`[0x1b][0xf]c4p7[0xc2]F[0x8c][0x0][0xf7]"lF[0xb8][0x1f][0xe1][0x81][0xc0]F[0xdf][0x94][0xf9][0xe1][0x9e]qoH[0x93][0x95][0x8e][0x86]2/[0xe9][0xd5]iJ[0xc7]N[0x19]-[0xb0][0xf4]V[0xf3]A?[0x97]EA[0x85]@[0xf3][0xb9][0xd2][0xca][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",t[0xba]C[0x81][0xb0]o[0xe]I`e[0xa0]4[0xed][0x95][0x93][0x11][0xd9][0x3]9[0xca][0x19]i[0xf]L*[0xf3][0xa1][0xb4][0xca][0xef]k0tG[0x8a]5[0x9e][\r][0x8c][0xcd][0x92]q[0xc9]B[0x9][0x9d][0x1e][0x93]U[0x13][0xd2]N[0xe6][0x89];"c[0x15][0x15][0xc9]{[0xe3][0x18]Q2Q[0x14]*[0xd3][0xfe][0xb8]'[0xd0][0xfa]lleO[0xe0]Sg0[0x96]'2[0xc9][0xa5][0xce][0x92]}g[0x95][0xce]z[0xe7][0x90]w[0xa3]1[0xa5][0xae][0xd7][0x9d][0xb3]Q[0xa8][0xe5][0xa4][0x9a]a[0xa6][0x87]@[0xe3][0xe4][0xcc]A{[0xb6][0x1d];[0xcc][0xc8][0xd5][0xe][0xd7]:[0xdd][0x8b][0x18][0xf1]4Z[0xe]b[0x99][0xe9]/[0xa9]H[0xad][0xaa][0xc3][0xfe][0xbb]h[0xda]3[0xde]7[0xa5]M[0xe9][0xb5][0xf2]![0xae]_[0xe0][0xf9][0xa9]/Z[0xc2]"bNw[0x8e][0x99][0xb7][0xb6][0x5][0xe0][0xeb][0xb7][0x4]v[0xe6][0xa8][0x17]X[0xfd]wV[0x81][0xf][0xf3][0x18][0xf9][0xdf]u|[0xd4][0x99]Mu6[0xb2][0xee]0[0xdc]D[0xc8]W[0xde]?![0x84]O[0x86][0xdf][0x97]x[0xb7][0xc3]+[0xf][0x8b][0xc6][0xe3]o[0x10]_[0xf9]#[0xe0][0xc1][0x1][0xff]_0[0xc8][0xe4]&.[0xc3][0x87]Q[0x91][0xb0][0x8c][0x15]^[0x17][0xb1][0x8a]+[0xb5][0xc0].s<7[0xfe][0x81][0xe0][0xe3][0x13]VY[0xf8]2UiVU[0xed]J[0xe1][0xfa][0x19][0x8b]wW+[0x1b]1[0xd6]p[\r]"[0x14]|r[0x83]y[0xeb][0xb5][0xb5]q[0xeb]<[0xc2][0x95][0xb7]+[0xcd];hUz[0x1]c!"[0xf6][0x11]TZ[0xad]?PK[0x7][0x8][0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1$1.class[0x9d]U[0xdb]R[0x13]A[0x10]=C[0x90][0x85][0xb0][0x18].[0x2][0xe2][0x15]$j[0x12].[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc4][0x1b]WE[0x3]R[0x5][0xc5][0x3]>X[0xcb]2[0x95],lv[0xa9][0xd9][0x8d][0xa0]?[0xc4]3[0x96]D[0xcb][0x7]?[0xc0][0xf][0xb1][0xbc][0x16]~[0x81]e[0xf7]&X)[0xc5]R[0xb2]U;[0xdd][0xd3][0xdb]s[0xe6]tO[0xf7][0xec][0xfb][0x1f]o[0xdf][0x1][0x18][0xc2]B[0x3]N"[0xc6]C<[0x8c][0x8][0x12]<[0xf4]5[0xa0][\r][0xfd]a[0xc]`PC[0x92]eJ[0xc3][0x10][0x1b][0xaf][0xf1][0xe4]z[0x18][0xc3][0x18]amT[0xc3][\r][\r]7[0x5][0x9a][0x9e][0x19]v[0xd4][0xf3][\r]_[0xe6][0xa5][0xe3][0xb][0xf4]f\[0x95]Mn[0x14][0x1c][0xcb]O[0xaa][0x82][0xe3]H[0xe5]%[0xf3][0xee][0xba][0xb4][0x93]K[0x87]Ni[0x81]:?gy[0xd1]![\r]c[0x2][0x10][0xd0][0xe7][0xd8]q[0xca]6[0x2][0x86][0xf3][0x17][0xfb][0xdf]@[0xd1]M[0x8b][0x8][0xfd]=j[0x9a][0x9b][0xb9][0xcb][0x1][0x92][0xd4][0xf2]l[0xa1][0xb7][0x13][0xa7]Iv[0x91]6F2D2[0x92][0xe8][0xdb][0x87]H[0xf4][0xef][0xa3]&[0xf1][0x1a][0xa1][0xbd][0xc0][0xf1][0xc][0x8d]ut[0xeb][0x3][0x1f]p[0x96]F=[0xd0]#8[0x87][0xf3]$/[0xd0][K[0x96][0x6]z[0xe9][0xfa]([0x3][0xbe]$[0x1b]o1[0x9d]x[0x85][0x9a]"jI[0x88]W8QD[0xdd].[0xae]e[0xca][0xb3][0xbe]"[0xea]w[0xe9][0xf]t8-[0xc9]py[0xfa][0x6][0x8d]E[0xe8]E4[0xed][0x5]H-8[0x5]-[0x90][0xbd][0xb4]W[0x89][0xd5][0x15][0xd2][0x80][0x8f]d[0xff]D[0xf6][0x3][0xf2][0xf8][0x8c]v|![0x16][0x7][0xe4][0xf5][0x15]Q|[0xc3][0x14][0xbe][0x7][0xac][0xbb])[0xc0]v4[0xa2][0x7][0x97][0x88]i[0x94][0xb8][0xf6][0x90][0xf]G2[0xfd]G$![0xfa][0xce][0x91]_[0xa6][0x1d][0xd8][0xd6][0x86][0xab][0xb4][0x16][0xb4]g[0x88][0xf4][0xd2]s[0xb2],[0x7]p[0x17][0xb7][0xd1][0xf0][0x13]PK[0x7][0x8][0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.class[0x9d]WmS[0x1b]U[0x14]~n[0x8]Y[0xd8]./[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xf5][0xa5][0xa5][0xa9]M[0x2][0xed][0x82]R[0xb1][\r][0xa2][0x14][0xa1]RC[0xd0][0x92]R[0xdb][0xaa][0xed][0xb2][0xdc]&[0xb][0x9b]][0xe6][0xee][0x86][0x17][0xbf][0xf9]7[0xfc][0x15]:c)[0xa3]3[0xfe][0x0]g[0xfc][\r]~[0xd0][0xff][0xe0][0x7][0x9d][0xea][0xb9][0x9b][0x85][0x84][0x10]$[0xb3][0xcc][0xe4][0xde][0xbb][0xe7][0x9e][0xfb]<[0xe7][0x9c]{[0xce][0xd9][0xe5][0xd7]W?[0xfd][0x2]`[0x1c][0xe5]Nt[0xe3]C9|[0xa4][0xa2][0x7]3r[0xb8][0xa3]`VE;>V[0xd1][0x8f]9[0x15][0xf3][0xb8]+W[0x9f][0xa8]X[0xc0]=[0x95]T?U[0x91][0xc3][0xa2][0x8a]<[0x96][0x14]|[0xa6][0xe0]s[0x6]m[0xcb][0xb0][0x93][0xa6][[0xde][0xb4][0xb9][0xcf][0x19][0xde][0xcb][0xb9][0xa2][0xa8][0xaf]W[0x1c][0xcb][0xd7][0xf9][0xce]&[0x17]V[0x99];[0xbe]a[0xeb]~[0x89][0xbb][0xc2][0xe2][0x9e]n9>[0x17][0xe]If<[0xcf]*:r[0xdb][0xcb]2$[0xfc][0x92][0xe5]%[0xc7][0x14],[0x13]fA*[0xef][0xce]8f[0xc9][0x15][0xf4][0xb8][0xe0]8\[0xcc][0xda][0x86][0xe7]q[0x8f]a[0xf2]T[0x8a]B[0xb8]H[0xd6][0xe3]H[0x8e])[0x8b][0xe]M3|[0x9b][0x8a][0x88][0x91][7[0xb6][0xc][0xdd]6[0x9c][0xa2][0x1e][0xd8][0x93][0x8d][0xe6]nz[0x85]!>[0xeb][0xae]Q[0xc0]zr[0x96][0xc3][0xf3][0x95][0xf2]*[0x17][0x5]c[0xd5]&I_[0xce]5[\r]{[0xc5][0x10][0x96]|[0xe][0x85]q[0x19][0x1e][0x6]0[0xdc][0x8a]fzr[0x9c][0x2][0x10][0xdb][0x19]c8{[0xcc][0x9][0x86][0xc1][0xa3][0x9c][0xbb][0x9b][0x7][0xbc][0x3][0x8d][0xca]S[0x99]i[0xd2]W[0xe7]vL[0xbe][0xe9][[0xae][0xe3])(0\4][0xdb][0xe6][0xa6][0xbf]@VY[0x86]m}c[0xc8][0xbd]9!\AV[0xf7][0xa7][0xaa]([0x15][0xdf][0xb2][0xf5][0x9c][0xe5][0xf9]A[0x0][0x12]<[0xdc][0xee]m[0xdc]e[0xb8][0xd6] [0x9a][0xaa]3[0xa3]P[0x12][0xee][0xb6][0xb4].+-[0xe9]\[0xa6][0xa8][0x1a]~E[0x90][0xb1][0x99]F[0x9e][0x93][0x8e]I[0xfa]3e[0xee][0x97][0xdc][0xb5];[0xb6]kn0[0xe4][0xeb]3BTd[0xc2]yz[0x99]n[0xc8][0xd6][0xe7][0x85]Q[0xe6][0xdb][0xae][0xd8]X[0xc][0xe]d[0xd3]'j.[0xfb][0x86][0xcf][0xe5]m[0xc8]\[0xab][0xc2]3[0x9c][0xac][0xde][0x8]L[0xce]x[0x7][0x8][0xc]WZ[0xa2][0xe9][0xaa][0xd2],8[[0xee][0x6][0xa7]Zy[0xd6][0xba][0x1f]u[0xb1]YZ][0xa7][0xcb]k[0xd1][0xb3][0xb8][0xcf]=_[0xa6][0xe9][0xb1][0xf3][0x94][0x17][0xa6][0xe0][0xa4]Y[0x8]4[0x6]R[0xe9]f:[0x89]M[0x83],[0x91]i[0xf1][0xe4][0xf8][0xb6][0x82][0x7][0x84][0xb2][0xec]V[0x84][0xc9][0xe7]-[0x99][0x81]][0x7][0xe9]|C*S[0xc1][0xcc]9[0xa6][0xed]z[0x96]S[0xac][0xfa][0xa1]a[0x5][0xf]5[0xf4]aPC/[0xce]j[0x18][0xc2][0x17][0x1a]Fq[0x9d]J%b[0xa5]$[0xc7]%[0xca]#[\r][0x8f][0xf1]D[0xc1][0x97][0x1a][0xbe][0xc2][0xd7][0x1a][0x9e][0xe2][0x99][0x2]C[0xc3]*L[\r]k[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]k([0xa2][0xa4][0xc0][0xd2][0xb0][0xe]J[0xa2][0xc9][0x88]|[0xc][0xa9][0xe3][0x81][0xf][0x12][0xf3][0xde][0x3][0x12]M[0x4][0x85]w?[0x90]+[0xb0][0x19]nF[0xe2][0xa1][0x80]7[0xa9][0x86]#[0xd2][0xc3][0xaa]f8Ov<[0xb4][0xfc][0xd2]l[0xd8][0xda]k[0xed][0x8b][0xe2]zz[0xfb]<[0xb1][0xed][\r][0xa4][0x8e][0xb5][0x1f])~[0x1a][0xb1]#S[k!i%[0x83]j[0x98]&[0xf7][0xbc][0xe4][0xf8][0x18][0xf5][0xc0][0xdf]"[0xbf][0x0]Z[0xae][0xae]H[0x11][0x8a]Z[0x93][0x13]Q[0xd8][0x18][0x86][0x8a][0xdc][0x9f][0xa5][0x1e][0xee][0x8b][0x8a][0xe9][0xbb]bF[0x14]+[0xe1][0xce][0xb9]T[0xba]Iu[0xd6][0xa2]8&[0xa3]x;j[0x14][0xd3][0x8f][0xa9][0xeb][0xd7][0x8e][0x92]M[0xc4]K[0xa5]n[0x4][0x8b][0xbc][0xeb][0xe7]+6[0xe5][0xf9]`[0xaa][0x89][\r][0xf2].5[0xb2][[0xf6][0x98] [0x18][0xae][0xa6]N[0x8e][0xd2][0xa1][0x1a][0x19][0xf9]T%jk[0x4][0xbd][0xe4][0xd8][0xbb]ua[0xa1][0x83]G:[0x99][0xe0][0xcf][0xe5][0xbb]N[0xaf]S![0xf0]7[0xfe]W[0x81][0xde]7[0xe][0xdf]^[0xa0]g[0xc3]1[0xc9][0xd5]kM]k[0x16][0xf1]T[0xab]![0xc6]%[0xfa]B[0xeb][0xa1][0x8f][0xbb]Xo[0xaf][0xec][0x84][0x0][0xcd][0xd4][0x16]I[0xd2]N[0xbf]![0xbc][0x86][0x18][0xce][0xd3]j[0x85][0xe6]8[0xcd][0xbd][0x99][0x91][0x17]`[0x99][0xeb]/[0x10][0xcb][0x8c][0xbe]D[0xdb][0xf]$k[0xc3][0x5][0x1a][0x13][0xf4][0x9d][0x1][0xfc][0x8d][0x8b]4[0xe][0x92]6[0xe9][0xe2]u[0xbc][0x9][0x4][0xab][0xb7][0x88])[0x86][0xcb][0xb4][0xd6][0x2]=)[0x19]&[0xc9][0x15]Z[0xc7]I[0x92][0xa4][0xf1]*[0xde][0xe][0xd9][0xee]J[0x8b][0xe8][0xc7][0x1a][0xe1][0xaf][0x83]g[0x87][0xf0][0x14][0x1a][0xa4]h[0xac][0xc1]KI[0x9a][0xc6]L[0x0]4B+j[0xee]4J[0xf0][0xfb]D[0xd5]Vu[0xe5]%[0xe2][0x8b]?[0xa3][0xfd][0x91]t%[0xf1]}[0xa0]+[0xb9][0xd4][0x0][0xff][0xf][0xe2][0xfc]3[0xe0][0xbb]T[0xd5][0xaf]s[0xe7][0x6]tBK[0x90][0xe6][0x18]}[0x17][0xcb][0xd0][0xbc][0x83]wC[0xfc]\[0x88][0xdf][0x9d][0xf9][0x11]l[0x84][0x86][0xd8][0xe8]>[0x94][0x1a]z[0xd5][0x93][0xbf][0xea][0x90][0xbb][0xf][0x91][0xbb]Cd[0xb9][0x9a][0xc0]M:A[0x9f][0xc7][0x98][0xc][0xc3][0xb2]J[0xb3][0xb4]lX[0x82][0xee][0xa1]#'[0x19][0xf6][0xd1][0xf9][0x1d][0x94][0x91]}[0xa8][0x99]=[0x9c][0xd9][0x83]6[0xb2][0x87][0xae][0x1a][_pm[0xff][0xa0][0x3][0xaf]h[0xfd]/[0x6]Y[0xac].[0x86][0xc3]!s[0x7][0xe9][0xbe][0x8f][[0xc4]vp![0xb7][0xc9][0xb2]l[0x80]2[0x85][0xf][0x2]Y?[0xa6]q[0x8e]V[0x17]h[0xa7][0x9f][0xa2]8[0x0][0xf9][0x9f]@[0xf5][0xaf][0xbd]:[0xfd][0x7]PK[0x7][0x8]wd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.class[0x9d]U[O[0x13]A[0x14][0xfe][0x86][0x16][0xb6][0x94][0x5]J+E[0xf0][0xc6][0xa5]J/[0xc0]V[0xe4]"[0x17][0xd1]Z[0x8a][0x92]T4[0xa1][0x81]D[0x9f][0x96]el[0x17][0xb6][0xbb][0xcd][0xee][0xb6][0xc0][0x1f][0xf1][0xc1][0xbf][0xe0][0x93][0x89]E[0xe2][0x83]?[0xc0][0x1f]e<[0xb3][0xad]BB[0x89]M[0x9b][0xcc][0x9c]3g[0xcf][0x9c][0xef]\[0xa7][0xbf]~[0xff][0xf8][0x9][0xe0]1^[0xf7]"[0x88][0x84][0xd8][0x92]bK[0x89]m&[0x88]>[0xcc][0x6]1[0x7]%[0x88][0x8][0xd2]A[0xd2][0x9b][0xf][0xe2][0x9][0x16]$,JXb[0x90]k[0xaa][0x11][0xd3][0xac]r[0xc5][0xe0].gX[0xca][vQ9[0xaa][0x9a][0xba][0xab][0xf0][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xf5]27][0xd5]P[0xdc][0x12][0xb7]l[0x9d];[0x8a]n[0xba][0xdc]6I[0x92]q[0x1c][0xbd]h[0x8a][0xcf][0xce][0x1a]CP[0xd8])s[0xb7]d[0x1d]2$[0xae]X[0xb1][0xab][0xa6][0xc9]mG)[[0x87][0xdc]P[0xb6]l[0xb5][0xcc]O,[0xfb][0xf8][0x8d][0xa7]J[0x17][0x87][0xc4][0xc5][0x8f]6wJ[0xdb][0xa6][0xe3][0xaa][0xa6]F^[0x84][0xf3]GjMU[0xc][0xd5],*o[0xf][0x8e][0xb8][0xe6][0x92]b[0x8f][[0xd2][0x9d]XZ[0xc2]S[0xf2][0xba] [0xdc]9[0xcb][0x98]Z[0xc9][0xb2][0xe9][0xb8]-0[0xb2][0x86][0xea]8[0xdc]aX[0xfe]o[0x10][0x85]&[0x13][0xbb]jG`[0xac][0xeb]ti[0x83][0xe1]K[0xbc]C[0x1b][0x9d][0xe5][0xaf][0xed]|]OLb[0x8f][0xc1][0x9f]%e[0x86][0xc1][0xbc]n[0xf2][0x9d]j[0xf9][0x80][0xdb][0x5][0xf5][0xc0][0xf0][0x12]ii[0xaa][0xb1][0xa7][0xda][0xba]87[0x85]~[0x91]H[0x6]0[0xac]t[0x16]dl" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0x14][0x88][0xd6][0x9e]n[0xb3][0x0][0xf4][0xba][0xe9]f[0xcd]:[0xe6][0xb9][0xd3][0x8a]h[0xe7][0x1a]7[0xce]h[0xea][0xe2][0xd7][0xad][0xb6][0x2]j[0x15][0xbc][0xdd][0x80]1[0xe][0xf1][0xf6][0x3][0xfe]PH[0x8c][0xc]@[0x94][0xa6][0xc6][0xa3]48[0x1e][0xa5]y"[0x8d].Z#[0xb8]Mt[0x94][0xb8]M[0xa2][0xdd]D[0xc7][0x92][0xa9]:Xr[0xa6][0x8e][0xae][0xe4]l[0x1d][0xbe][0xe4][0xa8][0xbf][0xe][0xf2];[0xba][0xbf]zw[0xc6]h[0xef][0x81]xF[0xfa]p[0x87]xY[0xf0]$[0xbd][0x8b][0xfb]D[0x1f][0x8]d[0x92][0x8c][0xd3][0x9a][0xc0]d[0xd3]v[0x9]>[0xf]-[0x96][0xfc][0x86][0xae]s[0xf4][0xe4][0x89][0xb2][0xb]H[0x9f]![0xa5].[0x10][0xa0][0x93][0x8f][0x96]?u[0x8e][0xde][0xfd]K[0x94][0xa8][0xf0][0x87][0xc9][0x8][0xb0][0x1][0x84][0xd9] [0xa2],[0x8c])[0x16][0xf1]P[0xa3][\r]{M[0xd4][0x0][0xd1]):[0xb1]+[0xf8]><[0xf4],=[0xc2][0xb4]'[0x8b] [0x8e]a[0xe2][0xc2]$[0x8b]`[0x19][0xb7] [0xfe]([0xbd][0xdf][0x1f]PK[0x7][0x8][0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.class[0xcd]W[0xeb][[0x14][0xd7][0x1d]~[0xcf][0xb2]0[0xcb][0xec][0x80][0x8][0xa2] B[0xd6][0x6][0xe2][0xba][0xb],^[0x92]VQ[Dm1[0x88][0xa4][0x10],Ik3[0xee][0xe][0xec][0xe8][0xec][0xc][0x9d][0x99]U[0xb4][0xd7][0xa4]i[0x9b][0xf4][0x92][0xde]/[0xda][0xfb]U[0xd3][0xa4][0xad][0xa6][0xb2]hh5[0xe9]%il[0x92]^[0x9f]~[0xe8][0xe7][0xfe][0x1d]mgfvwv[0x81][0x87]u[0x9f]~([0xfb][0x9c][0xe7][0xc3][0x5][0x11][0x1f][0xc4][0x87][0xf8][0xd6][0xf][0x8b][0xf8][0x8]>[0xca]g[0x1f][0x13][0xf0]8_~B[0xc0][0xc7]E4![0x1b][0xc2][0x93][0xfc][0xf9][0x9]>|[0x92][0xf][0x9f][0x12][0xf1][0x14][0x9e][0xe6][0x7]>[0xcd][0xf]|[0x86][0xf][0x9f][0xe5][0xaf][0x9f][0xb][0xe3][0x19]|>[0x8c]/[0xe0][0x8b]|[0xf8][0x92][0x80]/[0xf3][0xe5][0xaf][0x8][0xf8][0xaa][0x88][0xaf][0xe3][0x1b]""[0xb8][0xc8][0x87]K\[0xb1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0x96][0x88][0x1e]|[0x9b][0x9f][0xfa][0x8e][0x80][0xef]r[0xa9][0xdf][0x13][0x11][0xc5][0xf7]E[0xfc][0x0]O[0x84][0xd1][0x88][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xb1][0x80][0x9f]0[0xd4][[0xd9]dR[0xb1],[0xc5]b`#[0xc][0xa2][0xad]X[0xf6]1[0xc5]N[0x1b])[0x86][0xed][0xa3][0x86]9[0x9b]8[0x9d][0xd5]U;afu]1[0xad]D[0xc6]H)Z[0xe2][0x88])g[0x94]s[0x86]y[0xc6][0xdd]:H@[0xfc][0xe0][0xb0]&[[0x4]t[0xef][0xaa][0xe7]&[0xf3][0x9b][0xe8]D[0xf3][0xcc][0x88]~V[0xd6][0xd4][0xd4][0xb8][0xcc][0xd1]l[0xda][0xc5][0xd0]4zZ>+'[0xb2][0xb6][0xaa]%FU[0xcb][0xe6][0xc8][0x13][0xea][0xac].[0xdb]YSa8X[0xf6]y[0x9f]O[0x92][0xaa][0x13][0x84].k[0x89]![0xcb][0xca]f[0xe6]l[0xd5][0xd0][0xa7]TC[0x93]m%ux>[0xa9]8[0xb][0x83][0x7][0x8][0xb0]n[0x9f]J[0xfb][0xf]0[0x1c][0x8f]Vl`[0x5][0x16]m[0x9f]b[0x8][0xe][0xd3]"[0xc3][0xba]QUW[0xc6][0xb2][0x99]S[0x8a]9)[0x9f][0xd2]h[0xa5]y[0xd4]H[0xca][0xda][0x94]l[0xaa][0xfc][0xdd][[0xc][0xda]i[0x95]l[0x96]&[0xd3][0x8a]a[0x9e][0x1f][0xd2][0x93]i[0xc3][0xa4][0xd7][0x11][0x8e][0xef]`[0xf2][0xa8][0xbc][0xd5]'Z[0x99][0x9f]SL5[0xa3][0xe8]6[0x99]i[0xf3]S[0xaa]b%&[0xbd]I[0xb7][0x1f][0x87][0xec][0x94]f[0x15]{[0xb2][0x18][0x95][0x9e][0xe8][0xea][0xf1][0xf4][0xc7]%[0xa4]PT[0xb2][0xe4]6[0x86][0x9a](7[0xaa]%-[yh[0xdd][0xb0]e[0xee]H[0xca][0x96]G([[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xb5][0x4]\fXO[0xa8]'T;M[0x11][0xa0][0x98]q=[0x19][0xf6]D[0xd7]4[0xc0][0x1f]9[0xef][0x9c][0xeb][0xce][0x96][0xb9]|j[0xf8][0x11][0x1f][0xa8][0xe][0x90][0xa1][0xc3]SoDO[0x1a][0x99]9[0x8d]p[0xfd][0xb0]u[0x96][0x91]5[0x93]d[0xf5][0xfd]k[0xe2][0x8f][0x1b]6[0xad][0xa8][0xb2]V[0xec][0xe4][0xc3].[0xb2]u[0xc2]i[0xe]GT[0xde][0xb7][0x1b][0xf2][0x96][0xf4]sp[0x9]S8!![0x5]E[0xc2][0x1e][0x1c][0x96][0x90][0x0][0xf9][0xa3][0xa5][0xd8][0x6][0x86]LS>[0xcf]o+[0x9][0xf7][0xe3][0x1][0x89][0xa8][0xc4]N[0x9][0xbb][0xb0][[0xc0][0x15][0x9][0xcf][0xe2][0xa7][0x12][0xe]bX[0xc0]s[0x12][0x9e][0xc7][0xcf]$[0x1c][0xc5][0x83][0xc][0xf7]U[0x16]m[0x9]?[0xc7]/[0x18]6[0x15][0x8d][0x9c][0xb0]MU[0x9f]=[0x98]U[0xb5][0x94]B[0x89][0xfb][0xd0][0x98]rV1#3FVOE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xd4][0x8a][0xd8]i[0xd9][0x8e]X[0x94][[0xd6][0x8c][0xaa][0xa4]"n[0xc1]F[0xe4]B}X[0xfd][0x91]H[0xbe]F[0xfc][0xcb]{#[0x12][0xae][0xe2][0x1a][0x1f]^[0x90][0xf0]K\[0x17][0xb0] ![0x87]E[0x9]7[0xb8][0x3][0xc6][0xf0][0xa0][0x84]I>[0xdc][0xc4][0x8b][0x2][0x96]$[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0x16]pK[0xc2]m[0xfe][0xf9]%[0xbc]LE]E{[0x95][0xf0][0x1b][0xfc][0x96].[0xc3][0xaa]r[0xac][0x9b]B[0x9][0x1][0xbf][0x93][0xf0]{[0xbc][0xc2][0x83][0xf4][0xaa][0x84]?[0xe0]5[0x9][0x87]p[0xb8]j[0xcc][0x9d][0x1c][0xe8][0x8e][0x84]?[0xe2]u[0x86]C[0x15][0xe7]fIw![0xfb][0x14][0x93][0xfb][0xd5]i3[0x12][0xde][0xc0]u[0x8e][0xfa][0xa6][0x80]?I[0xf8]3[0x14][0x1][0xa1][0xeb][0xa8]*[0xfd][0x18][0xb6][0xae][0x99][0xe6][0xf9],-mT[0xc][0xdb]*,I[0xe2]fD1[0xf2][0xf3]-[0xc4]/[0x8a]p[0xa6]2[0xa3]Q[0xb5]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]qw5[0xe5]K[0xb5]&k[0xda][0xc3][0xba][0xec],)$%[0x1b]]]H%$[0xad]Z[0xee][0xd0]@[0x96][0xfa][0xe9][0xcf]n[0xbf][0x1e]y[0xec][0xe2]J[0xb1]u'[0x8a][0xa7][0xf8][0x15] [0xcf][0xcd]):[0xd9][0xd1][0xe7]?[0xef][0x16]m[0x9]@I[0x1d][0xf][0x96][0xed]/t[0xb2][0xd5][0xf7][0x87]l[0xc3]]"J[0x12]][0xbe][0x91]v4[0x15]=[0xe1][0xe6]![0x11][0xd2][0x19]Y[0xd5][0xe8][0xfe]ZI[0xb7])Nb[0xac][0xe1][0x2];[0xe9][0x98][0xcb]W[0xa9]u[0xc4]0[0xc7][0x94]y[0xdb][0x1f][0xa6][0xe6][0xbc]L?[0x93]o,]!%U[0x8f]![0xd1][0xa5]Ur[0xc0][0xc7][0x9c][0x9a][0x97][0xaf][0xd2]UI[0x94][0x94][0x8b]$[0x95]u[0xe7]Qjc[0xe1]J[0x15]][0x8d][0xdc][0xad][0x99][0xb5][0xaf][0xa8][0x95][0x88]][0xd5])[0xb3]j[0x1][0xfa]H9[0xe7][0xe8]GIo[0xef][0xb5][0xa5][0xc4][0x8c]<#[0xbc][0xea][0xbb][0xb5][0x1c][0xab]z*[0x1e]v[0xaf][0x88][0x83][0x9a][0x91]$[0x82]2V9[0xf5][0xac][0xec][0xba]}[0xee]@[0x1f][0xee][0x86][0x15]TL:V$x5r*UV&[0xf9][0xaf]D[0x8e][0x4][0x8a][0xe9][0x18][0xc1]0[0xec]_[0x99]6.[0xaf][0xae]U[0x88]d[0xdb]j[0xad][0x8e][0xfa][0x91]C[0x16][0x87][0x92][0x9c][0xbe][0xf2][0x82][0x8b]V[0xea]>lE[0x1f][0xfa][0x1][0x4][0x11][0xe0]T[0x85]f[0xcd][0x9c][0x92]8Ob%[0xf4][0xc]p[0x9e][0x2][0xba][0x19][0x9d][0xf9][0xdb][0xd0]@[0xf3]=[0xd8]K[0xe3] [0xad]|[0x0]5[0xf4][0x3][0xee][0x89]-[0xa2]&V[0xb3][0x80]`l[0x9][0xb5][0xd3][0x8b][0xa8][[0x80][0x10][0x8b]/ [0x14][0xeb]]@[0xfd]5[0xe7][0xf0]>[0x1a]7[0xa3][0x8e][0xc6][0xab]$[0xf0]Y[0xd4][0x13]a[0xd9][0x80]kh[0xc7][0xb][0xe8]"[0xfe][0xb0][0x9f][0xbe]D\8[0x1c][0xc0][0x10][0xe0][0xcc][0xb8]:[0xcc][0x99]q[0x85][0x2][0xf4]#[0x86][0xe4][0x89]O[0xd0][0x93][0xab][0x8d]]G[0xfd][0xd5][0x82][0x90]:g1[0xe7][0x0]J[0xee][0x6][0xf][0x90][0xf1]k[0x9e]v[0xf1][0xc3][0xcf][0x90][0xa8][0x0]=[0x8f][0xc6][0xe8]t([0x7][0x91]l[0x8][0xdf][0x80][0x94]C[0x3]_hAc[0xe][0xeb]^[0x81][0x10][0xbc][0x8c]`[0xcd]>Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^B[0xa4][0xe3]"[0xb6],[0xa1][0x89],\[0xdf][0xdc][0x9c]C[0xb]-[0xb]9l[0xc8][0xa1][0xf5][0x6]6[0x16][0xcd][0xdc]H[0x12][0x81]%[0xf2][0xe2]m[0xf4][0x10][0xd3][0x19][0xc0][0xcb][0x18]![0xc6][0xb1][0xdf][0xf9][0xe6]H[0xf5]4[0xea][0xa1][0xdf][0x11][0xbc][0x93]4{[0x97][0x13][0x7]F[0xfb][0x82][0x9c][0xf7]yZ>[0xec][0x98][0xc][0xb4][0xc6]s[0xd8]t[0x9][0xe1][0x18]=[0xdb].[0x93]_[0xe9][0xd9]^[0x14][0xd8]L[0x87][0x80][0xd7][0x88][0xd9][0xdc][0xc1]:[0xbc]N~}[0xd3]'[0xac][0xb5][0xe0][0xcf]V[0x8c][0xe2]X[0x99][0xb0][0xb1][0x82][0xb0][0xb][0xe4][0x12][0x8e][0xc3][0xc1]7[0xdf]D[0x7][0xc3][0xb1][0xde][0x9b][0xd8][0xc2]p[0x11][0xed]4[0xe9]ddJ[0xd7]X,[0xde][0x97][0xc3]=[0xe4][0xa6][0xcb][0xff][0xf9]WQ[0x83]F'rC'[0xfe][0x8e][0xed][0xf8][0x87]#=Fh[0x9d][0x14][0xe7][0xe3][0x18][0xa7][0xaf]"[0xc5][0xf0]![0xbc][0xdb][0xd1](V[0xd0]([0x86][0x89]e[0x1a]M[0x16]4[0x9a] G[0xf2][0xfd][0x1d]K[0x88]L[0xc7]x[0x84]r[0xd8][0x1a]_[0xc4][[0xdc][0x98][0xdd][0x9b]CwQ[0x5][0xd1][0xd9][0xfa]Olf[0xb5]>[0xe3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]:[0xc8][0x9b][0xa5][0xa2][0x2][0x9c][0xaf]{[0xc9]4Iy[0xc3][0x8d][0x97][0x96][0xd0]3[0x1d][0xeb][0x8d][0xf7]-[0xe2][0xbe][0xb2][0x9c]b[0xf5][0x5][0xb3]xf[0xe5]q%[0xbc][0xc7]KR[0xc9][0x91][0x10]pf[0xd3]x[0xc4]q[0xe7][0xa3]x[0xaf]'[0xe1][0x90][0x17]K[0x89]gM[0xfc]&[0xb6][0x5]p[0xa2]L{[0xd6][0x86]0k[0xf7]i[0xef][0x97][0xf2]>[0x9c]$[0xa4]'[0xf1]~<[0xe6][0xb9][0xe7]$[0xb9][0x87][0xbb][0xbd][0xad][0xf7][0xd6]%[0xd4][0xc6]o/!:[0x1d]w][0xb3][0xbd]w[0x11][0xb1][0xdb][0xa5][0xe1]a[0x9d][0xa8]e][0x10]X[0xc4]Wlm[0x5][0x9]m$Av[0xec]h[0xc3])$[0xe9][0xa4][0xdf]S[0xf4]O[0x8d]g[0xc7]I[0xcf][0x8e].[0xaf]p[0x9c]R[0x89][0xbf][0x84][0xc6][0xd1][0xf8][0xab][0xa8][0xad]y[0x9e]L[0xeb]e[0xf4][0xf]LIr[0xb2][0x1e][0xac]g[0xdb][0xd0][0xca][0xa2][0xd8][0xc4]b>[0xb][0xbb]<[0xf9][0xeb][0xa9][0xb7][0xcc]`[0x96]d[0x4][0x91][0xa6]*ue[0xed]![0x1d][0xb9]F[0xe1][0xd8]4U`[0xf0]1j1[0xe5].[0xeb][0x87][0xc8][0x12][0xbe]b[0xf][0xbb][0x80]M![0xa8]8[0xbd][0xac]S,"P[0xd4][0xcc][0xed][0x14]WJ:[0xc5][0x19][0xef][0xb0][0x86][0x8c]wx[0x9c]4[0xe2][0x11][0xa7][0xa2][0xeb][0xa5][0xac]`[0xe5][0x9d][0xe6][0x8a]/+B[0xee]yg[0xa6]{Y[0x11][0x82][0xe1]eE[0x8]sNV[0x4][0xa8]sr[0xc][0x13][0xef]p[0x9a]b[\r][0xf5][0xe1][0x1f][0xe1][0xed]T*[0x11][0xb8]=[0xee][0xe3][0xbf]PK[0x7][0x8]r[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/experimental/theories/Theories.class[0x9d]W[0x9]x[0x14][0xe5][0x19]~'[0xd9][0xdd]I6[0x13][0x81][0x84][0xc3][0x80][0xe0]"[0xa8]9[0x88][0xab][0x14][0xb1][0x12][0x94][0x86]p[0x18][0x9b][0x4]j[0x10][0x5][[0xeb][0xb0];I[0x6]6;[0xcb][0xec],[0x10][0xc5][0xaa][0xa8][0xb5][0xb6]V-Z[0xab][0xd4][0xab]VM+=[0xb4]G"[0xd2]R{ik[0xb5][0x97][0xbd][{[0xd8][0xfb][0xbe][0xef][0x83][0xbe][0xdf][0xec][0xec][0xec][0x99][0x18]$[0xf][0xff][0xfc][0xf3][0xff][0xdf][0xf9]~[0xc7]|[0xfb][0xcc][0xff][0x9e]8[0x2][0xe0][0xc]E[\r]c5[0xde]([0xcb][\r]at[0xe2]M[0xb2][0xdc]([0xcb][0x9b][0xc3]X[0x8e][0xb7][0x84]q[0x13][0xde][0xaa][0xe2][0xe6]0n[0xc1][0xad]*[0xde]&[0xcf][0xfd]a[0xdc][0x86][0xdb]U[0xbc]][0xc5][0x1d]a[0x1c][0x87]w[0xd4][0xe0]Ny[0xde]%[0x97][0x7]j[0xf0]Ny[0xb9];[0x8c]z[0xdc]S[0x87]{q[0x9f][0x90][0xdf]_[0x83]w[0x89][0xac][0x7][0xc2]x7n[0x95]e[\r][0x1e][0x94][0xe7][0x1]Q[0xf6][0x90],[0xf][0xb][0xf5]h[0x1d][0xde][0x83][0xf7][0xca][0xf2][0x88][0x8a][0x83]*[0xde][0x17][0xc6]"aX[0x84][0xf7][0xcb][0xf2][0x1]Y>([0xcb][0xa3]a,[0xc1]ca[0x9c][0x8d]Q[0x15][0x1f]R[0xf1]ay[0xff]H[0x1d][0xda][0xf1]Q[0x11]6&[0xda][0xc6]k[0xf0][0xb8][0xaf][0xa0][0xb6][0xdf][0x1c]L[0xea]N[0xc6]&[0xcb][0x9c]2[0x7][0x85]G|[0x9c][0x17][0xb3][0x12][0x9]#[0xe6]t[0xd3]^SO[0x98][0x97][0xeb]"a[0xad]m[6[0xed]j[0xf4][0xf8]2[0x8e][0x99][0x88][0xf6][0x98]i[0xc7][0xe5][0x9][0x19][0xde][0xf5][0xf4][0xd2][[0x5][0xa7][0x96][0x1c][0xad],P[0xbc]i[0xc8][0xb6]v[0x8b][0xf][0x1d]bok[0xa9][0xec][0x89]HE[0xe5][0x9c]][0xb4]-[0xae];[0xc6][0x1a][0xdd][0xd1]7Zf[0xd2]Yg[0x1a][0x89]8m[0x8][0xe][0xc8]FAS[0x1][0xb7]m[0xc][0x88]OQ[0x97][0x86][0xaa][0x2][0xba]m/V0[0xf7][0x92][0xc9]h[0x12]F[0x92]4J[0xb7][0x82]*[0x93][0x9b][0xd0][0x80][0xa7][0xe0][0xf8]2[0xd5][0xbd][0x86]3d[0xc9]Uh[0xd8][0xdd]Qr[0x5][0xc1]Y*J[0x9e]WI[0xad][0xab][0xe][0xe7][0xa4]5[0xe6][0x14]u1[0x84][0x8e][0x9d][0x89]9[0x92][0xb3][0xfe][0xe9]&#[0x9d][0xd7][0x1c][0xd6][0x93]I[0xcb]qc[0xa5]`[0xf9]K[0xa6][0xdc]F[0xdd][0xd6][0xa9][0xc7][0xb0][0xd3][0xfd][0x99]T*a[0x1a][0xf1][0xd5]#[0xd4]][0x9b][0xce][0xa7][0xc8][0xb2][0xa9][0xb][0xf1][0x13][0xab][0xc3]OF7[0x88][0xdd][0xbc][0xd3]i[0xb4][0xa0]i[0xe8][0xb1]![0x5]-[0x5]B[0xed][0x8c][0x14]_::[0xcc][0xa2]JD[0xd7][0x89][0xac][0xdd][0x96][0xbd][0xc3][0x7][0xa2])[0xe7]h^O[0xd6]V[0x82][0xb0][0xb8][0xbc]@+%f8%[0xac]R*[0x84][0xa8][0xe1][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "EU[0x9f][0xf6]dve[0xb]O[0x8b][0xe5][0xb1][0xe6]k[0xa4]R[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]A[0x9][0xb3][0xca][0xc4]f[0xcb]o}[0xd9]q[0xdb]1 [0xea]Y[0xe5][0x16][0xc6][0xa2][0x97]0"[0xab]ogyI[0xbf]<[0x85][0xc7]P[0x85][\r]1k8[0x95])I[0xc5][0x86][0xe6][0x96][0xf2]6P[0xe7][0x14][0x92][0xd4][0xbb][0x6][0x8c][0xf8][0xef][0xe5]:[0xa7][0x9a]&[0xe2][0xf9]9e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x8d][0xbf].[q[0xab][0x13]Vl[0x87][0x82][0xbe][0xe6])3O[0x9c][0xcd][0xfd],EC[0xc0][0x96]>[0xdc]oe[0xec][0x98][0xb1][0xce][0x94]^][0x9f]k[0xf6][0xa7][0x89][0xc5][0x1a][0xd6]b[0x9d][0x86]M[0xb8]P[0xc3]VYb[0xb2]<[0x83]/hx[0x16][0xcf][0xa9][0xf8][0xa2][0x86]/[0xe1][0xcb],[0x9b][0x97][0x8a][0xa3][0xdf][0x8a]T|E[0xc3]W[0xf1]<[0xdb][0xe9][0x94]y[0xd2][0x1a][0xbe][0x86][0xaf][0xab][0xf8][0x86][0x86]o[0xe2][[0xfc][0xbe][0xe5][0x3][0xee][0xf6]}v[0xdb][0xfc]I[0xbf]c[0x9b][0xc9][0xc1][0xd5][0x19]3[0x11]7l[0xb1][0xff][0xdb]l[0xfb][0xbe][0xa8][0x88][0xdb]$#[0x1a][0xbe][0x83][0xef]j[0xf8][0x1e]^[0xa0][0xb4][0xc8]p&[0xed]D[0xb6][0x19][0x91][0xb4][0xf4][0xa7][0x98][0x86][0xef][0xe3][0x5]a[0xfc][0x81][0x8a][0x1f]j[0xf8][0x11]^[0xd4][0xf0]cW[0xad]O[0x98][0xca]lK[0x8][0xe1]O[0xf0]S[0x15]?[0xe3][0xd7]0/?[0x1b]**[0xf8][0xb9] [0xb5][0x17]Wj[0xf8][0x5]~[0xa9][0xe2]W[0x1a]~[0x8d][0xdf]h[0xf8]-~[0xc7]o[0xce][0x14][0x3][0xa8][0xe0][0x94])}[0x9b]G4[0xfc][0x1e][0xd0][0xf0]G[0xd1][0xf9]'[0xd9][0xfd][0x19][0xd1][0xf0]W[0xfc]M[0xc1][0xd2]c[0xef][0x92][0xec][0xad]/[0xa7]?k[0xf8];[0x9e][0xd7][0xf0][0xf]<[0xa7]a'[0x88][0xfd]?[0xf1]/V[Y[0x9]G[0x14]tg[0xa1][0x1c][0xd2]w[0x19][0x11]+[0x99][0x18][0xe1]bD[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[[0xa4][0xd9]0[0xa9][0xcb][0x8e][0x18][0xc3])[0x87][0xb7]v[0xc4][0xd1]w0[0xac]Yb="[0xf5][0xec][0xb6][0x90][0x16][0x15][0xff][0xd6][0xf0][0x1f][0xfc]W[0xc1][0xc2][0x89]@[0xf5][0x89]U[0xfc]O[0xc3]Q[0xbc][0xa8]`M[0x91]2[0xd7][0x16]*0"[0x9e]V~[0xa9][0x86]\m6u[0xa5][0xb9]K[0x18]y[0x95][0x11][0x93][0x9c]z2F[0x98][0x1a][0xf3]U[0xdd]i[0xdb][0xfa][0x88][0x94]63[0x87]]ZQ[0x94]*M[0xa9]V[0x2][0x9a][0x12]T[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0x9c][0xea][0x8c][0xb5][0xb8]p[0x0][0x14]Y![0x5][0xcd]Se."[0xcd][0x81][0xe0][0xb6][0x8d][0xf3]/[0xe4][0xd1]2[0xd7][0xfe][0xb][0xdc]s[0x5]m[0x13][0xe1]Ua[0xb2][0xa2]G[0x83][0x86][0xe3]C[0xa0][0xe0][0xe4][0xe6][0x89]{[0x8b]O[0xd6][0x91]e;[0x9f] yl[0x8d][0xb9]NX[0xf4][0x8d][0x9b]Vr[0xc4][0x82]"[0xdb][0x1a]#[0x96][0xd0]m#[0x9e][0x9b][0x9b]Nhn[0x99]l[0x1c][0x9a]3[0xc1][0x15][[0x1a][0x85]u" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]L[0x1f][0xcb]*[0xc][0xcf][0x5]'[0xf9]A%[0x9a][0xe7][0xf2]\[0xe9][0xb5][0xe2]&;[0x88]|y[0xab][0x9b][8y[0xcd][0xad]0(y4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xcc]t[0xbf][0xdb]R8^4w[0xb7]lu[0x99]d[0x1c][0xd5]S)#I[0xcb][0xda][0xb]-[0xc9]6[0xae]"S[0x8a]z[0x99][0x8c]^4[0xa1][0x8f][0xc5]$?[0x0][0xca][0xe9]HP[0xe3]X[0xd9]=?[0xfb][0x95]dS[0xf9]q[0xc5]_"[0xda][0xa4][0xc7][0xe3]%[0xe4][0x1b][0xb6]m[0xa7]'[0x1d]b1}[0xd8][0xe8]v;VrAP[0xfc]/[0xe3][0xfc][0xca]Q[0xf1][0x87][0xa4][0xe3]'[0xba]#v[0xb9][0xf9]i[0x3][0x8b]zC[0xb2]x[0x8a][0xac]1[0xbd][0xd9][0x8c][0xbf]+[0x8a]>[0x9f][0x5]3[C[0xf9])1[0x1a][0xd2][0xd3]}[0xc6][0x1e][0xc7][0x5][0x9b][0xe][0x4][0x92][0xee]K1`[0x9e][0x83][0x14][0xe1][0xcf]p[0xae][0x93][0x9b]-3.[0xb4][+[\r]k[0xb]r[0xb4]}[0x96]Ll[0xf9][0x16][0xb8]![0xd9]i[0xf][0xa6][0xb]f[0xfe][0xbc][0xb0]>[0x8b]W[0x9c][%w<[0xb7]O([0xb2][0xa4][0xc][0xb0][0xb0]?[0xe2]R[0xe2][0x19][0xcd][0x13][0x93][0x16][0x82][0xe2]w[0x1f]qi[0xc0]L[0xc6][0xd7][0x18]F[0xaa]0[0xe7][0x83]4-#?[\r]iHW[0xd1][0x4]yR[0xe5][0x0][0x16][0xcf][0x90][0xf3]'%[0xc8][0xd6][0xab][0x8f][0x87]7[0xce][0xce],[0x16][0x9c]+[0xf6][0xe9][0xa5]Q[0x90][0x9f]g;3z[0x82],M[0x85][0xbf][0xb0][0xba][0xb2][0xbf][0xf3][0xa4][0xf8][0x4][0xfd][0xc6]|[0x15][0x17][0xa4][0xdf][0xa2][0x9]k[0xb9]p[0xb8][0xab][0xb5][0x8d]ak[0x97][0xd1][0x99]HL[0xa2]c[0xab][0x14]f<[0xee][0x12]m[0x98][0xfa][0x8c]5[0x85]6[0xd8][0xb2][0x19][0xb][0xd1][0x89][0xd5][0x90][0xb5]Pd[0xa8]B5[0xd6][0xf3]m#[0xaa][0xf8][0x7][0x84]Z[0xdb][0xc6][0xa1]<[0xc6]]5[0xce][0xe3][0x1a]vO[0xbb][0x11][0xc4][0xf9]\[0x81][0xd9]Y*[0xbe][0xbd][0xda][0x95][0x12]B[0xf]z)[0xa9][0x8f]{[0x8d][0xcf][0xec][0xc9][0x6][0xee]6r[0x1f][0xe0][0xf3]5[0xb8][0x80][0xbb]*[0xf4][0xf3][0x8d][0xf3][0x1b]w[0xa2]o[0x9b][0xa7]o[0xba][0xe8][0xab][0x92][0xa5]Z[0x96]@^s[0x3][0xe9]A[0xb9]AJ[0xb]S[0xda]4J[0xca][0[0xdd][0xb7]`:6[0xe3][0xa2]"[0xb][0xe4][0xe4]b[0xee][0xb2]z[0xb7][0xf0][0xff][0xd6][0x9c]^e=[0xe5][0xa9][0x86][0xf0][0xc4]C[0xe0][0x88][0xdc][0xbb][0xe4][0x10][0x16]*tj'7')x[0x12][0x8b][0xfa][0xda][0x1b][0xb1]x[0xc]'?[0x85][0x19][0xed][0xd5][0xb4][0xe6][0x94]v.[0xa7][0x8e][0xa2][0xd6]}kn[0x1f]C[0xcb][0xe3][0xa0][0x80][0xb6][0x15][0x81][0xa6][0x80][0xc7]}[0xba][0xec]\[0xf6]%+[0x82]M[0xc1]F[0x90][0xea][0xb4]'[0xd1].[0xb9][0xf0][0x14][0xa6][0xb5]6[0x85][0xe]![0xca]ap[0x1c][0xa7][0x8f][0x1e]}v[0xf4][0xe8]My[0xf]O#V [0xfe][0xf3]q[0x5]N[0xe5]O[0x99]v\[0x89]3q[0x15]:[0xb0][0x8f][0x98]_[0xcb][0x18]][0xc7][0x8]][0xcf][0xdb][0x1b]p[\r]n[0xf4][0xa3][0xb3][0x9d][0xb1][0xd8][0xce][0xe8][0x85]H[0xb5][0x0][0x9][0xc6]0H[0x1f][0xcf]bL[0x92][0xf4]y>[0x9f][0x16]R[0xd4][0x11][0xc6]n[0xf7]Lp[0xdb][0xe7][0xe3][0xb6][0xaf][0xc][0xb7]}e[0xa9][0xcf]_[0x17][0x1e]n[0xb3])[[0xe2][0xbc][0x97][0x0][0x9c][0xc1][0x94][0xf][0xdc][0x87][0xe8][0x92][0xc2]\\[0xca][0xf4][0xe3][0xdd]+$[0x15][0x97][0x95][0xa4][0xe2]([0xd6][0xb7]W[0x93][0xe0]L[0xc1][0xeb][0xc8]]8[0xbb])P[0xbd][0xb4][0x11][0xcb][0xc7]p[0xd6][0x1],[0x99]P[0xcc]+K[0xc4][0xe4][0x11][[0xe0][0xc6][0xf0]&Zt3[0xb1][0xbb][0x85]>[0xef][0xc7]*[0xdc]F[0xcb]o'Jw[0xba][0x8]-[0xe3][0xed]*[0xac]D[0x1a][0x8e][0xdb]i[0xf7][0xfa][0x9e][0xef]e6[0xf5][0xba][0x1e][0xef]u1[0xa8]"[0xe5]nf[0xd7]nJ[0xef]s+%[0xe0]q[0xee][0xf1]83[0x18][0xf1][0xe9]/[0xf6][0xe9]/'}[0x16][0xab]+H[0xc7][0x9f][0xa0]^&[0xdf][0xc6][0xf3]j>[[0xe][0xe3][0xec]-[0xad][0xe3]X1[0x8e][0x8e][0x1e]i[0x19]nV[0xad][0xec]mc[0xa2][0x9d]C[0xe4]y[0xae]<[0x1f][0xf5][0x1d][0x9b][0xed][0x82]|7[0x3]r[0xf][0xe6][0xe0]^[0x9c][0x88][0xfb][0x98][0x12][0xf7][0xbb][0xe]E[0xb2]B=74[0x6][0xf8][\r]n[0x0][0xe7][0xf0]Sr[0x95][0xeb]F[0x9f]W[0x1e][0xd9][0xbb][0xab][0xfd][0xbb][0xab]y[0x96]5[0xf4][0x1a][0x9e][0xed]cJ)[0xae][0xa1][0x9d]4[[0x92][0xa2][0xfe]0Vmi[0x13][0xb][0xc7][0xf1][0xaa]G][0xc2][0xf3][0xdc]:[0x12][0x9f][0x1f]*[0xa8][0xba]z[0x1f][0xc3]z[0xf6][0x85][0x14][0xef][0xab][0x98][0x9b]B=[0xd6][0xb8][0xb5][0xaa][0x10][0xb9]Nt[0xa1][0xf6][0xff]PK[0x7][0x8]L[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/theories/Theory.class[0x85]P;O[0x2]A[0x10][0xfe][0x86][0x87][0xa7] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8c][0xc6][0x82]h[0xe3][0xc6][0xda][0x8a][0x4][0x8c]&"[0x6]O[0xb][0xac][0x96]s[0xc4]%[0xcb][0x1e][0xb9][0xdb]#[0xf2][0xd7],[0xfc][0x1][0xfe]([0xe3][0x9c]&[0xd2][0x90]XL[0xe6][0x9b]|[0x8f][0xdd][0x99][0xcf][0xaf][0xf7][0xf][0x0][0xe7][0xd8][\r][0xb0][0x15]`;[0xc0][0xe][0xa1][0xe6]2k[0xd3]V[0x14][0xf1][0xd4][0xf3]3[0xa1]xr: 4Z[0xce][0xc5]^{[0x13][0xbb]6[0xbf][0xe8][0xcc][0xfa][0xa2]8[0x89]P[0xb9][0x8f][0xb3]$[0xe2]Kc[0x99]P[\r]_9N[0xe6]gc=[0xd3][0x84][0xbd]~[0xe6][0xbc][0x99][0xf0][0xa3]I[0xcd][0xd0][0xf2]"!%[0x1c][0xdd][0xe4][0x1a]e[0xb5][0x1b])[0xfd]G[0xa8]>{v9[0xba] [0x94]g[0xda]f[0x12][0xda][0xfc]Gz[0x17][[0x13][0xcd][0xc5][0x10][0xf4][0x1f]n[0xc3][0xeb]n[0x87]p[0xb0][0xdc][0x12][0xea]d[0xc4]^[0x94][0xc7][0xcb][0xf9][0x8e][0xe5][0x89]d[0x86][0xf3])[0x8b]h[0xa5][0xdb][0x9][0xaf]zm[0xf9]@[0x9c][0x8c][0xd4]8s[0xc6]+~[0x9b]rbr[0x91][0xb6][0xca][0xe7][0xcb][0x1a]N[0xd5][0xef][0xd6][0x84][0xfa]"[0xb5]7[0x1c]s[0xe4][0x9][0x87]K[0x1f]Z[0x9c][0xa2]I [0x14][0xa4]~[0xce]Y"[0x94]P[0x96]iE[0xa6][0xe2][0x0][0x81]P[0xab][0x2][0xb]XCE[0xfa][0xbe][0xa0][0xaa][0xd0][0xeb][0x8c][0x1a]6[0xb0][0x99][0xc3]'[0x10][0xa3][0x8e][0xc6]7PK[0x7][0x8]e[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/experimental/theories/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.class[0xa5][0x8d]=[0x8a][0x2]A[0x10][0x85]_[0xf9]7[0xee](hf[0xba][0x81][0xb1][0x8d][0xf1][0xb2][0xc1]"+[0x18][0x88][0x81]'[0xe8][0x99]-[0xc6][0x1e][0xda][0xea][0xa1][0xbb]G<[0x9b][0x81][0x7][0xd8]C[0x89]-[0x86][0x86][0xd6][0xa3][0xaa]x[0xc5][0xa3][0xbe][0xff][0xdb][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x89]q[0x86],CN[0xc8][0xf7][0xae][0xf5]%[0xaf][0x8d]e[0xc2][0xec][0xc7][0xda]-[0x1f][0xb][0xf6]a[0xdf]6[0x8d]5[0xec][0x17][0xb5]>i[0xc2][0xe4]WJ[0xeb][0x82][0x91]j[0xcb][0xf1][0xe0][0xfe]2[0x8c][0x8][0xdf][0xce]W[0xaa]n[0xc5]D[0xc5][0xe7][0x86][0xbd]9[0xb2]DmU<[0xb0][0xf3][0x86][0x83]2[0x12][0xd9]K[0xba][0xbc][0xfe][0x9d]/[0x9] [0x8c]7"[0xec]WV[0x87][0xc0][0x81]0}[0xd0][0x94][0xd5]R[0xa9]]Qs[0x19][0x9]_o@[0xf0][0x99][0x10][0x1d]<[0xab][0x9b][0x84][0xe4]z[0xe8][0xa7][0xdd][0xc3] [0xcd][0x8f][0xd4]y[0xca][0xd0][0xc3]M[0x87]wPK[0x7][0x8]p[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.class[0xad]VkS[0x1b]U[0x18]~N[0x92]fC[0x1a].[0xe5][0xd6][0xf4]b][,[0xe1]"[0x1][0x8a][0xd5][0x96]^D([0x88][\r][0x14][0x1]Q[0xc0][0xdb][0xb2]9[0x93],,[0xbb][0x99][0xdd][\r][0xc5][0xbf][0xe2][0x1f][0xf0]k;[0xa3][0xd0][0xda][0xd1][0xfa][0xc9][0xf][0xfe][0x8][0x8a][0xe3]s6[0x1]R[0x92][0x11]F[0x1c][0x86]sy[0xdf][0xe7][0xbd][0xbf][0xe7][0xdd][0xfc][0xf9][0xf7]/[0xbf][0x1][0x18][0x81][0x99]D[0x17]>H[0xa2][0x1b][0x1f]6[0xf1]tG[0xc3][0xdd]$[0xc6]qO[0xc3]}[\r][0xf][0x12]x[0x98][0x84][0x86][0x8f]4L$[0xf0][0xb1][0x86]I[\r]S[0x8a][0xfd][0xe8]<[0x9a]1[0x9d][0xc4][0xc]>Ib[0x16][0x9f]jx[0x9c]D;[0xe6][0x14]o^[0xc3][0x13][\r][0xb][0x2][0xf1]m[0x19][0x14][0xdd][0xbc]@_[0xce][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xcd][0xb2]c[0x5]Y[0xaf][0xec]8[0xd2][0xf3][0xb3][0xdb]n^[0xda][0xd9]i[0xcf][0xd8][0x96]O]ok.[0x84][0x8e]S[0xe8][0x9e]E[0xd8][0x3][0x81][0xc1][0xcc][0xa9][0xa5][0xfa]V[0x4]b[0x93]d[0x9][0xb4][0xe6],G[0xce][0x97][0xb7]7[0xa4][0xb7]ll[0xd8][0xa4][0xb4][0xe7]\[0xd3][0xb0]W[0xc][0xcf]R[0xf7]*1[0x16][0x14]-_[0xa0][0xb3][0xa2]`[0xc1]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xe9][0xad][0x18]v[0x99][0xdc][0xd4][0xac][0xb2]6i[0x1b][0xbe]/[0x89]Z[0xac]qD[0xee][0x96][0xa4]gmK'0[0xec]lP[0x94][0xae]gI?k9[0x14]vH[0x99][0xb0][0xed]9[0xa9][0x8c][0xfb]K[0xe5]R[0xc9][0xb6][0xa4][0xd7][0xd3][0xc8][0x4][0xe3]l[0xcd][0x1b][0x81][0xb1][0xe0]Rr[0xae][0x9a][0xa5]DA[0x6]U[0x7]:3}[0xb9]Mc[0xc7][0xc8][0xda][0x86]S[0xc8]>[0xd9][0xd8][0x94]f@[0x19]AVO[\r]c[0xd6][0xb6]e[0xc1][0xb0]'[0xbc]BYy[0xf4]h[0xd7][0x94][0xa5][0xc0]r[0x1d]B[0xaf]7[0x80][0x99][0xa6][0xf4][0xfd]ZP[0xd2]p[0x1c]70[0xd4]M`[0xe0][0xc4]([0xa7][0xe]<[0xa6]hSP[0xf4][0xdc][0xa7][0x95]dv[0xd5][0xd8]Z> +[0xf5][0x87][0xb6][0x98][0xc4][0x16]F7%}[0xd3][0xb3]J[0x15]{o[0xc6][0xb8][0x14]x[0x96]S[0x18][0xd7][0xf0][0x99][0x0][0x4][0xb6]N_[0xfc]3[0x15]g$[0xec][0x9d][0xc8][0xee][0xb0]ZF[0x4][0x1e][0x9e]Q[0x1b][0x83]^r[0xcb][0x9e])[0xa7]-[0x95][0x99][0x8b][0xf5][0xa0]![0x15]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]pY-[0x8b])\DZ[0xa0][0xed]x[0xb5]5,[0xa5][0xb0][0x8c][0xcf]Y[0xc9][0x93][0xeb]-p[0xf9][0x8][0xb4]Xv[0x2]z][0xc3][0xbc]YvT,f [0xf3]wu[0xa3]*[0xac][0xdb][0xd2])[0x4]E[0xdd][0xf2]u[0xb3]([0xcd]-[0x99]W[0xfe]0[0x19][0xfa]I[0x8d]#p[0xbb]V![0xeb]Z[0xa9][0x84][0xaf]{2({[0x8e][0xcc][0xeb][0x86][0xa3][[0x8e][0x11][0x8a]Y[0xec][0x5][0xfd]`[0x10]t4h[0x14][0x8e][0x87]S7^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xe0][0xcb][0x14]V[0xb1][0xa6]a=[0x85][0xaf][0xf0][0xb5][0x86]oR[0xf8][0x16][0xdf][0xf1][0x95][0x9e][0xa4]e[0xc1][\r]H[0xb1][0x18][0xf][0xbd]*8[0x8a][0xdd]3[0xe9][0x96][0xed][0xfc][0xbc][0x1b][0xcc]Hv[0x98][0x11][0xc8][0xf0][0xfd][0xd5]Dz[0xed][0xdf][0x1]*e,[0xe6][0x6][0x86][0x4][0x16][0xfe][0xef]!!p[0xeb]?[0x84]$p[0xff]L-,[0x10][0xcd][0xa8]7[0xd1]{[0xca][0xf7]'p[0xc1]rv[0xdc]-&[0xa5]d[0xbb][0xbe][0xb5]#[0xed][0xef][0x5][0xee]d[0xea][0xe7][0xd7]z=[0xa9][0xe1][0x94][0xeb][0xca][0xd4][0xcf][0x5][0xe5]Q3;m[0xa2]f`[0x8d][0xd5][0xe2][0xc2]a[0xfd][0x86][0xbe][0xa3][0xd9][0x96]=[0x92][0x1a]W[0xee][0x16][0x1c][0xd7][0x93][0xf9][0xda][0xe1][0xc4]Y[0xb4]^[0xa7]L`[0xfc][0xc][0x99]T[0xd3]5|[0x0]=[0xc3][0xc3][0x9c].[0xbd][0x99]z[0x3][\r][0xf2][0xb1][0xc6]Qpd[0x94]U[0xe5][U[0x9a][0xc2][0xc3][0xb2][0xa7][0x9a]"[0x96]YS[0xd9]Hg[0x1a]N][0xc5][0xd2][0x98][0xa8]y[0x16][0x9]:?[0xe8][0xdd]P[0xf3][0xb4]][0x8d][0x19][0x9e]b[0x88][0xa8][0xd1]C[0xca][0x15][0xde][0xa6]y[0x8b]pO[0xf6][0xef]#[0xd2]?[0xf0]3[0xa2][0xcf]y[0x8b][0xe0]*[0xd7][0x16]D[0xb9]^[0xa1][0xc4]U4[0xe1]-[0xfe][0x81][0xba]B4[0xae][0xe1][0x1d] <][0xa7]V~[0x97]p[0x3]=[0xe4])[0x9d]QNI.[0xf7][0xff][0x84][0xa8][0x88][0xfe][0x8a][0xd8][0x1e][0xce]=[0xcb][0xbd][0x82][0xb6][0xda][0x9e][0xd8]G[0xd3][0xeb][0xca][0xf1]|xT[0x98][0xe]4[0xef][0xa1][0xe5]w4[0xcf][\r][0xfe][0x81][0xb6][0xc1][0x97]h[0xe5][0xb7][0xe8][0x5][0xda]~[0x80][0x16][0xfb][0x11][0xb1][0xe8][0xb]\x[0x85][0xf6][0xd5][0x81]}t[0xbc][0xe]5[0xa7][0xf8][0xd3]#[0x1e][0xee]iz[0xa0][0xf6][0x1b][0xfc][0xaf]x}[0x93][0xbe][0x82]^5[0x93][0xd6]B[0x9f][0xd2][0xa4]\B/o}[0xbc][0xf5]c[0x14][0x3]x[0x8c][0xf7][0xc2]h[0xc6]p[0x8e][0x98]$[0xde]%F[0x10][0xa5]N[0xbd]<[0x8d]R>C|[0x84][0x12][0xc3][0x94][0x19] [0x8d][0xf1]T[0xa3][0x1e][0xc][0xb3][0xa8]2*[0xa8]g[0xa8][0x1a][0xf5]h[0x98][0x5] [0xa1]"[0xda]C[0xe7][0xb3][0xc3]<[0xc6]C[0xfa][0xad][0xd0]b[0xaa][0x82]9[0xae][0xa9][\r][0xb4]>R[0xad][0xc9][0x14][0xe5]T[0x94][0xf1]~F,[0x9e][0x1f][0xd3][0x93][0xe][0xf5][0xe8][0x15][0xc4]a[0x1d][0xe2][0xb4][0x9f][0xe][0xf9]qZ[0x1a][0xb][0xab][0xfa]~(y[0x9b]X[0xb0][0xde]Qv[0xc2][0xc][0xde][0xa6][0xed],w[0xb4]%[0xe8]7rh[0xfa][0x7]PK[0x7][0x8][0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.class[0xcd]Z[0x9]xT[0xd5][0x15][0xfe]o23/L[0x1e][0x10][0xb2][0xe1]D[0x96][0x11]"[0x84]$[0x18]P[0xd4][0x12][0x8][0x12]H[0x82]X T[0x10]Q[0xb4]vL^[0xc2][0xc0][0xe4]M[0x9c]L[0x10][0xac][0x16][0xeb].[0xb6].m][0xa2][0xb6][0xb5]T[0xa5][0xad][0xb4][0x82]K[0x2]R[0xd7]V[0xad]v[0xd1][0xda][0xbd][0xb6]v[0xb1][0xfb][0xbe][0xef]J[0xff]s[0xdf][0x9b][0x97][0x99][0xcc]Db[0xc0]~[0xfd][0xf8]r[0xe7][0xbe][0xfb][0xee]=[0xf7][0xfc][0xff]Y[0xee][0xb9][0xef][0xe3][0xf9][0xd7][0x1f]y[0xc][0xc0]\5+[0x88][0x16][0xdc][0x17][0xc4]2[0xec][0x1e][0xc3][0xde][0xa7][\r]|&[0x8][0x1f]v[0xcb][0xf0][0xfd][0xd2][0xec][0x91]f[0xaf]4[0xf]H[0xf3]`![0x1e][0xc2][0xc3][0x85][0xe8][0xc7][0x80]4[0xfb][0xc][0xec][0xf]b[0x1c][0x1e][0x9][0xe2][0x0]>+[0xcd][0xa3]A<[0x86][0xc7][\r][0xc][0x9f]|[0xf3][0x9c][0xaa]([0xff][0x96][0xd3][0x1b]"[0xa2][0x83][0xc2][0xce][0xb7]f[0xf7]#[0xcb][0xd9][0x4]r[0xa6][0x83][0x9b][0x89]%E[[0xd7][O[jK[0xad]CA[0xd4]}[0xca]L.[0xde][0x9c][0xd4][0xc][0xe6][0x1f][0x85][0x89]9f8[0x19]hb[0x8e]|[0xe5][0xbc][0xd9][0xf5]k[0x89]t[0x4]BE[0x9][0xeb][0x88]5rp[0xb4][0xe9][0xdc][0xe2]VN[0xb3][0xab][0x86][0xcd]I[0xb3]r[0xa5][0x1c][0xc5]5[0x95][0xe9][0xbb][0xc4]bV'[0x95]Ht[0xf6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb1][0xcc][0xa9][0xd3]rLkc[0x1][0xd3][0x93]>[0xa9]$[0xda][0xe3][0x0][0xd0][0xa5]B[0xbc][0xd1][0xde][0xd6][0xda][0xa1]0[0xb3]jCv[0xe][0xcb]v[0xb2][0xb3][0x99]m[0x18][0x11][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x82][0xca]vd[0xf7]0[0xe1][0xc2]IU[0xcb][0xdf][0xe8]uA2[0xee][0xc][0xe9][0xef][0xab]#s[0xe9][0xb2]\*[0xc8][0xf5]-u[0x86]([0x1c]s[0xc8]/[0xb5]N5[0xe5][0xfa][0xb8][0xd5][0xee]UL[0xd3][0x87][0x8d][0x8f][0xf4][0x8f][0x96][0xc5][0xe9]kS[0x85]XA[0xea][0xb0]Q8:#[0xb8]3+9[0x1c][0x83][0x16],[0x83]|[0xaf].[0x96][0xc2][0x8a][0xbd]"[0xf6]W[0xa1][0x95][0xed]j>[0xb5] [0x8f][0xff][0x80]`[0xf5][0x0][0xf2][0xaa]k[0x1e]F[0xfe]^>[0xe5][0xe1][0x1d]l[0xc7]![0x9f][0xed]B[0xf8][0xd0][0x80]1X[0x84][0xd3][0xf9]T[0xee][0xcc][0xc6][0x1a][0xac][0x5]t[0xef][0xc]J[0xe5][0xd1][0x8d]u8[0x93][0xf3]E[0xe6]U[0xfc][0x95][0x95][0xd3][0xe][0xc0]w[0xd6][0x0][0xfc]+[0xab]kj[0x7][0x10][0xd0][0xad][0xa1][0xdb][0x2][0xdd][0x8e][0xa9][0xdd][0xc3]Y[0xf9]z[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd8].A[0x1][0x9a][0xb8]o3J[0xa9]Y[0x5]5[0xf]c[0xb9][0xde]7[0xec]H[0xf4][0xf6][0x9d][0x86][0xf5]8[0x8b][0xbb][0x16]p[0xd6][0xd9][0xd8]@[0xad][0xce][0xe1][0xa8][0xe9][0x8d][0x9c][0xcb][0x91]wr[0xc4][0xc7][0x91][0x10][0xce][0xd3][0x98][0xde][0xc5]?[0x96][0x8c][0x8e][0x96][0xea]4[0xce],[0xe0][0xf8][0x8e][0xea][0x9a]~[0x4][0xf7][0xa3][0x90][0xb4][0xcc][0xde][0xf][0xd6]}[0xd8][0xca][0xce]X[0x85]'0[0xae][0xde][0x17][0xf2][0xf5]c|[0xbd]?[0xe4][0xef]GQ[0x1f][0xc6][0xd7]HgB?[0x8a]o[0xc7][0xb8][0x12][0x94][0xc8]Si[0x1f][0x9a][0xaa]C[0xfe][0x1a][0x99]YV[0x1b]bu[0xf8]([0xca][0xfb]1q[0x0]G[0xed]Bu} [0xe4]+AE?[0x8e]~[0x2][0x15][0xf5]F[0xc8]x[0x86][0xab][0x8c][0xfd][0x98]D[0xc5][0x2][0xfb][0xa0][0xfa][0xe0][0xdb][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xbe][0xeb][0xe0][0x95]{[0xa9]k3q[0x9c]G[0x8d][0x1d]V[0x8e]'"[0x90][0xdf][0xa9][0xb4][0xd8][0xc]j[0xdd]L[0xfc][0xe7][0xe8][0x19]g[0x10][0xc9]:[0xd8][0xe4][0xfc]22q9[0x11]_E[0xbc][0xd7][0xf2][0x8d][0xb0]u:[0x91][0xd9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mh[0x87][0xc1][0x99][0xc7][0xc2]B[0x7][0x19][0x9e]A[0xe]:[0xb1][0x11]~J[0xec]D[0x14][0x9b][0xc8]O![0xde][0x83][0xcd][0x88]i~wx[0xfc][0xee]p[0xf9][0x95][0xde] [0xbf]b}GF[0x17]e8[0xef]r1m[0xf3][0x8f][0x15]:[[0xf1][0x87]=[0x9c]+[0xb3][0x17][0xb][0xd3][0x93]3[0x99]>.[0x8d]iM[0xe0][0x94]~L[0xed]Ci[0xed][0x1][0x84][0xcf]"[0x95][0x3]8f?[0xa6][0xe5][0xe1][0xcc]][0x7]_[0xd8][0xeb]yK1w[0x3][0xe5]O%[0xc2][0x1a]b<[0x85][0x1a][0x9][0xee]y[0x1a][0xd9]dt[0xbb][0xc8][0xe6]y[0xc8][0x16]{[0xc8][0x16]{[0xc8][0x16][0xf][0xf1][0x1c]gD[0xf0][0xc][0xa2][0xb8][0xc0]C[0xf1]4[0x99][0x14][0x1f]m[0x10][0x14][0xd3]3Q[0xd4][0xa4]PT:[0xfe]rl[0xbd]?[0xe5][0x10]3j[0xab]C[0xbe][0x1][0xcc][0x14]g8[0xf8][0xd2] [0x84]rM[0xc9]&[0xaa][0xbb][0x99][0x94][0xc6]0[0x9f][0x94].[0xe4][0x96][0x2]c[0x91]6U[0x9][0x8d][0xec][0x98][0xaa][0x2][0x9][0xf4]h@s=@[\r][0x1e][0xa0][0x6][0xf]PC[0x96][0xa9]D[0x86]c[0xaa][0x86],hI[0xf][0xda][0xb3][0x94]([0xd0][0x9a][0x5]ZU&[0xb4][0x13][0xd2][0xa0]9H[0xea][0xfd]:[0x6]f[0x89][0x95]4[0xc2][0x90][0x1f][0xaa]SVz~[0x10][0xa2][0x13][0xd3][0x17][0x10]@[0x2]3[0xb9][0xdd][0x1c][0xf4][0xa2][0x91]W[0xa3]&l[0xf5]`[0xce][0xe4][0xac]^l[0xd1]0[0xa7]y0[0xe7]{0[0x9b]=[0x98][0xcd][0x1e][0xcc][0xe6],[0xbb]5g[0x81][0xe3][0x5][0xcc][0x5][0xf7][0x10]e[0x8b][0x1e][0xb5]5:[0x80][0x8b][0xaa]kg[0x87]|![0xff][0x0]jv[0xa1][0x82][0x11]\[0xa3][0x3]85[0xfc][0x4]J[0x6]P;[0xd4]L[0x17][0xd3][0xf6][0x97]0'm[0xc7][0x14]\J[0x8f][0xbb][0xcc][0xd3][0x9f]r=[\r]k[0xb5][0xc1][0x94][0xee][0x89][0xae]y[0xba][0xb7][\r][0x17]i$[0xb5]Zk[0x9f][0xee]9[0x88]SfrVv[0xb9]+[0x5][0x89][0xcf]E[0xf2]n[0xfe][0xf1]N[0xe5]"y[0x99]r[0xc][0xfe][0xb6][0xe6][0x9f][0xe4]/[0xf3][0x87]|[0xfb]0{'[0x9a]B[0xbe]2[0xf2]\}[0xa0]&[0x14][0xd0]V[0xa9][0x9d]}[0x0]u[0xcc][0xbb]sj[0xfb]1[0xb7][0xf8]x6e4[0xd7][0x9][0xc5][0xf3][0xd8][0xeb][0xc7][0x89][0x92]t\k][0xe1]W[0xbb][0xe][0xee][0x1b]j[0xb0]+1[0x96][0xc9][0xa4][0x1c]W[0xd3]$[0xd7][0xe0]T>[0xaf][0xc2]u[0x1a][0xf0][0xa9][0xdc][0xbe][0x9c]II[0xd4][0xf]p[0xcd][0xdb][0x99]:[0xb6]k[0x82]Z=[0x12]Z=3[0xb5]j[0xe8]y[0xba]'[0xd0][0xf3]u[0xef]R[0xae][0xf5][0xa5][0x99][0xae]U[0x3][0xce]w[0x1][0xbf][0x97][0xbc]?:[0x80][0x95][0x1c]@[0x92][0xa2][0xd7][0x87]|[0xfb]q[0x92]B[0xbd]?[0xff][0xa4]@[0xc8][0xef]zf[0x93][0xf4][0xe8][0x9a][0xf5]FM[0xc8][0x18][0xe]y [0x1d][0xb9]1[0x88]<[0x90][0x89]|[0x6][0xf]8[0xe0]z[0xb6]7P[0xaf][0x1b][0x89][0xf2]&[0xa2][0xff][0x0][0xaa][0xf0]A[0xbe][0xbf][0x99][0xd8]na[0xaa][0xbd][0xd5]K[0xae]Sq[0xa2]fA[0xcc][0xb1][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0x1e]W[0x90]K[0x1f][0xf7]h%[0xbf]1[0xf2]&[0xdf]:[0x84][0xc1][0x80][0xe6]#[0xec][0xce]r[0xf8]p[0xe6]_[0xed][0xcd][0xbf][0x86][0xf3][0x1d][0x8e][0xae][0xe5][0x1f][0xef][0xdf][0xee][0x1]~[0x85]{[0xd8]N[0xaa]Q[0xfd]8y[0xcf][0xca][0x3][0x98]Vq[0xfd][0x0][0x16]<[0xee]t[0x1b][0xa4][0xab]5[0x91]0x[0x9b][0xfe][0x9d][0xc0]L[0x93][0x97][0xe6][0xde]w[0xf0][0xcd][0x9d][0xc4][0xf2]a[0xbe][0xf9]([0x93][0xeb]][0x1a]g5[0xf7]6x[0xc0][0xbf][0xf][0xef][0xe7][0xec]b[0xdd][0xbb]^K[0x9a][0xe4]![0x9e][0xa4]CV[0xf1][0xdd][\r]d[0xcd]q[0xd3][0x7][0xf8]+~T][0xbd][0xb2][0xf6][0xb1]E[0xf9]'[0xf9][0xca]|[0x93]wbrm[0x99][0xef]x9F[0x19]o[0x8b]t[0xc8][0xf9]}[0xbb][0xaf][0xf0][0xd1][0xc][0xaf][0xe6][0xef][0x1e][0x12]n[0xf7]2[0xd4]v[0x91][0x8f]O0%[0xdc]K[0x1b][0xdc][0xe7][0x85][)[0x8b][0x3]'+Jv[0xbb][0x89][0x16][0xca]c:[0xad][0xb4]][0xfb]J[0x98][0x89]c[0xbb][0xe][0xb2]j|[0x88]o[0xa1]{7[0xd3]R[0xca][0xb]7G[0x86][0x93][0x15]e[0xd6]-[0xfc]u[0x98][0xbd][0x95]+o[0xa3]g98NqK[0xa3][0xc2][0xea][0x87][0x90][0xaf]O[0xf0]S[0xf6] U[0x1b][0x5][0xb4][0x99][0xef]O[0xab][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]7p[0x84][0xde]N[0xa1]wxB[0x9f]w[0xc9]Y[0xe2][0x8]][0xdc][0x8f][0xc6][0x95]n[0x99][0xb4][0xaa]v?[0x96][0xd0][0x9d]}[0xe2][0xed][0xda][0xc3][0xa7]HO'[0xdf][0xa5][0xf5][0xfe][0xd9][0x92]t[0x9b][0xf6][0xa3]Y[0xa7][0xd9]Wf[0xef][0x19]B[0xda][0x83][0x90][0xff][0xa4]P[0x2][0xfa]:[0x6]x[0x92]=[0xe2][0x91]6[0x97][0x8e]v'[0x8d][0xeb][0xc7][0xd1][0xac][0x4]$[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "AK<}[0x97][0xb8][0xfa][0x16][0xe2]d|Dg[0xd6][0x12][0xd4][0xd1][0x11][0xee][0xa2][0xfc][0x14]i[0xce][0xbb][0x8f]y[0xef]vz![0xfb]qJ[0xbb]{8|[0x15]G[0xe][0xdf]c[0xd4][0xe1]q[0xee][0xfe]$[0xf1][0xc9][0xa0][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]<>-[0xe2]3[0x1]T[0xe3][0xb3][0xbc]<.[0xe2]sL[0xe6]B!V[0xe2][0xf3]"[0xbe][0x10]@[0x1d][0xdb][0xaa][0xe3]]_[0xc4][0xb8][0x88]'x[0xe3][0x93]Eh[0xc0]S[0x8c][0xf3][0xb4][0x88][0x8b][0x1][0x84]1[0xc1]P[0x93][0x1]\[0xc2][0x94][0x88]g[0xf8]sZ[0xc4][0x97]X[0xf8],[0xab]][0xe6][0xe5][0xcb]L[0xe6][0x8a][0x80]Eq[0xc3]PF4yX@I[0xef][0xa1][0xf8][0x91]x4e*j[0xb4]W1[0xcc]6[0x1][0x85][0xfd][0xf4]][0xdc]L[0xe9][0xb2][0x80][0x1d][0xb3][0xbe]n[0xef]M[0xe8]#[0xd1]C)M1[0xa3][0xf2][0xb1][0xa4][0xac]+[0xa3][0xb2]f[0xc6][0xd5][0xa8]yPN[0xe8][0x8a]lDw%L[0x92](q[0xb5][0xd3][0xb2][0xc1]_[0xb7]u[0x10]j [0xa5]e[0xac]v_?l\[0x8f][0x8f][0xca][0xa6][0xac][0xbb][0xe4],[0xd4][0xfc]!5~[0xfc][0xb8][0x80][0xd5][0x1e][0x0]=[0xa5]i[0xb2]nDG[0x13][0xc3][0xb2][0x1a][0xdd]#[0x1b]f[0x97]J[0xa6]I[0xbb][0xa0]]![0x85][0xe][0xb2][0x1f][0x9a][0xed][0xf6][0x9c][0xf7][0xf9][0xf1][0xd6][0xee][0x15][0xe0][0xef]"[0xa1][0x80]`[0xaf][0xa2][0xc9]}[0xa9][0xd1]AY[0xdf][0x13][0x1f]TIR[0xda][0x9b][0x18][0x8a][0xab]{[0xe3][0xba][0xc2][0xef][0x8e][0xd0]o[0x1e]T[0xc][0x1]-[0xf3]z[0xab]h[0xe4][0xa9]F[0x92]L[0x10][0x99][0xff][0xd2][0x99][0xa0]c[0xc9]4[0xf0]S[0xb3][0xfd][0xc9]5O[0xaf]L^[0x16][0x18][0xbc][0xc5]qU[0xbd][0xc5]S[0x15])[0xc7][0xb]5[0xae][0x8d]Du[0xf9][0x80]*[0xf][0x99][0xd1][0x98]l[0x1e]L[0xc]/[0x8]2[0xd7][0xb0][0x6]L[0xc2][0xb0][0xed][0x8]X~u[0xe]t4[0xcc][0xb4]5[0xda]e[0xa4]=[0xe6][0x17][0xc5][0xe8]J[0x8c]&U[0x8a][0x84][0x0]_h[0xed]>[0x1][0xc5][0x9a]|[0xcc][0xf4][0xba][0xd7][0x12][0x9a][0x9f]a[0x96]p[0x12][0xb8][0x8d][0xd1]Gx[0x2]FC9[0xa5]6[0xe7][0xe0][0x14][0x18][0x89][0x94]>D^[0xdd][0x94][0x93]]:[0x1b]#[0xb2][0xd9]9d[0xa6][0xb8]p[0xd5][0x14][0x7]kY[0xa8][0xa7]g[0xed]~O[0x9c]w[0xe][0x1e][0xa2]0[0x93][0xae][0xa0][0xd0]_[0xf][0x1d]k[0xc3][0x8c][0xeb][0xe4][0xac][0xdf]0[0x13]I[0xe2]p[0xc4][0xd9]Y[0x96]uW`[0xfb][0xb1]!9i*[0x9][0xcd][0x10][0xf1][0x9c][0x80][0xaa]d[0x9a][0x88][0xd1][0x9d][0xd0][0xfb]f[0xa5][0xa1][0x94][0xd2]0[0xa7][0xe7]5[0xe7][0x96][0x99][0xa2]x&V"[0xbe]&[0xa0]g[0xe]x[0xee][0x1d][0xb3]vD[0xa6]:[0x8f][0x9b][0xb2]'![0xdd]zb[0x94][0xcf]}[0xa7][0x9a][0xd0]d[0xab][0x8f][0xe5][0xc0];[0x8b][0xff][0x85]IVcd[0x1]K<1Nw[0xce][0xf2][0xd9][0xb2][0xf6]0S[0xbc][0xfb][0x15][0xb1][0x9f]{[0x88][0x8a][0xa8][0xb6][0xfa]S[0xc9][0xa4][0xaa][0xc8][0xba][0x0]%G6[0xb][0xdf][0xe4][0x98][0xb2][0xce][0xa4][0xa6]%[0xcc]8[0x17][0xdd]B[0x1a][0xba][0xb]a8[0x18][0xc3][[0xc7][0xda]D|][0xc0][0xca][0xc1][0x94][0xa2][0xe][0xcf]1[0xc1][0x89]v[0x1a]MwhNBr[0xe3]\[0x9c]L[0xb]9[0xd1][0x84]\[0xba]?K[0xaa][0x8b][0x86][0xe8][0x1c][0x99]zj[0xc8]LPLWfi[0x87]][0x19][0x5][0xd2][0xf7][0xc7]u[0xbd][0x9e][0xaa]u[0xff][0xfc][0x9a][0xaa][0xac][0x91]f[0x9e]B[0x8b]oH%[0x2][0xe5][0x86][0xc3][0xce][0xa3]H[0xe2][0x8a]9[0xbc][0xec]r[0xab][0xbb][0xb6][0x9][i[0xc7][0x9c][0xbd][0x8d]9D[0x8b][0x91]V[0xcf][0xe3][0x92]m[0xef][0xae]9[0xe9][0xc9][0xd1]`nI]FG[0xc0][0xc3][0xa9]S[0x1f]IY[0x9d][0x82][0xa2][0x18][0xca][0xde]dKi[0x87]=[0xd1]<[0xca]V[0x97]VU[0x8f][0xa4]z&[0xb0]k[0xbb]+[0x91][0xd2]Lk[0xc8]Q[0xa3][0xae][0x1c][0xba][0xba][0x6][0xdb]I[0xe3][0xf5][0x9b][0xba][0xa2][0x8d][0x10][0xea][0xd2][0xd0][0xbe][0xec][0xac]D-[0xa5][0xaa][0xc6][0xce];h[0x0][0xd0][0xf0][0xc][0xf4][S[0xa7][[0xe1][0xdb]M[0x89][0xa7][0x1][0xae][0xe3][0xad][0x12][0xb6][0xe0]y[0x9][0x9b][0xd1]"[0xe1]&^[0xda][0xd0].[0xe1][0x1b][0xf8][0xa6][0x84][0x9b][0xf1]-^^[0x10][0xf1]m[0x9][0xdf][0xc1]w[0xa9][0xb5][0xe7]2[0xf8]h[0xd4]dzT[0xa7][0xae][0xc7][0xc7][0xb8]Q[0xb1][0xdd][0xe][0x9][0xdf][0xc3];%|[0x1f]?[0x10][0xb0][0xf1][0xfa][0xfb][\r]c[0xfc]P[0xc2][0x8f][0xf0]c[0x9]?[0xc1]O[0xc9][0xbb][0xd9][0xc1][0x10]pc[0xe][0xfd]P[0xc2][0xcf][0xf0]s[0x9]}[0xd8])[0xe1][0x10][0xee][0x90][0xf0][0xb][0x90][0xad]a^~[0x89][0x17]E[0xfc]J[0xc2][0xaf][0x11][0xa3]1[0xbe][0xe0]pl[0xd7]R[0xa3][0xe9]Bc[0xd6][0xbf][0xa1][0xd1][0x90][0xe1][0xba]5[0x91]P[0xe5][0xb8]&[0xe1][0xb7][0xec][0xc9][0xef]0"`[0xd3][0x82][0xa1][0x9d][0xcd]it[0x11]/I[0xf8]=n_@[0xb2][0xb2]5R[0x9][0xc0][0x1f]%[0xbc][0x8c][0x17]%$@[0xf7][0x85][0xb6][0x85][0xa7]\Uc2_[0xdb][\r][0xaf][0xa7][0x92][0xf0]g[0xfc]E[0xc4]_%[0xfc][\r][0x17][0xb0]j[0xde][0xcb][0xa7][0x84][0xe0][0x9f][0x2]6\[0xf7][0x9][0xe6][0x8d][0x94][0xb6][0x93]\R{p[0x8b][0x84][0xe1][0xdf][0x2]v[0xe7]P[0x0][0xf5]t[0xec][0xd4][0xe1][0xbe][0x84][0xb9][0xc3][0xb9]6X[0xd7]-[0xf7]j$`[0xc5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf][0xfb]f[0xf9]#[0xbb]'[0xc0]J[0xf6][0x9e][0x83]z[0xe2][0xa8][0xfd]S[0xc3]#[0xf5]l[0xa5]n[0xb0][0xd7]>[0xf1];5u[0xac][0xcb];AV[0xa5][0xaf]D[0xd7][0x98][0xc][0x1b][0xb2][0xdd][0xfc][0xbd]*Y[0xae],Y[0xf7]87u[0xaf][0xba]{zy[0x2][0xce]D[0xa1][0x9b]e|x[0x98]j[0x80][0x1a][0x99][0xf7][0x17]TWBe4[0xf2][0xac][0x8d]o[0xf2]~C9[0xce][0xd7]z[0xf2][0x8e][0xbb]j[0xcf][0xda]l[0xfd][0xeb][0xaa][0x0][0x14][0x17][0x1f]Y[0xe1][0x9d]s[0xf7]1[0xbc]h[0xa4][0x6]m6[0xe5]|1[0x9e][0xeb][0xe9]"2l[0xe5][0x8a]5[0xb2][0x1a][0xf][0xa6]5[0xec][0xb6]I[0xc9][0x13]Ib_[0xe7][0xca]flIO[0xf9][0xe0],[0x11][0x85]B1[0xf8][0xc4][0xb3][0x8d][0xb9][0xf7][\r]r[0xa2]@>Lwx" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf4][0xef][0x19][0xd8][0xb5][0x9d][0xdc][0xc9][0xe6].}]([0x8f]&[0xcd]1[0xdb][0xa1][0xd2][0x3][0x8a]6[0xbc]M[0x96][0x93][0x9d][0x9e][0xdb]Rs[0xb6][0xfb]LF[0x92][0xb9]XE3[0xbb][0xf8][0xa7][0xfe][0x11];[0x4][\r][0xa1][0x5][0xfe][0xbc][0xc][0xce][0x1c]`D[0xad]n[0xe6]D[0xcc]^[0x8b]5[0xd7]T[0xa0][0x1e]H[0xb0][0xbb]f][0xa4][0xca]g[0x2][0xbb]W)M>[0xda]C[[0xe3][0x1a][0xff][0x80]Z[0x13][0xca]2[0xf8][0xb2][0xa6][0xb3][0x98]Ll[0x93][0x8d]!]q[0x8e][0xd7][0xcc][0xb4][0xdb][0xc3][0xb4][\r][0xab]P[0x88]2[0x0]>[0x94][0xf2][0x18][0x84][0x80]W[0xd3][[0x1e]6[0xd1][0xfb]f[0xcf]{+[0xbd][0xd3][0x84][0xa4][0xe7] [0xbd][0xd1][0x8][0xa3][0xf5]5[0xf4]v/}[0xfa][0xe9][0xb3]<<[0x9]![0x1c][0xb9][0x88][0xbc]p[0xe3]E[0xf8][0xc2]M[0x17][0xe1][0xc2][0xc2]}-[0xad]K[0x91]Ok[\r]i[0xae][0x0][0xff]S[0xaa][0x18][0xb5]du[0x15]:I[0x1a][0xb6][0xf7]c+[0xba][0x0][0xeb][0xc9][0xe6][0xc1]O[0xcc] [0xcf]zb[0xdb]>l[0xb3][0xb0][0xf2][0x1c][0xad]M[0xae]V+[0xc9]l[0x9e][0xdb][0x9][0xbf][0x1b];[0xe8][0x1b]fw[0x17][0xd9][0xf5][0xd1]g}[0xe3][0x4][0xf2]/[0xa1] [0x16][0x9]_[0x82]8[0x85]Ey[0xb8]u[0x1a][0x85][0x3][0xd3][0x8][0xc]L[0xa2]([0xd2]8[0x9]i[0xdc]e[l[0xed][0x9]c[0x11]"[0xc4][0xb2][0xc9]bYk[0xe3][0xe0]u[0xe8][0xb1]X[0xd6][0xe3][0xf5][0xc4][0x88][0xce][0x15][0xaa][0xe9][0xaa][0xc0],[0x99][0x9b][0xe4]J[0x98][0x91][0x80]^[0xc4][0x1c]&[0xac][0xcb]lK[0xc3]O#o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0x5][0x9c][0x85][0xe8]?[0xf][0xbf][0xef][0x82][0xc5][0x9b][0xed][0x16]X[0x1a][0x1b]-{[0x92][0xad][0xed]DE[0xe0][0x99][0xec] m[0xb2][0x90][0x89]%#[0xf9][0xa6]P[0x9c][0x87]+[0x8][0x8e][0xcf]Bi[0xf1][0xa0][0x14][0xbb]([0xbb][0xf0][0x6][0x7][0xe5][0x14][0xe9][0xb1]G[0xcd][0x1c][0x2]B[0xf2]M[0xa2]$[0x16]i[0x9c][0xc2][0x12]'4[0x11][0x86][0xf7][0xbb]l[0xa7]P[0xea][0x3][0xbd][0xf9][0xb3]D[0xaa][0x95][0xec][0xb4]S[0x1e]:<[0x91]jv[0xf3][0xd9][0x8c][0xdd][0xe8]'[0xab][0x12]BVf3[0x91][0xb2]%[0xb6]?4[0xb7][0x9c][0x8a]z[0x90][0xea][0x81][0xab]%Z]5[0xfc],[0xca][0xfa][0xaa]Z[0xfc][0x15][0xfe][0xea]s[0xa8]m[0xaa][0xf0]W[\r]3[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xe3]u[0xf9][0x4]*[0xfa]O[0xfa][0x85][0xf3][0xff]{[0xa9])[0x13][0x0][0xbb][0xd8][0xb6]A[0xa4]b([0xa1]bXC[0x9f]M[0x94][0xb8]N[0x8b]L>[0x2]X[0x8d][0xbd][0xb8][0xd5]*[0xbb][0xa8]K3[0x8a][0xdb]H&XO[0x3][0xf4][0x94]G[0xfb]C[0xd8][0x87][0xfd][0xe4][0xce][0x1b]I[0xea][0xa7][0xef][0xde]Do[0xc6][0xed]$a[0xa2]'H[0x87]][0xad][\r]O`io[0x98]jh[0x19][0x95][0xd9][\r][0xb1][0x88][0x93][0xde]B[0x16]U[0xc6]"[0x99]p[0xd9][0xcc]b[0xb4][0xf6][0xd1]1[0xda][0x85][0x1b]([0x1d]+[0xc8][0xf5]L[0xd8]j[0x1d]>[0xf9][0xa8][0xa2][0xb2]~[0xb][0xd9][0xb]b[0x9][0xe2]3[0xc2]fK8li^[0x83]N[0xf1][0xf][0xd1][0x1f][0xdd][0xd6][0x9c]@>F[0x88][0x8c][0xb9][0x85]X-[0x8f]E&Pu[0x6]%[0xd3][0xa8][0x1e][0x88]L[0xa2][0x86]d+[0xc6]#eX9[0x81][0xda][0xb3]X[0x1c]y[0x12][0xab][0xe8][0xe9][0xc][0x82][0xd3][0xa8][0xa3]#[0xb1][0x9a][0xbe][0xaf][0x1f][0xbf][0x84]We[0xc8]/[0xa7][0x8a][0x1][0x5])[0x9f][0x82]"QX*[0xc9]|[0x13][0x85]d3[0x5]$[0xe3][0xc0][0x16]7[0xa0][[0x1c][0x7][0xf2][0x89][0xea][0x1][0x8c]x[0x1c][0xb0]%[0x7][0xdd]3[0xab][0xd0][0x1f]]7[0x1d][0xda]I[0x87]vCc[0x19][0x1a]&[0xb0][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]b[0x91][0xe7][0xa9][0xdc])[0xae]![0x1][0x93]X;>[0x8d][0xf0][0x80]][0x8b][0x8d][0x99][0xb4][0x97]Z[0x9][0x95]QD[0xc8]A[0xc2]\N[0x88][0x19]^[\r].[0xaf][0x6][0x87]W[0x11][0x85]X[0xc5][0xa8]'[0x8c][0x1a]=',[0xfb][0xc4]C(![0x9e][0x8b][0xd8]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "E$[0x16][0xe9]k[0xba][0xdc][0xe2][0xf7][0xb5][0xe4]W[0xe4]W[0xf8][0xcf][0xa1][0xa3][0xa9]"ckAe[0xc1][0x4][0x9a]Z[0xc5]J[0xf1][0xb2][0xff]Q[0xd4]W[0x8a][0xbe][0x8d]eXg[0xc5]qYe[0x81][0x9f][0xaa]w[0xc0][0xc7]<[0xfb]'[0x10][0xbd][0x82][0xf5][0xe3]'[0xf3][0xa9]T[0x9f]#[0xbc][\r][0xfc][0xe6]Fv[0x5][0x95][0x1a]p[0x98][0xec][0x19][0xc4][0xc9]D[0x1d]R[0x94][0xf0][0xa3][0xd4]a[0xc]*[0x92];-/v[0x13][0x97]:*[0xc8][0xc3][0xd0]I[0xbb][0x8a][0x8a][0xd4] [0xcd][0x2]z[0xee]![0xed]#[0x84]TDe~[0xd4]*k>[0xef][0xc7][0xe8])[0xdf][0xca]W[0xda][0xef][0xdb]0FY[0xe0][0xe8][0xf7][0xe3]8[0xed][0xb0][0xf3][0xc1][0xdd][0xd7][0xc6][0xbd][0xd3][0xc5][0xbd][0xcb][0xc9][0xf4][0x18][0xee]v[0xf5][0xdf]:#Nv[0xde][0xee][0xa1][0xe7][0x13]x[0x9b][0x93][0xb7]f[0xe2][0xc0][0xc7]'[0x10][0xf6][0xd1],[0xd8]8[0x81][0x1b]g[0xf7][0xa4][0x13][0x9e][0x9e][0x14]pxy[0x8f][0xd6][0xdb]][0xac]v[0x7][0xab]4[0xcc]P|[0xe6][0xad]3[0x95][0x5][0xf3]d[0x96]n[0xe9][0xc5]|[0x87][0x8b][0xb9][0xd9][0xc1][0xc][0x86]}[0xd7][0x2][0xbc][0xd7][0x3][0x18][0x9c][0x3][0x98][0xc7][0xb7]l[0xa7][0x85][0xaa][0xf4][0xc9][0xa5]U[0xce])[0xb6][0xe7]Ko[0xa3][0x5][0xbb][0xa5][0xfa][0xc2][0xac][0x16]y[0x8a][0xd2]s?[0x11]|[0xc0]S[0x92][0xe9][0x91]WD#[0xeb]fk[0xe4][0x95][0x12][0xfe][0xbb][0xac][0xde][0x93]>*[0xf6]w[0xad][0xd6][0xf0]x[0xb7]5l[0xed][0xa1][0xeb][0xb7][0x8a]}[0xbd][0xeb][0x8][0x95]Z[0xcc][0xd7]Q[0x13][0xb9]|[0xe][0xd5][0x91][0x1a][0x16][0xd7]dzds[0xff]I[0x1f][0x15][0xde][0xcb][0x91][0xd9]=[0xf2]!,[0xc6]iT[0xe0]a*[0x80][0xd3]X[0x87]G[0xdc][0x81][0x1c][0xa4]![0xcd]=[0x92]y[0xae]wKh=[0xde][0x83][0xf7][0x12][0x93][0xc5][0xd4]A[0xb9]3[0xe6][0xcd][0x88][0xcc][0xfb],[0xf4]S[0xf8][0xaa][0x95]^[0x96][0x95][0xe3]+([0xfc]?PK[0x7][0x8][0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/experimental/theories/internal/BooleanSupplier.class[0xad]S]k[0x13]A[0x14]=[0x93]M[0xb2][0xe9][0xba][0xb6]5[0xd6][0xf8]m[[0xb5][0xba][0xa9][0xe2]R[0xf4]AL)T[0xa1]O[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x2][0xb5]O[0x93]8[0xd9]N[0x98][0xec][0x86][0xd9][0xd9][0xa2][0xf][0xfe]'}[0xb2][0x8][0xfa][0x3][0xfc]Q[0xe2][0x9d]M[0xac]![0x8][0x95]`[0x8]s[0xef][0x9c][0xb9]s[0xee]p[0xce][0xdd][0x1f]?[0xbf]~[0x7][0xb0][0x85][0xc7][0x1e][0x16]p[0xdd][0xc5][0x8d][0x1a]nz[0xb8][0x85][0xdb][0x1e]J[0xb8]S[0xc3][0xaa][0x87]5[0xac][0xbb][0xb8][0xeb][0xe2][0x1e]Cu[&[0xd2][0xec]08A[0xb3][0xc3]P~[0x95][0xbe][0x13][0xc]Km[0x99][0x88][0xd7][0xf9][0xb0]+[0xf4][0x1][0xef]*B[0xea][0xed][0xb4][0xc7]U[0x87]ki[0xf7][0x13][0xb0]l[0x8e]e[0xc6][0xf0][0xa2][0x9d][0xea]8[0x1c][0xe4]D[0x14][0x8a][0xf7]#[0xa1][0xe5]P$[0x86][0xab][0xd0][0x1c][0x8b]TK[0x91][0x85]21B'[0x84][0xbc]LS%x[0x12][0xe5][0xa3][0x91][0x92]B[0xb7][0xa8]U,L[0x87][0xab]\Di[0xae]{[0x82][0xe8][0xf6][0x82]s[0xf9][0xde]p[0xcd][0x87][0x82]8#[0x19]'[0xdc][0xe4]Z[0xb4][0x9a][0xed][0x1]?[0xe1]an[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]23D[0xed]d2fx6[0xf][0x1b][0xc3][0xc2][0xd9][0x86][0xe1][0xe3]y[0xd1][0xf6][0xf9]$[0xa9]!Dr[0xb5][0x9b][0xd1][0xd3][0x13]{[0xdc][0xda][0xa1][0xb7]xcm[0xf6][0xa4][0x15]}eF[0xc3]'[0xb6][0x8b][0xf][0xf][0x17][0x18][0x9e][0xce][0xd1][0xc1][0xda][0xa8]s[0xe1][0xe2][0xbe][0x8f][\r]<[0xf0][0xf1][0x10][0x1]C[0xa5][0xcf]UF`[0xd3][0xc7]&[0x1e]1<[0x9f][0xd7]b[0x86][0xad][0xd7][0xee][0xec][0xce][0xa5]B:[0xc5][0x93][0xf8]7[0x1f][0x83]{b[0xc7]d[0xbf][0xcf][0xd0][0x8][0xde]N[0xc4][0x9d][0xae] [0xa1]j[0xfd]T[0x17][0xc3][0xc4]p[0x14]LUDF[0xcb]$nM![0xfb][0xdd][0x81][0xe8][0x19][0xf2]h[0x1e]O[0x18][0x96][0xff]X[0xbb][0xab]5[0xff]@c[[0xe5][0x99]u[0x99]a#8[0xfa][[0xa3][0x99][0xf1][0xc4]:j[0xf4][0x81][0xda]_[0x9][0xcc][0xda]G[0xab]O[0xbb][0x90]"[0xa3]X[0xd9][0xfc][0x2][0xf6][0xb9]8[0xbe]Hk[0xb5][0x0]=,[0xd2][0xea][0x8f][0xb][0xb0][0x84]e[0x8a][0xa4][0x16][0xea]Te/[0x1f][0x10]Z[0xa2][0xb8]V[0xf9][0x86][0xd2][0xa1]Sw[0xca][0xa7][0xa0]%:,[0xd7][0xab][0xce]$?[0x85][0xfb]i[0x86]w[0xb1][0xe0]m[0x8c][0xef]Nxmv[0x19]+t~[0xa5][0xa8]nPv[0xb5][0xc8][0xae][0xfd][0x2]PK[0x7][0x8][0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/internal/EnumSupplier.class[0xad]T[0xdb]N[0x13]Q[0x14]][0xd3]N;0T[0xee][0x5][0x8b]wEm[0xcb][0xa5][0x82]\[0x14][0x10][0xb9]([0xc6][0xa4][0xa2][0x11][0x82][0x17][0x9e][0xe]p,[0x87][0xc]3d:%[0xf2][0xe0][0x9b]_[0xe2][0x8b][0xaf][0x9a]x7[0xf1][0x3][0xfc][0x2][0x9f][0xfc][0x14]u[0x9d][0xe][0xa9]@I0[0x8d][0xf]3[0xfb][0x9c][0xb5][0xcf]^{[0xed]}[0xf6][0xcc][0xf7]__[0xbe][0x1][0x18][0xc0]-[0x1b]6[0xb2][0xf5][0xa8]G[0x8f][0x8d]^[0xf4]Y[0xe8][0xb7]a"k#[0x87]+6[0xf][0xc]6[0xe0]*[0x86],[0xc][[0x18]1P'[0xdd][0xd2][0xe6][0xe2][0xce][0x96]4[0xd0][0x92][0xdf][0x10][0xdb]"[0xe7][0x8][0xb7][0x90][0x9b]uD[0xb1]8n[0xa0]~A[0x15]\[0x11][0x94]|[0xfa][0xdb][0xf][0xfa]'[0xb2][0x93]<[0x12][0x9f]P[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0xe9]OW[0x11]d[0x96][0xc][0x98][0xb3][0xde][0x1a][0xa3][0x9b][0xf2][0xca][0x95][0xf3][0xa5][0xcd][0x15][0xe9]/[0x8a][0x15][0x87]Hk[0xde][[0x15][0xce][0x92][0xf0][0x95][0xde][0xef][0x82]f[0xb0][0xae][0x8a][0x6]F[0xf3][0x9e]_[0xc8]m[0x94][0xc8][0x9c][0x93][0xcf][0xb7][0xa4][0xaf]6[0xa5][0x1b][0x8]'[0x17][0xac]K[0xcf]W[0xb2][0x98]Sn }[0x97][0xc8]m[0x16][0xb0]P[0xda][0xda]r[0x94][0xf4])[0xa7]c?++[0xdb]e[0xee][0xac][0x92][0xa7][0xf5]k[0x85]M[0x5][0x19],[0x9][0xa7]$[0x17][0xbc][0x92][0xbf]*[0x99]~.}d[0xfe][0x7][0xc2][0x17][0x9b][0x92][0x1a]*[0x1d][0x1a][0xcf][0x84][0x9]J[0x81]rryU[0xc][0xa8]&[0xb6][0xad]yu[0xad]s[0xdf]_[0xd9][0x90][0xab][0xda]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xef]6[0xd0][0xb6]|[0xa8][0xd3][0x91].[0x9d][0xc6]][0x3][0x11][0xc5]E[0xb4][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0x86]j[0xd1]e[0xc0][0xd6][0xb7]\.[0x91][0xc5]5[0xb0]t[0xfa]t w[0xcd][0xd5][0xa2][0xef][0x1c][0x80]&[0x8e]N[0xea][0x5]D[0x94]p[0xa6]+[0xd4][0xe3]z6^[0xfc][0x97]>[0xd6][0x9e][0xdf][0xe]otN[0xe9][0x1]h[0xd9];)[0xfd]:E[0x2]M[0x18]M[0xa0][0x1][0x9][0xb][0xd7][0x12][0xb8][0x8e]1[0xde][0xc6][0xdf][0xdc][0xd3][0xbe]/v[0xb4][0x0][0xb][0xe3][0x9]L[0xe0][0x86][0x85][0xc9][0x4]nb[0xca][0xc2]t[0x2]3[0x98]50\[0xd3][0x98][0x1a][0x18][0xf8][0xf7][0xb6]Tb[0xa2][0xe9][0xf2][0xb0][0x1e][0x18]b[0xde] [0xc7]W[0xb3][0xcf]zn1[0x10][0xe5]KM[0xa6]3[0x87][0xe]U[0xf3]A[0x8c]?[0x80][0xc0][[0x8]|[0xe5][0x16][0xf4][0x7][0x9c][0xd9][0x13][0x14][0xa2][0xc][0xba]ZC[0xf7][0xc9][0xfb][0xcc][0xf3][0x97][0xc2][0xe1]_NW[0xd3]V[0xab][0xcb][0xd4]t[0xcb][0x6][0x1a][0xf7][0xf][0xb][0xfb]$[0xd6][0xd6]t[0xb][0xe]I[0xf1][0x14][0xe7][0xf8]c[0xb4][0xf9][0xa3][0xe4]W[0xa5][0xef][0x9d][0xf6][0x18]w[0x11]4[0xf2]as[0xd1]L[0xdb]B[0xe4]1m[0x84][0xd6][0xce]~[0x84][0x91][0xed]y[0x8f][0xc8][[0xee][0xa2]h[0xe5][0xbb][0x91]V[0xbf]M[0x9e][0xaf]gD[0x1b]w[0x1d][0xe1]i[0xb4]#[0x9][0x94]W!{[0x7][0xd7][0xda][0x86]Hc%_'W[0xc7][0x91][0xda][0xcd][0xf6][0x83][0x8c]u[0xb4]3[0xd9]w[0x88]|@[0xf4][0xde]W[0x98]O>"6[0xdf];f[0xa6][0xcc]o#[0xb1][0xe8]H<[0x19]O[0xc6]^[0xe1]\[0xca]L[0xc6][0x7][0xc7][0xac][0xbe][0x94][0xf5][0x1][0xf1][0x94][0xf5][0x9][0xd6]g[0xd4]E[0xf0][0xe8]e[0xdc]x[0xfd][0xfb]g[0xdf][0x9b][0x8a][0xca].[0xc4][0xf9]n'o[0x7]5v"[0xc3]|c[0xb4]S8QV[0xfc][0x90][0x9e][0xc][0xb3]wqo[0x11][0xe9][0xc3]I[0x9c]bM[0xc7][0x91][0xc6]i[0x9c]A[0x8c][0xf8]E[0x9c][0xe5]J[0xf3][0xcc]T*[0x9b]a[0xf][0xcf]S}[0x1d][0xd9].0"B[0xf6]At[0xf3]l[0xb4]Rm[0x88]\"[0x12]V{[0x99]X[0xba][0xbc][0xca][0xfc][0x1]PK[0x7][0x8][0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.class[0xad]VKW#U[0x10][0xfe].[0x9][0xe9]$4[0x8f][0x9][0xef][0xc1]GPa[0x92][0x10][0xc8]8[0x83][0x8f][0x99]0h[0x86][0x87]2[0x86][0x87][0x86][0x1][0x1]G[0xed][0x90]K[0xd2][0xb1][0xd3][0x1d][0xba];[0xc][0xb8]s[0xe9]O[0xe0][0x17][0xcc]f[0x16][0xb8][0xc9]d[0xf4][0xe8]9n[0xdd][0xb8][0xf3][0xe7][0xa8]u[0xbb]Cx5[0x9e]Y[0x98][0xc5]}T[0xdd][0xfb][0xd5]Wu[0xab][0xaa][0xf3][0xc7][0xdf]?[0xff][0x6][0xe0]][0x1c][0x5][0xf1][0xa9][0x84][0xa5] [0x1e][0x85][0x11][0xc4]gad[0xb1][0x1c][0xc6]M[0xac][0x88][0xed][0xaa][0x84]51[0x1e]F[0x9b][0x18][0xb2][0xf8]B[0xc][0xb9]0[0xd6][0xf1]X(6$l[0x86][0xd1][0x8d]/;[0xb0][0x85][0xed][0xe][0xec][0xe0]+1<[0x11][0xba][0xaf][0x85][0xe2][0x1b]187[0xbf][0x95][0xa0][0x4][0x91][0x97][0xb0][0xcb][0xd0]cqSU[0xb4][\r]nZ[0xaa][0xa1]?^[0x9a]g`[0x8f][0x18]:[0xe7][0xc][0xdd][0xb2][0x15][0xdd][0xde]P[0xb4][0x1a]o[0x87][0xfb]c[0xc][0x81][0x19]UW[0xed]Y[0x86][0x7][0xb1]lY9PR[0x9a][0xa2][0x17]S[0xeb]%[0xd3]x[0xaa][0xe4]5[0x9e]>'[0xcc][0xd9][0xa6][0xaa][0x17][0xd3];[0xe7]D[0xab][0xf9]2[0xdf][0xb5][0xd3][0xf1][\r][0x6][0xff][0x9c]Q[0xe0][0xc][0xdd]YU[0xe7]+[0xb5]J[0x9e][0x9b][0xeb][0x2][0x80]![0x92]5v[0x89][0x90]B[0xb4]h[0xdf][0x14][0xfa][0xed][0x92]j1,f[\r][0xb3][0x98]*[0xd7][0x88]B[0x8a][0x1f]V[0x89]z[0x85][0xeb][0xb6][0xa2][0xa5][0xec][0x12]7L[0x95][)U[0xb7][0xb9][0xa9][0x93]dM1[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x8d][0xfa]=/d,r[0xd3]&[0x7][0x17]L[0xd3]0[0xd3]d[0xd6]V[0xcc]"[0xb7][0x17][0xe]wyU[0xc8][0x19][0xfa]=[0xdd]a[0x8][0x13]H[0xc9]([0xac][0x10][0x98][0xe0]v[0xc5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "IU[0x98]"v[0xbd][0x1e][0xae][0x92][0x9a][0xef][0xd7][0x14][0x8d][0xd4][0xfd]1[0x8f]Hl3[0xf8][0x8c]|[0xf9]"t[0xeb]n[0xb0][0xa4]X%7P[0xbe]X|[0x89][0xe2]P6T"{/[0xf6]jq[0xf6][0xa2][0x1b]*pM[0xad][0xa8][0x14][0x19][0x86][0x19][0xf][0x1c]WR[0xb3]U-5gh[0x1a][0xe1]P|[0xbc][0xa1][0xfc]:?[0xb4][0xc9][0xc3][0x3][0x91]$[0xe4][0xe1][0x80][0xf7]][0x86]6+[0xcf]0|[0x5][0xe2]aM[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xbc][0x87][0xdf][0xe5][0xd3]w[0xe]`[0x89]$[0x8a][0xed][0xbc][0xd6][0xc0][0xc5][0x94]8[0xaa][0x9e][0xa6]E[0xc2][0xd3][0xe0][0xcc][0xd5]H[0xcc][0x12]J[0xcc][0x3][0xfc][0x9a][0xa3][0xa1][0x9c]Z[0xd4][0x15][0xbb]f[0x92][0x8d][0xb5]W[0x8d][0x91]'[0x96]g[0xdc]:-g[0xe5][0xd4][0xd6][0xea][0x1e][0xc3][0xb8]Wfx]d[0xc4]'[0x9c]3j[0xe6]._TE[0x0][0xa2][0xff][0x91][0xe6]S[0x2][0x80]^g[0xcc][0x8a][0x8d]Yq*[0xf5][0xcb]6[0xe8]][0x92]Q[0x19]w1-[0xa1] [0x83]cZF[0x14]{2[0x8a](1[0xcc][0xff][0x1f][0xa5]&CEY[0xc6]$[0xa6]d[0xea]pw$|'CCE[0x18]}[0x9f]a[0xf0][0x9a][0x84][0x10]4t[0x9][0x86][0x8c]*[0xf6]%[0xd0][0xde][0x82]-[0xe3][0x3][0xd4]d[0xcc]a^[0xc6][0x1][0x9e][0xca]8[0x4]5[0xab]^[0x8f][0xaa]e[0xb8][0xb1]c[0x1b].btO[0xa1]@[0x15][0x9e]0[0xc][0x9d][0x9d][0xbc][0xc8][0xf1]Bd[0xdc][[0x14][0xb5]=[0xc3][0xac]([0xf6]5UK[0xfd]+$[0xfa][0xe0][0x9c]R[0xb3][0xc8]\[0xd2][0xbb][0x17][0xc6][0xaf]i)[0xc1]Sr[0x94][0xf0]1[0xcf]w[0xee]9[0xcb][0xaf][0x8c]i*GT[[0x1][0xc5][0xca][0xaa][0x16][0x11][0x1a][0x8b]]_[0xe9][0xce][\r]q,[0xed]4[0xc][0xa2][0xd9][0xe7][0x95][0xa9]DAm[0x16][0x0][0x15]W,[0xee]]u[0x91][0xab]R[0x6][0x89]:[0xd2][0x8a]S[0xf5][0x84][0xbf]}[0xd9][0x81][0xb3][0xa6][0xa7]T[0xab]\/0LzT[0xcf]U[0x97][0xcf][0x1a][0x81]t[0xe0][0x16][0x5]F[0xe9][0xbb]uS|sh[0x1c][0xc1]k4[0xbf]N[0xbb]6[0xbc][0x81][0x0]~[0xa0][0xfc][0x18]%[0xc9][$[0xd9][0x87][0x4]?[0xcd][0xa3][0x89][0x8]k[0xff][0x15]m[[0xbe]dn[0xcb][0x1f][0xf1]M6[0xe0][0xcf]5[0xd0][0xfe][0x2][0x81][0xc4]D[0x1d][0xd2][0xe6]O[0xce][0xf5][0xb7]i[0xec][0x82][0x8f]F[0x99][0x80];[0x9][0xa8][0xb][0xef][0xd0].[0xe1][0x82]`[0xc][0xe3][0xce][0xa7]n[0x14][0xb7][0x10]#[0x13]b[0x15]'m[0x9b][0xb3][0x9a]@[0x92][0xee]2[0x91][0xcf]M[0xf3][0xab][0xa4][0x11][0xba][0x91][0x89][0xdf][0x11][0x82][0xfb]x[0x10]E[0x10][0xf]U[0xa4]#[0x8]c*[0x8a][0xc][0xa6][0xa3][0x98][0xc1]#[0xd9][0xcc][0xaa][0xc8][0xaa][0x98][0x8b] *[0xc3]4<[0x8e]`[0x1e][0xb]Q[0xfc][0x80]'[0xb2]y*q[0x16]U[0xfc][0x18]EL[0xae][0x9d][0xc1]3[0x15]?E[0xd0][0x8d][0x7]r[0xf0][0xb3][0x8a]_T[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xa3][0xa6]m[0xfa]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x13]i[0xc7][0xcd][0xeb][0xab]%[0xe]u[0xb7]d[0xdb][0xc2][0xf5][0xf4][0xa2][0xb3],,}Nx[0xfe][0x84]ex^*9[0xaf] 4[0xc1]I[0x5]'[0xd3][0xa6]-2[0xa5][0xe2][0x92]p[0xe7][0x8c]%[0x8b]3[0x9d]i'gX[0xf3][0x86]k[0xca]qm2[0xe4][0x17]LO[0xc1][0xbd][0x6]p[0xf1]rM[0xb8]fQ[0xd8][0xbe]a[0xe9]~A8[0xae])<[0xdd][0xb4]}[0xe1][0xda][0x9c][0xc9][0xae][0x89][0x9c][0xb9]b[0xe6][0xee][0x1a][0xbe]1[0xe3]p[0xda][0xcb][0x96][0xd6][0xd6],S[0xb8])[0x5]m[0xfe][0x16][0x17][0x5][0x17][0xe]@XAO^[0xf8]Y[0xd3][0xce][[0xa2][0xe]8i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0x99][0x0][0xe9][0xc4][0xbe][0xac]f[0xc][0xd7]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xcb][0x9a]y[0xdb][0xf0]K[0xae]H%[0xd3][0xab][0xc6][0xba][0xa1][0x97]|[0xd3][0xd2]'[0x1c][0xcb][0x12]9[0xdf]tlf[0x8a][0xac]H[0xdc][0xc][0xe3][0x89][0x1d][[0xac][0x86]Y[0x86][0x9d][0xd7][0xb3][0xbe]K[0x6][0xc]i[0xa9][0x84]([0x88]7,[0xba]bEb[0xe8][0x15]V[0x8c][0x9][0x98][0x17][0x15]t5$[0xb9][0xcf][0xf4][0x86][0xef]H[0xf9]A[0xcf][0xcc]+[0xb8]~[0x14][0xda][0xdc][0xea][0x95][0x9a][0xee][0xee][0xbd][0x14][0xb4][0xbb][0xe2]E[0x89][0xde][0x89][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xa3]M4[0x9c][0xae][0xc2],[0x98]~a[0xca][0xf0]s[0x5][0xce][0xd6]4w4[0xe0][0xa6]M[0xcf]O[0xc9]T;j[0xe2][0xd5][0xda]V][0xc]7[0xe5]0[0xba][0xa7]/c[0x4][0x1b]x[0x7][0xff][0xfd][0xd1]mu[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xc7][0xb8][0xd3][0xef][0xcf][0x1a]c[0xb9]mW[0xee]V[0xa5][0xc5]w[0x17][0xe1][0x94][0xf0][0xb][0x8e]\[0x8b][0x16]+[0xbd][0x9a][0x87][0xe1][0xea]HAr[0xcf][0xea][0x9e][0x94]D7[0x1c][0xf7]y[0x15][0x82]I[0xd5][0xe2][0x16]XO[0xad][0xd7]dw[0xc6][0xf7]Ps[0xd0]4R]j[0xd7][0xe][0x1c][0xe6][0xe9][0x8d]c[0xdd][0x85][0xc3]d[0xee][0xda][0xb1]+u[0xeb]#Y[0xa7][0xe4][0xe6][0xc4][0xa4])+[0xf2][0xfc][0xde][0x7][0xcf][0x90]d[0xa0][0xe1],>[0xd5]p[0x11][0x97][0x14][0xc][0xed][0xa7]c[0xd2]u[0x8a][0xdb]8*[0x96]4[0xe4][0xb0][0xac]A`[0x85]5[0xb2]-h[0xdc]u[0x8d]W[0xd2]I[0x89][0x9e]WQ[0xd0]`bU[0xc5]s[\r][0x16][0x8a][0x1a]l8|[0xe3][0xf6](8[0x16][0xc9]~<[0xea][0x1c]d[0xea]5[0x15]/4[0xb8] [0x1f][0x8e]KX[0xd7][0xb0]![0x9b][0x9b]RR[0xff][0x81][0xa1]<[\r]#[0xf2][0x89][0xbe][0x3][0xee][0x80][0x86][0x9][0x19]>q[0xc]7[0x0]+[0xf0][0xc0]([0xe3][0x96]5%[0xe4][0xf5][0xd4][0xf0][0xf4][0xd5][0xc3][0xd7][0x1f]OE[0x16][0xcf][0xb8]m;[0xbe]![0xb][0x8f][0xc7]o[0xa2][0xe1][0x4][0xa8][0xdd][0x8b][\r]3F=T[0xdf]~J[0x9e][0xfd][0xeb][0x86]U"\W"[0xd9][0xec]X[\r]&[0xe4][0xe5][0xda][0xd5][0xac][0xd6][0x15][0xb4][0x9a][0xb5];[0x80]'j"[0xd9][0xfc]n[0xe8][0xdc]=[0xcb][0x93][0xa1]`x[0x19][0xf1][0xd2][0xaf][0xe0]?[0xe5]ulW[0x6];9L/[0xad]2[0x11]!N%[0x92]M[0xaf][0xad][0x8e]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x9e]S[0x86]'[0xcb]V[0xc1][0xa5][0xc4][0xe2]n[0xa8][0xe4][0xee][0x9b][0xe0][0xc4][0xce][0x19]j[0xca]9[0xf4][0xde][0xb4]=[0x99][0xb7][0x9][0x4][0xd9][0x6][0x8d][0xe5]e|[0x81]8[0xff][0xb0][0xc8]O[0xb][0x14][0xf9][0xe][0xb2]=[0xc7][0xd1][0x18][0x2][0xfc][0x2][0xe1][0xfe][0x81]7P[0xfe]`/[0x80][0xcf][0xd8]F*[0xb3]1Fw[0xe1]<{[0xdd][0xd5](|N$Tz_[0xe2][0x2]1B[0xf2]U[0xe6][0x1a][0xb1][0x94]8[[0xb9]V[0x94]X[0x81][0xa9][0x81][0x18][0x82][0xaf][0x11][0xda]D[0xb0][0x8c][0x16][0x5][0x99][0xbf][0x10]~[0xf2][0x6][0xea]Hh[0xb0][0x8c]V[0x5]#-[0xf1][0x96]2[0xda][0x14][0xfc][0x8a]Q[0xd9][0x8b]([0xd8]Dt$[0x1c][0xf][0xc7][0xa0][0xbd]F[0xfb]&[0xb4]2N0N[0x8d][0xab]oq[0xf2]r[0x19][0x1d][0x1][0xc6][0xb6][0xc7]C[0xf1]p[0x19][0x9f][0x4][0xb0][0xf0][0xdb][0x9b][0xf1][0xd0][0xef]L[0x18][0xac]P[0xee]E[0x1b][0xdb][0x1e]R[0x8b][0x93][0xee]Y[0xd2]>[0x87][\[0x99]f[0xef][0x19][0x89][0xe7]Iy[0x95]t[0xa5][0x9c]Y[0x12][0x9d]fl/[0xfa][0xa0]2[0xaa][0x1f][0x9]$[0xf9]d[0x1f][0xdf][0xb2]~[0xc]P6e[0xd4][0xc5][0x16]1[0x88][0xcb][0x14][0x1b]&[0xc6][0x10]t[0xca][0xec][0xc6][0x2][0xae][0xf0][0xdf]f[0x90]h[0x19]\[0xc5]5[0x1a]q[0xbd]fS5[0xea][0x6]{[0xd5][0xb5][0xaf][0xb8][0xf6]u[0xc5][0xd8]o[0xd8][0xbb][0xd9][0xdc][0xae][0xce][0xf][0xb1]+V[0xb1]+VF[0xd7][0xa1][0xed][0x92][0xa2][0xfb]I{[0x90]d[0x87]h[0x84]N[[0xae][0xd0][0xae]a[0x8a][0xb8]F[0xbb]n|d[0xbb]F[0x9a][0xdb]u[0xea]Hvu[0xd7][0xab][0xeb][0xf4][0x11][0xab]k[0x84]tS[0xa4]}[0x8b]do[0xb3][0xfd][0x96][0xb6][0x8c][0xd3][0xae];[0x14]q[0x97]vM[0xee][0xb0]+U[0xb7]k[0x94][0xed]A[0xec][0x1a]kb[0xd7][0xed]]v[0x8d]1o[0xa0][0xb6]6^[0xb7][0xeb][0xe]{[0x13][0xcd][0xed][0xea][0xf9][0x10][0xbb]b[0x15][0xbb][0x8e]T][0xf]I7M[0xda][0x19][0x92][0x9d][0xa1][0x5][0x8f]h[0xcb],[0xed][0xca]R[0xc4]c[0xda][0xb5][0xf0]Q[0xed]R[0xb8]e[0xb2]w[0xef]PK[0x7][0x8][0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOn.class[0x95]Q=K[0x3]A[0x10][0x9d][0x8d][0x89]g[0xa2][0xd1][0xf8]UX[0x88]"[0x12][0xb4]q[0xd1][0xc2]F[0x9b][0x13]N[0x8]$[0xe6][0xb8][0x9c]6[0xa9]6[0x97]!n[0xd8][0xec][0x1d][0xbb]{[0xc1][0xfc]5[0xb][0x80]?J[0x9c][0xf3]+M X[0xec][0xce][0x83]y[0xf3][0xde][0x1b][0xe6][0xfd][0xe3][0xf5][\r][0x0].a[0xdf][0x83][0x1d][0xf]v=[0xd8]cP[0x96][0xda]Y*g[0xe7][0xfd][0x16][0x83]Z/[0xcd]M[0x82][0xf7]R![0x83]z[0x8c][0xd6][0xe1][0xb0][0xab]/[0xc6]b*[0x18][0x1c]D[0xb9]vr[0x82]O[0xd2][0xca][0x81]B_[0xeb][0xd4][0x9]'SM[0xf3][0xd7][0xed][0xd4][0x8c][0xf8]8[0xd7][0xd2]q|[0xc9][0xd0][0x10]O;[0xa1][0xb8]{[0xc6][0xd4]H[0xb4]<[0x14]FL[0xd0][0xa1][0xb1][0xbd]<[0xcb][0x94][0xc4][0xe1][0xdd][0xec][0x86]Ae*TNf[0xb7]K[0x5][0xec][0xf7][0x98][0xb1][0xfc]7[0xd7][0x8f][0x90]![0x99][0xe3]v[0x91][0x91]+[0xa1]G\[0xfc][0x5][0xe3][0x11][0x19][0xea][0x2][0x11][0xa5][0xb9][0x84][0x12][0xa6]J&E$/z|[0x88][[0x9d][0x80][0xc1][0xe1][0xe2][0x91]X[0x98][0x11]:b[0x9e],[0xee][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xf0][0xf1],C"UC?[0xf2];A[0x1c]D[0xc][0xae][0xfe][0xbf]$[0x83][0xc6][0xdc][0xa4];[0x18]c[0xe2][0x18][0x1c]-[0xf4][0x9d]_[0xa4][0xc9][0x80]A[0x89][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1d][0x9c][0x95][0xe9][0xbe]P!T[0x82][0xd5][0xaf][0xdf][0x83]5[0xaa][0xa7][0xd4][0xad][0x12][0xa7][0x96][0xc0]:l[0x14][0x0][0xa1][0xe][0x9b][0xb0]U[0xc0]>0[0x84][0x6]l[0x2]PK[0x7][0x8][0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6][0xb7]-[0xa5][0xdc]-X/([0x8][0xd2]r[[0xb9][0xaa][0x14]Q[0xc4]`Hj!)[0xc1]([0xbe][0xc]t(C[0x96][0xdd]fwJ[0xe4][0xc1]7[0x89]/[0xbe][0xea][0x8b][0x88]&[0xc4]g[0x84]?[0xc2][0x1f][0xa0][0x9e]Y[0xca][0xdd][0x4]ll[0xda]9[0xb3]g[0xcf][0xf9][0xbe]s[0x9b][0xe9][0xf7]__[0xf6][0x0][0xc][0xe1]I[0xc]q[0xa4][\r][0xf4][0xc6][0x10][0xd0][0xb2]/[0x86]~[0xc][0xd4]"[0x84][0xc1](:c0q'Ff[0xc3][0xb5][0x18][0xc1][0xa8][0x81]1[0x3][0xe3][0xc][0x91]IiK5[0xc5][0x10]L[0xa5][0x97][0x18]B3NA04d[0xa5]-r[0xe5][0xcd][0x15][0xe1].[0xf2][0x15][0x8b]4[0xcd]Yg[0x95][K[0xdc][0x95][0xfa][0xb9][0xa2][0xc][0xa9]u[0xe9]1Lf[0x1d][0xb7]hn[0x94][0x9][0xc8][0x14][0xaf]K[0xc2][0x95][0x9b][0xc2]V[0xdc]2[0xd5][0xba]p\)<[0xd3]+[0x97]J[0x96][0x14][0xae]g.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x89][0xc2][0xbc][0x9d][0xaf]h2DV[0x14]j[0x89][e[0x91]w[0xca][0xee][0xaa] [0xc0][0xd9][0xd4][0xb9][0x88][0xb][0xdc][0xe5][0x9b]B[0x9]7/[0x8b]6WeWd[0xd2][0xd9][\r][0xbe][0xc5][0xcd][0xb2][0x92][0x96][0x99][0x95][0x9e]"h&[0xe9]7G[0x81]r[0xd7][0xed]b[0x8],[0xeb][0xbd]%l[0xbd][0x97][0xb4][0x4]=Yd[0x18][0xad][0x86]M[0x3][0x11][0x9]C[0xe3]Y[0xda][0xa8][0xaa]dy[0x11][0xec][0xb3][0xb5][0xd1][0xd8][0xd2]VT[0x88][0xd6][0x93]U[0xdf].[0x1d]T[0xfe][0xe9])[0xd2][0xf3][[0xb0][0xe0]([0xd2]HnM{[0x94][0xb4][0xad]_g[0xa6][0x88][0xa9][0xe6]0%[0x86]7[0xff][0xa5][0xee][0xd5][0xc7][0x12][0xdb][0x9f][0x80]Y[0xa9]SL[0x9c][0x1e][0x95]AM[0x13]G[0x1d][0xea][0x19]Z[0x8e]([0xa7]][0x97]og[0xfd]V[0xc][0xff]{[0xad][\r][0xdc][0x8d][0xe3][0x1e][0xee][0xc7][0xd1][0x89][0x9][0x3][0x99]8&[0xf1][0xc0][0xc0]T[0x1c][0xf][0xf1][0xc8][0xc0]t[0x1c][0x8f]1[0xc3]0Q[0xfd][0x84]3[0xc]][0xbc][0xa8][0x87]>[0xe7][0xa6]r[0xb6][0x11][0xc]ut[0x92][0xa6]m[0xdb]Q\IG[0xf]_j[0xbf]5[0x16][0xb7][0x8b][0xe6][0x8c][0xc5]=[0xef][0xa0]Y[0xbe][0x86][0x1f][0x9a][0x9a]G^z[0xf8]Ri}P[0x9a][0x8e],[0xe7]l%[0x8a]:,cK[0x1f][0xd4][0xf9]5[0x1a][0xcd][0xd4][0xdc]q[0xac][0x8a][0x5]y[0x8f]T[0xd1]}:2k[0x8e][0xeb]_[0x2][0xc][0xcb][0xc7][0xa3][0xce]+W[0xda][0xc5][0xcc]1[0xcd][0xfc][0xca][0x86]XU[0x94]H5S[0xc6]PrX[0xe9][0xe][0xe0][0x85][0x2]M[[0xea]/[0x14]/[0xd1][0x81]Z[0xba]T[0xf5]'[0x0][0xa6]G[0x8f][0xd6][0x6]z2I2[0x92][0xe1][0xde][0x1d][0xb0][0x8f][0xfe][0xeb]FZ#[0xbe][0xb2][0x1e]M[0xb4][0xc6][0xf7][\r][0xd0][0x8c][0x16][0x92][0xc][0x97][0x90] +[0xed][0xfc][0x13]A[0xd4][0x90][0xcc]}E[0xe0][0xc5][0xe][0x82][0xcf][0xfa]Z[0x10][0xfa][0x84][0xf0]7[0x84]r[0x3][0xbb][0x88][0xd0][0xb8][0x85][0x92][0xa1][0x89]p2[0xbc]7[0x1e][0x9][0x8e][0x1b][0x9]#[0x11]y[0x87][0x8e]d8a[0xc][0x8e]G[0xfb][0x9b][0x8d]D[0xf4]3[0xe8][[0xb3][0x8b]X[0x0][0xcf][0xdf][0x1a][0xec][0xfd][0xef][0x1f][0xfd][0x1f][0x8]1[0xe8]G[0xd1][0xe][0x83][0xd6]&D}[0xee][0x16]\%[0xee]1b[0x9f]%[0x99]E[0x9b][0x1f][0xdd]+[0x8a]`[0x8c]v[0xad][0xf4][0x1c][0xc5][\r][0xc][0xe0]2[0x92][0x14]m[0x17]R[0xb8]B[0xba][0x8]z[0xd0]M[0x9e]m>V[0xae][0x92][0x85][0xde]][0xc3]u[0xca]&Jh[0xed][0xe4][0x17] }[0x6]7[0xa9]PA[0xb2][0x1e][0xa1]S[0x94][0xa4]?[0x9c][[0x95][0xfc][0xf7][0xad][0xba][0xc8][0xaa][0xdb][0xaf][0xd1]m[0xd2][0xf5][0xf8][0xbb][0xd4][0x1f]PK[0x7][0x8];[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/ArrayComparisonFailure.class[0x8d]U[W[E[0x14][0xfe]&[0x84]$[0x84]SR[0x2][0x2][0x5]*A[[0x9b][0xb][0x90]zmk([0x97]B[0xa9][0xa9][0x1]T([0xf4]"[0xea]![0x99][0x84][0x83][0xe1][0x1c]<[0xe7][0xa4][0xd6][0xb5][0xfc]#[0xfe][0x2]_u[0xad]6[0x15][0xbb][0x96][0xcb][0xa7]>[0xf4][0x7][0xf8][0xe8]OQ[0xbf][0x99]D[0x8]&[0xac]e[0x1e][0xe6][0xcc][0xde][0xb3][0xf7][0xfe][0xf6][0xfe]f[0xef][0xc9][0xab][0xbf]~[0xfd][\r][0xc0][0xdb][0xf0][0xa2][0x18][0xc7]B[0x18][0x8b]Q[0x4][0xb0][0xd0][0x83]1[0xdc]R[0xcb]R[0x94][0xcb][0xb2]ZnG[0xd1][0x8f][0x95]^[0xdc][0xc1]Ga[0xe4][0xa3][0x88]bA-w#[0xf8]X)[0xb][0xbd]X[0xc5][0x9a]Z[0xd6][0xc3][0xf8]D[0xd9]~[0x1a][0xc1]g[0xca]b#[0x82][0xcd][0x8][0xee][0xa9][0x18][Ql[0xe3][0xbe]R>P[0xe2][0xfd]0[0x1e][0x86][0xf1]H[0xe0][0xbc]'][0xcb][0xac]nI[0xd7][0xb3][0x1c][0xfb]^~Y@[0xdc][0x15]8[0xb7][0xe4][0xd8][0x9e]o[0xda][0xfe][0x96]Y[0xad][0xc9]n4~B R[0xce][0xdb]%[0xab](=[0xba][0x16][0xf6][0xcd][0xc7]f[0xb6][0xe6][[0xd5]l[0xc1][0xf2][0xfc][0x9c]@[0xcf][0x86]U[0xb1]M[0xbf][0xe6]J[0x81][0xcb][0xff]9[0x9e]m[0xc8]U[0xd3][0xae]d[0xf3][0xb6]/+[0xd2][0xcd][0xcd][0xe5]T[0xc4]U[0xe9]yf[0x85].[0xf1][0x16][0x93][\r][0xdf][0xb5][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf]C[0xb3][0x96]m[0xf9]s[0x2]W[0x93][0xed][0xc7]-[0x9a]E[0x8f][0xa5][0xf8],[0xe2][0xb6][0xeb]:n.[0x9f][0xda][0x12][0x8].9%[0xc6][0x8d][0x15],[[0xae][0xd5][0xe]v[0xa5][0xbb]i[0xee]V5[0x92]Sd[0xd5]&k[0xa7][0xdc]T[0x6][0xfd]=[0x8b]ue[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][[0xc9][0xee][0xd7][0x88][0x9a][0xb5][0x98][0xa8]k[0x9b][0xd5][0xec][0xa2][0xeb][0x9a][0xdf]-9[0x7][0x87]t[0xf1][0x1c]{[0xc5][0xb4][0xaa][0xac][0x92][0xe9][0x85][0xf][0xfe][0xcd][0xbe][0xbb]h[0xd6]<~G[0xcf]N[0x8a]F[0x96]][0x92]OHr^[0xc0]0K[0xa5]e[0xeb]@[0xda][0x8a]z[0xc2]'u[0xce][0xd1][0x8a][0xf4][0x8f][0x19][0x19]L[0xa6]:q[0x12][0x94]fqO `][0xa2]I[0xb][0xcf]yfk[0xfa][0x1a]([0xe0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\hs[0xbe]U[0xb3][0xaa]%[0xa9][0xc]"[0xbe][0xd3]P[0x11]r[0xc3][0xa9][0xb9]E[0xb9]b)[0x16][0xc6]:[0x97]:[0xa3]"[0x19]H[0xe2]s[0x81][0x81][0x13]Dm[0xac][0xae][0xd7][0xc0][0x1b]x[0xd3][0xc0][[0xb8]b`[0x7]_[0x18]x[0xf][0xef][0x1b][0xf8][0x12]_[0x85]A[0xb7]][0x14][0x5][0x86][0xcf]H[0xc6]@[0x9][0x4][0x9e]4U,/Q[0xb6]\[0xcf]O[0x94][0xac]rY[0xba][0xb2][0x94]0[0xfd][0x84][0xac]J[0xb2][0xe4]'[0xc][0x94]Q[0x9]c[0xcf][0x80][0x85]}[0x3]_[0xa3]*[0xd0][0xdf][0xd6]U[0x6][0xe]@:[0xc5]#[0x15][0xd7][0xe1]f[0x87]l[0xe4][0xe8]|[0x88]o[0xc2][0xe0][0xf1][0x7][0xb8]f[0xe0]&[0xae][0x9][0xa4][0xfe][0xf7]M[0xb][0x8c][0x9c]u[0xab][0x2]]Iuq=[0xaa]O[0x97][0x1a]=0[0xd5][0xda][0xab][0x9b]{[0xae][0xf3][0xad]j[0xb1]\[0xaa][0xa3][0x96]M[0xf4]X[0x8d][0xd9]zY`[0x88]M[0xd0]aP[0x4][0xfa]NO[0x13]A[0xd9]=[0xda][0xbe][0xc5]|}w_[0x16][0xfd][0x9c][0xca]&d[0x1e][0x1e]J[0x9b][0x16][0xd3][0x1d][0xc6][0xa6][0xbd][0xa9]Z[0xfa][0xc2]j6[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xea][0xdc]\[0xf1]v-[0x8b][0xd8]3[0xbd]5[0xf9][0xc4][0xd7]|[0xaf])[0xe1][0xc7][0xbf][0xff][0xc8][0xc4][0x87][0xb4]:][0xc7]p[0x1d]#z_[0xc7][0x85][0x9f][0x8e]s[0x9e]A/[0xd7]iD[0xb8][0x8b][0x91][0x88][0x11][0x12]0[0xc1]<[0xe7][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b]/[0xb0][0xfc]-f[0xbb][0x83][0xeb][0x1c][0xfb][0x1b][0xc7][0x4][0xce][0x93][0xd6][0xeb][0x9a][0xa2][0x14][0xbd]o[0xe0]C][0xab][0xdd][0xac]5[0xc2][0xa7]"[0x87]Y][0xeb][0xcd][0xe3]Z[0xb3]Z[0x6][0xaf][0xad][0x8e][0xd1][0x93][0x14]BZ[0xb9][0xa8]C[0x1b][\r][0x83]f[0x18][0x81]9m5[0xff][0xf]PK[0x7][0x8]R[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/AssumptionViolatedException.class[0xa5][0x95]mW[0x1b]E[0x14][0xc7][0xff][0x93]l[0x9e][0xb7][0xa4][0xe5][0xc9][0xd2]'C[0xd5][0x1a]6[0x81][0x14][0x8b][0xf][0x85][0x96][0x96][0x92][0xd6]R[0xa1]([0x9][0xa1]`[0xd1]n[0x92]IX[0xc][0x9b][0x9c][0xdd]M[0xc5][0x8f][0xd2][0xaf][0xe0]+=G[0xac][0xf8][0xc2][0xa3]o[0xfa][0xc2][0xf][0xe5][0xf1][0xce][0xec][0xe6][0x9][0x2][0x8a][0xc2]93[0x93];w[0xee][0xff]w[0xef][0xdc][0xdd][0xfd][0xf3][0xaf]_[0x3]0[0x8d]R[0x14][0x17][0xf0] [0x82][0xf3]X[0x14]CV[0xc][0xf][0xc5][0xf0]([0x84]O[0xa3]4?[0x16][0xc3]R[0x14]O[0xf0]Y[0xc][0xcb]X[0x9][0xe3]i[0x18][0xab]b[0xf9]y[0x18]_[0x88]y-[0x84]\[0x8][0xf9][0x10][0xd6][0x19][0xce][0xdb][0xdc]2[0xf4]Z[0x81][[0xb6]Q7[0xd7][0x97][0xb2][0xc][0xec][0x9][0xc3][0xb9][0xc5][0xba]i;[0xba][0xe9][0x14][0xf4]Z[0x93][0x7][0xe0][0xfe][0xf9][0x18]b[0x95][0x5][0xdb]n[0xee]5[0x1c][0xf2]f[0x18]\[0xde][0xd5]_[0xea][0x99][0x9a]nV39[0xc7]2[0xcc][0xea][0x1c][0x9d][0xad][0xc8]C+[0xba]S[0xda][0xe1][0x16][0xc5][0xdb]b[0x8][0xba][0xb6][0xde][0x13][0xab][0xc5]]^r[0xe8]D[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2]v[0x1e]][0xae][[0xd5][0xcc][0x8e][0xbe]W[0xb2][0xb8][0xed]d<;[0xf9]DrF[0xd5][0xd4][0x9d][0xa6]EA[0xc6][0xfa]:[0xdd][0xd1][0xe6][0xc9]/x[0xc7]0[\r]g[0x9e]a>y[0x1c]n[0xeb][0xb8]z[0xbd][0x89][0x2][0x83][0xb2]X/[0x93]X|[0xd9]0[0xf9][0xd3][0xe6]^[0x91][y[0xbd]X[0x93]9[0xd4]KT2[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xbf]=[0xa3][0xe2][0xec][0x18]6[0xc3]M[0x19]o[0xb7]I[0xc][0x19][0xc3]t[0xb8]e[0xea][0xb5]L[0xa7]d[0x5][0xa3]^[0xd3][0x1d]^~[0xb8]_[0xe2][0xd2]@[0xc4]Q[0xbd][0xab][0xa2][0xe1][0x1d][0xdd][0xf6]J[0x15]x[0xe9][0xce][0xa1][0xbd][0xae][0xe2]t[0xb][0xd7]h[0x89]G[0xb3][0xbc]a[0xf1][0x92][0x88][0xcc][0xb0][0xf0]?[0x12][0x17]5[0x14][0xb9][0x8f][0xad]5M[0xc7][0xd8][0xe3][0x5][0xc3]6Ha[0xc1]4[0xeb][0x8e].[0x8]mA[0xd1][0x89][0xd5][0xd1][0xa5]DR[0xc9][0xb3][0x94]w[0xea][0xdf]z[0xb7][0x98][0xee][0xf6][0xc9][0xeb],[0x82][0xf7][0xff][0xfb][0xf9][0x16][0xc2]H[0x9f][0x10][0xc2][0xae][0x9d][0x1e]:[0xbf]c[0xd5][0xbf][0x15]7%[0x9d][0x19]][0xd8]H[0xdf]][0xba][0xc8]*wV[0xb8]m[0xeb]Ur[0x1a]NN[0xf4]{[0xbe][0xa2]en[0x97],[0xa3][0xc8][0xf3]u[0x86][0xab][0xc9]^[0xe0][0xac][0xdc]s[K[0x88][0xc5][0xca][0x1d][0x3][0xc3][0xa5][0x93][0x9d])n[0xae][0xde][0xb4]J[0xfc][0x91]!:*qJ[0xcf]N[0x9]([0x15][0xd7]QPq[0x11]c*[0xae][0xe0][0xaa][0x8a]kx[[0xc5]%\f[0x18][0xea][0x93][0x9b][0x8a][\r]<[0x13]g[0xde][0x9]aS[0xc5][0x16][0xbe][0xc][0xe1][0xb9][0x8a]m|[0xc5][0xe0][0x9b]MP[0xb7]W[0xeb][0xce]lB[0xc5][0xd7]x[0xc1][0xa0][0xa6][0x13]|[0xbf]A[0xd7][0xc1][0xcb][0xc2][0xa6][0xa3]H[0xfd]r[0xb6][0x7][0x8b][0x92][0xed]`x[0xdd][0xdc][0xb5]y[0xb9][0xa7][0x10]9^[0xab][0xb8][0xc5](R[0x8d][0x19][0xfc]IQ[0xbb][0x88]x[0x93],[0xea]M[0x9b][0xea][0x91]N[0xf6][0xbf][0xcf][0x13][0xee][0xf1]Zoxyu[0xd9][0xee][0x9b][0x8][0xeb][0xb6]ke[0x98]>r[0x85][0xbd]0s}{[0xe0][0xe2]I[0xf7](^'[0x8d][0x6]7[0xcb]y[0xbe][0xef][0x1c]y[0xc8]Z[\r]{Z[0x13][0xc4][0xdc][0xd3][0xde]+[0xa8][0xdf]3z[0xea][0xf1]![0xf7]x[0x97]q[0xb5][0xc2]p[0xfb][0x9f]2<1"[0xc6][0xe9]cv[0x1][0xf4][0xce]E[0x80][0x9a]k[0x8][0xc3][0xb4][0x1e][0x11][0x9f]"[0x8c][0x92][0x8d][0xba][0x8f][0xd6][0x83][0xa2][0xed][0xe4]L[0x8d](g[0xea]E[0xf2]KH[0xbf]q[0x84]hM[0x8d][0x7][0x5][0xef][0x92][0xe5]{[0xb2][0x89][0xf][0x9a][0xa6][0xbd][0x6][0xd3]R[0x7][0xf0]i[0x93][0x7][0xf0]kc[0xca][0x1][0x14][0xed][0xca][0x1][0x2][0x93] [0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]6[0xf9];[0x82]?#[0xb4][0xf1]#y[0xfb][0xf1][0x1e][0x8d][0xd7][0x11][0xa6]1A[0x91][0xc6][0x11][0xa1]_[0x3][0x14]u[0x98][0xa2][0x8e][0xe1][0x6]Y[0xdf][0xc7][0x4][0xfd][0xdf] [0x8f][0x19]W[0x81],I[0xf9][0xe1][0xd4][0xc8]>F[0x14]b[0xa5][0x11][0xab]O[0xae]RD[0xeb][0x97][0xab]4[0xf1]*[0x98][0xa4][0xb5][0xea]y[0xa5]IA[0xc1][0x94]<[0xed][0xe6][0x91][0xc1]M[0x9a][0x83][0xb4]?M[0xb3][0xc8][0xe8][0x3]/[0xa3]mR[0x13]q"[0x1a]SR[0xe9][0xd7][0x8]w[0x80][0xa3]R[0xea][0x16]a[0xcf]H[0xb0][0x84][0xeb][0xd8][0x6][0x8b]H[0x8]&W[0x2][0xc2][0xd7][0x5][0x11][0x91][0x10][0xbe][0x1e][0x88][[0xc7] f<[0x88]*A([0x12]"[0xa5][0xa4]'[0xfb]@[0xcc][0x13][0xc4]=[0x9][0xa1][0xb9][0x8e]][0x10][0xad][0xea][0xb8]8[0xbe]6[0x8e][0xff][0x18][0x8e][0xbf][0x7][0xe7][0xc3]c8[0x1f][0x91][0x87][0xc0]Y [0x1c][0x9f][0x8b][0xe3]g[0xcc][0xc3][0xf1]u[0xe1]<&[0x9c]%[0x89]3[0xea][0x9][0x1e][0xc5]q[0x85][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xec][0x9][0xac]{E[0x8f][0xb7][0x4][0xb4]t[0xab]W\[0x99][0x1][0xb9][0xbd]F29Z[0xe7][0xbb][0xca][0x1f]oK[0xc5][0xdb][0x99][0xc7][0xf1][0x9]n[0xb7][0x8b][0xdd]+:[0x8b]9[0x1a][0x85]h[0x86]f[0xe1][0x1d][0xd0]~A[0xe4][0x87][0xb6]TP[0x1a][0x9f]I[0x9][0xb7]X[0x1]O[0x82][0xe1][0xe][0xee]z[0x87][0xa9][0xd3]e[0xa6][0x9b][0xda]O[0xf0][0xbd][0xc1]@J[0xcc][0x87][0x88][0xfa][0xb0]A[0xab][0xc0]+?[0xab]&[0xcf]P[0x18][0x82][0xf7][0x17][0xa9]8[0xb7]R[0xab][0xc2][0xc7][0x16][0x11][0x6]2S[0xdc][0x96][0x86][0x8][0xd1][0xff][0xc][0xd9][0xef][0x1d][0xb8]6[0x3]][0x9a]T[0x1c]I[0xa7]&[0xbc][0xbd][0xf2]kW[0x1a][0xc2]G[0xcb][0xc7]v[0x88][0xe7]x[0x11][0xe2]%v|[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x8b][0x88]a[0xfd]n[0xb9][0xc][0x8b][0x6]}[0x18][0x8e]Ej[0x19][0xb6][0xa6]f[0xf7][0xb5]=[0xd2][0xa5][0x1a][0xfd][0xd6][0xf0][0x17][0xeb][0xf8][0xd4][0x8]>bXHKc[0x84][0xb2][0xbf][0xfc][0x95]hRD[0x1d]%[0x9][0xab]n[0xbb][0x9a][0xae]qQ/9[0xd1]|$[0xc][0xc3]Z4[0xa3][0xb9]N[0x11][0xa7]3[0x95]`[0xf0]?iS[0xaf][0xfb][0xdd]?[0xb6][0xf7][0xf1][0x8e]N[0xb3][0x9f][0xe][0xdb][0x98][0xa7][0xbf][0xcd]=s`n[0x87]d[0xdb][0xe4][0xc5][0x84][0x8c]p[0xbe]w[\r][0xf6][0xa5]J[0x7]d[0x9b]U[0xb0][0x85]{d[0xc3][0xba][0x80]p[0x81][0xb0][0x8d][0xfb][0xe8][0xa0]Q[0x91][0xdf][0x12][0xba]\[0xd8][0xf3]n0w[0x85][0xc6][\r][0xbc][0xcb][0xa9][0x1e][0x8b][0x13]=B[0xf2][0x96][0x8][0x97][0xe9][0xf5]([0xf2][0x0]+U[0xf5]*[0x9d][0x1f]V[0xa7]G?[0x1]PK[0x7][0x8][0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/ComparisonCriteria.class[0x8d]V[0xdd]s[0x13]U[0x14][0xff]m[0xb3][0xc9]n[0x96][0xa5][0x85][0xb6][0x1][0x2][0xa8]A[0xbe][0xf2][0xd9][0x80]J[0x85][0x16][0xaa]PZ([0x4]P[0x8b][0xd5][0x82][0xa2][0xdb][0xe6]6[0xdd][0xba][0xcd][0x86][0xcd]Fa[0xc6][0xf1]Igxd[0x86][0xf1][0x81]'G[0x1d][0xa7][0xa3][0xe3][0xb]/mGFy[0xd3][0x19][0xff][0x15][0xff][0x7][0xf5]ww7[0x14][0xd2][0xc0][0xd0][0x99][0xde]{[0xee][0xb9][0xe7][0xf3]w[0xce][0xb9][0x9b][0xbf][0xff][0xfd][0xed][0xf][0x0]G[0xe1][0x1b][0xe8][0xc1][0x98][0x86][0xb7][0xc][0xbc][0x8d][0xd3]:[0xce]h[0x18]7[0x10][0xc7][0x98]\[0xce][0xea][0x98][0x90][0xfb][0xa4][0x81][0xbd]8g[0xe0]<[0xa6]$uA.[0x17]5T[0xc][0xf4][0xe2][0x92]<\[0xd6]pE[0x1e][0xde][0x91][0xd6][0xde]5[0xf0][0x1e][0xa6]u\5[0xf0]>ft| [0x15]?[0xd4]1+M][0xd3]q][0xc3]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]'[0xed][0xba][0xed][0x8f])[0x88]es3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]q[0xb7]*[0x14][0xf4]U[0xec][0xba][0xb8][0xdc]Z[0x9e][0x13][0xde]Uk[0xce]![0xa7][0xbf][0xe2][0xce][[0xce][0x8c][0xe5][0xd9][0xf2][0x1c]1U[0xd1]n*8\q[0xbd]Zy[0xa9]ECe[0xbb][0xee][0xb][0xaf]n9[0xe5]qw[0xb9]A[0xe9][0xa6][[0x1f][0xf7]l[0xf2]lkT[0xc1][0x16][0xcb][0xf3][0xac][0xdb][0x13]7[[0x96]C[0xbd][0x13][0xd9][0xca][0x92][0xf5][0xb9]Uv[0xac]z[0xad]<[0xed]{v[0xbd]6[0xfa][0x4][0xe7][0xca][0xdc][0x92][0x98][0xf7][0xbb]pd[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x17][0xba][0xf9]=-=l8[0x9f][0xb4]l[0xa7][0xe5][0x9][0xfa][0xde][0xfd][0x84][0xa1][0xd3][0xcd][0xa6][0xf0]|[0xdb][0xad]Ox[0x9e][0xeb][0xf1]R[0x17][0xb7][0x1a]4-[0xaa]2[0xd3]M[0xe][0x9][0x93]5[0xef]3h[0xfa][0xb5][0xf9]?[0xa5]@[[0x16][0xcd][0xa6]U[0x13]O[0xcb]GI(H[0xb6][0xed]1M-[0xd4]%[0x95]X[0x14]VUx[0xc4][0xf7][0xf1]uE[0xd4]k[0xfe][0xa2][0x2]c[0xe2][0xd6][0xbc]h[0xc8][0x90][0xa4][0x86][0xdd][0xc][0xd2]P[0x90][0xca]vI[0xff][0x9a][0x82][0xb4][0x15]d[0x10]HQVL[[0xcb][0xa2]m[0xea]D[0x17][0x9d][0xe7]r[0xa2][0xa8]sLkk[0x14]k[0xdb][0xd6]@[0xe8]g[0xc2][0x11][0xcb][0xa2][0xee]7[0x83][0xca][0xb1][0xe0]/[0xe4]A[0x96][0xc9][0x98]v[[0xde][0xbc][0x98][0xb4]e[0xbb][0xec][0xdc][0xdc][0x13]CR[0xcb][0xc4]KxY[0xc1][0xb6]N[0xb][0x1a]>6q[0x3][0x9f]([0x0][0x95];[0xe3]=[0xd3][0xb2][0x1d][0x82]i[0xe2]SX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "zF2&[0xe6]0o[0xe2]M[0x1c][0xd7]P5![0xb0]`[0xe2][0x18][0x86]M[0x1c][0xc0]A[0x5][0xb9][0x17][0xee][0x15][0x13]5,[0x9a][0x18][0x1][0xeb][0xb8][0xeb]Y=#c[0xb6]M,[0xe1]3[\r][0x8e][0xf4][0xb3][0xcc][0x10][0xdb]U[0xcd][0x4]m[0x9e][0xf9][0xc2]jf[0xea]-[0xc7][0xd1]P7[0xe1][0xa2][0xc1]r[0x86][0xf0]v[0xdc][0x9b][0xb8][0x9]6E6[0xe4]:[0x1][0xf4][0xcd]L[0xd5]^X[0x10][0x9e][0xa8][0x16]3m[0xb3]C[0xe1][0xd5])[0x99]2[0xbb][0xa4]/[0x13]Zk[0xb3][0x15][0x1c]|[0xa1]9l#[0xdd][0xf2][0xed][0x8][0x2][0x1a]3[0xaa]B4[0xda][0x83][0x99][0xcb]^[0xdf]\[0xce].,[0xd9][0x89][0x9][0xab][0xd1][0x10]u[0xce]M[0xa9][0xcb]4[0xe7]6[0xb1][0xa2][0xaa][0xc9][0x91][0xf3][0xdd][0x90][0xa5]`0[0xbb]Yp[0xf4][0xa9][0x92]{b[0xc1][0xa1][0xc7]r4[0x16][0xb1][0x9a][0xf0][0xbb][0xb7][0xe1]T[0xae][0xdb][0xf8][0x9a]V[0xb5]z[0xd6]f[0xb]7Y?[0xbe][[0xd9])[0xd9][0x9c]G[0x9e][0xff][0xfe]t<[0x12][0x81][0x8a]N[0xc7][0xe3][0xe][0x87][0x82][0xa3][0xf1]T[0xd0][0x1][0x93][0x9e][0xfa]:X[0xc1][0xc3]J[0x98][0xb6]m[0x94]&[0xb4][0xcb]([0x16][0xd8]o[0x1d]#[0xde][0xc6][0x8d][0xae][0x92]t[0xd5][0x1e][0xc3][0xae][0xcf][0x0][0xc7]uov[0xea][0xd9][0x10][0xab][0xfb][0xf8]I[0xe8][0x81][0xfc][0x8b]s[0x80]8c\_[0xe1][0xa9][0xcc]][0x91][0xdc][0xfc][0x1a][0x94][0x7]$z[0x90][0xe1][0x9a][0x8][0x98]&[0xf6][0x5]k [0x80]W[0xb1][0x1f]r[0xfa]8B[0x94][0xa2][0xb2]r[0x97]\[0x83][0xbc]_[0x8a][0xa5][0x9f][0x90]VG[0xcf]l[0xac]8[0x1d][0xee][0xa5][0xe9]u[0xc4][0xee]C}P[0xf8][0xb]z[0xbf][0xba][0x82][0x1d][0xf][0x11][0x9f]]C[0xa2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]_[0xe7][0xb2][0x8a][0xe4][0x88][0x9a]/[0x96][0xd2][0xea][0x1a][0x8c][0xe1]xl8[0x91]J[0xa4][0xe2]?[0xe0]F1[0x95]X[0xc7][0x96][0x11][0xad][0x14][0xee]z>[0xad][0xad][0xc1][0xbc][0x8f][0x3][0xf9][0xb4][0x1e][0x10]{[0xf2][0x85][0xb4][0x96][0xa6][0x8d][0xad]+[0xc8][0x8f]$[0xd3][0xc9]Tb[0x15]}[0xe9][0xe4][0xa3]|[0xc8][0xde][0xb6][0x82][0x81][0x91][0xe4]C[0xf4][0xce][0xa6]Uy[0xb9][0x86][0xfe]G_'[0x94][0x95][0xff][0xbe][0xc0][0xc8][0x1b][0xb8][0x8d]/[0xf9]e[0xbc][0x83][0xbb][0xb8][0x87][0xed]Q[0xc6][0x97]1[0xc0]u/[0xf6]@B[0xb5][0x9f]#[0x10]g[0x91]%?[0x87][0x19][0xe4][0xf9][0xf6][0x14][0xa9]9D[0xdd][0xd7][0xa8]][0xc6]W8[0x82]o[0xf8][0xb5][0xbe][0xc3]y[0xbf][0x8b][0xe3][0xb4]4[0x8c]o[0xf9][0xe0][0xfc]H[0x9d][0x9f]1[0x1a] [0xd7][0xc0][0x16][0xca][0x19]8[0x84][0xc3]H[0xf2][0xb6][0x97]T[0x96][0xd4][0xc].[0xd1]j[0x1e][0x1a][0xad]N[0xa0]@J[0xc7]9[0xbe]XE[0x94][0x88]<[0xf1][0x8c][0xb0][0x96][0xd4]PP"I[0x1d][0xa1]\O@[0x1d]%[0x15]c[0x84][\r][0xc6]R[0x86][0xca]8[0x17][0xf0]:u[0xe3]x[0x83][0xf7]*[0xe5]{)[0xc9][0xf7].*[0xf2]y[0xee]Rs[0xb0][0xf0]'[0xb6][0x13][0xff][0x81]U[0xc][0xde][0x87][0xc6][0xa2][0xa8][0xb1]_;j>[0x16]D[0xbe]#[0x94][0x1c][0xc7]`[0x10][0xaf][0xb4][0xc2]'5[0xb2][0xfa][0xf]O2Z[0x97][0x15]NG[0xc5]-[0xc9][0xe2][0xa6][0xc2][0xe2][0xae]cG[0xb1][0xe3]f[0xe7][0xc6][0xcd]:v[\r][0xab][0x5][0xb9][0xc6]Sj*[0xfe][0x1d][0xb2]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xb9][0xa4][0xe2][0xab][0xd8][0xdd][0xbf]GR*[0xa9]P/[0x15][0xdf][0x8][0xf8][0x10][0xa1][0x4][0xc6][0x3][0x0]vc[0x92]=}[0x8e][0x0]L[0x11][0x98][0xb][0xfc][0xe5]t[0x91][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]\[0x9][0x12][0x1a][0xb]C}[0x9c][0x90][0x1b][0xc0][0xa9][0x4][0xd4][0xd1][0x8]X7[0x80]S[0x2]{[0xc]'[0x8][0xa7]J+[0xe5][0x10]XU[0x95][0xdf][0x80][0xa0][0xfd]O[0x6][0xfe]O[0xfd][0xf]PK[0x7][0x8][0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/ExactComparisonCriteria.class[0x8d]Q[0xcb]N[0xc2]@[0x14]=[0x3][0xa5][0xc5]Z[0x4][0xc1]w\[0xe8][0xc2][0x88]Hl\cL[0xc][0xc1][0xb8]ht[0xa1]a?[0x94][0x9][0xe])S[0xec][0xc3][0xf0][[0xae]4.[0xfc][0x0]?[0xca]x[0xa7]4a[0x1]&vq_s[0xce][0x99]3[0xb7][0xdf]?[0x9f]_[0x0].q`[0xc3]@[0xc3][0xc6][0x16][0xb6]-[0xec]X[0xd8]e0[0xaf][0xa4][0x92][0xc9]5C[0xb1]y[0xd6]g0[0xba][0xe1]P0T=[0xa9][0xc4]}:[0x19][0x88][0xe8][0x89][0xf][0x2][0x9a][0xd4][0xbd][0xd0][0xe7]A[0x9f]GR[0xf7][0xf9][0xd0]H[0x9e]e[0xcc][0xd0][0xf6][0xc2]h[0xe4][0x8e]S[0x12]r[0xa5]JD[0xa4]x[0xe0][0xf6]f[0xdc]O[0xba][0xe1]dJ[0x94]8T[0xdd]H[0xd2][0x81][0xe4][0x1d][0x86][0x6][0x8f]c[0x11]%[0xbd]@L[0x84]J[0xe2][0xde]K[0xca][0x3][0x86][0xd3][0xa6]7[0xe6][0xaf][0xdc][\r][0xb8][0x1a][0xb9][0xf][0x83][0xb1][0xf0][0x93][0xce][0xf2]D{,[0x8b][0xd9][0x94]j1[0xd4][0xae][0x96][0x10][0xf4]$[0xba]8[0x93][0xb4][0x1f][0xc3]4[0xf2][0xc5][0xad][0xd4]^[0xf][0xff]0t[0xa1][0x15][0x1c][0x94]`Z[0xd8]s[0xb0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xeb][0xff][0xef]a8Y[0x1]^[0x85][0xab]-p7[0xd9][0x2][0x18][0x9c]|[0x13]z[0x3]1[0x8e]Q[0xa4][0xdf][0xa3][0xbf][0x2][0x98]6D[0xd1][0xa2][0xce][0xa5][0xcc]([0x97]Z[0xef]`o[0xd9]q[0x99][0xa2]9[0x1f]b[0x8d][0xa2][0x93][0xd7]6[0xd6])[0x1b][0xd4]Wr[0xf2][0x1d][0xa1][0x8b][0x1a]}[0xde][0xfe]@a[0xc1][0xb6])[0x83]*[0xcd][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "GsT[0xae][0xa0][0xab][\r]T3U[0x13]5[0xaa][0xb4][0xa5][0xcd][0x8c]][0xff][0x5]PK[0x7][0x8][0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/InexactComparisonCriteria.class[0x95]R[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x13][0xd7]y[0x90]>x[0xa7][\r]%$MB[0xcc][0xfb]![0x10]"[0x8a]k[0xa9]RD[0x17][0xa0][0xec]'[0xc9][0xa4]8r[0xec][0xe2][0xd8]U[0xff][0x81]/[0xe0][0xb]X#A[0x89]X [0xd8][0xf2]Q[0x88];v[0xd4]Hm[0xba]`3s[0xee][0xbd]s[0xcf]93w[0xfe][0xfc][0xfd][0xf1][0x13][0xc0]}[0xf0];[0xee][0xe4][0x90][0x9a][0xa6][0xae][0xd3][0xf1],*Y[0x9c]T[0x93][0xc3][0xc8][0x12]3[0xa4][0xb0])[0x85][0x99][0xc9][0xb0][0xca][0xa7]S[0xe1][0xf9][0xbb][0xb6][0x98][0x8][0xc7][0x9f][0xee]~[0x8][0xb8][0xcd]P[0xad][0x9d]7~>#9[0xd2][0xe2][0xf8][0x90][0xb0][0x18][0xd2][0xbd]H:[0xec]V[0xdf][0xba][0x81]7[0x10][0xa6]%[0xfd][0x96].4[0xd5][0x92][0x84][0x1a][0xf2][0xb8][0xab][0xa1][0x5]]C[0x16]9[0x89][0xee]1[0x14][0x16]Z[0x86][0x1b][0xd0][0xbd]5[0x1a][0xc6][0x3][0x5][0xf]5<[0xc2]cz[0xab]E[0xdd][0xb4]][0xee]kx[0x82][0xa7][0xb2][0xf6][0x8c][0xa1][0xf9]?[0xf][0xc3]PYr|[0xd9][0xb9]xM^W9[0xe2]v [0xf6]G[0xc][0xeb]4[0xbc][0xee]Y[0x9b][0xf4][0xce]k[0xf4][0xb6][0xdd]3[0xf6]([0xbd]2[0xc][0xf][0xf4]d{HFc(,[0xa4][0xdb][0xe1][0x14][0x18][0xb4][0xf9]8[0xe4][0x18]h[0xca][0xa9][0x9a]a[0x84]D[0x1d]I[0x9e]E[0xb7])k[0xa6]IcD[0x99]>[0xa6]F[0xbf][0x95][0xe6])_[0x90]P[0x9c]P[0x1e][0x5]Z/Q[0xb4]Gq[0x9c][0xf6]l[0xfd];X[0xbd]:C[0xec][0x1b][0xe2]_([0x11]C[0x91][0xd6]\XL#[0x81][0xc][0xd1][0xa8]X[0xa5]h[0x83]j[0xd4][0x80]5[0xac][0x3]![0xda][0xc0][0xe5]P [0x8f]+[0xa7][0xb4][0xb1][0xe8]TH[0xbb]=Cb[0x9][0xad]F[0xb4]YZs[0x17][0xd2]^%[0xba][0x4][0xae][0xe1][0xfa][0x9c][0xf6]#Rag[0xbb][0xf1][0x1b][0xc9]O(7~!y[0x82]T3[0xda][0xea]_[0x11][0x8f][0xd0][0xc][0xca]g[0x94][0xa8][0x9a]>A[0xa6][0x19]mQU[0xa2][0x19][0xd4][0x85][0x95]"[0x9][0xc8]U![0x13][0x15][0x92]~Mw[0x91]v[0xb6]"[0xa1]S;m[0xdc] [0xa3],D7[0x9][0xc5][0x8][0x97]B[0x96][0xcd]PK[0x7][0x8]7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/internal/JUnitSystem.classMNMK[0x3]Q[0xc][0x9c][0xd4][0xb5][0xab][0xf5][0x83][0x9e],^<[0xb7][0x97]><{[0x12]DP[0x4][0x8b]K{]C[0xc9][0xb2][0xfb]^y[0x9b][0x15][0xfd]k[0x1e][0xfc][0x1][0xfe](1[[0xf]5[0x10][0xc2]df[0x92][0xf9][0xfe][0xf9][0xfc][0x2]p[0x8d][0xf3][0x1c][0xa7]9[0xce][0x8][0x19][0xbf][0x8b][0xda][0x98]>[0xcc]V[0x84][0xd1][0x1d]o[0x13][0x97]^[0xf9][0x95]p[0xf9][0xd2][0x5][0x95][0x86]W[0xd2][0xca][0xba][0xe6][0xdb][0x10][0xa2]z[0x95][0x18]Z[0xc2][0xc5]S[0xe5][0xdf][0xbc][0xab]}[0xd8][0xb8][0xbd][0xe7][0x86]p[0x10];;7[0x99][0xce][0xfe][0x4][0x12][0xdd]"I[0xd0]B[0x13][0xfb][0xc6][0xf8]Q[0x11][0xbb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf2][0xbd][0xd4]L[0x18]?.[0x83]h[0xf1][0xd1]*7[0xf3]^O[0xb8][0x8a]i[0xe3][0xaa][0xce][0xd6][0xce]l[0x9c][0x82][0xaf][0xdd]?[0x95]y[0xf6][0x8f][0x9f][0xd7][0x15][0x97]:$[0x10][0x6][0xe8]k[0x90]Y[0x0]d[0x86][0xe]wx[0xb8]kB[0xe][0x18]s[0x84]c[0xc3][0x16][0xa1]W[0xe2][0xe4][0x17]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$1.class[0x85]T]O[0xd3]P[0x18]~[0xce]V[0xd6][0xad]tl [0xa2][0x8][0x8][0xc2][0xc6]&e[0x88][0xa0][0x19]!![0x3][0xc]q[0xcc][0x8b][0x19]nM7[0xea]V[0xd2][0xb5][0xa6][0xeb][0x8c]?[0xc3]`[0xe2][0x8d]7[0xdc][0xe8][0x5]F/[0x8c][0xd7][0xfe]([0xe3]s[0xda][0x85][0xa0][0xb0][0x90][0xa6][0xe7]}[0xcf][0xfb][0xf1][0xbc][0x9f][0xed][0xef]??~[0x2]([0xe1][0x99][0x86][0x14][0x96]4$[0xb0][0xac]![0x87]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xb1]2[0xc][\r][0x5][0x15]E[\r]I[0x81][0xb6]r[0xd5]S[0xf3][0x9d]i8[0xa6][0xdb]2|[0xeb][0x8d]c5[0x83][0xbe]}y[0xb0]&([0x10][0xeb][0x94][0x4][0xa6][0x7][0xdb]H[0x8b]u[0x1e]6[0xcd][0x84][0xb4][0xb7]y[[0xbe][0x1c][0xee]e[0xe3][0x94][0xf6][0xe5][0xab][0x92][0x10][0xfe][0xfd][0x9a][0xac][0xfd][0x8a]Nj[0x88][0x98][0xaa][0xdb]-[0xd7][0xc]z[0xb2][0x86][0xbd]A[0x98][0xbd][0xc0]v[0x8c]JX[0xaa][0x19]x[0xfe][0xf6][0xe0]dw[0x88][0xab][0xd5][0xbd][0x9e][0xdf][0xb4][0xe]l[0xd9][0xe0][0xd1][0xcb]=[[0x95]~[0x9c][0xcd][0xbe][0xdb]t[0xbc][0xae][0xed][0xb6]"[0xa5][0x8a][0x92][0x8e]a[0xe8]:[0xd6][0xf1]X[0xc5][0x86][0x8e]'[0xd8][0xd4][0xb1][0x85][0xa7]:[0xc6]qO`jP<[0xa9][0x9f][0x10][0x98][0xbf]qV[0x2][0xd9][0xff]k[0x13][0x18][0xbf][0xae]8[0x81][0xd9][0x1b][0xd0]8[0xf6][0x96][0x15][0xd4][0xcc][0xe][0xcb][0x1b][0xcf][0xe5]/5[0xa3][0x1e][0xf8],[0xaa][0xfc]O[0xb0]H&[0x90]l[0x9b][0xdd]v[0xb4][0x9b]\T[0xe]f[0xa4][0xb6]{[0xb4][0xff]z[0xb7]^[0xd9][0xaf][0xed][0x1d][0xd6][0x9e][0xb]L^[0xdb][0xec]2[0xe6][0xb8][0xf0])n[0xa8][0xc6]o#[0xce][0x97][0x9d][0xe2]-M[0xce] [0xe5][0xf2]bh[0xe5][0x1b][0xc4][0x17]21[0x8c][0xf0]L[0x84][0xc2][0x11]dx[0xea][0x91][0x1][0xb2][0xb8][0x5][0xb9][0xe6][0xec]W[0xdf][0xf9][0x3][0xc1][0x86]HW[0xb][0xe7][0x88][0x9d]#[0xbe]S[0x8c][0xe8][0xa6]23[0xa1]|D[0x86][0xe7]'[0xa8][0xb1][0xcf]P[0x94][0xb3][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xef][0x18][0x8a][0xe3][0xec]"[0xca]d[0xe8][0x9d]arY[0x8c][0xf2][0xb9][0x8d]1,[0x10]_F[0xdd][0x88][0x90][0xfb]Q%7I[0xbd][0x8][0xb9])r1z-[0xe1][0xe][0xa6][0x99][0xc3](fp[0x97][0x9c][0x92][0xdd][0x95][0xd3][0xee]g[0xf7][0x82][0x1a]Ylz[0xa5][0xf0][0xb][0x89]"[0xdf]s[0xa8]g[0xd7][0x96]8[0x17][0x19]^[0x4]K[0x13][0xf0]~[0xa8]Oc[0x96]\[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0xa4][0xe7]<[0x1e][0x84]t[0x1][0x8b][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]*`[0xd2]`g9[0x9f][0xd0]7[0xf9][0x17]PK[0x7][0x8]Q[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$2.class[0x85]S]o[0x12]A[0x14]=[0x3][0xb]K[0xd7][0xc5]R[0xa4]Z[0xab]@[0xb1][0xad][0xe5][0xcb]nA[0x8d][0xf]4$[0x6]5i[0xc4][0xfa]@[0xd3][0xf7][0x81]n[0xe9][0x92]e[0xc7][0xc][0x8b][0xf1][0xaf][0xf8][0x1f]x[0xf1][0x5][0x13][0x1f][0x8c][0xcf][0xfe]([0xe3][0x9d][0xdd]M[0x83]R[0xd2][0x87][0x99][0xb9]s[0xbf][0xce][0x9c]{[0xef][0xfc][0xfe][0xf3][0xe3]'[0x80][0x6]^[0x1a]Ha[0xcf]@[0x2][0xfb][0x6][0x9e][0xe2]@Ie[0x1d][0x15][0x3]:[0xaa]:j:[0xea]:[0x9e]1$[0x8f][0x1d][0xcf][0xf1][0xdb][0xc][0xf1]r[0xe5][0x9c]A[0xeb][0x88][0xb][0x9b]a[0xbd][0xeb]x[0xf6][0xe9]t[0xdc][0xb7][0xe5][0x19][0xef][0xbb][0xa4][0xc9]v[0xc5][0x80][0xbb][0xe7]\:[0xea][0x1e])5[0xff][0xca][0x99]0[0x80][0xc1]<[0xf1]<[v\>[0x99][0xd8][0xa4][0xd9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xb4]FSJm9[0x9e]oK[0x8f][0xbb][0xd6][0x7][0xdb][0xbf][0x12][0x17]=![0xe9][0xbe][0xd7]l1[0xe8][0x3]1[0xfe][0xc4]%%zU[0xee][0x8e][0xf8]gn[0xb9][0xdc][0x1b]Z[0xd2][0xbe]t[0xed][0x81][0x1f][0xf9][0xb7]V[*'[0xc][0xb1]q[0x83]a{[0xb5][0x8f][0xf2]h2[0x18]![0x94]3[0x11][0x1e][0x3][0xa3][0xb8][0x83]E[0xc4][0x8f][0xfd][0x11][0x85][0xb4][0x96]5[0x1][0xc2][0x97]#E[0xc9][0xa6],[0x84][0xbd][0xd6]s[0x86][0x1e][0xf7][0xa7][0x8a][0xc6][0x9b]U9[0xa7][0xbe][0xe3]Z[0x9d][0xe0][0x9][0xdc][0x17][0xf2]x[0xf5]{[0xdb][0x94][0xd7][0xe8][0x89][0xa9][0x1c][0xd8][0xef][0x1c]U[0xe3][0x8d][0xc5][0xb2][0x1d][0xaa]8j[0xcf][o[0xe0][0x8a][0x89][0xe3][\r]C[0xa3][0x8e]C[0x13][0x6][0xee][0x98][0xb0]p[0xa4][0xa3]a[0xa2][0x89][0xe7]&^[0x80]^[0xbe][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc4]=[0xe4][0x18]J[0xb7]v[0x8a]![0xf3]?-[0x86][0xdc]M[0xbc][0x18][0x8a][0xb7]d[0xa3][0xa6][0xf]m[0xff][0x94][0x8f][0x89]Y[0xae]\Y[0xa8]C[0xcf][0x97][0xc4][0xa7][0xf5][0xf]X[0xa8][0xa3][0x1a]G[0x83]r&[0x18]6[0xcb][0xcb]A[0xaa]M)_[0x84]7[0xec][0xd0][0x88][0xa7]h&[0xd7][0xe8]#[0xc4]iQa[0xd4][0x84][0x92]d[0xd1]I[0xe3][0x8a]D[0xf5];[0xd8]7[0x12]bH[0xd3][0x9e][0xc][0x94][0x8f]q[0x97]v3t[0xc0]:[0xb2]P[0x83]M5[0x8a][0x82]%ykt[0x16]js[0xc4][0xea][0xb4][0xe6][0x88][0xb7][0xf3]_[0x91][0xc8][0xcf]H[0xa3][0x91]F#[0xcd][0xec]:k6[0xf0][0xce]Sl[0x1][0x19][0x14][0xe9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xaa]a[0x96][0x8]AI[0x9b][0xb8][0x1f][0xa0][0x16][0xf0][0x80][0xa4][0x18]Ed[0xb1][0x85][0x87][0x88]g^[0x13][0xfe]v[0x84][0xff][0x9e][0xc8](:[0xe9]j[0xed][0x17][0x12]uZs$g7[0x92][0xd8][0x9][0x1d][0xaf]![0xd2]xD[0x16][0x16]Hy[0x92][0x14][0x91]B[0x10]Y$_u[0x96][0xf0][0x84]N[\r][0xbb][0xb4]o[0x4]5[0xa3]N[0x5][0xb1][0xa9][0xbf]PK[0x7][0x8][0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/MethodSorter.class[0x95]T[0xdb]N[0x13]Q[0x14]][0x87][0xb6]N;[0xc][0xa5][0x94][0x8b][0x8]" [0xa8]mAj[0x1][0x1]-[0x82][0xa5][0xa5][0x88][0xb6][0xe5][0xa1]Hb|0C[0x19][0xca][0x90]a[0x86]L[0xa7]D[0xf8][0x2]?[0x7]%[0x1][0x94][0xc4][0xf8][0xa4][0x89][0x1f]e[0xdc]s[0xa1][0xc][0x97][0x82][0x92][0x94]s[0xf6]>[0xeb][0xac][0xbd][0xf6][0xe5][0xcc][0xef]?[0xdf][0xbe][0x3]H[0xa0][0xc0]![0xce][0xe3][0x9][0x12]<[0x9a]1j[0xee][0xc6]x[0x8c][0xe3])[0x8f][0x10]&[0x2][0xe4][0x9b]l[0x4][0xc3][0x14][0x8f]gx[0xce]![0xc9][0x83][0xc7][0x4][0x87][0x19][0x1e][0x82]}<[0xcb][0xe1]%[0x87][0x14][0x3][0x97][0x99][0xcf][0xa6][0xde][0xe6][0x96][0x19]:r[0x9b][0xe2][0x8e][0x18][0xaf][0x1a][0xb2][0x12]Ok[[0xdb][0xa2].[0x1a][0x9a][0x9e]d[0x8][0x14][0xe5][0xb2]*[0x1a]U]b[0x18][0xbd][0x12]4m{[0x15]Q-[0xc7]ui][0x91]JFv![0xfa]d6[0xe0][0x8e][0xd9]mj][0xab]e[0xb5][0x91][0xdd]~[0xce][0xf6]"@[0x13]r[0x9b][0xf6][0x9d][0xe4][0xf9]D[0xab][0x87][0xd6]{[0xb1]V[0xb0]C4[0xfc][0x0];[0x86]'[0x17];[0x84]7?[0xf4][0x13][0xfe][0xe1][0xa1]c[0xf8][0x86][0xf7][0x9][0xe1]!&[0xd0]M[0x1f][0xfd][0x1f]G[0x10][0x13][0xc4]8I[0x8b][0xa1][0xc1]A[0xf5][0xd7]Pm5}[0xf7][0xe9]G#K[0xb6][0xa9]n[0x8c]V[0x9a]C[0xf8]bG[0xb8][0xf5][0xd9]I[0xf][0xf4][0x91]7)f([0x95]Y+[0xb0]`[0x83][0xf0][0x0][0xf][0xad]Sz[0x5]Nz[0x19][0x87] [0x1c][0xfb][0x5][0xee][0xb][0xb8][0xfd][0xd8]W[0xf8][0x19][0xe][0x11][0xd8][0xaf][0xb1][0x5]-[0xd9]s[0xc4][0x96][0x86][0x1f]Y[0x17]c[0x18]Q[0xc4]h[0xb5][0xa5][\r][0xd1][0xe9]pMZ[0xc2][0xd2][0x0][0xb4][0x9f][0x80]w[0x84][0xc6][0x3]p'[0x10]h[0xd7]t[0x80][0xa0])[0x95][0xb9][0xa4]6[0xd1][0xda]M[0xbb][0xc7][0x16][0xd1][0x8]^X[0xe4][\r][0xe4]5[0xff][0xfc][0x14][0xce]Z[0xff][0x2]PK[0x7][0x8][0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/RealSystem.class}Q[0xcb]N[0xc2]@[0x14]=[0x3][0xd5]J[0xad][0x82]([0xe0][0xb][0x14]W[0xe0][0x82][0xc6][0xb5][0x8f][0xc4]hL4D[0x8d]([0xfb][0xa1]NpH[0x99][0x9a]25[0xfa]W[0xea]F[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x8a]1[0xc4][0xcd]}[0xcd]=[0x8f][0xc9][0xfd][0xf8]|{[0x7][0xb0][0x85][\r][0xb][0x13]X[0xb2][0xb0][0x8c][0x95][0xc][0x85]U[0x13]e[0x13][0x15][0x13]k[0xc][0x93];RI[0xbd][0xc7][0x90][0xae][0xd5][0xdb][0xc][0xc6][0x81]-[0x18][0xb2]M[0xa9][0xc4]i[0xd8][0xef][0x88][0xe0][0x92]w<[0x9a][0xe4][0x9b][0xbe][0xcb][0xbd]6[0xf]d[0xd4]'CC[0xdf][0xc8][0x1][0xc3]Z[0xd3][0xf][0xba]N/$"G*-[0x2][0xc5]=[0xe7]Bp[0xaf][0xf5]0[0xd0][0xa2][0xbf]M[0x8b][0xe2]^jJ[0xb5][0xe3]X[0xc4][0x8d]E[0xd8]1[0x83]u(n[0x3][0xe1]r-[0xae][0x19][0x96].B[0xa5]e_[0xb4][0xe5]@[0x12][0xff][0xbe]R[0xbe][0xe6]Z[0xfa][0x8a]4[0x8a][0xcd][0x1e][0xbf][0xe3][0x8e][0xc7]U[0xd7][0x19]a[0x88]:[0xed][0x87][0xc4]\[0xaa][0xd5][0x87][0xb][0xd2]w[0xce][0x3]2[0xd1][0xd2][0x81][0xe0][0x91][0xb4][0xd5][0xf2][0xc3][0xc0][0x15]G22[0x9c][0x1d][0xb9]jD[0xeb]6LL[0x99]X[0xb7]1[0x8b][0xac][0x8d][0x2][0xaa][0xc][0xe5]?[0xc3][0x90][0x1b][0x19]9[0xeb][0xf4][0x84]K[0xea][0x95]1[0x90][0x93]+j[0xc7]`[0xbe]G[0x85][0xb1]~Q[0x85]A[0xb7][0xa2][0xbb][0xd0][0xe1][0xd2][0x94][0xc9][0x1f][0xc5][0xc]u[0xe]eFyb[0xf3][0x5][0xec][0x89][0x8a][0x14],[0x8a][0x93][0xc3]![0xa6])[0xda]Imc[0x86]2[0x8b]>E$[0x11]x[0x97][0xba]T[0xf4][0xb6][0xf2][0x8a][0xd4][0x8]l[0xc5]C[0x9b]4gb[0x82][0xe2]p)![0x88][0xaa][0x1c][0xe6][0x8][0x9a][0x8f][0xbb][0xf9]Dn!&/[0xd0][0xf6][0xd0]Y#qf<#[0xfd][0xf8][0xc7]X[0xee][0x97]1[0xe3][0xc7]X)[0xde]Z[0xfc][0x2]PK[0x7][0x8][0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/TextListener.class[0x8d]V[0xeb][0x1c]e[0x15]~[0xde]d7;[0xdd]L[0x92]v[0x93][0xb4][0xa4][0xf4][0xb2][0x1][0x9a]n6iW[0x1][0xb9][0xa4]1[0xa6][0xb7][0xc8][0x96][0xb4][0xc5]$m[0xa5] 8[0xd9][0xcc]&[0x13]63qf[0x96][0xb6][0xa0][0xa2]R[0xae][0xa2][0xa8][0xd4][0xb]x[0xab]R[0xad]w[0x8b][0xc2][0x96][0x82][0xa0][0x8][0x9f][0xfc][0xe0][0xdf][0xe1]_[0xa1]>gf[0xf6][0x92]t[0x13][0x9a][0xfd][0xe5][0x9d][0xf7]r[0xce]sn[0xcf]yg[0xfe][0xf5][0xdf]w[0xde][0x7][0xf0]I|[0xd4][0x8e]y,$q[0x7][0xac]$[0xee][0xc4][0xe2][0x6][0xce][0x1e]K[0xa2][0x84]%[0xd9][0xb3]epdXN[0xe2]Kpe[0xe6][0xc9][0xcc]O[0xa0][0x9c][0x84][0x8e]E[\r][0x8f][0xcb][0xf3][0x8c][0x9c][0x9c][0x95][0xd9]99~B[0x10][0x9e]l[0xc7][0x97][0xf1][0x15][\r]_[0x95][0xed][0xa7]4|M[0xc3][0xd7]5|Cv[0x9f]n[0xc7]y<#[0xc3][0xb3][0x9]<[0xa7][0xe1]yQA[0xc3][0x8b]Il[0xc7]7exI`[0xbe]%0[0xdf][0xd6][0xf0][0xb2][0x86][0xef][0xc8][0xf4][0xbb][0x1a][0xbe][0xa7][0xe1][0x15][\r][0x17]4|_[0xc3][0xf]4[0xfc]P[0xb6][0x94][0xc4][0xab]x[0xad]m[0xfc][0xe5]q[0xc8][0x9f][0xac]~[0x9c][0xc0]O[0x12][0xf8][0xa9]B[0xdb][0x19][0xd7][0xf2]MW[0xa1]wr[0xd1]x[0xdc][0xc8]YN[0xee][0x1][0xd7][0xb2][0xfd]i[0xdf]5[0x8d][0xa5]}[0x14][0x18][0xb5]l[0xcb][0x1f]S[0xb8]53[0xe9][0xb8][0xf3][0xb9][0xc5]2[0x97]9J[0x98][0xae]m[0x94]rGNp9}[0xce][0xf3][0xcd][0xa5]}[0x83]'[0x15]b[0x7][0x9d]9S[0xa1]k[0xd2][0xb2][0xcd]c[0xe5][0xa5]Y[0xd3][0x9d]1fK[0xdc]IM:[0x5][0xa3]t[0xd2]p-YG[0x9b]1[0xc1][0xf2][0x14][0xfa][0x9b]![0xcf][0x98]g[0xfd]I[0x8b][0xc0][0xb6][0xe9][0x8a][0x1f]^`D![0xfd]qn([0xdc][0x94]i[0x1a][0x8c][0xf8][0xd7][0xe5][0x9b][0x9e]?U[0xb6]'[0x18][0x95][0xb7]`[0xce])lk[0x8c][0xcb]-[0xdb]4[0x97][0x9b]2[0xbd]r[0xc9][0xf][0x14][0xda][0xdc]`[0xae][0xd0][0xb7][0xa6][0x98]B[0xbb][0xa0]N[0xfb][0x86][0xeb][0xb]b[0x13][0xc4]C[0xa6]Wp[0xad]e[0xdf]r[0xec][0x0][0xb6]}[0xae][0xbe][0xa1][0xb0]c}[0x85][0xc8][0xc0][0x84]a[0x95][0xca].[0xd3][0x96]mb[0xc0]v|[0xab]h[0x15][0xc]Q[0xc8]E[0x92][0x81][0xa5]D[0xb1][0xaa][0xb6][0xfb][0x6][0xb5]"s[0xf9]y[0xdb]q%[0x9e][\r][0xf3][0xa6]*[0xa2][0xc9][0x96][0xcc][0xe0][0x1a]Di_[0x96][0xe5]}[0xa6]1'r[0xb1][0xcc][0x91][0xc0]8[0xed][0xcc]XK4[0xae][0x8e](t[0x4]"[0x91][0x19][0xd6]=f[0x1a][0x85][0x5][0x85][0x16][0xeb]6[0x85][0x9e][0x10][0xb6][0xec][[0xa5]\[0x9e][0xa6][0xc][0xdf][0x91][0xb2]k[0xc5][0x9a][0xf4][0xc6][0x6][0x9]![0x6]O[0x95][0xc5][0xff][0xbc][0xc2][0xe6][0x95][0xe4]:[0xb7]\%[0xd8][0xbd][0xab]tFo0[0x5]c[0x4][0xd7][0x1b][0xbd]U[0x18][0xbd][0xd1][0xa4][0x87]&K[0x86]=[0x9f]cr,{>[0xe4][0xd1][0xb2]k[0x16][0xad][0xb3][0xd2][0x8][0xd7][0x9d]W[0x93]7[0xe1]8A[0x92][0xbb][0xcd][0x92][0xb1][0xec][0x99]s[0x92][0xb9][0xfd]^([0xc4][0xe]eJ[0x9b][0xe9]&[0xa7][0x9d][0xb2][0',[0x9]xSc[0xdb][0xec][0x15][0xe9][0x4]~[0xa6][0xe3][0xe7]8[0xae][0xe3]n[0x8c][0xcb]pQ[0xc7][0xa7]pW[0x2][0xbf][0xd0][0xf1]K[0xbc][0xae][0xe3][0x1]|N[0xc7][0xc][0xe][0xe8][0x98][0xc5][0x81][0x4].[0xe9][0xf8][0x15]~[0xad][0xe3][0x98][0xa8]\[0xc6]E[0xd6]|[0xb5][0xd1][0x3]e[0xab][0x14]T[0xb9]M<[0x1c]I[0x8b][0xc6]ot[0x14]0[0xa7][0xe3][0xb7][0xf8][0x9d][0xa8][0xfd]^[0xc7][0x1f][0xf0][0xc7][0x4][0xfe][0xa4][0xe3][0xcf][0xb8]B'g[0x16]L[0xd7]L[0x9f]1[0xbc]@[0xfa][\r][0xb2]*[0x1d][0x95]v[0x84][0xe1]G[0xa7]2P[0xb6]z[0xe2][0x8d][0xe8][0xf8][0xb][0xfe][0x9a][0xc0][0x9b]:[0xde]BE[0xc7]U[0xbc][0xad][0xb0][0xeb][0x86][0xca][0xa0][0xc0][[0xf5][0x11]T[0xd8][0xf9]1W[0x9a][0xc2][0xe0][0xfa]q[0xf0][0x92][0xaa][0xcb][0xee]X[0xff][0xce]Shu[0xca]t[0xbd]5#T[0xdb][0xb2][0xc6]E[0xc5][0xcc][0xb2][0x93][0xa7][0xaa][0x1d]Ia[0xf6]dw[0x93]nfa[0x8d][0xe5]e[0xd3][0x9e][0x93][0xab][0xf4][0xe0]Z[\r][0x9f][0x8]8[[0xe2][0xf5][0xb5]'[0xd3][0x84][0xf3][0xd7]mE[0xac][0x91][0xa6][0xf6][0x9d]*[0xa9]{2M9[0xdd][0xdb][0xc]Q[0xae]M[0x6]P[0xbf]?RU[0xe5][0xc6];[0xa1]s[0xe5][0xe]o[0x19][0xcf]z"[0xc]7/[0xb7]}~][0xcf][0xac][0xe8][0xea][0xe1][0x9d][0xb2][0x2][0xbc][0xe1]JJ][0xbf][0xcb]d,[0x18][0xde]1[0x96]7[0xb0]s[0x9a]F[0xed]`[0xb1]2[0xbc][0xe3][0xb3][0x8b]fA|[0xec]`[0x18][0xc2][0xa7][0xea]m[0xa9][0xc9][0xda]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t3[0x1e]d[0x95]"l[0x95][0xe9]r[0xa1]`z^[0xb1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#g[0xe9][0xe]:e9[0xed][0xaa][0xe7]![0xda][0xd9][0x1c][0x98][0xf1]i5[0x17][0xbe]w'[0x1c]w[0xc9][0xf0]C[0xc5][0xbc][0xed][0xf9][0x86]-[0xf0][[0xab][0xe]]')[0xef][0xd8]b[0xa4][0xd3][0x9b]9[0xd4][0xa4],[0xe8][0xe7]W[0xc8][0x9d][0xfc][0x82]`[0xe][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x81][0xb4][0x98][0xe2][0x8d]r[0xf][0xc7]{[0xb9]:[0x88][0x16][0xfe][0x80][0xf6][0xec][0xd0]5([0xc5]vmy[0x83][0xcb][0x16][0x8c][0x4][0x9f][0x1d]r[0xb4][0x89][0xcf][0x14][0xf6]q[0xb6]9[0x14][0xc5](>[0x1d]|[0x96][0xb4]c[0xc][0x9f]![0x90][0x0][0x8e]G[0x80][0x13][0x11]`2{[0x15][0xad][0xd9][0xa1][0xb7][0x10][0xab][0xe3]u[0xa2][0x95]c[0xf]b[0xe8][0xc5][0x6][0xa2][0xd5]1[0x93]5[0xcc]d[0xe0][0xa6]`[0xee][0xc7][0x81][0x8]s[0x9a]z"[0xd5][0x9d][0x1d][0xaa] ^A[0x9b]<[0x13]2hu[0xf0][0x14]a[0x81][0xad][0xd0]p3:[0xb0][0x8d][0xeb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed][\r][0x6][0xba]k[0x6][0xba][0x19][0xf3][0xa1][0xc0][0xc0]a:[0xbb]:[0xb]o"[0xb6]qo[0x5][0x1b]N[0xad][0xce]B?[0x9f][0xb7][0xac][0x91][0x85][0xcf][0xe2][0xbe][0x0]0[0x8f]#M[0x1][0xf]7[0x3][0x1c][0xe0]s[0xf7][0x1a][0x80][0xf7]c2[0x0]<[0xba][0x86][0x87][0xf9]f[0x80]C|[0xe][0xaf][0xeb]a[0x8b][0xbc]!"[0xc0]\`[0x0][0x88][0xb][0xe0][0x95][0x1a]T[[0xb0]yG[0x0][0xa3][0x87][0x2][0x11]LL[0xde]:[0x91][0xf2],w[0xa5][0x94][0x3],r[0xb2]B[0xa7][0xf8]x[0x17][0xfa][0x83]W[0xd1][0x91][0xea][0xac][0xa0]+[0xbb][0xb3][0x82][0x8d]|V[0xb0][0xa9][0x82][0xd4]j[0x2][0xdc][0x8d][0x4][0xf9][0xb7][0x8b]Hug[0x7]j[0xce][0xe]`[0x8a][0x5]g;[0xca][0xb].[0xb4][0xa7][0xee][0xe2][0xaa][0x8d]g[0x97]X[0xf2][0xee][0xa3][0xc3][0xd7][0xd0][0xa3][0xf0][0x1a][0x99][0x15][0xce]b[0x17][0x91]m[0xf4][0xa0][0x97][0x96][0xc3][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xa7][0xb6][0xd4][0xfc][0xb8][0x8c][0xdd][0x8d]b7[0xad][0x10][0xeb][0xab][0x89][0xc5][0xc6][0xb8][0xbb]Ua$[0xd6][0x17][0xbb][0x86][0x9b][0x15][0xbf][0xbd][0xf7][0xca]l[0x9b][0xe2][0xbb]b[0xfb]H<[0xdb][0x17][0xaf]B[0xec][0xa0][0xd2][0xf6][0xf3][0xad][0x8a][0x0][0x81][0xee][0xce][0xcb][0xff][0xfb][0xb7]D[0xdb][0x1a]D[0x9b]eA[0xc0][0xb8][0xe2][0x8c][0xac][0x93][0xad][0xd2][0xc5]&[0xe9]#[0xad][0xc7]Y[0xcd]9[0xb2][0xaf][0xc8][0xea][0x9e]gi^'q$[0x13]c[0x8c][0xf1]<[0x99]{[0x82][0xd5][0x8f][0xc3]f#[0x9c][0xc4][0xa9][0x80][0xd5][0x97]j[0xd9][0xb9][0x14][0xb1]7[0xce][0xef][0x83][0xcf][0xe3]A[0xe6][0xae]H[0xbd][0xd3]x[0x88]6[0x1f][0x8e]j[0x16][0x9e]}[0x81]g1y[0x9d]F5[0xf3](![0xd9][0xdf][0xd3][0x90][0x83]a[0xfa][0x9f]Js`^[0xfb]k[0x9][0x10][0x1]n[0xdc]R[0xc1][0xad][0xab]K7[0xc9]>8J[0x96][0x1d][0xb][0x1c]N[0x87][0x80]5[0xe7][0xf6][0x4][0xae][0xab]`[0xf6]E[0x18][0x81][0x3][0xb3][0xb5].[0xfe][0xf]WR[0xea][0xb][0xc4][0xbe][0xed]U[0x1c]o[0xe0]Nj[0x17]m5[0xd6]f [0xf4]i[0xb7]T&[0x13][0xcd]Yf-[0xb5][0xe3]2[0xe2][0xa9]Aq;[0xdb]P[0xd7][0xd1]F[0xac][0xa1]([0x84]*[0xd6]p[0x3][0xd6][0x9e]p[0xbe][0xb7]Z[0xb0]T[0xa4]X[0x8f]s[0x80]7[0x13]H[0xf4][0x4]i[0xd8]I"n![\r][0xa7]Y[0x86][0xd3]Li[0x81][0x9][0x89][0xa9]~[0x85][0xa9][0xae]S[0xf7]B-[0xfe][0xb]Qqb[0xf2]][0x15]E[0xbd]?j[0x95][0x8e][0xb7][0x91][0xdb][0xf9]b[0xf]>[0xe1]Tp[0xfb][0xea]~+4[0xc0]u[0xd4][0xe0]:[0xa2]NP0[0x3][0xf9][0xe2][0xff][0x1]PK[0x7][0x8][0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/Throwables.class}[0x91]KO[0xc2]P[0x10][0x85][0xcf][0x94][0xd2][0xca]CA[0x10][0xc5][0x7][0x92][0xe8][0x6][0x8][0xb1]1[0xea]F[0x8][0x89]1[0xba]"[0xba][0xa0]aiR[0xb0][0x81]K[0xb0]5mQ[0x96][0xae]4.t[0xef][0x8f]2[0xce]E[0x2]H[0xc0]&[0xed][0xcc][0x9c][0x9c][0xf9][0xa6]w[0xee][0xd7][0xf7][0xfb][0x7][0x80]C[0xe4][0xa3]P[0xb1][0x19]E[0x8][:[0xb6]u[0xec][0x10][0xb4][0xaa]pDP#[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]&A=womB[0xa2].[0x1c][0xfb]jp[0xd7][0xb2]=[0xd3]j[0xf5]YI[0xd5][0xdd][0xb6][0xd5]oZ[0x9e][0x90][0xf5]HT[0x83][0xae][0xf0][0x9][0xf9][0xba][0xeb]u[0x8c][0xde][0x80]A[0x86]p[0x2][0xdb]s[0xac][0xbe]av=[0xf7]Q[0xda][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w{v [0xeb]3[0xff][0xe2][0xa9]m[0xdf][0x7][0xc2]u[0x8][0xe5]B[0xbd]g=XF[0xdf]r:[0x13]{[0xa5]8[0xa5][0x8e][0xdd][0xcc] [0x1e][0x98][0x99][0xdb]A[0x88][0x8e][0x8d][0xbe][0x8e][0x1c]A[0x1f][0xcd]#d[0x17][0xc]i[0xea][0xd8]%D[0x1a][0xa2][0xe3]X[0xc1][0xc0]c[0xf6]I[0xd5]<[0x9d][0xeb][0xad]-B[0xdc][0x98][0xa6][0x9c][0xdd]p[0x7]^[0xdb][0xbe][0x14]r#[0x89][0xc9][0xb1][0xf]dS[0x1c]ahq[0xa4][0x90]&[0xe4][0xfe][0xdd][0x12]!9[0x99]r[0xdd][0xea][0xd9][0xed][0x80][0x90][0x9e][0xb3][0x8a]?[0xea][0xb8][0x9f]o7[0xc4][0x97]+[0x9f][0x10][0x14]9[0x15][0xbc][0x6][0xae][0x8e]8[0x12][0xc7]p[0xe9][0x15][0xf4][0xc2][0x89][0x82]%[0xfe]F9[0x2]1n[0x89]#[0xc2]Y[0xfc][0xd7][0xc4]z[0x8c]c[0x84][0xeb]evH[0xc0][0xf1][0x8][0xa0][0x95][0xde][0xa0][0xd0][0xf3][0xc]a[0x8f][0x9][0xfb]S[0x4][\r]+HpL[0xf2][0xab][0xb2][0xb2][0xca]>>=[0xff][0x94]d[0x95]G,[0xa5][0xf4]9[0xe6]hC[0xa5]0[0xc5]Pf[0x18]k[0xc8][0xc][0xd5]u[0xce]7[0x86]Y[0xf6][0x7]PK[0x7][0x8][0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/builders/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.class[0x9d]U[0xeb]R[0xdb]V[0x10][0xfe][0xe][0x96]-,[0x4][0x18][0xe2]B[0x9c]4i)[0xa1][0xd8][0xe6]"[0x12][0xd3]K[0xc0][0xa5]%$[0xb4][0xa4][0xc6]I[0x11][0xb8]u[0xdc][0x9b]l[0xb],F[0x91]2[0x92][0xdc]&[0x8f][0x92]'[0xe8]_:[0xd3]&M[0x99]f[0xf2][0xab]?[0xfa][0xc]}[0x83][0xbe]C[0xdb]=[0xb2][0xb0][0x8d]M[0x1d][0xa7][0xa3][0x99][0xb3]:{[0xf6][0xfb][0xce]^[0xb4][0xab]?[0xfe][0xfe][0xf5]9[0x80][0xab]8[0x94][0x10][0xc2]F[0x14][0x17]pS[0xc4]-[0x89][0xe4]&_>[0xe6][0xcb]'|[0xd9][0xe2][0xcb]m[0x9][0x9f]"7[0x84]m[0xe4][0x87]p[0x7]w[0xf9][0xf2][0x19]G[0xee][0x88]P%[0x8c]`C[0xc4][0xae][0x84][0x18][0x97]{[0x12][0xc6]Q[0x10][0xf1][0xb9][0x84]8[0xdf]!a[0x82][0xcb][0xa2][0x84][0xf3]\[0xde]c[0x18][0xab]h[0xd6][0x9e][0xab][0xab]u[0xc3][0xd3][0xb7]u[0xaf]fW[0x19][0x18][0xe9]#Y[0xc3]2[0xbc]5[0x6]!y/U [0xb1]aWu[0x86][0xd1][0x9c]a[0xe9][0xf9][0xfa][0xfd][0xb2][0xee][0xec]je[0x93]4[0xe3]9[0xbb][0xa2][0x99][0x5][0xcd]1[0xf8]>P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xcd]p[0x19][0xb2]9[0xdb]9P[0xe][0xeb][0xc4][0xa4][0x18][0x96][0xa7];[0x96]f*[0xe5][0xba]aVu[0xc7]U[0xd6]M[0xf3][0xa6][0xbe][0xaf][0xd5]M[0xef][0xae][0xed][0xba]F[0xd9]0[\r][0xcf][0xd0][0xdd][0x1b][0x8d][0xf3]U[0x86][0x11][0xa7]nY[0xba][0xb3]i;[0x1b][0xa6][0xe6][0x12][0xdf]|2w[0xa8]}[0xa7])[0xa6]f[0x1d]([0xbe]n5[0xd5]vE[0xc3]\[0xd9][0xf1][0x5][0xe1]#[\r][0x5]C[0xa2][0x87][0x91][0xa0]k[0x95][0x1a][0xc3]l[0x97][0x89][0xab][0xdc][0xa7][0x90][0xcd][0xc0][0xb2][0xe5][0xd5][0x80]q[0x85]![0xde]p[0xa4][0xee][0x19][0xa6][0xb2]E[0x81]i[0x9e][0xcd][0xcf][0xa2][0x9e][0xee]z[0x81][0xb3]c][0xbe]2[0xc][0x9e][0x4][0xcf][0x10]kc[0xc8][0x19][0xae]G[0xa7][0x13][0xa7]S[0xf9][0xe8][0xc1]I:[0xe3][0x9d]T[0xd9][0xf4][0x1a][0xd9]_[0xef][0xa0][0xc8][0xf6][0x19][0x3][0xc7]J[0xb7][0x1e]V[0xf4][0x7][0x9e]a[[0xae][0x88][0x12]y[0xae][0x1a][0x7][0x96][0xe6][0xd5][0x1d][0xba]N[0xe9]J3[0xbf][0xaf]W[0xa6][0x87]}[0xf5]rp[0x1][0xc3]B2[0xd5][0xb3][0xf4][0xb7][0xf7][0xda][0xcc][0x9b][0xf8][0xcc][0xab][0xe1]3-|L[0xb3],[0xdb][0xd3]<[0xbd][0xda][0xa4]Xz[0x9][0xc5]z[0x7][0x82]o[0x94][0x2][0xdb]i[0xe3]X|[0x9][0xc7][0xd6]){b[0x18]w[}[0xd4]dI%[0xbb]S[0xf7]_[0x1f][0x97][0xa4][0xda]u[0xa7][0xa2]o[0x1a][0xbc][0xec][0xd3][0xbd];d[0x91][0x17]I[0xc6]%|)[0xe3]"^g[0x98][0xe9][0xeb][0x16][0x19][0x1f]`M[0xc6]*[0xb2]2>[0xc4]G2[0xae]cE[0xc6]{x_[0xc4]W2[0xbe][0xc6]7"[0xbe][0x95][0xa1][0xa1],[0xa2]"[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "][0xc6]>[0xe]d[0xd4]0C[0xb1][0xf4]][0xd5]~l[[0x5][0x9f][0x95]R[0xf1][0x98][\r][0x86]t[0xff][0xa5][0xa1]R[0xf6]2V[0xcf][0xa8][0xda]l/@[0xbe]n[0x9a]M[0xcb][0x95][0xff]?[0xe4][0x18][0xce][0xb5]:m[0xb7][0xe6][0xd8][0xdf]7[0x1a]>[0x94][0xe4]37[0xd6]j[0xef]u[0xc7][0xd1][0x1e][0xd1][0xd4][0x88]h.[0xef]t[0xaa]u[0xb2][0xd4][0xd6][0xa4]w[0xca][0x87]z[0xc5][0xa3][0x16][0xed][0x9a])#[0xa7]54[0x82][0x8c]`\[0xd1][0xbc]I[0xa6][0xce][0x1e]c[0xe3][0xdd]Z[0x6][0xb1][0xa6][0xb9]y[0xfd][0xa1][0xe7]{G[0x8][0xc1][0xf2]7[0xf1][0x13][0x92]vGx'h[0xfb][0xfa]N[0xc7][0xfc]N'[0xfb]l[0x84]T[0x1]S[0xf4][0xaf][0xb][0xd1][0x91][0xa8][0xf8][0xd7]Mo"[0xbd]_[0xc2]eZ[0xdf][0xa0][0xdd]&[0x6][0xe8][0x1][0xa4][0xf4]S[0xb0][0xf4][0xc5][0x9f]1[0xf0]#[0xed][0x6][0xf0]&[0xad]#>R[0x86][0x80]aDi7E[0xbb][0x89][0x86]5[0xde][0xc2]4[0xe0][0xbf]qV[0xfa][0xd9][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc8][0x9e]s[0xfe]E[0x88][0x8][0xc9][0xd2][0xe0]o[0x8][0x15]C[0xe9]'[0x10][0xd4][0xa2]@"[0xac][0x16][0xc3]$"j1BBT[0x8b]"[0x89]A[0xf5][0x17]D[0xb7][0xe7][0x9f]Ab[0xc8]/<[0xc3][0x10][0xc3]cL[0xd1][0x8b][0xcc][0xf0][0x2][0xa1][0x15]!![0xcc]=[0xc1][0xf0]J8[0x11][0xfe][0x1d][0x91]D[0xf8][0xe8][0x87][0xfe]dGD[0x1f][0xf2][0x9d][0xbc]L[0x1][0x81][0x82][0x9b]C[0x82][0x82][0xb9][0x80]<9[0xa4][0x92]K[0x5]:)[0x92];[0xdc][0xe9]5r'[0x8f]A[0xbc][0x8d]Y[0x84][0xc9]*[0x86]$R[0xe4][0xe4]5[0xda][0xa7][0x9][0xc9][0xc3],5C*a[0x1e][0xb][0x14][0xd0][0x1c][0x96][0xb0][0x8][0x85][0x2]^j[0x6][0xce][0xcf][0xae]6[0xcf][0xae][0x91].CZ[0x81]4[0xcb]x[0xc7]O[0xdc][0xbb][0xb4][0xa3])[0x10][0xa4][0x97][0[0x92][0x83][0xc7][0x18])>[0xc5][0xe8]Q3[0xb9][0x11]_?[0xed][0xfb]'7l[0x2][0xf][0x4]>J[0xba][0xf1]1[0xc2][0x8f]u[0xe2]g[0xcf][0xc4][0xd3]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0x19][0x8a][0x8d][0x9f]E[0x8f]1^[0xa4][0x12][0x9f][0xeb]$[0x98]k#[0x88]6[0x9]h[0xb4]u;[0x10]'[0x7]^[0xeb][0xc4]+g:@[0x3]1[0xc0]o[0x5][0xf8][0xc9][0xf4]O[0x18]x[0x8c][0xa1]cL[0x10][0xcd][0xe4][0xd1]1[0xce][0x93]L[0xb4][0xe8][0x1a][0x1f][[0x86][0xaa][0xb9][0x8c]Q[0xca]b[0x8b]v2[0xa0]eX[0xf7][0xad]o[0xfc][0xb]PK[0x7][0x8]R[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/builders/AnnotatedBuilder.class[0x95]V[W[0x13]W[0x14][0xfe][0x86]$[0xe][0x84]A[0xb9]*[0xda][0xaa][0xa1][0xd5][0x12][0x92]`[0xea][0xa5][0x17]Ai1[0x5][0xc5][0x92]`[0x93][0x88]E[0xad]:L[0x6]20[0x99][0xa1]s[0xd1][0xb6][0xff][0xa4]}[0xee]Z}[0xc5][0xb5]Z[0xb1][0xed]j[0xeb][0x93][0xf][0xfd][0xb][0xfd]/m[0xbf]3[0x13][0x92]@[0x0][0xf5]a[0xce][0xd9][0xb3][0xaf][0xdf][0xde][0xe7][0xec]=[0xf3][0xf7][0xbf][0xbf][0xfd][0x9][0xe0]<[0xbc]8[0xfa][0xf1]i[0x17][0x86]1-[0xe3]Z[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "r[0xdd][0x88][0xe0][0xb3]893b[0x99][0x15][0xbc][0xeb]b[0xb9][0x11][0xc7][0x1c]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea]s[0x19][0xf3]b[0xcf][0xcb]([0xc4][0xb1][0x80][2[0xbe][0x90]Q[0x94]Q[0x12][0xdc][0xb2][0x8c][0xdb][0x9d]X[0x8c][0xe3][0xe][0xbe][0x8c]c[0x10]K2[0xee]J[0x18][0xce]-[0x14]J[0xe5][0xe2][0xed]\y[0xa1][0xf8]p[0xa6]X[0xe4]:[0xbb]P[0xcc]O[0x97]%[0xf4][0xcf][0xaf][0xa9][0x8f][0xd5][0xac][0xa9]Z[0xab][0xd9][0x92][0xe7][0x18][0xd6][0xea][0xa4][0x84][0x9e][0x9c]m[0xb9][0x9e]jy[0x8b][0xaa][0xe9][0xeb][0x12][0x14][0xd7]7<[0xfd][0x9a]o[0x98][0x15][0xdd][0x91]0:o;[0xab][0xd9]5[0xdf]2[0xbc][0xac][0xe3][[0x96][0xee][0xb8][0xd9][0x9a]][0xd1][0xcd]l1x[0xab]+[0xd2][0xd1][0xa1]+[0x6][0x95][0xa6]$[0xa4][0x92][0xaf]i3[0xb6](![0x9a][0xa3]@[0xc2][0x91]y[0xc3][0xd2][0xb]~mYw[0xca][0xea][0xb2][0xa9][0xb][0xb0][0xb6][0xa6][0x9a][0x8b][0xaa]c[0x88][0xf7]:3[0xea]U[\r]W[0xc2][0xb9][0x96][0x0][0x86][0xe5][0xe9][0x8e][0xa5][0x9a][0xd9][0xe5][0xd0][0xab][0x9b][0x9d][0xb6],[0xdb]S=[0xbd][0xd2][0xc4]v8[0x84]1k;9Su[0xe9]![0x93]l[0xa9]E[0xc0][0x9b][0x1c]kC][0x87]K[0xfb][0xb8][0x1a][0xfa]4lK[0xc2][0x89]=[0x15][0xef][0x18]^[0x95][0x9a][0xbd][0x9a][0xef]8[0xba][0xe5][0x95]u[0xd7][0xab][0xc7][0xea]k[0xb]%[0xa1][0xcb]k[0xca][0x8f][0xee][0xcc][0xf4][0xdb][0x8d][0xed]l[0x7]w[0x1b]^IM[0x9]03[0xdf]h[0xfa][0x86][0xc0][0xe2][0xca][0xb8]G_%c[0xd5]R=[0xdf][0xa1]I[0xb6]-/asPj[0xc9]U[0xdd][0x9b][0xb1]4[0xd3]vy[0x1f][0x2][0xb]V[0xa9]`[%[0x91][0xae][0x96][0xd7][0xc5][0x91][0xd4][0x81][0x9e][0xd9][0xab]h[0xed][0xb9][0xa5][0xf6][0xc1][0xb0]g2[0xdd][0xc1][0xb1][0x85]h$\m[0x8f][0xf0]f[0xe7][0xe4][0x1a][0xb5][\r]S/[0xa8]5[0xd6][0xa2]C[0xbf] a[0xa4][0xc5][0xbe]`[0x97]|[0xad][0x9a][0xd7][0xbd][0xaa]]i[0xd4][0x90]V[0x12][0x95][0xbb]CW[0xf5]L[0xc7][0xdb][0xc0][0xa6][0xf7][0x8d]*[0xb2][0xb8][0xdf][0x9e][0xf2]A[0x6]ozF[0xf1][0x92][0xed];[0x9a]>k[0x88][1[0xb4][0xfb]~[0x9f][0x13][0xde][0x14][0x9c][0xc2]}[0x5]o[0xe3]$G[0xc0]~[0xf7]S[0xc1]Wx[0xa0][0xe0]![0x1e])[0xf8][0x0][0x1f]*[0xb8][0x80][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T,+[0xd0]P[0x91][0xa1]+X[0xc1][0xaa][0x82]*[0x1e][0xb1]%w[0x81]T``[0x8d][0x17][0xbc][0xc9]^X^[0xd3]5O[0xc6][0xba][0x2][0x13]5[0x9][0xc7][0xf6][0xc9]@[0xc2][0xe9]W[0x1c][0x82][0x84][0xb3][0xaf]52[0x14]X[0xb0]%[0xa4][0xf7]S[0x9e]#[0xcb]PM[0xe3][0xbb][0xa0]Ug[0x1c][0xc7]f[0xf0][0xbb]9[0xdf][0xf5][0xec]Z"TMh"[0x99][0xc4]Y7[0xe1]Vm[0xdf][0xac]$[0xaa][0xea]c=[0xa1]&6[0xfc]e[0xd3][0xd0][0x12][0x9a][0x98][0x86][0x8e][0xaf]y[0xb6][0x93]x[0xc2][0x92]%[0xdc][0xed][0xe6][0xa2]I2(D[0xa2][0xd1][0xbb]c26[0x14]|[\r]GT_L[0x95]7[0x19]K[0x12][0x6][0x9a]Ui[0xa9]D$)[0xe6]b[0xf][0xdb]r[0xba]e[0xe8]\:[0xb8][0xf7][0x9a][0xf3])[0xdb][0xb4][0xe2][0xcd][0x89]=[0xe][0xa7][0xfa]@r[0xaf]N[0xed]1[0xdc][0x1d][\r][0xce][0xd0][0xfc][0x82]([0xc][0x9d][0xb7]+[0xc6][0x8a]A[0xd8][0x1]s[0x8e]C[0xaf]i[0xed][0xe8]+&[0xcf]=[0xbb][0xad]#[0xa1][0xd3]p[0xc3]q[0xc1][0x9][0x9d][0x9c][0x13]>[0xfa][0xda][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]0y[0xb9]fy%\L[0xde];0[0xa9][0xed]@-F[0x4]}[0xf2]@[0x5]v[0xb2][0xa5]?[0x99][0xb]>i[0x1a][0x13][0x1f][0xdd][0x11]#[0xbc][0xb1];[0x82][0xd4]Ya[0xc5]K-[0xe3]cpG[0xc9][0x1a][0xdf][0xcb][0xde][0xdd]<~[0xf9]Vl[0xa7][0xa6]z[0x12].'[0xdb]-^[0x11][0xbe][0xe1]wh[0xf][0xdb][0xb1]E[0x8c][0xf0][0xd7][0xa0][0x9f][0x10][0x1d]8[0x81][0xe3]|$[0xbc][0x15][0xbc][\r][0x91][0xcb]f'[0x1d]%[0xef][0x14]NsM[0xf0]m[0x96][0xb2][0xe][0xee][0xf1][0xd4][0x16][0xa4]T[0xfa][0x17]t<[\r][0xf4]G[0xb8][0x1e][0xe6][0xf][0x7]0O[0x8b]<[0xba]P[0xc0];|;[0x1a]j[0xe3]][0x9c][0x1][0x2]Jx[0xe5]L[0xc4]Y[0xbc]G}[0xe1][0xf3]G[0xee]Q[0xee][0x99]t>[0xf3][0x12][0xa3][0x99][0x1]D[0x9e]![0xfa][0x2][0x91][0xc2][0xf8]K[0x1c]I[0x8d][0xff][0x8a][0x18]{[0xf2][0x19][0xe]m[0xa6]2[[0x90][0xf3]?[0xfd][0xf7][0x8f][0xb4]I[0xfd]H[0x10][0xf5][0x4][0xe]q-r-[0xa3][0xf][0xb7][0x89]\dUB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x3][0x4])[0xfa][0xee]C/F[0x91][0xa4]E[0x7][0xd7]1[0xf2][0x4][0xaa]L[0x3]U[0x6]i[0xf2][0xd8]`u[0xc4][0xa1][0xd6]x]+M[0x8a]?[0x5][0xf5]Zd[0xf1]~[0x90][0xf1]y>[0x9c]o\E[0xe]+[0x94][0x8][0xed]a[0xe2][0xec][0xfc][0x1e][0xfd][0xdc][0xba][0x9e]#[0xfe][0x3]:Iuo[0xb6][0xe0][\r][0xab][0xf4][0x80][0x98][0x1e]2[0x96][0xda]R[0xa5][0xe1][0x6][0x9e][0xe1][0x0]c[0x88]G[0xe1][0x1e]r[0x4][0x8a]0[0xf6]%R[0x1c][0xb0]a[0xfd]$[0x19]rP[0x83][0xf5]t[0xf4][0xf](K[0x91][0x1]([0xa5]g[0xe8][0xe1][0xcb][0xe1][0xa5]H[0x86][0xe4][0x91][0x17][0xe8][0xdd],[0xa4]c[\r][0xe9]Rt[0x0][0xfd]B'V[0xd7]Y[0x8a][0xa6]~F[0xc7][0xb6][0xea]D[0x94][0xa0][0x7]&b[0xbf]cp[0xa9]([0xd4]9[0x1e][0xa3][0x12][0x97][0xe7]8[0xba][0x85]c[0x5][0x80][0xc5]Q[0xf6][0xf1]r\[0xc7][\r][0xee][0xad][0xc7]Q[0xa5][0xc4][0xa0]d[0x9d][0x92][0x1a]nr[0xac][0xde][0x82][0x1d][0xa4]:E[0xf9]-^[0xb2][0x8f][0xa8][0x19][0xa3]d[0x4][0x1f][0xe3]2[0xb]{[0x8a][0x97]f[0x82][0x94]([0xce]z[0xa3][0x10][0xeb][0x98][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xa8]tpl[0x99]F[0xb9][0x84][0xec]JC&[0xe]k[0xf7][0x11]]%=[0x15]P[0x9f][0xfc][0xf]PK[0x7][0x8]O$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/builders/IgnoredBuilder.class[0x8d]R]K[0x1b]A[0x14]=[0xd7][0xc4]l][0xd7][0xf8][0x91][0x98][0xda]O[0xb5][0xad][0xa0][0xb1]8[0x14]|S[0x4][0x15][0x84]B[0xe8]C-[0x81]>N[0x92]a[0x1d]Yg[0xcb][0xec]l[0xa1][0xff][0xca][0xbe]Th[0xa1][0x8f]}[0xe8][0x8f]*[0xbd][0xb3][0x1b][0x93][0x1a][0xa5][0xb8][0xf][0xf7]k[0xce]9s[0xef][0x9d][0xfd][0xfd][0xe7][0xfb]O[0x0]o[0xb0][0x11]"[0xc0][0xa3][0x0][0x8f]C<[0xc1][0xd3][0x0][0xcf]BT[0xf1]<[0xc0]j[0x80]5Bm_[0x1b][0xed][0xe][0x8][0x95][0xcd][0xad].[0xa1]z[0x9c][0xe][0x14]a[0xbe][0xa3][0x8d]z[0x97]_[0xf4][0x94][0xfd] {[0x9]W[0x96]:i_&]i[0xb5][0xcf][0x87][0xc5][0xaa];[0xd3][0x19][0xe1]u'[0xb5][0xb1]8[0xcf]YHh[0xe3][0x94]52[0x11][0xbd]\'[0x3]e3[0xf1]66[0xa9]U[0x83][0xa3]2[0xdf]#[0xd4]mn[0x8c][0xb2]'[0xa9]=Nd[0xe6][0xf9][0x9b][0x9d]s[0xf9]Y[0x8a]D[0x9a]X[0x14][0xb5][0xbd][0xad]$K[0xb8]x_8[0xe6][0xcf]8[0x95][0xb9]!u[0xf1][0x16][0x93][0xd0][0xba][0xd9][0xea][0x97]O[0xd7][0xed]6'[0xc1][0xfb][0xed][0x3][0xaf]w[0xaa]c#]n[0x19]"n[0xb5][0xe2]1[0xff][0xeb]&<[0x85]_[0x9d][0xeb][0xd1][0xc]a[0xda],[0xeb]\1[0xf4][0xda]3[0xc4][0xda]B[0x87]*[0xc9][0xe4][0xbe][0x8c]x&[0x13][0x15][0x12][0xdd][0x8e][0xb5][0x89][0xd3][0x94][0xd5]Ta1t/Q[0xca]P[0x1f][0x8b][0xec][0xb5]H#-[0xf]M[0x94]a[0xad][0xdd][0x99][0x7][0x98][0xc9][0xa0][0x1a]o[0x90][0xe4]:[0x12]o[0xa4][0x1d]e~[0xb]=3[0x9b][0xf][0x1f]O|[0xd4][0xe0][0xfa][0xb8][0x89][[0xe][0xda]>:[0x8][0x1c]t}<[0xc5]3[0x9a][0xf1]r[0xab]%[0xa6][0xb9][0xb6]N#[0xe5][0xb6][0xd9]A[0xe7][0xbf][0xe7][0xa6]g[0xb0]/[0xb5][0xd8][0xa5][0x9b]*[0x88][0x18][0xd6][0xcf]Y[0xf9][0xec][0xd8][0x86][0xe1][0xf6]E[0x19]t[0xdd][0x91][0x16]<[0x13][0x83]\f[0xe2]L`[0xe3][0x9c]'y1[0x1b][0xfd][0x8e]*}[0x18][0x80][0xde][0xa7][0xd9]!I[0x8f][0xac][0x12][0x16]Q&[0xdd][0xc7][0x15][0xd2][0xeb][0xe4]yO[0xb2]D[0xd2][0xb][0xbe][0x83][0x5][0xdd]o([0x1d][0x93]UF[0x83][0xce]:I[0x8a][0xa0]BU.[0xd5],[0x91][0xd5][0x9a]d[0xa3]I[0xb8][0xb0][0xda]5[0x8b][0xbe]L[0xba]Or[0xe2]Y[0x9c][0xf2][0xad][0x90][0xd6][0xc2]*[0x9d][0x86][0xed]U[0xc1][0xe6]v[0x83][0x13][0x94]OP9[0xb6]I[\r][f[0x2]K[0xd4]ls[0x86][0xc8][0x9d][0x12][0xb9][0xb8][0x8e][0x1b][0x4][0xc3][0xcc]k([0xe0]^X[0x1b][0xa8][0x5]_Q[0xfa][0x81][0x85]/S[0xb4][0xaa][0xf5][0xaf]X[0xa4]I[[0xb5][0x2][0x89]n[0xc1]f[0xdd][0xf9][0xb]PK[0x7][0x8][0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit3Builder.class[0x8d]S]O[0x13]A[0x14]=[0xd3][0x96][0xee][0xb2],[0xad][0xa5]Z[0xf0][T[0xb4][0x1f][0xe8][0xc4][0xe8][0x83][0x9][0x84]D[0x1b][0xfb]`[0x1a]B[0xa4][0x92][0xe8][0xdb]P[0xc6]2[0xb8][0xdd]%[0xb3][0xbb][0xa2]?[0xc5][0xff][0xe0][0x3][0xbe]H[0xa2][0x89]?[0xc0][0x1f]e[0xbc][0xb3][0xbb]Th[0x1b]c[0x93][0xce][0xb9]s{[0xcf][0xb9]g[0xee]L[0xfd][0xfe][0xfe][0x13][0xc0]#[0xac]:[0xb0]q[0xd3][0x81][0x85][[0x16][0x96][0x1d][0xe4]q[0xdb][0xc2][0x1d][0x7]w[0xb1]b[0xe1][0x9e][0x85][0xfb][0xc][0xc5]u[0xe5][0xab]h[0x83]!_o[0xec]0[0x14][0xda][0xc1][0x9e]d(w[0x95]/7[0xe3][0xe1][0xae][0xd4]=[0xb1][0xeb]Qf[0xa1][0x1b][0xf4][0x85][0xb7]#[0xb4]2[0xfb],Y[0x88][0xf6]U[0xc8][0xd0][0xea][0x6]z[0xc0][0xf]b[0x12][0xe2][0xca][0x8f][0xa4][0xf6][0x85][0xc7]wc[0xe5][0xed]I[0x1d][0xf2][0x97][0xaf])[0xff][0xf8]y[0xba]]c([0xe9][0xd8][0xf7][0xa5][0xee][0x4][0xba][0xed][0x89][0x90][0xe8][0xab][0xf5][0xee][0x81][0xf8] [0xb8]'[0xfc][0x1]Ork[0x8d]3[0x8a]i9[0x95][0x0][0xf1]g#[0x19]F[0x19][0xb5]2[0xc1]d[0xa8][0x9d]w[0xfa][0xe9][0xf0][0xd4][0xed][0xc5][0xf1][0xe2][0xf5][0xe6][0x6][0xd5];/>[0xf6][0xe5]a[0xa4][0x2]?[0xb4]P'[0xfd]m5[0xf0]E[0x14]k[0xa2][0xf0][0x9]k[0x86][0xf3]/w[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xb4]|[0xd2]#[0x8f][0xd4]q[0xca][0xc9][0xde]2,NW[0xa5]_[0x9c][0xed] [0xd6]}[0xd9]Q[0xc9][0xc8][0xcf]M[0xee][0xa1][0xa1][0xb8][0x98][0x85][0xe3][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae]2<[0x98]2[0xf4][0xd4][0xcd][0xe9][0xcc][0x9f]&[0xda][0xa9]5[0xc3]l0,[0xa5][0x84]wZ[0xc][0xe5]Q[0xa0][0xdf]sc[0xb4]-Bi[0xa1][0xe9][0xa2]et[0x1b][0xff]}[0x99][0xc]+[0xe3][0x83][0x8][0xf9][0x90][0x1e][0x90][0x97][0xcd]cTW[0xfd]{[0xde][0xde][0xbe][0xe][0x8e][0xb2][0xb][0x99]2[0x1e]z[0x83][0xe5][0xb1]$[0xc3][0x5][0x15]>[0xb]Cs-[0xc4][0xeb][0xe8]`[0x88]ez[0xd3]6[0xcc]'[0xf]f[0x86]B[0xeb][0x1c][0xed]8!#[0x9c]i[0x9e][0x80]}[0xa5] [0x7][0x97][0xd6]b[0x92][0xb4]0O[0xab][0x9b][0x16][0xa0][0x84]2![0x89][0xa3]B"[0x86],[0x8]s[0x84][0xd5]f[0xeb][0x1b]r[0x9f][0xe1][0xfe]@[0xfe]M[0xeb][0x4][0x85]cv[0x9c]t2R%B[0xc0][0xfc][0xb1][0xe6][0x88]8[0x9f]H[0xd6]RZ&i[0xa2][0x5][0xfa][0xd2][0x1]G[0xed]L[0xe6][0x12]E5[0x8a][0xb][0x84][0x8b]XJ[0xcc]][0xa6][0x95]n[0x93]"c`[0x93][0xd0]([0xd9]U[0xcc][0x90][0x85][0xe2][0x97]Q[0xd7][0xf4][0x0][0x95]3[0xdd][0xec]Q7{[0xa2][0x9b][0x9d]uK{\[0xa3][0xe8]z[0x12][0xdd][0xf8][0x3]PK[0x7][0x8][0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit4Builder.class[0x8d]R[0xc9]J[0x3]A[0x10]}[0x9d][0xc4][0x8c][0x19][0xf7]-[0xee][0xdb]AH[0xa2][0xd8][0x8][0xde][0x14][0xf][0x8a][0x1e]$([0xb8][0x4] {GE[0xf6][0x8b][0x81]k[\r][0x8a][0x9])5[0x88]Q[0x1f][0xfa]i}[0xe0][0xc3]<[0xee][0xc][0x12][0x1a]"[0x9c][0xa3]<[0x8c][0x11];J[0x91][0xf0][0xa8]EcoPK[0x7][0x8][0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/builders/NullBuilder.class[0x8d]QKO[0x2]1[0x10][0x9e][0xb2][0xb]+[0x88][0xbc][0xc5][0xd7][0xc9][0x83][0x11][0x88][0xb1][0xf1][0xc][0xe1] [0x91]x [0x1c][0x84]p/[0xd0]@I[0xe9][0x92][0xee][0xae][0x8f][0xa5]'[0x13][0xf][0xfe][0x0][0x94]q[0xba][0x8b][0x88][0x90][0x18]{[0x98][0xc7]7[0xdf]73m?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "NR`[0xc1][0x81][0x3][0x87][0xe][0x1c][0x11]H4[0x84][0x12]~[0x93][0x80]U[0xa9][0xe][0x8][0xd8]-w[0xcc][0x9]d;B[0xf1]n0[0x1f]r[0xdd]gC[0x89]H[0xa1][0xe3][0x8e][0x98][0x1c]0-L[0xbe][0x4]m*<[0x2][0xd5][0x8e][0xab]'t[0x16]`#*[0x94][0xcf][0xb5]b[0x92][0xe][0x3]![0xc7]\{[0xb4][0x1b]Hy[0x1d]%u[0x2][0x19][0x1d]([0xc5]u[0xdb][0xd5]-[0xc9]<[0x14]_T:3v[0xcf][0xa8]djBC[0xac][0xbe][0xde]/[0xa2][0xd3][0xbb][0xd0][0xa1][0xde][0xe6]l4%[0x90][0xdf][0x12][0x11]([0xff]^[0xf1]i[0xf1][0xbd]fi[0x93][0xdc][0xa8]5[0x91][0x9f][0xba]y[0x1c][0xf1][0x85]/\[0xe5]9pL [0xd9][0x13][0x13][0xc5][0xfc]@[0xa3][0x84]nme4-[0x96][0xea][0xb9][0x81][0x1e][0xf1][0xb6]0[0x13]sk[0x97][0xbe]4[0x8d][0xd2]`C[0x9c][0xc0][0xf9]?[0x1f][0x8a][0xc0][0xd9][0xe6]$[0x8f][0xce][0xf1]k[0xe4]r[0xe0][0x8a]W[0xfc]Y[0xb3]?[0xd5][0xee][0x83][0xb9]1[0x9c]B[0xc][0xff][0xd8][0x9c][0x18][0x10]3[0x19]m[0x2]3[0x8a][0x9e][0xa0][0x8f][0xd7]^[0x81][0xbc][0x84]e[0x7]m"[0x4][0x13][0xb0][0x83]6[0x1d][0x11] [0x9])[0xf4][0x4]v[0x11][0xb1]B[0xf1]-f1[0xa3]![0xcf]h[0xad]5e2T[0x96][0xa3][0xea]Ri[0xa2]=[0xc8]`=[0xbb][0xea]j[0x90][0x1c]Fy[0x8c]m[0xf4][0x5]([0x86]h[0x9][0xe3][0xfd]0*[0x1]PK[0x7][0x8][0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/builders/SuiteMethodBuilder.class[0x95]S]s[0xd2]P[0x10]=[0x17][0x2][0x81][0x80] [0xa5][0x82][0xdf][0x5][0xb5][0x95][0x8f]JZ_[0xe9]t[0x1c];[0xf6][0x89][0xf6]A:[0xed][0xa8]O[0x1][0xae]$[0x9d]4[0xe9][0xdc]$~[0x8c][0xbf][0xc4]_[0xe0]K[0x1f][0xea]K;[0xa3][0xa3]?[0xc0][0x1f][0xe5][0xb8]7[0xa1][0x94][0x2][0xa3]c[0x1e][0xee]n6[0xbb][0xe7][0x9c][0xdd][0xbb][0xf9][0xf5][0xfb][0xdb]O[0x0][0xeb]x[0xaa]A[0xc3]#[\r]i,[0xab]X[0xd1][0x10][0xc7][0xe3][0x14]j*[0xea][0x1a][0x92]h[0xa8]h[0xaa]XU[0xf1][0x84]![0xb9]a9[0x96][0xbf][0xc9][0x10][0xaf][0xd5][0xf7][0x19][0x94]-w[0xc0][0x19][0xf2][0x1d][0xcb][0xe1][0xbb][0xc1]Q[0x8f][0x8b]=[0xa3]gSd[0xa1][0xe3][0xf6][\r]{[0xdf][0x10][0x96]|[0x1f][0x5][0x15][0xdf][0xb4]<[0x86][0xb5][0x8e]+[0x86][0xfa]a@@[0xba][0xe5][0xf8]\8[0x86][0xad][0xf7][0x2][0xcb][0x1e]p[0xe1][0xe9][0xdd][0xc0][0xf2][0xf9][0xe][0xf7]Mw[0xf0]<[0x8a][0xb5][0x19]r"p[0x1c].[0xb6]][0xb1]e[0x1b][0x1e]a[0xac][0xd6]:[0x87][0xc6];C[0xb7][\r]g[0xa8][0x87][0xb1]v}[0x2]6J[0xd7]_[0x86][0x86][0xea][0x15]n[0xf4]M[0x86][0xc2]L[0x11]C[0xe9][0xaa][0xd2][0x8f][0xc7][0x17]j[0x17][0xa7][0x93]7[0x1a][0x9b][0x94][0xaf][0xbd][0xf8][0xd0][0xe7][0xc7][0xbe][0xe5]:[0x9e][0x8a][0x16]C[0xba]k[\r][0x1d][0xc3][0xf][0x4][0x95][0xe8]3[0xaa]d[0xcd][0xdf][0x84][0xe5]L[0xc3][0x9b][0xe8][0x98]X[0xe7]4[0xf6][0x9a][0x81][0x11]zu[0xe2][0xcb][0xae][0xdb][\r][0xfa]fT4[0x16]Dxi[0x9f]{[0xfe]hF[0xe5][0xf9]j[0x8]M[0xeb][0xba][0x81][0xe8][0xf3]mK[0xf6]Y[0x9e][0x9d]xK[0xd6]e[0x91]A6[0x8b][0xbb][0xb8][0xc7][0xb0]2[0xe7][0xc6][0xa2]V[0xae]\[0x98],[0xd1][0x19][0x12][0x9e][0xc][0xd1]ZL[0xd1]g[0xb1][0x86]u[0x86][0xa5][0xb4][0xc1][0xd0][0xfa][0xbf][0x5]aX[0x9e][0x9e][0xb0][0xa7][0x1f][0xd1]f[0xda][0xa3]A[0x8f][0xf3][0x8a][0x97][0xd4]{[0xa6]p[0xdf][0x8f]nz[0xce][0xcc]i[0xb9][0xd3]C[0xee]_\[0xcb][0xb3][0xc9][0x94][0xae]/,g[0xd8]~3g[0x5]/#[0x82][0xbf][0xb5]y[0xdf][0xd7]#[0x84]6[0xaa][0xf4]si[0x90]O[0x1c]L[0x8e][0x96][0xce]k[0xf4][0xa6][0x93]ed[0x13][0x8d]s[0xb0][0xaf][0xe4][0xc4][0x90][0xa3]3[0x19][0x6]U[0xe4][0xe9][0xcc]F[0x9][0xb8][0x8e][0x2]Y[0xfa][0xb9]P$[0x10]Yl[0x90][0x8d][0x91]-6[0x9a]g[0x88]}F[0xf6];[0xe2][0xaf][0x9a][0xe7]PN[0xd9]i[0xc8]$[0xa1]rdA[0xdc])b-P[0x99][0x84],Ee#H[0xe9]-[0xe2][0x6]A[0x97][0xc6]t2R&[0xef]&[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][[0xb8][0x1d][0x8a][0xbb]C>[0xed][0x4]yR[0xc0]'[0xc2][0x96][0xe8][0xc5][0xe6]B"[0xfe][0x3][0xc9]3[0xa8][0x7]_[0x90][0xdc][0x89][0x9f]('!L[0x86][0xe8]S#!%[0xea][0x1][0xa4]>CT9"[0xc8][0x13]E[0x81][0xa2]RP[0x85]r[0xf2][0x4]z[0x1f]K3[0xd2]*3[0xd2]*[0xa1][0xb4]HP[0x95][0xbc][0x7][0xa1][0xf7][0xf0][0xf]PK[0x7][0x8][0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.class[0xa5]V[S[0xdb]F[0x14][0xfe][0xd6]P[0x8c].[0xe1][0xea]P[0x9c][0x4]j[0xf7][0x16]c[0xbb][0x98][0xa4]M[0xd2][0x82]CK[0x2][0xf4][0x6]![0x89][0x1d]([0xa4]7YV@[0x14],*[0x89][0x6]~A[0xff]L[0x1f][0x9a][0x99][0x16][0x86]2[0xd3][0xc9]sT[0xa7]gWkY6[0xb6][0xdb]I[0x1f][0xac]][0x9d]s[0xf6][0xfb][0xce]u[0xe5][0xbf][0xfe][0xfe][0xe3]O[0x0]7[0xf0]LE[0x2]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0xb1][0xac][0xe1]S|[0xc6][0x1f][0x9f][0xf3][0xc7][0x17][0xfd][0xf8]R[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VU[0xd2]=[0x88]cM[0x85][0x82][0xa5]8[0x1e][0xaa][0xd0][0xf0]H[0xc5]0[0x1e]sI)[0x8e]2[0xb7]x[0x12][0xc7]:_7[0xf8][0xe3][0xab]86[0x19][0x86][0xfc][0x1d][0xd7]ynT[0xf6][0xac]U[0xc3]7w,[0x97]al[0xc5]q[0xb7][0xb];[0xc6][0xbe][0xe9]Z[0x9e]_[0x90][0xf2]9[0x6][0xa5]do[0xd7][0xc][0xff][0xd0][0xb5][0x18][0xae][0xb6]5*[0x96][0xcb]s[0xf3]d[0xd9]W[0xb4]k[0xb6]?[0xcf][0x90][0xcc][0xb4][0x7][0x9b]Zg[0xe8][0xbd][0xef]T[0x9]ip[0xc5][0xae]Y[0xf][0xe][0xf7]+[0x96][[0xe6]~0[0x8c][0xac]8[0xa6][0xb1][0xb7]n[0xb8]6[0x97][0xc2]^[0xc7][0xf6][0x18][0xee][0x8][0xbc][0xdd]C[0x82]/[0xd8]5[0xdf]rk[0xc6]^a?@[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0xdf]0[0xf0]][0xc3][0xb4][0x1e][0xba][0xa4][0xb5]k[0xdb][\r][0xef][0xc7][0x9a]Q[0x8f][0xf][0xea][0xc8][0xc5]W[0x83][0xac][0xc7]:[0xd9]>[0xc4]@[0xcd][0xe3]T[0xab][0x96]g[0xba]v[0xc5]*;[0xc][0x13]-[0xd6][0x8b]Bw[0xe0][0xdb]NM[0x18]k[0xd5][0x86][0x80][0xe1]Jgc[0x86]K[0x81][0x8f]^[0xc9]xf[0xed][0x1d]3[0x8c]gVv[0x8d][0x9f][0x8c][0xc2][0x9e]Q[0xdb].[0x94][0xeb]e[0x9d][0x9b][0xda][0xa2][0xe4][0xd9][0xbe][0xb5][0xcf]p[0xb9][0xad][0x1]C[0xf][0xf9]JE[0xcb][0xd0][0xc2][0xad][0xc7][0xea][0xe][0xaf][0xda][0x9e][0xe0][0xa8]3[0xdc]l[0xcf][0xd0]=[0xa2][0x14][0x87][0xed]n2[0xe0]ZF[0xb5][0x91]h[0x86][0xa9][0xe][0xa1]D[0xa4]%[0x9f][0xca][0xb1][0xcd][0xbb]2[0xec]`[0x6][0xdd][0x13][0xd2][\r][0x97][0xe2][0x15][0x9d],[0xec]mGZ[0x7]r:[0xa3][0xd9]^[0xb9]qj[0xba]S[0x93]v[0x1a][0x84]G[0xc5][0xf2]l[[0x7][0xe7][0xbb][0xf6]B[0xd7][0x91]I>>[0xa4][0xee][0xda][0xb7][0xd6]m[0xcf]&[0xa8][0x85]Z[0xcd][0xf1][\r][0x9e]![0xef][0xc2]D.[0x1b][0xa6][0xef][0xb8][0xc7]A[0x1c]KG[0xa6]%[0xbb]e[0xc8][0xaa][0xef][0xc3]Yn[0xf1]44[0xfe]?[0x9e][0x16][0xa2][0xc5]Y[0xab][0xec]Z[0xa6][0xff]/[0xf5][0x8d][0x1d][0xcd][0xf0][0xa9][0xbe]p[0x8a]knP[[0xb6][0x1][0xe4]}X[0xec][0x98][0xe6]f:>[0xcb][0xbc]E[[0xfc]TK[0xce][0xa1]kZ[0xcb]6[0xaf][0xf1]d[0xc7]9[0x9e][0xe6][0xc]:[0x92][0xd8][0xd2]q[0x19]cq<[0xd5][0xf1][0x16][0xde][0xd6][0xf1]5[0x16]t|[0x83][0xbb][0xc][0xc3]j[0xe3]t[0xea][0xb9][0xe1][0xcd][0xa6][0xe2][0xf8]V[0xc7]w[0xf8]^[0xc7][0xc]([0x82]D[0xbb]>c[0x18][0xad][0x8b][0x5]e [0xe5]LDW[0x81][0xa9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xec][0xd6]+[0xdd]>[0x1c][0xe6]J[0x9d][0xa1]9=:[0xde][0xc3][0xb4][0x8e][0xeb][0xc8]0\[0xeb][0x96]([0x1a][0xfc][0xc]/O[0xa2]][0xb5][0x19][0xe2][0xf2]~[0xa1][0xc6]j[0xbd][0x10][0xe8][0xb2][0xe9]Tp[0xca][0xbb]qp`[0xd5][0xaa]e[0xeb][0xc8][0x17][0xb3]uaf[0xa7][0xba][0xdd]j[0xa3][0x99]ph[0xe5][0xb8]r[0x17][0x7][0xf]x[0xf8]"[0x1b][0xe5][0xe0][0x8a][0x18]o[0xd8]E[0xb2]+[0x8c][0xfb]}'`[0xa2][0xd0]2m[0xee][0xc][0xa4][0xe9][0xf3][0x97][0xa0]/+5%/9[0xad][0xaf][0xd3][[0xc][0xe3][0xf4][0xad]d<[0xb1][0xb4][0xbf]J[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]1Z[0xd5][0xec])X6[0xf7];b/[0xe8][0xad][0x7][0xd7][0xe8]9@+0[0x8a]^BR[0x8]e[0x82][0xde][0xc6][0x2]kL[0xe2][\r]@[0xec][0x2][0xf4]T[0x93].[0x1d][0xea][0xc6]C[0xe6]7iGMGO[0xce][0xfb]D[0xf2]j[0xd9][0xdf][0x10][0xcb][0x9d][0xa1]'[0x86][0x6][0xb1]*T[0xe3][0xb4]&#[0xa4]ZH[0xaa][0xe1][0x1d][0xbc]+IuZ[0x3][0x1d]'[0xed][0xe5]=!C{[0xda]B[0xd1][0x1b][0xc3]/!E[0x9f]86[0xd1][0x1]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xa6][0x98][0xb4]0&[0xae][0xcb][0x85]1[0xe5][0x89][0x90]:Q[0x12][0xfe]L[0xd8][0x9b];E[0xb0]oD:B[0x0][0xa0][0xd4]h[0x94][0x9a][0x4]%'E[0x91]q[0x97]R[0x1]P[0xe8]RZ[0xba][0xc4]w<[0xf6]X[0xc4][0xb9]t[0xe8]\[0xba][0xc9][0xb9][0x2][0xfd]hte[0xc2]$&[0x8e][0x99]<[0x87][0xb2]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u5w" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]m3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0x4][0x97][0xf2]'[0x18][0xf8][0xb5][0xa5][0xee][0x19][0xf4][0x13]\[0x82]h[0x1b][0xe]%C[0x87][0x92][0xb8])[0x1c][0xea][0xa7]?`[0xef][0xe3][0x3][0xe9]PP[0x8c][0xa4]tH[0xc1]-[0xdc][0xa6]s[0x9c]~[0x89]V[0xae]S[0xce]1[0xb8]I[0xbd]6[0xd4][0xa0][0xb]J1#h[0x2][0x0]E4[0x15]"[0x90][0x8a]h%[0xc8][0xc8][0xee][0xe0]Cy[0xee]#[0xa1][0x9b][0xfd][0xef]4[0xb7][0x9b]h[0xe6].[0xd0][0xcc]Eh[0x8a]Q[0x9a][0xa1]E[0xaa][0xf4]][0x99][0xcc]-Yi5[0x9b]{[0x89]a[0xca][0xde][0xc8][0x8b][0x16][0x9e][0x81]H[0xd6][0xa2][0xd3]2[0x8f][0x8f][0x85]^[0xc5]'a[0x19]u)[0x11]Y#[0x9e][0xeb]X[0x90][[[0xa7][0xc7][0xd3]u[0xd3]2[0xbd]u[0x9][0xb][0xa5][0xe4][0xf8]K[0xbb][0x12]R[0x1b]v[0x87][0x82]_l[0x98][0x16]{6[0x1c][0xb4][0x99][0xd3][0xe2][0x1]$[0xcc]5lC[0xef][0xef][0xea][0x8e][0xc9][0xf7][0xc1]a[0xca][0xeb][0x99][0xae][0x84][0xbb]"[0xde][0xfe][0x90][0xc2]WM[0xcb]c[0x8e][0xa5][0xf7][0xab][0x3]?[0xaa]{[0xca]b#"rM[0xa8][0x8c]F<:[0x18]E[0xbd][0xfe]p[0xf5]VKh[0xac]%K[0x9b][0x98][0x15].Y[0xed]0[0xd7]p[0xcc]6k[0xd9][0x12][0xae][0xc5][0x2]l[0x8a][0xbb][0x3][0xcf][0xb4]-[0xe1]<[0xd3]9=[0x90][0xb0]8[0xd9]Y[0xc2][0x5][0x9f][0xb2][0xdb][0xd4][0xf7]X[0xff]HB[0xa1][0x94]Hb[0xe9][0x5][0xe5][0xd1][0xf4][0xd8]@B>[0xd1]A[0xc2][0x14][0xa9][0xa3][0xfa][0x95][0xc8]p[0xef][0xf9][0x11][0xe1]m[0xd3][0x15][0x18]#[0x84];[0xc9][0x8]g+*[0xf2][0xb0]g[0xbb]dz[0xba]+[0xb2]M]7[0xa9]w&[0xb5]lz0[0xea][0xea]N[0xbd][0xf5]0[0xb9][0xc][0xe7]-Z[0xb2]{[0xd0][0x2][0xb][0xcf][0x87][0x96]g[0xe][0xd8][0xae][0xe9][0x9a][0xe4][0xff][0xd8][0xb2]lO[0xe7]R[0xdc]7[0x6]kK7<[0xdb]9[0xa2]G[0xd5]h[0xe6]v[0xda][0xfb][0xcc][0xf0][0xde][0x92][0x13][0xf9]p[0x95][0xf][0xc5][0x1b][0xaf][0xf8]M[0x8d]J[0x99][0x10][0x90][0xd7][0xae]>1[0x9][0xe3]p|[0x1c]xYc[0xe2][0xd4][0xa6]=t[0xc][0xb6]e[0xf2]9YL[0x1c][0x85][0x15][0x1e]][0xc3]e|[0xa3]a[0x16][0x97][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";4[0x98] ^|iz[0xbd][0xa2][0xf8][0xad])[0xa6][0xf1]TC[0x3][0xdb][0x1a][0x9e]aG[0xc3][0xb7][0xf8].[0x8d][0xe7][0x1a][0x9a][0xb8]G[0x9d][0xe6][0xbb]hh[0x81][0xa4][0xd4][0xce]=[0x8d][0x1c]=/![0x97][0xa0]SC[0x9]K[0x1a]n[0xe0][0xa6][0x84][0xab]g)[0xa6][0xae]/[0xf1]<[0x17]&U[0x81][0x92][0xa1][0x1f][0x1c]0[0xab][0xd3]b[0x87][0x9e]h[0xcc]S[0xb8][0xa6][0xe7][0x98]V7[0xde]([0xe3][0xe3][0x99][0xf3]_G[0xe]w[0xf6]$<[0x88][0xf5]b[0x93][0xf5][0xf7]|[0x97][0xf6][#f[0xba][0xcc][0xb][0xc6][0xe4]Jii[0xc2],_N[0xea][0xdd]pL[0xa8]Gg[0xe3][0xd3][0x8d][0xf7][0xc1][0xff]b[0x0][0xea]7^Qa[0x1][0x19]9[0xa4]iM[0xa9][0xa6][0xf5]<[0x9d][0xb4][0xc9][0xca]d[0xd5][0xf2][0x9f][0x90][0xca][0x95]? [0xbf][0xa2][0xdd][0x14][0xae][0xd0]7K[0x16][0xf4]"E[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]([0xd0]n[0xde][0xf7][0xc6][0x2][0x16][0x1][0xb1][0xf2][0xa3][0xbf];vw5[0xbc][0xcb][0x85][0xc8][0xd7]hu[0x1d][0xef][0xd1][0x97][0xe3][0x1a][0x1]n[0xbe]27u[0x82][0x94][0x8c][0x1f]*[0xe5][0xdf]![0x9f][0xe0][0x1d]Z[0xc6])[0x14][0x8]~[0x81]H,F([0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x14]I[0xae]OA#[0xeb][0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0xde]3[0x81][0xd0][0x9f][0x2][0xc0],[0x87][0xa9][0x1c]c[0xfa][0x4]i[0x19][0xbf][0x86]H[0xd3][0xe2][0xe5][0xf5][0x8]B6D[0xc8][0xe2][0x16]n[0x8f][0x89][0xcc][0x86]"[0xf9][0xdd][0x7][0xa1][0xc8][0xf][0x9][0x93][0x9a]5[0xc0][0xfc][0x85]b[0xb][0xfe][0xcb]s[0x19]_[0xe4][0x8]|[0xf9][0x4][0xca][0x14][0xe2]:o[0x92][0xce][[0xb4][0xbf]-X[0x14][0x3][0xed]#[0x16][0x85][0x80][0x5]_q[0xc5]r[0x84]O![0xe4]S[0x18][0xe3]S[0xa6][0x88][0x15],S$[0xce][0xe7][0x9]Y[0xfe]^[0xf9][0x1b][0xea][0x8f]T[0xf0][0x99][0xdf]b[0xf2]W[0x5][0xb0][0x9f]D[0x5][0x1f]Qe[0x11]I+?[0xc9][0x91][0xf5]C[0xaf][0xa0][0x1a][0xbc][[0x5]f7Iv-[0xa8][0xed][0x8b]@[0xb6]Z[0xae][0xfc][0xb]m[0xf9][0x18][0x17]^[0xc5]p[0xb2][0x11][0x81][0xd1]^[0xba][0x83][0xbb][0xe2]^[0xc5][0xc7][0xa1]@-8[0x11][0x2][0x9][0xe7][0x6][0xee][0x5]8;AI[0x15][0x81]s[0x8c]l[0xbc][0x9a][0xd9]H5[0x95][0x10]F[0x9]`[0xa2][0xc2][0xfc][0xec][0xc9][0x81][0xb4]O[0xf0][0xa9][0xb0][0xf7]_[0x3]PK[0x7][0x8][0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.class[0x9d]U[s[0xdb]T[0x10][0xfe][0x8e]bbKQ[0xdc][0x10][0xc7][0xae]S[0x9a][0xd6][0xb4]\|I[0xa3][0xa6][0x17][0xa0][0x89][0x9][0x94][0xa6])[0x17][0xa7][0x81][0xda][0x13][0x86]>0[0xc8][0xca][0x89][0xad][0x8c]-g$[0x99]&[0xfc]&[0x1e][0xe8][0xc][0x84][0x9][0xcc]0<[0xf7]G1[0xec][0x91]dUV[0xe4]t[0xda][0x17][0xed][0xb9][0xec][0xee][0xf7]}[0xbb]{[0xec][0x17][0xff][0xfd][0xf5][0xf][0x80]U[0xb4][0x14]\[0xc0]'2[0x14][0xdc][0xcb]`m[0x6][0xeb][0xa8][0x8b][0xcf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Tl[0xcc][0xe0]3|[0x9e][0xc1]}a[0xbf]H[0xe3][0x81]Bn[0x9b]i<[0x14]vK|[0x1e][0xa5][0xf1]%C[0xba][0xaf][0xbb]F[0x97][0xdb][0xc][0x85][0xc6][0xc0][0xee]h][0xbd]o[0xd8][0xdc]q[0xb5]m[0xff]|[0x9d]An[0x9a][0x1d]Kw[0x87]6g[0xa8]&:[0xd5][0x1b][0x7][0xfa][0xcf][0xba][0xd6][0xd3][0xad][0x8e][0xd6]tm[0xd3][0xea][0xac]oP[0xe0]t[0xdd][0xb4]Lw[0x83]a[0xb1][0x9c][0x9c][0xbb][0xb2][0xcb][0x90]z0[0xd8][0xa3][0xc4][0x17][0x1a][0xa6][0xc5][0x1f][0xf][0xfb]mn[0xb7][0xf4]v[0x8f]N[0xe6][0x1b][0x3]C[0xef][0xed][0xea][0xb6])[0xf6][0xc1]a[0xca][0xed][0x9a][0xe][0xc3]]/[0xdf][0xc1][0x90][0xd2]k[0xa6][0xe5]r[0xdb][0xd2]{Z[0xa0][0xc4][0xd1]Z]{[0xf0]L[0xf8]os[0xc7][0xd1];[0xfc][0xa5][0x94][0xc2]x[0xce][0xe3][0xc3]Q[0xde][0xb5]7IXo[0xb5]<[0x9d]7[0x92][0xe5]%VEHV[0xf6][0xb8]c[0xd8]f[0x9b][0xb7][0x6][0xc]K[0xb1][0xe0]M[0xef][0xee][0xd0]5[0x7][0x96][0xe7]<[0xb3][0xf7][0xf2][0x80][0xe1][0xd2]dg[0x86]Y[0x9f][0xb0][0xd3][0xd4][0xf7]y[0xef][0x98][0xa1]X[0x8e]0[0x8]5[0xac]W[0x9e]R[0x1d]M[0x97][0xf7][0x19][0xf2][0x89][0xe][0xc]S[0xa4][0x8c][0xfa]W&#[0xbc][0xb]#[0xc2][0xdb][0xa6][0xe3]a[0x8c][0x10]n%#[0x9c][0xaf][0xa8]$[0xd2][0x9e][0xef][0xa2]tu'[0xa8]5[0xc3][0xca][0xa4][0xe9][0x99]4[0xb0]?[0xd5][k[0x89][0xbc]6^[0xa7]Q[0xc9][0xae]A[0xcb][0x17][0x9f][0xc]-[0xd7][0xec][0xf3]][0xd3]1)[0xf3]}[0xcb][0x1a][0xb8][0xba][0xa0][0xef][0x9c]yH[[0xba][0xe1][0xe][0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2][0xa2][0xd5][0xda]i[0x1f]p[0xc3]}E[0x1d][0xa4][0xa3][0x9b][0xe2]![0x9c][0x89][0x12]7[0xab][0xd4][0xbe][0x84][0x84][0xa2]_[0xf5][0x89][0x5][0x18][0x87][0x13][0xf]@[0xb4]2&Ni[0xe][0x86][0xb6][0xc1][0xb7]L[0xf1]2.O[0x18][0xfe][0x15][0x91]_[0xc5][0x2][0xbe]R1[0x87][0xb7][0x19].[0xf2]#[0x83]{[0xd4]K[0xcf]L[0xb7][[0xea][0xfb][0xee][0xa5]4[0xbe]V[0xf1][\r][0x1a]*[0xb6][0xf1]X[0xc5][0xe][0xbe]M[0xe3];[0x15]Op[0x87]!3rR[0xd1][0x4]I[0xbd][0xfd][0x6][0xaf]Pp[0xc8]3[0xe4][0x12][0xf4][0xaa]([0xa3][0xa2][0xe2][0x1a][0xae][0x93][0x8e][0xf3][0x94][0xd3][0xc4][0x97]E[0xbd][0x8b][0x93][0xba]AE[0xd1][0xf][0xf][0xb9][0xb5][0xd7][0xe2]G[0xae]7[0x92]gF[0xa6]r[0xde][0xd3][0xcc][0xf9][0xd1][0x91][0xc3][0x9d]}[0x86]{[0xb1]yl[0xf2][0xde][0xbe][0xef][0xd2]~eF[0xa5][0xc3][0xdd][0xf0][0x89],[0x94]+g[0x9][0xd1]q[0xd2][0x8][0x87][0xbf][0xf9]4[0xaa]s[0xf1][0x87][0x8d]w![0xfe]T[0x0][0x1a];[0xd1]V[0xcf][0x2][0x12]rH[0xd3][0x9a]*M[0xeb][0x2][0x9d][0xb4][0xc9]Jd[0x95][0xea][0x9f]`[0xd5][0xda][0x1f][0x90][0x9e][0xd3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe9][0x9b]%[0xb][0xcc]"E+[0x99][0xb2][0x15]iW[0xf0][0xbd][0xb1][0x88]K[0x80][0xb7][0xf2][0xb3][0xbf]3vw9[0xbc][0xcb][0x85][0xc8]K[0xb4][0xba][0x82][0xab][0xf4][0x15][0xb8]F[0x80][0x9b][0xaf][0xcd]O[0x9d]"%[0xe1][0xfb]Z[0xf5]wH[0xa7]x[0x8b][0x96]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x4][0x9f]#[0xd2][0xb][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0x90]B[0x1e]%[0x92][0xeb]SP[0xc9][0xfa]w[0x82]BJ[0x8c]L [0xf4][0xc7][0x0]0+`j'[0x98]>EZ[0xc2][0xaf]![0xd2][0xb4][0x17]Y[0x8c] dC[0x84],[0xde][0xc3][0xfb]c"[0xb3][0xa1]Hq[0xf7]A([0xf2]C[0xc2][0xa4]Y[\r]0[0xa1][0xdc][0x82]qy>[0xe3][0x8b][0x1c][0x81]/[0x9f]B[0x9e]B\[0xe7][0x12][0xe9][0xbc]B[0xfb][0xab][0x1e][0x8b][0x92][0x1f][0x1b][0xb2]([0x6],[0xc4]J([0x96]"|[0x8a]![0x9f][0xe2][0x18][0x9f]*e[0xac]a[0x99]2[0x9]>[0xf][0xc9][0x8a]x[0xf9]o(?P[0xc3]g~[0x8b][0xc9][0xbf][0xee][0x1][0xfb]E[0x94][0xbd][0xce]"RV[0xd9][0xeb]'[0x82][0xd4]7[0xb0][0x12][0xc4]i[0xc0][0xdc]&[0xc9][0xbe][0x19][0xf4][0xf6]i [[0xa9][0xd6][0xfe][0x85][0xba]|[0x82][0xd9][0xe7]1[0x9c]LD`t[0x96]Vq[0xcb][0xbb]Wp;[0x14][0xa8][0x6]'[0x9e]@[0xc2][0xb9][0x86];[0x1][0xce]N[0xd0]R[0xd9][0xc3]9A6[0xde][0xcd]L[0xa4][0x9b]r[0x8]#[0x7]0Qa~[0xf5][0xa4]@[0xda]]|[0xe4][0xd9][0x8f][0xff][0x7]PK[0x7][0x8][0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/matchers/TypeSafeMatcher.class[0x95]U]S[0x1b]U[0x18]~[0x96]l[0xb2][0xb0]l[0xf9][0xc][0x14][0xa8]))E[0x1b][0x12]J(Zl[0x1][0xa3]-P[0x8b]&[0xb4]6[0x91][0xda][0xd6][0xaf][0xc3][0xe6]$Y&[0xd9][0xc5][0xdd][0x8d]#[0xf7][0xfe][0x9][0xbc]r[0x9c]q[0xb8][0xf1]Bg[0x94]2:[0x83]w:[0xe3]/[0xf0][0xd6]?b}[0xcf][0xee][0x9a][0xe6][0x8b][0xce]4[0x17]{[0xce]y?[0x9f][0xf7]}[0x9f]s[0xf2][0xd7][0xbf][0xbf][0x9e][0x2][0xb8][0x86][0x8a][0x8a]([0xde]V[0x11][0xc6];*Fq[0xab][0x8f]>[0xb7][0x15][0xac][0xab][0xd8][0xc0][0xa6][0x90][0xdc]Q[0xf1].[0xee][0xaa][0xd8][0xc2]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xef]EV[0x85][0x8a][0x9c][0x10]n[0xf7]bR[0xc5]=[0xdc][0x17][0x87][0xf][0x84][0xc5][0x3][0xe1][0x90]WPP[0xf0][0xa1][0x4][0x8d][0xb5][0xcf]u[0x97][0x17][0xb][0x7][0xfb]\[0xc2]pv[0x8f]}[0xc9][0xd2]Uf[0x96][0xd3][0xeb]U[0xe6]8[0xab][0x12][0xfa][0xf2]F[0xd9]dn[0xdd]&}[0xb4]][0xbf][0x96][0xcc][0x90][0xc9][0xb9][0x1a]s[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0xf2][0xac][0xc4][0xab][0x7][0x12][0xc6][0x12]Mv[0xf7]v[0xf7]([0xc3][0xea][0xdc]c[0x9][0x91]D[0xa1][0xe0]o[0xd6][0xc][0xd3]p3[0x12]B[0x89][0xb9][0x1d][0x9][0xf2][0xba]U[0xa4][0xe8][0x83]Y[0xc3][0xe4][0xdb][0xf5][0xda].[0xb7][0xb]l[0xb7]J[0x92][0x91][0xac][0xa5][0xb3][0xea][0xe][0xb3][\r]q[0xe][0x84][0xb2][1[0x1c][0x9]W[0xb3][0x96]]N[0xef][0xd5])P[0xda]0]n[0x9b][0xac][0x9a][0xf6][0x81][0xd8]NZ[0xd4]#[0xe0][0xe4]|[0x1][0x81][0x1c]o[0x8d]E[0xfa] [0xde][0xd2][0xcb][0x4]Z[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xc9]C%[0xc3],n[0xb6]4o6[0xd1][0xd1][0xbd][0xb9].[0xfd][0x8c][0xd4][0xb8][[0xb1][0x8a][0x12][0xa6][0x9a][0x94]6/U)T:[0xe7][0xe9][0xc8]Jf[0xb6]=+[0xe1][0xc2][0x93][0x17][0x1a]U[0xb9]IF[0xd2][0x96][0x84][0x1e]Clt[0x1a]W[0xc9][0xb6]j^.[0x9][0xc9][0xe]Db^[0x1d][0xa0][0xfc]![0x8e][0x19]N[0xae]y[0x8c][0xb9][0x0]f,q6[0x4]1[0xcb]h[0x97][0xb2]wD[0xbb][0xdb][0xb3][0x4][0x9d][0x9b][0xec][0x4][0xe5]i[0x84][0x93][0x12][0x10][0x89]J3\^[0x13][0x4][0xe8] [0x92][0x84][0xeb]k[0x85][0x95]Ny[0xc6][0x1b]c[0x85][0xd5]t[0x9b];n[0xfa]6s[0xda]g[0xa6][0xe6][0xad][0xba][0xad][0xf3];[0x86][0x98]z[0xb4]m[0xb0][0xb]" [0xd9]l[0xf0]}[0x9b][0xeb][0x8c][0xa6]JP[0x1f][0xd4]M[0xd7][0xa8][0xf1][0x1d][0xc3]1[0x88]*[0xb7]L[0xd3]r[0x99]kX[0xa6][0xd3]Z[0xdf]s[0x9f]U[\r][0xaf] [0xa6]a[0x7][0xf]5[0xbc][0x8a][0xd7]4[0x8c]a[0x9c][0xd8][0xd2][0x8e]V[0xc1]G[0x1a][0x1e][0xe1][0xb1]F[0xd7]{I[0xc1][0x13][\r][0x1f][0xe3][0x13][0x5][0x9f]j[0xf8][0xc][0xf][0xe9]&<[0xb7][0xdf][0xb4]m[0xcb][0x96]ps[0x9d][0x89][0xec][0xf1]"'[0x82][0xd6][0xe8][0x9e][0xc4]u[0xcb][0xa6][0xa4]n[0xdc][0xa5]:[0xe2]%[0xcb][0x8e][0xb7]\[0xc2][0xc4]\[0xdc][0xe7][0xd9][0x82]@[0xf4][0xb9][0x6][0x86]][0x5][0xba][0x86]"[0xa6]4p[0x94]4[0x94][0xc5]n[0x12]S[0x12]R/q[0x1]$L[0x9c][0xd5]g[0x9][0xbd]e[0xee][0x6][0xdc][0x1b]Mt#[0xff]t[0x97]L>[0x97][0xf2][0x96][0xed][0x8a][0x10]#[0x14]b[0x83][0xeb]Uf[0xf3][0xa2][0xaf][0xa1]`[0xb]]8[0xf6][0xc2][0x9b]1q[0x96][0x8e][0xde]8Jp[0x9f][0xd9][0xac]&:)[0x8a]s[0x4][0x87][[0xc2][0xfd][0x8f]v[0xb0]MD/[0x1d]9[0xe7][0xeb][0xfb][0xdc][0xd6][0xfd]s[0xcb]K[0x97]wm[0xc3],[0xfb]D&[0xbb]mJ[0xe1][0x85][0xee]4ia[0x84]/[0xa3][0x87][0x81]QgU[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]o8[0xf9][0x3][0xd3][0xad]p[0xd7][0xd0][0xbd]'[0x92]n[0x99]j8[[0xa6][0xe3]2S[0xe7][0xf2]%z[0xc1][0xa3][0xf4][0xcf]@[0xb7]^[0xd0][0x8b][0xd6][0xf3]t[0xea][0xc1][0x4]"[0xb2]$&[0xda][0x90]\[0x80],[0xf8]H[0xe7][0x8b]t.[0x90]D[0xa2]u([0xf9][0x14]R2y[0x8c][0x9e][0x13][0x84]~[0x81][0xfc][0x13][0xc9]B[0x98][0xa6][0xef][0x0][0xad] [0x99]<[0x7][0xc9]3N'[0xcd][0xf7][0xc1]%[0xcc][0xd0]z[0xb9]E2K[0xab]*xN[0x91]E[0x86][0xbf][0xc9]?B[0xeb][0xdd]d65[0x8a][0xf0][0xf7][0xb8][0x91]:A$7[0x9a][0x9]-[0xcb]cr[0xec];L[0xcf][0x8f][0xc9]K+[0xe1][0xc9][0xf0][0x9][0x94]C[0xf4]O[0x86][0x8f][0xd1][0x1b]Z[0xfa][0xf1]kY:z[0xf6]O[0xea][0x18]}[0xd9][0xa3]g[0xfe][0x6][0xf5][0xd1]H[0xff]Sh[0xbf]7[0x90]][0x84]B[0xdf]i[0xf4][0x11][0xa6]8eN[0x10][0x9a]E[0xda]-[0x93],[0x83]+[0x1e][0xd2][0xc][0xe5][0x8e][0x13][0xae]+[0xa4][\r]S-[0x9][0xcc]!I[0xc8][0x86][0x9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x14])J^Wi'[0x93]t[\r][0xb]^[0xef][0x8]-[0xd2][0xb4][0xf3]k[0x1b]'[0x8d][0xaf][0x9b]h[0xe8]&h[0xf5][0xfb][0xb9]H[0xd5][0xd2][0x85][\r][0xfa][0x99][\r][0xfa]9C[0xad]<72p[0x8c][0xc1]C[0x9c][0xa7]}[0xef][0xa9][0xfc]-[0x6]h3[0xf4][\r][0x14][0xf9][0x8]r[0xe8][0x7][0xcf][[0xd4][0x11][0xf1]g([0x9d][0xae]/[0x18][0x8b][0xd4]RhX[0xee][0xb3][0x80][0xaf]Ev[0xc8]Wx[0xb8][0xeb]m3[0xb0]-[0x86]l[0x8c][0xce]P[0xae]y~[0xd3][0xdc][0x8b]\;4[0xe3][0x9c][0xb9]*[0x1d]][0xce].[0xd8][0x94]^d[0x18][0xd0];[0xd0][0xb7][0xc6]7[0x18]2K[0xde]6a[0xf7][0xd6]l[0x97]?[0x8a]^[0xd4][0xb9][0xbf]n[0xd5][0x1d].[0xf6][0xf1][0x1a][0x96][0xb3]a[0xf9][0xb6]8'[0xc9]L[0xb8]k[0xd3]&[0xc6]1D[0xdb][\r][0xb9][0xef]Z[0x8e][0xe9][0xf3]W[0x11]-[0x1b][0xc4][0xd3]W[0xe3][0x93]X1<[0x92]`[0xf0][0xe4][0xd0]7/[0xf][0x6][0xf]w[0xd0][0x13][0xcb]K[0x86][0xa5]N[0xe6]"=t[0xe6][\r]Q[0xc9]7y[0xb8][0x9a]h3[0xaa][0x8f][0xff]C[0x1d]u[0xcd][0x8b][0xfc][0x6]_[0xb6][0x5][0x85][0xc2]q[0xde]Sb[0xb6][0x86]a[0xdc]b[0xe8];[0xfd][0xb0][0x1a]z[0xd0][0xab][0xa1][0xf][0x5][\r]%[0xc][0x88][0xb6][0xb2][0x86]A[0xc]1[0xcc][0x9f]!L=[0xb2][0x9d]m[0xee][0x7][0xe6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xc7]y[0xc8]w[0xac][0xc8][0x9][0x9f]xA`[0xd7]m[0xc7][0xe]m[0x1e]<[0x88][0xeb]b[0xcc][0x9c][0x86][0xdb][0xb8][0xc3][0xa0][0xff][0xaf][0xbe][0xa4]\[0xe7]z[0x7][0xa5][0xb4]._X[0x97]2[0x16][0x3]k[0x87][0xc7][0x9b]/{~[0xf2][0x1e][0x13]gh[0xfb]W[0xbd]0F?[0xa1][0x9b]~M[0x6]E[0xa1][0x0]EE![0x2]h8[0xc5])[0xf4][0x93]'=(~ [0xd4] [0x9f][0xa6][0x1a][0x89]C[0xb5][0x11]:[0xbd][0xa5]s[0x9a][0xfc][0x88][0xd1][0x6]3[0xbe]"[0xb5][0xd9]F[0xba][0x85][0x8c]Qm[0xa1][0xcb][0xa8][0xb4][0x90][0xfd]([0xef][0x8c][0x92][0x1d]D[0x17][0xd9]~[0xc2][0xca][0x11]RI[0xce]-S[0xb6]B[0xd9]K[0xf1][0x14][0x9c][0xc7][0x5]@F[0x17]%[0xb][0x11][0x89][0xbe][0x14]u[0x80][0xb8][0xb2][0xa4][0xd6][0xc8]pL[0xf2][0xb9][0x9c][0xf0]yJsR[0xe4][0x15][0xa3][0x9a]iC9[0x2]We[0xba][0x8c],[0xb5]U$[0x19][0xd9]v[0x8][0xa8]$[0x80]G0[0xca][0x9][0x98]+[0x14]][0xc5]5[0xb2][0x2][0xe6][0x1d]-![0x8][0xcf][0x1b][0x9f][0x90][0xfb][0x89][0x19]r[0x99][0xcd][0xda][0x8f][0xf8]T&[0x1d][0xf2][0x9b][0x14]g[0xdb]P[0xc9]u}[0xc6][0xb9][0x16]r[0xd5][0xfd][0xf7][0xc8][0xad]T[0xf7]'[0xbe][0x8b][0xb6][0xf]4[0xb3][0x7][0x93][0x98][0xa6])[0xd3][0x98][0x95]>%[0x99][0x8e][0x10]G[0x10]+[0x81][0xdf]C|[0x6]h[0xc5]*[0xe1][0xcf][0x11]z[0xe5][0x90][0xdd]|[0xc2][0x9c][0xe1][0xba][0xbc]y[0xe3][0xf]PK[0x7][0x8][0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/requests/FilterRequest.class[0x9d]T[0xeb]R[0xd3]@[0x14][0xfe][0x96]^[0xd2][0x86][0xc8][0xa5][0x5][0xe4]"X[0x11]0m[0x91][0x88]"[0x8a] ([0x15]up[0x86]2[0xcc]t[0xfc][0x95][0x96][0xb4][0x84]I[0x93][0xba]I[0xbc][0xbc][0x89][0x8f][0x81]3[0x2][0x8e][0x8c]>[0x80][0xf][0xe5]x6[\r]R[0xa4]([0xe3][0x9f][0xb3][0xbb]'[0xe7];[0xdf]wvO[0xce][0x8f][0x9f]_[0xbf][0x3][0x98][0xc7][0x86][0x8c][0x14][0xee]$[0xd1][0xf]U[0x98][0xac]8[0xe6]d$[0x90][0x97]0+[0xe1][0xae][0x84]9[0x9]Z[0x2][0xf7]$[0xcc][0xb][0xf7]}[0x19][0xdd]x c[0x1][0xf]e$[0xb1](C[0xc2]#[0x9][0x8f]%,1H[0xdc]x[0xe3][0x1b][0xae][0xc7]0Ztx][0xdb][0xf7]m[0xd3][0xd3][0xb8]o[0xdb][0x6][0xd7][0xb6]Z[0xdf][0x96])[0xac][0xf6][0xd2][0xb4]<[0x83]3[0xcc]\[0xc]k[0xe8][0xb6][0xd9][0xf4]-[0xdd]3[0x1d][k[0xc5][0x11]$[0xbe]bR[0xcc]*CA[0xbd]<[0xf3][0xd5][0x92]ew[0x18][0xa2][0x5]g[0xd7]`[0xe8]-[0x9a][0xb6][0xb1][0xe9]7*[0x6][0xdf][0xd6]+[0x16]yRE[0xa7][0xaa][;:7[0xc5]9tF[0xbd]=[0xd3]e[0xc8][0xb7][0xe5]7mJe[0xeb][0x96][0x16]V[0xec][0x86][0xd9][0xcf][0x8a][0x8c][0xd7][0xc2][0x1a][0x93]u[0xc3][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]0[0x8c][0xa9][0xd9][0xe][0xf2][0x83]E@x[0x18]6[0xf2][0x97] F[0x82][0x16][0xff]Q[0xe9][0xa6][0xb3]-4m[0x19][\r][0xdd][0xb4]7[0xde]W[0x8d][0xa6]p[0x13]X.9>[0xaf][0x1a][0xa4]U[0xd4]zN[0xf2][0xdc][0xbe][0xfe]VWp[0x1d]O[0x14][0xa4]1[0xa0]`[0x10]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n"[0xa3]`[0x19]+[0xc][0xb][0xff]C[0xc9][0xa0]u[0xba][0xb3][0x0][0xef]j[0x1b][0x9c];D[0xdf]t[0xb8]g[0xda][0xf5][0xd3];[0x9a][0xba][0xca]+2[0xa4][0x85]^[0xcd][0xd2][0xed][0xba][0xd6]F7[0xb9][0xe9]d0[0xc][0xaa][0xc5]?U[0x4][0x9d][0x99][0xd8]5[0xdc]*7+[0xf4]>[0x3][0xd4],g1%[0x8f]S[0x1d][0xf4][0x86][0x9][0xcf]i[0xed][0xcf][0x15]r[0xea][0x8a][0xd7][0x1c]NE3,[0xa9][0x17][0xc1][0xaf];pv[0xa2][0x18][0xec][0x80][0x15][0xe2][0xb2][0xed][0xfe][0x82][0xa5][0xbb][0xee]r[0x9b]c{[0x8f];[0xef][0xc4][0x1f]C[0xb1]4Y[0xfa]i[0x92][0x0]]d[0xa9][0x9d]h[0x97][0x12][0x1d][0x15]x[0x18][0xdd][0xeb]0[0xd9][0x11]:[0x95][0xe9][0x1c][0xa1][0xb5]7w[0xc][0x96][0xcb][0x1f][0xa2]+7{[0x88][0xc8][0xa7] p4[0x80]E[0xc9][0xde] ;N[0xf3]f[0x2]=[0xd4][0x93]c[0xe4][0xc9][0xb4]`[0xf4]e[0x1c][0x8]v[0x82][0x86][0x5][0xbb][0x9]"[0x12]4[0xd4][0xbd]![0xcd]G[0xc8][0xe4][0x1][0xd6]s[0x9f][0xd1]u[0x84]h[0x91][0xd6]H[0xfe][0x8][0xb1][0xfc]A[0xf1][0x4]R9[0x8d][0xc4][0x9][0x92][0xe5][0x94][0x1c][0xfb][0x86][0xee]rD|=[0x82]R*G[[0xf1][0xd7]J_[0xd0]s[0x8c][0xde]c[0xf4][0x1d][0x4][0x1c][0xa2][0xb8]x[0xa8]p[0x8]1[0xb2]S4[0x1c][0xa7][0xd1][0x87][0x19]1OI[0x8b][0xfa][e[0x82][0xb8]oa[0x92]pih[0xb8]M[0x91]"[0xc3]z[0xa8][0x9c][0x11]J[0xd4]:[0xf3][0xb]PK[0x7][0x8]<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/requests/SortingRequest.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x17]J[0xcb]J[0xa1][0xb5][0xb][0x5]/[0xa0][0xa8][0xed][0xb6]qcL|[0x81][0xf0][0x82][0xf1][0xa9][0xd1][0x84]*[0x89][0x8f][0xd3]:[0xa9]S[0xb7][0xb3][0xeb]t[0xd6][0x84][0xa5][0x89]@[0xa2][0x89]?[0xc0][0x1f]e<3-([0xa1][0xf5][0xf2][0xb0]g[0xce][0x9c][0xdb][0xf7][0x9d]o3[0xdf]|[0xf9][0x6][0xe0][0x11][0xda]%[0x14]q[0xbb][0x88]ElY[0xb3]m[0xaf]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][B[0x1e];[0xd6][0xdc]+[0xe0]~[0x1][0xf][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xbc]O[0xc5][0xd8]0ltb=[0x8][0x87][0xa9][0x92]&[0xd4][0xa9]RB[0x87][0x87][0x93][0xdc].C[0xa9][0x1f][0x8f][0x12][0xae][0xb9][0x89]5[0x83][0xdf][0x19][0xf2][0xf][0x8f][0x8e][0xb8][0x96][0xf6]>[\r][0xe6][0xcc][9fh[0xff][0x86]$[0x95][0x11]Z[0xf1]([0x9c]*3[0xe][0xbb][0xb1]6R[\r]~[0xa9][0xe1]_[0x1e]u[0x9c][0x9c][0x8f][0xeb][0xfe]/[0xe5][0xbf][0xea]aW*[0xe][0x84]9tI[0x86][0xcd]Fs[0x6][0x84];[0xac]vzZV[0xff]CQ[0xa9][0x1b][0xa7][0xba]/[0x9e]I[0xcb][0xb8]zy[0xb9][0x87][0x96][0xa4][0x87][0x15]4<[0x94][0xb0][0xe4][0xc1][0xc3]5[0xf]ul0[0xec]\[0x99]8[0xe2]J&i[0xc4]-U'[0x92][0xd0][0xb6][0xb5][0xe9]!@[0x8b]![0xf8]wM[0x19][0xd6][0xe7][0xe9][0xc6][0x90]mX[0x11][0xea][0x8d][0xf9][0xff]<[0xcf][0x93]$:f[0xa8]Mk"[0xae][0x6][0xe1][0x8b][0xde]P[0xf4][\r][0xe5][0xb1]MO[0xa0]H[0xef]"[0x83][0x8a]][0x8a][0xbc][0x8a][0xdd][0xb][0xc][0xcb].Z[0xa6][0x8f][0x11][0xf1]UW[0x1][0xbc][0xa3]3Kg98[0x3][0xb]Z'[0xc8][0x4][0xed][0x13]d?Q([0x8b][0xaa]k[0xcf][0x91]]&[[0xa6][0xc1]+[0xe4][0xad][0xe2]:E[0xb6]&m[0xa8][0xc1][0x7][0x9c]g[0xe1][0x98][0xf3],`[0x6]k[0xe4]{[0x17][0x11][0xb]<[0xa1][0xb0]N1R[0x99][0xac]%[0xf0][0x8a][0xe6]d[0xe8][0xac][0x7][0x9f][0x91]9E[0xae][0xf3][0x15][0xf9][0xd7][0xe4]g[0xcf][0xb0][0xd0]:E[0xa1][0xf5][0xd1]5U[0x1d][0x9][0xb]Y[0xa3][\r]}[0x1a][0xbe][0xe6]h[0xf8][0x93][0xe6])[0x8d]E"[0xb7][0x89][0x1b]4[0x9a][0xe1][0xa6][0xeb][0xbb][0xf5][0x13]PK[0x7][0x8][0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/internal/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/ClassRoadie.class[0x95]V[0xeb]V[0x13]W[0x14][0xfe]&[0x9]L[0x18]F[0xa0][0x80] h[0xd5][0xa2]"[0x84]K[0xb4][0xb6]T[0x5]Q[0x4]/h[0x88][0x16][0x10][0xab][0xf6]6$[0x3][0xc][0x86][0x19][0x9c]L[0xbc][0xf4][0xfe][0xab]/[0xd0]_}[0x2]~[0xb3]V[0xc1]e][0xad][0xfd][0xed]k[0xf4][0x1][0xfa][0x6][0xb5][0xdf]>[0x19]B[0x80]H[0x91],[0xce]>[0xb3][0xcf][0xbe]|{[0x9f][0xbd][0xf7][0xcc][0xeb][0xff][0x13][0xc0]i[0xfc]h[0xa0][0x9][0xe3]58[0x84][0x1b][0xb2][0xdc][0x94]%%[0xcb]D-[0xd2][0xb8][0xa5][0xe3][0xb6][0x1][0x1d][0x9f][0x1a][0x98][0xc4][0x94]A[0xf6][0xb4],wd[0x99][0xd1]q[0xd7][0xc0]g[0xb8]W[0x8b][0xfb]xP[0x8b][0xcf][0xf1][0x85],_[0xea][0xf8]J[0xc7][0xd7][0x6][0x1a]a[0xe9][0x98]5[0xb0][0x1f][0x19][0x1d]Y[0x3][0xfb]0[0xae][0xc3][0x16][0xcd]9Q[0x9b][0xd7][0xb1][0xa0]![0xee]z[0x81]3[0xe7][0xd8][0xbe][0x86][0x9e][0x94][0xe7][0xcf]'[0x17][0xb][0xae][0x13]$[0xfd][0x82][0xeb][0xda]~[0xb2]x[0x98][0xb1][0x2][0xc7]s[0x93][0x93][0x5]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]j[0xa8][0x9][0xec]|0[0x9a][0xb3][0xf2]y[\r][0x9d]e[0x9a][0x8e][0x1b][0xd8][0xbe]k[0xe5]B[0x13][0xf9][0xe4][0xf4][0x86][0x1c][0x95]j[0xb3]v>[0xe3];[0xcb]bO[0xc3][0xe1][0x9d][0xe][0xc7]6[0xcf])[0x1e][0x17][0xae]5[0x9b][0xb3]54[0xa7][0x16][0xad][0xc7]V2g[0xb9][0xf3][0x2]Dq)Q=[0xe4]P{X[0xc3][0xcf]][0xef][0x80]~opwGW[0x9]O[0xf7][0x8c][0x86][0xd8][0xa8][0x97]%[0xde][0xfa][0x94][0xe3][0xda][0xe9][0xc2][0xd2][0xac][0xed]O[0x17]#hLy[0x19]+7c[0xf9][0x8e]<[0x87][0xcc]X[0xb0][0xe0]0[0x81]][0xbb]!Rh&=+[0xeb]H[0xc4]ud[0xdf]q[0x97]}/[0xb0]3[0x81][0x9d][0xd5][0x10][0xed][0x12][0xb7][0x86][0x95][0xcd]^[0xb5][0x9c]\[0xc1][0xa7][0xd5][0x3]]e[0xe8][0xa6][0x17]|[0xef]I[0x9]^}`[0xf9][0xf3]vp[0xe5]i[0xc6][0xe]oaEY[\r]&[0x1d][0xdd][0xde]t[0xa3][0xd1]n[0xf7]n0[0xc5][0xbb][0x9d][0xbd]l[0xcf]y[0xbe][0xa8][0x1b][0xe4][0x17][0x1f][0x18]_[0xf5][0xac][0xda]ih/s[0xe6][0xdb]s9[0x1a]ON[0xd8][0xc1][0x82][0x97][0xa5]J[0xc4]9^[0xba][0xe8]B[0xe0][0xe4][0x92][0xe3]ta[0x5][0x9e][0x94][0x9b]>[0xbb]a[0xab][0xa1]L [0xe5][0xe4][0x3][0x1e][0xf6]U[0xb0]:[0xee]>[0xf6][0x8a]W?[0xbd]5b[0xca][0x9f][0xaa][0x14][0xc7]H>_XR[0x12]3[0x8e][0x97][0xb3][0x18]t[0xb9]J[0xcb][0xd6][0xdb]{[0xb6][0xbc]q[0x83][0xbd][0xdb][0xe0][0xc][0xbd]=[0xc2]aIK[0xc9](C[0xa9]a[0x8e]F[0xe6][0xe8][0x9f][0xfb]*K6L[0x95][0x15]2[0x8c])[0xaf][0xe0]g[0xec][0xab][0x8e]xi(+[0x82]~q[0xc0][0xf3]1{[0xd9][0xb7]3[0x96][0xba][0x9d]6[0xd6]`[0xe0],[0xd9]3N[0xde]![0xac][0x11][0x97][0xb5]o[0x85]^Z[0xca][0x10]m[0xea][0xc][0x9a]8[0x81]>[0x13][0xef][0xe3][0xb0][0x89]#8j[0xe2][0x3]t[0x98]8[0x86][0xe3]:[0x1c][0x13][0x8b][0xe8][0xd3]pb[0xf7][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb]M[0xc]=[0xd4][0x91]3[0xb1][0x4][0xd7][0xc4][0xc7]b[0xb5]W[0x96][0x11][0xb1]qr[0x8f]%[0xa3][0xc3]3[0xb1][0x8c]G:|[0x13]y[0x4]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x1e][0xe3][0x89][0x89][0xa7]x[0xc6][0x92]~[V[0x99][0x9b][0xcd][0xa3][[0xb3][0x8b]<1[0xf1][\r][0xbe][0xe5]<{[0x87][0xa2]0[0xf1][0x1d][0xbe][0xd7][0xd0][0xff]nu[0xa1][0xa1][0xa9]B[0xef][0x98][0xe8]G[0xd2][0xc4][0xf]x[0xc4][0xc9][0xb8][0xb7][0xbe][0xe6]t[0xd8]9N[0xd8][0xda][0x14][0xd5]0Pa[0xb4][0xbd]e[0x12]m[0xed][0xf5][0xee]=OD[0xce][0x85]9[0xc7][0xb7]e[0xf6][0x95][0x86]H[0xe2][0xff]&j([0xa9]\[0x1d][0xdf][0xcb]De[0xcd]2[0xe7][0xa5][0xa1][0xd0][0xd8][0xd5][0xbd][0xb3][0x95][0xeb][0xb6]r[0xf8][0xe]p[0xc2]![0xc0]B[0xde][0xa2]P6[0x1c][0x1a]wr91[0x16][0xac]|[0xda]~[0x1a][0xa8][0x9]y[0x9f][0xa3][0xd6]U[0xf][0xcd][0x1b]F[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F^$[0xe]K[0xe3]![0xc3]>[0xd7][0xb5][0xf3][0xf8][0xc1]NVE#[0x8d][0xc]oz[0xfb]|m[0xdd][0xe2][0xb0]|[0xc2][0xd6]P[0xb0][0xd8][0xfe][0xec][0xbd]C[0xfc][0xc][0x0]b[0x88]HGr[0x17][0x91][0xa6]T[0x94]}I[0xda]([0xad]IZ[\r][0xf6]%:[0xb9][0x9e][0xe4][0xd3]O<[0xaf]"mO<[0x87][0x96][0xe8]YC$[0xd1][0xbb][0x86]h[0xa2]o[\r][0xb1]D[l[\r]U[0xab][0xca]F[0x97][0xc8]PW[0xd6][0x18][0xe]B>0[0xea][0xe8][0xa9][0x89][0xbe][0xda][0xe8][0xa9][0x9b]'[0x1f][0x15]-![0x81][0x1e]@[0xed][0x4][0x89][0xa6]v[0x82]%[0xa2]v[0x82]&[0xaa]v[0x82]'[0xc6][0x1f]{=Ds[0x96]T[0xe4][0x8d][0xc4]o[0xa8]z[0x81]j[\r][0x9b][0xde][\r][0xa5][0xdf]A[0xcf][0xc7][0x94]7[0xb3]([0x19]z[0x8b]I[0xcf][0x84]VR[0xc4]![0xb2][0xcd][0xb4][0x12]y[0x9][0xfd][0x1e]i[0xac][0xe7]9[0xe2][0xeb][0xa8][0xd9]n[0xaf][0x93][0x11][0x9c]T[0xf6]Z[0x8a]:%[0xf4][0xcd]8[0xc5][0xaf]+[0xc1][0xf3]a[0x9][0xdf]/[0xa4][0x82][0xfd][0x8][0xb3]e$[0xd6]QKj[0xae][0xf0][0xcd]\[0xa4][0xc6][0x84][0xd0][0xde]W[0xab][0x84][0x3][0xc4]Q[0xcf]O&[0xa1][0xad]\[0xeb][0xd1][0xa0]h+[0xe](Z[0x4][0xd1][0xc9]p@[0x87][0x92][0x84]8[0x3]0[0xe9][0xb4][0x9e][0xee][0x1a][0xb8][0x17][0x0][0xad][0xa4][0x87][0x9]c[0x3]`[0x3][0xe9][0x19]&ZB?[0x12]B[0x8d][0xc8][0xc4][0xe4]J[0x80]Z[0x13][0xe1][0x89][0xef])[0x86][0x1c]]G][0xaa][0xe7][0x5][0xea]5L[0xf4][0xbe]@[0x83][0x86]_[0xd1][0xce][0xcd]{[0x1a][0xfe]Bc[0xba]O[0x8b][0xfe][0x81][0xa6]u4[0xdf]]y[0xf3][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "jR=[0xeb]hy[0xb5][0xc2]7[0xec]K[0xec][0xbb][0xf7][0x1c][0x7]^[0xa5][0x12]d[0xb5]o<[0xad][0xaa][0xc8][0x93][0xcc][0xc6]~uS[0x83]*[0x8c][0xb3][0x18][0xe3][0xfd]GU0[0x3]*[0xdc][0x1][0x6][0xf2][0x9][0xef][0xe9],e[0x87](}[0x9e][0x80][0x7][0xf9]t[0x99][0xeb][0x5]r[0x86][0xa9]q[0x11]Wp[0x9]78[0xe0]'1[0xaa][0x82][0xbb][0xce]o[0xd4][0xe][0xde][0xc9][0x0]u[0xa3]L[0xc1]Qj[0x9c]cPq[0x86]u[0x9e][0x9a][0x1a][0xad]T[0xf1][0x88][0xbb]!r[0xcf][0xd0][0x96]F+[0xfb][0xb8];[0xad][0xd2]1[0x15][0xa6]c8[0xac][0x8d][0xa2][0xe6]E[0xee].[0xa9][0xfa][0xd0]([0x1b][0x91]WJx[0x97][0xff][0xd0][0x8f][0xd4][0xeb]x1U[0x7][0xb7][0xa7][0xea]L[0xc5]T[0xa1][0xed][0xbc][0xf4][0x5]S[0xc5][0xd4][0xac][0xa0]6|j_y[0xf3]z[0x95][0xe6];x[0x8f]I&H[0xe8][0x85]Rb[0xfa]Q[0xcb][0xf5]*!][0xe3][0xc9]8[0xcf][0xd2][0x94][0xba]A[0xe0]7[0x9]1M[0xc9][0x14][0x81]N0[0x9c]4[0x13]q[%d[0x98][0xcd]v[0x9a][0xd5]!![0xc7]xZ[0xad][0x2][0x8d]Q[0xff][0x18]SYL[0xd2][0xb9]0I[0xc]"[0xc]>[0xce][0x0]GU[0xba]6[0xd3] [0x9c][0x8b][0xaa]p[0xc7]T[0xb5]\![0x12][0xf9][0xbb][0x16][0xe][0x83][0xeb][0xc0]PK[0x7][0x8][0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/ErrorReportingRunner.class[0x95]Vkw[0x13]U[0x14][0xdd][0x93][0xa4][0x99]t:-%[0xf4][0x5][0xd2]6UJ[0xd2]I[0xdb]X[0x11][0xd4]R[0xab][0x18]@[0xd1][0x10][0x90]T[0xb4][0x80][0x8f]i2m[0xa6][0x86]I[0x9d]LJ[0xc1][0x7][0xbe][0x80][0xdf][0xc0]/[0xe0]+[0xac]%-[0xc8]R[0xf1][0x93]k[0xf9];\[0xcb]![0xee];[0x99]P8[0xa4][0xc4][0xec][0xb4][0x82]4[0xce]t[0xe0],>[0xec][0xc0]9d[0xc4]0'[0xe3]#[0xa1]p^[0xec]},f[0x9f][0xc8][0x98]W[0xa0][0xe2][0x82][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xb8]$[0xe3]S[0x5]=[0xb8][0xa4][0xe0]3|[0x1e][0xc2][0x17]BSW[0xb0][0x80][0xac][0x8c][0x9c][0x82]}0[0xc4]bQ[0xc]K2[0xf2]2L[0x9][0xc1][0xac]^.[0x19]%[0x9][0xdd][0xa9]e}UO[0x94][0x1d][0xb3][0x90]H[0x99]%[0xe7][0xa8][0x84][0xf6][0x8c][0xb9]d[0xe9]N[0xd9]6$D[0x9f][0xda][0x9e][0xa9][0xac][0xb][0xba][0xb5][0x94][0x98][0xcb][0xdb][0xc5]+[0xfa]B[0xc1]8:+[0xac][0x1c][0xa3][0xe4]$[0xb]z[0x89]Nw7h[0xb9]"[0xee][0xf7]<-[0x9b][0xd1][0x84]Yp[0xc6][0xb4]LgV[0xc2]X[0xac][0xc9][0xa8]e[0xac][0xb1][0xf3][0x12][0x2][0xc9]b[0x8e][0xe0]v[0xa5]L[0xcb]H[0x97]//[0x18][0xf6][0x9c][0xd8][0x93][0x10]N[0x15][0xb3]z[0xe1][0xbc]n[0x9b]b[0xed][0x9][0x3]N[0xde]$[0xa8][0xa9]T[0xd1]^J,[0x97][0x19].aZ[0x8e]a[z!a[0x97]-[0xcb][0xb0]K[0x89][0x13][0xb6]][0xb4][0xcf][0x19]+E[0xdb]1[0xad][0xa5]s[0xae][0x94][0xe8][0xda]\[0x9a]$[0xf4][0xb6][0x84]"[0xa1]os[0xbc][0xab]+[0xd5][0x98][0xe3]M[0xa7][0x11][0xc7][0xdd][0xf2]@]K[0x86]s[0xdc](ems[0xc5]1[0x8b][0x96][0x84]Hl[0xac][0x1]n[0x5]e[0xa2]A[0x83][0xb1][0x3][0x86][0x9e][0xcd]K[0xf0][0x99][0x7]j[0xe4][0xba]i:[0xc5][0xa3][0xe9]NQ[0xc0][0xef][0xc8]5[0xfa][0x1c][0xda][0xc9][0xa3][0x9f]R[0x9][0x93][0xb1]f=[0xab][0xe8][0x98][0x8b]fV[0x17][0x8a][0x9][0xb2][0x93]v[0xd7][0xa4]H[0x80][0xf]Y[0xde]JB[0xfc]9LY2[0x88] [0xe7]Q[0xc4]8[0x1f][0xa3][0xe4][0x6][0xfc][0xfc][0x1]#[0xda][0x6][0xa4][0xf8]_[0xe8]|[0x4][0xdf]|[0xd8][0xbf][0x81][0xc0][0x1f]Z[0xfc]>[0xda]4m|[0x3][0xc1][0xfb][0x90][0xef]Q[0xc9][0xf][0x8d][0xe3]>[0xba][0x0][0xdd][0x6][0xb0][0x7]!~[0x1f][0x85][0xd1][0x87]~[0xfe]"[0x18]@[0x9c];[0x91][0x8a]C[0x8c]c[0x2]pg[0x15][0x0]b6[0x89][0x4][0x3][0xbf][0xcc][0xb9][0xea]I[0xe][0x10]R[0x15][0xdc][0x14]g[0xaf][0xe0][0x10]G[0x1][0xed][0x16][0xfd][0x4][0xf8][0xff][0x90][0xf6][0xb][0xda][0x1e] [0x94][0xe2][0xf9]![0xda]%[0x9c][0x1e][0x8]E[0xc2]m[0xec][0xe5][0xa4]C[0xc2]c[0xa8][0xe9][0xb8]6[0xb1][0x81][0xce]ut[0xdd]y[0xf2]O[0xfc][0xae][0xeb]N[0xf3]`[0x2][0xfb][0x9]t[0x90] [0x86][0x18]"[0xe2][0x82][0xd4]([0x1f]E;^% ?[0xb5][0x86]q[0x18]Gh[0xc3]p[0x1e][0xf0][0x10][0xf5]^[0xc3][0xeb][0x4]#[0xe1][\r]L{[0xa0][0xae]x[0xa0][0xa2][0xcd]`[0xfa][0xea]`[0xb4][0x89][0xf8][0x6]v[0xdd]y[0xf2][0xef][0xbd][0x1a][0x90].[0x97][0x95]Q[0xc2]8[0xc8]_[0xac][0x6]b[0x90]lV@([0x84]Y[0x5][0x11][0xad][0xb1][0x17][0xc5]Q[0xcc]0[0xb8]O<$^[0xd2]n[0xd2]NhM[0xc7][0xff]D[0xf7]m[0xa8]Z|[0x1d][0xbb][0x99][0xa6][0xbb]\[0x87]o[0xa3]#[0xfe][0x18][0xe1]u[0xec][0x11][0xcb][0x9e][0xca][0xb2]g[0x1d][0xbd]w[0x3][0xbf]A[0x9d][0xf7][0xc7]3[0xf][0xd0]W'h[0x8]2[0xc7]q[0x8e][0x13][0xe8]&[0x8e]~fg[0x98]Y8H"&[0x89]F[0xe0][0xec][0xab]D[0xab]a[0x9a]v[0xf3]X[0xcd][0xda][[0xfc][0xe3];[0xe5][0x11]$0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mEd-[0xdc][0xff][0x0][0x3][0xf5]XA7[0xe7][0xd3][\r]>[0x95][0x9a]O[0x5][0xef][0xb8]>}[0xe2][0xa5][0xf3]|[0xad][0xa2][0xcd]%{H#[0x9d][0x9d][0xe9][0xf1][0x89]uf[0xfc][0x11][0xf6][0xcd][0xb]z_X[0xc7]~![0x19][0xac]s[0xdc]G}[0x10]O[0x90]x:[0x88]h[0x80]>[0x7][0xe9][0xaf][0xca][0xb5]8m5[0xde][0x90][0x17]O[0xcc][0x4][0xc3]>Z[\r][0xb8][0x9][0xf7]Sz[0xc2][0xf5]y[0xf2]PK[0x7][0x8]K[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/FailedBefore.class[0x8d]Q[0xb9]N[0x3]1[0x10]}[0xce])r[0x90][0xb][0xc2]Q[0xd1]A([0xb2][0xa2][0xe]B[0x82][0x84]H[0xa0][0x15][0x5][0xc7][0xf6][0xce]f[0x8][0x8e]6v[0xe4][0xf5]"~[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x89][0x82][0xf][0xe0][0xa3][0x10][0xb3][0x9b]H[0xa1][0xc4][0xc5][0x1c][0xcf]o[0xde][0x8c][0xc7][0xdf]?[0x9f]_[0x0][0xce][0xb0]_A[0x1e][0xbb]et[0xcb][0xd8][0x13]h[0xc6]d[0x95][0x8c][0x2][0xb2][0xb1]2[0xfa][0xe9]f$ n[0x5][0xea]C[0xa3]c'[0xb5][0xb]d[0x94]P[0x11][0xab]#[0x4]J[0xe7]J+w![0x90]?[0xe9][0x5][0x2][0x85][0xa1][0x99][0x92]@[0xc3]W[0x9a][0xee][0x92][0xc5][0x84][0xec][0xa3][0x9c]D[0x8c][0xb4]}[0x13][0xb2][0xac]dq[0xce][0xd7]`[0xc1][0xbd][0xa8]X[0xa0][0xe7][0x1b];[0xf3][0xe6][0x9][0xb]yJ;[0xb2]ZF[0x9e]M[0xb4][0xe6]![0xbc][0xb1]T[0x11]M[0xaf][0xe8][0xd9]X[0x1a][0x8]T[0x1e]LbC[0x1a][0xab][0xb4][0xbe][0xf5][0xf7][0xb2]?[0x97][0xaf][0x92][0x9]#ZZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa3][0xa9][0xc0][0xc1]}[0xa2][0x9d]ZP[0xa0]b[0xc5][0x1d]/[0xb5]6N:~[0x18]w[0xed][0xfa]i[0x81][0x17]I=[0xf3]65[0x83][0x1a][0xb6]P[0x11]8[0xfe][0xe7]H[0x2][0x9d][0x8d][0xcc][0xf5][H[0xcb]T[0x1e]G[0xc8][0xf1]VyC8D[0x1]E[0xf6]%[0xce]r(s[0x84][0xb4][0x3][0xfb]*G[0x1e][0xfb][0x14])[0x9e]~@[0xbc]g[0x94][0x1a][0xdb]R[0x6]VQg[[[0x11][0xb0][0x8d][0x6][0xfb]<[0x9a][0x19][0xab][0x85]v[0xf6][0x5][0x9d]5{[0x7][0xf8][0x5]PK[0x7][0x8][0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/InitializationError.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x97]-[0xad]E[0xb0][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]""[0xd2][0x8b][0xb2][0xe0]=[0x81][0x90][0x10][0xc0][0x4][0xd3]hb[0xb1][0x91][0xf8]4[0x94][0xb1][0xc])[0xb3]dvW[0xc5]7[0xff][0x91]$[0x9a][0x1a][0x8d][0xfe][0x0][0x94][0xf1][0xcc][0xb4][0xb6][0xd0][0x96][0x7][0xf7]a[0xe6]\[0xe6][0xfb][0xce][0xf9][0xce][0xec][0xfc][0xfe][0xf3][0xfd][0x17][0x80]%A[0xab][0xf1][0xec]i[0xf2]&[0xed]cLQ=[0xc3]>Ev[0x9a][0xf6]V$[0xd3][0xa9]w[0x15][0x9f][0xcc]h[0xc8]7[0xd5][0xd6][0xda][0xd5][0x92][0xc5][0xd2]7D[0x9b][0x88][0x9d][0xd8]C9[0xb]3[0x89])[0xc][0x11][0xa4][([0xd9])[0x94]$[0xda][0xeb]Dc[0x9a][0x9f]n[0xd3][0x95][0x91][0xb0][0xa7][0xb2][0xc5][0xd8]O[0xc4]w[0xa2]?[0xe0][0xec][0x94][0x9a]HT[0x9a][0x18][0xea]e[0x9e]&[0xdc][0x8d]S[0xcc][0xd9][0xe]s[0x96][0xe2]3[0x96][0xf9]&f[0xdb]cq[0xad][0xf][0xc4][0x8b]_[0x10][0xf9][0xdc][0xa1]rlp[0xd6][0xd2][0xb4][0xd4][0xc6][0xdb]4-[0xb5][0xb7]hbs[0xd6][0xba][0x8d]yK[0x9e]o[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]_PK[0x7][0x8][0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.class[0x95][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]h5Z[0xb][0xba]s[0xeb][0xc2][0xad][0x86][0xe2][0xc6][0xbd](([0x88][0xa0]x[0x80]XCM[0x9][0x9]$[0xad][0x87]s[0xe1][0x1]<[0x94][0x98][0xd6][0xa5]+g[0x98][0x19][0xfe][0xf0][0xff]{[0xbd][0x1f]O[0x0])[0x12][0x6][0xc6][0x10][0x13][0xe2][0x93][0xad]\&7JK[0xc2]xw6[0xaa]\,WZx[0xac][0x8c][0x91]n^[0x88][0xbb] [0xc][0xd7]&[0xd3][0xd6]+[0x93][0xef]ey[0xb3]W[0x86][0x1][0x81][[0x97][0xf3][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xae]L)[0x9d][0x11][0x9a][0xbb]&[0xe5][0xf9]/i[0x9a][0x12]@H[0xb6][0xb5]h[0xfe][0xd2][0x13]F5[0x9f]kar~[0xb8][0x14]2+[0x9][0xb3][0xbf][0xb0][0x98][0x4]h[0xb][0xdf]j[0x87]FP[0x11]:[0xe1]F[0xe8][0x86][0xdd][0xf][0x13][0x7][0xf][0xd5]j[0xd4][0xfb][0x0]PK[0x7][0x8][0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.class[0xad]VmS[0x1b]U[0x14]~n[0x80]lX[0x16][0x92][0xf2]R[0xa8]b-ZhH[0x80][0x5]QZ[0x5][0xa9]4[0x10][0x5]S[0xa8]@[0xd1][0xfa][0xd6].[0xc9]&,[0x84][0xdd][0xce]f[0xd3][0xfa]W[0xfa]/[0xe8][0x8c][0x82]/3[0x8e]~[0xf5]G9[0x9e]s[0xb3]l[0xd2][0x90][0x10]2[0xe3][0x87][0xbd][0xbb][0xf7][0xde][0xe7]<[0xe7][0xfd][0xcc][0xfe][0xf3][0xef][0xef][0x2][0x98][0x83][0xa3]b[0x10])[0x15]CX[0xed][0xa6][0xaf]5[0xde][0xa6]U|[0x8e]/xYW[0xb0][0xa1]B[0xc1][0x97][0xbc][0xc9](x[0xd8][0x3][0x15][0x9b][0x8c][0xd9][0xe2][0xe5][0x91][0x8a][0xaf][0xb0][0xcd][0xc2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vU[0xc4][0xf0][0x98]7{|[0xf7][0xb5][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]U[0xf0][0x9d]@[0xc4]v<+o[0x99][0xae]@2[0xe3][0xb8][0x5][0xfd][0xb0]l[[0x9e][0xee][0x96]m[0xdb]t[0xf5][0xca]e[0xd6][0xf0],[0xc7][0xd6][0xb7][0xcb][0xf6][0xa6][0xf]^[0x14][0x8]/Y[0x4]\[0x16][0x98][0x89][0xb7]!7[0xb9]'[0xd0][0x99]rr[0xa6]@4c[0xd9][0xe6]f[0xf9]x[0xdf]tw[0x8d][0xfd]"[0x9d][0xf4]g[0x9c][0xac]Q[0xdc]3\[0x8b][0xf7][0xfe]a[0xa7]w`[0x95][0x4]F[0xb7][0x8a][0xb9]][0xb3][0xe4][0xa5][0x8a]F[0xa9][0xb4][0x92]3[0x9e]{[0x96]][0xc8]X%[0xcf][0xb4][0xd9]vm[0x9d][0xf5][0xca]K[0x93][0xd0][0x99][0x1a][0x93],[0xdb]3][0xdb]([0xfa][0xb6][0x95][0xf4][0x8d][0xc7]t<O[0x82][0xb7][0xe5][0xd9][0xed][0xcb][0xc8][0xc9]W[0xc5][0xb4][0xe5][0xbd][0xc0][0x8d]x[0xa6][0xc2][0x9a]w[0x8d]c[0xf3][0xa5][0xe3][0x1e][0xe9]|Q[0xf1][0xcb][0x93][0x90][0xeb][0x8d][0x11][0x2][0xdd]%[0xcf]p[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0xc4][0xc8][0xe5][0xd6]\[0xd7]qe[0xfc][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xe][0x8d][0x17][0x86]^4[0xec][0x82][0xbe]{[0xe0]:/9[0x1c]R[0x8f][0xa0][0xa8][0xc]5[0xbc]%K[0xf3][0x86]U,[0xbb][0x84][0xb8][0xd3]"+[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90]dz[0x8d][0xd2][0xaa]Y[0xca][0xba][0xd6]s[0xbe][0x10]Xh[0xe6][0xe3]E[0xc6][0x1a]9.[0x89][0xbc][0x91]58[0xb5]7[0x9b]![0xf7]}3[0xaf][0x15]Lo-[0x9f]7[0xb3][0x9e][0xf5][0xc2][0x94]Q[0x17][0x98]l[0xaa][0xb6][0xea][0xaa][0x84]r(w[0xac][0x82]mx[0xd2][0xd1][0x7]W[0x95][J6[0x6].s[0xdc][0xc8][0xa0]M:[0x15]H\[0x81]n[0xc7]s[0xa9]@HL[0xa5]4[0xa6][0xcf]#~[0xbf]i"[0xeb]NW[0xa8]H][0x8e][0x19][0x8b][0x9a][0x95]:[0xa8]d[0x96]*c[0xe2]jp[0x5][0xdf][0xb]@[0xe0]i;[0xdd][0xd7]fW[0xcc]I[0xa3]B?[0xcd][0xf2]2'0[0xd7][0xb6][0xe0]X[0xbc][0x8f][0xda][0xfb][0x8d][0x19]w+[0xde]r[0x9a]5[0xab][0x1f][0x9f]a([0xeb][0x9a][0x86]'mz[0xe3]<[0x15][0xbf]0[0xaf].N[0x8e][0x96][0xca]#d[0xb0]?[0x17][0x7][0xe2][0x8d]&[0xe0]`[0xbc][0xe1]@[0x8a]xN[0xe5][`[0xba][0xad][0xc2][0xc0],[0xfd][0x18][0xc][0xd1]@[0xb9]NO?w![0xfd][0x83]t#[0xc4][0x9d]I'o[0xd3].M[0xbb][0x10][0xbd][0xd5][0xc4][0x19]B[0x89][0xe4]/[0xe8]xM[0xbb][0x10]Fi[0xed]C[0x7][0xad][0xa3][0xe8][0xc4];$u[0x93]V[0x10][0x93]D[0xd3]n[0xc][0x90]_[0xcc]JS[0xe][0xef][0xe1]}[0x9f]s[0x8d][0xe4][0x18][0xd5][0x9b][0xf8][0x19][0x1d][0x89][0xe4][0x19]:O[0xd1]U[0xa5]U[0xe5][0xe5][0x18]4[0x12][0xa9]R[0xf6][0x6][0x94][0xbd][0xb8][0x8d]qI9q)e[0xb8][0x9e]r[0x9c]('ZPR[0x83][0xfb][0x94][0x5][0xf2][0xab][0x93][0xde][0xc3]@y")[0xa7][0xce][0x10][0xd9]d[0x5][0xd3][0xa7][0xe8][0xae][0xf]C[0x82][0xde]I"[0x9e][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x15][0xd1]@[0xc1][0xb0][0xaf][0x80][0xbf]&[0xe9]6D[0xe8]n[0xc2]OI[0xbb]i[0xf2][0xf9]J[0x8f]h[0xcf]lc[0xc9][0xbf][0xa1][0xbe]B4[0xf9][0x17][0xd4][0x87]S[0xbf][0xa1]G[0xe0][0x84]m[0xd0]x[0xe9][0xfd][0x15]}'[0x81][0xfa]~[0xa9]J[0xa7][0xbf][0xc2]Y[0xf0]p[0x1b][0xc0][0xbc]4[0xe1][0x16][0x11]it[0xaa][0xd3]y%[0xa0][0xe7][0xc6][0x8c][0xf9][0xc6][0x84]x[0x14][0xd2][0xca][0x8a]?[0x96]{[0xa0]+y[0x8a]h[0x95]<,m[0xbe][[0x13][0xb4][0xae][0x80][0xa6][0xcb][0xa7][0x99][0x97][0xe8][0xf][0xe9][0xa1][0xa1][0xea][0xfb][0xf1][0xc8][0xa7][0x1b]$?b[0xaf][0xd0]C~[0xc4]Nq[0xed][0x84][0xd8][0xfb]O[0xea]"[0xb7]HF.![0x8a][0xe5][0x1a]-[0x83][0x81][0x96][0xc1] 5wq[0xcf]g_[0xf7][0xa3][0xa4]$[0x92]S[0xa7][0x18][0xa8][0xcf]s[0x8a][0xcc]^[\r]b@[0xb0][0x80]L[0x9][0xd2][0xa0][0x90][0xc7][0x9f] [0x14][0x3][0xd5][0xfa][0xa7]>[0xed]*I3>[0xcc]A[0x16][0xaf][0xeb][0x82]0R[0xc3][0x18][0xe][0x18][0xc3]d[0xf6][0x88][0xbc][0xf][0xe3]>>[0x93][0xdd][0xb2]"%[0x1f][0x10][0x96][0xb3][0x13]"[0x17][0xbe][0xc1][0xbb][0xd4]Q[0x8b][0xf4]F,[0xf2][0x1f]PK[0x7][0x8][0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner.class[0xb5]W[0xf9]cT[0xd5][0x15][0xfe][0xde]df[0xde][0xf0][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!$[0x8]!B([0x1]'[0x93][0x84][0x11]dQ[0xa0]T[0xc][0xd2][0x82][0x93]`[0x13][0xa4][0x5]T[0xfa]2[0xf3][0x92][0xc]Lf[0xe2][0xcc][0x1b][0x96][0xda][0x96].(VQ[[0xc5]%H[0xeb]R[0xdb]hm[0x15][0xac]&A[0x8a]B7[[0xbb][0xd9]}[0xb3]{m[0xff][0x8b][0xb6][0xdf][0xb9][0xef]e2![0x13][0x92][0xfc][0xd0][0x1f]2[0xb9][0xf7][0xdc][0xb3]~[0xf7][0x9c]s[0xcf]{[0xeb]?[0xaf][0xbd][0xe]`[0x5][0xfe][0xad][0xe3].[0x1d]w[0x1b]X[0x8c]c[0x6]4[0xdc]c`->g[0xe0]Z[0xdc]+[0xab][0xfb]t[0x1c]7[0x10]r7[0xf7][0xcb][0xea][0x1]Y=X[0x8e][0xcf][0xe3][0xb]:[0x1e]20[0x13][0xf][0xb][0xe5][0x84][0x81][0x6][0xc5]k[0xaa]-[0xe9]S[0xbb]:[0x15]$[0xe2]Y[0xdb]r[0xec][0xf1][0xb7]|[0xd3][0xb4]\-idD[0x19][0xcd][0xcc][0xec][0xb6][0x9d][0xcd]v.[0x9e]M[0xf6][0x89][0xb0][0x86][0xba]p[0xc3]x[0xfd]E[0x1c][0x94][0x99][0xd5]k[0xed][0xb7][0xc7][0x8][0xad][0x99][0x8][0xe0][0xc9]T[0xf9][0x9c][0xb8][0x86][0x9a][0x92][0xc2]-V[0xce]&[0x87][0xbf][0xd7][0x92][0xa4]\8[0x99]&-[0xc9][0xbf][0xad][0xa2][0x91][0xa9][0xb5][0xa0][0xa4][0xc6][0x8e]|[0xd2]Q*[0xd3][0xa4]JV[0x8f][0xa6]K[0x87][0x93]%[0xc8]<+O[0x14][0xc7][0xa5][0xf1]O[0xb7][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xf9][0x9]}[0xe8][0x94][0x1c][0x95]lL[0xd8][0xf1]L[0xd6]r2d[0xae][0xf3]\[0xb0][0xf][0x11]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0x1c][0xb5][0xe5][0x94][0xf][0x9b]G8<[0xec]7[0xa5]yw[0xea][0xde][0xe8][0xf6][0xc6][0xd2]0*$[0x1a][0xf6][0x14][0xb9]k[0x15][0xa4][0xa2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x84]^[0x85]f[0x81]/kw[0xa5][0xec][0xb8][0x13]m[0xb5][0x9d][0x9e]LB[0x18][0x18][0xf7][0x95][0xc5]q[0xdb][0xf1]|6[0xe9][0x1c][0xbe][0xf1]P[0xdc][0x1e]Arq[0xd1]y[[0xa6]#[0x1f][0xef]q[0xc5][0x8b]y[0xbc][0xec]T[0x88][0x8e][0xc9][0x84]h[0xe9][0x10]\[0xe8][0x1b]J![0x1e][0x88]g[0xf2]i[0xd6][0x83]n[0x1f][0xb2]z[0xfb][0xa4][0xd6][0x83]][0xc9][0x94][0x2][0xbc][0xa1]D[0xaa][0xf7]Z[0xe9]d_>[0xe5][0x6][0xbf]E1[0xaa][0x82][0x8c]L[0x89][0xd5][0xbb][0xa8]@N[0xfc]a[0x15][0xbb][0x96][0xec][0x84][0x86]eS3[0xa5][0xc1]([0xe0][0xc0][0x1b][0xf3][0xe7]2Yg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]v[0x90][0xcd]st*[0xac][0x9e][0x9b][0xc1][0x9c][0x12][0x9b][0xdc]9O=A[0xcc][0xd9][0xce][0xe][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8][0xdd]#[0xab]y[0xe1][0xd2]]@b[0xe9][0xc8][0xe4][0xb3]q[0x9b][0xb1]I[0xff][0x1c][0xdf][0xad][0x97][0xcb]}[0xb1]Nx[0xa5][0xd4]>Q[0xc6][0x9a]x[0x3][0x17]L[0xbc][0x1f][0xd7][0xcb]OL~.[0x9a][0xf8][0x14]bL[0xd1][0x89];[0x9f][0x89][0xe][0xec]0[0xf1]m|[0xc7][0xc4][0xa7][0xf1][0x19][0x1d][0xdf]5[0xd1][0x8a][0xef]i[0xd8]6[0xad]g[0xa6][0xfe]r/[0xa5][0xb8][0xf2]}[0x13][0x1f][0xc6]GL[0xbc][0x89][0x1f][0x98][0xf8]![0xde]2[0x91][0xc4]>[0x1d]?2[0xf1]c[0xfc][0xc4]D[0x1f][0xee][0xd0][0xb0]h[0x92][0x82][0x13][0xb6][0x9f][0x9a][0xf8][0x19][0xde]6[0xf1]s[0xfc][0xc2][0xc4]/[0xf1]+[0xf6][0xf5][0xcb]5[0x9][0x13][0xb7][0x80]9[0xb0][0xf0][0xf2][0xbd]A[0x14][0xff][0x9a]}[0xf6][0x92][0xe7][0xcc][0xc4]o[0xf0][[0x1d][0xbf]3[0xf1]{[0xfc][0x81]M[0xee]2e<[0xc6][0xf9][0x92]El[0xe2][0x8f]x[0x9b]=[0xa8]n[0x8f]Ww[0xeb][0xea][0x96][0xe6]n[0xd3]P1*[0xb7][0xbd]s[0x1f][0x9b][0x87][0x8e]wL[0xfc][0x9]f[0x1a][0x14][0xae][0xbd][0xee]`[0xd2][0xe9]![0x9d]L[0x1c][0xb9][0xa5]9[0x1d]1[0xf1]W[0xfc][0x8d][0xd9]=[0xd5]*4[0xe1] /7[0xf1]w[0x1d][0xff]0[0xf1]O[0xbc]k[0xe2]_[0x92][0x1c][0xab].[0xaf][0xa1]-#^[0xe4][0xda][0xed]^+[0x99].[0x8a]w[0xd9][0xd4][0xaa][0xca][0xc4][0x9d][0xf8][0xb8][0x89][0xf7][0x81]cP[0xf3][0xb4]R[0x8a][0x5]2[0xce][0xc4][0xc8]Itz[0xc9][0xb9][0x82][0x95]g[0xe5]:[0xf2][0x9d]qw[0x12][0xaa]/1[0x8f][0x95][0x18][0x8e][0xca][0xc2][0xd2]?[0xca][0xad]Dbt[0x1a]X\[0xba][0xdf][0x16]^x[0x91][0xa8]*[0xc5][0xc1][0xc])-[0xea]M "[0xb8]w:[0xa3][0xc6][0xf4][0xe6][0xc0][0xfa][0x15][0xee][0x18][0xc5].[0xd5][0xe2][0x82]0'\*ficm[0xea][0xb9][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]|>&*7/-[0xaa][0xdd][0x87][0xca]-[0xaf]"[0xba]=[0x1e][0xf2][0xf1][0xda]'r'[0x1d]pv[0x84][0xff]/jgH[0xe1][0xb5][0xb8][0xf]'[0xd3][0x82]sOP([0x9b][0x1c][0x19]v[0xb7]N[0xd8][0xef]C[0xcc][0x9d][0x96][0x9e]d*[0xa1][0x12][0xe7][0xb2]6[0xe4]vV[0x94][0xca][0xcb][0xc9]<[0xe3][0x85][0xb9][0xad]F[0xc3][0xf5][0x93][0x4]?>[0xd5][0xc7][\r],[0xf3]&:[0xe3][0xc][0xa2]FW[0x96][0x10][0xdf][0xef]1cT}xJ[0xc3][0xd2]L5x[0x8c][0xee][0xee][0xe0][0xb0][0x91][0xc5]a[0xe4]8:8[0x86]<[0x8e][0xe3][0x0]N[0x90][0xd2][0xa2][0xb2][0xc0][0xa0][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec]"[0xf2]|[0xf4][0x88][0xdd][0x1e][0xdc][0xca][0xdf]V,d[0xa2][0xdf][0xce]T[0xf][0x13][0xb9][0xbd][0xf8](O[0xd7][0x13]s[0xb][0x9d][0xf4]h3[0x1a][0xe8][0xcb][0xad]Dp[0x1b][0xbd]H[0x90][0xcf]O}:[0xad]v[0x91][0xef]8[0xf1][0xee][0xa6]o[0x82][0xfc])[0xaf][0x84][0xc][0x99]1[0xbd][0x9b][0xbb][0x8f]rr[0xbf][0x8b]$J[0xfe]U[0x12][0xc5][0xc5][0x83]x[0xaf]D[0xbf][0xe4]tl[0x0][0xfe][0x98][0xe0]zZ1U[0xa1][0x1a][0xf5][0xea][0xff]|,[0xf5][0xc0][0xa8][0xa1][0x83][0xc0]g[0xe9][0xf6]Q[0x9e][0xde][0xc5]t9[0xc6][0xd3][0xbb]I[0xbf]G[0x5][0x15][0xa1];[0x15]t}?A`[0x93]![0xa5][0x97][0x90]p[0xf6]V[0xab][0x8c]rl[0x11][0x1d][0xdb][0xad][0x1c][0xe3][0xbc][0xeb]9v'[0xf5]J:[0xaf][0xa6]S[0xcb]6,8[0x89]P[0xe5]U[0x3][0xa8][0xaa][0xc][0xfb][0xcf][0xa3]aWY[0xa4][0x8c]w[0xda]1[0x8c]Hkec@Q[0x16][0xc][0xa3][0xa9]c[0x97][0xbf]I[0x88][0xa3]w[0xe5]V[0xe4]q:p?[0xeb][0xe3][0x81][0xa2]:Y[0xad][0x90][0x4]O[0xae][0xe6][0x9d][0xdc]N[0xb3]u[0xc] [0xa7]0[0xd5]d(t[[0x8c][0xd6][0xe8][0xe5][0xe6][0x11][0xc9][0xed][0x8b]h[0xee]G[0xb5][0xac].[0xa0][0xb9][0xb5][0x89]Y[0xb3][0xdc][0x87][0x1][0xd8][0xee][0x19][0xd3]s[0x8f]{[0xa6][0xb5]J?jb^[0xe]![0xda][0xd6]46#[0x97]4[0xa9][0x8c]\[0x17]l[0x9c][0x1f]d[0x82][\r][0xe2][0xea]~[0xcc]P[0xa9][0xb9]B[0xa5][0xe6];[0x91]fv[0x95]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d]D[0xf9]9[0xac]dG[0xb8][0xe6][0x8d][0xd1][0xf2][0xbf][0x81]x[0x2][0xf][0x11][0xad][0x87][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0x10][0xed]G[0xb0][0xc][0x8f]b9[0x1e][0xc3]:<[0xce][0xde][0xd8][0xcf]T8[0xc9]4}[0x82]a[0x9d]bJ[0xf4][0xf3][0xba][0x9f]$[0xd6]O1[0xd9][0x9e][0xc6]'[0xf1][0xac][0x82][0xa1][0x9d][0xa9]Q[0xa9][0x12][0xe5][0x0]5[0xb7]s-[0xe9][0x11][0xe4][0xd9]U^[0xba]-g[0xa1][0x1f]$H>[0xea][0xdd][0x8c]C\[0x95]Q[0xfb]F/[0xc9][0x8]I[0xa1])[0x1c]!`[0x87][0x9][0xdb][0xc7][0xb8][0xf6][0xf3][0xbf]4[0x4][0xe][0xb8][0xde]]&[0xa8]A [0xaf]qaZ[0xd5][0x8f]J[0x17][0xa6]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xd5][0xe3][0x9b][0xdb][0x0][0xa3]{[0x8e][0xeb][0xe7][0x19][0xdd][0xb][0x85]Ks[0xbd][0xfd][0x84][0xca][0xc5][0x9a][0x82][0xed][0x1a]Ft[0x84][0x96]|[0xf2]QWhnn[0x93]f[0x83]~[0x15]kF[0xb5][0xbb]O[0xc1][0x8b][0x8c][0xed][0xa5][0xa2][0xe6][0x16],[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0xcd][0xd9]'[0x1f]}[0x9e][0xae][0xa8][0xd7][0xdc][0x2][0x91]W[0xb0][0xe6][0xd2][0xce][0xf6]rQg[0xb]xj|,[0x7][0xf9]=[0xca]*[0x95][0x80]|[0xb8][0x8e]O[0x19]*B[0xcc][0xc6][0xb5][0xd8][0x80][0x9a][0xff][0x1]PK[0x7][0x8][0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96][0xae]]G[T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]J[0x95][0xc5][0xd4][0xd2][0xb0][0x10][0xcb][0x83]Jxi [0xd1][0xd4][0x92]T[0xed][0x93]/[0xd3][0xed]P[0xa6]Yg[0x93][0xfd][0xe8][0xff]2[0x1]Mx[0xe0][0x7][0xf8][0xa3][0xc]w[0xb6][0x9b][0xb4][0x89]O[0xbb][0xc9][0xce][0xc7][0xb9][0xe7][0x9e][0xfb]13[0xff][0xdd][0xde][0x1]8[0xc2][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0xb0]m[0x86][0x17]6[0xca]xic[0x13];[0x16][0x1a][0x16]^Yx[0xcd][0xc0]g[0xc2]wt[0x10][0xab]K%C[0x86][0xfd]^[0x10]N[0xdc]i[0xa2]U[0xec][0x86][0x89][0xd6]2t[0xe7]FO[0xc4]*[0xd0][0xee] [0xd1][0xfd][0x8c][0xfc][0x91][0xa1][0x1c]_[0xa9][0xc8]9d8XrS:[0x96][0xa1][0x16]~[0xe6][0x1f][0xb9][0x9f][0xbf][0x13][0xdc][0xe9][0xfa]"[0x8a][0x6])d![0xe3][0x93][0xfc][0xfd][0x94][0x8c]O+[0x8][0xe2]3<|V[0xc1][0x83][0xf8][0x9c][0x8c][0xcf]+h[0xc7][0x17]x[0xf1]E[0x1e][0xbe]$[0xe3][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xf0][0x15][0x5]56[0xff][0xaf][0xf2][0xf0]5f[0xfd]u[0xde][0x9b][0x11][0xf2]*[0xf8][0x6][0xbe][0xc9][0xf2]~[0x8b][0x97][0xdf][0x96][0xf1][0x1d][0x5][0x1b][0xd9]0[0xdf]U[0xb0][0x19][0xf])[0xf8][0x1e][0xbe]/[0xe3][0x7]2~([0xe3]G2~,[0xa1][0xd4][0xd2]c[0xd6][0x1e][0xdd][0x1a][0x8f][0x8e][0xc4]$T[0xf4][0x1e][0xd1][0xa6][0xb4]P[0xdc]2[0xc2][0xa1]^#fuI([0xe9]7[0xc6]"[0x9a][0x15]7u[0x9][0xad])[0xc7][0x1b][0xec]uX[0x8b][0x8c][0x85]L}4[0xac][0xf][![0x9b]V[0xd7]&Fe[0xda][0xdd]a-F[0x94][0x1b]{[0xa3][0xe6]X[0xe8]H[0xe5][0x13][0xe2]p[0xd0][0xde][0x8e][0x9a][0xec][0xd9],[0x6][0xda]3[0x17][0x9a]([0x16][0xd2][0x11][0xb][0xe2][0xc1][0xb2][0x81]C[0x91][0xa8]e[0x8c][0x1a][0xc3][0x1a][0xab][0x1b]"s[0xf6][0x89]5[0xd9][0x94][0xf9][0x16]G[0x9c][0x95][0x84][0x96][0x5][0xa0][0x92][0x9][0x9][0xc4]5J[0x91]-[0xbd][0x84]K[0xe6]W[B[0x81][0xd1][0xe0]zD[0x18][0xaa][0x87][0xb4]r[0xc4]g;o[0xd7]c[0xc3][0xa6]![0xdc]"a[0x15][0x99]4M[0x1e][0xf][0x4][0xe1][0xf8]b[0x93][0xfa][0xb0][0x84]Ks[0xc1]U[0xc][0xb3]G[0xb7]FH[0x1b][0xa1][0x9][0x9][0xdc][0x10]h>[0xe8][0x11]Us[0xcf]B[0xb3]`[0x84])[0x93]T}[0xda][0x4][0x7]R[0xd2][0xc3][0x2][0xbe][0xdf]2[0x8d][0xc8][0x18][a[0xd8][0xd4][0xc9][0x8b][0x1c]![0xa9]0[0xd7][0x1c]>B[0xda]3{#2[0x15]=[0xaa][0xcf]F[0x91][0x84][0xab][0x3][0xf3][0xdb]i[0x81][0xe][0x94]H[0xb8][0xb6][0xc][0xd4]z[0x88][0xa9][0x8d]2[0xa0][0x99][0xa4][0x86][0x1b][0xf1]$Q[0xb5][0x7][0xde][0xbb]_:[0xe2][0xf5][0x80][0xcf][0x12]ZUe[0xd2]I[0xb1]<[0xda]4[0xe5]*$n[0x4][0x88][0xd2][0xb6][0xf5]p[0xd4][0xb4]t[0xc2][0xd3][0x16][0x12][0xac][0xd9][0x9d][0xec][0x91]q`[0xdc][0x8c][0x1e][0xe3][0xec][0x17][0xe6][0xa9][0xce]xB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]3[0xb5][0xc9][0xa4][0x2][0xdd]Y[0xdc][0xd1][0x9c][0xb7]r[0xc5][0xac][0x9c][0x1d]-[0xed]Y[0x9]f[0x88][0xa3]J;[0x81][0xe6]d@g[0x9e]Re[0x8c][0xf9]raio[0xc8]o[0xca]F.[0x9f]d([0x1a]5[0xc2][0x16][0x17][0x8a][0xe6][0xc]~[0x9b][0xd0]"[0xc6]dh[0xc4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]9n[0xac][0xf1][0x18]c[0x16][0xa7]KE/[0xe]Q][0xcb]G([0x86][0xdd][0xa3]b7[0x9e][0xa2][0xe2]Z[0x1c]T[0xb1][0x13][0xbb]T<[0x9d][0xf1][0x83][0xf9][0xdf]9L[0xe5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'*~[0xca][0x4]~[0xc6][0xb8][0x8d]Ypm[0x85][0xa3][0xda][0x88][0xa1][0xab]8[0x82][0xa3][0x94]"[0xb][0xb9][0xfe][0x1b][0xd6]J[0x0]9[0xa1][0x87][0x17]b_[0x17]Z[0xfc][0x9c][0x87]GT[0xfc][0x2][0x87]d[0xfc]R[0xc5][0xaf][0xf0]k[0x19][0x8f][0xaa][0xf8][\r][0x1e]S[0xf1][[0x90][0xb9][0x96][0xcd][0x17]:*,[0xc4]UL[0xe2]z[0x15][0x11]De[0xfc]N[0xc5][0xef][0xf1][0x7][0x15]7[0xe2]&[0x15][0xc4][0xe3]*[0xfe][0x84]?[0xcb][0xf8][0x8b][0x8a][0xbf]"[0xaa][0xe2]V[0xdc][0xa6][0xe2]o[0xf8];[0xd5][0xf3][0xd4]z([0xe3][0x1f]*[0xfe][0x89][0xa9]0[0x99]e[0xcb][0x2][0x8a][0xb1][0x8a]'pQ[0xc5]s[0xf1]<[0x9][0x8b]3[0x14]e[0x15]/[0xc0][0xb][0xa9][0xc2][0xe6]tK[0xd2][0xb6][0xbd]d%hd[0xe]IR[0xa5][0x2]<.aM[0xf6][0x1a][0xbb]S3[0xc2][0xd4]I2f[0xa1]*[0xf9]$[0xbf]*[0x15][0xa5][0xa0]e){[0x8c]&[0xab]x[0x11]^[0xac][0xe2]%x[0xa9]*[0x15]K%[0xb2][0xa4][0xa8]R[0xa9][0xa4][0xaa]R[0x19][0xe][0xa9][0xd2]"<&a][0xf6]4[0xeb][0x8b]2[0xc9][0xd8]>}B3"[0xae][0xf2][0xb][\r][0x92][0xe][0x96][0xa6]\[0x96]*T[0x9c][0x94]*[0xa9][0x83]Z[0x8]65[0x81]i2&O[0x2][0xf9][0x14]/[0xbb][0xe1]l[0xcc]]Ol[0xc0]l[0xaa][0xf5][0xd0][0xae]Ayv[0x83]@[0xda]a[0x9a][0xd1][0xd4][0xaa][0x9b][0xa5][0xe2]p}[[0x99]l/[0x9d][0xe]mg[0xd4][0xdc][0xae][0x8f]j[0xf1][0xb0][0x95]T[0xa9][0x94]s[0xc8][0xb4]D6K[0xb8].+[0xed][0xf4]n|[0x81]=[0xca]M[0xff][0xe1]E[0x9f]E[0xcb][0xbc][0xdb][0x1][0x96][0xd8][0xed][0x6]T[0x82][0xdd]kF-[0xca]I[0xae][0xb3][0x8b][0xe6][0xf6][0xec]t[0x85][0x1b][0xce][0x95]CuvNK[0xef][0xe9]T[0xab][0xd2]w[0xa9]Q[0x1c][0xd7]b}[0xfa]qK[0xb4][0xf3][0xd7][0xd2][0x9d][0x14][0x11][0x8b][0x15][0xd9][0xa4]$[0x1e]v[0xf7][0xd8][0x1f]'[0xb6]s[0xe][0x6][0x2][0xe9]MB[0xee]+:gSP[0xac][0x8d][0x8c]t[0x8f][0x1b]aR[0xbd]>[0x83]K[0xbc][0xc0][0xc2]ZT[0xa9]v[0x13]O[0xe7][0xce][<[0xa7][0xbd]M^o[0xe5])[v+?[0xe7][0xca][0xe2][0x8d]n[0x9a]Yf|XX[0xab]~[0xe][0xa5]d[0x91][0xf4][0x80][0x10][0xdd][0xba][0xac][0x0][0x14][0xc0][0x11][0xfd]X[0xf][0xad][0xb5][0xc8]0eSS[0xe0]`z[0x9b][0x9a][0xb1][0x1b]/fa[0xb4]xL[0xe7]W_[0xf3]<[0xdd][0xe1][0x8d][0x81]t[0xd4]<[0xfb][0xc0][0xff]YK[0xcb][0x1e]h[0xce][0x9b][0x18]9b[0xd4]0[0xc5]#[0xa3][0xdf][0xd2][0xec][0xfe][0xfa][0xca][0x1c]>[0x9e][0xb7]ivI9[0x97][0x3][0xf5][0x5][0xb9]2[0xd8][0x81][0x14][0xe8][0x15].[0xba][0x11]1b[0xe3]z[0x8e][0xe];[0xff][0xb2]V=[0xfb][0xda][0x9a][0x93].z[0xfa][0xff]%[0xfe]/[0xf9][0xd3][0x90][0xcf]= [0xa1]$6[0x1e][0x8d][0x87]G[0xf6][0xf1][0x83][0xfa]>[0xcd][0x11]n[0x88]V[0xd4][0xf0][0xd2][0x8c]E[0xea][0xa0][0x13][0x86].[0xe][0xde][0x3]_[0x2][0xc5][0xa7][0x5][0xc]s/[0x12][0xfb]M[0x82][0x9b]M[0xb1][0xd8][0xe1]f[0xd3][0xb9][0x8e][0xe8]P[0xbb][0xec][0xd0][0x19]$[0x99]Y[0xa2][0x9a][0x19][0x94][0xc]1[0xad]i([0xbd]-[0x9][0x94][0x1e][0xa0]A=[0xe3]R[0xad]",[0xa0][0x85]([0xb6][0xa2][0x12]m[0xa8]F[0xbb]G[0x9f][0x1a][0x87][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0xcf][0xc0]3[0xe7]HOOe[0x1c][0xa6][0x91][0xb9][0xed]G[0x89][0xad][0xff][0xc][0xca][0x86]Z[0x98][0x1d]Yn[0xd1][0xc][0xca][0x87][0x82]d[0xd1][0x8a]iT&P5[0xcb]T[0x11][0xc0][0x1d]d[0xbc][0xab][0xe6]1[0xde]0F[0x88][0xb4][0xf][0xba][0xcb][0xe2][0x18])[0xc4][0xa2]6[0x11][0xf5][0xa2][0xf3]X,aO[0xeb]y,[0x91]p;jhR-[0xe1][0x1][0xd4][0xf4][0x5][0xdb]H[0xbd][0xa5][0xa7].>2[0xcb]l[0x11]![0x2][0x9d]D[0xb4][0xb][0x8d][0xd8]([0x18][0x6][0x89]T[0x1d]Yt[0x14]ct[0xaa][0x90] [0xe3]0[0x84][0x10]M[0xae][0x10]M[0x8e][0x10][0x12]?[\r][0x1c]![0xee]"h[0x8e][0x81].Ro[0x19][0xfd]j[0xcf][0xe1][0x92]^[0x16][0x88]e![0x91][0xfa][0xda][0x1c][0x91][0x96][0xb7]%E[0xea][0xf4][0xb5][0x4]k[0xc9][0x93][0xcb][0x13]Xq[0xea][0xe2][0xc3]-[0xa7]S[0xc2]i+[0x19]w[0x1b][0x99][0xbe][0x9b][0x1c][0xb0][0x1d][0xeb])nY[0xc0]ut[0xd6]J[0x82][0xb1][0x80]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]z! +[0xd2][0xe5][0xba]$[0x84]0&H[0xb0]JR[0x87][0xa3][0xbd][0xc0][\r]6{[0x87][0xa3][0xde][0xc7][0xcf][0x8]G[0xf8]+[0x9c][0xd0]*[0xb5]C[0xab].[0x81]KS[0xa3]k[0xb7]'[0xba]J[0x1d]F>~[0x8e]8$f[0xa3]3[0x81][0x95][0x9][0xac]J[0xc5][0xef][0xcb][0x10][0x9d]>~[0x80]8Q[0xb9][0x9e][0xbe]|Vn[0xe3][0xd7][0x17]^[0xc0][0xea][0x4].K%[0xb3][0xcf]C[0xa6][0xdc]![0x93][0xc][0xbc][0x0][0x8d][0xf4]Hr[0x4]z[0x94]0[0x8a][0xe8][0xbb]%H~_[0xde]Gd[0x1b]:}[0xa7][0xb0][0xa2][0xd3][0x1f]lm[0xab][0xf5]'[0xd0]8[0x8d][0xa6]3[0xce][0x8a][0xa7][0xc][0xd7][0xdc][0xe9][0x9f]Ap[0xa8][0xd6]W[0xeb]om[0x9b][0x6][0xed][0xb4][0x9e]![0xfe]E[0xc4][0xb1][0x1c]k[0xc4][0xb7][0x8e][0xf8][0xd8][0x12]u[0xd0][0x8a][0xd3][0xa9][0x88][0x12]U[0xa5][0x14]([0xa7]d[0xad][0xa4]t]A[0x9]WG[0x9][0xb7][0x92]R[0xae][0x89][0x92]#@[0xe9][0x10][0xa2]h[0xdd]La[0xb3]W[0xe8]PLp*[0xa6](r[0xfd][0x4]UB[0xb3][0xe3][0xc2][0xe3][[0xdc][0x10][0xdb]"[0xfc]+[0x89][0x19][0x7][0x1b][0xcb][0xd0][0x89][0x13][0xe4][0xd5]B[0xc2]\[0x87][0x1b][0xf0],[0xd2]6Dt[0x9e][0x8d][0xe7][0x10]n[0x1][0xbf][0xc9][0x1c][0xcd][0xc3][0xb4][0xe6]|X[0xd6][0xd2][0x9a]@[[0xcb][0xc][0xda][0x87]X[0x99]P[0x2][0x97][0xf3][0xce][0xda][0xd4][0x14][0x1f]#[0xf8]q[0x9a][0x1b]XJ[0x1][0x9d]L[0x2][0xc2]w[0xa5]Y[0xe6][0x4]<[0xcf]X[0x86][0x2]1[0x9b][0xc2][0xf3]E[0xe6][0xd1][0x93][0xcf][0xe1][0xbc][0xd5][0xa9][0x9a]e3[0xe8][0xb0][0x93]}[0x1a]OJu[0xe1][0x84]'[0xb1][0xcb]\[0x16]e[0x8e][0xc2]>~[0x9c]9[0xe4][0xd6][0xd3][0x97][0xa1][0xfc][0xe4][0x87]u[0xa9]d[0xae][0xf7][0x90][0xf1][0xbb]d[0xfc].[0x19]z[0x17];dz[0x1c][0xa9][0xaa][0xed][0xd0][0xaa]cG_[0xc1][0xc3][0x95][0xe7]pU*[0xd9][0xb8][0x87]l[0xb5]K[0xb6][0xda]%K[0xaf][0xc6][0xc][0xd2]=9[0x95][0xcc][0x89][0xac][0xd2]I[0xb8][0x19]/s[0x2][0xff][0x82]S[0xbd]v[0xd9][0xd5]k[0xbd][0xa7]z[0xad][0x9e][0xad]^-[0xc1]6Q(:[0xef]@[0x9][0xed][0xd2][0xe5]~[0xea][0xe2]C6[0xc6][0x6][0x6]-[0x9d][0xc1][0xc6][0xa1]il[0xba][0xf6]NZMa[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xc5][0x14][0x1a]u[0x14][0x1c][0xcd][0xe4][0xae][0x10][0xb9][0xaa][0x83],[0xbc][0x89]l[0xbc][0x93][0xc]4[[0xf1][0xaa][0xdc][0x8a][0x17][0xc0][0xcb][0x9d][0x8a][0xb7][0xcb][0x15]|[0x17][0x9][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x9d]eC[0xbd][0x92][0xa0][0x92][0xc9][0xb7][0x91]~'[0xf1]*[0xd7][0xe4]~A[0xa1][0x92]E[0x9c][0xc1]fQ[0xec][0xb7][0x9c][0xc3][0xd6][0xd4]J3][0x97]'=[0xb6][0xaa]tYV[0xe2][0xd5][0xb8]E[0x98][0xfc]V[0xdc][0xe6][0x90][\r]9E[0xc6][0xcf][0xa1][0x95]j[0xf2][<[0xa5][0xc1][0xef]V[0x98][0xd7][0x8][0xa8][0xd7][0xe2]u[0x82][0xe8][0xeb][0x1d][0xe8]7[0xd0][0xf7]="[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "(m[0xed][0xbf][0xcd][0xf6][0xe7][0xdf]PK[0x7][0x8]q/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1$1.class[0x95]Smo[0xd3]0[0x10]~n[0xcb][0x1a][0x12]R[0xd6]u[0xe3][0x9d][0xc1][0x80][0xc2][0x9a][0x96]5T[0xe2][0x13]L[0x3]T[0x15][0x9][0xa9][0x3][0x89]M[0xfb][0xee][0xa6]V[0xe7]*8(q[0x10]?[0xb][0xa4][0x1][0x12][0x1f][0xf8][0x1][0xfc]([0xc4]9[0x99][0xc6][0xc4]$[0xd4]Y[0xf2][0xf9][0xfc][0xdc][0xdd]s[0xe7][0xb3][0xfd][0xeb][0xf7][0x8f][0x9f][0x0][0xfa][0xe8]yX[0xc2]m[0x1f]5[0xdc][0xf1][0xe0]a[0xc3][0xc7]][0xdc]sq[0xdf]E[0xcb][0xc5][0x3]B[0xcd][0x1c][0xaa][0xbc][0xd5]w[0xf1][0x90][0x0]B[0xf0]Zk[0x99][\r][0x12][0x91][0xe7]2'tGi6[0x8d]f[0x85]V&R[0xda][0xc8]L[0x8b]$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb][0x93]G[0xbb][0xd2][0x1c][0xa6][0x93]w[0xa9][0x98]([0xd9][0xea]?c[0xae]m[0xc5][0x8e];[0x84]^[0xfb][0x1c]q[0xe1][0x1][0xc1][0x19][0xa4][0x13]IX[0x1e])-[0xdf][0x14][0xef][0xc7]2[0xdb][0x17][0xe3][0x84][0x91][0xe6]([0x8d]Er 2e[0xf7][0xc7][0xa0]ck&l[0xcd][0x9f][0xa4],[0xcf]a[0xa6][0x84][0xb0][0xd6][0xe]G3[0xf1]QD[0x89][0xd0][0xd3][0xe8][0xed]x&c[0xc3]V[0xf8])[0x96][0x1f][0x8c]Ju[0xee]b[0x93][0xe0][0xed][0xa9][0xa9][0x16][0xa6][0xc8]8[0xe1][0xf0]l@[0x85][0x14]F%Q[0x9c][0xea][0xb8][0xc8]2[0xa9]M4[0xe0][0xc][0xb6][0xc6][0xed][0xb3][0x1];6[0xc7]^Zd[0xb1]|[0xa5][0xec])VN[0x97][0xd8][0xb3][0xfe][0xdc][0x80][0xa1][0x8e][0x93]4WzZ[0x19][0x3][0xb4][0x11][0x6][0xb8][0x80] @[0xdd]j[0x1d]t]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb0][0x85][0x90]o[0xe7][0x1c][0xe7]'4[0xfe]-[0x89][0xb0][0xfe][0xdf]C[0x10][0xc2][0xb9][0x13][0x10]V[0xff][0xd2][0x9f]t[0x92][0xb0][0xc8][0xee],[0xdb][0xf6][0x92][0xab][0xa7][0xf6][0x98]i[0xe7][0xbd]8n[0xd9][0xe6][0x9c][0xae][0x84]:[0xc3][0xfb]27[0x15][0x8a][\r]~[0xf7]5~[0xd1].[0xa8][0xd1][0xb0][0x1d][0xe4][0xef][0xb0][0xc0][0xb3][0x8e]K[0x8c].[0xb3][0xf6][0x84][0xf7][0x16][0xf1];[0xdd][0xaf][0xa0][0xce]w,|)}[0x1a],m$[0xf0][0x1c]+,[0x83]R[0xf7][0xd1][0xc4]*[0xec][0x1f]Y[0xc3]e[0xf6][0xb2][0xc]OygmA[0xe7][0x8]t[0x84][0xc5]op[0xe8][0xf3][0x9][0x87]_[0xb2][0xbf][0xe0][0xf5][0xe5])[0x9e][0xe0][0x98][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x87][0x91][0xab],[0xaf][0x95]1[0xd7]q[0xa3]\o[0xe2]Vi[0xf3][0xb0][0x8e][0x8b][0xac]5[0x19][0xf3]P[0x8d][0xa5]j[0xf9][0x3]PK[0x7][0x8][0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1.class[0x8d]UkS[0x13]W[0x18]~[0x16][0x16][0x96][0x84]- [0x14][0x90]R,-Q[0x2][0x11]V*[0xda]*[0x98]^ Qh[0x8][0x85][0x4]([0xb6]Z6[0xc9]1,[0xb3][0xec]:{[0x1][0xfb]W[0xfa][0x7][0xfc]l[0xa7]V[0xa9]3[0xfd][0x1][0xfd]Q[0x9d]>g[0x97]([0xb6]\[0x92][0x99]={[0xf2][0xbe][0xcf]{[0xbf][0xec][0xdf][0xff][0xfc][0xf9][0x17][0x80][0x19][0xd4][0x13][0xe8][0xc5][0x17][0xf2][0xf8]2[0x89]>[0xdc]I[0xe2].[0xe6]4[0xcc]'[0xd1][0x86]{[0x9d][0xc8][0xe2]+y|[0x9d][0xc0]7[0xf8]V[0xde][0x16][0xe4][0xb1][0xd8][0x89][0x1c][0xf2][0x1a][0xee]kx[0x90]D[0x17][0x96][0x92][0xb8][0x85]e[\r][0xdf]i(hX[0xd1]PT[0xd0]y`[0xda][0xa9][0xc0][0xda][0x17]n[0x18](P[0x96][0x15][0xb4][0x7][0xbb][0x96][0x9f][0xba][0xa1]`[0xa2][0xe0]zuc/t[0xac][0xc0][0xb0][0x9c]@x[0x8e]i[0x1b]^[0xe8]8[0xc2][0xf3][0x8d][0x15][0x11][0xec][0xba][0xb5]u[0xd7][0xac]Yb[0x8e]B[0xf3][0x16]aY[0x5]S[0xe9][0xa6][0xa5][0x96]'6[0x15][0xa8][0xb]nM([0xe8].X[0x8e]([0x86][0xfb][0x15][0xe1][0x95][0xcd][0x8a]MJo[0xc1][0xad][0x9a][0xf6][0xa6][0xe9]Y[0xf2][0xff]1Q[0x95][0xbe])[0x80][0x2]}Ij\[0xb0]M[0xdf][0x17][0xa4]d[0x9a][0xb5][0x9a][0x9a][0xa1][0xb7][0xad][0xe4][0xf0]LK[0x7][0x92][0x4][0xef][[0x8e][0x19][0x88][0x1a][0xe3][0xc8][0x87]v[0xc6][0xb]{[0xe6][0x81]i[0x84][0x81]e[0x1b]U[0xd7][0xa9][0x86][0x9e]'[0x9c][0xc0]([0xc7]y[0xca]=[0xab][0x8a][0xa7][0x81][0xe5]:T[0xd5][0x1f]#m[0xd3][0xa9][0x1b]'[0xe9][0x9a]/[0xbc][0x3][0xab]J][0xd7]N[0xd7][0x95]{&[0xaa]a[0xe0]z[0xa5][0x18]G[0x91][0xe][0xc6]k[0xc7]q~r[0xba][0xcc][0xc2]1@&[0xdc][0x13]~h[0xb3]d#[0xa7]C[0xf3]a[0x10]z[0x12]8[0xf0]~[0x1e]y[0xda][0xc8][0xe5][0xcd][0xf3]m[0xcc][0x9f][0x8]l[0xb5][0xb2]'[0xaa][0xc1]\[0x96][0xea]f[0xce]3w[0x86]L[0xb2][0xe4][0x86]^U[0xe4]-i[0xf6][0xd2][0xc9]jLK<[0xab][0x9f]s[0xaa][0xb6][0xeb][N=fjX[0xd5][0xf1]=[0xd6]t[0xc][0xe2][0xb2][0x8e]~[0xc][0xe8][0x18][0xc2][0x98][0x86]u[0x1d]%[0x94]Y[0xee][0xa6][0xab][0x9d][0x9a][0x91][0xa2][0x1b][0x1a]6ul[0xe1][0x7][0x1d][0xdb]R[0xcf]C[0x1d]?[0xe2]'[0x1d][0x8f][0xf0]X[0xc7][0xcf][0xd8][0xd1]`[0xea][0xa8][0xa0][0xaa][0xe0]jS[0x85]g[0x9f][0xbf][0xf3][0xa0]ax[0x9f][0x9d]l[0x1b]e[0xe1][0x7][0x12]^[=[0x81][0x97]>[0xd4]t[0x8][0xfd][0xd3]H[0x8d]4[0x92][0x98][0x8f];[0x17][0xb0]H[0xab]A?[0xe2]2[0x9c][0x98]E[0xb3]F[0xfc][0xfc][0x1]PK[0x7][0x8]"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie.class[0x95]W[0x8b]_[0x1c][0xd5][0x15][0xfe][0x6][0x16][0x6][0x86][0x81][0x10]B[0x88][0xd8][0xc4]l"[0x89][0xb0],![0xd2]$6[0x81]b^[0xa0][0xa4][0x80]m[0x82]$hk[0x1d][0xd8][0x1]&Yvqg6[0x8f][0xfa][0xa8][0xad]M}?ZS[0x95]P[0xad][0xf6][0x85]m[0xec][0x83][0xd4],[0x8d][0xa8][0xa9][0xad][0xad]V[0xfb]~[0xd9]w[0xed][0xe3]/[0xe8][0x1f]P[0xfb][0x9d][0xd9][0xd9]a[0x17][0x96]<[0xe0][0xb7][0xf7][0xde][0xb9][0xf7][0x9c]s[0xcf][0xf9][0xee]w[0xee][0x99]y[0xeb]/[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]j[0xfc]G[0xc3]f$K[0xd1][0x86][0xc3][0xd2][0x1c][0x91][0xe6][0xa8]4[0xc7]4|[0x2][0xb7]k[0xb8][0x3]wJs[0x97]<~R[0xe3][0xc2][0xdd][0xd2]|J[0xe6]>[0xad][0xe2][0x1e][\r][0xe5][0xf8][0xac][0xcc][0xdc][0xab][0xe2]>[\r][0x95][0xb8]_[0x1e][0x1e]([0xc3][0x83]xHF[0xf][0xab]xD[0xc5][0xa3]*[0x1e]+[0xc1][0xe7]4[0xac][0xc0][0xe7][0xc5][0xd0][0xe3][0xd2][0x9c]P[0xf1][0x5][0x15]OhX[0x85]d[0x9][0x9e][0x94][0xfe])[0x99][0x9f][0xd0]p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x93][0xf2][0xf8]E[\r]+[0xf1][0xb4][0x98]yF[0xc5][0x97]4[0xac][0xc7][0xb3]*[0x9e][0x13][0x99]/[0x97][0xe0]+%[0xf8][0xaa]8[0xff][0xb5][0x12]|]C[\r][0xa6]Tn[0xc6][0xd2][0x81],4[0xba]`[0xca][0xcb]6)[0xa2]n^[0xa4][0xa9][0x9b]eoY}[0xb6][0x92]{Qx[0xc9][0xbc])V'[0xaa][0xf7][0x1a]ct[0xb6][0xba]~[0xe1]6[0xf2][0xee][0xe7][0xc4][0xd3]c[0x82] '[0x91][0x9b][0x88][0xf2][0x9a][0xd0][0xb0]H[0xdd][0xd5]-{.[0xd3][0x16]/[0x1c][0xa4]U[0x9]Mz[0xfe][0x84][0xf2][0x84][0xbf]x[0xc1][0xa1][0x9e]_[0xa9][0xab]2[0x8e]d[0xd7][0xd7][0x8a][0xdc][0x19]ney[0x95][0x99]E&G![0xab]bW-[0x9c]%P[0xa3][0x86][0xdd]k[0x1e][0x95][0x17][0xa9][0x98][0xdb][0xe5][0xe2][0xe5][0xbf]+o[0xcd]s[0xe6]7[0xe7][0xa1]A>[0xdd]R[0xc6][0x93][0xa9][0xc2][.[0x90],[0x8b][0x82][0xe2]g[0x90]_[0xb2]CyL[0xe5][0xbb]M[0xa8][0x8e]5[0xfc][0xd8][0xd8][0xcc]/[0xa3][0x0][0xaa][0xa4][0xce]rT%[0xa5][0xd6][0xed]Ym[0xd9][0x17]H[0xc1]e_[0xca][0xea][0xd8][0x81]N[0xb6][0xd7][0xf1][0xe9]n[0xce][0x17][0xb1][0xbf]<4[0x3]%[0xd4]x[0x6][0x5][0xa1][0xa6]3([0xc][0xd5][0x6][0xce] [0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]A[0xd1][0xb4][0xab]{[0xbd][0xc8][0xa0][0x98]m[0x90]{[0xac][0xa1][0x95][0xb5][0xa8][0xc0][0x95][0xa8]F[0x1d]j[0xb1][0xe]]\[0xd9][0x94][0xb6][0x84]=[0xf8][0x10][0xe0][0x8e][0xc4][0x13][0xc5][0x1d]us[0xef][0x2]w$^[0x15][0xba]#[0xf1]+[0xc0]uVV[0xcf][0x9b]7[0xf9][0x1c]` [0xf4]"[0x8a]R([0x9e][0xc0][0x12][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xb][0xa4][0xa0]N[0xcf][0x8d]K[0xd2][0x2][0xa5][0xdb]W[0x97][0x9e]x[0x6]e[0xa1][0xd5]3[0xd0][0xa6][0xa0][0x86]R[0x1c][0xfb]B[0xfa][0x14][0x96][0xf6]f=6[0x9d][0x9b][0xa6][0xf]k[0xd0][0xea]z[0xdb]E?[0xbb][0xfc][0xd8]Z[0xa0][0xb3][0xad][0x87][0x86][0x6]~l[0x85][0xf8]][0x16][0xa6][0xe4][0x6]>5[0xf3]#[0xae][0xa1]D+[0x11][0xee][0xc4][0x16]jm[0xc6]~[0xce][0x88]v[\r][0xf5][0x1b][0x88][0xf1][\r][0xf8][0xb0][0x1b][0xe9][0x1]/[0xfa][0x2]y[0xf1][0xa2][0xea]$n[0x12]qEh[0x16][0xe5][0x3][0xe2]kE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0xe6]p[0xd5]\d[0xb6][0xf1][0x8b][0xb4][0xcf][0xb7]Ii[0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0xba]"[0xaf]C[0x9e][0xcd]V[0x17]9[0xa0][0x9c]6+[0x7]xxK[0xf3][0x98][0xdc][0xcf][0xa0]>[0xea][0x9a][0xd4][0xd3][0xc2][0x9e]IE^[0x85][0xa3][0xc3]7[0x90][0x8d][0xc3]D [0xfb][0x9c][0x8e]E[0x1d][0x17][0x85][0xf5][0x92][0xc][0x97]e[0xb8]"'[0x9f][0xd5][0xf1][0xb9]8[0x1a][0xf1]y[0x91][0xfd][0x82][0x81][0x17]D[0xe6][0x8b]r[0xf2]b5^[0xc2][0x97]d[0xf8][0xb2][0x8e][0x97][0xe3][0xd8][0x81][0xaf][0xc4][0xf1]U|[0xcd][0xc0][0xd7][\r]|C[0xc7]7[0xe3][0xd8][0x85][0x19][0x3][0xdf][0x92][0xf9][0xdb]r[0xfe][0x1d][0x3][0xdf]5[0xf0][0x8a][0xec]_[0x95][0xfd][0xf7][0xe2][0xf8]~([0xf4][0x3][0x3]?[0x94][\r]9~$'?[0xae][0xc2]Op[0xd5][0xc0]5[0xd9][0xfc][0xd4][0xc0][0xcf]t[0xfc]\[0xc7]k[0x1a]*m[0xdf][0xf7][0xfc][0xac][0x86]-#[0x17][0xac]E[0xab]'[0x17]8[0x99][0x9e][0x11]'[0x1b][0xf4]j[0xa8][0x1a]wf]+[0xc8][0xf9][0xb6][0x86][0xd6][0x92][0xe3][0xa3][0xe1]>c[0xb9][0xb3]=[0x13]s[0xbe]w[0xd1][0x9a][0xce][0xd8][0xbd][0xc7]D*[0xb0][0xb3][0xc1]@[0xc6][0xca]R[0xe9][0xde][0x11][0xcf][0x9f][0xed][0xb9][0x90]s[0x9d][0xa0][0xc7]q[0x3][0xdb]w[0xad]L[0x8f][0x9f]s][0xdb][0xcf][0xf6]L[0xe4][0xf9](Ty[0xd4]![0xcf]1[\r][0xed]m[0xf7]&[0xd2]>[0xa9]!6[0xe0][0xa5]iZ[0xed][0x88][0xe3][0xda][0xa3][0xb9][0xf9]i[0xdb][0x9f][0x10]+4$F[0xbc][0x94][0x95][0x99][0xb4]|G[0xf6][0x11]1[0x16][0xcc]94i[0xdf][0xdd][0xf4][0x9f][0xb2][0x83]9/=ie[0x9c][0xb4][0x15]x>[\r][0xbb]1[0xdc][0xd8][0xc3]n6[0xb0][0xdc][0x94][0x1d][0xb2]PQy[0x9b][0xd8][0xa0][0xcf][0xe7][0xf7][0x8d][0xeb]A//[0xe4][0x81][0xf7][0xdd]%t[0xbe]=[0x93][0xb1]SA[0x4][0xac][0xe2][0xd7][0x90]G[0x1c][0xf][0xac][0xc0]I[0x15][0xf0]v[0xe6][0xe9][0x11]e[0xc8][0xf3]O[0xd8]3V.[0x13][0x9c]V[0xd6][0xd3][0xed][0xb6][0xf6][0x8d]Il[0xdf]@[0xbc]s[0xea][0xaa][0x19]Y[0xdb][0xf][0x94][0xff][0x1a][0xe2][0x83][0x97]R[0xf6]B[0xe0]x.[0xd1][0x9b][0xf2][0xe8][0xa3]^[0xbf]?;@Z[0xe0][0xe7]R[0x8c][0x91][0x6][0x8d]>6[0xac][0xd1]Y[0x10][0xa3][0xc6][0xad]y1[0xc9]\[0xc1][0x95][0x86][0xb6]5[0xec]a>[0xcf]J0+[0x18][0xe2]@[0xe5][0xaf]x<[0x1e][0xf8][0x8e];KU1[0xdb]J[0xcd]i[0xd8]v[0xe7][0xe8]i(svk[0xa8]_[0xe3][0xef]0[0x13][0x1c]e2n[0xb9][0xae]'![0xf5]\[\r]u[0x1b][0xc][0xd0]`8[0xd9]0[0xe4]t[0xe9][0xac][0x86]GJY[0x8e]v[0xae][0xa1][0x14][0x95][0xf5][0xf4][0x17][0x96]*[0x88][0x87]78wO[0x82]*[0x0][0xf1]q/[0xe7][0xa7][0xec]!G[0xea][0xa6][0xbe][0xa4][0x1a][0xbb]E[0x9]yN[0xd8][0xb][0xbe][0x9d]b[0xa0][0x98][0xa3]f[0xe6]>p[0xe6][0xed]I'[0xeb]0[0x8b]E[0x8d][0xaa] [0x8b][0xa8]E[0x99]^[0x13][0xc7]0[0xc4][0xcc][0x14][0x83][0xd4][0xef][0xfb][0xd6]e[0xa9][0xc][0x13][0x8f][0xe2][0xb0][0x89][0xa3][0xf8][0x4]oU[0xf1][0x9a][0xf4][0xcf]0[0x8a]&[0xc6]1[0xc1]6Q$[0x1f][0xb7]g[0xd2][0xb9][0x82]j[\r][0xd7][0xd0]HZl[0x15][0xe6]T[0xe2][0xbe]e[0xd4][0xac][0xa0][0xb6][0xc]g[0xc4][0x9a]re[0xcd][0xe]:[0x1][0xba]j[0xe0]Al[0xe1]_i[0x13][0xf6]p[0xdc][0x8b]}h[0xa5]c[0xed]k,[0xeb][0x8b],[0xdb]E[0x9b]O[0xaa]p<[0xc6][0x9d][0xc9]9[0xa4][0xc]+[[0x1f]/[0xd8]:@[0x4][0x8d]s[0x1d]m[0xdb][0x12][0xb]m[0xac][0x93][0xb9][0x18][0x8a][0x1a][0xb2][0x80]P[0x6][0xba][0x8][0xde][0xad][0xc0][0xcc]P([0x2][0xd3][0xf0][0x4]F[0xc8]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O*[0x0]Q[0xb8][0x84][0x4][0xbf][0xad][0xfc][0xea][0xc5][0xb9][0xb7]Kb[0xbb][0x9f][0xe3][0xc3]Tz[0x80][0xca][0xe]n[0xa2]4L[0xe3])[0xd2]Fim[0xa8][0xfc][0x89][0xc8][0xda]fQ[0xb8][0x82][0x6][0x89]\[0xed]*[0x1a][0xa7]d[0xbf][0x8c][0xfb][0xdf]/[0xb5][0xfa]Q*=[0xcc]p[0xf5][0xae][0x1]h[0x8e][0x0][0x9e][0xe4][0x17]#[0xa5][0x91][0xdf]X! [0xf3][0xa8]P[0x81]l[0x91]$-[0xa1][0xe9][0xcc]u4[0x8d][0x14][0x92][0xd3][0xdc][0xb9][0x8c]m[0xf9][0xec][0x88]2[0x3][0xd5]T[0x1b]B6R[0x14][0xcc][0x87]A[0xb0]j*3IM[0x12],[0x9f][0x1d][0x93]U[0xf4])[0x9c]Vr-[0x91][0x11]e[0xf2][0xfc][0x87][0xde][0x95]5P[0x9e]y[0xd6][0xce][0xb]t'[0xab]c[0xb4]k[0x5][0x1f]cA[0xc7][0x9a][0xe9][0xec]v[\r]W[0xb5]!Y=[0xa0][0xf1][0x1d][0xd9]q[0xa4][0xa2][0x99][0xf6][0xed][0xbc][0x89][0xe4][0xf6][0xd7]qr[0xfb]U[0x18][0x89][0x96][0xeb][0xa8]H[0xdf]*[0xb8]:[0x87]g$[0xf9]\=[0x8b][0xe7][0x98][0xf4]*mR][0xd2]ruI[0xd5][0x5]V\[0xe7][0xc9][0x15][0x9e][\r][0xf3],[0xbc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xcf]se[0xa9][0xd5]4R[0xaa][0xf5][0xa4][0xf9]U[0x92][0xd3][0x6][0xfe][0xf]PK[0x7][0x8]J[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/SuiteMethod.class[0x95]U]w[0x13]U[0x14][0xdd][0xb7][0x99]v[0x92]a[0xa4]PJ[0xbf]PlQ1[0x1f]mGD[0xe5]#[0xa5]"--[0x85][0xa4]U[0x12][0xd0][0x82]>L[0xd3][0xdb]t[0xda]t[0xa6]k>@[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]W}IY[0xb0][0x10][0x9f]}[0xf7][0xef][0xb8][0xd8]w[0x12][0x9a][0x94]L][0x9a][0x87][0xdc]{[0xcf][0xdd][0xe7][0x9c][0xbd][0xcf]9[0xb9][0xf9][0xeb][0x9f][0x17][0x0][0xb8][0x84][0x9f][0xc][0x9c][0xc5]%[0x3]#[0xf8]<[0x8d]i[0x1d][0x97][\r]h[0xf8][0xc2][0xc0][0x97][0xf8][0xca][0xc0][0x15]\[0xd5]qM[0xc7]u[0x3][0x19][0x14][0xd5][0xcd][0x9c][0xda][0xdd]Hc^[0xad]_[0x1b]H[0xe3][0xa6][0x8e]o[0x14][0xfc][0x96][0x8e][0x5][0x1d][0x8b][0x6][0xce][0xe0][0xb6][0x8e]%[0x1d][0xcb][0x2][0x3]s[0x8e][0xeb][0x84][0xf3][0x2][0xc3][0xd9][0xd2][0x8e][0xfd][0xc4][0xb6][0x1a][0xb6][[0xb7][0x16][0x1a]v[0x10][0x14]s[0xf][0x5][0xb4][0x5]oS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x96][0x1c]W[0xae]F{[0x1b][0xd2][0xaf][0xda][0x1b][\r]Z[0x86]J^[0xcd]n<[0xb4]}G[0x9d][0xdb]F-[0xdc]v[0x2][0x81]l[0xc9][0xf3][0xeb][0xd6]N[0xc4][0xc8][0x96][0xe3][0x86][0xd2]w[0xed][0x86][0xe5]G[0xae]+[0xfd][0xc0][0xaa]DN([0xcb]2[0xdc][0xf6]6[0x8b][0x2][0xfd][0xbb]*[0x95][0xc0][0xe9][0x9e][0xec][0x2]#GS[0xfc][0xb2][0xff]6[0xcd][0xf0][0xbb][0xe0][0xb9][0xfc]<[0xf1][0xc6][0xed][0x9f]kr?t<7[0xd0]qG Sq[0xea][0xae][0x1d]F>]F{[0xe4])[0x1f][0xa5][0xf0]L([0x83]p[0xc9][0xf7][0xf6][0xba][0x88][0x9][0xe4][0x12][0xca]Qj)[0xda][0xf2][0xed]=[0xf9][0xd4][0xf3]w[0xad]*=[0x99]W0[0xfe]L[0x17][0xdc][0x97][[\r]Y[0xb][0xad][0x15][0xf7][0x9][0x5](>U[0xdb][0xaf][0xcb][0xf0][0x90][0x1e]}N[0x4][0xdd][0xd9]&[0x12][0xbc];%[0x8a][0xa1][0xaa][0x1c][0xc7][0xe4][0x9f]N[0xd6]v[0x1c][0xdc][0xa8]x[0x91]_[0x93]K[0x8e]*[0xe5][0xa9].[0xd5][0xb3]*[0x8a][0x89][0x8b][0xf8][0xd4][0xc4](V[0xd8][0xf5]w[0xc2][0x9a][0xb8][0x8b]{:J&[0xca]X[0xd5][0xb1]f[0xe2][|[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v`[0x87][0x12]Y[0xf1][0x8e][0xb5][0x12][0xfa][0x8e][[0xbf][0x15]9[0x8d]M[0xe9][0xab][0xd8][0xf7]MTP5[0xf1][0x0]l[0xc0][0xe8]l,0[0x9b][0x9b][0xdc][0x8b][0x82]prCN[0x6]![0xab]V3[0xf1][0xbd][0xc2][0x8c][0xe2][0x7][0xd2][0xec][0x4][[0xdb][0xd8]ayL[0xac][0xe3][0x11]'!I[0xa3]@[0xe1]4[0xc3][0xc4]c[0xfc](p[0xf1][0xbf][0x8d],;[0xfd]/[0xc0][0xbb][0xf]h[0xbe]|5.[0xd6][0xfd][0xd8]v[0xa4]:[0xd5]m[0xdf]{[0xda][0x1a][0xe1][0xf1]lr{[0xd4]DfH[0xef]m[0xb6][0x9b][0xdd][0xbd]m[0xd5][0xb1][0xf8]8i4[0x8f][0x9f][0x9f][0xb1][0xe3][0xee][0x4]L[0x95][0xc9][0xdb]t[0xb6][0x1c][0xb2][0x17]Hes[0xec][0xfa]D[0x2][0xbe][0x8d][0x11]H;A%[0xee][0xe][0xec][0xd9][0x95][0xdc][0xa3][0xd8][0x89][0x9c]uFZ[0xa5][0x12][0xf5][0x90][0xe4]z)[0xf3][0xa1][0xb1][0xf7][0xf7][0xa5][0xab][0xea][0x97][0xa0][0xa8][0xd7][0xa3]=,tL[0x87]^[0xcb]$p6[0xc9][0x95][0xc9][0x7][0x1c]6w[0x97][0xb9][0xaf]u[0x3]Z[0x83]r[0xa4]ZmS[0xae][0xd7][0xc4]d[0xb0]I[0xee]M[0xae]-[0xcb][0x14]w[0x17][0xb8][0xd7][0xb8]~[0x84][0x8f][0xe3][0x84][0x9f][0xf0][0x86][0xbf][0xcd]v[0xca][0xbf]y[0xa7]q][0x13]%Q[0xce][0xf][0xa5]R[0xaf][0xa0]5[0xd1]_*41[0xf0][0x1c][0xfa]3L[0xbd]Dz[0xfd]%2[0xeb][0x7]0[0xf2]M[0x9c]h[0xc2][0x1c]z[0x8f]_M[0x9c]<[0xc0][0xe0][0xeb][0x82][0xa0][0xc7][0xa9]&N[0xff][0x89][0xa1][0xf2][0xaf][0xc8][0xac][0xce]41[0xfc]z[0xfa]7&[0xd4][0xb0][0x88]e[0xfe]I[0xb4][0x4][0xe4])[0x1][0xa4][0xdb]G[0xc2][0x1a][0xa9][0xe][0x92][0xea]8[0x9]^![0xb1]E[0x12]Z&[0xbd];$W&[0xb5]s1^[0xe3][0xb9][0x1f]Y[0xe4][0x18][0x81][0x4]c[0x81]J@[0x99]w[0x85]8[0xfe]=Lc[0x86][0x96][0x8e][0xe8][0xb5]X4zD[0xcf]ro[0xc5][0xbb][0xcf][0xde][0x0]PK[0x7][0x8][0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/internal/runners/TestClass.class[0x9d]W[w[0x13]U[0x14][0xfe][0xa6]I:I[0x98][0xb6][0xd0][0xd2]J[0x8a][0xa5]"[0x5]K[0x92][0x12][0xad]X[0xb5]T[0xa4][0x14][0xaa]H)j* (:M[0xa7][0xed][0x94]t[0xa6]L&[0x8][0xde][0xd0][0x8a][0xf7][0xfb]]*[0xde]PW_X.]K[/K[0x96]O>[0xf8][0xe2]_[0xf0]/[0xf8][0x7][0xc4][0xef][0xcc]L&I[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xd0][0x99]s[0xf6][0xd9][0xe7][0xdb][0xb7]o[0xef]I[0xff][0xf8][0xe7][0xe7][0x8b][0x0]n[0xc2]WQ\[0x87][0xc9][0x8][0xda][0xa1][0xcb][0x98][0x8a][0xf2]}LFV[0xc6][0xb4][0xc]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0x93]Bd[0xae][0xc0][0xc][0x8e][0xaf][0x80][0x85][0x9c]x[0xd8]2[0xf2]Q[0x9c][0xc0]cQ[0xb4][0xe0][0xa4]P8%[0x14][0x1e][0x17][0xab]'[0xa2]x[0x12]O[0xc9]xZ[0xe0][0x9e][0x96][0xf1][0x8c][0x10]>+[0x14]g[0xa3]x[0xe][0xa7][0xc5][0xea][0x8c][0x0][0xa6]v[0x1d][0x9e][0x17][0x8f][0x17][0xc4]cV[0xc6][0x8b]2^[0x92][0x10]:[0x96]Us9[0x9][0xab][0x86][0xa6][0xd4][0x13]j*[0xab][0x1a][0x13][0xa9][0x1]![0xda]&![0x92][0xd6]'[0xc][0xd5][0xce][[0x9a][0x84][0xd5]K[0xcf][0xfb][0xe2][0xdb][0xa9]R[0xdb][0xa7][0x1b][0xba][0xbd][0x9d][0xe7][0x9d][0x15][0x0][0x9b][0xf]H[0x8][0xe][0x98]c[0xbc][0xdd]0[0xa4][0x1b][0xda]p~zT[0xb3]F[0xd4][0xd1],%[0x8d]CfF[0xcd][0x1e]P-][0xec]=a[0xd0][0x9e][0xd4][0xe9][0xcb][0xa6]![0xd3][0x9a]HM[0xe5][0x89][0x9c][0xd2][\r][[0xb3][0xc]5[0x9b][0xb2][0xf2][0x86][0xa1]Y[0xb9][0xd4][0x88][0x96][0xb3][0xb][0xe][0xb6][0x94][0x83][0x9c][0x9a])[0x0]]S[0xe1][0x8d]pW8T?[0xa1][0xd9][0x2]b[0x9f]fO[0x9a]c4[0xd6][0xd8][0xb9][0xd9][0xd5][0xcd][0xdb]z65[0xa4][0xe7]l[0x2]o[0xa9][0x10][0xf6][0x95][0x0]Z[0xda]xV[0xcb][0xd8])[0x17]c[0x9b][0xc8]C[0x94][0xb0];[0xb5]q[0xd3][0xd2][0x8][0x19][0xe1][0xa6][0x9c]~s[0xdd]$[0xd6][0x86]a[0xda][0xaa][0xad][0x8d][0xf9]F7T[0xc9]V[0xa5][0x17]Q[0xd5][0xbd][0xa8][0x9b][0x86][0x84][0xf5]%7[0x8a][0xf2]T[0xbf][0xbf][0x14][0x17]453[0xe9][0x1a][0x91][0xd0]zy[0x8f][0x99]i[0xd5][0xb2]:$[0xac]=[0xb2][0xac]RV3[0xa8]$[0xed][0x91]P[0xa3]s!O[0x17][0xfc][0x8f][0x8]C[0x3].sV[0x97]8[0xbe][0x87]A[0xab][0xb6]i[0xf1]rC[0xd1]IOQfr[0xf2]Y[0x9b][0xab][0x95][0x95][0xb1][0xde]RQ[0xb0][0xc4][0x15][0x3][0x16][0x89]O[0xfe][0xb7]:e*[0x89]q5v[0xfe]#[0x1b][0x1a]H[0xd6][0xdc][0x88]93b[0xee]4m[0xdb][0x9c][0xae][0xde][0x1e][0x87]%[0xdc][0xf6]?[0xdd][0xe1][0xd5][0xa8][0x9e]KO[0xaa]c[0xe6]c[0x1a]k[0xdd][0xd5]yy[0x87][0x96][0xe6]Z\[0xe][0x8a][0xfa][0xb1]{[0xa7]=[0xae][0xec][0xb9][0xfa][0xfb][0xcb][0x86].[0xb0]o[0xbd]"V[0xb5][0x13]qS[0xd2]I[0x92]L[0xde][0xb2]4[0xc3][0x96][0x10][0x9e][0xb1][0xb4][0x13][0xba][0x99]'_[0x1a][0xd8]D[0xe9][0xfc][0x8c]f9)rZ[0xcc].[0x8c][0x1][0x9][0xcd]%[0x1e][0xf6][[0x96]z[0xca][0xa3]T[0xa2][0x9a][0xbc][0xaf][0xda]`[0x10]5[0xeb][0xab]>2[0x96][0x89][0xbe][0xec][0xba][0x98]+[0x3][0xa6][0x91][0xb3][0xad]|[0x86][\r][0xc0]~-[0x8c][0x90][0xb2]hKTD[0xbf][0xee]>[0x99][0xd1]fDQs2^[0x96][0xf1][0x8a][0x84][0x8e]+]s[0xe7][0xae]Bs[0xf7]P[0xcd]KAS[0xd9]-[0xad][0x1d][0xd0]s:go[0x91][0xa7]91[0x9f][0x8b][0xd8][0xc5];[0xdb][0x14]l[0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xe3]z[0x82][0x17]G[0xbd]0[0xa3][0xe0]fleI[0x8b]Rw[0xaa][0x16]fMQ[0xee][0xc][0xd8]B[0xf8]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad] [0x8d][0xad]2^S[0xf0]:[0xde][0x90][0xf1][0xa6][0x82][0xb7][0xf0][0xb6][0x82]w[0xf0].[0xf9][0xb4]$+2[0xde]S[0xf0]>>P[0xf0]!>Rp[0xf][0xf6]*8[0x8b]9[0x5]w[0xe1]n[0x19][0x1f]+8[0x87]O8[0xb5][0x96]:[0xa5][0xe0]S[0xcc]IXs9R[0xb][0xa4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x8c][0xca][0xf8]L[0xc1][0xe7][0xf8]B[0xc1]y<[0xa2][0xe0][0x10][0xbe]d[0xa5][0xaf][0xe6]#G[0xab]E[0xf4][0xfd][0xa3]S[0x4][0xe7][0xd4].[0xa9][0x98][0xc6]~[0xd1][0xed]S>[0x91]$[0xb4][0x17]O[0x87][0xcd]t[0xbe][0xf0]A([0xd1][0x8]t:_[0xc2]rf[0xb3][0xe1]toz[0x97]0g[0xe9]To[0xac][0x94][0x92]N[0x93]jnX;i;[0xc8]b[0xba][0x18][0xce][0xa6][0x9c][[0xae][0xf3][0x84]h[0xaf][0x12][0xb7][0xeb]b[0xda][0xb4][0xb8][0xa7][0x11][0xd2]s[0x97][0x96][0xc9][0xaa]V[0xc9]'sK[0x95][0x9][0xba][0xec][0xd7][0xab][0xae][0xf8][0xe5]u[0xa2][0xde]z[0xd9]o[0xee][0xb2][0xdf][0xd4][0x80]:F[0x96]7wV[0x86]"Bm.[0xe6]c[0xc0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]\[0xe6][0xf3][w[0x82][0x85][0xd4]DkV[0xc]`&[0xbf]V;[0x9e]W[0xb3][0xe5][0xe5]u[0xbb][0x8f]?[0xc5][0xe8][0xf8][0xbd][0xaa][0xc5][0xfe]d6[0xc4][0x8f][0x9a][0x9c][0x93][0xcb]#U:[0xbc][0xae]0[0x18]3.Yn[0xee][0xac][0xd4][0xba][0xd2][0x18]b[0x1f][0xb6][0xf3][0xc7]#[0xc0][0xc4][0x8b][0x9e][0xe4]{[0x3]w5[0xe8][0x80][0xc2][0xf5]Fl[0xe2][0xfa][0x6]J[0xe][0xf1]][0xc3]w4[0xbe][0x8])[0x9e][0xf8][0x1]5[0xdf]q[0x17]@'[0x9f][0xf5]|[0x3][0xad][0x8]b-"[0xb8][0x16][0x9b][0xb9]kq[0xb5][0x11]G[0x2]pV.z[0x92]k[0x81][0xec]J:|{]\mA[0xca][0xb3][0xd6][0xcd][0xb7][0xd0][0x9][0xc7][0x9b][0x10]X@[0xf0][GG[0xd8][0xaa]u[0xe4][0xed][0x8e][\r][0x17]'[0xec][0xd9]pqnt~iW[0xc3][0x9]U[0xc1][0xd9][0xb0],NwU[0x9c][0xda]*87,[0x83]#[0x89][0xa9][0xe6][0xe2]H[0xa3][0xcc][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca]g[0x81][0xfc][0xe0]"[0xc2][0xfb][0xe2][0xf1][0xef]Q[0xb3][0x88][0xc8]O[0x88]J[0x18][0xee][0xfa][0x9]+$[0xe][0x9f]C\([0x12]~C]o0[0x16][0xfc][0x11][0xf5][0xbd][0xa1]X[0xa8][0xb7]6V{[0xb1]G[0xe][0xf4][0x84][0x9b][0xc3][0xcd][0xf2]y[0xdc][0x18][0xab]m[0xe]w[0xf7]Fb[0x91][0xc4][0x2][0x1a]z[0xa3][0xb1][0xe8][0xef]h[0x89][0xc7]"[0xc9]E[0xac][0x9c][0x83][0x92][0x8c][0x11]tU[\r][0xe][0x9e][0x9]K[0xf3][0x97][0xfe][0x9c][0xbf][0xf4]u<[0xb1][0x88][0xc6][0xb3][0x90][0x93]?[0xa2])[0xf9][0xad]_[0xbd]n[0xfa][\r]z[0x1c]fm[0xe2][0xac][0xc3]M[0xac][0xc3]^F[0x9e][0xa6][0xef][0xa3][0xdc][0x1d][0xe3][0xfe]8#[0xb0]q[0xb][0xff][0xdd][0xe8][0xc1]3[0xb8][0xcd][0x89]v[0x86][0x91][0xa4][0xb1][0x86][0xd2][0x1e][0xd6]r/Yt+O"[0xdc][0xf7][0xe1]v[0xf4]23[0xbd][0x94]l[0xe3]N[0xc6][0x1d][0xbc][0x7]Wa[0xe2][0xed][0xc0]v[0x9e][0x84]h[0xeb].[0xdc]IN[0x4][0xc9][0x95][0xa3]<[0xdd][0xe1][0xb0]h[0xd6]g[0xcc],[0xfa][0x1d][0xc6][0x84][0xf1]8vb[0x80][0x19][0x14][0xdc][0xb9][0x8e]Z[0xee][0xcd][0xe][0xde]t[0xb5]v[0xf9]Z[0xbb][0xa9][0xe5][0xe6]}[0x90][0x1c][0xe0]^[0xfd][0x1e][0xf5][0xd8][0xdb][0x9a]h[0xc2][0xea][0x5]4[0xcf][0xa1].[0xe1]0[0xa2][0x99][0xf9][0x8][0xce]#[0x18][0xb8][0xe0][0xe7][0xc3][0xad]h_[0x9][0x8b][}[0x9f]Z[0x19]]9[0x8b][0x85]d[0x97][0xcf][0xe2]=[0xfc][0xe3][0x7][0xc4][0xb3]z[0x8e][0x88]![0xbe][0x93][0xc9][0xf2][0xf2][0xb6][0x15][0xca][0xdb][0xd2][0x1b][0x8c]'b[0xc1]E\s[0x16][0xa1][0xe0][0x85][0xf9]K[0x95][0xf8][0xd1][0xe8][0xc4][0xb7][0x83]=[0xd5][0xcf]>[0xdc]I[0x1f]v;>m%[0xe6]ZZ[0x1f]b[0xb6][0x83][0xcc][0xed][0x6]?wI[0xdf][0xcf]$[0xf6][0xf1]TrV[0xc5][0xdc])[0xbe][0xa4][0x98][0xa7]a[0xc7][0xe3][0xfd]<[0x11][0x1e]C[0x1c]au0[0xb9][0x80]5[0xa4][0xd5][0x9a][0x5][0xc4][0xe6][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xe0][0xbe][0xf5]bB<>[0x13][0xdb][0xc0][0xf6]6Gr[0x1e][0xce][0xbb][0xad];[0xe1]<[0x9d][0xcc][0xf2][0xf8]L[0x80][0x94][0xfb]+x[0xc1][0xef][0x92]M[0xe4][0x5][0x98][0x9d]z[0xda]ZI[0xcf][0xdb][0xe8]_;[0xad][0xc6]q/3}[0x1f][0x19][0xb1][0x9f]Y[0x1c]q[0xe2][0x8b][0xd3][0x83][0xf5][0xf4]N[0x9c][0x88][0xa8][0x6][0xfd][0xa8][0x6][0xa9][0xe9]F5[0x88][0xfb][0xb9][0x12]5M[0x17]z[0x8b]_[0xd8][0x1a][0xc7][0xf7]u[0x85][0xde]J[0xc]w[0xfd][0x8e]U[0xc9][0xae][0x5][0xac]=[0xc8][0xc7][0xb5][0xc3][0xf3][0x97][0xfe].[0xe1]}++-[0xe6]Z[0x18][0xf][0x92][0xbf][0x87][0xe9][0xdb][0x11][0xac][0xc6]C[0x9c]_G}?[0x88][0xe6][_G[0xff]\>[0xb6]0[0x83][0xf][0xd0]Z[0x94][0xfa][0xf7]Q[0x16][0xf0][0x99][0xe9]ju[0xf8]Z[0x7]|[0xad][0xe][0x9e][0xba][0x19]?[0xc8][0xd3]C[0xb4][0x19]p[0xbc][0xee][0xf1]&[0x8b]"[0x6]A[0xe0]W[0xd4]-[0xa0]m[0xe9]t[0x19]-[0x99].[0x8a][0xe7][0xcf]a[0xe7][0xb4][0x86]>?[0xe4][0xe1]>[0xcc][0xf3][0xa3]x[0xc4][0xcb]F[0x8a];[0xa1][0x1f][0x12][0xb8]K[0x1][0xc7]K[0x0]Ce[0xe3][0xea]Q[0xca][0xf8][0x93][0xc5][0xa3]C[0xb7][0x7][0x12][0x16] [0xb]X[0xb7][0x14]g[0xaa][0xca][0xd8][0xb] [0xe3]h[0x8d]As[0xd2]6[0xee]iO[0x0][0xff][0x2]PK[0x7][0x8][0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/runners/TestMethod.class[0x8d]UmS[0x1b]U[0x14]~6[0x9]Y[0x12][0x96][0x4]y[0x13]P*[0xa5][0x94][0x84][0xa4]%V[0xd1][0xb6][0x82][0xb5])/[0x96][0x9a]R-)[0xb5][0xad]oK[0xb8][0x84][0xa5]a[0x97][0xd9][0xdd][0xd4][0xfe][0x16][0x80]~[0xb1]38c[0xe3][0xe8][0x8c][0x8e][0x9f][0xea][0x8c]?[0xca][0xf1][0xb9][0xbb]K[0xb2][0x90]DIf[0xee][0xbd]{[0xee]9[0xcf]y{[0xce][0xee][0xdf][0xff][0xfc][0xf6][0x7][0x80]+[0xa8]&1[0x80][0x9b][0x9][0xc][0xa2]([0x97][*[0x96][0x93]X[0xc1][0xaa][0x8a][0xb5]>[0xc4][0xf1][0xb1]\n[0xab]XO[0xf2][0xb2]$u[0xef]&[0xb1][0x81]{*>M[0xe2]3[0xdc]W[0xb1][0xa9][0xa2],-[0x1e][0xa8][0xd8]R[0x10]?[0x10][0xee][0x9e][0xb5][0xa3]`[0xa2][0xb4][0xaf]?[0xd3][0xb]5[0xdd][0xac][0x16]l[0xb1][[0x13][0x15][0xb7]p[0xd7][0xbb][T[0x90]p[0x85][0xe3].[0xd7]t[0xc7]Q0[[0xb2][0xec]ja[0xbf]n[0x1a]n[0xc1]0]a[0x9b]z[0xad]`[0xd7]MS[0xd8]N[0xa1]|[0xac]G[0xa3][0xf8][0x92]A[0x9d][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xb3][0xdd][0xb1][0xcf][0x6]6[0xc7]Hc[0xcb][0xd6][0x8e]P[0x90].[0x19][0xa6][0xd8][0xa8][0x1f]l[0xb][0xbb][0xac]o[0xd7]([0x19],Y[0x15][0xbd][0xb6][0xa5][0xdb][0x86]|[0xe][0x84]1w[0xcf]`[0xb0][0x99][0xff][0xc3]o[0xa5]h8[0xeb]U[0xd3][0xb2][0x5]k[0x11][0xcd][0xce]=V[0x90][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7]l[0x1c][0x8][0xab][0xee]z[0xa2];[0x14][0xe9][0xa6]i[0xb9][0xba]kX[0xa6][0x82][0x81][0x10][0xb6][0x84]"[0x88][0xea][0x1e][0xeb]+[0xd4][0x1e]&[0xc0][0xea][0xf3]Cf+vV[0x9f]W[0xc4][0xa1]o7[0x94][0x9d][0xb][0xd5][0xe3][0xb8]Z[0x89]M[0xa3]j[0xea]n[0xdd]f[0xf0][0xf9]v[0x8d][0xa5]|HR[0xde][0xb3][0xad]oe[0x9e][0x8b]7h[0xa9][0x19][0xce][0x3]S[0x4]~[0x14][0x8c]e;j[0xca][0x8c][0x12][0xa2][0x15][0xc5]HG-f[0xe5]#9[0xa1][0x80]e!n[0x89]][0xd6][0x86][0x15][0x1d]<[0x8e][0xad][0xee][0x1a][0xb5]B[0xc9][0xf0][0xf2][0x9e]o[0x13].uo[0xb9][0x8c]9A[0xc8][0xe2].[0xfb]A[0xc4][0xb8]a>[0xb3][0x9e]2[0xed][0x91]p[0xe4][0xf7][0xb6][0xf7]i[0xe3]w^[0xb2]O[0xf6][0xb9][0xed][0x96][0xb1]5[0xe3]tT[0x89]T<[0xd1][0xf0][0x5][0xbe]T[0x90]:I[0x12][\r]38[0xaf][0xe1]+dH[0x84][0x93]W3[0x1b][0x96])[0x99][0xeb]o[0xda][0xba]$[0xa9][0xd7]{[0xe1]h[0x98]EF[0xc3][0xd7][0xc8][0xa8][0xf8]F[0x83][0x8e][0xed][0x13]>[0xfd][0xe6][0xa8][0xa8]h[0xd8][0x81][0xcc][0xb8]u[0xe5][0x15][0x99][0xca][0xa7]K[0xa7][0xe1]][0xec]*[0xb8]x[0xa6][0xf1]P0[0xdd][0xb2]_[0xaf][0xd5]DU[0xaf][0x15][0xed]j[0xfd]@[0x98]n[0x88]'S[0xed]J[0x95][0x8a]p[0xc2]T[0xca][0xb7][0xb3]b[0x9d][0xdd][0xaf]x[0x5]/[0xeb][0xb6]71Mm[0xe][0x1d][0xdb]?[0xd6][0x8d]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]%[0x8d]B#[0xb9][0x90]m[0x9b][0xac][0xf0]$[0xb5][0xa6][0xb7][0xd0][0xb2]"[0x89]z[[0xd3][0xd3]K[0xc4][0xe0]E[0x97]>[0x5][0xc5]*[0x1a]N[0xd1]q[0xe4][0x9c][0x92](k[0xb6]u[0xc0][0x19][0xef][0xe0][0x91][0x93]6s[0x96][0xd7][0x1a][0x19][0xd0][0x8a]_[0xec][0xf8]IQz[0xa1]k[0x16][0xe1][0x99][0xbb][0xde]aZ[0x9e]t[0x18][0xa0]v[0x11][0xce][0xf3][0xdb]0[0xc0][0xaf]I[0x84];I[0xec][0x9d][0xc8]c[0xee][0x9]([0xe4][0xf6][0x18][0xd7]q>=[0xa2]<[0xca]=[0x9d][0xfb][0x5]J.[0xff][0x12][0x91][0xdc][0xa5][0x97][0x88][0xfe][0xe4][0x19]Lp[0x1d]D[0x8c][0xeb][0x18][0xd7]q[0x9a]N [0x85]7[0xf8][0x7][0xa6]|3[0xbc][0x89]I[0xc0];I7[0x8a]w[0x92][0x8e]"<[0x9f][0xc3][[0x81][0x9b][0xf][0xbd]g`([0xf7]3"C[0x88]5[0xd0][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xec][0x7][0xc4][0xa2]?6][0xc5]=[0x95]s[0x1e][0xbc][0xe6][0xab][0x7][0xf0]$[0x1e]3[0xf2][0xa1][0x9e]R[[0x86]4[0xe9]C[0xc5][0x9][0xf5]'[0xe2][0xa5][0xfc]_[0xe8]I[0xbc][0xc8][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UAq[0xea]E[0x13]t[0x14]=\[0xa7][0x19][0xf7][0x5][0xe6]2[0xc3][0x18]g[0xe9] [0x13][0xca]a2p[0x92]b[0xe4][0xd3][0xd4]Rx[0x17][0xa1][0xe6]E[0xcf][0x11][0xa7][0x92][0xbb]t\[0xe5][0x1e][0xe1][0x9e]9[0xe5][0xf8][0x15][0xd2]t[0xdb][0xcb]V#[0xf1]=z[0x94]#[0xff][0xe9][0xe8]T[0x9][0xf3]tp[0x89][0xd9]][0xa6][0xdb][0x82][0xe7]~[0xd4][0x87]k[0xba][0x1f][0xf][0xdc]g=[0xcb]9[0xae]9Z[0xf9]Y[0xdf][0xe][0x9c][0xf][0xe7][0x1a]H[0xe6][0x1b][0xe8]k@[0xfb][0xae]K[0x5][0x17]B[0xe8][0xc3][0xcd][0x6][\r][0xd3][0xfb]e[0xef]~[0xbe][0xd9][0x96][0xab][0xdc][0xa5][0xa4]_[0xa2]vk[0xc8][0xb5]PC[0xfa][0x9b]p[0x5][0xbc][0x1d][0xd4][0xe5][0xbd][0xa0][0xb7]}[0xac]Kt[0x8][0xfd][\r][0xa4][0x8e]NA,[0x85] [0xfa][0x2][0x8]?[0xcb]+\[0xdf][0xe9][0x6][0x95][0xee][0x0]u[0xf3]?[0xa0][0x14][0xbe][0xf1][0x16][0x2][0xa8]5[0xf6]V[0x16] %[0xbb][0x95][0x8f][0xfe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0x81][0x6]^{[0xd8][0xe2]u[0xd2][0xbb]]aF[0xab][0xa1]r[0xa5][0x9a][0xf9][0xa5][0x18][0xcc][0xfb]D[0xbc][0xca]s/[0xb1][0xae][0xe1]:>`#[0x17]=[0x84]%2Z[0xfe]n[0x4]q}[0xc4][0xfd][0x13][0xf][0x95][0x1f]>J[0xee] [0xf1]/PK[0x7][0x8][0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/internal/runners/model/EachTestNotifier.class[0x95]Umw[0x13]E[0x14]~&[0x9]][0xba]Y[0x93][0x12][0x92]Z[0x85][0x2][0x5]Z[0x93]M[0xe9][0x96]VP[0x1]Q[0x84]V[0xab]iPZ[0xa3][0x5][0xbf]l[0x93]i3=[0xdb]][0xce][0xbe] [0x85]_[0xc0]g[0xcf][0x91][0xf6][0xa0][0xe7]x[0xf0][0xab][0xbf][0xc4]_![0xdc][0x99]l[0x9b]m[0x12][0x8a][0xf9]rw[0xe6][0xce][0xbd][0xcf]s[0xef][0x9d]{g[0xff][0xf9][0xef][0x8f][0xbf][0x0]\[0xc5]/:[0x8a][0xb8]6[0x8a][0xd3][0xb8].[0xc5]'[0x1a]>[0xd5][0xe9][0xfb][0x99][0x86][0x1b]:FpS[0xc7]-|[0xae]#[0x83][0xdb]Y|[0x81]/[0xb3][0xb8][0x83][0xaf][0xa4][0xb8][0xab][0xe1][0x9e]4\[0x92][0x6][0xcb]R|-[0xc5]7R[0xac]h[0xf8]V[0xc3]w[0xc]']/[0x14][[0x82][0xfb][0xc][0xd5][0x9a][0xe7]o[;[0x91]+B[0xcb][0x8f]\[0x97][0xfb]V[0xe7][0xb0]i[0x87][0xc2]s[0xad][0x7][0x91][[0x8f][0x8d]o2d[Vf[0xc2][0xb6][0x8][0x18][0x16][0x13][0xb8][0xc2][\r][0xb9][0xef][0xda]NL[0x10]X[0xbb][0x4][0xe8]XKv[0xb3][0xbd][0xce][0x83]0[0x91][0xb1]n[0xb7]Z[0xcb][0xb6]p"[0x9f][0x90]&[0xca][0xb5][0x1d][0xfb][0x89]m9[0xb6][0xbb]m[0xad][0xb7]}[0xef]W[0xc9][0xa0]B[0xca][0x87][0xb6][0xbf][0xcd][0xc3][0xa5][0xa7]M[0x1e]W[0xa7]4[0xd0][0x96][0xe1][0xc]![0xae]FN([0x1e];[0xc3][0xe9][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]u'[0x8][0xa2][0xdd]8[0xd6][0xc5][0xf2][0xa0][0x92]v-[0x1a][0xc2]s[0xec][0x90][0xb7][0x8e]F[0xca]([0x88][0xf9]a[0x1d][0x19][0xc6][0xb6][0x84][0xcf][0xe5][0xe5],SO[0x5]m[0xde][0xa2][0x84][0xca][0xaa][0xf2][0x7][0x7]kt[0x5][0xa1][0xd4][0x1f]jV[0xb6]][0xcf][0x97][0x1a]}[0xcd][0x8b][0xfc]&_[0x16][0xb2][0x1f]J[0xbd][0xd7]<'[0xcb]e[0xe0][0x3][0xcc][0x1b](a[0xdc][0xc0][0xfb][0x98][0xa0][0x18][0x87][0xad][0x93][0x81][0xcb][0x98]f[0x98]>[0xbe][0xd3]c/IW[0xd3][0xb0]j[0xa0][0x8e][0xfb][0x6][0xbe][0xc7][0xf][0x1a][0x1e][0x18]X[0xc3][0xba][0x86][0x1f][\r]4[0xf0][0x93][0x81][0x9f][0xb1]A[0xa5][0x1f][0xd0]E[0x6].`[0xca][0xc0]C[0xe9]i[0xe1][0x91]A[0xef][0x5][0x89][0x5]``[0x93]S[0xf8][0xd6]9[0xa8][0xfc][0xef]9O[0xdc][0xd3][0xe1][0x80][0x99][0xef]z'bKE[0x95][0xa5]y[0x8b][0xf7]4[0xde][0x85]r%[0xd1][0xf6]5[0x11][0x84][0xd4]4[0xb9][0xa3][0x1a]z[0xf9]D<[0xf][0xc][0xe3]G[0x1c][0x12]sR[0xe8][0xd7]2hm;[0xa8][0xf3][0xa7][0xa1][0xea][0xba][0x87]4o[0xae][0xda][0x14][0xf]@[0x12][0xd5]#[0x88][0x89][0x83][0xcc][0xba]=[0xdd][0x19][0x1f][0x86][0xa9]wT[0xb6][0xd2][0xc0][0x14][0xbd][0xdf]E[0xfa][0xb][0xa4]P[0x90][0xfd]H[0xab][0x82]lI[0xfa]j`[0xd4]7[0x1f][0x92][0xca][0x88] ^@[0x19]E[0xbc][0xe4][0xbd][0x8d]Ml[0xe9]t[0x87][0x9e]nw[0xfd],[0x9f][0x16][0xf6]a?[0xc0][0x8f][0x12]k&J0 [0x88][0xf3]0u[0xaa][0xa8]sNUSO[0xcf][0xff][0xfe][0x3][0xd8][0xc4]r[0x84]!,T[0xb1]X[0xc5][0x12][0xa1][0x9e]I[0xa7][0x84]nJ[0x97])k[0xae][0x8e][0xf6][0x9]tL[0x18][0xdb][0xb3]&[0xf3][0xc2][0xf8][0xa6][0xd0]A[0xe][0xa3][0xf7][0x11][0xa1][0xb2][0xad][0x8c][0xf2];[0x84][0xa9][0x9f][0xe9][0x9d][0xb8][0x17]q[0xf0]J[0xc7][0xa9][0xca]|[0xf2][0xab]I([0xef][0xd9][0x1b]I[0x98]H[0x95][0x91][0xa7][0xa1]s-[0xdd][0xa5][0xb8][0xd6]\[0x99]Lm[0x8b]m[0x4][0x9b]q[0xfe]Z,[0xfb][[0x95][0x11][0x92][0xd4][0xba]v|[0x17]X8V[0xc6]Kg[0x84][0x8e]]0[0x86][0x87][0x8a];,[0xa8][0xe3][0x93][0xa0][0xbd][0xea]jy([0x94][0xe]N[0x1e][0xfc]i[0xc9][0xae][0xe7][0x81][0x13][0x9e]H:g[0x1d][0xcb][0xd4][0x7][0x7]"4[0xde][0xbb]>t[0xdf][0x9c][0xc][0xf4]n[0xf7]r-L;[0xbe][0xbc]u[0xf6]w[0xde][0x96][0xec][0xb0][0xc4][0xc8][0x85]j[0x1b][0xe1][0xd9][0x94][0xb0]:[0xb8][0xf3]G[0xb4][0xfc])[0xa2][0xb][0x1b]\K[0x1e][0xaa][0xdc]o[0xe9][0xa3][0x5][0xd6]s[0x1]n[0xde][0x97]]'[[0xc2][0xcb][0x1b][0xc2][0xdc]y0^udSe[0x8a][0xf5]v[0x8d][0xb1]^[0xe4][0xcd]Y[0xbe]Q[0xdf][0xb1][0xcf]Ij[0x18]AD[0xd8][0xfa][0xf2]C[0x12]6[0xfa][0xdc][0xcf]Q[0xb0][0x82][0x12][0x9f][0x12][0x9f][0x5][0xe6]Q[0xc6]0[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g%T[0x19]Q>[0x10][0xe3]Q[0xae][0x9c]q,q[0xac][0xac][0xae][0xfd][0x5]=2[0x1a]B[0x8d][0xff]QQ[0x8d][0x98]9[0x8a]1F[0x8d]^[0x17][0xc6]1Q[0x9c][[0x5]u|c[0xa5]I[0xc6]5[0x8e][0xbd][0xca][0x14][0xa3][0xef][0x85][0xcf]4[0xeb]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0x83][0xd9][0x82]1W[0xf4][0xe4][0xf3][0xe0][0x5]PK[0x7][0x8][0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/model/ReflectiveCallable.class[0x9d]Q[0xcb]N[0xdb]@[0x14]=[0x93]868[0x81][0xf0][0xa6][0x94][0xf7][0x8e][0x87]`[0x84][0x10]+[0xaa]nP+U[0xb2][0x8a]D#[0xf6][0x93]0[0x84][0x89][0xcc][0xb8][0x9a]8)[0x9f][0x5][0x1b][0x90]X[0xb4]{>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[0xc6]Di[0x81][0x15][0xb5][0xe4][0xfb]<[0xf7][0xdc][0xc7]<<[0xde][0xff][0x6][0xb0][0x87][0xb5][0x18]![0xe6]cT[0xf0]![0xc2]B[0x8c]2>FX[0x8c][0xb0]$[0x10]~2[0xd6][0xe4][0x9f][0x5][0xca][0x1b][0x9b][0xa7][0x2][0xc1]Qv[0xa6][0x5][0xea][0x89][0xb1][0xfa]{[0xef][0xb2][0xa9]]C5SF[0xa6][0x92][0xac][0xa5][0xd2]S[0xe5][0x8c][0xf7][0x7][0xc1] [0xbf]0][0x81][0x83]$sm[0xd9][0xe9][0x91]H[0x1a][0x9b]kgU*][0xcf]Z[0xed][0xba][0xf2][0x92][0x84][0xa9]<[0xd1][0xe7][0xa9]n[0xe5][0xa6][0xaf][0x8f]T[0x9a][0xfa][0xea]C[0xb6]$F`fc3[0xe9][0xa8][0xbe][0x92][0xa9][0xb2]my[0xdc][0xec][0x10][0xc7][0xa4] [0xff][0xce]?[0x9][0xf7][0xcc] [0xbf][0xd9]>'[0xc9]Mf[0x1b][0xca][0xb5]u[0xfe][0xe5][0xaa][0xa5]z[0x97]5[0xf1][0xd0][0xe9]FX[0x16][0x98]d[0x83][0x97][0x9d][0x89][0xf9][0x91][0xf5]\K5~[0x81][0xf9][0xb7]s[0xed][0xfa][0x96]5D[0x18][0xa9]a[0x6]u[0x81][0xed]w[0xcc]P[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x5][0xf6][0xff][0xe3][0x1e][0x2][0x13][0xaf][0xaf] 0[0xfd]7[0xd4][0xb8]p[0xd9][0xaf][0xc1][[0xb0][0xe5][0xab][0xc6]\[0xe5][0xc5][0x19][0x87][0xe8][0xc3]`[0x9d][0xcf][0x1e][0xc2]e[0x8][0xbf][0x17][0xe5](=I-[0xa8]+[w[0x10]74J[0x88])[0xc3]"8[0x8a]*e[0xed][0x19]@=F-0[0x8e]:Q[0xbe][0xf8][0x98]^[0x89][0xba][0xba]u[0x8b][0xd2]u[0xb2]}[0x8b][0xe0]O[0x1][0xe][0x8]/[0xf][0xa8][0xc6]iy[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]Cz[0x9e]r[0x8e][0xb9][0x90][0x91][0x9]L[0x16][0xf8][0xea][0x80]|[0xaa][0xa8][0xe5][0xc6]A[0xe0][0xcf]Nk[0x18][0xe1]?[[0x8c]7[0xf7][0x4]PK[0x7][0x8]68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.class[0x9d][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]1[0x10]Dg[0xf5][0xf4][0xf4][0x14][0xb4][0xb4][0xb4][0xb0]6[0x1c][0x88]? [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]"([0xd8][0xc7]s9s[0xc4][0x4][0x92][0x9c][0x1f]g[0xe1][0x7][0xf8]Qb[0xe][+w[0xd9][0x19][0x6][0x86][0xb7][0xaf][0xf7][0xe3][0x9] [0xc7]0E[0x9a]"#dG[[0xbb][0x82]7J3ar[0xa8]5[0xef][0xf8]vfw[0x92]Z]d[0xb0]n^[0xc9][0xbb]$[0x8c][0xd6][0xa6][0xd0][0xd6]+S[0xee]8\[0xed]%[0xc5][0x80][0xb0][0xb4][0xae][0x14]UmT[0x10][0xca][0x4]vFj[0xe1]jc[0xd8][0xf9][0xe8][0x9a][0xbd][0xf8][0x1][0x9c][0xe5][0x4][0x10][0x86][0xdb][0xa6][0xb7][0xd2][0xd2]{[0xf6][0x84]q[0xf3]FhiJ[0xb1]?W\[0x4][0xc2][0xe2][0x1f]:[0xa6][0x91][0xdd][0xc2]w[0xda]q[0x11]S[0x82]N[0xf4][0x4][0xdd][0xa8][0xfd]xY[0xec]P[0x93][0xc6][0xbd][0xf]PK[0x7][0x8][0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.class[0xad]V[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0xcb][0x16][0xca]U[0xc4][0x1b]*ji[0x95]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xb6] wE[0x8b]7L[\r][0xbe]-[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0x96]][0xb2][0xdd][0xe5][0x12]}[0xd0]D[0xff][0x8d][0xf][0x92]H[0x88][0x92][0xf8][0x3][0xfc]Q[0xc6]3[0xd3][0xd2][0x16][0xca][0x3]iy[0xe8][0x99][0xd9]3[0xe7]|[0xe7][0x9b][0xf3][0xcd][0xec][0xf6][0xef][0xbf][0xdf][0x0][0xc]"[0x13]F[0x13][0xc6]Bd[0x1e]q[0x93][0xe2]&[0x1d][0x86][0x8c]q[0x9][0x13]a[0x4]0[0xde][0x84][0xc7][0x98][0x94]0[0x15]F[0x8][0xd3][0x12]f$[0xcc]2[0x84]U[0xd3][0xb4][0x1c][0xd5][0xd1]-[0x93][0xa1]5[0xb3][0xae]n[0xa9][0x8a][0xa1][0x9a][0xab][0xca][0x8c][0xa1][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0x86][0xd0][0x92][0xbe]j[0xaa][0x8e]kk[0xc][0xc3]'[0xd7][0xd3][0x89]*O[0x5]I[0x99]*OS[0x13][0x84]!mh[0xce][0x9a][0x95]/0[0xb0][0xf7]TrK5[0xf4][0xbc][0xea]X69[0xa2]E[0x0][0xd7][0xd1][\r]%[0xa3][0x17][0x9c][0x94][0x84]9[0x86][0xc8][0x1b][0xd7][0xd0][0xb2]Ga[0xc][0xf2][0x82]ij[0xb6]([0xa9]QR[0xf6]DR:c[0xd9][0xab][0xca][0xba]k[0xea][0x8e][0xa2][0x9b][0x8e]f[0x9b][0xaa][0xa1][0xd8].[0xcf])[0xd0]hh[0x5][0x85][0x3].j[0x1b]+[0x9a]][0x86][0xed];VD[0x10][\r][0xa4]u[0xc2][0x98]`[0xe8][0x88][0xd5][0xb4][0xa2]?[0xcb][0xe0][0x9b][0xb1][0xf2][0xd4][0x87][0x96][0x8c]nj/\[0x8e][0xf6]V]1[0xc8][0xd3][0x96][0xb1]r[0xaa][0x91]Um[0x9d]?[0x97][0x9c]>gM'[0xb6][0xd2][0xb4][0xab][0x1b]y[0x8d][0xb6]1Q[0x1f][0xcf]R>[0xf1][0xeb]:^fw[0xf3][0xa8][0xd4]h[\r][0xdf]3I[0xc3][0xf7][0x14][0xfe]`[0xd9][0x8b]G[0xfa]L[0xc6][0xfa][0x1b][0xe5][0x18][0xd9][0xd6][0x9d][0xb5]*[0xed][0xbe][0xc6][0xce]C[0x9d][0x86]i[0x85][0xb6]*[0x94]f[0xcf][0x83][0x11][0x83][0x85][0xa3][0xf3][0xe6][0xd7][0xc7].[0xc5][0xaf]_.[0xa7][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xa3][0xc9]$[0xc3][0xeb]:;u[0xb4][0xc9][0xfe]S[0xae][0xaf]g'Y[0xa9]2[0xc6][0xab]L5Z[0x85][0xae]pS[0x9]p0[0xc9][0x11]_[0x9d][0xf][0xef][0xea]w[0xc0]<[0x3][0x18]2[0xb5][0xb7][0xb0][0xbe]J[0x83][0xe2][0xa4]{v[0x6]I[0xac]z[0x11][0xa8][0x8d]K[0x96]k[0xe7][0xb4]y[0x9d][0xdf][0xb8][0xee]S[0xa2][0x6]8[[0x19][0x17][0xd1]#[0xa3][0x1d][0x1d]2Z[0xd1]&#[0x82]f[0xee]{[0xc2][0xd0]^[0xd9][0xe7][0x94]m[0xab][0xbb]|[0xb3][0x12][0x9e][0xca]X[0xc0]3[0x86][0xa1]z[0x88]q[0xe4][0xe7][0xc][0xe9]F[0x4][0xa0][0xb7]p[0xa5][0xcd]/W[0xd6][0xb5][0x9c][0xc3]0[0xdd][0xf8][0x15]a[0x18][0xa9][0xaf][0xd7][0xc][0xde][0x18][0x17][0xac][0xf9][0xf8][0xb9] [0xb7][0x9a][0xa7][0xfb][0xd6]Y},[0x8a]|[0xc5][0xa9]l[0xf8]dg[0xd1]K_M[0x99][0xbe][0xa7]^[0xb4]q[0xdd][0xe8][0xc][0xb6][0xd0][0x93][0x7]Q[0xfa][0x91][0x98]4o[0xe3][0xca][0x96][0xfd][0xdd][0x8][0x92]%[0xc1][0xc9]^"[0xcf]&ezh[0xec][0x89][0x1f][0xc0][0x1f]O[0xec][0xc3][0x17][0xf7][0xee][0xc3][0x1b]?D`[0xf9][0x0][0xd2]><{[0x2][0xfd]2[0xd9].[0xf8][0xc9]:[0xf0][0xc1][0xa5]/[0xf2][0x16]U[0xdb]&[0xa4][0x1d]\[0x11]k[0x2][0x5]W[0x89][0x11][0xc4][0xac][0xc8][0xe6]:[0xcd]e[0x1a][0x8b][0x9e]h[0x99][0xc7][\r][0xb2]7[0xd1]G[0xcf][0x9c][0xc5]0yx[0x8c][0x14][0xf7][0xf1][0xe2]?D[0x8]/[0x19][0x16][0xb0][0x1f][0xa9][0xf0]'Q[0xa6][0x8]%[0x95][0xcb][0xdc][0xc2][0xed][0x12][0xc4][0x1c]E[0xf2][0xd8]H[0xfc]'<[0x89]_[0x8]z[0xf0][0xae][0x6][0xe8]3u[0xeb]K[0x15][0xdf]H[0x19]([0x82];[0x88][0x9][0xf0]~[0xc4]K[0x90][0xf]h[0xdf][0xdc][0x13]:Dh[0x99][0xfa][0x13][0xae][0xc0][0x5][0xc4][0xc2][0xb7]*N[0xa1]"T4[0x88][0x4][0xee][0x96][0x0][0x14][0x1a][0xf9][0x9a][0x9f]8[0xf9]N&[U[0xc9]~[0xdc]+%[0xf][0x88][0xa4][0x93][0xc9][0xde][0xef]gJN[0xd2][0xdf][0xaa][0xda]d[0xcf]Y*[0x83][0x94][0x1c]*%[0xcf]R[0xb4][0x97]G[0xc7][0x13][0x7]`{[0xa7]f[0xf7][0x16]#[0xca][0xfd][0xb][0x10]N[0xb3]X[0xf][0x90][0x9a]#B[0x8c][0x87]"s[0x14][0x17][0x84][0xfa]^tR[0x93][0xba][0x2]A[0xd2] [0x84]k[0xa4][0xc8]}[0x1a][0x89][0xf6]PK[0x7][0x8][0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.class[0xad]U[0xd9]R[0x13]A[0x14]=[0x1d]B&&[0xc3][0xaa][0xa0][0xe2][0x16]W[0xb2] [0x3]*n[0x89][0xa8][0xa0]([0x9a][0x80][0x8a][0x85][0xa5]o[0x93][0xa4][0x8d][0x8d][0x93][0x19]k2A[0xfd][0x6][0x9f]|[0xf5][0x1b]|[0xf1][0x5]\[0xaa][0xfc][0x0]-[0xad][0xb2][0xca][0xef][0xb1][0xbc][0xdd][0x19][0x6][0x88]X[0xc6][0xe8][0xc3][0xf4]r[0xe7][0xdc]{O[0x9f][0xbe][0xdd][0xfd][0xe9][0xc7][0xfb][0x8f][0x0][0xc6]q+[0x86]8[0x8c][0x18]t[0xd9][0xc4]1[0xa6]a<[0x8a][0x13]1[0x84]q2[0x8e]S[0x98][0x88][0xe1]4[0xce][0xc4]p[0x16][0xe7]b8[0x8f][0xac][0x86][0xb][0x1a]&5\d[0x88][0xe4][0x84]-[0xbc]I[0x86][0x8e]dj[0x91]!<[0xed][0x94]9CO^[0xd8]|[0xae]^-r[0xf7][0xae]Y[0xb4][0xc8][0xd2][0x9f]wJ[0xa6][0xb5]h[0xba]B[0xce]}c[0xd8]{$j[0xc]CWx[0xc9][0xa2]?ve[0xda]2k[0xb5]B[0xbd][0xe6]M[0xf1][[0xf5][0xa2]%J[0xc][0xfa][0xac]msW[0xfd][0xe0][0x84][0xbd][0x9d]w[0xdc][0x8a][0xb1]T[0xa7][0xa4][0x86][0xb0]=[0xee][0xda][0xa6]e[0xb8]u[0x89][0xa9]Qo[0xf1][0x9a]q[0x87][0xda][0x2][0x97][0xb9][0x17]MK[0x94]M[0xcf]q[0x8f][0xfc]>C[0x96]![0xba][0xdc][0xc0][0x11][0xa3]BrC[0xfc][0xb5][0xb0]UZ[0x93]e[0xcc][0xb8]f[0x95]?u[0xdc][0xc7][0x8d][0xd8][0xd9][0xfc][0x92][0xb9]l[0x1a][0x96]iW[0xc][0x15][0xd4]7[0xd4]=a[0x19]yQ[0xf3][0xb2]R[0x8f]HU[0x81][0x19]R-[0xc7]e[0x88][0x99][0xb6][0xed]x[0xa6]'[0x1c][0x9b][0xa1][0xef][0x97]<[0x14][0x95][0xbb][0xae][0xe3][0x92][0x1a][0xbd][0xcd]9[0x19][0x6]7[0xb][0xfd][0xfc][0xc9][0x9a][0xd8]#[0xad]2[0xc8][0xa5]')[0xce]Ds[0xde]\f[0x83]e[0x9d][0xa1]q9[0x18]f[0xa5][0xdf]p[0x13][0xa5][0xdc][0x6][0xaf][0xbb][0x8f]\[0xe7][0xa9]d[0xa3][0x90][0xdb][0x16]D[0xc5]6[0xbd][0xba]K[0xe4]^[0xb4][0xac][0xbb]d[0xd7][0x16][0xb5][0x16]y[0xc9]][0x1b][0x14][0xb5][0xcd][0x5][0xb3]V[0x8c]#[0xad][0x97]G[0xea][0x1][0x83][0xf1]W[0xab]J=[0xd0]p[0x99][0x1][0xc][0xd9]d{U>[0xae][0xd8][0x87][0x9e][0x8d]1[0x9c]m7[0x2][0x95][0xdf][0x82]SwK|F[0xc8][0xaa][0xd9][0xb5][0x5]jT*[0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0x1b]=:[0x8e][0xe2][0x18][0xc3][0xd8][0x1f]s[0xf9][0xbe][0xb4][0x13]We[0xe9]2[0x1c][0xae][0xd2][0x19]L[0x14]y[0xa2][0xac][0x84][0xe6][0xe5][0x84][0xb0][0x13]f[0xe2][0x89][0x12]:Q[0x92][0xa2][0x8f][0xca][0x14]S[0x1a][0xa6]u\[0xc1]U[\r]3:[0xae][0xe1][0xba][0x86]Y[0x1d]7pSC^G[0x1]s[0x1a][0xe6][0x19][0xe6][0xff][0xf3][0xa5]@'k[0xbd]:[0xe6][0x8b]K[0xbc][0xe4]1L[0xb5][0x95]D[0xda][0x82][0x19]CW[0xd3][0xfc]t{[0xdb]DK[0xfe][0xe7][0x9b]J[0x19][0x16]<)[0x80][0xaa][0x9b][0xee][0xcd][0x7][0x84][0xae]t[0xb3]\f[0x18]H[0xe6][0x9b][0xb5]P[0xc5]=[0xdc]bz[0xba][0xc2]*[0xdc][0xdb][0xac]5[0xc3][0xf6]dj[0x8b][0x8b][0xad][0xa7][0xc9]D[0xd7]?[0xf9][0x16][0x9c][0xb2]x([0xb8][0xbc][0xf0][0xe8][0x95][0x99][0xa5][0x7]c[0x1d][0xe6][0xf2][0x87][0x16]12[0xd6]0t[0x9b][0x8b][0xe0][0xb8][0x86][0x93][0xb3][0x92][0xe9][0xa9]v4[0xc6][0x18]=[0x84]:[0x1d][0xc6].z![0xc3][0x8][0xc9]r[0xa7]Y/[0xcd][0xc][0xea][0xe9][0x9c][0xa2]3[0xbd][0x8a][0xd0][0x1b][0x1a][0x84][0xd0]GmD[0x19]?[0xa3][0x9f]Z[0xbd][0x1][0xc0]v[0xc]B[0x9e][0xe8][0x9d][0xd8]E([0xe9][0xfc][0x92]pa[0xea][0xf7][0xa4]3[0xab][0xe8]x[0x85][0x81][0xe3][0x1f][0x10][0xbe][0x9f][0x19][0xe9][0xef]\E[0xe4][0x1d][0xb4][0x10][0xee][0xc9][0x90][0x1d]*d7[0xf5][0xc0][0x17]D[0xf1][0x15]C[0xf8][0xa6]B[0xa7][0x1b][0xee]~h9[0xda]M[0xff][0x98][0x1a][0xed][0xc1]^J#G[0xfb][0xb0][0x9f]|[0xf][0xd0]8[0xa1]bHT"@[0x1d][0xc]P[0x87][0xe8][0xef]a[0xb5][0x84]#[0xf4][0xd1]i[0xf6]i[0xde]&[0xac][0xc4][0xc4]3+[0x88][0xae]`[0xdb][[0xc4]^[0x7][0xb4][0x1a]+[0xfd][0xae][0xe8][0xc]6`[0x1][0x9d][0xb8]O[0xe7]@[0xa0]B[0xdc]O[0xdd]H3[0xdc]+[0x97][0x95][0xf6][0xa5]<[0xe7][0xa7][0x91]R[0xb2][0xad][0xa5]l$[0xe8][0xc][0x12]t"[0x83][0x11][0xe5]v\[0xe1]G1@[0xfd][0x10]Q[0x8b]#[0x87][0x1d]4JR[0x8f][0xde]([0xed]\[0xe][0x97]"[0xd1][0x9f]PK[0x7][0x8][0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.class[0xad]U[0xdd]N[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xab][0x6][0xa1][0xb0]E~[0x4][I[0x84][0x80]1i%[0x11]R[0xa3]wC;)[0x8b][0xdb]]2[0xbb][0xb][0xfa][0xc][0xde]x[0xed][p[0x85]?[0x89][0xf][0xe0][0x8b][0x18]M|[0x5][0xe3][0x99]m)PIl[0xaa]73g[0xce]~[0xe7];[0xdf][0x9c]93[0xfb][0xf5][0xd7][0xa7]/[0x0]f[0xf1]0[0x8a][0x8]RQ[0xf4][0xaa]![0x8d][0x8c][0x86]l[0x4][0xd3]Q[0x84]0[0xd3][0x7][0x1d]9[\r][0xb3][0x1a][0xee]i[0x98]c[0x8][0x17][0xc][0xcb]pW[0x18][0x82][0xc9]T[0x99]![0xb4]fW[0x5][0xc3]`[0xd1][0xb0][0xc4]S[0xaf][0xbe]#[0xe4]6[0xdf]1[0xc9]3\[0xb4]+[0xdc],si[0xa8]u[0xd3][0x19]rw[\r][0x87]![0xbe]a[0x8][0xb3]Z[0xf2][0x1c]wU[0x87]B[0xdd]h[0xa1]n[0xb6]P[0xb7][0xe8]k[0xc2][0xdf][0xc1][0xed]8h[0x8b][0x13][0xcd]-.[0xd3][0x1c]hn[0x91]][0xbc][0xc5][0xd1][0x6][0xa0]%[0xa4][0x7]w1[0xe9][0x87]M[0xf9][0xf8]$[0x86][0xfd]$A[0xaa]c[0x1a]Cd[0xdd][0xa1][0x19][0xf1][0x8][0xd4][0x9f]s>[0x1c][0xf9][\r]PK[0x7][0x8][0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.class[0xad]U]O[0x13]A[0x14]=[0xd3][0x96]n)[0x5]J[0xa5][0x8][0xf8]U[\r]J[0xbf]`[[0x5][0x4][I[0xc0]HB,[0x92][0x8][0xa9][0xd1][0xb7][0xa1][0x9d][0x94][0xc5][0xed].[0x99][0xdd][0x5][0xfd][\r][0xbe][0xf8][0xec][0xbf][0xe0][0x9]?[0x12][0x80]?[0xca]xg[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x12][0x9b][0xea][0xcb][0xde];w[0xcf]=[0xf7][0xcc][0xdd];[0xb3]?}[0xfb][0x1][0xa0][0x88][0xa7]QD[0x90][0x89]bP=[0xb2][0xc8]i[0xc8]G0[0x17]E[0x8][0xf3]C[0xd0]Q[0xd0]P[0xd4][0xf0]P[0xc3]#[0x86]p[0xd9][0xb0][0xc]w[0x95]![0x98][0xce]T[0x19]B[0xcf][0xec][0xba]`[0x18][0xad][0x18][0x96]x[0xe9]5[0xf7][0x84][0xdc][0xe5]{&E[0x12][0x15][0xbb][0xc6][0xcd]*[0x97][0x86]Z[0xb7][0x83]!w[0xdf]p[0x18][0xc6]7[0xc]a[0xd6][0xb7]<[0xc7]][0x17]k[0xbb][0xc2]q_y[0xea]ml[0xd3][0xb2][0x84]|fr[0xc7][0x11][0x84]zQ[0xb1]eC?[0xf0][0xa8][0x9c]nX[0xae][0x90][0x16]7u[0xe9])[0x8c]C[0xd6][0x14][0x8e][0xae][0xf2][0xb6][0x84][0xaa]Z[0xe5][0xa6]Q[0xe7][0xae]-g[0xae][0xe2].1D[0x8e]Z[0x8][0xaa][0xb3][0x95][0xbe][0xc0]|F[0xd8][0xa4]}[0x98][0xfa][0x86][0xe4]Mql[0xcb]w-[0xd6]R[0xe5][0x80][0x1f]q[0xdd][0xe4]VC[0xf7]u[0xb5][0x3][0x9e]k[0x98]z[0xc5]p[0xdc][0x92][0xea]A[0xb8][0xe9][0x83][0x19]2=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb][0xa3][0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI}[0x88]w[0xd7]d[0x98][0xb8][0xdc][0xdc][0xf][0x87]g[\r][0xce][0xf7][0xaa][0xa0][0x9c]]%[0x9e][0xc5][0xee][0xba][0xe5][0xdc][0x85][0xc8][0xb9]B}[0xad][0xe3][0x96]T[0xde]l[0x97][0xa4][0xf2][0x85][0xac][0xdd]}i[0x1f]+5>rp[0xc7]hX[0xdc][0xf5]$[0x89][0xfb][0xd8]s[0xdf][0x95][0xba][0xbe][0xa4][0xf5][0xa8]+S[0xd5][0xb0][0xc8][0x0][0x86]R[0xba][0xbf])+[0xfa]_>[0xf0][0xbe][0xc0][0xb0][0xdc]/[0x3][\r][0xc1][0x8e][0xed][0xc9][0x9a][0xd8]0[0xd4][0xb7][0x9b][0xbc][0x2]5[0xaf][0xf4][0xc7]0[0x84][0x98][0x86][0xa5][0x18][0x1e]c[0x99][0xa1][0xf0][0xd7]r[0xed]tj[0xc9]s5CD[0xdd][0xa4][0xf3][0x90]2[0x9a][0x87][0xa6]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]M[0x9d][0x9d][0x8b]yE[0xbd][0xa2][0xe1]I[0xc]%[0x94][0x19]6[0xff][0xdb][0x89][0xa3][0xb1]=o[0xfd][0xf6][0xde][0x81][0xa8][0xb9][0xc][0xeb]}[0xd1][0xab]Xg[0xc5]0[0xdc][0xb5]^[0xea][0xaf][0xfb][0xc][0xb][0xfd]$2[0xc][0xf1]ZM8[0xce]Lq[0xa1]@[0x1f]?[0xdf][0xfb]][0x92]y[0xcb][0xb0][0xfd][0xcf]W[0x8f][0x1f][0xd8]q[0xa5]a5[0xfc][0x11][0x1c][0xb9]<[0xf1]t/[0xf3]z[0x9d]![0x99][0xae]t[0xf7][0x9f][0x4][0xa0]@[0xf7][0xfc] [0x8d]}[0x94][0xae][0xfd] [0x2]j[0xb0]h5L+[0x9d],[0x9d][0x8][0xc]dO[0x11]8!'[0x80][0x11]z[0x86]U[0x90][\r]c[0x94][0xfc]X[0xb][0x80]8[0xae]A[0x9d][0x9d]q$[0x9][0xa5][0x92]?[0x11].Dv:[0xf7][0x5][0xc1][0xcf]H[0xce]}G[0xe8]M.[0x9f][0x18]8E[0xf8]+[0xb4][0x0]^[0x9f][0xf8][0x5][0x15][0xe3][0x8]Y[0xb0]1h,[0x81])[0x96][0xf4][0x99][0xb3][0xad][0xec]6[0xb3][0xf2]&p[0xdd][0xaf]6[0x8d]ILQ[0x15][0xe5]M[0xe3][0x6][0xe5][0xde]$?[0xa5]8|[0xd4][0xad][0xe][0xea]v[0x7]u[0x87][0xde][0xa6][0xfc][0x1d][0xdc][0x8d][0x83][0xb6]8[0xd3][0xde][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9]@{[0x8b][0xec][0xea]-N[0xb4][0x0][0x1d]![0x3][0xb8][0x8f][0x7]~[0xda][0xac][0x8f]O#[0xe1][0x17][0x9]R[0x1f][0xb3][0x18]#[0xef][0x1e]Y[0xc4]#P[0xff][0xcd][0x85]p[0xe4]7PK[0x7][0x8]M[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.class[0xb5]V[0xdb]r[0x1b]E[0x10]=[0xa3][0xcb][0xae],[0xcb][0x89]c[0xc7]![0xe1][0xba][0x10][0x7]K[0x96][0xe3][0xb5]bG$[0x92]0[0x91]M[0x1c][0x12]$[0x9b][0x8a]S[0xa6][0x2]OciJ[0x1e][0xb3][0xda][0xa5]fW1|[0x3]_[0x90]|[0x0][0x81]7[0x2]EL[0xa0][0x8a]G[0x1e][0xf8]([0xa0]gW[0x96][0x14];UQ[0x89][0xca][0xcb]\zNO[0x9f][0xee][0x9e][0xee][0xdd][0xbf][0xff][0xf9][0xfd]O[0x0][0x5]|[0x96]F[0x6]W[0xd2][0x98][0xd0][0xc3]2VL\M[0xa3][0x88][0xf][0xf4]p-[0x85][0xeb])[0x94]L[0x94][0xd3][0x18]Ce[0x1c][0x1f]b[0xd5][0xc4]G&n[0x98][0xa8]2[0x18][0x15][0xe9][0xca]`[0x95]![0x9e][0xcd][0xed]0$[0xd6][0xbd][0xa6]`8][0x93][0xae][0xd8][0xec][0xb4]w[0x85][0xba][0xc7]w[0x1d][0x92]L[0xd5][0xbc][0x6]wv[0xb8][0x92]z[0xdf][0x15]&[0x82]=[0xe9]3[0xcc][0xd6][0x85]F[0xd6];~[0xb0]&6=w;[0xe0][0x81]ll[0xa9][0xaa][0xe3]{[0xeb][0xe][0xf7][0xfd][0xbb][0x1d][0x8d][0xce][0xdc]v][0xa1]B[0x81] [0xad]/k[0x9e]j[0xd9][0xfb][0x1d]2oK7[0x10][0xca][0xe5][0x8e][0xad]:[0x1a][0xe3][0xd3][0xec][0x8][0xdf][0xd6]z[0xd1][0xdd];[0xdc][0x91]M[0x1e]xj([e[0x86][0xd4][0x83]H[0x83][0xec][0xd6][0xb3][0x3][0x96][0x8e][0xc][0xb4][0xc9]O[0xc7][0xde]P[0xbc]-[0xe]<[0xf5]Utk[0xb9][0xb6][0xcf][0x1f]p[0xdb][0xe1]n[0xcb][0xe]/[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0x81]t[0xec][0x9a][0xf4][0x83][0xb2][0x8e][0x91][0xd9][0x16][0xbe][0xcf][aP[0xfa][0xf8][0xed]@I[0xb7]E[0x96][0x8d]vx[0x17]Cnh[0xb3][0xc]i[0xee][0xba][0x9e]v[0xc5]s[0x19][0xce][0x9c][0xa0]A[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xd9]][0x8f][0xe5][0xd4][0x9f][0xf][0xbc][0xce]2,t[0xcb]@M[0xb0][0xe9][0xf8][0xa2]b[0xac][0x9a][0xf2][0xdf][0x8d][0x9d][0x81][0x9a][0x91][0xfa]c[0xe8]CL[0xc3][0xdd][0x18][0x16][0xb0][0xc8][0x90][0xfd]k[0xb8][0xa6];[0x95][0xe4][0x91][0xec]![0x1a][0xcd]:[\r]C[0xa2]l$v[0xd5]8[0xcc]H[0xc6]{[0x1a][0xf2]1[0x14]p_[0x3]M[0xf2][0xe3][0xff]4i[0xd4][0xae][0xc7]%[0xdf]([0xef][0x18][0x15][0x8f]a[0xb9]+rik[0xdd][0x18][0xfa][0xdb][0xee][0xf3][0xdd]U[0x9d][0x9a][0xb7][0xc3]&[0xa4]7[0xc3]t[0x8f][0xb2][0xa2][0x97][0xee]%[0xc3][0xc6]?[0xbf][0x1c][0xca][0xb0][0xe9][0x9][0xd3][0xae][0xa9][0xe][0x1a][0xf8][0xb3]a)[0x10][0xaf]V[0x19]F[0x92][0xc5][0xf6]2[0xe6][0xa5][0x80][0xd9]n[0x92]F[0x96]^[0xf6]^j[0xf6](=[0xf4]A[0x4]d;[0xd1][0xad][0x9f]n:[0xed]4[0x7][0xe8]I[0x1f]"p@[0x87][0x0][0x6]h[\r]+[0xe3]7[0xc][0xd2][0x1a]k[0x0][0x10][0xc7]9[0xc8][0x89]9[0x8f][0x11]BI[0xe7]w[0x84][0xb][0xd1]>[0x9e][0xf9][0x80][0xe0]{[0x8c]LF[0xe8]Efj[0xb8][0xe7][0x10][0xe1][0x8f][0xd0][0x2]x~[0xa0][0x2]J[0xc6][0x1][0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x1b][0xde]Mfy[0x1a][0xc5][0x5][0x15]m[0x1c]c[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]8.[0x91][0xef]e:'[0x14][0x87]D]i[0xa1][0xae][0xb6]P[0xd7][0xe8]kBep=[0xe]Jq[0xa2][0x99][0xe2]"[0xed][0x81]f[0x8a][0xec][0xec][0x14]G[0x1b][0x80][0x96][0x90][0x1e][0xdc][0xc4]-[0xe5]6[0xa9][0xf0]I[0xc][0xab] A[0xaa]c[0xe]Ct[0xba]A;[0xe2][0x11][0xaa]h[0xe]s[0xe1][0xc8]oPK[0x7][0x8][0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/junit/interna" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l/runners/rules/RuleMemberValidator$MemberMustBeStatic.class[0xad]T]O[0x13]Q[0x10]=[0xb7]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xaa][0x6][0xa5][0x1f][0xc0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]n[0xd5][0x8][0x11]CR$[0xb1][0xa4]F[0xdf]n[0xdb]MY[0xdc][0xee][0x9a][0xbb][[0xd0][0xdf][0xe0][0x8b][0xcf][0xfe][0xb]^$j[0xa2][0xd1][0xc4][0x17][0x94]q[0xee]m)PHl[0xaa]/[0xf7]c[0xf6][0xcc][0x99]3[0xb3]3[0xf7][0xd7][0xef][0xcf]_[0x1][0xe4][0xf0]0[0x8a][0x8]RQ[0xf4][0xcb]%[0x8d][0x8c][0x86][0x99][0x8]f[0xa3][0x8]an[0x0]:[0xb2][0x1a]nk[0xb8][0xa3]a[0x9e]![0x9c][0xb7][0x1c][0xcb][0xc0][0x10]L[0xa6]J[0xc][0xa1]U[0xb7]j2[0xc][0x17],[0xc7]|[0xda][0xa8][0x97]M[0xb1][0xc5][0xcb]6YF[0xb]n[0x85][0xdb]%.,yo[0x19]C[0xfe][0xb6][0xe5][0xd1][0xb7][\r]S"7[0x1a][0x9e][0xbf]b[0x16]}[0xee][[0x15][0x86][0xd8][0xba][0xe3][0x98]b[0xd5][0xe6][0x9e]g[0x12]f[0xbd][0xe0][0x8a][0x9a][0xbe][0xd3][0xa0]`[0xba][0xe5][0xf8][0xa6]p[0xb8][0xad][0x8b][0x86][0xc4]x[0xb4][0xdb][0xa6][0xa7]?[0xa3][0xb5][0xc9]T[0xe2][0xb6]U[0xe5][0xbe]+[0xa6]N3[0x1b][0xc][0x91][0xdd][0xe6]wR[0xb0][0x91]<[0xc6]{HW[0xa7][0x1c]l}M[0xf0][0xba][0xb9][0xe7][0x8a]WM[0xe][0xa3][0xb0][0xc3]w[0xb9]ns[0xa7][0xa6]+U-C[0xc3][0xb7]l[0xbd]`y[0xbe]![0xf3][0xf][0xd7][0x15][0x98]![0xd5]5/C[0x94];[0x8e]+[0xc5][0xb9][0xe][0xc3][0xc8][0xa9]8[0xc4]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]B[0xbc]3&[0xc3][0xf8][0xc9][0xc2][0xbe]}}X[0xdc][0x99]n[0x15][0xe4][0xd3][0xf][0x88]g[0xa1]3n>s[0xcc]r[0xa4]P[0xd4]>[0x1a][0xd2]o[0xba]CR[0xfe][0x98][0xd7][0xd6][0xb6]p[0xf7][0xa4][0x1a][0x85][0xec]/Z5[0x87][0xfb][\r]A[0xe2][0xde]u]w[0xa9][0xae]'i][0xea]J[0x95]4,2[0x80][0xc1]H[0xf6][0xd6]c9[0xf5][0xe7][0x3]o[0xb2][0xc]K[0xbd]2P[0x13][0x14][0xdd][0x86][0xa8][0x98]k[0x96][0xfc]w[0x13]g[0xa0][0xe6][0xa4][0xfe][0x18][0x6][0x10][0xd3]p7[0x86]%,3d[0xff][0x1a][0xae][0xe5]N%y,{[0x88]F[0xb3]N[0xc3][0x90]([0x9b][0x9]O[0x8d][0xc3][0x9c]d[0xbc][0xa7][0xc1][0x88]![0x8f][0xfb][0x1a]h[0x92][0x9f][0xfc][0xa7]I[0xa3]v=*[0xf9]fy[0xc7][0xac][0xf8][0xc]+=[0x91]K[[0xfb][0xc6]0[0xd8]q_[0xec][0xad][0xea][0xd4][0xbc]]6![0xbd][0x19][0x96]w[0x98][0x15][0xbd]t/[0x19]6[0xff][0xf9][0xe5]P[0x86][0xa2]/,[0xa7][0xa6]:h[0xe8]d[0xc3]R ^[0xad]2[0x8c]%[0xb][0x9d]e4[0xa4][0x80][0xf9]^[0x92]F[0x96]^[0xf6]~j[0xf6](=[0xf4]A[0x4]d;[0xd1]m[0x90]n:[0xed]4[0x7][0xe8]K[0x1f] [0xb0]O[0x87][0x0][0x86]h[\r]+[0xe3]7[0xc][0xd3][0x1a]k[0x2][0x10][0xc7]9[0xc8][0x89]9[0x8f]1BI[0xe7][0xf7][0x84][0xb][0xd1]>[0x99][0xf9][0x88][0xe0][0x7][0x8c][0xcd]~A[0xe8]Eff[0xb4][0xef][0x0][0xe1]O[0xd0][0x2]x[0xbe][0xaf][0x2]J[0xc6]![0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x9b][0xde]-fy[0x1a][0xc7][0x5][0x15]m[0x12][0x13][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]$.[0x91][0xef]e:'[0x14][0x87]D]i[0xa3][0xae][0xb6]Q[0xd7][0xe8]kBep=[0xe]Jq[0xaa][0x95][0xe2]2[0xed][0x81]V[0x8a][0xec][0xec][0x14][0xc7][0x9b][0x80][0xb6][0x90]>[0xdc][0xc4]-[0xe5]6[0xad][0xf0]I[0x8c][0xaa] A[0xaa]c[0xe]#t[0xba]A;[0xe2][0x11][0xaa]h[0xe][0xb][0xe1][0xc8][0x1f]PK[0x7][0x8][0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xbc][0xad][0x6][0xa5]7[0xd8]"[0x17][0xc1]V[0x12]![0x12]MZI[0x84][0xd4][0xe8][0xdb][0xd0][0x8e]eq[0xbb]Kf[0xb7][0xa0][0xbf][0xc1][0x17][0x9f][0xfd][0x17]<[0xe1]%[0xf1][0x7][0xf8]{[0x8c]&>[0x18][0xcf]lK[0x81]BbS}[0x99]9s[0xf6];[0xe7]|[0xe7][0xcc]9[0xb3][0xdf]~[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x6][0xf][0xa2][0x88] [0x19]E[0xaf]ZRHk[0xc8]D0[0x15]E[0x8][0xd3]}0[0x90][0xd5]0[0xa3][0xe1][0xae][0x86]Y[0x86]p[0xde][0xb4]Mo[0x99]![0x98]H[0x96][0x18]B[0xab]NE0[0xc][0x16]L[<[0xad][0xd7][0xb6][0x84][0xdc][0xe4][[0x16]i[0x86][0xb]N[0x99][%.Mun*C[0xde][0xb6][0xe9]2[0xc][0x15][0x85][0xb7][0xed]T[0x8a]u[0xd7][[0x11][0xf][0x9f][0xd5][0xd5][0xa7][0xd8][0x13][0xdb][0x16]r[0xd5][0xe2][0xae]+[0x8][0xf2][0xb8][0xe0][0xc8][0xaa][0xb1]S[0xa7]X[0x86]i{B[0xda][0xdc]2d]a\[0xda]-[0xe1][0x1a][0xca][0xae](T[0xc8][0x12][0xb7][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf7][0x1c]9q[0xc6]q[0x8e]![0xb2][0xd7][0xf8]LA[0x8a][0x89][0x13]n[0x8f][0xbc][0xd5]([0x3][0xcb]X[0x93][0xbc]&[0xf6][0x1d][0xf9][0xba][0xe1]2W[0xd8][0xe1]{[0xdc][0xb0][0xb8]]5|RME[0xdd]3-[0xa3]`[0xba]^Ne[0x1f][0xae][0xf9]`[0x86]d[0xc7]~[0x19][0xa2][0xdc][0xb6][0x1d][0x8f]{[0xa6]cS)[0xce][0xc4]![0xaf]BJGR[0x11][0xe2][0xed]1[0x19]FO[0x97][0xf5][0xed][0xee]Qi3[0x9d]2[0xc8][0xa7][0x96][0xc9][0xcf]|{[0xdc]|[0xfa][0x84][0xe6][0x98][0xa1][0xf1][0xb0]%[0xe6][0x94][0xdd]d[0x1b][0xa5][0xfc][0x9][0xab][0xcd]m[0xe9][0xec]+6>[0xb2]w[0xc3][0xac][0xda][0xdc][0xab]K"[0xf7][0xae][0xe3][0xba]+v]Q[0xeb][0x90]W[0xb2][0xa4]a[0x9e][0x1][0xc][0xb9]Dw-6[0xe3][0xdf]|[0xe0]M[0x96]a[0xb1][[0xf][0xd4][0x4][0x1b]N][0x96][0xc5][0x9a][0xa9][0xee]n[0xec][0x1c][0xd4][0xb4][0xe2][0x1f]C[0x1f]b[0x1a][0x16]b[0xb8][0x87]E[0x86][0xec]_[0xc3]5[0xcd][0xa9]$[0x8f]T[0xf][0x11][0xc5][0x1a][0xcd][0x82].[0x5][0xdd][0x83][0xad]s[7k[0xbb][0x96][0xa8][0x9][0xbb]Q7[0xdd]y[0xa5]7FF1[0xd0][0x1d][0xa9]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]S[0xf2][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xa4][0xe1]~[0xc]9[0xe4][0x19][0xd6][0xfe][0xcf]8RO[0x1f][0xdf][0xcb][0xfa][0xd6][0x8e]({[0xc]+][0xf9]V[0xba][0xd6][0x89][0xa1][0xbf][0xed][0xbc][0xd0][0xdd][0xd5]0[0xcc]uc[0xc8][0xd0][0xc7][0xcb]e[0xe1][0xba][0x13]3[0xb3]Y[0xea][0x8c]L[0xe7][0xf]M[0xf2]%[0xc3][0xfa]?[0xbf]K[0xbe]b[0xc3][0x93][0xa6]][0xf5][0xfb]s[0xe0][0xf4]8[0xd0]s[0xcd]+[0x15][0x86][0x91]D[0xa1][0xbd][0xfe]D[0x0]Yz[0xfe]{i&[0xa2][0xf4]7[0x8]"[0xa0][0xba][0x8e]N[0xfd]t2h[0xa7]qAO[0xea][0x10][0x81][0x3][0x12][0x2][0x18][0xa0]5[0xec]+[0xbf]c[0x90][0xd6]X[0x3][0x80]8.@[\r][0xd6]E[0x8c][0x10]J[0x19][0xbf]'\[0x88][0xf6][0xf1][0xf4]G[0x4]?`d[0xea][0xb]B/[0xd2][0x99][0xe1][0x9e]C[0x84]?A[0xb][0xe0][0xf9][0x81][0x1f]Py[0x1c][0xa0][0x1d][0xf8][0x1][\r]?q[0x19][0xbf]|[0xcf][0xa9][0x86]u[0xd3][0xb3][0x92]Fq[0xc9][0x8f]6[0x8e]1B[0x5]|i[0x1c]W[0xc8][0xf6]*[0xc9][0xba][0xef]C[0xa1][0xae][0xb5]P[0xd7][[0xa8][0x1b][0xf4]U[0xf7]3[0xb8][0x19][0x7][0xa5]8[0xd1]Lq[0x89][0xf6]@3Ev~[0x8a][0xa3][\r]@[0x8b]H[0xf]n[0xe3][0x8e]o6[0xe9][0xe3][0x13][0x18][0xf6][0x83][0x4][0xa9][0x8e])[0xc][0x91]t[0x8b]v[0xc4]#P[0xbf][0xd3][0xb9]p[0xe4][0xf]PK[0x7][0x8][0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeATestRule.class[0xad]UmO[0x13]A[0x10]~[0xb6]-[0xbd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14][0x4]|[0xab][0xa6]J[0xdf][0xe0]Z[0x5][0x4][I[0x80]H[0xa2]i%[0x11]R[0xa3][0xdf][0x96]v-[0x87][0xd7];[0xb2]w[0x7][0xfa][0x1b][0xfc][0xe2]g[0xff][0x5][0x9f][0xf0]%[0xf1][0x7][0xf8][0xa3][0x8c][0xb3][0xd7]R[0xa0][0x92][0xd8]T[0xbf][0xdc][0xcc][0xce]=[0xf3][0xcc][0xec][0xec][0xcc][0xee][0xcf]_[0xdf]~[0x0]([0xe0]I[0x14][0x11][0xa4][0xa3][0x18]T[0x9f][0xc][0xb2][0x1a]r[0x11][0xcc]E[0x11][0xc2][0xfc][0x10]t[0xe4]5[0x14]4<[0xd0][0xf0][0x90]!\2,[0xc3]]e[0x8][0xa6][0xd2]U[0x86][0xd0][0x86]][0x17][0xc][0xa3]e[0xc3][0x12]/[0xbc][0xe6][0xae][0x90];|[0xd7]$[0xcb]x[0xd9][0xae]q[0xb3][0xca][0xa5][0xa1][0xd6]mc[0xc8][0xdd]3[0x1c][0x86][0x89][0x8a]p[0xf7][0xec]z[0xc5]s[0xdc]u[0xb1][0xb6]#[0x1c][0xf7][0xa5][0xa7]~[0xc7][0x9e]Y[0x96][0x90][0x1b]&w[0x1c]A[0xb0]r[0xd9][0x96][\r]}[0xdf][0xa3]x[0xba]a[0xb9]BZ[0xdc][0xd4][0xa5][0xa7]0[0xe]IS8[0xba][0xf2][0xab][0x8][0x15][0xb6][0xca]M[0xa3][0xce]][&/%/2D[0xe][[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TI[0x9d][0xa3]>el[0xd2]NL}S[0xf2][0xa6]8[0xb2][0xe5][0xbb][0x16]m[0xb1][0xbc][0xcf][0xf][0xb9]nr[0xab][0xa1][0xfb][0x89][0xb5][\r][0x9e]k[0x98]z[0xd9]p[0xdc][0xa2][0xaa]B[0xb8][0xe9][0x83][0x19][0xd2]=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb]#[0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI[0x85][0x88]w[0xc7]d[0x98][0xbc]X[0xde][0xf][0x7][0xa7]%[0xce][0xf5][0x9a]A)[0xb3]J<[0x8b][0xdd]qK[0xd9]s[0x96][0xb3][0xc][0xf5][0xb5][0x8e]ZT~[0xb3]])[0x95][0xce]y[0xed][0xec]I[0xfb]He[0xe3]#[0x7][0xb7][0x8d][0x86][0xc5]]ORr[0x1f]{[0xae][0xbb][0xca][0xae][0xaf][0xd4]z[0xcc]+][0xd5][0xb0][0xc8][0x0][0x86]b[0xaa][0xbf]6+[0xf8]'[0x1f]x[0x9f]gX[0xee][0x97][0x81][0x9a]`[0xdb][0xf6]dMl[0x1a][0xea][0xec][0xa6].A[0xcd][0xab][0xfc]c[0x18]BL[0xc3]R[0xc][0x8f][0xb0][0xcc][0x90][0xff]k[0xb8][0xb6];[0x95][0xe4][0xa9][0xea]![0x86]L[0x93][0xe6]!![0x5][0x9d][0x83][0x95][0xe0]V[0xc2]h[0x1e][0x98][0xa2])[0xac]V[0xdd][0x12][0xf6][0xdb][0xc4][0xe9][0xa4][0xcc][0xab]`+[0x1a][0x1e][0xc7]PD[0x89][0xe1][0xf9][0xff][0x1b]B[0xea][0xe4][0xb3][0xd3][0xd8][0xda][0xdd][0x17]5[0x97]a[0xbd]/~e[0xeb][0xac][0x18][0x86][0xbb][0xd6]K[0xfd][0x1d][0x8][0xc3]B?[0x8e][0xc]C[0xbc]V[0x13][0x8e][0x93],,[0xe4][0xa9][0x1f]r[0xbd]_/[0xe9]7[0xc][[0xff]|[0x1b][0xf9][0x86]mW[0x1a]V[0xc3][0xef][0xca][0x91][0x8b]C@[0x97]5[0xaf][0xd7][0xe9][0xde]M[0x95][0xbb][0xeb]O[0x9] O[0x97][0xff] MB[0x94][0xde][0x82] [0x2][0xaa][0xd7]h5L+[0x9d]$[\r][0x9][0x6]2'[0x8][0x1c][0x93][0x12][0xc0][0x8]}[0xc3][0xf0]'[0x7][0xa3][0xa4][0xc7]Z[0x0][0xc4]q[0x5][0xca]x[0x15][0x13][0x84]R[0xce][0x9f][0x8][0x17]"9[0x93][0xfd][0x82][0xe0]gL[0xcc]}G[0xe8]u67>p[0x82][0xf0]Wh[0x1][0xbc]:[0xf6][0x3]*[0xc6][0x11][0x92]`Ah,[0x84]i[0xa6][0xf9][0xcc][0x99][0x96]w[0x9b]Yi[0x93][0xb8][0xe6]G[0x9b][0xc1][0x14][0xa6])[0x8a][0xd2]fp[0x9d]|o[0x90][0x9e]P[0x1c]>[0xea]f[0x7]u[0xab][0x83][0xba]M[0x13][0xfe][0xe][0xee][0xc4]A[L[0xb6][0xb7][0xb8]B2[0xd0][0xde]"[0xbb]|[0x8b][0x93]-@'[0x91][0x1][0xdc][0xc3]}[0xdf]m[0xd6][0xc7][0xa7]0[0xee][0x7][0x9]R[0x1d]3[0x18]#[0xed].I[0xc4]#P[0x8f][0xe9]B8[0xf2][0x1b]PK[0x7][0x8][0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.class[0x9d]Q[0xdd]J[0xc3]0[0x18][0xfd]2g[[0xeb][0xa6]^[0xfa][0x0]^[0xf8][0x3][0x6][0xc1][0xbb][0x96][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xa1]Cp[0xb2][0xfb][0xaf][0xdb]GMM[0x13]H[0xd2][0xed]!|#/|[0x0][0x1f]JL7[0xe9][0xc6][0xf4]B[0xc][0x84]|[0xe7]$[0xe7]|'[0xc9][0xc7][0xe7][0xdb];[0x0]\[0xc1]a[0x8]q[0x8]}[0x6][0xd1][0x1c][0xa5][0x98][0xa1]#[0x6][0xa3][0xd3]L[0x9b][0x82][0x97][0xb5][0x12][0x8e][0x9b]Z)2[0x96]WzF[0x92][0xf][\r]V[0xb4][0xd0][0xe6]eDUN&[0xc9]J[0x9c]#[0x97][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~'[0xd1][0xda]o[0xa2]vB[0xf2]LX[0x97][0x9c]M[0x18][0xec][0x8d]E[0xa1][0xd0][0xd5][0xc6]{[0xbf][0xfe][0xd9];=[0x1f][0xfc][0xb0]O/6[0x18]TJ;tB+~[0xd3][0x96][0xc9]`;B[0xba]!yz6z[0x81][0xb9]$[0xac]I[0x16][0x8f]um[0xa6]4[0x14][0xd2]G;~[0xac]%[0xad]zOVo[0xa1][0xcd]e[0xa3][\r][0xe1][0x80][0xc1][0xed]:[0xb6]P[0x8e][0x8c]B[0xd9][0xe6]7^h[0xf9]/[0xf2][0x93][0x86]k[0x11][0x83][0xfe][0x16][0xee][0xdd]7[0x6][0xcb][0xab][0x91]ep[0xb4]N[0xfa][0x90][0x97]4u[0xc][0xae][0xff][0xd3]6[0x0]`[0xd0][0x81]f[0xb0].[0x83][0x1d][0xe8]z[0xbc][0xeb]Q[0x7][0x2]?[0xc3]e[0x15]A[0xcf][0xaf][0xb1][0xdf][0xf1]?[0x4][0xfb]A[0xf4][0x5]PK[0x7][0x8][0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator.class[0xad]X[0xf9]C[0x14][0xf7][0x15][0xff][0xc],[0xc][0xce][0x8e]H[0x0][0xad]x[0x15][0x95]$[0xec][0xa2].[0xa8][0xd0]([0x14][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc9][0x2][0x6][0x8][0xad][0xe6][0xb0][0xc3]2[0x81]1[0xc3]n23[0xeb][0xd1][0xa6]G[0xd2][0xf4][0xb2][0x89][0xb9][0xf]s[0x9a][0x93][0xa4][0xb5][0xad][0xd6][0x88][0x18]r[0xf5]H[0x8f][0xf4][0xce]?[0xd0][0x1f][0xfa]S[0xff][0x89][0xa6][0xef]}gvw[0xd8]]Z[0xdc][0xcd][0xf][0xcc]{[0xf3][0xbe][0xdf][0xf7]y[0xe7][0xf7];o[0xf9][0xe4]?[0xef]~[0x0][0xa0][\r][0x9f]*h[0xc7][0xb7][0xf9][0xf1][0x1d]~[0xdc][0xaf][0xa0][0x3][0xf]([0xa8][0xc7]w[0x97][0xd1][0xeb][0x83][0xcc]}[0x8f][0xb9][0xef]3[0xf7][0x3][0xe6]~[0xa8][0xe0]G8[0xc5][0x8f][0x1f][0x7][0xf1][0x10][0x1e][0xe][0xe2]4[0x1e][0xe1][0xc7][0xa3]2[0x1e]c[0x8c][0xc7]e<[0x11]D-[0x9e][0x94][0xf1][0x94][0x8c][0xa7]Y[0xf1][0x19][0x19][0xcf][0xca]8[0xa3][0xa0][0x6][0xcf])x[0x1e]/[0xc8]x[0x91][0xb7][0xbe]$[0xe3]e[0x5][0xeb]q[0x96]7[0xbd]"[0xe3]U[0x5][0x8d]8+[0xe3]5[0x5][0x9b][0x98][0xbe][0xae][0xa0][0xc9]]|[0x83]M[0xbf][0xc9]:32[0xde]R[0x10][0xe2][0xe5][0xb7][0x15][0xb4][0xe0],[0xaf][0xfc][0x84][0xf7][0xfc]T[0xc6]9[0x5][0x11]W[0xf2]3[0x19]?W[0xb0][0xdd]}[0xf9][0x85][0x8c][0xf3]2.[0xc8][0xf8][0xa5][0x4]HP[0xfb][0x13][0x9][0xdd][0xda]gj[0xb6][0xad][0xdb][0x12][0xea][0xfb][0xc][0xdd][0x9c][0x18]H[0xd9][0xce]^=:[0xaa][0xdb][0xce]p[0xca][0xd4]%[0xac][0x1c][0xd0][0x9d][0xa9]d[0xbe][0xfc][0x9a][0x5]rWV[0xe3][0x87]pE[0xb5][0x3][0xfa][0xf4][0xb8]n[0xb9][0xb2][0x83][0xa9]q[0xd3][0x88]KX[0xd3][0xa3][0xc7]M[0xcd]2[0x12][0x93][0xc2][0xfa][0xc2][0xc5][0x5][0x1a]#[0x8e][0xe6][0xb0][0xb0][0xc9]/[0x1c]L&\[0xf9][0x90][0x15]5[0xed][0xa4][0xc0]p[0xad]-g2[0xa6][0x99][0xc6][0x84][0xe6]$-[0x9][0xf2][0xde][0x94]aN[0xe8][0xc4][0xd5][0xef][0x8b]EGF[0x8e][0xc][0xdf][0x1a][0xeb]=2[0x16][0x8d][0xf5][0xf7]DG[0x87][0x86]%t[0xc4][0x92][0xd6]d[0xe4]h*a8[0x11]#[0xe1][0xe8]VB3#V[0x8a][0x13]c[0x13]5u;[0xc2][0x90][0xae][0xf5][0xc]p[0xa7][0x84][0xea]\[0xa4][0xb5]>[0x3][0x3][0xbd][0xa3][0x7][0x86]z[0xfc][0xab]+[0x17][0x91]+Z"[0x91][0xe4]X[0x92][0x9]Ji[0xec][0xa8]vL[0x8b][0x98]Zb2"[0x82]";[0xcb]F[0x8c][0xc9][0x84][0xe6][0xa4],[0x8a][0xae]=w[0xbd][0xab][0xc5]'[0xc9]"E[0xa2][0x19][0xb6][0xb3][0x9b]0[0xe4]iQ*[0xaa][0xb1]tXB[0xdd][0xb1]t[0x18]#[0x8e][0xa5]9[0xfa][0xa4][0xc1][0xd5][0xaf]q[0x91]R[0x8e]aFb[0x86][0xed][0x90][0xda]X[0x8e][0xa8][0xab][0xa8]\5-([0x89][0xf0][0xa7][0xb2][0xcb] [0x8c]n[0x9][0xd1][0xe6][0xe2] [0xbd][0xaa]v[0x86][0xc6]$[0x4][0xf6]%'(7+bFB[0x1f]L[0xf1][0xbe]Qm\t^,[0x19][0xd7][0xcc]1j3~[0xf7][0x84][0x1]g[0xca][0xa0]h[0xe5][0xf1]t_t[0x97][0xe6][0x81][0x84]*/[0x9d][0x4][0xde][0xe1][0xf]'[0x8d]1M[0xee][0x99][0x11]>7nIs[0xf3],b[0xd0][0xb5][0xf8][0x94][0x84][0xd0][0xa2][0xea]}[0x96]6[0xad][0x1f]OZw[0xbb]~[0x90][0xd9]2[0xa3][0x89][0x9a][0xda][0x7][0xd6]O[0xbe]{[0xbd]Y[0xe9]h[0xd6][0xa4][0xee]H[0xd8][0xbc][0x4]h[0xbb]nYI[0xcb][0x16]}[0xc2][0xe8][0xc4][0xad]Z[0x98][0xbb][0x93][0xf7][0xa4][0xf3][0xb7]e[0xa9].v[0x85][0xb9][0xd2][0xd7][0xe7][0xb5]P[0xb6]_G[0xa7][0xac][0xe4]qF[0x15]=[0xb1]'wg[0xcb][0xd5]Xb[0x84][0x81]"[0xb2][0xbf][0x98]?\[0x94][0xea]ta]3[0x12][0xba][0x16]7[0x90][[0x9f]BE[0xae][0xb2][0xdd][0xe3]vRB[0xcf][0xe7]q[0x92][0xa8]p[0xd3][0x9e]gcK[0xf6][0x8c][0x93]u[0x15]9h[0x88][0xa7][0xef][0xd6][0x8c][0xdd][0xcc][0x8d]zcs[0xa8][0xd4][0xb3][0xb3][0xda][0xf1]>'[0xf9][0xe8][0x8a]![0xcc]r[0xeb]Q[0xd7]-=[0xf3]![0xba][0xe1]"W[0x95][0xe][0xd6] k[0xd9]/[0x9b]j[0xd8][0xee][0xb7][0xcd]}[\r]j[0xf1][0xb8]n[0xdb]Mm[0xdb][[[0xe9][0xdc][0x9d]h[0xf5][0x89]v[0xb4][0xfa][0xdf]v[0xf2][UW[0xdc][0xf4][0xae][0xb7][0xf2]f[0xce][0xa1]2[0x92]LYq[0xbd][0xcf]`[0xb0][0xd5][0x5][0x12][0xb2][0x8d][0xf3][0xaf]"[0x5][[0x85][0xc5][0x8f]c[0xfc][0x18][0xc6]}*.[0xe2][0x1d][0x15][0xfd][0xb8]I[0xc5]%[0xcc][0xaa][0x18][0xc0][0xa0][0x8a][0xcb][0x98]S1[0x84][0x83]2[0xae][0xa8]x[0x17][0xf3]*[0xde][0xc3][0xbc][0x8c][0xf7]U|[0x80][0xf]e|[0xa4][0xe2]W[0xf8][0xb5][0x8a][0xdf][0xe0][0xb7]t[0xfe][0x96][0x98][0x7][0x15][0x6][0x8e]J[0xd8][z[[0xaa]8[0x8c][0x8f][0xe9][0xac][0x94][0xd2][0x19][0xf4][0x8d][0xca][0xaa]g[0xbe][0xee][0x9c][0x92][0xdf][0xd1][0xb1][0xcc].[0xb9][0xf5]Y[0xed][0x8f][0x91][0x91][0xd3][0x95]T[0xf1]{[0xfc]A[0xc6][0x1f]U|[0x82]?[0xd1][0xd0][0x91][0xbb]/[d[0x15]I[0xdc]#a[0xa8]([0xa7][0x17][0x9f]e[0xd8][0xe3]?[0xab][0xf8][0xb][0xfe]*aQ[0xd8][0x85]F[0xa1][0xd2][0x91][0xd2][0x93]VQH[0x85][0xc6]D[0x15][0xc3][0xdf]U[0xf4][0xa0]W[0xc5][0xbd][0x9c][0xca]C%;[0xb9][0xf8][0x90][0xd7][[0xb2][0xdb][0xae][0xcb]}[0xec][0xed]?[0xd8][0xdb][0x9b][0x8a][0xf4][0xb6][0xc0]`[0xac]b?z%[0xf4][0x95][0x8e][0xe8][0xa2][0x1d]`[0xb4][0x9d][0xc5][0xa0][0xd1]L[0x97][0xbd][0xd8][0x87][0xc6][0x8f][0xea]q[0x9a][0x8]:[0x8a][0xf2][0xab][0x8d][0x7]U[0xf7][0x92][0xbb][0x81]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb8][J[0x9d][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0xba]i[0x3][0xbb][0xd8]@[0xc9][0x83][0xe1]a[0xdf][0xb5][0xdc][0xca][0x88][0x7]?[0x1f][0x97][0xfd][0xf3][0xf1][0xc6][0xff];n[0xd0]EFs[0x98]7[0x8d][0xeb][0x13][0x3][0xe9]1|ss^[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0xd7][0xfa]uE[0xfb][0x92]j[0xf5][0xc2]m[0xf4][0xbd]1[0xbc][0xc1][0x8f][0xa6][0xb6][0xe6]P[0xe1][0x81][0xb0]6_J[0xd3][0xde][0x94]f[0xf][0xea]'[0x1c][0xf1][0x9d][0xa2]|[0x5][0x12][0xe2][0xa5][0xbe][0xd9]_[0x1d][0xb7]o[0xfe][0xf7]tUx[0xf8][0xf1][0xc5]Vh[0x1a][0x8a][0xe5][0xa7][0xa0][0xb8][0x2][0xb5][0x9]8[0x99]r[0xe5][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u[0xcd][0x85][0xba]kE[0x8e][0x88][0xe][0x87]aGm[0x9b]\[0xd1][0xb8][0xd3]g%[0xa7]9[0xf4][0xfc][0xb2]Pb:[0x8b]l[0x1d][0xd7][0xb3][0xe5][0xc7][\r]g[0xca]w([0x1f],[0x12]m[0xe1][0xf0]W[0xf2][0xe8]U!~[0x1]I[0xb8][0xa1][0xc8])[0x8e]O[0xec]]I[0xcb]kilD;:[0x0][0xc8]h[0xe0][0xaf][0x0]q[\r]|[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xdf][0xa3][0x7][0x4][0xad][0xe5]y[0x6][0x12]n&[0xbe][0xc]1z[0xa7][0xa9]F[0xc8]i[0xa6][0xc9][0xc8]o[0x81]Jt[0x18]#$[0x19]%N#Y[0x19][0xd1][0xf5][0xe1][0xcb][0x8][0x84][[0xe6]Pq[0x9][0x95]L[0xe5]K[0xa8]b[0xba][0xec][0x12][0x94][0xb]B[0xf5]Vz[0xae]B[0x5]=oF[0x80][0xc][0xf0][0xd8]TO&[0xd6][0x91][0x81]1[0xb1]&[0x80][0xf0][0x15][0xe1][0xe]s_[0xc5]!2#[0xd1][0xe4]r[0x1b][0xad][0xb1][0xb9]OQ[0x8e]J[0xa2]=[0xe1]wPu[0x6][0xd5]-D+g[0x11][0x9c]A[0xd0]c[0xd5][0xc1][0xad]W[0xb0]\[0xc2][0xee]@C[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%[0x9c]A[0x3]s+$|[0x84][0x9a][0xdd][0x15][0xe1][0x86][0x8a]-[0x97]q[0xcd][0xcc]g[0xff]b[0xaf][0xca][0x85]W[0xb5][0xe4][0xf][0xc8][0xd6]Z[0xdc][0x8e]][0xb8][0x3][0xfb]pDx[0xd4]M[0xb6]vQ[0xea]n'Y[0x5]6[0xa3][0x11]w[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xed][0xc9]x[0xd9][0x83][0xaf]Q[0x12]$[0xc1][0x8d]S[0xa2][0xca][0x8]%[0x84]8q[0xe5][0x98] i#Q[0x17]C[0x17][0xb1][0xf3][0xae][0xbb]2[0xbb]&i[0xd5]M[0xec][0x14][0xfd][0xd1][0xac][0xe7][0xc5][0xf9][0x6]Y[0xe1][0xdd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0x11][0xf1]pX"[0x9a][\r][[0xbd]`j9D[0x11][0xf5][0x96]+[0xa8][0xb]`[0xe6][0xb3]fC[0xaa]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xb5][0x81][0x8c]l#[0xd3][0x1c][0xce]N[0x82][0xdc][0x80][0xe5][0xb8][0x1b]&[0xc1][0xf3][0xff][0xae]8[0x1c][0xde][0x17][0xc9][0x84][0x13][0xc1]4[0x5]+[0x9][0xce][\r]g"S[0x1a]^[0xd3]3k[0x1c][0x84][0xeb]z[0x82][0xb0]hN[0xf3]:[0xa2]I$[0x8]P[0xe7]Q[0xa8][0xe]+[0xa5][0xcb]Xu[0x1e][0xfc]-[0xf6][0xab]R[0xe8]O[0x91][0xc6][0xbd][0x8b]i|[0xa1][0x90][0x86]I[0x1a]4[0x83]{[0xe9]9([0xda][0x2][0xa8][0xf][0xcf][0xa1][0xfc]9(D[0xa4]3[0x90][0x3]3[0x8][0x94][0x9f][0xcb][0xe4][0xc0][0xd5]<%bW[0xdd][0xfd]":[0x88][0x98][0xb2][0x12]][0xb4]$G[0xe2][0x90][0x95]T[0xc6][0xca]~[0xa2][0xbc]'X[0x87][0xd5][0xe1]Y4[0xcc]bM.[0xf8]i[0x1f]x0[0xf]<[0x98][0x7]~[0xac][0x10][0xf8][0xda]E[0xc0][0x1f][0xbf][0x1a][0xf0][0x9a]*[0x1c]'p7[0xa3][0x11]/?[0x15][0x9c][0x9f]s[0x99][0xd3][0xe7][0xc2][0xae][0xf3][0xc1]V[0xe0][0x4][0xc3][0x92][0xf2][0xc9][0x82][0xca]eKS[0xfe]zAei[0x9][0xca][0xa8][0xc2]7p[0x9f][0xa7][0xfc]o[0xaf][0x11]>[0x9e][0xc3][0xba]y[0xac]?D[0x8d][0xb0]a[0x16]_[0x9c]G#[0xb3][0x1b][0x5][0xbb][0x89][0xd9][0xcd][0x82]mb[0xf6]Zbgq[0xdd]E\?[0x87][0xe6]y[0x84]X[0x16][0xce][0xdd][0xd9][0xc2][0xec][0x96][0xf4][0xce][0xad][0x4]?[0x8b]mK[0xb0][0x10]a[0xb6]5[0xad][0xd7]F[0x16][0x84]^a#[0xdb][0x99][0xdd][0x91][0xde][0xbc][0xf3]B[0xa6][0x83][0xdd][0xeb][0xa5][0x91]n[0xe2]0[0x9d][0xb7][0x1d]x[0x6]{(-[0xdf][0x14][0xc9][0xf9][0x16]][0xe][0xa0][0xb].[0x88]/[0xd1]:[0xe7][0xb2][0x89][0xe8]n[0xac][0xa1]L[0xb6][0xa3][0x93][0xe8]v[0xa2]]D[[0x88]~[0x99][0xe8]&[0xa2][0xdd]D[0xd7][0x13][0xdd]C[0x94]qo$[0x1a]"[0x1a]%ZKtoe[0x15]uv;]d[0xca][0x1]PK[0x7][0x8][0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/rules/ValidationError.class[0x9d]S]o[0x12]A[0x14]=S([V*[0x94][0xb6][0xf8]m[0xb7]*[0xf2][0xd9]nk[0xe2][0x83][0x81]4[0x9a][0xa6]}[0xc2][0xf6]a[0x1b][0x12][0xe2][0xd3]@[0x7]:[0xb8][0xec][0x92][0xd9][0xdd]Z[0xff][0x81][0xc7][0x97]jL[0xf4][0x7][0xf8][0xa3][0x8c]w[0xa1][0x2][0x2][0xf][0xe8]n[0xb2]s[0xef][0xcd][0x9c]s[0xef][0x99]3[0xfb][0xf3][0xd7][0xb7][0x1f][0x0][0xf6][0xb1][0xbf][0x82]G[0x1a][0x1e][0xeb][0xd8][0x82][0xa1]c[0x1b]Ot<[0xc5]3[0x1d]+[0xc8]jx[0xae]![0xc7][0x10][0xab]JG[0xfa][0x7][0xc][0xa7][0xf9][0x9a][0xab]:f7[0xa0][0xd4]T[0x81][0xe3][0x8][0xe5][0x99]=[0xf7]\[0xd8][0xe6][0xb1][0xe2]=[0xf1][0xc1]U[0xef][0xdf][0x8a]^S[0xa8]J[0xad][0xcb]/[0xb9]is[0xa7]c[0x1e][0xda][0xdc][0xf3]&[0xb][0x96][0xaf][0xa4][0xd3][0xa9][0x14][0xea][0xc][0xd1]CB3$k[0xd2][0x11]'A[0x88]<[0xe3]M[0x9b]*[0xe9][0x9a][0xdb][0xe2]v[0x9d]+[0x19][0xe6]7[0xc5][0xa8]!=[0x86][0x17][0x13]SH[0xc7][0x17][0xca][0xe1][0xf6]h[0x1c][0x15][0xd8][0xc2]3[0xeb][0xdc][0x96][0xe7][0xdc][0x97][0xae]s[0xa4][0x94][0xab]*$[0xa2]7[0x18][0x8c][0xa1][0xb0][0xb0][0x6][0x6][0x9d];[0x8e][0xeb][0xf]x[0x18][0xd6]f4[0x11][0xab][0x17][0xb4][0xdb][0xf2]*[0x9c]wF[0x1f]C[0xe6]o[0x11][0x1f][0xfb][0x84][0x94][0x17][0x9d][0xa1]Z< [0x9e][0x97][0xd3][0x9d][0xab][0xa5][0x89][0xca]xF[0xf3][0xcd]([0xac][0x84][0xb8][0xb8]%;[0xe][0xf7][0x3]E-/[0x17][0xf6].[0xec][0xf9]_[\r][0xe7][[0xac][n[0xa0]Z[0xe2]X[0x86][0xc2]7[0xa6][0x8c][0xd9][\r]![0xe4][0xff][0xd9][0x85]0^g=#[0x97][0xf5]rF[0x96][0x8c][0xde]8t,[0xe1][0x16]e[0x9f][0x10]C[0x94]V[0xa3][0x98]f[0xb1][0xef]XjD[0xca][0xd7][0x88]X[0x8d]h[0xe9][0x1a]Q[0xab][0xb1][0xbc]c}[0xc5][0xf2][0x17][0xc4]>[0xd3][0x9e][0x8][0x12][0xf4][\r][0x91] [0x86]-[0x8a]V)*[0xe][0xf1][0xb8][0x8d][0xe4][0x80][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xd4]#[0x8c][0xd2]X[0x1f][0xec]6[0xb0][0x81]M[0xc2]g([0xce][0xdc]TR[0xb8]3[0xda]u[0x97]j[0xf7](^[0xc2]}[0xaa]=[0x18]D[0xf][0x3]PK[0x7][0x8][0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/internal/runners/statements/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/ExpectException.class[0x9d]U[o[0x1b]E[0x14][0xfe][0xc6]6Y{[0xbb][0x8d]c[0xe7]V([0xb4][0xee][0x5][0xea]8N[0xdc][0xd2][0x1b]4[0xc6][0xd0][0x86][0xa4][0xd0]:N[0xc1]ih[0x10]/[0x1b]g[0xe4]nX[0xef]Z{i[0x83][0x4][0xfc][0xf][0xf8][0x3][0xd5][0xa9][0xba][0xd5]t[0xcc] [0xf4][0xa4][0xc0][0xdc]I}y~[0x0][0xd9]x[0xea][0xb9][0xcf][0xcd]m[.Uh7V[0xb6][0x18][0xb7]"p;[0xff][0x1f][0xd2][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xb7]I[0x1a][0xcb][0xdc]%[0x90][0xae]Z[0x8e][0xac][0x85][0xad]m[0xe9]m([0xf7][0x2][0xd9][0xaa][0xdb]0[0xed]M[0xd3][0xb3][0x94]|[0x4]&[0x82][0xa7][0x96][0xcf]p[0x3][0xd1],'[0x90][0x9e]c[0xda][0xfd][0xb0]~/[0xa0]_Z[0x89]X[0xaf][0xec]5d;[0xb0]\[0x87][0x19][0xcf][0xbc][0xee][0xf5][0x87]v[0xcf][0xf3][0xfa][0x9b]0[0xf8][0xc7][0xd2](fI[0xf9][0xcc][0xb4]C[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]\][0x1d][0x95][0xf9]][0xdf][0xf][Q[0x86][0x9b][0x96]k[0xd3]bg0e[0xad]%}[0xdf]lF%9[0x8e]V[0xf]<[0xcb]iR==2[0x5][0x86]o[0xb8][0xad][0xb6]-Ux[0xf1][0xad][0x80][0xde]w[0xc9][0xfa][0xe9]u7[0xf4][0x1a]r[0xd5]R[0xcc][0xa7]NTiQ[0xf9]3p[0xe]y[0x3]g[0xf0][0xb6][0x81]wp[0xd6][0xc0][0x15][0xe4][0x5][0x16][0xff]_[0xf2][0x2][0x93]#r[0xd3][0xf0][0xd0]@[0x15]k[0x1a]j[0x6][0xd6][0xf1]H`[0xf6]$[0xad]{[0xa1]e[0xef]HO[0xe0][0xfc]c[0xa7][0xd7][0xb9]9[0xd9]s[[0xcc][0xf5][0xb0][0xb2][0x81][0xaf][0xf0][0xb5][0x81]:6H[0xaa][0x92][0xdb][0xe][0x83][0xdc]s[0xd3]/[0x93]r[0xc5][0xc0]c[0x85][0xe]d[0xd0][0xcf]K[0x91][0xe3]y[0x9c]9V[0x91][0x84][0xf4][0x94]j[0xc5][0xf3]\[0xaf]_[0x93][0xc1][0xa8]wr[0xca][0xec][0x1b][0x81][0x9b]o[0xd4]{[0x2][0x17][0xfe][0xb5][0xbf][0x4]&[0x8e]SZ[0xdf][0xde][0xa5]=[0xcf][0xb1])[0x83][0xa8][0xd9][0xc8]%?t9y[0xd0][0xe9][0x13][0x10][0xbd]X>[0x9][0xa9]+[0xcd]r[0xaf]zn[0x8b][0x84][0xf2][0xc3][0xb7][0x8f]]1f[0xb6][0xdb][0xd2][0xe1][0xab][0xb0][0x90][0x1f][0xee][0xad][0xb9]![0xe8][0xe8]\TS2[0xab][0x9a][0xd9]R[0xed][0x93][0x1f][0xde][0xa7][0xda]/p[0xbb]k[0x81][0xc2][0x8][0xdf]#[0x9b]V][0x92][0xe9][0xc1][0xcd][0xdd][0x1a][0x10][0xc7][0x5]>[0xa1][0xb3]|Wc[0xc8][0xaa][0xa6][0xe4]*[0xab][0xfa][0x12][0x2][0xef]F[0xe8]{[0xfc][0x4][0xcf][0xe7]<[0xe7][0x1c][0x91][0xef]9[0xc7]9[0xa7][0xb][0xfb][0x10][0x85][0xf9][0x97][0x88][0x15][0x8a]/[0x11]A(Ng[0xca]<[0xc1]Q[0xe7]x[0x8a][0xf][0xad][0x81]q[0x9c][0xc6]E"[0xb9][0xae][0x19].[0xe1]2[0x10][0xad]T8[0x11][0xad]T[0xc0][0x18][0xde][0xe7][0xda][0xe8]#*p7[0x85][0xf][0x88][0xf1][0x96]t[0x13][0x10][0x13][0xf4][0xac]"[0xfc][0x1c]/[0x17]~G[0xac][0x83]D[0xa2][0xfc][0x1b][0xd6][0xd6][0x8a][0x87]k[0x94][0xe3][0xc5][0xe][0xb4][0xe][0x92][0xbf]b[0xe9][0x0][0xa9][0xad]}[0xe8][0xd9]S[0x1d][0x18]J[0xd3][0xc1]i[0xae][0xb2][0xe3][0x1c][0xba][0x9b]"1[0xcd][0xa1][0x83][0x89][0xda][0x1]2[[0xb][0xc5]}d[0xf][0xcf][0xfe][0x82][0xcb][0x7][0x98][0xdc][0xea][0xd9]O[0xbd]f[0xcf][0xbd][0xfb][0x98]>|[0xc1]lbd8[0x8e][0xb7][0xa2]9[0x83]1[0xce][0x8a][0xff]-[0xf2][0x5][0xe5][0x18][0xff]))LQw[0x8e][0xbb][0xa6][0xc9]i[0x86][0xe8]lT[0xe6][0x1c][0x99][0xd7][0xc8][0xee][0x9][0xcb][0xfa][0x1d][0xa5][0x9f]X[0x15]U[0xa3][0x1b][0xf4][0x96][0xa6][0xe5][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]k[0xac][0xe2]<[0x8a][0xac][[0x16][0xab][0xc4][0x16][0x88][0x91][0xf7]Q[0x5]c[0xf8][0x11][0x8b]([0xb1]6W)%8g[0xf8]][0x8b]4[0x1f][0xfe][\r]PK[0x7][0x8][0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/runners/statements/Fail.class[0x8d]PMO[0xc2]@[0x10]}[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xb5][0x2]~[0x80][0xe8][0x8d][0x9b][0xa2]q[0xe3]Y[0xe3][0xc5][0xc8][0xa9][0xf1][0x2][0xe1][0xbe][0xe0][0x6][0x96][0x94][0xad][0xd9][0xb6][0xe8][0xdf]2[0xd1][0x98]x[0xd0][0xbb]?[0xca]8[@/[0x1c]<[0xec][0xee][0xbc][0x99]7of[0xdf][0xd7][0xf7][0xfb][0x7][0x80][0xb][0x1c][0x5]p[0xd1][0xf4]QB[0xcb][0xc3][0x81][0x87]6CY[0x1a][0x93][0x18][0x86]f4[0x13][0xb][0xc1]c[0xa1]'|05[0xc9][0xa3][0x18][0xc5][0xf2][0x92][0xa1]r[0xa5][0xb4][0xca][0xae][0x19][0xda][0xc7][0x1b][0x19]'C[0x6][0xf7]&[0xb9][0x97][0xc][0xf5]Hiy[0x97][0xcf]G[0xd2][0xc]l[0x8d]a7J[0xc6]"[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3],^%[0xdd]l[0xaa]R[0x86][0xb3](1[0x13]>[0xcb]I[0x9d]+[0x9d]I[0xa3]E[0xcc]M[0xae][0xb5]4)O3[0x91][0xc9][0xb9][0xd4]Y[0xca]{B[0xc5][0xb4][0x7][0xa3][0xce][0xaa]\[0x88]8[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xe9][0xd8][0xe][0xe]n[0x9f][0xc6][0xf2]!S[0x89]N=[0x1c][0x12][0xee]'[0xb9][0x19][0xcb][0x9e][0xb2]s|[0xdb]ynw[0xe][0xe1][0xa1][0x11][0xa2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf7][0xff]S[0x19]:[0xe4]5gN_[0x8d]y[0xcd]d[0xd8][0xdb][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":d[0xb1]K[0x96][0x93][0x5]v,E[0xe][0xc5][0x1e][0xaa]t[0xfb][0x84]z[0x84][0x1d]z[0x83][0xee][0x1b]X[0xf7][0xf4][0x15][0xce]s[0xc1][0x9][0xe8][0xae]Q/[0x88][0xe9][0x12][0xd3][0xa7][0xcc][0x16][0xa1][0xd6][0x92][0x8d][0x10][0xdb]@[0x11][0xd5]H[0x95]\A[0x1d][\r][0xaa]YM^`[0xa0][0xdc]}[0x81][0xf3][0xf9]+W)[0x92][0xb5]B&\[0x12]V2;t[0xdc]bE[0xfa]E[0xc1][0xdf][0xff][0x1]PK[0x7][0x8][0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.class[0x9d][0x8d]Aj[0xc3]0[0x10]E[0xff][0xa4]n[0xdc][0xba][0x86][0x9a][0x9e] [0x8b][0xac]+L[0xc8][0x9]J[\r]Y[0x4]/[0x92][0xb][0xa8][0xce][0xe0][0xc8](#[0x90][0xe4][0x1e].[0x8b][0x1c] [0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x91][0xe9]*[0xdb][0xce][0xe7][0xcf][0xf0][0xe1][0xf3][0xe6]z;_[0x0][0xd4](s[0xe4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb1]s[0xa3][0xef][0xb8]1[0x96][0x9][0x1f][0x8d]6[0xb6][0x95][0xbd]9[0xb1][0x1b][0xe3][0xe7][0xa0]5[0xe1][0xfd][:[0xeb][0x82][0x91]~[0xcb][0xf1][0xe8][0xe]9[0xde][0x8]k[0xe7]{5[0x8c]b[0xa2]2[0x12][0xd9][0x8b][0xb6][0xca][0x8f]"[0xec][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QG>[0xb1][0xc4][0xa0][0x1e]x[0xcb][0x9a][0x0]B[0xb9][0x99]j_V[0x87][0xc0][0x81]PM_[0x94][0xd5][0xd2][0xab][0xf6]g[0xe0].[0x12]V[0xff][0x80]c[0x91][0xd0]3[0xfc][0xcd]S[0x12]R[0xca][0xf0][0x9c]n[0x86]y[0xda][0xaf][0xc9]E[0xea][0xd0][0x94][0xaa][0x97];PK[0x7][0x8]1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.class[0xad]U[O[0x1b]G[0x14][0xfe][0xc6][0xb7][0xb5]7[0x86]8n[0x3]q[0x93][0x80][0x13]hk6%[0xb][0xa1]i[0xca]%[0x10] [0x90]B-[0x88]jC[0x5][0xf][0x89][0xd6][0xcb][0xc8],Y[0xcf]F{I[0xf3][0x98][0x1f][0x91][0xa7][0xaa]?[0xa1][0x95]hU[0x84][0xd4]H[0xcd]c[0xa5][0xfe][0xa8](g[0xd6]k[0x9b][0xa4]Q@v_[0xe6]z[0xce][0xf7][0x9d][0xef][0xcc][0x99][0x99][0xdf][0xfc][0xf5]7[0x80]I[0x94]3[0xc8][0xe1][0x8e]l[0xbe][0x95][0xcd][0xb4]J[0xcd][0x8c][0x8a][0xb][0x98][0xc9]`[0x16]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xa6]1[0xaf]B[0xc1][0x82][0x82]{i,[0xaa]P[0xb1][0x90][0xc6][0x92][0x82]e[0x15][0xfd][0xb8][0xaf]`E[0xc1]*C[0xde]v[0x9c]'[0xab][0x8e][[0xf1][0x3][0xf3]Iu[0xdf][0xe5][0xc6][0x1e][0x3][0xdb]eP|[0xab][0xc1][0x9d][0xc0][0xa7][0xd9]:C"[0x10][0x16][\r][0x87][0xcb][0x7][0xc6]3C[0xf]|[0xcb][0xd6]MG[0x98][0x81][0xeb]r[0xe1][0xeb]U2[0xdd]"[0x83]Y[0x86][0xd4][0x9c]E[0x83]y[0x86]xil[0x9b][0xfc][0x96][0x9d]=[0xce]p[0xbe]l[0x9][0xbe][0x11]4j[0xdc][0xad][0x1a]5[0x9b]V[0xf2]e[0xc7]4[0xec]m[0xc3][0xb5][0xe4][0xc1]p[0xa7]K[0x0][0x6][0xd5]0M[0xee]y[0xa3][0x93][0x13][0x13]2[0xe3]=[0xe5]{l[0xbd][0x83]wK[0xe2]=[0xea][0x11][0xef][0xd4][0xbb][0xd4]b[0x9b][0xfa]?[0xa2][0xa7]+[0xad]V[0x9c][0xc0]5[0xf9][0xaa][0x15]^[0xc0]w[0xec]n[0xca]X[0xb2][0xc8][0xe3][0x93],[0x6]0[0x98][0xc5][0xa7][0xb8][0x98][0xc5]%[0x14][0x14]|[0x97][0xc5][0x1a][0x6][0x19][0xae][0x87][0xe1][0xda][0x86][0xa8][0xeb]k[0xb6][0xcd][0xeb][0x86][0xbd][0xe8][0xd6][0x3][0xc9][0xb9][0xf2][0xdc][0xe4]O}[0xcb][0x11][0xc]W[0xa2]W[0xa3][0xd8][0x8]<[0xbf]X[0xe3]E[0xe1][0x88]qA[0xc6][0xbe][0xf5][0x8c]K@J[0xe2]P[0x7]h#[0xb0][0xed][0x87]N[0xa8][0xe6][0x4][0xc8]`+[0x7]E[0xd3][0x10][0xc2]i[0xe2][0x90]%[0xc3][0xa5][0xb6][0xce][0xff]lMu[0x91][0x1d][0x19][0xd0][0xf7][0xc][0xb3]=$[0x96]![0xd7][0x91][0xb3]Y;[0xe0]&][0x8f][0xdb]][0xd5]+[0xc3][0xd5][0x8f]V[0x4]=[0x8c][0x95][0x95][0xe5][0xcd][0x8d][0xfb][0x15][0x86][0x8b][0xa5]r[0x87][0xb6][0xe2][0xbb][0xf4][0xc0][0x84][0xf7][0xe5][0xe7][0xde][0xaa][0xe4][0xc][0xd7][0xba][0xeb][0xcb][0x8c]k[0xf4]E][0xa0][0xcf]+[0x8e][0x98],4[0x1a][0xc5]d[0x99][0x85]=[0xd5][0x1c][0xf5]i[0x1a]Q[0xcd][0xd1][0xa3][0xf1][0x19][0xcd][0x1e][0x92]%[0xbd] [0x18][0xd0][0x8e][0x91][0xd4][0xe2]G`Z[0xe6][0x8]q[0xed][0xf][0xa4][0x8e][0x10][0xfb]=[0xf4][0xbb],[0xf7][0x91][0xa4]v[0x1e][0x9][0xcc]@~~[0xfd][0x98]#[0xd4][0x5]\[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd5]l[0x13][0x1]WQ[0x84]|[0x8c][0xae][0xe1]z[0x84][0xfe][0x82][0xec][0x13][0xd4]k[0xc3][0x99][0x97][0xbf][0xa0][0xef][0x15][0x94][0x9d]|[0xfa][0x18][0x99][0xd7][0xe3][0xff][0xc8][0x99][0xba][0x93]?w[0x8c][0xec]kmXR[0x8e][0x13][0xa1]v[0xd8]f[0x1c][0xa2][0x15][0xd8]D[0x8a]b[0xcc][0xe1][0x7]RQ[0xa1][0xb5]-[0x8c]`[0x1b]%[0xfc][0x18]2[0x17])zB[0x8f][0x98][0xe5]Hje[0xe1]H[0xaa][0x95][0xda]F0[0x1a]E[0xb3]@[0xc8]1[0xea][0x15][0xed][0xb2][0xd4][0xd9][0xa1]R[0xc3][0xe5]=[0x92][0xc8]C[0xd8][0x81][0xa6]Y[0x1b]V[0xc1][0xe7][0x94]J[0xfa][0xa4][0xf1][0x5][0xbe][0x8c][0xc0][0xb6][0xc8]ZZ[0x15]n[0xb4][0xa4][0xf4]I)[0xaf][0xd0][0xbf][0xa3][0xdd]`[0xc7]8[0xdf][0x81][0xef][0xf][0xa3]t([0x13]Oi[0xec][0x9e][0xa0]([0xb4])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa4]i[0xc],[0x7]:[0x9b][0xaf]"[0x8a]i[0xea][0xa5]U[0x92][0xce]&[0xd1]9[0x8a]T(p[0xfa][0x4]L[0xb2][\r][0x93][0xc4]8n[0x12]L[0x1a]:&"[0x18][0x9d]lX[0x8][0xf3]'[0xe2][0xbf]}[0x10][0xa6]y[0x82][0xd2][0x99]`[0xc8]y[0x12][0xb7][0xda][0xce][0xac][0xed][0x1c];<[0x93][0xf3][0x14][0xbe][0xfe][0x80]3[0xfb][0xf5]tg[0xda][0xbf][0x1d][0xb6][0xdf]`[0x98][0xfa]<[0x8d]r[0x94][0xb1]![0xaa]8[0x8d]z[0x2][0xb]PK[0x7][0x8][0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.class[0xad]TYS[0xd3]P[0x14][0xfe]NhI[0x1b][0xa3][0x94]M[0x10]7[0x96]VK[0xb][0xa4][0x88]l[0x82]([0x96]U[0xab]>[0xc0]0[0xa3]o[0x97][0x90][0x81]0!q[0xd2][0x4][0xfc][0x5][0xfe][0x15]_aF[0xc0][0xd1][0x19]}[0xf7]G9[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xc5]e:>[0xe4][0x9e]{O[0xce][0xf9][0xce]w[0x96]{[0xfc][0xfc][0xf2][\r][0xc0] ^i[0xb8][0x86][0x7]I^[0x86]44[0xe0][0xa1][0x8a]a[\r]1[0x8c]H[0xcd][0xa8][0xdc][0x8d]i[0x18][0xc7]#[\r][0x13][0x98]T[0xf1]X[0xc5][0x94]T>[0x91]^OUL[0xab]x[0xa6][0xa2]H[0xd0][0xca][0x81][0xf0][0x83][0x92][0x8][0xcc][\r]B[0xa6][0xb4])[0xb6][0x85][0x11][0x6][0xb6]c[0x98][0x9e]k[0x86][0xbe]o[0xb9][0x81]Q[0xf4]B7[0x98][0xf1]v[0xdc][0xc8]l[0x82]P[0x1f]l[0xd8][0xe5]t[0x81]0\[0xf2][0xfc]uc3t[0xed][0xc0][0xb0][0xdd][0xc0][0xf2]][0xe1][0x18]~[0xe8][0xba][0x96]_6[0x18]9[0xb0][0xb6][0x18][0xa0]l[0xcc][0x9][0xdb]y[0xed].[0xdb][[0x96][0x17][0x6][0x12]`[0xd2]f[0x97])[0xc2]X[0xb6]&[0x84][0xde][0x15]B[0xac][0xe8][0xad]Y[0x84][0x86][0x92][0xed]Z[0xaf][0xc2][0xad]U[0xcb]_[0x16][0xab][0xe]k[0x9a]J[0x9e])[0x9c][0x15][0xe1][0xdb][0xf2]\Q[0xc6]$eBcQ8[0x8e][0xd4],[0x1d]C[0x13][0xf4]E[0x19][0xad][0xe8][0x88]r[0xd9]b[0x93][0xf9]Z[0x18][0xa5]/[0xe0]r[0x96]1[0xa6][0xe1][0x10][0xda][0xb2][0xbd]Guu[0x84][0xbb]n,o[0xf8][0xde][0x8e][0xb4]d[0x3]bb[0xad]U[0xff]f[0xdf][0x9b][0xd6][0xbb][0xc0][0xf6][0xdc][0x89][0xb3][0xfa]j[0x1f][0xed][0xc4][0x88][0xb9][0xea]bG[0xd8][0xc1][0x92]l[0xa1][0xb5]F[0xa8][0xcb][0xf6][0xae][0xa8][0x98]![0xb4][0x9c][0x9][0xf9]zu[0xd3]2[0x83][0x9][0x15][0xb3][0x4][0x10][0xbc][0xda]j^SY[0x6][0xa3]V)[0xef][0xb]r[0x19]$[0x8c][0xd6][0x88]BH.[0xd9][0xeb][0xae][0x8]B[0x9f]k[0xb6]p1[0xb9][0xdf]Ln[0xa5]+[0x93][0x97][0x16]sJ[0x96]s[0xc9][0xb]}[0xd3][0x9a][0xb3][0xa3][0xc9]9[0x13]v@[0xfa][0xe8]h[0xc5]u[0x1d][0xcd]h[0x91][0xbb][0xc][0xa1][0xe7][0x1f][0xae][0x88]4[0x9d][0xd3][0xd1][0x88]&[0x1d][0xf3][0xc8][0xa8]X[0xd0][0xb1][0x88][0xe7]*^[0xe8](I[0x90][0xe6]Kz~F{BR[0xc7]Kdt[0xdc][0xc1]][0xc2][0xec][0x19]LB[0xea]|[0xf5][0x8][0xb7][0xff]X>[0xc2][0x9d]S[0x97]E[0x19][0xda][0xf][0xdf][0xf1][0xc4]Uq[0x1f][0xae][0xa9][0xaf]|G[0xb2][0x8b]rB[0x92][0xe6]q[0x1][0x9]C5@q#[0x85]iZ[0xe5]rz[0xa4][0xc0][0xb3][0xf6][0xb6][0xc6]g[0xa5][0xca][0xeb][0xd8]x[0x8b]_[0x19][0xc7][0xa8][0xbe][0xd6]]5"$[0xac]m[0xe1][0x84]|$[0xc4][0xa3];[0x8a]N~x[0x1b][0xf8][0xf6][0xa5][0xa0][0xa0]I[0x8e][0x6][0x90]J[0xc9][0xb9][0xe2][0xd7]<[0xce]:[0x1e]3[0xfe][0xdb][0xc6][0xa7][0x19]~[0xa7][0x15][0x96][0xd7]s[0xf9]}([0xb9]C[0xd4][0xe5][0xbe]"[0xf6]&v[0x88][0xf8]>[0xea][0xf7][0xf8][0x8f][0x82]v^5iEi$)[0x83][0x1b]|[0xd6][0xd9][0x9f][0xbd][0xd0][0x81][0xdb][0x90][0xf7][0x9c]g[0x86]-$[0xe2][0x7]>I[0xc4][[0xb9]O[0xa8]?[0x80][0xca]B[0xf9][0x8c][0xc4][0x1][0x92][0x1f][0x91],[0xe5][0xbf][0x97][0xf2][0xbb][0xb4][0x1b]Y42[0x1f]-[0x92]m[0xb8]R[0x89][0xd3][0x8d][0x4][0xc3][0xf5]B[0xa5][0x1c][0x1a][0xc9]@[0xb][0xe5][0xd1]J}h[0xa3]~[0xb4][0xd3][0x0]:[0xa8][0x10][0xc5][0xef]D[0x1d]g[0xa1][0xb0][0xec][0xe2]x[0xed][0xd1][0xae];[0xe2]t[0xab][0xc2][0xa9][0x87][0xbf][0x18]k4[0xfe][0xd2][0xc8]T[0xd8][0x8d][0xf0]IZ%[0x8e][0xd8][0xe9][0xe7]3|[0xc8][0x91][0x87][0xab]2L[0x9c]C[0xbb][0x97][0x9a][0xe6]\[0xef]W[0xd0][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout.class[0xb5]Y[0x9]XT[0xd7][0x15][0xfe]/3[0xc3][0x9b][0x19][0x1e][0x88]([0xe0][0x88]([0xae][0xc][0x3][0x88][0xb8][0xa0][0xc1]%*j[0x82][0x1f]`+$[0x15][0xd3]$}[0x8e]/[0xf8]t[0x98][0xa1][0xb3][0xb8][0xa4][0x89]mZ[0x9b][0xae]i[0xda],m[0x92]fi[0x92]6vKK[0xd2][0x8][0x18][0x9a][0xa5][0x9b][0xd9][0xbb]gO[0xdb]t[0xdf][0xb2]5K[0x97]$M[0xfa][0x9f]7[0xc3]0[0xe8] ~[0x98][0xfa][0xc9][0xbb][0xe7][0xde]{[0xee][0xb9][0xff]Y[0xee]9[0xf7][0xc2][0x83]o[0xdd]y7[0x80]z[0xb5][0xc2][0x83][0xd3][0xd1][0xeb][0xe5][0xe7]6[\r][0xb7]{[0xe1][0xc0]w[0xa4]s[0x87][0x7][0x87][0xd0]'[0xdd]~/[0x9a]1 \[0x87][0xa5]{[0xa7]P[0x83]B}W[0xa8][0xbb][0x84][0xba][[0xa8]{4[0xdc][0xeb]E![0xbe][0xa7][0xe1][0xfb]^[0x14][0xe1][0x7][0x1a]~[0xe8][0xc6][0x8f][0xbc][0x98][0x8c]#[0x1a][0xee]s[0xe3]~/J[0xf1][0x80]|[0x1e][0x94][0xcf]C[0xc2][0xfc][0xb0][0xec][0xf5][0x88][0xb0][0xff]X[0xc3]O[0xa4][0xfd][0xa9][0x86][0x9f]i[0xf8][0xb9][0x17][0xb3][0xf0][0xb][\r][0xbf][0x94][0xf9]G[0x85][0xfd]1[0xa1][0x1e][0xd7][0xf0][0x84][0x17]~<[0xe9]E[\r][0x9e][0x92][0xe1][0xa7]5<[0xa3][0xe1]W^[0xd4]b[0xc0][0x8d]_K[0xfb][0x1b][0x19]V[0xa8][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x11]Y[0xf8];[\r][0xbf][0xf7][0xe2][0xf][0xf8][0xa3][0x17]K[0xf0]'[\r][0xd6][0xf0][0x17][0x19][0xff][0xab][0xf0][0xfe][0xcd][0x83][0xbf][0xe3]9[0xe9]>/h_[0xf0][0xe2]E[0xbc]$[0xd4]?d[0xec]e[0xe9][0xbe][0xe2][0xc5][0xab]x-[0xf][0xff][0xc4][0xbf]d[0xc5][0xbf][0x85][0xfa][0x8f][0x86][0xd7]5[0xbc][0xa1][0xe1]M[\r][0xff]U[0x80][0x82][0xde][0x1c][0xe][0x9b][0xd1][0xa6][0x90][0x11][0x8b][0x99]1[0x85][0x89]MF(dl[0xb][0x99][0xed]q#nv[0x9b][0xe1][0xb8][0x82][0xb6]6a[0x85][0xb6][0x9b]Q[0xce]F[0xa2]V[0x97][0x15]6B[0x19][0xb3][0xb3]["[0xd1][0xae][0xba][0x9d][0x89][0xb0][0x15][0xaf][0x8b]&DX[0xac][0xae];[0xb2][0xdd][0xc][0xd5][0xa5][0x99][0x96]+[0xb8][0xe3]V[0xb7]y[0x6]y[0x14]f[0xb4][0xec]4v[0x1b]u[0x89][0xb8][0x15][0xaa][0xb]F[0xc2][0xc1]D4J[0x9e][0xba][0x8e][0x14][0x3][0x99]5a[0x8e]$[0xc8][0xab]6*[0x14][0x85]"[0x91]][0x1b]"[0xd1][0xf6]x"[0xb8][0xab]cG[0xd4]4[0xb6]sb[0xab]B^[0xdc][0xee][0x9c][0x16][0x8d]$z[0x14]J[0x93]bCF[0xb8][0xab][0xae]cxB[0xc4]m[0x1b][0xc2][0xaa][0xbf]*[0x3][0xad][0x15][0x8e][0x9b]Q*[0x93][0x86][0x1d][0x1b][0x2][0x1c][0xab][0xdb]`X[0xa1]M[0xe1][0x8e]$[0x8e]9)[0x3]P[0x96][0xb3][0x89][0xaa])Lh[0xb1][0xc2]f[[0xa2]{[0x9b][0x19][0xed][0x10]k)[0xe4][0xae][0xb0](s[0x95]B[0xa5][0xff][0x4][0xc][0xb2][0xb1][0xea]L*[0xd6][0x12][0x9][0x1a][0xa1]3[0x8d][0xa8]%"Rr[0x9c][0xf1][0x1d][0x16][0xfd][0xb0]d<8[0x89][0xcf][0x13][0x1b][0xf6]L~[0xca][0x8c][0xad]V($2[0xbd][0xeb][0xcc][0x9e][0xa8][0x19][0xe4]<[\r][0xe8][0xdb][0x9c][0x8][0xcb][0xfc][0x99]V[0xcc][0xe2][0xc6]k[0xc2][0xe1][0x8]WZ[0x91]0[0x19]K2L9[0xbc][0x86][0xd2][0x83][0xfe][0x93]2[0xdf][0x9][0x18]F[0xec][0xb2][0xf2]$}[0xe4]6w[0x1b][0xa1][0x4][0xd9][0x14][0x1c]~[0x11][0xe8][0xe][0xa6][0x82]Z[0xe1][0xb4]q[0xc9]>[0xe6]PH$[0xc4][0x8d][0xd8].[0x85][0x99][0xd9][0xa3]yC"[0x9e][0x88][0xd2][0xa7][0xb1]]d[0xcd][0x8d][0xa7][0xa2][0xb6][0xe8][0x98][0x18][0x15][0x97]q6[0xb2]'[0x9][0xaf]x$Crx[0xb9]xdD[0xa8][0xec][0xeb][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]ecm[0xbf]"[0xab][0xc4]U[0x94][0xe9]][0xbf]7h[0xf6][0xa4]\[0xee][0xe9]2[0xe3][0x9b][0xcd]X"[0xc4][0xb8][0xd9][0xe8][0x1f]S[0xa7]c[0xf5][0xa8][0x1a][0x5][0xb9]"[0xc8][0x8a][0x8c][0xb9]f1z4[0xd1][0xc3][0x80]J[0xef]O[0xb6][0xaa][0xec][[0xae][0xdf]k[0x6][0x13][0xc2][0x92][0xc9][9z[0x2][0xa1][0xb3]29=[0xed]VW[0xd8][0x10][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x98]Z[0x8d]f[0xaa][0x13]W[0xb6]$[0xc8][0xe9][0xb8]y4[0x12][0xaa][0xe7]?[0xbe][0x90]L[0xd0][0x93]c[0xc3][0x89].CD[0xf1]([0xec]^F-[0xd9][0xa3]F[0x90]JN?+[0x83][0xab]==[0xb1]>4[0x14][0xb5]y[0xb1][0xcc],:I[0x8c]p[0xcc]N[0xf9][0x8c][0x85][0xf6][0xc][0xa1][0xb][0xb3][0x81][0x1f]k[0xa3][0xf2][0xcc]y:1j[0xc5][0xf7]e[0xc2].[0xb0]7[0xc9][0xc0]2o[0xc][0x13][0xa5][0xcf]K~[0xf2]45[0xf5]$[0xc4][0xce]<[0x88]F4:[0x87][0xba][0x9c][0x95][0x8d][0xd9][0x19]2[0xc3][0x9c]T[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x16][0x9]o[0xb7]a[0x85][0x87][0xb6],HJ[0x8a]5[0x87]S5[0x84][0xb3]{[0xd3]r[0x5]a[0x92]sM4j[0xec]S[0xa8]9[0x16]a[0xb2][0xc4]Te[0xdd][0xda][0xd5][0x95][0x14][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0x12][0x92][0x8e][0xdd]f8[0xd1][0xdd]n[0x9d]O[0xd1][0x1e]![0x9b][0x92][0xc3]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]GY[0xe8]zR[0xa3]y[0xc1]H[0xcf][0xbe][0x8e][0xa1][0x99]*[0x96][0x1d][0x9a][0xb3]o[0xab],&[0x1c]j[0xdd][0x15][0xdf]A"[0x9a]:[0xd3]ZpH[0xad][0xe2]lv[0xde][0x98]>[0x81][0xf6][0xf0][0x19][0xe1]X[0xa2][0xa7]'[0x12][0xe5]![0xdd][0xd4]cF[0x8d][0xa3]O[0xa0][0x83][0x98])[0xbc]{[0xef]Z[0xd3][0x8][0xcb][0x15]`xi[0xb7][0x11]6[0xba][0xec] H[0x9]o[0xdd]"L\t[0xcd][0xff][0xbd]x[0x8c]K~[0xbd]]sr[0xf6].[0x90]O[0xbd]|[0x16]*,[0x1d][0xa7]([0x86][0x90][0x11][0xc][0x9a][0xb1][0xd8][0x9c][0x86][0x5][0x14][0xb8]u\*/[0xaf]:[0xa1]+[0x95][0xb7]=[0x92][0x88][0x6][0xcd][\r][0x96][0xd4][0x81][0xa2][0x11][0x12][0xe6][0x8b]?tl[0xc2][0xbb]t[0x9c][0x8d].[0x85][0xe5]'ay[0x11][0xf1][0x96][0x8e]Nl[0xd5][0xf0][0xb6][0xce]K[0xe3]f])[0x95]#[0xc3];u[0xbc][0x7][t[0xe5]PN[0x1d][0xed][0xe8][0xd0][0x95]K[0xe5][0xea]x[0xb7][0xb0]h[0xca][0xad][0xe3][0xc][0xd0][0xb6][0xeb][0xdf][0x91][0x92][0xcb][0xfd][0x94][0x87][0xb7][0xc7]1[0x92][0xb8][0xb0]y[0x19][0xe5]YO[0xea][0xd1]v[0xb2][0x7]eE[0x9e]B[0xe1][0xd1]+x[0xdd][0x15][0xb6][0xda][0x90][0xd5]m[0xf1] T[0xc4][0xcd][0x98][\r]B[0xd7]U[0xbe]*[0xd0][0xd5][0x4][0xaa][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x6][0xbb][0xb1]GW[0x13]U[0x11][0x93]P[0x96][0xba] S[0x93][0x98][0x9a][0x8f]_[0x3]Y[0xd6]N[0xb0][0x2][0xea]j[0xb2]*V[0x98]{BEP[0xc7]~|P[0xc7][0xc5][0xaa]D[0xc7]'[0xf0]I[0x85][0xda][0xd1]B[0xab][0x83][0xea][0xc9][0xea][0xed][0x9b]F,?[[0x95][0xea]j[0x8a][0xf2][0xe9]j*v[0x8e]P0[0x3]zif-[0x88]Z[0xe1][0xae][0xf4][0x8b]a[0xfa][0x9a][0x9e][0x1e][0xd3][0x88][0xc6]*[0xe2][0x91][0x8a]mf[0x85]]}*[0xac]pE2[0xe9]U[0xe8][0xaa]LM[0xd3]U[0xb9][0x9a][0xae][0xab][0x19][0xfc][0xe0]b|La[0xc1]h[0x18][[0x99][0xcb][0xac][0x9e][0x90])N[0xa4][0xbf][0xd3][0x8]4EI3[0xd5],[0x81];[[0xa1][0xec]8[0xa5]g[0xe4][0xec][0xd1][0x85]K[0xc7][0x15][0xb8]RWs[0xd4][0xf1][0xf8][0xea]lmniin_[0xdf][0xb4][0xa9]m];[0xab][0xdd][0x1e]+[0xbe]#[0xad][0xd5][0xb9][0xfe][0x8d]c<[0x11]O[0xf6][0x15]7[0x94][0xa4][0xeb]%I[0xaf]>[0xb9][0xba]$[0xb5]sH[0xde]B[0x91]w[0xce]I[0xca][0x1b][0xf3]y<[0xb4][0xdb][0xa2]w[0x2]=[0xdf][0xd1][0x91][0xf1]U[0xa9][0x93][0x8][0x8f]Y[0xa3][0xdc][0xc5][0x87][0x92][0xbe][0xcd]4[0xe2][0xa2][0x92]L+[0xf6][0xf8][0xea][0xd1][0xae]a[0x19][0xc3]|[0xdc][0x86]mA[0xd9]Exbf|[0x9d]av[0xcb][0xc9]s[0xfa][0xb7][0xca][0x90][0x8b][0x90][0xa3][0x12][0x99][0xc6][0x1e][0xc3][0x92][0xeb]o[0xd4]~&;x[0x9]TX|[0x2][0x11]9[0xbc][0xd1][0xa6]m;[0xcd][0xa0]8j[0xb2]?[0xeb][0xb0][0x9b]2[0x9b][0x8c]D[0x8c]e[0xbb][0xd4]?[0xda]S[0xa2][0xc2]?[0xe6][0x15]{[0xf6][0xd8][0xa8][0xa8]X~l[0xe4]m~[0xa6][0xff][0xf8]rm[0xfb]XC[0x15][0x8a][0xb7]<[0x83][0x19]h[0xd5][0xfd][0xc8][0xb9][0x8d]c9[0xf6]*/[ [0x80][0x9][0xa8][0xc6][0xb9][0xa4]*[0xec][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]>[0x18][0xf6]F[0x85][0xd8]F[0x98][0xca][0xa6][0x82][0x4][0x98][0x83][0xed][0xf6][0xb8][0x99][0xda][0xf1]<[[0x12]o[0xdc])[0x80][0x17]r[0xbd]H[0xa8][0xc][0xf4][0xc3][0x1d]P[0x87][0xe0][0x9][0xd4][0x1c][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf][0xc0]{[0x8]y[0xd2][0xea][0x87][0x90]/m[0xc1]!L[0x18][0x6]2[0x1d][0x1a][0xbf][0xb5][0x84][B[0x8d][0xe7][0xa3][0x0]u[0xa4][0x16]p[0xbc][0x1e][0xf3][0xb0]0[0x3]\e[0x1a]\%-[0xb3][0xc3][0x6]Wi[0xc3][0xcc]!ma'[[0x81][0xf2]$[0x95]w[0xb1]m[0x1d]Dag[0x80][0xc6][0x9a][0xd8]2[0x88][0xa2]N[0xea]?[0xa9]50[0x88][0xc9][0x9d]E[0xc5][0xfd](9$[0xb6],[0xed][0xc][0xdc][0x1]OM[0xd1][0x94]~[0xf8][0xda]j[0x9d]}[0x98]Z[0xdb][0x87][0xb2][0xea]>L[0xb][0xd4][0xd4][0xf6][0xa3][0xbc][0xd1][0xe9]s[0x1e]A[0xae][0xcf]y[0x8f][0x0]v[0xd8][0x80][0xe7]#[0x8f][0xdf][0xbd][0xb4][0xe0]>L[0xc2][0xf9][0x4][0xf7][0x1]B[0xbe][0x0][0x8b]i[0x83]e[0xbc][0x83][0xae][0xc0][0x7][0xb1][0xe][0x1f][0xa2][0xbb]/B[0xb]>b+[0xb0]8[0x9]([0xa5][0x80][0x17]M[0xd8][0x85][0x10]AOB#[0xba][0x11]&[0xf0]:*[0x1c]A[0xf][0xf7]XG3[0xbc][0x1f]Q[0x1a]$F^=[0xcd][0x15]'W[0x82]#N[0x8e][0xcc] [0xcd][0xab]xJ[0xe1][0x17]9&[0xde][0xae][0xa7]2y[0x9e]+[0xae][0xc7][0xa4]j[0xa1][0xf8][0x93][0xdf][0x87][0xe9][0xf7]bF/5[0xaa][0x90][0xb6][0xad][0x96][0xff][0xfb]0[0xbb][0xb7]-P[0xd3][0x8f][0xb9][0xbd]t%0[0x85][0xd1]5[0x13]>*"[0xad][0xf4][0xe7]`[0x96][0xdd][0x97]V[0xfa][0x1]R[0xd2][0x97]6i[0x84]y[0x4][0x9]|[0x9a][0xdf]K8s)[0xd7]}[0x8e][0xbc][0x97]q[0xfe]r[0xcc][0xc5][0x95][0xe4][0xfc]<[0x3][0xeb][0xb][0xb6][0xf2][0xab][0xb8][0xcb],B[0xdd]K[0x83]98[0xeb]"u>[0xa9]j[0x8e][0xef][0xa5][0xf1][0xc4][0xb7][0xf5]i[0xdf][0xd6][0xdb][0x6]Q6%[0x6][0xc9]I[0x9b]!9[0x17]'u[0x81][0x1d]=[0x17][0xf2][0x87]W[0xfe]d[0x0][0xaa][0x1c]J[0x13]m[0xf6]S[0xd7]y[0xad][0xd4]}[0xc2][0xd5][0x12]v[0xfd][0xa8]<[0x8][0xa7]j[0x1b][0x84][0xbf]s[0xc8]([0xfd][0xa8]jt[0xd6][0x1c]A[0xbe][0xcf]Y[0xd3][0x87][0x0][0x17]T[0xd7][0x1e][0xc1][0xfa]A[0xd4]t[0xe][0xa2][0xb6][0xb3][0x1f][0xf3][0x8b][0xea][0xfa][0xb0][0x80][0x86][0xaa]g[0xd3][0x87][0x85][0xfd]X[0xd4][0xe8][0xf2][0xb9][0x2][0xc][0x89][0xc5]\0[0x88]%[0x9d][0xae][0xbb]0[0xa3][0xd3][0xe1]s[0xb6]w:}[0xae][0xf6][0x1]4[0xf4]ci[0xaf][0xcf]>[0x96]9[0x19]ar-[0xb5][0xbd][0x8e][0xf1]|=#[0xf5][0x6]j[0xfc]%[0xea]p#[0x96][0xe0]f[0x9c][0x82]/[0xf3][0x9c][0x1f]d[0xfc]~[0x95]6[0xf8]F[0xda]R[0[0x9b][0xc1]s[0x91][0x1d]0[0xfb][0xd3]V[0xd9]o[0xdb][0x82][0xe9][0x86]6[0xfc]0[0x83]*[0x87]2w[0xe0][0x80][0x1d]0[0x95][0xcc][0x18][0x1f][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'G[0xf9][0xa8]H[0x1d][0xc8]N[0xb6]b[0xd9]<[0xb1]Go[0xab][0xe3].[0x9c][0xd2]k[0x1b][0xd1]I![0xcb]R [0xb]l[0x96]~[0x8e][0xc]p[0xeb][0xc3][0xe9][0xc3][0x96]k;[0xe9][0xe3]v[0x8e][0xc8]K[0x83][0xc8]K[0x81][0xc8][0x91][0xf7]U[0xca][0xec]U[0x94][0xa7]s[0xae][[0xe][0xd2]}p[0xa9][0xde][0x80]P[0xfd]hl[0xad][0xb1][0xbb][0xaa][0xcd][0xb3][0xd4]Y[0xd3][0x98][0xeb][0xcb][0xbd][0xbb]As4[0xb8][0x8b][0xdd][0xc5][0xda]Mh[0xf0][0xe5][0x16][0xbb][0x17]6z|[0x9e]>,[0xbf][0x1d]+n[0xc1][0xf4][0x80][0x8f][0xab]V.[0xf5][0xd2][0x15]y%[0xde][0x12]'[0xe3][0xd8][0xeb][0xf3][0xb4][0x95]x[0x97]:[0xf][0xb8][0xd5][0xc1][0xb7][0x1f][0xa8][0xad][0xbe][0x5][0x9a][0xa2]7k[0x87][0xad][0xbc][0x8a][0x9][0xc][0xb8][0x9f]9[0xe4][0x1][0xc6][0xe2]C[0xcc][0xa2][0xf][0xd3]2[0x8f]0f[0x1f][0xc5]T" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0x86]r<[0x8e][0x6]<[0x81]5[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]x[0x8a]9[0xf6]iZ[0xf8][0x19][0xae]}[0x9c][0x96][0xd6]V[0xf8]<[0xc8][0xdf][0xd0]&[0xe1]SLs^r[0xcf][0xb3][0xd5][0xf4][0xd0][0x10]k[0x19][0xe1][0x97][0xd0][0x18]s[0xb1][0x12][0x9f]a[0x94]k[0xf0][0xf3](~[0x96][0x94][TN[0x1b][0xa6][0x9b][0xd1]/[0x86])[0xa2]I.[0xe3][0x8a][0x1c][0xee][0xdd][0x9e][0xf2]N9[0xf3][0xd3][0xe5][0x94],[0xde][0xe1][0x8b]+[0xe5][0x9d]G8#y[0xef]Tzg[0xd5][0xca]i[0xae][0x1d][0x85][0xdb][0x7]p[0xea]*GCn[0xf9]](mtU[0xfb]\}X[0xdd][0xe0],v[0x96][0xdf][0x84][0xdc][0x83][0x98]x[0xc0][0xb1][0xfd]@[0xae]*[0xce]u[0xdf][0xf8][0xf6][0xb3][0xb4][0xb1][0xcf]U[0xec][0xec][0xc7][0x9a][0xa3][0xc3][0xed]9[0xfa][0xed]yz[0xf5]%L[0xc4][0xcb]([0xc5]+[0xcc][0x14][0xaf][0x12][0xfe]k[0x4][0xfe]:[0xc3][0xef][\r]f[0xa2]7[0xd1][0xa0][0x94][0xad][0xf8][0xe9]I[0x8]i5N[0xe5][0xa1][0xdd]b[0x7]Y#[0x8f][0xee][0xa5][0x94]\[0xc0]p[0xbd][0x8a][0x94][0x83]r*p5)'[0xa5][0xfa]q[\r][0x95]tq[0x8f][0xf9][0xf8]"[0xc7]r[0xc9][0xc9]7bJ[0xb5][0xab][0xc8]#[0x7][0xd1]?[0xad][0xfa][0xee][0x1][0xac]]e+[0xe4]t4[0xb8][0x8a]][0xd4][0xa5][0xc8][0xe7],vU[0x17][0xbb][0x16][0xb6][0x1f]p[0xd1][0xa9]/d[0x1e][0x99][0xa9][0xb2]N[0xe9]tr>[0xf2]U[0x1]J[0xd4][0x4][0xcc]`;WML[0x1f][0x8f]B[0x14][0xf3]0]j[0x1f][0xf][0x1a]y[0x12][0x91][0xb2][0xa9]$r[0x8d])[0xe9][0x6][0x1b]y>[0xca]x[0xec].[0xb1][0x1d][0xc0][0x7]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa4][0x1d][0xc9][0x99]e[0x3]hj[0xad]9[0x8c]u[0x8a][0xea]M[0xa8][0xa1];[0xd6][0x1f][0xc6][0x6][0x7]nm[0xf3][0xdc]J[0xd6]|[0xaa];[0x5][0xa7][0xa5][0x0][0x96][0xc8][0xb6]j*[0xf3]I[0x19][0x1][0x96]c[0x8a][0x9a][0xe][0x9f][0x9a]i[0x83][0xb]P[0x9c][0xcf].[0xc]7[0xdb][0x87][0xaa],[\r][0xae][0x8c]'][0xa2]CL[0xf7][0x15][0xdc][0x82][0x9c]B[0xb0]p[0x1e]L[0x1][0xd9][0x94][0x2][0xa2][0x5][0xaa]kFT[0xe8]d][0x9f][0x98][0x16]N[0x96][0xb4]H[0x8d]I#Y[0x0]5|[0xcd].[0x80]B}[0x9d]i[0xc4]Q[0xe8][0xc6]7qkJx[0x1d][[0xe1]r[0xf1]L[0xaa][0xde][0xac][0xa2][0x93][0x99][0xd5]E[0x81][0x86]=[0xff]-[0xfb][0xfb]m[0x96].0k;[0xb1][0x91]a[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-d[0xdb][0xca][0x19][0x7][0xdb]6[0xc8][0xdf]dK[0xd5][0xdc][0xd5][0xbe][0xff][0x1]PK[0x7][0x8][0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/internal/runners/statements/InvokeMethod.class[0x95][0x92]]O[0x14]1[0x14][0x86][0xdf]2#[0x3][0xc3][0xe0][0xb2][0xb]~[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]e5N4[0xde][0x18][\r]^[0x18]HLV[0xbd][0x80]`[0x8c]W[0xdd][0xe5]d[0xb7][0xcb]lK:[0x9d][0x5][0x96][0x9]hb[0xa2]?[0xc0][0x1f]e<[0x9d]E [0xae]&x[0xd1][0xd3][0x9e][0xd3][0xf3][0x9e][0xa7]=[0xed][0x8f][0x9f]_[0xbf][0x3]x[0x84][0xbb]1"\[0x9b][0xc6]$[0xae]{s#[0xc2][0xcd][0x18][0xb7]p;[0xc2]b[0x84]%[0x81][0xd8]Q[0xee]^[0x93][0xeb][0x99][0x1d][0x81][0xd5][0x96][0xb1][0xdd][0xb4]_h[0xe5]R[hM6O[0x7]f[0x87][0xb2]t[0xc3][0xca][0x1][0xed][0x1b][0xbb];J}&0[0xe9][0xa4][0xed][0x92][0x13][0xa8][0xb5][0xfa]r([0xd3]L[0xea]n[0xfa][0xb6][0xdd][0xa7][0x8e][0xf3][0xbb][0xcf][0x15][0x17]Y[0x13]Xk[0x9c][0xbb][0xe6]x[0x9d][0xd5]m[0x81][0xf0]%'[0xb]TZJ[0xd3][0x9b]b[0xd0]&[0xbb]%[0xdb][0x19]y[0xae][0xe9][0xc8]l[Z[0xe5][0xfd][0xe3]`[0xe8]z*[0x17]xr[0x6][0xaa][0xb4]#[0xab]evB[0xcf][0x9d]t4 [0xed][0xf2][0xf4][0x95][0x1e][0x9a]]:[0xb9][0xd3][0x14][\r]eV[0xf0][0xae]@[0xd0][0xf0][0xf0]x[0xfd][0xa0]C{N[0x19][0x9d]G[0xa8][0xb3][0xbf]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xa1][\r][0xe5]Y[0xd5][0xb3][0xea][0x87][0xfe][0xf0][0x9][0x12],$[0x98][0xc2]t[0x82][0x18]3[0x2]s^)[0xc2][0x9d][0x4][0xcb]X[0x11]x[0xfc][0xff]'[0x14][0xa8][0xff][0xab][0x97][0x9b][0xbf][0x15][0x2][0xf3][0xa7][0xcc][0xad][0x9e]5[0xfb][0xa3][0xc6][0xdc];[0xe7]+[0xf0][0xb5]T[0x89]\?[0xd8][0xcb]L[0xae][0x86][0x94]}[0x14]x[0xda][0x18][0x9c][0xf]y[0xaf][0xf1][0x10][0xea][0xfc][0xeb]"[0xfe][0x8a][0x13][0xa8][0xf9][0xc6][0xf0][0xaa][0xe6]{SF[0x4][0xf7]k[0x96][0xed]E[0xf6][0xde][0xb3][0x1f][0xf0]\i~[0x81]h[0xde]?[0xc2]D[0xf3][0xc1][0x11][0x82]Oeb[0xa5][0x94][0x85]lc[0xb6]3\&a[0xd1],[0xe6]8[0xb2]4[0x92][0xa1][0xca][0x19](W[0x1e]#[0xca][0x95][0x7]y[0xcc]<[0x16]x[0xf6][0x98][0x17][0x9c][0xed][0xf7][0xaa][0xcd]C&[0x1c]"[0x8][0xbe]![0xfc][0x8c][0xb][0xef]NA1[0xcf][0x9c][0xc0][0xc5]k% [0x19][0x9][0x8e][0x1][0x97]x[0x84][0x1c][0xb9][0xcc][0xe3]J[0xa9][0xb9][0xfa][0xb]PK[0x7][0x8]d[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/statements/RunAfters.class[0xa5]U[0xdb]O[0x1c]U[0x1c][0xfe][0xce][0xee][0xc0],[0xcb][0x8]-7]K[0xad][0xb4][0xb4][0xdd][0xb]0E[0xad][0xca][0xc5]U[0xac]PZw[0xa9][0x96][0x86]F}q[0x80]#[0xc][0x1d]f[0xc8][0xcc],[0x5][0x1f][0x8c][0x89][0xf1]UcBL|[0xf4][0x89][0xe7]&R[0xa4][0x8d][0x97][0x97]&[\r][0xf]>hb[0xe2][0x83][0xfe])[0xea]wf/r[0xd9]F[0xaa][0xf]{[0xce][0xef][0xfc][0xae][0xdf][0xf9]~[0xbf]9[0xbb][0xfb][0xe7][0xbd][0xef][0x1][0xc]b:[0x89]6[0xc]6[0xe1]8[0x9e]S[0xcb][0xf3]jyA[0xc7][0xc5]$[0x1a]0[0xa8]l/6[0xe3]%[0xbc][0xdc][0x8c]![0xc][0xab]eD[0xc7][0xa8][0x8e]W[0x92]hF^[0xc7][0xab][0xca][0xf8]Z[0x12]cx][0xc7]%[0x1d]o[0x8]h[0xae]\[0xb][0x5][0xce][0x14]<[0xc1]\*[0xb9]vh[0xfa]%[0xd7][0x95]~`.{[0xf3][0xd2]1[0xa7]C+[0x94][0xcb][0xd2][\r]G[0x4][0x1a]C[0xcb]_[0x90]to+,Y[0xab][0x96][0xe9]X[0xee][0x82]ymvI[0xce]EV[0xeb][0x83][0x90]q[0x2][0xc7][0xca][0xd6]Rh;f[0xc1][0xe][0x94][0xad]i[0xda]^p[0xad][0xb0][0xe4]K[0x81][0x91][0x3][0xe6][0xd1]G[0xd6][0x9e][0xf0][0xad]ey[0xdb][0xf3]o[0x15]e[0xb8][0xe8][0xcd][0x8f][0xe4]U[0x95]Q[0x9b][0x8e]y[0x81][0xc9][0xf4][0x11]0[0x1f]Dr[0x18]wf[0x86]$\b[0x98]@k[0xc1]v[0xe5]TiyV[0xfa]7[0xac]YG[0xaa]{zs[0x96]3c[0xf9][0xb6]:W[0x94]Z[0xb8]h[0xf3][0x96][0x83]{[0xca][0xdb].o[0xee]ZN[\r]GPE[0x10][0x98][0xd7]K[0xee]XD[0xc][0xc1]w[0xed][0xcf][0xb7][0xbe]R[0xcd][0x19][0xfc][0x87][0xcb]<[0xe]o[0xf5][0xef][0x9d][0x90][0xab][0x96]Sbz[0x81]xZ)[0x4][0xa5][0xce]=[0xbe]7[0x16]}[0xef][0xb6]BH[0xec][0x9a][0xb4][0xe6][0x16][0x5]2G[0xae]*[0x10][0xb3]{[0x5]:[0xf6][0xc0][0xbe]B[0x1e][0xac][0xd0][0xf3]U[0x1f][0xa5][0xef]{jZ[0xce][0x1f][0xba]V[0xbd][0xfa][0xaa][0xf5][0xc9][0xf1][0xb5]9[0xb9][0x12][0xda][0x9e][0xcb][0xb0][0xe4][0xb4]W[0xf2][0xe7][0xe4][0x84][0xad][0xe8]k[0xa9][0x91]<[0xa0][0x82][\r][0x9c][0xc0]Y[0x3][0xed][0xe8]0[0xf0]$[0x9e]2[0xd0][0x89].[0x81][0xf6][0xea][0x8c][0xf9][0xbe][0xb5][0xae][0x8a][0x19][0xe8][0xc5]Y[0x1d][0xe3][0x6]&pY[0xc7][0xa4][0x81]+[0xb8][0xaa]"[0xdf]$[0xb0]#^[0x94][0x3][0x90]][0x3][0x5][0x14][0xab][0x15][0xf7][0xdf][0xc4][0xc0][0x14][0xae][0xe9]x[0xcb][0xc0][0xdb][0xb8].`>[0xe6][0x10][0x9][0xf4][0xfc][0xeb][0xa0][0x90][0x8f][0xfd][0x94][0xb2][0xd3]v[0x85]y[0xce]`:S[0xbf]#m[0x87][0xb5][0x2][0xfa][0xa2][0x15]LEO[0x4]'[0xe4]]v[0xb3][0x1a][0xbd][0xff][0xdb]?n[0xbb][0xab][0xde]-9[0xbe][0xb6][0xe2]x[0x81][0xbd]*[0x9d]u[0x81][0xa1][0xf4]a[0xcf][0xf7][0xea][0xc]b[0xbd]|qk[0x9e][0xbc]v[0xd6][0xc9][0xa0]@\x[0x14][0x5][0xc5][0x92][0x13][0xda]+[0x8e][0x9c][0xb0]l[0x87]oMm^[0x4][0x9a][0xad] [0x90]~8[0xbe][0xbc][0x12][0x12]Z{[0xfa][0xe0][0xc3][0x90][0x99]A[0xf][0xdf][0xd2]6[0xbe][0xb2]q[0xae][0x1c][0x1d]Jmjp[0xa2][0x9d]S[0x4][0x81][0x14][0xe5][0x18][0x9e][0xe6]Op[0xc2][0xba][0xb9][0x9f][0xa4][0xe6]#[0xee][0x1a][0xf7][0x8e][0xec]6D6[0xb7][0x85]X[0xb6]o[0xb][0xf1]l[0xff][0x16][0xb4];Q[0xbe]g[0xb8]v[0xf1][0x85][0x6]+h[0xcc][0xd6][0xc4][0xfc]-[0xac][0xd0][0xce][0xfc][0xa7][0xa8][0xcd][0x96][0xe3][0xf1],1 [0x92]T}[0x11]I[0xaa]r,[0x92][0x14][0x96]8NS6j6[0x85][0xa5][0x8c][0xea][0xc]u[0x9c][0xe5]2[0xa6]X/=[0x9b][0xa8][0xff][0xe3]>[0x1a][0xde][0xd9]Fc![0xfb][\r]bw[0xa1]s[0x8b][0xef] !P[0xec][0xdb]A[0x93][0xc0]W[0xc8]QH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0x88][0xe6][0xa9]~Z[0xb5][0xf8]w0[0xee][0xe2][0x89][0x9b][0x9b]h[0x19][0xd6]r)m[0x7][0xad]1[0xdc][0xdc][0xfc][0xeb][0xe7]M|^T[0xce][0xea][0xf8][0xbf][0xd2]L[0xe]7[0xd4][0xe2][0x87][0x1b]S[0x8d][0x95][0xc][0x3]J*[0xa7][0x18][0xd6]S[0xfa][0xc1]$[0x89]\*QM[0xf2]S[0xaa][0xe1][0x87][0xdc][0xb7]8v[0x7]:[0xfa][0xf8]/7J6[0x13]hE[0x91]{[0x80][0x8f][0xf1]I[0xe5][0xbc]A[0x6][0x8a][0x98][0x89][0xf6]m<[0xc0]C[0xea]7[0xf0]et.we[0x89][0xc][0x82][0xc]&[0xd8][0xcf]V[0xf6][0xa2][0x8f][0x1d][0x18]"[0x8f][0xa3][0xe4]9ON/S[0xbe][0x8a]s[0xcc][0xd2][0xcd][0xef][0xf6]$s[0x9d]b[0x85][0x1e][0xd6][0xe8]e[0x95][0xd3][0xf8][0x94]>[0x9f]Q[0xfe][0x82]>[0x1b][0xb4]m[0xd3][0xf6][0x80][0xe7][0x87][0xb4][0xed][0xd2][0xf6][0xb][0xe5][0xdf]p[0x1e][0xbf]#[0x1d]u[0xfa]C[0xf6].[0xcf][0xce][0x9c][0xa3]Nc[0xb5][0x13][0xd4]g[0x88]%[0xc5][0xff][0xf6],r[0xec][0xde][0x14][0xb1](k[0x8c][0xb9][0xab]~A[0xcd][0xef][0xfd][0x9a][0xdf]n[0xc5][0x9a]`[0xcd][0xee][0xc8][0xaa][0xe3]k\[0x8c][0xac][0x8d][0xaa][0xf3][0x95]iJ[0xe0]W[0xd6]Q[0xd3][[0x9d][0x9c][0xb2][0xa6][0x9f][0xd2][0x0]5[0x1a][0xf7][0x16][0xfe][0xcc]h[0x8a].[0xfc][\r]PK[0x7][0x8][0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/statements/RunBefores.class[0x9d]TmO[0x13]A[0x10]~[0xb6]W8Z[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5]yS[0x14][0x4][0xa5]-/[0x7][0x8]*[0x16][0xab]b [0x9a][0x14]L[0x84]`[0xa2][0x9f][0xae]em[0x17][0xae]w[0xe4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd1][0xdf][0xe1]/[0xf0]3[0x89]`0[0xd1][0xf8][0xd9]_[0xe1]/Qg[0xaf][0xe5][0xb5][0x18][0xc1]\vgnfv[0xf6][0x99]yv[0xf7][0xc7][0xaf]/[0xdf][0x0]L`.[0x8a]&$#[0xd0][0x90][0x92][0xd3][0xb0][0x9c]F[0x1a]1[0x8a][0xb1]F[0xe8][0x18][0x97][0xd3][0x84][0x8a]I[0x15]w[0xa2]h[0xc0][0x94][0x8c][0x9e]VqW[0xc5]=[0x86][0xb0][0xc5][0xb7]=[0x86][0x81][0xac][0xed][0x14][0xf4]u[0xdf][0x12][0x9e][0xee][0xf8][0x96][0xc5][0x1d]W/[0xd9]k[0xdc][0xd4][0x97]=[0xc3][0xe3]%nyi[0x86]z[0xcf]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xc2][0xe3][0xd9]u[0xa3]l[0xe8][0xa6]a[0x15][0xf4][0x17][0xb9]u[0x9e][0x97]^5[0xc7][0xdf][0xda][0xe]w[0x19]Z*n[0xdf][0x13][0xa6][0x9e][0x15][0xae]tF[0x96]E[0xc1]2<[0xdf][0xe1][0xc][0xe9]3[0xee][0xd9][0xbf]n[0xbe][0xe0][0x18]%[0xbe]e;[0x1b][0x8b][0xdc]+[0xda]k[0xe9][0x8c][0x4]1+(0[0xc3][0xf0],q[0x1][0xd0]g[0x91][0xd4][0x2]O[0xae]R[0x17][0x9e][0xd2]2[0x86]XVX|[0xc9]/[0xe5][0xb8][0xb3]b[0xe4]L.[0xb][0xb5][0xf3][0x86][0xb9]j8B[0xfe]W[0x8d]a[0xaf]([0xa8][0xca][0xc9][0x13][0xdb][0xb][0xcb][0xe3][0x8e]e[0x98]G8[0xdc]C[0x4][0xae][0xfe][0xd2][0xb7][0xe6]*[0x9d]![0xf4][0x1d][0xa7][0x13][0xee]l[0x1e]&u[0xff][0xa3][0x9a][0xcb]4[0xee][0xfc][0xc2][0x1b]x[0xd9]0}J[0xcf][0xa0]$[0xa4][0xa1][0xbe]B"C[0xf2][0xc2][0xb9][0x19]Bb[0x90][0xa1][0xfd][0x4][0xb8][0xe7][0xd4][\r][0xc3][0xb3][0x1d][0xf2]E[0xe7][0xb7][0xf3]|[0xd3][0x13][0xb6][0xe5][0xaa][0xb8]O[0xff][0xcb][0xb6][0xef][0xe4][0xf9][0x82][0x90]E[0xc7][0x8e]{3&Wk[0xe8]@[0x9f][0x86]f[0xc4]4[0xc4][0xd1][0xa6][0xa1][0x5][0xad]*f4<@Z[0xc5][0xac][0x86][0x87][0xc8]H[0xf7]#[0x86][0xa1][0xb][0xc2][0xa3][0xd3]x[0xb6]r[\r][0x8f][0xf1]D[0xc3][\r][0xf4]1[0x8c]_[0x96]C[0x86][0xfe][0xf2][0xc4][0xd0]v[0xbc][0xe7]J[0xd1][0xb1][0xb7]*[0x1c]7[0x9f][0xa6][0x8f][0xda]/[0xaa][0x8d][0xa2][0x83][0x91]H[0x9e][0xdf][0xc0]x[0xad][0x95][0xee]Z[0xd1]p[0x97][0x82][0x9b]K[0xb4][0xbd][0xa6][0xe6][0x1f][0xae]>}%[[0x85]U[0xb6]7[0xf8][0xfc][0xf6][0xa6]i[0xbb][0xa2][0xcc][0xcd][0x1d][0x86][0x99]Dm[0xe4][0x9b]sNG[0xad][0x9][0xfd][0xf4][0xb0]4[0xd1][0x93][0xa3][0x10]9[0xc4][0x11]iq[0xc9]P [0x89].[0x10][0xe][0xd2]C[0xb8]B[0x83]*B'[0xc9].[0xb2][0xbc]#[0x19]&[0xd9][0x9e][0xfa][0xc][0x96][0x1a][0xde]C(5[0xb2][0x7]%5[0xba][0x87][0xf0]n[0x90][0xaf][0x9b][0xe6][0xe][0xd4][0xd1][0x1c][0xa3][0xc8][0x16]D(ks[0x90][0xb3][\r]=dMU[0xd6][0xe3]*[0xae][0x1][0x81]&[0xf7]g[0x81]&[0xa3]B[0x81]&[0xb1]([0xe8]%];[0xf2]I,[0x15]T[0xd7][0xc9]F[0x9c]W1[0xbd][0xa7]H[0x85][0xe4]t[0xea][0x13][0x94][0x3][0xd4]1d[0x87][0xf]P[0xcf][0xf0][0x1][0xbd][0xa4][0xa8][0xc][0xdf][0xd1][0xb0]8B[0xde][0xb0][0xf2][0x15][0x91]}D_}[0xfc][0xfd][0x93]~C[0xfb]h[0xdc][\r][0x12]v[0x7][0x85]K`[0x9d][0xb4]i[0x17]=[0xb8]=[0x98]"[0x88][0x12]p_[0x0][0xa4][0x89]Zv[0x93]"[0xa3][0x18][0xa0]o0[0x0]5]-[0xe2][0x16][0x8d]0Yn[0xd3][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]%[0xfe][0x0]PK[0x7][0x8][0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/matchers/JUnitMatchers.class[0xbd][0x96][0xfd]v[0x13]E[0x14][0xc0][0xef][0xd0][0xd0]m[0xd2][0xb5][0xc5]"[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0xb](i[0xb]][0x10]Q[0xa1]!ZB[0x80]b[0xca]G[0x93][0xd6][0x8f][0xaa]8[0xd9][0x8e][0xc9][0xd4]d[0xb6]gwR[0xe5][0x11]|[0x1b][0xfc]K[0x8f][0xf0][0x0]>[0x94][0xc7];[0x9b]M[0xd2][0x99][0xdd][0xd0]&[0xe5][0x90][0x9c][0xdc][0x99][0xb9];[0xf7][0xfe][0xee][0x9d];3[0x9b][0xff][0xfb][0xe7][0x15][0x0]\[0x7][0x9a][0x81]w[0xa0][0x94][0x81]5x[0xac][0xc4][0x13]%[0x9e]*[0xf1]L[0x89]u%[0xca]JT[0x94][0xd8][0xc8][0xc0]&|[0xa3][0xc4][0xb7][0x16]|g[0xc1][0xf7][0x4]Fs\p[0x99]'0[0x92][0x9d][0xdf]$[0x90]*x[0xdb][0x8c][0xc0]d[0x89][0xb][0xf6][0xb8][0xd5][0xac]2[0xbf]B[0xab][\r][0xd4]L[0x95]<[0x97]66[0xa9][0xcf][0xd5]8R[0xa6]d[0x9d][0x7][0x4].[0x94]<[0xbf][0xe6][0xec][0xb4][0xd0][0x91][0xd3][0xa4][0xd2][0xad]3?p[0x1e]m[0xe0]p-[0x1a]-[0x13][0xb0][0xea]4X[0x95][0xac]I`![[0xda][0xa1]{[0xd4]iPQs[0x9e]Tw[0x98]+[0x97][0xe7]C[0x17]u[0xda]t}[0x16]H'[0xb2]Sf[0xac][0xc1][0x9a]LH[0x15]A[0xcc][0x8a][0xc0][0xb4][0x1e][0xd6][0x8b][0xdd]Nh#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xce][0xdc]c[0xbb]>s[0xa9]d[0xdb][0x4][0xd2]e^[0x13]T[0xb6]||[0xbc][0x96][0xab][0xdc][0x8e][0xfb][0xcb]g[0xd1]*9[0x94][0xdc][0xbe][0xd9][0x98][0x86][0xaf]([0xb9][0xab]8=[0x8f]_[0x2]3[0xeb]-!y[0x93]m[0xf2][0x80][0xe3][0x93][0x15]!.[0x8][0x9c]K~r`]^k6L[0x9a]i[0xb6][0xc7][0xfc][0x17][0xed][0xf3]x&[0xd9]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "i{[0xa0][0xad]2t@[0x13][0xae]'$[0xe5]"(K[0x9f][0x8b][0x9a]qK[0xb4][0x95][0xfd]k[0x90][0xe]Z[0xd5] 2[0x9c][0x8a][0xdb][0x11][0xc8][0x1f][0xda][.>Q[0xc5][0x97][0xaa]z[0xb2]n[0xc1][0xf][0x4]N[0x15][0xbc]f[0x95][0xb][0x15][0xfe]][0xd4]u[0xcf][0xa2][0xbd]*[0x4][0xf3][0xb][\r][0x1a][0x4][0xc]7A[0xf9]p[0x87][0xdb][0xf5]|[0xe6][0xf4][0xba]}[0x90][0xe8]v[0xdc]t[0xeb]in[0x1f][0xc6][0xdc]>[0xdc][0xe7]v[0x15][0x8f][0xc2][0xde][0xd7][0xb0][0x8c][0xed][0x14][0xf6]n[0xc1][0x16][0xdc]F[0x8b][0xaf][0xb0]][0x81][0x99][0xff][0x1]PK[0x7][0x8][0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/junit/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/DisableOnDebug.class[0x8d]U[[[0x1b]U[0x14]][0x87]\[0x6][0x92])[0x85][0x81] [0xa2][0xad]mA[0x9a][0x1b][0x8c][0xda]Vm[0x83](mJE[0x3][0xd4][0x82][0x14][0xa9][0xb7][0x9][0x8c][0xe1]`2[0x89]3[0x13][0xb5][0xdf][0xe7][0x1f][0xe9]/[0xf0][0x85][0x87][0xf6][0xfb][0xec][0x5][0x1f][0xfc][0xfa][0xdc]?[0xe0][0xbf]Q[0xd7][0x99][0xa4]![0x17][0x8a][0xbc][0x9c][0xb3][0xcf][0x9e][0xbd][0xd7]^{[0x9d]}[0x92][0x17][0xff][0xfc][0xf9][0x17][0x80]w[0xf1]}[0xc][0x1f][0xe0][0xc3]8[0xae][0xe2]Z[0xc][0xc3][0xc8][0xc5]``n[0x80][0xd6]G[0xea]8[0xaf][0xac][0x8f][0xe3][0x18][0xc1]'q,[0xe0]z[0x1c]7[0x90]W[0xcb]M[\r][0x8b][0xfd][0xb8][0x15][0x83][0x8e]O[0xfb][0xb1][0xa4][0xf6][0xcf]4|[0xae][0xa1][0xa0]aY [0xec][0xd6][0xcb][0xb6][0xc0]D[0xa1][0xea][0x96][0xcc][0xbd][0xba]#}Sy6[0xd2][0xb8][0xdd]F![0xd1][0xa2][0x90]@[0x12][0xa9][0xa0]`[0x2]id[0x98][0x19]So[0xaf][0xd9][0xec][0x83]f[0xb3]W[0xd2][0x7][0x18][0x10](d[0xe][0x10][0x13][0xf4]N[0xd3][0x88][0xb]<[0x87][0xbe]l[0x9c][0xca]>[0xc1] I[0x84][0xf7][0xb3][0xc6][0xe9]'[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0xdf][0xff][0xfd];[0xb4][0xdf][0xd2]c[0x2]Q[0xae][0x92][0xfb][0x1e]{[0xfa][0x91][0xdd][0x94]1[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xa1][0xd6]"5A[0xf5]ga[0xb2][0xa0]F[0x2][0xef][0xf0][0xcf]Y[0x91][0xba][0x82][0xf7][0xa8][0xb][0xda]tQ[0x9e]I[0xee][\r]].[0xd1][0x97][0xc5][0xe5][0xa6].&w[0x15][0x13]Q[0xba][0xec][0xb7]t[0x88][0x6][0xce][0xdf][0x82]R[\r][0x90]H[0xb3]A8[0x15][0xf5][0xfe]PK[0x7][0x8][0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ErrorCollector$1.class[0xa5]S]O[0x13]A[0x14]=C[0x17][0x96].[0xab][0xd4]R1[0xa0] b[0xd5]v[0xf9]X+~<[0x88]D[0xa8]51[0x1]}([0xe1][0xcd][0x87][0xe9]2i[0xb7]ng[0xcd][0xec].[0xf1]gi[0xd2]F[0xe3][0x83]?[0xc0][0x1f]e[0xbc]3[0x12][0x10][0xdb][0xd0][0x7]7[0x99]{gg[0xce]=[0xf7][0xde]33?}[0xff][0x1][0xa0][0x86]gy[0xd8][0xb8][0xaf][0xcd][0x3]m*[0xda]T[0x1d]L[0xc3]s[0xb0][0x86]u[0x1b][0x1b]66m[0xf8][0xc][0xce][0x9][0x8f][0xca]J[0xf0]$[0x96][0xc][0xc5][0xfd].?[0xe1]~[0xc4]e[0xdb]o[0xa6]*[0x94][0xed][0xe7][0xc]y[0x8d][0xa0][0x91][0x89][0x8b][0x80]w[0xad][0xae][0x8]R[0x2][0xcc]h@[0x8f][0xa7]AG([0x86][0xf9][0xfd]X[0xb5][0xfd][0xe][0xef][0x5]J$[0xa9][0xf0]g[0x9d]`Si'L[0xca][0xf][0x19]V[0xc][0xa2][0x9b][0xc9]0[0xf5]U[0x16][0x89][0xc4]o([0x15][0xab]z[0x1c]ED[0x18][0x1b][0xec]vH[0xbb];[0xc][0xef]+[0xe3][0xc0][0xc3]%[0xf][0xd7]8[0xba][0xa4][0xea][0x11][0x83]U[0x8f][0x8f][0xa9][0xaf][0xd9][0xfd]P[0x8a][0xb7]Y[0xaf]%[0xd4]!oE[0xa6][0xd3]8[0xe0][0xd1][0x11]W[0xa1][0xfe]?][0xb4]t[0xb][0xc]`p[0xdf]H)T=[0xe2]I"heuL[0x95][0xe5][0x1a]5e[0x11]a[0xc4]P[0xaa]TG[0xa9][0xe8]4>[0x5][0xe2]c[0x1a][0xc6]2[0xb1]A*[0xe5][0x9b]a[[0xf2]4S[0x94][0xb7]1[0xa2]%[0xb3][0x92][0xa5]a[0xe4][0x7][0xb1][0xc]2[0xa5][0x84]L[0xfd]:e[0xd0][0xa5]n[0xf][0x7][0xec][0xe8][0x1c][0xcd]8S[0x81]x[0x1d][0xea]f[0xe6].[0x96][0xb8][0xa9]#H[0x89][0x86][0xc][0xa2]8![0x1d][0xf]D[0xda][0x89][0x8f]m[0xd4]\<[0xc2][0x96][0x8b][0x2][0xae][0xb9]p0[0xe3][0xc2][0xc5][0x15][0x17]W1[0xeb][0xa2][0x88][0xc7]6[0x9e][0xb8]x[0x8a]-:[0xd7]q[0x1a]0[0x14][0xfe]-[0x8b]a[0xe9][0xd2]F[0xa8][0xcc][0xf3][0x90]3[0x85][0x18][0x96]/[0xcf]E[0xf2][0xd1][0x11][0x7][0x1f][0xe];[0x9c]R[0xbc][0xa8][0xfc][0xdf]%[0xc9]U[0xb4]-[0x9c][0xa7][0xdc][0xa5]SWD[0xec]p3[0xd1]Y[0xb0]BOl[0x9a]nF[0x1e]V[0xa1][0xa0]u[0x2][0xc8][0x93]T[0xc6][0x93]Z[0xc6][0x93][0x88][0xf4]@'h[0x14]1G[0xe8][0x12][0xcd]^[0xd1][0xff]$[0xf9]Eom[0x0][0xe6][0xad][0xf]0[0xe1]m[0xc][0x90][0xf3][0x16][0xac][0x1],[0xef]+&[0xbf][0x98][0x98][0xeb]d[0xa7]([0x6]x[0x89]y[0xb2][0xae][0x99]/[0xe2][0x6][\r]}'o[0xe2][0x16][0xa1]4[0xe3][0x1e]rf[0xaf][0xe4][0xf5][0x89][0xab]OT}X[0xdf]0[0xa5][0xa7][0x9f][0xcf][0xb8][0x1c]S[0xc7].U[0xb6][0xf7][0x17]_[0xe9][0x94]o[0x89][0x86]E+[0xcb]do[0x9b][0x98][0x15][0xdc]1~[0x15]w[0xcd]^[0x19][0xf7][0xb0]`x[0x18][0xf5]n[0xbe][0xdf]PK[0x7][0x8]~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/ErrorCollector.class[0xa5]Uks[0xdb]T[0x10]=[0xd7]v-?[0xd4]:[0x8f]6[0x14]J[0xdb]P[0xd2][0xd6][0xb1][0xd3][0xaa][0xa1][0x90][0xd0][0xda]u([0xae][0x3][0xa1]N[0xd2][0xd6]&[0x9d]2[0xc3][0x7]E[0xb9][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb2][0x94][0xb9][0x92][0x2][0xf9]We[0x6][0x1a][0x1e]3[0xfc][0x0]~T[0x87][0xbd]W[0xb2]q[0x1c][0xe3][0xc][0xc3][0x7][0xfb]>v[0xf7][0xec][0xd9][0xbd][0xbb][0xab][0xbf][0xde][0xfe][0xfe]'[0x80]e[0xec][0xe4]0[0x85][0x7][0x1a][0x1e][0xe6][0x90][0xc0][0x83],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xe4]P[0xc5][0xa3][0xf9][0xaf](v][0xb3]g[0x9][0xee][0x7][0xc6][0xa6][0x19][0x90][0xbe][0x88][0x90][0xf]M'T[0xc1][0x9d]2b[0xd0]z[0x91]&[0xc3][0xdc]x[0x4]%[0x18]N[0xca][0xd1]A?1[0xc9]v[0x9b][0xc4]W[0xc6][0xda]UI&3[0xbf]Zm?<[0xed][0xb7]V$[0xf1][0x4];I[0xfb][0xd1]p[0x90][0xad]@[0xd8]n[0xa7][0xf2]_[0xc2]N[0xb]n[0xfa][0x9e]{2[0xee][0x18][0x87]a[0xe3]_x[0x9d][0xd6]=[0x9b][0xe9]y[0xf5]4[0xad][0xd0][0xb2]8[0xdf][0xa3][0x7][0xbf]_[0x1c]*L[0xcb]s[0xad]P[0x8][0xee][0x6]F[0xdd]t[0x9c][0xe8][0xbd][0xc7][0xbd][0x4][0xa3][0x8c]f[0xac]X[0x85][0xe1][0xfa][0x19][0x18][0xc][0xb][0x93]5[0xfa]/[0xb0]61[0xd2][0xc9][0xd6][0x8b][0xea][0x85]s-/[0x14][0x16]_[0xb7]%[0xaf][0xd9][0x93]UW[0xa2][0xe8][0xb8][0x84]9[0x12][0xfd][0x83][0xf8]X[0x8][0xf3]H[0xf6][0xa4][0x8e]i[0xcc]hh[0xea][0xd8][0xc4][0x96][0x86]m[0x1d][0xcf][0xf0][0x9c][0x1]:n`[0x89][0x9a]jrO-,3[0xe8][0x1b][0xae][0xcb]E[0xdd]1}[0x9f][0xfb][0xd2][0xd3][0xb][0x1d][0xf7][0xb0][0xac][0xa1][0xa5][0xa3][0x8d][0xaf][0xfb]nO6[0x8c][0x8e]k[0xb8][0xce]pm2<5[0xe4][0xa8][0xc2][0x8e][0xec]`[[0xf6][0xc3][0xbd]a[0x91][0xa4][0xe0][0x1b]=[0x1a][0x1b][0x8e][0xb1][0x19]:[0x81]}[0xe0][0xf0]u[0xd3]vh[0xe][\r]Z[0x9d]!/9[0x8a][0xa0][0xd1];[0x8]h[0x8][0xcc][0x16]G[0xc7][0x97],[0x96][0xb]'[0xef][0xa8][0x8b]hM\[0xcf][0xc7][0xa4]f[0x14][0x89]-[0xba][0xd9][0xa6][0xec]<[0xa3][0xfb][0xe7][0x83][0xc]e[0xe8][0xf6]#J[0xb3]tV[0x18][0xd0],[0xe0]>>&[0x9c][0xe2][0xe0][0xa1][0xe5][0xcd]'[0x83][0x12]\[0xa1][0xdf][0xaa][0xda]}[0x8a][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]>[0xa1][0xca][0x12][0x3]PK[0x7][0x8][0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.class[0xa5]T[0xcd]N[0x13]Q[0x18]=[0x97]V[0xa6][0xc][0x83][0xad] [0xa8]U[0x91][0x9f]R[0xfb][0x83]L[0xcb][0x16][0xc2][0x86]`Bl[0xdc]@[0xba]`w;[0xdc][0xc0][0x90][0xe9][0xc][0x99][0x99]bW[0xbe][0x87]O[0xe0][0xba][0x89](q[0xe1][0x3][0xf8]$[0xea][0xc6][0xff][0xb8]3[0x9e][kM[0xa0][0x86]&.[0xe6][0xde][0xef]~s[0xbe]s[0xce]w[0xef][0x9d]y[0xfb][0xf3][0xf5][0x1b][0x0]U[0xac][0x8e]a[0xc]s&L[0xcc][0xeb]hAG[0x8b][0x6]r&[0x96][0x90][0xd7][0xc3]}=[0x14][0xc][0x14][\r][0x94][0x4][0x92][0xbe]j[0xc7][0x2][0x8b][0xb5] <[0xb0][0x8f]Z[0xbe][0x1b][0xdb]a[0xcb][0xf7]U[0x18][0xd9][0xcd]`_y[0xf6]N,c[0xd5]T~[0xbc]&0[0x1a][0x1f][0xba]Q[0xae]r[0x1e][0xee][0xa9][0xc8][0xde]j[0x1f]+'V[0xfb][mG[0x1d][0xc7]n[0xe0]k[0xf8][0xba]K[0xc0][0x86][0xc0]va[0x8][0xfc][0x10][0xe][0x8a]u[0x1a][0xde]dR ]s}[0xf5][0xb8][0xd5]l[0xa8]pW6[0x8c]n[0x86][0x17][0x13][0x19][0x8e][0xd7][0xb8]z[0xc4]u[0x82]s[0xba]T>[0x85]([0xbd][0xc2]Hi[0xf9][0x14][0x89]N[0xaf][0x14],[0xd1][0xaf][0xdf][0x91][0xee]=[0xe3][0xf][0x98][0xe2]j[0x86][0xef]X[0x82][0xeb][0xb8][0x1]t[0xa3][0x9b][0x94][0xd0][0xc4]<`[0xce][0x9a][0xf8])g[0x8d][0xca][0x97]^ [0xf1][0x12][0xc9][0xe7][0x98][0xa8]1[0x14][0xe5]3[0x8c]vtp[0x6][0xe3][0x19][0xcc][0xdf]Q[0xaa][0xc3]Z[0xc0][0xa0][0xe5]+=[0xdd][0x5][0xa4]8~d[0xee]+[0xb3][0x9f][0xd8][0xc4]gj[0xa1][0xe6]7[0xcc][0xe2];[0xf]?[0xfa]^[0xc6][0xe9][0xee]6[0xee]t9[0xf2]=Ww[0xf9]$[0x99][0xd1]|[0xb3][0xdd]n[0xee][0x11][0xb]r[0x9][0xa2][0x97]0[0x8d][0x91]_PK[0x7][0x8][0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/rules/ExpectedException.class[0x95]Wiw[0x13]U[0x18]~[0xa6]I;[0xc9]t[0x84]R[0xa5][0x14][0xeb]R6m[0x13] -[0xee][0xb6][0x82][0xb5][0x5]A[0xb]([0xa9]U[0xc4]m[0x9a]L[0x9b])[0xc9]L[0x9c][0x99][0x8][0xb8][0xe3][0xbe][0xef][0x1b][0xee][0xcb][0x7][0xbf][0xa0][0x7][0xcf]Q[0xe0][0xc0]Q?[0xea][0xf1][0xb3][0xfe][0x1][0xfd][0x19]z8[0xbe][0xef][0xcc][0xcd]d[0x92]L p[0xe][0x99];[0xf7][0xbe][0xef][0xf3][0xbc][0xfb][0x9d][0xfe]q[0xe6][0xd4]/[0x0]F[0xf1][0x8d][0x82]8[0x16][0xf8][0xa7][0xc0]?[0x86][0x8c]E~[0xee]W0[0x80][0xfd]2[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xec]O[0xd2]N)[0x1][0x93][0x9f][0x96][0x8c][0xb2][0x2][0x15][0xf][0xf3][0x89][0xad][0xc0][0x81][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15]^=[0xc2][0xab][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xe2][0x90][0x82]G[0xf1][0x18][0x8b]<[0xae][0xe0][0x9]<[0xc9][0xab][0xa7][0xf8][0xf4]i~=[0xac][0xe0][0x19]<+[0xe3]9[0x5][0xcf][0xe3][0x5][0x19]/J[0xb8]x[0xeb][0xc1][0xb2][0x9e]s[0xf5][0xfc][0xd6][0x83]9[0xbd][0xec][0x1a][0x96][0x99]u5W/[0xe9][0xa6]+A[0xdd]a[0x9a][0xba]=Y[0xd4][0x1c]Gw$,)in[0xae][0xa0][0xdb][0xb7]T[0x8c]b^[0xb7]%[0x8c]N[[0xf6]Bf[0xb1]b[0x1a]n[0xc6][0xae][0x14]u'[0xd3][0x84][0xb6][0xb3]NeL[0xc2][0x8a][0x92][0xe1]8[0x86][0xb9]P[0x93][0xd0][0x1d]G[[0xd0]%[0xf4]N/j[0x8f]h[0x99][0xa2]f.d[0xb2][0xae]M2$[0x1e]7-[0x93][0xce][0xd6][\r][\r][0x9f][0x9b][0x8b][0xc5]'[0xad]<[0x89]/[0x9d]6L}W[0xa5]4[0xa7][0xdb]3[0xda]\[0x91]v[0xba][0xc6][\r][0xd2][0xdc],!64<[0xcb]\VN+[0xce]j[0xb6][0xc1][0xc7]B&[0xee][0x16][0xc]rsM[L[0xcb][0xb][0x9a][0x99]/[0xea][0x13][0x14][0x1a][0x9b][0xb7][0xb6][0xda][0xb6]e[0x93][0xb6]2[0xa5][0x97]m=G1[0xcc]KX[0xb9][0xa7]b[0xba]FI[0x9f]5[0x1c][0x83](&L[0xd3][0xa2][0xe8][0x92]4[0x9][0xf6][0x85][0xdc][0xad][0xe9][0x10][0xf2][0xea][0x0][0xb9]R[0xf2][0xd8]f[\r][0xab][0xa8][0x85][0xe9]I{[0x95][0xad][0x97]-[0xdb][0xdd][0xd9][0x10][0xcc][0xbb][\r][0xb7][0x10][0x4][0xf4][0xba][0xa1][0xe6][0x88][0xb6][0x17]F[0xb9]T[0xc5][0xe8][0xd4][0xca][0xe5][0xe2]![0x9][0xf3]Cu[0x8a]\[0x17]N[0xa6]D[0xc1]." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0x82][0x82][0x19]k[0x12]![0xc7][0x9c][0x9c]m[0xf8][0xb0][0xc3]m P[0x12][0xe6]4GoLB+[0xe1][0xee]|[\r]_[0xc2]eg[0xe7][0xa7]"[0xd0]=_)/[0xbe]7[0x5][0xad][0x94][0xb3]u[0xc7][0xcd][0x88]*[0x1d][0xe3][0xd2][0x90]E[0x95]s[0x86]"[0x85][0xbc][0x83]p[0xf5][0x1c]*W+he[0xa4][0xc6]xj3)%[0xb3][0xc6][0x82][0xa9][0xb9][0x15][0x9b][0xe4].[0x89][0xe6]gA6[0xe1][0xa2]p[0xe2][0xbc][0xf6][0xf3][0xb6][0xe3].1IX[0xd6]t(a[0xb8]qo<[0x1d][0xda][0x99])[0xd8][0xd6][0x1][0xb6]p[0x8c][\r]Y[0xdf][0x84][0xde]R[0x98]Y/[0xf0][0x83][0x16]T[0xd5][0xf2][0xa8][0xaa]"[0xb9][0xa4]S[0x99]s[0xbc]W[0x9][0xa9]h[0xf7][0x9a][0x15][0xd9][0x9e][\r]-[0x82][0x11]%[0xcd]D[0xdd][0xbe]A[0x93]Z[0x85][0xb]E[0x98][0xa7][0xe7][0xc5][0xfb][0xc6]h[0xb0][0xd6][0xe1][0x18]mA[0xb6][0x98],[0xf5][4h[0x19][0x9][0xfd]C[0x91][0xe2],,q[0xd0]"OiZ[0xd4]zZ[0xc6]KTY[0x86]3a[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xab][0xbd][0xe9][0x8d][0xad]{[0xa9][0xbe][0xe6]5[0xa3]8U[0xd1]g[0xac][0xc6][0xc6][0x97][0xf1]2[0xd7][0xcd]p[0xd4][0xc][0x15][0x1][0xd3]|K[0x15]-[0x97][0xa3]\[0xae][0x1d][0x19][0x19][0x91]06[0xd4][0xc6]dd2[0x0]N[0xe2]&l&[0xb0]-ATx[0xe7]fZMx[0x86][0xdd][0xe2][0x11]M6[0x11][0xa5]Ob[0xe9]q[0xf4]4[0x12][0x9d]"[0xa2][0xd3]-[0x88][0xa6][0xb0][0xb5][0x81]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x2][0xa2][i[0xb5][0x1d];D[0x9c]&[0xc2]D[0xcb][0x8e][0xa3][0xb7]VY>[0xd1]oD[0xf4]{[0xb][0xa2][0xdb]D[0xd8][0xb7]G[0x4][0x88][0xe0].[0x8c][0xb0][0xfb]O[0x82][0xfb][0xeb]<[0x2]t{`[0xf7]4[0xad]vF[0x13]][0x14]A[0xf4]7[0x11][0xfd][0xd3][0x82]hW[0x13][0xd1].[0xec][0xe][0x88][0xee][0xa0][0xff][0xf4][0xc1] [0x88][0xee][0x11]D[0xfd][0xd4][0x87][0x1d]G[0xb0],[0xcd][0xa9]?[0x8e][0xe5]'[0xd1][0xf7]-:[0xd3][0xbf]6v[0xe2][0xbf]T[0x8e][0xff]Q[0x17][0x9e][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xae][0xf1][0xf7][0x7][0xfc][0xfd]d[0xfc][0xc][0xb1][0xdd]E[0xeb]8=g[0xe9][0x9c][0xbe]RDB6[0x89][0x8e]J[0xf8]<+[0x8e][0xd6][0x97][0xad][0x14][0xb][0xf5]UB`v[0xf0][0xa7][0x8e][0xb0][0xf7][0xda]@[0xff][0x4][0xfa]ObeC>%[0x19][0xb2][0x94][0x88][0xc0][0xa8]Zs[0xaf]7[0xbd][0xf6][0x9]k[0xb2][0xd4]tl[0xfd]@[0xe0][0xf5][0xc5][0xd3][0xb4][0xec][0x8e][0xff][0x8c][0x81][0xbd][0xb1]t[0xf6]$.i[0xe8]S[0xa9][0x1b][0xdd][0x92][0x1a]r|@[0x10]t[0xa3][0x7][0xf7]q[0xc1][0xf4]$p?[0x1e][0x10][0xe6][0xde]([0xc2][0xdb][0xc5]=[0x1a][0xfb][0xa1][0xde]Y,[0x86]p[0xba][0xf0][0xa0][0x8]`[0x17][0x1e][0xaa][0xf] !j[0x98][0x13]&gD[0x0]:9aG#[0x1]}[0xcf];}@R[0xce]!/[0xcc][0x9]+K[0xd1][0xd6][0xd4])[0xd7][0x85]M[0xf7][0xe4][0xe7]q[0xb9][0x17][0xb][0x89]$[0xe3][0xb8][0xc][0x1d][0xff][0x3]PK[0x7][0x8][0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.class[0x95]T]S[0xd3]@[0x14]=[0xdb][0x6][0x2]%`)[0xa2][0x82][0xe2]'[0xd8][0xf][0x90][0x88](~[0xb4]V[0x5]Q[0xc0]"*[0x88][0xa3]o[0xa1][0x8d]m[0x98][0xd0]2I[0xaa][0xe0]O[0xf1][0xc9]7_|[0xc0][0x19][0x1d]Dg[0x1c][0x9f][0xfd]Q[0x8e][0xf7][0xa6]![\r][0x85][0xea][0xd0][0x99]n[0xf6][0xe3][0xee]9g[0xef][0xb9][0xbb][0xbf][0xff]|[0xff][0x9]`[0xc][0x8b][0x11]tc\[0xc6][0xd5][0x8]B[0x18]oG[0x14][0xd7]:0[0x81][0xeb][0xdc][0xdc][0x88][0xd0][0xf0]f[0x4][0xb7][0x90][0xe6]a[0x86][0x9b][0xdb]2[0xb2]<}[0x87][0x9b][0xbb][0x11][0xdc][0xc3]$[0xef][0x9c][0x92]q_[0xc6][0xb4]@[0xdb][0x9a][0xe6][0xe4]K[0xba]e[0xb]Ds[0xab][0xda][0x1b]M[0xad]:[0x86][0xa9][0xe6][0xc][0xdb]I[0xb][0xb4]/[0x1a][0xc5][0xb2][0xe6]T-]`[0xb8]a9[0x93][0xab]XE[0xb5][0xa4][0xad][0xe5]-[0xdd]v[0xd4][0xf9][0x1a]N&[0x95]Mgigk[0xc6]([0x1b]NV [0x9c]H.[0xb]HS[0x95][0x2]a[0x1c][0xc9][0x19]e[0xfd]qumE[0xb7][0x96][0xb4][0x15][0x93]fb[0xb9]J^3[0x97]5[0xcb][0xe0][0xb1]7)9%[0x83][0x4][0x8d][0xb9][0xc][0xab]U[0x2]R[0xad][0xaa][0xa9][0xdb][0xea][0xf4][0xc6][0xba][0x9e]w[0xf4][0xc2][0xf4]F^_w[0x8c]J[0xd9]c[0x9d][0xac][0x1a]fA[0xb7][0x88]7[0xac][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]}[0x89][0x3][0xc5][0xa5]Y[0x8a][0xec][0x9d]X[0xe0][0xd8][0xc1]A[0xee]BP[0xd4][0xe6][0xfa][0xae][0xb0][0xbe][0xa6]g[0x16]8u0'/2mTw[0xb5][0xdb]K%[0xab][0xf2][0xb6][0x86]F[0xa9]y%[0xd0][0xb2][0xc2][0xe2][0x5]N$[0x92][0xcd][0xf4][0xa8]M[0x96]25KL[0xad]\T}\7[0xfd]Q[0xcd]4[0x17]^/[0x95][0xf4]y[0xdf][0xde][0xae][0xbc]fS[0xea][0xea][0x13]1B[0xdd][0xe7][0xf8][0xe4][0xbe][0xc9]&>_j[0xc2][0xcd][0xec][0x12]S[0x9][0x8c]6s[0xa1][0xd9]9;m[0xa3]\4w5[0xb][0xcc][0xfc]#[0xa5][0x87]LHd[0xb1]R[0xb5][0xf2][0xfa][0x3][0x83][0x13]?[0xf8][0x9f]:[0x1a]e[0x14][0x5][0xc7]p\[0xa0][0xa7][0x9e][0x8d]{[0x96][0xa5]mrJ[0x14][0xc4][0xd0]#[0xe3][0x81][0x82][0x1]-C[0xbb]d[0xbb][0xab][0xfb][0x81][0xfc]#[0x9f]I[0x4][0x13][0x1f][0xf4][0xdd][0x1f]e<[0xb3]4~`L[0xd9]d[0xee][0xbd]s[0xef][0x9d]s[0xcf][0x9e][0x99][0xef]?[0xbe]|[0x5][0xb0][0x89][0xb5]2[0xc]<[0xd4][0xa6]a[0xa2][0x84]E[0x13][0xb]h[0xea][0xa8][0xa5]#[0xdb][0xc0][0x92][0x81]e[0x81][0xd2][0xb1][0xf4][0xed][0xbe][0x8c][0x95]@[0xab][0x17]FC[0xf7]([\r][0xbc][0xc4][0x8d][0xd2] PQ[0xec][0x8e][0xc3][0x3][0xe5][0xbb][0xbb][0x89]L[0xd4]X[0x5][0xc9]3[0x81]b2[0xf2]b{C[0xa0][0xf9]W[0xbb][0xaf]b[0xb7]{[0x92][0xa8]([0x90][0xfe][[0x15][0x87]i4P[0xba][0xfb][0xb9][0xc7][0xfa][0xb][0x81]W[0xed][0xe9][0xed]W[0x98][0xbf][0xb2]/P[0xd8]fR[0xa0][0xda][0xf3][0x2][0xf5]&[0x1d][0xf7]U[0xb4]'[0xfb]>3[0xb3][0xbd]p [0xfd]}[0x19]yz?I[0x16]4_[0x1][0x8]X[0xaf]5[0xe6][0xb6]/[0xe3]X1cO%do[0xf2][0xf][0xcc][0xee][0xc9]@[0xbd]K[0xbc]0[0x88][\r]<[0xa2]`[0x8a][0x8a][0xa5][0xe4]#[0x90]ok:[0xe6]n[0xd6][0xfc][0xd2][0xd3][0xd3][0xe6].c[0xac][0x1f][0xc9]cI[0xb2][0xdd]`[0xe0][0x87][0xb1][0x17][0xc]wT2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xc][0xb4]-[0xac][0xc0][0xb1]p[\r][0x96][0x85]2L[0xb][0x15][0xcc][[0xe8]hS[0xd7]f[0x15][0xf3][0x14]y:G[0x81][0xc5][0xa9][0xba][0x9][0xdc][0xd4]<\_[0x6]Cwo[0x14][0x85][0x1f].[0xc4]iL[0x83][0x17]([0xc7][0xbf]A.][0xe2][0xae][0xe8]j[0xcf][0xa8][0xaf][0xe][0xc3][0x88][0xf8]3[0xf2][0x90]#[0xd1][0xe0]C-[0xf1][0xe1][0xe6]j5[0xad][0x6]@Oit[0x86][0xab][0x82][0xeb][0xf4]UFO[0xe9][0xf3][0xf4]U[0xa7]s[0x6][0xe1][0xac][0x9e]![0xe7]|F[0xfe]4k[0xac][0xd1][0x16]y[0xd3][0xc0][0x1a]n[0xd0]ZY\[0xc5],[0xe6][0xe8]os[0x15][0x98][0xb9][0xc3]E[0x85]'[0x80][0xef][0xb9][0xd3]#Z[0xce]'[0x88]s[0x14][0xe8]r[0xe7][0x98][0xb9][0xd8][0x15]?[0xa2][0xd2][0x9b][0x84][0x9d]o[0xa7]l4[0xc8][0xa4][0xce]v[\r]P[0xff]5[0xf4].[0xc7][0x2][0xeb][0xac]n[0xb0][0xbe][0xc5]q[0x8f]Y[0xdd]B[0x13]O[0xfe] [0xd2][0xfa][0x87]H[0x9e]'5[0xc6]=[0xdc][0xcf]r[0xb]x[0x80][[0x8c]LV[\r]d[0xdf]OPK[0x7][0x8][0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ExternalResource.class[0x8d]RmO[0xd4]@[0x10]~[0xf6][0xae][0xd7]J[0xa9][0x82] [0x88]o[0xc8][0xab][0x1c]\b[0xc3][0xe7]3[0xf8][0x81][0x97]hr[0xd1][0x4].[0x97][0xf0]q[[0xf6][0xa0][0x97]^{[0xd9]m[0x15][0xff][0x95]~"[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xce][0xee]U[0xd0][0x82][0xd2]&[0x9d][0xed]L[0x9f]yf[0xe6][0xd9][0xf9][0xf1][0xf3][0xeb]w[0x0][0xdb]h[0xba][0xb0][0xf1][0xcc]E[0x3][0x8b][0xe][0x9e][0xbb][0xa8]c[0xc5][0xc1][0xaa][0x83]5[0x7][0xeb][0xc][0xf6][0xab]([0x89][0xb2][0x1d][0x86]zs[0xb3][0xc7]`[0xed][0xa6]'[0x82]a[0xaa][0x13]%[0xe2]]>[0xc][0x84][0xec][0xf2] [0xa6][0xc8]L'[\r]y[0xdc][0xe3]2[0xd2]~[0x11][0xb4][0xb2][0xb3]H1[0xac]tRy[0xea][0xf]r"[0xf2]e[0x1e][0xb][0xe5][0xef][0x9f]gB&<>[0x14]*[0xcd]e([0xda][0xc][\r]>[0x1a][0xc5][0x9f][0x18][0xfa][0xcd][0xbf][0xd0]I"[0xa4][0xf2][0x87]T5[0xf6][0x8f]2[0x9e][0x89][0xa1]H[0xb2][0xf6]5[0x88][0xbf]'T([0xa3]Q[0x16][0xa5]I{[0xb3][0x2][0x3]5[0x17]pE=[0xae]V[0x2]O[0x9e]\[0xf1]3,[0xfe][0xbf]>[0xc3][0x84][0xfa][0x9d][0xcb][0xf0][0xa6][0xca]@[0xd5]Z[0xb6][0x3][0xd1]O%5[0xed][0xee][0x9f][0x87][0xc2][0x14]S[0xe]^h[0xf1][0xfa]$([0xc5][0x8f][0x8c][0x9c][0x7][0x91]V[0xae][0xac][0xf2][0xcb][0x1][0xff][0xc0]=[0xdc][0xc1][0x84][0x87]9[0xcc][0xd3][0xc5][0xdc]v/k[0xdb][0xc]`[0xf0][0xde][0xea][0x8e]vc[0xae][0x94]P[0x9a]`[0x83]a[0xe9][0xb6]\[0x86]i][0xcf][0x8f]yr[0xea][0xbf][0xf][0x6]"$1[0x16][0xca]Y][0xa1][0xb2][0xc3]\[0xb7];{[0x85][0xee][0x9e][0xc9][0xf4][0xe3]x[0x85]J[0xea][0xdd][0xb8][0xd6][0xeb]?[0xc6]b[0x5][0xc5][0x2][0xbd][0x16]y[0x8f][0xc8]>[0xbe]T[0xe7][0x9f][0x14][0x7]7P[0xd4][0xf0][0xc4][0xd8][0xa7]X6[0x1d]139=[0xbf][0x0]PK[0x7][0x8][0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/MethodRule.class[0x8d][0x8d]A[0xe][0xc1]@[0x18][0x85][0xdf]_[0xad]b[0xc3][0xda][0x9][0xd8][0x98]Xw[0xdf]UE[0xa2]'[0x18][0xfc]AMg[0x9a][0xe9][0xc][0xb1]v+[0xb][0x7]p([0xa1][0xb1] [0x12][0x89][0xb7]xy[0x8b]/[0xdf][0xbb][0xdd]/W[0x0]Stc[0xc4]1:[0x84]HV[0x95]:[0x11][0xce][0xa3][0xcc][0xd8][0x8d]([0xbc][0xde]9a[0xbd][0xd6]lkQ[0x9a]5+[0x91];[0xe9][0xb8]d[0xed][0x92][0x9f]Hje[0xc9]Gc[0xf7]3v[[0xb3]N[0xb2]B[0x1e][0xa4]PRo[0xc4]|Y[0xf0][0xca]%[0xe3]?[0xf4][0x84]^n[0xbc]]q[0xba]SL[0xe8][0xbf]d[0xb][0xaf]x[0xd2][0xf8][0x8][0xc3]O[0x87][0xe2]Z[0xbc][0x9][0xc2][0xe0][0xfb][0xb3]M [0x4]hB![0xa1][0x85][0xb0]Y[0x88][0x9e][0x1d][0xa0][0xfd][0x0]PK[0x7][0x8][0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/RuleChain.class[0x8d]U[W[0x1b]U[0x14][0xfe]NH[0xc8]m[0xc][0x98]R[0xe4]b[0xb1][0xb5][0xd8][0x86]\:^[0xaa][0xad][0x4]Q[0x9a][0x96][0x82][0x86]PIZJ[0x97][0xae][0xae]![0x99][0xc2][0xb0][0x86][0x99][0xac][0x99][0x89][0xca][0x9b]o[0xfe][0x6][0x81][0xaf][0xd4][0x1b][0xc5][0xae][0xe5][0xea][0xb3]?[0xc3][0x1f][0xa2]~[0xe7]$[0x4][0x8][0x97]e[0x1e][0xce]9[0xb3]g[0xef]o[0xfb][0xdb][0xfb]L[0xfe][0xfa][0xe7][0x8f]?[0x1][0xbc][0x87]'q$p+[0xc1][0xe5][0xb6]\>N [0x8d]ii+F1[0x93]@?[0xa6][0x93][0xf8][0x4][0xb3]r[0xf9]4[0x8a][0xcf][0xa4][0xcf][0x9c]|[0xb8][0x93]D[0x9]w[0xe5]r/[0x8a][0xf9]$[0x6]p?[0x81][0x5],F[0xf1][0xb9]@[0xf2][0xde][0xd2][0x83][0xda][0xda][0xd3][0xd2][0xc2][0xdc]bE`[0xbc][0xec]z[0x1b][0xfa]V[0xcb][0xb1][0x2][0xdd]k[0xd9][0xa6][0xaf][0xaf]p-m[0x1a][0x96]S[0x14][0x18]S[0xa6]j`x[0x81][0xe5]l[0xac]Z[0xc1][0xe6][0xa2][0xe3][0x98][0xde][0x92][0xeb][0x7][0x2][0x83][0xe5]-[0xe3][0x1b]Co[0x5][0x96][0xad][0x97]-?[0xa0][0xbc]jm8F[0xd0][0xf2]L[0x81]|[0xcf][0xeb][0x99][0x13][0x99]j[0xa6][0x1f][0xc8]l[0xc5]Y[0x86][0xa6][0xcc][0xed]f[0xb0][0xd3]M.p)3u.[0xb7]p[0xc9]m0[0xcd]@[0xd9]r[0xcc]Jk{[0xdd][0xf4]j[0xc6][0xba]MK[0xdc]m[0x5][0xa6]'][0x5]ne[0xce][0xce]z>|[0xba][0xec][0xd6][\r][0xfb][0x91][0xe1]Y[0x12][0xb5][0x3]=v6[0x9a]@[0xff][0x8c]E[0xfb][0xac][0xc0][0x85]L[0xaf]2S[0x8f][0xc8]7[0xd8][0xb4]|[0x81][0x88][0x8a][0x13][0x18]>[0x8e][0xbf][0xd3]<[0xc8][0xa1][0xf7]F[0x9f]+[0x9c]D[0xee]7<[0xb7][0xe5]4[0x4]4[0xd3][0xa9][0xdb][0xae]o6[0xda][0xc5][0xf]([0xef][0xe5]g[0x15][0xf3][0xdb][0x8e][0xa6][0x11][0xa3][0xd9][0xb4]w[0x4][0x9e][0x1d][0x97]E[0xf6][0xd4][0xd7][0xb7][0xa9][0xa7][0xad][0xb3][0xd9][0x81][0xb9]m:A[0xf1][0x84][0x8b]~[0xd7][0xf4][0xeb][0x9e][0xd5][0xc],[0xd7][0xe9]Q[0xef]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x4][0x16]m[0x1a][0xf5]M[0x81][0x90]5)0t[0xa4][0xae]Ev[0xc8][0x8]\O[0xba][0xac][0x1b]>[0xc9]^[0xfd]_x[0xc9][0xc6]![0x5][0x81][0x89][0xf3])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4]f[0xea]v[0xa7])}[0x19])U[0xa2][0xea][0xb6][0xbc][0xba]9oI}R[0xdd]~[0xdf][0x90][0xcc]4\[0xc0][0x90][0x86]Q[0x8c]i[0xb8][0x8e][0x9][\r]WpS[0xc3]E[0xc][0xb3][0xa3][0x87][0xcc][0xe7]<[0xcf][0xd8][0x91]m[0x89][0xe2][0xb][\r]e,i[0xa8]`Y`[0xf4][0xcc]a[0x92]@okx[0x80]/[0xa3]X[0xd1]PEM[0xc3]C[0x90][0xcc][0xc8]Y}[0xd5][0x90]E.[0x8a]U[\r][0x8f][0xb1][0xc6][0x8b][0xa6][0xb2][0xdb][0x86][0xb3][0xa1]/[0xaf]o[0x99]u[0xde][0xbd][0xd4][0xf1][0x11]ayF[0x83][0x3]p[0xb1]3;G|[0x8b]SO[0xe4][0x84]4[0x1a]s[0xb6]M[0x96]G[0x87][0xab][0xe4][0xda]6=T7[0xe9][0x14][0xb3]:M[0xe1]p[0xf2][0xee][0x9d][0xda][0xac][0xf4]I[0xab]@t[0xd3][0xf0]+[0xe6]w[0x81][0x12][0x99]@aG=[0xc][0x1d][0x80][0x1c]eC[0x8e][0xa7][0x11][0xe0][0x85][0x88][0xab][0xf]@[0xbb][0x9a][0xf4][0xb1][0xfc][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QD[0xf9][0xf9][0xe3]T#[0x84]1[0xd9]*~"C[0xb2]=[0xb4][0xbd][0xa1][0xce]#[0xfc]"[0xc6]e[0xff]h[0x19][0xa7][0xe5]M[0xee][0xf2][0x17][0xfe][0x19]b[0x97][0xbb][0xa0][0x5][0xf4][0x91][0xd6][0xdb][0xf4][0xbc][0x84][0x89][0x8e][0xe7][0xfb][0x8c][0x96][0xd6][0xd8][0xb][0x84][0xb2][0xbf][0xa3]oW[0xe1][0x1d]z[0x97][0xf0][0x16]W[0xad][0xed][0xc3][0xb8][0xcb][0xea]=[0xdb][0xca]U[0xc6]?[0xe6][0x1e][0xe2][0x9e][0xc8][0xee]![0x9c][0xcd][0xfd][0x86][0xc8]s>[0xf5])[0x84][0x14]w`[0x1e]a[0xdc]g[0xce][0x5][0x85]4[0xdc][0xf6][0xc6]UU[0x85][0xfb]+"[0xfb][0x88][0xf3][0xf8][0x12][0x89][0xb5][0xfc][0x1e][0x92][0xbb]][0x1e]i2[0x0]V[0xc8][0xbf][0x8a]A[0xd4][0x88][0xf4]Pq[0xb9][0xdc][0xc6][0xea]r[0x99]D[0x86]6[0x8e][0x3][0xa3][0xa6][0x14][0xd3][0x3]Vm[0xcb][0x88][0xd2][0x8a][0x3][0xda]a[0xf3][0x3][0xe3]#[0xdc][0xb][0xed][0xe4][0x9a]@[0xa5][0xb0][0x8f][0xd7][0x4]~[0xc4]8[0xf])[0x81]W[0x18][0x98][0xe][0x8f][0x86]s[0xf9]}[0xc][0xf6][0xa1][0xfc][0xd3][0xbf][0xe7][0xe][0x5]n[0xcb][0xf3][0x15][0x8b][0xfb][0x9a][0x90]O[0x15][0xa5][0x9b][0x4][0x9c][0xa0][0x4]y[0x12][0x9]s[0xbf][0x82][0x2]n([0xbf]B[0x97]f[0x1]:[0xde]UR[0x15][0xf8]O)[0x1b][0x18][0xc3][0x7][0x8c]l[0x93][0xba][0xa6][0xbc][0x89].ux[0x81][0xd7][0xa9][0xc4]/[0x10][0xcf]{[0x86] [0xcf][0xf5]C[0xc5][0xe4][0xa3][0xff][0x0]PK[0x7][0x8][0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/RunRules.class[0xc5]T[0xdb]N[0x13]Q[0x14]][0xa7][0x9d]2[0xbd][0xc]EKE.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xa8]e[0xb8][0xc]([0xa2]RDQ416[0x98][0x0]![0xc6][0xb7]i9[0xd2]![0xc3][0xb4][0xce][0x5][0xc1][0xf]![0xf1][0xb]|[0x95][0xc4][0x1b]>[0x18][0x9f][0xfd][0xc]?D[0xdd][0xe7][0xd0][0x16][0xb1][0x15][0x1a][0x8d]1[0x93]9][0xe7][0x9c][0xbd][0xd7]^[0xfb]2[0xfd][0xf2][0xed][0xe3]'[0x0][0x13][0x98][0x8f]#[0x81][0x91]8[0xe2][0x18][0x8d][0xd1]2&[0xb6]F[0x2][0xe3][0x98]H[0xe0]2[0xae][0x88]eR[0xc5][0xd5][0x4][0xa2][0x98]RqM[0xc5]u[0x86][0x98][0xe7][0x9b]>[0xdf][0xe0][0x8e][0xcf]0[0x90]+[0xb9]k[0xc6]z[0xe0]X[0xbe][0xe1][0x6][0x8e][0xc3]][0xcf][0xd8]([0xad]r[0xdb]X[0xaa][0x1a]e[0x19]Zf,2[0x98]ex[0x9c]i[0xc2]>[0xb7]nn[0x9a][0x86]m:k[0xc6][0x3][0x9f][0xbb]f[0xde][0xe6][0xd9]:7c[0x9e]{[0x5][0xd7]*[0xfb]V[0xc9][0xc9][0xe][0xad]0(w[0x89][0x86][0xa1]-g9|![0xd8][0xc8]swYx2[0xa4]r[0xa5][0x82]i[0xaf][0x98][0xae]%[0xf6][0x95]C[0xc5]/Z[0x1e]C[0xf7]!^[0x9b]{[0xc6]b[0xe0],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0xaa][0x95][0xbc][0xe9][0x91]iD^0[0xa4][0x1b][0xe9]bH[0xac][0x1e][0x8]a[0xe8]=Z(C[0xc7]a5[0xdb][0xe5][0xaa][0xa2][0xf1][0x6][0xf4]3u[0xf2][0x96][0xb9][0xe7][0xb]}[0xd9]Y[0xe2][0x8a]-Yk[0x8e][0xe9][0x7].[0xb9][0xfb]X[0xd9]#C[0x1c]_[0xf5]([0xdf]4[0xed][0x80][0xf8][0x19][0xc2][0x19]q[0x10][0xbf][0xb7]U[0xe0][0xf2][0xde]Sq[0x83][0xc][0xcc]r[0xd9][0xde][0x9e][0xb3]m[0x86][0x17][0xff][0xa8][0xf9]M[0x8d][0xa0][0xc2][0xcd]B[0xb1]Q[0xc3]k[0xe9]2[0x84][0xac][0xc1]Z[0x9b][0x3][0xdf][0xb2][0xf7][0x15][0xf8]%W[0x8c][0xb0][0xcb][0xbd][0xc0][0xa6][0x89][0xdf][0xf9][0xf][0x85]n*[0xc3][0xf8]R)p[0xb][0xfc][0xbe]%[0xa6][0xa9][0xb5]:[0xc7]cB[0x89][0x86]$[0xfa]4[0x9c][0xc7][0x80][0x6][\r][0xad][0x1a]z[0xd1][0xa7]bZC[0x16]3*nj[0x98][0xc5]-[\r][0xb7]1[0xc7][0xd0][0xf9];[0x95][0x1a][0xee][0xe0]n[0x83][0xfb]j [0x86][0xfe]cU2[0xb4][0x1f][0x14]f[0xb9][0xe8][0x96][0x9e]W>[0xd1][0xfa]r[0xd1][0xe4]X[0x95][0xea][0xd3]G[0x93][0x19]j[0xdc][0x95]T[0xfd])[0x83]Z4[0xbd][0x5][0xbe][0xe5][0xcb][0x91]|B[0xad]w[0xe4]&]%[0x91]q[0x1e][0xe5][0xd7]yA[0x94]-"[0x7][0x94][0xe1]iS}[0xfd][0xeb]>[0xa1][0x1f][0xe2]?[0x16] [0xf1][0xa2][0x17][0x84][0xc2][0x84][0x93]hC[0x8]'h[0xf7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=@[0x9b][0xfe][0x1e]L[0x1f][0x1e][0x19][0xfd][0x80][0xd0][[0x84]w[0xa5][0xe1]IZ[0x93][0xf4]+V[0x85]\[0x92][0xe4][0x92][0xa2][0x9d][0xbe][0xef][0x82]v[0xa4][0x1][0x89]N[0x11]5[0x93][0xa8][0x3][0xa7][0x89]Z[0xa0]Nt[0x91]o7a[0xad]v[0xd7]Cwg[0x8][0x87]p[0x96][0xce]h.*2[0xa6]h'l[0xa2][0xfa][0x1b][0x84][0xdf]A[0xd9][0x95]6"~\[0xb2][0xa5][0xa1]R[0x8c]T[0x8d]+Z[0x89]}[0x8e]^[0x85]ND[0x9a]4o[0x15][0xb6][0x1d][0x8a][0x1b][0x11]:[0x87][0xf7][0x10]aX[0x18][0xdd]C[0xb][0xc3]K[0xf4][0x10]P[0x19]>#:[0xad]t)[0xfa][0xc8][0x1e]ba<|[0xf5][0xfd][0xab][0xfe][0xfa][0x97]|[0xbb]Hi72[0xa4]U[0xc4][0x9c]$[0xb6][0x1e][0x8a]0[0x88][0xb][0x14]M[0xa5]h[0x17]qI[0xda][0xe9]d[0xd3]*k[0xa0][0xcb][0xcc][0x99]D"[0xf3][0xd0]O[0x99][0xeb]2sV[0xc9]|[0x88][0x90].[0xd1][0xf0][0xf]PK[0x7][0x8]!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/Stopwatch$1.classu[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10][0x85][0xdf]h5Z[0x8b]v+n\[0xb8]6[0xf4][0xc][0xa2][0xe0]B\x[0x82][0x18]C[0x8][0x89]$[0xa9][0xde][0xcd][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xce]y[0xcc]{<[0x98][0xf9]^[0xef][0xc7][0x13]@[0x81][0x8c][0x81]1[0xa4][0x84][0xf4]d['[0xd5][0xae][0xd6][0x8a]0=[0x5]{[0xbd][0x8b] [0xab]u#n[0x82]0[0xdb][0x1a][0xa9][0xad][0xaf]MyP[0xa1][0xb2][0x17][0x86][0x9]aa][0xc9][0x9b][0xd6][0xd4][0x81][0xbb]V+[0xcf]_[0xab][0x82][0x0]B[0xb6]7F[0xb9][0x8d][0x16][0xde]+O[0xc8];[0x16][0xd7][0xc2][0x94][0xfc]xn[0x94][0xc][0x84][0xf9]_[0x4][0x96][0x11][0xd0][0xc3]w[0xfa]Q[0x88]-[0xc1] f[0x82]a[0xf4]q[0xdc]4[0xde]P[0xd7][0xf2][0xd1][0x7]PK[0x7][0x8]R[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/Stopwatch$Clock.class[0x85][0x90]MK[0x3]A[0xc][0x86][0xdf][0xb4][0xdb]n][0xd7][0xb6][0xd6][0xcf]zQ[0xc1][0x83]z[0xe8][0xe2]Y[0xf1]R[0x10][0x94][0xa2][0x87][0x96][0xde][0xa7][0xeb][0xd0]N[0xdd][0xce][0x94][0xfd]P[0xfc]Q[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe2][0xc1][0x1f][0xe0][0x8f][0x12]3k[0x11][0x15][0xc4][0x81]I2O[0xf2]fB[0xde][0xde]_^[0x1][0x1c]a[0xcb][0x83][0x83][0x86][0x87][0x15][0xac][0xba]Xw[0xb1]A([0x9f]([0xad][0xd2]SBq[0xff][0xa0]Op[0xda][0xe6]Z[0x12]j[0x1d][0xa5][0xe5]e6[0x19][0xc8][0xb8]'[0x6][0x11][0x93]F[0xc7][0x84]"[0xea][0x8b]X[0xd9][0xf7][0x1c]:[0xe9]H%[0x84]R;2[0xe1][\r][0xc1]?[0xd7]Z[0xc6][0xed]H$[0x89]d[0xbc][0xdb]1[0xf1]0[0x18]g[0xdc]?[0x88][0xb3]H&A75[0xd3];[0x91][0x86][0xa3][0xbd]\qL[0xa8]h[0xa1]MOMd>[0xc0][0x5][0xc1][0xeb][0x9a],[0xe][0xe5][0x99][0xb2][0xfd][0xab]_[0x82][0xd6]X[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]%[0x94]]l[0xfa][0xa8][0xa2][0xe6][0xa2]I[0xd8][0xfe][0xe7][0x7]B[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83]H[0xe8]ap5[0x18][0xcb]0[0xfd][0x81][0xba][0xf7]I*'[0x84][0xe6][0x9f]}[0xb0][0x83]"/[0xcd][0x9e][0x2]_[0x1e][0x0][0x4][0x97][0xa3][0x80]=Yr[0xf8][0x4][0x9a][0xe5][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]r[0xe]gX`[0xeb][0x16][0xc0][0xc3][0x12]{[0xb2]S[0xcf][0xc5]-[0xae][0xb6]9[0xe7][0x19][0x85][0x87]_[0xda][0xc7]oZg[0xae]-[0xa0][0x9e][0xdb]e[0xe6]`[0xc6][0xdb][0xc2][0x1a][0x16]Q[0xf9][0x0]PK[0x7][0x8]F[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/rules/Stopwatch$InternalWatcher.class[0xa5][0x94]oO[0xd3]P[0x14][0xc6][0x9f][[0xc6]6J[0x85][0x8a][0xe2][0x86][0x8][0x2][0xce]06d[0x1b] [0xa8] [0x82][0xa0][0x1][0xb2][0xf8][0x6][0x82][0xef]L[0xca]va[0xc5][0xd2].m'|[0x13][0x13]M4Q[0x13]5Q[0x13][0x13][0x5][0xe3][0xb]?[0x80][0x1f][0xca]xn7[0xba][0xb1][0xb0]A[0xf4][0xcd][0xb9][0xe7][0xdc]{[0xce][0xef][0xb9]N[0xfb][0xfb][0xcf][0xcf]_[0x0]2X[0x92][0xd1][0x8e][0x1b]md[0xc6]d(H[0xc9]H##[0xcc][0xb8]0[0x13][0xc2]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sS[0x98])a[0xa6]C[0xb8][0x15][0xc2]m[0x86][0xa0][[0xd0][0x9d]X[0x9a][0xa1]7k[0xd9][0xdb][0xa9][0x9d][0x92][0xa9][0xbb])[0xbb]dp'[0xb5][0xe6]Z[0xc5]=[0xcd][0xcd][0x15]f(mV[0xa7][0x85]9[0x86][0xfe]x[0x93][0xbc][0x91][\r][0x86][0xc0][0xa2][0x95][0xe7][0xc][0x9d]Y[0xdd][0xe4][0x8f]J[0xbb][0x9b][0xdc]^[0xd7]6[\r][0x9a][0xe9][0xca]Z9[0xcd][0xd8][0xd0]l][0xc4][0x95][0xc9][0x80][0x90][0xa7][0xec][0x15][0xd3][0xe5][0xb6][0xa9][0x19][0x8f][0x5][0x87][0xdb][0xc][0xca][0x8a]ir{[0xd1][0xd0][0x1c][0x87]SB[0xb2][0xb1]j[0xac][0xae][0x96]v[0x1b]v\[0xcd]vus[0x9b]a[0xf0][0xf8]~[0x5]4[0xb5][0xc4][0x9d][0x9c][0xad][0x17]][0xdd]2[0xbd]-[0xb7][0xe7][0xab][0x13]t[0xc2][0xe6][0x5]D[0xdf][0xa2][0xbb]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xcf][0xd0][0xe6][0x94]r9[0xce][0xf3][0xc2][0xf]ni[0xba]![0x9c][0xa9]xvG{[0xa6][0xa5][0xc][0xcd][0xdc]N[0xad][0x17]lkO[0x9c]u[0xe6][0xf4]}0[0xba][0x90][0xee][0x13]k[0x19]B[0xce]S[0xbd]X[0x14][0xf8][0xe5][0xda][0x13]-8Ni[0xd7]#l[0xe8][0x96][0xa1][0xb9]<[0xff]`?[0xc7][0xcb][0xc8][0xd3][0x5][0x87][0xcf]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][0xe][0x3][0x18]f[0x9a]=~[0x93][0x17][0xca]xj[0xd2]~Z[0x98][0xc]C_[0xd3]\[0x6]y[0xcd]*[0xd9]9[0xfe]P[0x17]-[0xd2][0xe1][0xaf][0x8d][0x89][0xab]Q[0xd0][0x9]U[0xc1]9t[0x8][0x8f][0xb6]6[0xab][0xe0][0xae][0x98][0x99][0xc3]=[0x5]W0[0xaf]`A[0x84]}[0xc2][0xeb][0xc7]}[0x5]CXd[0x18]9s[0xff][0xd0][0xa7]P[0x9f][0xbb][0xce][0x1d][0xb7][0xf1]j[0xcd][0xde][0x19]Z[0xe2][0xe2][0xa8]=[\r]s[0xe8]p[0x1a][0xb5][0x8c][0xe3][0xc4]2[0xe9]t5[0x18][0x17]A[0xf3]ok[0x95]a([0xbe]z[0xfa][0xa3][0x1e]!'[0x4]r[0x9a]*[0xfe][0xad][0x19]W[0x8e]i[0xfd]O[0x9f]a[0x80]~L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xa8][0x98][0xaa][0x8a]w#/[0x4]I<#[0xb5][0xd4]y[0x8a]&)[0x92]h[0x94][0x13][0xc9][0xef][0x90][0x12][0x87]h[0xf9]J[0x91][0x84].[0xb2]A[0xca][0x1][0x9e][0xe3][0x2]Y[0xc5][0xf3]e\D[0x84][0xc6][0x0][0xa2][0xe8][0xa9][0x10][0xe6]i[0x14][0x84]p[0xe2][0x1b][0xa4][0x1f][0x8]T[0xeb]eo[0xfe][0x5])[0xbe][0xf4][0x18][0x97][0xca]y[0x15][0x86][0xf0].[0xa3][0x97][0xaa][0x3][0xd4]:G[0xb4]e[0x8a]D[0x96]*hebk[0xf2][0x0][0xc1]z[0xea]+:[0xc3][0xeb][0x1a][0xaa][0xea]SU[0x9f][0xda][0xe7]S[0xd7]*[0xd4]H[0x99][0x18]:[0xe][0xf]W[0xe1][0x1d]h![0xfb][0x86][0xb6][0xfc][0x96][0xc0][0xef]j[0x4]"[0xbe]@[0xc4][0x17][0xe8][0xc7][0xd5][0x8a][0xc0][0x13][0xb4]z[0x95][0xd1][0x13][0x4]F[0xf][0xd0]V[0xaf][0xf0][0x9e][0x14]>[0x10][0xe9][0xa3][0xa7]0P[0xae][0xf5][0x15][0xa2]43[0xe8]]x[0xd4][0xd3][0x92]Hk[0x8][0xd7][0xce][0xa6]%[0xd7]k}"[0xad][0xcf]D[0xfe][0xd2]P+V[0xab][0xa5][0x82][0xae]v[0xb8][0xa2][0xb5]D$[0x91][0x1f]L$[0xf][0xc1]Nn[0x8d]21[0xe8][0x13][0x83][0x88][0x93]2[0xf3][0xbc][0x11]$[0xbc][0x6]Kz[0x95][0xa3]t[0x97][0xa0]z[0x89][0x9a]2[0x8d]n[0x1a][0xaf][0xd3][0x8]5[0xfc][0x17]PK[0x7][0x8]_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Stopwatch.class[0x8d]Umo[0x1b]E[0x10]~[0xd6]qj[0xfb]r[0x8d][0x93]4)iC[0x1b][0xe7][0x5][0xea]8I[0x9d][0xb4]@[0xa1])mB^[0xc0]![0xb5][0xa1]v[0xd2][0xa6][0xbc]^[0xce][0x1b][0xfb][0xd2][0xcb][0x9d]uwN[0x8b][0x84][0x4][0x2]$>[0x0][0x12]H[0xfd][0xc4]@[0xa2][0x88]$[0x12][0x91][0xe0];?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1[0xbb][0xbe][0xda][0xae][0xe3][0xd8][0xb1]u{[0xbb][0xb7]3[0xcf][0xcc][0xce]<3[0xfb][0xef][0xfd][\r]`[0x16][0x86][0x82]~[0xbc]/[0x86]51[0xdc][\r]![0xad] [0x88][0x8c]X|[0xa0]`[0x0][0x99][0x8][0xcd]>[0x8c][0xe0][0x1e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]9[0xb1]\[0xf]a#[0x8c][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T<[0x10][0xeb]M[0xa1][0xf2]0[0x84][0x8f][0x14][0xf4][0xe2]c1|[0x12][0xc2][0xa7]!|[0x16][0xc2][0xe7]!h[0xc]`PS[0x96][0xc5][0x9d]ESs][0xee]2t.[0x9a][0xb6][0xfe][0x88]![0x9a][0xb2]<[0xee]X[0x9a]y_[0xf3][0xf4]"whG[0xaf][0xec][0x8c][0xac][0xd9]N![0xb9]S[0xb6][0xc]/[0xe9][0x94]M[0xee]&[0xb3][0x9e]]z,[0xc4][0xc6][0xa5][0xf2][0x1c][0x83][0xe2]z[0x9a][0xe3][0xa5]5[0xcb]&H[0xb6][0xca][0x10][0xe6]V[0xde]_[0x9e][0xb9]e[0x90][0xea]m[0x86][0x8e][0xf8][0xc4][0x6]Cp[0xd1][0xce]s[0xb2][0xb7]fX<][0xde][0xdd][0xe2]NN[0xdb]2[0xe9]K[0xdf][0x9a][0xad]k[0xe6][0x86][0xe6][0x18]b[0xed][0xc]zE[0x83]0[0x86]N[0xf6][0x81][0xac][0x8f][0xc7][0xdb][0xba](,[0x87][0x9c][0xb2][0xe5][0x19][0xbb][0x84]:[0x1a]_[0xdb][0xd1][0xf6][0xb4]d[0xd9]3[0xcc][0xa4]n[z[0xd9]q[0xb8][0xe5]%s[0xb4][0xbb]N s[0x13]t[0x84][0xa0][0x80]c[0x18]n#[0xca][0x10]q[0xcb][0xba][0xce]y[0x9e][0xe7][0x5][0xf2][0xea][0xb][0xbe][0x88]X'[0x97][0xb8][0xab];F[0xc9]3lK:[0xd2]iU"[0xd3][0x95][0xaf]m0\n[0xad]H[0x81][0xdc][0xd6][0xc]S[0x18][0xb9]AF[0xa4]S[0xa6]f[0x15][0x92][0xb9][0xa2]c?[0x16][0xd1][0x9a]ko[0x99][0xd1][0xe1][0x7][0x9a][0xea]Rx[0xdc]GF[0xa9]$[0xf0]S/[0x1c]b[0xc1]u[0xcb][0xbb][0x12]b[0xc3][0xb0]M[0xcd][0xe3][0xf9][0xe5]':[0xaf]`[0xb6][0xb7]x[0xe5][0x94]HD[0x99]m[0xe2][0x89][[0x14][0xe][0x84][0xb][0xfc]9[0x99][0x88]4[0x94][0x8b][0xa8][0x1f][0xf6][0xe5]*[0xab][0xc2][0x92]q[0x86]U[0x90]S[0xbb]T[0x92][0xd3]N[0xad]T2[0xbf]`[0xd8][0x8e][0x1f][0xf3][0xcc]M[0xee][0x12][0xf1]Lb[0x6][0x19][0xde]%[0xac]v[0xce][0x9f][0x2][0x81]H[0xb2][0xa5][0xb9][0x14][0xd3][0xb1]S[0x9]+[0x1a][0xf1][0xc4]u[0xc7]ggf([0xdd]-H+#[0x17]x2SS[0xb9][0xd6]^e[0xb5]&}]H+Y[0xbb][0xec][0xe8]|[0xc5][0x10]u[0xd4]][0x15][0xbc]*[0xb2][0xaf][0xe2]6FU[0xdc][0xc4][0x9c][0x8a][0xb7]1J,oS@*F[0x84][0xc2][0x8][0xe2]*^[0xc6][0xa5][0x10][0xb6]T[0xe8][0x98]R[0x91][0x7]Wq[0x19][0xc3][0x4]Q[0xa3]U[0xca]4yA3[0xe5][0xd9][0xab])f[0xe8][0xcf]q[0xd7][0x8b][0x15]57f[0xd9]^L&[0x90][0xe7][0x5][0xe8][0xb6][0x8a][0x18][0x86]U[0x14]@Q[0x9a]8[0xd9][0x95][0x86][0x1e]%T[0x8b]*[0xee]`[0x9e][0xe1][0xc2][0x89]Z[0xc]=5[0xcf]2[;\[0xa7][0xaa][0x1e]l[0x14][0x17][0xae][0xdd]+[0x8b]P[\r][0x9d]l[0x96][0xe1]R[0xcb]n@5[0x9d]^Hg[0xb2][0xcb][0x8b][0x99][0xf4]R[0x96]j[0x8a]d[0xf6][0xb8]C[0xdf][0xc7][0x9e][0xd7]l[0xcb][0x9e]3[0x10][0xaf]+[0xce][0xac][0xe7][0x10][0xa9]%[0x17][0xc2][0xa2]c[0xe4]d[0xef][0x9a]kE[0x82][0x16]}p[0x96][0x80][0x82]#tI[0xc][0xd0]%p[0x1e][0x1d][0xe8][0x13][0x89][0xa4][0xbb][0xe7][0x1d][0x91]>[0xf9][0x8e][0xc9]w7[0xed]S[0xb2]i[0x1c][0xa3][0xd5]M[0x92][0xa4]{[0x3]j[0xe2][0x8][0xc1][0xcd]Ct[0x1e][0xe2][0xcc]3Z[0x7]0N[0xa3]Bo`[0x1d]][0xd8][0xc0]+B[0xaa]"[0x8b]Wq[0x5][0xe2]G|[0xf1]qVHR[0xc8]*[0x89]C[0x84][0x12][0x93][0xfb][0x8][0xd7]P[0xba][0xc9][0x6][0xf0][0x80][0xee][0xae]MD[0xf0]P"[0x9d][0xaf]HW[0x91][0x14][0xe9]-u0L [0xe1]c[0xce][0x93][0x86][0x90]R'[0x9]4[0xf0][0x7]"[0x7]P~[0xab][0xa2][0x9e][0x91][0xbe][0xe8]uh5[0xbf]TLb[0x8a][0xf6][0x83][0x98][0xc6]U[0x1f][0xed][0xe]=Az[0xd8][0xb3][0x6][0x88][0x1d][0x9][0x11][0x93]N[0xb2]*[0x4]C[0x92][0xc2][0xc5][0xe4]l[0x86].[0xf0][0xe]R[0xbe][0x86][0xeb]>X[0x8a][0x9e][0xce]f`%[0x9][0x96][0xa8]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x1a]^[0xf7]M[0x9][0xd8] [0xfd][0xdf][0xc0][0x8d]v[0xb0]{[0xa7][0x80]}[0xb3][0x1][0xf6][0xad][0xf6]G[0xff][0xf2][0x94]G[0xf][0x88]V[0xe2][0x83][0x95][0x9]J[0xc8]O'[0xfe]DW[0xe4][0xe9][0xaf]8{[0x4]u[0xb3][0xef][0xec]![0xba][0xff][0xa1]O[0xd1][0xf9]a[0xf1][0xb1][0x8b][0xa6][0xe1][0x3][0xf4][0xcc][0xf][0xb]1^K[0xdb]E2[\r]|ED[0xf8][0x1a][0xe7][0xf0][\r][0x6][0xf1]-[0x11][0xf4];2[0xfe]}]*[0xa7]}g[0x6][0x89][0xce][0xb7][0xa4]3[0x1][0xd1][0xc8]|[0x17][0x16]}[0xd2][0xf6]&|+[0xfb]d/[0xb2][0x8f]h#[0xe7]~ [0xe6][0xfe][0x88][0x1e][0xfc]T[0xc7][0xde]^[0x1f]: z[0xe4][0xb1]*[0xa8][0x2]F[0x1b][0xab][0xe0]g[0xc2][0xfa][0xa5]I[0x15][0xf4][0x8a][0x6][0xe5][0xe3][0xdc][0xf5]c[0x13]=B[0xef]f[0x82][0x1d][0xa2]or[0xea][0x0][0xe7]~o[0x8][0xfb][0xd3][0xba][0xb0]G[0xab]a[0x8f]b[0x81][0x8a][0x94][0xc9][0x99][0x8]{[0xa0]'L'][0xf2][0xa1][0x93][0xb2]8[0x88][0x1e]T[0xb][0x1d][0x8d]y[0xcc][0xd4][0xf9][0xd5][0x89]e[0x1]H[0xca]+x[0xb7][0xaa][0x1c][0xa8]*[0x7][0x1a]K[0xa8][0xb9][0xf2]{M-[0x1f]cP[0x13]e[0xda]O[0xc9]q[0x15][0x17]d[0xc2];[0xf0][0x12][0xf5]%[0x1][0x1a][0xa4][0xf7]E[0x84])f[0xfd][0x18]B[0xe0]PK[0x7][0x8][0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0]PK[0x3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/TemporaryFolder.class[0x8d]Vks[0x1b]g[0x19]=k]-[0xcb][0x97]([0xb1][0x1b][0xd3]8[0xd9][0xc4]I-KrL[0x92][0xd6]@[0x12]\[0xe2]4N\l7[0xc4]&[0xc1]I[0xda]t-[0xbd][0xb6]7][0xef][0x9a][0xd5][0xca][0xb1])[0x97][0xb6][0x84]6[0x85][0x16][0xda][0x19][0xbe][0xd0][0x81])[0x13][0xca][0xb4][0xcc]0C[0x99][0xa1]6C[0x86][0xf4][[0x98][0xe1][0x3]?[0x84][0x1f][0x1][0x9c]gw-[0x89][0x95]3[0xf0]A[0xef][0xbe][0xfb]^[0xce]s[0x9e][0xf3]\V[0xff][0xd7]_[0x1e][0x2]8[0x81][0x9f]e0[0x84][0x9b][0x19][0xe4][0xf1]b;g/[0xc9][0xeb]-[0x19]^[0x96][0xc1][0x90][0xb5][0xc5][0x14][0xca][0xf2]R[0xc9] [\r]%[0xc3]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb])[0xac]d[0xd0][0x89][0x17][0xd3]0[0xe5]y;[0x8d]W[0xe4]ie[0x90][0xc5]j[0x1a][0xb6][0x9c]sRX[0x93][0x9b][0xdf][0x96][0xc1][0x95][0x95][0xaa][0xcc][0xbc]4ji[0xac][0xcb][0xfb][0xaa][0xc]w[0xd2][0xd8]HcS[0xa6][0xdf]I[0xe1][0xd5]4[0xbe][0x9b][0xc1][0x11][0xd9][0x1a][0xc2][0xf7]d[0xf1][0xfb])[0xfc] [0x85][0xd7]4d[0xd7][0xc]W[0xd9][0xde][0xa4]cU[0x94][0xab][0xa1]k[0xfa][0xb6][0xb1]n[0x8c][0x9a][0xce][0xe8][0xa4]i[0xa9]3[0x1a][0x92]K[0xe1]N[0xf2][0xac]i[0x9b][0xde][0xb8][0x86]X~[0xf8][0xaa][0x86][0xf8]y[0xa7][0xa2]4tO[0x9b][0xb6][0x9a][0xad][0xad].*w[0xde]X[0xb4][0xb8][0x92][0x9b]v[0xca][0x86]u[0xd5]pMy[0xf][0x17][0xe3][0xde][0x8a]Y[0xd5]px[0xda]q[0x97]Go[0xd7][0x8]4[0xea][0xd6],U[0x1d][0x9d]W[0xab]k[0x8e]k[0xb8][0x9b][0x1][0x1][0x1a][0xdc][0x93][0xff]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b,[0xb9][0xa8][0x96][0x1c][0x97]8[0x99][0xb][0x1b]e[0xb5][0xe6][0x99][0x8e]]M[0xe1]u[\r][0x9]c[0xc9][0xf3][0xc9][0x95]]ex<[0x90][0xb2][0xd5][0x1d][0xb9][0xa6][0xe1]H[0x88]c[0x19][0xf6][0xf2][0xe8][0x9c][0xe7][0x9a][0xf6][0xf2][0x99][0xe1][0xa8]w[0xe9]%>g[0x8d]U[0x9f]w[0xcb]q[0xf2]^[0xf2][0xb1]z[0xf2]-7[0xdb][0xc5]P([0xcd]`[0xfe][0xc6][0xff]a+[0x13]([0x19]X[0xd3]L[0xfe][0xa6]4t4[0x16][0xa9][0xcf][0xde]]p[0xc8]l[0xdd][0xb0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x9b]l[0x2][0xe8][0xdd][0xcd]=J[0x95]V[0xae][0xeb][0xb8]3[0xd5]eN=[0x8a][0x1b][0x88][0xb1][0xcf][0xac]N[0x1b]U[0xef][0x82][0xa5]V[0x19][0xec])[0xfb][0x9c][0xeb][0x1a][0x9b][0x1a][0x9e][0xc8]O[0xed][0xc6][0xfc]:[0x85]5[0xed][0x8a][0xda][0x10][0x81][0xc3][0x93][0x81][0xc0][0x91]pM[0xd9][0x1a][0xe]F[0xe3][0x15][0xf5][0xbb]3[0xb8]Z[0xd9]Q+[0xb5][0xac][0xbc]+[0x8e][0xe3]1j[0x15]e)[0x89]Z[0xb7][0xab][0xca]5[0xb7]j[0xae][0xab][0xe7][0xc2][0x95][0xb8]2[0xca]+|[0xd0][0xfc]Q[0xee][0xdf][0x88][0x82][0xc6]-es[0xa3][0xcd][0xe4][0x90][0x90] Q[0xbd][0xcc][0x9c]Ss[0xcb]*[0xf4]8B[0xf5][0xb8][0x0]dQ[0xc2])[0x19]F[0xb2][0x18]F![0x8b]/[0xcb][0xec][0x8a][0xc][0xb3]x![0x8b]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x88]fSY|[0x3][0xe3]r[0xe3][0x8d],~[0x88][0xbb][0xc][0xd1][0xce][0xee][0xd4][0xb][0xf5]\[0xa4][0xe1][0xd7][0x82]TE[0x9][0xb][0xbc]![0xce]_[0xf7]-[0xdf][0xf8][0xf]PK[0x7][0x8][0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestName.class}[0x91][0xcd]N[0x2]1[0x14][0x85]O[0x99][0xe1]o[0x1c]D[0x11][0x11][0x1][0x8d][0xac][0x4]L[0x9c][0xb8][0xc6][0x98][0x18][0x8d]+d[0x3][0xc1]u[0x81][0x6]J[0x86][0x19][0xd3])>[0x97]&[0xfe]$.|[0x0][0x1f][0xca]xg[0xc0][0x18][0x15][0xd9][0xdc]{[0xdb]~[0xbd][0xe7][0xdc][0xf6][0xfd][0xe3][0xf5][\r][0xc0][0x9][0xf6]-[0xc4][0xb1]c[0xa1][0x88][0xdd]4L[0x94][0x92]('Qa0=>[0x15][0xc][0xb9][0xd6][0x84][0xdf]q[0xc7][0xe5][0xde][0xc8][0xe9]h%[0xbd]Q[0x93]!q*=[0xa9][0xcf][0x18][0x8c]Z[0xbd]G[0xe8][0x85]?$4[0xdb][0x92][0x9e]h[0xcf][0xa6]}[0xa1][0xba][0xbc][0xef]F[0x97][0xfd][0x1]w{\[0xc9]p[0xbd][0xd8]4[0xf5]X[0x6][0xc][0xa5][0x96][0xaf]F[0xce]dF[0x8d][0x1c]5sE[0xe0]tE[0xa0][0xdb]$J[0x2][0xa9]@s[0xa5]I[0x8c][0xa1]Z[0xfb][0x1]z[0x9e]P[0xce][0xa5][0x8][0x6]J[0xde]j[0xe9]{[0xcd][0xd0][0x0][0x1b]2[0xec][0xaf][0xc6][0x18]2#[0xa1][0xaf][0x85][0x1e][0xfb][0xc3]v4Y[0xbe]V_6[0x9b][0xd5][0xf1]gj [0xae]d[0xe8]5[0xf3][0xe5][0xe9]8$m[0xa4][0x90]Nb[0xcf][0xc6][0x16][0xf2]6[0x12]H2[0x14][0xff][0x9b][0x82][0xa1][0xbc][0xec][0xe8][0x86][0xeb][0xc1]X([0x86][0xca]*[0xbb][0xa8][0xd2]W[0xc4][0xe9][0x18]b[0xa1][0xe]U[0x6][0xd5]$O[0xd1][0xa2][0x95]C[0x99]Q[0x8e]7^[0xc0][0x1e][0xa8][0x88]a[0x8d]b"[0xda],[0xc3][0xa6]h[0xcf][0x1]d[0xb0]N[0xd9]D[0x16][0x1b][0x8b][0xcb][0xe7]D[0xc7]([0xa7][0x1b]G[0xcf][0x88]=[0xc1][0xf8]n`E[0x7][0x7][0xa4]T[0x8d][0x9a][0x14][0xe6][0xe0][0xa2]IXm"[0x17]i[0xd3][0x13][0xfc][0xf1][0xf2][0x8][0xe3][0xfe][0x97][0x97][0xc3]%^[0x18][0xb6]#[0xaa][0xf0][0x9]PK[0x7][0x8][0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestRule.class[0x8d][0x8c];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x18][0x84][0xe7][0x8f]y[0xa8] Xz[0x4]m\[0xac][0xd3][0x8a][0x95] [0x18]/[0xb0][0xc6][0xdf][0x90][0xb0][0xd9][\r][0xfb][0x10][0xbc][0x9a][0x85][0x7][0xf0]P[0xa2])[0x4][0xc1][0xc6])[0x86][0x81][0xf9][0xf8][0x1e][0xcf][0xdb][0x1d][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xc]Y[0x86]!![0x91]][0xa7][0xae][0x84][0xf3]|kl%[0x9a][0xa0]k/l[0xd0][0x9a][0xad][0x13][0xad]9[0xb1][0x12][0x85][0x97][0x9e][[0xd6]>[0xff]A[0xc4][0x9a]]i[0xeb][0xce][0xd7]F[0xe7][0x8b]?[0xc][0x84]qa[0x82]-yS+&L[0xe][0xec][0xfc]>(^6[0xf2]"[0x9][0xb3]o[0x83]b'>?a[0xda][0x13]BI][0x89][0xdd][0xb1][0xe1][0xd2][0xa7][0x4]B[0x84]>[0x14][0x13][0x6][0x88][0xfb][0x85][0xe4][0xdd][0x11][0xd2][0x17]PK[0x7][0x8][0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/rules/TestWatcher$1.class[0xa5]V[0xdd]S[0x1b]U[0x14][0xff][0xdd]$[0xb0]4[0xac]4[0x5]Z[0xad][0x95][0xda]ZjC[0xf8][0xd8][0x0][0x5][0xda]B)[0xc8][0x87][0xb6][0x86]T[0x5]A[0xa5]/[0x97][0xcd]-,[0xb3][0xec][0xa6][0xbb][0x9b]*[0xf]:[0xf8][0xee][0x8c][0xf][0xf6][0xf0][0xb9]3[0xa5][0xf5]cF[0xdf][0xfd][0xa3][0x1c]w!%i1M53{[0xcf][0xb9][0xbf]{[0xce][0xb9][0xe7]s7[0xfd][0xfd][0xdb][0x1f][0x0][0x86][0xb1]v[0x2][0xa7]0[0xa2][0x97]Q[0xbd]\M[0xa3][0x13]c[0x6][0xc6][0xd3]h[0xc1]X[0x1a]yLh[0xe4][0x9a][0xe6][0xae][0xeb][0xe5][0x86][0x81][0xc9]vL[0xe1][0xa6][0xde]L[0x1b][0xb8][0xa5][0xe9]L[0x1a][0xb3][0xf8][0xc0][0xc0][0x9c][0x81]y[0x81][0x93][0xf][0xa5][0xdb][R[0xa1][0x1d]8[0xe5][0xc8][0xf1]=[0x81][0xf3][0x5]?[0xd8][0xb4][0xb6]+[0x9e][0x13]YA[0xc5][0xf3]T`[0xcd][0x1f][0x9d]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]i[0x95][\r][0x19]*[0x81]K/[0xc9][0x86][0xd6][0x8e]_R[0xae][0xb5][0x1c][0xc9]H[0xed](/[0xa2]Bk[0xb4][0xe5][0x84][0xbd]y[0x81][0x9e]:qW[0x85][0xd6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3]5[0x19][0xd9][*[0xd0][0x82]S[0xe][0x8f][0xa6][0x5]d[0xb6][0xa1]dc[0xf][0x9b][0xf0][0xa9]oU 5G[0x90][0x9](8[0x9e]*Vv6T[0xb0]"7\"[0x9d][0x5][0xdf][0x96][0xee][0xaa][0xc][0x1c][0xbd]?[0x4]S:[0x6][0x1][0x8][0x98][0xb7][0xb5][0xcd]9W[0x86][0xa1]"[0xf2]n#O{[0x87][0x19]Uz[0xe1][0x1b][[0xc5][0xae][0x85][0x6][0x16][0x98]?[0xc5][0x4]V[0xe8][0x8a]@2[0xab]=[0x11][0xe4][0xf2]5f[0x1c]/R[0x81]']k6[0xc]+;[0xb1][0xe6][0xaa][0xe3][0xbb][0xd4](=7E[0xbb][0xa7][0xb][0xdb][0xf2][0xa1][0xb4]\[0xe9]mZ+[[0x81][0xff][0xb5][0xf6]TgQ[0x5][0x81][0x1f][0xd0][0xb5][0xcc][0x81]@%r\[0xab][0xe0][0x84][0xba][0x14]g[0xea]c[0xdb]-W[0xe3][0xbb][0xf2][0x82][0xec][0xd4][0xb1][0xc6][0xa7]u8[0xcb]~%[0xb0][0xd5][0xa2][0xa3][0xd5]25[0xc1][0xe]i[\r]&t[0xc1][0xb3]]?t[0xbc][0xcd]%[0x15]m[0xf9]%[0x3][0x8b]&>[0xc4]G&[0xde][0xc4][&[0xba][0xd0]m[0xe2]4[0xce][0x98]8[0x8b][0xcb][0x2]]G[0xd7][0xce][0x6][0x81][0xdc][0xd5]w[0x9b][0xb8][0x8d];&zq[0xd9][0xc4][0xc7][0x9a]+[0xe0][0x8e][0xc0][0xd0][0xeb]%[0xc8][0xc0][0x92][0x89]"[0xee][0x9a][0xf8][0x4][0x9f]V[0xef][0xa9][0xf][0xc7][0xc4]gX6[0xb0]b[0xe2]s[0xb0][0xc]=[\r][0xb])p[0xf1][0x95]}Uw[0xcd]sO[0x4][0xce]5[0xb0],[0xd0]"[0xcb]ewW[0xe0]~[0xb6][0x89][0xce]m[0xdc][0xfa]}M[0xcd]cZ[0xda][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x91]y[0xce]d[0xf1][0x8d][0xda][0xb][\r][0xa6][0xbb][0xb9]j}X[[0xaf]n[0xae][0xea]MG[0xbd]4[0xdb]_[0x96]J[0xec][0xe3]lM[0xaf][0xdd][0xdd][0xd8]V6[\r]}u[0xa4];[0xa2]u[0xbf]k[0xda][0xcd][0xa6][0xa6][0xe7][0xbf][0x87]5[0xaa][0xbd][0xb1]_[0xe1][0xcd]q[0xb3][0xf3][0xfa]W[0xe6][0xff][0xad][0x98]K[0x15]7r[0xca][0xae]Z[0x94][0x8e][[0x9]TM[0xa7][0xb5][0xeb][0xb7]R[0x10]-0nvTW[0xf6]e[0xb3][0xb8][0xc0]/G'?'[0xc9]LF[0xf]#@[0xca]y[0x8c])'[0x94]'[0x9]>g[0xf1]6[0xe9]9r[0xd3][0xa4])[0xd2][0xee]\[0xff]>Dn`[0x1f][0x89][0xdc][0xe0]>[0x92][0xb9]gH=[0x8e][0xa5][0xdf][0xe1][0xda][0xca]7#0[0x82][0x1e][0xae]f[0xcc]w[0xe3]<.[0x92][0xbe][0xc7]'E[0xe4][0x12][0x1f][0x8e][0xf4][0x81]Uq[0x9f][0x98][0xb6][0xfa][0xe8]w[0xb4]|[0xf9][0xc][0xad][0x85][0xdc][0x13][0x1a][0x82]D[0xff]/0H[0x93]O[0xd1]V[0x3][0x9d][0xa8][0xe1][0xd3]?[0xe3][0xde]R[0xff][0xc0][0xaf]0[0x13]X[0xd3][0xf8][0xc0][0xe1][0xc1][0x1b][0xf5]B[0x13][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xac][0x17][0xea],[0xd6][0xee][0x7][0xff][0xe4][0x9a]y[0xcc]h[0xba]q[0x5][0xe3]h[0x8f][0xe9]::b[0xba]G[0xc7][0xf9]2[0xd2]t[0x1d][0xf]b[0xba][0x87][0xef]c[0x9a][0x8c][0xb3]PdF[0x81]Q[0xb4]a[0x8c][0x1a][0x13][0x8c][0xf4][0x1a][0xf5]f[0x88][0xcc]R[0xf3]:[0x91][0x1b][0xb8][0x85]I[0xda][0x98][0xc1][0x17][0xc4][0xd6][0xf9]q[0xbe][0x87][0x9b](1[0xcb][0xf][0x88]}Kl[0x8f][0xf4]G[0xcc][0xe1]'[0xcc][0xc7][0xd9][0xcc]1O[0x13][0xac][0xd0][0xfb][0xb4][0x94][0xa0][0xb4][0xe6][0xb2]q[0x8d][0x1e][0x1d]f[0xb8][\r]?[0xa0][0x8f]r[0x2][0xfd][0x87][0xd9]?@[0x6][0xc8]U[0xb3][0xdf]A[0xf][0x7][0xe3]j[\r][0xc1][0x8a][0xb1]<[0xff]P\ [0x97][0xe6][0xe9])[0xc4][0xbf][0x0]PK[0x7][0x8][0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/TestWatcher.class[0xb5]V[0xcf]W[0x13]W[0x14][0xbe][0x8f]D&[0x81][0x11][0x10][0x1b]*[0xb5][0xd2]Z[0xb1][0x86][0x4]L@[0xd4]V,[0x96][0xa2]VZ[0xc4][0x1f] [0xa8][0xad][0xd5]!y[0xc0][0xe0]d[0x92]33Q[0xdc][0xb4][0x9b]v[0xd9]z[0xba]t[0xd5]U[0xf][0x9b].[0xea]FN[0xdb]sz[0xda]m[0xff][0xa8][0x9e]~[0xf7]e2I [0x84]@[0xf1][0xe4][0xcc]}[0xf3][0xee]{[0xef][0xbb][0xdf][0xfd][0xf1]n[0xe6][0x9f][0xff][0x93][0x88][0x86])[0xd7]F[0xdd]t[0x9b][0xc5],[0x8b]9[0x16]wX[0xcc][0xb7][0xd1]aZ[0xd0][0xe8]n[0x1b]i[0xf4][0x5]k[0xbe][0xd4][0xe8]A;}E[0xf]y[0xf2]H#[0x83][0xc7]E[0x16][0x19][0x16]Y[0x16]R[0xa3]%[0x8d][0x96]5Z[0x11][0xd4]z[0xd1][0xb4]Mo\P(>0/(<[0x99][0xcf]JA[0x9d][0xd3][0xa6]-g[0x8a][0xb9]E[0xe9][0xcc][0x19][0x8b][0x16]4[0xdd][0xd3][0xf9][0x8c]a[0xcd][0x1b][0x8e][0xc9]s_[0x19][0xf6]VLW[0xd0][0xb1][0xe9][0xbc][0xb3][0x9c]Z-[0x2]([0xe5][0x14]-[0xe9][0xa6][0xe6][0xa4][0xeb]-[0x18]^fE:c[0x82][0xe][0x18][0x85][0x82][0xf5]L[0xd0]R[0xbc]f[0xa3]mK[0xc7]M[0xe5]`[0xd0]J[0xcd]z[0x86]'s[0xd2][0xf6][0xc6][0xb6]lI][0x96]n[0xc6]1[0xb][0x9e][0x99][0xb7][0xc7][0x6][0x9a]@[0x0][0xaf]E[0xc3][0x5][0xbd][0x13]Mmn[0xcf]V[0xf0][0x5][0xf5]5[0xb6]/[0xa8][0xcb]-f2Rfe[0xf6]V[0xd1][0x94][0x1e][0xfb]5[0xbc][0xd5][0xaf][0x9a]C[0xd3][0xab][0xc6][0x13]#U[0xf4]L+5m[0xba][0xde][0x18][0x7]Z[0x80]_[0xac][0xb4]`[0x19][0xf6]rjn[0xc5][0xc9]?[0xe5][0xa8][0xc2]D[0xab]t[0x9c][0xbc][0x83][0xc0]vm>)[0xa8][0xa7]6[0xf][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]\[0x9c][0xda][0xb4][0xf7]b][0xf0]q@Dg[0xcd]e[0xdb][0xf0][0x8a][0xe]N][0xdb][0x1d][0xf5][0xed]@[0xd9][0xa3][0x83]K[0x86]iUE[0xe5]j[0xbc][0xee][0xe6][0xdd][0x87][0xaa]E[0xe][0xb]z[0xb0][0xf]h[0x8d][0xd8]w[0xb8][0x8f][0xcd]B[0xa1][0x8a][0xbe]Q[0x1d][0x19][0xd3][0xf6][0xa4]c[0x1b]Vj[0xc2]u[0x8b]9[0x5]>o[0xe6]-[0x14]Q[0xf6][0xca]ZF[0xfa][0xd6]v[0xed]Yz[0xb7]&[0x4][0xad][0xbd]^Z[0x8d]B[0xd4][0xe9]z[0x86][0xe3][0x99][0xf6]r[0x10][0xa3][0xce]%4[0xf]w[0xa5]*j[0xd1][0xe0]v[0x8]:[0xbe]Cm" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1fk[0xa9]h[0x4][0x9d][0xdb]K~[0x19]A[0xf3][0x13][0xb7][0xa9][0x96][0xf7][0x1e][0x11][0x6]=[0xd5]$[0x92][0xa0][0xc3][0x86];[0xe5]g!P[0xb][0xba][0xb5][0xcf]YbNm[0x97]e[0xc1][0x91][0x19]>&[0xa8][0xf7]v[0xd1][0xf6][0xcc][0x9c][0x9c]7][0x13]q[0x9a][0xb0][0xed]zG[0xad][0xb7]c[0xed]8N[0xb4]p[0xad]@2[0xec][0xb7][0x18][0xc3][0xcc]4[0x91]|E[0xd1]u[0xd2]g[0x6][0x87]~[0xa3][0xf6][0x16]Zx[0xe9]S[0x89]P[0x1b][0x10][0xd9]J[0xf]fD[0x9f]C[0xce]@;MQ[0xba]N[0x87][0xe8][0x86][0xb2][0x9a][0x0]J[0x14][0xda]~:[0xa9][0xec]w[0x7][0xf6][0xbb][0x95]U[0xa1][0xde][0xde][0xa7]S[0xb0][0x17][0xf][0x1c]e[0xcd][0x0]4[0x9][0xe5]I[0x12][0xf][0xea][0xd9]g[0xf6]#p[0xd8]^,[0x91][0x1c]|E[0xfa]:u\[0x8][0xf][0xf5][0x86][0xab][0xc9][0xb5][0xc2]d-[0xb9]9[0xe8][0x16][0xa0][0xbd][0x3]g[0xe7][0x91][0x82][0xbb][0x8a][0xdc]([0xd6][0xda][0xa1]=[\r]r[0xec]l, [0x17]S[0x84][0x85]z+[0x5][0x87][0xdf][0x98]f[0xa8][0x8a]fL[0xd1][0xc][0xf9]4Sxp[0xe3]|[0x9a][0xbf][0xf8]4[0xe3][0xc9][0xbf][0xe9][0xe0][0xb][0xea]L$[0xff][0xa2][0x83] [0xdc][0xb1]NQ[0xc5][0xbc][0xb3][0x1e][0xf3]^d[0xb6][0xcc][0xbc][0xf][0xdf][0xeb]D[0xf]![0x1f][0xa1]p[0x16][0xb1][0xb6][0x84][0xd5],[0xf4][0x12]<[0x96][0x3][0xf][0xfa][0xaa]<[0x88][0x7][0x1e][0xc4][0xe1][0xc1][0x88][0xc2][0x8c][0x7][0x1e][0xc4][0xb7]x[0x10][0xaf][0xf1][0xe0][0xc][0x9e][0xd1][0xfa]%[0xd0][0xd5]L[0x9]X[0x90]yhs`d[0xa3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb]Z[0x2]g[0xeb]3;[0xd4][0xc][0xb3]"[0xe4][0x1a][0xb4]O[0xc0][0xe4])[0x98]=[0xdb]Gfan[0x8e][0xfe]m<[0xab]t[0xb8][0xa1][0x9b][0xaf][0xf1]7[0xca]`Oi10#|3an[0x9e]>[0xc4]%<[0xa1]z[0x10][0xdf]U][0xe3]j[0x88]r[0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xcf]an[0xae]>[0xd8]=[0xec][0xe6]HE[0x93]3[0x89]!.[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "h[0x87][0x2][0xfa][0x1e][0xb3][0x1f][0x10][0x82][0xe7]A@[0xb0]9[0x0][0x8f][0x2][0xfc][0xa2][0x2][0x8f][0x6]=B[0xa3][0x8f]PX!ef[0x1c]cC[0xce]/[0xb6][0xe5][0x90]F[0x9f][0xfa][0x85][0xa4][0xd1]5.$@Nm[0x3][0x19][0xde];[0xe4]gh[0xbf]%[0xc8][0x9b]p[0x9b][0x93][0x18][0x1][0xe4][0xd0][0x6][0x85][0xea]c[0x96][0x12][0x1d][0x9]0#[0xc0],e$[0x2][0xcc]R[0xb7][0xe0]V[0x8e]n[0x1][0xf4][0xeb]h[0xec]u[0xd1][[0x9a]G?[0xb9]-[0xfa][0x8d]m[0xc2][0xb1]%UM[0x86][0x3][0xbf][0x9b][0xea][0xe4]-[0xba][0x8f][0xb1][\r]k[0x9a][0xda]I[0xff][0x1]PK[0x7][0x8][0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/TestWatchman$1.class[0x95]T[O[0x13]A[0x14][0xfe][0x86][0x16]Z[0xca]"w/[0x11][0xb1]H[0xc5][0xd2][0x96].[0x17][0x1][0x11][0x8a]![0x4][0x12]c[0xd1][0x7][0x8]>O[0xdb][0x81].nw[0xc9][0xee][0x16][0xf4][0xd9][0x1f][0xe3]3[0x9]`[0xe2][0x83][0xbc][0xfb][0x3][0xfc]9[0xc6]o[0x16][0x2][0xa8]PK'3[0xe7][0xf4][0xcc][0xb9]|[0xe7][0xec]9[0xf3][0xe3][0xd7][0xb7][0xef][0x0]&[0xb1][0xd4][0xe][0x3]i}[0x8c][0xe9]#[0x93]@'[0xb2][0x9][0x8c]"[0xa7][0xb9]q[0xcd][0xe5][0xf5]a[0xc6]0[0x11][0xc3][0xa4]f[0xa7]b[0x98][0x8e][0xe1][0xb9]@b_[0xda][0xa9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]nE`[0xac][0xe8]z;[0xe6]n[0xdd][0xb1][0x2][0xd3][0xab];[0x8e][0xf2]|[0xb3][0xe6]V[0x94]m[0xae]y[0xb2][0xa6][0xe]\[0xef][0xc3]z[0xa8][0xba] [0x10][0xd7][0x86]%[0xe9]+[0x81][0x91][0x1b][0xcd]6[0x2][0x19][0xa8][0x9a]r[0x2][0x1a][0xb4][0x5]U[0xcb]OM[0x8][0xc][0xfd][0xa1]n+[0xdf][0xdc]T~[0xf0]^[0x6][0xe5]jM:Zs[0xd1][0xe2][0xdd][0x92]@-[0xdd]X[0xb5]i[0xb8]M[0x0][0x1c][0xdb][0x12][0x88][0xae]P([0xd0]U[0xb4][0x1c][0xf5][0xb6]^+)oS[0x96]lJz[0x8b]nY[0xda][[0xd2][0xb3][0xf4][0xff]saT'$[0x0][0x1][0xe3][0xb5][0xf6][0xb9]bK[0xdf]W[0x94]$[0x1b][0xa2]NM2[0xc5][0xc4][0xea][0xc7][0xb2][0xda][0xb],[0xd7][0xa1]~\[0xb1][0x96]u[0x2][0x11][0x88][0xa4]5[0xe]An[0xe2][0x8a][0x13][0xcb][0x9][0x94][0xe7]H[0xdb]\[0xf6][0xfd]z-4[0xdb][0xb2]\[0x9b][0x16][0x95][0xb]?t:P[0xdc][0x95][0xfb][0xd2][0xb4][0xa5][0xb3]cnV=[0xf7]@[0xe3][0xd4][0xc1]6[0xdc][0xba]WVk[0x96]F[0xdd]s[0x15]K^[0x1b]0[0xe1]U[0xa7]l[0xbb][0xbe][0xe5][0xec][0x9c][0xd5]+[0x86][0x19][0x3][0xb3][0x98]3[0xd0][0x8b]>[0x3]w[0xd0]e[0xa0][0x1b]=[0x6][0xfa][0xf1][0xd8][0xc0][0xb][0xcc][0x1b][0x18][0xd2][0xdc]K[0xcd]-`^ ;[0xb0][0x2]}[0xd7]@5[0xb0][0x88][0x2][0xfb][0xa3]q[0xf5][0x4][0x86][0xff][0xfb]5[0x5][0x6][0x1b]9[0x11]h[0x95]{{[0xf6]'[0x81][0xcf][0xe9]&Z[0xa3][0xf9]6[0xbb]L[0xea]]iW[0x95][0xd9]UM[0x8d]F[0xdc][0xf][0xa4][0x17][0xb0][0xfc][0x2][0xb9][0x9b][0x1][0xfd][0x1d]MwJ[0xbb]_/[0x97][0x95][0xaa](No|[0x9b]c[0xe3]W5[0xdb][0xb6]-[0xf9][0xb1][0xc9],[0xa7][0xaf][0xed][0x89][[0xc4]@[0x92]OJ'[0xdf][0x99]Hw[0xb7][0xee][0x4][0x80][0x94][0xcd][0x10]R[0xb6][0x7]oZ[0xb8][0xfb]1@z[0x97][0xdc][0x12]iTK2[0xd9]c[0x88]L[0xee][0x18]-[0x99][0xf1]cD2_[0x11]=[0xc][0xb5][0xef][0xf1]l[0xe3][0xd8][0x0]S[0xb8][0xcf][0xd3][0x8][0xf9]~<[0xc0] [0xe9]#[0xee](%[0x9]nv[0xd9][0xb9][0xd7][0x9f][0x88]p[0x1][0xc5][0xcc][0x11][0x9d][0x1e][0xa1][0xe5][0x4][0xad]$[0x91][0x13][0xb4]]Jb[0x97]l[0xfc][0xb][0x9f][0xa5][0xec]i[0xa8][0x9e]=[0x13]udO[0xd7][0xaf]([0xe4]N[0xf][0x19][0xa7][0x83][0xf1][0xb2]h[0xf]i[0x9e]15-0N[0x96]y[0x14].[0xd0]N[0x11]#0[0xcd][0xdb][0x19][0xe6]<[0x1b][0xea][0xa4][0xa9][0x91][0xc5][0x1c]r[0x1c][0x88]<[0xe6]ar[0x1c][0x16][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\o[0xf0]*[0xcc],I[0xcc]9[0xfa]Hb[0x98][0xd9][0x98][0xac]_[0x12]O[0xc2]l[0x8b][0xff]d[0x1b][0xc1]H[0x18]/[0x85][0xa7][0xa1]l[0x14][0xcf][0xf0][0x90][0x9c][0xae][0x83][0x8e][0xce][0xdf]oPK[0x7][0x8]Negz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/rules/TestWatchman.class[0x8d][0x93][o[0xd3]0[0x14][0xc7][0xff][0xee]uk[0xb][0xbb][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]0[0x18][0x9b][0xa0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a[0xf]<[0x15][0x81][0xa6][0xa1]![0xa4][0xe][0xa4][0xb5]*[0x82]77[0xf5]Z[0x8f][0xc4][0x99]b[0x87][0x89]g[0xbe][0x10]i[0xd5][0xe]6[0x90][0xa1]KJM[0xa6][0x1b][0x9b][0xa3][0x95]JA[0xdf]y[0xfa]sh[0xa5][0xa4][0x91][0xad][0x9d][0x81]}[0xa3]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]D[0x9]x[0x84]"}KC[0x5]Z[0xaf][0xc0][0x96][0xe7]*[0x16][0x12][0xe3][0x16][0x9d]fh-[0xfe]@[0xea]}[0xad][0xbe]}[0x86][0xf4][0xd7]1[0xc4][0x93][0x18]Q[0x1b][0xaa]%[0x8][0xbb][[0xc4]R,/b[0x19][0xd7][0xc8][0xc2][0xee][0xae]c[0x5]i:-[0xe3]F[0xe2][0xe0]iL[0xc3][0xf9][0xc8]^[0xc5][0xd8][0xf2]P[0xf8][0x17][0xcb]b[0x98]M[0xe8]&V[0x13][0xc4][0xb]z[0xd3][0x17]![0xe]b[0xc4][0xbd][0xa1]p[0x4][0xb1][0x86][[0xb1][0x9c]%[0x91]Q[0xef][0xa7][0xc7][0xd3][0x9a][0x12][0xcf][0x9d][0xe9][0x88][0xf][0x13][0x11][0x19][0xac][0xc7][0xfa]w)b[0xfb]l$v[0xf7]i}@o[0x81][0xf6][0xa9]X[0x82]?PK[0x7][0x8][0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Timeout$1.class[0x8d]S]o[0x12]A[0x14]=[0x3][0x94][0xa5][0xeb][0x16][0x10][0xad][0xd8]V[0xdb][0xad][0xa2][0xd2]m[0xe3][0xca][0x9b][0xa6][0xc6][0x97]Z[0x93]&[0xe8][0x83][0x90]&>Na[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd3][0xec][0xce][0x92][0xd9][0xd9][0xaa]F[0x83][0x89]M[0x13]M[0xf4][0xdd][0x1f]e[0xbc][0x83][0x84][0xa2][0x96][0xc4]M[0xe6][0xeb][0xce][0x9d]s[0xcf][0xbd][0xf7][0xec][0x8f][0x9f]_[0xbe][0x1]hag[0x11][0xe]6[0xec][0xe4][0xbb](a[0xd3][0xc1][0x9d][0x12][0xee][0xba]([0xa0][0xe1][0xe0][0x9e][0x83][0xfb][0xc][0xb][0xa7][0x94][0x10][0xab][0x91][0x98]h[0xe2][0x85]za[0x8c]/[0xa0][0x17]^[0xfa][0x18][0xc6]3[0xd3][0xb1][0x92][0xa6]Xn[0xe6][0xcf][0x99][0xf9]~[0xf3][0x9d]3[0xb3][0xfb][0xf5][0xf7][0xbb][0xf][0x0][0x16]q3[0x3][0x3]E[0x3]#[0xb0]Ds[0xd9][0xc0][0x15][0xcc][0x8b][0xd1][0x82][0xe];[0x83]4[0xae][0xea]X[0xd4]q[0x8d]a[0xc2][0xb][0x82][0xad][0xe5] [0xac]Dq}[0xab][0xda][0xc][0xb9][0xb3][0xc9][0xc0]6[0x18][0xf4][0xc8][0xdd][0xe6]A[0x1c][0xd1]l[0x85]aD[0xcc][0x9e][0xf8].Mg[0xcb]-[0xe7][0x99]c[0xc7][0x91][0xeb][0xd9][0xf5][0xc0][0xaf][0xc7]a[0xc8][0xfd][0xc8][0xae][0xaa][\r][0xb7][0x18][0xd2][0xb7]][0x1a][0xdc]aH[0x16][0x8a][0xeb][0xc]Z)[0xd8][0xe4][0xc]ce[0xd7][0xe7][0xab][0xf1]v[0x8d][0x87]U[0xa7][0xe6]Qd[0xa2][0x1c][0xd4][0x1d]o[0xdd][0x9]]1WA-j[0xba]m:[0xfe]^[0xec]z[0x9b][0xf]K[0x9e][0xd3]nsZ[0xc8][0x97][0x83][0xb0]a[0xb7]b:[0xc1][0xe]c[0x8f][0xb7][0xe5][0xc9]dtN)[0xc8]@[0xf6][0xb9][0x1b]5[0xab][0xfd][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+C,[0x17][0xf][0xc1][0xd4]b[0x99]}[0xa6][0xc1][0xa3][0x1e][0x99][0xf2][0xa3][0xda]dU[0xa8][[0x9e]|[0xa1]8[0xb4]@'[0x85][0xbf]2[0x15][0xde][0xf5][0x1b][0xfd][0xb5][0x9f]+l[0x1c][0xc6]N[0x9a][0xfb][0xdd]zM[0xd1][0xe9][0x7][0xa0][0xc8][0x1e]]d[0xaa]&D[0xc][0xd3][0x85][0x3][0xb9][0xc4][0xcb]T[0x82]8[0xac][0xf3]eW0M[0x15]_[0x10][0x89][0x98][0x18][0xc7]Q[0x13][0x19]dM[0x98]8[0xa2]c[0xc9][0xc4]u[0x8c][0x99][0x18][0xc5][0x18][0xc3][0xe4][0x1]H[0xa1][0xba]A[0x8f]eH&[0xc][0xe3][0xb2]X[0x9e][0xe3]7[0xec][0xb5]Z[0x8b][0xd7][0xa9][0x84]3[0xff][0xad][0x1f][0xbd][0x8d][0xca][0x83][0xd2][0xda][0xea][0xfd][0x8a]([0xd6][0xd0]R[0x15][0xd7][0x91][0xa7][0x87]o[0xd0]w[0x91]DB[0xa4]A[0xa3][0x84][0xc8]D[0xf6][0x94][0x4][0xf5]:4[0x91]%[0xe8]M[0xd2][0xec][0x11][0xed]d[0xd4][0xe7][0xac][0xb7]`Vr[0xf][0x9][0xcb][0xd8]C[0xd2]z[\r]m[0xf][0xa9]WRwL[0xac]#E[0xed]K[0xd2][0xbe] [0xfe][0xe][0xb1]vq[0x2][0x1d][0x1c][0xa7][0xa8][0xd9]%[0xd0]|[0x8a]z[0xba]r[0x9c]R[0xf4][0xc7]D[0xd7][0xc4][0xe]kV@[0xe7][0x9]iuz[0xcc]QZ[0x5]>[0x12][0xf9][0x13]y[0xfd],Yge[0xcc]T,1[0x12][0xee][0x99][0x1c]M[0x93][0xc1];[0x8d][0x19][0xc5][0xb7][0x89]$[0xd6]R[0xd6][0x1b]$w{[0xe0][0xb4][0xc]~[0xd9]g.[0xa5][0x80][0x1a][0xce]`[0xb6]'f=q[0xaa][0xd3]'[0xfe]6@[0xcc][0xc8]]^[0x89][0xef][0xd2][0xee][0x84][0xa8][0xa6]5-j[0xf6]O[0x9e][0x91][0xe1][0xef]$[0xfa]![0x11][0xb9][0xee][0xb6]^B:[0xce][0xd1][0xb5][0xd0]7[0x86][0xf3][0x98][0x1b][0xe0]$[0xb1][0xd3][0xe7][0xe4][0xe7]@'[0x17]pQ[0x89][0x97][0xd4][\r][0x1a][0xef][0x91]~J[0xb7][0xa8][0xf7][0xa7][0xf2]k[0x1f][0xc0]P[0x80][0x4].[0xc9][0xb6][0x80]I[0xe9][0x99][0xfe]z[0xb4];[0x7][0xe3][0xf]PK[0x7][0x8]0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/rules/Timeout.class[0xa5]VkS[0x1b]U[0x18]~[0x16][0x2][0xb][0xcb][0xd2][0x96]k[0x85]r-EC[0x90]F[0xc4];[0xd8][0x1b][0x17][\r][0xa6][0xd0][0x12]J[0x5][[0xe9]&laa[0xd9][0xe0]^[0xaa][0xce][0xf8]U[0xff][0x80][0x1f][0xd5][0xa0]3[0xe8][0x14]pd[0xc6][0x1f][0xe0][0x8f]r|[0xde][0xcd]6[0x1]JJ[0x1c][0x92][0x99]s[0xf6][0xe4][0xbc][0xef][0xf3]<[0xef][0xe5][0x9c][0xcd]?[0xff][0xfe][0xf5]7[0x80]Q[0x4]*>[0xd1][0xa0][0xe0][0xd3]z[0xa4]0[0xab]A[0xc7]g[0x1a].[0xcb]RGZ[0x86][0xbb]2[0xcc][0x89][0xc9][0xbc][0xc][0xf7]d[0xb8][0xaf]bA[0xec]3[0x1a][0x87]E[\r][0xf][0xb0][0xa4][0xe1]!>[0x97]aY[0x86][0x15][0x1][0xfa]B[0xc5]#[0x15][0x8f]5[0xb4]aU[0xc5][0x13][0x15][0x86][0x2][0xf5]N`[0xd9]k[0xa6][0xab]@O9[0x8e][0xe9]N[0xda][0x86][0xe7][0x99][0x1e]7|k[0xdb][0xcc][0x7][0xbe][0x2]eVA[0x9d][0xac][0x1e]8[0x16][0x97][0xbd][0xe9]M[0xe3][0x99][0x91][0xc]|[0xcb]N[0xe6][0xf2]N.p][0xd3][0xf1][0x93][0x8b][0x91][0xc1][0xb8][0x82]f;[0x9f][0xdf][0x9a][0xc9][0xbb][0x19]?[0xc8]m-n[0xb8][0xa6][0xb1]F[0x94][0x15]bf_[0x90][\r][0xc4][0x87][0xd2]yw=[0xb9][0x19][0xd0]%[0xe9][0x6][0xb6][0xe9][0x85][0x8]$[0xbc][0x16])"Pl2[0xbf]f*[0xb8][0x98][0xb6][0x1c]s.[0xd8][0xce][0x9a][0xee][0xa2][0x91][0xb5][0xf9]K[0xed][0x84]E[0xbf][0x1b][0xb4][0x88][0xa7][0x86][0x96][0xc8][0x98][0xce][0xe7][0xc]{[0xc9]p-[0xd9][0x8f][0x8c]b[0xfe][0x86][0xc5]@:[0xca][0x11][0x91][0xa0]v[0xdb][0xb2]m1RR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4])s[0xc7]5s[0x86]oRn[0xc7]B[0xe0]H[0xcc]K[0x96]g[0x11][0xed][0xb6][0xe3][0xe4]}[0xc3][0xb7][0xf2][0xe][0x8d][0xdb][0xb][0x19][0xb0][\r]g=Y[0xf2][0x19][0x97][0xa8]f[0xcf]H[0x8e][0x88][0xbd][0x16]?3t1[0xeb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " A][0xf1][0xd9][0xb2]y[0xe4][0xb6][0xea][0x99][0x14][0xb1]F[0xc9][0xda][0xba][0xe9]/[0xbe]([0xe8][0xd5][0xf8]Y*Y[0xf1]X[0x10]V[0xfb]5:[0xa6]YN[0xcb]Y?Y[0xd1][0xea][0xf8][0x10]k[0xda][0x95][0xe3][0xca]7g[0xc][0xcb][0x9e]w"[0x8a][0xc]Sen[0x13][0x92]m|[0x1d][0xef][0xc0][0xd4][0xf1][0x14][0xeb]:[0xde][0xc7][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0x97]A[0xd4][0xb1]!.[0x16]6Ul[0xe9][0xe8][0x87][0xad]b[[0x87][0x83][0xbc][0x8e][0x1d]|[0xa5][0xc3][0x85][0xa7][0xe3]C|[0xa4][0xa0][0xe5][0x94][0xe8]y[0xb6][0xca]I[0x1d]U[0x0][0x91][0xc6][0x2]_*y[0xce]g7[0xcd][0x9c][0xb4][0xe2]Kn[0xa6][0xe7]/[0x4][0x92][0xb][0xb6]"OL[0xf7]+[0xbb][0x9a][0x19][0xbb][0x9b]J[0xa7]S[0x99][0xe9][0xc9][0xf9][0xb9][0xa9]L[0xe8][0xc4]>o[0x88]NF[0xc1][0xa4][0x9f][0xf7][0xd2]Y[0xd7][0x9b]ZDPi[0xf0][0xcc]t[0xfd][0x8a]N>[0xb9][0xc6]J[0x11]X[0x8e]o[0xba][0x8e]a[0x17][0xfb][0xa7][0xd8][0xdc]^[0xf2][0xd8]YRp[0xf3][0xd8]]Y[0xb1][0xe3][0x91]kb[0xfc][0x1c][0xee][0xcc][0xd0][0xd7][0x96][0xbf]QT[0xb3]zv[0xa4][0xe7]T[0xdb]!|e[0xee][0x9c][[0xf1][0x95][0xf3][0xc2][0xd7][0x84]/![0x5]+[0xff][0xf7]f[0xaa][0x98][0x8c]$[0xa3]e[0xef][0xf8][0xf1]So[0x84][0xa1]%[0x9e]#[0x9d][0xef]y[0xb6]9[0xaa][0xd1],G[0x93][0x7][0x9a][0xe5]t[0x86]3[0xf](g[\r][0xf5][0xb4][0xbb]J[0xab][0x1][0xae][0xfa]P[0x5][0xf9][0xd4][0x1d]BY>@[0xd5].[0x9f][0xf9]z[0xe1]X[0xcb][0x19][0x18][0xe3]8[0x88][0xd7][0x89]'[0xd6]w[0x10][0xb][0xed][0xb5][0xc4][0x95][0xef][0xff]@[0xf5][0x1]b[0xbf]sU[0x15][0xda]k[0xe1][0xce][0x14][0xd1][0xa7][0xf1][0x6][0x9f][0xda][0xb][0x96][0x88]c(d[0xd0][0x90][0xc0]0[0xd1][0xde][0xc]W#[0x11][0xc3][0xf5][0x90][0x8f]7I[0xa4]'K[0xa6][0x18][0xe7][0xd6][0xc4][0x1]j[0x12][0xbd]{[0xa8]M[0x8c][0xec]AMT[0xef][0xa1][0xae][0xc4][0xd5][0x8e][0x1a][0x8e][0xf7]hy[0x9f]|[0xb][0xb8][0x80][0xc]Z[0xb0][0x18][0xf2][0xf6][0x11][0x81][0xfe]E[0xde][0xd6]0[0xf]J[0xf8]$[0x99][0x10][0xfc]A[0xbc][0x15][0xf1][0x19]\[0x8b][0xce][0xee][0x90]ox[0x1f][0xf5]B[0xc9]Y[0x13]V[0xce][\r][0xa7][0x10]?"[0xc4]c[0xa6][0xfa]KB[0xae][0x12][0xfc][0xc9][0x91][0x80][0xbb][0x8b][0xc4][0xdd]L[0xf3](i[0xea][0x19][0xf8][0xdb][0x11][0xdd]{[0xf4][0x17]+[0xfd][0x10][0xfa]rO![0x85][0xbb]E[0xf4]B[0xca][0xad][0x10]M[0xf][0x9f]u[0xfa]J[0x11][0xeb]Y[0x88]r[0x18][0x8d][0xa7]`x[0xc7]0[0xc6]B[0x8c]V^[0xce][0xef]F[0x18][0xb7][0xa3]B6[0xe]'[0x9e]3[0xde][0xe7]P[0xf7]q[0xe1][0xb7][0x13] [0xdf][0x1d][0x9][0xab][0xb1][0x18]V#[0x5][0xf4]p[0xbf]Un[0xf8][0x8]N[0xaa]'[0x1e]5D[0xaa][0xfb][0xf5][0x4][0xcc][0xf]G[0xb4][0xd4]D01[0xb9][0xdb]i%[0xce]s[0x91][0x96][0xce]?q[0xb1][0xa4][0xe6][0x92]@[0xed][0xa3][0x89]%h>[0x19][0xdd][0x8f]G[0x84]u[0x16][0x85]ub[0x1c][0x13][0xdc][0xff]8[0xc4][0x17][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0xe0]f$[0xd1][0xe2]o[0xd2]XMR[0xd4][0x96][0xdd][0xb9]C[0xb4]-'F[0xe][0xd0][0xbe][0x1b][0x9][0xab][0xa5]C[0x81][0xe4]B[0xd8]A?[0xf1][0x97][0x9f][0xa1][0xe2][0x97][0x90],Ag[0x95]=|[0x8b][0xa9][0x93][0xdd][0xa6]"m[0x13]O[0xc5]D[0x88][0xd1][0x84]I[0xf6][0x15][0xbf][0xd3][0xa1][0xe0][0x19]J[0x12]Y[0xd5][0xdc][0xd5][0xd1][0xc1]"[0xb6][0xa1][0xf0]y[0xc8][0xd7]\[0xff][0x7]PK[0x7][0x8][0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/Verifier$1.class[0x8d]R[O[0x13]A[0x18]=[0xd3][0x96].[0xac][0xb][0xad] Z[0xb1][0xca][0xa5][0x8b][0xb4][0xb]q[0xe5][0xd1]`[0x8c][0x6]11[0xa9][0xbe]@[0xfa]>][0x86]v[0xc8]t[0xb6][0x99][0xd9][0xad][0xf0][0xb3]L[0x4][0x13][0x1f][0xfc][0x1][0xfe]([0xe3]7+[0xc6][0x18]S[0xed]&[0xdf]e[0xce]~[0x97][0xb3]g[0xe7][0xdb][0xf7]/_[0x1][0xec]#Z@[0x15][0x8f][0x9c][[0xf7][0xe1]a[0xc3][0xb9]M[0x1f]Mlyhy[0x8][0x19][0xe6]'\[0x85]}n[0x5]C[0xab][0x9b][0x9a]A|[0x9e]k[0x99][0xc5]&[0xd7]Z[0x18][0x1b][0x8f][0xd2]S[0xa1][0xe2][0xe3][0x8c]gb$tv[0xc0]P[0xcd][0x86][0xd2][0x86]O[0x19][0xd6][0xfe](W[0xc2][0xc6]=a[0xe4][0x99][0x14][0xc6]U=[0x97][0x84][0xbf]`x[0xd9][0x9e]^6[0xc3][0xbe]N[0x8f][0xa1]rH C[0xad]+[0xb5]x[0x9f][0x8f][0xfa][0xc2][0x9c][0xf0][0xbe]"d[0xb9][0x9b]&\[0xf5][0xb8][0x91][0xee]|[0x3]V[0x1c]?[0x6]0[0x4]o[0xdd][0xcc]C[0xc5][0xad][0x15][0x84]4[0xa7][0x12][0x9][0xf7][0x89][0xb1]t[0x91][0x88]q&Sm=l[0x93]0[0x82][0x94][0xc9][0x89][0x7]C[0xb9][0xed]h[0xf8][0xc7]in[0x12][0xf1]F[0xba]-[0x8b][0xbf]z[0x9f][0x9c][0xf3][0x9]'rG:Q[0xa9][0x95]z[0xf0]Nd[0xc3][0xf4][0xd4][0xc3][0xe3][0x0];h[0x7][0xf0]q+[0xc0]<[0x16][0x2][0x4]h[0x4][0xb8][0xe7]\[0x7][\r][0xd2]o:[0x1d][0x86][0xcd][0xff]J[0xc3][0xb0][0xe2]V[0xc7][0x8a][0xeb]A|24[0xe9][0x87][0x9f][0xdf][0xdf][0x98]6[0x96]a[0x8e][0x8f][0xc7][0xea][0x92][0xe1][0xac]=[0x83][0xf2][0x95][0xc4][0xaf][0x85]M[0x8c],$:[0xe8][0xcc]vW&n[0xf7]%6[0xe8][0x2]zt!K[0xf5][0xba][0x93][0x2][0xa0]H[0xba]8[0x84],[0xc0]"[0xc5]%[0xca][0x9e]Q,S[0xac]E[0xbb]W`[0xd1][0xde][0x15]J[0xd1]g[0x94]?[0x16][0x85]5[0xf2]U[0xfa][0xad][0xc0][0x16][0xea]E[0x9b][0xcb]k[0xb8][0x8d];[0x14]W[0xc9]*[0x84][0xdc]%#[0x8d]o[0x6][0xbe][0xa2]SQ[0x15]}B[0xe9][0x1a][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0x1a]s[0xbf][0x7].[0x15][0xfb]Z[0xc4].[0xa4]|[0xfb][0x9f][0x83][0xcb][0xb8]_[0xf4][0xad][0xe1]A[0x81]5[0xf1][0x10]+[0x94][0xf9][0xf4][0xb6][0x8a][0xe2][0xf9][0x1]PK[0x7][0x8][0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/Verifier.class[0x8d]R[0xdb]N[0x1b]1[0x10]=N6,][0xc2][0xbd][0xa5][0x80] [0x84][0xcb]C[0x2][0x12][0x16][0xcf][0xa9][0xaa]J[0x14][0x4]R[0x4][0x12]D[0x91]xt[0x16][0x3][0x8e]6[0xbb][0x91][0xbd][0xcb][0xe5][0xaf][0xda]'[0xa4]V[0xea][0x7][0xf4][0xa3][0xaa][0x8e][0x9d] [0xae]AYi=[0x9e][0xf1][0x99]33[0xc7][0xfe][0xfb][0xef][0xd7][0x1f][0x0];X[0xf]P[0xc0][0x82][0x8f][0xc5][0x0]9,[0xfb]([0xf9]X[0xf1]Qf[0x18][0xf9][0xa2]b[0x95]~e[0xc8]W[0xaa]M[0x6]o79[0x97][0xc][0x93]u[0x15][0xcb][0xa3][0xac][0xd3][0x92][0xba]!Z[0x11]Ef[0xea]I([0xa2][0xa6][0xd0][0xca][0xfa][0xfd][0xa0][0x97]^)[0xc3][0xb0]XO[0xf4]%ogD[0xc4]u[0x16]I[0xc3][0x9b]R[0xab][0xb]%u[0x8d][0xa1] [0xba][0xdd][0xe8][0x8e][0xe1][0xa2][0xf2][0xc][0x15][0xc7]R[0x1b][0xde][0xa1]j[0x11]?ME*;2Nk[0xaf] [0xfc][0xbb]4[0xa1]V[0xdd]T%q[0xad]:[0x4][0x3]5[0xd5][0x12][0x86]z[[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa9]um[0x7][0xa3]i[0x82][0xbd][0xdb]P[0xba][0xa8][0xf1][0xb1]J[0xfe]i[0x92][0xe9]P[0xee]++[0xcb][0xf8][0xc3][0xf8][0xdb]mq-[0x8a][0xf0]1J"[\r][0xd2]hc[0x87][0x1][0xc][0xc5]C[o7[0x12][0xc6]Hcs[0xd6][0x18][0xe6][0x7][0xe5]0LYj[0x1e][0x89][0xf8][0x92][0x1f][0xb7][0xda]2L[0xdf]@7[0xa4]IO2[0xdb][0xd1][0xec]#[0xba]q[0xa5][0x93][0x9b][0xde][0xf5]}[0xab][0xc][0xbe][0xb8]![0xd4][0xab]6[0xbd]Ux[0xf4][0xae]H[0x17]zdy[0xb2]4)[0xad][0x1f][0xc8][0xe3]di.[0x14]6[0xef][0xc1]~[0xd2]&[0x87][0x80][0xd6][0x11][0x17],a[0x8c][0xd6]b[0xf]@v[0x1c]V[0x81][0x9]L[0xf6][0x93][0xf][0x88]6O6[0xf8][0x8d][0xdc][0xd9][0xe6][0xd6]=[0xf2]?^0[0x94][0x1d]C[0xb9][0x87][0xea]3[0xd8][0xdd][0x14][0xa6][0xdd]y[0x80][0x19][0xcc]R[0x86][0x87][0x8f][0xd4]R[0xce][0xb1]n[0xb9]*x[0xdd][0xce][0xf6][0x93]vX[0x9f][0xec][0x13][0xfd][0x1e]ys[0x84][0xfc][0xec][0xf0][0xf3]Xr[0xc4][0x8c][0xf6][0xee][0xfb][0xf]PK[0x7][0x8][0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/runner/Computer$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96].[0xdd]ni[0x5][0xac]"[0x2][0xa2]E[0xda]me[0xe1][0xd1]@x[0xb0])[0x89]I[0xf5][0xc1]mx[0xe1]i[0xdb]N[0xb6]C[0xb6][0xbb][0xcd]~[0xa0][0xfe]+M@[0x13][0x1f][0xfc][0x1][0xfe]([0xe3][0x9d][0xdd]"[0xea]JS[0x1e]f[0xee][0x9d]3g[0xce][0xbd]w[0xe6][0xce][0x8f][0x9f][0xdf][0xbe][0x3]8[0xc0]~[0x1][0xb]x&[0xa7][0x9a][0x8a][0x9][0x85][0xe7][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xc]K[0x9][0xe9][0xc4]K$[0x18]Z[0xf5][0xee][0xb9]ua[0x19][0x8e][0xe5][0xda]F[0x8c][0x1d]6[0xd2][0x9a]I[0xfe][0xa4]W[0x8]y[0x10]N[0x8f][0xde]K[0x9d]d[0xa8][0xfe][0x9d][0xfd][0xc7][0xc9]u[0x5][0xab][0xff][0x92][0x8f][0xf4]c[0xa9]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xb5][0xc2][0xc8]'[0x8a][0x91]JErfe[0xa3][0x9a]^[0xe4][0xf][0xf8][0x89][0x90][0x11]J[0xd7][0x85][0xef]I[0x15][0xba][0xda][0x8e];p[0xbc]@[0xb8][0xf6][0x1b][0x1e][0x8e][0xbc][0xa1][0x2]]C[0x13]-[\r][0x5][0xa8][0x1a][0x14],j([0xe2][0x85][0x86]=[0x18][0xf4][0xfc]3[0xee][0x91]ag[0xae][0x87]eX[0xb9])[0xa0]7[0xf2][0xbd][0xf7]I[0xed]k[0xb7]j3,[0xda]<4#[0x11][0x12][0xad][0x97]n[0xad][0xff][0xf7][0xcf][0xd9][0x9d][0x9e],[[0x97][0xfd]V[0xa0]8[0x9][0xc4]`[0xce][0x1b][0xe8][0xe]q[0xf0][0x84][0xfe]e[0x9e][0xfe]i[0xa6]R[0x91]w[0xb][0x90][0xa5][0x8b][0x96][0x8][0x8d]"4[0xb2]%[0xf2]^[0x92][0xcd][0x92]-[0xeb][0xcd]+0[0xbd]u[0x85][0x8c][0xfe][0x15][0xd9][0xcf]1q[0x89][0xe6][0x11][0x90][0xfd]Cn+[0x96][0xab]&[0xc4][0xa9][0x9c][0xf4][0x1e]b[0x8d][0xf6][0x1f][0xfd][0xe]%[0x91]u[0xf2]nB=[0x8e][0x13][0xdb] [0xb5][0xcd][0xd8][0xdb][0xa2]J[0xe5][0xde]6[0x9e]b[0x99]<[0x95]X[0xb][0xb1][0x1a]~[0x1]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Computer.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b][0x8b][0xdd][0x98]^[0xd3][0x1b]%-[0x14]h[0xa9][0x9b][0x84][0x9a]p[0x87]F} J[0xa5]J[0x11]H[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]xrR+u[0xe5][0xd8][0xd1][0xda][0xe6][0xf6]U[0xf0]B$*[0xf1][0x1]|[0x14]b[0xd6]v[0x93][0x94]4%-[0x8e][0xb2][0xeb][0x9d][0x9d]3g[0xe6][0xec][0xac][0xfd][0xfe][0xf1][0x13]@[0x1]/[0x15][0xa4][0xa0][0xca][0xd8]T[0x10][0x13]sVFNA[0x12][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xd0][0x14]<@A[0xc6]C[0x6][0xa9]h[0xda][0xa6][0xb7][0xc3][0x10]W7k[0xc][0x89][0x92]sh0LUL[0xdb]x[0xed][0xb7][0xea][0x6][0xdf][0xd7][0xeb][0x16]Y[0xd2][0x15][0xa7][0xa1][5[0x9d][0x9b]b[0x1d][0x19][0x13][0xde][0x91][0xe9]2d*[0xe]oj[0xc7]>[0x5][0xd2][0xb8]o[0xdb][0x6][0xd7]JN[0xab][0xed]{[0x6][0xdf]&[0x6][0xd7] [0x90][0xc5][0xb0][0xa2]n^[0xe8]8[0xd6]4[0xbc][0xaa]oz[0x14]x_[0x1d][0xf0]t[0xb5][0x16][0xa5]fio[0x83][0xd5]+[0xdf][0xb4][0xe][0x9][0xf5][0xbe]r[0xac][0xd0]5K[0xb7][0x9b]Z[0xc9][0xd2]]w[0xfb][0x1c][0x8e][0x10]B[0xc]r=[0x84]1l[0x8c][0x18][0x9f]0[\r][0x11][0xd6][0xa0]2[0xd3][0x83]d[0xc][0xb]gu[0xf9][0xdc]>[0xd5]f~[0xc0][0xbb][0x98][0xdd]![0x80]R[0xfe][0xd4]0[0xda][0x9e][0xe9][0xd8][0xae][0x8c]G[0xc][0xa9][0xaa][0xd9][0xb4]u[0xcf][0xe7][0x84]yw[0xe5][0xb2]E[0xec][0x8b]*O[0x91][0xb6][0xe1][0x82][0xa1]:*[0xcb][0xa5][0xb4]My[0x86][0xeb][0x5]n[0xc]3[0xe7][0x8]5w^[0xca]2[0x1e]3[0xd4][0xae][0x9a][0xcf][0xbf][0x8a]V[0xaa][0x8e][0xcf][0x1b][0xc6][0xae])[0xce]c[0xe2][0xb4][0xd3][0xb6]D[0x94]q([0xb8][0xc6][0xb0]4[0xb4][0x1f][0x19][0x16][0x7][0x93][0x8a][0xba]33[0x14][0xb5]V`[0x0][0xc3][0xf8][0x9e][0xb0][0x96][0xc2][0xc6][0x11]TO[0xc4][0xf0]T[0xc6][0xb3]q<[0xc7][0xb][0x86][0xe9]^%o[0xea][0xc7]F[0xc3]c[0xc8][\r][0xd3]`[0x8f]Lt[0xcc]/[0xba]h[0x9a]2[0xe7][0xe]%7[0xdb][0xb][0xb0][0xc4][0x9d][0x8f]a[0xcf][0x95][0x7][0x95][0xec]][0xb0][0x11]E[0x16]_[0x81][0xe2]\?[0x82][0xaf][0x8f][0x4]f[0x98][0xc]ww[0x1d][0x1e][0xf5]M^[0xbd]D[0xcb][0xe1]6}[0xd9]R[0x10]O[0x82]4[0xa7][0xf3][0x14][0xca][0xd3]J[0xa3][0x99][0x8e][0x1][0xc9]l[0x7][0xec][0x1b][0xbd][0xc4]0A[0xa3][0x14][0x18]'[0xe9][0x7]r[0xb][0x1c]0[0x85]i[0x9a]S[0x98]A:[0x2][0xaf][0x92][0xb7]x[0xc6]N[0x10];[0xe8] [0xfe][0x15][0xe2]@{[0xf8]Y[0x1a]g1[0x87]x[0xe0]]'k[0x9c][0xe6][0xf4][0x9][0x12][0x7]'H[0x1e]ds[0x1d]H[0xf9][0xe]d[0x81][0x8b][0xf7][0xe1][0x96][0x3][0xde][0xd5][0xd0];[0xe2][0x15]o[0xf3]X[0x8][0xf6][0xd3]X[0xc4]u[0xe2]^[0xea]f',7[0xc8][0x92][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xc6]JP[0xcb]MZ[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0x89][0xc]jd[0x11]1[0xa5]\[0xfe];[0xc6][0xfe]fU[0xfb]X[0xa5].[0xab][0xd4]e[0x95]H[0xc4];gX[0x85][0xe5]n[0x1f][0xeb]Z[0xc4][0xba]N[0xff]{[0xc1][0xdb][0x6][0xee][0xd3][0xac][0xd0]^2[0x88][0x86]?PK[0x7][0x8].[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/runner/Describable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xbe][0xf4][0xd4][0x12][0x97][0xd4][0xe2][0xe4][0xa2][0xcc][0x82][0x92][0xcc][0xfc][0xfd][0xcd][0xe1][0x98][0x91][0xa3][0xe9][0x10][0xd1][0xf9][0xf6][0xf6]&2[0xc9][0xb0][0xb6]>[0xca][0xc5]}[0xb6][0x85][0x9c][0xcb][0x19]D`[0xc1][0x1b][0x11]XA[0x14][0xdb][0xb8][0xa1]Q[0x4][0x9a][0x1b]/)[0xf8][0x15][0xb6][0xb][0x1c]?M[0x8c][0xe8][0x0].M[0xf9][0x97][0xa6][0xea]If[0xe1][0x9]s[0xe3][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0x83][0xdf]*[0xb8][0x16][0xbf]c[0xf0][0xdb][0x5][0x2]9[0x8b][0xc2][0x89]x8[0x93][0xa4][0xfc][0x93]&Rd[0x87]t[0xbd][0xbc]D[0x8b][0x9c][0x9b][0xd1]2[0x9a][0x82]6[0xb4]+x[0x19][0x97]Qps[0xd8][0x9d][0xc4][0x9f]a5[0xd6][0x92][0x1c][0xce][0x8c][0xd2][0x6]3[0xba][0x2]'[0xf4][0x8d]huFu[0xa9][0xe3][0xb]h[0xdd]h&[0x95][0xae]#U[0xeb][0x6][0xb5]:[0x8d][0x8f][0xf6]rV[0xe3][0xf7]d[0x16]/[0xd5]o[0x88]u[0xd1]H[0xde][0xba]x&[0x16][0xa3]e=[0xd8][0xa0][0xa0][0x3][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0xc6]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xd0][0xed][0xc6][0x1f][0x14][0xfc][0x11]W[0x12][0x9]m2"[0x3][0xff]I[0xc1].[0xec]Tp57[0xc6]_[0xdc]xE[0xc1]_[0xf9][0xe1]o[0xf8][0xbb][0x82][0xb7][0xe3]2[0x5]Wp[0xf3][0x1e]\[0xa9]`[0xc][0xdb][0x15][0xb4][0xe0]L[0x5][0x1f][0xc7]n[0x5][0xff][0xc0]?[0xdd][0xf8][0x97][0x82][0xe3]U[0x5]7[0xf2][0xbb][0xff][0xf0][0xf4]kx]![0x82][0xd3]gX[0xdd]t[0xfc]Vp[0x15]o[0xfb],nRp[0x6][0xde][0xe2][0x16]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x15][0xe][0xb7]p*[0xc2][0xc5]Z[0xdc],[0x8a][0xe9][0x82][0xe2][0xdf][0xb2]5[0xb5][0xb5][0xf7][0xc2]@[0xfd]V[0xbf]9[0xb5][0xf5][0x8a]p[0xb][0xf]1[0xaa]'Q[0xc7]'-[0xc5][0x1f]c[0xd4][0xd7][0x8d]j[0xe1][0x11]5[0x1e]M[0x8d]*h[0xc5][0x99][0x94][0x99][0xed][0x8a][0x1a]}[0x12][0x14][0xe8]E[0xc][0xa6][0xd3][0xa3][0x9f][0x9b][0xd9][0x85][0xbc]'[0xbe][0xe8][0x17]$[0x81][0xd3][0xa6][0xf9]P[0xc9][0xe6]p[0xbb][0xb3][0xb3][0xc4]_?[0x93][0x8f][0xab]b[0xca][0x8d][0xc3][0xe9][0x91][0x82][0xe2][0x90]=[0x94][0x9b][0xb2]&[0x15]$&:QTZ[0xe9][0xf8][0xf9][0xed]S[0x1a]o[0xf4]D[0x8d][0xd2]d[0xc9])[0x85]%[0xcb]7u[0x96]|C[0xa5][0xab]G[0xdb][0x91][0xe6]o$[0xd9][0xe5]Ww[0xb3]69[0xc3]*[0x17][0xcb][0x13][0xed][0xaa][0x9a][0xdd][0xfa][0xd9][0x5][0x9c][0xa4]0[0x14][0xab])f[0xa6][0xc0]R[0xff][0xd1][0xfd]*w[0x18][0xc5][0xde][0x93]M[0x82]z[0x82][0x97][0xc3][0xae][0x84][0x1a][0x91][0xb9]hj[0xe6][0xd4]_q[0xa9][0xa7][0x90][0xea][0xf1]>[0xdd][0xc6][0xcf][0x9b][0x8f][0xb2][0xcf].[0x91]W[0x1f][0xe5]/[0x9][0x2]'[0xe7][0xd5][0xa3][0x11]5[0xd9]K[0x85]_[0x8b][0x87][0xb5]Nv[0xb4]n[0xbd]\w[0x16]=S[0xee][0x91][0xf3][0x94]~dO[0x19][0x88][0xfa]391[0x99][0xeb]6b[0x1]%[0x9b]sq[0x1e][0xcd][0xf4][0xd2][0xcc][0x19]p[0xd1],Pz[0x18][0xa2]_[0x4][0x82][0x93]([0xda]/[0x17][0xf6]Q[L[0x8b][0x80][0x6][0x9c]Om[0x95][0xbe][0xc][0x9b][0xa4][0x10][0x1e]]@[0xf0]B[0x82][0xbd][0xd5][0x0];[0x9b]v8[0xa8]W[0xc][0xb0][0xd0]$[0x1c][0x85]hk$Z[0x9d][0xbe][0xce]DS[0xd0]OJ[0xb]9b[0xdc]"[0xc2][0xdd][0x8c]-[0x6]n7)[0xc9][0xeb]gI[0xdc]`[0xe0] [0x9c]![0x1b]E;-[0xd0][0xb3][0xb0][0xd5][0x80][0x9e]%[0x85][0x8]9[0xca]A_H=C[0xf][0x1a][0xd0]>[0x86][0xe][0x4][0x3][0x13]pY[0xd0][0x1d][0x16][0xf4]M[0x16]t[0x1f]."[0x9f]B[0x8e][0xb2][0xe8]>[0x3]}@[0x1a]![0x8c]U[0x1b][0xa9][0xd7]=1[0xc5]v3TC[0xee][0x16][0xc3][0xef][0x95]yr[0x1d][0xf7][0xa2][0xd8]Ft[0xd8][0x12][0x81]JSt[0xa5]!:'[0xb0]2O[0xe0][0xa0][0x14][0x18]6|x[0xae][0x11][0x9b][0xb9][0x16][0x1f][0xea][0xe2][0xa6][0x84](n[0xb1]t[0xae][0xe9][0xc7][0xb9][0xa6][0xa5]se[0xb0][0x8a][0xe0][0xe5][0xc2]o[0xc0][0xaf]7[0xec][0xf1][0xf9][0xdc][0xae]{[0xe1][0xe9]w[0x4]z[0xfb][0x9d][0xc1][0xde][0x83]()DOZ[0x8c][0xf1][0x99][0x4][0xf0]I9t[0xd5]'E[0x87][0xc][0x1f]q[0xd8]y[0xc7][0x1c][0xe9]#v[0x11][0xfd]zm[0xfc]s[0x99][0x84][0xd4]}0[0x7][0xc3][0xd2]?[0x3]y39[0xaf][0x8c]P=[0xa5][0x9b][0x8b]!b[0x98]D8[0xa9]/![0xb2][0x86][0x1a][0xc8][0x17][0x7]Lh[0xaf][0xd4][0xf0]::[0x97][0xd7]K[0xf8][0x80][0xbe][0x10][0x97][0xc8][0xd3][0xc7][0xa3][0x8b][0xe4][0xb9][0xe2]Q[0x8c]t/[0x92]#[0xe6][0x80][0xc3]"[0xbc]D[0x86]${[0xfa]F[0xa5][0xf0][0xb8]![0xfc][0x9]Z[0xc9]4[0xed][0x8]L[0xa2]4p[0x18]J[0xff]$[0xca][0xc6]Q[0x1e]z[0x8][0xde][0xd0][0x4]f[0xed]A[0xd9]a[0xcc][0xee][0xf7][0xcd][0x99][0x84][0xef][0xbe][0x86][0x87][0x8d][0xa7][0xb9][0xfc][0x14][0x8][0x8e][0xa3]"[0x10][0x1a]Ge[0xa0]a[0x1c]U[0x81][0x1a][0xe7]8[0xaa]s[0xba]/[0xa7][0xe3][0x9][0xec]![0x8d][0xaf]![0xd6][0x9a]r[0xc8][\r]XBe[0xde][0x8f][0x9b][0xb0][0x12][0xb7][0xa2][0x9][0x9f][0xa3][0xfc]r[0x1b]e[0x94][0xdb])s[0xec][0x95][0xf6][0xad][0xd2]u1[0xed][0xeb][0x90][0x8e][0x14]r[0x94][0xb5][0xaf]CF[0xde]!Gl[0xa9][0xd3]bi[0x87]ts[0xd6][0xd2][0x4][0x8d][0xe8][0xba]b[0xb0][0xa3][0x91]z^[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8d][0xca]BB[0xdc]a[0x89][0x9e][0xcb][0x10]/[0x88]&)cs[0x1b][0xad]f[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m.[0xf][0x1e][0xc2][0xbc]"\p[0xc0][0xc4][0xd0][0xc3]4A[0x6]OZ[0x88][0xa5][0x98]f(H[0xd3][0x88][0xc5]gp[0xa9][0xe1][0xf8][0xd5]d[0x82][0xcc]5[0x87]Q[0xd3][0xcf][0xa8][0x93][0x98]_[0xa8][0xd5][0x11][0x8b]VY4[0xdd][0xb4][0xb7][0xd1][0xdc][0xe][0xec]4[0xb4]k2L+#n[0xd6][0xee][0x81][0xdb][0xb9][0x97][0x8e][0xf1][0xbe][0x2][0xb0][0x7]-`e[0xa6][0x89][0xbb]L[0x90]U[0x6][0x88][0x97][0x95]9[0x84][0x5][0x2][0x85][0x8][0x8f]Z[0x10][0xbc]&[0x2][0xdd][0xf][\r][0x84]kh5[0xf3]s[0x15][0xab][0xb1][0x1b].[0xe7]>G[0xb3][0xe][0xb6]P[0xa0];t[0x8][0xc7][0x9][0xec]F5[\r][0x8e][0x17][0xb8][0x1f][0xa2][0xa7][0xb6]a[0x2]u[0x17]7[0xef]}[0xfd][0xc5][0xda][0x9c][0xac][0xf9]$[\r]x[0x1c]n[0xe2]f[0x9][0x9e]$[0xa7]>E[0x9c]y[0x9a]8[0xf3][0xac]y[0x6][0xfc][0xf4][0xf6][0x1d]$[0xdf]A[0xe9]f![0xde][0x89]wI[0x87][0xaf]2t*E=[0xde][0x8d][0xcb][0xa5]=W[0x98][0xda][0xad]4[0xec][0xf3][0x90]JU[0x13]XTh[0xdd]s[0x16][0xeb]<[0xa6]ut[0xe7]5[0xf6]Gh5[0xb3]n~[0xf0][0x1][0x88]=p9[0xf6][0x5][0xc9][0x86]nF[0xb]I[0xc4][0xc5]9D[0x9f][0xf4][0xc3][0xf3][0xa4][0xe5][0xb]d[0xc3]K([0xa7][0xcf][0x92]\>[0x9b]o[0x12]c>[0xde][0x8b][0xf7][0x11]~9[0xc9]}?[0xcd][0x15][0xd1][0xf8]*[0x1b][0xc6]N[0xe0][0x84]Bn[0xbc]l[0xcb][0xd8][0xab][0xcd]p[0xae][0x94]`l[0xee][0x9d]X2[0x81][0xa5][0x85][0xe6][0xbe]bk[0xee][0x7][0xf0]Ac[0xff]:#[0xf1]U[0xc8][0xc4]w7[0x9d]t:6[0xf4][mS[0xf4]^[0xb5]`U[0x98]X[0x1f][0xc2][0x87][\r][0xae][0x8f]S[0xcf]Am[0xe2][0xfd][0xdd][0xa1]#[0xeb][0x1c][0xab][0x9d][0x95][0xce][0x85][0xb7]`Y[0xa8][0xd2][0xb9]r[0x8d][0xab][0xc6]u[0x8]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xc9][0x87][0xbb]Q[0x16][0xac]qM`[0xd9][0xfd]([0xde][0xa5]S[0xec]}[0xfd][0x19][0x91]K[0xb5]U[0x9c][0x1f][0x84][0x13][0xd5][0xf4]e[0xb0]T[0x14][0xa3][0x91][0xc6][0xa7][0x88][0x12])~[0x1d][0x89][0xa8][0xc6]<|[0x4][0x1f][0xa5]U.[0x9c]D|[0xe4]Z[0xe8][0xa1][0xcb][0xc3][0xc7][0x88][\r][0xe][0xe2]E[0x80][0xb8]r[0xb9][0x8c]M[0x93][0x19][0x83]&[0xfa][0x90][0xd9][0x90]W[0xc2]x[0xe6][0x13]f[0x16][0xf9]$[0x8d][0xae][0xc5][0xa7][0xc]S[0xac],[0xaa]>[0x8][0x81]+[0xc4]l[0x1b][0xb7][0xea]8[0xd7][0xd1][0xdc][0xf5][0xc4][0x1d][0xe7]Z[0xd2][0x82][0xb9][0xd0][0xc8][0xae]}H[0xc2]U[0xec][0xa7]8[0xd7]w[0x5][0x1f][0x86]K[0xec][0xf][0x4][0x1d][0xf4]D?[0xc1][0x83][0x8][0x8d]K[0xef]W[0xec][0xef]&W[0xd0][0xed][0x10]A[0x84][0xc8](][0xec][0x89]D0[0x88]yp[0x8b][0x1a]([0xa2][0x16]s[0xc4][0x2]T[0x8a][0x85][0xe4][0xa2]:,[0x13][0x8b][0x10][0x12][0x8b][0xd1] N0[0xe9][0xc7][0xfb][0xf6]P:.[0x92][0x4][0xd3][0x15][0x9c][0x83][0xe3][0x8c][0xc2][0xaa][0xab]z[0x3][0x8d]n4i[0xd8]nd[0xaa]Z][0xd5]2[0xee][0xa8][0xe][0xee][0xa5]d[0xc8][0xcc]\>[0x89][0xc6]B/[0x84],^[0xa8]5[0x9][0xf1][0x19][0x13]r[0x85][0x1][0xe9][0xe]8[0x85][0xcd][0xf6]U[0x96][0xed]nc{[0x11]![0x1a][0xdb]G[0x8c]D[0xb3][0xe0]N[0x9c][0xc4][0x1a]L`E[0xf][0xa5][0x92][0x95][0xbb]Q[0xda]P;[0x81][0x93])[0xfd][0x85]r[0x98]2;[0x8b][0xd3]P*[0xd6]X[0x8a][0xe8][0x2][0x93][0x0][0xb]p[0xb3]L[0x16]<[0xba]E[0x16][0x99]R[0xf2][0xc8][0xad]T[0x9e][0x1c][0x14][0xc2][0xdb][0xa8]<[0xe9]R[0xcf][0x81][0xfe][0xbf][0x8b]A[0xdf][0xaa][0x83]8[0xe5].[0x9c]$o1[0xbe][0xd5][0xc6][0x85][0xe9].,[0xd1]'[0x9a][0xcc][0x89]S[0xf]H[0xbb]Y[0x89]r[0x19][0xed]E[0x4]x[0x5][0xdd][0x9e][0xaf][0xa6][0xd9][0xbd]R[0xc1][0xcf][0xff][0x17]PK[0x7][0x8][0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runner/FilterFactories.class[0xad]V]W[0x13]W[0x14][0xdd][0x97]$L[0x18][0x86][0xf][0x13][0x15][0x14][0xb1][0xd4][0xa2][0x6][0x82][0xa6]*[0xad][0xda] m[0x8d]biC[0xb0][0xc4][0xd2][0xa2]mu[0x18][0x87]84L[0xc2]d[0x82][0xfa][0xda][0xb5][0xfa]#[0xfa][0xd2]W_[0xe9]K[0xb0]u[0xd9][0xf6][0xb9]?[0xaa][0xab][0xfb]N[0x2]L[0xc8][0x10][0xb3]Z[0xb3]V[0xe6][0xde][0xb9][0xf7][0x9c][0xbd][0xf7]9[0xe7][0xce][0x99][0xf9][0xfb][0x9f][0xdf][0xff][0x0]p[0x9][0xcf]T[0xc][0xe1][0xa6][0x8a][0xc]n[0xa9][0xb8][0x8d][0xb9]([0xee][0xa8]P[0xf0][0x99][0xbc][0xcc]+[0xf8]<[0x8a]/[0x14]dU[0xf4]`A[0xc5][0x9][0xe4][0xe4]e[0xb1][0x17][0x83][0xb8]+g_[0xaa]XB^[0xc1]=[0x15][0xc7][0xf0][0x95][0x82]e[0x5]_[0xab][0x88][0xe3][0xbe][0x82][0x7]r[0xe9][[0x5][0xdf][0xa9][0xf8][0x1e][0xf][0x15]<[0x12][0xe8][0x9e][0xb1]l[0xcb][0x9d][0x15][0x8]%&[0x96][0x5][0xc2][0x99][0xd2]cS` k[0xd9]f[0xae][0xba][0xb1]j:[0xf7][0xf4][0xd5]"Wb[0xd9][0x92][0xa1][0x17][0x97]u[0xc7][0x92][0xf7][0x8d][0xc5][0xb0][0xfb][0xc4][0xaa][0x8][0x9c][0xc9][0x96][0x9c]Bj[0xbd]J[0xa0][0x94]S[0xb5]m[0xd3]I[0xcd]YE[0xd7]t[0xe6]t[0xc3]-9[0x96]YI[0xb][0x9c]4[0x1c]Sw[0xcd][0xc6][0x86]S[0xda][0xa8][0xcf][0xf2]e[0xd3][0x10][0xb8][0x97]h[0x85]X27[0xab]f[0xc5]Mg[0xd7][0xf5]-=U[0xd4][0xed]B*[0xef]:[0x96]]HO[0xb4][0x1a]o[0xe8][0xb6]U[0xae][0x16]u[0xd7]*[0xd9][\r]rrF[0xdc]jY[0xea][0x8c]?h[0x5][0x11]P[0x9c]:[0x3][0xb5][0x1d][0xce].[0xa0][0xae][0xf9][0x84][0xc6][0x82][0x80][0xe2]n[0xa9][0x9c]5[0xb7][0xcc][0xe2]-[0xb3]b8VY[0x8a][0x10]8[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0xdb][0x97][0xc0][0xb7][0x9f][0x19][0xa6]w[0xc3][0x1c]j[0xfe][0xf4][0x8][0xd7][0x13]m[0xf6][0xb4]y[0x89][0xe5]U[0xc2][0xf4]B`/[0x1a]8P"[\r][0x15][0xb8]M[0xb9]Y\]7[\r]WAU[0xc3][0x16][0x9e][0xb2][0x9][0xbc][0xe9]} 0|X[0xc7][0xe5]CT0[0xdd]%oM`$[0x11]P[0xec][0xfa]&[0xab][0xc3][0x89][0xc0][0x16]"[0xe3][0x95]U[0xcb][0xf0]u[0xe8]:U[0x19][0x9e]L[0xdb][0x83][0xb6][0x98][0x8e][0xb9]V[0xe4][0xc9]K[0xf9][0x9c][0xc8]0[0xda][0xd6]@[0xa0][0xd7]6[0x9f][0xce][0xf3]^gA[0x5][0xce]7q[0xd4][0x8f]r[0x13]Ic[0x9]c[0xfc][0xb8][0x1a][0x82][0xfc]u[0xf3][0xcf][0xee][0xc1]Vp[0x8a][0xb3][0x14]G[0xf6][0x5]D&w ~[0xe5][0xa4][0xb][0xa3][0x9e][0x91]\Tq[0x9a]W[0xad]n[0x80]w[0x8][0x2]~[0xb7][0xbd][0x8b]3[0xb4][0x92][0xce][0xbf][0xd0].[0xcc]qf[0xb2][0x86][0xae][0x1a]B[0xb][0xc9]X[0xb8][0x86][0xc8][0xcf][0xe8][0xe7]$RCw[0xee][0x5][0x8e]D^CY[0x9]%[0xf3]+[0xe1]X4[0x9f][0xbb][0x10][0xba][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=+S[0x17][0xc2][0x97]w[0xa0][0xbe]D[0xef][0xf6][0x1e][0xe7]qr[0x80]"[0xa3][0x94]w[0x84][0x2]Oqu[0x92][0x9c]R[0xc3]4[0xf7]N [0x84][0xf7]0[0xce]+[0x19]q[0x16][0xe7][0xbc]pfp[0x1e][0x9]*[0x8c][0xd2]f[0x82][0xf6]][0xfc][0xc7][0x1a]vI[0xee][0x87][0xb9][0x17][0xa7]j[0xf6][0xb2][0x86][0xea]E[0x8e][0x12][0xa3]o[0xf2]%[0xb4][0x85][0xa9][0xe4]o[0xe8][0xeb][0xc2][0xbe][0xc][0x95]#[0xe8][0x1a][0xa1][0x83][0xa4][0x1e][0xab][0x1b][0xe3]"i[0xe0][0xcd]Rx[0x9f][0xa0][0x11]R^[0xc2]eZ7[0xd3]\[0xa1][0xbd][0xa4][0xd1]}4[0xfd]~[0x9a][0x90][0x8f][0xe6]:a[0xd2]M4[0xd3][0xf8][0xe0][0x10][0x9a][0xf][0xf7]j![0xad][0xae]z"w[0x89][0xaf]y[0xf2][0xaf][0xd3][0x96][0xed][0xba][0x11][0xe7]OD[0x94][0x98][0xa3][0x14]0[0x10][0xc7]`[0x8d]_[0x11]/[0xd0][0xb7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0x95][0xa9][0x1d][0x1c][0xfd]3Ia[0xdb][0x1e]`/[0xfa][0x99][0xb4][0x90][0xaf][0xc]7[0xb9]v[0x9b][0xab][0x19][0xc][0xe0][0x16][0x86]qgO[0xe4][0x0][0xa3][0x9c][0xc1][\r]O[0xfe]h#+[0xbd][0xf4][0x96][0xc2][0xc5][0x9e][0xc8][0xfa][0xca]U[0xce][0xf6]EJq[0xb3][0x8d][0xec]T8z[0x8][0x93][0xa1][0xd7]8V[0xc3]q[0xe]C5[0xc][0xff][0x85][0xc1][0xed][0xac]T[0x98][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=q1[0xba][0xee][0x8a][0xeb][0xf7]"Z[0xe0]J[0xe]GY[0xc9][0xd3][0x9e][0xe0].[0xce][0xeb][0xa2][0x84]'[0xaa][0x9e][0xc3][0xfd]|[0x8d][0x1e][0x92][0xaf][0x8f][0xf9][0xff][0xc4][0x9b]}[0x8a][0x15][0xaf]&ro[0x10][0xdf][0xa0][0xe7]_PK[0x7][0x8][0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.class[0x9d]QMK[0xc3]@[0x10]}[0x1b][0xdb][0xc6][0xc6]h[0xb5]_[0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe0][0xa1][0x1f]`[0xf0]&V9Y[0x8c],[0x8b][0x1c]y[0x9d][0xa2]S[0xc2]5:[0x8d]V[0xfb][0x1][0xac][0xfd][0x8][0xed][0x9e]"[\r][0xcb][0x9][0x96]f*[0xc8][0xa3]J[0x1b][0xe4][0xd3]J[0xb2][0xd5][0x94][0xc9][0xc0][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xa3]a=[0xed][0xd9][0x80][0x99][0xa2][0x8c]8[0xcb]XA[0xfe][\r]PK[0x7][0x8][0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runner/FilterFactory.class}[0x90][0xcd]J[0x3]1[0x14][0x85][0xcf][0xed][0xdf][0xb4]c-[0xe2][0xce][0x8d]+[0x17][0xba]i[0xe8]N[0xe8][0xb2]X([0x94]*[0xf8][0x4][0xd7][0x18][0xca][0xc][0xd3]d[0xc8]d[0xc4][0xbe][0x9a][0x8b]>@[0x1f][0xaa][0xf4]f*[0x82][0x88][0xcd][0xe6][0xe6][0xe4][0x9c]s?[0xc8][0xfe][0xf0][0xb5][0x3]0[0xc1]([0xc1]E[0x82]a[0x82]K[0xc2][0xcd]<+[0x82][0xf1]+[0x17]f[0xde]p0[0xef]O[0x9f][0xda][0x94]!s[0x96]0\Xk[0xfc][0xac][0xe0][0xaa]2[0x95]H[0xdd]$N[0x5][0xc2][0xea]~[0xe9][0xfc]Z[0xe5][0xb5][0xcd][0x82][0xf2]u[0x8c][0xaa][0x93]7g[0x1d][0x9c][0xdf][0xbe][0xb0][0xe7]M5}[0xf8][0x1b][0xdb][0xb0][0xcd][0xca][0xba][0xe0][0x88][0xf9][0xee]L[0x9][0xe9][0xf]Z`[0xe9][0xab][0xab][0xbd][0x8e]0C[0xb8][0xfe][0xb5]w[0x9c][0xf3][0x7][0x13]n[0xcf][0xd3][0x9]W1[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]k[0xf5][0xfc][0x96][0x1b][0x1d][0x8][0x8f][0xe7];w[0xff]~F[0x8f]@h![0x1e][0xea][0x10]zHD[0xf7]Eud[0xb6][0xc5][0x19][0xc8][0xbd][0x85][0x14]][0x99]i[0xf3]F[0xe2][\r][0x8e]PK[0x7][0x8]y[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/FilterFactoryParams.class[0x8d][0x92]_k[0x13]A[0x14][0xc5][0xcf]$[0x9b]l[0x9b][0xae][0xb6]M[0xff][0xd8]TM[0xf3] [0x92][0xa4][0xc5]E|T[0x4]Q[0xfb][0x14]j[0xa1]%[0xe0][0xe3]d[0x1d][0xd6][0x9][0xdb][0xdd]v2[[0xf4][Yh)([0xe8][0x9b][0x82][0x1f]J<[0xb3])V[0xec][0xd2][0xfa]r[0xe7][0xce][0xdc]{[0xe7][0xcc]0?}[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]1:[\r][0xf8]h[0xf9]Xo[0xa0][0x82][0xd6],[0xea][0xb8][0xeb][0xc2]=[0x1f][0xf7]}[0xb4][0x5][0x96]lv8P[0xc7]*y[0xa5]&[0x91][0xd1][0x87]Vg[0xa9]@{[0x90][0x99]8[0x1c][0xe7][0xa9][0xb6][0xa1][0xc9][0xd3]T[0x99][0xf0][0xaf][0xfa]S[0x1]O[0x9a]x"[0xd0][0x1c][0x8c][0xe5][0xb1][0xc][0x13][0x99][0xc6][0xe1][0x9e]5:[0x8d]Y[0xab]?[0xd3][0x9c]{.[0xf0][0xa4]{=[0xe6][0xea]poH[0xf4][0xcb][0xec][0x9d][0x12][0x98][0x1f][0xe8]T[0xed][0xe4][0x7]#e[0xf6][0xe5](QN,[0x8b]d2[0x94]F[0xbb][0xfd][0xc5][0xa1]g[0xdf]k[0x1a]yxUi['V[0x99]m[0x19][0xd9][0xcc]|[0xdc][0x95]F[0x1e]Lh[0xce][0x8f][0x95]}Qx_[0xee][0xf6][0xca][0xdc][0xaf][0xb2]a[0xbf][0xec]M:[0xec][0xbf][0xe1]U[0x1a]{Yn"Ee:[+1[0xf0][0xc8][0x9][0x6][0x8][0xb0][0xc1]7[0xbe][0x14][0xdf][0xc9][0x93]d7[0xd3])[0xdb]_[0x88]T[0x81][0xb]0[0x83][0xd9][0x0][\r][0xcc][0x9]<[0xf8][0x9f][0xcb][0x9],\[0x12][0xdf][0x8c][0xc6]*[0xb2][0x2][0xd5]no[0xc8]_P[0xe7]'[0x0]?@[0xd3]A[0x99]5[0x1d][0x97]k[0x15][0x82]fn1[0xde][0xe6][0xee][0x88][0x1d]U[0xae][0x1b][0xfd]s[0x88][0xad][0xef][0xf0]7`[0xee][0xb]*o[0xcf]Q[0xfd][0xd6][0xdf]<[0x83][0xd7][0xdf]:C[0xed][0xa4]@[0xcd]3[0xae][0x13][0xc][0xa2]=b[0x3][0x82][0x97][0x19][[0xc4][0xb5][0x89][`[0xa5]3[0xc5]a[0x91][0x82](2'/[0x8a][0xcc][0x19][0xa8]0_[0xe2][0xd4]T>[0xe4][0xea]j[0xb5][0xfe])j[0x9f][0xfe][0x88][0xd4][0x8b][0xc3][0xc5][0x2][0x18]L[0x1b].[0x80][0x2]+X-[0x19][0xf6][0xfe][0x1d]^)[0x1d][0xbe]St[0xad][0xfd][0x6]PK[0x7][0x8][0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.class[0xad]R]K[0x2]A[0x14]=[0xd7][0xd4]E[0xd3]2M+{)[0xe8][0xa1]/Zz6|[0xd9][0xc][0x94]%"[0xd3][0xf7]Q[0x87]me[0x9d][0x8d][0x99][0xdd][0xe8]w[0xd4]/[0xe9])[0xe8][0xa1][0x1f][0xd0][0x8f][0x8a][0xee][0xae]AP[0x11][0x4][0xcd][0xc3][0xfd]8s[0xcf][0xbd]g[0xb8][0xf3][0xfa][0xf6][0xfc][0x2][0xe0][0x18][0x9b]E,[0xa0]aa[0xdd][0xc2][0x6][0xa1]b[0xa4][0xf6]E0[0x94][0xda][0xf8][0xa1][0x1a]tO[0x9][0xd4]#[0x94][0x9d]P[0x99]H[0xa8]h([0x82]X[0xe6]0?D[0xc8][0x9f][0xf8][0xca][0x8f][0xda][0x84][0xfa][0xae];[0x15][0xb7][0xc2][0xe][0x84][0xf2][0xec]~[0xa4]}[0xe5][0xb5][0xf6][0x86][0x84][0xac][0x13]N$a[0xd9][0xf5][0x95]<[0x8f]g#[0xa9][0xaf][0xc4](`[0xa4][0xea][0x86]c[0x1e]$x[0x1c][0xe7][0x1f]`6[0xba][0xf6][\r][0xa1][0xe1][0x84][0xb3][0x99]P[0x93][0x84]t!4k[0xea]h[0x1d]jB[0xa9][0xab][0x94][0xd4]N [0x8c][0x91]\[0xd7]qC[0xed][0xd9][0xd3][0x98]%[0xd8]:N[0xae][0xec][0xde][0x80][0x93][0xaf][0xf4]Ki[0xe2] [0xda][0xf9][0xb9]k[0x8b]`[0xcd][0xa4]1[0xc2]KU}{[0x5][0xa1][0xd8][0xf]c=[0x96]g~"q[0xeb][0x97][0x9]G[0x9][0xb9][0x84][0x2][0x8a][0x16][0x9a][0x4][0xe7][0x1f][0xd4][0x11]j[0x9f][0x8a]:wcy[0x13][0xf1]b[0x8][0x87][0xe9][0x8d]mdx[0xcb][0xbc]14[0x91]E[0x8e]}[0x9e][0xb3][0xc],[0x8e]([0xd1][0xcb]v[0x91][0x91]6c[0x19][0xf6][0xf9][0xfd][0x83]'[0xd0]cZSb[L[0xd1]{f>[0xa0][0xcc]Qc^[0x85]%[0xac][0xa4]?![0x8f]*j[0xdc]#[0x83][0xd5][0x94]SG%e%[0xc8][0x1a][0x96]Qx[0x7]PK[0x7][0x8][0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult.class[0x9d]W[0xf9]c[0x9b]e[0x1d][0xff][0xbc]i[0xd2]7M[0xdf]u[0xb3][0x17]tt[[0x18]]I[0x93]f[0xa1][0xad][0xae][0xa3][0xdd]:[0xd7][0xb2]A[0xa1][0xeb]p[0xf7]V[0xd1][0xbd]M[0xdf][0xb6][0xef]H[0x93][0xf0][0xe6][0xcd][0xb6]N[0xd1]M[0x6][0xc8][0x14][0xbc][0xd1][0xe1]1[0x9d][0xc7][0xbc][0xed][0x4][0xda][0x95][0xc9][0x9c]([0x1e][0xa8][0xa0][0x88][0xc7][0xbc][0x10][0xef]_[0xfc][0x17][0xc4][0xcf][0xf3][0xe6][0xcd][0xd1][0xe4]mp[0xfc][0x90][0xe7]z[0xbf][0xe7][0xe7]{[0xf4][0xe2][0x84][0x8c][0xf7][0xf8][0xe0][0xc2][0x89]*xq[0x9f][0x18]N[0x8a][0xe1]~[0x1f][0x1e][0xc0][0x83]2[0xde][0xeb][0xe3][0xe6][0x84][0x18][0x1e][0x12][0xc3])1[0xbc][0xcf][0x8b][0xf7][0xfb][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0x8b][0xcd]#b[0xf5][0x1]/>[0xe8][0xc5][0x87]d|X[0xc6]G|[0xa8][0x17][0x1c][0xf5][0xf8][0xa8][0x17][0x1f][0x13][0xf3][0xa3]>[0xd4][0xe1][0xe3][0xd5][0xf8][0x4]N[0xb][0xe2][0xc7][0xc4][0xf0]I/>[0xe5][0xc5][0xa7]e|F(?-[0x86]3b[0xf8][0xac][0x8c][0xdd]>|[0xe]ge|^[0xc6][0x17][0xbc][0xf8][0xa2][0x17]_[0xf2][0xa1][0x15][0xe7]|[0xf8]2[0xbe]"[0x84]|U[0xc]gd|M[0xcc][0xa4][0xff][0xba][0xf8][0xf2][\r]a[0xcb]7e|[0xcb][0x87]N[0xcc][0x88][0xcd]y[0xf1][0xf9][0xdb][0xd5]x[0x1c]O[0x88][0xe1]I[0x1f]f1'H/[0xc8]xJ[0xc6]E[0x9][0x8d][0x3][0x89][0xa9])5>6[0xa4][0xc7][0xb5];U#[0xa5][0x19][[0xc]#aHP[0x6][0xe3]q[0xcd][0x18][0x88][0xa9][0xa9][0x94][0x96][0x92]P=[0xae][0xc7]L[0xcd][0xd8][0x99][0xd4][0xa2][0xdc]-[0x1b]:[0xa4][0x1e]V#iS[0x8f]E[0x86][0xf4][0x94][0xd9]+[0xa1]j[0xa7]>[0x11]W[0xcd][0xb4][0xa1]Ih)[0xfa][0xbc]![0xb3][0x8f][0xa9][0xf1][0x89][0xc8]N[0xd3][0xd0][0xe3][0x13][0xbd]}d[0x91][0xa3]Y[0xe9][0xad]e[0x18],[0x13]6[0x4][0xfb],[0x16]%[0x99][0xb7][0x91]|7[0x96][0xe1][0xdb]5i$[0x8e][0xa8][0xa3]1[0xcd]b[0xac][0xdc][0xa0][0xc7]u[0xb3]OBE[0xa0]m[0x8f][0x4][0xf7]@b[0x8c][0x86].[0x15]n[0xf][0xa7][0xa7]F5c[0x97] [0x95]P;[0x94][0x88][0xaa][0xb1]=[0xaa][0xa1][0x8b][0xbd]}[0xe8]6'uj[;[0x94]0&"[0x87][0xd2][0x14][0x14]1[0xd2][0x2][0x9e][0xc8][0xed][0xbb][0xb9])[0x86]p[0x87][0x96]J[0xc7][0x4]&5[0x13][0x9a][0xb9][0xb5][0x10][0xb7][0xda]@[)r[0xad]%[0x87][0x8b][0xe0][0xe5][0xa3][0xb8]\@[0x2]e[0xb9][0x16][0x80][0xe6][0xb1]@[0x93]0[0x10][0x18])[0x15][0xdc]v[0xb5]N[0xb9]Uc[0x82][0xfa][0xeb][0x1c]d[0x11]f[0xc3]"c:X:7[[0xa4][0x8d][0x8e]z[0xf7]d[0xa3][0xb9]=i[0xea][0x89][0xb8][0xe5][0x92][0x13][0x9d][0xa3][0x1e]_>[0x1d]E[0xcc][0x1c](*h[0xa6][0x4]I[0xe7]o[0x90][0xe6]D[0x13][0xc9][0xe9][0xcd][0x86][0xa1]NK[0x8]:[0xa9][0x19][0x1c]tV$[0x1d][0xa2][0xc7][0xe3]FbJ[0x82][0xcb]LHh([0x0][0xdd][0x92]g[0x7][0xb1]qa[0xde]L'[0xb3][0xb9][0xd3][0xe6][0xc4][0xb0]H[0x80][0x97]Zx[0x10]nuJ[0xa3]w[0x84]D[0xa2][0x84][0xd5][0xc5]q[0x1d]N[0x98][[0x13][0xe9][0xf8][0xd8][0x96][0xa3]Q[0xcd][0xc2].[0x13][0x15][0xa3][0x85]SL[0x8b]sr[0xe9][0x1c][0xaa]5Q%;[0xb4]d[0xc2]`@:[0x2][0x8e][0xb5][0xe1][0x10][0xfe][0x1d][0xda]=i[0xcd]r[0xca][0x13]U[0xd3]"q[0x1a][0x1c]Y%,[0x89][0x1a][0x9a]jj6[0x83][0x84][0xee]@[0xa9]4[0xe6]Q2Mg[0xca]k[0x92][0x8d][0xac][0x8c][0xe5][0xe5][0xc8][0xbc]Q[[0x9a][0x84][0xeb][0xca][0xa8]b[0x83]R[0x93][0xc9][0xd8][0xf4][0x82][0xda][[0xe7]`\VrY[0xdb]*3[0xb9]&[0xba]T[0x9][0x15]KDO[0xa6]c[0xaa][0x88]B$[0xa3][0x8e][0x1c][0xf5][0x5]1[0x1f][0xe4][0x91]j&[0xc4]qS[0x86][0x80][0xe1][0x1b][0xb0]p[0xcb][0x7]PBO[0xa9][0xec][0xc][0xf5]V5J[0xee][0xe9][0x96]EyE5[0xec]L[0xa4][0x8d][0xa8]F[0x12][0x6][0xcb]_[0xa6]|[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0x14]l[0xc5][0xad],`[0x87][0xbc]T[0xd0][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xc5]p[0xb]6[0xc9][0xf8][0x8e][0x82][0xa7]qIB[0xfb][0xd5]4[0x9][0x5]{[0xb1]O[0xc1]~[0x1c]P0[0x89]}L[0xc7]pX[0xc1]wqY[0xc1]AP[0xfd][0xf7][0xf0][0xc]+2[0x1c][0xce][0xe0][0xba][0x91]a[0xcd][0xae][0xd9][0xa3][0xae]FQ[0xcb]b[0x97][0xd7]5[0xc5][0xe5][0xd5][0x9f][0xd6]cc[0x9a][0xa1][0xe0][0xfb][0xf8][0x1][0xe3][0xe3]?[0xac][0xc6][0xd2][0x9a]?[0x9e]0[0xfd])f[0x87]>[0xae]kc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xc5][0xf][0x5]6?[0x92][0xf1]c[0x5]?[0x11][0xe6]>[0x87][0x9f]*[0xf8][0x19]~.a[0xa5]e[0x86][0xff][0xee]x[0xe2]HJ[0xf0]MR[0xa8]_[0x1d]M[0xa4]M[0xbf]9[0xa9][0xf9][0x99][0xc1][0xfe][0x84][0x1d][0xca]e[0xc5][0xca][0x15]<[0x8f][0x17][0x14][0xfc][0x2][0xbf][0x94][0xf1][0xa2][0x82]_[0xe1]%F[0xe9][0xb5]j[0x9a]u[0x9f]'[0x19][0x8c][0xc5][0xb4][0x9]5[0xc6]v[0x9a][0x9e][0xd2][0xe2]f[0x1][0x11][0xef][0xef]tl[0xcc][0xf2]d\[0x8f][0x8f][0xf9][0xad]+[0xd5]?[0xc2][0xce]q[0x97][0xf0][0xe5][0xd7]2~[0xa3] [0x8e][0xdf]*[0xf8][0x1d][0xae][0xb0][0xc3][0x14][0xa9]e[0xf3][0x1c])n/[0xbd]"[0x1]~[0xaf][0xe0]([0xd8],C[0xc5][0xf1]HE[0xa6]xu2[0xaf]y[0xa4][0xab]1[0xfd][0x98][0x95][0xfb][0x16][0xee]B[0xe1][0x1f][0x84][0xb6][0x84][0x82]?[0xe2]O2[0xfe][0xac][0xe0]e\Q[0xf0][0x17][0xbc]"[0xe3][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x86][0xbf]+[0xf8][0x7][0xfe])[0xe3]_[0x12][0xd6][0xbf][0xde][0x84]_[0x80][0xf0][0xf6][0xd1]CZ[0x94]m[0xa3]![0x9f][0xcd][0x3][0x9][0xa2][0x15][0xb5][0xef][0x94]e[0xe9]8[0xed]e[0x80]E[0xcb][0x12])N\[0x3][0xc5]w[0xb0][0xc3][0xa5]\[0xc9][0xf2]Wc[0x14][0xd0]P[0xd8]73[0xda]z[0xdb][0xe][0xb0][0xe6]R[0xa6]j[0x98][0xa9][0xbd][0xba]9YD[0x94][0xbd][0xb8]HT[0xc9]6[0xa4][0xc5][0xc7]$[0x84][0x9d][0x8]J[0x8e][0xec],[0x15][0x8d][0xce]Ld[0x8e][0x98][0xac][0x81]R[0xc2][0xde]ET[0xf2]N[0xad]Y[0xe8][0x8a][0xb8][0x8][0xc7]h[0x80][0xcc][0xe4][0xd0][0x8e]n[0x1f][0xe7][0x15][0x11][0x18]l[0x13]7b*=[0x9a][0xb2]U4[0xf0][0xc8]I[0x87];[0xa5][0x1f][0xd3][0xac]'[0x13][0x19]d3a_[0xa0][0xb][0xef][0xe9],&[0xe]g[0xec][0xe6][0xf9] [0xeb]q[0x86]3[0xae][0xc6]"[0xb9]'[0x8c]7[0xfb][0x9e][0x91][0xb0][0xe6]5[0xf0][0xc9]$[0xa6][0xb8][0xbb]K[0xe9][0x9c][0xef]5Bq[0xed]bM]B[0xa0]D[0xf8][0xd5]_[0x8f][0xb2][0x9e][0xda]2[0x95]4[0xa7]-[0x84][0x18][0xed][0xc1]r[0xd7]_i[0x99][0x95][0x95]]W[0x9a][0xa4][0xf4][0xc8][0xab][0xdb][0xb7][0x89]xT[0xb5]9[0xdf]2[0xb5][0xa5][0xa7]4uRM[\r]kG[0xe9][0xb9];nM[0xb][0xb3]*[0x17]/[0xd9][0xa2][0xd4]E[0xd4][0x96]g.}[0xfb][0x9c]/[0xa3][0xad][0x5]O[0xb1]]e.[0xd9][0xff][0xeb][0xed][0xe9]|[0xa1][0xda][0xcf][0xbd]L[0xb1][0xf5];[0xe8]pb+[0x8b][0xef][0xca][0xf2][0xdd][0x7]~[0xfe]{[0xea][0xe5]?[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0x8a];[0x11][0x12][0xde][0xcc][0x9d][0xb][0x9b][0xb9][0xef]/[0xd8][0xf]pK[0xc1]~[0xb][0xaa]9[0xf3][0x82][0xe5][0xc9]m\[0x1d][0xa4][0x4][0x89]skp[0xe]R[0xf0]"\[0xfb][0xe7]P[0xf1]$[0xdc][0xf9][0xa5]'[0xbf][0xac][0xc1]/[0x1a][0x2]4t[0x17][0xcf][0xe]@[0xb7][0xdc][0xbe][0x8d]4[0x1][0x96][0x99][0x8e]C[0x4][0xa0][0x9e][0xf5]*"[0xe3][0xa1][0x84]}[0xb8][0x9b]n[0xbb][0xb8][0xde][0x8d][0x98][0xe5][0xac][0x97][0xd1][0x9c][0xe2]J[0xb8]6[0x92][0x83]g$[0x17]->[0xf1]lw7[0xd8][0x15][0xee][0xad][0x83]7t[0x1][0xc1][0xe2]N[0x11]+(AoN[0x92][0x17]I[0xdc]c[0xf5][0x18][0x3])[[0xd2]C[0xd4]&[0x9a][0xc1]&[0x1][0xc8][0x84]p[0x92][0x8d][0xef]~R<[0x80][0xe]<[0x98]K[0xd1][0x16][0xd2][0x1d][0xc3];[0xe8][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xc9][0x11][0xab][0x8a]|<[0x9d]b5[0xba]HY[0xc9]H[0xbe][0xcb]r[0xa0];[0xe7]@[0xb7][0xe5][0x94]p[0xe0][0xdd][0x16][0xc][0xc7][0xb1][0xd1][0x2][0xc2][0xc5][0x9a][0xf7]2VU[0xb4]b[0x1e][0xf7][0xa2][0xea]PK[0x7][0x8][0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/JUnitCore.class[0xad]W[0xf9]w[0x13]U[0x14][0xfe]^[0x1b]:[0xed]0-[0xb5][0x85]BY[0x8b][0x80][0xa6][0xe9][0x12][0x10]P[0xa4][0x8]bk[0x1][\r][0x5][0xdb]ReQ[0x18][0xd2]I[0x99][0x92]L[0xea][0xcc][0x84][0xc5][0x15]\[0x1]q[0xdf][0xc0][0x1d][0x15]q[0x17][0x14]B[0xa1][0xe7][0xa8]?[0xfb]Gy[0xbc][0xf7][0xcd]$M[0xdb]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xf8][0xcb][[0xef][0xfb][0xbe][0xbb][0xbd][0xfb]f[0xfe][0xf9][0xf7][0xe6][0x9f][0x0]V[0xe1][0xa6][0x8a]([0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x86]T[0x94]!Q[0x85][0x19]8[0xa4][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa9][0xa7][0xc5]a[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]<9[0xac][0xe2]N$U[0xa4]`[0xf1]4[0xcd][0xcd][0x8]7O[0xcf][0x84][\r]G[0x81][0xab][0xa2][0x16][0x89]Jd[0xb8]?[0xa2][0xe2]([0x8e][0xf1][0xe8][0xb8][0x8a]g[0xf0][0xac][0x8a][0xe7][0xf0][0xbc][0x82][0x17]T[0xcc][0xc3][0x8b]|[0xea][0x4][0xaf][0x9c][0xe4][0xd1]K*^[0xc6]+[0xdc][0xbc][0xca][0xd3][0xd7][0x14][0xbc][0xae][0xa2][0x9][0xa7][0x14][0x9c]f[0xca][0x4]7gX[0xb7]7T[0x9c][0xc5][0x9b][0xf2].[0x8f]Np[0xf3][0xae][0x82][0xf7]T[0xb4][0xb1][0xe6][0xef][0xb]TZi[0xd7]L[0x98][0x86]-[0xd0][0x12]K[0xdb]C[0xd1][0xe1][0x8c]e[0xba]Q;cY[0x86][0x1d][0xf5]6[0xe3][0xba]k[0xa6][0xad]ho[0xc6][0xea][0xf1][0x85];[0x4]*6[0x98]$[0xb8]Q[0xa0]<[0xdc]< [0x10][0xea]L[0xf][0x1a][0x2][0xb3]b[0xa6]e[0xf4]dR[0x7][\r][0xbb]_?[0x98][0xa4][0x95][0xba]X:[0xae]'[0x7]t[0xdb][0xe4][0xb9][0xbf][0x18]r[0xf][0x99][0x8e][0xc0][0xc2][0xa9][0x8c][0x8f][0xec][0xa2]Ig[0xda]6[0x88]"[0x94][0xd2]MK[0xa0]![0xbc]76[0xac][0x1f][0xd1][0xa3]I[0xdd][0x1a][0x8a][0xf6][0xb9][0xb6]i[\r]uHN[0xdd][0x1e]"[0x94][0xfa][0x80]m[0xd2][0xcf]6[0x9c]L[0xd2][0x15]h[0x9c]J[0xd2]+[0xb7]HH[0xa5][0x85][0xce][0xa4][0xee]8[0x6][0xe1][0xb4]M[0xe0][0x91][0xcb][0x1d][0xcd]%[0xe]+[0xf1][0xdc][0xc9][0xba][0xa9][0x7]I[0xed][0x89][0x86][0x1f][0x1f][0xc9][0x19]?g[0x8a][0xf4][0x86][0xc8]F:P[0xd5]g[0xe]Y[0xba][0x9b][0xb1]If[0xe5]T]X[0xa8][0x94]:[[0xc3]S7;[0xd3][0xa9][0x91][0x8c]K[0xf1][0xba]=[0xcb]*[0xe3][0xfe]9[0x81][0x5]%@[0x5][0x1e][0xbd]-[0xce][0xe9],Pha[0xbb][0xc]yO![0xae]i[0x11][0x9a][0xa5]'[0xbd][0xdc][0xe8];[0xee][0xb8]F[0xaa]#(%J@W8[0xf2][0x98]@[0xd3]t[0xc0]d[0xf2][0xb0][0x97][0x83][0xa9][0x94]n[\r]r>[0xef][0xd4]m[0xc7][0xe8][0xf5][0xd3][0xa9][0xbd]h[0xce][0x6][0xc9][0xb3]3[0x93]&[0x1][[0xb7]x[0xc3]b[0xbe]0'[0xe7][0x90][0xe1][0xe][0x18][0xb6]C;[0x2][0xb3][0xc3][0xcd]AY^N0[0x2]k[0x3][0xc2][0xd0]k<[0x9d]1[0x1c]w[0x1a][0x87]{B[0x2][0xf3][0x8b][0x3][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7][0xbc][0x9d][0x84][0xad][0xa7][0x8c][0xa3]i[0xfb]p[0xb4]:[0xe8][0x90]+q[0x1b][0x82]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x9]RYv[0xa5][0xe3][0xe8]-[0x4][0xdf]j[0xef][0xb8][0xc0]L}p0[0x96]wz{[0x0]SQ[0xaf]sY[0xa9][0xb1][0x8d]T[0xfa][0x88]1[0x8e]0k[0xd0]H[0xe8][0xc4][0xdf][0x99][0xbf][0x15][0x8b][0xc2][0x1]J[0x16][0xdc][0xb][0xb5]/[0x9d][0xb1][0xe3]F[0xb7][0xc9][0xf7][0xbd]&_[0xd3][0xda]9[0x82][0x1a][0xee][0xc1]j[0x81][0xe6][.[0xb6][0x1a]Vb[0x15][0x85][0xa8]x[0xad]$[0x85][0x2][0xb2][0xba][0xd7][0xd0][0x93]^Rkx[0x14]1[\r][0x1f][0xe0]C[0x5][0x1f]i[0xf8][0x18][0xe7]4[0x1c]D\[0xc3]&l[0xd1][0xb0][0xb][[0x14][0x9c][0xd7][0xf0][0x9]>[0x15][0x98];9[0xc9][0x1e][0xca][0x98][0xc9]A[0xb6][0xd9]3[0xa3][0xe9][0x88][0x97][0x91]M[0x1a]>[0xc3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd0][0xf0]%[0xfa]5|[0x85]~[0x5][0x17]4|[0x8d]o[0x14]|[0xab][0xe1]"[0xbe][0x13]X[0x12][0xa0]U[0xbf]q[0xcc][0xcd][0xb9][0x96]]qI[0xc3]~[0x1c][0xd0][0xf0]=~`U[0x6][0x14][0xfc][0xa8]a3~[0xd2][0xf0]3~[0xe1][0x95]}T[0x99][0x3]p<[0x1f]8[0x9e][0x13]V[0xaf][0x93][0x5][0xc6][0xcb][0x0]F[0xfd][0x95],)[0x92]E[0x1a]~[0xc3]e[\r]Wp@[0xc1][0xef][0x1a][0xfe][0xc0]U[\r][0xd7][0x90]e[0xaa][0xeb][0x1a]FqC[0x83][0x8e][0x3][0x94]aE[0x3],P;[0xee][0xa5][0x1d][0x7][0x87][0x8d]8ez[0xf5]Q[0xdd][0xe9][0xcb][0xc4][0xe3][0x86][0xe3]$2I[0xf9],[0xee][0x99] [0xd8][0xe7]W[0xa0][0x90]q[0xcc]$[0xf9]Px[0x1b]'[0xdb][0xe2][0xd2][0xe5][0x88]p[0xd2][0x19][0x92][0x9e][0x9b][0xbb][0xfe]f:[0xba][0x93][0xc2][0xe2]Rp[0xc][0x9d][0xab]U[0x85]>2bX[0x83][0xfc]|[0x5][0x95][0xc4]"[0xe1][0xa4][0x83][0xb3]'[0xd8][0x96]/4e&aU[0xba]iO[0x9c]^[0xd7][0x0]Z[0xaa][0x1c]#[0xf6][0xb7][s[0x97]M[0xfb]~[0xb0][0x8a][0xd5]q2[0xc6]5zsE[0xf0][0xbe]R[0xaf]Y`U[0xca]U[0xc8]y[0xc5][0xf6][0x4][0xb6][0xfd][0xf][0xcf]r[0x8e][0xa6][0x8a]^[0x84]^[0xbf][0x0].[0x8]*A[0xf9][0x12][0xd8]X[0xac]ds}[0xf3][0xcc][0x1e][0xaf]omAP%[0x1e][0xa6]Z[0xaa][0xaf][0xdd][0xa6][0xed][0xb8][0xe3][0x10][0x1][0x97][0xcd][0xd7][0xb3][0x86]t[0xee]2[0x9c][0xb8]m[0x8e][0xb8]2[0xc1][0x9a][0x82][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x88][0xa0].a[0xda][0x6][0xeb]K }[0xae]n[0xbb][0x6][0xe5][0xe4][0xd2][0x0]G[0x16][0x1e]c[0xd3]n[0xa5][0xd6][0xe7][0xbf]a[0xf9]@}[0x1]S7}[0xd0]:[0x87][0x98]ja[0xe0]{*s[0xab]y[0x0]K[0xe9]s:J[0xbf][0x5][0xa4]'Wf[0x1a][0xd5][0xd0][0x98][0x8a]:[0xb5]kh[0xb6][0x11][0xe5]4[0x2]j#[0xd7]!"c([0xdb]}[0x1d][0xe5][0xd7][0x10][0xba]BkeXK-[0x86][0x83][0xbe][0xf2]Ch[0xc4][0xbd]4[0xd2]U[0xe0][0xcf][0xaa][0xbc][0x92]US[0xfc]Y5[0xc1][0x9f][0xdd][0x92]$[0x17][0xb8]=[0x84][0xc8][0xc9][0xa4]FZ[0xc8]g[0x8b]|[0xd7][0x14][0xb2][0x98][0x92][0xa5][0xc9][0x93][0xca][0xb3][0xa8]2~B[0x8e][0x98][0xaf][0xac][0x80]O[0x95]|e[0xf9][0xf8][0x9]~[0xf6]}[0x87]<@+[0x9e]Qd[0xd1][0xe2],[0x96]L[0xf6][0x8a]S[0xc4][0xa8][0xc7][0xf1][0x84][0xf4][0xe5].[0xec][0xf6][0xa1]6[0x93][0xd7]d*[0xd1][0x15]l[0xe2]@/[\r][0x80]{~B[0xce][0xe5][0xe0][0xaa][0xc9][0xee][0xbd]>[0xdc]>[0x1f][0xee]o[0x92][0xe1]pw[0x8d][0xe1]N[0xca][0xa9]e[0xdb][[0xb3]X[0xde][0x13][0xb9][0x8a]P[[0x16]+[0xb8]'[0x8d][0xef][0xca][0xe2][0xee][0x16][0x1e]g[0x11][0xe6][0x8e]d[0x9a]#[0xb4][0x1f][0xb9][0x84]jJ3[0x1e]5[0x86][0xfe]j[0xbd]LXs[0xa8]v0[0xdb]:[0xba][0xeb][0xeb][0xf2]ZE[0xc8];[0xc0]+t[0x99]^%-^#[0xa9]S[0xe4][0xdb][0xd3][0x8][0xe3][0xc][0xc9][0x9f]%[0x99]7I[0xfa],y[0xf4]-[0xa9]y[0x84][0x8c][0xe4][0x8b][0x9b][0xd3][0xbc][0xb]OR[0xdc][0xe9][0x1][0xa7][0xf4][0xe3][0xb]^&[0xad][0xe2][0xc4][0xe3][0x9a]D[0x1f]Zy[0xe7][0xe4][0xfc][0xec])[0xde]2[0xb9]8[0x9d]#[0x88][0xf3]E|[0xcd]p[0xec][0x1c][0xbd](\[0xeb]d[0xb8][0xb][0x4][0xf7]uI[0xb8]J[0xfe]"[0xf5][0xe1][0x9a][0xa4][0xc][0x95][0x94]1[0xb4][0x91][0xaf][0xdb]9j[0xa2] j[0x17][0xa9][0x1d][0x94][0xc][0xc6]PK[0x7][0x8]J[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/Request$1.class}QMK[0x3]1[0x10]}i[0xb7][0xdd]v]l[0xad]_[0xfd][0x12]<[0xf4][0xd0]Vp)[0xe8]I[0xf1]R[0x14][0x84][0xea][0xa1]J[0xef][0xdb]6[0xb4])[0xdb][0x4][0xf7][0xa3][0xbf]KA[0x11]<[0xf8][0x3][0xfc]Q[0xe2]d]A[0xc4]mB2[0x93][0x97][0x99][0x97][0x97][0x99][0x8f][0xcf][0xb7]w[0x0]=[0x1c][0x14][0x91][0xc5][0x9e][0x5][0x3][0xfb]&[0xaa]&j[0xc][0xd6][0xca][0xf5]Z~$%[0xf7][0x19]j[0x3][0xe5][0xcf][0x9c]E$E[0xe8]|c[0xce]06g[0xc][0xf9]sA[0xf0][0x5]C[0xb3][0x9d][0x1a][0xd5][0x19]1[0x18]}5[0xe5][0xc][0xa5][0x81][0x90][0xfc]6Z[0x8e][0xb9][0xef][0x8e]=B*[0x3]5q[0xbd][0x91][0xeb][0xb]}N@#[0x9c][0x8b][0x80][0x1][0xc][0xf6][0xb5][0xa6][0xe8]{n[0x10]pB[0x9a][0xff]<[0xc2][0x1f]"[0x1e][0x84][0xad][0x1e][0xa9])[0xce]x8LT7[0xda][0x9d]5[0xba][0xad];[0x15][0xf9][0x13]~%[0xf4]sv[0xc2]q[0xbc]pW.[0x89][0xbc][0x94][0x13]O[0x5]B[0xce]nx8WS[0x1b]u4l[0xe4][0x90][0xb7]a[0xa2][0xc9]PO[0x17][0xc1]PM[0xbb][0xa4]b[0xfd]T[0xf4]tM[0xb1]RH[0xaa][0xb3][0xed][0xce][0x8][0x87][0xd4]-[0x83][0x1a][0xc7][0xca]e[0xad][0x89][0xbc][0xc]-[0x13][0x5]*W[0x91][0xbc][0x13]:k[0xc4][0xea][0x1e][0xbd][0x80]u_[0x91]y[0x8a]c,[0xda][0xf3][0x14][0x3]Hl[0xd0]n[0xc7][0xbe]E[0xb6][0xa4][0xd9]P[0xc6]V[0xc2][0xe0][0x90][0xd5]w[0xb9][0xee]3[0xd8][0xe3][0x9f]d[0xf5]+9[0x97]$gQ[0x89][0xa3][0xb6][0xb1]C[0xd6][0xa0][0xb9][0x8b][0xcd][0x98][0x9c]4C[0x8f][0xc2][0x17]PK[0x7][0x8][0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/Request.class[0x9d]WYW[0x14]G[0x14][0xfe]J[0x6]z[0xa6][0x1d][0x2][0x12][0xc0][0x5]5cbt[0x18][0xc0][0x11][0xb7]$[0x82][0x1a]AL0[0x80][0x86]A[0xc][0x9a][0xad][0xa7][0xa7][0x80][0xc6][0x9e]n[0xec][0xc5][0x85][0xec]1[0x9b]Y[0xcc][0xf2][0x9c][0x1f][0x90]G[0xf3]"[0x9c]pN[0xf2][0x9e][0x1f][0x95][0x93][[0xd5][\r][0xb3]5[0x3][0xc8]9tu[0xdf][0xba][0xf5][0xdd][0xaf][0xee][0xbd]uo[0xcd][0xbf][0xff][0xfd][0xf5]7[0x80]~[0xfc][0xa6][0xe2][0x0]n[0xa9]x[0x17][0xef][0xa9][0xd8][0x8f][0xf7][0xc5][0xe3][0x3][0x5][0x1f][0xaa]h[0x84]&[0x1e]y[0x5][0xba][0x8a]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*8f[0xc5][0xf4][0x9c][0x82]y[0x5]F[0x1c][0xb]*[0x9a]q[[0x85][0x89][0xa2][0x90][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l[0x15]mXTpGE;<[0x5][0xbe][0x8a]N[0xdc]Uq[0xf][0xf7][0x85][0xc6][0x3][0x5]K*[0xf6][0xe1]#[0x5][0x1f]+[0xf8][0x84][0xa1]i[0xd0][0xb0][0xc][0xef][0x1e][0xc6]I[0x91]3[0x9c]h[0x8c][0xa6]k[0x11][0x86][0xed][0xe2][0xa2][0xef]qg[0xe0][0xd6][0xf6](*y[0xdf]0[0xb][0xdc]a[0x18],S3,[0x82][0xb2]43[0x1b][0xce][0xba][0xd9][0x8b][0xa6]y[0x89][0xcf]j[0xbe][0xe9]][0xb3]][0xd7][0xc8][0x1b][0xa6][0xe1][0x19][0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]E[0x12][0xb8][0x82],[0xc3][0xde][0x8]kr [0x1d]F[0xf3]}5[0xf3]n[0xb6]H[0xc9]mfGIdh[0xa6][0xb1][0xa4][0x89][0xc0][0x8f]8[0x8e]-[0xd6][0xc4][0xf5]pg[0xc]]u[0xb6]M[0xc9]U[0xbb]s[0x86][0x8e][0x1a]a[0x90]#c[0xdb]r[0xe1][0xa6]Q;[0x96][0xde][0xa6][0xdb][0xfb]k[0x17]ljd'[0x17].[0x99][0xe4][0x8b][0xb6][0xe3]EevyZO[0xcd];[0xf6]=qJ69[0xb9][0xb7][0x83][0xc4]n[0xd4]5[0xdf][0xa5][0xe0]tDB0[0x8c]lv[0x8c][0xb6]h[0xaf])[0x90]0[0x9c][0x8e][0xf0][0x98]&u[0x1][0x12]s[0xdc][0x9b][0xc]1[0xba][0xd2]Q[0xaa]k[0xb9][0xa6][0xce][0x1a]&[0x5]S[0x9c]$[0xe9][0xac][0x1a][0xcd][0xa2]f[0x19][0x8b][0xbe])[0x93]-{Y*oB>@d8[0xb2]50[0x86][0xb3][0x11]f[0xcb]k[]sm[0x5][0xee][0x1a][0xe]/[0x94]-[0xa0][0xd3][0xe0]R[0xf0][0x83]=[0x9d][0x8]c[0xe2]{[0x86])sWs4[0xcf][0xde]d[0xf][0xaa][0xbe][0xae]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k$[0x0][0xc3][0x99][0xc8][0x89][0xc1][0xfa][0x9b][0x11][0xc7]j2[0x9a][0xd3][0xa6]+[0xeb]s[0xce][0xd9][0xbe][0xa3]s[0xf2]*eh2[0x94][0x1f][0x13]v[0x92]8[0x88][0x17][0x14]|[0x9a][0xc4]g[0xf8]<[0x89][0xe3][0xe8]Ob[0x1c]o3[0xa4]#J[0x99][0x13],t[0x83][0xfc][\r]a[0x4][0xc2][0x17][0xe2][0xf1]%E[0xeb][0xd9][0xeb][0x9f]@x[0xa8][0xe0][0xab]$[0xbe][0xc6]7I[0x8c][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xcf]6[0xea][0x1c][0xf5][0xea][0xd2]Y[0xa2][0x14][0xf6][0x8c]"[0x1f][0xb9][0xaf][0xf3]0[0xea]W[0x87][0xfc][0xb9][0x94]a[0xa5]\mv[0xf6][0xa8][0x9b][0xca];[0x9a]a[0x9d]M[0xc9][0xee][0x90][0xd2]m[0xcb][0xf5][0x1c]_'7[0xf7][0xa6][0xa8]O[0x9a][0xbc][0x90][0xd2][0xdc][0x94][0x96][0xb7][0xef][0xf2][0xde][0x94]Km[0xc4]$[0x81]yO{[0xe0][0xa6]D[0xf0]M[0xee]qA[0xf7][[0x5][0xdf]%[0xf1][0x8][0xdf]'q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x19][0xb2]Q.[0xb]y[0x8f][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]5[0xcb][0xe0][0x88][0x9][0x8c][0x1f][0x88][0xf7]F[0x81];[0xdc][0xcf][0x0][0x8a][0xd7][0xa8][0x10][0xe][0x7][0xad]K[0xac][0xf9][0x91][0xa1][0xbb]^t[0x82][0xc3]S[0x16][0x9e][0x9f][0x14]E[0xec][0x9][0x89][0x1a]$[0x8c]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xf5]&[0x1c][0x95]P[0xa9]@[0x9d][0xbe][0xd2][0x92]K[0xb][0xba][0x91]![0xf8]&[0x9][0xdb]C[0xda][0xbd][0xeb][0x6][0x85]V[0x1f][0x8d][0xc7]$[0xa9],iP[0xc1][0xf][\r][0x8f][0x10][0x8e][0xd0]I[0xac][0xa2]q[0x86][0x98]7[0x95]L[0x6][0xcc]O[0x94]1O[0x84][0xe6]z+$%[0xe8][0x13][0xf4]}r[0x1d][0xfa]2bRG[0x95][0xd0][\r][0xcb]P[0xaa][0xb1][0xcf][0x95]a[0xab]5[0xd8]j[0x15][0xf6]#QoC[0xec][0xdf][0x9]'&[0xdc][0xb0][0x8a][0xf8]Ll[0x19][0x89][0xf1]Lo[0xcf]S[0xa8][0x13]}+[0xd8][0xf9]d|[0x15][0xcd]3m[0xcf]-[0xa3][0xe5][0x1f][0x89][0xd4][0x8e][0xe][0xc2][0xc],w[0x92][0xff][0x81]+[0xc4][0xf4]-[0xb4]b[0x8c]f[0xc6]I6![0x99][0x9c][0xa2][0xb9][0x4]i[0x9e][0xc1]+d[0xa7][0x95][0xbe]^[0xc5]k[0xb4][0xae][0x93][0xb8][0x9c][0xc5][0x80][0xc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xc4][0x1b][0xf2][0xed][0x14][0xce][0x13]~[0x89][0xb1][0x90]\[0xa0][0xb7][0x80][0xf1][0xeb][0x92][0xf1][0xc5][0x90][0xf1]%[0x1a][0x85]N|[0x5][0xad][0x14][0xde]][0xd5][0xbe][0xb8]U[0xe6][0x8b][0xb8]D.[0xf7]E\"[0xaf][0xf9]b[0x88]X[0xe]KD[0x81][0x9c]#O[0x8]f[0xcd][0xab]h[0x9b][0xc9][0xf4],[0xe3]y[0xe1][0x83]*[0xf8][0x82][0x84][0xef][0xc][0x14])[0xea]A[0xd6]4S[0x90][0xde][0xa8][0xd8][0x82][0x98]+9[0xfd]M2D=9[0xcc][0xf0][0x93][0xa5]\i[0x17][0xb9][0xd2][0xf1][0xa4]*[0xcb][0xcd][0x8a]\[0x19]%[0xdf]![0xc6][0xc8][0xcf]c[0x10][0x1d][0x8d][0x9a]P[0x8]t>dL[0x99][0xd1])[0x19][0xef][0xae]FzXFW[\r][0xcf][0x8b]x[0xbb][0x8a]k[0xf2][0x98][0xd1]e%[0xc4]:G:B+!N[0xce][0x9e][0xa7][0xd8][[\r][0xf5][0xb8][0xc]*[0xb1][0xe][0x95][0xc0]$[0x9d][0x12][0x1][0x95][0xc3]T[0xe8][0xc8]k%Z[0xfb]$[0xad][0xae]j/[0xfe][0xb1][0x1][0xad][0xeb][0x98][0xae][0xf0][0xa2][0x90][0xdc]XO[0x84]w[0xe8]F[0xbe][0xdd][0x84]+g[0xa9]_[0xc9][0x95][0xf1][0xff][0x1]PK[0x7][0x8][0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Result$1.classuLK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14][0x9c][0xa7][0xd5]h[[0xb0];q[0xe7][0xc2][0xb5][0xa1]g[0x10][0x5][0x17]"[0xe8][0x9]b[0xc][0xb5]%$[0x90][0x8f][0x87]s[0xe1][0x1]<[0x94][0x98][0xd2][0xb5]ox[0xef]1[0xc3][0xcc]|[0xbe][0xaf]7[0x80][0x1a]%[0x3]c[0xc8][0x9][0xf9][0xd5]F'[0xd5][0xa1][0xd5][0x8a]P\[0x94][0x8f]:l;[0xf1][0x14][0x84][0xc5][0xde]Hm}k[0x9a][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]{g([0x8]+[0xeb][0x1a][0xde]E[0xd3][0x6][0xee][0xa2]1[0xca][0xf1]![0xb3][0xa9][0x9] [0x94][0xc7]^[0xdb]i[0xe1][0xbd][0xf2][0x84][0xaa]o[0xe2]Z[0x98][0x86][0x9f]o[0x9d][0x92][0x81][0xb0][0xfc]S[0x80]u[0x8a][0x8f]0[0xcc]8[0x1][0x89]e[0x98][0xa4][0x9f]a[0x9a][0xee][0xf8][0x3][0xfc]Q.[0xcf][0xbd][0xc][0xc]+[0x85][0x94]U[0x1f][0xb8]s?" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0xd9]g[0x9f][0x8f]{[0xf9][0xe7][0xdf][0xbf][0xfe][0x6][0xb0][0x84]C[0x15]gq{[0x9a][0x86][0xf7]T[0xa4][0xb0][0xa6]b[0x1d][0xef][0xab][0xb8][0x83][0xf]T|[0x88][0x82]X~$fE1l[0x88][0xe5][0xa6][0x8a][0x12][0xee][0x8a][0xd9][0xc7]*[0xca][0xd8][0x12][0xb3]O[0x14]T[0x14][0xdc]c[0x88][0xfb][0x7][0x96][0x97][0xc9]3\[0xae]8nS?[0xec][0xd8][0x96][0xaf][0xbb][0x1d][0xdb][0xe6][0xae][0xbe][0xc3][0xbd]N[0xcb]_#[0xd0][0xba]E[0xdb]w[0x18][0xe6][0xb2]cQ[0xb][0xbb][0xc][0xb1][0xa2][0xd3][0xe0][0xc]g+[0x96][0xcd][0xef]w[0xda]u[0xee][0xd6][0x8c]z[0x8b]v[0xce]W[0x1c][0xd3]h[0xed][0x1a][0xae]%[0xd6][0xc1]fL[0xb8]f[0x98][0xaa]X[0x9e][0xcf][0x89][0x89]A+[0xb][0xc6]b[0xcb][0xf0][0xd1];x[0xfb][0xd0][0xf8][0xce][0xa0][0xde][0xa3]\[0xfa][0x94][0xb4]][0xcb][0xb3][0xa8]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x5]d[0x4][0xe9][0xfe][0x94],k[0x7].7[0x1a]Uc[0x9f],W[0x9e][0x13]>Q[0xf5][0xbb]#[0x13][0xda][0xad]i[0x98][0xc5]K[0x1a][0xce][0xe1][0xbc][0x98]}[0xa6]`GC[0x15]5[0x5][0x9f]k[0xd8][0xc5][0x9e][0x82][0x7][0x1a][0xbe][0xc0]C[\r]_[0xa2][0xa6][0xe1]+[0xec]i[0xf8][0x1a][0xdf]h[0xf8][0x16][0x8f][0x14][0x18][0x1a][0xea]054@[0xf9][0xda][0xd7][0xd0][0xc4][0x81][0x6][0xb][0x8f][0x18][0xd2][0xcf][0xeb]P[0x86][0x85][0x89][0xf5]2[0xcc][0x8a]|[0xe8]-[0xc3]n[0xea][0x83][0x96][0xa3][0xf4][0x8c]M+[0xc3][0xf2][0x8b]d[0x83]![0x9a][0x15][0xa5][0xbb]4[0x86][0x98]Rn[0x98]&[0xf7][0xbc][0xcc][0xcd]<[0x15][0xb7]x[0xca][0xad][0xaf]H[0xc5][0x1d][0xdf]j[0xe9][0xa6]c[0x9b][0x1d][0xd7][0xe5][0xb6][0xaf][0x1b][0xbe][0xd3][0xb6]L[0xbd] ?[0x15][0xc7]nR[0xfd]Sal[0xd5]c[0x92][0xd4]f8[0x17][0xe0][0xc5][0x85][0xb9]g[0xb5]Z[0xe2]9 etq[0xe6]'[0xa3]%[0xb8][0xc7]In,[0xbb]%[0xe2][0xe9][0xab]^[0x11][0xaa][0xa3]Mq2m4[0x1a][0x5][0xbb]q[0xb7][0x8f][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0xab][0x2]U[0xfa][0xb1][0x95]m[0x9f]7[0xe5];[0xb4]01[0x98][0xde][0xf][0x92]F[0xa2][0xca][0xb6][0xe9][0xf2]6[0xc1]d[0xd4][0xe5]P[0xd9][0xad][0x17]SVt[0x1e][0x1f]o[0xdb]{[0xae][0xe5][0xf3][0x82][0xeb][0x1a][0xc7][0xa2][0xf2]c[0x95][0x8d][0x2][0x93][0xe]J[0x17]=[0x15][0xd9]JX[0xac][0xed][0xfa]!7[0xc9][0xe7][0xc3]P[0xdf][0xed]|[0x1e]i[0xfa][0x7]J[0xd1]?[0x12]K[0xa5][0xc4][0xad][0xa2][0xd9][0x14]"[0xe2][0x92][0xd1]cr[0x81]V[0xcb][0xb4][0x8a][0xd0]W[0xcd]-[0xfe][0x89]H[0xee][0x9][0xa2][0xbf][0xd3]*[0x82][0x8b]4[0xc6][0x9][0x3]8[0xb8]D[0xa3]&[0xe7]*^[0xc6][0x15][0xc1][0x86]9[0xbc]J([0xc1]PBT2[0xcc][0xe4][0xfe]@[0xe4])bOq[0xa6][0x8b]x[0xc8][0xa2][0xca]S[0x17]Ix[0x92][0xe9]b[0xf][0x1d]0[0x89][0xd9]U[0xbc]F[0x8c]i[0x9a][0xc7][0xe8]{[0x8d]~[0xd7]I_[0x8f][0xbd][0x8e]3[0xb4][0xb][0xcc][0x11]m[0xa1][0xe7]AI[0x7][0x9e][0xba][0x98][0xe2]]L?[0x8]}[0xcd][0x90][0x16][0xe0]{[0xb2]8"[0xf6]c[0xe9]/-[0xf7][0xe6][0x6][0xfe][0xe6][0xf0]:[0xe5][0x81][0xda][0x8c]v2x[0x83],[0x87]=[0xcf][0xf][0xe2][0xda][0xa0][0x95]P[0xaa][0xf5][0xbc][0xa9]]$[0xf6]NF[0xf5][0x3][0x12][0xf8]q(*m[0xe0]E[0x1b][0x11][0xd5][\r]d[0x3][0xee][0xcd] [0xeb][0xc9][0x1e][0xb7][0xb6][0xd8]E[0xf2][0x19][0xf2][0x9f][0x88][0xe4][0xe7]![0xf2][0xe4][0x80]<[0x89][0x5][0xe4]N[0x90]/[0x8e][0x13]>3J[0xf8]/$[0xfc][0xd7][0x89][0x85][0xbf]I[0xc2]{[0xed]rS[0xf2]P[0x3][0x9c][0xec][0x92][0xdf][0x86][0xc8][0xd8][0x80][0x8c][0xf5][0x84]R[0x3][0xce]B[0xf](6[0x8]#*[0x12][0xcf]->y[0x96][0xc7][0x19][0xaa]Y|[0xc0][0x13]G^[0xd6]L[0xcc][0x96][0xf0][0x8e]dxWZ.KI[0xc2][0xf6][0x16]}_[0x91][0xbf]([0xf5][0xfc]:.[0xd3][0xe9][[0xf4]Ej[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+t[0x7]V[0xe7][0xa7][0xff][0x3]PK[0x7][0x8]+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/Result$SerializedForm.class[0xa5]W[0xe9]wSE[0x14][0xff]M[0x92][0xe6]%[0xe9][0xa3][0xd4]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5],[0x8][0xa5]4i%a_Z[0xaa]54[0x98][0x1a](R([0xe2][0x82][0xbe]&/[0xe1][0xd5][0xf4][0xbd][0xfa][0x16][0xa0][0xb8][0x80][0xbb][0xb8][0xe3][0x82][0xb][0x1f][0xdd][0xcf][0x11][0x5][0x8f]M[0x11]<[0x1e][0xfc][0xea][0x1f][0xe5][0xf1][0xce]d[0xa5][0xb4][0xe5][0x81]='w[0xee][0xcc][0xdc][0xe5]w[0xef][0xcc][0xbd][0xf3][0xfa][0xcf][0xbf][0xd7][0xff][0x2][0xb0][0x9][0x97][0x82]h[0xc7][0x13][0x9c][0x1c][0xe3][0xe4]IN[0x9e][0xe2][0xe4][0xe9][0x10][0xd6][0xe0][0x99][0x10][0x8e][0xe3]YN[0x9e][0x93][0xa0][0xf0]q,[0x84] 2!d[0xa1][0xf2]i.[0x84][0x95][0xf1][0x19]>[0xe7][0xe4][0xa2][0x8c]/8[0xc8]/e|[0x85][0xaf][0x19]:[0xdd][0xa5][0x87][0xa3][0xdd]C-M[0xb8]((z[0xbe]|}[0x18]Z*[0xf7][0xa9][0xa2]P[0xea][0x19]k[0xef]\z[0x95][0xe4][0x90]Pj[0xb8]Z[0x83][0xc][0xeb]\[0xd4][0x7][0xc3][0x9a][0x1a][0x14][0xd1][0x81][0xe][0x18]v[0x92]zp[0xb6][0xce][0x90][0xb7][0x8b][0x17][0xe8][0xb2]y"[0xac][0x1d][0xf7][0xe]~[0xdc][0xc9][0x5]:[0xe6]][0xdd][0xed][0x8a][0xd5]][0xf5][0xd7]z[0xe7][0xbd][0xb9]H[0x18][0x93]S[0xc3][0xfa]QS[0xb3][0xd5][0xea][0xed]![0x17]m]u[0xe2][0x9][0xa3]P[0xa0]4Q[0xc4][0xa2][0x1f]-[0x9d]k[0x87][0xbf]F[0xd6][0x94][0x9e]9a[0x1a]:?Rn[0x87][0xce][0xa8]kv[0xf5],PN[0xdb]y[0x4][0x89][0xff][0x97][0xa4][0xb4][0xa1][0xe7][0xc9]d[0xa7];I[0xea][0xc4][0x5][0x1a][0xc4]C-[0xe][0xb3][0xae]B[0xb7]q4[0xde][0xbc]JQ[0xec],G![0xae][0x2]][0x13][0x8d]|[0xa4]g[0xdf][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xfa]%[0x86][0xd6]9T[0x87][0xb8][0x9b][0x15][0xf3]_AB5Y[0xbe][0x84][0x16][0x95]".[0xdb][0xb9][0x97]Vk[0xaf][0xd8][0x1d][0xc0][0x8e][0xce][0x87][0x8d]6[0x1a]O[0xf1][0xeb]P[0x1][0xd0]6o[0x9d]Q[0xb2]h[0xc8]V[0x4];oC:[0xe7]sH_k[0xed][0xf4]cx[0x0]~[0xac][0xc0]Z[0xac]#[0xbe][0x83]>[0x91]_[0x90][0x8e]I[0xc7]>_[0xf0]?PK[0x7][0x8][0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Result.class[0xa5]W[0xfb]W[0x13]G[0x14][0xfe]6[0x9][0x86][0x84][0x5],Z[0x5][0x15][0x1f][0x15]m[0x0]%[0xa0](*[0xd4][0x16][0xa3][0xd1][0xd0]([0x96][0x97]Ek[0xdb]%,q1[0xec][0xd2][0xcd][0xae][0xaf][0xbe][0xdf]o[0xfb][0xb2]/[0xed][0xfb][0xe5]/[0xed]9[0xf5][0xb4][0x80][0xa7][0x9c][0xd3]?[0xa0]TO[0xef][0x9d][0xdd]MbH8[0xd1][0xe6][0x87][0x99];3[0xf7][0xfb][0xee][0x9d];w[0xee]N[0xfe][0xf9][0xf7][0xaf][0xbf][0x1]t[0xe1]f[0x8][0xcd]8[0xcf]M[0x86][0x9b][0x19]ntn[0x8c]0Z0[0x1b][0xc4]3a[0x4][0xb9]7[0xc3][0x8]q[0x9f][\r][0xa3][0x6][0xb3]a4[0xc2][0xe2][0xc6][0xe6][0xe6][0x2][0xaf]]d[0xe9][0x12][0xaf]^f[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3][0x9e][0xe5][0x85][0xe7]x[0xee][0xf9]0q[0xbe][0x10][0xc4][0x8b][0xbc][0xf6][0x12]7/s[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]z5[0x88][0xd7]x[0xf9][0xf5] [0xde][0x8]c[0x13][0xde][0xc][0xe3]-[0xbc][0xcd][0xcd];[0xbc][0xfc]n[0x10][0xef][0x5][0xf1]~[0x10]W%@[0x82][0x9c][0xd0]u[0xd5][0x8c]e[0x94]lV[0xcd]J[0xa8][0x1b]VMM[0xc9]hW[0xd4][0xc9][0xb8]a[0xce]H[0xa8]NjYK%[0x15][0x9]+[0xb3]bmL5[0xb3][0x9a][0xa1][0x8f]&[0xe]K[0x90][0x6]$[0xd4][0xc6][0xc]=k)[0xba]5[0xa6]dl[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]O[0x92][0xb0][0xc6][0xd1]?[0xc9][0xfa][0xcc]a[0xc5]553IF6[0x9c]IN+[0x17][0x94][0xa8]fD[0x7]'[0xa6][0xd5][0x94]5l[0x99][0xaa]2#[0x96]{%T[0xa5][0xc][[0xb7]$[0xb4];Z[0xb6][0xa5]e[0xa2])CO[0xd9][0xa6]I$Q[0xc5]2f[0xb4]T[0xb4]_t[0x9][0xdd]R[0xd3][0xaa]I[0xa8][0x1a]-[0xad][0x1b][0xa6][0x1a]s[0xb0][0xd5]S[0x8a][0x96][0xb1]M[0xde]R[0x19][0x9a][0x98]1{yP?ej[0x96][0xda]o[0x9a][0xca]e[0xde]'[0xd1][0x84][0x86][0x89]G[0xb1][0x8]*a[0xa4]rd_[0xd2]0[0xd3][0xd1]i[[0xd7][0xac][0xa8]isH[0xa3][0xba]aiSZJ[0xb1](X[0xd1][0xb8][0xe3]N[0xef]A2[0x11]$[0x85][0x11]m[0x86][0xc]D*[0xd8]a[0xd2][0xd0][0xd3][0xec][0x17][0x85][0xd8][0xb4][0x1c]X][0xb6][0xe8][0x90]"K[0xad][0xf][0xa9]Y;c[0xb5][0xdc]y[0x9c][0xc4][0xb3][0xa2]O#[0xad][0x83][0x12][0xfc][0x91][0xd6]1[0x9][0x81][0x98]1I[0x8c][0xf5]IMWO[0xd8]3[0x13][0xaa]9[0xa2]Ldh[0xa6]!i[0xa4][0xe8][0xac][0x15][0x82][0xd3][0xd8][0x9d][0xc]X[0xe7]4[0x8a]hS9s[0xc4][0xdf]^[0xb1]/l[0xbe]&[0xad]ZC[0xb6][0xee][0x1e][0x1a][0xb9][0x94] _h[0xce][\r][0x97];[0x1f]v[0xb4][0x9c][0xcd][0x93][0xd2][0x80][0x3][0x8c][0xe7][0x8e][0xb8]![0xd2]Z[0x10]I[0xf7]${[0x97]L[0xde][0xcd]![0xd5][0x91][0x81]DaF[0xd5]^T[0xb2][0xc3]v*[0xa5]f[0xb3]SvF[0xf8]q[0x9a][0xfc][0xb8][0xc8]i[0xe0]d[0xb1][0x84]M[0x91][0xa2][0xc4][0x1e][0xb4][0xad]Y[0xdb]Mo[0xb1]a[0x89][0xd3]9%[0xda][0xed][0x91]K)u[0x96][0x1d][0xca][0x6][0xf1][0x1][0x8d]i~[0xd2][0xb3][0xb0][0xb1][0xd8]BB[0xbf][0xd3][0xc0][0xfa]e[0xd6][0x83][0xf8][0x90][0x10][0x19](d[0xe8]f[0x6]?[0x15]eZ[0xc9][0x92]"[0x95][0xd1]e[0xae][0xe6][0x18]0=N[0xba]W[0x93]j[0xc1][0xe8][0xc8][0xb2]5[0xb4][0xf2]OiOy[0x7][0xca][0x92]t[0x9][0xdf][0x9a]J=Dn[0xd0][0x7]:c[0x18][0xe7][0xed]Y[0x9][0x1d][0x91]dQ[0xe2]x[0xd1]/[0x5][0xe4]'[0x2][0x13][0xdd]'[0xd6][0xc6]H[0xeb]r[0x8f],l[0xa1][0x97]`[0xb]=[0xff][0xb6][0xa1][0x1a][0xeb][0xd0][0x8e][0x1d]$[0xef][0xa4]g[0x9b][0xf][0x1d]4[0xa6]+Ar[0x3][0xd7][0x1d][0xd1]w[0xbb]=[0x15]#[0xd2][0xeb][0x11]z[0xfb]hL%I[0xcc][0xf7][0x8a][0xde][0xc7]wT[0x8c]%.Q[0xd4]>B[0xa3][0x17][0xe0]'[0x9][0xe8]k[[0xc0][0x8a][0xb6]E[0x4][0xc7][0x17]P=[0x7]^[0x94]H[0xc][0x91][0x18][0x9e][0x83][0x8f][0xc4][0x1a][0x12][0xe5]9[0x4][0xf2]b[0xd5]-[0xc1][0xde]O[0xed]Fz[0x6][0x3][0xdb][0x11][0xc0][0x83][0xa8]G[0x84]|m[0xa5]=[0xb4][0x91][0xc7][0xed][0xe4][0xc5][0xe][0x1c][0xa2]U[0xd9][0xb1][0x87][0x18][0xe][0xb][0x1c][0x95][0x6][0xd7][0x97][0xab][0xa8][0xa2]1pH[0xf8][0xd2]~[0x1b][0xb5][0xec][0x8][0xf5]u[0x9e][0x17]$[0xd7]/`[0xa5][0xe7][0x9][\r][0xef][@[0x83][0xe7][\r][\r]W[0x89][0xe1][0x12][0x8f]:[0xc8][0xa3]([0xb8][0x98][0xac][0xa6][0xd8]m[0xa5][0xc8]q[0xec][0xfa])r[0xec][0xd1][0x1a][0xc7][0xaa][0xeb][0x11]K[0x1c])z[\r] [0x8e][0xa3][0xae]o[0xbb][0xc4][0x18][0xa8]n[0xfb][0x13][0xfe]y[0xac][0xfe]5ga[0x85][0x98]?P[0xb0][0xb7]j[0x97]I[0xe2][0x92]Z[0x2][0xef][0x9b][0xc7][0xfd][0xc5][0xf8][0xfe][0x92][0xf8][0x4][0x6]rx_[0xe][0x1f][0x98][0xc7][0x9a][0xdf][0x8a][0xf0][0xc7]J[0xe2][0x1f]E[0x92][0xb4][0x18][0x1f]u[0xed]W[0xb1][0xfd][0xdf][0x8b][0xc0][0x83][0x5][0xe0]*[0x17][0xec][0xa4][0xd1]q[0x9a];Qr[0x13]R[0x89] [0x8c][0x95]tb[0x10]']|[0x8f][0x8b][0xaf]m[0x9b][0xc7][0xda][0xeb][0x8][0x6]n"[0xe0]/&9[@R[0x9b][0xcb][0x92][0xc7]0[0xe4][0xee]d[0x94]2[0xd6]O}[0xfd]"[0x1a][0xc7])S[0x9a][0x8e][0xef]h[0x9f][0xc7][0xba][0xfc][0x91][0xd7][0x89]e[0x85][0xfe][0x8c]M[0x90][0x9c][0x12]t[0x9b][0x1d]H[0xee][0x88][0xeb]1[0x8c][0x11]2[0x11]"[0xa3]|[0xd8]>[0xa2][0x5]%[0x89]D{[0xf0][0xe1][0x14][0x1e]w[0x8d][0xf5]S[0xcf][0xc9][0x11][0xe2]4\?[0x87][\r]y3a[0xb1][0x90][0xa6][0x8d][0x9e]+[0xc8][0xa2]P[0xce]D[0x88]L[0x8c][0x13][0xe1][0xa8][0xd8][0x99][0xf][0xa7][0x5][0xf5][0x19]<[0xe1][0x6]c[0xaf]{[0xf3][0xe4]E4[0x8f]S@7,`c[0xf1][0xc1][0x9c]/[0x88][0x85][0x9c][0xb][0xe8]Y<[0xe9]rt[0xb][0x97][0xc9][0x97]El[0x1a]o[0x93][0x16][0xb0][0xb9][0x98][0xe1]Z[0x1]C[0xd8]aXY[0x8d][0xa7][0xf0][0xb4][0xcb]P[0x98][0x17]U[0xc5][0xe0][0xa6];[0xf2]Bq[0xc1][0x13]%[0xc1][0x81][0xca][0xc0])L[0x96][0x0][0xfb]+[0x3][0xab][0x98]*[0x1]^[0x92][0xce][0xa5][0xc1][0xe9][0x92][0x96][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0][0xe2][0x88][0xbd][0x82][0xb9]M[0xac]Pj[0xae]B[0xe3]ml[0x99][0xc7][0x3]`[0xeb]-q.y[0x92][0xf5]D[0xa9][0x9][0xe2]i[0xaa][0x82][0xa0]:[0xe8][0xa7][0xaa][0xd8],[0xfc]h[0xa4][0xbe][0x15][0xfc][0xd7][0xbf][0x99]*[0xa3][0xef]?PK[0x7][0x8][0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/RunWith.class[0x85][0x91]QK[0x2]A[0x10][0xc7][0xff]k[0xda][0xa5]YY[0x16][0xd4]C[0x18]=H[0x11][0xb4][0xf4]l[0x4][0x11][0x6][0x82][0x95][0xe8]UDO[0xab][\r][0xe7][0x1e][0xe7]^[0xec][0xed][0x9]~[0xb5][0x1e][0xfa][0x0]}[0xa8]h[0xce][0x87][0xc][0xba][0xe8]a[0x98][0x19][0xfe][0xbf][0xf9][0xef]0[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0xc];[0x1e][0xb6]<[0xd4]=l[0xb][0x94][0xa6]*JI[0xa0]~t[0xdc][\r][0xd5]T[0xc9]H[0x99]@^E*IZ[0x2][0xe5][0x81][0xe][0x8c]r[0xa9]eB[0xfe]&[0xce]O[0xba][0xb1][\r]d[0x98][0x1a][0xed][0xa4]M[0x8d]!+[0xfb][0xf3][0xd4][0xba][0xe0][0xe9][0xca] N[0xed][0x88][0xae]u[0xc4][0xe3]U[0x16][0x1e][0xb5][0x1b][0x9f]f[0x1e][0x2]{[0xdc]:=[0xa1][0x7][0x9d][0xe8]aD[0x97][0xc6][0xc4]N9[0x1d][0x9b]D[0xe0][0xe0][0xc7];[0xea][[0x90]}rd[0xb2][0x8a][0xad][0x9b][0xff] [0xbd]8[0xd2][0xa3][0x19][0x83]^[0xff][0xfe][0xd6][0xef][0xdc][0xb4][0x5][0xf6][0xf3]G|e[0x3]rL[0x1e][0xe6][0xeb][0xed][0x88]&[0xec][0xe9][0xcf]^[0x89][0xa1][0xa2][0xff][0xd4]k[0xff][0xb9]a[0xc7][0x8c][0xc9]jG/L[0xee][0xe6]]&;[0x80]@m1|7[0xc]i[0xe4][0x4][0x1a][0xb9]~[0x8b][0xab]4[0x5][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]K[0xfc][0x83][0xa2][0xc8][0x8b][0xa0][0xc4][0xdd]2w[0x5]x[0x1c]+[0xf3][0xaa][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0x6]S[0xab][0xac][0x16][0x9]U[0xac]a=+[0x9f]![0x8][0x1b][0xa8]a[0x13][0xf8][0x2]PK[0x7][0x8]9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Runner.classuQ[0xc1]N[0xc2]@[0x10]}[0x3][0xc5]B[0xa9][0x80][0xa8] [0x8a]Fo[0xc0][0x81]F[0xaf][0x1a]/[0x18][0x13][0x13][0x82][0x89][0x1a][0xee][0xa5][0xae][0xb8][0x4][0xb7][0xa6]l[0xfd]*/^0[0xf1][0xe0][0x7][0xf8]Q[0xc6][0xd9][0x96][0x3][0x91]p[0x99][0xb7]3[0xfb][0xe6][0xcd][0xbc][0xdd][0x9f][0xdf][0xaf]o[0x0][0xa7]8r[0x90]C[0xcd][0x81][0x85][0xba][0x83]=4l[0xec][0xdb]8[0xb0][0xd1]$l\H%[0xf5]%![0xdb]j[0xf][0x9]V/|[0x14][0x84]r_*1[0x88]_F"z[0xf0]GS[0xae]T[0xfb]a[0xe0]O[0x87]~$M[0xbe](Z[0xfa]Y[0xce][0x8][0x8d]~[0x18][0x8d][0xbd]I[0xcc]B^[0x14]+%"[0xef].[0x81]sBi,[0xf4][0x95][0x98][0x5][0x91]|[0xd5]2T[0x84][0xe3]V{[0x95][0xbe][0xc4][0xe0][0x9e],W[0x9][0xdd][0xd6]*O[0x85]Z>[0xc9][0xc0]7D3c[0x90][0xe4]<[0xc8][0xec]^[0xd0]b[0xa6]{a[0xac]t[0xe2][0xe6][0x86][0xe0][0xdc][0x87]q[0x14][0x88]ki[0x96]-[0xa6];u'[0xfe][0x9b][0xef][0xc2]F[0xde]E[0x9]e[0x1b][0x87].[0xaa][0xd8]&[0xd4][0xd7][0x98] TL[0x8b]7[0xf5][0xd5][0xd8][0xbb][0x1d]MD[0xc0][0xfa][0xcd]5[0x16]F[0xe9][0xc3][0xac][0xbb]N[0x1c]Z'[0xfc][0x11]9[0xf0][0xdb][0xf3][0xe7]X[0x8c][0xbc][0xb][0xc7][0x2]g[0x1e]#1[0xe6]:[0x9f][0xa0][0xf]>d[0xe0]p[0xdc]H[0x8a]5[0x14]9[0xba])[0x81]q[0x93][0xbb][0xc9]xH[0xb0][0x82]-[0xae][0x93][0xf1][0xb2][0x10];[[0x88][0xe5];sd[0xe6][0xc8][0xbe][0xff][0xd3]k/[0xe9][0xe5]S=>[0xef]$[0xac][0xdd]?PK[0x7][0x8]B[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/manipulation/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$1.class[0x8d]S[0xcb]n[0x13]1[0x14]=7[0x99]<[0x9a][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa1][0x85][0xf2]*-[\r]![0x1][0xc1][0xa8][0x12][0xb0][0x9]bS[0x8a][0x84][0x14][0x82][0xd4]V][0xb0]sf[0xac][0xc4][0x91]cG[0xf3]@[0xf0]O,`[0x85][0xc4][0x82][0xf][0xe0][0xa3][0x10][0xd7][0x93]Q[0x88]R[0xa8]2[0x92][0xed][0xeb]{[0xcf][0xb9]O[0xcf][0xaf][0xdf]?~[0x2]8@[0xab][0x6][0xf]{U[0xdc][0xaf]`[0xbf][0x82]&[0xa1][0xfc]R[0x19][0x95][0xbc]"[0x14][0xdb][0x9d]3[0x82]whCI[0xd8][0xe8])#[0xfb][0xe9]d [0xa3]S1[0xd0][0xac]i[0xf4]l [0xf4][0x99][0x88][0x94][0xbb][0xe7]J/[0x19][0xa9][0x98][0x0]B[0xfd][0xad]12:[0xd4]"[0x8e]%k[0xda]=[0x1b][\r][0xfd]q[0xca][0xae][0xfd](u&"[0x8c][0x9a][0xa6]Z$[0xca][0x1a][0xff][0x8d][0xd2][0x89][0x8c][0x9a][0x7]][0xc2]Z<[0xb2][0xa9][0xe][0x8f]SC[0xd8][0xfb][0x7][0xef][0xb5][0x8c][0x83]HM[0x1d][0xad][0xdb][0xf9]@X[0xf][0xff]*[0x8];[0x17][0x13][0x8][0xd5][0x19]|[0xc0][0xd9]n[0xb6];[0xbd][0xb1][0xf8](|-[0xcc][0xd0]?I"e[0x86][0x8c]([0x89][0xe9]T&l[0xb5][0x17][0xac][0xef][0x7]c[0x19]$][0xd7][0x92]R0R:t[0x1d]8g&[0xd4][0x8e]>[0x5]2[0x8b][0x15]W[0xf0][0x80][0xab]Q[0x86][0xb][0x8b][0xd9]H[0xe8][0xaf][0xd6][0x85]ng5[0x18][0xcf][0x8a][0xfd]Z[0xc3][0xa9][0xb4]Ve[0xd4]Nl[0x1a][0x5][0x92][0xef]\[0xff][0xfa]L[0xfd][0xd4][0x95][0xc1]#>2[0x81][0xb6]1[0xf7][0xe0][0x9d]LF6[0xac][0xa3][0x84]2[0x17] [0xb4][0xde]Md[0x9c][0xf0][0x14][[0xab][\r][0x91][0xd0]\[0x5]Hxv1[0xac]oO][0xdc]c9[0x11][0xca][0xcc][0xfb][0x8a]][0x14][0xf9][0xcd][0xba][0xaf][0x94][0xad]2?[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K>[0x9f][0xe4]4[0x8f][0xbe][0x83][0xbe][0xb1]P@[0x95][0xf7]r[0xa6]la[0x8d][0xf7][0xfa][0xc][0x80][0x1a].[0xc1][0xbd][0xd2][0xcb][0xd8][0xc8][0xc9]/[0xf8],8[0x8e][0xf7]e[0x89][0xb9][0x9d]1[0xaf][0xcf][0xac]9[0xd3]IWp5[0xb][0xd8][0xc0][0xb5][0xdc][0xc7][0x93]<[0x81]b[0xa3][0xf0]u[0xc9][0xc9][0xdd][0x85][0xf0][0xc5]y[0xf8]Ml1[0xca]Q[0x9f]gx[0x9c][0xcf]{!:[0xcd][0xa3][0x13]kn[0xf0][0xbe][0xcd][0xb2][0xc7][0xe7]M^[0xb7]p{[0xb9][0x96][0xc7][0xcb]i<[0xfc]O-w8A[0xfe][0xe3][0xb1][0x93][0xdd][0xee]q[0x8b][0x9d]_/K[0x19][0x8c]s6[0xf7]U[0xff][0x0]PK[0x7][0x8][0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$2.class[0x8d]T[O[0x13]A[0x14][0xfe][0x86][0x96]n[0xd9][0xae]RK[0x1][0x83][0x88] [0x5]K[0xb]T.*w[0xe5][0xaa]h)[0x89][0x10][0x12][0xf5]ihG:d[0xd9][0xc5][0xbd][0x10][0xf9]#&[0xfc][0x2]_x[0xd0]D[0xf1][0x92]h|[0xf6]o[0xf8]?[0xd4]3[0xdb][0xaa][0xdc][0x82]d[0xb3]g[0xce][0x99][0xf9][0xf6][0x9c][0xef]\f[0xbf][0xff][0xfc][0xfc][0x15][0xc0][0x0][0x96][0xeb]P[0x8f][0xb4][0x8e]8zt[0xd4]![0xa3]DV[0x89]^[0x1d]}[0xe8][0x8f]![0x87][0x9b]J[0xc]h[0x18][0xd4][0x9]:[0x14][0xc5][0xb0][0x86][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[[0xc7][0x1d][0x8c]h[0x18][0xd5]0[0xc6][0xd0][0xb4][0xc3][0xcd]TI[0xb8][0xd2][0x11][0xa5]9[0xe1][0x16][0x1d][0xb9][0xed]I[0xdb]bh[0xcb][0xdb][0xce]Fn[0xd3][0xb7][0xa4][0x97]s|[0xcb][0x12]N[0xee][0xd0][0xf9]8CdB[0xd2][0xd9][0x14]CG[0xfa]lh[0xcf][0x1a]Cx[0xd6].[0x9][0x86][0xfa][0xbc][0xb4]D[0xc1][0xdf]Z[0x17][0xce]*_7i'[0x91][0xb7][0x8b][0xdc]\[0xe3][0x8e]Tvu3[0xec][0x95][0xa5][0xcb][0x0][0x6]cQ[0xb9][0x9b]5[0xb9][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]9%[0xd2][0x16][0xb7][0xe4][0xb6]or[0x15]*[0xb7] MO8[0xa9]A[0xa2]W[0xe7][0x96]m[0xdf],=[0xf6][0xad]s0|J1[0x5]/[0x96][0x19]jd[0x8a]![0x99][0xdf][0xe4];<[0xe7]{[0xd2][0xcc]-[0x92]C[0xee][0xd9][0xe][0xb9][0x8c][0x95][0xe][0x17](Z[0xb1][0xd6][0x89]o2[0xdd]S[0xf9][0xc2][0xe4][0xd6]Fn[0xc5]s[0xa4][0xb5]Ax}[0xc5][0xf6][0x9d][0xa2] R[0x84][0x89]U[0xb8][0xf5]+[0x1c][0x15]b[0xde]*[0x9a][0xb6]K[0xb8]%[0xe1][0x95][0xed][0x92][0x81]qL[0x18][0xb8][0x84][0x84][0x81][0x6]L[0x1a][0x98][0xc2]][0x3][0xf7]0m`[0x6][0xb3][0x1a][0xe6][0xc][0xcc]cA[0xc3]}[0x3][0xf][0xd4][0xc9]"[0x1e]2[0xb4][0x9e][0x95][0x94][0x81]V\[0xa5]2T[0xfc][0xb7]wQ[0xf5][0xe2][0xff]8.[0xaf]o[0x8a][0xa2]g[0xe0][0x11]:5[0xe4][\r],[0xa1][0xc0][0xd0]}[0xbe][0xe2]2[0xa4][0xce][0x3][0xa4][0xd9][0xda][0xe2]^[0xb1]\!pd[0xb6][0x16][0xfe][0xd7][0x8f]s[0xb5][0x99]*[0x1c]J[0xab][0xe1][0x8a]HwU[0xb8]^`R'#[0xe2][0x85][0xcf]M[0xca][0xb7]1[0x9d]?[0x9e]q[0xd0][0xea][0xd8][0x86][0xf0]f[0xcb][0xd2],9[0x82][0xc8]4[0xff]i^[0xd0][0xee]i[0xc7][0xe1][0xbb]y[0xe9]z[0xe4][0xbd][0xe1][0x94]m[0xea][0xbb][0xac]N[0x4]%x[0xe4][0xd3]C[0x93][0x92]8[0xb9][0xcb][0xa0][0x95][0xb9][[0x10]/[0xc9]E[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xa3]cS%[0xc8]p[0x91][0xe8][0xcd]Iw[0xdb][0xe4][0xbb][0x5][0xbe]%[0x8e][0xf4][0xad]2[[0x94][0xe3]s[0xdb][0xa1][0xea]2[0x8c][0xa6]ON[0xde][0xb3]S[0xd2]>[0x89]B;[0xfd][0x17][0xe2][0xf4]7a[0xf1][0xb8][0x1a]<[0xd2]B[0xf4]6 I[0xf7][0xae][0x91][0xb4]a[0xd4][0xd0][0x3][0xe8][0x99][0xec]{[0xb0][0xcc][0x7][0xd4][0xbc]%[0xab][0x6]M$#[0x84][0x1][0xa6][0xd1]L[0xd2][0x8]t[0x1d][0x97]qEySsW[0xf5][0xf0][0x8a][0xd0]aZ[0xc7][0xb2][0x7][0x8][0xed][0xc1][0xc8][0xbc][0x3]#5[0xbc]O[0xa2][0xf6][0x0][0x91][0xa5][0xde]O[0xd0][0x18][0xf6][0xd0]BJ[0x94][0xe1][0x1b][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99][0xbe][0x3][0xe8]{[0xa8][\r][0xef][0xbf][0xfe][0xf5]#[0xb4][0xff]7b[0xb][0xc5][0x4][0x86][0xa0][0x11][0xaf]8F[0x90][0xc5](Yc[0xa4]M[0x6],2[0x14])K,[0xda]([0x93][0x10]qi[0xc7]5z[0x15][0xff][0xb1]*3[0xa5]u[0xd0])[0xa3][0xe7]::[0xab][0x1c][0xa7]P[0x1b][0xf0]O&b[0xe1]/0[0x9e][0x84][0x14][0xc9][0x3]\X[0xf9][0x88][0x8b]o[0x8e][0xe5];s([0xdf]d[0xd5]k[0x8][0xa9][0x0][0xd5][0x85]nZ[0xc3][0xc4][0xed][0x6]qU[0xf5][0xa0][[0x1e]D[0x8d][0xfe][0x6]PK[0x7][0x8][0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$3.class[0xad]S[0xcb]n[0xd3]P[0x10]=7v[0xf3]ti[0x1a]B+[0xa0][0x94][0x14]L[0xc9][0xa3][0xa9][0x81][0xf2]X[0x14]uA[0x1][0xa9]R[0x88][0x10]E[0x95]`[0xe7][0xc4]&[0xb9][0x95]{[0x1d][0xf9][0x91][0xe1][0xb][0xd8][0xb0][0x0][0x89][0xa4][0x12]H|[0x0][0x1f][0x85][0x98][0x89]-[0x81]Z[0x84][0xb2]`[0xe1][0x99][0xb9][0xe3]3gFs[0xcf][0xfd][0xf1][0xf3][0xeb]w[0x0]w[0xf1][0xa8][0x0][0x3][0xb7][0xd8]l[0xb2][0xb9]][0xc4]"[0xea]l[0x1a]94[0x8b][0xc8]&[0x87][0x16]G[y[0xb4][0xd9]o[0xe7]`[0xe5]pG[0xa0]0[0xb6]=[0xf3][0x9d][0xc][0xc2]H`[0xb3][0xe3][0x7][0x3][0xeb]8V2[0xb2][0x82]X)7[0xb0]Nl%G[0xb1]gG[0xd2]W[0xd6]s[0xe9]En[0xb0]+P[0xe4][0xa2][0xd0][0xed][0xfb][0xca][0x11][0xc8]FC[0x19][0x9a]D[0x95]},[0xa9]rO [0xae][0xcf]G[0xf4]?Q[0x8d]#[0x1]}[0xdf]w\[0x81][0xa5][0x8e]Tn7>[0xe9][0xb9][0xc1]k[0xbb][0xe7]Q[0xa6][0xd2][0xf1][0xfb][0xb6]wd[0x7][0x92][0xcf]iR[0xe7][0xb9][0x5] `[0x1c]0[0xed][0xbe]g[0x87][0xa1]K[0x99][0xf9][0xa6]7wh[0x11][0x85]p[0xe8][0xc7][0x9e][0xf3]*V[0x2][0x1b][0xa9]{[0xea][0x86][0xfd]@[0x8e][0xb8]l[0xb7][0xf1]V[0xa0][0xe4][0xfc]N[0x8][0xac][0xff][0xbb]@ [0x9f][0xc0]{4m[0xb5][0xde][0xe8][0x1c][0xdb]c[0xdb][0xf2]l5[0xb0][0xe][0xa3]@[0xaa][0x1][0xdf][0xc4][0xa1][0x1f][0x7]}[0x97]F"L)[0x99]l[0x9b]q[0xb4][0x86]g[0xaa][0xef][0xf9]![0xe1]^[0xb8][0xd1][0xd0]w[0xc]R[0xca]=[0x3][0xcb]X2p[0x81]M[0x99]M[0x5];[0x6][0xae]bM`[0xf5],[0xfd][0x93]Xz[0x8e][0x1b][0x18][0xb8][0x8e][0x9a][0x81][0xfb]x [0xb0]P[0xb3][0x95]C[0x87][0x87][0xa8][0x91]\[0xe6][[0x93][0x80]9[0xf][0x90][0x96])[0x15]y[0x92][0x15]I[0xb1];[0xa7][0x84][0x1a][0xf3]JV[0xab][0xb3]B[0xb2][0xf6]h[0xe4][0xb2]h[0xdb][0xf5][0xf3][0xdb]<[0xbf][0xe0]t[0x3]|[0x13][0x91][0x9f][0xa4]P[0xa3][0x17][0xb6]H[0xcf]N+[0x97]y[0x8d][0x0][0xf9]r[0xea][0x97][0xd9]C[0xa3][0xaf][0x82][0x8b]$[0xac]*E{[0xc8]@'_m[0xb6]&[0x10][0xcd][0xad][0x9]2[0xcd][0xf6][0x4]Z[0xf3][0x14][0xfa]g[0xca]gp[0x89]l[0x96][0xd0]@[0x8c][0x15][0xb2][0xc6],[0xae]b[0x15]W[0xc0][0xf2][0xa4][0xdb]I[0xb9]^[0x12]:C~[0xad][0xf9][0x5][0x99][0xd6][0x14][0xb][0xef]Q[0xa1]PK[0xc2][0x9c][0xfe][0x1][0xba][0xf6][0xf1][0xc][0xe7]h[0xc6][0xb9][0x92][0xd4][0xa5][0x9c][0x1c]][0xc3]:[0xfd][0x17]|[0xb9]){[0x97]0\a~C[0xf6][0xcd])r[0xdc]d[0x8a][0xfc][0x14][0x85]J[0x91][0xc]7J[0x8e]S[0x94]>[0x9d][0xe9]2[0xfe]cr3[0xed][0xa2]ac[0x86][0xba][0x81][0x9b][0xe4]u[0xda][0x9a][0x89][0xcb][0x14][0x15][0xf9][0xc9][0xcd][0xa6][0xc0]/PK[0x7][0x8][0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Filter.class[0xad]T[O[0x13]Q[0x10][0xfe]N[0xbb][0xed]v[0xb7]U[0xa0]R[0xbc]TQ[0x4][0xb1][0x17][0xb4][0xdc][0xbc][0x16]I[0x8c]JbR0[0x1]B[0x82][0x89][0xc6][0xed][0xf6]@O[0xb3][0xdd]m[0xf6]b[0xf4][0xaf][0xf8][0xae][0xcf][0xa0][0xf]DI[0x8c][0xbe][0xfa][0xa3][0x8c]s[0xb6][\r]T [0xb8][0xf]n[0xd2]s[0x99][0xf3][0xcd]7[0xf3][0xcd]L[0xfa][0xeb][0xf7][0xb7][0xef][0x0]f[0xb0][0xa8]#[0x83])[0x15][0xb7]t[0xc4]0[0xad]b&[\r][0x5][0xb3][0x1a][0xd2][0x98]S1[0xaf]C[0xc5][0x1d][0x15]wuh[0x12]tO[0xc5]}[0x86][0xf8][0xe3]Z[0x8d]a[0xb2][0xe6][0xb8][0xdb][0x95]V`[0xb][0xbf][0xe2][0x6][0xb6][0xcd][0xdd]J[0xdb][0xb0]E'[0xb0][0xc]_8veIX>w[0xab][0xc][0xc9][0x5]A[0x98]E[0xf2]+[0x14]7[0x18][0x94]'N[0x83]3[0xc][0xd4][0x84][0xcd]W[0x82]v[0x9d][0xbb][0xeb]F[0xdd]"K[0xb6][0xe6][0x98][0x86][0xb5]a[0xb8]B[0xde]{F[0xc5]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]a[0xa4]m[0xf8]fs[0x99][0xfb]M[0xa7][0xf1][0x94]{[0xa6]+:2[0x8][0xc3]R[0xe1]x[0x1a]}[0x80]j1j[0x96][0xd9][0x6][0xf7][0x84][0xcb][0xff]f[0x1f]=[0x9d][0x9c]A[0xf3][0x9a]N`5V[0x3][0x2][0x8f][0xfd]+[0x95][0x97][0xc][0xa9]Fh[0xa8][0x93][0xb2][0xe1]B[0xb1][0xd6]2[0xde][0x1a][0x15][0xcb][0xb0][0xb7]+k[0xbe]+[0xec]mbL[0x18][0x9d][0x8e][0xf5][0x9e]!W[0xe8]{}Qoq[0xd3][0xaf][0xca][0xf2]%[0xcc][0xa6][0xb0][0x1a][0xb2]Z[0xc7][0x9e][0x19][0xf4][0xad]PN[0xb7]t[0xa5]H[0xd2]%Vz>{g[0xf2]0OO[0xc5][0x3][0x12]&lz[0xf4][0x88][0x96]a[0xe5][0x4]a'[0x15]1r[0xad][0x93][0xc4][0xeb][0xd8]$"[0xb1]%\[0x8f]"[0xa4][0x16]L[0xab]7$[0xfa][0x9a][0x13][0xb8]&',IHw]nK[0xa9][0x19][0xc]`[0x90][0xc6].J[0x8c][0x89]Y[0x6]0d[0x9e]K[0xc0][0x13][0xcb][0xf0]<[0xee]I[0xff][0x87][0xc][0x85][0xa8]E[0xc9][0xa0][0x8a][0x85][0xc][0xce][0xe0]l[0xd4][0xa0]s2[0xc4][0xa3][0xa8][0xe8][0x19][0x86][0x89](@[0x86][0xc1][0xa3][0x9d]f[0x98]?[0xdd]s[0xc5]Y[0xe7][0x9e][0xef][0xad][0xf2][0xb6]![0xec][0x83][0xce]F[0x18]Q[0x1a][0xb0][0xe4]V/l1j[0xdb][0xc9])[0x88][0x88][0xfd][0x9f][0xa8][0xe2][0x86]2FS[0x19][0xc8]V_[0x94][0x8d][0xa2][0x93]Jg[0x9a][0x13]Z[0x87][0xe8]V[0xa1][0x9d]&[0x1][0x89][0xd2][0x1e][0xd8].[0x1d]b[0xc8][0xd2][0x9a][0xc][0x8d]C8Gk[0xa6][0xb][0xc0]p[0xe8][0xae]![0x87][0x91][0x9e][0xf3][0x1c][0xe2][0xe1][0x9b][0xb6][0x8f][0xd8]&[0x11][0xc4]w[0x8e][0x10]L[0xf7][0x11]h8[0x8f][0xb][0x80]"3[0xb9][0x14][0xee]y\[0xe]3[0xbb][0x82]Q[0xf2][0x92][0x84]&[0xed]q[0xda]s[0xe5][0x9f]P>@[0xd9]-[0xff][0x80][0xb2][0xd4][0xcd][0xd2]Ty[0xf][0xa9]CuY"[0x0][0x4])kQ[0x18][0x8b][0xaa][0xd9][0xee][0xb][0x9e]?[0x8][0x9e][0xc7]M:[0xd1]|R[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x8a]Q[0x12][0xc5][0x83][0xda][0x8f][0xd3]]~[0xe9]}h[0x9b]{[0xd0][0xbf] [0xb9][0x1b][0x16][0xe4][0xb0][0x80]9[0x82][0x94][0xc2][0xb0]ej[0x15][0xa8]p[0xf1][0x9e]S[0x8a][0xd4]w?[0xad]{[0xff][0x3]PK[0x7][0x8]}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runner/manipulation/Filterable.class[0x8d][0x8e]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]Tm[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x8c]vc[0x10][0xdc][0xb9][0xd6][0x95]([0xa8][0xb8]O[0xcb]()5[0x95]4[0x15][0xcf][0xe6][0xc2][0x3]x(1Qp)[0xe][0xc][0xf3][0xff][0xf0][0xfe]0[0x8f][0xe7][0xed][0xe]`[0x82]A[0x84]^[0x84][0x98][0x10][0x1e]Ti[0xd9][0x10][0xd2]dY[0x99][0xa3]([0x1a][0xad][0xac]0[0x8d][0xd6]l[0xc4]IjunJiU[0xa5][0xc5][0xe2][\r][0xce][0xd2]=![0x9e]_s>[0xfb]m[0x1d][0xa1][0xef][0xfc][0xb6]jL[0xce][0x8e]`[0xc2][0xf0][0x3][0xca][0xac][0xe4]q!/[0x92][0x90][0xfc]s[0xd8][0xf3][0x84][0x91]O[0x88]R[0xea][0xa3]Xg[0x5][0xe7][0x96]0[0xfd][0x9d]^U;[0xae]m[0xbd][0xe1][0x93]T[0xfa][0xfb]WH [0x4][0xf0]EmB[0xb]m[0xe7];[0xce][0xf9][0x19][0xba][0x8e][0x9c][0xe][0xd0]}[0x1]PK[0x7][0x8][0xcf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/manipulation/NoTestsRemainException.class[0x9d][0x90][0xbd]N[0xc3]0[0x14][0x85][0xcf]m[0xf3][0x3]![0xa5][0xa5][0x85][0x5]&6`[0xc0]B[0xaa]X@,[0x5]$P[0xd4][0x1]Jv7X[0xc5]UjWN[0x82]x-&$[0x6][0x1e][0x80][0x87]B[0xdc][0xa4][0x88][0x89][0x9][0xf][0xc7]>GG[0xdf][0xb5][0xee][0xe7][0xd7][0xfb][0x7][0x80][0x13][0xec]Dh[0xa3][0x1f]b[0x10]b[0x9b][0xd0]+[0x94][0xd3]2O[0x95]+[0xb4]5[0xf]7[0x97][0x4][0xba]%tF[0xd6][0x14][0xa5]4e*[0xf3]J[0xf9]X[0x1d]"[0x4][0xe7][0xda][0xe8][0xf2][0x82][0xd0]>8L[0x9][0xde][0xc8]>*B7[0xd1]F[0x8d][0xab][0xc5]T[0xb9][0x89][0x9c][0xe6][0x9c][0xf4][0x13][0x9b]1V2[0x9c][0xfd]O[0xe8][0x95]O[0xba] [0x9c]&[0xd6][0xcd][0xc4][0xbc]b[0x90]p[0x95]1[0xca][0x89][0x85]4zY[0xe5][0xb2][0xe4]O[0x88][0xb1][0x9d][0xa8][0xa2],[0xee][0xd4]Bjs[0xf5][0x92][0xa9]e[0x1d][0x9f][0x11][0xa2]{[[0xb9]L][0xeb][0x1a][0xb6][0xf7]w[0xed]x.[0x9f]e[0x8c]uD[0x84][0xe1][0xe6][0x10][0x6]5B[0xe4][0xd2][0xcc][0xc4]o[0x8a]}[0xb4]xo[0xbc][0x3][0xec][0xc2][0x83][0xcf]w[0xc0][0xae][0x85][0x90]_T[0x8f]c[0xdd][0xe0]D4[0x1e][0xf0][0x8f][0xde]@[0xaf]M%f[\r][0x9a]p[\r][0x1d][0xd6]xU[0xc0]&[0xba][\r][0xb0][0xd7][0xb4][0xb6][0xbe][0x1]PK[0x7][0x8][0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sortable.class[0x85][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]D[0xe7][0xd7][0xd8][0xaa] x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x1b][0x83]k[0xf7][0xae][0x4][0x17][0x5][0xf7][0xbf]%[0x94][0x84][0x98][0xc8]7[0xf1]p.<[0x80][0x87][0x12][0x9b][0x13]8[0x8b]a[0xe0]=[0xe6][0xf3]}[0xbd][0x1][0x1c][0xb0]l[0xd0]4X[0x10][0xd4]#J"[0xb4][0xbb]s[0x94]Q[0xbb][0x1c]l[0xd2][0x92]C0[0xa2]o[0x1c][0xec]={N6[0x6][0xdd]M[0x9a][0x91]c{%[0xac][0xba][0x98]e0'[0xeb][\r]a][0x0][0xf7][0xde][0xec][0x1d]?[0x99][0xb0][0xfd]Sl[0xc2][0xa6][0xf8][0xda]s[0x18][0xf5][0xa5]wfH5[0x81]P[0xa1][0x84][0x14]a[0x6]U[0x16][0xe6]SW[0xa8]PK[0x7][0x8]$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter$1.class[0x8d]RMo[0x13]1[0x10]}[0xde]l[0xb2][0xed]6[0xa1]![0x94][0xef]R[0x2][0x84][0x92][0x16][0xc4][0x12][0xae][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0x80][0xa8]H[0xe1][0x10][0xd4][0xbb][0xb3][0xb5]RG[0x1b];[0xf2]z[0x11]?[0x8a][0xb][0x17][0x90]8 [0xce][0xfc]([0xc4][0xd8][0x89][0x10]jJ[0xd4][0x83]=[0xe3]y[0xf3][0xde][0xfa]y[0xe7][0xd7][0xef][0xef]?[0x0]t[0xb0][0x1d][0xa3][0x8c][0xdb][0x11][0x9a]1B[0xdc][0x89]p7[0xc2][0xbd][0x8]-[0x86][0xca][0x9e]T[0xd2][0xee]3[0x94][0xda];G[0xc]aO[0x1f][0xb][0x86][0xf5][0xbe]T[0xe2]]1[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x81][0xf]3[0xaa]4[0xfa]:[0xe5][0xd9][0x11]7[0xd2][0x9d][0xe7][0xc5][0xd0][0x9e][0xc8][0x9c][0x1][0xc][0xd5][0x3][0xa5][0x84][0xe9]e<[0xcf][0x5]U[0xda]}mF[0xc9][0xb8] [0xe9][0xc4][0x14][0xe]J&\[0xc9]i[0x91]q+[0xb5]J[0x6][0xda]XaZ[0x9d].C[0x94][0xea][0xc9][0x94][0x1b]R{v[0x6][0xeb][0xa5][0xc8]S#[0xa7][0x8e][0xd4]][0x8e][0xee][0x1c]0[0x4][0xba][0xc3][0xb0][0xb5][0xbc][0xcf]u=ex[0xd0][0xee][0x8f][0xf9]G[0x9e]d\[0x8d][0x92][0xf7][0xc3][0xb1]Hmw[0xb1][0xe2]E?=q[0xf6][0x17]0[0x87][0xd0][0xe7]V[0x7]r[0xa4][0xb8]-[0x9c][0x83]7[0xff][0xd3],[0xac][0xcc][0x92][0x9e]7[0xca][0xad]6{[0xcb][0xaf][0xb8]O[0xda][0xf1]@[0x17]&[0x15][0xaf][0xa5]{[0xe7][0xb5][0xd9]{=vZ[0xf4]s^[0xa9]4[0xd3][0xb9]T[0xa3]CaO[0xf4]q[0x84][0xfb]UDXa[0xd8]\&[E[0x1d][0x17][0x19][0xb6][0xcf][0xf7]g[0x18][0xea][0xa7][0xbd]0l[0x9c]e[0x86][0xa1]u[0x1e]I4i[0xf2][0xca]4*[0x15][0x1a][0xc8][0x12]-[0xba]1[0x9d]V)K([0xd2][0x14][0xa1][0xbc][0xfb][\r][0xec][0xb]%[0x1]b[0xda]+[0xbe][0xd8][0xc0][0x1a][0xed][0xd5]Y[0x3][0xc5]u[0xb8]y#+s[0xf2]s[0x8a]N.(}>[0xc5][0xbc][0xe4][0x99][0xcd][0x19]:g[0xba][0xac]A[0x8][0xf3][0xd9][0x6]eA[0xfd][0x5][0xa9]][0x9e][0xab][0xbd][0xa5]n[0xd7]_[0xdb]}[0xf8][0x13][0xc1]#Z_[0xb1] [0xdc][0xf8]G[0xb8][0xf6]W[0xb8][0x86]+[0xb8][0xea][0xf1][0x1a][0xae]Q[0x16][0x90][0xdf][0xeb][0x9e]y[0x3]7}[0xdc][0xc4]-[0x8a]![0xb6]h[0xbf]@+[0xa6][0xee][0xd0]sW[0xfe][0x0]PK[0x7][0x8][0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter.class[0x95]T[S[0xd3]P[0x10][0xfe]NZH[0x9b][0xa6][0xdc],[0x8][0x8a][0xdc]Dh[0xd3]J[0x0][0x15]/T[0x90][0xc1]qD+>[0xa0][0x8c][0xbc]8[0x13]j[0x6][0xc3][0x84][0xa4][0x93]&[0x8e][0xfc][0x14][0xff][0x83]/[0x8c][0x17][0x6][0x99]q[0xf4][0xd5][0x1f][0xe5][0xb8][0x9b][0x86][0xe][0x97][0x88][0xf5]![0xe7]lv7[0xdf][0xf7][0xed][0x9e][0xcd][0xf9][0xf5][0xfb][0xdb]w[0x0]3XR[0x90][0xc5]t[0x1a])[0xcc][0xc8][0x98][0xcd] [0x81][0x1b][0x19]t[0xe0][0xa6][0x8c][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xe7]d[0xdc][0x96]qGA[0x1a][0xd3][0xfc]>[0xcf][0x99]e[0x19][0xf7]e,[0x8]$W_V*[0x2][0x13][0x15][0xd7][0xdb][0xd2][0xb7][0x3][0xc7][0xf2]u/p[0x1c][0xd3][0xd3]w[0xc][0xc7][0xaa][0x5][0xb6][0xe1][[0xae][0xa3][0xaf][0xb9][0x9e]oz[0xf3][0x2]J[0xd5][0xdd][0xa9][0x19][0x9e][0xe1][0xbb][0x9e]@_e[0xdb]xg[0xe8][0x81]o[0xd9][0xfa]r[0xd3]OY[0xe9]5k[0xcb]1[0xfc][0xc0]3[0x5][0xe6]b[0x93][0xca]g[0x9][0x1f][0x9a][0xf5][0xaa]g[0xd5][0x98]o~[0x81]@[0xda][0xcb][0x16]EI[0xe3]@>[0x9e][0xa7][0xb0]N[0xfa][0x97][0xdd]7D[0xd2]Y[0xb1][0x1c]s5[0xd8][0xd9]4[0xbd][0x17][0xc6][0xa6]M[0x9e][0x9e][0x8a][5[0xec]u[0xc3][0xb3][0xf8]=r&[0xfd][0xb7]V[0x9d]u[0x9f][0x88][0xed][0xd6][0x8e][0xe2]w[0xe3][0x99][0xfe])[0x96][0x95][0xb4][0x19][0xb5][0x9a][0xbd]+[0xd0][0x1b]a[0xd8][0x86][0xb3][0xa5]?[0xdf][0xdc]6[0xab]~[0x18]O[0xd5][0xa9][0x87][\r][0x9a]|[0xb][0xdd][0xe6]Ln[0x82][0x1b]"p=gP[0x5][0xe4][0xc6]i[0x10][0xe4]b[0xc][0xe6]q[0x8d][0xe7]G[0xb]+[0x2][0x92];#0t~[0x1e]g[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xc6][0x94][0x18]S4[0x83][0xbe][0x9f][0xe6][0x85][0x90]S[0xe5][0xaa][0x1d][0x9d]g"[0xcf][0xfd]x[0xfc]7[0x8c][0xff][0x9f][0x14]e[0xcd][\r][0xbc][0xaa][0xf9][0xc8][0xe2][0xe6]f[0x1a][0xb3]:[0xc5]X*zQR[0xd1][0x8d][0x1e][0x1a][0xf1][0xd6]z[0xae]b[0x11][0xf]T\E^`[0xf0][0x94]}d>A[0xe5][0xd6][0x88]c[0xe8][0xdd][0x84][0xdb]h[0xef]u*[0x81]w[0x1d][0xf7][0xc2][0xd6][0xd3][0xad][0x1d]b[0xa4][0xfe][0x0]PK[0x7][0x8][0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/notification/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runner/notification/Failure.class[0x8d]UkS[0xd3]@[0x14]=[0xdb]RRBJ[0xa1][0xa0][0x82]"[0xf][0x15]i[0xb]R[0x15][0x4][0x5]D[0x14]D[0xc0][0x82]([0xf][0x87][0x8f]KY[0xca]bI:I*[0xea][0xaf][0xd2][0x19])32[0xe3][0xf][0xf0]G9[0xde]Mc[0x9][0xa5][0x83][0xf6][0xc3]f[0xf7][0xee]=[0xe7]>[0xce]M[0xfa][0xeb][0xf7][0x8f][0x9f][0x0][0x1e]`CG[0x7]&[0x9a][0xd0][0x8e][0xc7]jy[0xa2]c[0x12]S[0x1a][0xa6]uD0[0xa1][0x93][0xe5][0xa9][0xda][0xcd]D[0xf1]L[0xc7],[0x9e][0xab][0xc3][0xb][\r]s:[0xc]Lh[0x98][0xd7][0xd1][0x82][0x97][0xca]mA][0xbf]Rf[0xba]^[0xd4][0xb0][0xa4]a[0x99][0xa1][0xd5][0x11][0xb6][0xe4][0x85]-a;[0xd2]27[0x97][0xe6][0x19][0x18][0x99]cs[0x96][0xe9][0xb8][0xdc]t[0xb7]x[0xa1]$"[0xa8][0xfc][0x18][0x83][0xb1]7/[0x9c][0x9c]-[0x8b].[0xb9]3[0xf4]d-;[0x9f]9([0x99][0xd2][0xcd][0xd8]%[0xd3][0x14]v&p?E[0xfc]{[0x1b][0xfb][0xb6]ud[0xbe][0xfc][0x94][0x13]>[0xe6]J[0xf6][0x80][0xe4][0x99][0x2]7[0xf3][0x19][0xef][0x92][0xef][0x14][0x4][0xb9]6NK[0xa2][0x99]a[0x18]O^[0xce]Z[0x17][0x9f][0xda]bh[0x98][0xb3]v[0x5]C<+M[0xb1]Z:[0xdc][0x11][0xf6][0x86][0xba]cHd[0xad][0x1c][0x15][0xc9][0xa9]T:[0xfb][0xc6][0x6]w_:[0xc][0x83][0x17][0x83][0x99][0x96]+[0xf7]d[0x8e][0xab]h[0x99][0x5].[0xb]%[%[0xd8][0xbc][0x1b],=[0xee][0xd6][0x16][0x16][0xcb][0xb]wC8[0xee][0xa2][0xe0][0xbb][0xc2]f[0xe8]H[0xa6][0x2][0xa9][0xae][0xbb][0xb6]4[0xf3]D[0xd3]Bn[0xe7][0x9a][0xd8]G~[0xff]h[0xa3]A[0x98]@[0xa4]k[0xe7][0x98][0x83]M[0x8c][0xba]V%[0x10]mU:6[0xcf]Q[0xa9][0x86][0xe3][0xd9][0xde][0xdb][0xd2]U[0x89]][0xad][0x80][0xa5][0xe5]'U[0xb1]+[0x9][0x8e]|[0x8f]+U[0x8f]5rp[0xab][0xe]:q[0xae][0x8][0xc7][0xe1]yb[0xd5][0xd7][0xad][0x92][0x9d][0x13][0xb]Ru[0xd3][0xf0][0xfb]4[0xa2][0x80][0x6]z[0xf1][0xda][0xc0]M[0xf4][0x18][0xb8][0x81]n[\r]Y[0x3]+HQ[0xe2][0xb5][0xfd]xQ[0x92][0x5]j[0x96][0x81]$R[0x6]V[0xf1][0x86]!4[0xd9][0xa7]a[0xcd][0xc0][0x98][0xb2][0x8c](TG[0xbd]t[0x19][0xda][0xeb][0xe4][0xa8]"[0xbf]50[0x8c]{[0x6][0xde]a[0x9d]a[0xe0][0xbf][0xd4][0xa5]A=[0xcb][0xec][0xcd][0xce][0x81][0xc8][0xb9][0xc1][0xb0][0xde];"[0xbf]T[0xe6]&[0x9c]T[0xb3][0xd6]}[0x99]b[0xbe][0xc8][0xd2])[0x16][0xf8][0xe7]U~H[0xa8]F^,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "s[0x97][0xe1]^[0xf2][0xe2]P\[0x9c][0x13][0xbf]/S[0xab][0xea][0xa5]?VG[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb9][0xd7]f[0xbd]YW[0x88]G[0x9e][0xd7][0xf8][0x1f]PK[0x7][0x8]\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/RunListener$ThreadSafe.class[0x8d][0x90]MK[0x3]1[0x10][0x86][0xdf][0xf4][0xc3][0xb5]k[0xd5][0xfa][0x9][0x1e][0xa4]*R[0xf0][0xe2]"x[0xf3]$Z[0xa1]P[0xb5][0xb4][0xab] [0x9e][0xd2][0xed][0xb4]fI[0xb3][0xb2][0x9b]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x88][0xf5][0xb0][0xa0][0x81]d2y[0x9f][0x99][0xbc][0xcc][0xc7][0xe7][0xdb];[0x80]3[0xec]zhx[0xd8][0xf2][0xb0]-[0xe0][0xf][0x92]<[0x8d][0xe8]Fi[0x12]h[0xf4]s[0xd3]U[0x99]%C[0xe9]i,gR`[0x8f][0x9f][0xac][0x9a][0xd2][0xa3][0xca][0xd4]P[0xd3][0xa5]1[0x89][0x95]V%&[0x13]8[0xec]:&[0xd0][0xd2]L[0x2][0xf9]#[0x4][0xd7]I[0x94]O[0xc9]X[0x1a]][0x8][0xec][0x17]3[0xa1]L'dY[0xaf][0xce][0xa4][0xce][0xf9][0xeb][0xa3]b[0xae][0xad][0xc9][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xaf][0xc4]p%|[0xea][0xb5][0x5][0xe][0x8a][0xd9]>[0xb1]qwc[0xb2][0xf5][0x7][0xd2]K[0xb4][0x8a][0xe6][0xc]z[0xfd][0x87][0xbb][0xb0]s[0xdb][0xf6][0xb0]#p[0x9e][0xa4][0x93] [0xce][0x8d][0xb2]A[0x9a][0x1b][0x1e]B[0xc0][0x95]j[0xac][0xa2][0xef][0xea][0xc5]t[0x8e][0xc3][0x97][0x94][0xe4]h [0xc7][0xec][0xdd][0xff][0x9d][0xd4];[0xae][0xf0]J[0xcb],#[0x9e]Qc[0xe1][0xe3]~[0x18]Sd[0x5][0x9a][0x85][0xd6][0x16][0x93][0x15]8[0xf9][0xb7][0x8f][0x96][0x80]@[0x89]w[0x19]n[0x95]Q[0xe1][0xb3][0x84]*[0x96]869[0xf7]8.[0xb3]^{[0x86] [0xf8]XA[0xdd]e[0x84]U[0xac]a[0x93]E[0x1f][0xae][0xc5]:6Z[0xb5]/PK[0x7][0x8][0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunListener.class[0x8d]T[0xdb]n[0x13]1[0x10]=N[0xd3]l[0xbb][\r][0xf4]^([0x94]B[0xda][0xd2][0x1b][0x12]+Dy* [0xa1]B[0xa4]J[0x11][0x95][0x9a][0xaa]}v6N[0xe2]h[0xbb][0x8b]lo[0x85][0xc4][0x1f][0xf0]7&[0xb0][0xe1]a[0xd3][0xc3][0x96][0x87][0xa7][0xc][0xfe]YG[0x9][0xde][0xac][0xf3][0x96]`([0x1f][0xc7][0xb1]PG[0x11][0xd7]Zh[0x86][0xd2]k[0x19]K[0xf3][0x96]abw[0xef][0x9c][0xa1]x[0x94]4)i[0xb6]&c[0xf1]1[0xbd]l[0x8]u[0xc6][0x1b][0x11][0xed],[0xd4][0x92][0x90]G[0xe7]\I[0x1b][0xf7]6[0x8b][0xa6]#[0x89][0xe3]Y-Q[0xed][0xa0][0x9b][0x12]Q[0xa0]RK[0x1f][0xc4][0x89][0x91]-[0x19]r#[0x93]88M[0xe3][0x9a][0xd4]F[0xd0][0xc1]![0xc3]]#[0xb4][0xa1][0xad][0xba][0xe1][0xca][0x88]&Ce[0xf7][0xfc]{[0xa1]C%?Y[0xf8][0xa1][0xad]k[0xa6]9[0xd8]`X[0x1f][0xf][0xa0][0x8e]?|[0xe][0x85][0xb][0xb4][0x87]m[0xea][0xa7][0xa7]Y[0xa5]fu[0xc7][0x8a][0xae][0xdd]"z*t[0x1a][0x19][0xa7]WR[0xce]gX[0x1d][0x99]FEY[0xd6]~[0x1b]e[0x1b][\r][0x4][0xdc]a[0x95][0xcb](UtS[0xfb][0xb7][0xc8][0xfd]sG[0xbd]L'[0xee][0xb5][0xfe][0xc2]vr[0xa2][0x18][0x96][0xad][0xdc];[0xad][0xd3]K[0xd7]v_[0xd8][0x95]q[0xdc][0x8e][0x13]e[0x8b][0xf2][0xeb]I[0xaa]BQ[0x95]vzsCsy[0xde][0xe5]W[0xbc][0xc][0xf]S[0xc]{[0xb9][0xa7]I[0x1c][0x16][0x17]D[0x1e][0x8a]t[0x9f][0x1f][0xc6][0x84][0xb4]zI[0xc8][0xe3][0x3][0x9e]J=[0x1f][0x83][0x86][0xd6][0xcd][0x0][0x6][0xe7][0xbd]f[0xda][0x8c]y[0x96][0x9]B6[0xaa][0xeb]i?[0xa7][0x93][0xd8][[0x9f]C[0xf1]I/e[0x16][0x9e]0[0xcc][0x95][0xde]'=[0x99][0xe5][0x82][0x82][0x19][0xba][0x15]Nx[0xee]=:[0x88][0xe0]aT)[0xa1][0x93]0[0x92][0xb1][0x97][0x14]i([0xb6][0xa5]>[0x9c]{Ad[0xf7][0x88][0x1f]sJ[0xcb][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3]$[0x93]j[0xf8]A[0xe4]Q[0xd2][0xb7][0xb0][0xe6][0xa0][0x3][0xcf]A[0x3][0xb6][0x3][0xb][0xd7][0x1c][0xcc][0xc2][0xb7][0xb0][0xee]`[0x3][0x1e]m[0x85]40[0xbc][0xa8][0xee][0xbd][0xc7][0x7][0xe2]|B[0xd9][0xbf]<[0x9d][0xd7]j[0x83][0x98][0xab]a0[0xc9]+C[0xa7]2;1[0xc]d*[0xf6]E[0x96][0x13][0xba]ME[0x96]E[0xa2][0xcf][0xb0][0xf4][0x97]K[0xb8]P;U[0xee]hR[0x85]:[0xe0][0xff][0x8a][0xa6][0x5][0xd0][0xcc]/[0xab][0xc1]2[0xbd]9[0x93][0xde]`[0xcd]uu[0xe2][0x1][0xb2]t[0xb][0x1a][0xa1]6[0xb][0x87][0xec]u[0x1a][0xbd]$['[0xeb]z[0xfe][0x19][0x98][0xb7]~[0x86][0x9a][0xe7]C[0xfd][0xb4][0xf4][0x9c][0xa3][0xde][0xa4][0xfa][0x5][0x6]hR[0xef][0x94]c[0x97][0xfe]y[0xb2]7[0xa8][0x19][0x84][0xdc][0xa4]~[0x1][0xb7][0xc6][0x8c]o[0xc9][0xea]=[0x1a][0xbe][0xf7][0x5][0xb5][0xaf]0[0xa6]Tv[0xb9]0$9QI[0xb7]0r[0x1c][0xd3][0xe9][0xd1]m,[0x12][0xe1][0x94][0xb8][0x8e];e[0xf4]],[0x95][0xd8]=[0xdc]G[0x8b]F-[0xc2]f0[0xfa]LB[0x1f][0x1b][0xb5][0xdf]PK[0x7][0x8][0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$3.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]6qLk[0xa5]P[0xee][0xa5][0x85][0xd0]6v[0x1b][0x83][0x90]x[0x0][0x84][0x84]J[0x91][0x90]L[0x1f]H[0xd5][0xf7][0xad][0xb3]I[0xb6]26Z[0xdb]U[0xcb]_!Q[0x90]x[0xe0][0x3][0xf8]([0xc4][0xac][0x93][0xc6][0xdc][0x4][0xae][0xad][0x9d][0xdb][0xce][0xcc][0x9e][0x99][0x9d][0xfd][0xf6][0xfd][0xcb]W[0x0][0xf][0xd0]kb[0xe][0xb7]5Y[0xb1]``[0xd5][0xc2][0x1d][0xdc]5[0xd1]1q[0x8f]a[0xe1][0x88]G[0x9d][0x81]HC%[0xdf]e2[0x89][0x19][0x96][0x83]D[0x8d][0xfc][0xc3]<[0x96][0x99][0xaf][0xf2]8[0x16][0xca]Q[0xee]?a0[0xb2][0xb1]L;[0xf7][0x19][0xbc]?=[0xe3]$[0x93]C[0x19]r[0xed][0xea][0xbf][0xc9][0xe3][0xdd]B[0x17]J[0x87]=[0x95][0xe4][0xf8][0x8c]![0xd8]8G[0xdc][0xbf][0xc1]t[0xf7][0x19][0x1a][0xdb][0xc9]@P![0x81][0x8c][0xc5]n[0xfe][0xf6]@[0xa8]=~[0x10][0x91][0xa5][0x1d]$![0x8f][0xf6][0xb9][0x92]Z[0x9f][0x1a][0x1b][0x1a]<[0x3][0x18][0xec]W:[0xdd]v[0xc4][0xd3]T[0x90]e[0xab]:[0xa8][0xce]C*[0xc7][0xda]9[0xe]E[0x81]"5[0xb1][0xce]0_x[0x9f][0x4]2[0xcd][0x4][0x5]3[0xf4]*[0x94]y[0xe6]=)D[0xf0]p\[0xa9][0xab][0xb3]0[0x82][0xd1]Or[0x15][0x8a][0x97]R[0x17][0xe7][0xfc][0x4][0xb2]w[0xc8][0x8f]8[0xb5]e'[0xe][0xa3]$[0x95][0xf1][0xe8][0xb5][0xc8][0xc6][0xc9][0xc0][0xc4][0x86][0x8d].\[0x1b]MX6L\[0xb0][0xd1][0x82]gb[0xd3][0xc6][0x16]\:[0xfe][0x1c]m`xT[0xdd][0xbb][0xcf][0x87][0xe2]L[0xa1][0xee][0xff][0xaa].j[0xb4]~[0xc4][0xe3][0x91]?[0xeb]+C[0xb7]rv*t([0x95][0xd8][0x13]i[0xd6][0xcf][0xb8][0xca][0xc4][0x80]a[0xf5]/[0x17][0xf0][0xfb][0xf0]T[0xb9][0xa4][0xd9],[0xea][0x80][0xff]C*'[0xa0][0x95][0x95]p[0xb0]B[0xef][0xcf][0xa0][0xf7]Xs[0x1c][0xdd]u[0x80]8][0x81][0xb6][0xd0]j[0xc1]&~[0x91][0xa4][0xc7][0xc4][0xeb][0xc4][0x1d][0xd7];[0x5]s7OQs[0xbd][0xcf][0xa8](<[0xe7][0x89][0x1a]4[0xbc][0xc0]1[0x16][0x88][0xda][0x85][0xec][0xd0][0xbf]H[0xfc][0x12][0xad][0x6]Y.[0x13]][0xc2][0x95]i[0xc6][0xe7][0xc4][0xf5][0x19]M[0xcf][0xfd][0x88][0xda]'4[0xca]TV[0xb1]qBp[0xde][0x17][0xe9][0x96]&[0x8e][0xd3]tZ[0xba][0x8a]k[0x94][0xb0]L\[0xc7][0xf5]"[0xfa][0x6]n[0x16][0xb6][XF[0x9b][0xa4]6[0xd9][0xe6]0[0xf9][0xc][0xb2][0xae]5j?[0x0]PK[0x7][0x8]0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$4.class[0xa5]T[O[0x13]A[0x14][0xfe]f[Xh[0xd7]R.[0xe2][0x5][0xef][0x94][0xd2]n)[0xb][0x8a]x[0x1][0xea][0x5][0xa9][0x92][0x94][0x9a][0x8][0xc1][0xc4][0xb7][0xa5]L[0xe9][0x90]u[0x97][0xec]n[0x9][0xfc][0x7]5[0xbe][0xfa][0xb]|&[0x11][\r]>[0x18][0x9f][0xfd]%[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xcc]B[0xcb]E[0x93].[0xb1]Ig[0xe6][0x9c]=[0xf3][0x9d][0xef]|sf~[0xfc][0xfa][0xfa][\r][0xc0]8[0x9e]u[0xa2][0x13][0xba][0x1c]r1[0xc4]0[0x12]G[0x1e][0xa3]q[0x18][0x18][0x93][0xc3][0xb8][0x8a][0x9b]1[0xdc][0xc2][0x84][0x8a][0xdb]*&[0x19][0xb4]M[0xd3]JUMa[0xd5]][0xee]1$K[0xeb][0xe6][0xa6]i[0xd4]}a[0x19]%[0xe1][0xf9]S[0xc][0xed]~Mx[0xa9]1[0x86]\[0xc9]q[0xd7][0x8c][0xf5][0xba]-|[0xc3][0xad][0xdb]6w[\r][0xdb][0xf1]EUTL_8[0xb6][0xf1][0xa2]n[0x97][0x3][0x9b][0xbb]r[0xdb][0xb4][0xa0][0xc0][0x2]C9s[0x8a]}'[0xd3][0x9f][0xb4][0xb3][0xcb][0xc][0xd1]Yg[0x95]3t[0x95][0x84][0xcd][0xcb][0xf5][0xd7]+[0xdc]]2W,[0xf2][0xf4][0x94][0x9c][0x8a]i-[0x9b][0xae][0x90][0xf6][0x81]3*[0xe9]3[0x80]J[0x9d][0x97][0xb9]g-[0xd3][0xf3]d[0xa9][0xf9][0xf0][0xb4]R[0x13]T[0x90][0xb2]E[0x1a][0xf4][0x1f]O[0xb1][0xbd][0xd1]H3s[0x82][0xe9]tkt[0x19][0xc6][0xe9][0xc3]T[0x81][0xd0]cs[[0x15][0xbe]!?y*[0xee]2$[0x82][0xe8][0xed]F[0xc][0xc3]h[0x8][0x19][0x9b][0x88][0x81]L[0xdc][0xac][0xd4][0x18][0x86][l+[0xee][0x9f][0xbd],P[0xa4][0x18][0xfa][0x8e][0xd4]1[0xef]s[0xd7][0xf4][0x1d]y[0x9a][0x1d]V[0x93]H[0x88]6h[0xf2][0xa0][0xba][0x16][0x9d][0xba][[0xe1]E!EJ[0x1e][0xd1]tT[0xe6][0xa1]S[0x9c][0xb3]+[0x96][0xe3][0x9]{m[0x81][0xfb]5gU[0xc5]=[\r][0xf7]1[0xa5][0xe1][0xc][0x12][0x1a][0xe2][0xd0]4taZ[0xc5][0x8c][0x86][0x2][0x1e][0xa8]x[0xa8][0xe1][0x11][0x1e]k[0x98][0xc5][0x13][0x86][0xa1]P[0xb5][0xa9][0x98][0xd3]P[0xc4]S[0xe2]~[0x8a]#g[0x98][0xc][0x1f][0xbd]hVy[0xc3][0xa0]N;n[0xf6][0x6][0x92]Z[0xa6][0xbd]f4O[0x99]![0x1b][0x1a][0x9d][0x84][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]/q[0xcf]/6o[0xea]`&[0xcc]])[0xfc][0xcf][0xe5][0x93][0x0][0x89][0xe3]>[0xea][0x4]q[0xd0][0x15]t[0x19]2[0xd9]wK[0xcf][0xdf]^[0x6][0xb5]fze[0xbe]E[0x10][0x91]L[0xf6][0x15][0xf5][0xa7][0x1d][0x18]}[\r][0x90]@[0x9f][0xe7]+[0xeb][0xbc]"_[0x9d][0xd6][0xea][0x1c]^[0x8d][0xb8][0xa8][0xc][0x83][0xde][0xaa][0xe4]F[0xc7]g[0x97]q[0x8d][0x9e][0xc9][0x18]=[0x9b]J2)[[\r][0xa0][0x99][0xfa]Nz[0xe8][0xdf][0x85]$[0xcd][0xdd][0xb4]z[0x89][0x8][0xa2]4w[0xeb][0xb9]]0=[0xbf][0xb]E[0xcf][0x8d]|Ad[0x87][0x9c][0x11][0xf4][0xd0][0xd8]N/[0xc][0xf0][0x6][0xbd]4[0xf6][0x7][0xdb][0xbb][0xd1][0x87]s@[0xb0]:O[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xd0]Z[0xb][0xe2][0xa4][0xe7]"y[0x6]h[0x1d]%[0xcf]%[0x1a]/[0xe3][0xca]A[0xba]M[0x9a]e[0xba][0xb4][0xfe][0x9][0xca][0x1e][0xa2][0xc][0xb]#{hc[0xf8][0x80][0xb3][0xb4]hg[0xf8][0xe][0xb5][0x9c][0xcb]F[0xc7][0xc7][0xdf]?w[0x2][0xba][0x92]C[0x82][0xb8][0x0]o[0x9][0xe9][0x1d][0x86][0xf0]>[0xe0][0xa2][0x7][0xc8]m[0xb8]J[0xc5]F[0xa8][0xd8][0x1]\[0xc7][0x8d][0x80]_[0xba][0xc9]/[0x8d]A[0xa4][0x88][0xc5]![0x9b][0x8][0xed][0x97][0xa8]i[0xc][0x7][0xbe][0xc][0xb2]T[0x15]([0x8b]B[0x92][0xed][0xff]b[0xe4][0xbd][0x13]U[0xfe][0x0]PK[0x7][0x8][0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$5.class[0x95]S]O[0xd4]@[0x14]=[0xb3][0x94][0xd6][0xed]Vh[0x16]A[0xfc]F][0x85]ma[0xab][0xf][0xfa][0xa0][0xc6][0x84][0x10]HLV[0x1e][0x0]y[0x1f][0xba][0xb3][0xbb]C[0xca][0xd4][0xf4][0x83][0xe8][0xaf]Q[0x82][0x89]h[0xe2][0x83]?[0xc0][0x1f]e[0xbc]3[0xb][0xb][0xc6][0x87]-m:3[0xf7][0xce][0xb9][0xa7][0xe7][0xde][0xb9][0xf3][0xfb][0xcf][0xcf]_[0x0][0x9e][0xa2]S[0xc7]4[0xee][0xe9]a[0xc9][0x85][0x8d][0xfb].[0x1e][0xe0][0xa1][0x83][0x96][0x83]G[0xc][0x8d]c[0x9e][0xb4][0xfa]\&e&[0x18][0x96][0xbb]i6[0x88][0xe]K%[0x8b](+[0x95][0x12]Y[0xa4][0xd2]B[0xf6]e[0xcc][0xb][0x99][0xaa]hk[0x4]|[0xc9]`[0x17]C[0x99][0xb7][0x9e]0[0x84][0x13]BvJ[0xb5]ml[0x91][0xe9][0xb0]W[0x92][0x80][0xaf][0x19][0xde][0xad]\"[0xae][0xa2][0xaa][0xf6]>[0x83][0xb5][0x91][0xf6]([0x91][0xd9][0xae]Tb[0xbb]<:[0x10][0xd9][0x1e]?H[0xc8][0xd3][0xec][0xa6]1O[0xf6]y&[0xb5]}[0xea][0xb4]t[0x16][0xc]`[0xf0][0xde]h[0xde][0x8d][0x84][0xe7][0xb9] [0xcf]Zuu[0xad]g[0x94][0xd7][0x8c][0xd9][0xfd][0xd8][0x95]y![0x8][0xcc][0xd0][0xa9][0x90][0xdf][0x19]z$\[0xf0]xX[0xa9][0x9c][0xe3]0[0x6]w[0xf3]C,[0xde][0xeb][0x8d][0xdc][0xc1]2[0xd9][0xbb]i[0x99][0xc5]bK[0xea][0xe4][0xfc][0xb]";[0x87][0xfc][0x98]SY6U[0x9c][0xa4][0xb9]T[0x83][0xb7][0xa2][0x18][0xa6]=[0x7]+[0x1e][0xda][0x8]<[0xd4][0xe1]zpp[0xc5]C[0x3][0xa1][0x83]U[0xf]k[0x8]H[0xce]%[0xca][0xc0][0xf0][0xbc]:z[0x97][0xf7][0xc5][0x99]A[0xd5][0xff][0xd7][0x9c][0xd3]j[0xa3][0x84][0xab]A4N[0x90][0xa1]][0x99][0x9d]a[0xb1]/3[0xb1]'[0xf2]b=[0xcf][0xcb]#C[0xa0][0xbb]D[0xf4][0x18][0x82]I's[0xb1][0x9d][0xaa][0x1c][0xe3][0xb8]Mu[0xc0]d[0x91][0xe7]=2_[0xfc]'[0x90][0xfe][0x8b]%[0xba][0xa9]6[0xdd][0xdc][0x9a][0xef][0xeb][0x13][0x1]h[0xa6][0xe3][0xd1][0x1e][0xfa][0x1a][0xf0][0xa8]][0xaf][0xd2][0xea][0x5][0xd9]S4[0xfb]Ax[0x2][0x16][0xac][0x9e][0xa0][0x16][0x84]?0[0xf5][0xd5] gh[0xb4][0x9][0x9]|[0xc2],[0x8d][0x9e]Y[0xfb][0xf4][0xce][0xd1]l[0xe1][0x1a][0xe6][0x9][0xa5]y[0xd6]i[0xd6][0xcc][0xf5]0[0xf8][0x86][0xda]wX[0xe7][0x4][0xae][0xd9][0xf8]L"[0xbe][0x18][0x92][0x85][0x11][0xf0][0x94]D[0xaf][0x16]p[0x9d][0x88][0x17][\r]%[0xc3][\r][0x12]t[0xd3]D[0xdf][0xc2]m[0xe3][0xbb][0x83][0xbb]h[0xd2][0xaa]I[0xbe]i[0x8c][0x1e][0x9b][0xbc][0x8f][0xad][0xda]_PK[0x7][0x8]O[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$6.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]1qLk[0xa5]P[0xee][0xa5][0x85]@[0x1b][0xbb][0x8d][0xe1][0xa5][0xf][0x80][0x90]P)R%[0xd3][0x87][0xb6][0xea][0xfb][0xd6][0xd9]$[[0xb9]k[0xe4]K[0x5][0x1f][0x5][0x8][0x89][0x82][0xc4][0x3][0x1f][0xc0]G!f[0x9d]4[0xe6]&pm[0xed][0xdc]vf[0xf6][0xcc][0xec][0xec][0xb7][0xef]_[0xbe][0x2]x[0x88]^[0x13]3[0xb8][0xad][0xc9][0x92][0x85][0x6][0x96]-[0xdc][0xc1]][0x13][0x1d][0x13][0xf7][0x18][0xe6]Nx[0xd4][0xe9][0x8b]4L[0xe4][0xab]L[0xc6][0x8a]a1[0x88][0x93][0xa1][0x94]+[0x99][0xf9]I[0xae][0x94]H[0xfc][0xe7][0xe5][0xfe]c[0x86]F6[0x92]i[0xe7][0x1][0x83][0xf7][0xa7][0xa7][0x8a]39[0x90]![0xd7][0xae][0xfe]n[0xae]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]$:[0xec][0x89]$[0xc7][0xa7][0xc][0xc1][0xea]9[0xe2][0xfe][\r][0xa6]{[0xc0]`l[0xc6]}A[0x85][0x4]R[0x89][0x9d][0xfc][0xf8]P$[0xfb][0xfc]0"K;[0x88]C[0x1e][0x1d][0xf0]Dj}b44x[0x6]0[0xd8][0xdb]:[0xdd]f[0xc4][0xd3]T[0x90]e[0xbd]:[0xa8][0xce][0x6][0x95]cm[0xbd][0xe]E[0x81]"5[0xb1][0xc2]0[x[0xbf][0x9]d[0x9a][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xe8]U([0xf3][0xcc]{\[0x88][0xe0][0xe1][0xa8]RW[0xa7]a[0x4]c/[0xce][0x93]P[0xbc][0x90][0xba]8[0xe7]'[0x90][0xbd]#~[0xc2][0xa9]-[*[0x8c][0xe2]T[0xaa][0xe1]K[0x91][0x8d][0xe2][0xbe][0x89]U[0x1b]][0xb8]6[0x9a][0xb0]l[0x98][0xb8]`[0xa3][0x5][0xcf][0xc4][0x9a][0x8d]u[0xb8]t[0xfc]9[0xda][0xc0][0xb0]Q[0xdd]{[0x8f][0xf][0xc4][0x99]B[0xdd][0xff]U[0x9d][0xd7]h[0xfd][0x88][0xab][0xa1]?[0xed]+C[0xb7]rv*t [0x13][0xb1]/[0xd2]l{[0xa8][0xe2]D[0xf4][0x19][0x96][0xff]r[0x1][0xbf][0xf]O[0x95]K[0x9a][0xce][0xa2][0xe][0xf8]?[0xa4]r[0x2]ZY[0x9][0x7]K[0xf4][0xfe][0x1a][0xf4][0x1e]k[0x8e][0xa3][0xbb][0xe][0x10][0xa7]+[0xd0][0x16]Z-[0xd8][0xc4]/[0x92][0xf4][0x88]x[0x9d][0xb8][0xe3]z[0xa7]`[0xee][0xda])j[0xae][0xf7][0x19][0xf5][0xf][0x85][0xe7],[0xd1][0x6][\r]/[0xf0][0x16]sD[0xed]Bv[0xe8][0x9f]'~[0x89][0x96]A[0x96][0xcb]D[0x17]pe[0x92][0xf1][0x19]q}F[0xd3]s?[0xa2][0xf6][0x9]F[0x99][0xca]*6[0xde][0x11][0x9c][0xf7]E[0xba][0x85][0xb1][0xe3]$[0x9d][0x96][0xae][0xe2][0x1a]%,[0x13][0xd7]q[0xbd][0x88][0xbe][0x81][0x9b][0x85][0xed][0x16][0x16][0xd1]&[0xa9]M[0xb6][0x19][0x8c][0xbf][0x6]Y[0xef][0x1b][0xb5][0x1f]PK[0x7][0x8][0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$7.class[0x95]S[O[0xd4]@[0x14][0xfe]f[0xb7][0xb4]l[0xa9][0xd0],[0x88]w[0x4]][0x95]ma[0xab]/[0x9a][0xa8]11[0x8][0x89]I[0xe5]A[0x8][0xef]CwvwH[0x99][0x92]^[0x88][0xfe],[0x13][0xd1][0xc4]D|[0xf7]G[0x19][0xcf]t[0x97]][0xbc]DK[0x9b]9[0xb7]9[0xe7][0xcc]w[0xce][0x9c][0xf9][0xfe][0xe3][0xcb])[0x80]G[0xe8]40[0x85][0xdb][0x9a],[0xdb]0[0xb1]b[0xe3][0xe][0xee]ZhY[0xb8][0xc7]0w[0xcc][0xe3]VWdQ*[0x8f]r[0x99]([0x86][0xa5]0I[0xfb][0xc1]A[0xa1]d[0x1e][0xa4][0x85]R"[\r]^M[0xf6][0x9f]1[0x98][0xf9]@f[0xad][0x87][0xc][0xfe][0x9f][0x9e]*[0xc9]eOF\[0xbb][0x6]o[0xb][0xb5]][0xea]"[0xd5]a[0xcf]%9[0xbe]`[0x8]W/[0x10][0xf7]o0[0xed]=[0x6]c#[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*$[0x94]Jl[0x17][0x87][0xfb]"[0xdd][0xe5][0xfb]1Y[0x9a]a[0x12][0xf1]x[0x8f][0xa7]R[0xeb]#[0xa3][0xa1][0xc1]3[0x80][0xc1]y[0xad][0xd3]m[0xc4]<[0xcb][0x4]Y[0xd6][0xab][0x83]j=[0xa1]r[0xec][0xcd]w[0x91](Qd[0x16][0x1e]0[0xcc][0x96][0xde][0xef]C[0x99][0xe5][0x82][0x82][0x19]:[0x15][0xca]<[0xf3][0x1e][0x16]"x4[0xa8][0xd4][0xd5]q[0x18][0xc1][0xd8]I[0x8a]4[0x12][R[0x17][0xe7][0x9e][0x3][0xd9]9[0xe0][0xc7][0x9c][0xda][0xb2][0xa9][0xa2]8[0xc9][0xa4][0xea][0xbf][0x11][0xf9] [0xe9]ZXu[0xd0][0x86][0xe7][0xa0][0x1][0xdb][0x81][0x85]i[0x7]3[0xf0]-[0xac]9X[0x87]G[0xc7]_[0xa0][\r][0xc][0x8f][0xab]{[0xef][0xf0][0x9e]8S[0xa8][0xfb][0xbf][0xaa][0xf3][0x1a]m[0x10]s[0xd5][0xf][0xc6]}ehW[0xce]N[0xb5][0xf7]d*vE[0x96]o[0xd1][0x98]e[0x3][0xd1]e" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xf9][0xcb][\r][0xfc]>=Uni<[0x8c]:[0xe0][0xff][0x98]&#[0xe0][0xe4][0xe7][0xf0]`[0x99]^[0xa0]I/[0xb2][0xe6][0xba][0xba][0xef][0x0]q[0xba][0x4]m[0xa1]5[0x3][0x87][0xf8]%[0x92][0x9e][0x12][0xaf][0x13]w=[0xff][0x4][0xcc][;A[0xcd][0xf3]?[0xa3][0xfe][0xa1][0xf4][0x9c]%j[0xd2][0xf8][0x2]_1G[0xd4])e[0x97][0xfe]y[0xe2][0xb][0xb4][0xc][0xb2]\&[0xba][0x88]+[0xa3][0x8c]/[0x89][0xeb]3[0x1a][0xbe][0xf7][0x11][0xb5]O0&[0xa9][0xec]r[0xe3][0x94][0xe0]|+[0xd3]-[0xe][0x1d]G[0xe9][0xb4]t[0x15][0xd7]([0xe1]$q[0x1d][0xd7][0xcb][0xe8][0x1b][0xb8]Y[0xda]na[0x9]M[0x92][0x9a]d[0x9b][0xc2][0xf0]3[0xc9]z[0xdf][0xa8][0xfd][0x4]PK[0x7][0x8][0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.class[0xa5]VkW[0x1b]E[0x18]~[0x86]l[0xb2][0xc9][0xb2][\r])[0x10]4[0x16]k[0xb5]`s[0x1]B[0xd5]"rI[0xa1]!Hh[0x12]l[0x13][0xa9]Tk[0xbb],[0xb][0xc][0x86][\r]gw[0xa3][0xc5][0xe2]/[0xf0]s=VZ{[0x8e][0xc7]o[0x9e][0xe3][0x8f]R[0xdf][0x99]\[0x1a][0x1a][0xce]1[0xb4][0x1f]2y[0xe7][0xbd]<[0xef]m[0xe6][0x9d][0xfd][0xfb][0x9f][0xdf][0xff][0x0]p[0x1d][0xdf]iX[0xc0][0xa2][0x86]adB[0xb4][0xdc][0xd4][0x10][0xc5][0x92][0xa0][0x96][0xfb]q[0xb]Y[0x15]+[0x1a]T[0xe4][0xc4]f[0xb5][0x1f][0x9f]cM,y[0x15][0xeb][0xc2][0xe4][0xb6][0x90][0x15]T[0x14]U[0x94]B[0xd8][0xc0][0x17][0x1a]"[0xb8]#[0x10][0xef][0xaa]([0xab][0xa8]0D[0xcc][0xba][0xe3]X[0xb6]W[0xe0][0xae]g[0xd9][0x96][0xe3][0x12][0xab]p`|o[0xa4][0xeb][0x1e][0xaf][0xa6][0x5]{[0x9e]!T[0xe6]{[0xb6][0xe1][0xd5][0x1d][0x8b]a[0xf1][0x15][0xf1]B[0xa1][0xe6][0xec][0xa5][0xf][0xea]6[0xf7][0xd2]N[0xdd]&[0x8c][0xb4]][0xf3][0xf8].7[\r][0x8f][0xd7][0xec][0xf4][0xdd][0xba][0xdd][0x2][0x9f][0xcf][0x10]V[0xc0][0xdb][0xe7][0xee][0xd8]4C[0xea][0xff][\r]KrO[0x86]d[0xb6][0xc0]I1[0xc3]0[0x15]?[0x87]]b[0x93]A[0xc9][0xd6]v([0xee][0x81][0x2][0xb7][0xad]R[0xfd]p[0xdb]r*[0xc6]v[0x95]8[0x83][0x85][0x9a]iT7[\r][0x87][0x8b]}[0x93][0xa9][0x88][0xf0][0x18][0xf4][0xb2][0xb1]k[0xb5]`h[0x9b][0x17]~[0xb2]U[0xc3]u-[0x92][0xce][0xf6][0x1e][0xc2]X'[0x10][0xe5][0x91]9O[0xf8][0xaf]vB[0xa4]3r:[0xea][0xe3][0xa3]V[0xe4]K[0xf1]7[0xea][0x8c][0xc0][0xf6][0x91][0x1a][0xad]qA3[0x82][0x8c]6[0x10][0xab][0x86][0xbd][0x97][0xce]=6[0xad]#aGI[0x4][0xab]M[0xbb][0x9e][0xba][0xd8]v[0xc2][0xd0][0xc7][0xc7][0x18][0x86];[0xe2][0xcc]{[0x96]cx5![0xb][0x9a][0xc6][0x91]ar[0xef][0x98]|[0xe7][0x19].[0xb8]T[0xb8][0x8e]c[0x19][0xed][0xb0]Zv[0x1c][0xe3][0xb8]y6[0x83][0xbb][0x6][0xaf][0xd2][0xc9]$[0x95][g[0xa9][0x9c][0xf7]|f^[0x7]d[0xb5][0x11][0x83][0x4][0x8]K[0xc9]q[0xa1]][0xa2]^Nl;[0x4]Qz[0xad]]kJJ+[0xd7][0xea][0x8e]i[0xad]r[0xd1][0xe3]H[0xc7][0xe9][0x98][0x12]q[0xaa][0xf8]R[0xc7]&[0xee][0xe9][0x18][0xc5][0xb8][0x8e]wpIP[0x9][0x1d]#xK[0xc5]W:[0xb6]p[0x9f]a[0xe8][0x8c][0x94][0x84][0xde][0xd7]:[0xbe][0xc1][0x3][0x15][0xdf][0xea]x[0x88]G:[0xc]l3$z[0xe]V[0xc7][0xa7][0x98][0xd5]ab[0xa7][0xe5][0xe2][0xf4]Ia[0x18][0xef][0xa9]l*,[0x1d][0xbb][0xd8][0x13]![0xed][0xeb][0xe0]8`[0x98]y[0xbd][0x1b]F%z[0x19][0xc8][0xc6][0xf6][0x81]ez[0xbd]d[0xf4][0xd2]\3L[0xd3]ri@M[0xd3][0x88]Z<[0xd7][0xac][0xe9][0x9e][0x9b][0xe1][0xd3][0x1c][0x9a]..[0xff][0xd1][0x92]7[0x8c]N[0xb8][0x12][0xcf][0x8b]n[0x7]y[0xf3][0xe][0xd0][0xdd][0x8e]'[0xce][0xbe][0x1b][0x83][0xdd]\[0x6]u[0xdf]pK[0xd6]cO[0xe2]Q[0x97][0x15][n[0x86][ [0x1d]5 [0x8][0x9f][0xb1]Cm[0x8a][0xc6][0xbb]e[0xc2]v[0xb4]+[0xcf][0x15][0xcb]5[0x1d][0xde][0xec]c[0xb8][0x92]+W[0x1e][0x16]s[0xd9][0xb5][0xe5]R[0xbe]\d[0xb8][0xdc]][0x98][0xe][0x3]r7sF[0xe9]:5:[0xc2][0xa8][0xec];[0xb5][0x1f][0xc4][0xc]k[0x1c][0xfe]f[0x3][0xae][0x8b][0x6][0x94][0xde]dZvOO[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0x8a]QzX[0xfb]0(n[0x8][0x18][0xde][0x96][0xbb]X$"[0xee][0xe][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]F[0xf1].I.[0x13]5[0xb][0x1f]I[0x1]-[0x99]J=[0x3];A[0xdf][0x13][0xa9][0xff][0x9e][0xe0]I[0xc9][0x95]h[0x6][0xe1]>y[0xfc][0x98][0x8a]1[0x8a];[0xf8][0x84]([0x9f],[0x97](eCv[0xa3]-[0x9b][0x81]OQ[0xc4][0xfc]"[0xbb][0xcf]d[0xdf][0xe9][0x13][0x81][0xa4]s[0xb2][0x98][0xf3][0xe4]Q [0xd3]m"[0x8f][0x1f](}[0xff][0x1]PK[0x7][0x8]m[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier.class[0xa5]W[0xeb]s[0x13]U[0x14][0xff]m[0x92]v[0xdb]m([0xa5]O[0xa0][0x5][)4M[0xb1]iy[0x8a][0x5][0x14]J[0x8b][0x95][0xd8]")[0x8f][0x82][0xa2][0xdb]d[0xdb]nM7uw[0x3][0x4]qD[0x5][0x15]|[0x8b][0xa2][0xa0][0xf8]Vt[0xfc]"3[0xd2][0x8a][0x1d]e[0xfc][0xe4][0xc]~[0xd2][0xd1][0xc7][0xf1][0xdc][0x9b][0xcd]f[0xbb]M[0xdb]D:[0xd3][0xfb][0xda]{~[0xbf]s[0xce]=[0xe7][0xdc][0x9b];[0xff][0xfe][0xfc]+[0x80]N|'[0xa1][0x1d]c[0xa5][0xd4][0xa8][0x12]B[0x18][0x17][0xf1][0xb4][0x4][0x1f][0xc6][0xd9]J\[0xc4]D[0x9]4[0x9]"[0x12]l[0xdb]d[0x19][0x9e][0x81]^[0x2][0x83][0xf5]&[0xdb][0x9e][0x14]qRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]E<+a[0x19][0xce][0x88]xNB[0x15][0x9e]g[0xcd]Y[0x11]/H[0xa8][0xc5][0x8b][0xac][0xa1][0xc9]K[0x12]V0[0x82]s[0x12][0xea][0xd9][0x8e]z[0xb6]x^[0xc2][0xcb]x[0x85][0x1][0xbe]*[0xe2][0x82][0x84]&\d[\r]}yMB3^g[\r]M[0xde][0x90][0xd0][0xc2]dZ[0xd8][0xe4]M[0x9]A6[0x9][0xe2],[0x13]|K[0xc4][0xdb]"[0xde][0x11][0xf1][0xae][0x0]D[0x1e]Q[0xfa][0x13][0xa6]:[0xa2]*:M[0xfb]4M[0xd1][0xbb][0xe3][0xb2]a([0x86][0x80][0xd2][0xb8]j[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd0][0xb8]"<.[0x9f][0x90]CIS[0x8d][0x87][0xc2][0xb4][0xdc]E[0x9f]#[0xea][0xa8]&[0x9b]I][0x11][0xb0][0xc3][0xf5]y{8[0xa1][0x8f][0x86][0xc6][0x93][0x9a]j[0x86][0xf4]$C[\r]i[0x9c]&*[0x9b]jB[0xb][0x1d]Hja[0xb][0xbc]k'aI[0x93]qE6[0x94][0x88][0x99][0x98][0x14] [0x1c][0x15]P[0xbc]]%[0xd9][0x9d][0x2][0xbc][0x81][0xd6]C[0x2]|[0xdd][0x89][0x18][0xd1],[\r][0xab][0x9a][0xd2][0x9f][0x9c][0x18]V[0xf4]Ay8N+[0x95][0xe1]DT[0x8e][0x1f][0x92]u[0x95][0xcd][0xad]E[0x9f]9[0xa6][0x92][0xce]m[0x8b]+[0x91][0xb1][0x9d]T([0x93]c[0xb1][0x8c]N[0x2][0xda][0x3][0x5]X[0xc0]4,[0x89][0xdb][0xb2]y[0xf0][0xda][0xa2][0x2][0xca]ue"qB[0xc9]RW[0x9d][0xd4][0xe5][0xc9][0xbe][0x11]RmpLW[0xe4][0x18];#[0x1]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xa8] [\r]*GT][0x19]T[0xc][0x93][0x96]#[0xa6][0xac][0x9b]JL@S[0xe][0xbe]=[0x8a][0x11][0xd5][0xd5]I[0x6][0xc1]m.[0x8b]e[0x17][0x4][0xac]^X[0x80][0xc]s[0xf0][0xf4][0xd2][0xf1][0x1a]c[0x8c][0xa8]![0x7][0xd1][0x1][0xc5]H[0xc6]M[0xce]Q[0xac][0xf3][0xb1][0x80][0x15][0xf3]n[0xa3][0xb8][0xc8] [0xdb][0xea]K=[0xa7][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'6[0x1c][0x9f]{e5[0xce][0xe3]5[0xb8][0x98]7[0xad][0x9d]\[0x5]q$#[0xd6][0x92][0xa7][0x14][0xe5][0x8b][0x8b][0x92][0xb4]X[0x13]p[0xe7][0x90]{[0xce][0xe3]h[0xc4][0x16][0xa8][0x9d][0x1d][0xdb][0xa9][0xc9]L|o+0[0xdb]2j[0xb1]LK[0xb9][0xb5](,U[0xff]73[0xb3]my[0xc6])[0xbb][0xc]#9[0xc1]O[0x87]m`[0xe7]e[0x1f]Q[0xdf][0xa8][0x96][0xd0][0xd9]J[0xd6][0x83]v[0xa8]TP[0x8a][0xf6][0xaa][0xba]af[0x93]E[0x92][0xa3]Q[0xc5]0[0x9a];::[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x91]#v[0xc6][0xb7][0xce][0xad]h[0x9e]S[0x1d]Y[0xc4]N[0x86][0xd8]_[0x8]b>[0xc7][0xeb]9[0xd5][0xc9][0x9a][\r][0xc4][0x13]I$[0xf5][0xa8][0xd2][0xab][0xb2][0x13][0xad]p[0xe0][0xb4]31?[0xe][0xe2][0x90][0x1f][0x1b][0xb1][0xc9][0x8f]mx@@k[0x16],[0x9a][0xd0][0xa2]I]W43[0xd4][0x9d][0x98]L[\r]h[0x87]u[0xd5]Tv[0xe9][0xba][0x9c]b<~l[0xc5][0xfd][0x94][0x8e]\ .k[0xa3][0xa1][0xfe]d<[0xbe]?[0xa1]j[0xa6][0xa2][0xdb]i!`e[0xb7][0xac][0x91]-[0x8d][0xe4][0xd4]F[0xb9]Q[0xa3]=[0x8d][0x99][0x1a][0xc6]8/[0xf9][0xd1][0x83]^[0x11][0xef][0xf9][0xf1]>.[0xb]XemO[0x97][0xab][0xb9][0x12][0x1f][0xe0][0xb2][0x1f][0x1f][0xe2][0x8a][0x88][0xab][0x2]6[0xe5][0x1d]S[0xcd][0xce]"'e'">[0xf2][0xe3]c\[0x13][0xb0]ya[0xac]HJ[0x8b][0x8e][0xe9][0x9]M=[0xad][0xc4][0x1c][0xb8][0xcc][0x84]O[0xa8][0x16][0xe7]}|[0xcd]t0`R[0x9f][0xfa][0xf1][0x19][0xf3]x[0x1][0xa2][0x1b][0x98][0xdc][0xe7][0x8b][0x9a][0xcd][0xae][0xb7]I%[0xb6];u[0xd0][0x98]u[0x12][0x5]0m[0x14][0xb0]6[0xaf][0x94][0x13][0xf1][0x85][0x1f]_[0xe2]+?[0xbe][0xc6]7[0x5]Q[0xf0][0x88][0x8b][0x16]$[0xb2][0x99][0x89]\/HdKA[0xbb][0xb7][0xb2] [0xfc][0x96][0xb2] o[0x11][0xca][0xa9]l[0x2][0xc][0xc][0x8f]+Q[0xba]C[0xb6][0xe4][0xcf]8[0xfb]eTcUM[0x8e][0x16]1uU[0x1b][0xe5][0xe9]\>;[0xc5][0xe9][0xb9]B[0xd9][0xe4][0xda][0x9e]&[0xef]j=[0xca]/3[0x96][0xaf][0xb4][0x85][0x2][0x9d]R[0x8e][0xa8]j[0xe1][0x90][0x81])[0xb4][0xba]![0xbf]'[0xc8][0x1b][0x8b]D[0xd5][0x13][0xb9] [0x83][0x1c][0x92][0xb2]a[0xbd][0x1b]r[0x86] [[0x4]r[0xab]][0x89][0x98][0xb3][0x98]s[0x8a][0x83][0xbe]Y[0xa5]'[0x8d]u[0x87]N[0xe9][0xf]G[0xc9])[0xb6]K[0xce]qG[0x19][0xf0][0xcd]Wr[0xbc]V[0x1d][0xb8][0xcf][0xb]wd[0xfe]I[0xed]_t[0xb8]S[0x19][0xf8]g[0xa1]2PQ[0x82]'[0xf1][0x94][0xc5][0x15][0xe2][0xda][0x3]E[0xc][0xdd][0x9d][0xf0]5[0xe]E[0x8b] 3[0x18][0x12][0x1e]F[0xd4][0xf6][0x9e][0x97][0xc7][0x8d][0xc8][0xa3][0xcc][0x11][0xbf]N[0xf1]th[0x89]iq>[0x8a]Y[0xa1]%B[0xe1][0xde][0xf2]`[0x84]K[0x8e]R[0x85][0x1][0xf9][0xb3][0x14][0x1d]T[0xfd];}[0x1e][0x9e]g[0xa7][0xd6][0x95]R[0x1e][0xa4][0xff]j[0xad][0xbe][0xde][0xea][0x9b][0xac][0xbe][0xd9][0xea][[0xac]>[0x98][0xee][0xfe][0x3]PK[0x7][0x8]9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/StoppedByUserException.class[0x9d][0x90]1O[0xc3]0[0x10][0x85][0xdf][0xb5]M"BKK[0x81][0xa5]Ll[0xc0][0x80][0x85][0x84]X@[0xc][0x14][0x90]@[0x15][0x3][0xa5][0xdd][0xdd][0xd4][0x14]W[0xa9][0x1d]9[0xe][0x82][0x9f][0xc5][0x84][0xc4][0xc0][0xf][0xe0]G!.)bb[0xc2][0xc3][0xb3][0xef][0xf9][0xe9][0xbb][0xd3]}~[0xbd][0x0]8[0xc4]V[0x8c]:[0xba][0x11]6"l[0x12]:[0xb9]rZ[0xa6]c[0xe5]rm[0xcd][0xe8][0xfa][0x82]@7[0x84]V[0xdf][0x9a][0xdc]K[0xe3][0xc7]2-T[0x80][0xe5]!Bx[0xaa][0x8d][0xf6]g[0x84][0xfa][0xee][0xde][0x98][0xd0][0xe8][0xdb][0xa9]"[0xb4][0x7][0xda][0xa8][0xdb]b1Q[0xee]^NRv[0xba][0x3][0x9b]0V2[0x9c][0xeb][0x1f][0xb3][0xe1][0x1f]uN8[0x1e]X7[0x13][0xf3][0x82]A[0xc2][0x15][0xc6]('[0x8c][0xf5][0xfa]A'[0xd2][0xf3][0x10]b[0xe8]m[0x96][0xa9][0xe9][0xf9][0xcb][0x88][0x87][0xbb]|NTV[0xda]'[0x84]xh[0xb][0x97][0xa8]+][0xc2][0xb6][0xff][0x8e][0x1d][0xcc][0xe5][0x93]lb[0x5]1[0xe1][0xe8]?}[0x8][0xbd][0x12]!Rif[0xe2][0xae]0^/[0xd4][0xef]'vP[0xe3][0xf5][0xf1]*[0xd0]C[0x3][0x1][0xdf]!W5D[0xfc][0xa2][0xb2]+[0xeb]*;[0xa2][0xaa][0x81]`[0xff][\r][0xf4]ZE[0x9a][0xac]ae[0xc6]h[0xb1]6[0x97][0x1][0xac][0xa1]][0x1];Uj[0xfd][0x1b]PK[0x7][0x8][0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/runner/notification/SynchronizedRunListener.class[0x9d]UmS[0x13]W[0x14]~.[0x9]$[0x84]-b[0x4]-H[0x95]T[0xd4][0xbc]a[0x4]_[0xd0]b[0x91][0x8]Di[0x3]XBi[0xb1][0x9d]N[0x97]d![0xcb][0x84]][0xba][0xbb][0xa9]mJ@[0xfb][0x85][0xf]u[0xa6][0xe2][0x8c][0x9d][0xe9][0x9b][0xdf][0xfa][0xa3]:}[0xee]eM[0x10][0x8]l[0xfd][0xb0][0xe7][0x9e]{[0xcf][0xb9][0xcf]y[0xce][0xb9]''[0xff][0xfc][0xfb][0xf2]w[0x0][0xa3]x[0x12]C/[0xf2][0x9d][0xd0][0xf0]@[0x8a]i[0xb9][0x9d][0x91]bV[0x8a][0x82][0x14][0xf][0xa5]x$[0xc5][0x9c][0x14][0x1f][0xc5][0xf0]1[0x8a][0x11][0xcc][0xcb]u![0x82][0xc5][0x18][0xba][0x91][0x97][0x9b][0xc7]R[0xfb]$[0x8a]%[0xb9]>[0x8e][0xa0]$[0x10][0xad][0x99][0xae]gX[0x86]#[0x90])[0xda][0xce]Fn[0xb3]n[0x99]^[0xce][0xa9][<[0xcb]Y[0xb6]g[0xae][0x9b]e[0xdd]3m+[0xb7]T[0xb7][0x8a][0xbe][0xf3][0x84]@d[0xcb][0xa6][0xa3][0xcd]{[0xf1][0xe2][0xa6][0xfe][0xad][0x9e][0xab][0xe9][0xd6]Fnqm[0xd3]({4w[0xdc]3i[0x9e][0x14][0x98]J[0xfe][0xf][0xd8][0xc3]H[0xa9][0x15][0x81][0xf0][0xb4]]1[0x4]N[0x15]M[0xcb]X[0xa8]o[0xad][0x19][0xce][0xb2][0xbe]V3dd[0xbb][0xac][0xd7]Vt[0xc7][0x94]{[0xff]0[0xec]UMW`[0xfc][0x84][0xb0][0xa5][0xef][0xad]r[0xd5]a[0xe]?[0x18][0x95]73[0xeb][0xf6][0xc][0xd7][0xe3]Q[0xc9][0xd3][0x1d][0xcf][0xa8][0x8]$[0x8e]Ha[0xc6]p[0xcb][0x8e][0xb9]-[0xa1][0x14][0xc7][0xae]J[0xf3]@[0xe0][0xc2][0xf1][0x17][0x4]b[0xb3][0xdf][0x95][\r][0xb5]q#Xfn~[0xcc][0x2][0xab][0xe6]Ve[0xd0][0xc1]#[0x82].[0x19]n[0xbd][0xb6]W[0x93][0xe]G[0xe9][0x2][0xfd]-[0xdd]HJ[0xa2]6[0xd2][0xd0][0xe4][0xae][0x19]@[0x19][0xb][0xba]Y[0xab];[0xac]Z[0xfa][0xa4]g[0xf2]=U[0xf0][0xc8][0xfa][0xeb]kW[0x3][0xde][0x12][0xe8][0x93][0xe1][0xf2][0xae][[0xdf]Ri7[0x2]+[0x1a]s[0x1b][0x96][0xed]HR[0xd1][0xaa][0xee]V[0xf7][0x9e];[0x94]L[0xcd]1O[0xe3][0x9b][0xba]^[0xe3]{[0xf6]%[0x8f]h[0x8e]'[0x2][0xed][0xb6]W[0x95][0xdd][0xcb]g[0xd7]Y[0x8e][0xa8]g[0x97]<[0xc7][0xb4]6[0x4]z[0x93][0xa9]}W[0xf6]Ne[0xe9]Kv[0xdd])[0x1b][0x5]S6[0xcb]`[0x8b]6[0xb8]&/[0xb2][0xb8]<[0xf2][0xcc]-c[0xc5]tM6W[0xde]br[0xba][0xff]j[0x9f][0x12]j[0xb9][0xea][0x18]z[0xa5][0xa4][0xaf][0x13]J[0x9b][0x93][0xe9]O[0xd7]t[0xd7]5[0xc8][0xf7]v[0xf0][0xb6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]n[0xc2]Lh[0xe8][0xc7][0x8a][0x86]>[0x9c][0xd5]p[0xe][0xef]j[0x18]BB[0xc3][0x15]\[0xd5][0x90][0x96]ZF[0x8a],F4\[0x97]b[0x14][0x89][0x8]>[0xd3]0[0x86][0x1b][0x2][0xb7][0xde][0xaa][0xe3]5[0xdc][0xc4]-[0x81]s[0x7]K[0xf5][0xa0]n[0xd6]*[0xd2]|[0x7]w5|[0x8e]U[0x81][0x8b]C[0xc9][0xa7][0xa6]W[0x1d]r[0x1b]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0xe8][0xa9][0xa3]oo[0x1b]NJ [0x15]8i[0x81]3[0xcd][0x88][0x8d]_[0x83][0xc0][0xcd][0xb7])[0x9b][0xea][0x16]6f[0xcf][0xc1][0x16]a[0x3]Ij[0x16][k$y[0xb8][0x1b][0xe]7[0x88][0x9f][0xf5][0x4][0xcb][0xab]q[0x96][0x2]m[0x88][0xcb][0xd7][0xa0][0x16][0x97][0xf][0xc2][0xb5][0x8b]_?[0x6] p[0x9e][0xda]*=B\O[0xa5]_@[0xa4]3[0xcf][0xd1][0x96][0xce]>G[0xe8][0x99][0xba]:[0xa8][0xae][0x85])[0xcf]S[0xe][0xa2][0x13][0xef]q[0xf2]^[0xa0][0x4][0x1f]V][0xe3][0xee]"[0xa0]4[0x19]F(M[0x6]j[0xa3][0xce][0xc7][0xe7]*[0xc3]lr[0x95]8[0x3][0xe9]_[0x11]Z[0x9d][0xff][0x9b]K[f[0x17][0xe1][0xec][0xab][0x9f][0x11]][0xc8][0xbe][0x1a][0xf9][0xe3][0x19]="8[0xad]H[0xf7][0x12][0xa1][0xf7][0x0][0x83][0xf7]i[0xbd]D[0xec]a[0x92][0xbf][0xac][0x18][0x9c][0xa5][0x9d][0x88][\r][0x6][0x3][0xf4][0xb9][0xc4][0xa8][0xc3][0xd4][0xc3]\/[0xf3]c[0xe7][0x1d][0xcf][0xa0]=8[0x83][0x14][0xad]i2[0xc8][0x90]A[0xb6][0x5][0x83]$[0xbd][0xde]d[0x90]>[0xa9][0x6][0x1d][0xc1][0x19]\[0xa7]u[0x94][0xc][0xc6][0xc8][0xe0]F[0xe0][0x1a]dNb[0x10][0x9][0xce]`[0x9c][0xd6];dp[0x97][0xc]>[0x8][0xcc][0x80]?[0xf8][0xe3][0x19]D[0x83]3[0x98][0xa4][0xf5]>[0x19]L[0x91]A[0xbe][0x5][0x83]k[0xc8][0x1d]`[0xc0]i[0xe3]7|[0xb][0x6][0x9d][0xc1][0x19][0xcc][0xd2]Z [0x83][0x87]d[0xf0][0xe8]X[0x6]B[0xe][0xb8][0xe3]3[0x8f][0x5][0x8f][[0xa4]u[0x9e]q[0x17][0x18]w1p[0xed]9Z[0xfd][0xcc][0xc7][0x14]# *C[0xef][0xa2]k[0xa7][0x81][0xdf][0xa1][0xce]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xdb][0xf3][0xf1]1[0x85][0x9c][0xae][0xfe]}[0xd7][0x1f][0x15][0x89]t[0xe6]'[0xb4][0x87]w2A[0xfb][0x11][0xed][0xa1][0x9d][0xcc][0x9f][0xd0][0xe6]%hV[0x1][0xbf][0xd3][0x4][0x1e] 48|[0xdb]9g"[0xf8][0x82][0xc3][0xe3]K[0xf4][0xe0]+[0x8e][0x8a][0xaf][0xf7][\r][0x91]D#[0x81][0x4]nst[0xf0][0xdf][0x92]4[0xc6]y&[0x87][0x8][0xe7][0xb7]O`F[0xed][0x89][0xfa][0x1b][0xba]W_pd[0xa9]p=[0xbb]8[0x1d][0x8f]S[0xec][0xe2][0xcc]/[0x7]R2[0xf6][0xa5][0xf4][0xba]L!6[0xae][0xf4][0x9a][0xc0]=[0xdf]o[0x8a][0xeb]}~1[0xea][0x1f][0xb2][0xec][0x93]W:[0xff][0x3]PK[0x7][0x8][0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/junit/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runners/AllTests.classuQMO[0x2]1[0x10]}[0x85][0x85][0x95][0x15]D>[0x4]!^[0xbc][0x18][0xc5][0xc4][0x8d]g[0x8][0x89]!zBc[0x2][0xe1]^[0xa0][0x81][0xe2][0xda]%[0xdd][0xae][0x1f]?[0xcb][0x93][0x89][0x7][0x80]?[0xca]8[0x5][0x91]([0xb1]M:o[0xde][0xbc][0xbe][0xe9][0xa4][0x1f][0x9f]o[0xef][0x0][0xce]Q[0xf3][0x90][0xc4][0x9e][0x8b][0x8a][0x8b]*C[0xba]%[0x95]4m[0x86][0xf2]qw[0xc6][0x1f][0xb8][0x1f]p5[0xf1];[0x1][0x8f][0xa2][0xe6][0xc9][0x80][0xc1][0xe9][0x84]c[0xc1][0x90][0xef]J%n[0xe2][0xfb][0xa1][0xd0]}>[0xc][0x88])v[0xc3][0x11][0xf][0x6]\K[0x9b][0x93][0x8e][0x99][0xca][0x88][0xe1][0xa0][0x1b][0xea][0x89]?[0x8b][0xc9][0xd9][0xd7][0xb1]RBG[0xfe]E[0x10][0xf4]Ed[0xa2]&C[0xea][0xce][0xda]3[0x14]6:2T~[0xdb]>[0xcf]W[0xd6][0xe5][0xbf][0xe2]V[0xa3]Mz[0xef][0xf2]i$[0xe6]F[0x86]*r[0xb1][0xcf][0x90][0xe9][0xc9][0x89][0xe2]&[0xd6]t[0xa5][0xba]1[0x92][0xbd]c[0xa7][0xf2]za[0xac]G[0xe2]JZ[0xe7][0xdc][0xea]igV[0x9d][0x85][0x83][0x14]C[0xfd][0xff][0x9][0x18][0x8e][0xd6]E[0xa9][0x8c][0xd0][0x8a][0x7]?[0xaa]^,[0x8d][0xb8][0x16]f[0x1a][0x8e][0x19]J[0xeb][0xfe][0xfd][0xa9][0xe][0x1f][0xed](8D[0x82]~[0xc0].F[0x9b][0xba]Q[0x96][0xa6][0xec][0x96][0xf8][0x4][0xc5]t[0xe3][0xf4][0x15][0xec][0x85]P[0x12].[0x9d][0xde][0x82][0xad][0x91][0xae][0x8e]-B[0x95][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0xaa]`[0x81][0xb6][0x91]%[0xa7][0x1c]a[0x1b][0x97][0xcc][0xe][0xa1][0x80][0x8f]B[0x8c]7UK[0xab]"e%{f[0x8f][0xcf][0x19][0xcf][0x8c][0xe7][0xf7][0x9f][0x9f][0xbf][0x0][0xac][0xe1]a[0x5]E[0xac][0x84][0x98][0xc5][0x8d][0x10][0xcb][0xb8][0x19][0xe0]V[0x80][0xdb][0xc]%7[0x94]Y[0xfd][0x19]C[0xab]k[0xec] [0x1e][0x8d][0xb5]t[0xb1][0x1d]k-l[0x16][0xbf]V&9x[0xfb][0x9e][0xa0][0xf5][0x8e][0xe2]Y[0xb6][0x93][0xe3]mR[0xbd][0x94][0x4][0xbe]bx[0xd2][0x98]^[0xd6][0xdc]c(v[0xcc][0xbe]`[0x98][0xef]J-[0xb6][0xc6]i_[0xd8][0x1e][0xef]+B[0x16][0xbb]&[0xe1]j[0x8f][[0xe9][0xff][0x8f][0xc1][0xa2]O[0x8e][0x1][0xc][0xd1][0x1b][0x1f]"[0x8f]&[0x8]y<[0xf5][0xad][0xf5]5J7[0xdc][0xf8][0x94][0x88][0x8f]N[0x1a][0x9d][0x5]XeX [0xcd][0x8e][0xf8][0xa0]D[0xe2][0xe4][0xa1][0xe8]p[0xa5][0x18]j[0x8d]fw[0xc4][0xf]y[0xac][0xb8][0x1e][0xc4][0xdb][0xfd][0x11][0x1d][0xb6][0x3][0xdc]![0xf5][0xae][0x19][0xdb]DlJ[0x9f][0xd2][0xca][0xc5][0xd7]<[0xf5]R[0xaa]kC'[0xca]dR[0xf][0xde][0x9]74[0xfb][0x1][0xee]F[0xb8][0x87]z[0x84][0x12][0x82][0x8]e[0xdc][0x8f][0xf0][0x0]5[0xea][0xf6][0xf4][0xf9]3[0xbc]8%K[0xed][0x84][0xd5]\[0x9d][0xa8]R[0xea][0xa7][0x8a][0xcf][0x16]3i[0xde][0xd2]i5'[0xe5][0x9f]A{Ck[0x8e]&[0xdc][0xc6][0xb4][0xe9]0[0xcc][0xa5]ye[0xf9]1[0xc3][0xd6]E[0xef]?[0xc9]i[0xd3][0xf2]T[0x1c][0x19]{0iE[0xbb][0xf9]_[0xe6][0xae][0xe3]N[0xa4]B;z[0xaa]B[0xc3][0x8f]I[0x98]XAXOd[0xe][0xab]4[0xb8][0xb3]4[0xc3][0xac]Z[0xf5]]$o[0x86]V[0x19][0x15][0xb2]!y[0xeb]d=[0x12][0xb6][0x1e]}[0x3]k[0xfd][0xc0][0xcc][0x97][0x9c]3G{[0x9]~z*[0x88][0xc8][0x8f][0xbc]O[0x8a]K[0xa8][0x92]][0xa0]U$d[0x91][0xf6]%[0xd4][0x8e]c='[0xc4][0xb3][0xca][0xad][0xaf]`[0xdf]Q[0xf8]|.R[0xf8]O[0xa4][0xf2][0xb9]H[0x97]Q[0xc0][0x95][0x9c][0x15][0xd7]rl[0x19][0xd7]1[0x9f][0xdf]I[0xa3][0x8c][0xfc][0xfb][0xb]PK[0x7][0x8]j&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runners/BlockJUnit4ClassRunner.class[0xb5]Y[0x9]\T[0xe7][0xb5]?[0x7]f[0xe6][0xc2][0x9d][0xcb]"[0x8][0x8a][0xa2]"[0xa2][0x19][0x6]F[0xd4][0x98]Dq[0x9][0x8]ZA[0x16][0xab][0x88]A[0x9b][0x9a]a[0xb8][0xc0][0xd5]a[0x86][0xcc][0xe2][0xd6]$Mj[0x9b]t[0xb5]I[0xd4][0xb6][0xda][0x98][0x98]4[0x9]mc[0x1a][0xcc][0x2][0x12][0xb2][0xf5]5[0x8d]M[0xde][0x96][0xe5][0xb5][0xaf][0xcb]k[0xdf][0xcb][0xdb][0xdf][0xeb][0xdb][0xf7][0xb5][0xed]9[0xdf][0xbd]s[0xe7][0xce][0x2][0xc][0x9a][0xf0][0xfb][0xf1][0xdd][0xef]~[0xf7][0xfb][0xce][0xf9][0x9f][0xe5];[0xe7]|[0xdf][0xbc][0xf5][0xab][0x17]_[0x1][0x80][0xd5][0xf8][0xa2][0xc][0xc3][0xf0]7[0x12][0xfc][0xad][0xc]Y[0xf0][0xcb]\[0x8][0xc2][0xdf][0xc9][0xd4][0xfc]=7[0xff] [0xc3]?[0xc2]?q[0xef][0x9f][0xb9][0xf9][0x17][0x9][0xfe]U[0x86]![0xf8]7[0x9e][0xfa][0xef][0x12][0xfc][0x7][0xf][0xfe][0xa7][0xc][0xff][0x5][0xff][0xcd][0xbd][0xff][0xe1]o[0xff]+C[0x1e][0xfc][0x1f]O[0xf8][0x1e][0xfb][0x95][0x4][0xbf][0xa6][0x9][0x8][0xc4][0x5][0x91]F0[0x8b][0x9b]lnl[0xdc][0xd8][0xb9]q[0xf0][0x14]I[0xc2][0x1c][0x19][0x16][0xc3]/s0[0x97][0x9e]([0xf3][0xa0]3[0x7][0x15]~[0xc9][0x93]0_[0x86][0xe5]X[0xe0][0xc4]B[0x9c][0xc3]k[0x8a][0xb8])[0xe6]fn[0xe][0x96][0xf0][0xdc]R[0x19][0xe7][0xe1][0xfc][0x1c],[0x93]q[0x1].[0x94][0xb0][0x9c]?.[0x92]p1?[0x97][0xf0][0xc2][0x8a][0x1c]\[0x9a][0x8b][0x95][0xb8]L[0xa6][0xa6][0x8a]{[0xcb]%\[0xc1][0xcb][0xae]#[0xec][0xe8][0x94][0xd0]%[0xc3]F[0xac][0xe1][0xa6]VB[0x8f][0x84]+eh[0xc0]:&[0xb0][0x8a][0x9b][0xd5][0xdc][0xac][0xe1][0xe6]zn[0xd6]rs[0x83][0x84]7[0xca][0xb0][0x1d]o[0xe2][0x97]u[0x12][0xae][0xe7]g[0xbd][0xc];p[0x3][0xf7]6[0xca][0xb8][0x9]7[0xe7][0xe2][0xcd][0xd8] c#n[0xe1][0xa6][0x89][0xc1]4K[0xb8]U[0x86].[0xdc]&[0xe1]Gd[0xe8][0xc6]m<{;7-[0xdc][0xb4]r[0xb3][0x83]'[0xb6]9[0xb1][0x1d];[0xb8][0xe9][0x94]p'[0x8f]|[0xd4][0x9][0x7]p[0x17]O[0xd8]-a[0x17][0xcb][0xbe][0x87][0x9b]n[0xfe][0xb6]W[0xc2][d[0x18][0xc0][0x1e][0x9][0xf7]9[0xa1][0x4][0xf7]K[0xf8]1~~\[0xc2][0x3][0xbc][0xe2]6[0x9][0xbd][0x12][0xf6]"[0x14][\r][0xa9][0x91][0xc1]`_[0xb3][0x1a][0xf6][0x85][0xb4][0xe1][0x88][0x16][0xc][0x84][0x11]\m[0x7][0xbd][0x87][0xbd]u[0xd1][0x88][0xe6][0xaf][0xf3][0x5][0x3][0xbe]h([0xa4][0x6]"uMfw[0xbb]7<[0xd8][0xee][0x1d][0xde][0x80][0x90][0xbb][[0x1b][0x8]x#[0xd1][0x90][0x8a]p{[0x86][0xcb]6[0xb6][0x5]C[0x3]u[0x7][0xa3][0x1]-R[0x17][0x8a][0x6][0x2]j(\7[0x14][0xec]S[0xfd]u[0xdb]B[0xde]![0xf5]H0t[0xa8]][0xa0][0xda][0x90]2[0xb1][0xce][0x2]t[0xc3]f[0xe2][0xef][0xd8][0xa8][0xd1][0xd7][0xcd][0x8]s[\r][0xd0]~o`[0xa0][0xae][0xc9][0xef][\r][0x87]7Tw#[0xd8][0x9a][0x88]0BA[0x9b][0x16]P;[0xa2]C[0xbd]j[0xa8][0xcb][0xdb][0xeb][0xa7][0x91][0xa2][0xb6][0xa0][0xcf][0xeb][0xef][0xf6][0x86]4~7[0x6]m[0x91]A[0x8d][0xe4]w[0xa7][0x1][0xb8][0xc5][0x1f][0xf4][0x1d]j[0xdd]CCk[0x5][0xf5]]b[0x9c][0x10][0xd8][0xf][0xf1]+[0xc2][0x9c][0x14][0xfe][0x8][0xa5][0x89]L[0x8e][\r][0xc7][0x18][0xcd]M[0x9e][0xbc][0xd1][0xcd][0xd2][0xc8][[0x8f][0xfa]T[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xfa][0x10][0xe6][0xa5][0x8][0xc5][0xf3]X[0xae][0x1c][0xc2][0xd5]4[0xa8][0xf9][0xfb][0x10][0xf6][0xba][0xae]A[0x9f][0x81]`D[0xeb][0xd7]|^[0xe6]YG2u[0x88]w[0x12][0x8c][0x99]8t[0xe7]@[0xa8][0xce][0x98][0x3]![0xb][0x18]$[0x10]jf[0xc1][0xf][0xc1][0xd9][0x17][0xb7]-[0xc2][0xe2][0xe9]mO[0x9e][0xa7][0x85][[0x6][0x2][0xc1][0x90]J[0xf8]j3WA[0xf5]>2[0x99]O[0xd7]\[0x9e][0xce][0xb1]W54[0xd9]2[0xb]23[0xc1]s[0xe][0xa8][0x11]A[0x96][0x1c][0x9f][0xbc][0xcd]Um[0xd9][0x1c]mZ8BS6[0xa5][0xc]f[0xbe]3[0xd8][[0x8a]|[0xc1][0xa1][0xe1]hD[0xed]R[0xc3][0x11]}[0x98][0xdc]p[0xa1]/[0xe8][0xf7][0xab][0xbe]H[0xb][0xd1][0xd0][0xbc]~[0xed][0xb8]P[0xf5][0xd6]P([0x18][0xa2][0xaf][0xc5][0xae]d[0x18][0xc2][0xce][0xaa][0xf1][0xb9]0[0x15][0xe4]u)[0x10][0xe3][0x1e][0xd9]5[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e]a[0x87][0x16]p[0xdc][0xc9][0xb4][0xa7][0x9a][0xca],[0x17][0x1d]&l}[0xde][0x88][0xda][0x11][0xec][0x8][0x6]vG[0x8][0xa5][0xaf][0x85][0x5]n[0xd2]w[0x93]}[0x80]T)[0xb6]i[0x9c][0xc6][0xee]HH[0xb][0xc][0x10][0xa7][0xe2][0xd8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-[0xe1]H([0xea][0x8b][0x4][0xc9][0xdb][0x16][0xc4]F;[0x3][0xfe]c[0x9d][0x81])>[0xee]SC[0xc1][0xc6][0xd0]@[0xc2][0xc7]9[0x83][0xde]p[0xf2][0x82]l[0x17]{[0xca][0xbc][0xd8][0xb2][0x16][0xfa][0xe4][\r][0xf8]TS[0xcf]r[0xb3]:[0x1c]R[0xc9][0x91][0xd9][0xff][0xca][0xc8][0x93]#[0xda][0x90][0xda][0xad][0x85]5[0x92][0xb1]1@n[0xee]5[0x82]i[0xa9]E[0x82][0xf8][0x1a][0x92]"?F{[0x9b][0xa6][0xfa][0x99]dAl[0xc0]db[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]`b[0xd9][0x17]R[0x8d]1[0x8e]{[0xd5][0x16][0x6][0x9d][0xbd][0x7][0xc9][0xf6][0xbc][0xb]#[0xf4][0xb5][0x83]|[0x86][0xdd]l[0x16]^[0x9d]F[0xdb]N=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x88][0x0][0x88][0xd0]q-{$6[0x93][0xed][0xad][0xe]QF [0xf2]H[0x10]K[0xd2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]c!cQ:[0x9]s[0xc3]1"[0x8][0xcb]2[0xe2][0x94][0xa7][0xb][0xd2][0x12]8[0x1c]<[0xc4][0xe1][0xe9][0xb6]Y[0x4][0xce][0x14][0x0][0x99][0x9][0xb7]p8[0x18]f[0x97]8[0xb6][0xf5][0xe8]0[0xad]"[0x85][0xc6]#<[0xc2][0x89]k[0x1][0x90][0x1][0xff][0xcc]0[0xda][0x2][0xea]Q[0xd2][0xa1][0xec]5[0xbd][0x96][0x3]A|%[0xfb][0x19]M[0x9b]{D[0x8b][0xc][0xee][0xc]Fh[0x11][0xc5][0x95].[0xf2][0xf6]`[0x94][0x96]I[0x91]X[0xf][[0xc9]Wx[0xd2][0x16][0xb5][0x9f][0xc2]2[0xc9][0xe7][0x88]xC[0x14][0x6]iRolh[0xc3]5E<[0x99][0xc9]7[0xf6]GT[0xe]V[0xe][0xaf][0xd1][0xc9][0xe5][0xd1]]Q?[0xd3][0xcf]e[0x8f]1[0xfa][0xe][0xe2][0x18][0xf5][0x13][0xfb][0xda]i[0x99][0xd2]\!#[0xaf][0x12]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x98][0x9e][0xce][0xd5][0xa0]tj[0xb6][0x86][0x8a]G[0xd0][0xf][0xd3]p[0xaa][0xd7]7[0x88]P[0x9e]"M[0x1c];[0xcd][0xca][0xd2][0xaa][0xcc]zC[0xc0]j![0xad]y)[0xc6][0xd1][0xb7]g[0xae]Z[0xae]iU[0xf8]![0xca][0x9c]O[0xfe][0x94]`[0x9a]*W[0xba][0xbd][0x99][0x92][0xc6][0xb6]d0-U&[0x8b]"[0xd9]1[0xec]![0x9d][0xe7][0xca][0xd9].[0xcc]c[0x8f][0xea][0x8a]{[0xe6]=[0xd7][0xe0]O[0x1f][0x94]&[0xcf]H[0xb6][0xff][0xa0][0xf0])di[0x8b][0xca][0x1a][0xae][0xca][0x80][0x9][0xfb]z.Q[0xd4][0xe3][0xb0][0xda]g[0x86]aJ[0x1e][0xae][0xe4]`gM[0x83][0xb1]R~[0xc3][0xcc][0xb3]6[0xd6]LY[0x1b][0x15][0xaa][0x82]o[0xd8][0xc2][0xb6]8[0x95] [0x15][0x1c]2K[0x1d][0x8b][0xa8]i[0xa6]P[0x8c]-I[0xa7][0x9]Z[0x9a]utUz5[0xcd][0xb2][0xea][0xcf]:[0xba][0x1a]aMZu[0xcf]P[0xf3][0xee]Hc[0xd8][0x9d]^>[0xf9][0xe9][0xa7][0xa5]Y[0x6][0xfb][0xdd][0xc1]h[0xc8]G[0xd5][0x11][0x1f][0x98][0x16][0xa6]?[0xad]d[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xe1]0[0xc2][0x8a][0xcc]N[0x9f]4[0x1b][0xfb][0x14][0xb8][0x1d]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x84]/+[0xf0][0x5][0xf8][0xa2][0x84][0xaa][0x82][0xfd]8[0xa0][0xc0][0xd3][0xf0][0x1d][0x5][0x7]Q#[0x93][0xc5][0xb1][0xea][0xe7][0xc][0x5][0xf][0xe2]![0x5][0xfd]8D1w:M([0x18][0xc0][0xa0][0x84][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8e][0xc4][0xe4])[0xb8][0xa8]`[0x18]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0xf1][0xb0][0x82]G[0xf0][0xa8][0x2][0xa7][0xe0][0x1][0x8a]e[0x89][0xc6]U[0xf0][0x18][0x1e]W[0xe0]4[0x9c]Q[0xe0][0x1c]7[0xe7][0xb9]y[0x8c][0x9b]'[0xb9][0x19][0xa1][0x6]?[0x1][0x8f]RU[0x9a]\[0xa5]m[0x89][0xd2]A[0x83]K[0x9a][0xc2][0xae]A[0xb5]Bc@[0x15]>[0xd6]R[0x85][0x82]w[0xe0][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x85][0x9f][0xa4][0xbc]V[0xa1][0x85]+[0xc8][0xf4][0x15]aQn[0xaf]T[0xf0]n[0x1e].[0x8e]S3[0xdd][0x93][0x95]t[0x8f][0x84][0x9f]R[0xf0][0x4][0xbc][0xaf][0xc0][0xc3][0xcc][0xff][0x11]n.0[0xff][0x1b][0x18][0xae][0xc1] <[0x18][0x8c][0xfa][0xfb]*[0x6][0xbd][0x87][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xa8][0xd7][0x17][0xf1][0x1f][0xab][0x8][0x6][0xd4][0x8a][0xe1]h[0xaf]_[0xf3]U[0xf8][0xe2]5[0xb5][0x82][0x9f][0xc6][0xcf]Hx[0xaf][0x82][0xf7][0xe1]g[0x11][0x9a]2'r[0x9c]jv[0xf][0x95][0x12]Q[0xe][\r]V[0x92][0x12]~N[0xc1][0xcf][0xe3][0x17]H[0xb6][0xb8].E}[0xa0][0xe0][0x17][0xf1]K[0x9]F[0xd4][0xab][0x12][0x5][0xbe][0xc9]j<[0x89]_&[0xc1];[0x82][0x15]l=[0xde][0xa5][0x15]zmH[0xc7][0xee][0xfb][0x15]|[0x0][0x1f]T[0xf0][0x14][0x9e]V[0xf0][0xc]>HD[0x92]w[0x82][0x82]_[0xc1][0xaf][0xd2][0x81]'[0xd3][[0x82]*[0xda]P@[0x11]-~[0xc0]Q[0xc3][0xac][0xe1][0xaf])x[0x16][0xbe][0x9d]`[0x1]3l$[0x90][0xd7][0x2]$R[0xc0][0xeb]7[0xf9][0x98][0xb5]o[0xb8]n[0x9b]W[0xf3]3[0xb1]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xc3]e[0x5]^[0xe2][0xe6]Un[0xbe][0xc7][0xcd][0xf7][0xe1]2m[0xe9][0xcc][0xe8][0xe9][0xe5][0xb1][0xbe][0xf][0x99][0xee][0xd7][0x15][0xf8]9[0xfc][0x82][0x8c][0x9e][0xd9]r=[0xc0]Z[0x1c][0xe9][0xa7][0xf0]3&[0xf3][0x90][0x2][0xc]"[0xe1]y[0x5][0x1f][0xc6][0xb][0x12]>[0xaa][0xe0]c[0xf8][\r][0x9][0x1f]W[0xf0][0x9]|R[0xc1][0x11][0xfc][0xa6][0x82][0xdf]b[0xef]Z[0x95][0x19]#R[0xad]Qh2y[0xd2]b][0xc6][0xeb][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x81][0x1f][0xc3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x9]o)[0xf0]C[0xf8][0x91][0x2]o[0xd3]+>[0x85][0x17]%|Z[0xc1][0xef][0xc0][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xb0]u[0x16]L[0x9d][0xdc][0x15]|[0x86][0xb6][0x7][0x8e][0xe2]%[0x5][0xde][0x83]w[0x12][0xb6][0xb4][0xfe][0xfd]Y|N[0xc1][0xe7][0xb9]y[0x1][0xc7][0x10][0xe6]'[0xd3]"4"[0xc1][0xb1][0xc][0xe3]i[0xbe][0xc7][0x12][0x98][0x82][0x97][0x91][0xf6]wqb[0xc8][0xa8][0xa2][0xb3]3_[[0xf1]C[0x81][0x97]q[0x82][0xce][0xeb][0x19][0x86]X[0x5]N[0xc0][0xa7][0x11]\[0x99][0xfa]0[0xc2][0xe2][0xe9][0x83];B[0xcd]T[0xac][0xd3][0xdc]E[0x88][0x3]6%[0x9b][0xea][0x8c]s[0x13][0xed][0xf1]~-$N[0xbd][0xe6][0xbd][0xcf][0xd2][0xd4][0x1a]&!%1[0x7][0x89][0xc6][0xdb]To?Bp[0xea][0x8a]'^xLOp[0x96][0xa9]4[0x8f][0xb2]y[0xa3][0xe5]X[0xb5]6[0xcd]%[0xa5]e$~[0x2][0xab][0x8b][0xaf][0xa2]L[0x98]-[0xe]Q+[0xa6][0xae][0x80][0x12]O[0xc6][0xb1][0xca][0xc9][0xb8]JY[0xee][0x9a][0xba][0xe0]2[0xa7][0xd1][0xb2][0xa5]3N[0xd2]I[0xb7][0x12]G[0xe3][0xb5][0xd8][0x95][0xae]T[0xca]O[0x90]Z[0xd4][0xe8][0xd5][0xfb]3[0x10][0xb3]$~[0xaf][0xd1]l[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TS[0xb5][0x96]zO13[0x83][0x99][0xaf][0xec][0x86][0xa3][0x91][0x96][0xfe][0xc6][0xde][0xb0][0xb8]SX[0x97][0xae][0x92][0xca][0xcc][0x0][0xc5]q[0x5][0xa8]}[0xe6][0xb5][0xcd][0xb2])[0x8d]o=[0xa8][0x94]j[0xe1][0xc6][0xb4]7b[0xe][0xef][0xf0][0xb0][0x1a] [0xa7][0xf7][0xb8]R[0xa5]O[0xbd][0xb8]1J[0x2][0xa2]([0x11][0x1a][0xfd]&([0xf1][0xae][0xc8][0xbc][0xe0][0xc9][0x89][0x4][0xf5]~Rm[0x19][0xa3]M[0x8e][0x9c][0x9f][0x88][0x93]\[0xd2][0xdb]GP[0x8a][0x88]4[0xdf][0xb6]%[0xdc][0x9c]-M[0xe0][0x12]R[0xfb][0xf9]:[0xb2][0xce]2[0x85]X.[0x9a]v[0x2][0xc2][0x1c]"L[0xc1][0x85]PS[0xa4][0xe6]{[0xf3][0xb0]@[0xbf]?[0x8d][0xb7][0x15]$[\r][0xd1][0x8]_[0xbd][0xc6][0xa9][0xd1]He[0xe2][0xd2][0xf4][0x98][0x16][0xc7].[0xdb]v[0x8a][0xaa][0xa3];[0xa8][0xf5]u[0xf0]U[0xa1]i[0xc0][0xe5][0xa9][0x6][0xdc][0x97][0xee]:[0xd5][0x16][0xd6][0x8e][0xab]"[0xc0][0xb5][0xd0][0x96][0x9f]&+[0xc5]R[0x80][0x9f][0xd2]-[0xff]4[0xd1][0xad][0x3]`[0x5][0xe4][0xef][0xda][0xd3][0xb6][0xf5]@wc[KscW[0xe7].[0x84][0x1b][0xdb][0xae][0x86][0x10][7&[0x16][0xd1][0x98]:[0x0][0xc6][0x3]A:[0x89]J[0x4][0x9a][0xf6][0xad]][0xdb];[0x9b][0xad][0xa0][0x9c][0x1][0xf5]H[0xec]f[0x94]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x8f]k[0x86][0x1b][0xc4][0x93][0xe][0xc8][0x14][0xbf][0xb0]0[0xff]l[0x9a]C[0xc9][0xd1][0x95][0xf6]|[0xc5][0x13]6_[0xd3]U[0x1e][0x11][0xb8])[0xa3][0xdc][0x90][0xee][0x17][0xa6][0xeb]3/[0xd3]:[0x3][0xf1]k[0xb3][0xde]X[0xc9].[0x99][0xc5][0xfb][0xcd][0x9][0x81]:cbU[0xf1][0xad][0xbe]([0xed][0x11][0x88][0xe7][0xb1]Z)|[0xb7][0xb7][0xb4][0xb5][0xb5][0xec][0xde][0xda][0xd4][0xd9][0xd1][0xbc][0x1b]aI[0xfa][0x1f][0xec]b[0xf3][0xf9][0xd4]{[\r]x[0x8c][0xdb]@S[0xe4][0x3][0xae][0xd6][0x19][0xf8]][0xab][0xf8]v[0xa1]T[0x84]}[0x99][0x18][0xf3][0xaa][0x98]q8[0xd5][0xc2][[0x87][0x86]#[0xc7][0x10][0xb6]g[0xee]3[0xd3][0xdd][0x7][0x8a][0x9f][0xf3]4[0xe3]R[0x8e][0x12]@[0xc2][0xaf]B[0x96][0xcb][0xba][0xa2][0xd4]QB3[0xe8][\r]w[0x88][0xfb][0xdb][0x1c][0xd2]h[0xc4][0xab]q[0xbe][0xb5]S[0xaa][0xf0][0x1f][0x9b][0xf6]~y[0x9a][0x82][0xe7][0x83][0xbe][0x3][0x9f][0x9f][0x9a][\r])>E9[0xa4]o[0x9b]>[0xc7][0xa6][0xe4][0xfa])[0xb3][0xe6]<+[0xf][0xf1]{J[0x8c][0x85][0x83][0x12]U[0xa3][0xdf][0x8f]Pf[0xfd]y[0xaa]I[0xff][0x91]L[0x94][0x5][0xfb][0x10]n[0x99][0xe5][0xee][0x17][0xfa][0xe7][0xd8]3s[0xf9][0x99][0xa3][0x1a]7N"![0xb4][0xc2]R[0x8][0xc2]0[0xf0]q[0xb0][0x88][0xef] [0xe8][0x19][0xa6][0xb7],[0x88]@[0x15][0xf5][0xa3]p[0x18][0xb2][0xe1][0x8][0x8d][0x1c][0xa0]g[0x16]=[0xe7][0xb8]k[0xc6][0x1][0xdd][0x93][0x90][0xd5]3[0xe][0xd9]/[0x80][0xed][0x12][\r]f[0xc3]Qj[0xf3][0xe9][0x9][0xd0][0x8]v[0xa8][0x87]B[0xd8][0x2][0xc7][0xe8][0xad]T_[0x4][0xc7][0xe1][0x13][0x0][0xa2]w[0x7][0xdc]I[0x84][0xef][0xa2][0xbe]BO}[0xe4][0x93][0xd4][0xbb][0x9b][0xfa]6z[0xde]c[0x0][0xf8][0x14][0xbd][0xd1][0x91][0x80]F[0x98][0xfd]qz[0xb3][0xd1][0xb3][0xd2]]3[0x6][0xf6][0xe]n[0x1d]g[0xc1]Y[0xeb][0x19][0x3]i[0x4][0xf2][0xdd]<[0x90][0xe3][0xa9][0x1d][0x83][0xdc]Kb[0xf5]Q[0xc1][0xdb]Nm+8`[0x7]ak[0xa3][0xf7][0xe][0x12]w[0xa7][0xc0][0xe5][0xd6][0xa9][0x99][0xb8]*[0xe1]3p[0xaf][0xc0]S[0x9][0xf7][0xc1]g[0x89][0x82][0x3][0xca][0xe1]s[0xf0]y[0x92][0xc9][0xc6]W2[0x6][0x8e]f[0xfa][0xc2][0x12][0x15][0xd6][0x14][0x83]<[0x6][0xce]7@[0xb2][0x8d][0x80]-[0xfb][0xa2][0xc9][0xd5]![0xa8][0xdc]b[0x91][0xbe][0xd0][0xe4]R[0x8]_[0x12]\l|[0xd3]cP[0xbc][0x8b]8[0xb0][0xde]V[0xb9][0x9f][0x7][0x1b]I[0xa1][0xbc][0x6]y[0xed][0xb5]W`[0xa9]{[0xc][0xf2][0xc7][0xa0][0x80]%+[0xa4][0xff]9[0x97][0xa1][0xa8]][0xcc]!)[0x8b][0xf7][0xd6][0x8e]&[0xc9]y+[0xe9][0xf3][0x0]q[0xb8][0x8d][0xc][0xd7][0xb]+A[0x15][0x8]*t[0xda]&[0x82]U[0x86][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]b[0xe9][0xb2][0x8][0xcb][0xfd][0xf0][0x0]=[0x19]K[0x1d]}a[0xf4]v[0xe2]=w4I[0xa4][0x83][0x82][0xa0]n4[0xbb]AP7[0xd5][0x83]D[0xe4][0x94]I[0xe4][0x6]z[0xf2][0x1c]'[0xb]P[0xc]%cP[0x9a]L[0xea][0x88][0x85][0x94]3[0x85][0xd4]i8c[0x90][0xba][0xd3][0xd0][0xf6][0x12]v[0xba]y[0xac][0x89][0xf9][0xdc][0x94]q[0xb3][0x80][0x9b][0x85][0xfc][0xa1]<[0xee][0x82][0x8b]A[0xa2][0xf6][0xe][0xc2]w[0x17][0xc8][0xe4]V[0x5][0xe4]Vs[0xc9][0xa5][0xca][0xc8][0x9d][0x16][0x93];[0xc5][0x8d][0xb2][0xc4]T[0xc9][0x12][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|5[0xc1]%y[0xe4]k[0xe6]N8K[0x90][0xce][0x99][0x90][0xce][0xd0][0x1b][0xab]t[0xbd]n[0x9e]Ega[0xf5]$,[0xa6][0xbd][0xb0][0xa4][0xa8]b,f[0xb4]J[0xea][0x15]-[0xa3]f[0xc][0xaa][0xda]k&ayO[0xed]8[0xac][0x98][0x80][0xeb][0xb2]`o[0x1c]l[0x91][0xf0][0xc1]{[0x9][0xe8]}PM[0xd6]XG~[0x16][0xb3]Y5A[0xff]:<$[0xa0][0xae]7[0xa1][0xae]O[0x81][0xba]>[0x5][0xea]y[0x13]j[0x8f][0xa1]='k[0xca][0xc5]Mu[0xf2]f=E[0x9a]:M[0x0][0xce]X4[0xe3]4[0xd9]9S[0xd8]9S[0xd8]=l[0xb2];lhf[0x81]{[0x1c][0xdc][0xe7][0xa0][0xa4][0xa8]f&[0xd1][0x1f]"k[0x9d]'[0xee][0xf][0x93]}.[0x98][0xa2][0xcb][0x16][0xd1][0x17][0x98]X[0x16][0xa4]`Y[0x90][0x82][0xe5][0x11][0x13][0xcb]I[0x3][0xcb][0x1a][0xc3]J[0xe7][0xc0][0xcd][0xa8][0xce][0xc2]2}[0x80][0xb6][0x90][0xe7][0x95][0xb3][0x84]q[0xe5]L[0x18]G[0xc8][0x1b][0xbe]MA[0xe1])X[\r]O[0x9b][0x18]+-[0x18][0xd7][0x98][0x18][0xd7][0xa4]`\[0x93][0x84]1[0x8b]/,[0x8d][0x8d][0xb3][0xb1]OJ[0x8c][0x8d]>[0x6]u[0xaf][0xd8].L[0x11]OF-;[0xa6][0xc4]`h[0xe3][0xcb]Xjc[0x2]3[0x98][0xb5][0xee]bX[0x95]M[0xa6]^M[0x9d]5z[0x87][0x9a][0xeb]yCO[0xc0]Z$O.[0x16][0x12][0x17][0xdd][0x90]F[0xe4][0x5][0xc4][\r][0xe0]E[0xc8][0x85]I[0x12][0xff]%[0x98][0x7][0xaf][0xc0]2x[0x15][0xae][0x87][0xef]Z[0x1c]d[0xad])[0xf0][0xda][0x14][0x81][0xd7][0x1a][0x2]C|[0x8f][0x89][0xfd][0xb8]![0xc7][0x13][0x2][0xf5][0x93][0xa6][0x99][0xba][0x8d][0xa4][0xa2]<[0xb]7[0xb2][0x16][0x8][0xe9]Mq4[0xb2][0xf8][0xf6]:9[0xdd][0xf7]-[0xdc][0x15][0x93][0xbb][0x92][0xc2]]IQ[0xf7]H:^[0xeb][0xa6][0xe2][0xf5][0x3][0xe2][0xf5][0xe6]U[0xf2][0xb2][0xf1]M[0xae][0xc1][0xab][0xcb][0xb0][0x86]LF([0x11]FH[0xe6][0xf4]6[0xe9][0xf8][0x1d][0xb]'[0xd9][0xe4]$[0xa7]p[0x92]S8}[0x8b]\R[0xe7][0xb4][0xde]p[0xa2][0x2][0xc3][0xaf][0xb3]_[0x86][0xf5]cP[0x9f][0x1c]pbq[0x9f][0x2][0x83][0xd5][0xdd][0xa0]'[0xdc][0xe5][0xd4]>[0x5][0x17][\r][0xaf]\OO[0x6]d'[0xd4][0x1b][0x92][0xc9][0xbc]oAl7[0x11][0xdb][0x8d][0x9c]b[0xe3]_+[0xc]2[0xbf]c[0xe4][0xeb][0xd6]I[0xd8][0xd8]C[o[0xd3][0x18]ln[0x1f][0x81][0xbc][0x8e]Ih[0xe8][0xf1][0x8c]C[0xe3][0xa8][0x9b][0xf3][0xd8][0x16][0xca][0xe4][0x9c][0xc3][0x9b][0x8c]g[0xb3][0xf1][0xdc]j<[0xb7][0x89][0xe7]8|[0xa4][0xc3]3jh[0xbd]@l[0x1c][0xc6][0xb4][0x92][0xac][0x5]([0x81][0x82][0x5]P[0x80]yP[0x88][0xf9]P[0x86]s[0xa0][0x2][0x8b][0xc0][0x85][0xb4][0xf]p.[0xac][0xc3][0x12]h[0xc0]R[0xd8][0x8e][0xf3][0x4][0xf6][0xb5][0x84][0xb6][0x90]t[0xff][0xc][0xed]([0xe][0x10][0xad][0xa6][0x14][0xad]ff[0xdc][0xc][0x97][0xe0]Y[0xe2]QAU[0xc2]s[0xf0][0xbc][0xa8][0x0]^[0x80]1C[0xb2][0xed]Fh[0x91]'a{O[\r][0x5][0x8e][0x96]$-a[0xa5]%[0xf3]Z[0xed][0x1a][0xab]0d[0x83][0xbe][0x8d][0xef][0xc6][0xcd]*[0xc0].[0xb2][0xb8][0xab]FdL[0xe7]kPRos[0x97][0xd9][0xc6][0xa1][0xf5],[0xcc][0x9d][0x84][0x1d]=[0x1e][0xf1][0xd6]6[0xe][0xa4]F[0x9b]'[0xce]S[0xf8][0x13]zH[0xb]+M[0x9][0x89][0x8e][0xc9][0xd7]e[0xf2]u[0x19]|[0xb9]7![0xe4]R[0xa8][0xc6]y[0x91][0xf6]:[0xdb][0xea]%[0xc2][0xa2][0x97]z[0xf7][0xd1][0x1b][0xc7][0x81]jw[0x1c][0xcc]8t[0xdc]d+[0xb5][0xe5][0x9e]>[0xf]v[0xcf][0xe8]e[0xe8],[0xb5]=[0xb];[0xc7][0xe0][0xa3]d[0xa4]]q0"f"[0x95][0xb8][0x1][0xe6][0xe1]F2[0xc7]f[0xb][0xa8]j[0x13]T[0xb5][0x9][0xaa][0xda][0x4]Um[0x80]*[0xa4]l[0xf0]2[0x5][0x1e][0x9b][0x11]D[0x12][0x83][0xc7][0xab][0xa6][0xca]N[0x1a]*[[0xa1][0xd7][0x19]k[0xa8][0xce][0xa8][0xb7][0x95][0xd9]&[0x80]N[0x92]gA[0xf2]PY8[0x9]]=[0x9e]2[0x1b][0x19]i[0xcf]h[0xe2][0x6][0xc4]VRX[0x9b][0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x[0xcd][0xc0][0xb6][0xc2]p[0x4][0x85]B[0xe4]wi{[0xda][0xcc][0xed][0xa9][0x8f][0xfc][0x96]P[0xe1][0xf7][0xa6][0xc2][0xb6]*-[0xb6]n[0x3][0xdb][0xde]dl=[0x84]m[0xff]Ua{=[0x5][0xdb][0xeb][0x2][[0x16][0xff][0xe4]b`{[0x8c]h[0xb2]y[0xab][0xdc][0xb4][0x1]o[0xa9][0xb7]y[0xea][0xed][0xee][0x1a][0x2]Rf[0x1f][0x87][0x1e][0xbd][0xcf][0xdd]}[0xf5][0xf6]2{[0x1c][0x99](2[0xd1][0xb][0x12][0xf6][0x82][0x8c]>([0xc5]>X[0x8a][0xfd][0x2][0xe5]f[0x9d][0x9e][0x89][0xb2][0xca]DYe[0xa2][0xac]2PJ[0xb0][0x8][0xde][0x10](eBw[0x85][0xc6][0xec]&^[0xfd][0xdb][0xf][0x4][0xde]7[0xe1]-#[0xc4][0xbd]N[0xef]\[0xd5]5[0xb8])[0x10][0xec][0x9f][0x80][0x8f]!0[0xb4][0x9][0xb8][0x95]u[0xe9][0xe6][0xde][0xc7][0x91][0xf8][0x1c][0xa8]w[0xd4][0x96]9&[0xe0][0xb6],Jr[0x85]e[0x8e]2[[0x8d]g[0x2][0xbc]6[0xa8][0xb7][0x8d][0xfc][0xfa][0xdd]2[\[0x16][0xdd]K[0xf]A%[0xfa][0xc1][0x83]C[0xb0][0x9][0x87][0x85][0x1c][0xdb][0x89]O%[0xcc][0x87][0xdf][0xa6][0xf0][0xe5] D[0xab][0xe1]w[0xe1][0xf7][0x84][0x5][0x1a]L[0xd9][0x1a]L[0xd9][0x1a][0x84][0x1c]Y[0xa2][0xc7]Rf[0x8b][0x1e]Kd[0xb3][0x4][0xef][0x6]!Q[0x96][0x11][0xbc][0x9f][0xfe][0xdf][0xa6][0xc0][0xaf]KVo[0x14]h[0xe]N[0xd1][0xbd][0xc9]a$b[0x9][0xb6][0xe][0x93][0xbf]C[0xf0][0x8a]%[0x83]w[0x89][0xd7]{&=[0xe]"[0xd9]1[0xaf][0xa3][0xbd][0xeb]+[0x86][0x3]c[0xd0][0xd7]^[0x9b][0xf0][0xae]N@?e[0xfd][0xda][0xb8]>D-[0x88]wR[0x10][0xbd][0x1b][0xaa][0xf0][0x84]%|Y=O[0xe7][@E[0xc1]{B[0xee][0x98][0x8c][0xfa][0xc8][0x1f][0x98]2[0xbe]K[0xff]?[0x84][0x1f][0x99]U[0xa1]C$[0x82][0xf2]Z[0x8b][0xf3][0xcf][0x99][0x84][0x81][0x1e]O[0xad]8[0xcb][0x8d][0xc3]`[0x1c][0x89].[0xf9][0xfd][0x96]#Z[0xb9][0x89][0xa0][0xdc][0xd4]|[0xb9][0xa9][0xf9]r[0xc3][0xab][0xe2][0xfa].O[0xd0][0xf7][0x1f][0x12][0x8d][0x1f]O[0xa7][0x1f]-I?[0xda][0xd4][0xfa]9G[0xfa]9O[0xfa][0xb9]0[0xa3]~[0xae][0xa4][0xe8][0xe7][0x8a][0x5][0xd3]O[0xe8][0xff][0xa7][0xf0]3[0x3][0xd3][0x1e][0xc3][0x7][0xca]j[0xde][0x80][0x82][0x9a][0x9]8[0x88]P[0xc][0x87][0x9e][0x4];[0x8e][0xea]oq[0xb7][0xd0]aMp[0xfd]H%@"[0xdc]Q[0xb0][0xe1]%p[0xe0]s[0x16][0xb2]y&[0xd9]<[0x9d]la3[0x1d]}[0xde]7[0xc8]n2[0xc8][0xe6][0xba]k^[0x83]!:[0xe7]'[0xd7][0xc2][0xeb]-[0xa4]rMR[0xb9][0xf0][0xa7]l[0x0]"u[0x2][0xfe][0xcc][0xcc][0xd5][0xfa][0xd9]Z[0x16][0xa4]([0xdc][0x5].[0xa5][0xa5][0x95][0x9a][0xab][0x5]-[0xd1][0xfb]s[0xbe][\r] [0xaa]'[0xe1]/[0xa6][0x0]hO.[0x93][0xa6][0x5]H[0xac]t[0xe3][0xfc]%[0xfc][0x95]x[0xfe]5[0xba][0x81]K[0xef]l[0xd8][0x8][0xfa][0xdf]!([0xc1][![0x17][0x1b]q[0x13]>[0x2][0xb9][0xbf][0x1]PK[0x7][0x8][0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runners/JUnit4.classuQ[0xd1]N[0xc2]0[0x14]=[0x85][0xc1]d[0xa0][0x8]"[0xa0]_[0x80][0x98][0xb8][0x98][0xf8][0x6][0xe1]A[0x82][0x89]f1F[0x94][0xf7]2[0x17],[0x8c][0x96]t[0x9b]Q[0xff][0xca]'[0x13][0x1f][0xfc][0x0]?[0xca]x;[0xf4]A[0x17][0xdb][0xa4][0xf7][0xdc]sOOo[0xdb][0x8f][0xcf][0xb7]w[0x0][0xc7][0xd8]s[0x90][0xc7][0xae][0x8d][0xa6][0x8d][0x16]C[0xb1]/[0xa4][0x88][0x7][0xc][0x8d][0x8e]7[0xe7][0xf][0xdc][\r][0xb9][0x9c][0xb9][0xc3][0x90]GQ[0xef]`[0xc2]`[\r][0xd5]][0xc0]P[0xf5][0x84][0xc].[0x93][0xe5]4[0xd0]7|[0x1a][0x12]S[0xf7][0x94][0xcf][0xc3][0x9][0xd7][0xc2][0xe4][0xdf][0xa4][0x15][0xdf][0x8b][0x88]a[0xdf]Sz[0xe6][0xce][0x13]rvu"e[0xa0]#[0xf7][0xe2][0x96][0xb2][0x93][0x1e]Caa[0xcc][0x19]j[0x99][0xf3][0x18][0x9a][0xbf]M[0x9f]V?[0xc6][0x8d][0xbf][0xe2]~w@zg[0xf4][0xe8][0x7][0xab]X([0x19][0xd9]h3[0x94][0xc6]b&y[0x9c]h[0xda][0xd2][0xca]\[0xc8][0xec]1wr[0xc6]*[0xd1]~p&[0x8c]sy[0xdd][0xd8][0x91][0xd1]V`[0xa1][0xc0][0xd0][0xfe][0xaf]{[0x86]N[0xb6]t[0x1a]*[0xb1][0xae][0xa7][0xa7]\[0xa7]<[0xc3]aV[0xba][0xa4][0xb7][0xc][0xdd]s[0xa2][0x4][0xf][0xc5]37[0x8d][0x8f][0xb4]V[0x9a][0xbe]%G[0xbf]b[0x6][0xa3]I]PV[0xa4][0xec][0x8a][0xf8][0x1c][0xc5]b[0xf7][0xf0][0x15][0xec][0x85]P[0x1e]6[0xad]N[0xca]6I[0xd7][0xc2]F[0x8a]R[0x15]JTA[0x8a][0xca][0xa8][0x90][0xd3]&a[0x13][0xd7][0xcc][0x16][0xa1]*a[0x8b][0xe2]6j[0x84]r[0xa8][0x13][0xde]IQ[0xe3][0xb]PK[0x7][0x8][0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/MethodSorters.class[0x95]TYO[0x13]Q[0x14][0xfe][0x86].[0xd3]e[0x80]R6YDA[0x94][0xb6],[0x95][0xcd][0xad][0x15][0xa9][0xa5]([0xa6][0x94][0x87][0x1][0x12][0xf4][0xc1][0xc]e(C[0xa6]3d:%[0xf1]_[0xb1][0xa8][0x18][0x8d][0x86]g[0x94][0xf1][0x9c][0xe9]@Z,[0x1][0xa7][0xc9]=[0xf7]l[0xdf]9[0xdf][0xb9][0xf7][0xf6][0xf7][0x9f][0xef][0xbf][0x0]Lc9[0x8]/fB[0x98][0xc5][0x9c][0x88][0x1][0x11][0xf3]!t[0xe0][0x9]/O[0xd9][0xf3],[0x80]h[0x10][0xcf][0xf1]"DJ[0x8a]-[0xe9][0x0][0xba]X[0xbe][0xc][0xa0][0x9b]=[0xb][0xac][0xbc][0x12][0xb1]([0xa0][0xad][0x90]Y[0xcd]}[0xcc][0xc8][0xd9]\ai[0xa5][0xf0]F[0xc0]p[0xde][0xb4]J[0xc9][0xfd][0xaa][0xa1][0xd9]I[0xab]j[0x18][0xaa]UI[0xae][0xaa][0xf6][0x9e][0xb9]#[0x9b][0x96]MZJ[0x80][0xe7][0xdd][0xe6][0xaa][0x0]q)[0xb7][0x9c][0xd9][0xc8][0xaf][0xb][0x8][0x15][0xcd][0xf2][0x81]b)[0xb6]i[0x9][0xe8][0xc9][0xef]+[0x87]J[0xb2]jkz2{i[0xa7][0xac][0xa0][0xac][0x95][0xc][0xc5][0xae]Z[0xaa][0x80][0x99][0xa6]A[0xe9][0x9a]UW[0x8c]R[0xd2]Rwu[0xb5]h[0xbb][0xb5]S[0xb][0x4] [0x8e]nf[0xf2][0x1b]9Y[0xc0][0xc8][0x87][t[0xe9]?T[0xf4][0xaa]Z[0x11]0[0x1a][0x8b][0xdf]&[0xde][0x9b]5w[0xa8][0xb5][0xf6][0xbc]f[0xa8][0x85]jy[[0xb5][0xd6][0x95]m[0x9d],[0xa2][0x3][0xb4][0xb6]+`>V[0xd7][0xa1]l[[0x9a]QJ[0xc5]o[0x1][0x1d][0xcd][0x9b]EE[0xdf]T,[0x8d][0x11]]X[0xaf][0xa1][0x94]U[0xf6][0xfd][0x3]I[0xbd][0xa7]5[0xc2][[0x10]0[0xd1][0xa4][0xe2]J[0xf3][0x9][0xc7]7[0x9][0xd3][0xde][0xd3]*|[0x6][\r][0xf5]>[0x1d]\[0xd4][0xbc] [0xf0]?[0x83]g[0xdc][0xd6][0x92]jg[0xeb][0xe][0xf9]N,~[0xdd]1[0xcf]][0xe3][0xba][0xe1]p[0x3][0xe9][0xa2][0xee]r[0xf6][0xc4][0xb8][0xe4]l]|[0xce][0xa8][0x96][0xd3]7[0xce][0x99]aB[0xb2]Y[0xb5][0x8a][0xea][0xb2][0xc6]l[0xa3][\r][0xfe])[0xc6][0x93][0xd0][0xcf]Of@B[0x6][0xaf][0x5][0xdc][0xbb][0x1]S[0xc2]}d%<[0xc4][0x92][0x84][0x1e][0xf4][0x8a][0xc8]I[0x88][0xa2][0x97]-[0x8f]x[0xd7])[0xa1][0x8b][0x97]n[0xb6]u[0xa3][0x93][0x1e]Tc[0xd7][0x2]|E[0xdd]4[0xa8][0x99][0xae][0x8b][0xb9]8[0xbe][0xb5][0xed]}[0x1a]@[0xea][0xca][0x95][0xca][0xea]J[0xa5][0x92]jv[0xc7][0x1a]Q)[0xaf][0xa7][0xd9][0xc5][0xe0][0xb9][0xd5]Q[0xd2][0xc][0xe2]`(z[0x3][0xa7][0xc5]iz[0xfc][0x1d][0xf4]G[0xe2][[0xec]c[0x6][0x0][0xc9].Wv[0xb3]$+q[0x5][0x9d]2[0xed][[0xd0][0x17][0xe9][0xe7][0xa1]q[0x6][0xfa]0[0x88][0xbb][0xe4][0x19]"m[0x84]$[0xa1][0x13][0x8]_[0xd1]r[0xe][0xcf][0x11]i[0xd4][0x0][0xad]~[0xc7][0xd7][0x86] [0xcd]o[0xd8][0x8d][0x9f]',[0xb6][0x86];[0xe1]M|[0x83][0xef][0x1c][0xde]#[0xa7]@}[0xc2][0x8][0xad]R-[0xc][0xf]0[0xea][0xf8]i[0xd6][0xb4]2[0xc4]{x[0xa8]y[0x8a]H[0x8c][0xf][0x9e][0xc1][0x9f][0x98][0xfc][0x2][0xf1][0x98]t[0x8f][0x83][0xd1]F[0x92][0xdb][0xf2]Sf[0x98]r[0x19][0xab][0x87]2[0x19]q[0xcc]![0xc6];[0xa6][0xe6]A[0xec][0xb2][0xe][[0xfa][0xc8]R#[0x1b]'[[0x2][0xe3]n[0xbd]$i[0x1c][0xe3]K|[0x86]x[0xb5][0xd9][0xb1][0xba]f}n[0x81][0x1a][0xc8][0x4][0x2][0x98][0xc4][0x94][0xcb]['/o[0xc0][0xbb][0x15][\r]xN[0x10][0xbf][0x0]\[0xa0][0xea]`[0xd3][0xc1][0xb6][0x83][0x1d][0x86][0x8c][0xe6]c[0xc1]P99[0xbd][0x1b][0xf1][0x9][0xf7][0x14][0xd7][0x81][0xd7][0xb3]F[0xea][0xe0][0x92][0xa1]t[0xa5]uh[0xb9][0x95][0xa1][0xae][0x8b]g[0x1e]+[0xcb][0xe0][0xbc]K=[0x14][0xaf][0x1f][0xc]n/[0x8c][0xcd]@[0xdc]HE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0xe]7$e[0x85][0x91]obx[0x9e][0x88]1T[0xbb][0xb1][0xb6]r,[0x1e]e$[0xfb]J[0xcc][0xd5]"[0x86][0xc3]?[0x86]|[0x96][0xf0][0xba]$[0xa1][0x93][0x88][0xec][0xb3][0x13][0xae]b[0xd2][0xae]-[0xa1]vB%[0x7]S*p[0xba][0xf][0xf7]~[0xb3][0xd5]`[0xd8]_\[0xe2]s[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]K[0xcc][0xa3][0xc5][0xf9][0x86][0x12]c[0xd2][0xf4][0xa7]/[0x82]H[0xb9]V[0xc3][0xbf]m[0xd7][0x1d][0xec]2[0x9c][0x85]&[0xf0]F[0xb1][0x96][0xd6]3[0xb1][0xd6][0xc2]D[0xde][0xbf][0x8e][0x8f]g[0x88]zs[0xff][0x82]B3[0xa1]_+[0x1e]E[0x82]`qn[0xdc][0xee][0x8f][0xc4][0x80]Fz[0xb0][0xf0]/[0xf3]i[0x11]c[0x89]{[0x8d][0x81]!E'M[0x1b]f[0x19][0xda]+[0xb2][0x84]r[0x84][0xd2][0x11][0x1c]z^[0xa1]0[0x85]<\[0xba][0xf7](Z[0xa5]tA`[\r][0xeb][0xd8]H[0xc2]'0[0x81]"J[0xd8]"[0x82][0x8b]D[0xaf][0x8c]J-[0xff][0xb]PK[0x7][0x8][0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.class[0x85]R[0xdb]J[0xc3]@[0x10][0x9d][0xb5][0xad][0xb1][0xb5]j[0xbd][0xdf][0x10]E[0xa4]([0x82]A[0xf0]IE[0xf0][0xd2]B[0xa5]j[0xa9][0xad]">[0xad]qL[0xb7]n7e[0xb3][0x11][0xf4][0xd3]|[0xf0][0x3][0xfc](q[0x12][0xd1]TZ[0xed]C[0xd8][0x99][0x9d]3[0xe7][0x9c][0x99][0xec][0xfb][0xc7][0xeb][0x1b][0x0]l[0xc3][0xa2][0x5][0xd3][0x16][0xcc]Y0[0xcf] [0xf5][0xc4]e[0x80][0xc]&[0xd7]7[0xca]M[0xfe][0xc4]m[0xc9][0x95]k[0x1f]K[0xee][0xfb]{[0xc][0xc6][0xf][0x95][0xf2][0xc]7[0xc2]S'[0xf8][0xc0][0x3]i[0x18][0x9c][0x95]=[0xed][0xda][0xcd]@[0x9]c[0xeb]@)[0xd4][0xbe][0xdd][0xe6][0x9a][0xb7][0xd0][0xa0][0x16]/xo[0x1f]I[0xcf]y<[0xad][0x13]`'"[0xaa]F[0xa8]ka[0x1a][0x95]o[0x9c]_[0xe4][0x8e][0xf1][0xf4]3i[0xa4]/[0x85][0xab][0xb8][0x9]4[0xb9][0xb8][0xe8]v[0xb1][0xbf][0xd9]W/f[0xfd]R[0xfa][0xe6]> [0xf6][0xcc][0xa5][0x17]h[0x7][0x8b]B[0x12][0xfd]D[0xa5][0xb3]o+Tb0OMF[0xb4][0xf0]J[0xf8][0xe2]Nb<[0xb1][0xcf]`[0xa5][0xc3][\r][0xff])[0xd8]U[0xa2]PaD[0x2][0xf9]>[0x90][0x8a]'[0x85][0x13][0xce]iU[0xeb][0xe7][0xb5][0xd2]Y[0xe1]O[0xd6][0x92]j[0x90]1[0x83][0xf7][0x4]^[0xea][\r][0xa9]q[0xed][0xa2][0xa1][0xfa]j[0xef]zAb[0x8b]dk[0xcf]m$P[0xb2]vS)X[0xb0][0xc0]`[0xb7]{[0x85][0xbf]V[0xb1]V[0xf7][0xf1][0x8f]-2X[0xf8][0xaf][0x98]-[0x85]i[0xf4][0xa7][0x90][0x16][0x96][0x8b]m][0xdc]5[0xd1][0xa1][0xf7][0xb2][0xdc][0xd3]i[0xbc]fB[0xf4]q[0x97]g[0xc0]`[0x80][0xbe][0x4]=_[0x96][0xa4][0xc1] E[0xf9] e[0x9][0x7],[0x18][0xa2]`[0x0][0xd2]T[0xce]D[0xd1]0d[0xe9]\[0xa6]|[0x84][0x9a][0x92][0x8][0xa3]0[0x6]9[0xba][0x1a][0xf][0xd3][`[0x8][0x13]0[0x9][0xb3]t[0x93][0x81][0x90]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xf2][0xe9]OPK[0x7][0x8][0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/Parameterized.class[0xb5]X[0x9]x[0x1b][0xd5][0x11][0xfe][0x9f]-yei[0xed][0xd8]r[0xe2]DN[0x8][0xb2][0x13];[0x8e]d[0xc7][0x1]BIl[0xe3][0xd4]111Xr[0x88][0x9d][0x4][0x93]P[0xba][0x91]7[0xf6]&[0xb2]$V[0xab][0x1c][0xa4])-[0xa5][0xa5][0xf7]][0xda]P[0xa0][0xb4][0xa5]M[0xef][0x9a][0xcb]v[0x8][0x87])[0xa5]Pz[0xd2][0xbb][0xb4][0xf4][0xbe]([0xbd]i)[0xbd][0x80]yoW[0xd2][0xea]pl[0xc2][0xd7][0xef][0xf3]j[0xdf][0xbe][0x9d][0x9d][0xf7][0xcf][0xcc]?[0xf3][0xe6][0xf9][0xd1][0xe7][0xee][0xbe][0xf][0xc0]YlI9[0xba][0xf0]!76[0xe2][0x16]7[0x8d]>[0xcc]>"[0xe1][0xa3]n,[0xc7][0xad][0xfc][0xe1]c[0x1e]8[0xf1]q>:[0xee][0xc6]'[0xf0]I.[0xff])[0x9][0x9f]v[0xe3]3[0xb8][0x95]?|[0xd6][0x3][0x19][0x9f][0xe3][0x8f][0x9f][0x97]0![0xe1]J[0x9][0xb7]q[0xf1][0xdb][0xf9][0xcf][0x1d]\[0xcf][0x9d][0x12][0xee]rc[0x12]S|f[0xda][0x8d][0x13][0xb8][0xdb][0x83][0x93][0xb8][0xc7][0x83]{q[0x1f][0xff][0xb9]_[0xc2][0xc][0x17]|[0x80][0xff]|A[0xc2][0x83][0x12][0xbe][0xe8]F[0x3][0x1e]r[0xe1]K[0xfc][0xfe]0[0xff][0xe6][0x11]>[0xfa][0xb2][0x1b][0xf5]x[0x94][0xeb][0xf9][0x8a][0x84][0xaf][0xba][0x11][0xc0]C[0x12][0xbe][0xe6]A5[0xbe][0xce]U~C[0xc2]7=X[0x8c]{[0xb8][0xc4]c\[0xdb]#.|[0xcb][0x8d]o[0xe3];.|[0xd7][0x8d][0xef][0xe1][0xfb]n[0xfc][0x0]?t[0xe1]q[0x17]~[0xe4]F[0xb]~,[0xe1][0x9]7:[0xf0][0x10]7[0xee]'[0x12]~*[0xe1]g[0xc]u[0xdb][0x93][0xea]VEW[0xc6]UC[0xd5][0x93][0xdb]R[0xb1][0x98][0xaa][0xf7]*[0x11]#[0xae][0x1f]f[0x90][0xfb][0xf8]cOTI&[0xd5][0xa4][0x84][0x9f]3[0x94]gd[0x19][0xdc][0xd9][0xef][0x18][0x16]\[0xb0][0xb9][0xb7]{{[0xff][0xd0][0x15][0xbd][0xdd]=C[0x3][0xdb][0x86][0x19]6[0xf4][0xc7][0xf5][0xd1][0xb6]}[0xa9][0x98]f[0xb4][0xe9]Bo[0xb2]-[0x91][0xfe]B[0xbb]J[0x1d]i[0x9b]e[0xdd][0xe]R[0x1d][0x1e][0xb8]b[0xdb][0xf6]px[0xf3][0xb6]A[0x86][0xaa][0xfe]}[0xca][0x1][0xa5]-eh[0xd1][0xb6]~-i[0xd0][0xfb][0xf2]Am4[0xa6][0x18])]e[0x8][0xe6][0xbd][0xee],X[0xb7][0xcd]T[0xdf][0xd1]E_J[0x16][0x14][0x86][0xb2]N[0x8d]D[0xba][0x18][0x16]6[0x9b][0x1a][0xa2]Jl[0xb4]M[0x18][0xdb][0xb1]z[0x7][0x83][0xa3]'>B[0xea][0x17][0xf4]k15[0x9c][0x1a][0xdf][0xa3][0xea]C[0xca][0x9e]([0xcd]x[0xfb][0xe3][0x11]%[0xba]C[0xd1]5[0xfe]lM:[0x8c]1[0x8d][0x94][0xd6][0x17]1z[0xab][0xdd]h[0x82][0xe0][0xdc][0xcf][0xd7]`[0xa8].X[0x96][0xa1]B[0xcf][0x8d][0x80];a[0xf3]q[0xcb]\[0xca]Wf=J[0xba]jsq[0x1e]N[0xa4][0xb1].[0xcc]_[0xb8]3[0xc0]][0xe3][0xde]|([0xa2]&[0xc]-[0x1e][0xa3]X[0xff][0x82]aq[0x81]_[0xb8][0x1c]wM[0xdd][0xa8]j[0xcc]J[0x9a][0xfe]"[0xee]|[0x9]T[0x90][0xf7][0x9a][0xc3][0x1e][0xd3]in%[0x16][0x8b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xc9]P[0x18][0xea]|[0x87][0xcc][0xce]nR[0x1d]*[0xb0]/x[0xda]@[0xbb]:$[0xfc]R[0xc2][0xaf][0x18][0x6][0x8a][0xbb][0xed]%[0xb8][0xc0]C[0xee][0xee][0x19][0xd3][0xa2]#[0xba]JF{[0x9b]W[0x17]&Dk[0xc1][0xe4][0xa9][0xd3][0xa0]1[0xa2][0xab][0x8a][0xa1][0xe][0xa9]Ic[0xa7]f[0x8c][0x85][0xe3]F8[0xae][0x8f]+Q[0x8e][0xc4][0x9e][0xd6][0xbb][0xec][0xc6][0xc][0x1a][0xba][0x16][0x1b][0xed][0xe8][0xb3]M[\r][0xec][0xd9][0xa7]F[0x8c]yX[0x97]^)[0x87][0xa1]RB1h[0xc8][0x8d]*\[0x86][0x12]E[0x8b][0x8d][0xa8][0x87][0x18]X[0x1f][0xc3][0xd2]l"[0xc][0xe8][0x83][0xf4]>[0xaa][0xda]J[0x91][0xb7][0x10][0x12]C[0xcd][0xae]b[0xb3][0x15]J4j[0xb7][0xb0]6[0xed]9![0xd6]G[0x93][0xce]][0x9e][0xe1][0xea][0xe6]Y[0x13][0x9d][0x8b][0x9b]{s[0x91][0xfa]^[0xa4]n[0x9e]f[0x81]/7[0xd2][0xeb]0[0xac][0x98][0x7][0x18][0xbe][0xdd]k1%[0x9a][0xc9]-GL[0x98][0xeb][0xea][0x8c]D[0xad]n[0xad][0xb4][0x99]w [0xee][0xc1]xJ[0x8f][0xa8][0xbd][0x9a]h[0xc8]r[0xf6][0xfc]5[0x1c][0xbc][0x8c][0xb][0xb1]EF?~#[0xe3]r[0xbc]BF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0xa8][0xa4][0xcf][0xbf][0x92][0xf1][[0xfc]N[0x86][0xe][0x1a][0xdd][0x80]'e[0x1c][0xc5][0xab]%[0xfc]^[0xc6]S[0xf8][0x83][0x8c][0x8b][0xb1][0x85][0xa1][0xfd][0xf4][0x9b][0xf][0x9][0x94][0xb1][0x19][0xbd]2[0xfe][0x84]?[0xcb][0xf8][0xb][0xfe][0xca]p[0xde]i[0xe6]$5[0xc8][0xf9][0xe1][0x92][0xf1]7<-[0xe3]}[0xb8]^[0xc6][0xdf][0xf1][0xf][0xf2]Pa"HxF[0xc6]?[0xf1][0xac][0x8c]w[0xe2]][0x12][0xfe]%[0xe3][0xdf][0xf8][0x8f][0x84][0xff][0xca][0xf8][0x1f][0x9e][0x93][0xf0][0xbc]L[0xf9][0xc4]dV[0xc2][0xa1][0xad][0x9a][0xe7]~![0xb3]R[0xfe][0x8d][0x83]1[0xda][0x11][0x8b]0[0x9a][0xa8][0x9e][0xcf][0xb6]M)JWU[0xe7][0xa1][0xba][0x91]:[0xdc]p[0xdc][0x9f]H[0xed][0x89]j[0x11][0x92]7y[0x11]6}[0xfc]&[0xff][0xfd][0xf1][0x98]_d[0x85]_fNV&3[0x89][0xa2][0xc3]\[0x8f]h[0x91][0xea]-[0xc5]>[0x9d]oW[0x97][[0xcf][0xca][0xd5][0xf1][0x84]![0xb6]B[0xd4][0xa3][0xb][0x1b][0x1][0x94][0xa2][0x8e][0xb7]!4[0xaa][0xe3][\r][0x13][0x18][0xfa]h\[0x82][0x8b][0xe0][0xe5]=[0x8e][0xed][0xd9]C[0xe3]~[0x84][0xe8][0x8b]0[0xcd][0xdc][0x4]'[0x1c]t?'[0x10][0xbc][0x1d]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0x81][0xe0][0x14]JC[0x81])8j[0xe0][0x9c]D[0xd9][0xc][0x9c][0xe1]@[0x80][0x9e][0xa5][0xd6][0x13]p[0xd1][0xbe]8[0x85][0xf2]i[0xb8][0xef][0x82][0xe7]6[0xb1][0xec][0x0][0xfd][0xd6][0x92][0x12][0xe0]i[0xb8][0xa8]G[0xa9][0xc4]3X[0x86]gq6u![i6`[0xaa][0xc7]%[0xd8][0x6][0x88][0xd1] [0x86][0x8]B%[0x1a][0xb1][0x9d][0x0][0x97][0x90][0xf4]b[0xec][0xc0]N[0xd2]u)[0xbd][0x97][0xe9][0x9d])5L[0xa3][0xcb]h[0xec][0xa0][0xfb].[0xb][0xfe]n[0xba][0xa8][0xb][0xb4][0xc0]_OO\{C[0xb0][0x6][0xf2]$*f [0x87]Z[0x1e][0x86]t;*'ZN`[0x1]C[0xb8]u[0x12]U3[0xa8][0x9e][0xc8][0xc3][0xfa][0x1c]<[0xb4][0xcc][0x2][0xde][0xdd]0r[0x1d]sf[0xb0][0xd6][0x91][0x15]W[0x10][0xc2]R[0xae]7[0x83][0xba][0xc1]B[0xcd][0xff]Q[0xfb]J([0xb4][0xee][0xa5]BW[0x89]%[0xbf][0xc7][0x92][0xcf][0xa2].[0xa3]w[0x11][0x8c]X[0xb8]U[0xd2][0xbc][0x17][0xa3]4[0xe2][0xb8][0xdb]H[0x86][[0xe9][0xc][0xdc][0x9][0xcf][0x84][0x10][0x18][0x10][0x9f][0xd0]$[0xf3][0x8]([0xa6][0x1b][0x9c][0x16][0x0]S[0xc9][0x18]][0xd4][0x9b][0xd0][0x1b][0xae][0xe4]([0xa9][0xe4][0xa6][0xac]j}[0x0][0xde]c[0xa8]h[0x9d][0x81][0x97][0xfe][0x8e][0xc3][0xe3][0xb8][0x17]5[0xc3][0xa5][0xad][0x83][0xed][0x8e][0xc0]$[0x16][0x6][0x97][0xf9][0x1c][0xd3]X[0x94]][0xc6]Mw[0xb0]*,e^[0xb1][0xd4]:SM[0xc6][0xd6]U[0xd8][0x8f][0xa8]X~[0x15][0xc6][0x11][0xe3][0xd2]4[0x8a]#A6.%`;p%-][0xc2];j+[0xe][0x87][0xe8][0xce][0xa5][0xd6]r[0xda][0xb0]RZ~[0x12][0xb5][0xfd][0xc1][0x7][0xb0][0xf8][0x18]\[0xc1][0x19],[0x9e][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x95]A[0x13][0xe3]4[0x96]L[0x90][0xa8][0xef][0xfe][0xc][0xa6]:2[0x1e]l[0x9]*[0x98][0xf][0xb]Y[0x1d]|l)[0xfc]l[0x19][0x82]l[0xb9][0xc0]Xk[0xea][0xb7]0V`[0x5][0xa1]H[0x14][0xe1][0x87]A[0x17][0x1d][0x10],??H[0xef]8?[0x86][0xb9][0x1f][0x4][0x9d][0xeb][0xfa][0x83]'[0xc8]p[0x84][0x88][0x1e][0xcb][0x18][0x8e][0xc1]O[0x83]3[0x18]f[0xb0][0x9c]S[0xe5][0xcc]c[0x90][0xe9][0xe6]?[0x6]g[0xeb][0xc4][0xf1][0xe7][0x9f]8[0x89][0xfa][0xe1][0x93]h[0x18][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xca]I4r=[0x93]h[0xa2][0xd1]$VM[0xa1][0xf9][0xfe]\Z[0xb1][0x15]D[0xab]F4[0xb2]&[0x9c][0xc3]Va=[0xb]fh[0xd5][0x88]*[0x1c][0x14][0x8e][0xf2][0xa2][0x9][0x87]q[0x95]0h[0xd8]2[0xc8]Cp[0x8f][0x88],M[0xa7][0x80]9[0xf3]*[0x9b][0x89][0xf5][0xf4][0x5][0x1d]]L[0x97][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xbb][0xe8]M([0x10][0xa4][0x8c]\[0xdd][0xee]8[0x89][0x0][0xc1][0xc][0xb6];}[0xe]aa{[0x99][0xaf][0xcc][0xb2][0xb1][0x81][0x8f][0x84][0x91]-[0xed][0x92][0xcf][0xd9][0xea][0x93]N[0xa0][0xb5][0x4]'[0xb0][0xa6][0x4];[0x8f]?[0xff][0xb8][0xcf]9AT[0x11][0xf1][0xe0]Q[0xe7]e[0xa4][0xcd]2k9$Z[0xec]\J[0xfc][0xf3]P[0xcd][0xd6]c-[0xdb][0x80][0x1e][0xd6][0x89]^v>[0x1d][0x9c][0xba][0x84]y[0xbb]QN[0x91][0xa9][0xc2][0xd5]x[\r]I[0xd7]a[0xb5]0[0xaf][0x8c][0xe0]u[0xe1][0xb5]d[0x94][0x3][0xd5]8W[0x14]![0xa7][0xb8][0xae][0xc1][0xeb]DTB[0x19][0xc6][0x85][0x88]K[0xd7][0x8a][0xb5]Cx=q[0xaf]D[0x8c]xu0k[0x82]_[0x18][0xcb][0xb5][0xbd]![0xa3][0xed]"[0xc1]Z[0xfe][0xe5]u[0xb6][0x8c]{#[0xb9][0xc9]d[0xc2][0x9b][0xe8][0xa2][0x13][0x84][0xc5][0xd0][0xc7]H[0x9a],[0xc1][0xc6][0xd2][0xae][0xb4][0xa3][0x1c][0xc4][0x84][0xb5][0xe4]'[0xa7][0xcf][0x99][0xf1][0x93]S[0xf8][0x89]\[0xe7][0x8][0xb4][0x9c]qm)[0xf3][0x95]M[0xe1][0xac][0xac][0x9f][0x1c]ye[0x84]mF[0x9][0xeb][0xa5][0x98]_[0x88]&[0xb6][0x5][0x9d][0xec]b[0xe1][0x90]-[0xb4]T[0x13]j[0xf0]V[0xa2]h[0x19][0xdd]M[0x87]p[0xb8][0x1b]3&o[0xcc][0x98][0xbc][0xd1]2[0xb9][0x4][0xe7][0xe3]m[0x94]n[0xa5][0x14][0xfb]ux[0xbb]p\[0xba][0xc8][0x98][0xf2][0xd7][0x9]^[0xf0]w[0xdc][\r]Y^[0x98][0x6][0xbf][0x83].:[0x0]Z[0xd4][0xbf][0xda][0xaa][0xeb]A[0x8b][0xb2][0xfd]<5'qv[0xc8]{[0x8e]S[0x94][0x87][0xe0][0xe0][0xb0][0xa3]ep[0x1a][0xeb][0xc2][0x9c][0xe4][0xad]D[0xe6]l[0x85][0xf0][0xf2]O[0xd9][0x0]E}+[0xaa][0xd8]%h`C[0xb6]Z[0x1e][0xb4][0x8c]pQ[0x16][0xbe][T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%x[0x8f]0[0xa2][0x81][0xb8][0xf0]^[0x1a][0x95][0xda][0xe0][0xb9][0xf9][0xf1][0xd5]*Z7[0x13],[0xca]t[0xb4][0x7][0xbd][0xe7].[0x9b][0xc6][0xcb]&q^[0xbb][0xc3][0xe7]h%[0x1c][0xed][0xce][0x93]h[0xc9]d[0xdb]z[0xca]1[0x1f]%l[0xa3]w[0x83][0x99]m[0x1][0x92]Y2[0x85][0xf6],[0xca]J^s[0xd9]0d[0xb6][0x8b]j[0xc6]n[0x81][0xb0][0xcb][0xd4][0x8e][0xf7][0xe3][0x3][0xc2][0xcd][0xed][0x99]Z[0xd6][0x9e][0xa9]e[0xed][0xa2][0x82][0x95]R[0x9a][0xad][0xa1][0xa0]G[0x9][0xe5]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][\r]4r[0x92]M[0x1f][0xc4][0x8d][0x16][0xd6]V![\r]T[0x9f]D[0x7]a[0xea][0xbc][0x3][0x95][0xd3]8[0xff][0xe]0[0xbe][0xf1][0xb1]l)[0xc5][0x93]t[0x8a]F7[0x9]h7[0xa3][[0x14]4[0xbe]@[0x17]^[0xde]T[0x8e]Mt[0xef][0xa1][0xbb][0x93][0xee][0x17]4[0x95][0xbf][0x0]PK[0x7][0x8][0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$1.class[0x85][0x92]]O[0x13]A[0x14][0x86][0xdf]iW[0x97].+[0x16][0x84]B[0xfd]@[0x84]*[0x15][0x12]W[0xae][0x15]o[0x88][0xf8][0x91]U[0xd1][0x1a][0xee][0xa7][0xdb][0xb1][0xdd]f[0xbb]k[0xf6][0xc3][0xc4][0x9f][0xe5][0x5]!x[0xc1][0xf][0xe0]G[0x19][0xdf][0x19]Vk[0xad][0xb1][0xd9][0xcc][0x99][0x99][0xb3][0xe7]<[0xf3][0x9e][0x99]s[0xf1][0xe3][0xfb]9[0x80]=[0xb4]k[0xb0][0xb0][0xee][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xce]c[0x3][0xf7]ll[0xda][0xd8][0xb2][0xd1][0x12][0xb8][0x9a][0xf][0xc2][0xac][0xf5]X`[0xc3]O[0xd2][0xbe]7,[0xe2]0[0xf7][0xd2]"[0x8e]U[0x9a]yG2Uq[0xfe][0xc1][0xec][0x9e]0[0xf6]i[0xc8][0xbf][0xcf][0x4][0xb6][0xda][0xb3][0x82][0x1f][0x1e][0xb]X[0x7]IO[0x9]\[0xf7][0xc3]X[0xbd]-F][0x95]~[0x94][0xdd][0x88][0x9e]%?[0x9]dt,[0xd3]P[0xef]K[0xa7][0xa5][0x85][0x8]@[0xc0]}[0xa5][0x11][0x7][0x91][0xcc]2E[0xcf][0xe6][0x8c][0xb3]Z{[0x94][0xd6][0x98]D~[0xfd][0xfc][0xb];+[0xfb][0x91][0xce][0x9e][0xcb][0x82][0x81][0xea][0x15]:~[0xb5][0xed][0xf][0xe5][0x17][0xe9]E2[0xee]{:DcL9[0xb][0xc1] [0x8c]z[0x9d]\[0xe6]j[0xc4]t[0x81][0xe5]E[0x12][0xf6][0x89][0xb7][0x94][0x91]'Pm[0xeb]D[0xa7][0x93][0x14]i[0xa0][0xe]C[0xcd]_[0x9c]8\[0x3]xC[0xcf][0xe3] J[0xb2]0[0xee][0xbf]Q[0xf9] [0xe9][0xd9][0xb8][0xef][0xc2][0xc6][0x9c][0x8b][0x1a][0x9a]6[0x1e][0xb8][0xd8]F[0x93]/4[0xeb][0x1e][0x4][0xea]cE[0xef][0xba]C[0x15]P[0xe5][0xf6]t[0xd6][0x88][0xef][0x12]y[0x97]Y[0x9d][0xb2][0xf2]T`[0xfd][0xff]|[0xbe][0xdb]t[0xbd][0xac][0x91][0xb1][0xec])[0x8b][0xcd][0xc5][0xe][0x81][0xa8][0xd7][0xb5]t[0xb6]][0x95][0xa3][0x6][0x87]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde]y[0xae][0xe]Q[0xe1][0x7]8;[0xbb]'[0x10];[0xa7][0xa8]|31.-[0xb3]h_[0xe3][0x1a][0xad]k[0xd6][0xe][0x16][0xb0][0xc8]yi[0xc2]s[0x3][0xba]=[0x96][0xb1]R2[0xdf]s[0xd6]L{[0xf7][0xc]U[0x81]1[0xd0]1[0xee][0x17][0x4][0xbf]4[0xd0][0xc6]eX[0x9][0xd5][0xab][0x6]V[0x99]<[0xc6][0xdb][0xbf][0xf1]kh[0x96][0xf8]}[0xb3][0xe7][0xf8][[0xa9][0xff][0x87]R1[0xa5]T[0x94][0xa8]*n[0xd2]Vp[0xb][0xb7]9[[0xb8]C[7[0xe2][0xd8][0xec]F[0x6]~[0x2]PK[0x7][0x8][0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$2.class[0x95]S]O[0x13]A[0x14]=[0xd3][0xad]-l[0x7][Q[0xc1]O,X[0x15][0x8b]q[0xab][0xaf][0x1a]_[0x88]&[0xc4][0xda][0x10] [0xbc][0xf][0xdb][0x91][0xe]ng[0xcc]~4[0xf1]g[0x99]@4>[0xf8][0x3][0xfc]Q[0xc6]3[0xb5]Fk[\r][0x8d][0x9b][0xec][0xde][0x99]3[0xe7][0x9e][0x9c]{[0xef][0xec][0xb7][0xef]_[0xbe][0x2]x[0x82][0x7][0x8b][0xb8][0x80][0xdb][0xfe][0xb3][0x16][0xa2][0x82];!n[0xa2]Y[0xc5]z[0x15][0x1b][0x2]r[0xa4][0x92][0x96]u[0xb9]ykt*[0xb0][0xd5]u[0xe9]qtRX[0x93]Gia[0xad]N[0xa3][0x9f][0x87][0xb1][0xca][0x8d][0xb3][0xd1]^a{[0x13][0xf2]3[0x81]J>0Y[0xab]#[0xd0][0x9c]I[0xcb][0xa2]][0x95]j[0x9b][0xef][0x8d]w[0x9e][0xfb][0xdc][0xf0][0xf4][0x85]@os[0x1e][0xf9]?<<<[0x14](o[0xbb][0xbe][0x16][0xa8]w[0x8d][0xd5][0xbd]bx[0xa4][0xd3][0x3]u[0x94][0x10]Y[0xee][0xba]X%[0x87]*5~?[0x1][0xcb][0xde][0xb3][0x0]X[0xfa][0x8e][0xd7][0xde]NT[0x96]i"[0x1b]sl[0xb5][0x9e][0xb2][0x8a][0x95]i[0xc9][0xf][0xef][0xc9][0xce][0xcb]~[0xec][0xb3][0x17]4[0xbb]][0xa8][0x9c][0xfc]`[0xd3][[0xf][0xf7]][0x91][0xc6][0xfa][0x95][0xf1][0x12][0x97][0xa6][0xf8]'j[0xa4]X[0xd4]K[0x1b]'.3[0xf6][0xf8][0x8d][0xce][0x7][0xae]_[0xc5]][0x89][0x16][0xee]I,"[0x94][0xa8]bA[0xa2][0x86]U[0x89][0xfb][0x90][0x1c][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd6]g)C[0xb6]/[0x89][0xf6]s[0xfa][0x1a][0x92]+[0xb0]v[0xbe][0xc]][0xc5][0x3][0x93][0xf4][0x89][0xec][0xd8][0x91]{[0xe7][0x91][0xdd][0xd9][0xa1][0x9e]3[0xb4][0xf4][0xea]/[0x13]lV[0xa8][0xe2]Xg[0xbc]^[0x9d][0xe][0x9a][0xbc][0xbc][0x15]^[0xe6]R[0xa3][0xe1]k[0x6][0x18][0xd9][0x0][0x8f][0xf0][0xad]Ar[0x9c]K\[0xbd][0xe6]>`[0xac][0xb7][0xb7][0xce] [0xda][0x8f][0xce]PjB[0xf0][0x91]P[0x80][0x8b][0xfc]V[0xe0]G_C[0x9d]k[0x9f]D*[0x1a][0xb8][0xcc]xe[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "CV[0xb0]:[0x11][0xee]R[0xd8][0x9f][0xc9][0xf6])uOQ[0xfa][0x8c][0xf2]o[0xd5][0xd0][0xdb][0x10][0x9c][0x84]X[0xfa]CY[0xce]([0xcb][0x89]r[0x80]kc[0xeb][0xd7]q[0x83][0xb1][0xcc][0xff][0xf1][0x16][0x96][0xc7]:[0x82][0x85][0x8e][0x9f][0x1f]PK[0x7][0x8][0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$3.class[0xa5]Smk[0x13]A[0x10]~[0xb6]w[0xe6][0xd2][0xeb]j[0xae][0xb5][0xd4][0x97]jM[0xd3][0xa8][0xe9][0xa5][0xcd])~TD[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xac][0xa5]J?[0xbb][0xb9][0xac][0xc9][0x86]sO[0xee][0xa5][0xd0][0x9f]UHZ[0xf0][0x83]?[0xc0][0x1f]%[0xce]^Sk[0xc]4[0x88]92[0xb3];/[0xf]3[0xcf][0xec][0xfc][0xf8][0xf9][0xed];[0x80][0xa7]h-[0xa2][0x84]M#jFl[0xb9]pPw[0xf1][0x0][0xf][0x1d]?[0xe0][0xa6][0xcd][0x9d][0xae][0xf9][0xa1][0xdd][0x17]V[0xb0]3n)6[0x18]bnUu2[0xe6]S[0x9e]-[0x86]x[0xab]EjjOv[0x1d][0x1e][0x84][0x8a]:U [0x13]=*x[0xfd]Y[0xc2]@[0xda]f=[0xaa][0x86][0x7][0xae][0xb7]K[0xf8][0x1a][0xf1][0xe8]{n[0xe8]Y[0xe2][0x8d]T-[0xcd][0x8e][0xd4][0xaf][0xc2]h[0x93]_;[0x96][0xed][0xfa][0xd2][0xe9][0xbe][0x13]A[0xcf][0xed]h0[\r]l[0xa2]j[0xe0][0x16][0xc][0x3])[0xe8][0x6][0xd2][0xd8]2[0xf0][0x14][0xdb][0x1a][0x9e][0x19][0xc8][0xe2]9M[0xc6][0xb4][0x9d]e[0xc8]\.[0x94]a~R[0xa5][0xc][0xcb]W[0x93]Q[0x13][0xd6][0x5]tm|[0xd0]&[0xf][0xd2][0xc4]}[0xa1]-[0x89][0x17][0xd4][0x8c][0xa5];[0xc2][0xb7]<[0xd9][0x16][0xf5][0x9e][0xb4];[0xc][[0x13][0xce][0xaf]8[0x9e][0xe9]U[0x14]5T[0x89][0x88]*[0x9d]J[0x18]^N([0xf9]"[0xd1][0xd5][0xde]b[0x3]9[0xba][0xe6][0x1a][\r][0xf8]M[0xc4]2[0x19]u&[0x0]I: [0xfa][0x15][0xc4][0xe8]M[0xe3]6ygH{K[0xeb]8[0xc9][0x99]R[0xf9][0x8][0xac]T9B[0xac]t[0x82][0xf8]72[0xc5][0x91][0xa1]o[0x12][0xea][0xaa][0x9c]`[0x96]tC[0xe9][0x14]6[0x87];$[0x17]F,[0x8b]P7*[0x8b][0xbb]D[0xa8][0x88][0xbf] [0x11][0x11]gK[0x87]Dy[0x8]V>FB[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc9]c[0xdc][0xf8]z)[0xc3][0xf7](C[0xee]4[0xe6],[0x83][0xd2][0xee][0xe1]~[0x94]#[0x8b][0x7][0xa4][0xc5][0xa2][0xac][0xff]P[0x8b][0xe7][0xa8][0xa5]s[0xd4][0x12][0xa1][0x96][0xa3]F[0x1f]R[\r][0xa7]Z[0xe][0x8f]"[0xb9][0x82][0xc7]$[0x13][0xf4][0xef]{[0x82]y[0xd2]t[0x8a]JF[0x1c][0xf8][0x3]PK[0x7][0x8][0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runners/ParentRunner.class[0xa5]Y[0xb]\\[0xd5][0x99][0xff]>[0x98][0xe1][0xc2]pCH [0x10][0xf2]$![0x10][0x98][0xe1][0x11][0x13][0xd4][0x8][0x88]![0x4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x3][0x89][0xa2][0xb5][0xc9]d[0x98][0xc0]$[0xc3][0xc][0xce]@L|[0xc6][0xf7][0xa3][0xda][0xaa][0xf5][0x19][0xdb]j[0xad]-[0xbe][0xb6]k[0xd4]@"[[0xd3]&[[0xed][0xda]u[0x1f]u[0xd7][0xed][0xee]v[0xfb][0xd8][0xee][0xea][0xba][0xed][0xb6][0xfb]h[0xf7][0xe9][0x9a][0xfe][0xbf]s[0xef][0xdc][0xb9][0xf3][0x0]&-[0xbf][0xdf][0xdc]{[0xce]=[0xe7]|[0xef][0xe7][0xe1][0x9d]O[0xde]x[0x93][0x88][0xce][0xe1][0x97]\[0xb4][0x8f][0xfe][0xcf]E[0xfb][0xe9]c[0x8d][0xfe][0xdf]E[0xd9][0xf4]q[0x1e][0xbe]|"[0x8f]3[0x1a][0x93][0x8b]4[0xce][0xc6][0x84][0x1d][0xd8][0xc8]N[0x19][0xe5][0xc8]H[0xd3]8[0xd7]E[0xf3]8Oc[0x97][0xcc][0xf3]5[0xd6][0xe5]=O[0x1e][0x5][0xf2][0x98]/[0xcb][0x85]r`A>/[0xe4][0xa2]|.[0xe6]E[0xf2]([0xd1][0xb8]4[0x9f][0x96][0xf0]b[0xf9]\&[0xbb][0x96]h[0xbc][0xd4]E+xY[0x1e]/[0xe7][0x15].[0x85]l,v[0x96][0xa9][0xc2][0x6]<2[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9]#[0xd1][0x86][0x91][0xf0][0xa0]?[0x18]G[0x80][0x13][0x85]{[0x3][0xc1]1[0xc4]?[0xd8]nBg*[0xb1]Q[0xd9][0x1e][0xe][0x6][0x1]:[0x10][0xe]a[0xef][0xd2][0xb4][0xb]-[0xfd][0xfd][0x8a][0xbe][0xbc][0xa8]o[0xd8]?8[0x1e][0xf4]G[0x98]jf[0xc4][0xbd]][0xcd][0xfa]b[q.[0xa7]%[0x80]m[0xad]L[0xc5][0xd5]6[0x96][0xc][0xfa]jv29[0xda]q[0x90]i~w [0xe4][0xef][0x1d][0x1f][0xd9][0xe3][0x8f][0xf4]{[0xf7][0x4][0xfd]"[0x81][0xb0][0xcf][0x1b][0xdc][0xe9][0x8d][0x4]dn~t[0x8c][\r][0x7][0xc0]|y[0x1a][0x2][0xb6]y[0xc1][0xde][0x98]A[0x0][0xf0].H[0xc1]&[0xac]'[0x80]<4[0x1a][0x3][9[0x7][0xbc][0x98][0x10][0x8a][0x93][0x81][0xb6][0xb8][0xe5][0xb3][0xab][0xe3][0xa0][0xcf]?*[0xd2][0x2]m[0xa5])|[0xca]&au[0xbe]/[0xe2][0xf7][0x8e][0xf9][0xfb][0xe3]Jfc[0x0][0x16]k[0x94][0xad][0xc8][0x19]ilt[0xc4][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x8e][0x7][\r][0x88][0x9d]j[0xa3][0xd2][[0x1a][0xe4][0x9][{[0xc3]"[0xa5][0xe8]v[0xff][0x88]7[0x10][0xb2]#w[0x4][0x14][0xae]\[0x9f][0xe5][0x1a]U[0x99]ae*K[0x93]Dc[0xa5][0xd2][0xa2][0x19]J(G4[0x1c][0x19][0xcb][0x80][0xb5]>l3Y+[0x90]#[0xf6]">G}[0x88][0xcc]M[0xa9][0x9][0x4][0xdc][0xc5]R[0x8a][0x8a][0xb2][0x80]Y[0x4]-w[0xa6]t[0x7][0x8b][0x13]BRB[0xb0]|[0x86][0xa5]x[0x87]0[0x1c][0x1e][0xf][0xe]n[0x17]Ch[0xce]Po[0xe9][0x3]Vm[0x86][0xa7][0xcd][0xb0][0xe6][0xf2][0x85]GF[0xbd]J[0xf6]L[0xad][0x99][0x8a]5[0x81][0x97][0xd8]y[0xb0][0xb1][0xe5]w[0x2][0xd0]RgJC[0x8f][0xfa][0xed][0x81]2[\r]K3[0xf5]L[0xa2][0x1c][0x97][0xd7][0xe7][0xf3]G[0xa3]k[0xd6][0xad][[0xc7][0xd4][0x9b][0xee]lB[0xbb]s[0x96][0x11].[0xeb][0xe0]:y[0x9c][0x3][0xab]h[0xf1][0x5][0xcd][0xfe][0xec][0xd6][0x96][0xfe][0xa6]Tu[0xb4][0xa6][0x82][0x9e][0x11]g[0x1a][0x15][0xa9][0x18][0x98][0x81]<[0xcd]X[0xe9][0xea][0xb][0x8f]G|~[0x9c][0x85][0x99].[0xb0][0xb3]X/[0x94][0xe9]t[0x8a]N[0xeb]t[0x3]}[0x88]d[0x94]L[0xaa]N[0x11][0x8a][0xea]t[0x80][0xae]C[0xc0][0x9a]]^k[0xc0]9AE]21[0x93]=[0xc0][0xf2]>[0x9d][0xe][0xd1][0xf5]:[0xdd]C[0xf7][0xea]4F[0xe3]:} [0xa8]V[0xcd][0x99][0xb1][0x84][0xa6][0x1b][0xe1][0xf1][0xf1][0x8d][0xb6][0x82]E[0xa7]/[0xd1][0xd3][0x88][0xc9][0xf1][0xc5]x[0x91][0xa1][0xd3][0xb][0xf4][0xa8]NO[0xca][0xe3]m[0xfa][0x8e][0xce][0xfb]9[0xa8]S[0x88][0xc2][0x1a][0x8f][0xe8][0x1c]b[0xbc]Gu[0xbe][0x96][0x8e][0xea][0x1c]aD[0xf0][0xaa][0xcc]j|[0x9d][0xc7]x\[0xe7][0x3]|[0x9d][0xce][0x7][0xf9][0x10][0x9a][0x91][0xc][0xb]\[0x9d][0xaf][0xe7][0x1b]4[0xbe]Q[0xe7][0x9b][0xf8]f[0xb0][0xcf][0xb7][0xe8]|XFo[0xd2]K:[0xbd][0x2]:[0xe8]u:[0xa6][0xd3][0x94]F9[0x98]k[0x3]X[0xc8]=Fyn[0xb7]g[0x92]\[0xc7]([0x1f]s[0xfd](Nd[0xd3][0xcd]x[0xae] [\r][0xcf][0xed][0x80]r[0x11][0xcd][0xa7]v*[0xa6][0xe]*[0xa7]>[0xaa][0xa1]~[0xaa][0xa3][0x1d]t[0xb]VK[0xc][0xc]t[0x98]n%R[0xa3]1[0xba][\r][0x94][0xdd][0x9e][0xb0]v[0x87][0xb5]v'[0xd6][0xee][0xc2][0xd8][0x81][0xf7].[0x93][0xfe][0xbb]1C[0x9f][0x89][0x91]P=[0x0][0xec]r.o[0x9a][0xe6][\r]x[0xa6][0xa8][0xe0][0x15][0x8b][0xa0][0x1c][0x1c]"[0xba][0xd2][0x86]8[0xcf]B[0x9c][0x97][0x82]8[0xcf]B[0x9c]g"6[0xd0][0xdd][0xe7]pH[0x9]k[0xcd][0x1f][0xc0][0x1c][0x95][0xbc]5[0x10][0xf3][0x87][0xe8]ak[0xfe]y[0x90][0x87]R[0xd9]$[0xef]&S[0xa8][0xcb][0xdd]E4[0xdf][0x1][0xb9][0x15]b[0xb0][0xc0][0x18][0x80][0xda][0x85][0xf2]([0x8a][0xcb][0xb0][0x4][0xda][0x94]Cy[0x98]-[0x4][0xe1][0xa5] j[0x19]H[0x8e][0xb3][0xb0][0xdc]ba94[0x16]N`a[0xb9][0xc5][0x82][0xac]=n[0x91][0xf4][0x4]~OZ$[0xbd][0x4]\[0xe][0xbc][0x9b][0xdd][0x93]T[0xa1]|+`[0xd7][0xe0][0xf7][0xc]}[0x19][0x16]T[0x4][0x13][0x16][0xca]E-[0x8d][0x16][0xe5][0x8d][0xf4][0xac][0xb2][0x1e][0x19]}[0x85][0x9e]S[0xb4]7*n[0xb2][0x1][0xcf]M_[0xc5][0xc8][0xa1][0xf8]r+,[0x8d][0x16]_r[0xf2]k[0xe6]I[0xe1]0[0xb6][0x2][0xfb][0xc]^[0x9f][0xc7][0xef][0x5]KYa[0xd3][0xbc]K_[0xa5]r[0x93][0xdd]U[0xaf][0xd2][0xea][0xd8]0[0xce]N[0x1][0xde][0x4][0xa2][0xf3]Av[0x9][0x90][0xc4]-[0xa6][0xd4]"[0xbb]4E[0xe0][0xa5][0x16]a[0xa5])[0x2]G[0x93][0x8a][0xb9][0x10]q'[0xbe][0x8][0xf4]U[0xe2][0xf8][0x15]=p[0xfb]5Gh[0x91][0xbb]v[0x92]*{[0xe4]Y[0x85][0xe7][0x14][0xad][0xed][0xa9][0x8d][0xfb][0xde][0x12][0xc8][0x8e][0xe8]M[0x97]%[0x5][0x97][0xe9]Bq[0xc7]qY[0xb6]y[0x12].hp[0xbc][0x1d]+r.+[0xfb][0xe5]$[0xa8]e6[0xa8]Y[0x16][0xd4],[0xe5][0xf]v.[0xb2][0xac][0x98][0x91][0xa5][0xbc] [0xc6][0xc5][0xb7][0xf0];E[0xa7]M.~[0x4][0xa8][0x12][0x2][0xba] [0xc9][0xbc][0x1e][0xcb]K{[0xeb]L/]Y[0xa7][0xbc][0xb4][0xc9]Q;MM[0x3][0xee]2[0x7][0x18]m>A-Y4q[0xe6][0x87]0[0x8a][0xb][0x19][0x86]S[0xd0][0xe4]4[0x86]e[0xce][0x93]G[0x1][0xde][0x89][0xa8]y![0x80]^[0x88][0x12][0xe3]BJ([0xc6]?5E[0xb3][0xc3][0x12][0xcd][0xe][0x14]Q[0xff]h[0x8a]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe3][0xa4][0xe4][0x12]c[0xff][0x8f][0xad][0xfd]F[0x8d][0xfb][0x1]}h[0xa6][0xea][0xc3]f[0xed]_.[0xbc]M[0xd1]5[0xdd][0xe2]t[0x9f][0xf6][0xa8][0x82][0xe9][0x8][0xe9][0xd3][0xb4]K[0x1a][0xde][0xdd]'[0x93][0xda]G~[0x9a]r[0xf9][0x19]8[0x16][0x1a][0x1]~[0x96]V[0xf2]s[0xb6][0xc4][0x1e]+[0x9a]rQ[0x9a]%7[0x3][0xb1]R[0xc9]X{<[0xa1][0xf5][0xce][0x92]W[0x9a]t[0xc5]j[0xef][0x6][0xb1][0xdd][0xb7]U[0xed][0xe4][0x1c][0xe8]>e[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8][0x11]^C[0xec][0x1e][0x88]=[0xb7][0xc7]s[0xba][0xf6][0xa4][0xac][0xbd][0x82]c[0x5]`[0xbf][0x12]G+[0x11][0x86]*)[0xa1]Y[0xe0][0x9][0x8][0xfe]y*[0xe0][0x17]h[0x11][0xbf][0x88][0x18][0xf0]2[0xd2][0xc0][0xd7]m[0x1][0xb6]!%[0xc0]6[0x98][0x4][0x1b][0xf5][0xc7]?[0xe3][0xf7]3[0xfa][0xb9]I[0xa4][0xf8][0xaf][0x10][0xe9][0xf2]H[0x1f][0x80][0x10][0xba]'[0xb9][0xde]y[0xd5]VK[0xda][0xab]([0xc3][0x92]I5[0x86][0xd1][0x84]Z2VO[0x19]kR[0xff][0x1b][0x98][0xff][0x5][0xbf]_[0xd0]/M[0xcc][0xb6][0xfa][0xcd][0xa7][0xea][0xb7][0xc1][0xe4][0xb4]19C[0xfd][0x16]7[0x94][0xc4][0xfa][0xcd][0xc0][0xf2][0xaf][0xf8][0xf6]o[0xf4][0xef]V[0x95][0x98][0xa5][0xce][0xe7][0xb8]=[0xc7](/n[0x2][0xaa]V[0xe6]S([0x86]N[0xdb][0xb0][0xe4]XXr[0xd4][0xdd][0x8f][0x1d]K[0x8e][0x81][0xa5]0[0x97][0xfe][0x3]5[0xb6][0x1][0xbd])[0xe]}[0x8a][0xf8][0xa8][0xc2][0x1f][0xbf]RiJ[0x80][0xfc]k[0xb][0xf2][0xaa][0x8][0x9b]K[0xff][0x5][0x13]6[0xe0][0x9c][0xaf][0x92]2[0xd1]J[0xe7]7h[0xc9]@[0xf6]4[0xf9]a[0xc8]{[0xfb][0x6][0x1c][0xd3]4[0x84][0xd1]p[0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]F%GU[0xf0][0x8d]#h[0x1]3[0x6][0xd3][0xff][0x8d]` [0xef][0xff][0xe5],[0xe5][0xa1]F[0x19]#[0x1b][0xcd]w[0x93][0xf9][0xf6][0x19][0xaf][0xdf][0x0]PK[0x7][0x8]}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runners/Suite$SuiteClasses.class[0x85][0x91][0xdf]K[0x2]A[0x10][0xc7][0xbf]k[0xda][0xa5]YYY[0xe6]C[0x18]!G[0xf5][0xd0][0xd1][0xb3][0x11]D[0x18][0x8][0xfd][0x10][0xbd][0x82][0xf0]i[0xb5][0xe1]Z9[0xf7][0xe2]nO[0xf0]_[0xeb][0xa1]?[0xa0]?*[0x9a][0xbb][0x7][0x8d]8[0xe9]av[0xe7][0xbb][0xf3][0xd9][0x99][0x9d][0xd9][0xaf][0xef][0x8f]O[0x0][0x17][0xa8][[0xd8][0xb5][0xb0]o[0xa1]&P[0x98]J?&[0x81][0xea][0xc9][0xe9][0xe0]n,[0xa7][0xd2][0xf1][0xa5][0xf6][0x9c][0x1b]_FQK[0xa0][0xd8]W[0x9e][0x96]&[0xe][0x19][0xa9]e [0x97]gWL[0x95][0xfa]A[0x1c][0x8e][0xe8]V[0xf9][0x94][0x88]X[0x19]:O@[0x81]z/[0xd6]FM[0xe8]YEj[0xe8][0xd3][0xb5][0xd6][0x81][0x91]F[0x5]:[0x12]8[0xfa][0x95]L[0xce][0x3]N[0x8f][0xc][0xe9][0xc4][0xe3][0xc4][0xf6]?H7[0xf0][0xd5]h[0xc6][0xa0][0xd5]{zp;[0xf7]m[0x81][0xc3][0xec]+[0xae][0xc]=2L[0x1e]g[0xc7][0xdb]>M8[0xa7];{'[0x86][0xf2][0xee]K[0xb7][0xbd][0xf4][0x85][0x1d][0xfd]F![0xf7][0xf8][0xda][0xb2]p [0xd0][0xc]B[0xcf][0x19][0xc7]Z[0x19]'[0x8c][0xb5][0xa6]0r[0xd2][0x11]4[0xd3]5[0x1d][0x13]q[0xbb][0xe5]?[0xb2][0x93][0xa0]sYYTz[0x1c][0x8e]id[0x4][0x1a][0x99][0xc5][0x17]#[0xe4][0x1f]YR[0xd9][0x16][0x10][0xc8][0xb1][0xad][0xf0][0x8b]<[0xf7][0x83][0x2][0xab]UV9X|[0xba][0x96]zE[0x94]xo[0xb0]^[0xe7]h[0x9e]P[0xc6][0x6]6[0x13]w[0x0]A[0xd8]B[0x5][0xdb][0xc][0xec][0xb1][0x95][0x90][0xa4][0xdc]A[0xd5].[0xfe][0x0]PK[0x7][0x8][0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runners/Suite.class[0x9d]W[0xfb]W[0x13]G[0x14][0xfe][0x86]<[0x96],K[0x2][0x88]OZ[0x1b]-[0xcf]$[0x18]m[0xd5]VA|[0x0][0xa2]5[0xe2][0x3][0xb5]Emu[0x9][0xb],n[0x12][0xdc]l[0xa8][0x8f]>[0xb4][0xef][0xf7][0xeb]/[0xd1]sZ[0xb0][0xf5]X[0xfd][0xad][0xe7][0xf4][0x8f][0xea][0xe9][0x9d][0xd9]e[0xb3]d[0x17][0x8c][0x1e][0xe][0xbb]3w[0xee]|[0xdf]7w[0xe6][0xde][0xd9][0xfc][0xfb][0xdf]_[0x3][0xd8][0x83][0xdf]$[0xbc]/[0xe1][0x3][0x19][0xc][0xd7]$\[0x97][0xa0]6bJF[0x4]y[0x9][0xd3]2[0x1a][0xa0]5bF[0xc2],o[0xce][0xc9][0xd0]1/#[0x8c]|[0x13][0x1a]q[0x83]O2[0xf8][0xa3] [0xa3][0x88][0x12]o-H[0xb8])[0xa3][0x1d][0xa6][0x8c][0xed]([0xcb][0xb0]P[0x89][0x91]yQF[0x7]>[0xe4][0x8f][[0x12]ns[0xc7];[0xfc]qW[0xc2]G[0xc][0xca]DE[0xb7][0xb4]aC-[0x97][0xb5]2uO[0x16][0x8b][0x9a][0xe9]v%[0xb3][0xc2][0xfb][0xd4]j[0xc9][0xcd][0xab][0x8b]j[0xb6]b[0xe9]F6[0xa7][0x97][0xad][0x1][0x86][0xd8][0x84]>[T[0xad][0x8a][0xa9]1[0xa4]k[0x86][0x7]s%s6;_)[0xea]V[0xd6][0xc6][0xc8][0x9e][0x17][0xaf][0x81]![0x9a])k[0x85][0x5][0xeb][0xb6]`f[0xe8][0xe8][0xed][[0xd3][0x99]!<\[0x9a]&[0xa7]DN/j[0xe3][0x95][0xc2][0x94]f^P[0xa7][0xc][0xb2][0xb4][0xe5]Jy[0xd5][0xb8][0xa4][0x9a]:[0xef];FF[0xff][0xfd]>[0xb4]r[0xb6]@ F[0xf6]$[0x99]t[0xd5][0xd0][0xef][0xa8][0x96]^*[0x8e][0x9a]f[0x89]3l[0x98][0xd5][0xac][0xa3][0xc5]b[0xc9]R-m[0xda]]yW[0xaf][0xbd]"C-[0xce]f[0x85]u[0xa0][0xef][0x8a][0xcf][0xc4][0x10][0xb9][0xc1][0x1b][0xc][0xad][0x1]c[0xb2]j[0xc3][0x12][0x19]Cw[0x80],[0x11][0x81]N[0xef][0xe][0xd0][0xac]M[0xab][0x17]v{aeq[0xed][0xb5][0x14][0x83])[0x11][0xcc][0xd1][ym[0x81][0x93][0x90][0x8c][0xb4]O6w[0xf2]+[0xb7][0xa7]F[0x7]u[0x92]3[0xc4]0[0xe0]_[0xed][0x9a]Q[0xb4][0xb7][0xe6]XE7[0xa6]i[0x87][0xfa].[0xd1][0x1e]Ys:qo]k[0x85][0xc4]$M[0xd9][0xfe][0xc]=u[0x2]3[0xc][0x5][0xae][0xe5][0x5]t[\r][0xf6][0xd6][0xe9][0xec][0xdf]X>][0xca][0xaf][0x1c][0x86][0xb6][0xa0][0x9d][0xdf][0xb8]FP[0xf][0xbf]4[0xab][0xd8]*"[0xee][0xf6][0xef]F[0xb0]B[0xa5][0xbc]*y3[0x81][0x1][[0x93][0xe6]t[0xbd]B[0xeb]T3[0xf1][0xb2]x[0xeb][0xaa][0xec][0xc]8[0x9a]5[0xa5][0x88][0xbb][0x1d][0xb]>,[0xf5]W%[0xe][0xd2]D[0xa5]`x[0x8e]D[0x9a][0x1a]el[0x1b][0x15]&_[0xd1][0xeb][0xf7][0x19][0xd7]/u[0xcd][0xd3]Z9o[0xea]S[0x9a][0xc0]e8[0xe0][0xf][0xd2][0x8a]{@[0x19][0x1c][0x11][0x93]Er[0xf3]Z[0x93][0xb7]1[0xfc][0x89]V[0xad][0x97][0x8d]dp[0xa8][0xc6][0xd6][0xa6][0xf2][0xf]P[0xa1][0xd2]g[0xf4][0xbc](V[0xdc]k\[0xf4][0x9d]D[0x8a][0xda]N[0x84]^t[0xcc][0xbc][0xe2][0xd7][0x8f][0xc1]p[0xc4][0xbb]=g[0xa6][0xe6][0xb5][0xbc][0xf5][0xa2]"[0x1a]n[0xed][0xe6]U[0xdf][0x7][0xc3]G[0xf6]0[0xbc][0x11][0xc0][0xf0][0xdc][0x88][0x6]U[0x93][0xb3]*[0xed][0xbe]e[0x7][0xea]9[0xd7][0xd8]D[0xa9]b[0xe6][0xb5][0xe3]:[0xaf][0xce][0xb2](u[0xbb][0xb8][0x6][0x86][0xcd]kTB[0xba][0xc8]jN[0xa9][0x82][0xfd]8F[0xd1]|[0x81];[0x8b]a[[0x15][0x84][0xe4]XzAs[0xef][0x0][0x1a][0xbc]@[0xd5]8Y[0x9e]+U[0x8c][0xe9]b[0x8f][0x95][0x9c][0xd2][0x92][0xb][0xa5]rY[0xa7];[0x84][0x93]}L)U[0xcf]M[0xa4][0xe0][0x13]|[0xca][0xb0]K[0x14][0xc1]dOW[0xb9]'Y[0xa8][0x94][0xad][0xe4][0x9c][0xba][0xa8]%[0xd5][0xa4][0xd7]5[0xe9][0xbd][0xe7]ZjwA[0xc1]=[0xdc][0x97][0xf0][0x99][0x82][0xcf][0xf1][0x85][0x82]/[0xf1][0x95][0x82][0xc][0xfa][0xb9][0x96]Q[0x9]_+[0xd8][0x81]oxg[0x8c][0xe1]`U[0x98]^[0xb4]4[0xb3][0xa8][0x1a]Y[0xe7][0xe2](g[0x8f][0x1a][0xc6][0x88]6[0xa3]V[0xc][0xeb][0xac]X[0x8e]nPd[0xb4][0xb2]ST8[0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xfc][0xf1][0x9d][0x84][0xef][0x15][0xfc][0x80][0x1f]9[0xf0]N[0x5]?[0xe1]g[0x5][0xbf][0xe0][0xd7][0x80]Mq[0xf6]R[0xc1]Y[0x9c]S[0x90][0xc3]i[0x86][0xed][0xeb][0x9f][0x7][0xaa][0xfa][0xde]c6a[0x99]zqV[0x9c][0xce][0xe6][0xea]W[0x84][0x8][0xc3][0xde][0x80][0xef][0x7][0x8f][0xa5][0x1a][0xb1]lu[0x16][0xbf]'[0x9]f\-[0xf0][0xdb][0xbe][0xb7][0xcf][0xcf][0xb4]*[0xbc][0xb6][0x8d][0xb2]s[0xa6]d[0x16]TK[0xd4][0x16][0xdf][0x8c]+AY[0x11][0x80][0x1b]YT[0x8d][0x8a]M[0x1b]t[0xd9]u[0xd5]U[0xd9][0x19][0xf6][0xd5]uu[0xf9][0xcb]j[0xb8][0xf7]2[0x8f]b{@[0xd4][0xc8][0xbc][0xb1][0xea]?\2[0xc]Z[0x84][0xfd][0xb5][0xd3]R)[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*[0x11][0xfc][0x3][0x89]#1[0xec][0xec][0xf5][0xdd][0xe]~[0xb6]8E[0xd9]S[0x8][0x18][0x92]A[0xdf][0xa0][0xab]KE[0x88][0xac][0x94][0xe][0x1]5u[0x9d][0xaa]EG[0x90][0xce][0x14]}[0xeb]S[0xe5][0xe2][0xc7][0x91][0xde][0xaf]S[0xaf][0x1][0x9d]P[0x10]C[0x17][0xba][0xc9][0xd2]C[0x96][0x8b][0xf4]][0xcf][0xe8][0xdd][0xf1][0x18]l[0x92]=CC[0xe8][0x9][0x1a][0x96][0x11]zp[0xea]1"[0x93]m[0xd1]eHO[0x85]C[0x2]-[0xe4][0xda][0x80]^j[0xc7][0x11][0xa2][0xe7][0xe][0xb2][0xec]D+[0x1][0xf7]QO![0xaf]V[0xc8]H!M=[0x99]g[0x1a]yq[0x8a]{[0x90]h[0x1e][0xb0]+[0xb5][0x1][0x8d]K[0x88]=Cc.[0xfd][0xf]g[0xc]O[0xb6][0xc9][0xe1]'h[0x9a][0xc][0xa5][0x96][0xe8][0x7][0xc1]#4/#[0xfe]4[0xfd]'[0x12][0xc][0xf]hFH[0xb0][0xb5][0x11]/([0xc1][0x9a][0xf0][0x16][0xa9]x[0x9b]0[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]M6*[0xfd]e[0xe9][0xdd]D:v[0xd3]O[0x1b]*[0xc8][0x8e][0x1a]{[0xec]Mz[0xef][0xa5][0xbe][0xcc][0xb0][0x13][0x84]}[0xd4][0xde]Oh[0xb6][0xbe]kd[0xe7][0xeb]iJe[0xd2][0xe9]GhYF[0xeb]C[0x97]\[0x16]$[0xc7][0xe9]=&H[0x93][0xb6]+[0xc9]8[0x0][0x88][0x16][0xa7]g[0xa2]u[0x10][0x3][0xe4]][0xa5]o[0x12][0xf4][0xcc]G?([0xe8][0xf]9[0xf4][0xd7][0xe9]g[0x17][0xc7]TR,[0xcd]2Kh[[0xc6][0x86]Z[0xfe]s[0x84]u[0xde][0xc3][0xaf][0xb8][0xfc][0x8a]`e[0xa2]5[0x84][0xc3][0xab][0xf8][0xb9][0xe5][0x8]Yj[0xf9][0x8f]R[0x8b][0x8a][0xbf][0xc3]_p[0x96][0x9f]H=F[0xfb]dx[0x19][0x1b][0xd3][0x99][0x80][0x10]\[0xa1]][0xbf][0xea][0x91][0x90]p%$[0xdc][0x10]$0[0xec]J[0xb0]w'[0xe1][0x84][0xc0][0x1e][0xb][0x12]3"[0xc4][0x8c]:b,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "FX[0x4]#[0x93][0xce][0xf4][0x7][0x7]c[0x86][0x82]1+[0x94][0xa4]l[0xdf][0xc0]`pM[\r][0xa2][0xc5]5[0x85]<[0x9a][0x14][0xa1]ie[0xec][0x8][0x8d][0xd5]j:.4[0x8d]9[0x9a][0x16][0xc8][0xc2]W[0x1c]O[0xa5][0x97][0xb1])[0x95]y[0x84][0xcd]`KU[0x95][0x9d][\r][0xb][0xa4][0xfc]&[0x9a]azb[0x14]w[0x95][0xc5][0xdd][0x18][0xc5]E:zc[0x14]wc[0xc4][0xc7]:[0x3]bt[0x82]Z'[0xf1][0xe][0xb5][0xb8][0x1e][0x8e][0xc3][0xbd]#[0xa9][0xdf][0xb1][0xe5][0x81]p[0xe0]2[0xa2][0xc2][0xb8][0xe8]b[0xf4]6[0xc8])[0x2][0xa1][0xab][0xc6][0xc9][0xfb][0x3][0xf4][0xe6][0xe4][0x91][0xf4][0x12][0xb6][0xd6][0x82][0xdc][0xf5][0xe4]W[0xc4]]C[0x4][0xe3]8#T[0xd1][0xb5][0xe5][0xc0][0x9c]pb[0x13]M[0xd3][0xc9][0xdd][0xf6][0xd0][0xc5][0xb1]w[0xea][0x1e][0xcd][0xb9][0xef][0x89]G[0xd4][0xc5][0x8a][0xd2]q>#[0xb8][0xa2][0x98][0xc0][0x5]4[0xb4][0x8c][0x10][0xea]E[0x17]5$[0xfc][0xe5]T[0xfa][0x19]:[0x8][0xf9][0x95][0x87]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";<[0xa8][0xb2][0x8b]*[0xe3][0x12][0xde][0x15][0xe3]2[0xde]sPs[0x98]tP[0xf][0x11][0x2]W[0x15][0x13][0xa8]Kx[0xb5]v[0xd9][0x1d][0x9e]e[0xc7]\[0xd0][0x98][0x3][0x1a]r[0xe2]x[0x99]R[0x81][0xbf][0xaf][0x12]='[0xa2][0x8f]S[0xfa][0xad];[0xf6]?PK[0x7][0x8][0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/junit/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/Annotatable.class[0x8d][0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x10]E[0xef][0xf8][0x8a]o[0xfc][0x7]-L[0xe3]"X[0x19][0x11]D[0xb0][0x12],Lg[0xb5][0xea][0x12][0x12][0xd6]][0xd8]l[0xfc]8[0xb]?[0xc0][0x8f][0x12]7">[0xb0][0xd0])f.w[0xe6][0xdc][0xb9]\Og[0x0]C[0xb4]<4<4[0x9][0xed]H[0xd8][0x99]R[0xda]r[0x1b]k[0x95][0x12]z}[0xb3]L[0xf8][0x91]3[0xc9]U[0xc4][0xf8]s[0xc7]^g[0x1][0xa1][0xf5][0xc1][0x11]F[0xfd]7h.y[0x9a][0x6][0xfe][0x1f]1[0xb5]u[0x1c])n3#[0x8][0xb3]I8[0x1e][0xff]d[0xa6]_[0x8f]&a[0x18]L[0x3][0xdf]uB}[0xad]3[0xb3][0x13][0x8b]X[0xba][0xc0][0xce][0x3][0xe3][)[0x6]9D[0xe8]j[0x13][0xb1]$S[0xb1]e&SJ[0x98][0x94][0x1d][0xf4]^H[0xf6]v[0xea][0xc0][0xd7][0x87][0xd5]6[0x11];[![0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xab]P"[0x14]Q[0x2][0xdc],[0xa3][0xe2]|/wQu[0xaa]vW[0xf5][0x1b]PK[0x7][0x8]a[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runners/model/FrameworkField.class[0x8d]Ums[0xdb]D[0x10]~[0xce][0x89]#[0xdb][0xbd][0xa4][0xb1][0xd3]&-)[0xa9])[0xa5][0xf5]K[0x1b][0xb5]4[0xbc][0xc5]N[0xc0]Ik[0x8]8N[0xc1]&[0xd0][0xb4]0[0xa3][0xd8]WGA[0x91][0x8a],[0x91][0xe6]?[0xf1][0x1]f[0xc0][0x9d])3[0xc0]7f[0xf8]Q[0xc]{[0xb2]j[0xcb][0xb2][\r][0x9e]L[0xce][0xa7][0xbd]}[0x9e][0xdd]}vO[0xfa][0xfb][0x9f][0x97][0xbf][0x3][0xb8][0x8b]o[0x13]X[0xc0][0x96][0x82][0xed][0x18][0xee]'[0x10][0xc1][0x83]8[0x92]('h[0xf9]8[0x81]O[0xb0]#[0x97]O[0xe5][0xf2][0x99][0xb4][0xd1]c[0x5][0xbb][0xf2][0xb1]*[0x97]=[0xb9]<[0x94][0xcb][0xe7]r[0xf9]BAMz[0xd5][0x15]|[0xc9][0x10]}[0xaa][0xb][0xa3][0xc9]p[0xb9]r[0xac][0xfd][0xa0][0xa9][0x86]f[0xb6]T[<5D[0xc3]Q[0xcb][0xf2][0xa8][0xc0]0S[0xd4]M[0xdd][0xd9]d[0xb8][0x92][0x19][0xeb][0x95][0xdd]g[0x98][0xde][0xb6][0x9a][0x82][0xe1]|E7E[0xd5]=9[0x14]v];4[0xc8][0x92][0xaa]X[\r][0xcd][0xd8][0xd7]l]>[0xfb][0xc6]i[0xe7]Ho3d*[0x96][0xdd]R[0x8f]][0x8a][0xa0][0xda][0xae]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xad][0x9e][0x10][0x8f][0xa1][0x96]m[0xed]D[0x9c]Z[0xf6]w[0xaf][0xf2]PZ[0xc2][0xa9][0x92][0x8d][0xe1]B&[0x1b][0xc8][0xa4][0xe6][0xd8][0xba][0xd9]"[0x87]9r([0x99][0xa6][0xe5]h[0x8e]n[0x99]D~=[0x93]}[0x1c]p[0xd4]zgj[0xdf][0x8d]p[0xb3][0x3]8[0x86][0xb5]`[0x9d][0xdb][0x86][0xd6]n[0x17][0xb2][0x13][0xd0][0xcc][0xf5][0xf][0xea]g[0xcf]([0xcd][0xe4][0x10][\r][0xc3][0xe2][0xa0][0x16][0xe4][0xe7][0xeb][0xb1][0x18]v.[0xd6][0xeb][0x85]MB[0xc4]kz[0xcb][0xd4][0x1c][0xd7]&[0xa7]R[0xb1][0xbe][0xbe][0xfe][0xbf][0xa9]l[0xe][0xe5][0xdf][0xe5][0xca][0xd2][0xca][0xc0][0xf5]v[0xed]HkZ[0xa7][0xa2][0xb9]u[0xc6][0x90][0x9f][0xb8][0x3][0xd9][0x3][0x86]s[0x96]s$[0xec]]![0xbb]KT$[0xdc][0xae][0xd5][0xd4]i[0x88]l[0x92]{*[0x93][0xdd]a[0x88][0x91][0xb1][0xdc][0x9d][0xaa][0xe5][0x81]>[0x85][0xe7]J[0xf6][0xb3]+[0xd4][0xc2][0x80]_O[0xaa]ak1'[0x15]I[0x12][0xf0][0xbe]h[0x18][0x9a][0xec][0xbb]g[0xa7][0xd8]dc[0xb8][0x11][0xac]|[0xef][0xf0][0x98][0xc2][\r][0xb4][0xce]7[0xd1]L;[0x9a][0xed]!R[0xa3]N[0x13][0xf][0x9e]7[0xc4]3o[0x88][0x14][0xec]+[0xf8][0x8a][0xaa]r[0xac][0xee][0x9c]1[0xdc][0x9a]@[0xb1][0xae]B[0x9e]d[0x91][0xe7]w[0x18][0xb2][0x13]C[0x18]j[0x93][0xfa][0x16]'[0xed][0x9c][0x14]-Q[0xb3]\[0xbb]![0xca][0xba][0x1c][0xb6][0x85]A[0x87]U[0xa9][0x1][0xc7]"[0xbe]fX[0xe9][0xeb]Qu[\r][0xe3][0xa1][0xa5][0x9b][0x8e][0xb0]{[0x82]0l[0xc]b[0xd3][\r]o[0x8][0xd3][0x87]"[0xdd][0xb0][0x85][0xe6][0x88]f[0xfa]Tw[0x8e],[0xd7]Ikf[0xda]5[0x9b][0xc2]6[0xce]H[0xb7][0xb4][0xf7][0xa6]Y[0x95]Q[0x1e]q\[0xc0]E[0x8e]U[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]8^[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]U[0xa4]9[0xde][0xc0]5[0x5][0x8f]9[0x9e][0xe0][0x1b][0x8e][[0xb8][0xcd]q[0x7]w9[0xee][0xc9]e[\r][0xef]p[0x14][0xb0]B][0x9e][0xac]l[0x8e],r[0xc]7'T[0x93][0xe1]Z[0xbf][0xf4][0x1d][0xc3][0x10]-[0xcd]([0xd9]-[0xf7]D[0x98]N[0xa0][0xfc][0xf4][0xb0]S[0xa3]![0xda][0xed][0x80][0xb][0xdd][0x3]z[0x1d]^[0xcc][0xc][0xbf][0xa3][0xa4]}i[0xcc][0x8d]`[0x98][0xf][0xfb][0xd3][0x9c][0x8a][0xef]][0xcd]h[0x87][0xd8]^M[0xf6][0x1][0x9][0x96][0xa4]O[0x3]@[0x83],5[0xa5][0x1d][0xa7][0xff]E,[0x91][0xe5][0x12][0xed][0x9e]`[0x8a][0xbe][0x17][0xc0][0xa5][0xdc][0xb][0xb0][0xfc]_[0x98][0xfd][\r][0x91]G[0xa9][0xa9][0x17][0x98][0xfe]#[0x97][0xff][0x15][0xd1][0x9f][0xe9],[0x82][0xcb][0x1e]&Jk[0x12][0xd3][0xc4][0x14]#[0xce][0x94][0xc7][0xb2][0x84][0xd7][0xbc]3[0x8f][0x3][0xcb][0xb8][0x2]x;[0x19][0x8b][0xd1][0x1f][0xb5][0xce][0x8f][0xf4][0xb6][0xf7][0xc][0xc4]r[0x1d][0xcc]t[0xa0][0xfc][0xd4]c[0x9e][0xf1][0xec][0xcb][0x1e][0x13][0xef][0xfa][0xf8]LLv}[0x8][0xff][0xb][0xa2][0x1d][0xc4][0xc2][0xf8][0xab]#[0xf1]40[0xe4]%[0xf1]{[0xf4]+[0xb3][0x8c]K|[0xbe][0x83][0xb8]$[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xbc][0x19](%[0xde]+%N[0xf6][0xeb]t[0xfe]V[0x8f]\Zn[0xd0][0xee][0xa6][0x97]@[0x86]v4F~[0x92][0x1f][0xf9]A8[0x5]HP[0xa1][0x89][0xe][0xce][0xfd][0x18]J4[0x13][0x88][0xc3]{q8[0xf2][0xb4][0xa3][0xcf][0x9e][0x1c][0xeb][0xd1]%[0xf3]0[0xd3][0xed][0x91]%[0xd3][0xad][0xf1][0xf1][0xaa][0x8f][0x8f]J|X[0xaf][0xb5][0x0]8[0xda][0x3][0xd3]u[0xf2][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x9f][\r][0xe3]7F[0x4][0xef]J"[0x91][0xf7][0xc6][0xf1][0xcc][0x85]y[0xb6][0xfe][0x93][0x87].[0xb5][0xcf][0xb3][0x11][0xea][0xdf][0xf9]0[0xd1][0xce][0x98][0xfe][0xbd][0x8b][0xf7][0xe8][0xfc]}[0xcf]/[0x82][0xf][0xb0]NO[0x85][0x11]c[0xe9][0xa5]7[0x1f]f[0xad][0xe][0xa7]7_[0xa2][0x8e][0x17]}|?[0xad][0xfc][0x9f]Hv[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7inLZ[0x1b][0xd8][0xa4][0xf3][0x88]_[0xeb][0x87]4:[0xf2][0xb7][0xf4]/PK[0x7][0x8]sJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMember.class[0x95]T[0xcb]r[0x12]Q[0x10]=7[0xc][0xc][0x81]1[0xf]BbD[0x8d]y[0x1a] [0x8f][0xf1][0xfd][0x8][0x88][0xe6]!V[0xaa][0x8]Z[0x5][0x95]Ev[0x3]L[0xe0][0xc6]a[0xc6][0x1a][0x6]c>%k[0x17]n[0xb2]q[0x13][0x8d][0xb][0xcb][0xb5][0xbf][0xe1][0xa8]}[0x7][0x88]0[0xa9]T[0xe1][0x82][0xdb]}[0xf]}Ow[0x9f][0xee][0x9a][0x9f][0xbf][0xbf]}[0x7]p[0x17][0xaf]B[0x8][0xe1]N[0x98][0xbc]{a[0xdc][0xc7][0x3]q<[0x94][0xf1]([0x4]?[0x1e][0x8b][0xe3]I[0x8]O[0xb1]&[0x8e][0x94][0x8c][0xb4][0x8c]g[0xc][0x81]47[0xb9][0x93]a[0xf0][0xc5][0x13][0xbb][0xc][0xd2][0xa6]U[0xd1][0x19][0x86]s[0xdc][0xd4][0xf3][0xcd]zI[0xb7][0x8b]Z[0xc9] $[0x92][0xb3][0xca][0x9a][0xb1][0xab][0xd9]\[0xdc][0xdb][0xa0][0xe4][0xd4]x[0x83]![0x91][0xb3][0xec][0xaa]z[0xd0]$"[0xd5]n[0x9a][0xa6]n7[0xd4]:[0xf1][0x18]j[0xd6][0xd6][0xea][0xfa][0xa1]e[0xbf][0xdd][0xd1][0x5]W[0x8a]a[0xa2][0x97][0xe7][0xe8]][0x87]k[0xb5]_[0x92]t[0xb1][0x98][0xca][0x10][0x93][0xc2][0x1b][0x85][0x9a]V[0xb1][0xe][0xf5][0xca][0xc6][0x11][0xc3]r[0xbc][0xef]*[0x12]{[0xc][0x83][0x5]^55[0xa7]iS[0xea]@[0x9c]([0x5]8[0x16][0xcf][0x1d]h[0xef]5[0xb5][0xe9]pC[0xcd][0xf1][0x86][0xe3][0xa2][0x92][0xae][0x95]k[0xc][0x3]|[0x9e]![0xda][0x15][0xb0][0xed][0xe8][0xb6][0xe6]X[0xa2]+[0xb9][0xee]2[0x93][0x16]#^[0x6]R[0x96][0xd8][0x19][0xc6]=t[0xda][0x98][0xf4][0xe6]l[0xfd]![0x12]+U[0xdd][0xd9][0xb1]*|[0x9f][0xbb][0xd4]4[0xa1]m[0x86] [0xb5][0xed]h[0xe]/[0xbb][0xc0][0x9e][0xb][0xbc]i[0x96][0xc][0x1][0xc8][0xf4] O[0xbd]R[0x9d][0xf1]D[0x8b][0xd6][0xd0][0xcc][0xaa]ZplnVS[0xad][0x0][0xa1][0xb9]h[0xb5];`[0xd3][0xd0][0x1a][\r]1[0x9d][0x8b]h:)[0xaa][0x1c][0xa5][0x87][z[0xd9][0xd0][0x4][0x91][0x8b]3[0xf0]tq[0xed][0xff][0x86][0x96][0xe9]"]:[0xd0][0xcb]N[0xea]R[0x82]u[0xd3][0xb4][0xa8]O[0xb1][0x1c][0x94]?T[0xb0][0x9a]vY[0xcf]r[0xb1]*Q[0xf][0xf9][0xaa]`U[0xa0][0xe0][0x8a][0x8c][0x8c][0x82][0xe7]x!c][0xc1][0x6][0x16][0x14]lb[0x8b]a[0xb1][0xcf]*[0x15][0x8c]cB[0xc1],[0xe6]d[0xbc]T0[0x8f][0xac][0x82][0xdb][0xc8][0xd2]T[0xbd]u3[0xcc][0xf5]Q8[0xc3]P[0xef]l[0xc5][0xb4][0xda][[0xd3]%[0xb6]w[0x9b]"[0x17]Q[0x1a]]Mk[0xe4][0xf5][0xf]D![0x99][0xae][0xe9][0x1d]q[N[0x86][0xd8]?[0xcc][0xd6][0xf7][\r][0x2][0xd5][0xce][0xe][0xd1][0xd3][0xf8]vbO[0x9a][0xa1]OA[0x8][0xc]a[0xfa]j[0xc][0x92]%[0xe1][0xe8][0x1c][0xa2][0xdb]:YF[0xd6][0x9f][0xfc][0x2][0xf6][0x99][0x1c][0x1f][0x86][0xe9][0xc][0xb8]`[0x18]#t*[0xad][0x0][0x8c]"Bv[0xac][0x7][0x89][0x2][0x12][0x84][0x86][0x84]\%l[0x0][0x93][0x10][0xf7]k[0xe4][0x9][0xfa][0x8f]d)[0x0][0x89][0xa5]3[0xc]0[0xec],[0x9f][0xc1][0xc7]p[0x8c][0x18]9[0x12][0xc3][0xf][0xf8][0xf3][0xc9][0x95]S[0x4][0x8e][0xe1][0x97]N>[0xfd][0xf9][0xe5];9/![0xe2]>[0x1c]A[0x8c][0xd2][0xcc][0xd2]m[0x91]hE9I[0xc2]c[0xd4]M[0x8c]0[0x1f]dL[0xe3]:nP[0x1a]J[0xd2].Qx71E%[0x89]b[0xa7])[0xaa][0x15][0x8b][0xbc]VT[0xf4][0xa3]=Xh[0xeb][0xb3][0xd5][0xd6]'[0x98]<[0x85][0xfc][0x15][0xc1][0x13][0x8f]DS][0x12][0x5]/H[0x14]l[0xe7]b[0xb4]T[0x97]0[0xe]z[0x19][0x17][0xfa]a$[0xed][0x16][0x11]wm[0x82][0x14][0xe9][0xf4][0xb0]D[0xf7][0xe5][0xee];[0xfd]Z[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V][0xab][0xfe][0x5]PK[0x7][0x8][0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod$1.class[0x8d]Tmo[0xd2]P[0x14]~.[0xe0][0xba][0xd5]*l[0x10][0x9d][0xef][0x9b][0xa2][0xe3]e[a[0xf3]%F]b[0x8]KH[0x98]F%[0xfb][0xe2][0xa7]Kw[0x85][0xb2]KK[0xda][0xc2][0xe6][0xbf][0xd2]D[0xd4][0xf8][0xc1][0x1f][0xe0][0x8f]2[0x9e][p [0xc3][0xa4]m[0xee]=[0xb7][0xe7]<[0xe7][0xfd][0xdc][0xfe][0xfa][0xfd][0xe3]'[0x80]2[0x9e],A[0xc3]=[0xb5]e[0xd5]v_[0xc7]"[0x1e][0xe8]X[0xc7][0x86][0x8e][0x1c][0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0x8a][0xc][0xfa][0x80][0xcb]l[0xc0][0xbd][0x96][0x8][0x18]V[0xea][0x1d]>[0xe0][0xa6][0xe4]N[0xcb]|[0xdd][0xec][0x8]+x6F[0xf4][0xb8][0xc7][0xbb]>C[0xfa][0xfd]<[0xc8]B[0xd0][0xb6][0xfd]l[0x89]!_w[0xbd][0x96][0xd9][0xe9];v`z}[0xc7][0x11][0x9e]ov[0xdd]#![0xcd]}[0xd2][0x17]'[0xae]w| [0x82][0xb6]{[0xa4][0x94][0x9e][0xdb][0x4][0xdb]cx[0x93][0x8b][0xac]u[0xde][0xf9][0x9c]x[0xf2][0x87][0xc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe9]3$[0xeb][0xb6]#^[0xf5][0xbb]M[0xe1]5xS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xa2]kqy[0xc8]=[}[0x8f][0x99][0x9][0x15]?[0x3][0x18][0x8c][0x9a]r_[0x91][0xdc][0xf7][0x5]q[0x8a]Q#[0xcb][0x96]U[0xa5][0xaa][0xa7][0x96][0xe8][0x5][0xb6][0xeb][0xf8][0x1a]65l1,[0x93][0xd6][[0xf1]AR\[0xf6]@T[0xb8][0x94][0xc][0x99]\[0xfe]|[0xd0][0x1a][0xb6][0xc9][0xc0];[0xb7][0xef]Yb[0xdf]VAef\l+[0x1d]J[0xa9][0xea]X[0xd2][0xf5]m[0xa7]5bk0[\r][0x94]P6p[0x9][0x97][\r],A7p[0x11][0x86][0x81]$v[0xc][0xec][0xe2][0xa1][0x86]G[0x6][0x1e][0xa3]L[0xdd][0x89][0x9c][0xc][0xc3][0xee][0x4]k;[0x81][0xf0][0x1c].g[0x94][0xfe]MkT[0xc8][0xe2]$/o$6k[0xce][0x80]*[0xae][0x8a][0xd2][0x8][0xa7][0xec][0xac]F[0xc]k[0x13]tMJ[0xd1][0xe2][0xf2][0xa5]e[0x9][0xdf][0x9f][0x82][0xa4]'[0x90]F[0xdb]sOFn6"&B[0xf5][0xb7][0xc9][0xfd][0xb1][0xa8][0x9e][0xf6]T[0xcd][0x6]B~dx[0x9a][0x8b]6F[0xf3]&=[0x9e]S[0xd3][0xa5][0xf3]0[0xce]l[0xa9]D3_[0x8d]>[0xbe][0xd3]&[0xff][0xd6][0xe7][0xec]>[0xac][0xfe]OFWe[0x94][0x5][0xd6][0xe8]"/[0xd2][0xed][0x8e][0xa7]R[0xaa][0xd1][0x0]Q[0xea]uH[0xa9][0xfb]$[0x89][0xd1]J"Et[0x99]N{D[0x13]D3[0x85][0xe2][0x10][0xac][0xb0]9D[0xac][0xb0]5D[0xbc][0xf0][\r][0x89][0xcf]!z[0x85][0xf6][0x5][0x9a]{[0xf5][0xc7]H[0xd3]n[0x84][0xe7][0xc][0xbd]W[0x89][0xae][0x86][0xd2][0x18][0xae][0xe1]:[0xd9][0xb9][0x81][0x9b]c[0xbb]/[0x10][0xf]q[0xe9][0xc2][0x17][0xb0][0xef][0xb8]@$F+[0xfe][0x15][0xb][0x9f]f[0xcc][0xee]L[0x99]MO[0x99]M[0x10][0xe7][0x16][0x99][0xb9][0x1d][0xe2][0xef]Pj[0x8a][0xb7][0x8e][0xbb][0xb8]B'[0x9d][0xa4][0x1a][0xc2][0xe7][0xf]PK[0x7][0x8][0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod.class[0x95]W[0xfd]c[0x13]g[0x1d][0xff]\[0x93]6i8J[0x9]o[0x85][0xf2][0x12][0x18][0xb0]&m[0x9][0xb0][0xa9][0x1b]-[0x9d][0x5][0xda][0x8d]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xb5][0xd8][0xc2]^[0xae][0xc9][0xd1]^I[0xef][0xb2][0xbb]K)[0xce]9[0xa7][0xa0]c/2t:[0x8b]Sdn[0xa2][0x82][0x8e]MH[0xdd][0xaa]ls[0xea][0xe6][0xfc]'[0xfc]K[0xd4][0xef][0xf7][0xb9][0xeb]%[0xb9]$5[0xfe][0xd0]'[0xcf]}[0x9f][0xef][0xcb][0xe7][0xfb][0xfa]<[0xfd][0xfc][0xdf][0x1f][0xdc][0x5][0xb0][0x7][0xff]lD[0x1c][0xe7]#[0xb8][0xf][0x17]B[0xf8]n[0x18][0xdf][0x8b] [0x80][0x17]B[0xb8][0x18]A[0x3]^[0xe6][0xe5][0x95][0x8][0xbe][0x8f]K[0x11]b{[0x95]w[0x97]C[0xf8]A[0x8]?[0x8c]`9.[0x84][0xf1][0x1a][0xff][0xfe]([0x8c][0x1f][0xf3][0xef][0xeb][0x11][0xc8]xa[0x19]~[0x82]9f[0xbf][0x12][0xc6]O[0xc3]x#[0x8c][0x9f][0x85][0xf1]s&\[\r][0xe3][0x17][0xac][0xe2]Z#[0xde][0xc4]/[0xc3]x[0x8b]?[0xde][0xe6][0x93]k[0xbc][0xfb]U[0x8][0xd7]#[0xd8][0x86]_[0xf3][0xf2][0x1b]&[0x93][0xd5][0xdf][0xe2][0x6][0xef].Gp[0x13]7B[0xf8]][0x4][0x9d][0xf8]=s[0xdf][0xe0][0xe5][0x9d][0x10]n1[0xe5]][0xfe]x" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x97]?[0xf0][0xf2]:[0x8b][0xdc][0xe][0xe1][0x8e][0x84][0x86]i[0xd5][0x9e]4[0xd2][0x12]6[0xc]L)3J2[0xa3][0xe8][0x13]IS=[0x9d]QSv[0xf2][0x88]8[0xeb]"[0xae]nM[0xd7][0xec][0x1e][0x9][0x9b][0xda][0xaa][0xb3][0xc5]G$[0x4][0xf][0x1a]iU[0xc2][0x8a][0x1]MW[0x7]s[0xd3][0xe3][0xaa]9[0xac][0x8c]g[0x88][0x12][0x1d]0RJfD15[0xfe]v[0x89]A{R[0xb3]$[0xc4][0x7][0xc]s"9[0x95]#[0x13]I3[0xa7][0xeb][0xaa]i%[0xa7]IO&[0xd9]o*[0xd3][0xea]Y[0xc3]<[0xe3]!i[0x9c]P[0xed]#.[0xe4][0x8d]m[0xf1][0xa5]@[0xaf][0xd4][0xf4][0x19][0xe3][0x8c][0xda]7[0x9b][0xcd][0x18][0x96]6[0xa3]f[0xce]Ix[0xb0][0x18][0xff][0xd1][0xf1])[0x12][0xe8]:YN[0x8a][0x97][0x93]([0x8][0xb6]b[0x92]u[0xf6][0xa5][0xd2]iV![0xb0][0xe4][0xcd][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]$D[0xfa]fSj[0xd6][0xd6][0xc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!/!D[0x9a][0x6][0xc9]9[0x9][0xab]K[0xbc][0x18][0xb2]MM[0x9f] [0x81]u3JFK+[0xb6]z,7[0x9e][0xd1]R#[0x86][0x96][0x1e]4z[0xcd][0x9][0x16][0x18]s[0x4]r[0xb6][0x96]I[0xe]h[0x96]-B[0x1f][0xd6][0xac]![[0xb1][0xb5][0x94][0x4]i[0x8c][0xf0][0xa8][0xa6]i[0x98][0x84][0xa7][0xd9][0xcf],ami2[0xce]e[0x17][0x13]r[0xaf][0x8f][0xb7][0xbb][0x8][0xd9][0xf0][0xa4]i[0x9c]e[0xb6][0xae][0x1e][0xce][0xc3][0x90]6[0xa1]+v[0xce]$[0xa9][0xf6]2@[0xd5][0xe4][0x18]g[0xb4][0xdc]1[0x9][0xf5][0x16]AWKC[0xeb][0x85]B[0xe6][0x9c][0x1b]i[0xed][0xb4][0xa6][0xb2]C[0x81][0xb6][0xf8]a[0x9][0xcb][0x89]x\%[0x0]:[0xe3][0xa7][0xb0][0x97][0x84][0xf1]`F[0xb1],[0xf6][0xb4][0x9c][0xda][0x9d]`[0xfc][0x1c]Gp%[0xed][0xe][0xa9][0xa9][0x8c][0xc2][0xd6][0x4][0x87][0x84][0xcd][0x8b][0x18][0x7][\r]f:[0xc6][0xa9]Um[0xb2]~T[0xa7][0x14]p[0x92][0xdb]*[0xa5] [0xe1][0xa7].[0x15][0x7][0x99][0xf2]5[0xa9][0xa4][0x8d][0xb3]j[0xfa][0x0]UfG[[0xcd]][0x10][0xa7][0xf4]J[0x1a][0xfd]Q[0x18][0xea][\r]{R59[0xdd]O[0xe7][0x94][0xc]![S[0xa1][0xc2]Y `[0x8c]OQ[0x91]L*[0xd6][0xa4][0xd3][0xa3]r[0xd6]4[0xd2][0xb9][0x94]j9ah[0xad][0xd4][0xd9]|$[0xa4][0x83][0xb6]`j[0xa9][0xc6]C[0x5]~H[0xcd][0x9a]j[0x8a]bF[0xe9]\<[0xa7][0xdb][0xda][0xb4]:[0xa2]Y[0x1a]y[0xdc][0xab][0xeb][0x6][0x97]&[0x15]?[0x17]_AGA[0xa6][0xcb]I[0x84][0x17]i[0xd6]j[0x89][0xe6]8Y![0xad][0xeb]*[0x90][0x9d][0xbc]6[0x91][0x92][0x12]s[0xdb]KY[0x15][0xef],Y`[0xeb]r[0xca][0xa9]@[0x90]p[[0x99][0xd9]x[\r]j[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]nuU*[0xca]2[0xe8][0xc3][0xc3][0xa2][0xa9]z[0xbb][0x87][0xf7][0xed][0xfb][0x9f]Vz[0xca][0xa0]9[0xf2]qZ)[0xc3][0xb6][0xe1]4N[0xad]%[0xc5]CZ[0xe4][0xb8]nvw[0x8d][0xb3]X[0x88]P[0xca][0x95][0x14][0x95][0x8f][0xb5]}[0xf7]n[0x12][0xec][0xfb]?[0xea]w[0xa9][0xa9]=\+[0x80][0xee][0x9a][0xed]qh#CF[0xce]L[0xa9][0xfd][0x1a][0x8f][0xb9][0xd5]>[0x8e]][0x8c]G[0xc6][0xfd][0xf8][0x82][0x8c]/b[0x9e][0xfa][0xbf][0x0]p0[0x97][0xc9][0x1c]34[0x9d]j[0xd2][0x1b][0xe1][0x12][0x1e][0xf2]i[0x88][0xa5]D[0xae]b[0xe3]j,e[0xaa]\[0xd0][0xb1][0xb3][0x1a][0x1d][0xe4][0xec][0x98][0xa2][0xc7]rzZ53[0xe7]()1[0xe7][0xba][0xdd][0xc5]v[0xfe]H[0xd1][0xae][0xd1][0x85][0xed]{$[0x80]Z[0xf6]0[0xf3][0x88][0x94][0xab][0x16][0xab]x_[0xc6][0x7]X[0x8][0xe1]O2[0x1e][0xc6]#2[0x86][0xf0][0xa8][0x8c],[0x9e][0xa6][0x1]U[0xf0][0xa0][0x8][0xf6]:[0xff]t=[0x90][0xd3]2i[0x9e][0x1f]![0xd7][0xf][0x19][0xc6]]z[\r][0xc4],[0x2][0x9f]I[0xc7]&[0x95][0x19]5[0xa6][0x1b][0xb1][0xac]7[0x2]e<[0x83]GB[0xf8]P[0xc6]G8-[0xe3]+[0xf8][0x98][0xa6][0x8f][0xc3]Mav[0xc5]([0x16]bP[0xc7][0x88][0xc4]A[0xb1][0xc4][0xcd]$[0xe3]/[0xcc]M[0xa3]zQ=[0x1d]e[0xc5]5 [0xe3]k[0x18][\r][0xe1][0x13][0x19][0xc5],[0xb5]M[0x9][0xcb][0xc][0xdd][0x11]2FpB[0xc6])[0x8c]Jx[0xa0]Z[0xd8][0x6][0x8d][0x87]U[0xfa][0xd4]R[0xa5]S{[0xc4][0x99][0xe6][0x86][0xc9]1[0xfb][0x92][0x8c][0xbf][0xe1][0x89][0x10][0xfe].C[0xc5][0xe9][0x10]>[0xa5]k[0xaf][0xc6]4[0xc8][0xf8][0x8c]][0x9e][0xc4][0x9]z[0xe2][0xf8]zP[0xc6]?[0xf0][0xb9][0xc][0xb][0xb6][0x8c][0x1c]fd<[0x5][0xa5]6[0xcd]\[0xcc]%[0x9][0xf3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xc2][0x11][0xdf]Lw[0xaf]E[0xa6]?V{[0xcf][0xd5][0xf6][0xec]![0x9d][0x1][0xd2][0xe3][0x94]x[0xaf][0x98][0x96]j[0x8d]K%[0xa0]d[0xb3][0xaa]N[0x9b][0xce]J`[0xcb]Hn[0xe1][0xf1][0xc8],[0xbd]2[0x9][0x81][0x92]N[0xb][0xcf][0xc7][0xc4][0xa3][0xc6]y&,[0xf2][0x9][0x15][0xce][0x9b]!8p[0x17]FyP[0xd0]n[\r][0xed][0xa9][0x9c]h}[0x80][0xbe]N[0xd1][0xff][0x5]u[0xf4][0xdb][0x92][0x98]G][0xfb][0xa7]X[0xbe][0x80][0xc0]h48[0x8f][0xfa][0xf][0x13][0xed]w [0xbd]Kgux[0x90][0xd6][0xb5][0xa8][0xa7]u=[0x82][0xd8][0x80]0ZI[0xdf]f[0xac][0xc3][0x16][0xec][0x13]gB[0x7][0xba][0xd0][\r][0x88][0x1d][0xdb][0xa2][0xab][0x1e][0xfb][0xd1][0xe3]ZJ[0x8a]o[0xa0]>q[0x1b][0xd2]-Om[0x83] [0xee][0x10]jd[0x87][0xc1]U[0xf3]<[0x1e][0xc2][0x97][0x89][0x8b][0x85][0x7][0x88][0x1a][0xa0][0xdf][0xa6][0x5]4[0x8c]&[0xda];[0xe6][0x11][0xca]#[0xec][0xd7][0x92][0x14]Zb[0xe][0xa7][0x7][0xa6][0x9][0xbd]8 [0xce][0x9b]p[0x10][0x87]H[0xa2][0x8f][0xf6]A[0xa2][0xf4][0xd3][0x1f][\r] [0x17][0xe0]^[0x17]`[0x98][0x1][0xe6][0xd1][0xe8][0xd7][0xde]][0x84]1[0xec]j[0x97]p[0x18][0x8f][0xba][0x18][0xaf][0xb8][0x18]{[0x12][0xad][0x1d]yD[0x1c]-[0xcb][0xee][0xce]![0xd9][0xb1][0x0]yt[0x1][0xcb]G[0xe7][0xd1][0x14]][0x91]G[0xb3]k[0x81]v[0xd1][0x95][0xb4][0xe4][0x11][0x9d][0xc7][0xaa][0xf7][0xb1][0xba][0xe]'8[0xe0][0x1]a5J[0x18]A[0xda][0x1b]hX[0xad][0xa4][0x8][0xec][0xc7]`[0x91]=[0x9e]=t> P[0xf5][0xe0][0x8][0xf1][0xd4][0xe1][0xa8][0x87][0x93])[0xc7][0x88][0xf2][0x98][0xf0][0xe5]8[0xd1][0x86][0x16][0xf1]J[0x1d][0x84][0x97]-[0xe4][0x13]y[0xac]i[0xbd][0x8a]C[0xad]s[0x8]G[0xd7]^G}t[0xdd][0xe0]R[0x90][h[0xe9][0xe4][0xcd]z[0x1f]vR[0xb4][0xe1][0xca][0xd2][0xee][0xb6][0xfa]E[0xc4][0xd1][0xc6][0xf7][0xb0][0xe9][0xed][0xa5][0x5]7W[0x8d][0xd3]6[0xca][0x6]p[0x92][0xd6]SX[0x8d][0xc7])#O[0x92][0xcf]O[0xe1][0x1b][0x18][0xc7]E[0xa4]p[0x87][0x6]&[0xc7]-A[0xde][0xae][0xa6][0xb2][0x1c][0xc6]WE[0x4][0xf3]^[0x4][0xf3]^[0x4][0xf3]e[0x11][0xcc][0xfb]"[0x18][0xe4][0x81]^[0xb9]b[0xb6][0xdc][0xf4]U[0x8c]V[0xb1]b[0xe8][0xc6]p+[0xc6]'[0xbf][0xd1]_q[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xe][0x8e]1[0xa2][0x9d][0xf4][0xf4][0x14]Z+[0x8f][0x98]_[0xc9]l[0x85][0xd6]*(9U[\r][0xcc]V[0xbf][0x9e]o-[0x9][0xe6]q<[0xe1][0xea][0x19]s'J[0xf3][0x2][0xb6][0x8d][0xb2][0xae]y[0xdc][0xd3][0x9e][0xc7][0xf6]B[0xc2]"[0xe2][0xfc][0x8d][0xa8][0xc][0xed][0xac]h[0x9a][0x81][0xda][0xf8][0x90]f[0xa0]v[0x8d]|[0xeb][0xda]*[0xfc][0x1]PK[0x7][0x8]i|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/runners/model/MultipleFailureException.class[0x95]V[0xd9][[0x1b]U[0x14][0xff][0xdd]$0a[0x98][0xb2][0xa4]@[0xb][0x1a]M[0x11][0xda],[0xd0][0xb4](U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd2][0x14]45[0x80][0x1a]JM[0xab][0xe2]@[0x86]08[0x99][0x89][0xb3][0xb0][0xd4][0xa5][0xee][0xfe][\r][0xbe][0xf9][0xe6][0xab][0xfd]>e[0x91]O[0xeb][0xb3][0xf][0xfe]I[0xea][0xb9]7[0x81]$$[0xf8]i[0x1e][0xee][0xdc]s[0xee]Y~g[0xbb]7[0xfc][0xf5][0xcb]o[0x0][0xae][0xe2][[0x19]a[0xbc]"aZ[0x86][0xf][0xb7][0xda][0xf0]4R2ncF[0xc2]l[0x10][0xaf]Jx[0xad][0x1d]i[0xdc][0x91][0xf1]:22[0xe6]0/[0xa3][0x15][0xb][0x9c][0xf7]F;[0xde][0xc4][|[0xc9]JX[0xc][0xe2][0xae][0x8c] [0x96]d[0xdc][0xc3][0xdb]2[0xba][0x90][0xe3][0x82][0xf7][0xf9][0xf2][0x80]K[0xbf][0xc3][0x97]we[0xbc][0x87]e[0x9][0xef][0xcb][0x18][0x80]*aE[0xc2]*C[0x97][0xa3][0xd9][0xba]j,i[0xb6][0xa3][[0xe6][0xdd][0xf4]m[0x6]v[0x87][0xe1]L[0xca]2[0x1d]W5[0xdd]%[0xd5][0xf0][0xb4][0x16][0x94][0x8c]AZ[0x9b][0xb1]m[0xcb]vH3[0xb3][0xa1]n[0xaa]I[0xcf][0xd5][0x8d]dFw[0xdc]I[0x86][0xb6][0xac]^0U[0xd7][0xb3]5[0x86]K'[0x8e][0xa7][0xca][0xb4][0xa1][0x9a][0x85][0xe4][0xe2][0xba]mm[0xa9]+[0x86]6y[0x93][0xb4]Z[0xa7]tSwo2[0x9c][0x8d][0x9e]4[0x19][b[0x8][0xa4][0xac]<[0xd9][0xeb][0xcc][0xe8][0xa6]6[0xef][0x15]W4{[0x91][0xab]2[0x84]2[0xd6]*!W[0x9]?[0xd1][0x15]f[0xc0]][0xd7][0x9][0xdc]X[0xc6][0xb2][0xb][0xc9][\r][0x8f][0xc]'m[0xcf]4)[0xbc]d[0x91][0xec][0x18][0xc9]9[0xcf]p[0xf5][0x92][0xa1][0xcd][0xaa][0xba]A@g[0xb6]W[0xb5][0x92]K[0xa1]s Z%[0xb4][0xbe]z[0xcb];[0xa5]#[0xeb][0xf1][0x93][0x8]O[0x8b][0x8a][0x3]o/hn[0xc5][0xb][0xd9][0xc]Ec[0x8d][0x9][0x8b]50OO[0x93]L[0xe6][0xe6]4[0xc7]Q[0xb][0x4][0xa4][0xe7]HQ[0x8]f][7[0xb]$[0xc3][0xe8][0xa8][0xb7][0xa9][0x5][0x6][0x9f]>Dz5[0xee][0xd2][0xae]f[0xab][0xae]e[0xf3]3g[0x85][0xa1][0xbf][0xc1][0xe2]-O7[0xf2][0x1a][0x17]hW[0x1d]j[0x14]w[0xa6]Xrw[0x8][0xca]q[0xd6](09ky[0xf6][0xaa]6[0xab][0xf3][0x4][0x85]OK[0xef]en[[0xc1]%[0xe4][0xa9][0xce]U[0xc][0xd3][0xb6][0xad][0xee][0xf0][0xb8][0xf9][0x91][0xa6][0xe0]9[0xc]IXSP[0xc0]:[0xc3][0xb9]S[0xf0]P[0x8c][0x8b][0xeb][0x9a][0xad]E[0xb6][0xf8]2[0x9c][0x8f][0x94][0xeb]v[0x9d]z[0xb2][0xaa][0xb1][0xb0][0xb2][0xa1][0xad][0xba][0x12]t[0x5][0x1b][0xf8]@[0x82][0xa1][0xa0][0x8]S[0x82][0xa5][0xa0][0x84][0xf][0xb9];[[0x81][0x3][0x92][0xf0][0x14]lbK[0xc1]6v[0x8e][0xb0][0xd5]'[0x8f][0x1a][[0x8e]D[0x86][0x9d][0xe8][0xb0][0x13]S[0xf0][0x10][0x1f]I[0xf8]X[0xc1]'[0x18]W[0xf0][0x2]_>[0xc5]#[0x5][0x9f][0xf1][0xdd][0xe7][0xdc][0xce][0x17][0xf8]R[0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xc6]7[0xc][0x13][0xd5]>[0xd4]MJ[0xb8][0xa9][0x1a][0xff][0xb1]!9[0xc4]([0xc3][0x95][0xff][0xdb][0xc8]u1[0xd4]p[0xfd]Q[0xde][0x94][0xfd][0xb5][0x1d][0x9c][0xb2][0xc][0x83][0x92][0xc4][0xbb][0x9f][0x9f][0xf5]6;[0xe1][0x93][0xee][0x99][0xe4]R_[0x13][0xd3][0xc0][0x8b][0xc5]0[0xd8]8[0xaa][0x8d][0xdd][0xdd]Q[0xcf][0xa1][0xe1]t[0xf4][0x87][0x9a]@[0x92]f[0xe8][0xae][0xa2]LSf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xae][0xd2]&[0xbf]n[0x16][0xd6]h[0x4][0xa3][0xe9][0xda][0xe][0xaf]HL[0xd6][0x95][0xb8][0xdc][0x14]4[0xb7]k[0x96]]T[0xc9][0xfe]D[0xb4]q([0x1e]dN[0xf6][0xc4]d[0xd3][0xd1][0xe9]m[0xa2][0xcb][0x93][0x12][0xd4]+c[0xc2]1[0xc5][0x9a][0x8f]O[0xa8][0x91]K[0xb1][0xac][0xab][0xce][0xbc][0xb6][0xed][0x8a]x[0xef]S[0xf0][0xa6] [0xea]'[0xb7][0x82][0x88][0xdc][0xd0]t[0xa7][0xc][0x9a]2~[\r][0xd6]J[0x8]&[0x9]t[0x9e]`[0x91][0x3]R[0x99]W[0x8b][0x94][0xd0]V[0xb5]T[0xd2]L[0x9a][0xac][0xd1]fA[0xfc][0xcb]X[0x7]][0xeb]([0x89][0x92][0xee]T[0xa6][0xdb]Ovy>[0xd2]M[0x81][0x86][0x9b]4[0xf4][0xf1][0xa4][0xf0]{[0xce][0xd6]\NN;5[0xbd]7[0x12]mz)[0xd5]:[0xa8]^[0xc4][0xb8]@[0xef]`[0x98][0x9e][0x1b][0x1f]=T[0xcf][0xe0]Y0D[0x4]u[0x1]!~A[0x10]=,[0xe8][0x8b][0x8][0xd0][0x9e][0xa6][0x84][0xf6]1[0xe2],[0x13][0xed][0xa3]ow|[0xf],~[0x8]_.[0xb1][0x7][0xff][0xcf][0x8]<&[0xa6][0x1f]qZ;[0xe8][0xb][0x9c]'[0xc1]~z&[0x7][0x90] [0xaa][0xaf][0xac][0x84][0x11][0x8c][0x8a]W[0xae][0x1b][0x97][0x85][0x93]$[0xed][0x15][0xfa][0x96]9[0x17][0x8f][0xdd]^[0xa1][0xdd]U[0x8c]U[0x9c][0x8e][0x11][0xc5]e[0x82][0xf1][0x9f][0x10][0xd8]G[0xcb][0x8f]B[0x86][0xfb]j[0x15][0xfc][0xb0][0xf0]Q[0xb6][0x13][0xac][0xf8]([0xdb]y[0x9e]xt[0xd0][0xca][0xed][0xec]C"T@[0xfe][0x10][0xad][0xb9][0x90][0x14][0xf8][0x15][0xc1][0x9c][0x9f][0xdb]<@[0x1b][0xa3]S9[0xbb][0x8f][0xf6]=([0x99]2[0xef][0xc][0xc3][0xdc][0xc8][0x1]:[0x18][0xbe]C[0x92]6[0x9d][0xc][0xbf][0xa3]k>[0x11][0xea]n[0x11][0x9a][0xa3][0xbb][0x8][0xed][0xe2]l6[0x17][0xa0]][0xf][0xd7][0xdd]E[0xef][0xbd][0x1f][0xfe][0xfe]3[0xb1][0x8b][0xbe]*[0xc6][0x90][0xf0]9H[0x9][0x1e][0xc2][\r][0xc2][0xb5]L[0xe9][0xe4]x[0xe3][0xc4][0xbf]A[0xa9][0xbf][0x86][0x17]E[0xe6][0xc6][0xf1][0x12]&D[0x9e][0xf2][0x95][0x18]"[0xf4]?[0xe5]:&[0x9]}[0x1b][0xa6][0xa8][0x4]~[0x11][0xc5][0x16]}y[0xa4][0x89][0xf8][0x1][0xce]ql[0x81][0xc7]q[0x11]@[0xe0]{*[0x8b][0xff][0x0][0xe7]}[0x1c][0xe7]>[0xfa][0x9f][0x1c]b G[0x85]z[0xea][0xc9]qq[0xfa][0xc0][0xff]h[0x8c][0x93][0xc1]k[0x90][0xc9]a[0xf][0xb9][0x1c]D[0xaa]&[0x81][0x9]Q[0x1a][0xd4][0x94]&!J[0x3][0x2][0xb][0xd1][\r][0xe1][0x9a]"[0xdd][0x14][0xbb][0x97][0xff][0x1]PK[0x7][0x8]#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]NH2[0x10]FP0(([0x1a]/H.@*[0xb6][0xa8]`i[0x81]z[0xa3][0x1][0xa4] V[0xed][0xc5]![0x19][0xc3][0xd0]0[0x13][0x86][0x9][0xa8][0xcf][0xfd][0x13][0xbe][0xfa][0xc2]S[0x1f][0xba]V[0xb][0x8b][0xba][0x96][0xab]}[0xed][0xbf][0xe8]c[0xfb]#[0xda]~g2[0xe6]F[0x88][0xe8][0x9a]5g[0xf6][0xd9][0xb3][0xf7][0xfe][0xf6][0xb7][0xf7]9g[0xe6][0xcf]{[0x3][0xe0]2^[0x84]p[0x1a][0xd3]-8[0x85]/CH" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a&DiV[0xc1][0x9c][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]CP0[0xdd][0x8c][0xaf][0xe4]sA[0xbe]_l[0xc6]}9Y[0x92][0xc3][0x83][0x10][0x82][0xf8][0xba][0x15][0xf][0xf1]H[0xc1]c[0xe9][0xf9][0x8d][0x82]o[0xe5][0xf3];[0x5][0xdf][0xcb][0xe7][0x93]V[0x1c][0x83][0xd6][0x8a]N,[0xcb]![0xdd][0x8a]02[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x5]O[0x5][0x82]k[0xba][0xb3]be[0x4]zR[0xab][0xda][0xa6][0x96][0xcc]if6i[0xeb]Osz[0xda]I[0xce][0xb8][0xef][0xc6]hu[0xc3]0[\r]g\[0xa0]7z[0xb0]YlI[0xc0]?eet[0x81][0xf6][0x94]a[0xea][0xb3][0x85][0xb5]e[0xdd]^[0xd4][0x96]s[0xd4]t[0xa4][0xac][0xb4][0x96][[0xd2]lC[0xce]=[0xa5][0xdf]Y16[0x4]FS[0x96][0x9d]M[0xae][0x16][0x8][0x91][0xb4][0xb][0xa6][0xa9][0xdb][0x1b][0xc9]5[0xc6][0xc9]%g[0xad][0xdb]:[0xa7]Fz[0xf1]y^[0xbf][0xa7][0xd9][0x1a][0xb3][0xe5][0xdb]%-gd4[0xc7][0xb2][0x99]Z[0xf3]fq[0xc2]p[0x9d]^r[0x5][0xc7][0xc8]%S[0xc6][0x86]SLI[0xd7][0xd2]+[0x2]'[0xeb]$.[0xa3]2[0x84]_[0xb3][0xed][0x8b][0x2][0xdd][0x8f][0x1b][0x98][0xe4]t[0x93]&[0xe2][0xae][0x80][0xcf][0xa0][0x10][0xd4]m[0xdb][0xb2][0x99][0xfb][0xd1]ZH[0x81][0xae]j[0xaa][0xc][0xe0][0xd1][0xed][0xaf][0xb1][0xbd]Q[0x81][0xb7][0xb8]b[[[0xd2]ll[0x9c]!Z[0x16][0x8c][0xac][0xa9]9[0x5][0x9b]^[0xf1]ZV[0x7][0xb9]I[0xb2][0xbd]o[0xab]1kU[0x95]l[0xce][0x94]S[0x81]D[0xbd][0xfe][0xb9][0x1c][0xeb][0x96][0xce]q[0x9d]&[0xf][0xeb][0xd4]([0xb3][0xf8][0x81][0x99][0x95]D[0xe3][0x85][0x9e])[0xa6]y[0xad][0x1e][0xe2]>[0xbb][0xba]9[0x1f][0xc9]W[0x9a][0x9][0xf4][0x1d]*[0x92][0xc0][0xdc][0x7]A6b[0xdc]w [0xe3][0x7]F.[0x93][0xd6]l[0x8f][0xec][0x95]z[0xc8][0x95]&uy6oy[0x16][0x2][0x91]w[0xf9][0xb]L[0xbf]/F#b[0xb1][0x3][0x89]y[0xbb]u[0xc2][0xb6][0xb5][0xe7]ErW[0xeb][0x1][0xd7][0x9a][0xd5]%[0xd8][0xa2][0x95][0xa3]\[0xc1][0x88][0xc0][0x99][0xfa]{[0xe8][0xed]9[0xc1][0xe3][0xab]lp[0xf3]YZ[0xcf];[0x86]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c](k[0x17][0x1c][0xdb]0[0xb3][0x93][0x5][0xb6]M[0xb7][0x5][0x94][0xe2][0xb9][0x1b]Q[0xf1][0x3]r*[0xd6]@[0xeb][0xbe]h,[0x92][0xb6]LG3[0xcc][0x8d]H[0xc1][0xb4][0xf5][\r]+[0xb7][0xa9]g"r#G6=([0xd7][0xc3]R[0x91][0x87])[0xb3]]W`[0xab][0xd8][0x80]#p[0xe1][0x10][@[0xc5]u[0x8c][0xd6][0xa5]S[0xb9][0x9e]T[0x8c][0xe3]3[0x81][0xf3][0xef][0xee][0x87][0x8a])|[0xa1][0xa2] [0xb][0xb5])[0x87]-9<[0xc3]s[0x1e][0x3][0x1f][0xfa]][0xe0][0xb9]\[0x6][0x9e][^%[0xae]@ST[0xb6][0xf4][0xe4]A[0xdf]/[0xbe][0xca][0xea][0x8e][0x17][0xb7][0x14]S[0x2][0xf0][0x98]?[0x15][0x8d]5[0xf8]:[0x4][0xb5]|^7[0x19]a[0xb0]r[0x1][0x16][0xdb]5[0x16][0xdb][0xa7][0xf2]:HG[0x85][0x88][0xb3][0x4][0x12]8[0x1e][0xdd]o7V[0x13][0xb0]H[0xa4]a[0xc0]f[0xc7]*[0xaa][0x4][0xc2][0xf5]ra[0x1][0xda][0xaa][0x97]?[0xeb][0xa2]e25[0xe6]o[0x91][0x1e][0xf1]k[0xc6][0x14]'[0xd2]NA[0xcb]I[0xb2][0x13]v[0xb6][0xb0][0xa6][0x9b][0xe]K[0xd2][0xc6][0x17][0xf7][0xc9][0xdb][0x9e][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc6]S[0xa4][0xac][0xad][0xb2][0xe2]D[0xb9][0x9e]S[0xd6]Z[0xde]2[0xe9]X[0xdc][0xcf]=Ul[0xab][0xaa][0x89][0x8]YN[0xf3][0xb7][0x88][0xff][0xc]r[0x17]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]>K[0xbd][0xc0]9J[0xb7][0xe0][0xe3][0x5][0x84][0xe2][0xbb][0x10][0xf1][0xc4][0xaf][0xf0][0xfd][0xcc][0x99][0xf][0xe7]9[0xb6][0xa1][0xc9][0x1d][0xfd]hG[0xb][0x8e][0xe2][0x2]g]Ek\D[0x1f][0xe0]J2[0xaa][0xa0]t[0x9][0xfd]|'c[0xbe][0xa2][0x9f]D[0x89][0xc6][0x81]o[0x7]M3[0x3]o[0xc6][0x9b]F[0xfc]a[0xef]+t[\r][0x84][0xfd][0xc3][0xa3][0x81]xw [0xb1][0xb][0xff][0x8f]~[0xb1][0xfd][0xdf]?[0x12][0xb1][0xc9]E[0xec] [0x16][0xf8]W[0xd5][0x83][0xe3][0x8c][0xd4][0xc9][0x88]].[0xea]8[0xe3][0xf5][0xf0][0xf7],[0x8a][0x18][0x2]hf[0xfe]q$[0x88][0xd6]Jn[0x3][0x18][0xa4]w[0x1b][0xba]1DI[0xfa]GK[0xd9]E[0x91][0xc4]G[0xcc][0xee]2e[0xd5][0xcd]Rj[0x86])]qY~[0xcc][0x9b][0xc7][0x89][0x97][0xf7]_[0x8c]-[0x19][0xaf]'[0xfe]@[0xe0]%F[0x6]^#[0xf8][0xf0]5[0x94][0x87][0xbb]h[0xee]h[0xd9]a[0x8d]\>[0xad][0x94]:T[0xe][0x89][0x1d][0x1c][0xd9]A[0xdb].[0xda][0xf7]p[0xd4][0x87][0x7][0xdb][0xb8]N[0xcf]c/[0xd1][0x1e]O[0xfc][0x8e]c[0x3][0xbb][0xe8][0xd8][0xc6]%[0xaa]:=U'U[0xc7][0xb7][0xd1]IU[0xf8]%T[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xd5]U.[0xc0]%[0x16][0x1a][0xa4][0xa2][0x90][0xee]([0xc9]M[0xb0][0xbc]3,[0xf0]")?a[0xd3][0xb2]L4[0xcf][0x92][0xc8][0xa2]D[0x8a][0xc9][0x96][0xc8][0xae][0xe3]*[0xcb]#\I[0xd2][0xf6]U[0xd0]^wi[0xfb]<[0xda][0xd7]x[0xf3][0xd8][0xf1]h[0xff][0xc4]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f][0xb1][0xc4][0x1e]N[0xf0][0xd8][0x1f]|3[0xe2]o[0x1a][0x9][0x84][0x3]a?[0xfb]5[0x18][0xe][0xc][0x8f][0x6][0xe3][0xdd][0xc1][0x1][0xd9][0xaf][0x0][0xfb][0xf5]wm[0xbf][0xfa][0xb9][0xc6][0xa2][0x9c][0xf7]s[0x8c][0xbb][0xa9][0xdd]a[0xc0]S^[0xbf][0x82]|[0x9e]s[0xfb][0xd5][0xc4]~[0xf5][0xba][0xfd][0xf2][0xb3]_=n[0xbf][0x2][0x12][0xb8]D![0x86]1[0xdc]p[0x13][0x8e][0xed][0xa3][0x10][0xab][0xa2][0xf0])o[0x9e][0x89]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xc5][0xa3]0O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'[0xf]C[0x81]v[0xdd][0xef]G[0xf5][0x8c][0xb]0DZI[0xce][0x87]H[0xed]2[0x8f][0xda]aL[0xf3]y[0x8f][0xb]I[0xd2][0xce][0x93][0xe0]aiO[0x95][0xec][0x92]%[0xbb]+%[0xbb][0x91][0x8a][0xf2][0xcc][0x97][0xca]3[0x8f][0xcf][0xb9]"[0x84]+[0xd5][0x96]g[0xbe][0xaa]<[0x93][0xbc][0xf9]![0xf0]:[0xfc][0x84][0xb1][0xe5]Z[0xe1][0x8a][0xdb]C[0x8f][0x80][0xe4]Wf[0x16]r[0xb7][0xf4]5fy[0xbd]b][0xa9]%T[0x15]7yL[0x8]W[0xaa]EU[0xab]PoSw[0xc7][0x95][0xee][0xfe][0xf]PK[0x7][0x8]D[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runners/model/RunnerBuilder.class[0x95]WM[[0x13]W[0x14]~'$[0x19][0xc]#[0x2]!*[0xb5][0xd8]XAB[0x2][0xc6][0x8f]j+[0xa1][0xa8]P[0xac]ZDK([0x14]mk[0x87]d[0x8][0x83]a&[0xce]LT[0xec][0xb6][0xfb][0xee][0xbb][0xec][0xa6][|[0x9e][0x16]jy[0xd4][0xae][0xba][0xe8]o[0xe8][0xf][0xe8][0xaf]h[0xfb][0xde][0x99]![0xe4]c[0xf0][0xd1][0x5][0xf7][0xe3][0xdc]s[0xdf][0xf3][0x9e][0x8f]{2[0xfc][0xf5][0xef][0xef]/[0x1][0x9c][0xc5]w1([0x98][0x93][0x91][0x8f]![0x84][0xb9][0x3]x[0x17][0xf3]1[0xe]_[0xc8]X[0x90][0xb1][0x18][0x83][0x8c]/;[0xb0][0x84][0xbb]2[0xee][0xb5][0xe3]+[0x19]_[0xc7][0xd0][0x8b]ob[0xb8][0x8f]oc[0x88]A[0x15][0x87][0xcb][0xe2]FA[0xc]E1h2V:P[0xc2][0xaa][0x8c][0x9][0xb1][0xd7]e[0xac][0xc5]p[0x14]sb[0xf3]@[0xac][0x88]V[0x96] WTK3[0x1c][[0xc2][0xa1][0x99]5[0xf5][0x91][0x9a][0xad]:z9[0x9b][0xd7][0x9c][0x9c][0x84][0x3]y[0xbd]d[0xa8]N[0xd5][0xd2]$[0xc]6[0x9e][0x8e]{[0xdb][0xb2]j[0x94][0xb2]Se[0xd5][0xb6][0xc7][0xd3][0x13][0xb9][0x9][0xde][0x89][0x8e][0xeb][0x86][0xee]LHhK[\r]/H[0x8]O[0x99]EM`[0xeb][0x86]6[]_[0xd6][0xac]yu[0xb9]LI[0xcf][0x8c]YP[0xcb][0xb][0xaa][0xa5][0x8b][0xbd]/[0xc];[0xab]:[0x99][0xc][0xcd][0x98]V)[0xbb]V%P[0xd6][0xaa][0x1a][0x86]f[0xd9][0xd9]u[0xe2][0x94][0xb3]s[0xee]n[0xb2][0xaa][0x97][0x8b][0x9a]Ek[0x9d][0xde][0xf1]5[0xd3]rIH[0x18]I5[0x13][0xcb][\r][0xb7][0xa0][0xf9]0[0xbc][0x1f][0x9b]~R[0xd0]*[0x8e]n[0x1a][0xbc][0x9b]m[0xb9]+[0x9c]z[0xdd][0xf5][0x1e][][0xd1][0xe6][0x9a](Ht$Q[0x87]4[0xbf]j[0x99][0x8f][0x85]"[0xa2][0x8e]f;[0xbe]^w[0xb]S[0x9][0x87][0x1b][0xa3][0xb2]Q[0xd9][0x8d]Lo[0x10]5[0xe2][0xa9][0xc5][0xe2][0x1d]7[0x81][0x12][0x6][0x82]\o5[0x11][0xad][0xf8][0xfa][0xe9]}[0xdc][\r]4[0xa4]X[0xda][0xba][0xf9]H[0xdb][0xb5][0xd5][0x1b]`[0x8b][0xd9][0x8e]<[0xf0]\;[0x12][0xc]M[\r][0xd9][0xcf][0xa7][0x84][0xb][0xad][0x10][0xf7][0xf6]s[0xc0][0xad][0xba][0x19][0xdd][0x16]E[0xd9]^Xe[0xf6]I[0x83][0xe1]o[0xbd][0xc0][0xd0][0xb7][0x8]=[0xf][0x16][0x2]9[0x5]*7[[0x1d][0xdf][0xb7][0x4][0x4][0xf0][0xf9]VG[0x9a]Y[0x7][0xb8][0xd1][0xd5]*:[0xd5]bv[0x9f]7V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xe5][0xcd]n[0xbf][0x9d]o[0x3][0xa9]7[0xca]I[0x87][0x9b][0x13][0xef][0x9e][0x84][0xbe][0xd7][0xbc][0x98][0xb0][0xa6][0x16]V9[0xa9][0x96]5[0xc0][0xa9][0xac][0x19][0x9c][0xa4][0x1b][0x12]B[0xfa]@[0xed][0xd9][0xb8][0xd0]W-K[0xdd][0xf0][0xf1][0xcf][0x4][0xc9]_[0xcf]|[0xb2][0x95][0xf9][0xdb][0xa7]6[0x96]7[0xab]VA[0xbb][0xa6][0xbb][0x1d][0xab][0xa1][0xf9][0x9c][0x16]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe0]}[0xbe][0xe4]=[0xcc][0xeb][0xaa][0xbd][0xca][0xf6][0xa8][0xa0][0x1f][0xc7][0x15][0xa4]0,![0x1e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd8]l[0xf6][0xec][0xea][0x86][0xa3]Y[0x86]Z[0xae][0xf5][0xba]i[0xcb]2[0xad]9[0xad]bZ[0x8e]n[0x94]<[0xb3][0xc2][0xd4][0xba][0xc]C[0x81][0x89][0x8a][0x84][0xcc]~[0x1d][0xf2][0x6]E[0xba]Z[0xd6][0x9f][0xaa][0xa2][0xab][0xb9]H[0x12][0xae][0x14][0x84][0xff][0xc9][0xa1]A{([0x99][0xaa][0x98][0xb6][0xad]/[0x97]7[0x92][0xba]Q[0xd4]-[0xad][0xe0][0x94]7[0x86][0x93][0x5][0xd3]pT[0xdd][0xb0][0x93][0xba]ck[0xe5][0x95][0xa4]j'[0xd5]d[0xbe][0xaa];[0x9a][0xdf][0xad][0xba][0xf6][0xbc][0xb8][0xbd][0xbc][0xc6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xc2][0x92]a+pP[0x15][0xec][0x1e])x[0x8c][0x8a][0x82][0xf3][0xf8]@A[0xe][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xc4]Gl[0xfd]MY[0x90][0xf1]D[0xc1][0x6][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xf1][0xdd][0xe8]4fV[0xc1][0x88][0x8][0xdc][0xe0][0x1b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0x18][0xde][0xef][0x1]6[0xb5]_[0xd1][0xe]6[0xfc][0x8a][0xf1]W[0x8a][\r][0x94]uW[0x8f][0xe0][0xb9][0x97][0x1b][0xbe][0xcb]nU[0xd2][0x9c]Yu][0xf4][0xdf]T}c[0xcc];[0x16][0x13][0x93]k[0x88][0x8a]'c]1[0xad]u[0x95][0xd0][0x97]R[0xad]7[0xee][0x5][0xd8][0x9][0xc2]M[0x4][0xdc][0x15][0xf4][0xa3]^[0x1b][0xe6][0xf]_c[0x19][0x93][0xaa]c[0xba][0xf1][0x93][0x90]J[0x5]Y[0x9][0x90][0x85]O[0xf0]S@[0xe1][0x7][0x8]k[[0xd4]+[0xe7][0xf7][0xb8][0xb]![0x89]v[0xae]Y[0xda][0x1c]OR2[0x81]6[0xae][0x80][0xae][0xf4]6[0xa4][0xf4][0xe]BK[0xdb]h[0xfb][0x15][0xe1]g[0xae][0xf6][0x0]G[0xf1][0xdd][0x2][0xc]![0xcc][0x92][0x1f][0xe4]J[0xf1][0xf4]q[0x8a]2[0x84]%[0xf1][0x10][0xa8][0x91][0xa6],[0xcc][0x93][0xa8]o'[0xc3][0xf5][0x88]{"[0xac]<[0xe4]Y[0x1b][0xe7][0xee]tf[0xb][0x91][0xcd][;[0x90][0x97]2#[0xdb]h[0xdf]t[0xc1]"[0xbc][0x16][0xa5][0x82]0[0xd7][0xe9]*[0xe6][0xb8][0x1f][0xe7][0xb7][0xd1][0xc7][0xae][0xc9]$e2[0x89][0x8c][0xe2][0xb4]K[0xa6][0xdb]3[0xee][0xae][0xb2]8C[0x8c][0xb3]5bBr[0xae][0xe6]n[0x86]#[0x8b][0x96][0xf7][0x5][0x8d]*Q\g[0xd2][0xbf] [0x9c]y[0x8e][0x3]![0xfc][0x88]c;[0x88]-[0xf5]t[0x84]_@Yj#[0xbd][0x83][0xf9][0xdf][0xd0][0xb9][0x8d]C[0xaf]2[0x9b]T[0xad]'5[0x89][0x83][0x98]"[0xa1]i[0x97][0xd4]a?.[0xbb]T[0x86]p[0xa1][0x89][0x8a][0x90][0x8]*[0xbb][0xb1][0x89][0xf9][0xa4].r[0xe4][0xfb][0xf1]c[0xb3][0xc0]Y )>[0xa9][0xae][0x10][0x16][0x9f][0xd5],{[0xd1][0xbf][0x81][0xe][0xdc][0xac][0xb3][0xaa][0xd4][0xac]*[0xb8][0xd4]dUH[0xf6][0x2]0[0xc6][0x15][0x1f][0xa3][0x1f][0x80][0x1f]([0x89]p[0xee][0x17]y[0xe8]^L3[0x5]=[0xb3]b[0x1d][0x1f][0xdd][0x1c][0xb][0xbb][0x8b][0xbe][0xf0]+*E[0x9][0x13][0xa7]b[0x1c][0x9]w[0xae][0xf][0xc3][0xa5][0xf6]q[0xfe]Wp[0x9d][0xbe]D[0xc9][0xee]4[0xeb]A[0xbc][0xdb]N2[0xbe][0x89][0xcf][0xc8][0xb9][0x9b][0xfe][0xce]p%r;V[0xf3]~[0xcc]M[0x0]?[0xab][0x88][0x9b][0xc3]-[0xdf]{[0x11]#[0xf][0xed][0x1c][0xd1]<[0xad][0xcb]5[0xad]Yjy[0xde][0xdf][0xa6][0xec][0x8e][0xbb][0xfa][0xfc]PK[0x7][0x8][0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/RunnerScheduler.class][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]E[0xef][0xab][0xb5][0xa9]uq[0x10][0xfc][0x4][0xeb]bpvw[0x12][0x4][0xb][0xee]i[0x1b]kJL!m[0xfc]8[0x7]?[0xc0][0x8f][0x12][0x13][0x11][0x4][0xdf][0xf2][0xe0]p[0xee][0xbd][0xcf][0xd7][0xfd][0x1]`[0x83])[0xc3][0x84]!#[0xa4]}u[0x91][0xb5][0xd3][0x92][0xb0][0xc8][0xf7][0xad][0xb8][0x9][0xae][0x85]i[0xf8][0xd1][0x19]#J-[0xb7][0xab][0x93][0x97][0xce][0xca][0xa8][0xde]{[0x84]Q[0x1e]@Vt[0xce]Vr[0xa7]Bn[0x1e]\i[0x8b]o[0x91]][0x87][0x16][0xc2][0xb2][0xb3][\r]o[0x9d]Q[0x3][0xb7][0x1f][0xa1][0xe7][0xd7][0xae][0x96][0x9a][0xff][0xe9][0x84][0xd9]o[0xf6]P[0xb6][0xb2][0x1a][0x12][0x2]!B[0xb8]([0xf6][0x9b][0x88][0x1][0xff][0xc7]H[0x80][0x8f]B[0xbc][0x4][0x4]#[0x96]|[0xa7];[0xbf];[[0xfe][0xf8]|{[0x7]p[0x81][0xa3][0x18]}L"[0x1c]F[0x98][0x12][0xc2]+m[0xb4]_[0x10][0xfa]'[0xa7]kBpm[0x1f][0x14]a[0x9c]j[0xa3][0xee][0x9a]*Sn%[0xb3][0x92][0x9d]ijsY[0xae][0xa5][0xd3][0xad][0xfe]1[0x3][0xbf][0xd5]5[0xe1]8[0xb5]n#[0x8a][0x86][0x8b][0x84]k[0x8c]Q[0xae][0x16][0x15][0xf7][0x94]b[0xe9][0xa5]W[0x95]2[0xfe][0x92]0T;Y6[0xac][0x9][0xf1][0xcd]s[0xae][0x1e][0xbd][0xb6][0xa6][0x8e]0c[0xbd][0xb4][0x8d][0xcb][0xd5][0xad]nKG[0xbf][0xa1][0xf3]B[0xee]d[0x82][0x0][0x3][0xc2][0xfc][0xdf]+[0x8][0x93]v^[0x94][0xd2]l[0xc4]}V[0xa8][0x9c][0xad][0xd9][0x9f][0xb5][0xda]:[0xfb][0xd4][0xbe];[0x98][0xa3][0xc7]_[0xd0][0xae][0x1e][0xa8][0xad]g[0xc]Y[0x9]fb[0x1e][0x9c][0xbd][0x82]^[0xba][0xe3][0x88]1[0xec][0xcc][0x18]C[0xc6][0xe4]{[0x0]{[0xac][0x11][0x10][0xf6][0xbb]p[0xc2]^[0xc0]|[0xc0]{[0xd4][0xe5][0xc6]_PK[0x7][0x8]u[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/TestClass$1.class[0x85][0x8c]Q[0xe][0xc1]@[0x10][0x86][0xff][0xa1],%[0xf4][0x8][0x84]g[0x9b][0x9e]AH<[0x88][0x7].[0xb0][0xda]I[0xb5]Y[0xbb][0xc9]n[0xeb]p[0x1e][0x1c][0xc0][0xa1][0xc4][0x96][0xc4][0xab][0x99][0xcc]L[0xfe][0xf9]g[0xbe][0xe7][0xeb][0xfe][0x0][0x90]b, [0x4]bB|[0xb4][0x8d][0xcb]x[j&LN[0xec][0xeb][0xb5]V[0xde][0xaf]*uS[0x84][0xe9][0xc6]d[0xda][0xfa][0xd2][0x14]{[0xae]/6[0x17][0x18][0x11][0x16][0xd6][0x15][0xb2]jLYK[0xd7][0x18][0xc3][0xce][0xcb][0xab][0xcd]Y[0xcb][0xdf][0xf7]2%[0x80]0[0xde][0xb5][0xee]g[0xc3][0x9e][0x90][0xb4]L[0xa9][0x95])[0xe4][0xe1]\qV[0x13][0xe6]Q[0x98][0x5]P[0x7][0xdf][0xe8][0x86]DP[0x11]zaF[0xe8][0x87]>[0xc][0x15][0x87][0x1b]jU2x[0x3]PK[0x7][0x8][0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/runners/model/TestClass$FieldComparator.class[0x95]SMo[0xd3]@[0x10]}[0xeb]|8[\r]N[0x1b][0xd2][0xb4][0xa5][0x80][0xa0][0xa5]_[0xce][0x7]uC[0xe9][0x1][0xa5][0xaa][0x84]"U*D[0xed]!Q[0xef][0x9b]t[0xeb]n[0xe4][0xd8][0xc8][0xb1][0x11]?[0x8a][0xb][0x97] q@[0x9c][0xf9]Q[0x88]Y[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!iD8[0xd8]3;[0xf3][0xf6]=[0xbf][0xd9][0xf5][0xcf]_[0xdf][0xbe][0x3][0xa8][0xe1]$[0xb][0x1d][0xbb]Yd[0xd4]+[0x85][0xbd],[0xf6]q[0xa0][0xc3]T[0xe5][0x92][0x8e][0x8a][0x8e][0xaa][0x8e][0x97][0xc][0xe9]S[0xe9][0xca][0xe0][0x8c]!a[0x96][0xae][0x19][0x92][\r][0xef]F0[0xac]4[0xa5]+.[0xc3]~G[0xf8]m[0xde]q[0xa8]Rhz][0xee]\s_[0xaa]u\L[0x6]wr@[0xe8]s)[0x9c][0x9b][0x86][0xd7][0xff][0xc0]}[0x1e]x>[0x83]q[0xe1][0xba][0xc2]o8|0[0x10][0x4]8nz[0xbe]m[0xf5]BR[0xb2][0xfc]P[0xb5][0x6]V[0x9f][0x84][0x1c][0xab]-[0x6]A[0x4][0xdb][0x9d][0xe2][0xa8]3[0xe8][0xdd]hE:'f[0xb3][0xc7]?r[0xcb][0xe1][0xae]m[0xf9][0xe2][0xd6][0x11][0xdd][0xc0][0x8a]6[0xd4][0xe7]6J[0x17][0xf4]}[0x8e][0xb8][\r][0x18]6[0xe7][0x82][0x18]R[0xbe][0xb4][0xef][0x8]s0)q[0xd5][0xe9][0x11][0xa6]>[Q[0xa4][0xda][0xa7]#5[0x8e][0x99][0x9e][0xea][0xd4]t[0x1c]2[0x80][0xc1]4[0x17][0xb0]\[0xab][0xab][0x91][0xef]-[0x84]dXjI[0xdb][0xe5]A[0xa8][0x6][0xd2][0x98][0xf7][0xb1]a [0x1d][0xeb][0xcf][0x14]O[0xe7]:?#[0xc6]l[0xcb][0xb][0xfd][0xae]8[0x97][0xea],[0x97][0xc7]j[0x87]j[0x8f][0x81],[0x1e][0x18][0xb0]p[0xa4][0xa3]f[0xe0][0x15][0x8e][0x19]6[0xe6][0x90][0x19]XEQ[0xc7]k[0x86][0xda][0x9f]3C~[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf1]>/[0xc];[0xb][0xc][0x8a][0xae][0x8d]-[0x82]K[0xde]'KE[0xb3]4[0xe1][0xbf][0x15][0xf8][0xd2][0xb5][0xeb][0x9][0x8e]j4[0xdb][0xf8][0xaa][0xb5]=[0x86]5sv[0x93]:[0xf7][0xed][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8b]~[0xae][0xc][0x9d][0xfe][0x12][0xfd][0x82]Ihj[0x84][0xb4]2heQ[0xa4][0x8b][0x81]T[0xf9]+[0xb4]/[0x94]h[0xc8][0xd1];[0xad][0x8a][0xac][0x8c]e[0xca][0x8d][0x11][0x0]+(@]![0x9a]i[0xbc][0xf9][0x1d][0xa1][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0x19]"Q[0xa5]g[0x88][0xe4][0xe7])[0x8e]j[0xc4][0xb1]5[0xc2][0xc5][0x1c]*[[0xc3]z[0xc4]k`[0x83]2-[0xff][0x96]x[0x1f][0xc5][0xbc][0xef][0x9][0xad][0xf0][0xb9]r[0xe5][0x7]RUz[0x86]HO[0x13][0x97]'[0x88]sc[0xe2][0x1c]6[0xf1]8"[0xce][0xe1][0x9]eZ[0x1e][0xe4][0xf6]YL[0xfc][0x86][0xa2][0x16][0xbb]e[0xf7][0xbb]][0x1f][0x1][0xc6][0x84])"|N[0xfd][0x4]I)[0xfc]6^Dq[0x7][0xf])[0x16]([0xd3]QF[0x9e]D[0x9e]RD>[0xf3][0x1b]PK[0x7][0x8]Q[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/model/TestClass$MethodComparator.class[0x95]S[0xdf]O[0xd3]P[0x14][0xfe]n[0xf7][0xa3][[0xe9]`L[0x9c][0xbf]0[0x80]0[0xd9][0xd8][0xa4][0x8e]![0xc6][0x8c][0x90],[0x13][0xc]q[0x8c][0x87]![0xaf][0xa6][0x1b][0x97][0xd1][0xd9][0xb5][0xe6][0xae]S[0xff](_[0xf4][0x1][0xa3][0xf][0xc6]g[0xff]([0xe3][0xb9]]3[0xc8][0xd8][0xe2]L[0xd3][0x9e]s[0xee][0xf9][0xee]w[0xee][0xf9][0xee][0xe9][0xef]??~[0x2]([0xe2][0xb9][0x86][0x18]2[0x1a][0xe2][0xc8][0xc4][0xf1][0x18][0xeb][0x1a][0xa2][0xc8][0xce]@CN[0xc5][0x86][0xcc][0xe5]U[0x8f][0x10][0xed][0xf8]D[0xcb][0x3]p@$[0xbd]4[0xee][0xf8][0xe4][0xf3][0xb8]K[0x9e][0x92][0xac][0xc8][0xfb][0xf][0xc8]_[0x7][0xe4][0x89][0x8d][0xfc]/D[0xb][0xf4]^B[0x1d]%.]#N[0xc][0x89][0x13][0xb8][0x8f][0x7]>q[0x2][0x8b][0xe4])IP[0xcb]K[0x1][0xf1][0xb][0xb2]J[0xd0]2[0x1b][0xdf]rz[0x0][0x18][0x12]F[0x88]p[0x99][0xf2]![0xac][0xf8][0xf8]GX[0xf5][0xed][0x1a]RdS[0xe4][0xc5]P[0xa0].4<$[0x8b]d[0xec]/PK[0x7][0x8][0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/runners/model/TestClass.class[0xc5]Y[0x9]x\[0xd5]u>G3[0x9a]'[0x8d][0x9e][0x16]k3[0x12]6[0x1e]/[0xd8]c[0x8d][0x84][0x8c]-[0xc][0xc8][0xb2]A^[0x84][0x5][0x92][0x8c]mac[0xcc][0xe2][0xe7][0xd1][0xb3]5[0xf6]hF[0xcc]bc[0xc0],[0x89][0x9d][0x10]BH[0x8][0x1]"[0x92]`B[0x0]u[0xa1][0x89][0x9] [0xc9][0xb8][0x18][0x92][0xb4]@C[0xba][0x12]H[0xd3]$$[0x81]4I[0xd3][0xa6]-)[0x84][0xb6]iq[0xff]s[0xdf][0x9b]7[0xab]l[0xe1]@[0xf9][0xf4][0xcd][0xbb][0xf7][0xdd]{[0xee][0xb9][0xe7][0xfc]g[0xb9][0xe7]>}[0xfb][0xdd][0xa7][0x8f][0x11][0xd1][0xd9][0xfc][0x88][0x97][0xd6][0xd3][0xbb][0xa5][0xb4][0x8d][0x8e]{i[0x1a][0x93][0xc6]\[0xc2]E^r[0xb3]Kc[0xb7][0x97]4z[0xd7]K[0xdb][0xb8]X[0x1e][0x1e][0x90][0xb1]&[0x8f][0x12]y--#?{[0xcb][0xb8][0x8c]uy[0x94]k\[0xe1][0xe5]J[0xae][0xd2]x[0x9a][0x97]j[0xb8]Zhj[0xe4]Q[0xab]q[0x9d][0x97][0xa6]s[0xbd][0xec]0][0xd6][0x9f][0xe6][0xe5][0x6]n[0xf4][0xf2][0xe9]<[0xa3][0x8c]V[0xf1]L[0xa1]:C^gI[0xcf]'[0x8c]g[0xcb]cN[0x19][0xcf][0xe5]ye|&{5[0x9e]_Fg[0xf2][0x2]y[0xf8]5^[0xe8][0xe5]&[0xe]@>n[0x96]^[0x8b][0xac];KX[0xb7][0xca][0xeb]"[0x8d][0xcf][0xf6]R+[0xbd]+[0xeb][0x17][0x97][0xf1][0x12][0x91][0xf3]Ln[0xd3][0xf8][0x1c]/[0xb5][0xf1]R[0x19]>[0x17]=[0x8b][0xa0]Y[0x1e][0xe7][0xc9][0xba][0xf3]5n[0x7] [0xbc]L[0xe3][0xe]![0x9c]#[0x12]//[0xe1][0x15][0xd2]^[0xe0][0xe5][0xb][0xb9]S[0xe3][0x95][0xf2]2C[0x1e][0xab]d[0xd7][0xd5][0xa2][0xda]y[0xf2][0xba]F[0x1e]][0x1a]_[0xa4][0xf1][0xda][0x12][0xee][0xf6][0xd2]%|[0xb1]P\"p[0xf4][0xc8]d[0xaf][0xc6]}[0xf2][0xb2]N[0xe3]K5^[0xef][0xa5]~z[0xb7][0x84]7[0xa0][0xe5][0x8d]2~[0x81][0xf4][0xfa][0x85][0xf2]2/o[0xe2][0xcd][0xd2][0xbb]\z[D[0xaa]+[0xe4][0xb1]U[0xe3]+5[0xbe][0xca]K[0x6]_[0xad][0xf1]5^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0xbb]Mc[0x83][0x89][0x98][0xf4][0xee]H[0xc4][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b][0xf1][0xb8][0x19]g[0xaa][0xea]5[0x13][0x83][0xd1][0x81]U[0xd1][0xa1]a#f$[0xa2]1[0xa6][0xca][0xae][0x90][0x19][0xce][0x1a][0xa9][0xea][0xea]^[0xd3][0xb3][0xfa][0x9a]U[0xeb]z/[0xed][0xdc][0xd0][0xd9][0xbf]n[0x3][0xd3][0x92][0x9e]hlg[0xeb][0xae]d$[0x94]h[0x8d]%[0x85]e[0xbc]u(:`[0x86][[0xfb][0xcd]xB[0xb1][0x9f][0x97][0xc3]g[0x19][0xd3][0xb4][0xde]5[0xfd]k[0xd7]esj[0x9b][0x2][0xa7]\![0xc1][0xaa]8[0x18]6[0xae][0xbf][0x1e],{v[0x19]{[0x8c][0xd6][0xb0][0x11][0xd9][0xd9][0xaa][0x88]1W[0xba]1[0xb4]3b$[0x92]1[0x93][0xa9]6w[0xbe][0xa3]i[0x5]H[0xea][0x86][0x14][0xcb]xW4[0xd6][0x19][0x89]D[0x13]F"[0x14][0x8d][0x0][0x8f]J[0x8b]<[0x99][0x8][0x85][{[0x8d]aP[0xde][0x9a]=[0xd2][0x91][0xc7]/[0x90]1b8[0xbc]Z[0xd3]l[0x97][0xad]X[0x96][0xc1][0xa3]'[0x14]OtL[0xaa]sW[0xcc][0x18]2[0xf7]Fc[0xbb]-[0x95][0xb1]T[0xa4][0xad][0xdd]!P[0xe6][0x9]{[0xcb][0x87]#[0x9a][0xb2][0xab]-[0x99][0xa7]#[0x4][0xca][0x15][0x10][0xd1][0x9f]g[0x88][0x85][0x9b][0x98][0xdc][0xab][0xb0]V`[\r]E[0xcc][0xbe][0xe4][0xd0]v3[0xd6]ol[0xf]c[0xa4][0xba]'[0x1a]4[0xc2][0x9b][0x8c]XH[0xde][0xed]Awb0[0x4][0xbd][0xe6][0x9e][0xdc]%[0xb0]u}6[0x87]}[0xc3]).[0xd3][0xf3]D[0x11][0x9b][0x8b]4[0xb5][0xf1][0xa0][0x11][0xb1][0xb5]7[0x7]zM[0x91][0x7][0xfb][0xcd][0xf6][0xe7]X=[0xe7]U[0x96]zM#8h[0x19][0x85][0xa9]1c[0x83][0x98][0xb9]#l[0x6][0x13][0xad][0xb6][0xc1][0xa0][0x84][0x11][0x8b][0xcd]c:}[0xeb][0x9][0x89][0xc2]f[0x4]D[0xdc][0xcd]T[0x14]B[0xa7]T[0xd8]+`[0x99][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xb4]0[0xc7][0xce][0x85][0xb8][0xa6]&[0x15][0x13][0xa5][0xb0][0xe3][0xf7]J[0x87][0xee][0x84]i[0x87][\r][0xbb][0xfd][0x1f][0xba];[0xd8]N+[0xd6][0x9c][0xbe][0xd3]Ll[0x8c][0xc6][0xe0][0x4][0xab]M$[0x92][0x98]9[0xa0][0xe6][0x81][K[0x1]?>[0x11][0xe6][0x15][0x3]9[0xc][0x16][0x15][0xf6][0xbe][0x13][0xf1][0xa8]5[0x6][0x6][0xfa][0xa3]i[0x5]E%pZ[0xe6][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae][0xe2][0xc3][0x85][0x1c][0xd6][0x9d]@D[0xe0][0xbc][0x1e]JyyU[0xe]h[0xe2][0x85][0xe2]0[0xf0][0xff][0x93]"[0xce]4g[0xeb][0x14][0x88]<[0xd6]fL[0xb][0xa7],9[0x93]k[0xc8][0x18]f:[0xe7][0x94][0xfc][0x0][0x89]<[0xd7][0x15][0xfa][0xfb][0xd5][0xb8][0xb]-[0xd3][0xd6][0xf][0xc2][0xd9][0xd4][0xe][0xb2][0xc7][0xdd][0x1d][0xfd][0xed]SU[0xd4]^[0xe5]G[0xf3][0x1][0xca]$[0x86][0xaf][0x1f]2v[0x9b][0xab]Ms8[0xbc][0xef][0xb2][0x8]d[0x9][0xed][0x8]Yy[0xd1][0x97][0x9b][0xe6][0x16][0xe6][0x1d]v[0xc5]f$[0x11][0xdb][0x87]v[0x8d][0xd5][0xd6]eS[0xcc]S[0xc3]b[0xe8]x4[0x19][0xb]J[0xc6][0xe]F[0x87][0xf7]9)[0xcb][0x96]'[0xb2][0xdb][0x1c]Xk[0xc4][0x7]-[0x9e]F![0x1e][0xef][0xb3]%[0xcc][0xc9][0xf6][0x9f][0xf7][0xf9][0xd5])X[0xfc][0x83]4[0xf7][0x7][0xea][0xde]5H[0x92][0x19][0x87][0xa5][0xaa][0x97]pp[0xfb][0x17][0xe6][0xac]X[0xa6][0xb2][0x8c]=[0xfd][0xfb][0x9c][\r]L[0xcb][0xf3][0x98][0xbf][0xb7][0xf5]s[0xb]d[0xef]|i+[0xd3]P[0xd8][0xa7]e,?iO[0x5][0xba][0xdf]O[0xd8][0xea]L|S[0xc7]G[0xc7][0xa9] [0x90]:[0xdc][0x98][0xae][0xfd]S$[0xbd]gy0[0x1a][0x96][0xf3]l[0x93][0x11]N[0x9a][0x85][0xca][0xa9][0x2]&[0xa8][0xc2][0x91][0x17][0x92][0xcd][0xa5][0x82][0xb3][0x96]y[0xf6][0xd8][0x9d][0xcc][0x1a]|[0xa3])[0xd4][0xb]r[0xfc][0xbc]iR[0x9f][0xad][0xcd]^[0x9b]:[\r][0xfa]%n[0xd3]0[0xac][0xdb][0xbe][0xb][0xf2][0xe6][0xc7][0xe6]d|[0xf3][0xe0][0xb1][0xd9][0xe6]D[0x88]}[0xd0].)\Nf[0xf8][0xe4][0x15][0x5][0x10][0xd1]w[0x84][0xc2][0xe1][0xee][0x1d][0x9d][0xdb][0xe3][0xc8][0xc1][0xa8][0xc][0xaf]`:65[0xa9][0xdf][0xcf][0xa8]?%^y[0xea][0xa4][0xf0][0xa9][0x84][0xef][0xc4][0xfb][0xa3][0xc3][0xfd][0xd1][0x95][0xd1]D":T[0xf8][0x9a][0x0]M[0xbd]i[0xd6]L[0xe7][0x9d][0xa2][0xf][0x83]O[0xa5][0xd4]u[0xc9][0xe1][0x8c][0xb]ni"ue@[0x96][0x8a][0x99][0xf1]dXJ[0xab][0xcc]s[0xad]3[0x16]3[0xf6][0xa5][0xf2]X0[0x19][0x8b])[0xfc][0x3][0x85]([0xf2][0xa1]n[0xb2][0xdc][0xae][0xa3]p[0xd1][0x97][0x17]U[0x93],[0xd7]![0xf6][0xc5][0x98][0xb2][0xe5][0xac]I[0xe5][0x80][0xac][m}[0xfe][0xa8]u[0x97][0xd5][0xb0][0xba][0xf]Q)[0xe8]f[0x92]lL[0xc4]B[0x91][0x9d]v[0xa2]Y[0x17][0x9][0xef][[0x85][c"[0x96][0xc][0xaa]K[0xfd][0xec],[0xda]TI[0x9a]A"r[0x5][0xd3][0xaf][0x90][0xcb]W[0xa8][0x88][0xcd]^1[0xf7]$$[0x96][0xc4][0xf3]N[0xb6][0xb7]EV[0x91][0xe]/[0xeb][0xc2][0x8b]uS)C[0xcb][0xb3][0xd6]1[0xb5]Mz*[0x9c][0x90]MEz[0xa2]_[0xd5][0xd2][0xf5]y[0xf8][0xdb]~[0xde][0x89]@m?[0xb9][0x8b][0xe6];[0x89]Z[0xbf]P[0x95][0xaa][0xd3][0xf3]N[0x83]Tb[0xec][0xf2][0xe7]'[0x81]<[0x85][0xa6]r[0xee]yw8l[0xe5][0x2][0x9e][0xc7][0x14]Y[0x7][0x13]s2&[0xba][0x91][0xd8]w[0x1a][0xe1][0xce]`[0xd0][0x8c][0xc7][0xd7]\[0x17]4[0x87]ml[0xa6]p5I[0xdd]n[0xdc][0x12][0x81][0xd8]\[0xa5]w[0xdb][0xc3]o?af;[0x91][0xa2][0xef]![0xb9][0xe5][0xe1][0x14][0xef][0xec][0x8b]F6[0x8a][0xb8][0xc1][0xf4][0xe7]8P[0xe][0xa2]h[0xb5]>[0x98][0x80][0xb2][0x1b]G[0xa2]ym[0xd2][0x8][0x8b][0x1c][0x5][0x90][0x11]V[0xae][0xe8][0xf6]][0xa8][0xd6][0xa3][0x89]A[0xb9]u[0x95]t[0x4][0xc3][0xf6][0xe7][0x18][0xac][0x97][0x8f][0x16][0x1b]U[0x99][0xde][0x15][0x92][0xf2][0xbf][0xc2][0xf9]xr[0x96][0xf0][0xd2][0xe9]:[0xfa][0x9d]NQ[0x1a][0xd6]y;C[0xb8]9[0xf9]f[0x8f][0xed]L[0xe]![0x1b]:[0x86][0x87][0xdd][0x85][0x89]/(\|A#[0xe2][0x8b]"[0xad][0xf8][0x6][0x8d]=&z[0xa6]/#][0x80]=[0xf][0xc0][0xab]'[0xa9][0xcb]u[0xba][0x95]>[0xa2][0xd3][0xc3][0xf4][0x88]NqJ[0xe8][0xb4]G[0x1e]/[0xd1][0x93]:\p[0x87][0xc6];u[0x1e][0xa4][0xdf][0xe8][0x1c]b[0xe8]W[0x99]cN[0x8d]w[0xeb][0x1c]f[0x1c]'[0xb][0xa6]h[0x6][0x91]&[0xa2][0xd3][0xe7][0xe8][0x1e][0x9d]>Cw1[0xcd][0x9f][0x9a][0xfb][0xca][0xba][0xa8][0xce][0xc3]|[0xad]N[0xbb])[0xac]qL[0xe7]8'4N[0xea][0xf4]#zM[0xa7][0x9f][0xd2][0xcb]:}[0x93][0xbe][0xa5][0xf3][0x1e][0xde][0xab][0xd3][0xb][0xf4][0xa2][0xce][0xd7][0xf1]><[0xe8][0x1d][0x8d][0xaf][0xd7][0xf9][0x6][0xbe]Q[0xe3][0xfd][0xc8][0xe9][0x5].A:[0xdf][0xc4][0xbb]t[0xbe]Yt[0xac][0xc8][0xf6]M[0x8d]o[0xd1][0xf9]V[0xfe][0x88][0xce][0x1f][0xe5][0x3]:[0x1f][0x14][0x9c][0x9e][0xa6][0xa3]:[\r]QDD[0xf8][0xd8]$[0xd0][0xa2][0xe6][0xd1][0xe9][0x19][0xfe][0xb8][0xc6][0xb7][0xe9][0xfc][0x9][0xbe]=kc[0xe7][0x1c][0x13][0xb5]>[0xa9][0xf3][0x1d][0xf4][0x8e][0xce][0x9f][0xe2];u[0xfe]4[0x1d]FM[0x96][0xc6]d[0xa5][0xb9]#[0x1a]3u[0xfa]-[0xbd][0x3][0xe7][0xcb][0x1d]WF[0xd0][0xf9]3[0xf4]2[0xa2];[0x92][0xc][0x87]uz[0x85]^[0xd5][0xf8].[0x9d]?[0xcb]w3[0xcd]:I[0x84][0xea][0xf4]c[0xfa][0x89]N[0xe3]b[0xed][0xcf][0x89][0xc][0xf7][0xf0][0x9d]8]N[0x96]v[0x98][0x1a][0xd3]$[0x1b][0x92][0x91]Dh[0xc8][0xcc][0x98]l[[0x1b][0xdd][0xeb][0x1b][0x8][\r][0xf8][0x10][0xce]V5[0xed][0x8b][0x99][0x89]d,[0xe2]3|*[0xf1][0xf9][0xf6][0x8a][0x87]&[0xc3][0x3][0x91][0x5][0x9][0x9f][0xa1]x_ H[0xdc][0xab][0xd3][0xd7]D[0x94][0xfb]`K[0xfe]<[0xbd][0x8]$r[0x83]M[0xe7][0x11][0xbe]?[0x85]ev6H[0x19]"[0xe3][0xc8]][0x99][0xc][0x85][0x7]$ [0xcb][0x1d][0xf1]|[0xa1][0x88]O[0xe7]/[0xf0][0x17]u[0xfe][0x12][0xbd][0xaa][0xf3][0x3][0xf4][0xb6][0xc6][0x87]tz[0x93][0x1f][0xd4][0xf9][0xcb][0xe2][0xe9][0xf][0xa1]Go[0xd1][0xdb]:Ep[0x9d]}[0xd2]O[0xa0]Lg[0xbf][0xe7]o[0xf0][0xa2][0xee][0xc3]L[0x8b][0xdf][0xfb]'w[0x1c][0xed][0x93]-[0xb2][\r]k[0x81]1)U[0x9a][0xf5][0xd9]V[0x9d][0xb6]*[0xab][0xb6][0x98][0xe3]/[0xf8][0x89],[0xbb][0xba][0xc8]J[0x83]vy#y[0xae]$d[0xe1][0xcc][0xa8][0x92]r[0xbe]|Ru[0xfe](J'd[0xdc]>[0xf3][0xba][0x84][0xf8][0xb1]j[0xb2]+([0xe7]\[0x9c][0x95][0xd6]*[0x14][0xc1]j\[[0xec]o[0xb9][0xea]+b[0xcc][0xaa][0xb1]R[0xdf][0x12][0x9d][0xbb][0xf2]YS[0xfc][0x98][0xe8][0x9c][0x15]3[0xfd][0x93][0xcf][0x8a][0xa2]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd][[0x7][0xad]LO[0xcb][0x10]"u[0xa1][0x9c]Q[0x18][0xd8][0xd4][0xe9]\[0x95][0x93][0x1e][0xb0][0xc2][0x1d][0x87]NL[0xcd][0xfe][0xad][0x93][0x1d][0xc7][0x8a]<[0xe3][0xdf]1[0xb2][0xf7]TR[0xb1][0xf5]qP[0xf][0xc5]7[0xe][0x1a][0x3][0xd1][0xbd][0xe6][0xc0][0xca]}R[0xed][0xe6]V*[0xea]d[0xc3][0x5]Q[0xac][0xd9]][0xe0][0xe0][0xc3]n[0xe5]Y[0xe9][0x14][0x1e][0xa0]>\![0xfb][0x1][0x84],[0xf][0xb0].[0x90][0xe5]Y[0x3]8X[0x1][0xd4]%&6/A[0xc7].[0x88][0xea]2US[0x17]Z[0xab][0xe8][0xac]Jf|E[0x13][0xf9][0xc4]Y[0xf3]D[0xce][0xaf][0xb6]\[0xc3][0xc9]D[0xce]e&[0xbf][0xa6]I[0xa9]T[0xc8][0xe9]*37VZ.[0xcc][0xdb]wr{[0x9c][0x96][0x5]CZ#[0xb9]$[0x17][0x1a][0x7]([0x80][0xbc]3[0x1c]fj[0xf0][0x17]^)v[0x99]t[0xe][[0x96][0xe1][0xfc]O[0x18][0xa1]H\A[0xeb][0xda])H[0xcf]/T[0xb9][0x14][0xd2][0xb6][0xd4][0x1c][0x1a]N[0xec][0xb3][0xf0]-O][0xe3][0x82]V[0xa2][0xcb]8[0x99]:q[0xad][0x13][0xef][0xd4][\r][0xd5]Yc[0x17]H[0xc5][0xfe][0x8b]/V[0x15]O([0xde][0x8d][0x8c]aD[0xac][0x8f][0x93][0x86]pk*[0x90]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6]u[0xca][0xb1][0xb0][0xf5][0x6]ulX5[0x15][0x8a][0xb5]x\[0xfe][0x9f][0x8][0x8a][0xae][0x98][0xdc]a[0xa7][0x85]"{[0xa2][0xbb]q[0xf4][0xc][0x87][0xa3][0xf1][0xd0][0x1e]3[0xc]e[0xcf]/[0xa0]f[0x81][0xf0])[0xa8][0xb9][0xc7][0x18][0x1e]6#[0x3]9[0xff]{H[0xa5][0xb7][0xbc]![0xfb]t[0x91][0xca]2[0x11][0xb5][0x86][0xac][0x1b]d[0xaf]r[0x16][0xf5][0x9][0xa2][0xb1]@[0x16][0xb1]g[0x1][0x8b][0xbf][,Y[0x1e][0x8a][[0x11][0x99][0xaa]>[0x11][0x96][0xaa]$[0xb5][0xa2][0xc2][0x1e][0xf5]O^[0xe9]gdt@G[0xb3]i[0x1b][0xad]'&[0x93][0x8a][0xa9]Q[0xaa]%"[0xb4][0xa8]W[0xd0]VK[0x9d][0x89][0xb9]k[0xd1]/[0xa2][0x18][0xde]Q[0xf4]9[0xef]I[0xbc][0xef][0xc9]x[0xdf]K[\r][0xe8]_G[0xfb][0xd0][0xbf][0x1e]#[0xdf]'[0x17][0xb9][0xd1]^[0xd4]4N[0xdc][0x14]x[0x8a][0x8a][0x2][0xcf]S}`[0x8c]\[0xc7][0xdc][0xf]S[0xf9]Qro[0xa9].[0x1e]'[0xcf][0xb3]GI[0xdb]2N%[0xbd]v[0xdb][0xd7][0xd4][0xdc]2F[0xa5]M[0xcd][0x13][0xe4]}[0x8a][0xca][0x9a]ZT[0xab]?[0xe]V.[0xba][0x1][0xcf]&[0xf2][0xe2][0xd9][0x2][0xe6]gQ)[0xb5]R=-"[0x1f][0xb5][0x91][0x9f][0x96][0xa2]w>[0x9e][0xcb]h[0x5]uP[0x17]-[0xa7][0x1b][0x15][0xbd][0x12][0x83][0xf6][0xd3]MD[0xaa]g[0xa9][0xe5][0xa7]YJ[0xa1]"[0xac][0x9a][0xae]Tq[0xd1][0xcd][0x98][0xf7][0xa1][0xb5][0xa8]b[0xe]U[0xd2][0xa1][0xda][0x8b]YK[0xe1][[0xc0][0x17][0xf5][0xb0][0xa5].[0x87]0^[0x8a][0xf1][0x83]MOR[0xd1][0x4][0x95][0x1f][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xbe][0x96]#T[0xc9]4B[0xd7][0xa2]S[0xc5][0xf4][0x1c]Mkw7[0xb8]'[0xa8][0xba][0xbd][0xb8][0xa1][0xf8][0xd8]R[0x8f]k[0xa9]V[0xa7][0xd5]y[0x1e][0xa2][0x99][\r][0xc5]u[0xda][0xe2][0xf6][0x92][0xa3]T[0xb3][0xa5][0xa1]d[0x9c]j[0x3][0x13]Tw@[0xe3][0xd1][0xe3][0xaf][0xb]}[0xfd][0xe4][0xf4][0xd3][0x15][0xfd]i[0xcd][0xe][0xfd][0xe8][0xf1];[0xd2]`[0xcd][0xa1][0x12][0x6][0x9f]h[0xa1]y[0xf4]q[0xba][0x8d][0xe4][0xac][0xb3][0xf2][0x9c]/[0xe][0x7]KP[0x15][0x9c]9[0xed]|[0xd5]v0[0x94][0xe2][0xef]qX)[0xed]|[0xd6][0xc8][0xd7][0x9d]][0x9f]P[0xbb]>i[0xef][0xba][0x11][0x1c]e}[0xb9]l[0x1a]p[0xc1][0xbd][0x80]NzC[0x8f][0xf2][0xde][0x9b]26*w[0xa2][0xae][0x9c][0x9e]R[0xe9]/[0xed][0xe5]2r[0xc8][0xd9]h[0xc][0xbd]qG[0xbd]%h[0x85][0xa6]T[0xd4][0xd3][0xa1][0xde]aE[0x94][0xde][0xe4]6[0xb5][0x89][0xc5][0xa8][0xd4][0xde][0xc4]b4[0xa1][0x18][0x15][0x92]X[0x9f]L[0xe2][0xbb]NI[0xe2]#[0xf8][0xe1][0x9a]mo[0xf4][\r]p,F[0xbb][0xfc]([0xb5][0xc2][0xcd][0x16][0xf5][0x6][0x8e][0xd0][0xd9][0xe2]f[0x8b]3[0xf2]qc*[0x1f][0xfb][0xdb][0xdd][0xcd][\r][0xee]#[0xb4][0x4][0x81]7z[0xfc][0x8d][0xa3][0xd4][0xb6][0xa5]y[0x9c][0xce][0xc9][0xf5][0xae]{[0xe0][0x5][0xf7]"-[0xde][0x87]sfD[0x9][0xd9][0x86]M[0xfc][0xd0][0xf8]Oa57[0xbc][0xcb][0xe7]$[0xb8][0xe5][0x8e][0xe0][0xcb][0xed][0xe8])[0xa1]s[0xe8][0x19]:[0x96][0x91][0xe0][0xac][0x95][0xf]*[0xde]B[0xf5][0xac]C[0xf5][0x9c][0x93][0xe0][0xbe][0x81][0xe8][0xf9]&}[0xcb]V[0xeb][0xab][0xa0][0x15][0xea][0xb6]&[0xe8][0xb3][0xb4][0x8]q\?c[0x4]^[0x17][0x10][0x91][0xc7][0xe9][0xdc]#t[0x9e][0xb][0xb9][0x8][0x93][0xe7][0x17][0x89]^}-/P[0xe9][0x4][0xb5][0x8f][0x92][0xbb]%W[0x9b][0x7][0xe0][0x91][0x87]h&b[0xd6][0xf][0xf]O[0x9f][0x91]mJ^R[0xbd]{[0x15][0xe4][0xd2][0xfb]3[0xfa]s[0xc8][0xe0][0x7][0xf4][0x92]G2[0xcf][0xc8]6[0x15][0xed])[0xfa]C[0xea][0xb4][0xd4]UVH[0x9d][0x91][0xcf]C[0x87][0x17][0xe8]E[[0x87]M[0xb6]356[0xd5][0xd0][0xb2]1[0xea][0xb8][0x1f][0xde]PC[0xcb][0xd1][0x1b]![0xcd][\r]I][0x8f][0xe5]8[0xc4][0xa3][0x19][0xde][0xd5]H[0xa1][0x12][0xf5][0xcd]Y#[0x87][0x1c][0xfb]6[0xf6]z[0xc9][0xf1][0xb7]{[0xd1][0x8a][0x8c]g[0xd8][0xf8][0xf4]4[0xf5]6?O[0xd3][0x2][0xcd]c[0xb4]b3[0x1e][0x17][0xf4][0x8e][0x1e]3#F[0x1b][0xb1]#![0x17][0x94] [0xfa][0xbd][0x88][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " ^[0x8b][0x88][0x9b][0x81]([0xbc][0xd1][0xd1][0xf8][0xc][0xfa][0x8e][0x92][0xa1][0x4]N[0xfa][0x97][0xf4]W[0x90][0xc2][0xb][0xaa][0xbf][0xc6]XQ[0x6].B[0x15]s[0xa8][0xfe][0xc6][0xa1][0x8a]9[0xb6][0xfd][[0x8c][0xfd][0x1d][0xbd]l[0xcb][0xda][0x8a]7[0xd1][0xa7]Xj[0x87][0xdc][0x0][0x9b][0xc8][0x80][0xa0]8+[0xc0][0xbe][0x8b][0xb1]W[0xe8]U<[0x85][0xc9]j[0x9b]I[0xb5]0y[0x81]<[0xd5][0x17][0x1e][0x96][0xde][0x18]u[0xa6]9Z[0x89][0xe8]Y$[0xed][0xe7][0x94]s[0xa5]9[0xa7][0x12][0x11][0xd3][0xf7][0xe8][0xef]m[0xb1][0xc]8[0x85]Db[0x8d][0xc5][0xc7][0xd5][0xe3][\r][0x1c];8A+[0x3][0xae][0xc5][0xb9][0xb9][0xed]%[0xe8][0xfa][0x1d][0xaa][0x84][0xb6][0xe9][0x0][0xae][0xb1]Y[0x96][0xe0]l[0xf9]>[0xfd]CF[0x0][#?p[0x2][0xf8][0x87][0xe8][0xfd][0x88]^[0xb3][0x15][0xe9][0xb2][0x15][0xa9][0xb5][0x14])q=C[0xab]lUV[0xe7][0xaa][0xf2]][0xa8][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x~/C[0x95]ZG[0x95][0x1f][0xd3]O[0xf2][0xb2][0xb4][0xe2]Y[0xcc][0x8a]![0x8a][0xd1]5[0xb9][0x9a][0xfc][0x0][0x1c][0x88][0xe8]|[0xad]@[0x96][0x96][0xde]OsR[0x91][0x8c][0xbc][0xee]h[0xf2][0x6]z?[0xa3][0xb4]K[0x84][0x85][0x0]PJ[0x4][0xc3][0xf6][0xc1]vw[0x13]<[0xaf]K[0x95][0x86]V[0x81][0xa0][0x92][0xd1]J[0xe9][0xa9]l4[0xbd][0xdd][0xd3][0xe0][0x81]T[0x17][0xb5]k-R,[0xac][0x1d][0xa1]i[\r]n[0xd5][0xed][0xb6][0x8a][0x83]QT[0x90][0xda]Q[0xba]dKuO[0x83]6N[0xbd][0xcf][0x8e][0x1e][0xba][0xc1]}[0x18][0xdb][0x6]P[0xc9][0xf5][0xe2]g)3_[0x15][0xa3]o[0xe0][0xf9]3[0xcc][0xfc][0x1c]y[0xfc][0x17]([0x89][0x89][0xf9]_[0x83][0xea]W[0xa8][0x80][0xfe][0x99][0xae][0xa6]SJ^[0x9][0xaa]%8[0xf8]~[0xe][0x1a][\r]3:[0xe8][0xfe][0x9][0xbd][0x0][0xe][0xfb][0x11][0xd0]z[0xa8][0x8e][0xba]Uz+V^[0x91][0x2][0xc3][0x0][0x8f]_([0x10][0xc][0x95][0xa1][0x8b]T[0xef]_[0xd0][0x93]R[0xf8]r8[0x83][0xa4][0xc6]tX[0x18]*k[0xa7][0xa8]^w[0xa8]$[\r]Z[0xf0][0xfd][0x1a][0xdc][0xfe][0xd5][0x81]o[0x8d][\r][0xdf][0xfe],[0xf8][0xfa]r[0xe1][0xbb][0xda][0x81][0xaf][0xa6][0xdd][0xd3][0xd2][0xe0][0x19][0xa3]uct[0xe9][0x8]JdO[0x0][0xbe][0xb3]~[0x8c]6[0xb4]k[0xb9]([0xce][0xb7]P[0x90][0x82]v=[0xea][0xab][0x8d]Y[0xd0][0xbe][0x85][0xe7][0xdb][0x98]9N[0xe7][0x2][0x81]U[0xcc][0xb4][0x9e]=[0xd4][0xcf].[0xda][0xc4]n[0xba][0x9e]K[0x1c]hW[0xc1][0xb3],h[0xe5][0xba][0xf5]K[0x80].[0xd0][0xf6]@[0xf2]W[0xd0][0x9a][0xe][0xb4][0xfb][0x1d]h[0xf7];[0xd0][0xee]w[0xa0][0xdd][0xef]@[0x9b][0xc8][0x83]v[0xbf][0x3][0xed]~[0x7][0xda]D[0x1e][0xb4]o[0xd2]o[0xec][0x18];[0xc7][0x8e][0xb1]2+[0xae][0xae][0x98][0xa0][0xad][0x8f]e[0xe7][0x1d][0xd6]3B[0xaa][0xcc][0x9][0xa9][0xff]pX\d[0xb3][0x98]i[0xb1][0xb8]r[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc5][0xec][0xaa][0xfb]3[0xf2]y&[0xd3][0xaa][0xc][0xa6]3[0x1d][0xa6]o[0x1]I[0x8b][0xe9]r[0x9b]i[0x8d][0x15][0xa7][0x9a]k[0x94][0xbc][0x16][0xd7][0xab]sY[0xd5]e[0xb0][0xaa]qX[0xfd][0x96][0xde][0xb1]Y[0xdd]n[0x1f][0x0][0x8b][0x9a][0x2][0x8f]R[0xb1][0xfb][0xb1][0x0][0xc2][0xde][0xf5][0x18][0x8a][0xf5]k[0x10]`[0xd7]<"/[0x81][0xe7]h[[0xaf][0xb0]o[0xc6][0xef][0xd1]<[0x91][0xd5][0xdd][0x89][0x1b][0x91]-N'[0x8d]gR[0x19][0x9f]A[0xe5][0xec][0xa3][0xd3]x65[0xf2]\[0x9a][0xc5][0xf3]2[0x8e][0x86]E[0x8e][0xf1][0x16][0xd1]*[0xe3][0xcd][0xa2]i[0xf4]_[0x18][0x93]2[0xfb][0xbf][0xe9]w[0xb6]\K[0x14]5[0xd1][0xf4][0xa3]dl[0xe1]q[0xda][0xfe][0x4]5[0x1e][0xa5][0xa0]t[0x7][0x9e][0xa0][0x96][0xc7][0x95][0x1a][0xb2][0xbd]W[0xd9][0xd3][0x7][0xf0]g[0xa3][0xf7]?J[0xac][0xff][0xa5]A%[0x98][0x1b][0xb5][0xee]6[0xa2][0xaa][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][\r][0x81][0xd6]@[0xbb][0xb][0xed][0x99][0x10]l[0xd4]S[0xfa]PK[0x7][0x8]pS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/runners/model/TestTimedOutException.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0xdb]\[0x9c][0xb8].[\r]I[0xcb][0xa5][0xa5][0xc4]![0x4][0x9c]@j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]R[0x8a]xiA"[0xb2][0xc8]C[0xd2]H[0x15]ON[0xb2][0x9][0xae][0x12][0x1b][0xec]u[0xe1]?[0xf8][0xe]$[0x90]h[0xa9][0x90][0xe0][0x3]x[0xe6]o[0x90][0x10][0xb3]nH[0xab][0x12]Q[0xf1][0xb2][0xde]=3[0xe7][0xcc][0x99][0x19][0xf9][0xfb][0xaf]/[0xdf][0x0][0xac][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x5]WT[0x14]qUE[0x9][0xd7]T\[0x87]![0x8f][0xb2][0x8a]iT[0xd2]PqC[0x1e]7[0x15]T[0x15],3d[0x2][0xee];[0xf6][0xa0][0xc5][0xfd][0xc0][0xf1][0xdc][0xad]g[0x9b][0xc][0xac][0xc6]0[0xb3][0xe1][0xb9][0x81][0xb0]][0xd1][0xb2][0x7]!O[0xe0]u[0xd8]*[0xfc][0xf8][0xf9][0x8e]!%[0x9c]![0xdf]r[0x1d][0xc1][0x90][0xb7]v[0xec]][0xdb][0xc][0x85]30;[0x9e][0xdb][0x9]}[0x9f][0xbb][0xc2]l[0x8e][0x12][0xd6][0x19][0x14][0x99][0xec][0x85][0x94][0x9b]|[0xe4][0x10][0xf4][0x98][0xa1]h[0xd4]N[0xa1][0x95][[0xc][0xf1][\r][0xaf][0xcb][0x19]f-[0xc7][0xe5][0xcf][0xc3]a[0x9b][0xfb]M[0xbb]= $ky[0x1d]rk[0x93]gz[0x8f][0xc0][0xb8]x[0xe9][0x4][0xc][0xa6][0xe5][0xf9]}s'$[0x11][0xd3][0xf]][0x97]Z2[0x87][0xa4]30[0x9b]<[0x10]R[0xbf][[0xf][0xc5][0x93][0xb7][0x1d][0xfe]JP[0xaf][0xe4]O[0xed][0xf3][0x8][0x8f],[0xc6][0x8c]25>=[0x82][0xe][,[0x18][0xe5]S[0x9b]T[0x1b]^[0xe8]w[0xf8]SGZY[0x98]XjYjPPPP[0x97]3[0xe9][0xea]TR[0xb7]{[0x82][0xfb]z[0xa9][0xab][0x97][0xc8]}&[0xaa]3[0xb0][0xdd][0xbe]Yo[0xef][0xf0][0x8e]P`j[0xb8][0x85][0x15][0x5][0xb7]5[0xdc][0xc1][0xaa][0x82][0xbb][0x1a][0xee]aU[0xc3]}<[0xd0]0[0x87]5[\r]g[0x91][0xd5][0x90][0xc3][0xc]C[0xf5][0xbf]zg[0xc8][0x1d][0x95];[0x86][0x9e]9B-[0xcf][0xed][0xd3][0x6]w[0xe5][0xfe][0xeb]="[0x18][0xb5][0xd1],[0xc6]aj~[0xe9][0x9f][0xd3][0xa1][0xd5][0xb8][0xf6][0x90][0xc6]2g[0x1c][0xe7]6[0x84][0xef]D[0xec][0xcc]I[0x8c][0xe6]/<[0xcb]{[0xc3][0xfd][\r]; ^[0xb2][0xe7][0xf9]C[0x9b]t[0xd6][0x8c][0xbf][0xf9]/[0xac][0x93]#[[0x9f]Xe~[0x2][0xb7][0xdc]B[0x1][0xf2][0x97][0x0]bX[0x80][0x86][0x19]P[0xf7][0xf4][0x9a][0xc2],[0xb2]r[0xae]t[0xcf][0xca][0xd1]F[0x19][0xd4][0x1][0xe6][0xe9][0x15][0xc6][0xa7][0xc3][0xf8][0x8c][0xc8]:[0x8c][0xcf][0x86][0xf1][0xb9]0[0x9e][0x91][\r][0xcf][0xaa][0xf8][0xbc]H[0xfa][0x82],}Q[0xc5][0x97]T|YAd[0xd8]p[0x8c]!3k:[0x19][0x5][0xb3].Z[0xbf][0xd3][0xd8]e[0xc4]S[0x86][0xdd][0x1f][0xdf][0xb0]c[0xa7][0x99][0xc8].W[0x10][0xb0][0xb9]AA[0xd4][0xb7][0xd6][0x93]u,[0xbb][0x9f]k[0xa1][0x15][0x96]meW*8-[0xb6]>[0xed][0xf4][0xc7]w[0xe6]8[0x8c];9[0xdb]&`[0xbc][0x84]m]f&[0xe3][0xbd]f&[0xbb][0xc5][0xca][0xe]l,I\[0xde][0xb4][0x99][0xf0][0xab][0xd3]I[0xc2]O_o[0xd9]fwnh[0x87][0xe9][0xf4][0x1a];R[0xae][0xc0]t[0xc2]Hm6[0x1c]K[0xc6][0xde]d ;`Q[0xd3][0xb5]G[0x94][0xb6]*[0x95]N[0xc][0xae][0xdb][0xc4][\r]KW[0xa7][0x8c]L[0xe6][0x2]wW[0x85]|[0xc1][0xa3]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xfe]/[0xda][0xd3]zkv'[0xcc][0xe1][0xac][0x95][0xb6]3*[0xbe][0xc2]q[0xc2]1[0x8d][0xac][0xd9][0xeb]b[0xce][0x8e]5U3[0xe7][0x9][0x13]{6eh[0xc5][0xd5]<[0x9c]ur[0x89]l[0xda][0xe9][0xb4]e[0xf][0xd1][0x14][0xcc][0xad][0xd8][0xb5][0xd6]2SI[0xdf]z[0xc0]2[0x1c][0x9a]c[0xa1]OBg*e[0xf6][0x1b][0xa9][0xe][0xa7]?7d[0xda][0xd9][0x92]j[0x94][0x19][0xec][0x93][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]}[0xdb][0x1d][0xb3]/E[0xb4][0xb8][0x8b],w1l;[0x9d]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0]u[0xa5]k*[0xd0]:[0xc5][0x1e][0xae][0x11]M[0x9a][0xbe][0xb9][0x8a][0xa9]6[0xfa]M[0xb5][0xb0]4[0x12][0xc9][0x96][0x9d]4w+P:[0xa9][0xb3]i$[0x6][0x14]Tc[0xca][0x10]9[0x90][0x8a][0xaf][0x95]s#ig[0xb0][0xa8]S[0x8d][0xb5][0x90]v,([0x9d][0xcb]Z[0xa9]x'Q[\r]Z[0x8a]ks<}[0xcd][0xa4][0xbb];[0xb3]j[0xd4][0xa7][0xf3][0xc][0xdf][0x99][0xf5]VF[0xec]>S<[0xed][0xde][0xa2][0x93][0x6]7[0xec]D[0x5][0xa7]K[0xe]:[0xba][0x9c]w[0xa3][0xc3]E[0xee][0xb5]W[0x80][0xae][0x98][0xea]EV[0x12]U[0xed]7[0xb3][0xdd]n [0x95][0xf3][0xa2][0x14]Ja[0xd1][0xaf][0xb0][0xe3][0xcc])[0x98][0xa8][0xcb][0xcc][0xe][0xa4][0x93][0xcb][0xab]B[0x85][0x86][0xdc]E[0x5]MS[0xc6]a[0xf0][0xef]2RV[0x92][0xf6][0xf4][0x11][0x92][0xb3][0xb1]JKJ[0xcc][0x86]L[0xc7]IK[0xc6]X4[0xc9]$[0x13][0xea][0xf4][0xe]8[0xe9][0x11][0xb1][0x9c]{[0xff][0xba][0x1e][0xab][0xdf]6[0xb2]9a[0xed][0xe2]J[0xd0]C[0x1d][0x13]Y[0xd3][0x8a]z[0x15][0xdc][0xac][0xa0][0xde]v[0xb3][0xc4][0x86][0xbe]M[0x19]b[0xd5][0xe7]2&[0x3]#i%[0x84][0x9c]5[0x17]uJ[0x14][0x8a][0x97][0xdd][0x4][0xa0]`[0xe3]d[[0xc6][0xc9][0x1b][0xab][0xcf]J[0xb8]\[0x8f]31t[0xbb]c[0xf2][0xf5][0xd0][0xf6][0xea][0x11][0xa6]IX[0x89][0xa7]lo[0xb5]`848=O[0xe][0x14][0xf2]PG)[0xd6][0xa8][0xf4][0xc2]X[0x93]?[0xf1]N[0xc4]a|b[0x1b]O[0xcf][0xe5][0xe9][0x8e][0xc3]p>Z[0xe4][0x95][0x9f][0xf5]+&M[0xbe],[0xd6]F[0xdd][0xc4][0x91][0xe9]p[0xcc][0x92]d[0x5][0xb5][0xb1][0xa6]m[0xb4]rO:[0xe7]$[0xe8][0x15][0x9][0x8d][0xa6][0xa9][0xa4][0xdb]6QD[0xc5]W5|[\r]_W[0xf1][\r][\r][0xdf][0xc4]s[0x1a]:[0xf1]-[\r][0xdf][0xc6][0xd5]*[0xbe][0xa3][0xe1][0xbb]x[0x9e][0xd1][[0x19][0x95][0x1a][0xbe][0x87][0xef]kX[0x83][0xb5][0x1a]R[0x18][0xd2]p.[0xce][0xd3]p-[0xae][0xd3][0xb0][0x5][0x9b]4l[0x96][0xe6][0x7][0xf8][0xa1][0x8a][0x1f]i[0xf8]1~[0xa2][0xe1][\r][0xb8][0x9a][0xe4][0x9d][0xc0])eC[0x5][0xc7]TF[0xcc][0xaa][0x9c][0x95]J[0x9a][0x8e]h[0xf2]S[0x5]][[0x9c][0xb4][0xdd][0xaf][0x17]H[0xa6][0xa7][0xfb][0xf4][0x89][0x17]R7[0xec][0xa4]~v[0xe9]Bz[0xc1]8m[0x93][0xa7][0xf4]D:g[0xd3]V[0xed][0xba][0x86][0x9f][0xe1][0xe7][0xd2][0xfc]B[0xc1][0xb1]-:%[)![0xb7][0xf][0xb5]]gzl[0xd3][0xf0]K[0xb9]X'~[0xa5][0xe2][0xd7]r[0x9][0xde][0xe8]7[0xf8][0xad][0x8a][0xdf]i[0xf8][0xbd]\[0xf4][0xf][0xd8][0xa4][0xe0][0xa4][0xa9][0xf9]N[0xc3][0x1f][0xf1][0x82][0x8a]?[0xd1]1SN[0xd6]*[0xfe][0xac][0xe1]/[0xf8][0xab][0x86][0xbf][0xe1]y[\r]/[0xe2][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x1c][0xf9]u[0xa1][0xb7][0xda][0xf5]^g[0x94]v[0xd4][0xb3]i=cfy[0x9d][0x19][0xfa][0x8]=[0xaf]g[0x7]L[0x9d][0xd1][0x9b]3]3[0xfc][0x83][0x14][0xe6][0x94][0x91][0xd5][0xad][0x8c]N2[0xb9][0xcb][0x8e][0xd5]?[0xc0][0x1e][0x93][0xac][0x1e][0xd3][0xf0]O[0xe1][0xc3][0xbf]0[0xc4]GG[0xb7][0x98][0x85]L#)[0x1e][0xd0][0xf0]o<[0xc7][0xe0]nj[0x13][0x3][0xfd]G[0xc5]K[0x1a][0xe]"[0xa3])`[0x83][0xdd]`[0xc][0xcd][0xe9][0xb4][0xdd]<[0xe1][0xf7][0x85]+Z[0xac];[0xf7][0xb0].b[0x0][0xb6][0xe9][0x1b]S[0xa6][0x91]1u&[0x13]:Yw[0x1f]-}[0x87][0x99][0x1d]1M[?[0xd9][0xf5][0xbb][0xa6](J[\r][0xf3][0xcd][0x4]R[0x8c][0x17]mr/c[0xee]"[0xae]$[0xa2]6j[0xe2]N[0xc9]@[0x1f]J;[0xa6][0xdc][0xd8][0xd6][0xd3]|nxA[0xa5][0x16]W([0x98]w[0x84]X[0xd7][0x94][0x80][0x12][0xd4][0x94][0x10][0xae]Sp[0xce][0xff][0xa3][0xce][0xe1][0x9b];[0x19][0xa6][0xfa]A[0xa6][0xb4]CQ[0xac][0x93]S[0x16]m|[0x99][0xab][0xe4][0x1a]y[0x1][0x14][0x9c][0xf2][0xf2][0xeb]&:[0x97][0x99][0xac][0xb7][0xf8][0x1a]+81v[0xe8][0xbc][[0xda][0xc6]d4[0xff][0x88][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0xeb]h^o8[0xab][0xec][0xad]-[0x2][0xcd][0x8e]M[0x9a][0x94][0x97][0xe6]([0x9e][0xf5][0xab]9[0xad][0x87][0x98][0xb9]x[0x1c][0xf5]wR[0xce]8[0xb4]}l[0x8e][0xda]W[0x12]4[0x8d]z[0x2]'@[0xa5][0x18][\r]'[0xb9]B[0xb4][0xc2]!OH[0x11]:[0xca][0x13][0x9b]K[0xd0]g[0xf0]+[0xbb][0xa6]/[0xce]cZ[0x9e][0x9f][0x87][0x10][0xce]c[0xc6][0x4]p[0xc8]]n[0xf6][0x1]N[0xaf][0x2][0xb8][0xa5][0x8][0xa8]<[0x8b] [0xea][0xf8][0xad][0xa5]~3[0xd7]7[0xbb]&[0x12][0xd0][0x3]w[0xe3][0xd4]G[0x11][0xdd][0xfa](fm[0x1d][0xc7][0xec]hC[0x1e]G[0x17]V[0xf3]8&z,G[0xee].[0x19]4r[0x90][0xc7][0x9c]q[0x1c][0xf7]DA[0xab][0x9a]<[0x8e][0xef][0xe2][0xe6][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][[0xf7][0xe3][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xc4]^v[0xe6])x[0x12]z{[0xa0]1[0x90][0xc7][0xfc][0xf6]`cp[0x16][0x16][0xe4]q[0xc2][0x93]X[0xd0][0x1e]j[0xa4]W[0xf8][0xfb]r[0x99][0xda][0x18]l[0x11][0xe4][0x6][0xf5][0x94][0x1a][0xe7]z[0xdc][0x8e];[0xe8][0x8f]Z[0xd7][0x98][0xed][0xf4][0x13][0x10][0xa7][0x89]N[0xc6],,![0xf3]N[0xa7][0xe3][0xcf][0xc0] W[0x1c],[0xc7][0x95]X[0xc1][0x13]+y[0xe6]\[0x9e]:[0xb]{p6^[0xc2]y[0x8a]0R[0x1c][0xb0][0x9d][0xa6][0xdd][0x83]$.[0xc4]V[0x84]y[0xe2]&l[0xc3]ED[0xbb][0x92][0xdb]q1[0x9d]u=v[0xe1][0x12][0x18][0xe4][0xc1] n[0xc5][0xe]$[0xe8][0xa2]-[0xb8][0x97]gLa[0x8]k[0x94][0x82][0xf3][0x82][0xc4][0xed]C?5[0xdc][0x88][0x7]1[0x0][0x8b][0xee][0xdb][0xe9][0xb9][0xb8][0xb0]6[0xe8][0xa3][0xa3][0xd0][0x98][0xa5]9{[0xe7][0xbb][0xfa][0x17][0xe8][0x18][0xa4]I"[0x95]L[0xe9][0xf6]1%[0xe8][0x9][0xb][0xc0]F[0xda];[0xdc][0xc5][0xdd][0xc2][0xfd]F[0xcf][0x3][0xc][0x99]W[0x8a]u[0xf3]XZ[0xb0]_%`[0x8f]/`[0x1a]K[0x1][0xd3][0x88]a\[0xca][0xf5][0x0][0xad][0x90][0xf1][0xb8][0x9c][0xf4][0xa0][0xa3][0x12][0x87][0xa7][0x16]c[0x85][0xfd]e[0x12][0x90][0xb5][0xbe][0x80][0xbc][0x90][0xaa]m[0xa5][0x92][0xdb][0x18][0x1d][0xdb]}[0xf8][0xd1][0x12]~[0x14]Y[0xd7]:;K[0x97][0x91][0x99][0x1c]{[0xbb]\[0xfd]F[0x88][0xb3][0xbb]([0xb9][0xa6][0x8e][0xba][0xaa][0xb4]n|q[0xf3]8Ns%+'J[0x0]t[0xb5][0xb8][0x14],[0xd2][0xdd][0xe2][0xd2]W[0xb8][0xea][0x11][0xf8][0x6][0xe9]y[0xc][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0xe6][0x97][0xd8][`n[0xa8]!t[0x17]f4[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0x81][0xe4]^[0x9c][0xdf][0xec][0x8f][0xa0][0xd3]i[0xaf][0x86][0x90][0x4][0xcc][0x19][0xec][0xb5][0x94]b[0xa9][0xbd]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xcb][0xc3]i?[0x96]3T[0xc7]P[0xdf][0xda][0x10][0xda][0xde][0x16][0xb8]d[0xc3][0xd8][0xc1]L[0xed][0xb2]@C[0xa0][0xf5][0xc0]=[0xc8][0xb5]6[0x4][0xda][0x96][0x5][0x1b][0x82]{[0xd0]Z&g[0x85][0xc8][0x9][0x8][0xd2][0x99][0x93][0x90][0xda][0x1b][0x82][0x81][0xbd]Xz[0x88][0xfd]+[0xa5][0x17][0x94][0xde][0x92][0x8a][0x93][0xd7][0x4][0x94][0xb1][0x83]7N[0xb8]e[0x1d][0xcd][0xb][0x12]7H[0xea]j[0xa4][0xed]L[0x12]w[0xe][0x1d]z:i[0xdb]EG\L[0x8a][0x8e][0x91]E[0x1f][0xa3][0xdb][0x1f][0xa0][0xe3][0x1f][0xa3][0xdb][0x9f][0xa2][0xf9][0x9f][0xa6]S^[0xa0]K^[0xc4][0x88][0x12][0xc3][0xa5]J[0x1b]./[0x5]J[0x17]q$[0x14]BD[0x19]qC![0x88][0x5][0xb8][0xc5][\r][0x85][0x0]O[0xf7]a[0x94][0xab]A&[0xee]Qw_[0x0]3[0x95][0xb9]nP[0xd4]`[0x8e]2[0x1b][0x97][0xe1][0xb5]n[0xc8][0xc4][0x8b][0xa4]`o[0x82][0x14]B[0x98][0xc2][0xfe]A[0xa1][0x8e][0xbb]VN[0x8f][0xcb]q[0x85][0xc7][0xf9]v[0x8f][0x98]!![0xe3]Y[0x95][0x4][0xbf][0xca]G[0xc0]P[0x89][0x80]![0xbc][0x8e]A-[0x4][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xaf][0xc][0xbc][0xda][0xc7]qv%[0xcc][0xb5]U[0x2][0xaf]F~*{[0xd1]q[0xaa][0x97][0xe9][0xeb]%[0xe7][0xb9]T[0xeb][0xa8][0x84][0xb8][0xc1][0x7]Q[0xef]A[0x14][0xee]s[\r][0xff][0xf9][0x8b][0xdc][0xd3]c[0x85][0xa7]GT([0xbe][0x1f][0xab][0x14]&%50[0x86]@[0xed]}[0x15][0x88]7[0xfb][0x10][0xa3]%[0xa5][0xde][0xe8][0xb6][0xd7][0xe3]5[0xfc]F[0xb8][0xb6][0x80]~}[0xf5]Iu[0xff][0x5]PK[0x7][0x8][0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.class[0xad]S[/[0x3]A[0x14][0xfe][0xa6][0x17]K[0x15]U[0xf7]k[0xd2]741$[0x12][0xf][0xc5][0x83]K[0x13][0x94][0x8a]K[0xc5][0xe3]tM[0x98][0xda][0xee][0xc8][0xec]V[0xf0][0xab]x[0x92][0x90][0xf8][0x1]~[0x94]8[0xbb]m#[0xf4][0xa1]!}[0xd8][0xf3][0x9d]s[0xe6];[0xdf][0xd9]93[0xf3][0xf1][0xf9][0xfa][0xe]`[0x19][0xb3][0x9][0xc4]1ja,[0x81][0x8][0xc6]-LX[0x98][0xb4]0[0xc5][0xd0][0xb5][0xa6]\[0xe5]o0D[0xe7][0xe6]K[0xc][0xb1]-})[0x19][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0x95][0x87][0xb5]jY[0x9a]SQv([0x93].h[8%aT[0x10]7[0x92]1[0xff]Zy[0xc][0x7][0x5]m[0xae]x[0xa5]FB[0xdc][0xd4]\W[0x1a][0x8f][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#[0xaa][0xd2][0x97]F=[0xca]K[0xbe][0xe9]h[0xfb]f[0xef][0x8c][0x8]+[[0x8e][0xf0][0xbc][0xe3][0x90]u[0xae][0xfc][0xeb][0xa3]&[0xcf][0xcb][0xb][0xdb][0xd7][0xe6]![0xc7][0x90][0xb1][0x8d][0x14][0xbe][0xac][0x93][0xf2][0xda][0x9c]J[0xcf][0xff][0xc9]e([0xce][0xb5]m[0xda]Z[0x96][0x9b]o)[0xe2][0xf5].[0xb9]`3[0xc4]gX[0xf9][0x8f].Cb[0xe7][0xde][0x96][0xb7][0xbe][0xd2][0xae]ga[0x9a][0xe2][0x13]]3[0xb6][0xcc][0xab]`NK[0xd8][0xff]bE[0xdc][0x89]$,t3lwb[0xae][0x81][0xd6][0xc][0xc3]~[0x7][0xcf][0x88]![0x15][0xfc]%w[0x84]{[0xc5][0x8b][0xe5][0x8a][0xb4]ip[0xab][0xed][0x1a]|[0xcb]4N[0xb6])[0x96]m[0xad][0xac][0xd2]5t[0xf8].[0xa5][0x94]p[0xd4][0xa3][0x8][0x6][0xbb]c[0x8c]6[0xd4][0xe7]'_B[0x6]1z[0x4]t[0xe5][0xe9]ED[0x8]i[0xc4]d{([0xe2][0x84][0x8c]0[0xbe][0xf0][0x2][0xf6][0x1c].'[0xc8]v[0x85][0xc9]$zC[0x1b][0x12][0x8][0xfb][0x8][0x19][0xfa]1@[0xac][0xa0]x[0x1d]Q[0xf2][0x80][0x9e]7D.[0xb2]/[0x88]>[0xfd][0x12]H[0x85][0x2][0xa3]uRC [0xf0]R[0x18][0xa4][0xf5]4[0xf9]1[0xc2]![0xfa][0x86][0xc3][0xca][0x91]/PK[0x7][0x8][0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.class[0x85]NAJ[0x3]A[0x10][0xac][0x8e]1[0xab][0x89][0x7][0x1f][0xe0][0xc5][Dp[0xc8])[0x87][0x9c][0x13][0x10][0x2][0x11]#xn'M[0x9c]e3[0x13]zg[0x83][0xe6]i9[0xf8][0x0][0x1f]%[0xce][0x9a][0x88][0x87]E[0xd2][0xd0]tWSU][0x9f]_[0xbb][0xf][0x0][0x3]\d8[0xcf][0xd0]%\[[0x15][0x8e][0xf2]Xy/:[0x9][0xfa]$e|v[0xf1][0xf5][0x81][0x95]W[0x12]EK[0xc2][0xac]?[\r][0xba]4y[0xe5]]4[0xfa][0xc3],[0xcd][0xfa][0x97][0xe0][0xb6][0xb2]0M[0xd9][0xe8][0xa6]!2[0xfb]/#Bw[0xfc]fe[0x1d]][0xf0]e[0x86]^[0xc2][0xf3]P[0xa9][0x95][0x89]+[0x84]p[0xf5]gr[0x88][0xc5]6[0x6]}[0xbf][0xcb]y[0xc3][0x84][0xe1][0xb1],[0xff][0xc8][0x9][0x97][0xb5][0x81])[0xd8]/[0xcd][0xec]%[0x17][0x1b][0x9][0xb7]M[0xb3]UXHa[0xee][0xd3][0xc9]q[0xe1][0xb6]\[0xa7][0x1c][0xab][0x6][0xed][0x10][0x8]-[0xd4]Em[0xc2][0x9][0xda][0x9][0x9f]&T[0xcf]N[0xea],[0xed]-[0x9c]}[0x3]PK[0x7][0x8]t[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/parameterized/TestWithParameters.class[0xad]UkS[0x1b]e[0x14]~[0x96]\6,[0xb][0xa5][0xe1]V.[0x85][0x14]*[0x84]\H[0xd1][0xaa]Eh+`+TJ[0xa8] [0x98]Z[0x95]%l[0x93][0xc5][0xcd]&[0xdd][0xdd]T[0xeb]?a[0xfc]l[0x1d]g[0xf8]`g$tdF[0xfd][0xd6][0x19][0x94][0xe3]9[0xbb][0x9b][0x10][0x92][0xa8]u[0xc6][0xc9][0xe4][0xe4][0xbc][0xef][0xb9]=[0xe7][0xf6][0xe6][0x8f]?[0xf9][0x15][0xc0],[0x9e]H[0x18][0xc5]J[0x8][0xab][0x12][0xba]q/[0x84][0x8f]BXk'[0xf6]>[0x93]u[0x11]i[0x9]!lHx[0x80][0x8f][0xf9]fS[0xc2][0x16]>[0x91][0xb0][0xcd]d[0xd4]%;">[0xe5][0xeb][0xc][0x1f]2,[0xcb][0x88]x([0xa1][0x17]+|[0xf8][0x8c][0xb9]G!|[0x1e][0xc2][0x17][0xcc]~[0xc9]dW[0x84]"a[0x4]{"[0xb2][0x2][0xfc][0x86]RP[0x5][0x84][0xd7][0xe][0x94][0xa7]JJW[0x8c]\j[0xd3]65#7/[0xa0][0xdd]V-{YW,K[0xc0][0xc4]Z[0xd1][0xcc][0xa5][0xe][0xca][0x86]f[0xa7][0xcc][0xb2]a[0xa8][0xa6][0x95]*[0x14][0xf7]U=[0xb5]UU"[0xb][0xa9][0xa4][0x98][0xe4][0xcf]&[0xa9][0x80]n[0xd7]g[0xd9][0xd6][0xf4][0xd4][0x9a]f[0xd9][0xec]qS[0xcb][0x19][0x8a]]6)[0xe4][0xd5][0x6][0xf1]B[0x1d][0x84][0xf4][0xde][0x81][0x9a][0xb5][0xe7]o[0x91]IpA[0xa3][0x98][0xb7][0x4][0xac]D[0x9b]1[0xbe][0x6][0xa8]F[0x10][0xd3][0xdb][0x94][0xf4]2)[0x9][0xb8][0xb0][0xa6][0x19][0xea]z[0xb9][0xb0][0xa7][0x9a][[0xca][0x9e][0xee][0x94][0xa1][0x98]U[0xf4]m[0xc5][0xd4][0xf8][0xec]][0xfa][0xed][0xbc]F[0xe9]\o[0x11][0xac][0x96][0xae][0xf6][0xad][0xba][0xef][0x4][0xdd][0xd1][0xec][0xfc]F[0xad][0x8][0x84][0xbf][0xff][0xbc][0xcb]g[0xa5][0xaa][0xdb]G[0xff]K>-[0xab][0xc6]9[0x8a]9[0xd5]^wz[0xdb][0x1b][0x9d]n[0xd5]][0x99][0x14][0xb6][0xce][0x1a][0xfc][0x6]i[0xbd]N[0x8b];[0xc9]l[0xa3][0xae][0xcb][0xe1][0xaa][0xf7][0xfa]>O6][0xfe]MwCy[0xc5][0xca][0xbb][0xdd][0xf0]E[0xa7]W[0x5][0x4]J[0xa6][0xc6][0xa0][0x5][0xe2][0x83][0xa6]j[0x95]u[0x9b][0x18][0xf5]IY[0xd1])X_[0xb4][0xd9][0xcd][0xf4]C[0xb2]-[0xee][0x1d][0x9c][0x1f]bOH[0xe][0x8b]v^5)[0x92]]tS[0xa7][0xd2][0x18]E{[0xbd][0xac][0xeb][0x2][0xa6]Z[0xf8]k[0xae][0x15][0x97]3[0xf0]T[0xd1][0xcb][0x84]K,[0xa8][0x96][0xa5][0xe4][0x88][0x93]6[0x8b]e3[0xab][0xde][0xd5][0xb8][0x99][0x3][0xcd][0xbd][0x9f]a?2[0xa6][0xb0]O-[0xd8][0xca][0xab][0x11][0xde][0xb4][0x88]fE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]e[0x91][0xdb][0x19][0x19]KX[0x16]0[0xc4]2[0xde][0xb4]H[0x96]K\[0xaf]!`[0x98][0x85]gK[0x15]QL[0xb5][0xce]~[0xc][0x11][0x19]W0.[0xa0][0xe7][0xac][0xda][0x8b][0xa6][0xa9]<[0xe3][0x92]slU[0xc4]c[0x19]9[0xe4]eL[0xe0][0xaa][0x8]M[0xc6][0xbb][0xb8]![0xe2]@[0xc6]W[0xa0][0x2][0xbc][0xf9][0xdf]gZ[0xc6][0x2]nR[0xc6][0x8d]eZ*k[0xfa][0xbe]j[0xca][0xb8][0x86]Y[0x19][0x5][0x18][0x2][0xda]"S[0xd4][0x95][0xa9][0xc8][0xd7][0xe4][0xa0]>[0xb][0x16][0x17]e,bV[0xc0][0xe8][0x99][0x1f][0xee][0xc9]FQ3H[0xe7][0xce]7Y[0xb5]dkE[0x83][0x93]([0xd1][[0xd2][0xd8]&g^[0xa8]/[0x83][0xd1][0xba]A[.[0xea]:[0xc9][0xc8][0xcc][0xe9]Y_+[0x9]?Le[0x83][0xe6]Z{[0xec]l$WJ[0xc0]x[0xb4][0xe9][0x9d]h[0x9e][0xea][0xee][0xc6][0x94][0x5]\[0xf9][0xd7][0x95][0xa1][0xc9][0xa3][0x8d][0xf1][0xd8][0x9e]s[0xab]X][0xa9][0xa0]R*[0xa9][0x6][0x8d]I[0xb2][0xc5][0x93][0xd0][0xbc][0xbb]^[0xa1][0xe7][0x1b][0xf4][0xab][0xeb][0xf0][0xf][0xfa]}[0xad][0xfc]o[0xd3][0x4]u[0xd3][0xdf][0x7][0xe0]C[0x98]G[0x8a][0xb8]0O[0x95][0xf3]KS[0x3]z[0x1c][0x88]o[0xc3]$[0xfd][0x1f][0xd1][0xce] J[0xfc]4[0xdd]<[0x87][0x9f]>[0xc0][0xb5][0xd8][0x9][0x84]x[0xb8][0xed]%|[0x89][0xb0][0x9f]h2[0x1c] [0x1a][0x8b][0x1f]#[0x18]K[0x1c]C[0x8c][0x9d]"[0x94]I[0x9e][0xa0][0xfd]%[0xa4]ct[0xbc]pb[0xc5][0x88][0x8e][0x93]G`[0x90][0xbc][0xc]A[0xc2]0[0xe1][0x18]A?.[0x13]7J8[0xc6][0x90]"[0x1a]'[0x8d][0x98][0x1b][0x7][0x9]$[0x1][0x87]c[0x9c][0x82][0xc3]1[0xd2]6[0x87]c[0xac]>[0xcc][0x10]/{[0xb2][0x9][0xc2][0xec][0xf3][0xd0][0xa7][0xe8][0x8e]F[0x93](c[0xe7][0x13][0xeb][0x4]b?#[0xf8][0x93][0xa3][0xc0][0x80][0x82][0xce][0xe5][0x84][0x13][0xd4]u[0x12][0xf0][0x82][0xd2][0xae][0xe0][0xad][0x16][0xc6]b[0xa3][0xf1]TK[0xe3][0xeb]x[0xdb][0xab]Z[0xbd]qG[0xa3]q[0xbc][0x85][0xb1][0xb][0xff][0x1d][0xba][0xa3][0xd5][0xf5][0x10][0x94][0xe8][0xc6]G[0xbf][0x93][0x17][0xe7][0xbe][[0x18][0xe6][0x1c]*[0x90]wo[0xe][0x8f][0xe4][0x19]R[0x5][0x9d]U[0xbe][0xa3][0x82][0xae][0xdd][0xa3]Z[0x94][0xb0]WH?[0x15][0xa2][0x8b]2[0x1a][0xa2][0x9c]8b[0xc4][0xf5][0xe6]E[0xf4]SI[0xe7][0xf0][0x1e][0xc5][0xea][0xc2]%[0xcc][0x13][0xd7]F<[0xad][0xbd][0x17][0xfd]G/z:[0x16][0x8e][0x80][0xff]([0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xdf]Q[0xac][0x82][0xb]q[0xfa]~[0xcf][0x87][0xf8][0xef][0xe8][0xbe][0xcf][0xb8][0x12][0xe][0xb6][0x8b][0x87][0x98]`4[0x9][0x7]Q[0xf8][0x10]}[0x8c]3[0xe1]`[0xed]9[0x84][0xe8][0xff][0x1]~[0xdf][0x19]Lw.nP[0x9][0xe6] [0x12][0x80][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x89][[0x4][0xe6]6A^[0xa4][0xee]/[0xd5][0xc1]N[0xd7][0xe6]"M:[0xb7][0x9][0xe4][0x18][0xa5][0xf8]>[0xdd]1[0xec][0xc5]Z[0xcf]w[0x9c]3[0x90][0xa3]*[0xc8][0xa8][0xc8]b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0xc9]{[0xc5]([0xb][0x1c][0xa8]F[0x90][0x9b][0xf5][0x10][0x2][0xea]l[0xb1][0xa8][3[0xa6]V.[0xeb][0xb4][0xba][0xb0][0xb][0xb9]r[0xdd]u[0xa8][0x15][0x1e][0xb9][0xf6]7s[0xd8]\[0xab][0xf1][0xb8][0xf8]z[0xd0][0xa9]|~j[0x9a][0xf8][0x87][0x96]u[0xdb][0xf5][0xbe][0x9c])Yy[0xbd]l;[0x19][0x8]LF]Q[0xac]u[0x99][9q[0x9f]r[0x99][0x89][0xba][0xd5]T,[0xbb][0xaa]=[0xd0][0x12][0xa6]V\N[0xcc][0xda][0xba]%q[0x88][0x1c][0xbc]a,[0x17]5{[0xdd]"[0xd9][0xe9]W[0xc5][0xa9][0xd1][0xec][0xad][0xa6][0xa8][0xbb][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8b][0xb6][0xfb][0xf1][0xa7]^[0x1a][0xdf][0x5]Xc[0xb0]n[0x1b]f"k[0x94]m[0x6][0xbe][0xd9]~[0x8]R[0xdd][0xe][0x90]r[0xa5]ti[0xa3][0xa0][0xaf]I[0xf]'[0xa1][0xfd][0xb5][0x84]\j[0x9f][0xdd][0x83]Jn[0x8e][0xdd][0xda][0xd2][0x92]![0x91]5[0xf3][0x92]e[0x95],Bu[0xef][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "kn[0xe9][0x8e][0xb7]%[0x88][0x80][0xc7][0x18]b[0xb1][0xbb][0xd0][0x9c]/S[0xa9][0xcd][0xa0][0xdd][0xe0]>[0xd8][0x6]u[0xd2][0xaa]fM[0xae]5[0xa6][0xc3]mK[0xe6][0xa5][0xc0][0x2][0xd9]W[0x11][0xe9][0xe5][0xa0][0x13]/[0x87][0xdb][0xa5]2z[0xb5][0x9d]5 [0x10]k[0xbb]\[0xd8][0x87][0xf4][0xaa][0x6][0x9d][\r](y[0xc2]Y[0x1d].[0xbe]5[0xed][0xd4]Z[0xc5][0xdc]2[0xec][0x15][0x81][0x81][0x96][0x81][0xe6]]6[0xf4][0x9]5[0x80][0x5][0x8e][0xb9]@[0x1b][0xfb].nt[0xf0]i[0x96][0xc5][0xf]>p[0xa7][0x1d][S/[0xd2]V[0xcc][0xb2]r[0xb7][0xf3]M[0x8d][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xd5][0x1f][0x8d][0xee][0xe1][0xd0]([0xf8]B[0x0][0x2][0x89][0xdd][0x8e][0xa4][0xab][0xf5][0x9d][0x9a][0x92][0x1d][0xde][0xb3]q[0x92][0xb1][0xf6][0xe2]%[0x10]H[0x15][0xcc][0xea]5[0x91]J[0xe5][0x93][0xc9][0xb6][0xca]d[0xda]E}nqU/[0xc8]B[0x9][0xdd]([0xad][[0x5]=c[0xc8]s[0x17]i[0x15]pLz[0xa9][0x88][0xe0] [0xcb][0xaa]!F[0xda][0xb2][0xb4]M[0xa9][0x88][0x8a]![0x1c]W`[0xaa][0xb8][0x8f][0xa2][0x82][0x92][0x8a]5|[0xa9][0xc2][0x82][0xd5][0x8a][0x1][0xde][0xc6]1[0x8e][0x3]M;[0x83][0x80][0xf][0xf2][0xf4]r[0xe7][0x1d][0xee]y0[0xcc]5[0x8f]O}[0x1d][0xe7]l[0x4][0xa3][0x9c][0xc9]p[0xff]r[0xec][0xe0]x[0xfe])[0xbc][0xb7][0x9f][0xc0]w5>[0xf2][0x18][0xfe]-t[0x8][0xe4]NlA[0x11][0xf8][0x5][0x3][0x9c][0x4][0x4][0x9e]#[0x98][0xf4][0xc5]#[0xbe]'[0x8]%[0xfd][0xa3][0x11][0x1a][0x85]=[0xb8][0xf5][0xf0][0xc5]?[0xa3][0xbf][0xd5]i[0x1e]t[0xc0][0xce] [0x80][0xb3][0x18][0xc6]8[0x12][0x98][0xc0]9[0xfe]Ma[0xd2][0xa1]>[0xcd][0xf7][0x9][0xfe] ?[0x81]1[0xd2][0x1d][0xc6]~[0xae]N[0x92]q/)[0x9e][0xc2]i[0xa2][0x90]J519{[0x97]X[0xc2]A;K[0xf][0x8f][0x93]l[0x9c][0xf6][0x15][0x8c][0xf1]:[0xc6][0x84][0xcc][0xda][0xf1][0xa4][0x0]U[0xfb]q[0xda]WR>[0xc7]6[0xa4]J[0xca]"[0xc7](a[0xee]/[0xd6]R[0x1e][0xd9][0x82]*[0xd3]}6[0xee][0xf3][0x8e][0xfb][0xfb][0xfc]}[0xbe]_[0x91]9[0xd1][0xe7]?[0x9d][0xec][0x88]tla[0x9f]@R[0x89]([0xbd][0xe8]|[0x8c][0xae][0xe7][0xe8]L[0x6]"[0x81][0xbf]p[0xe4]wtG[0x2][0x8f][0xb1]?[0x19][0x8c]G[0x82][0x14][0xad]'[0x19][0x1a][0x8d][0x84]*[0xa2][0xfc][0xec][0x17][0xf]_l[0xb9]t[0x89]#[0xe4][0xf0][0xb]P[0x81]A\[0xa0][0xfc]i[0xf2][0x99][0xe1][0xea]".#[0x83]k|.pu[0xf]W[0x1c][0x9d][0xd6][0xc8][0xf0]2z[0x90][0xa4]rA[0xbe][\r]"[0xc5][0xfc]C[0xf4][0x1b]#[0xca]4kf[0x92][0x1a]][0xc0]{D[0x1c]d[0xf6]i[0xbc]Oe[0xbb]h9CD/[0xf5][0xbc][0x8a]K[0xc4][0xf5][0xb1][0xd6]>[0xa4][0xb2][0x19]*[0xc5][0x8c][0xeb][0xca].:[0xba]Ke[0x17]\[0xca][0x9e][0xa1]U%[0xd6]x=[0xd6][0x7][0x8c]U[0xf1][0x1c][0xac]{N[0xd4]=[0x1b][0x1a]_[0xee][0x6][0xab][0xf8]J[0xb5][0x8a][0xe5][0xe8][0xa9]V[0xb1]h][0xc5][0xfd][0x15][0x83]:%?[0xb2]$-v[0xd6]3C[0xe5][0xea][0xc7]c[0xd0][0xf1][0x2][0xc2]O[0xd1][0xcb][0x8f]w[0xe0][0xf]t?rNS[0x3]~[0x94][0xc1]*[0x9c][0xe6][0xf0][0x91]3^[0xc3]Q[0x8e]=[0x9c][0xf5]a[0x5]G|![0xcc]rDw[0xe0]PK[0x7][0x8][0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.class[0xb5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xd9][0x96]nY[0x97][0xf][0xf9]RD[0x11][0x2]H[0xbf]d[[0x15][0x11][0xa9]D[0x83][0x12]I[0x1a]I[0x84][0x10][0xaf][0x8c][0xdb]vR[0x97],[0xbb]fw[0xb6][0xe1]g[0xe9][\r][0x18]/[0x8c][0xd7][0xfe]([0xe3][0x99]em[0xd7][0xda][0x84][0x5][0xb5][0x17]3[0x9d][0x99]s[0x9e]w[0xce][0x99]3[0xb3][0xdf]|[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa0][0x82][0xaa][0x6][0x15]y[\r]Y[0x14]4[0x14]Q[0xd2]p[0x17]+*[0xc]9]VqO[0xc5]}[0x86]L[0xd5]r,[0xb1][0xc9][0x90][0xca][0xe5][0xf][0x18][0xd2][n[0x93]3[0x8c][0xd4],[0x87][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xea][0xdc][0xdb]7[0xeb]6[0xcd][0x8c][0xd5][0xdc][0x86]i[0x1f][0x98][0x9e]%[0xc7][0xd1]dZ[0xbc][0xb7]|[0x86][0xe1]-[0xdb][0xf4][0xfd][0x3][0xd3][0xb6][0x9a][0xa6]p=[0x6]}[0xc7]q[0xb8][0x17][0xce]rZ_[0xaf][0xb9]^[0xcb]8[0xc]H[0xc8]h[0xff][0xb2]2[0x9e]9[0x8e]+La[0xb9]N[0xd7]u[0xf1]w[0xd2][0x6][0xc3]L[0x8b][0x8b][0xc8]Rj[0xfa][0xdb][0xae][0xb7][0xcf]}[0x11][0xda][0x11]9[0x17]C{[0x81]T[0xf5][0x8d]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]6:V[0x1b][0xf9][0xda][0xa1][0xd9]6[\r][0xdb]tZ[0xc6][0x8e][0xe0][0x9e][0xe4][0x10]yPt9[0xb][0x9]0[0xe4][0xb1]g[0xb5][0x1c]S[0x4][0x1e][0x85][0xfe][0xf6][0xb2][0xca][0xd5][0x4]~[0x9b]$6[0x1e]e[0x8a][0xc7][0xa2][0xef][0x91][0xed][0x97][0xcb]n[0xee][0x92][0xef]/[0x10][0x96]m[0xd4],_[0xc8][0x18][0xdb][0xdd]c[0xcc]'[0xd6]b[0x8][0xfe][0xeb][0xc6][0xaa][0xb1]D[0xbe]8n[0xf0][0xf][0x92][0x18][0xa6][0xe9][0xdd]?[0xd0][0x8d]e[0xb8]_J[0x94][0xe3][0xb2]l*[0xc]K[0x89][0x10]*[0x1e]0[0x80][0xc1]8ok[0xb1][0xba][0xaf]l[0xc8][0xdb]W[0xba][0x88][0x3][0xc3]DL5v[0xfb][0x9a][0xc9])[0xfd][0x0]I[0xb]T[0xdb]s[0x3][0xaf][0xc1][0xb7]-Y[0x97][0xd3][0xfd][0xf0]+2[0x95]:[0x6][0xa1][0xc9]fA[0xc5][0xaa][0x8e][0x87]XS[0xf1]H[0xc7]:[0x1e]3[0xcc][0x9f][0xab][0xa4][0xe3]:[0xa6]U[0x90][0xdc][0xda]%[0xdf][0x10][0x86]'[0x95][0xe][0x86]B[0xf2]Ca[0x98][0xec][0x96][0xcf][0x96]k[0xdb][0xbc][0x11][0x9a]0[0xc][0xf9][0x96][0xd3][0xb2][0xb9]p[0x1d]YU[0xc][0x8b][0xb9]XI[0xef][0xd6][0xf][0xc9][0xb0]_[0xed]-',n[0x86][0xa9][0x9e][0xf7][0x82]7[0xa3][0xb7]m[0xf5][0x2]/U\:[0x97]4l[0xcc][0xd1][0x7]%[0xb][0xf9][0x1b][0x80]"[0x8f][0x9b][0x8a][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0xca]4[0xa2][0x9b][0x80]L[0x81][0x9d]B[0xf9]D[0xff][0x14][0xe8]r[0x1c][0xce][0xee]b[0x88]Z[0xfd][0xcc][0x2][0xc3][0xb8][0x1a][0x12][0xc6]0NV[0xd2]{[0x9d]V[0x14][0xc9],~F[0xea]c[0x8f][0xf3][0xeb][0xd0]y[0xea][0xcc][0xa0][0xe3]<[0x80][0x9]L[0xd2][0xfa]Th}[0x8d]Z[0xaa][0x9e][0x8][0xf7][0x9c][0xfa][0x94][0xf4]/[0x96]N[0x90][0xee][0xe5][0xbd][0x9]ysg[0x16][0x1d]^[0x6]70[0x13]mP[0x92][0x95][0x88]|s[0xf4])[0x91]oEa[0xbe]$/[0xe9][0xa7][0x15][0x8a][0xa5]o[0x18]8A[0xa6][0x97][0xbe][0x1b][0xa3]k[0x1d][0xba][0x86][0xd9][0x88][0xae][0xe1]6[0xad]*[0xa3][0x90][0xd7]$[0xa2]v[0xc2]/[0x9c][0x82][0xf5][0xcf][0xdd][0x9f][0xe1][0xcf]b[0x91][0xd6]S[0xd1]6[0xef]`9[0xec]s 2[0x85][0x92][0xa2]s[0xaa]`[0x84][0xe4][0xe6][0xa9][0xc7]h[0x96]N[0xad][0x82][0xa5][0xb4][0xf6][0x13]PK[0x7][0x8]Y4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.class[0xb5][0x95][S[0xd3]@[0x14][0xc7][0xff][0xdb][ F@@[0x14][0xf1][0x2]"[0xd0][0x9b][0x84][0x8a][0x8a][0xd0][0xc2][0xe8][0xa8][0x1d][0x99][0xe9][0xf8][0x2][0xc3][0xb3][0xa1]][0xeb]BH[0x9c]\[0x90][0xf1]S[0xe9][0xb][0xcc][0xf8][0xe0][0xf8][0xec][0x87]r<[0x9b][0xc6]6[0xd6]0[0x4]T[0x1e]6[0xec][0xee]9[0xbf][0xff][0x9e]s[0xf6]l[0xbf][0xff][0xf8][0xf2][0x15]@[0x5][0x1b]*[0x14][0x94]T[0xc][0xa0][0xac][0xe2]>[0x16]U[0xe8]XRP[0x91][0xcb][0xf][0x14]m[0x86][0x8f][0xff]?[0xa0]Z[0xa4][0x14]/[0x8f][0x9a][0xfc][0xbd][0xc4][0x6]9~[0xf3][0xf][0xc4]#[0xe5][0x89]Ke[0xea]hI[0xe][0x15][0x86][0xb9]D[0x8][0x5][0x8f][0x19][0xc0][0xa0][0x9f]u[0xb4]H[0xe7]T[0xaa][0xb2][0xcb][0xe7]q`[0x18][0x8f][0xa8]F[0xfa]W$[0xa7][0xc4][0x1][0xce]u[0xc5][0xd5]-[0xdb]w[0x9a][0xbc].[0xe4][0xcd][0x9e][0x8c][0xd3]X[0x94][0xf9][0xd4]0[0x8]U[0xe]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V4<[0xc1][0xaa][0x82]5[\r]U[0xd4][0x18][0xe6][0x93][0xc9]i[0xb8][0x8e]I[0x5][0xeb][0xc]+[0x17]|[0x8f][0x18][0xd6][0xff]*1[0xc][0xc5][0xe4][0xe5]a[0x98]9[0xf3][0x85][0xa1]w[0xb9][0xf7]>[0xf2]VpZ[0xb9][0x98][0x8f][0xb9][0x84][0xb][0x9]o9[0xc3]D[0xdf][0xab][0x13][0x82][0x19][0xd6][0x12][0xf7]t[0x8c]~>i[0xe8][0x98][0xa6][0x1f][0xa8][0x1][0xc8][0xbf],R[0xb2][0xee][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]h[0xb6]D3[0xea][0xb][0xe4][0x8a][0xec][0x4][0xa9][0xcf][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0x9c][0x7][0xab][0xfb][0xb8]L[0xa3][0xd6][0xb1][0xc0][0x10][0xae][0x4][0x84]Q[0x8c][0x91][0x95][0xf4]^[0xa5][0x9d][0x94]d[0x96][0x8e][0x91][0xfe][0xd4][0xe7]l[0x7][0xce][0x13][0x1d][0x83][0xae]s[0x16][0xe3][0xb8]J[0xfb][0x13][0x81][0xf5]5[0x1a][0xe9][0x6][0x85][0xb8][0x17][0xf4]MK[0xff]R[0xf9][0x18][0x99]~[0x9e][0x1f][0xf0][0xa6];[0x16]]^[0xe]70[0x15][0x1e][0xf0]&n[0x91]G[0x87]|{[0xe4])[0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0x16]K[0xe5]o[0xc8][0x1e]#[0xd7]O[0xdf][0x8f][0xd0][0xd5].][0xa5][0x95][0xe]][0xc5][0xc][0xee]"5[0x2][0xd9]/![0xb5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]~[0xf1][0x4],>w[0x86]?[0x8d]y[0xda]O[0x87][0xc7][0xcc][0xa3][0x10]|[0x8b] 2[0x85][0x92][0xa6]:-c[0x98][0xe4]f[0xe9][0x8b][0x91][0x1][0xaa][0xda]2[0x16]2[0xea]OPK[0x7][0x8][0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.class[0xbd][0x95]]S[0xd3]@[0x14][0x86][0xdf]mK[0x3]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x82][0x88][0x1f] "[0xfd][0x92][0xb4][0xe2][0x7][0xd0][0xc2][0xe8][0xa0][0x8c][0xcc]To`[0xb8][0xe2][0xc2][0x85][0xee][0x94]`[0x9a]8IZ[0x99][0xf1]O[0xe9][\r][0xcc]x[0xe1]x[0xed][0x8f]r<[0x9b][0x84]6[0xd6]"[0x1][0x1d]{[0xb1][0xe9]n[0xce]y[0xde]=[0xe7][0xec][0x9e]|[0xff][0xf1][0xe5]+[0x80][0x12]VU([0xc8][0xab][0xe8]GA[0xc5][0x3][0xcc][0xab][0xd0]QTP[0x92][0xcb][0xf][0x15])j[0xc1]viu8[0xd3][0xe3] [0xce][0xc5]<[0xe9][0xc][0xe3]][0xdd][0xe7][0x84][0xcc]P>[0xbd][0xfd][0xc5]h,[0x99][0xb8][0xd1]c[0x8a][0xbe]V[0xfd][0x90][0xbf]>$d[0xf1][0xe9]B\[0xa2]Y[0x91]ft;[0x90][0xce][0xb1]c$>[0xd3][0xbf][0x4]49[0xf7]Wwp[0x99]F-[0xb0][0xc0][0x15]\[0xf5][0x9][0xc3][0x18]!+[0xe9][0xbd]Do[0x12][0x92][0x99]?B[0xf2]S[0x97]3[0xf7][0x9d][0xc7][0x2][0x83][0xb6]s[0x1f]Fq[0x8d][0xde][0x8f][0xf9][0xd6][0xe3]4[0xd2])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q/[0xe8][0x99][0x94][0xfe][0xf9][0xc2][0x11]R[0xdd][0xbc][0xba][0xcf][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xda][0xbc]4n`2[0xdc][0xe0]M[0xdc]"[0x8f][0x80]|{[0xe8][0x19][0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0xe6][0xf2][0x85]o[0xe8];B[0xba][0x9b][0xbe][0x13][0xa1][0xab]m[0xba]J+[0x1]][0xc5]4[0xee]"1[0x4]yiBj;[0xfc][0xdc]1X[0xef][0xdc][0xfd][0x1e][0xfe][0x14][0xee][0xd3][0xfb]d[0xb8][0xcd][0xc][0xb2][0xfe]3[0x7]"S(I[0xaa][0xd3][0x2][0x6]In[0x86][0x9e][0x18][0xea][0xa7][0xaa]-`.[0xa5][0xfe][0x4]PK[0x7][0x8][0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator.class[0xa5]V]S[0xd3]@[0x14]=[0xdb][0xa6]M[0x1b][0x2][0x94]"*[0xf8][\r][0xa8][0xa5]|DT[0x10]i[0xad]V>[0x14]-[0xa0][0xb4][0xa2][0x95][0xa7][0xd0]f LL[0x98]$E[0xfd])[0xfe][0x2]_EgDdt|[0xf6][0xcd]g[0xff][0x8b]z7[0x4]Z,[0xce]t[0xe4]![0xd9][0xcd][0xdd][0xdd]s[0xce][0xbd]{[0xf7]n[0xbe][0xff][0xfa][0xfc][0x15][0xc0]0[0x96]$[0xb4]cL[0xc4]M[0x9][0x1][0x8c]E[0x11][0xc7]x[0x13]RH7[0xe1][0x16]2[0xfc]u[[0xc4][0x1d][0x9][0x11]d[0xb9][0xf9][0xae][0x88][0x9][0x9]M[0x98][0x14]1%[0xa1][0x99][0xb7][0xd3][0x12]Z1)[0xe1][0x1e][0xee][0x8b][0x98][0x11][0xf1]@[0xc4]C[0x11]9[0x6]0[0xc8]3[0xa6][0xa9][0xd9][0x13][0x86][0xea]8[0x9a][0xc3][0xd0]2[0xad]kFyQ5[0xf4][0xb2][0xea]Z6C[0xeb][0xac][0xe6][0xae]Z[0xb5][0x96][0x16]or[0x8d][0xe1]X[0xd6]4-Wu[0xd5]eC[0xab]1K[0x8b][0xd9][0xdc][0xcc]d[0xb6]0[0xbf][0x90]g[0x88][0xe5][0xd6][0xd4][\r]U[0xa9][0xb8][0xba][0xa1][0xe4]t[0xc7]M1D[0xf3][0xfa][0x8a][0xa9][0xba][0x15][c([0xfc]5[0x9c][0xce]Y[0xf6][0x8a][0xb2]V1uW[0xd9][0xd8][0x83]T|[0x1e][0xdd]2[0xab][0xf4][0xbd][0x87][0x91][0xa7][0x93][0x99]T[0x86]([0xc2]i[0x9d][0x10]2[0xc][0xc1]D[0xdf]"[0x83]0a[0x95][0x89][0xac]5[0xa7][0x9b][0xda]\[0xe5][0xc5][0xb2]f[0x17][0xf8]2[0x86]x[0xce]*[0xa9][0xc6][0xa2]j[0xeb][0xfc][0xdb]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xaa]N[0x11]I6,[0x85][0x8][0xdb][0xfc][0x19]ZAs\/N[0xc]#[0x89][0x1a][0x4][0xbb][0xc2][0xc3][0xed](/H[0x89][0xa1][0xec][0xcf]J[0xf5][0xd5][0xc7]'[0xa6][0x96][0xcb]:gP[0x8d])[0xdb][0xb6]l[0x82][0x8a]nT[0xc3]{[0xfb]h!"[0x82][0x80][0xde]K[0x9b]WC<[0xe3]j[0xb6]?[0x16]u[0xab][0xe][0xf4]4[0xa0][0x9f][0xe4][0xfa]"[0x88]zO[0xee][0xf1][0x83]a}[0xbd][0xbe][0x17][0xda][0xcb]u[0xdb][0xed]}[0x1b][0xaa][0xb9][0xa2]L[0xbd]*i[0xeb][0x1c][0xc5][0xdb][0xc1][0xbb]GO[0x4][0x86][0xdc][0xff][0xec][0xc0][0xbf]5E[0xd2]%[0xc3][0xcf]+)oU[0xec][0x92]6[0xad]s[0xaf]:[0xf][0x93]5[0xc4]Qd[0x9c][0xc7][0x5][0x86][0xf6]*C[0xd6][0xb6][0xd5][0xd7][0x9c]F[0xc6]i[0x9c][0x11]1+c[0xe][0xf3]"[0x1e][0xc9]x[0x8c][0x5][0x19]y[0x14][0x18]n[0x1d][0xc9]w[0x19][0x97][0x91][0x90][0xf1][0x4][0x94][0xf9]7[0x1a]F:x[0xb8][0xb9][0xf0][0xa7][0xc]c[\r]/[0xaf][0xab][0x16][0x8d]3[0x1f][0xac]<"[0x9e][0xc9]([0xe2]9C[0xa2]Q[0x4][0xca][0xc1][0xea][0x96][0xcd]/[0xaf]i%[0x97][0xe1][0xd2]a[0xab][0xf7]w[0xbd]fm[0xb2]a[0xa1][0xc3]T[0x3][0xf][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x84][0xee][0x9f][0x1d][0xca][0xfa]D[0xdf][0xe1]g*^oe[0x10]WUgN{[0xe5]z5[0x8a][0xbc][0x15]L[0xef][0xe3][0xd8][0x1e]H[0x8d]3[0xbc][0xa0]QM[0xc8][0x1a][0x6][0xe5]Z[0xa2][0x86]c[0xc2]2[0xc][0x1a][0xe7][0xf9][0xc9]![0x94]D[0xe3][0x87]f8[0xc5][0xb]c[0xec][0xaf][0xc4]t8[0x93][0xb3][0xeb][0xd9][0xc5][0xc4]R[0xbd][0x92][0xba]rE[0xd7]T[0x9c]n)[0x12]NO[0x17][0xcf]ij[0xcf][0xd2][0xf5][0x15][0xc0]9[0x4][0xa9]O[0x7][0x80][0xde][0xdd]d[0xb9]F-]=[0x8]%[0xb7][0xc0]6[0xbd])=[0xf4][0xe6][0x97][0x1b][0xd0][0x1][0x1]/[0xd1]K=yw[0x12].[0xe2][0x12][0xf8]EE[0xc9]L38[0xc0][0xf]j[0xc3][0xd4][0xa6]v[0x10](n!8[0xfb][0x1e][0xc2]6B[0xc]s[0x83][0xdb][0x8]3[0xbc]A7uD[0x86]o[0x88][0x8c][0xb][0x9d]B[0xff]GD[0xc7]C[0x3][0x9d][0xa1]mH[0x1]<}[0xfb][0xfb][0xe7][0xc0];Z[0x1e][0xf4]h[0xbb]<[0xa8]n[0xba]={[0x88][0xaa][0x17][0x83]D7Jd7[0x89][0x8e][0xcb][0xc8][0xd0][0xf8] [0xa2][0xe8]#[0x8f][0xb8][0x98]6$[0xd1]O"[0xdb]h|[0x80]F[0x82]\[0x88]/[0x92][0xf7][0x86][0xa0][0x90][0xd8][0x8]yy[0x85]V[0x4](. [0xdf][0x83]>[0xc6][0xd5]}[0x8c]k[0x84][0xb1];[0xeb]*[0xcd][0xda][0x8d][0xd4]u[0xb2][0x8c][0xec][0xc7]i[0xd2]S[0x6][0xc][0x84][0xbf] R[0xc][0xee][0xa0][0xa9][0xc8][0xb6] [0xe7][0x8b][0xc2][0xe][0x9a]y[0xb7]%_[0xc][0xed][0xa0][0x95]wc[0xf9]Oh[0xfb][0x0]a[0xd3][0xb][0x15][0xf7]+[0xec][0x85][0xef]8[0xa1][0x8e]z[0xd8]7p[0x82][0xda]$[0xf1]w[0xd0]N![0x16][0xa1]_[0x82]8N[0x82][0xff]"[0xc4][0xd1][0x9][0xfe][0xcb][0x10][0xa7]h[0xf0][0xff][0x88]8N[0x9][0xd2][0x1f]PK[0x7][0x8][0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/PublicClassValidator.class[0x9d]T[0xdb]N[0xdb]@[0x10]=K[0x2][0xe][0xc1][0x14][0x1a]n[0xa5]7B[0xb9][0x19]([0xb8]7zK[0xa0][0x85]@%$+[0xa9]H[0x14][0x89][0xbe] '[0xb1][0xc2]"[0xc7][0x8e][0xec]5j?[0xa5][0x1][0xad][0x4][0xa8]H[0xfd][0x80]~T[0xd5]Y'$[0x8]R[0x15][0xf5][0xc1];[0xbb][0xb3]3gf[0xce][0x8c][0xf7][0xd7][0xef][0x1f]?[0x1]<[0xc5]V[0x1c][0x83][0x98][0x89]c[0x16]s[0xbd][0x18][0x80][0xa6]`^[0xc1]B[0x1c][0xdd][0x98][0x89]aQ[0xca][0xc7][0xf2]r)[0x86]ey[0xd0][0xe3][0x88][0xe2]I[0x9c][0x1c][0x9f][0xc9][0xe5][0xb9][0x82][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x14][0xbc]d[0x18][0xce][0xe6][0xf6][0x8a][0xeb][0xc6][0xf6][0xe6]za;[0x97][0xdd][0xdb][0xda][0xd9][0xc9][0xed][0xe4][0x19][0x6][0x8d][0x3][0xf3][0xd0][0xd4][0x3][0xc1]m[0xdd][0xe0][0xbe]H1[0xf4][0xe6]y[0xd5]1E[0xe0]Y[0xc]sW[0xae][0xd3][0x8d][0xb3]m:U}[0xeb]s[0xd9][0xaa][0xb][0xee]:[0xa9]5[0xf2][0xea]Is[0x87][0x8b]5[0x86][0x88]6_d[0x88]f[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xf][0x18][0xdc][0xb1][0xb2]A[0xad]dy[0x5][0xb3]d[0x93]&a[0xb8]e[0xd3].[0x9a][0x1e][0x97][0xe7][0xa6]2*[0xf6][0xb9][0xcf][0xb0]`[0xb8]^U?[0x8][0x8]H?4m^1[0x85][0xeb][0xe9][0x1f][0x83][0x92][0xcd][0xcb][0x19][0xdb][0xf4][0xfd][0xe2][0x85][0x92][0x2][0xde]nZX[0x5][0xcb][0x17][0xe1]-[0xc3][0x8a]v[0x9][0xc1][0xb][0x1c][0xc7][0xf2]|[0xbd]F[0x99][0xd8]z[0xcb]*5[0xdf][0xa1]d[0xd1][0xc6][0x98][0xba][0x1][0x4][0x83][0xf1]?[0x91][0xfe][0xce]^,][0xb6][0x9b][0xfc][0xc5][0xf3]n[0xe0][0x95][0xad][0xf]\[0x12]3[0xde][0xa9][0xf8]e[0x89][0xa2]b[0x14]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xa9]x[0x8d]7*[0x12][0x18]b[0x18][0xea][0x0][0xcf]0[0xd6][0xd6][0xe6][0x85][0xc7][0x9d][0xea]F[0xc0][0xed][0x8a][0xe5]Q[0xa8][0xc2][0xbe][0x95],K[0xec][0xa4][0x8a][0xb7]H[0xa9]Hc[0x95][0x9a][0x96][0xe4]~[0xd2]qE[0xb2][0x1e][0x6]_V[0xb1][0x86]U[0x19][0xef][0x9d][0x82][0xf7]*[0xd6][0xb1][0xa1]"[0x83]M[0x6][0xed][0xa6][0xed][0xa2]9k'[0x91]+[0x1d]Xe[0xc1]0[0xdb][0xc9][0xbb]E[0xde]%[0xdf][0xc9]2M[0x4]r[0xbf][0x11]8[0x1c][0xc0]O4[0x8f]f[0xbd]n9[0x15][0x86]%[0xcd][0xb8]J[0xc0]Ec[0xae]sB[0xad]P[0xaa][0x96][0xc8][0x9a]5"X[0xbb]n'{%[0xdc][0xc6][0x9e]a[0xa4][0x13]6M[0xff]H[0xbb][0xef][0x19][0xd7][0xb6][0xa9]\[0xea][0x4]e[0xd9][0xef][0x93][0x85]m[0x9][0xd7][0x91][0xe3][0xc0]0}[0xd9][0xbf][0xc1]K[0xc7][0xf1][0xb4]ju[0xf1][0xa5][0xe1][0x92][0xd0][0xae][0x19]`[0x92][0x9e][0x86]A[0xd0]/A[0xdf]]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x87][0xe9][0xfd][0xe8][0xc2][0x8]"[0xb4][0xa7]I[0xa1][0xf5][0xe]it[0x92][0x8c]d[0xf7][0xc2])[0xd8]qh2NkO[0xa8][0x1c] g@m[0x18][0xe0][0x1e][0xee][0x93]dx[0x80][0x87]d%[0x9d]k[0xf4][0xb8]t[0xc9]gi[0xf1][0x4]]_[0xa1]|C[0xe4][0xe8][0x1c][0xd1][0xdd]st[0xef][0x9e][0xa2]'[0xa1][0x9c] FW[0xbd]$[0x12]qZN[0xd0]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xc][0xfd]G[0xad]@[0xb7]([0x1f]P[0x18][0x85][0xe0][0xfb][0x8]Z[0x6][0x1c]m[0x80]6[0x3][0xca][0xdd][0x4][0x92][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x11][0xc3][0xa3]V[0xfe][0x13]ar[0x80]r[0x86][[0xdf][0x11]9[0xe]3lW I[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xa6][0xff][0x0]PK[0x7][0x8][0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/validator/TestClassValidator.class[0x9d][0x8e][0xbd]n[0xc2]@[0x10][0x84]g[0xf9][0xb1][0xf9]iH[0x95]7[0x88][0x92][0x86][0x13][0x5][0x95][0x11][\r]"[0x95][0xa5][0x14][0x8e][0xd2]_[0xec][0x93]u[0xd6]q[0x87][0xee][0xc7][0xe2][0xd9](x[0x0][0x1e]*[0xca][0x11]+[0xa6]H[0x97][0xad]f[0xb4][0xb3][0xdf][0xec][0xf5][0xeb]|[0x1][0xb0][0xc2]<[0xc5]4[0xc5][0x8c][0xf0][0xd0]r%+[0xee][0xc5][0xbb]p~[0xa7][0xb8]s[0x84][0xf5]snl[0xcd][0x9a][0xa0][0xa5]g6h-[0xac]c[0x7]S[0x9][0xc5][0xfa]T[0xf6][0x92]7[0xbc][0xe5],x[0xa9]X.[0x9d][0xcf][0x8][0xd3]B[0xd6][0x9a][0xfb]`[0x5]![0xff][0xf]c[0xd3]y[0xc5]u[0xcd][0xf6][0xa7]R[0x1c][0xbd]4:[0xdb]F[0xf4][0xac]0[0xc1][0x96][0xe2]U[0xaa][0xc8]~[0xec][0x9][0x1f][0xdd][0xf3][0xc6].o[0x87][0x84][0xa7]{g[0xfb][0xbb]b[0xd3][0x84][0xc5][0xbd][0xe8][0xed][0xb3][0x11][0xa5]O[0x8][0x84][0x1]nC#[0xc2][0x10][0xa3][0xe8][0xc7][0xd1][\r][0x90]D[0x95][0xfe][0xa8][0xc9]7PK[0x7][0x8]V<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/validator/ValidateWith.class[0x85][0x91][0xcd]J[0x3]1[0x14][0x85]O[0xea][0xd4][0xb1][0xf5][0xaf][0xa3]+WvU[0x14][0xc1][0xe0][0xba]E[0x11]Q([0xd4][0x1f][0xa6]Z[0xd7][0xe9][0xf4]2[0xcd][0x10][0x13][0x98][0xc9][0x14]|5[0x17]>[0x80][0xf]%[0xde][0x8a]:[0x5]+..97[0xe7][0xf0][0xdd]\[0xf2][0xf6][0xfe][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x4];![0xb6]C[0xb4]BD[0x2][0xf5][0x99]2%[0x9][0xec][0x1e][0x1c][0xe]25S[0xd2]([0x9b][0xca][0xb][0xa3][0x8a][0xa2]+[0xd0][0x18][0xea][0xd4]*_[0xe6][0x9c]8[0xfb][0x9d][0xe8][0x1d][\r]\[0x9e][0xca][0xac][0xb4][0xda]K[0x6][0xe9][0x89][0xf2].[0x97][0xe7][0xd6]:[0xaf][0xbc]vv[0xf4]}[0xd7]=eZs[0xe8][0xca]<[0xa1]+m[0x18][0x17]}y[0xf4][0xa8][0xfd][0xf4]x[0xe][0x16][0xd8][0x8b]K[0xeb][0xf5][0x13][0x8d]t[0xa1][0xc7][0x86]*N![0xd0]^[0x18][0xae]~[0xc][0x19][0x93]';W[0xcc][0xef][0xfc][0x13][0xb9]sF'[0xcf][0x1c][0xc][0xe3][0x87][0x9b][0xfb][0xfe][0xf5][0xe5][0x9f][0xd4][0xbe][0x9d]R[0xae]=M8[0xdc]^[0xb6][0xe2][0xe2][0xe3][0x5]Z[0x15][0xe4]v[0x9c]Q[0xe2][0x5][0xf6][0x97]r[0xab][0x8d]:[0x2][0x2]5[0xae][0x15][0xfe][0x12][0x11][0x8][0x4][0xa8]s[0xb7][0xca]][\r]![0xd7][0xda][0xa7]j[0xa0][0xc9]g[0xc4]j[0x9d][0xdd][0x80][0xb0][0x81]Ml[0x1][0x1f]PK[0x7][0x8][0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]EO[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0x4][0x0][0x0]LICENSE-junit.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x15][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]ET[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x1b][0x0][0x0]junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x1b][0x0][0x0]junit/extensions/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x1b][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "junit/extensions/ActiveTestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed][0x1d][0x0][0x0]junit/extensions/ActiveTestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]![0x0][0x0]junit/extensions/RepeatedTest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Etp![0x19][0xf][0x2][0x0][0x0][0xc][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]$[0x0][0x0]junit/extensions/TestDecorator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:'[0x0][0x0]junit/extensions/TestSetup$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ep[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n)[0x0][0x0]junit/extensions/TestSetup.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6]+[0x0][0x0]junit/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]+[0x0][0x0]junit/framework/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]5[0x0][0x0]junit/framework/AssertionFailedError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9c][0xa5][0xc1][0x9a]*[0x5][0x0][0x0]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]7[0x0][0x0]junit/framework/ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc][0xb1][0xc4][0xc1]/[0x2][0x0][0x0]T[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T=[0x0][0x0]junit/framework/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ez[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8]?[0x0][0x0]junit/framework/JUnit4TestAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5]F[0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0]I[0x0][0x0]junit/framework/JUnit4TestAdapterCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]O[0x0][0x0]junit/framework/JUnit4TestCaseFacade.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5R[0x0][0x0]junit/framework/Protectable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]S[0x0][0x0]junit/framework/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]S[0x0][0x0]junit/framework/TestCase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ec[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m_[0x0][0x0]junit/framework/TestFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]b[0x0][0x0]junit/framework/TestListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EY[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]c[0x0][0x0]junit/framework/TestResult$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4]e[0x0][0x0]junit/framework/TestResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EQ[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ym[0x0][0x0]junit/framework/TestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Po[0x0][0x0]junit/framework/TestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x~[0x0][0x0]junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x80][0xa5][0x98][0xcc]![0x11][0x0][0x0][0x6]#[0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]~[0x0][0x0]junit/runner/BaseTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x90][0x0][0x0]junit/runner/TestRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x91][0x0][0x0]junit/runner/Version.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0xb4]XWY[0xf3][0x0][0x0][0x0][0xc4][0x3][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x93][0x0][0x0]junit/runner/logo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0x94][0x0][0x0]junit/runner/smalllogo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x95][0x0][0x0]junit/textui/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x95][0x0][0x0]junit/textui/ResultPrinter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]EC[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x9e][0x0][0x0]junit/textui/TestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xa8][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0xa9][0x0][0x0]org/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xa9][0x0][0x0]org/junit/After.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]Eh[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xaa][0x0][0x0]org/junit/AfterClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xab][0x0][0x0]org/junit/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xbb][0x0][0x0]org/junit/Assume.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EcTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xc0][0x0][0x0]org/junit/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0xc2][0x0][0x0]org/junit/Before.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc3][0x0][0x0]org/junit/BeforeClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14]x[0x95][0x8b][0xf2][0x0][0x0][0x0][0x8a][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xc5][0x0][0x0]org/junit/ClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xc6][0x0][0x0]org/junit/ComparisonFailure$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0xc7][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xcb][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Er[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7][0xd0][0x0][0x0]org/junit/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xd3][0x0][0x0]org/junit/FixMethodOrder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd5][0x0][0x0]org/junit/Ignore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xd6][0x0][0x0]org/junit/Rule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]ETJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0xd7][0x0][0x0]org/junit/Test$None.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Es[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xd8][0x0][0x0]org/junit/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xda][0x0][0x0]org/junit/experimental/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EX[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xda][0x0][0x0]org/junit/experimental/ParallelComputer$1.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xde][0x0][0x0]org/junit/experimental/ParallelComputer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xe1][0x0][0x0]org/junit/experimental/categories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xe2][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xec][0x0][0x0]org/junit/experimental/categories/Categories$ExcludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E*B[0xbb][0xca]K[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xee][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xf0][0x0][0x0]org/junit/experimental/categories/Categories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EQ[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xf8][0x0][0x0]org/junit/experimental/categories/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xfa][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xfe][0x0][0x0]org/junit/experimental/categories/CategoryValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x4][0x1][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x7][0x1][0x0]org/junit/experimental/categories/ExcludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x9][0x1][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xc][0x1][0x0]org/junit/experimental/categories/IncludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0xe][0x1][0x0]org/junit/experimental/max/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xe][0x1][0x0]org/junit/experimental/max/CouldNotReadCoreException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E,[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x10][0x1][0x0]org/junit/experimental/max/MaxCore$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x12][0x1][0x0]org/junit/experimental/max/MaxCore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x14][0x1][0x0]org/junit/experimental/max/MaxCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0x1f][0x1][0x0]org/junit/experimental/max/MaxHistory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x83][0xd4][0xc6]+*[0x4][0x0][0x0]|[0x9][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf] [0x1][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v%[0x1][0x0]org/junit/experimental/max/MaxHistory$TestComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&)[0x1][0x0]org/junit/experimental/max/MaxHistory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L0[0x1][0x0]org/junit/experimental/results/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]0[0x1][0x0]org/junit/experimental/results/FailureList.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eo[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]3[0x1][0x0]org/junit/experimental/results/PrintableResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]8[0x1][0x0]org/junit/experimental/results/ResultMatchers$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb][0xbd]W[0xc5][0xe7][0x2][0x0][0x0][0xe2][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y;[0x1][0x0]org/junit/experimental/results/ResultMatchers$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eb[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3]>[0x1][0x0]org/junit/experimental/results/ResultMatchers$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]A[0x1][0x0]org/junit/experimental/results/ResultMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]BD[0x1][0x0]org/junit/experimental/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]D[0x1][0x0]org/junit/experimental/runners/Enclosed.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]H[0x1][0x0]org/junit/experimental/theories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]kH[0x1][0x0]org/junit/experimental/theories/DataPoint.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*J[0x1][0x0]org/junit/experimental/theories/DataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb]K[0x1][0x0]org/junit/experimental/theories/FromDataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ET4[0xc3][0xd4][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xb7][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]M[0x1][0x0]org/junit/experimental/theories/ParameterSignature.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x1b][0xe1][0xb2]J[0x1][0x0][0x0]{[0x2][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]X[0x1][0x0]org/junit/experimental/theories/ParameterSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EV[0xa5][0x1c]aL[0x1][0x0][0x0]A[0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]Y[0x1][0x0]org/junit/experimental/theories/ParametersSuppliedBy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf0]~1[0xed][0x2][0x0][0x0][0xe7][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]X[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]^[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$CouldNotGenerateValueException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]`[0x1][0x0]org/junit/experimental/theories/PotentialAssignment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]c[0x1][0x0]org/junit/experimental/theo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ries/Theories$TheoryAnchor$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ewd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]f[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]k[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Er[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]n[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EL[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]w[0x1][0x0]org/junit/experimental/theories/Theories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ee[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x82][0x1][0x0]org/junit/experimental/theories/Theory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0x83][0x1][0x0]org/junit/experimental/theories/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ep[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x83][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]V[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x85][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EXV[0x10]![0x7][\r][0x0][0x0][0xf5]#[0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x89][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x97][0x1][0x0]org/junit/experimental/theories/internal/Assignments.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xa1][0x1][0x0]org/junit/experimental/theories/internal/BooleanSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa4][0x1][0x0]org/junit/experimental/theories/internal/EnumSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EtX[0x1f]_[0x97][0x4][0x0][0x0][0xe3][0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0xa7][0x1][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xac][0x1][0x0]org/junit/experimental/theories/internal/SpecificDataPointsSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xb1][0x1][0x0]org/junit/experimental/theories/suppliers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xb2][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOn.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E;[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xb3][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xb7][0x1][0x0]org/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ER[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89][0xb7][0x1][0x0]org/junit/internal/ArrayComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb5]1o[0xc2][0x86][0x4][0x0][0x0][0x3][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9][0xbb][0x1][0x0]org/junit/internal/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xc0][0x1][0x0]org/junit/internal/Classes.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xc2][0x1][0x0]org/junit/internal/ComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xc8][0x1][0x0]org/junit/internal/ExactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xc9][0x1][0x0]org/junit/internal/InexactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcc][0x1][0x0]org/junit/internal/JUnitSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EQ[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0xcd][0x1][0x0]org/junit/internal/MethodSorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xd0][0x1][0x0]org/junit/internal/MethodSorter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xd2][0x1][0x0]org/junit/internal/MethodSorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xd6][0x1][0x0]org/junit/internal/RealSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xd8][0x1][0x0]org/junit/internal/TextListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xdf][0x1][0x0]org/junit/internal/Throwables.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0xe1][0x1][0x0]org/junit/internal/builders/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xe1][0x1][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EO$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xe5][0x1][0x0]org/junit/internal/builders/AnnotatedBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb1][0x9a][0x88][0xba][0xba][0x1][0x0][0x0]p[0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xeb][0x1][0x0]org/junit/internal/builders/IgnoredBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xed][0x1][0x0]org/junit/internal/builders/IgnoredClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0xef][0x1][0x0]org/junit/internal/builders/JUnit3Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf2][0x1][0x0]org/junit/internal/builders/JUnit4Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf4][0x1][0x0]org/junit/internal/builders/NullBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0xf6][0x1][0x0]org/junit/internal/builders/SuiteMethodBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xf8][0x1][0x0]org/junit/internal/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[\r][0xe4]{q[0x4][0x0][0x0][0x81][0xb][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xf9][0x1][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0xf4][0xfd][0x1][0x0]org/junit/internal/matchers/ThrowableCauseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x2][0x2][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x9b]d[0xb2][0x94]r[0x4][0x0][0x0][0xfb][0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x6][0x2][0x0]org/junit/internal/matchers/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0xb][0x2][0x0]org/junit/internal/requests/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xb][0x2][0x0]org/junit/internal/requests/ClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xe][0x2][0x0]org/junit/internal/requests/FilterRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x11][0x2][0x0]org/junit/internal/requests/SortingRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x13][0x2][0x0]org/junit/internal/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x14][0x2][0x0]org/junit/internal/runners/ClassRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EK[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1a][0x2][0x0]org/junit/internal/runners/ErrorReportingRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc6][0x1f][0x2][0x0]org/junit/internal/runners/FailedBefore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W![0x2][0x0]org/junit/internal/runners/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C$[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R%[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D*[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ea[0x84]~Q[0xb2][0x1][0x0][0x0]w[0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc]4[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14][0xa7][0xc2][0xb8]w[0x2][0x0][0x0][0xcf][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] 6[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eq/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]8[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]C[0x2][0x0]org/junit/internal/runners/MethodRoadie$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf4]d[0x96][0xea][0xea][0x3][0x0][0x0][0xba][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]E[0x2][0x0]org/junit/internal/runners/MethodRoadie$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?J[0x2][0x0]org/junit/internal/runners/MethodRoadie$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x16][0x1e]V[0xb1]@[0x9][0x0][0x0]5[0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]L[0x2][0x0]org/junit/internal/runners/MethodRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EJ[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]U[0x2][0x0]org/junit/internal/runners/MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R][0x2][0x0]org/junit/internal/runners/SuiteMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]a[0x2][0x0]org/junit/internal/runners/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]h[0x2][0x0]org/junit/internal/runners/TestMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zm[0x2][0x0]org/junit/internal/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xcc][0xa6][0xdc][0x9a][0xa7][0x3][0x0][0x0][0xbb][0x8][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]m[0x2][0x0]org/junit/internal/runners/model/EachTestNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]q[0x2][0x0]org/junit/internal/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc]s[0x2][0x0]org/junit/internal/runners/model/ReflectiveCallable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]u[0x2][0x0]org/junit/internal/runners/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]v[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9w[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]U[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa]z[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]~[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EM[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x82][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe2]")k[0xad][0x3][0x0][0x0]/[0x9][0x0][0x0]_[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x85][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x89][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0x8d][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeStatic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x90][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x93][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeA" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa][0x96][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x98][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0xa0][0x2][0x0]org/junit/internal/runners/rules/ValidationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa3][0x2][0x0]org/junit/internal/runners/statements/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa3][0x2][0x0]org/junit/internal/runners/statements/ExpectException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xa7][0x2][0x0]org/junit/internal/runners/statements/Fail.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa9][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xaa][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xab]ig[0xca]>[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xae][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xb1][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xbf][0x2][0x0]org/junit/internal/runners/statements/InvokeMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc1][0x2][0x0]org/junit/internal/runners/statements/RunAfters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xc5][0x2][0x0]org/junit/internal/runners/statements/RunBefores.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xc9][0x2][0x0]org/junit/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xc9][0x2][0x0]org/junit/matchers/JUnitMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xcd][0x2][0x0]org/junit/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0xcd][0x2][0x0]org/junit/rules/DisableOnDebug.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0xd1][0x2][0x0]org/junit/rules/ErrorCollector$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xd4][0x2][0x0]org/junit/rules/ErrorCollector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xd8][0x2][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xdb][0x2][0x0]org/junit/rules/ExpectedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ez4[0xbf]/a[0x3][0x0][0x0][0xb1][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0xe2][0x2][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0xe5][0x2][0x0]org/junit/rules/ExternalResource$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xe8][0x2][0x0]org/junit/rules/ExternalResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xea][0x2][0x0]org/junit/rules/MethodRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xeb][0x2][0x0]org/junit/rules/RuleChain.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xef][0x2][0x0]org/junit/rules/RunRules.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xf2][0x2][0x0]org/junit/rules/Stopwatch$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EF[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xf3][0x2][0x0]org/junit/rules/Stopwatch$Clock.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xf4][0x2][0x0]org/junit/rules/Stopwatch$InternalWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xf8][0x2][0x0]org/junit/rules/Stopwatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xfd][0x2][0x0]org/junit/rules/TemporaryFolder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x4][0x3][0x0]org/junit/rules/TestName.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x6][0x3][0x0]org/junit/rules/TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x7][0x3][0x0]org/junit/rules/TestWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xb][0x3][0x0]org/junit/rules/TestWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ENegz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x10][0x3][0x0]org/junit/rules/TestWatchman$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x13][0x3][0x0]org/junit/rules/TestWatchman.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E3[0xfe][0x13][0x8c][0xfc][0x1][0x0][0x0][0x9f][0x3][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x16][0x3][0x0]org/junit/rules/Timeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x18][0x3][0x0]org/junit/rules/Timeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0x1b][0x3][0x0]org/junit/rules/Timeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y [0x3][0x0]org/junit/rules/Verifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90]"[0x3][0x0]org/junit/rules/Verifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b]$[0x3][0x0]org/junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]$[0x3][0x0]org/junit/runner/Computer$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1'[0x3][0x0]org/junit/runner/Computer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf]WQ[0xac][0x88][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6])[0x3][0x0]org/junit/runner/Describable.classPK[0x1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]*[0x3][0x0]org/junit/runner/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1]7[0x3][0x0]org/junit/runner/FilterFactories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17]<[0x3][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ey[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]=[0x3][0x0]org/junit/runner/FilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe]>[0x3][0x0]org/junit/runner/FilterFactoryParams.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x7]A[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]B[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EJ[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]L[0x3][0x0]org/junit/runner/JUnitCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]S[0x3][0x0]org/junit/runner/Request$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]fU[0x3][0x0]org/junit/runner/Request.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdc]<[0xd4][0xd7][0x9c][0x0][0x0][0x0][0xcb][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][[0x3][0x0]org/junit/runner/Result$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]\[0x3][0x0]org/junit/runner/Result$Listener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]`[0x3][0x0]org/junit/runner/Result$SerializedForm.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]f[0x3][0x0]org/junit/runner/Result.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]vm[0x3][0x0]org/junit/runner/RunWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EB[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]n[0x3][0x0]org/junit/runner/Runner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]p[0x3][0x0]org/junit/runner/manipulation/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]p[0x3][0x0]org/junit/runner/manipulation/Filter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]s[0x3][0x0]org/junit/runner/manipulation/Filter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]nv[0x3][0x0]org/junit/runner/manipulation/Filter$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]y[0x3][0x0]org/junit/runner/manipulation/Filter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf][0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0|[0x3][0x0]org/junit/runner/manipulation/Filterable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];}[0x3][0x0]org/junit/runner/manipulation/NoTestsRemainException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]~[0x3][0x0]org/junit/runner/manipulation/Sortable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x3][0x0]org/junit/runner/manipulation/Sorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0x81][0x3][0x0]org/junit/runner/manipulation/Sorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x84][0x3][0x0]org/junit/runner/notification/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x85][0x3][0x0]org/junit/runner/notification/Failure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0x88][0x3][0x0]org/junit/runner/notification/RunListener$ThreadSafe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xa5]2[-[0xf9][0x1][0x0][0x0]K[0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x8a][0x3][0x0]org/junit/runner/notification/RunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x92]Fn[0x9a][0xf9][0x1][0x0][0x0][0x87][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x8c][0x3][0x0]org/junit/runner/notification/RunNotifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x8f][0x3][0x0]org/junit/runner/notification/RunNotifier$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x91][0x3][0x0]org/junit/runner/notification/RunNotifier$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x93][0x3][0x0]org/junit/runner/notification/RunNotifier$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EO[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0x96][0x3][0x0]org/junit/runner/notification/RunNotifier$5.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x99][0x3][0x0]org/junit/runner/notification/RunNotifier$6.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0x9b][0x3][0x0]org/junit/runner/notification/RunNotifier$7.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]Em[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x9d][0x3][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa2][0x3][0x0]org/junit/runner/notification/RunNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xa9][0x3][0x0]org/junit/runner/notification/StoppedByUserException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0xaa][0x3][0x0]org/junit/runner/notification/SynchronizedRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xaf][0x3][0x0]org/junit/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EB)[0xd8][0xb]D[0x1][0x0][0x0][0xf][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xaf][0x3][0x0]org/junit/runners/AllTests.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ej&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0xb1][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]l[0xb3][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xc5][0x3][0x0]org/junit/runners/JUnit4.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x81][0x8][0x16][0xa9][0xf1][0x2][0x0][0x0]7[0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xc7][0x3][0x0]org/junit/runners/MethodSorters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0xcd][0xb1]s2[0x1][0x0][0x0][0x16][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0xca][0x3][0x0]org/junit/runners/Parameterized$Parameter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcc][0x3][0x0]org/junit/runners/Parameterized$Parameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xcd][0x3][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xcf][0x3][0x0]org/junit/runners/Parameterized.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f][0xdb][0x3][0x0]org/junit/runners/ParentRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xdd][0x3][0x0]org/junit/runners/ParentRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ewr[0x93]8[0xea][0x1][0x0][0x0]*[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2][0xdf][0x3][0x0]org/junit/runners/ParentRunner$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xe2][0x3][0x0]org/junit/runners/ParentRunner$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0xe4][0x3][0x0]org/junit/runners/ParentRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xf8][0x3][0x0]org/junit/runners/Suite$SuiteClasses.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8][0xf9][0x3][0x0]org/junit/runners/Suite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x4][0x0]org/junit/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ea[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x0][0x4][0x0]org/junit/runners/model/Annotatable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EsJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x1][0x4][0x0]org/junit/runners/model/FrameworkField.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x6][0x4][0x0]org/junit/runners/model/FrameworkMember.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x9][0x4][0x0]org/junit/runners/model/FrameworkMethod$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0x8c][0xb6][0x97]_[0x8][0x0][0x0][0x8f][0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xb][0x4][0x0]org/junit/runners/model/FrameworkMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ei|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x14][0x4][0x0]org/junit/runners/model/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0x17][0x4][0x0]org/junit/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ED[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0x1c][0x4][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7"[0x4][0x0]org/junit/runners/model/RunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EA[0xcf][0xb6][0xa4][0x9e][0x0][0x0][0x0][0xcd][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]([0x4][0x0]org/junit/runners/model/RunnerScheduler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Eu[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1])[0x4][0x0]org/junit/runners/model/Statement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R*[0x4][0x0]org/junit/runners/model/TestClass$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EQ[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L+[0x4][0x0]org/junit/runners/model/TestClass$FieldComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]-[0x4][0x0]org/junit/runners/model/TestClass$MethodComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EpS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]0[0x4][0x0]org/junit/runners/model/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x95][0x90]-[0x8e]`[0x2][0x0][0x0]e[0x4][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2]C[0x4][0x0]org/junit/runners/model/TestTimedOutException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3]E[0x4][0x0]org/junit/runners/parameterized/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]F[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6]Q[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Et[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]S[0x4][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ey}[0x88]-[0xb0][0x4][0x0][0x0]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]YT[0x4][0x0]org/junit/runners/parameterized/TestWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]oY[0x4][0x0]org/junit/validator/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]En[0xa2],[0xce]([0x2][0x0][0x0][0xb5][0x5][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]Y[0x4][0x0]org/junit/validator/AnnotationValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb2]3%][0xdf][0x3][0x0][0x0][0x9b][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6\[0x4][0x0]org/junit/validator/AnnotationValidatorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eor[0xa8][0xa9][0xa9][0x0][0x0][0x0][0xfb][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w`[0x4][0x0]org/junit/validator/AnnotationsValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~a[0x4][0x0]org/junit/validator/AnnotationsValidator$AnnotatableValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EY4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gg[0x4][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Uj[0x4][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]km[0x4][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89]p[0x4][0x0]org/junit/validator/AnnotationsValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{t[0x4][0x0]org/junit/validator/PublicClas" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EV<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{w[0x4][0x0]org/junit/validator/TestClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]x[0x4][0x0]org/junit/validator/ValidateWith.classPK[0x5][0x6][0x0][0x0][0x0][0x0]H[0x1]H[0x1][0xf8]s[0x0][0x0][0xf6]y[0x4][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "e4daa6442c581776076f8a63bf2c9c3c9fa36843" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55424<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 48078[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x93]Qo[0xda]0[0x10][0xc7][0xdf][0x91][0xf8][0xe][0x16]O[0x9b]4;[0xe][0xa1][0x14]R[0xf5][0x81][0xb6]h[0x2]A[0x89][0x6][0xab][0xf6]6[0x1d][0x89][0x1][0xf][0xc7][0xb6]lC[0xe0][0xdb][0xcf][0x9][0x90]B[0xbb][0x87][0xbd][0xde][0xdd][0xef][0xfe][0xe7][0xff][0x9d][0xa7] [0xf9][0x8a]Y[0x87][0xdf][0x98][0xb1]\[0xc9][0x18][0x85][0x84]6[0x1b][0x3]y[0x15][0x19]hH7[0xc][0xf9][0x98]O[0xf6]H[0xd8]l<[0xc9][0xc]O[0xc0][0xba][0xa9][0xca][0xf8][0x8a][0xb3][0xcc]S[0xd1]][0xb7][0x1b][0xb5]{4[0xec][0xd1][0x9e]/[0xd8]q[0x91][0xe1]q[0xb6]-[0xfb][0xdd][0x13][0xfa];[0xa4][0xa7][0xa0][0xc3]O[0xc7][0x18]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "&D[0xe]R^[0x82]/[0xe0]X[0x8c][0xda]4lcz[0x8f]i[0x1f][0x85][0xfd][0xb8][0xd3][0x8f][0xa3]NY 3[0xc1][0xf0][0xb][0xb3][0xa9][0xe1][0xda]U[0x13]-6[0xdc][0xa2][0xd9][0xfc];G[0xcb]*[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0xda][0xa2][\r][0xe4][0xa9])[0x1f][0x93]*[0xc3]pH"[0xf2][0x8e][0xab][0xf4][0xe7][0x8f][0x89]WvN[0xc7]A[0xe0][0x18][0xe4]Di[0xdb][0xf9]C[0x94]Y[0x7][0x5][0xdf][0xf2] [0xe3]V[0xb]8[0x6][0xc9][0xe0][0xd7]b[0x94][0x8c]jt[0xc2]S&-[0xab][0xd9][0xa2]([0x8]T[0x96]T[0xac]8[0xa5]m0[0x19]=[0xf]_[0xe7]C[0xdc]&[0xb4]f[0xa7]g{k/[0xdb]u[0xea][0x15]r[0xdf]s[0x96][0xcc];c[0x94][0xc0][0x1]-[0xb8][0xe6][0x8][0xdf][0xbe][0xa1].[0x9e][0x1f][0xf3][0xa5][0xf2]J'[0xc8][0xcb][0x9e][0x87][0xd7]p [0xce][0x83][0xe4][0x82][0x91][0x1b][0xec][0x8d][0xc9]L[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F3[0xcd][0xa4][0x17]3[0x8e][0xa7]\C[0xe9]%[0x9a][0xab][0x95]+[0xc0]0[0xb4]R[0x6][0x8d]a[0xf]Wp}[0x11][0x11][0xa1][0xe5][0xda][0x9f][\r][0xf3]{[0xca][0xaa][0x15][0x9e][0x8f]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{[0xdf][0xf2]D[0xa0]D[0xec][0xd6][0xdc][0xef]tx[0xd0][0xca]8[0x9c]@[0xba][0x85][0xf5]y[0xde]z@.[0x1d]3[0x12][0xc4][0xc3][0xce][0x9b][0x16]?[0xb6][0xae][0x93][0xad][0x87][0xfd]I[0xf4][0xb1][0xe5]E[[0xcd][0x6][0xfa]v[0xc3][0x96][0x8f][0xfb][0xf][0xee][0x6][0xaa][0xea]}[0xa7][0xf]H=[0xc7]g[0x85]OS[0x8c]r-X[0xce][0xa4][0xab],[0xc3][0xb][0xee]Dy[0xe][0xb7][0x9b][0xfa]Pt[0xb1][0xbe][0xee][0xec]e[0xfe]Q[0xf4]nq[0xb3]13[0xdc][0xdb][0x7]B[0x1c][0xf1][0xb5][0xd3]![0xe9][0xfa][0xf][0x14]ExI#[0xf4]e[0xbe][0x93]h[0xca]S[0xa3][0xec][0xd1]:[0x96][4[0x92])[0xf9][0xda]l,[0x94][0x12]1*?fH[0xee]hy[0x82][0x1]PK[0x7][0x8]F[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]LICENSE.txt[0x8d]TM[0x8f][0xe2]8[0x10][0xbd]G[0xca]([0xcd]iZ[0xca][0xb2][0xad]9[0xcc]a[0xf7]d[0x12]C,[0x85][0x84][0xb5][0x9d]f8[0xa6][0x13][0xd3]m[0x89][0xc4][0xad]$4[0xea][0xbf][0xcf][0x6]4l[0x8f]V[0x9a][0xb][0x18][0x97][0xeb]}U[0x89][0xa5][0xca][0xa8][0xb0][0xad][0x19]&[0x13]Gq[0x94][0xba][0xb7][0x8f][0xd1][0xbe][0xbc][0xce][0xf4][0xb5]}[0xa0]o[0x8f][0x8f][0x8f][0xe0][0xe3]{B[0xe7][0xf3]y[0xf1][0xda][0xf4][0xed]h[0xa6]y[0xe1][0xc6][0x97]8b[0xc7]#[0x85][0xa7][0x13][0xe1][0xd2][0x8c][0xef][0xa6][x[0x8]i:;[0xcd][0xa3]}>[0xcd][0xd6][\r][0xd4][0xc][0x1d][0x9d]&Cv[0xa0][0xc9][0x9d][0xc6][0xd6][0x84][0x9b]g;4[0xe3][0x7][0x1d][0xdc][0xd8]O[0x0][0xb7][0xf3]+[0xb9]1|[0xbb][0xd3][0x1c]G[0xbd][0xeb][0xec][0xc1][0xb6][0x8d]GH[0xa8][0x19][\r][0xbd][0x99][0xb1][0xb7][0xf3]l:z[0x1b][0xdd][0xbb][0xed]p[0x98]_[0x9b][0x19][0x1f][0x6]([0xc7][0xa3];[0xdb][0xe1][0x85]Z7t[0xd6]7M[0xa1][0xa9]7[0xf3]_[0xbf]J[0x9a][0xc8][0x1d]nZZ[0xd7][0xe1][0xd9]i[0x9a][0xe1]an[0xa0][0xd1][0xe3]5[0xcf][0xee][0xdd][0x97]nQ[0xc]nFB[0x9]jv[0xa2]#[0x90][0x0][0x10]G[0xf7]\C[0xf7]I[0x8][0xf8][0xda]cc{3.[0xe8]3;X[0xee][0xec][0xdf][0xd8]a[0xab];[0xb5][0x18][0xc2][0xef]*[0xa0][0xdf][0x14][0x0][0xbe][0xb]h[0xe7][0xda]So[0x86][0xb9][0xb9][0xcd][0xe5]OD[0xee]P[0x19][0xa9]of3[0xda][0xe6]8[0xfd]L7[0xcc]$[0xb4][0xdd][0x89][0xf][0x3].[0x8d][\r]M[0xbe]84[0xbd][0xf1]Z[0xf2][0xeb]j@[0xe9][0xcf]B[0x8][0xda]b?[0xa0][0xf4][0x2][0xe1][0xc6][0x9]\[0x1f][0xf4]l[0xfc]N@[0xb3]#3t[0xb8][0x85]o4[0x82][0xbc]w[0xb3][0xa1]K[0x16]h[0xec][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{E[0x7][0x14].[0xe6]'w[0x98][0xcf]~[0xb6][0xd7]][0xa1][0xe9][0xcd][0xb4]~W[0xd0]d[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8d]~K[0xe0]8,[0xcc]4[0xdd]D[0xeb]\(R[0xd5]J[0xef][0x98][0xe4][0x84][0xf3]VVO"[0xe3][0x19]-[0xf7][0xa4]sNi[0xb5][0xdd]K[0xb1][0xce]5[0xe5]U[0x91]q[0xa9][0x88][0x95][0x19]nK-[0xc5][0xb2][0xd6][0x15].[0xbe]0[0x85][0xce]/[0xa1][0xc0][0xca]}[0x1c][0xf1][0x1f][[0xc9][0x95][0xa2]J[0x92][0xd8]l[0xb][0x1]4[0xc0]KVj[0xc1]UB[0xa2]L[0x8b]:[0x13][0xe5]:! PYi*[0xc4]Fh<[0xd3]U[0x12]Xm[0x8b][0xa3]jE[0x1b].[0xd3][0x1c][0xbf][0xd9]R[0x14]B[0xef][0x3][0xe3]J[0xe8][0xd2][0x93][0xad][0xc0][0xc6]h[0xcb][0xa4][0x16]i]0I[0xdb]Zn+[0xc5][0xc9][0x1b][0xcb][0x84]J[0xb]&6<[[0x80][0x1e][0x94][0xc4][0x9f]x[0xa9][0xe3]H[0xe5][0xac](>[0x19][0xad]v%[0x97]^[0xfc]\.9T[0xb2]e[0xc1]/L[0xe5][0x1e][0xa0][0x92][0xa7][0xda][0xfb][0xb9][0x9e][0xe2][0x8][0xd6][0x10][0x1e][0x4][0x16][0x9][0xa9]-O[0x85]?[0xf0][0x1f][0x1c]v[0x98][0xdc]'WP[0xc5][0xff][0xa9][0xf1][0x8]E[0xca][0xd8][0x86][0xad][0xb9][0xa2][0xaf][0xff][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0x84]T0[0x97][0xb4][0x96]|[0x83]>B[0x12][0xaa]^*-t[0xad]9[0xad][0xab]*[0xb]Y+.[0x9f]D[0xca][0xd5][0xdf]TT>[0xfd][0x15][0xd5][0x8a]'[0xa0][0xd0],0[0x3][0x2]a[0xa1]\[0xc9]8Z[0xd6]J[0x84][0xdc]D[0xa9][0xb9][0x94][0xf5]V[0x8b][0xaa]|[0xc0][0x90]wH[0x6]*[0x19]z[0xb3][0x10]pU[0x6][0xb7][0xc8][0xa8][0x92]{[0x8f][0xea]c[0x8][0xf9]'[0xb4][0xcb]9[0xee]1[0xe6][0x12][0xff][0x91]>-[0xe6][0x3]QH-[0xd5][0xf7][0xef][0xc0][0x8e][0x10][0xf5][0x9d]M*[0xf9][0xba][0x10]k^[0xa6][0xdc]W+[0xf][0xb3][0x13][0x8a]?`^B[0xf9][0x7][0xa2][0xbc]l[0xd3][0x8e][0x81][0xb5][0xe][0xae][0xfd][0x9c][0xa0][0xeb]r[0xbc][[0xdc]$[0x8c][0x93][0xc4][0x8a]X[0xf6]$[0xbc][0xf0][0xeb]c,[0x80][0x12][0xd7]e[0x9][0xa9][0xa5]y[0x1c]]2[0xc7][0xfa][0xff][0xb]PK[0x7][0x8]s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesm[0xcc][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10][0x0][0xd0]=_q[0xd0][0xfd]hbQ,tR[0x11][0xf7][0xfe][0xc0]5[0xb9][0xb6][0x91][0x9a][0x84]K"[0xf5][0xef][0xc5][0xdd][0xf9][0xc1]k[0xee][0x1c]X[0xa8][0xb0][0x83][0xe9][0x3]Q[0x16][0xa4]Dve[0x9c]y[0xf3];N5[0xb8][0x8d][0xd3]V[0x17][0x1f]T3[0xae][0x15][0xae]l[0xc1][0x9c]@[0x9f]{s[0xec];[\r][0x97][0xdb][0x8][0xa6][0xd5]F[0xbd]Y[0xb2][0x8f]a[0xd0]x[0xc0][0x16][0xb5]Z$[0xd6][0xf4]p[0xc3][0xef][0x8c])wOL[0xb4]c[0xf1][0xc9]+[0x92][0xe2]g[0xb2][0xe5][0xaf][0xe2]J/+[0x9c][0xb][0xda]([0xac][0xbe]PK[0x7][0x8]5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xml[0xbd]V]o[0xd3]0[0x14]}[0xef][0xaf]0[0x15]O[0x88][0xd8]-[0xdb][0x3]*Y[0x86][0x84][0x4][0x2]mZ[0xc5]6[0xc4][0xab][0x97][0xdc][0xa5][0x1e][0x89][0x1d][0xd9]N[0xdb][0x9][0xf5][0xbf]sc'[0x8d][0xdb][0xa6]L[0x3]i[0x91]"5[0xd7][0xe7][0x9e]{r[0xbf][0xd2][0xf8]|][0x16]d[0x9][0xda][0x8]%[0xcf][0xc6]S:[0x19][0x13][0x90][0xa9][0xca][0x84][0xcc][0xcf][0xc6][0xb7]7[0x9f][0xa3][0xf7][0xe3][0xf3]d[0x14]WZ=@j[0x9][0xa2][0xa5]9[0x1b]/[0xac][0xad]f[0x8c][0x95]|[0x9][0x92][0xf2][0x8a][0xa7][0xb][0xa0]J[0xe7]l~u[0xc9]N[0xe9][0xa4]aq[0xc8][0xd9][0xda][0x88]-z[0xb5]Z[0xd1][0xd5][0x89][0xc3][0xbd][0x9b]L[0xa6][0xec][0xe7][0xe5][0xc5]5:[0x96]<[0x12][0xd2]X.S@/#f[0xc6][0x19]/T[0xca][0xad][0x13][0xf5]d0r[0xc][0xb1]6[0x99]7F[0xe]G[0xf1]y[0x9c][0x8c]F[0x4][0xaf][0xb8]T[0x19][0x14]?[0xfc][0x8b]'[0xee]8f;[0xb6][0x16]Wq[\r][0xd2]&[0xee][0xc1][0x19]r[0xad][0xea][0xea]k[0x96]`[0x0][0xaa]*s[0xfa]@+[0xbe][0xa6]VT"f[0xdd]Y[0x8f][0xe6][0xda][0x8a]{[0x9e]Z46[0x90][0xa8][0xe4][0xc6][0x82][0x8e]Y`[0xef][0xc1]m[0x1d][0x92][0xa9][0x97][0xd3]=[0xf6][0x0][\r][0x5]&e[0x9]sn[0x17][0x9][0xa5]l[0x87]r[0xe7][0xd0][0x8b]g[0x9d][0xfa][0xd1][0xbe][0x98]C[0xf5]t[0xc1][0xcb]T[0x83][0xb1]4U[0x1a][0xe][0x15][0x6][0xea]NP[0xdf]tO[0x1f]&*[0xfd][0xc5]s[0xec][0x9b][0xe4][0xae][0x96]Y[0x1]M[0xf0][0xce][0xe2][0x11][0x92][0x97][0x90]\[0xcd][0xaf]O[0xbf][0x91]9_[0x93][0x1b][0xc]J"[0xf2][0xfa][0xb7][0x8b][0xae][0xb4][0xc8]i[0x1f]s[0x13]3[0x7][0xf7][0x9e][0x19][0x98]T[0x8b][0xaa][0xe9][0x87][0xe4]f![0xc][0xb9][0xba][0xfe]"[0x88][0x8f]CV[0x9a]W[0xe6][0x18]M[0x14][0xda][[0xc1][0x1b][0x1a][0xb3][0x90][0xb1][0xcd][0xce][0xab]("[0xdb]T[0x13][0x17][0xc6]`[0xcf]#[0x82][0x94][0xfc][0x11]CI4d[0x18][0x94]K[0xfb][0x16][0xa3]["[0xee][0xc9][0xa3][0xaa][0x9]v[\r]X [0x2][0xad][0xbe][0xdd][0xb0][0x14][0xc0][\r]DUQ[0xe3][0xfb][0x93][0x95]([0x8a][0x9e]9UeU#[0x9c]K"p[0xd4][0xb4]n[0x6][0xeb][0xf6][0xfb][0x5][0xf5][0x90](j_[0xda][0xa4]eP[0xfa]TI[0xe9][0xd5]$x0[0xcb][0x85]m[0xee][0x8f]x/[0xea];,Y9s[0xe5]d[0x3][0x85]EL[0xcc][0x2][0xff][0x9e]4[0x83]%[0x14][0xaa][0x2][0xfd][0xe9]?[0xd9][0x87][0x88][0xfa]0[0xb5].[0x92]g[0xd1]5[0xe][0xbd][0xbb][0xe5][0xf9][0x93][0xfd][0x1a]m[0xbb][0xb2]A[0xb7][0xdd][0xef]2[0xd8]v[0xa7]n[0xd4]Y[0x1]&$[0xde]vF8[0xd4][0x1d]o[0xcc][0xe][0xcf][0x87]|[0x83]A[0xe9]\#?B[0x83][0x98]![0x8a]`[0xb4]B[0xaf][0xc3][0x5][0xe0][0xcf]L.([0xac]+[0xa5][0x83][0xbd][0xd4]\[0xa1]z[0xfa][0xe6]C[0xb7][0xd6][0x91][0xb5]g`[0xc3][0x14]8[0xad]A[0x86][0xba][0xa9][0xab]@f[0xf8]9[0xd8][0xcd][0xda][0xd6][0xfc][0xb8][0x1b]}[0xbb][0x19][0xc3][0x91]km[0x9b][0x81][0xdd][0xb8][0xbf][0x92][0x8e].[0x82][0xa1][0xe4]9[0xe7].?C3>[0xb0]>[0x9d][0x8f]r3[0xcf][0x8b][0xc4][0xea][0x1a]K[0xb4]}[0xc]2[0xb4][0xff][0x82][0x81]%[0xc8][0xce]]-[0x8a][0xb0][0x9a]~[0xd6][0xcd]^8o[0xdd]5[0xee]$[0xab][0xa9]Y[0xfb][0xc9][0xf2][0xdf][0xaf][0x96][0xe7]H[0xc2][0xf6][0x93][0xe6][0xf7]M[0xaf][0xb8]]9I[0x1a][0x1b][0x92][0xf4]B:[0x8d][0xaa]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xa1][0xf1][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb1]~[0x96]6[0xff]5[0xf9][0x7]m[0x9d][0xc5]t[0xdd][0xd2]v[0xc6][0xc8][0xcd]T[0xf3][0xb7])[0x19][0xfd][0x1]PK[0x7][0x8][0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]org/hamcrest/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/BaseDescription.class[0xb5]X[0xfb][[0x1c][0xd5][0x19]~[0x7][0x16]fX[0x6][0x16][0x96]$[0x84]Kn[0xc4][0x90]e6[0x80]hL[0xd1] [0x86][0xa0][0xd1]XLlARBR3,[0x3]l[0xba][0xec][0xe2][0xee]l[0x84]j[0xb5][0xb1]F[0xad][0xa9][0x97]^[0xd4][0xa2][0xb5][0x17]{[0xa1][0xad][0xbd]D[[0x97][0xc4][0xa8][0xf5][0xd2]Vkm[0xfb]<}[0xf2]S[0xff][0x86][0xfe][\r][0xb5][0xef]93[0xc];[0xb0][0xd9][0xa8]O[0xf2][0x3][0xe7][0x9c][0xf9][0xce]wy[0xbf][0xef]|[0xe7][0xfb][0xce][0xf2][0xe1][0xff]^[0xb]@[0x17][0xfe][0x15][0xc4]u[0xc8][0x4][0xb1][0x13]v%v [0xab][0xe1][0x84][0x8a]{[0xc5][0xf7][0xac][0x8a]915[0x8][0x15][0xf7][0x89][0xd5][0xfd]*[0xbe]&[0xe6][0x7]4<[0xa8][0xe2][0xeb][0x1a]N[0xaa]xH[0xc3]7[0x84][0x8a][0x87][0x83]8[0x85]G4<[0xaa][0xe1]1[\r][0xdf]T[0xf1]x[0x10][0xf5]8-[0xd8][0xbf][0x15]D[0x19][0x9e]P[0xf1][0xa4][0x8a][0xa7][0x82]h[0x16][0xd6]N[0xe1]i[0xb1][0xfa][0xb6][0x86][0xef][0x8][0xe1][0xef][0x6][0xf1]=<#([0xcf][0x6][0xf1][0x1c][0xbe]/[0xa4][0xe6]+[0xf1]<^P[0xf1][0x83] [0xb6][0xe3]EA[0xf9]a%~[0x84][0x1f][0x8b][0xe1]'*^[0x12][0x94][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]?[0x13][0xc3][0xcf]5[0xfc]B[0xc3][0x82][0x86]_j[0xf8][0x95][0x8a]_[0xab]xY[0xc5]o[0x14][0x94][0xf7][0xc4][0x93]q[0xbb]WAi[0xa4]mXA[0xa0]?5n)[0x8][\r][0xc4][0x93][0xd6][0x81][0xec][0xf4][0x98][0x95][0x1e]2[0xc7][0x12][0xa4][0x84][0x7]R131l[0xa6][0xe3][0xe2][0xdb]%[0x6][0xec][0xa9]xF[0xc1][0xc6][0x81]Tz[0xb2]s[0xca][0x9c][0x8e][0xa5][0xad][0x8c][0xdd][0xb9][0xd7][0xcc]X7[[0x99]X:>c[0xc7]S[0xc9][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x82][0xe6][0xcc][0x8c][0x95][0x1c][0x1f][0xb2]fm[0x5][0x1d][0x91][0x81][0xe3][0xe6][0x9][0xb3]3a&';[0x7][0xed]t<9[0xb9][0xbb][0xcd][0xaf][0xc1]/[0x1d][0xb0][0xa5]\x[0xb5][0x98][0x82]:Gs[0x9e][0xc0][0xc1][0x9][0x5][0xd7]G[0xfc][0xfa][0x6][0xad][0xc4][0x84][0xc3]2vIke'[0xcc]D[0x96][0xbe]m([0xaa]BA[0xa5]cy[0xd8][0xe1][0xf6]9up[0xec][0xb8][0x15][0xb3][0x8b][0x9b][0x9][0xaf][0xe6]WP5[0xee][0xf7][0xa3][0xb5][0xa0][0xd6][0x2]aP[0x8]am[0xde][0xc6]-[0xb3]1k[0xc9]R([0xf][0xe8]@<[0xc3]HZ[0x5]N[0xe0][0x93]PF?[0xa5][0x8f]e[0x19][0xdb]L[0xd3]^E[0xc6][0x9a]1[0xd3][0xa6][0x9d]J3[0xcd][0x8][0x85]Y'[0x83][0xcc][0xd4][0xa9]+[0xa0]S[0xc1]:[0xb2][0xcd][0xcd]x[0x9]7:4[0xc4][0xfd][0x8a][0xc1][0xf8]d[0xd2][0xb4][0xb3]i[0x92][0x12]=C7[0xac][0xd6][0xd1][0xfb]Y][0xa4][0xfe][0xa2]>M|F[0xc5]y[0x94][0xfd][0xb6][0x95][0x16][0xee][0x14]7[0xb4][0xa6][0x90][0x84][0x82][0x86][0x2][0xe4][0x1e][0x82][0xee][0xe5][0xde][0xc9][0xcb][0x1a][0x8a][0x8b][0x1a][0xba][0x82][0xf1][0xc9][0xda][0xf1][0x84]c[0x8d][0xc9][0xf2][0x89][0xe2][0xe3][0x97][0xf0][0xe2][0xe3]#_[0xc9][0xf8][0x14]0T[0x14][0xb6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9d][0x8b][0xb8][0xb3]P[0x8c][0xa3]E[0xb][0x8f][0xf0][0xe3][0x91][0xcb]x[0xa2][0x97][0xb2]V[0xd4][0x19]%[0xae]@s/7[0xaf][0xa2]r[0xd8]s[0xc9][0x1f][0x96]+[0xed][0xd2][0xa7][0xb3]V[0xd4][0xa5]r[0xe7]|XN[0xb][0xb5])vHe?[0x8b]X[0xc6]f)[0xb]D[0xfa][0x5]A[0xb7]S[0xb7][0x93]qp.i[0x9b][0xb3][0xec][0xb][0xd9][0xe4]D*=m[0xda][0xb6]E-%[0xb1])[0x8a][0xf4][0xf3][0xdc][0x7]S[0xd9]t[0xcc][0xda][0x17][0x17]el[0xcd][0x8a][0x16][0xd9]!,[0xe9][0xf8][0x1c][0xba]uL![0xae][0xe3][0xb7][0xf8][0x1d][0xf5]'[0xb3][0x89][0x84][0x82][0x9a][0x95]0tL[0x83][0x81][0xaf][[0xa6][0xf7]O[0xf1][0x4]b[0xf4]_[0x88]'t[0xfc][0x1e]g[0x4][0x13][0x85]Cy[0xc2]S[0xa9][0xb4][0xad]c?n'[0xac][0xc];~[0xf5][0xf2][0xde]@*9I[0xea]@[0xaf]Ob_"e2KK[0xf6][0xf5][0xea]x[0x5][0xaf][0xaa][0xf8][0x83][0x8e]?[0xe2]5:4J[0xea][0x8e][0xcd]\[0x1c]U[0xb0][0xd5][0x17][0xcd]x[0x92]0[0x92]f[0xa2][0xb3]/[0x9d]6[0xe7][0x96][0xce]D[0xf8][0x96][0xd3]q[0x7][0x8e][0xe8]X[0x14][0x0][0xf2][0xc0]{[0xbd]JA[0xfd]JW[0xf7]f[0xe3][0x89]q[0xe1][0xd6]Y[0x9c][0x13][0xbe][0xbd]N[0x93]{t[0x9c][0xc7][0x1b]*[0xde][0xd4][0xf1][0x16][0xfe][0xa4][0xe3]m[0x9c]S[0xf1][0x8e][0x8e]w[0xf1][0x9e][0xb0][0xf0]%[0x15][0xd6][0xf1][0x17][0xfc]UAWad[0xfe][0x84][0x90]}1[0x1f][0xe7][0xfb]:[0x8e][0xe1][0x88][0x8a][0xf]t[0xfc][\r][0xaf][0xe9][0xf8][0x10]W[0xd0]T$[0xa5]t[0xec]E[0xbf][0x8e][0x8f][0xf0][0x86][0x8e][0xe0][0x9f][0xc][0xcd][0x91][0x16]1$[0xc5][0x90][0x16][0x3][0x83][0xd8]\[0xec][0x89][0xe4];d[0xa7],)X[0xb1],e29[0xef][0x84]1k([0xc5][0x87]J[0xe4][0xe2][0xf9],[0xf2][0xb3]"[0xc6][0xec]p[0x9f])|[0xe4]1[0x17][0xb5]I[0xcb][0xee]O[0x98][0x19][0xd1]#[0xf9][0xef][0x9]I[0xdc][0xed][0xcb][0x1][0x97]O[0x8d]g[0xe4][0x81]J[0x15][0x87]W[0xdc][0x8e][0xa5][0xb7][0x0][0x8d][0xa9][0xb2][0xb1][0x8b][0xb7][0x8b]J#[0x7][0xcc]i[0x91][0xed][0x91][0x82]o[0x96][0xf6][0x82][0xef][0xc0][0x8b]d[0x0][0xf9][0xb5])33[0xe5]g"m[0x85][0x9b]U}[0xa4]`[0xdb][0x1b]^R[0xe9][0xa3]3[0xa4][0x8c][0xc0][0x1][0xf9][0x16][0xe]$[0xe5][0xe4][0x8f][0xac][0xf7]|*OX[0xc9]I[0x9b][0x85][0xa7]\[0x1c]}[0x9f][0xe0]g [0xfa][0x3][[0xf8][0x8b][0xe0]:([0xd8][0xc5][0x1f]6[0xd5][0x9c]Yo8^[0xcf][0xaf]N[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe7]2c[0x11][0xca]+\[0x94][0xe0][0x6][0x8e][0xe5][0x92]X[0x8d][0xdd][0x1c]u[0x87][0x1]=[0xb8][0x91][0xb3][0x82]^[0xdc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdf]D[0xee][0x12][0xce][0xaa][0x11][0xcd][0xa1][0xc4]8[0xe3][0x89][0x7]%9L[0xa1]:[0xa9]b[0x9d][0xc3][0xe6][0xaa][0x10][0xab]=[0xe8][0x93][0x96]y[0x81]\e}[0xae][0xb2][0x8a][0xa8]q[0xe][0xa5]%X[0xa5]n=[0xc5][0x1a][0xf2][0xd4]Ux[0xea]*p3n[0x91][0xea][0xf6][0xe1]VG[0x9d][0x92] [0xb7][0xe0][0xba][0x10]}[0x1f][0xba][0x11][0xe][0x10][0xe0][0x2]>[0x88][0xbe][0x83][0xb2]yT[0x1b][0xd1][0xb7]Q[0xb6][0x88][0xf2][0x5][0xe4]HQ[0xe7][0xb1][0xc1][0xa8]i[0xc9]A[0x13]t5[0x87][0x8a]E[0x4][0x1d][0xc2][0x2][0x9e]!C[0xe5]<[0x9a][0x8c][0x9a][0x1e][0xc1]`D[0x17][0xa1][0xb]g[0xc3]UR[0xe3][0x9]nW[0x17][0xda][0xe][0xc9][0xed]C[0xdc][0xae])[0xb4]]+[0xb7][0xbb][0x19][0xb7]p[0xe]u[0xf3]h0[0xc2]k[0xc2]k[0xc3][0xeb][0xce][0xa3]~[0x84]L[0xeb][0x17][0xd1]ph[0x1][0xeb]W[0xca][0xd5][0xf4][0x8a][0xcf][0xe5][0xc8][0x1c]G#[0xc7][0x8d][0x8]`[0x13][0xaa][0xb0][0x19]k[0xb0][0x85][0xab][0x16][0xb4]b+[0xb2]^[0xc5][0x83][0xde][0xc6]P[0xb7]2*[0xdb]Y!#[0x18]F[0x1b][0xee][0x86][0x81][0x9]D[0x91][0x10]?j[0xd1][0x8e][0x7][0xd0][0xc1]_[0x9d][0x9d]8[0x8d][0xab][0xf9][[0xb3][0xb]/[0xe2][0x1a],[0xe0]Z[0xbc][0xc9][0x94]y[0x8f])[0xf3][0x11][0xb5][0xfc][0x9b]1][0x8e][0xfc][0x5]/[0xf2][0x17][0x18][0xf9][0xdb][0x18][0xf1][0x12][0xd1]][0xdc][0x83][0x9c][0xe5]W)g#z[0x16][0x8d]g[0xee]8[0x8f][0xe6][0x91]Elp<[0xdd][0x98][0xc3][0xa6][0xf0]f[0xe][0xfc][0xdc]r[0x16][0xc][0xf1][0xa6][0x1c][0xb6][0x9e][0x91][0x19][0x16]`[0xba]4[0xb9]~UK[\r][0xbd][0xa4][0xec]a.[0xf6]I[0xdb][0x9b]I+[0xa7]O[0x9f][0xc7][0x80]Dax([0xc][0x17][0xc5]I[0xfa]x[0x80]{[0x2][0xc5]=[0x94]-[0xe3]\eDw[0xb4]7[0x4][0xce][0xe2][0xaa][0x1c][0xb6][0x89][0xc0][0x95][0xe6]%[0xf8][0xad]R[0xf1]N[0x87][0xd1]SW[0x85][0x83]2;[0xc5][0xea]N[0x99][0x97]b[0xf5][0x5][0xae]J[0xe5][0xea][0x8b][0x18]$[0xd8]![0xef]j[0x8][0xca]][0xa4][0xc][0xcb]c9D[0x1a][0x9b][0x91][0xb]#[0xe3][0xc2][0x8]90[0xce][0xa1]Ua[0x1f]lX[0x9]d [0xf]H[0xc8][0x3][0x12][0xf2][0x80][0x84]< ![0xf]H[0x88]fG|@[0x4][0xe5][0xb0][0x7]d[0x94][0xec][0xbb].[0x90],[0xef][0x83][0xd0]^+[0x80][0x9c][0xc7][0xf6][0x91][0x86][0xc0]""[0x8b]h[[0x9][0xe5][0xce]<([0xb5][0x1e][0x94]Z[0xf]J[0xad][0x7][0xa5][0xd6][0x83]RK[0xc3]G}P[0x4][0xe5][0xcb][0x1e][0x94][0xbb]I;v[0x89][0x98][0xac][0x2]r[0xd7]e[0x8b][0x89][0xe9][0x1][0x19][0xe3][0xdf]1/&[0xef]r.[0xe7][0xdc]][0xba][0xab]L[0x96]0[0x1][0xc6]P0[0x8f][0x96][0xb5],[0x13][0x9a][0xb1]C[0xdc]9A[0x8c]*|m[0xf0][0xab][0xfd]P`W[0xd9][0xc2][0xc7][0xff]1[0xda][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9e][0x83][0xb8][0x5][0x1a][0xc7][0x11]~[0x8d]ru[0x84][0xa5][0xef]([0x9a][0x19][0x80](][0xef][0xa2][0xfd]][0x88]Ioz[0x1d]{[0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x94][0x12]a-[0xe5]M[0x1c][0x87][0xc5]H,[0xfb]%[0xf6]&<[0xbf]&[0xb9][0xe2][0xfb][0xd1][0xbd][0x81][0xe3][0x94][0x10][0xf2][0x8d][0xa5]76[0xd3][0xad][0x8e][0x97][0x10]6[0xa2][0xcd]9t[0xb2]x<\[0xa2],|[0xfc][0xdf][0xe5]J[0x1f][0xa6]$X[0xb][0x82]|6[0xd6]qn@[0xca][0xbb]m%[0xa8][0xa7][0x95][0xe3][0x12]U[0xa3][0x87][0xb9][0x11]_[0x11][0x98][0x3][0xc2]bB[0xea][0x99][0xf6],[0xcf][0xba][0x96][[0x9d][0xf2][0xb9][0xd2]>[0xeb][0xaa]c[0xdf][0xd9]^F[0xd1]([0xe3]r/[0xc7]Y[0xd4]`[0x8e](fY[0xc7][0xee]c[0xf5][0xba][0xdf]C[0xa3][0xe5][0xa1]i[0xf5][0xd0][0xb4]")#(P$\[0x14][0xaf][0xba][0xad]d[0xb8][0xe9]e[0xc9]sPV[0x17][0xd1]'[0xc0][0xe]![0xfa][0x89][0xc8]+qq![0xb5][0xb4][0xf0]/j[0x84][0xaf][0x96]5y[0xab][0x11][0xee][0x92][0x8b]F#|[0x8d]\[0xd4][0x1a][0xe1]k[0xe5]B3[0x9a]|[0xa8];P[0xc9][0xf1]A[0xd6][0xd1][0x93][0xac][0x99][0xf][0x89][0xff][0xf5][0x11][0xed])[0x9e][0xf2][0xa3][0xac]H[0x8f][0xb1][0xbc]<[0xce][0x1b]x[0x9a]'[0xfb][0x4][0xb3][0xf9][0xa9][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << ":[0xec][0xe1][0x1f]f[0xbc]gd[0xef][0xba]G[0xea]M[0xff][0x1f]PK[0x7][0x8][0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/BaseMatcher.class[0x8d]S]s[0xd2]@[0x14]=[0xb][0xb4][0xb4][0x1][0x85][0xd2]Zi[0xad][0xfd][0xf0][0x13][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "V[0xc7][0x17][0xc1][0xce][0xd4]v|[0xa2]uF[0x18]|[0xcc],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb]![0x9][0x93],~[0xfc]+}[0xd2][0xfa][0xe0][0xf][0xf0]G9[0xde]|8[0x4]b[0xab][0xcc]p[0xef]f[0xf7][0x9e]s[0xcf][0x9e][0x9b][0xfc][0xfc][0xf5][0xfd][0x7][0x80][0x3]<[0xd5][0x90][0xc5][0x9d][0x5][0xdc][0xcd][0xe1][0x1e][0xee][0xfb][0xe1][0x81][0x86][0x87][0xa8]dQ[0xcd]b7[0x8b]=[0x86][0xf9][0xa6][0xb4][0xa5]:dHW[0xaa]][0x86][0xcc][0xb1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86]BK[0xda][0xe2]ll[0xf5][0x84][0xdb][0xe1][0xbd]![0xed][0x94]Z[0x8e][0xc1][0x87]][0xee]J[0xff]9[0xda][0xcc][0xa8][0x81][0xf4][0x18][0xd6][[0x8e][0xdb][0xaf][0xf][0xb8]e[0xb8][0xc2]S[0xf5][0x97][0xdc][0x13][0xa7]\[0x19][0x3][0xe1]6[0x18]V[0xa7][0x81][0x9f]F[0xc0][[0x97][0xa2][0x9a][0x9d]N[0xe3][0x90][0xa0][0xcf]t[0xd3][0xb1][0x95].[0xad][0xd1]PX[0x82]V[0xd1][0xb9][0xae][0xeb][0xd2][0xf6][0x94][0xe0][0xa6].>*a[0x9b]z[0xc][0xac]3h'b[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]+a2[0xac][0xbd][0x19][0xdb]JZ[0xa2]+=I}[0x8f]l[0xdb]Q\I[0xc7][0xf6]|m[0xe7][0xfc]=[0xaf][0xf][0xb9][0xdd][0xaf]O0[0xd4][0xb9]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcf]peO[0x9c]J[0xcf][0xf2]y[0x19][0xea][0x95]X[0xf1][0xeb][0xde][0xb9]0Tc[0xfa][0x6]'[0x1]f[0xe4]s7[0x2]/[0xa5][0x12][0x96][0xef]\[0x2][0xc7][0x90]3'[0xc5][0x9][0x3][0xe3]D[0xc][0xb][0xca]i+W[0xda]}[0x86][0x95]J5F[0x16][0xee]R[0xc5]b[[0xf6]m[0xae][0xc6].[0xb9]z[0xdc][0xec][0xd8][0xd4]p[0x8d]b>,[0xc0]u[0x14]([0x17][0xa7]v[0x96](/[0xa1]D[0x95][0xe9][0x80][0xee][0x5][0xfd][0xfd][0xb3][0x4][0xd5]r[0x8c][0x8a]%[0xa8]XD[0xb5][0xc][0xff][0xb7][0x12][0xa1]n[0x4]'[0xab][0xb8][0x19]i5[0x91]"N[0xc2][0xed][0x97]R[0x17]H[0xa7][0xb0]w[0x81]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o'[0xbd]4[0xaa][0x0][0xd5][0x17]P[0xe][0xfa]m[0x87][0xf5]Q?U[0xc6]Z[0xd0][0xb1][0x88]u[0xdc][0xa2][0xea][0x89][0x86]b[0xa4][0x81][0xd1];v;[0xe1][0xce]7[0xcc]}[0x9e][0xb9][0xd2][0xc6][0xb9][0x93][0xc2]f[0x10][0xb7]H[0x8c][0x9f]w~[0x3]PK[0x7][0x8][0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/Condition$1.classm[0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10]E[0xff]h[0xb5]Z[0x8b]v%.][0xb8]6[0xf4][0xc]E[0xc1][0x85][0xb8][0xf0][0x4]1[\r]mJL [0x89][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xca]?[0xcc][0x1f]>[0xcc][0xfb][0xaf][0xf7][0xe3][0x9][0xa0]D[0x9e]"M[0x91][0x11][0xb2][0xb3][0xbd]9![0xf7]JK[0xc2][0xbc][0xb2][0xa6]VAY[0xb3][0xed][0xf8][0x9d][0x13][0x16];#[0xb4][0xf5][0xca]4G[0x19]Z[[0xa7][0x98][0x11]V[0xd6]5[0xac][0xe5]W[0xe1][0xa4][0xf][0xec][0x87]lJ[0x2][0x8][0xf9][0xc1][0x18][0xe9]*[0xcd][0xbd][0x97][0x9e]P[0xf4]ELs[0xd3][0xb0][0xd3][0xa5][0x93]"[0x10][0x96][0xff][0xf9]b[0x1d][0xe9][0x1][0xbe][0x1a][0xc6]AL[0x9]F[0xf1]&[0x18]G[0x9f][0xc6][0xcd][0xe2][0xf][0xf5][0xa9][0x98]|[0x0]PK[0x7][0x8][0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/Condition$Matched.class[0x95]U[0xdb]R[0xd3]P[0x14]][0xa7])[0xa4][0x94]J[0xb]*"x[0xc1][0xb]X[0xd2]j[0xc1][0xbb][0xb4][0xe2][0x5]EQ[0xc0][0x7]*[0xce][0xe8][0x83][0x13][0xda]L[0x89][0xd3][0xa6][0x9d]48[0xfa][0x1f][0xbe][0xf8][0xf]>[0xe8][0x8c][0x8e][0x83][0xf]~[0x80][0x1f][0xe5][0xb8][0xce]I[0x89][0x14][0x92]:[0xbe][0x9c][0xb3][0xf7][0xd9][0x97][0xb5][0xce][0xde][0xfb]$[0xbf]~[0xff][0xf8][0x9]`[0xe][0xcf][0x92][0x18][0xc0][0x8d]$[0x92][0xb8]9@[0xe9][0x96]\[0xe6][0x7]QDi[0x10][0xb7][0xb1] [0xa5];[0x83][0x98][0xc6]][0x1d][0xf7]t[0xdc][0x17]Hx[[0xd6][0x86]Y[0xdf][0xb6][0x4]FV[0xde][0x98]o[0xcd]B[0xdd]tj[0x85]g[0x9b]o[0xac][0x8a]W[0x14][0x18]X[0xb7]k[0x8e][0xe9]m[0xbb]t[0xd0][0xca]e[0x9e]$[0x1a]v[0xbb]az[0x95]-[0x81][0xf1][0x95][0xa6][+l[0x99][0x8d][0x8a]k[0xb5][0xbd][0xc2][0x3][0xab]]q[0xed][0x96]g7[0x1d][0xfa][0xf5][0x97]l[0xc7][0xf6][0x16][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd9][0x83][0x89][0xa3][0x3]g6[0x4][0xe2][0x8b][0xcd]*[0xf1][0xd2]+[0xb6]c[0xad]m76-[0xb7]ln[0xd6][0x15][0xc5]f[0xc5][0xac]o[0x98][0xae]-[0xf5][0xce]a[0xdc][0xdb][0xb2][0xdb][0x2][0xfa][0xaa]$eU[0x5]R[0xcb][0x8e]c[0xb9][0x8b]u[0xb3][0xdd][0xb6]h[0x98][0xec][0x6][l:U[B[0x9d][0xef][0x4][0x90][0xeb]hw[0xde][0xf7][0xad][0xdd][0xdc]S[0xff][0x88]-[0xb1]$[0xb]L0[0x99][0xa5][0xd0][0xfb]R[0x9]U4[0xdb][0xa9][0x9][0xe4][0xb2][0xdd][0xae]~2[0xb7][0xb8][0xa7]N[0xeb][0x9e]K[0xd7][0xe2][0xcc]K^[0xac][0xe1][0x9b][0x15][0xcd][0xb0]0[0xe9]b[0xb5][0xdb]fm_[0x13];9[0x4]&B[0xe3]v[0xb9][0xcf][0x86][0xb3][0xf1][0xcd][0xe1][0x94]4[0xd3][0xa9][0xea]Xd[0xed][0xd7]=[0xab]%p#[0x1b]U'i/[0xce]DX[0x9][0x1e]w[0xac]w[0x9e][0xc0][0xc9][0x9e][0xf1][0x2][0xd3][0xbd][0xec][0xa5][0x8b][0xa4]Z~[0xae].[0xf3][0xaa][0xf4]|[0xfe][0xe0][0xb8]-[0xf4][0xe4][0xf7]7>[0x8a]hIYu<[0x10][0x80][0xc0][0xf2][\r]t[0x14][0xf2][0x9c][0x9a][0x8a][0xd8][0xbb]Y[0xb9][0xcc][0xc9][0xe5][0xf2][0x81][0x17][0xb5][0xd7][[0xe0]J[0xa9][0x1c]v[0xb7]H[0xce]~{[0x93][0xeb][0xcd]m[0xb7]b-[0xd9]r[0x9e][0x87][0x2][0xf3]%[0x99]([0x85]a[0x8c][0xc8][0xe5]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]H[0xa5][0x90]FF[0xc7]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8f][0xf0]X[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "O[0xf0]4[0x85][0x15][0xe9][0xb3][0x8a]5[0x81]S[0xbd]_[0x3]'4[0xdc][0x81]#[0xd8][0xa3][0xfe][0x2]cQ[0xb7][0xe6]dD[0xb6][0xce]/[0xe0][0x91][0xb0][0xd9][\r][0x1e][\r][0x9f][0xff][0xd1][0x90]n[0xc9][0x19][0x1e][0x8b][0xea][0x18]Kf[0xb6]Z[0x96]S-[0xab][0xd1][0xbc][0x94][\r]y[0x3][0xbd]>|[0x99][0xaa]R7[0xad][0xd5][0xe0]C[0xd9][0xc7][0x84][0xf5][0xf7][0x2]K[0xff][0xf7])[0x8c]z6[0x98][0xe5]g=[0xc9][0xf]~[0xc]#[0xb2]o[0x9c][0xc9]CJ[0x1b][0xa2][0xce][0x16]R[0x8e]Sco[0xb9][0x1e][0xa6][0xf6][0x96][0xbb][0xc6]=c[0x88][0xef][0x88][0x19][0xb9]o[0xd0][0x8c][0xfc]7[0xc4][0xbf][0xf0]L[0xc3][0x11][0xae]#[0x8c][0x0]f[0xd0][0x7][0x83][0x99]s[0xcc][0x92][0xc7]Q[0x9e]L[0xfa]q[0x18][0xc5]q@I>[0x9e][0x94]$R[0xc][0xe3][0x94]G[0xb9][0xfb]^[0x13][0x81][0xd7]P[0xc0][0xea][0x4][0xa5][0x93]8[0xd5][0xe1][0xf2][0x81][0x19]eN#g|[0x85][0xb6][0x83][0xbe][0x18]>[0xa2]/[0xfe][0x89]Z<[0xbf][0x83][0xfe][0x18]^([0x8b][0xd4]w[0xa0][0xd3][0xf9]S[0xc0]r[0x94][0xfc][0xc0][0xdb][0x1f][0xe2][0xaf].[0x8d]+[0xc4][0xbe][0x8a],[0xae][0xed]aj[0x4]L[\r][0x9c][0xe6][0x99]P[0xd2][0x19][0x9c][0xed]bj[0x4]L[0xa5][0xd7][0xb9][0x80][0xe9]yJS[0xcc][0xe8]3}[0xcd][0x8c][0xd2];[0xbd][0x87]OB[0xc3][0xe7][0x80]N[0xbf]J?[0xaf][0xe0][0xfd][0xc4][0xe9][0x0]>[0xcd]b[0x1a][0xb4][0x8f]w[0xd9]&[0x2][.[0x0][0xcd][0xb3]_[0xc3](P[0x97][0xa0]&s[0xcb]V[0xe8]F.[0xff][0x1d][0xe2][0xcb]>[0xb0])[0x5]f[0xf8].[0x1][0x98][0xce][0x9a][0xf8]][0xd1]Y[0x99][0x8c][0x82][0xd3]q[0x99][0x15][0xd2][0x14][0x81]][0x9b]O@[0xeb][0x0]_e[0xe5][0xe4]~[0x1d]c[0xdc][0xc7]y.[0xa7][0xea][0x18][0xa5]i[0xee][0x17][0xfa][0x7]pQNY&[0xf1][0x7]PK[0x7][0x8][0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/hamcrest/Condition$NotMatched.class[0x85]SAs[0xd2]@[0x14][0xfe][0x96]$[0x4][0x10][0xb]V[0xad][0x95]Zm[0x15]+P[[0xa8]=8c[0x18][0x9c]ig[0x9c]q[0xa4][0xf5]@[0xda][0x83]zY [0x3][0xe9]@[0xc2][0x84][0xe0][0xe8][0xf2][0xa0][0xa7]:[0x1e][0xfc][0x1][0xfe]([0xc7][0xb7][0x9b][0x94][0x16]Lh[0xe][0xfb][0xde][0xdb][0xf7][0xde][0xf7]}[0xfb]v[0xf3][0xe7][0xef][0xaf][0xdf][0x0][0xf6][0xb0][0x9f][0x81][0x8a]J[0x6][0x1a][0xb6][0x85][0xf7]\[0xc7][0x8e][0x8e]][0x86]d[0xdd]vl[0xbf][0xc1][0xa0][0x94][0xca][0xa7][0xc][0xea][0xa1][0xdb][0xb5][0x18]rM[0xdb][0xb1][0x8e]'[0xc3][0xb6][0xe5][0x99][0xbc]=[0xa0][0x9d][0xe5][0xa6][0xdb][0xe1][0x83]S[0xee][0xd9]"[0xe]7U[0xbf]o[0x8f][0x19]2[0xc7][0xae][0xc4][0xfd]N[0xdf][0xea]2d[0xdf]:[0x8e][0xe5][0x1d][0xe][0xf8]xlQ[0xee]I[0xd3][0xf5]z[0xd5]>[0x1f]v[0xb3]:[0xbe][0xd1]X([0xf1][0xb2]?Nk]fu[0xd4][0x18]@bc[0xd1][0xf6][0xc][0xf1]b[0x13]_[0xa8][0xae][0x10]_[0xc3][0xb0]_7[0xa3]T[0xc6][0xb2][0x7][0xf7][0x96]i[0xb9][0x13][0xaf]c[0xbd][0xb1][0xc5]3\[0x9a][0xa6]w[0x5]P[0x16]I[0xe8]b)f[0xe9][0xd7]z[0xc1][0xb0]y[0xed]+[0xa5][0xe7][0x15]]C[0xef]g" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 48078 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc1][0xb4][0x18]V[0xe3]NF[0x12][0x9d]+[0xf0][0x85]R[0xec][0xdd][0xa3]F[0xbc][0x6][0xf1][0xa9]H[0x8][0xed]4[0xd7][0x14]E[0x7][0x14][0xd1][0x90][0x91][0xac][0xb0]s$~[0x90][0xa7] -b[0xb9][0xdb]@[0x86][0xd6]lP[0x81][0x1b]X"[0x9b][0x9b][0xd9][0xc9]C[0xdc][0xd0]-,[0x13][0x8e][0xc0][0xfb]D[0x91]B6[0xa1]|[0x9b][0xc3]z-[0xb1]6[0x82]l[0x88]%[0xbc][0xdb][0xb8]#[0xf3][0x9][0xdc][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0x2]_[0xd8][0xa0]*?[0xad][0xba]GU[0xab][0xd2][0xbf]O^[0x1][0xeb]![0xa3]I[0x91][0xa8]VB[0xf9]>[0xc7]y 9[0x3]4u[0xca][0xa9][0xe2]![0x1e]Q>7[0x93][0xcb]Os[0x1b]S[0xa6][0xcd][0xbc]@*[0x86][0xb3]z[0x17]2i[0x95]s[0xb0][0xe8]Q[0x5]p[0xda][0x94]J[0xc3]Sl[0x85]T[0xc1][0xd0][0xb4][0x90]J[0x9])[0x9e][0xa1]$m[0x19]7[0xc9][0x16]h_\T[0x96][0xbc]5[0xb2][0xf][0x92]i<[0x16][0x17][0x97]O[0xfd][0x3]PK[0x7][0x8]'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/Condition$Step.class[0x9d]N1n[0xc2]@[0x10][0x9c][0x5]cc[0x7][0x8]U[0x9a][0xb4][0x14][0xa4][0xc1]J[0x1b][4 $KH.[0xcc][0x7].[0xe6][0xe4][0x1c]2g[0xeb][0xee][0x88][0x94][0xaf][0xa5][0xe0][0x1]yT[0xc4][0x19][0xa4]H[0x80][0xab]l3;[0xb3][0xbb]3[0xfb][0xf3][0xfb]}[0x4][0xf0][0x8a][0xb1][0x87][0x7][0xf]#B[0x8f][0xd5]u[0xf9]EXM[0xd7];[0xf6][0xc9][0xc2][0x92][0xc9]"L[0xdf]w<7[0xd1][0xba]RE[0xf8][0xc1][0xf6][0xb9][0xe2][0xda][0x84]K[0xae]s%j#*[0x19][0xbd]\[0x8f][0x16][0x95][0xdc][0x8a][0xf3][0x80][0xe0]g[0xa2][0x90][0xcc][0x1c][0x14]'[0xc4][0xd3]M[0xf2][0xf][0x97]x[0x93]Fsk[0x15][0xc7][0xc9][0xdb][0xfd]Wi[0x8b]6[0xbf][0x97][0x8]AV[0x1d]T[0xce]W[0xa2][0xb4][0xaf][0x8c][0xfe][0xdc]g[0xcd][0xaa][0x87]G[0xc2]s{[0xfc]$3[0xbc]&8[0x17][0x18]$Rr[0xb5]([0x99][0xd6]\[0x13][0xc6][0xb7]A[0x84][0xa7]v[0x1b][0x97]@[0xe8][0xa0])r[0x8]]8[0x96][0xf7],[0xeb][0xc0][0xb5][0xec][0xd2]y[0xe8][0x9f][0xd1][0xc7][0xd0]b[0x80][0xe6]&[0xc0][0xc0][0xf5]OPK[0x7][0x8]-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/hamcrest/Condition.class[0x95]V[S[0xd3]P[0x10][0xfe]Ni[0x93]^"7[0x11][0xb9][0xdf][0xc5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x5][0x15]Q[0x1a]Q( H[0x81]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "#[0xfa][0xe0][0x84][0x92][0x81]0m[0xda]I[0x83][0xa3][0xff][0xc9][0x7][0xd0][0x19][0x98][0x91][0x19][0x80]?[0xca]qO[0x12]B[[0x9a]"}[0xc8][0x9e][0xcb][0xee]~[0xbb][0xdf][0xee]9[0xa7][0xfe][0xfe][0xfa][\r]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b]aD[0xb0][0x10][0x86][0x84][0x85] [0x1a][0xf9]$[0xc5]?[0x8b]![0xfa],[0x89]X[0xe]C[0xc4][0x1b][0x11]+a[0x84][0xb0]*[0xe2][0xad][0x88]5[0x11]i[0x6]0H[0xab][0xba][0xae][0x1a][0xa9][0x9c]R*[0xa9]%[0x86][0xf0]F[0xc1]\W[0xcc][0xec][0xa1][0xba][0xcf] :#[0x11][0xeb][0xc][0xfe]-S-2D663[0x9f][0xd7][0xe7]3[0xa9][0x95][0xa5]E[0x86][0xe1]t[0xc1]8H[0x1c]*[0xf9][0xac][0xa1][0x96][0xcc]D[0xaa][0xa0][0xef]k[0xa6]V[0xd0]G[0xae][0xdc]$[0x19]B[[0xda][0x81][0xae][0x98][0xc7][0x86][0xca]0s[0xb3][0x85][0x9c]>R[0xbe]([0x89][0x9c][0xa2][0x1f]$6[0xf7][0x8e][0xd4][0xac][0x99][0x9c]#/[0x82][0xac][0xe9][0x9a]9[0xc7][0xd0][0x10][0x1d][0xdb][0xa1]xR[0x85]}[0xf2][0xd7][0x94][0xd6]tu[0xe3]8[0xbf][0xa7][0x1a][0x19]e/G+[0xad][0xe9]BV[0xc9][0xed]([0x86][0xc6][0xe7][0xce][0xa2][0xdf]<[0xd4]([0xbd][0xe][0xf]tr[0xdf]^i[0xf6][0xad]xi[0xda][0xeb]a#g2V\[0xc1]<[0xf][[0xd3][0xf][0x18][0xe2][0xd1]J];!#Y[0x96][0xd0][0x96]i[0x90]jr[0xec]#[0xc3]dmm[0xdb]om[0x93][0x6]E[0xa7][0xba][0xcc]D[0xbd]H[0xe4]5J[0x8e]y'[0xf9]I[0xde][0x9e][0xad][0xc1]n][0xf2]8[0x5][0x94][0xd9][0xa6][0x98][0xbc][0x1c][0xcb][0xd6].C[0xa7]G[0xfa]<[0xf2][0x80][0xc5][0x92]Es-[0x15][0x86][0xee]:d0[0xf4][0xd5][0xe3][0x8a][0xfb][0xa7][0x2][0xab]:[0xb5]l^)[0x16][0xad]Zx[0x95][0xcd][0xe6][0x88]a[0xf4][0xff]r[0xa6]#[0xa1][0x97][0x1d][0x89][0xae]h[0x1d]v[0xa7][0xe5]LMv[0xbd]y[0xb3][0x93][0x13][0xf3][0x97][0xee][0x97][0xa3][0xd7][0xed]+[0x8d][0x17][0xd5]R[0xd6][0xd0][0x8a][0x16]b[0x9d]P[0x82]D[0xc7][0x8e][0x92];[0xb6][0xce][0xc3]5[0x97][0xbc]i[0xb5][0x92]S[0x91].o[0x0]j8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x91][0xe1][0xbd]Gb[0xb4]y[0xfb][0xe8].[0xb3][0xee][0xf5][0xec][0xba][0xa9]$?[0xe0][0xbe][0xaf][0x93][0xd7][0x82]+[0xd7][0xa1]$[0xe4]l[0xce][0xb9][0x13][0xa2][0xb5]#[0xac][0x95]zx[0xab]pld[0xd5]e[0x8d][0x1f][0xee]F[0xd7][0xe3][0x4]W[0x95][0xd0][0x81]N[0x9][0x83][0x18][0x92]0[0x82][0x7][0x12][0xda]p[0x8f][0x9a][0xcf]#[0x6][0xa7]+[0xb8][0xd1][0x6][0xc3][0xe0][0x8d][0x17][0x1b]W[0xe4]7MmE[0x86][0xe6][0xea]h[0xe9][0xc2][0xf2]J[0x9f][0xe]L[0x9d][0xfe]eX[0xbd]U'[0xd5][0xab][0x84][0x90]^[0x11][0x9][0xfc][0xb1][0xe8][0xe4]|[0x90]l[0xa7][0x99][0xf][0xf7][0xe9]5[0xf1]q[0xc2]h[0xa5][0x8b]V[0xe6]I[0xd2][0x9b][0x82]@[0xec][0x1c][0xbe]S[0x1a]4[0xa0][0x9b][0xbe][0x82][0xb5][0xd8][0x86][0x1e][0xfa]J[0xb6][0x2]z[0xd1]G[0xb2][0xbf]be[0x0][0xf0]3N[0xbd][0xb]0Ls[0xaa][0x82];[0x1f]E[0xb][0xed]?[0xa4][0x11][0x87][0xfb]@[0xfe]}$[0x83][0xb1]xk[0xc3][0x19][0xfc][0xdf][0xab][0x10];-[0xc4]v[[0xc7]A[0xe4][0xa3]([0xc6]h[0xbf][0xbf]bo[0xc0][0xdd][0x8b][0xb9]hqB{D[0xe8]6[0xda][0xe]I[0xae]-[0xc4][0xe2]g[0x8][0x9c]Tau[0x95]a[0x9].[0x96][0x80]qLT`[0x9].[0x16][0xdf]K[0x94]e[0x16][0xc2]$=[0xe4]6V[0x8f][0xe5][0x93][0xe8][0xf8][0x1][0xe1][0xc4]"[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xcf][0xb1]xL[0x16]O[0xf0][0xd4][0xb1]xG[0xc]r[0xff][0x91][0xb][0x88][0xbb][0xb1]8;G[0xb0]:[0xc4][0xa1][0xb2][0x10]#[0x98][0xc6]3[0xb]"[0x82][0x19][0x4][0x0][0xa7][0xc1]a[0x5]V[0xc2]G[0x14]8[0x8][0xf7][0x92][0xf8]([0x89][0x8f][0x91][0xf8]8[0x89][0xfb]H[0xdc]O[0xe2][0x1][0x5][0xc6][0xe1][0x13]$[0x1e]$[0xf1]I[0x12][0x9f]"[0xf1]i[0x12][0xf][0x91]xX[0x81]G[0xe0]Q[0x12][0x8f])[0xf0][0x19]x\[0x81][0xcf][0xc2][0xe7][0x14][0xf8]<|[0x81][0xc4][0x17]I[0x89][0xa7][0x15][0xf8][0x1][0x1c]"[0xf1]C[0x12]?"[0xf1]c[0x5]~[0x2]?%[0xf1]3[0x5]~[0xe][0xbf]P[0xe0][0x97][0xf0]+[0x5][0x9e][0x81]_[0xcb][0xf0][0x1b][0x19][0x9e][0x95][0xa0]*f[0xa6]M[0xbb]E[0x82][0xca][0xba][0xfa]n[0x9]"m[0x99]~C[0x82][0xe3][0xda][0xcd][0xb4][0xd1][0x91][0x1b][0xee]3[0xb2][0x9d]z_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xef][0xcc]k[0xcf]$[0xf5]T[0xb7][0x9e]5[0xe9][0xb7]{3b[0xf][0x99][0x96][0x4][0x8b][0xdb]3[0xd9][0xc1][0xa6]!}8[0x99]5,[0xbb][0xa9]-[0x93]5[0xd6][0xeb]vr[0xc8][0xc8]Z[0xcd][0x12]D[0xf5]Tj[0xc3][0x80][0x4]+[0xea][0xda]7[0xeb][0xdb][0xf4][0xa6][0x94][0x9e][0x1e]l[0x8a][0xdb]F[0x96]0[0x9a][0xeb][0xfd][0xb6][0xae][0x1d][0x9a]U[0xf][0xbb][0x10][0x12][0xcc][0x17][0x19]J[0xb0][0xc0]Oitd[0x82][0xd6]j[0x81]~L[0xe8]'[0xb6][0xb2][0xb3][0xb3][0xb9][0x5][0xff]KP[0x93]0[0x7][0xd3][0xba][0x9d][0xcb]"[0x80][0x11][0xeb]<[0xab][0x0]cC[0xdf]f#i7[0xb7][0x88][0x2][0x98][0x4]W[0x1c]^[0x8c][0xcd]J[0xd0]T[0xd7]+[0xe]?0+[0xb][0x3][0xc]$X*[0x9e]q[0x99]H[0xb0]1 [0xa6][0x92]f[0xa5][0xe9][0xaf][0xad][0x13][0x93][0x9][0x19]St[0xc0][0xcc]Z6[O[0xb1]B[0x95]e$3[0xe9]~[0x9][0x96][0x94][0xe]qK[0xd0][0xb2][0x95][0xb0]*?[0xfa][0x8b]BE[0x1f]6'[0xd8]YY[0x8c][0xf8][0xda][0x19][0xe][0xa9][0xfc]pGf [0xdc][0x90]I[0xa8][0x1a][0xc8][0xe4][0xb2][0xf6][0x90][0x4][0xfb]g1[0xb][0xe5]g[0xe8][0x9a]#[0x96][0xa1][0xf0][\r]5@i{[0xf8](I[[0xf9])[0xdd]=[0xcb])[\r][0x9b]h[0xcb][0xdc]N[0x89]~[0xfa][0xff] [0xd1][0xe5]/BTO[0x8f][0xd2][0x3][0xbc]i*[0xf][0xf0]$>[0xfc][0x9b]Z[0xc9][0x0]-[0x87][0x8e][0xd4]s4[0xef]e[0x82][0xe4][0xa6][0x99][0xdf][0x8d]}[0xa1],.[0x99][0xa2][0x9d][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`&[0xd7][0xaa]8[0x13][0xd6]lm[0xd4][0xbe][0xfc][0x1c][0x98][0xbd][0xc]L+;;[0xff][0xb7][0x9b][0xb4]/g[0x8f][0x1e][0x1d]9[0x9b]V>o;[0x1a]wh_[0x96][0xf][0x1d][0xfd]Y[0x9e][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0x9b][0xce])[0xdc][0x97][0xa9][0xe1][0x99][0xcd][0xd4][0xa4][0xcc]WO[0xf1][0xf5][0xc7]G21[0x3][0xef]1[0xc5]T"}[0x19]{H[0x86][0xdf]Jpb[f[0xb8][0xcf]L[0xd3]3[0xe9]\[0xbc][0xe7][0xe2]H[0xa0][0xc6][0xd3]i#[0xdb][0x96][0xd2]-[0xcb][0xc0]w[0xd2]D@[0xd6]E[0x9e][0xf2][0x88][0xae][0xd6][0xa9]B[0x1f]HC[0x1e][0x9e]pwRP8[0xed][0xe7]'[0x18][0xe3]Kb8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "u[0xea]p,[0xa7]A0[0xe6]9[0xaf]2L[0x1b]o[0xc8][0xf0];|%[0xcd][0xeb]j[0xec][0xae][0x97][0xb2][0xae][0x19][0xca][0x91][0xf][0x16][0xbd]_6K[0xa1][0xfb][0xfc][0xe6][0x83][0x9f][0xd3]oX[0xc9][0xac][0xd9]g[0xf4][0xb7]:[0x85][0x90]'[0x92][0xb0][0xb3]fz0[0xa0][0xf5]z[0x8b][0x19][0x7][0x9e],][0x1f]#[0xb6][0x99]I[0xd3][0xc7][0x97]"[0x17][0xb8][0x6][0xdb][0xf4]T[0x8e]J[0xf1][0x4][0x1]0[0x1e][0x3]&?{[0x95]b[0xeb]4[0xc6][0x94])O[0xf4]Q[0x8d][0xb1][0xcd][0xc8][0x8e][0xe2][0xa1]nX[0x82]US[[0xfe][0x82][0xa0]M[0xb4][0xf3][0xaa]'[0xe8][0xc4][0xd5][0xc5][0x1c][0xf5][0xc7][0xba][0xc2][0xec]U][0xc1][0xa7]\[0xd1]a[0x94][0xe9][0x93][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfa][0xbe][0xd5]P[0x17]b[0xe5][0xa2]lY[0xfc]k[0xe6]-J%[0xa6]I[0x82]3[0x3][0x96][0x6]'Kg[0xb7]#[0xfc][0x6]][0x1a][0xb0][0xbe]02[0xb6][0xb7][0x5][0x7][0x16][0xb1]GG0[0xae][0xb9]E[0x16][0xf4][0xe5][0x86][0xbb]7[0x81][0xaf][0xac]5F[0xb2]FR[0xb7][0x8d]~[0x9][0xe2][0x93]Wd[0x81]qi[0xe2][0x95][0xa6][0xd5]*A5[0xbe][0x99][0xd8]CX[0xc3][0x12],[0xaa][0xb]$[0xbe]"`*& [0xd3][0xcc][0xad][0xb6][0xdb]"[0x81][0xd8][0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5]M[0x1e][0xd2]-[0xa7]]"&[0xbb][0xac][0xf]][0x1c][0xa2][0x2][0xce][0xd7][0x1c]([0xe3][0xdd][0xb4],G[0xd5]n$[0xd8]0[0x8d]ua[0xf6][0xba][0xa8][0xe9]XEzYw[0x4]%[0xa0]7\[0x6]<^j[0xc1][0xae]b[0x5][0xe7][0xa3][0x9c][0xef][0xa0]%[0xfd][0xca][0xc6][0xd6][0x9c][0x9e][0xea][0xcc][0xe0](3[0x82][0x93][0xf4][0x1][0xb3][0x12][0xb][0x16][0xbb][0xc2]L[[0xb6][0x9e]N[0x1a][0xf4]V=[0xbf][0xa8][0xfc][0x1b][0xd8][0xa9]n[0xaa][0xcd][0xd2]0i[0xab][0xa4]36n[0xcc][0xe9]\*[0xd5][0xed]lM*[0xde][0xe9]([0xf8]i[0xe9][0xc3]F[0xdc][0xa5][0x84][0xcf][0x15][[0xcf][0xe][0x1a]h2[0x7][0x9f]~[0xf9][0xdb][0xc7]&3i[G[0xe6]N[0x95]#[0xa2][0x95][0xeb][0xb3][0xdc]qym[0xe0]*[0xb2][0x8d][0x2][0xdd]dm[0xab][0xc7][0xa4][0xcf])U[0xb8]g[0xc][0x98][0xdb][0xb1][0xa4][0x8c]t[0xff][0xc4]=+7[0xc0][0xee])[0x89]L.[0x9b]4[0xce]3[0xe9]K[0xff][0xdc][0xc2][0xbf]5[0xac]"d[0x15]VA[0x93][0xc][0xbf]W[0xe1][0xc]8[0x93][0xc4][0xd9]$ZI[0xac]#q[0x1][0x89][0xf5]$6[0xca][0xf0][0x7][0x15][0x12][0xd0]I[0xa2][0x9b][0xc4][0x85]$zIl"q1[0x9]][0x86]?[0xaa][0x90][0x84]A[0x15][0xb6]@Z[0x86]?[0xa9]0[0x2][e[0xf8][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o[0x84][0xed]2[0xfc]E[0x85][0xcb][0xe0]r[0x12][0xdb]I[0xec]Pa'[0xec][0x90][0xe1][0xaf]*[0xbc][\r][0xde]Nb[0x97][0xc]Sa[0x8c]t[0xc6]H[0xe7]=[0xf0]^[0x12]g[0xcb][0xf0][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xc1][0xe5]2<[0xaf][0xc2]n2[0xbc][0x85][0xc][0xff][0xae][0xc2][0x1e]R[0xdb]C3[0xff]Pa/[0xa1][0xec][0xa5][0xe9]}4[0xda]G:[0xff]Ta?[0xe1][0x1d] [0x9d][0xa9]p[0x7]9[0xf9][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "w[0xd1][0xf5]?*[0xdc][\r][0xbb]$[0xa8][0xf5]e[0xbf]0O[0x12][0x1c][0xcf][0x17][0x96][0x4]k[0xca]>[0x15]J[0xd0]<[0x8d]c[0x15][0x9e][0x1f][0x5]Gs[0xe7]/F[0xa2][0x19][0xe7]S[0xd4])S[0xf0]([0xc1][0xd2]b[0xad][0xb5][0x85]G7[0x1][0xbe]F[0xc7][0x17]l[0xca][0xe2][0x99]8[0x1a],[0x11][0xdd]n[0xf5][0x9e]Au[0xa2][0xe9][0xb6]L*[0x85][0x19][0xc6]s\[0x9b][0xd3]@L[0xb5]V[0xa4][0xaa][0xd1][0x86][0x81]G[0xd1]\[0xbc]`[0xcb][0x10][0xf0][0x8e][[0x1d][0xd4][0xe5][0x8b][0x84]3[0xd8][0xea][0x1]S[0x9][0xec]|[0x9][0x96][0x15]O9[0xad][0xe9]2[0xc6][0xc8]O[0xe]RI[0x14][0xf4]m [0x8e][0xe6][0xb6]1,[0x87][0x15][0xb0][0x12][0xe8]_#H[0xd4][0xa9](_[0x8a][0xbf][0xe8]*[0xe1]5[0xda][0xf0][0x0]H[0xf7][0xe2][0xa0][0x2]NCY[0xc5]nF`5J[0xd5]Q[0x80][0x97][0xc1][0xe9]x[0xad][0xa1][0xf6]F-2n[0xf5][0x8c][0xc7][0xa1][0xe2] [0xe]*[0xb][0x8c][0x8f][0xf1][0x19][0xbf][0x1c]^[0x81][0xd7]5[0xbe];g[0xe1][0xb5][0x99][0xb9][0x8c]a[0xef][0xe2][0x86]![0x80][0xad][0xe4]a[0x17]r[0xb0]-E[0xb0][0xe7]x[0xb0][0xaf]dl[][0xd8]n[0xbc]V[0x10]NC[0xe3]8Dx[0xdc][0xe5][0xc]w[0x81][0xa3][0x1][0xe7]B[0x1b]KV[0x15][0xac][0xc5][0x91][0xc4]<[0xe4][0xe7]4oN[0xc3]9[0xc7][0xd7]y[0xcc][0xd7]:[0xd7][0xd7][0x16][0xc4][0xae][0xc4][0xab][0xdc][0xd0][0xb8]b[0x1c][0xa2][0xbc][0xb3]F[0xe6]l[0x99][0xa3][0xe2]9[0x93]]g4:[0x1f]G[0x15][0xcc]m^K[0xf3][0xb4]4OKC-[0x87]@[0x9c][0x11][0xb8][0xc0]%[0xf0]&\[0xbc][0x8]^[0xab][0x91][0xc0][0xca]q[0xa8][0xe2][0x19][0x9c][0xc1][0x18]48:[0x1e][0x83]j[0x8f]A[0xb5][0xcb][0x80]F[0xaf][0xc2]Q%[0xe3][0x92][0xd7][0xd7]<}[0xcd][0xd3][0xd7]<}[\r][0xf5][0x1d]V[0xed][0x8c][0xd5]z[0x97][0xd5][0xfb]p[0x81][0xa2]xU[0x88]Umd[0x1c]d[0x9e][0xd7]9[0x8c][0xd7][0xe9][0x8e][0x96][0xc7]K[0xf1]x)[0x1e]/[0xc5][0xe5]E[0xa3][0xe][0x1c]E[0x18][0xc3][0xbc][0xa5][0xe6]Yj[0x9e][0xa5][0xe6]Yj[0x9e][0xa5][0x86][0x96][0xe][0xd7][\r][0x8c][0xeb]F[0x97][0xeb]=[0xc8][0xa8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb][0xe1]Z[0x1b][0x1d][0x87]j[0x9e]m[0x9c][0xb1]mq[0xf4]<[0xb6][0xaa][0xc7]V[0xf5][0xd8][0xaa][0x1e][[0xd5]eK[0xa3]W[0xe3]([0xca]x[0xe7]14[0xf]C[0xf3]04[0xf]C[0xf3]04[0xf]CC[0xc]'[0x82][0xd7]`[0x4][0xf8]\[0x15][0xf4]Q[\r]O=[0x11][0xa2]=[0xbb][0x18]l[0xb7][0xb0][0xb6][0x15][0x1e]xSY[0xb5][0xdd]S[0xb2][0xb6]_[0xcb][0x8]\([0xae][0xed]9<[0x83][0xc1]i[0xd6]v[0xcf][0x14]k[0xfb]"[0xc6][0xaa]7[0xa8][0xb6]U[0x9e][0xd7][0xd6][0x19][0xab][0xed][0x9e][0xd0][0xb5][0xfd]:[0xc6]uSpm[0x1f][0xc3][0xb3][0xbd][0xf4][0x8][0xd4]v[0xcf]4j[0xfb][0xf5],[0x82][0x8b]E[0x9b][0xf9][0xb1]<[0xf7][0xb7][0x84][0xd8][0xcc]{[0xbc][0xb9][0xfc]f[0xfe][0x6]|[0x1e][0xe1][0x9]T[0xd0]G[0xc7][0xf1][0xae][0xc6]B<[0x8f][0xfa]0[0x4]<[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`[0x8f][0xe7]ao[0xf4][0xc1][0xe][0xb1][0x8][0xd6][0xf8][0xee][0x98][0x1e][0xec]f[0x84][0xc5]#[0xb2][0x0]v.[0xf][0xbb]?[0x4]l[0x6][0x93][0x80]'n[0x17][0xb6][0xc7][0xd7][0xf5][0xf3]x[0xe0][0xfb]|][0x9f][0x5][0x8b]eUf.[0x9c]~[0xb6]![0xe7]v[0xbd][0xea][0xde][0x19]B[0xd0][0x89][0x8c]o[0xc3][0x18][0xf0]X/[0x88][0xe1][0x4][0xde][0xd5][0xe3][0xbe][0x18]F[0x8b]b[0x18][0x85]K[0xbc][0x18].EX|K[0x10][0xc0][0xce][0xe7]a[0x9f][0xf4][0xc1]^[0x1]Wr[0xb0]W[0xe0][0xbe]3[0x1]{[0x15][0x83][0x15][0xb1]=[0x91][0x87]=4i[0xc6]{<[0xd8]73[0xd8][0x1d]h[0xcf][0xc3].[0xe0]a[0x9f][0xf5][0xc1]^[0x8d][0x15][0xef][0x87][0xbd][0x1a][0xae][0xc1][0xeb][0xb5]l[0x15][0x1c][0xf0][0xb7]"8[0xbe]![0x9]8/[0xe4][0xc1][0x9f][0x9f][0x12]x[0x1e][0x16]_[0xb8]\[0xd8]%L[0x3]O[0x8e][0xe3][0xb0][0x88]P[0xa5][0x2][0xd4][0xc3][0xae][0xc5];[0x98][0xc5].[0xd7][0xa2][0xa9][0x80]H[0xed]A[0xf0][0x1d]@[0xa5][0x1a][0x1f][0x11][0xa7][0xaa][0x1c][0x90]w"[0xc8][0x98]pa_[0xc0]E#[0xd5][0xfa]@[0xae]+Z[0xd8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xf6]][0xc]V[0xb4][0xb0][0x8b]y[0xd8][0xfa]I[0xcb]P[0xf3]`[0xdf][0x8d][0x99][0xc7][0xd7]O[0x1][0xec][0x12][0x1e]v[0x8d][0xf][0xf6]zl[0x1a]?[0xec][0xf5][0xf8][0xa0][0x99][0x80]}?[0x83][0x15][0x1d][0x9b][0x97][0xf2][0xb0]q[0x1f][0xec][\r]E[0xdb][0xd4][\r][0x5][0xdb][0xd4][0x8d][0x98][0x84][0x9b][0x84][0xb9]=[0x89][0x87]M[0xfa]`o.[0xca][0xed][0xcd]\[0xd3][0xec][0x16][0x16][0xe0][0xb]yX+d[0x1][0xde]"[0x84]][0xc6][0xc3]^5)[0xec][0xad][0x1e][0xec]m[0x8][0xbb]GX[0x9][0xcb]y[0xd8][0xb1][0x90]-[0xbe]G[0x98][0xdb][0x93]y[0xd8][CnH{E]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd7][0x85][0xd2][0x9d][0x5]][0xb8]W[0x98][0xb6]Sy"[0xf7][0x87]\[0x8d]}""/[0xe2][0x89][0x90]{| [0x15][0xf0]!6[0xfa]0[0xc][0xe0]u[0x1e][0x8e][0xfa][0xe1][0x11]0[0xa0][0x16]Rx[0x1d][0x86][0xda][0xff][0x2]PK[0x7][0x8]E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/hamcrest/CustomMatcher.class}S]o[0x12]A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]=[0xc3]G[0xf9][0xda][0xda][0x16]m[0x8b][0xfd][0x2][0xda][0xaa][0x14][0x92][0x12][0x1f]|[0x11]B[0xa2]U[0x13][0x93][0xaa][0xf]l0>[0xe][0xcb][0xb8]L[0xb3][0xcc][0x92][0xdd]Y[0x83]?[0xcb]D[0xd3][0xa8][0x89]>[0x9a][0xf8][0xa3][0x8c]w[0x16][0xb4][0xa0][0xe2][0xcb][0x9d]{[0xe7][0xee]=[0xe7][0xdc][0x93][0xd9][0xef]?>}[0x1]p[0x17]'yd[0xb1][0x97][0xc1]~[0x16][0x7]y$P[0xce]![0x83]J[0x1]U[0x1c]fp[0x94][0xc1]1[0xc3][0xfa]k9[0x11][0x83]G"t[0x2]9[0xd6][0xd2]W[0xc][0xc5][0xf3][0xb][0xfe][0x86]7=[0xae][0xdc]fW[0x7]R[0xb9]-[0x86][0x95][0xb6]TRw[0x18]6k[0xb7]Oz[0xc][0xa9]3 [0x18][0xd6][0xce][0xa5][0x12][0xcf][0xa3]Q_[0x4]6[0xef]{[0xc2][0xc0][0xf9][0xe][0xf7]z<[0x90][0xa6][0x9e]][0xa6][0xf4]P[0x86][0xc]{[0xe7]~[0xe0]6[0x87]|[0xe4][0x4]"[0xd4][0xcd][0xb3]([0xd4][0xfe][0xe8][0x19][0xd7][0xce]P[0x4]DZ[0x18][0xcc][0xeb][0xda]Z[0x4]z;[0xfe][0x5]V[0xfd][0xf]J[0xdb][0xb6][[0x1d][0x82][0xca]O[0xa1][0xfa][0xc2][0xf6][0x19][0xf6]k[0x8b][0x13]s[0xeb][0xc7][0xbb][0xec],o3[0xe4][0xba][0xd2]U\G[0x1]1[0xdf]k[0xdb][0xf7][0xe7][0xec]x[0xd1][0xbf][0x10][0x8e]nu[0x16][0xc7][0x1f][0xf2]P[0xfc][0xa9][0xa6][0xeb]G[0x81]#[0x9e][0xc8][0xd8][0xa0][0x5][0xc1][0xa7][0x6][0xce]B[0x1][0xb7][0x18][0xe][0xaf][0xa0][0x9f]z[0x9e]p[0xb9][0xf7] p[0xa3][0x91]P[0xfa][0xf1][0xc4][0x11]3[[0xca]s[0xf2]*[0xe1][0xd0][0x8f][0xbc]A[0xa5]/*[0x8a]*[0x15]y^[0xd5]`Y[0x16]r[0xc8]gp[0xdb][0xc2][0x1d][0xd4]h[0xc1][0xe5][0x86]1[0x94][0x96][0xa9]gH[0xd6][0x8c]=[0xa5]e[0xee][0xd0]b|<[0x16]j`[0x8b][0x89]f8[0xfd][0xd7]SYnm[0xaa]J[0xaf]3K[0xf][0x97],1r)KPN[0xea])[0xae]R[0xa5][0x90][0xa4][0x1b][0xa0]T[0xbf][0x4]k|[0xc3][0xea]g$^[0x15][0x93][0x97]H}[0xad]7> [0xfd][0x8e]zI\[0xa3][0xb8][0x85]4[0xc5][0x1d][0xa4][0xb0]k[0xfe][0x0][0xc2];[0xc0]6[0xca]X[0x8b]{1[0x6][0xd6][0xb1][0x1][0xc4]Y[0x91][0xb8][0x18][0xae]Sn[0x98][0xa6][0xbd][0x1b]tn`[0x93][0xbe][0x9e]r[0xf7]h[0xca][0xcc]Y[0x8d][0xfa]{[0xa4]?b%[0x81][0x97]W|[0xf9][0xb8]wDZ[0x8f][0xe7]8[0xac][0xdf][0x1c][0x16]ql/pX3[0x8e][0x4][0xb1][0x99]x[0x93][0xd4][0x9a]s[0xf7]'PK[0x7][0x8][0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.class[0x8d]S[k[0x13]A[0x14][0xfe]&[0x97][0xe6][0xb6][0xb5]mj/[0xc6][0xa4]nj/[0xb9]@[0x83][0x8f][0x9a][0x10][0x90][0xaa] D}[0xc8][0x12][0xf1]q[0xb2][0x99]n[0xa6]lf[0xc3]fV[0xe2][0xcf][0x12][0x94][0xa2][0x82]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfe]([0xf1][0xec]&[0xd8][0x4][0x1b][0xf5][0xe5][0xcc][0x99]9{[0xbe][0xef];[0x1f]g[0xfc][0xfc][0xfc][0x15][0xc0][0x3]T[0xb3]H[0xa3][0x98]B)[0x8d][0x83],b[0xb8][0x97]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "f[0xe]e[0x1c][0xa6]p?[0x85]#[0x86][0xcd][0xb]9[0x15][0x83]'bb[0xfb]r[0xac][0xa5][0xa7][0x18][0xf2][0x9d]K[0xfe][0x96]7\[0xae][0x9c]FW[0xfb]R9M[0x86][0xb5][0x96]TR[0xb7][0x19]v*[0x96][0xab]=[0x86][0xc4][0xb9]7[0x10][0xc][0x1b][0x1d][0xa9][0xc4][0xcb]`[0xd4][0x17][0xbe][0xc5][0xfb][0xae][0x8][0xe1]<[0x9b][0xbb]=[0xee][0xcb][0xf0]>L[0xe8][0xa1][0x9c]0[0x1c]u<[0xdf]i[0xc][0xf9][0xc8][0xf6][0xc5]D7[0xce][0x83][0x89][0xf6]F[0xd6][0xbb][0xb1][0xe8][0xf2][0xb][0xf1][0x82]k{(|"[0xcf][\r][0x16][0xf5][0xed].[0x3][0xd2][0xd7]s[0xd0][0xea][0xa0][0xb5],[0xab][0xd9]&[0xc8][0xec][0xc][0xb2]/,[0x8f][0xa1]TY[0xee]\[0xb0]#[0x9a][0xad][0xb0][0xba][0xcc][0x90][0xe9]JGq[0x1d][0xf8][0xa4][0xe0]a[0xcb]z[0xb4]`[0xcf][0xab][0xfe][0xa5][0xb0]u[0xb3][0xbd][0xdc][0xbe]JQ[0xd7][0xb]|[<[0x93][0xe1]([0x85][0x1b][0xc5][0x9f][0x85][0xd0][0x6]r8f8[0xbc][0xa6]y[0xee][0xba][0xc2][0xe1][0xee]c[0xdf][0x9]FB[0xe9][0xa7]S[[0xcc][0xad]*-H5G[0x4]i[0xf6][0x85][0xa9](W[0x81][0xeb][0x96]C$[0xc3]@[0x6][0xd9][0x14]N[0xc][0x9c][0xa2]B[0xb0][0xff][0xb6][0x90][0xa1][0xf8][0xb7]y[0x18][0xe2][0x95][0xd0][0xb4][0xfd]U[0x9e][0xd1][0xa8]|<[0x16]j`[0x89][0xa9]f8[0xbb]i[0xa1]V[0x1b][0x9e]([0xd3][0xe][0xa7]i[0xbd]i[0xb3]B[0xe9][0x94][0xc5]([0xa7]I([0xae][0xd3]M!N/[0xc0]~[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0xfe][0x1d][0xeb]_[0x10]{[0x93][0x8f]_![0xf1][0xad]V[0xff][0x88][0xe4]{[0xaa][0xc5]q[0x8b][0xe2].[0x92][0x14][0x8b]H[0xa0]D[0x88][0x7][0x84]gb[0x8f]~[0x8e][0x8d][0xa8][0x16]a`[0x13][@[0x94][0xe5][0x89][0x8b]a[0x9b][0xf2][0x90]iV[0xbb]M[0xe7][0x16]v[0xe8][0xeb][0x19]w[0x8f][0xba][0xc2]>[0xa3]^[0xfb][0x80][0xe4]'[0xac][0xc5][0xf0][0xfa][0x9a]/[0x1b][0xd5][0x8e]I[0xeb][0xc9][0x2][0x87][0xf1][0x9b][0xc3] [0x8e][0xbd]%[0xe]c[0xce][0x11]#[0xb6]0[0xde]A!:[0xef][0xfe][0x2]PK[0x7][0x8][0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/hamcrest/Description$NullDescription.class[0xad]T]o[0x12]A[0x14][0xbd][0xc3]R[0xa0][0x14]m[0x85]Z[0x8b]Z?j[0xab][0xb][0xb5][0xac][0xad][0xd4]D![0xc4][0xa4]j[0xd2]H[0xda]4[0x10]^[0xfa]4[0xd0][0x81]n[0xb3][0xdd]%[0xb3]C[0xa3][0x8f]}[0xf1][0xf7][0xe8][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xce][0xee]J[0x16]X[0x96][0x96][0xf0]2[0x1f]w[0xee]9[0xf7][0xcc][0x99][0x8f]?[0xfd][0x6][0x80][0x1d][0xd8]KB[0x14]^%`'[0xe][0xbb]qx[0x1d][0x87]"[0x81]XY7uQ![0xa0][0xa8][0xb9][0x6][0x81][0xe8][0xbe]u[0xca][0x8],Vu[0x93][0x1d][0xf6].[0x9a][0x8c][0xd7]i[0xd3][0xc0]H[0xba]j[0xb5][0xa8][0xd1][0xa0]\[0x97]s/[0x18][0x15]g[0xba][0x8d][0xd9][0x87]=[0xc3][0xf8][0xc0][0xec][0x16][0xd7][0xbb]B[0xb7]L[0x2][0xa9][0x3][0xd3]d|[0xdf][0xa0][0xb6][0xcd]0!_[0xb5]xG;[0xa3][0x17]-[0xce]l[0xa1][0xf9]R7[0x86][0xa0]%[0x2][0x19][0xda][0xed]2[0xf3][0xd4][0x17]][0xcd]T[0xca][0xd8]B[0xa1][0xfa][0x12][0xc2]r[0xf1][0xf8][0x8a][0xd4]\[0xd0][0xbb]K[0xd6][0xac][0x1e]o[0xb1]O[0xba]|9K>tA&[0xa7] [0x6]q[0x2]@@[0xbd][0xee][0xc7][0x86],[0xc3][0x9b]&[0xb0]:[0xe][0x8d][0x9f][0xb5][0x82]5~[0xe][0xf8]q'[0xb0][0xc7]z[0xd8]&p[0xa6]a[0x8f][0xa5]a.[0xff][0x13][0xc8][0xf][0x1c]D`[0x1e][0xdb][0x98][0x13][0xdc][0x85]$[0xb6])7[0x1][0x16][0xe0]6H[0x91][0x8b][0xb0][0xe4][0x81][0xdf]`[0x1f][0x91][0x98][0xfc][0xf7]![0xe4][0x9e][0x83]\qW=[0xa4][0x1c][0xdd][0x81][0xb4]S0[0x3][0xcb]8[0x93][0x1c]mO[0x96][0xcb][0xa1][0xf8]8J[0xe]G[0xd1]][0xf5]q[0xdc]E^[0xe2][0x8c][0xee][0xf5]+[0xac][0xe2]HqFY[0xb8][0x8f][}[0xd0][0xd7]-#[0xf]1[0xb2][0xe6][0x8c][0x1f]a[0xec]1<[0x99][0xa8][0xff][0xfd][0x18][0xfd]O[0x9d][0xda][0x4][0xd6][0xe1][0xd9]D[0x8e][0x8f]c=[0xd8][0xc0][0xf5]+[0xd8][0x84][0xe7][0x13]=[0xf8]<[0xa5][0x7]/FH[0x1c][0xaa][0x1c]x[0xc2][0xf0][0x86][0x12][0xd1]Bg[0x9f][0xda][0xd7][0x8][0xf9][0x12][0xb5]Z[0x8e][0xf6][0xf0]xa[0x7][0x87]{[0xfe][0x89][0xd2][0xbf]"/[0xed]+[0xae]&J[0x8e][0x92]Zze[0x86][0xb1][0xc2][0xc6]![0xbd][0xbd][0xdd]n[0x93]nB[0xa6]"[0xb5][0xa8][0xfa]'[\r]a[0xec]@[0x85][0xfc][0xd7][0xbb][0xbe]q[0xc4][0xbe][0xc][0x92]l[0x88]e3[0xf0][0xc4]PxIe}[0xe8][0xb9][0xa7][0xb1][0x86]|[0x1a][0x13]H2[0xe4]^[0x2][0x91][0xc4][0xf0]y1$J}[0xab][0x9]r[0x89]q[0x1a]0[0xc][0xf9][0x80][0x86]VV[0x9c][0xc]"[0x5]PLc[0xaa][0x1f][0xbf] C[0xf1][0xc]YL[0xd3][0xce][0x19][0xda][0x15][0xc3],[0xd5][0xb3][0xf8][0xfa][0x94][0xcf]Q>[0x1f][0xca][0x17][0x88]/G[0xac]4|(_[0xa3]J[0xf0][0xa5]n[0xc0][0x8e][0xae][0x10][0xbb][0xc4][0xd8]E_v[0x89][0xfe][0x9][0x8a] [0xa9][0x18][0x96][0xfb][0xd0][0x15]X[0x14][0x83]i[0x17][0xd8]K [0xff][0x0]PK[0x7][0x8]>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/DiagnosingMatcher.class[0x95][0x92]KO[0xdb]@[0x10][0xc7][0xff][0x9b]8q[0xec][0xba][0x85][0x84][0x92]R[0xda][0xd2][0xd0][0x87][0x4][0xa1][0xc2][0xe2][0xd0]K[0x13]E[0xea][0xf3][0x14][0x92][0x3][0x11][0x95][0x10][0x97][0x8d]Y9[0x8b]b[0x1b][0xd9][0xe][0x12][0xdf][0x89][0xb][0x1c]Z[0x89][0x3][0x1f][0x80][0xf]Uuv[0xe3][0x92]&)[0xad][0xea][0xc3][0x8f][0xa5][0xf2][0xb3][0xa0][0x91][0xe]d[0xc2]PkG[0xb1][0xef][0xe]x[0xe0][0xc5]"I[0xdd]O[0x92][0xfb]a[0x94][0xc8][0xd0][0xdf][0xe5][0xa9]7[0x10]q[0x83][0xa1]:]~v[0xf2][0xb][0xf1][0xfa][0x1f][0xb5][0xcd]^[0xaf][0xd1]"[0x80][0x19]h[0x9f][0xba]-o[0xb4][0x8f][0xf9])w[0x87]<[0xf4][0xdd]n[0xff]Xxic[0xf3][0x80][0x86][0x91][0xa9][0x8][0xd4][0xa0]sY[0x86][0xc5]#[0x91]x[0xb1][0xec][0x8b]][0x99]h[0x10][0x83][0xfb][0x7][0xcc][0xcc],[0xba][0xe6]$[0x95]Q[0xd8]P[0xbb]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2][0xe2][0xdf][0x12][0xc][0xab]w[0x17][0xfd]w[0x13][0xba][0x85][0xb5]'[0xfd][0x90][0xa7][0xa3][0x98]v[0xf3][0xb6][0xd9]{7_[0xdf][0x9a][0x6]|[0xe0][0x89][0x98][0xd9][0x95][0xbd][0x17][0x8d]bO|[0x91]j[0xc1][0xd5][0xb9][0x95]n+[0xa4][0x83]"L[0x13]/[0x1c][0xbc]D[0xd5][0xc1][0x2][0x1e]1[0xac][0xfd][0xfd])[0x18]V[0xee][0xea]<[0x9b][0x9a][0xda][0x90][0xd1][0xe9]v>[0x1b][0xeb][0xf4][0xd7][0x15][0xa0]>[0x3]L5'Y"[0xef]=iF[0xba]P[0xff][0xe]vAF[0x1e][0x16][0xc9][0xa2][0xe][0x96]`[0x93]t[0xc6][0x7]p[0x8f],[0xe0][0xfe]T[0xe4][0x1][0xe9]2[0x8d][0xbf][0x98][0xe1][0xba]T[0x9f]#m[0xd5][0xb7].[0x91][0xfb][0x86][0xfc][0xf9][0xc][0xd2][0xd1][0xc8][0xea][0xf8]P[0x86]TV[0x19][0x15][0xca]O[0xe0][0xd6]-|[0x9][0xf]3[0xf8]![0x91][0xf2]j[0xac][0xfa][0xd6][0x1b]B[0x9d][0x8c]kk^[0x99]nU[0xd1][0xfc][0xda][0xf8][0xdc]-[0xbf][0x94][0xf1][0x95][0xb5][0xac][0xbb]O:[0x95][0xc6][0x9d][0xc]C[0xbd][0x2][0xf9]9[0xac]h[0xf9][0x18][0xab]Z?[0xf9][0x9]PK[0x7][0x8]#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Factory.class[0x85]OMK[0xc3]@[0x10]}Sm[0xa3][0xb5]j[0x5]/"[0xa2]x[0xe8][0xd1][0xc5][0xb3]'[0xa1])[0x15][0xac][0x95][0x18][0xbd]x[0xda][0x86]!n[0xd9][0xec][0xca]fS[0xc8]_[0xf3][0xe0][0xf][0xf0]GI7"[0xf6][0x12]p`f[0x1e][0xbc][0xf]x_[0xdf][0x1f][0x9f][0x0][0xae]q[0x14][0xe1] [0xc2]a[0x84]![0xa1][0xff]d+[0x97][0xf1]Di&[0xc]&2[0xf3][0xd6][0xd5]WK[0xb9][0x92][0x84][0x93][0xa4]2^[0x15][0xfc][0xa2]J[0xb5][0xd0]|k[0x8c][0xf5][0xd2]+kJ[0xc2][0xc5]}[0xa3][0x11]Z[0x9a]\[0xc8]?B$[0xec][0xd9]4[0xe8][0x86][0xd0]]I][0x85][0xd4][0xd1]?[0xd2]G[0xab]UV[0x7]C[0x94]g[0xa6][0x4][0x9a][0x91][0xc6]?[0xe7][0xb2][0xcf][0xb7][0xf7][0xfe][0xf6][0xde][0xdf][0xc0]_[0xff][0xfe]'[0x80][0x9b][0xa8][0x8e]c[0x12]w[0x13][0x98][0xc2]=q*[0x8a][0xa5]$[0x96][0xfb][0x9]ZV[0x92][0xf8][0x16][0xdf]%[0xf1][0x0][0xf][0xe3]X[0x15][0x97]5qY[0x8f]a#[0x8e]+[0x9]h[0xf8]>[0x86][0x1f]b[0xd8]dH[0x1a]O[0x1e][0xad][0xff][0xba][0xb1]Y^[[0xdf]e[0xc8]ou[0xdc]Va[0xdf]l[0xd7]][0xde][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x96][0xe3]q[0xd7]1[0xed][0xc2].o[0xda][0xbc][0xee]Y[0xcf][0xb8][0xf1][0xe2][0x80]oXN[0x83][0xbb]E[0x86]D[0xb7]W[0xdb]6[0xbd][0xfa]>w[0x19][0xd2][0xc3][0xbe][0x81][0x9d]P[0xe3][0x15][0xab][0xe5][0x98]^[0xcf][0xe5][0xc][0x99]PPi[0xd1][0xd8]+[0xae][0x10]4[0xd5][0xe4][0x12][0xb8][0xc6][0xbb]u[0xd7]:[0xf0][0xac][0x8e]C[0xc6][0xad][0xa7][0xe6]3[0xb3]`[0x9b]N[0xab]P[0xf1]\[0xcb]i[0x11]2[0x19] [0xcb]f[0x9b][0xc2]FK[0x96]cy+[0xc][0xf7][0xb3][0xe1],N[0x86]8i[0xc9]U[0x19][0xd4][0xd5]N[0x83][0xe2]MnY[0xe]/[0xf7][0xda]5[0xee][0x1a]f[0xcd][0xe6][0x82]D[0xa7]n[0xda]U[0xd3][0xb5][0xc4]=0[0xaa][0xde][0xbe][0xd5]e[0xb8]4[0x9c]s[0xc3]gv[0xdc][0x80][0xf4][0xb0]/u0[0xf0][0xbf]:[0xca][0xb1]d[0x18][0xc5][0xa0]-[0xab][0xe1]U[0x5]m;mmg[0x82][0x96]UM[0xbb][0xc7]w[0x9a][0xc][0xd7][0xb2][0x3][0xc0][0x9d][0xda]S[0x9a]p1w[0xd2][0xc4][0x10][0xcf][0x12][0x97][0x1c]%c[0x98]h[0xcb][0xdc][0xdd][0x8a][0xd9][0xe4][0xf6][0xb][0x86]BH[0x8c]a[0xb2][0x3][0xb3],[0xe6]~[0xa1]Y[0x99]u[0xaf]g[0xda][0xc3]s=N[0xd5][0xb6][0xba]2[0x5][0xc3][0xec][0xc7][0xe3]0h[0x83][0xc5]0(DP[0xac][0x82][0xe2][0x9c]`;[0x9a]C[0xa2]![\r]5nth|[0xd9][0x11]`[0xea][[0xb2]1[0xa8][0xc6]x[0xa9]n[0x7]bS[0xb2][0xe2][0xf9]q[0xc9][0xb8]w[0xb2][0x92][0xbd][0x10][0xdb][0xca]p[0x1e]![0x4][0xd1][0xc6]5[0xcb]l9[0x9d].[0x8d]i`[0xf2]b[0xec][0x89]J[0xa7][0xe7][0xd6][0xe9]s[0x13]Z[0x99][0x1e]V[0xc7][0x92][0x88][0xae][0xe1],R[0x1a]f[0xf1][0xa3][0x86]i[0x9c][0xd3]0[0x83][0xf3][0x1a].[0x88][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0xc6][0xf0][0x93][0x86]-l[0xc7]P[0xd6][0xb0][0x83]G[0xc]lN[0xc3][0xcf][0xd8][0xd5]P[0x81][0xc1][0xa0][0x9f][0xfe][[0x17]9[0xf6][0x18].[0x8e][0x90]+[0xc9][0xe9]t[0xd5]I[0xcd]|[0xc2][0xcf][0x8c][0xe8][0xf1][0xb9]0[0xf9]3[0xc4][0x2]12|[0x16]&e[0x1a][0xf4][0xf9][0x8f]M[0x96][0xba]k[0x1e][0x1c]p[0xa7]a[0xf0][0xe7][0x1e][0xc3]R6[0xe4][0x9b][0x19][0xa5][0xbf][0xa9][0x15][0xb4][0xdd][0xd7][0xeb]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "T[0xd6][0xb4]Oa[0xc0],>[0xcb][0xbb][0xff]iO[0x85][0xdb]M[0x1f]R[0xfb]_Z3!uln[0xe6][0xaa][0xea]e[0xfa][[0x98][0xa2][0xbf][0xe][0x95]&I[0xa2][0xa1]SJH[0x6][0xd4]::G[0x90][0xa6];[0xa9]G[0xda]/[0xc8]}[0x8c][0xde]fq[0x91][0xde]2t{I[0xbb]J[0xfb][0x8c][0xfe][0x6][0xec][0x3]"[0xfa][0xc2]![0x14]=[0x8]U_<[0xc4][0xd8]kzRp[0x89][0xd6]49[0x82]B[0xc4][0xc8]Y#[0xf7][0xb3][0xe4][0x9e][0xa6][0x97][0xcf][0xc9][0xaa][0xfb]![0xf0][0x5][0xe6][0x0]y[0xf2])[0x88][0x93]H[0x1e][0x91]'[0x91]^[0xc1]e[0x19]+[0x12][0xe0][0xe7][0xfb][0xf8]t[0x9f][0xf2][0x97][0xaa]*d[0xde][0xbf]_[0xa3][0xe8][0xd7][0x91][\r][0x8][0xbf][0xa7][0x18]"[0xdb][0xb2][0xbe][0xf0][0x1e][0xd1][0xb2][0xfe][0xe][0xca][0xe2][0x11]b[0x11][0xfc][0x86][0xf9]<[0xdd][0xc6][0x8e][0x10][0x8f] 5.[0xb7][0xc7][0xf2]9[0x84][0x84][0x2][0xe5][0x95][0xfa][0xaa]_[0xcd],[0xa2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4]fi[0xcd]Qn[0x9d][0xb2]-[0xe0][0x6][0xf2][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "K[0x3][0x15]-[0xf7]+Z&[0x9c].+Z&d[0x9e][0xb8]D[0x9][0xb9]H6[0xbf][0xa2]9[0xda]}[0xfc]|[0x1f][0xbf]Dx[0x1f]U[0xa0]W[0xbf][0x96][0x1b][0xd4][0xb7][0x9b][0x94][0x85][0xc9]Z[0x9a]d[0x11][0x9d][0xc8],[0x10]Ou[0x90][0xb8][0xe0]}[0x84]$Up<[0x81][0x84][0xc4]~M[0xbd][0xbf]%9[0xfa]][0xcc][0xf4]9f[0xe8]-O[0x91][0x5][0x1f]Mr[0xcd][0x4]|[0xe2][0xc4][0xe7]V[0x90][0xf3][0xba][0x9c]#0[0xf9][0x7][0xb4]'[0xa9][0x9]U[0xf9][0x80]3o[0xc1]D[0x1a]&[0xd3]D[0xa5][0xeb][0x4][0x5][0xf7])[0xdf][0xc6][0x1d][0xb9][0xf3][0xf]PK[0x7][0x8][0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Matcher.class[0x85]QMK[0xc3]@[0x10]}ckck[0xd5][0xaa]U[0x10][0xff]@{1x[0xf0]bEP[0xaa][0xa7][0x16][0xc1]J[0xf]^[0x96]M2[0xa6][[0x92]M[0xc9]n[0xc5][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]7[0xb1][0xe2]'[0xba]0[0xfb][0x6]f[0xde]{3[0xbb][0xcf]/[0x8f]O[0x0][0xe][0xd1][0xf6][0xb0][0xe9]a[0xcb][0xc3]6[0xc1]K[0xa5][\r]'l[0x8];[0x9d][0xc1]T[0xde]K?[0x91]:[0xf6][0xaf][0x82])[0x87][0xb6][0xd7][0xbd]%[0xb4]"6a[0xae][0x2][0x1e]*S6[0x13][0xfc]_Z[0x7]Y[0x1e][0xfb][0x13][0x99][0x86]9[0x1b][0xeb][0xf7]K[0xce][0xcc][0xaa]L[0xf7][0xba]c[0xc2][0x91][0x88]2m[0x85]Jg[0x9][0xa7][0xec][0xb2]ai[0x9b][0xb]![0x94]6[0x96]e$[0xf8][0xc1][0xb2][0x8e][0xc4][0xb9]4[0xfc]^$T:[0x5][0xbb][0xd1][0xe7]Y[0xce][0xa1][0xb4][0x1c][0x11][0xf6][0xae][0xe7][0xda][0xaa][0x94][0xc7][0xca][0xa8] [0xe1]3[0xad]3+[0xb]#[0xb7][0xc3][0xee][0xa7][0xb9]>8=B}[0xa4]b-[0xed][0xc4][0xdc]x[0x8e][0x17].[0xcc][0xf1][0xf5][0xa5][0xb][0xf3][0xdc][0xb9] a[0x91]g$d(HJX[0x92][0xb0][0xcc][0xe0]L[0xea]e[0xdd][0xa4][0x8d]=[0x10][0xdc]cp[0xa4]*y[0x8d]a0[0xad][0x97][0xb5][0xed][0xfa]qV32j[0xb6]D[0x16]o[0xba][0x92]SK{[0xaa][0xa1][0xf3]s[0xd3][0xe8]0[0x8b]z[0x8d]a*]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf1][0xa2]z[0x9c]3[0xb4][0x9a][0x19][0xdf]R[0xcd]\Q3Vj5[0xcd]0[0x13][0xc][0xb2]*v[0x99][0xa2]j2[0x84][0x3][0xe9]#[0xf5][0x93][0x1a]/[0xa9][0xe5]B|'{[0xa4][0xe5][0xcc]D[0xd7][0xf4][0x4][0x87][0xe3]Tsf]-[0xf1][0xf6][0x1d]Y[0xc][0xd2][0xb1][0x15][0xca][0xe0][0xeb]^B8Za[0xae]^@[0xb7]g2[0x89]^[0xc8][0x93]Qr.[0x93][0xbb]W/[0x94]U[0xb3]nP[0xc2]|2[0xb3][0xd8][0x9]b9@[0xa1][0xd7][0x15][0xe1],[0x96]Z9[0xef][0x9a][0x86]^.$[0xfe]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xbc]V[0xcb][0x19]z[0xd5][0xd4]+e[0x86][0x89][0xf6][0xc0][0xb5]+[0x1f]!v[0x1a][0x9a]Z[0xe3]Q[0xde][0xce][0x96][0xc][0x9b]=8t[0xc6][0xfe][0x3]+_[0x97][0xb4][0x3][0xee][0xe8][0xb7][0xee][[0x80]e[0x7]t[0xff][0xbb][0x95][0xba][0x91][0xd3]6t[0xa1][0xa3]6u[0xc4]x[0x5][0x5][0xb7][0xe0]e U[0x8e]aF[0xc2]+[0x5][0xaf][0xb1][0xc2]p[0xb7][0xad][0xbf][0xd5][0xa0][0x85][0xac][0x84]U[0x5])[0xac][0xd1]x[0xe4][0xf5][0x93]*[0x11][0xd1][0xf2][0x8b]~[0x5][0xeb][0xd8][0xe0]&?[0xb2]u[0x93][0x9b][0xde][0xe0]-[0xc3][0xd8][0x15][0xd8][0x95][0xb]|[0xeb][0x86]Q1[0x14][0xbc][0xc3]&[0xc7][0xf0][0x9e]f[0xdb][[0xc8][0xc]CO[0x8e]a[0xa4][[0xfc][0xa5]0[0xe9][0xd3][0x18][0xed]"[0xf7] [0xcd]d[0xac][0xd7][0x1d][0xf2][0xcf][0xa5]Z[0xd5][0xca][0xf9][0x8c]vB[\r]b][0x86][0x1c][0xbc]N[0x0][0xc3]Vv[0x8b]q[0xe7][0x90]a![0xd0][0x9e][0xb3][0xab][0x95][0xe][0xad][0x90][0xec][0x8d][0x15][0x87],[0xf5]e[0xb5]-[0xbd]&x1[0xc4]o[0xfc][0x88][KpM[0xb8][0xcc][0x8a][0x85][0x9e]f[0x16][0x8]v[0xd3]f[0xd7]I[0xed]a[0x9a][0xfe]mC[0xe0][0x8f][0x3][0x8c][0xb][0x85][0xde][0xc3]t[0x8a][0xd3]J[0x9a]A_[0xe8][0xc][0xec][0xb]ml[0x18][0xa1][0xb7]S[0x18][0x9d][0x18][0x5][0xd7][0x93][0x8][0x80][0xf][0xb7]i[0xed]'u[0x8d]S[0x14]O[0xfe][0x8];[0xed][0x0][0x97][0xd7][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83][0x9d][0xe7][0xdb]E[0xbe]l[0xd9]!Q<[0xaf][0xe1]k[0x9e]'0)@[0xb8]0[0x85];T[0xf7]n[0x9b][0xef][0xde][0xa5][0xcf]O[0xbe]i[0x81][0xe6][0xbe][0xe8]8[0xd3][0xec]xN[0xf5][0x1d][0xb4][0xa6]"[0xe1][0x6][0x1c]6[0x9c]"q[0x8e][0xbe][0xfd]38[0xb7][0xa3][0xa1][0x6]$[0x1b][0xbc].[0xb1]D[0x1a][0xe8][0xa7][0x83],[0xe][0x1f]"[0xe1]h[0x3]n;[0xa5]+[0xfb][0xd1][0xaf][0x18]8[0x83][0xe7][0xe7][0x15][0xd8][0x9]"[0xca]i[0xca][0x18][0xa0][0xb9]x[0x10][0xa3][0xf7][0x1c]yV[0x9][0x1a][0x7][0x1f][0xa2][0x96]^[0xcc][0xe2][0x1][0x1e]R[0x6]5[0xc7]#<[0x16]PS[0x82][0x10][0x13];N[0xc8][0xd6]B(%[0x8]][0xf8][0xfc]d[0xb3][0x8][0x5][0x4][0xa1]`s[0xfe][0x9b][0xcd][0x11]z&O[0xa1]px[0xa1][0xb]l[0xd6]ExD[0xc7]qB0A[0xe8][0xa6]Z[0x86][0xe9][0xb9]D[0xe1]![0x84]aq[0x8f][0x11][0x91][0x17][0xfd][0x3]PK[0x7][0x8][0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/SelfDescribing.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0x94][0xd4][0xe2][0xe4][0xa2][0xcc][0xa4][0xd4][0x90]|F[0x6]Y[\r][0x9f][0xfc][0xa2]t[0xfd][0x8c][0xc4][0xdc][0xe4][0xa2][0xd4][0xe2][0x12]}[0x17][0xb0]\AIf~[0x9e][0xb5]f[0x18]Pqp~iQr[0xaa][fN*#[0x83]ppjN[0x1a]DERf^[0xba]^VbY"#[0x83]4[0x8a][0x1][0xa8]J[0x18][0x19][0x4]@[0x8a][0xf4]s[0x12][0xf3][0xd2][0xf5][0xfd][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x85][0x91][0x81][0x99][0x81][0x5][0xc4]b`[0x5][0x92]L[0xc]l[0x0]PK[0x7][0x8][0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/StringDescription.class[0x8d]S[O[0x1a]A[0x14][0xfe]F[0x90][0x85][0x5][0xc5]"b[0x15][0xb5][0xb4][0xf6][0x82][0x8b][0x8a][0xf7][0xd6]k[0xab][0xa8]I[0x13]Z[0x93]jl|\`[0x94]5[0xb8][0xab][0xcb]R[0xfb][0x8f][0xfa]Z[0x93]VjM[0xda][0xf7][0xfe][0xa8][0xa6]g[0x96][0x15][0x17][0xdd]h[0x1f]v[0xf6][0xcc][0xb9]|[0xdf]7g[0xce][0xfc][0xf9][0xfb][0xf3][0x17][0x80]IlH[0x18][0x93][0xc1]0.#[0x80][0xac][0x8c][0x7][0x18][0xf][0x91]5!aRxl[0xf7][0x94][0x8c]i[0xcc][0x8]k6[0x8c]9[0xbc][0x94][0xf0]J[0xc2]|[0x10][0xb]2:[0xb0](\K[0x12][0x96][0x19]|F[0xcd]bH[0xe4][0xf][0xd5]Oj[0xb6][0xa2][0xea][0x7][0xd9][0xd5][0xe3]c[0xae][0x97][0xd4]B[0x85]/2[0x4][0x96]4][0xb3]V(/=[0xb2][0xcb][0xe0][0xcf][0x19]%[0xce][0x10][0xcd]k:_;*psG$2[0xc4][0xf2]FQ[0xad][0xec][0xaa][0xa6]&[0xf6][0x8e][0xd3]o[0x95][0xb5]*C*o[0x98][0x7][0xd9][0xb2]zT4y[0xd5][0xca]n[[0xa6][0xa6][0x1f][0xac][0xf3]j[0xd1][0xd4][0x8e]-[0xcd][0xd0][0x89][0xa6]/[0xed]-@p[0x6]-[0xa3]Q[0xc2]0[0x99][0xbe][0x1][0xc5]+[0xfb][\r][0xa0][0x2][0xc5][0x17]G\ [0x8d][0x12][0x82][0xee][0xac][0xb6]$1[0xc][0xde][0x89]A|j[0xf5][0x8a]/[0xa0][0xda]R[0x18]z[0xd2][0xb7][0xa1][0x85]6F[0xa7][0xec]i[0x84]4#[0xfb]vk[0xe3]s[0x91]_[0x9d][0xc9]W[0xb5]L[0xd1][0x18][0xf]M[0xfe]t[0xce][0xae].[0xd2][0x97]c[0x88][0xa7]=[0x95][0xcb][0xdb]F[0xcd],[0xf2]MM[0xf4]2q[0xab]m[0xe3][0xa2][0x84][0xa1][0xf7]f[0xe5]ZM[0xab][0x94][0xb8][0x19]A[0x1c]=bIF[0x10]C7[0xc3][0xd0][0xdd][0xb7][0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^Kx[0x13][0xc1][0x0][0x14][0xb1][0xc]JX[0x8d][0xe0]1[0xd6][0x18][0xba]=N[0xc8][0xd0][0xcd][0xfc][0xa1][0xa6][[0xda][0x11]w[0x5][0x93]9[0xa3]V)[0xa5]t[0xc3]J[0x9d][0x9a][0x9a][0xc5]S%7U[0x1c]9[0x1][0xbd][0xce]0[0xd0][0xa2]jM[0xad]r[0x97]&bn[0xdc][0x80][0xcb][0xb7][0xb5][0xcf]0[0xdf][0x1c][0xb4]D[G[0xad][0xeb]Z[0xf5]V[0xe1][0x90][0x17]i[0xfa][0xe3]^[0xb3][0xc7]0[0xe1][0xbe][0xf4]\Y5[0xb7][0xf9]I[0x8d][0xeb]E[0xde]2h-[0xcf]E[0xf1][0x98][0x13][0x97]g[0xa7]l[0x1a][0xa7][0xcd][0xc1][0xee][0xa3])[0xf0][0x6][0xa2][0xd6][0x4][0xe8]U[0x83][0xde]xL\[0x1e]Y[0x12][0xd9]t[0xa1][0xb4]&h[0xb7][0x0][0x1f]Y@D[0xb9][0x4][0xdb][0xab][0xa3][0xad][0xe][0xdf][0x19][0xed][0xdb][0xd0]K[0xab]L[0x8a]!LO[0xfd][0xa1]m[0xd9][0xb9][0xe8]C[0xbf][0x8d]I3[0xe1][0xe0]lR[0xa6][0xc8][0x95][0x95]:[0xfc]J[0xe6];[0xda][0xaf]Q:[0x89][0x3][0x88][0xc2][0x8f].[0x84]H[0x8d]@J4[0xb2][0x1d]$a[0x9]u[0x8c][0xe2]4/[0xe][0xe6]<[0xe5][0x8][0xbe][0xe8]%[0x2]$MR[0xce][0x11][0xa1][0x9d]P[0x9f]T[0xbe][0xa1]=s[0x81]p[0x1b]>~A[0xf4][0xdd]%:[0xf6]b[0x9d][0xa3]uD[0x9f][0xd9][0xc5]a:f[0xc4][0x81]N[0x10][0x14]0B[0xbe]Q[0xf2]*[0xa4]*C[0xc7][0x1c][0xb3][0xa9]R[0x4][0x17][0xa5][0xc8]0[0x9e][0xda]-H6[[0x90][0xc4]3<',A[0xff][0xc2][0x8b]>y[0x81][0xae][0xff][0xa7][0x9f]"[0xdf],y[0xa7][0x89]n[0x86]([0xe6][0xee][0xa5]O[0x93]d[0xd1]*z[0xb6][0xe][0xfd][0x94][0xd3][0xba][0xa0][0xa0][0xf7]h[0xfd][0xb2][0xab]{[0xc1][0xe6]Td[0xec][0xac][0xd1]PK[0x7][0x8]r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.class[0x95]U]s[0xd3]F[0x14]=[0x1b]+[0x91]#D[0x1c][0x1b][0xea][0xf0]];[0xb8]A[0x96][0x3].P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc5]&m[0x13]'[0xc5][0xd4][0x9][0x1d][0xe2]I'}adg[0xe3](#[0xcb][0x19]Ia[0xca]L[0xff][0x8][0xfd][0x3][0xbc][0xf0]B[0x81]x[0x6]fx[0xe4][0x81][0x1f][0xc5][0xf4][0xae],[0x14][0xcb]v[0x86][0xf0][0xe2][0xd5][0xde][0xaf]s[0xef]9[0xbb][0xeb][0x8f][0x9f][0xde][0xbe][0x7]p[0x1d][0xf][0x15]L[0xe3][0xe6]$[0x12][0xf8]A[0xc1]-[0xfc][0xa8]@[0xc5]m[0xb1][0xbd][0xa3][0xd0][0xcf]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xa2]$[0xe3][0x9e][0x82]8n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb]/"[0xfe]W[0x19][0x8b]q[0xcc][0x88][0xd8]%[0x19][0x15][0x19][0xcb][0xc]'[0xea][0x9b],?^[0xa9][0xae]U[0x96][0x1f]1[0xcc][0xd7]:N[0xab][0xb8]c[0xb4][0x9b][0xe]w[0xbd][0xa2]i{[0xdc][0xb1][\r][0xab][0xf8][0x88]o[[0xbc][0xe9][0x99]Ox[0xfd][0xe9][0x1e]_1[0xed]-[0xee][0x94][0x18]T[0xfe][0xf7][0x1e][0x99][0xf9][0x96][0xb0]2$k[0xbb][0xc6][0x13][0xa3]h[0x19]v[0xab][0xb8]d[0x19][0xae]K![0x93][0xeb]f[0xcb]6[0xbc]}[0x87][0xfc][0xa7][0x7][0xfd]e}[0x81]BN[0xb6][\r][0xaf][0xb9][0xc3][0xdd]uc[0x9b][O[0x19][0x8a]Z_[0xdc][0xc3][0xc6].![0x94][0xa2]}U[0xb8][0xdb]t[0xcc]=[0xcf][0xec][0xd8][0xa5][0xfc]_[0xc][0x19][0xad]^[0xff]B[0xc8]D[0xd9][0xb4]Mo[0x81][0x9a][0xd0][0x86][0xba][0xcc]o0HK[0x9d]-j1Q3m[0xbe][0xb6][0xdf]np[0xa7]n4,[0xb2][0xa4]j[0x9d][0xa6]am[0x18][0x8e])[0xf6][0x81]Q[0xf2]vL[0x97]A[0x8b]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xc4][0x10][0x15][0xd3]h[0xd9][0x1d][0xd7][0xb4][[0xab][0xfe]d[0x82][0xaa]t[0xb4][0xc]E[0x6][0xa5][0xae][0x1e][0xb3]F[0x99]F[0x14]l[0xcd][0xc][0xf5]/X[0x14]#[0x14][0xb5][0xaf]QOd(^[0xb8]g[0x88]i[0xc2]$[0x7]b0|3B[0x6][0xc1][0xa4]dz[0xbc]-x[0x19][0xf2]2Lo[0xf9][0xb4]7[0xf8][0xaa][0xe9][0xfa][0x85][0xbe]ZMj[0xe1]T;H[0xee]s0[0x9c];:[0x89]!^nZ[0x81][0xbe][0xb7][0xca][0xf5][0xbb][0xc3][0x88][0xb][0xd1][0xec]E[0xc3][0xe5][0x3][0xbc]*[0xeb][0x9d]}[0xa7]Il[0x8]Q.[0x1d])[0xc3]5QZ[0xc5]9[0xcc][0xa9]8[0x85][0xd3]2VT[0xfc][0x86][0xfb]*[0xaa]x[0xa0]"[0x89][0x94][0xf0][0xe5]d[0xfc][0xae][0xa2][0x6]M[0xc6]*[0x9d][0x92][0xa3][0x1a][0xcf][0xad][0xed][Vd[0xc8][0xc4][0x90]E[0xad][0xda]6w|[0x9d][0xb9][0xab]b[0x6]gT[0x14]0[0xcf][0xa0][0x1f]_k[0xd1][0xd2][0x1a][0xc3][0xdc][0xf1][0xe][0x1a][0xc3][0x99][0xa3][0xb8]"[0x81][0x7][0x99]%[0xee][[0xdc][0xf3][0xfb]#[0xe5][0xb4][0xfc][0x88]'`z[0x9b][0xba]X[0x8e][0xbc][0x14][0xb9][0x11][0x97]pDfb[0xc0]D*[0x99]n[0xd5]v=[0xc3]n[0xf2][0xc1]>#[0xb4]En[0xc9][0xba][0xe7][0xd0]x[0xa5]j5[0xbf]!e[0xe9]1[0x9c][0xa6]'t[0x8c]8![0xb5][0xe8]+%t[0x4][0x9d]w[0xdf][0x9a][0x86],I[0x82][0xe6][0xd0]r[0x16][0x12][0xc5][0x9e][0xa7][0xaf][0xb][0xb4]o[0xd0]:F[0xab][0xa2]w[0xc1][0xf4][0xc2][0x1b][0x8c][0xbd][0xa4]][0xc][0x17][0xe9]w[0x8a]V C[0xf1]YLb[0x16][0x97]h[0x97][0xee]E[0xe3][[0xb2][0xc3][0xff][0xea][0xa1]e#[0xbe][0xd9][0xd0][0x97][0xe]q/[0xfb][0xb8]9[0xda][0xb][0xdc][0xc7]T[D'{[0xb8][0xfa][0x1]b[0x7][0x90]F[0xc0][0xe7])M[0xa7][0x11][0xb]}[0xf0][0xc9][0x10]>[0x89][0xef]h[0xe0][0x1e][0xbc]Jk[0xcf]'[0xe0][0x5][0xd8]\[0x0]v[0x9f][0xb2][0x84]/[0xae][0xff][0x87][0xf1].&[0xe]1[0x14][0xbf][0xde]u[0xc8][0xb8][0xe1][0xd7][0xef][0xd5][0x88][0x7][0xf5][0xb3][0x11][0xcb][0xac]_[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4][0xa0][0xea].a[0x88][0xec]\[0xe1][0x3][0xb2][0xfa]k[0x8c][0x15][0xe] ?CZ/[0xbc]C|[0xb3][0x8b][0xc9][0x3]([0xcf][0x88][0xfe][0xe7][0x90]b/B[0xc4][0x9][0xbf][0xde][0xed][0xbe]ir[0xe1]49[0x9a]V[0x8f]L[0x93][0xb]q[0xe9][0x92][0x4][0xb8][0xff]P%_[0x18][0xc2][0x9d][0xfa][0x8c][0xfb]/T[0xbd]0[0xdf][0xc5][0x89][0xe7]$ea[0x9e][0xa0][0xff]<[0x9c]2E[0x9d][0x2]?[0x8b][0xff]M:[0x8][0x8b]T[0xb3][0xe2][0xe3]g[0x2][0x81]?[0xe3]g[0x2]|[0xf1]u[0x15][0xd7][0xa8][0xbb][0xc3]N2A'q[0x14]C^[0xaf]`[0xdc][0xcf]K[0xbc][0x83][0xba][0x99]:9[0x1e][0xeb]b[0xea][0x15][0xc6][0x5]0[0xeb][0x1b]6E0[0xbd]3[0xf0]=Q-[0xd6][0x1b][0xd4][0x8c] [0x9f]n[0x1b][0xca]X[0xc0][0xd9][0xff][0x1]PK[0x7][0x8]}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/TypeSafeMatcher.class[0x95]Uks[0xda]F[0x14]=k[0x14][0xb]d[0xd9][0x18][0xe2]G[0xea][0x84][0x94][0xd4]n[\r][0xc2]1}[0xa5][0x8f][0x98][0xba]I[0xfc]h[0x8][0xd8]I[\r]%u[0xfa]p[0x5][0xac][0xb1]2 <[0x92][0x9c]&?%[0xfd][0x3][0xfe][0xd2][0x99]N_[0xf6][0xa4][0x9d][0xe9][0xc7]v[0xa6]?[0xaa][0xd3][0xbb][0x92][0x90][0x1][0x13][0xa6][0xfd][0xc2][0xee][0xde][0xbd][0xf7][0x9e]s[0xcf][0xde]+[0xfe][0xfe][0xe7][0xb7]?[0x0][0xbc][0x5]=[0x82])[0xac]([0xf4][0x93]S0[0x8d][0x8f][0xc4]qU[0xc1][0xc7][0xb8][0xa5] [0x86][0xdb][0xc2]vG[0xc1][0x1a][0xd6][0x85][0xcb]F[0x18][0x9b]c[0xf8][0x4]w[0x85]%[0x1f][0xc6]=q([0x84]Q[0x14][0x97][2[0xb6][0xc3]H[0x8b][0xb0][0xfb]2[0x1e][0xc8][0xf8][0x94]a[0xac][0xbc][0xfb]`co3[0xbf][0xbd][0xbe][0xb1][0xc3][0xb0]Tl[[0x8d][0xec][0x81][0xde][0xaa]Y[0xdc]v[0xb2][0x86][0xe9]p[0xcb][0xd4][0x9b][0xd9][0x1d][0xbe][0xdf][0xe4]5[0xc7]x[0xc2][0xcb][0xcf][0xe][0xf9][0xa6]a[0xd6][0xb9][0xb5][0xc2][0xa0][0xf2][0xa7][0x87]d[0xe6]uae[0x88][0x15][0x1f][0xeb]O[0xf4]lS7[0x1b][0xd9][0xb5][0xa6]n[0xdb][0xe4][0x12])[0x19][\r]Sw[0x8e],[0xba][0x9f][0xea][0xbf][0xcf]i[0xab][0xe4]2[0x9a]3L[0xc3]Ye[0x8][0xa5][0xd2][0x15][0x6]i[0xad]]'[0xe7]h[0xd1]0[0xf9][0xf6]Q[0xab][0xca][0xad][0xb2]^m[0x92]%^l[0xd7][0xf4]fE[0xb7][0xc]q[0xf6][0x8d][0x92]s`[0xd8][0xc]W{[0x89][0xb]>%}[0x9f]o[0xe9]N[0xed][0xc0][0xa5]:[0xd3][0x1b]L[0xf7]~[0x82][0xf9][0xa1][0x91][0xb9]ryEp[0x9c]J[0x9d][0xab]Mp[0x9d]=g[0x16]%[0x89][0x9b]l[0xea][0xff]H)"[0x14]'83[0x8c][0xb7]\|[Pi>c[0x98][0xee][0x6][0xba]_}L[0x19]V[0xd2][0x8f]H[0xbb][0x14][0x11][0x14][0x9b][0x99]:[0xb7]k[0x96]Q[0xe5][[0x86][0xed][0xc6]v"[0xb3][0x3]"{[0xa9][0xad][0xbb][0x91][0x87][0x8e][0xd1]6]"[0x92][0xe1][0xf0][0x96][0x90][0xfb]\[0x1c][0xc3][0xc5][0x96][0x9f][0xbe]+[0x88]a[0xee][0xe5][0x9][0xe9]U[0x89]!CR[0x10][0x1d][0x8e]+[0xfb]53L[0xf6][0x17]C}Z[0xef][0x6][0xc][0xe7]jM[0xbf]in[0xe4][0xca]7[0xcf]3][0xed][0x85][0xba][0xa3][0xdb][0xfd]/[0xaa][0x94][0xda]GV[0x8d][0x4][0x17]M0[0xd5][0xf7][0xec][0xcb]"[0xa1][0x8a][0x19][0xcc][0xaa][0xb8][0x82]E[0xf1][0x93]Pq[0x9][0xaf][0xc8][0xd8]QQBY[0xc5]g[0xa8][0xa8][0xb8][0x81][0xeb]2[0x1e][0xaa][0xf8][0x1c][0x9a][0x8a]44z[0x90]ou;[0xa9]'e[0xec][0xaa]x[0x84]/T|[0x89][0xaf][0x18]F[0x92])[0x15]_c[0x8f][0x81][0xa5]U,[0xe1]:[0x83][0xf6][0xdf][0xdb]C[0xc0][0xc3]peX[0xa3]2\zY[0xc5][0xa4]g[0xbf]>[0xa4]`[0x83];n[0xc3][0xd2][0x9b][0xa6][0xd2][0x3][0x6]wr[0x9f][0xb0]7z[0xe6]{a[0xc0][0x10][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x88][0x8c][0xf6][0x99]Hk[0xc3][0xce][0x9b][0xb6][0xa3][0x9b]5[0xde][0xcf][0xb3][0xa7][0x8f][0x14][0xfd][0xf0][0x90][0x9b][0xf5]2J[0xc][0x97][0xbb][0xd1]J[0x8e]e[0x98][\r][0x82][0x1b][0xd2]h2[0x95][0xb4][0xad][0xb7][0xc4]s[0xf6]T[0xe4][0xc7]R[0xf]y[0xe9]+z[0xf3][0x88][0xf7][0xe5][0xef][0x8c][0xd4][0xb0][0xfc][0xb3][0x3][0x8][0xe5][0xf3][0xe9][0x8a]t[0x8d][0xbe][0xad][0xd3][0xf4][0xad][0x1e][0xc1][0x9c]h[0x19][0xda][0xc5]E[0xaf][0x80][0x6][0xc3][0xb5]^F[0x18][0x92]h![0xb2]\%[0xcb]][0xb2]1Z[0xc3][0xda]O`[0xa7][0x18][0xf9][0x91][0xf6]![0xbc]J[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdd][0x80]r[0xc8][0x94]%I;[0xd5][0xf3][0xc3]5[0xbc]F[0xeb]|[0x8f]e[0x81]V[0x91][0xf5]u[0x8a][0x11]Y[0xab][0xb4][0x8a]hE;EH[0xcb][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9],[0xef][0x4][0xad] /[0x89]N[0x11][0xca][0x9c]tQ\o?[0xb7][0xd8]y[0x9c][0xe7]{[0xee][0x16][0x82][0xbb][0xcb]A=o[0xb8][0xb8][0x8b]~5{[0x94][x[0xc7]<\[0xed][0x4][0x17]N0:[0x0]~[0x91][0xc2]R[0x98][0xa4]99[0x83][0x8f][0x5][0xf0]1[0xba][0x9b][0xf5][0xe1][0xbd]"c[0x1e][0xbc]$[0x89][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc0]3[0x94][0x85][0x6][0xc8]/[0x9a]Sf[0x91][[0xd6]2K[0xa7][0x90][0xfb][0x95]|[0xf][0xa3]x[0xdf][0x85]Kzn[0x1][0x9c][0x8c]ed][0x18][0x19]o[0xd2][0xbf][0xec]HW[0xdd]rP[0xb7][0xf0]z;[0x80]~[0x87]([0xbd][0xeb]R[0x11][0xd0]5_[0xef]D[0xe6]O[0xcc]i[0xbf]@[0xca][0x9c] [0xfc][0x1c]Q[0x8d][0xd6][0xc8]s[0xc8][0xd2]1[0xa4][0xd0][0xf7][0x1][0xa1]Q[0x17][0xec]vW[0xed][0x89][0x80]L[0xc2]'sV{[0xc2][0xa7][0x10][0x13][0x9f][0x18][0x1f][0xf0][0x7][0xbf][0xd6]B[0xe6]/[0xa8]^[0xbd][0xc7][0xb8][0xd5]A[0xfe][0xe][0xd9][0xa5][0xb8][0xf2][0x2]c$[0x91][0xfb][0x4][0xaa][0xbb][0x8f][0x8f]{[0xa6][0x17][0x98][0xa0]C[0xd4]=<[0xb3]f[0x8e][0xb5]][0x87]*[0xe][0xf0][0x84][0x96][0xcb]Z[f[0x89]q[0xe5][0xa9])o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3]V[0xc4]I[0xe][0xb4]o-[0xa2][0x9][0xd3]x[0xa0]w[0xb3][0xd3]3[0x8e][0x89][0x16][0xb4][0xc1][0xbe]xJ@`E[0x94][0x90][0xad][0x1][0xa1][0xc1][0x99]z[0x8d]g[0x5][0xf4][0x8a]3D[0xbd][0xa0]G-Z [0xf6]R[0xe7]U][0x9a][0xea][0xce][0xc7][0x1d]M1[0x2][0x9b][0xca][0x17][0xa8][0xfa]j&[0x83]'[0xe8]_[0xb1]v[0xfa][0x1f][0x8f][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbb]=4n[0xa7]7[0x17]v @6[0x1d]j[0xb2];hf[0x96]F[0x17][0x8d][0x81][0xd8]]H[0xb1][0x9e][0xef][0xe1][0xfa][0x96][0xde][0x9a][0xf0]8=7[0xd1][0x8][0xfa]W[0xce][0x8d]V[0xf8][0xd1][0x86]Nzk[0xb3]vS[0xfc][0xdd][0x0][0xb7][0xac][0xe8]O[0x96][0xad][0xed][0x11]k;D[0xe6][0xbd]du[0xe1])z[0xb2][0xbc][0xbf]Ql[0x99][0xc6]T[0xec];[0xb8]V[0xd1]$a[0xbc]w[0x15]n[0x9][0x9f][0xe1] [0x19][0xb2][0x84][0x9f][0xe1][0x19]tG[0xdc]=[0xab][0xf0][0xba][0xf0]9:[0xe2][0x11][0xf7]*|.[0x84][0xfd][0xab][0x8][0xb8]0MK[0xf1]U[0x4][0x9b][0xd0]t[0xe7][0xab][0xbf]q[0xdf][0x11][0xb0][0xb7][0xd3][0xa9][0xec][0xd9]A[0xc9][0xbb][0x89][0xea]!"{[0x84][0xde]N[0x10]0Fa[0x80][0x12]w[0x10][0x94]([0xad][0xba][0x9][0xe4]a[0xc4][0xd0][0xc3][0xa9][0xa6][0x4][0xad][0x14][0xe2][0xe8]%[0xa8][0xcc][0xea]C?[0xc1]w[0x8]Z[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "yZ[0xfb][0xf7]p[0x91][0xf7]a[0xbf]M[0xec][0x12]Eg2[0x84]{[0xc2][0xa1][0xf0]c[0xe1]M[0x16][0xbf][0xcd]2[0xa6]K[0xc2][0x6][0xf8][0x8e].l!9J[0xa2][0x86]E[0xf6]0[0x9e][0xa6][0x9c][0x96][0xa8]![0x8e]"lg[0xf2][0xb3]O[0x10]Ea[0x99][0x8e][0xd1][0xc8][0xd6][0xfc][0xf7][0xd1][0x9][0xc0][\r][0x4][0xa9]Sj[0xc1]-:[0xa0][0x1f][0xd2]q[0xbd]M[0xdf][0xbb][0x8f][0xe8][0x93][0xf3]1][0xb0]O[0xb8]L'-[0x0]B[0xa6][0x94][0x90])%dJ[0x9][0x99]R[0xb6]L[0xcc][0x1a]#K[0xa6][0xf8][0x9].[0x98][0x87][0xb]V[0x8a][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0x96][0xa4]h[0x96]t[0xe3]e[0xd2]9[0x9f][0x8b][0xd3]8[0xc3][0xc7][0x17][0xff][0x1]PK[0x7][0x8][0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/AnyOf.class[0xcd]W]S[0x14]G[0x14][0xbd][0xbd][0xec][0xcc]~[0xb0]*[0xc1][0xaf][0xac][0xb2]FMHp[0x1]Ww0[0x1f][0x2][0xab][0xa8][0x11][0x8d][0xb]$B4[0xa2]&5,[0x3][0x8c]ag[0xac][0xd9]!%[0x95][0xef][0xbc][0xf1][0x90][0xdf][0x90][0xa7][0xbc]%U[0xc9][0x8b][0x98]X[0x95][0xaa][0xbc][0xe6]5[0xcf][0xf9][0x19]yM[0xe5]tOO[0xef][0xe][0xbb][0xb][0x11][0x8c]%[0xf][0xd3]w[0xa7][0xef]=[0xf7][0x9c]33[0xdd][0xcd][0x1f][0xff][0xfc][0xfa][0x1b][0x11][0x9d][0xa6][0xbb]i[0xda]EW[0xd3][0xa4][0xd1];I[0xba][0xc6][0xc7]r[0x82]&[0xf8][0x88][0x9b][0x93]4[0xc5][0xa3]w[0x13][0xf4]^[0x9a]Rt[0xbd][0x93][0xa6]i[0x86][0x17] [0xe7]}F[0xfa][0x88][0xed][0xd8]~[0x89][0xd1][0xc1][0xbe][0xf2]=[0xf3][0x13][0xb3][0xb0]l:[0x8b][0x85][0xab][0xbe][0xe5][0x99]s[0xcb][0xd6][0xf0][0x89][0x1b][0x8c][0xe2][0x17][0xdd]y[0x8b][0xd1][0x9e][0xb2][0xed]X[0x93]+[0xd5]9[0xcb][0x9b][0xe1]s[0x8c][0xba][0xcb]n[0xc5]\[0xbe]az6[0xff]-o[0xc6][0xfd]%[0xbb][0xc6]([v[0xbd][0xc5][0xc2][0x92]Y[0xad]xV[0xcd]/T\[0xcf]*[0x8c]9[0xab]S[0xb][0xc3][0x8c][0x92]U[0xd3][0xaf],Y[0x1e][0xd2][0xf6][0xb5]j[0xca][0xe8]@[0x14]y[0xf5]~[0x88]~[0xa4][0x1d][0xec][0xc8][0xcc][0xcc]p[0x9][0x95][0xc5][0x16][0x80]#[0xd1][0xa2][0x89][0xa0][0xfb][0xc8][0xa0]([0xe1]E[0xa9]i{[0xd1]1[0xfd][0x15][0xf][0x1d][0xce][0xb4][0xf2]a[0xb][0x4][0xee]R"[0x10][0x5]M[0xfb][0x1b][0x11][0xa6][0xe6][0xee]Y[0x15][0xf8][0xc4],#[0xe6]r[0xcb][0x9a][0xa6][0x18][0xa5][0xe7][0xad]Z[0xc5][0xb3][0xe7][0xac][0x19]d[0xe4][0xfa][0xa2][0xbd].[0x89][0xb9][0xfb][0xbe][0xed]:[0xa2]O[0xe7]|[0xfd][0x6][0xa3]C[0xed][0x93][0x19]i&w[0x86]Q[0xa1][0xf5][0xa3][0xdd][0xe4][0x9]-[0x8d][0xcc][0x9c]mfZ[0xda][0x8e]5[=[0xb0][0xec][0xf5][0x15][0xc7][0xb7][0xab][0xd6][\r][0xbb]f[0x3]n[0xcc]q\[0xdf][0xe4][0x2]j[0xe2]5h,[0xbe]lV|[0xd7][[0xe5]O[0xb9][0xef]v[0xcb][0xb6][0x9b][0x8a]:[0xd8][0xa6][0x6][0x9e][0xb7][0x9e][0x91]"[0x18]M[0xb7][0xb1]c[0xd3][0xb2]-[0x95][0x8f][0xf7][0xb5][0xe6][0xf3][0xe4][0xca][0xb4][0x5][0xdb][0xab][0xf9]M~[0xd5][0x5][0xea]5[0xab][0xe2]:[0xf3][0x8c][0xba][0x2][0x19]+[0xbe][0xbd]\([0xdb]5[0xfe][0xf6][0x1d]n-B[0x92][0xec][0xd9][0xdc][0x99][0x93][0x1b][0xf0][0xb6][0xfc][0xd4][0xaa][0xed][0xde][0xac][0xf6]$vd[0xf2][0xdd]'2y[0x1b][0xd6]c[0xb9][0xf3]`[0xec][0xda][0xd3][0xd5][0xb5]#[0xcd][0xb5][0xa7][0xa0][0xf9][0xc9][0x9d][0xd0][0x17][0xdc][0x15][0xcf]_b[0xf4][0xfd][0xb3][0xb3]bG6[0xad][0xfd]o6m[0xeb][0xb]^[0xe0][0xde][0xfd][0xfe]|x[0xb7]#_[0xbf]{[0xc6][0xbe]n[0xc3][0xed][0x9a][0xfd][0x80][0xbb][0xfd][0xd7][0xf3][0xef][0xf6][0x8e][0x9e]Da[0x93][0xb3]D[0x83][0xee]i[0xdf][0xb3][0x9d]Eq[0xba][0x88]=8[0xc5]/[0xa7][0xa3]'[0x15][0x99][0xc0][0xe8]Bk[0xc3]Z[0xf0][0x98]^r=[0xbf][0xb2][0xe2]_t[0xab]s[0xb6]#6[0xf4][0x90]Uz[0x1a][0xb]E[0xc5][0xba]l[0xf3][0x3]]Z[0x10]>[0xc9]13[0xb4][0x9b][0xf6]d[0xa8][0x87]8[0xf][0xd7][0xcb][0xd0]Q[0xba][0x80]][0xbb][0x8d][0xc6][0x4][0xdd][0xcc][0xd0][0x7]t+C[0xaf]P/[0xa3][0xbd][0xf5]}h[0xcc][0xf3][0xcc]U[0xbe][0x19]q[0xc0][0xd9][0x4][0xdd][0xce][0xd0][0x1d][0xca]1[0xea][0xfd]O,[0xb1][0x8b][0xb6]8[0xbf][0xcd][0xf2][0x3]\[0xd7][0x86][0x1e]8[0xa1][0xe8]f[0x8d]w[0x2]8[0xe][0x3][0xcd][0xa7][0xbe][0xe6][0xdd][0xb6][0xa3][0x8f][0xdb][0xbc];z[0x1f][0xb7][0xcd][0xf9]y:[0x86]s[0xfa].[0xe2][0x9d][0xc4][0xb8][0x19][0x14][0xa3].[0xfc][0x9a][0xc5][0x18][0xc3][0xa8][0xe7][0xfb][0xd7][0x89][0xfd][0x8c][0xa8][0x83]^[0xc0]5-[0xee]v[0xa3]j/[0xae]D[0x7][0x82],[0xfc][0xda]'Pt[0xda][0x8f]{[0xb0]02[0xf7][0xa2][0x9a][0xcb]b[0xee][0x10][0xe2][0x18][0x1d]F[0xd4]C9\y[0xbf][0x9][0xe0][0xf3][0xec]D[0xbe]?[0xfe][0x90]b?[0xa8][0x86]:[0x12][0x8]p[0xf5]f[0x9][0xd5],AG[0xe8]%[0xd9],#[0xf2][0x12][0xb2][0x19][0xc3][0x83]<&[0xa1][0xaf]K[0xe8]d[0xbe][0xbf][0xbb][0xe3]![0xc5]7[0x8a][0xe9]AU[0xae][0x1]?[0xa9][0xf0][0x93]t[0x9c]^[0x8e][0xe0]'%~[0x8a][0xbf][0x1]@[0xe1][0xf8]oc[0xe4]s[0xa9][0xc7][0xa4][0xdd][0xca][0xaf][0x93][0xfe][0xd3][0x6][0xf2][0xaf][0x9][0xf0][0x0] %[0xfc][0xa1][0x6][0xc8][0x94]p[0x85][0xa4]+[0xaf]";[0xa8][0xeb][0xc3][0xb8][0x86]6'd[0x9b]K[0xb8]'([0xe4][0x1f]Q[0xe2][0x11]%7v)6tI[0x2]3[0x1f][0xe9][0xc2][0xef][0xf4][0xab].[0x3][0x91].\[0xcc][0xa0][0xec][0xf2]-f;0[0xe6][0x1e]S[0xea][0xd6]:[0xa5]'[0x6][0xf2][0xbf]Pg[0x8c]n[0xe][0xf4][0xcb]1[0xd2][0xba][0x9b][0xe2][0xb8][0x8e][0x2][0xbe][0x84][0xf2]s[0xf0][0xe6][0xbc][0xa0]q4[0x0][0xa1][0x93]T[0x10]N[0xe6][0xe8][0x14]"&h[0xec][0xc7][0xbf][0x8f]1A[0xad][0x9e]UTY[0x86][0xca][0x1a]BV@[0xf7]L[0x13][0xdd][0xd7]%[0xdd][0x1f]1[0xcb][0x19][0xf4]J[0xba][0x93][0x83][0x92][0xee][0xa0][0xa4];8 [0xc7][0x8][0xed][0x3]x[0x89][0xae][0xa1]Q[0x19]0[0x13][0xa0]=[0x9]2S[0x82]z>[0x0]T[0xd4]{%u[0x1e][0xbd][0x81]([0x86][0xaa][0x9c][0x10][0xd1]!D[0xd4][0xf3][0x8b]*[0xdf]P[0xf9][0x86][0xca][0x1f]B~ [0xe7][0xcd]&9oI9b[0x96]33[0xa4][0x9c][0xb3][0xf1]l\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xca][0xc6][0xfb][0xc3]` [0xc][0x6][0xc3] "[0xee][0x10][0xa0][0xf9][0x7][0x9c][0xa2][0xdb][0x10]t[0x7][0x1f][0xda]][0xb4][0xf8][0x10][0x8f][0xf8]#!p(h[0xa1][0x4][0x1a]J[0xa0]![0x5][0xf2][0xe8],[0xa2][0xe]`[0xe4][0x85][0xd4][0xb8][0x90]Z[0xaf],[0xaa]JCU[0x1a][0xaa][0xd2]P[0x95]C[0xa8][0xc]D[0xf]7[0x89][0x1e][0x91][0xa2][0xff][0xc6],g<[0x1a][0x8a][0xd6][0xb2]Z(Z[0xb]Ek[0xa1]h-[0x14][0xad]e[0xe3]a[0x14][0x91][0x4][0x9f]3[0xd1]=[0xb4][0xf8][0x18]r[0x97]![0xbf][0x8a]f[0xe][0xe4][0xbb] y_XP[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a]*[0xb]F[0x95][0x5][0xa3][0xca][0x82]Qi[0x1][0x8f]F[0x11][0xc5][0x81]8$[0xcc][0xd0][0x84][0x19]u[0x8c][0xa2][0xc2]0[0x14][0x86][0xa1]0[0xc][0x85]a([0xc]nd`K[0xa9][0xc9][0x96]s[0x81]-[0xec] f[0xb9][0x92][0xf1][0xd0][0x16]=[0xab][0x87][0xb6][0xe8][0xa1]-zh[0x8b][0x1e][0xda][0xa2]+[[0xf4][0xac][0x16]F[0x11][0x83][0x8e][0xe3][0x85]$[0xfa][0x14][0xcd]>[0x83][0x19][0x9f][0xc3][0xa0]/[0xd0][0xf6]K[0x18][0xf4][0x15][0x88]Mc[0xf4][0x8d]0[0xe9]J[0xd0]^[0x99]4[0xae]L[0x1a]W&[0x8d]+[0x93][0xc6][0xa5]I<:[0x8f]H[0x3]~I[0xd8][0xa5][0xb][0xbb][0xea]hE[0x85]f(4C[0xa1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]Ph[0x86]B[0x1b][0x2]Z`[0xdc]X[0xa3]q]c|[0xe3][0x96][0xeb][0xfd]M p[0xc]l%[0x3][0xeb][0x94][0xa9]/[0xf7][0xc1]:[0xb9][0xa7]a[0x81]j[0xdc]J.[0x8a][0xa5][0x9e]G[0x97][0xb0][0xa4][0xc7]Zl*[0xe1]rt[0x19][0xa4][0xf8]x[0xe5]_PK[0x7][0x8],[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.class[0x9d]S[0xdb]n[0xd3]@[0x14][0x9c][0xcd][0xcd][0xc4]5[0xad][[0xa8]![0xa5][0xd0]+[0x90][0xa6][0x2][0x8b]7[0xda][0x98][0x8][0x11][0x9][0x81][0x14][0xe0][0xa1]UT[0xde]X[0xbb]K[0xb2]Ub[0xa3][0xb5][0x83][0xc4]_[0x81][0x4]T[0x2][0x89][0xf][0xe0][0xa3][0x10]gS[0xc7]m[0xda][0x80][0xa2]>x[0xcf][0x9e][0xcb][0xce][0x8c][0xc7][0xde][0xdf]~[0xfc][0x2][0xf0][0x8]U[0x13][0x6]V[0xcb](a[0xcd][0xc0][0xba][0x89]<6[0xf4][0xb2]i[0xe0][0xae][0x81]{[0xc][0xc5][0xf7]R[0xc5][0x9][0x83][0xd3][0x8a]T[0xc7][0xed][0xf2]~[0xa0]D[0x9c][0xb8][0xaf]x[0x12]t[0x85][0xaa]3[0x94][0xf7]d'[0xe4][0xc9]@[0x9][0x86][0xe5][0x89]C[0xde][0x83][0xfd][0x83]z[0x83]FK[0x9e][0xc]e[0xd2]`[0xa8]T'[0xa3]m[0xb5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd][0xe8][0x90][0xa0][0xe6]Z2[0x14][0xaf][0x7]}_[0xa8]}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xf7][0xa8][0xb2][0xd0][0x8a][0x2][0xde]ks%u[0x9e][0x16][0xb]IW[0xc6][0xc][0x8b][0xcd][0xa8][0xef][0xcb]P[0xd7][0x9e]EI7[0xc5]c[0xb0]^[0x86][0xa1]P[0xcd][0x1e][0x8f]cAc[0xf5]q[0xda] R[0xc2]==[0x99][0x9e][0xda][0x9c][0x88]E[0xf2][0x8d][0xfe][0x8][0xd6][0x19][0x97][0xf2][0xe9][0xc3]H[0xce][0xd3][0xcb][0x13]x[0xa9]I+[0x93][0xbd]IM[0xd4][0xe][0xe5]yx[0xc8][0xf0][0xe4]_[0x1e]N#[0x81]x[0x8a]D[0xad][0xdf][0xe5][0xc5][0xff][0xf9][0xa6]A[0x1b]I[0xaf]z[0x7][0xbb][0xad]#[0xfe][0x91][0xbb]=[0x1e]v[0xdc]7[0xfe][0x91][0x8][0x92]z[0xe3]b[0x89][0xc1][0xdc][0x8b][0x6]*[0x10][0xcf][0xa5]v[0xcd][0xb9][0x80][0xf8]P[0x1f][0xb1]`[0xe1][0xbe][0x85]+(3lL!C[0xcf]_[0xb5]P[0xc1][0x12][0xc3][0xce][0xa5][0xbf][0x3][0x83]}^/Y^[0xdd]j[0xd3]e)[0xd1]][0x1][0xe8]W[0xd4][0xa2]([0x9a][0x94][0xe5]0C[0xf][0xd3][0xdc][0x14]g[0xa9][0xe2]S[0xcc]Q4k[0xc7]`[0xb5][0xed]o[0xc8]}[0xa1],[0x8f]9Zg)[0x2][0x8f]Q[0xc0][0xe]![0xec][0xc2][0xa6][0xcc]9[0x99][0xc6]<[0xae][0x3][0xc3][0xdd][0xe2][0x10][0xdd][0x19][0xeb][0xdd][0xc8]z3[0x19][0xf3]M[0xda][0xd1][0xeb][0xa6][0xbc][0xef][0x8][O[0xdb]?[0x91][[0xfb][0x8a][0xdc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb][0xdf]Q[0xfc][0x9c][0xb1][0x97]h[0x1e][0xf0][0xce][0xb0][0xda][0x19][0xab][0x8d][[0xe7]X[0xed][0x8c]U[0xf7]NY[0x97][0x9][0xed]dw[0x1b]w[0x86]q[0x5][0xd7][0x86][0xda][0xe8][0x8a]So[0x1][0x95][0xbf]PK[0x7][0x8][0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.class[0xa5]S]o[0xd3]@[0x10][0x9c]s>L\[0xd3][0x9a][0x2].[0x81]B[0x81][0x16]HS[0x81][0xc5]+I[0xf3]@[0x4][0x2])mU[0xb5][0x8a][0xca][0x1b]gs$W%6:;H[0xfc]+[0x90][0x80]J [0xf1][0x3][0xf8]Q[0x88]=[0xd7]qI[0x9b][0xa2]H}[0xb0][0xf7]vwnfn[0xed][0xfb][0xfd][0xe7][0xc7]/[0x0]OQ[0xb3]`[0xe2]n[0x5]e[0xdc]3q[0xdf]B[0x1][0xab][0xfa][0xb5]f[0xe2][0x81][0x89][0x87][0xc][0xa5][0xf7]R[0xc5][0x9][0x83][0xdb][0x89]T[0xcf][0xeb][0xf3]a[0xa0]D[0x9c]x[<[0x9][0xfa]B5[0x18]*{[0xb2][0x17][0xf2]d[0xa4][0x4][0xc3][0xf2]TP[0xf3][0xf1][0xfe]A[0xa3]E[0xd0]rS[0x86]2i1Tk[0xd3][0xd9][0xd6][0xbb][0xc][0xc5]v[0xf4][0x8e][0xa8][0x16]:2[0x14][0xdb][0xa3][0xa1]/[0xd4]>[0xf7][0x7]TY[0xec]D[0x1][0x1f]t[0xb9][0x92]:[0xcf][0x8a][0xc5][0xa4]/c[0x86][0xa5]v4[0xf4]e[0xa8]k/dBT[0x19]#[0x83][0xfd]:[0xc][0x85]j[0xf]x[0x1c][0xb][0x2]nN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x7][0x91][0x12][0xde][0xc9][0xde]l[0xd7][0xda]9lt[0x4]s8&v'[0xed]|[0xfa]0[0xb6][0xf4][0xfc]"[0x12][0xcd]lT+[0xd3]'[0x94][0x8d]R[0xcf][0xc9][0x88][0xc8][0xc4][0xe6]y[0x83][0x9c][0xc5][0x3][0xc9][0x94][0xa2]$=[0xcc][0xab][0xff][0xcb][0xcd][0xc2]6v^k[0x1e]<[0xeb][0x1c][0xf2][0x8f][0xdc][0x1b][0xf0][0xb0][0xe7][0xed][0xf8][0x87]"H[0x1a][0xad][0xb3]%[0x6]k/[0x1a][0xa9]@[0xbc][0x94]zl[0xee][0x19][0xc6]'z[0x8b][\r][0x1b][0x8f]l\B[0x85]au[0x6][0x1b][0x1a][0xd9]F[0x15]7[0x19][0x1a][0x17][0xf8][0x10][0xc][0xce]i[0xc7][0xc][0x85][0xda]z[0x97][0xee]L[0x99][0xae][0xc]@[0xa4][0xb6]E[0xd1][0xa2][0xcc][0xc0][0x1c]=L[0xab]S[0x9c][0xa7][0x8a]O[0xd1][0xa0]h[0xd5][0x8f][0xc0][0xea][0x1b][0xdf]`|[0xa1][0xac][0x80][0x5]z[0xcf]S[0x4][0xb6]P[0xc4]61[0xec][0xc0][0xa1][0xcc]=F[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0x1][0xe9][0xea]z[0xca][0xee]N[0xf4][0x96][0xf2][0xde]\[0xae]|[0x83]Vt[0xe0]L[0xf7]-qk[0xb4][0xf3][0x13][0x85]7[0xf5][0xaf]0[0x8e]P[0xdc][0xf8][0x8e][0xd2][0xe7]\[0xbd]Lx`[0xf7][0x1f]U'Wup[0xeb][0x94][0xaa][0x93][0xab][0xea][0xde][0x89][0xea]2[0xb1][0x1d][0xaf]n[0xe3]N[0x1a]Wp5[0xf5]F7[0x9d]z[0x8b][0xa8][0xfe][0x5]PK[0x7][0x8][0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher.class[0xbd]V[S[0xdb]F[0x14][0xfe][0xd6]8[0x18][0xb][0x91][0x80][0xe3]@[0xcc]%![0x9][0x10]cC[0xdc][0x96][0xde][0x88][0x1d]Z[0xc2][0xa5][0xd0][0x9a][0xd0]`[0x7]J[0xda][0xb4][0x95][0xed][0xc5](cK[0x8c]$:C[0xa7]O}[0xeb]_[0xe8]o[0xc8]C;[0xd3][0x96][0xa1][0xcc][0xf4][0x7][0xf4]GurV[0x12][0x12][0xb6]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa1][0xd3][0x7][0xed]Y[0xed][0x9e]=[0xdf]w.:[0xab][0xbf][0xff][0xf9][0xf3]/[0x0]o[0x83]K[0x88]c%[0x8a]N[0xac]v[0xe3]S|&[0x86]|7[0xd6][0xf0]$[0x82][0xf5][0x8]>[0x97]h[0xe7][0xa9][0x84][0x8]6[0xc4][0xac][0x10]AQB76"x&[0xa1][0x7]+b[0xd8][0x8c]`KB[0xaf][0xd8][0xfc]BBL[0xc8]m[0x86][0x81][0x5][0xbd]^R5[0xa5]T[0xe3]K[0xaa][0xb5][0xcb][0x8d]5[0xc5]*[0x93]`[0x90]W5[0x8d][0x1b][0xb]5[0xc5]4[0xb9][0xc9]p[0xc3]W|[0xac][[0xbb][0x9e]Z[0xa4]~2[0xeb][0xcf][0xeb]F5[0xb3][0xab][0xd4][0xcb][0x6]7[0xad][0x8c][0xab][0x91]e[0x88][0x16][0xd4][0xaa][0xa6]X[0xfb][0x6]g[0x18][0xe]T[0xca]M[0x17][0x8b][0xd9]9R[0xed][0xcc][0xa9][0x9a]j[0xcd]1$[0x92][0xc1][0xd6]&7[0x19][0xc2][0xb]z[0x85]L][0xcb][0xab][0x1a][0xb2]_/q[0xa3](h1[0xc4][0xf2]zY[0xa9]m*[0x86]*[0xde][0xdd][0xc5][0xb0][0xb5][0xab][0x12][0xff][0xf1]F{e[0xdd][0xe0][0x19][0xdf]%[0x9f]l[0xa3][0x8d][0x83][0xbd][0x13];[0xa9][0xf3][0x18][0xc8][0xb9]~[0xdc][0xe][0xa6][0xef][0xfa])[0x9c][0xe8]q[0xe2]f[0x16][0x94][0x1d]^;`[0xc8]$[0xf3]/[0x95][0xef][0x94]LM[0xd1][0xaa][0x99][0xf5][0xd2]K^[0xb6][0xb2][0x8d]6[0x16][0xb9]Y6[0xd4]=K[0xd5][0xb5][0xec][0xe4]srL[0xb5]x]8[0xdd]r[0x8e][0xa1][0xab][0xae][0x9a]6[0x0][0xc3]`{+[0xc][0x1d][0xc4][0x87]a4I[0xe2]l0[0xa9]b/[0x94]xQg[0x18]I[0x9e][0xa1]L[0xbe]uW[0xfc][0x5][0xc2]P[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0xa3]v[0x9]=g^[0xae][0xe8][0x96]]e+gG[0xf6]"I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9]d[0xaf][0x8f][0x82][0xb8]WS,^[0xc9][0xab][0xa6][0xb5]E[0xdf][0x0][0xc3]t[[0xae]v[0xa8][0xf7]-[0xb5][0x96][0x99]7[0xc][0xe5]@[0x1c][0xb1][0xa3][0xed]([0x88][0xcf][0xa4][0x8d][0xca]L[0xd0]z[0xee],W[0x4][0xc3][0xa7][0xff][0xe2][0xec][0x9b][0xd8][0xc][0x97]t[0xe1]c[0xe1]2[0xf9][0x18][0xb]l[0x6]d[0xfc]V;[0xf4][0xfc]J[0xc1]F[0xff]>G[0xb3][0x87][0xad]%;[0xd7][0xd6]S[0xe7][0xe4]%h[0xe5]<[0xf0][0xc4][0xc6][0xbe]f[0xa9]u[0xbe][0xa9][0x9a]*[0xe9][0xcc]k[0x9a]n)[0xa2]H[0xcd][0x96][0xee][0xb5][0xac][0x94]-[0xdd]8[0x10]-[0x89][0xab]N[0xe5]=[0xfb][0x8f]"[0xd6][0xd0]g[0x9][0xe0][0x87][0xff])$[\r][0xb8]~P[0x16]r[0xc5] [0xf0]F[0xe3][0xa2][0xf][0x8a]N[0xb5][0xa8]*UM7U[0xad][0xda][0xf4]-I[0x5]}[0xdf]([0xf3]eU[0xb4][0xca][0xfe][0x16][0x1a][0xf][0x4][0x80][0x8c]a<[0x97]q[0x13][0x89][0x8][0xbe][0x94][0xf1][0x15]^[0xc8][0xf8][0x1a][0xdf]D[0xf0][0xad][0xc][0x5]%[0x86]{[0xe7]p[0x88][0xae][0xac]V[0xad][0xf9]Zm}G[0xc6][0xfb][0xf8]@`[0x94][0xc5]0[0x12][0xac][0xa8][0x1d][0xac][0xef]0\[0xf][0xf8]pdT[0xf0][0x82]a[0xf6][0x8d][0xeb][0x8c]!{[0x89][0x84]0L[0x9c]/[0xe2][0xd4]P[0x93][0xa2][0xc9][0xc6][0x83][0x8a][0xc3][0xbb][0x8f]E+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb8]QD+[0xef]=i[0xe5]k[0xde][0x1d]q[0xc1][0xcb][0x87][0xd0]o[0xb6][0xdb][0xa5][0xe0]*{{\[0xab][0x9c]Z[0x13]![0x9f]m[0xaa][0xe6][0x2][0xaf][0xed]8*[0x14][0x8d]js17[0xde]R[0x3][0xa7][0xe9][0xad]Z[0xdc][0x10][0xd1][0xb3]it([0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xd0]/O[0x9c]~[0x93][0xe8].[0x14][0xc5]Er[0x90][0xde]B[0x18]B[0x17][0xcd][0xa9][0x14]h~[0x8b]VJ$C$[0xa5][0xd4]!X*[0xfd];B[0xbf][0xd2][[0x7]n[0xd3]x[0x95]$[0xed] L[0xbf]MQ[0xc8][0x18][0xa5][0xb7]~G[0x9b][0xec][0xdf][0x5][0xec][0x99]c[0xfd]^[0xc3][0xde][0x98][0xb7]7[0xe4]![0x8f][0x93][0x9d][0x9][0xdc]wq$[0xdb][0xc2][0xfa]p[0xea]7[0x84][0xd2]G[0xe8][0x8][0xe1]g[0xf4][0xda]/SG[0x8][0xd3][0xe6][0xab][0xf0]+[0x8f]I[0x8c][0xce][0x82][0xfe][0xd3]z[0xd0]G6cd1n[0xb3][0x19]ulxl[0x86][0x91][0xc4]$![0x8a]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0xc2][0xf2]y[\r]{[0xbc][0x84][0xd6][0x94][0xc7]k[0x9a]f[0xf][0x90][0xa1]Q[0xf0][0xda]t[0xe3]![0xa7][0x5][0x97]#\[0x9]a[0xcb][0x8f][0x88]d[0xef]%([0x1e][0x83][0xa7][0xa2]!{[0xf8]2[0xde]"T'[0x1a][0xb2][0xcd]CvQ[0x19][0xfd][0xb0][0xbe][0xe3][0xfa]^[0xa1][0xdc][0x88]s[0xf1]ctn[0x1f]#[0xb2][0x9d]J[0x1f][0xa2][0xeb][0x10][0xd1]CH[0xbf]xX[0x9d][0xf6][0xf9][0x91]S8q[0xf]'[0x8e][0x99][0xa6][0xa8][0xc7]=[0xef][0xc4][0x9e][0x1f][0xf5]wi[0xf6]^;[0xe4][0xee][0x13]d9[0x0][0xf9][0xce][0xa5][0x91]C[0xa2][0xf9][0xb8][0xc8]?[0x91][0x14][0xb9]J[0x1c][0xa3]g[0xfb][0x10]W[0xd7][0xa6]D|[0xff][0xc0][0xb5][0xad][0xa9][0xb4]=[0xfa][0xf0]N[0xb2][0xc7][0xa9]P'([0xdd][0xf7]1@[0xe9][0xf2][0x93][0x9d][0xf0][0xa8]$\*][0xa4][0xf5]!f[0xdd]d[0xfb]Zc[0x9e][0xd6][0x90][0xa7][0xf5][0x90][0xb4][0x1c]zY*[0xe9][0x1c][0x1e][0x91][0xb6][0xa0][0xb7]DR8[0x1d]=F[0xef]6}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "}[0xcd][0xd1][0x98][0xb1])89[0x8d][0xda]5[0x8f]SY[0x16]+s$[0x1d][0xd3][0x1f][0xe1]c[0xf7][0xdc][0xbc][0xbd][0xf7][0x18][0xb][0xad]01[0x1]s[0xbd][0x19]f[0xe5][0x2]0[0x8b][\r]0[0x1d][0xee][0xea][0x12][0x96]m[0xf9][0x9][0xa5]G[0xc4]2DO'n[0x90][0xa5]^[0x92][0x3]H[0xbc][0x6]PK[0x7][0x8][0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/hamcrest/core/DescribedAs.class[0xa5]V[0xcd]W[0x1b]U[0x14][0xff]M[0x12][0x92][0x90][0x19]ZJ[0x81][0x12]([0x16][0xb4][0x1f][0xf9][0x82]T*[0xd5][0x16][0x8c]R(-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x94][0x92]Hm[0x11][0xda][0xc9][0xe4]5[0xc]&3afB[0xc1][0xaf][0xea][0xd2][0x8d]{[0xb7]n[0xdc][0xb8][0xb0]*[0xb4][0xe8]9[0x1e][0xd7][0x9e][0xe3][0xde][0xbf]F[0xbd]of[0x8]!L8=[0xc7][0xcd][0xcb][0xbd][0xef][0xdd]w[0xef][0xef][0xde][0xfb][0xbb]o[0xf2][0xe7]?[0xbf][0xfe][0xe][0xe0]u|[0x15]A[0x14][0xb7]Z[0xd1][0x85][0xdb]|[0x99][0x89][0xe0]=[0xbc][0x1f][0xc2] WfE[0xcc]a[0x9e]Kw"X[0xc0][0xdd][0x8][0x16][0x91][0xe5]K.[0x82][0xf][0xb0]$[0xe2][0x1e]>[0xe4][0xea][0xfd][0x8][0x1e]`[0x99][0xab][0x1f]qu[0x85][0x9f][0xae][0xf2][0xe5]!w[0xf0]([0x4]9B>[0xf2]a([0xdc]M![0x4]&[0xe0]t[0x81][0x99][0x8a][0xa1]V,U[0xd7]r[0xac]\)[0xc9][0x16][0xed]v[0xcc][0xae][0xcb][0x9b]r[0xba]$k[0xc5]t[0xd6]2T[0xad]8& T[0x96]-e[0x8d][0x19][0x2][0xba]gu[0xa3][0x98]^[0x93][0xcb][0x8a][0xc1]L+=[0xe7][0xec][0x93]IkV-j[0xb2]U5[0xc8]G[0x9f][0xa7][0xd1]x.7[0x96]![0xcb][0xe0][0xa6]\[0xaa]2[0x93][0x0],[0xd7][0xc5][0xba][0x93]_g[0x8a]E[0xc7][0xe2][0xc4][0xe2][0xad][0x87][0xb][0x13][0xb9][0xdc][0xcd][0xc5]y[0x1]Q[0xc7][0xa4]j[0xa9][0xa5][0xb4][0xc1][0x8a]l+[0xbd] [[0x16]34[0xee]h\[0xd5]T+# [0x13];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xda][0x1b][0xa7]G[0xc4][0xf8][0x92][0x80][0xc0][0xa4]^ [0xdc]'gU[0x8d][0xcd]W[0xcb]yf[0xe4][0xe4]|[0xc9][0xae][0x86][0xae][0xc8][0xa5]%[0xd9]P[0xb9][0xee]n[0x6][0xac]5[0x95][0xe0][0x9f];[0x1c]B[0xd1][\r][0x96][0x9e][0xb2]K[0x9a]g[0x85][0x9]s[0xcc].V[0xfd][0xed][0xed][0xca][0xbe][0x87][0xf3][0xc7]_[0xdd][0xaf][0xd4][0xe4][0xcb][0xe6][0xe5]\h[0x92][0x9c][0xdb][0x91][0xf0])>[0x93][0xf0]9t[0x9]_[0xf0]e[0x3]O$\[0x7]a[0xea]?v[0xd0]8[0xa6][0xb]D[0xb6][0xb][0xb1][0xe5][0xcb]C[0xd7]V[0x92]q[0x9]O[0xf1][0xa5][0x80][0x9e]f[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "hQJ[0xba]F[0xf9]u[0xc6][0xe2]^[0x13][0xd3][0xe9][0xd5][0x1e][0x1]g[0x9a][0xbc]b[0x2][0xae][0xd4]SbrM6[0xb2]l[0xa3][0xca]4[0x85][0x8d][0xc5][0x8f][0x19][0x8f]#[0xfe]j[0x91][0x2][0x8f]U[0xad]`w[0x92][0x6][0xbb][0xc5]t&[0x88]4>C[0x8d][0xdc][0xa3][0xcc][0xcd]j[0xde]t[0xe5][0xee][0xd8][0xcc]L[0xdc][0xeb][0xf5][0xef]i6T[0xd4]r[0xb9]RaZ!G[0xc3]*`[0xd8][0x83][0xdd][0xf1][0xe3][0x9e][0x81][0x96][0xa2][0xa1]W+[0xfc]][0xf2][0xe]|[0xea]`oF[0xb3](O[0xca]/\[0x91][\r][0x93][0x91][0xda][0xf0][0x9c][0xed][0xc7][0xa3][0xc9][0xbd][0x9c][0xf6][0xf4][0x1b][0xa4]3"$[0x9d]]$[0xed][0x1b][0xfa][\r][0xf0][0xd3][0xc4]s[0x8][0x89][0xe4][0xe]|[0x89][0xd4][0xe][0xfc][0x89][0xa1]][0x4][0xfe]@[0xcb][0xe][0x82][0xcf][0xe8][0xd4][0x8f]K[0xb4]v[0xa3][0x85][0xd6][0x1e][0xb2][0x8f][0xa2][0x95][0xfc][0x9d][0xa0]xQ[0x8a][0x16][0xa3][0xdd][0x84][0xe3][0x5]q[0x92]`K[0x1c][0x8d]`K[0x1c][0x8f][0xcf][0x96]8[0x12]?[0x92][0xb6]/[0x9f]k[0x9f]r[0xed][0xcf][0x12]V[0x9f][0x8b]z[0x88]n[0xd2][0xa4][0xd2][0xca]1[0xde][0xa5][0x1d]n-&~[0x81]?[0xb9][0x87][0x90][0xf]?[0xd4]@[0x5][0xed] [0x3]6[0x8][0xc7][0xa9]X[0x3]![0xe2]2[0xfd][0xf5][0x11][0xec][0x80][0x92]m'[0xba][0x1][0x5][0x8c][0xe0][0x8a][0xeb][0xfe]o[0x82][0xce][0xc1][0xaf][0xfe][0x84]0E[0xf0][0xed][0xa2]u[0xce][0x9f]I[0xed]"[0xf2]-F[0x92]|[0xa7][0x9f][0x14]q[0x17][0xd2][0x1e][0xda]|[0xb8][0xc7][0xb7][0x82][0xa9][0xc0].N[0xbc][0xc0][0xc9][0x91]=[0xb4][0xd3][0x1e][0x19][0x9c][0xca]|[0xff][0xef]_[0xfd][0x8e][0x83][0x8e][0xef][0xd0][0xe1][0xdc][0xdc][0xc5]i[0xe7][0xd6]A[0x19]/R[0xf1]@[\r][0x10]Ik#[0xdc][0x9d][0x84][0xe9][0x12]![0x1e]#[0x9c][0x93][0x94][0xf6]<%[0xbe]B[0xb8][0xf][0xca][0xba]Z[0xcb]h[0x15]o`[0x94]p[0x8b][0xc8][0xe2]*[0xde][0xa4]|[0xdb][0xa8]"[0xb]?[0xb7][0xb0][0x8b][0x98][0xda]C[0xa7][0x1f][0x7][0x98]"v[0xe5]F[0xc9][0xef]U;[0xee][0x80]c[[0x8b]+a[0xdc][0xae]$[0x97]8[0x2]_]4[0xc9][0x8d][0xf6]5[0xde]F[0x86][0xee][0xf1]h[0xcb]D[0x15][0xee]A[0xfc][\r]][0xf7][0x13][0xc9][0xd4]st[0xff][0xd8][0xd0][0xb2][0xdb]u[0x81]Dr[0xda][0xe7][0xb6][0xcc]a/[0x97]8[|[0x87][0x9a][0xc7]9[0xb2][0xcf][0xec]w[0xf0][0xae][0xeb]k[0x82]~[0xc3][0xb8]A[0xc5]sR[0x1d][0xb4][0xad][0x81][0xd6][0x8e]3/[0xd0][0xf3]3[0xc2][0xcf][0xec]Z[0x1c][0x84][0xee][0xae][0x11]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xed][0xdf][0xe9][0xff][0x0]PK[0x7][0x8][0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/Every.class[0x95]V[W[0x1b]U[0x14][0xfe]N[0x12][0xc8]m[0xa0]4I)P[0xa0]Q+[0x6][0x2][0xa4]X[0xad]B"[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "h[0x95][0x8b]6[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Zu[0x92][0xc][0xe1]t%3[0xac][0x99]IW[0xf9])[0xfa][0x7]|[0xe1]A[0xd7][0xf2][0xb2][0xa2]k[0xb9][0xfa][0xdc][0x87][0xfe]$u[0x9f]3[0x93]iB&[0xa8]/[0xe7][0xb2][0xcf][0xde][0xfb][0xdb][0xdf][0xbe]L[0xf2][0xe2][0xaf][0xdf][0xff][0x4][0xb0][0x4]5[0x86][0x11][0x14][0xa2]P[0xf0]A[0x1c][0xc3]X[0x8d][0xe3]C[0xdc][0x13][0xcb]Z[0x1c][0xeb][0xb8][0x1f][0xc1]F[0x1c][0x9b][0xd8][0x12][0x97][0x8f]"[0xf8]X\[0x1e][0x84][0xf1]I[0x8c][0xc]>[\r]c[[0xec];a[0xec]2[0x84][0x1b][0xaa]]9[0xd1]L[0x86][0xd1]m[0xc3][0xac][0xe5]N[0xd4]F[0xc5][0xd4],;[0xb7][0xe3][0xc8][0xf3][0xc][0xd1]"[0xaf][0xe9][0xaa][0xdd]45[0x86]I_[0xa5][0xc2]B[0xa9][0x94]_%[0xd5][0xc1][0x2][0xd7][0xb9][0xbd][0xca]0[0x9e][0xf1][0xf7]6{[0xc0][0x10][0xba]oT[0xc9][0xd5][0x95]m[0xae]k[0xbb][0xcd]FY3Kj[0xb9]N[0x92][0xc4][0xb6]QQ[0xeb][0x7][0xaa][0xc9][0xc5][0xdd][0x15][0x86][0xec][0x13]n[0x91][0xc3]n[0x15][0xc3][0xd4]r[0x9b]O5[0xf3],/#[0xef][0xb4];;m[0xdb]N[0xf7]3*[0xb8][0xf1][0xde][0xf4][0xf][0xd3][0xe5]#[0x82][0x1d]r[0xf2]c[0x15][0xd5]c[0xad]~[0xc6][0xb0][0x94][0xd9]~[0xa2]>UsuU[0xaf][0xe5][0x1e][0xd8][0x9a])[0x90][0xf2][0xdd]^64[0xab]b[0xf2]S[0x9b][0x1b]z~[0xf6][0x88][0x81][0xd9][0x82][0xdb]+[0xb3][0xbd][0xf2][0x13][0xad]b[0x13]|[0x80][0xdf]bH9/M[0x9b][0xd7][0x1d][0x87][0xb6]![0xb2][0x1e][0xab][0x18][0xf5]:[0xa9][0x91][0x13]O[0xa7][0x1b][0x94]![0xd9][0xe0][0x96][0x8c][0xaf][0x3][0x91]a[0xa2]4[0xc]Ab&[0xb2][0xd9][0xeb][0xaf][0x9d][0x93][0xbb]~[0xc][0x9d][0xc7][0xcb]i[0xc6][0xaa]RP[0xd6]J[0x6][0xc3]T[0xe6][0x12]e[0xca]k[0xbc][0xda][0x19]rT[0x13]U![0xb0][0x6][0xc3]b[0xbf][0xd6][0xe9][0xd7][0x9f]qNv;[0xed]6[0xbe][0xe1]_[0xd1][0xd2][0xbe]$W-[0xec][0xaf][0xf4]Vb[0xb5]O[0x1b]H#[0xdc][0x82]o[0x92][0x84][0xbe][0x80][0x19][0xd8][0xd4]m[0xde][0xd0][0xe][0xb8][0xc5][0xe9]aM[0xd7][\r][[0x15]T[0xad][0x9e]9[0xdb]R+Tp[0xd1][0xc6][0xb9]Lod[0x97]g<[0xf0][0xec][0xb6]X[0x96][0x18][0xe][0xb]%?^[0xdd][0xe6]b2D[0x1f]op[0xb5][0xa6][0x1b][0x16][0xd7]k[0x97][0x92])[0xb9]dbE[0xa3]iV[0xb4]-.F*&[0xe7]gQ[0xe8]+[0xb8][0x86]=[0x5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "W[0x91]P[0xf0][0x19]>[0xf][0xe3][0xa1][0x82]"J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6]q[0x10][0xc6]#[0x5]_[0xe0][0x90]![0xa2][0xea]iQ[0xa0]t[0x18]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbe][0xc4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0xe3]k[0x86]aYr[0xe7][0x89][i[0x5][0xdf][0xe0][[0x86][0xeb]}[0x6]V`[0x8d][0xd2][0x14][0xf5][0xc6][0xa9][0xe0]&[0xd2][0xc]3[0xff][0x8d])[\r]@F[0xb4]_[0x84][0xbb][0x93]F[0xf5][0xc8][0xcc][0xfa]O`[0xa2]WJ[0xdf][0xcb][0x13][0xd5][0xda][0xd5][0x9e][0xd9][0xd2][0x11][0x95] [0xa4][0xcb]K[0xaa][0xed][0xa4]{[0xc0]S~[0xad][0xe3]}t[0xa9][0x19][0xae][0xf9][0xd4]\[0xb8][0x1d][0xeb]Ww[0xaa][0x80]zz[0xaa][0xe9][0xd5][0x92][0xc4]][0xec][0xb4]/[0xda]&1[0xbd][0xd8][0xb0][0xdd][0xf3]?[0xd2][0x1e][0xd2][0x1d][0xf7][0xd3][0xf1][0xbf][0xfb][0x8e][0xb2][0x97]tB[0xe8][0x10][0xef][0x1d]3,_[0x98][0xa2][0xa2]V?vT[0xca][0xff][0x12][0x16]^[0xa3][0xdf][0xa3][0x11][0xfa]a[0xa3][0xa4][0x8b]~[0xa2]=I[0xb7][0x0]R[0x18][0xa0]3[0x95][0x9e][0xce][0xd7]IR[0xa6]=@{l[0xee]7[0xb0][0xb9][0xec]/[0x8][0xfc]D[0xb7] [0xc6]h[0x1d][0xa6][0x1d][0x88]#D[0xbe][0xa2][0x18][0xc2]8[0xdd]F[0x1d]mL[0xe0][0x6] O[0x8e][0xf7][0xc9][0xae][0xb7])[0xef]-[0xe5]!O[0xd3][0x89][0x1a][0xcb][0xc5]}I[0xbe][0x7]h_[0xcf][0xb6][0x10]d[0xd8]]h![0xc4][0xf0][0x1d][0xee][0xd0]a[0x80]a%4[0xf7]3[0x2][0xe3][0xa1][0x16][0x6][0x3][0xf8][0x1e][0x13][0xf3][0x89]p[0xb][0x91][0x0][0x1e]9[0xe2][0xf9][0x16][0xa2]A[0x4][0xcf][0xf8][0xfb]E[0xe8][0xdc][0x8b]w[0x2][0x83][0xb4]^[0xa5]s[0x2]3[0x84][0x9a]#[0xf4]vs[0x9b][0xcc]&b2z[0x11]|[0xb]q[0xa2][0xf1]*[0xc9]1[0xa9]2E!Ow$8[0xe9][0x5][0x94][0xc4]"[0x85][0xe1]$X[0x91][0x81]%][0xf0]([0x11][0xbc]M^[0x4][0xd4]&[0xed][0xe2]-[0xfa][0x7][0x94]C*[0xe5][0xd0][0x8f][0x1e][0xc0][0xa0]|X[0x90][0xce][0x1d][0x7]Q[0xfa][0xbb][0x93][0xa0]}[0xb2]K[0xf2][0xb6]t-X[0xdc][0xa1]L9v[0xef][0x2]#kT[0xb5][0xbb].[0xa3]#[0xf2][0x19][0x94][0xdd][0x92]}[0x8e][0xe1][0xf9]_q[0xe5][0xfc][0x2]ND[0xe2][0xa4][0x1d][0xad][0x8e].y[0x8f]r[0xce][0xe4][0xe9]}/[0xab][0x8a]+q[0xe8][0x4]\[0xf4]e[0xac][0xc8]=[0xff][0xf]PK[0x7][0x8][0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/core/Is.class[0x9d][0x95]s[0x1a]E[0x18][0xc7][0xbf][0xb]$[0xc0]q[0xfd][0x91][0x90][0xd6][0xa6][0xb1]i[0xaa]V[0x13]h[0x83][0xa9]m[0xb5]%F[0x93][0x90](J[0x12][0x1b]0[0xb5][0xce][0xe8][0xb8][0x1c][r[0x1d]8[0xf0][0xee][0xe8][0xd8][0xf7][0xe4][0x1f]:[0xa3]c[0xa2]3[0xbe][0x0]_[0x94][0xe3][0xb3]{[0xc7]q[0xc0][0x81][0x8e][0x93][0xc9][0xed][0xde][0xf3]<[0xfb]|[0xbe][0xfb][0xec][0xb3][0xc7]_[0xff][0xfe]'[0x80][\r]<[0xd3]p[0x1][0x1f][0xa6][0x91][0xc2]V[0x6][0x1f][0xe1][0xe3][0x14][0xb6]3[0xd8][0xc1][0xae]|[0x94][0xa4]e/[0x89]}[0x8d][0xdc][0x9f]h[0xf8][0x14]e9[0xfb]L[0xc3][0xe7][0xa8]$q[0xc0][0x90]ls[0xd7]8[0x15]6[0xc3][0xd5]J[0xc7]n[0x16]Ny[0xdb][0xb0][0x85][0xe3][0x16][0xe]<{[0x91]!]5[0x9b][0x16]w{[0xb6]`X[0x8a][0xc][0xda][0xac][0xd5][0x8a][[0x14]9[0xbb]iZ[0xa6][0xbb][0xc5][0xb0][0xb8][0x1a][0x9d]l[0xed][0x84]![0xb1][0xdb]iP[0xa6]K[0x15][0xd3][0x12][0x87][0xbd]v][0xd8]5^o[0x91]e[0xbe][0xd2]1x[0xeb][0x84][0xdb][0xa6]|[0xf7][0x8d][0x9][0xf7][0xd4]t[0xc6][0xc4][0x19][0x1d][[0x14][0xca]NQ9[0xc2][0x8b]^u[0xfb][0xb][0x97]"W[0xf4][0x95].G[0xb][0xf4][0xdc]R[0xa5]_[0x17]B_Y[0xad][0xbc][0xe0]/y[0xa1][0xc5][0xad]f[0xe1][0xa8][0xfe]B[0x18]nq[0xed]k[0x86]8[0xb7][0x9b]R[0xf4][0x98][0x93]Ak[0x8][0xc7][0xb0][0xcd][0xba][0xa8]u[0x18]n[0x8c][0xa0]J[0xca][0xd7]u[0xcd][0x8e][0xa5]H[0x99][0xc6][0xc0][0xc0]p}r0[0xc3][0xe5]~[0xde][0x3][0xd3]Q[0xfa][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x11][0xea][0xa6][0xf3][0x12][0xa6]+[0xda][0xc][0xd9][0xb6][0x9f][0xa3][0x14][0xc6][0xc7]d[0xb1][0xd7]'[0x9d][0xde][0xa4][0xe]9[0xdc][0xac]=[0x1e][0x97][0xb1]5[0xb5][0xc6]S[0x1b]i[0xf1][0xb8]g[0xb9]f[[0x9c][0x98][0x8e]I[0xa7][0xb9]mY[0x1d][0x97]K[0x85][0xe3][0xad][0xb0][0xcf][\r][0xb7]c[0xbf][0xa2]E[0xb9][0xa8][0x83][0x9a]$y[0xe6]%o[0xf5][0xa8]M[0xe2]Ddx8a[0x3][0xe4][0x9c].t-[0xcc][0xdc]mq[0xc7][0x99][0x8c]L[0xb8][0xd4][0x9d][0xc]sc+[0xa8][0x7][0xa4][0xeb]`p[0x13]G"[0xfa]4[0xad]$[0xba][0xb6]0[0xb8]+[0x1a][0xc][0xe5]IE[0x8f]\<}[0x1b]a[0xe2][0x80]A[0x8e][0xb8][0xe9]l3<[0x88]F[\r][0xa7][0xdc][0xe1][0x8e][0x18]I[0xab]U;=[0xdb][0x10][0xfb][0xa6][0xbc][0x90][0xc9][0xb2][0xb3].s[0xe8][0x98][0xc7][0xa1][0x8e][0x8b][0xb8][0x94][0xc4][0x91][0x8e][0xd7]qCaV[0x92][0xf8]B[0xc7][0x13][0x1c][0xeb][0xa8][0xa2][0xa6][0xe3]-[0xdc]fX[0x88][0xba][0xc3]2A6[0x89]/u[0x9c][0xe0][0xae][0x8e]U[0xac]%[0xf1]T[0xc7]W[0xd8]`[0xb8]6I[0x12]1Ve[0xf7]/D[0x95]at[0xdd][0xd0][0x95][0xd0]x[0xb7]+[0xac]FM[0xfc][0xe0][0xaa][0xab]1[0xa8]C[0xd5][0xb5]M[0xab]9Z[0xda][0xe1]+[0x9b][0xf5]V[0x87][0x8c]G[0xcf][0x19][0x1e][0x8d]\[0x8d][0xaa]h=[0xf7]B[0xea][0xff][0x9a]q1[0xaa]&{[0xdf][0xf7]x[0x8b]j,[0xe4]([0xbf]:[0xcb]QQe[0xcb]q[0xb9]e[0x8])A3[0x83][0x17][0xdc][0xa2][0xdf][0x84][0xb][0xf4]cB[0x9f]3y.4^[0xa6][0xb7][0x18][0xe6][0xc8].mY[0x9a]/[0x90][0xa5]Nc[0x8c]F-[0xf7][0x1b]X.[0xff]+b?[0xd3][[0x1c]W[0xe8]y[0x91]F[0xd0],[0x81][0xab]H[0xe3]5z[0x82][0xfe]U4[0xbd]][0x3][0xd4][0xcc][0xcb][0xbe]8[0xe4][0xbb][0x1e][0xf8][0xe6][0x2][0xf2][0x12][0xcd][0xa8]3[0xe8])[0xb9]O|n&[0xf7][0xb]b[0xf9]s[0xc4]c[0xf8]1[0x0][0xcf]R[0x10]h[0xc1][0x0][0x98][0x9][0x80][0x19],[0xe3][0xa6][0xf][0xd4]U\[0xc6][0x7]2[0xac][0xd0][0xb6][0xbd][0xf4][0xdf][0xf8][0xe9][0xb3][0xf9][0xf9][0xc4]9fb[0x90][0x98]s[0xcc][0xc6][0xf0]t[0xb0]?M[0x85][0xac]P5n[0x85]P[0xd9][0x0][0x95][0xc5][0x1b]xs[0x8][0x95][\r]P[0xd4][0xcb]>[0xea];[0xca]&[0xeb][0xa4][0xab][0x9d][0xdc]9G2[0x8e]Q[0xc6]m[0x12][0xf9][0xb6]b[0xac]x[0xb1][0x1]C'[0xfb]M[0x95][[0xc7];D[0x8b][0x85]h[0xba]OK[0xcb][0xb]A[0xeb]$m[0x8f]F[0xe9]K[0xff][0x81][0xd4]3:[0xb3][0xf4]O#U[0xbb][0xaf]0^[0x82][0xb4]:[0x1c][0x84]R[0xa6][0xd5][0x91][0xc0]?[0x92][0x1c][0xf2][0xfe][0xba];>[0xe6][0xae][0x8f])[0x91]M[0xc6][0xa7]rg[0xd0][0xce][0x90][0x19][0xa5][0xec][0x84]()[0xac][0xd3][0x16][0xc2][0x14]i)[0x4][0x94]w[0xc7]([0x1b][0xd4]R[0x92][0xf2]-[0xd9][0xbc][0xe6];[0x83]^[0xc9][0xf]q[0xbc][0xc2][0x1d]c[0x86][0xbe][0x1d][0xe1][0xc6][0xbb][0x87][0xf7]h[0x9c][0xa1][0xbf][0xfb]c[0x8d]w[0xf][0xf][0x2][0x9f]l[0xbc][0x87][0xaa][0xc4][0x9e][0x8a][0xf7][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x99]U[0xaa][0xf8]@)yDJ[0xe2][0xff]Q[0x9][0xa7][0xac][0xf5][0xff][0xad]$[0xac][0xa1]_[0x89][0x98]o}[0x8c][0xa2][0x1a]7[0xff][0x1]PK[0x7][0x8][0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/core/IsAnything.class[0x8d]SkO[0x13]A[0x14]=[0xb3][0xd4]n[0xbb][0xac][0xa2][0xbc][0x4][0x4][0xe4][0xe1][0xa3]][0x90][0xaa][0x84]/[0xd2][0x90][0xa0][0x84]G[0x82][0x98][0xc8][0xa6][0x8a][0xdf][0xa6][0xdb]IYBw[0x9b][0xdd][0xad][0x91][0xff][0xe4][0x7]L4DM[0xfc][0x1][0xfe]([0xe3][0x9d][0xe9][0xd2][0xee][0x2]E[0xbf][0xcc][0xdc][0xbd][0xf7][0xdc]s[0xce][0xde][0x99][0xf9][0xfd][0xe7][0xc7]/[0x0][0xcf][0xb0][0x9c]C[0xc1]@[0x16]E[0x3]9Xy[0x8a][0x16][0xfa][0xb1][0x88]':[0x96]d[0xda][0xd2]Qb[0xd0][0x1b]"[0xc]y]0[0xc][0xee][0x1e][0xf1][0x8f][0xbc]t[0xcc][0xbd]zi?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "\[0xaf][0xbe][0xca][0x90]-[0xbb][0x9e][0x1b][0xad]1[0xf4][0x15][0x8a][0x15][0x86][0xcc]+[0xbf]F[0xd0][0x81]][0xd7][0x13]{[0xad]FU[0x4]6[0xaf][0x1e][0xab]f[0xdf][0xe1][0xc7][0x15][0x1e][0xb8][0xf2];Nf[0xa2]C7d[0x98][0xde][0xf5][0x83]z[0xe9][0x90]7[0x9c]@[0x84]Q[0xc9][0xf1][0x3]Q[0xda][0x9][0xd7][0xbd][0x13]*+[0x91][0xd1]t[0xf3]I[0xf3][0x9c]`[0xfe][0xda][0xce][0xb2]m[0xaf][0xae]Q[0xfb]H[0xe1][0xb2]siVo[0xf0][0xc8]9[0x14][0xe1][0x5][0xc4][0x9b][0xea][0x91]p[0xa2][0xd5][0xe2][0x7][0x6][0xe6][0xa7];.1[0x18]5[0x11]:[0x81][[0x15]6![0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0x1b][0x1b][0xaa][0xd6][0x8c]\[0xdf]S:[0xfd][0xb5]n[0x82]a[0xa2]7[0x98]![0xc7]c[0xef][0xc]c[0x85]b[0x1a][0xf9]Z[0xb9][\r][0x8][0x95][0xdf]w[0xeb][0x1e][0x8f]Z[0x1][0x8d]`[0xb1][0x7][0xac]|[0xd9][0xb6][0x9c][0xc5][0xf8][0xdb][0x96][0x17][0xb9][\r]QqC[0x97]F[0xb8][0xee]y~[0xc4][0xa5]x[0xa8][0xc6][0x9c]$[0xda][0xe4]N[0xe4][0x7]'[0xd4]d]5[0xc0]^[0xe6][0xd6][0xfe][0x1b][0xdc][0xc3][0xe2]J[0xd9]~qE%M[0xf1][0x92][0x87][0xe2][0x9c]&>fc[0xdf]o[0x5][0x8e][0xd8]t[0xe5][0xcd][0x18][0xe8]^[0x83]%[0xc9]E[0xa3]][0xdf];[0xb0][0xb7]w[0xf6][0xb6]L[0xf4]cX.[0xa6][0x89]<[0xc][0x1d]OMz[0xc][0xcf][0x19]&[0xaf][0xbb]Lt [0xbd][0xc]\,m$[0x8f][0xdb][0xe0][0xcd][0xa6][0xf0]j[0xb6][0xf8][0x14]1,[0xfd]{6[0xc9][0xfb][0x80]Yz[0x86]9z[0xab]t[0xb][0xa5]U[0x8a][0xb2][0x14][0x93]sZo[0xd2][0xd7][0x16]4[0x8a][0x0][0xdd][0x1a]dg[0xd0][0xbe]P[0xd8][0x87][[0xb4][0x1a]T[0x0][0x86][0x8]>[0x8c][0x1][0x8a][0xcc]6[0xc][0xb7]q[0x87][0xf6][0xc1]TfH[0x9][0xd0]Lb[0xd2][0xf7][0xd4]+[0xbb][\r][0xeb][0xc]}[0xd6][0xc2]7d[0xba][0xbc][0xb7]h[0x7]F[0x91][0xc1]]24[0xa6][0xb8]G[0xdb][0xe8][0x98][F[0xd2]*K[0xa8][0x18][0x1d][0x95][0x11]B[0xb7]U[0xb6]i[0x97]}Z[0xe6]s[0x87]=[0xab][0xd0][0x93][0x9]V[0xad][0xc3][0xaa][0x91][0xe2]X[0x8a]U[0xeb][0xb0][0x8e]c"f[0xad][0xc4][0xde][0xcd][0x5][0xeb]+2[0xdf]qC[0xc3][0xbb][0x8b]S[0x99][0xa5][0x9d]Kh[0x98][0x1d][\r][0x13][0xf7]H=[0xa9]a[0xc6][0x1a]yLa[0x9a]X[0xa4][0xc6][0x8c][0xea][0x2]r?[0x91]=8[0x83]~[0xaa]{[0xdf]>[0xdf][0xd9]g[0xfe][0xfc][0xe7][0xd7][0xc7][0x0][0xfa][0xf1]][0x4][0x9d][0xb8][0xd8][0x4][0x11]oE[0xd1][0x8e]KQ[0xcc]`[0x96][0xde][0x8e][0xe2]2[0xae]4[0xe2][0x9d]([0xae]B[0xe2][0x83]B#[0x8a]|0[0x17][0x86][0x1c][0xa1][\r][0xf3][0x11],`1[0xc]%[0x82][0x16]\[0x8b][0xe2]][0xa8][0x11][0x94][0xa0][0xf1][0xb5]r[0x18]K[0xbc][0xbd][0x1e][0x86][0xce][0xd0],[0xab]rI[0xd6][0xcc][0xbc]d[0x16][0x17]e[0x9a][0xe8][0x9c]([0xeb][0xb][0x99]E[0xa9]T[0xd4]e[0xc3][0xcc]8[0xf3]Y[0x86][0xa6]IeA[0x93][0xcc]e]f[0xd8][0xed]k4thj*[0x9b]#[0xd3][0x86]!ES[0xcc][0x1c]C<[0xe1][0xef][0xad]w[0x9a]A[0x18])[0xcf][0x91][0xab][0x96][0x9]E[0x93][0xcf].[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2]>%[0x15]T[0x9a]i[0x9b]([0x17]%uZ[0xd2][0x15]>v&[0x5]sQ1[0x18][0x92][0xd5][0xfe][0x8a]e][0xce][0x8c][0x1b]#eU[0x95][0x8b][0xa6]R[0xd6]F[0xca][0x9a])Qpm!kQ[0xf1]:Z]Zw[0x96][0xd9][0xb4][0x97]![0x87][0xd1]^"[0xe]cNg[[0xc9][0x9a]2&[0xa5]yY]e[0xe8]OL\[0x93]nH[0x19]U[0xd2][0x16]2[0xe3][0xa6][0xac][0xf3][0xd0][0xd9]j/[0xa3][0xb2]Q[0xd4][0x95]%[0x1e]2[0xdb];C$[0x15]S.[0xf1][0x4]Tv[0x9e]+\#L[0x84] [0xa0][0xec]gh[0xb7]W[0x96]ME[0xb5]}[0x9a]e~4[0x91][0xa2][0xb][0xdd][0xb5][0xa9][0x8e][0xcb][0x10]+)[0x86][0x5][0xd1][0x13][0x94][0xa1][0xab]> [0x86][0xa8]b[0x9c][0x97][0xc]sL[0xd1][\r][0x93][0x81][0xcd]p[0xf3]Z[0xdf][0xee][0xa9][0x1f][0xf7]c[0xec][0xac]n[0xcc];2gM[0x14][0xe4][0xa9]2Cwb[0x3]cJtt[0xce]K [0xbc]([0x19][0xe3]V[0xd6][0xfa][0xea]i[0xad][0x9e][0xa0][0xa3]<[0xdb][0xae][0xee][0xe7][0x87][0xa6][0x6]k[0xf3][0x9e][0xdb][0xf8][0xdc][0xfd][0x17][0xeb][0xa7][0x81][0xa7])~aY3[0x95][0x92]<[0xad][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0xc]kZ[0xd9][0x94]8[0x19][0xa3][0xe6][0xf2][0x8d]IE:[0xe0]U[0xda][0x94]L[0xd4]b[0xab]K,H[0xb1][0x18][0xf2]u[0x8][0xd1][0xe2][0xff][0xc2][0xdd][0xe8]d[0x9a]`f[0x12][0xb3][[0xcc][0xb5] [0xe9]:[0xe9]wG[0x9d]}d[0xa0][0xca][0x1a][0x19][0xb0]q[0x6][0xd1]s.[0x14],([0xa9]*C[0xab]G[0xf9][0x13][0x8a][0xc1]oD[0xb7][0xbf]3W[0x8f][0xa3][0xcf]l[0x19][0xaa]c[0xee]G[0xdb]a[0xcd][0xdd][0xd4][0x13][0xc6][0x86][0xd1][0xb7][0x90]a7[0xc1])r[0xb9][0xf9]C[0xe];[0x85][0x9b]n[0xb6][0xcf]6[0x86][0x90]b[0x9f][0x95]0[0xbb][0xa1][0x1a]f[0xb7]&[0x7][0x17]l[0xc6]G[0x90][0x1b]_[0xf2][0xc0][0xca]a[0xfe][0xe9]g[0x98][0xf1][0xc7]R[0xbd][0x9d][0x97]k^KG[0x15]iA+[0x1b]T[0x8b]7'[0xd3][0xc8]dyY/[0xca]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xf4][0xbb][0xfc][0xab]z[0x1f][0xf7] b[0x17][0xc][0x11];[0xb0]S[0x84][0x89][0xe5]0n[0x88][0xb8][0x89][0x15][0x11][0xab]x/[0x8c]["[0xde][0xc7][0x7][0x4]8[0xdd][0x13][0xc6][0x87]">[0xc2][0xc7]">[0xc1][0xa7][0xc];[0xa5][0x9e]J[0xb9][0xa5][0xee][0xba][0xd3][0x1e][0x11][0x9f][0xe1]6Cb[0xb3]o[0xb][0x7][0xb0];[0x8c][0xcf]E|[0x81]!:[0xc6][0x8a]Z[0x87]u]Z[0xe5][0x92][0xe5]&_[0x86][0xf1][0x95][0x88];[0xf8] [0x8c][0xaf]E|[0x83]oE[0x1c][0xe3][0xf6]m[0xb5]i[0x10][0xf1][0x2][0xe]0[0x1c][0xd8]\"[0xe9]j%xAmT[0x9c][0x97][0x84][0xea]O[0xa2][0xd7][0xff][0x85]i[0xab][0x9d][0xb5]k[0xef]Yy[0xc5][0xb4][0x1c][0xf1][0xe7]K[0xb3][0x6][0xed][0xeb]N[0xaa][0x5][0xd9][0xee]'2r[0xe2][0xbc][0x9b][0xc][0x1d]~5[0x8e][0xdc][0xee][0xac]'+:liiI[0xd6][0xe6][0xa6][0xac][0xb8]}[0xde][0xfd][0x93][0xa6][0xce][0x2]z7z[0xdf]Z[0xd7][0x9f][0x9d][0xbc][0xf3]4nY[0xd6][0x94][0xbd][0x98][\r][0xc1]3}n[0x9e]a[0xe0][0x99]wcRV[0xe7]m[0x93][0xc2][0xc2][0x8a][0xfb][0x9][0xe8][0xd4][0xf5]eI[0xe5][0xb7][0x9e][0xb7][0xfc][0x99][0x14][0x12][0xe3]<|su[0x8d][0xe3][0xe5]rn[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "m[0xad][0x8f]aU[0xe5][0xc8]B[0x92][0xdd][0xa6]}[0xff]O[0xea][0x94][0x1b][0xec][0xa3][0x1f][0xc6]N[0xfa]+%%[0xf0][0x1b]Cm[0x9c]F[0x1]t[0xa1][0x91][0xfa][0xa4]c[0xea]w[0xd3]L[0x81][0xda][0x0][0xb5][0x91][0xe4][0x3][0xb0]d[0xea]g[0x4]~[0xa4]Q[0x10]{[0xe8][0xdb]L-[0xb0][0x1d][0x2][0xf9]hB[0xc]{i[0xd4]i[[0xa3][0x87]"[0xc0][0xea][0xd9][0xde][0x9f][0xab]Z{[0xde]][0xeb]r#[0xef]'?[0xa4]v'[0xee][0x13][0xf2][0xdd]@m>[0x98]K[0xad]![0xc8]0([0xc4][0x85]5[0x8][0xc]w1[0xc8]{![0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "%B [0x1e]ZCC[0x80][0xa6]C[0xc2][0xfd][0xee][0xbb][0x10][0xd3]m[0xe1]54[0x6]p[0xd1]^L[0xaf][0xa1])[0x8]!w[0xef][0xe9][0xef][0xc1][0xfb].[0xf4][0x3][0x4][0x18][0x14]>@[0xe0][0xba][0x9]@[0x8a][0x80][0x1c]"[0xd2][0xfd]4[0x1a]$"c[0x4][0xf2][0xc][0x81][0xe6][0x94]r[0x4][0xa4][0x9b],[0xe]"[0x81][0x10][0x81][0x1e]F/[0x92][0x4][0x96][0xc0][0xb9]4[0xf3][0xb4][0x9e]&*[0xbc]w[0x8]}V[0xd2][0xce] [0x83][0xc3][0x14][0xaf]B=[0xef]R[0xe7][0xf6][0xfd].[0xf5]#[0xd4]{[0x11]/[0xd1][0x97]S[0xbf][0xec][0xa4]<[0x96]j[0x8b]XL8[0x91]5D[0x89]R%[0xf7][0x11][0xcb][0xe4] e>[0xe9][0xc9]{[0xcc][0x5][0x14][0xc3]Q[0x82]a[0xe7]][0xb4][0x80][0xc5][0x9c][0xe0]MTm[0x8e][0x93][0x17][0x1e][0xea][0x14][0xb5]|[0xad][0xe9][0x11][0xc4]Kt[0xc2][0xdb]~p[0x3]4X[0xb]Y[0xcb][0xb9][0xed][0xa0][0x9]/S[0xb6][0xe0]q[0xc9]g[0xba][0xa8][0xb5]Y[0xc]P[0xe6][0xec]}Y'[0xcc][0x90][0x13][0xe6][0xb4][0x13]F[0xb4][0xc2]~@[0xbf][0x19][0xc9]|[0xfa]q.xL[0xe8][0x10][0xba][0xbf][0xc7][0xde]t[0x87]pd0[0x94][0xe2]@[0xe2]![0x82][0xb1][0x86][0xed][0x94][0xd7][0xdb][0x2][0xbb][0xf7][0xf4][0xef][0xd4]C[0xb4]U`u[0xd2]a[0x3]W([0xd3]Wi\[0xa0]l^[0xa5]#[0x92]]I[0xec]A[0xab][0xa5][0xed][0x10][0x81]K[0x90](N[0x12][0xb0][0x16]R[0xf0][0x8]F[0xc9]C[0x1b][0x81][0xef][0xa5][0x1e][0x97][0xc9][0x0][0xe5][0xf9][0xa4]uf[0x19][0x12][0xd6]k[0xce][0xa9][0xf4]XqZ[0xad];[0x10]r[0xac]N[0xbb]V[0xe3][0xae]8^[0xaf]!{[0xc6]![0xfb][0x87]sG[0x8e][0xd6]![0xbb][0xcb]![0x1b][0xf]=D[0xcc]C[0xf4][0x89][0x1f][0xd1][0x1b][0x14][0xf8]&[0x8d]WHP7I[0xb7][0xb7]HI[0x8a][0xdf][0xac][0x99][0x1e][0x11][0x9f][0xcd]vF[0x8]#[0x5][0x8c][0xf6][0x98]Ds[0xf6]q[0x89][0xbe]{c[0xf4][0x19][0xa5][0xf][0x13][0xbf]1Z[0xa9][0xb4][0xa6][0xbe]"[0x82][0x9][0xda][0x95]i[0x8e][0xd0][0xac][0x19][0xbf]@1r?#[0xf2]#[0xed][0xa2]H[0xd3]8B3(2F[0x91]*Y[0xce][0xd3].[0x1d]Dc[0x12][0x17][0x0][0xb1][0xba]H[0xa8][0xf4]i[0xeb][0xf2]M[0x87][0xbe][0x19][0xf2][0xbd]D[0xeb][0x8]fi5G[0xf9]([0x82]wW[0xf2][0xaa]9[0xe3]'DN[0x11]=[0xe]i[0xe3][0x14][0x2]:[0xda][0xa6]SC:[0x15]/[0x87]t[0xba][0x88]S%[0x9d][0x82][0xcb][0xc8]H[0xf0][0x92][0x4][0xd7][0x5][0xf8][0xaf][0x88]E[0xf0][0xa0]][0x96]&|[0xb3]HQ:m[0xe]=[0xe4][0xd0][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^[0xed][0xe2][0xd0]%[0x87][0xc6][0xf5].9[0x9e]H[0x8e]e[0xe3]9[0x86]s[0xcf][0x91][0x88]=C,z[0x9c][0xfb][0x13][0xb3][0xc6])[0x86][0x9e]b2'[0xa6]Q[0x83][0xe6][0xf8][0xd3][0x96][0xdf][0xc8][0x9d] q,[0x1a][0x92][0x16][0xdc]C4^[0xa6][0x16]g[0xa8][0xdd][0xf3][0x94]A[0x96][0x1e]M[0xae]#[0xaf]e,[0x88]k[0xe3]+C[0xd4][0xae][0xf1]7&[0xb3][0xb8]#[0xb3]Hs[0x96][0xa4]dSC[0xb6][0x90]'[0xe8]i[0xbe][0x3]7[0x8d][0xd7]$n[0x1a][0xaf]K[0xdc][0xc5][0x10]wK[0xe2][0x8e]S-[0x1a]Aj[0xdf][\r][0x80]|[0xab][0x3]r<[0x84][0x1c][0xf]![0xf3]![0xa4]K[0xed][0xe7]z[0xca]DoLs[0xd4][0xef]1eL[0x9f]"[0x95][0xe3][0x3][0x9][0xe0][[0xc]E[0x8f][0xbf][0x89]([0xcf][0xfe][0xfd];[0xd6][0xdb][0xa0][0x15]Bz[0x9b]$q[0x8d][0xae]a[0x85]$[0xb0]&X[0xe7][0x8]/B[0xe3][0x1b][0xf4]'[0x81][0xf3]gB[0xfe]L[0xc8][0xbf][0x14]*n[0x89]f[0x9e]q[0xd2]8[0x81]~[0x82][0xe1][0xde]Jn[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcc][0xe0][0xc2][0x93]TW[0xf0]V[0x96]q[0x85]X[0x82][0x96]D[0x3][0xc1][0xfd][0x8e][0x91][0x87][0xf4]ZF[0xe8]Q[0xec][0xa3][0xe][0x0][0x15]W[0x5][0xc0]T[0x97]e[0x86][0xe6][0xe0]1[0xac]P9[0xc1][0xb9]kb[0x1f]X[0xaf]cU[0xcc]k[0xff][0x1]PK[0x7][0x8]Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/core/IsInstanceOf.class[0x8d]V][[0x1b]U[0x10]~7IY6,[0x1]B[0x9][0x5]Z[0x1a](bH([0xb1]Z[0xbf][0x9a][0x88][0xf2]Y[0xa9])[0xd4][0x12][0xa9][0xd4][0x8f]z[0x92][0x1c][0x92][0xc5][0xcd]n[0xba][0xbb][0xa9]P[0xfd]#[0xea][0xbd]W[0xbd][0xa0]},[0xb5][0xf6]y[0xfc][0x1]^[0xf8][0x93]|[0x9c][0xb3][0x9][0x9b]O[0xb0]7;g[0xe6][0x9c][0x99]y[0xe7][0x9d]9[0xbb][0xfb][0xf7][0xbf][0xfe][0x5][0xe0][0x1a]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x6][0xb7][0x14]L[0xe3][0xb3] =2bu[[0x81][0x8c][0xcd] [0xb6]pG[0xc6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]l[0xca][0xb8][0xab][0xa0]O[0xc8]m[0x5][0xfd]Bf[0x15][0xc][0x8][0xf9][0x85][0x82]!!w[0x14][0xc][0xb]yO[0xc1][0x88][0x90]_[0xf6]b[0xb7][0xf][0xf7][0xf1]U[0x10]_[0xe3][0x1b][0xb1][0xfa]V[0xc6][0x83] [0xc6]q[0xab][0x17][0xdf][0x9][0xc9]D[0x86][0x9c][0xd8][0xce][0xb][0xb5][0xd0][0xb].cO[0xa0]([0xca](I[0xe8][0xe7][0x7][0x15][0x9e]wxaEg[0xb6]-a([0xb3][0xcf][0x1e][0xb1][0xa4][0xce][0x8c]b[0xd2]5[0xa5]$([0xdb]Z[0xd1]`N[0xd5][0xe2][0x12][0xce][0xb7][0xef][0xa7][0xe3][0x8b]t$TfN[0xbe][0xc4]r:[0xaf][0xc7][0xe9]Ik[0x86][0xe6],[0x92]C[0xac]#[0xe2][0xdc][0x8e][0x84][0xc0][0x8a]Y[0xa0]p[0x3][0x19][0xcd][0xe0][0x9b][0xd5]r[0x8e][Y[0xe1]-![0x9c]1[0xf3]L[0xdf]a[0x96]&[0xf4][0xba]1[0xe0][0x94]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a][0xcd][0x98]V1Yb[0xe5][0xbc][0xc5]m'[0x99]7-[0x9e][0xdc][0xb0]7[0xc][0xdb]aF[0x9e]o[0xed][0x11][0x90]H[0xab][0xfb]a[0xe5]$[0xc4]h[0x7][0xe][0x81]\@[0x99][0xe9][0x82][0xb0][0xb][0xb][0xf1][0xee][0x1][0xba][0xf3]![0xbb]|p[0xc2][0x9c]lv[0xdb][0xca][0xed][0x13][0xd9][0xa9][0xd6]2V[0xb9][0x9d][0xb7][0xb4][0x8a][0xa3][0x99]Fj[0xee]>[0x15][0xab]9[0xbc],[0x88][0xe8][0xf0][0x93][0xd0][[0xd6]l7[0xb4][0x84][0xf1][0xd3][0xa3]H[0x8][0x16]\5[0xc7][0xb3][0xa6][0x84]K[0xb1]3[0x12][0x12][0x1]}[0x85][0x86][0x81]\5[0x8f]O[0x9]s[0xdd][0xb8]i[0x9]v[0xdb]-[0xd4]J[0x89]&[0x11][0xdb][0x12]n[0xa6][0xb3]7:[0xa1]/[0x9e][0xc2]^[0xb7]X[0xe9]l6%H[0x1c][0xbb][5[0x1c][0xad][0xcc]w4[[0xa3][0x1e].[0x19][0x86][0xe9]0[0x1][0xd2]v[0xfb][0xdc][0xec][0xb9][0xce][0xf2][0x8e]i[0x1d][0x92][0x93][0x9f][0x19][0x87]b[0xbb]=[=[0xe6][0xc6][0xeb][0xa2]s[0xcf][0x9f][0x8d][0xef]z[0x1b][0xad][0x1a]+[0x1a][0xa6][0xad][0x19][0xc5][0x93]s][0x12][0x89][0xde]l[0x9b]U+[0xcf][0xd7]51[0x96]C[0xcd][0xf3][0xbb] [0xce][0xab][0x88]CS[0xf1][0x6]fU[0xcc][0xe1][0x1d][0xf1][0xa0][0xd5]>fe|[0xaf]B[0x7][0x8d][0xc6]P#[0xee][0xb2]i[0xea][0x9c]Q[0xdb]BM[0xb6]C[0x87]"[0xf]7UTb[0x16][0x11][0xc4]-[0x9][0x83][\r][0xeb][0xaa]Yuo[0xc6]@[0xc3][0xb4][0xae][0x9b][0xcc]i[0x89][0xbf]a8[0xbc]([0x1c][0x9b][0xe2]gL[0xa3][0xd8][0xe2][0xb6]]2-r[0xb][0x18]U][0x97]a[0xa8]0Q[0x91][0xf1]P[0x85][0x85][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1b][0xb4]7[0xda]t[0xda][0xb1][0x88][0xa3][0xe5][0xaa][0xa6][0x17]D[0xe0][0x9e][0xa8]fGYTE[0x15][0x8f]T[0xfc][0x80][0x3][0x15][0x87]x[0xac][0xe2]G<[0xa6]$[0xcc][0x88][0x9e][0xcc]c[0xd4][0xdc][0x8b]J[0x98]<[0xfb][0x15] [0xd8]K[0xb4][0x9f][0xea][0xe8][0xc][0x8d]I[0xcc]}[0xb]ew[0xef][0xac][0xb5][0x90]R[0xeb][0x13][0xa1][0xe2][0xf][0xab]L[0xa7]A[0x1b][0xe9]r[0xc5]-[0xbd]p[0xda][0x95][0xa2][0x6][0xb3]J[0x85][0x1b][0x85],?[0xa0]@[0xb][0xcd][0xfe][0xb5][0xd2][0xdb][0xc7][0xaa][0xf5][0xea][0xe][0xb4]M[0xa2][0xb8][0x91]^[0x81]tYk[0xc1]w[0x98]^[0xe5]m[0xd1]O[0xd0][0x9d][0x15][0xbd][0xa7][0xe6].[0xe1]jW\[0xa7]tI[0xbc]y[0x8a][0xdc][0xa9][0xe3][0x19][0x8e]u{?[0xca]t`[0x93][0x95][0xc5]7"[0xd6][0x19]HDp[0xcc][0xda][0x1a]S[0xf4][0xf9][0x99][0xa1]/[0xa3][0xf]a1[0xe7][0x90][0xf0][0xa6][0xab][0xc5]H[0x9f]k[0xd1]{hM[\r][0xa5][0xf5][0x1c]y[0x89]Q[0x1f][0xee][0xf9][0x9f][0xc4]G q[0x8c][0xb][0xbf] 1[0x9f]x[0x89]1[0x1f]^a|[0xf7][0x5]&[0xc2][0x17][0x8f]q[0x89]v&[0x8f]q[0x99]V[0xc7][0x88][0x9e][0xb8][0x4][0x9e][0xb8][0x9][0x4][0xec]I[0xfa][0xcf][0x1]%8GZ[0x88][0xc0][\r][0x12][0x9c][0x9][0xa2]w[0x89][0xc8]][0xa1][0xe4][0x2]n[0xb4][0x96][0xd8]k[0xce][0x1a][0xde][0xa7][0xd2]$w[0xf5]!n[0xb8][0xe4][0xa7][0x90][0xae][0x3][0xdd][0xac][0x8f]A$[0x11][0x9e]r[0x13][0x12]@[0x1f]A[0xa8]%[0xea]e[0xe][0xba][0xa7]R[0xf4][0xab][0x94]n[0x1a][0x81][0x88][0x97]%[0x82][0x8f](6[0xfd][0xdf]`[0x11][0x1f][0x13][0x82]y7[0x9f][0xdf][0xcd][0xab][0xbc][0xc2][0xf4].[0x8d][0xd9][0x95][0x6][0xff]=[0xee]F[0xa6][0x89]_[0x5][0x9f][0xb4][0xf1]+,[\r]~[0x97][0xb0]\[0xf7][q[0xf7]V_?[0xcd][0x83][0xff]M[0xb3][0xe6][0xa5]YoI[0xe3][0xab][o[0xe2]SWn[0xfc][0x7]PK[0x7][0x8][0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/IsNot.class[0x85]TkO[0xd3]P[0x18]~[0xda][\r][0xba]v[0x15][0x94]q[0x1b][0xc8][0xc5]+c[0xd3]MTP[0xd8][0x9c][0x2][0x83][0xc4]dB[0xe2][0x16][0xc]&~[0xe8][0xba]2J[0xb6]vv[0x1d][0x91][0xbf][0xe2][0x1f][0xf0][0x8b][0x1f]4[0xd1][0x8][0x9a][0xf8][0x3][0xfc]Q[0xc6][0xf7][0xb4]e7V[0xfc][0xd2][0xf7][0x9c][0xf7][0xf6]<[0xe7]9o[0xcf][0x9f][0xbf]?[0x3]X[0xc2][0x96][0x84]0[0x92]"[0x4][0xa4][0xc2]x[0x80][0xa5][0x10][0x1e][0x86][0xf1][0x8][0x8f][0xd9]gY[0xc0][0x8a]D[0x91]'[0x12][0x9e]b[0x95][0xad][0xd6][0x4][0xa4]9[0x8]5[0xc5]V[0xf]5[0x8b][0xc3]x[0xde][0xb4]*[0xa9]C[0xa5][0xa6]ZZ[0xc3]N[0xbd]r[0xfd][0x94]"[0x16][0xf4][0x8a][0xa1][0xd8]MK[0xe3]0[0xdd]7)S,[0xa6][0xb3][0x94]9[0x98][0xd1][\r][0xdd][0xce]r[0x88][0xc6][0xfa]7[[0xdc][0xe3][0x10][0xdc]4[0xcb][0xd4]i8[0xaf][0x1b][0xda]N[0xb3]V[0xd2][0xac][0xa2]R[0xaa][0x92]g$o[0xaa]JuO[0xb1]t[0xb6][0xf7][0x9c]A[0xfb]PoP[0xc3][0xee]~[0xaa]ii[0xa9][0x97][0x8d][0x1d][0xd3]N;[0xc4];[0xeb]N[0xea][0xe7][0xb5][0xb3]~E[0xe7]|g[0xfb][0xd3]t[0xc3][0x8c][0xab][0xa7][0xe][0x11][0x18][0x8b][0xe5][0x8f][0x94]c%UU[0x8c]Jj[0xb7]t[0xa4][0xa9]vz[0xf1]-[0x87][0x80]bU[0x18][0xf5][0xb]A[0xe]RYk[0xa8][0x96]^[0xd2][0x8a]&[0x87][0x99][0x1e][0xa8][0x9c][0x13][0xab][0xdb][0xba]i8H[0xe1]r[0xdb][0xc1]a[0xca]?[0x99] [\r][0xd3][0xe6][0x90][0xf4][0x93][0xd8][0xef][0x1a]w2[0xc5][0xb5][0x8b]4[0xb3][0x97]Jp[0xe9]mG_7[\r][[0xaf]i{zC'[0xbd][0xd7][\r][0xe2][0xa5]0[0x8e][0x8d][0xb][0xc3][0xb4][0xad][0xa8][0xb6]i[0x9d]PQ[0xbc][0x9f][0x8e]~[0x94][0x7][0x8e][0x95]j[0x93].2@[0x88][0x1c]V|[0xe]@[0xc1][0xcb][0x89].[0xf7]/[0xec][0xae][0xd9]P[0x1a]ZO[0x9d]T0[0x9b][0x96][0xaa]m[0xeb]l[0x98]$gr[0x92][0xac][0x8d][0x8c][0xab][0xc8][0xc8][0x90]qE[0xc0]3[0x19]S[0x98][0xa6]9[0xa5][0xc3][0xcf][0xb][0xc8][0xca]x[0x8e][0x17]2[0xd6][0xb1][0xc1]a[0xc2]g[0xfc]X[0xfd]5[0x1][0x9b]2rX[0x90]q[0x13][0xb7]8L[0xfa][0x91][0xa1][0xd3][0xc7][0xd8][0x80][0x8c][0xf6];ao][0xae]s[0x88]$[0xa5]^[0xd7][0x8c]rQ[0xfb][0xe0][0x8e]K[[0x81][0x82]m[0xe9]F[0xa5]W[0xb5][0xee])[0x8b][0xb8][0xd5][0x1d][0xce][0xdd][0x3][0xe][0xab]=[0xe3]R[0xd0][0xaa][0x7]nJ[0xe9][0xbf][0x1d][0xa3][0xfd][0xe4][0xd8]z[0xdf]T[0xaa][0xf4][0xa3]i[0xcc][0x16]M[0xdc][0xa0][0x97])L[0xaf][0x19][0xfd]SL`[0xb2]C[0xb4][0xe3]1[0x8c][0x1]Z[0x93]n[0xb4][0x1e]!O[0x89],OV[0x8a][0xff][0x0][0x17]O|[0x7][0xff][0x95]v[0x1]D[0xe8];D[0x16][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x14]"[0xc6][0xe8][0xb][0x8c][0xbb][0xd9][0xb4][0x1b][0x7][0x9c][0x95][0xdb]}[0xa2]+6[0xd9][0x8a][\r][0xb7][0x90][0xa3][0xb4][0xa2]+v[0x18][0x1][0xfb][0x1e]n$[0xfe][\r]|[0xe2][0xc][0x1][0x1e][0x1f]![0x4]?![0x18][0xf8][0xdc]"0H[0xc9][0xa0][0xc2]6p[0xa4][0x5][0x1c][0xc1]u[0xcc]x[0xc0][0xb2][0x93][0x17][0xf1][0x80][0xe9]=[0xc2][0x9c][0x7][0xf3][0xee][0x1c]&1[0x12]<[0xc3][0x0][0xf][0x6]w[0x86]A[0x1e]o[0xda][0xe7][0x94][0x9c][0x94]Y*[0x98][0xf3][0x81][0x9a]'=[0xfb]A[0x89]l[0xe8][0xa8][0xb][0x83][0xda]"[0xcb]b[0xe2]/[0x8][0xfb][0xa4]f[0xe8]K[0xcf]9[0x92]Ns[0xb7][0x81][0xe8][0xc8][0x86][0x8e][0x96][0xa2]#[0x16]<[0xb1]n[0xe3][0x8e]Ww[0xd7][0x83]Y[0xf0]`r[0xe4]c[0xf9][0xa1][0xf8])[0xc4]SH[0xbd]([0xd9][0xe][0x94][0x10]b[0xa4]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf3],[0xb6]P[0xe2]]([0xbc][0xe7]M[0xe0][0x9e]c[0xef][0xff][0x3]PK[0x7][0x8]1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsNull.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]u[0xe2][0x4]J[0xb][0xbd]BI[nIZ[0x9a][0x16]([0x97]&**[0xad]*U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0xd2]([0x8][0xde]6[0x8e][0x95][0xba]r[0xec][0xc8]v[0x10][0xfd]"^x[0x80][0xa7][0x16][0x90]xE[0xe2][0xa3][0x10][0xb3][0xb6][0xdb][0xd8]N[0xfc]B"[0xed][0xec][0xce][0x9e]9sff[0xfd][0xe7][0xef][0x8f]_[0x0][0xd6][0xb1])#[0x83]R[0x1a][0xcb]Y[0xac][0xe0][0xbe][0x84]U[0x19])[0x94][0xc4]R[0x96][0xb1][0x86]u[0xb1]{ [0xe1]![0xc3]hU34g[0x8b]!Y(6[0x18]R;fKe[0x18][0xab]i[0x86]z[0xd0][0xeb]4U[0xab][0xce][0x9b]:y&j[0xa6][0xc2][0xf5][0x6][0xb7]4q[0xf6][0x9d])[0xe7]H[0xb3][0x19][0xe6]j[0xa6][0xd5].[0x1f][0xf1][0x8e]b[0xa9][0xb6]SVLK-[0xef][0xdb][0x7]=][0xaf]0L[0x85][0x3]O[0xba][0xe7][0xc1][0xf9][0xd8][0xa8]j[0xbd]^[0xd9][0xa2]P[0xa9][0xc3][0x1d][0xe5]H[0xa5][0xc][0x93][0x85][0xda]1[0xff][0xc8][0xcb]:7[0xda][0xe5]W[0xcd]cUq*[0xc5][0xf][0xc][0xcc][0x14][0xca][0x6][0xae][0x18][0xe4][0x96]j+[0x96][0xd6]T[0xeb][0x84][0x98]/[0x84]S[0xed][0xba]w]G3[0x8d][0x8a](:[0xdb][0xea];[0x6][0xaa][0x9][0x82][0x19]2[0x6][0xe9]kp[0xbd]G[0x5][0xcc][0x14][0x8a]a[0xe8]KW[0xae]%`[0x87]Z[0xdb][0xe0]N[0xcf]"[0xd8]J[0xc][0xac]:[0xa8][[0x14]=[0xfb][0xb6]g8ZGmh[0xb6]F}[0xda]6[0xc][0xd3][0xe1]"[0xbb][0xed][0xf6]2H[0xb4][0xc7][0x15][0xc7][0xb4]N((G[0xa0][0x83][0xbe][0xb2]b[0xb0]];:[0xb7][0xed]J[0xac][0xd4][0x94]C#a[0x18][0x1f][0x88][0x10][0xe9]"[0xbe][0xf3][0xc1][0xec]W[0xeb][0x9b]C[0xd4][0xf]d[0xf5][0xf0]1[0xe5][0xfb]\[0x1b][0xc3][0xb9][0xc2]1/[0xb8][0xad]F[0xe2][0xe4]C[0xb3]g)[0xea][0x9e]&[0xde]R[0xd6]{8[0xab][0x82]'[0x7][0x19]Y[0xaa]KLJ[0xc2][0xa3][0x1c]6[0xf0][0x98][0x86][0x15][0xf7][0xd8]r[0xb8][0x8e][0x1b][0x12][0x9e][0xe4][0xf0][0x14][0xcf][0xc4]a)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe]$[0x8f]^[0xed][0x6][0x1f][0x8e][0xcc][0xbb]][0xd5]h[0xd5][0xd5]O[0xe][0xc3]j[0xb0][0x19][0x87][0x8e][0xa5][0x19][0xed]h#[0xc2]/kz[0xa8]@[0x93][0xa8][0x92][0x86][0xe9][0x11][0xe][0x9d]`[0xcc]`[0xb1]H[0x9f]x[0x6][0xe2]'[0x81][0x89][0x96][0xd0][0x9a][0xa3][0xd3]6YFv[0xa4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6][0x8d]6I\[0xa2]u[0xd4]u^[0xa6]?[0x8][0xe6][0x2]0[0x86]+d[0xc7]C[0x9e][0x9][0xb2][0xc]Wq[0xcd][0xa7]{M6AV^[0xfe][\r])[0xf5][0x19][0xa9][0xe4][0x97][0x8][0xe7][0xb8][0xcb]9[0xe5][0xa1]|N[0xb1][0x9b]$[0x1f][0xb][0xb0][0xcb][0x17][0xec][0xd3][0x98][0xf1][0xd9][0xeb][0x14][0xe5][0xb1]O$[0xbe]#[0x99][0xc0][0xbb][0xbe]b[0xd9][0xbd][0x99][0xa2]"[0xa7]c2[0xcc]bnh[0x86][0x8c][0x18]9[0xb1][0x88][0xc][0xb]n[0x14][0x90][0xfe][0x89][0xd4][0xfb]S[0x8c]|u[0x15][0xf4][0xd5]/a[0x9e][0xd6][0x4]n"[0xef][0xfb][0x16]\[0x86][0xc5][0xb][0x86][0xbc][0x8b][0xa3]6[0x9f]a[0xf4][0xc]R[0x94]`-[0x86][0x80][0x1e][0x9a]O[0xb0]K[0xb7],"![0xd8][0xc0][0xe7][0x81][0xa1][0xa4]q[0xb][0xb7]CC[0x11][0x9e];d[0xbd],w[0x7]d[0xf6][0xb3]xsO[0x97][0xce][0x90][0xf6]u[0x6][0xb3][0xbc][0xf9][0xef],[0x9][0xdf]{[0xf][0x5][0xd7][0x16][0xff][0x1]PK[0x7][0x8][0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsSame.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0xeb][0xa4]q[0xed]8)[0x14]Z[0xda][0xd0]R[0xee][0xa4][0x9]4[0x14]h[0xb9]U[0x95][0xb8]U[0xaa][0x14]@"V[0x10][0xbc]m[0x9c]U[0xe2]*[0xb1]#[0xdb]A[0xf4][0x87][0xe0][0x85][0x7][0x90]@[0xa8] [0xf1][0x1]|[0x14]b[0xd6]qS;M$[0xc4][0xcb][0xce][0xec][0xec][0x9c]9gf[0xb4][0xbf][0xff][0xfc][0xf8][0x5]`[0x1d][0xf7]uhX[0xd5][0xa0][0xa2]4[0x8d]r[0x16][0xd7]qC[0x1e]k[0xd3][0xa8][0xa8][0xb8][0xa9]S|][0xc5]-[0x86][0x8c][0xdb][0xd8][0x13]V[0xc0]0[[0xdd][0xe3][0xef]x[0xa5][0xc3][0x9d]V[0xe5]e[0x18]{[0xc8][0xa0][0xd5][0xec][0x96]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0x83][0xbe]'[0x18]R[0xa6]I[0x91][0xcc][0x96][0xed][0xd8][0xc1]6[0xc3]\[0xf1]8`[0xb5][0xce][0x90]~[0xe2]6){[0xa6]j;[0xe2]E[0xbf][0xdb][0x10][0x9e][0xc9][0x1b][0x1d]![0x9]\[0x8b]w[0xea][0xdc][0xb3][0xe5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa6][0x83][0xb6][0xed]3[0x14][0xaa][0xae][0xd7][0xaa][0xb4]y[0xd7][0xf2][0x84][0x1f]T,[0xd7][0x13][0x95]][0xbf][0xc6][0xbb][0x82]([0xe7][0x93][0xc0][0xfd][0xde]!xe"j[0x8b][0xb4]nK[0xb5]Er[0xa4]*[0xb5][0xcb][0x3][0xab]-[0xfc][0x9][0xba][0xdf]R{[0xdc]k1[0xe8]M[0xe1][[0x9e][0xdd][0x10][0xa6][0xcb][0xb0]\L[0x12]<[\r][0xdf]z[0x81][0xed]:a[0xd1]l[0xf3](p[0xac][0x87]x2[0x83][0xe1][0x93][0xaa]][0xc7][0xf][0xb8]c[0x91][0xf2][0xd2]8[0x11]I[0xfc][0xf3]P[0xb0]'[0x9b][0x8]H[0x9a][0xa0][0x15]mn[0x99][0xf][0x8e][0xe3][0xb6][0xc3][0x1e][0xc7][0x82][0xf][0xc7][0xb0][0xf8][0xaa][0xef][0x4]vW[0xd4]m[0xdf][0xa6][0xc9]=r[0x1c]7[0xe0]R[0x99][0x1f]N7[0x8e][0xdc][0xe1]V[0xe0]z[0xfb][0x4][0xca][0x6][0xed][0x98][0xe2][0x8d][0xf1][0xdc]I[0xf0]c[0xee][0x8b][0x11]j[0xbd][0xe6][0xf6]=K[0xec][0xd8]ra[0xd9][0xc1]v[0xd6]d[0x1d][0x3]y[0xdc]6[0xa0]#[0xcb][0x90][0x8b]O[0xa7][0xa8][0xe2][0x8e][0x81][\r]l[0x1a][0xb8][0x8b]{[0xc]l[0x95]aa[0xd2][0xa2]e[0x95][0x99][0xd1][0xf7][0x98][0xc][0xda]kQ[0xae]ja[0xd2]nH![0xef][0xf5][0x84][0xd3]4[0xc5]{[0x1a][0xf1]Z|1[0xb5][0xc0][0xb3][0x9d][0xd6][0xe8]l[0x93][0x8b][0xcd][0xe][0xd0]u[0xde][0xe9][0x8b][0x11][0xf8][0xf8][0xbd][0xc6][0xe1][0xb8]@[0xff]P[0xa3][0xff]J[0xbf]CN[0x82][0xac]A7[0x5]9L[0x91]O[0xad][0x91][0x82]"[\r][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xbd][0xf4][0x1d][0xac]T[0xfe][0x6][0xe5][0xb][0xdd]R8Ig[0x9e],[0xc8]KS[\r][\r][0xa7][0xe8][0x4][0xe6][0x7][0xd9]t;[\r][0x84][0xde][0xa0][0xfa]\[0xe2]m~[0xf8][0x96][0x1b]2[0x9f]!o[0x1][0x8b]tJ^3[0xe2][0xcd][0x97]K_[0xa1]|[0x80][0x9a][0xfe][0x88]t[0xea][0xd3][0x90];Cy [0xcc][0x11]g~[0xc8][0x99]Ga[0xc8]i[0x84]y[0xf9][0x88][0x93][0xe1],[0x96]"[0x86]f[0xc4]P([0xcf][0xa6][0xe][0x90]V [0x89][0xe]0[0xa5]`6[0x13][0xde]_[0x1f]u[0xaa][0x87][0x99]K[0xa4]n%[0xc6]X[0x18]2[0x16][0xb0][0x8c]s[0x9][0xc6]B[0xc4][0xa8][0x11][0xe2]\[0x13]q[0xdd][0x8f][0x1e]L[0xfb]p[0x83][0xdb]Y[0xfe][0x98][0xf3][0xe1]f[0x0][0xb7]0/[0xe2][0xb6][0x88];[0xc][0xbe][\r][0xc5],[0x94]T[0xa3][0xc6][0xd0][0x97]y[0xa6][0x18][0xc1][0xf6]([\r][I[0xa9]-[0xa9]/L[0xb][0x9d][0xa6]B[0xa8]XN_[0x3][0xa4]u[0x84][0xba][0x95]jU[0xad][0x14][0x19]&e[0x97][0x19]h[0xb]9m[0xe1][0x7]n[0xea]vh/t[0xf3][0xc8][0x7]:[0x8d][0xb][0x9d][0xaa]]5[0xa3][0xd5][0x88][0xd9]S[0x97][0xca][0xff][0x19][0xd9][0xbd][0xb4]:[0xcf][0xa8][0x10][0xa1]k[0xb9][0x97][0xae]i[0xea][0x1b][0x9f][0x14][0xb2]}[0xe4]y[0xd0][0xf]/[0xad]C8J[0xeb][0x1][0x8a][0xe4][0xc9]z[0xc8][0xfa]c[0x9f][0xc0]b[0xe3][0x1f][0xe1]yG^[0x17][0x8e][0xd1][0xf3] Y [0x0][0x1][0x12][0xdd][0xda][0x7]0H^[0xc8][0xce][0xc6]q[0x84][0x1]ke[0xa3][0xf][0xb5][0xec][\r]7[0xf7][0xfa][0x9b][0x95]G[0x4][0xc6]G[0x10] {[0x12][0xa7](&[0x90][0x9a][0xf6]9[0x8f][0xf7][0x94][0xe1]%[0x9b][0x88]}[0x80]g[0x7]][0xc]K[0x93];<[0xf5]5Fh[0xe1]e[0xf8][0x86][0xee][0x19][0xe1][0x98]0[0xbe][0x3][0xd1][0x83][0xf0][x[0xc3][[0x9b][0xbf]~[0x84][0xdf]@[0x14]6!tm5i[0x7][0x9][0x98][0x93][0x19]&[0x91]1[0x2][0x8f][0x13]!N[0xfd][0x12][0x15][0x18]&Q[0xa3]8C[0x19]~[0xb2]c[0x90]-[0x89][0x89][0xa6][0x9c][0x4][0xa2][0xf4][0xe][0xb3]V[0xe3][0x98] R[\r]a[0xf6][0x9b][0x93][0x16]v[0xc2][0x91][0xc8][0x85][0x9c]u[0x4][0xbc]"t[0x8e]%[0x8f][0x7]}_[0xd0][0xb3][0xf6][0x9][0xfe]``[0x1b][0xd2][0x4]}[0xad][0xc5]6[0xe][0x4][0xf][0xda][0xea][0xe]y[0xb1][0xba][0xdb]f[0xbf][0xd5][0xb6][0x11]b[0x13][0xb1]xFl[0x9c]&'[0x99][0x14][0x9c][0xb3]8[0xc9][0xf4][0xaf]{[0xc1][0xe1]$9[0x11][0x9b][0x89][0xc7]i[0xf2]ER[0xc9][0xed][0xd4]oPK[0x7][0x8][0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringContains.class[0x8d][0x92][0xdd]j[0x13]A[0x14][0xc7][0xff][0x93]l[0xb3][0xdd]uM[0x9b][0xf4][0xcb][0xfa]Q[0xdb][0xfa][0xd1]4E[0x83]x[0xd9][0x12][0x90]bA[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F[0x2]z7[0xd9][0x8e][0xc9]H2+[0xb3][0xb3]E[0x9f][0xc5][0x7][0xf0][0xc6][0xb][0x5][0xb1][0xa0][0xe0][0x3][0xf8]P[0xe2][0x99][0xcd][0xb4][0x9a]4Ewag[0xce][0x99]s~[0xe7][0xfc][0xe7][0xec][0xcf]_[0xdf]~[0x0][0xb8][0x87]Z[0x8][0x1f]k[0x1]fp=[0xc4]:6f[0xb1][0xe9][0xe3]FH[0xf6][0x9a][0x8f][0x9b][0xc][0xa5]=[0xa9][0xa4]i2,[0xd5]Z[0xaf][0xf9][0x11]o[0xc][0xb8][0xea]5[0xda]FK[0xd5][0xdb][0xdd][0xee]0x[0xfb][0xc9][0xa1]`[0x98]kI%[0x9e]d[0xc3][0xae][0xd0][0xcf]yw@[0x9e]j+[0x89][0xf9][0xa0][0xc3][0xb5][0xb4][0xb6]sz[0xa6]/S[0x86][0xcd]V[0xa2]{[0x8d]>[0x1f][0xc6]Z[0xa4][0xa6][0x11]'Z8[0xe6]~[0xa2][0xc][0x97]*[0xdd]e[0x8][0xd2][0xac][0x9b][0xe6]N[0xb];S[0x9c]j[0x8a]#>h[0x9f][0x4]=}uN[0x93]/[0x19][0x18][0xd5][0x8c][0xb4][0x18]p#[0x13][0x95][0xf6][0xe5][0x1b][0x86][0xc5][0xda][0xf6]4f9v[\r][0xb4]][0xe5][0xfa]4[0xe4]x[0xfb][0x8f][0xb9][0x89][0xfb]B[0xdb][0x96][0xdb][0xb2][0xa7][0xb8][0xc9]4Im[0xfe]w[0xe2][0xde][0xd9][0xc0]&[0xc1]V[0x9f]e[0xca][0xc8][0xa1][0xe8][0xc8]T[0xd2][0xe5]=P*1#[0x1][0xc][0xcb][0xe3][0xa0][0x3][0x1e][0x9b]D[0xbf][0xa3][0xa4][0xb0][0x9d]d:[0x16][0x7][0xd2][0xde][0xf6][0xc2][0xf8][0x9d][0xde][0xb5]e"[0xcc]"[0x88]0[0x87]y[0x1f][0xb7]"[0xdc][0xc6][0x16]%9[0xd1][0xb9][0xe0][0xf5][0x8d][0x86][0xc6]7%[0xe4]d[0xc]N[0x13][0xc3][0xfc][0xa4]([0x6]_[0xaa]C[0xf1][0xf6][0xdc]A=[0xc2][0x6][0xfd]w>[0xec][0xe3][0x81][0xd9]F[0xe9][0x1b][0x92][0xd5]D[0x81]^[0xa0]T[0xdf]9[0x6][0xfb]L[0xbb][0x2].[0xd0]7[0xcc][0xbd][0x17])[0xab][0x8c][0x88]v[0xcb][0xa3]([0xf2][0x94]sJ[0xc9][0xea]$[0x86][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaa][0x8e][0xf5][0xd0][0xb1]*;[0xf5]/(|E[0xf1]=|[0xef][0x3][0xbc][0xe2][0xc7]Sl[0x89]BA[0x9][0x90][0x95]Sd[0x5][0xb][0xe][0xb9][0x88]%[0x87][0xbc]C[0xab][0xcd](V[0xbd]O[0x13][0x90][0x95][0x1c][0x12][0x8d][0x8e][0x1d]$ [0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y6[0xf5]>[0xad][0xf6],[0xf8][0x8e][0x99][0x17][0xf5]c[0x94]&[0x1][[0x1][0x82]\[0xe]p)[0x8f]Y[0xc5]e[0x17]u[0x85]V[0x86][0xab][0xb9][0xf7][0xda]oPK[0x7][0x8]#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringEndsWith.class[0x8d][0x92][0xdf]n[0xd3]0[0x14][0xc6]?wi[0xda]da[0x1b][0xdd][0xd6]1[0xfe][0xad][0xc][0x18]['[0xa8][0x10][0x97][0x1b][0x95][0x10]bW[0x5]$[0x8a][0x8a][0xe0][0xce][0xcd][0xdc][0xc6](M[0x90][0xe3][0xc]x'.@BL[0x2][0x89][0x7][0xe0][0xa1][0x10][0xc7][0xa9]7hW[0x4][0x89]d[0xfb][0x1c][0xe7]w[0xce][0xb1][0xfd][0xe3][0xe7][0xd7][0xef][0x0][0xee][0xe2][0x96][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "6<[0x94][0xd1][0xf0]q[\r][0x9b]U\[0xaf][0xe0][0x86]O[0xf6]F[0x5]7[0x19][0xdc]}[0x99]H[0xdd]fX[0xdd][0xee][0xbc][0xe6]G[0xbc][0x15][0xf3]d[0xd8][0xea]j%[0x93][0xe1][0xde]N[0x8f][0xc1]y[0x98][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0xc5][0x8e]L[0xc4][0x93]|[0xd4][0x17][0xea]9[0xef][0xc7][0xe4][0xa9]u[0xd2][0x90][0xc7]=[0xae][0xa4][0xb1][0xad][0xd3][0xd1][0x91][0xcc][0x18]6;[0xa9][0x1a][0xb6]">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x95][0xc8]t+L[0x95][0xb0][0xcc]G[0xc9]a[0xf6]B[0xea]h[0x8f][0xc1][0xcb][0xf2]~V8[\r][0xec]Lr[0xca])[0x8e]x[0xdc]=[0x11]=[0x1d][0xfc][0xa5][0xc8]W[0xc][0x8c]r[0x6]J[0xc4]\[0xcb]4[0xc9]"[0xf9][0x86]ae{g[0x16][0xb3]*l[0x1][0xc][0xcd]Y[0xb0][0xc9][0xc2][0x1f]s[0x1d]FBQ[0x9c][0x9b][0xe5][0x83][0x81]|GUw[0xe5]0[0xe1]:W[0xd4]m[0xfb][0xbf][0x9][0xfb]g[0x85]m[0xa2][0xae]?[0xcb][0x13]-G[0xa2]'3I[0xe7][0xf7] IR=[0xee][0x81][0xa1]>[0x9]:[0xe0][0xa1]N[0xd5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf2][0xbb]i[0xae]Bq [0xcd][0x81]/O[0x1e][0xeb][0x1d][0x93]&@[0x15]^[0x80]E,U[0xb0][0x15][0xa0][0x8e][0x1a][0xc3]<[0xf5]M[0xba][0xc6][0xdb][0xa2][0xf5][0xc6][0xbf][0xae][0x87][0xae]p[0x86][0xe4][0xe4]*lS[0xc]K[0xd3]][0xd1][0x13]+[0xd3][0x83]3[0x9f][0x3]f[0xea][0xa0][0xd1]'[0xab][0x8d][0x12][0xfd][0x80][0xdb][0xdc]=[0x6][0xfb]D[0xab][0x12][0xe6]i[0xf4][0xb][0xef]9[0x8a]Z@@[0xab][0xfa]XE[0x9e][0x85][0x82][0xe2][0x9a]6[0x88][0xe1][0xe0]jX[0xf5]P[0xc5][0x9a][0x8f][0x9b]X[0x9f][0xc5][0xad][0x1a]6|[0xb2]Wk[0xb8][0xcd][0xe0][0xee][0xc9]T[0xea][0xe]Cc[0xab][0xfb][0x86][0x1f][0xf3]v[0xc2][0xd3]A;[0xd4]J[0xa6][0x83][0xdd][0xed][0x1e][0x83][0xf3]8{-[0x18][0x16][0xba]2[0x15]O[0x8b]a_[0xa8][0x17][0xbc][0x9f][0x90][0xa7][0xde][0xcd]"[0x9e][0xf4][0xb8][0x92][0xc6][0xb6]NG[0xc7]2g[0xd8][0xe8]fj[0xd0][0x8e][0xf9]0R"[0xd7][0xed](S[0xc2]2C[0xcd][0x95][0xce][0xf][0xa4][0x8e]w[0x19][0xbc][0xbc][0xe8][0xe7][0xa5][0xdb][0xe0][0xce][0xa5][0xa7][0xac][0xe2][0x98]'[0xe1][0xa9][0xe8][0xd9][0xe1]_[0xca]|[0xc5][0xc0](k[0xa0]D[0xc2][0xb5][0xcc][0xd2]<[0x96]G[0xc]K[[0xdb][0xd3][0x98]~>.[0x81][0xa1]5[\r]w[0xb6][0xf8]'\G[0xb1]P[0x14][0xe9][0x1e])q([0xdf]Q[0xdd][0xa1][0x1c][0xa4]\[0x17][0x8a]:[0xee][0xfc]7a[0xef][0xbc][0xb0]C[0xd4][0x95][0xe7]E[0xaa][0xe5]P[0xf4]d.[0xe9][0xc][0x1f][0xa5]i[0xa6]G]04[0xcf][0x82][0xf6]y[0xa4]3[0xf5][0xde]4[0x11]f[0x85][0x8a][0xc4][0xbe]4[0x87][0xde][0x98]<[0xda]{&Q[0x80]Yx[0x1][0x16][0xb0]X[0xc3]f[0x80]&[0xea][0xc]se[0xef][0xa4]]{[[0xb6][0xbf][0xfe][0xef]k[0x9a].:[0xbd][0x12][0xdb][0x1a][0xc3][0xe2]do[0xf4][0xd8][0xaa][0xf4][0xf4][0xcc][0xe7][0x80][0x99]Zh[0xf4][0xc9][0xea][0xa0]B?[0xe0][0xb6]vN[0xc0]>[0xd1][0xaa][0x82][0xb]4[0xfa][0xa5]w[0x8e][0xa2][0xe6][0x11][0xd0][0xaa]9R[0x91]g[0xbe][0xa4][0xb8][0xa6][0x15]b8[0xb8][0x88][0xba]e=[0xb4],o[0xa7][0xf5][0x19][0x95]/[0x98][0xf9]0[0xc6][0xb9]$[0x1][0x9][0xa3][0xbc]1[0xca][0xc3]%[0x8b]ZB[0xc3][0xa2][0xee][0xd2]l"f[0xea][0xce][0xc7][0x9][0xc8]r[0x9][0x9]F[0xdb][0x16][0xe2][0x11]t[0x99],[0x13][0xfa][0x80]f[0xb3][0xe7]}C[0xf5]e[0xeb][0x4][0xee]$`[0xf3][0xf][0x80][0x87][0xcb][0x94][0x1b]X)5Wp[0xd5][0xaa][0xae][0xd1][0xcc]p[0xbd][0xf4][0xde][0xf8][0x5]PK[0x7][0x8][0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/core/SubstringMatcher.class[0x85][0x94]MS[0x1a]A[0x10][0x86][0xdf][0x1]\XX[0xc5]`[0x14]5[0x1a][0x11]L[0x82]`D[0xcd][0xb7]_[0x89][0xd1]X9h<@[0x99]JrZ`[0x84][0xb5][0xf8][0xaa][0xdd][0xc5][0xe8][0xca][0xc5][0xaa][0x84][0x94]9[0xa4]r[0xce][0x8f]J[0xa5]gX[0x11][0x10][0xb4][0xac][0x9a][0x9d][0x99][0xee]~[0xba][0xfb][0xed][0xc1][0xbf][0xff]~[0xfd][0x6][0xb0][0x8c]w~[0x4][0x91]R1[0x84]%?-[0xcb]>[0xac][0x4][0xf0][0x4]O}x[0xe6][0xc3]sq[0xf5][0xc2][0x87][0x97][0xe2][0xea][0x95][0x17][0xab][0xe2][0xbc]&[0x96]u/6[0xbc][0xd8]dP[0xad]z[0xd6][0xb2]M[0xa3]R`[0x8][0xed][0x1d][0xeb]'z[0xaa][0xa4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xb4][0xbc][cP[0xd6][0x8d][0x8a]a[0x93][0xe7]h[0xfc][0xba]y[0xfe][0x90][0xc1][0xb3]][0xcd]s[0x86][0xe0][0x9e]Q[0xe1][0x1f][0xea][0xe5],73z[0xb6][0xc4][0x5][0xae][0x9a][0xd3]K[0x87][0xba]i[0x88][0xb3]s[0xe9][0xb1][0x8b][0x86][0xc5]0[0xb7]W5[0xb][0xa9][0xa2]^[0xce][0x99][0xdc][0xb2]S[0xb9][0xaa][0xc9]S[0xe9][0xcb]J[0xf6]u;W[0xe4]&%[0x1f],[0xcb][0xad][0x95][0xd6][0x8f]x[0xe9][0xac]O[\r][0x9f][0x89]j[0xd8][0xbc][0xcc]0[0x96][0xe7]V[0xce]4[0xb2]|[0xdf][0xb0]d[0xe4]e\[0xaa]G\g[0x5];2[0xb2]f[0x1b][0xd5][0x8a][0xec]j[0xa4][0xec] [0xda][0xc][0xc][0x93][0xfd][0x83][0x18][0xfc][0x97][0xd9]3U[0x86][0xe9][0xf8][0xcd][0xfc]@[0xbe][0x9d][0x1b][0xe4]'z[0xa9][0xd5][0xff][0xc1][0x11][0x83]f[0xf2][0x92].[0x8c]V[0xd1][0xa8]1[0xdc][0x8d][0xcf][0xf7][0x1a]NG_[0x7][0xd9]c[0x9e][0xb3]o[0xe9][0xcb]u[0xba][0xd4]9h'JX[0x96][0xbb][0x4]vLB`5m[0x14]*[0xba]]7i[0x84]+[0x9d][0x19]2g5.tv[0xa6][0xb6]~[0xbd][0xce]M!N[0xba]Z7s|[0xd7][0x10][0x8f]`[0xb4]{[0xd4][0x8b]"FC[0x8][0xaf]5[0xc][0xe3][0x8e][0x86][0x18]&[0x19][0x6][0xbe][0xea]V$[0xea][0xc5][0x1b][\r][x[0xcb][0xc0][0xa2]T[0x88][0x1e]iFF4[0xcc][0xe1][0x1]][0xd2]f[0x1b];[0xc][0xc3][0xdd]y5LaZ[0xc3][0x84]@Eon[0xc]S7[0xf5][0xc5][0xe0][0x8e][0xb][0x1][0xc7][0xfb][0xc9]K=[0xea][0xb5][0x1a][0xaf][0xe4]3[0xfc][0xd4]fX[0xec][0xf5]Toz>[0x81]f[0xf4][0xa1]^[0xaa][0xf3][0xae][0xf0][0xcb]A[0xf4][0xf][0xf7][0xcc][0xd2][0x8f]:H[0xff][0x11][0xe8][0xa9][0x8][0x5]i[0xe7][0x83][0x87][0x4][0x1d][0x91]7[0xc0].\[0xf4][0x7][0xf8][0x13]?[0xc1][0x12][0xc9][0x1f]p[0x9d][0xd3][0xc9][0x85]QZ[0x87][0xe0][0xa6]u[0x90][0xfc][0x87][0xa0][0x12]e[0x8c]NcMo[0x84]1[0xe][0xc8][0x9d][0xa0][0x92][0xdc]BO[0x87][0xb9][0xea]0[0x95]D[0xb2][0x1][0xf7][0xb7][0x16]O!;([0xf3][0x15]Giq[0x14][0xdc]s84[0x1c][0x87][0xf3][0x89]|D[0x5][0xe1][0x85][0x90][0xe7][0x2][0x3].$[0xe5][0x1a]R[0xe4][0xe7][0xe3]U[0xa1]~[0x9][0xb][0x13]t\[0xc2]#[0xcd][0xb0][0x16]<[0xec][0xc0][0xc5][0xee]>f[0xc8][0x9b][0x91][0xcf][0xac][0x93][0xe6][0x8b]Sn,[0x19][0xf2]Jr[0xa2][0x1]_3[0x93][0xda]<[0x87][0xeb][0x2][0xfe][0x1e])[0xa7][0x10]%[0xd0]U?[0xb1]V[0xca][0x18]Yf[0xc0]<[0x1e][0xf1]d[0x1][0xfa][0xd2][0xab][0x4][0x86][0xb7]([0xe6][0xa1][0x93][0xf8]=[0x95][0xe9][0x96][0xda]'[0xff] [0xb0][0xd0][0x80]v[0xde][0xa5][0x95][0xd2][0xd6]N[0xbb][0xe6][0x8f][0x10][0x97]v?[0xe6]E;D[0x9d]@[0xc2][0xa1]n8[0xed][0xa8][0x92][0xda][0xc0]`[0xf7][0x0][0x94][0xb6][0x82][0xd5][0x16]Tu[0xa0][0xa4][0xb2][0xf4]_[0xc0]c[0xf9]][0xfc][0xf]PK[0x7][0x8][0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/hamcrest/in" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "ternal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/internal/ArrayIterator.class[0x8d][0x94][O[0x13]A[0x14][0xc7][0xff][0xd3][0x96]n[0xbb],V[n^[0xd0][0x2]"m[0x11]*[0x8a]7n[0xda][0x10]M[0x9a]4[0xf0][0x80][0x92][0xc0][0x93]C[0x19][0xb6][0x8b][0xdb][0xdd]f:%[0xf8]U|[0xf4][0xc5][0x17][0x1f]4[0x91]K$[0x91]w?[0x94][0xf1][0xcc][0xb6]ri1[0xf1][0xa1]3;g[0xce][0xfc][0xce]9[0xff]3[0xd3]_[0xbf][0xfc][0x4]0[0x8d][0x82][0x89][0x4][0xee][0xc5]q[0x5][0xe3][0xfa]+c"[0x8b][0x9c][0x81][0x89][0x18][0xee][0x9b][0xe8][0xc2][0xa4][0xde][0x99]2[0x91][0xc7][0x3]=L[0x1b]x[0x18][0xc3]#[0x13][0xdd][0x98]40c[0xe0][0xb1][0x81]'[0xc]]\J[0xfe][0x81]!Y[0xda][0xe1][0xbb]<[0xef]r[0xcf][0xce][0xaf]l[0xee][0x88][0xb2][0x9a]c[0xb0][0xca][\r])[0x85][0xa7][0x8a][0xde][0x96][0xd8]c`E[0x86][0xe8][0xbc][0xe3]9j[0x91][0xa1]/[0xd3]y"[0xbb][0xc6][0x10]Y[0xf2][0xb7][0x4]C[0xa2][0xe4]xb[0xb9]Q[0xdd][0x14][0xf2][\r][0xdf]t[0x85][0x8e][0xe0][0x97][0xb9][0xbb][0xc6][0xa5][0xa3][0xd7]-cDU[0x9c]:[0xc3]X[0xc9][0x97]v[0xbe][0xc2][0xab]e)[0xea]*[0xef]xJH[0x8f][0xbb][0xf9][0x82]N[0xae]H[0xb][0xae]|I[0x9][0x19][0x15]^_[0x16]{[0x8a]![0x9c][0xc9]n[0xd0]q/X[0xf4]f[0xb2][0x97][0xa5][0x1f][0x95][0xa2][0xea][0xef][0x8a][0xc0][0x99]2[0x8b][0xaf]:[0xb6][0xc7]UC[0x92]e[0xb6][0xd3][0xbf]ii([0xc7][0xcd][0xff][0x8d]8[0xdf][0xe9][0xb5]H\s[0xd5]o[0xc8][0xb2]x[0xed][0x4]e][0xc8]qJ[0x1f][0xb0][0xd0][0x87]a[0xb])[0xf4]Zx[0x8a]g[0x6][0x9e][[0x98][0xc5][0x10][0xc3][0xc8][0x19][0xae][0xe8][0xba][0xc2][0xe6]nA[0xda][0x8d]*)[0xfc]j[0xaf],j[0xca][0xf1]=[0x12][0xdd][0xf3]U[0x9a]{[0xe9][0xa0]1[0x1a]5g[0xe1][0x1a][0x92][0x6][0xe6]-,`[0xd1][0xc2][0xb][0xbc]d[0x18]?C[0xbd][0xf5][0xea][0x8d]Z[0xcd][0x97]Jl[0xad][0xd4]t[0x1a][0x84]9[0xc7][0x1b].sO#[0x9b]b[0xa4][0x1d]%[0xaa][0xf5][0xf4][0xb6][0xf4][0xab][0xa7]A[0x18]F[0xff]C~[0x86][0xab][0xed]jP[0xf5][0x9d][0xa2]1[0xc4]l[0xa1][0x96]\^[0xa7][0xc6][0xa6].t&0[0x92][0x80][0x89]6[0x13]5[0xd6][0xa9][0x17][0x9a][0xa9]\[0xb8]W[0xab]J:[0x9e][0x1d][0xdc][0xab][0x81]3[0xab][0x14][0xdb].E[0xcf][0xb7]N[0xc4])\Ix[0xb6][0xaa][0xfc][0xe3]V[0xd2][0xb5][\r][0x93][0xf][0x89]v[0xc9]n[0xf1][0x92][0xab][0x83]az:[0x9]P[0xc5][0x8]![0xa9][0xd5][0xa7][0x7][0x17][0xd2][\r][0xa5]9B[0xf6]>[0xf4][0xd3]8@[0xab][0xf7][0x8][0xd3][0xe]0[0x9a];[0x4][0xcb][0x85][0xf7][0x11][0x9a]8@[0xf8][0x0][0x91][0x8f][0xe8]9F[0xd7]z2z[0x8][0xe3]$7[0xb1][0x8f][0xd8][0xb7][0x0]2H[0xe3][\r]Di4[0x9][0x15]C[0x9c][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0x86]([0xe4][0x8][0x5][0xbd]N;[0xfd]M$[0xf9][0xdd][0x4][0x82]/[0x9d][0x2]=@[0xdc]"[0xbf]f[0xe0]E[0xf2]a4[0xf7][0xe6][0xbe]#D[0xbf][0xd8][0x11][0xe2][0x9f]`D>#[0x12][0xfe]r[0x1a])[0x1a][0xf8][0xa4][0x2][0xaa][0xd5][0xf4]oQ[0x19]n[0xe3]N[0x8b][0xb5]@[0x17][0x81][0x9f][0xe6][0xe4][0xd6][0x9][0xb8][0x11]yG[0xa5][0x1c][0xc1][0xfc][0xda][0x86][0x1a]<[0x87]J[0x9d][0xa2][0xd2][0xa4]X[0x13]5Cz[0xe8]=[0xf3][0x18][0xdd][0xeb]I[0xeb][0x10]='m[0x84][0xa1]s[0x4][0xb3]E[0x8]Q[0xe9]z[0x1c][0xc5][0xdd]`[0x1e][0xfb][0x3]PK[0x7][0x8][0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.class[0x95]U[S[0x1c]E[0x14][0xfe]zwv[0x7][0x86][0x9][0x97][0x85][0x85][0x0]!Y[0x9][0x92][0xdd]aa[\r]*[0x86][0x8b][0x18][0xc3][0xc5][0xa0]\b[0x16][0xa3][0x80][0xb7]a[0xb6][0x81]I[0xcd][0xce][0xe0][0xec]l[0xca][0xbc][0xfb]'[0xe2][0x93]e[0x95][0xc5][0x8b][0xf][0xb1]J[0xa0][0xca]T[0xe1][0x93]/[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xff][0x88][0xc6][0xd3]=S[0x1b][0xb2][0xbb][0xa1][0xf4][0xe5][0xf4][0xe9]3[0xe7][0xf2]}[0xa7]O[0xf7][0xfc][0xf9][0xcf]og[0x0]n[0x82]kH`[0xba][0x15][0xbd][0x98][0x11]bV[0x88]9[0x15][0xef]j[0x98][0xc7]{[0x1a]mn[0xb][0xf1][0xbe][0xd8][0xde]Q[0xb1][0xa0]bQC[0x1b][0xa6][[0xb0]$[0xd6][0xe5][0x16]| [0xd6][0xbb][0x1a]4[0xac]h[0xf8][0x10][0x1f]iX[0xc5][0x9a][0xd0][0xd6][0x85][0xd8]Pq[0x8f]A+[0xf3][0xe0][0xc0]+[0xad][0x9b]e[0xce][0x90]Z}h>2[0xb][0x8e][0xe9][0xee][0x17][0x8a][0x81]o[0xbb][0xfb][0xb3][0xc][0x3][0xfc][0xdb]Cn[0x5][0xbc][0xb4]^-[0xef]rc[0xef][0x9e][0xe9][0x93]w[0xc0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][ah[0xf][0x1e][0x1f][0xf2]R[0xcd][0xca][0x90][0x9c][0xb3]];[0x98]g[0xe8][0xcb]6&\Y[0xc9]=`P[0x16][0xbc][0x12][0x15][0xec]X[0xb5]][0x1e][0xe6][0xdd]4w[0x1d][0x9][0xc1][0xb3]L[0xe7][0x81][0xe9][0xdb]b[0x1f][0x19][0x95][0xe0][0xc0][0xa6]b[0xf9]U[0xcf][0xdf]/[0x1c][0x98]e[0xcb][0xe7][0x95][0xa0]`[0xbb]T[0xcd]5[0x9d][0xc2]}[0xbe][0xe7][0x10]B[0xfb][0x11][0xdf]$$[0xcb][0xb6][[0xe2]>[0x1][0xef][0xdc]#m)[0x2]/[0xbe]0[0x8c][0x9c][0x7][0xb4][0xe0][0x98][0x95][0xca]l[0xae][0xc1]B[0x4][0xc2][0xa6][0x10][0xf7]s[0x1f][0xfd][0xb0]JaM~#/[0xc5][0xf4][0xfd][0x11][0x86][0xc1][0x9d][0xb][0x9d][0x1c][0xee][0x92]S[0xcc]&[0xc1],[0x86][0xae]&[0xe5]Z[0xf7]|[0xaf],7[0xc][0xbd]/[0xf3]'[0xd4]Q[0xf]z[0xea][0x3][0xe7][0x8c]y[0x11][[0xb4][0xf7]]3[0xa8][0xfa][0xe4]b4[0xb0][0x13]>[\r][0x4][0xc3][0xc0]~[0xcb]t7v[0x3][0xd3]v[0xcf][0xb7]h[0x99][0x90]0[0xc]e_M)[0xb7]M[0x9d][0xe5][\r]![0xe3][0x17][0x85]4[0xe1][0xfc][0xc6][0xff][0xf1][0xf][0x11]kE[0xaf][0xea][t[0xbe][0xa2][0x1d][0xfd][0xcd][0xe]}B[0xc4][0xe9][0xb8][0x82][0x8f]u[0xf4][0xe1][0xb2][0x8e]~[0xc][0xe8][0x18][0xc4][0x0]A~[0x91]rc[0xf7]![0x5][0xaa][0xb8][0xaf][0xa3][0x88]M[0x1d][0x93]xS[0xc7][x[[0xc7]'[0xa0][0xd1][0xec]x[0xe1][0xb9][0xe4][0xfb][0x1e][0xcd]s_[0xfd][0x10][0xdf][0xa9][0xda]NIL[0xfa][0xf0][0x82][0xe9][0xba]^[0x90])[0x89][0xc1]/[0xd3],g,[0xcf][0xf7]){F[0xdc][0x89][0xcc][0x9e][0xe7]gt|[0x8a][0xcf][0x8]|6[0x97][0x9][0xa7]jB[0xc7][0x16][0xb6][0x5][0xca][0x1d][0x15][0x9f][0xeb][0xf8][0x2][0xdb]*[0xbe][0xd4][0xf1][0x15][0xbe][0xd6]abW[0x87][0x5][0x1a]=[0xe3][0xbf][0xcf]:C<[0x9b]{[0x19]y4M[0xa9]}[0x1e],r[0xcb]1}^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b][[0x11][0xa7][0x9b][0xbb]pd/QP[0xb1]z[0xc8]}+L[0xd2][0x9d]mzG[0xcc][0xc3]C[0xee][0x96][0xea]N>[0xba][0xe4][0xb9][0x6]S[0xd4]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "l[0x9][0xbc][0xd0]D3[0x9d]mt$[0x8f]t[0xb3][0x8c][0xc4][0xef][0xf2][0xab]@3[0xa8][0x84]9|[0xc3]:[0xeb]C[0x9]*[0xff][0xa6]j:[0x95][0xba][0xc4][0xe1][0x18][0xc8]y[0xee][0xa2][0xe8][0xda][0xfb]%[0xfa]Z[0x91][0xd8]v[0x9a][0xd0]n[0xb3]+[0xc5][0xc7]np[0xc0][0x3][0xdb][0x92]}[0xdf][0xc6]k[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "'[0xe8][0xc5][0x8e]#%[0xa6][0x8e][0xb4][0x94][0x18]<[0xb9][0xe][0xca]U[0x1][0xa3][0xe3][0x1e]"y[0x95]v[0xe]bd[0x1]z[0x8c]S0c[0xec][0x18]1[0xe3][0xca]1[0xe2][0xc6][0xd0]1[0x94]_[0xc8][0x1e][0xc3]5[0x92]a[0xce][0xeb][0xe4]9[0x82]V[0xbc][0x8e]v[0x8c][0xa2][0x1b]7[0x90]![0xab][0x11][0xc6]S[0xe5]a@j[0xa2].[0x93][0x9a][0xa8][0x1c][0x93][0x9a][0xa8][0x1d]'[0xeb]u[0xca][0x10][0x93][0x95][0xff][0xa6]8[0x95]Vkl-[0xdf][0x8d][0xc4]O[0x98][0xc9][0x9f] [0xb9]>~6[0xa5][0xc4][0xa7][0x12][0xe9]DZ[0xf9][0x11][0xd7][0xc6][0xd3][0x89][0xc9][0x99][0xa4][0xd1][0x9f]<[0x81][0xfa][0x4][0x9a]TZ[0x9e]~[0x97]`G[0xcf][0xff]"[0xf7][0xd6][0xb5][0xa3][0xe7]<[0x83][0xb6][0xf5][0xc]m[[0xa7][0xd0]S[0x97]N[0xd0]n[0xfc][0x8a][0x18]-[0xa9][0xe][0x12]'[0xe8]>[0x95]C[0x86]F;[0x8c][0xfa][0xce])?[0xf7]#1[0x8c][0x1d][0xa9]b[0x11])[0x1e]8[0x1d][0x11][0x9c][0x1c][0x89][0xa1][0x1f]IO[0xaa]~WgJ9[0xac]d[0x99]~[0xe][0xee][0xd8]>=[0x9f][0xa6]I[0xd5][0xb4]t=5:[0xe8][0xbc][0xad]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x10]n[0xc8][0xb0]Q[0xcb]2[0xa5][0x8f][0x7][0xb1][0xc]U[0x2].[0xf5][0xee][0x1d][0xc]k[0xb3][0xc1][0xc][0xc7]M[0xf7][0xcb]t[0xa7]Z[0xd3][0xae],I6e[0xe2][0xb1]:[0xe1]([0xf2][0xc5]W[0xa9][0xb][0xad]>Q[0xd1][0xbe]f[0xb4]Q[0xc2][0xb6][\r][0x13]/M[0xec][0xd8][0xd8][0xc5][0x7][0x86][0xbd]g7[0x85][0xa1][0xf2]8-[0x86][0xf5][0xff][0xe4]ESQ[0xd3][0xfd][0xa8][0xce]j[0x0][0xb5][0x8a][0xf][0x6]B[0xf5][0xc6][0xfc][0xfb]OM[0xcd][0xec][0xf6]a[0x93]F[0xb6][0x0][0xfa]&Z[0x86].[0x8b]l[0x91]F[0xda][0x80]E[0x8b][0xd8]a[0x93]}E[0x1e][0x8f][0xac]A[0xd6][0xaa]_[0x81][0xd5][0x1b][0x97]0~[0xd1]-[0x87]9[0xda][0xe7][0xc8][0x2]z[0xfc]-[0xda]K([0xd3]m%E[0xa3][0x82]y 9[0xa5][0xec][0xb][0x99][0xd8][0xe2]$fM[0x94][0x97][0xe8][0xb4]L[0x18][0x96][0xe8]v[0xc7][0xba]v[0xa3][0xfe][0x1b][0xc6]5r[0x6]~[0xdc]+[I[0xac]L[0x9a][0x95][0x7][0xaa][0xf6]D[0xd5][0xc6]*[0xaa]cU[0x9b]l[0x1a][LtR[0xb5][0xd7]XK[0xec][0xfa]?PK[0x7][0x8][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.class[0x95][0x93][0xdb]n[0xd3]@[0x10][0x86][0xff]u[0xe]&[0x8e]i[0x92][0x92]4[0xb4][\r][0xb4][0xe5][0x18][0xa7]PSq[0x83]h[0x14][0xa9][0x2]U[0x2][0x85]r[0x91]([0x12]p[0xb5][0x9]K[0xe2][0xca][0xb1][0x91][0xe3]D[0xf0]N\[0x80][0x4]T[0x80][0xc4][0x3][0xf0]P[0x88]Y[0xc7][\r]u[0x1c]U[0xed][0x8d]gvf[0xf7][0x9b][0x99][0xbd][0xfe][0xfe][0xfc][\r]`[0x17][0xf]4h[0xb8][0x95]A[0x6][0xb7][0xb3][0xc8][0xe2][0x8e][0x8a][0xbb][0xd2]V5$aH[0xaf][0xa6]Qn[[0xc5]=[0x15][0xf7]U[0xec]0[0xa4]'[0xdc][0x1e][0x8b][0x11]C[0xb1]y[0xc4]'[0xdc][0x1c][0xfb][0x96]m>[0xf3][0x85][0xc7]}[0xd7][0xdb]c[0xc8][0xb4][0xac][0xbe][0xc3][0xfd][0xb1]'[0x18]V[0x17]l[0xa9][0xb7][0xdb]{[\r][0xda][0x97][0xae][[0x8e][0xe5]7[0x18][0xca][0xd5]E [0xa3][0xc3][0x90]|[0xe2][0xbe]%J[0xae]i9[0xe2]p<[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaf][0xcd][0xbb]6E[0x96][0x9b]n[0x8f][0xdb][0x1d][0xee]Yr[0x1d][0x6][0x93][0xfe][0xc0][0xa2][0xb6][0x1e]6][0xaf]o[0xe][0xf8][0xb0][0xe7][0x89][0x91]oZ[0xe][0x11][0x1d]n[0x9b]-a[0xbf]{*F=[0xcf][0xea]ZN[0xbf]#[0x87]8[0xd5][0xf5]J[0x94][0xf8][0xf1][0xfd][0x9][0xf5][0xd1][0xc5]q'[0x13]V[0x16][\r]6M[0xca][0xe9][0xd4][0x1][0x1f][0x1d][0x8a][0xf]>C[0xa2]j[0xbc][0xa6][0xfe][0x9d]`[0xb1]Q5[0xa2]%[0xa3][0x95][0xa4]r[0x9e][0x18][0xba][0x13][0x11][0x9c]#N[0x91][0xe][0x4]ul[0xee][0xf4][0xcd][0x97][0xdd]#[0xd1][0xf3]i[0xd7][0x9b]z[0xfb]q<[0xde][0x88][0x87][0x16]5yf[0x7]r6[0xad][0xe5][0x8e][0xbd][0x9e]8[0xb0][0xa4]F[0x9b]g[0x88][0xb1]#[0xe9]:[0xf2][0xd8][0xd0][0xa1][0xe3][0xb2][0x8e]5[0xac]3[0x18][0xe7][0x16]UG[0x5][0x9b][0xf2][0xbc][0xa9][0xe3][0xba][0x84]Tp[0x8d]a[0xf7][0xc2][0x97][0xc2][0x90][0x9f][0x9f][0x9c][0xfe][0xa3][0xf8][0xe8][0xc][0xa5]j\#[0xa3][0x83]-z[0x7][0x1a][0x18]=[0x9][0x6]E[0x8e]Bv[0x89][0xde][0x90][0x82][0x1c]R[0xe4][0xe7]Q [0x99]"][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xad]v[0xc]V[0xdb][0xfe][0x6][0xe5][0xb][0xad][0x12][0xb8]B[0xdf]%[0xb2][0x94][0xa1][0xd7][0x95]%[0x9e][0x8e]"[0xad]V[0xa6][0xbb]Q"[0xf][0x81]7[0xa5][0x97]#[0xb9][0xab][0xb3]\nVy[0x95]<[0xd2][0x93][0xbe][0xb2][0xee][0x1]Y[0x16][0xd4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0x7][0x12][0xc][0x9f]fu[0xd3]A&[0x1f][0xd4][0xd3][0xa7][0xbb][0xc2]z[0xe5]HDVaR[0xe3][0x90][0xf9][0x82][0xce][0xcb]\[0xe1][0x17][0x92][0xaf][0xa6][0xdc][0x14][0xc3]1[0xd2][0x9f][0xe7][0xd0][0xa5]S[0xe8]B[0xc]][0x98][0xa1][0xe9][0xe]C[0xf4][0xf3]h[0xbb]*[0xc3][0x99][0xb4]`[0xec]5[0x92]h[0xfd]<-[0xe7][0xf7][0xe5]_[0x12]r[0xf7]Cn[0xaa][0xf6][0x1d][0x97][0xe6][0xdb]TO[0xe1]R1\*lS[0x9][0xf5][0xdd][0xc2][0x8d][0xc0][0xde][0xfc][0x7]PK[0x7][0x8][0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]AF[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x2][0x0][0x0]LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0x5][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xb][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xb][0x0][0x0]org/hamcrest/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xb][0x0][0x0]org/hamcrest/BaseDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x14][0x0][0x0]org/hamcr" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "est/BaseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x16][0x0][0x0]org/hamcrest/Condition$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x17][0x0][0x0]org/hamcrest/Condition$Matched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x1b][0x0][0x0]org/hamcrest/Condition$NotMatched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0x0][0x0]org/hamcrest/Condition$Step.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@yst[0x11]e[0x3][0x0][0x0])[0x9][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x1f][0x0][0x0]org/hamcrest/Condition.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7[0xa6][0xe9]@E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]"[0x0][0x0]org/hamcrest/CoreMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed],[0x0][0x0]org/hamcrest/CustomMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4/[0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xca][0x17][0xb5][0xf6][0x8d][0x2][0x0][0x0][0x93][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86]1[0x0][0x0]org/hamcrest/Description$NullDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o4[0x0][0x0]org/hamcrest/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s6[0x0][0x0]org/hamcrest/DiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xac][0xf]n([0xeb][0x0][0x0][0x0]|[0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]8[0x0][0x0]org/hamcrest/Factory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]9[0x0][0x0]org/hamcrest/FeatureMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@5ve^-[0x1][0x0][0x0][0xfc][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]=[0x0][0x0]org/hamcrest/Matcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F?[0x0][0x0]org/hamcrest/MatcherAssert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]B[0x0][0x0]org/hamcrest/SelfDescribing.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]wC[0x0][0x0]org/hamcrest/StringDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]F[0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Kr]9[0x16][0x4][0x0][0x0][0x9][0x9][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9]J[0x0][0x0]org/hamcrest/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf]O[0x0][0x0]org/hamcrest/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]QO[0x0][0x0]org/hamcrest/core/AllOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@,[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]MV[0x0][0x0]org/hamcrest/core/AnyOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])\[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w^[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]`[0x0][0x0]org/hamcrest/core/CombinableMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]e[0x0][0x0]org/hamcrest/core/DescribedAs.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]j[0x0][0x0]org/hamcrest/core/Every.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]To[0x0][0x0]org/hamcrest/core/Is.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x95][0x89]H[0x95][0x96][0x2][0x0][0x0][0xdc][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]rs[0x0][0x0]org/hamcrest/core/IsAnything.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@:[0x0][0x9b][0xa9][0x18][0x6][0x0][0x0][0xaf][0xf][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Xv[0x0][0x0]org/hamcrest/core/IsCollectionContaining.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]|[0x0][0x0]org/hamcrest/core/IsEqual.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x81][0x0][0x0]org/hamcrest/core/IsInstanceOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x86][0x0][0x0]org/hamcrest/core/IsNot.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x89][0x0][0x0]org/hamcrest/core/IsNull.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe0][0xf]8[0x96][0xa1][0x2][0x0][0x0][0xf6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x8c][0x0][0x0]org/hamcrest/core/IsSame.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x8f][0x0][0x0]org/hamcrest/core/ShortcutCombination.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x93][0x0][0x0]org/hamcrest/core/StringContains.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x89][0x95][0xe3][0xb1][0xe8][0x1][0x0][0x0][0xb5][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x95][0x0][0x0]org/hamcrest/core/StringEndsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x97][0x0][0x0]org/hamcrest/core/StringStartsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x99][0x0][0x0]org/hamcrest/core/SubstringMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x9d][0x0][0x0]org/hamcrest/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x9d][0x0][0x0]org/hamcrest/internal/ArrayIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf1][0xe][0xd2][0x1b][0x1c][0x4][0x0][0x0]([0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xa0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0xa4][0x0][0x0]org/hamcrest/internal/SelfDescribingValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xa6][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.classPK[0x5][0x6][0x0][0x0][0x0][0x0]9[0x0]9[0x0]&[0x12][0x0][0x0][0x92][0xa9][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "938d9a0860835a9a4354675c1e0ddc185ea7cff6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:55430<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 19676[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]TMo[0xe2]0[0x10][0xbd]#[0xf1][0x1f],[0xe]+*[0x11][0x93][0x84]@i[0x10][0x87][0x96][0xe5][0x0][0x82][0x16][0x95]m/{X[0x99]d[0x92][0x1a][0x82][0x9d][0xb5]M[0xa0][0xff]~'[0x1f][\r][0xd0][0xad]T[0xe5][0x92][0xbc][0x99][0xf7]<[0xf3]f[0x9c]%[0x13]<[0x2]m[0xac]WP[0x9a]K[0xe1][0x13][0x87][0xda][0xcd][0xc6][0x83][0x8][0xad][0x5][0xd3]f)C[0x1e]q[0x8][0x11][0x1e][0xd8][0xf6]p[0xd8][0xb7][0xdd];gp[0x8b][0x9][0x7][0x9e][0x84][0xd6]<[0xdc][0xe5][0x84]![0xb5][0xff][0xb8][0x9e]S[0xa2][0xc6]zx[0xf7][0xc9]v#[0x85][0x8c][0x14][0xe4][0x98][0x8][0x13][0xb0][0xee][0x3][0xc3]3f[0xa4][0xf2][0x89]T1[0x95][0xa9][0xf6][0xb6]4e'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "'[0xb6][0xa7]\dr[0x7][0x8a]n[0xf][0x82][0x1b][0xfc]2[0xa0][0x4]KhM[0xaa]e~[0x82][0xe][0x14]OMQ[0xea][0x8a][0x9d][0xc8][0x14][0xe9]d[0x86][0x84]X[0xb1][0x1c]%[0x6][0xbb][0xe1]"&[0x91]b{8J[0xb5]#[0x91]T[0x4][0x1b]AI2g[0xcd][0x6][0xc9][0x18]Y%[0xcc] [0xbc][0xd7][0xf4][0xac],[0x83][0x97][0xe7][0x85]O[0xde][0x8c]I[0xfd]n[0xf7]x[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d];[0xe][0x82]@[0x10][0x86][0xfb]=[0xc5]_B[0xc1]#[0x84]X[0xd8][0x1a][0xb]i A[0xf][0xb0][0xc2][0x0][0xab][0xb0][0xb3]Y[0x6][0xc4][0xdb]k4[0xf6][0xf6][0xdf]C[0x95]U[0x9d][0x17][0xa8][0xf4][0x86][0xe3][0xa6]'[0x14][0x17]k[0x4][0x95][0xe7]+[0xe1]dW[0xbe][0x93]W[0x7]vOo[0xfa]A[0x90][0xa5][0xe9].[0xca][0xd2],[0xc5]W[0x8b]P:[0xb2]o[0xdb][0x8b]i[0x8c][0xd3]b[0xd8][0xa2][0xe6]N[0x1e][0xda][0x13]:[0xf6]([0xf4][0xaa][0x95]:[0xf]f[0x86][0xf3][0xdc].[0x8d][0xc0][0xd8]f\Z[0x9a]1[0xff][0xc0][0x96]V[0x1a][0xd9]Q[0xb]-[0xea][0x9f]"[0x82][0xcf]?D0[0x88][0xb8]}[0x92][0x8][0xe9])f7[0xe7][0xb7][0x98]}[0x9f][0x84][0xb1]R[0xea][0x5]PK[0x7][0x8][0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80][0xe7],[0x1a][0x85]R[0xc1]S)[0xa5]g[0xb]=[0xaf][0xba][0xa6][0xd1]4[0x9]1[0x11][0xfb][0xf7][0x8d][0xc7][0x99]y[0xbc][0xe2]A[0x96][0x2]F[0x9a][0xf8][0xf0][0xe3].(@[0x8f][0xe3][0x87]`&[0xa3][0xf][0x18][0x92][0x9d][0xc]y[0x93][0x94][0xb6][0xac]x[0xe7]UO[0x9e][0xcb][0x9a][0xcb][0xb2][0xad].my[0xe5][0xb7]{[0xff][0xca]$K[0xb6]S[0xd8][0xb4][0xb3]][0x3]U[\r][\r]S[0xc1]%[0xff][0x9c][0xba][0xf3][0xd3][0xf9][0xad]Y[0xc0][0xe3][0x1]t[0xe0][0x97]a[0x88]z[0xc6]1[0xe6][0x9a][0x9d]8[0x9d][0xd0]vw+[0x5][0xb1]$[0xab]#[0xfb][0x3]PK[0x7][0x8][0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xml[0xcd]U]o[0xda]0[0x14]}[0xe7]Wdh[0xaf][0xb6][0xd3][0x95]'[0x94][0xe5]i{h[0xd5][0xae]H[0xd5][0xa6][0xbd]U[0xc6][0xb9][0x5]Cb[[0xb6][0x13]RM[0xfb][0xef]s>L[0x2][0x9][0x94]>[0xb4][0x1a]BH>[0x9c]{[0xef]9[0xb6][0xef]u[0xa4][0xb4][0xdc][0x0][0xb3]A[0x99][0xa5][0xc2]|[0x9d][0xae][0xad]UsB2Z[0x80][0xc0]TQ[0xb6][0x6],[0xf5][0x8a],[0x1e][0xee][0xc9][0xc][0x87]8[0x9c]6[0xcc]yi[0xf8][0x9e][0xbd][0xdb][0xed][0xf0][0xee][0xba][0xe6]}[0x9][0xc3]+[0xf2][0xfb][0xfe][0xee][0xd1][0x5]f[0x14]qa,[0x15][0xc]\[0x94][0xe1]sS[0x83]w[0x92]Q[0xcb][0xa5][0xb8][0xa0]Xp[0x8a]Q[0x3][0xa8][0x98]=[0x85]O!.M2[0x8d]'[0x93][0xc0]}[0xa2]L&[0x90][0xfe][0x2]m\[0x81][0xb8][0xce][0x11][0x91][0x3][0xac][0xe5])[0xaa]A[0xd8][0xb8]^[0xd4][0xc0]J[0xcb]\[0xdd]$[0xb1][0xcb][0x8e][0xa5]2[0xb3][\r]V[0xb4][0x8c][0x88][0x87];"[0xd5][0x96]?Sf[0x1d][0x8]%[0xcd]"[0xd2][0x3]:V[0xb1][0x97]pu[0x8d]g[0x11][0xf1][0xeb][0x8e][0xa1]!u[0xdb]P[0xc0][0x82][0xda]u[0x8c]1q_%][0xba][0x3][0xbc][0x11]K[0xbc][0xda][0xc9]i[0xa9][0xb8][0x11]s[0xa0][0xb7][0xaf][0xd5]QPEqGR[0xc8]-h[0xb4][0xc9][0x5][0xb7]C[0xf5]ng[0xd8][0x96][0xae][0xb8]X[0xc5][0xcb]\$)T[0xd5]=[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x10]4[0x83][0xf8]a[0xf1]8[0xbb][\r][0x16][0xb4][0xc][0xbe][0xbb][0xb4][0xc1][0xed]O[0x97].Xh[0xb9][0x84][0xe0][0xa6])[0x11][0x91][0x9a][0xe8]w\K[0x5][0xae][0x18][0x98][0xde]&4%[0xb0]y[0xc9][0x96]2[0xe5][0xec]G[0xc5][0x1f][0xda][0xc2][0xad]f[0xdc]j[0x1e][0x8b][0x1a][0xe4][0xac]j[0x1b]'[0xfd][\r][0x9][0xbb][0x10][0xbf][0xef]G[0x9a][0xa3][0x4][0x14][0x88][0x4][0x4][0xeb][0xa0]O[0x8][0x5][0x95][0xef][0xba][0x8b][0xbe][0xf5][0xfe][0xf][0x10][0xea][0xa9][0xda]G[0xbe]t[0xe0][0xf0]4[0xcd][0x8a][0x8f][0xdc][0xb9][0xe3][0xb3][0xf4]T[0xcc][0xa4][0x86][0xf1][0xb]X[0x87][0x18][0xe6][0xe4][0xc7][0xce]D[0xc1][0x13]H"[0xd2][0xac];MdL[0xd4]{)[0xcd][0xaa][0xac][0xf6]P[0x8e][0xda][0xac][0x9f][0xed]f[0xda][0xa2][0xa6][0xc8][0x19][0xbb][0xe4]X[0x86]G[0xbc][0x19][0xd2][0xba][0xa9][0x7]uu[0x1b][0x9d][0xf3]PK[0x7][0x8][0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/pax/exam/invoker/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.class[0x9d]T[0xed]R[0xd3]@[0x14]=[JSC[0x15],X[0xf1][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xa4]|E[0x5][0x14]-2#([0xa3]NEG[0x14][0xc6][0x9f][0xdb]t)[J[0xd2][0xd9][0xa4][0xb5][0xbc][0x86]o[0xc2][0x1f][0x18]e[0xc6][0x7][0xf0][0xa1][0x1c]o[0x92][0xda][0x2][0xad][0xc2][0xf8]#{sO[0xee]=[0xf7][0xec][0xcd][0xdd][0xfd][0xf9][0xeb][0xfb][0xf][0x0]sX[0xd6]q[0x19]c[0x1a][0xc6]uD|;[0xa1]#[0x8a][0xb1]8[0x8c]82:&1[0xa5]aZ[0xc7][0xc]f{`[0xe2][0xbe][0x86][0x7][0x1a][0x1e]j[0x98]c[0x88]-I[z[0xcb][0xc]]Ff[0x93]![0xba][0xea][0x14][0x4]CoN[0xda]b[0xbd][0xba][0x97][0x17][0xea]#[0xcf][0x97][0x9]I[0xe6][0x1c][0x8b][0x97]7[0xb9][0x92][0xbe][0xdf][0x0][0xa3][0xde][0x8e]t[0x19][0x16]r[0x8e]*[0x9a]N[0xc5][0x9d]/[0x99][0x15]^7E[0x9d][0xef][0x99][0xd2][0xae]9[0xbb]B[0x99][0xa5]*[0xf1][0x93][0xe7][0x9]e[0xf3][0xb2][0xf9][0xdc][0xf2]d[0x8d]{[0x8e][0xca]2t[0xbb][0x1e]W[0x1e][0xc3][0x98][0x11][0x12][0xb8]Ein+[0xbe]'[0xbe]8j[0xd7]\[0xa9][0xda][0x85][0xb2]Xu([0xb3][0xee]e}q[0x9a][0x15]:[0xc][0xa3][0xe7]'P[0xf8]6[0xb7][0xa8][0xd0]>[0x83][0xd1]I[0xe0]{[0xe5][0xe4][0xc5][0xeb]P[0xe5]Z[0x18][0xe9]k[0xaa]([0x8a]cH[0xe5]J[0xbc][0xc6][0xcd][0xaa]'[0xcb][0xe6][0xb]I[0xa2][0x1d][0x9b][0x7][0x1][0xa9][0xd3][0x8d][0xd8][0xaf][0xfc]i[0xc6]R[0xc7][0x8c][0x6]Z[0xe6]v[0xd1][0xdc][0xf0][0x94][0xb4][0x8b][0xd9]vd[0x99]x[0xf5][0x97]uKT[0xfc],W[0xc3]<[0xf5][0xd6][0xf5][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc1][0x1b]NUYbM[0xfa]%[0xae]4[0xbb]7[0xeb]s$[0xd0][0x8b]>[0x86][0x95][0x8b]w[0xff][0xcd]'r;l[0x9c][0xa1][0xbf]%[0xfe][0x15]ww[0xbc]pO[0xb1][0x82][0x92]5[0xa1][0xa8]-[0x1][0x91][0x86][0x85][0x4][0x1e][0xe1]1[0xc3][0xf8][0xc5][0x1a][0xaa]a1[0x81]'x[0xaa]![0x9b][0xc0][0x12][0x9e]1[0xcc][0xfd][0xc7][0xa8]0[0xf4][0xb5]Z[0xf6]._[0x12][0x96]?[0x2][0x9d][0x80][0x13]y[0xfd][0xad][0xbc]f{[0x19][0x6]:[0xfd](:[0x1][0x95]*[0xf1].[0x1a][0xb9][0xb3][0xc5][0xb2][0xed]H[0xa6][0x1d][0xa2]S[0xd3][0xc2]V[0xcb][0xdc][0xa5])[0xd2][0x8a][0xc2]['uT[0xd3][0xc8][0xb4][0xff]w[0x86][0xf4]ysL[0xac]J[0x14][0xa5]K=[0xd9][0x10][0xaa]&-[0xe2]*[0x18][0xff][0x1c][0xaa]S[0xa2][0xcf][0xe]p[0xa6][0xd3][0xc9]i0[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ")[0xee][0xc7]f1[0x82][0x4][0xdd])4tt[0xc1]t[0x91][0xa5]Y[0xa3][0xf5]*y&YF[0xb6]{[0xf2][0x8][0xec][0x80]^"H[0xd2][0x1a][0xb][0xc0][[0xe8][0xa7]5[0x11][0x6]`[0x0][0xd7][0xc8][0xd2][0xa9][0xc1]u[0x8a][0xf2][0x93][0xbf][0xd2][0xc5][0x14]%k[0x1c]#[0xf2][0xf9][0x8]]o[0x8f][0x11]%[0xdb][0xbd]>[0x93][0x8c]%[0xb5]C[0xc4][0xb7][0xa6][0x92][0x97][0xe][0xa1]O[0xcf]|CO[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 19676 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x7]Ay[0x9f]?E|[0xc0][0x10][0xe2][0x18]&)i[0xdc] [0x89][0x13][0x18][\r][0xea]M[0x86][0x9c][0x8d]z[0xfe][0xdb] }g[0x14][0x9b][0xc6]M[0xd2][0x14][0xa1][0x8c]A[0xdc][0xc6][0x1d][0xe2][0x1a]j[0xe8][0xb][0x91]aB[0xd2][0x84]D[0x9][0x19][0xa1]g[0xb4][0xa9]t![0xd8][0x19][0xda][0xb7]8[0x1e][0x94]L[0x85][0x1f][0x9b]%Y[0xa3][0xe4]I[0xb2][0xbb]A[0xe6][0xbd][0xdf]PK[0x7][0x8]5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.class[0xa5]W[0xd9]w[0x13]U[0x1c][0xfe]n[0x9a]d[0xda]t[0x80][0xd2]R[0xa0][0x88]Z,hH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "A[0xa9][0x88]-{[0xa1]X[\r]E[0xe8]BAQ[0xa7][0xc9]4[0x99]v:[0x13]'[0x13][0x16][0xf7]}[0xdf][0xf7][0xdd]s|[0xf1]U\[0x8a][0xe8]9[0xe2][0x93][0xf][0xfe]G[0x9e][0xe3][0xf6][0xdd];i[0x1a][0x9a] [0xed][0xf1][0xa1][0xb9][0xdb]o[0xfd][0xee]w[0xbf][0xe9][0xef][0xff][0xf4][0xb][0x80][0xed][0xf8]2[0x86][0x1b]p_[0x13][0xd6][0xe3]~9;[0xdd][0x8c][0x7][0xf0][0xa0]\>[0xd4][0x8]#[0x86]u[0x98]hF[0x6][0xd9][0x18]wL[0xf9]3[0xa9]!'[0xb7][0xf3]1X[0x98][0x92];[0xd3][0xf2][0xc7][0xd6]0[0x13]C[0xb][0x1c][0xf9][0xe3][0xc6]P[0xc0][0xc3]r[0xe6]i([0xca][0xd1][0xd7]P[0xd2]pFN[0xcf]j8'5[0xce]kx$[0x86]G[0xf1][0x98][0x86][0xc7][0x5][0x1a][0xd2]G[0xf][0xb][0xb4][0xa6]]/[0x97]*[0xda][0x93]=S[0xa9][0xb4][0x9b][0xcb][0x99]^[0x9f]@[0xa3][0xe5]L[0x99][0x19][0xdf][0xf5][0x4]nR[0xe7]n[0xa1][0xc8][0xf3][0x82]q.e[0x9e]3fR%[0xdf][0xb2]S[0x83]e[0x19][0xca]GwY[0x8e][0xe5][0xef][0x11][0xd8][0x11]OO[0x19]g[0x8c][0x94]m8[0xb9]T[0xbf]m[0x14][0x8b]}[0xd7][0xd6][0xdf]<&[0x10][0xee]w[0xb3][0xa6][0xc0][0x8a][0xb4][0xe5][0x98]C[0xa5][0x99][0x9][0xd3][0x1b]1&lS[0xc5][0x97]1[0xec]1[0xc3][0xb3][0xe4][0xba][0xbc][0x19][0xf6][0xf3]VQ`o=[0xdb][0x96]s[0xc6][0x9d]6[0xbd][0xd4]T[0x89]!q[0xe5][0x9b][0x9e]c[0xd8][0xa9]~[0xd7][0xf1][\r][0x1a][0xf7]F[0xcc][0xa2][0xbc][0xe4]8*[0xd1][0xc8][0xb4][0x8c]Q`eM[0xd8][0x2][0xab][0xaf][0xf4]|[0xbe]0[0xe7]}[0xd5]B[0xe1]][0x89]=[0x94][0x8f][0x1d]:[0x97]1[0xb][0xbe][0xe5]:E[\r]O[0x8]4[\r][9[0xc7][0xf0]K[0x1e]U[0xee][0xac][0xc1]E[0xea],[0xe][0x9a]X[0xc6]3[\r][0xdf][0x94]q[0xd3]w|s[0x95][0xa5][0xa3][0x13]R[0xae]O[0x2][0xa2]N[k[0xcf]4<[0xc9][0xfb][0xf4]JN[0xde][0xb2][0xb3][0x2]'[0xe2][0xca]k[0x80][0x8e][0xa7]p([0xa6]f[0x8][0xbe][0x9d][0x1a][0xf0][0x8c][0x19][0xf3][0xac][0xeb]M[0x1f]1[0xfd][0xbc][0x9b][0xed][0xab][0x11]L9[0xae]oMZ[0x19]C&[0x99]"[0x88]Cjm[0x6]qFg[0x94][0x9a][0xc0][0xe6]E{`dN[0xd9][0x84]@r[0x9][0xfe]xcs)[0x9d][0xb0][0xfc][0xfc]q[0xd3][0xf7][0xce][0xb]4g[0xcd]b[0xc6][0xb3][0xd4][0x1d][0x8][0xdc]Pk[0xef][0xe0][0xfc]9M,[0x1b][0xf6][0x8d][0xcc][0xf4][0x11][0xa3][0xa0][0xee]U[0xc3]S[0x2]-[0x14]L[0x9b][0xc6]d[0x95]Q[0xf7][0xea][0x80]Q[0xdf]7gL[0xc7][0xaf][0x3]U[0xb5][0xab]%[0x2])H[0x98]mU:[0x15][0xe][0xef]/[0x16]K3[0xca][0xe4][0x98][0xe5][0xda][0xf4][0x9d][0xad]P[0x8e][0xe9][0xdc]R[0x8f]N[0xc7]Mz[0x94][0xd4][0xa9][0x96][0x14][0xa4]J{[0x15]UF[0xf2][0x9e]{Vb[0xc0][0xb3][0xa6][0xe2]\R[0x2]][0x8b][0xc8]\@7[0x8d]L~[0xa8]r[0x8d][0xdb][0xeb]E~[0xa5][0xf6]!*[0xc8][0x98][0xaa][0xae]3[0xe2][0x5]h[0x8b]S[0xac]Q[0x1a][0x9e][0xd6][0xf0][0xc][0xcb][0x1b]KYP[0xc5][0x4][0xf6][0xc5]k[0xb9][0xbd]D\[0x1b]we[0xec]r[0x9d]j[0x88][0xab][0x97]5[0xec][0x96][0xbc][0x8c]9`[0xc9]W[0xbd][0xb6]N[0x85][0xd8]*][0xea][0xe8][0xc2][0xb3]:6[0xe0]&[0x1d][0xb7]a[0xbb][0x86][0xe7]t<[0x8f][0x17]t[0xdc][0x88]N[0xe2](=[N[0xae][0xf3][0xd1][0xc7];-[0xa7][0x93]OU>\[0x1d]/[0xe2]%[\r]/[0xeb]x[0x5][0xaf][0xea][0xd8][0x8d][0x9d]:^[0xc3][0xeb]$[0xd8]|[0xc8][0x83]9[0xc7][0xf5]L[0x1d]o[0xe0]Mf[0xab][0xe3]-[0xbc][0xad][0xe3][0x1d][0xbc][0xab][0xe3][0x0][0xfa][0x5]n]2[0x8c]2[0xd0][0xf7]t[0xbc][0x8f]q[0x2][0xa8][0xe3][0x3][0x8c][0xeb][0xf8][0x10][0xe3][0x2][[0x97][0xc6]%[0x1d][0x1f][0xe1]c[0x81]M[0x8b][0xa2][0x93]@[[0x1d]"[0xe9][0xf8][0x4][0x9f][0x92][0x92][0x8b],[0x4]:[0xee][0xc0]N[0x81][0xdd][0xff][0xab][0x9c]k[0xf8]L[0xc7][0xe7][0xf8]B ^[0xeb][0xf6][0x80][0xed]f[0xa6][0xef][0x1e][0xe5]V[0x8f]*[0xbf][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x8b][0xce][0xd5]"[0x1c][0xe4][0x96]e[0xd8][0xd6]#[0x8a]K[0x87][0xc1][0x90][0xdc]X[0xf5]5[0x6]z[0xa3][0x1d][0xe1][0x8e][0xe8],V[0xcb][0xdd][0x9d][0xe5][0xdd]m[0xbd][0xd1][0xf0][0x8e]HG[0xf4][0xf2][0xdc]i[0x87]<]W>m[0xed][0xd5][0xe4][0xb2]Q-;[0xb4][0xcb][0x17]H[0xb4]6&[0xb2][0x91]([0xc9][0xb1][0x97]r<[0x80][0xb5]j[0x1c]g,[0x1b][0xc9][0xe]9[0xf6][0x12]m9[0x8e][0xe3][0x94][0x1a][0x3]P[0xc6][0xa8][0x9][0x9c][0x86][0xfc][0xbf][0xb1][0x5][0xf]R[0xcb][0xa0][0x9e]Kb[0x17][0xa8][0x99][0xa1]L[0x96][0xfa].[0x99]T[0xa0][0x85]IB[0x91]#[0x8]yz[0x98]&Ml[0xda]t[0x9]g[0x81][0x16]]j[0x17]([0xed]Q[0xa2][0xa8]@[0xbd][0x9f]0[0xdd][0xcc][0x8][0xf][0x92]LQjF9[0x1b]P[0xbf][0x1a][0xe][0xe3].[0xce][0x88]T[0x5][0xf2]<[0x6][0xc9][0x9][0xa1]f[0x12][0xe8][0x90][0x9a]I[0xf0][0x1b][0x18][0xdd]izJ[0x13][0xdd]6[0x8c][0x92][0xcb]C[0xbc]Jy[\r][0xb7]![0xfa][0xf][0xc3][0x8c]j8[0xaa][0xe1]^^[0x87][0x86]c[0x1a][0x8e][0xf3][0xd3]O[0xc3][0xf0][0xa8][0x86][0x91][0xc3][0x1a]F9[0x8e][0xfe]E[0x13][0x1c][0xfe]@[0xa8][0xe5] [0x9];V[0xe6]QO[0x99][0xb0][0xb1]D[0xf2]W[0xac]#][0xae][0x9b]giT[0xc5][0x92]T[0x99][0x4]/-V[0x8e][0xb5][0x11]'[0x98]o`a[0x83]:!!Z[0xd7][0xff][0x88][0xeb][0xbf]CD[0x1a][0x10]U[0x6][0xe4][0xd3]<[0xa9][0x8c][0x9e][0xfa][0x17]PK[0x7][0x8][0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.class[0xad][0x94][O[0x13]A[0x14][0xc7][0xff]C[0xb][0xb]k[0xb9]#[0xde][0xe5][0xa2][0xc8]vA[0x6][0x5]/[0x9][0xe8][0x83]([0x9][0xa6][0x1a]#[0xa4][0x9][0x8f]C;)S[0xb6][0xbb][0xcd]v[0x16][0xab]/~%LD[0x12]I|5[0xf1]C[0x19][0xcf][0xcc][0xd6][0x1b]E1j6[0x99]=[0xe7][0xcc]9[0xbf][0xff][0xdc]?}~[0xff][0x1][0xc0][0x2]n[0xb9]pq[0xa5][0x7]=[0xb8]j[0x9a])[0x7][0xd7]\d1[0xed][0xc0]s[0x91][0x87][0xef][0xa2][0xb]3[0xe]f[0x1d]\g[0xe8]VaU[0x96]t[0x14]3L[0x16][0xa2][0xb8][0xc2][0xa3]zc[0xb1][0xca][0xeb][0xa2][0xc9]eS[0xd4]x[0xa2]U[0xc0][0xd7]Z9K[0xc][0x9d]*,[0xcb]&[0xc3]p[0xa1]*v[0x5][0xf]DX[0xa1]n-+[0xd2][0xf4]v-[0xab]P[0xe9][0xfb][0xc]w[0xbd][0x93]a[0xc7][0x10][0xf2]E[0x86][0xec]JT[0x96][0xc][0xfd][0x5][0x15][0xca][0xa7]ImK[0xc6][0x1b]b+[0xa0][0xc8]P!*[0x89][0xa0](be[0xfc]V0[0xab][0xb7]U[0x83]a[0xf5]89[0x15][0xee]F;2[0xe6][0xd5][0x84][0x6]E[0x9e][0x96]q([0x2][0xbe][0x12][0x85]Z[0x10]<[0xde][0x90][\r][0xfd]<[0x9][0xc9]z[0x90][0xa8][0xa0]lg[0xd0][0x17][0xdb][0xc0]j[0x14][0xaf][0x4][0xa2]A[0xe4]Y[0xef][0x87]q[0xda][0xd8]R[0xde][0x8a][0xa5][0xd4]4[0x9d][0xa7][0x18][0xaa][0xef][0xd1][0x4]m[0x95][0xe][0xb6]U2[0x8c][0xfe]<[0x89][0x97][0xf5][0xaf][0x13][0x19]9[0x9a][0xbc][0xec][0xdf][0xa7][0xfc][0xde]u-J;OD[0xbd][0x95][0xe6]>j[0x96]d][0xab](l8[0x98]#[0xbd]uU[0x9][0x85]Nb[0xea][0xe3]mC5[0x8c][0xdf][0x8d][0xd6]][0x8f][0x92][0xb8]$W[0x95]A[0x8f][0xfd]za[0xe6][0xc]7[0x87]~[0xf0][0x1c]N![0x97]C/[0xfa][0x18][0xee][0xfd][0xd3][0x9a][0x1b][0xdc]<[0xc3][0xe3]?[0x87]<[0x13][0xb1][0xa8]Ir[0xd4]+Y>[0x86][0xe8][0xe0]F[0xe]7[0xb1]`[0xc8][0x8b][0xc][0xf][0xff][0xc7][0x91]`[0x98]:[0xba]|[\r]^[0xa3][0x13][0x1a][0xf0]#y[0xc3][0xdf][0xd7]~c;[0x8e]^[0xa4][0xfb][0x95][0xf1][0xcc][0x99][0xbe][0xdd]~[0x88]N[0xbe][0x1f][0xa6]p[0xb0][0xed][0x8e][0xd8]+[0xab][0x8b]"HR[0xfa][0x1a][0xc3][0x9d][0xbf][0xa1][0xaf][0xe5][0x8b][0x98][0xa0][0xe7][0xc1][0xa5]7[0xa3][0x83]>[0xda]Vk[0xd1][0xce][0xda]?[0xdd]@[0xc]P;H[0xde]&[0xf9][0x19][0xfa][0xf7][0xfb][0x7]`[0xfe][0xcc]>:[0xfc][0xd9]}d[0xde][0xd8][0xc4]!j[0x87][0xe8]}[0x1][0xa6][0xa9][0xf5][0x8][0x99]'[0x84][0x8f]a[0x8a][0x8c][0xa7]e[0x18][0xc1]i[0xc0]ZF[0x86]Y[0xcb][0x8][0x19][0x99]Q[0x9c][0xa1],#[0xf3][0x1a][0x9d][0x14][0x1]<[0xff]-2[0x1f]1p[0x88][0xec][0xe6][0xc][0xd9][0x1d][0x7][0xe8][0xdc];DW[0xea][0x98][0xce]wp[0xe][0xd0][0xbd]G[0xb9]Y[0xab][0xdf]gu8[0x1c][0xcc][0x93][0xd6][0x82][0xd5][0x1e]MY[0xdf][0xb4]=[0x9c][0xc5]9[0xd2];Ov:[0x6][0x13][0xb9]@[0xd6]E[0xb2]3`#[0xb8]d[0x81][0xc][0x97]1f[0xa7]6N[0xf6][0x84][0xb5]&[0xbf][0x0]PK[0x7][0x8][0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.class[0xad]T[O[0x13]A[0x14][0xfe][0xa6]-[0x94][0xae][0xab][0xdc]J[0x15][0xf1][0x6][0x82][0xb4][0xdb][0xc2][0x98][0x88]Jb[0xe5][0xc1][0x1a][0x92][0xc6][0xc6]D $>[0xe][0xed]X[0xb7]nw[0xeb]^H}[0xf2]/i[0x2][0x92]h[0xe2][0xf][0xf0]G[0x19][0xcf][0xcc].*[0xb6][0x6][0x83]<[0xec][0x99]3[0xe7][0xf2][0x9d]o[0xce][0x99][0x9d]o[0xdf]?[0x5]p[0xf]w[\r][0xe4]0[0x9f][0xc3][0x18][0x16][0x94][0xb8][0xad][0xc4]b[0x16]K[0x6]Fp[0xc7][0xc0]2[0x8a]Y[0x94][0xb2][0xb0][0x18]r[0xa1][0xc][0xc2][0x9a]#[0x82][0x80]a[0xb2][0xd1][0x11][0xfb][0x82];[0xc2]msmzD[0xfe]m[0xbb][0xed][0x8a]0[0xf2]%C[0xfe]O[0xd5][0xda][0xa0][0x90]1[0xdb][0xed][0xc8]f[0xe8][0xf9][0xc][0xb][\r][0xcf]os[0xaf][0x17][0xac]uxO[0xf4][0xb9][0xec][0x8b].[0x8f]B[0xdb][0xe1][0xf5]$[0x86][0xe2]Gl[0xb7]%[0xfb][0xc][0xd3][0xbf][0xc1][0xd5][0xdd]P[0xb6][0xa5][0xf2][0x8e]Vm[0xd7][0xe]7[0x18][0xea][0xc5][0x1]:[0xa7][0xa3][0xf][0x81],[0xed]2dj^[0x8b][0xe]0[0xde][0xb0]][0xf9]<[0xea][0xee]IG[0xec]9d[0x99]jxM[0xe1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdf]V[0xfb][0xc4][0x98][0x9]_[0xdb][0xd4][0x8e]g[0xc3][0xca][0xd9][0xee][0xbe][0xf7]F[0xfa][0xbc][0x13][0x11]K[0xda][0x85][0xd2]w[0x85][0xc3]k[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x2][0xf7]w[0xa8][0x9d][[0x91]K[0x9a][0xa6][0xbc]%[0xdf]Fd[0xa1]s[0x15]NVz[0xd7];[0xae][0xd6][0x18]8[0xa7]j[0xeb][0x99][0x8f][0x9a]k[0xcb][0x84][0x0][0xc3]\[0xb1][0xa4]qb[0xb2][0xbe][0xb6][0xf2][0xd8]I[0x8c][0xb2]{[0x91][0xed][0xb4]T[0xdc][0xf2]@T[0xc0][0xbb][0xd4]1'[0x9]~[0x12][0x7]R[0x8e][0xb1][0xed]E~Sn[0xda][0x8a][0xf9][0xe2])[0xa7]^U[0xc]ML[0xa1]l[0xc2][0xc0][0x5][0x13][0x97]0nb[0x2][0x93][0xc]O[0xff][0xab][0xb5][0x9][0x1f][0x5]][0xc9]b[0xc5][0xc4]*8][0x98]s[0x1b][0x17]C[0xf1]WC~&[0xf9][0xb1]3[0xe0]'C[0xf3][0x83][0xf7]T[0xcd]a[0xbd]x[0xe6][0x11].[0xfd][0xd3]4[0xe8][0xf2][0x6][0xe2][0x95][0x8c]m[0x9b][0x9e][0x9f][0xfc][0xc4][0x95]!t[0xfe]z[0x9]0O[0xf]C[0x8e][0x9e][0x8c]4RjD`0i[0x97][0xc2]E[0xfa]hZZ[0xa7][0x81][0xe9][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "b[0x9a][0xd6]<[0xed][0xde][0xd3][0x9a][0xa1]u[0xc6]*[0x1f][0x81]Y[0xe5]C[0xa4][0xac][0xca]![0xd2][0xd6][0xca]!2[0x1f]5[0xe0][0xc][0xc9][0x2][0xbd]7[0xc0][0x1a][0xc9][0xfb][0x4][0xff][0x80][0x0][0x1f]R[0xfa]:[0xd9][0x1]+[0x6][0xc0]e\[0x1][0xb4][0x16][0x13]P[0x9a]*[0x9d][0xd2][0x9a]*[0x9e][0xc6],[0xe9]f[0xe2]3[0x88][0xdc]1[0xcd][0xab][0xa4][0xcd][0xe1][0x1a]IE[0xea][0x5]![0xaa][0xac][0xd9]/[0x18]yi[0x1d][0x10][0x9b][0x3]d[0x8e]0[0xda]([0x93][0x92][0xfa][0x84][0xec][0x7][0x9d][0xa4][0x88][0x19]:[0xb0]J[0xf0][0x8f]5[0x99]B[0x9c][0x98][0x90][0x99][0xa0][0x9e]\[0xc7][\r][0x82]e[0xb8][0xa9]sn[0xfd][0x0]PK[0x7][0x8]JZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.class[0xa5]Wit[0x13][0xd7][0x19][0xbd][0xa3][0xed][0xd9][0xf2][0x80][0xc1]`[0x8c][0xc]8[0x82][0xb0][0xd8]2F[0x84]-[0xc4]l[0x5][0x1b][0x1a][0xa7][0xb6]![0xd8][0x98][0x12][0xd2][0xd0][0xb1]<[0x16]cd[0x8d]2[0x1a][0x81]M[0x9b]&i[0xd3]6[0xa5][0xfb][0x1e]h[0x96]6][0xe8]B[0xdb][0xa4][0x5]9[0xc4]-!M[0xd7]t[0xdf][0xd3]}[0xdf][0xf7][0xf6]OOOO[0xd2][0xfb]fd#[0xdb]#[0x9b]s[0xfa]C[0xef][0xbd]y[0xcb][0xf7][0xdd][0xfb]m[0xef][0xe9][0xe9]g[0x1f][0xbf][0x4]`=[0xfe][0x15][0xc6][0xf5][0xb8][0xb7][0xc][0xaf][0x9][0xe3][0x14]^[[0x8e]Mx[0x9d]l^/[0x9b]7[0xc8][0xe6][0x8d][0x15]x[0x13][0xde]\[0x81][0xb7][0xe0][0xad][0xf2][0xf3]m[0x2]o[0x17]xG[0x18]*[0xde][0x19][0xe6][0xf7]}[0x2][0xa7][0xc3][0xa8][0x94]"[0xce][0xc8][0xfe]]e[0xb8]?[0x8c][0x7][0xf0][0xa0][0xfc]xHn{[0xb7][0xc0]{[0xca][0xf0][0xb0][0x9c]|o[0x18][0xef][0x93]+[0xa7][0xf0]~y[0xf6][0x3][0x2]g[0x5]>[0x18]F[0x1d]>[0x14][0xc6][0x87][0xf1][0x91]0[0xce][0xe1][0xa3][0x2][0x1f][0xb]c[0x19][0xee][0x95][0xcd][0xc7][0xc3]x[0x4][0x8f]V[0xe0][0x13][0xf8][0xa4][0xc4][0xf9][0x90][0x1c][0x9d][0x17][0xb8][0x10]F[0x3][0xf2]R[0xc4][0x88]l[0x1e][0x93]j.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "<[0x1e][0xc6][0x1a][0xd9][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "|*[0x8c][0xeb][0xa4][0x88][0xb5][0xf8][0xb4]l.[0x9][0xbf][0xb7]W[0x1a][0xc9]5[0x91]f%'[0x8b]/,S|[0xbf][0x91][0xee][0xdb][0x99][0xee]s1[0x97][0x92]r[0xb]M7[0xa8][0xa0][0xb6]h[0xc9][0xd2][0xfb]S\[0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "w8[0x1]FI[0xd1][0xa2][0xc5]N[0xd3][0xb1]l[0xab][0xde][0xef]Z[0xd6][0xb2][0x9c][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "R[0x97][0xce][0xb8][0x9e]W[0xb4][0xb5][0x8d]VH[0xd2]X[0xcc]A[0x81][0xcf]3[0xdf][0x14][0xcc]v-[0xdc]ch[0x8e]M[0x15][0xac][0xad]/[0xad][0xd8]C[0x94]$[0x1d][0x96][0xf1][0xdb]Q[0x8]~5![0xd1][0xec][0xd7]o[0xcf]qR[0xd2][0x90]^u[0xdd]g[0xe5][0xd2]i[0xfa][0xb2][0xb0]F[0x8c]s[0xdd][0x8c]i[0xd5][0xb3][0x9][0xcb][0xc8][0xb8][0x1e][0xab][0x9b]z[0xa0]h[0x9d][0x87][0x84]5&;[0xe8][0xec]R[0xb0]x[0xea][0x11][0x87]L[0x8b]i[0xe9]27,=[0x9b]Kq_[0xc4][0xb][0x8b]\[0xe2][0xa6][0xb2]~[0xcd]H1[0xc3][0xe8][0xbc]9.M'[0xfe][0xdb][\r][0x7][0xe8][0x82][0x89][0x1]>[0x9c][0x19][0xb][0xf2][0x1b]&[0xed][0xdd]:UE[0xda][0xb4][0x8d]~#[0xa1]I[0xf8][0xf1]=[0xae][0x96]-[0xdb][0xe9][0x83]/[0x8]|Q[0xe0]K[0xac]p[0x2]O[0xb]|[0x99]D[0x12][0x96][0xae][0xd9]z[0xb7],[0x7][0x8c]X[0x8d]yf[0x8d]g[0x8a][0x82]n[0xaf][0xdc][0xbe]2[0xd3]}[0xd4]2OHX[[0x1a][0xbc]R[0xc9][[0xaa]4[0xe8][0xa0][0x9e][0xcd]jI[0xb2][0xf1][0xc9][0x80][0xa9][0xf6][0x14][0xc9]*/[0x83]%[0xdb][0xa5][0xd3][0x6])[0xe3][0xa4]Ka[0xbd][0xb7]~[0xc6][0xb0]_[0x1f]Z[0xc7]:[0xcb][0xe8][0xe8]2sVB[0xdf]c[0xc8][0x3][0xb][0xa6]d[0xee][0x1a])@E+[0xbe][0xc2][0xb8][0xa7][0x9a][0xa7]T|[0x15]_S[0xb1][0x5][Ul[0x93][0xcd][\r]hV[0xb1][0x1d];[0x98][0x89]*[0xbe][0x8e]o[0x8]|S[0xc5][0xb7][0xf0]m[0x15][0xcf][0xc3]N[0xe6][0xc2]L%FA[0xc3]U[0x9b]C[0x2][0xf9][0x8e][0x8a][[0xf1]"[0x5]5[0x93][0x8d][0xbd]+g[0xa4][0xfa]tV[0xf5]PT[0x9e][0x8e][0xaa][0xf8].[0xbe][0xc7][0xb0][0x8a][0xd2][0xc5][0xd1]~[0xa9]3j[0xa4][0xa3]2[0x19][0xa2]N[0x12]D[0x5][0xbe][0xaf][0xe2][0x19][0xfc]@[0xc5][0xf]e[0xd3][0x8a][0x1f]1[0xe6][0xa7][0xe4][0x10]%[0x14]FQV[0x8f][0xdc][0xa0][0x9e][0xb6][0xa3][0xfa]P[0x86]y[0xa7][0xf7][0xa9][0xf8]1~[0xc2]PQ[0xf1]S[0xfc]LE?[0x92][0xcc][0x90][0xe9]s_A[0xdb][0xd5][0x17][0xd2]q[0xb]HB[0xfb][0x9d][0x80]m)[0xca]_[0x89][0xf9][0xe7][0x8c]Q[0x15][0xbf][0xc0]/[0x19][0xae]*~[0x85]_3[0xa9]K[0xe7][0x9b][0x8a][0xdf][0xe0][0xb7][0x8c]g[0x15][0xbf][0xc3][0xef][0x19][0xd4]*[0xfe][0x80]?[0xaa][0xf8][0x13][0xfe][0xac]`[0xc5]U[0xe5][0x86][0x8a][0xbf][0xe0][0xaf]*^[0x8a];T[0xbc][0x1c][0xaf][0x90][0x10][0xfe][0xc6][0xb2][0xe4][0xc1][0xe9][0xa0][0xa5]e2z_[0xa9]t[0xa9]u[0xec]d[0x98][0x85][0xca][0xba]7ggr6=[0xa9]k,[0xaf]K[0xc6][0x16]w[\r][0xdb][0xfa]N[0xcb][0xd2][0x86][0x8b][0xd7][0xa5][0xd2][0xbf][0xab][0xf8][0x7][0xfe][0xc9][0x2][0xea][0x11][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xfc][0x1f][0x97][0x15]K[0xcc][0xe4][0xb2][0xaf][0xe0][0x1a][0xf][0x81]%[0xf][0xb9][0xf1][0xc8][0xd8][0x9f][0xe9]f[0x1f][0xdb]2[0xcd][0xd5][0xae]`[0xd1][0xe1][0xe9][0xee][0x9a][0x85][0xa5][0xd6][0xb8]T[0xaa][0xb6][0xb3][0x94]MW[0xc5][0x99][%*1k[0xcc][0xc4][0x82][0xca]BR/[0xef][0x98]`6[0x93][0x92][0xb5]~[0x95]G[\r]l[0xf0][0xbc][0xcc][0xcb][0x93][0xba][0xed][0xda][0x82][0xde][0xae]o([0xfd][0x8][0xe2][0xde]H[0xc9]E[0xca]I[0x99]Z_[0xe1]u[0xb6][0xc2]K[0xbb][0xc7][0x8b][0xad]T]$[0x91][0x90][0x8c][0xd9]4[0x8d][0xd7]4[0x83][0xac][0x9]5[0x87]2+'[0xa9]a[0xe1]&[0xc3]N[0xc2][0xe5][0xab][0xb0]~[0xea]Iy[0xa9][0xd9][0xe6]X[0xa4]T{i[0x93]w7e[0xb8][0xee][0xcc]:f[0x9a]6[0x14]B[0xf4][0xae][0x96][0xca]N[0x92]V[0xf4]pi[0xab][0x9f]b[0x8c][0x99][0x9f][0x96]%^[0x15][0xd5]W.[0xc3][0x9][0xa1][0xd3][0xe2][0xa1][0xc3][0xc3][0x90]3[0xbc]"[0xc2][0xfd]F[0x8a][0xf9]y[0xd0][0xb0][0x8f]*h[0xae][0x9f]~[0xbb][0x87][0xb4]+[0x8f][0x18]?g[0x14]l[0xf4][0x10]1[0xb6][0xc7][0xf3]x[0xe1][0xdd]QA[0xfb][0xef][0x19]zT[0x8d][0xf9][0xb1][0xf8][0xf1]![0x8c][0xec][0xee][0xc1][0x8c]=[0xec][0xa4][0x82][0xbc]YyD[0xba][0xa0][0xad][0xc1][0xeb][0x91][0xa9]r[0xb5][0xa8][0x8][0xd6]L[0x88][0x8c]+[0xa1][0xa8] v[0xd5][0xaf][0x9]:#R[0xd8],[0xab]iQ[0x9d]t[0xd6]*NX[0x86][0xad][0x8f][0xd5]1[0xcf][0xd0][0xe8][0xc1]R[0xfe]3[0xbb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "6#[0x8][0x9f][0xbc][0xd2][0xf9][0xd3]'/y[0xa7][0xdf]V[0xe8]y[0xcb];=/v[0xee][0xdd][0xe5][0x8c][[0x10][0xe2][0xb8][0x15][0xbb][0xd9][0xee][0xe1][0xcc][0xe0][0xe7][0xc][0xd0][0x1e][0x1b][0x81][0xd2]X[0xe5][0xcb][0xc3][0xdf][0x1c][0x88]E[0x2][0xfe]u[0x17] [0xfb][0x0][0xfb]`l[0xf5][0x5][0x84]bM[0x17] b[0xb1][0xf3][0x8]]D[0x19][0x9][0x9f]G[0xe0]"[0xca]}[0xb8][0x80][0xf0]YT6[0x7]G[0xa1][0x1e][0x8a][0x4]G0[0xeb][0x89]G){%1[0xec]@[0x5][0xa5]?[0x9f][0xd2][0xd7]p[0x4][0xe2][0xc][0x10][0xa3][0xca][0x95][0xf9][0xc4][0xb8][0x98][0xf8][0x96]r[0xcf]J[0xa2][0xdb]J<;[0x88]m'[0x91][0xbd][0x80][0xb8]n[0xe4][0xee][0xed][0xc4][0xb5][0x13]a[0xb4][0xe1]&[0xb2]$B[0xae][0xb4][0x3][0xce][0xa8][0x83]'[0x14]g[0xd4]I[0xee]>g$[0xd9][0xfa]![0x9f]1{[0xb1][0x8f][0x9a]n[0xe6][0xec]b[0xf8][0x9e][0xe3]tP`[0xbf]@[0x97]@[0xb7][0xc0][0x1][0x81][0x1e]([0x2][0x7]+p7^[0x88]C[0x5];[0xdc][0xc9][0x13]R[0xce][0xa6]X[0xe3][0x8]f[0x9f][0xc1]ZIg[0x14][0x95][0x87]F0[0xa7]jn[0x1e]U[0xe4][0x1b]dW5[0xcf][0x1d][0x87][0xf3][0x98][0xcf]Q[0x1e][0xd5]#X@[0xc6](0[0xad][0xa2][0x1c][0x10]s[0x19]Q[0xd7][0x13][0xf1]Fb[0x95]l[0x16][0xb8][0xd2][0xc7]9l[0xc2]-8L[0xdd]7;'[0x95][0x8d][0xbc][0x9c][0xf9]Lr[0xc1](QN[0x9].[0xc]([0x1d][0x8d][0x97][0x1e][0xc4][0x92]F[0xff][0xba]'Qs[0x6][0xb3]$[0xa8][0xaa][0x85]R#[0xa7].[0xa3][0xa6][0xc3]E[0x12][0xe9]l[0xba][0xb4])[0xe0][0xdf][0x14][0xac][0xe]V[0x7][0x1e][0xc6][0xaa][0xa6][0xea][0xe0][0xba][0xe6]P$[0x94]G[0xad][0xb]{[0xd1]i[0xa8][0xb1]Hh[0xf5][0x8][0x16][0x7][0xce][0xdd][0x13]T[0xce]>[0xf7][0xcc]Y[0xcc][0xea][0x94][0xe2][0x9a][0xa4][0xc7][0xfc][0xe7][0x8][0xcf][0x87]n[0xdc][0x86]%8@`[0xb2]w[0x9]5c6[0xdb]}\[0xed]![0xa6][0x83][0x98]C[0xa3][0xd5][0x12][0xfc]R[0xee][0xd9][0x86]#[0xa4][0xa3][0xa1][0xb][0xbd][0x12]![0x9a][0x18]>[0xfb][0xa3][0x8c]s[0xb7][0xa5][0x14](bB[0x93][0xde][0xc7][0xcc][0x99]33w[0xa6][0xd3][0xdf]~[0xfc][0x2]0[0x8e][0xe9][0x10][0xc2][0x88]I[0x18][0x94]0[0xd4][0x84][0x9b][0x18][0xe]a[0x4][0x8a][0x4]5[0x84]F[0x8c][0x6]1[0x16][0x80][0xf7][0x19]h[0xe][0xe1][0x9][0xc6][0xc5]2![0xe1][0xa9][0x84]g[0x12][0x9e]3[0xdc][0x9a]K[0xce]OgR[0xe9][0x8d][0xf4][0xc2][0x87][0xe4]r&[0xcd][0xc0][0x16][0x19][0x1a][0x13][0x86]e[0xb8]S[0xc][0xbe]h,[0xcb][0xe0][0x9f][0xb5]79aS[0x86][0xc5][0x97][0x8a];9[0xee][0xa4][0xb5][0x9c]I[0x92]H[0xca][0xd6]53[0xab]9[0x86][0xb8]W[0x84]~[0xf7][0x93]Q`[0x98]K[0xd9]N^[0xb5]w[0xb][0x13][[0xea][0xae]VRyI[0xdb]Q[\r]k[0xcf][0xde][0xe6][0x8e][0xba]U$~[0xba][0xb9][0xdc][0xb1]4S][0xcc][0xd0]u[0xc5][0xb1]s|[0xa1][0xc][0x98][0xd7]t[0xd7]v[0xe][0xe2][0xe4]Bw[0xb8][0xe6][0xf2]Z%[0xc3][0xdb]hjK[0xdb][0xd3]TS[0xb3][0xf2][0xea]rn[0x8b][0xeb]n[0xbc]F[0xb2][0xe6]:[0x86][0x95][0x8f][0xc7][0xea]EPKD[0xf4][0x92]nS[0x10]%W[0xe4]r[0x81][0x92]r[0xe1][0xa5]][0xe7][0xac][0xae]BNo[0xa3][0xbb]%[0x86][0xde][0xb2][0x93]B[0xde]P?:[0xda][0xe][0xdf][0xb7][0x9d]mu[0xa6]hm[0x9a]|[0xb6]LM[0xd0][0xa0]a[0x9]B[0xdb][0xa9][0xe2][0xcf][0x6]Ut[\r]S][0xa8]`[0x4]>[0xa1][0x9b][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "t[0x9d]+[0xd0]Fv:[0x95]In[0xac][0xac].[0xaf]$W[0xd3][0xeb][0xc]mu[0x1]T[0xc7][0x5][0x86][0xd0][0x9a]]tt>o[0x88][0xba]t^[0xf6][0xca][0x8a]HNF[0x4][0xb7][0x19]z[0xae][0xca][0xe6][0x4][0xf2][0x8f][0x4]d4[0xa3]E[0xc2][0xb][0x19]/1[0xc9][0x10][0xbf]F[0x1f][0x88][0xa8][0xe8]=V[0x89]B[0xf1]([0x14][0xa2]P[0x4][0x85]R[0xa1]P<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xe5][0x84]B[0xb9]4[0xc9]s[0xcf]$!![0xe3][0x15][0xa6]d[0xbc][0xc6][0x1b][0x86][0x99][0xeb]7+C[0xf3][0xf9][0xe]b[0xe8][0xbf][0xa2][0x5][0xab][0xb6][0xc3]g[0x81][0x85]}[0xa3]P[0xc8][0xd9]%[0xd5]u4][0x4][0xb1][0xc6][0x9d]=C[0xe7])[0xdb][0xde].[0xee]Re[0xf3][0xdc][0xad][0x88][0x18][0xde]E[0xaf]n[0xc2][0x9a][0xe][0x9e]5[0xb5]B![0xbe][0x18][0xab][0xd7][0xf0][0xeb][0xd1][0x8b][0xad][0xfe][0x1f][0xe4]W[0xf6][0xb4][0x18]#[0xe1]S[0xe6][0x94]m[0xe5][0xe9][0xc7]GI[0x94]O}u[0xdc][0x9e][0x9]P[0xc0]([0xbc]&[0x93][0xf6][0xac]f[0x16][0xb9]7[0x9b][0x16][0xf1][0x90]F^[0x18]4[0x9b][0xe8][0xdb]![0xfa][0x8e]F[0x9d][0x8f][0xce][0xd4][0xcc][0xb4][0xb6][0xd2]M[0xa5][0x9d][0xd1][0x1e][0x18]<[0x4][0xfb]B[0x87][0x6][0xb4][0xd1][0xda][0xe8][0x9]{[0xd0]N[0xab]\[0x6][0xe0][0xe][0xee][0xd2].[0x88][0xee]U[0x8c][0xf]H*[0x6]h[0xf7][0xd0]1[0x1a][0x96]F"[0xbe][0xaf][0xf0][0x1f]!p[0xc][0xdf][0xa4][0xff]'[0x1a][0xd7][0x87]G:[0xfc][0x87][0x90]>Wi[0xc3][0xe4]][0xf8][0xc]`[0x94]"[0x18][0xf3][0xe8]'[0xca][0x14][0x15]zq[0xba][0x8f][0x7][0x9e][0xcb]nt[0xa2][0x8b],[0x3][0xe4][0xb0][0x9b][0x82][0xf1][0x91][0x8d]L9[0xf5][0xc2][0x8f] [0x1e]Us[0xc8][0x92][0xa6][0x81][0xf6][0xf6]H[0xf0]}[0xcb]@s"[0x12]lE[0xd3][0x11]n|[0x87][0xfc][\r][0xfe][0xd3][0xa4]"d[0x7]D[0x9]=[0x8][0xfa]? [0xd9][0xb0][0x17]A;[0xe9]}[0xa4]}L[0xde]@[0x9a]0[0xfa][0xd0][0xef][0xbd][0xcb][0x80]g[0x1b][0xfd][0xb]PK[0x7][0x8]td=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.class[0xad]Yy|[0x14][0xd5][0x1d][0xff][0xbe]d[0x93][0xd9]l[0x6][0x8][0x1b][0x12][0x8][0xe7][0x0]![0xe4]^@[0xe]I"w[0xc0][0xd0]$P[0x12][0x95]`[0xaf]![0x99]$[0x3][0x9b][0xdd][0xb8][0xbb][0x81]D[0xa4][0xb6]j[0xa5]-[0xbd][0xeb][0xe3][0xe7]X.[0xd6][0xe3]x.[0x1e][0xc4]C[0x1a]Z[0xe5][0xf6][0xc3][0x1a][0x1e][0xd1]0[0xe4][0xc3]0N[0xf8][0x90][0x83][0x11][0x9][0xf6][0xa8][0xfc][0x9c][0x94][0x9f][0xcf][0xc9][0xcf]c[0xb9]x[0x1c][0xa7][0xe4][0xec][0xb4][0xf]O[0xe0][0xf3]>|[0x1]_[0x94][0xcb]/[0xe5][0xe2][0xcb][0xf8][0x8a][0x86][0xaf]j[0xf8][0x9a][0xf][0xd3][0xf1][0xa4][0x17]_[0x97][0xe3]7[0xe4][0xe7][0x9b]^|[0xcb][0x8b]o[0xcb][0xe9]w|([0xc4]w[0xe5][0xdd][0xef][0xf9][0xf0]}[0xfc]@^S\<[0xa5][0xe1]i[0x1f][0x8a][0xf1]C[\r]?[0xf2][0xe1][0xc7][0xf8]I.J[0xf0]S9{V[0xc3][0xcf][0xe4][0x85][0xe7][0xbc][0xf8][0xb9]\s[0xfc][0x85]D[0xf5]K/~[0xe5][0xc3]Z[0xfc]Z"[0xfa][0x8d][0x17][0xcf][0xcb][0xc3][0xdf]z[0xf1];I[0xe2][0x5])[0xd1][0xef][0xbd][0xf8][0x83][0xf][[0xf0]\.[0xfe][0x88]?I[0xf9]_[0x94][0x88][0xfe],[0x89][0xfe]Er[0xfd]W[\r][0x93][0x0][0xd7][0xf0][0xf][0xb9][0xfe][0xa7][0x17][0xff][0xf2][0xe1][0xdf][0xf8][0x8f][0x86][0x97]$[0xe4]5[0x9c][0x91][0xe7][0xaf][0xc8][0xcf][0xab]^[0x9c][0x95]@/j[0x2]>!D[0x86]&2[0x5]2[0x1b][0xb7]m[0x11][0xf0]7[0x86]#][0x81]h[0xb0]s[0xf9][0x9e]@c[0xb8][0xab][0xcb][0x8a][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x[0xed][0xd0][0x1e][0xab]=[0x16][0x8e][0x8],P[0xe7][0xe1][0xde]([0xcf]{[0xcd][0xfe][0x80][0xd5]o[0xf6][0x4][0xfa]bv0[0xd0][0xe0][0xc2][0x10][0xde][0xd7]kF[0xcc][0x1e]+fE[0xa2][0x2][0xf9]W6[0xee]1[0xf7][0x99][0x81][0xa0][0x19][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "l[0xdb]-[0x81][0x8][0x92]]g[0x87][0xec][0xd8][0x1a][0x81]U[0xa5][0x9][0xc7][0x1b][0x83]f4Z{a[0x12][\r]e[0x97][0xb]x6[0x86];,[0x81])[0x8d]v[0xc8]j[0xee][0xeb][0xd9]mEZ[0xcd][0xdd]AK[0xc9][0xd0]n[0x6]/7#[0xb6]\[0xbb][0x9b][0xc2][0xe6]_[0x83]@[0x86][0x1d][0x13][0x98][0xe6][0xd0]t[0x90][0x92]M[0xd3][0xe1][[0xf0][0xa8] [0x81][0x9d][0xd6][0xee]Hx[0xbf][0xbc][0xce]3O[0xac][0xdb][0xa6]4[0x8d][0xe9][0x98][0xb3]C[0xfb][0xc2]{[0xad]H`O[0x1f]e[0xe2][0x8a][0x18]Cf0[0xb0]}T[0xb][0xf6][0xd5]V[0xc7][0xc6]p(f[0x92][0xd3]H[0xab][0x15][0x8d][0xed][0xe8][0xb][0x85][0x94]f[0xb3][0xf6]J[0x89][0x5][0xa6][0xa6]([0x81]gv[0xa8][0xc3][0xea][0x17](L[0x16]g[0xa0]wT[0xa4][0xb2]4R[0xd4][0xa5][0xd1][0xf6][0x9a][0xda][0xb8][0xc4]c[0x4][0xea][0xca][0xe5][0xf6][0xa4][0x96][0x98][0xd9][0xbe][0xb7][0xc9][0xec]U([0xe9][0xf][0x9a][0xf0]h"K[0x13][0xd9][0x8c]![0x1a][0xb2][0xbe][0xbf][0xdd][0xea][0x8d][0xd9][0xe1][0x10]y[0xcc]i[0xb1][0xbb]Bf[0xac]/B[0xd2]5)V[0x93][0xf8]&h[0xb8][0xfc]}f[0xd0][0xee]0c[0x16]u[0x12][0x8d]E[0xfa][0x1c][0xcf][0xca]/M[0x10][0xa7][0xd1][0x8e][0xc6]j%l[0xb6][0x15][0x89][0x84][0xa5][0x1b][0xe5][0x8d]?[0x15]X[0xd2][0xd5][0xd7]c[0x85]bq[0xf3]Hw[0xe9][0x94][0xd7][0x5][0x8a][0x12][0xc0]#Vg[0x90][0xd8][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb3][0xc]L3[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7]L[0x7]}N[0xdc]?[0x5][0xf4][0x6][0xe9][0x90][0xca][0x90][0x16][0x95]][0xa1],[0xe9][0xb8]sD[0xf9]j4[0xd9][0x9b][0x8b][0xe3]+[0xa9][0xc][0xcb]l[0xef][0x16](Ms[0xa9][0x87]![0x1a][0xc]l[0x96][0xb0][0xfb][0xc3][0x91][0xbd][0xa3]|[0xcc]t[0xf9][0xb0]:[0xd4]Nt[0xc3]@[0x2]/S[0xa5]n[0x15]+[\r][0xd4][0x9a][0x19]j[0x97][0xfe][0x96]b[0xbf][0x9][0xd2]ZS[0xab][0x9][0x8d][0x19]Y[0x13]^[0xe6]c&`f3^[0xd8][0xd8]mK]]1[0x1][0x9e][0x9b][0xac]Xw[0xb8][0xa3]6[0x5]0@[0x9][0xec]N[0xbb]]i3[0xc0][0x88]nVkjD[0xf9]m[0x8f][0xba]&[0x83]t[0xa2][0x14][0xc8]Y[0xc8]E[0x91][0xce][0x2][0xe7][0xa6]GO[0xea][0xb2]b[0xeb][0xcf][0xa3]RiYj[0xf8][0xd4][0xa5]l[0xbe][0x6][0xad][0x12][0xa7][0xf2][0xb7][0xe8][0xfa][0x88][0x15][0xa7][0xcc]"RZ[0xb6][0x8b]Y[0xc5][0xc][0x6][0xb7]'[0x94][0x80][0xc2][0xa4] R[0xa9][0xca]I[0xaa][0xd9][0xaa]PH[0x87]K[0xb]q[0xae]d6[0xac][0xbe]8[0xba][0xdb]a1-[0x85][0xac][0x8e]+"[0xe1]P[0x97][0xcc][0x90][0x2][0xd3][0x93]0&[0x6]JN[0xbb][0xf4][0xad]f"H[0xe][0xe0][0x96]X[0x84]A([0xa3][0xc4][0xb1][0x9d][0x3][0xa1][0xf5]X[0xd1][0xa8][0xd9][0xc5]Y>[0x95][0xbc]}[0x1c]a[0x87][0xf3][0x89][XsPS[0xe2][0xda][0xd7][0xae]{[0x17][0x8b][0xd4][0xc0][0xba][0xd2]T[0xcd][0xbc]F[0xf][0xf5][0xd6][0xb5][0x7][0xdd][0x1a]L[0xab][0xc9][0xbc][0xd7][0x12][0xee][0x8b][0xb4][[0x9b]mY[[0x16]][0xa8]xUK[0xfa]:.[0x13]9:^[0x8f][0x1d]:[0xee][0xc0][0x9d][0xba][0xf0][0x89]\[0xd6][0xe]][0xe8][0xe8][0xd7][0xd1][0x82]Vj-M[0xa2][0xa5][0xd6][0xce]%l[0x3][0xb7]l[0x96][0x87][0xab][0x15][0xd3][0xf5]2[0xf9]kb[0x92].&[0x8b])$[0x86][0x88].[0xf2][0xf8][0xc1][0x11][0xdc][0xae][0xe3][0xa0]$r[\r][0xfa]Y[0xb0]t1U[0xf8]u[0x91]/[0xa6]i[0xa2]@[0x17][0x85]b[0xba]&f[0xe8][0xa2]H[0xcc][0xd4][0xf1]![0xdc][0xc6][0x1c][0xa0][0x8b]Ybv[0x12];q[0x9f][0xa0][0xb3][0x8c][0xf7][0x82][\r]}[0xcc][0xf]VD[0x92][0xbc]_[0xa0]I[0xf9][0x95][0x11]RM[0x86][0x11][0xee]4[0xc6][0xfc][0xcf]0C[0x1d][0xc6][0xba][0xb8][0xb2][0xc]'([0xaa]S[0xb7][0x8c][0xf6]p[0x1f][0x1b][0x83][0x8e][0x1a]C[0x17]s[0xc4]\[0xf9][0x99]'0[0xa3][0xd2] e;([0xb5][0x92][0x80][0xb5][0xc6]`3R[0xad][0xb]C[0xcc][0x97]*^[0xa0][0x8b][0x85][0xa2][0x98][0xa5][0x99][0x12]Qf[0xb1][0x8][0xb7][0xb][0x94]L,VuQ"[0x16]k[0xa2][0x94][0x99]h[0xc2]9[0x9d][0xc9]R[0x17]e[0xa2]\[0x17][0x15]b[0xb6].*E[0x15][0x1b][0xbf][0xb][0x17]!]T[0x8b][0xf9][0xac][0xd4]5Fkd[0x80]J4ba#j[0xc5](K[0x9e][0xb1][0xdf][0x8e]u[0x1b][0xb1]n" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xcb]`[0xed][0xef][0xb3][0x94][0xe][0x2][0xcc][[0xdc]2c[0x86][0x1d]5[0xe8][0xaa][0xea]8bwus[0xc6][0x10]6Ju[0xb1]D[0x14][0xeb]b[0xa9]D[0xaa][0x1b]6[0x8b][0x81]evH[0xf5][0xeb]b[0x99](f+WV-[0xb5]s[0x91][0x8e]m[0xd8][0xce][0xce]MJ%[0xc9][0x1e]8H`[0x83][0xb5]U[0xd6][M,[0xd7][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]R[0xc7][0x7]p[0x93].V[0x89][0x8b]u[0xb1]Zz[0xcf]=[0xb8][0x97][0x8c][0x8d][0x8f]"][0xd4][0x8][0x99][0xdc]R[0x93][0x91][0x8e][0xbb][0xf0]1[0x81][0xca][0x3]K[0xe]V[0x1f]Xz[0xb0][0xb4][0xcc][0xe8][0xe9][0x8b][0xc6]HF[0xa6][0x1e][0xba][0x81]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "(94#[0x11]s Z[0xad][0x89]:]\"[0x18]b[0xe5][0x13]V>s[0x83]ol[0xa1][0x8b][0xb5][0xe2]b[0xb6]:[0x13]L[0xe][0xba]XG[0xd9][0xc4]z[0xe9] [0x95][0xcd]a[0xa3][0xb7]ow[0xd0]n7[0xa2][0xb2][0xe6][0xb7]'[0xba][0xad][0x93][0x87][0x8c]p[0xc8]P[0xd9][0x90]6[0xda][0xfa][0xff]kl5[0xb1]A[0x17][0x1b][0xc5]&[0xf6][0x4][0xa9]|o[0x8][0x86][0xdb][0xf7]n[0xbd][0x8c][[0xcb]U[0x91]w[0xae][0xb0][0x8f][0x1f][0xd7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x18][0x17]j'G[0xed][0x94][0xd4][0x1][0xb]LN[0xce][0xac]I[0xe1][0x9d][0xd4][0x11][0xc9][0xf6].[0xa5][0xf1]V[0xb9][0xd1][0x8e]#+,M[0xd7]f[0xcb][0xae]'d[0xf5][0xcb][0xf7][0xc2][0xd8][0xe1][0xc6]p0[0xe8][0xf4]nd~[0x92][0xec][0xe8][0x82]V,[0x1c]rx(N[0x93][0xb1][0xd3][0x14][0xe5][0x99][0xa3][0xbd][0xf1][0xb6]Pp`[([0xb9]E[0xd6][0x9d]w[0x98]S[0xe0]I:[0x1d]Jr[0xaf][0xb3]P[0xb5][0x8e][0xf6]PL[0xe5][0xe7][0xa9]Pq0YU/[0x8]D}[0x13][0xb5][0xe4],[0x89][0xad][0xf9]I[0xa5]vT[0xc3][0x9] [0xb2]C9/[0x80]@n[0xc8][0xda]?[0xd6][0xee]-.MS[0xf9][0xd3]7[0xe2]Q[0xfa][0xa0][0xaa]`|[0xdb]e[0x9b][0xbd][0xbd]V[0x88]f[0xad]*M[0xad][0xeb]e)[n[0x92]'[0x96][0xd9][0xa5][\r][0xe7];[0xf6][0xc6][0xc2][0xce][0xd6][0xf8][0xf7]@[0xbc]e(HG[0xd0]5[0xc5]V[0x1e][0xb8][0xea][0xcb]O[0xba]=[0xaa]x[0xad][0xdb][0x8c]6+g[0xf2][0x12][0xdc][0xf5][0xcc]Yi[0x95]:[0xda]@[0xcf][0xbb]@:[0xa1][0xff][0x8d][0xb5][0x84][0xaa][0xc4]-O[0xe3][0xe9][0x9];c[0xf][0x83][0xc0][0xd8]-[0xf9][0xaa]P[0xf9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "f"[0x97]vI[0xd3]v[0xa4][0xf5]A[0x8d][0xe4][0x9d][0x6][0xaa][0xea][0xdc][0x8e][0x9f]^[0xd9][0xbc][0xe9][0xaa]K[0xca][0xd0]b[0xf7][0xf4][0x6]-[0xb7][0x17][0x93][0x8e][0xad][0xba][0xbb][0xf2]4[0xfa]N[0xfb][0xa4][0x93][0xbc][0xe4][0x8d][0xff]IC>[0xad]B[0x9d][0xe1]q[0xf2][0xa4][0xa2]I[0x90][0xc7][0x9f][0xda]a[0xf3][0x99]wN[0x9d]&[0x86][0xb4]fG[0xeb]{zc[0x3]|[0xd9]8[0xf9][0xb4][0xbe][0xbf]7[0x18][0x8e][0xda][0xfb][0xac] [0xf7]V[0xa7]Q[0xcf]D[0x9d][0xdf][0xc9]k1[0xba]N[0xa0][0xc9][0xe9]R7[0x87]#=&[\r][0x95][0xdd][0xe9]NV[0xa7][0x91][0xf0][0x2][0xe8][0xe3]N[0x9d][0x9f](s[0xd3]h[0xe3][0xea][0xb5][0xa3]-[0xaa][0x9c][0xa8][0xe9]vU`[0xc8][0xca]x[0x1d]oV[0xd5][0x97][0x2][0xe6][0x10][0xcb][0xa8][0xda][0x17][0xa5]SX[0xca][0xf]N[0x98][0x8f]F4[0x3][0xc8][0xc4]LY[0xda]9[0xcb][0x90]=[0xa6][0x1a][0xd9]Tr[0x9c][0x4][0xc1][0xd6][0xec]rB\[0x1][0x88][0x19][0x1c][0xb3][0xb9][_^1[0xc]Q^[0xf9][0x8]2[0xca][0x87][0x91]9[0x2][0xf]_[0x8e][0x9e][0xcc][0x95]Y[0x5]Ys[0x8e]bzy[0x91]g[0x4]Y[0x2][0xa7][0x91][0xfd][0x8][0xb4][0x1b][0xb2][0xc4][0xe0][0xd9][0x17][0x6][0xe1][0xaf][0xf1][0x9c]DN[[0x91][0xe7][0x4]|[0xc3][0xc8]=u[0x9c][0xa8]}X[0x86][0x15][0xf0][0xc2][0x83][0x9d]D[[0xce]5[0xb0][0x9]Y[0xa8][0x87][0xfc][0xfd][0xac][0x0][0x97]b.[0x1a]P[0xc9]q[0x19][0x19]\[0x81]&[0xac]"[0xc3][0x9b][0xc8]j[0x1b]!/[0x85][0x86][0x19]d}[0x17][0xae][0xe4][0x9d][0x2][0xcc][0xc1][0x1b][0xf0]F[0xe2]ZE[0xb6][0xdf][0x84]7sFV[0xf1][0x16][0x98][0x80][0x9a][0xed]F;i[0xca][0x99][0x14]2C[0xcd]:x7[0x13][0x16][0xe7][0x85][0xdc]qpt[0xba]7w[0xa3][0x8b][0xf0][0xdd][0x9c][0xcf][0x83][0xe7],Iek[0xb0]5[0xec][0xd1][0xb0]Wh[0x8][0x12][0xd5]K([0xda][0xa0][0xa1]g2B[0x4][0xf2][0x10]8[0x7]a[0xa5][0xbd]^[0xae][0xae]B[0x84]3[0xea][0x8d][0xec]f(r[0xd9][0xe5][0x15]C[0xd0][0x8f]+[0x8d]K[0x81]}j[0xb7][0x85][0xcc][0xb7]*[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1d][0xa8]8[0xcb][0xd9][0x88]"F[0xac][0x92]=][0xb1].w[0xfa]8s[0xa8][0xec]#[0x95][0xfd][0xe8]w[0xa9][0xc][0xb8]T[0x16][0x88]FZe[0xd2][0x11][0xe4]r[0x98][0xdc]8[0x8]/[0xc7])[0x8d][0xe5][0xf]#[0xa3]b[0x4]y[0x19][0xa8]8[0x16][0xe7]`[0xa6][0xb2][0xe7]N[0xde]k#[0xef][0xbb]0[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ",[0xa4][0xea][0xc][0xf2]0[0xc6][0xd1][0x2][0x97][0xa3][0xc][0xee][0xf][0xe0]jW)9[0xc8]8[0x83][0xa9][0x1a][0xe]x[0xe2][0xe2]K[0xf0]k[0xe2][0xc][0xad][0xe6]([0x99][0x9e]R>[0x84][0xa9]C[0xf0][0x93][0x3]m[0x8][0xf9][0xc7][0x14][0xa6][0x9d]J[0x1a]y[0xdc][0xa1](9[0xf2]Mq)%"<8[0x8a]0[0xa3][0x88][0x9a][0xca][0xa1][0x1f]J[0xaf][0x9b][0xd6]Ha[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x98][0xa1][0x88][0xf4][0xf1][0xbb][0xb0][0xe2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdb]Nbz[0xdb]0f[0xf8][0x8b][0x86]0[0xd3]9[0x1d][0xc2],[0xff]l[0xae][0x14][0x94]\[0xcc][0xe1]b[0x8]s[0x87]1[0xef][0x94][0xc3][0x95]1[0x84][0xf9]M[0x4]^ [0xd0]\5[0x82][0x85][0x82]o[0x9e][0xa3]U[0xae][0xff][0x16][0xd7]x[0x8a]>[0x82]K[0x4]O4[0xcf] <[0x99][0xf][0xc4][0xa3][0xd6][0xc1]x8[0x1][0xa3][0xdf][0xc5][0xd8][0xad][0xb4][0x9f][0x91][0xb7][0x8e][0xaf]6[0xf9]K[0x81][0x93][0xb8][0xa9][0xa4]L[0x15][0xc8]s[0x89]t[0x8d][0xc8]|[0xc]k[0x87][0xb0][0xae][0xb1][0xe2][0x9][0xac]?[0x2]o[0xc5]i[0xac]?[0xc6][0x83][\r][0xa7][0xe2][0x4][0xfc]*[0x3][0xde][0xc4]A[0x16][0xf2]0[0xb]G9[0xcb] d[0xe][0xee][0xe6],3)[0xb7][0xf0]q[0xea][0xb2][0xf5][0x14][0xf7]$[0x8e][0x9d][0xca][0x82][0xf5]C[0xd8][0xdc][0xe8]d[0x85][0xa6]J7+[0x18][0x95]nV[0xd8][0xd2][0xcc]@[0xbe][0xf4][0x8]t[0xe][\r]G[0x90]Uul[0xf0][0xec][0xb3][0x89][0xf9]g[0xab][0x8c][0xe9]x[0xf8][0xbb][0xe9]FQ[0xdd][0xa9][0xd4][0xa7][0xf1]{[0x94]^p7[0xa3][0xf4][0x1e][0x96][0xb6]{[0xe9]?[0xf7][0xb1]l}[0x8a]%[0xed][0xfe][0xb8][0xf7][0x15][0x93][0xfb][0x1b][0xa9][0xfc]L[0x95][0xa1][0x1d][0xc9][0xe4][0xbf][0xa4][0x6][0x93]j[0x82][0xb3]s[0x9f]k[0x84])[0xc8]T[0x91][0xc4][0xd8][0x8].H[0x8a][0x8b][0xbc]M[0x8c][0x8b]O[0xba]N[0xb6][0xdc][0x8d][0xb]_9[0x8d][0xbf][0x85][0xe9][0xe9]uc[0xc1][0xe0]8Wu[0x1a]w[0xf5][0x92][0xc1][0xfb]][0xc]e[0xea][0x84]E[0xc0][0xdf]x[0x2]M[0xf]a[0x95]D [0x12][0xa2]i[0x9][0xd1]-[0xe5][0x15]9>[0xa0][0x90][0x9a][0x91]%-[0x98][0x81][0x12]<[0x83][0xeb]Kr[0x98][0x9f][0x9e][0xc1][0xcb]%9[0xff][0x3]PK[0x7][0x8][0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xec]Q[0xaf]@8[0x2][0x0][0x0]a[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xea]TPj[0x82][0x0][0x0][0x0][0x1c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x3][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x13][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x14][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]G[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0x18][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x18][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x19][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x19][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1d][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]$[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7QJZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]'[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x91][0xb6][0xd8][0xcc][0x1e][0x9][0x0][0x0][0xad][0x13][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b*[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Qtd=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]3[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvokerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V7[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0]%[0x8][0x0][0x0][0xa1]D[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 12:04:10 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "9e302c7bf7a882d3cbfc15047cb993fdaeef97bd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 12:04:10 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840285728-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840285728-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@6a8882ec]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-1c73ba6e-d6ff-40fc-bb03-86b6a730c9ca [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 2c65d24af7de89683cd38f443adeba8e37ed8b28 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-1c73ba6e-d6ff-40fc-bb03-86b6a730c9ca] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, }, ManifestEntry{ key=PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652 to be in PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBadResource in reactor Nov 01, 2023 12:04:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:48 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:04:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:04:48 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-1c73ba6e-d6ff-40fc-bb03-86b6a730c9ca] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, }, ManifestEntry{ key=PaxExam-741cf885-9146-4bf4-a44b-bea98bba0652, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@601a084c.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.145 s -- in org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 parent=null root=[TestAddress:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 root:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9] args=[Ljava.lang.Object;@1d371b2d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 parent=null root=[TestAddress:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 root:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85] args=[Ljava.lang.Object;@51c8530f [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 parent=null root=[TestAddress:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 root:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518] args=[Ljava.lang.Object;@7403c468 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 parent=null root=[TestAddress:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 root:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3] args=[Ljava.lang.Object;@43738a82 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 parent=null root=[TestAddress:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 root:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5] args=[Ljava.lang.Object;@c81cdd1 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@289d1c02 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-c0b6053b-f9ac-411d-bbd4-ec43e97e498d parent=[TestAddress:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 root:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9] root=[TestAddress:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 root:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9] args=[Ljava.lang.Object;@481a15ff [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-216aeeee-325b-4b27-9359-918beaabe434 parent=[TestAddress:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 root:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85] root=[TestAddress:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 root:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85] args=[Ljava.lang.Object;@78186a70 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3c65bd7d-328e-4bcf-a1b3-531acc364fa7 parent=[TestAddress:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 root:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518] root=[TestAddress:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 root:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518] args=[Ljava.lang.Object;@306279ee [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-17f38063-d58d-40b8-aae8-26a7ccae7814 parent=[TestAddress:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 root:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3] root=[TestAddress:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 root:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3] args=[Ljava.lang.Object;@545997b1 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-88e619f2-5a02-40de-a499-52019ad0a299 parent=[TestAddress:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 root:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5] root=[TestAddress:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 root:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5] args=[Ljava.lang.Object;@4cf4d528 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testGetIt @ [TestAddress:PaxExam-c0b6053b-f9ac-411d-bbd4-ec43e97e498d root:PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9] Arguments: [Ljava.lang.Object;@1d371b2d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-8f2e79f8-0b18-48ba-bab4-6594fcfedc63, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840289700-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-771012218.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26603 bytes @ [ 26603kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@73a43fd4]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): f37fd09c8f806b73bf4c33dc50202282e8965258 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testGetIt in reactor Nov 01, 2023 12:04:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:04:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@42dec302.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testQueryParam @ [TestAddress:PaxExam-216aeeee-325b-4b27-9359-918beaabe434 root:PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85] Arguments: [Ljava.lang.Object;@51c8530f [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-8ed44727-6aa2-4e25-a00e-c9ec0fe8e90e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840289700-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26603 bytes @ [ 26603kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@3e7b0e4]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): e6eb576b3594e200dedf5ea7b0a6537e6cd2f9e3 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testQueryParam in reactor Nov 01, 2023 12:04:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:04:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@420c8df7.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPathParam @ [TestAddress:PaxExam-3c65bd7d-328e-4bcf-a1b3-531acc364fa7 root:PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518] Arguments: [Ljava.lang.Object;@7403c468 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-1e4c8701-0d75-46f7-b3d0-73cd7b7cb669, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840289700-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26603 bytes @ [ 26603kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@5a16c948]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): bae36213fb39b075115514d92fa5445fce234227 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPathParam in reactor Nov 01, 2023 12:04:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:04:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@7fc8b83.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSubResource @ [TestAddress:PaxExam-17f38063-d58d-40b8-aae8-26a7ccae7814 root:PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3] Arguments: [Ljava.lang.Object;@43738a82 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-033699ef-de92-409b-b447-2b7e320811a0, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840289700-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26603 bytes @ [ 26603kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4b1cc14f]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 33e2b554e9afd8b2302ffc0726ca66ea614171ab org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSubResource in reactor Nov 01, 2023 12:04:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:04:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:04:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@6d5b6d09.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPostIt @ [TestAddress:PaxExam-88e619f2-5a02-40de-a499-52019ad0a299 root:PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5] Arguments: [Ljava.lang.Object;@c81cdd1 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840289700-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-ad5a0356-79cc-4685-bdbc-48e92a6396ad, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840289700-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26603 bytes @ [ 26603kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840289700-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840289700-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4b1cc14f]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): dea6f5b2c23502ad7718199f21d1fb5cadc4322b org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85 to be in PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPostIt in reactor Nov 01, 2023 12:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-de480e57-f5db-47d3-a7e6-d3fe42624122] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9,PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85,PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518,PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3,PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, }, ManifestEntry{ key=PaxExam-30671080-ee5d-49f2-be0d-ebf397ef65c5, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-1eafb035-52a1-4198-9c50-d38b8226b8f9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-d0d10ba3-9e58-4220-94c9-209be9b23518, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-0b710bc9-6db3-485a-938b-31c9089c95d3, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-9ee96718-b3c6-4f45-96b8-11072059be85, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@6d5b6d09.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.49 s -- in org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840302253-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c parent=null root=[TestAddress:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c root:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c] args=[Ljava.lang.Object;@cb0ed20 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@4e718207 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840302253-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-fa7ae092-5988-44f6-a9f5-c57a28b14e0d parent=[TestAddress:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c root:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c] root=[TestAddress:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c root:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c] args=[Ljava.lang.Object;@706a04ae [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJsonObject @ [TestAddress:PaxExam-fa7ae092-5988-44f6-a9f5-c57a28b14e0d root:PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c] Arguments: [Ljava.lang.Object;@cb0ed20 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840302253-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-82b3a397-d625-49d1-9349-2e12ba520172, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840302253-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1754928833.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/2131451499.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : 20428 bytes @ [ 20428kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/2131451499.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-54012720.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.json:jakarta.json-api:jar:2.0.2) as /home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/2.0.2/jakarta.json-api-2.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : 46260 bytes @ [ 46260kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-54012720.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-524797802.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.0.5/parsson-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : 118767 bytes @ [ 118767kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-524797802.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840302253-0/pax-exam-downloads/-1645423891.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson-media:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson-media/1.0.5/parsson-media-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : 20257 bytes @ [ 20257kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840302253-0/pax-exam-downloads/-1645423891.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-processing', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.json', artifactId='jakarta.json-api', version='2.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson-media', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@70acde4c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson.media] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-04577789-88e7-412a-abf7-24d49e0bec36 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 5d55651520967c9fc669c73bb484bed244355cac org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-04577789-88e7-412a-abf7-24d49e0bec36] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, }, ManifestEntry{ key=PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c to be in PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJsonObject in reactor Nov 01, 2023 12:05:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"foo":"bar"} Nov 01, 2023 12:05:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson.media] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-04577789-88e7-412a-abf7-24d49e0bec36] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, }, ManifestEntry{ key=PaxExam-5f0a506a-712b-46bc-b7b6-6be951cf876c, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@352295a.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.434 s -- in org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840305371-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 parent=null root=[TestAddress:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 root:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517] args=[Ljava.lang.Object;@32eebfca [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 parent=null root=[TestAddress:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 root:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044] args=[Ljava.lang.Object;@543c6f6d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@43738a82 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840305371-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d76fcff5-2a9c-41a4-9c81-ce0d652c831c parent=[TestAddress:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 root:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517] root=[TestAddress:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 root:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517] args=[Ljava.lang.Object;@4d1b0d2a [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-41a2db84-4cde-4494-b12f-9aeb77ed5b5f parent=[TestAddress:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 root:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044] root=[TestAddress:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 root:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044] args=[Ljava.lang.Object;@954b04f [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] Running org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResourceInitParameters @ [TestAddress:PaxExam-d76fcff5-2a9c-41a4-9c81-ce0d652c831c root:PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517] Arguments: [Ljava.lang.Object;@32eebfca [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840305371-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-6d5b880c-dfe3-4cd4-8ccc-3cede46562ed, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840305371-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 2746kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79911 bytes @ [ 79911kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 74659 bytes @ [ 74659kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20428 bytes @ [ 20428kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.220:45890<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 12:04:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 142417[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF}S[0xc1]n[0xe2]0[0x10][0xbd]G[0xca]?X[0x1c]*[0x90][0xb0][0x81][0xee]e[0x15][0xc4]a[0xdb]RiQ[0xe9]FE[0xdb][0xcb][0x9e]\g[0x12][0xc]N[0xec][0xb5][0x9d][0xb0][0xfc][0xfd][0xda]$[0x84]4[0xa5][0xbd][0x8e][0xdf][0xbc][0xf7][0xe6][0xcd]xM[0xb][0x9e][0x82][0xb1][0xf8][0x15][0xb4][0xe1][0xb2][0x88][0xd0][0x8c]L[0xc3][0xe0][0xae][0xe4]"[0xc1][0xab]d[0x8f]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]+[0xce]|[0xad]H[0x4][0xe0][0x7]0LseO[0xe0][0x7]Hi),RZV<[0x1][0x8d]R[0xa9][0xd1][0x8a][0xee][0xa9][0xb6][0x14][0xad]6[0xbf][0x9e]Q[0xac]%[0x3]cx[0x91]][0x18]$[0xfb][0xfd][0xf2][0x14][0xa1][0xad][0xb5][0xca]D[0x93][0xc9][0xe1]p [0xc0][0x4]W[0x6][0x88][0xd4][0x17][0xdc][0x13]gP[0x18][0xb8][0x0][0x9d][0xca][0xe][0x98]5][0xf4]D[0xd4][0xa8][0x9]([0x81]o[0xc9]t[0xdc][0xa2][0xc3][0x0]}[0xd9]`[0x80][0xc9]"[0xa1][0xfa][0x88][0xb3][0xba][0x15]3[0xd5]j[0xaf][0x9b]\[0xda]Xn[0xdb][0xa7]g[0x9a];O~8[0x1c][0xb7][0x1][0xc4]M[0x0]-js[0xcc][0xdf][0xa4][0x93][0xaa][0xd1]N[0x97]d[0x82][0x1a][0x93]r[0xb3]%[0xbb]: [0xb2]3[0xb2]h[0x1b]^[0xa1]H[0xa4][0x8e][0xd0][0xb2][0xb6][0x8a][0x1e][0xa5][0xab]S[0x1f]s[0x7]r6C[0xa6]~K[0xf7][0x1a][0xa8][0x85][0x4][0xdf][0x1d]#[0xf4]CQ[0xb6][0x5][0xb4][0xa6][0x15][0x14][0xa8][0xc6][0xa3]X[0x94][0x19]w[0xed][0xcb]Jj[0x8b]c[0xca][0xf6]4sn[0xba][0xfa][0xf3][0xd2][0x80][0x89][0x16][0x83]n[0x8d][0x18][0xeb][0x98][0xf3][0xc1][0xbc][0xaa][0x5][0x17][0x3]/[0xe8][0xf2][0x9c][0xe][0xc6][0xef]q[0x8a]_[0xeb][0x1f]I[0xe6]xN|[0x1f][0xc8]N[0xb8]k|=#[0xae][0xd1][0xe7][0xe9]x:[0x91]z[0x6][0xea][0xec][0xf4][0x90]~x[0xeb][0xd6][0xed]J[0xcd][0xe2][0xde][0x87][0xff]3W[0x2]r([0xec])[0xe9][0xf][0x9][0xbb][0xe7][0xcf][0x93]k[0xa5][0xfe][0xf8][0xbb][0xfb]6[0xba]>O[0xe5][0x8f][0x2][0xf5][0x80][0xbd]{h[0xcc][0x87][0xc1][0xb][0xfc]-[0xb9][0x6]|O[0x15]}[0xe3][0x82][[0xb7]Yi2N[0x0][0xe6])[0x17][0x16][0xb4][0x8b]fx3lj[0x8b][0x15][0xad][0xe8]f9[0x1a][0x9e][0xad][0xcc][0xc8][0xf7][0xd1][0xc8][\r][0xed]-O9;O[0xf5][0xf9]i[0xf5][0x91][0x97][0xf9][0xc3] [0xc][0xfe][0x3]PK[0x7][0x8]E[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/LICENSE.md[0xc5]}[0xdb]r[0xdb]H[0x96][0xe0][0xbb][0xbf]"C[0xfd]`1[0x2]f[0x97][0xab][0xa6]g[0xa6][0xca][0x13][0x13]AK[0xb4][0xc5][0x19]YR[0x93][0x94][0xdd]z[0x1b][0x90][0x4]%[0xb4]A[0x80][0x8d][0x8b]T[0x8c][0x8d][0xfd][0xf7]=[0xd7][0xcc][0x93][0x0][0xa9][0xf2][0xf6][0xc3]nGw[0xb4]%[0x1]'3O[0x9e][0xfb][\r]r[0xd3]u[0x91][0xef][0x9b][0xcc][0xdd]u[0xab]"_[0xbb][0xeb]|[0x9d][0x95][0xf0][0xe3];[0xf7][0xec]~[0x1e][0xff][0xf4][0xe6][0x8d][0x93][0xff],[0xaf][0xa6]nrqq[0xfb][0xe5]nr[0xf3]0[0xbb][0xf9][0xec][0xee][0xe6][0xb7][0x9f][0xe7][0x93]/n[0xb6][0xc0]~[0x9d]]N/[0xdd][0xfd][0xcd][0xe5]tN[0x8f].[0xa7][0xf3]/[0xb]w[0xfb][0x9]~[0x80][0x7][0xa6][0x17][0xd7][0xb3][0xbb][0xc5][0xd4][0x3][0xbb][0xbb][0xff]x=[0xbb]p[0xf0][0xbf][0xe9][0xcd]b[0xea][0xce][0xcf]&[0x9f][0xe7][0xd3][0xe9][0x97][0xe9][0xcd][0xf2]l4v[0xb0][0x80][0xbb]_L[0x13]7[0x9f][0x2][0xe4][0xcb][0xfb][0x8b][0xe5][0xec][0xf6][0xc6][0xdd][0xce][0xdd][0xe5]l[0xb1][0x9c][0xcf]>[0xde][0xe3][0xcf][0x1e][0x16][0xad]1[0xf5][0xdb][0xb9][0xb8][0xbd]Y,g[0xcb][0xfb][0xe5]t[0x1][0xef]_[0xcc][0xee]f[0x0][0xf5][0xed][0x2][0xf7]>[0xbd][Nn.[0xa6]~W~[0xd1]1[0x1f][0xf3][0xfd][0xd8]]N?[0xcd]nf[0x8][0xc1][0xbf];[0xbb][0xa8][0xca][0xb6][0xce]W][0x9b]W[0xe5][0x99][0xdb]ei[0xd9][0xfc][0xa6]XIG./][0xfb][0x94][0xb9]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0xab][0xb6][0xf4][0xef][0xbc][0xcc][0xdb]<-[0x9c][0xb3][0xaa][0x93][0xe8][0xf]k[0xf8]CV[0xb6][0xfe][0x4][0xee]2o[0xf8][0xc9]l[0xe3][0xba]r[0x93][0xd5][0xf0]x[0xde][0xb8][0xc9]c[0x9d]e;x2qi[0xb9][0xd1]EW[0x83]E[0xb3]t[0xfd][0xe4][0x9a]n[0xd5]d[0xff][0xe8][0xe0]i[0xbb][0xf0]o.[0xac][0x92][0x8f][0xdc][0xfa])-[0x1f][0xb3][0xc6][0xb5][0x15][0x1][0xb8][0xab][0xab][0xc7]:[0xdd][0x11]x[0xfb] <[0x99]n69[0x1e][0xb9][0xff][0xec][0x7]y[0xec][0xe5])[0xab]3X[0x14]VV[0xa0][0x0][0xe4][0xcf]U}[0xf2]MW[0xd5][0xf9]c^[0xa6]m[0xe6][0xb6]u[0xb5]S[0x14][0xc2][0xca])@[0xb2](X[0x1d][0xe0][0xbd][0xb4]u[0xfb][0xb4]n[0xf3]uW[0xa4][0xb5]=[0x12][0xd0][0x87][0xb3][0x97]"[0x80][0xce]<[0xf8][0xe6][0x8c][0x16]p[0xa9]}[0xcb][0xe5][[0x97][0xb7][0xee]%mp[0x83][0xb0]Hos[0xab][0x83][0xc0][0xa1]#E/[0xb6]MVl[0x1d][0x9e][0xac][0x1d][0xdb][0xbe][0xfc][0xa8]h[0xc0]'[0xe2]{[0xb0][0xb4][0x6][0xac][0x94][0xae][0xd7]U[0xbd]I[0xcb]u[0xa6] [0xf3][0x86] y[0xfe]S[0xc8][0xf3]l[0x9d][0xef]s[0xf8][0x85]A1R[0xc4][0xcb]S[0xe5]j8e[0xfe][0x1c]#[0xf4](3[0xeb]a[0xf0]z[0x16][0x19][0xc8][0x82]MZ[0x1f][0xbc][0xdc]=G[0x2][0xdd][0xef][0x1][0xbb][0x88][0xda]Q"[0xd4][0x82][0x4]g0[0xec][0xaf][0xfd]2[0xab][0xf3][0xe7][0xb4][0x85][0x85][0x99][0x1c][0xce]\[0x3][0xf4]W[0xf0][0x85][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xf0][0xdb][0x4][0x11][0x7][0xdb][0xaa][0xf1][0xb4][0x8b][0xaa][0xab][0xd7][0x88][0x91][\r]![0xbe][0xc2][0xdf][0x13][0xac]mU[0xef][0x12][0xa6][0xf][0xd8][0xee]*E[0x2][0x80][0xb]8[0x87][0x87]6[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0x88]l5[0x8a][0xe][0x88][0xec][0xbb][0xd5][0x1b][0xc7][0xbf][0x10][0xa8][0xc][0xa8][0x19][0xd8][0x11]D][0x9d]=[0xe7][\r]"[0x1d]e[0xc]Po[0xda][0xf2][0xf]Y[0x91][0xae][0xaa]Z[0xd2]}[0xb8][0x1d][0xd1][0xf6][0x9a]O[0xa0][0xea]l_g[\r][0xcb]@[0xc0][0xc][0xa2][0xba][0xc8][0x10][0x98][0x8a][0x93][0x82][0x8e][0x88][0xb4][0x93]v[0xed][0x13][0xa0][0xe6])[0xdf]+vbV9[0x8a][0x9b]S(!t[0x4][0xf6][0x83]=t[0x5][0xd0]&[0xb][0x96][0xd2]3,[0xf0]k[0x2][0xe8])2[0xfa][0x1][0xff]J[0xa7][0xb1][0xe7][0x10][0xb5]@`D[0xf2]7[0xaa]*[0xbc][0x0][0xf6][0xb7][0x9c][0x10]:[0xf7]][0xbd][0xaf][0x9a][0x8c][0x9e][0x3]~[0xab][0x91]sq[0xc7]e[0xf6][0xe2][0xb6]y[0xc1][0xc0]z;[0xf7][0x1b][0xa6]U[0xd2]\$[0xc0][0x89]%[0xc7]^[0x8e][0x10],B[0x90][0xe0][0xc7][0xca][0xa8][0x17][0xfa][0xbd][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4[0x1]|[0xbc][0xc9]p[r[0xb2][0x9b]6[0xab][0xb7])[0xb0]:[0x10][0xd1]a[0x8f][0xff][0x7][0x8f]4[\r][0xfe][0x3][0xd8][0xad][[0xb7]][0x9d][0xf1]][0xe3][0x9][0xfa][0xfb]q[\r][0xdc]kq[0xd0][0x83][0x91]J#[0xfd][0x86]+[0xd6][0xc4]E[0x15][0xc8][0x9c][0xf2];a[0x1c][0x4][0x0]I[0x90]2[0xdd]e[0x4][0x12][0xb4][0x1f][0xad]fA*[0xa3][0xc5]T[0x80]O[0xd4]Y[0xb5][0xf5][0x1c][0xe4][0x85][0x81][0x15][0x18] [0xe3]i[0x87][0xa0][0xe1]7[0xfa][0x0][0x9][0xfd][0x1a][0xf5][0xef].[0xfd][0x8e]?[0xa4][0xcf]i^ [0x9b][0xea][0xae][0x11][0xdf];[0xa0]s[0xe2]y@YV[0xe2]_[0x19]b[[0x3][0xec]-[0xfc][0x5][0xa1][0x2]2[0xf7][0x7][0xdd][0x81][0xb9]D[0xbb][0x5][0xba]OzXQ[0x4][0x9c][0x0][0x0][0xea][0x8c]Y[0x8e]7A "[0xb6][0xb1]"[0x3]vM[0xd7]Y[0xe4][0xbb][0xbc]e[0xa5][0xd7]T[0xdb][0xf6][0x5][0xc5]r[0xc3][0xcb][0xae]aY[0xbe][0xc1]M[0xb5][0xee]P@1[0xd5][0xf2][0x9f][0xd9]4[0x80][0xab][0xdf][0xe6][0x8f][0x1d][0xdf]7_[0x9f][0xdf]|_[0x82][0xe9][0x11][0xb2][0x9c][0xd8][0x8]O[0xf2][0xf9][0xe6][0xde]}[0xce][0x0]+[0xc0][0xac][0xb1][0x99][0xc9][0xb][0x5]%[0x85][0x80][0xc1][0xde]LT2[0x16][0xa0]lj[0xf7][0xcc][0x11]bI[[0xd1]:[0x99]=#<[0xcd]B[0xe7][0xf7]u[0xb6]g[0x1]o4*,[0x9]:p[0x97]7[0xc][0x7]dH[0xbe]AUH[0x4]!:H[0xec][0xb2]7[0x91][0xc6][0x6]C[0x83][0x8f][0xf8][0xf3][0xd8][0x81]ay[0xb3]D[0xb3]q>[0xfb]|[0xb5]\[0x18][0xf3]o[0xd1][0xad][0xfe][0x9e][0xad][U[0xdb][0xb0][0xe7][0x9d]l6[0xb6][0xdf][0x88][0x9e][0xad][0x8a]D"[0xf4]6[0x7][0xdc].r[0xa8]W/p[0xe7]eU[0xbe][0x83][0x13][0x15]][0x3][0x92]7A>,6/[0xb0][0xf5][0xc4][0xd5][0xd5]!-[0xda][0xc3][0xbb]-[0x0]':[0x2]9[0xf8][0xa4]F[0x82][0xe0][0x7][0xf7][0x83][0x92][0xb3][0xda]tx[0x87]@8{2[0xb2]z[0xda][0x2]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0x1b]A[0x9e][0xce][0x9b]}[0x91][0x1e][0x12][0x1][0xe5][0xf][0xf8]c[0xdd][0x10]X[0x85][0xa8][0xa2][0xa1][0x7]x[0xb9][0x9e][0x8e]E[0x14][0xa0]q[0xd4]7[0x83][0xd0][0x12][0x6]C[0xc][0xae],[0x11][0x10][0x80][0x96][0xfe][0xae][0xc6][0xc6][0xd2][0xfd][0xff][0x8d]_[0xb6]yz[0xc8]e[0xad][0xde][0xb7][0x92]p[0x8f][0xc0][0x93][0x0][0xa1]C[0x2][0x5][0xa3][0xb1][0x0]j[0xde]nYt[0xd1][0x8f][0x2]'[0xdf][0xed][0xab][0xba]%[0x4][0x90][0xae]y[0xc9][0x1b]#[0x1f]N[0xe1]2[0xc2][0xa2]B[0x12]\[0xbe][0xa6][0xc4][0xc6]n[0x89][0xc8][0x12][0xeb]M[0xcf]@[0xa2]^[0xe9][0x18][0xec][0x8d][0x83][0xa2][0x98][0xcd]+[0xab][0xb9]z[0x6][0x19][0xec][0xda][0xca][0xed][0x1c]H[0xc8][0xdb][0xa8]tG[0xf9][0xee][0x8]A[0xe4]jw[0xb][0xcf]E$A[0xc7]S[0x8e][0x15]P[0xc7][0xd6]^[0xa7][0x1d]*E[0xf6]:[0xcc]>a[0xeb]+[0xdc]9[0x88][0xb][0xbf][0x82][0x80][0xe9][0xdf][0x12]b#;[0x8a][0xc][0x12][0x94][0x1e][0x15]([0x83][0x82]m[0xe4][0xec]r[0x8d]X;[0xaa]#[0xfb][0xdb][0x1c][0xbb][0x9b][0xca]=[0xa5][0xf5][0x86][0xc4],p[0x8f]C5[0xd6][0xc4]D[0xb4]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "%J[0xf2][0xf4][0xbe][0x1e][0x19][0x12][0xa5]?5-[0xa0][[0xf4]/[0x10][0xe5]S[0xd5]=>[\r]i][0xc8];[0x1c]Z[0xd6] [0x92][0xec][[0xd4][0x80][0xbe][0xac]E[0xc2][0x0]K[0x17][0xb7][0x90][0x97][0x9][0x9c][0x1c][0x4]c[0x3][0xf2][0x1d]l[0xe0][0x6]mv[0x15][0x1]u[0xf5][0x9c][0xcb][0xa5]!B[0xec][0xa2][0xb4]'K[0x8][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde]e[0xdb][0x81]m|[0xb3]![0xc1][0xb7][0xa7]K4[0x16][0x8a][0x2][0x18][0xbb]C[0xf9]\W[0x80]$[0xb0]pH[0x90][0xb1][0xda]U[0xec][0x8b][0xdb][0xa2][0xfe][0xd4][0xb4]t[0x90]Y[0xe2][0x8f][0x90][0xd2][0xc8][0xd3]U^[0x90][0x9b]S[0x19]T[0xa2][0xb6][0xe4][0xa7]T[0xb0][0xd4][0x88][0xc8]V[0x8f]eW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86][0xaf][0x1e]cG;[0xdf]F{[0xe][0xf8][0x89]w^[0x7][0x86][0x6]7[0xb5]!E_zK[0x11]TTV[0xaf][0xc1][0x1e][0x6][0xad][0x15]p#[0xef]"_[0xf9]{[0xa3][0x1b][0xb5]4"[0x12].[0x9c])[0x92]oxy;d[0xc][0xb0][0xa1][0xd0]T[0xdd][0xc3]5[0xe7][0x1][0x13]M[0xb6][0x6][0xdb][0xcb][0x1c][0xf5][0x7][0x8e]Rf[0x19]\[0xbc]J[0xeb][0xb1][0xfb][0x84].[0xe4][0xef][0xe9]n[0x8f][0xd6]7[0xfe][0x12]Ep[0xbd]![0x1f][0xfd][0x10][0xdf][0xb2]r[0x15][0xb0]|[0x9d][0xfd][0xa3][0xcb]k6<[0x80][0xc5][0xaa][0x17]s[0x2][0xf8][0x95]Q([0x1][0x1f][0xc1]&&G[0xc4][0xbf][0xf0][0xb6]9r[0xb4]tM[0xb]D[0xc6][0x81]^r[0x6][0xf7][0x9e][0xc5][0xe6][0xdb][0xd0][[0x4][0xb3]g4$+[0xef]u[0x8][0xef][0x9][0x1f]}/[0xab][0x97]"[0xdb][0x0]i[0xc3][0xde][0x9e]R%[0xa7][0xa6][0xdb][0x82][0xf5]E[0x87][0xf2][0xfa]X[0xf1][0x8][0x92][0xb9][0xcf][0x81]A[0x5][0x2]X[0xba]i#=[0x3][0x0]/[0x9c]<[0xbb]R[0xd8][0xc7][0xea]=[0x86]l[0x4]2[0xa7]E[0xef][0x95]$[0x86][0x1e][0xd5][0xab][0xcb][0xa3][0xbe]&[0xf2][0xfd]PA[0x93][0xe]k[0xac][0xfd][0xa4][0xe2][0x85][0x85]b[0xb8][0xc0][0xf3]J,[0xbc][0xb4][0xf4][0x7][0xa8]^[0xdf][0xf0][0x88][0x9d]8[0xf6][0xa6][0xbc]b3W[0xac]<[0x81][0xce][0xf4][0xbe][0xed][0xfb][0x8][0xea]N[0xdb][0x93][\r][0xcf]%0[0xce][0x1][0xcb]d[0xfa][0xb5]6[0xac]f^[0x85][0x17][0x89]1[0x19][0x9][0x1e][0x19][0xbb][0xf9][0xf4][0xaf][0xf7][0xb3]9[0x5][0x5][0x17][0xfa][0xcb][0xf7]n[0xb6][0xed][0x5]8N[0x4]P[0xd4][0x7]PW:+m[0xa8][0xd0]>[0xb8][0xeb][0x1a][0x94][0xe8][\r])[0xae]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xc4];[0x13][0x88]"[0xa3][0xcc]Q[0xb9]+[0x8c]^[0xa0][0xa2][0xd1][0x3][0x8c]N[0xbc]^[0x8e][0xae][0x92]V[0x81][0xb7]v{[0xb5][0x92]][0xb4][\r][0x2][0x93][0x82][0x6][0x9c]Kr[0xce]K[0xf5][0x9e]g9[0xf0][0xab][0x1c]it[0xbf][0xe7][0x93]QK[0x14][0xa3][0x15]"[0xdc]_r[0xe3][0x9e]@[0xe][0xb4]Jz[0xd5][0x8a][0xbc]Jd[0xf6][0x92]H#m*r[0x9b][0xd4][0x93][0xe2][0xf0]U[0xfb]D2[0x1b][0x9e][0xd8]e[0x9b][0xbc][0xdb][0xb9]5[0x9c][0xad][0xda]QTI u[0x8d]xF[0xde][0xc5][0x1][0x3][0x8f]bl[0x1f]z[0xf1][0xd3][0x1][0x9e][0xd2]CO[0x16][0xf5]H.[0xed][0xc9][0x16]p[0xb7][0xc0]T[0x13][0x84][0xf5][0x89]<[0x9]z[0x93][0xd0]I4.[0xef][0xff][0x16][0x85]c3[0x80][0xb2]F[0xc3][0x97][0xad]o[0xd1]dp`[0x8e]"[0x12]}[0x83]a[0xc2]|f[0xc3]?.[0x18]o[0xf0][0x1f]8+[0xb2]h[0xce]1[0xd8][0xa0]r0[0xce][0xf2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0xfe]=[0x98][0x9d]EN2]}[0xa7][0xa3] PYz[0x8][0xc4][0x81]y[[0xb0][0xc5][0x8f]F[0xb3]U[0x8b][0x1c][0x97][0xe]'[0xe2][0x5]^[0x5][0xb6][0x3][\r][0x8](kUQS[0x0])oK[0xd8]d[0x0][0x84][0x97][0x98][0xda][0xf0][0xaf][0xc4]C>[0xbc]1[0x8b][0xf5][0xf0]G[0xc6][0xfc]&[0xfb]'[0xd0][0x17][0xac][0x6]\w[0x93][0xee][0xd2][0xc7],[0xf2][0xa2]7[0xa0]a[0xd6]-[0xfe]F[0xff][0xd5][0xec][0x81][0x9a]So[0xd0][0xe3]v[0xca]59[0x96] /[0xe5][0xe]$[0x1a][0x8f]Q0[0xf][0x93][\r][0xdd][0xc6][0x15][0x15]0&P[0x9][0x9c][0xbc][0x89][0xf][0x5][0xa7][0xf2][0x86]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]k[0xb7]o9[0xf2][0x1]r[0x8c][0xfc][0xda][0xa2][0x15]9V{[0x86]z+[0xca][0xc6][0xee]f[0xc0][0xc4]L[0xc8]FdDL[0x81][0xef]<[0x8f]T_[0xb3]5e2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0x89][0x6][0xaf] D[0xce]][0x10].[0xce][0xb1]E &y[0x8f]{[0x84][0x1f][0xc0][0x8a]n[0xb6][0xb9][0x88]NY[0x12][0xc9][0xc9][0x1c]@][0xbc][0xb0]_[0x95][0xc6]?[0xbb]o[0x18][0x5][0x8e][0xa4]n[0x1c][0xd2][0x8d][0xe5]g[0x94][0xac]iY$[0xe]e[0xee]q[0xf9][0xc5]i[0x83][0x81]i[0x2][0xaa]e[0x84][0x8b][0xc6][0x91]h[0x89]`b[0xdc][0x2][0xef][0x9c][0xa4]Y[0x83]~7e[0xbe]Q\[0xe]P[0xa8]Bx[0xa8]g[0x89][0xe8][0x7][0xa7]j[0xfa]I-[0xe][0x8a][\r]7[0xe0][0xaf]L[0xfc]-A7G[0x8][0xf9][0x8d][0xa1]f[0xf3][0xe4][0xf2]K[0xcc][0xf8][0xb8]ud- 8[0xf0][0x16][0x3]Cq[0xa4]TL[0xaf]D,Yfop[0xcc]7[0x19]([0x9a][0xef][0xe8][0xe7][0x6].`d[0xc2])Tp[0x83][0xb7][0x86][0x9b][0x17][0xe1]w [0xea]![0xb6]5[0xd1]l[0xf8]{[0x90]6[0xe7]g[0x2][0xe3]l[0xa4][0xc1]U9\[0x1e][0xe3][[0x82][0xce][0x87][0xe8][0xb8][0x91][0x1a][0xd7][0xe8][0xbb]Uc}54[0xc0][0x3][0x98]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")[0x7]5[0xfb]R[0xa2][0xf7][0xb]n[0x0][0x90]o[0xab][0xc4][0xa2][0xc1][0x98][0x19][0xbb][0x8b][0xdb]/_[0xa6][0xf3][0x8b][0xd9][0xe4]:[0xce][0xc3]J[0xd8]l[0x87][0x92][0x9d][0x84][0x9d][0xee][0xa0]b[0x84]xmLk[0xae]1H[0xe7][0xd6][0xe0]j[0xa0][0xd6][0x8f][0xc]z[0x90][0x8][0x4][0x8b][0xae][0x17][0xff]"[0x81][0x9f][0xc][0xa8][0x1f]t{[\r][0xb8]^u[0xe0]<[0xa1]>C!S"[0xc6][0xd5][0xec])[0xf2][0xef][0xe0]r}{B>[0xf3][0x9][0x1c][0xe3][0x89][0xa0][0xcb]SJ[0xde]o[0x9b][0xae]q[0xbd]TT[0xfd]:[0xec][0xbd][0xb]Y\uC<[0xb2][0xe3][0x4]W[0xa5][0xe4]84[0x0]-@[0xe][0xc1]I[0xce][0x7]m[0x6][0xd4]'[\r][0xf8][0xf1][0xc5][0x6][0xd3][0x81]M[0xc5]o[0x88][0xa9][0xc3][0xf7][0xe8][0xe5][0xff][0x1a][0x8c]![0xd8][0xe3][0xbe]jY[0x8f][0xbc][0x19]j[0xab][0xa1]n[0xa3][0x0]GM[0xbe][0x8f]8jQ2S6= [0xa1][0x13][0x1b][0xf7][0x9b]N[0x6]1([0x2]q~fn[0xde][0xe6] G[0xe2][0xa1][0xba][0x14][0xf9][0x98][0xbc][0x87]M[0xb6][0xc5][0xab]d[0xa3][0x10]X[0xaa][0xcc][0xb7][0xa0][0xb6][0x9f][0xb3][0x9a][0x95][0xc7][0xe0]([0x0]|&[0xcf][0xa1]U[0x11]CO[0x1f]1[0xc3][0xd1][0xb2][0xdb]_Q[0x9a][0x81][0x83][0xd8][0xac]jE[0x9]7`m[0x9e][0xaf]+[0xf2]u[0xd9]L8[0xbb][0xa6][0x87][0x11]B[0xcd][0x9e]8q[0x17][0x9b]^[0x89]+[0xd2][0x97][0xa6][0xcb]E[0x13][0xf9][0x0][0x9d]+[0xb2]GT[0xec]k6cl[0xf8][0xc0][0xba][0xc1]~S[0x88]X[0xb3][0xf5]~`Y[0xe5]s[0xf6];'TS[0xb2]\%0[0xc6][0x99][0x7][0xb8]Y[0x1f][0xb3][0xb6][0xb1][0xd4][0xe3][0xd8][0xc6][0xdb][0x3][0x9]R[0x8a][0xb2]$[0x6]B[0xaf][0xf3][0x15][0xb5][0xed]S[0x16][0xaf]]:[0x7][0xcb][0xaa]U[0x91]?J[0xe4]K=:[0xd5][0xcb][0x9c][0xd2]fl[0xd9][0xd0][0x99][0x9a][0xb2][0xb5]c|[0x3]?[0x17])[0xbb][0xe0][0xfc]@[0xca][0xb1][0x1f][0x12][0xc0][0x80]]A[0xd2][0xf1][0xb8][0x90]59[0xc7][0x80][0xd8][0x90][0x10][0xfa][0x7]<[0x7]TD[0xf9][0xc0][0xd7][0x10][0x8e]*[0xe4]7[0xb4][0x0][0x0]&XT[0x5])[0x1]$?f[0xec][0x13]8eiT[0xe7][0x9c][0xf9][0x11]EF'c[0x95][0x8c]J[0x8b][0x82][0x1a][0xaf]@[0x81]M[0xa2]l[0xaf]+1[0x16][0x99].[0xf1]`[0xc8][0xda]>[0x85]}r[0xf]\9B[0xac][0xd3][0xb0][0x11][0xae][0xc6][0x16]a[0x14][0xe8][0x6][0xdc]m[0xb0][0xcf]IS[0x96][0xd9]#[0x1c][0x8b][0xaf][0x8a][0xef][0xee][0x4][0x3][0xa1],~[0xa3][0xc6]Z[0xe]v$nF[0x9c][0xd7]pJ[0x87][0xa9]`[0xa4]FP[\r][0xe0]H[0xe0][0xe]D[0x1d]D[0xd1][0xa0]X[0xc2][0xec](xac[0xa3]'D[0xc][0xaf]?[0x10]3w[0xf2][0x9b][0xbf][0xe1][0x1]b[0xb5][0x85]r[0x9c][0x8c][0x91][0xd4][0xe0]k[0x90][0xb5]Ao][0x14][0xde][0xf1][0x1b]A[0x8][0x1c][0xe4][0x90][0xcc][0x6]z[0xd4][0x9c][0x9e][0x15])[0x80][0xec][0x87][0x1b]j[0xac]+[0xa3][0xf8][0x86][0x1b][0xf5]{L$[0xe4]q[0x1c][0x10]][0x97]u[0xce][0xb4]b[0xe6][0xf8][0xce][0x6][0x1].&[0x18],[0x80][0x18][0xbb][0xfb]`[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]%[0xaf][0x11][0xce][0xb]i[0x98][0xa7][0xf4]9SO[[0xa4][0xaf][0xee][0xcc]H[0xaa]#[0xfe][0x91]9[0xeb][0xff][0xc5][0x1][0xc5][0xe1][0xe7][0xfc]fW[0xb7][0xb1];1[0x94][0xef][0xb2][0xb3]}[0xca]aX/[0xba]C[0x88][0xe8][0xd5]3[0x92]][0xb8][0x17]B[0xe6]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xa1][0xd2][0xbf][0x8c][0xdd][0xcd][0xad][0xfb]6[0x99]c[0xfa][0xee][0x81]7[0xfd][0x1b][0x96][0x81][0xb9][0xc9][0x2][0xfe]u7[0x9f].[0x16][0xd7][0xf]n1][0xba]O[0xb7][0xf3][0xe5][0x95][0x9b][0xdd][0xf4]*[0xc3][0x12]7[0xb9][0xb9]t[0xcb][*1[0x9b][0xfe]m[0x9][0xbf]"0w[0xd3][0xf9][0x97][0xd9]r9[0xbd]t[0x1f][0x1f][0xdc][0xe4][0xee][0xee]zv1[0xf9]x=u[0xd7][0x93]oIT[0x8e]f[0xab][0xe3]no[0x0][0x9a];[0x83][0xb5]g[0x8b]3[0x2][0xf3]q[0xb2][0x98]-[0x12][0xf7]m[0xb6][0xbc][0xba][0xbd]_[0xea]Vg[0xd3][0x5]V[0xbb]][0xdc][0xde]\r)[0x1a][0xa6][0x1e][0xb1]([0xee][0xbf]g7[0x97][0x89][0x9b][0xc2][0xd3][0xd3][0xb9][0xee][0x1f][0x9e]$P[0xb3]/[0xb0][0x9]Xdvsq}9[0xbb][0xf9][0x1c][0xc0]^[0xcf]`[0xaf][0x13][0x84][0x94][0x10][0x98]W[0x96]!P[0xcb][0xd9][0xf2]z[0x9a][0x0][0xee]n[0xde][0xcd]n>[0xcd][0x1][0x96][0xe0][0x2][0xed][0xbf]+xs[0xf2]qv=[>[0xe0][0xdb][0x9f]f[0xcb][0x1b][0xdc][0x5][0xe0][0xf][0xbc][0x87][0xbb][0xc9]|9[0xbb][0xb8][0xbf][0x9e][0xf0][0x9e][0xee][0xee][0xe7]w[0xb7][0x8b][0xe9][0x98][0x3][0xac]!r[0x98]7[0x92][0xee][0xf][0x4]_p[0x98]i[0x93][0xa1][0xdb][0x0].[0x8e][0x9][0x91][0x1b][0xab][0x94]l?[0x90][0xc4]][0xc3][0x99][0xdf][0xcd][0xc9][0xf0].[0x8b]J[0x89][0x8b][0xab][0xbb][0xf][0x1a][0xff];[0xd2]WS[0xad]s[0xa2]o[0xaf])%2O[0xd6][0x9f]Dn[0x8f][0xba][0x84][0xa2][0xa5]^[0xc9][0xaf][0x93]O[0xcb][0xeb]x[0x13][0x4][0x80][0xee]e[Y][0x3][0x83]1[0x1c][0x8c][0xcb][0x81]9[0xe7][0xe3]y[0xa1][0xee][0x87][0xec][0x90]D[0xc8][0x19][0xa1][0xa2]/Q[0xf1][0xd9]7i[0x9b]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0xd1]"[0x7][0xe4][0xb4]}[0x88][0xba]u[0xa5]8fl*V[0x1c][0xf3][0xaf][0xeb]n[0xaf][0xb6][0x0][0xab] [0xd2][0x14][0xcc][0x19][0xff]:F[0xbb][0xfe][0xe2]z2[0x83]kF[0x8a][0xbb][0x9e][0xc9]=[0xff][0xbf][0xe3][0x9c][0x1b][0xa1]m_[0xb8][0x9]D8'[0x9a][0x5]*e[0x97][0xe3]v[0xbe] 8[0x8b][0xab][0xc9][0xf5][0xb5][0xbb][0x9a]|[0x9d][0xd2][0xdf][0xfd]f[0x99][0x12][0xe1]7[0x97]3[0x80][0x2][0xdb][0x0][0x9e][0xf1][0xff][0xba][0x0]>[0x4][0xf2][0xbd]N[0xdc][0xe2]n[0x8a][0xae]L"G[0x9b][0x2][0xf7]L[0xe6][0xf][0x89]0[0xc4]b[0xfa][0xd7]{x[0x90]|[0x9d][0xc9][0x97][0xc9]g[0xe0][0x94]s[0xcf]XG[0xf8][0xca]][0xdf].[0xe4]x[0xf3][`[0x89][0xc5](qW[0xb7][0xdf][0xa6]_[0xe1],[0x17][0x93][0xfb][0x5][0x9c][0x16][0xb1]A[0x2][0xe0][0x1]1r;[0x88]P[0xc][0xcc]z5[0xa5][0xa3][0xcf][0xb8][0xb2][0x95][0xce];[0xc1]][0xa3][0xab]u[0xb1][0xb4][0x8f][0xc2][0x1e][0x1][\r]K[0xbb][0xa5][0x9b][0xe9][0xe7][0xeb][0xd9][0xe7])U[0xb7][0xc2][0xe5]![0xa4]o[0xb3][0xc5]tD[0xb0]&[0xf3][0xd9][0x2][0x1f][0x9a][0xdd][0x8][0xfb][0xc3][0xda][0xf7]K-[0x9c][0x85][0xdd][0xf5]kk[0xfb]5[0xb5][0xb7]T[0xd3][0xab][0xa8][0x2][0x1f]p1U[0x91][0xc4][0x15][0x11]\![0x1][0xa7][0x84]u[0xa7]T[0x4][0xc]b[0xea][0xeb][0xf4][0xc6][0xcd][0xe0][0xa9][0xcb][0xaf]3D[0x0][0xc3]d$[0xdd].[0x16]3[0x95]![0x9f][0xdc][0xe2][0xfe][0xe2]J[0xf1],[0xc4][0xf8]oc[0x7][0xa7][0x99][0xce]'[0xd7][0xfc][0xf3][0x8c]s[0x18][0xe4][0xd1]6[0xde][0x9a][0x8d][0xc2][0x4][0xe4][0xe4]=[0x83]=[0xb8]Ar[0xef][0xca][0xc][0x3][0xcf][0xeb],[0xc4]V[0xbc][0x95][0x1a]x[0x8c][0x92]L&[0xfb]K[0xf1]Dba[0x2]$[0xac][0xe3]![0x9]3[0x5][0x7][0xbc][0xce]viNrB[0xac][0xeb][0x93][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4])s[0xcc][0xe0][0xb6]n[0xb][0xba]Q3[0xcb][0xec]S[0xa8][0xf1]O[0xe6][0x18][0x8],[0xf4][0x9d][0xb0][0xce][0x89][0xac][0x85]ph[0xde][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd7]Em[0xec][0x5][0xe]AB[0xa9][0xb9][0xeb]v[0xea]Uh[0xd5][0xe5]A[0xeb][0x12][0xfa][0xc0][0x18]U[0xb8]/[0x83][0xa9][0xb1]G[0xb7][0x91][0xd6]`([0xe4]-[0xe5]:|[0x86][0xaf][0x15][0x8f] [0xf2][0xc3]8[0x83][0xca]~[0xa1][0xa9][0xcf][0x1]?[0x16]D[0xd7];6)) [0xdc][0xa1],[0xe2][0x9f][0xc9]([0x14][0xaf]k[0xc4][0xbe][0x0]Kr[0xce]C0[0xb9][0xa8][0x1][0xc9][0x95][0xb8][0xe7][0x1c][0xea][0xc5][0xc7][0xa2][0xac]|/.i[0x82]r[0x1a][0x82]Pa[0xa9][0xc9][0xf9][0x91]w-[0x9a]A&J[0xce]z[0xde][0x8c]$[0x2]v4U%[0xba]B[0xf3][0xb5][0xac]34[0xb1][0xf4][0xf3]9x[0x8]|g[0xac][0xd5][0xd0][0xca]N[0xfd]F7[0xf8][0xa3][0xf7][0xec][0xc]N[0x81]r0B[0xb8][0x91][0xcb][0x98][0xc0][0xfb]Q[0x16][0xf4][0xb4]~[0x1a][0xac]FU[0xcf][0x4]e[0xb][0xea][0xa0]awd[0x87][0x8e][0x1a]k[0x9c][0xf2][0xa0][0xbb][0xf1][0x81]K![0xe1]A[0x16]`P[0x15][0xcb][0xfa][0xd7][0x7]+:[0xb5]nq%[0xfc][0xa1][0x9f][0xcf][0x1][0x85][0x93]W[0x1b][0xcf]>X&[0x92]n1[0xf8][0xb6][0xca]`OD*[0x14]'RO[0xab][0xac][0xca][0xa0]![0xc9][0xac]OcL[0xd8][0x1b]8[0x8a][\r][0x8f][0x87][0xc4][0xd6][0xfe][0xf8][0x80][0x4][0x90]|C[0x15][0xc8][0xde]3{-[0xce][0x9d][0xa2][0xd1][0x82][0x14][0xdf][0x84]C[0xa1]DB[0xe]^3[0xef] [0x98][0xab][0xea][0x5]c[0x1a]Ite[0xd6][0x85]>[0xba]Sq[0xec]|[0x5][0x0][0x81]R[0xaa]Z[0xd9][0xac][0xab]u[0xa4][0xa3][0xfa]I[0xba]y[0xf4]5[0xf3][0xb2][0xd3][0x2][0xad][0xfa]9V[0x9e][0x9e]b[0xa4][0x5][0xab][0x95][0xf3][0xc6][0xe4]E[0x89] [0xf6][0x87][0xf8][0xf4][0x94][0x86][0xce][0xb3]c[0x82][0x8c]@[0xa1][0xd9]c[0xeb]2[0xd3][0xe7]*[0xc7][0xa0][0xe]f=[0x0]FV[0xae]Y[0x9c]E[0xc2][0xd9][0x87]W[0xb3][0x8d]O[0x1b]aH[0x90][0xea]I1[0x9c][0xac]e[0x9a][0x12][0xfd][0xdc]V[0xe8][[0xe3]I9:[0xc6][0xe]m[0x0][0xb9]h3 [0x97][0x8d][0xf8][0xc2]MVk[0xf1]5[0xa7][0xcf]a[T[0xc1][0xd6][0xd3]4[0xe5]"'[0xdb])2n[0x8f]&-m[0xf9][0x0][0xfd][0xc5][0xdf][0x86]@[0x12]j0[0xa5]c[0x94][0xe5][0xf][0xe5][0xd4][0xc3][0xdc][0xfd][0x10][0xaf][0xbe][0xfe]k[0xb6][0x95]j9[0x84][0xb9][0x7]k[0x9b][0x2]*[0x14]Oi[0xf2][0x9a][0xae][0x8b][0xf4]ak[0xf3][0xc0]d[0x9f][0x85]"[0xb][0x93][0x9b][0x16][0x8b][0xf7][0xa1][0xea][0x88][0x0]l0[0xd7][0xbe][T[0xd2][0xe1]r[0xae]u[\r][0xa9][0xb6]t[0x1a]`j[0x7][0x16][0xd9]sJ[0xa5][0x4]XBQ[0xd5][0x87][0x91][0xf4][0x10][0xa6][0xa1][0x92]A[0xc2][0x96]+N[0xe7]Q6A[0x0][0x15]U[0xf5][0xdd]P[0x8c]l[0xc3][0x9f]_w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7]ho2][0xaf][0xbb][0xda]$3[0xa9][0x9d][0xc6][0x17][0xd8]U/[0x98]A[0xe4]v[0xa1]w[0xef][0xde][0xbd]y[0xf3][0xa7]?![0xac][0xe5][0xab][0x1d][0xb][0xee][0xfc][0xf3][0xdd][0xf5]([0xb4],$[0xee][0xbf][0xc0][0xd5]t[0xef][0xfd][0xf5][0xbd]fB[0x15][0xfe][0xf9][0xc5][0x8]~[0xff][0xef][0xbf]&[0xf4]W[0xf7][0x9][0xeb][0xc9][0x17][0x9a][0xc][\r][0xaa]:[0x1][0x15][0xb3]f[0xde][0xff][0xb]>[0x95][0x96][0xdf][0xb][0x94][0xd3]-<[0xf]t[0xf4])[0xdf][0x2]3|[0x2][0x4][0xf0][\r]}[0xac]@[0x8][0xc2]K_&[0xee][0xa7][0x9f][0xdf][0xbf][0xff][0xe9][0xdd][0xfb]_~[0xf9][0xb][0xfd][0xe5]~1[0xf9]',=xv[0x5][0xfb][0xd8][0x89][0xc9][0xa7]ij"Z[0xa5]G[0xed][0xc]I[0xc8][0xf2][0xa3][0x9a]*[0xd6]M^[0xa8][0xa1][0x0][0xf0][0xe][0xcb][0x1d][0x8][0xa7][0x1d][0x96][0x4][0xbc]Q|z[0x95]A[0x8d]+X[0xfc][0xe2][0xb3][0xc2][0xf8]?[0xa4][0xd2][0xc7]R[0xdc]YtU[0xc1][0x11]8[0xb8][0x3]p[0x80][0xc3]*[0xfc][\r]ZaL[0x9]`[0xe5][0xd6]l[0xdc]re[0x17][0xec]a[0xec]>r[0x97]S[0x9d]6[0x12]0~[0xe5][0xfa][0xc4][0x89][0xb1][0xe9][0xe0][0xc7].%[0xc5][0x90][0xf5]W[0x1c][0xae]F=[0x1][0xba][0xf5]w[0xef]dS[0xe2]][0xd7][0xcc]![0xfe]d[0xe8][0xc6][0xe1][0xf3][NrQ[0x9c][0x91][0xf2][0xd8]R[0x91][0x1f][0xef][0x90] [0xe9].)J[0xc1][0x1a][0x96][0xb0]%6[0xc6])[0x12]z[0xdb][0x18]|[0x96]^'[0x85][0xa8][0xfb][0xde][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0x94]\[0x1a][0xe5]([0x17][0x93][0x93][0xe0][0xe1]x*[0xe2][0xf2]|Q[0xed][0xd4][0xbc][0xc5][0xe5]X[0xa2][0xf][0x97][0x8c][0x8e][0x19]W[0xde][0x13][0xfa][0xaf][0xf3]U[0x8d][0xa2]J[0xe][0xc9]t[0xd1][0xbb][0x8a][0x12]\[0x85]t3[0x1e][0x11][0xfb][0xae][0xd3]RR[0x88][0xbc]%[0xba][0xb][0x8d]rb[0xa9]l%[0xd4]E[0xe5]?/[0x19][0xd6]`[0xa5][0xd4][0xf7][0x17]]J[0x82]b=[0x8e][0xbd]R[0xe2]([0xc9][0x9d]&,[0x1f]k[0x12][0x1d][0x8][0xeb][0x16][0xd6]8N([0xcd][0x80]0[0xed]-[0x83]:[0x87][0xfd]I~E[0xcc]kC7G[0x1d][0xa9]h[0x9b][0xee]\[0xa8][0xaa]~[0xd4][0xfa]J[0xa1]L[0xb4]>H[0xc2]ni[0x9][0xb0]p[0x9e]FIXRL2[0xdb][0xbd]E[0xbe]:`[0xef]1k[0x89]%[0xe9]E[0xce]][0xa2][0xc0][0xcd][[0xf3]:>'[0xb4][0x1c][0xd1]*Zf[0x98][0xe6][0xc9]3[0x11][0x93]\[0x8f][0x9][0xc6][0xa5]?[0x9b][0xbf][0x8c][0xf]Rt! [0xb1]([0xda][0xc3][0xde][0x90]IH*[0xc]P[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jY[0xe1][0xcb]-[0x1a][0xbd]t[0xad]l[0xc8][0xd0]Ua[0x9d][0xb9][0xc7].[0xd8]^[0x80]7[0xb1]Oi[0x1]@[0xcd][0x8a][0xa2]T[0x7]m[0x3][0xa6]B[0x82][0x92][0xa4][0x83],[0x15],S[0xa4][0xf9][0xe6];[0xff][0xa9][0xc2][0xbb][0xaa]3o[0xa4][0xf0]S[0xe4]\4[0xde][0x1f]2[0xab]a[0xfb]MA%![0xd5][0xc9][0xf2][0x14][0xba])[0x84]np|[0xc2]i[0xb6][0x14][0xc9]ed[0xf8][0x9e]8[0x80]y{,[0x8f]*[0xcf][0x1c][0x5](jo[0xaf][0xb5][0xf1]j0?b[0xc][0xdf]'[0x1][0xb8]nr[0x9b][0x1]0Z[\r][0x13]d[0xe8]w[0xf5][0xea][0x5]I[0x1a][0x5][0x9c][0xc4][0xf4][0xcc][0x8c][0xf1][0xa0][0xaf][0xf7][0xa8][0x1e]k[0x8c][0x88][0x19][0x13]O[0x89][0x86][0xfa][0xf8][0xd8][0x9e]0[0x19][0xd4][0x4][0x88][0xc5][0xef][0xa6]y[0xe2]t[0xf9]N[0xc9][0x84][0x82]MM[0xc5][0xc5]KDJ\[0x8e]$[0xd7]%,[0x9f][0x1d][0xa3][0x1f][0xc9][0x9e][0xbf][0xc0]M[0xb7][0xd9][0xbe][0xf9][0xcd][0x9d][0xbf][0x1f][0x19][0xf5][0x1e][0xdf][0x81][0x8a][0xc5][0xf3][0x9f]G[0xd2][0x94][0xc5][0x4]d[0xb4][0x1c];[0x81][0x8f][0xe4][0xf0][0xe0][0x1f][0xb9][0xe8]#X[0x83][0xaa]A[0x93][0xfe][0xbd][0xcb][0xe0][0x3][0xef][0xdd][0x87]u}[0x4][0xaf][0xa9][0xb8][0xb1][0x97][0xaa][0xd6]X[0xfe]b[0x88][0x91][0xf][0xa5]mUp4f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!F[0x89]O`W[0xa9][0xaa][0xf7]A[0x8b]PK[0x6][0x15][0xe9]d_[0x87][0xe6][0xa5][0xb]11[0x8b][0x18][0xdd][0x1d][0xa7][0xca]c[0x95][0xe5][0xc3]0 [0xcc][0x1b][0xd0][0x5][0xb8]PVH[0xed][0xc1][0x1e][0x1b]z[0xb1];[0x6][0xb7]iELc[0xc9][0xb]v.7[0x9]{zQ[0xb2]ai)[0x6][0x3][0xe5][0x9d][0xa5][0x81];[0x81]u[0xc2][0xe9]$[0xcc][0xf][0xe6][0xc3][0x8e][0xbc],[0xee]a[0xa4][0xed][0x90]Vj8[0xa2][0xc0]E|[r[0xa4][0xab]2[0x82][0xc7][0xd1]<[0xd6]qo[0xb1][0x95][0xa3]k[0xa3]D[0xd7]'|[0xa8][0xa0][0xa2][0x91]C$[0xd9]8[0xda]B[0x9e][0x15][0xca]|[0x8c]f[0x1]r[0xb1]Z[0x84]p!8[0xda]K#[0x99]R&J[0xe8][0x10][0x4][0xe3][0xc0].[0xc8]W[0xe9][0x90][0x2][0xb5][0xd8][0xab][0x87]K[0xe3]5[0xf1]4b[0x92]l[0xf2][0xe7]|[0xd3][0xe1][0xde][0xb4]*>[0xee][0xa8][0xa1][0xa2]d)z[0xd6][0x1e]d[0xca][0x1a][0x98][0x92][0x1e]N[0x95]f-[0xe8][0xde]1[0xcb]] [0x17][0xaa]S[0xcf][0x99][0xb6][0xe8][0x16][0xc8][0x95][0xcb]q[0x96]C[0x96][0xd6][0x6][0xef][0xbc][0x1c]r*[0xc7][0xf9][0xb2][0xd0][0xae]F[0xd4]+[0x94][0xf7]V,[0x1b][0x19][0xde][0xc0][0x19]Py[0x8e]:[0xd5][0x8a]q[0xb0][0xfd][0xf6]H[0x19][0x9e][0xd5][0xe3][0x2]un[0xcd][0x2][0x9e][0xa2][0xd2][0x8f]([0xfa][0xea]C[0x84][0xb6][0x95][0x9e]=M[0x5]N#f0[0xaf]fR[0xd8][0x9f]([0x81]w[0xf7]@[0x9][0xf0]([0xa7][0x85][0xf]~[0xb9][0xbd][0x9c]}[0x9a]]LB[0xe1][0xe2]Ob[0x8c][0x1d][0xb1][0xbc][0x84][0x12]ev[0x89][0xd8]D43[0x80]%Eh[0xb3]'H[0xe2][0x19][0xed][0x8b]t[0x1d]L[0xa1] [0x8e][0x9e][0xaa][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0][0xd3][0x83][0x98][0xce]RE[0xbb][0xe9][0xcf]~[0xf1][0xc9][0xa5]8[0x97]t[0xdc]L[0xe1]`[0x99][0x1f]y[0x1][0x6]z[0x6][0x8]J[0xd8][0xfa]i[0xac]![0xa8][0xd9][0x1f]=[0xe][0xf][0x86][0xa0][0xb8][0xb3];[0xa3]S[0xf9][0xce]7[0x13]A[0x91]nn[0x8e][0xbe][0x84][0x8e][0xee]0[0xd2][0x85]+7B[0x7]/Ab[0xd5][0xb4]2[0xa5]/[0xbf]i[0x10]D[0xf7][0x4][0x88][0xc0][0xd2]!z^0[0xd9]O[0xe1]s[0x17]@Uk4[0x1e]-[0x19][0xde][0x84]:[0xf4][0xec][0xb9][0xe0]iP[0x15]Dm[0xf0]*[0x95][0xbd]b[0xc7][0xe8][0x17][0xe1]BJ[0xfa][0x80]I[0xbb][0xf4]Q[0x94][0xd4][0xf9][0x15][0xb5]BR|/[0xf1][0xef]H2&*<[0xc6][0x4]^([0xeb][0xd5][0x0][0x5][0xde][0x15][0x87]P[0xec]&[0xce][0xc6][0xd2][&[0xdc][0x91]I[0x1b],[0xc6][0xa3][0xb8]P[0xfd][0xc][0x14][0xcd][0x99]j[0x9][0xac]Qd;[0xc3][0x84][0x97]OrG[0xcc][0x19]2[0x1d]F[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8c]9[0x1e]h[0xfb][0x3][0x8b]a2[0xf7][0xba][0xb6][0xc9]I[0x4][0x80][0xf2][0x85][0x15][0x84][0x8e]R[0xaa][0xc4]ruW[0x96][0x1a][0x9b][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x1a][0x11][0xbb]l7a+[0x89][0x96][0xdf][0x2]@[0x8c].p[0xc0]Qc#[0xc2][0xbe]S[0x87]zu[0xbc][0x7]B[0xe5][0xd1][0x9c][0xa2]V[0xd3][0x94][0xfb]g[0xd0][0x1c][0x7]l[0x13][0xaa][0xe1][0xbc]T[0xf4][0xc0]D[0xe9][0xe1]`[0xda][0xc3][0x97][0x13][0x10][0xb][0xd1]-[0xb0][0xcc]b(*[0xc1]([0x1b]/[0xa4][0xc9]O[0x8d][0xc3]~V[0x83][0xfd][0xf8][0xf9]A[0x1e][0xb4][0x91][0x6]4[0xc1][0x87][0xf8]P[0x7]*[0x95][0x1e][0x14][\r]0[0xe2][0x82],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x6]3[0x82][0xb]\[0xed][0xac][0xa5][0xa3][0x97][0xe][0xef]x`-[0xcf][0xb2]I$[0x3][0x11][0x8c]0?*[0x9][0xa9][0x14][0xbc][0x1][0xa1]zn[0xc3]v[0xa1]f=7[0xc8]:r[0xb5][0x96][0xbd][0xc]:[0xd6]#[0xf5][0x1c][0xfc][0x95][0xec]}[0xc6][0xa5][0xde][0x91][0x5][0xb]f[0xf4][0x86]CL[0xe4][0x9f]P[0xf9]Y*U[0xf8][0x6][0x19] [0xb8]A`[0x1b][0x95][0xd1][0x9b]sR[0xa8][0xc4][0x1b][0xac]Qw[0xab]T[0xd7][0x18][0xb0][0x7]a[0x0][0x93]=*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xc3]f[0xf5][0x6]tz[0x8d][0xb2][0x86][0xbb][0xad]A[0x0][0xf2][0x18][0x2][0x99]u[0xe2][0xd2]p18[0x9f][0xaa][0x3][0xf9][0xc4][0x19][0x1e]3^[0xe6]U[0xd9])[0x16][0x94][0x11][0xa4][0x9e][0xe8][0x8f]zc8N[0xb][0xdd][0xa9]D-AO?[0xc2]5bM[0x12]v[0xe4][0xa5]Q[0x8][0xb8]P[0xfc][0x90][0xa4][0x85]q,2[0xeb][0x5][0x84]kl[0xc2]~lK([0xc1][0xca][0x8a]Bu$[0x82][0x94][0x96]\[0xf7][0x9c]g/'[0xa4][0xeb][0xd8][0x3];[0x9f]j[0xe6][0xe4]7i[0x8f][0xeb]W[0xe8][0xe4][0xd1]}S[0xd0]X[0xeb]D<[0x14]O(|'[0x1c][0xe0]([0xa3][HX[0x16][0xbe]n[0x12][0x88].g[0xc3]$L[0x1b]`[0xa8]=[0x80][0xe3][0x91]wK[0x9a][0xb8][0xf3]0[0x9e][0x81][0xe2][0xa9][0x9a][0x96][0xe][0xcc][0x84][0xe]3[0x8b]Z[0x99]!$[0x89][0xf1][0xb5][0xa9][0x92]A[0x97][0x97][0xde][0x92]q}[0xa7][0xf8]9[0xe8][0x13][0x8c][0x9e]PM[0x97]/*[0xa1]:[0x8a][\r]YL[0xd6][0xe0][0xa1][0x9a][0xe][0xed]([0xe4][0xc9]\>.[0x0][0xde]rV<[0xd3][0xf0]-[0xce][0xb5][0x85][0x9b][0x93][0xb2]lt[0xcc][0x91][0xaf][0x13][0x9d]Ch[0x8e]\[0x9][0xad][0xf8][0xa3][0x10][0xef][0xf5][0xa4][0x1a][0x85]m[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xda][0xc2][0xd8]}[0xec]Z[0xff]|?4B[0xd1][0x5][0xcc][0xc6]y[0xc8])7o[0xb1]'[0xcc]"J[0xb2][0xef]M_a[0xf5][\r]P[0xe9][0x85]8R[0xa3][0xc3]p[0xb4]Q[0xb0]*[0x87]R[0xcc][0x86][0xd7][0x13][0x89][0x83][0xdb]D_h[0xa6]R[[0xbd][0xe1]J:o[0xbe][0xe0][0x8d]K[0x9][0x99][0x1f]B[0xb7]a[0x85][0x8b]Mj[0x14][0xd8][0xc1][0xb4]"[0xfa][0xc8]|[0xc4]:{L[0xeb]M!5[0xcb][0xd8]3[0xf6][0x82]FA[0x8][0xff]-[0xe1][0xe5][0xc4][0xa4]Q4[0x9b]^[0xb6][0x83][0x6]XTvT0[0x17][0xa2][0x9d]d@[0x8b][0xa7]n[0xc3]b[0xf0]({[0xa9]5&~J[0xd9]8G1[0xe0][0xb9][0xf][0xe].[0xef])[0xf3]3I[[0xc9]h[0x8b][0xf5][0xe6]+[0xa1][0xa3][0xca][0x15][0xe9]a9z[0x1][0xc6][0xfb][0x93][0x1c]U[0xe8][0xb8][0x12]2=[0xc6][0xbd]Zjh[0xeb]+v[0x94][0x10]||D[0xcc])xu[0xd8][0xe8]L[0x88][0xa5][0x93][0xa2][0xa0]o[0xf9][0x91][0xb0][0x95][0x11][0x7]'[0x85][0xc8][0x8]N[0xdd]sUt;6[0x0][0x98][0x13][0xda][0xaa][0xc6][0xda]k[0xd6][0x15][0xe1][0xbc]2}[0xc0][0x97][0xbd][0xad]j[0x95][0xa3]f[0x97]^[0x4]3(t[0xb0]Nh[0xd3]_^w+[0xfa][0x87][0xe9][0x9f]#[0x97][0x82][0xac]^[0xdd]!M[0x88][0xad][0xb8][0x0]F3[0x4]p[0xaf][0xeb][0x8e]+yh[0xb2][0xdc]P[0xdb]k[0xf2][0x9e][0xf9][0xf4]=[0xd7][0x86][0xb0]Mw[0xc4][0x19]!sn#[0xd5]P[0xcc][0x85][0xbe][0xe] [0xb6][0xe4]&:[0x80][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "l[0xf4][0x8e][0xa8][0xb4]/#[0x8d]Zs[0x9c]}[0xc3][0xb5]^[0xeb]'[0xb0][0xe5][0xde][0xa1][0xf9]`[0xda][0x8a]]4[0xae]N$[0x86][0xf2][0xfb] [0x84]r[0xd4]>[0x85]#[0x19]][0x1f][0x8e]F[0xd7]?[0x1c]*qd[0x9c][0x4][0xe9]4[0x9d]([0x81]C[0xb8][0xac]}8<[0x80][0xfe]M[0x18][0xab][0xa0]i[0xd1][0xdd][0x90])[0xea][0xa1][0xfc][0xf0][0xdd][0x9c][0xba][0x93]`[0xc3][0xfc][0x93]w[0xb3]>E[0x81]<[0x99][0x84][0xe5][0x8c][0xf1][0xc5][0xc9]z[0x16][0x99][0xaf][0xe3][0xdb][0x8e][0x1c][0xe7]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xee][0x9c]B[0x8a][0xd4]Y^[0xb2]`[0xa4][0x1f])G[0x1e].[0x8]c![[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f][0x96][0xeb]#[0xed][0xd3]>+ 1[0x93]h[0x8b][0xed]S@[0xb1][0x8f]^[0xff]![0xcf][0xf3][0xd4][0x18][0xb1][0xb4][0x84]([0x8d]k[0xc2][0xf3]e[0xf8][0xa9][0x5][0xe][0x90][0xda]t[0xbe][0x14]c[0xb4][0x15]%![0x1][0xec][0xd8][0xcd][0xa4]AKf[0xf1][0xf6][0xe2][0x89][0x9][0xda][0x9d]h[0xd7][0xd0][0x90][0xa4][0xc8][0xbf][0xf7][0x9e][0x8]"[0xc][0xb]5C)P[0xf]P/~f[0x90][0x13][0xa6]@[0xa8][0xb5][0xc2][0x0]1,[0xc6]a[0xab][0xc4][0x8c][0x3]M"[0xab])[0xb2]b[0xc]I[0xc7][0x5][0xaa][0xde][0xc0]0[0x15][0x8d]>[0xc7]1[0xc1][0x86]q[0x19][0x86][0xe3][0xeb]>[0xed][0xad][0x1c][0xdb][0xc5][0xe9]M[0xe0]Uc[0xb2]N[0xbb]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]2[0xac]P[0x1d][0xb0][0xc6][0xc]=[0x14][0xd6][0xb6]>[0xb6];[0xcf][0xbb]6[0xa0][0x82][0xd6]>[0xa5][0xda][0xbc][0xc8][0xe6]P[0x1e][0xe1]F[0xeb][0x1f][0xe8][0xda]Q[0xae][0xf][0xc1][0x86]m![0xa6][0xb5][0xd0]$[0xb7][0xd5][0xb7][0xba]Ab5[0xba][0xba]T[0xda]X[0xf4][0xe6][0xb9]=IE[0xfc][0xb6][0xa3][0x6][0x1][0xdf]Q[0xe1][0x9b]d[0xf1]N[0x95]H[0xa2][0x89]}<[0xac]#[0xf6]%[0x9b][0x1c]c[0xb8][0xbe][0xfa]E]z[0xa9][0x93]A[0xe1][0xed][0xf1]QJ[0x1]-[0xa5][0x8f]e[0x8a][0x1c]E:[0xa2][0x94][0xba][0x84]=E[0xae][0x9c][0xb8][0xb1][0xaa][0xe6][0x81][0x6]q[0xa2]I[0xcb]9[0xfc]d[0x6][0xed][0xf1][0x1]j[0xa2]rKN[0x82][0x14][0xe9][0x8b]/[0xae][0x10][0xd7]wx[0xb2]hn[0x86]LV[0xe4][0xad][0xc9][0xdc][0xe7][0x93][0x9d][0xa6][0xe7][0x12][0x99][0x1b][0xb8][0x18][0x4]C[0xdd][0xc][0xe]qa[0x92]w[0xed][0x89][0x8a][0xb7][0x91]JP<[0xba][0xfe][0xb6][0xe2][0xf9] [0x92][0xa2][0xd3][0x1c][0xb1]:[0xf1]?[0x98]G[0xe5][0x9d][0x87]c[0xf4]6[0xa5]Q[0xdd][0xc6]z[0x14][0xa1][0x1d][0x94]RW[0xd4][0xfe][0xc0][0xb6][0xc7]k[0x8e][0xc9][0xf][0x9c][0xbf][0xb5]E(=n[0xf3][0x95][0xe6]aV[0x94][0xca]D[0x82][0xe2][0x87][0xbd][0xf3]_u[0xb0][0x2]r~[0x1c]w5E[0x18][0xbe]3[0xc6][0xb7][0x2][0xa8][0xec]=[0x91][0x8d][0x8e][0xa5][0x1b]N[0xe9][0x95]@[0xaf]4[0xec]E[0x15]C[0xbc][0xad]2>U[0xf3]6[0xea]$[0xf6].t<[0xd1]3/#[0x9e][0x93]dG[0xdc][0x8][0xcd][0xc5][0xe4][0xd2][0xe3][0xa6]][0xc2][0xab]CO[0xb4][0x93][0x99]:p*[0xff][\r][0xe3]TbJ[0xf8]Ad[0x92]x[0x91][0xce][0xfc][0xbf]w[0x9b][0xc7][0x9d][0x8c]d[0xa5][0xa6];o[0x99][0x98][0x89][0xc7][0xf1][0x4]T)/[0xf2]5[0x85][0x1c][0xaf]r[0xe7][0xbd][0xfe]g[0xa9]![0x0][0xfe][0xee]2-[0xbd]6[0x84]J[0xb6]:a[0x96][0xa8][0x4][0x9][0xeb]\[0x8b][0x99]V[0x7][0xd9][0x1d]5[0x16]%[0xdc][0xa9]%[0x8b]3[0xba]U[0xf6][0x8f][0xd4]*[0xc0][0xaa]O[0xe0][0xa8]V[0x9c][0x92]~[0xc3]Z[0x10][[0x94][0xfa]4[0xd3]J@[0x7]a[0xb4][0x18][0xd7][0xf7][0xca][0xf7][0xf4][0xfb]T)#5n[0x14][0xd4][0xeb][0xe5]K*[0xf1][0x19][0xb8][0x8][0xfd][0x0][0xd2]p[0xd7][0x15][0xc0][0xd8][0x19][0xa5][0xea]$Mt[0xbc][0x7][0xcc]$[0xca]$[0xf][0xe7][0x8b]63[0xb8]d[0xb2]y[0xcc][0xab]bg[0xc][0xee][0xf6][0x10]([0xf7]59*[0xd5][0x19]G[0xc6][0xb9][0xf6][0x86][0xb7]R%[0xb6][0xd7]?\E[0x1c][0x8f][0xc6]6[0xf2][0xe0][0xc4]T8[0xb2][0xc6]+[0xaa][0xac][0xaa]4[0xa3]G[0xd9]N[0xc9]jq)x![0xed][0xe9][0xfe]'[0x1d][0xf5][0x8]G2[0xc3][0xc7][0xc8][\r][0x92][0xb2]`!*[0xac][0x15]W[0x8c][0xaf]*[0xea][0xe4][0x97][0x98][0x9c][0xd5][0xa3]ZRN#[0xd1][0xb7]5*D[0x1f][0x11][0xf3][0x1f][0xa2]y[0xe5]([0xc1][0x96][0x8c]snq|.[0xc7]^[0x81]b[0xf3]C-[0xc8][0x92][0xc5][0x91][0xd9][0x86][0xeb][0xbc]^w[0xbb][0x86][0xd4][0x0][0xb][0xc9]UZ[0x4][0x9d][0x90][0xd9]%L[0xd9]2[0x83][0xa2][0x10][0xae][0xa6][0xb0][0xf4]A[0x93][0xfd][0xe9]M[0xbe][0x92][0x2][0xdb][0xd2]dY[0xed][0xf2][0x9a][0xec][0x9e]E[0x11]I[0x19][0xbe]x,$[0x9][0xb7][0xd6][0x9][0xf1][0xd1]O2[0xf8]Y=*)[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5]3[0xf1][0x94]a3%H[0xdc]'[0x90][0xaf][0xa6][0xf3]:t[0x10][0x85][0x99]4[0xcd][0x87]x[0x13][0xda]cG[0xa3][0x8f][0xcd]N5[0xfd]j[0x94][0x1e]"[0xe2][0xb1][0x16][0xc8][0x14][0xaf][0x8a]*r#[0x12]`'%[0x9][0xa1]il[0xfc] Y$[0x1e][0xfc]JR[0xed]k[0xcf]1[0xd2][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Ht_[0xf8][0xd3];[0x15][0xbc]b[0xea][0xad][0x1e][0xb1][0x82][0x7][0x4][0x82][0x8a]D3[0x92][[0xc2][\r]8[0x80][0xde][0xd5][0x94]'[0xb6][0x83][0xd3][0xac][0xb3][0xa6][0xcc][0xe1][0xeb][0x18][0xc4][0x9d][0xa2]jUQ[0x13]U[0xe9]|'f[0xab][0x1d][0xef][0x81]jq[0x4]#[0xbd][0xf4]AB[0xcf][0xdd][0xde][0xe8]F[0xa9][0x9c][0xfb][0xf3][0xa6]*[0xf9]^6[0xd9][0x9a]JE[0xb6][0xee][0x89]?[0xd5][0xf3]Dd[0x85][0xf6][0xa9]TW[0xf][0xa4][0xa1][0xec][0xdb][0xcf]l[0xf5]"M6[0xcb]93_[0x14]#BU[0x14].K[0xf6][0xa7]*[0xf4]w,{[0x8c]f)[0x9a]J$q[0xc3][0xb8][0x12][0xa6]N[0xa8][0xa2][0xed]E[0xbf]b[0x3]([0xc9][0x9e][0xf9]I[0x9]J[\r]T"+[0xf0][0xa6][0x1d][0xc8]|^[0xfc][0xdf]}[0x95]d?2[0xf3]g)[0x9a][0xee]I>[0x1a]{[0xad][0x15]2j{kE19u5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0xf1][0xb8]W[0x7][0xcb]%+3[0x85][0xd0][0x86]!X[0xec][0xc7][0x96][0xd0][0xa0][0xb4][0xc]][0xe]r[0x1d]O~[0x83]He[0xa2]N[0xa2]v[0x19][0x9a][0xed][0x4]w[0x1][0xb4][0xf0][0x98][0xe1]+[0xfb]'*[0x85][0x88][0x8e]k*[0x9e]B[0xf7]}[0xc8][0x1b][0xf9]c%\[0xcb][0x9b][0xf6]F[0x86]F[0x8d]([0x1c][0xd0][0xa2][0xa9][0xbe][0xe9][0xae]"[0xb]G[0xde][0xf6][0xfa][0x86][0xb2]*2[0xd1][0x95]{0Y[0x2][0xa4][0xac][0xca][0xcd]Q[0xb0][0xe9][0x18][0x98][0x1e][0xf3]Q![0x10]`v[0x8b][0x1f][0xfc][0xd8][0xfa]@[0xac]$[0x87]W[0xd5][0xe6]H~[0x93]^[0xfd][0x95]+[0xa1]NuZ[0x90][0x8e][0xd5][0x1a][0x1b][0xea][0x1f][0xe6]nf[0xa4][0x5]-[0x96][0x8f]?Z[0x92][0x9d][0xea]D9[0xd2]\[0xbc][0xe8][0xb8][0x9b]6[0x6][0xa3][0x1d][0xb4]`T[0xe4][0xa8]0[0xe0][0x10][0xcd]>[0xaf]s[0xdf][0xdc]*[0xb3][0xca][0xf5][\r][0xee][0xd2][0xd1];[0xe6]Q[0xc5][0xf8][0xd2]&[0x3][0x12],H[\r]p[0x9][0x1a][0xf5][0x8e][0xfa]Z[[0xce]([0x1][0xa1][0xfa]BY[0xb2][0xff][0xb5][0xcd][0x15]0u[0xbc][0x85]w[0xd0][0xbe];[0x1b][0xe][0x9a][0xa3][0x80][0x16][0x8d]|M{[0x8f][0xf][0x1c][0x1f][0x96][0xb8][0xa6][0xc]S[0x94][0xfa][0x99][0xea][0x82][0xe8][0xcb]0gI[0xd4][0x88][0x11]jqLSb[0x8]8[0xfb][0x8c]k0[0xf4][0x84][\r]U0[0xfa][0xa6][0xde]ZkA[0xa2][0xe5]Bc[0xaf][0xba][0x88][0xed]+[0xc4][0xd2]GE[0xc8][0x1a]1>[0xe][0x1][0x1b]L[0xf9]G1[0x92]x[0xdb][0xe][0x84][0xa2]z$[0xba][0x1f]t[0xb4][0xa3]My[0x1e]8[0xb9])[0xa9]g[0xfb][0xc9][0xdb][0xb4]Z[0xc0]lX[0x89][0xec][0x93]A[0xd9][0x11][0xd5]O[0xca][0x87]E4m[0xa1]M![0x92]R[0x8d][0xb8][0xbe]g[0xf6][0xfb][0xa1][0xd9][0x9][0xf1]cf[0x87][0x97][0xb0][0xd2][0xd1][0x6][0xe][0xfa][0x4][0x96][0xf][0x12][0xb0][0xb5][0xea][0xb5][0x8a]W[0xc9]VR[0xfe][0xc0][0xc1][0xe3]UO>[0xf6]A+[0xdb][0xb1][0xf8][0x1d][0xd9][0xb2]a[0x1d]c[0xda]E[0xb5][0xa2]~L[0xfd]C[0xa8][0x1f][0xe9].|[0xa7]{[0x97]o[0xe2]-a[0x8f][0xc2]c[0x95][0x16]2[0x9][0x8a]:[0x8c][0x95]2[0xd9][0x8][0x1]i[0xd5]5:[0xb0]:D9[0xe8]W[0xda][0x94][0x16]+WJ[\r][0x90][0x9d][0xb3][0xab]|H[0x2][0x1b][0xd6]t2V[0x9d][0x89]r[0xf2][0xaf]<[0xb2] *[0xf4][0xcb]S[0x83][0xe1]h[0xef][0xdf][0x8f][0xdd][0xc7])[\r],[0xea][0xf]1[0x93][0xbe][0xce]K[0xf7]i>[0xa5][0xe1]?[0x17]W[0x93][0xf9][0xe7])[\r];[0x9b]O[0xf1][0x89][0x9b][[0x82][0xa1][0x10][0xa9][0x12][0xdb][0x0]I[0xe2]YP[0xaf][0xcd][0x81][0xe2]R[0x13][0x99]7[0xf5][0xed]jz[0x13][0x6][0x1a][0xb9][0xc5]r[0xb2][0xa4])g[0xee][0xdb]|[0xb6][0xc4][0xa9]F[0x8][0x13]+[0xbe]i[0x12][0x91][0xbb][0xba][0xbd][0xbe][0x9c][0xce][0xa9],[0xfc][0xcf]2[0x19][0x8d]^[0xe6][0xd1]dS?[0x8d]-:[0x9f][0x8c]d[0xeb][0xcf]a{[0x88][0xe6][0xae][0xf1][0xa6][0xa2][0xd9]k8[0xd5]h[0xae][0x93][0xd7][0x12];z[0xed][0xe3]=[0x8e][0xae][0x92][0x11]QS[0x9c][0x83][0xc5]c[0xe1][0xe4]Y[0x8b])[0x1a][0xc3][0xf6]i0[[\r][0xcb][0xd5]O[\r]W[0xb][0x83][0xd5][0xfc]X&[0x80][0x3][0xd7]0[0x9f]-[0xfe][0x1b]'t[0x9][0xaa][0xff]z?[0xf1][0xb0][0x0][0xdf][0x0][0xe6]K[0xf8][0x0]jt[0xbd]xr[0x2][0xf4]p{[0xf]z[0x8][0xb0]p}[0x19]=[0x83]h[0x9b][0xe2][0xe7]Q[0xa7][0x17][0xcb][0xd9]W[0xb8]wx[0x10]VZ[0xdc][0x99][0xca][\r],h[0xa2][0xd4][0xe4][0xfa][0x9a]ikz[0x1];[0x9f][0xcc]qF[0xd8][0xfc][0xeb][0xec][0x82][0xb0]2[0x9f][0xde]Mfs[0x9e][0xb1]5[0xc7][0x99]\[0xb3][0xdb][0x1b][0x95]G?[0x8f][0xf1]R[0x81]$qn[0xd4][0xd2][0xdd][0xdf]\[0xe3][0xc9][0xe5]{[0xc]G[0x88][0x4][0xa1][0xd0][0xb0]1[0x1a]2&S[0xb3][0x94]&[0xbe][0xcd][0xae][0xaf]elXL[0x18]4<[0xb][0xff][0x10][0x88][0xe2][0x1]H[0xec][0xd6]}[0x99][0x9][0x1][0xca]h+C [0xb4][0x5][0x19]p[0x15]f[0x91][0x99][0x1]e[0x83]9d[0x16][0x90][0x1f][0xe8]5[0x9c][0xe2]5[0xbb]Q[0xfa][0x81]=[0xf4][0xd8][0x98]@[0x98][0x99]aC[0x1a][0xc5]1fD[0x8c][0x97][0x93][0xe5][0x84][0x86][0x82][0xe1][0xff][0x9c][0xe2][0xd3][0xf3])[0x8e][0xf5][0x12][0xd2][0x85]e..[0xee][0xe7][0xc0][0x8a][0xf8][0x14][0xbe][0x5][0xbb]Z[0xdc][0x3]s[0xce]n[0xf8][0xb2][0xf0][0xfc]$[0x0]f[0xf3]K[0xcf]{D[0xc6][0x9f]&[0xb3][0xeb][0xfb][0xf9][0xd4][0xf][0x1b]4X[0x85][0x1d][0xdc][0x2]Z[0x11],[0x12][0xa4][0xbd](~[0x2][0xe7][0xaa][0xe9]\1[0x9a][0x1a][0xc6][0xb7][0xea][0x6][0x9c][0xfe][0xe0][0xae][0xe0][0x8a]>N[0xe1][0xd1]x[0xfe][0xd8][0xf][0xcc][0x1e][0x9b][0xde][0xf0][0xc3]G[0xda]K[0xf8][0x81]+.[0x96][0x9b][0x90]3[0xcd][0x1][0xe8]%[0xd9][0x17][0xf0][0xcb][0x7][0x94][0xd6]7`W[0xdd][0xe9][0x80]>[0x8d][0x1e]P[0xf8][0x19][0xf4]uQ[0xed]e[0x82][0xc8][0xde]T[0x82][0xb1]&[0xe6]f*[0xa9][0xe6][0x14][0xed][0xfb]H[\r]I[0x92][0xd9][0xf7][0xbd][0xfd]][0xe3]5[0x19][0xfb][0xa1][0x12]:@G[0x6][0xa3]$[0x14][0xbe]B[0xe7][0x87][0x8d][0x89][0xdc][0x9f][0xcc][0xf][0x84][0x8a][0xbc]_[0xd6][0xaa][0xbe][0xb5][0xc]k[0xd2][0xa2][0x80][0xaf]i[0x82]6[0x5][0x86]lW[0x85].O[\r]Y[0xd3] [0xfa][0xb8]&$[0x14][0x8c][0xab][0xd1]*[0xdf][0xa1][0xe4]`C[0x93]nq[0xeb][0x1a][0xd7][0xf0][0x0]v[0xfa]<[0x15][0x82]R[0x6][0x8f][0xbe]v[0xcc][0xc9]3[0x9a]/[0xa0]M[0xd2][0xf6]k[0x10]`z[0x1a][0xd5]\Q[0xb9]'[0x9d][0xb9][0xe3][0x6]5j[0xe3]Es[0x1]0f[0xaa]go[0xcb][0x8c]Ah[0x9d][0x87]A[0xc7][0xdb][0x86][0xbe]i)[0xd0]W[0xe0][0x14]m[0xb1][0xd8]0[0xe5][0x2]2[0x9a][0xc7]+][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0x9e]7[0xf0][0x1f]XB[0xf2][0x9f][0xee]?[0x8]H[0xa5][0xdf]D[0xfd]O[0xf3][0x19]o[0xfa][0x16]\pU#*[0xf8][0xe0][0xfb]x[0xa3][0xbb]g[0xb]<[0xb4]8z`y{[0xbc]h[0xf8][0xd5][0xe][0xfc][0xb4][0x19]Z[0xd1]dIP;][0xed][0xde][0x9f]u[0xa1][0xeb][0x90]r[0xf4][0x90][0xce][0xe3][0xca][0xfc][0xd1][0xd0][0x8e][0x1f][0x9f]F[0x88][\r][0xb6][0x88][0xbb][0xf8][0x84][0xf5][[0xad]`_[0xad]<`@[0xb8]g[0xf2][0xb5]<,[0xb5][0x1f][0xcc][0x90][0xd5][0x87][0xf][0xbe]kH2[0xb4]Y[0xff];)[0xe6][0xb][0x6]n`[0x6][0x0][0xd2][0xff][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Xd[0x99]b[0xdd][0x3]:[0xe5]u[0xd2]-Rk;z[0x83][0x8d][0xc1][0x4][0xa6]$,[0xf][0x84]z[0x98][0xa8][0xf4][0xe7][0xf4][0xd5][0x86]B[0x12][0x9b]H[0xe][0xe8][0xfd][0x80][0xae]8[0xf0][0xc5]k[0x96][0xb8][0x87][0xd1][0x1f][0x90][0x91][0xfc][0xd1]t[0x8c][0xe4][0xf8]h[0x8c]0[0x16][0x3][0xbb]p)[0xe4]a[0xb]0[0x84][0xc8][0xe2][0x9c][0xaa]B[0xb8][0xc3][0x18]mw[0x9a][0xd1]TW%[0x1c][0x8f];_[0xf7][0xf4]u[0x8f][0xbc][0x8][0xf1]`[0xc3][0xb7][0xbd][0x92][0xe7]D%[0xad]6F[0xa5][0x88][0xd9][0xda][0x17][0x8d][0xe3]x[0x13][0xe7][0xcb]R[0xa9]x[0x16][0x7]Q[0xb6][0xe4]uQ[0x1f]PT@[0xbd][0xb3][0xdf]1[0x81][0xab]-[0xc1][0xe6][0xd7])[0x8e][0xc2][0x10][0xff][0xfa]k[0xd2][0x13][0x5]([0x9]\,[0x7][0x8e]BXW[0xe8][0xe3][0xd0]eM>.n[0xaf][0xc1][0xd4][0xb9]~[0xb0][0xbe][0xc1][0x7][0x9d][0xcc][0xcb][0x13][0x4][0xf][0xfb]pI[0xff]C[0xfd][0xdc]/o[0xa5][0x89][0xb2]/O[0x82]f#[0x15][0x93][0x15][0xb8][0x16][0x7][0xe2]{1[0xc3]H[0x9a][0x84]`[0x99][0xfa][0x8f][0x1f]hYYn[0xfd][0xd6]n[0xc8]t[0x9a]>[0x1d][0xf6][0xe8][0x9d]RN1t[0x1e][0xe8][0x1e]i/[0x1e][0x82][0x10][0xba][0xf6][0xa3]k4[0xdd][0xd7][0xf9]G[0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xa9][0xde][0xcb][0xdb]-%[0xac]$[0xbf][0xe4][0x97]$`[0x94][0xd6][0xe7]X[0x1b]}[0x9c]2[0xa5][0xca][0xb]r*)jbZ[0xfc][0x8e][0xee][0x90][0xbb][0xf5]L[0xa6][0x83][0xc4][0x7][0xcd][0xc9][0x3][0xb0][0xef][0xd6][0xb0][0x91][0xef][0x14][0xb4][0xd9]ee[0x7][0xb8][0xcb]v[0xcd][0xbb]w[0xa8]"($@[0x1f]1[0x88]fh[0x98]6(9;Upb[0xdb]>=[0x96][0x81]P[0xaa][0xe][0xf0][0xea][0xb9]N[0x9e][0xf0][0xb5][0xef][0x2]a[0x97][0xd5]#[0xc7][0x3][0x10][0x98][0x92][0x1a][0xc]H[0x14][0xd1][0xe7][0xec]h[0xe0]\j[0xb4][0xa5][0xe9]);[0xb][0xed]V[0xfe][0x13],[0xf8][0xfc][0xac][0xd2][0xb1][0xbb][0x92][0x9e][0x89][0x14]Ka[0xf6][0x5]~[0xba][0xcb][0xf1][0x8][0x89][0xd9]v[0x9]=T[0x87]js(3[0x15][0x10][0xf2][0xc5][0x9][0xf3]M[0xc8][0xc2][0x86]I[0x89][0xa3][0xd0][0xc8][0xc8]Cv[0x1a][0xff][0xa3],[0xfc]?[0x86]+[0xde]bV[0x92]jLyP<}[0xc8][0xda]I![0x12][0xd6]:5#[0x1f]T4:[0xec][0xbf]p[0x87][0xee]*]7[0x9f][0xf5][0xe4][0xe2][0x88][0x14][0xbf][0x8d][0x4][0xb5][0xc4][0xef]h[0xa2][0x98]z[0xf][0x16]d[0x9d][0x17]4#([0xa8]#[0xfd][0xeb][0x1d]l5[0xd7]>[0xc7][0xaf]~D[0xd7][0x91][0xc9]1^[0xb6][0xfb][0xf0][0x92][0xa4][0xeb]B@[0x7][0x9][0xce][0x12][0x83][0xe6]C*[0xdb]/[0xee]c9[0x1a][0x19][0xaa][0xad]t[0xc3]I[0x80][0xf8][0xe1][0xb]LI[0x82][0xfc][0xa2][0xe9].[0x89]O[0xc6]q[0x1]3w-Ps3[0xaa][0x18]V[0x91][0x94][0x14][0xe6][\r][0xe1][0xf7][0xbb]q+vQ[0x93][0x9e]0[0x9f][0xc1][0xeb][0x96]E$[0x8a][0xc6][0xe2][0xe5]E[0xcb][0x8f]uD[0xc2][0xa6]J[0x9c][0xf6][0x87][0x99][0xb9]3o^Q[0x81]2w[0xe6]H[0x0]X[0xa7]@]\[0x83]g{7[0x1][0xf][0x84][0x83][0x10][0xbe][[0xfc]Z[0xe] s#x[0xc4][\r]5[0x99]q[0x19][0x3][0x8a][0xa5][0x3][0x90][0xa9][0xfc]h[0xbf][0xb][0xa5][0xe5][0x87][0x8d][0xe0][0xeb][0xbb][0xb6][0x16][0xea]7[0xa4]z[0xd5][0x13]a[0x81][0xb1]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x1a][0xc8][0xfc]c[0xc3]+[0xd8]N[0xd4][0x8e][0xcb][0x19]'[0xcc][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(?JW[0xfb][0x91]M)b[0xbf][0xc][0xb1][0x9f]|[0x8][0x19]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xb6]J[0x1e]q[0xc5][0xf][0xc6][0xdd]>[0xcc]s[0xd8]M[0xab][0x8b][0xa2][0x8b])[0x94][0x92][0x8c][0xd2][0xaa][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x92]^[0x83][0x5][0xd3][0x8c][0x94][0xcf][0x18]c[0x94][0xae][0xdc][0x83]f[0xf4]3[0xf8]D[0xdb]SO[0xd5][0xde][0xf3]W[0x8][0xa8][0x86])[0xd4][\r][0x9a].}][0x85][0xcb][0xaf])gu[0xac]q[0xd7][0xb7]>[0x9a]! [0x88][0x4][0xff][0xd5][0x93][0xfe][0xc1]{w}[0xe4][0x9e]}[0x91][0xdb]6[0xa4][0x2][0xf9][0xdd]1[0x8e]\9[0x2][0x93][0x99]X[0xfe][0xed][0x83][0xa8][0x83][0x16]%[0xb1][0x12]NQ[0xe2],[0x1a]dc[0xff][0x18][0xe2][0xd4][0xda]7[0xa3][0xf6][0x8d][0xa7][0x1d]?[0xd7][0xa9]7;[0xd3]C[0xc0][0xc4][0xc5]!T[0xc6]h[0xe1]CHx[0x93][0x83][0x19][0xb6]![0xe5]\[0x1a][0xc1][0x16][0xf7]s[0x93]Q[0x8d]0m.[0xac][0xed]?r)[0xde]/[0x97][0xde][0x19][0x97][0xe0][0xff][0x0]PK[0x7][0x8]8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]META-INF/NOTICE.md[0xad]V[0xdf]O[0xe3]8[0x10]~[0xf7]_1[0x82][0x87][0x83]S[0x93]Pv[0xa5];U:[0x9d]X[0xca]r[0x8b][0x10] `u'[0xad][0xee][0xc1]M[0xa6][0x8d][0x8b][0x13]G[0xb6][0xd3][0x92][0xff][0xfe]f[0x9c][0xa4][0xb4][0xbd].t[0xb5]<[0xf4]G[0x1c][0xcf][0xf8][0xfb]>[0xcf]|[0xf6][0xb7]$[0xf9]w[0x4][0x87]p[0x0][0xe7][0xa6]j[0xac][0x9a][0xe5][0x1e][0x8e][0xd2]c8=[0x19][0xfe]>[0xa0][0xef][0xd3][0x13][0xb8][0xb5]2[0xd5][0x8][0xb2][0xcc][0x12]cAy[0x7]r:UZI[0x8f].[0x86]3[0xad]![0x84]9[0xb0][0xe8][0xd0].0[0x8b][0xe1]@|[[0xe5][0xdd]xx[0xcc][0x95][0x83][0xca][0x9a][0x99][0x95][0x5]g[0x4][0x9f]S[0xe6]45E%[0xcb]F[0x95]3(([0xad]UR[0xd3]*[0x16][0xe9])[0xa3][0xf7][0xb][0xa9][0xb4][0x9c][0x10][0x86][0xba][0xcc][0xd0][0x86][0x98][0xf5][0xa4][0x14]P80[0xd3][0xf0][0xe2]"[0xd5][0xaa]r[0x8]w[0xf5]D[0xab][0x14][0xae]U[0x8a]%=.b8[0x8d]O[0x6][0xb0][0xcc]U[0x9a][0x3][0x81]xI*[0xfd]F[0xb6][0xdc][0xfb]j[0x94]$[0xcb][0xe5]2[0xc6]6Wl[0xec],[0xd1]8[0x93]:[0xc1]JG[0x94][0xe7]-[0x86][0xf][0xa6][0xb6])[0x92][0xa4][0x19]Sh[0x80][0xe8][0x18][0x98][0xbc]Bgj[0xb4]6K[0xe6][0xff][0x80][0xa9])3i[0x9b][0x8d][0xac][0x1d][\r]G[0xf8][0xb1][0xc][0x11][0xb8]n#fe[0x1d]6[0xc1][0x99][0xa9]_[0x12][0xba]$[0xed]s&[0xba]E[0x12][0xe7][0xbe][0xd0][0xaf]l[0xcb][0xc3][0xdd][0xf8][0x9f][0xa8]C[0x1d]}[0xc9][0xb0][0xf4][0x8a][0xc8][0xd9][0x11]\[0xdc]][0xf3][0x8e][0xc2][0xed]=\v[0xff][0xfe][0xf2][0xf8][0xd7][0xb][0xea][0x8]{[0xd4][0xe1][0xe5][0x81][0x10][0x87]pc<[0xa5]j[0x95][0xbf][0x92]O[0xd2]z[0x9]W[0xf][0xb7]7pg[\r][0x8d];[0xda]H!B%[0xd0]6yZ[0xc][0xda][0xb2][0xcf][0xea][0x14][0xb3]P[0xf7][0x85]T[0xa5][0xa7][0xf]=N[0x9a] [0xd5]w[0xf2]p[0xd8][0x1c]S[0x1f][0xb][0xf1]+[0xf][0xf3][0xc8]M[0x81][0xa3][0x95]B[0xdd][0xc][0xb7]Q[0xaf][0xfd]`[0x82][0xf8]q[0x1e][0xcf][0x9d])+B~[0x8][0x8f][0x96]j[0xb0][0x90][0xf6][0xc9][0x9][0xf1][0xdd]5y_[0xc0][0xf7]3[0xb7][[0xeb][0xb3][0xa1][0xc2][0x95][0xac]H[0x1c]R[0xae][0x9c]C[0x8]v[0x83]5[0xca][0x1c]E@*[0xb4]T[0x90]][0x16]r[0x89][0x8a][0x80][0xa9][0x5][0xed]x[0xed]sc[0xa9]uC[0x13]([0xb]XT[0xda]4TF1-bEa[0xa8][0x10]UI*[0x17]a9[0x8a][0x9d]I[0x9b]1[0xc2].4W[0x15][0xe7][0xed][0x96][0x1c]@[0xa5]Q[0xba][0xd0][0x1c][0xae][0xd6]>[0xac][0xa7][0x95][0xf3][0x98][0x9][0xd7][0xb6]d[0xca]-i[0xb1]2NyCM[0xa6][0xcd][0xcc][0xb5],[0xc6][0xa4][0x1e][0x95]V[0xb6][0x12][0xb9][0xef][0xb9]n'[0xdf][0xc3][0xb5][0x82]S[0x89]}[0x9c]jw[0x83][0x88][0xfd][0xcc][0xe9]M[0xf][0x12][0xfb]z[0xd0]^[0xbe]#^[0xf7][0x9d][0x1f][0xf5][0x1a][0xb1][0xdb]k`[0x11]dI^[0xec]d[0xd5][0x98][0xaf][0x88][0xf5][0xa3][0xe]"[0xc4]{9E([0xaa][0xb5]M[0xe0]2[0xc2][0xbe][0x9b]W[0xfd][0xef][0xb6][0xa4][0xdf]Y[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x88][0xdb][0xbf]'4#{[0xad]'1[0xd5]_[0xd2]UA[0xc4]][0x9e][0xac]uy[0xae]l[0x16]U[0x92][0xfb][0xee][0xbc]m[0x8e][0x97]2[0xe][0x0]4[0x92]][0xcb][0x19]n[0x3][0xf0][0x1c][0x9]md[0xd7]V$[0xca][0x9c][0x84]}[0x8e][0x97].[0xb6].[0x92][0x95][0x1a]q[0x99][\r][0xe1]([0xfc][0x1c]3[0xb4]N[0xb0][0x11][0x1c][0x9d][0x8f][0xc7][0xd7][0xd1][0x90][0xde][0xae][0xe9][0xb4][0xa7]d[0xc7]pv3[0x16][0x0]pV[0xc9]4[0xc7][0xa0][0xe2][0xca][0xf4]F[0xbb][0xe8][0xcf][0xe5]sd]B[0x90]hb+[0xf6][[0xf3][0xd6][0xb9][0x8c][0xe6][0xce]~[0x18][0xe][0x3][0xa5][0xb9][0xb4]#[0x82][0xcd][0xb4][0xc2][0xcf]&[0xad][0x8e][0xd5][0x9]#[0xfc]9x[0xcc][0xaf]kc[0x87][0xd2][0xa6]y\[0xc8][0x5][0x96][0xa1]:-[0x16][0xc6]c'[0xfb][0x9f]t[0xc9]B[0x16][0xe9][0x8f][0x80]8Y[0xba][0x84]r[0xbd] N[0x2][0xcc][0xb5][0x81]([0xc]Dm[0x9][0xb9][0x98][0x8]udG[0xfc][0x8d][0x18]-q[0xb2][0xa2][0xfa][0x1b]q9[0xa2][0xaf][0xdd][0xbb]w[0xf2]3[0xbb]w[0xc4][0x9d][0xd2][0xe5][0xf8][0xf4]0[0x8e]>D[0x14]Q;<[0xde][0x12]/~[0x2]z[0x17][0xff][0xc7][0xec]R[0xa0]{}[0xaf][0xd1]f[0xe4][0xe8]g [0xea]T[0x9a]A[0xba]a[0xc9]Y[0x9e][0x9d]G[0x1][0xe0][0xbb]K%[0xb4][0x5][0x15]+[0xdf]+[0x9a]+B[0xcc]A[0xe6]8[0x94][0xd0]x#X[0xea]{[0xb5][0x86][0x8a][0xca]*JphX(>+[0x2]Nb[0x90][0xc3][0x9a][0xcc]`o[0x2][0xd7][0xf5]2[0x96][0xb8] [[0xdf]kt[0x18]f[0xbd][0x82][0xdb][0xc9]hV[0x1b]l[0xe2][0x8f][0xf0][0x85][0xdd]nvA[0x14][0xe1]G[0xbc][0x4][0x3][0xc][0xe6]`[0x95]1Q[0xd3][0x15]-[0x93][0xc1][0xc5][0xf8])NH[0xf0][0xe6][0xf2][0xe2][0x9d]3C[0xa7]d[0x81][0xf3]X[0xa2][0x19]gk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xee]{[0xba][0xd7][0x10]FD[0x84][0x9c]j[0x15][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2][0xcc][0x12]j[0x83]~c[0xf8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "LA[0x84]D[0x8]`[0xc2][0xf7][0xea]#[\r]V[0xce][0xe3][0xa0][0xb0][0xa2]%Xb>w[0xc1]Iz[0xd6]C9[0x84]|{[0xe3][0xa9][0xe5]f[0xbe][0xa7]H[0x8b]M[0xe7],#[0xb0]|"j[0x1b]a[0x16][0xb]~9[0xe3]t[\r][0xde][0xb5])V+[0xb4][0x7]D[0x1d][0xe3][0xc9]m[0x6][0xbe][0xa7]!m[0xf7][0xc5][0xde]C4[0xd0]dZC[0xb4][0xc3][0x8a][0x9d][0xae][0xb1]h[0x9a][0xe6]9[0x8d][0xeb][0x9a][0x95][0xc5]9lMm[0x5][0xb5][0xd6]f[0xe3]veq5h[0x87]vwi[0xb9][0xc8]H[0xe8][0xd8]=w[0x8c][0xd9][0x99][0xd9][0xba]U[0xbf][0x84][0x0]w[0xbd][0xa0][0xcb][0x9c]c[0xd9][0xd0][0xfc][0x6][0x8d][0xc2][0xee][0xee]2[0xba][0xc5][0xd2]W4[0xc5]q[0xf0][0xec][0x1e]~[0xba][0xb][0xf5][0xfb][0x13](U[0xd1][0xbc]}[0xe4][\r][0xe6]Ww[0x19][0x9]h[0x92][0x81]M[0x15]_[0xdb][0xe9][0x15]#[0x85][0x8b]xv[0xaf][0xbe][0xae][0xed][0x92]a[0xbe]zg[0xf][0xb3]ds[0xd9]@[0x81][0x86][0xeb][0x16]R[0x8b][0xa6][0x9f][0x9f]s[0xe0][0xbd][0x3]M-[0xa9][0xc5]\[0x9d]r;&m[0xe0][0xb5]`[0xe8]([0x8]`[0xe2]!W-[0xa4][0x16][0xcd]v0[0xb0][0x83][0x99][0xb1][0x2][0x0][0x82][0x8f]kk[0x13][0x80]Q[0xeb][0xea]_[0xcf];[0xf0]/p[0xbe][0x85][0xa4]XQZ4[0xd8]5U[0x4][0xdd][0x1a][0xe8]u[0xab][0xa0][0xef][\r][0xa8][0xaf]OnI[0x98][0xeb]hd[0xb]rI[0xd0][0xb3][0x84]%[0x83][0xf8]h{I[0x13]@h[0xe3]hC[0xac][0x1c][0x4][0x98]/[0xeb][0xb3][0x1]=[0x18]bUtuqzq[0xd4]KV:[0x6]g[0xab][0xb1][0xa3][0x94][0x90]H [0xa9][0x83][0xb9]<[0x8b][0xc0][0x9]F[0xbd][0x98]0[0x84]q[0x1d][0xe4]1[0x4][0x7]w[0xf8][0x11]=/\[0xe3]s[0xf0][0xfb]dAoI[0x84][0xd6]8[0xce]![0xc6][0x3][0xe2][0x4][0xa7]tA[0x84][0x84][0x90][rX^/[0xb8][0x8a]^[0x86][0xd6]m[0x4][0xa7][0xa7]v [0x4][0xc8][0xd5][0xc9][0xa6][0x9b][0xfa][0x6][0x1b][0x92]m[[0xea][0xf5][0xec]i[0xad][0xb3][0xed][0x9c][0xbd].[0xef]<[0xce]e[0xdb][0xa8][0xc7][0x84]@[0xd6][0xf5][0x8f][0xf4][0xdb]f[0xf7][0x84][0x8e][0xc7][0x1f][0xd1]c[0xa4][0x99][0x89][0xf1][0x3][0xc9]s[0x10]i[0xad]a7+[0xfa]S[0xc5][0x2][0x89][0x97][0xe6]Y[0x8c][0x93][0xcc][0xa3][0x18];[0x85][0xb3][0xd4]N[0x8a]E[0xc5][0x1][0xf8][0xa9][0x8e])+y[0xac][0xb0] [0x81]u[0x8d] 3[0xfd][0xf9][0x8][0x1e]%[0x84][0xe4][0xb5][0xce]D[0xbf]3[0xe9][0xb5][0xb]M0ByJ[0xda]r[0xda]~[0xba][0x6][0xed]0[0xa9]&[0x8f]([0x87][0x84][0x86][0xf1][0xbb]@[0xf0][0x10][0xb2][0x4][0x9a][0xc2][0xe9][0xbf][0xc6][0x90][0x87][0xab]@[0xb2][0xec][0x1c][0x9e][0xd7][0x1b]7qE7$u[0x96][0xcb],[0x97][0xa7]%[0xb][0xcf][0xee]m[0xf6]e[0xa2]1[0xb7]d[0xee][0x93]g[0x1][\r][0xd3][0xed]q={4[0xc6][0x80][0xbf]@[0x1f][0x16][0x91][0x8c][0xa4][0x90][0xec][0x86]wOk[0xad]y[0xaa][0xcc][0xce][0x1e][0x1e][0x90][0xcd].[0xd8]([U[0xe5][0x1a][0x1a]?[0xa6][0xad]ZFJ9[0x8c]8[0xfd][0x1f][0xd7]`i[0x1a][0xc6]yDNJ[0xa9][0x8b]F[0x9e][0xe3][0xe8][0x94][0xa6][0x83][0xe8][0xd1],b[0xe][0xf1]>[0xd7][0xcb][0x1e]m[0xe]u[0xc6]EP[0xdb]DW[0x97]XJ~[0xfb]d[0xf4][0xbb]-J[0x13][0xec][0xa6]n[0x90][0xc3]B[0x8][0xe4][0xec]t:p[0xa2]J[0x4][0xce][0xe3][0x9f][0x12][0x86][0xa7][0xa7]U[0xb6][0xd2][0xb6]%I[0xc6][0x9c][0x10]u[0xfa][0x91][0xa7]D[0xe1]|[0x9a][0xa5][0x91][0xad].[0xa9][0xda][0xa8][0xc3][0x16][0xfa][0xfc]S'[0xda][0xba]L[0xa9][0xda]`n[0x95]Z=(#[0xf5]Bj5[0xd7][0xf5][0xc1][0xa0]T[0xa6]Z[0xdb]8[0x10][0x6]s[0xfe][0xcc][0xa9]$[0xc1][0x2]v[0x18]T[0xab]j[0x18][0x9][0xb0][0xf3][0xb1][0xb7][0xa3][0x8d][0xeb]Y[0xbc][0xf1]J[0xd0][0xa4][0xfd]C[0xad][0xff]3=Oo0[0xda][0x83][0x14]K[0x9],[0x17][0xb9][0x8]L?[0xe0][0xd5]F[0xbb]'[\r][0xf5][0x94][0xbe][0xe9][0xf7][0xd8][0x94][0x19]L[0xc4]n[0xb6][0xf0]`[0xd0][0xe7][0xa4][0xaf][0xea]*[0xac][0x9]a[0xae][0xb0]L[0xc9][0x80][0xaa][0xb][0xae][0xc][0xb0][0xa8][0xba][0xfc]P%[0xde][0xb2][0xb2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbd]k[0xe7][0xf9]X[0xa0][0x8b][0xcb][0xd7][0x14][0x99]Z[0xb4]p[0x11][0x9a][0xc5][0x4][0xe]3@Z[0xe8]bB[0x8b][0xde][0xde][0x11],HLo[0xeb]w[0x4][0x2]<[0x94]g[0xbe][0x1d][0xdd]i[0xab][0x19][0x6][0xd7][0xaa][0xbf]3O#}[0xbd][0xd2][0x2]U[0xac]&[0x8c][0x13][0xa4][0xc2][0x5][0x9e]hq"<[0x7][0xb7][0x84]Vl[0xa3]*[0x1a]9p$[0xab][0xa5][0xba][\r][0x80]v[0x81]a'[0xb3][0xd6][0xcc][0xee]d[0xce][0x8d]%[\r]Z[0xb4]$[0xa9][0xd0][0xfb]k[0xd2][0xf7]Z[0xc3][0x1f]g[0xff][0x91])[0xf7];[0xc5][0x5][0xc3][0xe3][0x18][0x81][0xf6][0xb4][0x81][0xb0][0x0][0xb9][0x85]=" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2i[0x90][0xff][0xcb]lM[0xb3][0xb2][0xec][0x1a][0xc6]k[0xe7]z[0x8b]l4[0xee][0xe5]]2g1[\r]U[0x91][0xb3][0x5].l[0x97][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2][0xd5][0x14][0x8d][0x11][0xc3][0xf3][0x9c][0x15][0xda][0xe1][0xd4][0xa7](u[0xc6][0xb5][0xe0]-[0xb2]a\U &[0x9][0x84][0xb9]Z[0xe6]m[0xf9][0xd0]FoMN[[0x86][\r][0xcf][0xa7][0x8a][0xee][0xe0][0xa1][0xc3]b\[0x1a]1[0x1e][0x14]7[0xc3][0xaf][0x18][0xc8]F[0xf7][0xf8]^'[0xe1][0xee][0xf8][0x8d][0xe5][0x88]zgm5[0xdd][0x83][0xc6]l[0x8a][0xba]1r[0xaa][0xda]y[0xeb].IoH[0x83]d[0x18]sf[0xee][0xb5][0xba]@[0xed][0x95][0x17][0xa0][0xb6][0x89][0x86]a[0xaf]#[0x96]2[0xa9]JM[0x81][0xfb]B=u[0xa0]p[0xa6][0xb9]/|[0xaf][0xd6]1[0x8c][0xa2][0x8a][0xd8]X?e[0xf8][0xbb]{[0xe0][0x1e][0x18][0xc7][0xbb]a[0xe9]s[0x89]p[0x14]![0x9c][0xa9][0xa2]8W[0xaf]+[0x94]_[0x16][0xa8]q[0x5]' [0x82]~[0x3]?[0x8a];[0xc9][0xef][0x95][0xfb][0xae]e[0x83][0x83][0xb5][0xe4][0x82][0x5][0xff][0xfa]&KD[0xbd][0x1a][0xd0]J[0x1f][0x1e][0xf6][0x8f][0x82]>7i[0xa8][0xf3][0xbe][0xa8]7[0xdd][0xb7]J[0x94][0x9f][0xf6]$[0xe6]K"[0xcb]$[0xd8][0xeb]Hf[0x1f][0xa0][0xc][0xc4][0xc0][0xe3][0x1c][0xd9][0xd3]&[0xc0][0xaa]Z[0xe7][0x14][0xc7]WY[0xb3][0xff]r[0xf][0x8b]Z`X,ft[0xac][0xf8][0x85][0x1e]4n[0xb1][0xd0][0xff][0x9f]7[0xd6]y[0xb0][0xed][0xc5][0xc1][0xe7]r&[0x8c][0xf7]w6[0xf5][0xf9][0x92][0xdc][0xdd]g[0x9b][0xf1][0xaf]q[0xc4][0xc2]G[0xbc][0x6][0xd4]RW[0xf][0xcb][0x2][0xbb]Ye[0xc2]Z[0xeb][0xea][0x1e][0x8b]y[0xb8][0xa2][0xeb][0xbe][0xf2]dq[0x17][0xd0]v.[0xcd]Yn[0xd5][0xb8][0x84]$[0xec][0xc9][0xf8][0x18][0x9f][0xc8][0xf4]8[0xbf]"#[0xcf]([0xbc][0x84][0xcb]2>[0xc5][0x98][0x84][0xcf]d|[0x8e]/d|[0xc9][0x96][0xaf][0xf0][0xb5][0x8c]o[0xf0]m[0x18]l?A[0x9c]Y[0xbb][0xa2]Q[0xf5][0xdb][0xd5][0xe0][0x80]}[0xb0][0x8][0x2][0xce][0x1c][0xd6]_[0xd4][0xbb]J[0xbd][0xae][0x1a]5[0x1]c[0x99][0xa3]L[0x96][0x97][0xfa][0x9c][0xff]PE[0xa9];[0x1d][0xb3]9[0xcc][0x7]{[0xd6][0x9f][0xbe][0xfe]v[0x17][0xd2][0xa7][0xa2]?[0x9a][0x19]S[0xd7][0xa9]V[0xd4][0x5]l[0x94]T[0x96]"7[0x11]}[0x99]6[0xef]\[0xa7]f4[0xc7][0xbd][0xb5][0xb6][0x9e]B[0xac],-[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0x19][0xfd][0xd1][0x10][0x17][0x96]K%[0x9a][0xef][0xc2][0xd2]RaU[0xc0][0xd9][0xa3][0xcc]h[0xcf][0xec][0xfc][0x8d][0xca][0xea][0x9d][0xb9][0xf2][0xe2][0xc2][0x1d][0xcf][0xaf][0xcd][\r][0xee][0x1c][0xe1][0x12]}u[0x7][0xe9][0x1b]-[0xe3]i[0xc]A[0xa0][0xf5][0x14][0x9e][0xa1][0xfd]4}[0xdb]cx[0x16]}[0xb4][0xd3]t[0x90][0xe4][0x1c][0x9d][0xb2][0xb4][0xb][0xb4]w\x[0x4][0xe1]7n2Lk[0x82][0xb]O[0xe3]yZe[0xd7][0x0]/[0xe0]<[0xed][0x2][0xeb]{[0xcf]y[0x11]"[0xd9][0x3]CO[0x10][}[0x82][0xf8][0xea]#[0x88]}[0x1d][0xf][0x91][0x18]z[0x8][0xe9]!:[0x1f]![0xf9]W[0x8]r[0x98]C[0xe][0xb8]n[0x1e]$;][0xc0]E[0xce]d[0x14]c[0x1e][0xf8][0xa8][0xc7],[0x16][0xff]%[0x84]1[0x12][0xa0][0x15][0xf3]i[0x8d][0xf3]X[0x98][0xe7][0x14]I[0x19]~[0xf2][0x2][0xf1]H[0xfd][0x8d][0xf4][0xaf]![0x80][0xf1][0x0][0x89][0xa4]O"[0xe9][0x93][0xb8][0x84][0x17]#[0xa0][0xe4]0[0xd4][0xe5]C[0xa0]hL#[0xa0][0xba][0xc2]P[0xaf][0x1f][0x2]E[0xb3][0x1f][0x1]u,[0xc]5u[0x8][0xd4][0xab]x[0x8d]t[0xc]j[0x8e][0xfe]1+[0xf1]wt3[0x94]x[0x0]e:[0x80]"[0xfa]("[0x11]}[0x83][0xf4][0x13]~[\r][0x98]$G[0xa7]I[0xce]b[0x8a]Ny\[0xf1][0xa8]^[0xf1][0xa8][0xa6][0x19][0xd5][0x9e][0xc7][0xe8][0x15][0x10]&[0xfb]f[0xe0][0x9a][0xb4]M[0xda]'[0x9b][0xc7]U[0xf][0x8c][0xed]q[0xe6]=[0x1a][0xc6](q[0x8c]3[0xae][0xd6][0xc7][0x88]y[0x18][0xec]T[0xa0]pbt[0x9e][0xc1][0xb5]v[0xd4][0xfa][0x1e][0xe3])[0x1][0xe1]N{[0xe7][0x10]j3[0x98][\r]S;[0x15][0xc6]X9[0x2][0xb5][0x8b][0x9c][0xda]uJ[0x85][0x8b]v[0xc3][0xa3][0xd6][0xcb][0xb][0xfc][0x0][0xc7][0x82]$[0xfe][0xc][0x91][0x8f]B[0xb0]D[0xb7][0x3][0x4]{}[0xf0]^[0xf][0xfc]->[0xb7][0xb1][0xee][0xab][0x2]G/[0x1e][0xca][0xf5][0xee][0x11][0xb8][0xce]q[0xae]oGr[0xed][0x8f][0xe2][0xaa][0x1e][0x9d]k[0x89]P][0xf4]q[0xef][0x15][0x10][0x1f]` \[0xf4][0x8d][0xc0];[0xd0][0xec][0xcf][0x18][0xd5]l[0xa9][0xd5][0xf7]D[0xd8][0xd7]l[0xf5][0xed])[0xd0][0xd3]V[0xf6]|/yQ%xTa[0xef][0xe0][0xc3][0x98][0xf0]n[0x8e]{[0xfd]_[0xc1]2[0xdf]W[0xe8]y[0x4]Rd3OL[0x17][0xae][0xe][0xfe][0xf]PK[0x7][0x8][0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/EmptyObject.class[0x95]V[s[0xdb]D[0x18]=[0xeb][0x9b]|Q[0xc9][0xa5]mh[0xa0][0x94][0xd0][0x86]b[0xa7]I\J[0xa0])I[0xd3]&[0xae][0x3]vs[0xa3]v[0x2][0x9][0x97] [0xdb][WA[0x91]2[0x92][0xdc]![0xfc]&[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa4][0x85][0x19][0xe0][0x99]?[0xc0]+[0xef][0xfc][0x5][0x86][0xe1][I[0x16][0xb6],c3[0x1e]iW[0xbb][0xdf]9[0xdf][0xd1]wY[0xf9][0xb7][0xbf][0xfc][0x19][0xc0][0x2][0xd4]4[0xc6][0xb0][0x9e][0xc6][0x7][0xf8]0[0x8d]Q[0x94]$[0x94]%<[0x94][0xb0]!aS,le a[[0xcc]v2H[0xe0]#[0x9][0x8f][0xd2][0x90][0xb1][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*)T[0xb1]+aO[0xc2][0xc7][0x12]>a[0x18][0xb5][0xb8][0xa9]*[0xda][0x1e]7-[0xd5][0xd0]wK[0xf][0x18]X[0x99][0xe1]\[0xc1][0xd0]-[[0xd1][0xed]=Ek[0xf1][0xf8][0x9f]g[0xb9][0xdf][0xff][0xf8][0xeb][0xd9][0x1d][0x86][0xc4][0xb2][0xaa][0xab][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C4[0x9b][0xdb]c[0x88][0x15][0x8c][0x6]g[0x18][0xd9]Pu[0xbe][0xd5]:[0xae]q[0xb3][0xaa][0xd4]4Z[0x19][0xdf]0[0xea]D[0xab][0x10]9={[0x8b]1[0xfb][0x89]j1[0xbc][0xb2]q[0xa4]|[0xa5][0x98][0xb6][0x92]?[0xb2][0xc]=_<>[0xb1]O[0xb7]kG[0xbc]n/1$[0xb9]n[0x9b][0xa7][0x15]n3[0x8c]esd[0xf9]T[0xc9][0xb7]lU[0xcb][0xd3][0x12]m[0xa7]*jSW[0xec][0x96][0xc9]%[0x1c]0[0xc4][0x8b][0xc2][0x9a]A.[0xe9]:7[0xb][0x9a]bY[0x9c][0xd8][0x9e][0x97]^[0xc]1[0x1c][0x12]*7[0xf8]c[0xa5][0xa5][0xb9][0xe5]IUI[0xee]K:[0xc5][0xed]b[0x98][0xef][0x12][0xc3]D[0xc8]zIl0[0xba][0xd2][0x84]^3[0xc][0x8d]+z[0x1f][0x86][0x83]p[0x86][0x3][0xb1][0xc1][0xe8]J[0xa8][0xd6]VK[0xd3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q4UOO[0xa8]B?[0xa5][0xc8][0xf8][0x8f][0xc][0xd3][0xd9][0x90][0x18]:[0xfb][0xd3][0xbe][0x15][0xbd]\[0xc6][0xe4]J[0xe3][0x11][0xb7][0xc][0xed])[0x81].d;#[0xe0]g[0xdc][0xec][0xa8][0xe8][0xd5][0x9a]e[0x9b]J[0xdd][0xa6][0xca][0xfe]_5[0xdd][0xb7][0xa0]\[0x12][0xd5][0xa0][0xd6][0x11][0xa7][0x83][0xfa][0x8d][0xe8]_r[0x9a][0xae][0x18]-[0xb3][0xce][0xd7]U[0xd1][0xcd][0xa3][0x1d][0x8d];/[0x0]2.aR[0xc2]g2>[0xc7][0x94][0x8c]/pHa[0xb]o[0x7][0x86][0x97][0xfb][0xf8][0xe][0xdb]iWu[0xef][0x8e][0xfb][0x8a]2[0xe6][0x91][0x97]q[0x13]_[0xca][0x98][0xc5][0x9c][0xc][0x5]5[0x86]+[0xff]FB$g[0xc7]Pu[0x9b][0x9b][0xc5][0xaf][0xeb][0xfc][0xc4][0xa6][0xb3]NF[0x1d][\r][0x9]\[0xc6]cP[0xd5]^[0xea]w&QI[0x84]F[0x9a]2[0x13][0x16]%[0x9]O[0x18][0xce][0x87][0x9c]6[0xc]S[0x83]r[0xdf][0xe5][0xaa]`h[0x1a][0xb9]'[0xa5][0x96]8[0x15][0x85] [0xe7]T[0x8c]6[0xc5][0xbd][0xab][0xc9][0xbc][0xac][0x85][0xd6]Iw[0xf9][0xf8][\r][0x94]T[0xf5]v[0xf3][0xd0]INM[0x90][0xd8]^+[0x17][0xb]U[0x86][0xab][0xc3][0x94]hoZ=[0xb2][0xb1][0xe2][0xe6]Nu[0xff][0xb0]\[0xd9][0xde]:l3N[0xfe][0xd7][0xc1][0xd5][0x15])J[0xe1](}[0xdc]"[0x88]c[0x1c][0xf4][0xa1][0xc0]y\[0xa0][0xf1]"}[0xf7]"[0x98][0xc0][0x8][0x8d]Tb[0xce][0xe][0x90][0xa7][0x91][0xd1][0x18][0x9f]9[0x3][0xfb][0xce]1y[0x95][0xee][0x9]g[0xf1]5\[0xa6][0xbb][0xec][0x1a][0xd0][0xd3][0x15][0x1a][0x19]^[0xc7][0x14]Y[0x9][0xf0][0xbc][0x7][0x8e]=G[0xe4]Y[0x0]{[0xad][0x3][0x1b][0xf3][0xb0]o86o[0xd2][0xda]u[0xbc][0xe5][0x9][0xb8]K+[0x11][0x1a]S37~@[0xf4]W[0xc4][0x82]DY[0x87]h[0xc2]5[0xf2][0x88][0xc4],[0x8b][0x9c][0xe3]~[0x6]7[0xfa]P[0xc5][0x83]Ts[0x3][0xa8][0xa8][0xec][0xfb]P%[0x82]T[0xb7][0x6]P[0xcd];[0x91][\r][0xa3][0x92][0x82]T[0xb7][0x7]P[0xdd][0xc4][0xdb][0x1e][0xd5]=[0x8f]*#[0xa8][0x92]/[0x90]b[0x8][0x92]-w[0x90]e|[0xb2]L[0x7][0xd9]-[0x8f][0xec]>[0x8d]Q[0x81][0x9e][\r]r[0xac]:[0x1c]S[0xee][0xae][0xcf][0x11][0xf1]8[0xc4][0xec][0x1d][0x9a]Eh[0xbe][0x80]w[0xc3][0xa4][0xa5]_ [0xc3][0xf0]m[0x80]v}[0x80][0xb4][0x5][0xbc][0x17][0x94]v9[0xc8][0xf1]p[0x8]i[0xb7][0x1d]i[0x8b][0xb8][0xe3][0xb1]-{[0xd2][0x92]?A[0xde]?[0xc3][0xb9]_[0x2][0x9c];[0x1d][0xba][0x92]>g[0xd2][0xd7][0xb5][0x88][0xf7][0x7][0xea][0xda][0x1d]B[0xd7][0x92][0xa3]kyh][0x7][0x3]t[0xdd]u[0xf4]t[0xf5][0xe1][0xf7]x)[0x98][0xcc][0xc3][0x90]>[0x8c]P[0x8a][0xd7]z[0xb1]#Al#[0x4][0x1b][0xf5][0xba][0xb8][0x80][0x7][0xce]X[0xc4]4[0x8d][0xe3]4[0xbb][0x8a]}\K[0x88]?[0xc8]U[0xdc][0xbb]?[0xf9][0xf]PK[0x7][0x8]cT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]jakarta/json/Json.class[0xa5]WYx[0x13]U[0x14]>[0xd3]-i[0x19][0xa4][0xa4]P[0x1]Yd[0xb1][0x84]V[0x8][0xad] K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "J[[[[Z[hQP[0x9c][0xa6][0xd3]tJ[0x9a][0x84][0xc9][0xa4]XT[0x14][0x5][0x11]q[0xc7][0x15]wQ[0xdc][0x5]D[0x3][0x82][0xe0][0xfe][0xf9][0xe9][0xab][0xf]>[0xfa][0xe4][0x93][0xdf][0xe7][0xb3][0x9f][0xf]~[0x9e]sg:[0x99][0xb9][0xb9]m[0x12][0xe8][0xc3]?[0xc9][0xe4][0xfc][0xff]Y[0xee][0xb9][0xe7][0xde][0xfe][0xfa][0xdf][0xf9]K[0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~*[0x83]e[0xf0]|[0x19][0xbc][0x0]/[0x12][0xbc]D[0xf0]2[0xc1]+[0x4][0xc7][0x8]^%x[0x8d][0xe0]u[0x82]7[0x8][0xde]$x[0x8b][0xe0]m[0x82]w[0x8][0x8e][0x13][0xbc]K[0xf0][0x1e][0xc1][0x9][0x82][0xf7][0x9]> [0xf8][0x90][0xe0]#[0x82][0x8f][0x9]>![0xf8][0x94][0xe0]3[0x82][0x93][0x4][0xa7][0x8]N[0x13]|Np[0x86][0xe0][0xb][0x82]/[0x9]R^8[0xeb][0x85]se[0xf0][0x15][0x9c][0xf7][0xc2][0x5]/|[0xed][0x81][0x8b][0x1e][0xb8]$AI[0xbd][0x16][0xd5][0x8c][0x8d][0x12][0x14][0xfa][0x97][0xf5]JP[0xd4][0x18][0x1b]P%[0x98][0xd6][0xae]E[0xd5][0xcd][0xc9][0x91]~U[0xdf][0xa2][0xf4]G[0xf0][0x8d][0xaf]=[0x16]R"[0xbd][0x8a][0xae][0xd1]w[0xeb]e[0x91]1[0xa4]%$[0xa8]h[0x1f]Vv)[0xba][0xa1][0x4][0x86][0x13][0xb1]h[0xa0][\r]!([0x81][0x1c][0xd2]U[0xc5]P[0xbb][0x14]=[0xa1][0xea][0x12][0xd4][0xf9][0xd1]jT[0x9]h[0xb1]@[0xb7][0xaa][0xc][0xa8]zp[0x99][0x9b][0x96]0[0xd0]~[0x84][0xb1]M[0xe]j[0x94][0xe8][0xcc]T[0x82]r[0x9e],[0xc1][0x9a][0xb4]`k4[0x9e]4z[0x18]?[0x17][0xd5][0x2]-*[0xc1]L![0x1b]S7[0xc3]nQ[0xa3][0xaa][0xae][0x18]1[0xf4][0xbd]:[0xed][0xa8]O[0xd7][0x8c]I#[0xb7]i[0x14][0xfc][0x1e]f[0xed][0xc][0xde][0xe2]K[0x10]Lkv&[0x8d]\[0xa2]w*[0x17][0xc6][0x92][0x86][0x4][0x95]b[0x9]\[0xf]g[0xe5][0x9b][0x95][0x10][0x92][0xc6]$Xk[0xb9]L[0x1a]Z$[0xd0][0xa1][0xc4][0xb3]V[0xca]bR&[0xa1]XtP[0xb]S_[0xb8]%([0x8]W_[0x8c][0xc5][0xc7]{c[0x89][0xdb][0xb4][0xde][0xfc][0x1a]Q[0xa2][0xe1][0x0][0x6][0xaa]E[0xc3][0xc1][0xea][0x8d][0xc8]/[0xed][0xd1][0xc2]Q[0xc5]H[0xea]H[0xe9][0xf0][0xe7][0xc2][0xc9]=[0xec]Jn)[0xed]R[0x4]s/[0x5]OF[0xd9][0xae]+[0xc]S i[0xed][0x95]>[0xab]aj[0xb2]u[0x1c][0xc9][0xd8][0xbd]T[0x9b][/[0xb9]8[0x96][0xc3]nk{[0xd5]d[0xdb][0x9c]D[0xb6]w[0xde][0xca][0x9c]v[0x9e][0x8b]R[0xe1][0xf4]g[0xaf]Cm[0x96]uHK[0xa4]K[0xd5]|9[0xd5][0x17][0x9]U8k[0x9e]WH.[0xca][0x95][0x84][0xc4][0xb][0xf9][0xcc][0x90]6[0xe9][0xba]2[0xd6][0x90][0xd4]"lm[0x16][0xfa][0x5]L[0xa7][0x9][0x12][0xd7][0xf9]'0[0x11]y[0xe5][0xb8][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x97]`[0xd6]D[0x12][0xe9]Q[0xcb][0x12]l[0x8c]E"j[0xc8][0xd0]p[0xc8]g[0x17]/[0xb][0xd9][0xd6][0xf6][0xc0][0xe2]U$[0x98]-[0xfc][0xa1][0x9e][\r][0x88][0xf5]b[0xdf][0xf5][0xe2][0x8a]r[0xee][0xad]5[0xee][0xec][0x1f]F[0x96]][0xd1]E[0xa2][0x8a][0xba]l[0xc6]'[0xb4][0xd0]F[0xe4][0x97]g[0x97][0xc4][0xd8][0xb]35[0xb1]Jn[0xbd][0xc6][0xb][0x17][0x8e](q<[0x92][0xb2]6[0x9c][0xe3][0x8d][0xe5][0x8f][0x8a][0xd9][0x97][0xbd]SE[0xc4][0x1c][0xe2][0x9a]j[0x9d]91-[0xca]F[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xb4]@[0xc6][0xb2]G[0x81])[0xc3][0xe9][0xaf]t[0xdd][0xc8]`[0xdb][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]K1BC[0x93]o[0xf][0xa7]I[0xbe][0xdb][0x83][0xe3]Nq8[0xb5]n1y)[0xb1]M[0xc0]$[0x9a][0xb4][0xc1]A[0x9][0xba][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]a2Dg`p[0xb2][0xdf]&[0xf1]P[0x92][0x88]%[0xf5][0x10][0x1e][0xa1]s'[0x13]@;C[0xd1][0xc3]*[0xb6]e[0xb9][0x19]R[0x87][0x8a]_[0xad][0xd4][0xd6][0x8][0x2][0xeb]U"I[0xa1][0xe3]4[0x91]&H[0xdc]T[0x10]L[0x10]S[0xc0][0xbe]U1[0x9a]Y[0x87][0xce][0x9][0xdd]]n[0x18]3L[0x1f][0xd6][0xd2][0xd9][0x13][0xbd].[0x87]][0xe6][0xe6][0xa0]V[0xcb][0xe5][0x8e][0xf4][0xc]%[0xab]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12],[0xcf]m[[0xd8]-_[0x19][0x1e][0x82][0xfd][0x4][0x8f][0x10][0x1c]$8Dp[0x98][0xe0][0x8].[0xe0]>[0xfc][0xe7]f[0xdf]J[0xf]|/[0xc3][0xf][0xf0]#[0xbe][0x8][0xd0][0x8b]Z[0x9][0xa6]g[0x14][0x1c]g[0x0]?[0xe9]%[0x98][0xe7][0xbe][0xb3][0xc6]5s[0xca][0xe8][0xb1]Q[0x8d][\r][o[0xdc][0xfe][0x98]1wy[0xeb][0xa0][0xcb][0x83][0xb9][0x1a]Xr][0x8d]G[0x14][0x1a]UM[0xce][0xf5]k[0x1c]R[0xf4][0x1e]uw[0x12][0xd7]X[\r]N[0xf4]^[0xb0][0xba][0xb8][0x1a]~[0xfc]'[0x9c][0xfe][0x16]C[0x1][0xad][0x16]Hp=~[0xbb][0x1][0x9f][0x12]>[0x8b][0xab][0xcf][0x82]t[0x1a]?[0x14][0xc0]r[0xc4]2|[0x2]l[0x80]"[0xd8][0x8]+[0xf0][0x93]l[0x1a]A[0x0]V[0xe2][0xb3][0x94]V[0xd8][0x12][0xa8]CK[0xfa][0xcd]{[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaa]SPx[0xca][0xd6](a[0xef][[0x1c]|/[0xba][e[0xf1]W[0x8b][0xf9]E<[0xab][0x8b]#[0xac]a|[0xec]+1[0xbf][0x98][0xe7][0xef]t[0xf1][0xd7]C[0xd0][0xe2][0xd7][0x8b][0xf9]%<_s[0xf1]7`=[0x88][0x8f][0xdd][0x8c]V[0xc4]or[0xf3]=[0xc4]/t[0xf0][0xf7][0xbb][0xf8][0x9b][0xa0][0x1][0x9f][0x8d][0xae]7M[0xf8][0xbc][0x85]ymFe[0xdc]"be/[0xaf]|,[0xf][0xe5]VT[0xc6]}'[0xce][0xb9][0x94][0xcf][0xf9][0x84][0xb0]f[0xb8]e[0xc5][0xfc]2[0x9e]FX3[0xdc][0xed]b[0xfe][0x14][0x9e]Q[0xd8]38([0xc4]|[0x99][0xe7][0xff]"[0xec][0x19][0x9c]1[0xe2][0xca]N[0xe5]+[0xfb]{[0x1e][0x95][0xed]Fe[0x1c]\b[0xe5][0xab]x[0xe5]?[0xf3]P[0xde][0x8a][0xca]8[\r][0xad][0x9c][0x17]0[0xb][0x0][0xf]*[0xa7]`[0x1a][0x9]K[0xe][0xe1][0xbf][0x99][0xf1]6q[0x81][0xca][0xf9][0x2][0xfd][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xe][0xb8][0x93][0x15][0x8][0x7][0xae]8[0x8d][0xe9]\[0x1a]R[0x99][0x8b][0xbf][0x3][0xee][0xe2][0xd2][0xd8][0x1]w[0xdb]i[0xec]De[0x9c][0xe2][0xc2]4|\[0x1a]R[0x5]3[0xee][0x17][0xa7]Q[0xc1][0xa5]!-p[0x85][0x11][0x82][0x1][0x96][0x6][0x1e][0x14][0xe2]4f[0xf0]i[0x4]\[0xfc][0xc1][0x8c][0xd5][0x18][0x84][0xb0][0x9d][0xc6][0x10]*[0xe3][0xe9]#[0x8e]l&[0x1f]Y[0x83]Ky[0x17]DXdxp[0x9][0xcb]P[0xc9][0x97][0xa1][0x83][0x19][0xc7][0xc4][0xce][0xae][0xe6][0x9d]m[0x17][0xae]&[0x9e][0x8d]b[0xfe],[0x9e]?$[0xe4][0xe3][0xb1]j[0xf1]7`[0xd1][0xe8]8(%~M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "f[0xf3][0x2]{[0x98]@[0xa5]i[0x4][0x6]$Yn[0xa5]0[0x8a][0x9f][0xf0][0x9a]@[0x87][0xb3]8[0x94]9[0xbc][0xd2][0x1]W(c[0xb0][0x97][0xe9][0xe0][0xb9]>A([0xd7][0xf0][0x2]G[0xb9]P[0xf6][0xda][0xa1][0xec]e[0xa1][0xe0][0xed]@[0xdc][0x1c]s[0xf9][0xe6]8[0x9e][0xc7]V}[0x10][0x95][0xf1][0xca]!Nr[0x1e][0x1f][0xe3]I[0x97][0xf2][0xc3]Vs[0xe0]mE[0xc0][0x9f][0x93][0x82][0xf9]<[0xff][0x2][0xc7]?`[0xf1][0xf][0xda]|[0xb3]H[0xc4][0x9f][0x9f][0x82][0x5]<[0xff]g[0x8e][0xff][0xa8][0xc5]?$[0xe0]W[0xa5][0xe0]Z[0x9e][0xff][0x1b][0xc7][0xcc][0xe2][0x1f][0x16][0xe7][0xbf][0x90][0xe7][0xff][0xc1][0xf1][0x1f][0xb7][0xf8]G[0xc4][0xfc]E<[0xff]/[0x8e][0xff][0x4][0xe3]?[0x9]OY[0xfc][0xf5][0x18]?[0xfd]V^[0xed][[0xec][[0x92][0x82][0xeb]|U[0xbe][0xa5][0xf8][0xe0]u[0xfe]q[0xe8][0x94][0xc3][0xd3][0xd6]:<#[0xd2]Y[0xea][0xab]"[0x9d]%[0xbe][0xc5][0x99]:[0x5][0xc5].[0x9d]g[0x99][0x8e][0x4][0xcf]1[0xab][0xa3][0xff][0x3]PK[0x7][0x8][0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonArray.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96]F[0xda][0xf2]![0xca][0xf7][0x87](") AE[0xc5][0xa6][0xa2][0xd0][0x19]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x15][0x1f][0xda]a[0x1c][0xde][0x96][0x1a]k0$L>[0x1c][0xf9]W[0xce][0xe8][0x83][0xf8][0xe0][0xf8][0xec][0x8f]r[0xbc][0xbb][0x9][0xa5][0xd0][0xa6][0xf8][0xd0][0x9e][0xbb][0xf7][0x9e][0x9c]{v[0xf7]&[0xfe][0xfe][0xfc][0x5]`[\r][0xa5],[0xd2]X[0xcd][0xe2][0x11][0x1e]g[0xf0][0x4]k"z[0xaa][0xe0][0x99][0x82][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0x15][0xbc]`[0xe8]k[0x18][0xfe][0x8e][0xe7][0xd8]o[0xf][0x8f][0x8c][0xba][0xcf]0[0xa5][0x96][0xf3][0x95]#[0xfe][0x89][0xbb]>[0xd7][0x8e][0xa8][0xa0]]Tu[0x86]\D[0xdf]t]~[0xca]0[0xd9][0x91]-[0x8b][0xfa][0x85][0xf6]^p|h[0xb8]q[0xda]a[0xb5][0x85]^[0xf5]][0xd3]n[0xc4][0xd1][0xc3]*[0xd1][0xb3]D[0xdf][0xe7]V`x[0x9b][0x1e][0xc3][0x9c]J[0xd4][0xcf]\[0xb3][0xb8][0xdd][0xd0]J[0x16][0xf7]<=[0x1f]f[0x2][0xdf][0xb4][0xb4][0x8a][0xe9][0x9][0xfb][0xbd]U[0xb3]as?p[\r][0x86][0x9d]b[0xad]Ph[0xd7][0x97][0x92][0xfa]F[0x9b]\[0xb1]V[0xd3]7[0xda]4[0xc3],[0x83][0xa6][0xb6][0x14]>[0x4]v[0xdd]7Io;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ":YI[0x95][0x9c][0xf7][0xe4]b[0xa0]b[0xda]Fx[0x4]5~hQf[0xa8][0xe2][0xd4][0xb9][0xb5][0xcf]]S[0xac][0xa3]d[0xca][0xff]h[0xd2].[0xc7][0xe2][0xf];%[0xba]2Lw[0xf5][0xc1][0x90][0xf6]|[0xd7][0xe0][0xc7][0xc][0xe3]-[0xc4]0[0xa7]U%[0x10]i[0xe4][0xb2][0x85][0xd3][0x93]s[0x1b][0xf3][0xdd][0xd4][0x8b][0xb5]]=:[0x8e][0x99]8q[0xc1][0x11][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-'[0x1c][0xcd][0xd7][0xee][0xf5][0x17]rM[0xeb][0xb8][0xfb][0xe9][0xa5]a9[0x9f][0xab][0xe1]p[0xae][0xce]{7[0x7]jA-[0xb7][0xa7];2[0xd3][0xa4]V[0xb6][0xe9]mI[0x91]T[0x99][0xa1]G-K[0xcc]P~[0xcb]q,[0x83][0xdb]a[0xed]@[0xd6][0xe][0x4][0xa6]Mo/[0xb0],[0x86]w[0xed][0xfb][0xee]8[0xe5]A][0xcc][0xa9]~uC[0xb1][0x7]D[0xbe]2U'p[0xeb][0xc6][0xb6])[0xee][0xaa][0xbf]9[0x1d]+B"[0x87]i[0x14][0x14][0xe8]9[0x14][0xf1]R[0xc1]F[0xe][0xaf][0xf0]:[0x87]Ml[0x11][0xf5]r[0xf][0x1a][0x80][0xce]c[0xc6]0x[0xd5];[0xc3]D[0xbc]y[0xf1][0x81][0xc8]w[0x99][0xb3][0xd1][0x98][0x12]C[0xf2][0x98][0x9f]0[0xac][0xff][0xff][uUz[0xb2][0xad]Tr,[0x8b][0xc];.[0xbd]Gi[0xdf][0x9]7:[0xd3][0xc9]_[0x93]I:J=\0[0xac][0xaa][0xdd][0x98][0xf9][0xf6][MS[0x1f](H[0xe0][0x6]z[0xe8]s[0xdc][0x97][0xa2]1D[0x6] [0xcc]"'[0xb1][0xf][0xfd][0x12][0x7]0([0xf1]&[0x86][0xc0]p[0x8b][0xd8][0x9][0xdc][0x86]X[0xf]S4B[0xeb]/[0x84]I[0xc2][0x89][0xc5]30[0x86]7[0xcb]KgH$[0xf0][0x3][0xc9]3[0xa4][0x12][0xf8][0x8d][0x9e][0xaf]TMb[0x94][0xfe]3[0xc4][0x5][0xbe]Q[0xef][0xef][0x18][0xa3]h6|[0x12][0xe3][0xf4][0x83][0x8c]&1E[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0x9a][0xc6][0xc][0xb1][0xef]PvD>%j[0xb3][0xcd][0xda]][0xca][0x85]n[0xee][0x91][0xbb]9[0xdc][0x97].[0xe7]0/[0xf1][0x1][0x16]"T%[0xe6][0xb1][0x18][0xe1][0x92][0xc4]e[0xb1]n*<[0xc4][0x8a]D[0xed][0x1f]PK[0x7][0x8]>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonArrayBuilder.class[0x9d][0x95][0xdd]N[0x13]A[0x14][0xc7][0xff][0xb3]-m[0xa1]U>TD[0xbe][0xbf][0x94][0x82]J]A@@[0xa0][0xa5][0x92][0x14][0x1b][0xb8]@H$[0xf1]bi7[0xb0][0xd8]n[0xc9][0xb2]%x[0xe5]3[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0x81][0xd1][0xb][0xa3]&zc[0xbc][0xf0][0x1]L|[0x3][0x13]_A[0x8d]g[0xb7][0xc3][0x87][0xd0][0xb2][0xa7]@2g[0xda]9[0xe7][0xb7]3[0xd3][0xf3][0xcb]~[0xfb][0xfb][0xe1][0x13][0x80]Q$[0x83][0x98][0xa8][0x83][0xc0][0xfd]ZLb*[0x8c][0x0][0xa6][0x9d][0xe1]A[0x10]3A[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xb4]l[0x96]V[0xa3][0xe9]m[0xed][0x99]f[0xd9]Zl{[0xb7]`[0xc6][0x16]iX[0xd3]rE}j[0xf0][0xf4]B[0xdc][0xb2][0xb4][0xe7][0x89][0xa2][0x91][0xcb][0xea][0xd6][0x94][0xc0][0x88]S[0xbb][0xa7][0xc5]r[0x9a][0xb9][0x19][[0xb1]-[0xc3][0xdc]dT[0x8d][0xcb][0xaa][0xbc]fo[0xc5][0x12][0xc6]fR[0xcf][0x18]y-w[0x8e][0xca][0x94]i[0xeb][0x9b][0xb4][0xe2]][0xd9][0x1b]Mq[0x92][0x16]9IIN[0xd2][0xba]wR[0x90][0xee][0xa9][0x98][0xcb][0x9][0xf4]D[0xbd][0xb3][0xe3]e~[0xa7][0xe5][0x8d]m=c[0x1f][0xe4]x3[0xe6][0xca]0[0xfe]K[0xf1]F[0x4]h[0xd3]qg[0xcf][0xfe][0xf9]BV[0x17][0xa8]O[0x1b][0xa6][0xbe]T[0xcc]o[0xe8][0xd6]cm#G[0xdf]4[0xa5][0xb][0x19]-[0xb7][0xa6]Y[0x86][0xf3]Y~[0xe9][0xb7][0xb7][0x8c]][0x81].[0xef]K[0xd9](M[0x5]&[0xa3][0xa9][0xf3]wf[0x8d]af[0xf5]}[0x1][0x91][0xa2][0xf9][0x9e]S$[0xd0]R[0x9]'0[0xea]>[0xab][0xea]Nn:]$0q[0xc0][0xaa][0xbe][0xbf][0x9b][0xcb][0x17][0x96]a[0xf2];[0xbf][0xb9]|[0xa1]@_4[0xc5]p[0x82][0xb2][0x18]R[0x88]E7[0x93]a[0x86]H[0xba][0x99][0xc]=[0xc4][0xba]@[0xa2]\[0xf]T[0xdb][0xf5][0xdd]^[0x8]G[0xae]2[0xcf][0xa9][0xd2][0xc][0xdf][0xae]nS[0xff][0xd2]X[0x92]:`[0xe9][0xf9][0xc2][0x1e][0xf5]][0x8d][0xdb][0xd2][0x2][0xad][0x15]-[0xa7][0xea][0xba][0x95]B[0xd1][0xca][0xe8][0xb][0x86]c[0xcb][0x95][0x93][0xf8]a[0xe7]7[0x14][0x18]8j[0xb7]Us[0xb7][0xb8][0xb3]S[0xb0]l=[0xbb][0xbc][0xa3][[0x9a]m[0x14][0xcc][0x87][0xfb][0x19]}[0xc7][0x99]D0[0x87]x[0x10][0x89][0x8][0xe6][0xd1][0x1d]A[0x8][0xed][0x11][0xa8]h[0x17][0xe8]8[0xf3][0x10][0x2][\r]G[0xf](][0x11][0x1d]c[0xda]0[\r]{[0x86][0xce][0x17][0x1d]\[0xa3]v*[0xef][0x10][0x19][0xbe][0xb4][0x9a]N[0x7]([0x1f]A8[0xfd]~A[0xf][0xae][0x5][0xdc]X'cX[0xc6][0x88][0x8c][0x17]d[0xbc](c[0xbd][0x8c][\r]nlD[0x93][0xfc]|I[0xc6][0xcb]D[0xa6][0xfb][0xa1]H[[0xa1][0xf9]4[0x14][0xfa][0x7]B[0x1f]![0x9e][0xbc][0x83][0xf2][0x99][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xd2][0x18][0xa0][0xc][0xe0][0xb]Zhl.[0xe5][0xe0][0x1a]Z[0xdd][0xbd][0x85][0xd0]F3j1[0xe7]j$i[0x81]r|g[0x90][0xbe][0xbb][0xa4][0xee]R[0xce]1R[0x7]:[0xdd][0xf5][0x10][0xba]hUq[0x99]=L[0xe6]O[0x6][0xb3]W2[0xfb][0x98][0xcc][0xdf][0xc]f[0xbf]d^[0xe7]1E[0x3][0x83]yC2[0x7][0x98][0xcc]>[0x6][0xb3]S2[0xa3][0xc7][0x98][0xfe]3[0x98]c[0xc][0xe6][0xa0]d[0xe]1[0x99][0x8f][0x18][0xcc][0x9b][0x92]y[0x8b]y[0xf6][0xa7][0xc][0xe6]m[0x97][0xd9]H[0x86][0x94][0x98][0xb3][0x94][0xed]tqx[0xa8][0xed][\r]|[0xef][0xe1][0xf7][0xe1][0xf5][0x9]l[0xfe]X[0xb3][0x87][0xf][0xb1]a[0x89]u68[0xcc][0xdc][0xe0][0xb][0xcf][\r][0xb6]!&[0xf]}[0x87][0xc9]|[0xc9]`[0xb6][0xba]L[0x95]+[0xa5]x[0xc5][0x96]R[0xe5]J)[0xde][0xb2][0xa5]T[0xb9]R[0x8a][0xaf]l)U[0xb6][0x94]?[0xd8]R[0xaa]l)[0xb1][0xa5]T[0xd9]R[0xfe]aK[0xa9]r[0xa5]T[0x1a][0xd9]R[0xaa]\)[0x95]^[0xb6][0x94]w+JYsJJE[0xf5][0x90]R[0xe5]J[0xa9]$[0xd8]R[0xaa]\)[0x95][0x15][0xb6][0x94]#[0x87][0x87][0xf6]x[0xe7]*[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]\[0x97]Io[0xf1]Q[0xdc][0x83][0xf3][0x16][0x1f]s[0xeb][0xc6][0xff][0x1]PK[0x7][0x8][0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]jakarta/json/JsonBuilderFactory.class[0x9d]S]o[0x12]A[0x14]=C[0x11](bi[0xa9][0xf4][0xc3][0xaa][0x95][0xaa]-[0xf4]Ab[0xa2]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0xa2][0xc4][0x1a][\r][0xb6][0xf][0xb4]5>[0xe][0xcb][0x88][0x83][0xeb][0xee]f[0x98]U[0xf9]e&[0x9a][0xe8][0xbb]?[0xca][0xf4][0xce]B[0x91][0x8f][0xdd]t[0xe3]n2{[0xe7][0xde]s[0xcf]=3[0xf7][0xee][0x9f][0xbf]?~[0x1]x[0x84][0xfd]4[0xee]e[0xc1]p?[0x8d][0xdd]4[0xf6][0x18]V-%[0xb8][0x16][0xc7][0xed][0x9e][0xb0][0xf4][0xb]_[0xda][0x1d][0xa1][0x18]v[0xca][0x95]f[0x8f][0xe2]J[0xf3]j[0xaf][0xef]:[0xd5]7[0xb4]Laj[0xc][0xb5]r[0x14][0xa6][0x16]#;[0xd9]p;[0x82]![0xdf][0x94][0x8e]8[0xf2]?[0xb7][0x85]:[0xe1]m[0x9b]<[0x85][0xa6]kq[0xfb][0x8c]+i[0xf6]#gR[0x94]}[0x86][0xd2]<[0xef][0x88][0xf1][0x90][[0xda]U[0x3]"N[0xb9]A%[0x86][0xcd]Hy[0xc][0xf][0x8d][0xf6]/[0xbc][0xea]kiW[0xdf]r/[0x8e][0xe2][0xfc]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xda][0xb4][0xd4][0x81]w![0xf7][0xf1]4[0xb4]>[0xdc][0xda][0xdc][0xe9]V[ZI[0xa7][[0x9b][0xf0][0x8c]D[0x1d][0x10][0xe1]bKv[0x1d][0xae]}E[0x1c][0xef][0xca][0xff]E[0x12][0xe3] [0x85]a[0xcf][0x9f]+[0xc5][0x7][0xe3][0x96][0x97][0xc2]Z>[0x9][0xa1][0xc4][0xa7]![0x1d][0xf] aUgr[0xaf]p[0xb3]g[0xd8][0x88][0xa2]`x2y[0xe2][0x86]k[0xdb][0xa4]Z[0xba]N[0xc][0xf2][0xac]5F[0x9b][0xae][0x84][0xb2][0xc][0x7]b>P[0xdf]77[0xff],[0xbc][0xb6][0x9]^^~[0xa9]+t[0xc3]u>[0xc8][0xee]k[0xe7][0xb4]O[0xbd][[0x9].szXvg}![\r][\r][0xa4]d[[0xae][0xaf],q([0xcd]$[0xad][0xcf][0xcf][0xf8][0x3][0x93][0xc6][0xb0][0xf7]/[0xfb][0xd4][0xe9][0xfb][0x9e][0xe7]*-:[0xc7][0x9e]P[0xdc]([0xf9][0xcd][0x12][0x9e]1r([0xa3][0xc2][0xb0]}[0xc9][0x9f][0xc3][0xb0]<;M[0xf4]/[0xd5][0xa5]#[0xf5][0x1][0xc3]B[0xb9]r[0x96][0xa2][0xf][0x92]0O:I[\r]E[0x8a],[0xf3]M[0xd3][0x9a]![0xbb][0x8e][0x4][0xbd]@[0xe6]'[0xd8][0xfb][0xef]H[0xfc]&;[0x81]EZS[0x84][0x0]^!K[0xeb][0xda][0x10][0x83][0xab][0xc8][0x5]\[0x19]\[0xc3][0x12][0xc5][\r]S[0x9e]b[0x86][0xe9]([0x84]ia[0x82][0xe9]$[0x92]i[0x99][0xe2]+d[0xe7][0x2][0x9c][0xf1][0x14][0xc8]Z[\r][0x94]\'[0xd5]E[0xca]2[0xaa][0x8b]X[0x8f][0xa9]ZF[0xd4][0xda][0xc0]f[0xa0][0xba][0x88][0x1b]1U[0x8d]`[0xda][0xc2][0xcd][0x19][0xd5][[0xb8]5V}[0x9b]To[0xe3][0xce]x_"k'[0xb0][0xee][0x9e][0x3]PK[0x7][0x8]yc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonException.classu[0x90][0xcb]N[0x2]1[0x14][0x86][0xff][0xe][0xc3][0x8c]"[0x82][0xa2]`b\x[0xd9][0xe8]`[0x9c][0x85][0xec]0l[0x8c]&[0x1a][0xe2]B[0x8][0xfb]26P[0x1c]:f.[0xea]k[0xb9]"q[0xe1][0x3][0xf8]P[0xc6][0xd3][0x82][0xc4][0xb]v[0xf1][0xb7][0xe7][0xf6][0x9d]?}[0xff]x}[0x3][0xd0][0xc0]V[0x1]66[0xb4]l[0xba][0xa8][0xba][0xa8]18gR[0xc9][0xb4][0xc5]P=l[0x8f][0xf8]#[0xf7]C[0xae][0x6]~'[0x8d][0xa5][0x1a]4[0x8f]z[0xc][0xf6]yt'[0x18][0xca]m[0xa9][0xc4]M6[0xee][0x8b][0xb8][0xcb][0xfb]!e*[0xed]([0xe0]a[0x8f][0xc7]R[0xc7][0xb3][0xa4][0x9d][0xe]e[0xc2][0xb0]C[0xac]{[0x1e][0xa7][0xdc][0x1f]%[0x91][0xf2][0xaf]I.[0x9e][0x3][0xf1][0x90][0xca]H5[0x19][0xdc][0xb1]H[0x12]>0[0x90]?K[0x19][0xbc][0x5]V[0xbe]e[0xba][0xc3]8z[0xd2][0xeb][0x8c][0xbf]|[0xc0][0xb3][0x84]H[0xd5][0x85][0x1d][0xc][0x85]N[0x94][0xc5][0x81][0xb8][0x94][0xc6][0xf3][0xf]''z[0xa2][0x88]<[0x1c]-%[0x86][0xed][0xff]][0x9b][0xe2][0x17][0xff]6S[0xa9][0x1c][0x8b]y[0x11]{[0xc8][0xd1][0xa7][0xea]c[0x81]i [0xa9]KQ[0x8b]b[0x8b]n[0xc7][0xab]O[0xc0]^L}[0x89][0xb4]`[0xb2][0xfb][0xd4]y[0x80]ez[0xd5][0xa6]][0x94]_1[0x14][0x7]E[0xac][0x12]C[0xb3]J3[0xd6][0x15][0xed][0xc8][0xd1][0xed]z[0xf5][0xe3][0x9][0xac][0xdf][0xb0]S[0x1a]j[0x18][0xd8][0xee][0xb4]m[0xe]sg0[0xfd]*c[0xcd]X\7[0xd3][0x95]OPK[0x7][0x8][0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]jakarta/json/JsonMergePatch.class;[0xf5]o[0xd7]>[0x6][0x6][0x6][0x13][0x6]nv[0x6]Nv[0x6].F[0x6][0xd6][0xc4][0x82][0x82][0x9c]JF[0x6]#[\r][0x9f][0xac][0xc4][0xec][0xc4][0xa2][0x92]D[0xfd][0xac][0xe2][0xfc]<}/ [0x11][0x96][0x98]S[0x9a]j[0xad][0x89]K[0x82][0x91][0x81][0xbb]$[0x1f][0xce]ed[0x90][0xd2][0xc0][0xa3][0x94]+8[0xbf][0xb4](9[0xd5]-3[0x7][0xa8]R[0x18]$[0xe3][0x9b]Z[0x94][0x9e][0x1a][0x90]X[0x92][0x9c][0xa1][0x97][0x95]X[0x96][0xc8][0xc8] [0x8d][0xa1][0x19][0xa1][0x84][0x91]A[0x0][0xa4]H?'1/][0xdf]?)+5[0xb9][0x84][0x8d][0x91][0x81][0x91][0x81][0x89][0x1][0x4][0x98]X[0x18][0x19][0x98][0x19]X[0x18][0x18][0x80]4+[0x3][0x1b]P[0x84][0x91][0x81][0x1d]$[0xce][0xc0][0x1][0x0]PK[0x7][0x8]'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonNumber.classuR[0xcb]n[0x13]1[0x14]=[0xe]i&[0xcf][0xa6][0xb4][0xa1][0xf][0xca][0xa3][0xd0]B[0x93].[0x18][0x9][0xb1]+b[0xd1][0x7]R[0xab][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95][0xe8][0xce][0x99]X[0x13][0x87][0x89][0x1d]f_W&[0xdf][0x9a]JG[0xbd][0xe9][0x2][0xad];a[0xc4]U[0xe8][0xb2]%[0x12][0x15][0xf]u[0x9f][0xaa][0xcd][0xae]T"'?s[0x9a][0xca][0xb0][0xdc][0xd5]A6%[0x96][0xd9][0xd9][0x91]E3[0x90][0x9][0xc3][0x6]9}[0xe3][0xb1][0xe1][0xfe]0[0xd1][0xca]?[0xa5]05,[0x1b]}nb[0xa9][0xc2][0xf9][0x91]9K[0x8a][0x92][0xf8][0x9e][0xf2][0x88]l[0x1e][0xb5][0xff])[0x9f][0xf5][0x86]"0[0xfb][0xf6][0x5][0x6]<[0x19][0xe4]{U[0xcf]u[0x1a][0x7][0xe2][0xa3][0xcc][0xa6]7g[0x83][0xde]d[0x8d][0xc][0xbb][0xb3][0xfe]/*I[0xc7]c[0x1d][0x1b][0xd1]?[0x1b][0x8b][0x98][0x1b][0xa9][0xd5][0xf1]$[0x10][0xe3],[0xa9][0xa3][0x8d][0xe][0xc3][0xda]=k3,[0xcd]/[0xc2][0xb0][0xfa][0x9f][0xd8][0xdd]d[0xe9][0xbd]T[0xd2]|[0xb0]orQ"@[0x91]~[0xd5][0x2][0xfd][0xb1]F[0x91][0xaa][0xf0][0x0][0xc2]2*[0x16][0xab][0xe]k[0xa8][l8\D[0xd3][0xe2][0x92][0xc3][0x87]X[0xb6][0xb8][0x82][0x16]9[0xd1][0xe5]`[0x95][0xe2][0x1a][0xe5]oQ[0xa0][0xc]([0xdf][0x80]}[0xfd][0x81][0xc2]/[0xca][0xb]X[0xa7]X[0xb2][0xfc]56([0xd6]s[\r][0x1e]c[0xd3][0xfa]<[0xc1]S[0x8b][0xcf][0xf0][0xdc][0xe2]V[0xb6][0x7]i^[0xd8][0xee][0x97][0x1]PK[0x7][0x8]=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonObject.class[0x8d][0x92]MK[0xc3]@[0x10][0x86][0xdf][0xd5][0x9a][0xd8]/[?[0xda]j[0xfd][0xba][0x89][0x82][0x9a][0x8b][0x7][0xa1]"[0xe8]A[0xa8]h=[0x14]<[0xf4][0xb6]-KH][0x13][0xd9]f[0x5][0xff][0x9a][0x7][0x80]?J[0x9c]lW[0xad]%[0x81][0x10][0xc8]Kf[0xde]ggv2[0x9f]_[0xef][0x1f][0x0][0xce][0xb0][0xef]b[0xdb][0xc5][0x8e][0x8b]][0x17]{[0xc][0x15]_[0xc4][0xb7][0x93]([0xbc]R[0x8a][0xbf]1[0x1c][0x1f][0xde][0x8d][0xf9]+[0xf7]$[0xf]}[0xaf][0x1f][0xab] [0xf4];G[0x14]z[0xe2]*[0xe6][0xde][0x98][0x8c][0xde][0xaf][0xbb][0xc3]P[0xb5][0xf4][0xc3]p,F1[0xc3]I>|j[0x9f][0xe1]{[0xfa]y(Tn~j[0x9f][0xe1][0xa7][0xd6][0xdc][0xbc][0xcd]0[0x14][0x89][0xff]a[0xf]2[0xd8][0xb9][0x10][0xc3]y[0x8a]1'[0xea]P[0xbd]nH[0x83]j[0xa4][0x15][0xeb]24S[0xe2][0xdd]$Q"[0xf2]:[0x8a][0xa4][0xe0]a[0x6]=H[0xa7][0x7]I[0xc2][0x9]&=-%][0xb8][0x1f][0xf8]![0x8f][0xb5][0x12][0xc][0xc1][0x8c][0xd9][0xfe][0x91][0xd4]Q[0xe9]Q[0xe2][0xb7]W[0xd4]q [0xbd]{[0xfe]r[0x91]:[0x83]9[0xf8][0x91]K-:[0x97]t[0xf1]R?[0xd2]j$n[0x2]I[0x85]k;p[0x9a][0x9c][0xc2][0xd0][0xca]X[0x11][0x86][0xfa]|[0x8f][0xc][0xed][0xec]&i#[0xfe]u[0xe9]00,[0xd0][0xb3][0x88][0x2]m[0xb9][0xc0][0xb0][0x4][0x7] u[0xb1]l[0xb4][0x88][0x92][0xd1]2*F[0xab]X[0xb1]Z3Z[0xc7][0xaa][0xd5]5[0xa3][0xeb][0xd8][0xb0][0xda]0[0xda]L[0xbe][0xa9]B[0xcb][0xbc]7[0xb1]e[0xb4][0xfd][\r]PK[0x7][0x8][0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonObjectBuilder.class[0xad][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][j[0xaf]V, [0x82]?P[0x4]E)/[0xde][0xb]>[0x95][0x90]P[0x91][0x84][0xa6][0x81][0x87]b[0x13]y[0xdb][0xde]m[0xca][0xd6][0xbb][0xbd]f[0xbb]G[0xf4]/3[0xd1][0x4][0xdf][0xfd][0xa3][0xc]s[0xd7]M[0x88][0xb6]5k[0xc3]m[0xb2][0xdf][0xb9][0xd9][0x99][0xcf][0xce][0xec]m[0xee][0xd7][0xef][0xef]W[0x0]v[0xb1][0xed]a[0xb3][0x2][0x86][0x97][0x1e]^y[0xd8]b[0x98][0xe3]a[0xc8][0xd0][0xaa][0xb5][0xfa][0xfc][0x92][0xfb][0x11]W=[0xbf]m[0xb4]T[0xbd]:y>sm[0xb8][0xdf][0x1f]&[0xca]o[0xd2][0xd4][0xe1]Q*[0xea];[0xe3][0xb][0xa7][0xdd][0xbe][0x8]L#[0x95]Q(t[0x9d][0xe1]h2[0xee]/[0x8f][0x3][0xa8]9[0x15][0x14]ss[0xe1]7d[0xef]X[0x19][0xd1][0xa3][0xd8][[0x81][0x1d][0x8a]@[0xc6][0xf9]8[0xa1][0x9][0xb8][0xb1]y[0xae][0xe0][0x7][0xba]Ya[0xa9][0xe][0x87]F[0xce]uA[0x8c][0xdb]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde][0x96],X[0xc6]J[0xa5][0xb8]e8[0xeb][0xfa][0x96]I'[0x12]GJm[0xb][0xf8]$[0xf4]vf#[0xe7][0xc1]V[0x93]vV7[0xd3][0xba]S`[0x90]u\[0xd1][0xe2][0xd5][0xfa]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xc1][0x9d][0x13][0x10]j[0x82][0xbe][0xd8]$`[0x9a][0xae][0xba];[0x5]*[0xcd][0xaf][0x15][0xf2][0x96][0xee]V[0x1c][0x82][0xe9]l[0x96][0x1b][0xb9]^[0xe][0x8d]4k[0xe7][0xa5]m[0xc7].[0xa6]N[0xf7][0xbd][0xc5].[0xd1]04W[0xcf][0xee]-[0xeb][0xa5]z[0x96][0xf2]L[0xd6][0xac]'[0xe8][0x9]1[0xc0][0xc9][0x13]p[0x9][0xab]R[0x9c]y[0x3][0xe6](`@[0xb3]+N[0xd6][0xb8]_`[0xa0][0xad][\r][0xaf]q[0x6][0xa6][0xe0][0x16][0xdb][0xfe][0x9][0x5][0xbb][0xd8][0x93]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xbe][0xf]S[0xc1]m[0x14][0x15]L[0x83][0xa4](>T[0xf0][0x11]&[0x99][0x14][0x93]`+(a_@[0xef][[0x18][0x89]o[0xb3]F[0xa9][0xb6][0xcf]W[0xce][0xf6][0xe4]^[0xa5]`[0xe6][0xc][0x87]A[0xd2][0x82][0xce]/[0x9a][0xa6][0x91][0xd7][0xcd] [0x9f]}p[0xdb]v[0x82][0xee][0x8e][0x11]<[0xb5][0xa8]A{[0x9b][0x1f].i[0xa9][0x95]`[0x89][0xa5][0xf7][0xbf]}*[0xa8][0xc0]AY[0x81][0x8b][0x18][0x83][0xbc]K[0xdd][0xd3]s9&[0xce]([0xb8][0x89][0x11][0x9a][0xbb]c[0x14][0xed][0x3]CA[0x98]i[0x92]c[0x94]L=Kj[0x84][0xa9]b[0xcd]4[0xca][0xe5][0xac]][0xfa]N[0xc1][0x18][0x97]][0xa3][0xec]*[0x18]gr[0xeb][0xe9]9[0x8][0xf0]fM[0xdb]2[0xce][0x8e]<[0xb5][0xb5]kd][0x9a]@W[0xf3][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xf8][0xe4][0xea][0xf0]'>[0xdd]|[0xcf]O[0x86]c[0x80][0xcd][0x16][0x96][0xad]H[0xfb][0xd9]c:2[0xf6]+[0xba]Y^[0xcc][[0xb6]c[0xc4][0xf5][0xf2][0xbb]6v[0x83][0x1a][0xa3][0x97]J[0x86][0x95][0x13]0[0xf6][0x8e][0xe7][0xd6]tp[0x94][0x8f][0xec][0xda][0xb5][0xa3][0xd8]-[0xfa][0x92][\r][0xd3][0x17]V[0x8e][0xf5][0xb0]f[0x3][0xc4][0xc3]u[0x1e][0xa9][0xf3][0xd1]:[0x1f][0xab][0xf3]q[0xc6][0xa1][0xb2]m[0x2][0xda]{[0xd9]J[0x92][0xee][0x83][0x9f][0xad][0x16][0xa8]K[0xa4][\r][0x12]g[0xbf]@[0x15][0xc2]!Z^[0xc1][0xf3][0x94]4[0xfa]0pOf[0xbb]C[0xfe][0xb7][0x89][0xd6][0xfc]'[0xd1][0xc2]O[0x3][0xaa][0x18]~[0x1][0xef]+[0x88][0xcc][0xbf][0xe5][0x94][0xff][0xa7]D[0x95][0x9a][0x17][0xa6]Xl[0xb2][0xd3][0x96][0x10]e[0x8][0xf][0xe0][0xa1]Z[0xc8]#[0x1c][0xe9];[0x82]/<[0xf6][0x1b][0xa4]g[\r][0x8c]V[0xb2][0x2][0x1b][0x84][0xb5]I[0x1]O8V[0x17][0xd9][0x18][0xe2],[0xaf][0x87]I[0xac]"[0xf][0xe6][0xf8][0xad][0xbb][0x14][0x89]^I=[0xbf](q[0x16][0xd9][0x1b][0xfe][0x15][0xd2][0xd9][0xd4]r'R[0xf3][0xd6][0xe1][0xfc][0x98]o[0x14][0xf7][0x13]%[0xe6]%[0x1e][0x1]9[0x19]y9[0xeb][0x99][0xeb][0xef][0xfb][0x19][0xfd][0x91][0xfe][0x89])[0xb1]G<[0x84]?|[0x88][0xc0][0x8f][0xf0][0xf5][0x88]O[0xbf][0xf7][0x8][0xbf][0xfc][0xfb][0xf7]1.d[0x8e][0xa1]d[0x8e]pQm=D[0x1b][0xd9][0xdb][0xe][0xd1]~[0x84]K[0x12][0x8c][0x87][0x87][0xee][0xe2][0x90]6:[0xe8][\r]_[0xc3]>u[0xdc]F[0x88]^[0xd1][0x9b][0xca]:[0xd0][0x86]{[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb]I[0xbc]6+[0xe2][0xbc][0x13][0xaf][0xe1][0x97][0xe0][0x11][0x84][0xee][0x8]C[0xc6][0x2][0x12][0xf5]D[0x8f]8&[0xf0][0xc3]1[0xc4][0x8c][0xaa]z[0xd4][0x8e]#\~[0x8e]N[0xae]v[0x89][0xea][0x15][0xae]vs[0xb5][0xc7][0xab][0xf6]r[0xf5]*W[0xfb]|j?W[0x7][0xb8]zMR[0x83]\[0xbd][0xce][0xd5]AY[0xbd][0xc1][0xd5][0xa1]v[0xdf][0x1f]t[0xe0][0xa9][0xa2]S[0xcb][0x88]Utk[0x19]o[0x15]W[0xb5][0x8c][0xaf][0x8a][0x1]-#Uq][0xcb][0xc8]U[0xc]i[0xcf]![0xc5]@n_[0x1c]'[0x12][0xfd][0x87][0x8b]_PK[0x7][0x8]*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonPatchBuilder.class[0x9d][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xad]i[0xa2][0xd1]j[0xfd][0xdb][0x8][0xee][0xeb][0xc6],[0xec].;A[0xc1][0x1f]P([0xb8]p7[0x9d][0xc]5qL[0xca]tR[0xe8][0xab][0xb9][0xf0][0x1]|([0xf1]&[0x1d][0x14]j4[0xe0],[0xe6]c[0xee][0x9c]s[0xe6][0xc0][0xbc][0xbc][0xbe][0x1][0x18][0xe2] [0xc0]^[0x80]}[0xc2][0x9a]H[0x12][0xc2][0xcd][0xe0]6[0x13]s[0x11]i[0x91]O[0xa2][0x91]5i>[0x89]y[0xf2],[0x8c][0x15]Q6+[0xf2][0xe8][0x9a][0xb7][0x7][0xa1]K[0x15][0x9f][0xfc][0xbc][0xb8][0x17]V>[0x9d][0x97][0xa9]N[0x94][0x89][0x9][0x17][0xcd]i+[0x93][0xf6][0x9c]aC[0xce][0xd5][0xff]l[0x8f][0xed]6[0xdf][0xa8][0x97]b[0xae][0x8]g[\r][0xfe]v{`[0xd4]T[0xb][0xc9]~o[0x19][0xe3][0xc9]b[0xba]`X5[0xb3][0x84][0xee][0xb8]R[0x12][0x8e][0x6][0xbf]EqF8*J#[0xd5]e[0xaa][0xd9][0xb8][0xfa][0xc8]i[0xd5][0x8a]p[0xfc]g[0x13]B[0xff][0xbb][0xfc][0xdd]8S[0xd2][0xfa][0x4]B[0x7][0xd5][0xea]{[0xfc][0xe3][0xf0][0x80][0x9a]]G[0xdf]1[0xa8][0xb9][0x8e][0x8d][0x9a][0xa1][0xd3][0x85]N[0x17]:][0xe8]t[0x9b]n[0xbe][0xe5][0xd8]s[0xfa][0xde][0xd7][0xd9]w\[0xea][0xb7][0xb1][0xc3][\r][0xb8][0x1f][0xef][0x1d][0xec]~[0x2]PK[0x7][0x8][0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/JsonPointer.class[0x95]R[0xb1]N[0xc3]0[0x14][0xbc]WJ[0xd2][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x5][0x8a][0xc4][0xc6][0x9a].dA[0xc])Bba@H [0x12]1[0xb0][0x19][0xd7][0x8a][0x12][0x82][0x8d]\[0xa7][0x1f][0xc7][0xc0][0x7][0xf0]Q[0x88][0x97][0xa4][0x2][0x89][0x8a][0x0][0x1e]l[0x9d][0xef][0xde][0xdd]Y[0xf2][0xdb][0xfb][0xcb]+[0x80]c[0xec][0xfb][0xd8][0xf3]1&[0xac][0x89][0xd9][0x8c]p[0x1b]\[0xe5][0xe2]QX'[0xc2]|ntx[0xc9][[0xec]l)]i[0xd5]t[0x95][0xbb][0x13]E[0xa9][0xa6][0x93][0xb6]!B?[0xce]R-*@8?M[0xa2][0xa8]M~[0x16]$[0xc9][0xcf]A[0xcc][0x11]<[0xab][0x9e][0xcc][0x82][0xcd][0xa2][0xd6][0xb6][0xbf][0xb4][0x9a][0xfc][0xa9]I[0x93][0xe8][[0xf5]\[0x8][0xc9][0x91]Ci[0xb4][0x13][0x99][0x9e][0xd7][0x85][0x8][0x87][0xed][0x15][0xee][0x9][0xbd]T[0xb9][0xa5][0xf8][0xe4][0xbf]}[0x9b]W[0xb3][0x87]3[0xac][0xcb]tJ[0x18][0x7][0x95]n![0xc2]B[0xe8]4lnY1[0x88]Mi[0xa5][0xba][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce][0x19]U[0xb3]7&[0xd3]N[0xd9][0xa3]JL8X[0xf1]^[0xf2][0xac][0xfe][0xb2][0xbb]~[0xc8][0x95]t[0x1e][0x81][0xd0]A[0xb5][0xbc].[0xff][0xc]t[0x19][0xaf]3[0xea][0xd4][0xd8]G[0xef][0x13][0xf7][0x19][0xf][0xbe][0xf1][0x1b][0xd8][0x4][0xf8][0x1c]b[0xab]>[0xb7]1b[0x8e][0xb0]S+v?[0x0]PK[0x7][0x8][0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonReader.classu[0x91]MO[0x2]1[0x10][0x86][0xdf][0xe2][0xc2][0x2][0xa2]|[0x88]"[0xf8]q[0x15].nb[0xbc]iL[0xc][0xd1][0x83]![0x92][0x88][0x92]x,K[0xa3]][0xd7][0xed][0xa6][0xbb]k[0xf0][0x97][0x99]h[0xa2]w[0x94]q[0xb6]H8[0x8][0x97][0x99][0xe9];O[0xdf]N[0xdb][0xef][0x9f][0xf7]O[0x0][0xc7][0xd8][0xb3][0xd1]([0x82]a[0xdb]F[0xd3]F[0xcb][0xc6][0xe][0x83][0xa5][0x5][0x1f]3[0xec][0xb7];=[0x8f]?q[0x1d]s[0xc7][0x8b]T[0xe0]\Q[0x18][0xc4]:q[0xe3]D[0x8b][0x13][0x86]b[0xca][0xf5]G[0x9e]pc[0x86][0x9d]E[0xf4][0xb4]Ih!E[0xcf][0xb5][0xe6][0xaf][0xc][0xad]E[0xa4][0xe9][0xcd][0xc0]![0xf7][0x13][0xb1][0x4]4=[0x2][0xad][0xae][0x1a][0x13]S[0xee][0xc9]@\'[0xcf]#[0xa1]o[0xf9][0xc8]'[0xa5][0xd6]S.[0xf7][0x87]\[0xcb]t[0xfd]'Z[0xf1][0xa3][0x8c][0x18][0x9a][0xff][0xfd]n[0xe8]<[0xa1][0xc9]0[0xeb][0xfa]*"t[0xa5][0xdd][0x19][0xd2][0xdd][0x6]*[0xd1][0xae][0xb8][0x94][0xe9][0xee][0xf2][0x1c]<[0xf4][0xf8][0xb]g8H[0x93][0xe3][0xf3][0xe0][0xc1][0xb9][0xb][0xa2]$[0xc][0x95][0x8e][0xc5][0xb8][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd]c[0xa9][0x82][0x8b][0x89]+[0xc2][0xb4](a[0x17]u[0x86][0xc6][0x92]c[0x19]*s[0xa3][0xd9]KV[0x8d]$[0x95][0xd3]M[0x7][0x9a][0xce][0x9f];[0x95][0x81][0x8c][0xcf]r4[0x1e],[0xfa][0xae],}^[0xd6]"[0x1d]6@9[0x8f][0x82][0xc9]E[0xac]R[0x87][0xa1][0x84]5[0x8a][0xeb]T[0x1f]!C[0x15][0x90][0xff][0x0][0xbb]C[0xe6][0x8b][0xea][0xc][0xca][0x14]sF[0x9f][0xa0]B[0xb1]4ePE[0xcd][0xf8]l[0xa0]n|6[\r][0xbd][0xf5][0xb]PK[0x7][0x8][0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonReaderFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0x83][0xb7]J/[0x85]B[0x8b]"[0xb8][0xf8][0x1][0xcf][0x18]c[0xd6]5)[0xd9][0xb7][0x82][0xbf][0xe6][0xc1][0xf][0xf0][0xa3][0xc4][0xb7][0xcd][0xc2][0x82]hs[0xc8]L[0xe6][0xcd]L[0xde][0xd7][0xf7][0xc7]'[0x0]\[0xc2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{)[0xc][0x5][0xc]T[0xd0]H[0xfa]N[0xe3][0xa3][0xe][0x2][0xce]F[0xd7]9[0xbe][0xa1][0xb4]^Fi2f[0xe1][0x5][0x3][0xa1][0xcc]K[0xef][0xe4][0x92][0xaf]f"[0xe0][0xa2]u/[0xdc][0xaa][0xa2][0x8c][0xb8][0xec]ucd[0xf9]w$[0x8a][0x8e]U[0xf5][0x8c][0xa1][0xd4]$g[0x11]7[0x96][\r]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xa6][0x99]wO[0xd6],[0xdc]}[0xa9][0x5][0x1c][0x8e][0xc6][0xb1][0xa9]"[[0xc8][0x1b]\[0xb1][0xa9][0x97]Y[0xe3][0x90][0xaa][0xc0][0xf3][0x93][0xdf][0xf3][0xab][0xf8],[0xd0][0x19][0xc9][0xab]Xg&[0xa7]S[0xe][0xf5]3_[0x5][0xa5][0xe7][0xb6][0xe0][0xd4]Q[0xfb][0xe9][0x1c][0x15][0xf9][0xf0]~^[0xa7][0x4][0x1c][0xff][0xb3]Z[0xe3][0x12]p[0xd0][0xb6][0xdf]>[0xe4]ZQW[0x80][0x80][0xe][0xd4]'I[0x4]lA[0xc2][0xa4][0xc6][0xed][0x6][0xbb]kLa[0x87]}=vu[0xa0][0xcf]lw[0xcd][0x6]?PK[0x7][0x8]g[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonString.classe[0x8f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]`[0x10][0x85][0xdf]h4qWp[0x1]O[0x90]4[0xa6][0xb1][0xb3][0x14][0x4]E[0xb0][0x8]X[0xd8][0x8d][0xf1]'1[0x86][0x4][0xb3]x8[0xb][0xf][0xe0][0xa1][0xc4]Q[0xb][0xb7]b[0x16][0xde]|[0xb3]]o[0xe7][0xb][0x80]1::[0x9a]:Z:[0xda][0x84][0x8a][0xa7]2'K[0xf6][0x91]G[0xe8][0x9a][0xd6]2[0xe0][0x13][0xdb]!G[0x9e][0xfd]R'[0x4]C[0x90][0xa9][0xcf]IJ[0x18]~[0x11][0xf][0xd1]Q[0xc7]\E[0xae][0x12][0xae],)[0x87]B[0xf5][0xcc][0xf]h[0xb5][\r][0x94][0x9b]M[0xac][0x8d][0xc][0xf2]9[0xf5][0xa7][0xf1]N[0x11][0x8a][0xa6]5'T[0x9d]8O\5[0xdb][0x87]"[0xb5][0x16]i[0x1c][0xbd][0x96][0x8e][0x1e][0xed][0x84]A[0xc0][0x7]N2[0xb6][0x3][0xa9][0xd8][0xef]2[0xa1][0xfd];[0x9f][0xd0][0xff][0x83][0xd7][0x1c][0xe6][0xaa]L [0x14][0xc4][0x8a][0xf2][0xba][0xa6][0x11]4[0x94]$[0x91]k[0xa1]?[0xa3][0x81][0xca]3VQ[0x13][0x82]P[0x17]_@[0xe3][0xe]PK[0x7][0x8][0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonStructure.class[0x8d]Q[0xcb]J[0xc3]P[0x10]=[0x13]cR[0xfb][0xb0][0xf][0xb5][0xd6]Zw.[0xea][0x83]f#n[0xba]p![0xb8][0x90][0xa2]B[0xa5][0xfb][0x9b]x[0x89][0x89]1[0x81][0xdb][0x1b][0xbf][0xcb][0xa5][0xba][0xf0][0x3][0xfc](q[0x12][0x8b]"1"[0x3][0x87];3[0xe7][0x9e]y[0xbd][0xbd][0xbf][0xbc][0x2]8[0xc2]N[0x15]mtjX[0xc3][0xba][0x8d][\r][0x1b]][0x1b][0x9b][0x84][0x8a]/[0xf5]LD[0xa9]$[0x1c][0xe]'[0xa1]x[0x10]N$b[0xdf][0x99]j[0x15][0xc4][0xfe]x[0x8f]CwBi[0xe1][0x84][0xf3]$v[0xce][0x19]r[0xf6][0x98]`[0x9e]&7[0xfc][0xab]9[0x9]by[0x91][0xde][0xbb]R][0xb]7[0xe2]Hg[0x92]x"[0x9a][0x9][0x15]d[0xfe]"h[0xea][0xdb]`N[0x18][0x14][0xf5][0xb8]R[0xea][0xe9]Te[0x9a][0xb5],z[0x95][0x4][0xb1][0x96]*[0x13]*[0xf4]C[0xa8]N[0x93]Ty[0xf2],[0xc8]K[0xfd][0x10][0x18]et[0x1b][0xbd]:[0xb6][0xd0][0xb7][0xb1]][0x87][0x85][0x1][0xa1]_^[0x92][0xd0][0xfa].q[0xe9][0x86][0xd2][0xd3][0x84][0xee][0xef]#[0x13][0xda][0x85][0x4][0xa1][0xe1]))[0xb4][0xfc][0xea]y[0xf4][0xbf]%.[0xf8][0xac][0xe2][0x89][0x84][0x88][0x84]g>[0x4][0xb1][0xc6]DR[0xc6][0x88][0x8f][0x94]If[0x91][0x92]1[0xce][0xf0][0xb9][0x8c][0x10][0xc3]u[0x19][0x13][0xc]7dL2L[0xcb][0x98]b[0x98][0x91][0x11]f[0xb8])!+[0xc0][0x9d])[0x16]3[0xba][0x0]o[0xc5][0xa8][0xb5][0xcd][0xd2][0xc7][0xf][0xa6][0x0]%o[0xdb]f#[3[0x9a]M[0xb3]) [0xa2][0x1e][0x1a][0xef][0x8d]F[0xcb][0x88][0x1f]6[0xeb]v|[0x97][0x4]7[0x9e][0xb9]tI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xec]m[0xee][0xe6][0xb2]%[0xfa][0xd0]J[0xc5]|a[0x87]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0x97][0x9b][0xb9][0xa2][0x0][0xb1]T,[0xe7]([0xd3]vF[0xd5][0x8][0xc5]BYU[0x5]H3[0x95][0x8c]Z[0xce]i[0x2][0xa6]_[0xdd]*[0xc1]1#T[0xce]l4v+[0x7]1[C[0xcd][0xf4][0xab][0x96]m[0x16][0xda]G[0xfb]f[0xa3]d[0xec][0xd7][0xe8]D[0xe2][0x91][0xf6][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0x8d]R[0xa0]c#^3[0xec][0x83][0xb8][0xd6]jX[0xf6]A2v[0x9b][0xd8][0x1][0xb5]^5j[0x15][0xa3]a[0xb1][0x90]N\[0xd1]6[0x8e]L[0xa6][0xfb]'&U[0x9f][0xb2]l[0xab][0xb5]. xM[0xca]|[0xac]B[0xde][0xad]w[0x16]u[0xe7][0xd5][0xac][0x3][0xdb]h[0xb5][0x1b][0x14][0xc9][0x15]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9U[0xad]9[0xce][0x89].[0xdf][0x9c][0xdd]>J[0xdd]\[0xeb]:%[0xf7]i[0xf5]v[0xa3]jn[[0xac][0xca];[0x97]V[0x8b],[0x98][0x82]{l[0xa7]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0x90][0x93][0xb0]- |SL[0x5]s[0xd8]Q[0xf0][0x0][0xf][0x15][0x8c]`L[0xc1]8[0x13]!&&[0x98][0x98]db[0x8a][0x89]0[0xc6]([0xe1][0xd5][0x9a]i[0x11][0xaa][0xb5][0xba]M[0x95][0xc]Ec][0xfd][0xec][0xed][0x1f][0x9a][0xd5][0x16]U[0x1b][0xbc]>[0xbf][0x80][0x95][0xee][0xd1][0xf1][0xed]L^[0xff][0xfb][0xba][0xd3]%[0xd3][0xcb][0xb4][0xeb]A[0xba]Hrz[0x94][0x95][0xb][0x10][0x8e];[0x18]rp[0xc2][0xc1]I[0x7][0xa7][0x1c][0xc]3[0xf4][0x8f][0xb1][0x19]Q[0x4][0x11]^Lc[0x6][0xb4][0x83][0xc4]"[0x84][0xec][0xf1]u |A[0xcf]9\[0x9f][0x89][0x9][0xb8]O[0xd2][0xc3]u[0xcb]d?[0x87][0xa8]c[0x9f]@[0xf]?[0xf5][0x5][0xc4][0xf9][0xaf]p[0x9f]Cd[0xf6]=W[0xec]c$[0x95][0xb]+[0xcc]c[0x81][0xeb]i[0xce]$g[0xb9][0xde]E/ [0xcd]/[0x84][0xce][0xe0]9[0xf9][0x8f][0xbb][0x84]EV:[0xe2][0xdc]f[0x9]2i[0x97][0x9c]B~Q#[0xec][0xf9][0xf4][0x1d][0xa2][0x1e][0x90]\g[0x90]O[0xe1][0xe5][0xc4]'r[0xd2][0xcb][0x89][0xe2][0xe6][0xa4][0x8f][0x93];[0x1e]N[0xfa]9[0xf1]K[0x9c][0xc]p[0x12][0x90]9[0x19][0xe4]d[0xc8]a7[0xec][0x97]~[0x10]wuh[0xa1]u[0xb1][0x83]^Mww[0xd0][0xa7][0xe9][0x9e][0xe][0xfa]5][0xea]`@[0xd3][0xe5][0xe][0x6]5[0xdd]OG[0xc3][0xda])[0x84][0x93][0xcb][0xf1]E[0xa8]^`[0x5]}X[0xa3].6h[0x88][4[0xbe]<2([0xd0][0xab][0xe1]5[0x1f][0xc5]Eo[0x8f][0xf0][0x98]c[0x2][0xa3]|lt[0x93][0xf0][0x14]w[0xd3][0xa3][0x1]PK[0x7][0x8][0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonValue.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xb7][0xa5][0xcb][0xca][0xa5]"P[0xa0][0x88][0x8][0xd8]"R/xm[0x5]J-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x8b][0xa1][0xa5]I_$C[0xd9][0xe0][0xe2]vK[0xb6][[0x13][0x1e][0xfd]Gj[0x13]I$1>[0xfb][0xa3][0x8c]gf[0xcb]EZ[0x82][0xfb]0s[0xce][0xd9][0xef]|[0xe7][0x9c]of[0xf7][0xf7][0x9f][0x1f]?[0x1],`MAR[0xc5]}[0xff][0xc8][0x1d][0x97]'[0xf7][0xeb]5;[0xb9]N[0xcb][0xc6][0xce][0xbe]QqS[0xc]}[0xe7][0xf0][0x99][0xcd][0xcd]L[0x99]a[0xb8][0x1d][0x9e]q[0x1c]~H[0xe8]@~K[0xd7];"dG[0x2]Q[0xdc][0xdc][0xca]1[0x4]W3z[0x81]vm[0xcf]p[0xcf]5;[0x15]O\[0x92]:u[0x8a]"[0x12][0x8d][0xd7][0xcf][0x9a]d[0x18][0xed][0x94]u:A [[0xdb]%[0xea]^[0xdd][0xb4][0x8d]|[0xa3][0xba]c8E[0xbe]cQ$[0xa2][0xd7]*[0xdc]*q[0xc7][0x14]~+[0x18]p?[0x98]$S[0xb7]WA[0xce][0xc5]0[0xd2][0xa9][0xc0][0xc9][0xcc]]n[0xad][0xe0]:[0xa6][0xbd][0xc7]0 q[0x9f]x[0xd2][0xe2][0xf6]^[0xd2][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "D[0xba]b[0x99][0xb6][0xe9].2[0xf8][0xe3][0x89][0x12][0x83]Z[0xa8]5[0x9c][0x8a][0xb1]j[0x8a][0x8a]=[0xa7]3[0xce][0x8b]\[0x86][0xa1]KfQ[0x90][0xd5][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0xda]`[0xe7]fH[0xf8]^[0xe4][0xaa][0x7][0xee][0xa1][0x97][0xab]a[0x15]s[0x1a][0x86]0|[0x91]_[0x82]d[0xba][0x86](Fh[0xd8][0xce][0x7][0xb0]V=[0xb0]4[0x8c][0xe2][0xb5][0xa0]z#[0xac]1[\r]1[0xe1][0xc6][0x84]5.[0xac]q[0x8c]ujN[0xe6][0xd3]U:[0x93][0xe6][0xe4][0xe4]&[0xae]:l:[0xb7][0xb3],y[0x89][0xe9][0x88]*[0xbc]N[0xb9]3q[0xfd]"a*[0xd1][0x1e]b[0x8][0xa5][[0xe2]O[0xfe][0xcf][0xdd][0x9a][0x8e]_[0x8d]J[0x94]Bt}p[0x9d][0xbe][0xe1] [0x89]F[0xaa][0x92][0x15][0x15][0xf2][0xc9][0x9d][0xa4][0x91]{[0xac][0xb5][0x8f][0xcb]=[0x18]`[0xb8][0x89][0x9][0xb2][0x18]na[0x92][0xd6][0xdb][0xf2][0x1f][0xe0]#[0xb]P#l[0xf6];|[0xbf][0xc0][0xbe][0x90][0xe7][0xc3][0x14][0xad]![0xf9][0xa6][0x81]iZ5[0xf][0x85][0x19][0xc9][0xc5]p[0x7][0xf1]6[0x6][0xbf][0xc7][0xe0][0xbf][0xc8][0xf0][0xb9][0x9d][0x81]zI`[0x96][0xfc].[0xdc][0xc5]\[0x8b]i[0x17]~[0x88]'}[0x8c]@[0xf9][0x8][0xc1]&B[0xc7]P[0xc8][0xea]j"|[0xc][0xb5][0xfc][\r][0xdd]G[0xd0][0x9a][0xb8][0xe6]9=[0xd2][0xe9][0xf5][0x9c]>[0xe9][0xf4][0x95][0xdd][0x89][0xda][0x83][0xa4][\r][0xa8][0xb2]J[0xfc][0x3]([0xd3][0xcc][0xef]1[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "uvO[0xf6]7O[0x8][0xd1][0xf]}6[0xa4][0xe5][0x8d][0xe5][0xe8]_PK[0x7][0x8]S"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonValueImpl.class[0x8d]R[0xdb]n[0xd3]@[0x10]=k[0xa7]u[0xe2][0xb8][0x17]B[0x9b][0xd2]Rh[0xd3][0xb][0xc4][0xe][0xd4][0xa5]P[0x10][0xb4]@[0xa5]J[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe1]"[0xa5][0xca][0x3]o[0x9b][0xb0]j[0x9d][0xba]v[0x88][0x9d]"[0xf8][0x13]~[0x80][0xa7]<[0x80][0x4]A[0xf0][0x80][0xe0][0x95][0x8f]B[0x8c]7N[0x94][0x6][0xaa]"[0xcb][0xb3];[0xb3]3g[0xcf][0x99][0x9d]_[0xbf][0xbf]}[0x7]p[0xb]wt[0xa4]q%[0x5][0x1d]W5[0xe4]uZ[0xcd]4T[0x98]:FaE[0xa6][0x10][0x99]k:[0xae]cE[0x83][0xad]aU[0xc3][\r][0x86][0xd4]1w[0x9b]b[0xef]M]hX#[0xb7][0xdc]u[0x19][0x8c]][0xcf][0x13][0x8d]m[0x97][0x7][0x81][0x8][0x18][0x16][0x8a]5~[0xc8][0x1b]![0xb7]k[0x81][0xef][0xd9][0x8f][0xc8][0xc8][0xe4][0xa5]^[0xc9][0x6][0xc3][0xf0][0xa6][0xe3]9[0xe1][0x3][0x86][0xe5][0xfc][0xd9][0xe9]f[0x99]![0xb1][0xed][0xbf][0xa4][0xbb][0xc6][0x8a][0x8e]'[0x9e]6[0x8f]*[0xa2][0xb1][0xc7]+.E2E[0xbf][0xca][0xdd]2o8[0x91][0x1f][0x7][0x13][0xe1][0x81]CTfO[0xc1][0xde]=[0xaa][0xbb]D[0xc2][0xd8][0x17]a[0x9f][0x8e][0xa5][0xbc][0xf9]_[0xd4][0xc5][0xab]&w[0x9]}2[0xa2]~[0xcc]m[0x97]{[0xfb][0xf6][0xb3]JMT[0xc3][\r][0xf3][0x5][0x83][0xea]Wj[0x11][0xaf][0xbf][0xe][0x19]FJ![0xaf][0x1e]>[0xe1][0xf5][0x98]g[0xf2][0x80][0x7][0x7][0x1d]ej[0xde][0xdc][0xa5]@[0xe8][0x97][0xc2][0x86][0xe3][0xed]3LH:][0x88]N[0x94] [0xf4][0x92][0xdf]lT[0xc5][0x8e]#[0xc5][0x9f][0x90][0xb4][0x12][0xa5][0x1b][0xc8][0xe0][0xa6][0x81][0x11][0x9c]c[0xc8][0xfe][[0x8e][0x81]i[0xcc][0x18][0xb8][0x88]Y[0x3][0xf3][0xc8][0x19]4[0x15][0x8b][0x1a][0xd6][\r][0xdc][0xc6]"[0xc3][0xcc][0xe9]=c[0x18][0x1f][0x14]E[0xd9]FjP[0xff][0xf3]>[0x88]t[0xc][0xa1]`I[0xda]e[0x8c][0xcb][0x96]2[0xd9][0xfa][0xb1][0xad][0xe9]?PK[0x7][0x8]m[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonWriter.classu[0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa0][0x8]([0x1f][0xca][0x87][0x82]z[0x14]/[0xf6][0xe2][\r]bb[0x88][0x1e][0xc][0x91][0x3][0x8a][0xf1][0xb8][0x94][0x8d].[0xd6][0xb6]Y[0xb6][0xa8][0xbf][0xcc]D[0x13][0xbd][0xfb][0xa3][0x8c][0xb3][0x8b][0x86][0x83][0x98]&3[0xd3][0x99][0xa7][0xef][0xbc][0xdb][0xfd][0xfc]z}[0x7]p[0x84]][0x7][0xf5],[0x18][0xb6][0x1c]l;h8h2d[0x1f][0x95][0xd4][0xe2]D)[0xfe][0xcc][0xd0]h[0xf5]&[0xfc][0x9e]+[0xcd][0xdd][0xc9]4[0xc][0xdc]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xd4]>[0x18]2[0xe4],[0xda][0x1f]M[0x84][0xa7][0x19][0x9a]K[0xd8][0xf9][0xcc][0xc2])[0xb]3[0xec]-[0xc1][0x6]Z[0xc5][0x9e][0x8e][0x95][0xb0][0xe4][0xb2][0xa5]C[0xee][0xc7][0xf3]i[0xb2][0x1b][0x8e]I[0xa6][0xd0][0x93][0x81][0xb8][0x88][0x1f]FB][0xf2][0x91]O[0x9d]r/[0xf4][0xb8]?[0xe4]J[0x9a][0xf7][0x9f]fR[0xdf][0xc9])[0x1d][0xf0][0xaf][0xe2][0xb5][0xb1][0xa3][0xda]dlf[0xb4][0x19][0xea][0xff]m%[0xc4][0xf3][0xc3])!+-[0xe3] ;[0x8]c[0xe5][0x89]3i[0x16][0x14][0x16]Z[0x87][0x13]>[0xe3][0xc][0xfb]&[0xb9]>[0xf]n[0xdd][0xab]`[0x1a]GQ[0xa8][0xb4][0x18][0xf7]#[0xa1][0xb8][0x96]ap[0xfa][0xe4][0x89][0xc8][0x14]y[0xec][0xa0][0xc2]P[0xfb][0xc7][0x19]Cq![0xf4][0xfb][0x8f]K[0xb6]%C[0xb7]k[0xc][0xcd][0x8f][0x98][0xee][0xc8]@[0xea][0xe3]4[0xd9]C[0x92].3EW[0x9b]JR[0x1f][0xe]@9[0x83]U[0x9b][0xb3][0xc8][0xd1][0xc4][0xe4]<[0xc5]5[0xaa];H[0xd0][0x3]d[0xde][0xc0]n^[0x90][0xf8][0xa0]:[0x81]u[0x8a]i"[0x80][0x18][0x5][0x8a][0xd5]9[0x83]"J[0x80][0xad][0xca][0xd8][0x0]#[0xc5]MT[0xac]b[0xd5]~W[0xfb][0x6]PK[0x7][0x8]t[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonWriterFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc1][[0xc5]K[0xa1]`[0xab][0xf4][0xb0][0x88][0xe7]g[0x88]1[0xeb][0x9a]-[0xd9][0x17][0xc1]_[0xf3][0xe0][0x7][0xf8]Q[0xe2][0xdb]faAhs[0xc8]L[0xe6][0xcd]L[0xde][0xcf][0xef][0xd7]7[0x0]\[0xc3]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x7])[0xc][0x5][0xc][0x94][0xd7]H[0xfa][0xc9][[0xd2]^[0xc0][0xc5][0xe8]>[0xc7][0xf][0x94][0xb6][0x94]Q[0x9a][0x8c]YxCO([0xf3][0xaa]tr[0xce]W3[0x11]p[0xd5][0xba][0x97][0x81]V[0x81]2[0xe2][0xb6][0xf7][0xad][0x99][0xc5][0x86]LT[0x1d][0xcb][0xea][0x15]}[0xa5]IN#nm[0x1b][0x1a]M[0xd3][0xd2][0xbd]Xs[0xe7][0x1e]+-[0xe0]x4[0x8e]M[0x81]l![0x1f]p[0xc5][0xa6]^f[0x8d]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe7]g[0xff][0xe7]7[0xf1]Y[0xa0]3[0x92]W[0xb1][0xce]L[0xce]o9[0xd4][0xcf][0xca][0xe0][0x95][0x9e][0xd9][0x82]S'[0xed][0xa7]3TT[0xfa][0xcf][0xcb]:%[0xe0]t[0xc3]j[0x8d]K[0xc0]Q[0xdb][0xbe]|[0xce][0xb5][0xa2][0xae][0x0][0x1][0x1d][0xa8]O[0x92][0x8][0xd8][0x81][0x84]I[0x8d][0xbb][\r]v[0xd7][0x98][0xc2][0x1e][0xfb]z[0xec][0xea]@[0x9f][0xd9][0xfe][0x9a][\r][0xfe][0x0]PK[0x7][0x8][0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]jakarta/json/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/spi/JsonProvider.class[0xa5]XY{[0x13]U[0x18]~[0xf]m[0x93][0x90][0x6][0x81][0xb6][0x14][0x17][0x94][0x80] [0xa5]@#E@hE[0xa1][0xa5][0x90][0xd2][0xb4][0xb5][0x85]V[0xdc][0xa7][0xe9]4[0x9d]2[0x9d][0x89][0x93]I)[0xb8][0xef][0xfb][0xbe][0xe2][0xbe][0xef]"[0xde][0x80][0xca][0xf3][0xa8]W^x[0xe9][0xf][0xf0]?[0xf8][0x3][0xf4][0xf1];g&[0x93][0xc9]t&[0x19][0xf0]"s[0xb6][0xf7]{[0xbf][0xe5]|g[0xcb][0x1f][0xff][0xfe][0xfc][0xb][0x80][0xeb]p&[0x8e][0x95]x"[0x8a]'[0xe3][0xe8][0xc4]S[0xfc][0xf3]t#[0xb6][0xe1][0x19][0xfe]y6[0x86][0xe7][0xe2]x[0x1e]/[0xf0][0xcf][0x8b]Q[0xbc][0x14][0xc5][0xcb]1[0xbc][0x12]G#^[0x8d][0xe2][0xb5](^[0x8f]c)[0x9e][0x88][0xe1][\r]^[0xbe][0xc9]?o[0xf1][0xcf][0xa9]([0xde][0x8e]c[0x5][0xa7]}[0x87]aY[0xef][0xfe][0xbe][0xbd]G[0x6][0xe][0xdf]5<24[0x96][0xee][0xdd]?[0xc2][0xd0]40#[0xcd]I)U[0xd2]r[0xa9]Q[0xd3]P[0xb4]\[0x17][0xc3][0x92][0x1e]]+[0x98][0x92]f[0x8e]IjQf[0x88]t+[0x9a]b[0xee]a[0xa8]k[0xdb]8[0xc6]P[0xdf][0xa3]OR[0xef][0xd2][0x1]E[0x93][0x7][0x8b][0xb3][0x13][0xb2]qX" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]PeN[0xa6]g%uL2[0x14][0xde][0xb6];[0xeb][0xcd]i[0xa5][0xc0][0xb0][0x9a][0x14][0x1d][0x93][0xc]SJ[0xcd][0x14]t-U[0xc8]+[0xa9]~[0xaa][0xc][0x1b][0xfa][0x9c]2)[0x1b][0xa4]5[0x96][0xb7][0xeb][0xc]k[0xda]6[0xd6][0x84]7dU[0xe9][0xe4]I[0x86][0xe5].[0xf]zT[0xa9]P[0xa0]16[0xcf][0xb0][0xd6][0xdb]?[0xa8][0x9b]}zQ[0x9b][0xdc]?[0x9f][0x95][0xf3][0xa6][0xa2]k[0x4]\[0xe1][0x2][0xb9][0xfb]#[0xaa].[0x9]K.[0xb3][0x0]ESQS[0xa3][0xb2]1[0xa7]d[0xe5][0x1]1D[0xa0]E[0x8a][0xc9][0xd0][0xe2][0x2][0xa4]M[0xd9][0x90]L[0x9d][0x8f][0xb5]V[0x86][0xe2]D[0xbe][0x14][0x8e][0x16][0xaf]Y[0xdd][0xed]{[0x8][0xbf];HOw[0x8d]@p[0xe1][0xed]>6[0x84][0x91][2jJ[0xd9]c[0x19])/l[0x8b][0xe2][0xdd]([0xde]cHd[\r]Y2[0xe5]a[0xc9]([0xf0][0x8]t[0xb6]Y[0xec][0x8a][0x9e][0x1a][0x91][0x85][0xe7][0xde][0xb9]1[0x9]?k[0xb1][0xb][0x19]b[0xde]Y[0x16]Jk[0xf9][0xa2]9*0a$[0x9b][0xdd][0xda][0xfb][0xa4],[0xb9]r[0x82][0xe1][0xfa]6[0x97][0x8b]dpM&[[0x92][0x8][0x17][0x8f]*9M2[0x8b][0x6][0x5]?[0xe3][0xa1][0xe9]^[0x98][0xfd]4[0x1b][0xe1][0xb9][0x97]Z[0xc6][0x1e][0x90]5+[0xe8]4[0x15]e[0xc7][0xc7][\r][0xc5][0xac][0x1a]-G[0x8c][0x98][0xba][0xca]rCE3L[0xc4][0xdc][0xd2][0xad][0x1e];[0x9c][0xb8]u[0x85][0x8f][0x9b]W[0x98]h[0x87][0xff]g[0xb8]|([0xed][0xe4][0xb2]2[0x89]aS[0xad][0xe4][0xe2]4[0xf6][0x8][0xc3][0xb5][0xa1][0xb2][0xaa]B[0xc4][0xd6]g[0xcd]E[0x85]>[0xff][0xe9][0xe1][0xc2][0xf6][0x8][0xc3][0xd6]p[0x93]R![0xd3][0xec]V[0xe8][0xcc][0xc3][0xd6][0x1a][0xf3]P[0xa6]([0x87][0xaa][0xef]b[0xa2][0xef]G[0xd4][0xec][0x8e][0xf9][0x5][0x99]T![0xf2]L[0xf2][0x12][0xd9]&[\r]M[0xcc][0xc8]Ys_QQE6[0xac][0xf5]n[0xfb]\[0xb4][0x2]SZ)[0xbe][0x18]?[0xc5]^[0xe9][0x88].:[0xac][0x8d][0xdd][0x9f]%\h[0xbc][0xc4]u[0xb3]R[0x9e][0x9f][0x89][0x95][0x82][0x95]{[0xb3][0xc4]\=[0xb6][0x5]|o[0x1e][0xaf][0x1d]j?[0xc1][0x10][0x96]6Y[0xb1][0xdf]k[0x18][0xd2][0x9]'[0xf4][0xb]N\.[0xe9][0x86][0x90][0xe0].[0x9f][0xc8][0xb][0x88][0x9f]V[0x8f]l[0x83][0xc4][0xdb][0xc][0x97][0x6]Q[0xd0]id[0xef][0xfc][0xba][0xa2][0x89][0xb5][0xda][0xd1][0xb6][0xd0]e[0x1f]E6[0x9e][0x8][0x1a]g[0xca]M[0xc7][0xcd]a[0xc9][0xcc]NWw[0xd3][\r][0xb9]P7=[0xb2][0x8d].[0xa5][0xf6][0xd1]yALD[0x11][0xb7](z[0x95][0xa9])[0x86][0x11][0x1f][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E1[0xcb][0xcf][0xb3][0xae]jcU4D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xd1][0xc8][0xd2]q[0xb8][0xaa][0x1a][0x1][0xe1]L[0xc9][0xc8][0xc9][0xb4]V[0x96]Y&edj[0xda][0xae][0xed][0xf4]1L[0xdc][0x16][0xfd][0x14][0x97][0x5]y&[0xe4]-[0x6][0x9f]L[0xb0][0x8][0x9c]cU[0x88]Yq[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Tw[0xb1]f[0xec]t[0xaf][0xaf][0x1e]]Ui[0x8d][0xf0][0xbb]_[0xed]T[0x8e]g[0x1d]4[0xbf][0xe7][0xf9][0xb2]T^[0x1c][0xcb][0x3][0xf6]e[0xcf]_w[0xb7][0xff][0xde][0xe9]Q[0xdf]b[0x5][0xc7][0xee]p[0xb6][0xf3][0xce][0x10]{V[0xa5][0xc]q[0x1d][0xb8][0xd8][0xfd]|[0x1][0x93][0x9d][0xf8][0xf6][0x83]aK[0xb8][0xa5][0xeb]<8[0x1a][0xe6],[0xb9]Umi[0x1f][0x98][0xf5][0xc6][0xe0][0xd7][0xfa]4[0x87][0xf4]W[0x85][0xf4]sHoUHoy[0x87][0x9f][0x95][0xcc][0xe9][0xd4]>%[0xd7]+g[0x95]YI[0xf5]3[0xd2][0x91]k[0xf5][0x17]YH[0x96][0xa6][\r]([0xe7][0xb5][0x8]"+[0x89]Pv[0x8d][0x8a][0xc5][0xd9][0xa7][0xf0][0xc7][0xc2]r[0xf7][0x95][0xbd][0x83]K$p[0x5]V1\Y[0xf5]r[0x9f][0xc0][0xfb][0xf8] [0x81][0xf][0xf1]Q[0x2][0x1f][0xe3][0x93][0x4]>[0xc5]g[0xc]W[0xeb]F[0xae]#[0xc7][0x9f][0x1c]SJa[0xba][0x83]Kv[0xb8][0xa5][0xd2][0xb3]y5[0x8a][0xcf][0x13][0xf8][0x2]_&[0xf0][0x15][0x17]I[0xd6]zB1\[0xbe][0xc0]G[0xd7][0xe0][0x8e][0x12]w2[0x84][0xee][0xa4][0xa6][0x9b][0xc9])N[0xcf][0x9d][0xfc][0x9a].[0x9]>o3[0x86][0x95][0xde][0xcc]r6[0xf7][0x83][0x17][0xa4]-[0xab][0x17][0xd5]I[0xa1]sBN*[0xd6]{W[0xa1][0x14][0x9e][0xdc][0x9d]L[0xe0][0x1b]|[0xcb]?[0xdf]%p[0x1a][0xdf]3l([0xeb]<[0xa2][0x15][0x8a][0xf9][0xbc]n[0x10]p([0xcf]o[0xb7]J[0x85][0xc7][0xcb][0xbc]gr[0xc9][0xe0][0x85]/;:[0xa2][0x16]>[0xdb][0xe8][0xbd][0xcc][0x9f][0x9e][0xc][0x9b][0xdd]K[0xc8]z[0xd7]n[0xac][0xf2][0x16][0x8d])[0xe]Ak[0x9b][0x1b][0xe8]z[0x93]F[0xa7][0xa5][0xc2][0xa0][0x9e][0x16][0xa1][0xe5][0xc7]M[0xbb][0x8f][0x94][0xab][0xe7][0xf0][0xb4][0xa1][0x1f][0xe7][0xf][0xd1].[0xfe]'CD[0xca][0xe7]em2x/[0xf1]M[0x82].[0xf][0xde]u1[0xc][0xc2][0xc7]L[0xdd][0xea][0xf2]F[0xc2][0xd6]U[0xbf][0x6][0x8b][0xb0][0x12][0x0][0xe5]:.[0xc5]e[0xa2][0x4][0xf5]E[0xb1][0x16][0xf5]|9R[0xcf][0x95][0xd4][0xb3][0x8d]JFeC[0xfb]9[0xb0][0x1f][0x4][0xe4]*[0xfa][0xc6][0xa9][0x4][0xb6][0x13]t[0x7]VS-a[0x81][0x90][0xc4][0x1a]*[0x17][0x13][0xc9][0xd5][0x16][0x1][0xbb][0x9c]0u[0xd4]w[0xa4]i[0xd1][0x8f][0xa8];[0xd4]~[0x16][0xf5][0x3][0x9b]~B[0x3][0xc3]),[0xa1]J[0x84][0xe1]7,:[0xd3][0x14][0xfd][0x11][0xb1][0xcc][0xe6][0xb3]X[0xcc][[0x99][0xf3]h<[0xda][0x94][0xd8]|[0xe]K~[0x15][0xf5][0xf3]Xz[0xf4][0x1c][0x96]5-?[0x8b]&[0x2]5[0x9f]E[0x8b][0x18][0x14][0xe6]l[0xc2]f2[0x88][0x97][0xd7][0xe3][0x12]R[0xc7][\r]l[0xa7][0x1e]`[0x1f]"[0xe8]A#z[0xd1][0x82][0xfd][0xd4][0x10][0xeb][0x90]&t?[0xb6][0xe0][0x10][0xa1]3[0xd8][0x85]A[0xe1][0xc0]ud[0xfc]:[0xc4][0xe8][0xb7][0x9e]8[0xb7][0x90][0xcc]5[0xd8]@[0xb5]][0x14][0x89]k[0xd0]F[0xb5][0x8][0x86][0xb0][0x91]xAc[0xfd]B'M[0xb][0xb5][0x92][0xe4][0x9e]%[0xd9][0xe1][0xa0]R[0xe][0xea]ZBm[0xa5]V3[0xea][0xfe][0xc1]UQtF[0xb1]-[0x13]E[0xfc]P[0x14][0x97][0xd4]3R[0xbb][0x1d][0x10][0xe5][0xe]Q[0xee]$[0xa3][0xe8][0xb2]&[0xe2][0xbc][0x9b][0xda]][0xe8][0x16][0xfd]][0xb8]A[0x94]{p[0xa3]3~[0x13][0xb5][0xf7][0x92][0x8b][0x10]e[0x8f]({[0xc9]M[0xab][0xec][0x13][0xe5][0x1]r[0xb9][0x84]OS[0xbb][0x9f][0xdc].[0xb5][0x7][0xa8][0x9d]![0xf7]y[0x12]d[0xc8]lk[0xc2][0xbb]i[0x84][0xcf]m[0xec][0xd0]:[0xd5][0xb1]N[0x15][0xd6][0x8d]C[0xf][0x99][0xc5]O[0x5]X[0x97][0xc7]=[0x9e],[0xce][0xc3]p[0xb2][0xb8]@Yl[0xa2][0xe8][0xb4][0xe7][0xa8]v[0x1c][0xf3]!#[0xf2]q[0x80][0xce][0x13]v[0xe][0x1e][0xc7][0xc9][0x90]L[0xa7][0x3][0x99][0xee][0xb5][0x99][0xee]s1U[0x8b][0xed][0xcf][0x81]L[0xf7][0xdb]L[0xf][0x84]d[0xfa]=[0x90][0xe9]A[0x9b][0xe9][0xa1][0x90][0xde][0xfd][0x19][0xc8][0xf4][0xb0][0xcd][0xf4]HH[0xa6][0xbf][0x2][0x99][0x1e][0x15]L[0x8f][0x9][0xfc][0xe3][0xff][0x1]PK[0x7][0x8][0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]jakarta/json/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]jakarta/json/stream/JsonCollectors.class[0xb5]Zw`[0x13][0xd7][0x19][0xff]=K[0xd6]i[0x9c][0x91],0[0xe0][0x81]1`@[0x96]m[0x1c][0x2][0xa4]`[0x83][0x83]mL![0x18][0xdc]`b 4I[0xcf][0xf2][0xd9][0x16][0x96]t[0xaa]tr[0x80][0xa6]m[0xd2]$m[0xda][0x84][0xee][0x99]6[0x1d][0xe9]L[0xd3][0x1][0xe9][0x0];[0xcd][0xe8]Hi[0xd3][0xd0][0x96][0xb4]M[0x17][0xdd]{[0xef][0x9d][0xa6][0xfd][0xde][0xdd]Y[0xd6]8[0x9d]d[0xc7][0xf1][0x1f]w[0xef][0xde][0xfb][0xc6][0xef][0x1b][0xef]{[0xdf][0x13]<[0xfa][0xd4][0xd4][0x83][0x0]6[0xb2]un[0xb4][0xe0][0x84][0x9f][0xc6]7[0xfa][0xc1]p[0x8b][0x1f]e[0xb8][0xcd][0xf][0x1b][0xee][0x10][0xf0]J[0xf]N[0xe2][0xd5]~[0xd8][0xf9]Z9_s[0xf0]5[0x1]w[0xf8][0xe1][0xc4][][0xf4][0xf9]6?\x[0x87][0x1f]n[0xdc][0xed][0x87][0x87][0xaf][0x8a][0xb8][0xd1][0x8d]f[0xbc][0x9f]?>[0xe0][0xc1]=[0xf8][0xa0][0x1b][0xf7][0xe2]C~T[0xe0][0xa3][0xfc][0xf3][0x94][0x7][0xa7]q[0x1f][0x97][0xfc]1[0xf]>[0x8e]O[0x8][0xf8]$[0x9f]9#[0xe0][0xac][0x80]I'[0xa6][0xdc][0xa8][0xc7][0xfd]~,[0xc0][0xdd][0x9c][0xfc]A[0x1][0xf]q[0xe2][0x87]=[0xf8]4>[0xc3]G[0x9f][0xf5][0xe0]sxD[0xc0][0xe7]=[0xd8][0x82]s[0xfc][0xf1][0x5][0x1]_[0x14][0xf0]([0x83]ck8[0x16]V;[0x19]l[0x81][0xa6]A[0x6]{[0x8f]2,3x[0xfb][0xc2]1y_*:$'[0xe]HC[0x11][0x9a][0xf1][0xf7])!)2(%[0xc2][0xfc][0xdb][0x98][0xb4][0xab]c[0xe1]$Cc[0xdf]Qi\J[0xa8]R[0xdb][0xd1][0xa4][0x12]kK[0xaa][0x9]Y[0x8a][0xb6]]A[0xe3][0x1e]%[0x12][0x91]C[0xaa][0x92]Hv0xT[0x85][0xcf]u%[0x12][0xd2]q[0x86][0xfa]@[0x13][0xb1]MHm)5[0x1c][0x99][0xe6]I[0xd3][0x13][0xb9]k <[0x1a][0x93][0xd4]T[0x82][0x14])[0x96][0xc4][[0xb3][0xf5]s%[0x83]R$%w[0xe4][0xcf]k[0xca][0xbb]S[0xe1][0xc8][0xb0][0x9c]([0xb4][0xdc][0xd1]I[0xda]E[0x1d]l[0xff][0xd0]QR![0xe0]K[0xc][0xe5][0xbd]15A[0xc0][0xc5][0xdd][0xb1][0x98][0x9c][0xe8][0x89]H[0xc9][0xa4]L[0xc6][0xdf]Y[0x14][0xda][0xf4][0xda]^)[0xde][0xa8][0xc9]0&#Rl[0xb4]m@M[0x84]c[0xa3]&Pt[0xb]:MVtL[0x85][0x8d][0xd0][0xd7]5+[0xe][0x5]2[0xf4][0x8f][0xa4]b!5LD;[0x8d]A[0x87][0xe5]b[0xb1][0xf0][0x8c][0xcb][0xc7][0xc9][0xa2][0xb8][0x9c]`Xf)[0x88]"?[0xc1][0x8d][0x99][0xa6]^[0x9c][0x9d]J[0xc7][0xe3][0xd3][0xe9][0xb4][0xdb]J[0x8c]U[0x90]s[0x9c][0xc9]-[0xef][0x9f][0xab][0xac][0x2]a`[0xcc]e[0xe9][0xcb]Y[0xc1][0x9b]gl[0xf3][0xb4]7f[0x91]W[0xee][0xd1][0x84][0x92][0x8a][0x93]1[0xdd][0xb4]![0xe][0x96][0x9c]dyiT$[0xc7][0xdc]![0xbe][0xcb][0xc2]#a[0x9e]6[0xee]a[0xe5][0xfa][0x98]N[0xc4]Pg[0xcd][0xe8][0x91]B[0xa1]T4[0x15][0x91][0xe8][0x93]a[0xb9][0x19][0xbe][0xee]p[0x8f][0x12]K[0xa6][0xa2]2[0xa7]w[0x8e]P[0x15]L[0x8e]q5[0xce][0x90][0x12][0x1d][0xa2][0xea]G[0xc3]U[0xe6]|1)q[0xbc][0x9f]2Y[0xd2]u]9[0x17][0xef][0x1f]8`Y}[0xae][0xb3]F[0x9c]SUL[0xea][0x9][0xc9]7+[0x1d][0xe9]l[0xc6][0xb5][0xc5]rpN[0xf2]3RdOq[0xe7][0x95][0xa8][0x86]o[0xbe]M[[0xf][0xb4][0xb7][0x17])[0xe7][0x9d][0xcf][0xc8][0x6][0x9d][0x9f][0x90][0xce]u[0x8b]>[0xdd](tX[0xef][0xcd]"[0xfb][0xef][0xe2][0xfc]y[0xf4][0x99]q@[0xb1][0x8c][0xb0]v[0xce][0xc2][0x88][0x14][0x1d][0x1a][0x96][0x1a]g[0x8a]Y[0xe3]e[0xc]m[0x81]l[0xb5]9([0xb2],[0xe1][0xdf][0xd4][0x6]E[0xa5][0xf8]z[0xde]4[0x99]-\j[0xaa]g[0x13][0xc3][0xce][0x80][0x95][0xf3]M[0x94][0x9a][0x1b]B[0x9d][0x1b]ia[0xa8]P2[0xcb]7CC[0xb1][0x2]o[0x8a]k#C[0xbc][0x18][0xae]b[0xc7][0xc6][0xec]b[0xc4][0xbb]N6[0xce][0x1b][0xcc][0xbf][0xe7][0xc3][0xf7][0xf9][0xe7][0xf][0x4][0xfc][0x90]!X8[0x98][0x8d]=cRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]r"[0x9c]T[0xc3]![0xba][0x81]xsfD[0xfc][0x8]?&[0xfd]U>[0xfc][0x84]^?[0xf5]a[0x82][0x14][0xfc][0xcc][0x87][0x9f][0xd3]k[0xa9][0xf][0xbf][0xa0][0xc9]_[0xfa][0xf0]+[0xe][0xe6][0xd7]"~[0x83][0xdf][0xd2][0xc4][0xef]|[0xf8]=[0x9f][0xf8][0x3][0x8d][0xff][0xe8][0xc3][0x9f]8[0x96]?[0xd3][0xf8]/>[0x1c][0xf4]:[0xf1]W[0x1f][0xfe]&b#6[0x89][0xe8][0xc5]N[0x1][0x17][0xf1][0xf][0xfc]S[0xc0][0xbf]D[0xfc][[0xd3][0xf2][0x1f][0x1f][0x9e][0xe4][0xfc][0xff][0x15][0xf1][0x14][0xfe]'P23[0xc6][0xca]D[0xf4][0x91]E[0xcc][0xc6][0xa5]][0xa4][0xce][0xdf]<[0xe9]Dfg[0xe5][0xe4][0xca][0xdc],e[0xa8][0xc9]c[0xe8]=[0x16][0x92][0xe3]<[0x99][0x18][0xd6][0xc8][0x11]9*[0xc7][0xd4][0x86][0x90][0x14][0x8b])j[0xc3][0x90][0xdc][0x10][0xe5]W[0x8c][0xe1][0x6]Ui[0x90][0x1a]b[0xa9]H[0xa4][0x81][0xf6][0x15][0x5][0x8a]9[0xbc][0xe]&[0xf8][0x98]Sd.[0xe6][0xa6][0xfb][0x8a]e[0xf2][0x8b][0xb8][0x2]O[0x8][0xcc][0xc3][0xcd]y\d".[0x8][0xac][0x82][0x7][0xf2][0xbc][0x99][0x5]Z[0x86][0x8a]l[0x1][0xce][0x8b][0xcc][0xcb]IV[0x16][0xbf][0xc]g[0xd9][0xaa]'*%[0x99]I"[0xba][0x99][0x8f]U2,[0x9a][0xbe]cf0t[0xb8]q/[0xf3]3[0xac][0x8][0x14][0xdf][0xcb][0xb6]Q[0x99][0x14],[0xcf][0xba][0xa9][0xa6]w[0xe7]@*[0x1e][0x8f][0x84]5[0xba][0xb5][0x81]|5[0xf9]3M[0x83][0x1e][0xac]b[0xb][0x19][0xda]M[0xb6]][0x91][0xb][0xf6][0xcc]~vP[0x8b]N[0x91][0x9c]6[0xc0][0xba]?[0xdf]\[0x1a][0xb0][0xfc])[0x8e]t[0x11][0xf5][0xd3][0xb3]G[0x9a]}H[0x95]p[0x6][0x91][0x17][0xa9][0x86][0xaf].dM[0xce][0xad]a[0x8d][0x89]E[0x5][0xf0]W1l)[0x86][0xbf][0x10][0xc0][0x8e][0x82]a[0xcf][0xb8][0x9e][0xd7][0x14][0xae]6[0xc]e[0xca][0x8][0xc3]9[0xd3][0xa2][0x9f][0xce][0x9c]"[0xf1]+[0xc1]![0x96][0x8][0x8f]X[0x9c]m[0xb9][0xe5][0xb0]XK[0xbb][0xd2]l[0xbb]d[0x9f][0x15]n4[0xb3][0xc5][0x1e][0x9c]fK[0x18][0x86]J9Y,[0xd7][0x8b][0xaa]3[0x9a][0xf4][0xb9][0x9][0xd1][0xc0].-E[0x84][0xd5]^<2O?[0x13][0x99]o^[0xd7]U[0xfb][0xfa][0xf7][0xef][0xe8][0xdd][0xdf][0xbb][0x83][0xa1]e6[0xa1][0xe4][0xb6]U[0xd3]ah[0xd2][0x90][0x17]4[0xe5][0xea][0xf9][0xf9]1[0xc2][0xcc][0x12][0xe][0xa7][0xc6][0x4][0x8e]Uo[0xde]a[0xd9][0x97]YoL[0xae][0xaf][0xd6][0xcd][0xea]p[0x82][0xa1]2[0x90][0xed][0xa8][0xc8][0x9a][0xa0][0x8a][0x1a]O[0xa9]][0x91][0x8][0xb5][0xd2]y[0x8][0xc9]1[0x95]y [0xe9][0xc8][0x9][0x11] U[0xce]J[0x14][0xae]u[0x19][0xc3][0xc6][0xcc][0xfa]Tz'[0xcd][0xd3][0xba]<[0x14][0xcf]%aDI[0xf4]J[0xa1]1[0xbe][0x91][0x8b][0x10]s8[0xf5][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]l[0xf][0xf1][0x11]Cm[0xe1][0xb2]@Zk-[0xc2]D[0xa7][0xab]4L[0x12][0xfa]Jr[0x98][0x91][0xa8][0xc5]kB[0x95][0x89][0xb8][0xa6]A[0x1e][0x9c]z[0x86][\r]f[0x8b]E[0x8f](oH[0x89]R[0x8a][0xc8][0xbb]G[0xba][0x86][0x92][0xd4]71[0xf4][0x14][0x85][0x7][0xfe][0xf]PK[0x7][0x8][0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]jakarta/json/stream/JsonGenerationException.class[0x95][0x91]MO[0x2]1[0x10][0x86][0xdf][0xf2][0xb1][0xab][0x88][0xa0]([0x98][0x18][0xf][0x9a]h[0xa2][0xa0][0xee]E[0xbd]`[0xb8][0x18]5[0x1a][0xe2][0x5][0xc2][0xbd][0xac][\r][0x14][0xd8][0xae][0xe9].[0xea][0xdf][0xf2]D[0xe2][0xc1][0x1f][0xe0][0x8f]2N[0xcb][0x86][0xf8][0x81][0x7][0xf7]0[0x9d][0x99][0xbe][0xf3][0xcc][0xdb][0xec][0xfb][0xc7][0xeb][0x1b][0x80][0x13]l[0xe4][0x90][0xc1][0x9a][0x9][0xeb].[0xca].*[0xc][0xce][0xb9]T2n0[0x94][0xf7][0x9b][0x3][0xfe][0xc8][0xbd][0x11]W=[0xaf][0x15]k[0xa9]z[0xf5][0x83][0xe]C[0xe6]"[0xbc][0x17][0xc][0xc5][0xa6]T[0xe2]n[0x1c]t[0x85]n[0xf3][0xee][0x88]:[0xa5]f[0xe8][0xf3]Q[0x87]ki[0xea][0xa4][0x99][0x89][0xfb]2b8"[0xd6][0x90][0xeb][0x98]{[0x83](T^[0x14]k[0xc1][0x3][0xef][0x96][0xf2]k[0xa1][0x84][0xe6][0xb1][0xc][0xd5][0xe5][0xb3]/[0x1e]LRgp[0x3][0x11]E[0xbc]g[0xa9][0xbf]\0T[0xe7]x[0xfb][0xd2]i[0xf7]u[0xf8]d[0xf6][[0xc3]Y[0x9f][0x8f]#"[0x95][0xe7]*[0x18]r[0xad]p[0xac]}q%[0x8d][0xdf][0xad]?<[0x1d][0x9b][0xd9]<[0xb2]pL(0[0xd4][0xfe][0xf1] [0x86][0xcd]oj#[0x9b]]b[0x7]i[0xfa][0x1][0xe6]K[0x81][0x99][\r][0x14]][0xaa][0x1a]T[0xa7][0xe8]t[0xaa][0xb5][0x9][0xd8][0x8b][0xbd]_[0xa0][0x98][0xb3][0xdd]]R[0xee]a[0x91][0xb2][0xca]TE[0xfd]%Kq[0x90][0xc7]21[0xc][0xab][0x90][0xb0]nhG[0x9a]N[0xb7]Z;[0x9c] [0xf5][0x13]vJCg[0x16][0xb6]=[0x95][0xcd]`n[0x2]3Y[0x11]+[0xd6][0xe2][0xaa][0x9d].}[0x2]PK[0x7][0x8][0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]jakarta/json/stream/JsonGenerator.class[0xad][0x94]KO[0xdb]@[0x10][0x80]g[0x81][0xe0][0x0][\r][0x9][0xe1]Y[0xfa][0xa4][0x80][0xd9]p[0x88]9 [0xb5][0x12][0xea][0xa1][0xe5]%[0xd3]6DI[0x84]T.h[0x93]n[0x83][0x83]c[0xa3][0xf5][0x6][0xc4]_[0xe3][0xd0][0x1f][0xd0][0x1f][0x85]:[0xde]L[0x8a][0xd2][0xa6][0xaa][0x1b]*[0x1f]>[0xef]X[0xf3][0xcd]>[0xc6][0xfb][0xfd][0xee][0xf6][0x1b][0x0]l[0xc3][0xa6][0x5][0xeb][0x16][0xd8][0x16]lX[0xc0][0x19]d[0xcb][0x95][0xfd]Z[0xed][0xf3]Y[0xb9][0xe2][0x96]jn[0xe9][0x90]A[0xfe]cK\[0x9][0xc7][0x17]A[0xd3][0xa9]j[0xe5][0x5][0xcd][0x1d][0x6][0x99][0xdd]0[0x88][0xb4][0x8][0xf4][0x89][0xf0];2[\r][0x5][0x6][0xb9]k[0xe5]iY[0xd5]B[0xe9][0xe3]zK64[0x83]u^[0xc0][0xe4][0xb][0x8c][0x8][0xa7][0x15][0x85][0x81][0x13]i%E[0xdb]9[0xc2][0xf7]C[0x19]H%t[0xa8][0xd0][0xf6][0x9a][0xff]^#Yf[0xda][0x14][0xfd] op[0xe6][0xf7][0xf5][0xdf])%0[0x92]2[0x11][0x6][0xc7][0x3][0xf4][0xfd][0xf6]XkV[0x92][0xb0][0xac];[0xd8]8[0xd4][0x12]>[0xfd][0xd1][0xd5][0x16][0xfa][0xdc]y[0xef]5[0xdd]@[0xcb][0xa6]T[0xff][0xcd][0xb7]'[0x1b]^[[0xf8][0x9]}o[0x6][0xf8][0xdc][0xe1]S[0x8f][0x86]O[0xdd][0x1b]>[0xf5]4Y[0xea][0x84][0xe9][0x98]R[0xc7][0xf7]{[0xad][0xb5][0x1f]|a[0xf0][0x96]?[0xac]]v[0xf8]C[0xe][0xe0][0xd7][0xec]k[0x7][0x9b]'<,[0x9b]'<[0x1a][0x9b]'<[0x8][0x9b]'[0xdc][0xf6]T[0xc3][0xf]#[0xfc]QGy[0xe1][0x4]G_[0xfd]Nt[0xce]`[0xb2][0x1a]vTC[0x1e]x>~[0xca][0xf7][0xe5][0x14][0xe3][\r]a[0xb0][0xf2]W9^K[0xf7][0xbd][0xd0][0xbb][0x96]fL[0xc8][0xb][0x9d][0x83][0xb8][0x90][0xa8][0xc7][0xfe][0x9f][0xb1][0xdd]x*[0xdd][0xd8][0x16][0xe9][0x8b][0xb1][0xbe][0xd8][0xd5][0x17][0xfb][0xe7]q[0xa9][0xa4][0xd6]7e[0xec]1[0x8d]m6[0xce][0x80][0xc1][0x8]>[0xa3]0[0x86]o[0x8f]![0x5][0xe3]H[0xb]/[0xda][0x11]H[0xc3][0xf2][0x18]v[0x18]L[0x2][0x18]N[0x19]>"f([0x9e][0xa1][0xf1]4d[0x89]9[0xe2][0xc]1O[0x9c]%[0xce][0x11][0xe7][0x89][0xb][0x86][0x8b][0xe4]Y"[0xef]4[0xce][0xa6][0xcb][0x9e][0x99][0xf8][0x84][0xf8][0x94][0xf8][0x8c][0xf8][0x9c][0xf8][0x82]|][0xcf]KX1|[0x15][0x13][0xd7][0xb6]j[0xd6][0xb6][0xf6][0x3]PK[0x7][0x8][0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.class[0x8d][0x8e][0xb1]N[0xc3]0[0x10][0x86][0xcf]%4[0xb4]@[F^[0x0][0xa5][0xc]x[0x81])[0x88][0xa5]R[0x11][0xa8][0xa8]CT1[0x1f][0x96]1[0xe][0xc1][0xae][0x9c][0xb][0x12][0xaf][0xc6][0xc0][0x3][0xf4][0xa1][0x10][0x97][0xa4][0xa2][0x2][0x9]Q[0xf][0xfe][0x9f][0xff][0xef][0xee]V[0x9f][0xef][0x1f][0x0]p[0xe][0xc3][0x18][0xe]c[0x18][0x8][0x18][0xaa][0xa0][0x91][0xf4][0xb5]v: [0xf9] [0xe0]"[0x99][0xe5][0xf8][0x8a][0xd2]zy[0x1f],[0xe9][0x90][0x8e][0xb9][0xf0][0x8c][0x81]P[0xe6][0xa5]w[0xb2]$F^[0xe4]-[0xfb]o,[0x15][0x90]n[0xb8]yE[0xcb][0x8a][0xb2]&[0xb7]%[0xbd][0xf8][0x83]n[0xab][0x8e][0xcb][0xea][0x9]C[0xa9]INZ[0xdd][0xb2][0xef][0xc0]h[0x9a]x[0xf7]h[0xcd][0x8d][[0x94]Z[0xc0]Q2n{Vd[0xb]y[0x87]K[0xe][0xf5]2k[0x1c]R[0x15][0xf8][0xff][0xe4][0xf7][0xff]e[0xfb],[0xd0][0x19][0xc9]KYg[0xd2][0xd3]+[0x86][0xfa][0x99][0xaf][0x82][0xd2]S[0u[0xfc]c[0xee][0x14][0x15][0xdf]og5( [0xf9]w[0xcf]u^[0xc0]h3j[0xfe][0x90]kE][0x1][0x2]:P[0x9f]([0x12][0xb0][0x3][0x11][0x9b]Zw[0xd7][0xda]m4[0x86]=[0xce][0xf5]8[0xd5][0x81]>[0xbb][0xfd][0xc6][0x1d]|[0x1]PK[0x7][0x8]0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]jakarta/json/stream/JsonLocation.classM[0x8e]A[0xe][0x82]0[0x10]E[0xff][0x0][0x82]b[0x8c]z[0x3][0x97][0xba][0xb1][0x1b]o`[0xe2][0x82][0x10]]p[0x82]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa1]B[0x9b][0x94][0xe2][0xe1]\x[0x0][0xf]el[0x8d]&[0xce]b^[0xf2][0xe7]M[0xf2][0x9f][0xaf][0xfb][0x3][0xc0][0x1][0xf3][0x4][0xb3][0x4])a[0xd1][0x8][0x9b][0xb7]J[0x9c][0xc7][0xbe][0x14][0x86][0x10]nw[0x19]a[0xe9][0xd2][0xa3][0xee][0xc6]^[0xfd]r[0x9f][0x14][0xd6][0x8][0xde]_[0xea]z[0x10][0x96][0x90][0x16]z4[0x95]8[0xb5][0x9d] [0xac][0xb3]A[0xab]\W[0xdc][0xb6]Z[0xed]%[0xbf]q[0xc2]F[0xf2]+7[0x96]3[0xe9]nl[0xf8]<[0xb3][0x8f][0xb0][0xf2]&[0xeb][0xb8]j[0xd8][0xa5][0x94][0xa2][0xb2]1[0x81][0x10][0xc0]O[0x18][0xb9]6[0x88][0x0][0xc7][0xc9][0x97][0xb1][0xa7]3[0x12][0xb7][0x3]L[0xdf]PK[0x7][0x8]a[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]jakarta/json/stream/JsonParser$Event.class[0x8d]T]O[0x13][[0x14]][0x87][0xe][0x9d][0xe9]t[0xb0][0x15]?A[0xfc][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xa0]T[0xfc][0xbe][0x96][0x8b][0x14][0x18][0x14],E;[0x85]d[0xa2][0x9][0x19][0xea][0x88][0xc5]2M[0xa6]-[0xf1][0x17][0xf8]{.5~[0xdd][0x9b][0xab][0xbe][0xf8]bL[0x8c]/[0xbe][0xf8][0xe0][0x83][0xff][0xc3][0xb8][0xf7][0xe9][0x4]1[0x1a][0xd3]i[0xb2]V[0xd7][0xd9]k[0xef][0xee]}[0xce][0x9c][0xbe][0xfb][0xf6][0xef]+[0x0][0x17]P[0x8c]@[0xc1][0x94][0x8e]k[0x98]V1[0xa6]bFG[0x1f]f[0x19][0xe6]4[0x1c][0xd7])8[0xc7][0xe]SC?[0xf3][0xbc][0x86][0x1][0xe6][0xeb][0x1a][0x6][0x99]ohH0/h[0x18]b^[0xd4]0[0xcc]|S[0xc3][0x8]sNC[0x92]yIC[0x8a]9[0xaf]bY j[0x15][0xb3][0x85][0xe2]Z[0xb6]P[0xc8][0xda][0x2][0x9d][0xe6][0xb6][0xeb][0xd5][0x5][0x8c][0x5][0xcf]s[0xfd][0xd9][0x8a]S[0xab][0xb9]5[0x81][0xe1][0xdc][0xa6][0xf3][0xd0][0xf1][0xeb]Nz[0xb3]V[0xf5][0xd2][0xb5][0xba][0xef]:[[0xe9]E[0xfa]~[0xcb][0xf1]k[0xae][0x9f][0x90]i[0x19][0xca]kU[[0x9e]Y4g[0x8b][0x2][0xda]M[0xd3]^[0xcb]g[0x97]L[0x8a][0xac]fs+[0xe6][0x9a]U,,[0xe4][0xaf][0xef][0xca][0xfc][0xca][0xd2][0x8c]Y[0x10][0xd0][[0xb2]XX!k[0xb4]%[0xe6][0xb3]9[0xcb][0xdc][\r][0xe5]Wr9[0x12]f~n[0xb7]z[0x84]E[0xd0][0xb8][0x9a][0x90]6K`[0xe4]N[0xbb][0xcd][0x86][0xb7][0x9d]J[0x83][0xc7]K%Sm')[0xb3][0xd5]{[0xae]@,W[0xf6][0xdc]|ck[0xdd][0xf5][0x8b][0xce]z[0x85]VTYm[0xf9][0xbe][0xc0][0xd5]$[0x15][0xdb]v[0xd2][0x15][0xc7][0xdb]H[u[0xbf][0xec]mdR[0xed][0xd6][0xef][0xce]UKNe[0xd5][0xf1][0xcb]\6[0xa8][0xad]x[0xce][0x96][0xcb][0xb1]_[0xea][0xd2][0x14][0x93]e[0xaf]\[0x9f][0x12]8[0xfc][0x9b][0x9f]]H[0xad]Rv[0xfd]A[0x99][0xa6][0x8c]X[0xe5][\r][0xcf][0xa9]7|[0xaa][0x14]Jr@[0x9b],U[0x82][0xe4]+{rM[0xaf][0xb1]5[0xd9]^[0xbf]S[0xd4][0x80]nU[0x1b]~[0xc9][0x9d]/s[0xa7][0xb1][0x1f][0x96]q[0xae]h`[0x94]_[0xe5]1[0x3][0xb7]p[[0x5][0x1d]u[0xa2][0x9d][0xc2][0x6][0xce][0xc2]2p[0x11][0x97][0xc][0x1c][0xc7])[0x3][0xfd][0xc][0x3][0xc][0x83][0xc][0x9][0x86]![0x86]a[0x86][0x11][0x86]$C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa7][0x4][0xf6][0xfd]<[0xb][0xbd][0xd6][0xa5]J[0xd5][0xa3][0xee][0xe]&S{[0xe6]\^[0xdf]tK[0xbc][0xe7]'[0xfe][0xdc][0x92][0xc0][0xc5][0xbd][+oE[0xe6][0xf7]G[0xbc][0xf7]g3[0xd3][0x13]t[0xcb][0xfa][0xe8]jG[0xa7]{x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0xb8]?[0xe0][0x81][0x80][0x7][0x3]N[0x4]<[0x14][0xf0]p[0xc0]#[0x1]'[0x3]N1[0xc7]{y[[0xa9][0xb2][0x82][0x8]N[0xe3][0xc][0x4][0xc6]I[\r][0x10][0xf3][0xa3]7![0x9e][0xa1][0xe3][\r]B[0xff][0x90][0x12]H[0x13][0x86]el[0x87][0xfc]g1[0x11][0xf8]/[0xa0]C[0xae][0xea][0xdd][0xca][0xe8][0xb]t[0xbe][0x81][0xc2][0xfe][0x8e][0x9f][0xfc][0xe7][0x8][0x8d][0x96][0xb][0xe7])[0x83][0xe3]t,[0x84]\a[0x2]![0xfa][0x0][0xea][0xe8]X[0xdf]s[0x84]w[0xfe][0x90][0xae][0xe2]2[0xb7][0x8e]+[0xd2][0xf3][0x17]4\%[0x94][0x8d][0x88][0x18][\r][0xc2][0xcf][0x87][0xff][0xa0][0xd8][0xdd]j[0xe8]9[0xb4]'[0x88]H[0xa1]+RD[0xa5]0:[0xa5][0xe8][0x92]b_X[0x8a][0x98][0x14]qU[0x8a][0xfd]RtkR[0x1c][0x90][0xe2]`[0xbc][0xe5];$[0xd5][0xe1][0xc0]xD[0xaa][0xa3][0xf1][0x96][0xb3]G[0xaa][0xde]xD[0xaa]cq[0xfd][0xd2][0xa1]&][0x19][i[0xd2]_[0xa4][0xdd][0xd9]D[0x97]e[0x87][0x9b][0x88]Y[0xb6][0xda][0xc4]~[0xcb][0xd6][0x9a]8`[0xd9]qZ:DDkG[0x88]h[0xb1][0x87]([0xd2][0xc4]1[0xeb][0x9][0xc4][0xce][0xee][0xee][0x8f]#J[0xf8][0x14]]x[0x89]^[0xbc][0xa6]S}K{[0xf9][0x1e]Y|D[0x1e][0x9f]p[0x17][0x9f][0xb1][0x89]/x[0x84][0xaf]xL[0xdb][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6])[0x83]I[0xc9][0xe3][0xa4]<[0x1][0xba][0xcc][0x94]sb[0xba][0xe7];PK[0x7][0x8][0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/stream/JsonParser.class[0x8d]T[0xed]N[0x13]A[0x14]=SJ[0x17]J[0xa1]|[0xf9][0x1]([0xa2]V)*[0xac]"[0xf8][0xd9][0x10][0x15]1)A0[0xa9][0x92][0xe8][0xf][0x93][0xa1]L[0x96][0x81][0xed]l3[0xbb]%[0xf0][0x6]>[0x84][0xf][0xe1]?[0x13]M[0xe4][0xbf][0x89]O[0xe0][0xbb][0x18][0xef][0xce]vm[0x94][0xb6][0xee][0x9f][0x9d][0x99]{[0xcf]9s[0xe6][0xce][0x9d][0xfd][0xfe][0xeb][0xcb]7[0x0]K(YX[0xcc][0x82][0xe1][0xae][0x85]%[0xb][0xcb][0x16][0xee]Y[0xb8][0xcf][0xd0][0xbb]v(T[0xc0][0x90]++%[0xf4][0xaa][0xcb]}_[0xf8][0xc][0xd6][0x1e][0xf7]7[0xc5][0x11]%z[0x8a]s[0xef][0x18][0xd2][0xca],[0x8a][0xc5][0xb9][0x8d]}~[0xc0]u[0xc0][0xed]}[0xdf]S[0xb6][0x1f]h[0xc1]k[0xf6]:[0xcd]_q[0xed][0xb]]0z[0x8f][0x19][0xfa][0x1d][0x11]T[0x2]-[0x95][0xc3]0nh[0x87][0xdc]v[0xb9]r[0xec](J[0x90]a[0xe9][0x97]U [0x1c][0xcd][0xdd][0xcd]FmGh[0x86][0xc][0xb1][0xca]*[0xda][0xb6]L6h[0xb9][0xe1][0x85][0x12][0xb4]^g[0x18][0xa4][0xf5]3[0xe9]<[0x17]UY[0xe3].[0xc3][0xf9]X[0xb8][0xc6][0x83]=[0xbb][0x95]![0xf1][0x1]C[0xad][0xf2]@z[0x8a][0xa1][0xd0][0xc5]x[0x8c]j[0x9a][0xde][0xda][0xd9][0x17]Ur0[0xf5]/%[0xc4]FIB[0xa6]W[0xbd]][0xc1][0x90][0xdf][0x90]JD[0xe6]_[0xf3][0x1d][0x97]"[0xa3][0xa1][0x9c][0xbb][0xcd][0xb5][0xc][0xd7][0xcd]`:[0xd8][0x93]T[0xd5][0x99][0xff][0x14][0x8f]t[0xfb][0xc8][0xc1]6w[0x1b]D[0x9a]lg[0xc0][0xe4][0x9a][0xb8][0xa7]Z[0xf3][0xe3][0xe]8[0x93]#[0xdc]P[0x8c][0xab][0x98][0xcd][0xe2]cQ[0xc9][0x1a][0x81]tc[0xb]Q2,@E:[0x8a][0x7][\r]M[0xfb]/wF[0x96]:[0x19][![0x8d][0xfc][0x9f]"F`[0xb][0xf][0xc3]>S[0x81]&[0xb3][0xef][0xbb][0x8b][0xc6][0x89][0x97][0xbc]^0[0x8c][0xd2][0xe9][0xc6][0xe9][0xbc][0xf7]J[0xf3][0xc0]f[0x1d][0x1f][0xb8][0xdf]?[0x90][0xf5]f[0xa9][0xa8][0x8b][0xb6][0x19][0xb2]a$[0xbe][0xe6][0xde][0xaa][0xeb][0xf9]t[0xda]l[0xc5]k[0xe8][0xaa]x![0xc3][0xfb][0xca][0xb7][0xee]d![0xdc][0x9f]a[0xb6]e[0xe3][0x8d][0xf2][0x1b][0xf5][0xba][0xa7][0x3][0xb1][0xbb]U[0x17][0xda][0xf4][0xce][0xda]QU[0xd4][0xc3]I[0xe][0x8f]0[0xcf]0[0xdd][0xfd][0xa2][0xa9][0xf7][z[0xb1][0x93][0x11][0x13][0x92][0x9e][0xbd][0x1a]:[0x8a][0x1a][0xa7][0x90][0xe4][0xb5]Y[0xa0]s[0x8f][0xb5])[0x1e][0xbd][0xa7][0x92]T2X[0xa1][0x97][0xf3]W:C[0xa5]@[0x9a][0xfe][0x6][0xbd][0xf4]o[0x18]IS[0x91][0x90][0x5]h[0x1c]@[0xce][0x8c][0x83][0x18]2c[0xbe][0x19][0x1f][0xc6][0x88][0x19]G1f[0xc6]q[0x9c]1[0xe3]Y[0x9c]#[0x5]z[0x88][0x98][0xa0][0xef]$[0xcd][0x17][0x91][0xa2][0x19][0xd0][0xf7][0x15][0xec][0xed]g[0xa4]Nh[0x9e][0xc2][0x14]}3a[0x9c]9[0xb8]@[0xf3]\[0x84][0xc1]EL[0x1b][0xfe]%[0xcc]$[0xe4][0x1f][0xb7][0xe5]_[0xc6][0x95][0x84][0xfc][0xf]m[0xf9]WQ T[0x12][0xfe][0xc7]6[0xfc]k[0x6]s[0x9d]b[0xb3][0x89]u>u[0xd4][0xb9]A[0xb1][0x9b][0x89]uN[0xba][0xfa][0xb9][0x85][0xf9][0x84]u[0xf9][0xd1][0xb6].[0xb][0x89][0xf9]?O[0xf3][0xa9]?l[0xe2][0x87][0xb8][0xdb][0xe6]{[0x87]2[0xa0][0x1e]J[0x11][0xa7][0x7][0xd6][0x93][0x9][0x14][0xf1][0x0]s[0x99][0xfe][0xdf]PK[0x7][0x8][0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]jakarta/json/stream/JsonParserFactory.class[0x8d][0x90]_J[0xc3]@[0x10][0xc6]gkMl[0xad][0xb5]}[0xf1][0x6]J[0xea][0x83][0xb]"[0x8][0xa6][0x8]R(T[0x14][0xff][0x4][0xf]0[0xae]k[0xdc][0x18]7e[0xb3][0x11]z5[0x1f]<[0x80][0x87][0x12]'[0xd9]@P[0x8a]d_[0xbe][0xd9][0x99][0xef]7[0xb3];_[0xdf][0x1f][0x9f][0x0]p[0x2]c[0x1f]v}[0x18]1[0x18][0x8]#[0xd1][0xca][4[0xb9]4[0xc][0x8e][0x83][0xab][0x4][0xdf][0x91][0xab][0x8c][0xdf]K|[0x92]&[0x9c]P[0xe2][0x15][0x8d]E[0x9e][0xe4][0x99][0xe6][0xb9]%[0xff][0x1b][0xbf][0xa4][0xd8]1![0x83][0xd3][0x6]Z[0xe8]ea[0xa3][0xca][0xd3][0x86][0xbc][O[0xba][0xa4][0xa6][0xac]x)[0xad][0x96][0xcf][0x9c][0xb6][0xe9][0x19][0x6][0xbf]=e[0xf1][0xe6]1[0x91][0xa2][0x15]}[0xb6][0x86][0xbe]0[0x6]Wm[0xe0]a,[0xed],[0xd3][0xcf]*^[0xe8][0x87]\2[0x18][0x7][0x13][0xf7][0x97][0xc2][0xaa][0x94]_[0xe3][0x92]L[0xbd]H[0xc5][0x1a]ma[0xa8]~[0xf0][0xb7]>u[0xd7][0x14]u[0xcc]i[0x19]J[0xc7][0xe1][0xe1]9A[0xfd](+[0x8c][0x90]s[0x95][0x12][0xb5][0xd7][0xc][0x9d][0xa3][0xb0][0x99]Y[0x1d][0x95][0x14][0x83][0xfd][0xff]_X[0x9b][0x19][0x8c][0x9a]!n3[0x1e][0x3][0x6][0x1d]([0x8f][0xd7]e[0xb0][0x1]][0x80]J7k[0xf5]j[0xf5]k[0xdd][0xaa][0xb4][0x7]}[0xe2][0xb6][0x89][0xea][0xc0][0x80][0xa2][0x9d]*[0x1a][0xfe][0x0]PK[0x7][0x8][0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonParsingException.class[0x8d]R[0xcb]N[0xc2]@[0x14]=S[0xde]P[0xc5][0x17]*[0xf8]6&BA[0xbb]11[0x11][0xe2][0xc6][0xc7][0xc2]4F[0x3]a[0xe5]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0x6][0x8a][0xd0][0x9a][0xb6][0xa8][0x9f][0xa5][0x89][0x86][0xc4][0x85][0x1f][0xe0]G[0x19][0xef][0x94]J4[0xd6][0xc8]f[0xe6][0xdc];g[0xce][0xb9][0xf7][0xce][0xbc][0xbc][0xbe][0x1][0xd8][0xc3]Z[0x12][0x11],&[0x10]FV[0xa0]\[0xc]K1,3[0xc4][0xbb]V[0x93][0xbb][0x86]e2lj[0x1d]~[0xc3]m[0x97][0xab][0x1d][0xc7]2U[0xc7][0xb5]u[0xde]S[0xcf][0x8]k>[0xa7][0xcc][0x10][0xad][0x18][0xa6][0xe1][0x1e]2[0xec][0xe7][0x89]~[0xc7][0xd5].7[j[0xd5][0xb5][\r][0xb3]U[0xfe]_[0xa0]Pg[0x8][0x1f]Y[0xd7]:CZ3L[0xfd][0xbc][0xdf]k[0xe8]v[0x8d]7[0xba][0x94][0x99][0x11][0xb4]n[0x9d][0xdb][0x86][0x88][0xfd]d[0xd8]m[0x1b][0xe][0x83][0xf2][0xa7][0xf6][0x5][0xb7][0x1d]2?yh[0xea][0xb7]~[0x91][0xb1][0x9e][0xee]8[0xbc][0xe5]I[0xfe]*[0x92]A[0xb].[0xfd]+Sk[0xdb][0xd6][0xbd]0[0x1f][0xb3][0x9f]H[0x93][0xf7][0x1d][0xf2][0xca][0x4]j0[0xa4]Z[0xba][0xab][0x8d][0xa6][0xbc][0x95]/[0x8c]3[0xe7]d[0xd5][0xea][0xdb]M[0xfd][0xd4][0x10]3[0xc8][0x6][0xf5][0xb9]+[0xdc]d[0xc4][0xb1]"#[0x8a][0x98]@[0xab][0xc][0xf9]q[0xc7][0xc4][0x90][0xfb]A[0x15][0x9c]o[0x87][0x99][0x80][0x19][0x89]f[0x95]qgW[0xa8]c[0x83]~[[0x84]~[0x1f]=[0x83][0xa8][0x90]P[0x88]p[0x1c][0x9]Z[0x93][0x14]]B[0xa2][0xc][0x90]R[0x8a][0x3]0[0xa5][0xf4][0x2][0xe9][0x89]B[0x9])Z'[0xbd][0xa3]m[0x12][0xc8][0x13][0xb9][0x0][0x99][0xa2][0xf5]![0x1d][0x13]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa5]1Eb[0x2][0x9][0x3][0xc9][0x93][0x9f][0xf6][0xe5][0xaf][0x88][0x1d][0xa6]]V[0x8a][0xa5][0x1]B[0xca]N[0x80][0xfe][0x1][0xdd]+S\[0xf1][0xf4][0x95]![0xa4]/[0x8f][0xf4]eja[0x96]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x9c]D#s[0xc8][0xf8]N*[0xed][0x82][0x15]Q[0x9e]!=[0x8e],[0xa2]^[0xf2][0xd8][0x93][0x96][0x87][0x4]_[0x9a]a[0xde]c-|[0x2]PK[0x7][0x8][0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]module-info.class][0x8e][[0xe][0xc1]@[0x14][0x86][0xff][0x83][0xaa][0xaa]{[0xfb]j[0x3][0x12]S[0x91][0xd8][0x82][0x7][0x89]Db[0x5][0x7]CZ[0x97][0x91]iy[0xb6].[0xf][0x16]`QbZ[0x15][0x97]I[0xe6]?3[0xff][0xf9][0xce][0xe5][0xfe][0xb8][0xde][0x0][0x8c][0xe0][0x13][0xdc][0xbd]Z[0x9d]v[0xb2][0x1f][0x1e][0xd6][0xca][0x6][0x11]Z_[0x86][0x88][0xf8][0xcc][0x84]Z[0xc4][[0xd6][0x9][0x8b](V[0x7][0xf]%[0x82]5[0x14][0x3]1 4[0xa6][0x19]<[0xe3][0xe5][0x96]726[0xd5]9[0x1a][0xa4]h[0x10][0x1f]C[0x1f][0x15][0x82][0xf7][0xeb]&Z[0xf2][0xde]G[0xf5][0xd3]9K[0xf8][0xa8][0x11][0x9c]t[0xa4]Xp,=4[0x8][0xdd][0xff]~[0xc1][0xc4][0xf6]bE[0xe4][0xa5][0x1b][0x90][0xb0][0xc4]G2D[0xc4]@[0x90][0x9f]J[0xb9][0x1b]ee[0x1d]]k[0xc2][0x85][0x89]B"[0xc6][0xf0][0x8b][0x98][0xf8]7[0x19][0xe3][0xb9][0xed]xEE[0xf7]C{[0xee]9[0xf7]|[0xe7];[0xe7][0xbb][0xb7][0xfd][0xfe][0xf3][0xd3][0x17][0x0][0xe3][0x98]Q[0xd0][0x8a][0x94][0x2][0x15]i[0x5]2Fd[0xf4]G[0xc9][0xc9]([0x88]B[0x93]1*[0x82])[0x19][0xf][0x85]?&[0x9c]G2[0xc6]eL[0xc8][0x98]d[0x90]v=[0xee]q[0x86][0xfe][0xc2][0xb6][0xfe]N[0xd7],[0xbd]R[0xd2][0x1c]^[0xd4]V[0xb9]^~[0xcd][0x8b][0xdc][0xe1][0x15][0x83]g[0x19][0xa2][0xcb]f[0xa9][0xa2][0xbb][0x9e]C[0xb9][0x8b]W[0xe5][0xe6][0x82]M[0xcf]5-[0xcd][0xb0]+[0x86][0xe7]P[0xd8][0xd5][0xf2]g[0xcb][0x82]Y)[0xf3][0xcd]%A[0x9b][[0xcf][0xcf]fg[0xa9]zS[0xce][0xac][0x98][0xee],C8[0x9e]Xa[0x88][0xe4][0xed]M[0xe2]i[0xa3]T[0xfe][0xd2][0xdb][0xd9][0xe0][0xce][0x1b]}[0xc3][0xa2]HG[0xc1]6tkEwL[0xe1][0xd7][0x83][0x11]w[0xcb][0xac]1[0xc][0x17]l[0xa7][0xa4][0x95],[0xbd]V+[0x9a][0xb5]-m[0xbb]fW[0xb4]y[0xaf]H}[0xbd][0xb2]m[0xeb][0xc5]N[0xd5][0xca][0x8a]d[0xbd],0[0xf1][0xc4]z[0x9e][0x81][0xb9][0xc]![0xb1]h]vu[0xa3][0xbc][0xa0]W[0xeb]5[0x9b]K[0xdc]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xc9][0xc4][0x13][\r][0x8c]D[0x14]l[0x93]![0xdd] d[0x97][0xa1][0xe7][0xf2]l{[0xd5][0xd3][0xf9]F[0x1b]U[0x94]a[0xac][0xa1][0x9e][0xeb] [0xd9][0xe1][0xc6][0x9e]![0x18][0xa5][0xf8]z^[0x9c][0x83][0xb2]l{[0x8e][0xc1][0x9f][0x9a]"[0xd8]yY[0xcb][0x8c][0xa8][0xaf][0xa2][0x13]]*[0x6]0[0xa8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]*[0xda][0xd0][0xae][0xe2]1[0xa6][0x19][0x92][0xff][0xcf][0xcf][0xd0]w[0xc5][0x85][0x12][0x1c]OTd[0x91]c[0x18][0xfa][0xe7][0x11]3[0xb4][0x9f][0xd7]Z[0xdc][0xd8][0xe6][0x86][0xfb]g[0x98]^5/@[0xe9]FTm[0x8b]L[0xd7][0xa9]r[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90]6a[0xba][0xf][0xc][0xdd][0xf1][0xdf][0xf7][0x84]N[0x92]-[0xea][0xfc]e[0xff]-[0x6][0xe9]kl[0x5][0xc3]5z[0xe6][0x85]Ddc[0xf4][0xe9][0x86][0xd0][0x81][0x8]Y[0xd2][0x90]"[0xdd][0xb4][0xd2][0xc8]2[0xb2]R[0xf2][0x10][0xec][0xbd][0x9f][0xd2]C[0xef]&?[0xd8][0x8f]^z[0xab]A[0x2][0xae][0xe3][0x6][0xd9][0x18]n[0xa2][0xaf][0xe][0xe6]dCd{[0x9][0x1c]:@[0xf8][0x18][0x91]B[0xea][0x1b][0xa2][0xb1]v|[0x96][0xf6]S[0xfb][0xb4][0x15][0xf6][0xcb][0x5][0xac]#hA[0x86][0xba][0xd1][0x8]<[0xea][0x97][0xee][0x9][0xe0][0xf5][0xd2]-Du[0x8b]H[0x19]n[0x93][0xd7][0xc][0xf6][0x3][0xdd]2!C[0xe2][0xb8][0xe9]-([0xbf][0x92][0x1f][0x16][0xb5][0x92][0x1f] [0x15]R'[0x88][0xa5][0xe][0xd0]t[0xc]y!}[0x2])[0xbd][0x4]y[0xed][0x10][0xcd][0xb][0xc9]#D[0xd7][0xd2][0x87]P>[0x8a]([0x1]"~#w[0xa8][0xac][0xf8][0x83]I[0x98][0xa0][0xd3]$M3Ee[0xa7][0xa9][0x85][0x1c][0x91][0xcc] [0x85]9[0xbf][0xb1]$[0xe5][0xc7]H[0x85]!B[0x84][0xfc][0xd6][0x83][0x16]%[0xc4]1[0xec][0xcb]9@[0xe2][0x6][0xbb]w)>HM[0x5][0xf9][0xf7]([0x12]du[0x9c]e[0x89][0xd8][0xd9]H[0xbd]21[0x7][0x87]q[0x9f][0xec][0x3][0xca][\r][0xd4][0x9c][0xa7][0x88][0xe0]R[0x84][0x9a]4U[0xcb][0xea][0xf9]y([0xfe][0xce]3B>[0xbf] [0x9c]R[0xef]J[0xac][0x2][0xe1][0x18][0x12]>&[0xf9][0xb]PK[0x7][0x8][0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.class[0x9d]VYw[0x14]E[0x14][0xfe]j[0xb6][0xce][0xcc]t[0x12][0x84][0x84][0x10][0x12]$[0x9a][0x0][0x93]!0[0xb8]+[0x89][0xd1][0x4]A[0x83]C@[0x12]@[0xe2][0xda][0x99]t[0x92][0xe][0x93][0x99][0xa1][0xbb][0x87][0x0][0xee][0xfb][0xbe][0xef][0xe0][0x86][0xfb][0x12][0x8f][0x1][0x5]N[0xc4][0xed][0xc1][0x17]}[0xf0][0xc5][0xe5][0xc5][0xed][0xc5]?[0xe1]9[0x1e][0xf5]VwM;[0xe9][0xe9]I[0xa2][0xf]]U]u[0xef]w[0xf7][[0xf5][0xcd]_[0x9f]|[0xe][0xe0]\|[0x10][0xc1]*[0xec][\r]c%t>[0x18]Q[0x98][0xc8][0xf3]a[0x9f][0x84][0x9][0x9][0xfb]%[0x1c][0x90]p0BG7E[0x11][0xc6][0xcd]|u[0x8b][0x84][[0xf9]|[[0x14][0x15][0xb8][0x9d][0xaf][0xee][0xe0][0xc3][0x9d]a[0xd4][0xe1].>[0xdc]-[0xe1][0x9e][0x8]j[0xb0][0x97]o[0xdf]+[0xe1]>[0xbe]y[0x4][0xf][0xe0][0xc1]0n[0xc0]C\[0xd2][0xc3]\[0xf0]#[0x12][0x1e][0x8d]`[0x19][0xf6]Jx,[0x82][0xe5]x<[0x8a]1<[0xc1][0x87]'%<[0x15]A3[0x9e][0xe6][0xc7][0xcf]HxN[0xc2][0xf3][0xc][0xe1]}J:[0xaf]&5[0xc3]dX[0x90][0x1c]S[0xf6])[0x89][0xbc][0xa9][0xa5][0x13]|[0xa7][0x9d][0x8e][0xfb][0xb4][0x91][0x8c]b[0xe6]u[0x95]![0xee]:[0xee][0xa0][0xff]=[0x8a]n*[0x89]1#[0x9b]Il[0xa6]a'[0x7]k[0xef]$[0xc6][0xc8]`~xX[0xd5][0xb7]e[0xb3]i[0x86][0xe6]dV[0x1f]I[0x8c][0xa4][0x15][0xc3][0x18][0xd6][0x8c]Q[0x9b]^[0xc9]i[0x89]n[0x87][0x88]X*F[0x15]ctCv[0x88]D[0xb1][0x1e][0x86]P[0x87][0x96][0xd1][0xcc]N[0x86][0xf3]cn[0xbd][0xe6][0x1][0xd7][0xba][0x93]!`[0x83]U'[0xb5][0x8c][0xda][0x9b][0x1f][0x1f]T[0xf5]~e0M;[0xb][0x93][0xd9][0x94][0x92][0xde][0xa9][0xe8][0x1a][0xff][0x17][0x9b][0x1]sT3[0x18]*[0xb9][0x1d]][0xba][0xae][0x1c][0xe8][0x19][0xcf][0x91][0xee]rO&[0xa3][0xea][0x1b][0xb8]0[0x95][0x8e]/[0xf0][0x92][0xed][0xb0]t[0xe7][0xb5][0xf4][0x90][0xaa]s[0xce][0x96][0x19]8d[0xde][0xe2][0x99]B[0xf][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x82][0xb7][0xb9][0xed][0x9b][0xc5][0xb1][0xf3][0xb5][0xdc][0xd0][0xe][0x12][0xb2]?[0xd6]J[0x8e][0xac][0x1c]QM[0x8e][0xb1]upLMQ[0x98][0x1b]c=[0xad][0xa5][0x12][0xec]S[0xd2]3[0xa8]e[0x86][0xd4][0xfd]d[0xb8]`[0xb3]l`h[0xf0][0xe4][0xb2][0xe][0xdb][0xff][0x95]a[0xbb][0xb9][0x9c][0xc][0xfb][0xb4][0x88][0xbc][0xcf][0xd4][0xb5][0xcc]H9r[0xfb][0x94][0xc8][0xa3]Dny[0xc0][0xe8][0xa2][0x10]4[0xb][0xa5][0x95][0xcc]H[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "L{ki[0xe6][0x6]Si[0xe5][0xe0]A[0x86][0xd3]J[0x88]y(\{[0x1d][0xfd][0xfd]V[0xd6]n[0xee][0xe8]_[0xbf][0xbe][0xac][0xf7]K[0xe4][0xda]ln[0xe1][0x5][0xb0]0i]0[0xb0][0xd6]6[0xb0][0xc0][0xed]X[0xb6]*[0xd6]S[0xba][0xed]I[0xc9]([0x9e][0xb5]E[0x7][0x1b][0xf7][0xa7][0xd4][0x9c][0xa9]e3t&[0xf][0xa9][0xc3]J>m[0xfb][0x88][0xa7][0xb7][0x7]e[0x9f][0xa9][0xa4][0xf6]lQr"[0xeb]B[0xa4]]O[0x86][0xd2]!@[0xaa]Q[0x96][0x4]c=[0xd6][0x1c][0xa1][0xfd]n[0xca]#U[0xc9][0xd8]g[0x3]d[0xc9]X[0xc1][0x9][0xc]K[0xca][0xb9][0xc7][0x82][0x18][0xe0][0xe4][0x8c][0xbe][0x90]f[0xf4][0xe6][0xd3]i;[0x8d],[0x2][0x9e][0xf1][0x12]^ 4[0xe7][0x97][0xa1]%[0xe6][0x11]w[0xeb][0xbc][0xc5][0xa1]"d?[0x81][0x94]K[0xc1][0x82][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[[0xf0]vM[0xcc][0xd3][0x85][0xbe][0xb1][0x9][0x86][0xfa]R[0x84]][0xba]fZi[0xe9]3&[0x9c][0xe4][0xd0][0xb2][0x82]Q[0x9c]J8D[0x89][0xa8][0x18]E%[0xb1][0xd4]K[0xf9]BE[0xb8]"[0xee][0x94][0xd7][0xe6][0xa2]l[0xe9][0x1a]4L]I[0x99]s[0x15]}Y![0x91][0xbe]l^O[0xa9][0x9b]4[0x1e][0xd1]z[0xaf]6[0xb4][0x96]K[0x93][0xb1][0xe][0x87]e[0xc4][0xd0]*[0xa3][\r]k$[0xbc]([0xa3][0x1d][0x1d]2[0x6]1[0xce]PW[0xa6][0x17][0x90]+[0xbc][0x5]{[0xb1][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf4][0xc4][0xf6][0xa2][0x8c][0xcb][0xb0]QF[0x12]*[0x1f][0xb6]0,[0xf2]He[0x19][0xdd][0xd8] [0xe3]%[0xae]Z?vp[0xfd]R2^[0xc6][0x80][0x8c]W@I[0xd5][0xe8][0xaa][0xbf][\r][0x8a]a[0x16]1[0xef][0xc2][0xd5]^:[n[0x94][0xf1]*[0x6]$[0x1c][0x91][0xf1][0x1a]^[0x97][0xf1][0x6][0xde][0x94][0xb1][0x16][0x9]>tP[0xc2]x[0x85][0x9c][0xe1][0x8c]2[0xbd][0xde]>[0xe7][0xee][0xe5][0x9e]}K[0xc6][0xdb]xG[0xc6][0xbb]8<[0xc3][0xac][0xfe]Q=;[0xc1][0x8b]M[0xc6]{x_[0xc6][0x10]([0xff]'[0x19][0xce][0xfb]_7[0x88]e[0x99]W[0xe2]04[0xcd]UA^a)[0xd8]Hw[0x4]][0x18]U3[[0x18]U[0x93][0x96])[0xb4][0x93]@[0xff][0xf6][0x1d][0x1b][0xa9][0xba]7u%[0xfb]h[0xe][0xf4][0xee]H&[0xe9][0xb1][0xe0][0xce]m[0xaa]yuo^I[0x1b]<[0xf7]K3[0x9f]7[0x86]`[0xd7][0xf6][0xed]][0xbb][0x19][0xce][0x9c]O[0xcd][0x17][0xae]}[0x8a][0x8a]([0xc1]y^~[0xc1][0x9]N[0xce][0xb0]<[0xe6]y[0xa5][0xe4]S[0xfc]9cS[0xa6][0xd2]Y[0x83](+[0x95][0xa1][0xa1][0xbe]|.[0xa7][0xab]t[0xc9][0xf]Q[0x8f]+[0xd6][0xdf][0x9][0xa3][0xc5][0xb2]j[0x9e][0xc1][0xa3][0xbc]XI[0xcf]1[0x6][0x9]~,[0xe4][0xa5]G[0xeb]8=[0x10]}XM[0xff]T[0x85][0xd6][0x9a]R[0x90][0xe6][0x1a][0xfa][0xd6][0xe1],[0xfa]?[0x9b]V{h[0xf6][0xd3]\[0x1d]?[0x9][0x16]_}[0x1c][0xbe]x[0xdb]q[0xf8][0x8f][0xd2][0x96][0x1f][0xe7][0xd0][0xb8][0x10][0x1][0x80][0x8d]#[0xc0]2[0x8][0xb3],[0xaa]X[0x8e][0xde][0x9d]@[0x93][0xcd][0x86][0xf3]p!`[0xad]l[0xb1]|[0xc5][0x5][0xfa]p[0x11][0xad]e[0xb1][0x13]#E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xad][0xa7][0x15]5[0x4][0x1a][0xcf][0xb6][0xde][0xb0][0xcc][0xa2][0x89][0xc4]?[0x86]o[0x9a][0xc4]`[0xd2][0xa2][0xe2][0xb2]C[0xfc][0x84][0x99][0x96]<[0x1b])"[0xe4]1\[0x8c]N[0x81][0xd0]M[0xd4]>[0x9a][0xab]8B[0xc3]4[0x82]>|[0x89][0xd0][0x94][0xb][0xe5][0x80][0x85][0xb2][0xd8][0xa6]t[0xb4][0xae][0xc2]%[0xe4][0x14][0xae][0xc1][0xa5][0xe8][0x9a][\r]Or[0xe3][0xdd]:[0x7][0x1e]5[0x97][0xd9][0xf0]*[0xdc]xw[0xcd][0x81]G[0x1d]m6[0xbc][0xb0][0x1b][0xef][0xfe]9[0xf0]6[0xe1]r[0x91][0x2]W[0xd2][0x1f][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r[0xbc])'[0xf0]6[0xcc][0xa3]E0A[0x7]&[0x88]+[0xd0]C[0xe7][0xff][0x86][0x98][0xef]lvB[0xcc]![0xa9][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85]/[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "G[0xe3][\r]'[0x10][0x99]F[0x94][0xc1][0xad][0xed]SEb[0xa2][0x8e][0x98][0xa8][0xa3]m[0x12][0xbd][0x2]l[0x9c]h(#[0x11][0xe6]`[0xf2]To[0xdb][0x94][0x90][0x1f]B[0xa5][0xd0][0xbc][0x8a][0xa7]&{[0x1]!v[0x8][0x12];lA[0xc7][0x89]I"[0xd6][0xad][0xd8]f%n[0xd8][0x11][0x12][0x16]B[0xf8][0xea]*l'[0x9a]>[[0xad]M[0x12]!2~7x[0xd9]Q5[0x8d][0xea][0xd2]\=2[0x87][0x1d][0xfd][0xd8][0xe9]e[0xc7][0x82][0xc9][0xde][0xc6][0xc9]2v[0xbc]Mv[0xbc]Cv[0xbc][0xfb][0x9f][0xec]H[0x94][0xd8]A[0x17][0x96][0x10]}[0x87][0xa8][0xf9]&.[0xfa][0xb4]-m[0xc7][0xb0][0xf0]-[0x4][0x3][0x93][0xb4]XD[0xb][0xff][0xe4])[0xd4][0xec]>[0x89][0xda]/[0x9c]\XJ8`[0x1f][0x92]&S[0xa8]dG[0xc9][0xf2]cX[0xcc]>[0xc2][0x12]v[0xbc][0xa8][0x19]49[0xba]4[0x9]]B[0xc4][0xb9][0x1b][0x3]B[0x97]0|[0xa2]ZB][0x85][0xa5][0xce]5^[0x9e]X<[0x8b]'>%[0xf9][0x9f][0x91]'>[0xff]O[0x9e][0xb8][0xb6][0xc4][0x13][0xd7]9[0x9e][0xb8]BD[0xb4][0xa6][0xb8][0x94][0xea][0x8e]a[0xc9][0x9][0xd4][0xbb]C[0xfb]UQhk[0x1c]Y5Nh[0xaf][0x87]"P[0xd7][0x8a][0x96][0x16]8[0x86][0xa5][0xee]D[0xff][0xba][0xa8][0x99][0x5][0x9c]fFO[0x8f][0xd9][0x8a][0xbb][0xce][0x8d][0xf2][0xed][0x1c][0xc5][0xbd][0xd6]i[0xaf][[0x89][0x86][0x9][0xb][0x1b][0xe]Q[0xea]R[0x9f]o<[0x8e][0x6][0xfe];[0xe9][0xc4][0xd7][0xf6][0xef]w[0xe4][0xdb][0xef])[0xb6]?[0x16][0xe9]X[0xb0][0xb4][0xcf][0xa2]e[0xd5][0xb4]IO[0xb][0x1][0xfe][0x3][0x99][0x10][0xa4][0xb9][0xf3][0x14][0x96]Q[0xc2][0x9c][0x9e]<[0x85][0xe5][0xbb]W[0x13][0xb4][0xff]$[0x9a][0xb6][0xb4][0xc5][0xa7]q[0x86][0xf]m[0xd3]8[0x93][0xd1][0xa3][0xa5][0xae][0xb7][0xb0][0x8a][0xae][0xf][0xac][0xa9][0xf][0x9c]@[0xcb][0x9a]/V[0x9f][0xc0][0x8a])R[0xb1][0x16][0x8d]X[0x81]f[0xba][0xc6][0xda][0xc8][0x84][0xe6][0x19]i[0xf7][0x13]*[0xd8][0xcf][0xa8]e[0xbf][0xa0][0x91][0xfd][0x8a][0x15][0xb4][0xbe][0x88][0xfd][0xe6][0xa4]]-Z0[0x8c][0x11][0xcb][0x15][0x9d]B[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8f]Qh[0xa4]%W;[0x81][0xc0][0xdf][0x4][0xee][0x97][0xb0]R[0xc2]2[0x9]c`[0x12][0x9a][0xff][0xa6][0xe4][0x8]8[[0xb4]a[0xed]JX[0xfe][0xdb][0x83][0xb4]0[0xb1]M[0xc4][0xd2][0x17]w[0xc7][0xe0][0xf7]"/[0xf9]l[0xc1][0xb][0xba][0xf8]#Wp[0xae][0x13][0x91][0xc]YU[0xe6][0xe6][0x1e]-[0xe2][0xe][0x9][0xb5][0xfd][0xa2]{f[0x90][0xb5][0xe6][0x1c].[0x0][0xbf][0x80]}[0xe4][0x96]g[0xc9][0xa4][0xa5][0xb8][0x1]u[0xb8][0xf1][0xd2][0xfa][0x0]PK[0x7][0x8]u[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.class[0xb5]Y[0xb]x[0x14][0xd5][0x15][0xfe]o6d[0xc8]fBB[0x8]Q[0xb2]! [0x82]Y6[0xc1][0x10]_[0xa0] [0x9a]@[0x90][0x84]M[0x82][0x9][0x9][0x6][0xb5]8d7[0xc9][0xc2]f7[0xd9][0x7][0x5][0xac]U[0x84]>[0xb4]Z[[[0xb5][0xb4]jk[0xd5][0xd2][0xaa]m[0x85]*[0x89]R_[0xf5]U[0xad][0xad]V[0xfa][0xd0]j[0x1f]j[0x1f]j[0x1f]j[0x1f]j[0xad][0x95][0x9e]{[0xe7]fv63[0x93]L[0xda][0xaf][0x1f]_n[0xee][0xcc][0x9c][0xfb][0xff][0xe7][0x9e]{[0xce][0xef][\r]O~p[0xef][0xfd][0x0]N[0xc2][0x11]/[0x16][0xe3][0xb2]|[0xd4][0xe2]r[0x5][0x9f][0xf2][0xc2][0xa3]?\[0xc1]{Wz[0xa9][0xf7]i[0xde]\[0xc5][0x9b][0xcf]([0xf8][0xac][0x17]^\[0xed][0xc5][0xe7][0xf0]y[0xde]\[0xc3][0x9b]kys[0x1d]o[0xbe][0x90][0x8f][0xf3][0xb1][0x97]7_[0xe4][0xcd][0x97][0x14]\[0xef][0xc5][\r][0xb8][0xd1][0x8b]R\][0x80]/[0xe3]+[0xfc][0xf1][0xa6][0x2][0xd4][0xe1][0xab][0x1c][0xf0]f[0xde][0xdc][0xa2][0xe0]V[0xfe][0xfa]k^Tph[0xf][0xf6]y[0xf1]u|[0x83]7[0xb7])[0xb8][0xdd][0x8b]y[0xb8][0xa3][0x0][0xdf][0xc4][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x11][0xbe][0xcd][0x9b];[0x15][0xec]/![0xef][0xf]zQ[0x85]a/Fp[0xf][0x1f]w/o[0xe][0xf1][0xe6][0xbb][0x1c][0xf0]>[0x5][0xf7]+x@[0xc1][0x83][0xc][0x85][0xcd][0xc9]x[0xac]>[0x91][0xd0]v4[\r][0xc]F[0x19][0xd4][0xa6]X,[0x9c]X[0x19][0xd5][0x92][0xc9]p[0x92]![0x9b][0x16]M[0x87][0x83][0x91]d[0x8a]afp[0x8b][0xb6]M[0xab]M[0xa7]"[0xd1]Z1[0x82][0xbf]^F6[0x1d][0x91][0xbe][0x98][0x96]J'[0xc2][0xc][0xb5]v6[0xcb][0xe9][0xe5]V-[0x91][0xd2]j[0xb7][0x10]Y-g[0xec][0xe2][0xb0][0xcb]V[0xd0]h[0xef][0xe6]too8[0xb1].[0x1e]'[0xf6]c[0x83][0xf1]D_m[0x1f]g[0xef][0x8d]$[0xfb]u{m0R[0xdb]`[0x18][0xd1][0x90][0xbc][0xe5][0x91]X$[0xb5][0x82][0xe1]8[0xbf][0xb][0xfb][0x85]][0xc][0xb9]+[0xe3]![0xf2][0xae]([0x18][0x89][0x85][[0xd3][0x3][0x9b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0x89][0xf5][0xda][0xe6]([0xbd])[0x9][0xc6]{[0xb4]h[0x97][0x96][0x88][0xf0]g[0xf9]27[0xd5][0x1f][0xa1][0xb9]/[0xb4][0x3]7[0xc2][0xd5][0x90][0x8e]DC[0xe1][0x4][0x8f][0x1a][0xb9][0xb4][0xc2]o[0x9d][0xa3]0[[0xe6][0xd2][0xc3])[0x1a][0xb7]f8[0xda][0x9][0x87]a[0xb9][0xdf][0x14][0xdc][0x95][0xf1]h4[0xdc][0x93][0x8a][0xc4]cn[0x19][0xbc]=[0xc6][0x10][0x86]2{([0xfe]!+ ;[0x6]G[0x83]2[0xcb]v[0xc4][0xf2][0x0]_[0xc3]3[0xec]=[0xe3][0x1f]]:[0xe7][0xd1]B![0x86]Sm[0xa2][0xa8]g[0xca]B[0x87][0xb0][0xc8]U [0x1f][0xa6][0x88]L[0xb5][\r][0xa0][0xe][0xc1]p[0xa2]t3[0xaa][0xc5][0xfa]j;R[0x89]H[0xac][0xcf][0x5]p[0x89]u[0x10][0xc3][0x12][0x9]5[0xa0][0xa5][0xfa]k[0x1b]"}[0xab][0xc2]=[0x91][0x1]-[0xea][0x2][0xae][0xcc]~[0xa0][0x15][0xb2])[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xd1][0x90]IC[0x8e][0xe]d[0x98][0xe7]o[0x9a]x4k[0xe2][0x86][0xcd].[0xc][0x9b][0xb9][0xe1]*[0x17][0x86][0xab][0xb8][0xe1]F[0x17][0x86][0x1b]I[0x80]:RZ[0xcf][0xd6][0x16]mP[0xe4][0x99][0x82][0x87][0x18][0x14]J[0x86][0xd6]t[0x94][0xf4][0xe0][0x18][0xff][0xc4] [0xf5]6I[0xd3][0xb6]y[0xb][0xa5][0xe0][0xa8][0xcd][0xc4][0x18][0xca]f[0xbd][0xcb]0w"0[0x86]3[0x9d]j[0xdd]=[0xdf][0x9c][0x9]-[0xf2]([0x6][0xf5]<[0x4][0xa7][0xf9][0x9b][0xfe][0x87][0xa2][0x88][0xc4]B[0xe1][0xed][0xc]'[0x9][0x90]I[0xa7][0xfe][0xd2][0xd1]a[0x93]Os[0xcb]P[0xf7][0xe9]|[0xac][0xbf][0xc9]E[0xda][0x92][0x95][0x8b][0x9c]%+[0x17][0x9]KV.[0xb2][0xb5][0xc1]n%&[0x9b]i[0xf5]v [0x93][0xcc][0x1e]O2L[0xdb][0xb1]B[0xad]^%y[0x89][0xf0]@|[0x1b]i[0xdf][0x14][0x91][0xc6][0xc][0xe5][0x8e]eC[0xa3][0xa7]&c[0xda]`[0xb2]?N[0x10][0xc5]&[0xd9][0x96][0x9b]y`[0xcc][0xab]q[0xf6]n[0x5][0xdf]#[0xb4][0xc1][0xf8]`:[0xaa][0xa5][0xf8][0xe][0xe1][0xb0]?q}7[0x8b][0xa8][0x1e]2[0x1a][0xfe]0C[0x85][0xf3][0xce][0xc1][0x87][0xa9]T[0x5]][0x99][0x13][0x88][0xcf]y[0xe8][0xe2]X[0xce][0x95][0xc2][0xb1](^&[0xac]B[0xda]/"!r[0xbc]K[0xdf]7f[0xfa][0xad].[0xf2]a[0xd3][0xa3][0xda][0xc0][0xe6][0x90]6t[0x9e][0xf3][0x17][0x93]nm[0xa3][0xed][0xb4]#[0x9e]N[0xf4][0x84]WG[0xc4][0xe6]hw,8[0x9e][0xe3][0xa9]8[\r][0x8f][0xa8]X[0x8a]S[0x19]f[0xd8][0x9c][0x8d]T:i[0x9e][0xac]"[0x8c]GU[0xec][0xc4][0x85]*vc[0x8f][0x8a][0x8b]q[0x9][0x89][0x9f][0xc3][0xf1]C/_[0xce][0xc0][0xc1][0x1f]S[0xf0][0xb8][0x8a][0xef][0xe3][0x9][0xde]<[0xc9][0x9b][0x1f][0xf0][0xe6])[0xde][0xfc]P[0xc5][0x8f][0xd0][0xa2][0xe2]i[0xde]<[0x83][0x16][0x86][0xca][0xcc][0x1c]y[0xee][0xac][0x8b]G[0xa8],[0x13][0x8d][0xdb]{[0xc2][0x83]<[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xac][0xe2]Y[0x1c]V[0xf0][0x13][0x15])[0xfc]T[0xc5][0xcf]p[0x98][0xf7][0xd2][0xdc][0xa7]]*.[0xc5].*[0x97][0xc]H[0x13][0xd7][0x97][0xb6]t[0xaa][0xad][0xb7]![0x9e][0x8e][0x85][0x92][0x6][0x92][0x8a][0x9f][0xe3]9[0x15]I<[0xaf][0xe0][0x17]*^[0xc0][0x8b]*~[0x89]_1[0x9c][0xec][0xf2]P5?[0xeb]`[0xca]g[0xfa]k[0x5][0xbf]Q[0xf1][0x12]^V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xab][0xe2]w[0xf8]=%V&[0xa6]m[0x82]X[0xa3][0x82](n[0x88][0xc7]S[0xc9]TB[0x1b]l[0x9][0xa7][0xfa][0xe3][0xa1]dQ[0x1e][0xfe]P[0x8c]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^U[0xf1][0x1a]^W[0xf1]G[0xfc]I[0xc1][0x9f]U[0xfc][0x5]o[0xa8]h[0xc6][0x9b][0xbc]yK[0xc5][0x10][0xfe][0xaa][0xe2]o8[0xcc]P[0xe5][0xd2]Ob[0x1b][0x9b]7[0xc][0xb3][0xc7]-a[0xda][0xb1][0xed][0xf3][0x94]aZv[0xf5]e[0xcd][0xaf][0x89]VJK[0xc5]i[0xb8][0xc7][0xcf]3[0xd3][0xb1][0xde]6[0x8e][0xc9][0xe6]Q[0xbd][0xef]r[0xce])[0xfd]P[0xac][0xcf][0xa7][0xb0]/[0x9c][0xca][0xbc]c[0xa8]s[0xd6][0xd1][0x87],[0xb3][0x8e][0x19]G[0xfd][0x8d]1[0x15][0xb6][0xa7][0x15][0xd3]g;[0xbd]7}[0xb6][0x13]z[0xe3]s[0xee][0xfa][0xf6][0xce]FR[0xc8][0xd5][0xf5][0xc1][0xe][0xfa][0x9d][0xdb][0xda][0x19][0xc][0xd2]>[0xec][0x10][0x8e][0x96]p2[0xa9][0xf5][0xf1][0xb]Pe}{{CgSpUc[0xfb][0xa6][0xb6][0x86][0xe6][0xc6][0x95][0xeb]7[0x8d]>[0xea][0x10][0xa5]Bk-[0x7][0xc4][0xca][0xf1]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae]e6[0xee]J[0xdd][0xa1][0x4]2[0xd1]R[0xb7][0xbe]{[0xc][0xeb],[0xd3][0xf7][0xae][0xfa]`gc[0xb0][0xa9]c[0xbd][0xfc]V&[0xf7]O[0x8b]O3[0xfd]Y[0xef][\r][0xb2][0x99]vi[0xc4]/[0xe1][0x81][0xc1][0xd4][0xe][0x99][0x87][0xa3][0xd3]4o[0x16][0xc5][0xe9][0xd8]@<[0x14][0xe9][0x15]w[0x5][0xdd]n[0x9e][0xac][0x99][0xcd][0xb8]S,F.[0xaf][0x9][0xa5]v[0x9e][0xd2]&[0x14]1J[0xa3],[0xcb][0xcf][0xd1][0x92][0xe1]G[0xbc]~-[0xd9][0x1a][0xde][0x9e][0x12][0xd5]C[0x15][0x92][0x1b][0x13][0xf][0xd9][0xcb]'C[0xe2][0xc5][0xdf][0xf1][0xf]~[0x5][0x9b][0x1f][0xc4]z[0xb8][0xa4]1[0xac][0xb1][0xbd]l[0xda][0xde][0x7][0xcd].[0xf4][0xa6]c[0xc2]Kr8[0x96]L[0xf][0x88]d[0xcc][0x8f][0xf4][0xae]K[0x84][0x93][0xe1][0x18][0xc1][0xce][0xf5][0x8f]k[0xcc]g]n[0xc3]K[0x7][0xe6]N[0x1a]A[0xfe][0xf5]k[0xb1][0x10][0xdf][0x83][0xda]l607au[0xbe]/[0xd9]n[0x89][0x1b]E[0x82][0xd9][0xef][0x95]U[0xb6][0x1f]lSnl[0xfe][0x8a][0xdc]U[0xf0][0x8e][0x8a]w[0xf1]/[0x15][0x1f][0xc3][0x1e][0xca][0xa5][0xcc][0xc0]Hl[|k[0xb8]6([0xf6]b[0x12]u[0xad]W[0xeb][0xa1]u[0xa5][0xb]s[0xc1]@[0xe6]I[0xc1][0xbf]) [0xc1]x|kz[0x90][0xe1])[0xb3][0xfb][0x12]@[0xdf][0xf][0xd6][0x88][0x90]%[0xe7][0xeb][0x96][0xcb][0xac][0xb5][0xe2]4[0x90][0xdf][0x87][0xff][0xbb][0x8f]:[0xe5][0xf8]c[0x17]Z[0xbf][0xae][0xd4][0xa2][0xd1][0xe][0xca]n:-}[0xc0][0xb0][0xc0][0xd5]|[0xb2]vy;;[0xcc][0xa5][0xd4]^[0xc]Ri[0xe4][0xd0]?:[0x80]P[0xff][0x14][0x80][0xfa]KP[0xc2][0xcf]*[0xd4]_D?[0xa7]a[0x19]}YN[0xbd][0xd5][0xc2][0x12][0xf0][0x6][0x86][0xc1][0x2][0xd5]w#g[0xbf][0xb0]?[0x9d][0xda]i[0xf0]P[[0x8d]\[0xd4] [0x9f][0xc6][0xad][0xa0][0xa7]2[0xdd][0x1a]g[0xe0]L@[0xf4]8*[0x13][0x98][0xf5][0x12]3J[0xe3][0xf8][0xc8]J[0x81]YC[0x98][0x81]C[0xf0]t[0xf]#[0xf7]nL[0x9][0xdc][0x85])[0xd5][0x7][0x91][0xb7]![0xc3]S[0x86])[0xd4][0xd6][0x12][0xcf]b[0xe2][0xa9]C)N[0xc0]l[0x9c]([0xf8][0xe6][0xea]H[0x6]_%[0x1a][0xb0]R[0xf0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe6][0x1c][0xc1][0xbc][0x8a]~s[0xe6][0x9d][0x92][0xb9][0xdc][0x96][0xb9]z[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0xf5][0x98]XO&[0xd6]S[0x88]u[0x9][0xb1].[0xc5],B[0xcc][0xb0][0x96][0x1b][0xac][0xe5]h[0xa4]H1[0xd1][0xd3]Y[0xcf][0xa2][0xbe]*[0xdf]4b[0x8d][0x11][0xe7]&[0xea]5c[0xad][0x8c][0xc4][0x1a][0x19]][0x95]sO[0xe5]M~[0xe0][0xce]1[0xf1]=[0x9d][0xfc]X!"[0x9a][0x89][0xaf]j0[0xab][0x8][0xa2][0x85][0xd0]8j[0xab]Dm#[0x9f][0xb9][0xd5][0xc][0x1d][0xf5][0x10][0xbc][0xdd][0xd4])[0xb0][0x3]_E[0xe0][0x8d][0x98]N[0xce]g[0xc0]g[0x18][0xe0]3[0x8][0xbc]M[0x82][0xaf][0x93][0xe0]k[0xa5][0xcb]E[0xd2][0xe5][0x11][0xa8]v[0xc0]k[0x9]8[0x88]B[0xf2]-[0x3]\d[0x0][0x17][0xd1][0xb7][0xb3]%p[0xbb]#p[0xa1][0x1d]p;[0x1]w[0x10][0xf0]zG[0xe0][0xe][0x9][0xbc]^[0x2]7[0x18])[0xec][0x1b][0xc1][0xb4]lL[0xaf][0xf8][0xd2][0x8d][0xa9][0xd8][0xe8][0x90][0xbe]AtJ[0xbc].[0x3]OO"o`[0xce][0x8][0x8a][0xec][0xf0]6[0x11][0xde][0x5][0x8e]x[0x1b]$[0xde]9[0x16][0xbc][0xaa][0x11][0x14][0xdb][0xe1][0x85][0x9][0xaf][0xd7][0x11][0xaf][[0xe2]m[0x94]x[0xfd]r[0xbe]3[0x2][0xbe][0xbd][0xc8]?[0x80][0xe9][0xfb][0x90]w[0x0]%[0xa3][0xc0][0x1e][0x13][0xf0]VZ[0xfa][0xa8][0xe3][0xd2][0x9f]K[0x80][0xe7]Q[0xff]([0xe4][0xac]UP{[0x84][0xe3][0xd2]o&Z[0x5][0xe7][0xd3][0xe7][0xf][0xd1]\u[0xd6]%[0xf4][0x95][0xa7]{~[0xe0][0x0]f[0xd8]Mb[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12][0x82]K[0xaf][0x8b]|[0xc9][0xc5]][0xbf]@[0x82][0x84][0xc8];n[0xeb][0xab]~[0x1c][0xd3][0xe][0xa1][0xb4]{[0x4]3[0x87]Q[0xf6]@[0xa0][0xfa][0x1e][0x1c][0xc5][0x90]=[0x85][0x12]Js[0xe0][0xc3][0xd4]n[0xa7]u[0xdf]I[0xc5]y[0xa1]i*>c*>h[0xd8],[0xa7][0xe2][0x1]+[0x12][0x8c]=[0xce][0x8c]G[0x8f]2[0xce][0xb2]g[0xbc][0x84][0xda]][0xc4][0xb8][0x9b][0x18][0xf7]82[0x86][0xb2][0x19][0xc3][0x6][0xe3]n[0xc9]X7[0x96][0x91][0x84][0x8f][0xde][0x8c][0x95]B[0xe1][0x6][0xd7]C[0x93][0x1f][0xe5][0xc8][0xa3][0xf6]2[0xf2][0xe3]r[0xf2][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][0xbf][0x12][0xc7][0xe0]*[0xfe][0x1f][0x12]&[0xea][0xc][0xea]L[0xfe][0x90]4[0x14]M[0x17]![0xe8][0x95][0xe]u[0xc8][0xfc]+[0xc][0xd4][0xf0][0xc2][0xf3]Q[n)[0xbb]k[0xa8][0xec][0xae]E[0x1][0xae]3[0xe9]_[0xa1]AP[0x88]>Q&[0xbc][0xc7][0xf5](G[0x10][0xf4]K[0x82][0x8d]4[0x96][0xdb][0x97]J[0x2].H5B[0x90][0xac]<[0xd7][0x93][0xed][\r][0x14][0xe8][0x1b]M<[0xa5][0x6]O[0xa9][0xc1]S*[0xa4]I[0xe7][0x89]H[0x9e].9[0x91][0xe2][0xd1][0x89][0x8]m[0xb2]r[0xdc]L[0x1c][0xb7]P[0xff]V[0x13]G[0xb1][0xc1]Qlp[0x14][0xb][0x95][0xd2]9[0xb6]8s[0x14][0xda]q[0xdc]F[0x1c][0xb7]S[0xff][0xe][0x17][0x1c][0x1d][0x92]c[0xab][0xe4]h[0x91][0x1c][0x5][0x1]_[0x85]P[0xac]rK1[0xed][0xa7][0xf2]9`[0x82].0[0xa0][0xb][0xc][0xe8][0x2][0xa1]]:t[0xd4][0x80][0xce][0x15]9L[0xd0]s[0x85]xY[0xa1])[0xe5]1[0xe2][0x2]z[0x83][0x84][0x1e][0xb0]B[0xfb][0x85][0x8e]Y[0xa1][0xef]#[0xe8][0xfb]]@wK[0xe8][0x98][0x84][0xde]%[0x3]RJ[0x1][0xc9][0x96][0xb4]r[0x8b][0xa4]=L[0xc9][0xf3][0x88][0x8b][0xe4]9[0x97][0xac]y=,@[0xce][0x11]R$[0xf][0x17]6][0xd9][0x18][0x17]:[0xf9],~[0x8d]J]fC[0xf1][0x8c]n(B[0xeb][0xac][0x13]}[0x82][0x4][0xfb]I[0x7][0xc1][0xee]36[0x94][0xb8][0xc4][0x8b][0xcb][0xe9]U[0xd4][0x8c]Q=_[0x8d][0x94][0xbd]r[0x8b][0x8]=M[0xed]3T[0xfc][0xcf][0x92][0x18][0x1c]6M[0xb7][0xc2]`[0xaa]0[0xa6][![0x4]0'[[0x0][0x7][0xdd][0x90][0xcf][0xb2]'[0x8e][0xda][0xe7][0x89][0xfc][0x5]"[0xd1][0x5]y([0x9b]|h<[0xe9][0xf1]YJ[0xe9]%*[0xa5][0x97])/^q-=C.[0xa4][0xc7][0xca][0xf3]*[0xd9][0xbe]F3|[0xdd][0xb5][0xf4][0xc]M =V[0x8e]7[0x88][0xe3]M[0xea][0xbf][0xe5]Zz[0x86]&[0x90][0x1e]+[0xc7][0xdb][0xc4][0xf1][0xe][0xf5][0xdf]u-=C[0xce][0xd2][0xe3][0xb3][0xe4][0xf6][0xbf][0xa9][0x88]?p-=C[0xce][0xd2]c[0x81]f[0x1e][0xe4][0xb3]\[0xd7][0xd2]3[0xe4],=V[0xe8]|[0x82][0xf6][0xba][0x96][0x9e]![0x17][0xd2][0xe3][0x1b]+=[0x94][0xdb]%[0xac][0xf8][0xff]!=[0x9]G[0xe9][0xb1]Nt&[0xa6][0xb2][0xb2][0x9][0xa4]gh[0x12][0xd2][0xe3][0x1b][[0xfd][0xcc][0x87]\V[0x81]"V[0x89]r6g[0xf2][0xd2]34[0x9][0xe9][0xb1][0x92][0xcf]'[0xf2][0x5]D^E[0xe4][0xfe][0xc9]KO[0xd2][0x88]d[0xbf][0xbc]$[0xcd][0xd1][0xcf]][0xc5][0x87]P[0xd1][0xed][0xf3][0x8c]`[0xf6]0*[0xc5]Y[0xcc]w[0x10]s6X[0xf8][0x17]Aa[0xc7][0xa3][0x94]-[0xc6]lVg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x1c][0x83][0x8e][0xe4][0x97][0xac][0xa5][0xd4]M!-Yo[0x92][0xac]~[0x9d][0xd5];[0x82][0xb9][0xc1]}[0x94][0xb7][0xf4]4[0x82]c[0x82][0x1]F[0xc7][0xbe]C[0x98][0xd7]]Mor[0x86]q,[0xa7][0xcf][0xcd]\G[0xd9][0x12][0xa2]_[0x8a]il9[0xca][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xd8][0x19]F[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe8]g[0x1b][0x9d][0x86][0xf9][0xc4][0xfd][0xd2][0x99]2rZw[0x96]tT[0xb7][0xda]No[0xf4]o[0xdb][0xa5][0xa3][0xf9][0xc8][0x99][0xf6]>[0x14][0x5];[0xc8]h'[0x1d][0xa4][0xf5][0xfb][0xf2]#d[0xce][0xb]k5[0x1d]C[0xe7]3[0xb4][0xd0][0xba],`[0xd8][0x8b][0xa5][0xd4]9[0x8e][0xa1]u[0xd1]c(_[0xf4][0x10][0xaa][0xf6]b[0xc6][0xa2][0x7]Q[0x15][0xb8][0x97][0xa8][0xe9][0xb0][0xba]p[0x1f]]>hJ[0x8b][0xf8],F[0x10]8[0x88][0xea][\r][0xfb][0x8e]<[0xba][0xdf][0x98][0x8c]8[0xc0][0xb2][0x95][0x94]a[0xab]0[0x8f]5[0xe2][0x4][0xb6][0x6][\r][0xac][0x19][0x8d]l[0xad]1[0xa1][0xa3]PM[0xb5][0xf2][0x11][0xb1][0xba][0xab][0x8d][0xe8][0xae][0x96]7[0xed][0xcc][0xfd]z[0xb5][0xbc]_[0x9f]'[0xaa]+W[0xcc][0xe2][0xa2][0xf7][0x11]P[0xb0][0xf8]=[0x14][0xbd]G3[0xd1]o[0xde][0x1f][0xa5][0x9f][0x8b][0xe9][0xf0][0xae]/DX[0x16]R[0x85][0xc3][0xb1][0x9b][0xbb][0x9c][0xf9][[0x80][0xbe][0xf6][0xad][0x14][0xfc]6[0xaa][0xf1][0xb3])[0xf0][0xed][0xa6][0xb5]7[0xe7][0x9e]~[0x1b][0x97]k_"(w[0x8d]Mw{J_[0xcd]A[0xd4][0x8c][0xa5][0xec]$[0xca].[0xa2]<[0x87]([0xbb]'Lw}[0xff]3[0x91]_j[0x90]'[0x8][0xce]3n[0xba][0x13][0xfd]"[0xcb][0x94][0xcf]#[0xfe][0xf3])[0xdd]7[0xa1][0x92]]`[0xe2][0xb7][0xa6];[0xef]e[0xf1][0x97]Rw7][0x90]t[0xfe]N[0x19][0xef][0xe2][0xcc][0xad][0xe7]x^[0xeb][0x19]B[0xb1]y[0xb1][0x1e][0xaa][0xef][0x10][0xd5][0xb7][0xf9][0xba]k[0xde][0xbc]xFd.V[0xc5]9[0xfc][0xf][0x86][0x92][0xa2]QRL[0x17][0xb]hJ[0xbd][0xcc]_[0x92][0xf2][0xb8][0xa3][0xcc][0xfc][0xc7][0x8e][0xe9][0x6][0xf6]t|\`{[0xf0][0x9]a[0xff]I[0x9c]([0xc2][0x90][0x83]yt[0xb1]:[0x81]r[0xf6][0x9f]x[0x1f][0xef][0xd1][0xa5][0xef][0x80][0xcc][0xbd][0xef][0x90][0xed]][0xb8][0x1b]w[0xfd][0x7]PK[0x7][0x8]^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.class[0x9d]U{O[0xd3]P[0x14][0xff]][0xf6]bc [0xc]A[0x10][0x15]y[0x8d]=[0x90][0x8a][0xf2][0x10]7yMP[0x10]_[0x99]b[0xfc][0xb3][0x1b][0xdd]([0x96]v[0xe9]:[0x93]}+M$[0x18]M[0xfc][0x0]~([0xe3][0xb9]][0xa9][[0xd7][0x86][0xc6],;=[0xbd][0xf7][0xfc]~[0xe7]u[0xcf][0xed][0xef]??~[0x1]X[0xc6][0x8b][0x18][0x6][0xb0][0x12][0xc3]*[0xd6][0xa2][0xe8][0xc7]#.[0xd6]#x[0x1c]C[0x8]9.[0xf2]\<[0x89]`#[0x86](_[0x89]b[0x93][0x8b][0xad][0x8][0xb6]#[0xd8][0x89][0xa0][0xc0][0x10].kjE[0xae]2\;<[0x15]?[0x8b]B[0xc3][0x90][0x15][0xe1][0xa5]X[0xcb]1D[0x8b]rU[0x15][0x8d][0x86].1[0xcc]v[0xee][0xe6][[0xaf][0x8a][0xa8]V[0x85][0xa2][0xa1][0xcb]j5[0x97][0xd9] H[0xac][0xd4][0xa8]T$[0xfd][0x8d][0xa6])[0xc]3[0x87][0x9a]^[0x15][0xaa][0x8a]X[0xaf]W[0xe4][0xfa][0x89]pZ[0xd7]TA[0xac][0xc9][0xc2][0x8e]mD[0x90]p^Vec[0x83]![0x99][0xf2]a[0x9f]>b[0x8][0x16][0xb4]c[0x89][0x7],[0xab][0xd2][0xab][0xc6]YI[0xd2][0xdf][0x89]%[0x85]V[0x12][0x87]ZYT[0x8e]D][0xe6][0xef][0xd6]b[0xd0]8[0x91][0xeb][0xc]Y7[0xf2][0x3][0x12];[\r]Y9[0x96][0xf4]=[0xb1]lhzs[0xff][0xac][0xc6][0x83][0x1a].[0xeb][0x92]hH[0xaf]K[0xa7]R[0xd9][0xb0],[0x18][0xa6]Si[0xca][0xfb][0x93][0xa8][0x1b][0xe2]?|[0x87][\r]As)/[0x9b][0x9c][0xf]tX3[0x17][0x18][0xc6]=Y[0x18][0x96]R[0x8e]^[0xf9] [0x1e][0xed][0xac]M[0xb3]vY[0x9f][0x95]+;[0xdb][0xb6]b[0x85][0xc0][[0xfd]![0xf5]_@[0x1f][0xa1]&Z[0xc5][0xdf][0xd6]u[0xb1]i[0xd7]~[0xca][0xad][0xf6][0xed]&[0x4]\w)[0xbd]i[0xe2][0xe6][0xd5][0x81][\r][0x89][0xfc][0x9d]a[0xcc][0x8b][0x82]a[0xad]=[0xe3][0x82][0xa6]([0x14][0xb5][0xac][0xa9]>[0xc8]ce[0xdb][0x9a]w[0xc2][0x95][0xa5][0xd5][0xf2][0xee][0x8d][0xbc]9X[0x8f][0xdd]}[0xf3][0xcd][0xab][0xdd][0xf]T%[0xa3]`[0x8e][0xf9][0xbe][0xfa][0xbe]N=[0x1f]2[0x8b][0xd9]9[0xed]I[0xe7][0x9a][0xe7][0x8c][0x17][0xb5][0x86]^[0x96][0xf6]d~z&[0xdc]Gh[0x91]C[0xe3][0x18][0xc5][0xd3][0x8]v[0xe3][0xd8][0xc3]R[0x1c][0x83][0x18][0x8a][0xe3]:F[0x18]R[0x1e][0xa3][0xd8]q[0x10]8[\r]g[0xb8][0xc1][0xc5]3.[0x9e]3[0xcc]{ [0xdb][0x13][0xbe][0x4][0xee]sq[0xc0][0x90][0xf6]=[0xf8][0xc][0x83][0xce][0x13][0xcb]0[0xd9]U[0xdd]N C [0xc5]o[0xa5][0x11][0xb7][0xfe][0xd0][0xc5][0xd3]+[0x9d][0xd5][0x8c]&[0xd5][0x93]a[0xd3][0xfb]j[0xf0]y[0xf5][0xad]8'[0xdf]'n[0xc3]s2|[0x12][0xe4]=[0xce][0xbe]/8[0xee][0xd2][0x87]i[0x0]te[0xa3][0x7][0x9]~[0x10]HO[0xd0]'[0xac][0x7][0xc3][0xf4][0xa4]3Az/[0xfd][0xa9][0xdb][0xb4]3F[0xda][[0xda][0xeb][0xa1][0xe7]P[0xe6][0x2],[0xf3][0x1d]=[0xe7][0x8]d[0xb2][0xe7][0x8]~5a[0xe3]$[0x13][0x8][0x92][0x9c]#[0x99]D[0x1f][0xe6][0x89]6[0x85][0x9b]&[0x89][0x9][0xc4][0x4]n[0x1][0xa6][0xc6][0x1d]0[0xfa][0xdd][0xc6][0x1d][0x8b]~[0x15][0x1][0xd2][0x80][0xf8]O[0x84]>f[0xbe]!x[0x81][0xf0][0x17][0x9b]9l[0xee]-[0x98]l[0xf1][0x96][0x9d][0xc5][0xc6]9&-[0x8e]m[0xf2][0xcc]=[0xf5]s[0x8e]l[0x8b]$[0xe2]$Yj[0xb][0xa9][0xdf][0xe][0xa9][0x9f]*2e[0x85]4M{[0x9c][0xae][0xe8]B[0xd7][0xcb][0xe9][0x2]mt[0xab][0x9e]t[0xbc][0xa4]3v[0xbc]|e[0xd6].[0xf2][0x1c]iI[0xaa]PW[0xee]Q+[0xf7][0x98]3[0xec][0x9c]k[0xee]I[0xaa]pW[0xee][0xd1][0xcb]`[0xfb][0x9c]$[[0x1e][0xc1][0xa6][0x91]1sO"[0xdb][0x9d][0xbb]M[0x17]w[0xe6][0xbe][0xeb]A[0xb7][0x80]{[0x8e][0xdc][0x17][0xb0]h[0xe7].[0x90]v[0x9f][0xda][0xd0]r$[0x98][0x8e][0x81][0x10][0xf9][0x8]8[0xe3]=hK:d9h[0x91]<[0xa0][0xb5][0x87][0xa6][0xb6][0xfc][0x17]PK[0x7][0x8][0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.class[0x95]UkO[0x13]A[0x14]=[0xd3][0x7]+[0xb5][0x2]V[0xad]oE[0x1]-[0x8b][0xb0][0xbe][0x0][0xb5][0x15][0x1f]M4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*I[0x15][0xa3][0xdf][0x86][0xba][0x94][0xc5][0xb2][0xdb]l[0xa7][0x1a][0x12][0xe3][0xff][0xf0][0x17][0xf8]U[0x13][0x89][0x89]&[0xfe][0x0][0x94][0xf1][0xcc][0xec]RC[0xa1][0xa1][0xa6][0xe9][0xcc][0xbd]w[0xe7][0x9e]s[0xe6][0xde][0xbb][0xed][0xef]??~[0x1][0xb8][0x8e]r[0x6][0x3][0xb8][0xda][0x8f][0x3][0xb8][0xa6][0x97][0xeb]z[0x99][0xb6]0[0x93]A[0x1a][0xb3][0x16]nd`aV;7[0xb5]uS[[0xb7][0xb4]u[0xcb]B[0xd1]B[0xc9][0xc2]m[0x81][0x81]F[0xe8]*[0xb5][0xb1][0x18]z[0xbe][0xf2][0xfc][0x9a][0x80]x-[0xd0]W[\r][0xfc][0x15][0x8f][0xce][0xe0][0xc2][0x9a]|'[0x9d][0x96][0xf2][0xea][0xce][0x13][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf4]W[0xbc][0x9a]/U+t[0x5]F[0xb7]?-En][0xfa]5[0xa7][0xa2][0x8]X+[0xda]sL[0xc9],[0xb7]VV[0xdc]p1[0x8][0xea][0x2]#[0xb]AXsju[0xd9]l[0xae]x[0xcd]Ug[0xad][0x19][0xf8][0x8e]lx[0xce][0xfd][0xf6]![0xa6][0xf4][0x95]<[0xdf]Ss[0x2]3[0x85][0xe][0x5][0xaf]{[0xc8][0x1f]_[0x12]H[0x95][0x83]7[0xae][0xbe][0x80][0xe7][0xbb]O[[0xeb][0xcb]n[0xf8]\.[0xd7][0x19][0xc9]-[0x4]UY_[0x92][0xa1][0xa7][0xfd]8[0x98]R[0xab]^S`r7[0xf0][0xc7]\[0x1e][0xba][0xbe][0x1b]J[0x15][0x84][0xf]d[0x95][0xeb][0xc6][0xa3][0xf5][0x86][0x96][0x99][0xdf][0x8e][0xb5][0xd1][0xd8][0xc2][0x9b]/[0xf4]R[0x9a]^[0xef]2X[\r]][0xa9][0xdc][0xb6][0x8][0x81][0xe9][0x18][0xdf][0xb][0x9c][0x97][0xa1][0xa7][0xdc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]8[0xce][0xc0][[0x19]*[0x19][0xa1]4[0x15]S[0xd6][0xb7]k[0xd7]u}oN[0xb][0xc]u[0xe6][0xb][0x1c][0xa8](Y}K[0xb1][0xe6][0xe][0x16]X[0xfd][0xe2]?[0x9a]g-[0xd5]h[0xa9][0x8a][0x81][0xed][0x91],[0x19][0xb4][0x94][0xae][0xd1][0xae][0x10][0x2]/[0xba][0x80]GQ[0x9f][0xe1][0xea][0xaa][0xc][0x9b][0xae]r[0xca][0xd1][0xde]#[0xad][0x15][0xa7][0x9][0x9c][0xe8][0xe][0xc5][0xc1][0xaf][0xb9][0xaa]l[0xc6][0xfc][0x91][0xff][0xa2][0xc9][0x9e][0x1d],[0x8c][0xef][0x98][0xf6][0xb][0x9d][0xb1][0xae]3^[0x9]Za[0xd5]}[0xe0][0xe9][0xee][0x9f][0xee]62S:9[0x8b]c[0xb8][0x93]E[0xe][0x87][0xb2][0x18][0xc2][0xc1],[0xf2]8*`w[0x99][0xbc]E[0xf3]z[0xb6][0xc1]4[0x8a][0x6][0xb8][0xcb][0xb7]o[0xaf]Y[0xdd]:{O/[0xf7][0x5]&[0xfe]c[0xb8]9![0xff].[0xfa]ly[0xcd][0xad][0xb2][0x9e][0x85]=[0xcb][0x1f]#[0x8][0x9c][0xdb][0xf3]([0xe7][0xa3][0xa0][0x87]{f[0xc7]([0xf7][0xf8]V[0x94][0xba][0xcd]Oo[0xe9]K[0xff]=~=[0x1]c[0x98]?[0xc2][0x3][0xe0]K[0x8b]${[0xcc][0x6][0xf3][0xa7]:[0xa7][0xbb][0xcd][0xd8]a[0xda][0x9][0x1c][0xa1][0xc7][0x9e][0xd3]N[0xf3]{[0xc][0xc7][0x19];A[0xeb]#[0xf7][0x14][0xf7][0xc3][0xf6]w[0x8]{b[0x13][0x9][0xfb][0xd4]&[0x92][0xf6][0xe4]&R_[0x19]O[0xe2]$[0xd7][0xbc][0xc9][0xba][0xc0][0x93][0x17][0xd1][0x8f][0x2][0xb9][0xc6][0x89]m[0xe3][0x14][0xa3]v[0x94][0x8f][0xd3]8[0x3][0x18]+[0xe2][0xd5][0x96]V[0x92]0[0x96][0xe6]N[0xe2],[0xed]l[0xfc],GM[[0xea][0x86]i[0x9d][0xc3]y[0xae]ZS[0x83][0x88]:k[0xc4][0xfe][0x86][0xe4]'[0xe4]~"[0xfd]j[0x82]v[0xea];[0xfa]>c[0xf0]'[0xac]-w[0xdf][0x97][0xb6][0xc4][0x9c][0x91]1[0xc5][0x1a][0x87]d[0x97][0x9]6e[0xe4][0xe5]#[0xa8][0xb6][0xbc][0x11]~FI4F[0xdb]B"?o[0xf1]^[0x9a][0xfd][0xe2][0xde][0xec][0xfd][0xdb][0xd9]3[0x9d][0xec][0xd3]D[0x9c]![0xe3],[0xd9][0xa7][0xbb][0xb0][0x17]X[0xba]][0xd8][0xed][0x98][0xfd][0x3]+[0x9d][0xe4]>[0x16][0xb1][0x1f]2[0xec][0x97]"[0xbe][0xfd][0x9f]1d[0xe8]c?[0xdb][0xc9]_"[0xe6]m[0x16]z[0x8e]7,[0x19][0xfe][0xe1][0x8][0xac][0xcd]?[0x16][0xf3]kk[0x2][0x97][0xa8].Vrt!R2[0xc9][0xb2]E[0x93][0xe1][0xd0][0xd3][0x7][0xd3]$K|1m[0xd2]L}&X6[0xe8]Q+[0xd3]1z[0xd4]J[0x9d]v[0xd9]XW[0xfe][0x2]PK[0x7][0x8][0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.class[0x8d][0x93]ko[0x12]Q[0x10][0x86][0xdf][0xc3]m[0x1][0xb7]-[0xa2][0xf6][0xe6][\r][0xdb][0x85][0x82][0xd5][0xd2][0xd6]z7F[0x8a][0xd0]P[0xb9][0x18][0x16]0[0xa6]_<,+,[0xdd][0xee][0x92][0xdd][0xa5][0xc6]_[0xe4]g51[0xc6][0x98][0xfe][0x0]Q?[0x19][0xe7] [0x91]&mb[0x13][0xce];[0xf3][0x1c][0xe6][0xcc][0x9c][0x9c][0x99][0xfd][0xf5][0xfb][0xc7][0x11][0x80]-<[0x89]b[0x11]W#[0x90]q-B[0xde]u[0x81]7$[0xdc][0x14][0x90][0x10]rK[0xc8][0x92][0x90]e![0x8a][0x90][0xa4][0x84][0x94][0x84]4[0xc3][0xaa][0xa2]~0<[0xad]W[0xe1][0x3][0xa5][0xcf][0xf7][0xb9][0xe3]q[0xa5][0xef][0xda][0x96][0xb2]K[0xd2][0xe2][0xe6]PWF[0xda][0xf8]8[0xd0][0x19]|{%[0x86][0xf0]3[0xcd]4,[0xc3]{[0xce][0xe0]OgZ[0xc][0x81][0xbc][0xdd][0xa1]?g[0xca][0x86][0xa5]W[0x87][0x7]m[0xdd]i[0xf0][0xb6]I;[0xf1][0xb2][0xad]q[0xb3][0xc5][0x1d]C[0xf0]xsJ[0xf5][0xb8][0xb6]O[0xf5][0xc6][0x1c]U[0xed][0xa1][0xa3][0xe9]EC[0xc0][0xac]([0xbb][0xa3][[0xba][0xc3]=[0xdb])[0x1d][0xc][0xcc][0xb5]>?[0xe4][0x94][0xbc]`i[0xa6][0xed][0x1a]V[0xb7][0xa2]{=[0xbb]#!#aU[0xc6]][0xac][0xc9][0x98][0xc6][0x8c][0x8c],[0xd6]el`[0x93]aQ[0x1c][0xc9][0x9a][0xdc][0xea]f[0xab][0xb6]:[0xd4]zEC7;[0x5][0xc7][0xb1][0x1d][0x19][0xf7]D[0xd8][0x96][0x90][0xfb]B[0x1e][0x8]y([0xe4][0x11][0xd6][0x19]R[0xb6][0xd3][0xcd]vM[0xee][0xba][0xef][\r][0xb7][0x97][0x15]/[0x91]=u%e[0x83]A.Y[0xb4][0x93][0x17][0x91][0xba][0xcb][0x10][0x9b][0x94][0xac][0xb5][0xfb][0xba][0xe6]1([0xe7]I%[0xe1]1Cb[0xfc][0xf0][0x93][0x98]S[0xf][0x1f]9[0xe1][0x87][0xe][0x85]OE[0x93][0xe9][0xcc]^[0xf9]g[0x9f]2[0x4]s[0xf5]z[0xee]-[0xc3][0xd2]y[0x82]%[0xdb][0xe9][0x18][0x16]7G[0xcd][0xa5]n[0x87]j[0xdb][0xbb][0x85]|[0x83][0x1c][0xb5]Q/Uw[0xc8][0xa9]6+[0xdb][0x85]:[0xf5][0xbd]Qo[0x16](}1WV[0xc9][0x6][0xaa][0xcd]r[0x99]Zxv[0x91]X[0x82]&t[0x8a]&[0x96][0xc5][0xe6]E[0xc3][0x84][0x87]0b[0xb8]H6Nt[0xc]?y[0xc0][0xf0];[0xd8][0xd1][0xcf][0xe8]W[0xf8][0xbe][0x88][0x9f][0xff][0x1b][0x2][0x81][0xda]'[0x4]^[0x8d]0D[0x18][0x9c][0xa0]D[0x18][0x9a]`[0x98]P[0x9a]`[0x84]0<[0xc1](a[0xec]D[0xf4][0x5][0xc1][0xc3]?CB[0x4][0x97]1[0x87] [0xe6][0xb1][0x8c][0x14][0xd9][0x15]l[0xd2][0x8c][0x4]iDrxI[0xb6][0x80][0xd7]P[0xc9]6[0xf0][0xe][0x1a][0xd9][0xe][0x6]p[0xc9][0xfa]q[0x89][0xae][0x1d][0x1a]][0xfe][0x98]r[0x0]>ZWh%1[0xfd]F[0xa2][0x88][0xca][0x19]R[0xfd]'[0x94]`vth[0x8e]J[0x3][0x1],[0x90][0xae][0xd0][0x8a][0xd3][0x9e]L[0x16][0xb1]0}[0xb2][0xb7]q[0xe7][0xc5][0xc2][0x1f]PK[0x7][0x8].[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.class[0x95]QMO[0xc2]@[0x10]}[0x3][0x85]J-[0x1f][0xa2][0xa2][0xe2][0x17][0x7][0xe]X[\r][0xbd]x[0xd3][0x18][0x13][0x12][\r][0x86][0xc8][0x1][0xc3][0xc1][[0xa9][0xb][0x94][0x94][0x96][0xb4][0xc5][0xf8][0xb7]<[0x10][0x13][0xf][0xfe][0x0][0xff][0x90][0x89][0x1a][0xe3]l[0xe5][0xe6][0x5][0xe];[0xfb]v[0xf6][0xbd]7[0xb3][0xb3][0xef]?[0xaf]o[0x0]NQ[0xd1][0x90][0xc2]V[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6]e[0xd8]Q[0xb1][0xab]b[0x8f][0x90][0xea];A[0x18][0x11][0xe8][0x9e]qh[0xfb][0x13][0xa1]b[0x9f]aGB[0x82][0xde][0xf4]<[0x11]4\+[0xc]EH8i[0xf9][0xc1][0xc0][0x1c][0xc8]c[0xdf][0x9][0x87][0xe6]([0xf4]=[0xf3][0x86][0xc3][0xb5]`[0x9a][0x15][0xf9]Asw<'[0xba] [0x98][0xb5]e[0x84]G][0x82][0xd2][0xf0][0x1f][0xb8]~[0xbe][0xe5]x[0xe2]v:[0xee][0x89][0xe0][0xce][0xea][0xb9][0x9c])[0xb6]|[0xdb]r[0xbb]V[0xe0][0xc8][0xf3]<[0xa9]DC[0x87][0xdb]S[0x1b][0xbe][0x17][0x89]'~N}[0xb1]zs>[0xb7][0xaa]u[0xfc]i`[0x8b]+G[0xda][0x95][0xfe]1[0xeb]#[0xeb][0xd1][0xd2][0x91][0xc5][0x81][0x8e]4T[0x1d]+[0xd0]U[0x1c][0xf2]D[0x96][0xa9]C(H[0x1f][0xd3][0xb5][0xbc][0x81][0xd9][0xee][0x8d][0x84][0xcd])c[0xf1][0xc9][0x10][0x92]59[0x9c][0xea]"[0x12]T[0xf8][0x9f]S[0xfc][0xf9][0x9]^[0xdc]3[0xc7][0x82]l[0x9b]w[0xe2][0x95]E[0x8e][0xf7]<[0xa3]63$'o[0xbc][0x80][0xc]e[0x86][0x84]q[0x90][0xa1]/[0xe4][0xe8][0x1b]k[0x9c]/[0xfd][0xc9][0xf8]~[0x3][0x88][0x91][0xb4]'[0xce]n[0xc6][0xda][0x12]Vcu[0x2][0x19][0x94][0xa1]][0x96][0xd9][0xa7][0x8c]uh[0xbf]PK[0x7][0x8][0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.class[0x95]SmO[0xda]P[0x14]~[0xae][0x14]Zj}c[0x82][0xd3]9[0xf7][0xc6]6[0xc0][0x97][0xaa][0xd3][0xbd]A[0xc][0xce][0xe1][0x82][0xe9]`[0xb1][0xce][0x84][0xec][0xc3]RX[0xc5][0x9a][0xd2][0x9a][0x2]~[0xda][0x8f][0x9a][0x98][0xcc]e[0xcb][0x16]?[0xef]G-;[0xf7]B[0x16][0x8d]f[0x91][0x92][0x9c][0xd3][0xa7][0xe7]9[0xe7]<[0xe7]p[0xef][0xef]?[0xdf][0x1]XA.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9]s*[0xe6][0xb1] cR[0xc6][0xa2][0x8a]Q,q[0xb3][0xac]`L[0xa5][0xe0]2g[0x96][0xca][0xa5][0x2]C[0xd8][0xac][0xf9][0x87]6[0x83]V[0xf4]<;[0xd8]p[0xad]f[0xd3]n2[0xcc][0x19]~P[0xd7][0xeb][0x1c][0xee]9[0xcd]}[0xfd][0xa0][0xe9]{[0xfa][0x16][0x99]76[0xd1][0xac][0x96][0x1f][0x14][0x1b][0x87]nR$g[0x19][0xa2]T[0xaf][0xfc]j[0xab][0xb0][0xb1][0xc3][0xa0][0xd0][0xfb]f[0xb1]`[0xbc][0xee][0xbe][0xae]oo[0xaf]W[0xa8]crw[0xdd]x_0[0x19][0xe6]?[0xf4]W;rd[0xb9]m[0xae]IO[0xa5][0xfb]L[0x95]6[0xfc]O4[0xdb][0x88][0xe1]xv[0xa9][0xdd][0xa8][0xda][0xc1][0x8e]Uu[0xe9][0x8b],j[0x96][0xf7][0x18][0xf2])[0xe3][0xc0]:[0xb2]t[0xd7][0xf2][0xea][0xba][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c][0xaf][0x9e]M[0xf7][0xd7]%f[0xf8]5[0xcb][0xdd][0xb5][0x2][0x87][0x17][0xef]u[0x90]<[0xab]a[0xf3][0xd8][0xa5][0xea]4Q[0xce][0xf1][0x9c][0xd6][0x1a]C[0xe2][0x8a][0xe6][0xc5][0xf4].e[0xb7][0xf6][0x1d][0x9a]8j:u[0xcf]j[0xb5][0x3][0xaa][0x14]J[0xf1][0x80][0x92][0xab][0xb9][0xbd][0xe4][0xb5]s[0xb9][0x5][0xaf][0xdd][0xc8][0xf5][0xa3]z[0x8d]d[0xa8][0xa6][0xdf][0xe]j[0xf6][0xa6][0xc3][0xf5]&.1[0x17]xy[\r]7[0xf9]![0x9b][0xd4][0xf0][0x1c]/d[0xbc]d[0xc8]\[0xbf][0x8b][0x86][0x19]d5<@R[0xc3][0x18][0xc6]5[0xc4][0xb9]Ip3[0x81]q[0x86][0xe1][0x8b][0x3][0xd0]a[0xac][0xb9][0xbe]Gb[0xc6]S[0xe9]s[0xc3][0x95][0xab][0x7]v[0xad]E[0x82][0x93][0xd7]i[0xcd][0xb0]z~[0xab][0xe2]Dg[0xaf][0xfa][0x8f]/6[0xcf][0xe6][0x17][0xe9]v[0x8c][0xd2][0x15][0xb][0xe7]'[0xb9]Z[0x80]|[0xbc][0xe7][0x13]=?[0xc1][0xfd][0xe8][0x14]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1%D1[0x85][`[0x98]&t[0x9f]<[0xd4][0xe][0xd8]W[0xc][0x9c]![0xf4][0x85][0x10][0xc3]m[0xb2][0x11][0x11]3[0x88]?[0x83];=[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc4]W5&e[0xbe]!|[0x6][0x89][0xf3][0x7].[0xf0][0xef][0x92][0xd5][0xba],[0xdc][0xa3][0xe][0x6][0x0][0x85][0xf8][0x91][0x1d][0xae]D[0xa7][0x8a][0xf1]Qp[0x1d]&[0xd8]A[0xc1]QQ[0xb0][\r]G[0xab][0x98]h[0x7]+:[0xb9][0x93][0xc4]b[0xc][0x8b][0xb1],[0x92][0xa3]q[0x1c][0x8e][0xe7]VJ[0x14][0xa6][0xe2][0x4];[0xb5][0xd2]TL[0xb7][0x83][0x13]'rg[0x12][0x8b][0xd3][0xec]8[0x19]OWq[0x8a][0x8a]S[0xed][0x98][0x81][0xd3][0xec][0x90][0x84][0xae](2[0x90][0xc9][0xa6][0xb2]T[0xcc][0xe6][0xe1][0xe9]v[0x18][0x8f]9<[0x9c][0xcb][0xdd]<~4[0x9f]EA4[0x16][0xe2][0xc]n[0x15][0xb1](fQ[0xc2][0xa2][0xd4][0xe][0x95]8[0x93][[0xb3][0xec]8[0x1b][0xe7][0xb0][0x98][0xab][0xe2]<~|[0xbe][0x1d]21[0x87]'[0x94][0xb1]X`[0xc3]r[0x1b]V[0xd8][0xb0][0x92][0xa7]/[0x8c][0x82][0xab]qQ4[0xcc][0xc6][0xc5]v[0xac][0xc2]%*.[0xe5][0xe1][0xea]h([0xc6][0x9a]hx[0x3][0xdd],jU\[0xc6][0xc3]g[0xb0][0xa8]S[0xb1][0x9e][0xaf][\r][0xd1]0[0xf][0x97]G[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac]Q[0xf1][0xcc]h([0xc7]F[0x15]W[0xf1]u5[0xdf]^[0xa3][0xe2][0xda]hX[0x8c]gq[0xa7]I[0xc5]u[0xd1][0xb0][0x14]=[0xdc]Y[0xcf][0xa2][0x99]E[0xb][0xb]//[0xbd][0x95][m,[0xda]Y[0xf8]Xl`[0xb1][0x91]E[0x87][0x1d]7[0xa1][0x87][0xe7][0xf9][0xed][0x18]@[0xf][0xbb]a[0xb3][\r][0xcf][0xe6]{[0x9d][0xbc][0xc6].vl[0x90][[0xdd][0xbc][0x11][0xe7][0xf0]B[0xcf]e[0xb1][0xc5][0x4][0xce][0xfe]~[0x9e][0xb7]U[0xc5][0xf3][0xec][0xd0][0x8a]N[0x1b][0x9e][0xcf][0xd7][0xb][0xec][0xb0][0x19]/[0xe4][0x96][0xc7][0x86][0x17][0xf1][0xdc][0x8b][0xed]x[0x9]^[0xca][0xad][0xcb]T[0xbc][0xdc]t[0x9]q[0x81]7[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xfa];v[0xdc][0x86]Wr[0xeb]*6u5[0x9b][0xba][0x86][0xef]^k[0x2][0xd4][0xe6]][0xc7][0xe2]z[0x13][0xc0][0x8f]_[0xe6][0xd6]wmx[0x3][0xeb][0xba][0x91]&l[0xdb]i[0x82][0xb8][0x5][0xf3]Lp[0xfb]m[0x17][0x9b],[0xff]|[0xb7][0xdf]4[0xeb][0x8e][0xe3][0xfd][0xa6][0x8b][0xfb][0xfb][0xfb]U[0xbc]I[0xc5][0x9b]U[0xbc]E[0xc5][[0x11][0x1c]U~[0xbf][0xb7][0xb3][0xbc][0xc3][0xd3][0xd5][0xe5][0xed]BP[0xcb][0x3][0xfe][0xa0]wKP[0xc5][0xef]!X[0xea][0x9b][0x3][0x9b][0xbd][0x8][0xa3][0xaa][0xdc][\r]M5U[0xee][0xa6][0x15]e[0xd5][0xcb]+[0x9b][0xca][0x17][0x97][0xd5][0xd5]#([0xab][0xcb][0x11]F[0xf3]-[0x19]h[0xaa][0xaf]ZU[0xd9][0xd4]P[0xb6][0xa0][0xba][0x92][0xef]U![0xd8]+[0xaa][0x16]U545T[0xba][0xeb][0x8d]N[0xad][0xbb][0x92]:V[0xe9][0xf0][0xe8][0xfa][0xee][0xd6]Vo[0xe7][0xb2]@[0xa0][0x3][0xe1][0xb4][0xea]@g[N[0x1b]Ci[0xf5]u[0xb5][0xe7]l[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8]s<[0x9b]}9[0xb][0x8c]I[0xb3][0xe8][0xd9]s;}Ao'[0x82][0xb3]z[0x83][0xe7][0x1c]O[0x8e]/[0x90][0xb3]RF[0xe8]^lswg[0xa7][0xd7][0x1f][0xd4][0x17][0x81]0=[0x92][0xca]%$[0x16]yi[0xd5][0x9e]`[0xa0][0xb3]j[0xd3][0xe6][0x8e][0xc9][0xfa]|[0xd2]`[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0x9a]7"[0xc4]k[0xca][0xbb][0x83][0xbe][0x8e][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xd9][0xdd]^[0xba][0x17]U[0xef]k[0xf3]{[0x82][0xdd][0x9d][0xe4][0x92][0xb2][0xa1][0xf7]g3KsI[0x9f][0x89][0x16]O[0xb2][0xc3][0xeb]G[0xa0]H[0x0][0xeb]l[0x9f][0xdf][0x17][0x9c][0x8b]P[0x94]1ti#[0xf0][0xcc][0xb4][0x15][0x8][0xe6][0xf2]@[0xb][0x81][0x8b][0xab][0xf6][0xf9][0xbd][0xee][0xee]M[0xeb][0xbd][0x9d][\r][0x9e][0xf5][0x1d]4[0x92]P[0x1d]h[0xf6]t[0xac][0xf0]t[0xfa][0xb8][0xaf][0xf][0x9a][0x83][0xed]>[0xda][0xf2])#BNxg[0xf][0xc0][0xaa][0xed][0xe]n[0xee][0xe][0xd6][0x7];[0xbd][0x9e]M#[0x5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd3][0x8e]$E[0xd6][0x81][0xb0]b8[0xed]2[0xea][0xa7][0xe1][0xe6]vOg[0x97]7[0x98]S[0xae]]Gj[0xd7][0xe6][0xf5]7[0x7]Z|[0xfe]6[0x84]q[0xc3]+[0xa3][0xad]o[0xed][0xe8][0xee]j'[0x9c][0x19][0x82][0xd6][0x17] [0x17]%[0x1a][0x98][0xaa]j+[0xb7]4{7[0x7]}[0x1]?[0xcd][0x8d][0xa9]g[0x9a][0xd4]x6[0xeb][0xae]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")i[0xb0]3X[0xbb]~[0x83][0xb7][0x99][0x16]zz[0xc6]4zx#[0x8d]x4h][0xb2][0x9e][0xc1][0x9e]%U[0xc5][0xfa][0xba];<[0xfe][0xb6][0x1c]Z3[0x1][0x9d]5[0xb2]'[0xcd]~[0xcf]&[0xd9][0xdb][0x93][0x9e]'[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << " [0xb7]L[0xb0]H[0x1b][0xa1]*[0x82][0xa5]ok[0xdb][0xde][0xea][0xf3]v[0xb4][0xac][0xf0]tt[0x93][0xe2][0x92][0x8][0x8a][0xab]F[0xa6][0xc7]r[0xce][0xf0]*[0x96][0x8c]L[0x5].[0x89][0xfc]x[0xc5][0x8][0x1f][0xaf]@[0xa8][0x19][0xd6]3[0x9b]<[0xc1][0xf6][0x9c][0x5][0xbe][0xb6]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x91][0xe9]L[0x8a][0xfc][0xf0]H[0xc]Ux[0x9b]}[0x9b]<[0x1d][0xdf][0xce]P[0xe8][0xe1][0xc8][0xe]Y5B[0x87][0xac]2[0xe8][0xd3][0xdd]AiyN[0xc6][0xe0][0xc7]x[0xbe]l[0xfc][0x8]1Z[0x9a][0xdb]}[0x1d]-[0x8]c[0x87]SCS<[0x9d][0x9d][0x9e][0xad][0x11][0xa7][0x94][0xf1][0x1d]N[0xfb][0x9b][0xbc][0x9c][0xcf]hn[0xa5]?[0xd8][0xb9][0xd5][0x8]M[0xc9][0xc0][0x14][0x88][0x93]e[0x98]'[0x6][0xf4][0x0]L>Y[0x99][0x16][0x9b][0x9c]z[0x9]k[0xc4][0x19]F[0x0]Y[0xfd][0xdd][0x9a][0xbd][0x8][0x93][0xb4][0xd4]*[0xee][0x1f][0x94]V[0xb7]n[0xe][0xa5][0xd6][0xb2]H[0xe0]fG[0xdc][0xfb][0x88].[0x99];K[0xc5][0xdb]([0x91][0xf][0xa4][0x95]2[0xcd]C[0xb5][0x91][0x9][0xf4]_l[0xcf][0x94][0x8c][0x11][0x86][0xea][0x94][0x8c][0x11][0x6][0xe4][0x94][0x8c][0x11][0x86][0xde][0xac][0x8c][0xff]&[0xc8]F7[0xb7]{[0x9b]7[0xea][0x7][0xea][0xc2]@[0xa7][0x9e][0x8c][0x86]*[0xfd]f[0x1][0x15][0xb7]9[0xb0]y![0xa7]6[0xa3][0x84][0x98][0x92]1[0xc2][0xb8][0xb1][0xcb]f[0xe9]([0x12]#eu:V[0xa6][0x8e],[0x7][0xf3][0xb1]%[0xea][0x96]z[0xb7][0x86][0x9a][0x95][0xfe][0x96][0x90][0x91][0xf2][0xc0][0xa6]M[0x1e][0xe2][0xa8][0xcf][0xef][0xe][0xf8][0xbd]rdQ[0xd0][0xc6][0xfa][0xba][0xe4]FYGG[0xe0]\o[0xd8][0xe4][0x8e][0x80][0x9f][0xc3][0xb0]#[0xd0][0xc5][0xc7][0x85][0xa6][0xac][0xab][0xd9][0xb3][0xd9][0xdb][0xa2][0xd9]#[0x5][0xed][0xde]-4e[0xbd][0xb7][0xcd]GSM^6[0x85][0xcd][0xf4][0xa3][0x12][0xf]}d[0xa9]K[0x9f][0x18][0xad]3R[0xeb][0x8d][0x89][0x94][0xf8][0xab][0x18][0xbd][0xe2][0xf][0x84][0xb2][0x8][0x9f][0xb0]tXe[0x94][0xf][0xac][0x8a]6[0x9a]Gd[0xa6][0xb9][0xcb]w[0x1e]/[0x81][0xe2][0x8d][0xd4][0xcb][0x19][0xac][0x1d][0xe0][0x84]_[0xb3]Z/[0x13]x:[0x15]IH8[0x1d][0xad][0xbe][0x8e][0xe][0xd2]!g7[0xd5][0xac][0x19]U[0xab][0xcb]E[0x17][0x9e]M?[0xce][0x11]>[0xb]/H[0xe5]S~Y[0xa0]K[0xac][0xb4][0xf9]U[0xb8][0x81][0x10][0xcc]n[0xee][0xd0][0xeb],{}[0xa0][0xbb][0xb3][0xd9][0xbb][0xd0][0xc7]![0x9b]tR[0xc9]3[0x9d][0xd7][0xe6][0x80]{[0xe0]1[0x84][0xac]oR[0xdd]9[0xf0][0xfb]x;=[0x88][0xdb][0x1d][0xb0][0x1d][0xee] [0xaa][0xe]d[0x3][0x89]c[0xa9][0x18][0x1d]p'[0xec]p[0xc0].[0xd8][0xed][0x80][0xef][0x3][0xcd][0xff][0x1e][0xdc][0xa6][0xe2][0x1d][0xe][0xbc][0x13]ix'[0xdc][0xa0][0xe2]][0xe][0xbc][0x1b][0x1e]a[0x8]{[0xa8]x[0x89]T[0x1e]i[0xf5]![0xdb][0xda][0xc9][0xd3][0xee]u [0xc2]c*[0xee]r[0xc0][0xa3][0xc]{T[0x84][0xf2]E4[\r]I[0x18][0xc6]M[0x15]w;[0xf0][0x1e][0xbc][0x97]5[0xfe][0xc0][0x81][0xf7][0xd1]:[0xf0]~[0xbc][0x1d]![0xf3][0x14]![0xe0][0xb]S[0xe2][0xc0][0x1e]|[0x80][0xe1]|[0xe4][0xc0][0x7][0xe1]E[0x7]>[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0x0][0x8f]9[0xe0][0xb][0xf8]R[0xc5][0x87][0x1d][0xb8][0x7][0xe8][0x80]C[0xd0][0xeb][0x80]Oi[0x16][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xef]}[0x5]_;[0xf0][0x11]|[0xd4][0x1][0xff][0x86][0x8f]T|[0xcc][0x81]{q[0x9f][0x3][0xf7][0xe3]>[0x84][0xb4][0x1][0x9e]i[0xd9][0x97][0x2][0x9e]"<[0xcc][0xe4][0xe3]d[0x83][0x9e]>[0xc0][0xe2][0x1].n;9[0xe]-[0xad][0x9e][0xe]f[0xbd][0xd9]Og[0x99][0x3]~Kv[0xb0][0x17]nr[0xe0]A<[0xa4][0xe2]a[0x7][0x1e][0xc1][0xa3][0xb4][0xf7][0x91][0x8f][0x1d][0x7][0xbc][0x9][0xa4][0xef]Gx[0xcc][0x81]O[0xc0][0x9f][0x1c][0xf8]$>[0x15]i[0xb2][0xc4][0xbc][0x3][0xe][0xc3][0x9][0x7][0xfc][0x1e][0xe]P\[0xc]s[0xf2]8[0xe0]qV[0xf8]4>[0xa3][0xe2][0xb3]*>[0x17][0xda][0xa0][0xc1][0xe7][0x84][0x3][0x9f]g;[0xce][0xa1][0xa1][0xe5][0xc0][0x17][0xf0])6[0xf3]V$[0xb][0xa1]9/[0xb2][0xaf][0xf]Co[0xa4]9[0x9a][0xeb][0x1c]x[0x9c][0xe7]|[0xc8][0x8e][0x9f][0x1d][0x18]>p[0xc0]qFv[0x82]y[0xfb]&o[0xcb][0xe3],[0xe][0xc3][0x11][0x9e][0xf7]1[0xb7]^[0xe0])[0xbd]*[0xbe][0xe4][0xc0][0x1f][0xe3][0xed]*[0xbe][0xec][0xc0][0x9f]0[0xcc]i[0xa1][0xe4][0x94]1-[0xbd][0xd9][0xe3][0xf7][0x7][0x82][0xe9][0xeb][0xbd][0xd4][0xea][0xe8][0xf0][0xb6][0xa4][0xfb][0xfc][0xe9][0xfe]@z[0xb3][0x1e][0x16][0xf0][0x9];[0xf1][0xa7]l[0xfc]/[0xbc][0x11]?[0xe3]-{[0x5]_u[0xe0][0xcf][0xf1][0xa8][0x3][0x81][0xbf][0xe4][0xad][0xff][0x8f] [0x1f][0xbc][0xf4][0x5][0xdd]TBpJ0[0xe5][0xe6][0xe6]:[0xf0]5[0xfc][0x95][0x3][0x8d][0xaf]S[0x9e]Y[0xd3][0xed][0xc0]7[0xf0]u[0x15][0xdf]t[0xe0][[0xf8][0xb6][0x3][0x83][0xef][0xd0][0xeb][0xdb][0x80][0x2][0xfd]Pq[0xc0]w[0xe1][0x6][0x7]*hR[0xf1]][0x7][0xfe][0x16][0xdf]s[0xa0][0x5][0xad][0xb4]2|[0xdf][0x81][0x1f]0[0xa6][0x1b][0x89][0x17]p[0xb][0xcd][0x82][0x9b]Y[0xdc][0xca][0xd9]":;?[0xaf][0xb0][0xb8][0xb0][0xa4][0xa0][0xa8][0xb0][0xc4][0x81][0x1f][0xe2][0xe][0x84][0xc9]#I[0x5][0x83][0xb6]/[0xf4]J0[0xf1][0x94][0xc7][0x8][0x1d]7#J4y[0x8][0xae][0x11]M[0xd4][0xdf][0xe0][0x13][0x6]hV[0x15][0xc][0x99]R[0xe9][0x8d][0xde]M/[0xe4][0x94][0xdd]F[0xf6][0xf2]*[0xca][0xe8][0xa4][0xcb][0xc9][0xf8]&[0xf3]91O<[0xe5][0xab][0x1a]G[0xac]g[0xa3][0xe4][0xf9]i[0xfc]aa[0xe2]IojT[0x6][0xf9][<[0x9d]-[0xfa][0x1b][0x1b]%u[0xcb][0xf2][0x86][0x85]M%[0x8][0x5][0xdf][0xf8][0xd5][0x91]1[0xc5][0xe]~[0xc7][0xa6][0x1c]3[0xcc][0xa2]j[0xbc]]][0x9e]6[0xfe]:[0x92][0xb4][0xa8][0xd2]]YW[0xd6]P[[0xd7][0xb4][0xb0]zy[0xfd][0xe2][0xa6][0xaa][0xda][0xa6][0xca][0xba]:J[0xf0][0xf2][0xb2]w[0xd2][[0x98][0xeb]?[0xed][0x1b][0xda];[0x3][0xe7]r[0xc1](x,][0xda]^E[0xd1][0xb6][0xd4].XRY[0xde]@[0x5][0xf1][0x80][0xc1][0xaa][0xea][0xea][0xca]Ee[0xd5]M5[0x95][\r][0x8b]k+[0xb8].[0xa9][0x1e][0xca][0xb0]Y[0x11]AXZ}[0x9d]][0xc4][0xbe][0xb4][0x8][0xba][0x96]W7T-[0xab][0xae]lj[0xa8]<[0x93][0xac][0xc5][\r][0xf9][0xa6]A[0x9b][0xb1]Y^[0x89][0x13]#[0xd9]"[0xc8][0xaa][0xbc][0xbd][0xd5][0xb6][0xf2][0x8c]%[0x11][0x8d][0x87]EAE[0xa0][jc[0xbb][0xaf][0xab][0xca][0xdf][0xca]G[0xb0][0xec]v[0x5][0x97].[0x16]_[0x97][0xdb][0xe3]FH[0x1d][0xc0]XQ[0xbb]|[0x1]![0xab]r/[0xac]rW5T6[0xb9][0xcb][0xdc]l[0xa6]"[0xa2][0x99][0xcc][0xc9][0xf5][0xe7][0xfa][0x82][0xcd][0xed][0x9c]C[0xf5] [0x9b][0xcc][0xfb]7[0xd9]H[0xcf][0x93]Er[0x89]N[0xf5]C[0x9b]7[0x18][0xd6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "kO[0x1e][0xfa][0xd6][0x1e]A[0x1][0xd9]K?[0xd5][0x1c][0xf2]M[0xa0][0xb3][0xc5][0xe7][0xf7]tHuF[0x85][0x8b][0xcd]g[0x4]^R[0x88]-[0x83][0x2][0x92][0xd4][0xaa][0xed][0x9e].[0xb7]T[0x9d]f[0xbf]\[0x6][0xf3][0xca]x}[0xb1]y[0xf9][0x9c][0xa8][0xf7][0xd2][0x8c][0xf8]A[0xba][0xea][0xe5]KF[0xcc][0xa0][0x81]A}r[0x10]Us[0xb4]~[0xad][0xb0][0xc]9[0x82][0x9c]@[0xcd]PYg[0xb][0x6][0x8c]&[0x91][0xb1][0xac][0xae][0xae][0xac]1T[0xc4][0xc][0xa9][0xd5][0xb5][0x19][0xb][0xab]*[0xab]+[0x86][0xce][0xd0][0xb]oZ?[0xd5][0xd4][0xf4][0x1e][0x15]F?wym[\r][0xd1][0x8e]vuI}[0xad]{P\[0x95]W[0xd7][0xd6]W[0x1a]q[0xa5]vz[0x9b][0xb7]63k,[0x19][0xab][0xa5][0x80][0xb4]vx[0xfd]mA[0xe2][0xa4][0x95]c[0xba]L[0xaf]#)aX=[0x9b]7K[0xdd][0x9a]=[0xcc][0x7][0x95][0x88]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "y+:[0x18]X[0xec][0xdd][0x12]Zp[0xa2][0xf6]:t[0xf2][0x7][0x95][0xae][0xee][0xf5][0xa1]"8v[0xe0]~[0x8d][0x87][0xb1][0x98]6q[0xd9]l[0xc9][0xa8][0x92][0x12][0x95][0xbd][0xaa][0x97][0xa6]6[0x1a][0xd2]k[0xd3][0xf0][0xe3]|kW[0xd0]K[0xd5]n[0x94][0xbc][0xf6]R[0xd4]o[0x1d][0x92]*[0xf4][0x8d][0xae][0x8a]0$[0xba]Tr[0x86][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xdc][0xca]:[0xe][0x93][0x90][0xe7]hU[0x8c]A[0xea][0x18]H[0x87]mp% \[0x5][0xd1]0[0x8e][0xf]B[0x0][0xba][0xd2]y'[0xd7][0x9b][0xf5][0xfe]-[0xfa][0xf5]V[0xb9]&p=*W*N[0xe9][0xaa]p)+}*[I[0xd7]]2v7[0xf5]w[0xca]|[0x85]+Y[0xba][0xe6][0xd0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Q[0x9a][0xf1][0x3]j[0xdd][0x4]f0[0xd1][0xb5][0xd8]u[0x10][0xd0]u[0x4][0x94][0xc6]}`:[0x8][0xe6][0x3]`[0xa1][0x9e][0xb5][0xf1] [0xa8][0x7][0xc0][0xe6]2[0x1d][0x80](W[0xe6][0x1][0xb0][0xbb][0xb2][0xe]@[0xb4]+[0xeb][0x10]8[0x10][0xe]@[0xcc]^Q|[0x1f][0xc9]I`#y[0x16][0xa9][N&W@*[0xac][0xa1][0xb1]&[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb] [0xb][0xfb] $[0xc]U[0xef][0x83]X[0xd8] [0xea]][0xda]tC}[0x9c][0xa1]>[0xe]~[0x8][0x8f][0xc8][0xec]81[0xc4][0xdf][0xff][0xa9][0xba][0xd7][\r]m[0xa5][0xe7][0xf8]^[0x8a][0xab][0x17]F[0xb9][0x1e][0x7]{/[0x8c][0xee][0x1]g[0xf5][0x11]Hj[0xec][0x83]1[0x99][0x7]a[0xec][0x13]{i[0xae][0x99][0xf6]>[0x16][0x12][0xe9][0xe9][0xfb]d[0x97][0xad]$[0xfd]4[0xba][0x99][0xc6][0xbb][0xe8][0xce][0xd9][0xa4][0xbd][0x13][0xc6]CP[0xd0]$[0x91][0xce]8p[0xc0]^[0xd8]'[0x18]Rt\[0xfb][0xe9][0xa7][0x82][0xe2]V![0xd1]A7[0xa8][0x9c][0xd5]a[0x1c]%U<[0xb1][0x9d] X[0x1e][0x87][0xe4]}0[0xee]~H<[0x2][0xe3][0x1b][0xf5][0x81]>H9[0x8][0xa9]O[0x18][0xb7]M[0xf7][0xc3]X[0xad]3[0xe1][0xe][0x88][0xe5][0x89]}[0x90]&3z![0xdd][0xe5]<[0xbf][0x17]&[0xd2]m[0x1b]O9[0x4][0x93][0x14][0xd0][0xc9]3N'[0xcf]cdK[[0xca][0x14][0xda]![0x80]-[0x10]C[0xae]H[0x83][0xf3][0x89][0x9][0x17]@[0x19]\[0x4][0x95]p1,[0x85]K[0xe0]L[0xb8][0x94]v[0xf0]2Y[0x96]C[0xc3][0x18][0xb6][0x18]r^[0xda]DYI[0xaf][0xbe][0x92][0xdd][0xba]C[0x17][0xf][0xac][0xe4][0xbe][0x88]+![0xd7][0x9e][0xb6][0xf2][0x9b] [0xd5]8|%![0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xc2][0xd5][0x84][0xf6]Z8[0x1d][0xae][0x83]L[0xb8][0x1e]J(,[0x17]R [0x85][0x9c]O[0xf6][\r]*,[0x86][0x83][0xd0]G[0xe8][0xf6][0x8b]&L[0xa3][0xdb][0x87][0xc][0xb8][0xb5][0xd4][0x13]n[0x88][0xdf]2{a25N[0x17][0xab][0x1a][0xd1][0x12][0x84]X[0xb7][0x90][0xbc][0x95]<[0xf5]=[0xb2]~[[0x98][0x95]p[0xc2]iV[0x90][0xcb]~][0xf9][0x95]d[0x8f]Y[0x9f]52_d[0xb1][0xf5][0x81][0xf5]j$[0xbb][0x93],[0xee][0xa0][0xf5][0xde]E[0xeb][0xdd]I[0xeb][0xdd]ET[0xdf][0x1d][0x16]QY[0x6][0x82],[0x1d][0x1][0xb7][0x8e]RK[0x19]X1[0x83][0xfa][0xd1][0xb7][0x3][0x95][0xd2][0xb]SN[0x2]u?[0x81][0xea]!P[0xf][0x10][0xa8][0x87][0x8][0xd4][0xc3][0x4]j[0xcf])A[0x1d]#[0xe0]C@=[0xa1][0x83][0xba][0x86][0x86][0xd8][0xcf]9#[0x3][0x95][0xde][0x7]S{![0xe3]$\{[0x9][0xd7]>[0xc2][0xb5][0x9f]p[0x1d] \[0xbd][0x90]M[0xf6][0x7]p[0xe5][0x18][0xb8]r[0xc]\9[0x84][0xeb][0xc9][0xa1][0xb8][0x9e][0xd2]q[0xfd]P[0xc7]u*6g[0xf4][0xc1][0xb4];[0xc0]N[0x17][0xd7]v[0xe][0xc7]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "GJZ[0xd9]![0xc0]tc[0xfa]`[0xc0][0x1a][0x9b][0x8f][0x12][0xe0][0x1f][0x11][0xe0]c[0x4][0xf8]I[0x2][0xfb][0x14]1[0xf9][0x19][0x98][0xb][0xcf][0x12][0x9b][0x9f][0xb][0x3]~2[0x9b][0xb9]u[0xc][0x9e][0xd6][0x81][[0xc0][0x94][0x16]c[0x17][0xe8][0xcf][0x84][0xb9][0xd4]4r[0x97]f[0xf5]AN$[0x97][0x9e] [0x84]/[0x11][0xc2][0x1f][0x13][0xc2][0x9f][0x90]KJ(6[0x2][0x97]>;[0xd4][0xa5][0xcf][0xfd][0xdf][0xe2][0xfa]%[0xe1]z[0x8d]p[0xfd][0x8a]p[0xbd]N[0xb8][0xde] \o[0x8e][0x0][0xd7][0xf3]Cq[0xbd][0xa0][0xe3]zP[0xc7]U4[0xc2][0xb8][0xd8][0xe][0xb6][0x84][0xdc][0x1e][0xb0]$[0xe4]E[0x82][0xf7].[0xc1][0xfb]-[0xc1]{[0x8f][0xe0]}@[0xf0]>[0x84]B[0xf8]([0xc]^[0x91][0x1][0xaf][0xc8][0x80]WD[0xf0]^[0xd4][0xe1][0x8d][0xa7][\r][0xad]Ua[?[0xdd]1[0xd1]U[0x5][0xfe][0xbb][0xb0][0xd6][0xa0][0xa1][0xe3]F[0x2][0xbb][0x88][0xd4]q&[0xca][0x1e][0x19][0xec][0x84][0xfc]Hh[0xff]Hh[0xff]Dh?![0xb4]![0xb4][0x9f]RR[0xfd]kX[0x9a][0xcb]6[0xd0]f[0xf]M[0xa6][0xec][0xc2][0x13][0x1a][0x16]e[0x1a][\r][0x91]:[0xb4]S[0xb9]R[0xb0][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[0xf][0xc1][0xc]$[0xa4]E[0xd3][0x1f][0x92][0x87]?[0xa3][0x1f]/T[0xa5]_&[0xfd][0xd6][0xeb][0xa7][0xc8][0x8b][0xe2]0[0x80][0xdf][0xd3][0xef]o[0x99]OBq[\r]%[0xe1][0x92][0x95]T[0xc7][0x94]"[0xb8][0xb3][0xf][0xc1]L[0xa4][0xf2]i,5[0xa8][0x94]|[0x12]f[0xcf]4[0xbb][0x92][0xcd][0xbd]0geO[0xff][0x87]4s[0xee][0xca][0x1e][0xb8][0x9d][0x1e][0x9b][0xe7][0xa6][0xce][0xfc][0x95]4[0xad][0xc])[0xc5]/@[0x98]iN6[0xeb]OgrK[0x1e]/[0x9f]iq%[0xd3]YS[0xc1][0x9d]Jn-[0x14][0xad][0xbd][0xb0][0x88][0x14][0xbe][0xa2]+\D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x17][0x8b][0xa1]CP[0xc5][0x8b]XB[0x83][0xf9]4[0xb8]T[0xbc][0x1a][0xc9][0x15]5[0xb4]Rw[0xf][0x8c]s[0x11][0x9c]Z[0x9a][0x10][0xef]2i[\r][0x1b][0xa9]Y[0xb6]R[0x1c]m[0x16]G[0x9f]C5[0x17][0xc0][0xbf][0xa8][0xf7]o[0x98][\r][0x9f][0xd3][0x19][0xfb][0x5][0xc5][0xf8][0x97]T{}E'[0xea][0xd7][0xb0][0x11][0xfa][0x81][0xea]|[0xe8]B[0x5][0xb6][0xa0][0x9].D3[0xec]B[0xb][0x1c]B+[0x1c]E[0x15][0x9e]B[0x1b]<[0x8b]v8[0x81][0xd1][0xf0][0x1a]:[0xe0]u[0x8c][0x85]w0[0xe][0xfe][0x80]N[0xf8]3[0xc6][0xc3]_q[0x14]|[0x86][0xa3][0xe1]sL[0xa2]Ch[0xc][0x9a]0[0x19]m[0x98]*[0x9b]XG[0xb9][0xc6]C^[0x89][0xa2][0xd8]L[0x96][0xf3][0xe1]e[0x8a]e.9[0x93])[0x9e]_[0xa1][0xec][0xb1][0x85]j[0xb9]W[0xe1][0xe7][0xb4]'[0xe8]$[0xfb][0x5]E[0x97][0x19][0xde][0xa1][0xb3][0xef]5[0x8a]/[0xb][0xef]h[0x88][0x0][0xd4]:FZ[0x10]~[\r]Z=[0xa0][0xe9]x[0x9d]f[0xf1]NN[0x5][0xc7][0xec][0xaf][0xc0][0xa9]B[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "o|[0xe][0xa9][0x9f][0x83][0xfa]5qH[0x85]y[0xd2][0xcf][0xfb][0xf][0xa8][0xa3][0xc7][0xd8]l\[0xec][0xbc][0xf9][0xff]V[0xfc][0xac][0x1e][0xa6][0xa4]8#r[0xf1][0x83][0x93] [0x6]O[0x83]4<[0x1d][0x8a]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q'[0x83]bm[0x1a],E[0x17][0x9c][0x89][0x99][0xd0][0x8a]Y[0xa7](~[0xde][0xfc][0xd6][0xc5][0xcf][0xc8][0x91][0xca]q[0x81]y[0x84]4[0x1f][0xc6]b[0x1][0xa1][0x9d][0x1][0xa7]c[0x11]db1[0x94]`[0x9]Q[0xb8]td[0xc5][0xf][0xc7][0xeb][z[0xbc][0xae][0xa1]![0x8a]E[0x9c]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x14][0xca]YCB[0x19]CB[0x95][0xa3][0x1d][0xa0][0x8d]~G[0xe8][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfd]>[0xa2][0xdf][0xa7][0xf4][0xfb]<[0x8b]b[0xd9][0xcd]UU[0x1d]Ge[0xe9][0xa0][0x80]L6[0x2]r[0xb6]D[0x94][0x16][0xcf][0xef][0xeb][0xe1][0xb7][0x83][0x1e][0x9d]G[0xe1]G[0xcf][0xd6][0xaf][0xe4][0x99]FH[8[0xf8][0xf4][0x90][0xb6][0x18]!mu%[[0x8d][0x90][0xb6]F[0xe][0xe9][0xc5]Y[0x1c][0xd2][0x16][0x97]<'1[0xdd][0xc0]1[0x9d][0xc5]1m[0xa5]Q[0xab][0x1e][0xd4][0xcb]{ [0xd5][0x95]I[0x11][0xbd][0x82]n[0x8f]re[0x9a][0xb4]V[0x14][0x83]Y[0x19][0x1e][0xd3][0xe7][0xc1][0x4]r[0xc2]\[0xda][0x94]y[0xb4])[0xf3]iS[0x16][0x10]e*`-VB3.[0x84]Kq[0x11]\[0x85][0x8b][0xe1]Z[0xac][0x82][0x1b]q[0x9][0xdc][0x82][0xd5][0xb0][0x1d]k`'[0xba][0xe1][0x19][0xac][0x85][0xb7]p[0x19][0xc5][0xf0][0x19][0xf0][0x1][0xd6][0xc1][0xc7][0xd8][0x0][0x9f][0xe0]r[0x8a][0xdf][0x15][0xf0][0x15][0x9e]I[0xf1][0xdb][0x88]q[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]p[\r]E[0xf2]ZL[0xc1]&<[\r][0xd7][0xe1][0x14]\[0x8f]Y[0xe8][0x95][0xcd]^C[0xf4][0xbd]T[0x8f]k[0xb][0xac][0xa5][0x3][0x84][0xe3][0xda]D%[0x80][0x16][0xd7]Vr[0x92][[0xe2][0xda]L[0xa9][0xdd])qm[0xa1][0xdc][0x12]'q[0xcd][0x99]z[0xba][0x11][0xd7][0xd3]C[0xc7][0x10][0xb5]8[0xc2][0x15]#[0xc2][0x9f][0xd1]#[0xdc]*$[0xca][0x80][0x98][0xb4][0x92][0xaf] ![0x14][0xe2]i[0x12][0xe2][0xc9][0x83]BKz[0x15][0xfe]#[0x92][0xae][0xff][0x6]y[0x17][0x7][0xd2][0x17][0xca][0xe5][0xa9]F":[0xe3]>p[0x1a][0x9d][0xc6][0xfb][0xe9][0x84][0xd5][0xe6]l[0x87]I[0xa7]8%[0xf6][0x1a][0xde][0xd0][0xb0]}[0x9f]R[0xc4]v[0xca][0x7]w@[\r][0xee][0x8][0xcb][0xe4][0xee][0xb0]LN[0xe5][0xf3][0xe4][0xa4]xY[0xfc]{[0xc3]-~[0xd5]p[0x8b][0xdf]E[0x8b][0xdf]M[0x8b][0xbf][0x87][0x16][0xff][0x83]a[0x17][0xff][0xbc],[0xfe]}c[0xf1][0x8d][0xd4]c[0x18][0x13][0xc2]W9[0xca][0xc5][0xa7][0xc1]!X[0xcd][0xd9]K[0xa1][0x13]``1[0xb1][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "|[0x80][0xf8][0xfa] m[0xeb][0xc3]a[0xb][0x99][0x10][0xb6][0x10]rh[0xaa],[0xe3][0x3][0xa3]<[0xd4][0x96][0x91]:[0x10][0x13][0x83][0xb][0xd7][0xc1][0x4][0xd2][0xa2][0xe3]QZ[0xd1]c[0x14][0x1d]{a[0xc][0xee][0x83][0xf1][0xb8]?lU[0xa9][0xc6][0xaa]R[0xa5]\[0xd5][0xc8]3[0x6][0x94]:[0xbd]Z[0xe5]"up[0xa9][0x1a]:[0xe7][0xdd][0xfa][0x92]G[0x1b]X[0xb4]j4R[0x80][0xf6][0x11][0x84]C[0x4][0xe1]0[0xc4][0xe2][0x11][0xe2][0xf2][0xd1][0xb0][0x5][0x8f][0xd6]!([0xfc]G8][0xf7]B}[0x9d][0xf6]Pr[0xc9][0x18][0xf8]V[0xa4][0xb9][0xee]I[0xd2][0xf8][0x14]D[0xe1][0xd3]a[0x8b][0x9][0xff][0x1c][0xa5][0xe5][0x13][0xd6][0xf9][0xb1][0xae][0xd3]C=[0x93][0xe4][0x93]A[0xdf][0x6][0xb2][0x6])[0xd7][0xe0]>G[0xca][0x9f]'[0xe5]/[0xd0][0xfe][0xbc]Hp[0x8f][0x87][0x95][0xfa][0xe1][0xf9]$T[0xea]k[0xe9][0x8b][0xdd][0xf1];#G[0xde][0xab][0x17][0xf]KFV[0xae][0xb9]q [0xae].[0x82]4[0xf2]r[0x12]X[0x95]1[0x10][0xad][0x8c][0x85][0x4]%[0x19][0xc6]*[0xe3] MI[0x85]Y[0xca][0x4](S[0xd2]`[0xa1][0x92][0xe][0xcb][0x94])[0xb0]R[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb][0x94][0xc][0xf0]*[0xd3][0xa0]][0xc9][0x86]=J.[0xf4])ypD)[0x80][0x17][0x94]B8[0xa1][0x14][0xc1]kJ1[0xbc][0xae][0x94][0xc2][0x87][0xca]L[0xf8][0x9d]2[0x1b][0xfe][0xa1][0xcc][0x81][0xcf][0x94]yhR[0xe6][0xa3]UY[0x80]iJ9[0x96])cq[0x91][0xb2][0x10]k[0x94]E[0xa1][0xd7]`[0xca]`[0x93][0xe0][0xaf][0x94][0xd2][0x88][0x0][0xf4]^[0xf7]7yc[0x1b]Ko{[0xa7][0x96][0x85][0xd2][0xe2]$[0xf8][0x7][0xfc][0x93][0xa2]([0x6]g[0xd2][0xcb][0xfa]n99[0xdc]F[0x91][0xec][0x86][0xcf]$[0x1d]Fc[0xb9][0xfc][0xbd]F[0xfb]V3[0x1]b[0xbe][0xa2][0x7][0xf0]k*$[0x11]s[0xc7]|[0x1][0xe5][0xb1][0xf2][0xef][0xdf]0[0xf3]s>[0x1e][0xf8][0xbf]e[0xe8][0xb1][0xf2][0x12][0xf5]y[0xa4]:%[0xf5][0x1e][0xa8]b[0xbe][0x1f]#[0x11][0xd5][0x92][0x9a][0xd2][0xd2][0x7][0xfe]"sfJJ[0xa2]y[0x1d][0x8f][0xf3]p/[0x4][0xb8];[0xc7][0xd5]H[0x1d]j[0xf0][0xdf]y[0x1e][0x97]_[0xcc][0xb1][0xdd][0x14][0xb2][0x14]M=[0xfd]}[0x3]^[0xd6][0x82]d[0x9]X[0x94][0xa5][0x14]([0xd5][0x90][0xa1][0xd4]P[0x90][0xb8][0xa1]D[0xa9][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e[0x19],V[0xea]`[0xa9]R/[0xde]($[0x1c]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c(L>[0x17][0x1f][0xf0][0x1f]sBI[0xbf][0x9a]^[0x14][0xb4]c[0xaa]Z<[0xa4]H[0xeb][0xef][0xe2][\r][0xed]/[0x18]&[0xf8][0x2][0x16])[0xb2][0xb0][0xd0][0x1]\[0xae]'[0x81]hz_[0xe2][0xe8]![0xaa][0xf][0xc9]%[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]++[0xc3][0x8e][0x99]h[0xc3]b[0xb4]a[0xf1][0xb][0xf8]RW[0xb8][0x91][0xb3][0x15]3~[0xe8][0x8a][0xc5]9[0xec][0x90]U[0xe2][0x90][0xf1][0xcb][0x87]do[0x8a]e[0x87][0xb2][0x1a][0x9c][0xca]Z[0x98][0xa8][0x9c][0x15]fo[0x92]aO[0xdb]e[0xe3]Xs[0xd2][0xe5]+[0xf8]Z7[0xfc][0x1][0x97][0x83]t[0xf5][0x8e]O8{[0x17]D[0xef][0x83][0xce]csz i[0xfc][0xe][0x88][0x19][0x1f][0xec][0x83].[0xf3][0xba][0x1e]P[0xc7]Sc[0xe]#KY[0x17][0x8e]M[0x1e]I[0xa2]GL[0xa1]-L[0xe9][0x83]`[0xf][0xc4][0x8f]7[0xfa][0xeb][0xfa][0xa0][[0xe0][0xa7]0[0xfa][0x1][0xec].[0x8e]y[0xa5][0x85]"[0xc4][0xb][0xb1]J[0x1b]a[0xf7]A[0x8e][0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xe](U6A[0xb5][0x12][0x80]U[0xca][0xd9][0xd0][0xa2]t[0x1a][0xf1][0x8a][0xa6]g[0xfb][0xf5][0x1d][0xf2][0x1a][0xab][0xf3]"[0xc8]k[0xcb]D[0xa8][0xd0][0xef][0xee][0x97][0xc][0xa2][0xc6][0xc6][0x94][0xe3][0x97]D[0xe3][0xf8][0xb1][0x94]N[0xf8][0xbf][0xba][0x19][0x85][0xb8][0xd9][0xf8][0x86][0x18]u[0xb7]|[[0xb1]3^[0x93][0xc6][0xc1]s[0xe4][0xf][0x8c][0x3][0xf9][0xfa]\[0xe3][0xaf]b[0xfc][0x97][0xad]4#EO[0xe0]L[0xa6][0x9c][0x7][0xaa]r>[0xb1][0xef][0x2]HQ.[0xa1][0xf8][0xbe][0x8][0xd2][0x95][0x8b]!K[0xb9][0xd4][0xd8][0x89][0xf4][0xb0][0xd4][0x9c][0x1d][0x96][0x9a]m`JY [0x99][0xd9][0xce][0xff][0xd3]H[0x7][0xb7]^[0xff][0xc0][0x99]h[0x9a]=n[0x1f]l[0x19]?[0xfd]^[0xf2][0xbe]y[0xdd][0x9e]+[0x10]{[0xfa]?[0x1d][0xb2][0xf5]w[0xd2][0x11][0xb1][0x83][0x12][0xcc]][0x10]G[0xed][0x90]A[0x85][0xe][0xd9][0x89]KH[\r][0x9a][0xe5][0xf][0xad][0xfa][0x9f][0xe2][0xbe][0x4][0x5][0xd9][0x9e][0x5][0xad][0x9a]=[0xc][0x90]"[0xce][0xc8][0x97][0xa7][0x14]YLE[0xd6]q;[0xc0][0xee][0xcc][0xa6]kp[0xd6][0xb8][0x84][0xad][0xbb][0xa1]x[0x9c][0xb3][0xa5]c[0xee][0xb8]T[0xa7]uK[0xaa]m[0xcb][0xba]T[0xcb][0x96]u-t@[0xcc][0xca][0xbc][0xc2][0xd2][0x9f]h[0xd9][0x7][0xe7]%[0x9a][0xb][0x97][0x87]:[0xe7]s[0xa7][0xa7][0xff][0xf8][0xb8][0x84][0xb][0xda][0x9d][0xa3].[0xa0][0xc7][0xe8])[0xb3]<[0x11][0x9a]r!OI[0x9d]5[0xee][0x8e][0xfe][0xb7]{[0xc0][0x94]h[0xdd][0xe][0xe][0xed]V[0xa2]5[0x8c][0xd8]nZ[0x1]([0xf][0x83]I[0xd9]C[0x4]y[0x84][0x2][0xe9]Q"[0xc9]c[0x10][0xaf]@[0xae]>H.[0xa6]wB[0xe5][0x10][0xa5][0xd3][0xc3][0x14][0xe4]OB[0xbd][0xf2][0x14][0x9c][0xa5]<[\r][0x1b][0x95]g`[0x93][0xf2],[0x4][0x95][0xe7]a[0xab][0xf2][0x2]\[0xa6][0x1c]7[0xbe][0x1e][0xa4]Pu[0xa5]J`gQ[0xf2][0xb3][0xe9][0xa9][0xe0]r[0xf1][0x16]H[0x8b][0xff]<[0xcd]~[0xbb][0x1c][0xa3][0x84]J[0xf5][0x90][0xab]?q[0x16]U[0x90][0xda][0x13]&[0xb8][0x4][0xed][0x92]@[0xad]p!FK[0x2]e[0xff]N[0x6]s?[0xc4]S-[0xa5][0xa2][0x3][0x85]qP[0xda][0xf][0x19][0xfa][0x0][0xff]cZ[0xda][0xa8][0x8e][0xd2][0x99]hi[0x12][0xfb]`)N[0xb8][0xa8][0x17].[0xde][0xf][0x9d]N[0xfb]Q{[0xa3][0xc9][0x19]U[0xdb]hv6[0xd7]6Z[0xe2]M[0x1f][0xd7]6Z[0xe3][0xa7][0xc6][0xd5]6[0xaa][0x9][0x97][0xd4]6[0xda][0x12].[0xad]mtZ[0x13].#[0xa9]&\N[0xd2][0x96]p[0x5][0xc9][0xa8][0x84][0xef][0xd4][0xee][0x87]-[0xce][0x96][0xa3][0x16]z[0xc9]D[0x91]I"[0xc7][0x88][0x1c]+2Y[0xe4]8[0x91][0xe3]E[0xa6][0x88]L[0x15]9[0xc1]Y@2Md[0xba][0xc8][0x89]"'[0x89][0xef]9[0xef]9[0xe7]9O[0xdf]~[0xff][0xf1][0xf5][0x1b][0x80]2[0x9e]e0[0x8a]R[0x1a][0xc3]Xb[0xa3][0xb3][0xb9]#a9[0x83]$J2[0xee][0xf2]z[0x8f]MY[0xc6]}[0x19]+2[0x1e][0xf0][0xee][0xa1][0x84]G[0xc9][0x9f][0xd1][0x93][0xa1][0x9c][0xc7][0x9c][0xb8]*aM[0xc2][0xba][0x80][0xf4][0xa6][0xf6][0xaa][0xb6][0xf5][0xb6]&0_m[0x1b][0xef][0x8d][0xae]o[0xe8]m[0xcf]ut[0xcf][0xef][0x9a]FG[0xaf][0x10][0xae][0xba][\r][0xc3][0xb7]\gU@n[0xb8]v[0xaf][0xe3][0xd4]\[0x1]Q[0x11]H[0xd9][0x96]c[0xf2]&[0xe5]6[0x9b][0x9e][0xe9][0x13]X[0xb3][0x1c][0xcb][0xdf] [0xa0]V*[0x95][0xc2][0x8e]@b[0xd3][0xdd]3[0x5]F[0xaa]|[0xb4][0xd7][0xa9][0x9b][0xdd][0xd7]F[0xdd]&O[0x96][0xeb][0xda];F[0xd7][0xe2]}[0xe4]L[0xf8][0xfb][0x96]'p[0xb3][0xea]v[z[0xcb]6<[0xaf]iy[0xfb]![0xa5][0xf3]\^v[0xe]l[0xe2][0xa3][0x84]4[0xb7][0xa2][0xee]C-[0xd3]?[0xeb]#[0x10]W[0xb][0xc4]r[0x84][0xbc][0x9b]![0xef][0xc8][0xcf][0x9e][0xed]?2e[0xdf]%[0x87][0xe5][0xb4][0x4][0xc6][0xd4][0x2]I[0xf1][0xc1][0xd0]m[0xc3]i[0xe9][0xa1][0x97]G_k[0xd8][0xd1]lT[0x96][0x6][0xcb]l[0xbb][0xbd]n[0xc3]|a1[0xef]\?[0xb9]%.[0xa1][0xe0]*4[0x5]S[0x98]T0[0xc1]f[0x1a][0x93][0x2][0x13][0xfd][0xd5][0x9f][0xf7],{[0x8f]y[0xa5]U[0x16]4[0xef][0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xf0][0x84][0xcd]S[0x1a][0xb2][0x98][0xf]e[0xe7][0x0][0x1d]*[0xe6]C[0xb5][0x9][0x8b][0x82][0x82]E[0xa8][0x2][0xb][0xff][0xa1][0x17][0xb3][0x99]Q[0x90][0xc3][0xb8][0xc0][0xe5]3[0xe][[0xf5][0xb6][0xd9] [0x9][0xf2][0xff]z[0xff][0xf4]R[0x8d][0x83][0x3][0xd3][0xd9][0x13]([0xa9][0x17]%[0xba][0xa8]Z4[0x17][0x89]7[0xa3]V[0xfe][0x1e]F[0x9e]n[0xe4](Hy$0[0xc9][0xfc][0xe8][0xc2]gY[0xb0]`[0x9d][0x8a][0xd6][0xe9]`M[0xd1][0x9f][0xc6][0xa0][0xd3][0xd7][0x8]u[0x10][0x87]DkN;[0x81][0xd0]f[0x8f][0x10][0xd3][0xe6][0x8e][0x10][0xd7][0xc6][0x93]GH[0x1c]R [0x86][0xeb]d[0xc7][0xe9]C[0x0]f[0xa9]|[0x1e]i[0xcc]Q[0xbb]yj[0xb6]@[0x1e]@#/[0x15][0xa0][0xc8][0x1c][0x10] n([0x2][0xc4][0x14][0xe2][0x1][0x9a]'[0x94]$[0xef][0x2]nD[0xad]u[0xaa][0xcd][0xa7][0x92][0xda][0x17][0xc4]>[0xfe]n[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8b]Ai%<[0x10][0x95][0xa6][=09[0xde][0x9f]\[0x1c][0x98]|k`r[0xa2]?yy`2[0xdd][0x91]([0xf9][0x1d][\r][0xc4][0xb1][0xf2])[0x92][0xbb]'He[0xa5]c[0xc8]<[0xc2]1[0xd2][0xd9]L[0x88][0xe3][0x8c]/[0x85]8[0xc1]X!|[0x8c][0xa1]O}[0xbd]V[0xce][0xf5]*G[0xbd]d[0x14]H[0xd2][0xb0]W[0x91]v[0xfc][0x8c][0x9d]bxw[0xc]#[0xe1][0xef][0x4]W>#{[0x18][0xf0]:[0xab]5E[0xf6]vP[0xbf][0xf8][0xb]PK[0x7][0x8][0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.class[0x9d]W[0xe9]W[0x13]W[0x14][0xff]M[0x12][0x18][0x13][0x86]E@[0x4][0xa1]J1`[0xc8]b\[[0xb][0xae] ([0x98][0x5][0xb]b[0xc1]*[0x1d][0x92][0x9][0xc]$3q2[0xa1][0xa5]{[0xed]j[0xf7][0xbd][0xd5][0xd3][0xaf][0xb5]_[0xd5][0xd3]V[0xa1]==~[0xee][0xe9][0x87][0xfe]E=[0xbd]of2[0x89][0x92][0x0]zr[0xf2][0xe6][0xbe][0xfb][0xee][0xfb][0xdd][0xdf]][0xde][0x9b][0xe4][0xef][0xff]V[0xff][0x2]p[0x8]7<[0xe8][0xc0]I7[0xda]q[0xca]C[0xc3]@[\r]Z0[0xe8][0xc6]i[0xc][0xb9]I[0x1a]f[0xd3]3<[0xce]z0[0x82]Q[0xf][0xb6][0xe0]\#m;_[0x83]:<_[0x83]qL[0xf0][0xb8][0xc0][0xd4][0x93][0x8d][0xe0]p[0xbe][0x11][0xe]sm[0x8a][0xad]M3[0xe9][0x12][0xc3][0x91][0xc7]e[0x86]~[0x85][0xa9]g[0x18][0xf0]KL[0x12]y[0xcc][0xf2]H[0xf0]Hr[0xa8][0xca][0x8a]zb[0x9e]CkdA\[0x14]5][0xc]/[0xe4]T%[0x1][0x9b][0x6][0x93][\r]S[0xc5]g[0x17][0xa4][0x4][0xf1]j[km.[0x91]9?[0x9b][0x97][0xd3]II[0xe3][0xd0]Y[0xc9]j[0xc0][0xb4] [0xe3][0xda]q]L,F[0xc5]l![0xcf]I9[0x95][0xa2][0x4][0xe4][0xd4][0xbc][0x96][0xa0]9GI[0xe7][0xc8]amZ[0xcc][0xcc]&E/[[0xf6][0x1e][0xe0][0x90]*[0x13][0xa0][0xc5]`#[0xa7][0xb4][0xbe]$[0x86][0xd3][0xa2]2[0x17][0x1e][0xd7]5Y[0x99][0xab][0x9c][0x13]j[0x13][0xe7][0xa2][0xb4][0xcc]zb[0xcd]&*[0xf1][0x92]Y[0x96][0x87][0xb8][0xed][0xe7][0xd0]d[0xcd][0x8b][0x5][0xf1][0xee][0xa3][0xfa][0x8c][0x1b]![\r][0xcb],[0xcc][0xed]k{f/[0xf3] [0xa0][0x13][0x92][0x80][0x9d][0xd8]% [0x88][0x90][0x80][0x14]d[0x1e][0xb][0x2][0x16][0x91][0x16][0x90]AX[0x80][0x2][0x95][0x83][0xaf]B[0x1b]>[0x14])C[0xe5][0x91][0x15]p[0x15][0x1a][0x3][0xa6]T6[0xc][0xa8][0xaa][0x9e][0xd3]51[0x1b][0x95][0xf4]y5[0x99][0xab][0xaf][0x86][0xde][0x80]<=[0x96][0x1a][0xf0][0xb2][0x80]W[0xb0],[0xe0]U[0xbc][0xc6][0xe3]u[0x1]o0W[0xdb]+[0xa4][0x93]![0xbe]I[0xfb][0xde][0xa2][0xef][0xdb][0x2][0xde][0xc1]5[0x1][0xef][0xe2]=[0x1][0xef][0xe3][0x3][0x1][0x1f][0xe2][0x1a][0x87][0x96][0xf2]y[0x15]p[0x90][0x85][0xf6][0x11][0xae][0xb][0xf8][0x98]E[0xfa][0x9][0xae]s[0xe8][0xde][0xd4][0xc9][0xa2][0x10][0x8a][0x95](tc[0xfb][0x1a]?[0xd1][0x92][0xb3][0xe0][0xf4][0xb1]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xc1][0x86][0xf7][0x89][0xe5],[0x15][0xc0]]"[0xb]#[0x8a]"i[0x83][0xcc][0xb5]D9[0xf2]V1%&tU[0xa3][0x8c][0xd5]d[0x8a]3[0x1e]?[0x10]jDU[0x17][0xf3]Y[0xe][0xff][0x94][0x92][0xb3][0x0][0xcc][[0xf3][0xac][0xa8]$[0xd3]R[0xce]kZ[0x96][0xa1][0x94][0xdd]h[0x9c][0xf4]'Z4][0xae][0xbf][0xb7]w[0xed][0xea][0xa0][0x98]N[0x8f][0xcb][0xba][0xd4][0xcf][0xe3]G:[0xea][0x9b][0x8a][0xc7][0xe8][0xd7][0xf5][0xec][0xb0][0x9f]Z[0xaf][0x83]~[0xc8]=E_[0x7]{Y[0xd1]o[0xbd]-$w[0xe2]i[0x1a][0xbb]h6Lz[0x7]==[0xfe]{[0xe0][0xfc][0x81][0xdf][0xe0][0xb8]C3[0x7]v[0xd3]X[0x7]'[0x8d][0xbb][0xe1][0x82][0x17]nt[0xd3][0x8][0xfa][0xa5]gX[0xd3][0xac][0x7]0$[0x86]J[0xaf]~[0xec][0x81][0xcf][0xc2][0x1a][0x9d]8@[0xeb].8[0xea][0xea][0xa9]N[0x7][0xed]H[0xfe][0xa5][0x95]*zN[0xd8][0xdc]o[0xa1][0xfe][0x91][0xa8][0x1e][0xa0].[0x1a][0xa0]![0xc6][0x2]1[0xe2][0xa8][0xef]s[0x5]Cm[0xae]U4[0x14][0x82][0x8][0xb2][0xd9]Vk[0xd6][0xe6]*[0x1b][0xd3][0x14]j1[0x8d]V\[0xa2][0x98].[0x13][0xcf]+[0x14][0xc3][0xc][0xb1][0x13])[0xca][0xc]"[0xf4][0x1b][0xc5]k[0xfc][0xd1]0[0xf8][0xd0][0xd3][0x8c]i[0xc2]*[0xde].[0x1c][0xa6][0xf][0x8b][0xc9]K{[0x9e]![0xc9]IO[0xaf][0x11][0x9d][0xab][0x10]]+[0xd7][0xe0]a'[0xdf][0x8a].C6,C[0xcd][0xfe][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x1d][0xb8][0x9]![0x10][0xa4][0x84]79q[0xf1][0x8e][0xcd][0xce][0xec]F[0x85]*[0xac][0xa2][0x9][0xd9][0x92][0xcc]6[0x1b][0x1e]aH[0xcc][0xf]gH[0xcf][0xa1][0xcf]h[0xb0]f[0xaa][0xd2].+[0xb3]NpM[0xe4][0xfa][0xa8][0xed][0xfa]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]A[0xf4]Y[0xae]o[0xc0][0x1f]bb[0xb3][0x3][0xbf]c[0xdb]Mx[0x89][0x88]5[0x80][0x96][0xfb][0xd8]n[0xb2][0xfa][0x5]5[0x1][0xd2][0xb6]:J[0x9][0xb6][0x18])[0x99]%[0x82]IJ_[0x8a][0x88][0xc8]Db[0xb1][0x84]h[0x9f][0x91][0x10][0x18]R[0x81]h[0x9f]M[0xb4][0xaf][0x84](%i?OL[0x8f][0xd9]LW[0xad]f[0x8e][0x87][0xee][0xa2][0xed][0x16]Zm[0xc2]'[0x19][0x93][0x1d][0xe]F[0xea][0xb0][0xad][0xec][0x8][0x4][0x8b][0xb4]Ct[0x4][0xb][0xbc][0x1b][0x3]A[0xea][0xf9][0xa2][0xa6]H'x[0x1a][0x87]h[0x1c][0xa6][0x16]9C[0xf7][0xc6][0x8]u[0xc4]([0xf5]u[0x4]1[0xfa][0x14][0xc3][0x88][0x1b]][0xb]C*[0x84][0x11][0xb7][0xc3][0x88][0x97][0x84]Q[0x5]gG[0x17]+[0xdc]q[0xe3][0xe8][0x9e][0xc0]<=[0xd9][0x9f][0xca][0xd3][0x94][0xad][0xb9][0x93]m[0xf8][0x6][0xdf][0xe3][j[0xfe][0x8][0xe9];[0xc9].J[0xdf][0x18]A[0x8c]Y[0xd2]E[z[0x1]c[0xff][0x3]PK[0x7][0x8][0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/glassfish/json/JsonMessages.class[0x95]X[0xb]|[U[0x19][0xff][0xce][0xfa][0xc8]Y[0xc8][0xba]6[_[0xeb][0xda]ue[0x8c][0xae]-)o[0x18][0x1b]cir[0xdb]e[0xcb][0xa3]$[0xe9][0xb6][0xe][0xb1][0xde][0xa5][0xb7]m[0xb6]I[0x3][0xfb]XNI[0xa3][0x9b]4[0x11]/[0xfb][0xb1][0x82][0x92][0x95]lX[0xb3][0x8b][0xb4][0x10][0xa8][0x1f][0x1a][0x8b][0x6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81]U[0xe1]}[0xea][0x1]upNOg[0x6][0xe3]Z1?WHiCs[0xb9][0xc9][0x8c][0xb6][0x9]Q[0x9b][0xd3][0xb9][0xb4][0xbe][0x85]@M[0xef][0x86][0x9d][0x4]j[0x3][0xf9]I[0x8d][0xc0][0xf2]p:[0xa7]E[0xe7][0xb2]{[0xb5]BR[0xdd][0x9b]A[0x8b]7[0x9c]O[0xa9][0x99][0x9d]j![0xcd]~[0xb]c[0xad]>[0x93].[0x12]X[0x1b][0xce][0x17][0xa6][0x7][0xa7]3j[0xb1]8[0x95].[0xce][0xc][0xee]+[0xe6]s[0x83][0xdb][0xf1]#[0xa2][0x15][0x8b][0xea][0xb4]V[0xc4]y[0x1a]B[0xd1][0xa4][0x12][0x8f][0xfa][0xc3][0x13]J<[0x1e][0x8b][0x13]X[0xd9][0xbb][0xc1][0xd0][0x95]Qs[0xd3][0x83][0x9][0xbd][0x90][0xce]M#[0xae]=[0x19][0xdb][0xa1]DC{[0x94][0xf8][0xc4]XT[0xd9]=[0xaa][0x4][0x92]Jp"[0xb0][0xcd][0x8f]C[0xce][0xea][\r][0xe1][0x90][0xfd]jAW[0x8d]9[0x8a]zAS[0xb3]|*&OO[0xe7]s[0x9b][0xa4][0xac][0xee][0xb9][0x9c]vpVK[0xe9][0xda]$[0x1][0x12][0xc2]tg[0x4][0x9e]@[0xcf][0xc2][0x9c][0x4]Z-Y[0xf3]D[0x9d][0xbd][0x18]Q[0x1][0xa9]*j[0xd3][0x14] [0xd0]h[0xcd][0x11][0x8a][0xb1]4a[0x92]F[0xfd][0xf1][0x4][0xfe][0x1e]Q[0x92][0x89]d<[0x14][0x1d]af[0x17]i#P[0xa7][0x1c][0xd0]r:[0x1]O([0x97][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0x96]{[\r][0x97][0xe2][0x9c]^G1[0xa3]j[0xa1][0xa8][0x15][0xd6][0xf1]q[0xf2],[0xd5]i[0x6][0xe7][0xfa][0xc5]q[0x10][0xe8][0x10][0xf2]B[0x9][0xb6][0xba]#q8:[0x16][0x19]b9b[0xe2][0x9b],[0xf1][0xe8]6l^[0xcb][0x16][0x8e][0x19][0xe1][0x10]h[0xb3][0x8c]C[0xa1][0x91][0xa0][0x12][0x8]E[0x8c]:![0xb0][0xc2]r[0xf9][0xe3]q[0xff]xEZbC[0xdb]q5*[0xc0];[0xfd][0xe1]1[0xc5][0xb0][0xb6][0xcf][0xb3]b"[0x15][0xa4]|[0x84][0xb9][0xa6]Jl[0xd8]EV[0x11]X[0xca][0xa2]M[0xe6][0xf7]kX [{[0x9d][0xea][0x9b][0x3][0xd2][0x97]`F[0xcc]_[0xe][0x99][0xd5][\r][0xaa][0x81]W[0xc2]dI[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x10][0x8e]%[0x14],[0xf]+[0x7][0xa1](F[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x18][0x2][0xfa]+[0x12][0xbb]p[0xe5]VF#[\r][0xb0][0xa1]T[0xca][0x9c][0xb7][0xc8][0xf6][0xb][0x9][0xaa]QhN$[0xfd]I[0xc5]([0xe5][0xd5][0x98][0xeb][0x9d]jfNK[0x1e][0x9a][0xc5][0x1d][0xe5][0xcc]y[0xf5][0xcb][0xb4]p[0xf7]:[0x13]$[0x17]P[0xab][0xf3][0xf1]=[0xb][0xf][0xb7][0xc9][0x8][0xc4]FE[0x91][0xc]8[0xcd][0xeb][0xb0][0x9e][0x7][0x98][0xf]+[0xd7]i[0x14][0x81].s}F[0xc7][0xb0]>[0xa3][0x81][0x89][0xa0][0x92]d[0xa5]:[0xec][0xf][0x85][0x95] [0x81]N'@([0xc6]%[0xb5][0x8c](Q%[0xee]O[0xc6][0xe2][0x13][0xc3][0xe1][0xb1][0xc4]6sS[0xb0]9J[0xe5]P[0xe1][0xd8][0x15][0xf]%-G[0x9b][0xe5][0x8][0x85][0xc3][0xca][0x8]vWDIn[0x8b][0xa1][0x8a][0xf5][0xbd][0xb6][0xf8]b{[0xf7][0xe1]":[0x84]\L[0xe5]g[0xb5][0xf2][0x85][0x15]x[0x8c][0xc5][0x9a] [0x18][0x1b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xd4][0xd1][0xe1]P[0x94]i[0x88][0xfa][0xb1]*[0xdb]m[0x2][0xa2][0x81]Xd4[0x8c][0xa1]NlO[0xc4][0xd0][0xb7]F"n,[0x9c][0xc]!f"[0xa9][0xec]N[0xe2]6[0xc3][0xa3])[0x5][0xe5][0xf]c[0xff][0x6][0xc7]'[0x2][0xfe]0[0xcf][0xe3]*[0xf6][0x13][0xbd][0xec]Q[0xe1]\[0x89][0xfb][0xc3][0xd0]X([0xcc][0x0]Q[0x4][0xe5][0x8c][0x85][0xc3][0x4][0x9a]mfc[0xab]0[0xec]]6[0xbb][0xd8]Y[0xcc][0xd1][0x1c][0xd0]i[0x3][0x18][0x1b]R[0xb9][0xbf][0x19][0x8d]Rb[0x9b]]Nl[0x3][0xc8][0x88][0xdb][0xe7][0x13][0x87]C[0x89][0xa4][0xf0][0xb5][0xf4][0x86]B[0xf2]5K[0xe7]&[0xb5][0x83][0xd8][0x1c]E[0xec]{[0xc4][0x8d][0xc6][0xf8])<1[0x1c][0x8b]G[0xfc][0xc9][0xd2][0xd6][0x81][0xa7][[0xc9][0x11][0xf1][0x8f][0x8e][0xb2]S&[0x12]J[0xe0][0x96]>B[0xe0][0x8b][0x8f]YU[0x9f]a[0xeb]o[0xcd][0x81][0xc7])[0x1e][0x88][0xa2][0x80][0x9a][0xc]G[0x12][0xcf]Fs{j5l[0xa5][0x96]d[0x8a][0xfc][0xc9][0x10]k[0xd8][0xa5][0xb8][0xf][0x14][0xc4][0xe5]i[0xa5][0xa0]T[0xf8][0xb1]oF_[0x9f][0xd5][0xd8][0xdd][0xd1]d1G[[0x10]~[0x3][0xcb][0xf0][0xba][0xdc]([0x9][0xf0][0x82]EnK5[0xd9][0xe2]4^[0x9f][0x90][0xa5][0xd9][0xe6]V[0xe][0xa6][0xb4]Yqu[0xab]U[0xb][0xd3]x [0xad][0x90]0[0x12]X[0x96][0xd0][0xd5][0xd4][0xfe][0x88]:+n[0xb4]M[0xd3][0x9a][0x1e][0xd4][0xa6][0xd4][0xb9][0x8c]..[0xaf]H[0x9e]&[0xb0][0xa4][0xb8][0xd7][0xa8][0xe0]r[0x1]Cs[0xe9][0xcc][0xa4]V`w[0xb9][0xcd][0xa9][0x8c][0xb8]I[0xbb][0x13][0xfc][0x8a]=[0x9c][0xe6][0x84][0xf6]{[0xb0][0x8f][0x8d][0xf7]@[0x14][0xf0][0xfc]nH[0xe7]t[0xad][0x90]S3>[0xad]P[0xc8]c[0xaa][0x1a][0xe7][0xcb][0xf3][0xc0][0x1d]p'[0xce][0xaa][0x97][0xe]n[0x9f]u[0x8b][0xf5][0xa5]f[0xd4][0x82][0x8b]tzH[0x17]Y[0x83]i[0xb6]0[0xf3][0x10][0xdd][0xc][0xb1][0x16][0xd9]-D:[0xcf][0xa6][0xc4][0xb5][0x9b][0xe5][0xb7]9[0x1f][0x86]lDc[0x98];[0x84]9][0xc][0xa1][0xc2][0xe9][0x82][0x9a]1^[0x4][0xc]o[0x93]5[0x8][0xdd][0x86][0xcd]k[0xd9][0xc2][0xf9][0x12]M[0x9b]e[0x1c]JO[0x7][0xb5]T:k[0xc4][0x8a]Ka[0xb9][0xfc][0x85][0x82]z[0xa8]B[0x8e][0x11][0x5][0x98][0x1f][0xad][0x86][0xb5]}[0x9e]5[0xc1][0xaf].[0xe5]#[0xcc]Lh[0xf9])k[0x84][0x95][0x87]T&_[0xd4]0[0x1b][0xd6][0xd4][0xe9][0x1c][0x9e][0xeb][0xe9]I[0x9f][0xb8][0xad]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "sQWu1[0xaf]ib[0x87][0xa1]a[0xea]2[0x7][0xcf][0xce][0xa1][0xe6]\[0xca]7[0xa9][0xe9]L[0xfe][0x94][0x8a][0x15][0x80]w[0xfb]N'@:[0xcf][0x9]Z[0xa6][0xb5][0x1c]k[0xa8]|[0xc1]7[0x95][0x99]+[0xce][0x98][0xb]ds[0x94][0xb4]V8..[0xa4]u[0xcb][0xd1]f9[0xd2][0x99][0x8c]6[0x8d][0x19][0xcf]j[0xfa]L[0x9e][0xa9][0xb0]\[0x93][0xf9]9,v[0xd4]3[0xc5]*V[0xf3][0xe5]T[0xc][0xb6][0xdd]64[0x97][0xca]gg3([0xd2][0xc7][0xb6]j<[0xa2]%[0xb4][0xd8]!i[0xc4][0xf8]t[0xed] n[0xee][0x1d]\GI[0x8e][0x9a][0xc1][0xd5][0x98]<[0xe4][0xc3][0x6][0xe7][0x19]X[0xc5]~[0xa2][0x97]=*[0x9c]+[0xf1][0x80][0xd8]k[0xf4][0x11]*[0xc9][0xa2][0x9c][0xb9]L[0x6][0xdb][0xd9]f[0xe6][0xb7]-a[0xef][0xb2][0xd9][0x8d][0xa3][0xc5]g[0x8e][0xe6][0x80]N[0x1b]@[0xe5][0xe5]U[0xee]oF[0xa3][0x94][0xd8]f[0x97][0x13][0xdb][0x0]2[0xe2][0xf6][0xf9][0xc4][0x99]tQ[0x17][0xbe][0x96][0xd9]<[0xef]w[0xdf]T[0xbe][0x90]U[0xf5]R[0xa5]a[0xe7][0x96][0x1c]Yuv[0x96][0xf5]`6],[0xe2][0x93][0x15][0xac][0xf0][0x14][0xb4])[0xad][0x80]e[0xa3][0x95]FyH[0xf][0xec][0xb4][\r]5[0xc4][0xf0][0xb3][0xbe][0xd4][0xc2][0x12][0x8f]X9L@[0xe][0xdf][0xf1][0x91]TD[0xaf]NN[0x8a]Q[0xe5][0xf6][0x94][0x9a][0xcb][0xe5]u[0x9c]=[0x9b]?[0xc0].[0xf]%[0xaf][0xc8][0x8d][0xa9][0xb3][0xb5][0xe4][0xa8][0x90][0x81][0x8d][0xa8][0xa7]f[0xb0]T0[\r]{5[0xc3][0xcf]7[0x6]nEV[0xdf]l[0x81][0x9d]%[0xf8][0xd0][0xa6][0xd2][0x7]Y[0x96],[0x97][0x8e][0xdb][0xb6]VJ_[0x93][0xe1][0xd0][0xb5][0xa2][0xd5]V[0xad][0x86][0xad]T[0x90][0xf6]CI[0xd0][0xf0]3[0xc8]&[0xd4]0[0x9b][0xc0][0x92][0xc7][0x3]a[0x88][0xb8][0xc8][0xf1][0x1e][0xb2][0xe]nt[0x91][0x13]6[0xe0]I2[0xd0][0xed]"}[0xb8]+[0xc3][0xd5][0x1e][0xd2][0xcf][0xd6][0xb1][0x3]_[0xd8]|[0xe6][0xb][0x1b]o9[0xd4]n[0x9c][0x18][0x1e]2@N[0xc2][0x6]\[0xe0][0xf],.[0xe2]#[0xb0]n1o[0xed].2H[0xa0]o[0xf1][0xaf][0x88].r2[0x81][0xee][0x85]^[0xaa]p[0x85][0xac][0x94][0xf0]c[0x83]%[0xc3][0xc5][0xb])6[0xc5]o[0xa8][0xf6][0xd3][ 6[0x95]%9[0x80][0xe7][0x95][0x8a][0xfb]5[0xdb][0xc6]z[0xcb][0xfe]`bz[0xd8]i[0xce][0xb6][0x8]D8[0xfd]I[0xb][0xaf]'[0xe6]yVZ([0xb6]E[\r][0x8a]T[\r][0xf3][0xfe][0xc3][0x1b][0xca]T[0xe9][0xb][0xf6][0x9d][0x96][0xc3]z:iQ[0xf7]H[0xeb][0xc4]_[0xdd]+[0xf9][0xab][0x8e][0xe5]n[0x9c][0xef][0xc2];[0x82][0x9e]/}e"K[0x82]}[0xce][0x13][0xcb][0xff]f[0xd7]U}[0xa1]q[0xbd][0x16]Z_\[0x11][0xf9][0x92][0xc2][0xc9][0xb0][0x3]j[0x0][0x0]7m[0xd6][0x16][0xf8]m#[0xfe][0x8f]7[0x16][0xb4][0x8c][0xe2][0xb7]A|[0x12]|[0xd6][0xf5][0xdd][0xe][0xe4][0x8]~Y[0x2][0xe7][0xe3]g=7vC[0x1c]?=[0x6][0x0][0x12][0x90][0xc4]'[0x85]1[0xd8])[0x6][0xf7] [0x9a][0xfd][0xe7][0xf6].[0xa9][0xb9][0x1b]j[0x8e]A[0xed]a>[0x95][0xc5][0xb0][0x1e][0xf1][0xbb]`[0xb7][0xc0][0x87][0x90][0x85][0x8d]h[0xf6][0xd6][0xd5]!~[0xbc]f[0xd5]1[0xa8]O[0x8c][0xd7][0xf6]'[0xc4]P[0xfb][0xe4][0xfd]|[0xf2][0x16]c[0x0][0x8c][0xc3][0x1e]>U3\[0x0][0xaf]B?[0x85][0xb][0xe1][0xd5][0x82]v[0xf][0xd2][0xb2][0x18]W{][0xf5][0xe5][0xb4][0xe3]u[0xab][0x8f][0x1][0x95][0xb1][0xf]r[0xf6]nc[0x9c][0xc9][0xbe]Z[0xb0][0xb3]o[0x13][0xf0][0x1a][0x1c]AA[0x95][0x84][0xbb][0xd4]![0xdc][0xd3][0x10][0xbf][0x17][0xa6][0x4][0xfe]l[0xd4][0xc5][0xac][\r]^w-[0xd7][0xd5]'S[0xb2][0xd1][0x96][0xe4][0x6][0x98][0x86][0x19][0x9e][0xe4][0xb4][0x84][0xe5][0xb8]*,[0xe7]JY[0xf6]IX"[0xf0]aqQh[0xf3][0xf6][0x95]][0x14]:[0xd8]CR[0x8f][0xf7][0xd9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xf0]Qq[0x9a][0xb7][0xe1]*[0xed][0xe1]w[0x85][0x8f]K[0x94][0xf4];(y[0x0][0xf1][0x9f][0x80]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0xb0]P[0xe2][0xf5][0xe][0xd4][0xd9]v;[0x89][0x86][0x87]l[0x1a][0xbc]p=|[0x8a][0xcf][0xe3][0xc5][0x95][0xbf][0x94]k[0xf8][0xb4][0xb9][0xbf]m[0x12]=[0xd6][0xe4]=I[0xf4][0xd8]Q[0xf0][0xc9]([0x1f][0xb6][0xb5]Y[0x93][0xb9][0xc5]}[0x6]n[0xac]h[0xd6][0xc1]*[0xcd][0xfa][0xc8][0xbc][0x3][0xe0]R[0xce]r[0x93][0x84][0xe5][0xe4]*,[0x8f]JY>+I[0xec])[0xe][0x89]}[0x1c][0xf1][0x9f][0x93][0xe0]Ou[0xc0]?[0x81][0xf8][0xcf]KT[0x9e]VE[0xe5]Se*o[0x10]*o[0x96][0x14][0xd6][0xe9][0x8b]*[0xac][0xa7][0x17]([0xac]/H[0xe2]9[0xc3]![0x9e]g[0x10][0xff]E[0xf8]REa[0x9d][0xb9]@a=[VX[0x87]yL[0xec][0xdb][0x11]QX[0xb7]HrtV[0x95][0x1c]=W[0x96][0xa3][0xc3]"G[0xb7]J[0x94][0x9d][0xbd][0x80][0xb2][0xe7][0xcb][0x94][0x1d]1[0x95]]![0x94]}Y[0xa2]lc[0x15]e/[0x96])[0xbb]M(;*QvNue[0x84][0x94])[0xbb][0xcd]Tv[0xbb]PvL[0xb2]n[0x9b][0xe4][0xeb]F[0xea][0xf0][0xb0][0xba][0x3]74[0x3][0x19][0xe2][0xd9]e[0xa6][0xf9][0x16][0xd8][0x8c]}{nd[0xa0][0xff][0x18]l9[0x1c][0xe9][0xc3][0xc7][0xd6][0xc3]\[0xfa]2[0x14][0x1e][0x82][0xce][0xe7]S[0xd6]"[0xc5]q@[0x89][0x7][0x1a][0xc8]2XN[0x1a][0xb8][0xb4]>[0xb4]S[0x9c][0xe0].~[0xfb]Y[0x8e][0xdf][0xbe][0x2]w[0x8b]w[0x9d][0x1b][0x84][0xdc]f[0xdc][0x15][0xbf][0x8a][0x8c][0xf7][0x1a]R[0xa2].d[0xbd][0x8a][0xfd][0xc5]BHy[0xc][0xe7]@v[0x18][0xbd][0xb][0xfc][0xe3][0xb7][0xc3]Pd[0xc0][0x1b]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]][0x3]}[0xec][0xb3][0xff]~8c[0xa0][0xb1][0xf7](([0xbb]j[0xb6]t[0xf6][0xdf]s=[0xac][0xe9][0xbc][0xe][0xdc][0x3][0xde]a[0x8e][0xe9][0xef]<[0xf5][0x18][0x8c][0xb0][0xaf]W[0xd4][0x90][0x1b]_~r[0xa0]q[0x3][0x83][0xe][0x1c][0x85]m,[0x1][0x86][0xfa]Sq1[0x80][0xac]@[0xf5]+Qy34[0x93][0x16]h'[0xad][0xd0]M[0xda][0xa0][0x97][0xb4][0xc3][0x0]Y[0x5][0xa7][0x91][0xe][0xd8][0x82][0xbf][0x83][0xa4][0x13]v[0x90]5ft=[0xf8][0xef]>l[0x13][0x96][0xac]Q3[0xa6]Q[0x11][0x13][0x85]m[0xf0]u[0xf8][0x6]F|/_[0xec][0xda][0x17][0xa1][0xc7][0x5]~[0xd2][0xf8][0x2]4[0xd6][0xa3][0xf7][0x9b][0xe6][0x1b][0xea][0x6][0x9e]S[0x80][0xa5][0xde][0xd0]1[0xd8]~+l>b[0xae]O[0x3]'_[0x8b]$=8[0x84]=[0xef][0xe7]u[0xf0][0x0]^;[0x1]_xk [0x85]b'[0xb7][0xb6]C[0x1][0xc5][0x16][0xb7][0xb6][0xc1]e([0xf6]u[[0xdb][0xff][0xf]PK[0x7][0x8]I[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.class[0x9d]Q]K[0x2]A[0x14]=[0xb3]~[0xaf][0x9b][0x96][0x9a][0xa9]}@[0xd0][0x83][0x1a][0xb4]=D[0x4]E[0xf][0x19][0x82]![0xbd][0x14][0xbe][0x8f][0xb6][0xe9][0xc8][0xba][0x1b][0xbb][0xea][0xef]*([0x8d][0x88][0xa0][0xd7]~Ttw[0xd6][0x94][0xca][0x8]b[0xd9][0xcb]=[0x87]s[0xce][0xdc];[0xf3][0xf6][0xfe][0xf4][0x2]`[0xf][0x1b]*B[0xc8][0xc5][0x10]D^[0xa5]R[0x88]`5[0x82]5[0x6][0xb5])[0xda][0xa7]FK[0xf4][0xb8][0xc9][0x90][0xad]w[0xf9][0x90][0xeb]=[0xde][0xef][0xe8]'S[0xfe][0x90]!|$,[0xd1]?f[0xc8][0x17][0xe7]KJ[\r][0x86]`[0xc5][0xbe]2[0x18][0x92]ua[0x19][0xe7][0x83]^[0xd3]p.y[0xd3]$&U[0xb7][[0xdc]lpGxxB[0x6][0xfb][0x1d][0xe1]2d[0xce]\[0xdb][0x9a][0x5][0xf9]>[0x6][0xad]fY[0x86]S1[0xb9][0xeb][0x1a][0xa4]:[0xa8][0xdb]N[o{[0xf0]Z[0xb8][0x1d][0xbd]K&[0xdd]s[0xfa][0xfa]Z[0xef][0xc6][0xdc][0x9a][0x17]D[0xa3][0x87][0x86][0xdc][0x1c]xc[0xcd][0x16]m[0xf8]L[0xae]X[0xfa]m[0xdf][0xb8]%[0xed][0x13]a[0xe6]Shr[0xab][0xad]O[0x93][0xd5][0xb]{[0xe0][0xb4][0x8c][0xaa][0xf0][0xd6]I[0x9d]f[0xc7][0xd3]k[0x88]b]C[0x18][0x11][\r])[0xa4][0x19][0xf6][0xff][0xb7][0x5][0xc3][0xe6][0x9f]F[0x86]@[0xb1][0xd4][0xc0].[0xbd]m[0x88][0x1e][0x9c].[0xdd];[0x97][0xba][0x0][0xfd]Q[0xc4][0x88]Q[0xa9][0xab]B[0xa1][0xf]P[0xcb]c[0xb0][0xf2][0xf6][0x3][0x94];B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2]T[0x13]R;[0xa2][0x84]1[0xe9][0x1f][0xa1][0x11][0xca][0xfa]j,`[0x11][0x90][0xdd][0x12][0xa5]2[0x99][0x9f][0x9e]d[0xea][0x12][0x3][0xa1][0xf2]=[0x94][0xdb]i\X[0x92][0xcf]2F[0xf3][0x5][0x93][0x18][0xba]Q,[0xff]0[0x8f][0x10][0xf8]n~[0x9d]cVh&[0xaf][0xae] )[0xe7]ar[0xe3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]PK[0x7][0x8][0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.class[0x95][0x93]mO[0xd3]P[0x14][0xc7][0xff]wO[0x1d][0xa5][0x80]<[0x8a][0x80]"[0x8a][0xb2][\r][0xa4][0x80][0xf8][0x8c][0xbc][0x0][0xc4][0x8c]T[0x8d][0xc1],A_u[)[0x85][0xae]%]G[0xfc][0x2][0xc6]/[0xa3][0x11][0x13][0x9]F[0x13][0xdf][0x9a][0xf8][0x99][0x8c][0xf1][0xdc][0xbb][0xcb]6f[0x8d][0xf8][0xa2][0xb7][0xf7][0x9e][0xfb][0xff][0x9d][0x9e][0xa7][0xfe][0xf8][0xf5][0xe5][0x1b][0x80]E[0xdc]W[0xd1][0x81][0xe9][0xe][0xa4]1[0xc3][0x97][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fU$[0xa0][0xab][0x98][0xc3]<_[0x16][0x14][0xdc]T[0xb0][0xc8][0x10][0xf7]j[0x15][0x6][0x96]gP[0x8b][0x8e][0xbd]f[0x95][0x9c][0x8a][0xe9]2[0xc][0x19][0xbb][0xe6][0x81][0xa9]W[0xcc]pG_i[0xd8][0x1f]0[0xa4][0x96][0x1c][0xcf][0x9][0x97][0x19][0x12][0x99]|[0xb6]@[0xaf]U[0xbf]l1[0xf4][0x18][0x8e]g=[0xad]U[0x8a]V[0xf0][0xc2],[0xba]d[0xe9]3[0xfc][0x92][0xe9][0x16][0xcc][0xc0][0xe1]giL[0x84];N[0x95][0xa1]k[0xa3][0xea]{y/[0xac][0x3][0xc]Z[0xde][0xf3][0xac]`[0xd5]5[0xab]U[0x8b][0xae][0xe7][\r]?[0xb0]u[0x9b][0x1f][0xb7][0x9d][0xea][0x8e][0xbe]Kj[0x9d]#u}[0xbe][0xb2][0xef]N[0x9e][0xf2]@q[0xa9]N[0x95][0x8e][0x96][0x1d][0xf0][0xe8][0xe3][0x99][0xec]K[0x86][0xb4][0xe3][0x85][0x5][0xd3][0xad]Y[0xc2]@[0x19]v[0x9d][0x18][0x1e][0xbd]6K!C[0x87][0xeb]{vS[0xb1][0xc1][0xd0][0xdd][0xb0]HIg[0xd9][0xaf]Q[0xe4]M[0xd1][0x1a][0xe5][0xda],[0x94][0xb4][0xf]g[0xb2][0xab]W[0xac]X[0xa6][0xf]o[0x86]fi[0xef][0x89][0xb9]/[0xcb][0xd0][0xe9][0x89][0xb0]%=pB[0xbb][0xa6]g[0xeb][0x8d][0x8c][0xd2][0xa1][0xbf][0x19][0x6][0x8e]g[0xb7]+[0xea]V[0x9e][0xf3][0xa6]_[0xb]J[0xd6][0xba][0xc3]}[0xf6][0x9f].[0xd0],[0xd7]k[0xe8][0xc6]-[\r]*:5h[0xe8]"GQQrU[0x8f][0x82][0xdb][0x1a][0xee][0xe0][0xae][0x86])[0xdc]c[0xd0][0xff][0xb3][0x3][0xc][0x13][0xff]$D[0xfd]hdz[0x9b][0xa9][0x88][0x96]qZ9[0xe0][0xb5]x[0xb6]M[0x93]Gse[0xfc][0xa1][0xa0]l[0x7]O_[0xc8]*[0xd0],[0xa7]i[0xd6][0x81][0x18][0xfa]x[0xa2]bG[0xb9][0xd2][[0xa5][0x87]2[0x3][0xc3]9[0xda][0xad][0x93]=[0xc6][0xad][0xb9]c[0xb0][0xdc][0xe8][0x11]b[0x1f][0x85][0xb6]W[0xa8][0xe2][0xb4].[0xd1][0x1f][0xf2][0x90]|-[0x93]'`[0xa8][0xae]F?[0xed] v[0xdc];[0xfd]*8[0x8f]a[0xe9]sF[0x9c][0xc9]K[0xe2]][0xc3]WJXV[0x84][0xf][0xad]~+}0\[0xc0][0x88]$uI" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&s[0x9f][0x10]k[0x87][0x1f][0xb7][0xc0][0xc9][0x6][0xfb]H[\r][0x14][0xa9][0x6]%[0xea]i[0x99][0x8a][0xb7][0xdd][0xd2][0xd7]1[0xe9]?I[0xdd][0xbc]J[0xd3][0xc2]0I[0xa7]4[0xd8]O[0x8c](D2\[0xc3]u[0xf9][0xdd][0x5]Y[0xee]4[0xff][0xd2]g[0xa4][0xe][0xdb][0xe2][0xde]k[0x89];[0xdd][0x88]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]h^i[0xe7][0xf7]#[0xf8][0x18][0xb2]b[0xcd]aP[0xcc][0x1e][0x13]S>[0x80][0x91][0xdf]PK[0x7][0x8][0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.class[0x95][0x93][0xcb]O[0x13]Q[0x14][0xc6][0xbf][0xdb][0xd7][0x94]a([0xca]KD[0x14]Q[0xd4][0xb6] S[0x11][0x9f] [0x1a]A[0x92]6[0x83].0$[0xb8][0x9b][0x96][0xa1][0xc]NgH;%>[0x16]n\[0xa8][0xb]7n[0xdc][0xa9]q[0xe3]B"&[0x12][0x8c]&nM[0xfc][0x9b][0x8c][0xf1][0xdc][0xe9]e[0xfa][0xc8][0x18]5M[0xa6][0xf7][0x9e]s~[0xdf][0x9c][0xf3][0xdd];?~}[0xf9][0x6]`[0x12][0xd7]d[0xc8][0x18]kC[0x1b]N[0xcb][0x18][0x87][0xca]W[0x19][0x9]gdD1![0xe3],&[0xf9][0xe3][0x9c][0x84][0xf3][0x12].0[0x84][0xed]j[0x89][0x81][0xe5][0x18][0xe4][0xbc]Y[0x9c]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fI[0xb7][0x18][0xfa][0xb4]u}SWK[0xba][0xbb][0xa6]^[0xf7][0xe3]S[0xc][0xb1]i[0xd3]6[0xdd][0x19][0x86]H2[0x97]Z[0xa2][0xbf]Yg[0xc5]`[0xe8][0xd4]L[0xdb][0xb8]Y-[0xe5][0x8d][0xf2]m=oQ[0xa4]Ks[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba][0xb5][0xa4][0x97]M[0xbe][0x17][0xc1][0x88][0xbb]fV[0x18][0x12][0xb9][0x8a]ck[0x8e]][0xac][0x11][0xc]J[0xd6][0xb6][0x8d][0xf2][0xac][0xa5]W*[0x6][0xe5]'4[0xa7]\T[0x8b]|[0xbb]jV[0xd6][0xd4]u*W9S[0xab][0xcf][0x96]6[0xac][0x91]f[0x9][0xea]L6+Y[0xdb]5[0x8a]e[0xde]8[0x99][0xba][0xc3][0x10]7mwI[0xb7][0xaa][0x86][0x17][0xc8]2t[0xec][0x5]n[0xdc][0xd3][0xb].C[0x9b]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r![0xe1]GDI[0xfb][0x8a]S[0xa5][0xde][0xeb]Es4m[0xdd]*[0x11][0xef]O[0xa6][0xfe][0xe4]X([0xbf]B/^t[0xf5][0xc2][0xdd][0x5]}C[0x18][0xd1]n{m[0xb][0xba]g[0x8f][0xb6]t[0xbb][0xa8][0xfa][0x13][0xc5]]g[0xd1]-[0x9b]v[0xb1][0xb5][0xa2][0x16][0xe5]3/:[0xd5]r[0xc1][0x98]7[0xb9]fw[0xb3]C[0xe3][0xbc]^A'.*h[0x87]"[0xe1][0x92][0x82][0xcb][0x98]R[0xd0][0x81][0x4][0x9][0x6]u[0xcb][0xab][0xf7]I[0x98]Vp[0x5]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0xb8][0xca][0x90][0xf9][0xdf][0xa3]`[0x18][0xfe]+[0xe2][0x19]I[0xb7]'Q[0x9f]i[0x81]Z[0xa1][0x81]\[0x87][0xe]QX[0xcf][0xaf]X[0xb6][0xa9][0x88][0xbf][0x85]A[0xda][0xe4][0xb6][0xdd]Z[0xa5][0x91][0xa9]BkN[0x93]+[0xbd][0xcd]Q[0xe1][0x16]2[0xf4]%[0xc8][0xf4][0x8d][0x84][0xd0][0xc5][\r][0xf1]V[0xe4][0x5][0xfd][0xf3](M[0xe][0x86][0xfd][0xb4][0x9a]G[0x98]~[0x14]M[0xef][0x82][0xa5][0x87]v[0x10][0xfa]((P5[0xcf][0xdc]G[0x4][0xf]H[0xed]![0xba]i[0xd7]G9[0xae][0xd1][0x83][0x3][0x80][0xb7][0xe2][0xea][0xf4]Q[0xa1][0x1f][0x7][0x85][0xe6][0x98][0xb7]'[0x95][0xc8]{_+[0xe6]E[0x1e]y[0x1a]J-+4[0x18][0x6]pH[0x90][0x19][0x8a][0xf2]\,[0xfd][0x9][0xa1]'[0xad][0xf4][0xe3][0x6]:[0xe6][0xd3][0x83]>=![0xe8]8[0xa7]?#[0xdc][0xca]?m[0xe0][0xe3]>[0x18]G[0x4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xca][0xf9][0xad][0x16][0xf8]y[0x3][0x1c][0xf5][0xe1][0xa1][0x83]_[0x4][0xc2]G1[0x1c]4[0xf7][0xb3][0xf]-[0xf4][0xcb][0xc0][0xb9][0x8f][0xe1][0xb8][0xa0][0xd7]I[0x93][0x9f][0xca] [0xd1][0x11]m[0xf4];z[0xd2]_[0x11]][0xe6]Z[0xbb][0x88]-k;[0x88][0x8c]nS>[0xec]iv[0xd1]y[0x2][0xaf][0x88]yM[0xa7][0xfa][0x86][0xdc][0xdb]p[0xb2][0x83]B?J[0xcf][0x11][0xba][0x1][0xc]'<[0xb7][0xd8]O[0xc]H[0x14]e8[0x89]S[0xc1]~K[0xdb]-}[0xbf][0xb][0xf4];[0x89]T0[0x1f]o[0xe5][0xb7][0x2][0xf8][0x10][0xd2][0xde]s[0x94][0xfa][0xe5][0xb7][0x8f]y[0xf7][0xbc][0x17][0x3][0xbf][0x1]PK[0x7][0x8][0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl.class[0x8d]VKS#U[0x14][0xfe]n[0xd2]I'[0xa1][0x9][0xc][0x3]dx8[0xf2][0x12]C[0x18][0x9]3[0x83][0xe3][0x8]#"[0x8f][0xd1]`[0x0][0x5][0x6]e|vB[0x93]4[0x84]n&[0xe9][0xe0][0x8c][0x8f][0xf2][0xf0][0x3]t[0x83][0xe5][0xa3][0x14]T[0xaa],[0xdd]YV[0xb9]q[0xe3][0xc6][0x8d][0x1b]7n[0xdc]h[0xb9]q[0xca]s;[0x97]$4[0x1d]`[0x91]s[0xef]=[0xf7]|[0xdf]9[0xf7][0x9c]{O[0xe7][0xa7][0x87][0xdf]~[0x7]`[0x4][0x1f][0x84][0xd0][0x89]E[0x19]K!x[0xb0],[0xe3]N[0x8][0x12]Vd[0xbc]"[0xe3][0xd5][0x10]d[0xac][0x86][0xe0][0xc7]]>{-[0x84][0xe][0xbc][0xce]gop[0xf1]&[0x17]oq[0xf1]6[0x17]*[0x17]).[0xd2]\[0xac][0x5]1[0x3]-H[0x88]u[0xbe][0xcc][0xc8][0xc8][0xd6]!R[0x82][0xeb]\l[0xc8][0xd8][0x94][0x91]ch[0x9e]-[0x98][0xc6][0xa4][0x9e][0x99][0xd6][0xd2][0xfa][0x96][0x9a][0x9b]/n[0xa5][0xb4]<[0x83][0x92]0[0xc]-?[0x95]S[0xb][0x5][0xad][0xc0][0x10][0xe6]VI[0xd3][0xc8][0x1c][0xed][0xd7]sE[0xc2][0xb0][0x8e][0xd6][0x81][0xac]Z[0xc8]N[0x99]k[0x1a][0x3]K0[0xf8]o[0xe9][0x86]n[0x8d]3x[0xa3][0x3]+[0xc]Ri[0xa7]![0xa9][0x1b]Z[0x9][0xb1][0xac][0xa6]r[0xa4]iJ[0x9a]i5[0xb7][0xa2][0xe6]u[0xbe][0x16]J[0xc9][0xca][0xea][0xe4][0xb3]7i[0xe6]3[0xf1][0xc][0xf]a]/d[0xe3][0x1b][0xe4]1[0xce][0xdd][0x96][0x18][0x12][[0xdb][0xb9]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xa3]Y[0x15]%Cg41[0x90][0xdc]P7[0xd5][0xbc][0xa5]:!d[0xee]5[0x8a][[0xdc]h[0xf6]4#6[0xcb]p5J[0x6];j|K[0xb5][0xb2]q[0xca][0xf][0x9d]U[0xcb][0xd0][0xee]i8[0xdf][0x8e][0x9a]+[0xd2][0x1]Z[0xdd][0xa1][0xdc][0xef][0xf4][0xa9]~[0xa7]O[0xfa][0x15]u9[0xd5]o[0xab];[0x84]![0xa4][0x17]l[0xe7]y5g[0x97][0xe2].[0xe5]k[0xc9]R[0xd3][0x9b]s[0xea][0xb6]Hv@7[0xac][0x95]R[0xd8]d@[0xa5][0xab]?R[0xcc][0xdc]W[0xd3][0x16]C0Ge[0xaf]XPj[0xc2]e[0x8d]0[0xa9][3[0x8b]DV1[0xa2]s4[0xa4][0xca][0x7][0x17][0xfa]K[0xd1][0x81]Zyiv[0x18][0xb]^[0x85]jk[0xaf][0x97][0x1f]lk2[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xbc]d[0xe8][0x8b][0xba][0xe4][0xc4][0xde][0xef]+[[0x11][0xb7]_[0xbb]WTst[0x9f]ZDfs[0xaa][0x91][0x89]/[0xa4]6[0xb4][0xb4]5[0xc6]3[0xe2]5S[0x1b][0xfc]&[0x9e][0xd8][0xa4][0x82][0x9a]V[0x96]_[0xaa][0xb6]S[0x92][0x1f][0xb0][0xcc]%+[0xaf][0x1b][0x19]:[0xc6][0xd1][0x9]m[0x96][0x92][0x96]Wa[0xc9],[0xe6][0xd3][0xda]m[0x9d][0xe7][0xfb][0xe2][0xf1][0x1b]<[0xc4][0xed][0x15][0xf4][0xa2][0x8f]!~[0xe6]}[0xef];[0xf6][0xea]8[0xcc]d[0x18]>[0x1f][0xac][0xf2]z9n[0x9b][0xe1][0xc6][0xf9]p'{C[0xb3][0xdb]m[0xe3][0xa4][0xf7][0xb8] [0xfa][0x2],[0x5]E[0xec](x[0x7][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe6]b[0x8c][0x8b][xF[0xc1]8[0x17][0xcf]bB[0xc1]}L*x[0xc0][0xc5][0xbb]xOA7z[0xb8][0x18]e[0x88][0xd4]H[0xb7][0x82][0x17][0x90]P0[0x8f][0x5][0x86][0xee]3[0xc3]ght[0xd6]T[0xc6][0xfb][0xc]]g[0xdd][0x1a]jA[0xd4]Ex[0xdf][0xa2]>AC[[0xad]^[0xe0][0xb2]W~[0xaf][0xb4]'[0xdb][0xfd]`a[0x9d][M[0xf][0xd4]z[0xa4][0xfc][0xa5][0x88]U[0xad][0x97]R1[0xf6][0x15][0xa8]_[0x92][0x89]b[0x99][0x95]@[0x18].T/[0xc5][0xeb][0xf1][0xcf][0xdf][0x99][0x9b][0x9c]Yd[0xe8]9[0xcf]3iu[0xb7][0x91][0xba][0xe8][0x1b][0xd2][0x9]*[0x9][0xfd]<[0xbc]D[0xf4][0xd9]j[0xa2][0x1f][0xdd]X[0xd2][0xea][0xf6][0xa1][0xec]B[0x96]>[0x86][0xe4][0xdd]#[0x9d][0xb7][0x8a][0xe7][0xc7]c[0x87])[0x95][0xe5][0xa6]]"Ox[0x82]S[0xd0][0x9b][0x15][0x94][0xd7][0x4]e[0xa0]DY[0xbf][0xe7][0x8][0xe9][0xe7]*[0xaa][0x80][0xa0]b[0xfc][0xb9][0xbb][0xe3][0xc3]N[0xfc]/[0xae]x[0xea][0x14]e[0xbc][0xa7][0x1a][0xdf][0xf0][0x89][0x3][0xff][0xab]+~[0xbc][0x16][0xbe][0xd1][0x89][0xff][0xcd][0x15]O[0xfd][0xc9][0x1d][0xe1]S[0x7][0xfe]wW[0xfc]s[0x98]t?[0x93][0xb3][0xa4][0xb8][0xe2][0xa7]j[0xe1]/:[0xf1][0xba][0xe2][0xa7][0xf1][0xbc][0xc0][0xf][0x9][0xbc][0xf4][0x5][0x9a][0x9d][0xd8][0xbf][0xaa][0xb0]R[0x19][0xdb]][0xae][0xdd][0xa2]8{$[0xf6]%Zv[0x11][0x8e][0x95]bh[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-\S[0xb9]Ua[0x1a][0x81][0xbf][0xe9][0x8f][0xe5]?[0xd4][0x1d][0xfe][0xad][0xa2][0x8d]T[0xdd].[0xba][0xdc]M[0xa4][0xa4][0x1e].[0xf8]?$~[0xe][0xec][0x8d][\r]~[0x4][0x9f][0xb4]7[0xf8][0x3]"[0xbb][0xf0]y[0xf7][0x6][0xbf]Gd[0x8e];[0xbb][0xf2][\r].1[0xec][0xa3][0xad][0xe2][0xab][0x9d][0x82][0x7][0xfe][0xa3][0xbb][0xfa][0x10]2[0xb9][0x8]3j[0xf4][0xcc][0x8b][0x16]&[0xd9]~[0xbb]J[0x94][0xc2]/[0x9f][0xcd][0xe2]Er[0xd8]BQ&1G.o[0xda][0xc7][0xf5][0xc8][0x1][0xd2][0xd2][0xb7][0xc4]=[0xd1][0xed][0x8e]d[0xb1][0xa0]K[0xa2]=x[0xc9][0x96]/[0xe3]2x[0xaf][0x92][0xc8][0xb6][0x83][0x9a]^;[0xcd]:[0xf0]([0x8d][0x1e][0x1a][0xbb]h[0x9c][0xc1][0x16]nO[0xb4][0xfd][0xf]PK[0x7][0x8][0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.class[0xa5]W[p[0x1b]W[0x19][0xfe][0x8e]$kuY[0xdb][0x89][0xe3]K[0xa4][0x98]:u[0x9d]T[0x91][0xe5](-[0xe9]%[0xb1][0xeb][0xc6]6N[0xb1][0xa3]8i[0xed][0xa4]$[0xb4][0xc0]Z^[0xcb][0xeb][0xc8]+w[0xb5][0x8a][0xeb][0x16]([0xb7][0x96][0x96][0x96]K[0xb][0x14]Z[0xca][0x1d][0xca][0xcd][0xcc][0x84][0xe]I[0xc6]d[0x86][0x94]'f[0xfa][0xc2]e[0x6]^x[0xe1][0x85][0x17]^[0x80][0xe1][0xa9]3[0x99][0x86][0xff][0xec][0x1e][0xad]W[0xab][0x15]V[0xe1]A[0xe7][0x9c]=[0xe7][0xff][0xbf][0xff][0xfe][0x9f][0xa3][0xb7][0xde][0xf9][0xd5][0xaf][0x1][0x1c][0xc6][0xcf]c[0xb8][0x1d]F[0x14][0xfb]Q[0xe6][0x83][0x19][0xa3][0xa1]"[0xe1][0xa2][0x84]5[0x9][0x8f]KX[0xe7][0x1b]O[0xc4][0x11][0xc1][0x93]|[0xf5][0xd1]8$|L[0xc2][0xc7]ch[0xe5]l[0x3]x[0x8a][0xf][0x9f][0x90][0xf0][0xc9][0x18]v[0xda];[0x9f][0x8a][0xe1][0xd3][0xf8]L[0x14]g[0xf0]t[0x1c][0xcf][0xe0][0xb3][0x1c][0xf7]Y.[0xe6]9[0x9][0x9f][0x8b]![0x1]C[0xc2][0xf3]1[0xec][0xc1][0xb]q,[0xe0][0xf3]|[0xf8][0x82][0x84]/[0xc6][0xd0][0x87]/[0xf1][0xe3][0x17]9[0xd7]K|[0xf8][0xb2][0x84][0xaf][0xf0][0xf9][0xab][0x12][0xbe]&[0xe1][0xeb][0xc][0x91][0x8b]J[0xb1][0xa2][0x9e]TV[0x19][0xda]s[0xcb][0xca]E%[1[0xb5]b[0x96]6[0x86][0x19][0xa2][0xb3]ZAW[0xcc][0x8a][0xa1]2[0xc][0xd7][0x9e][0x8e][0xd8][0x9f]EE/dgMC[0xd3][0xb][0x9c][0xe0][0x82]b[0x98]Jv[0xb9]\[0xd2][0xb3][0xd3]4[0x9c][0xe5][0xd8][0xc3][0xa3][0x84][0x14][0x9b][0xaf],.[0xaa][0xc6][0xe9]R[0xa9][0xc8]p[[0xae]d[0x14][0xb2][0x85][0xa2]R./j[0xe5]%[0x9b]^Y[0xd5][0xb2][0xe3][0xe][0x11][0xb1]D[0x96][0x94][0xf2][0xd2]Di[0x81]d[0xb3])[0x86][0xf0][0x88][0xa6]k[0xe6]([0xc3]])[0x8f][0x9e]M[0xa0][0x1d]8[0xcb][0x10][0xb2][0xb1][0xda]s[0x9a][0xae][0xce]TV[0xe6]UcN[0x99]/[0xd2]NG[0xae][0x94]W[0x8a]g[0x15]C[0xe3][0xdf]b3d.ie[0x86]6n[0xc6][0xa9][0xf9]e5oN[0xad][0xac][0x92][0xee][0xf2][0x94][0xae][0xab][0xc6][0x4][0x97][0xa6][0xd2][0xf9][0x11]?[0xe1][<[0xe3][0x15][0xad][0xb8][0xa0][0x1a][0x9c]u[0xa0][0x16][0x89][0xc][0xec][0xae][0x95][0xbb][0xbe]Z[0x95][0xad][0xa4][0xfe][0xf]_7[0xe9][\r][0xb9][0xa0][0x9a][0x9c]m[0xcc]0[0x94]u[0x86]L[0xaa]^[0xc6][0x81]z![0x16]5[0xa9][0x1e][0xd2][0x95][0x15][0xcb]suL[0xc][0xad][0x2][0xd9][0xb6][0x95]a[0xa8]9h[0x9b][0xdc][0xc5]o[0xc7][0xa8]i~[0x9b][0xdc][0xc5]o[0x93]6[0xcd][0xef][0xe8][0x1f]%[0xfe]*[0xef][0xfe][0x6][0xbc]uF[0xdf][0xeb]C[0xd8]$[0xab][0xbc][0xa0].*[0x95][0xa2]i[0x5][0x90][0xa1][0xe5][0xa2]=[0xef]n[0x14]b[0xb2]p[0xd6]T[0xf2][0x17](1D[0xbe][0x84]I[0xe3])[0x9d]\[0xdd][0xe5][0xa7].[0xd5]N[0xb7][0xcf][0xfe][0x14]?[0x88][0x11][0xe7]8[0xa5][0x84][0xaa][0xe8][\r][0xb8][0xcf][0xfb]s[0x9f][0xe7][0x7][0x8c]~a[0xad][0xe0]P[0xf1][0x9a]Wu[0xd3]X[0x9f]U[0xc9][0x96][0x9d][0xa9][0x3][0xae]*[0xa0][0xad]a[0x9][0xaf][0x92]{&9[0x5][0xc3][0x9c][0xf7]x[0xa4][0xb6]f[0x6],[0xba]wU9[0xbc]O[0x5]S[0xdc]-[0x11][0xb3]T[0xcd][0x80][0xce][0x94]o[0xd0][0x2][0xcb]k[0xc][0x89]z[0xac][0x87][\r][0xcd][0xb4][0xb2]0P^[0xe3][0x15]n[0xb1]j%[0xc1](N%|[0x83][0xfc][0xa5][0x94][0xdd]U[0xb2][0xc7][0xcf]ANM[0x84][0xca][0xda][0x13][0xe4][0xc5]`[0x81]{[0xa6][0xa6]V[0x5]I#[0xef]r[0x93].[0xa8][0xeb][0xb5][0xa5][0xea][0xc0][0xc6][0xf3]%[0xdd]T4[0xbd]|[0x82][0x93]t[0xf9][0xe1][0x9e][0xf7][0x14][0x81]K^[0x1d][0xdc]#[0xae][0x10][0x8c][0xcd][0x97]MC[0xc9][0x9b][0xef][0xba]}5vBl[0xb6]T1[0xf2][0xea]q[0x8d][0xe7]|[0xd2][0xb7][0xc9][0x1e][0xe4][0x92]d[0x1c][0xc2]k2R8 #[0x83]![0x19]K[0xd0]([0x16][0xfe][0xcd][0x8c][0xa1][0xa7][0x81]D[0xbf][0x93]jO[0xaa]?[0xb1][\r][0x93]1[0x81][0xf7][0xc9][0x98][0xc4][0x87]e[0x8c]a\[0xc6]7[0xf1]([0xc3]-[[0xf6][0xf3]Z9][0xd2]tJ[0x83][0xc9][0xc7][0xf3][0xea][0xaa][0xa9][0x95]t[0x19][0xdf][0xc2][0xb4][0x8c]oc[0x9a][0xa1]w[0x8b][0xd4][0xba]c&[0x94][0xb2][0xe9]"[0xfc][0xe][0xa6]%|W[0xc6][0xf7][0xb0]"[0xe3][0xfb][0xf8][0x81][0x84][0x1f][0xca][0xf8][0x0][0xce][0xc9]8[0x88],[0x1f]HZ[0xa7]_[0xce]1[0xdc][0xda][0xe0][0xa2][0xb2][0xcf][0xb9][0xf3][0xb8][0xdf]^[0x97][0xf1]#[0xfc]X[0xc6]O[0xf0][0x1a][0xc3][0xae]-e[0xe6][0x96][0x8c][0xd2][0x1a][0xef]62~[0x8a][0x9f][0xc9][0xf8][0x10][0xb7][0xb0][0x80]G[0xb9]su?[0xe7]Z[0xf1][0x94]Q[0xc4][0x8a][0x84][\r][0x86]{[0xfe][0xc7]k[0x92][0xb2][0xd2]7[0xa7][0x18][0xf6]n[0xd7]N[0xaa][0xfa][0xd7]v[0x4][0xbf][0xd8]U]D[0xc5]O7c[0x84][0xa2]#zqh[0xee][0xa1]3[0x93][0xd4]s[0x8e][0x8f][0xe5]fi[0xe][0xcd][0x9c][0xc9][0xe5][0x18]vxS[0x9f][0xba][0xa0][0xfa]XE)[0xd2]{ |j|zrb[0x8e][0xa1][0xbf][0x99]v[0xd7]Z[0xa3] [0xc3][0xdd])[0xa7]a[0x88]V[0xd1][0xe4]m[0xde][0xb2][0xc6][0xc9][0x19][0xfa]R[0xbe][0x17][%[0xcf][0xdf]p6e[0xbe]X*[0x13]e[0xab][0xb2][0xb0]0[Y]5Tz[0xc8],[0xd0]u[0xe3].r'[0xda][0x16]K[0xaa][0xd9][0xd8]Q[0xfe][0xec][0xa7]G)y[0x1]At[0xf0][0x2][0xa4]u[0x9a][0x1e][0xc5][0x1][0xc][0xd2]7[0xd5][0xa2][0xb5][0xa6]T[0xa5][0xb9][0x8b]~[0x87]p[0x7]}[0xdf]I[0xab][0xb]4[0x7]inO_[0x5]K[0xf]^F [0x9d][0xb9][0x8c][0xe0]/h+[0x88][0xf7][0xd2][0xd8][0x81][0x10][0x8d][0xbf][0xa3][0xf1][0xf7][0x88][0xe2][0xf]h[0xc3][0x1f][0xe9][0xad][\r][0xec][0xb5][0xd9]p[0x17][0xee][0x5][0xac][0x95]-[0x96][0xaf][0xb8][0xc0][0x0][0x8e][0xd0]Z[0x16];)R[0xa4][0xaa][0xd2]QZ[\r]c[0x84]F[0xae][0xc0]}[0xb4][0x13][0xa0]9[0x9a][0x1e][0xbc][0x82][0xd0][0x9b]h[0xb9]d[0x11]q[0xd1]a[0x8b][0xf9][0xcf][0x96][0xb8]n[0x9b][0xc8][0x11][0x17]%[0xc6]Q:g[0xb8][0x1f][0xc7][0x1a]@[0x85][0xbd]P[0xd9][0x6][0x8a]:G[0x3]([0xc9][0xb][0xf5][0xd7]m[0xa0][0xa8][0x1d]5[0x80][0x8a]x[0xa1][0xfe][0xb6][\r][0xd4]$[0x8e][0xb][0xa8][0xfb][0x5]T[0x9c]CE7[0x11]c[0xf0][0x82][0xfd][0xdd][0x5][0x16]w[0xc0][0xe2].[0xb0][0x7][0x4][0xd8][0x93]D[0xc3]C[0x9b][0xb0][0xf4][0x9a][0x19][0xfa][\r]"[0xaf][0xa0]u[0x88][0x14][0xb4][0x81]3[0x97]<9[0xf0][0xf][0x12][0xf1]O[0xfa][0xaf][0xf4]/[0xf4][0xe0][0xdf][0x96][0x98][0xb4][\r][0xe0][0x88]I[0x8]1|[0xf5]~Z[0x5][0x88]c[0x17][0xa6]0M8'h7[0x2]v[0x3]=[0x12][0xfd][0xb1]b[0xc8][0xe1][0xa4][0x9f]U[0xf1]M[0xc8][0xc][0x1b][0x1e][0xab][0xde][0xde][0xc6][0xaa][0x1c]f[0x1a]Z%[0xd9]VI6p[0xef][0x86][0xc7][0xaa]wH[0xc4]M[0xb4][0x92][0x94][0x1e][0x16]h[0xc2][0xaa][0xec][0xb5][0xea][0x14]N[0xb]E^[0x16][0x85][0x95][0xb1][0x14]9[0x99][0xf9]-[0xe2][0xd7][0xd0]z[0xee]*[0xda][0xae]g[0xde]@[0xfb][0xeb]h[0x9]m[0xd0]b[0x7]-[0x82][0x1b][0xd7][0xb0][0x93]N:[0xae];[0xba][0xf5][0x13]*X[0x4]a[0x16][0xa5]`[0xc4][0xd0][0xc1][0xe2]H0[0x19]{X+[0xfa]Y[0x1b][0x6][0xd8][0xe]W[0x15]f[0x1c]]3B[0xd7]05[0x4][0xae]a[0xc0][0xd2]0[0x86][0xe0][\r]t[0x90][0x86][0x91][0x88][0xa5][0xe3][0x83]B[0xc7][0xa7][0x85][0xb3][0x92][0xc2]YU[0xbd][0x86][0xaa]z[0xb9][0xbc][0x95]$L[0xb0]n[0xd2][0xa8][0x87][0xbc][0xb5][0x1b][0xed],[0x81]n[0x96][0xc4]n[0xd6][0xeb][0xf2]Z[0xd2][0xd1]$[0xe9]x-I^{[0xc8][0xf2]Z[0xa7][0xcb]kQ[0x4]n[0xa0][0x9d][0xeb]DD[0xb3][0x8e][0xdb][0x8e][0x89]d[0x90]-[0x95][0xde][0xc0][0xae]+[0xe8][0xf4]d[0x3][0xeb]we[0x83][0xec][0x8][0x94][0x9d]l[0x98][0xc3][0xc3][0x2][0xed][0xa0][0xf5][\r][0xe][0xd4][0xe5][0xa9][0x14]v[0xbb][0x85]b7[0xa8][0x90]@a[0xfc]N[0x17][0x9d][0xf1][0xb0][0xe0][0x8d][0xa5][0x89][0xc0]&[0xd9][0xea][0xad]5[0x96]q![0xc4][0x4][0x82][0xdd][0xe2][0x1e][0xa1]=z[0x13][0x8]-N[0xd1][0xe][0xa7][0xe9]$[0xa4][0x9e]W)[0xcf][0xa9][0xd7][0xee][0xbe][0x8c][0x1e][0xfe][0xb9][0xe5][0xe0]6[0x1e]Jv[0x7]$v'9[0xf7][0xb0][0xb][0xbb]S`[0x9f][0xb0]hY;m[0xd2]3@[0x80][0xff][0x89][0x94]o[0xa1]y[0xf4][0x1a][0x12][0x94]C[0xc9][0xdc]5[0xec]97H[0xd0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1][0xab][0xe8]=[0x99]Io[0xe2]=[0x1]d6q[0xb][0xa3][0x7]F[0xcf]Lu[0x15]?[0x1a][0x1a]J[0x84][0xae]`[0xef][0xd0]ur[0xf4][0xad][0x97]H[0xc5].[0xf4]b[0x1f][0xfa](s2[0x94][0xe5]}5q?[0x82][0x8];[0x8a].6[0x8c]^6[0x82]}[0xb4]>[0xc2][0xee]s2[0xb0][0x8b]r[0xff]#P[0xac][0x80][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e#[0xb8][0x1b][0xf3][0xc8][0x93][0x96]\[0xed],B7[0x9]<(a[0xbf][0x84][0x84][0x84][0x5]0[0x9]}7)[0xb]B[0xce][0x16]mX[0xbb][0xd2][0xdb][0x96][0xe7]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]3"[0x12][0x81][0xb4]7[0x2][0xe3]./[0x5][0x9c][0x18][0x16][0x1c][0xcf]{b[0xd8]_[0xd7]Y[0xd8][0x3]>1d[0xfc][0xe1]*[0x10][0xc6]E>[0xb6]q[0x84][0xc1]M[0xdc][0x16][0xc0][0x9b][0x18][0xf0][0xea][0x91]sed[0x9b][0x93][0x91]mX[0xa6][0xfb][0x95]k@[0xaf][0xb1][0xba]fg[0xe3][0xed][0xb][0xd4][0xa9][0xf4]`[0x83]fg[0x81][0xed][0x18][0xe3][0xf]?[0x1]vH[0x80][0x85][0xad]b[0xf1]^[0x5]o[0xb9]L[0xb][0xb][0x9c][0xa0]H[0xd0][0x12]V[0xad][0xf9]1[0xdc]c[0xc5]8HQ[0x99]"[0x96][0xc4][0x19][0x8a][0xe5][0xd9]c[0x9][0x9c][0xc7]3[0xf8]`8[0xfa][0x1f]PK[0x7][0x8][0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl.class[0x9d]XyXT[0xd7][0x15][0xff][0xbd][0x99][0x81]'[0xc3]S[0x90][0x0]:DY[0x94][0xe8][0xc8]"[0x89][0xd1][0xc6][0x6]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0x15][0x1c][0xc0][0xb0]Y[0xb4][0xad]y[0xc0][0x3][0x9e][0xcc][0x96]YP[0xd2]4K[0x9b]f1][0xb2]5[0xa9]m[0x92].Yh[0x9a][0x98][0xa8][0xd5][0x0][0x9a]F[0x93]6[0x9a]&[0xe9][0xbe][0xef][0xfb][0xbe][0xf7][0xbf][0xf6][0xfb]R{[0xee]}w[0xde][0xcc]0o[0xf4][0xe9][0xe7][0xc7][0x99][0xfb][0xee][0xbb][0xe7][0xfc]~[0xe7][0xdc]s[0xcf][0xb9][0xcf][0xd7][0xff]w[0xfc]%[0x0][0xeb][0xf1]o7[0xd6][0xe2][0x96]<[0xd4][0xe3]V[0x19][0xb7][0xb9][0xe1]4[0x1e]>[0x90][0xf][0x1d][0x1f]t[0xd3][0xe8]v&>[0xc4][0xc4][0x1d]L[0xdc])[0xe3].7[0xf2]q[0xb7][0x1b][0xfb]q[0xf][0x13][0x1f]f[0xe2]#L|[0x94][0x89][0x8f][0xe5]a[0x17][0xee]e[0xe2]>&[0xee][0x97][0xf1][0x80][0x1b][0xf][0xe2][0xe3]n[0x94][0xe0][0xee]|4[0xe0]![0xf6][0xf8]p>>[0x81][0x3][0xc][0xe4][0x93]n|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f]0[0xf1][0xa8][0x8c][0xc7][0xdc]([0xc7][0xa7][0xd9][0xf4]g[0xf2]q[0x3]>[0x9b][0x8f][0x8]>[0xc7][0xc4][0xe3]2[0x9e]`[0xd3]O[0xca]x[0xaa][0x88][0x88]?[0xe3][0xc6]*<[0xeb][0xc6]A<[0xc7][0xa6][0x9f]g6[0xf]1qX[0xc6][0x11][0x19]_[0x94]qT[0xc2][0xa2][0x8e]h([0xd8]=[0xb4]G[0x1b][0x8e][0xb5][0x7][0xc2]~[0x9]J{0[0xa8]EZ[0xfc]j4[0xaa]E%,[0x98]T[0xfd]q[0xad]S[\r]K([0xf0][0xed]Q'[0xd5][0x86]xL[0xf7]7[0xd0]D[0xa3][0x84][0xbc]^},[0xa8][0xc6][0xe2][0x11]MBc[0xfa][0xdb]M[0xc6][0xa3]_[\r][0x8e]5[0xf4][0xc6]"zp[0x8c]-[0x98]P#1[0xb5]a[0xf]A60[0xdc][0x1]f[0xbb]q3Yr[0xf][0xc5]GG[0xb5][0xc8][0xf6]P[0x88]([0xac][0xf4][0x85]"c[\r]c[0x8c][0xc2][0xa8][0x1e][0x1d]7[0xd6][0xab]a[0xbd][0xa1][0xd9]\D*[0xb9][0x9b][0xf4][0xa0][0x1e][0xdb],a[0x95][0xd7][0xc6][0xfa]5[0x3][0x12]\-[0xa1][0x11][0x8d][0xf9][0xa1][0x7][0xb5][0xae]x`H[0x8b][0xf4][0xa9]C~[0x9a])[0xf2][0x85][0x86]U[0xff][0x80][0x1a][0xd1][0xd9][0xb3][0x98]t[0xc5][0xc6]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x8d][0x95][0xf1]d[0xd0][0x9a][0xe3][0xba]D[0x8b][0xb0][0xd8][0x11][0xa7]k[0xbd][0x99]N[0x1a][0xeb][0x1a]mr[0xcc][\r][0xf1][0xe5][0x12]w[0xfd]L[0xd1][0x96]&[0xe9]r[0xd0][0x1b][0x8a]G[0x86][0xb5]6[0x9d]5[0xa9]2[0xcb][0xde][0xbb][0x96])+[0xd8][0x88]9[0x5]o[0xc3]U[0x12][0x96]$cG[0xed]~B[0x1b][0xd9][0xaa]F[0xc7])[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0xe1]J[0x5][0xc7]1[0xa1]`[0xf][0x13][0x93][0xd8][0xab]`[0x1f][0xa6][0x14][0xc4][0x10][0x97]P[0x95][0xa5][0xdb][0x1b]$[0x19][0x14]C[0xd9]+[0xe3][0x84][0x82][0x17][0xf1]%&^b[0xe2]$[0x13][0xa7][0x98]xY[0xc1]+[0xf0])[0xf8]2[0x13]_[0x81]OBy[0xd2]3V[0x1c][0xb6][0x87]t[0xaa][0xcc][0x91][0xd6]}[0xc3]Z8[0xa6][0x87][0x82]2^Up[0x1a]g[0x14][0x8c]bL[0xc1]k8#[0xe3][0xab][0xec][0xe1]u[0x5][0x1a][0xde][0x90][0xf1][0xa6][0x82][0xaf][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x81]oJ[0xb8][0xca][0xee]u[0xa4]:[0xfd]f[0xc7]h7+[0xf8][0x16][0xbe][0xad][0xe0];[0xf8][0xae][0x82][0xef][0xe1][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x80][0x1f]J([0x9c][0xbf][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x84]7([0xcb][0x93]1[0xec][0xe6]LU:[0x9c][0x85][0xcd][0xa1]P,[0x1a][0x8b][0xa8][0xe1]N-6[0x1e][0x1a][0x89][0x16][0xe4][0xe2][0xc7][0x85][0x98]*[0x90][0xf1][0x13][0x5]?[0xc5][0xcf][0x14][0xfc][0x1c][0xbf][0x90][0xf1]K[0x5][0xbf][0xc2][0xaf][0x15][0xfc][0x6][0xbf]U[0xf0];[0xe6][0xdd][0xef]qF[0x82][0xd7].[0xfd]4Z[0xdd][0xe2]RT~[0xee]cO[0xcd][0xc9]:[0xaf])[[0xd3][0xce]R[0xda]3[0x1d][0xc4]4_[0xdb]is[0xd4]X[0x88][0xac]9[0xbd][0xfc]JF[0xa7][0x89][0xd7][0xa5]l[0xb9]a[0xdc]%[\r][0xd2][0xb][0xc7][0xb4]XrN[0xc2][0x15]^[0xdb][0xed][0xdc]Pi[0xcc][0xd4]9Gs6u[0x96]y[0xad]Zm[0xca]k[0xab]n[0x9a][0xf2][0xda][0xaa]a[0x9a][0xaf]]}=[0xfd][0xad]T[0xe0][0xda][0x9a]|[0xbd][0xf4][0xeb][0xea][0xea][0xf7]QZWd[0x9]G[0xa7][0x16][0x8d][0xaa]c[0xec][0xe3][0xa1][0xbc][0xbb][0xb9][0xa3][0xb9][0xbf][0xdd][0xb7][0xa5][0xb5]g7[\r][[[0xfa]v'[0x1e][\r][0x13][0xc5][0xbc]&g[0xdc][0xc0][0x96][0xa7][0xe8]5[0xf5][0xf4]4[\r][0xce]S[~[0xce]VB5[0xc2][0xaa][0xd4][0xf3]%[0x8d][0xfc]s![0xb3][0xd2]X[0xd5][0xf3][0x92]dJ[0xb4][0x84][0xfc]~[0x9a][0xa4]#[0xc0]>[0x89][0xb4]@86[0xc5][0xb3]hq[0x82][0xca]GQA<[0x18][0x8][0x8d][0xe8][0xa3][0xfc]v[0xcd]WUf[0xb4][0x90][0xc][0xa5][0xdc][0x9]m[0x8a][0xe7]a[0xba]E[0xa3]k,[0xd0][0xcd][0x8c],M{[0x9d][0xc8]T[0xd6][0xe1][0xc7][0xd5]h[0x97][0xb6]/[0xc6][0x93]v'[0xbb][0xe0][0xf2][0x87][0xf4][0x0][0x9b][0xae]9)K[0xdd][0xf8][0x3][0xfe][0xc8]>W[0xff][0xc4]Z[0xef]0+F[0xfc]*o[0xfb]s[0xc7][0xfa][0x82][0x93][0xe0]6[0x1a][0xf][0xf2][0x80]Q[0xec][0x82][0xd1]x[0x80][0xe7]Q[0x9e]>[0xba]=[0xa2]E[0xb5]`l^P2[0x17][0xb3][0x83]WfA[0x85][0xc2][0xd5]O[0x1a]Dy\[\r][0x8e][0xb0][0x86][0xd0]m[0xb1][0x9f]v>-[0xb2][0xdf][0xee][0x9d]t[0xe0][0x93][0xfd]7[0xcd][0xae][0xbd][0xcc])N[0xc9][0xdf][0xae][0xa6][0xce]V[0x91][0xb6]%)[0xd3][0x3]M[0xbe]~c^[0xc6][0x9f][0x15][0xfc][0x5]Wp#[0xde]'aE[0xd2][0x9e][0x1e][0x9c][0xc]Mh[\r]>[0xde]?[0xa9][0xda][0xaa][0xa3][0xea]0[0xed][0xf6][0x14]5[0xf8]@[0xf2]I[0xc6]?)[0x1a][0xbe]Ph"N[0xb9][0xf6]f*ka[0xc0]([0xd4][y[0xbc][0xa2][0xd5][0xc6]J[0x8b][0xdd][0xcb][0xa6][0xc8][0xbe][0x10]/[0xee][0xa5][0x1]yn[0xdd]5[0x99]o[T[0xbf][0xbf][0x97]r[0x9e][0xae]B[0xff][0x92]p[0x99]-[0xd2][0xba][0xac][0xd5]:TR[0xaa][0xaf][0x85][0x84][0x6]8[0xe8][0x1f][0xdd][0x2]h[0xbc][0x1e][0xa0][0xf1][0x6][0x14][0xb1]K[0x3][0x8d]K[0xe9]o#[0xde]No[0xae][0xa6]Q[0x1b]_[0x9][0xb8]kf [0xd5][0xd4][0x1e][0x83][0xe3]0_[0xdf]Hr[0x11][0x9c]$W[0xc3][0x5]/[0xf2][0xb0][0x6][0x9b][0xb8]6_[0x8d]k[0xb0][0x19][0xe0]#fU[0xe2]6[0xaf][0x15]6[0x3][0xa4][0xc7]4+[0xb8][0xcd]:[0xb2]Ys[0x2][0xce][0xc1][0x19][0xb8][0x8e]![0xa7][0xe6](rj[0xe7][0x90][0xeb]@[0x12][0xa8][0x14]9$k[0x9][0xa8][0xe][0xec][0x9d][0x8a][0xc9][0x89]rr[0x82][0x1]V[0x1a][0xa6]L[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x3]M[0x1c][0xb0][0x82]C;8t3[0xfd]2[0xe8][0x1b][0x5]t[0x99]%t[0xed][0xc]d[0x86][0xea]LA[0xbd][0x82]P[0xd7][0x11][0xea][0x95][0x84][0xba][0x1e][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T[0x12][0xb5][0xcc]D-C[0xb][0xf]&[0x1b][0x19][0xa8][h[0xac][0x88][0x99][0x16][0xb4][0x9a][0x81]n[0xa3][0xd1];[0xb1]U[0x84][0xe2][0xdd][0x82]O[0x11][0xc3]^PS7[0x83][0xbc][0x9a]Z[0x92][0xee][0x9a]C[0xa6][0xf7]E[0xc4][0x0][0xb4]!9[0xa4][0xe1][0xa6][0x99]Bb[0x90][0xe4]Pdr(B;:8b[0x11][0xb6][0xc1]G[0xda][0xc][0xa9]S [\r][0x93]>[[0xef]IE:[0x81][0xfc]A[0x1a])V[0x80]M[0xa4][0xd0]L[0x80]-XB[0xce]$[0x1]=&[0xa0][0xc7][0x4][0xf4][0x10]`[0x87][0x0][0xec][0x12][0x80][0xbb][0x85]k%i[0xae][0xcd]b[0xa1][0x15]X;[0x81]u[0x10][0xd8]6\B[0xcc][0x93]`%&X[0x89][0x9]VB[0xab][0xba][0x5][0xd8][0xf6][0xf3][0x80]-[0xb2][0x2][0xbb][0x8e][0xc0]z[0x8][0xac][0x97][0xc0][0xfa]l[0x80]]'[0xc0]z[0x4][0xd8][0x80][0x0]+4[0xc0]j[0x97][0xcd][0xa2] [0x1d][0xc7]8[0x19][0x83][0x84][0xb3][0x93][0xc6][0xbb]R0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x8c]B[0x13][0xa3][0x90]0z[0x5]F[0x9f][0x89][0xe1][0xe2]\[0x13][0x18][0x95][0xb3]([0xb4][0xc2][0xb8][0x9e]0T[0x1a][0xf][0xd9][0xc0][0xe8][0x17][0x18][0x3]Y0[0xbc][0xb3]Xl[0x85]1F[0x18][0xe3]4[0xd6]m`[0xec][0x10][0x18][0xef][0x12][0x18][0xf7][0x8b]Xy[0x12][0xb1]:[0x80][0xbc]#([0x9a]F[0xee][0x11]\[0x92][0x0]s[0xa6][0x80][0x5][0x9],D)[0x17][0xb6][0x91]r[0x83][0x4][0xb6][0x93][0xc6][0xf5]p[0x9c][0xc5]b8e[0xd4][0xcb][0xa8][0x96][0xe0]0[0x6]g[0xe9][0xb5]9'[0x6]2[0xed][0x86]D[0xc7][0xee]=[0x82][0xdf]6[0x2]`%[0xa2]@[0xf0];[0x82]b[0xab][0x10][0xc4][0x89][0xd5]$[0x16]boJ[0x91]+0Y[0x15][0x8]V[0xcc][0xf1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xfb][0x84][0xe3]U[0xdc]p[0xdd][0x19],:[0x81][0x92][0xc1]Y[0x94][0xce]`[0xc9]I[0xca][0xcd]9,[0x95][0x90][0x1e][0x0][0xa3][0xe0][0xdc]D[0xf2][0xfd]Tpn[0xa6][0x82]s+[0x15][0xb1][0xdb]R[0x2]QeBV[0x99][0x81][0xa8][0xa2][0xe4][0xbf]^[0x4][0xc2][0x9][0xa9][0x98][0xb3]P[0xcf][0xc3][0xc2]c[0xb2]([0xb3]fq[0x7][0xc9];[0x89][0xc5]][0xc4]b?[0xb1][0xb8][0xc7][0x6][0x8b][0xa1]t[0x16][0xc3][0x18][0x11],n[0x17]A^W;/[0xc]T[0xeb]i&[0xb3][0xfa]Shx[0xb]H[0xa1]U[0x86]\[0x92][0xf7]R[0xc2][0xde]G[0xf1]~[0x80]h>H[0xa0][0xf][0xe1]r<[0x9c][0xb2]'[0xeb]Lj[0xeb]xX$N[0xc8][0x5]G[0xc1]b[0x1a]k[0xe6][0xb6]w[0x89][0xb6]&[0xea][0xae][0x81]z[0xa9][0x3];2v[0xfe][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0xa3][0x94][0xda][0x8f][0xa5][0xa0]d[0xd6]\[0x89]}[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb][0xfb][0x19][0x1e][0xfd][0xae]6[0xdc][0xcb][0x9b][0xc5][0xb2]i[0x8a]0=[0xcc]b[0xb9][0xaf]F"7O[0xa0]|[0xb0][0x96]f[0x1c]3[0xa8]8[0xc4][0x9]&#[0xff]8d[0xf0][0x8d][0xde]'[0x15][0x10][0xc][0x8b][0xa1]F[0xae]VJ[0xe8][0xa4][0xcd][0xaf][0x92][0xd0]U?[0x87][0x15][0x12][0xe]`;[\r]VJ8[0x85][0xea][0xab]][0xb5][0x1e][0xd7][0x1c].#[0xb5][0x1c]O[0xce]i[0x94]{r^[0xc6][0xaa][0x3]([0xf5][0xe4][0x9c][0xc2][0xaa][0x1a][0x8f][0xeb]8[0x11][0xc1][0xb][0xf0]Nc)s[0xcb][0xe3][0xf2][0xb0][0x8d]s[0xcc]b[0xcd][0x1c]j[0x9c][0xd8]1}[0xf6][0xe0]a[0xd3][0xab][0x15]X@[0xf2][0x19][0xe2][0xf4],[0x8d][0xf]R[0xb][0x8e][0x9a][0xd9][0xf3]T[0xe6][0x8f]P[0x9a][0x1e][0xa5]$9[0xc6]=\O[0xde][0xd7][0x91][0x7][0xdb][0xe0][0xa7][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba]-[0x4]([0xb4][0xac]>if[0xb8]5[0xd1]fe:fA*[0x13]F[0x9b]5b[0xa3][0x89]6k[0xbc][0xb][0x8b]\,[0x83][0xeb]-,[0x92]q[0x83][0x8c][0xc8][[0xb8][0x86]W[0x80][0xb5][0xff]A[0xf1][0xe9][0xbd][0xd1][0x90][0xa3][0xf4][0x17][0xa3][0x3]nl^[0xc4][0xbc][0x9b]X[0xe7]f[0x9d][0xe1]a[0xf2][0x96]`[0xb4][0x94]Y[0x82][0x9d][0xa3]1m,^[0xcc]r/I[0x1c][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0x9d][0xc5]Q)[0xa2][0xe1]$[0x15][0x16][0x3][0xbf]_[0x1c][0x95][0xc2][0xe4]Q[0xa9]eG%[0x9]h[0xa4][0xe5]I[0x82]=E[0x7][0xe1][0x95][0x94][0xec][0xc8][0xac][0xc9][0x2][0xa2][0x80]^[0xef][0xc3]Tv[0x88]:+[0x88]W[0x9][0xe2]4A[0xbc][0x96][0x5][0x82]mT[0x12][0xa2][0xd0][0xc1][0xee][0xee][0x2][0xa2][0x87]T[0x99][0x89]b#fi[0xc9][0x91][0xbc][0xd6][0xe5][0xf2]p[0x1c]J[0x9]W[0xb1]i[0xbe][0x98][0xef][0xbe][0xc4]G7[0x11][0x10]Ur[0xaa][0x8a]L[0xf3]f[0xba][0x92][0xb1][0xb0];([0xd4][0xf5]t[0xfc][0xcb][0xf0]W[0xfc][0x3][0xa3][0x86]0-[0xce][0xc2][0xe7]i[0xed][0xd3][0xf8][0x2][0x9e][0xfe]?PK[0x7][0x8]a_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonParserFactoryImpl.class[0x95][0x95]}O[0xd3]P[0x14][0xc6][0x9f][0xbb][0x8d][0x95][0x8d][0x8d][0x97][0xe9][0x90]7[0x15][0x4][0xe6]^[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""(C[0x4]&([0x6][0x5][0x9c][0x90][0xf0][0xe7][0xdd][0xe8]Fqk[0x97][0xae]3[0xe1][i"[0xc1]H[0xe2][0x7][0xf0]C[0x19][0xcf]m[0x9b][0x1]c]j[0x96][0x9d][0xde][0x97][0xf3][0xfc][0xee][0xb9][0xf7][0x9e][0xd3][0xfe][0xf9][0xfb][0xeb]7[0x80][0x5][0xbc][0xb]#[0x8a][0xb9]0[0xe6][0xf1],[0x84][0x8][0x16][0x84]y.a1[0x8c].,[0x9][0xf3]B[0x98][0x97][0x12][0x96][0xc3][0x8]!+[0xcc][0x8a][0x84]W[0x12]V%[0xbc]f[0x8][0x16]u[0xad][0xa4][0x96][0x19][0xfa]vN[0xf9]W.7L[0xb5]"[0xe0][0xb5],C([0xaf][0x96]5n6[0xc][0x85]a[0xea][0xe6][0xec][0x8a][0xdd][0xad]p[0xad],[0xe7]MC[0xd5][0xca][0xd9][0xf4]*I[0xc2][0x85]F[0xa9][0xa4][0x18]{[0xba]^a[0x98][0xdc][0xd1][0x8d][0xb2]\[0xae][0xf0]z[0xbd][0xa4][0xd6]O[0xe4][0xd3][0xba][0xae][0xc9][0xbc][0xa6][0xca][0x1b]M'[0x92][0x4]WTM5W[0x19][0x12]I[0xf][0xfe][0xa9]C[0x86]@N?VD[0xc0][0xaa][0xa6]|lT[0xb][0x8a][0xf1][0x99][0x17]*4[0x12][0xdb][0xd1][0x8b][0xbc]r[0xc8][\r]U[0xf4][0x9d][0xc1][0x80]y[0xa2][0xd6][0x19][0xd2][0xed][0xe0][0xef][0xc9][0xec]q[0xa3][0xae][0x18][[0xbc]h[0xea][0xc6][0xd9]v[0xb5]&b[0x8a][0x14][\r][0x85][0x9b][0x8a]=[0xc5]0[0x9f][0xb4][0xb7][0xab][0xea][0xf2]'[0x85][0x1f]+F6E[0x3]_[0xb8]ar[0x9b]S7[0xc9][0xbf]z[\r]'[0xf6]eX[0xae][0xc][0xfd][0xad]b[0x86][0xa5]+[0xe0][0xb6]Vk[0x98]yK[0xef][0x85][0xea]S5[0x86]x[5[0xc3]~{[0xac]=[0xa8][0xd1]h[0xf1]DpL9g?[0xbd],(9[0x1a][0x86][0x11]w[0xe][0xc3]r[0xf2]&J0[0xd6][\r][0x83][0x9f]yY[0xa3][0x8b][0xb]O[0x86]!7[0x6]CoY1sV[0xa6]nk[0x7]u[0xba][0xd6][0x81]d[0xea]V[0xc2]&Z[0xc7][0xdc][0xd2]4[0xdb]&[0xda][0xdd][0xc2][0xa9]R[0xf4]t$A[0xdd]re[0x18]v[0xa5]P%[0xe4][0xf5][0x86]QT[0xb6]T[0x91][0x83]#m[0x13]mV[0x4][0x17]A[0x1c]k[0x12][0xd6]#[0xd8]@:[0x82]>[0xf4]Gp[0x7]w[0x19]&:[0xe6][0xab][0xd0][0xb]iN[0x98]7[0xc2]l[0xd2][0xfe]]$[0xb4][0xf5]FQ[0xd4][0xb1][0xad][0x15][0xde][[0xc2][0xbc]eHz[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca][0xe3][0xab][0xb3][0xdc]u[0xe]`[0xba][0xf3]Y9r[0x6]R[0xd4]m[0xfc][0xea]nrz[0xa5]B[0x4]U[0xd7][0xa8]4[0xbb][0x95]j[0xcd]<[0xa3][0xeb]bX[0xbc]Ui[0x1e][0xdf][0x9]Y[0x97][0xd4][0xf7][0xa6]>[0xf8][0xdf][0xc2][0xf1][0xc8][0x1d]u[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a][0x1d][0xeb][0x90][0x85][0x87][0x18][0xa7][0xf7]x[0x14][0x94][0xf9][0xf0]!&[0xf2][0x82][0xda][0x3][0xf4][0xc6][0x17][0xbd][0x98]H[0x11]jK[0xf4][0x8f]c[0x90]f[0xee]Qk[0x9f][0xe6]|[0xf4][0x1c]H_[0x80][0xa5][0xc2]w[0xe]:s[0x8e][0xc0]wK6D6[0x86][0x0][0xd9][0x4][0xd9]I[0xf4][0xe0]1A[0x93][0x18][0xa6][0x91]A[[0x88][0x11][0x8c][0x2]VK,[0xc0][0xe8]7[0x86][0xfb][0xe]~[0x9d]T[0xc2]+z[0x89][0xae][0xa3]L[0xfa][0x7][0x2][0x17][0x8]~k[0xa2][0x83][0xe4][0x6][0xcc]\[0xc3]E[0x9b][0xb8]([0x1e][0xe0][0xa1][0x83][0x1b][0xef][0x80][0x93]Zqs.[0xb8][0x9]r~z[0xf6]Z[0xb8][0x19][0x9b][0xd7][0xdd][0xca][[0xb4]x[0xe3][0xb6]g[0x93][0xd7][0xeb][0xf0]Dk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3][0xa4][0x10][0xe4][0x84]C~E[0xde]b[0xfd][0xd0]%BG[0x99][0xb][0x84][[0xa1][0xd9]kA[0x86][0x9a][0xd0][0x10][0x1d]o[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0x85]4[0xcd][0x9][0x94]l[0xf5][0x81].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcf][0xdf][0x8a]Y[0xb3]0[0x11][0xdb][0xc1][0xc1][0xd8][0x17][0x9e][0xb1][0xe2][0x99]q[0x89][0xa7][0xa7][0x15][0xb4][0xe9][0x12][0xcf][0x13][0xcc]Z[0xeb][0xcb][0x96][0xff][0xd3]PK[0x7][0x8][0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$1.class[0x8d]U[o[0x13]G[0x14][0xfe]&^g[0x13]{[0x13][0x2]i[0xd2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x84][0xe0][0x80]/[0x5][0x93]B[0x3][0xad][0xc3][0xc5][0x4][0xa7]88&[0xc2]m$[0xfa]RM[0x9c][0xc1][0xd9][0xb0][0xd9][0xb5]f[0xc7][0x11][0xf9]+[0xbc]"[0xf1][0xc4]C[[0xb5] @\[0x1e][0xa8][0xa8]@[0xf0][0x93][0xaa][0x9e][0x99]uI[0x82][0x82][0xb1]%[0xcf][0x9c]s[0xf6][0xcc]w[0xbe]s[0x99][0xdd]7[0xff]>y[0xe][0xe0][0xc][0x16][0xfb][0x91][0xc0][0x89][0x4][0x92]8i#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]@[0xc][0xa7][0x12][0xc8]aJ/[0xdf][0xf6][0xe3]4[0xce]h[0xe9][0xbb]$[0xa6]q[0xd6][0xc6]9[0x1b]?0[0xf4][0xaa]U7L[0x9d]b8Z[0x9]d#[0xdf][0xf0]x[0x18][0xde]r[0xc3][0xd5][0xfc]Z[0x18][0xf8][0xf9]yZ[0x16][0xb9][0xc][0x85],[0xaf]7[0xbd][0x2][0xb9][0xcf][0xb8][0xbe][0xab].0[0xa4][0xd3]][0xf8][0xcf][0x97]3K[0xc][0xd6]l[0xb0]"[0x18][0xf6]T\_T[[0xeb][0xcb]B[0xfe][0xc4][0x97]=[0xb2][0xec][0xab][0x4]u[0xee]-q[0xe9]j[0xbd]m[0xb4]4![0x6][0xa7][0xec][0xfb]B[0xce]jxA[0xea][0xe4][0xe7][0xa3][0xa5][0xa6][0x88][0x9f][0xc5]e[0x83][0x92]a[0xf3][0x91]8Eb[0x99][0xa1]O[0xc9][0xcd]Z[0xd3]s[0x15][0xc3]X:SY[0xe3][0x1b]<[0xdf]R[0xae][0x97]7F![0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x1d][0xee][0xaf][0xb9][\r][0x9f][0xab][0x96]$[0x1a][0xa7]?[0xe5]7C[0xe6][0xdb]\*[0xbe][0xc5]a[0x89]{-Q[0xb8]@[0x8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T\[0xd9][0xe0]~[0x9d] [0xc6][0xd3][0xdb][0x10]n[0xb5][0xfc][0xba]r[0xe9][0xc0]l[0xe0][0x87][0xad]u![0xb][0x99]_[0xa8][0x9c][0xdc][0x18][0x19][0xe]vte[0x18][0xdd]Y[0xaa][0xcd][0xe6][0xff][0xe5]:[0xd7][0xe9][0xe0][0xcc][0x89]Nd[0x7]j[0x8a][0xd7]o/[0xf0]f[0x1b][0xaa][0xd0][0x91]o',[0x9d][0xca]pq9T[0x92][0xf2][0xd9]V+[0x86][0xb9][0xdd][0x8b][0x18][0xa6]v[0xf1][0xee]\[0xd9]Z[0xd0][0x92]u1[0xe7]j[0xa6][0xc3];;R[0xc7][0xa0][0x1]+[0xf9]u/[0x8]][0xbf][0xb1] [0xd4]j[0xb0]b[0xa3][0xe0]`[0x6][0xe7][0x1d]8[0x18]p0[0x8][0x1a][0xdb]C[0x86][0x8e][0xc7][0xfd]F[0xbe][0xda][0xf2][0xbc][0xc5][0xc0][0xf5])z[0xe9]N]4u[0xb6][0xda][0xeb][0xa2][0x83]K(:[0xb8][0x8c]+6[0xe6][0x1c][0xfc][0x88][0xab][0xe][0xca][0x98][0xb7]q[0xcd]A[0x5][0xb]tU[0xba][0x98]E[0x1b]U[0x86]l[0xf7][0xc9]3[0x1c][0xf9],*[0xc3]`C[0xa8][0xa2][0x94]|[0xb3][0xa6][0xa4][0xe0][0xeb][0xc][0x7]v[0x8c]ih[0xac][0xf9][0xe8]![0x15]-[0x9e][0x8e]n`,[0xad]W{[0x95][0x87]UqG[0x19][0x9d]:f[0xf9]F[0x89][0x97]6[0x84][0xaf][0xf4][0x8d][0xce][0xec]l@[0x1b]m[0x8b]C[0xca]x[0x16]l\gHu[0xe3]JW[0xaa]T[0xbd][0xf2]k[0xf1][0xc6][0x8d][0xe2]M[0x86]c[0xdd][0xc1][0xd3]u[0xa5],M[0xe7][0x19][0xf6]Ljk*([0xf9][0xe][0xe3]j[0xee][0x96][0xee]*[0xc3]H{[0xae]M[0xd7][0xaf]/[0xaf][0x89][0xba]*[0xe8]z[0x8c][0xee][0xde][0x1d]3$[0x9d]xb[0x1c][0xfa][0x1d][0xb][0xb0][0xa1]!=Z$[0xc5][0xe8]?[0x88]=`[0x18]"[0xe9]gX[0x88][0xd3]>[0x90][0xcd][0xfd][0x5][0x96][0x1d][0x1f][0xb1][0x1e][0xa1][0xe7]w2[0xf4]`/[0xad][0xbd][0xe4][0x6]<[0xc3]>Z[0xb3][0xe4]J[0x8e][0x18][0xc6][0x8]`$[\r][0xc8][0x8c]4[0x8a]/[0xe9][0x84][0x96][0xbe][0xc2][0x18][0xf9]Q5p[0x80],:[0xc4]7[0xa4]i[0xaf][0x1e][0xf6][0xdb]G[0xb8]/[\r][0xae][0x13]=m[0xe3]~m[0xe4][0x83]d;[0x84][0xc3]m[0x84]{[0xb4]k[0xf4][0xe9][0xdc]k$[0x9f]"v[0xf3][0x11][0xac][0x17][0xd9]?[0xc1][0x1e]"~[0x17][0xf1][0xd8][0x83]H[0xee][0xfd][0x3][0xf6]}[0xad][0xe6]"[0xbd][0xef]1[0xfa]{`=[0xa0][0x93][0x96][0x89]:[0x81]>Z_[0x91][0xf6]7E}M[0xac][0xff]![0xbe]o0[0x89][0xb7]8[0x8e]w[0xf4]Yzo[0x18][0x8d]F[0xd1]>d:Me[0xb0][0xd5][0x96][0xa3]$[0xa5]H[0x8e]#[0xe6]$[0x7][0xdb][0xc4]'[0x9]<[0x92][0x8e]#m[0xf6][0xc][0x15]N[0x13][0xc8]Q![0xbe] i?u [0x81][0xe8][0x97][0xc4][0xf7]8f[0xe9][0xcf]][0x9][0xb3][0x97][0xc6][0xfe][0x3]PK[0x7][0x8][0x19]sp:\[0x3][0x0][0x0][0x1e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$2.class[0xad]V[0xdd]S[0x1b]U[0x14][0xff]][0xb2]aIXh[0x80][0x82][0x5][0xfa]Am[0xda][0x86][0xf0][0x91][0x16]QkC[0xb1][0x90][0xa6][0x1a][0x9a][0x4]$[0x94][0x16][[0xc5]KX[0xc2][0xc2]f7[0xee]n[0x98]2[0xfd]O|[0xd7][0xa7]>[0xa8][0xa3][0xa2]2[0xa3][0x8f][0xce][0xf8]/8[0xe3][0x83][0x8e][0x8e]::[0xea][0xf8][0xf1][0xd4]qL[0x88]ww[0xc4][0x92][0x94][0x91][0xf6][0xa3][0x19]S[0x8d]x[\r][0xd3]222[0xee]2[0xd4];[0xcb][0x9a][0x1d][0xbc][0xc2]p!iZ[0xb9]HN[0xe7][0xb6][0xbd][0xa4][0xd9][0xcb][0x91][0x15][0xdb]4"[0x13][0xb4]Lq[0xcb]V[0xad]D[0xbe][0xa0]G[0xc9]|D34g[0x94]![0x14]:[0x82][0xfd]D[0xa2]w[0x96]A[0x8a][0x99][0x8b]*[0xc3][0x89][0xa4]f[0xa8][0xe9]b~A[0xb5]f[0xf8][0x82]N[0x9a][0xd6][0xa4][0x99][0xe5][0xfa],[0xb7]4[0xb1]/+%[0x1][0x88]AI[0x18][0x86]j[0xc5]Dx[0x95][0xb6][0x17][0xf][0xcf][0x16][0x1c]"|[0x12][0xb7]rT[0xc][0x9b]([0x89]WIL048[0xd6]z[0xa6][0xa0]k[0xe]Cg[0xa8]7[0xb9][0xc2][0xd7]x[0xa4][0xe8]hz[0xc4]U[0xaa][0x16]wL[0x8b][0x9c]}[0x19]-gp[0xa7]h[0xa9]2[0xee]1x[0xe3][0x6][0xf9]1<[0xdc][0xcf]e[0xa4]B[0x9d][0xe2][0x85][0xa0]k_V[0xea][0xdc][0xc8]E2[0x8e][0xa5][0x19][0xb9](iV[0xb9][0xe5][0xf0][0x1d][0xd4][0xb3]\/[0xaa][0xd1]Q[0xfa]0[0xf8][0xc9]ilq[0x8d][0x1b]Y[0xaa][0xbe]'T[0x11]s[0xa9]hd[0x1d][0x8d]\b[0xa6]a[0x17][0xf3][0xaa][0x15][0xed]}[0x9d]Z[0xc0]]%[0xc3][0x99][0x3]M[0xa9]r*cN[0x94][0xb1][0xa6][0x1a]T[0xf9][0xa5]j[0x18][0xb6]c[0xa9]<_[0xc1]a[0xd0][0xb5]#?[0xcf][0xaa][0xba].[0x9a][0xb3][0xa7][0xe][0x8a][0xb5]&[0x80]3[0x9c][0xda][0xaf]$[0x86][0x8e][0xea][0xa6][0xae][0x17][0xb6][0x1a][0xcb][0xf][0x82];2p,\6e[0x1c][0x9e]]%7[0xa7][0xc][0xa2]k[0xf1]@F[0x8f]%[0xaf][0xe8]J[0xdb][0xd8][0x2]1J[0xad][0xa9]8[0x1f][0xc]f[0xed][0x83]c[0x7]kX[0x1f][0xd3]i[0xca][0x98]E+[0xab][0xde][0xd6][0x4][0xe5]m[0xd5]7dP[0xc4][0xa2][0x8b][0x18]7[0xb2][0xba]iS[0xac][0x94][0xea],[0x9b][0x8b]2[0x1e](x[0x88]7[0x14][0xb4][0xe1][0xa4][0x82]v[0xbc][0xc9]pv'm[0xba][0xa8][0xeb]S[0xa6]f[0x10][0xcc][0xf8][0xa3][0xac]Z[0x10][0xfc][0x9][0xab]y[0x5]o[0x81]+X@V[0xc1]"[0x6][0x15][0xa8][0x18]d[0xe8][0xda][0x3]o[0xdb]K[0xc6][0x92][0x82][0x1c][0x96][0x85][0xb7][0xa6]`EH[0xab][0xd0]e[0xe4][0x19][0xc2];[0xc5]oq#H[0xc8]h[0x84][M[0xe4][0xf3]EGt[0xb4]|#O[0xd6]R[0x8b][0xa8][0x94][0xc2]TP[0xc0][0xdb]4[0xcf][0x8e]00dXU[0x99][0xf]k[0x91][0xc][0x1a]Em5[0xda]$[0x83].X[0xf0]([0xf7][0x8b]![0xb0][0xbb][0xa3][0xc][0xe7][0xf][0xc5]J][0xcb][0xa9][0xce][0xe4][0xc2][0x8a]J[0x80][0xdc][0xc8][0xc][0xdd]Us[0xa9][0x9c][0xaf][0xf4]R\[0xd5]Pi[0xfa]zBb[0x95][0x97][0xb9][0x9d]V[0x1f]9[0xee][0x9e][0x8e][0xab]d[0xb8][0x9b][0x90][0x1b][0xe2]HS[0xc1][0x1f]O[0xdf][0x9a][0x9f][0x1c][0x9f][0x88][0xc7]fh[0xa0][0xde][0x89][0xcf][0xcd][0xa7][0xc7]Rq[0x86]s[0xfb]`O[0xa9][0xb6][0xcd]sbv7'[0xd2]3[0xf1][0xe9][0xf4]Xr>>==9M[0xed][0xdb][0x2]^=\[0xda]C{[0xb5][0x2][0xbb][0x8f]*[0xdf]b[0xaa][0x81][0xe4][0xd9][0xd2][0xc][0xea][0xda][0x8d][0xbd]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5][0xd7][0xbb]U[0x16]UU[0xad][0xf2][0x9a][0xb4]p[0x1b]S[0x16][0xee][0xe0][0x9e][0x85][0x19][0xdc]71ka[0xe][0xf][0xe8][0x8a][0x1c]a[0x6]M[0x91][0xc7]+[0xeb][0xa2],[0xf3]Js[0xcf][0xc1][0x1d]4[0xf1][0x88]!}[0x14][0xa9][0xfa][0xa8][0x1b][0xb9]a[0x80][0xbe][0x93])[0xfa]d[0xb2][0xf6]v5 [0x84][0xe2][0xf4]oE[0x1b]h[0x94][0x8]=[0x85][0x81][0x84][0xb2][0xe4][0x86]?[0x80][0xe5][0x6][0xba][0x8d]][0xc4][0xde][0x91]![0x86]vZ[0x9b][0xc8][\r],[0x8e][0xe][0xc2]9rU[0xa1][0x9d]8[0xe]h[0xa4][0x8][0x99]F[0xdd][0xe8][0xa1][0x8][0x85]N[0xa0][0x97][0xfc][0xe8][0x13][0x84]>[0xb2][0xa8][0x14]#[0xb4]S^1[0xf6][0xf6][0x1f][0xde]&[0xcd][0x1b]q[0xc4][0xea][0xbc][0xa7]4>M[0xb6]3[0xe8][0xaf]3[0xbc][0xa6][0xa7]b[0xb7][0x87][0xbf][0xa3][0xe5][0xb][0xe2][0xcf]wa|[0xcb][0xbd][0x7][0xfb][0x88][0xc4][0x1b]$[0xe2];[0x11]nz6[0x1c][0x1][0xf3][0x13][0x9a]c0v([0xc4][0xd0][0xe9][0xfa]aR[0xba][0x14][0xc]F[0x92]Y+zX[0x1b]zY;[0x6]X[0x7]FY[0xa7][0x96][0x11][0x15]`[0xff])[0xcf][0xc6]Y[0xea][0x1e]M[0xee][0x1f][0x89][0xca]r[0x9e][0xd0][0xa0][0xe6][0x8d]Y-u[0xb1]i[0xda]E[0xe8][0x2].[0xea]g[0x6]Y[0xed][0x93][0xc3]0[0xba][0x8][0xf5]Q[0xd7][0x93][0x88]~)\[0xc7][0x90][0x91][0xc4]][0x14]0}[0xf7][0xe4]/PK[0x7][0x8][0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$4.class[0x95][0x95][0xdd]o[0xdb]d[0x14][0xc6][0x9f][0xb7]M[0xea][0xc6][0xf5][0xb6][0xec][0x83][0xd1][0x95]1:f[0xba]f[0x8c][0x19]F;>:F[0xdd][0xcc][0xdd][0xd2]:N[0xe7]|[0x8c][0xd2][0xa1][0xca]MM[0xe3][0xd6][0xb5]''[0xed][0xa4]q[0x8f][0x4][0xf7]H[0xc0]=[0x2].[0xd9][0xb4][0xa9] [0xb4];$@[0xbb][0x9d][0x4][0x0][0x12][0xda][0x1d][0xff][0x0][0xe2][0x1c][0xa7][0xa9]3[0xb1][0xb1]"[0xc5][0xcf][0xf3][0xfe][0x9c]s[0xce][0xfb][0xbe][0xc7]o[0x9c]_[0xff][0xfe][0xe1][0x1e][0x80]1\[0x93][0xf1][0x12]F28[0x8c][0x93][0x19][0x1a][0x8d]2[0xe6]$[0x9c]bx[0x99][0xe5]4[0xcb]+2[0xce]@[0xe3][0xa8]W34z[0x8d]1[0xc7][0xa3][0xb3],[0xaf][0xb3][0x8c][0xb1][0x8c][0xb3][0x9c]cy[0x83][0xe5]M[0x96][0xb7]X[0xde][0x96]0![0xe1][0x1d][0x1]M-[0xdf][0xf0]Z[0xf5]F[0xd1][0xb9][0xae][0xae]:kN[0xd4]r[0xd4][0xd5]f[0x18][0xa8][0xcd]V[0xe4]:[0xeb][0xea][0xc][0x8d][0xe7][0x9c][0xa8][0xe9]F[0xaa][0xb1][0xe9][0x6]-[0x81][0x9e][0x85][0x82][0xc0]xWZ[0x18][0xad][0xa8]+[0xbe][0xd3]l~[0xe8]5[0x1b][0xed]d[0xce][0xaa][0x84]kn[0xe0][0xdd][0xa4][0xc4][0x1d][0x12][0xe8]?_[0xf7][0xbd][0xc0]k][0x10][0xe8][0x1d][0xcd][0xd5][0x4]R[0xf9]p[0xd9][0x15][0xd8]gz[0x81]km[0xac]/[0xb9]Q[0xc5]Y[0xf2][0xe9][0xce][0x1]3[0xac];~[0xcd][0x89]<[0xe6][0xed][0x9b]{[0xca]-[0xa7][0xbe]F[0x93]n[0xb3]\[0xe]7[0xa2][0xba];[0xed]1[0x1c]L[0xd6]ZX[0xbf][0xee][0x9f]Yu6[0x1d][0xaa]l[0x4]u?lz[0xc1]J[0xd1]m5[0xc2]e[0x9][0x17]$L*[0x98]B^[0xc1][0x10][0x8e]([0xb8][0x8]C[0xc1]4.[0x9][0xc]q[0x8a][0xe6];[0xc1][0x8a]f[0x85][0xe5][0x8d]zc[0xda]s[0xfd]e#[0x8a][0xc2]H[0xc1]e[0xe]+[0xb0][0xcc][0xc0][0x90]`r[0x9]K[0xc1] [0x97](aN[0xc1][0x15][0x16][0x9b][0xa5][0xcc]Ra[0xa9][0xb2][0xd4]X[0xae][0xb2][0xbc][0xc7]2[0x8f]9[0x81][0x13][0xd4]5m[0xa7]k[0x1a]wM{t[0xfd][0xea][0x98][0x80]R[0x8][0x2]7[0xca]s[0x98][0xdb][0x14][0xc8]&[0xeb]+-[0xad][0xba]uz[0x1a][0xc7][0x9f]ZG[0xc2][0xfb][0x2][0xa7][0x9e][0x10][0xf6][0xd8][0x87][0x94][0xe9][0x1a][0xf7]m:[0xfe][0x6][0xcf][0xad][0x8d][0xe6][0x16][0xcc][0xdd]W[0x99][0xa0][0x87][0x93][0xaf][0xda][0xe6]|[0xde],[0x95][\r][0x81][0xd3][0xff]/W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]e/p[0xfc][0xf8][0x98][0xd0]y[0xcb][0xc4][0xb5]Js[0x86]%0P[0xbe]R[0xd5]mc[0xbb][0xb0][0xdc]&[0xfe]J[0xc2][0x82]@[0xe7][0x14][0xb7]gh[0x9f]b[0xed][0xdf][0xa7]8[0xbd][0xed]9[0xde][0xd6]nR&x[0xe2][0x8a]nW[0x16]u[0xdb][0xd6][0xe7][0x5]Fv[0x9b][0xa6][0xb4][0xd3]JS3F[0xbe]B?[0x81]Yc~[0xd1][0xd2][0x8b][0xb4]v[0xa5][0xa6][0x9b]Uc[0xb1]\[0xb1][0xb][0xd6][0xa5][0x1d][0xb4][0xaa][0xc5])[0xc3][0xa6][0x9d][0xb5][0xb1]bW)t[0xa0][\r][0xd3][0xba][0x19]o[0xba][0x13]i[0x9a][0xd4][0x1b][0xc3][0xba][0xd8]Y[0x94][0xcc][0xe3][0xce]L[0xc3]Ok[0xb9][0xc0][0xb1][0xff][0xde]Cv[0x98]^1[0xcf][0xd2][0x8b][0xa9]';[0xc8]'[0x1d] [0x1f]b[0x7]m[0x4][0xcf][0xe1]([0xf9][0xf3][0x4][0xf7][0xd1]K#[0xe0][0xe1][0x16][0xc4][0xbd][0x1f][0xe5][0xdb][0xe8][0xb9][0xc5][0x9f][0xde][0xbb]H[0xa5]J_#5[0x1b]c[0x1f]a:A[0x89][0xb0]/[0xc1]~B)[0xc6]-d[0xe2]"[0xf2]-[0xfe][0xc][0xdc][0x85][0xd2])B[0xb8][0x87]0[0x9d][0xe0]^[0xc2][0xbe][0x4][0xf7][0x11]J[0x9]f[0x9][0xfb][0x13][0xdc]O[0x98][0xed][0x8a]>[0xc0][0xdc][0x15]~[0x90][0xb9]+[0xfe][0x10]s&[0xe1]g[0x98][0xe5][0x98][0xbf][0xc3]^dp[0x88][0xba][0x93][0xa6][0xce][0x9c][0xc0][0x8][0xf9]I[0x9c][0xc5]8[0xf9]9[0xe8][0xf4]VI[0xc3][0xa2][0xdf][0xfa]5[0xf2][0xf][0xd0][0xc0][0x1a][0xb9][0x8f][0x1b][0xb8]I[0xfe][0x11]>[0xc6]'[0xe4][0x9f][0xe2]3|N[0xfe][0x5][0xbe][0xc2]7[0xe4][0xdf][0xe2][0xe][0xb6][0xc8][0xbf][0xc7]O[0xf8][0x99][0xfc][0x17]<[0xc0]o[0xe4][0xbf][0xe3][0xf][0xfc]I[0xde][0x8b]c[0xd4]c[0x19]=[0xd4][0xf1][0xbf]`[0xe0]K[0xbc][0xc0][0xcf][0x86][0xae]a[0xba].[0xe3][0xe8]U[0x89][0xa2][0x8a][0x8f]J[0xed]1[0xf7]b[0xb1][0x9e]$4[0xcf][0xf1][0xb8][0xee][0x8b][0xb4]/ [0x5][0x95][0xf4]<]C[0xf4][0xcd]ard[0xfb][0xe9]O[0xe8]][0xe8][0x93][0x83][0xf4]_2[0x8b][0xe2][0xe4][0x91][0x0]PK[0x7][0x8]c[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.class[0xad]WYWSW[0x14][0xfe][0xce]I[0xc2][0xcd]pA[0xc0][0x19][0x11][0x3]F[0xc5][0x10]I@[0x6]g[\r]1[0x8][0x18][0x2]&[0x1][0x8b][0xd4][0xda]K[0x88][0x10][0x8][0x9]M[0x2][0xa2][0xd6][0x8e][0xb6][0xb5][0x83][0x9d][0xec][0xb0][0xf4][0xa5]O[0xc5][0x87][0xbe] [0xab]"[0xab][0xed]jW[0x1f][0xfa][0xd2]>[0xf4][0xad][0xa1][0xff][0xa1][0xab][0x85][0xee]s[0xef][0x5][0xe2][0xb2]6qiX[0xdc]3[0xed][0xe9][0xec][0xfd][0x9d][0xbd][0xcf][0xf9]u[0xe9][0xbb][0x1f][0x1]4[0xe1]K+[0xaa]p[0xd2]B[0x1f][0xbf][0x15]5h[0x17][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "SVt[0xa0][0xd3][0x8a].[0x9c][0xb6][0xa0][0x19][0x1][0xb][0xba][0x11][0x14]s=V4[0xa0][0xd7][0x8c]3b[0x10]2#,[0x96]#b[0xd0]gE?[0xce][0x8a][0xde]s[0x16][0xa2][0x19][0x10][0xb][0xe7][0xcc][0x18][0xb4]R[0xfb][0xbc][0xf8][0x9c][0x17]3/[0x8][0x82][0xb][0x82][0xf4]E[0x9][0x8a][0x15][0x15]B_[0x3][0xa2]bmXBL[0xc].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m#[0x82][0xa5]W[0xc2]([0x83][0xf5]b<[0x9d][0xc9][0xf6]+[0x89][0xa9][0x18][0x3];[0xc7]P[0x94][0x1d][0x8d]g[0x1c][0x1e][0x86][0x9d][0x81]Tz[0xc4]=[0x92]P2[0x99][0x8b][0xf1][0xcc][0xa8]{,[0x93]J[0xba][0xbb][0xe8][0xd3][0xab][0xa4]3[0xb1]t[0xe7][0xc4]d[0xe2]0[0x91][0x1f][0x89]'[0xe3][0xd9]c[0xc][0xbb]k[0xb][0xa0][0xdf][0xdb][0xcf]`[0xf4][0xa5][0x86]I[0xd7][0xba]@<[0x19][0xb]NM[0xc][0xc5][0xd2][0x11]e(A3[0xe5][0x81]TTI[0xf4]+[0xe9][0xb8][0x18][0xeb][0x93]Fa[0xe][0x83][0xec]M[0xa7][0x95][0xcb][0xbe]T2[0x1b][0x9b][0xc9][0xd2][0xb0]3[0x99][0x8c][0xa5]}BW[0x8c]V=[0xf9]U;r[0x5][0x90][0xdd][0xf2]H,[0x1b][0xa4][0xae]:[0x96][0xcc]J[0x18]g0[0xa9]][0x86][0xda][0xda][0xbd][0x81]1e\Ig[0x15]MP&[0x9b][0x8e])[0x13]9[0xf2][0x1c]*%[0x9]1eS[0xe3][0xb1][0xa4][0x84][0x4][0x83]E,G[0xc4][0x90][0xc1][0xf5]8s[0xd4][0xf5][0xf8][0x15][0x92][0xb0]:")[0xc5][0xe1][0xac][0x12][0x1d][0xef]V&W[0xb6][0x9c][0x19][0x8f]O2[0x18]j[0x85][0xb7]L[0xc3][0xb1][0xc9],[0xc5][0x89]uJ[0x98]`8][0x88][0x97][0xb][0xf0]F[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xe3][0x11][0x9f][0x6][0x86]][0x5][0xf1][0x10]\[0xc2][0xa9][0xa9]t4[0xd6][0x1e][0x17][0x86][0xae][0x98][0xa0]~L[0x99]Vd[0xec]A[0xad][0x8c]][0xd8]-z[0xc7]d[0xec][0x84]CBRF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x93][0x12]^[0x92][0x91]FFF[0x16][0xad][0x12][0xa6]dL[0xe3][0x92][0x8c][0x19]\[0x96]q[0x5]W[0x19][0xe][\r][0xfa][0xfa]B[0x81][0x81][0x9e]^[0xd0]e[0xf][0x9f][0xe9][0xf3][0x86][0xfc]z?[0x12][0xea][0xc][0x9e]r[0xd9][0x83]}[0xdd]m[0xfe][0x90][0xcb][0x1e][0x9][0xf5][0xf9]][0xf6]vo [0xec][0x17][0x93][0x81][0xc0]y[0x19]/[0xe3][0x1a][0x99]4[0xe8][0xeb][0xe9][0xee][0xf6][0xba][0xec][0xaa] _[0xa0]'[0xec][0xa7][0xa5]W[0xd0]*[0xe3]U[0xbc].[0xe1][\r][0x19]o[0xe2][0xba][0x8c][0xb7][0xf0][0xb6][0x8c]wpC[0xc6][0xbb]he[0x90]46"}[0xf][0xef][0xcb][0xf8][0x0][0xfb]e[0xdc][0x14]L[0x1f][0xe2]#[0x19][0x1f][0xe3][0x13][0x6]w~[0x7][0xf5][0xc][0x8d][0xc5][0xa2][0xd9]U[0x90][0x16]?4[0x96][0xf1][0xa9]PwK[0xa8][0xab]2[0xb8][0xca][0xf8]L[0xb0]~[0x8e]K[0xc]{[0xf3][0xb3][0xae][0x1a] [0xe9]=[0x9]_08[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]4[0x83][0xb3]p[0xe8]R[0x8a]([0x0]4[0xc][0xd5]y[0xa9][0x8]WJ4[0x1a][0xcb]d[0x1c][0xcd][0x1e]B[0xe4][0xa9][0x82]RI[0xde]CFp[0xb5][0xe7][0xa3][0xa1][0x83][0x9b]$[0xf][0xe9][0xfb][0xa9][0xaf][0xcd]/[0xf5][0xa1][0xa3]k[0xf0][0xf7][0xb4][0x17][0xe4][0x86]&[0x2][0x90]#|)[0x9e][0x8d][0x8e][0xd2]A_[0x89][0x85]C[0x90]:[0xb4]X8[0x1e][0x8d][0x5][0x1f][0xec]d[0xb0][0xe9][0x9e]ih[0x14][0xae])[0xe8][0xfc][0x17][0x9c][0xbf][0xa4]Tz8[0x9e]T[0x12]j[0xb2][0xc9][0xd5][0xd5] t[0xdd]|[0x9a]\[0xf3]_[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x88][0x4][0xe1]N([0xc9][0x11]w8[0x9b][0x8e]'G[0xf2]XJ[0x14][0xfe][0x99]([0xe5][0xbf]xJ8[0xdb][0xa6]e[0x4][0xf5]P[0xaf]![0xa6]U[0x98]jRS(C[0xf0][0xa9][0x90][0x93][0x13]/U[0x1e][0xe9][0xdc]S [0xe9][0x9a]=j[0x98][0xfa][0xb][0xb0]C[0xd7]Q[0x88]5kekEK[0x8b][0xa7][0x91][0xe1][0xea]3*[0x6]+[0xe2][0x9f][0xcc][0x14][0x8b]?x[0xf2][0x82]7[0x14][0xf2][0xe]P[0xf1]/[0xb8]b[0xaa]y[0x96][0x90][0x17][0xcf][0xe8]w[0xe]B[0x1e][0xdd]:[0xcc]T[0x8e]u[0xd4][Vk@[0xee]v[0xc9][0xa9][0xbd][0xcf]*[0xb8][0x8f][0xba][0xf3][0x80][0x90][0xb6][0xf0][0xa0]=[0x89]S[0xa9][0xce][0xca][0xe1][0x88]7[0x14][0xb9][0xd0][0xd3][0xd6][0xe5][0xf7]ED[0x11]]-m[0x2][0xd5][0xea][0x9a][0xee][0xc8][0xe6][0x9c]$A:[0x1c][0xab]:[0xb4]T[0xf1][0xd8]L\[0xf5][0xff][0xfe][0x87][0x87][0xee][0x9d]5t#[0xe5][0xf4]G[0x15][0x19](-[0x15]5[0x9a]f[0x8c]4C%[0x1b]TZht[0x1c][0x6][0x1a][0x3]e[0xce][0xba][0xfb][0xe0][0xce]:[0xf6][0x0][0x6][0xa7][0xf1]>[0x8c][0xf7]Tf'}[0xad][0x82][0x80]-[0xc1][0xc6][0x96]QGc[0x99]X[0x89][0x1].[0xb8][0xa9][0xa5][0xcb][0x18][0xf6]k[0xc2][0xd8][0x1c]L*[0xad][0xc5][0xf9]-[0xf8]"L[0xb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xcd]C[0x9a][0xc5][0xe1]y[0x98][0xb5]I[0xcb][0x2][0xac][0xf5][0xdf]@[0xfd][0xed]P[0xf9][0xb5][0xff][\r]b[0xb9][0xae][0xdc][0xb6][0x8][0xf9]'[0xad][,[0xba][0xc4]^2[0x8b][0xad]bF[0xe3]_[0xb7][0x88][0xd2]E[0x94][0x9d][0x9d]G[0xf9][0x1c][0xcd][0x18]o[0xc3][0xe6]4[0x90][0xbd]wa'[0xda][0xf5]_[0xa3]D[0xe3][0xde][0xb0]"h[0xc5][0x8e][0x5]l[0xbc][\r]35[0x9b][0xe6][0x88]p[0xf3],\[0xba]@[0xad][0xd9][0xb2][0xa8]i[0xf9][0x1e][0x15][0x3][0xa2]%Gl[0xd3][0xf4]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xed][0xb3][0xa8]{[0xc]}[0x95]J[0xff][0x0]L#[0xdf]1[0x97][0xb3][0x13][0xda][0x98]Au[0xe2][0x10][0xb6][0x90]?[0x8d][0xb0]q[0x13][0xca]y[0x11][0x9a][0xb8][0x19][0xc7]9[0xbd][0x9]x1[0xce][0xf0][0x12]D[0xf9]:[0x8c][0xf0]2$y9[0xa6][0xf9][0x6]\[0xe3][0x1b]q[0x83]o[0xc6]-[0xbe][0x15]wx[0x5][0xbe][0xe2][0xdb]0[0xcb]+[0xf1][0x80]o[0xc7]o[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf3][0x1d][0xf8][0x83][0xdb][0xf1]'[0xaf][0xc6]_[0xbc][0x6]K[0xdc][0xa1][0x6]g[0x93][0x16][0x0]=86,[0xd1][0x9b][0xa4][0x95][0x1c]|@[\r][0x99][0xf5]o4Ih[0xb6]Z+K[0xca][0xac]6w=M[0x1e][0xc4]![0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0x10][0xab][0x81]Z[0xbf][0xf1]h[0x8e][0xdf][0xe6][0xc9][0xaf][0xb][0xa8][0xd6]C[0xe6]PQ[0x1][0x95]n[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xa0][0xfa]:_[0xbe][0x8b][0xa2][0xeb][0x9c][0xa9][0xc1]Z[0xfe][0xa5][0xf2][0xce][0xf2][0xcf][0xf7]Vw^[0x3]3[0xf1]8[0xc1][0xb9][0xb][0xc5]|[0x1f]<[0xdc][0x8d][0xfd][0xdc][0x83][0x16][0xde][0x88][0x83][0xbc][0x19]'y[0x8b]j[0xb9]]S[0xae][^L[0x16]k[0x96]s[0xf8]p[0x18]G[0xa8][0x15]{[0xd8][0xc][0xe3]?[0xd4]%([0xee][0x83]AB[0x15][0xed][0x86][0xd0]c[0xe2][0xa5][0x10][0xb7]O}''[0xf5][0x9d][0x14]9[0xeb](,kH.[0x12]H#$[0xaf][0xa9]+[0xd2][0xd5][0x89][0xde]q:[0x1e]L[0xed][0x9d][0x80]W=8m*[0xa7][0xf][0xc2]Om[0xb4][0x8d]*zn[0xed]C9[0xbd][0xaa][0xc6][0xd0]xb+[0xbd][0xa9][0xba][0xd0]rb[0xb][0x8e]jp[0xa6][0xf7]W[0x7][0x5][0xba][0x9c][0xb6][0xdc][0x81][0xb8][0x91][0xd3][0xc3][0x8b]~[0xa5]fz[0x9f]u[0xe0]5T[0xfc][0xb]PK[0x7][0x8][0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Context.class[0x8d]S[0xc1]n[0xd3]@[0x10]}[0xe3]ljj[0xc]M[[0xa0][0xb4]@I[0xa9][[0xec]D[0xc2][0xad][0xc4][\r][0x84][0x90][0x2]H[0x85][0xa8] [0x81]r[0xdf][0x84]m[0xea][0xd4]YWk[0xb7][0xea]'[0xf0];[0x1c]P%[0xe]|[0x0][0x1f][0x85][0x98][0xdd][0xe4][0x0][0x12][0xa2]>x[0xf7][0xcd][0xe8][0xbd][0xd9]7[0xb3][0xeb][0x9f][0xbf][0xbe][0xff][0x0][0xf0][0x14][0x9d][0x0][0x2][0xf][0x17]yi[0x7]hb[0xcb][0xc7][0xb6][0x8f][0x88] [0xb4][0xba][0xa8][0x8]~[0xaf][0xd0][0x95]C[0xe1][0x81][0xd6][0xca][0xf4]rY[0x96][0xaa]$t[0xfb][0x85][0x19][0xa7]c[0x1b][0x1e]e[0xe5]q:)[0xb][0x9d][0xbe][0xe5][0xe5][0x83]4[0xa5]2[0x7][0xd3][0xd3]<[0x9a]k[0x9f][0x11][0x16][0xaa][0xe3][0xac][0x8c][0xf6][0x8][0xdb]W[0xcb],[0xfd]y[0xa6][0xb3][0xea][0x5]a7[0xae][0xc1]O[0x6]l[0xb7]W|V[0x84][0xa5]~[0xa6][0xd5][0xe1][0xd9]t[0xa8][0xcc]'9[0xcc]9[0xb3][0xd2]/F2[0x1f]H[0x93][0xd9]x[0x9e][0x14][0xd6][0xe][0xb7]4V[0xd5]![0x1b]|}[0xae]t[0xe5]c[0x97][0xd0]t[0x90][0x10][0xc7]I"O[0xa4][0xa9][0xe4][0xec][0xc8][0xb2]2JN[0xff]89rL[0xf6]*[0xca][0x93][0xec][0x94][0xd0][0x88][0x93][0x81][0x8f][0xc7][0x84]wu,[0xd7][0x18][0xde][0xbe][0xeb][0xcb][0xbb][0xd8][0xb3][0xcb]>a[0xa7][0x96][0x86][0x10]|,[0xce][0xcc]H[0xbd][0xc9]l[0xa3][0xab][0x13][0x9e]L[0xe4][0xb9][0xc][0x11][0xe2]F[0x88][0x0][0xd7]-Z[0xf3][0x11][0x13][0x92][0xda][0x97]Ih[0xd9]"i.[0xf5]8}?[0x9c][0xa8][0x11]O.!Du[0xc6][0xc5][0xf7]_[0xa3][0x9][0xc2][0xd6][0x95],[0xc2][0xe6][0xff][0xf][0x14]m~[0xd2]M~[0xe2][0x1e][0xb]X[0x4]Z-[0xdb]3G[0x82]s<[0x2][0x10]n[0xba]_[0xc0]s[0x9c][0xa0][0xd3][0xfd][0x6][0xaf]s[0x89][0xc6]W[0xa7]Zr:[0x2][0xe8][0xb]Z[0x8c]C[0x8b][0xb9][0xc2][0xb2][0xad]%[0x80][0x15][0xdc]v[0xfb][0x1d][0xac][0xc1][0x12]B[0xac][0xcf]+[0xbe]bu[0xc3][0xaa];[0xdd]K[0xd0][0xbf][0xab][0xb5]g[0x8c]Y5[0x87]6[0xd8][0x1b]9t[0xf][0xf7][0x9d][0xa7][0x7]N[0xb9][0x89]k[0xbc]o0_[0xe0][0x11]|[0xe1]a[0x15];[0xb8][0xf5]r[0x1d]w[0x9d][0x12][0xbf][0x1]PK[0x7][0x8]>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$NoneContext.class[0xad]V[0xdf]W[0x1b]E[0x14][0xfe]&[0x9]l[0xb2]Y[0x4]S-m[0xd5][0x9a]JJ[0xf3][0xab][0x4]j[0xb]Hj%[0xa4][0x1][0xa1]K[0xa0]I[0x0]i[0xd5][0xba][0xa4][0xdb][0xb0]$l8[0xbb]K[0x8b][0xfa][0xe6][0xbb]>X[0xb4][0xd5][0xe3][0x93][0xc7]g[0xec][0xd1][0x96][0xa3][0xe7][0xe8][0xbb][0x8e][0xcf][0x1e][0x8f]wv[0xb7][0x4][0xd4]6[0xcb]i[0xc9]a[0xe6][0xde][0x99]o[0xee][0xdc][0xef][0xee][0x9d];[0xf3][0xc7][0xdf][0xbf][0xfc][0x6][0xe0],[0x9a]"[0xe][0xe3]\[0x88][0x9a]a[0x11][0xbd][0x18][0x11]1[0x8a]7D[0x8c]![0x1b]B[0x1c][0xe7][0xb9][0xfa]&o.[0x88]x[0xb][0xe3][0x2]r"D[0x7][0x95][0xf]![0x86][0x8b][0x1c]U[0x10]0)[0xa2][0x1b]#|[0xe4]m[0x91]F[0xa6]y3[0x13][0xc4]%[0xe][0x94][0x5][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(2tZ[0xab][0x9a][0x19][0x1b]d[0xe8][0x93][0x9b]F-Sk([0xa6]yC3W3kfS[0xcf][0xcc]P3[0xaf][0x18][0xa6]jL[0xaf]o4[0xb2][0x4]?[0xaf][0xe9][0x9a]u[0x81][0xa1]?[0xee][0x1][0x9f]Xd[0x8][0xe4][0x9b][0xd7]U[0x86]nY[0xd3][0xd5][0xe2][0xe6][0xfa][0x8a]jT[0x94][0x95][0x6][0x8d]D[0xe4]fUi,*[0x86][0xc6]uw0[0xc0][0xdd]a[0x8][0x17][0x9b][0xba][0x9a]o[0xea][0x96][0xba]e1H[0xd3][0xba][0xae][0x1a]y[0xbe][0x95]J[0x93][0x99][0xf6];[0xc7][0xf6][0xac]'[0xaf][0xa5][0x9a]j[0x15]I,[0xdc]TuK[0xc0]e[0x86][0xe][d[0x88][0xc7][0x13][0xf2][0x9a]RW[0xc]Kq[0xec][0x98][0x96][0xa1]*[0xeb]{[0xcc][0xc5]l$[0x19][0xe9][0xb0][0x9a]uU[0x17]Pb[0x8][0xf1][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0x19][0xd2][0x8f][0xf3][0xc6][0x9e][0xd7]>"[0xb][0xbb][0x1a]Y[0xe9]*[J[0xb5]>[0xab]l<"l[0xd6][0xb5][\r][0x6]<[0xb1]([0xa0][0xcc]p[0xc9]K\=[0x4]`[0xc8][0xe][0xbe]ok[0x90]7C[0xc]'=[0xad]a[0x10][0xcb][0xcd]M[0xa3][0xaa]Nj[0xdc][0xb9]C[0xfb][0x1][0x3]k[0xca]ME[0xc2]1[0xbc]$[0xe1][0x8][0x8e]r)#[0xa0]"a[0x1][0xe4][0xfc][0x92][0x84]w[0xb0],[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0x12][0xae][0xe2]=[0x9][0xef][0xe3][0x9a][0x80][0xf]$(X[0xa1][0xaf][0xd6]~[0xff][0xb9][0x95]5[0xb5]j[0xed]~[0xf6][0xae]}[0xba][0x84]*[0xae]KPqCB[\r]I[0x86][0x81][0xf6][0x6]s[0x86][0xa1]|[0xd8]J[0xa3][0xbd][0xaa][0x84]UnI[0xc3][0x9a][0x84]:[0xfa][0x19][0xc6][0xae][0xe6][0x17]J[0xf2][0xf2][0xdc]|[0xa1][0x98][0x8e][0x96]//[0xe4]J[0x5]W[0xae][0x94][0xa6][0x8b]S[0xe9]hqav[0xa2]PJG+[0xa5][0x85]B::[0x99][0x93][0xcb][0x5]>([0xcb][0xc4][0xb4][0x81]u[0x86][0xd3][0x7]JK[0x86]D{[0xfc].Vp%[0x1][0x94]r1/[0x19][0xcb][0x90][0xf4][0x9e][0x98]t[0xfc]=[0xa4][0x7][0xc3][0x89][0xb6]([0xca] [0xa5]ZUM3vn[0x90]ro[0xca]S[0x99]h{[0x84](1[0xa3][0xed]0t,u[0x8a][0x90][0xcb]g [0xde][0xde][0xea][0xbe][0x83][0x19][0xda][0xfd][0xfc]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x9c]B[0x87]}b[0x19][0x8a]OEeO[0x1c]m{[0xd9][0xd6].[0xc3]|[0x97][0xf9]ge[0xbd]U[0xf5]Nyt[0xa5][0xe5][0xc9]([0xf7]d[0xc9][0x83]'.[0x87][0x3][0xb8][0xc3][0xab]Q[0x8b][0xf0][0x19][0x86][0x8f][0x9f]Q[0xa1][0xdb][0xdd][0xe0]@[0xb1][0x91][0xca][0x95]\[0xa9]rmnb[0xa6][0x90][0xaf][0xd0]m[0xe6][0xf5][0x12][0x10][[0x95][0x81]n)[0xc7]H[0xae]T[0xca]-[0xd3][0x11][0xd5][0xcc]E[0xa5][0xb1][0xa9][0xda][0xc5][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0x90].[0x1d][0xf7]$[0x86]][0xe2]CC<[0xc0][0x9f]>[\r][0xf3][0xff]K^[0x99][0xd7][0xe5]LC[0xd1]k[0x99][0xb2]ehz-[0xfb][0xe4]K[0x8d][0x10][0x85][0xad][0xaa][0xba]aiM[0x9e][0xf9][0xc7][0x9f][0xcc][0x1d][0x83][0xf4][0x10][0xe9][0xa5][0x87][0x9][0xeb][0xe9][0xe1]e[0x9f][0xa4][0x0]|[0xfc][0x16][0x0][0xc3][0xcb][0xa4][\r][0xc3]O: %S?[0xc3][0x97]L[0xb1][0x87][0xf0][0xff]H[0xba][0xf][0xaf]P[0xdb]I([0xb0][0xcf]p[0x9c]#[0xb8]L[0xed][0xab]x[0x8d][0xdb]C[0x1f][0xfa]][0x1b][0xa2][0xc3][0xb6][0xf1]I[0xf2]'[0xf8]v[0x10]x[0x80][0xe]9u[0x1f][0x9d]? [0xed][0x8c][0x8]N[0x17][0xdc]A[0x88]K[0xbf]B\[0xe6]=[0xed][0x15][0xde][0x81][0xb4]t[0x1f]][0xdb][0x84][0xee][0xf1][0xf8][0xee]G[0xf8][0x1e][0x7][0xff][0xfc]v[0xea][0x1]"w[0x11][0xa4][0xee][0xd0]6[0x9f]KE^[0xd8][0xc1][0x8b][0xbf][0x93][0x17]~[0xdb][0xf3]3[0xe4])[0xd8][0xe7][0x8][0xb3][0xdb][0x88][0xb0]/[0xd0][0xc7][0xbe][0xc4][0x8][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xf6]5&[0xd8][0x1d][0xba][0xad][0xef][0xa2][0xc6][0xee][0xa1][0xce][0xbe][0x81][0xc1][0xbe][0xc5]-[0xf6][0x9d][0xcd][0xf2][0xb0][0xc3][0xc4]e[0x19][0xc6]-[0x9c]B[0x92]x[0xa6]H[0x13][0xe1][0xff][0xb]Y[0x1][0xf1]L[0x98][0xb4]4N[0xbb][0xfc]Sv<[0xe8][0xff][0xdf][0x81][0xfb]~O[0xe0][0x98]c[0xb2][0x7][0xfc][0xe2]u[0x17]^$[0xb4][0x9f][0xa3][0x93][0xa9][0x87][0xff]][0xed][0x84]=[0xea] \[0x87][0xb8]4H[0x9f][0x91][0xd9][0xd2][0x10][0xd1][0xf4][0xd1][0xef]u{[0xe5]Y[0x9c][0xa0]~[0x2]A"1J[0xeb]"[0xf4]x[0x9c][0xc7][0xc9][0xf1][0xa3][0xf4]t[0x1c]Cb[0xfc][0x8][0x6][0xe0][0xfc][0xf1]G[0xe4][0x4][0xcd]wS?E}/[0xf5]s[0x1][0x1f]=HG[0xf1].[0x8e][0xfd][0x3]PK[0x7][0x8][0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.class[0xad]WipSU[0x14][0xfe]N[0x9a][0xf6][0xa5][0xaf][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xa5][0x15][0x3][0x4][0xe8]f[0x17]v(EBI[0xb1][0x90][0xa6]%i[0x8b][0xa5]T|[0x84][0xd0][0xa6]KR[0x92][0x94][0xdd][\r]pEpAQp_(?[0x18][0x1d][0xe8][0x8]t[0x80]Ae\[0x6][0xdc]u[0x9c]QFG[0xc7][0xd1][0xf1][0x1f][0xe3]6[0xce][0xe8][0x88][0xf5][0xdc][0xf7]^[0x93][0x82]b[0xd3][0x81][0x97][0xc9][0xbd][0xe7][0xdc]{[0xee]9[0xdf]9[0xf7][0xdc]s[0xdf];[0xf7][0xf7][0x89][0xd3][0x0][0xa6][0xa3]K[0xc6](,I[0xe6]f[0xa9][0x8c]l8[0x5]U)[0xc3][0x85]*[0x19][0xd5]X[0x96][0x8c][0x12][0xb8][0x93][0xe1]A[0x8d][0x18][0xab][0x95]1[0xb]u[0x16],[0x17][0xcc][0xcd][0x16][0xd4][[0xb0]"[0x99][0x87][0x1a][0x84][0xd8]J[0x99][0x9b]F[0xd1][0xdc]"[0xd8]UB[0xe6]V[0xd1][0xa8]2V[0xc3]+a[0x8d]`|B~[0xad][0x10]h[0x92][0xd0],#S[0x98][0x9c][0x85][0x16][0xb]Z[0xc5]`[0x9b][0x90]m[0x17]#[0x1][0xc1][0x6]-[0xe8][0x10][0xfd]:[0xb]B[0x2]EX[0xa8][0xaf][0x93][0x10]![0xc8]k[0xfd][0xa1]p[0xa4]Nm[0xeb][0xf4][0x11]h[0x5]!)[0xd2][0xec][0xf][0xdb][0x8a][0x8][0x13][0x9d][0xc1]PSaS[0x9b][0x1a][0xe][0xaf][0xf5][0x87][0x9b][0xb][[0xc2][0xc1]@[0xe1][0x12]n[0xaa][0xd5]P[0xd8][0x17][0xaa]h[0xef]h+a[0xf1]y[0xfe][0x80]?2[0x9f]09;[0xe][0xf9][0x9c]:[0x82][0xb9],[0xb8][0x86]m[\r]u[0xfa][0x3]>Wg[0xfb]j_[0xa8]F][0xdd][0xc6]#[0xe9][0xce][0xa0]Wm[0xab]SC~[0xc1][0x1b][0x83]f[0x1][0x87][0x90]Z[0xb5][0xba][0xc5][0xe7][0x8d][0x94][0x5][0x3][0x11][0xdf]F[0x86][0xad]T[0x4][0x2][0xbe]P[0x99]0[0xe6][0xe3][0xe9][0xe2][0x81]m[0xdb].[0xd1][0xc0][0xc8][0x95]&_[0xc4][0xc5][0xa4]c[0xbd]/[0x10][0x91][0xb0][0x81][0x90][0xa8][0x91][0x84][0xec][0xec][0x1c]g[0x8b][0xda][0xaa][0x86]"[0xaa][0xae])[0x1c][0x9][0xf9][0xd4][0xf6]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0x9a]$+I[0x8c][0x4][}[0x1][0x9][0x1b][0x9][0xc9]b[0xba]F[0xb0][0x84][0xfc]+[0xe1][0xd1][0xe6][0xfd][0x9b]YC[0x94]c-[0xa9][0x9e][0x88][0xea]m[0xad]T;[0xfa][0x9c][0xe][0xb7][0xfa];[0x8][0x9][0xd9]"^[0x89]k|[0x1d][0x91]f[0xde][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x9b][0x8]K[0xe3][0x89]s[0x1c][0xe1]([0xd6]6[0xc3][0xb4][0xb1]H4[0xc5][0x84]Iq[0xad][0xe1][0x84][0xf1][0x4];C^_[0xb9]_[0x0][0x1d]~[0xa9]@A[0x8b][0xba]^Up[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xe4]!_P[0x8b][0x14][0xe4] W[0xc2]f[0x5][[0xb0]U[0xc2]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "n[0xc7][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee]D[0xa9][0x84][0xbb][0x14]l[0xc3]v[0x5];p[0xb7][0x82]{p/aD[0x83][0xa7][0xc6]][0xe1]Z[0x9c]o-[0xab]u;[0xeb][0xcb][0x9c]U[0x1e]G[0xa3][0x82][0xfb]p?Aj([0xab]rV[0xb9][0x1a][0xd9],S[0x95][0x95][0xf6][0xcb][0x84][0x1e][0xc0]N[0x5][0xf][0xa2]T[0xc1].[0xec]V[0xf0][0x10][0xe6](xX[0xb0][0x8f]`[0x8f][0x82][0xc7][0xf0][0xb8][0x84][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xc0][0x93][0x84][0xc2]A[0xa6][0x8b][0x82]}[0xd8][0xaf][0xe0])a[0xe1]i[0x94][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6]V`[0xf][0x85][0xd4]M[0xb1][0x84][0xed][0xcf]*x[0x6];[0x9]s[0x1b]4[0xfc]U[0xd5][0xe]W[0xbe][0xd5][0xb3][0xac][0xd6][0xee]v[0x18][0xb4][0x11][0x3]Wm[0xe5]B[0x87];[0xdf]Z[0xe3][0xae]u[0xe4][[0xcb][0xed]N[0x8f]C[0xc]:[0x9d][0xec][0xed][0xb3][0xc2][0xb3][0xe7][0xf0][0xbc][0x82][0x17][0x4][0xaa][0x17][0x5]*I[0x8f][0xb][0xcf][0xbe]$X[0x8b][0x11]L[0xe6]_[0xc6]vB[0xce][0xc0][0xa0][0xa3]x%[0x83][0x92]p[0x80]`[0x8b][0xe7]4[0x10]r[0xe3]Oz./q[0xa4][0x1b]a[0xfc][0x80]R[0x9c][0x91][0xaa][0xd7][0xeb][0xb][0x87]m3[0x8a]8[0x97][0x17][0xc7]U[0x86][0x6]<[0x9e][0x9c][0xe8][0xd6][0x81]d[0xf8][0xc8][0x7]8B[0x86]?[0x5][0xd9][0x3]k[0xbd][0xe4][0xd0]'8[0xaa][0xca][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]t[0xce]W[0x9b]g[0x83]?[0xe2]m[0xe6][0x12][0xd1][0xb7][0x17]6!j[0xd3][0xf7][0xc2][0xf6][0xef][0xbd]05T[0x10]R[0x8c][0xc8][0x14]O[0x15][0xa1][0x89][0xab]r[0xc4]][0xf9][0xa4]`h[0x8d]?[0xa0][0xb6]ie[0xaa][0xbf][0xad]bak[0xd7][0xd5]T[0xa9][0xff][0x8a][0x97]S[0x94][0x96][0xc2]65[0xd0]T[0xe8][0x89][0x84][0xfc][0x81][0xa6][0x1][0x90][0xb2][0x84]c[0xa3][0x97]+[0xa7]?([0x82]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "mY[0xea][0xa8]_[0xe5][0xb2]W:[0xf8][0xa2][0x8a][0xbb][0xb6]k[0xe5][0x86]=[0xf5][0x87][0x8d][0xfb][0x91]=[0xe5][0x1b][0xd2][0xc2][0x17][0x87][0x11][0xe5][0xe4][0xe8][0x1][0x8e][0xa5][0xe1],[0xe1][0xa2]V[0xd1][0x9][0xae][0xab]J[0xc7]~I[0xa0][0xe9]+[0x89]Y[0x99])[0xac]T_+[0xed][0xb1][qJ[0x9c]PbHf[0xb]$[0xcb][0xe3]@b[0xf8]0[0x8]8[0xe2][0x86][0x8a]9<[0x95][0xb0][0xe5][0x1a]]~Q[0x3][0x83][0x8a][0x8d][0xe2][0xa9][0xb1][0xbb]kVU-\[0xe2]([0xab][0x11]7a[0xb4]ds[0xfa][0xeb]sv[0xb7][0xdb]^[0xcf]S[0xb1][0x8b])[0xe6][0x81]v[0x8][0xeb][0xe2][0xf][0xd4][0xe0][0xc0][0xc9][0xe][0xd7][0xa2]([0xb4]D[0xed][0x1e][0xe0][0xb7]3[0xfd][0x2] [0xcc][0xe8]W@X[0xab]-[0xaa]U/#W[0xac][0xd2][0xe3][0xfe][0xff][0xac][0xa0][0x88][0xdf]s[0xb3][0xf9][\r][0xd8][0xc4]?[0xbe][0xe7][0x81][0xb4]4q[0xf3][0xf3][0x88][0x99]G[0xf8]E[0x0]\[0xbc][0x98][0xbb][0x11][0x9][0xcc][0x3][0xc3]r[0xf3][0x8e][0xc2][0x94][0x9b]G[0xc7][0x91][0x90]k>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x11]mq[0x11][0xb7][0xb2][0x10][0xa0]W[0x90]B[0xaf][0xa2][0x98]y[0x85][0x97][0xf2][0x2]L[0xc5][0xc][0xee][0x9]31GWf[0x9a][0x82]DMve[0xee]k0[0xf5] [0xf1][0x18][0x92][0x9c]y[0xdd][0x90][0xba][0xe0][0xea][0x86]E[0x1f]L>[0x6][0xb9][0xe0][0x10][0xb4]g[0xaa]fC[0xff]g[0xf1]?[0x81][0xff]S[0x84]X^zJ[0xf][0x94][0xd7]u25F[0xe][0xe9]#YO7[0x86]va/[0xab]O;[0x80]![0x97]I[0xf6][0xd9]>[0x86]a[0xfb]`[0xe1].[0xfd]0[0xb][0xe][0xef]B[0x9e]>;B[0xef]F[0xf6] CP'1[0xaa]^[0xf4][0xc7]A=[0x18][0xbd][0xbc][0x1b]c[0x84][0xf8][0xd8].[0xe4]_Ad[0xe8]{n[0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0xc3]\[0x94]rF[0xcc]gn$[0x86][0xfc][0x85]y[0x12]JdY[0x1e][0x97]QP(g[\r][0x19]&[0xcb]Z[0xde]-02[0xf0][0x14]/[0x17][0x1b][0xef]0[0x97][0xf6][0xf3][0xbd][0x1b][0x93]y[0xdb][0xa6][0x18][0x99]b3[0x92]D$^[0xa6]A[0x8f][0xdf]a[0xea]=[0x88][0xa4][0x1d]&[0xd2][0x2][0xde][0xfb]v[0xd6][0xfe][0xde]7[0x8f]D[0xa3]3[0x1][0x16][0x96][0xbf][0xc0][0xbb][0xf4][0x13]R[0xe9]g[0x14][0xd1][0xaf][0x98]F[0xbf]a&[0xfd][0x8e]9[0xf4][0x7][0x16][0xd1][0x9f][0x1a]z[0xab]n[0xdc]@[0x9f][0x8a][0xd9][0x6]z[0x13][0xca]`[0xc7]B[0xee][0x85][0x1f][0xa3]`[0xbe][0xc8]$[0xf5][0xf2][0xd1]I[0x90]0[0x8a]=b,[0x89][0xa6]4[0x88]Wi[0xc3][0x93]E[0x86]'I[0xb9]y[0x9c]I[0xb1][0x3][0x94]$p[0xf3][0x1][0x8a][0x99]K2[0xcc][0x9][0xca][0xc1][0xa7][0x92]4[0xaa][0x1c][0x8b][0xb5][0xf3]z[0x93][0xb6][0xb2][0x82][0xbf]^[0xc1][0x0],l[0xdc][0x85]iH[0xe7][0x8f][0xc6][0xf5][0x98][0xbd]`[0xc]"Vc[0xde][0x82][0xd1][0xc]P2y[0xde][0xcf][0xf3][0xd9][0xdc]w[0x9a]M[0xfc][0x1d][0xc9]O[0x9a][0x85][0xbf]4]x[0x14]c[0xff][0x1]PK[0x7][0x8][0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Stack.class[0x95]TYO[0x13]Q[0x14][0xfe]n[0xb7]i[0xcb][0x94][0x96]ET\[0xa0][0x2][0xd2][0x5]h[0xa1]([0x8b]h[0x8c][0x4][0x13]HE[0x13][0xc]F[0xde][0x86][0xe1]J[0x7][0xdb][0x99]Ig[0xaa]uy[0xf0][0xc1][0xff][0xe2][0xb][0xf][0x98]@H4[0xd1]G[0x13][0x94][0xf1][0xdc][0x99][0x81][0x2]it[0xfa]r[0xee][0xb9]w[0xce][0xf7]}g[0xcb][0xfc][0xfe][0xf3][0xed][0x7][0x80]Y<[0x88]#[0x8e][0xa2]0[0xd3][0xc2][0xcc][0x8]S[0x8a][0xa3][0xb][0xa5][0x18]y[0xb3]1$pG[0xc2][0xdd]8[0xa2](I[0x98][0x97][0xb0][0xc0][0x10][0xaa]peG[0xc2]"[0x83][0xb4]l[0xe8]6o[0xda][0xc][0xf2][0xaa][0xae][0xf3][0xfa]rU[0xb1],n1[0xe4][0xcb]F}[0xb7][0xb0]+[0xae][0xaf]4[0xab]R[0xd8][0xb3][0xc][0xbd][0xb0]F[0xe6][0x99]R[0xb7]x}[0xb5]fVG=[0xec]=[0x86][0xc8][0x92][0xa6]k[0xf6][0x3][0x86]`&[0xbb]I[0xfc][0xcb][0xc6][0xe]gH[0x96]5[0x9d][0xaf]7j[0xdb][0xbc][0xfe]\[0xd9][0xae][0xd2]Ko[0xd9]P[0x95][0xea][0xa6]R[0xd7][0xc4][0xdd]{[0xc][0xd9][0x15][0x8d][0x14][0xc3][0x1b][0xb6][0xa2][0xbe]f[0xc8][0xfa]PvBI7d6[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]T[0xa6][0x83]lE[0x82][0x92]zRv[0xd0]4L[0x86][0xc9][0x8c][0x1f][0xd5]V[0xbd]![0x9b][0xd7][0x8][0x96]p[0xf2]x[0xa2][0x98]'[0x95][0x98][0x9c]S[0x5][0x92]f[0xad][0xd4]L[0xfb][0x9d][0xd3][0x8e]-[0x9][0x4][0xc8][0xf8][0xc9]p[0xda][0xc9]-[0xd0],2[0x8c][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0x88]+[0xaa][0xca]-kt[0xa6]H[0xa0]M?"n[0xeb]:+[0xf7]D[0xa5]$T&:P[0xd9]ja[0xe7][0x5][0xf6][0x85]l[0x87][0x13][\r]4[0xa7]Ik[0xc3]h[0xd4]U[0xfe]X[0x13][0xc3][0xe8];[0x1f]=[0xb5][0xa7][0xbc]Qd\[0xc5][0xa0][0x8c]4n[0xc9][0xb8][0x8e][0x1b]2z[0xd0]+CFJ[0xc6][0x12]R[0xc][0xc3]"[0xa8][0xd0][0xb0][0xb5]ja[0xdd][0xd8]h[0xa8][0x95][0x95]*[0xaf]q[0xdd]^i[0xaa][0xdc][0xb4]5C[0x97]p[0x9f]a[0xdc]g[\r][0xc])[0x87][0xaf][0xaa][0xe8][0xbb][0x85][0xa7][0xdb]{\[0xa5][0x85][0xcb][0xfa][0xae][0x8b]a[0xc4][0xc7][0x12][0xd0][0xd6][0xe9]Np[0xfa][0xbf][0xc1](B[0xfc][0x18][0x0]j[0x97]([0x9a][0xbc][0x18]y[0xd4][0x3]z[0xe9][0xa3][[0x81]NFg8w[0x8c][0xf0]Wr[0x2][0xe8]'[0x1b][0x11][0x8f]L[0xc7]%[0xf2]e7[0x0][0x3][0xb8][0xe2]|[0xa7]~z[0xe0]5[0xba][0x5][0xe8][0xec][0xce][0xe7][0xe][0x11]9[0x82][0x94][0xcb][0x1f]![0xd2]b[0xe9]F[0x90]X[0xea][0x88]2[0xb][0x9]f;l[0x3].[0xc2]c[0x13][0xde]5JK[0xa4]G[0xd3][0xf1]xu[0x8f]7-h[0xa1][0xeb];[0xa2]/[0x8f][0x11][0xfb])[0xae][0xe5][0x9c][0xb0][0x87][0x90]H)@AAGj[0x80][0x12][0x4]{[0xb][0x89]5[0x91]d[0xef][0xd1][0xcf]>`[0x88]}<#[0x99][0xf6]$[0xfb][0xe9][0xf7]x[0xd3][0x91][0x1c]r[0xd0],I[0x9f][0x87]O[0xb5][[\r]![0x99][0x83][0xb][\r][0xf9][0xd4][0xb6]![0xb4][[0x1e][0xf8][0x91][0x7]N[0xb8][0x89]K[0xa1]/[0x8][0x5][0xf7]O[0x93]tI>[0x9f]!Ix$C[0xe]a[0xa0][0xeb]![0xa3][0x11][0xf5]`[0xd4][0xe3][p[0x1a][0xe3]N'[0xd4]~:nq[0xe1][0xd3]~[0x86]1[0x86][0xdb]`[0xa9]([0xc6][0x91]i3[0xe4][0xe0][0xc5][0x9a][0xce][0xf]yL[0xd0][0x10]8[0x8b]\[0x1b]p`[0xdf][0x17]8[0x8f][0x9][0xf][0xbc][0xe8]M2[0x92][0xcb][0x1f][0x83][0xfd][0xab][0x82][0x88][0x8b]v[0xbc]Io#[0xa6][0x9c][0xf8][0x2][0x92]t[0xe]R[0xf][0x13][0x98]Cw(@+=[0x87][0xcb][0xf4]2[0xe2][0xc4][0xe3]/PK[0x7][0x8][0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl.class[0xb5]Z[0x9]X[0x1c][0xc7][0x95][0xfe][0xdf][0x0]j[0x18]Z[0x80][0x10][0x92]@[0xb7][0x4]F[0x9c][0xe2][0x90]u[0xd8][0x12][0x92][0x10][0x8c][0xe4][0x91][0x86][0x1]3 [0x19][0xc9][0x12][0x1a][0xa0][0x5]#[\r]3xf[0x90][0x90][0x9d][0xd8][0x8e]s[0xd9][0x8e][0x1d][0xc7]V[0x1c]GZ[0xaf]wsH>V[0xce][0xca][0x8a]%[0xb0][0xc9]F[0x9b][0xd3][0xeb]c[0x93][0xec][0x95][0xcd]&{[0xdf][0xd9][0xfb][0xde][0x8d][0xe3][0xb5][0xf3]^w[0xcf]I[0xf][0xc][0x9f][0x13][0xbe]o[0xaa][0xab][0xab][0xeb][0xbd][0xff][0xaf][0xf7]^U[0xbd][0xaa][0x8f]7[0xde]}[0xf5][0xab][0x0]n[0xa6][0xf3]y[0xf0][0xe3][0xaf][0xed]\[0xfc][0x8d][0xd4][0xfe]V[0x8a][0xbf][0x93][0xe2][0xef][0xed][0x18][0xc5][0x8f][0x15][0xfc][0x83][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]Q[0xc1]?[0xd9][0x91][0x87][0x96]/[0xff][0xa2][0xe0]_[0xed]P[0xf1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe][0xdd][0x8e][0x2][0xfc][0x87][0x82][0xff][0x94][0xe7][0xd9]Q[0x84][0xff][0xce][0xc3][0xbd][0xf8][0x1f])[0xfe]W[0x8a][0xff][0x93][0x8e]?Q[0xf0][0xb6][0x1d]?[0xc5];v,[0xc3][0xff]K[0xed]]i~[0x8f]k[0x4][0xae][0x11]Ia[0x93]"K[0xda][0xb2][0xa5][0x96]#[0xb5][0x5]RSX[0x11][0xe5][0xca]k[0x9e]Bv;*)[0x9f][0xf9][0x92]*[0xcd][0xb][0xa5][0xb9]@[0xa1]B;j[0x8d][0xe6][0xa2]<[0x4]i[0x91][0x9d][0xbf][0x15]+[0xb4]XZJ[0xec]h[0x14]X[0xbf]@[0xf8][0x19][0x8c][0x96][0xd0]R[0xa9]eI[0x91]#[0xaf][0xcb][0xa4][0xa6]H[0xad]4[0x8f][0xca]h[0xb9][0x14]+[0xa4]X)[0xfa]W)[0xb4]Z[0xa1]59[0xf7][0xbd]g[0xfc])[0xb4][0xd6][0x8e]][0xb4][0xce]N[0xeb][0xa9]\[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";[0xf6][0xf2][0xb]w[0xbc]I[0xa1]J;[0x9c][0xf2]r[0x9a]6[0xb0][0xc1][0xa8]JHVKQ#[0x10][0xb5]R[0xd4][0xe5]S=m[0x94]Z[0x83][0xd4][0x1a][0xf3][0xf0][0x1a]5[0xe5]Rs>m[0xa2][0x9b][0xa5][0xd8][0x9c]K[d[0xe0][[0xa5][0xd8]&jn[0x91][0xf1][0xdc]*[0xaf][0xdb][0x15][0xda]!P-"[0xcf][0xdf][0x8e][0xd1]Ni[0xde]%[0x88][0xbb][0x15]j[0xb5]c[0x8]?[0x96][0x96]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5])[0xd4].}[0x1d]v[0x8c][0xd0]^[0xa9][0xed]S[0xe8]6[0x85][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed]W[0xe8][0x0]Au[0x6][0x2]Z[0xa8][0xcd][0xef][\r][0x87][0xb5][0xb0]B.ni[\r][0x85][0xbc]g[0xdb][0x82][0x81][0x88]6[0x11]Q[0xa8][0x83][0xb0][0xb0]s[0xe0][0xa4]6[0x18]1[0x9b][0x8][0xf9][0xee]`@[0x8b]up[0x13][0x94][0xd8][0xa7][0x1c]O[0xc4];x[0x8a]]:0~[0xe2][0x84][0x16][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xfd][0x84]rW04[0xdc]0,[0x18]'|[0xe1][0x91][0x86][0x93][0xe1]`[0xa0][0xc1];[0xe6]k[0xd8][0x13][0xeb][0xb4][0x9d]P08[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0x81]8L[0xad][0x95][0xd8]~.[0xba][0xbc][0xa1][0xb0][0x16]r[0x8e][0x8e][0xf9]+[0xcc][0xce],[0xae][0x9a][0xe2][0x8e][0xd3]\([0xd4][0xc9]\[0xf4]*[0xa1][0xd2]u[0xd2]{[0xca][0x1b][0x8a]x[\r][\r][0xe1]HH[0xf3][0x8e]&([0xaa][0xd0][0xfb][0xb1][0x8a][0x9c][0xb0]A[0xbe]:[0x3]`}[0x9c],[0x93][0x17][0x9][0x9e][0xd2][0x2][0xbe][0xbb][0xb5][0x10]a}:[0xb9][0x9e]h[0x1f][0x16]X[0xb0][0xc3][0x17][0xf0]Ev[0x12][0xb6]T1[0xaf][0xd3][0xde][0x6]_[0xb0][0xa1][[0xf3][0xe][0xf1][0xc7][0xc][0xcc]T}[0x90][0x90][0xdd][0x16][0x1c][0xd2][0x8][0x85]._@s[0x8f][0x8f][0xe]h[0xa1][0x1e][0xef][0x80][0x9f][[0x8a]][0xc1]A[0xaf][0xff][0xa0]7[0xe4][0x93]w[0xb3]1;2[0xe2][0xb][0xa7][0xf1]A[0xf2][0x98][0x84]\HgB(J[0xe5]F[0xd8][0x1e][0xe7][0xeb][0xc][0x8c][0x8d]G<[0xba][0x1d]3%m[0xf3][0x5][0x8]K,5[0x10][0xb2][0xc6][0xe5]k[0xa3][0x95][0xaa][0xde][0x80]o[0x90][0x87][0xdb][0xae]E8[0x2]}[0x81][0xe1]d[0xc1][0xde]4[0x9c][0xf4][0xc6][0x0][0xb7][0xe][0x8e][0xc8][0xf0]"[\r]m[0xc6]3S[0xb6][0xb9]Z[0x80]Q[0x19][0x8e][0xb0]<[0xbd]2[0xf6][0xfe][0xb0]&[0x98]z[0xc7][0x92][0xaa]j[0xa3][0xab][0xdf][0x1b][0x18]n0Z[0xb9][0xcb]B=R:[0xbc]c[0xa6]?[0x8a]|a'[0xc7][0xec]p[0xc8][0xeb]7[0x9c][0xc7][0xc3][0xaf][0xaa]>[0xcc][0xb6]g]N[0x89]W~u[0xb2]{}[0xe1]v[0xed][0x84][0xc4][0x8a][0xe6]?[0xab][0xb7][0x17]%[0xb6][0xb8][0x82][0x82][0xa9][0xb0][0x8c]Qc[0xa1][0xfd][0xc][0xc6][0xef]{|[0xc3][0xed][0xda][0xa0]o[0xd4][0xcb]3[0xaf]4[0xca]i[0xd4][0x1b][0x19]i[0x88]a^[0xb9][0xdc]U[0x9f][0xe9]t~[0xc6]|[0x9c][0x1f][0x1e][0xf3][0xf3][0x90]C[0xde]H[0x90]m[0xb5],[0xa1][0xa7]'[0xfe][0x81][0xfb]-M[0x8e][0xfe][0xb3]c[0xd1][0x19][0xd0]d-[0xb2]#[0x1d][0xc3][0x9d]2j[0x8f]o8[0xe0][0x8d][0x8c][0x87]X~szz[0xb3][0xea]([0x8c]Y[0xce][0xe8][0xac][0xd0][0xed][0xb2]([0x5]"![0xb6][0xf9][0xe1][0xf4][0xa4][0xa2][0xcd][0x1c]3[0x15]z[0xef][0x1d]3[0xe3]*=[0xae] [0x1f][0x9b][0x9d][0xf1][0xfb][0x7]([0x88][0xba]:[0xea][0xc2][0xbc][0xf0])[0xdf][0x98][0x19]N[0x1c][0x8a]<[0x85][0xec][0xd2][0x12][\r][0x9c][[0xaa][0xd2][0x4][0xd8][0x9e]q[0x9f]_[0x96][0x97]Y[0x2][0x90][0xd8][0x5][0xca][0x80][0xd1][0x8f][0xb0]f[0xe]E[0xe6]:e[0x19][0xa3][0xb3][0x80][0xc5][0x82]8[0xeb][0x94]vVVR[0x8b][0x99][0xbc]v.[0xbd][0x1c][0xab][0xfa]|[0x1c][0xf4]F|A^[0xd0]*RgA[0xc2][0xd6][0x13][0xed][0xc5]B[0x8b]E[0xc8][0x1b][0x8e][0xc8][0xb2][0x12][0x17]VF[0xbc]a[0xb7][0xb1][0xa7][0xea][[0x8c]B[0xdd]l[0xe6][0xd8]nB[0xa8][0x9b]s[0xb7][0xa9][0x88][0xbd]1Jv@WV5[0xb][0xa7][0xd4][0xed]p[0xd0][0x1f][0xc]kI[0xab]v[0xa7]cbP[0x1b]3y[0x17][0x8d]q6M[0xac][0x8d]p[0xb2]j>[0xa4]f[0x1a]yvn[0x89]X[0x12][0x84][0xda][0xc4][0x18][_[0x1b][0xd2][0xb5][0xf1][0x1e][0x97][0xeb][0x8f]Yo}&[0x86][0xb7]{[0x7][0x7][0xb5]p[0xb8]bsc#a_Z[0xea][0x9];d[0xda][0xcc] q[0x87][0xb7]M4[0xc6]uo[0x11][0xdd]][0xef]K[0xb7]e[0xba][0x13][0xd5][0xbf]U[0xf4][0xbb]^[0xfa][0xa3]YM[0x9c]}3[0xe1][0x9e]L[0xb4][0xcf][0x83][0xfc][0xfc][0x6]j[0x9b]h[0xe2]ye[0xf2]ij[0x92][0xe1]>[0xfa]~[0x8][0xfd][0x2][0x2][0xd1]6[0xd1][0x9c]@[0xb1]Y([0x1e][0xc8][0xcc]#[0x19][0xce]D[0xbb]'8[0x1e][0x1a][0xd4][0xf6][0xfa]d;[[0x9c][0xac]e[0xa3]pW[0xf1]A[0xdc][0xaf][0xe2];[0xf8][0xae][0x8a][0xf][0xe1][0x1][0x15][0xf7][0xe0][0x3]*>[0x8c][0x8f][0xa8][0xf8]([0xa6][0x8][0xf5]s[[0xaf][0x92]&x'[0xe8]Xz[0xb3]%nSb<[0x81][0x1a]V[0xf1][0x5][0xbc][0xaa][0xd2][0x88]H[0xfb]D[0xba]*[0x8d]t[0xd2]Nc[0x88]_[0xc4]WU:I[0xa7]T[0xf2][0xe3]i[0xc2][0xba]4[0x92]FD[0x1b]"[0x9f][0xc1]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xaa][0x14][0xa0][0xa0][0x14]cR[0xdc][0xa5][0x10][0x9b]/L[0x11][0x95][0xc6][0xa5]8-[0xc5][0x19][0xe1]R>w[0x0][0xf0][0xdc],[0x88][0x9b][0xd6]HE[0x97]Xf62[0xdc][0x9][0x85][0xce][0xaa]t7[0xdd][0x93][0x91][0xee]f[0x95]> [0xbe][0xcb][0xa0][0xeb]&[0x95]>[0x88])[0x95][0xee][0xa5][0xfb]T[0xba]_[0x8c][0xf9]!q[0xfd][0xb7][0xc4]eo[0xe0]M[0x85][0x1e]P[0xe9][0xc3][0xf8][0xa2][0x4][0xc3]s*}[0x84]>[0xaa][0xd2][0xc7][0xf0]:/[0xfa]G[0xda]z[0xbb]]}[0x9d]][0xe]w[0xdd]Z[0xcf][0xed][0xbd][0xad][0xdd][0xe][0xb3][0xde][0xd3][0xed]t[0xef][0xab][[0xeb][0xee][0xed][0xd8][0xe3][0xe8][0xae][[0xdb][0xd3][0xdd][0xeb][0xa8][[0xbb][0xb7][0xd5][0xe5]qH[0xa3][0xcb][0x15][0xed][0xde][0xe6][0xea][0xf4]8[0x8e]*[0xf4]q[0x1][0xb8]$[0xba][0x1f][0xe4][0xa3][0xc0][0x91][0xa8][0xbc][0xae][0xde][0xe8][0xa3][0xe2][0xeb][0xf8][0x86][0x8a]orA[0xf][0xd1][0xc3]*}[0x82][0x1e]Q[0xe9]Q[0xfa]$;=[0xd3][0xc5]F[0xa5][0xc7][0xe8]Sb[0xc9][0xc7]UzBB[0xf1][0x1c][0xde][0xe4]I[0x17]7[0xb8];[0xe8][0x19][0x1f][0x1c]q[0xf8][0xb5]Q9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0xc4][0xf0][0x96][0xac][0x2][0x8b]-[0xf6]q[0xce][0xd5]gd5[0x9]p[0x9f][0xc6]S[0x2][0xf7][0xa4]J[0x9f][0xa1][0xa7][0xd2][0xc7]X[0xdc][0x15][0x9c][0x16][0xc4][0xe3]![0x9a][0xfe][0xad][0x9e]}[0x9d][0xcb][0xc8][0xc5]7[/[0x1a])[0xbd][0x12][0xef].[0x8][\r]s[0xb][0xa4]\mTg[0xbc]5qz[0x97][0xc9][0xea][0xad][0xd0]g[0xa3][0x86]O[0xce][0xb9][0x9]5[0x99][0xef]P[0x19]n([0x19]l[0xac]M[0xfa][0xf9][0xb6]*[0x3]mf[0xd7]R[0xeb]#[0xb6][0x9e][0xe2]s[0xe2]j[0x9e][0x85][0x9]+[0xa3]g[0xe][0xeb][0x93]r[0xf3]|O[0xea][0xfa]1[0xfc][0x80][0xa3][0xaf][0xdf][0xdd][0xda][0xe1] [0xa8][0x7][][0xbd][0x8e]~c^[0xc5]^[0x8d][0xe9][0xc9][0xcb]{[0x9a][0xd1]t[0xf0][0x8e][0xec][0x1d][0xd6]87,[0xe9]j[0xed][0xf6]8[0xba][0xfb][0xf7]9z[0xc][0x1d][0xfd][0x8e]n[0x16][0xbc][0xb5]*[0xb3]=[0xd8][0xf2]h[0xbf][0xa4][0xca]"q`[0xda]+L,[0xa7][0xc7][0xe9][0xee]q[0xec][0xeb]nu[0x19]<[\r]H{[0xfc][0x2][0x80][0xb0](N[0x8b][0xfb][0x1a][0x1d][0x8a][0xe3]m[0xae][0xce]([0xd1][0xd2]x[0xe3][0x1e][0xe7][0xbe]vG[0x9b][0xb3][0xa3][0xd5]e|[0xca][0xf7][0xf4][0xb4]v[0xf7][0xf4][0xb7]vw[0xb7][0xf6]q[0xac][0xc5];[0xea]-F[0x9f]JK[0x87][[0xdc]|[0xa8][0x86][0xb2][0xce]=[0xfb][0x1d]m=If3[0x9a][0xc]u[\r][0x15][0x9e]3[0xbe][0xc8][0xe0][0x88]D[0xb3]i[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1]Xa[0xd8][0xaf]"[0xd5]~[0x9c]#[0x1d]q[0xf2][0x99]&[0x18][0x1a][0xf2][0x5]d[0xdc][0xe9][0x16][0x12][0xe3]J[0xc4]XH[0xe4]2#[0xde]&[0x11][0xe6][0xb4]8[0xb9][0x19]_[0xb7][0xcb][0xe7][0xfd][0xb3]}n[0xaa][0xb2][0xbe][0x9][0x99]Mf[0xa9][0xf5]![0x98][0xf]S[0xb2][0x1f][0xb0]S[0xd2]_r[0xe4][0xe8]{[0x5][0xf7][0x94][0xcd]"[0xc9]+F[0xe4][0xea]f[0xcc]d[0x1a]n[0xdf][0xef][0x14][0xbf][0xac]Ns[0x9e][0xf7][0x8c][0x8f][0x8d][0x5]Cl[0xe0][0x5]a[0xf3]([0xbe][0xa9]*[0xcd][0x15][0xc9][0xe1][0xd9]nY[0xca]R[0x8][0xf2]$q[0xb4]v[0x18]4[0xb3][0xe5]([0x1f]?[0x14][0xe8][0x9][0xee][0xc1]LV[0x10][0xe3]81[0xbf]|?[0xcf][0xe1]n[0x8f][0xc6][0xb2]][0xea][0xd1]P\5[0xeb][0xc1][0x9f]-[0xae][0xdf][0x11][0xf0][0x9][0xde];4d}[0xe3]`[0xf8]&[0xdd]UC[0xfc][0x14][0x9f][0xe5][0xe8][0xdc][0x9b][0xba]i[0xcd][0xc8][0xc1][0x8].[0x8b][0xe9]?[0xf][0xd0][0xd4][0xbb][0x83][0xa8]y7[0x89]y[0xeb][0xe6]a[0xde][0xc3]l[0xb4][0xc1][0xe0]([0x9f][0xc6][0xb5][0x9e] [0x87]Z"-G`[0x9c][0xd7]j[0x9e]zyr[0xfc]7[0xf7][0x92][0x8d]Us[0x9f]c[0x93][0xee][0xe][0xa2][0xd1][0xeb][0xb8][0xa3][0x8b]][0xe1]h[0xef][0xd7][\r][0xb4]{^[0x87]}[0xcb][0x15]t[0xeb][0x9c]&[0xb4]:[0xb9][0xeb][0xeb][0x94]y=b[0xe]I[0xe5][0xb5]B^[0xcd][0xd5]&[0x1a][0xcd]=[0x9d][0x7][0x1c]n[0xe7]a[0xae][0xe9]9X[0xbf][0xb3][0x93][0xb7]]k[0xcc]hK[0xcf]H(xF.[0xe]u[0x98][0xe8][0xfa][0xe7]t[0xf3][0xac]p[0xb6][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x91][0xf9][0xde]s[0xcc]1"[0xeb][0x3][0xe8][0xcc][0xbb][0xe4][0xa4]<[0x2][0xeb][0xe0][0xc7]([0x8][0x1][0xe4][0xa0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0xce]_[0x0]lr[0xf4][0xd3][0x9f]|"[0xe4]g[0xb1][0x9c][0x7][0xf5]'[0x9f][0x6][0xf9][0xb9][0x96][0xfb][0xf3][0x9][0x8c][0xcb][0x8f][0xf3][0xdb][0x3],[0x99][0xc5][0xcf][0xc6][0x9a]I,[0xa8][0x99][0x86][0xd2]WC[0x93][0xc8][0xbd][0x86]l~[0xc9][0xeb][0xe3][0xba][0xfd][0x1a][0xb2]j[0xea][0xae]![0x9f][0x1b][0xd4][0xbe][0xda][0xba]I,[0xbc][0x86][0x9c][0x97]t[0x84][0x7][0xb9]\[0x8e][0x5]\[0xee]F6n[0xc5]"[0xb4]`[0x15]Z[0xb1][0x1e]{[0xd0][0x80]6<[0xa4][0xe3][0xe9][0xfa][0xf1]0>[0x1][0xe8][0xb5]G[0xf0]([0xa3]KM[0x18][0xdb]t>[0x9f]4[0xf9]|[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0x2][0xda][0xe7][0xe6]3[0x8d][0x82][0xbe][0xda]I[0x14][0xba]ub[0xd3]([0xea][0xab][0xaf][0xbf][0x8e]E[0x93]([0x9e][0xc1]q5k[0x5][0x1c][0x9][0x1c][0xf7]2[0xc7]}[0xa8][0xc5]m[0xcc][0xd2][0xa9][0xf3][0xac]1pc<[0xdb][0xf1][0x18]>[0xa5][0xf3]l7y[0xd6][0xa2][0xc][0x8f][0xe3][0x9][0x1e][0x8f]0>g2[0xfe][0xb4][0xc9]x[0xdb][0xec][0x8c][0xeb][0xa3][0x16][0x14][0xa2]b[0xc5][0xe2]zkK[0x1e]H`[0xe9]b[0x96][0x1d][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "w[0x2][0xc3]m1[0x86][0xdb]b[0xc][0xb7]1[0x8b]'Y[0x8b][0xd4][0x84][0xab]0[0xe4][0x93][0x9e][0xc9]p\[0x7]6[0xd7][0xbc][0xc][0xba][0x8a][0xc5][0x17][0xb1][0xcc][0xa8][0x95]\[0xc4]B[0xa3][0xb6][0xe4][0x12][0xb3]{[0x19]9[0xd7][0xb1][0xf4][0xca]4[0x96][0xf5]I[0xeb][0x14]J'Qv[0x83][0x5][0xb3]tz[0xc5]:|7[0x1b][0xb3][0x7][0x95]8[0x88][0x8d]8[0xa4][0xd3]R[\r][0xe5]&[0xad][0xcf][0xf2]/[0x1b][0xb6][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7][0x9e][0xc7][0x5][0x93][0xc2]q[0x93][0xc2]:[0x13][0xee]"[0x8a][0xe3]0[0xcb][0x5][0xc6]@_q9[0x5][0xee]N[0xd8]q[0x94][0xeb][0xc7][0xd8][0xf6][0xc7][0x13][0xe0][0xd6]%[0xc0][0xb1][0xea]2n[0xe4]3z&h+[0xe3]h[0xab]R[0xd1]4F;[0xc1][0xf5]aF[0xf3][0xcd][0x86][0x6][0xb9][0xc]0[0xd1][0x9a][0xf9])[0x9d]r[\r][0xa5][0xab]/[0xc7][0x1c][0xba]@o[0x1f]MP[0x94][0x1b]s[0xde]3[0xe9][0xe4][0xd7][0xa4][0xca][0xdf]e!Or[0xfb][0x90][0xc9]h[0xd7][0xc6]G[0xbb][0xee][0xc5][0x94][0xd1][0x9e][0xe6][0xd1][0x9e][0xe1][0xfa][0x4][0x8f][0xf6][0xee][0xd9]m[0xfb]9|>[0x13][0xb4][0xf5]q[0xb4][0xf2]+)h[0xf7]1[0xda][0xfd][0xfa]jT[0xc6]+[0xd1][0xac]h_[0xe0]e[0xc0]@[0x1b]aQ[0xe9]Tm[0xa0]U$[0xa1][0xdd][0xa4][0xa3]M[0xa3]R[0xde][0xf3]'[0xb1]a[0x12]U[0xa9][0xa8][0xf]2[0xea]C\[0x98]Q[0x1f]I@[0xad][0x9e][0x89]z[0x11][0x97][0xac]Q[0xab][0x93]PkL[0xd4]Z[0x13][0x95][0xa7]r}*[0xea][0xe3][0x8c][0xfa][0x4][0xd7][0xcf]1[0xea][0x93][0xb3][0xa3]>[0x8b][0xe7][0xc]TZa[0xa2][0xbe]x[0x15][0x1b][0x5][0xea]:[0x1a]6[0xbe][0xc0][0xef][0xe7]t[0x83]U[0xca],[0x93]e[0xc][0xe8]5^[0xfe][0x9]cQ[0xfa][0x98][0xd9][0xf7]\[0xaa]IR[0xc9]N[0xa3][0xb1][0xaf][0xe6]:[0x9a]&[0xd1]|[0x85][0x9f][0x9b][0xce][0xf3][0xdc][0xbf][0x8e][0x9b][0xa7][0xb0]Y^[0xb7][0x18][0xaf][[0xa7][0xb0]M^o[0x99][0xc2][0xad]W[0xae]b;[0xff]v[0xf0][0xaf]%ay[0xd8][0x99][0xb4]h2[0x94][0x10][0xcf][0xfe][0x1a][0x94][0xb]([0x10][0x86]S[0xb8][0xcd]`[0xe7][0x8c][0xb1][0xdb]o[0xcd][0xee]]f[0xf7][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8]oK[0xc8][0x86]rZ[0x92][0xc0].[0x1a][0xe6][0xe5]3[0xd8][0x95][0xa7][0xda]oI[0x82][0xfd]&[0xd9])[0xc6][0x4][0x1c][0xd6][0xb3][0x2][0xa0][0xc2][0xf4][0xf0]%[0xac][0x14][0x9e][0xd7]q[0xa0][0x86][0x9f]L[0xc7]%[0xdb][0xeb]Ut[0xf0][0xa0]^[0x8a]E[0xa0]N[0x8c][0x96][0xc3][0xce]Si[0x11][0xad][0xc4]JZ[0xc5][0xc4][0xd6]$DXE[0xf2][0xfc]+[0xe7][0xc6]W[0xd2][0x81]V[0xa7][0x3]u[[0x80][0x96]3h[0x5][0x83][0xde][0xc4][0xa0][0x95][0xc]Z5[0x1b][0xa8]M[0xae]|M[0xd0][0xb][0xdc]$[0xf9]Q3O[0xb5][0xce][0xf3][0x8c]}[0x1d]][0x1d]u<[0xb2]K[0xb0][0xd7][0xbe][0x82][0xdb][0x9]Wj[0xb9][0xad][0xfb][0x15]xl8[0xf4][0xec]{?b[0x2]=[0xc5][0xbd][0x93][0xb0][0xc5]g[0x9e][0x9e][0xdd]P-[0x14][0xaa][0x83]J[0xf5]XL[0x1b][0xb1][0x9c][0x1a]q[0x13]5[0xa1][0x8a][0x9a]cY[0x98][0xca][0x81]4[0xcd]k[0xb0]M[0xdf]t[0xa2][0x1b]Q3[0x87][0xff]o[0x98][0xe]Q[0xb9][0xd7];(Sp[0xef][0xdb]<[0x9b]mr[0xc1]l[0xf2][0x9c][0xe4]/[0xb2][0xb2][0xb5][0x18]<[0x1b][0xa2]<[0xdd][0x6]ON[0x94]e[0xb1]hrK[0xfb][0xa1][0xda]z[0x83][0xf2][0xa1],[0xa1][0xfc]=[0x9d][0xf2][0x1d]I[0x94]+[0x91][0xc7][0x94][0xb7]0[0xe5][0xad][0xf2][0xef]ML[0xf9][0x16][0xa6][0xbc][0x1d]kh[0x7]*[0xa8][0x5][0x8d][0xb4][0x13][0x9b]hW,[0xed]Q[0xd9][0x8a][0x6][0xf5]5[0x9c][0x1a][0xdd][0xc0]o[0xea]Fk[0x89][\r][0xa2][0x85][0x7][0xf1]5[0x8b]A[0x94]r[0xdb][0xd7][0xf1][\r][0xeb][0x9d][0xb6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]vZj[0xb7][0xdc]i[0xbf][0x99]N[0xfe]p[0xaa][0xfc]m[0x96][0xf2][0xdf][0x8a][0xed][0xf4]oIf[0xc4][0xcf][0x1]#[0x9e][0x8e][0x9c][0xe7][0xa4][0x91]c[0xed][0xdb]h23[0xb3][0xeb][0xb8][0xf3][0x19]=[0xfe]X[0xfb]QW-[0xdb][0xed]"[0x16]O[0xe3]X_[0xed][0x14][0xfa][0xd9][0xa6][0xc7]'[0xe1][0xbd][0x91]u[0xd9][0x14][0xbf][0x80][0xe5]F[0xd7][0x81][0xb]([0xaa]1bu[0x90][0x83]3[0xeb]rv<[0xb1][0xa9][0x91]}[0x83]:[0xb0][0x9a][0xdc][0xa8][0xa4]N[0xd4]S[0x17][0xb6][0xd0][0xed]h![0xf]vQ[0xf]<[0xd4][0x8b]ct[0x10][0xc7][0xe9][0x8e][0xd8][0xc][0xae][0xe4]@[0xf9]6^[0xd7][0xc7]1[0x90][0x10][0xbd]l[0xd9]w[0xd0][0xa2][0xe0][0xb5][0xb7]Ar[0x8c]x[0x3]o[0x9a]#;df[0x5]+%<.Hn>[0xd4]7[0x9][0xed]F[0x94][0xd5]a[0xa6][0x15][0xdf]$[0xb][0xc4]{t[0x94][0xbd][0xc][0x85][0x94][0x98][0xd6][0xad]L[0x9e]+[0x85][0xdc][0xf8]Vl[0x82][0xde]e[0x9a][0xaf][0xd4][0x18][0xf5][0x89]gQ[0xe4][0x9a][0xc6][0x8]/Z>>[0x7][0x9c][0xbc][0xf1][0x92][0xae]B[0xe1][0x1][0xf]'M[0xce][0x13][0xc][0xe4][0xe3][0x9]:[0x8c]|[0x1a][0xc1]2:[0x19][0x1b]h>[0xc3]N[0xe3][0xb7]u[0xb9][0xd2][0x4]h[0x5][0xb6][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86]U[0xee][0xf2][0x1d]|7[0x96][0x15][0xe4][0xe8]S[0xa0]D[0x1c][0xe1][0xd6][0xbd]R_7[0x85]S[0x9c][0xc7]{[0xe3][0x91][0xa0]'[0x0][0xf4][0x1c]r[0xe8]y[0x8e][0xec][0x17]8[0xb2][0x9f]OH[0xde]Kb[0x11][[0x12][0xb3]p[0x9][0xbe][0xc7][0xf1]lc[0xed][0x85][0xbc][0xb][0xfd].[0xb2][0x8a]r[0xf1]{[0xf8]}[0x13][0xb5][0xc1][0x8c][0xb9][0x1c][0x19]tJ[0xc0][0xf1][0xc9] n[0xba][0x1c][0xfc][0x81][0xa8]f[0xe1][0xef][0xf3][0xb6]1S8;3[0xe1][0x1f][0xe0][0x8f],[0x84][0xb3]2[0x13][0xfe]!~d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "og[0xf][0x88][0xaf][0x94][0x9a]Z[0xf6]}[0x1a]lc[0xb7]P[0xc]q[0xbd][0xf6][0xc7]|t%V[0xf4]'[0xf8]SS[0x91][0xc3]\ Y[0x11]'/6kE[0xc6][0x19]3Y[0xd1][0xeb]f4[0xfc][0x99][0x18][0x97]U[0xfe]9[0xfe][0xc2]b`[0x94][0xc1][0xc0][0xf8][0xfb]_[0xea][0xe5]_aL[0x9f][0x11]*[0x82][0x82][0xc2]J[0xef][0xe2][0x14]'[0xc4]>[0xf][0xf3]3[0xc2]O[0x85][0x9f][0xe3][0xfc]<[0xcd][0xcf]3[0xd9]6[0xc8][0xbf][0xca]N[0xf0][0xc1][0xce][0x9][0xe3]o[0xaf][0xf9][0xdc]e>[0xef][0xe5][0xa3][0xfb]}[0xbb][0xcb]p[0x95]g[0xe5][0x97][0x17][0xe4][0xe1]5[0xd6][0xfd][[0xbb]K[0x6]PK[0x7][0x8]"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonPatchBuilderImpl.class[0xa5][0x97][P[E[0x18][0xc7][0xff]K[0x2][0x81]$[0xbd][0x8]-[0x2][0x85]^[0xb4][0x97][0x4][0xda]F,[0xbd]A[0x8b][0xe5][0x12][0x84][0x96][0x2]-[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xad][0x87]p[0x80][0xd0][0xdc]W[0xc7][0xf7][0xaa][0xe3]Lu[0xb4]-e[0xf4][0xb9][0xd6][0xf1][0xbd][0xea][0xf8]^u|[0xaf]::[0xfe][0xf7]$[\r][0x81][0x9c][0x13]N[0xf1][0x81]o[0xf7]l[0xbe][0xfd][0xef]ow[0xbf][0xef][0x9b][0xe5][0xee][0xbf][0xb7][0xbf][0x5][0xd0][0x80]+Nl@[0xaf][0x3]}N[0x1c][0xc1]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd0]_[0x82][0xf5][0x18][0x90][0xbd]cN[0xf6][0x6]]8[0x8e][0xe7][0x1c][0x18]r[0xa2][0x4][0xc7][0x8a]1\[0x82][0x13]8[0xe9][0xa4]9%G[0x9e]/[0xc6]^[0x17]N[0xcb][0xb6]I[0xb6]/[0xb8][0xa0]`D[0xf6][0x2][0xd2][0x8c]JoU[0x9a]1i[0xc6][0x8b][0xd1]![0xdb][0x9]i[0x82][0xd2]u[0xd2][0x81]3r[0x99][0x90][0x13]5[0x8];[0x10]q [0xea]@L[0xc0]1[0x92][0xc][0x86]FUM`][0xf7][0xa4]rF[0xd1][0x12][0x8a]o2[0x1e][0x8d][0xf8][0xe][0xd2][0xb4]h[0x9a]2[0xdd][0x9a]rh[0x12]([0xda][0x17][0x8c][0x4][0x13][0xcd][0x2]k<&[0xbe]M[0xde]A[0x1]{[tT[0x15]X[0xd1][0x1d][0x8c][0xa8]=[0xc9][0xf0][0x88][0xaa][\r](#![0x8e][0x94]vG[0x3]JhP[0xd1][0x82][0xf2];=hOL[0x4][0xe3][0x2][0xde][0xee][0xa8]6[0xee][0x1b][0xf])[0xf1][0xf8]X0>1[0xa7][0xdb][0xa7]$[0x2][0x13]i[0x86][0xae]p,D[0x8e][0xc2][0x98][0x1c][0x13][0xa8]0[0xa3][0x10][0xb0]y$I[0xa1][0x12][0x8b][0x85][0xa6][0x5][0x1a][\r]x[0xfb][0x13]Z2[0x90]Hjj[0x93]7[0xdf][0x8f][0xdc]uB[0xd1][0xc6][0xd5][0x84]@u~[0xbf][0xf2][0xf9][0xbb][0x9b][0x8e]=[0xdc][0xa1]m`[0x80]?[0x97][0xf4][0x7][0xc7]#[0x8a][0xf4][0xe5]f[0xf7][\r]46[0xe6]Sk[0xf6]p[0x8e]W[0x9f]gSFG[0x5][0xe][0xc9][0x1d]L)[0xbe][0x90][0x12][0x19][0xf7][0xd1]/[0x18][0x19]o[0xca][0x15][0x18]TBI[0xc3][0xfd]d[0x1f]"5[0xed]<[0xc0][0x9]y[0x1f]9[0x9a]<[0xb3]))bx[0xb8])y[0x1][0xbf]1[0xcc][0x82][0x91][0xc5]1[0x1a][0xc]t[0xba][0x16][0x9f]&[0xba][0x8c][0xa7][0xe][[0x98]:[0xcc][0xfb][0xd4][0xd4]pt[0x8a];[0xdc]a[0xa0][0xb1][0xb8][0x84]CSc!% #7%c[0x1f][0xd3][0xa2]a6[0x81]hlZ[0x86][0xb3][0x1a]g[0xac][0xac][0xd4][0xd3][0xaa]%[0x9e][0x89]I[0x81]*[0x8f][0x81][0xf8][0xc3]x-[0xd4][0xfd]M[0x9c]t[0x2]:9[0xfb][0xa3]I-[0xa0]v[0x4]eTU[0x1a]%[0xc7]v[0xb9]!76a[0xbb][0xc0][0x16][0x93][0x84][0xca]Nj9[0xc7][0x81][0x17][0xdd][0xd0][0x10][0x97][0xd3][0x12]n<[0x89][0x8d][0xb2][0x97]t[0xe3][0x10][0xba][0x1d][0x98]r[0xc3][0x87][0xa7][0x4]<&j[0xbd]#[0x93]j [0x91]%'P[0x10][0x8d]9[0xf0][0x92][0x1b]gq[0xce][0x8d][0xf3][0xb8][0xe0][0xc6]n[0xbc][0xe2][0xc0]E[0xd9]^r[0xe0]U[0xd9][0xbe]&[0xcd]ei^w[0xe3][\r][0xe9][0xf8][0xa6]4oI[0xf3][0xb6]4[0xef]Hs[0x8][0x7][0x5][0xd6][0xe7]+[0xc]rE7[0xba]pP2o6[0xdf][0xf4][0xc2][0x83][0xe2][\r][0xcd][0xdd]}j[0xf][0x2]5y[0xef][0x9e]e[0xcf]D[0xfc]X"H[0xc1][0xd5],[0x12]][0x91][0x84][0xaa]E[0x94]PkrlL[0xd5][0xfa][0xa2]Q[0x8e]o[0xf2][0x18][0xd6]6%[0x16][0xf4][0xcd][0xb9][0xf1]v[0x9b]M[0x8b][0xaa][0x85][0xe9][0xb2][0xda]m[0xf6]Xt,7[0xde]'[0x8f][0xda][0xf8][0x87][0x8d][0xbd]1US[0x12][0xc1]h[0x84]e,[0xab][0xef][0xee][0x8a]DT[0xad]M[0xae][0xa7][0xb2][0x84][0xdb]Z[0xda][0xdb][0x5][0x9e]0[0x89][0xdf]9[0x11][0xee]uY[0xf4][0xe1]G[0x8f][0x12]f0[0xaf][0xd2][0xc3]>[0xa7][0x16]u,[0xb5][0xd0][0xcc][0x8b]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xad][0xcd][0xef]![0xd0][0xfd][0xff][0xea][0xeb][0xc2][0xf5]r#);[0xeb][0x4]Z[0xc][0xee]z[0xbe][0x86]Y[0xad][0x98][c[0xa7][0xc5][0xea][0xb9][0x90][0xcd]h[0x9e]Q[0xe9]\8[0xaf][0xe8][0xa8][0xff]p[0xef][0xa0][0x9f][0x15][0xf0][0xa8][0xbf][0xaf][0xbb][0xa5][0x8d]={j[0xc0][0xde][0xd6][0xdb]7[0xc4]f[0xc0][0xdf]?[0x80]z[0xbe]26[0x80]q[0xc0][0xbf]RYM[0xf8][0xfe]Y[0xc5]>[0xd3][0x93]v[0xb][0xbf][0xfa]P[0xc8]W[0xf]GkoB[0xd4][0xce][0xa2]`[0xa8][0xee][0x16]l7a[0xff][0x1a][0x85]_p[0xbc][0x0][0x1e][0xda][0xe5][0xb0][0xd1][0xee][0x85][0x1d][0x8d](C[0x13][0xbc][0xfc]*O[0xcd]C-[0xea][0x0][0xbd][0xb7][0x15][0xdb][0xa8]*[0xd5][0xb7][0xa7][0xd5][0xfd][0x9c]![0xd8][0x96]e[0xd4]u[0xf1]"[0x3][0xf1][0x3]tm!d[0xab].[0xee]NMK[0x8b][0xb]Y[0xf6][0xe8]-%[0x8f][0xb0][0x95][0xb][0xbb]jo[0xc0]Q7[0x83][0xe2][0x2]\[0xe7][0xa7]M[0x97]*[0xd2][0xa7][0xf5]f[0xf1][0xb9]2|.[0x9e][0xc6][0xd3][0xfc]}GF^[0x8e]4[0xb0][0xb7]SG[0xd9][0xc5][0xde]n[0xec]I[0x93]_&[0x8e][0xc4][0xaa][0xaf][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0xb3](I[0x81];K]_[0xc2]}[0x3][0xcb]n`y[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xbe][0xd2][0x86][0xd2][0xc7][0xb6][0xce][0xa0][0xd4][0x86][0x19][0x94][0x15][0xe0]x[0xed][0xf5][0xcc][0xbe][0xaa][0x88][0x3][0xc]s[0x17]'P[0x8d][0x93]<[0xfc]S[0x4][0x1b][0xe6]^N[0xeb][0x80][0xeb]S[0xb]d[0x0][0xeb]y[0xc0][0x8d]:X=[0x8f]x[0x1f]U$[0xd0][0xfe][0xa5][0x1][0xad]4[0x5][0x9a]$[0xd0][0x19][0x2][0x85][0x8][0x14]&[0xc8]$[0x81][0xa2][0x16][0x80][0x1a][0xd3]@[0xcd]K[0x0][0xaa][0x9e][0xc1]*S[0xa0][0xb3][0x4]:G[0xa0][0xf3][0x4][0xba]@[0x90][0xb3][0x4][0xba]h[0x1][0xe8][0x99]4[0xd0][0x81][0xa5][0x1][0xad]6[0x5][0xba]B[0xa0]w[0x9][0xf4][0x1e][0x81][0xde]'[0xc8][0x15][0x2]}`[0x1][0xa8]E[0x7]jE[[0x1a](L [0x19][0x83][0xde]\[0xa0][0xf2][0xf9]@9 [0xe5]LK[0xe0]*A>$[0xc8]GL[0xe2][0xab][0x94][0xfc]8+[0xb0][0xbd][0x19][0x8]o[0x1a]B[0xa0][0xdd]J[0xf8]>[0xfe]H[0xe1]{[0x8d][0x8][0x9f][0x10][0xe1]S[0x9e][0xc5]g\[0xea][0x1a][0xcf][0xe2]s[0xcb][0xe1][0xdb]n%|[0x8d][0x80][0xcc][0xc3][0xf7][0x16][0x81]f[0x8]t[0x9b]@[0xb3][0x4][0xb9]E[0xa0]o,[0x87]o[0xbb][0x95][0xf0][0xcd][0x1][0xca][0x1b][0xbe]w[0x8][0xf4][0x1d][0x81][0xee][0x12][0xe8]{[0x82][0xdc]![0xd0][0xf][0x96][0xc3][0xb7][0xdd]J[0xf8][0x1a][0x1][0x99][0x87][0xef]=[0x2][0xfd]H[0xa0][0x9f][0x8][0xf4]3A[0xee][0x11][0xe8][0x17][0xcb][0xe1][0xeb][0xb7]re[0x15][0xb][0x80]*[0xf3]^[0xd9]}[0x2][0xfd]J[0xa0][0xdf][0x8][0xf4];A[0xee][0x13][0xe8][0x8f]E[0x81]:[0xd2]W[0xf6][0xac][0x15][0xa0][0xaa]G[0x2]z@[0xa0]?[0x9][0xf4][0x17][0x81][0xfe]&[0xc8][0x3][0x2][0xfd]c[0x19][0xa8][0xd3]J[0x96][0xad]y[0x94],[0x13][0xc5]([0x13]%[0xa8][0x16]Nl[0x14].x[0xf9][0xed][0x13][0xcb],gY[0xa7][0x95][0x13]2[0x2]2=!QA[0xa0]J[0x2]U[0x11]h[\r][0x81]*[0x8]Tc9[0xcb]:[0xad]dY[0xe]P[0xbe],[0x13][0x1e][0x2]y[0x9]TK[0xa0]:[0x2]y[0x8][0xb4][0xcd]r[0x96]uZ[0xc9]2# [0xd3],[0x13]{[0x8][0xb4][0x97]@[0x8d][0x4][0xe2][0x83][0x88][0xdf]>[0xb1][0xdf]r[0x96][0xf1][0x9f][0xa4]4P[0x83]^[0xb9][0x1][0xa7][0x4]ba[0x13][0x98][I[0xce][0x8][0xd6][0x8b][0xc8][0x99]y[0x11][0xf1][0x1f][0xc2][0xb4][0xc2].[0xae]'s[0xcf][0xa2]f[0x88][0xaf][0xa2][0xb5]7[0xb1]n[0xa1]FO[0x96][0x86];[0xad]Q[0x80][0xc3][0xba][0xed][0xc1][0xb4][0xae],[0xf8]N9[0x8e][0x97][0xf]T[0xfe][0x7]PK[0x7][0x8][0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$1.class[0x8d][0x93]mO[0xd3]P[0x14][0xc7][0xff]w[0x1b][0xeb]6[0x8a][0x94][0x89][0x8][0xf8]4[0xa1][0xc0]&[0xba][0x8a][0x2][0xbe][0xd0][0x18][0x97][0xad]$[0xd3]=[0x85].#[0x86]7[0xde]uu[0xeb]([0xed][0xd2]v[0xf8]i|[0xed]k51[0xc6][0x18]>[0x80]_[0xc1][0xef]b[0xa5][0xa6][0x14]J%[0xfa][0xa4][0xcb][0x84]J[0x9e][0xdf][0xb1]][0xee][0x8c]:I[0xad][0x95][0xf6][0xf5]F[0xa5]P[0xd4][0xa9][0xea][0xbe]^[0xad][0xb7]t[0xd1][0xdc]z[0xe3]5[0x99]15u[0xa3][0xc9][0xb0]p[0xfe][0xda]J[0x86].[0xa0]L[0x17][0x92])[0x8b][0xa2]1[0xc2]C[0x2][0xb3]P[0xc8][0xce][0x11][0xfd]D[0x94]<[0xc0][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xfa]=[0xf5][0x19][0x91]O[0xe2][0x89]~A,V[0xff][0x80][0xd8][0xab][0x11][0xc6][0x9][0xa7]&([0x11][0xc6]'[0x98] [0x94]&[0x98]$LL0E[0xa8][0xfc][0x89][0xfe][0x88]8[0x92][0x98][0xc7]uLa[0x11][0xab]X'[0xbb]A[0xed][0xdf]![0xbb][0x8b][0x2]Jdu4`[0x90]m[0xe2][\r]L[0xb2]Q[0xa4]i{[0xf1][0xd1]&[0xdf][0xe3]*i[0x84][0xc6]<[0x8d][0xc][0xe4][0x3][0x89]"[0xaa][0xe7]HM[0x8][0xe5]^[0x1b][0xc5]/PE F5[0x81]5[0x1a]i[0x9a][0x9b]&[0xb]%A^[0x16][0xf7]^,[0xfd][0x6]PK[0x7][0x8][0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.class[0xad]X{pTg[0x15][0xff][0x9d][0xdd][0xbb]{7[0x9b][0xb]y[0xd0][0xb][0x4][0x8][0x8f][0x10] [0xd9]<[0x9]%[0x14][0xc2];[0xbc][0x12][0x12]B[0xc3][0xbb][0x89]mnvo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]%[0x9b][0xdd][0xb0]{[0x17][0x81]V[0xf0][0x81][0xd6][0xb6][0xd6]GE-P[0xb1]bm|Wj[0x9b][0x10][0x90]J[0xb5][0x8e]3[0xa2]3[0x8e][0xce][0xf8]Gq[0x1c];[0xbe]:Ng[0xaa][0xe3][0xf8][0xea][0xd3][0xf3]}w[0x1f][0x9][0xd9],P[0x5][0xee][0xfd][0xce][0xf7][0x9d][0xf3][0x9d][0xc7][0xef][0x9c][0xef]|w[0xf9][0xe9];[0x97]^[0x0]p'^[0xf2]b[0x9]:Ttz[0xe1]@G[0xe][0x16][0xe3]}[0x1e][0xdc][0xeb][0xe5][0xf1][0xbe]\t[0xc1][0xc8]E7[0xfc]B&[0x90][0x8b][0x99]0s[0xb0][0x6]=*z[0x85]@[0x9f][0x98][0x4]U[0x1c][0x14][0x93]~![0x1d]*d[0x9d][0xd1]\h[0x88][0x15][0x82][0x4][0x95][0x87][0xb8][0x8a][0x1d]b<[0xac][0xe2][0xfd]^[0x1c][0xc1]Q!}L[0xc5][0xfd]^[0xcc]F[0x87]x= ^[0x1f][0x10][0xaf][0xe3][0xe2]uBh[0xfa][0xa0]x}Hh[0xfa][0xb0][0x17][0x1f][0xc1]IA}T[0xc5][0x83]*>NP[0xbb][0xe3][0xc1]P[0xc0][0x8c][0x12][0xe6][0xb5][0x1c]4[0xfa][0x8d][0xa8]e[0xd4][0x1c][0x8c]E[0xc2]5[0xcd][0xfc][0xda]iX[0xfe][0xbe][0x8d][0xb6]@[0x3][0xc1][0xbd]:[0x18][0xe]Zk[0x9][0xce][0xb2][0xf2][0xbd][0x4][0xa5]1[0x12]0[0x9]y-[0xc1][0xb0][0xb9]#>[0xd0]mFw[0x1b][0xdd]!^)l[0x89][0xf8][0x8d][0xd0]^#[0x1a][0x14][0xf3][0xc4][0xa2]b[0xf5][0x5]c[0x84])[0x9b][0x82]==[[0xcd][0xb0][0x19]5[0xac][0x8][[0xd5][0x9a][0xc2]L7[0x86][0x8c]X[0xcc]dvmK$[0xda][[0xd3]+[0xa6]=[0xc1]X[0xdf][\r][0xae]4[\r][0xc][0x86]J[0xc7])`[0xaf][0x94][0x0]/[0x10][0xda][0xcb]&[0xfa][0xbf][0xcb][0x8a][0xc6][0xfd]VT[0x10][0x96]d;[0xa4][0x89]~![0xf6]h(C9[0x81][0xfb][0xcd]2[0xdc][0xa5][0xe2][0x11][\r][0x9f][0xc0][0xa3]*>[0xa9][0xe1]S[0xf8][0xb4][0x86][0xcf][0xe0]1[\r][0x9f][0xc5])[\r][0x9f][0xc3]:[0xc2][0x8c]I"[0xd7][0xb0][0x11][0x8d][0x1a]>/d[0xa6]g[0x86]W[0xc3]fl[0xd1][0xf0][0x5][0xce][0xe4][0xa9]8[0x9b][0x8f]'4|[0x11][0xe7]4|[0x9]O[0xf2][0xc2][0x97]5[0x9c][0xc7]W4<[0x85][0xaf]f[0xd2]-[0xc1]S[0xf1][0xb4][0x86]!|M[0xc3]N[0xdc]-[0xbd][0x1c][0xf]z"^[\r]_[0xc7]7[0xc4][0xeb][0x9b][0xe2][0xf5]-[\r][0xdf][0xc6]w4<[0x83][0xc7]5|[0x17][0x17]4<[0x8b][0xc7]T|O[0xc3]sx^[0xd8][0x1b]V1B[0xa8][0xbe][0xbd]n[0xc7][0xc1][0xa5][0xad]'[0x8f][0xe6][0xfc][0x9b][0x9d][0xef]q[0xbb]l[0x9f][0x9][0xc5]Y[0x9b]=[0xd7][0x89][0xbc][0x17][0x8][0xb3][0xca]2[0xb4]G)[0xda][0x90][0x9]1[0xc9]![0xe4]Z[0x91]Tn&[0xd1][0x91]j[0xb1][0xe6][0xa1][0xb8][0x11][0xe2][0xd6][0xaf][0x8f]=e[0xc9][0x86]q[0xf][0xdf][0x10][0xdc]X[0xc7][0xc4]R[0x9a]I[0xd9][0xc4][0x8e][0xe6]n[0xdb][0xd8][0xbc][0xb9]q7[0x7][0xb2][0xa1][0xbd]}[0xc3][0x1][0xbe][0xe8][0xa2][0xe6]`[0xc8][0x10][0xbd]|[0xfb]m[0xf4][0xe8][0xc9][0x82]O^[0x8a]^\[0xc4]([0x1f][0x88][0xc][0xbe]g[0x88]f[0xaf][0xb8][0xaf]/[0x11][0xaa]n[0xc7][0x3]>[0xba]n[0xc3][0xef]7[0x7]9[0xd7][0xf][0x94][0xdd][0xee][0xfd]x[0x1b][0xed][0xa4][0xdc]^[0x8a][[0xc1]PMO<[0xec][0xb7][0x82][0xbc]cc[0xb0]1[0x12][0x8e][0xc5][0x7][0xe4][0x7][0x80][0xda][0x13][0x89]n6D[0x82]K[0xca]n"l[0xc7]z[0x99]{h,x[0xcc][0x94][0x9f][0xc][0xdc][0x84][0x9d][0xf2][0x92][0xd4][0xcb][0x9a][0xca]'[0xa2]C[0x98][0x9a]^k[0x95][0xd7][0x9f]s[0xc0]8[0xc2][0x19],[0xe3][0xce][0xd9]$P[0x18][0x1c]4[0xc3][0x81][0xcc][0xf0][0x95]OXJ[0xb7][0xcc])k[0xcc][0xce]n[0xca][0xc6][0xf6]X[0x91][0xe4][0xa1][0xb9][0xa3]l[0xa2] K8[0x8d][0x0]{[0xe5][0x8e][0x9a][0x3][0x91][0xc3][0x1c][0xea][0xb2]I[0xdc][0xcb][0xfe]q[0x95][0xeb][0x8f][0x84]-#[0x18][0x8e]m[0x17]m[0xba]`[0x82]8_[0xd0]f[0xd8][0xcf]_\;#[0xc1][0xb0]%[0x8e][0xe8][0xe2][[0x82][0xa1][0xe1][0x6][0xc1]d-fJ[0xc0][0xfc][0x9b][0x15][0x97][0x8a][0xef]k[0xb8][0x82][0xab][0x1a][0xf6]c[0x8f][0x86][0xdd][0xd8][0xc3][0xa5][0x90]V[0x14][0xc][0x1f][0x8e][0xf4][0x9b]5-[0xf2]j[0xe1][0xee]k[0xf4][0x18]~.B[0x8e]'w =S[0xf1]CF[0xab]%[0x12][0xe9][0x8f][0xf][0x12]~6[0xd6][0xb9][0x84][0x2][0xbb]qo3[0xc2][0x81][0x90][0x19]+[0xb5]%[0xb3][0xdf][0xe3]6[0xca][0x16][0xf0][0x9e][0x98][0xb6][0xc9][0xec]{[0xcb]'r[0x1b][0x8d]PhW[0xd0]2[0x1b]T[0xfc][0x88][0xb0][0xe8][0x96][0xe2]![0xcc][0xcd].[0x87][0xf9]|[0x80][0x96][0xf0][0x8f][0x0][0xe2]_[0x13]|[0x8f]2[0xe5][0xe1][0x87]/`^[0xa9]d[0xaa][0x86]G[0xbe]\[0xe1][0xf2][0x8d][0x80].0[0xe1]@[0x15][0xbf][0xdd]r[0xf1][0xd7][0xa8][0x86][0xb8]x[0xa5][0x0][0x8b][0xd6]A[0xfc]Y[0xc6][0xbf]R[0xec][0xcd]}P[0xe0][0xe4][0xb1][0xc4]w[0x19][0x8e][0x3]#p>[0xf][0xc5]W[0xe8][0xaa][0xa8][0x1c][0x81][0xdb][0xf7][0x1c][0x94]Q[0xa8][0x84]Qx[0x88]o[0xaf][0xa4][0xe6][0xa9]r[0xc7][0xcb][0xc8][0xc5]uL[0xc3]o[0xa4][0x85][0xf9][0xb6][0x96][0x94][0x85][0x12],G[0xbd][0xb4]Z[0x82][0x15]L9[0xf8]/_[0xfe][0x9][0xab]o[0xb0]U7[0x8f]=[0x95]U[0xc3][0xc8]9[\r][0xe5]B[0xe5]([0xbc][0x84]UJ[0x95]=[0xba][0x8a][0x94]g[0x91][0xfb]4f[0x17][0xb9][0xe4]8[0xcd]WQy[0x15]Z[0x15]?#[0x98]2[0x84][0x1a][0xc1][0x9f][0x9a][0xe0]OM[0xf2][0xf3][0x98][0x9f]7[0x82][0xfc]![0xe4][0x9][0xdf]+XY[0x81][0x13][0xfb][0x4]&N[0xe9][0xb9][0xf]^~[0xff][0x8e][0x1]|[0x5]9[0xf8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0x7][0x14][0xe1][0x8f][0xc][0xea][0x9f][0xb0][0x12]F[0x13]^[0xc5][0x1][0xfc][0x5]&^[0x93]Q[0xad][0xb5][0xbd]LE[0xd5][0xc3]R[0xab]dT=[0x1c]_[0x3][0xc7]$[0xa8][0x15]L9Y[0xd7][0x1e][0xac][0xc6]:[0x8e][0xac][0x8][0xad]X[0xcf][0x94][0xb][0x1b]$ZJ[0xce][0xdb][0xa8]Q[0xb1][0x86][0xff][0xcd][0xcb][0xe5]=[0xfc][0x19][0x93][0xc0]a[0x80][0xa5][0x15][0x1e][0x8b]+}U[0x15][0x97][0xc0]?[0xf5]F1[0x8d]A[0xf6]U[0xf2][0xec][0x8e][0xc4][0xec][0xc2][\r][0xc0][0xbf][0xce][0xe3]?1[0x7]oJ[0x17]}[0xb6][0x82][0x94][0x8b][0xc5])[0x17][0x8b][0xd9][0xc5]M[0xd2][0xc5]bvq[0x13][0xef]u[0x88][0xcf]#[0xdb]4[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]![0x0][0xae]3[0xf2]:[0xa1]^ /F[0x97][0xae](][0xba]K[0xe9][0xfa]1[0xa6];V[0xb9][0x9d][0xf5][0xaa][0xae][0x8a][0xa5][0xf3]((r[0xeb]j[0x9d][0xd3][0xd9]vR[0xa5][0xa1]w_[0xb3]9[0xae][0x4][0xc7]Y[0xa7][0xab][0xe3]9[0xca]yX[0xce]z[0x8f][0xee][0xd1]][0xe7][0x11][0xa8][0xd4][0xd5]Q[0xcc]p[0xe0]*fV[0xe9][0x1e]I[0xca][0xcc][0xcf][0x13]J[0x95][0xae]:[0xdd][0xa3]tI[0xfd][0xba][0xa7]:[0xff][0x9d][0xe3][0xee][0xae][0xb6]![0x94][0xdf][0xc0][0x93]duBJ[0xe9][0xaa][0xbe][0x88]"[0x16]m;[0xe9]a[0xa3]g[0xa5][0xe9]G[0xb8][0xc][0xaa]X@[0xd1]]#[0x98][0x95][0xce]{[0xb3][0x80][0x96]<\[0xc6]9[0xc8]'/[0xe6]R.|[0xa4][0xa1][0x8e][0xc7][0xbb]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xd1]T[0xb4][0xf0][0xd8]Ny[0xe8][0xa4]|[0xf4]P[0x1]NP![0xce][0x92][0x8e][0x17]y[0xfe][0x13]^[0xff]9[0xcd][0xc2][0xcb]4[[0x82]>[0xc8][0xb5][0xbf][0x0]3[0xb0][0x15][0xdb][0x18][0xc6][0x86][0x14]u[0x1f][0x9f][0xa7]&[0xa6]<\[0xb]G[0x12]k[0xc]q*9[0xd7]S[0xc9][0xb9][0xce][0xc9]i[0x96][0xc9][0xb9][0xce][0xc9]if?=[0xf8][0x15][0xb6][0xf3][0xe][0x5][0xf9][0xb8][0x86][0x16][0xa6]\[0x98][0xcb]M[0xb6][0x15];[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E%-[0x87][0xf7]]6[0xeb]Q[0xb1]XE[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]p[0xcd]#R1[0x9d][0xc4][0x89][0x9a][0xfe][0x16][0x1c][0x94][0x18][0xde]B[0xe]5,z[0x3].[0xfe][0xc7]F[0xf8][0x83][0xd5][0xce][0xba][0xe3]$[0x9b][0xe1][0xac][0xd3][0x13][0xba][0xeb][0xc][0xb6][0xeb][0xee]stJB[0xc6][0x80][0xe9]n%[0xc0][0xa0][0x89][0x83]s[0x19][0xb3][0xb9][0x15][0xcc][0xa9][0x18]Fq~[0xcd]0[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]0[0xe6][\r]c~[0x95] [0x93][0x89][0x1c][0xc5][0x2]>]Ct[0xb7][0xee]>[0x83][0xb5][0xba][0xeb][0x1c]m[0xcd][0xb8][0xdb][0x95][0xdc]=[0x8a][0x12][0x7][0xf6]%[\r]*[0x1][0xdd][0xcd][0x6][0x87][0xa8]@[0xcc][0xea]tw[0xb5]r\y[0x12]3[0xc6][0xf2][0xa5]KCx=![0xa1][0x4][0xaa][0x95]c[0xf5][0xaa][0xcd][0x95];[0x8e]q[0x85][0xa9][0xba][0xe7])l[0xf9][0x9f][0xe3][0xc0]CB[0xd3]y[0xac]|/A[0xa0][0xc5]7[0xf9][0x96]JA[0xa6][0xcb][0x8c]i[0xd1]eo[0xc]7][0xb6][0xf7]ra[0x81][0x16][0xc2]E[0xa5][0xdc][0x15][0x17][0xa1][0x88][0x16][0xa3][0x95][0xca][0xb8]L[0xcb][0xb1][0x8f]|[0xb8][0x9f]*[0xf0](Uq[0x99]V[0xe3][0x19][0xaa][0xc5][0x15]Z[0x8a]kT[0x87]_[0xd2]2[0xbc]Bw[0x92]N[0xcb]i[0xe][0xd5][0xd3]zZA[0xed][0xb4][0x92]N[0xd0]*z[0x90][0xc7][0x87][0xa9][0x81][0xce][0xd2]ZY[0xca][0x9d]\[0xf]W[0xf0][[0xb4][0xcb]b[0xbd][0x86]_`[0x97],`[0xae][0x91]d[0xd9]2[0x95]([[0xa6][0x12]e[0xcb][0x94]][0xb6][0x82][0x12]%[0xaa]Hj[0xab],[A[0x89]c`[0x97]m>[0xdc]o[0xa2]u[0xdd][0x82][0xb7]a[0x12][0xad][0xfe][0xf][0xb6][0xe5];[0xc4][0x17]C[0xa2][0x5][0x9e]b[0x1d][0xbc][0x3]KE[0xb7]^[0xe8][0xc0][0x19][0x94][0x8f][0xc1][0xbf]2[0x9]f[0xd5]E[0x94]2[0xcd]`[0x16])v[0xbe][0xd2]0[0xd9]m[0xf1]_[0xdc][0xdb][0xff][0x8d]Z>[0x9][0xd5][0xf2][0xe1][0xa4][0xd2][0xd4][0xc9][*[0x9b]!IJ[0x4][0xe3][0x90][0xd4]^[0xa6][0x9c][0x92][0xda][0xc7][0xa7]X[0x91][0xee]:A[0xb5][0xec][0xe1][0xfe][0x94][0x87]/[0xb1]*[0xa1][0xac]3[0xe1][0xe1]i[0xd4][0xfa][0xb2][0xb9]'[0xc4][0x16]%[0xb3];[0x84]%[0xd9][0xc3][0xb1][0xcb])[0x1d]L[0xa1][0xec][0xe7][0xe5]`[0xfe][0xc6][0x8][0xff][0x1d][0x1d][0xf8][0xc7][0x98][0x80]:S[0x1]u[0xca][0x9e]N[0x92]J[0x6][0xd4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa8]sL@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]+[0x16][0xf2][0xea][0x1]y[0x8f][0xdc][0xc3][0xc1][0x2][0xb3]x[0xbe][0x18][0x1f]c[0xb8][0xaf][0xe4][0x5][0xb8]7&w[0xec][0xe8]ThIV39[0x1][0xd6][0xac][0xac]&F[0x4][0xd4]Fv[0xca][0xbb][0xe4][0x9c]*[0xb7][0xec][0xcc]g[0xd2]-[0x9b]i[0x8][0xe6]r[0xf2][0xfe]V[0x1][0xb6][0xbb][0x93][0xe9][0xa4]z[0x8f][0x80][0x9b][0x1b]+[0x11]5[0xf5][0x9][0xb0][0xb4]g[0x86][0x14][0x1]7D[0x92]i[0xa5]kltP[0xc9][0xc5][0xe5][0xc1][0x14][0xad]x"[0x99][0x84][0x9c][0xea][0x93]sI~7[0x16]-[0xea]H[0x92][0xe0][0xd4]G2[0xb9][0xe1][0x96]aF[0xb7]#[0x99][0x1f][0x99][0xe1][0xdb][0xc3][0xb0][0xc2][0xa3][0xd9][0x14][0x3]Pv[0x8f][0xc9])[0xa2][0xbe][0x91][0x1][0xec][0x91][Rrz[0xb8][0xa5]{p[0xa7][0x92]P[[0x9b][0xb6][0x9]0g[0x6]w[0xb2][0x9c]y[0x9b][0xa4]oL[0x95][0x13][0xbb][0xa2]r[0xd6][0x90]k[0x1f][0x91][0xf3]#:RscS[0x98][0x16][0xd4]LL[0xcd]%[0xd3][0xc3][0x2][0x16]56[0x95][0xb0][0xd0]W[0x89][0x85]U[0xce]fS[0xfb][0x5][0xac]+[0xa3]>[0x11][0x8d]%[0xd4][0xb1][0x9c][0xd2][0xda]t[0xa5]M[0x1][0x8e]L[0x96]M[0x9e][0xcc][0xa4][0xcb][0xda][0xba]ON[0x8d]1[0x99]M[0x95]s[0xc3][0x8a]*[0xe0][0x96]+[0xb3][0xb3][0xe5][0x94][0xfc]XJ[0x15]qD[0xc4]Q[0x1].5St[0x86][0x80][0x9b][0x1a][0xcb][0x80])x[0xd3]2D[0x1] [0xa0][0xf7][0x8a][0xca]\[0xa7][0xa2][0xc5]H[0xc9]g[0xc6]r[0x9]2m[0xec]:[0xb9][0x17]|ye[0xa5]-;r[0x99]QRo>UO&[0x99]V[0x95][0x9c][0xa6][0x9e][0x92]Wg[0xc7]B[0xd1][0x91][0xe6]|.![0xc0][Q[0xbc][0x0]1[0xab]3[0x12]`[0xca]d[0xcb][0x92][0x1a][0xcc]D[0x1c][0x13][0xf1]s[0x11]/[0x9]p[0x92][0xbf]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]:[0xcb](np[0x9f][0x8f][0xa8][0x8c][0xba]3[0x8a][0xd8]F[0x15][0xce]![0x8a]`[0x3]S!J[0xed]$O[0xb][0x17][0x1]wT[0x96]V[0x86]w![0xc6][0xac]{[0xf4][0xd3][0xee][0xd1]d>O,[0xa3][0x86][0xa0][0x15][0x8d][0xf3]![0x96][0x1]M[0xa9][0xee][0x8c]i~[0xee]Hj[0xe9]=+]W[0xf2][0x1][0x9][0xad]8.[0xe1].[0xac][0x93][0xf0][0xb][0x8c][0xb][0xa8][0xbb]Z[0x96]KhC[0xbb][0x84]Nl[0x92][0x10][0xc6]f[0x11][0xbf][0x94][0xf0]+[0xfc]Z[0xc2][0x4]NH8[0x89][0x97][0x5][0xd4][0x94]WH[0xc2]+8-bR[0xc2][0x14][0xa6])8[0xe6]Q[0x85][0xf6]%[0x94],'[0x9e][0x88]3[0x12][0xce]b3[0xa3][0xfb][0x8d][0x80][0xc5][0x15]L'a[0xb][0xfa][0x5][0xac][0xbc][0x1a][0xe4][0x86]Y[0x95]TB[0x1f][0xee][0xa3][0xf0][0xa3]r:"a[0x7][0x86]%[0xfc][0x16][0xe7]$[0xbc][0xca][0xf2][0xce][0xe3]w[0x12]^c[0xb5]^[0x97][0xf0]{[0xbc])[0xe1][0x2]+[0xba][0x13][0xbb]$[0xfc][0x1]oIx[0x9b][0x87]w[0x10][0xe1][0xb5]w[0x99][0xf4][0xa2][0x84]?[0xe2]=[0x9]b[0xba]?[0xe3]}[0x9][0x1f][0xe0]/[0x12][0xfe][0xca][0x1b][0x97][0xf8][0xf5]o<[0x1b][0x5]U[0x93][0xfa]J@[0xf5][0xb0][0xd1][0xad][0xfb]w[0xfc]C[0xc2]?[0xf1][0xbe][0x80][0xea][0xb9]E[0xb2][0x9c]e{[0xf4][0xa6]P[0x91]u[0xd1][0x6][0xab][0xca]Y[0xbc][0x98][0xb3][0x14][0x1c][0x9a][0xb4]15[0x99]j[0x9][0xab][0x85][0x9e]S[)[0xec][0xcb]9[0xa5][0x10][0xf6][0xd5]s#Q+[0xe0]}z>h[0xed]M[0xc0][0xc2]Y[0x5]\[l-[0xa7][0x9e]Q'[0xed][0xc9]"[0xa4][0x9a][0xc2][0xc9]YP[0xb9]"P[0xbf][0xe8]R[0xf6][0xa9][0x9a]4j5[0x96][0xb4][0xf6]2[0xbb]U[0x14][0xeb][0x87]T[0xc8][0xcd][0xf8][0xfe],i[0xef]([0x99]7[0x94]+[0xca][0xda]~C[0x91][0x8a]8[0xd4]][0x8d][0x86]*Cw[0xdb][0xe6]P{[0x9c][0x9b][0xe7]50\Z[0xc1][0x87]Q%[0x9f][0x97][0x87][0xf9]J[0xb0][0xb0]'[0x18]o[0xdf]4[0x10][0xdd][0x1a][0x8b][0xf][0xb4][0x85][0x6][0x82][0xbd][0xbd][0xc1][0xfe]9[0xbd][0xb6]$[0xf7][0xdd][0xa4]b[0xa9]_[0x2][0xe5][0xe8]*[0xd6]M[0xf2][0xb0].[0xad][0xbb]'[0xd4][0x1b][0x8c][0x87][0xbb][0xbb][0x6][0xa2][0xe1]X,[0xdc][0xd5])[0xc0][0xdf][0x10][0xdb][0x9b][0xa4][0xc0][0xa2]f[0xdd]`[0x9c]o[0xe0][0xf3][\r][0xc5][0x90]k[0xe8][0x9e]i[0xa2][0xa6][0xed][0xd4][0xbc][0x1d][0x4][0xa6][0x0]d[0xbe][0xe5][0xe6][0x9d]q[0x94][0xcc][0x17]p3)[0xbe]w[0xc9][0xa3]d[0xd9]5[0xd7][0xa6][0xcb][0x1c][0xbe][0x1c]%[0x99][0xdc]P2-[0xa7](J[0xe4][0xa1][0xa1][0xeb][0xef][0xae]zi[0xbe]J[0xfb][0x13]sJ6%s{[0xa5][0xee]?[0x9a][0xd9]S[0x0]|=[0x9d][0xba][0xd0][0x3][0x96]W[0xd0]t^[0xcf]t[0xe6][0xe9]F[0xa2][0xe6][0xef]K[0xaa]#[0x15]b[0x82][0x92][0xc2][0x96]R[0xd2][0xc3]LPk[0x84]Rw_h[0xa0][0xa7][0x97]}L[0x8f]PG[0xf8]~[0x1]k[0xaf][0xad][0xbb][0x94][0xc3][0xe0]Nd[0xd2][0xaa][0x9c]L[0xe7][0x8d][0xb6][0xb7][0xf4][0xca]Z[0x13][0xa0][0x9a][0x12][0x1c][0xf1]`og(>[0xd0][0xb5]5[0x12]![0xaf][0xeb][0x1b][0xf1][0x10][0xc5]zG0[0x1c][0x9]m,Fd8[0x12][0x9]u[0x6]#3[0x91]I[0xce][0xd4][0xae]b[0xcb][0xcb][0xdd]:[0xcb]e[0xff]"Cj([0xda]F[0x8a][0x1b]q[0x8d][[0xe9][0x96][0xbe][0x1a][0x2][0xee][0xa4][0x9f][0x87]{"[0xfd][0x1b]q[0xd1][0xbc][0x15]w[0xd3][0xf8]Yz[0xeb][0x80][0x89]>[0x80][0xd3]7[0x9][0xc1][0xe7]?[0x5][0xd3][0x9]z3[0xe1][0x1e][0x1a][0xab]`[0xa6][0xb1][0x8d]x[0xb4][0xc3][0x81][0x8d]XOo5:56 [0x8]h3[0xe6]*[0xd0][0x87][0x9a][0xa8][0xc1]S5x.[0xf3][0xf9][0x8f][0xc2]j[0x19][0xf7][0xbf][0x9][0xc9][0x1a]f[0x8f][0xe5][0x8][0xac][0xe6]q[0xdf]+0[0xf9][0xcf][0xc3]B[0x8f][0xd3][0xb0][0x8e][0x13][0xa1]Y[0x13]W[0x3]+[0x8d]]4vCD[0xf][0x16][0xe1]^Z[0xeb]-[0x11][0xbb][0xac](v[0x19][0xc1][0x9][0x91][0xb8][0xe][0x9a][a[0x16]%F@[0x1d][0xdc]@p[0xbb][0x86][0x8][0xb0][0xfb]4![0xb6][0xf1][0xa2]N6m[0xfd]s[0x1a]SI[0xa7]1[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdc][0xfc][0xcb][0x9f][0x17]'[0xe6][0x9c]W[0xca][0x9e][0xdf][0x82][0x88]q[0xfe]5R[0x89][0x95][0xd9][0xe4][0x8f]2[0x87]i[0xd8][0x5]t[0x5][0xa6][0xe1][0x10]p[0x10][0xab]i[0xe2][0x14][0xa8]1[0xbb][0xd6]Y[0xbc][0x96]i[0x10][0xf6][0x93]p[0x1f]A[0xd5]YT[0xf5]O[0xe1][0x86]IT[0xbf][0xea]k[0xf6]Z[0xce]c[0xc1]$<[0xd1]c[0x97][0xdf]j[0x9e]([0x1a]i[0x9][0x99]F[0xb7][0xf0][0x1e][0xd4]a/[0x2][0xf4][0xbf]q-[0x1e]$[0xdb]?D[0xc6]xX[0xc3][0xe5]#[0x8f][0xd5][0xe1]6D[0xc9][0x98][0x16]FQ4[0xdb]&2m[0xf]a4[0x11][0xed][0xbd]43i[0x6]\[0x4][0xf3][0xc7][0x90]D[0xf4][0x8a][0x88]}[0x4][0xbf][0x8][0xd7][0x87]p[0x13]U[0x1c][[\r]}Z[0xc]{XY[0x9b][0xb9][0xc6]x[0xb4][0xc4][0x18]VC[0x94][0x83][0xaf]$[0xc6][0xe1] Ag[0xef][0xb9][0xcf]ba[0xff]$[0x16][0xf9]([0x16]n[0x9c][0xcb][0xe4][0xc9][0x12]7[0xbb]q?a[0x83]6+[0xe0][0xa5]{[0x91][0xce]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce]t[0x80][0x84][0xd8][0xc9][0xdc]q_[0xb3][0xa7]f[0x12][0x8b][0xbb][0x9a]=[0xb5][0xd3][0xf0][0x9a][0xb0][0xce][0xea][0xb5]^(X[0xf1]&[0xb6][0xe2]I[0xdc][0xec][0xb5]N[0xe3][0x16][0x81][0xee]g[0x9f]:[0x8d]%+[0x8f][0xd3][0xb9]*[0xcd]W,[0x97][0xc3][0x88]}[\r]Mv'[0xfd][0xbe]@[0xbf][0x7][0xfc][0xbe][0xe6]I,[0x9d]F[0x9d][0x19][0x13][0xc5][0x97][[0xb5][0x97]i[0xd4][0x9b]0A[0x92]o#[0xc9][0xeb],[0x1][0xbf][0xd7]Bk[\r]&[0xe8][0xd4][0x84]h[0x1a][0xcb][0x8][0x8a][0x8d]([0xf4][0x99][0xe8][0xb5]y[0xc5][0xd3]X~[0x10]K[0xf9][0xb9][0xc2]k[0xa3][0xe1][0x5]x[0x18][0xa6][0x97]6[0xa7][0xd0][0xa8];[0xdc]`[0xa9]1l2[0xe1][0x10][0xaa]u[0x92])[0xf8][0x98] [0xe0][0xb5]P[0xb6][0x1c][0x84][0xd5]?[0x11][0xd0]h[0x8][0xc8]l[0xe1][0x1a][0xd0][0x80][0xbe]B[0xa4][0x87]P[0xc7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90][0xc]5[0xfc]l[0x8b]ff[0xe8][0x9f][0xd0][0xb7]k[0xb5][0xed])[0x4]x[0xb1][0x18]g[0x83][0xa8][0xa5][0xf1][0x19][0xb2][0xf4]A[0xaa][0x1c][0x87][0xb0][0x18][0xcf][0xa2][0x1e][0x87][0xc9]3[0xcf]Q[0xf4]?[0x8f][0x1c]^[0xa4][0xa8];[0x82][0x3]8[0x8a][0xa7][0xf1][0x12][0xed][0x1c][0xc7]1[0xba]p[0x9f][0xc3]8.[0xd2][0xf5][0xf9][0x12][0xdd][0x9e][0xff][0x83][0x13][0xf8]/^[0xc6][0xff]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]bR[0xa8][0xa6]Kr=[0xce][0x8][0xeb][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]$[0xca][0xf5]Z&:[0x88]G5[0xb6]a;[0xc5][0xea]%[0xaa]%[0xfa][0xec]0[0xf2][0xb4][0xf7][0x0]y[0xe9][0x18][0x92][0xf8]<[0xcd]D[0xf6]y![0x92]i[0xa6]G[0x6][0xcf][0xa2][0x18][0xa0][0x8][0xb1][0xb][0x11][0xf2][0xdf]v[0xc2][0xef][0x11][0xda] [0x93][0x6]V-[0xba]c[0x90]>A[0xbd][0x88][0x4]q[0x18][0xba]S[0x92][0xc4][0xda][0x8f]q[0x97][0x8][0x85][0xbe][0x97])M[0xec]",Z[0xe8]/ [0x12][0xed];[0xa4]oRm[0xbb]L[0x1]i+[0xdd]g[0x16][0xc0]J[0xe]H[0xba]f[0x1b][0xf1][0xfd][0x4][0x89][0xe4]4[[0xe1]o[0xd6][0xe2][0xb0]+p[0x1][0xd5]>[0xbf]aX[0xb2][0xf5][0xca][0xb3]h[0xe9][0xf]hq8[0x89]O[0xcf][0xe4][0xb2]G;[0xf6]:[0xd9][0xf8][\r][0xf0][0xdd][0xdc]KW[0xf3]B[0xfe][0x12][0xbb]b[0xd6][0xae][0xd0]4[0x14][0xb4][0xd9][0x8]Y[0x82]t[0xc5]R[0xb2][0xca] [0xf1][0xe9][0xd0]*[0x90][0xf0][0x11][0xbc][0xc][0xcd][0xc4][0xf7]z[0x3][0xd6]>[0xda][0xe5][0xfa]][0xe7][0xf7][0xac][0x9a][0xc6][0xed]&.8[0xd1][0xe6][0xb]XP[0x84][0xe6]YE[0xd8][0x9a][0xe7][0xe2]y[0x87][0xb0][0xbc]K[0x1e][0xb9]H[0xb5][0xe6]=[\r]O[0x9d][0xce][0xa7][0x88][0xa7][0xce][0xc0]#Q[0xe5]HQ[0x8d]1[0xcd][0xa0]XB[0xc5][0x83][0xde][0xe9][0xcf][0x81][0x81]b[0xb][0xf1]4[0xeb][0xc9]_[0xd5][0xef]o[0x9e][0xc2][0x1d]F[0x98][0x95]&[0xff][0x7]%b[0xdc]E1nr[0xe2][0x3][0xda][0xbe][0xdb]P[0xdb][0x84][0x8c]v2[0x8b][0xcf][0xd0][0xb3][0x9e]X[0xaf]a[0xc2]j;[0x16][0xd2]|-Ax[0x84][0xc4][0x9f][0xda][0xe0][0xc5]S[0xd4][0xf2][0xde][0xd8][0xe0][0xfd]?PK[0x7][0x8][0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl$1.class[0x8d]Rmo[0x12]A[0x10]~[0x16][0xe][0xe][0xf0]j[0x11]kK[0xeb][0x1b][0xb6]W[0x4][0x9b]HL[0xfc][0xa6]1VB[0x13]*[0x14]S[0x8][0xa6][0xe9][0xa7][0xe5]Xa[0xaf][0xd7][[0xb2]w[0xd4][0xf8][0x8b][0xfc][0xac]&[0xc6][0x18][0xd3][0x1f][0xe0][0xdf][0xf1][0xbb]q[0xf6]BR[0xa3]&5[0xb9]yyfg[0x9e][0xd9][0xdb][0x99][0xef]?[0xbf][0x9e][0x3]x[0x8c][0x9d][0x2]n`5[0xf][0x1b]ky[0xf2][0xca][0x6][0xae][0xdb][0xd8]0[0xe0][0xa6][0x8d][6[0xee]0[0xec][0xb8][0xfd][0xb7]2[0xf6][0xa6]]>s}~[0xc2]u[0xcc]]?R[0xa1][0xbb]Oj[0xc8][0x83][0xb9]p[0x13]=x7[0x13][0xc][0xa9][0xe3]6C[0xee][0xa9][0x17][0xc8]P[0xc6][0xcf][0x18][0xd2][0xb5][0xfa][0x90][0xc1]j[0xaa]1[0x1d].wd([0xe][0xe6][0xa7]#[0xa1][0x7]|[0x14]P[0xa4][0xd4]Q[0x1e][0xf][0x86]\K[0x83][0x17][0xc1][0xa5]~[0xcc][0xbd][0x13][0xea][0xb7][0xc0][0x85][0xbe][0x9a]kO[0xec]I[0x3]VL[0xdb]WJ[0x86][0xb1][0xd0][0xed][0xd3]Y[0xf0][0xd0][0xe7]g[0x9c][0xa8][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xae][0x8d]{[0xe][0xb6][0xe0]:[0xc8][0xa3][0xe0]`[0x1b]U[0x7][0xf7]Qc[0xd8]0%[0x8d][0x80][0x87][0x93][0xc6][0x81][0xea][0xcf][0xbd][0xe9][0x9e][0x14][0xc1][0xb8][0xa5][0xb5][0xd2][0xe][0xea][0xa8]2[0xb8]JO[0x1a][0x93][0x80]G[0xd1][0x1b][0x19]M[0x1b][0xe6]w[0x1b][0xf4]u[0x1f]18[0xed]0[0x14][0xba]i[0xf2]D[0xc4]P[0xbc][0xe0][0xed][0x8d]|[0xe1][0xc5][0xc][0x9b][0x97][0x13][0xd9]x[0xc0]PY[0xbc][0xec]E[0xc6]_/[0x9b][0xff][0xcd][0xcf][0x9e][0x19][0x9f]Zn[0xd7][0xea][0xc7][0x9d][0xcb]j[0x9f]PA[0xef][0xc5]~[0xab]9[0xa0][0xb][0xfd]O[0xb6][0xad][0xf4]X[0x86][0x9a]/[0xfd][0x19][0x96][0xd5]{[0xf][0xeb]e[0x2][0xb3][0x4]3[0x9][0xfc][0x80][0x14][0xf1][0xac]`[\r][0x19][0x94]i[0x84]U[0xb2]i\%[0x86]l[0xc2][0xf3][0x3][0xcb][0xa4]S$E[0x12][0x7][0xd6]k[0x9b]2[0xba]FQ[0xde][0xb5][0xe4][0xac][0x84][0xeb]d-b[0x1]n[0x93][0x94](f[0xc3][0x94][0xe4]h[0xbb]+[0xd8]|[0xbe][0xfe][0xb]PK[0x7][0x8]>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl.class[0xb5]W[0x9]|[0x14][0xd5][0x1d][0xfe][0xde][0xee][0xec][0xce]f3!ae[0xc1][0x84]p/[0x98]l[0x8][0x1]T[0xd0] G[0x8]A[0x16][0x93]@[0xb3][0x11]Ela[0xb2][0x99]$[0xb][0xcb]n[0xdc][0xdd]pi[0xad][0xb6][0xd4][0xa3][0xb5][0xd5][0xda]V[0xab]=@Z[0xc1][0x83][0xb6]x[0x85][0xe0]I[[0xab][0xd5][0xd2][0xbb][0xb5]V[0xad][0xb5][0xad][0xf5]l=[0xea][0x85][0x17][0xf4]{[0xb3][0x93]MH&[0x87][0xf6][0xe7]/[0xbf][0xcc][0xbe]y[0xef][0xfd][0xbf][0xff]}[0xcc][0xa3]G[0xee][0xbe][0x1f][0xc0]Ib[0x84][0x17]sqE[0xe]|[0xf8][0x8a][0x7]_[0xf5]b[0x15][0xae][0x94]/Wy[0xf0]5[0xf9]r[0xb5][0x8a][0xaf]{[0xf1][\r]|[0xd3][0xb][0xf][0xae]Qq[0xad][0x17][0xb9][0xb8]B[0x9e]|K>[0xae][0x93][0xaf][0xd7][0xcb][0xc7][0xb7]%[0xce]wT|Wn[0xcf]K[0x88][0x1d]^[0x8c][0xc7]N[0xf9][0xb8][0xc1]GV{[0xe4][0xde]M>[0x8][0xec][0xf1][0xc1][0x81]=[0xb9][0xb8][0x15]{U[0xfc]P^[0xf8][0x91][0x8a][0x1f][0xcb][0xdf]}9[0xa8][0xc4]m[0xb9][0x98][0x86][0xdb][0xbd][0xb8][0x3]w[0xaa][0xb8]Knw[0xe6]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf6][0xab][0xe8][0x92][0x92][0x1c][0x90]8w[0xab][0xb8]G[0x9e][0xdc][0x9b][0x8b]R[0xdc]'[0xb7][0xef][0x97][0xab][0x7][0xe4][0xea][0xa0]|[0xfc][0xc4][0x83][0x9f]z[0xf0]3/[0x1e][0xc4][0xcf]U<$[0xb7][0x1e][0x96]*[0xfc]BR=[0xa2][0xe2]Q[0x15][0xbf]TqH[0xc5][0xaf][0x4][0xb4]Pc[0xa7]P[0xd6][0xbe][0x1a][0xa2]xN`[0xe2]P[0xe6][0xd5][0xf0]<^[0xd0][0xf0]"^[0xd2][0xf0]2[0xfe][0xa3][0xe2][0x15][\r][0xaf][0xe2]\[0xd3][0x4][0xb6][0x1]*[0x9]^[0x93][0xa2][0xbf][0xce][0xea]d[0xef]x[\r][0xff][0xc5][0x1b][0x1a].[0xc6][0xe7][0xed][0xae][0x98][0xb1]+Q[0xde][0xd4][0xf0][0x96][0xb4][0xc7][0xdb]xG[0xe2][0x1d][0xd6][0xf0].[0xde][0xd3][0xf0]>>[0xa0][0x3][0xcb][0xf9]?S[0xc5][0x87][0x1a][0x8e]H[0x98][0x9]C[0xc4][0xae][0x86][0xa3][0xf8][0x80][0xce][0xe3][0x8][0x85][0xf5]B[0xd0][0xaa]}[0xdb]8[0xf3][0xa8][0x9f]([0xd9]Yh[0x94]y;[0x9a][0xa8][0x8][0x9b][0x3]Wt[[0xa6][0xc8][0x6][0x86][0xf6]i`[0xd6]1[0xbc][0xba][0x9b][0xf][0xc7][0x4][0xe]K[0xae]T{,J[0xce]%6y[0x19]*[0xb5][0x9d][0xd1]&[0xc][0xc0][0xb2][0xce]H[0xa5][0xf4]VYCF[0xaf]\[0x11][0xaa]o[0xac]iX[0xbb]tEC]U[0xe3][0xda]P[0xfd][0xaa][0xaa]Z9[0x1a][0xba]cF[0xbc]5[0xcd]1[0xcb][0x1d]i[0xd3][0x93]U[0xe4][0xab][0x94][0x84]J9{[0xb9][0xf5][0xf6]v#[0xce]._\R[0xdd][0xbf]'[0xf6][0xcc]Y[0xb2][0x92][0x98][0xb3]'[0x7][0xc8]c[0x9a][0xa7][0xb9])/t[0x8f]=[0xa6][0x82]rf2G[0x9a][0xa2][0x92][0x1][0xe7][0xb][0xaf]p[0x8][0xa7][0xc0])63[0x97][0xcd][0x14][0xd6][0x8b]3[0xb2]Pd)lo[0x8f][0xb1][0x14]N[0xea][0x16]k[0xc0][0xde][0xc9][0x91]\[0xb8][0x4][0xc6][\r]z[0xcb]~\[0x1a]f[0x3]o[0x11]X4[0xc4][0x88]2[0x8c][0x9a]V[0x16][0x8]o[0x8e][0xa6]#m[0x9c]Q[0x3][0x16]V@^[0xc]d%[0x9][0x98]O[0xd9][0xf2][0xc9]u[\r][0xab][0xb8][0xd6]=[0xed]e[0xf6]rz[0xad][0x3][0x3]z[0xa0][0x7][0x85]L'[0xe]u[0x87][0xe3]Q"[0xd9][0x1c][0x8d][0xeb]1[0x81][0x15]6J[0xf6]w]w[0x97][0x19][0x8e][0xce][0xd3][0xec]&o[0xbb]y{Lw[0x88][0xd7]U[0xad]\[0x19][0xaa]?}m]([0x1c][0xe6][0xaf][0xc0][0xc2][0x8f]&[0x94]M[0x82][0xcd][0xb7]A[0xc8][0xb4][0xd3][0xd0][0xb0][0x94]PR[0xd1]m[0xb4][0xd3][0x98][0xfa][0x15]Kj[0x1a]j[0x96][0xae][0xad]jh[0xa8]Z[0xcd]$\Rs[0xf6][0xda][0x9a][0x86][0x6][0xe6]gI(d[0xcb][0xd9]_[0x12][0xb2][0xd5][0xb6][0xb0][[[0xc2][0x11][0xb2][0xbe][0xba][0xa6]'[0xa7][0x7][0x8c][0xd3]^~[0xb5]e[0x96]5a?[0xf9][0xa6][0xd9][\r][0x9]v[0x10]#{[0xf6]B,w[0xad][0xb2]Pz[0xda][0xf5]d[0xca][0xe0][0xab][0xc0]X;[0xe][0xa1][0xda][0xda][0x9a][0xd3][0xab]j[0x5][0x82]6\z[0xed]4[0xb6]%[0x13][0x9b]e[0x91]5?*[0xc7][0xdb][0x85]oOB[0xa9][0xc2][0xad][0x9]Ux5[0x18]xN[0xc3][0x17]q[0x9][0xdb]m[0xf]V4[0xbe][0x89][0xdf][0x90][0x15][0xb5][0xe6][0xe8][0xc2][0x1e][0xaa][0xb7][0xe8][0x91]t"[0xc9]r[0x91][0xbb][0xb1][0xe7]M[0x15][0x1a]+am"[0xb1][0xa1][0x83]#[0xf8][0xa1][0xde][0xe2]Y[0x0][0x99][0xf6][0xbb]L[0x8f]7[0xc7][0x8c]T s[0xd3]&[0xaa][0x6]"4}[0xf1][0xb1][0xe]3,[0x7][0xa7]-[0xed]Z[0xad][0xc7]b[0xe1]hZ[0xda]'O`[0xea][0xb0][0xf4][0xa1][0xad][0x7][0xbf][0x87]Y[0xf0]a.[0x1c]8[0x5][0xa7][0xc2][0x89]"[0x9c][0x86][0xf9][0x10]X[0x0]po![0xcf]8Qq[0xed][0x93]s[0x16][0xf3]x[0xc6][0x89][0x89][0xcf][0xd3][0x1]q[0x13][0x14]x[0xb8][0xbb]?[0xb8][0x1f]"Xv[0x17][0x1c][0xc1]2[0x9f][0xd3][0xd1][0x9][0xe5].[0xb8]|[0xee][0xe0][0x9d]p9gwB[0xbd][0x1e]#[0xee][0x81]gu[0x17]r[0xf6][0xc3][0xfb][0x80]2[0xbf]X[0x9e][0xdc][0xbf][0xb][0x17][0xcb][0xdf][0xe2][0xd9][0xf5][0xf7] w[0xf5]~h[0x95][0x8a]s[0x8e][0xcb][0xef]*[0xef]D[0xde].4[0x96][0xfb]][0x9d][0x18]1[0xc7][0xed]w[0x17]\[0xb8][0x13]s3[0xfb]J[0xf3].L[0xe7][0x89][0xb2]N[0x9e][0xa9]~[0xb5]`[0xe6]N[0xe4][0x15]\8[0xc7][0xbd][0xdd]%[0xf6]`$7f[0xed][0x84][0xb7][0xa0][0xc2][0xdc](T[0xfc][0xee]N[0xe4][0x9f]%[0xcf][0x8e][0xde]l2+T:Q[0x10][0xde][0xee][0xe0][0xc6][0x5][0xb7]Qt'[0x96][0xf1][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~>[0x17]P[0x9d][0x85][0xc8][0xc1]"[0x8c][0xa2][0xda][0x93][0xa9]x9[0x95]>[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xa4][0xca][0xcb][0xa8]r#[0x9f][0xe7]"[0xc4][0xe9]l9[0xc7][0xba]3[0xf0]9[0xd4][0xe2]r[0xd4][0xe1]*[0xd4][0xe3]Z|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";x[0xe7]F[0x84][0xb1][0x8f]t[0x9d]8[0x93]7[0x81][0x6][0x9a]h[0xb]&[0x90][0xe2][0xc][0xa8][0xa4][0xae]&[0xcd][0x19]p[0xf3][0xff][0x1c]R[0xd6][0xc3]E[0xf4][0xf3][0xb0][0x82][0x14]R[0x96]6[0xac]$[0x8e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "\J[0xca]z:[0x81][0xe6]%b#`[0xae][0xa4][0x1b][0x4][0x91][0x81]2[0xa8]G)[0xa0]C[0x85]O[0xa5][0x2][0xf8][0x0]B[0x1c][0xc1]X[0xae]U[0xe4][0x8a][0xf]1_[0x88][0xf7][0x90][0xf7].[0xf2][0xe][0xa3][0x80]$[0x9c][0x88]3^C[0x9a][0xa0][0x12]vj[0xb0]l7\[0xca][0xde][0xb2][0x87][0xa0][0x95]ub[0xa4][0xcf]w#[0xfd][0xb5][0x97]fr[0x94][0x1d][0x84][0x8f]?t[0xdd][0xde][0xac][0x8d]FSR`-[0x9f][0xeb][0xa8][0x87]N[0x1b]5q/b[0xea]8:[0x3][0x98][0x95]s*VS[0xbb][0x8c][0x9c].8U[0xa6][0xa2][0x90][0xc3][0xb0]%[0xc1]l[0xc8]w[0xc0][0x13]4[0x99][0x1c][0xb7][0xd7][0x8c]6[0xc9][0xc4]m[0xee][0xc7]MP-s[0xc7][0x2][0x15][0xf8]4>c[0xd1][0xaf][0xe0]m[0xa7][0x8c][0xc6]`[0xd9]~[0x8c][0xaa][0x9b].[0x83][0xcc][0xdf][0x3][0xe2]5[0xa5][0xd9]J[0xb0]m&[0xd0][0xc4][0xcc][0xe5][0xac]ty[0xd4]b[0x1d][0xa1][0xdc][0xa6][0x1e]M[0xbc]-[0xa8]G[0xf3] [0xe0][0xa3][0xf7][0xf5][0x1][0xbf][0x94][0xc4][0x97][\r][0x1b][0xdc]@[0x8b][0x5][0xbe][0x9c][0xae][0x95][0xf7][0xb5][0xe0][0xdd][0x18]C[0x1f]N[0xdf][0x8f][0xe3][0xf7][0xf5][0xd1]~w/\-[0x8b][0xab]Y[0xb8]r[0xd5][0xca]0[0x91][0xb8]Q[[0xdc][0xc2][0x1]p;[0x87][0x8d][0xbb][0x1e][0x1b],[0xdc]E[0xc4]uX[0xb8]E[0xc4][0x15]6[0xb8][0xf][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81][0xfe][0xb8]B~3Yh[0x15][0x96][0xdf]][0xd2][0xef]}a[0xe][0xf5]r[0xba][0xcb][0x82]q[0xc8][0xef] >%[0xf1][0xe3][0x14]\[0xe5][0xef][0xdc] [0x95][0x1b]U[0xa9][0x94][0x15]*[0xce][0xd9][0xe5][0x7]0[0xd6][0x89][0x83]([0xae]t)[0xb2]T[0x14]*,+~[0x99][0xf7][0xb3][0xb]Y>[0xc6]U[0xba][0xb6][0xbb][0x99][0xea]/[0x16][0xba]$;[0xc5]dWD[0x86][0xe0]G[0x9c][0x8a]'[0xe8][0x83]'[0x99][0xe8]Oa[0x6]O[0xc2][0xd3][0xa6][0x8][0xcb]xR[0xc4]?[0x99]~[0xf2][0xe6][0xdc][0xac]Ns[0xd1][0xce]T[0x15][0xe6]Jj[0xe7]0W[0xd2]jR[0xb4][0x99][0xa6][0xbf][0x15]bND[0x92][0xa7].[0xa4][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "I[0xca][0xb4][0x95][0x10][0xf9]p[0x1c]A[0x91][0x8a][0xe][0x15][0xc5]L[0xd1]Bl25[0xdd][0xcc]~*fL[0xe5]8[0x95][0xe4]9[0x8c][0xfa][0x80]Y*[0x95][0x9d][0x18][0xa9][0xdc][0x87][0xf1][0x8c][0xc6][0xb2].L[0x8]O[0xdf][0x97][0xd9]n[0x96]{e[0xf5][0xe6][0xcb][0x1c]E[0x91][0xd5][0xd3][0xaf][0xec][0xc2]k[0xb7]c"-3I[0xd0][0xe7][0x93]g[0xdc]*E[0xc4][0xe4][0x1]S[0x98]"k[0xdd]V~[0x10]S*[0xdd][0xd3][0xfd][0x8a][0xdf][0xd5][0xac]4[0x17][0x9a][0x5][0xdb][0xef][0x9a][0xdd][0x85]@X[0x2][0xc9]b[0xbb]#[0xbb]{[0x0]S[0x1d][0xb4][0xf4][0xb4][0xfa][0xf2][0x87]q[0xb9],[0xe7][0xbd][0xee][0x9f] [0xeb]z[0xf6][0xad]d[0x8e]J[0xe4][0xd2]JO[0x16][0xd9][0xe3]W[0xbb][0x10][0xcc][0x82].[0xf7][0xab][0x8e][0x1d]X[0xe2]W[0xb]=[0x7][0x18]S[0xb8][0x1]c$`[0xf6][0xbd][0xb][0xd3]%[0xa0]$;[0x80][0xf2][0xc][0xd7]=[0x18]%[0xef]d[0xd4][0xea][0xc2][0xc]y[0xc1][0xac][0xeb][0xf9][0xd3][0xf7]ekT[0x8b][0xc]~[0xbc]@[0xcb][0xbd][0x88][0x11]x[0x89]U[0xfd]e[0xba][0xe3][0x15][0xba][0xf8]U[0x4][0xf0][0x1a]k[0xe6][0xeb]8[0x19]o[0xb0][0x10][0xbd]EW[0xbd]M[0x9b][0xbf][0x83][0x8b]p[0x18]W[0xf3]S[0xf4][0x1a]~[0x89][0xde]B[0xf3]t[0xf2]k[0xf2]^[0xe1][0xc0]![0xe1][0xc4][0x93]B[0xc1][0xf3][0xc2][0x85][0xf7]E[0x8e][0xc8]e[0xd7]-[0xe6]W[0xf0]dQ`[0x86]I[0xb]K[0xc1][0x8]r[0xda]f&y[0x13][0xf9][0x9f][0x8f][0xb][0x18]0[0xb2][0xee][0x96][0xa1][0xa3][0xe2]^[0xd6][0x92][0xb][0xd9]#<[0xc][0xaf]7[0xcd]prI[0x8f]v[0x87][0x13]W[0x99][0x14][0x99]Ln[0x19][0x94][0x0][0xf9]g[0xc2][0xa9][0x8c][0x12]]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xaa][0xf5][0x9e]1G[0x99]bn[0xb3][0xd8][0x17][0x9b][0xb1]3[0x8d]r[0xa2][0xfc]}[0xd4][0x1d]a[0xcb][0x10]*J[0xf]#[0xbf][0xe0]=[0xb2][0xf0][0xca]/q+[0xe3][0x1e][0xb3][0xf2]w][0xf0]!x[0x83]l[0xa0][0xd7]#_[0x9a]1[0xd8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]g[0xbe][0x99],[0xf2][0xd7][0xc1][0xe5][0xd8][0x1b][0xf4][0xcd][0xca],[0xd9][0x2][0x9c][0xec][0xae][0x5]e;X[0x3][0xcd]U[0xf9][0xce]>T][0x98][0xbd][0xb7][0xd6][0xda]9[0x89]e[0xf2][0xe4][0x7][0xc8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0x8e][0x8d][0xab][0x1]'Z[0xae][0x98][0x81]\[0xaa]X[0xc4]V4[0x16]c[0xc4]8L[0x14][0xe3][0xa9][0xe8]D[0xba]w[0x12][0xca][0xc5][0x14]TQ[0xfd]:q[0x2][0x1a]D[0x9][0xc2][0xa2]4[C[0xc2][0xac][0xa0]_[0xc0]v3P[0xd7][0x99]m[0x11][0xa6][0x9]4[0xa8][0xb9][0xb9]^[0xef]q[0xb9]KT[0x9c]X[0xe0][0x95]S[0xa1][0xa5][0xe3][0xa9][0xfc]u[0x98]U[0xa5][0x13]s[0x6]+N.[0x96][0xed][0xcb][0xcc]Dv[0xb1]k[0xb7][0xf1][0xdc][0x89]/[0x99][0xf7][0xbf][0x8c]yf^8Q)[0x8f][0xb]<[0xb8][0x3][0xd3][0xf0][0xef]E[0x85][0xc2]C[0xbf][0xe7]0[0xaa]vY[0xa5][0xf3][0xfb][0xfc][0xff][0x1]{[0xfc]nkusvu[0xb]v[0xff][0xf]PK[0x7][0x8]&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.class[0xa5]VYW[0x14]G[0x14][0xfe][0x8a]e[0xd8][0x6]ATp[0xc1][0x88][0x1b][0xe][0x8d]:[0x9a][0xc4]%[0x1]4l[0x9a]A[0x1c]L[0x6][0x7][0xc5][0x8d]f[0xa6][0x81][0xc6][0x9e]n[0xd2][0xd3]#1[0xfb]b[0xf6]=yJ[0x1e][0xf3][0x92]WsN[0xe2][0x9c][0x93][0x87][0xfc][0x80][0xfc][0x99][0xbc][0xe7][0xe4]$[0xb9][0xb7][0xba][0xd3][0x83][0xd0]`[0x99]0[0x87]o[0xaa][0xeb][0xd4][0xf7][0xdd][0xef]V[0xdd][0xba]=[0xbf][0xfd][0xf5][0xcb][0xaf][0x0][0x9e][0xc6]7[0x8d][0xe8]A[0x8e]![0xcf]`0[0xcc]5 [0x8e]y[0x1e]-0[0x98][0xc][0x8b][0x8d]4w[0x9b][0xc1][0xe2][0xc7]B[0x1d][0xec]z8[0xfc][0xbc][0xc4][0xcf]/[0xf1][0xc8]e(2x[0xc5]gq[0x8c][0xb1][0xc4][0xe7][0xf8]"[0x8e]/[0x19][0xbe][0xc2][0xd7]q\[0xe0][0xb9][0x8b][0xc]i[0xe]5[0xc1]A/[0xe1][0x5][0x86][0x17][0x19]2[0xc][0x93][0xc][0x97][0x19][0xb2][0xc]C[0xc]S[0xc]W[0x98]![0x1f][0xaf]2L3\c[0xb8][0xce]p[0x83][0xe1]&[0xc3][0xad]8fp^[0xe0][0xc0]:[0xd6]W[0x99]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xad]+_[0x9][0xdb][0xa2]Z75[0xd8]MfQv[0xd2]A[0xcb]r[0x96][0x8d][0xbc][0xec][0xbb][0xd3][0xf4]J5[0xed][0xb4][0xc3]=[0xd4]o[0x98][0xfc][0xf6][0xa0]mH[0xc][0xf7]d[0xb1][0x97]~[0xcb][0xf4][0xd0][0xef][0xa4]*[0xfa][0xd0]F[0xd3]h'[0xe][0xe3][0x8][0x4][0x8e][0xca][0xd9]fZ![0xf8]X[0x8][0x8f][0xd3]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5][0xf4][0x1][0xea][0xb4][0xde][0xc3]e[0x88][0x1f][0xe5][0xa2]'[0x9][0x1b][0xe9][0x1b][0xd8][0x87][0x18][0xf6][0xe3])[0x1a]u[0xf9][0xcb][0xe8][0x7][0xd8][0x9]@[0x8e]N[0xe2][0x14][0x89][0xf0][0xe8]4[0x9e][0xa1][0xd5],[0xfb]l[0xa4]l[0xd5]j[0xd9]n[0x92]=[0xb4][0x8e]l[0x1f][0xfa][0xd7][0xc8][0xe][0x4][0xb2][0x93][0xa8][0xa1][0xf]PO[0xb2]G[0xca][0xa8]^[0xad][0xab][0x11][0xab]W[0xea]j[0xfe][0xba]P[0xb7]>[0xd4][0xad][0xc7][0x19][0x9c][0x95][0xab][0xeb]e[0x84]j[0x9a][0xa5][0xba][0xc]"[0xc][0xcb]g`[0xb3]VF[0xcd][0x94]v[0xf5]'[0xd4][0xd6][0xcc][0xfc][0x8c]Z[0xed]~[0x18]j[0x93][0xb4][0x9c]D-mb[0xb][0x91]8\[0xdc]'[0x5][0xe1]Xp([0x10]L[0xd3]j[0xe][0xd6][0xa6][0xf5][0x96][0x11][0xdb]H[0xf1]$m[0xca])[0xb4][0x92])Vl[0xf7]Ya[0x2]md[0x8d][0x8f]Q[0xf0][0xad][0x89]0[[0xb7][0x91][0xf4][0x0][0x99]=Cf[0xcf]F[0x9a][0x1d][0x89]6[[0xbf][0x91][0xe2][0x8][0x99][0x1d]%[0xb3][0xe7][0x1e]av44[0x9b][0x9][0xcc][0xee] [0xb3][\r][0xbe]r[0x9e][0x95][0xcb]h[0xa4][0xff][0xa6][0xa9][0x15]![0xda][0xc9].[0xe8][0xde][0xd6]P_[0xd8]DW[0xb7][0x8d][0x8c]u[0xd0]5[0xac][0x98][0xdf][0x11][0x84][0xaa][0xe2][0xa6][0x11][0x4][0x98][0x93]E[0xf]tT[0xf7][0xef][0xd2]H[0xfe]{[0xb4]hm[0xcd][0xf][0xb0][0xe9][0x9e][0x10]?[0xfc][0xfd];[0xd7]J[0xb5][0x94]o[0x93][0xb5][0x91][0xa1][0x9a][0x99][0xa4][0xc]2[0x14].[0x1b]fQ[0x85][0xad]x[0x9e]j[0x88][0x83]t[0x4]AR[0xf4][0xdf][0x80][0xaa]?Q%[0xfe][0xc0][0x16]"[0x8f][0x85]1gd[0x81][0x2][0xbb])[0x85][0x16][0xed][0x1]Z[0xbf][0xc5]V[0xfa][0xda][0xfc][0x1d][0x9a][0xb5][0xd6][0xc6][0x7][0xb4][0x91][0x94]^%[0xb2][0x9f][0xd8]4I\#[0x17][0xd7][0xb1][0x1d]7[0xd0][0x89][+[0x12][0xdb][0xbd]"&[0xed]W'-[0xbd][0x10]F[0x1b][0x8][0xa2]5[0x91][0xea][0x16][0xad][0xb5][0x8b][0xf4]+7[0xc0]?[0x97][0x1c][0x11][0xf2][0x94][0x99][0xb1]B[0xb3])[0xdc][0xac][0xf1]P[0xea]D U[0xe7][0xdb]\}[0x91][0x16][0xe8]x[0xcd][0x15][0x12][0xc1][0x5]m[0x1d][0xe4]F[0x1a]H$[0xe5][0x1]C[0x1e][0xe1][0xd6][0x8a]@,[0xc8][0xa3]B[0xae][\r][0xc9][0xe9][0xb0][0xd2][0x8e][0x5][0x87][0x15][0xe3]J[0xdb]v[0x3]v,dO[0x84][0xb5][0xb4]2t[0xfb]F[0xe4]Jh[0xea][0xf8]kB[0xef]*[0xa3]C-4[0xbd]*[0xa2][0x8c]oWeg[0xa2][0xd8];T[0xd9][0x93]![0xdb][0xef][0xaa]1[0xed]P[0x19];U[0xd9][0x97][0xd7][0xb0][0xf7][0x94][0xb1]K[0x95][0x9d][0x8d][0xda][0xb5]NUv[0xe4]q[0xef]VeO[0x5][0xec][0xe3][0xf][0xbd]M[0x9e][0xd8][0x88]^[0xb7][0x82]~%*[0xf8][0x1e][0xd5]Z[0x8b][0xb4][0xde][0xa5]j[0xfd][0xea]Z[0xeb][0x9d]e[0xec]U[0xb5]>[0x1d][0x99][0xf9]>U[0xfa][0xb5]H[0xfa]~U[0xfa][0xf5][0x90][0xee][0xbf]n[0x89][0x9e]([0xe3][0x80]*[0xfd][0xc6]ZzW[0x19][0x7]U[0xe9]7#[0xb7][0xae][[0x95]~+2[0xf7]Cj[0xf4][0x99][0xc8][0xee][0x96]P[0xe8]n4[0xd6][0xe5][0xaa][0xd9][0x0]PK[0x7][0x8]e[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonProviderImpl.class[0xcd]Y[0x9]x[0x1b]W[0x11][0xfe][0x9f][0xe][0xaf][0xb4][0x96]c[0xc7]v[0xdc][0xe6]"[0x87]s8[0xb6]c[0xe7]h[0x9c][0xc3][0xae][0x9b][0xd8][0x89]S'vb[0xec][0x12][0xe3]@[0xa1]kYv[0xd6][0x91]%![0xad]R[0xcc]]([0x4]([0x10]n[0x1a]H[0x9][0x94][0xd0][0xa4][0xa5][0xb4])Mk[0xa7][0xa6][0xa5][0xb4][0x90]@)G9[0xca][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5](G9[0xca]Q[0x8e]BZ[0x98][0xb7][0xbb]ZI[0xab]]is|[0x1f]|[0xf9][0xf2][0xb2][0xfb]v[0xe6][0x9f][0xe6][0xcd][0x9b]7Oy[0xe4][0x85][0xfb][0x1e][0x0]p[0x19][0x9b].[0xa2][0x1d]'[0x4][0xdc]#[0xc2][0x85][0x13]~[0xb4][0xe1]^[0x1][0x13]"[0xbc][0x98][0xe4][0xc3]I[0x1][0xf7][0x89][0xf0]a[0x8a][0xf][0x9f][0x17]p[0xbf][0x88][0x7][0xf0][0x85]b[0xec][0xc5][0x83]|[0xf8][0xa2][0x80][0x87]D[0x94][0xe2]a[0x11]_[0xc2][0x97][0x5][0x9c][0x12]Q[0x8e][0x13]"[0xa1][0x9c][0x16][0xf0][0x15][0x1f][0xbe]*[0xe2][0x11]|[0x8d]K>[0xca]%[0xbe].[0xe0][0x1b]"f[0xe1][0x9b][0x2][0xbe]%b[0xe]G[0x9d][0xc3]Q[0x1f][0x13]1[0x8f][0xdb][0x9b][0xc7][0xed]}[[0xc4]B.[0xf1][0x1d][0x11][0x8b][0xf0][0xb0][0x80][0xef][0x8a]X[0xc2][\r],[0xc1][0xf7][0xf8][0xf0][0xb8][0x80][0xef][0x8b][0xa8][0xe5]3[0xb5][0xf8][0x1][0x1f]~([0xe0]G"[0x1a]pF[0xc0][0x8f]E[0xac][0xe0][0xf6]W[0xe0][0x9][0x1]?[0x11][0xb1][0x1a]O[0xf0][0xe1][0xa7][0x2][0x9e][0x14][0xd1][0x84][0x9f][0xf1][0xe1][0xe7][0x2]~!b=[0xce][0x88][0xf8]%[0x9e][0xe2][0xc3][0xaf][0xf8][0xf0]k>[0xfc][0x86][0xf][0xbf][0x15][0xf0][0xb4][0x88][0x8d][0xdc][0xf6][0xef][0x4][0xfc][0x9e]A[0x1c]L[0xe][0xf][0x87][0xe2]=[0xd1]h[0x98][0xa1][0xba]+[0x1a][0x1f]i[0x1c][0x9]K[0x89][0xc4][0xb0][0x9c][0xd8][0xd3]8[0x9a][0x88]F[0x1a][0xa5][0x98][0xdc][0xd8]f[0x8]53[0x14][0xb5][0xc8][0x11]Yiep[0xd7],[0xdb][0xc5][0xe0]i[0x8f][0xe][0x85][0x18]J[0xbb][0xe4]HhGrl0[0x14][0xbf]J[0x1a][0xc][0xd3]LyW4([0x85]wIq[0x99][0xbf][0xeb][0x93][0x1e]e[0x8f][0x9c]`Xlei[0x1b][\r]=[0xf1][0xe8]>y([0x14][0xef][0x1c][0x8b]q[[0xa5][0xc1]xHRB[C[0x91]P\R[0xa2]q[0x86]55][0xa3][0xd2]>[0xa9]Q[0x8e]6[0xf6][0xc7]e%[0x14]o^F[0x13]{[0xa5][0xb8]"i([0x9][0x85]T[0xc6]T0C[0x8d][0xb3][0xbe]V[0x95]f(3[0xeb]34[0xa7]1w&[0x95]XR[0xe9]S1[0x1c]"[0xbb][0xa3]I[0x85][0xa1][0xca][0x1a][0x82]![0xa0][0xb9][0xd0]#[0xc5][0x13][0xdc][0xfc][0xaa][0xb4][0xad][0xde][0x90]4[0x94][0x97][0xbf][0xa6][0xc3][0xc9][0xc7]U[0xd1]L[0xf2][0xba]2[0xc3][0xda]4`g[0xc4][0x9]w[0x3][0xd5]%G[0x18]fXj3Td[0xd2][0xee][0x90][0x82][0xe4][0xeb]8[0xc3]:[0xdd]XR[0x91][0xc3][0x8d][0xdd]R[0xac][0xa0][0x19]][0x93][0xfb][0x10][0x8c]F[0x86][0xe5][0x11][0x9e])[0xd9][0x10][0x94][0x14]15[0xfd][0xaa][0xb2][0x13]f<[0x96]J[0x9a]E[0xd9][0x1a]-[0xda]kX[0x8a][0x8c]4[0x12]_92[0xd2]\[0xdb]J0%}[0x8a][0x14][0xdc]K[0x2][0xba][0x9a][0xbf]O[0x1e][0x89]HJ2N[0xcf][0xdd]5N0[0x9c]{SeJL#B[0xcd][0xce]#dV&[0xd8]i1=[0xff][0xdb][0xf5]`[0xd1]DHQ[0xc6]{[0x88][0xa1]B$[0x19][0xd8]n[0xda][0x3][0x5]}[0xc9][0x98][0xd9]98[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xcd][0xad][0xcd][0x2][0xfe][0xc0][0xd0]s[0x81]q[0xb0][0xe0][0xac]'x[0xaf][0x9e][0xa2]u[0x85][0x12][0x9c][0xc3][0x18][0xd9][0xbb][0xc2]Q[0xf6]f[0xa9][0xe8][0xf6][0xfa][0xf5][0xfd]\W[0xa8] pec[0xab][0xaf]t[0xb6][0xd5][0xb3]t*2[\r][0x1a][0xb][0xbd][0xb2][0xc0]B[0xa7]![0xd2][0xa1][0xea]8[0x9f][0xe8][[0x1]Ud[0xc6][0xfc][0x9c](e[0xa9]\[0x8]%3[0x90]NIK[0xb7][0xb6][0xa4][0x1c]V[0xb3]aa[0x8d][0x85]j[0x96]L[0xaa][0xfe]Z[0xca]X[0x19]6k[0x17]E[0xd5][0x9][0x86][0x99][0xb6]([0xce]Bc[0x6]v[0x8f]I1[0x86][0xfe][0xc2][0x1][0xb2][0xda]m[0xe][0xf0][0xcb][0xb5][0x88]m[0x8a][0xc7][0xa5]q#`[0xb][0xac][0x2][0x96])B[0x8a][0xeb]-[0xe2][0xa5][0x8a]XY5[0xe9]z%[0xfe][0xce]p[0xa9][0x1d]D[0xfa]DQ=n[0x8f][0x86][0xc3][0xc4]Z[0x8e]F[0x1c][0x80][0x8b]AC[0xda]8[0x11][0xcd]([0xda]:[0xe5]~hQk[0xf8][0x6]k[0xdb]-[0xd6]9h2_[0xa2][0x9f]YQ*[0x96]<[0x96][\r]5[0xb9]ke[0x81][0xa2][0xcb][0x13]@[0xf1]h[0xfa][0x95]709[0xda][0xc6][0xa2][0xf5]HJpO[0xfe]E[0xcb][0x14]9[0xd7]E3[0xe9][0x16]g[0x18][0xd5][[0x88]sBR[0x97]F[0x85][0xd8],[0xf][0xf]3[0xf4]Z [0x90][0x87][0xc9] ?,[0x9b][0xf3]}[0xcb]c[0xa1]([0x11]M[0xc6][0x83]t[0xd6][0xce][0xc9][0x7]@r[0x8a][0x14][0x1f][0x9][0xd1]~-[0xd3](u[0x87][0xe8]Uwm[0xad][0x5][0xb1]]R8ii8[0xad][0xc8][0xf3]:[0xa6]!X[0xe4][0xb5][0x6]`4[0x93][0xaa][0x9a][0x16][0x87][0x9d][0xb6][0xe6][0xce][0x97][0x86][0xbe]R[0xaa]0[0xc3]rg[0x9]h$[0x97]w[0x9f][0xa6]7[0xa7][0xa6][0xd3]BL[0xeb][0xae]I[0x8c]ur[0x91]myE[0xb6]q[0x91][0xcd]yE6[0xa7][0xcb][0xe2][0x98][0xa4][0xec]il[0x93]G:)[0xf3]G[0xac][0x8f]PC[0xaf][0xca]Z%[0x17]ls(([0x8f]I[0xe1]s[0x1]K[0xa9]0Tj[0x81][0xd4][0xf7][0x80]q[0xc4][0xad]rP[0xc7][0xb3]u[0x8]k[0xeb][0xf9][0x9e]q9H[0x97][0xc8][0x89][0x9e][0xac][0x86]lK[0x84][0xf7][0x9a]CT[0x17]r[0x88]Q[0xa3][0xb6][0xd4][0x99]a[0x92][0x14][0xfb][0xd4][0xcd][0xd3]![0xf3][0xc6]u[0x86][0xf9]&[0xd4][0xc0][0xd5][0x2][0xe8][0xc0]V[0xaa]5[0x16]7[0xa7][0xf4][0xfd][0x8c]K[0x7][0xb0][0x19][[0xa8]k[0xb6][0xb9]b[0x19]-[0x9c]&[0xdb][0x81]?[0xf2][0xe1][0x19]k[0xe4]t[0xef][0x9b][0x92][0xfe][0x13][0x1f][0xfe]l-[0x9d]}W[0x14][0xf0][0x97][0x0][0xfe][0x8a]g[0x3][0xf8][0x1b][0xfe][0x1e][0xc0]?[0xf0]O[0x86][0x9a][0xbc]6[0xf4]@[0xa7]L='[0xe0]_[0x1][0xfc][0x1b]g[0x19][0xa6][0xa7][0xe3]x[0xa5][0x94][0xd8]C[0xb1][0xc][0xe0]N[0x1c]'[0x1a][0x5];Uj2u[0x99][0x6].[0xd3][0xa0][0xc9]4d[0xc9]4d[0xb7][0xd9][0x2][0x9e][0xf][0xe0][0x5][0xfc]'@[0xbb][0x84][0x5][0x98][0x8b][0xb9][0xa9][0xcf],[0x14][0xce]l[0xf2][0xcc]c[0x1f]P[0xad]u[0xe2][0x82][0xf6]2Z[0xc7][0xa7][0xc9][0xd8][0x5]-[0xab]+[0xcc]/[0x9a][0xd5][0xad][0xe5][0x17][0xcd]jSR[0xde]x[0xf9]PD[0x19]m[0xa3][0x94]y[0x12][0xa7]t[0x4]>[0xf8][0xa8][0x7][0xb4][s[0xed][0xa0]M[0x89][0xfb][0xed][0xd1]3[0x8f][0xc3][0x94][0xb8][0xc8]0?[0x9f][0xb8]*[0xc7][0x8a]i[0xf9][0xb0][0xd8]F.][0xb9]S[0xa0]%\c[0x9a][0xfd][0xaa]h[0x9b][0x96]K[0xb][0xac]4[0xc0][0xca]p3[0x1f][0x8e][0xf0][0xe1][0x16]>[0x1c][0xe3][0xc3]m[0xc][0xcb]l[0xf4][0xb3][0xb][0x8a][0xb6][0xe][0xd5][0xe]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "a[0x98][0x9b][0x9d][0xe7][0xb4][0xd1]2e[0xa8][0xf7][0xc9]*4[0xc]M9[0xd7]"[0x7]?[0xee][0xf0][0xdf]sZlnH[0xe][0xd5][0x9b]r[0xae][0xe][0x15][0x9b][0xad]o[0x82][0xe][0xb5]K[0xd3][0x85][0xb5][0x9d][0xb]3[0x8][0xd4]c[0xec][0x90][0xc6][0xa8][0x9c]V[0xaa][0xdd]YN'W[0x1c][0x8c]F[0x14]I[0x8e]$[0xb6][0x87][0xe8]`[0x99][0x91]yT[0xa7].[0x1f]T[0x98][0xdd]j[0xab][0xb2][0xc4][0xea]k[0xee][0x94]*[0xe8][0x8c][0xf0][0xc][0xab]6[0x97]h[0xfb]Bc1e\][0xc2][0xe9])[0xde][0x19]?[0x95]LO[0xdb]l#[0xa8][0x90]D[0x8d][0xb6][0xa0]v[\r];[0xa9][0x9f][0xa9][0xaa][0xd9][0x9d][0xc9]J[0x97][0xe0]W[0x99][0x18][0xff][0x8d]j[0x9d][0x85][0x17][0xe][0xfd]*MF[0xc6][0xa2]C[0xf2][0xb0][0xfa][0xd3][0x8c][0xca]n[0xbe][0xd5]I[0x9c]M[0xb6][0xc9],[0xb2][0xdb]ap[0xae][0xb0][0xbf][0x10]:DXc6[0xed]P[0xaf][0xd5][0xb6][0xb7]>[0xc7][0xed]c[0xbe][0xf6]8M[0xb][0xab][0x8e][0x91][0xe6]g[0xdb][0xf7][0xfc][0xfc]7[0xd8][0xa1][0x8b][0xdf][0xd6][0xa7]n[0x83]V[0x96][0xf5]^[0x98],o[0xbb][0x18][0x1d]t[0xaa]A[0xb7][0xab][0xba]Z[0xb7][0xa8][0xd5][0xc1][0x12][0xda][0x8f][0xe9]9,@[0x1b][0xda][0x1]P[0x3][0xc6][0xbb][0x1e]zZH[0xcf][0xd4]([0xd1]x%[0xbd][0xb5][0xc2]MO@Y[0xed][0x4]X[0xed][0x14]\[0x3][0x13]p[0xdf][0x3][0xcf]]4[0xe7]B'[0x8d][0xfc]?[0x7][0x80]:x[0xb0][0x1c][0xdb][0xe8])[0xa0][0xc9]c;[0xba]T[0xdc]n[0xec][0xd0][0xb1]6[0x91][0xc][0x97]-[0x99][0x82]w[0xa0][0xae][0xf6][0x4]<[0x13](:n[0x0][0x15][0xa9][0x8a]+U[0x90]*MP[0x7][0xe1]O;[0xd1]C[0xdf]9[0xdc][0x8b][0xf3][0xc0][0x9]f[0xb8]&[0x1b][0xb8]^[0xf4][0xa9]pW[0xe1]%[0xb9]p[0xbe][0x14][0x9c][0xdf][0xc][0xd7]l[0x3][0xb7][0xb][0xfd]:[0xdc]K[0xf3][0xc0][0x89]f[0xb8][0x8d]6p[0x3][0xd8][0xad][0xc2][0xbd][0xc]/[0xa7]o[0x1c][0xee][0x18][0xad][0x83][0x9b][0xfe]][0xc3][0xba][0xeb]Na~]y[0xf1][0xbd][0x8][0x9c]D[0x89][0xb][0x7]Q[0x9e]z[0x9b][0xe6][0xc2][0x83]([0xee][0xae]?[\r][0x1f]7[0xd8]=[0x85][0xd2][0x81][0xfa][0x9][0x94]q[0xb3][0x1e][0xd5][0xec],2[0xc]Zf[0x17]-q%-r5[0xcd].%[0x12][0xf5]d[0x9a]S[0x99][0xaf][0x19]1[0xa8][0xac][0xc1][0xd5]x[0x5][0x11]qa5^[0xa9][0xea]]c,1[0xff]&[0xd1][0xd3] =[0xfb][0xe1]:[0x8b]j[0x1][0xc5]>[0x4]U[0x1f][0x87][0xe8]C[0x8][0xc3][0x1a]{[0xd6][0x5]/[0xfd][0x1]"u[0xa7]Q>[0x89][0xe9][0xdd][0xee]VNp[0x83][0xe7](z[0xa7]PN9U[0xd1]]7[0x89][0xca][0x81][0xd6][0x83]([0xab]/[0xaf][0xf2]L[0xe2][0x92][0x93][0xb8][0xd4][0x8d][0xfe]l[0xd7]6xfzN[0xa1][0xb2]^[0x9d][0x9c][0xe9][0xd1]D[0x8e][0xc2][0xaf][0x81][0xd5]Ob&[0xf9][0x14]c[0x84][0xbe][0xbb]H[0xd3][0x8f]=[0x90])Le[0xf4][0x97][0x87][0xc4][0xc3][0xfd]2[0x2][0x16][0xd1][0x3]6[0x9b][0xf2]K[0xd3]X@)[0xab]il[0xa2][0x1d][0xa2]i\[0xa3][0x87]Z[0xc3][0x1d]U[0xd7]?[0xa2][0x87]S[0xd3][0xe4]s<[0xb0][0xe5][0xf0]V<[0x8f][0xb9][0x2][0xf6][0xb2][0xb3]XL[0x1][0xf6]z[0xf4][0x8][0x87]Iv[0x8c][0xb4]r[0xd2]mN*[0xdd][0xe6][0x9a][0xd3]mo[0x81][0xec][0x1d]C4[0xf][0xdc][0x8b][0xcc]p[0xb1][0x2][0xd9][0x1b][0xc3][0xab]r[0xe1][0xe6][0xa5][0xe0][0xe6][0x9b][0xe1][0x92][0x5]v~[0xc][0xf1]3JO[0x9a][0xef]o[0xa2][0xa7][0xeb]([0x1b]s|[0xaf][0xd5]}[0xaf]3[0xd3][0xbe][0xdb][0xd2][0xf7][0xeb]([0x9b]s|[0xaf]M[0x91][0xad]7[0x83]L[0xda][0x90][0xbd][0x9e]6[0x3]S[0xe1][0xde][0x96][0xeb][0xbb][0x1][0xb7][0xdc][0xec][0xfb][0xfd]6p[0xfb]iOe[0xfb][0xbe][0x9f]vX[0xca][0xf7]w[0xd2][0xd3][\r][0xb4][0xd3]4[0xde][0x97][0x13]"[0xd7][0xf7]O[0xa1]a[0xa0]n[0x2][0x8d]f[0xce][0xf]e[0x18][0xf1][0x1b]F[0xfc][0xb4]M[0xdf][0xa3]r>[0x80][0xf7][0xea]P[0xab]H[0x86]k[0xf8][0xa6][0xb0][0x82][0xea][0xc9]J3[0xd2][0xe9][0x8c][0x10][0xfa][0x8c][0x10][0x1e][0xa0][0x8d][0x9e]Ce[0x5][0xa7][0xb2][0xca][0xc][0xf0][0xa8][\r][0x95]T[0xf8][0xde]O[0xf5]"[0x7]j5[0x87][0xba][0xcc][0xc][0xf5]X[0x1][0xa8][0xf][0xe2]C:[0xd4]vZ[0x9][0xb7][0xb6][0x12][0x4]E[0x5]n[0x8d][0x5][0xdc][0xe3][0x19][3s%>[0x8c][0x8f][0xe8]+p#=[0xf1][0xf0][0x1c][0xa4]-[0x9d][0xc3][0xb1][0x89]s\k[0x6]=c[0xc3][0xf1]cT[0x11]8[0xc7][0x9b][0xf0][0xf1]\[0x8e]M*[0xc7]u[0x16]pO[0xda]re[0xc3][0xf1][0x93]zv[0x1c][0xc6][0xcd]:[0xd4]z[0xb5]F[0x1][0xde][0xd9][0x93]h6[0xc3]<[0x9d][0x1][0xe3]5`[0xbc][0x4][0xf3])[0x1d][0xe6][0x88][0x1][0xe3]R=[0xf0][0xce][0x9b]D[0x8b][0x19][0xe6][0x19][[0x98]O[0xeb]0[0xb7][0x98]a[0x96]N[0xe2]r3[0xcc][0xb3][0xb6]0Gu[0x98]cf[0xa7][0xe8][0xe8]l5[0xc3][0xa3][0xc2][0xdc][0x8e][0xcf]^[0xd8][0x9][0xb4][0x91][0x9f]@[0x9b]L'[0x10][0xa3][0x85]g[0x1e]T2/[0xaa][0x99][0x80][0xa5][0xcc][0x87]z&^[0xdc][0x13][0xe8][0xe]*[0x3]w[0xe2][0xb8][0xce]~[0x8b]^>[0xfc][0xb5][0xe5]U*[0xe9][0xdb][0x91]U[0xee][0xd8][0xb4][0x8c][0xfa][0xe1]Wm"[0xc3][0x92]_[0xb5][0x4][0x1d][0xfa].[0x9a][0xfb][0x9c][0xfa]t[0xf7][0x1]PK[0x7][0x8][0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonReaderFactoryImpl.class[0x95][0x94]O[0xd3]@[0x18][0xc7][0xbf][0xb7][0x8d][0x15]f7~([0xa8][0xa8][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "s[0xeb][0x90][0xa2]"[0x8a]#$[0xba][0x84][0x4]2"$[0xfe]y+[0xb7]r[0xd8][0xb5]K[0xd7][0x99][0xf0][0xae]4[0x91]`4[0xf1][0x5][0xf8][0xa2][0x8c][0xcf][0xb5][0xcd][0xd0][0xb1]-3[0xcb][0x9e][0xde]=[0xf7]|?w[0xf7][0x9c]z[0xff][0x9b]f(.[0xe6][0xe9][[0x93][0x1][0xc3]%$([0xcd]T [0x1a][0xe7][0xe8][0xab][0x94][0xc0]8[0xcd][0xa9]V4[0x1e][0xa1][0xff][0x14].[0xd3][0xca][0x15][0x1a][0xbd][0xa5][0xb5][0x4]='[0x8d]30[0xe3][0x1b][0x12][0xa7]H[0x1a][0xa5]S[0xa4][0xbe][0x84][0xb2][0xe9]08Ev[0x91][0xec][0x2][0x81][0x97][0x8][0x93][0xc7][0xc]yf"![0xae][0xe2][0x1a][0x10][0x8e][0xd4][0x6][0x8c]~[0xd7]1[0x1b][0xe3][0x9f][0x93]JEe`[0xe4]C[0xc9][0xf8][0x8a][0xd4][0x19][0xd2][0x9f];[0xe8]4[0x85][0x1][0xc6]_[0xb8]l[0x7][0x97][0xc5][\r][0xdc][0x8c]q[0xb7][0x6][0xe0][0xb4]n[0x9c][0xd9][0x7]7[0x87][0xdb]1n>[0xc6]U)[0x19]Iz[0xe6]B[0xdc]r[0xc4][0x1b][0xed][0xe6][0xad][0x85][0xbc][0xf9]([0xb2][0xc3][0xcb][0xc5]<5Z[0xc0][0x1d]R[0xd0][0xd7][0x96][0xb2][0x94][0x8][0xc9]f[0xb8][0x13]%[0x9b][0x98][0xc9]n[0xe0]F[0x8][0xd4][0xa3][0x80][0x18][0x18]Ui[0x89]|[0xf9]pt[0xef][0xf]PK[0x7][0x8][0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonReaderImpl.class[0xa5]VkW[0x13]W[0x14][0xdd]C[0x2][0x3]q@AT[0xd4][0xd6]GE[0x1b][0x82][0x18][0x1f][0x15][0xb5][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!hp[0x4][\r][0x11][0x8d][0xad][0xa6]C[0x1c][0x92][0x9][0xc3]$[0x9d][0x99][0xa0][0xb6]][0xab]_j[0xff][0x83][0xa0][0xfd]j[0xbb][0xaa]t[0x95][0xb5][0xea][0xf7][0xfe][0xa4][0xae][0xae][0xb6][0xfb][0xce][0xc]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0xd4][0xf][0xb9]s[0x1f][0xfb][0x9c]}[0xf6][0xb9][0xe7][0xcc][0xe4][0xaf][0xff][0xf8][0x13][0xc0]gx[0x1a][0xc1]G[0xb8]&[0xe3]z[0x4]-Hw`?&[0xc4]pC,U1[0xdc][0x14][0xcb]I[0x19]S[0x11][0xdc][0xc2][0xed][0x8]:[0x90][0x11][0xdb][0xd3]b[0xc8]v`[0x18]w[0xc4]lF[0xcc][0xee][0x8a][0xd9]=[0x19]9[0x81][0xba]/[0x16]_D[0xd0][0x83]/e<[0x10][0xc6][0xf]#[0xd8][0xed][0x1b][0xe7][0xc5][0xf0][0x95][0xc]M[0xc6][0xac][0x8c][0x82][0x84][0xb6][0xaa]f;[0xba]-[0xe1][0x88]Z[0xb1][0x8b][0xf1][0xa2][0xa9]9[0xce][0x9c][0xe1][0x94][0xe2]e[0xa7]b[0xc5]'8[0xdc][0xf2][0x0][0xe9][0x85][0xaa]9"[0xa1][0xdd][0xd6][0xb5]Gc[0x15]K[0x97] [0xdd][0x97][0x10][0x99][0xad][0xcd][0xcd][0xe9][0xf6][0xad]J[0xc5]l[0xe2]A[0xab][0x1a][0xf1][0xd1]:[0x88][0x1e][0xda].[0x1a][0x96][0xe1]^[0x96]0[0x1c]U[0xcb][0xda][0xa2][0x16]7*[0xf1][0xc][0x9d][0xea][0xf6][0xc8][0x16][0xec][0x7]f$[0x84][0x93][0x95]G[0xe4][0xdf][0xae][0x1a][0x96]>Y[[0x98][0xd5][0xed][0xac]6kr[0xa7]G[0xad][0x14]4sF[0xb3][\r][0xb1][0xe]6[0xc3]n[0xc9]p6[0x90][0xe7]s[0x7][0xf2][0xda]lo%a[0xc7][0xdb][0xb1]I[0x18]Y[0x8d]7mUk[0xee][0xb4]K[0xf0][0xc2]V[0x83]n1,[0x9][0xbb][0xd6][0xf5] [0xe1]N[0x13][0xd7][0xde][0xa6][0xc5][0xdd]BI\[0x82][0x1b]O[0xfa][0xcf][0xad][0x92][0xca][0x81][0x9d][0x84]}[0xcd]}1EB[0xb5][0x84][0x3][0xd1][0x1][0xa2][0xe6]5[0xdb][0xd5]V[0xd3][0xc3]Pj[0x5][0xb7]f[0xeb][0xc4]I[0xba][0xc]f[0xb4]5[0xb5][0xa8][[0xf4][0xa9][0xa4]-K[0xb7][0x93]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d][0x19]>[0xf6][0xa6][0xb1][0xe3]ih[0xa8][0xa0]~[0xcf][0x8c]nB[0x86]C/[0x87][0xfd][0x88]L[0xcd]*[0xc6][0xd3][0xa6][0xa9][0x17]5s[0xda][0xd5]\=[0xf5][0xa4][0xa0]W][0xa3]b[0x11][0xd9][0xc9][0x9d][0xc2][0xfc]M[0xad][0x1a][0xdc]eD[0x4]:5[[0xd6][0xb][0xa4][0xdf][0xbf]^[0xb8][0xfe]!M;[0x4]4a[0xdb][0xda]S[0x8a]_[0xf][0xe9][0x9d][0xad][0x0]g4[0xb3][0xa6]7[0x1]zg[0x4][0xb6][0x16][0xcc][0x8a][0x8]<[0x14][0x15][0xa9][0x8d]LWjvA[0x1f]7D\;[0xdf],[0xa4][0x13]B[0x99][0x82]~[0x8c]Q[0xe6][0xa6]]%[0x80]G[0x15][0x1c][0xc0]A[0x5][0x9f][0xe0][0x88]X[0xe][0x89][0xe1][0xa4][0x82]C8,[0xe1][0xe0]&y[0x92]1[0xa7][0xa0][0x88][0x92][0xb0]1[0x14][0x94]1[0xaf][0xc0][0xc4][0x82][0x2][0xb][0x17][0x14]TpUAU[0xcc][0xbe][0x6][0x9b].[0xba][0xd1][0x1d][0x19]V[0xb1][0xee]U[0x81]-\:p[0x85][0xdf][0x1a]s[0xb3]&1[\r][0xd8]E[0x81]}[0x8c]Q[0x5][0xc9][0x8d]D[0xaf][0xa6][0x88][0x1d][0xb6]*k[0xe5]F[0xf7][0xac][0xa1][0xf0][\r]d<[0x91][0xd0][0xbf][0x95][0xea]b[0xb6][0x9a]P[0xdf][0xd4][0x1d]G+[0x8a]:[0xdd][0x97]I%[0xc6]R[0x99][0xbc]x[0xe4][0x13][0xaa]x[0xe4][0xf2][0xc9][0x84][0xaa][0xa6][0x18]y[0xaf]W[0x1]+[0x81][0xb1][0xf8][0x99][0x13][0xde][0xfd][0xae][0xe8][0xda]][0xaf][0xc1]J[0x9a]3[0xa9]?q[0xbd][0xaa][0xe0][0xfb]0ly[0x8b][0xe8][0xdb]u[0xd4][0xbc][0x19][0xb6]Mg[0x13][0x99]l>[0x91][0xc9]$r|[0xbd][0x16]u7(Z[0xc5]?[0x98][0x1a][0x9d]H%[0xb3],S[0x9e][0xac][0xe4])[0xc2]y[0xa0][0x87][0xb5][0xc7][0x85][0xaa]9[0xae]hg[0xf1][0xfe][0x13][0x17][0xc2]lm[0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8a][0xec][0xea]:[0xba][0x1a]v[0xb2]%[0xbb][0xf2]X[0xb4][0xde][0xc8][0xe6][0xce]D:[0xba][0xd2][0x93][0xd9]Tf2[0xa1][0xe6]S[0x99][0xcc]T[0xc6][0xd7][0x13][0xf4][0xd6][0x81][0x8d][0x13][0xc2]Z[0xdf][0xcf][0xef][0xa1][0x84][0x8f][0x11][0xe2][0x97][0x8b][0xdd][0xc0][0x8f]d[0x8b][0xe8][0x0]>{Dc[0xf0][0xd9][0xce][0x1f][0x9b][0x85][0xa8]c[0x9c]ih%[0x16][0xd8][0x13][[0x82][0x14][FKn[0xf0][0xf8][0x12]B/[0x11][0x8e][0x1d][0x89][0xd6]_<[0x7][0x9f]z[0xe6]a[0x8e][0x83][0x1c][0x8f][0xa3][0x1b]C[0xfc][0x16][0x9e]@[0x94];[0x87]|s[0xc] [0x6]x[0xb3]A"$o&[0x8][<[0xba][0xa1][\r][0xe9][0xda][0x9a][0xd1][0x9d][0xe4]x[0x8a]t[0xa7]Iw[0xa6][0x9][0xdd][0x9][0xc4][0xd7][0xd0][0x9d][0xc][0xe8]L[0xb4]y~[0xfa][0x1a][0xe8][0x86][0x96] [0xb][0xbe][0xa1]u[0xf8][0xce]r[0x1c][0xe6][0xfc][0x1c][0xbd][0x9d][0xf7][0xf8]b[0xbe]}[0x9d][0xaf][0xaf][0xce][0xd7][0xc7][0xc8]N{|}[0x1e]s[0x88][0xbb]g[0xf8][0x97][0xc4]g[0xfe][0x8f]B[0xc5]Y9[0xf6][0x1b][0xda][0x9f][0xa3]k[0x19][0x1d][0xb9][0xdf][0x11]Y[0xc2][0xb6][0xd7][0xb1][0xf0]K[0xb4]s;[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca]s$[0xfc]Y[0xa7]:[0xf8]+[0xba]~[0xc2]6[0xb9][0xfd][0x5][0x97];[0xea][0xcb][0xee][0x17]?[0xa3]O]FOn[0xf0][0x15]v[0xe][0xfa][0x9b][0xbd]K[0xd8][0xf5]z[0x19][0xbb][0xe9]w[0xcf][0x12][0xfa]^[0x93][0xef]0#[0x9f][0xe0][0xbf][0x97][0xf3][0x18][0xf7][0x9e]!O[0xdb]0:9^[0x84][0x8c]K[0xd4]v[0x85][0xda][0xae][0x12]9JMIfj[0x8c][0xe8][0x14]w[0xc7]q[0x8d]6[0x13][0xb8][0x8e][0x1b]H#[0xf][0xb5][0x9e][0xef][0x1]V[0xd2]Y\[0xa0][0xb2][0x1b][0xe8][0xc5][0xe7][0x18][0xf1][0xf4][0x97][0x83][0x9c]\[0xe4][0xaf][0x1b][0xad]=[0xff][0xe0][0xa8][0x8c][0xe1][0xbf][0xd1]5*[0xa3][0xa3][0x97][0x90]K[0xb8][0x1c]$c9H[0xc6][0xed][0xcd][0x92][0x11][\r][0x92]qwE[0xf6][0xa6][0x9a][0xf9][0x9e][0xa4][0x86]Su[0xad][0xc7]8#[0x11][0xb5]f[0xa8]5K[0xad]w[0x88][0xb8][0xcb]X[0xef][0x11][0x95][0xe3][0x8d][0xdd][0xa7][0xd2][0x7][0x9e][0xb6][0xdd][0xc][0xea]t[0x83][0xa2][0xdb][\r][0x8a][0xda][0x11][0xea]y[0x18][0x8][0xb9][0xc2]|}[0x98][0x90][0xed][0xef]+d[0x96]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xa2]S[0xc8][0x1c][0x11]%[0x86]h[0x10]Uf[0xe0][0xf3][0x14]b[0xbd][0x93][0x90][0x4]/[0xfd][0xc3][0x84][0xec]}_![0xe][0x85][0xb8][0x14][0xb2]H![0x8f][0x89]x[0xca][0x10][0xbf]![0xea][[0x6][0xfe][0x1d][0x85]|[0xff]NB[0xf8][0x81][0xc][0x84]\[0xa1][0x85]@v6[0x84][0xbd]o[0xb5][0xad][0xbb][0xbc][0xd7][0xc5][0xf]T[0xfb][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xf4]H[0x14][0xdf] p[0xdd][0xc2][0xe2][0x17][0xe3]8[0xdb][0x0][0x88][0xf0]l[0x18][0x8f]p[0xee][0xea][0xde][0xff][0x1]PK[0x7][0x8]J[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonStringImpl.class[0x8d]U[o[0x1b]E[0x14][0xfe][0xc6][0xb7]];[0x9b]f[0xe3]6i[0x9c][0xc6]m[0xae][0xe0]K[0x13][0xa7]!\[0xda]\h[0xe2]6[0x89][0xd3]$m[0xea][0x90][0xd0][0x92][0x12][0xd6][0xce][0xd6][0xde][0xd4]][0x7]{][0x95]'^*[0xc4][0x1f]@B}[0xa9][0x0][0xa9][0x15]"[0xf]m[0x5][0xe][0x14][0x9][0xc1][0x1b][0x82]?[0x0][0x12][0xbf][0x0][0x89]'$[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m9[0xb3][0xbb][0xd9]4[0x89][0xa1]Mtfg[0xbe]9[0xe7][0x9b]s[0x9b][0xf1]O[0x8f][0x1f]|[0x7]`[0x10][0x99][0x0][0x9a]1[0xec]G[0x13]F[0xfc][0xe8][0xc1]h[0x80]f[0xaf][0x7]p[0x12]c[0x2][0xc6][0xeb][0xe0][0xb3][0x16]I[0x1][0xa7][0x2][0xf0]c[0x98][0xf][0xa7]92[0xc1][0x87]I7[0xe4]'ODLq8[0x15][0xc0]4[0xce][0xf0][0xd9][0x8c][0x88]Y[0xbe]='[0xe0][0xac][0x80]s[0xc][0xde]kJ[0xa1][0xa2]2[0x4]g[0xd6][0x94]kJ[0xa2][0xa0][0xe8][0xb9]D[0xda](izn[0x88][0xc1]7[0xac][0xe9][0x9a]1[0xca][0xd0][0x14][0xd9][0xbb][0x1d]]d[0xf0]$[0x8b][0xab]d[0xdc]0[0xa3][0xe9][0xea]\[0xe5]jF--([0x99][0x82]IW[0xcc]*[0x85]E[0xa5][0xa4][0xf1][0xb5][\r]z[0x8c][0xbc]Vf[0xe8][0x9a])[0x96]r[0x89]\A)[0x97]/k[0xe5]|b[0xad]\[0xd4][0x13][0xd3]4X[0xc4][0xa9][0xab][0xeb][0x5]:[0xdb][0x9f]S[\r][0xb]`8[0x10][0x89][0xd6]rO$[0x95]d^)[0x11]g[0xeb][0xe][\r][0xe][0xa6][0xd5]w+[0xaa][0x9e]UIO"[0xbd]E[0x1e][0xe6][0xc2]{[0xeb][0xaa][0x80][0xf3]D[0xee],i7[0xa5][0xeb]j)[0xc9][0xdd]Q[0x89][0xa9][0xdb]d[0xba][0xa2][0x94][0xc]e[0xdb]3S[0xbd][0xdb]1[0xe2]g[0xe7][0x95]r[0xde][0x8a][0xde][0x1d][0x89][0xa6](Wt[0x9e]R([0xef][0xca][0xd5][0xd9][0xcc][0x9a][0x9a]5[0x86][0xa2][0x17]I[0xad][0x98]Y[0xdb][0x99]g{[0x93][0x8a]P4[0xf2]j[0x89]![0xb4][0xf7]d'[0xd8][0xfa][0xb4][0xa1]d[0xaf][0xcc]*[0xeb]v2E[0xa3][0xb8][0x95][0x1e]w^[0xbd][0xce][0xc0][0xb2]$I[0x12][0x8d][0x84][0x1c]r[0x95]3[0x16][0xe3][0xce][0xbc][0x8d]W[0xb4][0xc2][0xaa]Z"[0xc6]@[0xba]X)e[0xd5][0x9][0x8d][0xd3][0xed][0xdf]Y[0x80]>n&![0x84][0xb4][0x84][0x83]h[0x91][0xb0][0x80]7$[0xb4][0xa3]C[0xc0][0xa2][0x84](b[0xc][0x7][0xff][0xc3]W[0x9]q[0x1c]5[0xb7]k[0x1e],a[0x9]oJ[0xb8][0x80][0x98][0x84][0x8b]x[0x8b][0xbc][0xef][0xef][0xef][0xe7][0xe0][0xb2][0x80]K[0x12][0xde][0xc6][0x8a][0x84][0x1]t[0x90][0xff][0xcb][0x15][0x9][0xef]`[0x85][0xa1][0xe3][0x99][0xfd][0xc2] [0xef]N[0xab][0x0][0x85][0xa1][0xfd]Y[0x95]4[0xab]G[0x8d][0xec]K/[0x9c]O[0xcd]M2t>O[0xf1][0xe5][0xdd][0xb1][0x11][0x81][0xb2][0xbe][0xae][0xea][0xab][0xc]m[0x91][0xe4][0xde]f[0xdd]N[0xba][0xaf][0xa0][0xea]9#O[0x93],5[0xe9][0x98]A[0xb7]"[0x92][0x8a]R[0xd9]zk][0xb1][0xff]!j[0xdc][0xde]J[0xe9][0x86][0x9a][0xe3][0xfd]Sg[0x14][0xa7][0xd4][0xeb][.5[0x11]q[0xad]k[0xe3]/W2e[[0xa7][0xb9]v[0xb4][0xe8][0xa7][0xb7][0xa6][0x19][0xe4]%I[0x90]w[0x0][0xbd]H[0x2]I[0x8][0xad][0x84][0x1c][0xa2][0xd9][0x4]\[0xf4][0xf][0x4]b[0x9b]`[0xb1][0xf8]Wp[0xdd][0xa3][0x95][0xb]m4[0xee][0x83][0x9b][0xc6][0xc3][0xf0][0xe0][0x8][0xbd]9[0xed][0x8][0xd3][0xaa][0xd9][0xd2]&[0xf4][0x8]`[0xce]8+[0xb5]*[0xef]*[0x9b]3a[0xae][0x1]o[0xec]K[0xb8][0xee]:t>[0x13][0xec]6i$K[0xc1][0xa6][0xa1]z[0xa1][0xeb]y[0x8c][0xa3]5[0x8d][0xbb][0x11][0xb1][0x8d][0xfb]lc[0xcf]}[0xb8]w[0xdb][0xf6]=e[0xeb]ql[0xe9][0xe][0xd8][0xb6][0x3][0xb6][0xad][0x18][0xab][0xc2]S[0x85]wc[0x97][0xfd]KO[0xd9][0x8b][0x8e]=][0x12][0xdb][0xfe]}[0xd2][0xe6][0xf9][0xea][0x8a][0xc5]o[0xc3][0xeb][0xd9][0x88][0xff][0x0][0xdf]Mx[0xdd][0x1b][0xf1][0xef][0xe1][0x9b][0xe5][0xa4]G[0xbf][0x81][0xc0]P[0x85][0xc8][0xa9][0xdd]&u+[0x91][0x3][0xaf]Q0[0xc7][0xa9]0C[0x94][0xf2]a[0xc8][0x18][0xe5]?[0x11][0xe6]q[0xed][0x16][0xa5][0x93][0xee].[0xf4][0x9a]A6[0x91]f[0x82][0xca][0xeb][0xc2]13[0x1c][0x97] [0x12]:[0xb0]U[0x2][0xf6][0x88]0/}{[0xbf][0x85][0xff][0xc2]&[0x2]3q[0xb9][0xb3][0x8a][0xba]%[0xf7]H[0x1b][0xcf]k[0x15][0xd2][0xa7]L[0xe4][0xb3][0xb6]*[0xea]G[0xc3]r[0xfb]'8[0x1c][0xe][0xee][0xfb][0xc]-a[0xb9][0xf3][0x16][0x82]ay[0xf9][0x16][0xa4]x[0x98][0xdb][0xdc][0xc1]/[0xe1]/[0xe8][0x94][0xdb]v[0xf3][0x88]$[0xf3]$~[0x92][0x8f][0xcc][0x16][0x0][0xca]fj[0x80][0xc]I=[0xc9][\r][0x92]N[0x92]1[0x92]e[0xfe][0x8d][0xcb][0xcb][0x9c]k[0x8b][0xf1][0x83][0xad][0xb5][0x9c][0xb1][0x80][0x8a][0x3]\[0xb6][0x80]U[0x7][0xd0]- [0xed][0x0]%[0xb][0x18]w[0x0][0xc3][0x2][0x8e][0xd9][0xc1][0x6][0x1b][0xaa][0x90][0xc3]_[0xa3][0x91]>U[0x4]Ox[0xe2][0xc1][0xfd]4[\r]yBTWIX[0xad][0xe2][0x0]-[0x97]n[0xb8][0xd8][0x9d][0xc7][0xda][0x89][0x89][0x93][0xe2]][0xa7],[0x19][0xf3][0xa6][0x9c][0xa2]PO[0xa3][0x1][0x93][0x84]M[0xd1]O[0xf7]4Fp[0x86]n[0xcc],>[0xc4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x1e][0x1f]#MiY[0xc0][0xe7]X[0xc4]&=~[0xf][0xe8]A[0xfc][0x91][0xde][0xc3][0x9f])[0xe8]_q[0x9][0xbf]a[0x5][0xbf][0xd3][0xeb][0xf7][0x7]2[0xcc][0x8b],;[0x84]I[0xd6][0x81]<[0x8b]@3[0xcb];[0x8]/[0xe1][0xcd][0xd4][-T[0xb0][0x1e][0xfc]E[0xc8][0xcb][0xe4]C#[0x93][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^[0xe5]w[0x8d][0xf5][0xda][0xc5][0x17]Y[0xf]5[0xca]q*0/y[0x1b][0xea][0x1e][0xa1]Q[0x80][0x9f][0xfd][0x83]A[0xf6]7[0xc6][0x1a]d[0xfe][0xf7][0x10][0xbd][0xf][0xa9][0xf0].[0x9c]0[0xbb]w[0x8]/[0x9a][0x5]b[0xc4]=[0x8f][0x17]N[0x86][0xfe][0x5]PK[0x7][0x8][0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$1.class[0x8d][0x95]_o[0xd3]f[0x14][0xc6][0x1f][0xb7]I[0x9c][0xa4][0x6][0xb2][0x8e]um[0x81]R[0x98]i[0x9b][0xb1][0x91][0xd1][0x1][0x1b][0xa3][0xb0][0xa6][0xc5][0x85][0xb6][0x89][b'[0xac][0xeb][0xa4][0xce]u[0xbc][0xd6][0xc5][0xd8][0x95][0xed][0x14]q[0xb1]{$[0xb8]G[0x82]{[0x10][0xdc][\r][0x4]*[0xd3][0xc4][0x15][0xd2][0xa6][0xed][0x96]i[0xfb][0x0]Hh_[0x2]qN[0x92][0xd6]EmG%[0xfb]y[0xce][0xcf]>[0xef]{[0xde][0xb2][0xff]|[0xf3][0xeb]s[0x0]'[0xf0]C[0x1a]G[0xd0][0x97]B[0x7][0xfa]S[0x14][\r]0fE|[0xca]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x94][0xe5]3[0x96][0xcf]Y[0x8e][0xb1][0xe4]X[0xbe]H[0xe3]8[0x6][0xb9][0xd1][0x97])[0x8a]N0f9:[0xc9]r[0x8a][0xe5]+[0x96][0xaf]YN[0xb3]|#[0xe2][0x8c][0x88][0xb3][0x2]r[0xb2]v[0xcd][0xe][0xcd][0xc5][0xa2][0xb1],/[0x19]W[0xc]?4[0xe4][0xa5][0xc0]s[0xe5] [0xf4]-[0xe3][0xaa][0xdc][0xa5][0x85][0x86]y[0x85]J59[0xad]y5[0xdf][0xb4][0xc6]l[0x86]N[0xae][0xa8][0x85]~[0xcd][0xc]k[0xbe][0xd5][0x18][0xea][0xb1]%c[0xc5][0xa0][0xee][0x15][0xd7]t[0xbc][0xc0]v[0x17][0x8a]V[0xb8][0xe8]UE[0x9c][0x13]1,a[0x4][0xa3][0x12][0xba][0xd1]%[0xe1]<[0x14][0x9]c[0xb8] [0xa0][0x9b][0x9b][0xe4][0x1c][0xc3]][0xc8][0xa9][0x9e]V3[0x17][0xc7]l[0xcb][0xa9]*[0xbe][0xef][0xf9][0x12].r[0xda]8[0xcb][0x4][0xcb]$K[0x81][0xa5][0x8]E[0xc4][0x14][0xf7]xIB'[0xf7]X[0x82]&Ag)[0xb3]TX.[0xb3]|[0xc7]2[0x3]M[0xc0][0x80][0xe7]/[0xe4][0x16][0x1c]#[0x8]~[0xb2][0x83][0xc5][0x1c]/[n[0x8b]I[0xc8][0xc7][0x5]H[0xe3][0xae]k[0xf9][0xa3][0x9c]k[0x5][0x2]2[0xd1] [0xa7][0xe6][0x97],[0x93]v[0xa3]og[0x9d][0x89][0xf8]^@os[0xa7][0xa2][0xac]M;[0x95][0xda][0x10]'V8[0xa6][0xb2]G[0x6][0xb2][0xb3][0x85][0xf7][0xb5]=# [0x9e]/[0x95][0xf2]3[0x2][0xe][0xef]$Y[0xf4][0xfc][0xaa][0xed][0x1a]N[0xfd]H[0xd0][0x89]JL[0x8d]L([0xa3]:[0x5][0x9a]^[0x1a]WiK[0x12]j[0xb9]8[0xa2][0x94][0xe8][0xb4][0xe8][0xa5][0xb2]B[0xdd][0x8f][0xe5][0xb][0x1a]yL-[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""f[0x5][0xc8][0xef][0xd4]i[0x9c][0xd8][0xdc][0xe6][0x13][0x1b]ozv[0xd3]<[0xb6]iB[0xc3]KN*3sj[0xbe]H[0xf5][0xfa]v[0xda]F[0xaa][0xe4][0xb]eenm[0xfc]M\[0x9b][0x85][0xa4][0xe9][0xf9][0x92]>[0xb7]6[0xcd][0xb4][0xa2][0x9e]_[0x87][0xb6][0xc6][0xbb][0xe6][0xfa][0xa5][0xf8]U3[0xee][0xd8]z)[0x5][0xf4][0xfc][0xff][0xa0]2[0xbd][0xf4]5[0xf8][0x98]>)-[0x99]N>[0x99][0x0]y7;hr[0xd8][0x87][0xfd][0xe4][0x7][0x8][0xfe]B+E[0xc0][0xab][0x10][0x9e][0xff][0x96]~[0x8c][0x96]G|[0xb5]>E,6u[0x1f][0xb1][0xc9]:&[0x8][0xe3][0x11][0x8a][0x84][0x89][0x8][0x93][0x84]b[0x84])[0xc2]d[0x84]i[0xc2][0xcc][0x86][0xec]6[0xe6]F[0xfa]*[0xa4]z[0xcd]][0x8f][0xf8][0xda][0xfd][0x14]{[0xd6]j[0x12]f[0x8][0xe3][0x11]~@[0x98][0x88][0xb0][0x9d]P[0x8c][0xf0]C[0xc2]d[0x84]{[0x9]3[0x1b][0xb2]?bn[0xa4][0xff][0x82][0xdd]Ha/-N[0x9c][0x16][0xe6][0x13][0xf4][0x91][0xf7]c[0x10]'[0xc9]O!O[0xdf][0x84]8[0x14]LC#[0xd7][0xf1]#L[0xf2]*[0x96][0x11][0x90][0xff][0x8c][0x1b][0xb8]I~[0xb][0xb7]q[0x87][0xfc].[0xee][0xe1][0x1][0xf9]C<[0xc1]*[0xf9]3[0xbc][0xc0][0xef][0xe4][0xe0]%[0xfe]![0xff][0x17][0xaf][0xf0][0x9a][0xbc][0x15]=[0xb4][0xc4]i[0xb4][0x90][0xfe][0x8d][0x90][0xaa][0x1d][0xe4][0xad][0xa1][0xbb][0x97][0xee][0x8b][0xd8]Y[0xa4][0xac][0xe2][0x16][0xa2][0xae]K[0xe5][0xfd])T[0xe7]P[0xbd][0xdf][0xc3]4/ [0x6][0x99]t[0x88][0xee]nz[0xd3]A[0x8e]L[0x92]~[0x17][0xdf]"?[0xdc]E?[0x1][0x15][0xd3][0xc3]]o[0x1]PK[0x7][0x8][0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.class[0x95]T[O[0x13]A[0x18]=[0xd3]v[0xbb]e[0xbb]b-[0x17][0x11][0xbc][0x83][0xd0][0x96][0xcb][0xca][0xc5]k[0x11]%D[0x13]L[0x3]&U[0x12]}[0x1b][0xca]X[0x16][0xcb]n3[0xbb]%[0xf8][0x9f]|[0xd0]D$h[0xa2]>[0xfb][0x83]|Pc[0xfc]fw-H[0xab][0xa9]Iwf[0xbe][0xcb]9[0xf3][0xdd][0xa6]_~[0xbe][0xff][0x8]`[0xe][0xf7][0xc][0x98][0xc8][0xa5][0x91]G[0xa1][0xb]i[0x8c][0xa7]1[0x81]I[0xb5]L[0xe9][0xb0][0x94][0xe6][0xaa][0x8e]i[0x3])[0xcc][0x18]$[0xcc][0xea][0xb8][0xa6][0xe3]:C[0xcc][0xf6][0x19]zK[|[0x87][[\r][0xdf][0xae]Y[0xcb][0xbe][0x90][0xdc]we[0x91][0xa1][0xab]lW[0x1d][0xee]7[0xa4]`[0x98]j[0xe3]2O[0xba][0x17]\[0xfa][0xdc][0xda][0xf2]\[0xc7]zH[0xcb][0x1a][0xaf]5Dq[0x81][0xc0][0xda][0x8e]:2[0xc][0xfc][0xcd][0x89]!9o;[0xb6][0xbf][0xc0]0[0x94]kuZ[0x94][0x92][0xbf],[0xe6][0xd7][0x18][0x12]K[0xee][0x6][0x11][0x9d],[0xd9][0x8e]Xil[0xaf][0xb][0xf9][0x98][0xaf][0xd7]H[0x93]-[0xb9][0x15]^[[0xe3][0xd2]Vr[0xa4]L[0xf8][0x9b][0xb6][0xc7]`[0x4][0xf8]r[0xc5][0xad][0x93][0xce]\v[0x1c]![0x97]j[0xdc][0xf3][0x4][0xd9]fK[0xae][0xac]ZU%>[0xb7][0xbd][0xcd][0xc3];[0xcb][0xbe]lTT[0xbe][0x8f][0xb8][0xf4][0x84][0x1c]9[0xe4]P[0x9]q%[0xb5]M([0x8c][0x95]A[0xdf][0xe4][0xde][0x8a][0xd8][0xa5][0x8a][0xc6]s[0xf9]g[0x14][0x8b][0x13][0x8][0x83][0xb9][0xfc]?[0x8a] [0xc5][0xb6][0xbb]#[0x2][0x8]%kV[0x85][0xdf]4Sg[0x2]([0x15][0xbe][0xc6][0x9d][0xaa][0xb5][0xba][0xbe]%*>[0x81][0x8c][0xb2][0xdb][0x90][0x15][0xf1][0xc0]V[0x19][0xf][0xb4][0x9]}J[0x81]L[0xf4][0xe0][0x96][0x8e][0xdb]&[0x8a][0x98]7q[0x2][0xdd]:[0xee][0x98]8[0x8f][0xb]&.[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0xfb][0xa8]L[0x9c]B[0x96]a[0xec][0xf0][0xe2]'[0x8e][0xd7][0xa8][0xd7]][0xe9][0x8b][0x8d][0xd5][0xba]j[0xbe][0xed]:[0xf7]w+[0xa2][0xae][0xe][0xea][0x9a]a[0xc5]xI[0x7]5s[0xfa][0xbf][0x8b][0xcb]0[0xd1]!&r[0xd7][0x82]][0xc7]][0x86][0xc9]\[0xa7][0xcd][0x9c][0xe][0x86][0xa9]5[0xe5][0xc5][0xb0][0xad]);[0x9a]j[0xf2][0xf9]][0xf4][0xe3][0xf]"[0xdb][0xaa]e[0x18][0xed][0xec]~[0x86]\[0xa7][0x81]R)[0xd3][0xf4][0x98][0x81][0x18][0xb2][0xaa]k[0xa0][0xe1][0xf][0xa4][0xc]}[0xd4][0x1a]:'[0xe9][0xeb]A/Y[0xfa][0xe8]T"}[0x8c][0xf6]L[0x81][0xed][0x83][0x15][0xc6][0xf][0x10]c[0xd8]C[0xfc]M[0x80][0xea][0xa7][0xb5][0x1b]qZ[0xbf]A[0xc3]w[0xe2][0xfa][0x81][0xd3]$[0xf5][0x87][0x18][0xc]`[0x8][0x8]Ngq[0x8e][0x18][0x99][0x9a][0x90][0x88]y.[0x90][0x1][0xa3][0xf0][0x16][0xf1][0x3]$[0x18]^59[0x93][0xca]B?[0xc5]e[0x86]^[0x11][0x17]S[0xc3][0x10]1,[0x91][0xb7][0xb2][0xf5][0x15]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xe1]3[0x92]{[0xd0]I[0xd4]_7[0xc9][0xc][0x15][0xc][0xd3][0x90]a[0xc9]#[0x84]}M[0xc2][0xcb][0x18][0x8e][0x8]g"[0xc2][0xd4][0x7][0xa4][0x9e][0xee][0xa3][0xeb][0xd3][0xb1][0x80][0xd2]G[0xf0][0xa9]fr#[0xcd][0x80][0xac](%[0xed][0xcf][0x0]Bp[0xe6][0x8]X[0xb][0xc1][0x99]E[0xf5]XZ[0xc0][0xef]`[0x1c][0x3][0xe3]k+[0x98][0xec][0xa3][0xc1]:[0x86]A[0xda][0x7][0xa9][\r]i*[0xea][0x19][0xa8][0xeb]9[0xdc]H[0x18][0xb8][0x19][0xd4]>[0xf5][0xb]PK[0x7][0x8][0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.class[0xa5]VmS[0x13]W[0x14]~NH[0xb2]![0xd9] F[0xde]Dl[0xa9]EH@LD[0xea]KCi)[0xc5][0x8a][0x6][0xb0][0x8d]bm}[0x99]%[0xde][0x86][0xc5][0xb8][0x9b][0xd9][0xdd]08[0xfd]K[0xfd]`gJ[0x1d][0xda][0x99][0xea][0xe7][0xfe][0xa8]N[0xcf][0xd9][0xac]1[0x81]M[0x7][0xdb][0xc9][0xe4][0xde]{N[0xce]s^[0x9e]s[0xf6]f[0xff][0xfa][0xfb][0xf7]?[0x1][0xcc][0xe3]I/N[0xe2]z[0x12][0x19]|[0x9a]B[0x11][0xb])|[0x86]E[0xd1]}[0x9e][0xc2][0x17]X[0x92][0xe5]K[\r]_[0xa5][0x90][0xc0][0x8a][0x86][0x1b][0xb2][0xad][0xe1][0xa6]X[0xac]j[0xb8][0x95]D[0x1f]n'Y(iX[0xd7][0xb0]A[0x88][0x98][0x1e]a[0xa0][0xb4]c[0xec][0x1a][0xf9][0x86]g[0xd6][0xf2][0xab][0x9e]r[0xc][0xcf]v[0x8a][0x84][0xde][0xb2]Y[0xb5][0xc][0xaf][0xe1](Bl[0xc5][0xf2][0x9c][0x17][0x4]}[0xd5][0xb2][0x94][0xb3]\3\W[0xb9][0x84][0xfb]![0xc8][0x85]6[0xdd][0x9a]Q[0x9f][0xf0][0x91][0x81][0xb2]fX[0xd5]|[0xd9]sL[0xab]Zd[0xcd]3[0xc3][0xf1][0x8c][0xfc][0x8e]k[[0xf9][[0xbc]l[0x1a][0xb5][0x86]*.[0xf2][0x87][0x3][0xee][0x8a]@[0x18][0xe9]fF[0xe8]y[0xa6]8[0xa3][0xcc]Q[0xcf][0x84][0xf8][0x82]i[0x99][0xde]"a,{[0x14][0xbf][0xb1][0xb5][0xa3]*^1[0xb7]I[0x88].[0xdb]O9[0xc8][0x89][0x92]i[0xa9][0xf5][0xc6][0xf3]-[0xe5][0xdc]5[0xb6]jJ[0xbc][0xda][0x15][0xa3][0xb6]i8[0xa6][0xc8][0x81]2[0xea]m[0x9b]\t[0xaa][0xe9][0xa0]\[0xb1][0xeb][0xac][0x9c]/[0xd9]N5_[0x15]F~4[0xdd][0xed]wa8[0x99]FE[0xd8][0xbb]c8[0xae]r&[0xda]P[0x92][0xa1][0xed][0x8b][0x84][0xd3]][0x13]$h[0xdb][0x86][0xbb][0xae][0xf6][0xd8][0xaa]'[0x9b][0xfb][0x9e][0x13][0xb0]|a8[0x9b][0xb][0xe3][0x98][0x1][0x83]][0xf4]C[0x9d][0xe5][0xbc][0xa8][0xbf]-i[0xe9]7[0x8b][0xb0][0x1c][0x9e][0xce]{z[0x89];[0xea][0xb9][0xbd][0xab][0xfc]R[0xb9]3zUy-[0x3][0xc2][0xa8][0x1f][0xa3][0xcb] [0xc][0xbc]M[0xc0][0x8f][0xd5]b/iT*[0xca]u'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0x2][0xe1]f[0xf6][0xbf][0xf4])[0x17]6\[0x91]=[0xf6][0x97],[0xdb][\r][0xa7][0xa2]n[0x98][0xc2][0xe2]H[0x88][0x9f][0x8b][0x82][0xd4]q[0x6]c:[0xce][0xe2][[\r]e[0x1d]wqO[0xc3][0xa6][0x8e][0xfb][0xf8]N[0xc7])[0xc]hx[0xa0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x1d]9\[0xd6][0xc0][0x1d]>[0x15]B[0xa4][0x8e][0x1f]p[0x99][0xd0]8[0x15][0x1d][0xf]E?[0x14][0xce][0x8b][0x8e][0xd3][0x18]%L[0xbd]C[0xdd][0xb3][0xdc]F[0xbd]n;[0x9e]z[0xba]Q[0x97]g[0xd5][0xb4][0xad][0x95][0xbd][0x8a][0xaa][0xcb]A[0x92],H[0x1e][0xd3][0x1a][0x1e][0x11][0xe6][0xde][0x9f],[0xc2][0x85]c[0x82][0x2][0xf3][0x98][0xbf]kxL[0x98]=vw.[0xf9][0xcf][0xed]p[0x97]g[0x86][0x90]PBYY[0xf1][0xf1]d[0xc7]\[0xb2][0x8a]{[0x97][0xee]P[0xb0][0xb9][0x19][0xdc]Z[0xcc]c[0x87]y[0xdb]=[0x98]9[0xaa][0xed]p[0xc4][0x8d][0xe2][0xf1][0xe5]y[0xbd]-[0xf7]Q[0x82][0xf][0xc1][0xd0]N[0x1e][0xaf]&B[0xf6][0xb8][0xc5]c[0x9c]/[0xef][0xc][0xff][0x15][0xf4][0xf0][0xca][0x3][0x4]~[0xe4]Y[0x8a]`[0x84][0xbf][0xdc]o[0xff][0xcc]#[0xc7][0xbb][0xc6][0xdf][0xb3][0xf8][0x80]->[0xe4][0xd3]7[0xac][0x8f][0xf0]>8M[0xaf][0x10][0x99][0x9e]9@[0xf][0xe1][0x0]Q[0xc2]>b[0xbf][0xf8][0xb0]q^[0xfb][0xd8]1h[0x14]1:[0x83][0x1][0x1a][0xc3]G[0xac][0x1b]j[0x2]q[0xe][0x13][0x80]:[0x8f]IvK2[0xb9][0x81][0xfb]y_[0x6][0x92][0xd3][0xbf]"v[0x80]8[0xe1][0xe7][0x96][0xcf][0xb8][0xfc]B[0xe3][0xbe]/[0xbd]i[0x15][0xf8]"[0x19]7[0xb6][0x12][0xf]?[0x5][0x9][0xe6][0x9a][0x1e]4[0xc2][0x1b]$J[0x92]h[0xaf][0x1c][0x93][0xfb] [0x11]R"[0xe8][0xfb]H[0xcf][0xbc][0xf4]Y[0x90][0x0][0x19]D[0xd9][0xd7]y[0xa4]i[0x92]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "S[0x94]mK<[0x17][0x4]K3+9[0xcc]p[0xd0][0xb]A"M[0xcd]l[0x8b][0xc3][0x8b]|[0xca][0xa3][0x10][0x94]4[0xc7][0x1a]I6[0xf1][0x7][0xfa][0x1e][0xbc][0xc2][0x89][0xd7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]m+([0xd1]"[0xe7][0x12][0xe3][0x9a][0xf8]|@I[0x8c][0xb]J[0xbf]<[0x4][0x9e]k[0x3][0xc7][0x9a][0xe0][0xfe]%[0xb9][0x4][0x8e][0x80]C[0xff]a[0xf0]`[0x8]8[0xc1]-[0xf8]$$2[0xfd];[0xf8][0x8a][0x9f]v[0x4]W[0xfd][0xf5][0x1a][0x86]y?[0xc7]t&[0xb0][0x8c][0xa1][0xb8][0xbc]6[0xac][0xe1]c[0xc8][0xfb][0xc6][0x1a][0xee]D[0x93][0xcd][0xc0]h@[0x8b]w[0x10]2[0x85][0x14][0x82]N<[0x85][0x19][0x18][0xff][0x0]PK[0x7][0x8]'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser.class[0x95]X[0xf9]_\[0xd5][0x15][0xff]^[0x98][0xe1][0xcd][0xf2]"[0x10][0x92][0x8]![0xab]"[0x2][0x89][0x90][0xc4][0x18][0xd3][0x90][0xc4][0xc]0[0x81]I[0x86][0x1][0x19] !1[0xe2][0xcb][0xe4][0x5][0x6][0x86][0x19][0x9c][0x19][0x8][0x89][0xbb][0xc6]=[0xda]t[0xb1]M[0xa8]K[0xa3][0x6][0xd4]D%h [0x98]Fb7[[0xbb][0xb7]Zk[0xad][0xb5][0xd6][0xda][0xff][0xa0][0xfd][0xc1][0xf6]Sz[0xce]{[0x8f][0x99][0x81][0xc]8[0xe1][0xf3][0xb9]w[0xee]r[0xce][0xf9][0x9e]{[0xb6][0xfb].[0xef][0xfd][0xef][0xad][0xb7][0x1][0xac][0xc5]?m[0xd8][0x88]^[0x9][0x7]lHC[0xaf][0x15][0xe5][0xe8][0x93]p[0xd0][0x6]3[0xe][0xf1][0xe4][0xe][0x9]w[0xda]`[0xc1]]Vl[0xc6][0xdd][0xbc]r[0x8f][\r][q/[0xaf][0xdd]gC[0x9][0xee][0x97][0xf0][0x80][0x1d][0x99]8,[0xe1]A;[0xb2][0xf1][0x90][0x84][0x87]mx[0x4][0x8f][0xda][0x90][0x83][0xc7][0xac]D[0xfb]8/[0x1f][0xe1][0xb5]'x[0xf4]$[0x8f][0xbe][0xce][0xa3][0xa3]<[0xfa][0x6][0x8f][0xbe][0xc9][0xa3]oY[0xf1]m<[0xc5][0x1c][0xdf][0xe1][0xee][0xbb]v[0x1c][0xc3]q[0x1b]![0xf6]K[0xf8][0x9e][\r][0x5][0xe8][0xe5][0xc9][0xd3][0xbc][0xf7][0xc]w[0xcf]2[0xc1]s[0x12][0xbe][0xcf]j[0xf4]sw[0x82][0x9][0x9e][0xe7][0xe5][0x17]x[0xfa]"S[0x9d]d[0xc5][0x7][0xec][0x18][0xc4]K6[0xbc][0x8c]{y[0xed][0x15][0xee]Nqw[0x9a][0xbb]W%[0xbc][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc]n[0xc3]z<&aH[0xc2][0x19][0x9][0xc3][0x12][0xde][0x10][0x90]][0xc1][0xa0][0x1a][0xae][0xc]([0x91][0x88][0x1a][0x11][0xb0][0xd7][0xed][0xed]P}Q[0xaf]/[0xd4][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8][0x1c][0xe1][0xb0]r[0xd0][0x98][0x98][0x8d]_[0xc9][0xd7][0x13][0xe][0xab][0xc1][0xa8]@[0xa9];[0x14]n+kc[0xde][0xfd][0xfe]H{YG$[0x14],[0xdb]F[0x9d]7[0x1a][0xee][0xf1]E{[0xc2]j[0xbd][0x12][0x8e][0xa8][0xe1][0x2][0x8d][0xb3][0x9c]DD[0xa2]JT[0x95][0xf0]&[\r][0x9d][0xbd][0x9a][0x8c]Bw[0x87][0xd2][0xa9][0x84][0xa3][0x8a][0xce][0x1d][0x89][0x86]U[0xa5]K[0x13]b[0xf0]jt[0xc4]k[0x8b][0xb0][0x10]oT[0xf1]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0x13]W[0xaf]R[0xd6][0x13][0xf5][0x7][0xca][0xaa][0xd4][0xdb]{X[0xb8][0xd5][0xeb]o[0xb]*[0x8c]*[0xe0][0x98][0xbe][0xbf][0xf1][0xf2]T[0xdd]L[0xf2]26[0xfa][0x83][0xfe][0xe8]f[0x81][0xfc][0xa2][0xa9]:2[0x9b]f[0x98][0xf2][0xe2]f[0x1]Seh[0x1f]!f[0xba][0xfd]A[0xd5][0xd3][0xd3][0xb5]W[\r]7*{[0x3][0xb4]2[0xd7][0x1d][0xf2])[0x81]f%[0xec][0xe7][0xb9][0xb1]h[0x8a][0xb6][0xfb][0xc9][0xcc]E)[0xaa][0xc3]6S[0x18]J w&%[0x4][0x16]%QP[0xf7][0xa3][0xa6]aFH[0x1b][0xb][0xe4][0xcd]HF[0xd6]kS[0xa3][0x4][0xee][0xf][0xb6][0x9][0xcc]+*[0xd6][0xed][0x17]P[0x82]me[0xfa]*[0x91][0xcc][0xd1][0x8c]_[0xab]t[0x1b]g[0xc9][0xf2]G\[0xc1][0xa8][0xda][0x16]V[0x2][0xfa][0xc1][0x5][0xd2][0x8b][0x8a]w[0x11] [0xc9]r[0xb1]si[0xea][0xa2][0x80][0xa1][0xa9];[0xc4][0x82]i[0xbe][0x8d][0xe4][0xd0][0xbc][0xc2][0xdf]V[0xa5][0xfa][0xfc]]J[0x80]N6[0x9][0xd7][0xa5]D[0xdb][0xcb][0xe2];[0x4]i[0xd7]X}J[0xd4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14]h[0x84][0xc9][0xa3]e[0x92][0x8a][0x98][0xa4]v%[0xe2]Q[0xfb][0x8][0xdf][0x14][0xd4]~[0x8a]f[0xe1][0x9b][0x1e]e[0xd1][0xb0][0x12][0x8c][0xf8]u+o8t/Y43R[0x90][0xb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "lI[0xe2][0x95]f%@[0xb1][0x9a][0xb2]6[0xe6]^[0xa6]O[0xea]{][0x12]i[0xe5][\r][0xf5][0x84]}[0xea]V?{$7I[0x8][0x95][0xb2]ie[0xd4][0xa2][0x83][0x1c][0x1b][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M_-5d[0xb8]@^Y[0x9d]b[0x82][0xc4]K[0x2][0xb][0xf5][0xc8][0xa8]D[0x95][0xc0][0x9a][0x14][0xb9][0x13][0xca][0xb][0xb3]7[0xcb]8[0x8b][0x11][0x19]N[0xd4][0xc8][0x18]E[0xab][0x8c]s[0x18][0x93][0xf1][0x16][0xce][0xb]\y[0xc9][0x99][0xf5]H[0x94][0xd1][0x82]][0xc9][0xb6][0xf5] [0x94][0xf1][0x3][0xde]^[0x1a][0xf]`W [0xa0][0xb6])[0x1][0xcd]-[0xce]>[0x1f]9[0x8e][0xbc]+[0xe1][0x82][0x8c][0xb7]1[0xce]Z\[0x94][0xf1][0xe]+[0xf0]C[0xec][0x91][0xf1]#^[0xfb]1[0xab][0xf2][0x13][0x1e][0xfd][0x14]d[0xbc]wy[0xf4]3[0xf8]d[0xfc][0x1c][0xe3][0x12][0xde][0x93][0xf1][0xb][0xfc]R[0xc6][0xaf][0x98][0xe9][0xd7][0xa8][0x91][0xf0][0x1b][0x19][0xbf]e[0xe6][0xfd][0xd8]#[0xb0],neO[0xc8][0xdb][0xe3]kw[0x6][0xd4].rh[0xc][[0x86][0x1f][0x1d]2~[0xc7][0xec][0xbf][0xe7][0xee][0xf]x_`[0xe5][0xe5]T([0x19]mx_F7n[0x97][0xf1][0x1][0xfe]([0xe3]C[0xfc]I[0xc6]G,[0xec][0xcf][0x18][0x91][0xf0][0xb1][0x8c][0xbf][0xe0][0xaf][0x12]>[0x95][0xf1]7^[0xfc][0x8c][0xbb][0xbf]s[0xf7]9j[0x4][0x16]^b[0xbc][0x4][0xe5][0xfe][0x81]/[0xa8].[0xa7][0xa6][\r]U[0x81][0xb8][0xa1]'[0x93]c[0xc9][0xec][0xe1]M[0x9][0x99][0xe2]QWS[0xce][0xa7][0x92]*[0x2]e[0x5][0xde][0x3][0xfe][0xa8][0xaf][0x9d][0xaa][0xd3]$G[0x1]s[0x14][0xe8][0x1c][0x5][0x97]r[0xa4][0xed][0xe6][0xd2][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xf3][0x7][0xb9][0x8][0xd9][0x14][0x9f]O[0x8d]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xad]Z%P[0x93]j}N[0x8c][0xe7][0xf2][0xa4]ES[0xa6][0x82][0x10][0xcb]W2[0xfc][0xf4]R[0x94][0x98][0xcb][0x96]hh[0xb2][0x4]/[0x9d][0x1][0xbf][0x96]tT[0xda][0xf8][0xa6][0x9e]W[0xef]h[0xf0]:[0x1b]Z[0xab][0x9d][0x8d][0xde][0xc6][0x6][0x97][0xa7][0xba][0xd5][0xd9][0xd0] [0xb0][0xa1]([0xb5][0xe2][0x92]T[0xd9][0xf9]E[0x97][0xae]r[0x9][0x94][0x9b][0x1d][0xee]&g[0xab][0xa7][0xa9][0xb6][0xc2]I[0x18][0xb6]x[0xe1][0xa7][0xdb][0xd1][0xd0][0xc3][0xe5]uy[0x1a][0x9d][0xd5][\r][0xe][0xb7]N[0xa6][0xab]c[0xf1][0x7][0xa3][0xc6][0xd1][0xb3][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13][0xa5][0xbe]m[\r][0xd0][0xbd]`[0xec][0xcf][0x8d][0xef][0xbb][0xeb]&[0x8f][0x93][0xb9]7v[0x1d][0x18]d[0xb9]q[0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Wu[0x95][0xb3][0xd2]U[0xeb]p[0xeb][0xc4]W[0xcf]`[0xb4][0xc9][0xbb][0xc1][0xd5][0xd5]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "KM[0x9e][0xed][0x9e][0xba][0x1d][0x1e][0x81][0xab]R[0xb9]MlNOUk][0xc5]6ge#[0xe9][0xcb][0x13]GC[0x83][0xa3][0x85]T[0x9b][0xf6][0x89]A[0x92][0xfd][0x11]gWw[0x94][0xae][0x1][0xbb][0xb7][0xd1][0xd1][0xd0]8I)[0xeb][0xb3]I![0xe9][0xdd][0xa1][0xee][0xe9][0x97]l[0xec][0x1e]6u[0xf7]D[0xda][0xa7]y"[0xe1].[0xb7][0xfb]H[0xc7][0xa8]j|[0x8a][0xd5][0xcc]r[0xc5]\[0xe6][0xa7][0x99]e[0xbb][0xb3][0xa5][0xd5][0xe3][0xa8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac][0x98])[0x97]b[0xe2][0xb][0xb4][0xbe][0xf1] [0xeb][0xb0] [0xb9][0x6]z[0xe4]'[0xd0]Y[0x13][0xc6][0x97]\[0xe4]I$[0x97]k[0x85]tv[0x9a]Xd[0xea][0x19]@[0xce][0xd2][0xa7][0x8d][\r]Mt[0xe][0xbb]>[0xd9][0xea]p{[0x9d][0xb1]-O[0x93][0xdb]ME[0xcb][0x8]"rL[0xa3]S[0xf][0x9e]u3[0xd9]2A[0xa5]$I[0x83]e[0xf4]I[0xbe][0x11][0x2][0x9b][0x90]N[0xf][0xc][0xba][0xc][0xe9][0xd5][0x91][0xc6][0x17][0x1a][0xfd][0xce][0xe5][0xab][0x95][0xf6][0xb6]kknzE[0x80][0xef]LZ[0xa9][0xa3][0xd1]-0[0xd1]*[0xb0][0xa8]d[0x14][0xa2][0xe4]<[0xd2]ZF[0x91]~[0x16]&[0x1a][0x9a][V[0x8c]"[0xe3],[0xa4]3[0x1a]g[0xbd]&[0xcb]D}[0x11][0xf5][0x85]$[0xa7][0x18][0xf9][0xf4][0x0][0xb8][0x99]V[0x16][0xe8]2[0xd0][0x0]/[0xa0][0x8d][0x1a][0xd1]D[0x8][0x8c][0xd4][0xfc][0xd5]H[0x16]F[0xb2]&AZi ]GH[0xa5]3 [0xed][0xc0]NB[0x10]|![0x1b]H/[0x92][0x15][0x18][0xfb][0xd6]a[0xd8]J[0xde][0x84]}[0x4]r[0xe9]+4g[0xab][0xf0]z:[0xb5]Z>[0x80]L[0x1a][0x99][0xc6]p[0x95]@?$[0xd3] L[0xe9][0xa7]c[0xaa][0xea][0xd2][0xd5][0x4][0xe9][0x85][0x9]*J0[0xcd][0xb3][0xa7]oa[0xb5][0xda][0xd0]n@[0xed]0[0xa0]rKFpu?[0xec][0xe7]Q@[0xc9]x[0xcd]8e[0xa6][0x86]>[0x14][0x13][0xae][0xa7]a[0x7][0x89][0xe9][0xa4]4[0xec]B[0xe][0x82][0x9]@[0xb9]Sm[0x91]Ib[0xe9][0xa3]R[0x7][0x11][0x17]t[0x10][0x91][0xc7][0x12][0xdf][0xc5][0xe2][0x12][0xb6][0xfd];0[0x1f][0x87]u[0x18][0xd7][0xe]"c[0x18]Ega[0x1f][0xc4][0x97]I[0xe][0x9c]S[0xa2][0x9f][0xb8]X[0xe0]"J[0xa8]2[0xc4][0x98][u[0x17][0xae]8[0x8e][0xed][0xfa]h[0xe5][0x8e][0x12][0xc3][0xab][0xe7]p[0x1d][0x9][0xd4]e\[0x1b][0x93]V4[0x80]c,[0x8c][0x89][0xc6]P[0x9a][0x86]8y[0x19][0x9][0x1e][0xc4][0xa1][0x12][0x82][0xd4]4[0xe9][0xd6]9V[\r][0xa0][0xf2]+eV[0xcd]*[0xb3]0[0xa6][0xe5][0xfc][0x98][0x96]$XC[0xb1][0xd1]h[0x19][0x8d][0xce][0xc4][0xac][0xbc][0x8b]J[0x8][0x10]&+G[0xb0][0x1c]=[0xb8][0x1][0xbd]T[0xbc][0xfb][0xc8][0x8c][0x7])[0xfe][0xe]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x81][0x10][0xee][0xc4][0x3][0xb8][0xb]Gq7N[0xe0]>[0x9c][0xc2][0x83][0xf4]ly[0x88][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xd3]w[0xf7]#[0xf4][0xc1][0xfc]([0xfe][0x85]#[0x98][0xc0][0x13]B[0xc2][0x93]"[0x1b]GE.[0x9e][0x8a]{K[0xe4]%xk[0x19][0xe4][0x9d][0x12][0xca]'[0xd8]G[0xf4][0x8b]4[0xea]$l5[0xe7]dnZl][0xb1]8[0x9f][0x83][0xaa]s[0xd2][0x95]Xa[0x14]N[0x11][0xaf][0xcf]z[0xd4][0xf5]'[0x4][0x83][0x88][0xc5]t [0x16][0x3][0xd9]D[0xcd][0xf5][0xfa][0x88][0xee]>[0xcb]q[0x1c]6m[0x8c][0x19][0xb9]j[0xaa][0x91][0x13][0xaa][0xf5])[0xe2][0xb9]F[0xc3][0x82][0x16][0x80]\[0xad][0xb9][0xc6].=,[0xc4] [0xd6][0x1c][0x16][0x13][0x83]X9[0xa8]%[0xf6]LV[0x9e]cX[0x99]hc[0xf1]%[0xe5]?3q8n[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "dQ[0xff],%[0xf9]st[0x86][0x13][0xe4][0x84][0xe7][0xa9][0x86][0xbf]@[0xa5][0xed]$[0x95][0xb5][0x1][0xba]#_[0xa2][0xf3][0xbd]L[0xe9][0xf2][0x1a][0xb9][0xe0]u[0x8a][0xed]!r[0xd0]09[0xe4][\r]r[0xc4][0x8][0x1e][0xa7][0x87][0xe2][0xe4][0x9d]$[0xe3][0x1e]J[0x8f][0xa0]f[0x89]#[0x9][0x86][0xce][0x84][0xe5][0xbf][0x90]E[0xb9][0xd9][0x9c][0x96]o[0xfd][0x12]s[0x88] [0x14][0xb3][0xeb][0xbf][\r][0xf3][0xf4][0xc5][0xa2][0xbb][3[0x8f]~&w[0xf2][0xf8][0x9e][0xc1]L[0x19][0x86][0x99][0xa4][0x98][0x99][0x16]hf[0xca][0xd2]M[0xb1]<[0xd1][0x14][0xcb][0x7]&[0x9e][0xce][0xef][0x9f]8[0x16]7[0xc5][0x6][0xaa]x[0xa0]G[0xab][\r][0x17][0xe8]([0xe3]t[0xa4][0x8b]XB[0xf][0xd2][0x95][0xf4][0x1e][0xad][0xa7][0x97][0xa8][0x97][0x1e][0xa2][0xcd][0xf4][0x4]m[0xa1][0x17]h+[0xbd]9[0xf7][0xd3][0x93][0xd3]O[0xcf][0xcd][0x3][0xf4]v[0x8c][0x9b][0xa0]3f[0x82][0xbe][0x4][0x13]dAb[0x13][0xfc][0x7][0x95]d[0x4][0xcd][0x6]6~3[0x1a]6[0x18]7[0x8a][0xb4]:[0x8c][0xd5]%cX#[0xc8][0xb0][0xd7]k[0xd7]5Pm[0xc4][0x9d]d[0xc4]`[0x19][0xb5][0xeb][0xa9][0xdd]H[0xad][0x9c][0xda]M[0xd4]*)/[0x87](#[0xa9][0xad][0xa5][0xb6][0x80][0xda][\r][0xd4][0xd6]Q[0xbb][0x91][0xca][0xfb][0xfa][0x16]][0xe8]9|m[0x14][0x1b][0xe2][0x5][0xbe][0x10]V[0xea]?[0xa0][0x9b][0xfa]C[0xfa]r[0xfa][0x88].[0xd0][0x8f][0xe9][0xfb][0xe0][0x13][0xf2][0xfd][0xa7][0xf4][0x8d][0xf4][0x19][0xd1]|N[0xdf]0_$[0xc4][0xb7]J[0x9][0x1a]1[0x8e]d[0x83]e}[0xba][0xfe]G[0x7][0x8f]j.[0xe8][0xd1][0xd4]YC[0x8e][0xd8][0xcc][0xba]gY`!%[0xf9]b6[0xd3][0xaf][0x3][0xfc][0xcf][0xd2]rT[0x98][0xf8]?[0xbb][0x9b]P[0xbd]%[0x8f]"k[0x10][0x9f]l[0xc9][0xfb]?PK[0x7][0x8][0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer$JsonToken.class[0x95]VkW[0x1b]U[0x14][0xdd]C[0x12]2[0x9][0xd3][0x12][0xd2][0x16]K[0xad]-RZC[0x80][0x86][0xf7][0xbb]HH[0x3][0x82]CB3[0x9][0x1a]hK[0x87]0[0x84]@[0x98][0xe8]$[0xa0][0xd6]G}?[0xff][0x80][0xbf][0xc1][0xe5][0x7][0x9b]Z[0xeb][0xf2][0xb5][0xfa][0xd9][0xe5]ory[0xce][0x9d]![0xb]*K[0x1][0xd6][0xba][0xfb][0xec]}[0xcf]=[0xe7][0xdc]{[0xcf]\[0xf8][0xf3][0xef]_[0xfe][0x0]0[0x80]o|pc[0xd9][0x8f][0x15][0xdc][0xf6]b[0xda][0x8b][0xbb]~tb[0x95][0x87]{<[0xa3][0xf3][0xb0]&[0xa3][0xcb][0x87][0x9][0xe4][0xfc]D[0xd6]Y1d[0xf4][0xb0][0xb2][0xc1]$/[0xa3][0x97]qSF[0x1f]cAF?On1[0xd9][0x96]1[0xc0][0xa4][0xc8]dG[0xc6] [0x13][0x93]II[0xc6][0x10][0x93]7[0x98][0xbc])c[0x98][0x89][0xc5][0xa4],c[0x84]I[0x85][0xc9][0xae][0x8c]Q&{L[0xde][0x92]1[0xc6][0xf8][0xb6][0x17][0xef]H[0xf0][0xc5]2)5[0x9b]\[0x8c]'[0xc8][0x9e]/[0x97][0xcc]ti[0xdb]0%(s[0xa6]iX[0xb1][0xa2]^.[0x1b]e[0x9]]j[0xc9][0xca]G[0xf2]L7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0xcd][0xc8][0x16]yFj[0xee][0x85][0xfb][0x86][0xd5]^c[0xe3][0x12][0xfc][0xda][0xad]L4[0x15][0xb7][0xc3]zbI5i[0xe3][0xc2]BTB[0xbd][0x96]N[0xcd]%f[0xc9]Hd[0x16][0xa6][0xe3])[0x9][0xee]t*[0x13]'[0x87][0x99][0xa8][0xaa][0x11][0xba][0x13][0x19]U[0xa5] [0xa2][0xb4][0x98][0x9a]d[0xad][0xc1][0x8e][0xe8]0W<9C[0xfe][0xc6][0x9e]aV[0xbc]x[0x97][0xcc]8[0x9b][0x12][0xae][0xa9][[0xfa][0xb6]nUt[0xbb][0xc2]r[0xc5]2[0xf4][0x1d]Q[0xe8][0xa2]n[0x95][0xa9]J[0xe1]G[0x15]z[0xf6][0xf4][0xe2][0xae]!AZ[0x96][0xe0]m_[0x8a][0xaa][0x99][0xb8]&[0xa1]{[0xe5]d[0xfb][0xac][0x17]Q[0xe8]|"[0xa1][0x8e][0x13].u[0xc7]J[0xeb][0x94][0xbf]Q-[0x98]Fbwg[0xcd][0xb0][0xd2][0xfa]Z[0x91][0x14][0xaf][0x88][0x99][0xdc][0x90]0[0x15][0xa2][0xdd][0xec][0xe9][0x91][0xa2]n[0xe6]#Z[0xc5]*[0x98][0xf9][0xf1][0x8e][0x93]e[0x9][0xaa][0xa5][0x9c]^\[0xd2][0xad][0x2][0x7]w2[0xb8]M}[0xc7][0xe0][0xb9]E[0xa7][0x1d]M[0x14][0xcc]BeR[0xc2][0x8d]#[0x92][0xcf][0x1d][0xef]t[0x97];[0x96](Ie[0xb3]@[0x7][0xe3][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "yS[0xaf][0xec]Z[0x94]0[0x1c]:[0xc1]z9oT[0x9c]K[\r][0x85]:[0x8e]{[0xad][0xde]By[0xc9][0xbe]XW[0xa8][0x83][0xae]V[0x9e][0xc8][0x15][0x9d][\r][0x91]@a'[0xf][0xec]*n[0xee][0xee]L[0x9c][0xe4]<'Ek[0x97]v[0xad][0x9c]1S[0xe0][0x93][0xc][0x1e][0xf2][0xbc][0xce][0xa1][0x15]D[0xf9][\r][0x98]V[0xf0][0x1e][0xde][0xf7][0xe2][0x3][0xda][0xf6][0xf1]3([0x98][0xc5][0x3][0x5]*>T0[0x8e]I[0x5]/cJ[0xc1]Gl[0xa9]XP[0xd0][0x85][0x88][0x82][0x8f][0x99][0xf6][0xb0][0xd5][0xcb]C[0x1f][0xf][0x9f][0xb0][0xd6][0xcf][0xd6][0xa7]l[\r][0xb0][0xf5][0x19][[0x83]l}[0xce][0xd6][0x10][_[0xb0]5[0xcc][0xd6][0x97]l[0x8d][0xb0][0xf5][0x15][[0xa3]l[0x8d]!"[0xe1][0xf4][0xe1][0x3][0xf2][0xe2]k[0x9][0xed][0xc7]9~[0xfa][0xa8]r[0xc5][0x92]I[0xc7]rV\[0xd8]~[0x94][0xe4][0xda][0x96][0x91][0xe3][0xcb]i[0xfd][0xbf][0x83][0x90]0x[0xb0][0xeb][0xc4][0xeb]3~[0xd4]7p[0xb8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd]|T[0xb7][0xf2]}+Z:[0x9a]J[0xaf]&[0xa7][0xe7][0xe3][0xb1]4?#[0x82]FS[0xa9]h[0x96]&[0xc5]w[0xbf][0xba][0xff][0x1e]9t[0xff]U[0xf2][0xdb][0xd4]~[0x9b][0x1a]l[0xe2][0xbc]P[0xfe]}O[0xf1]N[0xc5][0x13]7k[0x9]|L[0x9c][0xf0][0x97][0xfe][0xfb][0xd4][0xa6]z[0xe8][0x15][0xee][0xa4][0xbf] [0x8d]S-|[0xb3][0x0]a[0x8f][0x83][0xbd][0xe][0xf6]9[0xd8][0xef][0xe0][0x80][0x83][0x83][0xe][0xe]98[0xec][0xe0][0x88][0x83][0xa3][0xe][0x8e]1"[0xc8][0xdd]$[0x90][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8]\[0xe0]&%^[0xf][0x1f]b[0xb8][0x9][0x9]qbm[0x84][0xfc][0xe3][0xaf]B[0xfa][0x9]uO[0xe1][0xfa][0x81][0x98][0x84][0x19][0xe1][0xc9]s+[0xe4]?[0x8b]W[0x1c][0xff][0x1][0xd4][0x9][0xd5][0x1f]t[0x87][0x86][0xe7])[0xdc][0xec]_w[0xc8][0x8e]F[0xc5][0xf6][0xc2]<^[0x15][0xf3][0xd4][0xca]4r[0x84][0xdb]p[0xc1][0xc3]u[0x85];/>A}[0xb8][0xfb]1[0xbc][0xe1]s[0xee][0xc7][0x90][0x1f][0xd6]"[0x5][0xe9][0x94][0x80]"E[0xdc]A[0x3]L4[0xa1]$[0xa2][0xb6][0xd2]Z[0x9e]M[0x88][0x1d][0xee][0xef][0xd1]U[0xdb][0xa5][0x1b]I[0x11]c[0x91][0xc6][H95G[0x8][0xb9][0x1a]O[0xf8]Gx[0x9f]-[0xd7]:P[0xae][0xa7][0x16]XC[0xfa][0x88][0xc5][0xf2][0xf7][0xcf],[0xde];b[0xb1][0x8c][0xc][0x96][0xec][0xc5][0xd2]6[0xf9][0xf1]q^[0xf9][0x15][0xee]l[0xd0][0xe7][0xaa][0xc2][0xef]z[0x82][0x86]GP[0x84]p[0xca]][0xc5]i[h[0x14]B[0xc0]#[0xd9][0xb4]I[0xd0]`[0xbd]C[0xcf][0x8]z[0xd6][[0xc5]9[0xb7][0x10][0x9a][0x85][0xf0][0x9c]\[0xc5]y[h[0x11][0xc2][0x85]@}[0x15][0xcf][0xdb][0xca]E[0xa1][0xbc][0x10][0xa0]E[0x97]l[0xe5][0xb2]PZ[0x3][0xb4][0xea]E[i[0x13][0xca][0x95][0x80][0xaf][0x8a]v;[0xd3]U[0xa1]\[0xb]P?[0xbc]d+![0xa1]t[0x4][0x1a][0x9c]Z[0xc2][0x1][0xe5]wRh/[0x8a][0x96][0xa5][\r]4jYO[0x15]MZ[0x96]R[0x9f][0xd1][0xb2][0x94][0xae]Y[0xcb]R[0x8a][0x16]-[0xcb][0xd5]\$ [0xed]2[0x1][0x89]m[0x4][0x94][0xec]*[0x1]e[0x8][0x11]4T[0x11][0xd6][0x1e]AzXk[0xbb]![0x9c][0x12]m[0xd2][0x84];[0xd4][0x9e]w[0xe9][0xb3]X[0xa5][0xab][0xbd]G[0x17][0xaa]c[0x8d]~+[0xc8][0xd1][0xeb][0xb6][0x8e]oa[0xe0];l[0xe0]7[0xe4][0xf1][0x17][0xb5][0x9d][0xcb][0xb9][0xfc][0xd7][0xf0][0xba][0xc0],[0xae][0x8b][0xc6][0xa8][0xa3][0xb6][0xb8][0x83][0xee][0xa9][0xf3][0xf4][0xdf][0xd0]}[0xdc][0x98]j[0xf9][0x7]PK[0x7][0x8][0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer.class[0xad]Y[0x9]|[0x94][0xd5][0xb5][0xff][0xdf]Y2[0xc9]d[0x8][0x93][0x8d]@&@X[0x84]0[0x9][0x4]$[0x2]BXB[0x18]$[0x98][0x5]CP[0xc2]"[0xc][0xc9][0x90][0xc][0xc]I:[0x93]([0xe0][0xf2][0xd4][0xe7][0xae][0xb5][0xd6][0xba][0xa2][0x85][0x8]j^+*[0x4][0x3](*.u[0xad][0xb6][0xda][0xbe]V[0xad][0xcf][0xa5].}[0xb5]jm}j[0x15]S[0xe8][0xff][0xdc][0xef][0x9b]%1<[0xf1][0xf7]^[0xf8][0xdd]{[0xee]=[0xdf]][0xce][0xff][0x9c]s[0xcf]=wx[0xe1][0xe8][0xc3][0x8f][0x1](Q[0xe3][0x9d]8[0x1d][0xf7][0xa5]`[0x11][0xee][0x97][0xea][0x1][0xa9][0xf6]H[0xb5]W[0xaa][0xee]T[0xec][0xc3][0x83][0xd2][0xea][0x91]j[0xbf]T[0x7][0xa4]:([0xd5]CNV[0xf]KuH[0xaa]G[0x84][0xf7][0xa8]T[0x8f]IuXx[0x8f]K[0xeb][0x9]i=)[0xd5]SR[0xfd]"[0x5]UxZ[0xaa]g[0xa4]zV[0xaa][0xe7][0xa4]z^[0xbe][0xbe] [0xad]_J[0xeb]Ei[0xbd]$[0xad]_I[0xeb][0xd7]R[0xbd],[0xd5]+[0xc2][0xfb][0x8d][0xb4]~+[0xd5]J[0xf7]wR[0xfd]^v{[0xd5][0x81][0xd7][0x9c]([0xc4]}[0xe][0xbc][0xee][0xc0][0x1f][0x9c]x[0x3][0xff][0xe5][0xc4]$[0xbc][0xe9][0xc0][NL[0xc1][0xdb]N[0xbc][0x83]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]w[0x9d]x[0xf][0xef];[0xf1][0x1][0xfe]$[0x13][0xff][0xdb][0x81]?;1[0x3][0x1f]:[0xf0][0x17]'f[0xe2]CY[0xf2]#i}l[0x87][0xf1][0xe7][0x94][0xde]'R[0xfd]U[0xa6]}*#[0xfe][0xe6][0xc0][0xdf]e[0x93][0xcf][0x9c]X[0x80][0xff][0x91][0xd6][0xe7][0xe]|[0xe1][0xc4][0x97][0xf8][0x87][0xec][0xf4][0x95][0x3]_;p[0xc4][0x81]o[0x14]R[0x16]GZ[[0xea]Z7[0x6]Z[0x14]\[0x15]--[0x81]py[0xc8][0x1f][0x89][0x4]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]E[0xbe][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x96][0x95][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "N6[0xd7]T[0xfa][0xaa]O[0xab][[0xa4][0xa0][0x84][0xb1][0xae]c[0xfd][0xfa]@xIkkHaLek[0xb8][0xa9][0xb8]I[0xe6][0xad][0xf]F[0x9a][0x8b]7p[0xc9]b[[0xb0]x~l[0xd0],[0x85][0xa4]p[0xc0][0xdf][0x18][0x8]+[0xb8]+7[0xf8][0xcf][0xf1][0x17][0x7][[0x8b]k5[0x87][0xdf][0xac]\N[0xb6]*[0xa7]@2l~[0xa0])H[0x81][0x1c][0xd2][0xf6][0xb5]4r[0xbf]H{k8`[0xb2][0x93]uG[0xf3][0x93]B[0xc1][0x96]@u+[0x85]Z[0xac][0x90]F[0x9][0xda]+[0xc9][0xa8]Y[0xbf]>[0x12]h' C[0xca]h[0xd7][0xbe])[0xd8][0xd2]A`j[0x5][0xb7]Y[0x1f][0xf6]7[0xd4][0x84]}[0x9b][0xdb][0xb8][0xef]:[0xae]4[0xc4][0x90]j[0x93][0xbf][0xbd][0xb9]x~[0xb0]iA[0xa0]![0xb8][0xc9]/rg[0x8e][0x15]}[0x84][0xdb][0x83][0xad]-[0x91][0x5][0xc1][0x88]]( [0x1b][0x97][0x6][[0x82][0xed]s[0x14][0xa6][0x15][0xf4][0x87]s[0x2][0xda][0x98]p[0xa6][0x82][0xad][0xbc][0xb5]1[0xa0]0X[0x4][0xae][0xee][0xd8][0xb4].[0x10][0xae][0x93][0xb5][0x15]2*[[0x1b][0xfc][0xa1]3[0xfd][0xe1][0xa0][0xf4]M[0xa6][0xad][0xbd]9H[0xd1]G[0xf][0xb4]x[0xcc][0x84][0xc1][0xad]Z[0x9b]NQ[0xdb][0xd2][0xf6]p[0xb0][0xa5][0x89][0xaa]-[0x90][0xcd],[\r][0xcd]Tg[0xb0]eI[0xc8][0xdf][0xc0][0xd5][0x6]-m[0xf7]7l[0xac][0xf2][0xb7][0x99][0xab]'w[0xb4][0x4]"[\r][0xfe]66[0xad][\r][0xcd]S[0xa9][0xaa][0xc6]`S[0x90]*SAN[0xeb]h[0x9]6hY[0xd3]daC[0xd6][0xf2]fX/^a[0xee]g[0xb0])hA[0x85]lhoh[0xed]h[0xe1][0x2][0xc9][0xf2][0xad].[0xdc]a[0xac][0xa0]8[0x83][0xe3]<[0x9d][0xa4]2ik[0xc]D[0x82][0xe1]@c,X1[0xaf]i[0x97][0x14][0xcf]&w[0xae][0xd8]y[0xa5][0xa8][0xf][0x93][0x99][0x14][0x9f][0xe][0x85]J[0xb8][0x91]+q[0x96][0x89]s[0xae][0x4]][0xd2][0xc][0x89][0xd8][0x9a]2|[0x93]Z$hk[0xba]B[0xb7]H[0xc0][0xd6]t[0x95]IW[0x9b][0x94][0xd1]_[0xd3][0xb5]&[0xf5][0x9b][0x94]!\[0xd3]F[0x93]2d[0x1][0xee][0xa1][0x12]b[0xd9][0xf7][0xb0]4#Hi6[0xb0]u[0x9][0xac][0xfc][0x7][0x14]x[0xf]@y[0x9d]=[0xb0]xSz`[0x95][0xca][0xe6]-[0xec][0x81][0xdd][[0xd4][0x83]$o[0xd1]C` [0xef]A[0xf2]^[0xbd][0xe2]F[0xd6][0xa3][0x91][0xcc]z+l[0xa8]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1][0xa4][0x11]E&[0xe3][0xfb]P[0x9c][0x8f][0xe1][0xb8][0x0][0xe3]y'[0x84]8"[0xdf]X[0x1f][0x9b][0xd0][0xa2][0x1f][0xc][0x5][0x1a][0xa7][0xd2]-An[0xe1]?[0xde]-[0x86]<[0xea]<[0xd8][0xf5][0xf8][0xc3][0xb6]R[0xaf][0xd7][0xfb] RV[0xf4][0x80]R[0xa5]znC[0x8d]tY\;QJ[0x92],[0xdd][0x92][0xfa][0xd9][0xee][0xfc];Q[0x94][0xe7]^[0xb5][0x3][0xe3][0xf2][0xdc][0xa3];[0x91][0xe9][0xf5][0xd6][0xcb]<[0xdb][0xda][0x1e][0x10][0x85]s[0xaf][0xee][0xea]^[0xd7][0xb1][0xc3]zMr[0x9]w[0xd0][0xec]<[0x99][[0xc8]Y;p[0x92]^a[0xa4]g[0x1b][0xd2][0xcc][0xb5][0x9d]y7,[0x93][0xa9]N[0x99][0xea][0xec]:vQ[0xde][0xbd][0x94]k[0x8c][0xc6]/[0xe8][0x8d][0xb2][0x8a]e[0x98][0xb5][0x94][0xcb][0xa5]u[0xc9]^y[0x7]0[0xf8]p[0xd7]11[0x90]U[0xab]i[0x5][0x86]h5[x[0x1d][0xe][0xc6][0x15]T[0xd1]U([0xc1][0xd5]|/]C[0xc5]][0x8b][0xc5][0xb8][0x8e][0xea][0xb8][0x9e][0xa6][0xbb][0x89][0x6][0xbb][0x19][0xe7][0xf0][0xb6][0xd8][0x8a][q[0x19][0xb6][0xf1][0x92][0xbe][0x1d]7[0xe0][0xa7][0xd8][0x8d][0x1d][0xb8][0x9f]7F7/[0xeb][0x1e][0xec][0xc2]~^[0xcb][0x8f][0xa0]K[0xab][0xd7]K[0x3]L[0xe0][[0xee][0x7]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1[0xf9]r[0xb3]E[0x15][0x9a]*[0xb7][0xe0]Q[0x84]iz[0x85][0x88]v[0xbb][0xd4]^[0xc]V[0xd6]^LSG[0xe0]r[0xf4][0xe2]$[0xe5][0x1a][0x96][0x8c]#T[0xbc]E2[0x2][0xc3][0x10][0x16][0xf][0xfb]I4[0xc8]T[0xd1]T[0xa9]G[0xb0][0xab]q[0xac]RL[0xe0][0x87]X[0x8a]M[0xba][0xca][0xa4][0xeb]XjY[0xe8]n[0xf8]1[0x8b][0xec]~>K[0x98][0xe5][0x1e][0x96]v[0x96]&[0x96][0xe][0x96][0x97][0xb5][0x9a]E[0xbf][0xda]RNw[0xf2][0xb2].<[0xd7][0x9f][0x99]B[0xe6][0xbe][0xfe]L'[0x99][0xdb][0xfb]3]d^[0xd5][0x9f]9[0x88][0xcc][0xf6]~L[0xcf][\r]d[0xae][0xb1][0xce][0xb6][0xce][0x19][0xee][0xd8][0x89]Y[0x2]o[0x9a]-[0xdb]v;[0xb2][0xb2]m[0xdd]p[0xef][0x84][0xab][0x1b][0xe9][0xd9][0xb6]I][0xb0]Y[0xa6][0xd9][0xb3][0xed]w[0xd0]Y[0xb2]mb[0xd6]<[0xc7][0xe6]l[0xfb]E[0xb3]/[0xb5][0xaa][0xae]c[0xcf][0xf4][5OVM[0xf1]zd[0xdc][0xde][0x98][0xf1]7P[0xdd][0xc0][0xbd]T[0xe5]n[0x1a][0xe6]~[0xf6][0x1f][0xa0]Q[0xf6][0xe2][0xdf]h[0xca]K[0xf0] [0x13][0xab][0x1e][0x9a][0xfb][0x0]~[0x86][0x83][0x1c][0xf1]0[0x1e][0xa3][0x1a][0x9f][0xa0][0xe1]~[0x8b][0xc7][0xf1]{<[0x89][0xd7][0xf0][0x14][0xde][0xc6]/[0xf8][0xae]~[0x1a]G[0xf1][0x8c][0xb2][0xe2]Y[0xe5][0xc4][0xf3]*[0x1d]O[0xa9][0x1c][0xfc]RM[0xc0][0x8b][0xaa][0x8][0xbf]V'[0xe3][0x15][0xed][0xc]sh[0xb2][0xf]PD[0x5]/[0xa5][[0x1c][0xa5][0xb3][0x9d][0xc3][0x96][0x1d][0xc0]l[0x9c][0xcb][0x96][0x95]+[0xd6]a[0xb3][0xe1] j[0xaa][0xe9] ve[0xb8][0x8f][0xe1] [0xa3][0x91][0xd6][0x8b][0xe5]*K[0xff][0xfd][0x13]V[0xa5]z[0x91][0xaf][0xe6][0xb1][0x1e][0xa4][0xbe][0x82][0xeb][0x8][0xb2][0xc4]Q[0x98]![0x9a][0x11][0xa4][0x99][0xeb][0xcb]i[0x9e][0x10]?[0x9e]YQ[0xe5][0x98][0xa7][0xb0]dw[0xe2][0xb1][0xdb][0x1d]SO[0x6][0x85][0x4]^E*[0xc5][0xca][0xa3][0x90]c[0xf1][0x86][0x86][0xe1]2[0x16]4[0xc5][0x8b][0xe8][0xf1]L[0x9d],[0x92]=[0x9a]q[0xe2]IN[0x95]8[0xf1][0x96][0x11]%l[0x8d][0xd1]8[0xe1][0x9e][0xd8][0x89][0x91]^[[0xf]2[0xb8]Wf[0xa9][0xc7]=[0xf9]N[0xa4]x[0xdc][0xa7][0xde][0x15][0xb5][0xe]9[0x9d]H[0xd5][0x1f][0xbb](i[0xdf]A[0xc7]>[0xf3][0xb8]'u[0x12][0xb][0x17][0xc8][0xb2][0xce][0xd6]_/[0xb5][0xa8][0x84][0x1][0x9f][0xe6][0xd9]:[0xe3]K[0x5]v[0x8][0xdb][0xd7][0x89]2=[0xc3]\[0xad]Ps)H[0xb2]fXg[0xeb][0xf9]Y[0x9c][0xbf][0x8b][0xe1][0xc5]\[0xb3][0xeb][0xd8][0xc7]y[0xdb]b+Yv [0xdb][0x8]T[0x8d]TXT]qO[0xba][0x84]q[0x14]x[0x87]![0xe4]]d[0xe3]=[0xfa][0xd5][0xfb][0x18]I[[0x17][0xe2]O[0x98][0x82][0x8f]0[0x1d][0x1f]c.>[0xc5][0x2][0xfc][0x8d][0xf7][0xcb][0xe7][0x8c][0xb1]_[0xf0][0xde][0xf8][0x92]w[0xc5]W<[0x96]_[0xf3][0xe]8B[0x1b]C[0xe8][0xc5][0xf9]L[0xe0][0xaf]T[0x16][0xe6][0x9e]V[0xdc][0xa0]l[0xd8][0xae][0xec][0xd8][0xa5][0x92][0xb1]W[0xa5]`?[0xe9]#*[0x15][0x8f]+[0x17][0xfd]m0},[0x1d][0xbf]S[0x19]xSe[0xc5][0xc2][0xcd]j[0xee]|[0x81][0xf6][0xa1][0xbb]1[0xca]l[0xd1][0x12][0xb1][0x8][0xff]V[0x82]7[0xe5]"[0xad][0xd0]>[0xc8][0xdd][0xcb][0x84]?[0xf3][0x8][0x9c][0xa9][0xd9][0xb6]^(5[0xe4][0x8]R[0x86]p[0xd6][0x85][0xd1]pC[0xdf][0xb7]jg[0x98]i[0x84][0x1b]wx[0x7]mDr[0x0][0xd9][0x87][0xcd]X[0xdd]!,[0x92](k[0xce]pQ[0xaa][0x97]DXq]y[0xe1][0xa4][0x87][0xe4][0xd0][0xaf][0x87]"U[\r]C&s[0xef][0xa1][0xf4][0x9f][0x11][0xcc][0xbc][0xc7][0xa9][0x91](T[0xf9][0x98][0xa2]F[0xe1]T5&[0x86][0x89];GO[0x3]N[0xe1][0xf9][0x14][0xf9][0x87][0xf2],\[0xa4][0xd1][0x15]R[0xef][0x1d][0xfa][0xfc][0x8][0xa6]40zf[0xf2]@d[0xe8][0xc2][0xef][0x17][0xc7]p[0xfc][0x85]c[0xe4][0xa7][0xb1]%&[0xe][0xbf][0x81][0xc3][0x9f][0x80]#d[0xe0][0x8]%[0xe0][0x88][0x18]8"Q[0x96][0x4]$[0x1][0xe7][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x8b]n[0x1a][0x6][0xe9]PlW[0xe3][0x89][0xae][0x80][0x82]x[0x89][0xae][0x90][0xe8][0x8a][0x88]n[0x12][0xd1][0x15][0x13][0xdd]d[0xa2];[0x19]sy[0xc6][0x17][0xaa][0x12][0xd4][0xa8]i[0x1a]i[0x89]![[0xc][0xe9][0xe9]1[0xa4]3bHO2[0x91][0xce]E:[0xbd]N[0xe2]H[0xc4]8[0xaa][0x89][0x98]{[0x91][0xad][0xf4][0x95]v<[0xfb]u[0x18][0xb8];[0xfe]w[0xdc]![0x3]wh [0xfb][0x9d]J[0x84]3[0x89]p[0x16][0xb7][0x9d]M[0x84]s[0x88]p.[0x11][0x96][0x11][0xe1]|",'B[0xdf][0xff][0x8b][0xfd][0x80]Ky[0xdd][0x1a][0xd7][0xde][0x1a]}[\r]B]C[0x9][0x87][0x98]X[0xf2]y6=[0xee][0x94][0x1d][0x18][0xec]q;[0xf5][0xd1][0x1e][0xd4][0x89]f][0x97][0xca][0x99][0xb5]8[0xfd][0x92]7[0x19][0x83][0x9d][0x9d][0xc][0x3]<[0xbe]69[0xc2][0x97][0xf1][0x83][0xb5][0xb]%[0x9][0xc]g@X[0xc7]v[0xeb][0x91][0x9e][0x84][0xe9]}[0xe6][0xe8][0xc5][0xba][0x8e]][0xae][0xef][0xdd][0xa3],C[0x8e][0xf1][0x8f][0xf4][0x88]y[0xfd]>[0xc4]R[0xc4][0xf2][0x12][0xcb]D[0x96][0xbf][0xb3]L6[0xe9][0x14][0x93][0x9e]l[0xd2][0xa9]&-1[0xe9])&[0x9d]f[0xd2][0xe9]&[0x9d]a[0xd2]SM:[0x93][0xe5]y[0x96][0x95],O[0xb3][0xac]f[0xf9][0xd0][0xbc][0xde]_7[0xaf][0xf7]?[0x9a][0xd7][0xfa]+,[0xe7][0xb1]<[0xc1]r[0x1][0xcb]'D[0x90][0xd3][0x8d][0xa1]{[0xba]1[0x8c]%[0x97][0xc5][0xc3][0x92][0xb7][0x87][0xfc][0xe1][0xdd][0x18]!td7[0xf2][0x85][0x8e][0xea][0xc6]h~[0x1b][0xc3]2v[0x8f][0xc4][0xc3][0x93][0xba]1[0x8e][0x9d][0xf1]{[0x8c][0xe0][0x18]s[0x8c][0xcb][0x19]n[0xa0]*aSUHQK0J[0x9d][0x81][0xf1][0xaa][0x96][0xce][0xb0][0x94][0xd9]L[0x1d]J[0xd5]2T[0xa9][0xb3][0xb0]Z-[0xc7]Z[0xb5][0x82]/[0xf5][0x95]hS[0xab]p[0xa1]:[0x1b][0x97]+?/[0xb1][0x6][0xb5]@5[0xaa]Ej[0xbd][0xaa]T[0xcd]j[0x89][0xda][0xa0][0xea]TH-W-j[0x95]jUk[0xd5][0xf][0xf8]5[0xcc]/[0xed][0xe4]v[0xa8]6u.[[[0xd4]fu[0x99][0xba]@][0xae].VW[0xb2]u[0xb5]v[0xba]![0x86][0x9b][0x98]N[0x97][0xa2].[0xe9][0x13][0xf4]2{[0xc9][0xca])[0xcc][0x18][0xee][0xf8][0x6][0xf]9[0xac][0xfc]s8H[0x92][0xad][0x1a][0xc5][0x15][0xe6]%Vl8[0x1b][0xba]Lg+8[0x9e][0xb3]][0xa8][0xeb][0x85][0x9][0xde][0x12][0xcb]i[0xcd]it[0xa6]![0x89]^[0xf6]m[0xc7][0xd3]n[0xb7]S[0x8f][0x1c]>[0xa0][0xdb][0xe9]9[0xfd][0x16][0xee]:[0xd6]&W[0x93][0xc3][0xc6]l[0xc8][0x1a][0xbf][0xb8][0x17]26@[0xfd][0x88][0x86][0xb8][0x9e]8BC[0xdc]HC[0xdc]DC[0xdc][0x8c]Y[0xea][0x16][0xcc]S[0xb7]2[0xee][0xdc][0x86]zu;[0x9a][0xd4][0x1d][0xd8][0xa0][0xb6][0xd3][0x10];[0xb0]Uu[0xe2]j[0xb5][0x13]7[0xaa]][0xb8]C[0xdd][0x1d]W$[0x93]YS[0x91][0xd8][0x9e][0xa0][0xc8]4$kENw[0x8f]LO[0x9e]'[0x11][0xe7][0xca]X[0xde][0xf1][0x1a]O[0xbd][0xcc][0xac][0x8d][0xe6][0x1d][0x9d][0x90]\uB[0xa9][0xc7][0xd2][0x9][0xbb]ew7[0xbc][0xdb][0xa8][0xc4]mH=[0x84][0xc2][0xfa][0x3]([0xd2][0xb9][0xbf]3z[0xbb]z[0x88][0xd1][0x15]{F[0xec][0xae]<[0x84]I[0xf5][0x7]Q\x[0x0][0x93][0xf][0xeb]u[0x87][0xc0][0xc7][0x93][0x95][0xc3][0x1b]Uhbd[0xfa]9[0xa3][0xd2][0xbd]p[0xab][0xdd][0xc][0x82][0xf7]!G=[0x80][0x9]j[0xf][0xb1][0xef]%[0xf6]}[0xf0][0xa9][0x7][0x89][0xbd]'[0xf6][0xf6]q3[0xfa]\[0xa5][0x11]-dbs5[0xd3]~[0xa5][0xd3][0xe4]xr[0x93]&[0xb1]5G[0xa5][0x1f]Az[0x85]C[0x9f][0xe6]k[0xf1]C[0x13][0xe5][0x19][0xdc]Q[0xc6][0x8f]?[0x84])[0xf5][0x14][0xd5][0x12][0xb7][0x17]kk 1[0xb0][0x1c][0xc0][0xc9]{[0x10]}[0x9e]%[0xc9]4[0xf5]hB>5>vA_w[0xc2][0xcb];[0xfd]q[0xc6][0x0][0xcb]?9[0xc0][0xf2][0x16][0xf9]m[0xd1]\[0xfe]m[0xd3][0xc1][0xeb][0xff][0xaf]6J[0xcc]%[0x7]2U[0xa5]6[0xd5][0xe9][0x9a]&[0x9a][0xea]Y[0x9a][0xea]9[0x9a][0xea]y[0x9a][0xea][0x5][0xea][0xf8]E[0x9a][0xea]%[0x9a][0xea]W4[0xd5][0xcb][0xa8]T[0xaf]0^[0xfc]f[0x0]SU%[0x98][0xaa]~`S-[0x11]SY[0xe4][0xc7]K[0xd6]r[0x9a][0x17][0x9a]O[0xd7][0xfd][0x2][0xe1]6\-[0x84]%[0xb5][0xb1][0xd4][0xb3][0x1d]~[0x8f][0xe0]x[0xac][0x13][0xe3][0x85][0xda]u[0xa7][0xf9] [0xa6]V[0xb1][0x95]$[0xbd][0x87]Pb[0x81]<[0xb6][0x93][0xbb]Pi[0xfa]e[0xaa]P[0xab][0xe7] N[0xf1]z$y[0xb6]2[0xc1][0x15]U[0xd8]Lu:[0x1b][0xe5]X[0xf3]lz[0xbc]^[0xab][0x99][0x0][0xc7][0xbe][0x9b][0x9f][0xd2][0xfb]2[0xd8][0xb0]G[0x1f][0xb8]Z[0x8][0xbd][0xcc]~L[0xeb][0xb8]_[0xe5][0x83][0xff]5[0xa4][0xab][0xd7][0xa9][0xb9]7x[0xf5][0xbe][0x89][0x89][0xea]-[0xcc]To3[0xa9]x[0x7][0xf3][0xd5][0xbb]X[0xaa][0xde][0xe3];[0xe1]}F[0xdb][0xf][0x10]Q[0xc6][0x5][0xea]C\[0xa3]>[0xc2]u[0xea]c[0x1e][0xee]OcZ[0x9d][0xc8][0xe4][0xe1][0xc7][0xd4][0xa2][0x85][0xeb]n[0xe5]{v[0xa9][0xd6][0xea][0xfe][0x4][0xad][0xba]`[0xef][0xe5][0x92][0x93][0x8f] [0xc7]2[0x8]?![0xc7][0xc6]1[0xa2][0xdd][0x1b]c[0x9]F[0x88]=[0x99]7[0xca][0xd0]n[0x9e][0xa1][0xc][0xab][0xa8][0x85][0x87]m[0xba][0xb4]2[0xa4][0xca][0x8a][0xe7][0x11]#[0xe0] [0x90][0xcf][0x9][0xe4][0xb][0xa6][0x9f]_[0x12][0xcc]?0[0x84]o[0x18][0x8f][0xfa][0x9a]/[0x9a]o[0x12]|wT[0xdf][0xa7]F>[0xc9]M|[0x8b][0x1b];[0x97][0x1b][0xce][0x8e]a[0x87]0[0xa3]>[0xc1]2[0x86]q[0xf][0xe0][0xd4][0xfe][0xa7][0xe2]h[0xc2][0xca][0xc3]b[0x87][0xee][0x16]>[0xea][0x8d][0x5][0x1b]([0x97][0xfe][0xfd][0x83][0xb]L[0x96][0xaf][0x95]C[0x98]9[0xd0][0xc2][0xb3][0x4][0x17][0x87][0xec][0x89]!J[0x13][0x7][0xb3]X[0xe0][0xb0]X1[0xc6]bO[0xd8][0xa7][0xa0]/[0x2][0xf9][0x99][0xe2][0xb6][0xd8]1[0xfc][0x84][0xfa][0x94][0x14][0xa9]9[0xee][0x92][0xac][0xb3][0xb6][0xa1][0x96]7[0xcd]]p[0xb3][0x93]q[0x1b]|[0xbc][0x1b]va._=[0xba]k[0xc4][0xfc]9[0xc3]=;1<[0xcf][0xed]l[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8|m[0x89]{r[0xe3]Z[0xe3][0x19][0xfc][0xbe]169[0xaf][0x9d][0x83][0xf3]v{[0xf7][0xa3]t?f[0xc7]}i[0x9c][0xfc]^`q[0xc2]iI[0xc5]X[0x8b][0xb][0xe3]h[0xdf][0xa9][0x96]4[0xcc][0xb0][0xc]F%i[0xad]%[0x1d]k-[0x99][0xb1]4n[0x1c][0x93][0x8e]m:e[0x9b]J[0xfb][0x1b]OVyb[0x1a][0xe0][0x9c]8[0xdb][0xf4][0x1f][0x81][0x99]#[0x97][0xc3]X%O[0xb]y[0x9d]B[0x8d]H[0x9d]G[0xcb][0xca][0xdf][0xed][0xb8][0xc3][0x84][0xfe][0x19][0xf][0xa5][0xe4][0xbc][0x9b][0xfa]C?[0xcb][0xe3][0xce][0x88]A_[0xec]qg[0xee][0xc2][0x82][0x94][0xb2]D[0xe8][0x92][0x84][0x13]|~~[0x16][0xe6][0x4][0xa3][0xe8][0xb3]m[0x1a][0xfe]e[0xfe][0xb2]Km[0xc4][0xff][0x8e][0x89]?[0xbf][0x83]3[0xf2][0xef]3[0xf0][0xcf][0xbb][0xaf][0x1f][0xfe]a[0xc4][0x9f]K[0xfc][0x1e][0xe2][0xcf][0xe3]9[0x1f][0x8e][0x99][0x96][0x11]8[0x83][0xf4],K>[0x2][0x96][0xd1][0x9][0xf8][0xe7][0x12][0xff][0x1a][0xe2]/a[0x1a]w[0xae]N[0xbf])|[0xc][0xc3][0x80][0xf8]m[0x82]_[0xa9][0xd1][0xa9][0xf3]l[0x6][0xfe][0x9f]FS[0xc][0xde][0xa5][0x16][0x1d]"[0xbd][0xfd][0xf1][0xe7]&[0x9a]~[0x90]6}[0xff][[0xde])3-[0x13]([0xbc]7[0xe1][0xa6][0xf6][0xc6][0x84][0xc9]O[0x10]&Er[0xea][0xb1][0xca]:O[0x9c]q[0xfb][0x9]m[0x9f][0x91][0xb8]}[0xe6][0xf1][0xb6][0x9f][0xcc][0xed][0xa7]|[0xbf][0xed]w[0xc4][0xb6][0xaf]"[0x15]N[0x8e]l[0xca]}[0xc][0xfb][0x94]m[0xfb][0xd6]^[0xfa][0xe0]ZNI8P9[0x9][0x7]*[0x9][0xd6]tYZ[0xc9][0xff][0xda][0x18][0xd1][0x1e][0xa7][0x99][0xf1](["[0xea]~[0xcc][0xef][0x13][0xc7][0xe3][0xbf][0x92][0x1a]'v&O[0xec],dYJ[0x13]6[0xc8]67H[0xc]wwb[0xa7])[0xf9]j[0xf3][0xf7][0x8d]L[0x8a]\^u[0x8][0xb][0xea]=E[0x7][0xe1]+:[0x80][0x85][0xf1]p[0xa3]?[0xb1][0xcc][0xe5]M:[0xf][0xa9][0x96]2d[0x90][0xc6]r[0xcd][0x8c][0x85][0x9e]L3[0xa5][0xb2]S[0x9c]][0xb8]K[0xdb][0xe4]n[0xdc][0x93][0xf0][0x3][0x8e]xY[0x96]lU[0xad][0xb7][0x9a][0x98]w[0x10][0xa7]M[0x1c]`/[0x1f][0xf7]b[0x1a]c9[\r][0x99][0xa4][0xf1][0xc7]WVl[0xaf],[0xa6]rF[0x84][0xcf][0xc2][0xe0]g[0x9c]m[0xe7][0xe3]Kv[0xb5]"[0x19]?[0x8f][0xfd][0xd0]k[0xd5][0xa0][0x81][0x8e][0x8c]E[0xfb]Q[0x11][0xb5][0xc8]>x[0xd3]q[0xd1]#[0xce]}H[0xef]F[0xba][0xe5] [0x16][0xbb]'[0xcf][0xca][0x95][0xdf]M2[0xd8][0xcf][0xcd][0xe5][0xd1][0xab][0xb9][0x14]r[0xfb][0xf9]i}[0xe2]'[0xf4][0x13]9[0x8f][0xed][0x83][0xbb][0xdf]k[0x1a]cy[0xf5][0x8f][0xe3]{[0xb1][0x0]#1[0x81][0xb5][0x97][0x87]o[0x2][0xdf]EE[0x98]G[0xbb]T[0x92][0xd6][0xa2][0x98][0xef][0xa0][0xc9]h"[0xdd][0xc4][0xe0][0x14]U[0xf3]h[0xda][0xf1]\[0xfd]{[0xfc]L[0xce]7Z[0xcb]b-[0xe3]1[0x90][0xec][0x92][0xf3][0x99][0xa5][0x8e] [0xab][0x17][0x16][0x92][0x1c][0x93]P9[0xf7]j[0x5][0xef]F[0x8d]viI<[0x16][0xa1]z[0xde][0xd0][0x1]PK[0x7][0x8]ngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/glassfish/json/JsonUtil.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xdd]v[0xe9][0xb2]@A[0x10][0x4][0xaa][0x2]*-U[0xaa][0x80][0x88]@Q[0xc1][[0xb5]\[0x4][0xad]AMt(K[0xbb][0xb8][0xee]6[0xdb]-1[0xf1][0xcd][0xf8][0xa2][0xbe][0x98][0xf8][0xa4]/[0x12]}[0xe0][0xd5]K[0x2]*[0x89][0xaf]&[0xfe]#[0x13][0xa3][0x9e][0xd9][0x16][0x1b][0xe5][0x12][0x1f]vg[0xe6][0x9c]3[0xdf][0x9c][0xf3][0x9d]o[0xe6][0xdb][0xcf][0xcf]_[0x0][0xf4][0xe1][0xaa][0x82]][0xe8][0x9][0xa0][0xe][0xbd]2[0xfa][0x14]x[0xd1]#[0xe3][0xb8][0x2][0x1f]z[0x14][0xf4][0xe3][0x84][0xf8][\r][0x88][0xe5]I[0x19][0x83]2[0x86][0xc4]tXA%[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x19]Q[0xa0][0xe0]T%N[0xe3][0x8c][0xf8][0x8d][0xca][0x18][0x93]q[0x96]A[0xd5]MG[0xb3]MnLY[0x96][0xc1][0xd0][0x91][0xb4][0xec]L,c[0xf0]|~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0xcf]gc[0x8b]y[0xcb][0x8c][0xf1][0x9c][0x1e][0x1b]-,,h[0xb6][0x8][0x1a]b[0xf0][0xf][0xeb][0xa6][0xee][0x8c]0x[0xc3][0x91][0x14][0x83]4f[0xcd]k[0xc]5I[0xdd][0xd4]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xe6]4[0xfb]*[0x9f]3[0xc8]R[0x97][0xb4][0xd2][0xdc]Hq[[0x17][0xeb][0x92]Qr[0xb2]z[0x9e]![0xb4][0xd5]I[0x97][0xe8]w[0xcd][0xd1][0xc5][0x19][\r][0x19][0xcd]I[0x94]r+[0x1f][0xce]p0[0x1c][0xf9][0xaf][0x1c][0xab]f[0x1c][0x9e][0xbe];[0xce]s[0xa5]c[0xfd][0x8e]%[0xd0][0x19][0xe][0x87][0x93][0x8b]|[0x89][0xc7][0xc]nfb3[0x8e][0xad][0x9b][0x99][0xa1][0x8][0x99][0xee]r[0xdb][0xe1][0xe5]4R[0xdc](h[0x84][0xe3]Ig[0x19][0xd8][0x18]}:}[0x9][0x6]E[0x84][0x14][0xf7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "7a1[0xc8]s[0x5][0xdd][0x98][0xd7]l[0x86]=[0x9b][0xdc][0xa3]E[0x17]EU[0xe7]iih[0xb7][0xd3][0x16]Uy[0xdf]![0xf0][0x1b][0x94][0xa5][0xad][0xf1]?;[0xff][0xc9]h[0xda]u[0xd1]N[0xdf][0x92][0xc8][0x8d][0xa1]i[0xfb][0xac][0x95][0x19][0xab]`[0xa7][0xb5][0xf3][0xba]([0xbd]j[0x83][0xd6]n[0x91][0x8d][0x8a][0xdd]hTQ[0x8f][0x6][0x86][0xb6]-[0x98],[0xb3][0x98][0xb8][0x97]#[0xc2][0x1b][0xb7])A[0xc6]9[0x15][0xe7]qA[0xc5]E$T\[0xc2][0xe5][0xad][0xf1][0xca][0xa9][0x17][0xf1][0xea]]<[0xdd]*[0xa1][0x15]]*[0x92][0x18][0x17][0x99]M[0xa8][0x8]a[0xaf][0x98]M[0xca][0x98]Rq[0x5][0xd3]*f[0xd0][0xc8][0xd0][0xb2][0x83]^[0x18][0x82][0xe5],'[0xe7][0x16][0xb5][0xb4][0xf3][0x97]i[0xa3]]~C33N[0xd6][0x15].[0xb5][0xd2][0x9f][0xce]r[0xfb][0xc][0x85]J[0xe1]D[0x84]Z[0xec][0xe7][0xb9][0x9c]f[0xce]3[0xb4][0x86][0xc7]";[0xb4][0xae][0xc2][0xb1]6[0x10][0xeb][0xc3][0x9b][0x3][0x85]z[0xb7][0x12][0x19]][0x95][0xfe][0x92][0x9d][0xca]/[0xb5][0xf3]?[0xc4],66n#[0x7][0x86][0x80][0x90]L[0xaa][0xa8][0x88][0xe6][0xf0][0xe]J[0xf6][0xa5][\r]+[0xaf][0xe1][0x18][0xbd][0x6][0xbb][0xe8]E![0x91][0x8][0x11][0xd0][0xcc][0xb][0x8f][0xd0][0x4]Y[0x9a]h[0xd5]K#[0xa3][0xd1][0xd7][0xb5][0x6][0xf6][0x8e]&[0x1e][0xec][0xa1][0xbf]B#[0xd0][0xe][0x9][0x1d]h[0xa6][0x99]Z[0xc]B[0xb]Zi[0xac][0x10]]+[0x1][0xc4][0xdd]H[0xa0][0xfe]=<_Q[0xb5][0xe][0xef][0xec][0x1a][0xa4][0xf][0xf0][0xd0][0xfa][0xed][0x1f][0xbc]j:[0x16]8[0x4]?:[0x11]D[0x4][0xfb][0xdc]DX[0x10][0x1][0xec]G[[0x11][0x8a]it[0x80][0x8f][0x1c][0xcf][0xd7][0xe1]#[0x10][0xd2][0x1b][0xf7][0x8e][0x84][0xba]V![0xbf][0xc6][0xcd][0xae][0xd0]**[0xfa][0xa5][0x6])xk[0x19][0xd1][0x90]tg[0xc3][0xd3]W[0xf2][0xb4][0xbe][0x80]B[0xde][0xce]Wh[0x8f][0x6]o[0xad]"p}[0x5]M[0xc2][0xb0][0x8c][0xda]`;[0xf9]_B[0x96]V y[0xe3][0xd1][0x6]I[0xb8][0x1f]y[0xd9][0xca][0xaf]7[0xeb]Pf[0xd7]Q9[0x1b]][0x85][0xba][0x86][0xaa][0x8f][0xa8]^C[0xcd][0xc4][0x91]O[0x8]2[0xc]J4[0xd6][0xd2][0xf5][0x94][0xde][0xba][0xf9][0x8a]JR.[0x89][0x3][0xc4][0xc1]Ibi[0x90]H[0x1d]"V[0x86][0x89][0xab]8[0xd5]7[0x82]n[0x9c][0xc2]qzs[0xe9][0xd5][0xa5][r[0x8e]$}[0x1][0xd7][0xe8][0xd2][0xdc][0xa6][0xd5][0x2][0xc5][0x1b][0x18]G[0x1][0x13]x[0x80]I<[0xc4][0x14][0x9e]P[0xc4]3L[0xbb],_[0x84]LX[0x97][0x9][0xab][0x83][0x98]Wq[0x7][0x7]p[0xd0]e[0xee]9aw[0xba][0xcc]?E[0x98][0xf8][0x13][0xed]|[0x8c].D[0x89][0xdf][0x87][0xa8][0xc5]a[0x1c][0xa1][0xb8]'Dg7b[0xb4]W[0xf0][0xbb][0x1b][0xf2]O[0xa8]2|[0x8c][0xfd]@/[0xb][0xd4][0x9d]f[0xf8][0xee]v[0xf2][0xa8][0xdb][0x97]c[0xbf][0x1]PK[0x7][0x8]][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonWriterFactoryImpl.class[0x95][0x94]mO[0xd4]@[0x10][0xc7][0xff]{[0x8f]rV[0xe0]N<[0x15][0x11]A[0x9e][0xee]z@[0x5][0x11][0xd4]C^@$AQHP[0x88][0xbc][0xdb][0xab][0xbd]R<[0xda]K[0xbb][0xd5][0xf0][0xc6][0xcf][0xa4][0x9][0x84]D[0x13]?[0x80][0x1f][0xca]8[0xdb][0x16].[0x14][0xe][0xcf][0x17][0x9d]Ng[0xf7][0xff][0xdb][0xd9][0x99]I[0xff][0xf9][0xf1][0xb][0xc0][0x1c][0xaa]9[0xe4]0[0xd9][0x85].LI3-[0x8d][0x96][0xc5][0xa3][0x1c][0xd2][0x98][0x91]fV[0x9a][0xc7]Y[0xcc]e[0xf1]$[0x8b]y[0x86][0x8c][0xee][0xd8]u[0xcb]d[0xe8]Y[0xdf][0xe7][0x9f][0xb9][0xe6][0xb][0xab][0xa1][0xbd][0xe1][0xcd]*C[0xd7][0x96]e[0xda]\[0xf8][0xae][0xc1]0z~u1[0xfc]lp[0xdb][0xd4][0xb6][0x84]k[0xd9]fU]"Iw[0xd3]5[0x84]8[0xdc][0xa4][0x88][0xa0] [0x3][0xdb]e[0xc8][0xd5][0xfc]z[0xdd]p7[0x1d][0xa7][0xc1]0[0xb2][0xee][0xb8][0xa6]f6[0xb8][0xe7][0xd5]-oO[0xdb][0xf7][0x1c][[0xe3]MK[>[0xdb]D[0x9c][0xcc][0xa2]e[b[0x89]a[0xbe][0x14]Kk[0xb7][0x3]}y[0x9b]![0xb5][0xe2]|4[0xe4][0xad],[0xdb]x[0xeb][0x1f][0xd4][0xc][0xf7][0x1d][0xaf]5(RXwt[0xde][0xd8][0xe6][0xae]%[0xbf][0xa3]`J[0xec]Y[0x1e][0x83]z[0x19][0xfc][0x15][0x99][0x1d][0xd7][0x12][0x86][0xbb][0xca]u[0xe1][0xb8][0x87]k[0x7]M[0x99]c[0xf1]<[0xe8][0xb0]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{][0xea][0xa4]X[0x9d]^D[0xd1]][0x83][0xb]#[0xcc][0x80][0xa1][0x12][0xc1]-G[0xb]C[0xd5]2[0x5]>qW[0xf0]x[0xba][0xb2][0x8e]_"Yo\[0xc5]0[0xd3]"m[0xf8][0xa2][0xe9][0xb][0xca][0xcd][0xe0][0x7]W[0xf2][0x92][0x8e]/[0xe4][0xcd]/[0x15][0xb6]n[0x1e]_[0x9][0xa3]6[0x85][0xf5]=[0xee]z[0x86][0xd0]V[0xc2][0xf7][0x95][0x87]e[0xa3][0xcd][0xc][0xfd][0xed][0x1]4s[0xa6]!V[0x82]!^[0xb3][0xdf]{T[0xff]|[0xa9]|a[0x96][0xc7][0xe3][0xb1]v[0x13][0x9c][0xdb]r|W7V-[0xd9][0xc9][0xfe]K{?-[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xb0][0xa0]@[0xc1][\r][0x5][0xbd][0xc8]+([0xe0]&[0xc3][0xf0][0x95][0xf3]#[0xc5]R[0xf7]T[0x9a]g[0xd2]?[0xe5]:[0xe6][0xae][0x1f][0xa9][0xd0]= 5[0xe4][0xc1]\[0xb8][0x89][0x1e][0xbc][0x9b][0x9][0x86][0xd4]I[0x9b]![0xf7][0xcc][0xb]d([0xe3][0xe7][0xc][0xe9]Z}[0xc8]`5[0xd5][0x98][0x1e][0x97];2[0x14][0x87][0xf3][0xb3][0x91][0xd0][0x3]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(R[0xea]([0x8f][0x7]C[0xae][0xa5][0xc1][0x8b][0xe0]R?[0xe6][0xde])[0xf5][[0xe0]B_[0xcd][0xb5]'[0xf6][0xa5][0x1]+[0xa6][0xed][0xb1][0x96][0xb1][0xd0][0xed][0xb3]Y[0xf0][0xc8][0xe7][0xe7][0x9c][0x98][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xbe][0x8d]M[0x7][0xdb]p[0x1d][0xe4]Qp[0xb0][0x83][0xaa][0x83][0x7][0xa8]1l[0x98][0x92]F[0xc0][0xc3]I[0xe3]P[0xf5][0xe7][0xde]t_[0x8a]`[0xdc][0xd2]Zi[0x7]uT[0x19][0xb6][0x95][0x9e]4&[0x1][0x8f][0xa2]72[0x9a]6[0xcc][0xdf]6[0xfe]l[0xeb]>fp[0xda]a(t[0xd3][0xa4][0x89][0x88][0xa1]xI[0xdb][0x1b][0xf9][0xc2][0x8b][0x19]6[0xaf][0xe4][0xb1][0xf1][0x90][0xa1][0xb2][0x18][0xeb]e[0xc2]_c[0xcd][0xff][0xe6]g[0xcf][0x8d]O[0x1d]wj[0xf5][0x93][0xce]U[0xb5]O[0xa9][0xa0][0xf7][0xf2][0xa0][0xd5][0x1c]0l[0xfd]O[0xb6][0xad][0xf4]X[0x86][0x99]/[0xfd][0x5][0x96][0xd5][0xfb][0x0][0xeb]U[0x2][0xb3][0x4]3[0x9][0xfc][0x88][0x14][0xf1][0xdc][0xc4][0x1a]2([0xd3][0x2][0xab]d[0xd3][0xb8]N[0xc][0xd9][0x84][0xe7]=[0x96]I[0xa7]H[0x8a]$[0xe][0xac]c[0x9b]2[0xba]FQ[0xde][0x8d][0xe4][0xad][0x84][0x15][0xb2][0x16][0xb1][0x0]wIJ[0x14][0xb3]aJrt[0xda][0x15]l[0xbd]X[0xff][0x5]PK[0x7][0x8]Z[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.class[0x9d]R[0xcd]N[0x13]Q[0x14][0xfe][0xce]t:#[0xd3]A[0x84][0x2]J[0x5][0x5]A-m[0xc2][0xb8][0xd0][0xb0][0xc0][0xb0][0x80]@2[0xa4][0x81][0x5][0xa6],XM[0xcb]-[0xbd]d:[0xb7][0x99][0x1f][0xf4]Ut[0xa1][0x1b]^[0x80][0xc4]h[0xe2][0xc2][0x7][0xf0][0xa1][0x88][0xe7]N[0xb][0x1][0xd3][0x84][0xc4][0x99][0xdc]s[0xcf][0xef][0xf7][0x9d]sr[0xff]\[0xfd][0xfa][\r][0xe0]-[0xaa][0xe][0x8a]x6[0x6][0x13][0xcf][0x1d],b[0xc9][0xc6][0xb2][0x8d][0x15][0x82][0xf5]^F2[0xdd]$[0xcc]U[0x1b]g[0xc1]y[0xe0]I[0xe5][0x1d]di?K[0xf][0xd3]X[0x4][0xbd][0x8d][0xd5]&[0xc1][0xdc]V'[0x82]0[0xd1][0x90][0x91][0xd8][0xcf]z-[0x11][0x8]Z!{[0xa6][0x1a][0xaa][0x1d][0x84][0xcd] [0x96][0xda][0x1e]:[0xcd][0xb4]+[0x13]By_[0xed][0x86]Y[0xd2][0xbd][0x8d]Fp[0xfd]([0x12][0xf1]v[0x18]$[0x89][0xe0][0xa4][0xf5][0x86][0x8a]O[0xbd]Smvd[0xd2][0xf5][0xce][0x12][0x15]y{,[0x8e]b[0x99][0x8a][0xd8][0xef][0xf5][0xc3][0x95][0x11]8[0x1b][0x84][0x82][0xca]R[0xc2][0xec][0xe8][0xa6][0x9][0xc5][0x8f][0x1a][0x80]`W[0x8f][0xb7]|_[0xf]A-[0x82]q[0xbc][0xa5]+;[0x1d]6}[0xd6]B[0x11][0x11][0x9c][0x9d]Om[0xd1]O[0xa5][0x8a][0x12][0x1b]/[0xb9][0xb4][0xa3][0xe9]8Z[0xd5]e[0xce][0xa1][0xca][0xe2][0xb6][0xd8][0x95]z[0xb4][0xf2][0xdd][0xd6][0xd6]4[0xb9][0xb][0xb][0xb6][0x8b][0x9]<[0xb2][0xf1][0xca][0xc5]$[0xa6]l[0xbc]&[0xbc][0xfb][0xaf][0xc1][0x8][0x95][0xeb][0x81][0x98][0x91][0x13][0xef][0x6][0xcb][0xd7]A[0xff][0xe0][0xa6]i[0xc2][0xf4][0xa8][0x1d][0x10][0x96][0xee][0xed][0x0]o[0xf8]=[0x14][0xa1][0xbf][0x2]H[0xcf][0xc1][0xf2][0x1][[0x9b]0[0xf8][0x7][0xac]Z[0xfd]'[0xe8][0x92]5[0x3]c,[0x9d][0xdc][0xfb][0x99]k[0xbe][0xb0][0xe][0xcc][0xe][0xb2]P[0xc2][0xc3][0x1c][0xc5][0xd2]k`[0xc][0xd2]k[0xe0][0x98][0xc6]:b[0xe][0x93][0xef]R[0xed];[0x8c][0xfa][0xfc][0xc2][0xf][0x14][0xfe][0x5][0xfc][0xca][0xf7][0xb7][0x1c][0xb0]6H[0xbd][0x1],[0xa1][0x8c]i[0x86][0xd3][0xda][0xcc][0x90][0xae][0x84][0xc7][0xac][0x15][0xf0][0x84]u[0x93]cs|*x:l[0xbd][0xce]G[0xe7][0xdf][0xea][0xda][0xca][0x1d][0x17]9[0x81];[0x8][0xe][0x9][0xc][0xcc][0xe7]r[0x1][0xe3]y3[0xfc]x[0xf1][0x82]s*[0x1]PK[0x7][0x8][0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl.class[0xa5]W[w[0x1b]W[0x15][0xfe][0xc6][0x96]3[0xb2]4[0x8e][0x1d][0xe7][0xea][0xd8]mnj[0xe2]HvD[0xd3]&M[0x9a]K[0xe3][0xd8]N[0xeb]F[0xbe][0x10][0xa7]6N[0x0]3[0x96][0xc7][0xb6][0x1c]YRG[0xa3]$[0x86][0x96][0x96][0x96][0x96][0xde]h[0xb]m[0x1]s[0xbf][0x1b]([0x14][0x12][0x1a][0xbb][0xa9][0xa1]Ma-[0x1e]x[0xe5][0x81]WX[0x8b]_[0xc1]b[0x11][0xbe]}f$[[0xb6][0x14][0x1b]x[0xd0][0x99]s[0xce][0xec][0xb3][0xf7][0xfe][0xbe]}[0x99][0xa3]?[0xff][0xfb][0xfd][0xf][0x0][0xdc][0x8f]?[0x6][0xd0][0x82]D[0x0][0xad][0x98][0xd4]q)[0x80]J$uL[0x5]P[0x85]d5[0xdf][0xa4]dHW#[0x83][0xc7]E[0xd0][0xd6][0x91][\r] [0x8]G[0x4]s"[0x95][0x13][0x81][0xcb]:[0xae][0x4]p[0x15][0xd3][0x1][0xd4][0xe1][0xb3][0xb2][0xfd][0xb9] Bx"[0x88]A<)[0xc3][0xe7]u<%[0xdb]O[0xcb][0xf0][0x5][0x19][0x9e][0x91][0xe1]Y[0x19][0xbe][0x18][0xc4]^<[0x17][0xc4][0xf3]xB[0xc7][0xb]A[0xec][0xc0][0x8b]:^[0x92][0xe7][0xcb][0xf2][0xfa][0x15][0x1d]_[0x16][0xd3][0xaf][0xea]xM[0x9e][0xaf]W#[0x8a][0xaf][0x4][0xb1][0x15]_[\r][0xe0][\r][0xbc])2o[0xe9][0xf8][0x9a][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0x19][\r]FW*e[0xd9][0xed]I3[0x9b][0xb5][0xb2][0x1a]6[0xf6][0xa4][0xcf]$s[0xd9][0x89][0xde][0x9c][0x93][0xc9]9[0xfd][0x8e]m[0x99]S[0x1a][0xaa][0xc7]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]N[0xda][0xd6][0xb0]7[0x96][0xb6][0xc7][0xa3][0xe3]r`,[0x91][0x9d][0x88]Nf[0xd3][0xa9][0xe8][0xa3][0x1c][0x1e][0xce][0xcb]tMe[0x92][0xc7]x[0xe8][0x8a][0x9d]p[0xac][0x8e]t[0xca][0xd2][0xa0]][0xd0]P[0x91][0xa6][0xfe][0x7][0xca][0x9d][0x1e][0x14]au4T[0xc2][0x5][0xaa][w<[0x91]J8'5[0x1c]n[0x8e]M[0x9a][0x97][0xcd]h"[0x1d]u[0xf][0x1d]+[0xa5][0xd3][0xcc]$[0xa2][0xa7]scc[0x96][0xdd][0x97]N'[0x8f][0xed][0x1f][0xd0][0xe0]kO[0x8f][0xd2][0x97][0xda]X"e[0xf5][0xe4][0xa6]F,[0xfb][0xbc]9[0x92][0xe4]N},[0x1d]7[0x93][0x3][0xa6][0x9d][0x90][0xb5][0xb7][0xe9]s&[0x12]tx[0xcf][0xea][0xe][0x8b]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "+[0xd9][0xa9][[0xee][0x9b][0x86][0xc0]H[0xc1][0x8d]2[0xea][0x96][0xf9]J[0x96]V@[0xbc][0xb0]F[0x8c][0xeb]3[0xb6][0xe5]8[0xd3]}v"[0xe5]$R[0xe3][0x1a]j[0xfa][0x1d]3~[0xa9][0xdb][0xcc](X:[0xbe][0xa9][0xe3][[0x1a][0x8e]/[0x1a]([0xa2]y[0x8d]V*[0xd3]9G[0xc3][0x96][0xd2]:4[0x9c]([0xa3]}[0xad] [0x6][0xcb]y[0xa7]vS[0xdc][0x8e]O[0x98]v[0xd6]r[0xa2][0xed][0xee]s[0xcd][0x9a]u[0xef][0xa0][0x86][0xed][0xe5][0x95][0xe9][0xf8][0xb6][0x8e][0xef]0p*[0xa8]m[0xb6]mNkh[0x14][0x9f].[0x99][0xb6]c.[0xa6][0x80]z[0xa5][0xf4]V]6[0x93]9&[0xcd][0xb6][0x95]B[0x3][0xf2][0x86][0xa4]T[0x99][0xae][0xa2][0x12]"[0xae][0x1e][0x1d][0xdf][0xd5][0x10]T6{G&[0xad]8[0x9d]l*a[0xd4]}[0xa7][0xac]j[0xb4]X[0xd5][0x99]rl[0xaa][0xdd][0xec][0xe2][0xc9]9[0x89]d[0x94][0xd1][0xe][0xa9]m[0xc9][0xcc][0xb4][0xa7][0xab][0xa1][0xac]*[0x89]dQ[0x1]Lg[0xf2]E[0xd0]VJ[0xeb]qw3i[0xa6][0xc6][0xa3][0x8c][0xc][0xd3][0xec]X9[0xd8]'[0x5][0xb8][0x82][0xa4]aG[0x9]0<[0x9e][0x8b];9[0xdb]Rx[0x9a][0xee]$P:[0x4][0xae][0x19][0x15][0x82]x2[0x9d][0xa5][0x99][0xca]fY[0x5][0xfa][0xd3]9;n[0x9d]I[0x8][0x8a][0x8d][0xc5][0xf5]z@[0xdc]7p[0x4][0xed]2[0x8c]i[0x8][0x97])[0xf1]>UKE}MN[0x1c][0xd5][0x10]ZK[0xf]4p[0x10][0xf7][0x19]8[0x8c][0x7]t|[0xcf][0xc0][0xf7][0xd1]#[0xa7]c[0x1a][0xe][0xfd]O=P[0xe][0xff]@[0x86][0x1f][0x1a][0xfc][0x16][0x1d]"[0xa1][0x8b]a[0xe8]J&[0xad]q3[0xc9]Zw[0xac][0xce][0xab]q+[0xe3]$[0xd2])[0x1d]?2[0xf0]c[0xfc]D[0xce][0xfc][0xd4][0xc0],~f[0xe0][0xe7][0xf8][0x85][0x81][0xb7][0xf1]K[0x3][0xbf][0xc2];[0xc]|iB[\r][0x98][0xf8][0xb5][0x81][0xdf][0xc8][0x89]k[0x18]3p][0x86][0xdf][0xca][0xf2]][0xdc][0xd0]1[0xa7]c[0x9e][0xb4][0x96][0xc8][\r][0x3][0xef][0x89][0xde][0xba][0xe5][0x19]b[0xe0]&[0xde][0x11][0xb5][0xef][0x97]2[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0xc0][0xc7]qN[0xc3][0xd6]2ij[0xe0][0x13][0x18]2[0xb0][0x80][0xdf][0x19][0xf8]=>[0xd4]q[0xcb][0xc0]G[0xf8][0x83][0x1]KB[0xb8]kUJ[0x8b][0x9c][0xca][0x17][0xd8]Jc[0x83]^#[0xdf][0xb3]z[0x8c][0xee]e[0xbb]-n[0xd3][0xa5][0xfd]([0xee]C[0x1a]6[0x95]jnl[0xc][0xe5][0x1a][0x12]?P[0x8b]Lw9[0xf9][0xf][0xf1][0xae][0x15][0xf2][0xc]j[0xd4][0xb4]G[0xbd]s[0xfc]zU=v[0xfe][0xcc][0xf0][0x11][0x16][0x99][0x8e]*[0xa5]2[0xf0]_w[0xdb]56[0xdb][0x1d]e([0xec][0xb6][0xb2]Ys\n[0x1b][0x8d][0x83][0xe7][0xba][0xce]w[0x9e][0x1b]V[0x8f][0xe1][0xb6][0xd8][0xb9][0xce][0xb6][0x8e][0xa1][0xe1][0xf6][0xb6]X[0xac][0xb3][0x83]<5[0xef]_[0xd9]i[0xd8][0xe9][0x9a]W[0xee][0x8a][0xb9]Z[0xd5]g[0xc8][0x81][0xed]x=[0xfb][0x1e][0xa5]`I[0x80][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Yq[0xa5]R[0xa3]?Q uK[0xde]f[0x11][0xd9][0x94][0xd1]'[0xcc]l[0x8f]u[0xd5]Q[\r][0x86][0xb7][0x19]_J-[0x8a]},4[0xd4][0x13][0xe5][[0xd5][0xda]>[0xf7][0x85][0xe7]Q[0x11]n[0x9a]A[0xed][0x2]*[0x87]"[0xad][0xf3][0xf0][0xcd][0xc2]X@[0x95][0x9a][0xaf][0xbb][0x1]=[0xac][0xdd][0x80]_[0xcc]V*[0xb3][0xdb][0xb1][0x8e]c+[0xf][0x1f][0x80][0xfc][\r][0xd8][0x8c][0x8f]a[0x17][0xee][0xe5][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x87][0x83][0xca][0x8d][0xb0][0xab][0xb6][0xe0][0xc6][0xbe][0x82][0x1b][0xfb][0xd0]A[0xa0][0x15]j&[0xe]U[0xa2]Si[0xaa][0xb8]M%>[0x1d]-:[0xce]h:[0x1e][0x6][0x87][0x96][0xdb][0xf4]z[0xe9]^[0x85][0x9a]W)[0xc][0x8f]x[0x18][0xba][0xb9][0x16][0xcc][0xc1]p[0xe4]:[0xaa][0x85][0x9e][0xc0]rz[0xe][0xf1]yx[0x9]=[0xc1][0x82]_At[0x91]\M[0xcd][0x16][0xe9]9[0xeb][0xa9][0x1e][0xf4][0xe8]qU7[0xb5][0x96]P}[0x94][0xcf][0x7][0x97]@.[0xad]:[0xf]9[0xe8]A[0x16]#1[0xcf][0xc8]_I[0xa5]B[0xa4]b[0xb0][0x80][0xe0]Pd[0x1e][0x6][0xd9][0xe][0xdf]5[0x83]M[0x12][0x8f][0xf0][0xbb][0xf0][0xb7]4[0xf8][0xe6]Q3[0x8b][\r][0x12][0x94][0xc2][0xc6]zFfyPN[0xd0][0x8f]S[0xfc][0xf7][0xd7]F>O3 [0xed][0xcc][0xa7][0xe][0xe5][0xe1][0xfd][0x1e]sy[0xf][0x8f][0x14]<[0xb9][0x1e][0xc8][0xbf]Q[0xa5][0xd0][0x13][0xa7][0xeb][0xb5]3X[0xbf][0x80][0xba][0xa1][0xf7][0xb0]a[0x1e][0xf5][0x1f][0x86]}7P[0xcb]m}[0xe][0x1b][0x7]#7[0xb1]ICw[0xcb]Ml[0xd6]0[0x83][0x6]N[0xb6]h[0xb8][0x85][0xad]="[0xd1]:[0x87]m[0x83][0xb3][0xb7][0xff][0xe1]J7[0xc][0xba][0xcf][0xed]B[0xc7][0x9f][0x10]pW[0x8d][0x8b]|[0x1c][0x84][0xc1][0xf1][0x11][0xd6]F[0x17][0xeb][0xea],[0xff][0xa8][0xc6][0xf8]_[0xb6][0x9b]1[0xeb]![0xb2]^"[0xeb][0xe3][0xaa][0x1f][0xe7][0x19][0xe8][0x8b][0xbc][0x0][0x8c][0xe0]B!I[0x8e]2[0xad][0xe5][0x8d]0[0x11]/0[0x16][0xc7]c[0x18] $[0xe1][0xa4][0x6][0xbe][0xfa]a[0xa3][0x8e][0xc1][0xe2][0xee]&n[0xf2][0x6][0xe1][0xa2][0xd5][0xfc][0x1e][0xda][0xe9];[0xa2]m[0x12][0xb4]wi[0xbc][0xbb][0xdc][0xbd][0x4]r8[0xf]y[0x87][0xb][0xf9]&v[0xca]j[0x17]'[0xbb][0x15][0x13]s[0xd8]C[0xe][0xfe][0xb2]*[0x7][0xbe]%[0x1c]|[0x9a][0x1c][0xc][0x93][0x3][0x93][0x1c][0x8c][0x90][0x83]8[0xf1][0x8c][0xd2]a[0x8b][0xb8][0xc7][0xb8]J`[0x12]Sx[0x1c])\E[0xa6][0xc0][0xc1]If[0xd4][0x5]|Rq0][0xe0]`[0x1a][0x9f][0xa2]>[0x8d][0xfa]@[0xdd][0x9a]'[0xf5][0x19][0xaf][0x90]]V[0xb6])V[0xa2][0xc2][0x8a]I[0x83]n[0xe]XL0I[0xb1][0xc6][0xc8]G[0x8][0x91][0x95]p[0xe4][0x16]Bs[0xb8]gV[0xea][0xeb][0x16][0xf6][0xce]a[0xdf]b[0xec][0xea][0x15][0x81][0xe][0xfd][0xce]q~[0x85]6[0xa6][0x95]_[\[0x15][0x5]o[0x1a][0x19][0xa5][0xb8][0x17][0x11][0x1f]*[0xea]uer[0xd4]3[0xf9]wj[0x13][0xf9][0xcc]u4[0x93][0xec][0xfd][0x1a];^[0xf8][0xc0][0xdb][0xea]d[0xab][0xaa]d[0xa8][0xfc]o[0xf4][0xe6][0xa1][0x82]#y[0xe7][0xae][0xdd]![0x84][0x11]I[0xc7]Ur[0xf0]0[0x19][0x1][0x9e]D3[0x9e]b[0x8b]|[0x9a]-[0xf2][0x19][0xe6][0xd6][0xb3][0xf4][0xee]9[0xd6][0xd7][0xf3][0xcc][0xc8][0x17]X&/[0x92][0xc1][0x97][0xe8][0xf7][0xcb][0x98][0xc0]+H[0xe3][0xb5]%X3[0x5][0xac][0x19][0x95][0x91].V[0x16]X[0xb3][0xdf][0xbf]a7[0x97][0xbc][0xa2]zp[0x1f][0xe2][0x1][0x81]S[0xb3]$[0xcb]"[0x8b][0x1d]k[0xbd][0x8a][0xe4][0x1b],[0xcd]7[0x19][0xb9][0xb7][0x94][\r][0xc3]=[0xe0][0xd9][0xa8][0xc0][0xb8][0x1a]'[0xe8]+[0xb0][0x9b][0x8c]F[0xc5]p[0x9d][0x9f][0x9d][0xab][0x85][0xbe]og[0xee]|[0x9][0x17][0xd7]US[0xcb]V|p[0xaa][0xe1]?PK[0x7][0x8]a!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/glassfish/json/MapUtil.class[0x8d]VKS[0x1b]G[0x10][0xfe][0x6][0x4]+V[0xb]H[0x80]1[0x2]ldll!0[0x8a]c;[0xb6]#[0x82][0x8d]x[0xd8][0x10][0x1][0x8e][0x5]$[0x98][0xcf][0xe1][0x13][0xfe][0xc8][0x92][0xbc]"[0x7]5YO[0x4]'bKJ[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]2[0x95]Sj0[0x9c]YXP[0xcc][0xdb][0x86][0xa1][0x85]:[0xc9]jY6-[0xd9][0xd6][0x8e][0xd2]cZ[0xd6]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb9]f1[0x86][0xfa]]N[0xc3][0x84]Wd[0x9d]4b[0xdc][0xd0]4[0xba]@5t[0x86]F[0x1b][0x92][0xa1]x[0x82][0x3];rB[0xb9][0xb9][0xc7]~[0xd3][0x94]W[0xc3][0x19]U[0x9b]WL[0x86][0xb6][0xe2][0xdb]v[0x3]x>F.t[0x6]_1[0xd4][0xce][0xaa][0x80][0xad]X[0xe1][0x91]r[0xfa][0x8a]2[0xa7][0x18]c;I2[0x9c]>[0x2][0x13]<[0x93]=eXMm[0x97][0xc2][2[0xc5][0xde]@[0x1f][0x19]UG-9[0xbe]L[0x5][0xc9]c[0xc5][0xa8][0x91]1[0xe3][0xca][0xb0][0xca][0xf]R[0xbe]P=[0xdc]^B'[0x2][0x12][0x96]A[0x1]5[0x96]f[0x9d][0xe1][0xc4][0xa1][0x4]IH[0x82](?y85[0x1c]e04[0xe4][0x82]N[0xca][0xd6]b0[0xac]&[0x6][0x95][0xb8][0x9a][0x94]5[0x1])[0x9][0xf7]`[0xee]W[0x8f][0xe8][0x96][0x92][0xe0][0xa6][0xf7]@M[0xe7])[0xaa][0xba][0x4][0xb][0x19][0x9]+[0xd0]$[0xbc][0xcf]3p[0x17] [0x83]F[0x86]R[0x97]p[0x1f][0xab][0xdc][0xfe][0x83]=[0xf6];[0x8e]?[0xc4]G\[0xfb]1CMA[0x1b]1[0xf4][0x84][0x84][0x7]x[0xc8]U[0x9f][0xec][0xf1][0x1a][0xb5]LUO0[0x9c]*Q:[0x9e][0xb2][0xad][0x1f]I[0xa6]4N[0xec][0xa7][0xdb][0x9][0xed]+[0x12][0xc3][0xb9][0x3][0xec]w[0xf3][0xba][0xed][0xe5]3[0xaa]g[0xc1][0xb][0x15][0x8f][0xc1][0x80][0xf9][0x1e][0xc6][0xb7][0xed][0x1f]1[0xb4][0xef]J[0x9d][0x82]H[0xc8]Z[0xbf][0x99][0xc8]$[0x15][0xdd][0x1a][0xba][0x1f]WRvL^[0xde]\[0xbe][0x8e][0xb4]OM[0xfb]t[0xc3][0xf2][0xa5]3[0xa9][0x94]aZ[0xca]|[0xcf][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xec];$|[0x8e]/$|[0x89][0xaf][0x18][0x9a][0xf][0x1e][0x6]41[0xc6][0xa7]"[0x11][0x86][0xa6][0x83]_[0xe9][0x8a][0x18][0x8f][0x97][0xdc][0xf8]K[0xbc][0xf7]9B[0x8][0xd4]RJ[0xb9][0xf3]^[0x1d]T[0xe]{[0xa0]q"[0x88][0xc3][0x84]b[0x15]d[0xc][0x17][0xf2][0xb3]i_/[0x96][0x1a]>[0xb6]I[0xa8][0xd8]&[0xdf]G[0x87][0xda]H1[0xbb]Y[0xf3][0xef][0x12]M[0xdd][0xbb][0xc4][0xca][0xe4][0x9d][0xa9]!J}[0xb8]?[0x12][0xa5][0xd5]5[0x9f][0xeb][0xd6][0x2]d[0x90]f[0xac][0xf0]0[0xb7]NU[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x11][0x8e][0x1f]9[0xc]_[0xa5]QW[0x17][0xc]F[0xb9][0xc1][0xe8]a[0x6][0xc7]v[0xcf]n[0xbb][0xaf]C[0xfc][0x7][0xa3][0xd7]_z[0xb6][0x1e]e[0xae][0x93][0xf9][0xe5][0xdd][0xe6][0xd4]%G[0xb5]sR[0xf9][0x6]8[0x8a][0xe6][0xae][0x17][0xb6]C[0xcb][0x9][0xf9][0x90]^0L[0xaa][0xb][0xc3][0xb5][0x12][0x81][0xcf][0x16]O[0xe3][0xce]b[0x14].[0xc0]O[0xbf][0x98][0xfc][0xaf][0x8c][0xfe]i2[0x82][0xa1][0x8b]N[0x17]ie[0xb4]V[0x4]6[0xc0]~[0xcc][0xa9][0xbb][0xe9])[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd0][0x8f][0xfc]Y[0x9c][0xa7][0x9d]d[0x83][0xd0][0x83] [0xad]N[0xbc]D[0xe]s[0xe][0xca]<[0x10][0x8][0x5]&[0x6]~[0x83][0xb0][0x86][0xb2][0x1f][0x2][0xcf]P[0x9e][0x85]3[0xf0]+[0xca][0xf9][0xde][0x91]E5[0xed][0x1d]OP[0xc1][0xc0][0x5][0x95][0xb6][0xa0][0xf2][0x9][0x4][[0xe0][0xcc][0xc2]E[0x2][0xe7]&[0xaa][0xf8]Q[0xb4][0x8f][0xe2]&\[0xfc](e[0xe1][0xa5][0xa3]4[0xd6][0xbd][0x8e][0xea],[0xaa][0xd6]P[0xf3][0x18][0x95]k[0xa8][0xe5]Jw[0x16]5[0xa4]t[0xaf][0xc3][0xb3][0x89]:.[0xa9][0xb7]%[0xf5][0xeb]h[0xd8][0xc4]1.i[0xb4]%[0x8d][0xeb]8[0xbe][0x89]&.[0xf1]fQ[0xbb][0x85][0xe6][0x19][0x92]z7[0xd0][0xc2]E[0xad][0xf6]-[0xad]c[81[0xd3][0xdd][0xb5][0x81][0x93][0xe3][0xe7]w"n[0xcb][0xe2][0xf8][0x16]|[0x1c][0xdf]F[0xaa]Sc[0xdd]v[0xec][h[0x9f][0xa9];[0xed][0xf8][0x9]gf[0xca][0x3][0xeb][0xe8][0x88]n[0xe2][0xec][0x6][0xce][0xfd]B[0xc]9r,>@[0x1b]=;[0xe9][0x14] [0xce][0xba]PK[0xd2][0x6][0xe2][0xb3][0x85]x[0xec] &[0xbb][0x89][0xc7]W[0x88][0xc9][0xd7][0xf0]2[0x86][0xa8][0x14][0x11][0xfa][0xd2][0x9a][0xc4]e[0xcc][0x92]t[0xe]WhF_[0xa5])[\r][0x8f][0xf0]*[0xbe]A[0x8][0xdf][0xa2][0x17][0xdf][0x11][0xfa]1[0xfa][0xf0]=[0xae][0xe3])n[0xe0][0x19][0xc2]x[0x8e][0x1][0xfc][0x81]A[0xfc]I^[0xfe][0xc2]M[0xbc][0xc0]-[0xfc]M[0xdf]S[0xbc]r}[0xf4][0x81]6[0x7][0xf][0xdd]p[0x91]j[0xfa][0x9c]v[0x97][0xe8][0x86]2[0xc2][0xb]t[0xcb][0x15][0xfa]8{A[0xbb][0xab]tK[0x19][0xaf]"[0xdd][0x14][0xe2]]B[0xbb]^[0xba][0x89][0x91][0xbd]]}[0xdb][0xf2]:[0xa1]n[0x90][0xa4][0x5][0xb5]N[0x97][0xdb]]S[0xf3]/[0x9a][0x4]Ha[0x1][0xe5][0xff][0x0][0x1e][0x8f][0xa7][0xae][0xb5][0x99][0xc0][0xfd][0xb9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0xf]PK[0x7][0x8][0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/NodeReference$1.class[0x8d]R[k[0x13]A[0x14][0xfe]&[0xd9]d[0x93][0xb8][0xb5]1j[0x9b][0xd6][[0xac][0xdb][0x98]Xp[0x11]|S[0xc4][0x1a]Rh[0xcd][0x5][0x92][0x10][0x91]>M6[0xd3]d[0xb7][0xeb]L[0x99][0xdd]T[0xfc]/[0xbe][0xfb][0xac][0x82][0x88]H[0x80]?J<[0xb3][0x6]T(T[0x98]s[0xf9][0xce][0xe5];[0xcc][0xcc][0xf9][0xf1][0xf3][0xdb][0x19][0x80][0xc7][0xd8])[0xe1]:[0xd6][0x8a][0xb0][0xb1]^$[0xaf]j[0xe0][0x86][0x8d]M[0x3]n[0xd8][0xb8]i[0xe3]6[0xc3][0x8e];|[0x1b]$[0xfe][0xbc][0xcb]O[0xdc][0x90][0x1f]s[0x9d]p7[0x8c][0x95]t[0xf]H[0x8d]y[0xb4][0x10]n[0xaa]G[0xef]N[0x4]C[0xe6]p[0x9f][0xa1][0xf0][0xd4][0x8f][0x2][0x19]$[0xcf][0x18][0xb2][0x8d][0xe6][0x98][0xc1]j[0xa9])%W;[0x81][0x14][0xbd][0xc5][0x9b][0x89][0xd0]#>[0x89](R[0xe9]([0x9f]Gc[0xae][0x3][0x83][0x97][0xc1][0x95]a[0xc2][0xfd]c[0x9a][0xb7][0xc4][0xa5][0xa1]Zh_[0xec][0x5]iG[0x8f][0xa8][0x6][0xe2]Hh!}[0xf1]0[0xe4][0xa7][0x9c][0x88][0xdb][0xd2][0x8f]T[0x1c][0xc8]YW$s5[0xb5]q[0xc7][0xc6]][0x7][0xf7][0xe0]:([0xa2][0xe4]`[0x1b]u[0x7][0xf7][0xd1]`[0xd8]4-^[0xc4][0xe5][0xcc][0xeb][0xa9][0xe1][0xc2][0x9f][0xef][0x5]"[0x9a][0xb6][0xb5]V[0xda]A[0x13]u[0x86]-[0xa5]g[0xde],[0xe2]q|[0x14][0xc4]s[0xcf]\[0xd6][0xfb]g[0xaa][0xfb][0x88][0xc1][0xd9][0x97]R[0xe8][0x96][0xa9][0x12]1C[0xf9][0xf]k[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?a[0xa8]]Dc[0xe3][0x1]U-[0xdf][0xf4]w[0xfe][0xdc]7-[0xfe][0xe5][0xe7]O[0x8d]O[0x3][0xb7][0x1b][0xcd][0xc3][0xce]E[0xbd]O[0xa8][0xa1][0xff][0xe2][0xa0][0xdd][0x1a][0xd1][0xad][0xfe][0xa7][0xda]Vz[0x1a]H[0x1e][0xa5][0x1f]G?[0x99][0xdb][0x1d][0xc]v_3[0xac][0x9d][0xdf][[0xae][0xd1][0xee][0x14]h[0x97]X[0xb9]j[0xde][0xd9]x[0x84]/[0xc1]![0xbb]B(D[0x96]<[0xa0][0xf1][0x15][0xec][0xec]{[0xe9]32[0x9f][0xcc][0xc9]~[0x81]e[0xf5]?[0xc0]z[0x99][0xc2]<[0xc1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?"C<[0xd7][0xb0][0x8e][0x1c][0xaa][0xf4]}u[0xb2]Y\&[0x86]|[0xca][0xf3][0x1e][0xab][0xa4]3$e[0x12][0x7][0xd6]+[0x9b]*[0xba]FQ[0xdd][0x95]4W[0xc1]U[0xb2][0x16][0xb1][0x0][0xb7]H*[0x14][0xb3]aZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xd7]5l=[0xdf][0xf8][0x5]PK[0x7][0x8]< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/NodeReference$ArrayReference.class[0x9d]U[0xcd]W[0x1b]U[0x14][0xff][0xbd][0x99]$[0x3][0xc3][0xf0][0xd1] P[0xb]mj[$$H[0x80][0xd6]j[0xa1]B[0x3][0x4]M[\r]PCK[0xb]~[0xe0]#[0x19][0xd2][0x81]0[0xc9][0x99]L8[0xd5][0xc0][0xbd]K7z<=[0xa7][0x1b][0x17][0xf5][0x1c][[0x8a]=G][0xb9][0xf0][0x1f]p[0xe9][0xc6][0x8f][0x85][0x1b]=[0xee][0xb4][0xa7]z[0xdf]dH[0x13]Hhq1[0xf7][0xbd]w[0xdf][0xbd][0xf7][0xf7][0xbb][0xf7][0xbd][0xfb][0xe6][0x87][0xc7]_[0x3][0xe0][0x1c]t[0x15]]x[0xb5][0x11][0x9d][0xb8] [0xc4]h[0x13][0xc6]pQ[0xa5][0xd9]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6]UL[0xe0][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0xa2]B=[0xa9]`J[0xc1][0xb4][0x8a][0x18]fT4[0xe1][0xf5]&[0xc][0xe1][\r]![0xe2]B\[0x16][0xe2]M![0x12][0xc2]V[0x88]9![0xe6][0x15]\Q[0xf0][0x16][0x83][0x97][[0x16][0xff][0x80][0xe1]hb[0x9d]op[0xcb][0xe6][0x91][0xf5]B[0xce][0x8c]\&[0x11][0x15];cdb[0x98]i[0xfd][0x16][0x3][0x8b]3[0xf8].[0x1a][0xa6]a[0x8f]3[0xf4][0x4][0xeb]9[0xc4][0xfb][0x17][0x19]c8[0xe7]Zu[0xe][0x83][0xeb]|[0x8b]k[0xe8][0xc1][0x82][0x86][0xa3]x^[0xc3]1t+[0xb8][0xaa][0xe1][0x1a][0x16]5[0xf4][0xe2]E[0xa2][0xbf]/v[0xec]VJ[0xcf][0xdb]F[0xce]Tp][0xc3][\r],[0x89][0x0][0xcb][0x1a][0x82]x[0x9b][0xa1][0xb3]v[0x12][0xc]}5[0xee][0xc4][0xde][0xca][0xc5]7[0xf3]Y[0x5][0xef]hx[0x17][0xef][0x89][0xa0]+[0x1a]Bx_[0x8]"[0xb9][0x8a][0x11][\r][0xc3]HiH[0x8b][0xe5]Y[0x84][0xc5]rD[0xec][0x86][0x19]"[0x87][0xbc]r[0xc]'[0x9f][0xe6][0xc1]p[0xfc][0xc0]svn[0xea]b[0xad][0x94][0xa3][0xa5]^[0xf5][0x14][0x8c][0xf]u[0xc7][0x8a]:2P'[0xff]Y[0xbd]P[0xe0][0x19][0xd1]6]s[0xf3][0xd3][0xb1]dlf%[0x9a]LF[0x97]V[0xe2]s[0xd3][0xb1][0x1b]+[0xb1]$[0xdd][0xa5][0xce]`<.[0xe]y[0x8b]G[0xb2][0xdc][0xcc]D[0xe8]t[\r]3CG[0xdb][0x11][0xdc][0xaf][0x15][0x94]:[0x82]U[0xf6][0xf3][0xab][0xeb]z[0xca]&[0xfb][0xee]:$[0xae][0xd9]F[0x96][0xbc][0xa8][0xc5][0xe2][0xa6][0xad][&[0xcf]N[0x16][0xd7][0xa8][0xc]Wr9[0xd2][0xf7][0xd2][\r][0xab][0xe1][0xc8][0xf3]F[0xe4][0x89][0x19]E[0x1f][0xaf][0xfb][0xd6]<[0x83][0xbb][0xa0]}[0xe1][0xd0][0xad][0xbb][0xdb]r[0xc][0xa3][0xc1][0xf8][0xff]w[0xf6]:[0xbd][0xcd]p[0xaa]T[0xb7][0x83][0x8d][0xe5][0x82]n[0xe3]$=[0xce]][0xf4][0x17][0x90][0xe0][0x17][0x9d]C3[0xbf]h[0x1e][0x1a][0x1b][0xe9][0xeb][0xc1]qPg[0xd2]l[0x89],d[0x1a][C[0xdb]`[0xa1][0xf0]=H[0xa1][0x9e]{[0x90][0xbf]t\[0x3][0x8e][0x9b][0x87][0xe4][0xcf]$![0xd7]_[0xd1][0x82][0xdf](8[0xe8]s[0xdc][0xf0][0x2][0xce][0x0][0xce]L[0xc0]0g&[0x80]$[0x9a]S[0x83][0xba]0[0xcb][0xce][0x1a][0xe8][\r]}[0x5][0xe9]{[0x4]h[0x90][0xa5][0xdb][0xe8][0x12][0xa3]P[0xed][0xc0][0xc3][0xf0]9[0x14][0xcf][0x1d]x[0xe4]/[0xc8]Pv[0xc0]}[0x8e][0xd3][0xef][0xe][0xa0]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe0][0x2][0xf6][0xd1][0xe7][0x85]t[0xfa][0x12][0xfd]O[0xa8][0xb3][0xfb]][0x9c][\r][0xe2])[0xcc][0x86]B[0xf7][0xe1][0xfd][0x4][0xdd][0xf][0xe1][[0xaa][0xc2]x[0x0]e[0x1b][\r][0xdf][0x8a][0xb5][0xd0][0xef][0xa0]Q[0xc2]wP[0xef][0x96]![[0x9c][0xbc][0xfe][0x80][0x82]?i[0xfd]W[0x5][0xf4]P[0x5][0xb4][0xc][0x16] %[0xb5][0xb6][0xb][0xfc]#[0x1][0xb][0xc7][0xfc]C4[0x9]D[0xe9][0x1][0xb4]m4[0xcf]:[0x89]~[0x8a][0xf6]*[0x12][0x9f][0xa1]e [0xbc][0x83][0x16][0x9][0xd7][0xef]`tO[\r][0xfc][0x3]BA[0xdb][0xad][0xb2][0xd8][0xae][0x9b][0xc2][0xc0][0xe][0xda][0x18][0x9e][0x10]?A[0x94][0x81][0xbf][0xa9][0xfc][0xff][0x10][0xc5]G[0x18][0xc1]cL[0xe2]_[0xfa]93[0x18][0xcc]Sqh[0xf9][0xf2][0xa1][0xe5]1[0x80][0x97]([0x83]Vp[0xc]"B[0x87]$[0x92]k[0x82][0xe7][0x11][0xfa][0x14][0xc][0xa9]'[0xba]h[0x93][0x1e]17[0xc9][0x8f](I[0x89][0xc6][0xf1][0xa7]T[0xb7][0xba][0x6][0x89]p[0xa9][0xd2]G$[0xec][0xa1][0xec][0xdc]-[0xd6][0x8][0x85][0xa9][0x8]0[\r][0x83][0xac][0xd9][0xa1][0xd9]YBqi[0xe][0xa2][0xcd]![0xc7]*+[0xb6]\[0xf9][0x8f][0xdd][0xca]O[0x1c][0x8a][0xd4][0xec]n[0x95][0xfd]rmV~b[0xd5]N[0xac]:[0x88]UgE[0xf1]&[0xca][0xc5][0x9b]p[0x8b]7[0x88]#[0x15][0xc5][0x13][0xfc][0xda][0xa2][0xc4][0xef][0x9c][0xcb]o[0x88]6D:[0xbe]P[0xf8]>[0xda][0xef][0x96][0x1b][0xab]t[0xb7][0xaa][0xb8]`[0xbe]Rh[0xf2][0x1e][0xc6][0xcb][0xae][0xb7]H[[0xec]y)[0xbb][0xe7][0xe]r[0xf6][0x96][0x9d]C[0xb5][0xa1];[0x9e][0x1][0x9a][0xf6][0xcf];[0xf2][0x15][0x9c][0xa6]Q[0xa5]=[0xf1][0x8c][0x9c]B[0xc3]PK[0x7][0x8][0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/NodeReference$ObjectReference.class[0x95]UmS[0x1b]U[0x14]~n[0x12][0xb2][0x90]l[0xa1][0x8d][0x12]Z[0xa0]-j[0xb]!PRZ[0xac]/[0xad]}[0x81][0x86][0x1a][0x1a][0x2][0x12][0x1a][0xa5][0xea]t6aI[0x17][0x96][0xdd][0xcc]f[0xc3][0xe8]O[0xd1]?[0xe0][0x17]?T[0xc7][0xf2][0xd2][0xce][0xb4][0xce][0xe8][0xf4][0x83]~i[0xc7]/:[0xfe][0x17][0xc7]s6[0xcb][0x12][0xc9]&[0x95][0xf]{[0xee][0xdd]{[0xcf][0xf3]<[0xf7][0x9c]{[0xce][0xee]o[0xff][0x3]~[0x87][0xf0][0x98]$K[0xad][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe7][0xe5][0xca]QNB[0xd7]R+[0xd9]5[0x8b][0x95][0xce][0xf8][0x9]4:D[0xf2]f[0xcd]*[0xa9][0xb3][0x9a]sY[0xff][0xc9][0xed][0x4][0xdf][0xb4][0x8c]~de[0xc4][0xd1]'[0xe3]$NI[0x98][0x97][0x91][0xc3][0x82][0x8c]wp[0x8e][0x92][0xd8][0xc4][0x9d][0xfe][0xaa][0xa4]Vl[0xcd]4$,[0xca][0xf8][0x4]KL[0x90][0x97]1[0x8c]e[0x81][0xb8][0x10][0x2][0x9][0x9f]{>H[0xc5]tM[0xd3]WU+[0xb3]Y[0xd1]%[0xdc][0x93]Q[0xc0][0xa7][0xcc][0xfa][0x99][0x8c][0x4]V$[0xdc][0x97][0xf1]9.[0xc8][0x18][0xc7][0x17][0xbc]2*c[0x82][0xcd]8.[0x8]\[0x9f][0xc9][0xdd][0x11][0x18]N[0xf8][0xb4][0xa1]_G[0xf7][0xfa]9[0x16][0xe][0x11][0xec][0x9f][0xa9]y[0x89]*[0xb4][0xc5]![0xef][0xd9][0x9a]N[0xf4][0xd4]J[0x19][0xc3]V-C[0xd1][0xa7]kk[0x94][0xa0]E[0xd3][0xa4][0xf5][0xf3]Tv>@[0xa5][0xa2][0xa5][0xe][0xdc][0x88][0xfd]F[0x9b][0xef][0xcc][0xeb][0xf1][0x1c]H[0xd6]'[0xc0]#w[0xad][`[0xdc]/[0xed]=[0xa8][0xbb][0x8b]<[0x13][0x98]jq[0x3]m[0xf9]1D_[0xeb]^[0xfa][0x19][0x4][0x10][0xe3][0x96][0xa2]Y[0x8c][0xbb][0x8a][0xc6].z[0xfa]1[0x0][0x81]A[0x9a][0xad][0x90]G[0x90][0xc6][0x9e][0xe4][0xe]Dr[0xec]1[0x2][0xc9][0xf1][0xc7][0x8][0xfe][0xe0]@O;[0xb0][0x10][0xd9][0x1d][0xb2][0xbb][0x4][0xdd]C7[0x9e][0xe0][0xc][0xad][0xc][0xd5]a8[0x8b][0xb7][0x1]g[0xc6]2[0xc2][0x99][0xb1]P[0x80][0xe6][0xd4][0xb9][0xae][0xcc][0x92][0xf3][0xe][0x9c]N[0xfe][0x84][0xc0][0xb][0xf4][0xf1]@Op[0xf][0xa1][0x0][0xbe][0x81][0x14][0xfa][0xe][0xa1][0xe0][0xf7][0xe4][0x10]tD[0xc3][0x8e][0xf3]3GH[0xae][0x3]][0xa1][0xf3][0xf4]t 0pS[0xd0][0xf2]0F\[0xfe]"[0x1][0xd9]m$[0xb9][0x8d][0x8e]o[0x11]{[0x8a][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xef]B[0xda]A[0xe7][0xf3][0x3][0xb9][0xae][0x0]~F[0xe4][0x91][0xa7][0xd4][0xed][0x84][0xf1][0xb]$[0xfc]J[0x1][0xbc]hP[0x1c]iP$[0xf2]8-R[0xcb][0xbb]z[0x8b][0x94][0x8f][0x0][0x8d][0x83]O[0x11]e[0xa1][0xc0].[0xe4][0x1d][0x1c]c[0x8d][0xb1]mt[0xef][0xa1]G[0xe0][0x91][0x97][0xc3]z8[0xbf];[0xe4][0xf1]:[0xce][0xcb][0xdb] [0x92][0x18][0x3]GC[0x9f][0x11][0x97]]'vFL[0xfa]G[0xd3][0xac][0xb9][0x8d][0xe3][0x9e]dc\/)[0xae]W$[0xf9]GC\[0x93][0xcd]qMxq)[0xb4][0xe4][0x9c][0xaf]E[0x1e])[0xb8][0x13][0x87]E[0xfe]$[0x91][0xbf]H[0xe4][0xef][0xb6][0xf1][0xed][0xcb][0x1d][0xbf]Er)W[0xee]"9[0xb3]{[0x98][0x89]c[0x87][0x13][0xf6]c[0xc3][0xa9][0xc3]uBB[0x8f][0x13][0xaa][0x8e]N9i[0xa3]z[0xa0][0xc3][0xbe][0xd1][0xe][0xdc][0xe1][0x81][0x13][0xfe][0xd2]'[0xfe][0x87]4[0xed]O:[0xf6][0x12][0xde][0xa2]1B{[0xdc]bC[0xe8][0xfc][0x17]PK[0x7][0x8]p[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/NodeReference$RootReference.class[0x95]U[0xdb]N[0x13]Q[0x14]][0xa7][0xb7][0xa1][0xd3][0x1][0x14][0x1][0xe5][0xa2][0xa0]V,[0xad]R[0x94][0x8b][0x8a][0x8a]`)[0x8a])%)[0xd8]D}h[0xe][0xed]P[0x6][0xeb]L3[0x9d]V[0xfd][0x7][0xf5][0x81][0x17]_L4[0xc6][0xc4][0x18][0x8d]Q[0xe3][0xdd]D}[0xf2][0xc1][0x8f]2[0xee]3[0x1d]k[0xd1]"1[0xcd][0x9c][0xd9][0xe7][0xcc][0xde]k[0xad]}[0xe9][0xcc][0xf7][0x1f][0x1f]?[0x3][0x18][0xc5]y[0x19][0xcd]8[0xe8][0x87][0x82][0x90][0x1f][0x83][0x8][0x7][0x10][0xc1]![0x19][0x87]1$!*aX[0xc6][0x11][0x1c][0x95]!aDX[0xa3]29[0x8e]I[0x18][0x97]p[0x8c][0xc1]c[0x1a][0x86][0xc5][0xd0][0x9b]X[0xe3]W[0xb9]i[0xf1][0xe8]Z[0xc9][0xd0][0xa3][0x17]hY[0xb4][0xcc]r[0xd6]*[0x9b][0xea]I[0x6][0xdf])M[0xd7][0xac]I[0x86][0xbe][0xd0][0xbf][0x1c][0x7][0xd3][0x4][0x18]3r*CkB[0xd3][0xd5]d[0xf9][0xda][0xb2]j.[0xf1][0xe5][0x2][0x9d][0xb4]%[0x8c],/[0xa4][0xb9][0xa9][0x89][0xbd]s[0xe8][0xb1]V[0xb5][0x12]Cs[0x8a]T[0xa4][0xd4][0x15][0xd5]T[0xf5],[0x1d]+s[0xba][0xae][0x9a][0xb1][0x2]/[0x95]Tz<[0x9c]0[0xcc]|4/[0xb6]+Zi[0xb5]J[0x9d]$[0x9e]ZHp[0x3][0x0])n[0xca][0x1a][0xba][0xc5]5[0x9d][0xa2][0xdd][0xa1][0xc1][0xcb]D[0xb1]h[0xf1][0xec][0xd5]y^t[0x98][0xdd]y[0x95][0xf2][0xee][0xe][\r][0xfe][0x9d]P[0x9a][0x17][0xca][0x2][0xc3][0xcd]s9[0x86][0xf1][0x6])W=[0x1a][0x84][0xd6][0x17][0xcd][[0x11]^[0xc][0xbb]6g[0xf0][0x99][0xea]5[0xa3]B>{[0x1a][0xe9][0xa8][0x7][0x93]L[0xb5]X[0xe0][0xa2]6[0xf2][0xa2]Q6[0xb3][0xea][0xac]f[0x17]uC[0x15][0x86][0xd6]x[0x85]+[0xd8][0x86][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xd0]*[0xe1][0x84][0x82][0x9][0x9c][0x94]pJ[0xc1]i[0x9c][0x91]0[0xa5]`[0x1a]g)[0xed][0xcd][0xb9][0x1a]=[0x8c][0xdf][0xc8][0xaa]EK3t[0x9]1[0x5]3[0x88][0xb][0x8e]Y[0x5][0xe7][0x84][0xb5][0x7]}[0xc]C[0xff][0xd7] [0x86][0xfe][0xad][0x2][0xec][0xbe][0xd1]<[0xed][0xdb][0x12][0xf9][0x8]C$[0xb8]x][0xb3][0xb2][0xab][0xd4][0xde][0xa0][0xa3]>(<[0x83][0xb5]b[0x7][0xed]u[0xe9]f[0x91][0x80]]W[0xe6][0x18]:[0x1b]7[0x85]f[0x8f][0x6][0xa3][0xce][0xd9]_g[0x7]7[0x9d][0x96][0xdf][0xf0][0xd4][0xab][0xfe][0xad]|[0xa8][0x9d][0x86][0x99][0xd3]t^[0xb0][0xb3]$5}[\r][0xb2][0x14][0x81][0xf3]j[0xa9][0xc4][0xf3][0xe2]?[0xd0][0x91]\[0x98][0x89][0xa7][0xe2][0xb3][0x99][0xf4]t[0xe2]b<3=3[0x93][0x89][0xa7]R[0xc][0xed][0xb6][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f][0x16][0xb8][0x9e][0x8f]R[0x1b]5=O[0x1a]:B[0x9f][0x8a]r[0xf6]l[0x84][0x89]M'[0x93][0xb]K[0x99]T|~![0x1d]G?[0xbd][0x19][0x9a][0xe9][0x95]B%[0x12][0xf3]C[0x96][0x8f][0xae]m[0xd8]N'md[0xcd][0xd2][0xb9][0x8b][0xee]r[0xf8][0x1d]X8[0xf2][0x6][0xae][0x97][0xb4]sa[0x7][0xad]-p[0xd3]z[0xb][0x1e][0xdc][0x86][0x1f]w[0xd0]N[0xbb][0xce][0xaa]7:[0xb0][0xb][0xb0]-[0x81][0xca][0xe8][0xd7][0x85]n[0x7][0xf3][0xac][0xbd][0x7][0x9a][0xc3][0xaf][0xe1][0xfa][0x6][0xc9][0xf3][0x18][0x1e][0xf7]3:p[0xdb][0xb0]>[0xfb][0xe1][0xba][\r][0xa7]T[0x1d][0x1d][0xb8][0x1e][0xba][0xbc]p[0x5][0xa6]D|/v;xQ[0x7][0xcf]+[0xf0]^[0xd4][0xe4]Uq[0xee][0xd6][0xe1]x[0x1d][0x1c]&&[0xd8][0x9]^'V!9[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee][0xc8][0x7]x[0x18][0xde][0xc2];[0xf4][0xd4][0x16]?`c[0xc1][0x8e][0xed]q[0xec][0x9e]p[0xe4]+|T[0x87][0xc7]h[0xf9][0x4][0xe9][0xd2]{4[0xbd][0x83][0xff][0xcb]/[0xea]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d]D[0x5][0xdc]C[0x8][0xf7]1[0x8c][0x7][0x18][0xc1]CL[0xe2]Q][0x85]b[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xa8][0x7]{[0x89][0xa2][0x9a][0x9c];$[0xcb][0xb4][0xd9][0x87][0xfd][0x8e][0xbe]1[0x82][0x14][0xfc][0x81]*[0x99],[0xc8][0xfe]H[0xf1]I][0x8a][0x81]Z[0x8a][0xc1]Z[0x8a][0x13]N[0xf]}[0xe1][0xc8][[0x4][0xfe],[0xd0][0xf3]:U[0xbe][0x9a]*[0x9f][0xa3][0xca][0x85][0x3][0xb6][0xff][0x0]v[0xd2][0xbd][0x9b][0xc4][0x88]y[0xe9]D[0x13]}u[0xc4][0xa0]4[0xd1]7'[0x82][0xc9][0xa9][0xae][0x9f]PK[0x7][0x8]I[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/NodeReference.class[0x95]T[0xed]N[0x13]A[0x14]=[0xb3]-[0xdd][0xed]Z>DE>*[0xd4][0x8a][0xda][0x16][0xed][0x16]A[0xfc][0x0][0x9][0x86][0xc4][0xa4][0xa6][0x81][0x4]L[0x13][0xfc]7[0xb4]CYlw[0xcd][0xec][0x96][0xc8][0x3][0xf8]>[0xfa][0x8b]D[0x12][0x1f][0xc0][0x87]2[0xde][0x99]ViK[0xa1][0xb8][0xc9][0xce][0xdd][0xb9]s[0xcf]9w[0xf6][0xde][0x99]_[0xbf][0xfc][0x4][0xb0][0x8c]5[0x1b]q8&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xc],[0x9a]xf#[0x8a]%[0x13][0xcb]6bxnb[0xc5][0xc4][0xb][0x13]/[0x19][0x12]E[0xcf][0x13]r[0xb3][0xce][0x83]@[0x4][0xc]#o[0xa5][0xe4]';[0xe2]@H[0xe1]U[0x4][0xc3][0xe8][0xf6][0xfe][0x91][0xa8][0x84][0x1d][0x9e][0xe1][0x1d][0xdf][0xef][0x9c][0xc7][0xd6]\[0xcf][\r][0xd7][0x19]"[0x99]l[0x99]![0xba][0xe9]W[0x15][0xae][0xe4]zb[0xab][0xd9][0xd8][0x17][0xf2][0x3][0xdf][0xaf][0x93]g[0xbc][0xe4]Wx[0xbd][0xcc][0xa5][0xab][0xe6]mg4[0xb6]8[0x18][0xac]X[0x6][0x8c][0xe4][0xd8][0x84][0xb6][0xb6][0x1c]P@[0x4]H $[0xc8][0xc8][0xa9][0x88]lS[0xdf][0x12]C[0x13][0xfb]X:[0xb6]e[0xe4]##[0x1d][0x5][0x9c][0xb4][0x90][0xe6][0xd6][0xdc][0xa7][0x99]i[0xd3][0xa9]s[0xa3][0xc]3}[0xe1][0xc1][0xa6]%f[0xea]Nx[0xef]o[0xe8]K;[0xd3][0xe7][0xfc][0x80]f[0xa0][0xdf][0xda]G[0x92]Ec[0x98][0xa9]=[0xda]{[0xad][0xb5][0xd7][0xfd]&[0xfd][0xfd][0xee]_[0xbf][0x5]p[0x8][0x9f][0x4][0xd0][0x81][0xf1]&l[0xc3][0x8b][0x1][0x1e]/[0x9]4![0xc7][0xd9][0x0][0xce][0xe1][0xe7][0x2][0xbd][0xac][0xe3][0x15][0x1d][0x93][0x1]L[0xc1][0xc][0xa0][0x9][0xd3][0xc2][0x98][0x11]4+[0xa8][0xa5]cF[0xd8]f[0xe5][0x98][0x93]#[0xd7][0x84]y[0x9c][0x97]#/[0xc7][0x82][0xe];[0x80]6[0x14][0x2]X[0xc4][0x85][0x0][0x8a]([0x89]n[0xa7][0x11][0xe5][0x0]^[0xc5][0xc5]F\[0xd2][0xb1][0xa4][0xa1]ql[0xb4]2~0[0x9d][0xd4][0xd0][0x9e][0x9e]7_5cv[0xae][0x10][0xcb][0xcc][0x99][0xc5][0x92][0xe5][0xc4][0xfa][0xdc][0xfb]X[0x8d]/A>O[0xbf][0x6]-[0xa1]ak_[0xc1].9[0xa6][0xed][0x8c][0x9b][0xf9][0xb2][0xe5][0xbd][0xc7]?yM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0x97]P[0xb2]_[0xa0][0xef][0x8]%[0x12][0x2][0xad][0xb][0xa4]hw4x[0x7][0xc7][0xd2]^f[0x3][0x4][0xa7][0xcb]3|:G[0x95][\r][0x4][0xd3][0x96]M[0xfd])[0xda][0xcc][0x94][0x8b]);k][0xd2][0xa0]W<"[0xc7][0xf1][0x9c][0x9d]sNh[0xd8][0xd9][0xed][0xfa]KwS[0xf6]b[0xd9][0x19]q[0x8a][0x96][0xb9]p[0xac]g\[0x83][0xaf][0xaf][0x90][0xb5]4lK[0xe7]lk[0xb0][0xbc]0m[0x15]G[0xcd][0xe9]<)[0xc1]t!c[0xe6][0xc7][0xcd]bN[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0xe7][0xcc][0xe5]J[0x1a][0x9e]H[0x17][0x8a][0xb3][0xb1][0xd9][0xbc]Y*[0xcd][0xe4]Js[0xb1][0xf9]R[0xc1][0x8e][0x8d][0xd9][0xb9][0xc]u[0x9d][0xb2][0x1c]+[0xe3][0xe4][0xec][0xd9]zKtY[0xe4]B[0x9b][0xba][0xa1]!0k9}U[0xaf][0xc3][0xdd]=[0xf][0xcb][0xae]>[0x93][0xcb][0xe7][0x13][0x92][0x5]o[0xb7][0x4][0xe0][0x99]> [0xc7]A9[0xe2]r[0x1c][0xe2]K[0xae]`[0xdd]gm(y)c-:[0xb9][0x82]M[\r][G[0x1c]3s~[0xc0]\[0xac][0x4][0xd5][0x9c]U.'m[0xba]O[0xbf][0x19]%[0xdd][0xca]*[0xfd][0xcc]l[0xa0]&[0xca][0x0][0xf4][0xee]s[0x89]TJ[0xc8][0xde][0x85][0x9c][0xa4]~[0x9a]PaF[0x9c][0xc9]K)[0x1a][0x8f]g[0xf2][0x95][0x9c][0x7]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5]b[0xc6][0xea][0xcf][0x89][0x89][0xce][0x87]$g[0xbf]xi[0xe0]0[0x8e][0x18]x[0x2][0x7][0xc][0x9c][0xc6]s[0x6][0x9e]D[0xa7][0x81][0xd7]pB[0xc7][0xeb][0x6]^@[0xda][0xc0]A0[0xbc]G6[0x9][0x89][0xed]8o[0x9e]7[0x8b][0x8e][0xe9][0x16][0xe2]4[0x8f][0xda][0xa3][0x8e]_[0x18][0xf8]%.[0x8b][0x81]+[0x6]N"a[0xe0][\r][0x17][0xfd][0x95][0x86][0xfd][0xff]_[0x1d][\r][0xe]d[0xdc]@[0x97][0xf8][0xf6](:u[0xbc]i[0xe0]-A[0xde][0x96][0xe3][0x1d]tjxL9[0x98]7[0xed][0xd9][0x98][0xea][0xc7][0xa1][0xb2]34[0x93]([0x94][0xed]l[0xa9][0xe6][0x93][0x18]O[0xe8]x[0xd7][0xc0][0x10]~[0xad][0xe3]=[0x3][0xef][0xe3][0x3][0x89]r[0xd0][0x1d][0x9e]}2d:>4[0xf0][0x11]>[0xae][0x91]d[0x9e]vU[0xc3]gZ[0x1d][0xab]X[0xe7][0x9a]t[0x98]][0x9f][0x9f][0xfa][0xa7]G7[0x9]S[0xb2]4`[0x95]J[0xe6][0xac][0xc5][0xc2]F[0xce][0x9c][0x1c][0x1e]I[0xe]O[0xa6][0x6][0xcf][0x8c][0x8d]N&[0x7][0xfb]&O%G[0x93]}[0xa3][0x93][0xcc][0xf3][0xf0][0xb0][0x86][0xd6]jS[0xaa][0xc8][0xa8][0x97][0x89]a+E[0xbb]H[0xad][0xa3][0x8c][0xce][0x15][0xb][0x17][0xa5][0xc9][0xd4][0xa8]u<[0xc8]F[0xff][0xc9]T:y[0x8a][\r][0xbb][0x89]6[0x11][0xec][0xfa][0xc1]8[0xb0][0x83][0xed][0xac]Y[0xcc]V[0xc6][0xa2]TY:[0x7][0xe]K[0x92]*[0xa0][0xec])[0xbf][0x80]G[0xd9][0xe2][0x1b]z[0x7]Lg[0x8e][0xf][0xdd]n[0x1b]o[0xaf]3[0xb8]Tr,&[0xab][0xc9],[0x16][0xcd][0xa5]Laq[0xe9][0xe2][0x1b][0x9a][0x9e]gG[0x1c]KmBJ[0x89][0x9b];[0x1f]4[0xb5]2[0xb4][0x85][0xe2][0xa0][0xb9][0xc0]I[0xd8][0xbf]Y[0x8c][0xf][0x9e]wtr_wp[0xf5][0x19]h[0x97][0x96]#[0xd4].[0xfd][0xa7][0xee]=x[0x8c]+q/a[0xf]~D[0xfc][0xc7]u[0xf8]O[0x88]w[0xd7][0xe1]=[0xc4][0xa3]ux/[0xf1][0xc7][0xeb][0xf0]}[0xc4][0xf7][0xd7][0xe1]1[0x4]e[0x1a][0x15][0xcc][0xc9]S[0xf7]!u[0x7]e6y[0xeb][0xfc]ph)q[0x94][0xd0][0x18][0xdf]=[0xbc]C[0xd1][0xde]5hQ[0xfd]o[0x8d][0xb7][0xe0][0x89]F[0xd7][0xe0][0xbd][0x5][0xdf][0xaa][0x12]J[0x9][0xfb]x[0x1e][0x84][0x9f][0xc6][\r][0xaa]k[0xa5][0xd2][0xa7]Iis[0x85]q[0xc][0xc7]e[0xd1][0x13]z[0x6]'[0xa8][0x1a]x[0x16][0xcf]UL[0xc4]x[0xb][0xc5][0x1f][0xfd][0xb]|+5[0x95][\r][0x8a]xD[0xa9]1\[0x86][0x8a][0x1a][0x8f][0x8c][0xbb]+[0xec][0xf1][0xd3]p[0x3]i7)[0xec][0xff][0x86]_[\r][0xbb]=W[0xe9]X[0x5]{&L[0xac]%[0xea][0xbb][0x5][0x9d][0x14][0x8f]w[0xf7][0xa7][0xa3][0xd5][0xa7][0x13][0x11]>[0xed][0x8a][0xfa][0xeb][0x9e][0xe4][0xf6][0x85]7X[0xe][0xfb]B>2uE[0x1b]6a[0x92][0xdb][0x1f][0x11]f[0xfd]![0xaf]r7[0x84]|[0x9f][0x8e][0xfe][0x9][0xc1][0xa7][0xfd][0xeb]h[0x9a][0xb8][0x8d][0xc0].[0xff][0x1a][0xb6][0xdc]Ye<[0xc0]V\C#[0x9a]YS[0xb9]{[0xb8],[0xe4]N[0xe3][0x92][0xba][0x97][0xf0][0xb5][0xba][0xbd]*#[0xaf][0xa9][0x8e]9IJ[0xf5]3[0xc1][0xcf]c7~[0xca][0xca][0xa5][0xa8][0xe3]45[0xc][0xb0][0xba][0x83][0xac][0xe0][0x10][0xb3]u[0x86]\?[0xa3][0xce]aj[0x1c][0xe3][0xff]8[0xbf][0xff]_[0xe4][0xf][0x88][0x97]0[0x87][0x9][0xfe]*8K;[0xe7]h[0xe5]e\[0xc6]+x[0x17][0x93][0xf8][0x84][0xaf][0x9f][0xc1][0xa4][0xdd],-O[0xe3]:2X[0x85][0xa5][0xaa]0[0x83][0x0]m/Sg[0x9c][0xd9]o[0xe3][0x16];E[0xc8]C{[0x17][0x90]$[0xe4][0xa5][0x85][0x1][0xfa][0x14]gM[0xae][0xd3][0xc3][0xe7][0xe9][0x97][0xc4]x[0xb3]R[0xb7]UJ[0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2])[0xf2][0xee]C[0xc3][0xf7]h[0xd6][0xbe]G;?{[0xf8]y\[0xbb][0xc7][0x0]5[0x9d]s[0xc3][0xa3][0xf1][0x1e][0xa3][0xf7][0x13][0xd1][0xf8][0xa7]Z[0xe2]t[0xb5][0x9f][0xb4][0xff]P[0x19]i[0xda][0x8][0xbb][0xd4]`[0x1]t[0xff]54[0xbb][0xa9][0xdf][0xba][0x86][0xe6];B[0xd2][0xaf]jqU[0xb3][0xf8]2[0xa2][0xaa]h[0x4][0xba]T[0xd5][0xe2][0xdb][0xef]^E[0x9b]*\[0x9c][0xd5]7[0xa4][0xbe][0xdb]o[0xa2]e[0xc5][0xe5]'[0xa9][0xc7][0x15][0x10][0xbe][0xe]Wd[0x99][0xf3][0xa1][0x4][0x96]k[0xfc][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x9b][0xcf][0xd5][0xe6]W[0xaf][0x8f]lh[0xdb][0xb1][0xa1][0xad][0xfa][0xda]Z[0x95][0xfd][0xee]*[0xf6]T[0x9e][0xd7]+[0x9c][0xf4][0xef][0x8e]p6([0xce][0xd0]J5[0x8a]][0xd5]([0xb6]W][0xd2]7[0x9c][0xbe][0x9f][0xea][0x1a][0xf7]U[0x85][0xfc][0xd5][0xe7][0x6][0xf7]9[0xb8]r[0x9f][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5]uE[0xac]1[0xd5]n/[0x16][0x11][0xe6]9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]j[0xe5]8[0x9d][0xf3][0xd8][0x81][0xf3][0xdc]c[0xb][0xac][0xa0][0xcd]~+[0xb0][0xfb][0x16][0xf9][0x1b][0xf3][0x2]^'[0xe7][0x15][0x94][0xf0][8[0xf8][0x3][0xca][0xf8][0x92][0xd4][0x9b][0xb8][0x88]5v[0xde]:;[0xef][0x1f][0xec][0xea][0x92][0xeb][0xdf][0xb8][0xcc][0x9a]][0xd1]|xCk[0xe3]Wx;[0xde][0xd4][0x9e][0xc4][[0xda]Sx[{[0x1][0xef]hCxoc[0x13]h#[0x95][0x8e]J)J`[0xc7][0x91]X$[0xd2][0xd3][0x11][0xea][0x8][0xf1][0x95]?*[0xd8][0xe][0xb2]X&[0xd9]}[0xd2][0x1c]{[0x19][0x86][0x84][0xa2]_C[0xab]D[0x14][0x9d] ~[0xd6]7[0xc5][0xc][0xc6]oTf[0xfd]F-[0xb2]f[0xc8]o[0xd2][0x8f][0xb1][0x85][0xb3][0x10][0xc6]o[0xea][0xf6][0xcf][0xde]:[0xab]l[0xb1]0[0x9b][0x1d]L[0x0][0xbf][0x99][0x94][0xd9][0xc1][0x8a][0xd9][0xd1][0xac][0xb4][0xfd][0xd4][0x86][0xd9][0x81][0xc8]2[0xfc][0xde][0x1b][0xe1][0xcf][0xb1]-[0xf2]9[0xb6]Dz[0xbf][\r]g[0xaf]c[0xcb]:[0xda]&[0xd6][0xb0]Cu[0xa4]0g#[0xb7][0xb1][0xf3][0xb0]O[0xf9]H[0xb4]7[0x1c][0xf2][0xdd]f[0x8d][0xc4][0xdd][0x90]r7[0xe4]S[0xfe][0xf6][0x86]#[0xdf][0xa0]}[0xc3][0xe5]([0x7][0x13][0xf8][0x1d]][0xfe][0x8c][0xe3][0xf1]{[0xb4]0[0xd5]][0x1c][0xd4][0x1e]|A[0x8f][0xbe][0xe4] ~[0xc5][0x15][0xf0]5[0xc7][0xf3][0x8f]*[0x9c]C[0xf4][0xef](",R\[0xed][0xed][0xa9][0xda]~[0x9e][0xe2][0xca]8[0xa0][0x82][0x9d][0xe2][0xe2][0x88][0xab][0xed]=EY[0x19][0xd0][0x94]Z[0xca][0xbe][0x96]mzo][0xe4][0x8d][0x18][0xa9].c[0xe][0xad][0xa6][0xb4][0xb4][0x4]w[0xdf]F[0xf8][0xcf][0x8][0x6]#[0xea]nYU?[0xf2][0xc5][0xd5][0x80]R[0xb9][0x87]b[0xf2][0x9d]4[0xaa]Fw[0xec][0xbf]PK[0x7][0x8]D[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/glassfish/json/api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/api/BufferPool.classE[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]0[0x18]E[0xef]W[0xfb][0xa3]u[0xd0]Wpk[0x17][0xb3][0xf8][0x4][0x16]\[0x15][0x4][0x97]N1$[0xfd]14[0x92][0xb4][0x82][0xaf][0xe6][0xe0][0x3][0xf8]Pb2y[0x97][0x3][0x87]3[0xdc][0xcf][0xf7][0xf5][0x6][0xb0][0xc3]2[0xc3]"CN[0x88]G~[0x93][0x1e]EYW[0x84][0xcc]J[0xf1][0x14][0xda][0x8b][0xa4][0xa8][0xab][0xf2]B[0xc8][0xcf]f[0xb2]B[0x1e][0xba] W[0xfb]I)iO[0xc6][0xe8]m[0xcf][0x1f][0x9c][0xb0]1[0xb6]a[0x8d][0xe6][0xce][0xa9][0xce][0xb5][0xac]wf`[0xfc][0xde][0xb1]HX[0x87][0x94]i>4[0xec]x[0xed][0xa5][0x18]S[0x2]!BX[0x14][0x13]f[0x88][0x1][0xcf][0x4][0xa9]7[0xfe]D[0xf0][0x98][0xff][0x0]PK[0x7][0x8]b[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/messages.properties[0xb5]X[0xdb]n[0xdb]8[0x10]}[0xd7]W[0xc][0x90][0x87][0xb4][0x80]#[0xa7][0xd9][0xb7][0x0]~pR7[0xeb]n[0xea][0x4][0xb9]t[0xb7][0xc0][0x2][0x5]-[0xd1]6[[0x8a][0x14]H*[0x8e][0xb7][0xe8][0xbf][0xef][0xc]/[0xb2][0xe2][0xd8]m[0xd3] @[0xe0][0x88][0x97]9s83[0x9c][0x19]i/[0xdb][0x83]S][0xaf][0x8c][0x98]/[0x1c][0xbc]*^[0xc3][0xd1][0xe1][0x9b]?z[0xf8]{t[0x8][0x17][0x86][0x15][0x92][0x3]Se_[0x1b][0x10][0xce][0x2][0x9b][0xcd][0x84][0x14][0xcc]q[0x9b][0xc3]PJ[0xf0]b[0x16][0xc][0xb7][0xdc][0xdc][0xf1]2[0xcf][0xf6][0x10][0xef]f!,[0xd4]F[0xcf][\r][0xab]H[0x18][0xdc][0x2]A[0x8a]BW5S+[0xa1][0xe6]P![0x82][0x11]L"[0xa0][0xe1]8*q[0xfd][0x8e][0x9][0xc9][0xa6][0xa8][0xae]Q%7$[0x83]P[0xb8][0xad][0xb2][0xa0]g[0x1e]bTHQ[[0xe][0x97][0xcd]T[0x8a][0x2][0xce]E[0xc1][0x15][0xe][0xef]r8[0xca][0xf]{[0xb0]\[0x88]b[0x1][0xa8]z[\r][0xc5][0x1c]b,[0x9c][0xab][0x8f][0xfb][0xfd][0xe5]r[0x99][0xf3][0x80][0x90]k3[0xef]K>g[0xb2][0xcf]ky[0x80][0xd2][0x1d][0xe2][0xd7][0xba]1[0x5]G[0xa3][0x94][0xc4]l[0x5][0xc8]R[0xc3]t7K[0x98]i)[0xf5][0x92][0x8e]u[0xcd][0xb][0xad]JfV[0x88][0x15][0xd9]Y[0xa4][0xc5][0x95][0xdf]Gk[0xc2][0x9][0xad],[0x8a][0x18][0xb0][\r][0xb2][0x8d]xhS[0xb7][0x2][0xcb][0x1d][0xad]8<[0x84][0x8a][0xe7][0xff][0xe1][0x91][0xbd][0xf1],s[0xc2][0xce][0x4]/[0x8f][0xe1]lr[0xb]g\q[0xc3][0xe4][0x86]@[0xf][0xa1][0xee][0xb8][0xb1][0xa8][0x1c][0x8e]`)P[0x5]1"[0x81]S[0xc9][0xac][0xad][0x19][0xce][0x8c][0xee][0xb]^[0x13][0xbf][0x1f][0x9b][0xd2]F[[0xce]U[0xe3][0xed]h[0xf5][0xcc]-[0x91]I[0xbf]HH}[0x19][0xb4][0xe6][0xb]W[0xc9]`[0xd9][0xeb][0xcb][0xb7][0xff][0x1c]D2[0x7][0xe3][0x92]+'[0x90][0xb3]9[0x86][0xd1][0xe5]9[0xd9][0x1f].[0xae][0xe0],>[0xfe]=[0xbe][0xf9]sM[0xeb][0x80]'Z[0xb4][0x88]`Y&[0x14][0x86][0x85]b2[0xe7][0xc6]h3[0x18][0xc7]![0x8c]h[0x98]e53[0x18][0x8d][0xf9][0x9c][0xbb]kg[0xd0]-[0xb4]m[0xf0][0xde]ju[0xe9][0x17][0xf6][0xda][0x85]W[0xaf][0xe9][0x88]wL[0x8a][0x12][0xb4][0x92]+[0xef][0x96][0xbf]F[0x9f]>O[0x86][0x1f]F=[0xf8]8<[0xbf][0x1d]}[0xbe][0xbe][0xb9][0x1a]O[0xce][0xd2]hr[0xfb][0xe1]dt[0x5]A[0x5]X[0x17]n[0xc2][0xbf][0x19][0xc0]I[0xe3][0xa0]h[0x8c][0xc1][0xa3]=X&[0x15][0xdf][0xe][0xbf]'V[0xc2][0x12]][0xbc][0x19]r[0xd2]TS[0x9c][0xd8] [0xb7][0xb9][0xbe][0x95][0xe3]N.O[0xa2][0x82]v@][[0xac][0x83][0xb3]/[0xab][0xf6]\o[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0xbf][0xac][0xe2][0x13]1[0xcb][0xb]Q[0x85][0xd8][0xd9]P[0xbf]^|Y[0x12]Cc[0xd8]j[0x8b]~?[0x8f][0xaa]Q[0xd7][0x96][0x5][0xc]Y[0xce][0xaa][0xad][0xcc][0xae]o[0x86]W7[0x9f][0x87]WW[0xc3]O[0xcf]"v1[0xfd][0xc2][0x8b]m[0x1][0x11][0x16][0xb6]Q[0xb]+?[0xe5]vq[0xf2]~tz[0xf3],r[0x1f][0x99]l[0xf8][0x16]n~[0xfe]gf[0xe9]=[0xe0][0xd1][0xfb][0xa5]K[0xbe][0x1e][0x9d][0x9f][0xa7][0xe7]w[0xc3][0xf3][0xeb]V[0xe8][0xe6][0xea]v[0xf4][0x8c]L[0x90][0xb8][0x7][0xe3][0xed]:YkZ[0xca][0xd7][0x11][0xad]j[0xac][0x3][0xa5][0x1d]U%[0xac][0x14][0xc][0xff](B[0xc8];:[0xb8][0xf0])<[0xf8]}[0x8d]"X[0xbb][0xb9][0x9e][\r]Fq[0x0][0xa3][0x8b]w[0xe0][0xf4]W[0x8e][0xc5]`[0x8a]8s[0xd4][0xd6][0x91][0xf1]+[0xe2]?|*[0xa4][0xc6]D/[0xf4]`[0xdc][0xbf][0x0][0x9f][0x8f][0xa9]x`[0xbd][0xa0][0x5][0xaa][0x89][0xef][0xaf]/&[0xd0][0xee]o[0xd3][0xa0][0xf2][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x98][0xc1][0x83][0xeb][0xc2][0x8][0xf5]`[0xb5][0x81]oo[0xbe][0xe7][0xd0][0xf2][0xf1]K[0xbe]]8[0x86]oG-[0x91][0x10]Jd[0xbb][[0xf5]U[0xe9][0xa5][0xa2] h8[0xb8]U[0xcd][0xbb][0x84]m[0xa1][0xeb][0xb0][0xef][0x94][0xa9]h[0xba][0x82]I[0x89][0xc8][0x14]*A[0xa8][0x9b][0xa6]U[0xdd][0xe0]MPE^rG[0x16][0x9d]a[0x1d][0xe4]e[0x92]f[0x8d][0xd3][0x7]a[0x5]p[0x93].[0xf1][0xa4]=[0xef][0x12][0xae]t3_@[0xb1]@[0x9c][0x9d]`B[0x13][0x93]M[0x8b]u@[0xc9]p[0xe4][0xf0][0x84]M[0x1d][0x90][0xf5][0x91][0x90]es_[0xe1][0x9d]6[0xf9]L6v[0x81]`[0xf9]64[0xbf]H[0xa2]q?[0x9e][0x94]\[0xd1][0x11]O[0xae][0xdb]*[0xde][0xba][0xf]C[0xf2],[0x89]t[0x84][0x97]F[0xb8][0x9d][0xc2][0xb4]H[0xc2][0x18][0x9c][0xbb][0xe4][0x85][0xf4][0xfd]W^q[0xb7][0xd0][0xe5]`[0x1c][0x86][0x10][0x86]P6[0xa6][0x8d][0x9d]([0xe3][0xfb][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0xb2]r[0x8][0x17][0x84]O[0xf1][0x8d][0xbd][0x95][0xe3][0xf7]!F[0xd7]JJ[0x8d]][0x10][0xb2]T3[0xa1][0x88][0xae]bj[0x10][0xe6][0xa2][0xc7][0x8b]6[0x18][0xc6]q[0xf]][0xa2][0x9][0xeb][0x9a]I(j\%[0xfa]%[0xff][0x82][0x87][0x19][0xc4][0xd3][0x84][0xf3][0xa5][0xa5]M[0xdb][0xb6][0xc7]k[0xa4][0x13][0xb8]#'v)z[0x92]G[0xa0][0xd2][0xd8][0xc0][0xb9][0x5]^`[0xad]x[0xbc])[0xb8]/[0xcb][0xbc]u[0x93][0x91][0x99]D[0xc7][0x97][0xab]<[0xc4][0xeb][0xc0]O[0xf6][0xfd]o[0xc8][0xbe][0xe1][0xd9][0x17][0x89][0xbe][0xf7]i[0xb2]"[0xf5]oA6[0xc6]z[0x96][0xd1][0x8][0x81][0xe9][0xdf]&.[\r][0xfa][0xf4][0x13]Q[0xe9][0xf1][0xd7]@1[0xe9]L[0x1b]![0x9]X[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0xdc]H9[0x98][0xe0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0x80][0xb8]o[0x81][0x96][0xfb][0xc1][0xf4]5[0x13][0xa6]c[0x92][0xe9][0x2][0xf9]M[0x1][0xc9][0xe7][0xc1]g@[0xc5][0x9c][0xd8]R$[0xcc][0x0][0x3]q[0x8e]|[0xe0][0xe8]d[0x8d][0xf5][0xa9][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "< [0xfa][0x87][0xc5]0[0xf9]}[0xdd]>1?T[0xed]m[0xfa]B[0x9a]3[0xd4][0xb7][0xc5][0x82]1[0xee]0[0xe9]b[0x16][0x5]V[0x96][0xaf]h[0xfa]u[0xbc][0xad]^ [0xdd][0xf5][0xd0][0x9c]tq~[0xc3]|[0xa8][0xa1]=[0x1][0xe]}`[0x87][0x12][0xb5][0xc1][0xb7][0xa3][0xe6][0xc9][0x96][0xfa][0x1d]%~[0xb7][0x14][0xd6][0x5][0x5]c|[0x87][0xbb]?[0xa6][0xa4][0x81][\r][0x2][0x96][0xa7]c*:Y[0xb6][0xae]n[0x8d]j[0xab]#et,2i[0xec]3<[0xac]KUG[0xe8]WEz[0x10]V[0xc8][0xf4][0xfb][0xfb]X[0xd4][0xf6][0xf7];(;R+[0x95][0x94][0x94][0x1a][0xf1]UG[0xfb]w[0xa1][0x1c]k[0x18][0xbe]R[0xa7][0xaa]:[0x18]b[0x92]T[0x7][0xbc][0xaa][0xf1][0xa5][0xd2][0xdb][0xe5]2[0xec][0xb][0x9d][0xc3][0x94][0xcf]1[0xac][0xfc]K C[0xc5]}T[0x9b]p*V[0xd7][0xf4][0xc6]T[0x9]KZ[0x6]7[0x8b][0x98][0x96][0xa2][0xc3][0x91][0xe6]![0xd2][0xf4][0xe9][0x96][0x9][0xac][0xc7]JC[0x94][0xf1]u[0x94]j[0x16][0x85](m|[0xf3][0xbd][0x3]l[0xf8][0x8c]c[0xa2].x[0xcb][0x91][0xa0][0xdb][0xd9]u[0xb4][0xb3][0xad][0x84][0xd3]t[0xa4][0x81][0x9a][0xe2][0x84][0xf][0x11]|_e6qkU[0x86][0x80][0x12][0xe4]bo[0xc9][0x10]M~[0xc][0xc1]^[0xc1][0xb0]?[0x97][0x8e][0xc9][0xbc]-R[0xb4]c[0x8e][0xe4][0x2][0xca]C[0xf9]Li[0xc]4>[0x8b][0xd7][0xf][0x83][0xd4]+[0xf7][0xa7][0xd5][0xa1]r[0xe1]A}[0x8f][0xca][0xe8][0xb3][0x81][0xa5]8&[0xf3][0xc5][0x3][0xe9][0xf5][0x9][0x89][0xc1][0x6]\[0x88]l[0xb4]f[0xa5][0xef][0xf8][0xda];[0x1][0x14][0xf][0xe4][0x92][0x9a][0xf5][0x15][0x8]{[0xcb][0x16](^[0xe7][0xe4][0xe1][0x9][0x5][0xca]=[0xde][0x8][0xe2][0xb0][0x99]][0xc2]g[0x88][0xc4][0x89][0x1c][0xfc][0x95][0xaf]|[0x8d]Mh[0x8f][0x8c][0x9c]zQ[0xac]HU46[0xde]Y[0x8d]-$[0xb6]0[0x86][0xa9]96[0xfe];[0xae][0x1d][0xbe][0xed][0x17][0x8b][0x9c]<[0x9e]Oy@[0xc6]H[0xe][0xe1]@K[0xeb]`h[0x1b][0xde]Y7,lB[0xc0][0xf3][0xe6][0xb5][0xc1][0x86][0xcf][0xe0]?>[0x13][0xf7][0xde]R)v[0xfd][0xb7][0x8e][0xf8]E[0xc9][0xb][0x0][0xed][0xf4][\r][0x6][0xee]!a[0xdc]DU[0xe][0x2][0x6][0x4][0x8c]$[0x12]#[0xdb][0xc3]t[0x15]:f[0xb0]g[0xf]y[0xe5][0xc9][0xea]J[0xcd]mh[0x1f][0xc9][0x15][0xde][0xee][0x1e].[0x9a]>[0xea][0xc1]7[0x8c][0xb6][0x11]m}[0xf9][0x8][0x93][0xb6]!f[0xd8][0xe8][0xbd][0xe6]9$B[0xf4]A.[0xf8][0xb8][0xbd][0xa4][0x1e]=[0xb5],-T[0x1b][0xef]aw[0xba][0xdf][0xba][0xc6]V[0x80]>M[0xa4]Sm[0xa3]q[0xbc][0xbe]P[0xc1]D^[0xe2]q^y[0xcc]>[0x90][0xf4][0xae][0x8e]Y[0xc6]g[0xa9]`[0xf4][0x0][0x13]1[[0xa9]][0xb0][0xf]@[0xf6][0xf7]u[0xbd]F[0xf8][0x1f]PK[0x7][0x8][0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]QE[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x2][0x0][0x0]META-INF/LICENSE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xa8][0xf9]T[0xa5][0x4][0x0][0x0][0x9][\r][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]/[0x0][0x0]META-INF/NOTICE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]4[0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]4[0x0][0x0]META-INF/maven/org.glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]35[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0xc7][0x3]-[0xe0];[0x0][0x0][0x0]<[0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]5[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x4])[0x4]Q[0xba][0x10][0xf4]1k[0x9][0x0][0x0] /[0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].6[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]?[0x0][0x0]jakarta/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0@[0x0][0x0]jakarta/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m@[0x0][0x0]jakarta/json/EmptyArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PcT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]E[0x0][0x0]jakarta/json/EmptyObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3J[0x0][0x0]jakarta/json/Json.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]KQ[0x0][0x0]jakarta/json/JsonArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0T[0x0][0x0]jakarta/json/JsonArrayBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pyc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]W[0x0][0x0]jakarta/json/JsonBuilderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%Z[0x0][0x0]jakarta/json/JsonException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][[0x0][0x0]jakarta/json/JsonMergePatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]\[0x0][0x0]jakarta/json/JsonNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f]^[0x0][0x0]jakarta/json/JsonObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x19][0x9a][0x8e][0x93][0xcb][0x1][0x0][0x0][0xbb][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$`[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jakarta/json/JsonObjectBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x18][0xc]}\W[0x4][0x0][0x0]I[0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Ab[0x0][0x0]jakarta/json/JsonPatch$Operation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]f[0x0][0x0]jakarta/json/JsonPatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] h[0x0][0x0]jakarta/json/JsonPatchBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ti[0x0][0x0]jakarta/json/JsonPointer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]j[0x0][0x0]jakarta/json/JsonReader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pg[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]gl[0x0][0x0]jakarta/json/JsonReaderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]m[0x0][0x0]jakarta/json/JsonString.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7][0xc4][0xf9][0x17].[0x1][0x0][0x0]W[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]n[0x0][0x0]jakarta/json/JsonStructure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@p[0x0][0x0]jakarta/json/JsonValue$ValueType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PS"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vs[0x0][0x0]jakarta/json/JsonValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pm[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e]v[0x0][0x0]jakarta/json/JsonValueImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pt[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]x[0x0][0x0]jakarta/json/JsonWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]qz[0x0][0x0]jakarta/json/JsonWriterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]{[0x0][0x0]jakarta/json/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb]{[0x0][0x0]jakarta/json/spi/JsonProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93][0x83][0x0][0x0]jakarta/json/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x83][0x0][0x0]jakarta/json/stream/JsonCollectors.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][0x8e][0x0][0x0]jakarta/json/stream/JsonGenerationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x90][0x0][0x0]jakarta/json/stream/JsonGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x92][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pa[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe0][0x93][0x0][0x0]jakarta/json/stream/JsonLocation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x94][0x0][0x0]jakarta/json/stream/JsonParser$Event.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0x98][0x0][0x0]jakarta/json/stream/JsonParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x9b][0x0][0x0]jakarta/json/stream/JsonParserFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x9c][0x0][0x0]jakarta/json/stream/JsonParsingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x3][0xe4][0xf3]w[0xcc][0x0][0x0][0x0]6[0x1][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0x9e][0x0][0x0]module-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x9f][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0xa0][0x0][0x0]org/glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xa0][0x0][0x0]org/glassfish/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0xa0][0x0][0x0]org/glassfish/json/BufferPoolImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qu[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xa3][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xab][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0xbb][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q.[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xbf][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9][0xc1][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe2][0xac][0xe4]![0x2][0x0][0x0][0xfa][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xc3][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q?xeV[0x94][0x1b][0x0][0x0]m=[0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc6][0x0][0x0]org/glassfish/json/JsonGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xe2][0x0][0x0]org/glassfish/json/JsonLocationImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xe5][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xeb][0x0][0x0]org/glassfish/json/JsonMessages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xf8][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xfa][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xfd][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x1][0x1][0x0]org/glassfish/json/JsonNumberImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x6][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0xe][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x1][0x0]org/glassfish/json/JsonParserFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x19]sp:\[0x3][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x1c][0x1][0x0]org/glassfish/json/JsonParserImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc4][0xb0][0xfa][0x87][0x90][0x4][0x0][0x0]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4 [0x1][0x0]org/glassfish/json/JsonParserImpl$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]%[0x1][0x0]org/glassfish/json/JsonParserImpl$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qc[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]([0x1][0x0]org/glassfish/json/JsonParserImpl$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j,[0x1][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb]2[0x1][0x0]org/glassfish/json/JsonParserImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]4[0x1][0x0]org/glassfish/json/JsonParserImpl$NoneContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o9[0x1][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K@[0x1][0x0]org/glassfish/json/JsonParserImpl$Stack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88]C[0x1][0x0]org/glassfish/json/JsonParserImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]S[0x1][0x0]org/glassfish/json/JsonPatchBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1Z[0x1][0x0]org/glassfish/json/JsonPatchImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x95]x[[0xab]6[0x9][0x0][0x0][0xe3][0x14][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]\[0x1][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mf[0x1][0x0]org/glassfish/json/JsonPatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]o[0x1][0x0]org/glassfish/json/JsonPointerImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]q[0x1][0x0]org/glassfish/json/JsonPointerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qe[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]}[0x1][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x83][0x1][0x0]org/glassfish/json/JsonProviderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x8f][0x1][0x0]org/glassfish/json/JsonReaderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QJ[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x92][0x1][0x0]org/glassfish/json/JsonReaderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x97][0x1][0x0]org/glassfish/json/JsonStringImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x9c][0x1][0x0]org/glassfish/json/JsonStructureParser$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xa0][0x1][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q![0x91]9k[0x97][0x3][0x0][0x0][0x90][0x8][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa3][0x1][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xa7][0x1][0x0]org/glassfish/json/JsonStructureParser$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xaa][0x1][0x0]org/glassfish/json/JsonStructureParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xb4][0x1][0x0]org/glassfish/json/JsonTokenizer$JsonToken.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xb9][0x1][0x0]org/glassfish/json/JsonTokenizer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xcc][0x1][0x0]org/glassfish/json/JsonUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q @[0xe][0xd7][0xc5][0x2][0x0][0x0][0x8][0x7][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xd0][0x1][0x0]org/glassfish/json/JsonWriterFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QZ[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xd3][0x1][0x0]org/glassfish/json/JsonWriterImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd5][0x1][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2][0xd7][0x1][0x0]org/glassfish/json/JsonWriterImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xe0][0x1][0x0]org/glassfish/json/MapUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xe5][0x1][0x0]org/glassfish/json/NodeReference$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xe7][0x1][0x0]org/glassfish/json/NodeReference$ArrayReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qp[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xec][0x1][0x0]org/glassfish/json/NodeReference$ObjectReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xf0][0x1][0x0]org/glassfish/json/NodeReference$RootReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xba][0xc2][0x8e][0x9f]k[0x2][0x0][0x0][0xc][0x6][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xf4][0x1][0x0]org/glassfish/json/NodeReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QD[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xf7][0x1][0x0]org/glassfish/json/UnicodeDetectingInputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xfe][0x1][0x0]org/glassfish/json/api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qb[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0xfe][0x1][0x0]org/glassfish/json/api/BufferPool.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xff][0x1][0x0]org/glassfish/json/messages.propertiesPK[0x5][0x6][0x0][0x0][0x0][0x0]q[0x0]q[0x0]J%[0x0][0x0][0xf1][0x6][0x2][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 12:04:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: EXPIRED[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 12:04:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Tue, 04 Aug 2020 05:09:24 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: EXPIRED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@6a8882ec]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): e4aa26d621af34985888c80bf2c8f4453fc4432e org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, }, ManifestEntry{ key=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResourceInitParameters in reactor Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [GrizzlyContext] ... Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [GrizzlyContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [GrizzlyContext] is ready to service requests. Root: [/jersey]. Nov 01, 2023 12:05:07 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:05:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:08 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 12:05:08 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:05:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, }, ManifestEntry{ key=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@c08465f.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-41a2db84-4cde-4494-b12f-9aeb77ed5b5f root:PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044] Arguments: [Ljava.lang.Object;@543c6f6d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840305371-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5e3c1925-65bc-4262-8cfc-151a823e9897, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840305371-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79911 bytes @ [ 79911kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 74659 bytes @ [ 74659kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20428 bytes @ [ 20428kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840305371-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840305371-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@73a43fd4]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 1bf9c53e6878cb2642098e5d28c55a3d037935fb org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, }, ManifestEntry{ key=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517 to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044 to be in PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 12:05:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:09 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 12:05:09 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:05:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:05:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8db30514-58b8-490e-be2d-e13f7f4845cf] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517,PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, }, ManifestEntry{ key=PaxExam-e5b4af86-059e-4369-aef3-f1a58bd6c517, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-442e483b-4e07-4ca4-807f-e5d08c517044, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2b149a24.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.726 s -- in org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840310793-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f parent=null root=[TestAddress:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f root:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f] args=[Ljava.lang.Object;@1d371b2d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@c81cdd1 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840310793-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-17bd0c68-b597-4d40-9010-4b94728a0584 parent=[TestAddress:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f root:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f] root=[TestAddress:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f root:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f] args=[Ljava.lang.Object;@954b04f [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-17bd0c68-b597-4d40-9010-4b94728a0584 root:PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f] Arguments: [Ljava.lang.Object;@1d371b2d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840310793-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-4f4504bb-bbc0-4010-82e8-79eb9e51a5bc, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840310793-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1754928833.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1020452343.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.11.5) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.11.5/pax-logging-api-1.11.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : 736418 bytes @ [ 736418kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1020452343.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/1952372483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.osgi:org.osgi.service.cm:jar:1.6.0) as /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : 55179 bytes @ [ 55179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/1952372483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1158812305.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpcore-osgi:jar:4.4.6) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.6/httpcore-osgi-4.4.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : 682946 bytes @ [ 682946kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1158812305.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1936709483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpclient-osgi:jar:4.5.14) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : 1375939 bytes @ [ 1375939kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1936709483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840310793-0/pax-exam-downloads/-1461440624.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : 48434 bytes @ [ 48434kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840310793-0/pax-exam-downloads/-1461440624.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.ops4j.pax.logging', artifactId='pax-logging-api', version='1.11.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.osgi', artifactId='org.osgi.service.cm', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpcore-osgi', version='4.4.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpclient-osgi', version='4.5.14', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.connectors', artifactId='jersey-apache-connector', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@58851596]... org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.felix.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.base] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.activation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [javassist] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.connectors.jersey-apache-connector] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-3d507c67-48f7-44df-b8f7-e8050ccaec33 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f = org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): b424072b891aadf2336ca8fd9c54605a234d78b2 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [PAXEXAM-PROBE-3d507c67-48f7-44df-b8f7-e8050ccaec33] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, }, ManifestEntry{ key=PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.concurrent.TimeUnit", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Enum", codebase = "" org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] INFO : Use timeout value: 10000 org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-Executable to be in PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f to be in PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f" and expression="org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "org.ops4j.pax.swissbox.framework.RemoteServiceReferenceImpl", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.HashMap", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Long", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Number", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.Object;", codebase = "" org.ops4j.pax.exam.invoker.junit [org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] INFO : running testSimpleResource in reactor jakarta.ws.rs-api [jakarta.ws.rs.ext.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.internal.RuntimeDelegateImpl using custom classloader sun.misc.Launcher$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at jakarta.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.ext.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:98) at jakarta.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:84) at jakarta.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:69) at jakarta.ws.rs.core.UriBuilder.fromUri(UriBuilder.java:91) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.(ApacheOsgiIntegrationTest.java:52) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.createTest(ContainerTestRunner.java:67) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.internal.ServiceFinder] INFO : Running in an OSGi environment org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Initiating Jersey application, version Jersey: 3.0.99-SNAPSHOT 2023-11-01 11:28:44... jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl] DEBUG : Error creating a JAXBContext for wadl serialization. Trying a fallback solution for osgi environments. jakarta.xml.bind.JAXBException: Implementation of Jakarta XML Binding-API has not been found on module path or classpath. - with linked exception: [java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33]] at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:147) at jakarta.xml.bind.ContextFinder.find(ContextFinder.java:341) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:478) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:435) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.getJAXBContextFromWadlGenerator(WadlApplicationContextImpl.java:121) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.isJaxbImplAvailable(WadlApplicationContextImpl.java:270) at org.glassfish.jersey.server.wadl.WadlFeature.configure(WadlFeature.java:65) at org.glassfish.jersey.model.internal.CommonConfig.configureFeatures(CommonConfig.java:728) at org.glassfish.jersey.model.internal.CommonConfig.configureMetaProviders(CommonConfig.java:647) at org.glassfish.jersey.server.ResourceConfig.configureMetaProviders(ResourceConfig.java:827) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:332) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:82) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1591) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1976) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at jakarta.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92) at jakarta.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125) at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:144) ... 66 more jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.WadlFeature] WARN : JAXBContext implementation could not be found. WADL feature is disabled. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultManagedAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.server.ManagedAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.server.BackgroundScheduler] annotation. org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Jersey application initialized. Root Resource Classes: org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest$ApacheOsgiTestResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Message Body Readers: org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.message.internal.RenderedImageProvider Message Body Writers: org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.StreamingOutputProvider org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.message.internal.SourceProvider$SourceWriter org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: sun.nio.ch.SelectionKeyImpl@1a31bad7 org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Started listener bound to [localhost:33005] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.HttpServer] INFO : [HttpServer] Started. jakarta.ws.rs-api [jakarta.ws.rs.client.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.client.JerseyClientBuilder using custom classloader sun.misc.Launcher$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.client.JerseyClientBuilder at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at jakarta.ws.rs.client.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.client.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:62) at jakarta.ws.rs.client.ClientBuilder.newClient(ClientBuilder.java:99) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:86) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException 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.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedExecutorService(ClientExecutorProvidersConfigurator.java:150) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.(ClientExecutorProvidersConfigurator.java:49) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:454) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313) at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:350) at javax.naming.InitialContext.lookup(InitialContext.java:417) ... 60 more org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException 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.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:172) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:122) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:459) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313) at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:350) at javax.naming.InitialContext.lookup(InitialContext.java:417) ... 60 more org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAddCookies] : CookieSpec selected: default org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAuthCache] : Auth cache not set in the context org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection request: [route: {}->http://localhost:33005][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection leased: [id: 0][route: {}->http://localhost:33005][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Opening connection {}->http://localhost:33005 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connecting to localhost/127.0.0.1:33005 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connection established 127.0.0.1:56912<->127.0.0.1:33005 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Executing request GET /jersey/apacheOsgiTest HTTP/1.1 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Target auth state: UNCHALLENGED org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Proxy auth state: UNCHALLENGED org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: sun.nio.ch.SelectionKeyImpl@18b56c80 org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:33005}, peerSocketAddress={/127.0.0.1:56912}}) (allocated) read 180 bytes org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:33005}, peerSocketAddress={/127.0.0.1:56912}}) (composite) write 66 bytes org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Connection can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection [id: 0][route: {}->http://localhost:33005] can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection released: [id: 0][route: {}->http://localhost:33005][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 46589) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.connectors.jersey-apache-connector] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [PAXEXAM-PROBE-3d507c67-48f7-44df-b8f7-e8050ccaec33] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, }, ManifestEntry{ key=PaxExam-49b4ddb0-baee-4b27-b3cb-2883f9c5044f, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] DEBUG : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@25f2b0cc.] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.685 s -- in org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840314156-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a parent=null root=[TestAddress:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a root:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a] args=[Ljava.lang.Object;@cb0ed20 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@4e718207 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840314156-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ffd7d855-2aaf-4cfb-b5c1-9b11014473d4 parent=[TestAddress:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a root:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a] root=[TestAddress:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a root:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a] args=[Ljava.lang.Object;@706a04ae [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-ffd7d855-2aaf-4cfb-b5c1-9b11014473d4 root:PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a] Arguments: [Ljava.lang.Object;@cb0ed20 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840314156-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-76131aa8-afa2-4dc1-bed2-3a327c07ca13, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840314156-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1754928833.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840314156-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840314156-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1d85a8bc]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d5202f9f-4a21-4079-9bf9-e20c1ea2feb3 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a = org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 036d7ff7106fe593565cc38ab629a12e72b3430c org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d5202f9f-4a21-4079-9bf9-e20c1ea2feb3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, }, ManifestEntry{ key=PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a to be in PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a" and expression="org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 12:05:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Nov 01, 2023 12:05:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d5202f9f-4a21-4079-9bf9-e20c1ea2feb3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, }, ManifestEntry{ key=PaxExam-4bdc9abb-67ab-47f9-9e91-7e400c0a0a6a, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@41667478.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.399 s -- in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840317254-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 parent=null root=[TestAddress:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 root:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3] args=[Ljava.lang.Object;@23fe1d71 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@13eb8acf [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840317254-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3c9c545a-3965-43cf-a828-913febf81dfe parent=[TestAddress:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 root:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3] root=[TestAddress:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 root:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3] args=[Ljava.lang.Object;@67b467e9 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-3c9c545a-3965-43cf-a828-913febf81dfe root:PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3] Arguments: [Ljava.lang.Object;@23fe1d71 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840317254-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-089b3ca0-6206-47ae-9991-c23aba04a348, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840317254-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-771012218.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/799674733.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : 86445 bytes @ [ 86445kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/799674733.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 84975 bytes @ [ 84975kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1597113560.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-core:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : 549233 bytes @ [ 549233kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1597113560.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1257031328.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-databind:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : 1620120 bytes @ [ 1620120kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1257031328.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/988718461.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : 75565 bytes @ [ 75565kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/988718461.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840317254-0/pax-exam-downloads/-1347166235.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.15.3/jackson-module-jakarta-xmlbind-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : 31860 bytes @ [ 31860kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840317254-0/pax-exam-downloads/-1347166235.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jackson', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-core', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-databind', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.module', artifactId='jackson-module-jakarta-xmlbind-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@5a16c948]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ca85ec02-a0a2-4aa8-bb21-2624592fea48 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): dd6ca765dcd1f2d239fd054caed4dfa15dcb5db1 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ca85ec02-a0a2-4aa8-bb21-2624592fea48] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, }, ManifestEntry{ key=PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3 to be in PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor Nov 01, 2023 12:05:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"name":"Jim"} Nov 01, 2023 12:05:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ca85ec02-a0a2-4aa8-bb21-2624592fea48] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, }, ManifestEntry{ key=PaxExam-2464a2c1-9203-4917-8cf8-8fbc43dac3f3, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@149a2525.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840320532-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee parent=null root=[TestAddress:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee root:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee] args=[Ljava.lang.Object;@23fe1d71 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@13eb8acf [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840320532-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-602e1e63-2c7a-4d97-a0e6-a70849479117 parent=[TestAddress:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee root:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee] root=[TestAddress:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee root:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee] args=[Ljava.lang.Object;@67b467e9 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-602e1e63-2c7a-4d97-a0e6-a70849479117 root:PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee] Arguments: [Ljava.lang.Object;@23fe1d71 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840320532-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-20ea22f5-f473-424c-b813-ed576c001ee3, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698840320532-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/631427356.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : 61381 bytes @ [ 61381kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/631427356.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/-1011290444.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.codehaus.jettison:jettison:jar:1.3.7) as /home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : 83626 bytes @ [ 83626kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/-1011290444.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840320532-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840320532-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jettison', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jettison', artifactId='jettison', version='1.3.7', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4b1cc14f]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-e0bb486f-014f-4eb7-bf15-daa849120595 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee = org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): b5670a5a499dd0053a2fdc08d21adaa253dfb1a7 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-e0bb486f-014f-4eb7-bf15-daa849120595] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, }, ManifestEntry{ key=PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee to be in PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee" and expression="org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor Nov 01, 2023 12:05:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"nameBean":{"name":"Jim"}} Nov 01, 2023 12:05:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-e0bb486f-014f-4eb7-bf15-daa849120595] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, }, ManifestEntry{ key=PaxExam-e83cb485-a8d8-45b5-b28d-9f52d127b1ee, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@f31ddf5.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.595 s -- in org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840323796-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 parent=null root=[TestAddress:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 root:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529] args=[Ljava.lang.Object;@cb0ed20 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@4e718207 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840323796-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-4355d3a6-0558-4ce1-8f3b-917132a6de7b parent=[TestAddress:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 root:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529] root=[TestAddress:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 root:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529] args=[Ljava.lang.Object;@706a04ae [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-4355d3a6-0558-4ce1-8f3b-917132a6de7b root:PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529] Arguments: [Ljava.lang.Object;@cb0ed20 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840323796-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-ea39ad3e-7fb0-4ef6-b95a-957292a1494e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840323796-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 43783kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/-1366869074.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.bundles:jaxrs-ri:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : 6534314 bytes @ [ 3267157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/-1366869074.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840323796-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840323796-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.bundles', artifactId='jaxrs-ri', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@5a16c948]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] ERROR: Bundle org.glassfish.jersey.bundles.jaxrs-ri [36] Error starting file:/tmp/1698840323796-0/pax-exam-downloads/org.glassfish.jersey.bundles.jaxrs-ri_3.0.99.SNAPSHOT.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [36](R 36.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.lang.Thread.run(Thread.java:748) org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:36, url:mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-76cb5a56-0d7c-47ab-84b2-d8cf68c20d0b [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 = org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): bcb45fd1fc3122b0c0650eb6e6a0bc4aa765ecb3 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-76cb5a56-0d7c-47ab-84b2-d8cf68c20d0b] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, }, ManifestEntry{ key=PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529 to be in PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529" and expression="org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 12:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Nov 01, 2023 12:05:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-76cb5a56-0d7c-47ab-84b2-d8cf68c20d0b] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, }, ManifestEntry{ key=PaxExam-b77307e6-a2d6-4d94-b5ce-71a269ce2529, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@336a6b9a.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 s -- in org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840326859-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 parent=null root=[TestAddress:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 root:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70] args=[Ljava.lang.Object;@289d1c02 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@396e2f39 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840326859-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-36b2e61d-0c9f-4eae-a0c5-4b63f6b381f3 parent=[TestAddress:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 root:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70] root=[TestAddress:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 root:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70] args=[Ljava.lang.Object;@548ad73b [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.SseTest [INFO] Running org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSse @ [TestAddress:PaxExam-36b2e61d-0c9f-4eae-a0c5-4b63f6b381f3 root:PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70] Arguments: [Ljava.lang.Object;@289d1c02 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840326859-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5bb10237-5799-4898-ba48-325969302ba3, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840326859-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840326859-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79911 bytes @ [ 79911kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840326859-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@672a7162]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 = org.glassfish.jersey.osgi.test.basic.SseTest;testSse [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ca972539-9956-4562-99c3-9763f5c20882 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 10e3c6bac36c67961f4c4b2f6addaaadb249c291 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ca972539-9956-4562-99c3-9763f5c20882] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, }, ManifestEntry{ key=PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70 to be in PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70" and expression="org.glassfish.jersey.osgi.test.basic.SseTest;testSse" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSse in reactor Nov 01, 2023 12:05:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:05:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ca972539-9956-4562-99c3-9763f5c20882] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, }, ManifestEntry{ key=PaxExam-51bbb23c-fff8-4ffe-9968-9dce1217bc70, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@3f77cda8.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s -- in org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840329951-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-9752c72f-c869-43ae-af36-82ea08643988 parent=null root=[TestAddress:PaxExam-9752c72f-c869-43ae-af36-82ea08643988 root:PaxExam-9752c72f-c869-43ae-af36-82ea08643988] args=[Ljava.lang.Object;@1d371b2d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@c81cdd1 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840329951-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-661ed627-9f09-4da8-a83d-0b1be743390a parent=[TestAddress:PaxExam-9752c72f-c869-43ae-af36-82ea08643988 root:PaxExam-9752c72f-c869-43ae-af36-82ea08643988] root=[TestAddress:PaxExam-9752c72f-c869-43ae-af36-82ea08643988 root:PaxExam-9752c72f-c869-43ae-af36-82ea08643988] args=[Ljava.lang.Object;@954b04f [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.MultiPartTest [INFO] Running org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testMultiPartResource @ [TestAddress:PaxExam-661ed627-9f09-4da8-a83d-0b1be743390a root:PaxExam-9752c72f-c869-43ae-af36-82ea08643988] Arguments: [Ljava.lang.Object;@1d371b2d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840329951-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-bfb1a5ee-3bac-487b-9ba7-c1d7e27d9795, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840329951-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/1559362943.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : 83323 bytes @ [ 83323kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/1559362943.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840329951-0/pax-exam-downloads/979631826.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jvnet.mimepull:mimepull:jar:1.9.15) as /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : 64944 bytes @ [ 64944kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840329951-0/pax-exam-downloads/979631826.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-multipart', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jvnet.mimepull', artifactId='mimepull', version='1.9.15', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@73a43fd4]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jvnet.mimepull] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-9752c72f-c869-43ae-af36-82ea08643988, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-786d5d5d-29e4-4216-91c3-222c742be537 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-9752c72f-c869-43ae-af36-82ea08643988 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 8a8ca313a568c927c937a53e5c319bf789c1b7e5 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-786d5d5d-29e4-4216-91c3-222c742be537] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-9752c72f-c869-43ae-af36-82ea08643988, }, ManifestEntry{ key=PaxExam-9752c72f-c869-43ae-af36-82ea08643988, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-9752c72f-c869-43ae-af36-82ea08643988, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-9752c72f-c869-43ae-af36-82ea08643988 to be in PaxExam-9752c72f-c869-43ae-af36-82ea08643988, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9752c72f-c869-43ae-af36-82ea08643988" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMultiPartResource in reactor Nov 01, 2023 12:05:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = org.glassfish.jersey.media.multipart.MultiPart@55cfa6a2 Nov 01, 2023 12:05:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jvnet.mimepull] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-786d5d5d-29e4-4216-91c3-222c742be537] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-9752c72f-c869-43ae-af36-82ea08643988, }, ManifestEntry{ key=PaxExam-9752c72f-c869-43ae-af36-82ea08643988, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@4023892d.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.421 s -- in org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840333058-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 parent=null root=[TestAddress:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 root:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6] args=[Ljava.lang.Object;@23fe1d71 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@13eb8acf [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840333058-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d6508671-1088-41a1-81de-a7fbb31604df parent=[TestAddress:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 root:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6] root=[TestAddress:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 root:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6] args=[Ljava.lang.Object;@67b467e9 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-d6508671-1088-41a1-81de-a7fbb31604df root:PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6] Arguments: [Ljava.lang.Object;@23fe1d71 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840333058-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-baf92e3d-3b92-4ed7-b005-98d16f94bc41, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*,javax.xml.parsers,javax.xml.parsers.*, -Forg.osgi.framework.storage=/tmp/1698840333058-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-2085643230.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-moxy:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : 39808 bytes @ [ 39808kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-2085643230.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 84975 bytes @ [ 84975kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1423987269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4/org.eclipse.persistence.moxy-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : 634328 bytes @ [ 634328kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1423987269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/951990465.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.core:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4/org.eclipse.persistence.core-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : 4990740 bytes @ [ 2495370kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/951990465.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-899432327.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : 289506 bytes @ [ 289506kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-899432327.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-115636134.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.4.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : 60782 bytes @ [ 60782kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-115636134.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840333058-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840333058-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-moxy', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.moxy', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.core', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.asm', version='9.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.4.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1d85a8bc]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] ERROR: Bundle org.glassfish.jakarta.el [45] Error starting file:/tmp/1698840333058-0/pax-exam-downloads/org.glassfish.jakarta.el_4.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [45](R 45.0): missing requirement [org.glassfish.jakarta.el [45](R 45.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [45](R 45.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [45](R 45.0): missing requirement [org.glassfish.jakarta.el [45](R 45.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [45](R 45.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.lang.Thread.run(Thread.java:748) [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:45, url:mvn:org.glassfish/jakarta.el/4.0.2] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-0b81008d-ba7f-4daf-8355-9bcf34ca16c8 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 = org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 70b53c5638b55c7d7ad2730dd14f0ee3a651c281 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-0b81008d-ba7f-4daf-8355-9bcf34ca16c8] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, }, ManifestEntry{ key=PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6 to be in PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6" and expression="org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor Nov 01, 2023 12:05:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"name":"Jim"} Nov 01, 2023 12:05:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-0b81008d-ba7f-4daf-8355-9bcf34ca16c8] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, }, ManifestEntry{ key=PaxExam-b29b799e-f5bd-497a-a0cc-1c1386ce5de6, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@a469c9a.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.860 s -- in org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BeanValidationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-a415e850-3060-49fe-8430-470c2b98712e parent=null root=[TestAddress:PaxExam-a415e850-3060-49fe-8430-470c2b98712e root:PaxExam-a415e850-3060-49fe-8430-470c2b98712e] args=[Ljava.lang.Object;@cb0ed20 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-94803425-032f-4b8e-8018-6f4219304b2b parent=null root=[TestAddress:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b root:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b] args=[Ljava.lang.Object;@23fe1d71 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 parent=null root=[TestAddress:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 root:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049] args=[Ljava.lang.Object;@28ac3dc3 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc parent=null root=[TestAddress:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc root:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc] args=[Ljava.lang.Object;@32eebfca [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@13eb8acf [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-61c8a9d7-11e7-4748-9520-ccd9c10de732 parent=[TestAddress:PaxExam-a415e850-3060-49fe-8430-470c2b98712e root:PaxExam-a415e850-3060-49fe-8430-470c2b98712e] root=[TestAddress:PaxExam-a415e850-3060-49fe-8430-470c2b98712e root:PaxExam-a415e850-3060-49fe-8430-470c2b98712e] args=[Ljava.lang.Object;@67b467e9 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-99b39108-d31a-4c1a-b2ed-080c862a3102 parent=[TestAddress:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b root:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b] root=[TestAddress:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b root:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b] args=[Ljava.lang.Object;@47db50c5 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b784c5ad-d1dc-4f77-bf93-f9771bae59bf parent=[TestAddress:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 root:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049] root=[TestAddress:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 root:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049] args=[Ljava.lang.Object;@5c072e3f [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d0720657-1f5e-4958-b5b5-1d90c8b65584 parent=[TestAddress:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc root:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc] root=[TestAddress:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc root:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc] args=[Ljava.lang.Object;@4d1b0d2a [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BeanValidationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceNoValidationFeature @ [TestAddress:PaxExam-61c8a9d7-11e7-4748-9520-ccd9c10de732 root:PaxExam-a415e850-3060-49fe-8430-470c2b98712e] Arguments: [Ljava.lang.Object;@cb0ed20 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-023a8751-f296-4461-991d-c701b3eb0833, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840336633-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/849493375.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60440 bytes @ [ 60440kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-115636134.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.4.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : 60782 bytes @ [ 60782kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-115636134.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.4.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4b1cc14f]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-94803425-032f-4b8e-8018-6f4219304b2b = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a415e850-3060-49fe-8430-470c2b98712e = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): fa83370696a27d0e273240e61ce2fd03a0a703ba org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-94803425-032f-4b8e-8018-6f4219304b2b to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-94803425-032f-4b8e-8018-6f4219304b2b" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a415e850-3060-49fe-8430-470c2b98712e to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a415e850-3060-49fe-8430-470c2b98712e" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceNoValidationFeature in reactor Nov 01, 2023 12:05:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader sun.misc.Launcher$AppClassLoader@70dea4e Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceNoValidationFeature(BeanValidationTest.java:101) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 12:05:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 12:05:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1313081b.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceAutoDiscovery @ [TestAddress:PaxExam-99b39108-d31a-4c1a-b2ed-080c862a3102 root:PaxExam-94803425-032f-4b8e-8018-6f4219304b2b] Arguments: [Ljava.lang.Object;@23fe1d71 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-1af51983-ee3f-420f-a4c7-7af77333d6b4, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840336633-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60440 bytes @ [ 60440kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-115636134.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.4.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : 60782 bytes @ [ 60782kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-115636134.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.4.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@672a7162]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-94803425-032f-4b8e-8018-6f4219304b2b = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a415e850-3060-49fe-8430-470c2b98712e = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 3f2cc8f3347fcb259f2fe4a3957280dd99339779 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-94803425-032f-4b8e-8018-6f4219304b2b to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-94803425-032f-4b8e-8018-6f4219304b2b" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a415e850-3060-49fe-8430-470c2b98712e to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a415e850-3060-49fe-8430-470c2b98712e" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceAutoDiscovery in reactor Nov 01, 2023 12:05:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader sun.misc.Launcher$AppClassLoader@70dea4e Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceAutoDiscovery(BeanValidationTest.java:90) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 12:05:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 12:05:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@67d524d6.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceFeature @ [TestAddress:PaxExam-b784c5ad-d1dc-4f77-bf93-f9771bae59bf root:PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049] Arguments: [Ljava.lang.Object;@28ac3dc3 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-4cda7963-cbc6-4190-bb90-51f5b9964727, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840336633-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 4393kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60440 bytes @ [ 60440kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-115636134.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.4.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : 60782 bytes @ [ 60782kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-115636134.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.4.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@73a43fd4]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-94803425-032f-4b8e-8018-6f4219304b2b = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a415e850-3060-49fe-8430-470c2b98712e = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): f916d58bdcb5a7e8d38a8ae7641b6981d85f3689 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-94803425-032f-4b8e-8018-6f4219304b2b to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-94803425-032f-4b8e-8018-6f4219304b2b" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a415e850-3060-49fe-8430-470c2b98712e to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a415e850-3060-49fe-8430-470c2b98712e" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceFeature in reactor Nov 01, 2023 12:05:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader sun.misc.Launcher$AppClassLoader@70dea4e Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceFeature(BeanValidationTest.java:85) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 12:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 12:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@364e6f42.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceManualRegistration @ [TestAddress:PaxExam-d0720657-1f5e-4958-b5b5-1d90c8b65584 root:PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc] Arguments: [Ljava.lang.Object;@32eebfca [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698840336633-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=33005, -Djersey.config.test.container.port=33005, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5a6c1002-69a9-49ff-b548-d9ca927d510c, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698840336633-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43934 bytes @ [ 43934kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1251179 bytes @ [ 1251179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96129 bytes @ [ 96129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 967703 bytes @ [ 967703kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 306150 bytes @ [ 306150kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78467 bytes @ [ 78467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60440 bytes @ [ 60440kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-115636134.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.4.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.4.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.4.3.Final : 60782 bytes @ [ 60782kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-115636134.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698840336633-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698840336633-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.4.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@5a16c948]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-94803425-032f-4b8e-8018-6f4219304b2b = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a415e850-3060-49fe-8430-470c2b98712e = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 84b8cd523f8b0890ffaa5f5b433c75980db1ef0c org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-94803425-032f-4b8e-8018-6f4219304b2b to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-94803425-032f-4b8e-8018-6f4219304b2b" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049 to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a415e850-3060-49fe-8430-470c2b98712e to be in PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a415e850-3060-49fe-8430-470c2b98712e" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceManualRegistration in reactor Nov 01, 2023 12:05:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader sun.misc.Launcher$AppClassLoader@70dea4e Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceManualRegistration(BeanValidationTest.java:95) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 12:05:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33005] Nov 01, 2023 12:05:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 12:05:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33005] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d83ba5d8-5b84-4cd8-9a6a-005d050ddafe] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-94803425-032f-4b8e-8018-6f4219304b2b, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-a415e850-3060-49fe-8430-470c2b98712e,PaxExam-94803425-032f-4b8e-8018-6f4219304b2b,PaxExam-0121f159-64cf-4c48-b47c-c33a1e088049,PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, }, ManifestEntry{ key=PaxExam-0145ba2f-97ce-4a6e-a5ac-7a38720a1efc, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }, ManifestEntry{ key=PaxExam-a415e850-3060-49fe-8430-470c2b98712e, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@391bc269.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.833 s -- in org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-osgi-functional --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-osgi-functional --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-osgi-functional --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:stress >------------------ [INFO] Building jersey-tests-stress 3.0.99-SNAPSHOT [203/292] [INFO] from tests/stress/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ stress --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ stress --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ stress --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ stress --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ stress --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ stress --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ stress --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ stress --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ stress --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ stress --- [INFO] Reserved port 33255 for jersey.config.test.container.port [INFO] Reserved port 33703 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ stress --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/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.server.internal.monitoring.MultiThreadingAggregatedReservoirTest Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 12:05:49 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Shutting down... Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 12:05:50 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Integer reached: 669393 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s -- in org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ stress --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ stress --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ stress --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.performance:project >----------- [INFO] Building jersey-tests-performance 3.0.99-SNAPSHOT [204/292] [INFO] from tests/performance/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35387 for jersey.config.test.container.port [INFO] Reserved port 40731 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >-- [INFO] Building performance-test-benchmarks 3.0.99-SNAPSHOT [205/292] [INFO] from tests/performance/benchmarks/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-benchmarks --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-benchmarks --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-benchmarks --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-benchmarks --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-benchmarks --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-benchmarks --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-benchmarks --- [INFO] Reserved port 33377 for jersey.config.test.container.port [INFO] Reserved port 39759 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-benchmarks --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/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.tests.performance.benchmark.server.LocatorTest Nov 01, 2023 12:05:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Agent centos-7-lsmc4 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-lsmc4" 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-lsmc4" - 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-lsmc4" - 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-3131.vf2b_b_798b_ce99" 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-lsmc4 in /home/jenkins/agent/workspace/ci-cd-integration_3.0 [Pipeline] { [Pipeline] checkout Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] The recommended git tool is: git Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s -- in org.glassfish.jersey.tests.performance.benchmark.server.LocatorTest [INFO] Running org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33377/ Nov 01, 2023 12:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33377] Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:05:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33377] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-benchmarks --- [INFO] CycloneDX: Resolving Dependencies 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/ci-cd-integration_3.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.6' 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/3.0:refs/remotes/origin/3.0 # timeout=10 [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ performance-test-benchmarks --- [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3 in the shaded jar. [INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-client:jar:1.16 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:2.0.9 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-websockets:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:connection-pool:jar:3.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-jdk-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.server.spi.ContainerProvider [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-client-1.16.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, slf4j-api-2.0.9.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] apiguardian-api-1.1.2.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE [WARNING] commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-benchmarks --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-benchmarks --- [INFO] [INFO] -------< org.glassfish.jersey.tests.performance.runners:project >------- [INFO] Building jersey-tests-performance-runners 3.0.99-SNAPSHOT [206/292] [INFO] from tests/performance/runners/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 44455 for jersey.config.test.container.port [INFO] Reserved port 44383 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10 [INFO] [INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >-- [INFO] Building jersey-grizzly-runner 3.0.99-SNAPSHOT [207/292] [INFO] from tests/performance/runners/jersey-grizzly-runner/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-runner --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-runner --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-runner --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-runner --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-runner --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-runner --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-runner --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-runner --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-runner --- [INFO] Reserved port 42619 for jersey.config.test.container.port [INFO] Reserved port 39127 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-runner --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:2.4:jar (default-jar) @ jersey-grizzly-runner --- Avoid second fetch Checking out Revision cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 (3.0) [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-runner --- [INFO] CycloneDX: Resolving Dependencies Commit message: "Versions update" [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-runner --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ jersey-grizzly-runner --- [INFO] Reading assembly descriptor: src/main/assembly/zip-with-jars.xml [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip > git config core.sparsecheckout # timeout=10 > git checkout -f cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 # timeout=10 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-runner --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-runner --- [INFO] [INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------ [INFO] Building jersey-tests-performance-testcase 3.0.99-SNAPSHOT [208/292] [INFO] from tests/performance/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34187 for jersey.config.test.container.port [INFO] Reserved port 34559 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [Pipeline] withEnv [Pipeline] { [Pipeline] tool [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >----- [INFO] Building jersey-tests-performance-assemblies 3.0.99-SNAPSHOT [209/292] [INFO] from tests/performance/test-cases/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ assemblies --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ assemblies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 40595 for jersey.config.test.container.port [INFO] Reserved port 44835 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- + bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/jenkins/jenkins_build.sh Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f) 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.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >--- [INFO] Building jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT [210/292] [INFO] from tests/performance/test-cases/filter-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-dynamic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-dynamic --- [INFO] Reserved port 37881 for jersey.config.test.container.port [INFO] Reserved port 41161 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/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.tests.performance.filter.dynamic.FilterTest Nov 01, 2023 12:06:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37881/ Nov 01, 2023 12:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37881] Nov 01, 2023 12:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37881] Nov 01, 2023 12:06:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37881/ Nov 01, 2023 12:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37881] Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37881] Nov 01, 2023 12:06:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37881/ Nov 01, 2023 12:06:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37881] Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37881] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.glassfish.jersey.tests.performance.filter.dynamic.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-dynamic --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >--- [INFO] Building jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT [211/292] [INFO] from tests/performance/test-cases/filter-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-global --- [INFO] Reserved port 35027 for jersey.config.test.container.port [INFO] Reserved port 43091 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/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.tests.performance.filter.global.FilterTest Nov 01, 2023 12:06:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35027/ Nov 01, 2023 12:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35027] Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35027] Nov 01, 2023 12:06:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35027/ Nov 01, 2023 12:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35027] Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35027] Nov 01, 2023 12:06:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35027/ Nov 01, 2023 12:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35027] Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35027] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.glassfish.jersey.tests.performance.filter.global.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-global --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >---- [INFO] Building jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT [212/292] [INFO] from tests/performance/test-cases/filter-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-name --- [INFO] Reserved port 39951 for jersey.config.test.container.port [INFO] Reserved port 39833 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/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.tests.performance.filter.name.FilterTest Nov 01, 2023 12:06:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39951/ Nov 01, 2023 12:06:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39951] Nov 01, 2023 12:06:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39951] Nov 01, 2023 12:06:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39951/ Nov 01, 2023 12:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39951] Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39951] Nov 01, 2023 12:06:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39951/ Nov 01, 2023 12:06:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39951] Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39951] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s -- in org.glassfish.jersey.tests.performance.filter.name.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-name --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-name --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >-- [INFO] Building jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT [213/292] [INFO] from tests/performance/test-cases/interceptor-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-dynamic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-dynamic --- [INFO] Reserved port 36105 for jersey.config.test.container.port [INFO] Reserved port 36475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/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.tests.performance.interceptor.dynamic.InterceptorTest Nov 01, 2023 12:06:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36105/ Nov 01, 2023 12:06:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36105] Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36105] Nov 01, 2023 12:06:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36105/ Nov 01, 2023 12:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36105] Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36105] Nov 01, 2023 12:06:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36105/ Nov 01, 2023 12:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36105] Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36105] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.glassfish.jersey.tests.performance.interceptor.dynamic.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-dynamic --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >-- [INFO] Building jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT [214/292] [INFO] from tests/performance/test-cases/interceptor-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-global --- [INFO] Reserved port 40371 for jersey.config.test.container.port [INFO] Reserved port 34281 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/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.tests.performance.interceptor.global.InterceptorTest Nov 01, 2023 12:06:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40371/ Nov 01, 2023 12:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40371] Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40371] Nov 01, 2023 12:06:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40371/ Nov 01, 2023 12:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40371] Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40371] Nov 01, 2023 12:06:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40371/ Nov 01, 2023 12:06:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40371] Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40371] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 s -- in org.glassfish.jersey.tests.performance.interceptor.global.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-global --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >-- [INFO] Building jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT [215/292] [INFO] from tests/performance/test-cases/interceptor-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-name --- [INFO] Reserved port 39131 for jersey.config.test.container.port [INFO] Reserved port 41403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/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.tests.performance.interceptor.name.InterceptorTest Nov 01, 2023 12:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39131/ Nov 01, 2023 12:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39131] Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39131] Nov 01, 2023 12:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39131/ Nov 01, 2023 12:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39131] Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39131] Nov 01, 2023 12:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39131/ Nov 01, 2023 12:06:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39131] Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39131] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s -- in org.glassfish.jersey.tests.performance.interceptor.name.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-name --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-name --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >-- [INFO] Building jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT [216/292] [INFO] from tests/performance/test-cases/mbw-custom-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-provider --- [INFO] Reserved port 46693 for jersey.config.test.container.port [INFO] Reserved port 45903 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/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.tests.performance.mbw.custom.PersonEntityTest Nov 01, 2023 12:06:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46693/ Nov 01, 2023 12:06:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46693] Nov 01, 2023 12:06:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46693] Nov 01, 2023 12:06:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46693/ Nov 01, 2023 12:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46693] Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46693] Nov 01, 2023 12:06:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46693/ Nov 01, 2023 12:06:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46693] Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46693] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.glassfish.jersey.tests.performance.mbw.custom.PersonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ custom-provider --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-provider --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >---- [INFO] Building jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT [217/292] [INFO] from tests/performance/test-cases/mbw-json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 32895 for jersey.config.test.container.port [INFO] Reserved port 38155 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-jackson --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >----- [INFO] Building jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT [218/292] [INFO] from tests/performance/test-cases/mbw-json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 41963 for jersey.config.test.container.port [INFO] Reserved port 40775 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/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.tests.performance.mbw.json.JsonEntityTest Nov 01, 2023 12:06:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41963/ Nov 01, 2023 12:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41963] Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-container-jetty-http2 [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-test-framework-provider-jetty-http2 [jar] [INFO] jersey-connectors-jetty-http2 [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-micrometer [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-inject-injectless-client [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-e2e-tls [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-singleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] jersey-tests-glassfish-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] 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-compatibility-jackson14 [jar] [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-2421 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-3662 [jar] [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-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 [jar] [INFO] jersey-rest-client-tck [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] jersey-tests-externalproperties [jar] [INFO] jersey-tests-component-inject [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-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-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-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-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-4949 [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-tests [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-release-test [jar] [INFO] jersey-agnostic-test [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-configured-client [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-micrometer-example-webapp [jar] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41963] Nov 01, 2023 12:06:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41963/ Nov 01, 2023 12:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41963] Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41963] Nov 01, 2023 12:06:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41963/ Nov 01, 2023 12:06:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41963] Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41963] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s -- in org.glassfish.jersey.tests.performance.mbw.json.JsonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------ [INFO] Building jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT [219/292] [INFO] from tests/performance/test-cases/mbw-kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ mbw-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ mbw-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ mbw-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ mbw-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ mbw-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ mbw-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ mbw-kryo --- [INFO] Reserved port 34867 for jersey.config.test.container.port [INFO] Reserved port 41635 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ mbw-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/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.tests.performance.mbw.kryo.PersonResourceTest [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 3.0.99-SNAPSHOT [1/370] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- Nov 01, 2023 12:06:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34867/ Nov 01, 2023 12:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34867] Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34867] Nov 01, 2023 12:06:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34867/ Nov 01, 2023 12:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34867] Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34867] Nov 01, 2023 12:06:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34867/ Nov 01, 2023 12:06:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34867] Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34867] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.850 s -- in org.glassfish.jersey.tests.performance.mbw.kryo.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ mbw-kryo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ mbw-kryo --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ mbw-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ mbw-kryo --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >----- [INFO] Building jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT [220/292] [INFO] from tests/performance/test-cases/mbw-text-plain/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ text-plain --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ text-plain --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ text-plain --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ text-plain --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ text-plain --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ text-plain --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ text-plain --- [INFO] Reserved port 42271 for jersey.config.test.container.port [INFO] Reserved port 42883 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ text-plain --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/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.tests.performance.mbw.text.TextEntityTest Nov 01, 2023 12:06:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42271/ Nov 01, 2023 12:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42271] Nov 01, 2023 12:06:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42271] Nov 01, 2023 12:06:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42271/ Nov 01, 2023 12:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42271] Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42271] Nov 01, 2023 12:06:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42271/ Nov 01, 2023 12:06:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42271] Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42271] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.730 s -- in org.glassfish.jersey.tests.performance.mbw.text.TextEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ text-plain --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ text-plain --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ text-plain --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ text-plain --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------ [INFO] Building jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT [221/292] [INFO] from tests/performance/test-cases/mbw-xml-jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-jaxb --- [INFO] Reserved port 41965 for jersey.config.test.container.port [INFO] Reserved port 42733 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-jaxb --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-jaxb --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------ [INFO] Building jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT [222/292] [INFO] from tests/performance/test-cases/mbw-xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 37153 for jersey.config.test.container.port [INFO] Reserved port 44681 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/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.tests.performance.mbw.xml.XmlEntityTest Nov 01, 2023 12:06:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37153/ Nov 01, 2023 12:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37153] Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37153] Nov 01, 2023 12:06:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37153/ Nov 01, 2023 12:06:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37153] Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37153] Nov 01, 2023 12:06:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37153/ Nov 01, 2023 12:06:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37153] Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37153] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >----- [INFO] Building jersey-tests-performance-param-srl 3.0.99-SNAPSHOT [223/292] [INFO] from tests/performance/test-cases/param-srl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ param-srl --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ param-srl --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ param-srl --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ param-srl --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ param-srl --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ param-srl --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ param-srl --- [INFO] Reserved port 32945 for jersey.config.test.container.port [INFO] Reserved port 45365 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ param-srl --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/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.tests.performance.param.srl.SrlSrmTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- Nov 01, 2023 12:06:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32945/ Nov 01, 2023 12:06:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32945] Nov 01, 2023 12:06:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32945] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s -- in org.glassfish.jersey.tests.performance.param.srl.SrlSrmTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ param-srl --- [INFO] CycloneDX: Resolving Dependencies [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42961 for jersey.config.test.container.port [INFO] Reserved port 37791 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ param-srl --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ param-srl --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ param-srl --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >-- [INFO] Building jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT [224/292] [INFO] from tests/performance/test-cases/proxy-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ proxy-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ proxy-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ proxy-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ proxy-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ proxy-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ proxy-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ proxy-injection --- [INFO] Reserved port 40235 for jersey.config.test.container.port [INFO] Reserved port 44501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ proxy-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/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.tests.performance.proxy.injection.InjectedResourcesTest Nov 01, 2023 12:06:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40235/ Nov 01, 2023 12:06:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40235] Nov 01, 2023 12:06:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40235] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s -- in org.glassfish.jersey.tests.performance.proxy.injection.InjectedResourcesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ proxy-injection --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ proxy-injection --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ proxy-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ proxy-injection --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >-- [INFO] Building performance-test-tools 3.0.99-SNAPSHOT [225/292] [INFO] from tests/performance/tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-tools --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-tools --- [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-tools --- [INFO] Reserved port 46467 for jersey.config.test.container.port [INFO] Reserved port 42107 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-tools --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-tools --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-tools --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:assemblies >-------------- [INFO] Building jersey-examples-assemblies 3.0.99-SNAPSHOT [226/292] [INFO] from examples/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 32885 for jersey.config.test.container.port [INFO] Reserved port 38071 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:bookmark >--------------- [INFO] Building jersey-examples-bookmark 3.0.99-SNAPSHOT [227/292] [INFO] from examples/bookmark/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark --- [INFO] Reserved port 42439 for jersey.config.test.container.port [INFO] Reserved port 34911 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:bookmark-em >-------------- [INFO] Building jersey-examples-bookmark-em 3.0.99-SNAPSHOT [228/292] [INFO] from examples/bookmark-em/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark-em --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark-em --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark-em --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark-em --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark-em --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark-em --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark-em --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark-em --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark-em --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark-em --- [INFO] Reserved port 38345 for jersey.config.test.container.port [INFO] Reserved port 39375 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark-em --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark-em --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark-em] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark-em --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark-em --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark-em --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark-em --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >----------- [INFO] Building jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT [229/292] [INFO] from examples/bookstore-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookstore-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookstore-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookstore-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookstore-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookstore-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookstore-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookstore-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookstore-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookstore-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookstore-webapp --- [INFO] Reserved port 42247 for jersey.config.test.container.port [INFO] Reserved port 42231 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookstore-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookstore-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [bookstore-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookstore-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookstore-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookstore-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookstore-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >-------------- [INFO] Building jersey-examples-cdi-webapp 3.0.99-SNAPSHOT [230/292] [INFO] from examples/cdi-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-webapp --- [INFO] Reserved port 40715 for jersey.config.test.container.port [INFO] Reserved port 36929 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/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.examples.cdi.resources.PerRequestBeanTest Nov 01, 2023 12:06:43 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:06:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cca898b9-033d-4525-9d24-e86bf52c1c1e initialized Nov 01, 2023 12:06:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cca898b9-033d-4525-9d24-e86bf52c1c1e shut down Nov 01, 2023 12:06:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ebe1de8-232a-4d74-a4d4-24ef9c7c1360 initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ebe1de8-232a-4d74-a4d4-24ef9c7c1360 shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0652f678-2bc6-4eaf-a099-7f37660b3afd initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0652f678-2bc6-4eaf-a099-7f37660b3afd shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 616d35f9-bc55-42a7-833c-1137a780bee6 initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 616d35f9-bc55-42a7-833c-1137a780bee6 shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s -- in org.glassfish.jersey.examples.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoResourceTest Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1474cbe-4fcd-4973-8a91-a045eb4050c8 initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:06:45 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=alpha Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1474cbe-4fcd-4973-8a91-a045eb4050c8 shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 759ea859-eeb3-44a4-990a-890436e307df initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:06:45 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=AAA Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 759ea859-eeb3-44a4-990a-890436e307df shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8904c5f-0c1a-45ca-8a69-7148ca4c2623 initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:06:45 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=b Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8904c5f-0c1a-45ca-8a69-7148ca4c2623 shut down Nov 01, 2023 12:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6ccc2ac-2d2d-42a1-a565-3c716fcdc210 initialized Nov 01, 2023 12:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:06:46 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=1 Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6ccc2ac-2d2d-42a1-a565-3c716fcdc210 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ae7fd87-0cb8-4cbe-b0cd-d3ec43551a50 initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ae7fd87-0cb8-4cbe-b0cd-d3ec43551a50 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca4a9d33-2147-4d3d-8d79-758152ea4477 initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca4a9d33-2147-4d3d-8d79-758152ea4477 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b8937e0-9c2a-45c8-84ab-721149555ee0 initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b8937e0-9c2a-45c8-84ab-721149555ee0 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af22ffa9-1cbf-42b4-ab07-58936027d45a initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af22ffa9-1cbf-42b4-ab07-58936027d45a shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s -- in org.glassfish.jersey.examples.cdi.resources.EchoResourceTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b519857c-1583-40b1-a727-082e5a334c79 initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b519857c-1583-40b1-a727-082e5a334c79 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8e55103-ba4c-4fe6-956c-abc32775b0df initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8e55103-ba4c-4fe6-956c-abc32775b0df shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a6a9f11-5f9f-4325-b470-4d4c693a8ebe initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a6a9f11-5f9f-4325-b470-4d4c693a8ebe shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95fa4ce5-7558-4587-b123-5fe47a074fd6 initialized Nov 01, 2023 12:06:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:06:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95fa4ce5-7558-4587-b123-5fe47a074fd6 shut down Nov 01, 2023 12:06:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.HelloworldTest Nov 01, 2023 12:06:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 02a0c848-3952-4cff-a219-599d461db3fd initialized Nov 01, 2023 12:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 02a0c848-3952-4cff-a219-599d461db3fd shut down Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.examples.cdi.resources.HelloworldTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest Nov 01, 2023 12:06:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01e8b2fb-655c-4da8-8dca-c3326fef4dd3 initialized Nov 01, 2023 12:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01e8b2fb-655c-4da8-8dca-c3326fef4dd3 shut down Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be0d4089-4577-4e36-84b0-efc563cbd1b5 initialized Nov 01, 2023 12:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be0d4089-4577-4e36-84b0-efc563cbd1b5 shut down Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6fd30af4-5948-4647-a186-6b9ef76a659e initialized Nov 01, 2023 12:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6fd30af4-5948-4647-a186-6b9ef76a659e shut down Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:06:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec1c0792-d681-49ed-9066-5606a9866caa initialized Nov 01, 2023 12:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40715/cdi-webapp Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40715] Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:06:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec1c0792-d681-49ed-9066-5606a9866caa shut down Nov 01, 2023 12:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40715] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 35 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:clipboard >--------------- [INFO] Building jersey-examples-clipboard 3.0.99-SNAPSHOT [231/292] [INFO] from examples/clipboard/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard --- [INFO] Reserved port 36503 for jersey.config.test.container.port [INFO] Reserved port 42611 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/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.examples.clipboard.ClipboardTest Nov 01, 2023 12:06:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] Nov 01, 2023 12:06:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36503/ Nov 01, 2023 12:06:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36503] Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:06:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36503] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard --- [INFO] [INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >-------- [INFO] Building jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT [232/292] [INFO] from examples/clipboard-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard-programmatic --- [INFO] Reserved port 45493 for jersey.config.test.container.port [INFO] Reserved port 38285 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/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.examples.clipboard.ClipboardTest Nov 01, 2023 12:06:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 12:06:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 12:06:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:06:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard-programmatic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard-programmatic --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:configured-client >----------- [INFO] Building jersey-examples-configured-client 3.0.99-SNAPSHOT [233/292] [INFO] from examples/configured-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ configured-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ configured-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ configured-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ configured-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ configured-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ configured-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ configured-client --- [INFO] Reserved port 32861 for jersey.config.test.container.port [INFO] Reserved port 43733 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ configured-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-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.examples.configured.client.HelloWorldTest Nov 01, 2023 12:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:06:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Nov 01, 2023 12:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Hello World! Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 s -- in org.glassfish.jersey.examples.configured.client.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ configured-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ configured-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ configured-client --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:declarative-linking >---------- [INFO] Building jersey-examples-declarative-linking 3.0.99-SNAPSHOT [234/292] [INFO] from examples/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ declarative-linking --- [INFO] Reserved port 45513 for jersey.config.test.container.port [INFO] Reserved port 46355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/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.examples.linking.LinkWebAppTest Nov 01, 2023 12:07:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45513/ Nov 01, 2023 12:07:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45513] Nov 01, 2023 12:07:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45513] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s -- in org.glassfish.jersey.examples.linking.LinkWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ declarative-linking --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:entity-filtering >----------- [INFO] Building jersey-examples-entity-filtering 3.0.99-SNAPSHOT [235/292] [INFO] from examples/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering --- [INFO] Reserved port 37715 for jersey.config.test.container.port [INFO] Reserved port 37855 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/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.examples.entityfiltering.ProjectsResourceTest Nov 01, 2023 12:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in org.glassfish.jersey.examples.entityfiltering.ProjectsResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.TaskResourceTest Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.glassfish.jersey.examples.entityfiltering.TaskResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.UsersResourceTest Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37715/ Nov 01, 2023 12:07:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37715] Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37715] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.glassfish.jersey.examples.entityfiltering.UsersResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering --- [INFO] [INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------ [INFO] Building jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT [236/292] [INFO] from examples/entity-filtering-selectable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-selectable --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-selectable --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-selectable --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-selectable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-selectable --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-selectable --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-selectable --- [INFO] Reserved port 34349 for jersey.config.test.container.port [INFO] Reserved port 46741 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-selectable --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/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.examples.entityfiltering.selectable.PersonResourceTest Nov 01, 2023 12:07:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34349/ Nov 01, 2023 12:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34349] Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34349] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.214 s -- in org.glassfish.jersey.examples.entityfiltering.selectable.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-selectable --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-selectable --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-selectable --- [INFO] [INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >------- [INFO] Building jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT [237/292] [INFO] from examples/entity-filtering-security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-security --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-security --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-security --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-security --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-security --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-security --- [INFO] Reserved port 41683 for jersey.config.test.container.port [INFO] Reserved port 34325 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-security --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/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.examples.entityfiltering.security.UnrestrictedResourceTest Nov 01, 2023 12:07:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.glassfish.jersey.examples.entityfiltering.security.UnrestrictedResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest Nov 01, 2023 12:07:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] Nov 01, 2023 12:07:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41683/ Nov 01, 2023 12:07:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41683] Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:07:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41683] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s -- in org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-security --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-security --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-security --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >--------- [INFO] Building jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT [238/292] [INFO] from examples/extended-wadl-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ extended-wadl-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] null [-1,-1] org.xml.sax.SAXParseException: generating code at com.sun.tools.xjc.ErrorReceiver.debug (ErrorReceiver.java:110) at com.sun.tools.xjc.Driver.run (Driver.java:357) at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475) at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 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:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ extended-wadl-webapp --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- resources:2.6:resources (default-resources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] >>> javadoc:3.6.0:javadoc (default) > generate-sources @ extended-wadl-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] <<< javadoc:3.6.0:javadoc (default) < generate-sources @ extended-wadl-webapp <<< [INFO] [INFO] [INFO] --- javadoc:3.6.0:javadoc (default) @ extended-wadl-webapp --- [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.glassfish.jersey.examples.extendedwadl... Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources... Loading source files for package org.glassfish.jersey.examples.extendedwadl.util... Constructing Javadoc information... [WARNING] Javadoc Warnings [WARNING] Nov 01, 2023 12:07:22 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: cdataElements [commentText] [WARNING] Nov 01, 2023 12:07:22 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType] [WARNING] Nov 01, 2023 12:07:22 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: 28 nodes found by commentText [WARNING] Nov 01, 2023 12:07:22 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@41e36e46 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/resourcedoc.xml [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ extended-wadl-webapp --- [INFO] Reserved port 45279 for jersey.config.test.container.port [INFO] Reserved port 38653 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ extended-wadl-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest Nov 01, 2023 12:07:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45279/ Nov 01, 2023 12:07:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. Nov 01, 2023 12:07:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 12:07:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45279] Nov 01, 2023 12:07:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 12:07:23 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 12:07:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45279] Nov 01, 2023 12:07:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45279/ Nov 01, 2023 12:07:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. Nov 01, 2023 12:07:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 12:07:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45279] Nov 01, 2023 12:07:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 12:07:24 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 12:07:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45279] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s -- in org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ extended-wadl-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [extended-wadl-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ extended-wadl-webapp --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ extended-wadl-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ extended-wadl-webapp --- [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.glassfish.jersey.examples.extendedwadl... Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources... Loading source files for package org.glassfish.jersey.examples.extendedwadl.util... Constructing Javadoc information... [WARNING] Javadoc Warnings [WARNING] Nov 01, 2023 12:07:27 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: cdataElements [commentText] [WARNING] Nov 01, 2023 12:07:27 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType] [WARNING] Nov 01, 2023 12:07:27 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: 28 nodes found by commentText [WARNING] Nov 01, 2023 12:07:27 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@41e36e46 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/resourcedoc.xml [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ extended-wadl-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ extended-wadl-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:exception-mapping >----------- [INFO] Building jersey-examples-exception-mapping 3.0.99-SNAPSHOT [239/292] [INFO] from examples/exception-mapping/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ exception-mapping --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ exception-mapping --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ exception-mapping --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ exception-mapping --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ exception-mapping --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ exception-mapping --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ exception-mapping --- [INFO] Reserved port 40841 for jersey.config.test.container.port [INFO] Reserved port 41087 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ exception-mapping --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/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.examples.exception.ExceptionMappingTest Nov 01, 2023 12:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingTest [INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. WebApplicationExceptionFilter.preFilter() enter WebApplicationExceptionFilter.preFilter() exit MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Response Exception:MyResponseFilter Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40841/ Nov 01, 2023 12:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40841] Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. WebApplicationExceptionFilter.preFilter() enter MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter Nov 01, 2023 12:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40841] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ exception-mapping --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ exception-mapping --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ exception-mapping --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >----------- [INFO] Building jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT [240/292] [INFO] from examples/freemarker-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ freemarker-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ freemarker-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ freemarker-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ freemarker-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ freemarker-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ freemarker-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ freemarker-webapp --- [INFO] Reserved port 36341 for jersey.config.test.container.port [INFO] Reserved port 43863 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ freemarker-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/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.examples.freemarker.FreemarkerTest Nov 01, 2023 12:07:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36341/freemarker-webapp Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36341/freemarker-webapp Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36341/freemarker-webapp Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36341/freemarker-webapp Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36341] Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:07:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36341] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in org.glassfish.jersey.examples.freemarker.FreemarkerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ freemarker-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ freemarker-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ freemarker-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ freemarker-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ freemarker-webapp --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:groovy >---------------- [INFO] Building jersey-examples-groovy 3.0.99-SNAPSHOT [241/292] [INFO] from examples/groovy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ groovy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ groovy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ groovy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ groovy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.0.0:parse-version (parse-version) @ groovy --- [INFO] [INFO] --- build-helper:3.0.0:add-source (default) @ groovy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- gplus:3.0.2:addSources (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:addTestSources (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:generateStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform generateStubs. [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compile (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compile. [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:generateTestStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform generateTestStubs. [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compileTests (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compileTests. [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:removeStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:removeTestStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:groovydoc (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform groovydoc. Nov 01, 2023 12:07:38 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. [INFO] [INFO] --- antrun:3.1.0:run (2) @ groovy --- [INFO] Executing tasks [INFO] [jar] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.0.0:attach-artifact (3) @ groovy --- [INFO] [INFO] --- resources:2.6:resources (default-resources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.0.0:reserve-network-port (reserve-port) @ groovy --- [INFO] Reserved port 36847 for jersey.config.test.container.port [INFO] Reserved port 42719 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ groovy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/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.examples.groovy.GroovyResourceTest Nov 01, 2023 12:07:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36847/ Nov 01, 2023 12:07:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36847] Nov 01, 2023 12:07:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36847] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s -- in org.glassfish.jersey.examples.groovy.GroovyResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ groovy --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Unable to create Maven project for com.sun:tools:jar:1.8.0 from repository. [INFO] CycloneDX: Creating BOM version 1.4 with 69 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ groovy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ groovy --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:helloworld >-------------- [INFO] Building jersey-examples-helloworld 3.0.99-SNAPSHOT [242/292] [INFO] from examples/helloworld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld --- [INFO] Reserved port 39699 for jersey.config.test.container.port [INFO] Reserved port 37509 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/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.examples.helloworld.HelloWorldTest Nov 01, 2023 12:07:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:48 PM org.glassfish.jersey.examples.helloworld.HelloWorldTest testAsyncClientRequests INFO: Executed in: 55 Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39699/ Nov 01, 2023 12:07:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39699] Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39699] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.093 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >--------- [INFO] Building jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT [243/292] [INFO] from examples/helloworld-benchmark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-benchmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-benchmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-benchmark --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-benchmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-benchmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-benchmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-benchmark --- [INFO] Reserved port 41091 for jersey.config.test.container.port [INFO] Reserved port 37379 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-benchmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/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.examples.helloworld.HelloWorldTest Nov 01, 2023 12:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] Nov 01, 2023 12:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] Nov 01, 2023 12:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] Nov 01, 2023 12:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41091/ Nov 01, 2023 12:07:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41091] Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41091] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-benchmark --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ helloworld-benchmark --- [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] commons-math3-3.6.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] apiguardian-api-1.1.2.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-benchmark --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >---------- [INFO] Building jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT [244/292] [INFO] from examples/helloworld-cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-cdi2-se --- [INFO] Reserved port 38351 for jersey.config.test.container.port [INFO] Reserved port 43929 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/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.examples.helloworld.cdi2se.CounterTest Nov 01, 2023 12:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38351/ Nov 01, 2023 12:07:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:55 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:07:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ade1e38e-ff47-41ff-8800-4e73ef80ba3a initialized Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:07:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3eca2719-e972-440d-b63f-5e0f80f00408 initialized Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ade1e38e-ff47-41ff-8800-4e73ef80ba3a shut down Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3eca2719-e972-440d-b63f-5e0f80f00408 shut down Nov 01, 2023 12:07:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38351/ Nov 01, 2023 12:07:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef835e9a-a7fc-4ca7-8efd-80f1fe5a5556 initialized Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:07:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 452d324d-bca2-4cb5-ba65-6c37a3c29bcc initialized Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef835e9a-a7fc-4ca7-8efd-80f1fe5a5556 shut down Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 452d324d-bca2-4cb5-ba65-6c37a3c29bcc shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest [INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest Nov 01, 2023 12:07:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38351/ Nov 01, 2023 12:07:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:07:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 480fe8b3-9c9e-4d7c-a2b8-7076c0545f44 initialized Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:07:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8711b309-6084-46f4-865a-f579f61f96db initialized Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 480fe8b3-9c9e-4d7c-a2b8-7076c0545f44 shut down Nov 01, 2023 12:07:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38351] Nov 01, 2023 12:07:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8711b309-6084-46f4-865a-f579f61f96db shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-cdi2-se --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >----------- [INFO] Building jersey-examples-helloworld-netty 3.0.99-SNAPSHOT [245/292] [INFO] from examples/helloworld-netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-netty --- [INFO] Reserved port 45125 for jersey.config.test.container.port [INFO] Reserved port 37935 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/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.examples.helloworld.netty.HelloWorldTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:08:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest testAsyncClientRequests INFO: Executed in: 114 Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:08:01 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.405 s -- in org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-netty --- [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >-------- [INFO] Building jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT [246/292] [INFO] from examples/helloworld-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-programmatic --- [INFO] Reserved port 41649 for jersey.config.test.container.port [INFO] Reserved port 39865 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/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.examples.helloworld.HelloWorldTest Nov 01, 2023 12:08:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41649/ Nov 01, 2023 12:08:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41649] Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41649] Nov 01, 2023 12:08:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41649/ Nov 01, 2023 12:08:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41649] Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:08:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41649] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.730 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-programmatic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-programmatic --- [INFO] [INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >-------- [INFO] Building jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT [247/292] [INFO] from examples/helloworld-pure-jax-rs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-pure-jax-rs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-pure-jax-rs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-pure-jax-rs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-pure-jax-rs --- [INFO] Reserved port 35787 for jersey.config.test.container.port [INFO] Reserved port 34985 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-pure-jax-rs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/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.examples.helloworld.jaxrs.HelloWorldTest Nov 01, 2023 12:08:06 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:08:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-pure-jax-rs --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-pure-jax-rs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-pure-jax-rs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------ [INFO] Building jersey-examples-helloworld-weld 3.0.99-SNAPSHOT [248/292] [INFO] from examples/helloworld-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-weld --- [INFO] Reserved port 35491 for jersey.config.test.container.port [INFO] Reserved port 37545 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/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.examples.helloworld.RequestScopeAlignmentTest Nov 01, 2023 12:08:08 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:08:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:08:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:08:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f36c3887-565e-49a7-bf2a-ff0e54a5a5cd initialized Nov 01, 2023 12:08:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:08:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f36c3887-565e-49a7-bf2a-ff0e54a5a5cd shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest Nov 01, 2023 12:08:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:08:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:08:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28f78e53-4a89-4c2d-a81a-6110678610b5 initialized Nov 01, 2023 12:08:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:08:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:08:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:08:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:08:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:08:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:08:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:08:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:08:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@3.0.99-SNAPSHOT?type=pom [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api@5.0.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-io/commons-io@2.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey.tests/version-agnostic@1.0.8?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/jakarta.inject/jakarta.inject-api@2.0.0?type=jar [INFO] CycloneDX: Creating BOM version 1.4 with 892 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 3.0.99-SNAPSHOT [2/370] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33893 for jersey.config.test.container.port [INFO] Reserved port 42799 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:08:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT [3/370] [INFO] from archetypes/jersey-heroku-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp --- Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-heroku-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-heroku-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp --- [INFO] Reserved port 35887 for jersey.config.test.container.port [INFO] Reserved port 45449 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- Nov 01, 2023 12:08:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:08:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:08:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 3.0.99-SNAPSHOT [4/370] [INFO] from archetypes/jersey-quickstart-grizzly2/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 --- [INFO] Reserved port 43955 for jersey.config.test.container.port [INFO] Reserved port 36033 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 3.0.99-SNAPSHOT [5/370] [INFO] from archetypes/jersey-quickstart-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp --- [INFO] Reserved port 37023 for jersey.config.test.container.port [INFO] Reserved port 35129 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 3.0.99-SNAPSHOT [6/370] [INFO] from archetypes/jersey-example-java8-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-example-java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-example-java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp --- [INFO] Reserved port 36861 for jersey.config.test.container.port [INFO] Reserved port 36831 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 3.0.99-SNAPSHOT [7/370] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.0.99-SNAPSHOT/jersey-bom-3.0.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 3.0.99-SNAPSHOT [8/370] [INFO] from core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- antrun:3.1.0:run (default) @ jersey-common --- [INFO] Executing tasks [WARNING] [echo] Building for JDK 11+ [INFO] Executed tasks [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common --- Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:08:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:08:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:08:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:08:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:08:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2023-11-01 12:08:47 at timestamp: 1698840527311 Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [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/ci-cd-integration_3.0/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-common --- Nov 01, 2023 12:08:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:add-source (compile-0-addsources) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common --- [INFO] Copying 7 resources from src/main/resources to target/classes [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] --- antrun:3.1.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [INFO] [javac] Creating empty /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (compile-2-java11) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java11 [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java11 Nov 01, 2023 12:08:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] [INFO] Executed tasks [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ jersey-common --- Nov 01, 2023 12:08:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:08:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:08:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.9.0:compile (base-compile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes Nov 01, 2023 12:08:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-common --- [INFO] Reserved port 34279 for jersey.config.test.container.port [INFO] Reserved port 39211 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-common --- Nov 01, 2023 12:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:08:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:08:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.message.internal.DateProviderTest [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.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.GZipEncodingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.001 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.002 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Nov 01, 2023 12:09:00 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.374 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest [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.JerseyPublisherTest Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302) at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:445) at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:422) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:550) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.168 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest [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.config.AdditionalSystemPropertiesTest Nov 01, 2023 12:09:05 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.008 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Nov 01, 2023 12:09:05 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.010 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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.001 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.uri.UriTemplateTest [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.logging.HasEntityTimeoutTest Nov 01, 2023 12:09:06 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 Nov 01, 2023 12:09:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-3null1 < 200null Nov 01, 2023 12:09:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-3null1 < 200null Nov 01, 2023 12:09:06 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.055 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (tests-with-additional-permissions) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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 Nov 01, 2023 12:09:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:09:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:09:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:09:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.056 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] --- jar:3.3.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common --- Nov 01, 2023 12:09:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:09:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 3.0.99-SNAPSHOT [9/370] [INFO] from inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33615 for jersey.config.test.container.port [INFO] Reserved port 41585 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 3.0.99-SNAPSHOT [10/370] [INFO] from inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 --- Nov 01, 2023 12:09:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-hk2 --- [INFO] Reserved port 39259 for jersey.config.test.container.port [INFO] Reserved port 43261 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Nov 01, 2023 12:09:25 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 in __HK2_Generated_38 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1068673695) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 12:09:25 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 in __HK2_Generated_45 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1597579864) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 12:09:25 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 in __HK2_Generated_49 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1937594528) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.117 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 3.0.99-SNAPSHOT [11/370] [INFO] from core-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:09:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-client --- [INFO] Reserved port 46341 for jersey.config.test.container.port [INFO] Reserved port 39003 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:09:33 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: 1.285 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 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.026 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest Nov 01, 2023 12:09:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.138 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Nov 01, 2023 12:09:33 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.189 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [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.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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.012 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Nov 01, 2023 12:09:33 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.234 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.133 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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.073 s -- in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Nov 01, 2023 12:09:34 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 12:09:34 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 12:09:34 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.111 s -- in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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. Nov 01, 2023 12:09:34 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.038 s -- in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Running org.glassfish.jersey.client.ClientResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.client.ClientResponseTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.client.ClientRxTest [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] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Nov 01, 2023 12:09:35 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. Nov 01, 2023 12:09:35 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.082 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest Nov 01, 2023 12:09:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:09:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.07 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 172, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 3.0.99-SNAPSHOT [12/370] [INFO] from media/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40187 for jersey.config.test.container.port [INFO] Reserved port 45457 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:09:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 3.0.99-SNAPSHOT [13/370] [INFO] from media/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-jaxb --- [INFO] Resources: [INFO] org/glassfish/jersey/jaxb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-jaxb --- [INFO] Reserved port 46267 for jersey.config.test.container.port [INFO] Reserved port 42141 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 12:09:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 3.0.99-SNAPSHOT [14/370] [INFO] from core-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server --- Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 12:09:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 12:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 370 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 370 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 146 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:10:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-server --- [INFO] Reserved port 37623 for jersey.config.test.container.port [INFO] Reserved port 36137 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest Nov 01, 2023 12:10:06 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:10:06 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. Nov 01, 2023 12:10:06 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Nov 01, 2023 12:10:06 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:10:06 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.011 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Nov 01, 2023 12:10:06 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:10:06 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. Nov 01, 2023 12:10:06 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:10:06 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: 1.117 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Nov 01, 2023 12:10:07 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.generators.resourcedoc.WadlGeneratorResourceDocSupportTest Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:10:07 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest Nov 01, 2023 12:10:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest Nov 01, 2023 12:10:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest Nov 01, 2023 12:10:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.579 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest ### 200 ### 200 Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.496 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest ### 200 ### 200 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest ### 200 [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest ### 200 ### 200 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest ### 200 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest ### 200 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest Nov 01, 2023 12:10:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.706 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest Nov 01, 2023 12:10:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.590 s -- in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [afromString, fromString, bfromString] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest Nov 01, 2023 12:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest Nov 01, 2023 12:10:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest Nov 01, 2023 12:10:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest Nov 01, 2023 12:10:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.285 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest Nov 01, 2023 12:10:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:98) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 95 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) 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.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) ... 99 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest Nov 01, 2023 12:10:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) 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.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Nov 01, 2023 12:10:22 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.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. 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.101 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest Nov 01, 2023 12:10:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Nov 01, 2023 12:10:23 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 12:10:23 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70) 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.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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.201 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Nov 01, 2023 12:10: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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 12:10: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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Nov 01, 2023 12:10: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. Nov 01, 2023 12:10: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. Nov 01, 2023 12:10: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@1c2b74e2]}, 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: [@jakarta.ws.rs.POST(), @jakarta.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 jakarta.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 jakarta.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: [@jakarta.ws.rs.GET(), @jakarta.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 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: 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: 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 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 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: 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 jakarta.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 java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Nov 01, 2023 12:10: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@7407929e]}, 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Nov 01, 2023 12:10:24 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 12:10:24 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). Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Nov 01, 2023 12:10:24 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). Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Nov 01, 2023 12:10:24 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 Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Nov 01, 2023 12:10:24 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:10:24 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: Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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: Nov 01, 2023 12:10:24 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: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()] Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Nov 01, 2023 12:10:24 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: Nov 01, 2023 12:10:24 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.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(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Nov 01, 2023 12:10:24 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Nov 01, 2023 12:10:24 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: Nov 01, 2023 12:10:24 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: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()] Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 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. Nov 01, 2023 12:10:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 12:10: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$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. Nov 01, 2023 12:10:24 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.146 s -- in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest Nov 01, 2023 12:10:25 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 jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Nov 01, 2023 12:10:25 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 jakarta.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. Nov 01, 2023 12:10:25 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 jakarta.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. Nov 01, 2023 12:10: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$ResourceAndProviderConstrainedToClient, implements provider interface [interface jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:10: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 jakarta.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. Nov 01, 2023 12:10: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. Nov 01, 2023 12:10:25 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 jakarta.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. Nov 01, 2023 12:10: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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:10: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. Nov 01, 2023 12:10: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 jakarta.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. Nov 01, 2023 12:10: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 jakarta.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. Nov 01, 2023 12:10: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. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [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.059 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest one Nov 01, 2023 12:10: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.154 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Nov 01, 2023 12:10:26 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.get1() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() 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. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest Nov 01, 2023 12:10:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest Nov 01, 2023 12:10:26 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest Nov 01, 2023 12:10:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Nov 01, 2023 12:10:27 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() 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.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test. Nov 01, 2023 12:10:27 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 //([^/]+). Nov 01, 2023 12:10:27 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. Nov 01, 2023 12:10:27 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.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.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$AmbiguousResourceMethodsGET.get3() 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.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. Nov 01, 2023 12:10:27 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. Nov 01, 2023 12:10:27 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2. Nov 01, 2023 12:10:27 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. Nov 01, 2023 12:10:27 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. [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Nov 01, 2023 12:10:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Nov 01, 2023 12:10:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:10:27 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.ApplicationHandlerTest$MergedA1.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() at matching regular expression /merged. 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.164 s -- in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Nov 01, 2023 12:10:27 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.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) 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. Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.039 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest Nov 01, 2023 12:10:29 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.ContainerRequestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.server.ContainerRequestTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Running org.glassfish.jersey.server.ApplicationTest Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource 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.ApplicationTest$DummyResource will be ignored. Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.094 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [] [INFO] Running org.glassfish.jersey.server.ResourceMergeTest Nov 01, 2023 12:10:29 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@4615fa24, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@4615fa24], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.server.ResourceConfigTest Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:10:30 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 920, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server --- Nov 01, 2023 12:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server --- Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Nov 01, 2023 12:10:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Nov 01, 2023 12:10:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Nov 01, 2023 12:10:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 3.0.99-SNAPSHOT [15/370] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 46265 for jersey.config.test.container.port [INFO] Reserved port 40317 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 3.0.99-SNAPSHOT [16/370] [INFO] from containers/grizzly2-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-grizzly2-http --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 11] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http --- [INFO] Reserved port 45457 for jersey.config.test.container.port [INFO] Reserved port 35797 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. [INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest Client implementation: org.glassfish.jersey.grizzly2.httpserver.test.tools.JdkHttpClientThread Count of clients: 30 Test duration: 10 s Nov 01, 2023 12:10:43 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:10:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:10:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Nov 01, 2023 12:10:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-lsmc4:42339] Nov 01, 2023 12:10:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Nov 01, 2023 12:10:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Nov 01, 2023 12:10:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Nov 01, 2023 12:10:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Server processed 10332 requests of test https2(). Nov 01, 2023 12:10:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-lsmc4:42339] Nov 01, 2023 12:10:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:10:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-lsmc4:46377] Nov 01, 2023 12:10:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:10:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:10:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:10:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:10:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Nov 01, 2023 12:11:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Server processed 29022 requests of test http(). Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-lsmc4:46377] Server processed 0 requests of test http2(). Nov 01, 2023 12:11:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-lsmc4:41559] Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Nov 01, 2023 12:11:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Nov 01, 2023 12:11:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Nov 01, 2023 12:11:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Nov 01, 2023 12:11:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Nov 01, 2023 12:11:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Nov 01, 2023 12:11:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Server processed 29124 requests of test https(). Nov 01, 2023 12:11:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-lsmc4:41559] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.81 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-http --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >---- [INFO] Building jersey-container-servlet-core 3.0.99-SNAPSHOT [17/370] [INFO] from containers/jersey-servlet-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet-core --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet-core --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core --- [INFO] Reserved port 37281 for jersey.config.test.container.port [INFO] Reserved port 36229 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. [INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core --- [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 3.0.99-SNAPSHOT [18/370] [INFO] from test-framework/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35613 for jersey.config.test.container.port [INFO] Reserved port 45275 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 3.0.99-SNAPSHOT [19/370] [INFO] from test-framework/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-core --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-core --- [INFO] Reserved port 38773 for jersey.config.test.container.port [INFO] Reserved port 41899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. [INFO] Running org.glassfish.jersey.test.JerseyTestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.glassfish.jersey.test.JerseyTestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core --- Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 3.0.99-SNAPSHOT [20/370] [INFO] from containers/jersey-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet --- [INFO] Reserved port 43585 for jersey.config.test.container.port [INFO] Reserved port 45287 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet --- Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT [21/370] [INFO] from containers/grizzly2-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet --- [INFO] Reserved port 42777 for jersey.config.test.container.port [INFO] Reserved port 38123 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 3.0.99-SNAPSHOT [22/370] [INFO] from test-framework/providers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34831 for jersey.config.test.container.port [INFO] Reserved port 38369 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >-- [INFO] Building jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT [23/370] [INFO] from test-framework/providers/grizzly2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 --- [INFO] Reserved port 39733 for jersey.config.test.container.port [INFO] Reserved port 45739 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/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.test.grizzly.pckg.GrizzlyPackageTest Nov 01, 2023 12:11:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] SYNC: 342, ASYNC: 344, STRAIGHT: 314 Nov 01, 2023 12:11:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28f78e53-4a89-4c2d-a81a-6110678610b5 shut down [INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.1 s -- in org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 12:11:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:11:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:11:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4757af6-02ce-412c-b89e-608ba532f744 initialized Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Nov 01, 2023 12:11:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4757af6-02ce-412c-b89e-608ba532f744 shut down Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] Running org.glassfish.jersey.examples.helloworld.AppScopedResourceTest Nov 01, 2023 12:11:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:11:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:11:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22c46f4b-2eb8-468e-92a4-9e7cdcfc3440 initialized Nov 01, 2023 12:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35491/ Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35491] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Nov 01, 2023 12:11:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22c46f4b-2eb8-468e-92a4-9e7cdcfc3440 shut down Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35491] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.examples.helloworld.AppScopedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1003, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-weld --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Nov 01, 2023 12:11:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:11:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.pom Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:39733 Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44789] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:44789/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44789] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-weld --- Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39733/ Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39733] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39733] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42189] Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42189/ Nov 01, 2023 12:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42189] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-patch >-------------- [INFO] Building jersey-examples-http-patch 3.0.99-SNAPSHOT [249/292] [INFO] from examples/http-patch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-patch --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-patch --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-patch --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-patch --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-patch --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-patch --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-patch --- [INFO] Reserved port 43017 for jersey.config.test.container.port [INFO] Reserved port 40113 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-patch --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/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.examples.httppatch.HttpPatchTest Nov 01, 2023 12:11:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43017/ [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 3.0.99-SNAPSHOT [24/370] [INFO] from connectors/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 39127 for jersey.config.test.container.port [INFO] Reserved port 44933 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 3.0.99-SNAPSHOT [25/370] [INFO] from connectors/apache-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector --- Nov 01, 2023 12:11:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43017] Nov 01, 2023 12:11:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache-connector --- [INFO] Reserved port 41765 for jersey.config.test.container.port [INFO] Reserved port 43981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:32 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two]} Nov 01, 2023 12:11:32 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two, three]} Nov 01, 2023 12:11:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43017] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 s -- in org.glassfish.jersey.examples.httppatch.HttpPatchTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-patch --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest Nov 01, 2023 12:11:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-patch --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-patch --- Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-trace >-------------- [INFO] Building jersey-examples-http-trace 3.0.99-SNAPSHOT [250/292] [INFO] from examples/http-trace/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-trace --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-trace --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-trace --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-trace --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-trace --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-trace --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-trace --- [INFO] Reserved port 41039 for jersey.config.test.container.port [INFO] Reserved port 37567 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-trace --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/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.examples.httptrace.TraceSupportTest Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.900 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41039/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41039] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41039] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 s -- in org.glassfish.jersey.examples.httptrace.TraceSupportTest Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:11:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-trace --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-trace --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-trace --- [INFO] [INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------ [INFO] Building jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT [251/292] [INFO] from examples/https-clientserver-grizzly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-clientserver-grizzly --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-clientserver-grizzly --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-clientserver-grizzly --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-clientserver-grizzly --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-clientserver-grizzly --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-clientserver-grizzly --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:11:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-clientserver-grizzly --- [INFO] Reserved port 42795 for jersey.config.test.container.port [INFO] Reserved port 41355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-clientserver-grizzly --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/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.examples.httpsclientservergrizzly.MainTest Nov 01, 2023 12:11:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:38 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42795] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:42795/ Hit CTRL + C to stop it... Client: GET https://localhost:42795/ Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42795] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s -- in org.glassfish.jersey.examples.httpsclientservergrizzly.MainTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-clientserver-grizzly --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.071 s -- in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest Nov 01, 2023 12:11:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest Nov 01, 2023 12:11:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:11:39 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 12:11:39 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-clientserver-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-clientserver-grizzly --- [INFO] [INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >-------- [INFO] Building jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT [252/292] [INFO] from examples/https-server-glassfish/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-server-glassfish --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-server-glassfish --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-server-glassfish --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-server-glassfish --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-server-glassfish --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-server-glassfish --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-server-glassfish --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-server-glassfish --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-server-glassfish --- [INFO] Reserved port 43317 for jersey.config.test.container.port [INFO] Reserved port 33015 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-server-glassfish --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ https-server-glassfish --- [INFO] Packaging webapp [INFO] Assembling webapp [https-server-glassfish] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-server-glassfish --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:11:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:11:40 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:11:41 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:11:41 PM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 12:11:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:11:42 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-server-glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-server-glassfish --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-server-glassfish --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:java8-webapp >------------- [INFO] Building jersey-examples-java8-webapp 3.0.99-SNAPSHOT [253/292] [INFO] from examples/java8-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ java8-webapp --- [INFO] Reserved port 35023 for jersey.config.test.container.port [INFO] Reserved port 43645 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ java8-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/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.examples.java8.DefaultMethodResourceTest Nov 01, 2023 12:11:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:11:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:11:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:11:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s -- in org.glassfish.jersey.examples.java8.DefaultMethodResourceTest [INFO] Running org.glassfish.jersey.examples.java8.LambdaResourceTest Nov 01, 2023 12:11:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:11:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.examples.java8.LambdaResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ java8-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [java8-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ java8-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.057 s -- in org.glassfish.jersey.apache.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache.connector.AuthTest Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.599 s -- in org.glassfish.jersey.apache.connector.AuthTest [INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:11:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:41765: Read timed out Nov 01, 2023 12:11:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:41765 Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:11:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:41765: Read timed out Nov 01, 2023 12:11:44 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:41765 Nov 01, 2023 12:11:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest Nov 01, 2023 12:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ java8-webapp --- Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.glassfish.jersey.apache.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] -----------------< org.glassfish.jersey.examples:jaxb >----------------- [INFO] Building jersey-examples-jaxb 3.0.99-SNAPSHOT [254/292] [INFO] from examples/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxb --- [INFO] Reserved port 34583 for jersey.config.test.container.port [INFO] Reserved port 41409 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:41765/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:41765 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:41765/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 12:11:45 PM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:41765/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:41765 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:41765/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:45 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 12:11:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-0 2 > GET http://localhost:41765/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:41765 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-0 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-3 3 > GET http://localhost:41765/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:41765 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-2 4 > GET http://localhost:41765/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:41765 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-3 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-2 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:41765/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:41765 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:41765/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:41765 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-3 7 > GET http://localhost:41765/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:41765 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-2 8 > GET http://localhost:41765/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:41765 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-3 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-2 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:41765/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:41765 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:41765/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:41765 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-3 11 > GET http://localhost:41765/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:41765 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-2 12 > GET http://localhost:41765/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:41765 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-3 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-2 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-0 13 > GET http://localhost:41765/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:41765 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-1 14 > GET http://localhost:41765/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:41765 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-0 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-1 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-3 15 > GET http://localhost:41765/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:41765 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-2 16 > GET http://localhost:41765/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:41765 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-3 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-2 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-0 17 > GET http://localhost:41765/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:41765 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-1 18 > GET http://localhost:41765/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:41765 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-0 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-1 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-3 19 > GET http://localhost:41765/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:41765 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-2 20 > GET http://localhost:41765/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:41765 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-3 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-2 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 19 Nov 01, 2023 12:11:46 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41765/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:41765 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:41765/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:41765 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:11:46 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Running org.glassfish.jersey.examples.jaxb.JaxbTest Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.apache.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache.connector.CookieTest Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.apache.connector.CookieTest [INFO] Running org.glassfish.jersey.apache.connector.StreamingTest Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:47 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.apache.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41765/ Nov 01, 2023 12:11:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41765] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41765] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34583/ Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34583] Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:11:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34583] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.678 s -- in org.glassfish.jersey.examples.jaxb.JaxbTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector --- [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxb --- [INFO] [INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >--------- [INFO] Building jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT [255/292] [INFO] from examples/jaxrs-types-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-types-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-types-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-types-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-types-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-types-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-types-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-types-injection --- [INFO] Reserved port 40341 for jersey.config.test.container.port [INFO] Reserved port 37847 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-types-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------ [INFO] Building jersey-connectors-apache5 3.0.99-SNAPSHOT [26/370] [INFO] from connectors/apache5-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache5-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache5-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache5/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.jersey.examples.jaxrstypeinjection.JaxrsTypeInjectionTest [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache5-connector --- [INFO] Reserved port 35755 for jersey.config.test.container.port [INFO] Reserved port 46213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache5-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40341/ [INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest Nov 01, 2023 12:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40341] Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40341] Nov 01, 2023 12:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40341/ Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40341] Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40341] Nov 01, 2023 12:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40341/ Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40341] Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40341] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.glassfish.jersey.examples.jaxrstypeinjection.JaxrsTypeInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-types-injection --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Nov 01, 2023 12:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar Nov 01, 2023 12:11:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-types-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-types-injection --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >-------------- [INFO] Building jersey-examples-ejb 3.0.99-SNAPSHOT [256/292] [INFO] from examples/jersey-ejb/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-ejb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-ejb --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-ejb --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-ejb --- [INFO] Reserved port 40417 for jersey.config.test.container.port [INFO] Reserved port 38701 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-ejb --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-ejb] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-ejb --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.179 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Nov 01, 2023 12:11:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-ejb --- Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Nov 01, 2023 12:11:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache5.connector.AuthTest Nov 01, 2023 12:11:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ [INFO] [INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >---------- [INFO] Building jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT [257/292] [INFO] from examples/json-binding-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-binding-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-binding-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-binding-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-binding-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-binding-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-binding-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-binding-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-binding-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-binding-webapp --- [INFO] Reserved port 35045 for jersey.config.test.container.port [INFO] Reserved port 33895 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-binding-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-binding-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-binding-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp] [INFO] Processing war project Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-binding-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:11:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.170 s -- in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35755/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35755 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:35755/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35755/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35755 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:35755/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:35755/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:35755 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-2 2 > GET http://localhost:35755/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35755 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-0 3 > GET http://localhost:35755/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:35755 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-2 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-0 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-3 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:35755/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:35755 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:35755/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:35755 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:35755/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:35755 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-2 8 > GET http://localhost:35755/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:35755 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-3 7 > GET http://localhost:35755/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:35755 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-2 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-3 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-1 10 > GET http://localhost:35755/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:35755 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-1 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:35755/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:35755 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-3 13 > GET http://localhost:35755/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:35755 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-0 12 > GET http://localhost:35755/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:35755 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-3 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-0 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-1 14 > GET http://localhost:35755/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:35755 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-3 15 > GET http://localhost:35755/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:35755 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-1 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-3 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-2 17 > GET http://localhost:35755/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:35755 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-0 16 > GET http://localhost:35755/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:35755 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-1 18 > GET http://localhost:35755/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:35755 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-3 19 > GET http://localhost:35755/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:35755 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-2 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-1 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-3 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-0 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-1 20 > GET http://localhost:35755/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:35755 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-1 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 23 Nov 01, 2023 12:11:57 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:35755/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:35755 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:35755/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:35755 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:11:57 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-binding-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-binding-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-binding-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:json-jackson >------------- [INFO] Building jersey-examples-json-jackson 3.0.99-SNAPSHOT [258/292] [INFO] from examples/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 39757 for jersey.config.test.container.port [INFO] Reserved port 39711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Running org.glassfish.jersey.examples.jackson.JacksonTest Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39757] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39757] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/ Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39757] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39757] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39757/ Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39757] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39757] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.267 s -- in org.glassfish.jersey.examples.jackson.JacksonTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Nov 01, 2023 12:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Nov 01, 2023 12:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:12:01 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Nov 01, 2023 12:12:01 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:12:01 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:json-jettison >------------- [INFO] Building jersey-examples-json-jettison 3.0.99-SNAPSHOT [259/292] [INFO] from examples/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jettison --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jettison --- [INFO] Reserved port 45153 for jersey.config.test.container.port [INFO] Reserved port 35545 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/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.examples.jettison.JsonJettisonTest Nov 01, 2023 12:12:02 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:12:02 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:12:02 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:12:02 PM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 12:12:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:12:02 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45153/ Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45153] Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:12:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45153] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in org.glassfish.jersey.examples.jettison.JsonJettisonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jettison --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:json-moxy >--------------- [INFO] Building jersey-examples-json-moxy 3.0.99-SNAPSHOT [260/292] [INFO] from examples/json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 40137 for jersey.config.test.container.port [INFO] Reserved port 42645 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:05 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 [INFO] Running org.glassfish.jersey.examples.jsonmoxy.JsonResourceTest Nov 01, 2023 12:12:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40137/ Nov 01, 2023 12:12:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40137] Nov 01, 2023 12:12:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40137] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40137/ Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40137] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40137] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s -- in org.glassfish.jersey.examples.jsonmoxy.JsonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.055 s -- in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.022 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35755/ Nov 01, 2023 12:12:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35755] Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:12:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35755] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >-------- [INFO] Building jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT [261/292] [INFO] from examples/json-processing-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-processing-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-processing-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-processing-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-processing-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-processing-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-processing-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-processing-webapp --- [INFO] Reserved port 36057 for jersey.config.test.container.port [INFO] Reserved port 46791 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-processing-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache5-connector --- [INFO] Running org.glassfish.jersey.examples.jsonp.JsonProcessingResourceTest Nov 01, 2023 12:12:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36057/json-processing-webapp [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >-- [INFO] Building jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT [27/370] [INFO] from test-framework/providers/inmemory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory --- [INFO] Reserved port 44969 for jersey.config.test.container.port [INFO] Reserved port 36695 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-inmemory --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36057] Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36057] Nov 01, 2023 12:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36057/json-processing-webapp Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36057] Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36057] Nov 01, 2023 12:12:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36057/json-processing-webapp Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36057] Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:12:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36057] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s -- in org.glassfish.jersey.examples.jsonp.JsonProcessingResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-processing-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-processing-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-processing-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:12:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44969/ Nov 01, 2023 12:12:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-processing-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-processing-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-processing-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:json-with-padding >----------- [INFO] Building jersey-examples-json-with-padding 3.0.99-SNAPSHOT [262/292] [INFO] from examples/json-with-padding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-with-padding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-with-padding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-with-padding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-with-padding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-with-padding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-with-padding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-with-padding --- [INFO] Reserved port 37043 for jersey.config.test.container.port [INFO] Reserved port 41153 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-with-padding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >-- [INFO] Building jersey-test-framework-provider-external 3.0.99-SNAPSHOT [28/370] [INFO] from test-framework/providers/external/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-external --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external --- [INFO] Reserved port 45477 for jersey.config.test.container.port [INFO] Reserved port 45777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-external --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] Running org.glassfish.jersey.examples.jsonp.JsonWithPaddingTest Nov 01, 2023 12:12:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37043/ [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:12:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:12:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-external --- [INFO] [INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------ [INFO] Building jersey-container-jdk-http 3.0.99-SNAPSHOT [29/370] [INFO] from containers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http --- Nov 01, 2023 12:12:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37043/ Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jdk-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jdk-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37043/ Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http --- [INFO] Reserved port 39059 for jersey.config.test.container.port [INFO] Reserved port 43657 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37043/ Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37043/ Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:12:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 s -- in org.glassfish.jersey.examples.jsonp.JsonWithPaddingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-with-padding --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest Nov 01, 2023 12:12:15 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:12:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:15 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-with-padding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-with-padding --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >--------- [INFO] Building jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT [263/292] [INFO] from examples/managed-beans-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-beans-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-beans-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-beans-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-beans-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-beans-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-beans-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-beans-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-beans-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-beans-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-beans-webapp --- [INFO] Reserved port 44857 for jersey.config.test.container.port [INFO] Reserved port 32893 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-beans-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-beans-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-beans-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-beans-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-beans-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-beans-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-beans-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:managed-client >------------ [INFO] Building jersey-examples-managed-client 3.0.99-SNAPSHOT [264/292] [INFO] from examples/managed-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client --- [INFO] Reserved port 38571 for jersey.config.test.container.port [INFO] Reserved port 36037 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-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.examples.managedclient.ManagedClientTest Nov 01, 2023 12:12:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38571/ Nov 01, 2023 12:12:19 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:12:19 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:12:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38571] Nov 01, 2023 12:12:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38571] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client --- [INFO] [INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >--------- [INFO] Building jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT [265/292] [INFO] from examples/managed-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-webapp --- [INFO] Reserved port 42621 for jersey.config.test.container.port [INFO] Reserved port 38929 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/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.examples.managedclient.ManagedClientTest Nov 01, 2023 12:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42621/managed-client-webapp [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.525 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest Nov 01, 2023 12:12:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Nov 01, 2023 12:12:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:22 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:39059 Nov 01, 2023 12:12:22 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:12:22 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42621] Nov 01, 2023 12:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42621] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >----- [INFO] Building jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT [266/292] [INFO] from examples/managed-client-simple-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-simple-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-simple-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-simple-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-simple-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-simple-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-simple-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-simple-webapp --- [INFO] Reserved port 38419 for jersey.config.test.container.port [INFO] Reserved port 45363 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-simple-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/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.examples.managedclientsimple.ManagedClientSimpleTest Nov 01, 2023 12:12:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38419/managed-client-simple-webapp Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.102 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:12:25 PM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https context created Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Nov 01, 2023 12:12:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38419] Nov 01, 2023 12:12:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:39059 Nov 01, 2023 12:12:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38419] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s -- in org.glassfish.jersey.examples.managedclientsimple.ManagedClientSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-simple-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-simple-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-simple-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-simple-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-simple-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-simple-webapp --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >----------- [INFO] Building jersey-examples-multipart-webapp 3.0.99-SNAPSHOT [267/292] [INFO] from examples/multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ multipart-webapp --- [INFO] Reserved port 35451 for jersey.config.test.container.port [INFO] Reserved port 45253 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/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.examples.multipart.webapp.MultiPartWebAppTest Nov 01, 2023 12:12:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35451/multipart-webapp Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35451] Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35451] Nov 01, 2023 12:12:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35451/multipart-webapp Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35451] Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:12:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35451] Nov 01, 2023 12:12:28 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:28 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:39059 Nov 01, 2023 12:12:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35451/multipart-webapp Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35451] Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35451] Nov 01, 2023 12:12:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35451/multipart-webapp Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35451] Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35451] Nov 01, 2023 12:12:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35451/multipart-webapp Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35451] Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:12:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35451] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s -- in org.glassfish.jersey.examples.multipart.webapp.MultiPartWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ multipart-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:jersey-micrometer-webapp >------- [INFO] Building jersey-micrometer-example-webapp 3.0.99-SNAPSHOT [268/292] [INFO] from examples/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer-webapp --- [INFO] Reserved port 35867 for jersey.config.test.container.port [INFO] Reserved port 44953 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:31 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.098 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http --- [INFO] Running org.glassfish.jersey.examples.micrometer.MicrometerTest [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jdk-http --- Nov 01, 2023 12:12:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35867/ Nov 01, 2023 12:12:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >-- [INFO] Building jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT [30/370] [INFO] from test-framework/providers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:12:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35867] Nov 01, 2023 12:12:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http --- [INFO] Reserved port 34905 for jersey.config.test.container.port [INFO] Reserved port 37665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35867] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.glassfish.jersey.examples.micrometer.MicrometerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:open-tracing >------------- [INFO] Building jersey-examples-open-tracing 3.0.99-SNAPSHOT [269/292] [INFO] from examples/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ open-tracing --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ open-tracing --- [INFO] Reserved port 40335 for jersey.config.test.container.port [INFO] Reserved port 46673 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest Nov 01, 2023 12:12:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:12:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:40179/ [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ open-tracing --- [INFO] [INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >-------- [INFO] Building jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT [270/292] [INFO] from examples/osgi-helloworld-webapp/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ osgi-helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ osgi-helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ osgi-helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ osgi-helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ osgi-helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ osgi-helloworld-webapp --- [INFO] Reserved port 39749 for jersey.config.test.container.port [INFO] Reserved port 36297 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ osgi-helloworld-webapp --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ osgi-helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ osgi-helloworld-webapp --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT [271/292] [INFO] from examples/osgi-helloworld-webapp/lib-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ lib-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ lib-bundle --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ lib-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ lib-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ lib-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ lib-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ lib-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ lib-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ lib-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ lib-bundle --- [INFO] Reserved port 38741 for jersey.config.test.container.port [INFO] Reserved port 39043 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ lib-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ lib-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ lib-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ lib-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ lib-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ lib-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ lib-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT [272/292] [INFO] from examples/osgi-helloworld-webapp/additional-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ additional-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ additional-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ additional-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ additional-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ additional-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ additional-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ additional-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ additional-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ additional-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ additional-bundle --- [INFO] Reserved port 45389 for jersey.config.test.container.port [INFO] Reserved port 43595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ additional-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ additional-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ additional-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ additional-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ additional-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT [273/292] [INFO] from examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ alternate-version-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ alternate-version-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ alternate-version-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ alternate-version-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ alternate-version-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ alternate-version-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ alternate-version-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ alternate-version-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ alternate-version-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ alternate-version-bundle --- [INFO] Reserved port 44365 for jersey.config.test.container.port [INFO] Reserved port 40895 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ alternate-version-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ alternate-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ alternate-version-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ alternate-version-bundle --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest Nov 01, 2023 12:12:37 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:34905/ Nov 01, 2023 12:12:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ alternate-version-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ alternate-version-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ alternate-version-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT [274/292] [INFO] from examples/osgi-helloworld-webapp/war-bundle/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ war-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ war-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ war-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ war-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ war-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ war-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ war-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ war-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ war-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ war-bundle --- [INFO] Reserved port 36865 for jersey.config.test.container.port [INFO] Reserved port 33063 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ war-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ war-bundle --- [INFO] Packaging webapp [INFO] Assembling webapp [war-bundle] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle] [info] Copying manifest... [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Packaging classes [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ war-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ war-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ war-bundle --- [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ war-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-classes.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ war-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT [275/292] [INFO] from examples/osgi-helloworld-webapp/functional-test/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ functional-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ functional-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ functional-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ functional-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ functional-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ functional-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ functional-test --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- resources:2.6:testResources (default) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ functional-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ functional-test --- [INFO] Reserved port 41345 for jersey.config.test.container.port [INFO] Reserved port 32917 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ functional-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ functional-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ functional-test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ functional-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ functional-test --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >--------- [INFO] Building oauth-client-twitter 3.0.99-SNAPSHOT [276/292] [INFO] from examples/oauth-client-twitter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth-client-twitter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth-client-twitter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth-client-twitter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth-client-twitter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth-client-twitter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth-client-twitter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth-client-twitter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth-client-twitter --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth-client-twitter --- [INFO] Reserved port 39295 for jersey.config.test.container.port [INFO] Reserved port 44501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth-client-twitter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth-client-twitter --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth-client-twitter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth-client-twitter --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:reload >---------------- [INFO] Building jersey-examples-reload 3.0.99-SNAPSHOT [277/292] [INFO] from examples/reload/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:build-classpath (default) @ reload --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.059 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] Wrote classpath file '/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/classpath.properties'. [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (read-project-properties) @ reload --- [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reload --- [INFO] Reserved port 38245 for jersey.config.test.container.port [INFO] Reserved port 35609 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >---- [INFO] Building jersey-container-simple-http 3.0.99-SNAPSHOT [31/370] [INFO] from containers/simple-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-simple-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-simple-http --- [INFO] Resources: [INFO] org/glassfish/jersey/simple/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-simple-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.examples.reload.ReloadTest Nov 01, 2023 12:12:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38245/ [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-simple-http --- [INFO] Reserved port 40641 for jersey.config.test.container.port [INFO] Reserved port 36753 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-simple-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:12:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38245] Nov 01, 2023 12:12:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:12:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:12:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38245] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s -- in org.glassfish.jersey.examples.reload.ReloadTest [INFO] Running org.glassfish.jersey.simple.AsyncTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reload --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:12:43 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:12:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:43 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:43 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:43 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reload --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >----------- [INFO] Building jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT [278/292] [INFO] from examples/rx-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ rx-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ rx-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ rx-client-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ rx-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ rx-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ rx-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ rx-client-webapp --- [INFO] Reserved port 45731 for jersey.config.test.container.port [INFO] Reserved port 38289 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ rx-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/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.examples.rx.RxClientsTest Nov 01, 2023 12:12:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:12:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:12:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. { "visited" : [ { "destination" : "Romania" }, { "destination" : "Equatorial Guinea" }, { "destination" : "El Salvador" }, { "destination" : "Ukraine" }, { "destination" : "Dominican Republic" } ], "recommended" : [ { "destination" : "Rwanda", "forecast" : "Overcast", "price" : 5664 }, { "destination" : "St. Lucia", "forecast" : "Scattered Thunderstorms", "price" : 1946 }, { "destination" : "Sao Tome & Principe", "forecast" : "Chance of Storm", "price" : 4622 }, { "destination" : "Cyprus", "forecast" : "Chance of Snow", "price" : 7853 }, { "destination" : "The Netherlands", "forecast" : "Showers", "price" : 6879 } ], "processingTime" : 860 } Processing Time: 860 Nov 01, 2023 12:12:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:12:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:12:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:12:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:12:48 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:48 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 { "visited" : [ { "destination" : "Serbia" }, { "destination" : "El Salvador" }, { "destination" : "Taiwan" }, { "destination" : "Sierra Leone" }, { "destination" : "Uganda" } ], "recommended" : [ { "destination" : "Belgium", "forecast" : "Scattered Showers", "price" : 6293 }, { "destination" : "Moldova", "forecast" : "Haze", "price" : 6275 }, { "destination" : "Fiji", "forecast" : "Icy", "price" : 4323 }, { "destination" : "Panama", "forecast" : "Icy", "price" : 8059 }, { "destination" : "Antigua & Barbuda", "forecast" : "Dust", "price" : 6419 } ], "processingTime" : 944 } Processing Time: 944 Nov 01, 2023 12:12:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:12:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:12:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:12:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. { "visited" : [ { "destination" : "Angola" }, { "destination" : "Kazakhstan" }, { "destination" : "Oman" }, { "destination" : "Mexico" }, { "destination" : "Trinidad & Tobago" } ], "recommended" : [ { "destination" : "Iran", "forecast" : "Scattered Thunderstorms", "price" : 5526 }, { "destination" : "United Arab Emirates", "forecast" : "Hail", "price" : 8985 }, { "destination" : "Guinea-Bissau", "forecast" : "Fog", "price" : 6594 }, { "destination" : "Mauritania", "forecast" : "Sleet", "price" : 2953 }, { "destination" : "Qatar", "forecast" : "Freezing Drizzle", "price" : 5403 } ], "processingTime" : 861 } Processing Time: 861 Nov 01, 2023 12:12:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:12:51 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.848 s -- in org.glassfish.jersey.simple.AsyncTest [INFO] Running org.glassfish.jersey.simple.TraceTest Nov 01, 2023 12:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:51 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:12:51 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:51 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:51 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:12:51 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:12:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:12:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-37): EXECUTE_ACTION -> 16 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-37): ACCEPT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 199 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE_BUFFER -> 69 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE -> 69 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-42): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-42): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:40641] (ActionDistributor: Thread-47): EXECUTE_ACTION -> 16 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-47): ACCEPT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:52 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:53 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 { "visited" : [ { "destination" : "Croatia" }, { "destination" : "Costa Rica" }, { "destination" : "Uzbekistan" }, { "destination" : "Tajikistan" }, { "destination" : "Macedonia" } ], "recommended" : [ { "destination" : "Bhutan", "forecast" : "Cloudy", "price" : 6177 }, { "destination" : "Somalia", "forecast" : "Sleet", "price" : 4998 }, { "destination" : "East Timor", "forecast" : "Mist", "price" : 4062 }, { "destination" : "New Zealand", "forecast" : "Smoke", "price" : 7133 }, { "destination" : "Latvia", "forecast" : "Mostly Sunny", "price" : 2696 } ], "processingTime" : 924 } Processing Time: 924 Nov 01, 2023 12:12:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:12:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 12:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:12:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:54 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:55 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 159 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Host: localhost:40641 Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:12:56 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:40641 remote=/127.0.0.1:55992] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.344 s -- in org.glassfish.jersey.simple.TraceTest [INFO] Running org.glassfish.jersey.simple.ParallelTest Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:40641/ Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.glassfish.jersey.simple.ParallelTest [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.simple.LifecycleListenerTest [INFO] Running org.glassfish.jersey.simple.OptionsTest Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.simple.OptionsTest [INFO] Running org.glassfish.jersey.simple.ExceptionTest Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:40641 Nov 01, 2023 12:12:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.simple.ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-simple-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >-- [INFO] Building jersey-test-framework-provider-simple 3.0.99-SNAPSHOT [32/370] [INFO] from test-framework/providers/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-simple --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple --- [INFO] Reserved port 35311 for jersey.config.test.container.port [INFO] Reserved port 41167 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-simple --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/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.test.simple.SimpleContainerTest Nov 01, 2023 12:12:59 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:35311/ Nov 01, 2023 12:12:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest [INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest Nov 01, 2023 12:13:00 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Nov 01, 2023 12:13:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:00 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:37737/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 3.0.99-SNAPSHOT [33/370] [INFO] from connectors/netty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-netty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-netty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/netty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-netty-connector --- [INFO] Reserved port 43747 for jersey.config.test.container.port [INFO] Reserved port 46581 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-netty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/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.netty.connector.NoEntityTest Nov 01, 2023 12:13:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. { "visited" : [ { "destination" : "Chad" }, { "destination" : "Burundi" }, { "destination" : "Korea North" }, { "destination" : "Fiji" }, { "destination" : "Italy" } ], "recommended" : [ { "destination" : "Saudi Arabia", "forecast" : "Hail", "price" : 3638 }, { "destination" : "Rwanda", "forecast" : "Scattered Thunderstorms", "price" : 4021 }, { "destination" : "Brazil", "forecast" : "Light Rain", "price" : 8985 }, { "destination" : "Kenya", "forecast" : "Overcast", "price" : 7644 }, { "destination" : "Tonga", "forecast" : "Clear", "price" : 2594 } ], "processingTime" : 4531 } Processing Time: 4531 Nov 01, 2023 12:13:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.86 s -- in org.glassfish.jersey.examples.rx.RxClientsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ rx-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ rx-client-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.ParallelTest Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Nov 01, 2023 12:13:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:13:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ rx-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ rx-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ rx-client-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:server-async >------------- [INFO] Building jersey-examples-server-async 3.0.99-SNAPSHOT [279/292] [INFO] from examples/server-async/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async --- [INFO] Reserved port 36565 for jersey.config.test.container.port [INFO] Reserved port 40071 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. [INFO] Running org.glassfish.jersey.examples.server.async.AsyncResourceTest Nov 01, 2023 12:13:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36565/ Nov 01, 2023 12:13:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36565] Nov 01, 2023 12:13:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3505b0be on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@297306ee on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32132e34 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c0a51d3 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32132e34 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@297306ee scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35f6d8f9 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35f6d8f9 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e0cbd31 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3505b0be scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6970cf92 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c468f1b on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@664eb24b on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c0a51d3 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@381447ff on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <70> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <58> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <23> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <11> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c468f1b scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32132e34 with a message <23> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6970cf92 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@297306ee with a message <70> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e0cbd31 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3505b0be with a message <58> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@664eb24b scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c0a51d3 with a message <11> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7282a59d on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <88> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <56> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <03> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e0cbd31 with a message <03> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5073693f on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247d69a6 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c1fb5e9 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@381447ff scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35f6d8f9 with a message <56> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c1fb5e9 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6970cf92 with a message <88> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@536631a3 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7282a59d scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <50> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <99> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4af16270 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@536631a3 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <64> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bd0aad6 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@381447ff with a message <64> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@664eb24b with a message <99> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <38> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7282a59d with a message <38> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <30> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c1fb5e9 with a message <30> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c468f1b with a message <50> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247d69a6 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5073693f scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6983b245 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4af16270 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <66> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bd0aad6 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4220305a on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46673b4c on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6983b245 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2029fa94 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@477b8994 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247d69a6 with a message <66> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <44> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <59> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <08> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4af16270 with a message <08> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46673b4c scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bd0aad6 with a message <59> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@536631a3 with a message <44> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4220305a scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78399466 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a4ecddb on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@203262ab on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <05> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2029fa94 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b43dd03 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <80> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <26> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@477b8994 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <28> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5073693f with a message <05> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6e7943e4 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@203262ab scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46673b4c with a message <28> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a4ecddb scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4220305a with a message <26> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <63> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2029fa94 with a message <63> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b43dd03 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78399466 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6983b245 with a message <80> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fa64bb4 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7061d2e7 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <83> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <90> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6e7943e4 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@477b8994 with a message <83> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fa64bb4 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78399466 with a message <90> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <52> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40a56fd on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7061d2e7 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a4ecddb with a message <52> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5bd393c3 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <02> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <09> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40a56fd scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@203262ab with a message <02> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <72> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b43dd03 with a message <09> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@557738da on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5bd393c3 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6e7943e4 with a message <72> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@371e5bed on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4cfdf925 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <54> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@371e5bed scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@424023c8 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4cfdf925 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <87> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fa64bb4 with a message <54> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <33> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <73> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f963bdf on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <27> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@557738da scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7061d2e7 with a message <87> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <17> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39fd356e on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39fd356e scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@371e5bed with a message <27> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5332cd48 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f963bdf scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5bd393c3 with a message <73> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@424023c8 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40a56fd with a message <33> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77f0c2a9 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14ace146 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5332cd48 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <36> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <21> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4cfdf925 with a message <17> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14ace146 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@424023c8 with a message <21> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c79d08f on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <19> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77f0c2a9 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f64f2ab on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <42> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39fd356e with a message <42> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <98> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5332cd48 with a message <98> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@558ff341 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@557738da with a message <36> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2acd1fe7 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <40> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <22> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@558ff341 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f64f2ab scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <67> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f963bdf with a message <19> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c79d08f scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c79d08f with a message <67> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14ace146 with a message <22> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2acd1fe7 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77f0c2a9 with a message <40> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dc7ccf6 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <62> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <01> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <49> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2acd1fe7 with a message <49> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@558ff341 with a message <01> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9f8c05a on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f64f2ab with a message <62> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dc7ccf6 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9f8c05a scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a6595ba on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61f26e5b on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <12> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61f26e5b scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a6595ba scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <97> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31f4714e on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e4bbc34 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dc7ccf6 with a message <12> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <07> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e4bbc34 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31f4714e scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9f8c05a with a message <97> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a6f2491 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a6595ba with a message <07> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bbd06a7 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33b2257 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bbd06a7 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <39> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a6f2491 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33b2257 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61f26e5b with a message <39> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b527931 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47e04ae2 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <43> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e92a6d9 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <74> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <29> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47e04ae2 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a6f2491 with a message <29> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e92a6d9 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b527931 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31f4714e with a message <43> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e4bbc34 with a message <74> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <81> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@69205cb6 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <32> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <18> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b527931 with a message <18> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <79> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <84> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ff2e419 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <60> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ff2e419 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e92a6d9 with a message <60> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@69205cb6 with a message <79> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bbd06a7 with a message <81> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <15> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <04> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <13> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <85> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@69205cb6 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47e04ae2 with a message <84> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33b2257 with a message <32> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <37> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <31> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <45> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34ad4bb1 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34ad4bb1 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34ad4bb1 with a message <04> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <68> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ff2e419 with a message <15> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <16> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <76> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <14> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51becfe1 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e6686c4 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <95> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51becfe1 with a message <85> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51becfe1 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <93> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@418cc52f on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e6686c4 with a message <13> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e6686c4 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@418cc52f scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <71> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <10> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <00> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <96> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@418cc52f with a message <37> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@213f8269 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <47> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cb9255 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@213f8269 with a message <31> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cb9255 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4202c0e1 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@509b8507 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2398260f on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4202c0e1 with a message <68> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4202c0e1 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44ffb919 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44ffb919 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cb9255 with a message <45> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@213f8269 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <57> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@509b8507 with a message <14> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@509b8507 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44ffb919 with a message <76> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2398260f with a message <16> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@358e851b on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <48> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@358e851b with a message <95> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2398260f scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@765d58e4 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@358e851b scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <78> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5822b4ba on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <61> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252e9aa5 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252e9aa5 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5822b4ba with a message <71> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@765d58e4 with a message <93> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a79f911 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39318d10 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a79f911 with a message <00> on thread fire&forget-chat-resource-executor-10. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <75> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5822b4ba scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@765d58e4 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39318d10 with a message <96> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39318d10 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65dcba9e on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d7be2cc on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a79f911 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d7be2cc with a message <47> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <53> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252e9aa5 with a message <10> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5d3491d on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <94> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <20> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d7be2cc scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5d3491d with a message <57> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@48f50ec5 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@48f50ec5 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5d3491d scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e0154b7 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@48f50ec5 with a message <78> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e0154b7 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b551db5 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65dcba9e with a message <48> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65dcba9e scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5cd2f04d on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f04d9f6 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <92> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b551db5 with a message <75> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b551db5 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e0154b7 with a message <61> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <34> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d350091 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@524e39c8 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f04d9f6 with a message <94> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d350091 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@524e39c8 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <51> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f04d9f6 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5cd2f04d with a message <53> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5cd2f04d scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a3fe18a on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@524e39c8 with a message <92> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a3fe18a scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d350091 with a message <20> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d9572a on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <25> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d9572a with a message <51> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d9572a scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@285100e5 on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <46> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f5b34ad on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a3fe18a with a message <34> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f5b34ad with a message <46> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f5b34ad scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <35> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <91> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <89> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@285100e5 with a message <25> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@285100e5 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d54d408 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d4a193d on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d54d408 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d4a193d with a message <91> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <86> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d4a193d scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d54d408 with a message <35> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <41> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <77> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <82> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e111d94 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@63cacd3a on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e111d94 with a message <89> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@63cacd3a with a message <86> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2e111d94 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <65> on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7db77241 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7db77241 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <55> on thread grizzly-http-server-1. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17e3aac9 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@63cacd3a scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17e3aac9 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d1ffcc on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7db77241 with a message <65> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <69> on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17e3aac9 with a message <77> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70af7205 on thread grizzly-http-server-0. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <24> on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d1ffcc with a message <24> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34c04184 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e895827 on thread grizzly-http-server-2. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e895827 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@295e35d0 on thread grizzly-http-server-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@295e35d0 scheduled for resume. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e895827 with a message <41> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28d1ffcc scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <06> on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34c04184 with a message <69> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34c04184 scheduled for resume. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@295e35d0 with a message <55> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70af7205 with a message <82> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70af7205 scheduled for resume. Nov 01, 2023 12:13:08 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c298e8c on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c298e8c scheduled for resume. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c298e8c with a message <06> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message sent POST response for message 01: Message sent POST response for message 02: Message sent POST response for message 03: Message sent POST response for message 04: Message sent POST response for message 05: Message sent POST response for message 06: Message sent POST response for message 07: Message sent POST response for message 08: Message sent POST response for message 09: Message sent POST response for message 10: Message sent POST response for message 11: Message sent POST response for message 12: Message sent POST response for message 13: Message sent POST response for message 14: Message sent POST response for message 15: Message sent POST response for message 16: Message sent POST response for message 17: Message sent POST response for message 18: Message sent POST response for message 19: Message sent POST response for message 20: Message sent POST response for message 21: Message sent POST response for message 22: Message sent POST response for message 23: Message sent POST response for message 24: Message sent POST response for message 25: Message sent POST response for message 26: Message sent POST response for message 27: Message sent POST response for message 28: Message sent POST response for message 29: Message sent POST response for message 30: Message sent POST response for message 31: Message sent POST response for message 32: Message sent POST response for message 33: Message sent POST response for message 34: Message sent POST response for message 35: Message sent POST response for message 36: Message sent POST response for message 37: Message sent POST response for message 38: Message sent POST response for message 39: Message sent POST response for message 40: Message sent POST response for message 41: Message sent POST response for message 42: Message sent POST response for message 43: Message sent POST response for message 44: Message sent POST response for message 45: Message sent POST response for message 46: Message sent POST response for message 47: Message sent POST response for message 48: Message sent POST response for message 49: Message sent POST response for message 50: Message sent POST response for message 51: Message sent POST response for message 52: Message sent POST response for message 53: Message sent POST response for message 54: Message sent POST response for message 55: Message sent POST response for message 56: Message sent POST response for message 57: Message sent POST response for message 58: Message sent POST response for message 59: Message sent POST response for message 60: Message sent POST response for message 61: Message sent POST response for message 62: Message sent POST response for message 63: Message sent POST response for message 64: Message sent POST response for message 65: Message sent POST response for message 66: Message sent POST response for message 67: Message sent POST response for message 68: Message sent POST response for message 69: Message sent POST response for message 70: Message sent POST response for message 71: Message sent POST response for message 72: Message sent POST response for message 73: Message sent POST response for message 74: Message sent POST response for message 75: Message sent POST response for message 76: Message sent POST response for message 77: Message sent POST response for message 78: Message sent POST response for message 79: Message sent POST response for message 80: Message sent POST response for message 81: Message sent POST response for message 82: Message sent POST response for message 83: Message sent POST response for message 84: Message sent POST response for message 85: Message sent POST response for message 86: Message sent POST response for message 87: Message sent POST response for message 88: Message sent POST response for message 89: Message sent POST response for message 90: Message sent POST response for message 91: Message sent POST response for message 92: Message sent POST response for message 93: Message sent POST response for message 94: Message sent POST response for message 95: Message sent POST response for message 96: Message sent POST response for message 97: Message sent POST response for message 98: Message sent POST response for message 99: Message sent GET responses received: 100 GET response for message 00: 76 GET response for message 01: 09 GET response for message 02: 82 GET response for message 03: 72 GET response for message 04: 73 GET response for message 05: 52 GET response for message 06: 53 GET response for message 07: 84 GET response for message 08: 63 GET response for message 09: 60 GET response for message 10: 79 GET response for message 11: 51 GET response for message 12: 91 GET response for message 13: 46 GET response for message 14: 28 GET response for message 15: 50 GET response for message 16: 69 GET response for message 17: 94 GET response for message 18: 44 GET response for message 19: 95 GET response for message 20: 32 GET response for message 21: 36 GET response for message 22: 14 GET response for message 23: 24 GET response for message 24: 40 GET response for message 25: 00 GET response for message 26: 64 GET response for message 27: 30 GET response for message 28: 12 GET response for message 29: 66 GET response for message 30: 25 GET response for message 31: 17 GET response for message 32: 75 GET response for message 33: 49 GET response for message 34: 92 GET response for message 35: 33 GET response for message 36: 90 GET response for message 37: 05 GET response for message 38: 98 GET response for message 39: 37 GET response for message 40: 18 GET response for message 41: 19 GET response for message 42: 87 GET response for message 43: 55 GET response for message 44: 21 GET response for message 45: 29 GET response for message 46: 38 GET response for message 47: 02 GET response for message 48: 74 GET response for message 49: 89 GET response for message 50: 04 GET response for message 51: 83 GET response for message 52: 67 GET response for message 53: 81 GET response for message 54: 59 GET response for message 55: 22 GET response for message 56: 85 GET response for message 57: 93 GET response for message 58: 31 GET response for message 59: 11 GET response for message 60: 70 GET response for message 61: 54 GET response for message 62: 39 GET response for message 63: 41 GET response for message 64: 68 GET response for message 65: 96 GET response for message 66: 23 GET response for message 67: 43 GET response for message 68: 61 GET response for message 69: 71 GET response for message 70: 45 GET response for message 71: 16 GET response for message 72: 99 GET response for message 73: 20 GET response for message 74: 10 GET response for message 75: 03 GET response for message 76: 56 GET response for message 77: 97 GET response for message 78: 35 GET response for message 79: 27 GET response for message 80: 65 GET response for message 81: 88 GET response for message 82: 62 GET response for message 83: 80 GET response for message 84: 58 GET response for message 85: 78 GET response for message 86: 15 GET response for message 87: 42 GET response for message 88: 01 GET response for message 89: 08 GET response for message 90: 57 GET response for message 91: 06 GET response for message 92: 77 GET response for message 93: 86 GET response for message 94: 26 GET response for message 95: 47 GET response for message 96: 07 GET response for message 97: 34 GET response for message 98: 13 GET response for message 99: 48 Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36565] Nov 01, 2023 12:13:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36565/ Nov 01, 2023 12:13:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36565] Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.164 s -- in org.glassfish.jersey.netty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.netty.connector.BufferedTest Nov 01, 2023 12:13:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.netty.connector.BufferedTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@218dea48 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c28460d on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21b6a7ee on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@608badd5 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <67> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c28460d on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16d02d7d on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d149d9a on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21b6a7ee with a message 67 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <75> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@218dea48 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <76> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16d02d7d on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10e62922 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f337103 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62cb57ab on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <18> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10e62922 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <73> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@608badd5 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d149d9a with a message 76 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51a129f6 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <64> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51a129f6 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d7ca5e5 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5bbfdc50 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5bbfdc50 with a message 75 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55783957 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <68> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55783957 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5147b720 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1445336c on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <70> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5147b720 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@251b0519 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@251b0519 with a message 73 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4989582d on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@746acc23 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <72> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4989582d on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62cb57ab with a message 18 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75e7354a on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ INFO: POSTed message <86> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75e7354a on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Received POST <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33fd5e8c on thread grizzly-http-server-1. Suspending the context. INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41a21507 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a2cfd24 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2196cdf8 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <71> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33fd5e8c on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <65> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f337103 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ee3bbb6 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5146e363 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41a21507 with a message 68 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <74> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1445336c on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@528d9156 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d7ca5e5 with a message 64 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@528d9156 with a message 72 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <69> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@746acc23 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c813b6a on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a4529a on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7aba9e62 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7aba9e62 with a message 86 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4403b742 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37b381d8 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ee3bbb6 with a message 74 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16d2f8e6 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ce165fc on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <63> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5146e363 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ce165fc with a message 65 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a2cfd24 with a message 70 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24baa2b1 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <14> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a4529a on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3259f4d6 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4560a9e4 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16d2f8e6 with a message 69 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4560a9e4 with a message 63 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <78> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c813b6a on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@285fd432 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <66> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4403b742 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@285fd432 with a message 66 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@590144a2 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3259f4d6 with a message 78 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <77> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2196cdf8 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d7a0ca2 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37b381d8 with a message 71 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d7a0ca2 with a message 14 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2645ba49 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2645ba49 with a message 60 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@741a17e8 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e73c9ee on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2483f410 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@750ed445 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <91> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@590144a2 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <60> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24baa2b1 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@985fd1 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64ec56ed on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@750ed445 with a message 79 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26780848 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14379da8 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@741a17e8 with a message 91 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e73c9ee with a message 77 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <57> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64ec56ed on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2483f410 with a message 57 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <79> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@985fd1 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14379da8 with a message 58 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1827bdea on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3244e006 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <58> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26780848 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eaae9f on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45eca804 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@613396b8 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65c5ad50 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <55> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@613396b8 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <09> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5282544c on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f76cbb9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <09> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5282544c on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41445357 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45eca804 with a message 09 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f2a4f00 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@426b0bc6 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1827bdea with a message 12 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <59> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41445357 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@97630e5 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <56> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@97630e5 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <12> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65c5ad50 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@426b0bc6 with a message 93 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3244e006 with a message 55 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fe1b811 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <50> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fe1b811 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58b9f902 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <93> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f2a4f00 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10a6ff1a on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eaae9f with a message 61 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@612bdaaf on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <80> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10a6ff1a on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@612bdaaf with a message 56 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c44dbc5 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <61> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f76cbb9 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5a2bcdfa on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3854ea7b on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@640d29b0 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <54> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@640d29b0 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@18d8d9fd on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58b9f902 with a message 59 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <51> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c44dbc5 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c5c8851 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5838de9e on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@18d8d9fd with a message 80 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5838de9e with a message 54 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@56f38f27 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7fc1a4ac on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73ebbdda on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <52> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7fc1a4ac on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <62> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3854ea7b on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4caaffaa on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c76a36c on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5a2bcdfa with a message 50 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4caaffaa with a message 51 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73ebbdda with a message 62 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <82> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@56f38f27 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60d98e1d on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@177123 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e90b4ca on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <81> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c5c8851 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e90b4ca with a message 52 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60d98e1d with a message 81 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49273c34 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <00> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@20c241a8 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <00> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@20c241a8 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <53> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c76a36c on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@52d465d8 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@52d465d8 with a message 53 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@36ca9f09 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22147000 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@177123 with a message 82 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3b8760c9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49273c34 with a message 00 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e51b0f9 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@345ce5fe on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@152c1f0e on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <49> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3b8760c9 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@455c7d1d on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@aa27a13 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e60e5ae on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22147000 with a message 48 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <48> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@455c7d1d on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406246d7 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@36ca9f09 with a message 43 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@152c1f0e with a message 46 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bc7b991 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@301caa92 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <43> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@345ce5fe on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e51b0f9 with a message 49 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5998123e on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a525299 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@aa27a13 with a message 44 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@292e43a5 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a0e206b on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <42> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a0e206b on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f135d82 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <83> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f135d82 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3683b3bc on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6debfda2 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <40> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6debfda2 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66ed950c on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <39> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66ed950c on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78127c85 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78127c85 with a message 39 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4aa688c8 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40693165 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <36> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40693165 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a7c9dbd on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <34> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4aa688c8 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a7c9dbd with a message 34 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <44> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406246d7 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <01> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cb001bc on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <46> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e60e5ae on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77a1ab1f on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <01> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cb001bc on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cb1b5cb on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a525299 with a message 36 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62aea96 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1910033c on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <47> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3683b3bc on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <41> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5998123e on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@292e43a5 with a message 40 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@301caa92 with a message 83 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bc7b991 with a message 42 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6339cd22 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6339cd22 with a message 41 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@313f6b6c on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1054d825 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <35> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1910033c on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cb1b5cb with a message 47 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <45> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77a1ab1f on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f7f1a1f on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@758f54d2 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@758f54d2 with a message 01 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c858672 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3614f68c on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <33> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1054d825 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@777257eb on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <30> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@313f6b6c on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <98> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f7f1a1f on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@777257eb with a message 45 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <84> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3614f68c on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f5c0506 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@531d6beb on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f5c0506 with a message 35 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c858672 with a message 30 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32a19b12 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@291edbc4 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <37> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62aea96 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <28> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@291edbc4 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@780ff221 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78b1fa2b on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <27> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@780ff221 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d272fc4 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <26> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78b1fa2b on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78cb1486 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7717082b on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30b3998e on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32a19b12 with a message 84 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <25> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d272fc4 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@531d6beb with a message 33 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@775bc265 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d7b7bc4 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@775bc265 with a message 28 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@666aea94 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f6d7711 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <23> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f6d7711 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4625adfb on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@107245c3 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <21> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@107245c3 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@622c6d53 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a763358 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a763358 with a message 29 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43179c99 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <38> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43179c99 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7218e025 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <29> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30b3998e on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1939d1e8 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7717082b with a message 37 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78cb1486 with a message 98 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67659544 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4625adfb with a message 26 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c6b130f on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67659544 with a message 25 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <22> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@666aea94 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <20> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7218e025 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <24> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@622c6d53 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eb82b4 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d7b7bc4 with a message 27 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b727c59 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c6b130f with a message 23 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32c8e7fc on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28fc8fd3 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eb82b4 with a message 21 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@420ecd64 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@32c8e7fc with a message 38 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@622e51c1 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f0f31fc on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@622e51c1 with a message 20 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <32> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1939d1e8 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24cdb31b on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e489dbb on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <85> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28fc8fd3 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c6b7b14 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7abf1a16 on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7abf1a16 with a message 32 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <17> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f0f31fc on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@326721ac on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b727c59 with a message 22 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@326721ac with a message 31 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@346166cd on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9699462 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c6b7b14 with a message 24 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <16> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e489dbb on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c0da022 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <31> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24cdb31b on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c0da022 with a message 85 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19596cd7 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <87> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9699462 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d0272e8 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19596cd7 with a message 17 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <19> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@346166cd on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50c5418c on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@8aea4a5 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e7e80bf on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@8aea4a5 with a message 87 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77d1235b on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <13> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50c5418c on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d0272e8 with a message 19 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e7e80bf with a message 13 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@325e7347 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <15> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@325e7347 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60338e0f on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@420ecd64 with a message 16 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e53a03d on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <90> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60338e0f on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <89> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77d1235b on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c1354cc on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5fcf92c9 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5fcf92c9 with a message 89 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4557db06 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a807aa4 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b1e11b9 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <88> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e53a03d on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9195668 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9195668 with a message 90 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <10> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b1e11b9 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c1354cc with a message 15 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4557db06 with a message 88 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a807aa4 with a message 10 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f26ea3 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <08> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64355954 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <08> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64355954 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25b0cade on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25b0cade with a message 11 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <07> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@598f6b91 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <07> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@598f6b91 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40437f5e on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40437f5e with a message 08 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6874ebd9 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45a5ab00 on thread grizzly-http-server-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6874ebd9 with a message 07 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389a379e on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bb5fca2 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <05> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38d3b49d on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45a5ab00 with a message 92 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@429b334a on thread grizzly-http-server-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <11> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f26ea3 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@429b334a with a message 05 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <05> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38d3b49d on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ef271fb on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <92> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389a379e on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <06> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d37acc1 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@418739 on thread grizzly-http-server-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ef271fb with a message 06 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f469915 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54a4be2c on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <94> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54a4be2c on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <02> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@494470ea on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59858ca7 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62b028b3 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1314af17 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@79bd5ebf on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ca8159b on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6fbe510d on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59e437fa on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4abfc2df on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <03> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5438bae1 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f469915 with a message 95 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <96> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6fbe510d on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@79bd5ebf with a message 96 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ca8159b with a message 02 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <04> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ba93094 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <02> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@494470ea on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bdc0d34 on thread grizzly-http-server-0. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <04> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ba93094 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <99> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4abfc2df on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59858ca7 with a message 97 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <03> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5438bae1 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <97> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1314af17 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <95> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62b028b3 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bb5fca2 with a message 94 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <06> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d37acc1 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@418739 with a message 03 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bdc0d34 with a message 99 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59e437fa with a message 04 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 12:13:09 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message stored. POST response for message 01: Message stored. POST response for message 02: Message stored. POST response for message 03: Message stored. POST response for message 04: Message stored. POST response for message 05: Message stored. POST response for message 06: Message stored. POST response for message 07: Message stored. POST response for message 08: Message stored. POST response for message 09: Message stored. POST response for message 10: Message stored. POST response for message 11: Message stored. POST response for message 12: Message stored. POST response for message 13: Message stored. POST response for message 14: Message stored. POST response for message 15: Message stored. POST response for message 16: Message stored. POST response for message 17: Message stored. POST response for message 18: Message stored. POST response for message 19: Message stored. POST response for message 20: Message stored. POST response for message 21: Message stored. POST response for message 22: Message stored. POST response for message 23: Message stored. POST response for message 24: Message stored. POST response for message 25: Message stored. POST response for message 26: Message stored. POST response for message 27: Message stored. POST response for message 28: Message stored. POST response for message 29: Message stored. POST response for message 30: Message stored. POST response for message 31: Message stored. POST response for message 32: Message stored. POST response for message 33: Message stored. POST response for message 34: Message stored. POST response for message 35: Message stored. POST response for message 36: Message stored. POST response for message 37: Message stored. POST response for message 38: Message stored. POST response for message 39: Message stored. POST response for message 40: Message stored. POST response for message 41: Message stored. POST response for message 42: Message stored. POST response for message 43: Message stored. POST response for message 44: Message stored. POST response for message 45: Message stored. POST response for message 46: Message stored. POST response for message 47: Message stored. POST response for message 48: Message stored. POST response for message 49: Message stored. POST response for message 50: Message stored. POST response for message 51: Message stored. POST response for message 52: Message stored. POST response for message 53: Message stored. POST response for message 54: Message stored. POST response for message 55: Message stored. POST response for message 56: Message stored. POST response for message 57: Message stored. POST response for message 58: Message stored. POST response for message 59: Message stored. POST response for message 60: Message stored. POST response for message 61: Message stored. POST response for message 62: Message stored. POST response for message 63: Message stored. POST response for message 64: Message stored. POST response for message 65: Message stored. POST response for message 66: Message stored. POST response for message 67: Message stored. POST response for message 68: Message stored. POST response for message 69: Message stored. POST response for message 70: Message stored. POST response for message 71: Message stored. POST response for message 72: Message stored. POST response for message 73: Message stored. POST response for message 74: Message stored. POST response for message 75: Message stored. POST response for message 76: Message stored. POST response for message 77: Message stored. POST response for message 78: Message stored. POST response for message 79: Message stored. POST response for message 80: Message stored. POST response for message 81: Message stored. POST response for message 82: Message stored. POST response for message 83: Message stored. POST response for message 84: Message stored. POST response for message 85: Message stored. POST response for message 86: Message stored. POST response for message 87: Message stored. POST response for message 88: Message stored. POST response for message 89: Message stored. POST response for message 90: Message stored. POST response for message 91: Message stored. POST response for message 92: Message stored. POST response for message 93: Message stored. POST response for message 94: Message stored. POST response for message 95: Message stored. POST response for message 96: Message stored. POST response for message 97: Message stored. POST response for message 98: Message stored. POST response for message 99: Message stored. GET responses received: 100 GET response for message 00: 70 GET response for message 01: 95 GET response for message 02: 99 GET response for message 03: 03 GET response for message 04: 05 GET response for message 05: 06 GET response for message 06: 08 GET response for message 07: 11 GET response for message 08: 07 GET response for message 09: 58 GET response for message 10: 10 GET response for message 11: 15 GET response for message 12: 19 GET response for message 13: 13 GET response for message 14: 86 GET response for message 15: 64 GET response for message 16: 17 GET response for message 17: 22 GET response for message 18: 16 GET response for message 19: 31 GET response for message 20: 23 GET response for message 21: 25 GET response for message 22: 28 GET response for message 23: 85 GET response for message 24: 37 GET response for message 25: 26 GET response for message 26: 84 GET response for message 27: 27 GET response for message 28: 45 GET response for message 29: 30 GET response for message 30: 20 GET response for message 31: 33 GET response for message 32: 98 GET response for message 33: 35 GET response for message 34: 47 GET response for message 35: 01 GET response for message 36: 39 GET response for message 37: 36 GET response for message 38: 41 GET response for message 39: 21 GET response for message 40: 42 GET response for message 41: 40 GET response for message 42: 51 GET response for message 43: 46 GET response for message 44: 53 GET response for message 45: 44 GET response for message 46: 48 GET response for message 47: 83 GET response for message 48: 81 GET response for message 49: 82 GET response for message 50: 49 GET response for message 51: 50 GET response for message 52: 43 GET response for message 53: 52 GET response for message 54: 61 GET response for message 55: 09 GET response for message 56: 56 GET response for message 57: 57 GET response for message 58: 63 GET response for message 59: 93 GET response for message 60: 71 GET response for message 61: 59 GET response for message 62: 55 GET response for message 63: 68 GET response for message 64: 18 GET response for message 65: 76 GET response for message 66: 69 GET response for message 67: 67 GET response for message 68: 60 GET response for message 69: 74 GET response for message 70: 73 GET response for message 71: 54 GET response for message 72: 62 GET response for message 73: 75 GET response for message 74: 78 GET response for message 75: 14 GET response for message 76: 72 GET response for message 77: 66 GET response for message 78: 91 GET response for message 79: 77 GET response for message 80: 79 GET response for message 81: 12 GET response for message 82: 00 GET response for message 83: 24 GET response for message 84: 29 GET response for message 85: 38 GET response for message 86: 65 GET response for message 87: 32 GET response for message 88: 89 GET response for message 89: 87 GET response for message 90: 88 GET response for message 91: 92 GET response for message 92: 90 GET response for message 93: 94 GET response for message 94: 80 GET response for message 95: 04 GET response for message 96: 97 GET response for message 97: 34 GET response for message 98: 02 GET response for message 99: 96 Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36565] Nov 01, 2023 12:13:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36565/ Nov 01, 2023 12:13:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36565] Nov 01, 2023 12:13:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:13:10 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 00: Hello async world! GET response for message 01: Hello async world! GET response for message 02: Hello async world! GET response for message 03: Hello async world! GET response for message 04: Hello async world! GET response for message 05: Hello async world! GET response for message 06: Hello async world! GET response for message 07: Hello async world! GET response for message 08: Hello async world! GET response for message 09: Hello async world! GET response for message 10: Hello async world! GET response for message 11: Hello async world! GET response for message 12: Hello async world! GET response for message 13: Hello async world! GET response for message 14: Hello async world! GET response for message 15: Hello async world! GET response for message 16: Hello async world! GET response for message 17: Hello async world! GET response for message 18: Hello async world! GET response for message 19: Hello async world! GET response for message 20: Hello async world! GET response for message 21: Hello async world! GET response for message 22: Hello async world! GET response for message 23: Hello async world! GET response for message 24: Hello async world! GET response for message 25: Hello async world! GET response for message 26: Hello async world! GET response for message 27: Hello async world! GET response for message 28: Hello async world! GET response for message 29: Hello async world! GET response for message 30: Hello async world! GET response for message 31: Hello async world! GET response for message 32: Hello async world! GET response for message 33: Hello async world! GET response for message 34: Hello async world! GET response for message 35: Hello async world! GET response for message 36: Hello async world! GET response for message 37: Hello async world! GET response for message 38: Hello async world! GET response for message 39: Hello async world! GET response for message 40: Hello async world! GET response for message 41: Hello async world! GET response for message 42: Hello async world! GET response for message 43: Hello async world! GET response for message 44: Hello async world! GET response for message 45: Hello async world! GET response for message 46: Hello async world! GET response for message 47: Hello async world! GET response for message 48: Hello async world! GET response for message 49: Hello async world! GET response for message 50: Hello async world! GET response for message 51: Hello async world! GET response for message 52: Hello async world! GET response for message 53: Hello async world! GET response for message 54: Hello async world! GET response for message 55: Hello async world! GET response for message 56: Hello async world! GET response for message 57: Hello async world! GET response for message 58: Hello async world! GET response for message 59: Hello async world! GET response for message 60: Hello async world! GET response for message 61: Hello async world! GET response for message 62: Hello async world! GET response for message 63: Hello async world! GET response for message 64: Hello async world! GET response for message 65: Hello async world! GET response for message 66: Hello async world! GET response for message 67: Hello async world! GET response for message 68: Hello async world! GET response for message 69: Hello async world! GET response for message 70: Hello async world! GET response for message 71: Hello async world! GET response for message 72: Hello async world! GET response for message 73: Hello async world! GET response for message 74: Hello async world! GET response for message 75: Hello async world! GET response for message 76: Hello async world! GET response for message 77: Hello async world! GET response for message 78: Hello async world! GET response for message 79: Hello async world! GET response for message 80: Hello async world! GET response for message 81: Hello async world! GET response for message 82: Hello async world! GET response for message 83: Hello async world! GET response for message 84: Hello async world! GET response for message 85: Hello async world! GET response for message 86: Hello async world! GET response for message 87: Hello async world! GET response for message 88: Hello async world! GET response for message 89: Hello async world! GET response for message 90: Hello async world! GET response for message 91: Hello async world! GET response for message 92: Hello async world! GET response for message 93: Hello async world! GET response for message 94: Hello async world! GET response for message 95: Hello async world! GET response for message 96: Hello async world! GET response for message 97: Hello async world! GET response for message 98: Hello async world! GET response for message 99: Hello async world! Nov 01, 2023 12:13:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36565] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.206 s -- in org.glassfish.jersey.examples.server.async.AsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:server-async-managed >--------- [INFO] Building jersey-examples-server-async-managed 3.0.99-SNAPSHOT [280/292] [INFO] from examples/server-async-managed/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-managed --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-managed --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-managed --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-managed --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-managed --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-managed --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-managed --- [INFO] Reserved port 33219 for jersey.config.test.container.port [INFO] Reserved port 39189 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-managed --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/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.examples.server.async.managed.ManagedAsyncResourceTest Nov 01, 2023 12:13:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33219/ Nov 01, 2023 12:13:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33219] Nov 01, 2023 12:13:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:14 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testChatResource INFO: POST responses received: 100 POST response for message 64: 200 POST response for message 0: 200 POST response for message 1: 200 POST response for message 65: 200 POST response for message 66: 200 POST response for message 2: 200 POST response for message 3: 200 POST response for message 67: 200 POST response for message 68: 200 POST response for message 4: 200 POST response for message 69: 200 POST response for message 5: 200 POST response for message 70: 200 POST response for message 6: 200 POST response for message 7: 200 POST response for message 71: 200 POST response for message 8: 200 POST response for message 72: 200 POST response for message 9: 200 POST response for message 73: 200 POST response for message 74: 200 POST response for message 10: 200 POST response for message 75: 200 POST response for message 11: 200 POST response for message 12: 200 POST response for message 76: 200 POST response for message 77: 200 POST response for message 13: 200 POST response for message 14: 200 POST response for message 78: 200 POST response for message 79: 200 POST response for message 15: 200 POST response for message 80: 200 POST response for message 16: 200 POST response for message 81: 200 POST response for message 17: 200 POST response for message 82: 200 POST response for message 18: 200 POST response for message 19: 200 POST response for message 83: 200 POST response for message 84: 200 POST response for message 20: 200 POST response for message 85: 200 POST response for message 21: 200 POST response for message 22: 200 POST response for message 86: 200 POST response for message 87: 200 POST response for message 23: 200 POST response for message 88: 200 POST response for message 24: 200 POST response for message 89: 200 POST response for message 25: 200 POST response for message 26: 200 POST response for message 90: 200 POST response for message 91: 200 POST response for message 27: 200 POST response for message 28: 200 POST response for message 92: 200 POST response for message 93: 200 POST response for message 29: 200 POST response for message 94: 200 POST response for message 30: 200 POST response for message 31: 200 POST response for message 95: 200 POST response for message 32: 200 POST response for message 96: 200 POST response for message 97: 200 POST response for message 33: 200 POST response for message 34: 200 POST response for message 98: 200 POST response for message 35: 200 POST response for message 99: 200 POST response for message 36: 200 POST response for message 37: 200 POST response for message 38: 200 POST response for message 39: 200 POST response for message 40: 200 POST response for message 41: 200 POST response for message 42: 200 POST response for message 43: 200 POST response for message 44: 200 POST response for message 45: 200 POST response for message 46: 200 POST response for message 47: 200 POST response for message 48: 200 POST response for message 49: 200 POST response for message 50: 200 POST response for message 51: 200 POST response for message 52: 200 POST response for message 53: 200 POST response for message 54: 200 POST response for message 55: 200 POST response for message 56: 200 POST response for message 57: 200 POST response for message 58: 200 POST response for message 59: 200 POST response for message 60: 200 POST response for message 61: 200 POST response for message 62: 200 POST response for message 63: 200 GET responses received: 100 GET response for message 0: Message{author=96, message=96, time=1698840793587} GET response for message 64: Message{author=22, message=22, time=1698840793638} GET response for message 1: Message{author=63, message=63, time=1698840793631} GET response for message 65: Message{author=6, message=6, time=1698840793645} GET response for message 2: Message{author=28, message=28, time=1698840793638} GET response for message 66: Message{author=99, message=99, time=1698840793587} GET response for message 3: Message{author=56, message=56, time=1698840793635} GET response for message 67: Message{author=44, message=44, time=1698840793636} GET response for message 4: Message{author=9, message=9, time=1698840793642} GET response for message 68: Message{author=97, message=97, time=1698840793587} GET response for message 69: Message{author=2, message=2, time=1698840793587} GET response for message 5: Message{author=7, message=7, time=1698840793644} GET response for message 6: Message{author=12, message=12, time=1698840793642} GET response for message 70: Message{author=8, message=8, time=1698840793643} GET response for message 7: Message{author=86, message=86, time=1698840793587} GET response for message 71: Message{author=88, message=88, time=1698840793587} GET response for message 72: Message{author=94, message=94, time=1698840793587} GET response for message 8: Message{author=51, message=51, time=1698840793636} GET response for message 9: Message{author=17, message=17, time=1698840793639} GET response for message 73: Message{author=46, message=46, time=1698840793636} GET response for message 74: Message{author=31, message=31, time=1698840793637} GET response for message 10: Message{author=68, message=68, time=1698840793630} GET response for message 75: Message{author=27, message=27, time=1698840793638} GET response for message 11: Message{author=23, message=23, time=1698840793627} GET response for message 76: Message{author=37, message=37, time=1698840793637} GET response for message 12: Message{author=84, message=84, time=1698840793627} GET response for message 13: Message{author=38, message=38, time=1698840793637} GET response for message 77: Message{author=29, message=29, time=1698840793637} GET response for message 78: Message{author=19, message=19, time=1698840793642} GET response for message 14: Message{author=73, message=73, time=1698840793629} GET response for message 79: Message{author=36, message=36, time=1698840793637} GET response for message 15: Message{author=52, message=52, time=1698840793636} GET response for message 80: Message{author=74, message=74, time=1698840793629} GET response for message 16: Message{author=58, message=58, time=1698840793633} GET response for message 81: Message{author=5, message=5, time=1698840793643} GET response for message 17: Message{author=30, message=30, time=1698840793637} GET response for message 82: Message{author=66, message=66, time=1698840793630} GET response for message 18: Message{author=79, message=79, time=1698840793629} GET response for message 83: Message{author=15, message=15, time=1698840793642} GET response for message 19: Message{author=50, message=50, time=1698840793636} GET response for message 84: Message{author=65, message=65, time=1698840793630} GET response for message 20: Message{author=77, message=77, time=1698840793629} GET response for message 85: Message{author=62, message=62, time=1698840793631} GET response for message 21: Message{author=24, message=24, time=1698840793642} GET response for message 22: Message{author=45, message=45, time=1698840793636} GET response for message 86: Message{author=67, message=67, time=1698840793630} GET response for message 23: Message{author=78, message=78, time=1698840793629} GET response for message 87: Message{author=83, message=83, time=1698840793627} GET response for message 88: Message{author=57, message=57, time=1698840793633} GET response for message 24: Message{author=11, message=11, time=1698840793644} GET response for message 89: Message{author=53, message=53, time=1698840793635} GET response for message 25: Message{author=4, message=4, time=1698840793638} GET response for message 26: Message{author=72, message=72, time=1698840793629} GET response for message 90: Message{author=98, message=98, time=1698840793587} GET response for message 27: Message{author=93, message=93, time=1698840793587} GET response for message 91: Message{author=3, message=3, time=1698840793642} GET response for message 28: Message{author=64, message=64, time=1698840793630} GET response for message 92: Message{author=40, message=40, time=1698840793637} GET response for message 93: Message{author=16, message=16, time=1698840793640} GET response for message 29: Message{author=61, message=61, time=1698840793631} GET response for message 30: Message{author=49, message=49, time=1698840793636} GET response for message 94: Message{author=32, message=32, time=1698840793637} GET response for message 31: Message{author=25, message=25, time=1698840793638} GET response for message 95: Message{author=26, message=26, time=1698840793638} GET response for message 96: Message{author=42, message=42, time=1698840793636} GET response for message 32: Message{author=81, message=81, time=1698840793628} GET response for message 33: Message{author=1, message=1, time=1698840793644} GET response for message 97: Message{author=80, message=80, time=1698840793628} GET response for message 98: Message{author=21, message=21, time=1698840793646} GET response for message 34: Message{author=13, message=13, time=1698840793642} GET response for message 99: Message{author=91, message=91, time=1698840793587} GET response for message 35: Message{author=41, message=41, time=1698840793637} GET response for message 36: Message{author=70, message=70, time=1698840793630} GET response for message 37: Message{author=47, message=47, time=1698840793636} GET response for message 38: Message{author=33, message=33, time=1698840793637} GET response for message 39: Message{author=95, message=95, time=1698840793587} GET response for message 40: Message{author=0, message=0, time=1698840793643} GET response for message 41: Message{author=89, message=89, time=1698840793587} GET response for message 42: Message{author=82, message=82, time=1698840793628} GET response for message 43: Message{author=10, message=10, time=1698840793642} GET response for message 44: Message{author=69, message=69, time=1698840793630} GET response for message 45: Message{author=34, message=34, time=1698840793637} GET response for message 46: Message{author=90, message=90, time=1698840793587} GET response for message 47: Message{author=75, message=75, time=1698840793629} GET response for message 48: Message{author=76, message=76, time=1698840793629} GET response for message 49: Message{author=39, message=39, time=1698840793637} GET response for message 50: Message{author=59, message=59, time=1698840793632} GET response for message 51: Message{author=85, message=85, time=1698840793627} GET response for message 52: Message{author=18, message=18, time=1698840793642} GET response for message 53: Message{author=71, message=71, time=1698840793629} GET response for message 54: Message{author=14, message=14, time=1698840793642} GET response for message 55: Message{author=92, message=92, time=1698840793587} GET response for message 56: Message{author=87, message=87, time=1698840793587} GET response for message 57: Message{author=60, message=60, time=1698840793632} GET response for message 58: Message{author=55, message=55, time=1698840793635} GET response for message 59: Message{author=35, message=35, time=1698840793637} GET response for message 60: Message{author=43, message=43, time=1698840793636} GET response for message 61: Message{author=54, message=54, time=1698840793635} GET response for message 62: Message{author=20, message=20, time=1698840793645} GET response for message 63: Message{author=48, message=48, time=1698840793636} Nov 01, 2023 12:13:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33219] Nov 01, 2023 12:13:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33219/ Nov 01, 2023 12:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33219] Nov 01, 2023 12:13:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:15 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 0: 0 - Hello async world! GET response for message 1: 1 - Hello async world! GET response for message 2: 2 - Hello async world! GET response for message 3: 3 - Hello async world! GET response for message 4: 4 - Hello async world! GET response for message 5: 5 - Hello async world! GET response for message 6: 6 - Hello async world! GET response for message 7: 7 - Hello async world! GET response for message 8: 8 - Hello async world! GET response for message 9: 9 - Hello async world! GET response for message 10: 10 - Hello async world! GET response for message 11: 11 - Hello async world! GET response for message 12: 12 - Hello async world! GET response for message 13: 13 - Hello async world! GET response for message 14: 14 - Hello async world! GET response for message 15: 15 - Hello async world! GET response for message 16: 16 - Hello async world! GET response for message 17: 17 - Hello async world! GET response for message 18: 18 - Hello async world! GET response for message 19: 19 - Hello async world! GET response for message 20: 20 - Hello async world! GET response for message 21: 21 - Hello async world! GET response for message 22: 22 - Hello async world! GET response for message 23: 23 - Hello async world! GET response for message 24: 24 - Hello async world! GET response for message 25: 25 - Hello async world! GET response for message 26: 26 - Hello async world! GET response for message 27: 27 - Hello async world! GET response for message 28: 28 - Hello async world! GET response for message 29: 29 - Hello async world! GET response for message 30: 30 - Hello async world! GET response for message 31: 31 - Hello async world! GET response for message 32: 32 - Hello async world! GET response for message 33: 33 - Hello async world! GET response for message 34: 34 - Hello async world! GET response for message 35: 35 - Hello async world! GET response for message 36: 36 - Hello async world! GET response for message 37: 37 - Hello async world! GET response for message 38: 38 - Hello async world! GET response for message 39: 39 - Hello async world! GET response for message 40: 40 - Hello async world! GET response for message 41: 41 - Hello async world! GET response for message 42: 42 - Hello async world! GET response for message 43: 43 - Hello async world! GET response for message 44: 44 - Hello async world! GET response for message 45: 45 - Hello async world! GET response for message 46: 46 - Hello async world! GET response for message 47: 47 - Hello async world! GET response for message 48: 48 - Hello async world! GET response for message 49: 49 - Hello async world! GET response for message 50: 50 - Hello async world! GET response for message 51: 51 - Hello async world! GET response for message 52: 52 - Hello async world! GET response for message 53: 53 - Hello async world! GET response for message 54: 54 - Hello async world! GET response for message 55: 55 - Hello async world! GET response for message 56: 56 - Hello async world! GET response for message 57: 57 - Hello async world! GET response for message 58: 58 - Hello async world! GET response for message 59: 59 - Hello async world! GET response for message 60: 60 - Hello async world! GET response for message 61: 61 - Hello async world! GET response for message 62: 62 - Hello async world! GET response for message 63: 63 - Hello async world! GET response for message 64: 64 - Hello async world! GET response for message 65: 65 - Hello async world! GET response for message 66: 66 - Hello async world! GET response for message 67: 67 - Hello async world! GET response for message 68: 68 - Hello async world! GET response for message 69: 69 - Hello async world! GET response for message 70: 70 - Hello async world! GET response for message 71: 71 - Hello async world! GET response for message 72: 72 - Hello async world! GET response for message 73: 73 - Hello async world! GET response for message 74: 74 - Hello async world! GET response for message 75: 75 - Hello async world! GET response for message 76: 76 - Hello async world! GET response for message 77: 77 - Hello async world! GET response for message 78: 78 - Hello async world! GET response for message 79: 79 - Hello async world! GET response for message 80: 80 - Hello async world! GET response for message 81: 81 - Hello async world! GET response for message 82: 82 - Hello async world! GET response for message 83: 83 - Hello async world! GET response for message 84: 84 - Hello async world! GET response for message 85: 85 - Hello async world! GET response for message 86: 86 - Hello async world! GET response for message 87: 87 - Hello async world! GET response for message 88: 88 - Hello async world! GET response for message 89: 89 - Hello async world! GET response for message 90: 90 - Hello async world! GET response for message 91: 91 - Hello async world! GET response for message 92: 92 - Hello async world! GET response for message 93: 93 - Hello async world! GET response for message 94: 94 - Hello async world! GET response for message 95: 95 - Hello async world! GET response for message 96: 96 - Hello async world! GET response for message 97: 97 - Hello async world! GET response for message 98: 98 - Hello async world! GET response for message 99: 99 - Hello async world! Nov 01, 2023 12:13:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33219] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.760 s -- in org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-managed --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-managed --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-managed --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-async-standalone >-------- [INFO] Building jersey-examples-server-async-standalone 3.0.99-SNAPSHOT [281/292] [INFO] from examples/server-async-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone --- [INFO] Reserved port 43455 for jersey.config.test.container.port [INFO] Reserved port 44441 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >---- [INFO] Building jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT [282/292] [INFO] from examples/server-async-standalone/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-client --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-client --- [INFO] Reserved port 34211 for jersey.config.test.container.port [INFO] Reserved port 38885 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-client --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >---- [INFO] Building jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT [283/292] [INFO] from examples/server-async-standalone/webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-webapp --- [INFO] Reserved port 37945 for jersey.config.test.container.port [INFO] Reserved port 33069 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ server-async-standalone-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [server-async-standalone-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >------- [INFO] Building jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT [284/292] [INFO] from examples/server-sent-events-jaxrs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jaxrs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jaxrs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jaxrs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jaxrs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jaxrs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jaxrs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jaxrs --- [INFO] Reserved port 44143 for jersey.config.test.container.port [INFO] Reserved port 40951 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jaxrs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/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.examples.sse.jaxrs.ServerSentEventsTest Nov 01, 2023 12:13:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44143/ Nov 01, 2023 12:13:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44143] Nov 01, 2023 12:13:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44143] Nov 01, 2023 12:13:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44143/ Nov 01, 2023 12:13:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44143] Nov 01, 2023 12:13:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44143] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in org.glassfish.jersey.examples.sse.jaxrs.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jaxrs --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jaxrs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jaxrs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------ [INFO] Building jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT [285/292] [INFO] from examples/servlet3-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet3-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet3-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet3-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet3-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet3-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet3-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet3-webapp --- [INFO] Reserved port 33247 for jersey.config.test.container.port [INFO] Reserved port 46333 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet3-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/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.examples.servlet3.webapp.Servlet3WebappTestCase Nov 01, 2023 12:13:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:13:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:13:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.glassfish.jersey.examples.servlet3.webapp.Servlet3WebappTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet3-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet3-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet3-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet3-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet3-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet3-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:simple-console >------------ [INFO] Building jersey-examples-simple-console 3.0.99-SNAPSHOT [286/292] [INFO] from examples/simple-console/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ simple-console --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ simple-console --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ simple-console --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ simple-console --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ simple-console --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ simple-console --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ simple-console --- [INFO] Reserved port 42651 for jersey.config.test.container.port [INFO] Reserved port 36599 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ simple-console --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/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.examples.console.MainTest Nov 01, 2023 12:13:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42651/ Nov 01, 2023 12:13:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42651] Nov 01, 2023 12:13:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42651/ Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42651/ Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42651/ Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42651/ Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42651] Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42651] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.glassfish.jersey.examples.console.MainTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ simple-console --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ simple-console --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ simple-console --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >----- [INFO] Building jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT [287/292] [INFO] from examples/sse-item-store-jersey-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jersey-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jersey-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jersey-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jersey-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jersey-webapp --- [INFO] Reserved port 42979 for jersey.config.test.container.port [INFO] Reserved port 41273 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jersey-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/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.examples.sseitemstore.jersey.JerseyItemStoreResourceTest Nov 01, 2023 12:13:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 12:13:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:13:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 12:13:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 12:13:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:13:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 12:13:30 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:31 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 12:13:32 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 12:13:33 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 12:13:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.598 s -- in org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jersey-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jersey-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jersey-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jersey-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jersey-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jersey-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------ [INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT [288/292] [INFO] from examples/sse-item-store-jaxrs-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jaxrs-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jaxrs-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jaxrs-webapp --- [INFO] Reserved port 46421 for jersey.config.test.container.port [INFO] Reserved port 44501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jaxrs-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/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.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest Nov 01, 2023 12:13:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 12:13:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:13:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 12:13:36 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 12:13:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 12:13:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:13:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :4 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 5 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :5 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 6 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :6 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 7 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :7 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 8 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:38 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 12:13:40 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 10 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 11 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 12 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.99 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Nov 01, 2023 12:13:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:13:44 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 12:13:44 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Nov 01, 2023 12:13:44 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:13:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:13:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:47 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.127 s -- in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:13:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Nov 01, 2023 12:13:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 64 Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:13:48 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43747/ Nov 01, 2023 12:13:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43747] Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:13:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43747] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :22 Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 12:13:49 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 12:13:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.64 s -- in org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jaxrs-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jaxrs-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 3.0.99-SNAPSHOT [34/370] [INFO] from containers/netty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-netty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-netty-http --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-netty-http --- [INFO] Reserved port 33339 for jersey.config.test.container.port [INFO] Reserved port 35001 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-netty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jaxrs-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >-------- [INFO] Building jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT [289/292] [INFO] from examples/sse-twitter-aggregator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-twitter-aggregator --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-twitter-aggregator --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-twitter-aggregator --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-twitter-aggregator --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-twitter-aggregator --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-twitter-aggregator --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-twitter-aggregator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-twitter-aggregator --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-twitter-aggregator --- [INFO] Reserved port 43843 for jersey.config.test.container.port [INFO] Reserved port 40607 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-twitter-aggregator --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-twitter-aggregator --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >-- [INFO] Building jersey-test-framework-provider-netty 3.0.99-SNAPSHOT [35/370] [INFO] from test-framework/providers/netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty --- [INFO] Reserved port 42283 for jersey.config.test.container.port [INFO] Reserved port 42401 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 3.0.99-SNAPSHOT [36/370] [INFO] from containers/jetty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from src/main/resources to target11/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http --- [INFO] Reserved port 36341 for jersey.config.test.container.port [INFO] Reserved port 44455 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-twitter-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-twitter-aggregator --- [INFO] [INFO] ------< org.glassfish.jersey.examples:system-properties-example >------- [INFO] Building jersey-examples-system-properties 3.0.99-SNAPSHOT [290/292] [INFO] from examples/system-properties-example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ system-properties-example --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ system-properties-example --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ system-properties-example --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ system-properties-example --- [INFO] Running org.glassfish.jersey.jetty.AsyncTest [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ system-properties-example --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ system-properties-example --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ system-properties-example --- [INFO] Reserved port 43611 for jersey.config.test.container.port [INFO] Reserved port 39977 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ system-properties-example --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/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.examples.sysprops.SysPropsTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:13:54 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:13:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43611/ Nov 01, 2023 12:13:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:13:54 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:13:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43611] Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:55 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43611] Nov 01, 2023 12:13:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43611/ Nov 01, 2023 12:13:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43611] Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43611] Nov 01, 2023 12:13:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43611/ Nov 01, 2023 12:13:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure Nov 01, 2023 12:13:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:13:55 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ INFO: Started listener bound to [localhost:43611] Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:13:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43611] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.glassfish.jersey.examples.sysprops.SysPropsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ system-properties-example --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ system-properties-example --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ system-properties-example --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >--------------- [INFO] Building jersey-examples-moxy 3.0.99-SNAPSHOT [291/292] [INFO] from examples/xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 43967 for jersey.config.test.container.port [INFO] Reserved port 46311 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/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.examples.xmlmoxy.MoxyAppTest Nov 01, 2023 12:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43967/ Nov 01, 2023 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43967] Nov 01, 2023 12:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43967] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.080 s -- in org.glassfish.jersey.examples.xmlmoxy.MoxyAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:14:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:14:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:00 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >--- [INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT [292/292] [INFO] from test-framework/maven/custom-enforcer-rules/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-enforcer-rules --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-enforcer-rules --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-enforcer-rules --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-enforcer-rules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-enforcer-rules --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-enforcer-rules --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-enforcer-rules --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-enforcer-rules --- [INFO] Reserved port 42489 for jersey.config.test.container.port [INFO] Reserved port 42841 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-enforcer-rules --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/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.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-enforcer-rules --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-enforcer-rules --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-enforcer-rules --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 3.0.99-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [02:06 min] [INFO] jersey-archetypes .................................. SUCCESS [ 1.008 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 4.010 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.288 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.248 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.483 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.286 s] [INFO] jersey-core-common ................................. SUCCESS [ 37.092 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.236 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 3.564 s] [INFO] jersey-core-client ................................. SUCCESS [ 17.908 s] [INFO] jersey-media ....................................... SUCCESS [ 0.394 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 4.104 s] [INFO] jersey-core-server ................................. SUCCESS [ 40.035 s] [INFO] jersey-containers .................................. SUCCESS [ 0.485 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 1.232 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 2.130 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.360 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 2.827 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.878 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.870 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.358 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 5.987 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.409 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 17.194 s] [INFO] jersey-connectors-apache5 .......................... SUCCESS [ 19.385 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 2.380 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.791 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.580 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 8.301 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 16.024 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 1.861 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 33.180 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 1.180 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 1.023 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 0.953 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 0.909 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 1.602 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 9.882 s] [INFO] jersey-media-sse ................................... SUCCESS [ 24.337 s] [INFO] jersey-connectors-helidon .......................... SUCCESS [ 31.906 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 18.311 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 1.352 s] [INFO] jersey-container-jetty-http2 ....................... SUCCESS [ 1.002 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.288 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 2.431 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 3.438 s] [INFO] jersey-test-framework-provider-jetty-http2 ......... SUCCESS [ 1.000 s] [INFO] jersey-connectors-jetty-http2 ...................... SUCCESS [ 1.621 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.291 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 2.267 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.417 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 3.075 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.856 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 1.386 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.984 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 6.861 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.725 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.676 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.671 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.737 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 2.973 s] [INFO] jersey-micrometer .................................. SUCCESS [ 4.447 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 1.127 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.692 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.765 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.817 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.789 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 5.491 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.305 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 1.457 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 1.517 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 1.422 s] [INFO] jersey-spring6 ..................................... SUCCESS [ 1.863 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 1.203 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 1.027 s] [INFO] project ............................................ SUCCESS [ 0.288 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 4.687 s] [INFO] jersey-mp-config ................................... SUCCESS [ 1.622 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.262 s] [INFO] jersey-inject-cdi-weld ............................. SUCCESS [ 5.599 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 2.845 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.789 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 3.733 s] [INFO] jersey-inject-injectless-client .................... SUCCESS [ 0.400 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 2.662 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 1.063 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 4.330 s] [INFO] jersey-media-json-gson ............................. SUCCESS [ 0.973 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.929 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 1.929 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.902 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 8.709 s] [INFO] jersey-security .................................... SUCCESS [ 0.262 s] [INFO] oauth1-signature ................................... SUCCESS [ 1.798 s] [INFO] jersey-security .................................... SUCCESS [ 0.837 s] [INFO] oauth1-server ...................................... SUCCESS [ 3.826 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.849 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 1.766 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.251 s] [INFO] jersey-tests-e2e ................................... SUCCESS [05:19 min] [INFO] jersey-tests-e2e-client ............................ SUCCESS [04:56 min] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 3.301 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [05:03 min] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.254 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 5.962 s] [INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SUCCESS [ 5.789 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 3.181 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [09:16 min] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 9.441 s] [INFO] jersey-tests-e2e-tls ............................... SUCCESS [ 17.420 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.242 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.946 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.255 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 8.197 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 1.759 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 3.548 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 1.939 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 1.745 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 4.372 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 3.914 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.867 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 1.717 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 1.797 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 1.115 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.251 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 1.724 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 2.688 s] [INFO] cdi-singleton ...................................... SUCCESS [ 3.362 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 9.197 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 2.203 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 2.254 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 2.117 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 6.247 s] [INFO] client-connector-provider .......................... SUCCESS [ 2.653 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.398 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 1.719 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.556 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.249 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.551 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 1.750 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 1.780 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.518 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.238 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 2.106 s] [INFO] j-376-reproducer ................................... SUCCESS [ 2.976 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 2.493 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 1.774 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.568 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.237 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.403 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 1.771 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.439 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.246 s] [INFO] jersey-compatibility-jackson14 ..................... SUCCESS [ 1.348 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 2.318 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 1.842 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 1.734 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 1.221 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 5.750 s] [INFO] jersey-3662 ........................................ SUCCESS [ 1.957 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 2.113 s] [INFO] jersey-3992 ........................................ SUCCESS [ 3.575 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 3.167 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 3.834 s] [INFO] jersey-4321 ........................................ SUCCESS [ 2.182 s] [INFO] jersey-examples .................................... SUCCESS [ 1.017 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 9.411 s] [INFO] jersey-4507 ........................................ SUCCESS [ 3.762 s] [INFO] jersey-4542 ........................................ SUCCESS [ 2.805 s] [INFO] jersey-4697 ........................................ SUCCESS [ 5.227 s] [INFO] jersey-4722 ........................................ SUCCESS [ 1.885 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.089 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 16.902 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.286 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.271 s] [INFO] config-webapp ...................................... SUCCESS [ 1.088 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 2.195 s] [INFO] jersey-rest-client ................................. SUCCESS [ 2.253 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [ 2.611 s] [INFO] reactive-streams-integration-project ............... SUCCESS [ 0.242 s] [INFO] sse-reactive-streams-tck ........................... SUCCESS [ 12.124 s] [INFO] jersey-tests-integration-jersey-5087 ............... SUCCESS [ 6.710 s] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 4.763 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.766 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.257 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.250 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 1.056 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 1.589 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 3.532 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.303 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 9.825 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.686 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.646 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.569 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.264 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 1.176 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 1.164 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 1.625 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 1.212 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.254 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [01:04 min] [INFO] jersey-tests-stress ................................ SUCCESS [ 3.903 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.329 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 5.868 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.360 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 1.529 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.252 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.370 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 2.591 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 2.373 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 2.404 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 2.281 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 2.179 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 2.307 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 3.058 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 1.273 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 3.110 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 2.438 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 2.183 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 1.061 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 3.109 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 2.177 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 2.184 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.750 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.242 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 2.351 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 2.233 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 1.837 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 6.630 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 3.373 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 2.812 s] [INFO] jersey-examples-configured-client .................. SUCCESS [ 3.575 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 3.572 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 5.570 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 4.669 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 4.030 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 10.554 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 3.402 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 3.649 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 12.169 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 3.417 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 4.104 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 5.095 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 3.789 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 2.782 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 1.367 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [03:22 min] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 4.474 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 3.517 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 2.870 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 1.843 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 3.113 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 3.958 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 4.662 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 1.751 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 2.026 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 3.753 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 3.701 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 3.569 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 3.353 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 4.196 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 1.744 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 3.046 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 3.184 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 2.818 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 4.532 s] [INFO] jersey-micrometer-example-webapp ................... SUCCESS [ 2.060 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 1.723 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.075 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 1.557 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.313 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.252 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 1.012 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 1.256 s] [INFO] oauth-client-twitter ............................... SUCCESS [ 0.607 s] [INFO] jersey-examples-reload ............................. SUCCESS [ 3.637 s] [INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 22.308 s] [INFO] jersey-examples-server-async ....................... SUCCESS [ 5.549 s] [INFO] jersey-examples-server-async-managed ............... SUCCESS [ 4.949 s] [INFO] jersey-examples-server-async-standalone ............ SUCCESS [ 0.078 s] [INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [ 0.657 s] [INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [ 0.413 s] [INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [ 3.508 s] [INFO] jersey-examples-servlet3-webapp .................... SUCCESS [ 3.763 s] [INFO] jersey-examples-simple-console ..................... SUCCESS [ 3.424 s] [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [ 6.008 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 15.965 s] [INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [ 3.146 s] [INFO] jersey-examples-system-properties .................. SUCCESS [ 2.935 s] [INFO] jersey-examples-moxy ............................... SUCCESS [ 3.497 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 1.088 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48:00 min [INFO] Finished at: 2023-11-01T12:14:01Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.999 s -- in org.glassfish.jersey.jetty.AsyncTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.jetty.OptionsTest [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jetty.ExceptionTest Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:36341/ Nov 01, 2023 12:14:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.glassfish.jersey.jetty.ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.xml [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.json [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >-- [INFO] Building jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT [37/370] [INFO] from test-framework/providers/jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from src/main/resources to target11/classes [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty --- [INFO] Reserved port 43843 for jersey.config.test.container.port [INFO] Reserved port 37829 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/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.test.jetty.AvailablePortJettyTest Nov 01, 2023 12:14:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:39865/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 s -- in org.glassfish.jersey.test.jetty.AvailablePortJettyTest [INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest Nov 01, 2023 12:14:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43843/ Nov 01, 2023 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43843/ Nov 01, 2023 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT [38/370] [INFO] from test-framework/providers/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle --- [INFO] Reserved port 42223 for jersey.config.test.container.port [INFO] Reserved port 42469 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 84 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 3.0.99-SNAPSHOT [39/370] [INFO] from connectors/grizzly-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-grizzly-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector --- [INFO] Reserved port 39053 for jersey.config.test.container.port [INFO] Reserved port 43261 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/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.grizzly.connector.FollowRedirectsTest Nov 01, 2023 12:14:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Nov 01, 2023 12:14:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:14:13 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 12:14:13 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 12:14:13 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 12:14:14 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:14:14 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:14:14 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:14:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:14:14 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Agent centos-7-gjwcb is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-gjwcb" 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-gjwcb" - 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-gjwcb" - 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-3131.vf2b_b_798b_ce99" 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-gjwcb in /home/jenkins/agent/workspace/ci-cd-integration_3.0 [Pipeline] { [Pipeline] checkout The recommended git tool is: git Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.103 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Nov 01, 2023 12:14:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest Nov 01, 2023 12:14:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Nov 01, 2023 12:14:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Nov 01, 2023 12:14:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39053/ Nov 01, 2023 12:14:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39053] Nov 01, 2023 12:14:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. 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/ci-cd-integration_3.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.6' 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/3.0:refs/remotes/origin/3.0 # timeout=10 Nov 01, 2023 12:14:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39053] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector --- [INFO] CycloneDX: Resolving Dependencies > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10 Avoid second fetch Checking out Revision cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 (3.0) [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 3.0.99-SNAPSHOT [40/370] [INFO] from media/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse --- Commit message: "Versions update" > git config core.sparsecheckout # timeout=10 > git checkout -f cc83bd44cbe7fecc015e23f72ccb2582573a3ec8 # timeout=10 [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-sse --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-sse --- [INFO] Resources: [INFO] org/glassfish/jersey/media/sse/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-sse --- [INFO] Reserved port 40561 for jersey.config.test.container.port [INFO] Reserved port 34367 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-sse --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- + bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/jenkins/jenkins_build.sh [INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f) Maven home: /opt/tools/apache-maven/latest Java version: 21, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21+35-2513 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Nov 01, 2023 12:14:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... Nov 01, 2023 12:14:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.626 s -- in org.glassfish.jersey.media.sse.EventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Nov 01, 2023 12:14:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:14:27 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:14:28 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:14:28 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:14:28 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:14:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.03 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Nov 01, 2023 12:14:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Nov 01, 2023 12:14:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Nov 01, 2023 12:14:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest Nov 01, 2023 12:14:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40561/ Nov 01, 2023 12:14:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40561] Nov 01, 2023 12:14:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Nov 01, 2023 12:14:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.124 s -- in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.OutboundEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse --- [INFO] CycloneDX: Resolving Dependencies [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-container-jetty-http2 [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-test-framework-provider-jetty-http2 [jar] [INFO] jersey-connectors-jetty-http2 [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-micrometer [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-inject-injectless-client [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-e2e-tls [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-singleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] jersey-tests-glassfish-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] 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-compatibility-jackson14 [jar] [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-2421 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-3662 [jar] [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-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 [jar] [INFO] jersey-rest-client-tck [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] jersey-tests-externalproperties [jar] [INFO] jersey-tests-component-inject [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-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-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-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-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-4949 [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-tests [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] jersey-tests-integration-spring6 [war] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-release-test [jar] [INFO] jersey-agnostic-test [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-configured-client [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-micrometer-example-webapp [jar] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-examples-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.media.sse, has 1, private references [org.glassfish.jersey.media.sse.internal] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 3.0.99-SNAPSHOT [1/373] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------ [INFO] Building jersey-connectors-helidon 3.0.99-SNAPSHOT [41/370] [INFO] from connectors/helidon-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-helidon-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-helidon-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/helidon/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-helidon-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-helidon-connector --- [INFO] Reserved port 43607 for jersey.config.test.container.port [INFO] Reserved port 34547 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-helidon-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.xml [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.json [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-helidon-connector --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41273 for jersey.config.test.container.port [INFO] Reserved port 37845 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/invoker/maven-javadoc-plugin1110647471.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [INFO] CycloneDX: Resolving Aggregated Dependencies [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/invoker/maven-javadoc-plugin1360521634.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/invoker/maven-javadoc-plugin314584625.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/invoker/maven-javadoc-plugin118450647.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/invoker/maven-javadoc-plugin1137481880.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java/org/glassfish/jersey/helidon/connector/package-info.java]] [parsing completed 9ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen/org/glassfish/jersey/helidon/connector/LocalizationMessages.java]] [parsing completed 3ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonClientProperties.java]] [parsing completed 3ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.java]] [parsing completed 0ms] Constructing Javadoc information... [search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java8,/home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/generated-sources/annotations] [search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/.m2/repository/io/helidon/jersey/helidon-jersey-connector/3.0.2/helidon-jersey-connector-3.0.2.jar,/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar,/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/io/helidon/webclient/helidon-webclient/3.0.2/helidon-webclient-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-context/3.0.2/helidon-common-context-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common/3.0.2/helidon-common-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-service-loader/3.0.2/helidon-common-service-loader-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-http/3.0.2/helidon-common-http-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-key-util/3.0.2/helidon-common-key-util-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-configurable/3.0.2/helidon-common-configurable-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-reactive/3.0.2/helidon-common-reactive-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-mapper/3.0.2/helidon-common-mapper-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/config/helidon-config/3.0.2/helidon-config-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/common/helidon-common-media-type/3.0.2/helidon-common-media-type-3.0.2.jar,/home/jenkins/.m2/repository/io/helidon/media/helidon-media-common/3.0.2/helidon-media-common-3.0.2.jar,/home/jenkins/.m2/repository/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-handler-proxy/4.1.77.Final/netty-handler-proxy-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-socks/4.1.77.Final/netty-codec-socks-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-http/4.1.77.Final/netty-codec-http-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-resolver-dns/4.1.77.Final/netty-resolver-dns-4.1.77.Final.jar,/home/jenkins/.m2/repository/io/netty/netty-codec-dns/4.1.77.Final/netty-codec-dns-4.1.77.Final.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar] [loading /modules/java.base/java/util/Locale.class] [loading /modules/java.base/java/util/ResourceBundle.class] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizable.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/LocalizableMessageFactory$ResourceBundleSupplier.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/l10n/Localizer.class)] [loading /modules/java.base/java/lang/Object.class] [loading /modules/java.base/java/lang/String.class] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/PropertiesClass.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/Connector.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/client/spi/ConnectorProvider.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/JdkVersion.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/ProcessingException.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/client/Client.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/Configuration.class)] [loading /modules/java.base/java/io/OutputStream.class] [loading /modules/java.base/java/lang/Deprecated.class] [loading /modules/java.base/java/lang/annotation/Target.class] [loading /modules/java.base/java/lang/annotation/ElementType.class] [loading /modules/java.base/java/lang/annotation/Retention.class] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class] [loading /modules/java.base/java/lang/annotation/Annotation.class] [loading /modules/java.base/java/lang/Override.class] [loading /modules/java.base/java/lang/Error.class] [loading /modules/java.base/java/lang/Exception.class] Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonClientProperties.html... [loading /modules/java.base/java/lang/FunctionalInterface.class] [loading /modules/java.base/java/io/Serializable.class] Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/HelidonConnectorProvider.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/LocalizationMessages.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-summary.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/LocalizationMessages.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonClientProperties.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/class-use/HelidonConnectorProvider.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/org/glassfish/jersey/helidon/connector/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/apidocs/help-doc.html... [done in 1336 ms] [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 3.0.99-SNAPSHOT [42/370] [INFO] from connectors/jdk-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jdk-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jdk-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jdk-connector --- [INFO] Reserved port 33799 for jersey.config.test.container.port [INFO] Reserved port 33783 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jdk-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/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.jdk.connector.internal.ModifyHeaderInBodyWriterTest Nov 01, 2023 12:15:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:15:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3481a89a] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3481a89a] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3481a89a] state change: CONNECT_TIMEOUT -> CLOSED Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: RECEIVED -> IDLE Connection [Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4aa91983] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@51359ce4] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@51359ce4] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@51359ce4] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@51359ce4] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@51359ce4] state change: ERROR -> CLOSED Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@2adfb9a0] state change: RESPONSE_TIMEOUT -> CLOSED Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@57c6f8de] state change: IDLE_TIMEOUT -> CLOSED Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3fNov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] ] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5082c3f] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 12:15:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@40d7e690] state change: ERROR -> CLOSED Nov 01, 2023 12:15:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test javax.net.ssl.SSLProtocolException: Socket closed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 5 more === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.177 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS11Test javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512) at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Nov 01, 2023 12:15:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Nov 01, 2023 12:15:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:15:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Nov 01, 2023 12:15:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Nov 01, 2023 12:15:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:15:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:15:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test javax.net.ssl.SSLProtocolException: Socket closed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 5 more === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS1Test javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512) at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Nov 01, 2023 12:15:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Nov 01, 2023 12:15:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. #Received: message 1 #Received: message 2 Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. #Received: 1 #Received: 1 Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. #Received: 1 #Received: 2 Nov 01, 2023 12:15:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test javax.net.ssl.SSLProtocolException: Socket closed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 5 more === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512) at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test javax.net.ssl.SSLProtocolException: Socket closed at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:126) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:839) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823) ... 5 more === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:516) 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) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeProducer.produce(ECDHServerKeyExchange.java:512) at java.base/sun.security.ssl.ClientHello$T12ClientHelloConsumer.consume(ClientHello.java:1101) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest Nov 01, 2023 12:15:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:15:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] Nov 01, 2023 12:15:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33799/ Nov 01, 2023 12:15:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33799] Nov 01, 2023 12:15:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:15:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33799] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 137, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 3.0.99-SNAPSHOT [43/370] [INFO] from connectors/jetty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector --- [INFO] Copying 1 resource from src/main/resources to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-connector --- [INFO] Reserved port 42291 for jersey.config.test.container.port [INFO] Reserved port 35813 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/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.jetty.connector.SyncResponseSizeTest Nov 01, 2023 12:15:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:15:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:386) at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:832) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:243) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:589) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1051) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:858) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:233) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:303) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:281) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:229) at java.base/java.io.Writer.write(Writer.java:249) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:182) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:130) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:496) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:507) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:110) ... 61 more Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.532 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 63 Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s -- in org.glassfish.jersey.jetty.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.jetty.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Nov 01, 2023 12:15:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:55 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:318) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:153) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:254) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:15:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:318) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:153) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:254) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:15:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:103) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:15:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1051) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:113) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.690 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Nov 01, 2023 12:15:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in org.glassfish.jersey.jetty.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest Nov 01, 2023 12:15:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:58 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-6 Nov 01, 2023 12:15:58 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-4 Nov 01, 2023 12:15:58 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-3 Nov 01, 2023 12:15:59 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:15:59 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:15:59 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:15:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:42291/ Nov 01, 2023 12:15:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:15:59 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-4 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.060 s -- in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.xml [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.json [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >---- [INFO] Building jersey-container-jetty-http2 3.0.99-SNAPSHOT [44/370] [INFO] from containers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http2 --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/http2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target11/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 --- [INFO] Reserved port 46871 for jersey.config.test.container.port [INFO] Reserved port 40665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/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.jetty.http2.OptionsTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:16:02 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:16:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 s -- in org.glassfish.jersey.jetty.http2.OptionsTest [INFO] Running org.glassfish.jersey.jetty.http2.ExceptionTest Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s -- in org.glassfish.jersey.jetty.http2.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.http2.AsyncTest Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:03 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:08 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:09 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:12 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.170 s -- in org.glassfish.jersey.jetty.http2.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.LifecycleListenerTest Nov 01, 2023 12:16:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:12 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:12 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:16:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:12 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.46.170:46871/ Nov 01, 2023 12:16:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:16:12 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.jetty.http2.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.xml [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.json [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 3.0.99-SNAPSHOT [45/370] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43727 for jersey.config.test.container.port [INFO] Reserved port 39315 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 3.0.99-SNAPSHOT [46/370] [INFO] from ext/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-entity-filtering --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-entity-filtering --- [INFO] Resources: [INFO] org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-entity-filtering --- [INFO] Reserved port 39163 for jersey.config.test.container.port [INFO] Reserved port 32793 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/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.message.filtering.SecurityHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 3.0.99-SNAPSHOT [47/370] [INFO] from media/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jackson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jackson --- [INFO] Resources: [INFO] org/glassfish/jersey/jackson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson --- [INFO] Reserved port 35247 for jersey.config.test.container.port [INFO] Reserved port 42683 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/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.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Nov 01, 2023 12:16:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35247/ Nov 01, 2023 12:16:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35247] Nov 01, 2023 12:16:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:16:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35247] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2 >-- [INFO] Building jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT [48/370] [INFO] from test-framework/providers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target11/classes [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Reserved port 36613 for jersey.config.test.container.port [INFO] Reserved port 43901 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/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.test.jetty.http2.AvailablePortJettyTest Nov 01, 2023 12:16:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:16:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:22 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer start INFO: Started JettyHttp2TestContainer at the base URI http://localhost:34923/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest [INFO] Running org.glassfish.jersey.test.jetty.http2.JettyContainerTest Nov 01, 2023 12:16:23 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36613/ Nov 01, 2023 12:16:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:23 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36613/ Nov 01, 2023 12:16:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:23 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36613/ Nov 01, 2023 12:16:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:16:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.test.jetty.http2.JettyContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >---- [INFO] Building jersey-connectors-jetty-http2 3.0.99-SNAPSHOT [49/370] [INFO] from connectors/jetty-http2-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-http2-connector --- [INFO] Resources: [INFO] org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/resources/org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-http2-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector --- [INFO] Copying 1 resource from src/main/resources to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector --- [INFO] Reserved port 40119 for jersey.config.test.container.port [INFO] Reserved port 34863 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-http2-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/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.jetty.http2.connector.AuthTest Nov 01, 2023 12:16:26 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:16:27 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:27 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 s -- in org.glassfish.jersey.jetty.http2.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TimeoutTest Nov 01, 2023 12:16:28 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:28 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:30 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:16:30 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:30 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:32 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:16:32 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:32 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:16:32 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:32 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.904 s -- in org.glassfish.jersey.jetty.http2.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HelloWorldTest Nov 01, 2023 12:16:32 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:32 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.jetty.http2.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 62 Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 s -- in org.glassfish.jersey.jetty.http2.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.NoEntityTest Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:33 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.glassfish.jersey.jetty.http2.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ErrorTest Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:386) at org.eclipse.jetty.http2.HTTP2Flusher.process(HTTP2Flusher.java:292) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:243) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224) at org.eclipse.jetty.http2.HTTP2Session.frame(HTTP2Session.java:821) at org.eclipse.jetty.http2.HTTP2Session.frames(HTTP2Session.java:793) at org.eclipse.jetty.http2.HTTP2Session.control(HTTP2Session.java:775) at org.eclipse.jetty.http2.HTTP2Session.reset(HTTP2Session.java:706) at org.eclipse.jetty.http2.HTTP2Session.onData(HTTP2Session.java:293) at org.eclipse.jetty.http2.HTTP2Connection.onData(HTTP2Connection.java:248) at org.eclipse.jetty.http2.parser.BodyParser.notifyData(BodyParser.java:103) at org.eclipse.jetty.http2.parser.DataBodyParser.onData(DataBodyParser.java:145) at org.eclipse.jetty.http2.parser.DataBodyParser.onData(DataBodyParser.java:140) at org.eclipse.jetty.http2.parser.DataBodyParser.parse(DataBodyParser.java:106) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.nio.channels.ClosedChannelException at java.base/sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected(SocketChannelImpl.java:180) at java.base/sun.nio.ch.SocketChannelImpl.beginWrite(SocketChannelImpl.java:425) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:490) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:507) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:110) ... 29 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s -- in org.glassfish.jersey.jetty.http2.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.MethodTest Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:34 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.glassfish.jersey.jetty.http2.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.EntityTest Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.glassfish.jersey.jetty.http2.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AsyncTest Nov 01, 2023 12:16:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:35 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-0 Nov 01, 2023 12:16:35 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-5 Nov 01, 2023 12:16:35 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-6 Nov 01, 2023 12:16:36 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:16:36 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:16:36 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:16:36 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:36 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-0 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s -- in org.glassfish.jersey.jetty.http2.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ManagedClientTest Nov 01, 2023 12:16:36 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:36 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:16:36 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.jetty.http2.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TraceSupportTest Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.glassfish.jersey.jetty.http2.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.CookieTest Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.glassfish.jersey.jetty.http2.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthFilterTest Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.jetty.http2.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: reset at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.jetty.io.EofException: reset at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:559) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:37 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ Nov 01, 2023 12:16:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:40119/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.xml [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.json [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 3.0.99-SNAPSHOT [50/370] [INFO] from ext/cdi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35239 for jersey.config.test.container.port [INFO] Reserved port 35515 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 3.0.99-SNAPSHOT [51/370] [INFO] from ext/cdi/jersey-cdi1x/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x --- [INFO] Resources: [INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x --- [INFO] Reserved port 44143 for jersey.config.test.container.port [INFO] Reserved port 43761 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/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.ext.cdi1x.internal.CdiUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 3.0.99-SNAPSHOT [52/370] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38817 for jersey.config.test.container.port [INFO] Reserved port 39257 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 3.0.99-SNAPSHOT [53/370] [INFO] from containers/glassfish/jersey-gf-ejb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gf-ejb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb --- [INFO] Resources: [INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gf-ejb --- [INFO] Reserved port 37537 for jersey.config.test.container.port [INFO] Reserved port 43267 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gf-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 108 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 3.0.99-SNAPSHOT [54/370] [INFO] from containers/jetty-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet --- [INFO] Reserved port 41415 for jersey.config.test.container.port [INFO] Reserved port 34847 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.xml [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.json [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 3.0.99-SNAPSHOT [55/370] [INFO] from ext/bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-bean-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-bean-validation --- [INFO] Resources: [INFO] org/glassfish/jersey/server/validation/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-bean-validation --- [INFO] Reserved port 36229 for jersey.config.test.container.port [INFO] Reserved port 44883 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bean-validation --- [INFO] [INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >-- [INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT [56/370] [INFO] from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Reserved port 33649 for jersey.config.test.container.port [INFO] Reserved port 36443 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/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.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >---------- [INFO] Building jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT [57/370] [INFO] from ext/cdi/jersey-cdi-rs-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-rs-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject --- [INFO] Reserved port 33283 for jersey.config.test.container.port [INFO] Reserved port 36899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-rs-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@3.0.99-SNAPSHOT?type=pom [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api@5.0.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-io/commons-io@2.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey.tests/version-agnostic@1.0.8?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/jakarta.inject/jakarta.inject-api@2.0.0?type=jar [INFO] CycloneDX: Creating BOM version 1.4 with 885 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 3.0.99-SNAPSHOT [2/373] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40987 for jersey.config.test.container.port [INFO] Reserved port 33621 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT [3/373] [INFO] from archetypes/jersey-heroku-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-heroku-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-heroku-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp --- [INFO] Reserved port 46149 for jersey.config.test.container.port [INFO] Reserved port 35377 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/invoker/maven-javadoc-plugin1652348509.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java]] [parsing completed 18ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.java]] [parsing completed 2ms] Loading source file /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java... [parsing started SimpleFileObject[/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.java]] [parsing completed 1ms] [loading /modules/java.xml.crypto/module-info.class] [loading /modules/jdk.management.agent/module-info.class] [loading /modules/jdk.sctp/module-info.class] [loading /modules/java.compiler/module-info.class] [loading /modules/java.sql.rowset/module-info.class] [loading /modules/java.security.sasl/module-info.class] [loading /modules/java.management.rmi/module-info.class] [loading /modules/jdk.internal.vm.compiler.management/module-info.class] [loading /modules/jdk.accessibility/module-info.class] [loading /modules/jdk.dynalink/module-info.class] [loading /modules/jdk.internal.opt/module-info.class] [loading /modules/jdk.attach/module-info.class] [loading /modules/jdk.internal.ed/module-info.class] [loading /modules/jdk.scripting.nashorn.shell/module-info.class] [loading /modules/jdk.pack/module-info.class] [loading /modules/jdk.compiler/module-info.class] [loading /modules/java.sql/module-info.class] [loading /modules/jdk.scripting.nashorn/module-info.class] [loading /modules/java.management/module-info.class] [loading /modules/jdk.rmic/module-info.class] [loading /modules/java.smartcardio/module-info.class] [loading /modules/jdk.jsobject/module-info.class] [loading /modules/jdk.zipfs/module-info.class] [loading /modules/java.net.http/module-info.class] [loading /modules/jdk.hotspot.agent/module-info.class] [loading /modules/jdk.jcmd/module-info.class] [loading /modules/jdk.security.jgss/module-info.class] [loading /modules/jdk.jartool/module-info.class] [loading /modules/jdk.unsupported/module-info.class] [loading /modules/jdk.management/module-info.class] [loading /modules/jdk.internal.jvmstat/module-info.class] [loading /modules/jdk.jconsole/module-info.class] [loading /modules/jdk.httpserver/module-info.class] [loading /modules/java.xml/module-info.class] [loading /modules/jdk.net/module-info.class] [loading /modules/jdk.internal.le/module-info.class] [loading /modules/jdk.aot/module-info.class] [loading /modules/jdk.internal.vm.compiler/module-info.class] [loading /modules/jdk.xml.dom/module-info.class] [loading /modules/java.naming/module-info.class] [loading /modules/jdk.crypto.cryptoki/module-info.class] [loading /modules/jdk.naming.dns/module-info.class] [loading /modules/jdk.management.jfr/module-info.class] [loading /modules/java.instrument/module-info.class] [loading /modules/jdk.naming.rmi/module-info.class] [loading /modules/jdk.localedata/module-info.class] [loading /modules/jdk.unsupported.desktop/module-info.class] [loading /modules/jdk.jdeps/module-info.class] [loading /modules/jdk.security.auth/module-info.class] [loading /modules/java.se/module-info.class] [loading /modules/java.scripting/module-info.class] [loading /modules/java.logging/module-info.class] [loading /modules/jdk.jlink/module-info.class] [loading /modules/java.prefs/module-info.class] [loading /modules/java.rmi/module-info.class] [loading /modules/java.transaction.xa/module-info.class] [loading /modules/jdk.jfr/module-info.class] [loading /modules/java.desktop/module-info.class] [loading /modules/java.base/module-info.class] [loading /modules/jdk.jdi/module-info.class] [loading /modules/jdk.jdwp.agent/module-info.class] [loading /modules/jdk.jshell/module-info.class] [loading /modules/java.datatransfer/module-info.class] [loading /modules/jdk.crypto.ec/module-info.class] [loading /modules/jdk.charsets/module-info.class] [loading /modules/jdk.jstatd/module-info.class] [loading /modules/jdk.internal.vm.ci/module-info.class] [loading /modules/jdk.editpad/module-info.class] [loading /modules/jdk.javadoc/module-info.class] [loading /modules/java.security.jgss/module-info.class] Constructing Javadoc information... [search path for source files: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/annotations] [search path for class files: /opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/modules,/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar,/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar,/home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar,/home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar,/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar,/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar,/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar,/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/ReflectionHelper.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/LazyValue.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Value.class)] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/util/collection/Values.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/context/RequestScoped.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/context/spi/CreationalContext.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/event/Observes.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/Alternative.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/Any.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/AfterBeanDiscovery.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/AnnotatedType.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/Bean.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/BeanManager.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/BeforeBeanDiscovery.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/Extension.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/InjectionPoint.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/InjectionTarget.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/InjectionTargetFactory.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/PassivationCapable.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/ProcessAnnotatedType.class)] [loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Singleton.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/container/ContainerRequestContext.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/container/ResourceContext.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/container/ResourceInfo.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/Application.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/Configuration.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/HttpHeaders.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/Request.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/SecurityContext.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/core/UriInfo.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/ext/ParamConverterProvider.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/ext/Providers.class)] [loading /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar(/jakarta/ws/rs/sse/Sse.class)] [loading /modules/java.base/java/lang/annotation/Annotation.class] [loading /modules/java.base/java/lang/reflect/Type.class] [loading /modules/java.base/java/security/AccessController.class] [loading /modules/java.base/java/util/Collections.class] [loading /modules/java.base/java/util/HashSet.class] [loading /modules/java.base/java/util/Set.class] [loading /modules/java.base/java/util/UUID.class] [loading /modules/java.base/java/lang/Object.class] [loading /modules/java.base/java/lang/SuppressWarnings.class] [loading /modules/java.base/java/lang/Class.class] [loading /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar(/org/glassfish/jersey/internal/inject/InjectionManager.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/Produces.class)] [loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Inject.class)] [loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(/jakarta/servlet/FilterConfig.class)] [loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(/jakarta/servlet/ServletConfig.class)] [loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(/jakarta/servlet/ServletContext.class)] [loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(/jakarta/servlet/http/HttpServletRequest.class)] [loading /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar(/jakarta/servlet/http/HttpServletResponse.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/context/spi/Contextual.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/inject/spi/BeanAttributes.class)] [loading /modules/java.base/java/lang/String.class] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/util/AnnotationLiteral.class)] [loading /modules/java.base/java/io/Serializable.class] [loading /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar(/jakarta/inject/Qualifier.class)] [loading /modules/java.base/java/lang/annotation/ElementType.class] [loading /modules/java.base/java/lang/annotation/Retention.class] [loading /modules/java.base/java/lang/annotation/RetentionPolicy.class] [loading /modules/java.base/java/lang/annotation/Target.class] [loading /modules/java.base/java/lang/Deprecated.class] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/event/Reception.class)] [loading /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar(/jakarta/enterprise/event/TransactionPhase.class)] [loading /modules/java.base/java/lang/Override.class] [loading /modules/java.base/java/lang/Error.class] [loading /modules/java.base/java/lang/Exception.class] Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.html... [loading /modules/java.base/java/lang/FunctionalInterface.class] Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/JerseyContext.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/ServletReferenceProducer.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/InjectExtension.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/JerseyContext.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/class-use/ServletReferenceProducer.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/org/glassfish/jersey/ext/cdi1x/inject/internal/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/apidocs/help-doc.html... [done in 1385 ms] [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-rs-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >---------- [INFO] Building jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT [58/370] [INFO] from ext/cdi/jersey-cdi1x-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-servlet --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet --- [INFO] Reserved port 43457 for jersey.config.test.container.port [INFO] Reserved port 33117 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT [59/370] [INFO] from ext/cdi/jersey-cdi1x-transaction/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-transaction --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction --- [INFO] Reserved port 43677 for jersey.config.test.container.port [INFO] Reserved port 33501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-transaction --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.99-SNAPSHOT/jersey-heroku-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 3.0.99-SNAPSHOT [4/373] [INFO] from archetypes/jersey-quickstart-grizzly2/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT [60/370] [INFO] from ext/cdi/jersey-cdi1x-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 --- [INFO] Reserved port 44363 for jersey.config.test.container.port [INFO] Reserved port 37043 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json [INFO] attaching as jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.99-SNAPSHOT/jersey-quickstart-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 3.0.99-SNAPSHOT [5/373] [INFO] from archetypes/jersey-quickstart-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-validation --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation --- [INFO] Reserved port 39941 for jersey.config.test.container.port [INFO] Reserved port 38661 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp --- [INFO] Reserved port 34991 for jersey.config.test.container.port [INFO] Reserved port 36227 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json [INFO] attaching as jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.99-SNAPSHOT/jersey-quickstart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 3.0.99-SNAPSHOT [6/373] [INFO] from archetypes/jersey-example-java8-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-example-java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-example-java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp --- [INFO] Reserved port 43435 for jersey.config.test.container.port [INFO] Reserved port 33025 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 3.0.99-SNAPSHOT [61/370] [INFO] from ext/cdi/jersey-weld2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-weld2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-weld2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-weld2-se --- [INFO] Reserved port 43943 for jersey.config.test.container.port [INFO] Reserved port 37587 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-weld2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json [INFO] attaching as jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.99-SNAPSHOT/jersey-example-java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 3.0.99-SNAPSHOT [7/373] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.0.99-SNAPSHOT/jersey-bom-3.0.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 3.0.99-SNAPSHOT [8/373] [INFO] from core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- antrun:3.1.0:run (default) @ jersey-common --- [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 3.0.99-SNAPSHOT [62/370] [INFO] from ext/metainf-services/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-metainf-services --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-metainf-services --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-metainf-services --- [INFO] Reserved port 41469 for jersey.config.test.container.port [INFO] Reserved port 43699 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-metainf-services --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Executing tasks [WARNING] [echo] Building for JDK 11+ [INFO] Executed tasks [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common --- [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$Enable Nov 01, 2023 12:17:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41469/ Nov 01, 2023 12:17:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:17:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41469] Nov 01, 2023 12:17:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41469] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer Nov 01, 2023 12:17:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41469/ Nov 01, 2023 12:17:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41469] Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41469] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient Nov 01, 2023 12:17:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41469/ Nov 01, 2023 12:17:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41469] Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:17:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41469] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >------------- [INFO] Building jersey-micrometer 3.0.99-SNAPSHOT [63/370] [INFO] from ext/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer --- [INFO] Reserved port 45329 for jersey.config.test.container.port [INFO] Reserved port 45601 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/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.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Trace Id [549b4f521b34bdb8f7d30a7dfd1438a6] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. Trace Id [654241c631f4c8209a6823206f27d9b9] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ jersey-common --- [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer --- [WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 3.0.99-SNAPSHOT [64/370] [INFO] from ext/mvc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc --- [INFO] Resources: [INFO] org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc --- [INFO] Reserved port 46153 for jersey.config.test.container.port [INFO] Reserved port 46575 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc --- [INFO] Storing buildNumber: 2023-11-01 12:17:15 at timestamp: 1698841035126 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [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/ci-cd-integration_3.0/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:add-source (compile-0-addsources) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common --- [INFO] Copying 7 resources from src/main/resources to target/classes [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] --- antrun:3.1.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc --- [INFO] [javac] Creating empty /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- antrun:3.1.0:run (compile-2-java11) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java11 [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes-java11 [INFO] Executed tasks [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ jersey-common --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT [65/370] [INFO] from ext/mvc-bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation --- [INFO] Reserved port 34363 for jersey.config.test.container.port [INFO] Reserved port 44915 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation --- [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT [66/370] [INFO] from ext/mvc-freemarker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-freemarker --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-freemarker --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker --- [INFO] Reserved port 46855 for jersey.config.test.container.port [INFO] Reserved port 35255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-freemarker --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 3.0.99-SNAPSHOT [67/370] [INFO] from ext/mvc-jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-jsp --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc-jsp --- [INFO] Resources: [INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp --- [INFO] Reserved port 43395 for jersey.config.test.container.port [INFO] Reserved port 45227 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-jsp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 3.0.99-SNAPSHOT [68/370] [INFO] from ext/mvc-mustache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-mustache --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-mustache --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache --- [INFO] Reserved port 45565 for jersey.config.test.container.port [INFO] Reserved port 41895 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-mustache --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 3.0.99-SNAPSHOT [69/370] [INFO] from ext/proxy-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-proxy-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-proxy-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-proxy-client --- [INFO] Reserved port 36519 for jersey.config.test.container.port [INFO] Reserved port 45225 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-proxy-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-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] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.9.0:compile (base-compile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest Nov 01, 2023 12:17:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-common --- [INFO] Reserved port 37711 for jersey.config.test.container.port [INFO] Reserved port 41513 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-common --- Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:17:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:17:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 3.054 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36519/ Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36519] Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:17:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36519] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 49, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.message.internal.QualityTest [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.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.message.internal.UtilsTest [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.DateProviderTest [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [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.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.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 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.001 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.001 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [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.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.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Nov 01, 2023 12:17:27 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.020 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest [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.JerseyPublisherTest [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 3.0.99-SNAPSHOT [70/370] [INFO] from ext/rx/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36407 for jersey.config.test.container.port [INFO] Reserved port 33221 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 3.0.99-SNAPSHOT [71/370] [INFO] from ext/rx/rx-client-guava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-guava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-guava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava --- [INFO] Reserved port 38851 for jersey.config.test.container.port [INFO] Reserved port 44513 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-guava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/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.rx.guava.RxListenableFutureTest Nov 01, 2023 12:17:29 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109) 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:3111) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava --- [INFO] CycloneDX: Resolving Dependencies java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302) at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:457) at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:432) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-guava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >--------- [INFO] Building jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT [72/370] [INFO] from ext/rx/rx-client-rxjava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava --- [INFO] Reserved port 39597 for jersey.config.test.container.port [INFO] Reserved port 38511 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/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.rx.rxjava.RxObservableTest Nov 01, 2023 12:17:32 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: Observable onError at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118) at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130) 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:3111) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120) 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:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66) at rx.Observable.unsafeSubscribe(Observable.java:10327) at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) 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.220 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest [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.config.AdditionalSystemPropertiesTest Nov 01, 2023 12:17:32 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.008 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Nov 01, 2023 12:17:32 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.012 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.750 s -- in org.glassfish.jersey.client.rx.rxjava.RxObservableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 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.001 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Nov 01, 2023 12:17:32 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 Nov 01, 2023 12:17:32 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null Nov 01, 2023 12:17:32 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null Nov 01, 2023 12:17:32 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.018 s -- in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >-------- [INFO] Building jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT [73/370] [INFO] from ext/rx/rx-client-rxjava2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (tests-with-additional-permissions) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 --- [INFO] Reserved port 44953 for jersey.config.test.container.port [INFO] Reserved port 38581 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/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] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest Nov 01, 2023 12:17:34 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 s -- in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >--------------- [INFO] Building jersey-spring6 3.0.99-SNAPSHOT [74/370] [INFO] from ext/spring6/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-spring6 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-spring6 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/javaPre17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-spring6 --- [INFO] Reserved port 35897 for jersey.config.test.container.port [INFO] Reserved port 35085 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.xml [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.json [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target/jersey-spring6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 3.0.99-SNAPSHOT [75/370] [INFO] from ext/wadl-doclet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/DocProcessor.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet --- [INFO] Reserved port 36721 for jersey.config.test.container.port [INFO] Reserved port 41679 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-wadl-doclet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.xml [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.json [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.054 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] --- jar:3.3.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 3.0.99-SNAPSHOT [76/370] [INFO] from media/json-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-binding --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-binding --- [INFO] Resources: [INFO] org/glassfish/jersey/jsonb/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-binding --- [INFO] Reserved port 42451 for jersey.config.test.container.port [INFO] Reserved port 35693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Running org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common --- [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding --- [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 3.0.99-SNAPSHOT [77/370] [INFO] from ext/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35331 for jersey.config.test.container.port [INFO] Reserved port 42129 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 3.0.99-SNAPSHOT [78/370] [INFO] from ext/microprofile/mp-rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mp-rest-client --- [INFO] Resources: [INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client --- [INFO] Reserved port 36871 for jersey.config.test.container.port [INFO] Reserved port 34553 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-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.microprofile.restclient.InterfaceUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client --- [WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client --- [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 3.0.99-SNAPSHOT [79/370] [INFO] from ext/microprofile/mp-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-config --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-config --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-config --- [INFO] Reserved port 43769 for jersey.config.test.container.port [INFO] Reserved port 44015 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-config --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/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.microprofile.config.ConfigurationProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest Nov 01, 2023 12:17:46 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43769/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:17:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:17:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43769/ Nov 01, 2023 12:17:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:17:47 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43769/ Nov 01, 2023 12:17:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config --- [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 3.0.99-SNAPSHOT [80/370] [INFO] from incubator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43805 for jersey.config.test.container.port [INFO] Reserved port 46385 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >-------- [INFO] Building jersey-inject-cdi-weld 3.0.99-SNAPSHOT [81/370] [INFO] from incubator/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi-inject-weld --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 3.0.99-SNAPSHOT [9/373] [INFO] from inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 37123 for jersey.config.test.container.port [INFO] Reserved port 41735 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 3.0.99-SNAPSHOT [10/373] [INFO] from inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld --- [INFO] Reserved port 44315 for jersey.config.test.container.port [INFO] Reserved port 37467 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-hk2 --- [INFO] Reserved port 36499 for jersey.config.test.container.port [INFO] Reserved port 41287 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.weld.internal.managed.ProviderInjectionTest Nov 01, 2023 12:17:50 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest Nov 01, 2023 12:17:50 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest Nov 01, 2023 12:17:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:50 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94a6f618-abe8-4033-9e14-342f216e3a43 initialized Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94a6f618-abe8-4033-9e14-342f216e3a43 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Nov 01, 2023 12:17:51 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 in __HK2_Generated_38 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,469531202) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:17:51 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 in __HK2_Generated_45 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,703599715) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:17:51 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 in __HK2_Generated_49 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,2016893591) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) 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:3111) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af39528b-1486-4201-a37b-98fc8b138cae initialized Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af39528b-1486-4201-a37b-98fc8b138cae shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eaa3da23-ef6a-4593-9f25-d28228d90814 initialized Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eaa3da23-ef6a-4593-9f25-d28228d90814 shut down [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json [INFO] attaching as jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d3b127e-7e51-44f3-8e76-26414c73c9ae initialized Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d3b127e-7e51-44f3-8e76-26414c73c9ae shut down Nov 01, 2023 12:17:51 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e12ba54-4027-4d8c-b8e4-64bcb24533e0 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e12ba54-4027-4d8c-b8e4-64bcb24533e0 shut down [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 --- Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27fdce5c-52b5-4a41-95d0-fa5730bd12f5 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27fdce5c-52b5-4a41-95d0-fa5730bd12f5 shut down Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd430934-a263-4358-9f0e-fbb5f0abaa84 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd430934-a263-4358-9f0e-fbb5f0abaa84 shut down Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8d70d13-c251-45ba-9dc6-f89cf4d0f8cf initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8d70d13-c251-45ba-9dc6-f89cf4d0f8cf shut down Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3244607c-f2a9-4943-87ec-8f3704418791 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3244607c-f2a9-4943-87ec-8f3704418791 shut down [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 3.0.99-SNAPSHOT [11/373] [INFO] from core-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client --- Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd769e58-ca28-4895-aed4-93f046b48db8 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd769e58-ca28-4895-aed4-93f046b48db8 shut down Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8200ef29-6090-4073-984b-4e15f9c4c357 initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8200ef29-6090-4073-984b-4e15f9c4c357 shut down Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.255 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2b26c5f-e391-4724-a264-220b26710aff initialized Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2b26c5f-e391-4724-a264-220b26710aff shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af8f4e2b-a850-45f3-9aa3-b41e26d30843 initialized Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af8f4e2b-a850-45f3-9aa3-b41e26d30843 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a1345474-8f5c-4c0d-92bb-6fca60626526 initialized Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a1345474-8f5c-4c0d-92bb-6fca60626526 shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3f846d8-0b21-46ef-9abe-985da1a4ffb8 initialized Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3f846d8-0b21-46ef-9abe-985da1a4ffb8 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:17:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68746fe6-4528-4abe-86f8-0cacfd240bba initialized Nov 01, 2023 12:17:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68746fe6-4528-4abe-86f8-0cacfd240bba shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Nov 01, 2023 12:17:53 PM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld --- [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed, has 1, private references [org.glassfish.jersey.inject.weld.internal.managed] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 3.0.99-SNAPSHOT [82/370] [INFO] from incubator/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-client --- [INFO] Reserved port 36369 for jersey.config.test.container.port [INFO] Reserved port 36535 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-declarative-linking --- [INFO] Reserved port 36755 for jersey.config.test.container.port [INFO] Reserved port 35277 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/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.filter.EncodingFilterTest Nov 01, 2023 12:17:56 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.435 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.025 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.linking.LinkELContextTest Create expression factory Literal expression [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.156 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Nested expression Embedded expression Multiple expressions Raw expression Boolean expression [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Nov 01, 2023 12:17:56 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.glassfish.jersey.linking.FieldDescriptor$1 (file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/classes/) to field java.util.HashMap$Node.next WARNING: Please consider reporting this to the maintainers of org.glassfish.jersey.linking.FieldDescriptor$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Nov 01, 2023 12:17:56 PM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Nov 01, 2023 12:17:57 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.linking.FieldProcessorTest [INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest Template Literal EL Parameters Literal EL Multiple Literal [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.linking.HeaderProcessorTest [INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest Declared properties Resource class link Inherited properties Set link String link Nov 01, 2023 12:17:57 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.118 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [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.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.059 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Nov 01, 2023 12:17:57 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.linking.EntityDescriptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.173 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Nov 01, 2023 12:17:57 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. Nov 01, 2023 12:17:57 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. Nov 01, 2023 12:17:57 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. Nov 01, 2023 12:17:57 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.037 s -- in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking --- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Nov 01, 2023 12:17:58 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 12:17:58 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Nov 01, 2023 12:17:58 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.114 s -- in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Nov 01, 2023 12:17:58 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. Nov 01, 2023 12:17:58 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. Nov 01, 2023 12:17:58 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. Nov 01, 2023 12:17:58 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.068 s -- in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [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.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.client.ClientRxTest [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] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Nov 01, 2023 12:17:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: 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. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. Nov 01, 2023 12:17:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: 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. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 3.0.99-SNAPSHOT [83/370] [INFO] from incubator/gae-integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gae-integration --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gae-integration --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gae-integration --- [INFO] Reserved port 36223 for jersey.config.test.container.port [INFO] Reserved port 38617 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gae-integration --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 3.0.99-SNAPSHOT [84/370] [INFO] from incubator/html-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ html-json --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ html-json --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ html-json --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ html-json --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ html-json --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ html-json --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ html-json --- [INFO] Reserved port 43259 for jersey.config.test.container.port [INFO] Reserved port 37687 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ html-json --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/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.media.htmljson.ModelEntityOnArrayTest Nov 01, 2023 12:18:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43259/ Nov 01, 2023 12:18:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43259] Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:18:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43259] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ html-json --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json --- [INFO] [INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >------- [INFO] Building jersey-inject-injectless-client 3.0.99-SNAPSHOT [85/370] [INFO] from incubator/injectless-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-injectless-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-injectless-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-injectless-client --- [INFO] Reserved port 44325 for jersey.config.test.container.port [INFO] Reserved port 44043 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-injectless-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 3.0.99-SNAPSHOT [86/370] [INFO] from incubator/kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-kryo --- [INFO] Reserved port 41923 for jersey.config.test.container.port [INFO] Reserved port 33579 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/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.kryo.PersonResourceTest Nov 01, 2023 12:18:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/home/jenkins/.m2/repository/com/esotericsoftware/kryo/4.0.2/kryo-4.0.2.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object) WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] Nov 01, 2023 12:18:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] Nov 01, 2023 12:18:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 s -- in org.glassfish.jersey.kryo.PersonResourceTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest Nov 01, 2023 12:18:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] Nov 01, 2023 12:18:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] Nov 01, 2023 12:18:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41923/ Nov 01, 2023 12:18:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41923] Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41923] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 3.0.99-SNAPSHOT [87/370] [INFO] from incubator/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-open-tracing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-open-tracing --- [INFO] Resources: [INFO] org/glassfish/jersey/opentracing/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-open-tracing --- [INFO] Reserved port 35065 for jersey.config.test.container.port [INFO] Reserved port 34207 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.393 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 172, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json [INFO] attaching as jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target/jersey-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing --- [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 3.0.99-SNAPSHOT [88/370] [INFO] from inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi2-se --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi2-se --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi2-se --- [INFO] Reserved port 46411 for jersey.config.test.container.port [INFO] Reserved port 45091 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 3.0.99-SNAPSHOT [12/373] [INFO] from media/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 39739 for jersey.config.test.container.port [INFO] Reserved port 36881 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest Nov 01, 2023 12:18:11 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 3.0.99-SNAPSHOT [13/373] [INFO] from media/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb --- Nov 01, 2023 12:18:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3fc1c5f1-b1a4-4e25-bd35-1e1e4d6d8069 initialized Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3fc1c5f1-b1a4-4e25-bd35-1e1e4d6d8069 shut down Nov 01, 2023 12:18:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8af48cfe-f924-4866-b1c6-1cf7709e42d0 initialized Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8af48cfe-f924-4866-b1c6-1cf7709e42d0 shut down Nov 01, 2023 12:18:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4d7d555-7f3d-4e5a-ad86-f0872c77cdc7 initialized Nov 01, 2023 12:18:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4d7d555-7f3d-4e5a-ad86-f0872c77cdc7 shut down [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-jaxb --- [INFO] Resources: [INFO] org/glassfish/jersey/jaxb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb --- Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee8832e3-4267-4add-9281-c6ad73bd23e1 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee8832e3-4267-4add-9281-c6ad73bd23e1 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79e900ca-96b0-440b-bb7c-08e140b07140 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79e900ca-96b0-440b-bb7c-08e140b07140 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c67ed00-2cef-44d0-ae63-aca38933d18a initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c67ed00-2cef-44d0-ae63-aca38933d18a shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf3ea148-5232-4976-8dd9-66c470787712 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf3ea148-5232-4976-8dd9-66c470787712 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a0eb8f4-ed29-49f0-8ccf-bb9ee59c0fc2 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a0eb8f4-ed29-49f0-8ccf-bb9ee59c0fc2 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43c90d83-797b-4315-ad16-ace6990be9d2 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43c90d83-797b-4315-ad16-ace6990be9d2 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9bc515b9-01e4-41f9-9eee-279bc8098d1e initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9bc515b9-01e4-41f9-9eee-279bc8098d1e shut down [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3e71f0d-cac8-4715-9925-3fb210c02c9d initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3e71f0d-cac8-4715-9925-3fb210c02c9d shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dcb183e-2b0f-418e-addf-261381513259 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dcb183e-2b0f-418e-addf-261381513259 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c7d026c-e438-411a-b79a-beffb9d13c08 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c7d026c-e438-411a-b79a-beffb9d13c08 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5bd102d-8f4e-456d-9784-1c013c5a302b initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5bd102d-8f4e-456d-9784-1c013c5a302b shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a214760-783c-474b-a373-ad8a8f99c4ac initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a214760-783c-474b-a373-ad8a8f99c4ac shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e4dc2b2-9a9e-4c77-9eda-e2cc22775832 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e4dc2b2-9a9e-4c77-9eda-e2cc22775832 shut down [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b3627c2-0757-46fd-8bdf-6c0d45689f16 initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b3627c2-0757-46fd-8bdf-6c0d45689f16 shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fcdab262-95e9-4dcf-8194-f4ed1c8834bd initialized Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fcdab262-95e9-4dcf-8194-f4ed1c8834bd shut down Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Nov 01, 2023 12:18:12 PM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Nov 01, 2023 12:18:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d9e6810-3907-419f-8558-187baf903be9 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bda16a95-aeb8-4d8d-b430-4bafacbc7dd7 initialized [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-jaxb --- [INFO] Reserved port 37867 for jersey.config.test.container.port [INFO] Reserved port 44347 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc03041f-f7cc-4099-af65-d46d6a4497da initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 042a185f-ce28-44ed-84a8-b3999ab6569a initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c8d3a0d-7b81-4692-9e2a-e66185dfa487 initialized [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3fcb606d-fdf2-407e-8d56-e84bc17877a9 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3fcb606d-fdf2-407e-8d56-e84bc17877a9 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c45e98d-e4ed-4cc3-bfef-dda5bc4a09c7 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c45e98d-e4ed-4cc3-bfef-dda5bc4a09c7 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aca75c9e-3824-4293-a85d-bc3a6996725c initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aca75c9e-3824-4293-a85d-bc3a6996725c shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab86957b-af30-405c-a459-d5db2b0c408f initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab86957b-af30-405c-a459-d5db2b0c408f shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63306a72-ceed-49ec-bca0-70e1fdebca0b initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63306a72-ceed-49ec-bca0-70e1fdebca0b shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b89b4b53-251e-4d78-ad81-72c48edf5e06 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b89b4b53-251e-4d78-ad81-72c48edf5e06 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bfdaf79-716b-4156-ab11-856e3550e349 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bfdaf79-716b-4156-ab11-856e3550e349 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e041c9ac-f8ee-41b4-bebb-fad52b9a56b1 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e041c9ac-f8ee-41b4-bebb-fad52b9a56b1 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf4e4db7-2a00-4ac8-bbd6-d70688e6809b initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf4e4db7-2a00-4ac8-bbd6-d70688e6809b shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f6ef90f-5ef7-4b83-8669-3a37c9ef0748 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f6ef90f-5ef7-4b83-8669-3a37c9ef0748 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0287fd59-b676-490e-9672-5fd86f8c2a71 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0287fd59-b676-490e-9672-5fd86f8c2a71 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7f3d0ba-a70b-42a7-b51e-dfa46a5f2e77 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7f3d0ba-a70b-42a7-b51e-dfa46a5f2e77 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f247db70-5728-4114-960f-eda766b9a704 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f247db70-5728-4114-960f-eda766b9a704 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1335e32b-1ded-45d4-8577-80074bc3b738 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1335e32b-1ded-45d4-8577-80074bc3b738 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8f8d46f-4e1e-466d-801f-3d5a4e059447 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8f8d46f-4e1e-466d-801f-3d5a4e059447 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce12ddfc-e697-4bb9-9901-bcd07e14a123 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce12ddfc-e697-4bb9-9901-bcd07e14a123 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb6feb8b-22b0-486d-b37b-532ce6941fc5 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb6feb8b-22b0-486d-b37b-532ce6941fc5 shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bb731f9-e565-4e59-b784-834df90c0e17 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bb731f9-e565-4e59-b784-834df90c0e17 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98a490f2-e45d-4bb3-ba9b-659e756a8b24 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98a490f2-e45d-4bb3-ba9b-659e756a8b24 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b65f6455-d1af-4f9c-972f-2aea872ed9f3 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b65f6455-d1af-4f9c-972f-2aea872ed9f3 shut down Nov 01, 2023 12:18:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9043a16b-edb6-4942-ab41-c60f210651a4 initialized Nov 01, 2023 12:18:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9043a16b-edb6-4942-ab41-c60f210651a4 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se --- [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >---------- [INFO] Building jersey-media-json-gson 3.0.99-SNAPSHOT [89/370] [INFO] from media/json-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-gson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-gson --- [INFO] Resources: [INFO] org/glassfish/jersey/gson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-gson --- [INFO] Reserved port 42501 for jersey.config.test.container.port [INFO] Reserved port 41253 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-gson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json [INFO] attaching as jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] Running org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/jaxb/target/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 3.0.99-SNAPSHOT [90/370] [INFO] from media/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 3.0.99-SNAPSHOT [14/373] [INFO] from core-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jettison --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jettison --- [INFO] Resources: [INFO] org/glassfish/jersey/jettison/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison --- [INFO] Reserved port 43919 for jersey.config.test.container.port [INFO] Reserved port 38351 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server --- [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jettison --- [INFO] [INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >------- [INFO] Building jersey-media-json-processing 3.0.99-SNAPSHOT [91/370] [INFO] from media/json-processing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-processing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-processing --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-processing --- [INFO] Reserved port 46049 for jersey.config.test.container.port [INFO] Reserved port 35573 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-processing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/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.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 3.0.99-SNAPSHOT [92/370] [INFO] from media/moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-moxy --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-moxy --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-moxy --- [INFO] Reserved port 45717 for jersey.config.test.container.port [INFO] Reserved port 42595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 3.0.99-SNAPSHOT [93/370] [INFO] from media/multipart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 370 source files with javac [debug target 1.8] to target/classes [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-multipart --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-multipart --- [INFO] Resources: [INFO] org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-multipart --- [INFO] Reserved port 36401 for jersey.config.test.container.port [INFO] Reserved port 33331 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-multipart --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/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/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 370 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Nov 01, 2023 12:18:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 146 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.812 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterDateTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamConverterDateTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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/ci-cd-integration_3.0/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-server --- [INFO] Reserved port 40359 for jersey.config.test.container.port [INFO] Reserved port 43529 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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] ------------------------------------------------------- Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:18:24 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:18:25 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:18:27 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. Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:18:27 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. Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Nov 01, 2023 12:18:27 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: 1.014 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest Nov 01, 2023 12:18:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.793 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Nov 01, 2023 12:18:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:18:28 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36401/ Nov 01, 2023 12:18:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36401] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:18:28 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 12:18:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36401] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.515 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [94/370] [INFO] from security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 32817 for jersey.config.test.container.port [INFO] Reserved port 41489 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 3.0.99-SNAPSHOT [95/370] [INFO] from security/oauth1-signature/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature --- [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-signature --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-signature --- [INFO] Resources: [INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-signature --- [INFO] Reserved port 37557 for jersey.config.test.container.port [INFO] Reserved port 34971 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-signature --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.821 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest ### 200 [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-signature --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature --- ### 200 [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [96/370] [INFO] from security/oauth1-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-client --- [INFO] Reserved port 33357 for jersey.config.test.container.port [INFO] Reserved port 34319 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client --- [INFO] CycloneDX: Resolving Dependencies ### 200 [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.pom ### 200 ### 200 [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client --- ### 200 ### 200 ### 200 [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 3.0.99-SNAPSHOT [97/370] [INFO] from security/oauth1-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes ### 200 ### 200 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-server --- [INFO] Reserved port 41257 for jersey.config.test.container.port [INFO] Reserved port 35891 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ### 200 ### 200 ### 200 ### 200 [INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.004 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest ### 200 ### 200 ### 200 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.702 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server --- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 3.0.99-SNAPSHOT [98/370] [INFO] from security/oauth2-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth2-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth2-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth2-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.210 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth2-client --- [INFO] Reserved port 40153 for jersey.config.test.container.port [INFO] Reserved port 38949 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth2-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth2-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 3.0.99-SNAPSHOT [99/370] [INFO] from test-framework/util/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-util --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-util --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-util --- [INFO] Reserved port 44369 for jersey.config.test.container.port [INFO] Reserved port 44585 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-util --- [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [afromString, fromString, bfromString] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest Nov 01, 2023 12:18:40 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest Nov 01, 2023 12:18:40 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest [INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 3.0.99-SNAPSHOT [100/370] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 46245 for jersey.config.test.container.port [INFO] Reserved port 43085 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 3.0.99-SNAPSHOT [101/370] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e --- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/test-classes [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/CacheControlImplTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e --- [INFO] Reserved port 41803 for jersey.config.test.container.port [INFO] Reserved port 41973 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.618 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest Nov 01, 2023 12:18:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:98) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 93 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) ... 97 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:18:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:196) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:88) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Nov 01, 2023 12:18:44 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.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() at matching regular expression /aaa. 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.113 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.tests.api.OptionsTest Nov 01, 2023 12:18:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest Nov 01, 2023 12:18:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:596) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:576) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest Nov 01, 2023 12:18:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Nov 01, 2023 12:18:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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.238 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest Nov 01, 2023 12:18:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s -- in org.glassfish.jersey.tests.api.OptionsTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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@235c197b]}, 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: [@jakarta.ws.rs.POST(), @jakarta.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 jakarta.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 jakarta.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: [@jakarta.ws.rs.GET(), @jakarta.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$ResourceRootNotUnique.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.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 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 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: 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: 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 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: 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 jakarta.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: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. 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. 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Nov 01, 2023 12:18:46 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@c530b93]}, 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Nov 01, 2023 12:18:46 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 12:18:46 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). Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Nov 01, 2023 12:18:46 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). Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Nov 01, 2023 12:18:46 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 Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Nov 01, 2023 12:18:46 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:18:46 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: Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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: Nov 01, 2023 12:18:46 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: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()] Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Nov 01, 2023 12:18:46 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: Nov 01, 2023 12:18:46 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.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(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Nov 01, 2023 12:18:46 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 jakarta.ws.rs.QueryParam. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Nov 01, 2023 12:18:46 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: Nov 01, 2023 12:18:46 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: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()] Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Nov 01, 2023 12:18:46 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 V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Nov 01, 2023 12:18:46 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. Nov 01, 2023 12:18:46 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.168 s -- in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest Nov 01, 2023 12:18:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest Nov 01, 2023 12:18:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest Nov 01, 2023 12:18:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:18:47 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 jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Nov 01, 2023 12:18:47 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 jakarta.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. Nov 01, 2023 12:18:47 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 jakarta.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. Nov 01, 2023 12:18:47 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:18:47 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. Nov 01, 2023 12:18:47 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 jakarta.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. Nov 01, 2023 12:18:47 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 jakarta.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. Nov 01, 2023 12:18:47 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:18:47 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. Nov 01, 2023 12:18:47 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 jakarta.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. Nov 01, 2023 12:18:47 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. Nov 01, 2023 12:18:47 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 jakarta.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. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [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.049 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest Nov 01, 2023 12:18:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] one Nov 01, 2023 12:18:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:48 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. Nov 01, 2023 12:18:48 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.334 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Nov 01, 2023 12:18:48 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. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:18:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 s -- in org.glassfish.jersey.tests.api.VariantsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Nov 01, 2023 12:18:49 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.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test. Nov 01, 2023 12:18:49 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 //([^/]+). Nov 01, 2023 12:18:49 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. Nov 01, 2023 12:18:49 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.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.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$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. 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. Nov 01, 2023 12:18:49 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. Nov 01, 2023 12:18:49 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.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() 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. Nov 01, 2023 12:18:49 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. Nov 01, 2023 12:18:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:49 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. [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.117 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Nov 01, 2023 12:18:49 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Nov 01, 2023 12:18:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:18:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:49 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.ApplicationHandlerTest$MergedA1.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() at matching regular expression /merged. 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.139 s -- in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Nov 01, 2023 12:18:49 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.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) 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. Nov 01, 2023 12:18:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:18:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.027 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.ContainerRequestTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.ContainerRequestTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Running org.glassfish.jersey.server.ApplicationTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource 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.ApplicationTest$DummyResource will be ignored. Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.920 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.SecurityManagerConfiguredTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource 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.AsyncCallbackServerTest$CompletionResource will be ignored. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.server.ResourceConfigTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Running org.glassfish.jersey.server.ResourceMergeTest Nov 01, 2023 12:18:51 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@587c0397, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@587c0397], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:18:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:18:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.222 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:18:52 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 920, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml Nov 01, 2023 12:18:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json [INFO] attaching as jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server --- Nov 01, 2023 12:18:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar Nov 01, 2023 12:18:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/target/jersey-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server --- Nov 01, 2023 12:18:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.200 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Nov 01, 2023 12:18:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Nov 01, 2023 12:18:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:18:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:18:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Nov 01, 2023 12:19:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.955 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 3.0.99-SNAPSHOT [15/373] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 37497 for jersey.config.test.container.port [INFO] Reserved port 36193 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 3.0.99-SNAPSHOT [16/373] [INFO] from containers/grizzly2-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-grizzly2-http --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http --- [INFO] Reserved port 38743 for jersey.config.test.container.port [INFO] Reserved port 32809 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/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.tests.api.LocationHeaderWithAbsolutizationDisabledTest Nov 01, 2023 12:19:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest Client implementation: org.glassfish.jersey.grizzly2.httpserver.test.tools.JdkHttpClientThread Count of clients: 30 Test duration: 10 s Nov 01, 2023 12:19:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:05 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 12:19:05 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:05 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:05 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Nov 01, 2023 12:19:05 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:19:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-gjwcb:46181] Nov 01, 2023 12:19:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Nov 01, 2023 12:19:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.412 s -- in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Nov 01, 2023 12:19:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Nov 01, 2023 12:19:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:11 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:41803/locationWithBody Nov 01, 2023 12:19:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:12 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:19:12 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 12:19:12 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:41803/location Nov 01, 2023 12:19:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Nov 01, 2023 12:19:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:13 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:13 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:14 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:41803/ResponseTest/executorAsync Nov 01, 2023 12:19:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:14 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:14 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:41803/ResponseTest/locationAsync Nov 01, 2023 12:19:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Nov 01, 2023 12:19:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Server processed 5830 requests of test https2(). Nov 01, 2023 12:19:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-gjwcb:46181] Nov 01, 2023 12:19:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:19:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-gjwcb:42089] Nov 01, 2023 12:19:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Nov 01, 2023 12:19:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:17 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:19:17 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:19:17 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:19:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:19:18 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:19:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.810 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Nov 01, 2023 12:19:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:20 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:41803/test/location Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:20 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:20 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:41803/location Nov 01, 2023 12:19:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Nov 01, 2023 12:19:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 12:19:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Nov 01, 2023 12:19:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Nov 01, 2023 12:19:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest Server processed 18485 requests of test http(). Nov 01, 2023 12:19:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-gjwcb:42089] Server processed 0 requests of test http2(). Nov 01, 2023 12:19:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-gjwcb:38633] Nov 01, 2023 12:19:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Nov 01, 2023 12:19:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Nov 01, 2023 12:19:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:41803/ResponseTest/UriChangedByFilter Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:41803/ResponseTest/UriChangedByInterceptor Nov 01, 2023 12:19:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:41803/uriAfterPreMatchingAbortion/SUCCESS Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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) Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:31 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:19:32 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:19:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.ResponseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.glassfish.jersey.tests.api.ResponseTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Nov 01, 2023 12:19:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:41803], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Nov 01, 2023 12:19:36 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2)], host=[localhost:41803], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]} Nov 01, 2023 12:19:36 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.407 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest Server processed 21933 requests of test https(). Nov 01, 2023 12:19:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-gjwcb:38633] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.14 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json [INFO] attaching as jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-http/target/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-http --- [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >---- [INFO] Building jersey-container-servlet-core 3.0.99-SNAPSHOT [17/373] [INFO] from containers/jersey-servlet-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet-core --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet-core --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core --- [INFO] Reserved port 38653 for jersey.config.test.container.port [INFO] Reserved port 44169 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.api.CookieImplTest [INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Nov 01, 2023 12:19:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json [INFO] attaching as jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF Nov 01, 2023 12:19:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet-core/target/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core --- Nov 01, 2023 12:19:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 3.0.99-SNAPSHOT [18/373] [INFO] from test-framework/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38627 for jersey.config.test.container.port [INFO] Reserved port 43971 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 3.0.99-SNAPSHOT [19/373] [INFO] from test-framework/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core --- Nov 01, 2023 12:19:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-core --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-core --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-core --- [INFO] Reserved port 33679 for jersey.config.test.container.port [INFO] Reserved port 42001 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] Running org.glassfish.jersey.test.JerseyTestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.test.JerseyTestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:19:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.440 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json [INFO] attaching as jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core --- [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Nov 01, 2023 12:19:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/core/target/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/3.0.99-SNAPSHOT/jersey-test-framework-core-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core --- Nov 01, 2023 12:19:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 3.0.99-SNAPSHOT [20/373] [INFO] from containers/jersey-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet --- Nov 01, 2023 12:19:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet --- [INFO] Reserved port 34251 for jersey.config.test.container.port [INFO] Reserved port 44991 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json [INFO] attaching as jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jersey-servlet/target/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.99-SNAPSHOT/jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet --- [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT [21/373] [INFO] from containers/grizzly2-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet --- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet --- [INFO] Reserved port 38489 for jersey.config.test.container.port [INFO] Reserved port 40563 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Nov 01, 2023 12:19:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json [INFO] attaching as jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- Nov 01, 2023 12:19:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 3.0.99-SNAPSHOT [22/373] [INFO] from test-framework/providers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38153 for jersey.config.test.container.port [INFO] Reserved port 34737 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:19:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >-- [INFO] Building jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT [23/373] [INFO] from test-framework/providers/grizzly2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 --- Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 --- [INFO] Reserved port 46399 for jersey.config.test.container.port [INFO] Reserved port 41355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Nov 01, 2023 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest Nov 01, 2023 12:19:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:19:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Nov 01, 2023 12:19:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:19:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46399 Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46431] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:46431/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46431] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Nov 01, 2023 12:19:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] Nov 01, 2023 12:19:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46399/ Nov 01, 2023 12:19:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46399] Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46399] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Nov 01, 2023 12:19:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:19:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33777] Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:19:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33777/ Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33777] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:19:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json [INFO] attaching as jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/3.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- Nov 01, 2023 12:19:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 3.0.99-SNAPSHOT [24/373] [INFO] from connectors/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33387 for jersey.config.test.container.port [INFO] Reserved port 44801 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 3.0.99-SNAPSHOT [25/373] [INFO] from connectors/apache-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector --- [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Nov 01, 2023 12:19:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes Nov 01, 2023 12:19:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:19:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache-connector --- [INFO] Reserved port 38285 for jersey.config.test.container.port [INFO] Reserved port 41193 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:19:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.050 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Nov 01, 2023 12:19:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest Nov 01, 2023 12:19:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:19:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:19:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Nov 01, 2023 12:19:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:19:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:19:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 s -- in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest Nov 01, 2023 12:19:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Nov 01, 2023 12:19:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:19:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest Nov 01, 2023 12:19:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:19:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:19:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:19:59 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Nov 01, 2023 12:19:59 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 12:20:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:00 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:20:00 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:20:00 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:20:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.354 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Nov 01, 2023 12:20:01 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:20:01 PM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 12:20:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 12:20:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:20:02 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:20:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:20:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.057 s -- in org.glassfish.jersey.apache.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache.connector.AuthTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.562 s -- in org.glassfish.jersey.apache.connector.AuthTest [INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:20:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38285: Read timed out Nov 01, 2023 12:20:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:38285 Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:20:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38285: Read timed out Nov 01, 2023 12:20:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:38285 Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest Nov 01, 2023 12:20:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:20:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.glassfish.jersey.apache.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38285/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38285 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:38285/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 12:20:05 PM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38285/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38285 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:38285/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-0 2 > GET http://localhost:38285/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38285 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-0 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:38285/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:38285 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:38285/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:38285 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-3 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-0 5 > GET http://localhost:38285/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:38285 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-1 6 > GET http://localhost:38285/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:38285 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-1 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-0 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:38285/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:38285 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:38285/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:38285 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-2 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:38285/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:38285 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:38285/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:38285 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-2 12 > GET http://localhost:38285/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:38285 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-3 11 > GET http://localhost:38285/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:38285 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-2 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-3 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-1 13 > GET http://localhost:38285/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:38285 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:38285/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:38285 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-1 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-2 16 > GET http://localhost:38285/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:38285 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-3 15 > GET http://localhost:38285/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:38285 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-2 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-3 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:38285/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:38285 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-0 18 > GET http://localhost:38285/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:38285 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-1 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-0 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-3 19 > GET http://localhost:38285/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:38285 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-2 20 > GET http://localhost:38285/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:38285 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-3 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-2 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 25 Nov 01, 2023 12:20:05 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:05 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38285/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38285 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38285/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38285 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Nov 01, 2023 12:20:06 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.apache.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache.connector.CookieTest Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.apache.connector.CookieTest [INFO] Running org.glassfish.jersey.apache.connector.StreamingTest Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.410 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 12:20:07 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s -- in org.glassfish.jersey.apache.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest Nov 01, 2023 12:20:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] Nov 01, 2023 12:20:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38285/ Nov 01, 2023 12:20:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38285] Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:20:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:20:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json [INFO] attaching as jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector --- Nov 01, 2023 12:20:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:08 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache-connector/target/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector --- Nov 01, 2023 12:20:08 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 12:20:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------ [INFO] Building jersey-connectors-apache5 3.0.99-SNAPSHOT [26/373] [INFO] from connectors/apache5-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache5-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache5-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache5/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 12:20:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache5-connector --- [INFO] Reserved port 34479 for jersey.config.test.container.port [INFO] Reserved port 33331 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache5-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:20:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:09 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-3 1 > GET http://localhost:41803/ 1 > custom_header: client/request Nov 01, 2023 12:20:09 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Nov 01, 2023 12:20:09 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:20:09 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-3 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-1-worker-3 1 > GET http://localhost:41803/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-1-worker-3 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:20:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest Nov 01, 2023 12:20:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 12:20:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:20:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Nov 01, 2023 12:20:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.550 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 12:20:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-3 1 > GET http://localhost:41803/ 1 > custom_header: client/request Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:20:13 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-2-worker-3 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-2-worker-3 1 > GET http://localhost:41803/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:41803/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:41803 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-2-worker-3 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:20:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.907 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.161 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache5.connector.AuthTest Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:20:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.310 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.857 s -- in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:34479/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:34479 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:34479/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 500 1 < Content-Type: text/plain Error. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:34479/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:34479 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 500 2 < Content-Type: text/plain Error2. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:34479/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:34479/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:34479 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-3 3 > GET http://localhost:34479/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:34479 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-2 4 > GET http://localhost:34479/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:34479 4 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-3 3 < 200 3 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-2 4 < 200 4 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-0 5 > GET http://localhost:34479/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:34479 5 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-0 5 < 200 5 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-1 6 > GET http://localhost:34479/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:34479 6 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-2 8 > GET http://localhost:34479/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:34479 8 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-3 7 > GET http://localhost:34479/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:34479 7 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-0 9 > GET http://localhost:34479/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:34479 9 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-1 6 < 200 6 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-2 8 < 200 8 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-3 7 < 200 7 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-0 9 < 200 9 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-2 10 > GET http://localhost:34479/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:34479 10 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-2 10 < 200 10 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-1 11 > GET http://localhost:34479/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:34479 11 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-0 13 > GET http://localhost:34479/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:34479 13 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-3 12 > GET http://localhost:34479/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:34479 12 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-1 11 < 200 11 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-0 13 < 200 13 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-2 14 > GET http://localhost:34479/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:34479 14 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-3 12 < 200 12 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-2 14 < 200 14 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-1 15 > GET http://localhost:34479/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:34479 15 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-0 16 > GET http://localhost:34479/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:34479 16 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-3 17 > GET http://localhost:34479/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:34479 17 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-1 15 < 200 15 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-0 16 < 200 16 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-2 18 > GET http://localhost:34479/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:34479 18 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-3 17 < 200 17 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-2 18 < 200 18 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-1 19 > GET http://localhost:34479/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:34479 19 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-0 20 > GET http://localhost:34479/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:34479 20 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-1 19 < 200 19 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-0 20 < 200 20 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 40 Nov 01, 2023 12:20:15 PM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. CustomLoggingFilter.preFilter called Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:34479/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:34479 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:34479/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:34479 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 12:20:15 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Nov 01, 2023 12:20:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Nov 01, 2023 12:20:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:20:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:126) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:251) at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194) at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Nov 01, 2023 12:20:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Nov 01, 2023 12:20:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 s -- in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:20:19 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:20:19 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:20:19 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Nov 01, 2023 12:20:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:20 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:20:20 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:20:20 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:20:20 PM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:20:20 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.470 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Nov 01, 2023 12:20:21 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Nov 01, 2023 12:20:23 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 12:20:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:24 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:20:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.060 s -- in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Nov 01, 2023 12:20:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] Nov 01, 2023 12:20:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34479/ Nov 01, 2023 12:20:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34479] Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:20:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34479] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 12:20:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json [INFO] attaching as jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/apache5-connector/target/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/3.0.99-SNAPSHOT/jersey-apache5-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache5-connector --- Nov 01, 2023 12:20:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >-- [INFO] Building jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT [27/373] [INFO] from test-framework/providers/inmemory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:20:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory --- [INFO] Reserved port 39625 for jersey.config.test.container.port [INFO] Reserved port 36533 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-inmemory --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/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.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:29 PM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Nov 01, 2023 12:20:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest Nov 01, 2023 12:20:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 12:20:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory --- Nov 01, 2023 12:20:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json [INFO] attaching as jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/3.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >-- [INFO] Building jersey-test-framework-provider-external 3.0.99-SNAPSHOT [28/373] [INFO] from test-framework/providers/external/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-external --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external --- [INFO] Reserved port 42907 for jersey.config.test.container.port [INFO] Reserved port 35255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-external --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 12:20:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:30 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json [INFO] attaching as jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/external/target/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/3.0.99-SNAPSHOT/jersey-test-framework-provider-external-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-external --- [INFO] [INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------ [INFO] Building jersey-container-jdk-http 3.0.99-SNAPSHOT [29/373] [INFO] from containers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http --- Nov 01, 2023 12:20:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jdk-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jdk-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http --- [INFO] Reserved port 38213 for jersey.config.test.container.port [INFO] Reserved port 35285 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/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.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 12:20:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest Nov 01, 2023 12:20:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 12:20:32 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:20:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:32 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 12:20:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:33 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:20:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 12:20:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 12:20:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 12:20:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 12:20:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.549 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest Nov 01, 2023 12:20:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Nov 01, 2023 12:20:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:38 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:38213 Nov 01, 2023 12:20:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=0 identityHashCode=188911190 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=0 identityHashCode=188911190 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:20:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 12:20:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=177 locatorId=0 identityHashCode=834225401 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=177 locatorId=0 identityHashCode=834225401 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=177 locatorId=0 identityHashCode=834225401 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=177 locatorId=0 identityHashCode=834225401 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 12:20:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 12:20:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:41 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.068 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Nov 01, 2023 12:20:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:41 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Nov 01, 2023 12:20:41 PM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https context created Nov 01, 2023 12:20:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:42 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Nov 01, 2023 12:20:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Nov 01, 2023 12:20:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:42 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:38213 Nov 01, 2023 12:20:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 12:20:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=823919644 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=823919644 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=823919644 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=0 identityHashCode=823919644 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) 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) Nov 01, 2023 12:20:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 12:20:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:20:45 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:45 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: /127.0.0.1:38213 Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 12:20:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 12:20:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=174 locatorId=17 identityHashCode=383188438 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=174 locatorId=17 identityHashCode=383188438 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=19 identityHashCode=1931087917 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=19 identityHashCode=1931087917 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=19 identityHashCode=1931087917 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=174 locatorId=19 identityHashCode=1931087917 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 12:20:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=312408161 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=312408161 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=312408161 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=312408161 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) 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:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:20:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Nov 01, 2023 12:20:47 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:48 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.118 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json [INFO] attaching as jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jdk-http/target/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/3.0.99-SNAPSHOT/jersey-container-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jdk-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >-- [INFO] Building jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT [30/373] [INFO] from test-framework/providers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http --- [INFO] Reserved port 46281 for jersey.config.test.container.port [INFO] Reserved port 45267 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.470 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Nov 01, 2023 12:20:49 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:20:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:50 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:37763/ Nov 01, 2023 12:20:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Nov 01, 2023 12:20:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.581 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest Nov 01, 2023 12:20:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:46281/ Nov 01, 2023 12:20:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Nov 01, 2023 12:20:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.061 s -- in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json [INFO] attaching as jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/3.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jdk-http --- SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >---- [INFO] Building jersey-container-simple-http 3.0.99-SNAPSHOT [31/373] [INFO] from containers/simple-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-simple-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-simple-http --- [INFO] Resources: [INFO] org/glassfish/jersey/simple/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-simple-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-simple-http --- [INFO] Reserved port 37061 for jersey.config.test.container.port [INFO] Reserved port 45735 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-simple-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Nov 01, 2023 12:20:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.simple.AsyncTest Nov 01, 2023 12:20:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:57 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:20:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:57 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:20:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:20:58 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:20:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:20:58 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:20:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:20:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:20:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:20:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:20:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:20:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Nov 01, 2023 12:21:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:21:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:21:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:21:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.109 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Nov 01, 2023 12:21:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:03 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:21:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:03 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:21:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.608 s -- in org.glassfish.jersey.simple.AsyncTest [INFO] Running org.glassfish.jersey.simple.TraceTest Nov 01, 2023 12:21:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:06 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:21:06 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-37): EXECUTE_ACTION -> 16 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-37): ACCEPT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 146 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Accept: */* Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-40): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE_BUFFER -> 69 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): WRITE -> 69 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-41): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-42): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-42): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-35): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:37061] (ActionDistributor: Thread-47): EXECUTE_ACTION -> 16 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-47): ACCEPT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:07 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:08 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:09 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:10 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-57): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-60): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-62): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-63): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-56): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-58): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-64): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-59): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-65): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-61): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-50): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-51): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-52): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): READ_INTEREST_READY -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): EXECUTE_ACTION -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 155 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ_HEADER Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:37061 Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-53): REQUEST_READY Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_REQUEST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE_BUFFER -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): WRITE -> 110 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): RESPONSE_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestDispatcher: Thread-54): DISPATCH_FINISHED Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ -> 0 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (Worker: RequestReader: Thread-55): READ_WAIT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): SELECT Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_READ_INTEREST Nov 01, 2023 12:21:11 PM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:37061 remote=/127.0.0.1:56192] (ActionDistributor: Thread-45): REGISTER_INTEREST -> 1 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.325 s -- in org.glassfish.jersey.simple.TraceTest [INFO] Running org.glassfish.jersey.simple.ParallelTest Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:37061/ Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.glassfish.jersey.simple.ParallelTest [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.simple.LifecycleListenerTest [INFO] Running org.glassfish.jersey.simple.OptionsTest Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.simple.OptionsTest [INFO] Running org.glassfish.jersey.simple.ExceptionTest Nov 01, 2023 12:21:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:12 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:12 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Nov 01, 2023 12:21:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:12 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: localhost:37061 Nov 01, 2023 12:21:12 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.simple.ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:21:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json [INFO] attaching as jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/simple-http/target/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/3.0.99-SNAPSHOT/jersey-container-simple-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-simple-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >-- [INFO] Building jersey-test-framework-provider-simple 3.0.99-SNAPSHOT [32/373] [INFO] from test-framework/providers/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-simple --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple --- [INFO] Reserved port 42479 for jersey.config.test.container.port [INFO] Reserved port 46051 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-simple --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/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.test.simple.SimpleContainerTest Nov 01, 2023 12:21:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:42479/ Nov 01, 2023 12:21:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest [INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest Nov 01, 2023 12:21:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Nov 01, 2023 12:21:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:45699/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json [INFO] attaching as jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/simple/target/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/3.0.99-SNAPSHOT/jersey-test-framework-provider-simple-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 3.0.99-SNAPSHOT [33/373] [INFO] from connectors/netty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-netty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-netty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/netty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-netty-connector --- [INFO] Reserved port 36075 for jersey.config.test.container.port [INFO] Reserved port 41317 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-netty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/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.netty.connector.NoEntityTest Nov 01, 2023 12:21:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s -- in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.ParallelTest Nov 01, 2023 12:21:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Nov 01, 2023 12:21:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:21:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.61 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 12:21:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:21:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:21:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.185 s -- in org.glassfish.jersey.netty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.netty.connector.BufferedTest Nov 01, 2023 12:21:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.netty.connector.BufferedTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Nov 01, 2023 12:21:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:21:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:21:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.72 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Nov 01, 2023 12:21:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:21:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Nov 01, 2023 12:21:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:21:45 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:21:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:21:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:21:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:21:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:21:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:21:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:21:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.072 s -- in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 35 Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 12:21:49 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36075/ Nov 01, 2023 12:21:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36075] Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:21:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36075] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json [INFO] attaching as jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/netty-connector/target/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/3.0.99-SNAPSHOT/jersey-netty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 3.0.99-SNAPSHOT [34/373] [INFO] from containers/netty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-netty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-netty-http --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-netty-http --- [INFO] Reserved port 42503 for jersey.config.test.container.port [INFO] Reserved port 46077 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-netty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json [INFO] attaching as jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/netty-http/target/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.0.99-SNAPSHOT/jersey-container-netty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >-- [INFO] Building jersey-test-framework-provider-netty 3.0.99-SNAPSHOT [35/373] [INFO] from test-framework/providers/netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty --- [INFO] Reserved port 35183 for jersey.config.test.container.port [INFO] Reserved port 39541 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json [INFO] attaching as jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.0.99-SNAPSHOT/jersey-test-framework-provider-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 3.0.99-SNAPSHOT [36/373] [INFO] from containers/jetty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from src/main/resources to target11/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http --- [INFO] Reserved port 43767 for jersey.config.test.container.port [INFO] Reserved port 43419 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/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.jetty.AsyncTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:21:54 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:21:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:54 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:21:54 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:21:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:54 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:21:59 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:21:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:21:59 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:02 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.742 s -- in org.glassfish.jersey.jetty.AsyncTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest Nov 01, 2023 12:22:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:02 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:02 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.jersey.jetty.OptionsTest [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest Nov 01, 2023 12:22:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jetty.ExceptionTest Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:43767/ Nov 01, 2023 12:22:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.glassfish.jersey.jetty.ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.xml [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.json [INFO] attaching as jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http/target11/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.99-SNAPSHOT/jersey-container-jetty-http-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >-- [INFO] Building jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT [37/373] [INFO] from test-framework/providers/jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from src/main/resources to target11/classes [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty --- [INFO] Reserved port 43643 for jersey.config.test.container.port [INFO] Reserved port 37703 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/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.test.jetty.AvailablePortJettyTest Nov 01, 2023 12:22:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:22:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:46237/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s -- in org.glassfish.jersey.test.jetty.AvailablePortJettyTest [INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest Nov 01, 2023 12:22:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43643/ Nov 01, 2023 12:22:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:43643/ Nov 01, 2023 12:22:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty/target11/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT [38/373] [INFO] from test-framework/providers/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle --- [INFO] Reserved port 43375 for jersey.config.test.container.port [INFO] Reserved port 34465 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 84 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json [INFO] attaching as jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 3.0.99-SNAPSHOT [39/373] [INFO] from connectors/grizzly-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-grizzly-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector --- [INFO] Reserved port 33177 for jersey.config.test.container.port [INFO] Reserved port 34153 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:22:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.97 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Nov 01, 2023 12:22:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:22:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest Nov 01, 2023 12:22:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:22:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.850 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Nov 01, 2023 12:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Nov 01, 2023 12:22:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:22:11 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:22:11 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:22:11 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Nov 01, 2023 12:22:12 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:22:12 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:22:12 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:22:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:22:12 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.068 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Nov 01, 2023 12:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest Nov 01, 2023 12:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Nov 01, 2023 12:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Nov 01, 2023 12:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33177/ Nov 01, 2023 12:22:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33177] Nov 01, 2023 12:22:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:22:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33177] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json [INFO] attaching as jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/grizzly-connector/target/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/3.0.99-SNAPSHOT/jersey-grizzly-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 3.0.99-SNAPSHOT [40/373] [INFO] from media/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-sse --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-sse --- [INFO] Resources: [INFO] org/glassfish/jersey/media/sse/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:22:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:22:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:22:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:22:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-sse --- [INFO] Reserved port 42195 for jersey.config.test.container.port [INFO] Reserved port 37573 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-sse --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/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.media.sse.InboundEventReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Nov 01, 2023 12:22:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:22:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.475 s -- in org.glassfish.jersey.media.sse.EventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Nov 01, 2023 12:22:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:22:25 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:22:25 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:22:25 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:22:25 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Nov 01, 2023 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.72 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 12:22:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:22:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:22:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:22:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.985 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Nov 01, 2023 12:22:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Nov 01, 2023 12:22:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest Nov 01, 2023 12:22:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42195/ Nov 01, 2023 12:22:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42195] Nov 01, 2023 12:22:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Nov 01, 2023 12:22:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42195] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.075 s -- in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.sse.OutboundEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json [INFO] attaching as jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.media.sse, has 1, private references [org.glassfish.jersey.media.sse.internal] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------ [INFO] Building jersey-connectors-helidon 3.0.99-SNAPSHOT [41/373] [INFO] from connectors/helidon-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-helidon-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-helidon-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/helidon/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-helidon-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector --- [INFO] Copying 1 resource from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target17/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-helidon-connector --- [INFO] Reserved port 42637 for jersey.config.test.container.port [INFO] Reserved port 40885 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-helidon-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/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.helidon.connector.ParallelTest Nov 01, 2023 12:22:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s -- in org.glassfish.jersey.helidon.connector.ParallelTest [INFO] Running org.glassfish.jersey.helidon.connector.FollowRedirectsTest Nov 01, 2023 12:22:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.helidon.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.SseTest Nov 01, 2023 12:22:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. INIT Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s -- in org.glassfish.jersey.helidon.connector.sse.SseTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.EventOutputTest Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.glassfish.jersey.helidon.connector.sse.EventOutputTest [INFO] Running org.glassfish.jersey.helidon.connector.LargeDataTest Nov 01, 2023 12:22:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Large Data Test took 683milis Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s -- in org.glassfish.jersey.helidon.connector.LargeDataTest [INFO] Running org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42637/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) OPTIONS Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/short 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/long 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain short Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain long Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42637/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:47 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) OPTIONS Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42637/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) OPTIONS Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42637/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42637/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42637 3 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42637/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42637/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42637 2 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) ok Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42637/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42637 1 > user-agent: Jersey/3.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@2c73a76e)) Nov 01, 2023 12:22:48 PM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s -- in org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest [INFO] Running org.glassfish.jersey.helidon.connector.TimeoutTest Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:22:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s -- in org.glassfish.jersey.helidon.connector.TimeoutTest [INFO] Running org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] Running org.glassfish.jersey.helidon.connector.AsyncTest Nov 01, 2023 12:22:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:22:49 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 100 on thread grizzly-http-server-1 Nov 01, 2023 12:22:49 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 300 on thread grizzly-http-server-2 Nov 01, 2023 12:22:49 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 200 on thread grizzly-http-server-0 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-100 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-200 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-300 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-3 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Nov 01, 2023 12:22:50 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 12:22:51 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:22:51 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:22:51 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:22:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:22:51 PM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.065 s -- in org.glassfish.jersey.helidon.connector.AsyncTest [INFO] Running org.glassfish.jersey.helidon.connector.MetaInfOverrideTest Nov 01, 2023 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42637/ Nov 01, 2023 12:22:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:22:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.helidon.connector.MetaInfOverrideTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/bom.xml [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/bom.json [INFO] attaching as jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-helidon-connector --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... Nov 01, 2023 12:23:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.40 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.16 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Nov 01, 2023 12:23:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:12 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT'. Trying to invoke it... Nov 01, 2023 12:23:15 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:23:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.401 s -- in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Nov 01, 2023 12:23:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:23:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:21 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:22 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:25 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT'. Trying to invoke it... Nov 01, 2023 12:23:29 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:32 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target17/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-client/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/grizzly2/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/sse/target17/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/helidon-connector/target17/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/3.0.99-SNAPSHOT/jersey-helidon-connector-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector --- Nov 01, 2023 12:23:35 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 3.0.99-SNAPSHOT [42/373] [INFO] from connectors/jdk-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jdk-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jdk-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jdk-connector --- [INFO] Reserved port 33647 for jersey.config.test.container.port [INFO] Reserved port 37255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jdk-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/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.jdk.connector.internal.ModifyHeaderInBodyWriterTest Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.59 s -- in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Nov 01, 2023 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:23:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Nov 01, 2023 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Nov 01, 2023 12:23:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8f2ce34] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8f2ce34] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@8f2ce34] state change: CONNECT_TIMEOUT -> CLOSED Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: RECEIVED -> IDLE Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@49ae3037] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@714508a5] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@714508a5] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@714508a5] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@714508a5] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@714508a5] state change: ERROR -> CLOSED Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@37b2a43] state change: RESPONSE_TIMEOUT -> CLOSED Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: RECEIVED -> IDLE Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5060c4f1] state change: IDLE_TIMEOUT -> CLOSED Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] ] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@32b42cd9] state change: CLOSED_BY_SERVER -> CLOSED Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@73ee9bbb] state change: ERROR -> CLOSED Nov 01, 2023 12:23:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:41 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:205) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) 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) Nov 01, 2023 12:23:41 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:205) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) 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] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Nov 01, 2023 12:23:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Nov 01, 2023 12:23:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Nov 01, 2023 12:23:44 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:44 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:205) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) 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] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.008 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Nov 01, 2023 12:23:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Nov 01, 2023 12:23:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:47 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:47 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:205) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) 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) Nov 01, 2023 12:23:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:23:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.102 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Nov 01, 2023 12:23:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:23:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.70 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Nov 01, 2023 12:23:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:23:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.461 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Nov 01, 2023 12:23:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest Nov 01, 2023 12:23:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest Nov 01, 2023 12:23:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:23:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:23:52 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. #Received: message 1 #Received: message 2 Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. #Received: 1 #Received: 1 Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. #Received: 1 #Received: 2 Nov 01, 2023 12:23:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Nov 01, 2023 12:23:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test Nov 01, 2023 12:23:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test Nov 01, 2023 12:23:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:23:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:23:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:23:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.297 s -- in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Nov 01, 2023 12:24:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:24:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:24:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] Nov 01, 2023 12:24:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33647/ Nov 01, 2023 12:24:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33647] Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33647] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:01 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:24:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:01 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json [INFO] attaching as jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jdk-connector/target/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/3.0.99-SNAPSHOT/jersey-jdk-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 3.0.99-SNAPSHOT [43/373] [INFO] from connectors/jetty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector --- [INFO] Copying 1 resource from src/main/resources to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target11/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/main/java11/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-connector --- [INFO] Reserved port 38251 for jersey.config.test.container.port [INFO] Reserved port 42035 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/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.jetty.connector.SyncResponseSizeTest Nov 01, 2023 12:24:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.981 s -- in org.glassfish.jersey.tests.e2e.container.MatrixParamTest Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:386) at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:832) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:243) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:589) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1051) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:858) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:381) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357) at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:167) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:237) at java.base/java.io.Writer.write(Writer.java:278) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.writev0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:227) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:158) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:574) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:660) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:110) ... 62 more Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 28 Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.glassfish.jersey.jetty.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.jetty.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Nov 01, 2023 12:24:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Nov 01, 2023 12:24:09 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:10 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:412) at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:24:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Nov 01, 2023 12:24:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:412) at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1046) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:103) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:736) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:587) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:1051) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:1123) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:270) at org.eclipse.jetty.server.HttpOutput.channelWrite(HttpOutput.java:254) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:736) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:113) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:55) at org.glassfish.jersey.message.internal.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 30 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.659 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.670 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test Nov 01, 2023 12:24:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:13 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 s -- in org.glassfish.jersey.jetty.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest Nov 01, 2023 12:24:13 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:13 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-4 Nov 01, 2023 12:24:13 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-3 Nov 01, 2023 12:24:13 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-6 [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Nov 01, 2023 12:24:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:14 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:24:14 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:24:14 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:24:14 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38251/ Nov 01, 2023 12:24:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:14 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-4 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 s -- in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.xml [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.json [INFO] attaching as jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-connector/target11/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/3.0.99-SNAPSHOT/jersey-jetty-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector --- Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:24:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 s -- in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Nov 01, 2023 12:24:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >---- [INFO] Building jersey-container-jetty-http2 3.0.99-SNAPSHOT [44/373] [INFO] from containers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http2 --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/http2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target11/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 --- [INFO] Reserved port 40209 for jersey.config.test.container.port [INFO] Reserved port 34695 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:24:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:24:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:17 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.jetty.http2.OptionsTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.glassfish.jersey.jetty.http2.OptionsTest [INFO] Running org.glassfish.jersey.jetty.http2.ExceptionTest Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:17 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.glassfish.jersey.jetty.http2.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.http2.AsyncTest Nov 01, 2023 12:24:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:18 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:18 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:18 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:20 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:23 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.394 s -- in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Nov 01, 2023 12:24:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:25 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.141 s -- in org.glassfish.jersey.jetty.http2.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.LifecycleListenerTest Nov 01, 2023 12:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:26 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.27.221:40209/ Nov 01, 2023 12:24:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:24:26 PM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.jetty.http2.LifecycleListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.xml [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.json [INFO] attaching as jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-http2/target11/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/3.0.99-SNAPSHOT/jersey-container-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 3.0.99-SNAPSHOT [45/373] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43157 for jersey.config.test.container.port [INFO] Reserved port 35119 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 3.0.99-SNAPSHOT [46/373] [INFO] from ext/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-entity-filtering --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-entity-filtering --- [INFO] Resources: [INFO] org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-entity-filtering --- [INFO] Reserved port 45553 for jersey.config.test.container.port [INFO] Reserved port 38279 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/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.message.filtering.SecurityHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json [INFO] attaching as jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/entity-filtering/target/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering --- Nov 01, 2023 12:24:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.872 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 3.0.99-SNAPSHOT [47/373] [INFO] from media/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson --- [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jackson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jackson --- [INFO] Resources: [INFO] org/glassfish/jersey/jackson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:24:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson --- [INFO] Reserved port 45961 for jersey.config.test.container.port [INFO] Reserved port 33711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:24:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.152 s -- in org.glassfish.jersey.tests.e2e.container.HeadTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45961/ Nov 01, 2023 12:24:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45961] Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:24:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45961] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Nov 01, 2023 12:24:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml Nov 01, 2023 12:24:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json [INFO] attaching as jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar Nov 01, 2023 12:24:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/target/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2 >-- [INFO] Building jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT [48/373] [INFO] from test-framework/providers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target11/classes [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Reserved port 45643 for jersey.config.test.container.port [INFO] Reserved port 33691 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/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.test.jetty.http2.AvailablePortJettyTest Nov 01, 2023 12:24:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer start INFO: Started JettyHttp2TestContainer at the base URI http://localhost:41201/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s -- in org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest [INFO] Running org.glassfish.jersey.test.jetty.http2.JettyContainerTest Nov 01, 2023 12:24:35 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:45643/ Nov 01, 2023 12:24:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:36 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:45643/ Nov 01, 2023 12:24:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:36 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:45643/ Nov 01, 2023 12:24:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.test.jetty.http2.JettyContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/providers/jetty-http2/target11/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/3.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty-http2 --- SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.497 s -- in org.glassfish.jersey.tests.e2e.container.ApplicationPathTest [INFO] [INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >---- [INFO] Building jersey-connectors-jetty-http2 3.0.99-SNAPSHOT [49/373] [INFO] from connectors/jetty-http2-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-http2-connector --- [INFO] Resources: [INFO] org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/resources/org.glassfish.jersey.jetty.http2.connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-http2-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector --- [INFO] Copying 1 resource from src/main/resources to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target11/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector --- [INFO] Reserved port 35227 for jersey.config.test.container.port [INFO] Reserved port 46393 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-http2-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/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.tests.e2e.container.QueryParamTest Nov 01, 2023 12:24:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthTest Nov 01, 2023 12:24:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:38 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:24:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:24:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:24:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s -- in org.glassfish.jersey.jetty.http2.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TimeoutTest Nov 01, 2023 12:24:39 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:40 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:42 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:24:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:42 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:24:42 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:42 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.992 s -- in org.glassfish.jersey.tests.e2e.container.QueryParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Nov 01, 2023 12:24:43 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:24:44 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:24:44 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:44 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more Nov 01, 2023 12:24:44 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:44 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:244) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:175) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:461) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:163) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:853) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:563) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:392) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:339) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:260) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:215) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:144) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:126) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:350) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) ... 4 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.930 s -- in org.glassfish.jersey.jetty.http2.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HelloWorldTest Nov 01, 2023 12:24:44 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:44 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:44 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.jetty.http2.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 52 Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s -- in org.glassfish.jersey.jetty.http2.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.NoEntityTest Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.glassfish.jersey.jetty.http2.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ErrorTest Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:386) at org.eclipse.jetty.http2.HTTP2Flusher.process(HTTP2Flusher.java:292) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:243) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224) at org.eclipse.jetty.http2.HTTP2Session.frame(HTTP2Session.java:821) at org.eclipse.jetty.http2.HTTP2Session.frames(HTTP2Session.java:793) at org.eclipse.jetty.http2.HTTP2Session.control(HTTP2Session.java:775) at org.eclipse.jetty.http2.HTTP2Session.reset(HTTP2Session.java:706) at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:172) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:622) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.nio.channels.ClosedChannelException at java.base/sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected(SocketChannelImpl.java:222) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:568) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:660) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:110) ... 27 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:386) at org.eclipse.jetty.http2.HTTP2Flusher.process(HTTP2Flusher.java:292) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:243) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:224) at org.eclipse.jetty.http2.HTTP2Session.frame(HTTP2Session.java:821) at org.eclipse.jetty.http2.HTTP2Session.frames(HTTP2Session.java:793) at org.eclipse.jetty.http2.HTTP2Session.control(HTTP2Session.java:775) at org.eclipse.jetty.http2.HTTP2Session.reset(HTTP2Session.java:706) at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:172) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:622) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.nio.channels.ClosedChannelException at java.base/sun.nio.ch.SocketChannelImpl.ensureOpenAndConnected(SocketChannelImpl.java:222) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:568) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:660) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:110) ... 27 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:45 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:46 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:46 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:46 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:46 PM org.glassfish.jersey.internal.util.ExtendedLogger log WARNING: Unable to close response output. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:171) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:890) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:589) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:407) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:628) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1734) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:389) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:237) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:229) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:145) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1115) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:633) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:611) ... 14 more Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s -- in org.glassfish.jersey.jetty.http2.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.MethodTest Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:46 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.520 s -- in org.glassfish.jersey.jetty.http2.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.EntityTest Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s -- in org.glassfish.jersey.jetty.http2.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AsyncTest Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:24:47 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:47 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-0 Nov 01, 2023 12:24:47 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-5 Nov 01, 2023 12:24:47 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-6 Nov 01, 2023 12:24:48 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:24:48 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:24:48 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:48 PM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-0 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 s -- in org.glassfish.jersey.jetty.http2.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ManagedClientTest Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:48 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 12:24:48 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.jetty.http2.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TraceSupportTest Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:48 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.jersey.jetty.http2.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.CookieTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.jersey.jetty.http2.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthFilterTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.jetty.http2.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:49 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:50 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ Nov 01, 2023 12:24:50 PM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:35227/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:24:50 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.xml [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.json [INFO] attaching as jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/connectors/jetty-http2-connector/target11/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/3.0.99-SNAPSHOT/jersey-jetty-http2-connector-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 3.0.99-SNAPSHOT [50/373] [INFO] from ext/cdi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42417 for jersey.config.test.container.port [INFO] Reserved port 46381 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 3.0.99-SNAPSHOT [51/373] [INFO] from ext/cdi/jersey-cdi1x/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x --- [INFO] Resources: [INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x --- [INFO] Reserved port 46133 for jersey.config.test.container.port [INFO] Reserved port 41135 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/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.ext.cdi1x.internal.CdiUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest [INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json [INFO] attaching as jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x --- Nov 01, 2023 12:24:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.99-SNAPSHOT/jersey-cdi1x-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 3.0.99-SNAPSHOT [52/373] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42839 for jersey.config.test.container.port [INFO] Reserved port 43807 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 3.0.99-SNAPSHOT [53/373] [INFO] from containers/glassfish/jersey-gf-ejb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gf-ejb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb --- [INFO] Resources: [INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gf-ejb --- [INFO] Reserved port 35983 for jersey.config.test.container.port [INFO] Reserved port 44569 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gf-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:24:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:41803/base Nov 01, 2023 12:24:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 108 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json [INFO] attaching as jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/3.0.99-SNAPSHOT/jersey-gf-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 3.0.99-SNAPSHOT [54/373] [INFO] from containers/jetty-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target11/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from target11/legal to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target11/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet --- [INFO] Reserved port 43051 for jersey.config.test.container.port [INFO] Reserved port 43981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.xml [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.json [INFO] attaching as jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/containers/jetty-servlet/target11/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/3.0.99-SNAPSHOT/jersey-container-jetty-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 3.0.99-SNAPSHOT [55/373] [INFO] from ext/bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-bean-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-bean-validation --- [INFO] Resources: [INFO] org/glassfish/jersey/server/validation/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-bean-validation --- [INFO] Reserved port 34451 for jersey.config.test.container.port [INFO] Reserved port 34035 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.37 s -- in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json [INFO] attaching as jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/target/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bean-validation --- [INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest [INFO] [INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >-- [INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT [56/373] [INFO] from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Reserved port 39075 for jersey.config.test.container.port [INFO] Reserved port 41849 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:25:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest Nov 01, 2023 12:25:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/3.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject >---------- [INFO] Building jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT [57/373] [INFO] from ext/cdi/jersey-cdi-rs-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-rs-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject --- [INFO] Reserved port 43055 for jersey.config.test.container.port [INFO] Reserved port 36279 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-rs-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json [INFO] attaching as jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar Nov 01, 2023 12:25:01 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.348 s -- in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest Nov 01, 2023 12:25:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s -- in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Nov 01, 2023 12:25:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: 916f7e7a16114742956e691ce21c41e7 Verifier: 5dbb0ee4ef504d299851f9397e5da8e5 Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Nov 01, 2023 12:25:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Nov 01, 2023 12:25:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Nov 01, 2023 12:25:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.548 s -- in org.glassfish.jersey.tests.e2e.ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT'. Trying to invoke it... Nov 01, 2023 12:25:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:25:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.138 s -- in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Nov 01, 2023 12:25:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Nov 01, 2023 12:25:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 12:25:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.530 s -- in org.glassfish.jersey.tests.e2e.InterceptorGzipTest [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Nov 01, 2023 12:25:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s -- in org.glassfish.jersey.tests.e2e.LinkTest [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.99-SNAPSHOT'. Trying to invoke it... [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Nov 01, 2023 12:25:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 12:25:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Nov 01, 2023 12:25:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] Nov 01, 2023 12:25:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41803/ Nov 01, 2023 12:25:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41803] Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41803] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.185 s -- in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 505, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e --- [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/3.0.99-SNAPSHOT/jersey-cdi-rs-inject-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-rs-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >---------- [INFO] Building jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT [58/373] [INFO] from ext/cdi/jersey-cdi1x-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-servlet --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet --- [INFO] Reserved port 44315 for jersey.config.test.container.port [INFO] Reserved port 39953 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json [INFO] attaching as jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.99-SNAPSHOT/jersey-cdi1x-servlet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT [59/373] [INFO] from ext/cdi/jersey-cdi1x-transaction/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-transaction --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction --- [INFO] Reserved port 38647 for jersey.config.test.container.port [INFO] Reserved port 37003 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-transaction --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 3.0.99-SNAPSHOT [102/370] [INFO] from tests/e2e-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-client --- [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json [INFO] attaching as jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.99-SNAPSHOT/jersey-cdi1x-transaction-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-client --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 51 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT [60/373] [INFO] from ext/cdi/jersey-cdi1x-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-validation --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation --- [INFO] Reserved port 34551 for jersey.config.test.container.port [INFO] Reserved port 37151 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-client --- [INFO] Reserved port 45307 for jersey.config.test.container.port [INFO] Reserved port 35019 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json [INFO] attaching as jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/3.0.99-SNAPSHOT/jersey-cdi1x-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 3.0.99-SNAPSHOT [61/373] [INFO] from ext/cdi/jersey-weld2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-weld2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-weld2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-weld2-se --- [INFO] Reserved port 33533 for jersey.config.test.container.port [INFO] Reserved port 45275 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-weld2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json [INFO] attaching as jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/3.0.99-SNAPSHOT/jersey-weld2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 3.0.99-SNAPSHOT [62/373] [INFO] from ext/metainf-services/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-metainf-services --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-metainf-services --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-metainf-services --- [INFO] Reserved port 34175 for jersey.config.test.container.port [INFO] Reserved port 41387 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-metainf-services --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/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.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$Enable Nov 01, 2023 12:25:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34175/ Nov 01, 2023 12:25:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34175] Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34175] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer Nov 01, 2023 12:25:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34175/ Nov 01, 2023 12:25:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34175] Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34175] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient Nov 01, 2023 12:25:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34175/ Nov 01, 2023 12:25:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34175] Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34175] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:30 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json [INFO] attaching as jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/metainf-services/target/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/3.0.99-SNAPSHOT/jersey-metainf-services-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >------------- [INFO] Building jersey-micrometer 3.0.99-SNAPSHOT [63/373] [INFO] from ext/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:31 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.321 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer --- [INFO] Reserved port 36295 for jersey.config.test.container.port [INFO] Reserved port 39081 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/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.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Trace Id [0ae0dd9070d1dea121e7a67c326cd494] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. Trace Id [654243bd1e5bb40c399ff9569a07e99b] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest Nov 01, 2023 12:25:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:33 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:34 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:35 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer --- [WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/micrometer/target/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/3.0.99-SNAPSHOT/jersey-micrometer-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 3.0.99-SNAPSHOT [64/373] [INFO] from ext/mvc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc --- [INFO] Resources: [INFO] org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc --- [INFO] Reserved port 40473 for jersey.config.test.container.port [INFO] Reserved port 46055 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json [INFO] attaching as jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc/target/jersey-mvc-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/3.0.99-SNAPSHOT/jersey-mvc-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc --- Nov 01, 2023 12:25:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT [65/373] [INFO] from ext/mvc-bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation --- [INFO] Reserved port 42691 for jersey.config.test.container.port [INFO] Reserved port 45427 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json [INFO] attaching as jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/3.0.99-SNAPSHOT/jersey-mvc-bean-validation-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation --- Nov 01, 2023 12:25:37 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT [66/373] [INFO] from ext/mvc-freemarker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-freemarker --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-freemarker --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker --- [INFO] Reserved port 44551 for jersey.config.test.container.port [INFO] Reserved port 35581 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-freemarker --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:38 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json [INFO] attaching as jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker --- Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:38 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-freemarker/target/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/3.0.99-SNAPSHOT/jersey-mvc-freemarker-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker --- Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 3.0.99-SNAPSHOT [67/373] [INFO] from ext/mvc-jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-jsp --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc-jsp --- [INFO] Resources: [INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp --- [INFO] Reserved port 43021 for jersey.config.test.container.port [INFO] Reserved port 37301 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-jsp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json [INFO] attaching as jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-jsp/target/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/3.0.99-SNAPSHOT/jersey-mvc-jsp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 3.0.99-SNAPSHOT [68/373] [INFO] from ext/mvc-mustache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-mustache --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-mustache --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:25:39 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache --- [INFO] Reserved port 46147 for jersey.config.test.container.port [INFO] Reserved port 33571 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-mustache --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json [INFO] attaching as jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/mvc-mustache/target/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/3.0.99-SNAPSHOT/jersey-mvc-mustache-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache --- Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 3.0.99-SNAPSHOT [69/373] [INFO] from ext/proxy-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-proxy-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-proxy-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-proxy-client --- [INFO] Reserved port 44247 for jersey.config.test.container.port [INFO] Reserved port 37911 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-proxy-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:25:40 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest Nov 01, 2023 12:25:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:25:41 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:25:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.748 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:25:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 2.581 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44247/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44247] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44247] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 49, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:25:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json [INFO] attaching as jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/proxy-client/target/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client --- Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:25:45 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:25:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.489 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 3.0.99-SNAPSHOT [70/373] [INFO] from ext/rx/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 35375 for jersey.config.test.container.port [INFO] Reserved port 35243 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 3.0.99-SNAPSHOT [71/373] [INFO] from ext/rx/rx-client-guava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-guava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-guava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava --- [INFO] Reserved port 39173 for jersey.config.test.container.port [INFO] Reserved port 43295 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-guava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/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.rx.guava.RxListenableFutureTest Nov 01, 2023 12:25:47 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:588) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109) 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:3111) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.jersey.client.rx.guava.RxListenableFutureTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json [INFO] attaching as jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-guava/target/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/3.0.99-SNAPSHOT/jersey-rx-client-guava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-guava --- [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >--------- [INFO] Building jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT [72/373] [INFO] from ext/rx/rx-client-rxjava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava --- [INFO] Reserved port 45553 for jersey.config.test.container.port [INFO] Reserved port 33915 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/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.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest Nov 01, 2023 12:25:48 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest java.util.concurrent.ExecutionException: Observable onError at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118) at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130) 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:3111) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:948) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:794) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:687) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:686) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:461) at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66) at rx.Observable.unsafeSubscribe(Observable.java:10327) at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.glassfish.jersey.client.rx.rxjava.RxObservableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava --- [INFO] CycloneDX: Resolving Dependencies Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json [INFO] attaching as jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/3.0.99-SNAPSHOT/jersey-rx-client-rxjava-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava --- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] [INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >-------- [INFO] Building jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT [73/373] [INFO] from ext/rx/rx-client-rxjava2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 --- [INFO] Reserved port 39671 for jersey.config.test.container.port [INFO] Reserved port 36243 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest Nov 01, 2023 12:25:50 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json [INFO] attaching as jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/3.0.99-SNAPSHOT/jersey-rx-client-rxjava2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >--------------- [INFO] Building jersey-spring6 3.0.99-SNAPSHOT [74/373] [INFO] from ext/spring6/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-spring6 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-spring6 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 --- [INFO] Copying 3 resources from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target17/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target17/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 --- [INFO] Copying 1 resource from src/test/resources to target17/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target17/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-spring6 --- [INFO] Reserved port 39847 for jersey.config.test.container.port [INFO] Reserved port 36015 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:25:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 s -- in org.glassfish.jersey.server.spring.filter.FilterTest [INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 12:25:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s -- in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest [INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 12:25:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest [INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39847/ Nov 01, 2023 12:25:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39847] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39847] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/bom.xml [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/bom.json [INFO] attaching as jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/jersey-spring6-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/spring6/target17/jersey-spring6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/3.0.99-SNAPSHOT/jersey-spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 --- Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Nov 01, 2023 12:25:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Nov 01, 2023 12:25:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.352 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 3.0.99-SNAPSHOT [75/373] [INFO] from ext/wadl-doclet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java added. [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from target-java12/legal to target-java12/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target-java12/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target-java12/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet --- [INFO] Reserved port 39681 for jersey.config.test.container.port [INFO] Reserved port 37995 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-wadl-doclet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:25:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/bom.xml [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/bom.json [INFO] attaching as jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/wadl-doclet/target-java12/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/3.0.99-SNAPSHOT/jersey-wadl-doclet-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 3.0.99-SNAPSHOT [76/373] [INFO] from media/json-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-binding --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-binding --- [INFO] Resources: [INFO] org/glassfish/jersey/jsonb/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-binding --- [INFO] Reserved port 40109 for jersey.config.test.container.port [INFO] Reserved port 35383 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:25:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.jsonb.internal.JsonBindingProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json [INFO] attaching as jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-binding/target/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/3.0.99-SNAPSHOT/jersey-media-json-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding --- Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 3.0.99-SNAPSHOT [77/373] [INFO] from ext/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41511 for jersey.config.test.container.port [INFO] Reserved port 42683 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:25:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 3.0.99-SNAPSHOT [78/373] [INFO] from ext/microprofile/mp-rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client --- Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:25:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mp-rest-client --- [INFO] Resources: [INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:25:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:25:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:25:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/MethodModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client --- [INFO] Reserved port 45743 for jersey.config.test.container.port [INFO] Reserved port 38397 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:25:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 12:26:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json [INFO] attaching as jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client --- [WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/3.0.99-SNAPSHOT/jersey-mp-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client --- Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 3.0.99-SNAPSHOT [79/373] [INFO] from ext/microprofile/mp-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-config --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-config --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-config --- [INFO] Reserved port 38653 for jersey.config.test.container.port [INFO] Reserved port 35981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-config --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:26:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.130 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest Nov 01, 2023 12:26:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38653/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:26:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 12:26:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38653/ Nov 01, 2023 12:26:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:38653/ Nov 01, 2023 12:26:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s -- in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json [INFO] attaching as jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/microprofile/mp-config/target/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/3.0.99-SNAPSHOT/jersey-mp-config-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config --- Nov 01, 2023 12:26:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 3.0.99-SNAPSHOT [80/373] [INFO] from incubator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36475 for jersey.config.test.container.port [INFO] Reserved port 38019 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >-------- [INFO] Building jersey-inject-cdi-weld 3.0.99-SNAPSHOT [81/373] [INFO] from incubator/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi-inject-weld --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld --- [INFO] Copying 4 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/bean/InitializableSupplierInstanceBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld --- [INFO] Reserved port 40191 for jersey.config.test.container.port [INFO] Reserved port 38301 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.240 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest Nov 01, 2023 12:26:07 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 12:26:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:07 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:26:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f111abc5-0914-45e1-adac-47290ec734e4 initialized Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f111abc5-0914-45e1-adac-47290ec734e4 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8ff01c54-2ec6-43b5-8dfb-c71021d3b2b0 initialized Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8ff01c54-2ec6-43b5-8dfb-c71021d3b2b0 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Nov 01, 2023 12:26:07 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f72c8148-07f8-44ff-ba8f-864f4369d5f9 initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f72c8148-07f8-44ff-ba8f-864f4369d5f9 shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c05e51f-df6e-43cc-9548-ee75a0c81b13 initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c05e51f-df6e-43cc-9548-ee75a0c81b13 shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1650727b-2961-4f2e-ad14-41f589b1483a initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1650727b-2961-4f2e-ad14-41f589b1483a shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3a633de-f96b-4021-990c-b790bc3ebced initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3a633de-f96b-4021-990c-b790bc3ebced shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66251798-2eac-45c1-9409-54dea5530422 initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66251798-2eac-45c1-9409-54dea5530422 shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb2fbda1-16e4-4033-ba46-8c047cc2435b initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb2fbda1-16e4-4033-ba46-8c047cc2435b shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1840457-65ad-45bf-8aba-5493de8633a4 initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1840457-65ad-45bf-8aba-5493de8633a4 shut down Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 224934d5-d8bc-442a-ae0d-3dd98d5e9f5b initialized Nov 01, 2023 12:26:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 224934d5-d8bc-442a-ae0d-3dd98d5e9f5b shut down Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67ecc5a1-5abe-4bb1-ba7e-f17ce2987a00 initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67ecc5a1-5abe-4bb1-ba7e-f17ce2987a00 shut down Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.176 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 102c227d-672c-454f-ae25-3b7bc0471414 initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 102c227d-672c-454f-ae25-3b7bc0471414 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 107bf8a5-e897-4248-9db1-c030d3a5f8dc initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 107bf8a5-e897-4248-9db1-c030d3a5f8dc shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61fc2f35-b7fd-4685-96cc-1792f91535b5 initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61fc2f35-b7fd-4685-96cc-1792f91535b5 shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ecaffe5-9a50-495a-8e77-42b97430775d initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ecaffe5-9a50-495a-8e77-42b97430775d shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:26:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eda8e95b-2870-4d1d-b659-59f49b7d15dc initialized Nov 01, 2023 12:26:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eda8e95b-2870-4d1d-b659-59f49b7d15dc shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.inject.weld.internal.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Nov 01, 2023 12:26:09 PM org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json [INFO] attaching as jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld --- [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:3.0.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed, has 1, private references [org.glassfish.jersey.inject.weld.internal.managed] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/3.0.99-SNAPSHOT/jersey-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 3.0.99-SNAPSHOT [82/373] [INFO] from incubator/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/InjectLinksFieldDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-declarative-linking --- [INFO] Reserved port 37661 for jersey.config.test.container.port [INFO] Reserved port 33637 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/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.linking.LinkELContextTest Create expression factory Literal expression Nested expression Embedded expression Multiple expressions Raw expression Boolean expression [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Nov 01, 2023 12:26:12 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.glassfish.jersey.linking.FieldProcessorTest [INFO] Running org.glassfish.jersey.linking.HeaderProcessorTest Template Literal EL Parameters Literal EL Multiple Literal [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.linking.HeaderProcessorTest [INFO] Running org.glassfish.jersey.linking.EntityDescriptorTest Declared properties Resource class link Inherited properties Set link String link [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.linking.EntityDescriptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json [INFO] attaching as jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/declarative-linking/target/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/3.0.99-SNAPSHOT/jersey-declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking --- Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:26:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.736 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 3.0.99-SNAPSHOT [83/373] [INFO] from incubator/gae-integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gae-integration --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gae-integration --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:26:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gae-integration --- [INFO] Reserved port 40775 for jersey.config.test.container.port [INFO] Reserved port 45127 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gae-integration --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json [INFO] attaching as jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/gae-integration/target/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/3.0.99-SNAPSHOT/jersey-gae-integration-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 3.0.99-SNAPSHOT [84/373] [INFO] from incubator/html-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ html-json --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ html-json --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ html-json --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ html-json --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ html-json --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ html-json --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:26:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:15 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 12:26:15 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 12:26:15 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ html-json --- [INFO] Reserved port 34531 for jersey.config.test.container.port [INFO] Reserved port 41415 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ html-json --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/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.media.htmljson.ModelEntityOnArrayTest Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:26:16 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:26:16 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:16 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Nov 01, 2023 12:26:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] Nov 01, 2023 12:26:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34531/ Nov 01, 2023 12:26:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34531] Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:26:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34531] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json [INFO] attaching as html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ html-json --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/html-json/target/html-json-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/3.0.99-SNAPSHOT/html-json-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json --- Nov 01, 2023 12:26:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.295 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] [INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >------- [INFO] Building jersey-inject-injectless-client 3.0.99-SNAPSHOT [85/373] [INFO] from incubator/injectless-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-injectless-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-injectless-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-injectless-client --- [INFO] Reserved port 36451 for jersey.config.test.container.port [INFO] Reserved port 34549 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-injectless-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json [INFO] attaching as jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/injectless-client/target/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/3.0.99-SNAPSHOT/jersey-injectless-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 3.0.99-SNAPSHOT [86/373] [INFO] from incubator/kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo --- [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-kryo --- [INFO] Reserved port 46871 for jersey.config.test.container.port [INFO] Reserved port 33191 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.kryo.PersonResourceTest Nov 01, 2023 12:26:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 s -- in org.glassfish.jersey.kryo.PersonResourceTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46871/ Nov 01, 2023 12:26:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46871] Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46871] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json [INFO] attaching as jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/kryo/target/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/3.0.99-SNAPSHOT/jersey-media-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 3.0.99-SNAPSHOT [87/373] [INFO] from incubator/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing --- Nov 01, 2023 12:26:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-open-tracing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-open-tracing --- [INFO] Resources: [INFO] org/glassfish/jersey/opentracing/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-open-tracing --- [INFO] Reserved port 34271 for jersey.config.test.container.port [INFO] Reserved port 32899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json [INFO] attaching as jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/incubator/open-tracing/target/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/3.0.99-SNAPSHOT/jersey-open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing --- Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 3.0.99-SNAPSHOT [88/373] [INFO] from inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi2-se --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi2-se --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from src/main/resources to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/bean/SupplierInstanceBeanBridge.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi2-se --- [INFO] Reserved port 34071 for jersey.config.test.container.port [INFO] Reserved port 36933 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/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.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:26:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a3cfff0-d6ca-465d-94fd-71e566e444ab initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a3cfff0-d6ca-465d-94fd-71e566e444ab shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb9b89f3-dfa7-4da0-b9b6-15890645a9d7 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb9b89f3-dfa7-4da0-b9b6-15890645a9d7 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eac45e34-9a0c-45c7-b516-97c99da1ca43 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eac45e34-9a0c-45c7-b516-97c99da1ca43 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3cd08847-f279-4f4d-8f11-1d288cbaf052 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3cd08847-f279-4f4d-8f11-1d288cbaf052 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Nov 01, 2023 12:26:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a6900df-ee7a-419d-9b04-d4dffe7808b7 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a6900df-ee7a-419d-9b04-d4dffe7808b7 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a48190d9-5c26-430d-8ef3-fdadc47d4289 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a48190d9-5c26-430d-8ef3-fdadc47d4289 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b7ce058-8320-49d6-b232-681ccace5278 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b7ce058-8320-49d6-b232-681ccace5278 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d14276b7-6154-46c8-9cab-4090aaeec925 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d14276b7-6154-46c8-9cab-4090aaeec925 shut down Nov 01, 2023 12:26:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36225fed-555a-41eb-8bab-c798e2df9e46 initialized Nov 01, 2023 12:26:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36225fed-555a-41eb-8bab-c798e2df9e46 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:26:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.325 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79c1c1ec-997d-40d8-b3e1-387a8a7ccabb initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79c1c1ec-997d-40d8-b3e1-387a8a7ccabb shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0a3d11b-a2d8-4f59-94de-004e55665a8c initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0a3d11b-a2d8-4f59-94de-004e55665a8c shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b121bbb8-7ecc-48bc-a3a9-5df6560162a2 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b121bbb8-7ecc-48bc-a3a9-5df6560162a2 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14e83d62-eac1-48d4-8097-8452364d4a89 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14e83d62-eac1-48d4-8097-8452364d4a89 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c088f68d-a334-4b7f-b2f4-3b4e6e972abf initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c088f68d-a334-4b7f-b2f4-3b4e6e972abf shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bb8d71e-8022-427e-afe4-8a4653975a7c initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bb8d71e-8022-427e-afe4-8a4653975a7c shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42024105-0d2e-4048-8b68-4c8ddc17d48e initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42024105-0d2e-4048-8b68-4c8ddc17d48e shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bab5f7e4-a5ad-4808-883b-92adc27de7b4 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bab5f7e4-a5ad-4808-883b-92adc27de7b4 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea0df828-9c96-4141-bf27-3b7c357b7987 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea0df828-9c96-4141-bf27-3b7c357b7987 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Nov 01, 2023 12:26:25 PM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbce5f28-6d37-4e9f-a005-46219a584876 initialized [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e94ea9b-6cea-4175-92ed-c84b75c125d3 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bcc2c4ff-6c1f-452a-8e40-eb88289f0515 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06deee6b-5621-4dc2-a953-eb03e6766724 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11c01b25-3e1e-439f-9b51-070d795be248 initialized [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9451679-7b90-4cd3-91e7-a2b831621315 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9451679-7b90-4cd3-91e7-a2b831621315 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9700e52-8240-464c-be8b-8c0151b201cf initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9700e52-8240-464c-be8b-8c0151b201cf shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 26807bc1-ba2b-4f19-bc60-c31f17bc2c56 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 26807bc1-ba2b-4f19-bc60-c31f17bc2c56 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1244e26-52fa-4f7b-adee-8968bbc5d39f initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1244e26-52fa-4f7b-adee-8968bbc5d39f shut down Nov 01, 2023 12:26:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f554a874-be4b-4b85-a29f-cededa1abb52 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f554a874-be4b-4b85-a29f-cededa1abb52 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6770e692-f08f-4f9f-b3d7-75f21d39f834 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6770e692-f08f-4f9f-b3d7-75f21d39f834 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43a3509d-0dcf-44fa-b040-940dfad6ac72 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43a3509d-0dcf-44fa-b040-940dfad6ac72 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08e39bb0-04c3-4b98-8523-230284ae58f5 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08e39bb0-04c3-4b98-8523-230284ae58f5 shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ded9c9d1-2b9b-49dc-850a-f4f1cc3406cb initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ded9c9d1-2b9b-49dc-850a-f4f1cc3406cb shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 798ded89-1ddc-4fa3-af52-36aaaa2ef87d initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 798ded89-1ddc-4fa3-af52-36aaaa2ef87d shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a8392de-f2d1-4f09-8a5b-be6805c9a0cd initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a8392de-f2d1-4f09-8a5b-be6805c9a0cd shut down Nov 01, 2023 12:26:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccf48749-1a98-48ce-980e-099bd3d39ee9 initialized Nov 01, 2023 12:26:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccf48749-1a98-48ce-980e-099bd3d39ee9 shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c58be68-ab25-4491-b868-5c889ef3ee0f initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c58be68-ab25-4491-b868-5c889ef3ee0f shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1ae6b33-e516-486f-9fd3-b1f5c2adc7eb initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1ae6b33-e516-486f-9fd3-b1f5c2adc7eb shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9aac4866-043f-40ee-903d-9aadf3c37287 initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9aac4866-043f-40ee-903d-9aadf3c37287 shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b0a6f6b-1ee0-4f05-a30d-d2836c735f05 initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b0a6f6b-1ee0-4f05-a30d-d2836c735f05 shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e876bfab-070c-4572-baff-c2246502276c initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e876bfab-070c-4572-baff-c2246502276c shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64e2b8ec-f90d-45e5-9f91-9a7b3fe21b43 initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64e2b8ec-f90d-45e5-9f91-9a7b3fe21b43 shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 701a9214-35b9-4ec6-ab04-1aef2046678d initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 701a9214-35b9-4ec6-ab04-1aef2046678d shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c9d3894-b784-48c0-9f35-62a712129efc initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c9d3894-b784-48c0-9f35-62a712129efc shut down Nov 01, 2023 12:26:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a36f6e2b-7610-443f-98df-6f636c4581d9 initialized Nov 01, 2023 12:26:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a36f6e2b-7610-443f-98df-6f636c4581d9 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json [INFO] attaching as jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se --- Nov 01, 2023 12:26:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/cdi2-se/target/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/3.0.99-SNAPSHOT/jersey-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se --- Nov 01, 2023 12:26:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >---------- [INFO] Building jersey-media-json-gson 3.0.99-SNAPSHOT [89/373] [INFO] from media/json-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-gson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-gson --- [INFO] Resources: [INFO] org/glassfish/jersey/gson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-gson --- [INFO] Reserved port 36115 for jersey.config.test.container.port [INFO] Reserved port 34003 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-gson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/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.gson.internal.JsonGsonProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.gson.internal.JsonGsonProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:26:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json [INFO] attaching as jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-gson/target/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/3.0.99-SNAPSHOT/jersey-media-json-gson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 3.0.99-SNAPSHOT [90/373] [INFO] from media/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jettison --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jettison --- [INFO] Resources: [INFO] org/glassfish/jersey/jettison/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison --- [INFO] Reserved port 33207 for jersey.config.test.container.port [INFO] Reserved port 44069 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json [INFO] attaching as jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison --- Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jettison/target/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jettison --- Nov 01, 2023 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] [INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >------- [INFO] Building jersey-media-json-processing 3.0.99-SNAPSHOT [91/373] [INFO] from media/json-processing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing --- Nov 01, 2023 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-processing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-processing --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-processing --- [INFO] Reserved port 36983 for jersey.config.test.container.port [INFO] Reserved port 44491 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-processing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json [INFO] attaching as jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-processing/target/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing --- Nov 01, 2023 12:26:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 3.0.99-SNAPSHOT [92/373] [INFO] from media/moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-moxy --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-moxy --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-moxy --- [INFO] Reserved port 44769 for jersey.config.test.container.port [INFO] Reserved port 40861 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json [INFO] attaching as jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/moxy/target/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy --- Nov 01, 2023 12:26:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 3.0.99-SNAPSHOT [93/373] [INFO] from media/multipart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart --- [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-multipart --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-multipart --- [INFO] Resources: [INFO] org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:26:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-multipart --- [INFO] Reserved port 36511 for jersey.config.test.container.port [INFO] Reserved port 44795 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-multipart --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest Nov 01, 2023 12:26:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Nov 01, 2023 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:26:36 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:26:36 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version, Content-Type] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.313 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:26:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:26:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:26:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:26:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.786 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Nov 01, 2023 12:26:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:26:39 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36511/ Nov 01, 2023 12:26:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36511] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:26:39 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [MIME-Version] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36511] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.700 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json [INFO] attaching as jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/multipart/target/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 12:26:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [94/373] [INFO] from security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34597 for jersey.config.test.container.port [INFO] Reserved port 44195 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 3.0.99-SNAPSHOT [95/373] [INFO] from security/oauth1-signature/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature --- Nov 01, 2023 12:26:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-signature --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-signature --- [INFO] Resources: [INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-signature --- [INFO] Reserved port 38021 for jersey.config.test.container.port [INFO] Reserved port 42387 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-signature --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:26:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:26:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:26:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.377 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json [INFO] attaching as oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-signature --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-signature/target/oauth1-signature-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/3.0.99-SNAPSHOT/oauth1-signature-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature --- [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 3.0.99-SNAPSHOT [96/373] [INFO] from security/oauth1-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-client --- [INFO] Reserved port 37351 for jersey.config.test.container.port [INFO] Reserved port 44269 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:26:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json [INFO] attaching as oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-client/target/oauth1-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/3.0.99-SNAPSHOT/oauth1-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client --- Nov 01, 2023 12:26:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:26:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 3.0.99-SNAPSHOT [97/373] [INFO] from security/oauth1-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-server --- [INFO] Reserved port 36505 for jersey.config.test.container.port [INFO] Reserved port 43809 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-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] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json [INFO] attaching as oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth1-server/target/oauth1-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/3.0.99-SNAPSHOT/oauth1-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 3.0.99-SNAPSHOT [98/373] [INFO] from security/oauth2-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth2-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth2-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth2-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth2-client --- [INFO] Reserved port 45321 for jersey.config.test.container.port [INFO] Reserved port 40239 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth2-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json [INFO] attaching as oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth2-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/security/oauth2-client/target/oauth2-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/3.0.99-SNAPSHOT/oauth2-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 3.0.99-SNAPSHOT [99/373] [INFO] from test-framework/util/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-util --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-util --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-util --- [INFO] Reserved port 37917 for jersey.config.test.container.port [INFO] Reserved port 38403 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-util --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/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.test.util.client.LoopBackConnectorTest Nov 01, 2023 12:26:49 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:26:50 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest [INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json [INFO] attaching as jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/util/target/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/3.0.99-SNAPSHOT/jersey-test-framework-util-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 3.0.99-SNAPSHOT [100/373] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38905 for jersey.config.test.container.port [INFO] Reserved port 45853 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 3.0.99-SNAPSHOT [101/373] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWorkerInheritanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e --- [INFO] Reserved port 44929 for jersey.config.test.container.port [INFO] Reserved port 35113 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/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.tests.api.OptionsTest Nov 01, 2023 12:26:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s -- in org.glassfish.jersey.tests.api.OptionsTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest Nov 01, 2023 12:26:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:26:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.490 s -- in org.glassfish.jersey.tests.api.VariantsTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest Nov 01, 2023 12:26:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:26:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:26:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:26:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:26:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.672 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest Nov 01, 2023 12:27:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Nov 01, 2023 12:27:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Nov 01, 2023 12:27:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:27:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Nov 01, 2023 12:27:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.788 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Nov 01, 2023 12:27:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 12:27:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:09 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Nov 01, 2023 12:27:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Nov 01, 2023 12:27:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 s -- in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Nov 01, 2023 12:27:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s -- in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Nov 01, 2023 12:27:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:14 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:44929/locationWithBody Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:14 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:27:14 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Nov 01, 2023 12:27:14 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:44929/location Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Nov 01, 2023 12:27:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:16 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:16 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:16 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:44929/ResponseTest/executorAsync Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:16 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:16 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:44929/ResponseTest/locationAsync Nov 01, 2023 12:27:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Nov 01, 2023 12:27:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Nov 01, 2023 12:27:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Nov 01, 2023 12:27:19 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Nov 01, 2023 12:27:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:21 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:44929/test/location Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:21 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:21 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:44929/location Nov 01, 2023 12:27:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Nov 01, 2023 12:27:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 12:27:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Testing status: 200 ### Testing status: 201 ### Testing status: 202 ### Testing status: 204 ### Testing status: 303 ### Testing status: 304 ### Testing status: 307 ### Testing status: 401 ### Testing status: 403 ### Testing status: 404 ### Testing status: 406 ### Testing status: 409 ### Testing status: 410 ### Testing status: 411 ### Testing status: 412 ### Testing status: 415 ### Testing status: 500 ### Testing status: 503 Nov 01, 2023 12:27:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Nov 01, 2023 12:27:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Nov 01, 2023 12:27:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Nov 01, 2023 12:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Nov 01, 2023 12:27:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44929/ResponseTest/UriChangedByFilter Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44929/ResponseTest/UriChangedByInterceptor Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44929/uriAfterPreMatchingAbortion/SUCCESS Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:27:30 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Nov 01, 2023 12:27:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.090 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest Nov 01, 2023 12:27:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 43.68 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 12:27:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:27:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.api.ResponseTest Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.api.ResponseTest Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Nov 01, 2023 12:27:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/3.0.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:44929], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Nov 01, 2023 12:27:33 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21)], host=[localhost:44929], accept=[*/*], connection=[keep-alive]} Nov 01, 2023 12:27:33 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.130 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest Nov 01, 2023 12:27:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:27:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest Nov 01, 2023 12:27:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.tests.api.CookieImplTest Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.041 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:27:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.860 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:27:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:27:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Nov 01, 2023 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Nov 01, 2023 12:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:27:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Nov 01, 2023 12:27:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:27:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:27:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Nov 01, 2023 12:27:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Nov 01, 2023 12:27:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:27:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.904 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Nov 01, 2023 12:27:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 12:27:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest Nov 01, 2023 12:27:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Nov 01, 2023 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Nov 01, 2023 12:27:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest Nov 01, 2023 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 12:27:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 12:27:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Nov 01, 2023 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:27:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:27:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.350 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Expect:100-continue found, sending response header [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 12:27:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Expect:100-continue found, sending response header Nov 01, 2023 12:27:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Expect:100-continue found, sending response header Nov 01, 2023 12:27:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Expect:100-continue found, sending response header Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:27:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:27:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 12:27:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Expect:100-continue found, sending response header Nov 01, 2023 12:27:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. 12345678901234567890123456789012345678901234567890123456789012345678901234567890 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.336 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest Nov 01, 2023 12:27:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:27:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:27:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:27:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 12:27:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 12:27:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest Nov 01, 2023 12:27:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:44929/ 1 > custom_header: client/request Nov 01, 2023 12:28:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:28:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:28:00 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:44929/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-1-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:28:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:28:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Nov 01, 2023 12:28:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.423 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.331 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:44929/ 1 > custom_header: client/request Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:28:03 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-2-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:44929/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44929/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44929 1 > user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread ForkJoinPool-2-worker-1 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Nov 01, 2023 12:28:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.702 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:28:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Nov 01, 2023 12:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Nov 01, 2023 12:28:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.108 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:28:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:06 PM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:126) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:251) at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194) at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest Nov 01, 2023 12:28:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Nov 01, 2023 12:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:28:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Nov 01, 2023 12:28:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Nov 01, 2023 12:28:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Nov 01, 2023 12:28:10 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 288, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:28:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Nov 01, 2023 12:28:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Nov 01, 2023 12:28:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 12:28:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:12 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Nov 01, 2023 12:28:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 12:28:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 12:28:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.420 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 12:28:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Nov 01, 2023 12:28:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 12:28:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:15 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:16 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:17 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:17 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.101 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 12:28:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 12:28:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:19 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 12:28:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 12:28:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:19 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 12:28:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 12:28:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 12:28:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:28:22 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:28:23 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:28:23 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:28:23 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:45307/ Hit CTRL + C to stop it... Nov 01, 2023 12:28:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.543 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 12:28:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:28:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=0 identityHashCode=2062573321 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=0 identityHashCode=2062573321 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:28:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Nov 01, 2023 12:28:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:28:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.820 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:28:27 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:28:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.490 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:28:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=0 identityHashCode=618529592 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:28:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Nov 01, 2023 12:28:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:29 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Nov 01, 2023 12:28:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Nov 01, 2023 12:28:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:28:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=17 identityHashCode=795366878 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=17 identityHashCode=795366878 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=19 identityHashCode=1070514758 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=19 identityHashCode=1070514758 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=19 identityHashCode=1070514758 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=19 identityHashCode=1070514758 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=914308389 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=914308389 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=914308389 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:107) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:166) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=178 locatorId=22 identityHashCode=914308389 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:107) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:72) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:45) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) 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.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) 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.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:28:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.728 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Nov 01, 2023 12:28:30 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest Nov 01, 2023 12:28:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:31 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.178 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Nov 01, 2023 12:28:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest Nov 01, 2023 12:28:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Nov 01, 2023 12:28:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Nov 01, 2023 12:28:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest Nov 01, 2023 12:28:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest Nov 01, 2023 12:28:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Nov 01, 2023 12:28:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest Nov 01, 2023 12:28:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.239 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Nov 01, 2023 12:28:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Nov 01, 2023 12:28:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest Nov 01, 2023 12:28:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.671 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 12:28:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 12:28:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Nov 01, 2023 12:28:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Nov 01, 2023 12:28:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.489 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:28:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:28:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:28:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 12:28:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:28:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 12:28:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:28:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:28:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:28:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:28:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.364 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 12:28:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:28:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:28:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.23 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 12:28:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:28:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:29:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:29:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:29:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.738 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 12:29:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:07 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Nov 01, 2023 12:29:07 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Nov 01, 2023 12:29:07 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:29:08 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:29:08 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:29:08 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:29:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:08 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:29:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.311 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 12:29:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:29:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:29:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 12:29:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:29:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:29:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.411 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:29:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:29:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:29:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:29:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 12:29:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:29:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:29:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.689 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.070 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 12:29:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 12:29:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.316 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:29:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:29:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.75 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Nov 01, 2023 12:29:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:29:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:29:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:29:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:29:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.778 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 12:29:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:29:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.393 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 12:29:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:29:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:29:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:29:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:29:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:29:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:29:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:29:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:29:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:29:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.56 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Nov 01, 2023 12:29:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:29:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:29:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:29:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.77 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.36 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Nov 01, 2023 12:30:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:20 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:23 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 46.52 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 12:30:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:30:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:30:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:26 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.941 s -- in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Nov 01, 2023 12:30:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Nov 01, 2023 12:30:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:30:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:30:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:30:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.113 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:30:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:30:35 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:30:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:30:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:38 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:30:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:41 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.087 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 12:30:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:44 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:30:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.88 s -- in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Nov 01, 2023 12:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Nov 01, 2023 12:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 12:30:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:46 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:47 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:30:47 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.459 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:30:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.550 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:30:50 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:50 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:30:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Expect:100-continue found, sending response header Expect:100-continue found, sending response header Nov 01, 2023 12:30:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:53 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:53 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header 12345678901234567890123456789012345678901234567890123456789012345678901234567890 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.616 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest Nov 01, 2023 12:30:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:56 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Nov 01, 2023 12:30:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:30:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.22 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Nov 01, 2023 12:30:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Nov 01, 2023 12:30:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:30:58 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:30:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.404 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:31:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.190 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:31:02 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:31:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.624 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Nov 01, 2023 12:31:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.955 s -- in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Nov 01, 2023 12:31:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45307/ Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45307] Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45307] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.736 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 305, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:07 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-client --- Nov 01, 2023 12:31:10 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.662 s -- in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 3.0.99-SNAPSHOT [103/370] [INFO] from tests/e2e-core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-core-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-core-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-core-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-core-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-core-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-core-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-core-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-core-common --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Nov 01, 2023 12:31:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-core-common --- [INFO] Reserved port 37465 for jersey.config.test.container.port [INFO] Reserved port 43471 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-core-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] ------------------------------------------------------- Nov 01, 2023 12:31:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Nov 01, 2023 12:31:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:31:12 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.350 s -- in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [WARNING] Tests run: 125, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.129 s -- in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest Nov 01, 2023 12:31:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest Nov 01, 2023 12:31:12 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest Nov 01, 2023 12:31:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 292, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-core-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-core-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-core-common --- [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Nov 01, 2023 12:31:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 3.0.99-SNAPSHOT [104/370] [INFO] from tests/e2e-entity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-entity --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-entity --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-entity --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Nov 01, 2023 12:31:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-entity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-entity --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-entity --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-entity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-entity --- [INFO] Copying 385 resources from src/test/resources to target/test-classes Nov 01, 2023 12:31:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 139 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Nov 01, 2023 12:31:15 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Nov 01, 2023 12:31:16 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.384 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Nov 01, 2023 12:31:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-entity --- [INFO] Reserved port 45837 for jersey.config.test.container.port [INFO] Reserved port 42489 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:31:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.370 s -- in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:31:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Nov 01, 2023 12:31:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:19 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:20 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:31:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.248 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:31:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:31:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.241 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest Nov 01, 2023 12:31:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.226 s -- in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Nov 01, 2023 12:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:31:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:25 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:25 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.461 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:31:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 12:31:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:28 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.567 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Nov 01, 2023 12:31:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest Nov 01, 2023 12:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 12:31:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s -- in org.glassfish.jersey.tests.e2e.container.HeadTest Nov 01, 2023 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Nov 01, 2023 12:31:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 12:31:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.208 s -- in org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest Nov 01, 2023 12:31:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.665 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 12:31:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest Nov 01, 2023 12:31:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:31:36 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:31:36 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:37 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:31:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.940 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:31:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:31:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.706 s -- in org.glassfish.jersey.tests.e2e.container.QueryParamTest Nov 01, 2023 12:31:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:31:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.375 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:31:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:31:44 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 12:31:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.143 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 12:31:47 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.998 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 12:31:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:51 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Nov 01, 2023 12:31:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44929/base Nov 01, 2023 12:31:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:31:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.640 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.05 s -- in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest Nov 01, 2023 12:31:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:31:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:31:58 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest Nov 01, 2023 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:31:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:31:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:31:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:31:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:31:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s -- in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:32:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: 4143951396d749eaa00e75aa3955f10d Verifier: 7fa724b2e01f49dcaf857fa9b732372a Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Nov 01, 2023 12:32:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.406 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Nov 01, 2023 12:32:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Nov 01, 2023 12:32:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 12:32:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Nov 01, 2023 12:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Nov 01, 2023 12:32:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 12:32:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 12:32:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest Nov 01, 2023 12:32:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.243 s -- in org.glassfish.jersey.tests.e2e.ClientTest Nov 01, 2023 12:32:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Nov 01, 2023 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.235 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:32:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.470 s -- in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Nov 01, 2023 12:32:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Nov 01, 2023 12:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ resource: hello, this is text entity Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.glassfish.jersey.tests.e2e.InterceptorGzipTest Nov 01, 2023 12:32:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Nov 01, 2023 12:32:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.888 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:32:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s -- in org.glassfish.jersey.tests.e2e.LinkTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:32:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest Nov 01, 2023 12:32:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Nov 01, 2023 12:32:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:32:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:32:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ resource: hello, this is text entity Nov 01, 2023 12:32:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Nov 01, 2023 12:32:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s -- in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Nov 01, 2023 12:32:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] Nov 01, 2023 12:32:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44929/ Nov 01, 2023 12:32:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44929] Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44929] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 s -- in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 505, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 12:32:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.751 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json [INFO] attaching as e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e/target/e2e-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/3.0.99-SNAPSHOT/e2e-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e --- Nov 01, 2023 12:32:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 3.0.99-SNAPSHOT [102/373] [INFO] from tests/e2e-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-client --- [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-client --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 51 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:32:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-client --- [INFO] Reserved port 42141 for jersey.config.test.container.port [INFO] Reserved port 37583 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:32:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Nov 01, 2023 12:32:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.060 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:32:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:32:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:20 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:21 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.182 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Nov 01, 2023 12:32:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:23 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:24 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.694 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:25 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.728 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 12:32:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.878 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Nov 01, 2023 12:32:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:28 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:32:29 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:32:30 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.200 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 12:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.648 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 12:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Nov 01, 2023 12:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:32:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 12:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.763 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest Nov 01, 2023 12:32:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:32:33 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.883 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:32:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:32:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.425 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:32:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest Nov 01, 2023 12:32:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 12:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] SERVER: patch request received. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.135 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 12:32:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 12:32:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Nov 01, 2023 12:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.571 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 12:32:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:32:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.187 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:32:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 12:32:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 12:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.740 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:32:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.007 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:32:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.145 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 12:32:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:32:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:32:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 12:32:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.456 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:32:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.509 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 12:32:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:32:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Nov 01, 2023 12:32:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:32:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:32:59 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 12:32:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:00 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:33:00 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:33:00 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:33:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:00 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Nov 01, 2023 12:33:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:33:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.076 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 12:33:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 12:33:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2),  host: localhost:45837,  connection: keep-alive,  Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2),  host: localhost:45837,  connection: keep-alive,  Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:33:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 12:33:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 12:33:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:33:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:33:08 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:33:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:33:08 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:33:09 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:33:09 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.585 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 12:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.530 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:33:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:33:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.400 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:33:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.045 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 12:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:33:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 12:33:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 12:33:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.555 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:33:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:33:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.077 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:33:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:33:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.158 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:33:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:33:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 12:33:24 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 12:33:24 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 12:33:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.03 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:33:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 12:33:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.215 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 12:33:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 12:33:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:33:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:33:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 12:33:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:33:34 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:33:35 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:33:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:33:36 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:33:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:33:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:33:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.657 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.422 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:33:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:33:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.040 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:33:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:33:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.471 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.930 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:33:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest Nov 01, 2023 12:33:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest Nov 01, 2023 12:33:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.342 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:33:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:33:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:33:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 12:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:33:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:33:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:33:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.240 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:33:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.146 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Expect:100-continue found, sending response header [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:33:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Expect:100-continue found, sending response header Nov 01, 2023 12:33:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Expect:100-continue found, sending response header Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Expect:100-continue found, sending response header [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:33:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Expect:100-continue found, sending response header Nov 01, 2023 12:33:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final 12345678901234567890123456789012345678901234567890123456789012345678901234567890 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.154 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest Nov 01, 2023 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:33:54 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] [INFO] Running org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest Nov 01, 2023 12:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:33:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:33:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:33:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:33:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.106 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:33:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:33:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:33:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:33:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:33:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@5506e7be Nov 01, 2023 12:33:59 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@4c9854be] from custom-executor-thread-1 Nov 01, 2023 12:33:59 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:33:59 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@286f072e] from custom-executor-thread-1 Nov 01, 2023 12:33:59 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:33:59 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:33:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.931 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:34:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:34:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Nov 01, 2023 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.528 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 288, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Slow subscriber completed Nov 01, 2023 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:34:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:34:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Nov 01, 2023 12:34:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:07 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:07 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:07 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:08 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.689 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 12:34:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:10 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:11 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:12 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:34:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:42141/ Hit CTRL + C to stop it... Nov 01, 2023 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.795 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Nov 01, 2023 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.301 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.724 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest Nov 01, 2023 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:34:17 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache5.connector.Apache5Connector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: [Mbw-Prop, Iceptor-Prop] Nov 01, 2023 12:34:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest Nov 01, 2023 12:34:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest Nov 01, 2023 12:34:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest Nov 01, 2023 12:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.773 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:34:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.911 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Nov 01, 2023 12:34:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.740 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.800 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 12:34:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest Nov 01, 2023 12:34:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Nov 01, 2023 12:34:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.923 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 12:34:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.464 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Nov 01, 2023 12:34:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Nov 01, 2023 12:34:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Nov 01, 2023 12:34:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Nov 01, 2023 12:34:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.782 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:34:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:34:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.185 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.743 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.786 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:34:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Nov 01, 2023 12:34:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:34:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 12:34:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.160 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 12:34:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.095 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 12:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 12:34:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Nov 01, 2023 12:34:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.436 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.520 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:34:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:34:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.010 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Nov 01, 2023 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:34:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:52 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Nov 01, 2023 12:34:52 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Nov 01, 2023 12:34:52 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Nov 01, 2023 12:34:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:53 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Nov 01, 2023 12:34:53 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Nov 01, 2023 12:34:53 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.861 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:34:53 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:34:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:34:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.083 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 12:34:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:34:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.424 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest Nov 01, 2023 12:34:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 12:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 12:34:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:34:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 12:35:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:35:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.517 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 12:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:35:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Nov 01, 2023 12:35:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:35:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.592 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Nov 01, 2023 12:35:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.045 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Nov 01, 2023 12:35:05 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.950 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:35:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 s -- in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:35:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Nov 01, 2023 12:35:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:35:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:35:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.146 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:35:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Nov 01, 2023 12:35:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 12:35:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Nov 01, 2023 12:35:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Nov 01, 2023 12:35:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 12:35:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:35:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.156 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest Nov 01, 2023 12:35:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest Nov 01, 2023 12:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Nov 01, 2023 12:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.394 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:35:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.332 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:35:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.200 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:35:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.728 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.660 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Nov 01, 2023 12:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 12:35:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Nov 01, 2023 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.803 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest Nov 01, 2023 12:35:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 12:35:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.765 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Nov 01, 2023 12:35:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Nov 01, 2023 12:35:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 12:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 12:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 12:35:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:35:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:35:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.848 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:35:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.473 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.678 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest Nov 01, 2023 12:35:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Nov 01, 2023 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.772 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Nov 01, 2023 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.569 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.296 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Nov 01, 2023 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Expect:100-continue found, sending response header [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 12:35:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Expect:100-continue found, sending response header Nov 01, 2023 12:35:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Expect:100-continue found, sending response header Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Expect:100-continue found, sending response header [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Expect:100-continue found, sending response header Nov 01, 2023 12:35:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ 12345678901234567890123456789012345678901234567890123456789012345678901234567890 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.359 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest Nov 01, 2023 12:35:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Nov 01, 2023 12:35:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.552 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:35:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Nov 01, 2023 12:35:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.463 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:35:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Nov 01, 2023 12:35:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.435 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 12:35:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Nov 01, 2023 12:35:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42141/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42141] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42141] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.583 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 305, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:35:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:35:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.203 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json [INFO] attaching as e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-client/target/e2e-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/3.0.99-SNAPSHOT/e2e-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-client --- [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:36:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 3.0.99-SNAPSHOT [103/373] [INFO] from tests/e2e-core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-core-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-core-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-core-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-core-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-core-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-core-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-core-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-core-common --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-core-common --- [INFO] Reserved port 33751 for jersey.config.test.container.port [INFO] Reserved port 35645 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-core-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] ------------------------------------------------------- Nov 01, 2023 12:36:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest Nov 01, 2023 12:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Nov 01, 2023 12:36:02 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.320 s -- in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest Nov 01, 2023 12:36:02 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 12:36:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [WARNING] Tests run: 125, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.178 s -- in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest Nov 01, 2023 12:36:02 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 292, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-core-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:36:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json [INFO] attaching as e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-core-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-core-common/target/e2e-core-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/3.0.99-SNAPSHOT/e2e-core-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-core-common --- Nov 01, 2023 12:36:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 3.0.99-SNAPSHOT [104/373] [INFO] from tests/e2e-entity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-entity --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-entity --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-entity --- Nov 01, 2023 12:36:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-entity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-entity --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-entity --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-entity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-entity --- [INFO] Copying 385 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 139 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:36:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/header/HeaderDelegateProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-entity --- [INFO] Reserved port 43991 for jersey.config.test.container.port [INFO] Reserved port 45931 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2),  host: localhost:45837,  connection: keep-alive,  Nov 01, 2023 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 11.0.2),  host: localhost:45837,  connection: keep-alive,  Nov 01, 2023 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.904 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 12:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.397 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:36:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:36:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 12:36:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.833 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.662 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest Nov 01, 2023 12:36:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:12 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:13 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:36:13 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:36:13 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.590 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.894 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest Nov 01, 2023 12:36:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 12:36:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:36:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 12:36:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:36:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.663 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:36:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.745 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 12:36:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 12:36:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:36:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:36:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.090 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.992 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 12:36:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 12:36:30 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 12:36:30 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 12:36:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.12 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:36:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 12:36:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 12:36:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 12:36:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:36:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:36:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:36:41 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:36:42 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.359 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:36:43 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:36:43 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.185 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.946 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest Nov 01, 2023 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.519 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:36:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest Nov 01, 2023 12:36:48 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:48 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:48 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:36:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:36:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 2.754 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:36:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.670 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:36:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:36:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:36:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.570 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 12:36:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:36:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.429 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 12:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:36:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:36:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.065 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:36:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:36:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.653 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:36:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:36:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:36:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:36:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:36:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:36:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:37:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.050 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:37:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.199 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:37:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 12:37:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:03 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 12:37:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:04 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:04 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:04 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:04 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:37:04 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:37:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Nov 01, 2023 12:37:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest Nov 01, 2023 12:37:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@7ada4941 [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 12:37:06 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@23a7d017] from custom-executor-thread-1 Nov 01, 2023 12:37:06 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:37:06 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@46c93da7] from custom-executor-thread-1 Nov 01, 2023 12:37:06 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:37:06 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 12:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.216 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:37:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 12:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 12:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.410 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest Nov 01, 2023 12:37:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Nov 01, 2023 12:37:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Slow subscriber completed Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.185 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:37:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.698 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:37:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:37:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.282 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45837/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:37:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45837] Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45837] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-entity --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:37:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:15 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:37:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 12:37:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Nov 01, 2023 12:37:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-entity --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-entity --- Nov 01, 2023 12:37:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 12:37:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:37:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 3.0.99-SNAPSHOT [105/370] [INFO] from tests/e2e-inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject --- [INFO] Reserved port 34461 for jersey.config.test.container.port [INFO] Reserved port 39195 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject --- [INFO] [INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------ [INFO] Building jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT [106/370] [INFO] from tests/e2e-inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi2-se --- [INFO] Reserved port 41239 for jersey.config.test.container.port [INFO] Reserved port 43029 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:37:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41239/ Nov 01, 2023 12:37:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:21 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.669 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:37:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:37:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 688fc5fe-344b-4b52-99b4-42c260c97c8b initialized Nov 01, 2023 12:37:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41239] Nov 01, 2023 12:37:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7270a49-1775-4a8e-8710-afcbc4467974 initialized Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 688fc5fe-344b-4b52-99b4-42c260c97c8b shut down Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41239] Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7270a49-1775-4a8e-8710-afcbc4467974 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Nov 01, 2023 12:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41239/ Nov 01, 2023 12:37:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08486cd0-d4a5-42ae-a40c-49bccec6b5d0 initialized Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41239] Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dff2c82-e5f4-4c00-a948-687e2c1072ed initialized Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08486cd0-d4a5-42ae-a40c-49bccec6b5d0 shut down Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41239] Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dff2c82-e5f4-4c00-a948-687e2c1072ed shut down Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41239/ Nov 01, 2023 12:37:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d08fe13c-71ff-42d7-a30f-989d50743600 initialized Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41239] Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b98a06e-6c66-4355-b699-b20fc34d5d5e initialized Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d08fe13c-71ff-42d7-a30f-989d50743600 shut down Nov 01, 2023 12:37:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41239] Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b98a06e-6c66-4355-b699-b20fc34d5d5e shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Nov 01, 2023 12:37:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41239/ Nov 01, 2023 12:37:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:23 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40142d36-abcd-4090-851f-403c6df1eac1 initialized Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41239] Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57e67212-15f2-4a41-bf89-4cc04511b240 initialized Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40142d36-abcd-4090-851f-403c6df1eac1 shut down Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41239] Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57e67212-15f2-4a41-bf89-4cc04511b240 shut down Nov 01, 2023 12:37:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41239/ Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1cb468dd-912c-4cac-adfb-1f3dd7d103a1 initialized Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41239] Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33d5c3df-0196-4771-af7b-08a8c9a33177 initialized Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1cb468dd-912c-4cac-adfb-1f3dd7d103a1 shut down Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41239] Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33d5c3df-0196-4771-af7b-08a8c9a33177 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 228086a1-b5fa-4d00-8601-3ebd473616ae initialized Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8b21683-5ed7-45a2-87be-1fc6fa7325d3 initialized Nov 01, 2023 12:37:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96d0b470-a0cc-4cf3-9397-bfe1602a60b8 initialized Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac047dd4-263d-4d7c-9b44-50dc5e1ae29d initialized Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97ee5f5b-80cc-4c20-9377-82d7eb4225db initialized Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc6e2a41-9c57-4df8-82e8-bf377572673d initialized Nov 01, 2023 12:37:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 064b61dc-d3e9-438f-b8ce-49b2861e1f79 initialized Nov 01, 2023 12:37:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bacd6d4b-bcaf-4102-bb4d-4cbf997318c1 initialized Nov 01, 2023 12:37:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e461026a-4034-4ccd-82e9-ec7543efabdf initialized Nov 01, 2023 12:37:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78538b08-d62c-4b2f-b7e9-0f6a5a7aaca6 initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 12:37:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.pom Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi2-se --- Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] [INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >-------- [INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT [107/370] [INFO] from tests/e2e-inject/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi-inject-weld --- [INFO] Reserved port 32919 for jersey.config.test.container.port [INFO] Reserved port 44515 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:37:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.815 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Nov 01, 2023 12:37:28 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:37:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d423ba1d-e838-43fb-ab24-bd651491b2c7 initialized Nov 01, 2023 12:37:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d423ba1d-e838-43fb-ab24-bd651491b2c7 shut down Nov 01, 2023 12:37:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7666bbc4-4a07-425f-949b-76c1de7c1ada initialized Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7666bbc4-4a07-425f-949b-76c1de7c1ada shut down Nov 01, 2023 12:37:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 551a7e4c-b59d-4f13-9798-541353cf3c4b initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 551a7e4c-b59d-4f13-9798-541353cf3c4b shut down Nov 01, 2023 12:37:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:30 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 12:37:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8275f7c-c7ad-43e8-a67f-0a34c56f0ecb initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8275f7c-c7ad-43e8-a67f-0a34c56f0ecb shut down Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a597da4b-3d86-40eb-95eb-d72fb9c295df initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a597da4b-3d86-40eb-95eb-d72fb9c295df shut down Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba426036-cd2e-43e5-849f-3a428cb4d0c4 initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba426036-cd2e-43e5-849f-3a428cb4d0c4 shut down Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11bf9605-e265-41de-bfcc-a9ee47fe4db6 initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11bf9605-e265-41de-bfcc-a9ee47fe4db6 shut down [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:37:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fbb4067-7cbb-43e1-8286-131e89999429 initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fbb4067-7cbb-43e1-8286-131e89999429 shut down Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 083eef69-a769-4bb5-b3ce-e608d6c39099 initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 083eef69-a769-4bb5-b3ce-e608d6c39099 shut down Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6aa8338e-01fc-4549-b22a-3b0428d8b585 initialized Nov 01, 2023 12:37:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6aa8338e-01fc-4549-b22a-3b0428d8b585 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.452 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e391a2a-d6f2-44c8-848d-d86b7912d61d initialized Nov 01, 2023 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32919/ Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e391a2a-d6f2-44c8-848d-d86b7912d61d shut down Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32919] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 724f0127-c72b-48aa-982d-ec2a3106560e initialized Nov 01, 2023 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32919/ Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. mybean ***Hello James*** Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 724f0127-c72b-48aa-982d-ec2a3106560e shut down Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6a46c1f-bf75-461f-9c2c-7af677607dff initialized Nov 01, 2023 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32919/ Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6a46c1f-bf75-461f-9c2c-7af677607dff shut down Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32919] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fae1ceb-c0cd-4ed4-ac15-894b78ba7fa0 initialized Nov 01, 2023 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32919/ Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fae1ceb-c0cd-4ed4-ac15-894b78ba7fa0 shut down Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5cf85e15-5098-4f80-9918-f638b1c4f190 initialized Nov 01, 2023 12:37:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32919/ Nov 01, 2023 12:37:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32919] Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5cf85e15-5098-4f80-9918-f638b1c4f190 shut down Nov 01, 2023 12:37:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32919] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:37:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:43991,  connection: keep-alive,  Nov 01, 2023 12:37:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:43991,  connection: keep-alive,  Nov 01, 2023 12:37:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi-inject-weld --- Nov 01, 2023 12:37:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 3.0.99-SNAPSHOT [108/370] [INFO] from tests/e2e-inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-hk2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-hk2 --- [INFO] Reserved port 35681 for jersey.config.test.container.port [INFO] Reserved port 37391 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] ------------------------------------------------------- Nov 01, 2023 12:37:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:34 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Nov 01, 2023 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35681/ Nov 01, 2023 12:37:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35681] Nov 01, 2023 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35681/ Nov 01, 2023 12:37:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35681] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35681/ Nov 01, 2023 12:37:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35681] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35681/ Nov 01, 2023 12:37:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35681] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35681/ Nov 01, 2023 12:37:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35681] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-hk2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:37:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:37:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:37:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:37:37 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.993 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-hk2 --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 3.0.99-SNAPSHOT [109/370] [INFO] from tests/e2e-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-server --- [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:39 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:39 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-server --- [INFO] Copying 97 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 154 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:37:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:40 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:40 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:37:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-server --- [INFO] Reserved port 46285 for jersey.config.test.container.port [INFO] Reserved port 33665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:37:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:41 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:37:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 12:37:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:43 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:43 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: [HttpServer-5] Started. INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: Stopped listener bound to [localhost:46285] INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Started listener bound to [localhost:46285] INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest INFO: [HttpServer-11] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:44 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:37:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:37:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:37:47 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:37:48 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:49 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.806 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 12:37:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 12:37:50 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 12:37:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 12:37:51 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 12:37:51 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 12:37:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 12:37:51 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.802 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:51 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:37:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:37:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:37:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:53 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:53 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:53 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.538 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:55 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:55 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:55 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:56 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:56 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.861 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:37:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:57 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:37:58 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:37:58 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:37:58 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.839 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:37:58 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:37:59 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:37:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:38:00 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:00 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:00 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:38:00 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:38:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.143 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:38:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:02 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.973 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest Nov 01, 2023 12:38:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:38:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:38:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.668 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:38:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:38:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:38:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:38:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.758 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:38:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:38:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:38:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:14 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:38:14 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:38:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:38:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@65b60bfe Nov 01, 2023 12:38:18 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@4db8e2f1] from custom-executor-thread-1 Nov 01, 2023 12:38:18 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:38:18 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@77df4d03] from custom-executor-thread-1 Nov 01, 2023 12:38:18 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:38:18 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 12:38:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:38:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:38:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:20 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:38:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Slow subscriber completed Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.574 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:22 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:38:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.960 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:38:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:38:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Nov 01, 2023 12:38:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.140 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:38:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:38:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.970 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:38:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:38:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.932 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.842 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest Nov 01, 2023 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:38:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.840 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.047 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest Nov 01, 2023 12:38:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 12:38:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.040 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:38:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.112 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.737 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Nov 01, 2023 12:38:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Nov 01, 2023 12:38:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.418 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:38:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:38:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:38:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.991 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:38:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:38:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:46 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.060 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.900 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.987 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest Nov 01, 2023 12:38:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.170 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.230 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.775 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.766 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.396 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Nov 01, 2023 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:38:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Nov 01, 2023 12:38:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:38:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.507 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Nov 01, 2023 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 12:38:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:38:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:38:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:38:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:38:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.265 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Nov 01, 2023 12:38:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.300 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 12:39:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:39:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 12:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Nov 01, 2023 12:39:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:39:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Nov 01, 2023 12:39:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest Nov 01, 2023 12:39:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:39:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.624 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:39:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:39:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.264 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:39:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.254 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:39:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Nov 01, 2023 12:39:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:39:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.200 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:39:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Nov 01, 2023 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Nov 01, 2023 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:39:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.781 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Nov 01, 2023 12:39:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:39:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.385 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:39:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:39:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Nov 01, 2023 12:39:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:39:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.241 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Nov 01, 2023 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:23 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.497 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Nov 01, 2023 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 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.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Nov 01, 2023 12:39:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean 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.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Nov 01, 2023 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Nov 01, 2023 12:39:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Nov 01, 2023 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:39:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.301 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Nov 01, 2023 12:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:39:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:39:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:39:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:39:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Nov 01, 2023 12:39:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.892 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:36 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:36 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.260 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [Fatal Error] :1:17: XML document structures must start and end within the same entity. Nov 01, 2023 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.702 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.305 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 12:39:38 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Nov 01, 2023 12:39:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Nov 01, 2023 12:39:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:39:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 12:39:41 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.718 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest Nov 01, 2023 12:39:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.776 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Nov 01, 2023 12:39:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Nov 01, 2023 12:39:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.400 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:39:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.RESP_FILTERS_START.order=[[4]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], Content-Length=[5], R.RESP_FILTERS_FINISHED.order=[[5]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.RESP_FILTERS_START.order=[[4]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_START.method=[[getAsync]], Content-Length=[5], R.RESP_FILTERS_FINISHED.order=[[5]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.RESP_FILTERS_START.order=[[7]], R.REQ_FILTERS_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], Content-Type=[text/html], R.MATCHED_LOCATOR.order=[[1]]} Nov 01, 2023 12:39:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.RESP_FILTERS_START.order=[[5]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.RESP_FILTERS_START.order=[[8]], R.REQ_FILTERS_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], Content-Type=[text/html], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], R.MATCHED_LOCATOR.order=[[1]]} Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.184 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:39:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:39:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.938 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:39:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:39:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:51 PM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Nov 01, 2023 12:39:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Nov 01, 2023 12:39:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:39:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Nov 01, 2023 12:39:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.923 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:39:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 12:39:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:43991,  connection: keep-alive,  Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/3.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:43991,  connection: keep-alive,  Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Nov 01, 2023 12:39:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:39:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Nov 01, 2023 12:39:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:55 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:39:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Nov 01, 2023 12:39:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.790 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 12:39:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:39:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:39:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:39:58 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:39:58 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:39:58 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:39:58 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:39:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:39:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.075 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Nov 01, 2023 12:40:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:01 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.860 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.583 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 12:40:01 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Nov 01, 2023 12:40:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.052 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest Nov 01, 2023 12:40:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:03 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:40:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:40:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:05 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:40:06 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:40:07 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.225 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:40:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 12:40:09 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] --------------------- Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 12:40:10 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 12:40:11 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Nov 01, 2023 12:40:12 PM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 12:40:12 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.116 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ --------------------- Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 12:40:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 12:40:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Nov 01, 2023 12:40:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 12:40:14 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:40:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 12:40:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.753 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest Nov 01, 2023 12:40:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:40:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.390 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:40:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:40:20 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:40:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:40:21 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:40:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:40:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:40:22 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.150 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 12:40:22 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 12:40:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.388 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:40:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:40:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:40:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:25 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:40:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test Nov 01, 2023 12:40:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest Nov 01, 2023 12:40:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Nov 01, 2023 12:40:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@41d2a737 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@41d2a737 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@41d2a737 Nov 01, 2023 12:40:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:40:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:40:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.672 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:40:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.515 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 12:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:40:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Nov 01, 2023 12:40:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.340 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:40:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:40:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:39 PM org.glassfish.grizzly.ProcessorExecutor execute WARNING: GRIZZLY0029: Error during Processor execution. Connection=null ioEvent=NONE processor=null java.lang.NullPointerException: Cannot invoke "org.glassfish.grizzly.Processor.process(org.glassfish.grizzly.Context)" because the return value of "org.glassfish.grizzly.Context.getProcessor()" is null at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:172) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:196) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:40:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.930 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Nov 01, 2023 12:40:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.331 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:40:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@1d929acf Nov 01, 2023 12:40:41 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@7aea0c82] from custom-executor-thread-1 Nov 01, 2023 12:40:41 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:40:41 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@167dd2cc] from custom-executor-thread-1 Nov 01, 2023 12:40:41 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Nov 01, 2023 12:40:41 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Nov 01, 2023 12:40:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 12:40:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.402 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Nov 01, 2023 12:40:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.485 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 12:40:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Slow subscriber completed Nov 01, 2023 12:40:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:40:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Nov 01, 2023 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:40:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 12:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] Nov 01, 2023 12:40:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43991/ Nov 01, 2023 12:40:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43991] Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43991] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest Nov 01, 2023 12:40:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-entity --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:40:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json [INFO] attaching as e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-entity --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-entity/target/e2e-entity-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/3.0.99-SNAPSHOT/e2e-entity-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-entity --- Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:40:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.763 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:40:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 3.0.99-SNAPSHOT [105/373] [INFO] from tests/e2e-inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject --- [INFO] Reserved port 37635 for jersey.config.test.container.port [INFO] Reserved port 35743 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json [INFO] attaching as e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/3.0.99-SNAPSHOT/e2e-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject --- [INFO] [INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------ [INFO] Building jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT [106/373] [INFO] from tests/e2e-inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi2-se --- [INFO] Reserved port 33047 for jersey.config.test.container.port [INFO] Reserved port 45415 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest Nov 01, 2023 12:40:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33047/ Nov 01, 2023 12:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:40:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:54 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:40:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 545aa373-8c42-4e08-9c2b-3898fd129a41 initialized Nov 01, 2023 12:40:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33047] Nov 01, 2023 12:40:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 547c6b43-5057-41a2-a14e-8bbe4f30a896 initialized Nov 01, 2023 12:40:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 545aa373-8c42-4e08-9c2b-3898fd129a41 shut down Nov 01, 2023 12:40:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33047] Nov 01, 2023 12:40:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 547c6b43-5057-41a2-a14e-8bbe4f30a896 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Nov 01, 2023 12:40:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33047/ Nov 01, 2023 12:40:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a587f9c-7563-49fe-8250-c28dde540bbe initialized Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d1db942-20ae-47b8-aedd-625a10f5cd9b initialized Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a587f9c-7563-49fe-8250-c28dde540bbe shut down Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d1db942-20ae-47b8-aedd-625a10f5cd9b shut down Nov 01, 2023 12:40:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:40:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33047/ Nov 01, 2023 12:40:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 009e8887-1127-426b-8246-205ca5859f2d initialized Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de2f2ca5-8aea-4c80-829d-4f311c62d874 initialized Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 009e8887-1127-426b-8246-205ca5859f2d shut down Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de2f2ca5-8aea-4c80-829d-4f311c62d874 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Nov 01, 2023 12:40:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33047/ Nov 01, 2023 12:40:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90ba8e87-f316-4df6-b9c4-7856291a2b25 initialized Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c8f0f97-fde3-456d-a598-6efd0636df39 initialized Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90ba8e87-f316-4df6-b9c4-7856291a2b25 shut down Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c8f0f97-fde3-456d-a598-6efd0636df39 shut down Nov 01, 2023 12:40:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33047/ Nov 01, 2023 12:40:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bcbed614-886e-49d2-a756-933623d37ade initialized Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b3c2b08c-b537-4d05-b804-61997d96d163 initialized Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bcbed614-886e-49d2-a756-933623d37ade shut down Nov 01, 2023 12:40:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33047] Nov 01, 2023 12:40:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b3c2b08c-b537-4d05-b804-61997d96d163 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest Nov 01, 2023 12:40:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bad0509-d2d4-45e9-b887-4e11b9de85da initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d572e5a4-8595-4eee-846c-c5ffd0871788 initialized Nov 01, 2023 12:40:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8923feb8-e77b-4ecf-91e1-94cc9b81557f initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 738ee072-478f-4ac9-91e2-ded96b27c2b0 initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e6cbdd8-35ec-4b8d-857f-8dcf1968a835 initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a540b3d8-7255-4bb8-8cca-b029c8ad17a7 initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de3e46cb-7dd2-4366-a46c-9187f483c7c7 initialized Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:40:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81c0f3c6-d597-4f0a-b456-7388b4be6045 initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9899f0c-d69b-4a45-9a1f-91f78844ddac initialized Nov 01, 2023 12:40:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:40:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:40:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c449ce0c-4a89-478d-8e3c-c277ad090d18 initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 12:40:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:40:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json [INFO] attaching as e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/3.0.99-SNAPSHOT/e2e-inject-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi2-se --- [INFO] [INFO] -------< org.glassfish.jersey.tests:e2e-inject-cdi-inject-weld >-------- [INFO] Building jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT [107/373] [INFO] from tests/e2e-inject/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi-inject-weld --- [INFO] Reserved port 34673 for jersey.config.test.container.port [INFO] Reserved port 33481 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:40:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:40:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Nov 01, 2023 12:41:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 12:41:00 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:41:00 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:00 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:41:00 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18aaf0e2-f52c-4f32-827b-a8322534bbf6 initialized Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18aaf0e2-f52c-4f32-827b-a8322534bbf6 shut down Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52fea033-1879-4c36-9fc3-766282f11c1e initialized Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52fea033-1879-4c36-9fc3-766282f11c1e shut down Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a7aff3a-f960-4560-a5b4-6bc471a8d954 initialized Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a7aff3a-f960-4560-a5b4-6bc471a8d954 shut down Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 816eaba6-5e52-40ce-953a-3eb37088f833 initialized Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 816eaba6-5e52-40ce-953a-3eb37088f833 shut down Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5335787a-b40d-40f4-91e6-9a69c01ec045 initialized Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5335787a-b40d-40f4-91e6-9a69c01ec045 shut down Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:01 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85d1eb33-78ae-4d03-b155-be053a5a2bfe initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85d1eb33-78ae-4d03-b155-be053a5a2bfe shut down Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3602d2c-7a8c-4947-a0d0-d178f15e686e initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3602d2c-7a8c-4947-a0d0-d178f15e686e shut down Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0369ca07-933a-4f98-bfd8-8eaa6fbfff84 initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0369ca07-933a-4f98-bfd8-8eaa6fbfff84 shut down Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a65d2748-ab1e-4068-9012-66ad7de7b6f8 initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a65d2748-ab1e-4068-9012-66ad7de7b6f8 shut down bar-executor-service bar-executor-service Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 113e601a-f5db-401e-8272-bb8b314ecd2d initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 113e601a-f5db-401e-8272-bb8b314ecd2d shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11ea80d1-c5bc-46a7-8de8-bfefb3754122 initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34673/ Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34673] Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11ea80d1-c5bc-46a7-8de8-bfefb3754122 shut down Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34673] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e238eab-9a8e-43c6-b2fb-22f5b39d480f initialized Nov 01, 2023 12:41:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34673/ Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34673] Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. mybean ***Hello James*** Nov 01, 2023 12:41:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e238eab-9a8e-43c6-b2fb-22f5b39d480f shut down Nov 01, 2023 12:41:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34673] Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:02 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 123c300b-1fe2-436a-bad6-23007cf3ba52 initialized Nov 01, 2023 12:41:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34673/ Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34673] Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 123c300b-1fe2-436a-bad6-23007cf3ba52 shut down Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34673] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Nov 01, 2023 12:41:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac147c51-56e8-4a72-bc92-68509f6f8eb3 initialized Nov 01, 2023 12:41:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34673/ Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34673] Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac147c51-56e8-4a72-bc92-68509f6f8eb3 shut down Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34673] [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:41:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.RequestScopedResource is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff9d0f0a-3803-435b-a3fc-195127b524d4 initialized Nov 01, 2023 12:41:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34673/ Nov 01, 2023 12:41:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34673] Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff9d0f0a-3803-435b-a3fc-195127b524d4 shut down Nov 01, 2023 12:41:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34673] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:41:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json [INFO] attaching as e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/3.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi-inject-weld --- Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 3.0.99-SNAPSHOT [108/373] [INFO] from tests/e2e-inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-hk2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:41:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-hk2 --- [INFO] Reserved port 40109 for jersey.config.test.container.port [INFO] Reserved port 34419 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40109/ Nov 01, 2023 12:41:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40109] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40109] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40109/ Nov 01, 2023 12:41:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40109] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40109] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40109/ Nov 01, 2023 12:41:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:41:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40109] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40109] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40109/ Nov 01, 2023 12:41:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40109] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40109] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Nov 01, 2023 12:41:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40109/ Nov 01, 2023 12:41:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40109] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40109] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-hk2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:41:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json [INFO] attaching as e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-inject/hk2/target/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/3.0.99-SNAPSHOT/e2e-inject-hk2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-hk2 --- Nov 01, 2023 12:41:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 3.0.99-SNAPSHOT [109/373] [INFO] from tests/e2e-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-server --- Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.431 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:41:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-server --- [INFO] Copying 97 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 154 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:41:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.250 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-server --- [INFO] Reserved port 34603 for jersey.config.test.container.port [INFO] Reserved port 38141 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:41:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 12:41:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.336 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:41:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:41:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:15 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.431 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:41:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:16 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:41:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:17 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:18 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.332 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:41:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 12:41:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:41:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:41:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:41:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.640 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:41:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.504 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:41:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.417 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:41:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:41:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:41:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 12:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 12:41:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:41:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.391 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:41:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:41:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.279 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:41:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.422 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.220 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:38 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:41:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:41:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:41:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 12:41:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:41:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:45 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 39 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:50) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 51 more Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:41:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:41:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:41:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:41:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.812 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:41:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:41:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:41:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:41:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.990 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:41:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 12:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 12:41:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.767 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:41:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:41:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:41:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.464 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:41:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:41:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:41:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:41:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:41:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:42:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:42:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.408 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:42:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:42:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 12:42:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:42:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:03 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:03 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:42:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.014 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:42:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:42:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.893 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.980 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 12:42:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:11 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:11 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:11 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:42:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 12:42:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:14 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:42:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:15 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:42:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:42:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.991 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.110 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:42:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:42:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.701 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:42:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:20 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:21 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:21 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.966 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:42:21 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:42:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:42:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:42:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.036 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 12:42:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:42:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:42:26 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:26 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.410 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 12:42:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.870 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 12:42:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest Nov 01, 2023 12:42:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:42:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:42:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:31 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:32 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:42:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.007 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:42:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.428 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 12:42:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:42:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.500 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:42:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:42:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:42:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:38 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: runtime-exception ... 27 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 27 more Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:39 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 12:42:39 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:42:39 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.629 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:42:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:42:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:41 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.594 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:42:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:43 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:42:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.032 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 12:42:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.555 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:42:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 12:42:45 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 12:42:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.125 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 12:42:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.377 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest Nov 01, 2023 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:42:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:42:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:42:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:42:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.073 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:42:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:42:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:42:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/plain]} Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/plain]} Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:42:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:42:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:42:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:42:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:42:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:42:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:42:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:42:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:42:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.760 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:42:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.723 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:42:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 12:42:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:42:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:43:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.400 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 12:43:01 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:43:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:05 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:43:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.558 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 12:43:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.576 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.568 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest Nov 01, 2023 12:43:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:43:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.687 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:43:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 12:43:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.468 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:11 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:43:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:43:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:43:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:43:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.538 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Registering injectables... [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 12:43:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1db54e36 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1db54e36 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@1db54e36 Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] --------------------- Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.659 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:43:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:43:17 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 12:43:17 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:43:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:43:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.477 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest Nov 01, 2023 12:43:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:43:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.590 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:43:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.974 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:43:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:43:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:43:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.643 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:43:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@288b956b org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@288b956b org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@288b956b Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.505 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 12:43:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 12:43:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.901 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:43:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.984 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:43:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:43:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.948 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.860 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:36 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 12:43:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:36 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.741 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:39 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:39 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:39 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 12:43:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:43:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:42 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:42 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.980 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 12:43:42 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:43 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:43 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.855 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:43:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.970 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:45 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:46 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.810 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:49 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:50 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.493 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:43:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:43:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:43:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:43:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:43:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:43:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:43:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:53 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.539 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:43:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:43:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Nov 01, 2023 12:43:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.172 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:43:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:43:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:43:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:43:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:43:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:43:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:00 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.349 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.833 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:44:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:44:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:44:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:44:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:44:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:44:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 12:44:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:08 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.956 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:44:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:44:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:44:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:44:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:44:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:44:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 12:44:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.100 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:44:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:44:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 12:44:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:44:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:44:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:17 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.157 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 12:44:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:44:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:44:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.225 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 12:44:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:44:20 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Nov 01, 2023 12:44:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:44:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.736 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:44:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:44:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:44:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.138 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:44:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:44:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:24 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 37 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 49 more Nov 01, 2023 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:44:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:44:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.910 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:44:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:27 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:28 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.604 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 12:44:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:44:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:44:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:44:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 12:44:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.424 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.934 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 12:44:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 12:44:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:44:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:44:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:41 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.873 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:44 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.112 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.406 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:44:50 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:50 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:51 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.770 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:44:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:52 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:52 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:44:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 12:44:53 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 12:44:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.092 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:44:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:45:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:45:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:02 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.RuntimeException: runtime-exception ... 25 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 25 more Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:03 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 12:45:03 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.388 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:45:03 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.100 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.051 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.566 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:45:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:45:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:10 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:45:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.349 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:45:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 12:45:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:45:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:45:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.380 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:45:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.237 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.259 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:45:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:45:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.689 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:45:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:25 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 12:45:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:45:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:45:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.698 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:45:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:45:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@6690e1b0 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@6690e1b0 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@6690e1b0 Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:45:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.721 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:45:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:45:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:45:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:45:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 12:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:45:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-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] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:45:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Nov 01, 2023 12:45:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Nov 01, 2023 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.833 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Nov 01, 2023 12:45:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:45:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:36 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:37 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:38 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:45:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.460 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Nov 01, 2023 12:45:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:40 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:45:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Nov 01, 2023 12:45:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:45:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Nov 01, 2023 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.278 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:45:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.587 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Nov 01, 2023 12:45:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Nov 01, 2023 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.525 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.439 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:45:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Nov 01, 2023 12:45:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:45:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:45:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.164 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Nov 01, 2023 12:45:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:45:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:45:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Nov 01, 2023 12:45:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:57 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:45:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:45:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.273 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:45:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:00 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:00 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Nov 01, 2023 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.574 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:46:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 12:46:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:46:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Nov 01, 2023 12:46:03 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Nov 01, 2023 12:46:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Nov 01, 2023 12:46:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 12:46:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.309 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:46:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:46:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Nov 01, 2023 12:46:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Nov 01, 2023 12:46:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.928 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Nov 01, 2023 12:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.422 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:46:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Nov 01, 2023 12:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.917 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest {R.RESP_FILTERS_START.order=[[4]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], Content-Length=[5], R.RESP_FILTERS_FINISHED.order=[[5]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.RESP_FILTERS_START.order=[[4]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_START.method=[[getAsync]], Content-Length=[5], R.RESP_FILTERS_FINISHED.order=[[5]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.RESP_FILTERS_START.order=[[7]], R.REQ_FILTERS_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], Content-Type=[text/html], R.MATCHED_LOCATOR.order=[[1]]} Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.RESP_FILTERS_START.order=[[5]], R.REQ_FILTERS_FINISHED.order=[[2]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.order=[[3]], R.REQ_FILTERS_START.order=[[1]], Content-Type=[text/html]} Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.RESP_FILTERS_START.order=[[8]], R.REQ_FILTERS_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], Content-Type=[text/html], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], R.MATCHED_LOCATOR.order=[[1]]} Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.204 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:46:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.815 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Nov 01, 2023 12:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.478 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:46:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:46:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.513 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Nov 01, 2023 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 12:46:25 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:26 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:26 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Nov 01, 2023 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Nov 01, 2023 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.811 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.684 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 12:46:30 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Nov 01, 2023 12:46:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.767 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.056 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Nov 01, 2023 12:46:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceGet M extended=true method: resourceExtendedPost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ --------------------- Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.556 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.163 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 12:46:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Nov 01, 2023 12:46:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Nov 01, 2023 12:46:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Nov 01, 2023 12:46:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.759 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:46:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. --------------------- Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.215 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:46:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.891 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Nov 01, 2023 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest --------------------- Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.984 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 12:46:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.008 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:46:47 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 12:46:47 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 12:46:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 12:46:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.035 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:46:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.802 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:46:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:46:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:46:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:46:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.166 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Nov 01, 2023 12:46:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Nov 01, 2023 12:46:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:55 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.012 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:46:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.853 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Nov 01, 2023 12:46:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.663 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:46:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:46:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:46:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:47:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.794 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Nov 01, 2023 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@27e5c0b8 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@27e5c0b8 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@27e5c0b8 Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.955 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:47:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:03 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Nov 01, 2023 12:47:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:47:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:06 PM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Nov 01, 2023 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.975 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Nov 01, 2023 12:47:08 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:47:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.816 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.147 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Nov 01, 2023 12:47:11 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.370 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.370 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:47:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.205 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.511 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:47:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/plain]} Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/plain]} Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/plain]} Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Nov 01, 2023 12:47:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.562 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.714 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Nov 01, 2023 12:47:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Nov 01, 2023 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.141 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 12:47:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.395 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Nov 01, 2023 12:47:24 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.554 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:47:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.201 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.555 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Nov 01, 2023 12:47:28 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.571 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:47:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Nov 01, 2023 12:47:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:47:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:47:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:47:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.990 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Nov 01, 2023 12:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:47:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 12:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Nov 01, 2023 12:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest --------------------- Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Nov 01, 2023 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:40 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Nov 01, 2023 12:47:40 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:47:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Nov 01, 2023 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Nov 01, 2023 12:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Nov 01, 2023 12:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.398 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest bar-executor-service bar-executor-service Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.868 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:47:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:47:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.065 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Nov 01, 2023 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:47:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.908 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Nov 01, 2023 12:47:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:47:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@a20ff35 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@a20ff35 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@a20ff35 Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Nov 01, 2023 12:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:47:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Nov 01, 2023 12:47:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Nov 01, 2023 12:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.758 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:47:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Nov 01, 2023 12:47:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:47:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:47:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Nov 01, 2023 12:48:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:48:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.891 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:04 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Nov 01, 2023 12:48:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:48:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:48:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.417 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:48:07 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:48:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.298 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Nov 01, 2023 12:48:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Nov 01, 2023 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.590 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:48:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:09 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:48:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Nov 01, 2023 12:48:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Nov 01, 2023 12:48:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.100 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:15 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Nov 01, 2023 12:48:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:48:17 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Nov 01, 2023 12:48:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Nov 01, 2023 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:48:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:20 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:20 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Nov 01, 2023 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Nov 01, 2023 12:48:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:48:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.001 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Nov 01, 2023 12:48:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:48:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Nov 01, 2023 12:48:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:48:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:28 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:28 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 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) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 39 more Caused by: java.io.IOException: Connection reset by peer at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:50) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 51 more Nov 01, 2023 12:48:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Nov 01, 2023 12:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:48:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Nov 01, 2023 12:48:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.785 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:48:31 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:48:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:33 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:34 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Nov 01, 2023 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:34 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:34 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.464 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:48:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Nov 01, 2023 12:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.398 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 12:48:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:48:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Nov 01, 2023 12:48:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.157 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:48:39 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:48:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:48:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Nov 01, 2023 12:48:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.191 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:48:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:42 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:43 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Nov 01, 2023 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Nov 01, 2023 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:48:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Nov 01, 2023 12:48:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:45 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.397 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:48:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:47 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:47 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:871) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:903) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:859) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:830) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:825) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:412) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 37 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:750) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:728) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 49 more Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Nov 01, 2023 12:48:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:48:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:48:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Nov 01, 2023 12:48:49 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:48:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:50 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:51 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Nov 01, 2023 12:48:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Nov 01, 2023 12:48:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:52 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:48:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:54 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:55 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:48:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:48:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:57 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Nov 01, 2023 12:48:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:58 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:58 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:48:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:48:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:48:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 12:48:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:48:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:48:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:48:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:48:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:48:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:48:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Nov 01, 2023 12:49:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:49:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:49:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.222 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:49:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:49:01 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.365 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Nov 01, 2023 12:49:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Nov 01, 2023 12:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:03 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:49:04 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:05 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:05 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:05 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:06 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:06 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:07 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:07 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:07 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.591 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:49:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:07 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:49:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:49:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:09 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:10 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:49:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.433 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 12:49:11 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:11 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.891 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 12:49:14 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:14 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:46285/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.322 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:14 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:14 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:15 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:15 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:15 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:15 PM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored. Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:49:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:16 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:16 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:17 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Nov 01, 2023 12:49:17 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:18 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:49:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:49:18 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Nov 01, 2023 12:49:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:34603/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest Nov 01, 2023 12:49:19 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:49:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:49:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:21 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:22 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" 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{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" 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, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:49:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:49:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:23 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Nov 01, 2023 12:49:24 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:24 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: runtime-exception ... 27 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 27 more Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:25 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 12:49:25 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:49:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:49:26 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.690 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:49:26 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:49:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:27 PM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:380) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ... 19 more Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. java.lang.Throwable: throwable at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.RuntimeException: runtime-exception ... 25 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 25 more Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172) at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:378) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:370) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:259) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:27 PM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Nov 01, 2023 12:49:28 PM org.glassfish.jersey.server.ServerRuntime$Responder release WARNING: Attempt to release request processing resources has failed for a request. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:639) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276) at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232) at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247) at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:747) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:451) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:49:28 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:49:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:49:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:29 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:30 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.238 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:49:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Nov 01, 2023 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:49:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.025 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Nov 01, 2023 12:49:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 12:49:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:49:33 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Nov 01, 2023 12:49:34 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:49:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:49:35 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest Nov 01, 2023 12:49:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:49:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:36 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:37 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest Nov 01, 2023 12:49:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:38 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Nov 01, 2023 12:49:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.350 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:49:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:40 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:49:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Nov 01, 2023 12:49:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:49:41 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.220 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:49:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:49:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.432 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Nov 01, 2023 12:49:43 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:49:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:49:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:49:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:46 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:47 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:49:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:48 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:49 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:215) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:423) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Nov 01, 2023 12:49:50 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:49:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:50 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 12:49:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.240 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:49:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:49:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:51 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Nov 01, 2023 12:49:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:49:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:49:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:49:52 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@39ff59ba org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@39ff59ba org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@39ff59ba Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:49:53 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Registering injectables... Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Nov 01, 2023 12:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:49:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Nov 01, 2023 12:49:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:54 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:49:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:49:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:49:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:49:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:56 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:49:56 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 12:49:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@35cae0d9 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@35cae0d9 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@35cae0d9 Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Registering injectables... Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:49:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.740 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Nov 01, 2023 12:49:57 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Nov 01, 2023 12:49:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Nov 01, 2023 12:49:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:49:59 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:49:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:49:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:49:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Nov 01, 2023 12:50:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-server --- Nov 01, 2023 12:50:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:50:00 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Nov 01, 2023 12:50:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:50:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Nov 01, 2023 12:50:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46285/ Nov 01, 2023 12:50:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:50:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46285] Nov 01, 2023 12:50:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46285] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 789, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >---------------- [INFO] Building jersey-tests-e2e-testng 3.0.99-SNAPSHOT [110/373] [INFO] from tests/e2e-testng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-testng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-testng --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-testng --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-testng --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-testng --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-testng --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-testng --- [INFO] Reserved port 35603 for jersey.config.test.container.port [INFO] Reserved port 45175 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-testng --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32925] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:32925/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33627] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33627/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36803] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36803/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33073] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33073/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json [INFO] attaching as e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.xml Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38103] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38103/ Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32925] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33073] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36803] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33627] Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37567] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37567/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41339] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41339/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42637] Nov 01, 2023 12:50:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:50:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42637/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41339] [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-server/target/e2e-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/3.0.99-SNAPSHOT/e2e-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-server --- Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37567] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38103] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39649] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39649/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42637] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33171] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33171/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36759] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36759/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41443] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41443/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36759] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33171] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39649] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36571] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36571/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41443] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36571] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43449] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43449/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37283] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37283/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34589] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34589/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41753] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41753/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45963] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45963/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41753] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34589] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37283] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43449] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37125] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37125/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35285] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35285/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46377] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46377/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35285] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37125] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45963] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37585] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37585/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46377] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34685] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34685/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35207] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35207/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43761] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43761/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35207] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34685] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37585] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37061] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37061/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43761] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37061] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33909] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33909/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33381] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33381/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41457] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41457/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36409] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36409/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46721] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46721/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36409] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41457] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33381] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33909] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45361] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45361/ Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46721] Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42641] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42641/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43471] Nov 01, 2023 12:50:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:50:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43471/ Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42641] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45361] Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43091] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43091/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46363] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46363/ Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43091] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43471] Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42933] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42933/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41883] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41883/ Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42933] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46363] Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36763] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:50:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36763/ Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41883] Nov 01, 2023 12:50:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36763] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@76707e36 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.412 s -- in org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest Configuring TestNG with: TestNG60Configurator [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35603/ Nov 01, 2023 12:50:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35603] Nov 01, 2023 12:50:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35603] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.glassfish.jersey.tests.e2e.ContainerPerClassTest [INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >---------------- [INFO] Building jersey-tests-e2e-testng 3.0.99-SNAPSHOT [110/370] [INFO] from tests/e2e-testng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-testng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-testng --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-testng --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-testng --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-testng --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-testng --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-testng --- [INFO] Reserved port 40159 for jersey.config.test.container.port [INFO] Reserved port 39179 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-testng --- Nov 01, 2023 12:50:09 PM org.glassfish.grizzly.http.server.NetworkListener start [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. INFO: Started listener bound to [localhost:36611] Nov 01, 2023 12:50:09 PM org.glassfish.grizzly.http.server.HttpServer start [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/surefire-reports INFO: [HttpServer] Started. Nov 01, 2023 12:50:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] INFO: Started GrizzlyTestContainer at the base URI http://localhost:36611/ [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:50:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36611] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest Configuring TestNG with: TestNG60Configurator [INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35603/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35603] Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35603] Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35603/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35603] Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35603] Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35603/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35603] Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43163] Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43163/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44973] Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44973/ Nov 01, 2023 12:50:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35603] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@370736d9 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s -- in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-testng --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46411] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46411/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37043] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37043/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39787] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39787/ Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44973] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37043] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46411] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43163] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39787] Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38993] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38993/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45721] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45721/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46081] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46081/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38685] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38685/ Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46081] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45721] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38993] Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40895] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40895/ Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38685] Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41353] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41353/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44359] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44359/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34287] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34287/ Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44359] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41353] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40895] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34287] Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38061] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38061/ [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-testng --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-testng --- Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46571] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46571/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44535] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44535/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36245] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36245/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34063] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34063/ Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36245] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44535] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46571] Nov 01, 2023 12:50:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38061] Nov 01, 2023 12:50:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44061] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44061/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42591] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42591/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36661] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36661/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42591] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44061] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34063] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ [INFO] [INFO] -----------------< org.glassfish.jersey.tests:e2e-tls >----------------- [INFO] Building jersey-tests-e2e-tls 3.0.99-SNAPSHOT [111/373] [INFO] from tests/e2e-tls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-tls --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-tls --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-tls --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-tls --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-tls --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-tls --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-tls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-tls --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41491] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41491/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36661] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33827] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33827/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43559] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43559/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38559] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38559/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43559] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33827] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41491] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33779] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33779/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38559] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33779] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37949] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37949/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46351] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46351/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36321] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36321/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37191] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37191/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41791] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41791/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-tls --- [INFO] Reserved port 40811 for jersey.config.test.container.port [INFO] Reserved port 44895 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-tls --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37191] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36321] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46351] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37949] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41791] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37293] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37293/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46711] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46711/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43193] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43193/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46711] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37293] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37839] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37839/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39781] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39781/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37839] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43193] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35401] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35401/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39889/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35401] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39781] Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45725] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:50:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45725/ Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 12:50:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45725] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@5cee5251 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1042) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:996) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.884 s -- in org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest Configuring TestNG with: TestNG60Configurator [INFO] Running org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40811 Nov 01, 2023 12:50:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40159/ Nov 01, 2023 12:50:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40811] Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40159] Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40159] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s -- in org.glassfish.jersey.tests.e2e.ContainerPerClassTest Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40811] Nov 01, 2023 12:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40811 Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40811] Nov 01, 2023 12:50:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. [INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40811] Nov 01, 2023 12:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Nov 01, 2023 12:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40811 Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40811] Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40811] Nov 01, 2023 12:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:40811 Nov 01, 2023 12:50:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40811] Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40811] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.385 s -- in org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46379] Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46379/ Nov 01, 2023 12:50:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46379] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s -- in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.tls.SniTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest Configuring TestNG with: TestNG60Configurator SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Nov 01, 2023 12:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40159/ Record version: TLSv1.2 Hello version: TLSv1.2 Nov 01, 2023 12:50:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40159] Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40159] Nov 01, 2023 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40159/ Nov 01, 2023 12:50:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40159] Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40159] Nov 01, 2023 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40159/ Nov 01, 2023 12:50:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40159] Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40159] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@4278a03f failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1042) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:996) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s -- in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-testng --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json [INFO] attaching as e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-testng --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-testng/target/e2e-testng-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/3.0.99-SNAPSHOT/e2e-testng-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-testng --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:e2e-tls >----------------- [INFO] Building jersey-tests-e2e-tls 3.0.99-SNAPSHOT [111/370] [INFO] from tests/e2e-tls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-tls --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-tls --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-tls --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-tls --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-tls --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-tls --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-tls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-tls --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-tls --- [INFO] Reserved port 42015 for jersey.config.test.container.port [INFO] Reserved port 37697 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-tls --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/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.tests.e2e.tls.SslContextPerRequestTest java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 Nov 01, 2023 12:50:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:42015 Nov 01, 2023 12:50:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42015] Nov 01, 2023 12:50:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42015] Nov 01, 2023 12:50:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:42015 Nov 01, 2023 12:50:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42015] Nov 01, 2023 12:50:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42015] Nov 01, 2023 12:50:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:42015 Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42015] Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42015] Nov 01, 2023 12:50:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:42015 Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42015] Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42015] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.841 s -- in org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.tls.SniTest java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Record version: TLSv1.2 Hello version: TLSv1.2 Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.00 s -- in org.glassfish.jersey.tests.e2e.tls.SniTest java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:458) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:551) at java.base/java.net.ServerSocket.accept(ServerSocket.java:519) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:834) Found expected Client SNI type=host_name (0), value=www.host1.com [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-tls --- [INFO] CycloneDX: Resolving Dependencies Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:458) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:551) at java.base/java.net.ServerSocket.accept(ServerSocket.java:519) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:834) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-tls --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-tls --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:project >----------- [INFO] Building jersey-tests-integration 3.0.99-SNAPSHOT [112/373] [INFO] from tests/integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 46665 for jersey.config.test.container.port [INFO] Reserved port 42325 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.tests.integration:asm >------------- [INFO] Building jersey-asm-integration 3.0.99-SNAPSHOT [113/373] [INFO] from tests/integration/asm/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ asm --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ asm --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ asm --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ asm --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ asm --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ asm --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ asm --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ asm --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ asm --- [INFO] Reserved port 35875 for jersey.config.test.container.port [INFO] Reserved port 43827 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ asm --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/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.integration.asm.AnnotatedClassVisitorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ asm --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ asm --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ asm --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 3.0.99-SNAPSHOT [114/373] [INFO] from tests/integration/cdi-integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-integration-project --- [INFO] Reserved port 33495 for jersey.config.test.container.port [INFO] Reserved port 38589 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >-- [INFO] Building jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT [115/373] [INFO] from tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-beanvalidation-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-beanvalidation-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-beanvalidation-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-beanvalidation-webapp --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-beanvalidation-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-beanvalidation-webapp --- [INFO] Reserved port 35147 for jersey.config.test.container.port [INFO] Reserved port 38191 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-beanvalidation-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:458) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:551) at java.base/java.net.ServerSocket.accept(ServerSocket.java:519) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:834) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawHk2Test Nov 01, 2023 12:50:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:50:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.470 s -- in org.glassfish.jersey.tests.cdi.bv.RawHk2Test [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawCdiTest Nov 01, 2023 12:50:33 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:50:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52675d19-8365-4cf3-a4cf-31316ba36206 initialized Nov 01, 2023 12:50:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52675d19-8365-4cf3-a4cf-31316ba36206 shut down Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:458) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:551) at java.base/java.net.ServerSocket.accept(ServerSocket.java:519) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:834) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 Nov 01, 2023 12:50:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d779c338-02d3-4ec9-8293-807915d37532 initialized Nov 01, 2023 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d779c338-02d3-4ec9-8293-807915d37532 shut down Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3957fd64-f28b-442c-a5c9-4037303fb699 initialized Nov 01, 2023 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3957fd64-f28b-442c-a5c9-4037303fb699 shut down Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da7e509a-46db-4653-9dab-ec68825e8526 initialized Nov 01, 2023 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da7e509a-46db-4653-9dab-ec68825e8526 shut down Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 624ee7a8-57a4-4f80-be7a-a7b06805c7f7 initialized Nov 01, 2023 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 624ee7a8-57a4-4f80-be7a-a7b06805c7f7 shut down Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b35e5826-8121-4ce4-bb2f-658d10f07545 initialized Nov 01, 2023 12:50:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:50:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b35e5826-8121-4ce4-bb2f-658d10f07545 shut down Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e476644-8b9e-4d92-86a4-dccc1d951b81 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e476644-8b9e-4d92-86a4-dccc1d951b81 shut down Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a413907e-5478-42b0-8442-b4bdfdd58459 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a413907e-5478-42b0-8442-b4bdfdd58459 shut down Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd112f3b-7ca0-4fbc-b960-dfdc98c9268b initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd112f3b-7ca0-4fbc-b960-dfdc98c9268b shut down Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06d55c64-b2ff-4d27-a38b-d99953201115 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06d55c64-b2ff-4d27-a38b-d99953201115 shut down Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s -- in org.glassfish.jersey.tests.cdi.bv.RawCdiTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f121fe9-e8c9-46ed-96de-4d229db3afa3 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f121fe9-e8c9-46ed-96de-4d229db3afa3 shut down Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2114a980-9a52-48d4-a459-6434d9ee5878 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:50:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2114a980-9a52-48d4-a459-6434d9ee5878 shut down Nov 01, 2023 12:50:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:35 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3357941-a0ca-47ee-9de2-2c9accfd21d2 initialized Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. java.net.SocketException: Socket closed at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:458) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:551) at java.base/java.net.ServerSocket.accept(ServerSocket.java:519) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:834) Found expected Client SNI type=host_name (0), value=www.host1.com [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.15 s -- in org.glassfish.jersey.tests.e2e.tls.SniTest Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3357941-a0ca-47ee-9de2-2c9accfd21d2 shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a26836c-06b8-4dc5-b367-cea6bdb179c9 initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a26836c-06b8-4dc5-b367-cea6bdb179c9 shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-tls --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbc0a41f-4aea-466a-ba7d-f89c935cc480 initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbc0a41f-4aea-466a-ba7d-f89c935cc480 shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0feb15d-37d1-4106-b44d-e97d4043fe48 initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0feb15d-37d1-4106-b44d-e97d4043fe48 shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07cd43ca-a1d5-4fea-a024-fe9396df30ef initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07cd43ca-a1d5-4fea-a024-fe9396df30ef shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be8d1813-5f33-4f94-aa38-99637c5e7e1a initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be8d1813-5f33-4f94-aa38-99637c5e7e1a shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 645a1530-39a2-47b6-a8f3-e6a0b534335e initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 645a1530-39a2-47b6-a8f3-e6a0b534335e shut down Nov 01, 2023 12:50:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 068dfa07-76b5-4cee-b2b5-e311abd94037 initialized Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:50:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:36 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 068dfa07-76b5-4cee-b2b5-e311abd94037 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s -- in org.glassfish.jersey.tests.cdi.bv.CombinedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-beanvalidation-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-beanvalidation-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json [INFO] attaching as e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-tls --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/e2e-tls/target/e2e-tls-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/3.0.99-SNAPSHOT/e2e-tls-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-tls --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:project >----------- [INFO] Building jersey-tests-integration 3.0.99-SNAPSHOT [112/370] [INFO] from tests/integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34051 for jersey.config.test.container.port [INFO] Reserved port 40145 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.tests.integration:asm >------------- [INFO] Building jersey-asm-integration 3.0.99-SNAPSHOT [113/370] [INFO] from tests/integration/asm/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ asm --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ asm --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ asm --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ asm --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ asm --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ asm --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ asm --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ asm --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >-------- [INFO] Building jersey-tests-cdi-client 3.0.99-SNAPSHOT [116/373] [INFO] from tests/integration/cdi-integration/cdi-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ asm --- [INFO] Reserved port 32993 for jersey.config.test.container.port [INFO] Reserved port 43337 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ asm --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/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/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client --- [INFO] Reserved port 33567 for jersey.config.test.container.port [INFO] Reserved port 36019 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-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.integration.asm.AnnotatedClassVisitorTest [INFO] Running org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest Nov 01, 2023 12:50:40 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ asm --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:40 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:50:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ce580aa-8138-4e29-b672-a702ff4b69ed initialized Nov 01, 2023 12:50:40 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json [INFO] attaching as asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ asm --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/asm/target/asm-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/3.0.99-SNAPSHOT/asm-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ asm --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 3.0.99-SNAPSHOT [114/370] [INFO] from tests/integration/cdi-integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-integration-project --- [INFO] Reserved port 46627 for jersey.config.test.container.port [INFO] Reserved port 44707 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-integration-project --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ce580aa-8138-4e29-b672-a702ff4b69ed shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json [INFO] attaching as cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/3.0.99-SNAPSHOT/cdi-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >-- [INFO] Building jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT [115/370] [INFO] from tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-beanvalidation-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-beanvalidation-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-beanvalidation-webapp --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-beanvalidation-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >--- [INFO] Building jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT [117/373] [INFO] from tests/integration/cdi-integration/cdi-client-on-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client-on-server --- [INFO] Reserved port 36821 for jersey.config.test.container.port [INFO] Reserved port 36585 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-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] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-beanvalidation-webapp --- [INFO] Reserved port 45849 for jersey.config.test.container.port [INFO] Reserved port 35921 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-beanvalidation-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/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.tests.cdi.client.BeanManagerInjectedOnClientTest Nov 01, 2023 12:50:42 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawHk2Test Nov 01, 2023 12:50:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d47fe59-a2b4-4596-af7b-709dfc97b925 initialized Nov 01, 2023 12:50:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:50:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:42 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:43 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d47fe59-a2b4-4596-af7b-709dfc97b925 shut down Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-client-on-server --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client-on-server --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:50:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Nov 01, 2023 12:50:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 s -- in org.glassfish.jersey.tests.cdi.bv.RawHk2Test [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawCdiTest Nov 01, 2023 12:50:44 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:50:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c83c1ada-012e-4cad-926e-dad7084326a3 initialized Nov 01, 2023 12:50:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:50:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c83c1ada-012e-4cad-926e-dad7084326a3 shut down Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client-on-server --- Nov 01, 2023 12:50:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:44 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc8ffc88-9fc8-4021-ad41-255248fd8782 initialized Nov 01, 2023 12:50:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:50:44 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc8ffc88-9fc8-4021-ad41-255248fd8782 shut down Nov 01, 2023 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >--- [INFO] Building jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT [118/373] [INFO] from tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-ejb-test-webapp --- [INFO] Reserved port 34215 for jersey.config.test.container.port [INFO] Reserved port 45323 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e5bb594-acc5-4117-813f-485e59bccd1d initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e5bb594-acc5-4117-813f-485e59bccd1d shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b63e80b9-061f-4b37-b4cb-37115e614a31 initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b63e80b9-061f-4b37-b4cb-37115e614a31 shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d0822f6f-28ba-4108-86f7-faaad5564eb8 initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d0822f6f-28ba-4108-86f7-faaad5564eb8 shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7750ac9-6865-42db-8785-03aeb6aa1c0c initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7750ac9-6865-42db-8785-03aeb6aa1c0c shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c87441c-c49b-4b72-837d-6eacddcc1dd7 initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c87441c-c49b-4b72-837d-6eacddcc1dd7 shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 315e09a8-535f-428f-b20e-a32423b91214 initialized Nov 01, 2023 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:50:45 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 315e09a8-535f-428f-b20e-a32423b91214 shut down Nov 01, 2023 12:50:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77760210-6508-4ff9-b495-63a3191e658b initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77760210-6508-4ff9-b495-63a3191e658b shut down Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 397571be-ee4a-407a-a999-d452de1069bb initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 397571be-ee4a-407a-a999-d452de1069bb shut down Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s -- in org.glassfish.jersey.tests.cdi.bv.RawCdiTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-ejb-test-webapp --- Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23dfc445-9536-4d6f-b3f8-d191389b9836 initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23dfc445-9536-4d6f-b3f8-d191389b9836 shut down Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa8acb11-b432-4805-97ac-df419d65b7a9 initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >-- [INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT [119/373] [INFO] from tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Reserved port 46789 for jersey.config.test.container.port [INFO] Reserved port 38841 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa8acb11-b432-4805-97ac-df419d65b7a9 shut down Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53fcdd00-6092-4b2a-9c50-1d7f153ed98e initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53fcdd00-6092-4b2a-9c50-1d7f153ed98e shut down [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b58785c3-ea4b-4dae-855c-770f0ac603fe initialized Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b58785c3-ea4b-4dae-855c-770f0ac603fe shut down Nov 01, 2023 12:50:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc0567a1-6260-43ba-a79f-2d4455272272 initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc0567a1-6260-43ba-a79f-2d4455272272 shut down Nov 01, 2023 12:50:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 483ba987-af77-4323-bf6d-0b43e768ac90 initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 483ba987-af77-4323-bf6d-0b43e768ac90 shut down Nov 01, 2023 12:50:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43ecb3d4-9601-4e60-a44f-56cc38a79688 initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43ecb3d4-9601-4e60-a44f-56cc38a79688 shut down Nov 01, 2023 12:50:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b335a49-d348-43c8-a1b8-2ae4532a9893 initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b335a49-d348-43c8-a1b8-2ae4532a9893 shut down Nov 01, 2023 12:50:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 043bbbf6-ba40-4047-8f9e-ae054edfc10c initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 043bbbf6-ba40-4047-8f9e-ae054edfc10c shut down Nov 01, 2023 12:50:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e88312a-3133-416f-9f70-4ed8465bf359 initialized Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:50:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:50:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e88312a-3133-416f-9f70-4ed8465bf359 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s -- in org.glassfish.jersey.tests.cdi.bv.CombinedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-beanvalidation-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 3.0.99-SNAPSHOT [120/373] [INFO] from tests/integration/cdi-integration/cdi-manually-bound/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-manually-bound --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-manually-bound --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-manually-bound --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-manually-bound --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-manually-bound --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-manually-bound --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-manually-bound --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-manually-bound --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-manually-bound --- [INFO] Reserved port 34827 for jersey.config.test.container.port [INFO] Reserved port 33307 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-manually-bound --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/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 war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest Nov 01, 2023 12:50:48 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:50:48 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:50:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d64a8f6c-8735-4f0b-862f-ad57dc691bcd initialized Nov 01, 2023 12:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:50:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d64a8f6c-8735-4f0b-862f-ad57dc691bcd shut down Nov 01, 2023 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 s -- in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest Nov 01, 2023 12:50:49 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:50:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 203d9786-98bf-48ae-8313-0b0321a24444 initialized Nov 01, 2023 12:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:50:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:50:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 203d9786-98bf-48ae-8313-0b0321a24444 shut down Nov 01, 2023 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-manually-bound --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json [INFO] attaching as cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-beanvalidation-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/3.0.99-SNAPSHOT/cdi-beanvalidation-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-beanvalidation-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >-------- [INFO] Building jersey-tests-cdi-client 3.0.99-SNAPSHOT [116/370] [INFO] from tests/integration/cdi-integration/cdi-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client --- [INFO] Reserved port 41065 for jersey.config.test.container.port [INFO] Reserved port 46845 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-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] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-manually-bound --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-manually-bound --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------ [INFO] Building jersey-tests-cdi-log-check 3.0.99-SNAPSHOT [121/373] [INFO] from tests/integration/cdi-integration/cdi-log-check/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-log-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-log-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-log-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-log-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-log-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-log-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-log-check --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-log-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-log-check --- [INFO] Reserved port 37977 for jersey.config.test.container.port [INFO] Reserved port 41311 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-log-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/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.tests.cdi.client.BeanManagerInjectedOnClientTest Nov 01, 2023 12:50:51 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:50:52 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:50:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest Nov 01, 2023 12:50:52 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:50:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab21499b-a381-4fff-89a0-dbfd43a7751e initialized Nov 01, 2023 12:50:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:50:52 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:50:52 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab21499b-a381-4fff-89a0-dbfd43a7751e shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a101030-93ea-40e7-8fa2-4af905767750 initialized Nov 01, 2023 12:50:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:50:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json [INFO] attaching as cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client/target/cdi-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/3.0.99-SNAPSHOT/cdi-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >--- [INFO] Building jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT [117/370] [INFO] from tests/integration/cdi-integration/cdi-client-on-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client-on-server --- Nov 01, 2023 12:50:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a101030-93ea-40e7-8fa2-4af905767750 shut down Nov 01, 2023 12:50:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-log-check --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-log-check --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client-on-server --- [INFO] Reserved port 36995 for jersey.config.test.container.port [INFO] Reserved port 40097 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-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] Running org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-log-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-log-check --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-log-check --- Nov 01, 2023 12:50:54 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >--- [INFO] Building jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT [122/373] [INFO] from tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-lib --- Nov 01, 2023 12:50:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:50:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-lib --- [INFO] Reserved port 46361 for jersey.config.test.container.port [INFO] Reserved port 46097 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-lib --- Nov 01, 2023 12:50:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 860a62fe-54f0-4809-961d-214044ebf435 initialized Nov 01, 2023 12:50:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT [123/373] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war1 --- [INFO] Reserved port 39015 for jersey.config.test.container.port [INFO] Reserved port 40501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war1 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:50:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:50:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:50:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:50:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 860a62fe-54f0-4809-961d-214044ebf435 shut down Nov 01, 2023 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-client-on-server --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT [124/373] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war2 --- [INFO] Reserved port 40477 for jersey.config.test.container.port [INFO] Reserved port 43423 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json [INFO] attaching as cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/3.0.99-SNAPSHOT/cdi-client-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client-on-server --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >--- [INFO] Building jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT [118/370] [INFO] from tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-ejb-test-webapp --- [INFO] Reserved port 35555 for jersey.config.test.container.port [INFO] Reserved port 33241 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war2 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >--- [INFO] Building jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT [125/373] [INFO] from tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-ear --- [INFO] Reserved port 35863 for jersey.config.test.container.port [INFO] Reserved port 46299 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ cdi-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-ear --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >----- [INFO] Building jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT [126/373] [INFO] from tests/integration/cdi-integration/cdi-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule --- [INFO] Reserved port 32833 for jersey.config.test.container.port [INFO] Reserved port 36761 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >--- [INFO] Building jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT [127/373] [INFO] from tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multipart-webapp --- [INFO] Reserved port 33181 for jersey.config.test.container.port [INFO] Reserved port 43123 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json [INFO] attaching as cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/3.0.99-SNAPSHOT/cdi-ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-ejb-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >-- [INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT [119/370] [INFO] from tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Reserved port 35037 for jersey.config.test.container.port [INFO] Reserved port 36675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multipart-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >-- [INFO] Building jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT [128/373] [INFO] from tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-resource-with-at-context --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-resource-with-at-context --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-resource-with-at-context --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-resource-with-at-context --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-resource-with-at-context --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-resource-with-at-context --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-resource-with-at-context --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-resource-with-at-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-resource-with-at-context --- [INFO] Reserved port 34895 for jersey.config.test.container.port [INFO] Reserved port 38153 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-resource-with-at-context --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/3.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 3.0.99-SNAPSHOT [120/370] [INFO] from tests/integration/cdi-integration/cdi-manually-bound/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-manually-bound --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-manually-bound --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-manually-bound --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-manually-bound --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-manually-bound --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-manually-bound --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-manually-bound --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-manually-bound --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-manually-bound --- [INFO] Reserved port 34491 for jersey.config.test.container.port [INFO] Reserved port 44459 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-manually-bound --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:51:02 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:03 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5dbbea01-c141-4b81-8e9e-b68b0d81cc76 initialized Nov 01, 2023 12:51:03 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:03 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:03 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5dbbea01-c141-4b81-8e9e-b68b0d81cc76 shut down Nov 01, 2023 12:51:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 s -- in org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-resource-with-at-context --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:03 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:51:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-resource-with-at-context --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-resource-with-at-context --- Nov 01, 2023 12:51:04 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71faad75-1cce-4de7-a811-e108cf9f1487 initialized Nov 01, 2023 12:51:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------ [INFO] Building cdi-singleton 3.0.99-SNAPSHOT [129/373] [INFO] from tests/integration/cdi-integration/cdi-singleton/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-singleton --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-singleton --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-singleton --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-singleton --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-singleton --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-singleton --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-singleton --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-singleton --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-singleton --- [INFO] Reserved port 36711 for jersey.config.test.container.port [INFO] Reserved port 34793 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-singleton --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:51:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:04 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71faad75-1cce-4de7-a811-e108cf9f1487 shut down Nov 01, 2023 12:51:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 s -- in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest Nov 01, 2023 12:51:05 PM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Nov 01, 2023 12:51:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63248413-4295-4f3a-bead-91f331c6c9d3 initialized Nov 01, 2023 12:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.cdi.singleton.SingletonTest Nov 01, 2023 12:51:05 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:05 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:51:05 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63248413-4295-4f3a-bead-91f331c6c9d3 shut down Nov 01, 2023 12:51:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-manually-bound --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:05 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c97896ab-dc6e-4e8d-a7c7-1658dcbb3e59 initialized Nov 01, 2023 12:51:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c97896ab-dc6e-4e8d-a7c7-1658dcbb3e59 shut down Nov 01, 2023 12:51:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.cdi.singleton.SingletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-singleton --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json [INFO] attaching as cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-manually-bound --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/3.0.99-SNAPSHOT/cdi-manually-bound-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-manually-bound --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------ [INFO] Building jersey-tests-cdi-log-check 3.0.99-SNAPSHOT [121/370] [INFO] from tests/integration/cdi-integration/cdi-log-check/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-log-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-log-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-log-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-log-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-log-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-log-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-log-check --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-log-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-log-check --- [INFO] Reserved port 35013 for jersey.config.test.container.port [INFO] Reserved port 38133 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-log-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-singleton --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-singleton --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >----- [INFO] Building jersey-tests-cdi-webapp 3.0.99-SNAPSHOT [130/373] [INFO] from tests/integration/cdi-integration/cdi-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-test-webapp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-test-webapp --- [INFO] Reserved port 46531 for jersey.config.test.container.port [INFO] Reserved port 33447 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/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.tests.cdi.resources.CdiComponentProviderWarningTest Nov 01, 2023 12:51:08 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest Nov 01, 2023 12:51:08 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62c400db-34f6-41b3-9242-38da14957a85 initialized Nov 01, 2023 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62c400db-34f6-41b3-9242-38da14957a85 shut down Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-log-check --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war Nov 01, 2023 12:51:09 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3dc49c1-9ea7-4256-b101-4db3aa153c0f initialized Nov 01, 2023 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-log-check --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:09 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3dc49c1-9ea7-4256-b101-4db3aa153c0f shut down Nov 01, 2023 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:09 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:09 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee1c427d-2591-4213-972c-200fdbaab06b initialized Nov 01, 2023 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee1c427d-2591-4213-972c-200fdbaab06b shut down Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest Nov 01, 2023 12:51:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a52ae46-644d-4863-8f56-15c1698471a8 initialized Nov 01, 2023 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a52ae46-644d-4863-8f56-15c1698471a8 shut down Nov 01, 2023 12:51:10 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.glassfish.jersey.tests.cdi.resources.TimerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest Nov 01, 2023 12:51:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90796330-ea8e-4e2a-8e79-b7ce855ccd04 initialized Nov 01, 2023 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Nov 01, 2023 12:51:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90796330-ea8e-4e2a-8e79-b7ce855ccd04 shut down Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.StutterEchoTest Nov 01, 2023 12:51:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container defe041b-6d70-443d-9cb7-0cb787d98f19 initialized Nov 01, 2023 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container defe041b-6d70-443d-9cb7-0cb787d98f19 shut down Nov 01, 2023 12:51:10 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:10 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:10 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:10 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4060b81b-aa24-41b5-ab7b-172a22ebc3d5 initialized Nov 01, 2023 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:10 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4060b81b-aa24-41b5-ab7b-172a22ebc3d5 shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8af21d90-76df-42e7-8f55-642a2c72bbe1 initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8af21d90-76df-42e7-8f55-642a2c72bbe1 shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e46a1c9a-d9d9-4672-ba4f-677548b30c5c initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e46a1c9a-d9d9-4672-ba4f-677548b30c5c shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.glassfish.jersey.tests.cdi.resources.CounterTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8477e6b-99c9-41c9-be89-f05772b236bf initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8477e6b-99c9-41c9-be89-f05772b236bf shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1c0dca4-14b4-481f-8968-595a593adafd initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1c0dca4-14b4-481f-8968-595a593adafd shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json [INFO] attaching as cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-log-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-log-check --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/3.0.99-SNAPSHOT/cdi-log-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-log-check --- Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21852471-06e3-4e0d-962e-da5e74028451 initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21852471-06e3-4e0d-962e-da5e74028451 shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s -- in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5bf37e41-1e11-4988-acda-79241de3526e initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@76cbed2c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@44f76f4b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@44f76f4b Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@76cbed2c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@44f76f4b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@44f76f4b Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@76cbed2c Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5bf37e41-1e11-4988-acda-79241de3526e shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:11 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >--- [INFO] Building jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT [122/370] [INFO] from tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-lib --- [INFO] Reserved port 46447 for jersey.config.test.container.port [INFO] Reserved port 45957 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9ce2a4f-d249-4afc-9a3a-76e945e2eeb4 initialized Nov 01, 2023 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f0ff202; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@be3026b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@be3026b Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f0ff202; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@be3026b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@be3026b Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f0ff202 Nov 01, 2023 12:51:11 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9ce2a4f-d249-4afc-9a3a-76e945e2eeb4 shut down Nov 01, 2023 12:51:11 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fabbf66-e5e6-453d-8109-13bfce911d58 initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@274dca35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5f99cfc; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5f99cfc Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@274dca35; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5f99cfc; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5f99cfc Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@274dca35 Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fabbf66-e5e6-453d-8109-13bfce911d58 shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json [INFO] attaching as cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/3.0.99-SNAPSHOT/cdi-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-lib --- Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 841b2f46-f264-46cd-b9b8-c5518957586d initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@64c43d62; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2366a82d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2366a82d Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@64c43d62; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2366a82d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2366a82d Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@64c43d62 Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 841b2f46-f264-46cd-b9b8-c5518957586d shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35cbb30e-6c94-4d5d-a4bb-1fe7cf04e322 initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5741ebe; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3fcf84df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3fcf84df Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5741ebe; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3fcf84df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3fcf84df Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5741ebe Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35cbb30e-6c94-4d5d-a4bb-1fe7cf04e322 shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1e5394c-557a-4d7c-ad42-bf0e390821cb initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@30d85a48; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@455bc7b0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@455bc7b0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@30d85a48; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@455bc7b0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@455bc7b0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@30d85a48 Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1e5394c-557a-4d7c-ad42-bf0e390821cb shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT [123/370] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war1 --- [INFO] Reserved port 43511 for jersey.config.test.container.port [INFO] Reserved port 46715 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2a54fa7-8db9-4f95-9e55-f8f0e19d66c7 initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6b6f58d7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@431f58a0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@431f58a0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6b6f58d7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@431f58a0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@431f58a0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6b6f58d7 Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2a54fa7-8db9-4f95-9e55-f8f0e19d66c7 shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71f2e44f-bc99-4bb8-ac72-94a86c00bd3b initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@329fb876; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@b5c4df0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@b5c4df0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@329fb876; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@b5c4df0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@b5c4df0 Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@329fb876 Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71f2e44f-bc99-4bb8-ac72-94a86c00bd3b shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2add1f52-0cef-4b3a-8943-a69e679b15da initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war1 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2add1f52-0cef-4b3a-8943-a69e679b15da shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b7c4bb75-acbe-4216-919e-a36782c668e4 initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b7c4bb75-acbe-4216-919e-a36782c668e4 shut down Nov 01, 2023 12:51:12 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.tests.cdi.resources.ProducerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest Nov 01, 2023 12:51:12 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:12 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:12 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d061a47-9976-4f80-a1c7-8dc3d26926f1 initialized Nov 01, 2023 12:51:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1f49400f Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7974358 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@170f83a9 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1f49400f Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d061a47-9976-4f80-a1c7-8dc3d26926f1 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee7b147b-218e-471d-884a-e13e1b910783 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@734d5c35 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@49a6696f Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@226ac30a Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@734d5c35 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee7b147b-218e-471d-884a-e13e1b910783 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a7fbdf3-e1ed-4b63-94fe-736d9298316f initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2f466bc7 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2f466bc7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1634e44b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1634e44b Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2f466bc7 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a7fbdf3-e1ed-4b63-94fe-736d9298316f shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f8fa0f0-c701-4542-9c2c-6c302af00b6a initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@e42f066 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@e42f066; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9ee8275; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9ee8275 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@e42f066 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f8fa0f0-c701-4542-9c2c-6c302af00b6a shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a650af97-343f-45cd-b84c-dd0e47e614b2 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@4f6a4d71 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@4f6a4d71 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a650af97-343f-45cd-b84c-dd0e47e614b2 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f23cb4c3-4d61-4fde-a72b-478df042f575 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3247ebb9 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3247ebb9 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f23cb4c3-4d61-4fde-a72b-478df042f575 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 509b7976-d8bd-429a-9224-91a239798df4 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@5e7de096 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3fd83935 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@e63f50b Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@3b96624c Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@5e7de096 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 509b7976-d8bd-429a-9224-91a239798df4 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b41b0f8-ed8c-49ae-9642-1e7b10443d29 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@551d8d1a Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7d3e630d Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@49c5246 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@663a4a80 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@551d8d1a Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b41b0f8-ed8c-49ae-9642-1e7b10443d29 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef04fd60-25ae-40c0-92bb-9f27e1905ae2 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@5fe4391 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@69efdee4 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@5fe4391; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70c82821; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@70c82821; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@69efdee4 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@5fe4391 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef04fd60-25ae-40c0-92bb-9f27e1905ae2 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5190cc42-9403-447c-a31b-efb1167e6a10 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27677b5f Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2042ab0d Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27677b5f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@561b0a99; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@561b0a99; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2042ab0d Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27677b5f Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5190cc42-9403-447c-a31b-efb1167e6a10 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d0d0c77c-c938-4bbf-b833-8f69466795c4 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6943ab52 Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6943ab52 Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d0d0c77c-c938-4bbf-b833-8f69466795c4 shut down Nov 01, 2023 12:51:13 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:13 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:13 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:13 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8ce44d43-f274-40bb-bd1d-f0ad0dc6a599 initialized Nov 01, 2023 12:51:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@35669ada Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@35669ada Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8ce44d43-f274-40bb-bd1d-f0ad0dc6a599 shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json [INFO] attaching as cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/3.0.99-SNAPSHOT/cdi-multimodule-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT [124/370] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30662608-e6b3-4b7f-a111-e320ade70526 initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30662608-e6b3-4b7f-a111-e320ade70526 shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95ddfe13-b70b-4df1-ae56-e4942a1562c1 initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95ddfe13-b70b-4df1-ae56-e4942a1562c1 shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war2 --- [INFO] Reserved port 45201 for jersey.config.test.container.port [INFO] Reserved port 32949 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0554bc6-c177-44d3-a33c-375632122eb9 initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0554bc6-c177-44d3-a33c-375632122eb9 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c8819cc-20eb-40e9-baca-19e791cc6a11 initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14b0d20a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@15fe7f83; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@15fe7f83 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14b0d20a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@15fe7f83; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@15fe7f83 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14b0d20a Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c8819cc-20eb-40e9-baca-19e791cc6a11 shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2533da3-d1db-4dbc-a573-24de7140a06e initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1c6d67ee; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@63853a1c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@63853a1c Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1c6d67ee; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@63853a1c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@63853a1c Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1c6d67ee Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2533da3-d1db-4dbc-a573-24de7140a06e shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6777f3a-01df-4435-b491-f1f09b576e2b initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@13286f70; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2510ccb5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2510ccb5 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@13286f70; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2510ccb5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2510ccb5 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@13286f70 Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6777f3a-01df-4435-b491-f1f09b576e2b shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:14 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b64055c4-fc69-4962-b119-a7fdbff85724 initialized Nov 01, 2023 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@65cd7f82; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@42e5af1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@42e5af1 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@65cd7f82; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@42e5af1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@42e5af1 Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@65cd7f82 Nov 01, 2023 12:51:14 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b64055c4-fc69-4962-b119-a7fdbff85724 shut down Nov 01, 2023 12:51:14 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-test-webapp --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json [INFO] attaching as cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/3.0.99-SNAPSHOT/cdi-multimodule-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war2 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >--- [INFO] Building jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT [125/370] [INFO] from tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-ear --- [INFO] Reserved port 46401 for jersey.config.test.container.port [INFO] Reserved port 42837 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ cdi-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT [131/373] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Reserved port 38545 for jersey.config.test.container.port [INFO] Reserved port 41075 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json [INFO] attaching as cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/3.0.99-SNAPSHOT/cdi-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-ear --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >----- [INFO] Building jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT [126/370] [INFO] from tests/integration/cdi-integration/cdi-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule --- [INFO] Reserved port 39285 for jersey.config.test.container.port [INFO] Reserved port 34101 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json [INFO] attaching as cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/3.0.99-SNAPSHOT/cdi-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >--- [INFO] Building jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT [127/370] [INFO] from tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multipart-webapp --- [INFO] Reserved port 41267 for jersey.config.test.container.port [INFO] Reserved port 40355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT [132/373] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Reserved port 41371 for jersey.config.test.container.port [INFO] Reserved port 34475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json [INFO] attaching as cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/3.0.99-SNAPSHOT/cdi-multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multipart-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >-- [INFO] Building jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT [128/370] [INFO] from tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-resource-with-at-context --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-resource-with-at-context --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-resource-with-at-context --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-resource-with-at-context --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-resource-with-at-context --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-resource-with-at-context --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-resource-with-at-context --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-resource-with-at-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-resource-with-at-context --- [INFO] Reserved port 35997 for jersey.config.test.container.port [INFO] Reserved port 38265 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-resource-with-at-context --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT [133/373] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-webapp --- [INFO] Running org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest Nov 01, 2023 12:51:20 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-webapp --- [INFO] Reserved port 34497 for jersey.config.test.container.port [INFO] Reserved port 43665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war Nov 01, 2023 12:51:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9d106f8-3899-429d-ab02-11f6beb0f1d4 initialized Nov 01, 2023 12:51:21 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:21 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:21 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:21 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:22 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml Nov 01, 2023 12:51:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9d106f8-3899-429d-ab02-11f6beb0f1d4 shut down Nov 01, 2023 12:51:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s -- in org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-resource-with-at-context --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >-- [INFO] Building jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT [134/373] [INFO] from tests/integration/cdi-integration/context-inject-on-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ context-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ context-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ context-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ context-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ context-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ context-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ context-inject-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ context-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ context-inject-on-server --- [INFO] Reserved port 39795 for jersey.config.test.container.port [INFO] Reserved port 43605 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ context-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-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] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json [INFO] attaching as cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-resource-with-at-context --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.0.99-SNAPSHOT/cdi-resource-with-at-context-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-resource-with-at-context --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------ [INFO] Building cdi-singleton 3.0.99-SNAPSHOT [129/370] [INFO] from tests/integration/cdi-integration/cdi-singleton/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-singleton --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-singleton --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-singleton --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-singleton --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-singleton --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-singleton --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-singleton --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-singleton --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-singleton --- [INFO] Reserved port 41351 for jersey.config.test.container.port [INFO] Reserved port 43883 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-singleton --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/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.tests.cdi.inject.ScopedApplicationInjectTest Nov 01, 2023 12:51:23 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:23 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] Running org.glassfish.jersey.tests.cdi.singleton.SingletonTest Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87b27af5-7df8-4658-b5b7-23492b67a275 initialized Nov 01, 2023 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:24 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87b27af5-7df8-4658-b5b7-23492b67a275 shut down Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27cb0437-efed-46eb-8287-5ffcd32ff218 initialized Nov 01, 2023 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:51:24 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27cb0437-efed-46eb-8287-5ffcd32ff218 shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest Nov 01, 2023 12:51:24 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ea02167-44a4-48e7-a6de-0a7a170aaaa1 initialized Nov 01, 2023 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42402d49-7050-474d-84a3-9922fb7fc96b initialized Nov 01, 2023 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42402d49-7050-474d-84a3-9922fb7fc96b shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. INFO: [HttpServer] Started. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ea02167-44a4-48e7-a6de-0a7a170aaaa1 shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 247bb0be-9d07-44ef-b50e-85c9a0b6668d initialized Nov 01, 2023 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 247bb0be-9d07-44ef-b50e-85c9a0b6668d shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ServletTest Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b56af013-d18c-415b-9780-19b8421cc650 initialized Nov 01, 2023 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s -- in org.glassfish.jersey.tests.cdi.singleton.SingletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-singleton --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b56af013-d18c-415b-9780-19b8421cc650 shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fdff0de5-5bc1-455c-a27d-a3773e222ed8 initialized Nov 01, 2023 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fdff0de5-5bc1-455c-a27d-a3773e222ed8 shut down Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.tests.cdi.inject.ServletTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05f6c172-ef11-4d4b-9016-fa9c007e1efe initialized Nov 01, 2023 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:51:25 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05f6c172-ef11-4d4b-9016-fa9c007e1efe shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03178e96-54e0-4eef-a922-4dd01e85b10f initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03178e96-54e0-4eef-a922-4dd01e85b10f shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4121cb3-92a6-42ed-82f7-e105832e2501 initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4121cb3-92a6-42ed-82f7-e105832e2501 shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db6784c1-98b4-418b-b6ea-e1672a3d0a09 initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db6784c1-98b4-418b-b6ea-e1672a3d0a09 shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69183288-b78f-4001-af30-64dcbfcf3d97 initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69183288-b78f-4001-af30-64dcbfcf3d97 shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebe27c5a-4132-4700-b4b2-b8de2ab95841 initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebe27c5a-4132-4700-b4b2-b8de2ab95841 shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9332369e-c547-4b68-9cdf-a26ded1d9c42 initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9332369e-c547-4b68-9cdf-a26ded1d9c42 shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eba03fc4-96cd-4764-99e2-f128210de66d initialized Nov 01, 2023 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eba03fc4-96cd-4764-99e2-f128210de66d shut down Nov 01, 2023 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:26 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:26 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:26 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e997f114-c91f-47d0-b19d-fb1fd6f31d59 initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e997f114-c91f-47d0-b19d-fb1fd6f31d59 shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54333d78-5b2c-4b07-9c49-2df953ef876f initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54333d78-5b2c-4b07-9c49-2df953ef876f shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json [INFO] attaching as cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-singleton --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/3.0.99-SNAPSHOT/cdi-singleton-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-singleton --- Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 906c861f-c95e-47cd-851d-6a93f075f988 initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 906c861f-c95e-47cd-851d-6a93f075f988 shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87df6bbb-0a9e-40a4-be53-2617853039c8 initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87df6bbb-0a9e-40a4-be53-2617853039c8 shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c76087c-0464-4df5-90fc-9ff382b667a1 initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >----- [INFO] Building jersey-tests-cdi-webapp 3.0.99-SNAPSHOT [130/370] [INFO] from tests/integration/cdi-integration/cdi-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-test-webapp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c76087c-0464-4df5-90fc-9ff382b667a1 shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:27 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5e5f662-a243-4fbc-80de-389723cdbc19 initialized Nov 01, 2023 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:27 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5e5f662-a243-4fbc-80de-389723cdbc19 shut down Nov 01, 2023 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-test-webapp --- [INFO] Reserved port 38753 for jersey.config.test.container.port [INFO] Reserved port 44941 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.740 s -- in org.glassfish.jersey.tests.cdi.inject.SseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ context-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest Nov 01, 2023 12:51:28 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml Nov 01, 2023 12:51:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:28 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ context-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ context-inject-on-server --- Nov 01, 2023 12:51:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 591369e5-444d-48f3-978a-18c246a84c9b initialized Nov 01, 2023 12:51:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:gf-cdi-inject-on-server >-- [INFO] Building jersey-tests-glassfish-inject-on-server 3.0.99-SNAPSHOT [135/373] [INFO] from tests/integration/cdi-integration/gf-cdi-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 591369e5-444d-48f3-978a-18c246a84c9b shut down Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gf-cdi-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ gf-cdi-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ gf-cdi-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ gf-cdi-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ gf-cdi-inject-on-server --- [INFO] Reserved port 36219 for jersey.config.test.container.port [INFO] Reserved port 39717 for jersey.config.test.container.stop.port [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ gf-cdi-inject-on-server --- Nov 01, 2023 12:51:29 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 277fd6c6-0e09-4835-96a3-b50694fc9a32 initialized Nov 01, 2023 12:51:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:51:29 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 277fd6c6-0e09-4835-96a3-b50694fc9a32 shut down Nov 01, 2023 12:51:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest Nov 01, 2023 12:51:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88427fe0-31aa-4a02-8c40-35209dcf14a8 initialized Nov 01, 2023 12:51:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.5:zip Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88427fe0-31aa-4a02-8c40-35209dcf14a8 shut down Nov 01, 2023 12:51:30 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.glassfish.jersey.tests.cdi.resources.TimerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest Nov 01, 2023 12:51:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e8ae5f5-9e0b-4ed2-9a6b-77c137801908 initialized Nov 01, 2023 12:51:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Nov 01, 2023 12:51:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e8ae5f5-9e0b-4ed2-9a6b-77c137801908 shut down Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.StutterEchoTest Nov 01, 2023 12:51:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23b83585-e230-4971-9aa8-4986840892db initialized Nov 01, 2023 12:51:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23b83585-e230-4971-9aa8-4986840892db shut down Nov 01, 2023 12:51:30 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4012bd5-dc27-4cd9-a69a-62fb126eafc8 initialized Nov 01, 2023 12:51:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:51:30 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4012bd5-dc27-4cd9-a69a-62fb126eafc8 shut down Nov 01, 2023 12:51:30 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fab58fed-ef0d-4f1c-9f4a-dd17ebe04ca5 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fab58fed-ef0d-4f1c-9f4a-dd17ebe04ca5 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 411167ef-ab2a-413a-9620-ba8cddc6a158 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 411167ef-ab2a-413a-9620-ba8cddc6a158 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.tests.cdi.resources.CounterTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 519a174c-6fda-405c-bed3-80d630c12e94 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 519a174c-6fda-405c-bed3-80d630c12e94 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d999620-29df-4e8e-aa37-389653b17d52 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d999620-29df-4e8e-aa37-389653b17d52 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a72536e6-9f41-40b5-9865-eb683a413b92 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a72536e6-9f41-40b5-9865-eb683a413b92 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 752c030c-518c-4057-bc3e-b87aac76dca0 initialized Nov 01, 2023 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@40b308e4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5321d607; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5321d607 Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@40b308e4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5321d607; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5321d607 Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@40b308e4 Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 752c030c-518c-4057-bc3e-b87aac76dca0 shut down Nov 01, 2023 12:51:31 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:31 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9eea4774-1bfe-45c0-8ee4-6b0b6f318812 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@ce94497; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@252272b6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@252272b6 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@ce94497; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@252272b6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@252272b6 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@ce94497 Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9eea4774-1bfe-45c0-8ee4-6b0b6f318812 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9651b66-90af-4712-a66d-f1cfad9df9d8 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@498bff5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1366d9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1366d9 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@498bff5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1366d9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7f1366d9 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@498bff5 Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9651b66-90af-4712-a66d-f1cfad9df9d8 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbaea60f-5900-41de-8083-451bfbc0aa4b initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6d1425ac; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6056741d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6056741d Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6d1425ac; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6056741d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6056741d Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6d1425ac Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbaea60f-5900-41de-8083-451bfbc0aa4b shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec994de5-d4c4-424d-bedc-5acf98d16818 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@393b79a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@43d390d6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@43d390d6 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@393b79a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@43d390d6; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@43d390d6 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@393b79a Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec994de5-d4c4-424d-bedc-5acf98d16818 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 355d24a7-41d5-458f-aad9-f391530a32f3 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6e164cb3; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@604e39b0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@604e39b0 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6e164cb3; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@604e39b0; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@604e39b0 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@6e164cb3 Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 355d24a7-41d5-458f-aad9-f391530a32f3 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fcb2fe0-7a16-4e44-9722-6de021c5c16b initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@70972a4b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@517f6e33; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@517f6e33 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@70972a4b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@517f6e33; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@517f6e33 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@70972a4b Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fcb2fe0-7a16-4e44-9722-6de021c5c16b shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9076540-9647-452f-9176-b90ff50312b5 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@45ffe0c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71f36fe4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71f36fe4 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@45ffe0c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71f36fe4; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@71f36fe4 Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@45ffe0c Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9076540-9647-452f-9176-b90ff50312b5 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 365014c1-4e2f-45b0-ae1b-415ef56b7163 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 365014c1-4e2f-45b0-ae1b-415ef56b7163 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a1167bb-e78a-406d-8f99-39d618dff941 initialized Nov 01, 2023 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 12:51:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a1167bb-e78a-406d-8f99-39d618dff941 shut down Nov 01, 2023 12:51:32 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.cdi.resources.ProducerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest Nov 01, 2023 12:51:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1051b593-7254-4b79-802d-70ab3343943e initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@12d2230b Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@cb73364 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3f55fce Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@12d2230b Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1051b593-7254-4b79-802d-70ab3343943e shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d72481a6-de00-476b-a3e7-5184eb1a03af initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7948595 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@1119d489 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7f94ff35 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7948595 Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d72481a6-de00-476b-a3e7-5184eb1a03af shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c708ac30-2d63-4a83-bda6-f3ae150cd3c4 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19d360ae Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19d360ae; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74cd45b7; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@74cd45b7 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19d360ae Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c708ac30-2d63-4a83-bda6-f3ae150cd3c4 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 465f8513-d120-4784-91f8-6691b971db08 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6f823223 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6f823223; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3eb9726d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3eb9726d Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6f823223 Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 465f8513-d120-4784-91f8-6691b971db08 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4cdaa2ee-9979-4a9b-b4c7-4ad07c963e60 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@544dd899 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@544dd899 Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4cdaa2ee-9979-4a9b-b4c7-4ad07c963e60 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bde64487-95ec-4836-bd77-9a2a51b42df3 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6aef50b0 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6aef50b0 Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bde64487-95ec-4836-bd77-9a2a51b42df3 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e419530-691e-46d1-9f9b-f3e20099ac38 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@dc2cffb Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@41318811 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@5c9bcf26 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5a356183 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@dc2cffb Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e419530-691e-46d1-9f9b-f3e20099ac38 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d75db26-772f-443b-9a5b-a9edebb48026 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@63c0bbb Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@eb64e38 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7e23ce9e Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@590cdf9 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@63c0bbb Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d75db26-772f-443b-9a5b-a9edebb48026 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25370e69-f5f1-4b22-a6c4-dd40a98a0cc6 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@20f6cb6f Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2d5df6e1 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@20f6cb6f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7102e70e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7102e70e; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2d5df6e1 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@20f6cb6f Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25370e69-f5f1-4b22-a6c4-dd40a98a0cc6 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:33 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07715098-1539-4439-9838-16e9b42eb568 initialized Nov 01, 2023 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4e996c68 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2c519cf2 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4e996c68; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f832f5d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1f832f5d; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@2c519cf2 Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4e996c68 Nov 01, 2023 12:51:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07715098-1539-4439-9838-16e9b42eb568 shut down Nov 01, 2023 12:51:33 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5aa12ed-e8f1-4877-8e6b-4a9d2a0c9ca7 initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@7fc6d411 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@7fc6d411 Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5aa12ed-e8f1-4877-8e6b-4a9d2a0c9ca7 shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cc17499-663f-4389-b2d5-32238ebc3703 initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@565c990 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@565c990 Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cc17499-663f-4389-b2d5-32238ebc3703 shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a1ebcaf-22f8-4c01-a5f9-b6ac9d6abe2a initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a1ebcaf-22f8-4c01-a5f9-b6ac9d6abe2a shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36fb48dd-c93c-4650-b74b-f4d463c484f1 initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36fb48dd-c93c-4650-b74b-f4d463c484f1 shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e1b93a9-cc8f-42af-b2d9-14c4afe230ad initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e1b93a9-cc8f-42af-b2d9-14c4afe230ad shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b25e9510-60f7-4a7c-959d-880789470882 initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3ee7a17b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6cdc186; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6cdc186 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3ee7a17b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6cdc186; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6cdc186 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3ee7a17b Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b25e9510-60f7-4a7c-959d-880789470882 shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ gf-cdi-inject-on-server --- [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-bean-validation:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc-jsp:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-proxy-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:?:jar [INFO] Copying jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-bean-validation.jar [INFO] Copying jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x.jar [INFO] Copying jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x-servlet.jar [INFO] Copying jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x-transaction.jar [INFO] Copying jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi-rs-inject.jar [INFO] Copying jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-client.jar [INFO] Copying jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-entity-filtering.jar [INFO] Copying jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-gf-ejb.jar [INFO] Copying jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-hk2.jar [INFO] Copying jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-jaxb.jar [INFO] Copying jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-jackson.jar [INFO] Copying jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-processing.jar [INFO] Copying jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-multipart.jar [INFO] Copying jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mp-rest-client.jar [INFO] Copying jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mvc.jar [INFO] Copying jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mvc-jsp.jar [INFO] Copying jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-proxy-client.jar [INFO] Copying jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-server.jar [INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ gf-cdi-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/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.tests.cdi.gf.GFTest Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d61216ff-7e26-4fde-af83-9437df88edce initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@69c63b29; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@302ec942; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@302ec942 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@69c63b29; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@302ec942; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@302ec942 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@69c63b29 Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d61216ff-7e26-4fde-af83-9437df88edce shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c15e0f3-8e32-42f0-968c-5d6bdded8ecc initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3a6728ec; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9b4a039; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9b4a039 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3a6728ec; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9b4a039; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@9b4a039 Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@3a6728ec Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c15e0f3-8e32-42f0-968c-5d6bdded8ecc shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8b924e4-4cad-400f-9fc3-3baf4bf6ca6b initialized Nov 01, 2023 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:51:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.tests.cdi.resources.JDCIBeanDependentException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.tests.cdi.resources.JDCIBeanException will be ignored. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1f9d5cea; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ad001ba; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ad001ba Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1f9d5cea; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ad001ba; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ad001ba Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@1f9d5cea Nov 01, 2023 12:51:34 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8b924e4-4cad-400f-9fc3-3baf4bf6ca6b shut down Nov 01, 2023 12:51:34 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-test-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:51:34 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Starting container using command: [java, -jar, /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json [INFO] attaching as cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/3.0.99-SNAPSHOT/cdi-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT [131/370] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Reserved port 38077 for jersey.config.test.container.port [INFO] Reserved port 45585 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-cfg-webapp --- Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT [132/370] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Reserved port 41901 for jersey.config.test.container.port [INFO] Reserved port 45705 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT [133/370] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-webapp --- [INFO] Reserved port 45645 for jersey.config.test.container.port [INFO] Reserved port 46371 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/3.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >-- [INFO] Building jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT [134/370] [INFO] from tests/integration/cdi-integration/context-inject-on-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ context-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ context-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ context-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ context-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ context-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ context-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ context-inject-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ context-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ context-inject-on-server --- [INFO] Reserved port 33703 for jersey.config.test.container.port [INFO] Reserved port 40733 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ context-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- http://localhost:8080/gf-test/test/ http://localhost:8080/gf-test/test/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.529 s -- in org.glassfish.jersey.tests.cdi.gf.GFTest Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest Nov 01, 2023 12:51:45 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:51:45 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:46 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a832d2dc-adfc-4214-801f-34795c7c3667 initialized Nov 01, 2023 12:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:46 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:46 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a832d2dc-adfc-4214-801f-34795c7c3667 shut down Nov 01, 2023 12:51:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:46 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:46 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:46 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e30dff39-1332-4e88-a215-ff135c6df422 initialized Nov 01, 2023 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e30dff39-1332-4e88-a215-ff135c6df422 shut down Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0c40530-5c69-474b-917a-99dbdf39ed22 initialized Nov 01, 2023 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0c40530-5c69-474b-917a-99dbdf39ed22 shut down Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7edd68ee-1c50-4a89-a231-19f994ae4c3b initialized Nov 01, 2023 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:47 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.tests.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7edd68ee-1c50-4a89-a231-19f994ae4c3b shut down Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ServletTest Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af826520-4243-4641-9c82-67a76dc46649 initialized Nov 01, 2023 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af826520-4243-4641-9c82-67a76dc46649 shut down Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:47 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:47 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd7ce856-d26d-4c96-a632-4071b66892f3 initialized Nov 01, 2023 12:51:47 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:51:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd7ce856-d26d-4c96-a632-4071b66892f3 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.glassfish.jersey.tests.cdi.inject.ServletTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9a7bc55-3e0a-4ca7-b924-38acab8ed1ee initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9a7bc55-3e0a-4ca7-b924-38acab8ed1ee shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6161de18-057d-4420-8b54-96ebdc99f1d1 initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6161de18-057d-4420-8b54-96ebdc99f1d1 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c829928-7e5e-4492-b8aa-bcaf5871efa4 initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c829928-7e5e-4492-b8aa-bcaf5871efa4 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57b21611-c4ff-43bf-a7aa-1cb7f3a03809 initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57b21611-c4ff-43bf-a7aa-1cb7f3a03809 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 196f0761-bbda-441a-98c9-827fbd4431b5 initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 196f0761-bbda-441a-98c9-827fbd4431b5 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8aae69be-7bf1-4909-b3b6-a704826e8790 initialized Nov 01, 2023 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8aae69be-7bf1-4909-b3b6-a704826e8790 shut down Nov 01, 2023 12:51:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest Nov 01, 2023 12:51:48 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:48 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:48 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 501acd3c-74d8-40ec-af04-794c8bcbf094 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 501acd3c-74d8-40ec-af04-794c8bcbf094 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f6fc39c-19a7-4f84-b163-26d4aa5ae507 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f6fc39c-19a7-4f84-b163-26d4aa5ae507 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f315f96-1952-4a19-9fa5-64900661d0e7 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f315f96-1952-4a19-9fa5-64900661d0e7 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bfde0ed9-a685-478c-a3a1-4af238bb0bb6 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bfde0ed9-a685-478c-a3a1-4af238bb0bb6 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9dd640d7-a9fb-4076-abb2-5c4ed3159fd5 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9dd640d7-a9fb-4076-abb2-5c4ed3159fd5 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9c8a59c-914f-4808-a237-4ac8a38399e9 initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9c8a59c-914f-4808-a237-4ac8a38399e9 shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 129c3d8a-0446-497e-ad9b-a0e0d2a225ed initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 129c3d8a-0446-497e-ad9b-a0e0d2a225ed shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:51:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ae844a4-ec12-4741-9656-cd9afc038b7a initialized Nov 01, 2023 12:51:49 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 12:51:49 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ae844a4-ec12-4741-9656-cd9afc038b7a shut down Nov 01, 2023 12:51:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.glassfish.jersey.tests.cdi.inject.SseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ context-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json [INFO] attaching as context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ context-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/3.0.99-SNAPSHOT/context-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ context-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:gf-cdi-inject-on-server >-- [INFO] Building jersey-tests-glassfish-inject-on-server 3.0.99-SNAPSHOT [135/370] [INFO] from tests/integration/cdi-integration/gf-cdi-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gf-cdi-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ gf-cdi-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ gf-cdi-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ gf-cdi-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ gf-cdi-inject-on-server --- [INFO] Reserved port 46325 for jersey.config.test.container.port [INFO] Reserved port 34901 for jersey.config.test.container.stop.port [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ gf-cdi-inject-on-server --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.5:zip [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ gf-cdi-inject-on-server --- [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-bean-validation:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc-jsp:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-proxy-client:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.0.99-SNAPSHOT:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:?:jar [INFO] Copying jersey-bean-validation-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-bean-validation.jar [INFO] Copying jersey-cdi1x-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x.jar [INFO] Copying jersey-cdi1x-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x-servlet.jar [INFO] Copying jersey-cdi1x-transaction-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi1x-transaction.jar [INFO] Copying jersey-cdi-rs-inject-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-cdi-rs-inject.jar [INFO] Copying jersey-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-client.jar [INFO] Copying jersey-common-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-container-servlet-core-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-entity-filtering-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-entity-filtering.jar [INFO] Copying jersey-gf-ejb-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-gf-ejb.jar [INFO] Copying jersey-hk2-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-hk2.jar [INFO] Copying jersey-media-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-jaxb.jar [INFO] Copying jersey-media-json-binding-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jersey-media-json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-jackson.jar [INFO] Copying jersey-media-json-processing-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-json-processing.jar [INFO] Copying jersey-media-multipart-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-multipart.jar [INFO] Copying jersey-media-sse-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-mp-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mp-rest-client.jar [INFO] Copying jersey-mvc-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mvc.jar [INFO] Copying jersey-mvc-jsp-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-mvc-jsp.jar [INFO] Copying jersey-proxy-client-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-proxy-client.jar [INFO] Copying jersey-server-3.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jersey-server.jar [INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ gf-cdi-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/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.tests.cdi.gf.GFTest Nov 01, 2023 12:51:56 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Starting container using command: [java, -jar, /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 http://localhost:8080/gf-test/test/ http://localhost:8080/gf-test/test/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.79 s -- in org.glassfish.jersey.tests.cdi.gf.GFTest Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ gf-cdi-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml [INFO] attaching as gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json [INFO] attaching as gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ gf-cdi-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ gf-cdi-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >-- [INFO] Building client-connector-provider 3.0.99-SNAPSHOT [136/373] [INFO] from tests/integration/client-connector-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ client-connector-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ client-connector-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ client-connector-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ client-connector-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ client-connector-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ client-connector-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ client-connector-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ client-connector-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ client-connector-provider --- [INFO] Reserved port 42051 for jersey.config.test.container.port [INFO] Reserved port 37959 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ client-connector-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/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.tests.integration.client.connector.provider.CustomConnectorProviderTest Nov 01, 2023 12:52:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:52:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:52:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:52:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:52:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ client-connector-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ client-connector-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ client-connector-provider --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >----- [INFO] Building jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT [137/373] [INFO] from tests/integration/ejb-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-lib --- [INFO] Reserved port 41359 for jersey.config.test.container.port [INFO] Reserved port 34601 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-lib --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >----- [INFO] Building jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT [138/373] [INFO] from tests/integration/ejb-multimodule/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-war --- [INFO] Reserved port 34859 for jersey.config.test.container.port [INFO] Reserved port 34237 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-war --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-war --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >----- [INFO] Building jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT [139/373] [INFO] from tests/integration/ejb-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-ear --- [INFO] Reserved port 40245 for jersey.config.test.container.port [INFO] Reserved port 34269 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Copy ear sources to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-ear --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >------- [INFO] Building jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT [140/373] [INFO] from tests/integration/ejb-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule --- [INFO] Reserved port 45831 for jersey.config.test.container.port [INFO] Reserved port 39265 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT [141/373] [INFO] from tests/integration/ejb-multimodule-reload/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-lib --- [INFO] Reserved port 43509 for jersey.config.test.container.port [INFO] Reserved port 35215 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT [142/373] [INFO] from tests/integration/ejb-multimodule-reload/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war1 --- [INFO] Reserved port 36091 for jersey.config.test.container.port [INFO] Reserved port 43873 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT [143/373] [INFO] from tests/integration/ejb-multimodule-reload/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war2 --- [INFO] Reserved port 42369 for jersey.config.test.container.port [INFO] Reserved port 34589 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT [144/373] [INFO] from tests/integration/ejb-multimodule-reload/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-ear --- [INFO] Reserved port 46543 for jersey.config.test.container.port [INFO] Reserved port 41481 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-reload-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-ear --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >---- [INFO] Building jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT [145/373] [INFO] from tests/integration/ejb-multimodule-reload/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload --- [INFO] Reserved port 45197 for jersey.config.test.container.port [INFO] Reserved port 35427 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >------- [INFO] Building jersey-tests-ejb-webapp 3.0.99-SNAPSHOT [146/373] [INFO] from tests/integration/ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-test-webapp --- [INFO] Reserved port 39533 for jersey.config.test.container.port [INFO] Reserved port 43351 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-test-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 3.0.99-SNAPSHOT [147/373] [INFO] from tests/integration/j-376/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-376 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-376 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-376 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-376 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-376 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-376 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-376 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-376 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-376 --- [INFO] Reserved port 45023 for jersey.config.test.container.port [INFO] Reserved port 41577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-376 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/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.tests.integration.j376.J376Test Nov 01, 2023 12:52:57 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:52:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:52:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:52:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8187318a-d2c5-4849-a9c1-1f17693e89f3 initialized Nov 01, 2023 12:52:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:52:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:52:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8187318a-d2c5-4849-a9c1-1f17693e89f3 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in org.glassfish.jersey.tests.integration.j376.J376Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-376 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-376 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-376 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >---------- [INFO] Building jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT [148/373] [INFO] from tests/integration/j-441/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war1 --- [INFO] Reserved port 37343 for jersey.config.test.container.port [INFO] Reserved port 39293 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war1 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >---------- [INFO] Building jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT [149/373] [INFO] from tests/integration/j-441/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war2 --- [INFO] Reserved port 43113 for jersey.config.test.container.port [INFO] Reserved port 45047 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war2 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >---------- [INFO] Building jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT [150/373] [INFO] from tests/integration/j-441/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-441-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-ear --- [INFO] Reserved port 37499 for jersey.config.test.container.port [INFO] Reserved port 41053 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-441-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------ [INFO] Building jersey-tests-integration-j-441 3.0.99-SNAPSHOT [151/373] [INFO] from tests/integration/j-441/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441 --- [INFO] Reserved port 36533 for jersey.config.test.container.port [INFO] Reserved port 34667 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >--------- [INFO] Building jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT [152/373] [INFO] from tests/integration/j-59/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ejb-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ejb-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ejb-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ejb-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ejb-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ejb-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-ejb-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ejb-lib --- [INFO] Reserved port 35739 for jersey.config.test.container.port [INFO] Reserved port 39551 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-ejb-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ejb-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ejb-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ejb-lib --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >--------- [INFO] Building jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT [153/373] [INFO] from tests/integration/j-59/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-cdi-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-cdi-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-cdi-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-cdi-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-cdi-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-cdi-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-cdi-war --- [INFO] Reserved port 35493 for jersey.config.test.container.port [INFO] Reserved port 42131 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-cdi-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-59-cdi-war --- [INFO] Packaging webapp [INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-cdi-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-cdi-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-cdi-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-cdi-war --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >----------- [INFO] Building jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT [154/373] [INFO] from tests/integration/j-59/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-59-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ear --- [INFO] Reserved port 34723 for jersey.config.test.container.port [INFO] Reserved port 39603 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-59-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >------------- [INFO] Building jersey-tests-integration-j-59 3.0.99-SNAPSHOT [155/373] [INFO] from tests/integration/j-59/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59 --- [INFO] Reserved port 42867 for jersey.config.test.container.port [INFO] Reserved port 42203 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jackson-14 >---------- [INFO] Building jersey-compatibility-jackson14 3.0.99-SNAPSHOT [156/373] [INFO] from tests/integration/jackson-14/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jackson-14 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jackson-14 --- [WARNING] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: Failed while enforcing releasability. Dependency convergence error for com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.15.3 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jackson-14 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jackson-14 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jackson-14 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jackson-14 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jackson-14 --- [INFO] Reserved port 41739 for jersey.config.test.container.port [INFO] Reserved port 41845 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jackson-14 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/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.integration.jackson14.Jackson14DependencyTest Nov 01, 2023 12:53:08 PM org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider _configForReading WARNING: Error setting StreamReadConstraints: 'com.fasterxml.jackson.core.StreamReadConstraints com.fasterxml.jackson.core.JsonFactory.streamReadConstraints()'. Possibly not Jackson 2.15? [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s -- in org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jackson-14 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jackson-14 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jackson-14 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT [157/373] [INFO] from tests/integration/jersey-2136/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2136 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2136 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2136 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2136 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2136 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2136 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2136 --- [INFO] Reserved port 36629 for jersey.config.test.container.port [INFO] Reserved port 46803 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2136 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2136 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2136 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-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.tests.integration.jersey2136.Jersey2136ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.integration.jersey2136.Jersey2136ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2136 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2136 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2136 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >--------- [INFO] Building jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT [158/373] [INFO] from tests/integration/jersey-2137/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2137 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2137 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2137 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2137 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2137 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2137 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2137 --- [INFO] Reserved port 35535 for jersey.config.test.container.port [INFO] Reserved port 38485 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2137 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2137 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2137 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2137 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2137 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2137 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >--------- [INFO] Building jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT [159/373] [INFO] from tests/integration/jersey-2154/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2154 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2154 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2154 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2154 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2154 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2154 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2154 --- [INFO] Reserved port 42345 for jersey.config.test.container.port [INFO] Reserved port 42769 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2154 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2154 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2154 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2154 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2154 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2154 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT [160/373] [INFO] from tests/integration/jersey-2421/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2421 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2421 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2421 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2421 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2421 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2421 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2421 --- [INFO] Reserved port 44639 for jersey.config.test.container.port [INFO] Reserved port 46475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2421 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/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.tests.integration.jersey2421.Jersey2421Test Nov 01, 2023 12:53:14 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2421 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2421 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2421 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2421 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2421 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT [161/373] [INFO] from tests/integration/jersey-2776/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2776 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2776 --- [INFO] Reserved port 33953 for jersey.config.test.container.port [INFO] Reserved port 38083 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2776 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2776 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ gf-cdi-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml [INFO] attaching as gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json [INFO] attaching as gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ gf-cdi-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/3.0.99-SNAPSHOT/gf-cdi-inject-on-server-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ gf-cdi-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >-- [INFO] Building client-connector-provider 3.0.99-SNAPSHOT [136/370] [INFO] from tests/integration/client-connector-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ client-connector-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ client-connector-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ client-connector-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ client-connector-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ client-connector-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ client-connector-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ client-connector-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ client-connector-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ client-connector-provider --- [INFO] Reserved port 33051 for jersey.config.test.container.port [INFO] Reserved port 35819 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ client-connector-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/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.tests.integration.client.connector.provider.CustomConnectorProviderTest Nov 01, 2023 12:53:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 s -- in org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ client-connector-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json [INFO] attaching as client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ client-connector-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/3.0.99-SNAPSHOT/client-connector-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ client-connector-provider --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >----- [INFO] Building jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT [137/370] [INFO] from tests/integration/ejb-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-lib --- [INFO] Reserved port 38585 for jersey.config.test.container.port [INFO] Reserved port 39185 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json [INFO] attaching as ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/3.0.99-SNAPSHOT/ejb-multimodule-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-lib --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >----- [INFO] Building jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT [138/370] [INFO] from tests/integration/ejb-multimodule/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-war --- [INFO] Reserved port 43557 for jersey.config.test.container.port [INFO] Reserved port 34383 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-war --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json [INFO] attaching as ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/3.0.99-SNAPSHOT/ejb-multimodule-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-war --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >----- [INFO] Building jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT [139/370] [INFO] from tests/integration/ejb-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-ear --- [INFO] Reserved port 45699 for jersey.config.test.container.port [INFO] Reserved port 46643 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Copy ear sources to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json [INFO] attaching as ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/3.0.99-SNAPSHOT/ejb-multimodule-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-ear --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >------- [INFO] Building jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT [140/370] [INFO] from tests/integration/ejb-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule --- [INFO] Reserved port 45167 for jersey.config.test.container.port [INFO] Reserved port 46137 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2776 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json [INFO] attaching as ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/3.0.99-SNAPSHOT/ejb-multimodule-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT [141/370] [INFO] from tests/integration/ejb-multimodule-reload/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-lib --- [INFO] Reserved port 37873 for jersey.config.test.container.port [INFO] Reserved port 46421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ jersey-2776 --- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json [INFO] attaching as ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/3.0.99-SNAPSHOT/ejb-multimodule-reload-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT [142/370] [INFO] from tests/integration/ejb-multimodule-reload/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war1 --- [INFO] Reserved port 36475 for jersey.config.test.container.port [INFO] Reserved port 36763 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json [INFO] attaching as ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/3.0.99-SNAPSHOT/ejb-multimodule-reload-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT [143/370] [INFO] from tests/integration/ejb-multimodule-reload/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war2 --- [INFO] Reserved port 42669 for jersey.config.test.container.port [INFO] Reserved port 39621 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json [INFO] attaching as ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/3.0.99-SNAPSHOT/ejb-multimodule-reload-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT [144/370] [INFO] from tests/integration/ejb-multimodule-reload/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-ear --- [INFO] Reserved port 35367 for jersey.config.test.container.port [INFO] Reserved port 38587 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-reload-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-ear --- [INFO] CycloneDX: Resolving Dependencies [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776 [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-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.tests.integration.jersey2776.Jersey2776ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2776 --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2776 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2776 --- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json [INFO] attaching as ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/3.0.99-SNAPSHOT/ejb-multimodule-reload-ear-3.0.99-SNAPSHOT-sources.jar [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >--------- [INFO] [INFO] Building jersey-3662 3.0.99-SNAPSHOT [162/373] [INFO] from tests/integration/jersey-3662/pom.xml [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-ear --- [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >---- [INFO] --- clean:2.5:clean (default-clean) @ jersey-3662 --- [INFO] Building jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT [145/370] [INFO] [INFO] from tests/integration/ejb-multimodule-reload/pom.xml [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3662 --- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload --- [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3662 --- [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload --- [INFO] Starting audit... [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload --- [INFO] [INFO] Starting audit... [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3662 --- Audit done. [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] You have 0 Checkstyle violations. [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3662 --- [INFO] [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload --- [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3662 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/generated-sources/rsrc-gen added. [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload --- [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3662 --- [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/generated-sources/rsrc-gen added. [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 --- [INFO] [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload --- [INFO] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 --- [INFO] [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload --- [INFO] [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3662 --- [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/main/resources [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload --- [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload --- [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3662 --- [INFO] Reserved port 32917 for jersey.config.test.container.port [INFO] Changes detected - recompiling the module! :dependency [INFO] Reserved port 34323 for jersey.config.test.container.stop.port [INFO] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3662 --- [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3662 --- [INFO] Reserved port 42011 for jersey.config.test.container.port [INFO] Reserved port 46815 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3662 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Running org.glassfish.jersey.tests.integration.jersey3662.Junit5Test [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json [INFO] attaching as ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-multimodule-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/3.0.99-SNAPSHOT/ejb-multimodule-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >------- [INFO] Building jersey-tests-ejb-webapp 3.0.99-SNAPSHOT [146/370] [INFO] from tests/integration/ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-test-webapp --- Nov 01, 2023 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-test-webapp --- [INFO] Reserved port 35947 for jersey.config.test.container.port [INFO] Reserved port 44079 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s -- in org.glassfish.jersey.tests.integration.jersey3662.Junit5Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3662 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3662 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3662 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >--------- [INFO] Building jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT [163/373] [INFO] from tests/integration/jersey-3670/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3670 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3670 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3670 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3670 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3670 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3670 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3670 --- [INFO] Reserved port 33469 for jersey.config.test.container.port [INFO] Reserved port 39145 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3670 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json [INFO] attaching as ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/3.0.99-SNAPSHOT/ejb-test-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-test-webapp --- [INFO] Running org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest Nov 01, 2023 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 3.0.99-SNAPSHOT [147/370] [INFO] from tests/integration/j-376/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-376 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-376 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-376 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-376 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-376 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-376 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-376 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-376 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-376 --- [INFO] Reserved port 44059 for jersey.config.test.container.port [INFO] Reserved port 43427 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-376 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider Nov 01, 2023 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3670 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/webapp] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3670 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.j376.J376Test [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3670 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3670 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3670 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 3.0.99-SNAPSHOT [164/373] [INFO] from tests/integration/jersey-3992/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3992 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3992 --- Nov 01, 2023 12:53:24 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3992 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3992 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3992 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3992 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3992 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3992 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3992 --- [INFO] Reserved port 41363 for jersey.config.test.container.port [INFO] Reserved port 42913 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3992 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:53:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] Running org.glassfish.jersey.tests.cdi.resources.InheritanceTest Nov 01, 2023 12:53:25 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:53:25 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:53:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 56e2b0b7-8250-4baa-8321-42e7373fb391 initialized Nov 01, 2023 12:53:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:25 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:53:25 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:26 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5f7ae82-d5ef-445e-9e55-164f0a6d7012 initialized Nov 01, 2023 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Nov 01, 2023 12:53:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:26 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. Nov 01, 2023 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 12:53:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 56e2b0b7-8250-4baa-8321-42e7373fb391 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s -- in org.glassfish.jersey.tests.integration.j376.J376Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-376 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5f7ae82-d5ef-445e-9e55-164f0a6d7012 shut down Nov 01, 2023 12:53:26 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.tests.cdi.resources.InheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3992 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3992 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json [INFO] attaching as j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-376 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-376/target/j-376-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/3.0.99-SNAPSHOT/j-376-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-376 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >---------- [INFO] Building jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT [148/370] [INFO] from tests/integration/j-441/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war1 --- [INFO] Reserved port 34829 for jersey.config.test.container.port [INFO] Reserved port 45305 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3992 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3992 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3992 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >--------- [INFO] Building jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT [165/373] [INFO] from tests/integration/jersey-4003/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4003 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4003 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4003 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4003 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4003 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4003 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4003 --- [INFO] Reserved port 42033 for jersey.config.test.container.port [INFO] Reserved port 35669 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4003 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json [INFO] attaching as j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war1/target/j-441-war1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/3.0.99-SNAPSHOT/j-441-war1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war1 --- [INFO] Running org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >---------- [INFO] Building jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT [149/370] [INFO] from tests/integration/j-441/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war2 --- [INFO] Reserved port 46435 for jersey.config.test.container.port [INFO] Reserved port 46545 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s -- in org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4003 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json [INFO] attaching as j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/war2/target/j-441-war2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/3.0.99-SNAPSHOT/j-441-war2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war2 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >---------- [INFO] Building jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT [150/370] [INFO] from tests/integration/j-441/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-441-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-ear --- [INFO] Reserved port 46369 for jersey.config.test.container.port [INFO] Reserved port 37589 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-441-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4003 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4003 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >--------- [INFO] Building jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT [166/373] [INFO] from tests/integration/jersey-4099/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4099 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4099 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4099 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4099 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4099 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4099 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4099 --- [INFO] Reserved port 44625 for jersey.config.test.container.port [INFO] Reserved port 42095 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4099 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/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.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest Nov 01, 2023 12:53:32 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:53:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:53:32 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json [INFO] attaching as j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/ear/target/j-441-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/3.0.99-SNAPSHOT/j-441-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------ [INFO] Building jersey-tests-integration-j-441 3.0.99-SNAPSHOT [151/370] [INFO] from tests/integration/j-441/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441 --- [INFO] Reserved port 43439 for jersey.config.test.container.port [INFO] Reserved port 36057 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.xml Nov 01, 2023 12:53:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd409243-c4c4-4982-abfd-1691a4cff259 initialized Nov 01, 2023 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json [INFO] attaching as j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-441/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/3.0.99-SNAPSHOT/j-441-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >--------- [INFO] Building jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT [152/370] [INFO] from tests/integration/j-59/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ejb-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ejb-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ejb-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ejb-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ejb-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ejb-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-ejb-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ejb-lib --- [INFO] Reserved port 41203 for jersey.config.test.container.port [INFO] Reserved port 43981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-ejb-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ejb-lib --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json [INFO] attaching as j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ejb-lib --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/lib/target/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/3.0.99-SNAPSHOT/j-59-ejb-lib-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ejb-lib --- Nov 01, 2023 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:53:33 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd409243-c4c4-4982-abfd-1691a4cff259 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4099 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >--------- [INFO] Building jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT [153/370] [INFO] from tests/integration/j-59/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-cdi-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-cdi-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-cdi-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-cdi-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-cdi-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-cdi-war --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-cdi-war --- [INFO] Reserved port 44863 for jersey.config.test.container.port [INFO] Reserved port 45695 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-cdi-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-59-cdi-war --- [INFO] Packaging webapp [INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-cdi-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4099 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4099 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4099 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4099 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >--------- [INFO] Building jersey-4321 3.0.99-SNAPSHOT [167/373] [INFO] from tests/integration/jersey-4321/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4321 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4321 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4321 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4321 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4321 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4321 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4321 --- [INFO] Reserved port 45111 for jersey.config.test.container.port [INFO] Reserved port 39897 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4321 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json [INFO] attaching as j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-cdi-war --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-cdi-war --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/war/target/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/3.0.99-SNAPSHOT/j-59-cdi-war-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-cdi-war --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >----------- [INFO] Building jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT [154/370] [INFO] from tests/integration/j-59/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-59-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ear --- [INFO] Reserved port 46031 for jersey.config.test.container.port [INFO] Reserved port 42945 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-59-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-3.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:3.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:3.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-3.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.0.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.0.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:2.0.0] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-2.0.0.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:3.0.3] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-api-3.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:3.0.3] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-3.0.3.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey4321.StreamingTest Nov 01, 2023 12:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json [INFO] attaching as j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ear --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/ear/target/j-59-ear-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/3.0.99-SNAPSHOT/j-59-ear-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >------------- [INFO] Building jersey-tests-integration-j-59 3.0.99-SNAPSHOT [155/370] [INFO] from tests/integration/j-59/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59 --- [INFO] Reserved port 35341 for jersey.config.test.container.port [INFO] Reserved port 35037 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json [INFO] attaching as j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/j-59/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/3.0.99-SNAPSHOT/j-59-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jackson-14 >---------- [INFO] Building jersey-compatibility-jackson14 3.0.99-SNAPSHOT [156/370] [INFO] from tests/integration/jackson-14/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jackson-14 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jackson-14 --- [WARNING] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: Failed while enforcing releasability. Dependency convergence error for com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.15.3 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:3.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jackson-14 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jackson-14 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jackson-14 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jackson-14 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jackson-14 --- [INFO] Reserved port 39815 for jersey.config.test.container.port [INFO] Reserved port 44641 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jackson-14 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.glassfish.jersey.tests.integration.jersey4321.StreamingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4321 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4321 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4321 --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:project >---------------- [INFO] Building jersey-examples 3.0.99-SNAPSHOT [168/373] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- Nov 01, 2023 12:53:36 PM org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider _configForReading WARNING: Error setting StreamReadConstraints: com.fasterxml.jackson.core.JsonFactory.streamReadConstraints()Lcom/fasterxml/jackson/core/StreamReadConstraints;. Possibly not Jackson 2.15? [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jackson-14 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38297 for jersey.config.test.container.port [INFO] Reserved port 43771 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json [INFO] attaching as jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jackson-14 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jackson-14/target/jackson-14-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/3.0.99-SNAPSHOT/jackson-14-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jackson-14 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT [157/370] [INFO] from tests/integration/jersey-2136/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2136 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2136 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2136 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2136 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2136 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2136 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2136 --- [INFO] Reserved port 34783 for jersey.config.test.container.port [INFO] Reserved port 38575 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2136 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war [INFO] [INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >------- [INFO] Building jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT [169/373] [INFO] from examples/server-sent-events-jersey/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jersey --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jersey --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jersey --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2136 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jersey --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jersey --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jersey --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jersey --- [INFO] Reserved port 35687 for jersey.config.test.container.port [INFO] Reserved port 34653 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jersey --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/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.examples.sse.jersey.ServerSentEventsTest Nov 01, 2023 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35687/ Nov 01, 2023 12:53:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35687] Nov 01, 2023 12:53:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json [INFO] attaching as jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2136 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-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.tests.integration.jersey2136.Jersey2136ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 s -- in org.glassfish.jersey.tests.integration.jersey2136.Jersey2136ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2136 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2136 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2136/target/jersey-2136-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/3.0.99-SNAPSHOT/jersey-2136-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2136 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >--------- [INFO] Building jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT [158/370] [INFO] from tests/integration/jersey-2137/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2137 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2137 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2137 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2137 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2137 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2137 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2137 --- [INFO] Reserved port 45551 for jersey.config.test.container.port [INFO] Reserved port 34039 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2137 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2137 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2137 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json [INFO] attaching as jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2137 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2137 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/3.0.99-SNAPSHOT/jersey-2137-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2137 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >--------- [INFO] Building jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT [159/370] [INFO] from tests/integration/jersey-2154/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2154 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2154 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2154 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2154 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2154 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2154 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2154 --- [INFO] Reserved port 33517 for jersey.config.test.container.port [INFO] Reserved port 44039 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2154 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2154 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2154 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json [INFO] attaching as jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2154 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2154 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/3.0.99-SNAPSHOT/jersey-2154-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2154 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT [160/370] [INFO] from tests/integration/jersey-2421/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2421 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2421 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2421 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2421 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2421 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2421 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2421 --- [INFO] Reserved port 37455 for jersey.config.test.container.port [INFO] Reserved port 34491 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2421 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35687] Nov 01, 2023 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35687/ Nov 01, 2023 12:53:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35687] Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35687] Nov 01, 2023 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35687/ Nov 01, 2023 12:53:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35687] Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35687] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.430 s -- in org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jersey --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test Nov 01, 2023 12:53:46 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2421 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2421 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json [INFO] attaching as jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2421 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2421 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2421/target/jersey-2421-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/3.0.99-SNAPSHOT/jersey-2421-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2421 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT [161/370] [INFO] from tests/integration/jersey-2776/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2776 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jersey --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jersey --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >--------- [INFO] Building jersey-4507 3.0.99-SNAPSHOT [170/373] [INFO] from tests/integration/jersey-4507/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4507 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4507 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2776 --- [INFO] Reserved port 36473 for jersey.config.test.container.port [INFO] Reserved port 43603 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2776 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2776 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4507 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4507 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4507 --- [INFO] Reserved port 39711 for jersey.config.test.container.port [INFO] Reserved port 39899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4507 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/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.tests.integration.jersey4507.SSETest Nov 01, 2023 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json [INFO] attaching as jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2776 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ jersey-2776 --- Nov 01, 2023 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.glassfish.jersey.tests.integration.jersey4507.SSETest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4507 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4507 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4507 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >--------- [INFO] Building jersey-4542 3.0.99-SNAPSHOT [171/373] [INFO] from tests/integration/jersey-4542/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4542 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4542 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4542 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4542 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4542 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4542 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4542 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4542 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4542 --- [INFO] Reserved port 37749 for jersey.config.test.container.port [INFO] Reserved port 37355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4542 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/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.tests.integration.jersey4542.ProgrammaticValidationTest [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776 [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:51 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) [INFO] Running org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s -- in org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2776 --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2776 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/target/jersey-2776-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/3.0.99-SNAPSHOT/jersey-2776-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2776 --- Nov 01, 2023 12:53:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >--------- [INFO] Building jersey-3662 3.0.99-SNAPSHOT [162/370] [INFO] from tests/integration/jersey-3662/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3662 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3662 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3662 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3662 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3662 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3662 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3662 --- [INFO] Reserved port 42457 for jersey.config.test.container.port [INFO] Reserved port 40701 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3662 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:52 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b35c8b6-6772-40d0-9b97-3ee0745404a1 initialized Nov 01, 2023 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2776/src/main/webapp Nov 01, 2023 12:53:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:53 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.integration.jersey3662.Junit5Test Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b35c8b6-6772-40d0-9b97-3ee0745404a1 shut down Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:53:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:53:53 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7fe2c8f8-3546-45c0-9d5c-4fd5c15f7c28 initialized Nov 01, 2023 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:53:53 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7fe2c8f8-3546-45c0-9d5c-4fd5c15f7c28 shut down Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 s -- in org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4542 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s -- in org.glassfish.jersey.tests.integration.jersey3662.Junit5Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3662 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4542 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4542 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >--------- [INFO] Building jersey-4697 3.0.99-SNAPSHOT [172/373] [INFO] from tests/integration/jersey-4697/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4697 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4697 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4697 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4697 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4697 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4697 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4697 --- [INFO] Reserved port 38263 for jersey.config.test.container.port [INFO] Reserved port 39245 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4697 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json [INFO] attaching as jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3662 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3662/target/jersey-3662-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/3.0.99-SNAPSHOT/jersey-3662-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3662 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >--------- [INFO] Building jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT [163/370] [INFO] from tests/integration/jersey-3670/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3670 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3670 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3670 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3670 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3670 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3670 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3670 --- [INFO] Reserved port 46349 for jersey.config.test.container.port [INFO] Reserved port 40637 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3670 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/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.tests.integration.jersey4697.MonitoringEventListenerTest Nov 01, 2023 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest Nov 01, 2023 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.760 s -- in org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3670 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3670 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:57 PM org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1 run SEVERE: Error generating monitoring statistics. java.lang.IllegalStateException: This causes the scheduler to stop working at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.processExceptionMapperEvents(MonitoringStatisticsProcessor.java:130) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.access$200(MonitoringStatisticsProcessor.java:53) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1.run(MonitoringStatisticsProcessor.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json [INFO] attaching as jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3670 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3670 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3670/target/jersey-3670-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/3.0.99-SNAPSHOT/jersey-3670-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3670 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 3.0.99-SNAPSHOT [164/370] [INFO] from tests/integration/jersey-3992/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3992 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3992 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3992 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3992 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3992 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3992 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3992 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3992 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3992 --- [INFO] Reserved port 46023 for jersey.config.test.container.port [INFO] Reserved port 40293 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3992 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/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.tests.cdi.resources.InheritanceTest Nov 01, 2023 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.174 s -- in org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4697 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:53:58 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:53:58 PM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Nov 01, 2023 12:53:58 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:53:58 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:53:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbe830bc-bca0-4992-92ab-3bd324599fce initialized Nov 01, 2023 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4697 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4697 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >--------- [INFO] Building jersey-4722 3.0.99-SNAPSHOT [173/373] [INFO] from tests/integration/jersey-4722/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4722 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4722 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4722 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4722 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4722 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4722 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4722 --- Nov 01, 2023 12:53:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:53:59 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4722 --- [INFO] Reserved port 41225 for jersey.config.test.container.port [INFO] Reserved port 44499 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4722 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:53:59 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbe830bc-bca0-4992-92ab-3bd324599fce shut down Nov 01, 2023 12:53:59 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Nov 01, 2023 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.626 s -- in org.glassfish.jersey.tests.cdi.resources.InheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3992 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3992 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test Nov 01, 2023 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:00 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:54:00 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:54:00 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:00 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4722 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4722 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4722 --- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json [INFO] attaching as jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3992 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3992 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/3.0.99-SNAPSHOT/jersey-3992-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3992 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >--------- [INFO] Building jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT [165/370] [INFO] from tests/integration/jersey-4003/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4003 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4003 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4003 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4003 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4003 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4003 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4003 --- [INFO] Reserved port 33267 for jersey.config.test.container.port [INFO] Reserved port 46733 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4003 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ----------------< org.glassfish.jersey.bundles:project >---------------- [INFO] Building jersey-bundles 3.0.99-SNAPSHOT [174/373] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38491 for jersey.config.test.container.port [INFO] Reserved port 35893 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >---------------- [INFO] Building jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT [175/373] [INFO] from bundles/jaxrs-ri/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-ri --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-ri --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-ri --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-ri --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-ri --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack) @ jaxrs-ri --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-ri --- [INFO] Copying 40 resources from target/unpacked-src/main/java to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1014 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s -- in org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4003 --- [INFO] CycloneDX: Resolving Dependencies [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json [INFO] attaching as jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4003 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4003/target/jersey-4003-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/3.0.99-SNAPSHOT/jersey-4003-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4003 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >--------- [INFO] Building jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT [166/370] [INFO] from tests/integration/jersey-4099/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4099 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4099 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4099 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4099 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4099 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4099 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4099 --- [INFO] Reserved port 46807 for jersey.config.test.container.port [INFO] Reserved port 37471 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4099 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Compiling 1014 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest Nov 01, 2023 12:54:07 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:54:07 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:07 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:07 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d7a2226-79bc-4f6e-9caa-7df1e27f4dd9 initialized Nov 01, 2023 12:54:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:08 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d7a2226-79bc-4f6e-9caa-7df1e27f4dd9 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 s -- in org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4099 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4099 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-ri --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-ri --- [INFO] Reserved port 35601 for jersey.config.test.container.port [INFO] Reserved port 42879 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-ri --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ jaxrs-ri --- [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json [INFO] attaching as jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4099 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4099 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4099/target/jersey-4099-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/3.0.99-SNAPSHOT/jersey-4099-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4099 --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >--------- [INFO] Building jersey-4321 3.0.99-SNAPSHOT [167/370] [INFO] from tests/integration/jersey-4321/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4321 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4321 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4321 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4321 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4321 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4321 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4321 --- [INFO] Reserved port 38891 for jersey.config.test.container.port [INFO] Reserved port 43601 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4321 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-ri --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey4321.StreamingTest Nov 01, 2023 12:54:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-ri --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar Nov 01, 2023 12:54:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s -- in org.glassfish.jersey.tests.integration.jersey4321.StreamingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4321 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jaxrs-ri --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json [INFO] attaching as jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4321 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4321/target/jersey-4321-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/3.0.99-SNAPSHOT/jersey-4321-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4321 --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:project >---------------- [INFO] Building jersey-examples 3.0.99-SNAPSHOT [168/370] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42055 for jersey.config.test.container.port [INFO] Reserved port 42661 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.2.4:shade (shade-archive) @ jaxrs-ri --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >------- [INFO] Building jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT [169/370] [INFO] from examples/server-sent-events-jersey/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jersey --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jersey --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jersey --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jersey --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jersey --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jersey --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jersey --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jersey --- [INFO] Reserved port 35919 for jersey.config.test.container.port [INFO] Reserved port 39777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jersey --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.activation-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 907 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 897 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.markdown [WARNING] jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jakarta.json-2.0.0-module.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT [INFO] Running org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest Nov 01, 2023 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35919/ Nov 01, 2023 12:54:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35919] Nov 01, 2023 12:54:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes (Is a directory) [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 907 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 897 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] javassist-3.29.2-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: [WARNING] - META-INF/maven/org.javassist/javassist/pom.properties [WARNING] - META-INF/maven/org.javassist/javassist/pom.xml [WARNING] - javassist.ByteArrayClassPath [WARNING] - javassist.ByteArrayClassPath$1 [WARNING] - javassist.ByteArrayClassPath$BytecodeURLConnection [WARNING] - javassist.ByteArrayClassPath$BytecodeURLStreamHandler [WARNING] - javassist.CannotCompileException [WARNING] - javassist.ClassClassPath [WARNING] - javassist.ClassMap [WARNING] - javassist.ClassPath [WARNING] - 418 more... [WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml [WARNING] - jakarta.inject.Inject [WARNING] - jakarta.inject.Named [WARNING] - jakarta.inject.Provider [WARNING] - jakarta.inject.Qualifier [WARNING] - jakarta.inject.Scope [WARNING] - jakarta.inject.Singleton [WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml [WARNING] - org.glassfish.hk2.osgiresourcelocator.Activator [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinder [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1 [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2 [WARNING] - 4 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 54 overlapping classes: [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier$1 [WARNING] - org.glassfish.jersey.jaxb.PropertySupplier [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2 [WARNING] - 44 more... [WARNING] jaxrs-ri.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar define 11 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml [WARNING] - org.glassfish.jersey.jsonb.JsonBindingFeature [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton [WARNING] - org.glassfish.jersey.jsonb.package-info [WARNING] - 1 more... [WARNING] jakarta.json-api-2.0.2.jar, jaxrs-ri.jar define 36 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml [WARNING] - jakarta.json.EmptyArray [WARNING] - jakarta.json.EmptyObject [WARNING] - jakarta.json.Json [WARNING] - jakarta.json.JsonArray [WARNING] - jakarta.json.JsonArrayBuilder [WARNING] - jakarta.json.JsonBuilderFactory [WARNING] - jakarta.json.JsonException [WARNING] - jakarta.json.JsonMergePatch [WARNING] - 26 more... [WARNING] jakarta.json.bind-api-2.0.0.jar, jaxrs-ri.jar define 28 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml [WARNING] - jakarta.json.bind.Jsonb [WARNING] - jakarta.json.bind.JsonbBuilder [WARNING] - jakarta.json.bind.JsonbConfig [WARNING] - jakarta.json.bind.JsonbException [WARNING] - jakarta.json.bind.adapter.JsonbAdapter [WARNING] - jakarta.json.bind.annotation.JsonbAnnotation [WARNING] - jakarta.json.bind.annotation.JsonbCreator [WARNING] - jakarta.json.bind.annotation.JsonbDateFormat [WARNING] - 18 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] jaxrs-ri.jar, parsson-1.0.5.jar define 65 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.properties [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.xml [WARNING] - org.eclipse.parsson.BufferPoolImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.eclipse.parsson.JsonBuilderFactoryImpl [WARNING] - org.eclipse.parsson.JsonContext [WARNING] - org.eclipse.parsson.JsonGeneratorFactoryImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl$1 [WARNING] - 55 more... [WARNING] jaxrs-ri.jar, yasson-2.0.4.jar define 247 overlapping classes and resources: [WARNING] - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension [WARNING] - META-INF.versions.9.org.eclipse.yasson.internal.model.ModulesUtil [WARNING] - META-INF/jpms.args [WARNING] - META-INF/maven/org.eclipse/yasson/pom.properties [WARNING] - META-INF/maven/org.eclipse/yasson/pom.xml [WARNING] - META-INF/native-image/org.eclipse/yasson/native-image.properties [WARNING] - META-INF/services/jakarta.json.bind.spi.JsonbProvider [WARNING] - org.eclipse.yasson.FieldAccessStrategy [WARNING] - org.eclipse.yasson.ImplementationClass [WARNING] - org.eclipse.yasson.JsonBindingProvider [WARNING] - 237 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar define 63 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.properties [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.xml [WARNING] - org.glassfish.json.BufferPoolImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.glassfish.json.JsonBuilderFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl$1 [WARNING] - org.glassfish.json.JsonGeneratorImpl$Context [WARNING] - 53 more... [WARNING] jaxrs-ri.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar define 47 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml [WARNING] - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder [WARNING] - org.glassfish.jersey.media.sse.EventInput [WARNING] - org.glassfish.jersey.media.sse.EventInputReader [WARNING] - org.glassfish.jersey.media.sse.EventListener [WARNING] - org.glassfish.jersey.media.sse.EventOutput [WARNING] - org.glassfish.jersey.media.sse.EventSource [WARNING] - org.glassfish.jersey.media.sse.EventSource$1 [WARNING] - org.glassfish.jersey.media.sse.EventSource$Builder [WARNING] - 37 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar define 16 overlapping resources: [WARNING] - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java [WARNING] - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2Helper.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java [WARNING] - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java [WARNING] - 6 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar define 377 overlapping resources: [WARNING] - org/glassfish/jersey/AbstractFeatureConfigurator.java [WARNING] - org/glassfish/jersey/Beta.java [WARNING] - org/glassfish/jersey/CommonProperties.java [WARNING] - org/glassfish/jersey/ExtendedConfig.java [WARNING] - org/glassfish/jersey/ExternalProperties.java [WARNING] - org/glassfish/jersey/InjectionManagerProvider.java [WARNING] - org/glassfish/jersey/JerseyPriorities.java [WARNING] - org/glassfish/jersey/Severity.java [WARNING] - org/glassfish/jersey/SslConfigurator.java [WARNING] - org/glassfish/jersey/http/HttpHeaders.java [WARNING] - 367 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar define 24 overlapping resources: [WARNING] - org/glassfish/jersey/jaxb/FeatureSupplier.java [WARNING] - org/glassfish/jersey/jaxb/PropertySupplier.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java [WARNING] - 14 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar define 91 overlapping resources: [WARNING] - org/glassfish/jersey/client/AbortException.java [WARNING] - org/glassfish/jersey/client/AbstractNonSyncInvoker.java [WARNING] - org/glassfish/jersey/client/AbstractRxInvoker.java [WARNING] - org/glassfish/jersey/client/ChunkParser.java [WARNING] - org/glassfish/jersey/client/ChunkedInput.java [WARNING] - org/glassfish/jersey/client/ChunkedInputReader.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutor.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundScheduler.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java [WARNING] - 81 more... [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar define 370 overlapping resources: [WARNING] - com/sun/research/ws/wadl/Application.java [WARNING] - com/sun/research/ws/wadl/Doc.java [WARNING] - com/sun/research/ws/wadl/Grammars.java [WARNING] - com/sun/research/ws/wadl/HTTPMethods.java [WARNING] - com/sun/research/ws/wadl/Include.java [WARNING] - com/sun/research/ws/wadl/Link.java [WARNING] - com/sun/research/ws/wadl/Method.java [WARNING] - com/sun/research/ws/wadl/ObjectFactory.java [WARNING] - com/sun/research/ws/wadl/Option.java [WARNING] - com/sun/research/ws/wadl/Param.java [WARNING] - 360 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar define 27 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/ServletContainer.java [WARNING] - org/glassfish/jersey/servlet/ServletProperties.java [WARNING] - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java [WARNING] - org/glassfish/jersey/servlet/WebAppResourcesScanner.java [WARNING] - org/glassfish/jersey/servlet/WebComponent.java [WARNING] - org/glassfish/jersey/servlet/WebConfig.java [WARNING] - org/glassfish/jersey/servlet/WebFilterConfig.java [WARNING] - org/glassfish/jersey/servlet/WebServletConfig.java [WARNING] - org/glassfish/jersey/servlet/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java [WARNING] - 17 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar define 6 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/async/package-info.java [WARNING] - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java [WARNING] - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/init/package-info.java [WARNING] jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar define 119 overlapping classes and resources: [WARNING] - META-INF.versions.9.jakarta.xml.bind.ModuleUtil [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml [WARNING] - jakarta.xml.bind.Binder [WARNING] - jakarta.xml.bind.ContextFinder [WARNING] - jakarta.xml.bind.ContextFinder$1 [WARNING] - jakarta.xml.bind.ContextFinder$2 [WARNING] - jakarta.xml.bind.ContextFinder$3 [WARNING] - jakarta.xml.bind.ContextFinder$4 [WARNING] - jakarta.xml.bind.ContextFinder$5 [WARNING] - 109 more... [WARNING] jakarta.activation-2.0.1.jar, jaxrs-ri.jar define 42 overlapping classes and resources: [WARNING] - META-INF/mailcap.default [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.properties [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.xml [WARNING] - META-INF/mimetypes.default [WARNING] - com.sun.activation.registries.LineTokenizer [WARNING] - com.sun.activation.registries.LogSupport [WARNING] - com.sun.activation.registries.MailcapFile [WARNING] - com.sun.activation.registries.MailcapParseException [WARNING] - com.sun.activation.registries.MailcapTokenizer [WARNING] - com.sun.activation.registries.MimeTypeEntry [WARNING] - 32 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Minimized 8423 -> 8423 (100%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- assembly:3.6.0:single (make-binary-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 [INFO] [INFO] --- assembly:3.6.0:single (make-source-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35919] Nov 01, 2023 12:54:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35919/ Nov 01, 2023 12:54:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35919] Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35919] Nov 01, 2023 12:54:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35919/ Nov 01, 2023 12:54:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35919] Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:54:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35919] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.256 s -- in org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jersey --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- antrun:3.1.0:run (xcopy) @ jaxrs-ri --- [INFO] Executing tasks [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] Executed tasks [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-ri --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.bz2 [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.bz2 [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ jaxrs-ri --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-ri --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >-- [INFO] Building microprofile-integration-project 3.0.99-SNAPSHOT [176/373] [INFO] from tests/integration/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-integration-project --- [INFO] Reserved port 35477 for jersey.config.test.container.port [INFO] Reserved port 44963 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >-- [INFO] Building microprofile-config-project 3.0.99-SNAPSHOT [177/373] [INFO] from tests/integration/microprofile/config/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-config-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-config-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-config-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-config-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-config-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-config-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-config-project --- [INFO] Reserved port 35059 for jersey.config.test.container.port [INFO] Reserved port 33289 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-config-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-config-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-config-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-config-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >-- [INFO] Building config-webapp 3.0.99-SNAPSHOT [178/373] [INFO] from tests/integration/microprofile/config/webapp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ config-webapp --- [INFO] Reserved port 35841 for jersey.config.test.container.port [INFO] Reserved port 45393 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ config-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json [INFO] attaching as server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jersey --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/3.0.99-SNAPSHOT/server-sent-events-jersey-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jersey --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >--------- [INFO] Building jersey-4507 3.0.99-SNAPSHOT [170/370] [INFO] from tests/integration/jersey-4507/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4507 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4507 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4507 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4507 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4507 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4507 --- [INFO] Reserved port 34189 for jersey.config.test.container.port [INFO] Reserved port 45711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4507 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >-- [INFO] Building helidon-config-webapp 3.0.99-SNAPSHOT [179/373] [INFO] from tests/integration/microprofile/config/helidon/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helidon-config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Running org.glassfish.jersey.tests.integration.jersey4507.SSETest [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helidon-config-webapp --- [INFO] Reserved port 36561 for jersey.config.test.container.port [INFO] Reserved port 33557 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:54:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp Nov 01, 2023 12:54:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest Nov 01, 2023 12:54:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:27 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.integration.config.MyResource 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.tests.integration.config.MyResource will be ignored. Nov 01, 2023 12:54:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s -- in org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ helidon-config-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helidon-config-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.376 s -- in org.glassfish.jersey.tests.integration.jersey4507.SSETest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4507 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helidon-config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: helidon-config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ helidon-config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ helidon-config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helidon-config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client >-- [INFO] Building jersey-rest-client 3.0.99-SNAPSHOT [180/373] [INFO] from tests/integration/microprofile/rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client --- [INFO] Reserved port 46189 for jersey.config.test.container.port [INFO] Reserved port 40219 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json [INFO] attaching as jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4507 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4507/target/jersey-4507-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/3.0.99-SNAPSHOT/jersey-4507-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4507 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >--------- [INFO] Building jersey-4542 3.0.99-SNAPSHOT [171/370] [INFO] from tests/integration/jersey-4542/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4542 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4542 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4542 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4542 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4542 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4542 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4542 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4542 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4542 --- [INFO] Reserved port 39119 for jersey.config.test.container.port [INFO] Reserved port 43593 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4542 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/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.test.microprofile.restclient.ConnectorTest Nov 01, 2023 12:54:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest Nov 01, 2023 12:54:31 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:31 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 s -- in org.glassfish.jersey.test.microprofile.restclient.ConnectorTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.InboundHeadersProviderTest Nov 01, 2023 12:54:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:54:31 PM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in org.glassfish.jersey.test.microprofile.restclient.InboundHeadersProviderTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.ConsumesAndProducesTest Nov 01, 2023 12:54:31 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 49711575-20b9-41f6-9b74-0a55074cf123 initialized Nov 01, 2023 12:54:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.jersey.test.microprofile.restclient.ConsumesAndProducesTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.RestClientModelTest Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.test.microprofile.restclient.RestClientModelTest [INFO] Running org.glassfish.jersey.restclient.PathParamTest Nov 01, 2023 12:54:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 49711575-20b9-41f6-9b74-0a55074cf123 shut down Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.restclient.PathParamTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:54:32 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:32 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61c37c0c-22dc-4742-853b-802860498ef4 initialized Nov 01, 2023 12:54:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:54:32 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61c37c0c-22dc-4742-853b-802860498ef4 shut down Nov 01, 2023 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 s -- in org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4542 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json [INFO] attaching as jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4542 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4542/target/jersey-4542-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/3.0.99-SNAPSHOT/jersey-4542-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4542 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >--------- [INFO] Building jersey-4697 3.0.99-SNAPSHOT [172/370] [INFO] from tests/integration/jersey-4697/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4697 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4697 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4697 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4697 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4697 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4697 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4697 --- [INFO] Reserved port 36337 for jersey.config.test.container.port [INFO] Reserved port 43641 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4697 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >-- [INFO] Building jersey-rest-client-tck 3.0.99-SNAPSHOT [181/373] [INFO] from tests/integration/microprofile/rest-client-tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client-tck --- [INFO] No sources to compile [INFO] [INFO] --- wiremock:2.11.0:run (default) @ jersey-rest-client-tck --- [INFO] Running org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest Nov 01, 2023 12:54:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:54:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:37 PM org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1 run SEVERE: Error generating monitoring statistics. java.lang.IllegalStateException: This causes the scheduler to stop working at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.processExceptionMapperEvents(MonitoringStatisticsProcessor.java:130) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.access$200(MonitoringStatisticsProcessor.java:53) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1.run(MonitoringStatisticsProcessor.java:96) 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) Nov 01, 2023 12:54:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.380 s -- in org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4697 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json [INFO] attaching as jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4697 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4697/target/jersey-4697-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/3.0.99-SNAPSHOT/jersey-4697-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4697 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >--------- [INFO] Building jersey-4722 3.0.99-SNAPSHOT [173/370] [INFO] from tests/integration/jersey-4722/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4722 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4722 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4722 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4722 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4722 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4722 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4722 --- [INFO] Reserved port 34655 for jersey.config.test.container.port [INFO] Reserved port 34603 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4722 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/test-classes to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/classes to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar to wiremock-maven-plugin classpath [INFO] Starting WireMock with following params: --root-dir=/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/classes --port=8765 [INFO] Logging initialized @2418314ms [INFO] jetty-9.2.22.v20170606 [INFO] Started o.e.j.s.ServletContextHandler@35d06143{/__admin,null,AVAILABLE} [INFO] Started o.e.j.s.ServletContextHandler@2618b89e{/,null,AVAILABLE} [INFO] Started NetworkTrafficServerConnector@33e529b3{HTTP/1.1}{0.0.0.0:8765} [INFO] Started @2418362ms /$$ /$$ /$$ /$$ /$$ /$$ | $$ /$ | $$|__/ | $$$ /$$$ | $$ | $$ /$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$ /$$$$ /$$$$$$ /$$$$$$$| $$ /$$ | $$/$$ $$ $$| $$ /$$__ $$ /$$__ $$| $$ $$/$$ $$ /$$__ $$ /$$_____/| $$ /$$/ | $$$$_ $$$$| $$| $$ \__/| $$$$$$$$| $$ $$$| $$| $$ \ $$| $$ | $$$$$$/ | $$$/ \ $$$| $$| $$ | $$_____/| $$\ $ | $$| $$ | $$| $$ | $$_ $$ | $$/ \ $$| $$| $$ | $$$$$$$| $$ \/ | $$| $$$$$$/| $$$$$$$| $$ \ $$ |__/ \__/|__/|__/ \_______/|__/ |__/ \______/ \_______/|__/ \__/ port: 8765 enable-browser-proxying: false no-request-journal: false verbose: false [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client-tck --- [INFO] Reserved port 46517 for jersey.config.test.container.port [INFO] Reserved port 40719 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] Running TestSuite ... ... TestNG 6.9.13.6 by Cédric Beust (cedric@beust.com) ... [INFO] Running org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test Nov 01, 2023 12:54:41 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:41 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null' Nov 01, 2023 12:54:41 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:54:41 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:54:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:54:41 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 12:54:42 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:54:42 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:54:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s -- in org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4722 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:54:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:42 PM org.jboss.weld.logging.ValidatorLogger lambda$static$6 WARN: WELD-001478: Interceptor class org.eclipse.microprofile.rest.client.tck.interfaces.LoggableInterceptor is enabled for the application and for the bean archive CDIInterceptorTest.war. It will only be invoked in the @Priority part of the chain. [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json [INFO] attaching as jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4722 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4722/target/jersey-4722-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/3.0.99-SNAPSHOT/jersey-4722-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4722 --- [INFO] [INFO] ----------------< org.glassfish.jersey.bundles:project >---------------- [INFO] Building jersey-bundles 3.0.99-SNAPSHOT [174/370] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34675 for jersey.config.test.container.port [INFO] Reserved port 45645 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >---------------- [INFO] Building jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT [175/370] [INFO] from bundles/jaxrs-ri/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-ri --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-ri --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-ri --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-ri --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-ri --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack) @ jaxrs-ri --- Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest$MySessionScopedApi is annotated with @SessionScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasAppScopeTest$MyAppScopedApi is annotated with @ApplicationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:54:43 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:43 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-ri --- [INFO] Copying 40 resources from target/unpacked-src/main/java to target/classes [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] --- compiler:3.11.0:compile (default-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1014 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:54:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:44 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest$MyConversationScopedApi is annotated with @ConversationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:54:44 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:44 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1014 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/Parameter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-ri --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-ri --- [INFO] Reserved port 46339 for jersey.config.test.container.port [INFO] Reserved port 33505 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-ri --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-ri --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json [INFO] attaching as jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-ri --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.2.4:shade (shade-archive) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.activation-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 910 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 900 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.markdown [WARNING] jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jakarta.json-2.0.0-module.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.0.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.0.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:2.0.4 in the shaded jar. [INFO] Including org.glassfish:jakarta.json:jar:module:2.0.0 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:3.0.99-SNAPSHOT Nov 01, 2023 12:54:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null' Nov 01, 2023 12:54:59 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:54:59 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:54:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. Nov 01, 2023 12:54:59 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. [WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/classes (Is a directory) [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.activation-2.0.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-2.0.0-module.jar, jakarta.json-api-2.0.2.jar, jakarta.json.bind-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.0.5.jar, yasson-2.0.4.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.ws.rs-api-3.0.0.jar, jaxrs-ri.jar define 137 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 127 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar, jersey-client-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT.jar define 637 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 627 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT.jar define 910 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 900 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT.jar define 192 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 182 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] javassist-3.29.2-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: [WARNING] - META-INF/maven/org.javassist/javassist/pom.properties [WARNING] - META-INF/maven/org.javassist/javassist/pom.xml [WARNING] - javassist.ByteArrayClassPath [WARNING] - javassist.ByteArrayClassPath$1 [WARNING] - javassist.ByteArrayClassPath$BytecodeURLConnection [WARNING] - javassist.ByteArrayClassPath$BytecodeURLStreamHandler [WARNING] - javassist.CannotCompileException [WARNING] - javassist.ClassClassPath [WARNING] - javassist.ClassMap [WARNING] - javassist.ClassPath [WARNING] - 418 more... [WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml [WARNING] - jakarta.inject.Inject [WARNING] - jakarta.inject.Named [WARNING] - jakarta.inject.Provider [WARNING] - jakarta.inject.Qualifier [WARNING] - jakarta.inject.Scope [WARNING] - jakarta.inject.Singleton [WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml [WARNING] - org.glassfish.hk2.osgiresourcelocator.Activator [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinder [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1 [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2 [WARNING] - 4 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT.jar define 54 overlapping classes: [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier$1 [WARNING] - org.glassfish.jersey.jaxb.PropertySupplier [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2 [WARNING] - 44 more... [WARNING] jaxrs-ri.jar, jersey-media-json-binding-3.0.99-SNAPSHOT.jar define 11 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml [WARNING] - org.glassfish.jersey.jsonb.JsonBindingFeature [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton [WARNING] - org.glassfish.jersey.jsonb.package-info [WARNING] - 1 more... [WARNING] jakarta.json-api-2.0.2.jar, jaxrs-ri.jar define 36 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml [WARNING] - jakarta.json.EmptyArray [WARNING] - jakarta.json.EmptyObject [WARNING] - jakarta.json.Json [WARNING] - jakarta.json.JsonArray [WARNING] - jakarta.json.JsonArrayBuilder [WARNING] - jakarta.json.JsonBuilderFactory [WARNING] - jakarta.json.JsonException [WARNING] - jakarta.json.JsonMergePatch [WARNING] - 26 more... [WARNING] jakarta.json.bind-api-2.0.0.jar, jaxrs-ri.jar define 28 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml [WARNING] - jakarta.json.bind.Jsonb [WARNING] - jakarta.json.bind.JsonbBuilder [WARNING] - jakarta.json.bind.JsonbConfig [WARNING] - jakarta.json.bind.JsonbException [WARNING] - jakarta.json.bind.adapter.JsonbAdapter [WARNING] - jakarta.json.bind.annotation.JsonbAnnotation [WARNING] - jakarta.json.bind.annotation.JsonbCreator [WARNING] - jakarta.json.bind.annotation.JsonbDateFormat [WARNING] - 18 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar, parsson-1.0.5.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] jaxrs-ri.jar, parsson-1.0.5.jar define 65 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.properties [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.xml [WARNING] - org.eclipse.parsson.BufferPoolImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.eclipse.parsson.JsonBuilderFactoryImpl [WARNING] - org.eclipse.parsson.JsonContext [WARNING] - org.eclipse.parsson.JsonGeneratorFactoryImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl$1 [WARNING] - 55 more... [WARNING] jaxrs-ri.jar, yasson-2.0.4.jar define 247 overlapping classes and resources: [WARNING] - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension [WARNING] - META-INF.versions.9.org.eclipse.yasson.internal.model.ModulesUtil [WARNING] - META-INF/jpms.args [WARNING] - META-INF/maven/org.eclipse/yasson/pom.properties [WARNING] - META-INF/maven/org.eclipse/yasson/pom.xml [WARNING] - META-INF/native-image/org.eclipse/yasson/native-image.properties [WARNING] - META-INF/services/jakarta.json.bind.spi.JsonbProvider [WARNING] - org.eclipse.yasson.FieldAccessStrategy [WARNING] - org.eclipse.yasson.ImplementationClass [WARNING] - org.eclipse.yasson.JsonBindingProvider [WARNING] - 237 more... [WARNING] jakarta.json-2.0.0-module.jar, jaxrs-ri.jar define 63 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.properties [WARNING] - META-INF/maven/org.glassfish/jakarta.json/pom.xml [WARNING] - org.glassfish.json.BufferPoolImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl [WARNING] - org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.glassfish.json.JsonBuilderFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorFactoryImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl [WARNING] - org.glassfish.json.JsonGeneratorImpl$1 [WARNING] - org.glassfish.json.JsonGeneratorImpl$Context [WARNING] - 53 more... [WARNING] jaxrs-ri.jar, jersey-media-sse-3.0.99-SNAPSHOT.jar define 48 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml [WARNING] - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder [WARNING] - org.glassfish.jersey.media.sse.EventInput [WARNING] - org.glassfish.jersey.media.sse.EventInputReader [WARNING] - org.glassfish.jersey.media.sse.EventListener [WARNING] - org.glassfish.jersey.media.sse.EventOutput [WARNING] - org.glassfish.jersey.media.sse.EventSource [WARNING] - org.glassfish.jersey.media.sse.EventSource$1 [WARNING] - org.glassfish.jersey.media.sse.EventSource$Builder [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-hk2-3.0.99-SNAPSHOT-sources.jar define 16 overlapping resources: [WARNING] - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java [WARNING] - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2Helper.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java [WARNING] - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java [WARNING] - 6 more... [WARNING] jaxrs-ri.jar, jersey-common-3.0.99-SNAPSHOT-sources.jar define 377 overlapping resources: [WARNING] - org/glassfish/jersey/AbstractFeatureConfigurator.java [WARNING] - org/glassfish/jersey/Beta.java [WARNING] - org/glassfish/jersey/CommonProperties.java [WARNING] - org/glassfish/jersey/ExtendedConfig.java [WARNING] - org/glassfish/jersey/ExternalProperties.java [WARNING] - org/glassfish/jersey/InjectionManagerProvider.java [WARNING] - org/glassfish/jersey/JerseyPriorities.java [WARNING] - org/glassfish/jersey/Severity.java [WARNING] - org/glassfish/jersey/SslConfigurator.java [WARNING] - org/glassfish/jersey/http/HttpHeaders.java [WARNING] - 367 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-3.0.99-SNAPSHOT-sources.jar define 24 overlapping resources: [WARNING] - org/glassfish/jersey/jaxb/FeatureSupplier.java [WARNING] - org/glassfish/jersey/jaxb/PropertySupplier.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java [WARNING] - 14 more... [WARNING] jaxrs-ri.jar, jersey-client-3.0.99-SNAPSHOT-sources.jar define 91 overlapping resources: [WARNING] - org/glassfish/jersey/client/AbortException.java [WARNING] - org/glassfish/jersey/client/AbstractNonSyncInvoker.java [WARNING] - org/glassfish/jersey/client/AbstractRxInvoker.java [WARNING] - org/glassfish/jersey/client/ChunkParser.java [WARNING] - org/glassfish/jersey/client/ChunkedInput.java [WARNING] - org/glassfish/jersey/client/ChunkedInputReader.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutor.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundScheduler.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java [WARNING] - 81 more... [WARNING] jaxrs-ri.jar, jersey-server-3.0.99-SNAPSHOT-sources.jar define 370 overlapping resources: [WARNING] - com/sun/research/ws/wadl/Application.java [WARNING] - com/sun/research/ws/wadl/Doc.java [WARNING] - com/sun/research/ws/wadl/Grammars.java [WARNING] - com/sun/research/ws/wadl/HTTPMethods.java [WARNING] - com/sun/research/ws/wadl/Include.java [WARNING] - com/sun/research/ws/wadl/Link.java [WARNING] - com/sun/research/ws/wadl/Method.java [WARNING] - com/sun/research/ws/wadl/ObjectFactory.java [WARNING] - com/sun/research/ws/wadl/Option.java [WARNING] - com/sun/research/ws/wadl/Param.java [WARNING] - 360 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-3.0.99-SNAPSHOT-sources.jar define 27 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/ServletContainer.java [WARNING] - org/glassfish/jersey/servlet/ServletProperties.java [WARNING] - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java [WARNING] - org/glassfish/jersey/servlet/WebAppResourcesScanner.java [WARNING] - org/glassfish/jersey/servlet/WebComponent.java [WARNING] - org/glassfish/jersey/servlet/WebConfig.java [WARNING] - org/glassfish/jersey/servlet/WebFilterConfig.java [WARNING] - org/glassfish/jersey/servlet/WebServletConfig.java [WARNING] - org/glassfish/jersey/servlet/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java [WARNING] - 17 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-3.0.99-SNAPSHOT-sources.jar define 6 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/async/package-info.java [WARNING] - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java [WARNING] - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/init/package-info.java [WARNING] jakarta.xml.bind-api-3.0.1.jar, jaxrs-ri.jar define 119 overlapping classes and resources: [WARNING] - META-INF.versions.9.jakarta.xml.bind.ModuleUtil [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml [WARNING] - jakarta.xml.bind.Binder [WARNING] - jakarta.xml.bind.ContextFinder [WARNING] - jakarta.xml.bind.ContextFinder$1 [WARNING] - jakarta.xml.bind.ContextFinder$2 [WARNING] - jakarta.xml.bind.ContextFinder$3 [WARNING] - jakarta.xml.bind.ContextFinder$4 [WARNING] - jakarta.xml.bind.ContextFinder$5 [WARNING] - 109 more... [WARNING] jakarta.activation-2.0.1.jar, jaxrs-ri.jar define 42 overlapping classes and resources: [WARNING] - META-INF/mailcap.default [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.properties [WARNING] - META-INF/maven/com.sun.activation/jakarta.activation/pom.xml [WARNING] - META-INF/mimetypes.default [WARNING] - com.sun.activation.registries.LineTokenizer [WARNING] - com.sun.activation.registries.LogSupport [WARNING] - com.sun.activation.registries.MailcapFile [WARNING] - com.sun.activation.registries.MailcapParseException [WARNING] - com.sun.activation.registries.MailcapTokenizer [WARNING] - com.sun.activation.registries.MimeTypeEntry [WARNING] - 32 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Minimized 8431 -> 8431 (100%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- assembly:3.6.0:single (make-binary-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 [INFO] [INFO] --- assembly:3.6.0:single (make-source-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 [INFO] [INFO] --- antrun:3.1.0:run (xcopy) @ jaxrs-ri --- [INFO] Executing tasks [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] Executed tasks [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-ri --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.tar.bz2 [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.gz [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT-src.tar.bz2 [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ jaxrs-ri --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-ri --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >-- [INFO] Building microprofile-integration-project 3.0.99-SNAPSHOT [176/370] [INFO] from tests/integration/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-integration-project --- [INFO] Reserved port 39335 for jersey.config.test.container.port [INFO] Reserved port 37775 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json [INFO] attaching as microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/3.0.99-SNAPSHOT/microprofile-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >-- [INFO] Building microprofile-config-project 3.0.99-SNAPSHOT [177/370] [INFO] from tests/integration/microprofile/config/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ microprofile-config-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ microprofile-config-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ microprofile-config-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ microprofile-config-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ microprofile-config-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ microprofile-config-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ microprofile-config-project --- [INFO] Reserved port 41301 for jersey.config.test.container.port [INFO] Reserved port 35257 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ microprofile-config-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json [INFO] attaching as microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ microprofile-config-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ microprofile-config-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/3.0.99-SNAPSHOT/microprofile-config-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ microprofile-config-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >-- [INFO] Building config-webapp 3.0.99-SNAPSHOT [178/370] [INFO] from tests/integration/microprofile/config/webapp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ config-webapp --- [INFO] Reserved port 38023 for jersey.config.test.container.port [INFO] Reserved port 40535 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ config-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json [INFO] attaching as config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ config-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ config-webapp --- [INFO] No sources to compile [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/target/config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/3.0.99-SNAPSHOT/config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >-- [INFO] Building helidon-config-webapp 3.0.99-SNAPSHOT [179/370] [INFO] from tests/integration/microprofile/config/helidon/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helidon-config-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helidon-config-webapp --- [INFO] Reserved port 36823 for jersey.config.test.container.port [INFO] Reserved port 37371 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] Running org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest Nov 01, 2023 12:55:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:11 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.integration.config.MyResource 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.tests.integration.config.MyResource will be ignored. Nov 01, 2023 12:55:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:55:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s -- in org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ helidon-config-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helidon-config-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json [INFO] attaching as helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helidon-config-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helidon-config-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helidon-config-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helidon-config-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helidon-config-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helidon-config-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ helidon-config-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helidon-config-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] <<< jetty:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<< [INFO] [INFO] [INFO] --- jetty:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp --- [WARNING] Parameter 'contextPath' (user property /'project.artifactId') is read-only, must not be used in configuration [INFO] Configuring Jetty for project: helidon-config-webapp [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ helidon-config-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp --- [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ helidon-config-webapp --- Stopping server 0 [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ helidon-config-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/3.0.99-SNAPSHOT/helidon-config-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helidon-config-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client >-- [INFO] Building jersey-rest-client 3.0.99-SNAPSHOT [180/370] [INFO] from tests/integration/microprofile/rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client --- [INFO] Reserved port 41685 for jersey.config.test.container.port [INFO] Reserved port 44051 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-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] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/config/helidon/src/main/webapp [INFO] Running org.glassfish.jersey.test.microprofile.restclient.ConnectorTest Nov 01, 2023 12:55:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 s -- in org.glassfish.jersey.test.microprofile.restclient.ConnectorTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.InboundHeadersProviderTest Nov 01, 2023 12:55:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 12:55:18 PM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in org.glassfish.jersey.test.microprofile.restclient.InboundHeadersProviderTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.ConsumesAndProducesTest Nov 01, 2023 12:55:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.glassfish.jersey.test.microprofile.restclient.ConsumesAndProducesTest [INFO] Running org.glassfish.jersey.test.microprofile.restclient.RestClientModelTest Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.test.microprofile.restclient.RestClientModelTest [INFO] Running org.glassfish.jersey.restclient.PathParamTest Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:55:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.restclient.PathParamTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json [INFO] attaching as jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client/target/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client/3.0.99-SNAPSHOT/jersey-rest-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >-- [INFO] Building jersey-rest-client-tck 3.0.99-SNAPSHOT [181/370] [INFO] from tests/integration/microprofile/rest-client-tck/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rest-client-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rest-client-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rest-client-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rest-client-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rest-client-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rest-client-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rest-client-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rest-client-tck --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rest-client-tck --- [INFO] No sources to compile [INFO] [INFO] --- wiremock:2.11.0:run (default) @ jersey-rest-client-tck --- [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/test-classes to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/classes to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-common/target/jersey-common-3.0.99-SNAPSHOT.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/agent/workspace/ci-cd-integration_3.0/inject/hk2/target/jersey-hk2-3.0.99-SNAPSHOT.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar to wiremock-maven-plugin classpath [INFO] Adding /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar to wiremock-maven-plugin classpath [INFO] Starting WireMock with following params: --root-dir=/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/classes --port=8765 [INFO] Logging initialized @2964337ms [INFO] jetty-9.2.22.v20170606 [INFO] Started o.e.j.s.ServletContextHandler@16be5de8{/__admin,null,AVAILABLE} [INFO] Started o.e.j.s.ServletContextHandler@2fd04d0{/,null,AVAILABLE} [INFO] Started NetworkTrafficServerConnector@6b8355fe{HTTP/1.1}{0.0.0.0:8765} [INFO] Started @2964399ms /$$ /$$ /$$ /$$ /$$ /$$ | $$ /$ | $$|__/ | $$$ /$$$ | $$ | $$ /$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$ /$$$$ /$$$$$$ /$$$$$$$| $$ /$$ | $$/$$ $$ $$| $$ /$$__ $$ /$$__ $$| $$ $$/$$ $$ /$$__ $$ /$$_____/| $$ /$$/ | $$$$_ $$$$| $$| $$ \__/| $$$$$$$$| $$ $$$| $$| $$ \ $$| $$ | $$$$$$/ | $$$/ \ $$$| $$| $$ | $$_____/| $$\ $ | $$| $$ | $$| $$ | $$_ $$ | $$/ \ $$| $$| $$ | $$$$$$$| $$ \/ | $$| $$$$$$/| $$$$$$$| $$ \ $$ |__/ \__/|__/|__/ \_______/|__/ |__/ \______/ \_______/|__/ \__/ port: 8765 enable-browser-proxying: false no-request-journal: false verbose: false [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rest-client-tck --- [INFO] Reserved port 40327 for jersey.config.test.container.port [INFO] Reserved port 34021 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rest-client-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite ... ... TestNG 6.9.13.6 by Cédric Beust (cedric@beust.com) ... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null' Nov 01, 2023 12:55:27 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 12:55:28 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:28 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:28 PM org.jboss.weld.logging.ValidatorLogger lambda$static$6 WARN: WELD-001478: Interceptor class org.eclipse.microprofile.rest.client.tck.interfaces.LoggableInterceptor is enabled for the application and for the bean archive CDIInterceptorTest.war. It will only be invoked in the @Priority part of the chain. Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest$MySessionScopedApi is annotated with @SessionScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasAppScopeTest$MyAppScopedApi is annotated with @ApplicationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:55:29 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest$MyConversationScopedApi is annotated with @ConversationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Nov 01, 2023 12:55:30 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null' Nov 01, 2023 12:55:45 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:55:45 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:55:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. Nov 01, 2023 12:55:45 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. Nov 01, 2023 12:56:34 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:34 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Reusing single thread pool thread Nov 01, 2023 12:56:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:51 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:56:54 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:56:54 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:08 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:08 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterface @Produce(text/html) @Consume(text/plain) Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-Accept: text/html Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-ContentType: text/plain Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/json) @Consume(application/xml) Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/json Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/xml Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/xml) @Consume(application/json) Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/xml Nov 01, 2023 12:57:20 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:20 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem SEVERE: Unexpected char 78 at (line no=1, column no=1, offset=0) Nov 01, 2023 12:57:20 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:20 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [TestNG] Reporter org.testng.reporters.JUnitReportReporter@76329302 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:308) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:71) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Tests run: 225, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 161.2 s -- in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 225, Failures: 0, Errors: 0, Skipped: 13 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client-tck --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:57:16 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:17 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:17 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Reusing single thread pool thread Nov 01, 2023 12:57:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client-tck --- Nov 01, 2023 12:57:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:23 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:23 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >-- [INFO] Building reactive-streams-integration-project 3.0.99-SNAPSHOT [182/373] [INFO] from tests/integration/reactive-streams/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reactive-streams-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reactive-streams-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reactive-streams-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reactive-streams-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reactive-streams-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reactive-streams-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reactive-streams-integration-project --- [INFO] Reserved port 40687 for jersey.config.test.container.port [INFO] Reserved port 38609 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reactive-streams-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reactive-streams-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ reactive-streams-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reactive-streams-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >-- [INFO] Building sse-reactive-streams-tck 3.0.99-SNAPSHOT [183/373] [INFO] from tests/integration/reactive-streams/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-reactive-streams-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-reactive-streams-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-reactive-streams-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-reactive-streams-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-reactive-streams-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-reactive-streams-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-reactive-streams-tck --- [INFO] Reserved port 37339 for jersey.config.test.container.port [INFO] Reserved port 36187 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-reactive-streams-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:57:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] Running org.glassfish.jersey.media.sse.internal.SseSubscriberTest Nov 01, 2023 12:57:24 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:24 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=F} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=R} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=A} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=N} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=K} Nov 01, 2023 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:57:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} Nov 01, 2023 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4.0} Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:57:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey4} Nov 01, 2023 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.121 s -- in org.glassfish.jersey.media.sse.internal.SseSubscriberTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-reactive-streams-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ sse-reactive-streams-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:57:33 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.testng.TestException: BOOM JERSEY! at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnErrorAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:95) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:33 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onNext SEVERE: Processing onNext signal failed. java.lang.IllegalStateException: This event source has already been closed. at org.glassfish.jersey.media.sse.internal.JerseyEventSink.checkClosed(JerseyEventSink.java:176) at org.glassfish.jersey.media.sse.internal.JerseyEventSink.onNext(JerseyEventSink.java:85) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest$2.onNext(JerseyEventSinkWhiteBoxSubscriberTckTest.java:161) at org.glassfish.jersey.media.sse.internal.JerseyFlowAdapters$AdaptedSubscriber.onNext(JerseyFlowAdapters.java:60) at org.reactivestreams.tck.TestEnvironment$ManualPublisher.sendNext(TestEnvironment.java:813) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:583) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:579) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnNextAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:57) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:34 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberWhiteboxVerification.java:210) at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.run(SubscriberWhiteboxVerification.java:203) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTestWithoutSetup(SubscriberWhiteboxVerification.java:521) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberWhiteboxVerification.java:172) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:35 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$9.run(SubscriberWhiteboxVerification.java:325) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberWhiteboxVerification.java:319) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:35 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$10.run(SubscriberWhiteboxVerification.java:340) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberWhiteboxVerification.java:337) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:35 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$3.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberBlackboxVerification.java:200) at org.reactivestreams.tck.SubscriberBlackboxVerification$3.run(SubscriberBlackboxVerification.java:193) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberWithoutSetupTest(SubscriberBlackboxVerification.java:449) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberBlackboxVerification.java:164) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:35 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$7.run(SubscriberBlackboxVerification.java:287) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberBlackboxVerification.java:282) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:57:35 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$8.run(SubscriberBlackboxVerification.java:300) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberBlackboxVerification.java:296) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [TestNG] Reporter org.testng.reporters.JUnitReportReporter@67b92f0a failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.236 s -- in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ sse-reactive-streams-tck --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-reactive-streams-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-reactive-streams-tck --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >--------- [INFO] Building jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT [184/373] [INFO] from tests/integration/jersey-5087/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-5087 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-5087 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-5087 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-5087 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-5087 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-5087 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-5087 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-5087 --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-5087 --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-5087 --- [INFO] Reserved port 34803 for jersey.config.test.container.port [INFO] Reserved port 34167 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-5087 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-5087 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war Nov 01, 2023 12:57:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:35 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:35 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-5087 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:57:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:38 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:38 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 213 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-5087 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-5087 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-5087 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:async-jersey-filter >----- [INFO] Building jersey-tests-integration-jersey-async-filter 3.0.99-SNAPSHOT [185/373] [INFO] from tests/integration/async-jersey-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ async-jersey-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ async-jersey-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ async-jersey-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ async-jersey-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ async-jersey-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ async-jersey-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ async-jersey-filter --- [INFO] Reserved port 36943 for jersey.config.test.container.port [INFO] Reserved port 44423 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ async-jersey-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [async-jersey-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ async-jersey-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.xml [INFO] attaching as async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.json [INFO] attaching as async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ async-jersey-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ async-jersey-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-async-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:57:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@26d4c7ae{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] Started ServerConnector@3c34f262{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@51589b5f{STARTING}[11.0.18,sto=0] @2607233ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/failsafe-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.tests.integration.jersey2730.Jersey2730ITCase Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s -- in org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase Nov 01, 2023 12:57:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ async-jersey-filter --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@51589b5f{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3c34f262{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@26d4c7ae{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ async-jersey-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ async-jersey-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ async-jersey-filter --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:externalproperties >------ [INFO] Building jersey-tests-externalproperties 3.0.99-SNAPSHOT [186/373] [INFO] from tests/integration/externalproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ externalproperties --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ externalproperties --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ externalproperties --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ externalproperties --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ externalproperties --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ externalproperties --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ externalproperties --- [INFO] Reserved port 33849 for jersey.config.test.container.port [INFO] Reserved port 44219 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ externalproperties --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/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.tests.externalproperties.HttpProxyTest Nov 01, 2023 12:57:51 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:57:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:52 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s -- in org.glassfish.jersey.tests.externalproperties.HttpProxyTest Nov 01, 2023 12:57:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:57:52 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:57:52 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ externalproperties --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.xml [INFO] attaching as externalproperties-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.json [INFO] attaching as externalproperties-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ externalproperties --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ externalproperties --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:jaxrs-component-inject >---- [INFO] Building jersey-tests-component-inject 3.0.99-SNAPSHOT [187/373] [INFO] from tests/integration/jaxrs-component-inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-component-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-component-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-component-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-component-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-component-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-component-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-component-inject --- [INFO] Reserved port 40311 for jersey.config.test.container.port [INFO] Reserved port 45267 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jaxrs-component-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [jaxrs-component-inject] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-component-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.xml [INFO] attaching as jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.json [INFO] attaching as jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-component-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jaxrs-component-inject --- [INFO] Configuring Jetty for project: jersey-tests-component-inject [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:57:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:57:55 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables 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.tests.jaxrs.inject.SingletonWithInjectables will be ignored. [INFO] Started o.e.j.m.p.MavenWebAppContext@17ba1d33{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] Started ServerConnector@3fd9b57f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@21db5475{STARTING}[11.0.18,sto=0] @2613973ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/failsafe-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.tests.jaxrs.inject.ApplicationInjectITCase Nov 01, 2023 12:57:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:57:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s -- in org.glassfish.jersey.tests.jaxrs.inject.ApplicationInjectITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jaxrs-component-inject --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@21db5475{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3fd9b57f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@17ba1d33{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jaxrs-component-inject --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-component-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-component-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >---------- [INFO] Building jersey-tests-integration-jersey-780 3.0.99-SNAPSHOT [188/373] [INFO] from tests/integration/jersey-780/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-780 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-780 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-780 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-780 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-780 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-780 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/test/java/org/glassfish/jersey/tests/integration/jersey780/HelloWorldResourceITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-780 --- [INFO] Reserved port 35831 for jersey.config.test.container.port [INFO] Reserved port 36801 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-780 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-780] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-780 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.xml [INFO] attaching as jersey-780-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.json [INFO] attaching as jersey-780-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-780 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-780 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-780 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:57:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6bfe9dac{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/} [INFO] Started ServerConnector@169a777{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@24c0653b{STARTING}[11.0.18,sto=0] @2616812ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/failsafe-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.tests.integration.jersey780.HelloWorldResourceITCase Nov 01, 2023 12:57:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.glassfish.jersey.tests.integration.jersey780.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-780 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@24c0653b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@169a777{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6bfe9dac{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-780 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-780 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-780 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >--------- [INFO] Building jersey-tests-integration-jersey-1107 3.0.99-SNAPSHOT [189/373] [INFO] from tests/integration/jersey-1107/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1107 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1107 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1107 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1107 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1107 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1107 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1107 --- [INFO] Reserved port 38701 for jersey.config.test.container.port [INFO] Reserved port 45561 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1107 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1107] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1107 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.xml [INFO] attaching as jersey-1107-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.json [INFO] attaching as jersey-1107-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1107 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1107 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1107 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@2092da59{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] Started ServerConnector@348e2fca{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6d8eb6c0{STARTING}[11.0.18,sto=0] @2619568ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/failsafe-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.tests.integration.jersey1107.ApplicationHandlerITCase Nov 01, 2023 12:58:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:02 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=exception/nullpointerexception, type=class java.lang.NullPointerException, genericType=class java.lang.NullPointerException. [WARNING] handleException /ioe java.io.IOException [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:410) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Caused by: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Caused by: java.io.IOException at org.glassfish.jersey.tests.integration.jersey1107.Jersey1107$Resource.getIoe (Jersey1107.java:100) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0 (ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run (AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke (AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch (AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Nov 01, 2023 12:58:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s -- in org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1107 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6d8eb6c0{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@348e2fca{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2092da59{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1107 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1107 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1107 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >--------- [INFO] Building jersey-tests-integration-jersey-1223 3.0.99-SNAPSHOT [190/373] [INFO] from tests/integration/jersey-1223/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' Nov 01, 2023 12:58:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1223 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1223 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1223 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1223 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1223 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1223 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/test/java/org/glassfish/jersey/tests/integration/jersey1223/ApplicationHandlerITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1223 --- [INFO] Reserved port 44469 for jersey.config.test.container.port [INFO] Reserved port 37473 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1223 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1223] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1223 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.xml [INFO] attaching as jersey-1223-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.json [INFO] attaching as jersey-1223-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1223 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1223 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1223 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@4de87b4d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] Started ServerConnector@41385a8d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7ffc2d82{STARTING}[11.0.18,sto=0] @2622387ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:03 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:03 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] Running org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase Nov 01, 2023 12:58:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1223 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7ffc2d82{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@41385a8d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterface @Produce(text/html) @Consume(text/plain) Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-Accept: text/html Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-ContentType: text/plain Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/json) @Consume(application/xml) Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/json Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/xml Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/xml) @Consume(application/json) Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/xml Nov 01, 2023 12:58:04 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:04 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem SEVERE: Unexpected char 78 at (line no=1, column no=1, offset=0) [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4de87b4d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1223 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1223 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1223 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >--------- [INFO] Building jersey-tests-integration-jersey-1604 3.0.99-SNAPSHOT [191/373] [INFO] from tests/integration/jersey-1604/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1604 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1604 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1604 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1604 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1604 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1604 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes Nov 01, 2023 12:58:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:04 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1604 --- [INFO] Reserved port 43589 for jersey.config.test.container.port [INFO] Reserved port 33717 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1604 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1604] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1604 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 12:58:05 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 12:58:05 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.xml [INFO] attaching as jersey-1604-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.json [INFO] attaching as jersey-1604-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1604 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1604 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1604 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [TestNG] Reporter org.testng.reporters.JUnitReportReporter@77f1baf5 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1042) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:996) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:106) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:308) at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:71) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Started o.e.j.m.p.MavenWebAppContext@1c586b86{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] Started ServerConnector@2772ea83{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4effadd6{STARTING}[11.0.18,sto=0] @2624779ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Tests run: 225, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 160.1 s -- in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 225, Failures: 0, Errors: 0, Skipped: 13 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rest-client-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase Nov 01, 2023 12:58:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s -- in org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1604 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4effadd6{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2772ea83{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1c586b86{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1604 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1604 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1604 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >--------- [INFO] Building jersey-tests-integration-jersey-1667 3.0.99-SNAPSHOT [192/373] [INFO] from tests/integration/jersey-1667/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1667 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1667 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1667 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1667 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1667 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1667 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1667 --- [INFO] Reserved port 41941 for jersey.config.test.container.port [INFO] Reserved port 37019 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1667 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1667] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1667 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.xml [INFO] attaching as jersey-1667-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.json [INFO] attaching as jersey-1667-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1667 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1667 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1667 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:09 PM org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide createMimeConfig WARNING: Cannot create temporary files. Multipart attachments will be limited to "8,192" bytes. java.io.IOException: No such file or directory at java.base/java.io.UnixFileSystem.createFileExclusively0(Native Method) at java.base/java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:258) at java.base/java.io.File.createTempFile(File.java:2184) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:120) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.(MultiPartReaderClientSide.java:102) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.(MultiPartReaderServerSide.java:59) at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356) at org.jvnet.hk2.internal.ClazzCreator.createMe(ClazzCreator.java:272) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:396) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.lambda$getAllServiceHolders$0(AbstractHk2InjectionManager.java:136) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1249) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:140) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:219) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.servlet.WebComponent.(WebComponent.java:311) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:339) at jakarta.servlet.GenericServlet.init(GenericServlet.java:178) at org.eclipse.jetty.servlet.ServletHolder$Wrapper.init(ServletHolder.java:1305) at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:633) at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:415) at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$2(ServletHandler.java:725) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:749) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:392) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1305) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:902) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:306) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:533) at org.eclipse.jetty.maven.plugin.MavenWebAppContext.doStart(MavenWebAppContext.java:294) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.server.Server.start(Server.java:470) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.server.Server.doStart(Server.java:415) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.maven.plugin.JettyEmbedder.doStart(JettyEmbedder.java:223) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.maven.plugin.JettyStartMojo.startJettyEmbedded(JettyStartMojo.java:51) at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.startJetty(AbstractWebAppMojo.java:441) at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.execute(AbstractWebAppMojo.java:419) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348) [INFO] Started o.e.j.m.p.MavenWebAppContext@7af35f4d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] Started ServerConnector@47f0c80c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@430dd3ac{STARTING}[11.0.18,sto=0] @2627902ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json [INFO] attaching as jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rest-client-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rest-client-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/microprofile/rest-client-tck/target/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/jersey-rest-client-tck/3.0.99-SNAPSHOT/jersey-rest-client-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rest-client-tck --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project >-- [INFO] Building reactive-streams-integration-project 3.0.99-SNAPSHOT [182/370] [INFO] from tests/integration/reactive-streams/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reactive-streams-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reactive-streams-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reactive-streams-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reactive-streams-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reactive-streams-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reactive-streams-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ reactive-streams-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reactive-streams-integration-project --- [INFO] Reserved port 43393 for jersey.config.test.container.port [INFO] Reserved port 35171 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reactive-streams-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json [INFO] attaching as reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reactive-streams-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ reactive-streams-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/reactive-streams-integration-project/3.0.99-SNAPSHOT/reactive-streams-integration-project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reactive-streams-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck >-- [INFO] Building sse-reactive-streams-tck 3.0.99-SNAPSHOT [183/370] [INFO] from tests/integration/reactive-streams/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-reactive-streams-tck --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-reactive-streams-tck --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-reactive-streams-tck --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-reactive-streams-tck --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-reactive-streams-tck --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-reactive-streams-tck --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-reactive-streams-tck --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sse-reactive-streams-tck --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-reactive-streams-tck --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-reactive-streams-tck --- [INFO] Reserved port 46475 for jersey.config.test.container.port [INFO] Reserved port 38593 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-reactive-streams-tck --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] handleException /part-file-name java.nio.file.NoSuchFileException: /non-existent-directory/MIME11183562313961690626.tmp [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME11183562313961690626.tmp at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:410) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Caused by: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME11183562313961690626.tmp at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME11183562313961690626.tmp at sun.nio.fs.UnixException.translateToIOException (UnixException.java:92) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:106) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:111) at sun.nio.fs.UnixFileSystemProvider.newByteChannel (UnixFileSystemProvider.java:261) at java.nio.file.Files.newByteChannel (Files.java:379) at java.nio.file.Files.createFile (Files.java:657) at java.nio.file.TempFileHelper.create (TempFileHelper.java:136) at java.nio.file.TempFileHelper.createTempFile (TempFileHelper.java:159) at java.nio.file.Files.createTempFile (Files.java:878) at org.jvnet.mimepull.MemoryData.createTempFile (MemoryData.java:98) at org.jvnet.mimepull.MemoryData.createNext (MemoryData.java:70) at org.jvnet.mimepull.Chunk.createNext (Chunk.java:34) at org.jvnet.mimepull.DataHead.addBody (DataHead.java:57) at org.jvnet.mimepull.MIMEPart.addBody (MIMEPart.java:218) at org.jvnet.mimepull.MIMEMessage.makeProgress (MIMEMessage.java:242) at org.jvnet.mimepull.MIMEMessage.parseAll (MIMEMessage.java:160) at org.jvnet.mimepull.MIMEMessage.getAttachments (MIMEMessage.java:86) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts (MultiPartReaderClientSide.java:249) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart (MultiPartReaderClientSide.java:208) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart (MultiPartReaderServerSide.java:69) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:160) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:69) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom (ReaderInterceptorExecutor.java:233) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom (ReaderInterceptorExecutor.java:212) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom (MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom (MessageBodyFactory.java:1072) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:919) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:853) at org.glassfish.jersey.server.ContainerRequest.readEntity (ContainerRequest.java:253) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity (FormDataParamValueParamProvider.java:84) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:235) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:222) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply (ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues (ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues (JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch (AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s -- in org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1667 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@430dd3ac{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@47f0c80c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.media.sse.internal.SseSubscriberTest Nov 01, 2023 12:58:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7af35f4d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1667 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1667 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1667 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >--------- [INFO] Building jersey-tests-integration-jersey-1883 3.0.99-SNAPSHOT [193/373] [INFO] from tests/integration/jersey-1883/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Nov 01, 2023 12:58:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1883 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1883 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1883 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1883 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1883 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1883 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1883 --- [INFO] Reserved port 36541 for jersey.config.test.container.port [INFO] Reserved port 43951 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1883 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1883] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1883 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.xml [INFO] attaching as jersey-1883-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.json [INFO] attaching as jersey-1883-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1883 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1883 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1883 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:58:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:58:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@40be667c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] Started ServerConnector@2c799d6e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7efb638f{STARTING}[11.0.18,sto=0] @2630865ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Running org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase Nov 01, 2023 12:58:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1883 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7efb638f{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2c799d6e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Stopped o.e.j.m.p.MavenWebAppContext@40be667c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1883 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1883 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1883 --- Nov 01, 2023 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=F} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=R} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=A} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=N} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=K} Nov 01, 2023 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >--------- [INFO] Building jersey-tests-integration-jersey-1928 3.0.99-SNAPSHOT [194/373] [INFO] from tests/integration/jersey-1928/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1928 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1928 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1928 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1928 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1928 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1928 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1928 --- [INFO] Reserved port 37197 for jersey.config.test.container.port [INFO] Reserved port 43383 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1928 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1928] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1928 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 0"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 1"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 2"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 3"}} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data={"brand":"Jersey","model":"Model 4"}} Nov 01, 2023 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.xml [INFO] attaching as jersey-1928-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.json [INFO] attaching as jersey-1928-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1928 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1928 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1928 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Nov 01, 2023 12:58:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@623cd48b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] Started ServerConnector@21c2d8e9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3661edd4{STARTING}[11.0.18,sto=0] @2634177ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=false} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=true} Nov 01, 2023 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Running org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase Nov 01, 2023 12:58:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2.0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3.0} Nov 01, 2023 12:58:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s -- in org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1928 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@3661edd4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@21c2d8e9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4.0} Nov 01, 2023 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Stopped o.e.j.m.p.MavenWebAppContext@623cd48b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1928 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1928 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1928 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >--------- [INFO] Building jersey-tests-integration-jersey-1960 3.0.99-SNAPSHOT [195/373] [INFO] from tests/integration/jersey-1960/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1960 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1960 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1960 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1960 --- Nov 01, 2023 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=4} Nov 01, 2023 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1960 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1960 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1960 --- [INFO] Reserved port 42749 for jersey.config.test.container.port [INFO] Reserved port 46797 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1960 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1960] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1960 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey0} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey1} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey2} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey3} ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=Jersey4} Nov 01, 2023 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.xml [INFO] attaching as jersey-1960-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.json [INFO] attaching as jersey-1960-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1960 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1960 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1960 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@73d8cf60{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] Started ServerConnector@309b6510{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@9c0bf08{STARTING}[11.0.18,sto=0] @2636761ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.326 s -- in org.glassfish.jersey.media.sse.internal.SseSubscriberTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-reactive-streams-tck --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase Nov 01, 2023 12:58:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s -- in org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1960 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@9c0bf08{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@309b6510{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@73d8cf60{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1960 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1960 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1960 --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json [INFO] attaching as sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-reactive-streams-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ sse-reactive-streams-tck --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >--------- [INFO] Building jersey-tests-integration-jersey-1964 3.0.99-SNAPSHOT [196/373] [INFO] from tests/integration/jersey-1964/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1964 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1964 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1964 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1964 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1964 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1964 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1964 --- [INFO] Reserved port 36993 for jersey.config.test.container.port [INFO] Reserved port 42941 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1964 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1964] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT.war [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1964 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator Nov 01, 2023 12:58:20 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.testng.TestException: BOOM JERSEY! at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnErrorAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:95) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:20 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onNext SEVERE: Processing onNext signal failed. java.lang.IllegalStateException: This event source has already been closed. at org.glassfish.jersey.media.sse.internal.JerseyEventSink.checkClosed(JerseyEventSink.java:176) at org.glassfish.jersey.media.sse.internal.JerseyEventSink.onNext(JerseyEventSink.java:85) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest$2.onNext(JerseyEventSinkWhiteBoxSubscriberTckTest.java:161) at org.glassfish.jersey.media.sse.internal.JerseyFlowAdapters$AdaptedSubscriber.onNext(JerseyFlowAdapters.java:60) at org.reactivestreams.tck.TestEnvironment$ManualPublisher.sendNext(TestEnvironment.java:813) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:583) at org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.signalNext(SubscriberWhiteboxVerification.java:579) at org.glassfish.jersey.media.sse.internal.JerseyEventSinkWhiteBoxSubscriberTckTest.noopOnNextAfterClose(JerseyEventSinkWhiteBoxSubscriberTckTest.java:57) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:20 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberWhiteboxVerification.java:210) at org.reactivestreams.tck.SubscriberWhiteboxVerification$4.run(SubscriberWhiteboxVerification.java:203) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTestWithoutSetup(SubscriberWhiteboxVerification.java:521) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec203_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberWhiteboxVerification.java:172) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.xml [INFO] attaching as jersey-1964-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.json [INFO] attaching as jersey-1964-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1964 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1964 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1964 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@36a6869e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] Started ServerConnector@2fd2d1c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4559f04c{STARTING}[11.0.18,sto=0] @2640389ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:21 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$9.run(SubscriberWhiteboxVerification.java:325) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberWhiteboxVerification.java:319) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:21 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberWhiteboxVerification$10.run(SubscriberWhiteboxVerification.java:340) at org.reactivestreams.tck.SubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.java:510) at org.reactivestreams.tck.SubscriberWhiteboxVerification.required_spec210_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberWhiteboxVerification.java:337) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Running org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase Nov 01, 2023 12:58:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:22 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$3.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError_call(SubscriberBlackboxVerification.java:200) at org.reactivestreams.tck.SubscriberBlackboxVerification$3.run(SubscriberBlackboxVerification.java:193) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberWithoutSetupTest(SubscriberBlackboxVerification.java:449) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec203_blackbox_mustNotCallMethodsOnSubscriptionOrPublisherInOnError(SubscriberBlackboxVerification.java:164) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:22 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$7.run(SubscriberBlackboxVerification.java:287) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithPrecedingRequestCall(SubscriberBlackboxVerification.java:282) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:22 PM org.glassfish.jersey.media.sse.internal.JerseyEventSink onError SEVERE: Subscriber.onError() called on subscriber with no registered error handler. org.reactivestreams.tck.flow.support.TestException: Test Exception: Boom! at org.reactivestreams.tck.SubscriberBlackboxVerification$8.run(SubscriberBlackboxVerification.java:300) at org.reactivestreams.tck.SubscriberBlackboxVerification.blackboxSubscriberTest(SubscriberBlackboxVerification.java:444) at org.reactivestreams.tck.SubscriberBlackboxVerification.required_spec210_blackbox_mustBePreparedToReceiveAnOnErrorSignalWithoutPrecedingRequestCall(SubscriberBlackboxVerification.java:296) 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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:100) at org.testng.internal.Invoker.invokeMethod(Invoker.java:646) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:811) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1137) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) at org.testng.TestRunner.privateRun(TestRunner.java:753) at org.testng.TestRunner.run(TestRunner.java:607) at org.testng.SuiteRunner.runTest(SuiteRunner.java:368) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:363) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:321) at org.testng.SuiteRunner.run(SuiteRunner.java:270) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1284) at org.testng.TestNG.runSuitesLocally(TestNG.java:1209) at org.testng.TestNG.runSuites(TestNG.java:1124) at org.testng.TestNG.run(TestNG.java:1096) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [TestNG] Reporter org.testng.reporters.JUnitReportReporter@2f112965 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1042) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:996) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Nov 01, 2023 12:58:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.425 s -- in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 28 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ sse-reactive-streams-tck --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-reactive-streams-tck --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/reactive-streams/sse/target/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/reactive/sse-reactive-streams-tck/3.0.99-SNAPSHOT/sse-reactive-streams-tck-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-reactive-streams-tck --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >--------- [INFO] Building jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT [184/370] [INFO] from tests/integration/jersey-5087/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-5087 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-5087 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-5087 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-5087 --- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s -- in org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1964 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4559f04c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2fd2d1c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-5087 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-5087 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-5087 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-5087 --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-5087 --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-5087 --- [INFO] Reserved port 40407 for jersey.config.test.container.port [INFO] Reserved port 37211 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-5087 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-5087 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war [INFO] Stopped o.e.j.m.p.MavenWebAppContext@36a6869e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1964 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1964 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1964 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2031 >--------- [INFO] Building jersey-tests-integration-jersey-2031 3.0.99-SNAPSHOT [197/373] [INFO] from tests/integration/jersey-2031/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2031 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2031 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2031 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2031 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2031 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2031 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2031 --- [INFO] Reserved port 36355 for jersey.config.test.container.port [INFO] Reserved port 34867 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2031 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2031] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2031 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-5087 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.xml [INFO] attaching as jersey-2031-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.json [INFO] attaching as jersey-2031-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2031 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2031 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2031 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:24 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@53285c88{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/} [INFO] Started ServerConnector@15769ba0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4a78e01b{STARTING}[11.0.18,sto=0] @2643310ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/failsafe-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.tests.integration.jersey2031.Jersey2031ITCase Nov 01, 2023 12:58:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.tests.integration.jersey2031.Jersey2031ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2031 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4a78e01b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@15769ba0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@53285c88{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2031 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2031 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2031 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2160 >--------- [INFO] Building jersey-tests-integration-jersey-2160 3.0.99-SNAPSHOT [198/373] [INFO] from tests/integration/jersey-2160/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2160 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2160 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2160 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2160 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2160 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2160 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2160 --- [INFO] Reserved port 33355 for jersey.config.test.container.port [INFO] Reserved port 35065 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2160 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2160] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2160 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.xml [INFO] attaching as jersey-2160-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.json [INFO] attaching as jersey-2160-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2160 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2160 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2160 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@76c3c9d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] Started ServerConnector@2433b027{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4241bf33{STARTING}[11.0.18,sto=0] @2646504ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/failsafe-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.tests.integration.jersey2160.Jersey2160ITCase Nov 01, 2023 12:58:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2160 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4241bf33{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2433b027{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 213 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json [INFO] attaching as jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-5087 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-5087 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-5087/target/jersey-5087-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-5087/3.0.99-SNAPSHOT/jersey-5087-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-5087 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:async-jersey-filter >----- [INFO] Building jersey-tests-integration-jersey-async-filter 3.0.99-SNAPSHOT [185/370] [INFO] from tests/integration/async-jersey-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@76c3c9d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2160 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2160 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2160 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >--------- [INFO] Building jersey-tests-integration-jersey-2164 3.0.99-SNAPSHOT [199/373] [INFO] from tests/integration/jersey-2164/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2164 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2164 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2164 --- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ async-jersey-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ async-jersey-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ async-jersey-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ async-jersey-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ async-jersey-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ async-jersey-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ async-jersey-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ async-jersey-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ async-jersey-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ async-jersey-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2164 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2164 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2164 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/test/java/org/glassfish/jersey/tests/integration/jersey2164/Jersey2164ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2164 --- [INFO] Reserved port 35129 for jersey.config.test.container.port [INFO] Reserved port 46439 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2164 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2164] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ async-jersey-filter --- [INFO] Reserved port 34623 for jersey.config.test.container.port [INFO] Reserved port 33319 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ async-jersey-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [async-jersey-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT.war [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.xml [INFO] attaching as jersey-2164-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.json [INFO] attaching as jersey-2164-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2164 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2164 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2164 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ async-jersey-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] Session workerName=node0 Nov 01, 2023 12:58:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7e62eb09{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] Started ServerConnector@2d99faea{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@71e33f09{STARTING}[11.0.18,sto=0] @2649463ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.xml [INFO] attaching as async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.json [INFO] attaching as async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ async-jersey-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ async-jersey-filter --- [INFO] Running org.glassfish.jersey.tests.integration.jersey2164.Jersey2164ITCase Nov 01, 2023 12:58:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.glassfish.jersey.tests.integration.jersey2164.Jersey2164ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2164 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@71e33f09{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2d99faea{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7e62eb09{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2164 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2164 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2164 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >--------- [INFO] Building jersey-tests-integration-jersey-2167 3.0.99-SNAPSHOT [200/373] [INFO] from tests/integration/jersey-2167/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2167 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2167 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2167 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2167 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2167 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2167 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2167 --- [INFO] Reserved port 43289 for jersey.config.test.container.port [INFO] Reserved port 43711 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2167 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2167] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2167 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.xml [INFO] attaching as jersey-2167-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.json [INFO] attaching as jersey-2167-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2167 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2167 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2167 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@4f9f991c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] Started ServerConnector@5d5ef650{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1db5fd31{STARTING}[11.0.18,sto=0] @2652098ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/failsafe-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.tests.integration.jersey2167.Jersey2167ITCase Nov 01, 2023 12:58:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:34 PM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA INFO: Resource method doA() called at 1698843514544; param=injected timestamp=1698843514544 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.glassfish.jersey.tests.integration.jersey2167.Jersey2167ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2167 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@1db5fd31{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5d5ef650{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4f9f991c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2167 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2167 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2167 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-async-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >--------- [INFO] Building jersey-tests-integration-jersey-2176 3.0.99-SNAPSHOT [201/373] [INFO] from tests/integration/jersey-2176/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2176 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2176 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2176 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2176 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2176 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2176 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2176 --- [INFO] Reserved port 33049 for jersey.config.test.container.port [INFO] Reserved port 38693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2176 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2176] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT.war [INFO] Session workerName=node0 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2176 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@58e7abd3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] Started ServerConnector@363f223c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5a67ef6a{STARTING}[11.0.18,sto=0] @3155232ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ async-jersey-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.xml [INFO] attaching as jersey-2176-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.json [INFO] attaching as jersey-2176-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2176 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2176 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2176 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase Nov 01, 2023 12:58:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7d87352d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/} [INFO] Started ServerConnector@3d147ee5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@55da403b{STARTING}[11.0.18,sto=0] @2655333ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s -- in org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ async-jersey-filter --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@5a67ef6a{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@363f223c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) atNov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:124) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:1583) Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [INFO] Stopped o.e.j.m.p.MavenWebAppContext@58e7abd3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ async-jersey-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ async-jersey-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/async-jersey-filter/target/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/async-jersey-filter/3.0.99-SNAPSHOT/async-jersey-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ async-jersey-filter --- Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:58:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2176 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@55da403b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3d147ee5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:externalproperties >------ [INFO] Building jersey-tests-externalproperties 3.0.99-SNAPSHOT [186/370] [INFO] from tests/integration/externalproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ externalproperties --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ externalproperties --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ externalproperties --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ externalproperties --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ externalproperties --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ externalproperties --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ externalproperties --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ externalproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ externalproperties --- [INFO] Reserved port 36551 for jersey.config.test.container.port [INFO] Reserved port 39139 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ externalproperties --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7d87352d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2176 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2176 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2176 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >--------- [INFO] Building jersey-tests-integration-jersey-2184 3.0.99-SNAPSHOT [202/373] [INFO] from tests/integration/jersey-2184/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2184 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2184 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2184 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2184 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2184 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2184 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2184 --- [INFO] Reserved port 43413 for jersey.config.test.container.port [INFO] Reserved port 37475 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2184 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2184] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2184 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.externalproperties.HttpProxyTest Nov 01, 2023 12:58:39 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 12:58:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.xml [INFO] attaching as jersey-2184-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.json [INFO] attaching as jersey-2184-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2184 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2184 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2184 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:40 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.glassfish.jersey.tests.externalproperties.HttpProxyTest [INFO] Started o.e.j.m.p.MavenWebAppContext@ca62f6b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] Started ServerConnector@1a181a45{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@35442092{STARTING}[11.0.18,sto=0] @2658727ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/failsafe-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.tests.integration.jersey2184.Jersey2184ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ externalproperties --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:40 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s -- in org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2184 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@35442092{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1a181a45{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@ca62f6b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2184 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2184 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2184 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >--------- [INFO] Building jersey-tests-integration-jersey-2255 3.0.99-SNAPSHOT [203/373] [INFO] from tests/integration/jersey-2255/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2255 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2255 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2255 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2255 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2255 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2255 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2255 --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.xml [INFO] attaching as externalproperties-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.json [INFO] attaching as externalproperties-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ externalproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ externalproperties --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/externalproperties/target/externalproperties-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/externalproperties/3.0.99-SNAPSHOT/externalproperties-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ externalproperties --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2255 --- [INFO] Reserved port 44555 for jersey.config.test.container.port [INFO] Reserved port 43509 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2255 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2255] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT.war [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:jaxrs-component-inject >---- [INFO] Building jersey-tests-component-inject 3.0.99-SNAPSHOT [187/370] [INFO] from tests/integration/jaxrs-component-inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-component-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-component-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-component-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-component-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-component-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-component-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-component-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-component-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-component-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-component-inject --- [INFO] Reserved port 45329 for jersey.config.test.container.port [INFO] Reserved port 37671 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jaxrs-component-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [jaxrs-component-inject] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2255 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-component-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.xml [INFO] attaching as jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.json [INFO] attaching as jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-component-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jaxrs-component-inject --- [INFO] Configuring Jetty for project: jersey-tests-component-inject [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.xml [INFO] attaching as jersey-2255-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.json [INFO] attaching as jersey-2255-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2255 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2255 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2255 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:43 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables 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.tests.jaxrs.inject.SingletonWithInjectables will be ignored. [INFO] Started o.e.j.m.p.MavenWebAppContext@130a445d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] Started ServerConnector@283ee9a9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4ed3472{STARTING}[11.0.18,sto=0] @3162558ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jaxrs-component-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Started o.e.j.m.p.MavenWebAppContext@4029a5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] Started ServerConnector@2621c8d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@d7215e9{STARTING}[11.0.18,sto=0] @2661766ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/failsafe-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.tests.integration.jersey2255.Jersey2255ITCase Nov 01, 2023 12:58:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.jaxrs.inject.ApplicationInjectITCase Nov 01, 2023 12:58:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s -- in org.glassfish.jersey.tests.jaxrs.inject.ApplicationInjectITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jaxrs-component-inject --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4ed3472{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@283ee9a9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:58:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.glassfish.jersey.tests.integration.jersey2255.Jersey2255ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2255 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@d7215e9{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2621c8d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@130a445d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jaxrs-component-inject --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-component-inject --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jaxrs-component-inject/3.0.99-SNAPSHOT/jaxrs-component-inject-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-component-inject --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >---------- [INFO] Building jersey-tests-integration-jersey-780 3.0.99-SNAPSHOT [188/370] [INFO] from tests/integration/jersey-780/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-780 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-780 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-780 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-780 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-780 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-780 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-780 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-780 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-780 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-780 --- [INFO] Reserved port 36757 for jersey.config.test.container.port [INFO] Reserved port 44337 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-780 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-780] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT.war [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4029a5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2255 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2255 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2255 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >--------- [INFO] Building jersey-tests-integration-jersey-2322 3.0.99-SNAPSHOT [204/373] [INFO] from tests/integration/jersey-2322/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2322 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2322 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2322 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2322 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2322 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2322 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2322 --- [INFO] Reserved port 45389 for jersey.config.test.container.port [INFO] Reserved port 45741 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2322 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2322] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-780 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2322 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.xml [INFO] attaching as jersey-780-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.json [INFO] attaching as jersey-780-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-780 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-780 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-780 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 12:58:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@ddcc95c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/} [INFO] Started ServerConnector@3803df66{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@72581bf5{STARTING}[11.0.18,sto=0] @3165917ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-780 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.xml [INFO] attaching as jersey-2322-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.json [INFO] attaching as jersey-2322-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2322 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2322 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2322 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@3dc432bb{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] Started ServerConnector@787584a6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@500f2e0c{STARTING}[11.0.18,sto=0] @2665668ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2322 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@500f2e0c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@787584a6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey780.HelloWorldResourceITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3dc432bb{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2322 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2322 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2322 --- Nov 01, 2023 12:58:47 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.integration.jersey780.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-780 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@72581bf5{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3803df66{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >--------- [INFO] Building jersey-tests-integration-jersey-2335 3.0.99-SNAPSHOT [205/373] [INFO] from tests/integration/jersey-2335/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2335 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2335 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2335 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2335 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2335 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2335 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2335 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2335 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2335 --- [INFO] Reserved port 46643 for jersey.config.test.container.port [INFO] Reserved port 44195 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2335 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2335] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2335 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@ddcc95c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-780 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-780 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-780/target/jersey-780-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-780/3.0.99-SNAPSHOT/jersey-780-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-780 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >--------- [INFO] Building jersey-tests-integration-jersey-1107 3.0.99-SNAPSHOT [189/370] [INFO] from tests/integration/jersey-1107/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1107 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1107 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1107 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1107 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1107 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1107 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1107 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.xml [INFO] attaching as jersey-2335-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.json [INFO] attaching as jersey-2335-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2335 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2335 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2335 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1107 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1107 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1107 --- [INFO] Reserved port 42101 for jersey.config.test.container.port [INFO] Reserved port 45927 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1107 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1107] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1107 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@57f080f4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] Started ServerConnector@47a93034{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@286d9281{STARTING}[11.0.18,sto=0] @2667307ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.xml [INFO] attaching as jersey-1107-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.json [INFO] attaching as jersey-1107-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1107 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1107 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1107 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.jersey2335.Jersey2335ITCase Nov 01, 2023 12:58:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7301e30d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] Started ServerConnector@3ec906a1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@687cbfe4{STARTING}[11.0.18,sto=0] @3168882ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1107 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:58:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 s -- in org.glassfish.jersey.tests.integration.jersey2335.Jersey2335ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2335 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@286d9281{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@47a93034{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@57f080f4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2335 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2335 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2335 --- [INFO] Running org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase Nov 01, 2023 12:58:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2551 >--------- [INFO] Building jersey-tests-integration-jersey-2551 3.0.99-SNAPSHOT [206/373] [INFO] from tests/integration/jersey-2551/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2551 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2551 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2551 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2551 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2551 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2551 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2551 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2551 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2551 --- [INFO] Reserved port 39795 for jersey.config.test.container.port [INFO] Reserved port 40933 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2551 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2551] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2551 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:50 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=exception/nullpointerexception, type=class java.lang.NullPointerException, genericType=class java.lang.NullPointerException. [WARNING] handleException /ioe java.io.IOException [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:410) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Caused by: org.glassfish.jersey.server.ContainerException: java.io.IOException at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Caused by: java.io.IOException at org.glassfish.jersey.tests.integration.jersey1107.Jersey1107$Resource.getIoe (Jersey1107.java:100) 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.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0 (ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run (AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke (AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch (AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Nov 01, 2023 12:58:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s -- in org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1107 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@687cbfe4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3ec906a1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.xml [INFO] attaching as jersey-2551-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.json [INFO] attaching as jersey-2551-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2551 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2551 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2551 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7301e30d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1107 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1107 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1107/target/jersey-1107-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1107/3.0.99-SNAPSHOT/jersey-1107-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1107 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >--------- [INFO] Building jersey-tests-integration-jersey-1223 3.0.99-SNAPSHOT [190/370] [INFO] from tests/integration/jersey-1223/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1223 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1223 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1223 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1223 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1223 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1223 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1223 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1223 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1223 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1223 --- [INFO] Reserved port 35913 for jersey.config.test.container.port [INFO] Reserved port 37653 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1223 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1223] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT.war [INFO] Started o.e.j.m.p.MavenWebAppContext@15695092{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] Started ServerConnector@78c076cc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@297ad082{STARTING}[11.0.18,sto=0] @2669877ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1223 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase Nov 01, 2023 12:58:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2551 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@297ad082{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@78c076cc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.xml [INFO] attaching as jersey-1223-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.json [INFO] attaching as jersey-1223-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1223 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1223 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1223 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@15695092{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2551 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2551 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2551 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >--------- [INFO] Building jersey-tests-integration-jersey-2612 3.0.99-SNAPSHOT [207/373] [INFO] from tests/integration/jersey-2612/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2612 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2612 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2612 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2612 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2612 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2612 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2612 --- [INFO] Reserved port 38869 for jersey.config.test.container.port [INFO] Reserved port 45003 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2612 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2612] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2612 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6e5c604b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] Started ServerConnector@2475874c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@754ff1ec{STARTING}[11.0.18,sto=0] @3172406ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1223 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.xml [INFO] attaching as jersey-2612-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.json [INFO] attaching as jersey-2612-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2612 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2612 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2612 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Running org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase [INFO] Session workerName=node0 Nov 01, 2023 12:58:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1223 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@754ff1ec{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2475874c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started o.e.j.m.p.MavenWebAppContext@63f86541{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] Started ServerConnector@5b760985{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7128c54d{STARTING}[11.0.18,sto=0] @2672602ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/failsafe-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.tests.integration.jersey2612.Jersey2612ITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6e5c604b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1223 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1223 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1223/target/jersey-1223-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1223/3.0.99-SNAPSHOT/jersey-1223-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1223 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >--------- [INFO] Building jersey-tests-integration-jersey-1604 3.0.99-SNAPSHOT [191/370] [INFO] from tests/integration/jersey-1604/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1604 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1604 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1604 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1604 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1604 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1604 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1604 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1604 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1604 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1604 --- [INFO] Reserved port 43391 for jersey.config.test.container.port [INFO] Reserved port 44583 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1604 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1604] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT.war Nov 01, 2023 12:58:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1604 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.480 s -- in org.glassfish.jersey.tests.integration.jersey2612.Jersey2612ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2612 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7128c54d{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5b760985{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.xml [INFO] attaching as jersey-1604-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.json [INFO] attaching as jersey-1604-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1604 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1604 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1604 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@63f86541{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2612 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2612 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2612 --- Nov 01, 2023 12:58:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@61455920{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] Started ServerConnector@39581bf8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@617ccc51{STARTING}[11.0.18,sto=0] @3175018ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1604 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >--------- [INFO] Building jersey-tests-integration-jersey-2637 3.0.99-SNAPSHOT [208/373] [INFO] from tests/integration/jersey-2637/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2637 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2637 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2637 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2637 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2637 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2637 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2637 --- [INFO] Reserved port 33371 for jersey.config.test.container.port [INFO] Reserved port 35867 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2637 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2637] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2637 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase Nov 01, 2023 12:58:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.xml [INFO] attaching as jersey-2637-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.json [INFO] attaching as jersey-2637-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2637 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2637 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2637 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:58:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s -- in org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1604 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@617ccc51{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@39581bf8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:58:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@d186e6c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] Started ServerConnector@22360528{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6bd8ebb4{STARTING}[11.0.18,sto=0] @2675318ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@61455920{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1604 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1604 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1604/target/jersey-1604-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1604/3.0.99-SNAPSHOT/jersey-1604-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1604 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >--------- [INFO] Building jersey-tests-integration-jersey-1667 3.0.99-SNAPSHOT [192/370] [INFO] from tests/integration/jersey-1667/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1667 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1667 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1667 --- Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1667 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1667 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1667 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1667 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:58 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase Nov 01, 2023 12:58:58 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1667 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1667 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1667 --- [INFO] Reserved port 38717 for jersey.config.test.container.port [INFO] Reserved port 34265 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1667 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1667] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1667 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:58 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:58 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:58:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2637 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6bd8ebb4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@22360528{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@d186e6c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2637 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2637 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2637 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >--------- [INFO] Building jersey-tests-integration-jersey-2654 3.0.99-SNAPSHOT [209/373] [INFO] from tests/integration/jersey-2654/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2654 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2654 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2654 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2654 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2654 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2654 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2654 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2654 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2654 --- [INFO] Reserved port 35059 for jersey.config.test.container.port [INFO] Reserved port 35273 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2654 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2654] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2654 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.xml [INFO] attaching as jersey-1667-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.json [INFO] attaching as jersey-1667-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1667 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1667 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1667 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.xml [INFO] attaching as jersey-2654-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.json [INFO] attaching as jersey-2654-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2654 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2654 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2654 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 12:58:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:58:59 PM org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide createMimeConfig WARNING: Cannot create temporary files. Multipart attachments will be limited to "8,192" bytes. java.io.IOException: No such file or directory at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method) at java.base/java.io.File.createTempFile(File.java:2090) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:120) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.(MultiPartReaderClientSide.java:102) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.(MultiPartReaderServerSide.java:59) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356) at org.jvnet.hk2.internal.ClazzCreator.createMe(ClazzCreator.java:272) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:396) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.lambda$getAllServiceHolders$0(AbstractHk2InjectionManager.java:136) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1239) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:140) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:219) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:353) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:353) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.servlet.WebComponent.(WebComponent.java:311) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:339) at jakarta.servlet.GenericServlet.init(GenericServlet.java:178) at org.eclipse.jetty.servlet.ServletHolder$Wrapper.init(ServletHolder.java:1305) at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:633) at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:415) at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$2(ServletHandler.java:725) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:749) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:392) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1305) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:902) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:306) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:533) at org.eclipse.jetty.maven.plugin.MavenWebAppContext.doStart(MavenWebAppContext.java:294) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.server.Server.start(Server.java:470) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.server.Server.doStart(Server.java:415) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.maven.plugin.JettyEmbedder.doStart(JettyEmbedder.java:223) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.maven.plugin.JettyStartMojo.startJettyEmbedded(JettyStartMojo.java:51) at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.startJetty(AbstractWebAppMojo.java:441) at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.execute(AbstractWebAppMojo.java:419) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) 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:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348) [INFO] Started o.e.j.m.p.MavenWebAppContext@1e399ad2{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] Started ServerConnector@356334a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@53268396{STARTING}[11.0.18,sto=0] @3178836ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1667 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Session workerName=node0 Nov 01, 2023 12:58:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:00 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@4dcd5881{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] Started ServerConnector@50aadc91{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1e5359cc{STARTING}[11.0.18,sto=0] @2678558ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/failsafe-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.tests.integration.jersey1667.Jersey1667ITCase Nov 01, 2023 12:59:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] handleException /part-file-name java.nio.file.NoSuchFileException: /non-existent-directory/MIME12774432426801674123.tmp [WARNING] unhandled due to prior sendError jakarta.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME12774432426801674123.tmp at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:410) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Caused by: org.glassfish.jersey.server.ContainerException: java.nio.file.NoSuchFileException: /non-existent-directory/MIME12774432426801674123.tmp at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:255) at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:237) at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:445) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:264) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME12774432426801674123.tmp at sun.nio.fs.UnixException.translateToIOException (UnixException.java:92) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:111) at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:116) at sun.nio.fs.UnixFileSystemProvider.newByteChannel (UnixFileSystemProvider.java:215) at java.nio.file.Files.newByteChannel (Files.java:370) at java.nio.file.Files.createFile (Files.java:647) at java.nio.file.TempFileHelper.create (TempFileHelper.java:137) at java.nio.file.TempFileHelper.createTempFile (TempFileHelper.java:160) at java.nio.file.Files.createTempFile (Files.java:867) at org.jvnet.mimepull.MemoryData.createTempFile (MemoryData.java:98) at org.jvnet.mimepull.MemoryData.createNext (MemoryData.java:70) at org.jvnet.mimepull.Chunk.createNext (Chunk.java:34) at org.jvnet.mimepull.DataHead.addBody (DataHead.java:57) at org.jvnet.mimepull.MIMEPart.addBody (MIMEPart.java:218) at org.jvnet.mimepull.MIMEMessage.makeProgress (MIMEMessage.java:242) at org.jvnet.mimepull.MIMEMessage.parseAll (MIMEMessage.java:160) at org.jvnet.mimepull.MIMEMessage.getAttachments (MIMEMessage.java:86) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts (MultiPartReaderClientSide.java:249) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart (MultiPartReaderClientSide.java:208) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart (MultiPartReaderServerSide.java:69) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:160) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:69) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom (ReaderInterceptorExecutor.java:233) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom (ReaderInterceptorExecutor.java:212) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom (MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed (ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom (MessageBodyFactory.java:1072) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:919) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:853) at org.glassfish.jersey.server.ContainerRequest.readEntity (ContainerRequest.java:253) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity (FormDataParamValueParamProvider.java:84) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:235) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply (FormDataParamValueParamProvider.java:222) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply (ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues (ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues (JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch (AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:400) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:256) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244) at org.glassfish.jersey.internal.Errors.process (Errors.java:292) at org.glassfish.jersey.internal.Errors.process (Errors.java:274) at org.glassfish.jersey.internal.Errors.process (Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:235) at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:684) at org.glassfish.jersey.servlet.WebComponent.serviceImpl (WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service (WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:358) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:311) at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service (ServletHolder.java:1410) at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter (ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1667 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@53268396{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@356334a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey2654.Jersey2654ITCase Nov 01, 2023 12:59:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.glassfish.jersey.tests.integration.jersey2654.Jersey2654ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2654 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@1e5359cc{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@50aadc91{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4dcd5881{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2654 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2654 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2654 --- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1e399ad2{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1667 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1667 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1667/target/jersey-1667-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1667/3.0.99-SNAPSHOT/jersey-1667-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1667 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >--------- [INFO] Building jersey-tests-integration-jersey-1883 3.0.99-SNAPSHOT [193/370] [INFO] from tests/integration/jersey-1883/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1883 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1883 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1883 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1883 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1883 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1883 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1883 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1883 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1883 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >--------- [INFO] Building jersey-tests-integration-jersey-2673 3.0.99-SNAPSHOT [210/373] [INFO] from tests/integration/jersey-2673/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2673 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2673 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2673 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2673 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2673 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2673 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2673 --- [INFO] Reserved port 40531 for jersey.config.test.container.port [INFO] Reserved port 34153 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2673 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2673] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT.war [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1883 --- [INFO] Reserved port 40703 for jersey.config.test.container.port [INFO] Reserved port 36181 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1883 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1883] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1883 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2673 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.xml [INFO] attaching as jersey-2673-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.json [INFO] attaching as jersey-2673-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2673 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2673 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2673 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.xml [INFO] Session workerName=node0 Nov 01, 2023 12:59:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] attaching as jersey-1883-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.json [INFO] attaching as jersey-1883-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1883 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1883 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1883 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 Nov 01, 2023 12:59:02 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@7a0ae359{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] Started ServerConnector@5c860911{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@70a240d0{STARTING}[11.0.18,sto=0] @2681517ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@46f30368{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] Started ServerConnector@56130812{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@45ea5f51{STARTING}[11.0.18,sto=0] @3182601ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1883 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/failsafe-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.tests.integration.jersey2673.Jersey2673ITCase Nov 01, 2023 12:59:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s -- in org.glassfish.jersey.tests.integration.jersey2673.Jersey2673ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2673 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@70a240d0{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5c860911{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase Nov 01, 2023 12:59:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7a0ae359{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2673 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2673 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2673 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >--------- [INFO] Building jersey-tests-integration-jersey-2689 3.0.99-SNAPSHOT [211/373] [INFO] from tests/integration/jersey-2689/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2689 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2689 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2689 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2689 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2689 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2689 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:59:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1883 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@45ea5f51{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@56130812{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2689 --- [INFO] Reserved port 39707 for jersey.config.test.container.port [INFO] Reserved port 44897 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2689 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2689] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2689 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@46f30368{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1883 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1883 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1883/target/jersey-1883-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1883/3.0.99-SNAPSHOT/jersey-1883-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1883 --- [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.xml [INFO] attaching as jersey-2689-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.json [INFO] attaching as jersey-2689-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2689 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2689 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2689 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >--------- [INFO] Building jersey-tests-integration-jersey-1928 3.0.99-SNAPSHOT [194/370] [INFO] from tests/integration/jersey-1928/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1928 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1928 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1928 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1928 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1928 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1928 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1928 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1928 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1928 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1928 --- [INFO] Reserved port 41963 for jersey.config.test.container.port [INFO] Reserved port 42879 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1928 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1928] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT.war [INFO] Session workerName=node0 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1928 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Started o.e.j.m.p.MavenWebAppContext@22eedb3f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] Started ServerConnector@18a3ffe0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@143b52bd{STARTING}[11.0.18,sto=0] @2684956ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.xml [INFO] attaching as jersey-1928-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.json [INFO] attaching as jersey-1928-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1928 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1928 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1928 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Running org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase [INFO] Session workerName=node0 Nov 01, 2023 12:59:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@659d2af4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] Started ServerConnector@5afc4a64{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3790fda4{STARTING}[11.0.18,sto=0] @3186718ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1928 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s -- in org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2689 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@143b52bd{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@18a3ffe0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase Nov 01, 2023 12:59:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@22eedb3f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2689 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2689 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2689 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >--------- [INFO] Building jersey-tests-integration-jersey-2704 3.0.99-SNAPSHOT [212/373] [INFO] from tests/integration/jersey-2704/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2704 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2704 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2704 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2704 --- Nov 01, 2023 12:59:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s -- in org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1928 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@3790fda4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5afc4a64{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2704 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2704 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/test/java/org/glassfish/jersey/tests/integration/jersey2704/Jersey2704ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2704 --- [INFO] Reserved port 41363 for jersey.config.test.container.port [INFO] Reserved port 45397 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2704 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2704] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2704 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@659d2af4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1928 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1928 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1928/target/jersey-1928-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1928/3.0.99-SNAPSHOT/jersey-1928-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1928 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >--------- [INFO] Building jersey-tests-integration-jersey-1960 3.0.99-SNAPSHOT [195/370] [INFO] from tests/integration/jersey-1960/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1960 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1960 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1960 --- [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.xml [INFO] attaching as jersey-2704-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.json [INFO] attaching as jersey-2704-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2704 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2704 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2704 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1960 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1960 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1960 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1960 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1960 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1960 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1960 --- [INFO] Reserved port 34215 for jersey.config.test.container.port [INFO] Reserved port 40285 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1960 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1960] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1960 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6306584{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] Started ServerConnector@5d37e9ea{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5bcf0222{STARTING}[11.0.18,sto=0] @2687954ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/failsafe-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.tests.integration.jersey2704.Jersey2704ITCase Nov 01, 2023 12:59:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.tests.integration.jersey2704.Jersey2704ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2704 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@5bcf0222{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5d37e9ea{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6306584{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2704 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2704 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2704 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2794 >--------- [INFO] Building jersey-tests-integration-jersey-2794 3.0.99-SNAPSHOT [213/373] [INFO] from tests/integration/jersey-2794/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2794 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2794 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2794 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2794 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2794 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2794 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/test/java/org/glassfish/jersey/tests/integration/jersey2794/Jersey2794ITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2794 --- [INFO] Reserved port 33613 for jersey.config.test.container.port [INFO] Reserved port 39457 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2794 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2794] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2794 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.xml [INFO] attaching as jersey-1960-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.json [INFO] attaching as jersey-1960-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1960 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1960 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1960 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.xml [INFO] attaching as jersey-2794-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.json [INFO] attaching as jersey-2794-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2794 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2794 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2794 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:59:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@70af5859{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] Started ServerConnector@39e948ba{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4a3054cf{STARTING}[11.0.18,sto=0] @2690225ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/failsafe-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.tests.integration.jersey2794.Jersey2794ITCase [INFO] Session workerName=node0 Nov 01, 2023 12:59:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.glassfish.jersey.tests.integration.jersey2794.Jersey2794ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2794 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4a3054cf{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@39e948ba{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@1e5e6d91{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] Started ServerConnector@5e2f76c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@265d4d26{STARTING}[11.0.18,sto=0] @3191890ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1960 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@70af5859{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2794 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2794 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2794 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >--------- [INFO] Building jersey-tests-integration-jersey-2846 3.0.99-SNAPSHOT [214/373] [INFO] from tests/integration/jersey-2846/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2846 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2846 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2846 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2846 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2846 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2846 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2846 --- [INFO] Reserved port 37025 for jersey.config.test.container.port [INFO] Reserved port 37589 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2846 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2846] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2846 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase Nov 01, 2023 12:59:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.xml [INFO] attaching as jersey-2846-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.json [INFO] attaching as jersey-2846-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2846 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2846 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2846 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s -- in org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1960 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@265d4d26{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5e2f76c7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@37ef3064{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] Started ServerConnector@2f87ba5f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@51e906d5{STARTING}[11.0.18,sto=0] @2692678ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1e5e6d91{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1960 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1960 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1960/target/jersey-1960-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1960/3.0.99-SNAPSHOT/jersey-1960-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1960 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >--------- [INFO] Building jersey-tests-integration-jersey-1964 3.0.99-SNAPSHOT [196/370] [INFO] from tests/integration/jersey-1964/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-1964 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-1964 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-1964 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-1964 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-1964 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-1964 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1964 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-1964 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-1964 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-1964 --- [INFO] Reserved port 36497 for jersey.config.test.container.port [INFO] Reserved port 37507 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-1964 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-1964] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-1964 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase Nov 01, 2023 12:59:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.xml [INFO] attaching as jersey-1964-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.json [INFO] attaching as jersey-1964-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-1964 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-1964 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1964 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 12:59:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@de6fef1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] Started ServerConnector@1c4f1a8e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7f3ce743{STARTING}[11.0.18,sto=0] @3195583ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-1964 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase Nov 01, 2023 12:59:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-1964 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@7f3ce743{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1c4f1a8e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@de6fef1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-1964 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-1964 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-1964/target/jersey-1964-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-1964/3.0.99-SNAPSHOT/jersey-1964-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-1964 --- Nov 01, 2023 12:59:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2031 >--------- [INFO] Building jersey-tests-integration-jersey-2031 3.0.99-SNAPSHOT [197/370] [INFO] from tests/integration/jersey-2031/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2031 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2031 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2031 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2031 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2031 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2031 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2031 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2031 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2031 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2031 --- [INFO] Reserved port 34901 for jersey.config.test.container.port [INFO] Reserved port 33773 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2031 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2031] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2031 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.963 s -- in org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2846 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@51e906d5{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2f87ba5f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.xml [INFO] attaching as jersey-2031-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.json [INFO] attaching as jersey-2031-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2031 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2031 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2031 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@37ef3064{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2846 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2846 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2846 --- Nov 01, 2023 12:59:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >--------- [INFO] Building jersey-tests-integration-jersey-2878 3.0.99-SNAPSHOT [215/373] [INFO] from tests/integration/jersey-2878/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2878 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2878 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2878 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2878 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2878 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2878 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2878 --- [INFO] Reserved port 40867 for jersey.config.test.container.port [INFO] Reserved port 45159 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2878 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2878] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2878 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:20 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@28e4765f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/} [INFO] Started ServerConnector@672590f1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@25b1245{STARTING}[11.0.18,sto=0] @3199699ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2031 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.xml [INFO] attaching as jersey-2878-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.json [INFO] attaching as jersey-2878-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2878 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2878 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2878 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.jersey2031.Jersey2031ITCase Nov 01, 2023 12:59:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6d788db{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] Started ServerConnector@571678d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@731221a1{STARTING}[11.0.18,sto=0] @2699997ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/failsafe-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.tests.integration.jersey2878.Jersey2878ApacheITCase Nov 01, 2023 12:59:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2878 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@731221a1{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@571678d5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.glassfish.jersey.tests.integration.jersey2031.Jersey2031ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2031 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@25b1245{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@672590f1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6d788db{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2878 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2878 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2878 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >--------- [INFO] Building jersey-tests-integration-jersey-2892 3.0.99-SNAPSHOT [216/373] [INFO] from tests/integration/jersey-2892/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2892 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2892 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2892 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2892 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2892 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2892 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2892 --- [INFO] Reserved port 44365 for jersey.config.test.container.port [INFO] Reserved port 37845 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2892 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2892] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT.war [INFO] Stopped o.e.j.m.p.MavenWebAppContext@28e4765f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ jersey-2031 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2031 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2031 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2031/target/jersey-2031-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2031/3.0.99-SNAPSHOT/jersey-2031-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2031 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2160 >--------- [INFO] Building jersey-tests-integration-jersey-2160 3.0.99-SNAPSHOT [198/370] [INFO] from tests/integration/jersey-2160/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2160 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2160 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2160 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2160 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2160 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2160 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2160 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2892 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2160 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2160 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2160 --- [INFO] Reserved port 39125 for jersey.config.test.container.port [INFO] Reserved port 43513 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2160 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2160] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2160 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.xml [INFO] attaching as jersey-2160-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.json [INFO] attaching as jersey-2160-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2160 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2160 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2160 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.xml [INFO] attaching as jersey-2892-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.json [INFO] attaching as jersey-2892-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2892 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2892 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2892 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 12:59:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@3e1ea249{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] Started ServerConnector@6817a2cb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@d3bf4be{STARTING}[11.0.18,sto=0] @3204120ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2160 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Session workerName=node0 Nov 01, 2023 12:59:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@71f48435{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] Started ServerConnector@77e36890{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1ec7d93c{STARTING}[11.0.18,sto=0] @2703679ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/failsafe-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.tests.integration.jersey2892.Jersey2892JacksonITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase Nov 01, 2023 12:59:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s -- in org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase Nov 01, 2023 12:59:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2160 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@d3bf4be{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@6817a2cb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s -- in org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase Nov 01, 2023 12:59:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3e1ea249{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2160 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2160 --- Nov 01, 2023 12:59:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2892 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@1ec7d93c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@77e36890{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2160/target/jersey-2160-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2160/3.0.99-SNAPSHOT/jersey-2160-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2160 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >--------- [INFO] Building jersey-tests-integration-jersey-2164 3.0.99-SNAPSHOT [199/370] [INFO] from tests/integration/jersey-2164/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2164 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2164 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2164 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2164 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2164 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2164 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2164 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2164 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2164 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2164 --- [INFO] Reserved port 33973 for jersey.config.test.container.port [INFO] Reserved port 38539 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2164 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2164] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2164 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@71f48435{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2892 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2892 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2892 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3796 >--------- [INFO] Building jersey-tests-integration-jersey-3796 3.0.99-SNAPSHOT [217/373] [INFO] from tests/integration/jersey-3796/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3796 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3796 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3796 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3796 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3796 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3796 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3796 --- [INFO] Reserved port 36521 for jersey.config.test.container.port [INFO] Reserved port 33303 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3796 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT.war [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.xml [INFO] attaching as jersey-2164-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.json [INFO] attaching as jersey-2164-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2164 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2164 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2164 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3796 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6d20bddc{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] Started ServerConnector@cd422ad{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@281a808a{STARTING}[11.0.18,sto=0] @3207556ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2164 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/failsafe-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.tests.integration.jersey2164.Jersey2164ITCase Nov 01, 2023 12:59:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s -- in org.glassfish.jersey.tests.integration.jersey2164.Jersey2164ITCase [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.xml [INFO] attaching as jersey-3796-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.json [INFO] attaching as jersey-3796-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3796 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-3796 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-3796 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2164 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@281a808a{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@cd422ad{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Session workerName=node0 Nov 01, 2023 12:59:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@46f0cade{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] Started ServerConnector@28cb17db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@253c90b9{STARTING}[11.0.18,sto=0] @2708469ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6d20bddc{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2164 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2164 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2164/target/jersey-2164-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2164/3.0.99-SNAPSHOT/jersey-2164-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2164 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >--------- [INFO] Building jersey-tests-integration-jersey-2167 3.0.99-SNAPSHOT [200/370] [INFO] from tests/integration/jersey-2167/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2167 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2167 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2167 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2167 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2167 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2167 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2167 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2167 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2167 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2167 --- [INFO] Reserved port 43745 for jersey.config.test.container.port [INFO] Reserved port 45709 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2167 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2167] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2167 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase Nov 01, 2023 12:59:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s -- in org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-3796 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@253c90b9{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@28cb17db{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] attaching as jersey-2167-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.json [INFO] attaching as jersey-2167-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2167 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2167 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2167 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@46f0cade{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-3796 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3796 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3796 --- Nov 01, 2023 12:59:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5aa1aac7{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] Started ServerConnector@2428d242{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4d8aa35a{STARTING}[11.0.18,sto=0] @3211084ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2167 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4949 >--------- [INFO] Building jersey-tests-integration-jersey-4949 3.0.99-SNAPSHOT [218/373] [INFO] from tests/integration/jersey-4949/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4949 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4949 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4949 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4949 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4949 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4949 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4949 --- [INFO] Reserved port 42523 for jersey.config.test.container.port [INFO] Reserved port 39115 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4949 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4949] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4949 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey2167.Jersey2167ITCase Nov 01, 2023 12:59:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:32 PM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA INFO: Resource method doA() called at 1698843572893; param=injected timestamp=1698843572892 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in org.glassfish.jersey.tests.integration.jersey2167.Jersey2167ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2167 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4d8aa35a{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2428d242{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.xml [INFO] attaching as jersey-4949-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.json [INFO] attaching as jersey-4949-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4949 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-4949 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-4949 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/classes [INFO] Context path = /c ntext [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5aa1aac7{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2167 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2167 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2167/target/jersey-2167-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2167/3.0.99-SNAPSHOT/jersey-2167-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2167 --- Nov 01, 2023 12:59:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@4d819a11{/c ntext,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] Started ServerConnector@5497764a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@30f93501{STARTING}[11.0.18,sto=0] @2712179ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >--------- [INFO] Building jersey-tests-integration-jersey-2176 3.0.99-SNAPSHOT [201/370] [INFO] from tests/integration/jersey-2176/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2176 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2176 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2176 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2176 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2176 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2176 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2176 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2176 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2176 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2176 --- [INFO] Reserved port 32881 for jersey.config.test.container.port [INFO] Reserved port 35231 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2176 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2176] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2176 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey4949.Jersey4949ITCase Nov 01, 2023 12:59:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.tests.integration.jersey4949.Jersey4949ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-4949 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@30f93501{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5497764a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.xml [INFO] attaching as jersey-2176-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.json [INFO] attaching as jersey-2176-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2176 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2176 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2176 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4d819a11{/c ntext,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-4949 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4949 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4949 --- Nov 01, 2023 12:59:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:property-check >-------- [INFO] Building jersey-tests-integration-property-check 3.0.99-SNAPSHOT [219/373] [INFO] from tests/integration/property-check/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ property-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ property-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ property-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ property-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ property-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ property-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ property-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ property-check --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ property-check --- [INFO] Reserved port 36675 for jersey.config.test.container.port [INFO] Reserved port 34849 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ property-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@38c09078{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/} [INFO] Started ServerConnector@9dbf9ae{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@16d0a2e{STARTING}[11.0.18,sto=0] @3214601ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2176 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/failsafe-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.tests.integration.propertycheck.PropertyOverlappingCheckTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ property-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ property-check --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.xml [INFO] attaching as property-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.json [INFO] attaching as property-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ property-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ property-check --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ property-check --- Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:security-digest >------- [INFO] Building jersey-tests-integration-jersey-security-digest 3.0.99-SNAPSHOT [220/373] [INFO] from tests/integration/security-digest/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ security-digest --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-digest --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ security-digest --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ security-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ security-digest --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ security-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ security-digest --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ security-digest --- [INFO] Reserved port 38389 for jersey.config.test.container.port [INFO] Reserved port 46093 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ security-digest --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ security-digest --- [INFO] Packaging webapp [INFO] Assembling webapp [security-digest] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT.war Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.970 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:122) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:122) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:122) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) [WARNING] unhandled due to prior sendError org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.checkWritable (HttpOutput.java:750) at org.eclipse.jetty.server.HttpOutput.write (HttpOutput.java:780) at java.io.OutputStream.write (OutputStream.java:122) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseWrapper.writeBodyAndClose (TraceResponseWrapper.java:68) at org.glassfish.jersey.tests.integration.jersey2176.TraceResponseFilter.doFilter (TraceResponseFilter.java:69) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:210) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter (FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter (ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:598) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1381) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1303) at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:129) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:149) at org.eclipse.jetty.server.handler.HandlerList.handle (HandlerList.java:51) at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle (Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch (HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch (HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run (SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask (AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask (AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce (AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run (AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob (QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run (QueuedThreadPool.java:1149) at java.lang.Thread.run (Thread.java:834) Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-digest --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Nov 01, 2023 12:59:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2176 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@16d0a2e{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@9dbf9ae{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.xml [INFO] attaching as security-digest-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.json [INFO] attaching as security-digest-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ security-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ security-digest --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-security-digest [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@38c09078{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2176 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2176 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2176/target/jersey-2176-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2176/3.0.99-SNAPSHOT/jersey-2176-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2176 --- Nov 01, 2023 12:59:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@39bb6bdc{Archetype Created Web Application,/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/} [INFO] Started ServerConnector@576527a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7720f999{STARTING}[11.0.18,sto=0] @2716492ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ security-digest --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >--------- [INFO] Building jersey-tests-integration-jersey-2184 3.0.99-SNAPSHOT [202/370] [INFO] from tests/integration/jersey-2184/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2184 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2184 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2184 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2184 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2184 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2184 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2184 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2184 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2184 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2184 --- [INFO] Reserved port 34951 for jersey.config.test.container.port [INFO] Reserved port 46633 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2184 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2184] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2184 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase Nov 01, 2023 12:59:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.xml [INFO] attaching as jersey-2184-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.json [INFO] attaching as jersey-2184-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2184 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2184 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2184 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 12:59:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@1e4df43c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] Started ServerConnector@32a8c0e0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@42ff37c{STARTING}[11.0.18,sto=0] @3218595ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2184 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s -- in org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ security-digest --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7720f999{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@576527a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:40 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo [INFO] Stopped o.e.j.m.p.MavenWebAppContext@39bb6bdc{Archetype Created Web Application,/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ security-digest --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ security-digest --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ security-digest --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-1 3.0.99-SNAPSHOT [221/373] [INFO] from tests/integration/servlet-2.5-autodiscovery-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-autodiscovery-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-autodiscovery-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-autodiscovery-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_autodiscovery_1/LanguageVariantResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-autodiscovery-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-autodiscovery-1 --- [INFO] Reserved port 34077 for jersey.config.test.container.port [INFO] Reserved port 38693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-autodiscovery-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-autodiscovery-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-autodiscovery-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2184 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@42ff37c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@32a8c0e0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-autodiscovery-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.xml [INFO] attaching as servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.json [INFO] attaching as servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-autodiscovery-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1e4df43c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2184 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2184 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2184/target/jersey-2184-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2184/3.0.99-SNAPSHOT/jersey-2184-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2184 --- [INFO] Session workerName=node0 Nov 01, 2023 12:59:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >--------- [INFO] Building jersey-tests-integration-jersey-2255 3.0.99-SNAPSHOT [203/370] [INFO] from tests/integration/jersey-2255/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2255 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2255 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2255 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2255 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2255 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2255 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2255 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2255 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2255 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2255 --- [INFO] Reserved port 36751 for jersey.config.test.container.port [INFO] Reserved port 46419 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2255 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2255] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT.war [INFO] Started o.e.j.m.p.MavenWebAppContext@1bc8a49{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/} [INFO] Started ServerConnector@6b1d76a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@17991082{STARTING}[11.0.18,sto=0] @2720207ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-autodiscovery-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2255 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_1.LanguageVariantResourceITCase Nov 01, 2023 12:59:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_1.LanguageVariantResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-autodiscovery-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@17991082{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@6b1d76a0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1bc8a49{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-autodiscovery-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-autodiscovery-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-2 3.0.99-SNAPSHOT [222/373] [INFO] from tests/integration/servlet-2.5-autodiscovery-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-autodiscovery-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-autodiscovery-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-autodiscovery-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-autodiscovery-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-autodiscovery-2 --- [INFO] Reserved port 38627 for jersey.config.test.container.port [INFO] Reserved port 43333 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-autodiscovery-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-autodiscovery-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-autodiscovery-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp] [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.xml [INFO] attaching as jersey-2255-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.json [INFO] attaching as jersey-2255-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2255 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2255 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2255 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-autodiscovery-2 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@630f980d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] Started ServerConnector@27eddd3a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1d4b90fd{STARTING}[11.0.18,sto=0] @3222919ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2255 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.xml [INFO] attaching as servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.json [INFO] attaching as servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-autodiscovery-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Running org.glassfish.jersey.tests.integration.jersey2255.Jersey2255ITCase [INFO] Session workerName=node0 Nov 01, 2023 12:59:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 12:59:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:44 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Started o.e.j.m.p.MavenWebAppContext@7659f910{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/} [INFO] Started ServerConnector@39b7b96a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@d662cda{STARTING}[11.0.18,sto=0] @2723389ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-autodiscovery-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/failsafe-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.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-autodiscovery-2 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@d662cda{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@39b7b96a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 s -- in org.glassfish.jersey.tests.integration.jersey2255.Jersey2255ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2255 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1d4b90fd{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@27eddd3a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7659f910{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-autodiscovery-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-autodiscovery-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-filter >------ [INFO] Building jersey-tests-integration-servlet-2.5-filter 3.0.99-SNAPSHOT [223/373] [INFO] from tests/integration/servlet-2.5-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-filter --- [INFO] Reserved port 46463 for jersey.config.test.container.port [INFO] Reserved port 42297 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT.war [INFO] Stopped o.e.j.m.p.MavenWebAppContext@630f980d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2255 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2255 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2255/target/jersey-2255-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2255/3.0.99-SNAPSHOT/jersey-2255-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2255 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >--------- [INFO] Building jersey-tests-integration-jersey-2322 3.0.99-SNAPSHOT [204/370] [INFO] from tests/integration/jersey-2322/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2322 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2322 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2322 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2322 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2322 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2322 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2322 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2322 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2322 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2322 --- [INFO] Reserved port 39407 for jersey.config.test.container.port [INFO] Reserved port 45349 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2322 --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2322] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2322 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.xml [INFO] attaching as servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.json [INFO] attaching as servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.xml [INFO] attaching as jersey-2322-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.json [INFO] attaching as jersey-2322-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2322 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2322 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2322 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@65174790{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/} [INFO] Started ServerConnector@f1e52ff{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1dc46e0c{STARTING}[11.0.18,sto=0] @2726740ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@778c47ed{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] Started ServerConnector@64800f57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@75386ef4{STARTING}[11.0.18,sto=0] @3227865ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2322 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2322 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@75386ef4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@64800f57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.servlet_2_5_filter.MyResourceITCase Nov 01, 2023 12:59:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@778c47ed{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2322 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2322 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2322/target/jersey-2322-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2322/3.0.99-SNAPSHOT/jersey-2322-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2322 --- [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.jersey.tests.integration.servlet_2_5_filter.MyResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-filter --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@1dc46e0c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@f1e52ff{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >--------- [INFO] Building jersey-tests-integration-jersey-2335 3.0.99-SNAPSHOT [205/370] [INFO] from tests/integration/jersey-2335/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2335 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2335 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2335 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2335 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2335 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2335 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2335 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2335 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2335 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2335 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2335 --- [INFO] Reserved port 37857 for jersey.config.test.container.port [INFO] Reserved port 41421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2335 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2335] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2335 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@65174790{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-filter --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 >--- [INFO] Building jersey-tests-integration-servlet-2.5-inflector-1 3.0.99-SNAPSHOT [224/373] [INFO] from tests/integration/servlet-2.5-inflector-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-inflector-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-inflector-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-inflector-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-inflector-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-inflector-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-inflector-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-inflector-1 --- [INFO] Reserved port 36913 for jersey.config.test.container.port [INFO] Reserved port 40873 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-inflector-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-inflector-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-inflector-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.xml [INFO] attaching as jersey-2335-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.json [INFO] attaching as jersey-2335-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2335 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2335 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2335 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.xml [INFO] attaching as servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.json [INFO] attaching as servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-inflector-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-inflector-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-inflector-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 12:59:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Session workerName=node0 Nov 01, 2023 12:59:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@b4edc12{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/} [INFO] Started ServerConnector@33452d8c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6e94362d{STARTING}[11.0.18,sto=0] @2729198ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Started o.e.j.m.p.MavenWebAppContext@4e5e4ed5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] Started ServerConnector@5e83f50b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@179a6c6a{STARTING}[11.0.18,sto=0] @3229861ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2335 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/failsafe-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.tests.integration.jersey2335.Jersey2335ITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_inflector_1.InflectorInjectionTestITCase Nov 01, 2023 12:59:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s -- in org.glassfish.jersey.tests.integration.jersey2335.Jersey2335ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2335 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@179a6c6a{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5e83f50b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 12:59:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s -- in org.glassfish.jersey.tests.integration.servlet_25_inflector_1.InflectorInjectionTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-inflector-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6e94362d{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@33452d8c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4e5e4ed5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2335 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2335 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2335/target/jersey-2335-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2335/3.0.99-SNAPSHOT/jersey-2335-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2335 --- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@b4edc12{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-inflector-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-inflector-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-inflector-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-1 3.0.99-SNAPSHOT [225/373] [INFO] from tests/integration/servlet-2.5-init-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-1 --- [INFO] Reserved port 42703 for jersey.config.test.container.port [INFO] Reserved port 38505 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp] [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2551 >--------- [INFO] Building jersey-tests-integration-jersey-2551 3.0.99-SNAPSHOT [206/370] [INFO] from tests/integration/jersey-2551/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2551 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2551 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2551 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2551 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2551 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2551 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2551 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2551 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2551 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2551 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2551 --- [INFO] Reserved port 36009 for jersey.config.test.container.port [INFO] Reserved port 33163 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2551 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2551] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT.war [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2551 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.xml [INFO] attaching as servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.json [INFO] attaching as servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:59:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@63a49652{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/} [INFO] Started ServerConnector@79b011c0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@2493ea9e{STARTING}[11.0.18,sto=0] @2731779ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.xml [INFO] attaching as jersey-2551-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.json [INFO] attaching as jersey-2551-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2551 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2551 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2551 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_1.Servlet25Init1ITCase [INFO] Session workerName=node0 Nov 01, 2023 12:59:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@141e7ab9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] Started ServerConnector@2f251226{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1d0ebae4{STARTING}[11.0.18,sto=0] @3233406ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2551 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 12:59:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_1.Servlet25Init1ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@2493ea9e{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@79b011c0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase Nov 01, 2023 12:59:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@63a49652{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-2 3.0.99-SNAPSHOT [226/373] [INFO] from tests/integration/servlet-2.5-init-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2551 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1d0ebae4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2f251226{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-2 --- [INFO] Reserved port 37397 for jersey.config.test.container.port [INFO] Reserved port 33759 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@141e7ab9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2551 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2551 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2551/target/jersey-2551-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2551/3.0.99-SNAPSHOT/jersey-2551-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2551 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >--------- [INFO] Building jersey-tests-integration-jersey-2612 3.0.99-SNAPSHOT [207/370] [INFO] from tests/integration/jersey-2612/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2612 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2612 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2612 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2612 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2612 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2612 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2612 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.xml [INFO] attaching as servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.json [INFO] attaching as servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2612 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2612 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2612 --- [INFO] Reserved port 46745 for jersey.config.test.container.port [INFO] Reserved port 38415 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2612 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2612] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2612 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@fd6c2f8{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/} [INFO] Started ServerConnector@14b5ce9f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5a0fc9f7{STARTING}[11.0.18,sto=0] @2734491ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.xml [INFO] attaching as jersey-2612-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.json [INFO] attaching as jersey-2612-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2612 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2612 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2612 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_2.HelloWorldResourceITCase Nov 01, 2023 12:59:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@13f632b5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] Started ServerConnector@4399f4a5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@2d818ecb{STARTING}[11.0.18,sto=0] @3236320ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2612 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_2.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-2 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@5a0fc9f7{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@14b5ce9f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey2612.Jersey2612ITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@fd6c2f8{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-2 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-3 3.0.99-SNAPSHOT [227/373] [INFO] from tests/integration/servlet-2.5-init-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-3 --- Nov 01, 2023 12:59:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-3 --- [INFO] Reserved port 42667 for jersey.config.test.container.port [INFO] Reserved port 41015 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-3 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 12:59:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 12:59:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s -- in org.glassfish.jersey.tests.integration.jersey2612.Jersey2612ITCase [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.xml [INFO] attaching as servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.json [INFO] attaching as servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 12:59:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2612 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@2d818ecb{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4399f4a5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started o.e.j.m.p.MavenWebAppContext@7e0517f1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/} [INFO] Started ServerConnector@67d682a1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@42b3c2e{STARTING}[11.0.18,sto=0] @2737293ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/failsafe-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.tests.integration.servlet_25_init_3.HelloWorldResourceITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@13f632b5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2612 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2612 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2612/target/jersey-2612-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2612/3.0.99-SNAPSHOT/jersey-2612-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2612 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >--------- [INFO] Building jersey-tests-integration-jersey-2637 3.0.99-SNAPSHOT [208/370] [INFO] from tests/integration/jersey-2637/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2637 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2637 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2637 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2637 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2637 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2637 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2637 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2637 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2637 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 12:59:59 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2637 --- [INFO] Reserved port 39301 for jersey.config.test.container.port [INFO] Reserved port 39093 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2637 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2637] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2637 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_3.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-3 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@42b3c2e{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@67d682a1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7e0517f1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-3 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-4 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-4 3.0.99-SNAPSHOT [228/373] [INFO] from tests/integration/servlet-2.5-init-4/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-4 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-4 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-4 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-4 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-4 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-4 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-4 --- [INFO] Reserved port 33021 for jersey.config.test.container.port [INFO] Reserved port 42805 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-4 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-4] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-4 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.xml [INFO] attaching as jersey-2637-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.json [INFO] attaching as jersey-2637-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2637 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2637 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2637 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.xml [INFO] attaching as servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.json [INFO] attaching as servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-4 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-4 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-4 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Session workerName=node0 Nov 01, 2023 1:00:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@795b5d4a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/} [INFO] Started ServerConnector@6e93cac0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4e9a1730{STARTING}[11.0.18,sto=0] @2739566ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5ece293c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] Started ServerConnector@45a08c36{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3faf837c{STARTING}[11.0.18,sto=0] @3240579ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2637 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/failsafe-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.tests.integration.servlet_25_init_4.HelloWorldResourceITCase Nov 01, 2023 1:00:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_4.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-4 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4e9a1730{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@6e93cac0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@795b5d4a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-4 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-4 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-4 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-5 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-5 3.0.99-SNAPSHOT [229/373] [INFO] from tests/integration/servlet-2.5-init-5/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-5 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-5 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-5 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-5 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-5 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-5 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-5 --- Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-5 --- [INFO] Reserved port 44793 for jersey.config.test.container.port [INFO] Reserved port 38299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-5 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-5] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-5 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase Nov 01, 2023 1:00:03 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:03 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:03 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.xml [INFO] attaching as servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.json [INFO] attaching as servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-5 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-5 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-5 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2637 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@3faf837c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@45a08c36{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:03 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@698d0d13{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/} [INFO] Started ServerConnector@26a506ce{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@52a0ca0b{STARTING}[11.0.18,sto=0] @2741907ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/failsafe-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.tests.integration.servlet_25_init_5.HelloWorldResourceITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5ece293c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2637 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2637 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2637/target/jersey-2637-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2637/3.0.99-SNAPSHOT/jersey-2637-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2637 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >--------- [INFO] Building jersey-tests-integration-jersey-2654 3.0.99-SNAPSHOT [209/370] [INFO] from tests/integration/jersey-2654/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2654 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2654 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2654 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2654 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2654 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2654 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2654 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2654 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2654 --- Nov 01, 2023 1:00:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2654 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2654 --- [INFO] Reserved port 37353 for jersey.config.test.container.port [INFO] Reserved port 37547 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2654 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2654] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2654 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:04 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.472 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_5.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-5 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@52a0ca0b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@26a506ce{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.xml [INFO] attaching as jersey-2654-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.json [INFO] attaching as jersey-2654-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2654 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2654 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2654 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@698d0d13{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-5 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-5 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-5 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-6 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-6 3.0.99-SNAPSHOT [230/373] [INFO] from tests/integration/servlet-2.5-init-6/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-6 --- [INFO] Session workerName=node0 [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-6 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-6 --- [INFO] Reserved port 45447 for jersey.config.test.container.port [INFO] Reserved port 46035 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-6 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-6] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-6 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:05 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@181e5bc4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] Started ServerConnector@2774ebec{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@20c1e7a0{STARTING}[11.0.18,sto=0] @3244511ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2654 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.xml [INFO] attaching as servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.json [INFO] attaching as servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-6 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-6 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:06 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@26cb814{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/} [INFO] Started ServerConnector@6129987b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@698cd4dd{STARTING}[11.0.18,sto=0] @2744537ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/failsafe-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.tests.integration.jersey2654.Jersey2654ITCase Nov 01, 2023 1:00:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.tests.integration.jersey2654.Jersey2654ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2654 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@20c1e7a0{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2774ebec{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_6.HelloWorldResourceITCase Nov 01, 2023 1:00:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@181e5bc4{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2654 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2654 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2654/target/jersey-2654-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2654/3.0.99-SNAPSHOT/jersey-2654-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2654 --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_6.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-6 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@698cd4dd{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@6129987b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >--------- [INFO] Building jersey-tests-integration-jersey-2673 3.0.99-SNAPSHOT [210/370] [INFO] from tests/integration/jersey-2673/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2673 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2673 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2673 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2673 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2673 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2673 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2673 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2673 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2673 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2673 --- [INFO] Reserved port 35791 for jersey.config.test.container.port [INFO] Reserved port 33579 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2673 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2673] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2673 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@26cb814{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-6 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-6 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-7 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-7 3.0.99-SNAPSHOT [231/373] [INFO] from tests/integration/servlet-2.5-init-7/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-7 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-7 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-7 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-7 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-7 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-7 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-7 --- [INFO] Reserved port 45479 for jersey.config.test.container.port [INFO] Reserved port 41483 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-7 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-7] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-7 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.xml [INFO] attaching as jersey-2673-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.json [INFO] attaching as jersey-2673-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2673 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2673 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2673 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.xml [INFO] attaching as servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.json [INFO] attaching as servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-7 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-7 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-7 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:08 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@1ba469ce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/} [INFO] Started ServerConnector@29424a26{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6c280ad4{STARTING}[11.0.18,sto=0] @2746920ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:08 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_7.HelloWorldResourceITCase Nov 01, 2023 1:00:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Started o.e.j.m.p.MavenWebAppContext@22cf15f3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] Started ServerConnector@7c38694{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@70d3533c{STARTING}[11.0.18,sto=0] @3248274ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2673 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_7.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-7 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6c280ad4{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@29424a26{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1ba469ce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-7 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-7 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-7 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-8 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-8 3.0.99-SNAPSHOT [232/373] [INFO] from tests/integration/servlet-2.5-init-8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-8 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-8 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-8 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-8 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-8 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-8 --- [INFO] Reserved port 41253 for jersey.config.test.container.port [INFO] Reserved port 41169 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-8 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-8] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT.war [INFO] Running org.glassfish.jersey.tests.integration.jersey2673.Jersey2673ITCase Nov 01, 2023 1:00:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-8 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.xml [INFO] attaching as servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.json [INFO] attaching as servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-8 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-8 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-8 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 s -- in org.glassfish.jersey.tests.integration.jersey2673.Jersey2673ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2673 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@70d3533c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@7c38694{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Stopped o.e.j.m.p.MavenWebAppContext@22cf15f3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2673 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2673 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2673/target/jersey-2673-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2673/3.0.99-SNAPSHOT/jersey-2673-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2673 --- Nov 01, 2023 1:00:11 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@2600ca96{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/} [INFO] Started ServerConnector@321229e9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4fe9c51b{STARTING}[11.0.18,sto=0] @2749666ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >--------- [INFO] Building jersey-tests-integration-jersey-2689 3.0.99-SNAPSHOT [211/370] [INFO] from tests/integration/jersey-2689/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2689 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2689 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2689 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2689 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2689 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2689 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2689 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2689 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2689 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2689 --- [INFO] Reserved port 45421 for jersey.config.test.container.port [INFO] Reserved port 40687 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2689 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2689] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2689 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-8 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4fe9c51b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@321229e9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.xml [INFO] attaching as jersey-2689-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.json [INFO] attaching as jersey-2689-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2689 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2689 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2689 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2600ca96{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-8 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-8 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-8 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-1 3.0.99-SNAPSHOT [233/373] [INFO] from tests/integration/servlet-2.5-mvc-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-1 --- [INFO] Reserved port 37287 for jersey.config.test.container.port [INFO] Reserved port 46257 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ servlet-2.5-mvc-1 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war Nov 01, 2023 1:00:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:13 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Started o.e.j.m.p.MavenWebAppContext@2642946f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] Started ServerConnector@27f0c1c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7308f5be{STARTING}[11.0.18,sto=0] @3252640ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2689 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.xml [INFO] attaching as servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.json [INFO] attaching as servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase Nov 01, 2023 1:00:14 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@4f6612f0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/} [INFO] Started ServerConnector@2ba4ab41{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@190468d1{STARTING}[11.0.18,sto=0] @2752936ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase Nov 01, 2023 1:00:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s -- in org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2689 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@7308f5be{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@27f0c1c1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2642946f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2689 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2689 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2689/target/jersey-2689-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2689/3.0.99-SNAPSHOT/jersey-2689-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2689 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >--------- [INFO] Building jersey-tests-integration-jersey-2704 3.0.99-SNAPSHOT [212/370] [INFO] from tests/integration/jersey-2704/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2704 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2704 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2704 --- Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2704 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2704 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2704 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2704 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2704 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2704 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2704 --- [INFO] Reserved port 40241 for jersey.config.test.container.port [INFO] Reserved port 45299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2704 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2704] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT.war Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hasek Nov 01, 2023 1:00:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@190468d1{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2ba4ab41{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2704 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4f6612f0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ servlet-2.5-mvc-1 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-1 --- [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.xml [INFO] attaching as jersey-2704-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.json [INFO] attaching as jersey-2704-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2704 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2704 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2704 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-2 3.0.99-SNAPSHOT [234/373] [INFO] from tests/integration/servlet-2.5-mvc-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-2 --- [INFO] Reserved port 34081 for jersey.config.test.container.port [INFO] Reserved port 39345 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp] Nov 01, 2023 1:00:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@6f0e60ac{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] Started ServerConnector@4273af07{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@39319fc5{STARTING}[11.0.18,sto=0] @3256525ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2704 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.jersey2704.Jersey2704ITCase [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.xml [INFO] attaching as servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.json [INFO] attaching as servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 1:00:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.glassfish.jersey.tests.integration.jersey2704.Jersey2704ITCase [INFO] Session workerName=node0 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2704 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@39319fc5{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4273af07{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:18 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@117106ae{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/} [INFO] Started ServerConnector@cdefd1d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@47f0a304{STARTING}[11.0.18,sto=0] @2757090ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6f0e60ac{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2704 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2704 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2704/target/jersey-2704-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2704/3.0.99-SNAPSHOT/jersey-2704-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2704 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2794 >--------- [INFO] Building jersey-tests-integration-jersey-2794 3.0.99-SNAPSHOT [213/370] [INFO] from tests/integration/jersey-2794/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2794 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2794 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2794 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2794 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2794 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2794 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2794 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2794 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2794 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2794 --- [INFO] Reserved port 46093 for jersey.config.test.container.port [INFO] Reserved port 38563 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2794 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2794] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2794 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.xml [INFO] attaching as jersey-2794-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.json [INFO] attaching as jersey-2794-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2794 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2794 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2794 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Item XML is: SvejkJaroslav Hasek Nov 01, 2023 1:00:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.BookstoreITCase Nov 01, 2023 1:00:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_2.BookstoreITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-2 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@47f0a304{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@cdefd1d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@52819d29{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] Started ServerConnector@14a906f6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@42b5cab0{STARTING}[11.0.18,sto=0] @3259490ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2794 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@117106ae{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-2 --- [INFO] Running org.glassfish.jersey.tests.integration.jersey2794.Jersey2794ITCase [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-3 3.0.99-SNAPSHOT [235/373] [INFO] from tests/integration/servlet-2.5-mvc-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-3 --- [INFO] Reserved port 45359 for jersey.config.test.container.port [INFO] Reserved port 43673 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.glassfish.jersey.tests.integration.jersey2794.Jersey2794ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2794 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@42b5cab0{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@14a906f6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ servlet-2.5-mvc-3 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-3 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@52819d29{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2794 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2794 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2794/target/jersey-2794-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2794/3.0.99-SNAPSHOT/jersey-2794-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2794 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >--------- [INFO] Building jersey-tests-integration-jersey-2846 3.0.99-SNAPSHOT [214/370] [INFO] from tests/integration/jersey-2846/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2846 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2846 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2846 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2846 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2846 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2846 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2846 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2846 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2846 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2846 --- [INFO] Reserved port 43155 for jersey.config.test.container.port [INFO] Reserved port 44237 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2846 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2846] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT.war [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.xml [INFO] attaching as servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.json [INFO] attaching as servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2846 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Session workerName=node0 Nov 01, 2023 1:00:22 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@3ca2f4fa{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/} [INFO] Started ServerConnector@3f1ea11a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@30301a65{STARTING}[11.0.18,sto=0] @2760909ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase Nov 01, 2023 1:00:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.xml [INFO] attaching as jersey-2846-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.json [INFO] attaching as jersey-2846-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2846 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2846 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2846 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Started o.e.j.m.p.MavenWebAppContext@5773492{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] Started ServerConnector@3f3a90e7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4ff4f285{STARTING}[11.0.18,sto=0] @3263013ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2846 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hašek Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.371 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-3 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@30301a65{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3f1ea11a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase Nov 01, 2023 1:00:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3ca2f4fa{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ servlet-2.5-mvc-3 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-3 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------ [INFO] Building jersey-tests-integration-servlet-2.5-reload 3.0.99-SNAPSHOT [236/373] [INFO] from tests/integration/servlet-2.5-reload/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-reload --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-reload --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-reload --- [INFO] Reserved port 34935 for jersey.config.test.container.port [INFO] Reserved port 35469 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-reload --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-reload] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.xml [INFO] attaching as servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.json [INFO] attaching as servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/failsafe-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.tests.integration.servlet_25_config_reload.ReloadTestIT [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.042 s -- in org.glassfish.jersey.tests.integration.servlet_25_config_reload.ReloadTestIT [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-reload --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-reload --- Nov 01, 2023 1:00:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-async >------- [INFO] Building jersey-tests-integration-servlet-3-async 3.0.99-SNAPSHOT [237/373] [INFO] from tests/integration/servlet-3-async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-async --- [INFO] Reserved port 34809 for jersey.config.test.container.port [INFO] Reserved port 41061 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-async --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-async] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.xml [INFO] attaching as servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.json [INFO] attaching as servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-async --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-async [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:27 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5347d7b6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/} [INFO] Started ServerConnector@32c290d8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3a05ad66{STARTING}[11.0.18,sto=0] @2765829ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/failsafe-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.tests.integration.servlet_3_async.AsyncServletResourceITCase Nov 01, 2023 1:00:27 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:28 PM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncServlet INFO: GET response for message 0: 200 : "Hello Async World!" GET response for message 1: 200 : "Hello Async World!" GET response for message 2: 200 : "Hello Async World!" GET response for message 3: 200 : "Hello Async World!" GET response for message 4: 200 : "Hello Async World!" GET response for message 5: 200 : "Hello Async World!" GET response for message 6: 200 : "Hello Async World!" GET response for message 7: 200 : "Hello Async World!" GET response for message 8: 200 : "Hello Async World!" GET response for message 9: 200 : "Hello Async World!" GET response for message 10: 200 : "Hello Async World!" GET response for message 11: 200 : "Hello Async World!" GET response for message 12: 200 : "Hello Async World!" GET response for message 13: 200 : "Hello Async World!" GET response for message 14: 200 : "Hello Async World!" GET response for message 15: 200 : "Hello Async World!" GET response for message 16: 200 : "Hello Async World!" GET response for message 17: 200 : "Hello Async World!" GET response for message 18: 200 : "Hello Async World!" GET response for message 19: 200 : "Hello Async World!" GET response for message 20: 200 : "Hello Async World!" GET response for message 21: 200 : "Hello Async World!" GET response for message 22: 200 : "Hello Async World!" GET response for message 23: 200 : "Hello Async World!" GET response for message 24: 200 : "Hello Async World!" GET response for message 25: 200 : "Hello Async World!" GET response for message 26: 200 : "Hello Async World!" GET response for message 27: 200 : "Hello Async World!" GET response for message 28: 200 : "Hello Async World!" GET response for message 29: 200 : "Hello Async World!" GET response for message 30: 200 : "Hello Async World!" GET response for message 31: 200 : "Hello Async World!" GET response for message 32: 200 : "Hello Async World!" GET response for message 33: 200 : "Hello Async World!" GET response for message 34: 200 : "Hello Async World!" GET response for message 35: 200 : "Hello Async World!" GET response for message 36: 200 : "Hello Async World!" GET response for message 37: 200 : "Hello Async World!" GET response for message 38: 200 : "Hello Async World!" GET response for message 39: 200 : "Hello Async World!" GET response for message 40: 200 : "Hello Async World!" GET response for message 41: 200 : "Hello Async World!" GET response for message 42: 200 : "Hello Async World!" GET response for message 43: 200 : "Hello Async World!" GET response for message 44: 200 : "Hello Async World!" GET response for message 45: 200 : "Hello Async World!" GET response for message 46: 200 : "Hello Async World!" GET response for message 47: 200 : "Hello Async World!" GET response for message 48: 200 : "Hello Async World!" GET response for message 49: 200 : "Hello Async World!" Nov 01, 2023 1:00:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:28 PM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncRequestCanceling INFO: POST response for message 0: Canceled 9 by POST 0 POST response for message 1: Canceled 8 by POST 1 POST response for message 2: Canceled 3 by POST 2 POST response for message 3: Canceled 7 by POST 3 POST response for message 4: Canceled 5 by POST 4 POST response for message 5: Canceled 2 by POST 5 POST response for message 6: Canceled 4 by POST 6 POST response for message 7: Canceled 6 by POST 7 POST response for message 8: Canceled 0 by POST 8 POST response for message 9: Canceled 1 by POST 9 GET response for message 0: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 1: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 2: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 3: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 4: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 5: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 6: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 7: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 8: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 9: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.750 s -- in org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_async.AsyncTimeoutResourceITCase Nov 01, 2023 1:00:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.881 s -- in org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2846 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4ff4f285{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3f3a90e7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 s -- in org.glassfish.jersey.tests.integration.servlet_3_async.AsyncTimeoutResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-async --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@3a05ad66{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@32c290d8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5773492{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2846 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2846 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2846/target/jersey-2846-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2846/3.0.99-SNAPSHOT/jersey-2846-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2846 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >--------- [INFO] Building jersey-tests-integration-jersey-2878 3.0.99-SNAPSHOT [215/370] [INFO] from tests/integration/jersey-2878/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2878 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2878 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2878 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2878 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2878 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2878 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2878 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2878 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2878 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2878 --- [INFO] Reserved port 44423 for jersey.config.test.container.port [INFO] Reserved port 34307 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2878 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2878] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2878 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5347d7b6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-async --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-async --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-chunked-io >----- [INFO] Building jersey-tests-integration-servlet-3-chunked-io 3.0.99-SNAPSHOT [238/373] [INFO] from tests/integration/servlet-3-chunked-io/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-chunked-io --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-chunked-io --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-chunked-io --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-chunked-io --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-chunked-io --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-chunked-io --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-chunked-io --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-chunked-io --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-chunked-io --- [INFO] Reserved port 39543 for jersey.config.test.container.port [INFO] Reserved port 38485 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-chunked-io --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-chunked-io --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-chunked-io] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-chunked-io --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.xml [INFO] attaching as jersey-2878-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.json [INFO] attaching as jersey-2878-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2878 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2878 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2878 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@43f8a88b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] Started ServerConnector@43351d69{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@53c25b00{STARTING}[11.0.18,sto=0] @3270600ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2878 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.xml [INFO] attaching as servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.json [INFO] attaching as servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-chunked-io --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-chunked-io --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-chunked-io [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@4b0e431d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/} [INFO] Started ServerConnector@50efa99c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5370f8d6{STARTING}[11.0.18,sto=0] @2770493ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-chunked-io --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/failsafe-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.tests.integration.jersey2878.Jersey2878ApacheITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_chunked_io.ChunkedInputOutputITCase Nov 01, 2023 1:00:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Nov 01, 2023 1:00:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2878 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@53c25b00{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@43351d69{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources [INFO] Stopped o.e.j.m.p.MavenWebAppContext@43f8a88b{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2878 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2878 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2878/target/jersey-2878-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2878/3.0.99-SNAPSHOT/jersey-2878-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2878 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >--------- [INFO] Building jersey-tests-integration-jersey-2892 3.0.99-SNAPSHOT [216/370] [INFO] from tests/integration/jersey-2892/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2892 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2892 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2892 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2892 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2892 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2892 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2892 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2892 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2892 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2892 --- [INFO] Reserved port 40245 for jersey.config.test.container.port [INFO] Reserved port 40321 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2892 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2892] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2892 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.xml [INFO] attaching as jersey-2892-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.json [INFO] attaching as jersey-2892-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2892 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-2892 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2892 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@19032ede{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] Started ServerConnector@2fa0bd99{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7d7e179b{STARTING}[11.0.18,sto=0] @3275714ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2892 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources [INFO] Running org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase Nov 01, 2023 1:00:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Nov 01, 2023 1:00:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.888 s -- in org.glassfish.jersey.tests.integration.servlet_3_chunked_io.ChunkedInputOutputITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-chunked-io --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@5370f8d6{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@50efa99c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 s -- in org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase [INFO] Running org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase Nov 01, 2023 1:00:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s -- in org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-2892 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@7d7e179b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2fa0bd99{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4b0e431d{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-chunked-io --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-chunked-io --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-chunked-io --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-filter >------- [INFO] Building jersey-tests-integration-servlet-3-filter 3.0.99-SNAPSHOT [239/373] [INFO] from tests/integration/servlet-3-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-filter --- [INFO] Reserved port 34423 for jersey.config.test.container.port [INFO] Reserved port 42709 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@19032ede{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2892 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2892 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-2892/target/jersey-2892-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2892/3.0.99-SNAPSHOT/jersey-2892-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2892 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3796 >--------- [INFO] Building jersey-tests-integration-jersey-3796 3.0.99-SNAPSHOT [217/370] [INFO] from tests/integration/jersey-3796/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3796 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3796 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3796 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3796 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3796 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3796 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3796 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3796 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3796 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.xml [INFO] attaching as servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.json [INFO] attaching as servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3796 --- [INFO] Reserved port 45981 for jersey.config.test.container.port [INFO] Reserved port 33151 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3796 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3796 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Started o.e.j.m.p.MavenWebAppContext@3537b4ce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/} [INFO] Started ServerConnector@29dee5f2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@661e3c8{STARTING}[11.0.18,sto=0] @2778687ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/failsafe-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.tests.integration.servlet_3_filter.MyResourceITCase Nov 01, 2023 1:00:40 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.xml [INFO] attaching as jersey-3796-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.json [INFO] attaching as jersey-3796-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3796 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-3796 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-3796 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:00:41 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.glassfish.jersey.tests.integration.servlet_3_filter.MyResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-filter --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@661e3c8{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@29dee5f2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3537b4ce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-filter --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-3-gf-async >------ [INFO] Building jersey-tests-integration-servlet-3-gf-async 3.0.99-SNAPSHOT [240/373] [INFO] from tests/integration/servlet-3-gf-async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-gf-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-gf-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-gf-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-gf-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-gf-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-gf-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-gf-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-gf-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-gf-async --- [INFO] Reserved port 45511 for jersey.config.test.container.port [INFO] Reserved port 46255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-gf-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-gf-async --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-gf-async] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-gf-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.xml [INFO] attaching as servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.json [INFO] attaching as servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-gf-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-gf-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-gf-async --- [INFO] Started o.e.j.m.p.MavenWebAppContext@5fe2366f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] Started ServerConnector@3442c6c8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4d798159{STARTING}[11.0.18,sto=0] @3282161ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-3796 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-inflector-1 >---- [INFO] Building jersey-tests-integration-servlet-3-inflector-1 3.0.99-SNAPSHOT [241/373] [INFO] from tests/integration/servlet-3-inflector-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-inflector-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-inflector-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-inflector-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-inflector-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-inflector-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-inflector-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-inflector-1 --- [INFO] Reserved port 32967 for jersey.config.test.container.port [INFO] Reserved port 35595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-inflector-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-inflector-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-inflector-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.xml [INFO] attaching as servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.json [INFO] attaching as servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-inflector-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-inflector-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-inflector-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase Nov 01, 2023 1:00:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Started o.e.j.m.p.MavenWebAppContext@7c3432be{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/} [INFO] Started ServerConnector@57929242{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@19d70c79{STARTING}[11.0.18,sto=0] @2782302ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/failsafe-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.tests.integration.servlet_3_inflector_1.InflectorInjectionTestITCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s -- in org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-3796 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4d798159{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3442c6c8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:00:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s -- in org.glassfish.jersey.tests.integration.servlet_3_inflector_1.InflectorInjectionTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-inflector-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@19d70c79{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@57929242{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5fe2366f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-3796 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3796 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-3796/target/jersey-3796-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3796/3.0.99-SNAPSHOT/jersey-3796-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3796 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4949 >--------- [INFO] Building jersey-tests-integration-jersey-4949 3.0.99-SNAPSHOT [218/370] [INFO] from tests/integration/jersey-4949/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4949 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4949 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4949 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4949 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4949 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4949 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4949 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4949 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4949 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4949 --- [INFO] Reserved port 41449 for jersey.config.test.container.port [INFO] Reserved port 41715 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4949 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4949] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4949 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7c3432be{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-inflector-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-inflector-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-inflector-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-1 >------- [INFO] Building jersey-tests-integration-servlet-3-init-1 3.0.99-SNAPSHOT [242/373] [INFO] from tests/integration/servlet-3-init-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-1 --- [INFO] Reserved port 43369 for jersey.config.test.container.port [INFO] Reserved port 46439 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.xml [INFO] attaching as servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.json [INFO] attaching as servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@3bef08a0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/} [INFO] Started ServerConnector@3599c593{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7c432d89{STARTING}[11.0.18,sto=0] @2784773ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.xml [INFO] attaching as jersey-4949-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.json [INFO] attaching as jersey-4949-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4949 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ jersey-4949 --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-4949 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/classes [INFO] Context path = /c ntext [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_1.HelloWorldResourceITCase Nov 01, 2023 1:00:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Started o.e.j.m.p.MavenWebAppContext@1c1efd2a{/c ntext,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] Started ServerConnector@759f2bd7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@58fb163{STARTING}[11.0.18,sto=0] @3286342ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-4949 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:47 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_1.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-1 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7c432d89{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3599c593{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.jersey4949.Jersey4949ITCase Nov 01, 2023 1:00:47 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s -- in org.glassfish.jersey.tests.integration.jersey4949.Jersey4949ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ jersey-4949 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@58fb163{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@759f2bd7{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3bef08a0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-2 >------- [INFO] Building jersey-tests-integration-servlet-3-init-2 3.0.99-SNAPSHOT [243/373] [INFO] from tests/integration/servlet-3-init-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-2 --- [INFO] Reserved port 45775 for jersey.config.test.container.port [INFO] Reserved port 39735 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1c1efd2a{/c ntext,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-4949 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4949 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/jersey-4949/target/jersey-4949-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4949/3.0.99-SNAPSHOT/jersey-4949-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4949 --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:property-check >-------- [INFO] Building jersey-tests-integration-property-check 3.0.99-SNAPSHOT [219/370] [INFO] from tests/integration/property-check/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ property-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ property-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ property-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ property-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ property-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ property-check --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ property-check --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ property-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ property-check --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ property-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ property-check --- [INFO] Reserved port 44465 for jersey.config.test.container.port [INFO] Reserved port 46125 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ property-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.xml [INFO] attaching as servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.json [INFO] attaching as servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@1137b662{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/} [INFO] Started ServerConnector@1f6037bc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3a269add{STARTING}[11.0.18,sto=0] @2787692ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/failsafe-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.tests.integration.propertycheck.PropertyOverlappingCheckTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest [INFO] Running org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModelTest Nov 01, 2023 1:00:49 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModelTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ property-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ property-check --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_2.HelloWorldResourceITCase Nov 01, 2023 1:00:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_2.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-2 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@3a269add{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1f6037bc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1137b662{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-2 --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.xml [INFO] attaching as property-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.json [INFO] attaching as property-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ property-check --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ property-check --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/property-check/target/property-check-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/property-check/3.0.99-SNAPSHOT/property-check-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ property-check --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-3 >------- [INFO] Building jersey-tests-integration-servlet-3-init-3 3.0.99-SNAPSHOT [244/373] [INFO] from tests/integration/servlet-3-init-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-3 --- [INFO] Reserved port 46865 for jersey.config.test.container.port [INFO] Reserved port 43627 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-3 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:security-digest >------- [INFO] Building jersey-tests-integration-jersey-security-digest 3.0.99-SNAPSHOT [220/370] [INFO] from tests/integration/security-digest/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ security-digest --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-digest --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ security-digest --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ security-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ security-digest --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ security-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ security-digest --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ security-digest --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-digest --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ security-digest --- [INFO] Reserved port 35077 for jersey.config.test.container.port [INFO] Reserved port 39225 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ security-digest --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ security-digest --- [INFO] Packaging webapp [INFO] Assembling webapp [security-digest] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-digest --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.xml [INFO] attaching as servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.json [INFO] attaching as servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@79e21703{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/} [INFO] Started ServerConnector@70a73484{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6f16c3d2{STARTING}[11.0.18,sto=0] @2790112ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.xml [INFO] attaching as security-digest-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_3.EmptyApplicationTestITCase [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.json [INFO] attaching as security-digest-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ security-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ security-digest --- [INFO] Configuring Jetty for project: jersey-tests-integration-jersey-security-digest [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:00:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7c96180a{Archetype Created Web Application,/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/} [INFO] Started ServerConnector@5e56de80{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@11e3a810{STARTING}[11.0.18,sto=0] @3291550ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ security-digest --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:00:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_3.EmptyApplicationTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-3 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6f16c3d2{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@70a73484{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase [INFO] Stopped o.e.j.m.p.MavenWebAppContext@79e21703{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-3 --- Nov 01, 2023 1:00:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-4 >------- [INFO] Building jersey-tests-integration-servlet-3-init-4 3.0.99-SNAPSHOT [245/373] [INFO] from tests/integration/servlet-3-init-4/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-4 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-4 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-4 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-4 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-4 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-4 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-4 --- [INFO] Reserved port 39319 for jersey.config.test.container.port [INFO] Reserved port 36371 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-4 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-4] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-4 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.xml [INFO] attaching as servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.json [INFO] attaching as servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-4 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-4 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-4 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 1:00:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s -- in org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ security-digest --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@11e3a810{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5e56de80{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Session workerName=node0 Nov 01, 2023 1:00:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7e785d48{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/} [INFO] Started ServerConnector@4f038e40{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1de18aff{STARTING}[11.0.18,sto=0] @2792955ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7c96180a{Archetype Created Web Application,/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ security-digest --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ security-digest --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/security-digest/target/security-digest-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/security-digest/3.0.99-SNAPSHOT/security-digest-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ security-digest --- [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_4.EmptyApplicationTestITCase [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-1 3.0.99-SNAPSHOT [221/370] [INFO] from tests/integration/servlet-2.5-autodiscovery-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-autodiscovery-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-autodiscovery-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-autodiscovery-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-autodiscovery-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-autodiscovery-1 --- [INFO] Reserved port 45215 for jersey.config.test.container.port [INFO] Reserved port 36823 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-autodiscovery-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-autodiscovery-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-autodiscovery-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-autodiscovery-1 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:00:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_4.EmptyApplicationTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-4 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@1de18aff{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4f038e40{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.xml [INFO] attaching as servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.json [INFO] attaching as servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-autodiscovery-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7e785d48{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/} [INFO] Session workerName=node0 [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-4 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-4 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-4 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-5 >------- [INFO] Building jersey-tests-integration-servlet-3-init-5 3.0.99-SNAPSHOT [246/373] [INFO] from tests/integration/servlet-3-init-5/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-5 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-5 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-5 --- Nov 01, 2023 1:00:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-5 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-5 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-5 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-5 --- [INFO] Reserved port 40773 for jersey.config.test.container.port [INFO] Reserved port 45691 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-5 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-5] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-5 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Started o.e.j.m.p.MavenWebAppContext@1eb85c8a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/} [INFO] Started ServerConnector@2bcbd764{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@551cb809{STARTING}[11.0.18,sto=0] @3295531ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-autodiscovery-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.xml [INFO] attaching as servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.json [INFO] attaching as servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-5 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-5 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-5 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:00:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@34385b86{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/} [INFO] Started ServerConnector@a729580{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@77cc8bbf{STARTING}[11.0.18,sto=0] @2795428ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/failsafe-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.tests.integration.servlet_25_autodiscovery_1.LanguageVariantResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_5.HelloWorldResourceITCase Nov 01, 2023 1:00:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:00:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_5.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-5 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@77cc8bbf{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@a729580{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s -- in org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_1.LanguageVariantResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-autodiscovery-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@551cb809{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2bcbd764{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@34385b86{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-5 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-5 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-5 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-6 >------- [INFO] Building jersey-tests-integration-servlet-3-init-6 3.0.99-SNAPSHOT [247/373] [INFO] from tests/integration/servlet-3-init-6/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-6 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-6 --- [INFO] Reserved port 37851 for jersey.config.test.container.port [INFO] Reserved port 34177 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-6 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-6] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp] [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1eb85c8a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-autodiscovery-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-autodiscovery-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-1/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-autodiscovery-1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 >-- [INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-2 3.0.99-SNAPSHOT [222/370] [INFO] from tests/integration/servlet-2.5-autodiscovery-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-autodiscovery-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-autodiscovery-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-autodiscovery-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-autodiscovery-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-autodiscovery-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-autodiscovery-2 --- [INFO] Reserved port 39313 for jersey.config.test.container.port [INFO] Reserved port 37103 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-autodiscovery-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-autodiscovery-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-autodiscovery-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-6 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-autodiscovery-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.xml [INFO] attaching as servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.json [INFO] attaching as servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-6 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-6 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@48538f9e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/} [INFO] Started ServerConnector@24b1f2ab{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@371b604a{STARTING}[11.0.18,sto=0] @2797686ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/failsafe-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.tests.integration.servlet_3_init_6.EmptyApplicationITCase Nov 01, 2023 1:00:59 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_6.EmptyApplicationITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-6 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@371b604a{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@24b1f2ab{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.xml [INFO] attaching as servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.json [INFO] attaching as servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-autodiscovery-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@48538f9e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-6 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-6 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-7 >------- [INFO] Building jersey-tests-integration-servlet-3-init-7 3.0.99-SNAPSHOT [248/373] [INFO] from tests/integration/servlet-3-init-7/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-7 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-7 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-7 --- Nov 01, 2023 1:01:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:00 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.5.Final [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-7 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-7 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-7 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-7 --- [INFO] Reserved port 46677 for jersey.config.test.container.port [INFO] Reserved port 45461 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-7 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-7] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-7 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Started o.e.j.m.p.MavenWebAppContext@464012c9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/} [INFO] Started ServerConnector@4fe920ac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1bba6c35{STARTING}[11.0.18,sto=0] @3300426ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-autodiscovery-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.xml [INFO] attaching as servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.json [INFO] attaching as servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-7 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-7 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-7 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@65f793d0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/} [INFO] Started ServerConnector@673dc96c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7db7fdce{STARTING}[11.0.18,sto=0] @2800380ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-autodiscovery-2 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1bba6c35{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4fe920ac{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_7.HelloWorldResourceITCase Nov 01, 2023 1:01:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@464012c9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-autodiscovery-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-autodiscovery-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-autodiscovery-2/3.0.99-SNAPSHOT/servlet-2.5-autodiscovery-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-autodiscovery-2 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-filter >------ [INFO] Building jersey-tests-integration-servlet-2.5-filter 3.0.99-SNAPSHOT [223/370] [INFO] from tests/integration/servlet-2.5-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-filter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-filter --- [INFO] Reserved port 37657 for jersey.config.test.container.port [INFO] Reserved port 35741 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp] Nov 01, 2023 1:01:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_7.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-7 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7db7fdce{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@673dc96c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@65f793d0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-7 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-7 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-7 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-8 >------- [INFO] Building jersey-tests-integration-servlet-3-init-8 3.0.99-SNAPSHOT [249/373] [INFO] from tests/integration/servlet-3-init-8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-8 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-8 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-8 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-8 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-8 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-8 --- [INFO] Reserved port 35113 for jersey.config.test.container.port [INFO] Reserved port 43943 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-8 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-8] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-8 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.xml [INFO] attaching as servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.json [INFO] attaching as servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.xml [INFO] attaching as servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.json [INFO] attaching as servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-8 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-8 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-8 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:01:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@1864d66{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/} [INFO] Started ServerConnector@460216a6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@c6c14df{STARTING}[11.0.18,sto=0] @2803474ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Started o.e.j.m.p.MavenWebAppContext@5a9f4501{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/} [INFO] Started ServerConnector@14b878da{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6324f057{STARTING}[11.0.18,sto=0] @3304387ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/failsafe-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.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.tests.integration.servlet_2_5_filter.MyResourceITCase Nov 01, 2023 1:01:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-8 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@c6c14df{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@460216a6{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:01:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s -- in org.glassfish.jersey.tests.integration.servlet_2_5_filter.MyResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-filter --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@6324f057{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@14b878da{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@1864d66{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-8 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-8 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-8 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-9 >------- [INFO] Building jersey-tests-integration-servlet-3-init-9 3.0.99-SNAPSHOT [250/373] [INFO] from tests/integration/servlet-3-init-9/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-9 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-9 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-9 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-9 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-9 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-9 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-9 --- [INFO] Reserved port 34497 for jersey.config.test.container.port [INFO] Reserved port 46143 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-9 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-9 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-9] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT.war [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5a9f4501{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-filter/3.0.99-SNAPSHOT/servlet-2.5-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-filter --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 >--- [INFO] Building jersey-tests-integration-servlet-2.5-inflector-1 3.0.99-SNAPSHOT [224/370] [INFO] from tests/integration/servlet-2.5-inflector-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-inflector-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-inflector-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-inflector-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-inflector-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-inflector-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-inflector-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-inflector-1 --- [INFO] Reserved port 38387 for jersey.config.test.container.port [INFO] Reserved port 36809 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-inflector-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-inflector-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-9 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-inflector-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.xml [INFO] attaching as servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.json [INFO] attaching as servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-9 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-9 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-9 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@4c1b7b5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/} [INFO] Started ServerConnector@3571c62b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4319e159{STARTING}[11.0.18,sto=0] @2806451ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-9 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.xml [INFO] attaching as servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.json [INFO] attaching as servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-inflector-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-inflector-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-inflector-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_9.HelloWorldResourceITCase Nov 01, 2023 1:01:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@19510537{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/} [INFO] Started ServerConnector@4b217a57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@35b86c1d{STARTING}[11.0.18,sto=0] @3307792ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_9.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-9 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@4319e159{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3571c62b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_inflector_1.InflectorInjectionTestITCase Nov 01, 2023 1:01:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4c1b7b5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-9 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-9 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-9 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-3-init-provider >--- [INFO] Building jersey-tests-integration-servlet-3-init-provider 3.0.99-SNAPSHOT [251/373] [INFO] from tests/integration/servlet-3-init-provider/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-provider --- [INFO] Reserved port 38567 for jersey.config.test.container.port [INFO] Reserved port 37795 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.882 s -- in org.glassfish.jersey.tests.integration.servlet_25_inflector_1.InflectorInjectionTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-inflector-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@35b86c1d{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4b217a57{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-provider --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-provider] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@19510537{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-inflector-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-inflector-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-inflector-1/3.0.99-SNAPSHOT/servlet-2.5-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-inflector-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-1 3.0.99-SNAPSHOT [225/370] [INFO] from tests/integration/servlet-2.5-init-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-1 --- [INFO] Reserved port 38877 for jersey.config.test.container.port [INFO] Reserved port 39469 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.xml [INFO] attaching as servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.json [INFO] attaching as servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:01:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@690ba594{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/} [INFO] Started ServerConnector@3bf41c43{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@32545101{STARTING}[11.0.18,sto=0] @3312884ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.xml [INFO] attaching as servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.json [INFO] attaching as servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-provider --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-provider [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@2932fce3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/} [INFO] Started ServerConnector@7944e7b1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3adace85{STARTING}[11.0.18,sto=0] @2809949ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/failsafe-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.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase Nov 01, 2023 1:01:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-provider --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@3adace85{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@7944e7b1{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2932fce3{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-provider --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-provider --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-params >------- [INFO] Building jersey-tests-integration-servlet-3-params 3.0.99-SNAPSHOT [252/373] [INFO] from tests/integration/servlet-3-params/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-params --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-params --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-params --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-params --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-params --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-params --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-params --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-params --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-params --- [INFO] Reserved port 37417 for jersey.config.test.container.port [INFO] Reserved port 42595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-params --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-params --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-params] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-params --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_1.Servlet25Init1ITCase [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.xml [INFO] attaching as servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.json [INFO] attaching as servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-params --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-params --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-params [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Session workerName=node0 Nov 01, 2023 1:01:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@73dfbe51{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/} [INFO] Started ServerConnector@3f32be51{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@22a961e0{STARTING}[11.0.18,sto=0] @2813063ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-params --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_1.Servlet25Init1ITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@32545101{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3bf41c43{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_params.ParamsTestITCase Nov 01, 2023 1:01:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Stopped o.e.j.m.p.MavenWebAppContext@690ba594{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-1/3.0.99-SNAPSHOT/servlet-2.5-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-1 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-2 3.0.99-SNAPSHOT [226/370] [INFO] from tests/integration/servlet-2.5-init-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:01:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 s -- in org.glassfish.jersey.tests.integration.servlet_3_params.ParamsTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-params --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@22a961e0{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3f32be51{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-2 --- [INFO] Reserved port 45319 for jersey.config.test.container.port [INFO] Reserved port 43893 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@73dfbe51{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-params --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-params --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-params --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-sse-1 >------- [INFO] Building jersey-tests-integration-servlet-3-sse-1 3.0.99-SNAPSHOT [253/373] [INFO] from tests/integration/servlet-3-sse-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-sse-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-sse-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-sse-1 --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.xml [INFO] attaching as servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.json [INFO] attaching as servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-sse-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-sse-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-sse-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-sse-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-sse-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-sse-1 --- [INFO] Reserved port 45233 for jersey.config.test.container.port [INFO] Reserved port 33293 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-sse-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-sse-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-sse-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT.war [INFO] Session workerName=node0 [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-sse-1 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:01:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@249e4165{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/} [INFO] Started ServerConnector@2b854bbc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@c24267{STARTING}[11.0.18,sto=0] @3316407ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.xml [INFO] attaching as servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.json [INFO] attaching as servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-sse-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-sse-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/failsafe-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.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-sse-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-sse-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-sse-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-4.0-mvc-1 3.0.99-SNAPSHOT [254/373] [INFO] from tests/integration/servlet-4.0-mvc-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-4.0-mvc-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-4.0-mvc-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-4.0-mvc-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-4.0-mvc-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-4.0-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-4.0-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-4.0-mvc-1 --- [INFO] Reserved port 39867 for jersey.config.test.container.port [INFO] Reserved port 42953 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-4.0-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/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.tests.integration.servlet_25_init_2.HelloWorldResourceITCase Nov 01, 2023 1:01:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-4.0-mvc-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-4.0-mvc-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-4.0-mvc-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_2.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-2 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@c24267{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2b854bbc{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.xml [INFO] attaching as servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.json [INFO] attaching as servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-4.0-mvc-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-4.0-mvc-1 --- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@249e4165{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-2/3.0.99-SNAPSHOT/servlet-2.5-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-2 --- [INFO] Skipping Jetty start: jetty.skip==true [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-4.0-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-4.0-mvc-1 --- [INFO] Jetty not running! [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-4.0-mvc-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-4.0-mvc-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:servlet-tests >-------- [INFO] Building jersey-tests-integration-servlet-tests 3.0.99-SNAPSHOT [255/373] [INFO] from tests/integration/servlet-tests/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-tests --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-tests --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-tests --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-tests --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-tests --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-3 3.0.99-SNAPSHOT [227/370] [INFO] from tests/integration/servlet-2.5-init-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-3 --- [INFO] Reserved port 46469 for jersey.config.test.container.port [INFO] Reserved port 33037 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT.war [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-tests --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-tests --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/InvalidRequestUriITCase.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/InvalidRequestUriITCase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/InvalidRequestUriITCase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-tests --- [INFO] Reserved port 45057 for jersey.config.test.container.port [INFO] Reserved port 41449 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-tests --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-tests] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-3 --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-tests --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.xml [INFO] attaching as servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.json [INFO] attaching as servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.xml [INFO] attaching as servlet-tests-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.json [INFO] attaching as servlet-tests-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT-sources.jar [INFO] Session workerName=node0 [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-tests --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-tests [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:01:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@750cc19{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/} [INFO] Started ServerConnector@40d45788{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4b1a828e{STARTING}[11.0.18,sto=0] @3320223ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Started o.e.j.m.p.MavenWebAppContext@5a2a904e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/} [INFO] Started ServerConnector@4ef365ca{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@6d659312{STARTING}[11.0.18,sto=0] @2819565ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/failsafe-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.tests.integration.servlettests.Custom404MediaTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_3.HelloWorldResourceITCase Nov 01, 2023 1:01:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:21 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s -- in org.glassfish.jersey.tests.integration.servlettests.Custom404MediaTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_3.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-3 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4b1a828e{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@40d45788{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:22 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption/encoding contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase Nov 01, 2023 1:01:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-tests --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@6d659312{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4ef365ca{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@750cc19{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-3/3.0.99-SNAPSHOT/servlet-2.5-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-3 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-4 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-4 3.0.99-SNAPSHOT [228/370] [INFO] from tests/integration/servlet-2.5-init-4/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-4 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-4 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-4 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-4 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-4 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-4 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-4 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-4 --- [INFO] Reserved port 42991 for jersey.config.test.container.port [INFO] Reserved port 42551 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-4 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-4] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-4 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5a2a904e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-tests --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-tests --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-tests --- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.xml [INFO] attaching as servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.json [INFO] attaching as servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-4 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-4 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-4 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding 3.0.99-SNAPSHOT [256/373] [INFO] from tests/integration/servlet-request-wrapper-binding/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-request-wrappper-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-request-wrappper-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-request-wrappper-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-request-wrappper-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-request-wrappper-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-request-wrappper-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-request-wrappper-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-request-wrappper-binding --- [INFO] Reserved port 41581 for jersey.config.test.container.port [INFO] Reserved port 34035 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-request-wrappper-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@37d77bca{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/} [INFO] Started ServerConnector@11d8fff9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5a68534e{STARTING}[11.0.18,sto=0] @3323189ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-request-wrappper-binding --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-request-wrappper-binding] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-request-wrappper-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.xml [INFO] attaching as servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.json [INFO] attaching as servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-request-wrappper-binding --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_4.HelloWorldResourceITCase Nov 01, 2023 1:01:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5b1653b9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/} [INFO] Started ServerConnector@58f1d8a5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@10820e84{STARTING}[11.0.18,sto=0] @2823442ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-request-wrappper-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/failsafe-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.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_4.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-4 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@5a68534e{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@11d8fff9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:01:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase Nov 01, 2023 1:01:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-request-wrappper-binding --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@10820e84{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@58f1d8a5{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@37d77bca{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-4 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-4 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-4/3.0.99-SNAPSHOT/servlet-2.5-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-4 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-5 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-5 3.0.99-SNAPSHOT [229/370] [INFO] from tests/integration/servlet-2.5-init-5/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-5 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-5 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-5 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-5 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-5 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-5 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-5 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-5 --- [INFO] Reserved port 39303 for jersey.config.test.container.port [INFO] Reserved port 44969 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-5 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-5] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-5 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5b1653b9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-request-wrappper-binding --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-request-wrappper-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-request-wrappper-binding --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding-2 3.0.99-SNAPSHOT [257/373] [INFO] from tests/integration/servlet-request-wrapper-binding-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-request-wrappper-binding-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-request-wrappper-binding-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-request-wrappper-binding-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-request-wrappper-binding-2 --- [INFO] Reserved port 37797 for jersey.config.test.container.port [INFO] Reserved port 37255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-request-wrappper-binding-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.xml [INFO] attaching as servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.json [INFO] attaching as servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-5 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-5 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-5 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:01:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-request-wrappper-binding-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-request-wrappper-binding-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war Nov 01, 2023 1:01:27 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@2c2b66f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/} [INFO] Started ServerConnector@4d79c69d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@267485c3{STARTING}[11.0.18,sto=0] @3326460ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-request-wrappper-binding-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_5.HelloWorldResourceITCase Nov 01, 2023 1:01:27 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.xml [INFO] attaching as servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.json [INFO] attaching as servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-request-wrappper-binding-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 Nov 01, 2023 1:01:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@10db8670{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/} [INFO] Started ServerConnector@1e75e1fd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@7a97879d{STARTING}[11.0.18,sto=0] @2826827ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-request-wrappper-binding-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:01:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.595 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_5.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-5 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@267485c3{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4d79c69d{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2c2b66f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-5 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-5 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-5/3.0.99-SNAPSHOT/servlet-2.5-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase Nov 01, 2023 1:01:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-5 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-6 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-6 3.0.99-SNAPSHOT [230/370] [INFO] from tests/integration/servlet-2.5-init-6/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-6 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-6 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-6 --- [INFO] Reserved port 33837 for jersey.config.test.container.port [INFO] Reserved port 38865 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-6 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-6] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-6 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-request-wrappper-binding-2 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@7a97879d{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1e75e1fd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.xml [INFO] attaching as servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.json [INFO] attaching as servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-6 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-6 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Stopped o.e.j.m.p.MavenWebAppContext@10db8670{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-request-wrappper-binding-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-request-wrappper-binding-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:sonar-test >---------- [INFO] Building jersey-tests-integration-sonar-test 3.0.99-SNAPSHOT [258/373] [INFO] from tests/integration/sonar-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' Nov 01, 2023 1:01:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sonar-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sonar-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sonar-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sonar-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sonar-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sonar-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sonar-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sonar-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sonar-test --- [INFO] Reserved port 44897 for jersey.config.test.container.port [INFO] Reserved port 35557 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sonar-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ sonar-test --- [INFO] Packaging webapp [INFO] Assembling webapp [sonar-test] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sonar-test --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:01:30 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@74f9e4a1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/} [INFO] Started ServerConnector@35d40cb2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@141b5f8f{STARTING}[11.0.18,sto=0] @3329698ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.xml [INFO] attaching as sonar-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.json [INFO] attaching as sonar-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sonar-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ sonar-test --- [INFO] Configuring Jetty for project: jersey-tests-integration-sonar-test [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 21+35-2513 [INFO] Session workerName=node0 [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_6.HelloWorldResourceITCase Nov 01, 2023 1:01:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@3feaec9f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/} [INFO] Started ServerConnector@4eda2d11{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@14813d3{STARTING}[11.0.18,sto=0] @2829727ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ sonar-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/failsafe-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.tests.integration.sonar.JerseySonarITCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_6.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-6 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@141b5f8f{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@35d40cb2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:01:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.glassfish.jersey.tests.integration.sonar.JerseySonarITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ sonar-test --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@14813d3{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@4eda2d11{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@74f9e4a1{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-6 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-6/3.0.99-SNAPSHOT/servlet-2.5-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-6 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-7 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-7 3.0.99-SNAPSHOT [231/370] [INFO] from tests/integration/servlet-2.5-init-7/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-7 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-7 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-7 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-7 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-7 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-7 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-7 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-7 --- [INFO] Reserved port 39387 for jersey.config.test.container.port [INFO] Reserved port 39391 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-7 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-7] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-7 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3feaec9f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ sonar-test --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ sonar-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sonar-test --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:tracing-support >------- [INFO] Building jersey-tests-integration-tracing-support 3.0.99-SNAPSHOT [259/373] [INFO] from tests/integration/tracing-support/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.xml [INFO] attaching as servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.json [INFO] attaching as servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-7 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-7 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-7 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [WARNING] Parameter 'connectors' is unknown for plugin 'jetty-maven-plugin:11.0.15:start (start-jetty)' [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.15:start (start-jetty)' [WARNING] Parameter 'connectors' is unknown for plugin 'jetty-maven-plugin:11.0.15:stop (stop-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ tracing-support --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ tracing-support --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ tracing-support --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tracing-support --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tracing-support --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tracing-support --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tracing-support --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tracing-support --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ tracing-support --- [INFO] Reserved port 42765 for jersey.config.test.container.port [INFO] Reserved port 45679 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tracing-support --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tracing-support --- [INFO] Packaging webapp [INFO] Assembling webapp [tracing-support] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT.war Nov 01, 2023 1:01:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tracing-support --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:01:33 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@65f9f59c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/} [INFO] Started ServerConnector@1b4345c9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@d472b48{STARTING}[11.0.18,sto=0] @3332808ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.xml [INFO] attaching as tracing-support-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.json [INFO] attaching as tracing-support-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tracing-support --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.15:start (start-jetty) @ tracing-support --- [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_7.HelloWorldResourceITCase Nov 01, 2023 1:01:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_7.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-7 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@d472b48{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1b4345c9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@65f9f59c{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-7 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-7 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-7/3.0.99-SNAPSHOT/servlet-2.5-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-7 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-8 >------ [INFO] Building jersey-tests-integration-servlet-2.5-init-8 3.0.99-SNAPSHOT [232/370] [INFO] from tests/integration/servlet-2.5-init-8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-init-8 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-init-8 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-init-8 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-init-8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-init-8 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-init-8 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-8 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-init-8 --- [INFO] Reserved port 40601 for jersey.config.test.container.port [INFO] Reserved port 34477 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-init-8 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-init-8] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-init-8 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Configuring Jetty for project: jersey-tests-integration-tracing-support [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 21+35-2513 [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.xml [INFO] attaching as servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.json [INFO] attaching as servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-init-8 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-init-8 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-8 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:01:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:37 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@24729e69{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/} [INFO] Started ServerConnector@63ee9ebb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1933f5f9{STARTING}[11.0.18,sto=0] @3336315ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Session workerName=node0 Nov 01, 2023 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:37 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@7ed3eba5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/} [INFO] Started ServerConnector@1e44dff2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@376a5d75{STARTING}[11.0.15,sto=0] @2835754ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ tracing-support --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/failsafe-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.tests.integration.tracing.OnDemandTracingSupportITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.internal.ServiceFinder] Running in a non-OSGi environment Nov 01, 2023 1:01:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-init-8 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1933f5f9{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@63ee9ebb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] Stopped o.e.j.m.p.MavenWebAppContext@24729e69{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-init-8 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-init-8 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-init-8/3.0.99-SNAPSHOT/servlet-2.5-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-init-8 --- INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-1 3.0.99-SNAPSHOT [233/370] [INFO] from tests/integration/servlet-2.5-mvc-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-1 --- [INFO] Reserved port 40299 for jersey.config.test.container.port [INFO] Reserved port 45249 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ servlet-2.5-mvc-1 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.960 s -- in org.glassfish.jersey.tests.integration.tracing.OnDemandTracingSupportITCase [INFO] Running org.glassfish.jersey.tests.integration.tracing.AllTracingSupportITCase INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.xml [INFO] attaching as servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.json [INFO] attaching as servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). Nov 01, 2023 1:01:41 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@7601fcde{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/} [INFO] Started ServerConnector@78a7783f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3f8ff890{STARTING}[11.0.18,sto=0] @3340819ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase Nov 01, 2023 1:01:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase Nov 01, 2023 1:01:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hasek Nov 01, 2023 1:01:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@3f8ff890{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@78a7783f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7601fcde{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ servlet-2.5-mvc-1 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-1/3.0.99-SNAPSHOT/servlet-2.5-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-2 3.0.99-SNAPSHOT [234/370] [INFO] from tests/integration/servlet-2.5-mvc-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-2 --- [INFO] Reserved port 38111 for jersey.config.test.container.port [INFO] Reserved port 35495 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-2 --- [INFO] CycloneDX: Resolving Dependencies INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.646 s -- in org.glassfish.jersey.tests.integration.tracing.AllTracingSupportITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.15:stop (stop-jetty) @ tracing-support --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@376a5d75{STOPPING}[11.0.15,sto=0] [INFO] Stopped ServerConnector@1e44dff2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7ed3eba5{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ tracing-support --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ tracing-support --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ tracing-support --- [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.xml [INFO] attaching as servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.json [INFO] attaching as servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:spring6 >----------- [INFO] Building jersey-tests-integration-spring6 3.0.99-SNAPSHOT [260/373] [INFO] from tests/integration/spring6/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.14:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ spring6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ spring6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ spring6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ spring6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ spring6 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ spring6 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ spring6 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ spring6 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ spring6 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:01:46 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@5696db21{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/} [INFO] Started ServerConnector@36a5a036{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@45b015a3{STARTING}[11.0.18,sto=0] @3346024ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ spring6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ spring6 --- [INFO] Reserved port 39035 for jersey.config.test.container.port [INFO] Reserved port 37369 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ spring6 --- [INFO] Packaging webapp [INFO] Assembling webapp [spring6] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/spring6-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/spring6-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ spring6 --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase Nov 01, 2023 1:01:47 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hasek Nov 01, 2023 1:01:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.BookstoreITCase Nov 01, 2023 1:01:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_2.BookstoreITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-2 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@45b015a3{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@36a5a036{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/bom.xml [INFO] attaching as spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/bom.json [INFO] attaching as spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.14:start (start-jetty) @ spring6 --- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5696db21{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-2/3.0.99-SNAPSHOT/servlet-2.5-mvc-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-2 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 >------ [INFO] Building jersey-tests-integration-servlet-2.5-mvc-3 3.0.99-SNAPSHOT [235/370] [INFO] from tests/integration/servlet-2.5-mvc-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-mvc-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-mvc-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-mvc-3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-mvc-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-mvc-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-mvc-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-mvc-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-mvc-3 --- [INFO] Reserved port 43405 for jersey.config.test.container.port [INFO] Reserved port 43085 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-mvc-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (copy-tld) @ servlet-2.5-mvc-3 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-mvc-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-mvc-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-mvc-3 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.xml [INFO] attaching as servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.json [INFO] attaching as servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-mvc-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-2.5-mvc-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Configuring Jetty for project: jersey-tests-integration-spring6 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.14; built: 2023-02-22T23:41:48.575Z; git: 4601fe8dd805ce75b69c64466c115a162586641b; jvm 21+35-2513 Nov 01, 2023 1:01:51 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. [INFO] Started o.e.j.m.p.MavenWebAppContext@6b263aa6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/} [INFO] Started ServerConnector@29caa2dd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@22c4601c{STARTING}[11.0.18,sto=0] @3350413ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-mvc-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] org.apache.commons.logging.Log scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/6.0.13/spring-jcl-6.0.13.jar!/org/apache/commons/logging/Log.class, jar:file:///home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/org/apache/commons/logging/Log.class [WARNING] org.apache.commons.logging.LogFactory$1 scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/6.0.13/spring-jcl-6.0.13.jar!/org/apache/commons/logging/LogFactory$1.class, jar:file:///home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/org/apache/commons/logging/LogFactory$1.class [WARNING] org.apache.commons.logging.LogFactory scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/6.0.13/spring-jcl-6.0.13.jar!/org/apache/commons/logging/LogFactory.class, jar:file:///home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/org/apache/commons/logging/LogFactory.class [WARNING] org.apache.commons.logging.impl.NoOpLog scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/6.0.13/spring-jcl-6.0.13.jar!/org/apache/commons/logging/impl/NoOpLog.class, jar:file:///home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/org/apache/commons/logging/impl/NoOpLog.class [WARNING] org.apache.commons.logging.impl.SimpleLog scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/6.0.13/spring-jcl-6.0.13.jar!/org/apache/commons/logging/impl/SimpleLog.class, jar:file:///home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/org/apache/commons/logging/impl/SimpleLog.class [WARNING] org.aopalliance.aop.Advice scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/aop/Advice.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/aop/Advice.class [WARNING] org.aopalliance.aop.AspectException scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/aop/AspectException.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/aop/AspectException.class [WARNING] org.aopalliance.intercept.ConstructorInterceptor scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/ConstructorInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/ConstructorInterceptor.class [WARNING] org.aopalliance.intercept.ConstructorInvocation scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/ConstructorInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/ConstructorInvocation.class [WARNING] org.aopalliance.intercept.Interceptor scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/Interceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/Interceptor.class [WARNING] org.aopalliance.intercept.Invocation scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/Invocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/Invocation.class [WARNING] org.aopalliance.intercept.Joinpoint scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/Joinpoint.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/Joinpoint.class [WARNING] org.aopalliance.intercept.MethodInterceptor scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/MethodInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/MethodInterceptor.class [WARNING] org.aopalliance.intercept.MethodInvocation scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/6.0.13/spring-aop-6.0.13.jar!/org/aopalliance/intercept/MethodInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar!/org/aopalliance/intercept/MethodInvocation.class [INFO] 1 Spring WebApplicationInitializers detected on classpath [INFO] Session workerName=node0 [INFO] Initializing Spring root WebApplicationContext [INFO] Root WebApplicationContext: initialization started [INFO] Root WebApplicationContext initialized in 237 ms Nov 01, 2023 1:01:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@11db4cce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp/} [INFO] Started ServerConnector@2bf3a5b8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@46e8523f{STARTING}[11.0.14,sto=0] @2850592ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/failsafe-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.tests.integration.servlet_25_mvc_3.BookstoreITCase Nov 01, 2023 1:01:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Running org.glassfish.jersey.server.spring.test.AccountResourceITCase Nov 01, 2023 1:01:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.glassfish.jersey.server.spring.test.AccountResourceITCase [INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedITCase Nov 01, 2023 1:01:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.glassfish.jersey.server.spring.test.SpringManagedITCase [INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase [INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hašek Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase [INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase [INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase [INFO] Running org.glassfish.jersey.server.spring.test.JerseyManagedITCase Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.458 s -- in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-2.5-mvc-3 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@22c4601c{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@29caa2dd{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.server.spring.test.JerseyManagedITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.14:stop (stop-jetty) @ spring6 --- [INFO] Waiting 10 seconds for jetty 134 to stop [INFO] Stopped Server@46e8523f{STOPPING}[11.0.14,sto=0] [INFO] Stopped ServerConnector@2bf3a5b8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@6b263aa6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/} [INFO] [INFO] --- antrun:3.1.0:run (delete-tld) @ servlet-2.5-mvc-3 --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-mvc-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-mvc-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-mvc-3/3.0.99-SNAPSHOT/servlet-2.5-mvc-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-mvc-3 --- [INFO] Closing Spring root WebApplicationContext [INFO] Stopped o.e.j.m.p.MavenWebAppContext@11db4cce{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ spring6 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ spring6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/spring6/3.0.99-SNAPSHOT/spring6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/spring6-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/spring6/3.0.99-SNAPSHOT/spring6-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/spring6/3.0.99-SNAPSHOT/spring6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/spring6/3.0.99-SNAPSHOT/spring6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/spring6/target/spring6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/spring6/3.0.99-SNAPSHOT/spring6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ spring6 --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------ [INFO] Building jersey-tests-integration-servlet-2.5-reload 3.0.99-SNAPSHOT [236/370] [INFO] from tests/integration/servlet-2.5-reload/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-2.5-reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-2.5-reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-2.5-reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-2.5-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-2.5-reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-2.5-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-reload --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-2.5-reload --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-2.5-reload --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-2.5-reload --- [INFO] Reserved port 46629 for jersey.config.test.container.port [INFO] Reserved port 44621 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-2.5-reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-2.5-reload --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-reload] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-2.5-reload --- [INFO] [INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >----------- [INFO] Building jersey-tests-jmockit 3.0.99-SNAPSHOT [261/373] [INFO] from tests/jmockit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-jmockit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-jmockit --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-jmockit --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-jmockit --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-jmockit --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-jmockit --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/internal/scanning/PackageNamesScannerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/internal/scanning/PackageNamesScannerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-jmockit --- [INFO] Reserved port 41539 for jersey.config.test.container.port [INFO] Reserved port 41289 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-tests-jmockit --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.xml [INFO] attaching as servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.json [INFO] attaching as servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-2.5-reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-2.5-reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/failsafe-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.tests.integration.servlet_25_config_reload.ReloadTestIT [INFO] Running org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.integration.servlet_25_config_reload.ReloadTestIT [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-2.5-reload --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-2.5-reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-2.5-reload/3.0.99-SNAPSHOT/servlet-2.5-reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-2.5-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-async >------- [INFO] Building jersey-tests-integration-servlet-3-async 3.0.99-SNAPSHOT [237/370] [INFO] from tests/integration/servlet-3-async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-async --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-async --- [INFO] Reserved port 37451 for jersey.config.test.container.port [INFO] Reserved port 43017 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-async --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-async] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Running org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest Nov 01, 2023 1:01:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41539/ Nov 01, 2023 1:01:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.xml [INFO] attaching as servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.json [INFO] attaching as servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-async --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-async [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41539] Nov 01, 2023 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:01:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@56486aa6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/} [INFO] Started ServerConnector@1591f337{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@2a708eef{STARTING}[11.0.18,sto=0] @3356447ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/failsafe-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.tests.integration.servlet_3_async.AsyncServletResourceITCase Nov 01, 2023 1:01:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41539] Nov 01, 2023 1:01:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41539/ Nov 01, 2023 1:01:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41539] Nov 01, 2023 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41539] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.970 s -- in org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-jmockit --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:01:58 PM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncServlet INFO: GET response for message 0: 200 : "Hello Async World!" GET response for message 1: 200 : "Hello Async World!" GET response for message 2: 200 : "Hello Async World!" GET response for message 3: 200 : "Hello Async World!" GET response for message 4: 200 : "Hello Async World!" GET response for message 5: 200 : "Hello Async World!" GET response for message 6: 200 : "Hello Async World!" GET response for message 7: 200 : "Hello Async World!" GET response for message 8: 200 : "Hello Async World!" GET response for message 9: 200 : "Hello Async World!" GET response for message 10: 200 : "Hello Async World!" GET response for message 11: 200 : "Hello Async World!" GET response for message 12: 200 : "Hello Async World!" GET response for message 13: 200 : "Hello Async World!" GET response for message 14: 200 : "Hello Async World!" GET response for message 15: 200 : "Hello Async World!" GET response for message 16: 200 : "Hello Async World!" GET response for message 17: 200 : "Hello Async World!" GET response for message 18: 200 : "Hello Async World!" GET response for message 19: 200 : "Hello Async World!" GET response for message 20: 200 : "Hello Async World!" GET response for message 21: 200 : "Hello Async World!" GET response for message 22: 200 : "Hello Async World!" GET response for message 23: 200 : "Hello Async World!" GET response for message 24: 200 : "Hello Async World!" GET response for message 25: 200 : "Hello Async World!" GET response for message 26: 200 : "Hello Async World!" GET response for message 27: 200 : "Hello Async World!" GET response for message 28: 200 : "Hello Async World!" GET response for message 29: 200 : "Hello Async World!" GET response for message 30: 200 : "Hello Async World!" GET response for message 31: 200 : "Hello Async World!" GET response for message 32: 200 : "Hello Async World!" GET response for message 33: 200 : "Hello Async World!" GET response for message 34: 200 : "Hello Async World!" GET response for message 35: 200 : "Hello Async World!" GET response for message 36: 200 : "Hello Async World!" GET response for message 37: 200 : "Hello Async World!" GET response for message 38: 200 : "Hello Async World!" GET response for message 39: 200 : "Hello Async World!" GET response for message 40: 200 : "Hello Async World!" GET response for message 41: 200 : "Hello Async World!" GET response for message 42: 200 : "Hello Async World!" GET response for message 43: 200 : "Hello Async World!" GET response for message 44: 200 : "Hello Async World!" GET response for message 45: 200 : "Hello Async World!" GET response for message 46: 200 : "Hello Async World!" GET response for message 47: 200 : "Hello Async World!" GET response for message 48: 200 : "Hello Async World!" GET response for message 49: 200 : "Hello Async World!" Nov 01, 2023 1:01:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:01:58 PM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncRequestCanceling INFO: POST response for message 0: Canceled 4 by POST 0 POST response for message 1: Canceled 1 by POST 1 POST response for message 2: Canceled 6 by POST 2 POST response for message 3: Canceled 8 by POST 3 POST response for message 4: Canceled 5 by POST 4 POST response for message 5: Canceled 2 by POST 5 POST response for message 6: Canceled 9 by POST 6 POST response for message 7: Canceled 3 by POST 7 POST response for message 8: Canceled 7 by POST 8 POST response for message 9: Canceled 0 by POST 9 GET response for message 0: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 1: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 2: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 3: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 4: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 5: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 6: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 7: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 8: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
GET response for message 9: 503: Error 503 Service Unavailable

HTTP ERROR 503 Service Unavailable

URI:/async/canceled
STATUS:503
MESSAGE:Service Unavailable
SERVLET:org.glassfish.jersey.tests.integration.servlet_3_async.Servlet3Async

Powered by Jetty:// 11.0.18
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s -- in org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_async.AsyncTimeoutResourceITCase Nov 01, 2023 1:01:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 92 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-jmockit --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-jmockit --- [INFO] [INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >------- [INFO] Building jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT [262/373] [INFO] from test-framework/memleak-test-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ memleak-test-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ memleak-test-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ memleak-test-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ memleak-test-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ memleak-test-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ memleak-test-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ memleak-test-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ memleak-test-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ memleak-test-common --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ memleak-test-common --- [INFO] Reserved port 44907 for jersey.config.test.container.port [INFO] Reserved port 39583 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ memleak-test-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ memleak-test-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s -- in org.glassfish.jersey.tests.integration.servlet_3_async.AsyncTimeoutResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-async --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@2a708eef{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@1591f337{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ memleak-test-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ memleak-test-common --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.memleaks:project >------------- [INFO] Building jersey-tests-memleak 3.0.99-SNAPSHOT [263/373] [INFO] from tests/mem-leaks/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33389 for jersey.config.test.container.port [INFO] Reserved port 39873 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------ [INFO] Building jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT [264/373] [INFO] from tests/mem-leaks/redeployment/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40969 for jersey.config.test.container.port [INFO] Reserved port 40315 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >-- [INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT [265/373] [INFO] from tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] Stopped o.e.j.m.p.MavenWebAppContext@56486aa6{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-async --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-async/target/servlet-3-async-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-async/3.0.99-SNAPSHOT/servlet-3-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-async --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-chunked-io >----- [INFO] Building jersey-tests-integration-servlet-3-chunked-io 3.0.99-SNAPSHOT [238/370] [INFO] from tests/integration/servlet-3-chunked-io/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-chunked-io --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-chunked-io --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-chunked-io --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-chunked-io --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-chunked-io --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-chunked-io --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-chunked-io --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-chunked-io --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-leaking-test-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-leaking-test-app --- [INFO] Reserved port 37675 for jersey.config.test.container.port [INFO] Reserved port 42165 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-leaking-test-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-chunked-io --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-chunked-io --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-chunked-io --- [INFO] Reserved port 33497 for jersey.config.test.container.port [INFO] Reserved port 37693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-chunked-io --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-chunked-io --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-chunked-io] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-chunked-io --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-leaking-test-app --- [INFO] [INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >--------- [INFO] Building jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT [266/373] [INFO] from examples/webapp-example-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ webapp-example-parent --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ webapp-example-parent --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ webapp-example-parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ webapp-example-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ webapp-example-parent --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ webapp-example-parent --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ webapp-example-parent --- [INFO] Reserved port 43527 for jersey.config.test.container.port [INFO] Reserved port 36525 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ webapp-example-parent --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.xml [INFO] attaching as servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.json [INFO] attaching as servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-chunked-io --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-chunked-io --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-chunked-io [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5761e737{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/} [INFO] Started ServerConnector@eab2858{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4bc1d942{STARTING}[11.0.18,sto=0] @3361910ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-chunked-io --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ webapp-example-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ webapp-example-parent --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ webapp-example-parent --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >----------- [INFO] Building jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT [267/373] [INFO] from examples/helloworld-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-webapp --- [INFO] Reserved port 44405 for jersey.config.test.container.port [INFO] Reserved port 41807 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/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.tests.integration.servlet_3_chunked_io.ChunkedInputOutputITCase Nov 01, 2023 1:02:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest Nov 01, 2023 1:02:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44405/helloworld-webapp Nov 01, 2023 1:02:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44405] Nov 01, 2023 1:02:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44405] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s -- in org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ helloworld-webapp --- Nov 01, 2023 1:02:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources [INFO] Packaging webapp [INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-webapp --- [INFO] [INFO] ---------< org.glassfish.jersey.test-framework.maven:project >---------- [INFO] Building jersey-test-framework-maven 3.0.99-SNAPSHOT [268/373] [INFO] from test-framework/maven/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43071 for jersey.config.test.container.port [INFO] Reserved port 40831 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >-- [INFO] Building jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT [269/373] [INFO] from test-framework/maven/container-runner-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ container-runner-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ container-runner-maven-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ container-runner-maven-plugin --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- groovy-eclipse-compiler:3.7.0:add-groovy-build-paths (default-add-groovy-build-paths) @ container-runner-maven-plugin --- [INFO] Adding /src/main/groovy to the list of source folders [INFO] Adding /src/test/groovy to the list of test source folders [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ container-runner-maven-plugin --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ container-runner-maven-plugin --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ container-runner-maven-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ container-runner-maven-plugin --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files Nov 01, 2023 1:02:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Nov 01, 2023 1:02:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Nov 01, 2023 1:02:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.466 s -- in org.glassfish.jersey.tests.integration.servlet_3_chunked_io.ChunkedInputOutputITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-chunked-io --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4bc1d942{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@eab2858{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5761e737{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-chunked-io --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-chunked-io --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-chunked-io/3.0.99-SNAPSHOT/servlet-3-chunked-io-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-chunked-io --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-filter >------- [INFO] Building jersey-tests-integration-servlet-3-filter 3.0.99-SNAPSHOT [239/370] [INFO] from tests/integration/servlet-3-filter/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-filter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-filter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-filter --- [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ container-runner-maven-plugin --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-filter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-filter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-filter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-filter --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-filter --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-filter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-filter --- [INFO] Reserved port 43199 for jersey.config.test.container.port [INFO] Reserved port 45647 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-filter --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-filter] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-filter --- [INFO] CycloneDX: Resolving Dependencies [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.xml [INFO] attaching as servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.json [INFO] attaching as servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-filter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-filter --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-filter [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@5dced900{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/} [INFO] Started ServerConnector@345917af{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@686783cc{STARTING}[11.0.18,sto=0] @3371668ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-filter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] java-annotations mojo extractor found 12 mojo descriptors. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ container-runner-maven-plugin --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ container-runner-maven-plugin --- [INFO] Reserved port 33379 for jersey.config.test.container.port [INFO] Reserved port 38331 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ container-runner-maven-plugin --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/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.tests.integration.servlet_3_filter.MyResourceITCase Nov 01, 2023 1:02:12 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ container-runner-maven-plugin --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:02:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s -- in org.glassfish.jersey.tests.integration.servlet_3_filter.MyResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-filter --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@686783cc{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@345917af{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5dced900{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-filter --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-filter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-filter/target/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-filter/3.0.99-SNAPSHOT/servlet-3-filter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-filter --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-3-gf-async >------ [INFO] Building jersey-tests-integration-servlet-3-gf-async 3.0.99-SNAPSHOT [240/370] [INFO] from tests/integration/servlet-3-gf-async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-gf-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-gf-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-gf-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-gf-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-gf-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-gf-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-gf-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-gf-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-gf-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-gf-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-gf-async --- [INFO] Reserved port 36455 for jersey.config.test.container.port [INFO] Reserved port 35359 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-gf-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-gf-async --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-gf-async] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-gf-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.xml [INFO] attaching as servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.json [INFO] attaching as servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-gf-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-gf-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-gf-async/3.0.99-SNAPSHOT/servlet-3-gf-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-gf-async --- [INFO] [INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-inflector-1 >---- [INFO] Building jersey-tests-integration-servlet-3-inflector-1 3.0.99-SNAPSHOT [241/370] [INFO] from tests/integration/servlet-3-inflector-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-inflector-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-inflector-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-inflector-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-inflector-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-inflector-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-inflector-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-inflector-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-inflector-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-inflector-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-inflector-1 --- [INFO] Reserved port 42117 for jersey.config.test.container.port [INFO] Reserved port 39765 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-inflector-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-inflector-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-inflector-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 92 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ container-runner-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ container-runner-maven-plugin --- [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.xml [INFO] attaching as servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.json [INFO] attaching as servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-inflector-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-inflector-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-inflector-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@34300905{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/} [INFO] Started ServerConnector@5500fb1f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@11a7f332{STARTING}[11.0.18,sto=0] @3375948ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-inflector-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >-- [INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT [270/373] [INFO] from tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-hello-world-app-ref --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-hello-world-app-ref --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-hello-world-app-ref --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- dependency:3.6.1:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-hello-world-app-ref --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-hello-world-app-ref --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-hello-world-app-ref --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-hello-world-app-ref --- [INFO] Reserved port 40425 for jersey.config.test.container.port [INFO] Reserved port 34821 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-hello-world-app-ref --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-hello-world-app-ref --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_inflector_1.InflectorInjectionTestITCase [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-hello-world-app-ref --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >-- [INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT [271/373] [INFO] from tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-no-jersey-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-no-jersey-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-no-jersey-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-no-jersey-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-no-jersey-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-no-jersey-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-no-jersey-app --- Nov 01, 2023 1:02:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-no-jersey-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-no-jersey-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-no-jersey-app --- [INFO] Reserved port 32857 for jersey.config.test.container.port [INFO] Reserved port 34391 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-no-jersey-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-no-jersey-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-no-jersey-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-no-jersey-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-no-jersey-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-no-jersey-app --- Nov 01, 2023 1:02:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.glassfish.jersey.tests.integration.servlet_3_inflector_1.InflectorInjectionTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-inflector-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@11a7f332{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@5500fb1f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >-- [INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT [272/373] [INFO] from tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-threadlocals-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-threadlocals-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-threadlocals-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-threadlocals-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-threadlocals-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-threadlocals-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-threadlocals-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-threadlocals-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-threadlocals-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-threadlocals-app --- [INFO] Reserved port 41965 for jersey.config.test.container.port [INFO] Reserved port 44671 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-threadlocals-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-threadlocals-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-threadlocals-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@34300905{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-inflector-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-inflector-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-inflector-1/3.0.99-SNAPSHOT/servlet-3-inflector-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-inflector-1 --- [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-threadlocals-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-threadlocals-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-threadlocals-app --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-1 >------- [INFO] Building jersey-tests-integration-servlet-3-init-1 3.0.99-SNAPSHOT [242/370] [INFO] from tests/integration/servlet-3-init-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-1 --- [INFO] Reserved port 44123 for jersey.config.test.container.port [INFO] Reserved port 36929 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT.war [INFO] [INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >-------- [INFO] Building jersey-tests-memleak-testcase 3.0.99-SNAPSHOT [273/373] [INFO] from tests/mem-leaks/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41777 for jersey.config.test.container.port [INFO] Reserved port 39317 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >---- [INFO] Building jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT [274/373] [INFO] from tests/mem-leaks/test-cases/bean-param-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bean-param-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bean-param-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bean-param-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bean-param-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bean-param-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bean-param-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bean-param-leak --- [INFO] Reserved port 39761 for jersey.config.test.container.port [INFO] Reserved port 45935 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ bean-param-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bean-param-leak --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.xml [INFO] attaching as servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.json [INFO] attaching as servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-1 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-1 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@5e69294f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/} [INFO] Started ServerConnector@50aa2769{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@40b23037{STARTING}[11.0.18,sto=0] @3378881ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/failsafe-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.tests.integration.servlet_3_init_1.HelloWorldResourceITCase Nov 01, 2023 1:02:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bean-param-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bean-param-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bean-param-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT [275/373] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak --- [INFO] Reserved port 35065 for jersey.config.test.container.port [INFO] Reserved port 34113 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ shutdown-hook-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:02:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_1.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-1 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@40b23037{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@50aa2769{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT [276/373] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak-client --- [INFO] Reserved port 39673 for jersey.config.test.container.port [INFO] Reserved port 34135 for jersey.config.test.container.stop.port [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5e69294f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-1/target/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-1/3.0.99-SNAPSHOT/servlet-3-init-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-1 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-2 >------- [INFO] Building jersey-tests-integration-servlet-3-init-2 3.0.99-SNAPSHOT [243/370] [INFO] from tests/integration/servlet-3-init-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-2 --- [INFO] Reserved port 40733 for jersey.config.test.container.port [INFO] Reserved port 40355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak-client --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >--- [INFO] Building jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT [277/373] [INFO] from tests/mem-leaks/test-cases/leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ leaking-test-app --- [INFO] Reserved port 35243 for jersey.config.test.container.port [INFO] Reserved port 44849 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.xml [INFO] attaching as servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.json [INFO] attaching as servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ leaking-test-app --- [INFO] [INFO] --------------< org.glassfish.jersey.tests.osgi:project >--------------- [INFO] Building jersey-tests-osgi 3.0.99-SNAPSHOT [278/373] [INFO] from tests/osgi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34255 for jersey.config.test.container.port [INFO] Reserved port 36249 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] Started o.e.j.m.p.MavenWebAppContext@39704767{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/} [INFO] Started ServerConnector@3831c62b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@8c1673f{STARTING}[11.0.18,sto=0] @3382289ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >---- [INFO] Building jersey-tests-osgi-functional 3.0.99-SNAPSHOT [279/373] [INFO] from tests/osgi/functional/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-osgi-functional --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-osgi-functional --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-osgi-functional --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-osgi-functional --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional --- [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_2.HelloWorldResourceITCase Nov 01, 2023 1:02:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_2.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-2 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@8c1673f{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3831c62b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-tests-osgi-functional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ jersey-tests-osgi-functional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-osgi-functional --- [INFO] Reserved port 41611 for jersey.config.test.container.port [INFO] Reserved port 33811 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ jersey-tests-osgi-functional --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.MavenWebAppContext@39704767{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-2/target/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-2/3.0.99-SNAPSHOT/servlet-3-init-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-2 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-3 >------- [INFO] Building jersey-tests-integration-servlet-3-init-3 3.0.99-SNAPSHOT [244/370] [INFO] from tests/integration/servlet-3-init-3/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-3 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-3 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-3 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-3 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-3 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-3 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843744912-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-3 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-3 --- [INFO] Reserved port 38287 for jersey.config.test.container.port [INFO] Reserved port 46341 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-3 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-3] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-3 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 parent=null root=[TestAddress:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 root:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0] args=[Ljava.lang.Object;@78047b92 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@7fc229ab [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843744912-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-23c5d709-f162-449f-a718-f6d67e9b692a parent=[TestAddress:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 root:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0] root=[TestAddress:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 root:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0] args=[Ljava.lang.Object;@37918c79 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBadResource @ [TestAddress:PaxExam-23c5d709-f162-449f-a718-f6d67e9b692a root:PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0] Arguments: [Ljava.lang.Object;@78047b92 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843744912-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-44b855eb-bc14-4c04-a27d-fcbee235741c, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843744912-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.xml [INFO] attaching as servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.json [INFO] attaching as servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-3 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-3 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] Session workerName=node0 Nov 01, 2023 1:02:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 12509kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [INFO] Started o.e.j.m.p.MavenWebAppContext@62691991{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/} [INFO] Started ServerConnector@424fe047{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1036a5fc{STARTING}[11.0.18,sto=0] @3385267ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-3 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45388<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 11606[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]u[0x93][0xc1]o[0xda]0[0x14][0xc6][0xef]H[0xfc][0xf][0x16][0x87][0x89]J[0xc4]$!0H[0xc5][0xa1]e[0x1c]@[0xd0][0xa2][0xb2][0xf5][0xb2][0xc3]d[0x92][0x97][0xd4][0x10][0xec][0xcc]6[0x84][0xfe][0xf7]{N[0xb2][0x14][0xb4]U9Dz[0xfe][0xbd][0xcf][0xdf][0xfb]l[0xaf][0x99][0xe0][0x9]h[0xe3][0xbc][0x82][0xd2]\[0x8a][0x90]x[0xd4]m[0xb7][0x1e]E[0xec][0xac][0x98]6k[0x19][0xf3][0x84]C[0x8c][0xe5][0x91][0xeb][0x8e][0xc7]C[0xd7][0x9b]L[0x86][0x1][0x2]'[0x9e][0xc5][0xce]2>[0xd8][0x86]1u[0xf9][0x81]WU[0x8d][0xf3][0xf8][0x1e][0x92][0xfd]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]([0xb0]5[0x11]g[0xe0]I[0xd2][0x8a][0xae]A[0xf3][0x82][0xbe][0x13][0x88]B[0x92][0x81][0xf2][0xd7][0xb0][0x9f][0xa0]][0x91][0x1c][0xa6]V[0xaf]d[0x8a][0x16][0x6]B[0xa0][0xeb][0xb6]6[0xce][0xc8][0x93]H[0x94][0xbf](R[0xfd]CL*[0xe9][0xdc]L[0xaf]![0x8a]`dy[0x89][0x95][0xb6][0xb][0xf8][0x86][0x85][0xc1]3w[0xdc]t[0xf0]#yd[0x86][0xaf][0x3][0xb7][0xeb][0x15]dm[0xa3]}:R[0x84][0xad]"z_[0xfe][0x97][0xf6]K[0xf8][0xe9][0xd2][0xb4][0xb1][0xcc]PlD[0x81]])[0x8b][0xb6][0xc1]y[0x94][0xe4]W[0xa5][0xa4]SZ,h[0x9b]vd[0xf4][0xdb][0xf2][0xf3][0x8]w[0xe2][0xb][0xf0][0xb5][0xc7][0xf4][0xf7]I[0x12][0x8a][0xfc][0xf0][0x0][0xfe][0xa9][0x1d][0x8d]m[0xe7] [0x89]G4[0x7][0x83][0xe9][0x98]~[0x9a][0xe9]roik[0xa1]+[0xb2]-[0xf5][0x96][0xa6][0x9][0xa3][0xe6][0x1e]p[0xfa][0xd2][0xe6][0xdc][0x92][0xe5][0xcf]a[0xff][0xe1][0xd0][0xf3][0xf3][0xf8][0xb5][\r][0xe0][0xe8][0xe4][0xa7]1[0xbd][0xb4][0xe2][0xc8]~)}[0xb0][0xb]B[0x93][0x1b]rO[0xd7]oPK[0x7][0x8]q[0xcf]i9[0x1c][0x2][0x0][0x0]w[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd];[0xe][0x83]0[0x10]E[0xd1]~V1%[0x14][0x80][0x85]P[0x8a][0xb4]Q[0x8a][0xd0][0x80]D6`[0x99][0x1][0x8c][0x88][0xc7][0xb2][0x7]Bv[0x9f][0x9f][0xd2][0xa7]?[0xf7]=h[0xda][0xae][0xaa][0xb1][0xd5];[0x9e]w}[0xc3][0x8b][0x9b][0xc9][0x88]e[0x7]'[0xf6][0x8f]`[0xc7]I[0xb0]T[0xea][0x90][0x95][0xaa]T[0xf8][0xc5][0x19]6[0x9e][0xdc][0xab][0x9]b[0x8d][0xf5][0xfa][0xcd][0xb1][0xe3]A[0xee]:[0x10][0xe][0x1c][0xb0][0xd6][0x9b][0x6][0xb8]N6[0xa2][0xf][0xdc][0xaf]F[0xd0]:[0xb3][0xac]=E[0x8c]?[0xd8][0xd3]F[0xb]{[0xea]Q[0xb][0xfc][0xb3][0x88][0xc9][0xe7]?[0xc5]d[0x12][0xf1][0xc7][0xa2][0x10][0xd2][0xb7][0x9c]}[0xac][0xe6][0x9c][0xc3]X[0xa4]9[0x0]<[0x1]PK[0x7][0x8][0xb9][0x82][0xe1]q[0x94][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80]g[0x17][0x8d]i[0xa1][0x82][0xa7]RJ[0xcf][0x16]z^[0xe3]j#i[0x12]bR[0xd2][0xbf]o<[0xce][0xcc][0xe3]Uw[0xb2][0x14]0[0xd2][0xcc][0xa7][0x1f]wa[0x5][0xf4][0xa8][0xde][0x4][0xb][0x19][0x9d]aJv6[0xe4]MZ[0xb5]e[0xd5][0xab][0xac]F[0xf2]\t\4}{[0xee]O[0x17]~[0xbd][0x8d][0xcf]B[0xa2]a_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb]vv[0x90][0xd0]v [0xd9][0x1a]\[0xf2][0x8f]y8>[0x9d][0xdf][0xe5][0x6][0x1e]3P[0xc6][0xf][0xc3][0x10][0xf5][0x82]*[0x96]Z\}[0xb8]Z[0xdb][0x8d]TdPK[0x7][0x8][0xba][0xd2][0xf1][0xc4][0x82][0x0][0x0][0x0][0x90][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.xml[0xbd]UM[0x8f][0x9b]0[0x10][0xbd][0xe7]W[0xd0][0xa8]Wl[0xd2][0xcd])[0xa2][0x9c][0xda][0xc3]V[0xbb][0xdd]H+U[0xbd]E[0x8e][0x99][0x10][0xef][0x82]m[0xd9]$[0xb0][0xaa][0xfa][0xdf];|8[0x10][0x2]Q[0xa4]v[0x8b][0xb8][0xf8][0xf1]f[0xe6]=[0xdb]3[0x84][0xda][0xa8][0x17][0xe0][0xb9]Wf[0xa9][0xb4][0x9f][0xe7][0xfb]<[0xd7]+J3v[0x4]I[0x98]f|[0xf]D[0x99][0x84][0xae][0x9f][0x1e][0xe9][0x92][0x4]$[0x98]7[0xcc]Ui[0xc5][0x89]][0x14][0x5])[0xee]j[0xde][0xa7] X[0xd0][0x9f][0x8f][0xf][0xcf][0x18][0x98]1_H[0x9b]3[0xc9][0x1][0xa3][0xac]X[0xd9][0x1a]|P[0x9c][0xe5]B[0xc9][0x1b][0x8a]yS[0x8c][0x1a][0xf0][0x8f][0xcb]M[0xb0][0x9]Hi[0xe3]y4[0x9b]y[0xf8][0x84][0x99][0x8a]![0xfd][0x1][0xc6]b[0x81][0xa8][0xce][0x11][0xd2]3[0xac][0xe5]if@[0xe6]Q[0xbd][0xa8][0x81][0xc4][0xa8][0x83][0xbe][0x8f]#[0xcc]N[0x94][0xb6][0xcb][0x17][0xa2]Y[0x19]R[0x7]wDfr[0xb1]c[0x17][0xe0][0xe3][0xc8][0xab][u[0xb3] [0xc1][0xa6][0x8a][0xfe][0x97][0xb7][0xa8][0x87]tm[0xbd]=[0x88][0xb4][0xef]^[0xa7][0x7][0x1c]uvP[0xab]A[0xcf][0xc1])[0xf7];H[0xc5][0xd4][0xa1][0xc][0x8d]7?[0xb0]f,[0xf9]M[0x91]+[0x8e][0xe9]P[0x86]C[0x9c][0x19][0xda][0xba][0xa9]'Z[0xb5][0x8f]8[0x86][0xff][0x0]PK[0x7][0x8]x9[0xe2][0x9f]'[0x2][0x0][0x0][0xdb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/pax/exam/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/Activator.class[0x95]T[0xdb]R[0xd4]@[0x10]=[0xb3][0x4][0xb2].[0xab][0xe0][0x82][0x88]7n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0xb9]E[0xb9]([0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "QK[0xaa]V[0xac][0x12][0xb][0xca][0xc7]!;,[0xc1][0x90][0xa4]&[0xb3][0xb8][0xfc][0x86][0xc2][0xb][0x94]R[0xe5][0x7][0xf8]Q[0x96][0x9d][0xb][0xbb][0xc0]"[0xe8]C[0xa6]3g[0xba][0xfb][0x9c][0xe9][0xe9][0x99]_[0xbf][0xfc][0x4]0[0x83][0xc5][0x1c][0xae]cX[0xc7]H[0xe][0x99][0xc8][0x8e][0xe6][0xa0]a8[0xb]#[0x8b]b[0xe]c[0x18][0xd7]1[0x91][0xc3]$[0xa6][0xda]a[0xe2][0xb1][0x8e]':[0xa6]u[0xcc]0[0xb4]-8[0x9e][0xa3][0x16][0x19]Z[0x8c][0xe2]:[0x83][0xb6][0xec][0x97][0x5]CG[0xc9][0xf1][0xc4]juwS[0xc8]O|[0xd3]%[0xa4]P[0xf2]m[0xee][0xae]s[0xe9]D[0xf3][0x14][0xd4][0xd4][0xb6][0x13]2L[0x95]|Y1[0xfd] [0x9c][0xdd]1[0x3]^3E[0x8d][0xef][0x9a][0x8e][0xb7]#lEF[0x9][0xe9]q[0xd7]\[0xb2][0x95][0xb3][0xc7][0x95]/-[0x86][0xd6]Pq[0xa9][0x18][0x86][0x8d]$2[0xac]8[0xe6][0x96][0xe4][0xbb][0xe2][0xab]/[0xbf][0x98][0xaf][0xaa]^[0xd9][0x15][0xcb]>E[0xd6][0x94][0x15][0xa9][0xd2][0xed]d[0xc2]0tu[0x0]C6[0xe1][0xf6]e[0xdd][0xff][0xac][0xb4][0xaa]r\s%[0xf5][0x89][0xe4][0x4][0x92]<[0x18]zJ;|[0x8f]'[0xcb][0xaf][0x1d][0xd2][0xeb]{\[0xee][[0xd1][0xc2][0x99][0xcd][0xef][0x7]'[0x5]X[0xb8]0"E][0xee]U[0xcc]5%[0x1d][0xaf]b5#[0x8b][0x94]7[0xf7][0xa6]f[0x8b] [0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0xcc]R=C[0xe5][0x7][0x4][0xaf][0xf9]Ui[0x8b][0xb7]NDq[0xa3]^[0xb8][0xa9](G[0x1e][0x1d][0xe8]d[0x98][0xfe][0x87][0x8a][0xaf][0x9][0xb9][0xe7][0xd8]b[0xa5]^[0x8c][0xae][0x86][0xd8]w<[0xdc]V'[0x87]H[0xfb][0xa1][0x1a][0x97][0xc5][0x16][0xaf][0xba]J[0xc7]\[0x1e]O[0xf1][0x8c]a[0xe0][0xaa][0xd2][0xe9][0x98][0xcf][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 11606 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9^[0xe8][0xb0][0xf2]X[0xc0]K[0x86][0x89][0xff]i[0x4][0x86][0xce]FU>lF^t`=[0xdf]Sq][0x8d][0xb8]z[0x5][0x19][0xba]/:[0xb]j[0xec][0xa0]Jy[0xe7][0x8d][0xd2]y2[0xab][0x19])6Ct[0x19][0x1a][0xd8][0xb2][0xcb]Cj[0x14][0xbd]"[0xd4]*[0xa9]#N[0xa3][0xd8]|[0xb4]'[0xa5][0xbb][0xa4]K)[0xab][0x14][0x15]'[0xa4][0x9a][0xa4][0xc7][0xc4]P6.[0xed][0x9b]3[0xa2][0xcf][0xf7]h[0xf1][0xa2]{[0x91]f[0xfe][0x18][0x13]I[0x1e][0xf9]Z[0x18]D[0x9e][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xea]+z7Z[0xc8]R;[0xd1]x[0x93]f&YF[0xb6]u[0xec][0x8][0xec][0x80]~2([0xd0][0xd8][0x16][0x83][0xf7][0xd0]Ec>q@7n[0x91][0xa5][0x8b][0x81][0xdb][0xe4][0x15][0x5][0xa3][0xf7]F#k[0x1c]#[0xf3][0xf9][0x8]-[0xef][0x8f][0xa1][0x91]m][0x9d],[0xb4][0x15][0xf4]Cd7[0xc6][0xb][0xd7][0xe][0x91][0x9b][0x98][0xfc][0x8e]v[\r][0x1b][0x7]1}[0x94][0xbf][0x87][0xf2][0x1]}[0xc8][0xa2][0x9f][0xa4][0xc][0xe0][0xe]I[0x1c][0xc5]P[0xcc]7[0x96][0xe4]L[0xf9][0xa2][0xbf]^Z[0xa7][0x1b]N~wIS[0x86]"zq[0x1f][0xf](W_[0xaa]/A[0xfa][0x9][0x19] D#d[0x90][0xbe][0xa1][0xba][0xd2][0xb9]xgh[0xde][0xe2]HL[0xd9][0x93],[0xd6])YJy:[0xd9][0xc3]8[0xf2][0xd1][0x1f]PK[0x7][0x8][0xaa][0x7][0xbd][0x8c][0x9a][0x2][0x0][0x0]~[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/ServiceInjector.class[0x95]Wit[0x13][0xd7][0x15][0xfe][0x6][0x8f][0xf4]dy[0xc]X[0xc6][0x6][0x11][0xc7][0x11]k[0xbc][0xb][0x1c][0x2][0xc4],[0x1][0xdb]@[0xa0]6[0x4][0xec][0xd0][0x2]i[0xc8]X[0x1a][0xdb]cdI[0x1d][0x8d][0x8c][0xdd]to[0xd2][0x84],m[0xd3][0x84]6i[0xba][0xa6]M[0xdc][0xbd][0xd0][0xc5]6[0xa1][0x5][0xda][0xa6][0xd0][0xa6][0xfb][0x96][0xee][0xe9]z[0xfa][0xab][0xe7][0xf4][0xf4]_[0xa4]q[0xbf]7#[0xc9][0xb2]-[0x1b]W[0xb6][0xde][0xbc][0xb9][0xef][0xbe]{[0xbf][0xbb][0xbc]{[0x9f]^z[0xed][0x85]K[0x0]n[0xc1][0xdf][0x5][0x86][0xfd]P1"[0x87]7[0xb][0xdc][0xe7][0xc7][0xad]x[0x8b][0x1f]o[0xc5][0xdb][0xe4][0xf0]v[0x81]w[0xf8][0xf1]N[0xbc]K[0x92][0xdf]-g[0xf7][0xfb][0xf0][0x80][0xf][0xef][0xf1][0xe1]A?[0x1e][0xc2][0x19]?[0x1e][0xc6]#[0x2][0x8f][0x96][0xa0][0xc][0x8f][0xc9][0xe1][0xbd][0x92][0xf3]}[0x2][0xef][0xf7][0xe3]q|@[0xbe]*7|L[0xe0][0xe3][0x2][0x9f][0x10][0xf8][0xa4][0x1f][0xeb]0[0xe2][0xc3][0xb3][0xf2][0xf9])[0xc9][0xf4]i[0x1f][0x9e][0x93]/[0xcf][0xfb][0xb1][0x16][0xa3][0x12][0xc1]gJ[0xf0]Y|[0xce][0x87][0xcf]K[0xf2][0x17]h[0x9c]NX[0xa7][0xc2][0xad][0xe9]x4f[0xb4]%[0x98]G[0xc3]2[0xe0]"[0xe5]&[0x92][0x93][0xc0][0xf7][0x9]|M[0xe0][0xeb]=[0xb6];[0x12]1R[0xa9]=[0xc3][0x11]#i[0x9b][0x89]83`[0x8c][0x5]@[0xc1]Rf[0xf3]4[0x9b][0x15]l[0xae][0x99][0x15][0xbf][0x3][0xb5][0xb][0xf1]Uq[0x8f]C8b[0xf4]*X;[0xf7][0x6][0xae][0x1b][0x96][0x11][0x8f][0x18][0xdc][0xe2]u[0xb7]([0xb8]an~[0xb2]U[0xcf]D[0xd4][0xa6][0xa7][0xec])c[0x98][0xf2][0xa7]$[0x95][0x5]K[0xc1]m[0xb3][0xe0][0xcb][0x18],[0xcc][0x2]F`n[0x18][0xb][0x13]![0x8c]x[0xb4][0x9b]y[0xc9][0xa2][0xa7][0xc0][0xdf][0x95]H[[0x11][0x83]y'[0xb][0xc0][0x8c][0x9a][0xd4]$a*[0xa8]*[0x90][0xad][0x14][0x97][0xb2][0xf5][0xb8][0x9d][0xd2][0xb0][0x5][5[0x8c]c[0x82][0xa1][0x9a][0x19]q[\r]w`?+[0x86][0x86][0xb][0x98][0xd0][0xf0][0x2].*([0x97]L[0xc3][0xd9]r[0xe8][0xaa]b[0xd6]j[0xf8][0x6][0xbe][0xa9][0xe1][0x10][0xee][0xd4]pI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83][0x82][0x15]T[0xd7]$[0xd5]5er[0xbc])w[0x9e]<[0x1b]7[0xf0]#pY[0xc3][0x15]|K[0xe0][0xdb][0x1a][0xbe][0x83][0x17][0x19][0x87][0xf9]O[0x96][0x86][0xef][0xe2][0xaa][0x86][0xbb]pM[0x83][0x89][0x1][0x1e][0xc5][0xeb]9L[0xe0]{[0x1a][0xbe][0x8f][0x97]4D[0x10][0xd5][0xf0][0x3][0xfc]P[0xc3][0x8f][0xf0]c[\r]?[0xc1]O[0xb9][0xfd]zi[0xac]`[0xe5][0x14][0xcb][0x91]t\[0x1a][0x90][[0x94][0xbe][0xfb][0x19][0xf][0xc3][0xf5][0x13]Q[0xc3][0xcf][0xf1][0xb][\r][0xbf][0xc4][0xaf]4[0xbc][0x8c]_K[0xf0][0xac][0xb7]U[0xf3][0xe5][0x1c]Kf[0x1]_t[0x1b])[Z[0xa6][0xb3][0x9f]Yy[0xbc][0xcb]g[0xd6][0xb2][0xd6][0xb4][0x19][0x8b][0xca]b[0xe5][0x8d]H[0xd1]![\r][0xbf][0xc1]o5[0xfc][0xe]W[0x9]8d[0xa6]B[0xf1][0x84][0x1d][0x8a]%[0xf4][0xa8][0x11][\r][0xf5]Z[0x89][0xc1][0x90][0x1e][0xf][0x1d][0xea][0xda]g[0x86][0xdc][0xf3][0xa2][0xe1][0xf7][0xd2][0xd1][[0xf0][0x7][\r][0xc4]5[0x81]W$[0xe6]?)h[0xba]+.[0xdb]H[0xc8]N[0x84],[0x83][0x9a][0x8c]!#[0xb3]%[0x14]q=[0xee][0x8a][0xcb][0xd0][0xa4][0xda]?[0xb][0xfc]E[0xc3]_[0xf1]7[0x86]7[0xcf][0xdf][0xb2][0x91]Z[0xe9][0xa4]mD[0xf3][0xec]h[0xfe][0xff];o6[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xcd][0x14][0xcb][0x92][0x19][0xae]f\O[0xcc]Y[0xf9][0xa6][0xb9]s[0xda][0xd2][0xb4]3[0x92]m$[0xe5]S[0xa4][0xee]~+q[0xda][0xed][0xc6][0xbe][0xa9].^^S[[0xa0][0x8f][0x97][0x92][0xa1]+[0x9d]4[0xac]H[0xa6][0xd7][0xf3]}fG[0xae][0xaa][0xa9][0x9d][0xf][0xa6][0x14][0xb1];[0xce]H[0xea][0xae][0xf7]6[0xcd].[0xac][0xf9][0x9a][0xf5][0x1c]kxj[0x97][0xac]([0x14][0xd3][0xed][0xb4][0xc8]|[0xeb]FR[0xb6]1[0xc8][0x8e][0xc8]E[0xd9][\r][\r][0xcb][0x1e]Q[0xb0][0xb5]fv[0xd7][0x9c]M[0xa9]-[0xd4]Z[0xcb][0xa6][0xc7][0xbe]O&[0xa7]/[0xa9][)F[0xd2][0x9e]q][0xca][0xca][0xd9][0xcf]J1[0xa4][0xc7][0xd2][0xb2][0xb8][0xd5][0x14][0x94][0xca]k[0x1e][s[0xc3][0xf4][0xc]H[0x9d]6S[0xa9][0x9e][0xc4]p[0xd8][0xb6]x[0xf5]1[0xac]l[0xca]t$[0x12][0xa7][0xd2][0xec][0xeb]~[0xe9]z[0x97][0xa4][0xe0][0xf8]<%9[ug[0xf7][0xab][0xf9][0x8d][0xce]][0xe7]43[0xe5]V[0x14][0xd3]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2]=[0xce]1%[0xaf]7[0xcf][0xdf][0x8c][0xf3]zn)[0xf9][0xf3][0xa5][0xa8]5[0xc7]%yE[0xbe][0x80]\[0xe6]9;[0x16]g[0x93][0xaf]C[0x9e]p::8;[0x5][0xdd]%bT#[0xac];[0x85]o[0x5]m*[0xce]ut[0x5]7[0xd6][0xcc][0xd3][0xb3]d[0xfb][0xd5][0x93]I[0xf6]+[0x5][0x8d][0x85][0xc2];[0x8b][0x94][0xa9]Z[0x99][0x9c]>[0xf]O[0xa0]1[0xa4]oQ[0x15]y[0xb8][0xae][0xa1][0xb5][0xfe][0x2][0x9a]h[0xab]|[0x99][0xfc]7[0xd7]*[0xd5]'[0x9f]Au[0xbe][0xbd]a[0xd7][0xde][\r][0x19];[0x97]a[0xe3][0x4]n[0x19][0x9d]|[0xb1]E[0x8c]N^[0xe]z[0xcf]Q[0xc1].[0xaa][0xdf][0xcf][0x18][0xe5][0xc7][0xf8]A[0xc6][0xf8]!F[0xec][0xc][0x96][0xe0]a[0x9a][0xf8][0x8][0xaa][0xf0](s[0xe2]1r?N[0xfe][0xb3][0xdc][0xf1][0x4][0xe3]u[0x96][0xe5][0xe0][0xa9]\[0x8c][0x9]0g[0xf6]a[0xc7])[0x8a]3s[0xcd][0x16][0x8c][0xb0][0xcd][0x99]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "5ebf0bf93870fe74756fa284be95daa8e70b2fcd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45394<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 18281[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}T[0xc1][0x92][0x9a]@[0x10][0xbd]S[0xc5]?LyHi[0x95][0x8c][0x80][0xe8][0x1a][0xb6]<[0xec][0x1a][0xf]Z[0xba]k[0xad][0xc9]^<[0xa4]Fh[0xd8]Qd[0xc8][0xcc]([0xee][0xdf][0xa7][0x1][0x83][0x1a]M[0x8a][0xb][0xd5][0xf3][0xde][0xeb][0xd7][0xaf][0x7][0xe6],[0xe5][0x11](m[0xbd][0x83]T\[0xa4]>q[0xa8]m[0x1a][0xcf]ih[0xcd][0x98][0xd2]s[0x11][0xf2][0x88]C[0x88][0xe5][0xbe]m[0xf][0x6]=[0xdb][0xe9]9[0xf][0x3][0x4][0xec]y[0x12]Z[0xd3]p[[0x10][0x6][0xd4][0xfe][0xe9]zNU[0xd5][0xd6][0xf3][0xa7]O6k[0x91][0x8a]HBQK[0xc3][0x4][0xac][0xa7]@[0xf3][0x3][0xd3]B[0xfa]D[0xc8][0x98][0x8a]Ly[0x1b][0x9a][0xb1]#[0x85]#[0xdb]Q[0xc9]r|[0xd1][0x90][0x86] )O5[0xc8][0x94][0xd6][0x8c]Z[0xe3][0x1b][0xa8]@[0xf2]L[0x97]>[0x17][0xec]H[0xc6][0xc8]%[0x13][0x84][0xc7][0x92][0x15]U[0xa2]q[0x14][0x9e][0xc6]$[0x92]l[0x7][0xb9][0x90][[0x12][0x9]Ip[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x14]$Sf[0x1a][0xe4][0xc0][0xc8]"a[0x1a][0xcb];E[0xcf][0xca]"[0xf8][0xf1]6[0xf3][0xc9][0x87][0xd6][0x99][0xdf][0xe9][0xe4]y~r[0x88]^;5j[0xc6][0x3]H[0x15]\[0xc1]X[0xc6][0x82][0xf](qIu[0xac]:[0xb3][0xc9]h[0xfc][0xb2][0x1c][n[0x19]e[0xc5][0x9d][0x9f][0x82][0xae]sv[0xeb][0xa3][0x17][0xf4][0xea][0x93][0xd7][0xc5][0xd2][0x9b][0x9e][0xa7][0x1a][0x9f][0xd2] K[0x90][0x7][0x14][0xae][0xd1][0xcb][0xcf][0xdd]Z`[0xab][0x8a]u'[0xcb]:G[0xf5][0x17][0xf3][0x1d][0xcb]E[0xfe]U'[0x8b][0xbc]f[0x90]bC[0xa9]y[0xc0][0xb3]*[0xbf][0xa5][0x88]t[0xce]$[0x94][0xb1]M[0xd9][0x81]][0x90]O[0xbe]=[0xea]t[0xa9]g[0x1a]#[0x9]LCXn[0xfb][0xa9][0xc][0x81][0xcc][0xd9][0x1][0x15]+[0x2][0xa6][0xbc][0x8f]yj[0x1a][0xe3]c&[0xa4][0xb6][0x16],[0xd8][0xb2][0xf8][0xbe][0xe3][0xcb][0xed]?[0x1e][0xaa]F[0xc3]F[0xd5][0xa8]a[0x1a][0x93][0xdd][0xad][0x82]J"os[0xc6][0xae][0x1c][0xea][0xb5][0xdd]V[0xa3]}[0xab]~[0x6][0xe1][0xf6]W[0x85]h[0xbb]w[0x17]H[0xf7][0x9a]'[0x17][0x92][0xff][0x80][0xaa][0x9c]+TRkq[0xa4][0x81][0x90]pebp[0xc7]DA([0xd1][0xb7]#[0xae][0xf0][0x9b]![0xff]'i[0x89]c_s.[0x9]*[0xe6][0xb4][0xba][0xec][0xa8][0x84][0xf7][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd7]/p[0xa6][0xf1][0x6][0xbf][0xf6]\[0x82]5[0xc2][0xbb][0xba][0xe6][0x9][0xd7][0xb8][0xb1][0x92][0x8][0xf0][0x18][0xe1][0x7][0xb][0xd2][0x1f]6[0x9a]_[0x9a][0xa7][0xda][0xb0][0xd8][0xfb]r[0xdc]j[0xfe][0x91]r[0xe8]C[0xab][0xd0][0xf9].D[0xe2][0x93][0xe2][0xd7][0xd0][0xa5]6>.[0xfe][0xc][0xec][0xaf][0x8e][0xed]t[0xdd][0xbe]i[0xfc][0x6]PK[0x7][0x8][0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]Qo[0xda]0[0x14][0x85][0xdf][0xf3]+[0xee][Wi[0x89]G[0xcb][0xa4])o[0xb4][0xa2][0x1b][0x15]+H[0xe9][0xa6][0xbd][0x9a]pS\[0x92][0xd8][0xb2]][0x2][0xfb][0xf5][0xbb][0xe][0x9][0xa3][0xac][0x8a][0xb2]l$[0xf]$[0xf1]=[0xe7]r>l[0x9c]0[0x6][0xfe]?[0x1f][0x1e]c[0xf0][0xa8]yn[0x84][0x15][0x1b][0x84]%*[0xcc][0x97][0x98][0xc7][0x2][\r][0xc8][0x4][0xec]J[0x18]PZ>cl[0xa9]hQg"[0xc7]%$ZfTDg[0xcf][0xf8][0x6]sP4 [0xf5][0x13][0xcf][0xc5]O[0xaa]/v[0xf5][\r][0xb7]B[0xe6][0x81][0xd3][0xfd][0x87][0xb0][0xde]l[0x1e][\r][0xef]a[0xce][0xb7]0[0xde][0xf2][0x8c]>[0xac][0x8b][0xab]!B[0xbd][0x11]1z[0x9e]wG[0xc9]B[0xb8][0xd8][0xb]}[0x98][0x11][0xf][0xe9][0xb5][0x15][0xb1]Pe[0x16][0x88]db[0xb][0xae][0x11][0x12][0xa9][0xe1][0x9e]o[0xf8][0x5][0xbc][Y[0xab]B[0xc6][0x8a][0xa2][0x8][0xa4]2[0xc3][0xe7][0x80][0xd2][0xb3]K[0xf]\[0x87][0xb2][0xd3][\r]7H7[0xe3]-[0xc6]/e[0x97][0xda]b[0x91]gG[0x9e]B[0xac][0x5][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]R[0xbe]c[0xb]2[0xb1][0xb2][0xe6][0xbb]K[0x1f][0xc9][0xcd].[0xdd]/S9[0xdc]hx"[0x8][0x17]/[0xf9]2[0xc5]p[0x10]|[0xc][0x6][0x94][0x0]`Jd9[0x9]a4[0xdd]\[0xc1][0xab][0xb0]\[0xf1]x[0x85][0xe5]7[0xa7]{[0x95]a[0xd3][0xc9][0xed][0xf8]![0x1a][0xfb]W[0xc1][0x87]`e[0xb3][0xf4][\r][0x8c][0xc9][0xac]S~![0x1b][0xd3][0xb][0xd9]G[0xf6])[0xcf][0x9f]:[0xa5]O[0xc9][0xd8][0x98][0xdf][0x9][0xfa] [0xf8]*sa[0xa5]6[0x9d]([0xb2][0xca][0xdc]HR[0x8b][0xfa][0xa0]y@[0xdb][0x9]$G[0xdb][0xc8]@[0xf5]>[0xe2]W;[0x7][0xcc][0xb5][0xdc][0x8][0xb7][0x95][0x8c][0xe2][0x18]M[0xb7][0xb9]1J4"Q[0xbd][0x17]$[0x9a]z[0xec][0x6][0xe0][0x9c][0xcd][0x8]N[0xd1][0x7][0xc4]7+R:[0xd1][0xb4]([0xd4]v[0xd7][0x9][0x87]v[0xea][0xd4]WU[0x87]F[0xac]W[0xca][0xb3][0xe2][0x1d][0x9e]][0xa3][0xf9][0xa4][0x15][0x94][0xe2][$[0xbd];[0xfb][0xe5][0xc5]1[0x7][\r][0x6]n0[0xac][0xab]u[0xf6]a0[0xb8][0xe][0x86]'[0xe1][0xcb][0xa8][0xf5][0xfd]{[0xf8][0x8e][0xda][0xb8]G[0x19][0xc5][0xfc]+[0xa6]S[0x9c][0xa8][0x10][0xc6],[0xe4][0x16][0xc2][0x10]f[0xd1]g[0x1][0xb7]m[0xd7][0xdf]|[0xf4]#[0xba])[0xc9]L[0xd5][0xc3][0x8f][0xc9]{JX[0x17][0xc3]?[0x94][0xbf][0xa7][0xea]Sp}[0x8e][0xa9]:f;[0xbc]mtD[0xc3][0xca][0xdf][0xe][0xaf]V[0xf7][0x8a]x[0xa7]y[0x86][0x85][0xd4]k[0xf8][0x82])[0xfd][0x19][0xda][0xed][0x83]o[0xb0]&u[0xa3]v[0xb0][0x7]y[0xaf][0xb4]S[0x91]`[0xbc][0x8b][0xd3][0xce][0x8b]5[0xad][0x1b][0xb4][0xa3]<[0xc8]{[0xa5][0xa4][0xd7][0xfb]x[0xdd]}[0xd5][0xda][0xbd][0xbd][0x1d]a%>[0x3][0x9f];~[0x1]PK[0x7][0x8]g[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d][0xb1][0xe][0x82]0[0x14]E[0xf7][0xf7][0x15]o[0x84][0x1]h[0x8]qp5..[0x90][0xe0][0xf][0xbc][0xb4][0xf][0xa8][0x81][0xb6]i[0x1f][0x88]/[0xd1][0xb8][0xbb][0x9c][0xe9][0x9e]{[0xa0][0xed][0xfa][0xe6][0x86][0x1d][0xed]x[0xdd]i9 [0xec][0xc]G[0xec]9nV3\|xE;N[0x82][0xb5]R[0xa7][0xa2]V[0xb5][0xc2][0xaf]S`[0x1b][0xd8][0x1d]j[0x14][0xab]m [0xb1][0xde]a[0xef][0x7]yRd[0x1c]|[0xc4][0x1b]m[0x4]p[0x9f]l[0xc2][0x10][0xbd]Y[0xb5][0xa0]uz^[\r]'L[0xbf][0xa1][0xe1][0x8d]g[0x1f][0xd8] [0x9][0xfc][0xf3][0x88][0xd9][0xa7][0x9f]c6[0x89][0x84]sU[0x9][0xd3]R[0xfa][0x90][0x9a]G[0xe9][0xe3]X[0xe5]%[0x0][0xbc][0x1]PK[0x7][0x8][0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.properties[0x15][0x8c]M[0xb][0x83]0[0x10]D[0xef][0xf9][0x15][0x1][0xcf].~[0xc4][0x1e][0x4]O[0xa5][0x94][0x9e]-[0xf4][0xbc]&[0xab]M[0xb1]IX[0xa3][0xa4][0xff][0xbe][0xf1]20[0xef][\r]S[0xdc][0xc9][0x11]c$#[0xa7][0x9f][0xf4][0xbc][0x0][0x6][0xd4]o[0x82][0x99]V[0x9b]`[0xda][0x9d]Y)[0xac][0xfb]b[0x9d](^y5R[0x90]M+[0x9b][0xaa][0xaf]/}[0xd7][0xc9][0xeb]m|[0xe6][0xd6]T[0xe2] [0xde][0xac]w[0x83][0x82][0xba][0x5]%[0x16][0xf6]{x[0x98][0xe1][0xfc][0xf4]aS[0x1f][0x8][0x98][0x80][0x12]~[0x5]r[0xb4]3[0xea][0x98]mf[0xe5][0xc9]rDr[0x86][0xb8][0xdc][0x88][0xf][0xab]I[0xfc][0x1]PK[0x7][0x8][0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xml[0xcd]T]o[0xda]0[0x14]}[0xe7]Wx[0xa8][0xaf]v[0xd2][0x95]'[0xc4]"[0xed]a[0xf][0x9d][0xe8]@B[0x9a][0xf6]V[0x19][0xe7][0x12]L[0x13][0xdb][0xb2]M[0x92][0xaa][0xea][0x9f][0xf3]aH tTU[0xa5]![0x14])'[0xc7][0xc7][0xe7]^[0x1f][0xdf][0x99][0xd2]r[0x7][0xcc][0xa2]2K[0x85][0xf9]6[0xde]Z[0xab][0xa6]A[0x90][0xd1][0x1c][0x4][0xa1][0x8a][0xb2]-[0x10][0xa9][0x93]`[0xb9]x[0x8]&$$[0xe1][0xb8]aNK[0xc3][0xf][0xec][0xa2](HqW[0xf3][0xbe][0x86][0xe1]m[0xf0][0xe7]a[0xbe]r[0xb]3[0x8a][0xb9]0[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x6]n[0x95][0xe1]SS[0x83]s[0xc9][0xa8][0xe5]R\[0xb1][0x19][0xba][0xc4][0xa8][0x1][0x9c]O[0x1e][0xc3][0xc7][0x90][0x94]&[0x1e]G[0xa3][0x11]r[0xbf]Y&cH[0x83]6n[0x83][0xa8][0xd6][0x98][0x5]=[0xac][0xe5])[0xaa]A[0xd8][0xa8]~[0xa9][0x81]D[0xcb][0xbd][0xba][0x8f]#[0xa7]N[0xa4]2[0x93][0x1d]Q[0xb4][0x9c][0x5][0x1e]>[0x12][0xa9][0xb6]|C[0x99]u [0x94]4[0x9b][0x5][0x1d][0xe0][0xc8][0xca][0xf][0x16]n[0xef][0xc8]d[0x16][0xf8][0xf7]#CC[0xea][0xda][0x90][0xc3][0x92][0xda]mDH[0xe0][0xfe]J:[0xb9][0x1e][0xde][0x98][\r][0xbc][0xdb][0xd1]e[0xab][0xa4]1[0xd3][0xf3][0xdb][0xf5][0xea]([0xb8][0xa2][0xb8][0x87][0x5][0x11][0x83][0xc6][0x6]t[0xce][0x19][0x9c][0x17][0xe0][0x9a][0xc3][0x9e]h[0xc2]E[0x12][0xad][0xf7]"N[0xa1]2[0xe0][0x91][0xd6][0x83][0xa0][0x19]D[0x8b][0xe5]j[0xf2][0x13]-i[0x89]~8e[0xf7]h[0x94][0xd1][0xca]+[0xd7][0xac]VSK[0x5]n#0[0x9d][0x1e]4[0xf2][0xc4][0x91][0xbf]:[0x82]C[0x95][0xf8]([0xbe]a[0xdf]_[0x97][0x9b][0x97]v>[0x91][0x16]y[0x1d][0xb8]J[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc3][0xdc]qELf[0x8a]W[0x81]m^;[0xd5]wK9[0xc2]_0F[0xed]d@[0xd9][0xde]X[0x94]Q[0xcb][0xb6][0xc8]n[0xa1][0x8e][0xf5]\&U[0xe8][0x11][0x94]Jj[0xb]1[0xfa][0xbe][0xbc]'h[0xe1]>[0xeb][0x82][0x1b]p<[0xf7][0xd5][0xa0][0x82][0xa7])[0x12][0xd2][0xa2]B[0xea]'[0x84][0xf1]{;h[0xd2][0xcd]dwE[0xe3]j[0x1e][0xa6][0x8a][0xbf][0xd1][0xb9][0xa6]p[0xd7][0xb5][0x9c][0xc7][0x10][0xff][0xa3][0x11][0xef][0x90][0x89][0xda][0xc4]F[0x1f][0xc0][0x87]2[0x9e][0xe9][0x15]o[0xa1]d[0xb3]gfN[0xce]w[0xbe]s[0x99]9?~~[0xfd][0xe]`[0x16][0x8f][0x3][0xe8][0xc1][0xb8][0x81][0xb0][0x81][0x9][0x3][0x93][0x6]"~D[0x3][0xf0][0xc2][0xc][0xc0][0x83])[0x3][0xd3][0x6]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 18281 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x2][0x8]`<[0x80]6[0xcc]v[0xa0][0x1d]sz7[0xaf][0xc5][0x82][0x81][0x7][0x6][0x1e]2[0xc]l[0xc4]wv[0x13];[0xf1][0xb5][0xdd][0x17][0x89][0xf8][0xf3][0xc4][0xe6][0xee][0xc6]fb[0xe5][0xe5][0xe]C[0xef][0xea]!?[0xe6]f[0x8e][0xcb][0xac][0x99]T[0x8e]%[0xb3]1[0x86][0xce]e[[0xba][0x8a]K[0xb5][0xcd]s[0x5][0xc1][0x10][0xcc];vZ[0xbc][0xe1]*s [0x1c][0x6]s[0xd5]v[0xb2][0xa6][0x9d]w[0xe7][0xe][0xcd][0x14][0x19][0xdd][0xdd][0xff]6[0xf7]L>}M\[0xa3][0xcf][0xc][0xfd][0xa1][0xbf][0xdf][0xa9][0xbe]@[0xb3][0xa1][0x96][0x9f]G[0xb5][0xc6][0x15][0xd4][0x87][0x16][0xae]g[0x8b][0xaf][0xb4][0xd6][0xf3][0xd8][0xdb][0x16][0xed][0xeb]E[0xa3]80L[0xb3][0xaa][0x7][0xc][0x97]iR[\r][0xa2][0x17]}[0xb4][0xbf]BC[0xaf][\r]>[0xfa][0xa9][0x9e]t[0xbe]Z9_[0xa3]Q[0xc7][0xf4][0x1d]&y[0x83]4&[0xad][0x8c][0xd6][0xf6]p[0x9][0xec]c[0xc5][0xe4]&I_E9[0x84][$[0x83]U[0x3][0xdc][0xc6][0x1d]Z[0x19]i[0x87][0xc9]J[0x83]%[0xf4]h[0x4]f[0xc2]e[0xb4][0xa5]&[0xca][0xf0][0xa4][0xca][0xf0][0xa6]z}%[0x18]%[0xf8][0xbd][0xdf][0xd0][0x91][0xf2][0x94][0x11]H[0x95]p)YB[0xf0]3:[0xc3][0x9f][0xd0][0xf9][0x5]]M[0xa6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x8][0x8][0xd3]7[0x89]iD*[0x8c][0x3]U[0xaf]5F[0xbd][0x1b][0xc1]]b[0xbe]G{/[0xad][0xa3][0xf4][0x8f]5[0xa2]xJ'm[0xef][0xaf][0xfa][0xee]n[0xfa][0xae]F7[0x5][0x1a][0xed]g[0xfc][0xfa][0x1b]~[0xfd][0xff][0xf0]{[0xbf][0x82][0xe][0xfd][0x2]PK[0x7][0x8][0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.class[0x9d]P[0xbb]N[0x2]A[0x14]=[0xc3]cW[0x11][0xe5][0xa1]PY`[0x87][0x16]N[0x81]T[0x18][0x1b][0x13][0x12][0x93][\r][0x14][0x1a][0xfa][0x1]&8d[0x99]![0xc3][0xa0][0xfc][0x96][0x95][0x89][0x85][0x1f][0xe0]G[0x19][0xef][0xc]kb[0xc4][0xca][0xe6][0xbe][0xcf]='[0xe7][0xe3][0xf3][0xed][0x1d]@[0x7][0xcd][0x12][0xf2][0xa8][0xc7]8[0x8e]q[0x12][0xa3][0xc1][0x10]]+[0xad][0xdc][\r]C[0xbe]}>b([0xdc][0x9a][0xa9]d[0xa8]$J[0xcb][0xc1]z1[0x96][0xf6]A[0x8c]S[0x9a][0xd4][0x13]3[0x11][0xe9]HX[0xe5][0xfb]lXp[0x8f]j[0xc5][0xd0]M[0x8c][0x9d]q[0xb3]\][0xcd][0xf9]Rl[0xb8][0xdc][0x88][0x5][0xb7][0xe2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "'[0xf5]TZ[0xae][0xb4][0x93]V[0xf3][0x81][0x19].[0xef][0xf4]\N[0x9c][0xb1]=[0x86][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "u_[0xc9]tJo[0x1a][0xed]d.[0x9e][0x4]O[0x85][0x9e][0xf1][0xe1][0xd8][0xaf]z^S[0xe4][0x84][0x9d]I[0xe7]5[0xec][0xec][0x19]J[0xf7]fm'[0xb2][0xaf][0xbc][0xa0][0xda]O[0x86]K]F[0x11][0x11]C[0xe7][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x19][0xaa][0xbf][0xf9][0x18]Z[0xac][0x10][0xe2][0xef][0xf0][0xe1]=[0xb8]S[0x88]x[0xaf][0xf]K[0xf1]>/[0xee][0xf2][0xe1][0xfd][0xf8][0x80][0x8c][0xf][0xfa]P[0x87][0xf][0xc9][0xf8][0xb0][0xf][0x11]A[0xf9][0x11]?[0xee][0xc6][0x9d]2N[0x9][0xa9][0xa7]}8[0x83][0xb3]~[0xac][0xc1]9[0x19][0xf7][0xf8]p/F[0xbd][0x18][0xf3][0xc0][0xf9]Y][0xe9][0xc3]8&[0xc4]p[0x9f][0x17][0x93][0xe2][0xf9]Qa[0xf3][0xfd]2[0x1e][0x90][0xe0][0x8a][0xb5][0xef][0x90][0x10][0x88][0x19]f[0xd4]J[0xf4][0xad];[0x16][0x8d][0x19][0xfd][0xfd][0x9a][0xd9]([0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "H[0xaa]v[0xda][0x14][0xfb][0xf3][0x9c]([0x8a][0x1d][0x9][0x8b][0xa7][0x83]2[0x92][0xca][0x1][0xd3]\$[0xa4]i[0x8e][0xc0]l[0xa6][0xd6][0x15]3d[0xcc][0xb0]_[0x90]m[0x99]E[0xd5],[0xb9]%DTt[0xd8]j|`[0x8f][0x9a]r[0xac]g[0xc6][0xcb][0xf8][0x98][0x8c][0xf3]2>.[0xe3][0x13][0xf4][0xb8]#[0xe7][0xbe][0x84][0xe1][0xff]G[0xa6][0xcd][0x1d][\r]'5[0x7][0xd5][0x1]Z0[0xf4]?XP[0xb8]R=[0xd7][0x1a]t1[0xb]h[0x85]6[0x9c]2%x[0x98][0x5])Kd[0xc0][0x94]k[0xdb][0xf4][0xb8][0xad][0x1b]I[0xd5]I[0xec][0xa6][0x92][0x1b]%bX:[0xaa][0x15]qSSm[0xad]-9d[0xc]h[0xd4]w[0xe0][0xbf][0xf2][0xba][0xa4][0x8f][0x8e]?Y[0xc1][0xa2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "pE[0xee]S[0xe3][0xb6]![0xea]9<[0x1b][0xff][0xf6][0xc]%[0x99][0xfc]zfE[0x14][0x81][0x84][0xab][0xa7][0xb][0xbd]d[0xb7][0xe7][0xf5]k[0xf6][0xbe]l[0x97][0xbc]*\=[0xe7]>[0xe9]m[0x8a]'[0xb2]=[0xd1][0x15][0x16]I[0xb3][0xbc][0xa8]q[0x1e][0xe9]n[0x8e]u[0xb5][0x1e][0xd9][0xb7][0xbf]}_[0xeb][0xfe][0xce][0x83][0x12][0x16][0x95]$`mc[0xdd]w[0x18]i3[0xae]m[0xd7]EI[0xfb]3[0xad]'"[0xec]V[0xb0][0x3]i[0x9][0x97]O9[0xd9]l[0x9a][0xea]H[0xa6])Hu[0xac][0x1d][0x5][0x9f][0xc4][0xa7]d|Z[0xc1]g[0xf0] [0xb]I[0xc1]g[0xf1]9[0x5][0xf][0xe1][0xf3],)[0x5]_[0xc0][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x88]/I[0xa8][0x9f]S)(hF[0x8b][0x84]%[0xc5][0xe0][0xb5][0xa4][0xf5]D[0xaf][0xc8][0x13]O'IC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x8c][0xaf]([0xf8]*.[0xd0][0x89][0x90]m[0x84]z[0xb4][0x90][0x9e][0xe4][0xf2][0xd7]pA[0xc6][0xd7][0x15]<[0x82]o([0xf8]&[0xbe][0xa5][0xe0][0xdb][0xb8][0xa0][0xa0][0x17][0x9a][0x82][0xef][0x88][0xd7][0xef][0xe2]{[0x12][0xea][0xe6][0x82][0xba][0x82][0xef][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]b[0x1b][0xc1][0xdc][0xaf][0xf5][0x13][0x3]M[0x98][0x14][0xea][0xd0][0xcc]!=[0xae]m[0xc]I[0xb8]b[0x96]4[0x92][0xf1]C[0x5]?[0x12][0xd6].[0x9][0x1d][0xd7][0xed][0xa3]!g[0xb3]>[0xdf]w6U[0xb1]}W[0x85][0xd4]doH[0x94][0x9f]fY,'[0xb1](UM[0x8b][0xc2]N[0xd5]:jg:[0xf0][0xfc]"[0x11]2~[0xac][0xe0]'[0xf8][0xa9][0x82][0x1]$D[0xfc]~[0xc6]VOc"[0xc2][0x98][0x88][0x9e][0xb3][0xe3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x81]_J[0xd8]0[0x17][0x8][0xb2]^[0xb4][\r][0xa6][0x1c][0xc9][0xbf][0x92][0xb0]`[0xba]M,[0x1][0x9e][0xd6][0xbd][0xa6]>$t[0xfc]Z[0xc2][0xaa]K[0xab]+[0x5][0xad][0xd8].[0xe3]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x8b][0xdf])[0xf8]=[0xfe]0#af9)e[0xfc]Q[0xc1][0x9f][0xf0]g[0x9][0x9b][0xc8][0x17]q[0xf8]"y[0xb7][0xc9][0x17][0xc9][0xf1]E2|[0x91]l[0x9a][0x17][0x95][0x85][0x8c][0xbf]([0xf8]+[0xfe][0xa6][0xe0][0xef][0xf8][0x7][0x3][0xdd]ei![[0x1f][0xd4][0x8c][0xb4][0x1d][0x1a]R[0x13]i[0x86][0xf9][0xc4][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xfe][0x89])x[0x14][0x8f][0x11][0xdb][0xa9][0x14]m[0xef]9[0xa6][0xc5]Y[0x18][0xa1][0xd9]:[0xd8]4[0xae]LbK[0xb8]l[0xfa][0xd9][0xc1]D[0x98]Zh[0xa3][0xc5]*[0x81]b[0xde][[0xa9][0x84][0xce][0xcd][0xd5][0xe1][0x12]][0xf0]P[0xa9][0x93][0xbf][0xb2][0xa8]x[0xd9]q[0xca]U+[0xa3]be[0xb8][0x90]%c?[0x9b][0xe9][0x8c][0x8b]A[0xb9][0xda][0xdb][0xdb][0x9c]HH[0x8][0x86][0xb]6[0xb7][0x1a][0x89][0x84][0xe6]t[0xfc][0xc6][0xea][0xeb][0xd8][0x93][0xf4][0xbc][0x95][0x8b][0xc3][0x85]Br[0xd6][0x8b][0x96]{T[0xb5][0xf6]:[0x8][0xb0]m[0x91][0xc7][0x9d]t^[0x16][0xe6][0xe8][0xb][0xed][0x10]jS)[0xc6][0x8c][0xb9]P[0xca][0xdb][0x19]K[0xd9][0xe6] [0x18][0xd9]^wk#[0xc5][0x82][0xf3][0x98]xm#[0x7]{e[0xf1][0x5][0x96][0x18][0xf7]j=in-*[0xa5][0x95][0xbd][0xd6][0x1b]g[0x18]U=i[0x15][0x91][0xe4][0xf0][0x13]X[0xd0][0x80]n[0x91].t[0x94][0xd8]9w[0xb3][0x1b]5[0xc7]k[0xf6][[0xd9]6[0x9c]P[0xf0][0xe0])[0x19][0x80][0x12]k,[0xf4][0xa9][0xb5][0xad][0x9][0xd5][0xa2]r[0x99]J[0xf6]2[0xc1][0xe8]f[0xa9]3[0x98][0xda]Ri[0x82][0xdb]P[0xc2][0xc6][0x8b]F}[0xba][0xce]X[0x9][0x4]f=jK[0xdf][0x14][0x4]p[0x85]Y?[0xc2][0xf6]9[0xc8][0xd3]&s[0x10][0xa6]4[0xd3][0xa6][0xc1][0xab].)[0xce]4l[0xc3]E[\r]{[0xb2][0x8b][0x83][0xb0][0xa1]b[0xda][0x81]=[0xe3][0xc][0xc8][0x9f]K[0xb6][0xc9][0xab]"[0xbb]L[0xb6][0xbb][0xc7][0xc]c Mr[0x1f][0xed][0xcd].[0xcd][0xf9][0xb2][0xe2][0x84][0xad]qW[0xd1]=[0xa4]$[0xf0][0x81][0xcc][0xb5][0xa8][0x10]W[0xe7][0xeb][0xe7][0xc9][0x2]9[0x87][0xbb][0xd0][0x92][0xe2][0xa4][0xdf][0x9e][0xbb][0x9][0x89][0x8b]I[0xae][0xe]V[0x86]g[0x18]_][0xea]{[0xef][0xb2])[0xaa][0x98]!jJv[0x84][0x88][0xd9][0xca][0x12]q[0xda]U[0xe8][0xb1] [0x13][0xf7][0xa1][0x4][0x9f][0xb9][0x82][0x9]W[0xf3][0x9b]Ov[0xba]m{[0x1f][0xcf][0xbd]p)[0xe][0xb7][0x9e][0xec]3J[0xf7][0xc1][0x12][0xc9][0xdd][0x8d]+[0xf9][0xb9][0xbb][0x85]_[0xb5].~[0x1e][0xf3]n[0xc1]Y@[0x9c][0xe5]|[0x6][0xc5][0xe1][0xc3][0xa7][0x7][0x84][0x18];[0xf9][0x81][0xdf][0x6]H[0xb7][0xf0][0xdd][0xcb][0xd5]S5c[0x90]&Qvp[0xc][0xae][0x8d][0xee][0xdc][0xc4][0x13]t[0xd7][0x5][0xdc][0xa3][0xf0][0x8c][0xa3]|[0x2]r[0x19][0xe][0xd4]O[0xc0]+acy[0x90][0xef][0xf3]$[0x9c][0xc4][\r]b[0xe6][0x93]p[0x1e][0xfe][0x8d][0xf2]Y([0x93][0xa8] [0xeb]e[0x81][0xf9][0xa3][0xa8][0xc][0xca][0xa3]X[0xc0]g [0xc0][0xa1][0x8e][0xa3][0xb8]|[0x2][0xb][0xcb][0x10]t;[[0x13]XTF[0x11]K[0x83][0x9e][0x9a]ZgA[0xc][0x8b][0xc7][0xb0]d[0x2]O[0xa1][0xae][0xbb][0x9e][0xb8][0xbd]&[0xe8][0x9]z&[0x10][0x94]p?[0x96]N[0xe0][0xa9]e[0xd4][0xf3][0xb4]{[0xb1][0xec][0xc]Mvc[0x17][0xc7][0x8][0xfc][0x1c][0x1b][0xf9][0xd6][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "l[0xc2]bl[0xc6]jB[0xd0]J[0xf7][0x7][0x9][0xc0]Mt[0xff]V[0xbe][0xdd]F[0xa7][0xef][0xa6][0xdb][0xbb]I[0xbd][0x13]2W[0xf6]"[0x86]=[0x9c][0xd1]y[0xce][0xdb][0x9d][0x6][0x9c][0xc2]><[0x93][0x0][0x89][0xd9]~t[0x10]$1[0xeb]D[0x17][0x1][0xad][0xc0][0x1d][0xe8][0xe6][0xcc]M[0x1d]'q[0x80]3[0xf][0x9e][0xc5][0xfd][0x10][0xf7]2T[0x7][0xf3]T[0xd7][0xe5][0xa9][0xe][0x91][0xea][0xd9][0xdc]_[0x1][0xd7][0x13][0x88]B[0x96]qX[0xc6][0xf5]2[0x8e][0xc8][0xb8]![0xf7][0xab][0x2][0x8f]![0xfe]([0xb5][0xf5][0x90][0xb2][0xc]q[0xfe][0xf1][0xe]G;[0x18]"<[0x8c]r[0x88][0xff]U[0x1c].@w[0xb9]@[0xf5][0x8a]Q[0x84][0xc4][0xf3][0xca],[0xba][0x81]*[0xe][0xf5]b[0xf2][0xf4][0x2][0xac]'[0xb1][0x82],+7[0xba][0x83][0xee][0xc0]*[0x92][0xad]>0[0x89][0xa5][0x7][0x1d][0xe6][0x9a][0xda][0xfa]1[0x84][0x83][0xee]1T[0x9f]vrf[0x97][0x93]/n[0x8e]{[0x98]G[0xed][0xb8][0x96]p[0xec]$ [0x2][0xb4]u[0x19]#[0xf2]P[0x1d][0xce]Cu[0x18]}Y[0xa8][0xe][0xa3][0x9f]3[0x17][0xf9][0x96][0xe3](tJ[0x12][0x0])[0xa4][0xca][0xac][0x1c][0xe3]J[0x99][0xb8][0xb1]e]{[0x84]2[0xcb][0xf9]l[0x9][0xd4][0x8c][0xa3]vo[0xfd][0x83][0xa8][0x98]D[0xdd][0xc1][0xba][0xda]1[0xd4][0x9f][0x9e]D[0x84][0x86]G[0x1d][0xc3][0x9f][0xc1][0xbc][0xbb][0xca][0x85][0x3][0xb5][0x81]5g[0xb1]6[0xe8][0x1e][0xc7][0xba][0xf3]X[0xc3][0xfc][0xf4][0xd4][0xd6]M[0xe0]j[0x17]N[0xe7][0x13]b[0xb9][0x13][0xd2].[0xca][0xed][0x86][0x8f][0x1]X[0xc8]`,c[0x18][0xc2][0xc]C[0x3][0xae]w|[0xd9][0xcc][0xdd]eXI[0x8b][0x6][0xc9][0xd5]@[0xba]$[0xc][0xc7][0xbf][0x96][0xbc]-y[0xff]Z[0x1c][0xaf][0xca][0xc8][0xd3][0x84][0x94][0xe3]_[0xce][0xab][0x8c][0x8c][0xe7]P[0x86][0x8][0xb1][0x17][0xd2][0xe3]X[0xc8][0xd0]r[0xc7][0x84][0x95][0xf5]1[0xca][0xa7][0x90][0xe2][0xa9][0xb9][0x7][0xcb]N;[0xf1][0x15]f[0x96];[0x8b]q[0xc7][0x1c]%C[0x90]U[0xed][0x85][0x8d]t[0x96]y[0xc8][0x1][0x8c]Y[0x1e]X?[0x8e][\r][0xe7][0xa0][0x4][0x1a]v/X][0xd9][0x14]hX[0x88]k[0xc6][0xd1]8[0x8a][0xa6]sX[0xcb][0xc4][0x8]l".[0xe3][0xd8]<[0x81]k]8[0x93][0xd7][0xb2][0xd4][0x81][0xb7][0x86]2[0xd7][0xb1]N[0xd6]c>6[0xd0][0xe8][0x6][0xd4][0xe3][0x1a]G[0xf3]b[0xd2][0xf9]QE=[0x1d]|[0x9b]O[0xf0][0x8e]c[0xd8]1x[0xc4][0x91]q[0xe3][0x0]PK[0x7][0x8][0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.class[0xad]S]o[0x12]A[0x14]=[0xc3]n[0xa1][0xd0][0xd5]V[0xa8][0xf8][0xad][0xa5][0x9f][0xb0]`[0xf7]A[0xdf] }[0xb0]FcB[0xac])[0xa6][0xef][0x3][0x8c]8[0x14]v[0xc9][0xb0]P[0xfa][0xe2]o[0xd2][0x4]b[0xf4][0xc1][0x1f][0xe0][0x8f]2[0xde][0x19][0xa0]F[0xbb][0x6]M[0xfa][0xc0][0xcc][0xe1][0xee][0x9d]s[0xcf]=s[0xe7][0xfb][0x8f][0xaf][0xdf][0x0][0xf][0x7][0x8a]j[0x15]#[0x93]*[0x97][0x15][0xb8][0x7]t2^[0x91][0xbe][0xc][0xf][0x18][0xaa][0xf9][0xcb][0x19][0xb][0x95]E[0xeb])[0x9c][0x90][0xe2][0xc3][0xa0]IbV[0xab][0xd2][0x17][0xaf][0x7][0xdd][0xba]Poy[0xbd]c[0xac][0x8][0x1a][0xbc]s[0xc2][0x95][0xd4][0xff]gA;|/[0xfb][0xc][0xfb]Q[0x5][0x15]?#[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbf])[0x94]'[0xfd]P(*[0xa2][0xac][\r][0xf9][0x8d][0xec][0xbc]7'[0xe4]W[0xd6]M[0xb4]q[0xba][0xc5]e%Z[0xb2]Oz[0x8c]y[0x86][0xbc][0xdf][0x92][0xde];[0xc5][0xbb][0xe2],P[0xa7][0xde][0xb3][0x81][0xdf][0xec][0x88][0xc3][0x80]4[0x8f][0xc2]r!*[0xa5]6[0x9d][0x90]c[0xc3][0xa4][0xb8][0xae]ImY[0x8d]p[0xc4][0xb0][0xb9][0x98][0x93][0xe1][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "+W[0xcc]D[0xa4]j[0xc1]@5[0xc4][0xb][0xa9]}L[0x19][0x83][0xf6][0xb5][0x5][0xe][0xd6][0x90]w[0xb0][0x8c][0xa4][0x83][0x14]V[0x1c]8[0xb8][0x96]@[0xc1][0x81][0x8b]"C[0xe9]n[0x8e]a[0xed][0x97][0xa9]G[0xf5][0xb6][0xd0][0xc3]m[0xe5][0xb5][0xa9][0x1b][0x8b][0xba][0xa1][0x99][0x9a][0xfb]^[0x9b]?[0xaf]f[0xd4]m[0xff]Y[0xe1]o[0xc3][0xfa][0xaf][0xd7][0x82][0x1c]=[0xf0][0x4]=}[0xb]i[0xed][0x2][0xa1][0xb4]6[0xc2][0xec][0xe4][0x5][0x18][0xae][0x13][0x8e]a[0x95]~[0xd4]!n[0xd0][0x9e][0xa6][0xc8][0x7][0xda]m[0xda][0xd7][0xdd][0xcf]`nq[0x82][0x98][[0x9a][0xc0]r[0x1f]O`2|[0x19]Z[0xb3]X[0xa2]u[0x8b]2[0xb7][0x89]{[0x87][0xb8]v)[0xbe][0x87]u[0x8a][0xba][0xd3][0xf3][0xb8]IY0H[0xd7]g[0x6]i[0x5]1[0x83][0xb4][0x6][0xb][0xb7][0x8];[0xb3]o[0xe]i[0xb1]f[0xaa]nS[0xec][0xe][0xee][0xce]4[0xbd]$F}*St[0xc7][0xa4]gLr[0xc6][0xb0][0xbf]`[0xc9][0xc6]G[0x93][0xae]%[0xc5][\r][0x8d]k$d[0xa7][0xe9][0x17][0x12]2[0xb8][0x87][0xfb][0x17]-? [0xf4][0xd0][0xa0]G?[0x1]PK[0x7][0x8][0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "intern/ProbeInvokerImpl.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~'{[0x99]d3[0xdc][0x16]6[0xb0][0x82][0xb8][0xdc]t[0xb3]IX[0x9][0x12]!P,[0x9][0xb7][0x8]$HB([0x4][0xa9][0x93][0xcd]$[0xc][0xd9][0xec][0xac][0xb3][0xb3]$P)j[0xa3]U[0xe9][0xdd]^[0x84][0xb6][0xa8][0x80][0x8d][0xb5]T[0xa0]B"R[0x83][0xbd][0xb7][0xf6][0xde][0xda][0xe7][0xe9][0x9f][0xd2][0xf6][0xf1][0x91][0xbe][0xdf]7[0x9b][0xcd]&[0xd9][0x0][0xed][0xf][0xfb]][0xcf]w[0xce]{[0xde][0xef][0x9c][0xef][0xcc]~[0xf8][0xc9]{[0xa3][0x0]V[0xe3][0x1f][0x1],[0xc7][0x89]R|>[0x80][0x93]x[0xba][0xc]q<#[0x9a]gE[0xf3][0x5][0x15][0x83][0x1]<[0x87][0xe7][0xc5][0xe4][0x8b]*^[0x8] [0x80][0x13][0xe5]x[0x11]/[0x95][0xe3][0x14][0xbe][0xa4][0xe2][0xcb]*[0xbe][0x12][0xc0],|5@[0x89][0xaf][0xa9][0xf8]z[0x0]A[0xa1][0xed][0x1b][0xa2][0xb9][0x14][0xdf][0xc][0xe0][[0xf8][0xb6][0x98]|G[0x88][0xbd]"[0xa6][0xa7][0x3]8#[0xd6]N[0xe2][0xbb]b[0xfa]=q[0xf4][0xfb]*[0xce][0xaa]xU[0xc5]kb[0xf3][0xf5]r[0xa8]8[0xa7][0xe2][0xbc][0x98]\[0x10][0xfb]o[0xa8][0xf8][0x81][0x98][0xc][0xa9]x[0xb3][0x14]?[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdf]*[0xc5][0x8f]Jq1[0x80]J[0xbc][0xa2][0xe2][0xc7]*[0xde]V[0xe0]I8[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x96][0xee][0xb4][0xec][0x9e][0xb8][0x95][0xe9]1[0xe3][0xdd][0xb6][0xde]g[0xf4][vo[0xbc]![0x9b][0xea]J[0x1a][0x8d]V[0xca]1[0x6][0x9c][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "|[0x89][0xa4]~[0xfc][0xb8][0x82][0xe0][0xce]#[0xfa]Q=[0x9e][0xd4]S=[0xf1]V[0xc7]6S=[0xdc][0xf4][0xf7][0x19][0xce]a[0xab]KA[0xa9][0x99]:b$[0x1c][0xcb][0xce]kMg[0x1e]:[0x12]O[0xeb][0x3]qc@[0xef][0x8b]g[0x1d]3[0x19]o[0xca][0xc9][0x88][0x83][0x1b][0xcc][0x94][0xe9]lT[0xf0]pt[0xaa][0xde];[0xc3][0xaa]lW[0xe0]m[0xb4][0xba][0xc][0x5][0xb3]v[0x9a])[0xa3]9[0xdb][0xd7]i[0xd8]mzg[0xd2][0x10]H[0xad][0x84][0x9e]l[0xd7]mS[0xcc]s[0x8b]^[0xe7][0xb0][0x99]Q[0xb0][0xae][0x18]8[[0xef][0xe7][0xc0]1R][0x86][0x1d]7i[0xc1]N[0xc5]w[0xdb]V[0xa7][0xd1][0x94]:j[0xf5][0x1a]vS_:I[0xcc]A#[0x95][0xa0][0xc9][0xae][0xa6]T[0xc6][0xb1][0xb3][0x9][0xc7][0xb4]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "ft[0x16][0x2]#]i[0xdd]vhhnGQ[0xbe]\[0x9a][0x14]([0x7]x[0xb4][0xd5][0xd1][0x13][0xbd][0xbb][0xf4][0xb4][0x84]([0xaf][0xe6][0x92][0x8a][0xcb]*[0x1a][0x8][0x97][0x1e]$[0x15]TD[0xb][0xd5][0xb4]t[0x8a][0xc3][0xd2][0xf9]2[0xc7][0xc8]8[0x8d]I=CSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "D[0xe4][0x12][\r])[0x86][0xb8][0x88]I[0xeb][0xcd][0x96][0xb3][0xd5]"[0xdc]-[0x3][0x9]#-[0xe0]S[0xd0][0xab][0xdb]=[0x93][0xe1][0xe6][0xec][0xd0][0xfc]D&[0x8f][0xa5][0xc7][0xd8][0x9c]7Y[0xf5][0x86][0xd8][0xc6][0xf5]2[0xca][0xaf][0xd0][0xaf]n3[0xd5][0xb5])[0xd5][0xe5][0xb2][0xa7][0xe0][0x81][0xe8][0x14][0x80][0xc5][0xbc]"#J[0x9f][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]l[0xa3];[0xc9][0xbd][0xf8].[0x19]e[0x4][0x14])[0xd8]l[0xb6][0xa4][0xae][0xcd]F[0xb7][0xeb][0x94]m[0xcb][0xc8]*[0xf4]Z[0xdc][0x94][0x9e]rL]8[[0xe8][0xf5][0x4][0xa1]d[0xd2][0xe8][0xd1][0x93][0x9b][0x12][0x9]#[0x93])[0x14][0xf2][0xf3]*[0xf5][0xbe][0x8c][0x8a][0x9f][0xe4][0x93][0x8e][0xc4][0xb7][0x9a]=)[0xdd][0xc9][0xda]t,6[0xc5]1A[0xc3]4[0xbe]U[0xb8]W[0x9f][0xb][0x94][0x2]z[0x1a][0xa2]S[0xf]L[0xcf][0xc1]4[0xf1][0x10][0x90]X[\r][0x86]./[0xb3][0xa6][0xc8]qa-!yh[0xe3][0x8d][0x1b]N[0xa1][0xa3][0x9a][0x8]&[0x97][0xab][0x84]11[0xd3][0xf3][0xa1][0x10][0x10]2[0xbb]r[0xd9][0xee]Z[0x13][0xf1]@k[0xc1][0x8e]"[0xf1][0x17][0x9a][0xb2][0xe8]FH[0x92][0xef][0x13][0xcf][0xbb]\l[0xb7][0xac][0xde]I[0xfe][0xdf][0x85][0xb7]E#U1[0xf9]k[0xe2][0xc3]f[0x1b][0xcc][0xae][0xd9][0x12][0xdf][0xa6]T[0xca]r[0xa4][0xcb]D[0xb9][0xac][0xa3][0xf0][0x9c][0x9e][0xdf][0x8a][0x8f]KQM[0xb9]<[0xd8][0x98][0xb5]3[0x96][0xad][0xe2][0x1d][0x15][0x8f][0xa9]8J[0xbc][0xad]V[0xd6]N[0x18][M[0x11][0xfb][0xa1][0xc9]O[0xc3]J[0xa1]W[0xc3]Z\%[0x6][0xfa]xI[0xc3]5[0xc]k[0xac][0x19][0xf]iX#[0x9a]U[0xa8]e[0xec][0xde][0xe9]YT1[0xa2][0xe1]]\[0xd7]P[0x87][0x87][0x15][0xac][0xbe][0xcb][0x97][0xaa][0xd9]jI[0x8f][0xab][0xb8][0xac][0xe1]=[0xdc]P[0xf1]S[\r][0xef]c[0x94]V[0xef][0xf4][0x6]([0xa8],b[0xa8]M[0xed]'[0xb8]Y<[0xe9]'[0x8a][0x14]My[\r][0xc0][0x1f]5[0xfc][0x9]f[0x4]M[0x8e]1[\r][0xc1]_5[0xa4][0xf1][0xa4][0x82][0xaa][0xff]![0xbd]4[0xfc][\r][0xe7][0xab]6~dO[0x96][0xe0][0xfa][0x8c][0x2]d[0x81][0xdd]c[0xc9]+I[0xfb][0x88][0xaf]r[0xc4]JE[0x14][0xac][0x8a][0x1c][0xd6]3[0x91][0xf1][0x8]][0x19][0xe1][0xf5]E2[0xd9]t[0xda][0xb2][0x1d][0xa3]+"4%#[0xbb][0xf5][0x81][0xc8][0x16]^Z[0xa4]v[0xe5]*[0x16][0xd4][0xff][0xb3][0xc0])[0xb8][0xaf][0xc8][0xc9]B[0xa9][0x9][0xac][0xb8]w>[0x16][0xd5][0xb7][0xa9][0xd5][0xac][0xd0][0x93]BP[0xc1][0xc2][0x8e][0xdb]=[0xf2][0xb][0xa6][0xdb]czG[0xc5]c[0xe7][0xcb][0xa4][0x93][0xa6]3[0xa9][0xb0][0xe4]jle[0xd1][0xba][=[0xd1][0xb5]L[0xbf][0x99][0xc9]tZ[0x3]q[0xc7]f[0x5]&'[0xad][0x86]}[0xd4]L[0x18];[0xf9] e[0xd3][0xbc][0x10][0xde]`nI[0xc1][0xb6][0xe8][0x9d][0xbf]G[0xa6][0xbc][0x80][0x95][0xc5][0x1e][0xa9]2[0xaa]u[0xcf])[0xb8]7Z9[0xbd]Z[0xca][0x86][0xa7][0xdd][0xa4][0x9e][0xa4][0xa5]w[0xe5][0xa8]\Q[0x8c][0x83]"[0xf][0xf2][0x82]B[0xb9][0xb6][0xc3][0xb6][0xd5]/*[0xb9][0xac][0x1d]~=[0x9d]fh[0xb0]n[0xdc]A[0xd7][0x84]<[0xa7]N[0x95][0xfe]4[0x13][0x1c][0xbf][0x7][0xa2]S[0xe5](P[0xea]Xcq[0x12]*[0xa6][0xbb][0xdd][0xa5][0xda][0xbd][0xdd][0x8c]$[0xe5][0xb6][0x91][0xe1]7[0x9e][0xcc][0xea][0xc9][0xcc]$m[0x5]E[0xb6]JnQ[0x95]O[0xc5]V[0x15][0xdb]TlW[0xc1]o[0x5][0x9a][0x6][0x8f]bG[0xce][0xcb]S[0xd8][0xcb][0xbe]M[0xc0][0xbf][0xe][0x8d][0xdf]wW[0xe1][0xbd][0x8e][0x19]%[0xd8]5[0x84][0x19][0xcd]70k[0xcd][0x8]f[0xdf][0x8c]UW[0x8d]`[0xce][0x19][0xd4][0x88][0x95][0x1b][0x8][0xd2][0xb1][0xb9][0xc1]y[0xc3][0x8]Q[0xde][0xc7].X[0xc1][0xa6]z[0x18][0xf3][0xd9][\r]c[0xc1][0x8][0xc2]7[0xaf]H[0x98]sQ[0x81][0x99][0xb4]![0x9c]_[0x8a]R[0xb6][0x8d]\[0xdb][0xc6][0xd5]-[0x84][0xb8][0x15][0x11]4[0xf1]O[0xda][0xa3][0x1c][0xed]@+v[0xe5][0x9d][0x9e]K[0x87]vr^B[0xa9]24[0xa3][0x85]s[0xe2][0xcc][0x13][0xd1][0x86][0xdd]x[0x8c][0x16]"[0x94]v[0xe5][0xf6]p[0xb5][0x82][0xbd]{[0xb2][0x95]#wO[0x8c][0x4]!3[0xe0]iW[0xd1][0xf6]1[0xca]T[0xec][0xad][0xc5][0xb3][0xa2][0xa4]s[0x8b]4([0xfb][0x8]P[0xa5][0xc8][0xa1][0xaa]a[0xdc][0xd3]\3Z[0xe7][0xf5][0xd4][0xf9]B[0xbe][0x90][0xf7][0x1c][0xaa]jB[0xbe][0xda]z[0xd8]?[0x8c][0x85][0xae][0xaf][0x8b]Ncv[0x8c][0x82][0xf7][0x86][0xfd][0xd5]#X[0xec][0xbd]8[0xe8]S[0x86]n}4[0x84]%[0xe3]t[0x15][0x1b]y.[0xc2]/[0x9d][0xdb][0x88][0xfb][0x18]z[0xeb]e/[0xe6][0xdb][0x9]T[0xcc]E/[0xe6]{x[0x93]b.z[0x97][0xb8]:[0x82][0x7][0xe7]a:[0x13][0xc5]^[0x6]p;%[0xf6]p[0xaf][0x93]Z[0xe]0&:x[0xfa]qRy[0x88][0xab]OPJ[0xc7]A$$[0x99][0xdb][0xe9]Y[0x18][0x8b][0xf0][0x19][0xec][0xa7][0xfd]G$[0x99][0x7]HQ[0x93][0x1c]up[0xd4]*G[0x7]%[0xc1][0x87][0xf2][0x4][0x1f][0x92][0xb4]*r[0xf4]8[0xa9]v[0x9][0xd6]r+[0x82]VE[0xd2][0xba][0x10][0xea]'[0xd0]T[0x1c]R[0x94][0xe8][0xbf][0xe0]kP[0xf1][0xd9]&[0x15]O[0xf0][0xa7][0x97][0x11][0x9e][0xc8][0xaf][0x4][0xfc][0xa4]qcNYAC[0x82][0x88][0x16][0x86][0xcb][0xd2]z/I-[0xab][0xba][0x8e]e%[0x8]{G[0xcf]`vu[0x95][0xe7]},[0x1f][0xc6][0x8a]}C[0x98][0x1b][0xab]&u[0xf7][0xd7][0xfb][0xaa][0xab][0xc2]>wia[0xbd]O0[0x1a][0xf6][0x9]J[0xb][0xc7]Whd6[0x99][0xa9][0xc3][0x3][0xb2]o[0xc8][0xb3]WK[0xd4][0xc0][0x0][0x8d][0x1e][0xe3][0xce]S[0xc][0x92][0x13]X[0x86][0xa7]Q[0xc5]TX[0x8d][0x97]xb[0x90][0x99][0xf7][0x1c]O[0xbc][0xc0][0xec]y[0x91]\[0x9c][0x92][0xcc][0xed]a[0xb8]V[0xf1][0xd7]M[0xef]}[0x94][0x8]p[0xa7][0x87][0xa3][0xcd]rtPffK[0x9e][0xaf][0x16][0x1c][0x86])[0xd9]i[0xc1][0x11]r]"G[0x82]9[0xe1]n[0x13]z[0x91]$[0x9e]1[0xe][0xdd][0x95][0xbe]\[0xae][0x6][0xe1][0xfb][0x18][0xcb]T[0xa4]f[0x91]>k[0x7][0xa9]+[0xe7]y~w[0xe5]([0xeb][0xa5][0x9c]H[0x9d]S[0xc][0xbb][0xa5][0x8c]O[0x12]T[0xef][0xe5]8Z[0xef][0xf3][0xd4][0xf9]=ujH%y[0xe7][0xd0][0x1b]R[0xcf]`f[0xd8][0xeb][0x11][0xe9][0xdc]:[0x84][0xbd]a_H[0xad][0x1d]=[0x8b][0x7]o[0xa0]2[0x9f][0xb6]1[0xe6]hH[0x1d]FU[0x90]7[0x10][0xa2][0x9a][0x85]"[0x81]k[0xc6]2w[0xe5][0xcd][0xea][0xd1][0x90][0xff][0x2][0x82]aoH[0xad][0xe][0xf9][0x7][0xfd]J-u[0x95][0x89][0xa9][0xd2]:[0xa8]2[0xd8]_[0xe]{/[0x13][0x8e]Ko=[0xf3][0x1b]8K:^[0xa5]k[0xaf][0xd1][0x99][0xd7][0x11][0xc2]y[0x6][0xf3][0x5][0xac][0xc0][0x1b]|[0xe4][0xde][0xe4];[0xf4][0x16]i|[0x9b][0xe]_[0xe2][0x5][0xbc][0xc3][0xe4];O[0xb2][0xaf][0xe7]i^@gmdd[0x12][0x9e][0xca]SzJ[0x12][0xa9][0xc8][0x91][0x1b][0x82]>'[0xa3][0xf6][0xa9][0xff][0x2]PK[0x7][0x8][0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.class[0xb5]S[0xcb]N[0x1b]1[0x14]=N[0x2]![0xc3][0xb4][0xe1]Uh[0xe9][0x3][0x16]][0x84] [0xe1]E[0xbb]A [0x16]EBT[0x8a][0xa0]"[0x8][0xa9]R7[0x9e][0xe4]2u[0x98]x"[0xdb][0x1][0xfa]Y] $[0x16]|@?[0xaa][0xea][0xf5]PP[0x11][0x9b]P[0xb5][0x8b][0x19][0x9f]s[0x1f][0xc7][0xe7][0xda][0xf2][0x8f][0x9f]W[0xd7][0x0][0xde]a)B[0x5][0xcf]k([0xe3]E[0x15]/[0xab]x%06[0xb0]yB[0x2]k[0xad][0xdc][0xa6]2[0x1f][0xb8][0xf7]=9P[0xe7][0x92][0xce]U_Zu[0xc6][0xc0][0x93][0xe9][0x92][0x95][0xda]x[0xb2]F~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf5][0x1b][0x2][0xe3][0x9b][0xda]h[0xbf]%[0xf0][0xb9][0xf1][0xb8][0xd6][0x9b]j[0x97]jylU[0x9f][0xce]r{"[0xdb]dOu[0x87][0xe]([0xd5][0xce][[0xe5]un6V[0x8e][0x4]*[0xdb]y[0x97][0xcd][0xd5][[0xda][0xd0][0xde][0xb0][0x9f][0x90]=TI[0xc6][0x91][0x99]V[0xde]Q[0xd9][0x91][0xb2]:[0xf0][0xdf][0xc1][0x8a][0xff][0xaa][0x9d]@[0xfc][0xa7][0xc][0xd3][0x8f][0xc6][0x90][0xdd][0xce][0x94]s[0xc4][0xd9][0xdd]Q[0xdd][0x1e][0x92][0xf3][0x1f][0x86][0xa6][0x9b][0xd1]~[0xe2][0xd8][0x1f][0xd9][0xb7][0xf7][0xfc][0x9][0xcc][0xba][0x87][0xb6][0x5][0x1a][0xa3][0xe](0[0x8a]o[0x83][0xdb]IVG[0xd4][0xd8]ln[0xb1]L[0xad][0xad]S[0xa3][0xfc][0xd0]r[0xe7][0x97][0xff]s[0x1b]a[0xa3]p!Q;[0x1f][0xda][0xe][0xed][0xe8][0xe0]r[0xe1][0xe1][0x11][0xad][0xf5][0xd4][0xa9][0x8a]Q[0xc5][0xeb][0x18]c[0x18][0xaf][0xe2][0x8d][0xc0][0xce][0xbf]9p[0x81][0xa9] .3eR[0xb9][0x9f][0xf4][0xa8][0xe3][0x5][0xca][0x8d][0xe0]j[0xfd][0xaf]w[0xc0]2?[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "?[0xe]V[0xf][0x86][0xb]$[0xd8][0xff][0x4]J[0xa8]1Kx-[0xf3][0x1a]5/![0x9a][0xab][0x17](}gVF[0xc4][0xff][0xa7]E[0xa6][0xcb][0xfd][0xc4][0xb5][0xc7][0x98]d[0xb6]|S[0x8d][0x18]u[0xa0]@AU[0x14]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd3][0xac]6[0xc3]8[0xbe][0x8b][0xcc]rd[0x8e]q[0x9][0xcf][0xf8][0x9b]/[0xd0][0x2]+[0x87],[0x8f][0x87]E$54bD[0xfe]Y[0x1a]RHkx[0x0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "GC3[0xdc][0x6]d[0xb0]_[0xfe][0x1d][0x90][0x9e]GU[0x8c]i[0x8]a8[0x80][0x83][0xf2][0xf9]`=u[0x1e][0x92][0xd2][0xc3][0x1]<"[0x9f][0x8f]6[0xe0]1<[0xae][0xe2][0x9][\r]O[0xe2][0x90][0x8a][0xa7]T<[0xad]@[0xbf]S$L[0xc7][0xb5][\r][0xd7]LY|[0xdd]hY[0xc2][0xee]M[0x1a][0x8e]#[0x1c][0x5][0xb5][0xfd][[0xd6]+[0x8][0xf6][0xa7][0xec]D[0xc4]I[0xee]^[0xb1]7[0xd2][0x9f]J$[0x84][0xdd][0xad]`[0x86]]`H[0xd5][0x99][0xfd]{[0x8d][0xfd]F$[0xe3][0x9a][0xc9][0xc8]f#M[0x8d][0xfa]A3a[0x19]n[0xc6][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdc][0xe2][0xd9][0x1e][0xcf]c[0xca]I[0x98][0x91][0xdd][0xb6]1"[0xe][0xa4][0xec]}[0x91][0xb5][0x19]+[0x9e][0x14][0xdd][0xd9][0xa9][0xb4][0xc3][0xc5][0xd2][0xc6]hD[0x8c][0x1a]#[0x11][0xdb]8@[0xc1][0x15]V\[0xd8][0x11][0xd3]r[0x85]mE[0xb6][0x9][0xc7][0xcd][0x9a]l[0x89]:[0xc2][0xde]/[0xec][0xc5][0x85][0xb9]t[0xaf]b[0x8]u=[0xa6]e[0xba][0xab][0x98]Hx[0xe9][0xe][0x5][0xbe][0xde]T\[0xc8]PMK[0xc]dF[0xa2][0xc2][0xde]fD[0x93][0xc2][0xcb]0f$w[0x18][0xb6])[0xdf]s[0x83]>w[0x8f][0xc9][0xc4][0xfe]C@[0x12]&#[0x1e]7[0xad][0xc4]:[0xcb][0xb5]M[0x89][0xe8][0xf2][0xf0][0x85]R[0x9f][0x2][0xa9][0x9f][0x89]t[0xcb][0x98]g[0x8c][0x18][0x96][0xb9][0x9b][0xae][0xa5][0x8b]1[0x5][0x91][0x92]p[0x9c][0x3][0xa6][0xe3]DS[0xa3]S[0xe1]l.4[0x90]!D=[0xef][0xbd])[0x86]9[0xea]*Xx[0xfe][0x8]r:4[0xba]Lf`[0xc6]D1=*[0x6]?X[0xae]I[0x7]J[0x9a][0xc9]N[0x17][0xba][0xad]v**d[0xbd][0xd2][0x86][0xcd][0x85][0xcb][0xb3]<[0xbf][0xa5]g M[0xb3]Y*[0xb8][0xfc][0x2][0x0][0xb3][0xf6][0x85]pz[0x15]i*E]A[0xc0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]"&[0x99][0xe1][0xcd]&[\r]+[0x11][0x19][0xa4][0x85][0x95][0xe0]|k1][0xc6][0xd2]y[0xca][0xb4]O[0x13][0x9f][0x9e]6[0xc9][0xce]5%+[0xf7]TYZ[0xe9]c[0xc6][0xa0]k[0xc4][0xf6][0xb1][0xa5][0xbc][0x8]T<[0xa3][0xe2]Y[0xf6][0xb8][0x8a][0xe7]T<[0xcf]mD[0xc5][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xee][0xab][0x82]t[0xd5][0x7]!Y:[0xd3][0x16]#[0xa9][0xfd][0x85]D[0xd7][0xed]"[0xe6]l[0xf8][0xbf][0xda][0x9a][0xdb][0x1f][0xb][0xd4][0x13]K[0xe6]:[0xdb])([0xd0][0x96][0xe8]^[0x11]sK[0x1b][0xb6]<[0x83]b[0xff][0x97][0x2][0xbb]6[0x98][0xca][0xd8]1[0xd1]g[0xca][0xaa][0xcf].[0x8f]y[0xb9][0xc]J[0xc7]rD[0x14][0xcc][0x9a][0x2]x[0x83][0xe1][0xec]a[0xad]t[0xb4][0xa1][0x9d][0xf5][0xd1][0xf1]"^b[0xc1]t[0xbc][0x8c]Wt[0xbc][0x8a][0xd7][0x14]tT[0x15][0x8c][0x82]+*[0xe0][0xca]6v\[0xc3]r[0x89]Tp[0xab]1[0xba][0x8e]c[0x1d][0x92][0xce][0x19]W[0x92]D[0xc7][0xeb]8L[0xa6][0xe8]x[0x3]Gt[0xbc][0x89][0xc3]e[0xab]^[0xa4][0xdd][0xc8].[0x1d]G[0xf1][0x96]L[0xf0][0x98][0x8e][0xb7][0xf1][0x8e][0x8a]w[0xe5][0xc8]{*[0xde][0xd7][0xf1][0x1]>T[0xd0][0xf7][0xff][0xd4][.[0xf1][0x91][0x8a][0x8f]u|[0x82]Ou|[0x86][0xcf]u[0x84][0xb1][0x94][0xa0][0x97][0xf6][0xe5][0xda][0x8c][0x99][0x8c][0xcb][0xbd]c[0xf6]v+[0xcb]=a[0x8b][0xf8]|[0xd9][0xca]1[0xc3][0x11][0xf3][0x87]u[0x1c][0xc7][0x17]:[0xbe][0xc4]*)}[0xa5][0xa0]f[0xf9].[0x1d]_K,[0xbe][0xd1][0xf1]-[0xbe]Sp[0xf3]%[0x7][0xad][0xe2]{[0x1d]?[0xe0][0x4][0xf7][0x93]R>r[0x1f][0xac][0x8e][0x90]E>[0xb2][0xc9][0xb1][0x90]S,[0xda][0xc8][0x18][0xc]7E[0xbd][0xd0]y[0xdb]ZAcq_sO[0x1d][0xae]v;[0xe][0x98][0x93]+[0xb5][0x86][0x97][0xf6][0x97]G@[0x1d]u[0x8f][0xe1][0xc]x[0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xcf][0xd8]{xjZ[0xde]Ks^[0xbf][0xb0]1[0xb9]K'[0x84][0xbb]I[0x8c][0x95][0xce]O[0xee][0xac]u[0xe2][0x81][0x8c][0x91]$o[[0xc2][0xe5][0xe6][0xd2]}[0x80][0xe]v[0x18][0xc9][0xc][0x13]l[0xa2][0xb8][0xb6][0xf8]h[L[0xaf][0xd3]8[0xdc][0xd6]_`?[0xcc]k[0x95]GW[0xe9]t[0xae]g[0xc][0x1e]Z[0xc][0xf9][0xba][0xf0][0xd2][0xaa][0x11][0xbe][0xe6]<[0xcc][0x88][0xa5]l[0x91][0xb]h;[0x17][0xa4][0xf7][0xd5][0x17][0xda][0xc3][0xa7][0x95][0xf5][0xb2]jb#[0xd2][0xf9]&R[0xd0]?[\r][0xbc]*[0x86]P[0xf9][0xd3]`(\[0x1d]L[0xd3][0xf5][0xec]}.[0x15]}g[0x92][0x94][0xe9][0xc]yqS[0x5]6U[0xe0]WE[0xc6]z'[0x1b][0xf1]XR[0x89][0x91][0x15]-[0x8c]t[0x9a]YpS[\r][0x97][0x93][0xa8][0x9c][0xf5][0xb9]}[0x8b][0x86][0xfe]t[0x16]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf9][0x8e][0x8b][0xac]Tj[0x17]pS[0xf9]][0xa2][0xa9][0xf4]K[0x9d]^[0xe3]"[0x9a]I[0x94]tT>[0x1a]"6[0xbb][0xd4][0xa4][0xcf][0x88][0xb1][0xb5][0xc7][0xb2][0xe4][0xce]{[0xb9][0xba][0xd0][0xda][0xbb][0x1f][0xe4]*^t-[0xc0][0x2]^E[0x16][0x83][0xea][0xbc][0xf1][0xcc][0x95][0x1b]5/BAy[0xda]ql[0x19][0xe5][0x1a]t[0xc0][0xc7]'[0xf]F[0x8e]\Ki-j)[0x1]Mm[0xa7][0xa1][0xb4][0x9d]A[0xcd][0xd0]i[0xd4][0xfe][0x4][0xdf][0x9]O[0xfb]:[0xfe]7R[0x3]XA[0xbb][0x95][0x98][0x89]N\[0xcf]7=k[0xc3]K[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << ">[0x15][0xce]tR[0x9b][0xfe][0x94]OQ[0x87][0x6][0x8e][0x1d]U[0x6][0x96]M[0xc0][0xaf][0xa0][0xcb][0x17][0xf2]M[0xa0]N[0xc1]1[0x84][0xa5][0xa4]*[0xf8][0x15][0x81].P[0xb][0xf9][0xc7][0xd1]0[0xe][0xfd][0x18]t)[0xce][0x18]8[0x8e][0xba][0xe3][0xe7][0xfe][0xe8][0xf8][\r];[0xcf][0xa0]q[0xa8]}[0x2]3Y[0x8c]e[0xa7][0xd1]$}[0x8c]cV[0x97]?[0xe4]?[0xdb]YW[0xdb][0xa9][0xb6][0xa8]-u[0x1f]ce[0xc8][0xdf][0xa2]^[0xdf][0x15]h[0xff][0x19][0xc1][0xae][0xfa]P T?[0x8e][0xcb][0xba][0xb4][0xb6]S[0xf0][0xb5][0x9f]A[0xf3][0x10]G[0xb4][0xd3]h[0x99]@k-[0xee]:[0xa4]*[0xc7][0xcf][0xfd].[0xd3][0xf2]yiu11[0xa0][0x87]a[0xdf][0x82][0xf9]XM`ne:k[0x98]H/n[0xc6]m[0x1c]][0x87][0x1][0xf4][0xf1][0x1a][0xb8][0x9e][0xd7][0xbe][\r]8[0x88][0x8d][0xfc]B[0xe8][0xe3]y[0xbd][0xd9][0x83]`'[0xea]i[0xd7][0x8a][0x1b]q[0x13][0xfc][0xd4][0x98]G[0xab].[0x8e][0x1d][0xe4]X7[0xfd]j[0xb4][0xbc][0x9a]^V[0xf1]B9@[0xfb][0xd5][0xf4]/[0xa1]?[0x9a][0x3]MJk[0x8][0xbf][0xe2]I[0xbd]\[0xb1][0x86][0xbf]#\[0xb5][0x8f][0x80][0xaf][0xe7]h+[0xdf][0xb3][0xde]6[0xd0][Vk#[0xc7]n[0xa7]|[0xb][0xfc]CS[0xb1]IE[0xfb][0x9f][0xa8]9[0x87]E[0x8][0xa8][0xd8][0xac]b@[0xc5][0x16]o|[0xab][0x8a];[0x14]z?[0xc7][0x0]}[0x85]S4[0xcf]r[0xe1]N.>[0x98][0xaf][0x1c][0xbe][0xe2][0xb2]2[0xc0]N[0xf][0xbf][0x9][0xcc][0xae]a[0xa1][0x9a][0x7]X[0x8e]%'1[0xe7][0xc]Bd[0xc6][0xdc][0xe0][0xe5][0xe3][0xb8][0xa2][0xe3][0x14][0xae][0x1c][0xc7]U[0xc1]y[0x94][0xc7]1[0x2][0xb]j0[0x5]l[0xd0][0xf3]2Hx[0xb7]Q[0x1e]"7[0x86]=[0xc0][0xda][0xb2][0xde]'[0xd3][0xef][0x9c]L[0xbf]3[0x97]~#[0x19][0xbb][\r][0xdb]s[0xe9][0xeb][0x93]s[0xf9][0xa4][0x3]P[0xfe][0xc2]J[0x15];&[0xe3][0xf][0xe0][0xae]I&/[0xf0][0xf4][0x81][0xfa][0xe0][0xc2][0x9f][0xb1][0xe8]G[0xcc]9[0xe1]QS[0x86]T[0xe7]M[0xb5][0xd3]q[0xd6][0xf0]n[0x86]%[0x9f][0xf7][0xe0][0x1a]>5[0xce]6[0xb3]q[0x96]@[0xfb][0x17]PK[0x7][0x8][0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Qg[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x5][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x14][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Ql[0xb8][0x1c][0xfa]w[0x2][0x0][0x0][0x5][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x1a][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0x1a][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0x1b][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x1b][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x96][0xcb][0xc3])'[0x1][0x0][0x0][0x3][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x1f][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*![0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Parser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\*[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3],[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/ProbeInvokerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x2][0xd6][0x0]O[0xa4][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u6[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]8[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0][0xd4][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "63826efcca59c7151f7afe33132971e33c12eb75" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_3.EmptyApplicationTestITCase [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45398<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 375157[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xad]XKo[0xe3]6[0x10][0xbe][0x1b][0xf0] r([0xb2]@DK~[0xe4]a#[0x87]l[0x9a][0x16]I[0x9d]M[0xb0][0xde][0xee][0xa5][0x87][0x82][0xb6]h[0x9b][0x89],[0xaa]$m'[0xff][0xbe]3[0x92],[0x89][0xb2]$[0xdb]Esr[0xa4][0x99]o[0xbe]ypf[0xa8]g[0x16][0x8a]9[0xd7][0xc6][0xf9][0xc9][0x95][0x16]2[0x1c][0x12][0x8f][0xba][0xed][0xd6][0xd7][0xd0]w[0xc6]L[0x9b]g[0xe9][0x8b][0xb9][0xe0]><[0x1e]\[0xf6][0xdd][0xfe][0xe0][0xe6][0xaa]9[0xe8][0x81][0xc0]Z[0x4][0xbe][0xf3][0xe4][0xbf][0xa3][0xc2]5u[0xff][0xf6][0xae][0xba][0xc9]S[0xe3]|[0xfd][0x1c][0x92][0xb7][0xa9][0xc][0xe5]\q|[0x16][0xfa][0x1]w[0xee]fFl[0x98][0x91]jH[0xa4]ZP[0x19][0xe9][0xfe][0x1b][0x8d][0xd8][0x7][\r][0xe4]b![0xc2][0x5][0x15][0xa1][0xe1]*d[0x1][0xcd]$3[0xdd]_[0xb9][0x9e])[0x11][0x99][0x98][0xdf][0x8f]%'[0xaf][0xec][0x83][0x8c][0x13]=r[0xf7][0xfa]H[0xc6]b[0xaa][0x98][0xfa]$B[0x13]#[0x9][0xb][0x2][0xb9]%s[0xa9][0x88][0x89]e[0xdb]-[0x92][0x8b]O[0xb8][0xda][0x88][0x19]G[0xb9])'[0x8a][0x7][0x92][0xf9][0xdc]'[a[0x96]rm[0x88]62[0x8a]P[0xe]UW,[0xfc]$[0xf0][0xe7][0xf3][0x88][0x87]>[0xf8]BBC[0xa6]1'M[0xc9][0xa3][0x1]KZ[0x92][0x99][0xc][\r][0x13][0xa1][0x8e]U^&[0xbf][0xb][0xb4][0x95][0xd9]Az,[0xf4][0xe3][0x97][0x84]2[0x9a][0x7][0x88][0xa3][0xe6]B/c9xOsG[0xe5][0xec][0xcf][0xef][0xe3]!Y[0x1a][0x13][\r];[0x9d][0xed]v[0x9b][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xd6][0x89][0x94]|[0xe3]3[0xa3];[0x10][0xb5]N[0x1a]5[0xfc][0xed][0xa4][0xbf][0x1d]t4[0x12][0x19][0xd8][0x18][0xcc][0x87][0x9a][h,b[0xb3]%[0x8f][0xe1][0x82][0xe4][0xb5][0xee][0x8c][0x1f][0xef][0x1f][0xbe]M[0x1e][0x9c].u[0xe9][0xd2][0xac][0x82][0xc][0xe0]9[0xad][0x8d][0xac]4[0xba][0xd9][0xab]ol[0x5][0xc0]/[0xaf][0x93][0xfe][0x93][0x95][0xc][0x7][0xfd][0xc9][0xa4]&[0x9f][0xab][0xa9][0x4];[0x89]tu[0xda]-[0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]B[0xc4][0xb1]X[0x12][0x1b][0xe]y[0x81][0x14][0x80])e[0xc4]LD[0xc]K[0x81]L[0xe4][0xdc]l[0x99][0xe2]q[0xaa][0x9f][0xd8][0x86][0x15][0x94][0xb3]b[0xf6]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]z[0xaf]83[0xdc][0x8f]K[0xf3].[0x8e][0x1]yf[0x1b]@L[0x14][0xc8]k[0xb0][0x6][0x6][0xed][0xd6][0xc3]G$[0x95]q^[0xd9][0xec][0x9d]-R[0xce]i[0xcc][0x0]?[0x90]![0x9d]+pf+[0xd5]{[0xec][0x1]W[0xa3]Mb[0xeb][0xf6][0xac]O{g#H[0xd2][0x6][0x9c][0x80][0x92]Q[0xb7][0xe0]Z[0xea][0xd9]h[\r][0x81][0x1e][0xde][0x9e][0x15][0xe0][0xe0][0xcd][0xd9]E[0xe1][0xff][0x99]\[0xad]d[0xa8]wq[0x89]a[0x1]'F[0xf6]([0xe4]&[0xc5][0xae][0x7][0x96]z!rzEp[0xc0])[0xe3]S[0xb1][0x8a][0x82][0x9c][0xfb]q[0x16][0x0][0xa7][0x9a][0xad][0xe5][0xc9][0xdb]:[0x10][0x96][0x1b][0xb1][0x85][0x1][0x1d][0xd0][0xee]ub[0x2][0xfd][0xfa]/~ j[0xff]-[0xc7][0x4][0x1c]$[0xee][\r][0xe]2/[0xea]S[0x1d][0x89][0xb][0xab][0x18]1>[0xa9][0xd2][0xc5]1[0xc][0x10][0xc1][0x8e]]B[0x1]p[0x8e]fQ[0x81][0xfa][0xb1]J3[0x82]8[0x16]p-[0xea][0x1b]T[0xe5][0x7]*[0x82][0x1b]J[0x83]n[0x8c][0xba][0xed][0xcd][0xa8]/W[0x18][0x9f][0x92][0x95]8[0xf5][0xa5](v[0xa1]{[0x8d]V[0x90]O[\r][0xc]]q[0xad][0xe1][0xa8][0xd4][0xda][0xc9][0xa2][\r]/[0x1]g[0xff][0xfd][0xda][0x88][0xa0][0x1c][0x8c]}|[0x8b].[0xe6][0xab][0x99]q-[0x9c]e[0xad][0x92][0x8f][0xc6][0x93][0xc1]O[0x9][0x8f][0xc4][0x86]^m[0xef][0xa0]_[0x96][0x0][0xc6][0xb9]&t'[0xc5][\r]p[0xf6][0xaa][0xf4][0x8]7[0xf6][0xa0][0xd2]sq[0xaa][0x1b]{4[0x1][0xa7]![0xc3][0xda]0[0xb3][0xd6][0xc7]0[0x5][0x9c]C[0x9]>[0x8a])[0xfa]UW[0xab][\r]D[0xd1][0x95][0xff][0xab][0xe][0xad][0xb8][0xe1][0xdc]n89U[0xed][0xe8]=Y%[0xe2]=[0x82][0xea]d[0xd7][0xc0][0xfe][0xc][0x9a][0xc5][0xce][0xe4][0x9d]<7v[0xf1][0x89][0x9f][0xee][0x80][0xb3]a[0xb5]7[0xbf]-cn6[0x1][0x13]k[0xb8]xU[0x18][0xac][0xe4][0xe]r[0x15][0xce]&[0x8f][0x0][0xa7][0xc4]&[0x17][0xc5][0xa4]P[0xa3]``sU[0xc3]1[0x1d][0xdd]#[0x9c];[\r]l[0x1b]rW[0x9a][0xfd][0x80][0xb3][0x1b][0xff][0xd5][0x16]k[0xd3]fK[0xe2][0x1c][0x4]z:[0x98][0x17][0xfb][0xf1][0x91][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PY[0xdf][0xa8][0x8b]`l![0xff][0x95][0xd7]y5[0x1f]{[0xba][0xd5][0xb2][0xc9][0xad][0x15]2[0x83][0x9a][0x98][0xaf]T[0x19]4[0xf][0x8c][0xf6]=[0xef][0xaf]hwp[0xcc][0x9e]Pr%[0xf9][0x97][0xc3]Rg[0xca]h[0xd8][0xe][0x85][0xb3][0x1c][0xa2]%[0xf]"@)b/[0xb1]~[0xe2][0xa7][0xd5]t[0x8f]F[0x7][0x9c][0x94]iUN[0xb2][0xf]Z[0xc1]>_e([0xc1][0x81]+[0x98][0xd6][0xfb][0xe7][0xb4]G{[0xb0][0xe8][0xff]&[0xe0][0xaa][0xb5][0x3][0x8c][0xcf]E9[0xb1][\r]{i[0xd6]\Ju[0x91][0xf4][0x9f][0x13][0x10]\[0xda][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xfa][0xd5][0x80][0xb0][0xb7][0xbb][0xee][0x11][0xc9][0xe7][0xc5])05l[0x16][0x17][0xf6][0xfe]S[0xbd][0xdf]^[0x82][0xba]w]Nvy/[0x1a][0xbc][0xa4][0x97][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xf4][0x80]z^[0xdd][0xb9][0xa8][0xd6][0xe8]7[0x1d]\[0x90][0x6][0x9c][0xbc][0xd2]O#fi[0xe5][0xf7][0x94][0x9c][0xe3]q[0x9a]6[0xd1][0xaa][0xfd][0xb9][0xfe]H[0xd4][0x93]L[0xf6][0xb1]J[0xa5]c[0x8]f*[0xd9][0x1e]^[0x17][0xc8]v[0xeb]q[0xb5]a[0xb4][0xbb]\n[0xfd]/,1[0xf7][0x2][0xef][0xd9][0xee][0x97][0xb3]b[0xaf][0xc6][0x8b]Uz[0xab][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xd5]U[0x9d]Rq[0xee]e[0xd2][0xd8][0xe8][0xaa][0x14]j'bf[0xc5][0xa5]7t[0x90])[0xa5][0x5]o[0xf5][0xf6]Rg[0xb5][0xcd][0x8c][0x14][0xd7]2X[0xc7]_hne[0xfc][0xa5][0x86][0x5][0xbb]DT[0x8d][0x88][0xc][0xa4]W[0xe2][0x9a]oK[0x5]L[0xc0])[0xc0]6^z[0x1a][0xd7][0x14][0xfc][0x82]Sv[0xb6][0xdd][0xfa][0xce][0xff]Y[0xb][0xc5][0x9d]{[0xb0]=[0x15][0x81]0[0x9f][0x90]G[0xe4][0xcc][0xf9]h.[0x2][0xc3][0x15]4[0xd7][0xf3]_[0xce][0xd3]g[0xb7][0xf8][0xa9]a[0xf2][0xf0][0xe5]|[0xe7][0x6]t[0xe7]/[0x88][0xf3]C[0xca]`H[0xf0][0xd3]Y[0x1f][0xaf][0xd3][0xb4][0xeb]z7n[0xcf][0x1d]x[0x3][0xd7]k[0xb7][0xda][0xad][0x1]PK[0x7][0x8]t[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.properties-[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]0[0x10]@[0xd1]}N1[0xe0][0xda][0xc1][0xa4][0xba][0xa8][0xe0][0xaa][0x94][0xd2]n[0xeb][0x5]F[0x1d]cJHBL[0x8a][0xbd]}S[0xe8][0xf6][0xf1][0xf9][0xd5][0x8d][0x1d]GJ[0xbc][0xc0][0xf4][0x1][0x1f]5R[0xa0]yc\[0xd9][0x9a][0x3][0xa7][0xec][0x16][0xcb][0xc1]fm[0x9c][0xa8][0xc6]-[0xc3]#[P[0x1d]H[0xd9]K[0xd5]w-\[0xae][0xcf][0x11]T#[0xcf][0xe2][0xcd]q7[0xde][\r][0x12]e[0x83]'[0xa1][0xa3][0xcf][0xe1][0xbe][0xc][0xbf][0xa7][0xf]{[0xfb][0xc2]@[0x7]Z[0xaf][0xcb]J[0xb][0x8a][0xc9][0xac]4[0xa7][0x12][0x14][0xae][0xff]\S0[0xe2][0xb]PK[0x7][0x8][0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xml[0xad]UMo[0xdb]0[0xc][0xbd][0xe7]W[0x8][0xc5][0xae][0x96][0xdc]5[0xa7][0xc2]30`[0xc0][0xd0]-E[0x3]d[0x18]v+[0x14][0x99]q[0xd4][0xda][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Y[0xb2]S%+[0xd6][0xde]L[0xf2][0x91][0x8f][0x12][0x1f][0xad]Di[0xf9][0x4][0xcc][0xa2]CY[0x8][0xf3][0xe9]jk[0xad][0xba]%[0xa4][0xa4];[0x10][0x98]*[0xca][0xb6][0x80][0xa5][0xce][0xc9][0xf2][0xe1][0x9e][0xcc]q[0x8c][0xe3][0xab][0x80][0xbc]=[0x18]~B[0xef][0xf7]{[0xbc][0xbf][0xf1][0xb8][0x8f]q|M~[0xdd]/V.[0xb1][0xa4][0x11][0x17][0xc6]R[0xc1][0xc0]e[0x19]~k[0xbc]s![0x19][0xb5]\[0x8a]W[0x90][0xa1]s[0x8][0xef][0x88]v[0xf3][0xc7][0xf8]1[0xc6][0x7][0x93]][0xa5][0xb3][0x19]BI)3(~[0x82]6[0xae]|[0xea]+$[0xa4][0xe7][0xf3](E5[0x8][0x9b][0xba]Og[0xe4]ZV[0xea].K]U,[0x95][0x99]?aE[0xf][0x9]i[0xdd][0x1]D[0xb5][0xe5][0x1b][0xca][0xac]s[0x14]2[0xcf][0xb9][0xc8][0x13][0xd2][0xf1][0x5][0xd0][0xae][0xe1][0xb8][0xc6][0xd7]1[0xbe]IHk[0xd7][0x94][0xa4][0xe5][0x9c][0x9d][0xa3][0xc4][0xa7][0xc2][0x1d][0xea].[0xb1][0xc3]D[\r]&[0xa2][0x8a][0xf][0x1b]p[0xa7]b[0xcf][0xb4][0x8e][0xa6][0xeb]Jd[0x5][0xd4][0x9c][0xad][0xc7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZB[0xfa][0xb0]\[0xcd][0xbf][0xa1]%=[0xa0]E[0xa8][0x85]"[0xf4]yy[0x97][0x10][0x1f][0xad]a[0x19][0x18][0xa6][0xb9][0xb2]M[0xeb][0x8][0xfd][0xd8]B/[0xc1][0xc1][0xd1][0x82][0xaf]5[0xd5]G[0xc4][\r][0xb2][0x12][0xd1][0xa2][0x90]{[0xb4][0x91][0x1a][0xd9][0x1]v[0x5]z[0xc7][0x19][0xd4][0xa0]5 [\r][0x85][0xa4][0x19]dh[0xcf][0xed]VV[0x16][0x19]+[0x95][0xaa]qu^I[0xc5][0xd1][0x13]f[0xa0]@d[0xee][0xba]P8[0x89][0xc1][0xe8][0xce]:[0x12]#[0x11][0x93][0xc2]R'*[0x9f][0xf0][0xb0][0xfa][0xca]k[0xa6][0x13]K[0xdd][0x19][0x15][0x99][0xf]~[0x17]Rm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x1b]n[0xb6][0x1e][0xe4][0x82][0xd8][0x8f][0xa2]w[0xc0][0xda][0xb3][0xae]x[0xd1][0xe]Q[0x15][0x95]k[0xdc][0x4][0xeb]d[0xb7][0xe6]`x[0x8d] 7P[0xf0][0xa1]d[0x86][0xb2][0x9][0x82][\r][0xe7][0x89]B[0xd1][0xb1][0x84][0xbc]Pz[0x84][0x97][0xf9][0xbd]x^E\[0x8b][0xe7][0xbd]X[0x9b]S[0x87][0x9d]l[0xee][0xeb]UM[0xb4]se[0xc7][0xb][0xbd][0xb8]D8[0x0][0xab][0xea][0xf1][0x98][0x17]g[0xd7][0xdd][0xf5]:?[0xcf][0xd2]J[0xd4]ZO[0x8][0xcf][0x6]1[0xb5][0xa5][0x6][0xd2][0x1c][0x4]hj![0xd2]`d[0xa5][0x19][0xb8]~C[0xa4][0x8f][0xce][0xa5][0x13]Y[0xdf][0xd7]xO[0xc][0xde][0xe8]g[0x91][0x89][0xb4][0xc4][0x9]u[0xc3][0xf3]J[0xd3]q[0xc3][0xdd][0xab][0xb1]P[0x8e][0x8][0x7][0xf1]q[0xb8]3[0xf][0xba][0xa3][0x85][0x14][0xd1]F[0xbb][0xed][0xdd]K[0xfd]<1[0x87][0xa9][0xb2][0xe3][0xc4][0xa9]_[0xca] [0x9b]\[0xea][0xaa][0x1f][0x1d]_[0xa2][0xdb]vU[0xd9]/\[0xbb][0xb7]F[0xea][0xe3][0xb8][0xfc][0x87][0xdf][0xcd]K[0x84][0xfd]:[0xe2][0xac][0x85][0xfe]![0xac][0xa0][0xc6][0x80][0x19]1^[0xac][0x99][0x90][0xb3]#H[0xc8][0x84][0x94]:N3[0xbd][0x17][0xad]e[0xc2][0x1f][0xbd][0xf9]k[0x84]_f#l[0xe]M[0xee][0x8b][0xeb][0xd4]VsM[0xce]G[0xb3][0xea][0xce][0xa7][0x5]a&5L<6dH[0xf0][0x9e][0x8c]e][0x89]W[0xe5][y[0x9f]*[0xc1][0xed]E[0xd2][0x6][0xf1]F[0x9a]R[0xb2][0xb1][0xf2]{4[0x1][0xf1]6[0x9a][0xee][0xda][0xff][0xec]Wb[0x98]T[0x90]:[0xed][0xef][0xb8]{[0x19][0x13][0x12][0xec][0xc9][0xf6]:[0xb6][0x17][0xda][0xcc])2[0xec]L:[0xfb][0xb]PK[0x7][0x8][0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]org/apache/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/apache/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/avalon/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/apache/avalon/framework/logger/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.class[0x9d]S[0xcb]n[0xd3]@[0x14]=[0xe3][0xa4]q[0xe3][0xb8]i[0x9]m[0xca][0xa3][0x85][0x94]G[0xf3]p[0x13][0xc3][0x2]X[0x80]JK[0x5]++ [0xa5][0xaa]X[0x1]N28.[0x89]]9[0xe][0x88]O[0xe1][0x3][0xd8][0x83][0x4]E[0xb0]@e[0xcb]G![0xee]L[0x9c][0xa4]M[0xb3]h*Ks[0xaf][0xaf][0xef]=[0xe7][0xf8][0xcc][0xcc][0xdf][0xbf]~[0x3]0qW[0x83][0x86][0x9b]I$qK[0xc5]m[0x8d][0xe2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0x14]DVTQJA[0x85][0xa1]bCE[0x99]a[0xb6][0xf3][0xba][0xed];[0xe][0xf][0x18][0xc][0xcb][0xf][0x1c][0xd3]>[0xb0][0x1b]-n[0xda][0xef][0xed][0xb6][0xef][0x99]o[0x3][0xbb][0xc3]?[0xf8][0xc1];[0xb3][0xdf]eZ2[0x8d][0x98]m[0xdb]s[0xcc][0xe7][0xf5]}[0xde][0x8]%U[0xb2][0xe1]w[0xe]|[0x8f]{[0xa1]p[0xe3]T[0xb]C~[0xc2][0xe0][0xb1]J-[0xc][0xe8][0x1f]%T[0xaa][0xdb][0xab][0xef][0xd8]!w[0xfc][0xe0][0xe3]I[0xb0][0xa8][0x89]ak[0x12][0xd8]t[0xde]h5[0xbf][0x17]4[0xf8]3Wl[0xd5][0xf2]i[0xff]+[0x82]@[0xc7][0x1c][0xd2]:R[0xd0][0x19][0x16][0xc6]u[0xe8][0xb8][0x8c]U[0x15][0x15][0x9d][0x8e][0xe3][0x1d][0xf1][0x92]#s[0xcf]&"[0xe2][0xd0][0xb1][0x88]%[0x86]{[0xe7]: '[0x14][0xf5]=`([0x9e][0xd9][0x4][0x86]4[0x1d][0x8a][0x9d][0x96][0xdb]n[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xb][0x13]6d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xe3]kt[0xf9]40[0xba]z[0xc][0x8a]p[0x8d][0xae]j[0x82]r2[0x91][0xd6]yyq[0x19]=[0xc0]L[0xe9][0x7][0xd8]WJ[0x14],DM [0x7]/[0xd0][0xaa][0xf7][0x1b][0x90][0xc1]E[0x8a]LX[0x14][\r]oR[0xb7]"[0xba]K[0xc6]w([0xa3]iMV[0xd7]i&/[0x11][0xb2][0xfd][0xae][0x8]AdY[0x89][0xba][0x88]e\:%[0xe4][0x1b][0x94]/cB[0xee]O[0x10][0x12]'yW[0xa2][0xe1]'[0x88]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]d[0xb0]#[0xc4][0xe][0x11][0x1f][0x17][0xb3]ENl[0x1f][0x13][0xa3][\r][0xc5]h[0xb8][0x8a][0x15][0xc2][0x11]x[0xab][0x11]^Hxq[0x8a]+BL[0x95]m|FZd[0x1b]?1[0xa3][0xa0]Z2[0xca][0x87]H[0x8c][0x18][0xb2][0xa4][0x9][0xb0]h[0xad][0x12][0xda][0xb][0xb2][0xa7]F[0x98][0xbb][0x92][0xad][0xd4][0xc7][0x19][0xb2][0xad]Dl"[0xbb][0x86][0xeb][0x84]0C&[0x8];bRA.R[0xf0][0x92][0xbe][0xc4](f[0x8c]?P?a[0xce]8[0x82]J[0xf4][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xbc]i[0xd9][0xf1][0x8a]v[0xf7][\r]q[0xd5]%_[0xae]?5[0xe4][0xcb][0xc][0xf9]2[0x92]E[0xa1]|M"[0xdc][0xf8][0xf]PK[0x7][0x8]`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.class[0x8d][0x8c]=[0xe][0xc2]0[0xc][0x85][0x9f]Ki[0x0][0x9][0xc1]1`[0xa0]>[0x0]3L[0x95][0x18][0x90][0xd8][0xd3]bBKHP[0xc4][0xcf][0xdd][0x18]8[0x0][0x87]B[0xa4][0x15][0x7][0xc0][0x83][0xfd][0xa4][0xe7][0xef]{[0x9e]/[0x0][0x8c][0xa1][0x82]R[0x18][0x10][0xc6][0xe2]ti[0xa5][0xf0][0xc6][0xd4][0xce][0x10][0xf2]Y[0xe1][0x83]a}[0xd1][0xd5]QX[0xdf][0xb5][0xf5][0x8e][0xf]A[0x9f][0xe5][0xe1][0xc3][0x89]m[0xfc][0x93][0xc0]Ew[0x96][0xf3][0x1d]a[0xb4][0xf5][0xb7]P[0xc9][0xba][0xb6]B[0x98][0xc4]b[0xd5][0x9][0xf7]y[0x13]a[0xc2][0xe2]?[0xdb][0xf]"L[[0x8c][0xad]v[0x86]7e#[0xd5]5#[0x10][0x12][0xb4]C)[0xa1][0x87][0xb4]M[0xe8][0xc7][0x9d] [0xfb][0x2]PK[0x7][0x8][0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classM[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xc][0x85][0xe1][0x17][0xad][0xad]-[0x8][0xae]=[0x81]"[0x98][0x3][0xb8][0x15]W[0x5][0x17][0x82][0xfb]i[0x8d][0xa3]u[0xec][0x94][0xb1][0xea][0xdd]\x[0x0][0xf]%[0xce]([0x82]Y[0x84][0xc0]G[0xfe][0xe7][0xeb][0xfe][0x0][0xc0][0xc8][0x12][0xf4][0x13][0xa4][0x84][0xf4],mn[0xb5][0x16]G[0x18][0x8d]s[0xeb]4[0xab]F[0x95]{ac5e>[0xd9][0x10][0xb2][0xb5][0xbd][0xb8]R[0x96][0x7]#[0x84]A[0x0]U[0x18][0x99]U[0xea][0xaa]<.[0xa4]qR[0xaa]V[0xb6][0x84][0xe9]_[0xc4][0xab][0xb1]5[0xef][0x9c]:[0xc9][0xcd][0xba]c[0xa8][0xfa]"[0xff][0xfe][0x9][0xc3]P`[0xa3]j[0xcd][0xab][0xa2][0x92][0xb2][0x8d][0x9][0x84][0xe][0xc2]PD[0xe8]"[0xf2]W[0x7][0xbd][0xcf][0x8e][0x91][0x4]x[0x3]PK[0x7][0x8][0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/avalon/framework/logger/Logger.class[0x8d][0xd0][0xbd]N[0xc3]0[0x10][0x7][0xf0][0xbf]K[0xda][0x94]~[0x84]@)[0xcf][0xd0]2[0xe0][0x7][0xe8][0xc0][0x0][0xa9][0x84][0x14][0x89][0xa1][0x8]$6[0xa7]u[0x1c][0x17][0x13]#7[0xa5][0xef][0xc6][0xc0][0x3][0xf0]P[0x8][0xc7][0xb5][0x2]C[0x7]2[0xf8].[0xbf];_[0xec]|}|[0x2][0xa0][0xb8][0x8]q[0x1e]bL[0xd0]^[0xf1]l+[0x8][0xc6][0x93]t[0xcd][0xde][0x19]U[0xac][0x14]tQ[0x19]Y[0x8a][0xd9][0xf4][0x91][0xe0][0xf2][0x80][0xff][0x91][0x87][0xc2][0xe8][0x1d][0xcb][0x14]w[0xcd][0x91][0xdc][0xdc][0xd6][0xe3][0x92][0xb2][0xa6][0x15][0xc1][0xd1]d[0xfa]L[0x10][0xc8]2[0xd7][0x4]C[0xb9][0xb9][0xb3]IS[0xc]v[0xcc][0x94][0x8e][0x9f]l[0xd2]p[0x9b][0x1b][0xa3][0x8d][0x1b][0x96][0xd4]YS[0xe8][0xe5][0xac]b*[0xd9]WGr3o^[0x9b][0x96]H[0xf0][0xea][0xa6][0x90]j[0x95]j![0xb8]m[0xbb]>t[0xad]T[0x1b]A[0xd9][0x1b][[0x16][0x9c][0xda][0xa2][0xd2]%[0xcd][\r]{[0xe5];m^[0xa8]r;[0xe9]~[0xc0][0xcc]~u[0xa1][0xb7]f[0xc9][0xe7]Rq[0x82][0xfe][0x9e][0xaf][0xea][0x99][0x4][0xd3][0xcf]![0x88][0x8f]q[0x9f][0xad][0xf9][0xb2][0xea][0x10][0x10][0xb4]P?q`[0xff][0x14][0x2][0xc0][0xc5][0xb6][0x8b][0x1d][0x84].v[0xbd]w[0xbd][0x1f]{[0xef]y[0xef]y[0xef]{[0x1f]x[0x1f]x[0x1f]z[0x8f][0xbc]G[0xde]O[0xbc][0xc7]8[0xb5]' 8[0xb3]k[0xb][0xa3][0x1f]PK[0x7][0x8][0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/commons/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/apache/commons/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/Log.classm[0x8f][0xcd]N[0xc2]@[0x14][0x85][0xcf]`[0xff]D[0xc1][0x82][0xe2][0xd2]5[0xb8][0xb0][0xb][0x97]n[0x85][0xc4][0x84][0xc4][0x85]D[0x13]w[0xd3]2[0xc]%[0xa5]c[0xa6] [0xef][0xc6][0xc2][0x7][0xf0][0xa1][0x8c]w[0x9a][0x9b][0xa6]1v[0xd1]/[0xdf][0xe9][0xb9][0x9d][0xb9][0xdf]?[0xc7]/[0x0][0xf7][0xb8][0xe]q[0x15]b$[0xe0]/U[0xba][0xd7][0x2][0xa3][0xf1]|#?eR[0xc8]R'[0xcf][0xe9]Fe[0xbb][0x87][0xc9][0xab][0xc0][0xed]?y+Y[0xac][0xad]9[0xc8][0xb4]Pu[0xd9]W[0xd6][0x1a]K\[0xc9][0x9d],[0x4][0xbc][0xbc]\[0x19][0x81]~^=[0xba]S[0xa6][0xa5]k.[0x5]N[0xc6][0x93][0xf7]:[0x9e][0xba]~[0x13]S0s[0x83]M[0xd0][0xcb][0xab]'[0xfa]C[0xbb][0xb0][0xb0]2S[0xed][0xc2][0x9b][0xb4]e[0xe3][0xfe][0xce]}[0xa6][0x83][0xf][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t_[0xcc][0xde]fj[0x96][0x17][0x94]Es[0xa3][0xef][0xdc][0xcd][0x5]n[0x8c][0xd5][0x89][0xfc][0x90][0xd9]Z%[0x99][0xd9]nMY%[0x85][0xd1]:[0xa7][0x8d][0xa8]%[0x10][0xff][0xdd]9[0x10][0x10][0xe8][0xc0]=C[0x8f][0x16][0x80][0x7][0xd4][0xf4]k[0x6][0xec][0x1]{[0xc8][0x1e][0xb2]G[0xec][0x11][0xfb])[0xba]5[0xcf][0x98][0xe7][0xcc][0x1e][0xb3][0xcf][0xbc]`[0xc6]<[0x1f][0xf3][0xfc][0x80]}[0xe0][0x9c]n6[0xa4]w[0x7][0x97][0xbf]PK[0x7][0x8]"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/commons/logging/LogConfigurationException.class[0x9d]S[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0x97]r[0xb1]\E[0xd1][0xaa][0xa0][0xed][0x96]R[0x15][0x4][0x14]4[0x91]z[0x1]S1[0x11]$[0xf1]q[0xba][0x1d][0xcb]b[0xbb][0xdb]lw[0xbd][0xbc][0xf9]7[0xfc][0x5][0xbe]j[0xa2][0x90]h[0xe2][0xa3]&[0xbe][0xf8][0x8f][0xd4]3[0xd3][0xa5][0x16](>[0xf8]2sf[0xe6];[0xdf][0xf7][0x9d]sv[0xfc][0xfa][0xfc][0x15][0xc0],n[0xea][0xe8]C6[0x81]^[0x18]2[0xca][0xe9][0x98]F^[0xa7][0xe3][0x8c][0x86][0x82][0x8e][0x18][0xb2]r[0xb9][0x1c][0xc7][0x15][0xb9]_[0x8d]cV[0xee]y[\r]s[0x1a][0xae]1[0xc]4[0x85]k[0xf1][0xda][0x96]p[0x9b][0x96]c?Y[0xbb][0xc3][0xc0][0x1e]0[0xf4][0x16][0x1d][0xbb][0xe9]q[0xdb][0xdb][0xe2]5_D[0xfd]o;[0x89]7o[0xe7]~2DM[0xee]7[0x5][0xc3]pi[0x87][0xbf][0xe0][0x85][0x1a][0xb7][0xab][0x85][0xcd]m[0xd7]y[0xc9][0xcb]5[0xb1][0xc4][0x10][[0xb6]l[0xcb][0xbb][0xc5][0x10][0xce]d[0xb7][0x18]"E[0xa7]B[0xe8][0xfe][0x92]e[0x8b]u[0xbf]^[0x16][0xee][0xa6][0x4]2[0xa4]J[0x8e]I[0xb2][0x9c][0xc4][0xe9][0x1c]\F[0xbc]m[0xab][0xc9]0_r[0xdc]j[0x81]7[0xb8][0xb9]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]S[0xaf][0x93][0x97]B[0xcd][0xa9]V-[0x12]+9U[0xf2][0xf6][0xcc][0xaa][0xfa].[0xf7][0xc8][0xf2][0xdd]W[0xa6]h[0xc8][0x80][0xc4][0x87]3[0x1d][0xae]6<[0x97][0xf0]K[0xd2][0x85]V[0x17][0xcd]&[0xaf]*[0xd9]#[0x0][0x86][0xb1]L[0xd7]bdf[0xef][0x86][0xc7][0xcd][0xe7][0xf]yC9[0xd4]0[0xaf]a[0x81][0xc1][0xe8][0xa2]s,E[0xbc]*[0xbc]b[0xab]i[0xa3][0x99][0xec]1m[0xd3]7[0x1c][0xdf]5[0xc5]=K[0xb6][0xe1][0xcc][0xb1]5[0xce][0xc8][0xec]$F0[0x9a][0xc4][0x10][0x86]e4A[0xa6][0x92]X[0xc4]uy[0x98]$[0x8d][0xc3][0xce]V|[0xab]V[0x11]n[0x12]7@B[0xc9]tF[0x99][0xa9][0xa4][0xcb][0xaf][0xd3][0xf2]n[0x99][0x6][0x9e]e[0x98][0xfb][0x9f][0x96]3[0x8c][0xff]U{[0xec][0xdb][0x9e]U[0x17][0x1d][0x8f][0x83]]j[0xa5]/[0xee][0xb0]Aj[0x91][0xe7][0xec][0x87]C[0x7]Z[0xd4][0x1e]Q[0x8c]7[0x1a][0xc2][0xae]0[0xe4][0xbb][0x8d][0xf8][0xc8]UP[0xf3][0xd2]![0xfc][0xa3][0xf2][0x8e]0[0xbd][0xe0]q[0x8e]~[0x9c]>[0xfa][0xaf]B[0x18]G?[0x6][0xc0]pB[0x9d]R[0x88][0xc8][0x86]S[0x1c][0xa5];[0xea]?[0xad]ctZ[0xa6]7F[0xbb]n[0xec][0x81][0x19][0xec][0x13]B[0x1f][0x14][0xfe]$[0xad]}[0x8][0xd3]:I[0x99][0xab]H`[0x8a][0x18][0x81]d[0xb][0x8d]S8M[0xbb]d[0x9a][0x8][0x98][0xee]SV[0x88][0xf6][0x1e]#[0xb7][0x87]pW[0xaa]<[0x89][0xaf]R[0xf2][0x8c][0xa2][0x1a]i[0xc1][0x3]*[0x19][0x9d][0xc1]Y"[0x93][0xa4][0xe9][0x80][0xd4][0xa4]<[0x89]J[0x19][0xb9][0xef][0xd0][0xd8];h[0xb9]]DH *[0xb9][0xc3][0x8a][W[0x88][0x5]*t[0xb1][0x83]7[0xd5][0xe6]M[0xa9][0xc2][0x19][0xb5][0x6][0x18]Dh-[0xf6][[0x92][0xc6]4[0x9c]W[0xeb][0x5]%8[0x19][0x8][0xfa][0xf4]&[0xad][0xe6][0x8c]/[0x88]=[0xdd]Sz[0xf1]T[0x82][0x96][0xe9]][0xe8][0xa9][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x91][0xdc]/[0xd0][0x98]>P[0xa5]l2p[0x9b][0xdc][0xaf]R[0xbb]V`[0xa0][0xa8][0x1c][0xa5][[0x94]mG[0xb9][0xa0]R[0x19]Ior[0x4]S[0xb8][0x18]X([0xa8][0x1e][0xd0][0xa0][0x8c][0x8f][0x8][0xbd]o[0x93][0xc7][0xd4][0xe5]z[0xc7][0x14][0xa2][0xed])\R[0xa8][0xcc][0x1f]PK[0x7][0x8]t{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/commons/logging/LogFactory.class[0xad]W[0xfb]S\g[0x19]~>[0xd8][0xdd][0xc3][0xee][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x90]JL[0xcc][0xbd]Y [0xb0]mC[0xd2][0x16][0xd2]TB[0x81][0x92].[0x90][0xb2][0x94]Hj[0xa5][0x87][0xe5]dY8[0xbb]g={6[0x81]x[0xd7][0xaa][0xf5]~[0xd7][0xd6][0xbb]V[0x8d][0xb7]j.3M0S[0xeb]4?[0xe8]8[0xe3][0xcf][0xfe][0x1b]:[0xfe][0xe0][0x18][[0xeb][0xf3]}gY[0xf6]&[0x90][0x19]3[0xc3][0xf9]n[0xef][0xfb][0xbc][0x97][0xef]}[0x9f]o[0xf3][0xe7][0xff][0xfc][0xee][0xf7][0x0][0x8e][0xe2]z[0x10][0xbb][0xb1][0xa4][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xe]i[0xb9][0xc8][0x84]a#[0x1b][0xc6][0xfb][0xe1][0x84][0x91][0x83]+?y[\r][0x17][0xc2][0x8][0xe2][0xa2][0x86]e9[0xae]h[0xb8][0x14]B#>[0x10][0xc6][0x7][0xf1]![0xa9][0xf5][0xe1][0x10]>[0x82][0x8f][0x86]8[0xfb][0x98][0xfc]|\~>[0x11][0xc2]><[0x1f][0xc2]'[0xf1][0xa9] [0x85]?-[0x85]_[0x90]j[0x9f][0x91]&>+[0x97][0x9f][0x93][0x9f][0xcf]k[0xf8][0x82][0x94]^[0xc3][0x17]C[0xd8]#[0xc7]/[0x9]4[0xf][0xf][0xc]NML[0xce][0xcc][0x9e][0x99][0x9c]83495#[0xb0]-[0xb6]h\0[0xa2][0x96][0x91]IF[0xe3][0xae][0x93][0xca]$[0xfb][0x5][0x1a][0x7][0xed]L[0xce]52[0xee][0xb4]a[0xe5][0xcd][0x6]|Y[0xa0]iM[0xf5][0xf1][0xa1][0xe1][0x81][0xa7]cS[0xd4][0xac][0x0][0x1b][0x1d][0x8a]7[0xe0]+[0x2][0xa1][0xf4]lJi'L[0x81][0xc3]1[0xdb]IF[0x8d][0xac][0x91]X0[0xa3][0x9];[0x9d]&p[0xd4][0xb2][0x93]I[0x1a][0x8a][0xc6][0xec][0xe4][0xb0][0x91]pmg[0x85]6[0xf5][0xf4]l[0xd6]X[0x8e]yG[0x2][0x1d]J[0xd1][0xce][0xe6]z[0x17][0xa3][0xdc]/[0xea][0x9c])[0xca][0x8c][0x19][0x19]#i:T[\r][0xa6]g[0xe5][0xb1][0xe9][0xe4][0xe8][0xa7][0x17]O[0xde]MY[0xd1]1#+O[0xe3][0xa9]d[0xc6]p[0xf3][0xe][0xdd][0x99],?=Q[0x1d][0xfc]F[0xfe][0xa6]2[0xae][0xe9]d[0xc]+z:a[0xc5][0x94][0xc1][0xfe][0x93]4[0xd0][0x9c]3[0xdd]S[0xf9][0xcc][0xbc]e2m[0xae][0xb9][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x8a]x[0xee][0xe7][0x92][0xa9][0xe8]y[0xc7]H[0x9b][0x17]mg)Z&[0xd4][0xdf]1-[0xe0][0x1b][0xb4][0xe7]M[0xe9]t*c[0x8e][0xe7][0xd3]s[0xa6]3e[0xcc]Y[0xa6][0xbc][0x16];aX[0xd3][0x86][0x93][0x92][0xeb][0xc2][0xa6]/C$[0x81][0x80][0x17][0xac]@[0xf4].[0x9d][0x15][0xf0][0x9b][0x19][0xd7]Y[0xe1]8[0xe4][0x8d][0xfa]h&c:[0x83][0x96][0x91][0xcb][0x99]L^[yz[0xe]*)[0xaa][0xd5]'[0xdc]e[0x81][0xfd][0x9b][0xc7]$[0xb0][0xa3][0xdc][0xf1][0x95][0xec][0x9a][0xf3][0xef][0xa9][0x85][0xfd][0xff][0xb9][0x80][0xc6][0xb8]k$[0x96][0x8][0xaa]L[0xb1][0xd2]5|U[0xc3][0xd7]X[0x8a]I[0xd3]-T[0x18]+*[0xd2][0xb1][0xe5]b[0xc][\r]-'[0xcc][0xac][0x9b][0xa2][0x80][0x86][0xaf]3[0xe5][0x4][0xa2][0x80][0xc0][0xd1]H[0x89][0xc7]*o[0xfd][0x9b][0xa1][0xca][0xb4]',[0xe3][0xd2]%[0x81][0x96]*e[0x81][0xde]Hu[0xe][0xb6][0x0][0xa9]9[0xa6]e[0x1a]9&vg[0x95]K1[0xdb][0x98]gjd[0x81][0x85][0x13][0xeb][0x1b][0x2][0xf7][0xfe][0xf]I[0x6]\[0x80][0x1b][0xb0],^wD[0xaa][0x6]N[0xa4]2)[0xf7]$[0xcb][0xce]]H[0xb1]8t[0xe6]`[0xc0][0xa5][0x83]sy[0x97]f[0xef][0xab][0xe9][0xf7][0xfa][0xd6][0xc4][0xdc][0xa2][0x99][0x90][0x15][0xd1]R[0xaa]7[0xce][0xba][0x91][0x85][0x16][0xe9]x[0xa6][0x16][0xf1][0x84]);Z$[0x8f]}[0x1b]s[0x80][0xd7][0xfb][0x8b]k[0xa5][0xa0][0xe1][0x1b]$=[0xb2])[0x89][0x94]-[0xe5][0x98]i[0xfb][0x82]Y[0xe2]p[-[0x87][0x19][0xa7][0x9e]+[0x8b][0xeb]p[\r][0xb1][0xea][0xb0][0xa4][0xa2][0xff][0x82]d[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-F[0xad][0xcd][0xa7]rY[[0xde]O[0xc3][0x89][0x84]U[0xc8]d(n[0xe7][0x9d][0x84]9[0x9c][0xb2]T[0xd3][0x17]+[0xae]G[0x2][0xe8][0xe8]F[0x8f]@W[0xed][0x98]'[0xe2]#[0xa3]U[0xdc][0xa7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xea][0xe8][0xc2][0x11][\r][0xdf][0xd4][0xf1]-[0xbc][0xa8][0xe1]%[0x1d][0xdf][0xc6]w[0xd8][0x1]:[0xbe][0x8b][0xef][0xe9][0xf8]>~ [0xb0][0xbd]F[0xef][0xe9][0xf8][0xa1][0x95][0xcc][0x13][0x82]\S$[0x1d][0x81]=[0x9b]T>I[0xaf][0xec]JYf[0x8a][0xda][0xe3]&cl[0x89]t[0x94][0x90]-[0xb7][0xfa][0xcb][0xc4][0x95]LC[0xaa][0xe8][0xf8][0x8e]2[0xf1][0xb5][0x80]d[\r]/[0x18][0xb9]q[0xf5][0x9e][0x91][0x11][0xce][0xc9][0xf7]G-Z#5[0xfb]\r[0xe4][0x93]&S[0xd7][0xc0][0xc9][0xb4][0xd7][0x1a][0xad][0xec][0xad][0xaa][0xaa][0x15]8[0x19][0xd9][0xf2][0xeb]^[0xbb]g[0xf]oQ[0x9d]>[0xf3][0xd6][0x98][0xcf][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]cp[0xf4]r\[0xbd][0xa7][0xe5][0xf1][0x14][0xb9][0xe8][0x81][0xda]6[0x8a][0xb5]?lX[0xd6][0x1c][0xdf][0x9d][0xd2][0xaa]iI8[0xa6][0xe1][0x9a]%G[0x2]g6[0xf8]-P+[0xbc]-[0x90]^[0xc3][0xe9][0xc1][0xd8][0xec][0xf0]S[0x83][0xe3][0xe4]?[0xef]eR[0xb1][0x8e]lL]wa[0xe0][0xe0]&[0x17]Tx][0xea][0xb3]y[0xd6][0xc3][0xc3][0x91][0xea]r[0xa8][0xc1][0x98][0xb5]j[0x86][0xf]#9[0x92]?iw[0xf3][0xf][0x8][0xa0][0x1d][0xfb]q[0x0]t[0x80][0xab]:[0x1c][0xe2][0xfa][0xbe][0x8a][0xf5][0xe1][0x92]u[0x4]!I5[0x9c][0x87]$[0x9][0xaa][0x91]$[0xca][0xf3][0xa8]:[0xbf][0x1f][0xcd][0xfc]e[0xfd][0x0][0x1e][0xe4][0xce]Q@lG=4[0x9e],^[0x83][0x98][0x89][0xbd]q[0xb]u3[0x9d]7P[0x1d]>n[0xac][0xc2]/[0xb0][0x8a][0x80][0xc0][0xd8][0x91]Uh[0x2]/[0xe1]~N[0x1a][0x4][0xfe][0x80][0xe0]x[0xf7]*Br[0x16][0xee][0xf3]q[0xaa][0xcb]ic[0x9f][0xbf][0xdd][\r][0xbe]v[0xdf][0xab][0xb8][0xe7][0xf2][0xdb][0xe1]t[0x15]Md[0xf0][0xdb][0x97][0x11][0xea][0xb]t[0xdd]n[0xf][0xbc]~[0x95]^[0x4]0[0x8b]9Z[0x9d][0xc3]y5[0xfa][0xd0][0xcb]o'}[0x5]w[0x2][0xa4][0xba][0x16],[0xd0][0xc7][0x14][0x1e][0xc5]"[0x9e][0xc0][0x12]&a[0xe1]i[0xa4][0xf1],2[0xdc][0xb5]qL[0xc9][0xfb]x[0xde][0x86][0xe3][0x8c][0xdf]G[0xa9][0x10][0x1e][0xc2][0xc3][0xf0]So/[0x1e][0xc1][0x9]F[0xc6][0xb8](q[0x92][0xe3]c[0xfc][0xd3][0x19][0xb3]w[0xf6]n[0x9e][\r]p[0xa7][\r][0xbe][0xb7][0xb0]G[0xc3])[\r][0x83]wp,[0xa6][0xe1][0xf1];4" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 375157 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x94][0xdc]L7[0x99] [0xec][0xa2][0x92][0xfc][0xc7]|4_[0xe1]([0x94][0xab][0x1][0xb5][0xbb][0x82][0x11][0xe5][0xbc][0xa0][0xf1] I[0xfd]tAG&W[0x9e]7t[0xbe][0x8a][0x96][0x9b][0xd8]vE[0xa5]~][0xef][0x5][0xe5][0xbe][0xee][0xc9][0xe0]I[0xc4]8[0x96]#[0x8d][0x15][0x91][0xea]<[0xa9][0x9b][0xd8]N[0xb0][0xd6]J[0xa4][0x17][0xcb][0x90]d"[0xca][0x91][0xc6]1[0xe1]]4[0x8b][0x1]JJ\[0xad][0x80]x[0xb9][0x4][0x82][0xad][0x89][0xa7]8[0x6][0x99][0xef]xA[0xb1][0x1d][0xde]?[0xa5]X[0x1a][0xfd]+[0xfc]N[0x15][0xc5][0x8e][0x16]b[0xf6][0xb3]|[0xda][0xd6]m[0xc8][0xff][0xf0][0x81][0x8f][0x98][0xf]WK[0xec][0xf8]y[0x97][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0x1a]g[0xb][0x0][0xc7]9J[0xd9]:Q[0x19][0xe4]kJs[0x87]wZ[0xd0][0x94][0xb3][0xe3][0xaa][0xee][0xf9];[0x1a]3[0x5][0x8c][0xe8][0x9a][0x13][0xf5][0xaf]!\[0x9][0xf3][0xa7][0x9a][0xe][0x9c]+[0xde][0xda][0xa3][0x1c][0xa5][0x89]`g[0x17][0xaf][0xad]F[0xb2][0xff]Z[0xe2]G[0xb0][0xe8]GP][0xa0](I[0xbb][0x4]][0xbb][0xc0][0xbf][0xb1][0xd2][0x2][0xf2]R[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d[0x93]t[0xdd][0xc4][0x8e][0xb1][0xcb]h[0xe6][0xb2][0xeb][0x1a][0xee]][0xc5];[0xea]1v[0xb][0x8d]3Gn[0xa0]}\6a[0x9f][0xef][\r][0xe]]l[0xa9][0x9d][0xf5]8[0xdb][0xee]c[0xeb][0x84][0xd9]V[0xbe][0xdb][0xed][0xfe][0xd7][0xbb][0xaf][0x10][0xf6][0x8][0xfa][0xe8][0xab][0xf4][0xf7][0x94][0x1a][0xeb][0x95][0x8b][0xfb]y[0xff][0xc0][0xdf]i[0xec][0x1f]h[0xc2]?Y[0xb7][0xff]"9[0xdc][0xa1][0xf4][0xbf][0xd9][0x16]o[0xb2][0xa2][0xdf]R[0xee][0xf7]2v[0x9d]:[0xf][0xe1][0x19][0x15][0xc8]H1[0x90][0x91]BBw[0xb1]V[0xbc][0xd3]CD}/[[0xca]k[0x96]C[0xf0]5[0xbd][0x9]][0xc3][0xb3]o[0xb3][0x89][0xfc][0x1a][0xde][0xa7]a[0x96]+[\r][0xcf][0xb1][0x83] T[0xf3]h[0x15][0xe5][0xb7]Y[0x15]QK[0xc0] [0x9]xb[0xc7]T[0xca][0xab][0xab]T[0xb4][0x94][0xe4]^[0x14]][0x16][0xc5][0x1a]H`[0xbe][0x0][0xf1][0x98]JI[\r][0x88]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xaf]wX[0x5]!g&[0xc9][0xa7][0x8e]n'[0x8b]n?R[0xe8][0xfe]6[0xc5]d[0xef][0x14]P[0xe3].Z$C[0xae][0x87][0xb2][0x8d][0x11]C[0xec]#3[0xee]G[0xb3]8[0x80]Vq[0x90][0xd7][0xb1]P[0x84]9[0xa6][0xfc]&[0xcc]-[0xec][0x9e][0xb9][0x81]w]G[0xf3]-[0xec][0xe1]l[0xef][0xf5][0xd2][0x8c][0xdc][0xa3]|{[0x8e]Mc[0xa0][0x95]9[0xa9]#[0xd5][0xc9][0x18][0x16][0xd1][0xaf]Z[0x89]o[0x1b][0xa9][0xaf]/[0x10][0xfc]/PK[0x7][0x8][0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/commons/logging/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.class[0x8d][0x94][0xcb]n[0xd3]@[0x14][0x86][0xcf]8[0x17][0x97][0x92][0xb4]M)[0xf7]6[\r][0xd0][0x92]K/[0x16][0xaa]*T[0x85][0xcb][0xa2]i[0xa5][0x96][0xa8][0x95]H[0x8][0x82][0x15][0x13]g[0xea]Le{"[0xdb][0xa1][0x12][0xcf][0xc1]c[0xb0]a[0x85][0xc4][0x82][0x7][0xe8][0x13][0xb1]B[0x1c]O[0xac](J[0xc][0xe3]E<[0xf6][0x99][0xf3][0xfd][0xf3]yl[0xe7][0xfa][0xcf][0xcf]_[0x0][0xb0][0x7][0xc6]<[0xa4][0xa0][0xa6][0xc3][0x96][0xe][0xdb]:[0xec][0xe8][0xb0]K`[0xc9]g[0x1e][0xa7]v[0x87]y>[0x17][0xee][0xbb][0x93][0x6][0x1]rJ (\?[0xa0]n[0xd0][0xa1][0xf6][0x90]e[0xf4][0xeb][0xaf][0x85][0xc1][0xef][0xb9][\r][0x2][0xd9][0x17][0xdc][0xe5][0xc1]+[0x2][0xa9]J[0xb5]C }(z[0x8c][0xc0]b[0x93][0xbb][0xec]l[0xe8]t[0x99][0xd7][0xa6]][0x1b]+[0xcb]Mab,[0xc5]p[0xbc][0x8e][0x8a][0xe9][0xa0][0xcf]}[0x2][0xd5][0xa6][0xf0],[0x83][0xe][0xa8][0xd9]g[0x86])[0x1c][0x7][0xd7]2laY[0xdc][0xb5][0xc][0xee][0xc]l[0xe3]L[0x9c][0xf][0x9a][0xc2][0xaa][0x13][0xb8]]i^[0xd2][0xcf][0xd4][0xb0])[0xce][0xb5][0x2][0xf][[0xea]ra[0x97]:r[0x99][0x99]Y[0x2][0x99][0xc0][0xa3]&[0x9b]b[0xcf][0xbb][0x97][0xcc][0xc]$[0xab];[0xcc][0xf7][0xa9]5[0x85]G[\r][0x4]j1[0xd8]D[0xa5][0xdd][0xf7][0xc4]Ux?2[0x8b][0x4][0xb8]N[0xec],z[0xf4]Xwh[0xa1]+w/[0x4][0xe]W[0xd4]s[0xb1][0xca][0xc0]Q[0xfb][0x17][0xbc])[0xe1];[0xa3][0x86][0x8][0xe][0xcf]nI[0x3]|[0xc4]87[0x8a][0xd9][0x97]$[0xcc]F[0x94]'"[0xc8]8[0x82][0xc0]][0xb8][0x17]E[0xdc][0x8f]"^[0xe3]/[0x15][0x17]Q[0x95][0x11][0xa5][0xd1][0xe4]L[0x4][0xc8][0xfd]y[0x88][0x4][0x81]U[0xb5][0xcf][0x96][0xc2]gU[0xed][0xb3][0x93][0xd8]gM[0xed]c(|[0xd6][0xd4]>[0xcf][0x12][0xfb][0x14][0xd5]>{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa2][0xda]g?[0xb1][0xcf][0xba][0xda][0xe7][0xb9][0xc2]g][0xed]s[0x90][0xd8][0xa7][0xa4][0xf6][0xa9]+|Jj[0x9f][0x97][0x9]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]/[0xf0]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x8e][0xbe]q-[0xf5]m*[0xad]1[0xf1][0x81]kQZ[0x1]?{5[0xf9]&[0x96][0xdc]H@[0xbe][0x8d]%7[0x13][0x90][0x1f]b[0xc9][0xa7][0x9][0xc8]O[0xb1]d9[0x1]i[0xc5][0x90][0x4]*[0xf2][0xaa][0xfa][0x17]PK[0x7][0x8]a[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/commons/logging/internal/JclLogger.class[0x9d][0x96][0xcd]o[0x1b]U[0x14][0xc5][0xcf][0x8b][0x9d]8q[0x1c][0xbb]i[0x9b][0xb6][0xb4][0x90]4[0xfd]t[0xbe]jH[0x93][0x16]h)P[0xb7])[\r]n[0xfa][0x91][0x90][0xd2]B[0x9][0x13]{[0xe2]Lk[0xcf]D[0xe3]I[0x9b][0x5]B,@b[0x81][0x10][0xb][0x10]BH,[0x10]R[0x17]TH-[0xb4]( [0x90][0x10][0x2][0x9][0xc4][0x82][\r]k[0xf8]K[0x10][0xe7]N[0xa6][0x8e][0xdd][0x99]iL6w[0xe6][0xbd]y[0xef][0xdc][0xf3]~[0xf7]z[0xc6][0xbf][0xff][0xfb][0xdd][0x8f][0x0][0xe][0xc2][0x88][0xa3][0xb]cm[0xd8][0x84]S[0xed]x[0x1][0xa7]%[0x8c]KxQBN[0xc2][0x19][0x9][0x13][0xb2][0xee][0xac][0xdc][0x9d][0x93]p^[0xc2][0x5][0x9][0x93][0x12][0xa6]$[0xbc]$aZ[0xa4].[0xb6][0xe3]e\[0x8a][0xe1]r[0x1c][0xaf][0xe0][0xd5][0x18][0xae][0xc4][0xf0][0x9a]B[0xeb]x673v>;[0xa1][0xb0]1wU[0xbb][0xae]eJ[0x9a]Y[0xcc]L:[0xb6]a[0x16][0x8f]([0xc4][0xcb]3[0x5][0xbd][0xa4][0x17]5GW[0xe8][0xcd]Yv1c-TF[0xae]f[0x16][0xb4][0xa5]L[0xc9]*[0x16][0xb9],sN[[0xca][0xf1]V[0xb7][0xb9][0xa1][0xe5][0xa8]a[0x1a][0xce]1[0x85]=[0xe9]5W[0xf7]M+D[0xb3]V[0x81][0xd2][0xa9][0x9c]a[0xea][0x13][0x8b][0xe5]Y[0xdd][0x9e][0xd2]fK[0xba][0xd8][0xb1][0xf2]ZiZ[0xb3][\r][0x19]{[0x93]Qg[0xde][0xa8](d\imA[0xcb][0xcf][0xeb][0x99][0xbc]U.[f[0xa5][0xaa]o[0x98][0x8e]n[0x9b]Z)3[0x9e]/Um[0xb5][0xae][0x9e]"iTN[0xe8][0xb3][0x8b][0xc5][0x93][0xa6]h[0x16][0x14]"[0xe9][0xbe][0xcb][0xee][0xf4]I[0xdb][0xb6][0xec][0xea]4'[0xc6]4G+U':[0x8c][0xca]is[0xce][0xaa]]0eky[0xbd]v[0xc1]E[0xcd]6[0xab][0xe3]fG[0x1e]+t[0xa5]k[0xd0][0x9e][0x9d][0xbd][0xaa][0xe7][0x1d][0xf7][0xec][0xb1][0xb2]^[0xa9]hE[0xbd][0x9e][0xbd][0xb7][0x80]r[0x93][0x8e][0x96][0xbf]vF[[0xf0][0xe][0xdf][0x1f] S335o[7d[0xa5][0xab][0xad][0x1c][0xe6][\r]|J_[0x5]9?i[0x1a]<[0xe]/7h[0x9a][0xb3][0xba][0x1c][0x9f][0xd7]99[0xb5]B{Qw[0xc8]/[0xa7]_[0xd7]K.[0xa4][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]*[0xba]s|[0xd1],[0x94][0xf4][0xac]E[0xcc]KL[0xb2][0xd7][0xab]s[0xa5]hd[0xe6]l[0xad][0xac][0xdf][0xb0][0xec]k[0x99][0xba]E+[0x87][0xcd][0xdf][0xdf][0xb1]k[0xed][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0x99][0xc9][0xeb][0x14][0x16][0xf5][0x8c]f[0x92][0x13][0xcd][0x1d][[0xa3][0xab]V[0xd7][0x1e][0xf1][0xb7][0xb3][0xd8][0xe8]\[0xf0][0x8b][0xf6]5[0xac]IX&[0x1d][0xb3][0x9f][0x8e][0xe6]K^[0xa3][0x93][0xc]u[0xe3][0x93][0xd6][0xa2][0x9d][0xd7][0xc7][0xc][0xa9]T[0xb2][0xda]z[0x7][0xc4]D[0x2];[0x90]M[0xe0][0x11]l[0x8f]a&[0x81][0xdd][0xd8][0x93][0xc0]^[0x9][0xfb]$[0xec][0x97][0x90][0x96][0xd0]'[0xe1]up}?f[0x13][0x18][0x96][0x90][0x97]0"aT[0xc2]![0x9][0x87][0xf1]d[0x2][[0xb1]-[0x86]B[0x2]:[0xe6][0x14][0x86][0xfe][0xd7][0xef]![0x86]b[0x2][0xf3][0xd0]X[0xcf][0x7][0x1b]J[0xa1][0xfb]!R[0xdc][0xae][0xd0][0xb3][0xc6][0xcf][0x9a]p[0x1c]k[0x85]8[0xcb][0x98][0xee][0xb]z[0xad][0xd4][0xb5][0xb2]7[0x1b][0xda][0xca]-[0xd2][0xa6]vYa[0x83]eRh[[0xe9]][0xf7][0xfe][0xd4][0xc3]s[0xdd][0xef][0x8d][0x6][0xde]m[0xa9][0xd5]][0xd9][0x92]V[0xe1][0x8b]([0xc6]<[0x13]l[0x8][0xf4][0xf2][\r][0xdb][0x5][0x85]-hb[0x9d]Y[0x1b][0xbe][0xc8][0xe5]n;[0xaf][9[0xbf][0x3][0x8f]2>[0xc6][0xd1][0x18][0xe7][0x9b]x[0x8d][0xf7][0xb][0xd5]?p[0x17]M[0xb7][0xdd][0xb5][0xdd][0x8c]ID[0x18]w![0xca][0x1e]i[0xc3][0x1e][0xf4]p[0xb4]ee5v2[0x7][0xdc][0xbb]]T[0xe5][0xf]\[0xfa][0xc8][0xd3][0x1c]q[0xc7][0xa2][0xf9][\r][0x9a][0x96][0x11]Q[0xb8]U[0xd5]lq[0x9f][0xa4]][0xad][0xc4][0xca]*OKI[0x13][0x6]+D[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "C[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc2][0x14][0x9a][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc3][0x14]Z[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x3][0x15][0xd2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xbf][0xc2][0xd1]@[0x85][0xbe]0[0x85]V[0xbf][0xc2][0xf3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x18][0xf0][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xa1]T[0xac][0xa7][0xea][0xe1][0x13]t[\r][0xfc][0x8a]N[0x19][0xf][0xdc]C[0x9b]ZF<[0x2])z[0xa4][0xa6][0xe8]c[0xd8][0xc0]/u7[0xc6]k[0x8a][0xde]S-z[0xf][0x6]Y[0x0][0x85][0x3][0xee].[0xd5][0xed]f[0xcc]x[0x19][0xdf][0xe1][0x94]H[0xc][0xd5]d[0xdc][0xcd][0x8c][0x9b][0xef]g[0x1c]t3[0xde]DR&[0xd4][0xe0][0x3][0xf9][0xb7][0xa0][0x99]q[0x82]G:G[0xf][0x17][0x98]q[0x9a][0xd9].[0xb9]>v[0xae][0x8]W}[0xc]y>[0xe4][0xee]q[0xc7][0x1f]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a$[0xc]Bk[0x10][0x84][0x8e]:[0x8][0x1d]~[0x8][0x1f][0x12][0xc2]G[0xf4][0xf0]13~[0xca]l[0x9f][0xad][0x3][0xc2]h[0x18][0x84]h[0x10][0x84][0xa4][0x1f][0xc2][0xe7]4[0xf0][0x5][0xc7]7[0x1b][0x85]0[0x1a][0x6]![0x1a][0x4]!Y[0x7]![0xe9][0x87][0xf0]%![0xdc][0xa2][0x87][0xaf][0x98][0xf1][0xe][0xb3][0xdd]][0x7][0x84]Ca[0x10][0x9a][0x83] [0xa4][0xfc][0x10][0x96]i[0xe0]{[0x8e]h[0x14][0xc2][0xa1]0[0x8][0xcd]A[0x10]Ru[0x10]R~[0x8]?[0x11][0xc2][0xcf][0xf4][0xf0][0xb]3[0xfe][0xc6]l[0xac][0x3][0x2][0xff][0xb0][0x5]_6[0xf8][0xbf]/[0x6]~_[0x9e][0xc2][0xd3][0x9e][0xc2][0xa8][0xbb][0x9e]s[0xb7][0x1f][0xd8][0xf8]W[\r] U5[0xa6]p[0x84][0x1f]=I[0xfa][0xc][0x8e]y[0x12][0xe7]iL[0xec][0xa7][0xfa][0x7][0x6][0xef][0xa0]s[0x19][0x1b]#[0xa8][0xfb][0x1f][0x12]wE[0xfe]f[0x5][0xfe][0xa9]9m[0xaa]*[0x9a][0xc2][0xb3]x[0xce]M[0x9a][0xe2][0xf7]p[0x1b]W[0xb7][0xe2]8[0xb2][0x9e]|[0xaf][0xfb][0x4]h[0xdb][0xb8][0xe9][0x1e]6[0x8d][0xce][0xdb][0xae][0x8f]U[0xa7][0x8f]1[0x9e]p[0x93][0x9d][0xfc][0xf]PK[0x7][0x8][0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/apache/juli/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/apache/juli/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/Log.classm[0x90][0xb1]N[0xc3]0[0x10][0x86][0xcf]%iJ!iZ([0xb]/[0xd0]2[0xe0][0x81][0x91][0x95]VB[0xaa][0xd4][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6'u]GV[0x8c][0xdc][0x84][0xbe][0x1b][0x3][0xf][0xd0][0x87]B[0x9c][0xa3]S[0x14]!<[0xe4][0xd3][0xf7][0xfb][0xe4][0xfb][0x95][0xd3][0xcf][0xd7]7[0x0]<[0xc0]M[0x4][0xd7][0x11]L[0x19]$[0xfa][0xf0]$[0xb3]Z-J[0x91][0x19][0xb9]ep6[0x9b][0xbf]7[0xf1][0xc2]9[0xeb][0xda][0x18][0x83][0xa5][0xa8][0x84]i[0x83]X[0x1f][0x9e][0xcb][0x9d][0xed][0xe]l[0x9c][0xc8]ew[0xe0]M[0xb8][0xb2][0xf5][0xb0][0xf2][0xd7][0xc][0xa6][0xb3]U!>[0x5]7[0xa2]T|[0x9d][0x15]2[0xaf][0x1e][0xe7][0xaf][0xc][0xee][0xfe][0xc9];[0xc9]f[0xef][0xec][0xd1]?[0xd5][0xc][0x87][_[0x9a]A[0xa0][0xb1][0x3][0xe2][0x88][0x9b]0[0x95][0xbe]3r[0xe7][0xab]2[0x18][0xbe][0xd8][0xda][0xe5]r[0xa9][\r][0xee][0x1d][0xac][0xac][0xba][0xf7][0xef]1[0xb8][0xb5]Nq[0xf1]![0xf2][0xbd][0xe4]Em47V)[0x8d]Kp[0x84]A[0xfa][0xb7]F[0x9f][0x1][0x83][0x1e][0xf8]3[0x9][0xf0][0xf]A[0x0][0x80][0xc][0x89]}bD[0x1c][0x10][0xcf][0x89]C[0xb8] ^6[0x8c][0xc9]c[0xf2][0x84][0xf6][0x8e][0xcd]&[0xf8][0xed][0xc1][0xd5]/PK[0x7][0x8]6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/juli/logging/LogConfigurationException.class[0x95]RMo[0xd3]@[0x14][0x9c]u>[0xdc][0xba])[\r]NKC[0x81][0xd2][0xf2][0x99]8[0x8][0xb]Upi[0x5]H[0x11] [0xe5]@[0xaa] [0xb8]T[c[0x9c]-[0x89][0x1d]96[0xf0][0x8f][0xb8][0x82][0x4]T[0xe2][0xc0][0x15][0x89][0x1f][0x5][0xbc][0xb7]1i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9][0x81][0xcb][0xfa]=[0xfb][0xcd][0xcc][0x9b][0xf1][0xfe][0xf8][0xf9][0xf5][0x1b][0x80][\r][0xd4]-[0x98]87[0x8b]"V[0xb9]:oa[\r][0xeb][0x16][0xb5][0x17]L\4qI[0xa0][0xe0][0xc9]t[0xe8][0xb],[0xb5][0xf6][0xe5][0x1b][0xe9][0xf6]d[0x18][0xb8];[0xdd]8z+[0xf7]z[0xfe][0xa6]@qK[0x85]*[0xb9]-[0x90][0xab][0xd5];[0x2][0xf9]f[0xf4][0x92][0xa6][0x17]Z*[0xf4][0x9f][0xa4][0xfd]=?[0xde][0xe1]A[0x1][0xbb][0x15]y[0xb2][0xd7][0x91][0xb1][0xe2]>{[0x99]O[0xba]j([0xb0][0xd1][0x8a][0xe2][0xc0][0x95][0x3][0xe9]u}w?[0xed])[0xb7][0x17][0x5][0x81]"[0xa5]V[0x14]4[0xa3][0xf0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]X&*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xbd][0xf3][0xfc][0x1][0x17][0xa4][0xbc]T[0x9b]X[0xa9][0x9d][0xc4]4[0xbf][0xc9]+[0x98]}8[0x94][0x81][0xd6][0xfc]g@[0xa0]Z[0x9b][0xea][0x84][0x91][0xf3][0xed]Dz[0xaf][0xb7][0xe5]@[0xaf]g[0xe2][0xb2][0x89]+[0x2][0xce][0x14][0x9d]c)f[0x2]?i[0x8e][0x12][[0xae][0xd5][0x8f][0xc9][0xcc]jGi[0xec][0xf9][0xf7][0x15]g[0xb0]z[0xac][0xc7][0xeb][0x8c].[0xc1][0xc2]\[0x9]3[0x98][0xe5][0xea]$-U[0xc2]U[0xd4][0xb8][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0xf8][0xef][0xe0][0x4]V[0xe][0x97]z[0x9a][0x86][0x89][0xea][0xfb][0x13][0x1f]+S6[0x16]([0xff][0x1d][0x0][0x19]M[0xa2]?[0xe5][0xe2][0x11][0xa3]YBX[0xa7][d[0xd2]%[0xa3][0xbf][0xcc][0xdb]SU[0xa0][0x9a][0xcc][0xd0]Y[0xa2]n[0xb][0x6]U[0x80][0xe5][0x1c]@8[0xe2]3[0x8c][0x8f][0xd4][0x19][0x98][0xa7][0xf3][0x4]rt[0xde]$[0xe4].!oQ[0xf][0xc2][0xe8]i,[0xa0][0xac]Y)[0x8c][0x8c][0xe9][0x1][0xa1][0xc]z[0xce]9[0x8d][0x3][0xe4][0xa6]R[0xdd]![0xf1]][0x82][0xdc][0xd5]T[0xa7]F[0xe3][0x19][0x15]W6*D[0xc6][0xa4][0x8b][0x19][0xa9]G8[0x9e][0xb2][0x9d][0xc6]w[0x98][0xe2]=[0xcc][0xc6][0x17][0xe4]I[0xa0][0xc0][0xdc]9[0xcd]m[0xe9][0x89]G[0xb4][0xc8][0xe3][0x9]^{[0xcc]kk[0xe3]tS[0xa9][0xae][0xc0]xX[0xfc][0xc5][0xa4]E[0x93][0x7][0xe9]\[0xd6][0x82][0xd5]L[0xf0][0x5][0x81]y[0xd5][0xf2][0xa1][0xb][0xe7][0xda][0x11]+6[0xe5][0x1]t2+[0xcf]H[0xe6][0xb9][0x96]][0x1b][0xe1][0xc6][0xb2][0xe5][0xcc][0xe]W[0xbc][0x0][0xe7]|[0x1a]+[0x99][0x8e][0xab][0x8d][0xd2][0xdf]p>[0xc1][0xf8]0&/[0xea][0x97][0xc1]D[0xd4][0x85]q[0xd4]g[0xf4][0xd4][0xd9][0xdf]PK[0x7][0x8]d[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/juli/logging/LogFactory.class[0xa5]Wyt\U[0x19][0xff][0xdd],[0xf3]fy!M[0x9a][0xb4][0xa4]V[0xba][0xd8][0x96][0xc9]:[0x90][0x96]ZHiIC[0xd2]N[0x99]LB[0x93][0xa6][0x6][0x94][0xf8]2y[0x9d][0xbc][0xf4][0xcd]{[0xe3][0x9b]7[0xa1][0x89][0xec][0xa0][0xb2][0x8][0xee][0xb].[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V\[0xd3]T[0xd3][0x84]HEQ+E[0x5]W[0xd4]s<[0xc7][0xbf][0xfd][0xdb][0xbf]<[0x1c][0xf5][0xbb][0xf7][0xbd][0x99][0xbc]Y[0x9a]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]c[0xce][0xc9]}w[0xf9][0x96][0xdf][0xb7][0xdc][0xef][0xbb]s[0xe9]?/][0x0][0xb0][0x1b][0xb][0xa2][0x15][0xb3][0x1]4[0xe3][0xc3]A[0xdc][0x83]{[0x3][0xf0][0xe1][0xbe][0x10][0xee][0xc7][0x3][0x12][0x1e][0xc][0xd2][0xe2]!~[0xf6]p[0x8][0x8f][0xe0]#[0x12]>[0x1a][0xc4][0xc7][0xf0]h[0x90]v[0x1e][0xe3][0xdb][0x8f][0xf3][0xd9][0x13]|[0xf8][0xb8][0x1f]OJx*[0x88]:[0xcc]r[0x89][0x9f][0xe0][0xb3]O[0xfa][0xf1][0xa9] >[0x8d][0xcf][0xf0][0xc5]g[0xf9][0xf0]9[0x9][0x9f][0xf][0xa2][0x9]_[0xe0][0xf2][0xbe][0x18][0xc2][0xd3][0xf8]R[0x8]_[0xc6]W[0xf8][0xf0]U[0x9][0xcf][0x84][0xb0][0x5][0xcf][0xf2][0xe1]9[0xae][0xfa]k[0x1c][0xc7][0xd7][0xf9][0xf0][\r]>[0x1e][0x1b][0xf6][0xe3];[0xc4]\$/[0xda];[0xe4][0xc7]w[0x19][0xb6][0x1d][0xe9][0x1e]:2[0xdc]}([0xd6];[0x16][0xed][0x1f][0x8c][0xf5][0xf6][0xf7][0xc6][0x87][0xbb][0x87][0xa3][0x3][0xf1][0xbc]b?[0xbe][0xc7][0x10][0xc8][0x90]:][0xb5]M[0x83]aG[0xcc][0xb4][0x92][0x11]%[0xad]$&[0xd5][0xc8]TV[0xd7]"[0xba][0x99]L[0xd2]y$f&[0xfb][0x94][0x84]mZ3[0x84]LN[0x8d][0xa5][0x95][0xd3]1[0xe7][0x88][0xa1]Yp[0x99][0xe9][0xcc][0x9e][0xa9][0x8][0xed][0xe7]y[0x6][0xf3]4[0xfd][0x8a][0xa1]$U[0x8b]X[0x3][0xa9]1~[0xac]Z[0x19][0xb2][0xc6][0xb1]:kkz[0xa4]_I[0xf3][0xd3]!-i(v[0xd6]R[0x19][0x6][0xb]O[0xf7][0x97][0xba][0xe8][0xb2]`5[0xc3]V-C[0xd1]#Gi7&[0xd4]u[0x1d] [0xf1][0xbe][0xfd][0x9a][0xa1][0xd9][0x7][0x18]*[0xc3][0xcd]#[0xc]U=[0xe6][0x84][0xca]ah[0x86][0x1a][0xcf][0xa6][0xc6]UkX[0x19][0xd7]U[0x1e][0xe]3[0xa1][0xe8]#[0x8a][0xa5][0xf1][0xb5][0xbb]YeOj[0x4]Z[0xce][0xa8]6[0x89][0xa4][0xd8][0x9c][0xd4][0xc8][0xf6][0xa6][0xb0][0x7][0xe6][0xa0]e[0xa6]U[0xcb][0xd6][0xd4]L[0x17][0x97][0xcf][0xd2][0xc][0x1b][0xca][0x1f]3[0x84][0x92][0xaa][0x1d][0x15][0xf1]M[0x90][0xf0][0xeb][0xc3][0xa5][0xe6]5[0xaf][0x16][0xc]n[0x8d][0xe3]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xea][0xfe][0x17]~[0xaf]2[0x94][0x14][0xe9][0x9]N[0xe5]=[0xc2][0xd0]~E[0xe][0xa4][0x84][0x1c][0xb2][0x95][0xc4])[0x8a][0x85][0xf0][0x88][0x84][0xef][0x93][0xbc][0xde][0xd3][0x9]5mk[0x94][0xa9][0x12]~[0xc0] Y[0xaa][0xae]*[0x19][0xd2]$[0x93]}[0xdd]6Y2[0x9e][0xb5]i[0xb9][0xab][0xac][0x81]+[[0x3][0xe3]Sj[0xc2]&%u^[0xbe]8[0x81]&[0x9f]7[0x86][0x9b][0xef],wCj-5eN[0xab][0x1e]5[0x8d][0xe5][0xd4][0x8c]8Q[0xf3][0x90]][[0x86][0xac][0x14][0xc]g[0xac][0x9e][0xe6][0x97][0xaf][0xf0][0x86][0xe6][0xb1]^[0xe7][0x15][0xd3][0xa3]+[0x99][0xcc][0x9a]A[0xab]N[0xe8][0xca][0xec],[0x99]Y[0xc2]I[0xce]$[0xd3][0xdd]K[0xc6][0x1d][0xb6][0xaa][0xa8][0x95][0xcb][0xe8]K[0x8a][0x84]d[0xd8]T[0x82]&f*[0x13][0x14]9nG([0xb1][0xb2][0xc1][0xb0][0xf1]2[0x94][0x84][0xc1][\r]`[0xb7][0xae]3[0xf8]Mait[0xa2](~9[0xff][0x94][0x8b][0x9]3[0xa9][0xc2][0x91][0xb7][0xf]e[0x8d][0x9]][0xa5]kb[0xab][0xa7]m[0x86][0x9d]a'I3I-r[0xd2][0xa2][0xb0][0xde]mZ[0xa7]"[0x5]D[0x8e][0xbf]U[0xc3][0xe6][0xe6]W[0xf7]:_9j[0x18][0xaa]%0[0x8a]L(,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x4][0x15]O[0xcd][0xf1]Bu[0xdb][0xd7][0xd6][0xc6][0xef]f[0xc1]5[0x9f]I[0xe7][0xae][0xfa]H9-[0xff][0x1][0x92]0G7dB[0xcb][0xa4]M~C[0xfc][0xfb][0x13][0xba][[0x8f][0x82]Cf[0xd6]J[0xa8]}[0x9a].[0xea]Q>[0xbc][0x1d]\[0xa5][0x8c][0x3]8(c[0x1f]n[0x94]pV[0xc6]<[0xce][0xc9][0xf8]![0xda]%[0xfc]H[0xc6][0x2][0xce]3[0xb4]^[0x1][0xc].lQ[0xc6]M 4K2^[0xc2]2[0x85][0xab][0xd8]0[0x9]?[0x96][0xf1]2.[0xc8]8[0x82][0xa8][0x8c][0xbd]x[0xaf][0xc][0x5][0xe3]|y[0x17]/%Y[0x9e][0x1c][0x1b][0x8b][0xb9][0xe]e5}[0x82]k[0xf8][0x9]^[0x91][0xf1]S[0xfc][0x8c][0x92][0xe1][0x16][0x9][0xaf][0xca][0xf8]9~[0xc1]7~)[0xe3]".[0xb8]xK[0xcb][0xd5][0xc0][0xd0][0xe1]hI[0xcb][0xe0]xu[0x19][0xbf][0xc2]k[0x12].[0xc9]x[0x1d][0xbf]&/[0xca][0xf8][\r]~+[0xe3][\r][0xbc][0xc9][0xb0][0xbe]L[0xa8]d[0xfc][0xe]o[0xca][0xf8]=[0x1f][0xfe][0x80]?[0xca][0xf8][0x13]w[0xe0][0x9f][0xf9]0[0x8d][0x83][0x94]E+<'T[0xe5][0xd4][0x11]%3I[0xbc][0x12][0xde][0x92][0xf1][0x17][0xfc][0x95][0xb2]g[0xed][0x8b]W[0xe0]5[0xe7]>P[0x92][0x13]_[0x87][0xc3][0xd7][0x91]0S)[0xaa][0x8a][0x1d].k[0x87][0x97][0xb5]c[0x15]:-[0x95][0xd6]=[0xc4]QZ[0xd2][0xd5]v[0xa9][0xda]sT[0xe9]|+a[0xd8][0xfd][0x8e][0xb4]vp+m[0x9e][0xdf][0x8e][0xc8]-k[0xf4][0xc][0xea]I[0xab]x[0xc1]iYK[0xe1][0xa5]?[0xdf][0x3][0xa8]L[0xae]x6J[0xb9][0xa7][0x90]fWP[0xa9][0xaa]|v[0xf6])[0xba]>N[0x9d][0xc5][0xeb][0xa2][0xba][0x84][0xa5]*[0xb6][0xea]9[0xa2][0x17][0xc1]*5[0xa4][0xeb]r[0xfd]s[0xf5][0xb6][0x18]8z<[0x16][0x1d][0xeb][0xbb][0xbd]'NM[0xe1][0x1d][0xbe]b[0x88][0xcb])[0xb9]b~x[0xf5]Vr[0x5]Xv[0x84][0xd7]$[0xe2][0x15][0xb2][0xa6] [0xe1][0xe9]-[0x93][0xce]R[0xea][0xed]+S[0x9f]W[0xaf][0xd8][0xf9].V[[0xd4][0xb][0xa8]F[0x91]}q[0xf1]^h[0x8][0x97]-[0xf2]~"pi[0xd7][0x17]P[0xe4]Z[0x99]OI[0xa7]U[0x83][0xfa]F[0xfb][0x1a]}[0xbf][0xa0]tt[0x15][0xd6][0xa2][0x99][0x8c][0xad][0xa6]hK[0x9b][0xa0][0xa6][0xa0][0xd9]3<[0x83][0x9d]'[c[0xb9]n[0x14]e[0xd8][0x1c][0x8e][0xae]&[0xdc]o[0x9b][0xce][0x16]ME[0x9f][0x19]R[0xc9]uu9[0xb][0x84]Oi[0xab][0xab][0xc0][0xc9][0x82][0xc6][0xaf][0xe5][0xb3]yC[0x1]y.[0xcb][0x89]G[0x9a]T2q[0xd1]}[0xe8]yy[0x7][0xaf][0x93]bQ[0xe8][0xc2][0xbc][0xd7]y[0xdb][0xbe]M[0x9d]q|9[0xe2]<2[0x1a][0xa8]o[0x96]I[0xb7][0x3]k$[0x86][0xe7][0x81]][0xfe][0xf5]SE[0xc5][0xc2][0x10]o[0xf][0xd1]x<[0xe5][0xaf][0xc7][0xd4]u[0xc2][0xc3][0xdf]o[0x94][0x8][0x99][0x19]#1i[0x99][0x86]6[0xab]N[0x88][0xdc][0xda][0x1a].[0xec][0x84]][0xcd]Ekl[0xa3][0x9f]5[0xad][0xf4][0xe3]L[0xa2][0x1f]Jmh[0x7][0x15]7ZU B[0xeb][0xeb]<[0xeb][0xeb]i[0xdd][0xe9]Y[0xef][0xa6][0xf5][0x1e][0xcf][0xfa][0x6][0x4]y[0x9f][0xa1]y[0x90]w:[0xf1][0xa5]&E[0xe7][0xfb][0xc5][0xf9][0xcd][0xa8][0xa7][0x91][0x1a]![0xed][0xdc]"~[0xc]Rw[0xa1]ou[0xcb]y[0xb0][0xb3][0x82][0xa4][0U[0xd0][0xf8]<[0xaa][0xf0][0x2][0xe][0xd1]Lv[0x88][0xd0]#D[0x3][0xb7][0xa2][0xd7][0x15]p[0x83][0xe0][0x81][0x97][0xd9]'[0x88]_[0x14][0x8c][0x1b][0x9c][0xc3]<#C[0x1f][0xe][0xb][0x9d][0xd4][0x12][0xe9][0x8c][0x8b]8[0x83]JR[0x4]t[0xce][0xa3][0xe2]"d[0xd6][0xba][0x88][0xca][0xfe]3XG[0xcb][0xd6]yT-[0xa1][0xba][0x12][0xfd][0xcb][0xf0][0x8d][0xb6][0x9d][0x87][0x14][0x9f][0x87][0xbf][0xb5]}[0x9][0x81]J[0x9c]h[0x9f]#[0xae]J[0xa1]s[0x13]i[0x5][0xf5]F[0x1f]^E-[0xb5][0xc7][0xcd]x[\r];q[0x89]|[0xf7][0xba][0xc0][0xb1][0x87][0xc0][0xcb]D{[0x14][0xb7][0x9]D[0x9d]yD[0x9d][0x88][0x9][0xff]m&[0xac][0xce][0xe9]N[0xd4][0xa0][0x1f]q[0xa2][0x1e][0xa0][0xf3][0x0]*j[0xdf][0x86],a[0x10][0xb7][0xd3][0xb2][0x8a]H[0x8f][0xd1][0xff]P[0xde][0x85][0xad][0xc2][0xac]2[0x1e]x[0xcb][0xe3][0xba][0x9c][0x7][0x18][0x86]q[0xdc]e[0xdc]K_[0x8e][0xa5][0x82][0xcd][0x15]q[0xfe][0xc3][0xe3][0xbb][0x8a]<[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17])=[0xac]p[0xc2][0x95][0x11][0xc9][0xc5][0xaf][0xf2]e[0x4][0x8b][0xc5][0xfc][0xb3]L[0xec][0x18][0xde][0x87][0xd1][0xb5]b[0xf7][0xaf][0xcb][0xc4].[0xa7][0xff][0xe][0xdc][0xe9][0x8a]8("P*[0x82]1!b[0xab]sX"[0x82][0xcf][0xde][0x8f][0xf][0x10][0x7]O[0x84][0xbb][0xdc]D[0xb8][0x99][0xbe]\e[0xa0][0xa5]u[0x1][0xa1][0x5][0xc8]E[0x6][0xb1]Z[0xf][0xae]@^h[0x0]c[0xf8] [0x9d][0xaf][0x84]'[0xc0][0x9f]Y[0xae][0xd0][0xcd]B[0x1d][0x9d][0xcc][0xa3]fN(^[0x91][0xd7]V[0xc0][0x93][0xc8][0x3][0xe9][0x14][0xc0][0x0][0xff]"[0xae]jY@m1[0x8e].[0x8f]c[0xfd]B;[0x8a]$E[0xcb]K*[0xb1](V [0x89];[0xa7]P[0xd2][0x10]&[0xd6]H36Z[0x90]f*N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]$[0xf3][0xf9][0xd9][0x4][0xe7]O0z[0xad]W[0x89]l[0x12][0x9a]K[0x96]p[0x91][0x86][.[0xc2]W[0xbf]nn[0x19]u[0xa3][0xe7]QO[0xa0][0xd7][0x8b]`4[0xd4]7[0xd2][0xd0][0xb2][0x88][\r][0xb][0xd8][0xb8][0x80][0xab]W[0xee][0xde]U<[0xc8],[0x83]*fCb[0xd3][0x1e]8aLQ[0x90]![0xee]Q%[0x98]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OAw[0x15][0xfe][0x9d][0xb6][0xaa][0xe9];[0xb2][0x8c][0xa6]Q*?[0x9b][0xce][0xa1][0x82].[0xf7][0x12][0xde][0xc5][0xb0][0x84][0xcd][0x94]*[0xad]Kx7[0xc3][0xd3][0xe8][0xa0][0xc9]5[0xc][0xaf]`K[0xdb][0x12][0xb6][0xf2]Y0N[0xb3]m|[0xe6][0xbb][0xa9][0xaa][0x89]b[[0xd1][0xbe][0x80][0xed]g[0xfe][0xfb][0x6][0xcd][0x96][0xf0][0x1e][0x86][0xb3][0xc2][0x89][0x1c][0xde]vr,[0xd8]=[0x8][0xb1]{[0xd1][0xc6][0xee][0xc3]^v?[0xba][0xd9][0x3]8[0xca][0x1e]D?{[0x8][0xc7][0xd9][0xc3][0x2]r[0xb][0xd1][0xef]E[0x83][0x8][0x2]7,@[0xe5] N{m[0xb8][0x6])[0xa4]E[0xd2][0x8d][0xe0]C[0xb0][0xe8][0x9b]qMt[0xce]l:[0xe3]&[0x86]P[0xf1]6[0x9a]$d[0xff]Mu5[0xc0][0xdf][0xc8][0xae][0xa9]7[0xba]9[0xd8]([0xd0][0xed]`[0x10][0xdf][0x9d]t[0x95][0xc8][0xe6][0x95][0xb0][0xd4][0xf3]2[0xc8][0x1e][0x85][0x9f]=[0x86]u[0xec]q4[0xb0]'[0x8][0xfb][0xdd]y1[0xfb][0x4][0x6][0xe0][0xea]e[0xec][0xa2][0xd8]\[0xbb][0x88][0xf0]9[0xf8][0x97][0xd1]L[0x8b][0x96]s[0xa8]Y[0x91]$B[0x82]g[0xa8][0x90]=[0x8b][0x8d]x[0x8e][0xf8]N[0x8b][0xac][0x99][0x81][0x9]^[0xdd][0xe9][0xdd][0x8a]G`[0xf8][0x2][0xff][0x3]PK[0x7][0x8]w}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/juli/logging/internal/JuliLogger.class[0x9d]VKS[0x1c]U[0x14][0xfe][0xee][0xc]a`f[0x98][0x9][0x3]D[\r]jB[0x8c]a[0x1e]$[0xa3][0xbc]|[0x80]$[0x91][0x0][0x82][0x3][0x4]y[0xe4]%[0xe2][0x9d][0xa1]34[0xce][0x3]{zB\X[0x96][0xb][0xcb][0x85][0xe5][0xc2][0xb2][0xca][0x85][0x95][0x85][0xe5]B-[0xcb][0xb2][0x8c]F,[0xb2]pg[0x16][0xfe]([0xcb]s.[0xcd]<[0xd2]=[0xf6][0xc8][0xe6][0xeb][0xee][0xd3][0xf7]~[0xdf][0xf9][0xce]9}g[0xfe][0xfe][0xe7][0xe1][0x9f][0x0][0x86][0xa0][0xf9][0xd1][0x83][0xd7][0xdb][0xd1][0x85][0xc9][0x0][0xae]`[0x8a]a[0x9a]a[0x86][0xe1][\r][0x86]Y[0x86]9^[0xf7]&[0xdf][0xa5][0x18][0xe6][0x19][0x16][0x18][0x16][0x19][0xae]2,1[0xbc][0xc5]T[0xcb][0x1][0xac]`[0xd5][0x87]5?[0xae][0xe1][0xba][0xf]7|[0xb8])[0xd0]>[0xb7][0x9a][0x9a][0xdd][0x98]^[0x9a]\[0x10][0x88][0xa4][0xb6][0xe5][0x1d][0x99][0xcc][0xc9]B6[0xb9]l[0x1a]z!;&[0xe0][0xcf]olj9-+MM[0xa0]/U4[0xb2][0xc9][0xe2]Nix;[0xb9]#[0xef]&s[0xc5]l[0x96][0x96]%[0xaf][0xca][0xbb])[0xba][0xd5][0xc][0xda][0xd0]:[0xae][0x17]tsB[0xe0]l[0xd4]uulM[0xa0]e[0xb2][0xb8]I[0xd4][0xe1][0x94]^[0xd0][0x16][0xca][0xf9][0xb4]f[0xac][0xc8]tN[0xe3]t[0x8a][0x19][0x99][[0x93][0x86][0xce][0xcf]V[0xb0][0xc5][0xdc][0xd2]K[0x2][0xe7][0x15][0xb5][0xdc][0x91][0x99]--[0xb9]][0xce][0xe9][0x15]r[0xbd]`jFA[0xe6][0x92]s[0x14][0xad]$[0xd5]V[0xf5][0x10][0xd2]KW[0xb4]t9;U`[0xc6]M[0x1]o4vS[0x85][0xa7][0xc][0xa3]hT[0xc2][0x14][0x98][0x96][0xa6][0xcc]U[0x2][0x1d]zi[0xb6]p[0xbb]X[0xbb]`[0xc5][0x90][0x19][0xad]v[0xc1]5i[0x14]*[0xcf][0xc7]L~-[0xd0][0x13][0xad])[0xec]bz[[0xcb][0x98][0xca][0xb9]/[0xaf][0x95]J2[0xab][0xd5]W[0xde]Z@t[0xcb][0xa6][0xcc][0xbc]7/w,[0xeb]q[0x7][0x9a][0x9a][0xc8][0xca][0x96]Q[0xdc][0xe5][0x95][0x8a][[0x98][0xa4][0xeb][0xf8][0x96][0xf2][0xda]d[0xff]TK[0x9d][0xec][0xd0]e[0x97][0x92][0xa6][0xa8][0xc6][0xf6][0xe9]z[0x9b]][0xb][0x4][0xb2][0x9a]I[0xf5]Kiw[0xb4][0x9c]*[0xd2][0xac]@wI3[0xad][0xee]Q[0xad][0xe7]e[0x81][0xb2][0xa7]-[0x13].[0x9d][0xae][0xae][0x1d][0xb3][0x8f][0x18]g[0xdb][0xb9]c'[0x8d]5[0xcd]I[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2O[0x15]j[0x1b][0xcf][0xe4][0xac][0xe1][0xa3]|[0x89][0xd7][0xbf]\,[0x1b][0x19]mZ[0xe7][0xfa][0x85][0xab][0x13]q[0x81][0xb3][0x8][0xa2][0x17][0x17][0x83]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'}[0xb8][0x15][0xc4]s8[0x1b][0xc4][0xf3][0xc][0xe7][0x18][0xfa][0x19][0xa2][0xc]1[0x86][0xb7][0xb1][0x1e]D[0x1c][0xef][0x4]1[0xc8][0xb0][0xc1]0[0xcc]0[0xc2]0[0xca][0xf0][0x12]^[0xe][0xe2][0x9]<[0xe9][0xc3][0xbb]AH[0xa4][0x5][0x12][0xff]cH}[0xc8][0x4][0xb1][0x89]u[0x81][0xe3][0x8f]wY[0xa0][0xb7][0x11][0x11][0xed][0x15]8[0xe5][0xf2][0x99]Qa[0xcc][0xe2]A[0xb5][0xa9][0x85][0xd1][0x98][0xd3]g^7\V[0xb4][0xe1]p[0xb5][0xf2][0xe0][0x18]y[0x81][0xfe]&[D[0xe7][0xcc][0xc1]4[0xa9][0xfb][0x99][0xff][0xd6]:[0x9c][0x8b]&[0xce][0x9a]pu[0xd7]dN[0x96][0xe8]`[0xf0][0x91][0xce][0x2][\r][0x3][0xfa][0xe8][0xc8][0xeb][0x81][0xc0][0x9]x[0xa8][0xc5][0xd4][0x16]:Y[0xf9][0xee]$]OP[0xbc][0x17]O[0x13]>CO[0xd3][0x14][0xf7][0xd0][0xd5][0x1f][0xff][0x3]"[0x9e][0xf8][0x1d][0x9e][0xfb]j[0xed][0xb3][0x84]!x[0x9][0xfb][0xd0][0x82]3h[0xa7][0x11]9[0xa5]v[0xab][0xd5]8Mq[0xa8][0xbb]3[0xc4]J[0x9f][0x1c][0x8f][0x90][0xc5]9[0xac][0x9e][0x99][0xf3][0x1]<[0xfb][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]T[0xe1]lUo[0xfa][0x15]W[0xf0]`[0x95][0xc5]%x[0xfe][0x9c][0x19]Z[0xec][0xc][0x3][0x8e][0xc][0xe7][0x1a]1[0x1c][0xb3]3[0xbc][0xe8][0xc8][0xd0][0xdf][0x88][0xa1][0xd5][0xce]0[0xea][0xc8][0x10]m[0xc4][0xe0][0xb3]3[0x8c]92[0xc4][0x1a]1[0xb4][0xd9][0x19].92[0xc4][0x91][0xb0][0x18][0xae]S[0xf][0xb9]c][0x89]G[0xe8]d[0x96][0xc4][0x1e][0xda][0xc5]>[0xfc]^p[0xa3][0xbd]5[0x8d][0x9e][0xa2]F[0xcf] [0x82][0xd9][0x9a]FwU[0x1a][0xdd]E%?O[0xa4][0x17][0xd4].[0x11]Q*IK[0xa5]L!5+[0xa4][0xd2]}[0xa8]2[0xa0]T[0xbe]G[0x88][0x3]b[0xe0]1[0xcd][0x8][0xa9][0x1][0xf3][0x84][0x8b]4[0xaa][0xcb][0xa4][0xb3][0xaa]tO[Cw[0xa8][0xdb]g[0xe9][0xf2][0xdd][0xb][0xd4]4[0x8f][0xca][0xa0][0x5][0x9e][0x1e]?E[0x7]][0x8d][0x6][0xec]Fo[0xd0][0xf6][[0x94][0xc0]z[0xb3]F[0x7]][0x8d][0x6][0xea][0x8c][0x6][0xec]F%a[0x86][0x8c]fIG?[0x82][0xd1]!W[0xa3]A[0xbb][0xd1]![0xfc][0x94][0xda][0xf7][0x19][0xe9]|~[0x84][0xf6][0x8d][0xb8][0x1a][\r][0xd9][0x8d]~A[0xdb][0xbf][0xa4][0x4][0xbe]j[0xd6][0xe8][0x88][0xab][0xd1]P[0x9d][0xd1][0x90][0xdd][0xe8][0xd7][0x84][0xf7][0xc8][0xe8]7[0xa4][0xf3][0xed][0x11][0x8c][0x8e][0xba][0x1a][\r][0xdb][0x8d]~G[0xdb][0xa0][0x4]~l[0xd6][0xe8][0xa8][0xab][0xd1]p[0x9d][0xd1][0xb0][0xdd][0xe8][0xcf][0x84][0xbf][0x90][0xd1][0x7][0xa4][0xb3]w[0x4][0xa3][0xf4][0x87][0xc7][0xf9][0x90]>n?[0xa4][0x1f]:[0x1e][0xd2][0xaf][0xe0]U[0x8b]a[0x89]XY;[0x1c]O[0xc][0xfc][0x8a][0xce]}D[0xbc][0xa8][0xfb]%[0xf6][0xab][0x92][0xfc]E[0xe5]zT[0x93]j[0xb8][0x92]j[0x98]~I[0xc6][0x15]}[0x18][0xaf][0xd1][0xaf][0xbd][0x7]m[0x98][0xc0]E[0x8b][0xbe]O[0xbd][0x1][0xda]#]{[0xe8][0xfe][\r][0x9d][0xf7][0x95]~5?[0xfe]3pI[0x89]][0xfe][0x17]PK[0x7][0x8]Pvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/apache/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/apache/log4j/Category.class[0xad]Vkl[0x1c]W[0x15][0xfe][0xee][0xcc][0xac][0xf7][0x91][0x89][0xeb][0xa4][0xb1]c[0xd7]`gI[0xda][0xd8][0xeb]u[0x1c][0x8c]cR[0xe2][0xa4]I[0x9c]up[0xb3]q[0x9c][0xf5][0xab]uh[0x92][0xf1]z[0xbc]^w[0xbd][0xbb][0x9d]][0xdb]q[0xd2]&i[0x12]S[0xe3][0x86]g[0xcb][0xa3]U[0xf0][0x3][0xe1]J[0xe4][0x87][0x83]JJ@[0x2][0x9]$@[0xfc]G [0xc4]S[0x80][0x84][0xf8][0x1]B U[0xa2][0x8]q[0xce][0xdd][0xf1]d[0xed][0x9d]ML[0xc4]Z>[0xf7][0xcc][0xdd]{[0xbf][0xf3][0xcd]w[0xce]=w[0xfa][0x9f][0xef]|[0xf][0xc0]G[0xf0]F[0x0];q[0xd6][0x8f][0xf][0xe1]\[0x80][0xcc][0xf9]M[0xd8][0xc][0x83][0xe7][0xc6][0xd8][0x8b][0xb3][0x19]gc[0xb2][0x99]`[0x93]`3[0xe9]G[0x12]S^<[0xcf]c[0x8a][0xcd]4[0x9b]4[0x9b]L[0x0]Y[0xbc][0xc0][0xc6][0xe2][0xa5]96y63~[0xcc]b[0x8e][0xbd][0xb]l[0xe6]9[0xe0]E6[0x97][0xd8][0xbc][0xc8][0xe6]%6[0x97][0xd9]\as[0x95][0xd7][0xbd][0xec][0xc5]5/[0xae][0xb][0x4][0xa6][0xcf][0x8d][0x9b])3a[0xe4]M[0x81]`4c%[0xda]2[0xd9]\[0xc7]T[[0xd6][0xb8][0xd0][0x96][0xca]$[0x12][0xc9]t[0xa2][0xad][0xdf][0xb8][0x10]%[0xd7][0xb4][0xe][0x8]Tt%[0xd3][0xc9][0xfc]![0x81]]M[0xf]\[0xdd]<,[0xa0]ug[0xc6][0x9][0xfa][0x91]h2m[0xf6][0xcd]L[0x8f][0x99][0xd6][0xa0]1[0x96][0xa2][0x99][0xad][0xd1]L[0xdc]H[\r][0x1b]V[0x92][0x9f][0xed]I-?[0x99][0xcc][0x9][0xd4]Kh#k[0xc4]'M[0xc6][0xa5][0x8][0xdd][0xc4]0[0x91][0xb1][0xe6][0x89][0x82][0xef][0x1e]c[0xbf][0x91][0xcb][0x99]V[0x9e][0xe2][0x9][0xd4]4[0x8d]F[0xa7][0x8c]Y[0xa3]-e[0x10][0x8b][0x81][0xbc]Ed$[0x5]{Q2[0x93][0x16][0x10][0xa3][0x2][0xea]t.[0xc1][0xf1]K[0x16][0xb]l[0x1e][0xc8][0x1b][0xf1][0xe7]O[0x1a]Y[0x9b][0x8f]g[0xdc][0x1c][0x9b][0xa1][0xc5][0xd5]ME[0xab]O[0x8d]M[0x99][0xf1][0xbc][0x84][0xf6]N[0x9b][0xb9][0x9c][0x91]0[0xd7][0xc2][0xd9][0xb][0x4]B.[0xdb][0x8a]f[0x6]'[0xad][0xcc][0x1c][0x7][0x92]X"Oq\[0xbf]%[0x1e][0xa6]ee,[0x1a]'[0x8c][0xbc][0x91][0x12][0xd8][0x92]0[0xf3][0x91][0x89][0x9][0xc2]K[0xce][0x9a]Qs[0xd6][0xa4][0xb9][0xc7][0x9a][0x9a]Ke[0x93][0xdf]1@[0xaa][0xb0]H[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xa2][0xcd][0xbd][0xe9]\[0xde]H[0xc7][0x89]x[[0x93][0x8b]j[0xf7][0xd5]_K[0x1b][0xd3][0xb4]1p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xcc]Zf[0x9c][0xe6][0xc7][0x5][0xf6][0x14][0xa3]t[0xa7]H[0xf1][0x7][0x80]x[0xe2])[0xe3][0xe2]Ez[0x93][0x92]}[0xa4]*[0x11][0xec][0x93]1[0xb6][0xd1];[0xb9][0xa4]IK[0xa6]'2[0x2][0x95][0xc9][0xdc]1[0xce]O$[0xcd]2[0x11][0xb][0xb5][0xa9][0x99][0xf2][0xab]'s[0xf6]L[0xf]k[0xd6][0xd0]TJ[0xa4][0xdf]Jf[0xac]d~[0xfe][0x0][0xaf][0xf7]e[0xed]'[0xd7][0xc2]s[0x96]Ru$s[0xbd][0x14][0xf8]^[0xb8][0x14][0xd7][0xdd][0xde][0xfb][0xe1][0xbb][0x97]M[0xe4][0xdb]R[0xb6]d[0xf2][0xd6][0xb4][[0x12][0xfa][0x9d][0xe3]K[0x7]t[0x84]*[0xb2]X[0xb8]A>![0xf6][0x84][0x16][0xa4][0xfb]o'[0xdd][0xd1][0xf4][0x8a]\[0x92][0xe4][0xd5][0x92][0xff][0x4]v[0x93]m[0xa2][0xa7][0x1e]([0xf4][0x7][0x4]B[0xef]B[0x84]Z[0xbe][0x5][0xe5]6=)h&[[0x9][0x95]l[0x82]vN[0x82][0xaf][0xe4][0x10]=[0xd5][0x14]V[0xa3][0x5]a@z[0xad][0x84]J][0x16]{[0xd0]fc>Kkxg[0xa0][0xfe]M[0xf8]B[0xe1];P[0x19]S-[0xc2][0xbc]D[0x98]/[0x11][0xe6][0x15][0x89][0xb9][0xa3][0xb0][0xba][0x8]s/>LX[0xec][0xb5][0xd3][0xaf][0xb][0x5][0x1d]r[0xbf][0xf0][0xd3][0xe4]>t[0xda]a[0xc6]i[0x8a][0xc9]4[0x86][0xde][0x81]r[0x17][0x9a][0xc0][0x1b][0xa8]n[0xf9][0x11][0xb6][0xf0]s[0xcb][0x1d]x[0xc4]]T[0xa8]X[0x1f][0xfb]k[0xa8][0xc2][0xd7][0xd1][0x80][0xb7][0x8b][0xde][0xa7][0xd1][0x89][0xdd][0x88][0x8f]b?[0x5][0xb0]#6[0xc8][0x88]O[0xda][0x11][0x17]h[0x8a]!Z[0x8b]"[0xee][0xa4][0x88][0xdb]V#[0x86]e[0xc4]eT[0xf2][0x84][0x8][0xaf][0x8b]_[0x3][0xf][0xd9]w[0xa1][0xe3].q[0xf8].[0x82][0xf8]>E[0xfd]A[0x91][0x6][0xad][0xe][0x8f]V[0x9b][0x7]{[0x1f][0xc3][0x1][[0x3][\r]J0@[0xb3]][0xe5]D[0xf0][0xba][0x89][0xe0]+[0x15][0xe1]WD[0xe0]7$[0xc2][0xef]6*BW9[0x11][0xbc]n"[0xf8][0xd6][0x88][0xe0]+[0x15][0xe1]o$[0xc2][0xdf][0x89][0xc3]?H[0x84][0xf7]([0xea][0xbf][0x1e]B[0x84][0x83][0xe5]D[0xf0][0xbb][0x89][0x10]([0x11]A[0x4]Q%v[0xa2]A<[0xbe]Q[0x11][0xe][0x96][0x13][0xc1][0xef]&B`[0x8d][0x8][0x81][0x12][0x11]D[0x7]t[0xd1]I[0x1c][0xf6]#([0xba][0x10][0x16]O=[0x84][0x8][0x87][0xf0][0x94]M[0xe9]m[0xfb]$[0xef]/P[0xda]D9[0xa3][0xf3][0xe7][0xfd]&[0xf4][0x95]z[0xed][0xab][0xec]T[0xae][0xd4]{[0xa4][0xf3][0xc8]J}[0x85]t[0xaa]V[0xea][0xbd][0xd2][0xd9][0xb2]"V[0x1c]v[0xed][0x94][0x1c][0x88][0x8b][0x8][0x88]K[0xa8][0x14]/b[0xab][0xb8][0x8c][0xed][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xc5][0xcb][0xd8]![0xae]a[0x97][0xb8][0x81]f[0xb1][0x80]V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xc5]":[0xc5]R[0x91][0x82][0xfb]m[0xe6][0x1][0xea][0x8]t[0xeb][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xe0][0xf9]7[0x1][0xf9][0xe8]C[0xe7][0xfe]([0xba]i-[0xb3]n[0x93][0xbd][0x3][0xf0][0x84][0xbe][0x8d][0xad]+N[0xeb][0xa9][0xe0]I[0xf1][0xb][0x9][0xab][0x17][0x16][0xe0][0x18][0xb5][0x2] "Ea[0x88][0x1e][0x17][0x88]G[0xd7]C[0xfc]q[\r][0xc4]q|[0xdc][0x81][0xd8][0xc2][0xb7][0xa4][0xad]][0x87][\r][0x11](h[0xb7]M`=[0xce]_[0x8b]pV;[0x95][0xa0]+[0xb3]L[0x9]V[0xbb][0x95]`MI[0x9]*[0xd3][0xa8]R2hP^[0xd8]h[0x9][0x9e](W[0x82][0xd5]n%X[0xb3][0xa6][0x4]kJJP[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xb9]F[0x1c]n [0xa8],"[0xac][0xbc][0xfa][0x10]%H[0xbf]o[0xdc]e[0xa4][0xfe]xk[0xad][0x8c][0xca]O\e[0xec][0xc3])[0x1b][0xe1][0x9f]4[0xb2][0x6]K-?[0x86]G[0xbd][0xd5][0xf2][0xe][0xb6][0x83][0x19]\[0xa6][0xef]UI[0x6]y[0xe0][0xd1][0xc5][0xc2][0xb8][0xbb][0x8a][0xc6])[0xa0]o[0x7][0x8d][0xe7][0x81][0x99][0xbd]4[0xe][0x3]o[0x1d][0xa6]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xb0][0x9f][0xc6][0xa3][0xce][0x19][0xbd][0xe5][0xb4],[0xdb][0xab]u[0xbc]j[0xc7][0xd3][0x1c][0xaf][0x8e]<[0xf5][0x96][0xa3]X[0x88][0x18]C[0xf9][0x19]4[0xe5][0xe7][0xa8]P~[0x89][0xa8][0xf2]k[0xc]+[0xbf][0xc5]y[0xe5][0xf7][0x98]R[0xfe][0x80][0xbc][0xf2]'\V[0xfe][0x8c]E[0xe5]/E[0xd9]\rT\B?N[0xdb][0xd9][0xd4][0xe1][0xab]x[0x1f][0x11][0xbf][0xfc][0xd0]\[0xac][0x9c][0x86][0xd5][0xa5][0x1a][0xbe][0xe7][0xaa][0xe1][0x0][0x6]m[0x84][0xa7])3[0x9c]?_[0xa8]%,[0xee][0xe0][0xb1]{[0x17]z[0x80][0x19][0xa9][0x7][0xe1]U[0xf][0x15][0xe5][0xd9][0xe7]0[0xf4][0xd9][0xc][0xd9]k[0xa7][0x8c]+[0x12]w[0xa8][0x80]+[0xea]h[0xb5]F[0xdf]][0xa7][0xdc]h[0xb7][0x9d][0xd4]`[0xbe](7Y;7Y;7[0x9];7g[0xed][0xdc][0xc][0xad][0xcb]Mw([0xdc]z[0x7][0xf5][0xcb][0xd8]+[0x9d][0xf],c[0xb7]t>[0xb8][0x8c][0x6][0xe9]4,[0xa3]Z:[0x8d][0xcb][0xd0][0xa5][0xb3]c[0xb9][0xf8][0xf7][0xc4]Q[0xba]D[0xa0][0xf6]BSOP[0xc1][0xf4]![0xaa][0x9e]FL[0x8d]aH[0x1d][0xc4][0x19]u[0x8]g[0xd5][0x11][0x8c][0xab][0xcf] [0xa1][0x8e]bZ=[0x83][0xac][0xfa][0x1c]f[0xd5][0xb3][0x98]W[\r]\Q[0xc7]pM[0x9d][0x90]R[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xe6]Hq[0xdd][0x91][0xe2][0xba],~Ez\[0xfc][0xea]j[0x2]=[0xef][0xa3][0xc7]'?[0x9a][0xc6]?[0x99][0xed]4[0x8c][0xd8]i8G[0x88]|[0xd5][0xf9][0x89]u[0x9d][0xe6][0x92][0x87]9[0xba][0x18]/[0xc8][0xe0][0x1d][0x85][0x85]Np?[0x9e][0xa1]^'[0xa4]w[0x98]h([0xd2]c[0x1a][0xaa][0xf4][0x98][0x86]F[0xe3][0xb3][0x18][0xb5]{`]A~[0x88][0xdb][0x92][0x85]S,[0xda]v[0xbb][0xdb][0x9][0xfa]=_[0xa6]W[0xd5][0xba][0xf5][0xaa]`I[0xaf][0xd2][0xda]Q[0xa5]u[0xa0]A[0xeb][0xdc]h[0xaf]:S[0xae]W[0xd5][0xba][0xf5][0xaa][0xe0][0x9a]^[0x15],[0xe9]UZ[0x4][0xba]v[0x9c]8[0xf4]"[0xa8][0x9d]DX[0xeb][0x88]^[0xf5][0x9][0x99][0x83][0xe7][0xfe][0xb]PK[0x7][0x8]l[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/log4j/Level.class[0x9d]V[0xfb]o[0x1c][0xd5][0x15][0xfe][0xae]w[0xbd]3[0xbb][0x1e][0x93][0xf5][0xfa][0x81][0x1d][0xc7][0x89]C[0xa1][0xb1][0xd7]n[0xec][0xc4]Ix8@[0x8c]c[0xc3]&[0x9b]uX?B[0x80]b[0xc6][0xeb][0x89][0xb3][0xc9]f[0xd7][0xd9][0x9d]5[0x84]W[0x12][0xfa] [0x94][0xbe][0xa0][0xfc][0x82][0x14]![0x84][0x10][0xaa][0xda][0xfe]`(1[0xa8]E[0x91]PZEPUUUU[0x15]B[0x15]B[0xfc][0x5][0xbc][0x84][0x10][0x88][0xf0][0x9d];[0xb3][0x8e][0x1d]'[0xf9][0x1]Ks[0xce]=w[0xcf]=[0xf7];[0xe7]|g[0xc6][0xef]}[0xfb][0x97][0xb3][0x0][0xfa][0xf0]|[0x4]?[0xc0]d[0x18][0xeb][0xf1]`[0x84][0xc2][0x16]1%fF[0xc4][0xb4][0x8]G[0xc4][0x1][0x11]3"[0xe][0x8a][0xc8]Fp[0x8][0x87]Ml[0x13][0x9d]3[0xb1][0xc5]D[0x9f][0x89][0xcd]&6[0x99][0xe8]5[0xb1][0xd1][0xc4][0xd6][0x8][0x8e] /[0xa2] [0x7]fE[0x1c][0x15][0xb3]([0xab][0x92][0x9]7[0x82]2[0xe6]D<$[0xe2][0xe1][0x8][0x8e][0xe1][0x11][0x3][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xc7][0xc]<[0x1e]8~[0xe1][0xc2][0x5]1&[0x3][0xc0][0xb9][0xbd][0x14][0xa7]w[0x4]N[0x10][0xb4][0x81]'[0x14][0xc2]c[0xe9][0x81][0xc1][0xa1][0xc9]DjLA%[0x14]j[0x7][0xb][0xf9][0x92]k[0xe7][0xdd][0x9];Wv[0xe8]\J!02<[0xac][0xd0][0x9c],[0x14]gz[0xec]Y;s[0xd0][0xe9][0xc9][0x15]f[0xb6][0x1c][0xea]I:sN[0xae]_[0xa1]zx`l I=[0x94]N[0x8f][0xa4][0x15][0x82][0xfb][0x6][0xd2])[0xaa]Djx[0x84][0xbb];[0x87][0xee][0x18][0xbf][0x93]Z[0xdf][0xc5]p[0x3]I[0xfa]FKN1k[0xe7]&[0x9c]b)[[0xc8][0x8f]'v[0x12][0xc0][0xae][0xea][0xde][0x92][0xb1]n][0xd5][0xdf][0xb6])[0x84][0xb6]g[0xf3]Y[0xf7]6[0x85]k;[0x12][0xc9]C[0xf6][0x9c][0xdd][0x93][0xb3][0xf3]3=[0xa3]n1[0x9b][0x9f][0xe9]OtN0[0xfe]`a[0xda]QX[0x95][0xcc][0xe6][0x9d]T[0xf9][0xc8][0x94]S[0x1c][0xb3][0xa7]r[0xdc][0x89]%[0xb][0x19][0x86][0xb6]y[0x1]m3[0xe8][0x1e][0xcc][0x96][0x88]"'[0xa0][0x15]L[0xad][0x19]N[0xdc]W[0xc4][0x17]|[0xc7]J[0xcc]r[0xe8]h9;g[0xe7][0x9c][0xbc][0xab]`[0xb8][0x85][0xa4]w[0xb8][0xbb]c[0xe5][0x91][0xce]+[0xd7]'X[0x1a]([0xce]([0xb4]v$[0xae][0xe2][0x14][0xe0]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xcc][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".W9kM;[0x7][0xec]r[0xce][0xf5][0xe1][0xd5][0x8e][0xba]v[0xe6][0xf0][0x1e]{[0xd6]O}[0xe7]e[0xe0]~[0x8f][T[0xc9][0xc0]q[0x85]H[0xd1][0xb1][0xa7]G[0xa6][0xe]9[0x19][0xd6]d[0xad][0x1f]:[[0xe8][0xf1][0xb6][0x12][0xf9][0xd9][0xb2][0xcb];[0x1c][0xfb]H[0xbf]4[0xa9][0xf5]*[0xbf]3[0xd6][0xd0][0xc3][0x19]g[0xd6]%[0x3][0x18][0xfb][0x84][0x81][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xf][0x15][0xb3][0xae]S[0x89][0xbf][0xee][0xd2][0xf8]#ew[0xf9][0x5]k[0xae][0xe6][0xc0]p[0x82]6[0xed][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]9V[0xa2][0xa1][0xa3]sI)[0xbc][0x3]t2[0xb7]gr>[0xdd][0x2][0x1d][0x12]42Z([0x17]3[0xce]pV[0xca][0x17][0xd1][0x5][0xd8]([0xe7],[0xf4]c[0xbb][0x85]-[0xe8][0xb1]0[0x84]="vY[0xd8]&f[0x9f][0x88][0xcd]"6[0x89][0xe8][0x15][0xb1]Q[0xc4]V[0xf4][0xb0]n[0x16][0x9e][0xc4]O,[0xfc][0x14]?3[0xf0]s[0xb]O[0xe1]~[0xb][0xa7][0xf0][0xb4][0x85][0x1]tY[0xd8])[0xe2][0x17][0xe2]p[0x7][0x6][0x95][0xc][0xe7]3[0x16]~)>[0xbf][0xc2][0xaf]-[0xfc][0x6][0xbf]5[0xf0][0xac][0x85][0xe7][0xf0];[0x85][0xa6][0xcb]7H[0xb0][0xdc][0xa5][0xd0][0xb2][0xe2][0xd7][0xbd][0xc5]l[0x81]%=[0xc6][0xec]+[0x95][0x1a][0xd5][0xb3][0x97]}[0xc4][0xa3]G[0xf4]Rr([0xd4]W<[0x13]#[0x8b][0x1d]Rh[0xbf][0xe8]8[0x98][0xb3]K[0xa5]T[0xc1][0x1d].[0x94][0xf3][0xd3]K\j[0xdc][0xc2][0xf8][0xec][0xac]S[0x1c][0xb4]K+[0xca][0xbd]8[![0xe7]h[0xd9][0xce]q[0x18][0x1b];Vv[0xa3][0xf3]^&qE[0xce]([0xd4][0xf9]\O/a[0xa1]!MN[0xc8][0x8c][0xb2]}[0x9][0xdf][0x1e][0x1f][0xe3][k[0xf5][0x95][0xc9][0xc1][0xc1][0xf7]C[0xed][[0xca]8S[0xf3]O[0x7][0xb]v[0xe8][0xf7][0x8c][0xb7][0xa3][0xc3]5^n[0xf0]'[0x96][0x95]p1[0xce][0x8c][0xe3][0xea]*[0xb1][0x9a][0xcb][0xca][0xa0]7[0xfb][0xf9]F^[0xcf]o[0x86]B'"hA[0x1c]]\w[0xf3][0xbd]\[0x85][0x1f][0xd1]&s[0xb8]n[0x11][0x1a]i[0xbd][0xc9][0xd7][0x9b]}[0xdd][0xe7][0xeb]-[0xbe][0xde][0xea][0xeb]mZ7[0xe3]F[0xdc][0xb4][0x18][0xef]f[0x84][0x11][0x14][0xe2]r[0xe7]V[0xee][0x8c][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog Nov 01, 2023 1:02:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x9b][0xf1][0xd6][0xee][0xb6]7[0xa1]^[0xd3]^[0xb7]QF[0xa8][0x81][0xa3][0xa4]_[0x11][0xb7]s[0x15][0xf7][0xfc][0xb0]CG[0x95][0xd5][0x80][0xc6])+[0x12]U{[0x9b]B^[0x4]x[0xc7][0x10][0x86][0xfd][0x1b]6[0xf3][0x17][0xed][0x15][0x1d]Uo!0[0xbf]xCH[0xef]?[0xa1][0xa3][~[0xa4];[0x19][0x9][0xfa][0xfc]][0x97][0x9e]_[0xad][0xcf][0x7]/=[0xff][0xcc][0xb2][0xf3][0x9][0xde][0xef][0x9d][0xdf][0xe5][0x9f][0x9f]Z[0xb0][0xe5]W[0xff]Q[0xe3]>,~'[0xf4][0x12][0xbb][0xe5][0xa3]F=[0x3]l[0x88]R[0x8f][0x0][0xa9]v[0xea]Q[0xa0][0xdc]K[0xbd]O[0xbe][0x90][0xd4][0xf7][0xc9][0xe7][0x92]zR>[0xa0][0xd4][0x99][0xd7]Q=O8|B|[0xc]>&[0x9f]0[0x9f][0x8][0x9f][0x9a][0xf9].A[0x19][0xd0]([0xe3][0xac]$[0xf0][0x2][0x92]8[0x8d][0xbd]x[0x91][0x15][0x9][0xf7][0xe0]e[0xdc][0x8f]W[0xf0] ^[0xc5]4~[0x8f][0x83][0xf8][0x3]r[0xf8][0x93][0xce][0xa4][0xc9]C[0xeb]g"[0xab][0xdd][0xac][0xb8][0xe2]y[0xa0][0x16][0xe1][0xaf][0x91][0xc][0xf8]:[0xcd]=^[0x9a][0xaa][0x91][0xc7][0xf8][0x8d]F9~[0x1e][0xd5]][0xf3][0xf1][0x5]X{[0xba]c[0xb5][0xb][0xb8][0xe6][0x5][0x18][0x2][0xb7];[0xb6][0xaa]bT[0xd1][0x88]V[0x8c][0x10][0x8d][0xba][0x8a]a[0xd0][0x88]U[0xc][0x93]F}[0xc5][0x8][0xd3]h[0xa8][0x18][0x11][0x1a][0x8d][0x15]cY[0xb6]i4P[0xbe]M[0xae][0x9c]e[0xde]A[\r][0xce]q[0xe7][0xef]d[0xe1]yr[0xfc]][0xdc][0x80][0x90][0xcf][0xff]dW[0xff]E[0x16][0xfe][0x9b][0x19][0xff][0x87][0x9d][0xfe]/[0xb3][0xfb][0x1f][0xc6][0xd9][0xab][0xfd][0xf8][0x0]S[0xf8]?[0xe][0xe0]C[0x14][0xf0][0x11]J[0xf8]XW[0xa5][0xdd]K[0xce][0xe7][0x87][0xac][0xbc][0xaa][0xd4][0xf0][0x9f][0xa5][0x94]f[0x9f][0xd4]'[0x8a]p[0xe8][0x1b][0xd4][0x19][0x18][0xb1][0xbc]?[0xee][0xef][0xc5][0xdd][0x94][0xc2][0x84][0xe3][0xd4]R[0xdb]x[0xd7][0x2][0x9a]D\{[0x6][0xcd][0xbe]n[0x11][0xbd][0xfa][0xc]Z[0xe3]o[0xa0][0xf5]<[0xc2][0xf1][0xd8][0x1a][0x1a][0xaf]-[0xe6][0xb5][0x96]s[0x0]|[0xc2][0xbc]>%[0xd7]>cN[0x9f]c[\r][0xbe][0xe0][0xd4]~[0xc9][0xa9][0xfd]jI[0xe7][0xe2][0x8b][0x13][0x12]'[0xb2][0xb4][0xdf][0xb9][0x0]T[0xa7][0xd0][0x8a]E[0xa9]"[0x5][0xc6])'H/[0xf][0x98][0xed][0x3]k#[0x86][0xb6]."h^[0xc0]Z[0xd1]-[0xbe]n][0xc0][0xba][0x8b][0x93][0xd9][0x84]j6[0xbc][0x1a]A[0x15][0x82][0xa5][0xc]4([0x13]kTx[0x9][0x86][0xb6]E[0xc]m[0xc4]p[0xf]1[0xc8][0xd5]A[0xea]1[0xfe][0xbe][0x1f][0xf7][0xfa][0xb3][0x91][0xf2]g[0xab][0x9e]ti[0x8f][0xad][0x15]5r[0xf9][[0xb8]n>~[0xb1][0xa5][0xd7]H[0xe9]U[0x13][0xc2][0xaa][0x19]u[0xaa]m[0xc9][0xb8][0xd5][0xfb][0xd7][0xf8][0x9][0xd6]q[0xfe][0xee]#[0xaf][0xbd][0xd8]g[0x4]%[0xff]N[0xfe][0x15][0xeb][0xf7][0xc7][0xae][0x8f]5[0x4][0xde][0xc4][\r]FD[0x9b]?[0x8c][0xd5]{fX[0x9b][0x1b]b[0xb1][0x90]6M1[0xeb][0xca][0xbd][0xb1]:C[0xdb][0x86][0xb6]S[0xed][0xb1]h[0xd4]s[0x8][0xe9][0x8d][\r][0xd1][0xd8][0xaa][0xa8][0xe7]Q[0xa5]7[0xea]O[0xc5][0x1a][0xfd][0x8d][0x1a][0x1d][0xb1]#V[0xeb][0xdb][0xd5]R8[0xa5]3[0xb9][0x8e][0x0][0xc1][0xd7][0xe4]*[0xdc][0xc2][0x86][0xee][0xe0][0xcb]u[0x88]P[0x93],[0xc3](&[0x9]}[0x96][0x9d]P[0xf8][0xb1].[0xf4][0x3][0xdf][0x1]PK[0x7][0x8][0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/log4j/Logger.class[0xad]Xy|T[0xd5][0x15][0xfe][0xde]d[0x92][0x97]L[0x1e][0xd9]L[0xa0]A[0x85],@[0xc2]$![0x82]He[0x11]k"[0xc1]`[0x12][0xc0] [0x9b](}L[0x1e][0xc3][0x84][0xc9]L[0xfa]fb[0xd8]4j[0xd5][0xda]}q[0xa9][0xda][0xda][0xbd][0xa5][0xad][0x1b][0x8b]B"[0xad][0xb5][0xad][0x8a][0xda][0xc5][0xee][0x8b]uo[0xed]j[0xff][0xf7]g[0xfd][0xd9]~[0xe7][0xbe][0x97]a[0xd6]$[0x15]&[0xbf][0xdf]y[0xe7][0xdd]{[0xee]9[0xdf][0xfd][0xce][0xbd][0xe7][0xde][0x97][0xe7][0xde]}[0xec]q[0x0][0xe7][0xe3][0xdf]:n[0xf6]A[0xc3]-E[0x98][0x86][E|[0xa4][0x18][0xb7][0xe1][0xa3][0xc5][0xf8][0x18]>^[0x8c]O[0xe0][0x93]">[0xa5][0xe3][0xd3][0xc5]([0xc2]gt|V[0x9e][0x9f][0xd3]q[0xbb][0x8f][0xb6]w[0x14][0xe3]N[0xdc]%[0xa3]>/[0xda][0xdd][0xa2][0xdd][0xe3][0xc3][0x85][0xb8][0xd7][0x87]/[0xe0][0x8b]br[0xaf][0xb8][0xbb][0xcf][0x87]/[0xe1][0xcb][0xf2][0xfa][0x95]B|[0xb5][0x18]_[0xc3][0xd7]}[0xf8][0x6][0xbe])[0xda][0xb7]|8[0x88]o[0x8b][0xf8][0x8e][0xbc]~W[0xc4][0xfd]"[0x1e][0x10][0xf1][0xa0][0x88][0x87]D<,[0xe2][0x90][0x88][0xc3]"[0x8e][0x88]8*[0xb1][0x1e][0x11][0xf1][0xa8][0x88]c"[0x8e][0x8b][0x18][0x15]1&[0xe2]1[0x11]'D|O[0xc4][0xf7][0x5][0xe7][0xe3]"~[0xa0][0xe3][0x9][0x1f].[0xc0][0xf]}[0xf8][0x11]~[0xac][0xe3]I[\r][0xbe][0xae][0xb5][0xab][0x17][0xaf][0xd9][0xde][0xb1][0xbe][0xbd]GCEW[0xbf]y[0xad][0xd9][0x1a]6#[0xc1][0xd6][0xde][0xb8][0x1d][0x8a][0x4][0x97]k0[0x6][0xb6][0xf][0x9a]{[0xba][0xa2][0xc1] [0xdf]5[0xcc][0xef][0x8a][0xda][0xc1][0xd6][0xe8]`lq+[0xdb][[0xc3]NG[0xeb][0xba][0x84]M[0xb7][0x19]1[0x83][0x96][0xcd][0xa1]E[0x3][0xdb][0xa5][0xdb][0xb2]c[0x1a]J[0x1d][0xdf]C[0xf1]P[0xb8][0xb5][0xdb][0x1c][0x94][0xde][0xde]P0b[0xc6][0x87]lK[0xc3][0x8a][0xd4][0xde][0x15][0x99]@TXs[0xd0][0xc][0xec][0xb2]$&[0xa3]w)[0xd7][0xcb]W[0xd2]UY[0xcc][0x8a][0xb7][\r]E[0xfa][0xc2]V{4[0x12][0xb7][0xf6][0xc4]5[0xcc]mt[0x80][0xc6][0x82][0xa1][0xd6][0x9d][0xb6]9`[\r]G[0xed][0xdd][0xad])F[0xcb][0xe7]o[0xd4][0xe0]m[0x8f][0xf6]Y[0x2]/[0x14][0xb1]z[0x86][0x6]vX[0xf6][0x6]sG[0xd8][0x12]2[0xa2][0x1]3[0xbc][0xd1][0xb4]C[0xf2][0xee]6z#[0xf4][0xa4][0xa1][0xc0][0x99][0x96][0x86][0xea][0x9c][0xb0]4[0xe4][[0x91][0xb8][0xbd][0x97][0xcf]U[0xce][0xd3][0xe8][0x8c]D,[0xbb]=l[0xc6]b[0x16][0x9][0xa9]J[0x9d][0xf2][0x1c]e[0xc5]ay[0x81][0xf8][0x1e][\r]u[0x93][0xa3][0xd7]0=[0x15][0xe2][0xde][0xc1]q[0x98]m[0xd9]|[0xff][0xbf][0xa4]N[0xeb][0x8d][0x9b][0x81][0xdd][0x1c][0xae][0x9c][0xea]xJC%y[0xce]H[0xb4][0x86][0x95][0x8d]S^[0x14][0x99][0x18]T[0x12][0xe2][0xbb]B[0xa4][0xa4]$[0x9c][0xe6]X[0xb7][0xad][0xb0]e[0xc6]8[0xa3][0xbc]F[0xb1]+X[0x11][0x8a][0x84][0xe2]+5[0xcc][0x99]$"#[0x89]}a[0x1f][0xc7][0x7][0xcd]8[0x1d][0xd4]N:[0x80]+2h[0xc5][0xbb][0xdc][0xcc][0xb6]4f[0x81]:A[0xb6][0x8b][0x6][0xc7][0x1d][0xe9]xZCs[0xf2]p[0x95][0xf3][0x9]G[0xe7][0x7][0xc2][0xe6][0xbe]}[0x1a][0xca]3F1[0xf]DuE4[0x9a]@vv[0xe3]D[0x9e][0xd6]g[0xc1][0x9d]i[0x1e][0x1b][0xc][0xb9]C:[0xcc]@<[0xca][0x85]7[0x91]O}[0xa7]cD[0xde][0xa7][0xe2][0x8a][0xd3][0x89][0xdb]f[0x80][0xa4]W%[0x83]Y[0xbb][0xa3][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9b]N[0x1f][0xb0]b1[0xa6]8[0xb5][0xe4][0xb8][0x6][0x1a][0xfc]Y[0x86]%[0xb5]l[0xd8]eG[0x87]eM*_Z<[0xb1][0x97][0xd2]z54L[0xec]([0x9]Q[0xc1]@,H[0xb6][0xb8][0x6]]h[0xeb][0xcc]x[0xdc][0xb2]#\y[0xa6][0xcd][0xb2][0xb7]4[0x1b][0xad]S[0xf4][0xed][0xa5][0x87][0x85][0xce]c[0x11][0xb9][0xd9]i[0xc6][0xcd]0[0x9f]}[0xd6][0x8e]!z.[0x9][0xc5]V[0xd9]v[0xd4]^[0x15][0x11][0xd0]}j[0xa9]o[0x95][0xea]![0x8d][0x1c][0x15][0x8a][0xec][0x8c]*[0xab][\r][0xc2]i[0xc2]jZ([0xb6][0xc9][0xb4]#[0x89]w[0xef][0xb0])h[0xf5][0xbe]Pl0*;[0xa6]pE [0xec][0xee][0x16]_ot[0xc8][0xe]X[0x1d]![0xa9][\r][0xc5]N[0xb2][0x16][0x8]T[\r]M[0xd9]w[0xc5][0xda][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x9d][0x19][0x9b][0xd7][0xc0][0x16][0xb4][0x19]X[0x8e][0x15][0x6].[0xc2]J[0x1d]'[\r]<[0x83]guOm[0xc][0xa5][0x1a][0xe][0xd3][0xb3][0x17][0x97]R[0xd6][0xa1][0x90]r5[0x8a][0xd1][0x89]f[0xac][0xc1][0x12]\N[0x14]][0xd4][0xba][0xf9][0xd7][0x83]+[0xb1][0x16][0xab]h[0xe1][0xa7][0xfd][0x12]T[0xa2][0x83]s[0xc8][0xa3]E[0x11][0xc7]\[0xc6][0xb6]f[0xcc][0xe2][0xc8].[0xce][0x80]X[0xd5][0x8]p[0x4]`p[0x1e]N[0xdf]:[0xf6][0xad]gK1<[0xef][0xa0]Z[0xc7][0x15]o[0xf3][0xf3][0xce]#[0x87][0x85];[0xd5][0xf5]t[0x93][0xc7]g[0xa9][0xbf][0xa9][0xf9][0x8][0xca][0xc6]P[0x9e][0x87]GQqX[0xf1]r[0xa9]bJ[0xbc][0xf7][0xa2][0x84]C[0x4]K[0x8d]cNl[0x97][0x1]J[0xdb]HF5[0xa5][0x9]>[0xf][0xd1]m[0xc2]f[0xd7]}5[0x9c][0x9f]&[0xe]5[0xe5][0xb0]@[0x19]_EC[0x1e]K[0xae][0xd9]J[0xbe]I[0x98][0x2][0xd3]q[0x9c][0x95][0x1e][0xbc][0x9f][0xc9][0xd8][0xad][0x82]Ow[0xac][0x12][0xc1][0xb][0xe8]g[0x1b]}[0x14][0xc9]A[0xe6][0xfa][0xba][0x8f][0x0][0x5][0xe2]"[0xf2]}[0x92][0x89][0xf0][0x8f][0xa2][0xb2][0xeb] [0xca][0xf8][0xea][0x1f][0x9f]a[0xd7][0x9]L[0xdb][0xc2]PU[0xdd]L[0xab][0x9f][0xf9][0x9a][0x9e][0x87]M[0xcd][0x87][0xd4]R[0x91][0xb8]3[0xe9][0x19]<[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x9c][0x95][0xe2]&[0x9c][0x83][0x9b][0xb9]Dn[0xc1]y[0xb8]5[0x91][0x10][0x83][0xb6][0xdb]Ut[0xc6]RS[0x7][0xed][0xa6][0xbb]ms[0xb9][0xf4]$I[0xe][0xfd]E[0xf0][0x94][0xbe][0x3]C[0xc7][0x7][0x15]T[0xd3][0x85][0xba][0x88]O[0x19]^[0xe8]?[0x86][0x19][0xa3]x[0xdf][0xa1][0xc4][0xc4][0x1d][0x92][0xee]P[0xc1][0xc][0xc7][0x6];[0x10]P[0xae][0xfa]`[0xb9][0xe3]g[0xa9][0x1e]ZWT[0xbb][0xa3][0x93])>[0xa8]b[0xed]tm[0x97][0xf2])[0xe4][0xe5][0xfb][0xb3][0x4][0x1a]Mb7[0xdf][0x9d][0x8b]hA[0xec]R[0x10]C[0xcc][0x81][0xe3][0xa6][0x8f][0xb3][0x16][0xab][0xd9][0xfe]GP1[0x86][0x99][0xb2][0x9][0xaa][0x9a][0x9e]F[0xb9][0xbc]7[0x1d][0xc3][0xd9][0xda][0x18][0xce][0xc9]Sk[0xdc][0xa1][0xb2]D%[0xe3])[0x94][0xe1]$[0xf1]>[0x9b][0x14]hv"[0x8d][0xb3][0x99][0xde]0[0x3][0xac]W[0xa3][0xb4]Y*[0xe2][0x80][0x1b][0xf1][0x16]7[0x9f]-I[0x11][0xeb][0x19][0xb1]r[0x5]i[0xd0][0x85]t[0x1b][0xc7]y[0xf9]lH[0x82]t.!U7[0xc9][0xf6]oi[0x1e][0xc5][0xb9]=[0xd2][0xd5][0x92]N[0x86][0x3][0xe6]-[0x2]y[0x1b]U[0xf8][0xf][0xce][0xc6];[0x98][0x87]w[0x13]k[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xf8][0x90][0xda][0xe4]t[0x9e][0x80][0xd5][0x0][0xdb][0x85][0xd5][0x80][0x18]5[0xcf]8Q[0xf3][0x14][0xaa]x[0x12]*q_[0x9b][0x84]jFSs[0xcb](f-[0xf3]J[[0xb5]7[0x1d]O[0x85]LC+[0xe3].[0xa9]@[0xa5]v[0x16]j[0xb4]*[0x85]e1[0x1d]U[0x92]2[0xc1]"[0x13][0xad]M`[0xa9]%[0x96]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K-[0x86][0x14][0x16][0xd1][0xae][0xa5][0x96]7[0x8e][0xaa][0x86][0xdd][0xc3][0xb9]P[0xcd][0xce][0x8e][0xaa]&[0x13]U[0x3]Q[0xcd]'*?Q5[0x9f][0x19]T{[0x12][0x19][0xbc][0xd9][0xcd]`[0xbd][0x83][0xaa]VPe[0xcb]^]F[0xf6][0xb4][0x8b][0x89][0xeb][0x12][0x94]km[0x98][0xa1][0xb5][0xa3]N[[0x95][0xc8]^yR[0xf6][0xea][0x13][0xd8][0xea][0x13][0xd9][0xab]O[0xcd]^[0x9d]B[0x94][0x83][0xa7][0xda][0xec]<[0xd5]e[0xf2][0xb4][0x89]x[0xb6][0x90][0xa7][0xad][0xe4]i[0xdb][0x99][0xe1][0x89][0xf7]z[0x17][0xd5]b[0xb7]B[0xf9][0x1c]T[0xf5][0x1a][0x1e]H-[0x1d]Z0[0xa9]F[0xf9][0xdc]@[0x1a]/[0xfb]9[0x98][0xae][0xcf][0xc5][0xf4][0x9c]L[0xa6][0xf7]sf[0xd7][0x91][0xe9][0xeb][0xc9][0xf4][0x8][0x99][0xbe][0xf1]t[0x98][0xde][0x9f][0x8b][0xe9][0xfa][0xec]L[0xcf][0xc9]d[0xfa]v[0xe2][0xb9][0x93]L[0xdf]E[0xa6][0xef]>S[0xfb]$[0x7]O[0xb3]s[0xf1]T[0x93][0xc9][0xd3][0xfd][0xc4][0xf5] yz[0x88]<=L[0x9e][0xe][0x9f][0xe]O[0x7]r![0x9a][0x9b][0xb][0xd1][0xbc]LDO[0x12][0x11][0xcf][0x4][0xed]$[0x11]=CD[0xcf][0x9d][0x1e][0xa2][0x1c][0x99][0x9b][0x9b]=s[0xf3]23[0xf7]"[0xf1][0xbc][0xcc][0xcc][0xbd][0xc2][0xcc][0xbd]vf2w][0xae]=23s[0x8f][0xbc][0x99]u[0x8f]\[0x9f][0xcb]CC[0xa6][0x87][0xb7][0xb2]z[0x18][0xc9][0x95][0xab][0x86]\[0xb9]j[0xcc][0xc8][0x95][0xc7][0x80][0xe1])A[0xb9][0xa7][0x14]3[0xcf]9[0xcf][0xcb][0xb9][0xfb][0xef][0xfd][\r][0xe0]264[0x8c]![0x1b][0xc6][0x82][0x6][0x1f][0xae]G[0x90][0xc0][0x8d](nbQ[0xee][0xbe][0x94][0xbb][0xa5](rX[0xd6]x[0xfc]J[0xc3][0x8]V[0xe4][0xc5]-[0xb9][0xfb]Z.[0xb7][0xe5][0xf2][0x8d][0xf4][0xfb]V.yy\[\r][0xe3][0x8e][0xb4]D][0xb][0xe3][0xae]@[0xa4][0xba]Y[0xb4]kM[0xb3][0xdd][0x14][0x98][0xca][0xdb]N9c[0xd7][0x1b]Wv2u[0xa3][0x9d][0xa9][0xd8][0xe5][0xb2]U+g[0xee][0x1a][0xed][0x9c][0xeb][0x93][0x15][0x18][0xae]n[0x96][0xcc]GF[0xab][0xd2][0xcc][0x9d][0xc4][0xe9][0xd5]M[0xba][0xe7]]o[0x81][0xd9][0xff][0x87][0xf1]|V[0x8d][0x9a]Q6[0x1d][0xa2][0x85][0x16][0xac][0x9a][0xd5][0xbc]![0xe0]O[0xcd][0xae][0xb][0x4]rv[0xc9][0x14][0x18][0xca][5[0xf3]N[0xab][0xba]e:[0xf7][0x8d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x8c][0xe4][0xed][0xa2]QY7[0x1c]K[0x9e][0xbd][0x8f][0x81][0xe6][0xb6][0xd5][0x10]H*>[0xa3]n[0x14][0xb7]MIF[0xda][0xd5][0xe5][0x9c]L[0xb5]a6[0x97]Z[0xb5]R[0xc5][0xec][0xa4]z![0xe5]&[0xd7]([[0x99]G[0x8e]Q5[0xb1][0x9d][0xdd][0xcc]KNY[0x99][0x88][0xbf][0xd8]lw[0x1a][0xf2]:g[0x1][0x8d],[0x1d]|[0x96][0xf1]P Vh[0x1a][0xc5][0xdd]U[0xa3][0xae][0x12]e[0xcb]yQo[0xf1]z&[0x95][0xdf]1[0xf6][0x8c]L[0xc5]`?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x87][0xbd][0xc8][0xf6]|Y[0xdb][0xda]1[0x8b]^[0x2][0xbb][0xe6][0xaf][0xb2][0xec]W[0xdc][0x5][0x84][0xfd][0xf2][0x85][0x17][0xc5][0x98][0xb2]I[0x8e][0x8b]}8f[0xfb][0xb9][0x87][0x1c][0xb3]j[0xef][0xb1][0x8f]c[0xfd]"[0x98][0x83]V[0xee][0xa9],[0x9e][0xf2]@ZM[0xab][0x92]amD[0x8][0x97][0xac]F[0xdd]n[0x10]"X[0xac][0x98][0x86]#0[0xb0]P[0xac]x[0x13][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xcb])[0x9a]+[0x96][0x1c][0xd5][0x0]'rI[0x86][0xeb]x[0xf][0x93][0x2][0xe9][0xfe][0x12]Y+[0xdc][0xba][0xfd][0x8a]Ld[0xc8][0xb4][0x8e]w1[0x11][0xc6]=[0x1d][0xdf]aRG[0x12][0xef][0xe8]([0xe0]~[0x18][0xdf][0xeb]X[0xc7][0xf]:.bF[0xc7][0x1c][0xd2]:[0xc6][0xe5][0xdd][0xc7][0xf8]D[0xc7][0xa7][0xb8][0xac][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xd3][0xf1]@[0x6]][0x95][0xcb][0xbc][0xa4]?[0xfb]&[0xa1][0xb]$[0xfa][0x89][0x8a][0x9a]:[0xdd]H[0xe][0xf5]-[0xe5]N[0xc1][0xda]u[0xb3]Fh[0xf6][0xb5]{[0[0x9d]=[0xab][0xc8][0x1e][0xa5]So~9[0x9e]s[0xf6]-X;[0xb8]1[0x97][0xae]S[0xd9][0xf9][0xd7][0xf1]tu[0xcd][0x91]r[0xb4]8[0xc7][0xca][0x18]G~h[0xb2][0xeb][0xdc]i[0xb2][0xc3][0xca]r$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9T[0xae][0xef][0xf3][0x94][0xa1][0x15][0xb4][0xc1][0xb9]'[0x10][0x8f][0xb9][0xf1][0xe1][0x3][0xae]![0xf5]q[0x12]g[0xb8][0xea][0xae][0x3][0xce][0x12][0x1c][0x88]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]^[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xe4]][0xe2]9|[0x1b][0x4][0xf0][0x1f]"p[0x80][0xc0]3[0x4][0x5][0xba]X[0x83][0xf4][0x2]c[0xa2][0xb8][0x80]Q[0xe][0xbe][0x8b][0x99][0xc0]y~[0x93])Q[0xe][0x1e][0xe6][0xb6][0xba][0x1][0xe6][0xf][0x10][0xfa][0x7])[0xc2][0x1d]cJ[0x81][0x86][0x5][0x8e]1z[0xb2]}[0x86][0x1][0x81]}[0x4][0xc4]!Bt=F8[0xc0][0x93][0xff][0x8f]S[0xb4][0x19]Hq[0xa5][0xa9][0xad][0x14]OQ[0x4]g[0x16][0xc3][0x98][0xf5]E[0x16][0xf9]/[0x95][0xfa][0xf3]XKt[0xf6][0xd1]N4[0x97] v[0xba][0x9c][\r][0x12]<[0xc4]0~[0xa4]V~[0xea]![0x19][0xef]!a[0x11][0xc3]![0xb2][0xf0][0x89]z,[0xd7][0xbd]a%[0x14][0xb][0xb1]CG[0x18][0x94]5Hsj[0x12]%2[0x98][0x88][0xa1]|[0x92]p[0x8c]PW;B[0xbc][0xe6]A[0x8d][0xa9][0x1][0xf][0x9](;LuRT2[[0xd1][0x93]m[\r][0x3][0xb0][0x99]m[0x9d][0x12][0xfa][0x99]0[0xf3][0x1d][0x98]e[0xf][0xc6]m[0xab][0xae]2[0x8a][0xef]#[0xa2]r[0x8a]wE[0xe9][0xe2][0xb4][0x98][0xd3][0x1e][0x86][0xd0][0xe6][0x9b][0xf9][0xed][0xa4][0xc6][0xa1] [0xd1]?[0xef] N[0xab][0xb1]R;[0xcf]1[0xb2][0xf1][0x4][0xa3][0x87][0x88]v[0xd3]q[0xdf][0xc9][0x19][0xae][0xd7][0x14][0xf4][0x17]/[0x0]PK[0x7][0x8][0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/NDC.class[0x8d]RMO[0xd4]@[0x18]~f[0xdb][0xdd][0x96][0x82]|[0xac][0x80]|([0xe2][0x17]v![0xb1][0x7]I4[0xc1][0xe8][0x1]b$Y1[0x11]Cb<[0xcd][0xd6]Iw[0x96]n[0xa7]i[0xbb]D[0xcf][0xde][0xbc][0xfa]7<[0xc8][0x89]D[0x13][0x0]?[0x8a][0xf8][0xce]l[0x83][0xb0]l[0xb2][0xcc]a[0xde]v[0x9e][0x8f][0xf7]c[0xe6][0xf4][0xec][0xf7]_[0x0]O[0xb1][0xe1][0xa1][0x86]5[0x7][0x8f]=T[0xb0][0xe6][0xc2]w[0xd0]p[0xb0][0xce]P{![0x13]Y[0xbc]d[0xb0][0xfc][0xc6][0x1][0x83][0xbd][0xad]>[0xb][0x86][0xa9][0xa6]L[0xc4]^[0xaf][0xdb][0x12][0xd9][0x7][0xde][0x8a][0xe9][0xa4][0xde]T![0x8f][0xf]x&[0xf5]yh[0x17]m[0x99]3[0xcc]7U[0x16][0x5]<[0xe5]a[[0x4][0xb1][0x8a]6;[0xc1][0xde][0xce][0xf6][0x16]C5[0x8c][0x5][0xcf][0x18][0xbc]0V[0x89][0xd8]/xx[0xc8]p[0xd3]o4;[0xfc][0x88][0x7][0xbd]B[0xc6][0x81]9$[0xaa]#[0x93][0xb6][0xc8]d[0xc1]0[0xeb]_[0x81]ue[0xd5][0xbc]/[0x9f][0x19]"[0xb6]"a[0x84][0xa5]q[0xcc][0x93][0x88][0xb0]L&[0x11][0x81].[0x81];"-[0xda][0xa6][0xc7]][0xda]S[0x95]R[0xed][0xa9][0x10][0x87]:[0xf4]rB[0xe6][0xfc][0xab]R[0x9d][0xd5][0xe9][0x8a]<[0xe7][0x91][0x19][0xc0][0x10][0xef]Z&[0xba][0xea][0x88][0xd0][0xf1]\[0x14]o[0xf9][0x97]2[0x8f][0xed][0xef]j[0xb1][0xdb]=?a[0x94][0xd7][0xdb]W[0xbd],[0x14][0xaf][0xa5][0x1e][0x9d]K[0x13]z[0xa2][0x1d]'[0xe0][0xc0][0xa5][0x89][0xf]t[0xc5][0x0][0xea]h[0xd8]\[0x19][0xa6][0xff]W[0xf2][0xae][0xd5][0x11]a[0x81]{[0xa8][0xd2][0xfd][0xea]5N[0xf7]K[0x86]$[0x1e]3[0x17]O[0xa9])V[0xd7]O[0xc0][0x8e][0xe9][0xa3][0x2][0x8f]v[0xfd][0x8][0x80]g[0xb0][0xf1][0x9c][0x4][0xc0]D[0x9f]D[0xf1][0x6][0xc5]1L[0x9e][0x1b],[0xa2][0xbf][0x8c][0x98][0x19]q[0xcd][0x90]_[0x11]<[0x85][0xe9][0x92][0xb6]j[0xc][0x1][0xf7][0xf]*[0x1f]O`[0xfd][0x1a]`[0xbf]![0xd6][0xc][0xea]%{[0xc3][0xa0][0xb8]XQ[0x9f][0xf6][0xfe]B5[0xf4]P0k[0xaa][0x99][0xc3]|)\6[0x8]`[0xd5][0xed][0xc1][0xc][0x9f][0x88]p[0xb][0xb]%q[0xa9]$V[0xac][0x9f][0x3][0xe4][0xe5]#^>[0xe]#[0x8a][0x1b],}[0xc2][0x8b][0xce]p[0xa5][0x93][0x96]R'[0xc1]U[0x15][0x6][0x83][0x9b][0xbc][0x94][0x15][0xe0][0xb7]E[\r][0xa3][0xc]n[0x11][0xf8]rJ[0xc3]I[\r]clhj[0x18]W[0xb1]&[0x10][0xb4][0x8c][\r][0xc3][0x12][0x10][0x19][0x1]M[0xca][0x5][0xd7][0x11][0x88]g[0xd7][0xf4][\r]=e[0xe9][0x95]r[0x8a]6[0xcc]JyR Z[0xbd]W[0xb5][0xec][0xf2][0xdc][0xdd][0x9a][0xb9][0xa1][F[0xc5][0x15]P[0x17][0xe6][0xe7]odrK[0x2][0xfb]g[0xec]J[0xd5][0xd5]+[0xee][0xb2]n[0xd5][0xc][0xe5][0xb3][0xe7][0xcf][0x9f][0xb][0x84][0xe7][0xd3]K[0xe9][0xac][0xa7][0x10][0x9e][0xcb][0xe7][0x17][0xf2][0x9e][0xac]]I[0xe7]s,RX[0xb5][0x13][0x84]3[0xb9][0xf9][0x5][0x1f][0xe7][0x6]Hwvn[0xfa][0xf2]yc0J~[0xd2]YI[0xa3][0xdc][0xa7]jQ[0xd4][0x92]W[0xa0]7k;[0xe5][0x94][0xbe][0xae][0x97]n[0x19])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "mb-[0xb5][0xe8][0x98][0xb6]c[0xba][0xf7]([0xde][0xce]Yc[0xdd]1J[0xba]k[0xac][0x92][0x89]t/[0x10]`[0xd7][0xf4]a[0x8f][0xb4]+[0x1d][0x9][0x84][0xce][0x98][0x15][0xd3]='[0xa0]$[0x86][0x96][0xe9]t[0xc6]^5[0x4][0xba][0xb2]f[0xc5][0xc8][0xd5][0xee][0xac][0x18][0xce][0x92][0xbe]b[0x19]\[0x17][0xbb][0xa4][[0xcb][0xba]c2[0xf6]7[0x3][0xee]-[0xb3]*p$[0x91][0xd9][[0xb5][0xc][0xd3][0x85][0x8c][0xbb]5[0xdd]"[0x95][0xc3][0x89]:[0x8d][0x85][0x95]5[0xa3][0xe4]N[0xe]][0xa3][0xea]S[0xc9][0x85][0xdd]Xv[0xff][0x98]*[p[0xf5][0xd2][0xed][0x8b][0xfa][0xba]tG[0xf3]!p[0xb0]l[0xb8][0x85]=[0xcd][0xa0][0xd8][0xa9][0x8b]Q[0xb3]z[0xde]1(ig[0xc1][0x99]c[0xbf][0x2]/%[0xda][0xd4][0x89][0xfd][0x1f]%[0xbe][0xb4]e-[0xda][0xd5][0xaa]I>[0xfc]3[0xd3][0xa8][0xb2][0xed][0xd0][0xf5][0xb6]U[0xd6]\[0xdb][0xcb]U[0xe0]Pb[0xa8][0xd5][0xdc][0x4]];[0xc3][0xf1]u[0xba][0xf6][0xb6][0x9d]@*[0xb1]Wu[0xa8][0xad][0xa3]@5[0xed][0x94]9[0xa0]L{=e[0x83]s>M[0xdd]h[0x93]t[[0x86][0xae]U[0xe3][0xa6]^[0xb3][0xdc][0xdd]h/[0xb4][0x88][0xf6][0xd3]kgJ[0x96]?n[0x9d][0x5][0xbb][0xe6][0x94][0x8c]y[0x93][0xe7]h[0xff][0xb6][0xce]([0xfb][0x12]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xed][0xba][0xa4][0xfa][0x19]e[0xc3][0x89][0xe0]-[0xbc]-[0xd0][0xf3][0xaf][0xec][0x11][0x1c]G_[0x4]/[0xa1]?[0x82][0x1][0x96]F[0x91][0x8a][0xe0]$/c[0xb8][0x1d][0xa1][0x87][0x86][0xa4][0x9]^,[0x86]wP[0x89] [0x8b]K[0x2][0xdd]{([0xb3][0xfc][0x18][0xb0][0x8a][0xcd][0xcb]:[0xbb][0x9e]d[0x96][0x14][0x8d]X[0xf3][0x94][0xd2][0x4][0xed][0xcd]X[0x12]p[0xfb][0x97][0xf2][0xe9][0x99]9[0xba][0xc3][0xae][0x9d][0xf5][0x1e][0x9b][0x91][0x17][0xeb][0xfd]6[0xc1]x[0xab]Vz[0x87]m[0xac]f_[0xa8]e[0xff]A[0x83][0x97][0xe9][0xb1][0xec][0xa5]7[0xa7][0xb][0xf7][0xb9][0xb4]$[0xdd][0xe7][0xea][0xca][0xef][0x80][0xc4]=[0xa4][0xd3]Go[0xd2]+$w[0xe0]U[0xc2][0xaf][0xd5][0xe1][0x83][0x84]_[0xaf][0xc3][0xdd][0x84][0xdf][0xa8][0xc3][0x83][0x84][0x13]ux[0x88]p[0xb2][0xe][0xf][0x13][0x1e][0xa9][0xc3]o[0x12][0xa6][0x9e][0x12]>[0x1]H[0xef]'[0x1b][0xd0]X[0x3][0x1a]o@[0x13]uh?[0x2][0xc0][0x11][0x1a][0xa1][0xd3][0xb4][0x1b][0xf1]8[0xf0].[0xf9][0x81][0xe4][0x9f][0xf4][0xf9]-[0xb2][0xe][0xd0][0xf7][0x90][0xe4][0xef]e[0xf6][0x11]&[0xef]k[0xc1]}[0x99]4[0x97][0x11][0xc6][0x15][0x1c][0xc0]U[0xaa]_Qr'={[0x9f][0x9b][0xa5][0xe3][0xb2]*,q?:[0xa4][0xc4][0x1d]Qh[0xf7][0xc][0xce][0xfa][0x9e]?[0xa5][0x13][0xfa][0xf]A[0xff][0xf0]3([0xf][0xd0]3[0xfc]+[0x94][0x8b][0xc9][0xef][0x11][0x18][0xa1][0xdf]WP[0x3][0xdf]"[0xa0]l*[0x9b][0xa4][0xa2][0xc8] [0xe2][0xd2][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xac]RB[0x6][0x11][0x9a]2[0x80][0x1]:[0x8f]P[0xba][0xe7]([0x0]v[0xd6][0xbf][0x13]J?[0xde][0xc3][0x14][0xb9]K[0xcb][0xb2]*[0xa1]W[0xc5][0xf4][0x94][0xf8][0x93]`[0xc]3[0x98][0xf5]#[0xe1][0xda]s[0xbc]A[0xf2][0xae]n[0xee]$[0x1d][0x92][0x9b][0xd5][0xba][0x2][0x6]}f[0x81]9[0xcc][0xfb][0xc6][0x8b][0xa4][0xcd]^c[0x1c][0xfa]0[0xfd][0xbe][0xde][0xe]}'p[0x8f][0xe8]sI[0xd4][0xed])[0xef][0x84][0xe8][0x85][0xed][0x85][0x18]DG[0xd7][0x14][0xfd][0xc5][0xe2]<[0xb5][0xb1]C[0xb2]O[0xcb][0x9c][0xa9][0xc8][0xd1][0xd0][0xcf]P[0x8a][0xca][0x16][0xb4]B1[0xb0][0x85]p[0xa1][0x18][0xdc][0xa2]7[0xaa][0x18][0xda][0xc2][0xbe]BQ[0xdd]B[0xa4]P[0xd4][0xb6][0xe8][0x1f][0xe9][0xa1][0x8c]o[0xd7][0xed][0x17][0xfe]X[0xc5]h,.[0xb4]H8[0xf4][0xb0])[0xe1][0x7]-[0x12][0xe6]YjU[0xad]@s[0xb5][0xbe]ia[0x1c][0xa6]![0xbc][0xe8][0xe7][0xb3]k[0xfc][0x14][0x7][0x9a]=o6[0x18][0xe7][0xe4]][0xf6][0x82]g[0x8a][0x5][0x9f]b[0xcc][0xbf][0x11][0xda]1J[0xfa])[0xba][0x9a]Y~[0xa8]c[0xd1][0xa8]=}[\r],[0x97]|[0x96][0xb3]~[0xdb][0xc2][0xc7]h[0xee][0xa2]O[0x11]k[0xa6]yV[0xd7][0xae][0xb0]O[0xc3]R[0xbe][0xee][0xaa]2a[0xa1][0x99]0[0xe9][0x11][0xc6][0x9b][0x9][0xff]h [0xf4][0xb2]k&[0xd4][0xb0][0xb4]s[0xf3][0xef][0xc9];[0x7]\[0xfa][0x9][0xd1]b[0xfc]`[0xfc][0x90][0xf2][0x4][0x87][0xbf][0x83]&aw[0xfc]HH[0xc2]0[0xc3]X[0xed]D[0xfc][0xa8]*q[0x8f][0xc4][0xb9][0x81][0xf8][0xb1][0xa8][0xa7][0xb0]On[0xc]F[0xe3][0xc1][0xa8][0xa7][0x11]y[0xb4]3![0xde][0xb5][0x1e][0xa5]'t[0x9c][0xae][0xea])[0x92][0xce][0xd2][0x8d][0x99][0xa6][0xd3][0xcb]2[0xf8][0xe5][0x0]PK[0x7][0x8][0xe2]v [0xf7][0x4][0x5][0x0][0x0][0x5][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/log4j/PropertyConfigurator.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86]3$CR.[0x9][0x94]@[0xb8]g[0xd1][0x96][0x82][0xd4][0xa9][0xd4][0xb2])[0x8][0xa9]Bb[0x81]F[0xb4][0xe2][0xba]v&[0xce][0xc4][0xd1]d[0xbf][0x0][0xd8][0xc3]R[0x1e][0x19]L[0xbb][0x98][0xc9][0xc3][0xc1][0xac][0x8b]9[0x17][0xf3][0x84][0xec][0xa1][0xe]t|DH[0x95][0xca]UB[0xfa]8[0xac]K[0xc2]HE[0x7][0xf2][0xa2]s[[0x93][0xd1][0xb5][0xa8][0x19]F[0x8a][0x95][0xd0][0x17][0xa6]*"[0x9d][0xd4]=0[0x1d]+[0xdd]&[0x94]+a[0xd4][0xf0]DK[0xf8]Jz&l[0xec]7=%MKFm[0xef]ZER[0xd4]-[0xf7]\[0xb4][0xe][0x8]y_iS[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]a[0xfe]z[0xa9][0xd2][0x14]w[0xc2]3"hx[0x97][0xb5][0xa6][0xf4][0xe3][0x83][0xf2]_[0x88]0[0xd8][0x12][0x91][0xc][0xe2][0x1e][0xad][0xd8]o[0xc4]Q1a[0xb2][0xdb][0xe9][0xc4][0xda]x[0xa7][0xa2][0xad][0xe2][0xc4]'7[0x87][0xae]b[0xe1][0xdf][0xb0][0x3]k[0x9c][0xef][0x80][0x8d]\[0x85][0x9d][0xc8][0x97]':9[0xc8][0xf8]o[0x9f];[0x89]J[0x1]Y[0xb8][0xdc][0xea][0xa3]X[0xc0][0x2][0x16][0x9][0x1b][0xff]<6a[0xf9][0xdb][0xf0]Y[0xa0]d[0xa4][0xad][0xcc][0x8f])B[0xc6]7a[0xc0]V&J}n[0x0][0xbb]H[0xf3][0xeb]%[0x9f][0x3]J[0x8c]q[0xcc]q[0xe5]q&[0xce][0x99][0xcd]'[0xd0][0x83]m[0xf]p[0xcc]Zp[0x9]y[0x8e][0x85][0xee][0x0][0x6]y[0x5][0x8c]a[0x8][0xc3]=[0xb2][0xe2][0x9c][0xe2]<[0xba][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7]|[0xfb][\r][0xb9][0xed]G[0xa4][0xee][0xe9][0x9e][0xb1][0x94][0xd5])[0xf2][0xb6][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]W[0xb9]^c[0xe6][0x86][0xd5]\[0xee][0xf2]z[0x9a][0xc9]j[0x84][0xb2][0xbb][0x8c]1[0xcb][0xc1]8[0xa3]9[0xd0][0x7][0x86]]Lpg[0xd2]z[0x9b][0xfa][0x2]PK[0x7][0x8]2[0xe9][0xa8][0xd4][0x83][0x1][0x0][0x0][0x8e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/log4j/internal/MessageFormatter.class[0x8d]T[S[U[0x14][0xfe]69[0x97][0x90][0x6][0x1a][0x91][0x83][0x8d]M[0xbc]UiH[0x91][0x8][0xd4][0xf4]BA[0xb9][0x14][0x9b][0x1a].%[0x88][0xd5]q[0x94]Cr[0x8][0x81]p[0x92]99[0xb1][0x8c][0x88]3:[0xda][0xb1][0xe3][0x83][0xfa][0xa0][0xce]t[0x1c][0xcb][0xd4][0x87]>[0xf8][0xd2][0x8e]3a[0xaa]3>[0xf8][0xe8]/[0xf2][0x81]i[0xfd][0xf6]I`J[0x89]3[0x5][0xb2][0xf7]Zk[0xaf][0xfd][0xed][0xb5][0xbe]o[0x91][0x1e][0xfc][0xf1][0x17][0x80]A,[0x4][0xd0][0x8e][0xa4][0x8e]3[0x1][0x9c][0xc5]9[0xb9][0x9c][0x97][0xcb][0x90][0x8e][0xb][0x1]h[0x18][0x96][0xce][0x88][0xb4][0xde][0x90][0xcb][0x9b][0xd2][0x1d][0x95][0xd6][0x98][0xb4][0xc6]uL[0x8][0x1c][0x99][0xb8][0x98]NM}[0x94][0x99][0x1f][0x9d][0x9b][0x17][0x10][0xe3][0x2]m[0xe3]%[0xbb][0xe2][0x9a][0xb6][0xbb]`[0x16][0xab][0x96][0x8f][0xf]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xf6][0xd2]ffedK@[0xbb]P[0xb0][0xb][0xee][0x88][0x80]/[0xd6][0xb3] [0xa0][0x8c][0x97]r[0x96][0xc0][0xd1]t[0xc1][0xb6][0xa6][0xab][0xeb]K[0x96]3o.[0x15][0x19][0xe9]H[0x97][0xb2]fq[0xc1]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]o[0x4][0x15]w[0xa5]P[0x11][0xe8]M[0x97][0x9c]|[0xc2],[0x9b][0xd9][0x15]+Q,[0xe5]O[0xaf]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6]k9[0xb6]YLLY[0x95][0x8a][0x99][0xb7]&K[0xce][0xba][0xe9]26[0xc4]'[0x97]=G[0xe0]l,[0xbd]j~l&[0x8a][0xa6][0x9d]Od\[0xa7]`[0xe7][0x87][0x1e][0x89][0xcc],[0xad]ZYw[0xa8][0xe7]p[0x12]_[0xae],U[0x97][0x5][0x8e][0x1d]:[0x1b][0xab]./{[0xaf][0xb4][0xe6][0xac]ba=[0xe3][0x96][0xca][0x2][0xed][0xeb][0xf5]*f[0xbd][0x12]l[0xd9]M[0x13]L[0xbf][0xe9][0xe4][0xab][0xeb][0x96][0xed][0x1e][0x16][0x84][0x81].[0x81][0xf8][0x93][0xcb]G[0xfc] &[0xf1]V[0x10][0x97][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]2[0xde][0x16][0xe8]j[0xae][0x81][0x4]O[0x7]1[0x85][0xe9] f0+[0x97]+[0xd2][0x9d][0xb]"[0x83]y[0x89][0xf2][0x8e]@[0xe8]q[0x1a][0xe][0x84][0xea]p[0x2][0xba][0xec]mc[0x86][0x82]+[0xb1]T[0xf]%[0xd0][0x8a][0x8d][0xce]9[0xb5][0xd2][0xcd][0xae][0x98][0xce][0xa8][?[0x1e][0xaf]o[0x1c][0xe6][0xd6]Ju[0xa9][0xd2][0x80][0xe8][0x8a][0xa5]RM[0x19][0xd6][0xcc]r[0xd9][0xb2]s[0x9c][0xe2]&[0xba][0x1d][0xbe][0xb1]?_[0x7][0xd2][0xff]W[0xc2][0xfd]t#[0xd6][0xfc]y[0xbf][[0xda][0xeb][0xb2]3[0xd6]4C[0x95][0x95][0xa7][0xf0]"Z[0xf8]-[0x1][0xae][0xc7]p[0x14]![0x8]<[0xe5]y[0x1d][0xf4][0x9f]~[0xc4][0xef][0x84][0x8f]6u[0xe5][0xfa][0xc]#[0x9][0xee][0x82][0xbb][0x1a][0xdf][0x81][0xb8][0xd7][0x0][0x0][0xbf]=d[0xf0]Y[0x84][0xb9][0x6][0xeb][0x9][0xf4][0x8e]soE[0x4][0xd1][0xfa]e[0x91][0x84][0x2][0x9d][0xb1][0xcf][0xe2][0xa1][0xcd][0x1a]|[0xc3][0xf1][0x1a][0x94][0x91][0xd0]FR[0x89][0xb4][0xdc]B [0xa2],F[0xb7][0x9]|[0xb7]n[0xf8][0xe2][0xdc]kP[0x93]j[0xe4][0x17][0x4][0xe9][0xe4][0xa4][0xa3][0x18]jhk[0x1b][0x1]C[0x9]}[0xe0]%[0xff][0x9][0xed][0xbd]h[0xa8]sq[0x7][0xfa]y-[0xac][0xc5]}[0x91][0x1a][0xfc]5[0xb4][0xbe][0x1b][0xd6]N[0xd5][0x10][0xe0][0x16][0x8f][0xa8][0xc4]9R[0x8f][0xd5][0x10][0xbc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xd5]cl[0x14][0xe8]gM[0x3][0xac]z[0x90][0xde][0x19]V{[0xe][0xcf]a[0x18][0xaf]`[0x14]}[0xcc][0x18][0xc0][0x4][0x86]8])9[0x9d][0x98][0xc6]U[0xe]^[0xe][0xb3]X[0xc3][0x15]l`[0xce][0xeb][0xf8][0x12][0x11][0xae][0xa2][0x9b][0xf7][0x9e]'[0x13]}<}[0x81]X[0xaa][0xec][0x94]D[0xbf][0x4]x[0xd6][0x9][0xbc]L[0x1e]t\#v7y[0xb][0xc2][0xc1]IZ>[0xe6][0xda][0x88]qU[0xd0][0xc3][0xcc][0x10][0xb4][0x7][0x88][0x8][0xfe]h[0xbb]0D[0x9b][0xf0]8[0x8c]78[0xfc][0x9b]Y[0xad][0xcc][0xba][0xef][0x1b][0x91][0xf4]%[0x15]I[0x0][0xd9][0x18][0xf0][0x18]P}I[0xcd][0xd0][0xd4][0xdb][0xb8]N[0x8a][0xa3]5[0xb4]%uC'[0xb9]ACW[0x16][\r]e[0x1b][0x91][0xe8]M[0xc9]ZX[0x8d]G[\r]e[0x8f])U[0xb2][0x12][0x97])[0x92]b[0xbf][0xe1][0xf]m[0xdd]BW[0x93][0x1c]/[0xa4]7B[0x86]v[0x13]ma[0xd5]c[0xf9][0xe][0x2]a[0xb5]WZ[0x86][0xae].[0x8e]|[0xa9][0x89];[0xf]?i\[0xa7],[0xaa]$~[0xf]d[0x9f][0xfe][0xf][0xbd][0x89]Z%[0x15]k[0xf0][0xa3][0xc8][0x19][0xb3]I`[0x99]T8[0x14][0xa2]J[0xda][0xaf]Q[0x88]M[0x12][0xff]))[0xfd][0x1c][0xef][0xe3][0xb][0x98][0xf8][0x8a]Y[0xd7][0xe1][0xe2]kFn[0xd0][0xfa][0x6][0xdf][0xe1][[0xfc][0x84][0xef][0xf1]3On[0xe3][0x7][0xfc][0x86][0x1f][0xf1];#R[0x9a]e[0x4]xo[0xcc][0x13][0xc4]Od[0xd7]#_[0xe7][0xd9][\r][0x9c][0xa2][0xa5]I*[0xf7]E[0xba][0x8f]^O$i[0xbd]J[0xab][0x85][0xbf];[0x14]T[0x8a][0xe4][0xc7]=N7[0xe9][0xef][0xc2][0xaf][0x9e][0xd4]*_j[0xc7]k[0xbc][0xab]y[0xc2][0x9d][0x84][0xff]![0x81]u[0x1d][0xfd][0x9c]([0xfe][0x9][0xa1]c[0x90]h[0xbb][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]c[0x17]'[0xc4]q[0xed]_[0x16]$p[0xda][0xfb][0xcf]y[0xfd]?PK[0x7][0x8][0xde]H[0x18]WV[0x4][0x0][0x0][0xb4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/apache/log4j/spi/Configurator.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xe7][0xfc][0xbc][0xb4][0xcc][0xf4][0xd2][0xa2][0xc4][0x92][0xfc]"[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],[0xfd][0xe2][0x82]L}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%@[0x83][0x19][0x19][0x98][0x18] [0x80][0x91][0x81][0x19]H21[0xb0][0x0][0x0]PK[0x7][0x8][0xcc]T[0x10]gn[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/log4j/spi/LoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xd1][0xdc][0xc4][0xec]T[0xbf][0xd4]r[0x9f][0xfc][0xf4][0xf4][0xd4]"[0xcf][0xbc][0xe2][0x92][0xc4][0xbc][0xe4]TF[0x6]][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],}[0x88]6kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c][0xa0]f![0x88][0xb0][brI~Q[0xa5][0x1e][0xc8] F[0x6]%[0xc][0xcd][0xc5][0x5][0x99][0xfa](*[0x19][0x19][0x4][0x10][0x96][0xfa]'e[0xa5]&[0x97][0xb0]120201[0x80][0x0]#[0xb]#[0x3]3[0x3][0xb][0x88][0xc5][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8][0x95][0xb5][0x9f][0xca][0x9f][0x0][0x0][0x0][0xd0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/log4j/xml/DOMConfigurator.class[0x8d][0x92]]O[0x13]A[0x14][0x86][0xdf][0xa1][0xcb].T[0x84][0xf2]U[0xf1][0x1b][0x88][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0x89]A[0xe3][0x5]jb[0xb0]\[0x90]U[0x12][0x10][0xb8][0x9e]n[0x87][0xed]4[0xbb]3[0xcd]t[0xab][0xf5]gye[0xe2][0x85]?[0xc0][0x1f]e<3[0xac]B[0xb5][0x11]7[0x99]3s[0xce][0xbc][0xcf]9gO[0xe6][0xfb][0x8f][0xaf][0xdf][0x0]la[0xad][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nG[0xb8][0x13][0xe1].C[0xf8]BiU[0xbc]b[0xa8]4[0x1e][0x1e]3[0x4];[0xa6]-[0x19][0xe6]b[0xa5][0xe5][0xbb]A[0xde][0x92][0xf6][0xbd]he[0x14]Y[0x88]M"[0xb2]ca[0x95][0xf3][0xcb]`PtT[0x9f][0xe1]~ll[0xca]EO$[0x1d][0xc9]3[0x93]>[0xed][0xf2]a[0x9e][0xf1]7[0xfb]ow[0x8c]>U[0xe9][0xc0][0x8a][0xc2][0xd8]m[0x86][0xe9][0xa4][0xf4][0x89]]ix[0xea][0xe3]V[0xc2][0xdb]&[0xe7][0xcd]L[0xe6]R[0x17][0xdb][0xae][0x89]H[0x9e]9[0xc][0xcb]c5[0xc][0xf3][0xbf][0x13][0xbd][0xd6][0xed][0x13]Q$[0x1d][0xd2]6[0xe2][0xae][0xf8] x&t[0xca][0xf][0xb][0xab]t[0xea][0xb3]M[0x9d][0xaa]Lj[0x91][0xfb][0x9f][0xf8]K[0xc1]P[0x1f][0xc3][0xed]90[0xec]I[0xab]L[0x9b][0x81][0xed]1T[0x9b][0xc3]D[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "et?[0xc2]*uPRZ[0x16][0xfc][0xe8] [0xf6][0x95]*[0x3][0x9b]1[0xcc][0x8e]^[0x10]zh[0x6]6[0x91][0xbb][0xca][0x8d]l[0xe9][0x8f][0xa9][0xd3]a[0x2][0x11][0xd9]*[0xed] ([0xc0]:[0xa6][0xe8]4s&[0xc2]4[0xdd][0x80][0xec][0x15][0x1f]q[0x9]6i[0xb9][0xbb][0xb]p[0xe8][0x3][0xf].[0x80][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W1[0xeb][0xc1]9[0xd4].[0x3][0x1f][0x8d][0x80][0xf3]X([0xc1][0xc5][0x12]|F[0xab]2[0xe]|[0xe2][0xc1][0xba]o[0xfd][0x17][0xe8]NKX&[0xeb][0x9a][0xae][0xd1][0xdd]?k?[0x1f]S[0xbb]N+ [0xef][0x9a]O[0xb1]rY[0x8a][0x97]#)[0xae][0xe3][0xc6]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x9b]^[0xeb]'PK[0x7][0x8][0x98][0x12][0x98][0xd5][0xcb][0x1][0x0][0x0][0x9b][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/apache/logging/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$1.class[0x95][0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xf8][0x97][0x18][0x5][0xd3][0xdb]XX[0xbb][0x4][0xbd]AP[0xb0][0x10][0xb][0xbd][0xc0]&[0x19][0xf2][0xc3][0xb2]+I[0x14][0xcf]f[0xe1][0x1]<[0x94]8[0xc1][0xd6][0xc6][0x19]f[0x1e][0xc3]{[0xf3][0xbd][0xde][0x8f]'[0x80]5&[0x1e]<[0xf]cBpr[0xd7]:[0xe5]]i[0x98]0[0x8f][0x8d]kX'[0x86][0xcf]E[0xcd]:[0x8b][0x9d]m[0xf9][0xde][0xae]*}[0xd3][0x84][0xd9][0xd6][0xa6][0xe2][0x97]6?p[[0xb8][0xcc]C@[0x88]\[0x9d]+}[0xd1]i[0xc1][0xca][0xb8]<[0x17][0xb7][0xd3]M[0xa5]~[0xb3][0x96][0x11]a[0xba][0xb7][0x96][0xeb][0xd8][0xe8][0xa6][0xe1][0x86][0x10]vxe[0xb4]|[0x1e][0x93][0x8a][0xd3][0x96][0xa0][0xfe][0xa4][0x86][0xb][0x10]z[0xf8]V_[0x1a]r[\r]0[0x14][0x1d]`$[0xdb][0x97][0x9]$C] [0xf4]?PK[0x7][0x8][0xfd]UCy[0xad][0x0][0x0][0x0][0x8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.class[0xad]Wmp\e[0x15]~[0xde][0xdd][0xbb]{[0x93][0xcd]M[0xd3][0x84]4%i[0x81][0xd2][0xa4]e[0xbb]I[0x8][0xb5]-[0x96]&DK[0xa0][0x90]6M[0x80][0x94][0x96][0x82][0x1f][0xbd][0xdd]^77[0xdd][0xec][0xa6]wwC[0x8b][0x1f][0xf8][0xc1][0xa7][0x82]"[0xda]**~[0xf0][0xd1][0xa8]#3v[0x6]$[0x1]F[0xfd]][0x9d]Q[0xc1]q[0xd4][0x19][0x1c][0xfc][0xe5]o[0xff]v[0x90][0xf2][0x9c][0xf7][0xde][0xdc][0xee]&[0x17][0xa7]m[0x98]$[0xef][0xfb][0xde]s[0xdf]s[0xce]s[0xce]y[0xde][0xf3][0xde][0x9c]}[0xff][0xf5][0xdf][0x2][0xd8][0x82][0xd9][0x14][0xd6][0xc1]N[0xe1]Z[0xd8][0xf5]\[0x1d]6[0x91]M[0xc1][0xf0][0x1f][0x8e][0xa4][0xe0][0xe0]s2[0xe4][0x1a]0[0x1]WV[0x93][0xb2]:*[0xab][0xbc][0xc]S2[0x14]DVl[0xc0]4[0x8e]5[0xc0]CI[0x86][0xb2][0x89][0x8a][0x88]g[0x1a][0xf0][0x0][0x8e][0x89][0x93][0xe3]2[0x9c][0x90][0xe1]Ay[0xf1]y[0x13]_h@[0x7][0xbe]([0xc3][0x97][0xc4][0xcc]C[0xa2][0xf7]eY}[0xc5][0xc4][0xd7]L2T,[0x94][0x9d][0xe3][0xe5][0xae][0x5]S[0x84]fHF[0x14]F[0xd3]K[0x91]oZ[0x8e]]s[0xca])[0x95][0xec][0x9c][0xe]j[0x89]e[0x5];[0xc2][0xdf][0xfd]U[0xa2][0xb1][0xc3][0x93]N[0xb6][0xbc]<[0x8][0x86][0xed][0xe5][0x98][0x9e]+"[0xec][0xb2][0x12][0xd3][0x15]r[0xe0]P[0x4][0x8c][0x8f]8[0x11][0xf1][0xa3][0xce][0x9][0x85][0xc4][0x8c][0x10]L[0xa1]q[0xbc]lg[0x8f][0x92];Aq[0x93][0x84][0xb1]3[0x9f]W[0xd8][0x93]^[0xc4][0xbc]e9M[0xce][0x4]|n[0xcc]V<[0xcf])[0x94][0x17][0xf8][0xdd]V[0xcb][0xb0][0x13][0xd3]>[0xcb]L[0xe2][0x96][0x96]Y[0xff][0xba][0x80][0x82][0xc]{[0xe5]b[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8b]D[0x11][0xa1][0xca][0xd1]=[0xb4][0x18]S[0xe4][0xbe]e[0xe1]Lde[0xb][0xf1][0xea][0x99]Y[0xa7][0x88]%[0xf3][0x84]6[0xb7][0xf9][0xf3][0xaa][0xda][0xb2]ti1U[0x1b]k[0xfa][0x97]B[0xcc]%[0xa9][[0xab]6[0xf][0x97][0x1d][0xcf].[0x17]=[0xee][0xed][0x8f][0xb2]q[0xd1]-[0xec][0xae][0x8][0xa3][0x3][0xcb][0xb0]8[0xd8][0xcf][0x96][0xcd][0xb6][0xce][0xe6][0xac][0x90][0xd2][0x91][0xeb][0xa3][0xc1][0xbe][0xec][0x9a]x\[0xe1][0xc6][0xf4]%[0xe7]ts[0xbf]t[0xd7][0xd8][0xf1][0x1b][0x14][0xb6]\[0x86]2q[0x8c][0x17]+^[0xd6][0xd9][0xe5][0xca][0xd1]\[0x13][0xbd][0xf1]z[0x9][0xc6][0xc2]&d,t[0xa2]K[0xa1][0xf9]B[0x12][0xee][0xb0]K[0x13]L[0x84][0x85][\r][0xd8]h[0xe2][0x9][0xb][0x1f][0xc3][0xd7]e[0xf8][0x6][0xcf][0x97][0x85]'[0xf1][0x94][0x85]o[0xe2][[0x16]n[0xc2][0xd3]2|[0xdb][0xc2]3[0xf8][0x8e][0x85]A|[0xd7][0xc2]I[0x9c]2[0xf1]=[0xb][0xdf][0xc7][0xb3]<[0x8a][0x16]~[0x80][0x1f]Z[0xf8][0x11][0x9e]#y[0x17][0xa7]O[0xac][0xfc][0xd8][0xc4]O[0xc4][0xf4][0x16][0xb][0x7][0x5][0xca]^[0x19]~[0x8a]S[0xec]w[0x11]E[0xb1][0xf0]3uZ[0x96][0xdc]A[0xd4]J[0xf2][0xfe][0x1a]w[0x96]hP[0xd4]_SQ[0xbd][0xa7][0xce][\r][0xeb][0xd8]V[0xb3][0xbd][0xaa][0xf][0x99][0x13]viTc[0xe0][0xd7][0x10]Se[0x14][0xf4]Ck:2[0xbc][0x8d]Q[0x9][0x8e][0xda][0xb8][0xa2][0xb6]M[0x13][0x8b][0xee][0xa1][0x1a]V[0x92][0x91][0xeb]r[0xd5]q[0x11][0xb4][0xca][0xa4][0xe7]L[0x15]g[0x1c][0xf9][0x12](N/v[0x1f][0x16][0xa6][0xef][0x12][0xd9][0xc8]O[0xdf]u[0xfc]SX[0x8f][0x18][0xd8] [0xf8]a[0xdc]"[0xfd][0x80][0xb2][0xeb][0xb8][0x8e]![0x8d][0x14]G[0xf6][0xf]J[0xba])[0xd9][0x83]8W[0xc0][0xaa][0xcc]k[0x88]e[0xe2][0xaf]"[0x9e]y[0x3][0xc6][0xc1][0xd7][0x90]x[0x15][0xc9]3Z[0xa5]G[0x1b]18[0xe6]9[0xba][0xa8][0xc7]$Z1[0x85]^J,_[0x19][0xd7]c3g%-!0[0xa1][0xed][0xb5][0xf9]:[0x81]=Ym[0xc5]6Z[0x14][0xcb]7[0x6][0x96][0xf]PO4[0x9b][0xbb]{[0xe6]P[0xf7]L?[0x82][0x4][0x1e]E[0x13][0x1e][0xd3][0xa6][0xd7][0xf9]J[0xa1][0xe9][0xe6][0xc0][0xb4][0xac]>[0x8e][0xed][0xd4]T[0xec][0x8a];[0x2]'3[0x81][0x93][0xce][0xcc]+Hv[0xcf][0xa3]>[0xc6][0x9e][0xd8][0xa2][0x1f][0x18]Pj[0x1e][\r]q[0x1c][0x10][0x0][0x96]v[0x1b][0xaf][0xca][0xd2]I4[0xe2][0x14][0xd6][0xb2][0x97]^[0x8b]g[0xab]\w[0x86][0xae];[0xd1][0x1f][0xb8][0xee][0xc4][0x0]W1[0xdc][0xac]m[0xa8][0xb5][0x14][0xe][0xe2][0x13][0x14][0x8][0x86]wi.[0xc1]yl[0xe][0x8d]{[0xe9]u[0x5]q4)[0xcc]c%?[0x99]{[0xe7][0xd1][0xac]h[0xb][0x17]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xc7][0x15];[0xc][0x81][0xd7]n[0x4]`W[0xfb]O="h[0x8d][0xc1]G<{[0xfe][0xac][0xc6]kh[0xbc]W[0xc3][0xe4]x[0x9a]O[0xb3][0xa8][0xc3][0xcf]I[0x8e]_0[0xcb][0xbf][0xc4]n[0xfc][0x8a]-[0xfd]e[0x8d]=[0xc3][0xb7]i[0x12]J[0x10]Ktca[0x14]c[0xf8][0xa4]&[0x96]A[0x12][0xed][0xe4]*[0x86][[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xbb]t[0xf8].[0x1d]D[0xd8][0x84][0xf8][0xff][0xd0]jb[0xc8][0xc4][0xad][0xdb][0xce]Q[0xe8]s[0xf2]6n[0xdc][0x85][0xdb][0x83][0xa8][0x9f][0xe1],[0x8e]60[0xda]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{{[0x82]@[0xdb]z[0x16][0x2][0x1d][0xcd][0xf4][0xfe][0x6]m[0x8c][0xe5]?U[0xb1][0xf8][0xb9][0x9f][0xe7]`[0xaf]3[0xdf]o0[0xb3]o[0x86][0xb9][0xef]@R[0x17][[0xaa][0xb0]![0xc4][0xbf][0x1]w`[0x98][0xae]o[0x9]y,[0x92][0xdd]\[0x9][0xd6][0x6][0xc4][0xde][0x83]I[0xa0][0xe7][0xb0]&[0xc0][0xb9][0x87][0xaf]F[0xc2][0x93][0xd3][0xaf]i[0x9][0xd4][0xf3][0xe4][0xac][0xe6][0xdf][0x95][0x17]N[0x8b]O[0xbf][0xb3]D[0xf4][0x7][0xe6][0xf5][0x8f]U'[0xa5]>[0xf0][0x1e][0x93]+[0xd3]7[0xa4][0xe8]I[0x97]y[0x9f][0x14]l[0x1e][0xed]A[0x85]G[0xba][0x83][0xc0][0x7][0xbb][0x83][0xc0];$[0x17]k[0xfc][0x14]p[0xb5]6[0xa8][0xba]j7N#[0xd5];[0x87][0xab]fQ[0xdf][0xdb]n[0x90][0x93][0xd4][0xb8]Za[0xf6][0xfc][0xef][0xce][0x84][0xf9][0xc9][0xf0][0xe0][0x3][0xc2][0x95][0xf8]3[0xab][0xf9][0x17][0xca][0xde]"[0xed][0xdf]f[0xac][0xc5][0xad][0xf8][0x1b][0xe3][0xfe];[0xee][0xc4]?0[0x8e]j[0xbc][[0x89]i=[0xd1][0x8e]R*Qui[0x6][0xc4][0xa9][0xd3][0x8e][0xbb]4[0x17][0x9a][0xa8]w7[0xf7]K\[0xfb][0x82][0xb8][0x16][0x18][0xe0]k[0xee][0xe3][0xca][0xdf]uO[0x90][0xd5]k`[0xbc][0x87]&f[0xf5]}l5[0xb1][0xdf][0xc4][0x1][0xfe]&[0xce]3K[0xca][0xc4][0xbd]:1[0x7][0xc3][0xc]O[0xe9].[0x6]t[0xc4][0x7][0xd6]07[0xf1][0xe7][0xd1]8[0x87]k[0xe]<[0xac][0xd4][0xec][0xf9][0xff][0xea]^u&[0xc6],[0xe3]?[0xb][0x91][0xfc]$[0xe][0x19]F[0xe][0xb8][0xe9][0x93][0x18][0x8a][0x94][0xfb][0x85]i2[0xd4][0xbb][0xa9]}[0xcf]0[0xb5][0xba][0xe1][0xe]Yl[0xa6][0xab]7[0x15]<[0x11][0x5]3[0xe4][0xc3][0xa7][0xe6][0xb0]szr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xb9][0xeb]g[0xab][0xdf][0xa0][0xf8][0xec][0x8e][0xa1][[0xdc][0xf3][0x1d][0xf1]O[0xb3][0xf3]c[0x86]*&M[0x9b][0x13][0x88][0xb4][0xd5][0x9f][0xeb]5[0xef][0xc][0x89][\r]6[0xc1][0x95][0x9f]U[0x98][0xca][0xb0][0x1c][0xf6][0xc4][0x94][0x14]/[0xcc][0xe7][0xe2][0x85][0x2][0x87]*#[0xb7]c[0xfb]NS[0xbc]2[0xe4][0x6]N[0xc7][0xcf][0x9f][0x97]IU[0x8c]a[0x9c]a[0xed][0xa2][0xb9]d|U[0xc5]U[0xe4][0xa5][0xb9][0xa1][0xe2][0x16]n[0xab][0xb8][0x87][0x19][0x15]E[0x94][0x18][0xb4][0x1][0xc1]t4[0xa3]_"]Z[0x83][0xae][0xae][0xc2][0xb0]R[0x1c]X[0xbf]J[0xb5][0xd4][0xc0][0xc][0xb2]tc[0xcb]_[0x9a].f[0x12][0x7][0xb4][0xa4][0xe0]*g[0xf4][0x0]#[0xe5]c[0xb0][0xef][0xd4]I[0xe0]2Yy{[0x3][0xb3]HQ[0xb9][0x93][0xd4]SO&a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0xa8][0xcd]Ja[0xba][0x80]U$[0x83][0xb1][0xd1][0x9f]H[0xbc]g[0xc7]H[0x96][0x8f][0x90][0xfa][0xd6][0x3][0xa5][0x83][0xc1][0x85]>[0xc8]([0xae][0xe1]:[0xb5]_[0xa5][0xb0]][0xc8]K[0x82][0xc8][0x84]c=[0xc8][0xdc][0x11]F[0xa2][0x94][0x8d][0x80][0x92]?[0x99][0xd9][0xa5][0xc8][0xde]ML[0xd3]xV[0xee][0xd1]y[0xbc]t[0x94][0xb7][0x15][0xe2][0xdd][0xe9][0xf1][0xee]RO[0xf2]h[0xbb]iL[0xf2]6c[0x8a]T$.[0xd9][0x87]{[0x17]*[0xf2]>[0x1e]P[[0x8]y[0x1e]R[0xfb](X[0xc4],[0xe1][0xe9] [0x9d][0x83][0xcf]D[0xf1]{!|[0x19]s[0x11]|[0x19][0x8f]{[0xf8]'[0xf4][0x9f][0xf]z[0x1a][0x8d][0x83]"[0x13][0xb8]$[0x8b][0x9b][0xc8]P/K[0xb3][0xb3][0x1]PK[0x7][0x8][0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/logging/log4j/EventLogger.class[0x9d]TmS[0x12]Q[0x14]~. [0xcb][0xcb][0xfa][0x12][0x91][0xa5][0x95][0xef][0x11]h[0x8a][0xa5][0x96][0xa6]e[0x88]`*[0xe0][0xa4][0xe][0x1f][0xea]Cs[0x85][0x1b]b[0xcb][0xae][0xb3],[0xe6][0x1f][0xe9][0x87][0x84]3[0xa5]}[0xe8][0x7][0xf4][0xa3][0x9a][0xce]][0x8][0xad]D[0xd4][0xd9][0x99]{[0xcf][0x9e]{[0xce]s[0xde][0xcf][0xcf]_[0xdf][0x0][0x98]B[0xda][0x87][0xe][0x84][0xbd][0xf0]""[0x8f]Q/[0xc6][0xf0]HR[0xe3]~L [0xea][0xc1][0xa4][0xf][0x8f][0xf1]D[0xc1][0x94][0xf][0xd3][0x98][0xf1][0xe1])[0x9e]y0[0xeb][0xc7][0x1c][0x9e]+[0x98]gP[0x13][0xd9]Df[0xfb]}:[0xb6][0xb9][0x9e][0xd8]d[0x18]L[0x19]f![0xca][0xf7]ynWD5[0xa3]P([0xea][0x5]yO[0xef]E[0xd3][0xdc][0xfc](LRqeb[0xe9][0x4]C [0xb5][0xc7][0xf]xT[0xe3]$[0xb1]e[0x99]$Ho[0xed]qC/[\[0xb7][0xb2]\[0xab][0x8][0x92]M[0xbe][0x89]g[0x18][0xdc][0xa9][0x8d][0x95][0x15][0x89]?[0xde][0x1c][0xbf][0xbc]_[0x8c]&[0xe]-[0xa1][0xe7]E>E/[0xb6]-[0xf7]BQ/Z/[0x19][0x9c][0xe1]H[0x96][0xe0][0xe2]F[0x9e]P;SE]d*[0xa5][0x1d]an[0xf3][0x1d]MHg[0x8c][0x1c][0xd7][0xb2][0xdc],[0xca][0xff]:[0xd3]e[0xed][0x16][0xcb][0xc][0xa1][0xe6]6[0x13][0x7]B[0xb7][0x1a][0xc6]<[0xc4][0xb4]9[0xc][0xf3][0xe1][0xe6]J%Q.[0xf3][0x82][0x90]AWrV[0xc5][0x14][0xf9]en[0xf1]t[0x8d];/[0xdd]t[0x96][0xca][0x5][0x86][0xd9][0xeb]B0[0xbc][0xbb][0xb6][0xf9][0xe6]z)q 4[0xdb][0xbd]6M[0x92][0xc][0x3][0xad][0x84])%[0xb]9[0xad]^[0x1][0xdf][0x96]Q1s"Y[0x94][0xa9][0xed]:[0x93][0xb9][0x9][0xd9][0x7]*n[0xe3][0x8e][0x8a][[0xe8]V[0x11]D@[0xc1][0x82][0x8a][0x17][0x18]Q[0xd1][0x89].[0x5]/U,[0xe2][0x15]Y[0xb6][0xbb]MAL[0xc5][0x12][0xe2][0xc]#[0x97][0xa9][0x8c][0x82]e[0x15][0x9]$[0x15][0xac][0xa8]x[0x8d]U[0x6][0xff]_[0xaf]k*[0xd6][0x91]"[0x9f]N[0xfb]qcgO[0xe4][0xa8][0x8c]}[0x17][0x7]H[0x95][0xda]H&[0x19][0xc6][0xae][0xd0][0x94]42[0xf4][0xb4][0xfa]![0xa1][0xcb]&[0xcb]3|[0xe][0xff]?[0x8][0xad][0x12][0xdb]r[0xca]Z[0x97][0xbf]Q[0xf0]S[0xe3][0xdb][0xbb][0xa6][0xf1]IzeW9[0xd4][0xc2]F[0x9a][0xeb][0xdc][0x8e][0xc7][[0x10]V[0x8d][0xc5]0sN0[0x91]K[0xec][0x84][0xce]S[0xad][0xb8][0xc6][0xcb]4u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]fx[0x89]z%[0x18][0x8e][0x9c][0xb7]*[0x86][0x9b][0xe7][0xc8](4[0x9c][0xf3][0x11][0xc][0xed][0x14]K[0x1c]R9[0xa3][0xe1][0xb7][0x17]8#kU[0xab]Q][0x81][0x8c][0x8c]^^[0xba][0x96][0x88]?E[0x8e]]-[0x11][0xe7],/[0xda][0xbb]^Z[0xce][0x80][0xb]=r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xea][0xc5][\r][0x4][0xc0]p[0x93]h[0x7]T[0xfa][0xa7]Q[0xb1][0xf9]47[0xb6][0xa4]C[0x8e][0x11]I[0xf4][0xd8][0xdb][0x9d][0xd1][0x7][0xb4][0x8d]~[0x3][0xfb]b[0xab][0xf4][0xd2][0xe9][0xa3][0x1b][0x8][0x91]p[0x18]w[0x89]RkB[0xb8][0x87][0xfb]t{[0xd1][0x87][0xfe]:[0xc0][0x12][0xdc][0xf6][[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x15][0xce]*\U[0x2]c'p[0xbb][0xf1]/^[0x94][0x9c][0x9a]<[0x83][0x17][0xc4][0x0][0x6][0xeb]xCu[0xbc]5[0xc2][0x93][0xb2][0x81][0x1a][0xde]Xs[0xb4]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xce]F[0xeb][0xae]i[0xd4][0xd1]$5[0x8c][0x11][0xc2][0xf3][0xe0]A#[0xd0]E[[0x6][0xe8][0xf]([0xc7][0xf0][0x1c][0xa1]-[0xe0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0x11][0x9c][0xce]c[0xf8][0x3][0xea][0x9][0xda][0x1d]8[0x82]C[0x1a]a[0xb6][0x91][0xe]8[0xe9][0xec]#[0x90]![0xca][0xab][0x84][0xb][0xd9][0xe]<[0xfc][\r]PK[0x7][0x8][0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/logging/log4j/Level.class[0x95]W[0x9]|[0x1c]U[0x19][0xff]O6[0xc9]L6[0x9b]6[0xdd][0x1e]i[0xd3]P[0x96][0x86]#[0xdd]m[0x13][0xa1]- [0xd4][0xda]4M[0xda][0xb4][0x9b]MI[0xd2]B[0xa9]E&[0x9b]i[0xb2]e3[0xb3][0xcc][0xee][0x86][0xb6]^[0x8][0xa8][0xa8][0x8][0xe2][0x81]r[0x88]r[0x14][0x14]PC[0xa0]iK[0x84][0x2]* [0x8a][0x8a][0x7]x#[0x8a][0xf7][0x5](xq" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xb3]o'[0x9b][0xcd][0x84][0xc4][0xfd][0xfd]v[0xde]{[0xdf]{[0xef][0xfb][0xfe][0xdf]=[0xf3][0xf8]k[0xf7]=[0x0]`[0xa5]R[0xe6]G+[0xe][0xf8]q[0x1b]nW[0xf1]y[\r]_[0xf0][0xc3][0x87];4[0xdc]Y[0x81][0x1a][0xdc]%[0x1e]_[0xf4][0xe3]K[0xf8][0xb2][0x98][\r][0x8b][0xc7][0xdd][0x95][0x18][0xc1]=*[0xee]Uq[0xd0][0x8f]Y8[0xa0]aT[0x8c][0x87]4[0x1c][0x16][0xe3][0x11]?[0xaa]p[0x87][0x8a][0xfb][0xfc][0x98][0x8f][0x3]*[0xc6][0xfc][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x17][0x97][0x1e][0xf0][0xf3][0xfa]Q[0xc1][0xe3]A1{[0xa8][0x2][0xf][0xe3][0xab]b[0xf7]kb[0xf7][0xeb][0x95]x[0x4][0x8f][0x8a][0xc7]c*[0xbe][0xa1][0xe1]q?[0xbe][0x89]oixB[0xc3][0xb7][0xfd][0xf8][0xe][0xbe]+[0xee]<)[0x1e][0xdf][0x13][0x8f][0xef][0xab][0xf8][0x81][0x1f][0x11]!~S[0x5][0x1][0xfe]P[0xa0]|J0Z[0xc3]fA[0xf9][0x91]X[0xfc]X[0xc3][0x16][0xb1][0xf8][0x89]X[0xfc]TCT,~&[0x16]?[0xd7][0xd0]![0x16][0xbf][0x10][0x8b]g4[0xc4][0xc4][0xe2][0x97][0x1a]:[0xc5][0xf8][0xac] [0xfe]J[0xc3]V[0xb1][0xf8][0xb5]X<[0xa7][0xe2]7*~[0xab][0xe2]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x9d]mm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BQ[0xcb][0xee]o[0xd2]Sz|[0xc0]hJZ[0xfd][0xfd][0x9][0xb3]_[0x8c][0xab][0xf6]4E[0x8d]!#y[0xa6][0x82][0xb2][0xb6][0xe6][0x9e][0xe6]([0xc7][0xd6][0xae][0xae][0xce].[0x5][0xa5]g7w[0xc5]8[0xb4][0xc7][0xda]:I[0xdd][0xd0][0xba]~[0xdb]F[0x8e]=][0xcd]-[0xad]d[0xdb][0x1c][0xe5]Y[0xad][0xa5][0xb9][0xa7]ucg[0xd7][0xe][0x5][0xc1][0xe8][0x1e]}HoJ[0xea]d[0xdc][0x9d][0xb1][0xc9][0x9f]<[0xab]Z,3[0x9d][0xd1][0xcd][0xcc]v=[0x99]54[0xfc]^Ay[0xb4]u{k[0xb4][[0xc1][0xf1][0xb9][0xb][0xd9]L"[0xd9][0x14][0xb7][0xcc]x[0xd6][0xb6][\r]3[0xd3][0xd4][0xe2]N;[0xf4][0x14]YTt'[0xfa]M=[0x93][0xb5][\r][0x5][0xe7][0xcc][0xe0][0xca][0x9a][0xc9]8[0xa6][0xd3]}-[0xc5]T[0xa7][\r];[0xa1]'[0xb7][0x1b]v:a[0x99][0xdb][0xda]7(P6[0x97]A[0xfc][0x16][0x86]ji[0x6]S[0x1f]$[0x2]-af[0x9c]K[0xdc]n[0xa7]~B[0xb9]>[0xdd][0xee][0x93][0xb4][0xe5]S[0x8b]J[0xa7][0x12][0xc4]Sp[0x9a]B[0xcb][0xd7]$[0xcc]Df[0xad][0x82][0x5][\r][0x93]Q[0xb7]/[0xdb]N[0xb1]-V[0x1f][0xc5][0xce][0x8e]&L#[0x96][0x1d][0xec]5[0xec][0x1e][0xbd]7i[0x8]s[q[0xc2][0xd5][0x9][0x9a]kI,[0xcd][0xc]$[0xd2]DE9[0xf1][0xb]h[0xb][0x87][0xcc][0xa8]V[0xf1][0x7]z[0xac]a[0x19][0x11]W[0xf7][0x1b][0x99][0xee][0x89][0xa0][0x1b][0x1b][0x96][0xfd][0xb0]+[0x12][0xe9]v[0xb3][0x8b]P)[0xb2][0xa5]a:[0xeb]N[0xb7][0xbf][0xec]\[0x9a]u0aJ4[0xda][0xa0][0xbe]WN[0x83][0x89]t[0xd4]H[0xa7][0xbb]SF<[0xb1];[0x11][0xef][0x19][0xd0]M[0x5][0xf5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xc][0xcb][0x92].[0x8b][0xe][0xcb]6&[0xb2]([0x8b]'-[0x93][0xd8][0x97][0xbe][0x91][0xe2]ye[0xfd][0xad]{[0xe3]F*[0xc3][0xa0][0xa0]e+[0xe2][0xd6]`J[0xb7][0x8d][0x1e]kF@h[0xef]2+3`[0xd8]t[0xb5]qaVO[0x92][0xc5][0xfc]BWw[0xf6][0xee]1[0xe2][0x19][0x7]qp2Y[0xc1][0x1c]zk[0x83][0x11]O[0xea]""Z[0x92]z[0x9a][0xc][0xe6][0x12][0xf5][0xf8]Q[0x87][0xc8][0x93][0xab]'S[0xd7][0xcc]$[0xee][0xb5][0x1]==[0x90][0xb][0xb2]y[0x13]X[0xb8]9[0xac]e[0xac][0xdc]\[0x81][0xba][0xdb][0xb2]cN[0x1e][0xac][0xf6][0xc][0xd8][0xe9][0xad]Yb[0xec]Up\[0xc1][0xdd][0xf6]d[0xd2][0xe8][0xd7][0x93][0xc][0xb1][0x8c][0xe1]Z[0xfa][0xcc]\[0xa2]9E[0x83][0xc5][0x9b]+[0xda]A[0x6][0xc5]*[0xf][0xc9]3[0x10][0xac]f,[0xc9][0xa0]4[0xdd]lS[0x97][0x1e][0xf]>[0xd3]:tz9[0x81]>c[0xb7][0x9e]M[0xe6][0xd1][0x96][0xf][0x9][0x1d][0xd2]"Z[0x96][0xed][0x9c][0xfe][0xf6][0x82][0x82][0x2][0xd7]b[0xd1]4qi[0x8e][0x5][0x13][0xd3]}_*[0x9f][0xf2][0xa7]{[0xde][0x98][0x91][0xeb]U[0x7][[0xe7]n[0x86][0xb5][0x93]-[0x1e][0x9e][0xcd]E[0x97][0x97][0xc1][0xc7]I[0xad]fvP8[0xcc][0xe0]([0x80]1j=[0xe2]s[0xc1][0xa4][0xe8][0xec][0xe9]qP[0xb4][0xad][0xe9]9[0xa3][0x88][nk[0xed]$ 9[0xba][0x7][0x1a][0xd2][0x15]T[0xda][0x86][0xde][0xd7]e[0xa4][0xad][0xe4][0xd0][0xa4]`v[0x13][0xca]3[0xfb][0x98][0xa6][0xda][0x9a]xR[0xd6]b[0xd6]I[0x16][0xde][0xf3]'[0x9f]+[0x84][0xe3][0x94][0x1][0xe1][0x81][0x19]X:w/a5u;-&[0xb1]_[0xdc][0x13][0x95][0xa5][0xdb][0xca][0xda]q[0xa3]-![0xfc][0xe8]wN7[0x8a][0xa3][0x1][0xf4][0xe2]&[0x15][0xc][0xe0]O[0xf8]3[0xab][0xd4][0xa4]da[0xfc]f[0x7][0xd9][0xed][0xdc]|aJ[0xc9][0xad][0x90][0x99]M&C[0x96][0x1d]2[0x6]S[0x99]}![0x87]iH[0xb4][0xae]F[0xc1][0xf5]/[0x5][0x7]s[[0xcc][0xb2]P[0x92]56[0x94]ae[0xc][0xed]7l[0x8b][0x7]w[0xa1]+[0x80][0xf3][0xf0]v[0x15][\r] [0x89][0xbf][0x5]p>[0x88]j[0x1b][0xb6][0xab]x>[0x80][0x17][0xf0][0xa2][0x82]c[0xa7]Ia[0x5]5[0xc5]~Z[0x9f]M$[0xfb][0x9c]Z[0x98][0x93][0x1d][0xc0][0xdf][0xf1][0xf][0x5][0xb5]![0x96][0xa0][0x90][0x9e][0x14][0xee][0xdb][0x17][0xea]5[0xc]3[0xc4][0x1c]b[0xbf][0xeb]#[0x94][0xcb]p)[0xdf][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x80][0x95];fe[0xba][0xb3][0xa9][0x94]eg[0x8c][0xbe][0x2][0x81]K[0xde][0xd8][0x13]l[0x82][0x1]\[0x82][0xb][0x2]x[0x9]/[0xb]k[0xc4][0x3][0x88][0xa1]=[0x80][0x8f][0xe0]*[0x15][0xff][0xc][0xe0]_[0xf8]w[0x0][0xff][0xc1][0x3][0xb8][0x1a][0xaf][0xa8]x5[0x80][0xd7][0xc4][0xe9][0xd7][0xd9][0xea]q[0xdc][0xc][0x92]w^[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%][0x83][0x87][0xfa][0x13]C[0x86][0xd9][0xa8]*J@)Q|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]n3/0[0xad][0x8b]Ly&.[0xdf][0x8c]B;Y[0x15]w[0xf1]\i[0x0][0xd7][0xe0][0xd3][0xe2]qE[0x0]C[0xb8]([0x80]}[0xd8][0xaf][0xe0][0xc4]i^y6[0xb1]~[0xb3][0xd5][0x7][0xb0]I[0xf8][0xe8]<[0x81]x[0x93][0xd0]j[0xb3]Xn[0x16][0xb3]-b[0xb6]E[0xcc][0xa2]b[0x16][0x15][0xb3][0xe]1[0xeb][0x10][0xb3][0x98][0x98]u[0xe6][0x1e]\n[0x15][0xb3][0xad][0x10]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x9]@[\r][0xbd]2 O.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "p[0xb6]>Y[0x3][0xab][0x8b][0x3]A[0xc1][0x9]S[0x1a][0xd3]Q4w[0x8c]USM[0xa4][E +X<[0xa1][0x1a][0xc][0xe8]v7[0x1b][0xaa]a[0xc6][\r][0xa7]y[0xce][0xf7]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xe2][0xf0][0xcc][0xdf]k[0x14]45[0xbc]Q[0x7][0xf3]z[0x11]Z:[0xfd][0xeb]([0xeb]R*[0x9b]i[0xdf][0xdd][0xdc][0x9b]&[0x81][0xf5][0xda][0xa3][0x0]y[0x94]$[0xaf][0xda]U[0xae][0xa7]R[0x86][0xd9][0xa7]`[0x85]g[0xb][0x9c]"[0xdd]x[0xd1][0xc7][0xee][0xc9]@[0xf2]*}^r[0xaa][0xc7][0xb5]r[0xba][0xe]][0xa9][0xb6][0xc6]6F[0xdb][0xbb]7[0xb9][0xaf])[0x5][0xbb][0xa2][0xf4]f[0xac]m[0xc4]f[0xb7][0xe8]ic\P[0xe1][0x19][0xcf]7[0x8b][0x85][0xf9][0x1a]=[0xb9][0xdf][0xcd][0xf3][0xa2][0x8b][0xde][0x9d][0xd8]o8[0xcd][0xbc][0xd9][0xb6]u[0x86]EC[0xc3]N[0xf][0xad][0x1b]i)r+[0xb7]J8[0xce][0x19][0x17][0xe9]-[0xe7]NG[0xce][0x82][0xdc]aW[0xce][0x1c]zE[0xc8][0x91][0xdc]g;[0xdc][0xb3]Ss[0x9f]J[0x8b][0xb1][0x99]sg[0xd3][0xe3]1[0xc1][0xfd][0x14][0x8e][0xe2][0xb2]6[0x86][0xf9][0x8c][0xa8][0x5]G[0x8b][0xcc][0xfd]p[0x81][0xb9]5[0xc9]t/[0xff][0xa5][0xa4][0xcc][0xe7][0x9f][0x9d]S[0xe2]<_[0xe2][0xc][0xe5]q[0xde][0xc][0xb5][0xe4]v[0xcc][0xcd]/o[0x9d][0x2][0xf6]c[0x5][0xb0]C.[0xec][0x10]C2[0xf][0xbb][0x1c][0xbe][0xd9][0xb3][0x1c][0xdc][0xef]d[0x90][0xe6][0xa4][0x9d]%[0xa5][0x5]#[0xf][0xa1][0xe6]Z[0x4]"[0xe1][0xdb][0xa6][0xe0][0xff]D[0x1][0xff][0xa0][0xcb]?H[0xfe][0xef][0x1e]7K[0xb5][0xc3][0xfe]=[0xb8]X[0x9a]e[0x85][0xc]A_[0xb0][0xa6]8[0x0][0x9f],[0xb0][0x88]O[0xf2][0xcb][0xd5][0x86][0xf7][0x92]v[0x89][0x9b][0x2][0xa7]H[0x16][0x1a][\r][0xa0][0x8e]baq[0x16]<[0xe5]aY[0x85][0xc9]v[0xa9]G[0x16][0xa8][0xc5] [0x9e][0xf1][0xcc][0x82][0xcb]fv[0xf9]9[0x8f][0xcb][0x15][0xcc][0xca][0xf7][0xcb][0xcb]7[0xd1][0xbb][0xa5][0x1c]#,;[0xac]:[0x8b]J[0xf0] j:[0x96]?[0x82][0xb2][0xe5][0xc3]c[0xa8][0xd9][0x11]^|[0x8][0xb5][0xc3][0xb1][0xc2][0xdd]a^[0x9d][0xcb]<9[0x6]U[0xd2][0xf8][0xb5][0x14][0x6]<[0xcf][0xf5][0xb][0x8c][0xc1][0x17][0xb9][0xfb][0x12]w_[0xc6][0x12][0xbe][0xfd][0x9][0xf1]a[0x8a]X[0xc2][0xdd][0xf][0xe0]r'[0xef]"[0xb2][0x8c][0x8a][0xd9][0x7]Yg[0x14][0xee]-qb7[0x97]w[0x1][0x94][0xbc][0x82][0xb9][0xac]7[0xed]*>D[0xb8][0x1f][0xc6][0x15][0x12][0xee]i2[0x84][0xab]&[0x2][0x9a][0xa0][0xb3][0xe2]+[0xd0][0xb9]J[0x8a][0xaa][0xe0][0xb][0xe9][0x15][0xae][0xb7]d[0x1e][0x84]G[0xb0][0xf8]0[0xea][0x8a][0xef][0xcf][0x9a][0xe0][0xad]+[0xdd][0xfb]W[0xc9][0xfb][0x17]S[0x9][0xa1]F}[0xf8]Q[0x94]E[0x86][0x5][0x94][0x11][0x1c]3[0x8a]%[0xe3][0xf6]{[0x14]j[0x84][0x1][0xba]|[0xd8][\r][0xd0][0xa0]0[0xb3]R[0x8b]Re1[0xca][0x95]c[0xb0]HYRP[0x89][0xea]][0x8b][0xd4][0xe3][0xa3]N2,[0x82][0xbf][0xc0]"[0xb4]t[0xf9]+[0xa8][0xa5]I[0xd6][0xf1]O4W[0xe3]c[0x12][0xcd][0xdb][0xa4]6u[0xc4]q[0x4][0xc7]*[0xd8][0x12][0xa6]eB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]G[0xcd][0x11][0x1c]'[0x0]-[0x1d][0x87][0xe1][0x17][0xb9][0xa1][0x9c][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xc1][0xd5][0xb2][0x82][0xe][0xbb][0x1a][0x1f][0xe7][0xea][0x13][0x13]([0x9f]t[0xf4][0xbe][0xc6][0xb5][0xdb][0x1][0xd9][0xd7][0xd6][0x87][0x83][0xf5][0x87]q[0xfc][0xd9]R[0xeb][0xa8][0xe8]X[0x93]B[0xc7][0xe7][0xf6][0xad][0x13][0xf2]}[0xeb][0xc4]|[0xdf]*;[0xea][0xe2]qBGY[0x5]UY[0x8d][0xd9][0xca][0xa9][0xa8]SN#[0xf6][0xd3][0xb1]T9[0xa3][0xc0]<[0xeb][0xa5]yfc%>[0xe5][0xb4][0xa8]:[0x9c]X`[0x9e]J([0xaf]b)[0xbb]S[0xce]8|[0xe3][0x97][0xb9][0x1d][0x95][0xa5][0xa3]<[0xcc]>|[0xd2][0xb8][0x19]r[0x8e][0xde]RP.[0xca]q-[0xae]s[0xf5]4[0x80][0x8d][0xf8][0xa3][0x82][0xcf]y[0xb0][0x1]wx[0xd0][0x85];[0x1b]q[0x17][0x8e][0xb9]iv7[0xff]|[0xbe][0x11]_[0xc0]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc8][0xf]_R[0xf0]e[0xf]<[0xbc][0xd1][0x85][0xaf][0xf0][0xec][0xab].|[0x8d][0xc7][0xaf]7[0xe2][0x1b][0xb8]W[0xc1]7=h[0xe5][0xd7][0xad][0xb8][0x87][0x5][0x8f][0xf3][0xec]8[0xab][0xfd][0x16][0xff]|[0x9b][0xbe][0xa3][0xe0][0xbe]Ft[0xe0]~[0xf][0x1e][0xc0][0x83][0xbc][0xf2][0x90][0x1b][0xdf][0xc5][0xc3]<[0xfb][0x1e][0xc3][0xf8]>[0xcf]~[0xa0][0xe0][0x84][0xb]?[0xf4]`5~[0xc4][0xcf][0x8f][0xf0][0xcf][0xa3][0x1e]<[0x86][0x1f][0xf3][0xec]'<[0xfb])C=[0xc9]?[0x8f]+8[0xe5][0xc2]i~[0xf3][0x84][0x7]ObN[0xc1][0x19][0xf]B[0xb8]C[0xc1][0xbc][0xc0][0xf2][0xbe]][0xe1][0xf1][0x91][0xd1][0xfd][0x7][0xf6][0x8c][0x8e][0xec][0xe9][0x1d][0x1d][0xdf]`x[0xd7]P[0xaf][0x80]o[0xf0][0x90]:[0xa3][0x86][0xe2]jb24[0xa6][0xa7]c[0x89][0xc9][0x1e][0x81]e[0xe1]d"[0xa3][0xab][0x9]}[0x9f][0x1a][0xcf]j.,[0x8][0xb4][0x8c][0x8e][0x8c][0x8c][0x1f][0x18][0x1c][0xe9][0xef][0xef][0x1d][0x95][0xa2][\r][0xb9]'[0x81][0xd5][0x83][0xc9][0xf4]dHM[0xa9][0x91])-[0x14]ONN[0x92][0x16][0x1e]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd2][0x93][0x96]&[0x95][0x8e][0xbe][0xeb][0xc3][0xc3][0x2][0xca][0x84][0x1a][0xd1][0x93][0xe9][0xdb][0x4]6V[0x17][0xca][0xa4]bR[0x90]p[0xe8][0xda][0xac][0xde][0x97][0x13]"5[\r][c[0x89][0x98][0xbe]][0xc0][0xde][0xb9]f[0x1f]i[\r]'[0xa3][0x9a]@[0xf3]`,[0xa1][\r]g[0xa7][0xf]j[0xe9]q[0xf5]`\cZ[0xc9][0x88][0x1a][0xdf][0xa7][0xa6]c[0xfc],[0x17][0x1d][0xfa]T,#pYM[0xb8]CjB[0xcd]An[0xd0]fc[0x19][0x9d][0x4][0x96]w[0x96];i[0xcd][0x8d][0xa4]/[0xa1]N[0x93]Z[0xcf][0xa4][0xa6]K[0xa0][0x2][0xeb]:[0xd7][0xd4]A[0x8c][0xac][0xd8][0xb4]Y[0xf6]`[0xc1][0xc0]@<[0xae]M[0xaa][0xf1]1][0xd5][0xb5][0xde][0xd9][0x88][0x96][0xd2]c[0xc9][0x4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]D[0xe][0xf][0xa9])[0x83][\r]E[0xa3]@[0xa8][0xf3][0xc6]:[0xad]5E[0xb2][0xe9][0xb4][0x96]([0xe0][0x15][0xc4][0xa3][0xcf][0xca]/[0x1c]W3[0x99][0xc1][0xa4][0x1a]%[0x1f][0xd4][0xab][0xbd]!n[0xc8][0x9][0xb4]WQ(pCU[[0x96][0xf5][0x91][0x83][0x87][0xb4][0x88][0xde]S[0xa7][0xf5]f[0x1a][0xb4]tB[0x8d][0x9b][0xe4]|[0xe5]:[0x5][0xc6][0x17]A[0x90][0xd0][0xf4][0xd0][0xde][0xd1][0x81]z[0xad]7E[0x92][0x89][0x89][0xd8]$[0xc7][0x1d][0x1f][0x18]-[0x14][0xab][0x13][0x98][0xa8][0x83][0xfa];[0x82]2[0xfb][0x1b][0xaa][0x10][0xe7][0xf5][0x99][0xde]U!U[0xea][0x8d]"[0xc7][0xc4][0xad][0x91]DI[0xa4]HU[0xef]R[0x9c][0xba]2SY=[0x9a][0xa5]f[0xf2][0x82][0x1b][0xea][0xee][0xfe][0x2][0x87][0x96]~[0xbb]*/Y[0xf5][0xde][0xb7][0xf8][0xca]#k[0xb]u[0xf3][0xce]5[0xe5][0xa6][0xe9][0xdb][0x81]BDKD[0x5][0xd6]V[0xec][0xa6]U[0xf2][0x8d]/sz2[0xb7]D[0x97][0xb9]#j:Q[0xe5]{[0x8d][0xae];[0xc7][0xde][0x11][0xe7]w[0xf9][0xa6][0xec][0xd6]s[0xc9][0xc8]M[0xbc][0xbb]v[0x1][0x1b][0xd5]&[0xe2][0x4][0x81]rl/=R3[0xe5][0xf]N[0xeb][0xbd][0xa1][0xad]s[0xa0][0xd2]=a[0xfb][0xa2][0x5]?[0x7][0xdd][0xbc][0x2][0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]4i[0xd7][0xc0][0xf0][0xd8][0xf8][0xae][0xe1]0}[0xec][0xef]\[0xbc]{[0xd4]T[0xc6][0x7][0xc5][0xb0]s[0x80][0xfd][0x9d][0x95][0xf0]6[0xe5]7[0xc][0xca][0xcf][0xc8][0x8e][0xf2]m[0xe6][0x87][0xa4]B[0x9b][0x87][0x8d][0xef][0xef]J[0xdf][0x1c][0x8b][0x1c]F/})&[0xa8]>[0x99][0xcd]'}[0x9e][0xfb]eE[0xa3][0xd5][0x8f]=C='[0x9b][0x9][0x8d][0x19]C>[0xcd][0xd7][0xd7][0xfc]V([0x97][0xe8][0xc1]jta[0x3][0x0]':p[0x5]6[0x82][0xae][0xed][0xf4]d[0xc3]fz[0xde]by[0xee][0xc6]Jnk4_[0xc9][0xdd][0x90][0xc6]k[0xb9]5[0xd2][0x18][0x80][0x83][0xdb]&[0xed][0xdc]n[0xfc][0x99]L[0xd0]?[0xd2][0x17]<[0x3][0xdb][0xe3][0x86][0xe8][0xe][0xfa][0xf5][0xd0][0x8]|[0x80][0xb6][0xe]`'[0xb8][0xf0][0x1a][0x9b][0xb0][0xb][0xbb]it#[0x8c]k[0xa4][0x82]M[0xb4][0x93][0xdf]y[0xe6]a[0xf].[0xc0]a[0xc3]c[0xa6][0x96][0x6][0xe3][0xcd][0x98]E[0x83][0x7][0xbd][0x6][0x18]77m[0xa9][0xe1].[0xd2][0xcb][0xef]v[0x9c][0x82][0xf3][0x14][0x1a][0x84]p,@q[0xe2][0xe4]u[0xa7][0xe0]>[0xb][0xcf][0xfe]3h[0xc][0xce][0xc1];[0x87]e[0xbe]&[0xfa][0x99]C[0xf3][0x2]Zl8[0x8b]Vz[0xe5][0xcb]I[0xcc][0xc1][0xd2]P[0xd2][0x84]f[0xb8]`7[0xcc][0xfb][0x8]>[0xa0][0xd2][0xca]A[0xb4] [0x82]u[0x88][0x9a]PZ[0x10]"z[0x3][0x86]_[0xc][0xa0]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]3`[\r]JX[0xf7]B1[0x9c][0x10][0xce][0xc3]Z)[0xc4][0x2][0xda][0x14][0x9c][0x1c],[0x0][0xeb]Z[0x4][0x18][0xc9][0xcc]ay[0xe]Z[0xb]ZK[0xa0][0xe9][0xb4][0x92][0xa5][0xf9][0xc][0xd6][0xe3][0x88][0x1]m[0x5][0x99][0xf4][0xd1][0x1]34[0x96][0x9]c[0x8][0xc3][0x5][0x90][0xd7][0xe7]A[0x8e]H[0x90][0xf7][0x91][0xef][0xec][0x5][0xdf][0x5][0xc5][0xaa][0x9c][0xef][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xbb]kB$[0x89][0x1a][0xbe][0xbb][0x93]V[0xee]"[0xe0][0xc7][0xc8]ww[0x1b][0x0][0x3][0xf4]>[0xef];[0xf6][0xce][0xe][0xec][0xc1][0xf5][0x80]1c[0xa8][0xa2][0xcc][0x9f][0xa3][0x12][0xea][0x9][0x82][0xea][0xb0]@[0xed][0x96]P[0x87][0xb]P[0xd7][0xd6][0x86][0xda]][0xb][0xea][0xfd][0xb4][0xf2][0x0]A{[0x90][0xa0]>d@[\r][0xd2]z[0x1e][0xaa][0xbd]"T[0x9e][0x8d]a[0x9c][0x88][0x94][0x82][0xde]+A?JA[0xe0]([0x4][0x1]y[0xab][[0x6][0xc1][0xd2]a[0xb3]L[0x8d] x[0x82]V[0x9e][0xa4][0xf9][0x1c][0x5][0xc1][0x19][0x13]x>[0x8][0xec]F[0x10][0xe4][0x81][0x87]M[0xe0]a[0xec][0xc3][0x7][0xb][0xc0][0xcd][0xc0][0xb8]A[0x2]?C[0xc0][0x9d]4[0xf6][0x9a][0xde]^+[0x81]_[0xed]( [0xef]p,[0xe6][0xf1][0xb5][0xb5][0xa0][0xbf]B+[0xaf][0xc2][0x8f][0xd7][0xa8][0x14][0x9d]3[0xa0]o"[0xa3]~zb[0xe8][0xbc][0xa3][0xd7][0x84][0xde]kB[0xef][0x95]>[0xe7][0x19][0x93][0xb0][0x97][0x91][0xd8]/Id[0xd4]^[0x9e][0x15][0xa5][0xea]P[0x1e][0xe6]M[0x12][0xe6][0xc3]2U[\r][0x98]][0xe2][0xc2]z[0x12][0x95][0xf7]W[0x87])[0x9a][0xb1]L[0xb4][0xa0]I[0xb4][0xa2][[0xf8][0xcc]h[0xcf][0xc3][0xb4][0x97][0xc0]d[0xaf][0xb][0x13][0xb0][0xad][0x8][0xb0][0x9b]>[0x8f][0xf2]]l[0xb5][0xb1][0x8b][0x1a][0x94]}[0x1e]+[0xb8][0x8b][0x89]B[0x17][0x13][0xd4][0xf0][0xc4]jc[0xfb]-r[0xfb][0x16][0xd9][0xf4]\+[0xe7][0xd1]>[0x8f][0xb]J[0xfa][0x9e][0xd8][0x8]El[0xb2]t-[0x97][0xac][0xc2][0xac][0xe3][0x80][0xd4][0xb1]G[0xea]X[0x1e]|[0x1][0xfe][0xe0]s[0xe8]8[0xe]o[0xf0]Yt,`[0xa5][0x0]+[0xcc][0xb1]nbNb'[0x1a][0xc5].[0xb4][0x89][0xb0]E[0xe9]r|[0x98]zS[0xae][0xb4][0xdb]![0xda]H[0xfb]AjR9[0xed][0x17]JB[0x94][0xab][0xce][0x93]&[0x1f][0xa3][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x1e][0x85]V[0xd6][0xc0]O[0xc3]YJ[0xe4]f[0xa2]~KQ[0x3][0xcf][0xdd][0x1][0xdc][0xf4]y8)[0x15][0x4][0xa4])[0x97]s[0x1e][0xab][0xe6]qa[0xa9][0xb9][0xc3][0xc6][0xee])[0xd2][0xc7][0xbb]o[0x92][0xed][0xde]O[0xb4][0x95][0xe0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x92]:[0x85][0xf7][0xcc][0xe3]"[0x16]tX[0x4][0x8f]Y[0xc][0xfb][0x11][0xc3]![0x1a][0xf][0x17][0xad][0xc4]%}j[0xb4][0xae][0xb0][0x82]i$[0xc][0xfc]I[0xc3]bJ[0xe2][0x1b][0x92][0x16]W[0x90]E[0xf]][0x4]..3j[0xb7][0x18]}[0xc4]bt[0x5]n[0xa5][0xc]5M4[0x1a]&Xu[0xba]L[0xf5][0x8b]X&[0xe9][0x9f] #[0x86][0xea]@[0xa9][0xea][0x97][0x8a]T[0xf7][0xca]K[0x95][0xa1][0xba][0xa9]OA[0x86]|N[0xdf][0xb9][0xd2]O[0xf7][0x90]('[0xdd]*B[0xed][0xc][0x9e]l [0xe5][0x83]]d[0xe5],V[0xef][0xf7][0xbd][0xf7][0xc].y[0xa6][0xab][0xe0][0xaf][0x95]\[0xe5][0xc4]ktX[0xe7][0xe8][0xd2][0xf0]:[0x5][0xcb][0x1b]h[0x16]o[0xa2]C[0xbc]e[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0x95][0xf4]a#U[0xe2][0x19][0x9a][0x9][0xc3][0x9b][0x85]wq[0xf3]]\[0xe6][0xb6][0x1b][0xb6][0x86][0xb7][0xe1]+x[0xf6][0x8]-[0xcd]V;[0xf9]KKO[0xfe]O[0xc6][0xee][0xfc][0xc9][0x1f][0xa6][0x91]M[0xb5][0x7][0xe7]q[0xd9] ]|[0xde]G[0xc9]v9[0x8d][0x9d][0xb]XcC[0xc1][[0xb9][0xd0][0xfb];[0x9c][0xe2][0x1f][0x16][0xf4][0xed][0x12][0xbd][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]m%[0xe8][0xdb]%[0xfa][0xdc];F_[0x8][0x84]Y[0x1c][0x95][0x0]fH?[0x17][0x88][0xb][0x18][0xc0]P[0xb7][0x4]@cg[0xd7][0x2][0x82][0xf6]2[0x4]o[0x13][0x82][0xff][0x98][0x95][0x90][0xe4]$[0x2][0x9e]}[0x4][0x1f]%+[0xdc][0xab][0x18][0x8b][0xcd][0x82][0xe5][0x2][0x13][0x8b][0xdf][0xc0]b[0x93]X>f`[0xf9][0xb8][0x99]u[0xb9][0xc8]q[0xb3][0xeb][0x82]2[0xe]-[0x97]^[0x9b][0xdb][0x12],n[0xc3][0x1c][0xc][0x5][0xf9][0xa8][0xbe]V[0xa6][0xad][0xbf]$[0xaa][0xe5]1X[0xe2][0xce][0xb6][0xa2]([0x8f]*[0x86][0xf4],>![0xf5][0xee][0x95][0xa7][0xd4]V[0xa2][0xb7][0xab]mv[0xaf]m[0x86]>[0xf2][0xcd]<[0xd6][0x9d][0x86][0xdb][0xc7]9u[0x1a][\r]g[0x11][0xa2][0x86][0xba]^[0x96]ua[0xe9][0xf5][H[0xcd]UD~7Ek[0x98][0xde]|[0xc6][0x80][0xf9][0xd9][0xff][0x1]PK[0x7][0x8][0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Logger.class[0xe5][0x9b][0xed]s\U[0x1d][0xc7][0xcf][0x85]>#[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xa2] [0xf][0xc2][0xa6]@S(`iB[0xa4][0xf4]4=[0x85][0xa4]=4[0xa1][0xa5]O[0xc0][0xed][0xf6]6[0xd9]v[0xbb][0x9b]n6[0xe5]A[0x1][0xb][0xa8][0xa8](h}:[0xa8]((>[0x1c][0x1f]gt[0xc6][0x19]_[0xf8][0xc2][0x19][0x9d][0xd1][0xd7][0xce][0xe8]_[0xe0][0x8c][0xfe][0x5][0xbe]r[0xbc]{[0xf2][0xc9][0xed][0xe6][0xe6][0xdc][0xcd][0xde]d[0x93]&%3[0x99][0xef][0x9c]{[0xcf][0xf9]=[0xdc][0xcf][0xef]wo[0xf6][0xec][0xcd][0xdf][0xfe][0xf7][0x87]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!6[0x89]_[0xaf][0x16][0xbf]\-~[0x15][0x88]5[0xc5][0xb0]^[0x1c]-UF[0x2][0xb1][0xb9]0P[0xad][0x8d]t[0x87]caq4[0xea].WGF[0xe2][0xc3][\r][0xbd][0xe7]x[0xf7]@t:*[0xf7][0xc][0x1c][0xf]O[0x87][0xdd][0xe5]0><[0x1d][0x1e])G=]{[0x3]qM![0xf3][0xd4][0xca][0xa3][0xd1][0x91][0x89][0xd8][0xfa][0xae][0x16][0xd6][0x7][0xc3][0xda][0x89][0xa8][0xd6][0x93]=[0xe1]d4>[0x1e][0x8e]D[0xdd][0x83][0x93][0xea][0xc][0x17];i03[0xfc][0xa1][0xf9]x[0x99][0xa8][0x97][0xca]S.[0x86]&[0xc6][0xc6][0xca][0xa5]xz[0xc3][0xea]h[0xc7][0xad]f&[0xd0][0xdb][0x86][0xab]sk[0xb7][0x8d][0x86][0xb5][0xa1][0xe8][0xd4]DT)N.t[0xee][0xcb]3C[0xba]/[0x97][0xcd][0xdd]G[0x8e]G[0xc5][0xba][[0xf8][0xc8]\[0x16]v([0x8c][0xa1]z->[0xed][0x16][0xee][0x9c][0xcb][0xc2][0x83][0xfe][0x94][0x9e][0x9c][0x9b][0xad][0xd6][0xc5]1[0xad][0xd6][0xd6][0xe][0x95]F*a}[0xa2][0x16][0x5][0xe2][0xc8]Bz[0xeb]][0xdf]7[0x7]J8[0xc9][0xa4]40[0xef]V[0x99]v5vw[0xcc][0xdc]T[0xba]a[0xe7][0x2][0xcc][0xbc][0x8]G;[0x1a]u[0xa6][0x9b];[[0xb8][0xf1][0xdd][0x82][0x1f][0xca]1?[0xd3][0xe9][0xdd]-[0x8c]d[0xde]@w[0xe4]][0x94][0xe9][0xfe][0xba]B[0xab][0xdb][0xdf][0xc6][0xcc][0xb3][0x99][0x6][0xaf]*[0xf8];}[0xbd][0xe7]x{F[0x9a]n=[0x5][0xcf][0xf1][0x8c];K[0x9f]wj[0x8e]V[0xd9]:[0xf][0x3]S[0xcd][0xb1][0xde]c#3[0xe9][0xdb]g[0x83]:-[0xbc][\r][0xed][0xce][0x9e][0x8a][0xe5][0xc1][0xb6][0xcd]gF[0xb8]-[0x8f][0xcf]L+j[0x9e]7[0xc8]&[0xc8][0x7]:c[0xca]o[0xbc][0xbc]P[0xc6][0xfd][0xee]^X[0xe8][0xac][0x8c]j[0xb5]j-[0x10]+[0xa2]gJ[0xf5]@[0xdc][0xea][0xfb][0xfc]5[0xf3]P [0xae][0xef][0xdd][0xb3]e[0xe6][0xf1][0xbe][0xc2][0xf0][0x9e][0x9e][0xae][0xf8]76|,[0xac][0x87][0xe5]@[0xac][0x19][0x89][0xea]n[0x3]4[0x10]7[0x15][0xba]f[0xdb]$[\r][0xc4][0x15][0xf1]|>[0xf6][0x87][0xc5]z[0xb5]q[0x15]6[0xb5]Z[0x98][0xfa][0xac][0xcc][0xa2][0xd8][0xd2][0x3][0xbd][0x83][0xfd][[0xb6][0xe4]^[0xd8]W[0xe8][0x1a][0x1e][0xec][0x8f][0xd7][0xaf][0x8e]#[0xd9][0x15][0x9e][0x8c][0x2]qe[0xa1]kfi[0xc5][0xd7][0xac]T9V[\r][0xc4]e[0xa5]q[0xd9][0xd8][0xa6][0xdd]^i|H9[0xea][0xa0][0x1d][0x8][0xc4]-[0xb3]?}[0x1b][0xd3][0xd6][0x96][0xc6][0x93][0x85]7[0xcf][0xba][0x89][0xdc]X!g[0xdf]jn[0xc7]q[0x1c][0xf6][0xf6][0x6][0xfb][0xc4]{|[0xa0][0xbf][0xc1],9pii|g[0x9c]a[0xf3][0x84][0xe1]ZX[0x8c][0x9a]'[0xec][0xb]k[0x95]s[0x89][0xc7]N[0x2]Q[0x99]|[0xf9]vR^^L[0x87]M[0x85]0[0xfd][0x83][0xe9][0xf8]BF[0x91][0xb9][0x97][0xf3][0xea][0xa2]{[0xcd][0xbc][0x0][0x87]:[0x10][0xca]9[0xdb]3v[0x93]N-[0x9c][0xf9][0xcc][0x94][0xf6]v[0xd4]g[0xd3]m[0xf7][0xc4]B[0x18]^[0xa4]4[0x9a]v[0xd4]J[0xb]a8[0xe3]I[0xf5][0xe2][0xc2][0xf8][0xca][0xb1]i[0xf6][0xd2][0xf9][0x8c]`j#[0xae][0xb3][0x95]3[0xdb][0xae]b[0xab]][0xac][0xce][0xdc]^[0xa6]][0xe1][0xea][0xa2][0xb9][0x9b][0xba][0x9c]g[0x16]/[0xc1][0xcc][0x8b][0xfc][0xca][0xa2]f[0x9d][0x19][0xc6][0xe0]<[0xc2][0xf0]=[0x96][}_[0x96][0xd7]^f[0xd0]{[0xe6][0xe1]$[0xf3][0xa1]:[0xd2]i[0xa3][0x99][0xe1][0xf7][0xe4]ym`[0xc6]#Q[0xcf]yuf@[0xf7][0xe6]1[0xd9]tw~x[0xe][0xeb]:[0x13]D[0xd3][0xe3][0xa8][0xd5]w[0x3]Y[0xeb]2[0x9e]6O[0xcc][0xc9]T[0x8e][][0xab]o>[0xe7][0xeb]`[0xea][0xe6][0x96][0xb][0xca]l[0x8f][0x82]V[0xdf]L[0xb7][0xd5][0x14][0xd3][0xd2]o[0xf5]FK.kS[0xb9]>[0xd5][0xb1][0xf0]2[0xaf]@[0xab][0x97]fr[0xc7][0x9c][0xe9][0xa5][0xd5][0xeb]-[0x9d]x[0xc0]7[0x15][0xf9]s[0x8b][0xe3][0xca][0xef][0xfc][0xb5][0xf3][0xe5][0xdc][0x1f][0xce][K'[0x1c][0x80][0xbf]Y[0xca][0x1][0xfa]C[0xfe][0xd3][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x9f][0xc4][0xdf][0x97]{[0x12][0xfe][0xb4][0xfe]u[0xe1][0xa5][0xe5]O[0xf4][0xbf][0xef][0x85]D[0xbd][0xa9][0x7][0xeb][0xde][0x9b][0xa9][0xfb][0xeb][0xa0][0xd5][Om[0xfc]1[0xd4]diG,[0xcd]yc[0xa8][0x83][0xf][0xbd][0xe7][0x17][0xcd][0x9b][0xdf][0xff][0xeb][0xe7][0xd1][0xbf]?[0xa2][0xb7][0x97]TD[0xfe][0x18][0xbb][0xc4]c[0xf4]G[0xfd][0xe7]e[0x17][0xb5]?[0x8f]\[0x0]y[0xf8]3[0xfb][0xf7][0x5][0x99][0x99]?[0xd7]Ucq[0xf8][0xf5]c[0x81]XSo|[0xfa]*5[0xfe][0x87][0xa3][0xd5][0xdb][0xd2][0xad][0xfe][0x87][0xc3]{4[0x10][{[0x87][0xb7]xO[0xf5][0xcd][0xea]gx[0xb8][0xa7]+[0xfe][\r][0xc4][0x1d][0x19][0xff][0x1b][0x92][0xe1][0xf2][0xc6]l[0x97][0x89][0xc9][0x95][0xf5][0xc6]wx[0x81]XW[0x9f][0xfc].[0xcf]}[0xcf]|W;[0xdf][0xb0][0xba][0xb9]S;r[0xee][[0x85][0x19][0xe5]p[0xd0]s[0xb5]s[0x1b]>Ph'%[0xb7][0xf1][0xc3]m[0x1b]w;[0xb][0xb9][0xed][0x97][0xe7][0xf5][0xe6]pnw[0xbe]W|[0x16]6[0xc1][0x83]y[0xde]s[0xcf]m}[0xed]dU[0xba][0x97][0x11]6[0xb7][0xf7]J[0xd7][0xcc]C[0x81][0xd8][0x98][0xf1]z[0xc2]L[0x83][0xc9][0xb][0xb][0xad]^[0xa5][0xf7][0x6][0xdb][0xb8][0x8d]<[0x96]wQ[0x9b][0xf1][0xf]f[0xc5][0x9f][0xcf][[0x92]\[0xab][0x9d][0xe2][0x16]{[0xed][0xad]BTs[0xe]qFt+[0x9e][0xe]k[0x95][0xf8][0x8e]4T[0x9d][0xa8][0x15][0xa3][0xfe]R9[0xbe]=]2[0x10][0xaf][0x8d]j[0x1b][0x1a][0x1e][0x2]qC[0xf6][\r][0xd3]M[0xb][0xc4][0xe5][0xe9]PV[0x5]"[0x10][0x17][0x89][0xf8]'8[0xbd]"[0x10][0x17][0x8b][0x15]B8][0xe9]t[0x95]X[0x8d][0xae]A[0xd7][0xa2][0xeb][0xd0]K[0xd0][0xf7][0xa1][0x97][0xa2][0x97][0xa1][0xef][0x8f][0xf5]L[0xac][0x97][0xa3]W[0xc4][0xfe]>[0x10][0xbb][0xbb]H|[0xd0][0x9d][0xbf][0x92]yW%[0xc7][0xaf]v[0xe3][0xf]%[0xe3]k[0xdc][0xf8]Z[0xe6]}[0x18][0xbd][0xe][0xfd][0x8][0xfa]Q[0xf4]z[0xf4][0x6][0xf4]c[0xe8][0x8d][0xf8][0xbf][0x9][0xbd]9[0xb1][0x8b];[0xff]q[0xe6][0xdd][0x9a][0x1c][0xbf][0xcd][0x8d][0xb][0xc9][0xb8][0xcb][0x8d][0xd7]3[0xef]v[0xf4][0xe][0xf4]Nt[0x3][0xda][0x8d]nD[0xef]B[0xef]F7[0xa1][0xf7][0xa0][0xf7][0xa2][0xf7][0xa1][0x9f]@7[0xa3][0xf7][0xa3][[0xd0][0x1e][0xb4][0x17]}[0xc0]i[0x9f][0xf8]d[0x1c][0xe9][0x83][\r][0x9e]bk[0xfc][0xbb]*[0x8e][0xfe]![0x97]q[0x9f][0xd8][0xe6]fH[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88][0xca][0x14]Q[0x9]Q[0x99]"*SD%D%D%D%D%D%D%D%D%D%De[0x8a][0xa8][0x84][0xa8]L[0x11][0x95])[0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0xdb]3[0x88]6[0xce][0xf4][0xc7]}:yf2[0x9f][0x1d][0xa9][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]*[0xc5]Z[0xc1]Z[0xa5]X[0xab][0x14]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x95]b[0xad]`[0xad]R[0xac]U[0x8a][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xf5]N[0xf1][0xb0][0xd3]G[0xc4]@[0x12][0xf7]`<[0xde]%v[0xbb][0xe3][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e]:[0xc5]S[0xc3]S[0xa7]x[0xea][0x14]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[0x9d][0xe2][0xa9][0xe1][0xa9]S[0x93][0xd8][0xd6][0x9d][0x8e]y[0x9f]J[0x8e][0xda][0x8d][0x9f]O[0xc6]/[0xb8][0xf1][0x8b][0xcc][0xfb][0xc]z[0x6]}[0x9]}[0x19]}[0x5][0xfd],[0xfa]9[0xf4][0xf3][0xe8][0xab][0xe8][0x17][0xd0]/[0xa2]_B_C[0xbf][0x8c]~[0x5]}[0x1d]}[0x3][0xfd]*[0xfa]5[0x97][0xd7]Y[0xae][0xf3]Y[0x97]g [0xbe].[0xbe][0x91][0xc4][0xff]M7[0xfe]V2[0xfe]v<6[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff]M[0xaa][0xff][\r][0xfd]oR[0xfd]oR[0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x9b]T[0xff][0x1b][0xfa][0xdf][0xa4][0xfa][0xdf][0xa4][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][0xdf][0x14][0xdf]q[0xf9][0xbd])[0xbe][0x8b]~/[0x89][0xff]-7[0xfe]~2[0xfe][0x81][0x9b][0xff][0xb6][[0xf7]N[0xfc][0xcc][0x9f][0xd4][0xfe][0xe4][0xfc][0xe]7[0xfe]a2[0xfe][0x91][0x1b][0xbf][0xcb][0xbc][0x1f]'[0xc7][0xe2][0xc6]?M[0xc6]?[0x8b][0xc7][0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d]M[0xd5][0x8d][0xa5]nl[0xaa]nl[0xaa]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b][0x9b][0xaa][0x1b]K[0xdd][0xd8]T[0xdd][0xd8]T[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0x8d][0xba][0x89]#[0xfd][0xb9][0x8b][0xf4][0x17][0xff][0x7]PK[0x7][0x8][0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/LoggingException.class[0x8d][0x91][0xc9].[0x4]Q[0x14][0x86][0xff][0xdb]S[0xd1][0x86]6[0xb5]y[0xc][0x8b][0x1e]P[0xb][0xc2][0x82][0xd8][0x18][0x12]R,[0xc][0x1d][0x16][0x16]W[0xb9][0xaa][0xaf]TWI[\r][0x86][0xd7][0xf0]&V" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12][0xb][0xf][0xe0][0x95]$[0xe2][0xdc][0xdb][0x1d][0xa4][0xb5][0xc4][0xe6]Lu[0xce][0xf7][0xff]7[0xf5][0xf6][0xf1][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x9]SY[0xa4]1[0xaa][0xc2][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x6]&[0xc]L2[0xf4][0x84]"[0x90][0xdc][0xad][0x88] [0x94][0xbe]w[0xb2][0xbb][0xc5][0xc0][0xf6][0x18][0xba]6}/[0x8c][0xb8][0x17]U[0xb8][0x1b][0x8b][0xf4][0xe9][0xd9][0xfb][0xd5][0xfe][0xe3][0xf9][0x3]Cf]z2[0xda]`[0xc8][0x17][0xac]k~[0xcb]M[0x97]{[0x8e]y[0x14][0x5][0xd2]s[0xd6][0x8a][0x15][0x86][0xd4][0xa6])[0x18]r[0x96][0xf4][0xc4]A\[0xbb][0x10][0xc1]1[0xbf]pi[0xd2]g[0xf9]6[0x9]q[0x92][0xa3][0xbe]1LEU[0x19]2[0x94]-?pL~[0xc3][0xed][0xaa]0][0xdf]q[0x88][0xa6][0xf2][0xf2][0xb5]i[0xd5][0xbb][0xed]{[[0xdc]Ddq[0x8d][0xc1][0xa8][0x89]0[0xe4][0x8e]f[0xfe][0xf2][0xc0]Pj[0xe1][0xec][0xc7][0xe4][0xb8][0x1a][0xf8]wJ][0xdb]M[0xdb]<[0xe][0x89][0x94]o[0xb9][0xc1]0\[0xf8][0xf3]4{[0xe4][0xc7][0x81]-v[0xa4][0xab][0xef][0x9b]|.[0xaa][0xb3]Nt[0xa0]S[0x85][0x1][0x15][0x86][0x18][0x8a][0xff]~'[0xc3][0xe8][0xb7][0xf0]a[0xec]E[0xb2]&[0xbe]>b[0x6])[0xfa][0x8b][0x0]m![0x3][0x83]r[0x1b]u[0x9][0xb4]#I5[0x89]R[0xec][0xa2][0xc9][0x6][0xcd][0x12][0x94]3[0xa5][0xf2]3[0xd8][0x93][0xde][0xe9][0xa6][0x98][0xd5][0xd3]Yb[0xcc]!G[0xd5]`}[0xb]=[0xe8][0x5]t[0xd5][0x87]~b([0xd6]@[0x83][0xb5]K[0xec]$e[0xa3]T[0x9e]F[0xa2][0x19][0xb6]@G[0x8b][0x1a]6]_[0xfb][0x82][0x19][\r][0x98][0xaa][0xf2]ZJa[0x87]ZYL6SW[0xc8][0xe2][0xea][0x1f][0x16][0x15]KY[0x1c][0xd6]7#[0x9f]PK[0x7][0x8][0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Marker.class[0x85][0x91][0xbf]R[0xc2]@[0x10][0xc6][0xbf][0x3]L0[0xa0][0xa2][0x82][0xff][0x1a][0x1b][0x8b][0xa4]1[0x85]v[0x94][0x8e][0xce]0[0x83][0xe2][0xc][0x1d]VK8Cb[0xc8][0xe9]%P[0xd8][0xf1]Z[0x16]>[0x80][0xf][0xe5][0xb8]9[0x19][0x86][0xa1]Iq[0xf7][0xcd][0xed][0xed][0xfd][0xf6][0xdb][0xbd][0x9f][0xdf][0xaf]o[0x0]7[0xb8][0xb0]qj[0xe3][0xcc][0xc6][0xb9][0x80]C[0x93][0xc9]3i[0x99][0xe6][0x99][0xc0][0xbd][0xfb][0xd2]W:[0xf4][0xe9][0x9d][0x82][0xa9][0xf4][0x13][0x15][0x86]Q[0x1a][0x16]z[0x1b][0xfb][0x8f][0xa4][0xdf][0xa4][0xee]z[0xa5][0x19][0x2][0x96][0xfc][0x98]S[0xc2][0xc0][0x8e][0xdb][0x8f]iA~B[0x9c]4[0x18][0xc7]2[0xc8][0xbb][0xde]H[0xc0][0xe]e[0xfe]D3)[0xd0]v[0xbd][0x8d][0x94]a[0xae][0x19][0xc7][0x4][0x87][0x13][0xd6][0xb6][0xae]\[0xaf][0xdc][0x97]@}J[0xd9][0xf4]NM[0x98]Zu[0xbd][0x1e]C8[0xb0][0x86]p[0x88][0xb]7[0xa3][0xac][0x97]f9[0xa5][0x81][0x1c][0xbc][0x16][0xe4][0xf2]~G[m[0xac]<[0x16]qK[0xcb][0x99]Zp='[0xdb][0xb0][0xeb][0xc][0xd5]\[0x7][0xf2]!J[0xf8][0xa6][0xf1][0x8f][0xb9].[0xde][0xb]\[0x96]T[0x13]hm[0xcf][0x8b]GdB[0x91][0xf2][0x87]RG[0x94]D[0x9f]4N[0xa4]% P[0xe1]U[0xe5]/ujK[0xd4][0xb0][0x3][0xd4][0xd8][0x13]l[0xa3]u[0xec][0x1a]u[0xd0]0[0xda][0xc4][0x9e][0xd1]}[0x1c][0x18]m[0xe1]p[0xa5]GF[0x8f][0xcd]y[0x89]v[0xc1]an[0x87][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xfe][0x0]PK[0x7][0x8][0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.class[0xbd]W[p[0x13][0xd7][0x19][0xfe][0x8e]vW+[0xc9][0xb2][0x1][0x81][0xb0][0x5][0x8][0xb]B[0x0]K[0x2][0x83][0x93]8[0x89][0x3]$[0x6]L[0xe2][0xc4][0x98][0x4]s)![0xb7]E^l[0x81],[0x19]Iv[0x80][0xa6]IH[0x9c]4[0xf7]K[0xdb][0xa4][0x81][0xdc][0x8]m[0xe3]vJ[[0xd2]R[0x2]I[0xeb][0x84]N[0x87]L[0xd3][0xcb]t[0xda]>[0xb4][0x9d][0xb6][0xd3][0x87][0xa6][0xf][0xcd][0xf4][0xa5]O[0x9][0x3][0xa1][0xdf]9[0xbb][0x92]e0[0xc1]})[0x83]w[0xcf][0xd9][0xfd][0xf7][0xbf]|[0xff][0xf7][0xff][0xff][0xd1][0x87][0x9f][0xbd]3[0x2][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x7]0[0x17]y?[0xc2]([0xc8]K[0xd1][0x87][0x81][0x0][0x6]q[0xaf][0xf][0xbb][0x3][0xdc][0xef][0xa9][0x82][0x1f]{M|1[0x80][0xfb][0xf0]%[0xb9][0xb9]?[0x80][0x7][0xf0][0xa0][0x89][0xa4][0xf][0xfb][0xa4][0xc4]C><,[0xef]C[0x1]<"_[0xe][0xe2][0xd1]*|[0x19][0x8f][0x99]x\[0x8a]?!/[0xea][0xdd][0x93]&[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0x82][0xbc][0x94]~Z[0xae][0x9e][0x91][0x97]g[0xe5][0xf6]9[0x1f][0x9e][0xf7][0xe1]+>|[0xd5][0xc4][0xd7]L[0xbc] 0[0xb9]`[0xe7][0xd3]Vf[0x93][0x9d]/[0xa4]s[0xd9][0x8d][0xed][0xab][0x5][0xc4][0xcd][0x2][0xd5][0xab]r[0xd9]B[0xd1][0xca][0x16]7Y[0x99][0x1][0xdb][0x80][0xf3][0xaf][@[0xcf]Z}[0xb6]@[0xa8]c[0x87]5h5f[0xac]lOcW1[0x9f][0xce][0xf6]\'`[0xf6][y;[,[0x8][0xcc][0xdd][0xda][0x91][0xcb][0xf7]4Z[0xfd]V[0xaa][0xd7]n[0xcc][0xe4]zz(![0xef]W[0xee]h\k[0xe5]w[0xda]y[0x8a]{[0x97][0xa5][0xb3][0xe9][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]ma[0xc3]&j^[0x95][0xeb][0xa6][0xe6]I[0x1d][0xe9][0xac][0xdd]9[0xd0][0xb7][0xcd][0xce]o[0xb0][0xb6]e[0x94][0xad]\[0x8a][0x1e]Z[0xf4][0x93]{[0xf7][0xa1]^[0xec]M[0xd3]PU[0x87][0xd4][0xe9][0xa8][0x14][0x8][0xb6]g[0xb3]v~U[0xc6]*[0x14]l[0xbe][0xbc][0xf2]RN[0xac][0xb5][0xb2]V[0x8f][0x9d][0x9f]W[0xa1][0x84]~[0x85][0x17]^[0x18][0x9c]t0`uw[0xdf]Z[0x8a][0xb0]m[0xe1][0xa5]Cl[0x98][0x8][0x8][0xe]f[0x2]s& \[0xed][0x8];{:[0x11][0xcc]Hd[0xca]>[0x19][0xa9][0xdc][0x80]T%[0xda][0x89]O![0xbd][0x97]0[0x99]}%Y#[0x9d][0xed][0xb6]wSGW[0xd1]J[0xed]\k[0xf5]+ [0xc9][0x1e][0x92][0x8e]n[0xe4][0xed][0xbe][0xdc] ?[0x98][0xb7][0xf0][0xd2]a[0xdd]N[0xf9]>[0x17]r[0x91]f[0x82]*[0xdd][0xe8][0xb0][0xb3]=[0xc5]^[0xa2]U[0xb0][0x8b][0xa3][0x9e]Y[0xf9][0xbc][0xb5][0x87][0xee][0xf4][0xd8][0xc5]NE[0xa0]i[0xb][0x1b][0xc6][0xa3]P[0xa0][0xa7][0xe2][0xab]y[0xb][0x1b]&[0xc2][0xa3]@[0xaf]U(C.[0xd1][0xbd]`[0xba][0xd0][0xae][0xf8][0x9b][0xb2][0xd7]m'K*[0x1c][0x14][0x98][0xb9][0x9e]([0xa5][0xfb][0xec][0xf6][0xec]`[0xba][0x90]&[0x8][0xad][0xd9]l[0xae]h[0x15][0xc9][0xff][0xcf]'[0xcd]@1[0x9d]i[0xbc][0xd5][0xce]o[0xcf][0xe5][0xfb][0xa4][0xea].;[H[0x17][0xd3][0x83]6[0x9d]0[0x6]e[0xa1]H[0x92]d[0xa4]1[0xa9]L[0xc0]7[0x90][0xcd][0xe7]2[0x19][0xbb][0xfb]"[0xa4][0xa2][0xa7][0x1][0x7]H[0x7][0x94]*[0xda]L[0xed],[0xf9][0xd9]v[0xe9]TL(W[0xbe]T.[[0xb4][0xd2]2[0xb8]5[0x97]V9[0x1]Z[0xcb][0xfc][0xdb][0xbb][0x6][0xac]L[0xe1][0xbc][0xb8][0xd6]m[0xdb]a[0xa7][0x8a]J@[0xe4][0xc6]6[0x9][0xf7][0x15][0xbd]a[0xb6]z[0x9d]Rg[0xae][0xc8]T_1[0xe7][0xe0]![0xe0])l[0x13][0x88]\[0x0][0xd4][0xca][0x81]t[0xa6][[0xa5][0xda][0xa7][0xa0]/n[0xa0][0xf2]Y[0x17][0x2]Z[0x92][0x93][0xc5]Z].[0xd6][0xf6][0xec]v[0x8a][0xaf][0xb8][0xb8][0xf8][0x4]"[0xa6]B[0xd1]_[0xae][0xbf]2[0xc7][0x8d][0xed][0xe9]|A[0x16][0x9c]LdWn [0x9f][0xb2][0xd7][0xa4]U[0xcb][0x1a][0xd3]_[0x16]K[0xcb]A,[0xc2][0xe2] [0x1a][0x10][0xf]"[0x81]$i[0xe8][0xc8][0xc4]dC[0x8d][0xa5],[0xc9][0xc1][0xd8]6;[0x96][0x1d][0xc8]d[0x16][0x9b]x1[0x88][0xaf][0xe3]%[0xb6][0x85][0xd6][0x98]c4[0xe6][0x10]%[0xd6]7PPr[0x85]~;[0x95][0xde][0x9e][0xb6][0xbb][0x83][0xb8][0x13]w[0x5][0xb1][0x1e]k[0x4][0xea]/[0x11][0x89][0x89][0xfd]A[0x1c][0xc0][0xcb]A[0xdc][0x8d]{L[0xbc][0x12][0xc4][0xab]xM`vkI;m[0xd1][0x9d]"W[0xe9]B,[0xcf]$[0xa7][0xf3][0xd2][0xc2]V[0xdc][0xc1][0xc4][0x94][0xa5][0x94][0xcb]c[0x4]:[0xb0][0xd6][0xc4][0xeb]A[0x1c][0xc4][0x1b]&[0xe][0x5][0xf1][\r]|S[0xa0][0xe9]o[0xbf]Atb][0x10])9jj/[0x92][0xb0] z[0x91][0xe][0xc2][0xc6][0xda] [0xbe][0x85]7[0x83][0xd8][0x81][0x9d][0xe4][0xce][0xd6][0x18]/Iy[0x89][0xdd][0xc9][0xb9]v>[0xf5][0x4][0x9a]?[0xbf][0xb0][0xc7][0xd8]X[0xa3]xVtf[0xcd][0xfc][0x89][0xc5]![0x8b]?[0x95][0xb2][0xb][0x85]yK[0x96],[0x11]X0Ne[0x8c]?X*|[0xed][0xda]S([0xda]}[0x2]~[0xd5]0S[0xb9]~6[0xcd][0xf8]8[0x8a][0xda][0xc7]y[0xd4]>[0xaa]K[0x5][0xd4]*U[0xb0]D[0xbd]R[0x8d]l[0x83][\r][0x9c]Y[0x17]~[0xd6]0[0xce][0xc3][0xb1]>[0xb9][0xd5]Y[0x8a]n[0xa9][0x8c]n~[0xa9]+S[0xec]0[0xa9][0x81][0xbc][0xa4]i[0xe3][0xaa][0xf2][0x92]3[0x86][0x8a][0xe6]^Z[0x8a][0x9d][0x80]m_[0xea][0x1c][0xa7][0x97][0x8c][0xe7][0x9c][0xd7][0xea][0xef][0xb7][0xb3][0xa4][0xc8][0xa2][0xf1][0xba][0xea]E[0xb][0x1d]sx[0x4][0x9a][0xb][0xf]OJ[0x97]A[0xc3][0xc][0xcc][0xc3][0xe5][0xa0]Y[0x9e]l[0xdd]Q[0xe0]*[0x97]+[0x19][0x83][0xc0][0x1b][0xb8][0x1a][0xd7]8f[0xc4]?[0xf8]}[0x15][0xdf][0x9d]L[0x84][0xbc][0xd2][0xc4]Qhk[0xb5][0x15][0x89][0x91]f=y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m[0x89][0x16]#b[0x8c]4{[0xb5]f3l[0x86][0xbd][0x87][0xb0] b[0x84][0xcd][0xa6][0x16]_[0xc4][0x97]<[0xe][0xf3][0x0][0xa6]D|[0xf1][0x13][0xf0]y[0xd8]7[0xbc]C[0x9a][0x18]2[0xc5][0xf0][0xb9]?F[0xf]P[0xd1][0x91][0xe4]H[0xf4][0x9e]f=[0xac][0xff][0x14][0xfe][0x16][0x83][0xca][0xaa][0x93]Z[0xc4][0xd0][0x92]#[0xc7][0x11]H~[0x0]S[0x1b][0x86][0x91][0xa4][0xea]D[0x8b][0x19]1G[0x9a]}Z[0xb3]?[0xec][0xf][0xfb][0xe][0xa1])b[0x86][0xfd]M-[0x1]~R[0x1b][0x9]8f[0xea]"[0x81][0x92][0x99]jz[0xe0][0x1d][0xf2][0x8a]H[0xa0]k[0xc8]Ok[0xbf][0x8e]G[0xc]"[0x12]?[0xc2] 4[0x5][0xc9][0xed][0xc][0x1c]x[0x1]^[0xbc][0xc4][0xd0][0xf8][0x5]^f[0xba]^a[0xf8][0xaf]2a[0xaf]1[0x85][0xaf]3a[0xaf][0xe2][0x16][0x1c][0xc2]:6[0xa3][0xdb][0xd8](6c[0x18]w[0xe1][0xdb][0xd8][0x86][0xef]"[0x83][0xef]a7[0xbe][0x8f][0xe7][0xf1][0x3]|[0x7]G[0xf0]#[0xae]O[0xf0][0xfa][0x1e][0x8e]*X[0xef]`[0x6][0x17][0xa3][0x16][0xd7][0xa2][0x5]<2[0x93]4r[0x15][0x90] [0x96][0xa1]>[0x89][0xeb]H[0x13][0xe]m[0x1c][0xc3]2[0xae]<[0xf4][0xe2]([0x96]c[0x5]}[0x9c]B[0x9d][0xd7]s[0xa5][0xd3]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xf0][0xad]A{[0xed]h[0xe5]3/[0xbd][0x3][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]C[0xc]>[0x13][0xab]LT[0xf3][0xbf][0x10][0xea][0x2][0xcc][0xfb][0x4][0x86]a[0x9c][0xc1]4[0xf9][0xbc]U[0x9c]#[0x81][0x2][0xe7]I[0xb9][0x92]gp[0xb9][0x89][0xd5][0xa7][0xe1][0xe7][0x17][0xe4]v[0x1b][0xd6][0xb8][0x19][0xbf][0x83].[0xf8]hd[0xa0]"[0xe3]L[0x88][0xa1][0x1d]N[0x8e][0xac][0x88][0xea][0x7]Q[0x97][0xd4][0x9a][0x12]'P[0xe5][0xc1]~[0x4][0x14][0xdd][0xf4][0xc3][0xda]a[0xad]Y[0x8f][0xea][0xdd]*[0x99]Z[0xb3]7[0xec][0x8d][0x1e][0xc2][0xe2]d[0xd8][0xdb]$[0xd3][0xe7]H[0x1f]@mX[0xca][0x1c][0x94][0xba][0x98]%}H[0x17][0x11][0xb3][0x8b][0xb9][0x1a]>[0xf7];'K[0xfa][0xe1]r[0x96]61[0x1f] [0xae]^[0xbc]C[0x94][0xde]%qBdFH[0xde][0xf7][0xf8][0x83][0xe4]}[0x16][0xdf]I[0x92][0xf5]gD[0xe7][0xe7]D[0xfb][0x14][0x91][0xff][0x80]8[0xff][0x82][0xf8]|[0x88][0x9b][0xf0]Kt[0xe1]W[0x9c]<[0xbf][0xe1]|[0xfb]-z[0xf8][0xbc][0xf][0xbf]G[0x1]P[0x19]Z[0xcf][0x0]oB=nd^L[0xe2][0xbf][0x94];[0x89]-[0x83].gh@eMfh[0x87][0x9b][0xa1]i[0xb0][0x98][0x5][0x99][0xa1][0xa5]X[0xad][0xb2][0xa1]Sf[0x99][0x9b]![0x99][0x97]90[0xcf]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]>[0x83][0x19]B|[0xe6][0x82]}[0x6]1[0x7][0xe9][0xd3][0x14][0xdb][0x87][0x9b]K[0xb5][0x85]![0xee]5[0xde][0x17]$N[0xc1][0x97][0x18]9[0x80]*[0x85][0xe6]0j[0x13]#[0x4]rmBKj[0x9]Y[0xf][0xf1][0xe4]X[0x6][0xcf]P[0xbe][0xfe][0x89]<[0xfb]31[0xf9][0xb][0xb9][0xf6]W[0xd2][0xe1]o[0xc4][0xe4][0xef]*[0xbe][0x18][0xe5]j[0xd9]CnQ~[0xd3]@9[0xaa][0x5][0xca][[0xa1][0xbc][0xa5]q[0xbf]9[0x95][0x1b][0xce]_[0xd7][0xa3]F[0xde]e[0xc3][0x91]Y[0xf7][0x1c])7[0x11][0xaf]z[0xf8]QEG2[0xca][0x1d][0x89]#[0xd7][0xfd]x[0x83][0xdb][0xe4]"[0x92]2$[0x8c]8"[0x17][0xf2][0x8f]1[0x4][0xdf]G[0xf5]h[0x0]5*[0xee][0x11][0xfc][0x8f][0x19][0xc4][0xbf]+[0x14]G\[0xc5]+[0x95][0xac][0xf0][0xf3][0xe1][0xad][0xac]@[0xc7][0xc2]J[0xd7][0xbd]j[0xa9][0xf4][0x14]L}[0x18][0xba]6J[0x19][0xc7][0xcd][0xff]Th[0xab][0xae][0xd0]f[0xc0]Su[0x83][0xfc][0x9e][0x87][0x1d]z*[0xa9]>[0x8b]w[0x89]dO"T[0xa3][0xfa][0xe7][0x9b]0[0xf4][0xc3][0xe][0xe3]Oa[0xbd][0xcb][0xf7]*[0xc9][0xf7][0xe3][0x98]t8j[0x1c]D[0xd4][0xdd][0xb0]m$u[0xb5][0xda]_[0xf2]C[0x93][0xdd][0x8c][0xb4][0x9f][0x91][0xc][0xeb]M[0xb2]1:o[0xa9][0x91]D[0x1f]>[0xf7][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OWb2[0xaf][0x9f][0xd0][0xf8][0xa7]$[0xd8]i[0xfa]y[0x86]#[0xe0],[0x1b][0xd3]9D[0xe8][0xf8]lV[0xe8]|[0xa1]!!t[0xb4][0x91]D[0x9d][0xc2][0x87][\r][0x4][0xe3]N[0x11][0xc0][0xdd][0xdc][0xdb][0xa2]FE)I[0xbb][0x81][0x1a][0xba]HU[0x83]$[0x8e]*"[0xeb]D[0xb1][0xc3][0xa5]*[0x83]+'[0xbf]G[0x11][0x9e][0x7]Llt)-q[0xa9][0x85][0xbf][0xfa],[0xea]$S[0xeb]4[0x2]t[0x6][0x1e]1[0xfd]S[0xaa][0xdb][0xa0][0xc6][0x98][0xa0][0xb0][0xc0][0xa6][0xad]<_cs[0x1]_P[0x0]nq[0x1][0xdc][0xc8][0xbb])[0x99][0x9c][0x8]M&[0x80][0x89][0xf8]1L9[0x86][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]8[0xa6][0xb2][0xee][0xa7]yX[0xab]~[0xb7][0x81]Hd;[0x17][0x9d][0xc2][0xa6]E#[0x12]+[0x89][0xed]"[0xad]))[0xb1][\r][0xeb][0x12]\wGp[0x17][0xe9]jU[0x1][0xae][0x11]f[0xcb] [0xba][0x8b][0xc2]FS[0x8b]7[0xe2]M[0x96][0xd1]5[0x88][0xee]G[0x15][0xe8]vb*}[0x9b][0x6][0xaf][0x8]c[0x8a][0x98][0x8e][0xa9]"[0x82][0x98][0xe0][0xc4][0x16]3[0x89]j[0x94][0xa8][0xce]F[0xa3][0xa8][0xc7][0x15]"[0x86]k[0xc5][0x1c][0xb4][0x8a][0xcb]p[0xa3][0x98][0x7]K,[0xe0]ap!v[0x89][0x6][0xec][0x15]q[0xdc][0xc7][0xfd]C[0xa2]Q!}[0x13][0xe3][0xdc][0xe5]"[0xed]E7f+[0xa4][\r]\A[0xfa][0xb7]+[0xcc]e=[0x97][0x90][0x1e][0xe2][0x90][0x91][0x93]4FI[0x89][0xb9][0x87][0xa7][0x82]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sMa[0x1e]E`*3[0xce][0xb6]p[0x16]3$[0xf2][0x91][0x12][0xf2][0xb5][0x9f][0x83]|@[0x1e][0xa5]][0xe4][0x17][0xbb][0xd4]-[0x96]H{[0x12][0xe1][0xfd],[0x8c][0xf7][0x11]>*[[0x88][0x9f][0xf3]p[0xba][0xc0][0xff][0x83][0xc7][0xe2]J[0xd6][0xfa]U0[0xc5][0xd5][0xe4][0xee]5[0xa8][0x17][0xd7][0xe2]2[0xd1]B[0xa4][0xaf]#[0xd2][0xcb][0x88][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\#[0xae][0xc7]z[0xb1][0x12][[0xc5]*[0xa2][0xbc][0x1a];D[0x1b]2[0xdc][0xe7]E{[0x99][0xc7]V[0x99][0xc7][0x1b][0xcb]<[0x9e]_[0xc1][0xe3][0xa2]j[0xc8]P+[0x87][0xc7][0xf5]cx<[0xb]U[0xe6][0xe4]6[0x82]yVM[0xbf][0x89][0x91][0xf9][0x9][0xf9][0xfb][0xc7][0x81][0x14]/[0xf2].[0xf]K[0xf5][0xda][0xf2][0xc4][0xc8][0x8a]YD`zbVS[0x8b][0x1e][0xd1][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]![0xf][0xa3][0xff][0xb8]"z[0xd5][0x86]E[0x17][0x2]b[0x3]&[0xb1][0x16][0xc2]b[0x13]j[0xb9][0x8f][0x8a]-**[0xe2][0xc2][0xb1][0xe5]S[0xde][0xea]T>SE%[0x8d][0xd4][0x95][0xa3][0xaa]/GU[0xaf]bqZs[0x15][0xb4][0xb3][0x4]UL)[0xb9]^3[0xea][0xba][0xa0][0xeb]\[0xf1]7Xy[0x8c]x[0x9c]1[0xe2]R[0x81][0xd3]$[0x90]8[0x9][0xff][0x1]Yr[0x9]Y}[0xb2][0x9b]'O[0xd0]7[0x9e]6B[0xe7][0xfb][0x17][\r][0xdd][0xcd][0xec]Y[0x8][0x89]m[0x98]&[0xba][0x99]E[0xbb][0xf7][0xc3]xh[0x8e][0xfc]f4[0xa2][0x16][0xfa][0x7][0xf1] [0x93][0xbd][0x8f]Q=L[0xc2][0xe][0xf1][0xa0][0xf2][0x8][0xc7][0xcd][0xa3][0xb8]\<[0x86][0x5][0xe2]q[0x96][0xeb][0x13]X'[0x9e][0xe4][0xb8]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]S[0xe6][0x1e][0xf1],z[0xc4]s[0xe5]&8[0x83]'[0x88][0x1b]U[0x99][0xae]#M3[0x8c][0xd5][0xcb][0xfb]FEm[0x8d]t[0xbf][0x8d]'-[0xa7][0x1d][0xf6]*L[0xa0]V[0x9]Em?Y[0x9b]E[0xce]E'[0x2][0xef]g[0xac][0x1b]A[0x8c][0xc2][0xec][0x84][0xb1]5[0x4][0xea]4[0x82][0x17][0xa3][0xbc][0x7][0xfd]*[0xf9][0xbb]XW [0xcc][0x82][0x7][0xc4]A[0xf6]_[0xff][0x1]PK[0x7][0x8]0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager.class[0xad]U[0xed]S[0x1b]E[0x18][0xff]m[0x2][0xb9]p9R[0x1a][0xb][0x95][0xda]Jxi[0x1b][0x12][0xda]@K[0xb5]-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xda]H[0xa0]H[0x90]J[0xeb][0xdb][0xe6][0xb2][0x84][0x83][0xe3][0x12]/[0x17][0x7][0xbf][0xfb][0xdd]O:[0xfe][0x11]~[0x0][0x9d]) [0xe3][0xcb]7f[0xfc][0x9b][0x1c][0xc7]g[0xef].[0x10] [0x2][0xe3]8[0x99][0xec][0xee][0xed]>[0xcf][0xf3][0xfb]=o[0xbb][0xfe][0xfd][0xcb]o[0x0][0xee][0xc2]l[0xc1][0x9b]x[0xaa][0xd2][0xf0]LE'2[0x11]|[0x80]i9d[0xe5]0[0xa3]`V[0xc1]s[0x15]a[0xcc][0xc9][0xef][0xf][0x15][0xcc]+[0xc8][0xa9][0xd0][0x90][0x9]cA[0xce][0x1f][0x85][0xb1]([0xe7][0x17]*"[0x98][0x93][0x86]>[0x96][0xc3]R[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^*x[0xa5][0xa2][0x3][0x19][0x5][0x9f]([0xf8][0x94]![0x92]-[0x15]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]Wg[0xb8][0xbd]&l[0x6]-cY[0xc2][0x9e]0y[0xa5]"*[0xc][0xca][0xcc][0xd8][0xfc][0xf4][0xe4]|[0x8e][0xa1]/[0xbb][0xca][0xbf][0xe2][0xe9][0xaa]c[0x98]i[0xbd]d[0xe9]U[0xdb][0x16][0x96][0x93][0x9e]8X[0xce][0xf0][0xf2][0x8]CK[0xce](Z[0xdc][0xa9][0xda][0x82]a[0xe9][0x1c]*[0xa3][0x9e][0x8c][0xc9][0xad]b:[0xe7][0xd8][0x86]U[0x1c][0xc9][0x96][0xec]b[0x9a][0x97][0xb9][0xbe]"[0xd2]f[0xa9]X[0xa4]=9[0xf][0xaf][0xa6]=[0x92]#[0x8f][0x8]'4jX[0x86][0xf3][0x88]![0x98][0xe8]_dh[0x9a]([0x15][0x8][0xf1]B[0xd6][0xb0][0xc4]lu=/[0xec][0x5][0x9e]7i'[0x96]-[0xe9][0xdc]\[0xe4][0xb6]![0xbf][0xfd][0xcd]&g[0xc5] [0xe7][0x12]g![0xcd]p[0x8b][0x17][0x9][0x90][0xa1]Y7[0x5][0xa7][0xf0][0x84][0xc4][0x86]QqH[0xb7]=q[0x92]x[0xff]K[0xa2][0xb3]&[0xbe][0x96][0xa8]'[0xe])4E[0xe1][0xd4][0xc2]|[0xaf][0x91][0xfa][0x99][0x8e][0x13]s[0x8b][0xaf][0x93][0x3]![T[0xaa][0xa6][0xc3][0xd0]}[0xe][0x9d][0xd6][0x9c][0xc3][0xf5]5[0x8a][0xb5][0xeb]=U[0xf][0xc3][0xd3][0x6][0xf0][0xff][0x8d]P[0xa8][0xcc]e&[0xa9]p[0xbc]E[0xcd]A[0xf5][0x89]([0xdb]B[0xe7][0x8e](0t[0xce]W-[0xc7]X[0x17][0x8b]F[0xc5] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0x96]Ur[0xb8]c[0x94],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dG[0x1d][0xee][0xa1][0xe]Y^l[0xc4][0xf1],B[0xe7][0xa1][0x1c][0xb5][0xc5][0x97]U[0xc3][0x16][0xb3]%k[0xb6]j[0x9a][0xc]7[0xeb][0x91][0x9e][0xe7]W[0x85][0xee]4[0x8a][0x6][0x95]Y[0xb0][0x94]_=[0x9a]]_[0x9c]:e]T*T-[0xe4]:[0xd7]uZ[0xf7][\r][0xe][0xe]2[0x4]6[0xdc]a[0xe8]p{Hn[0xdf]H[0xf4][0x9f][0xaf][0x9f][0xc2][0xa3][0xba][0xe9]W[0xba][0x9a]+Um]L[0x19]n][0x1f][0xa9][0xd0][0xdb][0xd2][0x96][0x86][0xab][0xb8][0xa6][0xe1]!F4[0xc4][0xd1][0xad][0xe0]3[\r]7[0xd1][0xad][0xe1]s|[0xa1][0x81]#[0xcf][0xd0]uFt[0x18][0xee][0x9c][0xaf]%[0xfa][0xea].[\r][0x89][0xa6]k([0x80]h[0xf5][0x1c]F&c[0x9a][0xa2][0xc8][0xcd]1[0xbb]X]'w&7tQ[0x96]9g[0xb8]|<[0xb6][0xe3]U[0xc3],H[0xf4][0xe8][0x9c][Dq[0xcf]p\[0xc3]2[0x8a][0xd4]k[0xf1][0x15]^[0x89]S[0xcd][0xc4][0xf3]BX[0xf1][0x82]X[0xa6]./hX[0x81][0xa1]a[0x0][0xf][0xe4]pK[0xc3]*[0xd6]([0xb0]gD[0xf5][0x19][0xaf][0xac]PdI[0xf0]|[0x8e]2[0xb4][0x1d]Ov[0xcd][0xcb]SSG[0xf7]*[0x1d]9[0xdc][0xb0]*[0xd3][0xf2]FhoPc[0xee]}A[0x97][0x82],[0x87][0x6][0xa7][0x8d][0xaa][0xac][0xe1][0xb5]C[0x85][0x19])W[0x9d][0xcc][0xf2]X[0xbe][0xe2][0xf6][0xe2][0xfd][0xd3][0xb][0xfa]4[0x80][0x10]/[0x97][0x85]E={[0xab][0xe1][\r][0xf5]/[0x99][0x93][0x85][0xea][0x94][0xbc]-[0x86]K[0x89][0x93][0x82]#[0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]/[0xbf][0xd4][0xf6][0x93][0x89]W[0xff]C3c[0x88][0x9e][0xb5]Nz4[0x19][0xae][0xc8][0xea][0xa7][0xf9]m[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xb]*[0x8d][0xd4][0x5][0xb4][0xd3][0xe3]>[0xaa][0x8c]~@sr[0x1b][0xc1]-W[0xa4][0x97]F)[0x4][0x12]j[0xa2][0xaf]>Zi[0x9e][0x10][0xae][0xe3][0x6][0xcd]-[0xb2]}|[0x3][0xd7][0xdd][0x13][0xda][0xfb][0x9]l[0x17]M[0xc][.[0xea][0xa1][0x91]~z[0x8f][0x93][0xa4][0x92][0xa0][0x95][0xa7]2L[0xfb]RI%[0x95][0xe4].[0x9a][0x3][0xf8][0xf1][0x0]8[0xe4][0x9e][0xc][0xd7][0x81][0xaa][0xa4][0x9d]rA[0xa9][0x98]}[0xb][0xdf][0x10][0x15]i[0xfb][0x8e]g![0x14][0xc0][0x1f]P[0xb2][0xa9]}[0xf4][0xc8][0x8d]=[0x84][0x97][0xc8][0x9d][0x96]][0xa8]A[0xbc]8*[0xb2]IZA[0x17][0xa9][0x83]l[0x0][0x8f][0xd1][0x8a][0xf7]q[0x11]c[0xb4]7[0x8e]A[0xf0][0xe9]N[0xf9][0x1][0x8c]%wp[0xa9][0xe9]W(K[0xc1]Tn[0x17][0xed][0x1]l[0x1e]KE[0xa1]. [0xb1][0x3][0xf4][0x18][0xa1][0xcb][0x80][0x9c]DQ[0xe5]=[0xeb][0xa7])GhR/[0x9a][0xdc][0x87]&[0xe3][0x90][0x92][0xe]o[0x1d][0xf8][0x1a][0x95]>[0xb1][0xef][0xa8]j[0xbe]G+[0xfb][0xa1][0xe])[0x8a]Q[0xbc][0xe7][0xda][0x8e][0xe2][0x91][0xeb][0xe7][0x90][0xab][0xc5]Z[0xdb][0xc2][0x94][0xb3][0x1a][0xc0]C[0x12][0x96][0xe2][0xa1]dj[0x7][0x81][0xad]c[0xd4][0xaf][0xd5][0x19][0xc]Q[0x96]=[0x83]![0xca]5[0x19]$;[0xe3][0x98][0xf0][0xed]\[0xf5][0x8b][0xb8][0x89][0xb2][0xb7]yP[0xbf]5+a[0xaa][0x8a]Z[0xb9][0xf7][0xba][0xd6][0x80][0xc8][0x1e]:([0xa5][0x97][0x6][0xdb]:[0xa6][0xd0]E"[0x93].[0x95])[0xbc][0xe5]F[0x84].[0x1]j[0xc7]+h[0xf9][0x7]PK[0x7][0x8]d[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.class[0x8d][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h[0xb5][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]O[0xe0]B[0xc4][0x95]E[0xf4][0x6][0xa2][0xe0]B\[0xe8][0x5]b;[0xa4]-![0x91][0xa4][0x8a]gs[0xe1][0x1]<[0x94][0x98][0xe2][0xca][0x9d]3[0xcc][0xff][0xc][0xf3][0xe7][0xbd][0xde][0x8f]'[0x80]%[0xfa]![0xc2][0x10]=B|4W[0x9b][0xf1][0xb6]TL[0x18][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]"_[0x1b]][0xf3][0xbd][0x9e]W[0xe2]&[0x8][0xc3][0x8d][0xce][0x94]q[0xa5][0x96]{[0xae][0xb][0x93][0x87][0x88][0x9]3ce*."+8UFJm|U[0xa5]?[0x88][0xc9][0x82]0[0xd8]i[0xcd]v[0xad][0x84]s[0xec][0x8]ICM[0x95][0xf0][0xf][0x87]s[0xc5]YM[0x98][0xfe][0x7]K[0xc6] [0xb4][0xf0][0xad][0xb6]o[0xf8]-@[0xc7]{[0x80][0xae][0xd7][0xc8]O[0xec]3[0xd4][0x4][0x92][0xe8][0x3]PK[0x7][0x8][0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.class[0x9d][0x92][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xb4][0xb5]ik[0xd5]Z[0xeb][0xff][0xef]B[0xa4][0xdd][0x98]E[0x5][0x17][0x15]7[0x15][0xa1] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xdc][0x8f]qH[0xa7]N3![0x99][0x88][0xfa]h.|[0x0][0x1f]J[0xbc][0x13]+T[0xab] [0x92][0xc5][0x97][0xb9][0x9c]{[0xee][0xb9][0x99][0xbc][0xbe]=[0xbf][0x0]hc[0xc7][0xc1][0xba][0x83][\r][0x7][0x9b][0xe][0xb6][0x18][0xf2][0x91][0x8e][0x18][0x1a][0xcd][0xd6][0xd9][0x80][0xdf]sW[0xf1]0p=[0x13][0xcb]0[0xe8]0[0x14]"![0xee],[0xd2][0xa4][0xcf][0xb0][0xd8][0x9c][0xd4][0xb4][0xae][0x19]J[0x81]0'"2$[0xc9]7[=[0x86]"O[0xce]db[0x18][0xea][0x9f][0xb6][0xa9][0x91][0xca][0xb5]52-{2[0x8][0xb9]Ic[0xc1][0xb0]7!8[0x9a][0x9c]ql[0x93][0xd0][0xeb][0x90][0xd0][0xec][0xd9][0x89][0x5]_G[0x8f][0xc][0xd5][0xae][0xe][0x8d]x0[0x9e][0xe1]>[0xc5][0xac][0xf6][0xc2]P[0xc4]][0xc5][0x93]D$[0xc][0x87][0xe4][0xad][0xe3][0xc0][0xe5][0x11][0xf7][0xfb][0xc2]U:[0x8][0xc8][0xcd][0xf2]`[0xe0]^[0xf5]c[0xc1]oG[0xfd][0xbb][0xe3]>4l[0x99][0x16][0xea][\r][0x87][0xa9][0xe1]7Jd[0xc5][0x8b][0xf8]@[0x96][0xe8][0xdb][0xa5][0xbb][0x81][0x92][0xd2][0x92]rY[0xd8]?[0xe3][0x83]/[0xbe][0xe8][0x83]OK4[0xd1]w[0xff]([0xe3][0xb9][0xa5]N[0xa0]/dI[0xdb][0xd3]{[0xee][0xb9][0x9f]s[0xce][0xf7][0xb4][0xbf][0xff]|[0xff][0x9][0xe0]%[0xf6]L[0xac]`[0xdb][0x84][0x81]m[0x3][0xf]S[0xd8]1[0xa1][0xe3][0x91][0x81][0xc7][0x6],[0x3][0x5][0x86][0x95][0x8a][0xe3]9[0xb2][0xca][0xa0][[0x85]c[0x86]D[0xcd]?[0x11][0xc][0xeb][\r][0xc7][0x13][0xcd][0xf1][0xa0]#[0x82]6[0xef][0xb8][0xe4][0xc9]6|[0x9b][0xbb][0xc7][0xb1][0xc5]P:[0xbe][0xc7][0xb0][0xd9][0xa6][0x99][0xe7][0xe9][0xe2]^^(y[0xf3]N[0x94]kKA[0x9e][0x18]x[0xca][0xb0][0x99][0xf9]0d[0x16][[0xa2]Z[0xe3]=1X[0xcb][0xaa][0xc7][0xb0]a[0xcd][0xe8][0xd4][0x92][0x1][0x85][0x86]c[0xd8]][0xe][0x81]<[0xfd]?[0x6][0x18]R[0xf4];%[0xa1])[0x99]hu[0x85]V[0x7]d[0x99][0xf2][0x16][0xcf][0xa1]}[0xa3][0x17][0x1d]iz[0xae][0x84][0xce][0x8f]X[0xa3]gz[0x1a][0x80][0xab][0xb8]F6;[0xe7][0xb9]N[0x96]>:lD[0xb8]j[0x84][0xd3][0xf4]/[0xb][0xac]O3,-[0xc6][0xd2].X9[0xdc][0xa4][0x95]b[0x1d][0xd2]y[0xb5]g[0xfe][0x80][0xfe]>[0x9b]8G[0xf2][0xd7][0x2][0xf3][0xf3][0xc][0xd3][0x8c]1[0xcd][0x88]y+[0xe4][0xdf]&[0xdf][0xe6]E[0xdb]o[0xc2]\t/[0xb6][0xfc]u[0x6][0xc9]bH6Ef@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0x8d]Po[0xc9]j[0x91][0x82]1[0xdc]T[0xc1][0xdc]4 [0xc2][0xa9][0xb7]{[0xb8]O[0xfb]q-[0xf5][0xa8][0xda][0x7]42e[0xb7]T.[0x8a][0xd3][0x88][0xb7][0x8b]u[0xaa][0xff][0x8e][0x2]dR[0x1]PK[0x7][0x8][0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.class[0xa5]WMw[0x13]U[0x18]~[0xee]$[0xcd]$i[0xc0]J[0xa5][0xb5][0x88][0x8a]ZK[0xda]B[0x3][0x82][0xa0]4Vj)[0x12][0xec][0x7][0xb6]i[0xa1] [0xe0][0xed][0xe4][0x9a]L[0x99][0xcc][0xc]3[0x13][0xa4][0x1e]7n[0xdc][0xb8]q[0xe3][0x82]_[0xe0][0xc6][0x85][0xe8]9[0xa2]r[0x8e][0x1f][[0x94][0xc7][0xf7]N[0x86]a2[0x99]h[0xc0],r[0xef]}[0xef][0xfb][0xf9][0xbc][0x1f]7[0xf9][0xeb][0xef]_[0x3]p[0x2][0xad]<[0xf6][0xe0]F[0x1e]{qC[0xc5][0xcd];Gb[0x99][0xb2]n[0xea][0xde][0x1c]C[0xaa]8[0xb9][0xc9][0x90]^[0xb0]j[0xa4][0xe0][0x99]%[0xdd][0x14]+[0xad][0xe6][0xb6]p[0xaa]|[0xdb] [0xca][0xbe]%K#[0xaf]9[0xf9]N[0xe7][0x80][0x98][0xf6][0x1a][0xba][0xcb]0[0xba][0xd8][0xb4][0xbd][0xdd]j[0xc3][0x11][0xbc]Fax[0xe2][0xae][0xb7][0xee]q[0xed][0x16]C[0xa1]b[0x9a][0xc2]Y0[0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b<[0xbb]d9[0xf5][0x12][0xb7][0xb9][0xd6][0x10]%[0xc3][0xaa][0xd7][0xc9][0xb][0xb9][0x9e][0xdc])uH[0x8f][0xf7]PH[0xfe][0xa6]l[0xcb]&[0xc][0x8a][0x93][0xdd][0xe1][0x90]?[0xb6][0x10][0xb7][0xe4][0xd2]r[0x1b][0xc][0xfb][0x8b][0xdd]<2F[0xb5])\[0x97][0xd7][0xfd][0xa0][0x12][0x94]d[0xeb][0xc2];'l[0xaf][0xe1]cR![0x88][0xb8][0xbb][0xa4][0xbb][0x1e][0xb1]?[0xb2][0xea][0x3]+i[0xc4]>[0xd1]E[0xec][0x81]t[0x9a][0xb6][0x94][0xff]t[0xb1]"[0x9d][0x18][0xa8][0xb5]M0i@[0xdc]nq[0xc3][0x8d]y[0xbc][0xba][0xbd]#4ov[0xf2]*1Y[0x9d][0xbe][0x6]WT5>,[0xcb][0xdc][0xe][0x12][0x92]mp[0xb7][0xd1]NaZ[0xb3][0xec]][0x15]&%[0xa1]3'[0xa7][0xc9][0xe1]>[0xd3][0x10][0xc3]^[0xf5][0xac]y[0xc7][0xe1][0xbb]T`[0xc5]k[0x9][0x9e]&[0xd0][0xc8]w[0xce]0[0x9c]x3[0xd2]YR[0xbb]vXV[0xd7][0xaa]U[0xba]?T[0xae][0x9e][0xe9][0x96][0x9b]+[0xca][0xdb][0xc9]6K[0x8a][0xd7]j=[0x12]-a#][0x83][0x1a][0xc5][0xc0]u[0xd3][0x9d]7[0xc][0x86][0xb1]hg,X[0x86]A[0x1a][0xa9][0xb][0xdb][0xdc][0x9a]t)[0xf1][0x9a][0x4][0x13]/[0xca]S2[0xb1][0x7][0x93][0x95][0xca]K[0xa9]7C>[0xfa][0xc6][0xa7][0x93][0xd9][0xa6][0x93][0xcb]e[0xa6][0x87][0xd6]Dvi'[0xe7][0x88][0xa6]uG[0xf8][0xa6]h/[0x83][0xf6][0xf7]Y=[0x98][0x0][0x14]^G[0xad]F[0x86][0xc7]T[0xe2]E[0xaf]Bv[0xf5][0xcf][0x8][0xd9]Q[0xea][0x93]J[0xb3][0xd9][0xf2]d[0xd2][0xfc][0x12]YuVZ[0x6]M9[0xaa][0xd6][0xa3][0xc5]~k[0xec][0xb8][0xdf][0x93][0xca][0xdd]c[0xe4]E[0xff]2[0x14]VY3[0x82][0xd1][0xa5]E|[0x9f][0xdf]v=[0x87]k^[0x4][0xb1][0xa4](z[rm[0xbd][0x94]8y[0xf2][0xeb]V[0xcb][0xd1][0xc4]y[0xdd][0x1f][0x87][0x1d],3[0xd2]B[0x1]c8[0xc0]p[0xf8][0xb1][0xb5][\r][0xd3]m[0xd9][0xb6][0xe5]x[0xa2][0xb6]jKH[0xc9][0x9b][0xc5][0xbb][0x1a]5>mT[0xd8][0x5][0xdc][0xc6][0x11][0x1a]fIy.[0xc0][0x81][[0xc0]~[0x8c][0xd0][0x93][0x11][0xf][0xa0][0x80][0x5][0x9c]SA#[0xe9][0xe4][0x93][0xc][0xd4]JX[0x8]{:[0xce][0xd2][0xf3][0xcb][0xc]s[0xff]o8S#[0xfc][[0x1a][0x18]JO[0x88]9[0xc3][0x89][0xa7][0x98]S4[0x9c][0xfa][0xad]"[0x9a][0x1c]I[0xd0][0xd3] [0xce][0x9][0x19]c{[0xea][0xab][0xba][0xeb]G[0xec]?[0x7][0xd4]g[0x13][0xfd][0xa9][0xc7]![0xfa][0x1][0xb0][0x17][0xf4][0x96]B[0xc1][0x1][0xc][0xe1]Y[0xda][0xef][0xa3]7][0xc1]0[0x9d])[0xb1]t[0x1e][0xf5][0xcf][0xcf][0xd3]^[0x91][0xd5]C[0x94][0x17][0x88]R[0xa2][0x95][0xd1]:0[0xf5][0x0][0xca]}[0x9f][0xe5] }g|[0xe2])[0xbc]H[0xdf][0x85]6[0x3]^[0xc2]+[0xf2]g[0x2]^[0xc5]k[0x81][0xf0][0x91]@Xa[0xdf][0xc7]$[0xe7]"[0x92]J(9[0xde][0x87][0xe4]B[0xa2][0xe4][0xeb][0x98][0x8]$[0xcb]DUh[0xcd]>Dj[0xeb][0x1][0xd2][0xbf][0xc7][0xe4]/[0xf8][0xf2]#m[0x9e]@^[0xee][0xe][0xa3][0xe8][0xdb][0x9c][0xc4]T[0xdc][0x87][0xd4]w1[0x1d][0xcb][0x89]>L[0x93][0x84][0xe2]K[0xce][0x4][0x92][0xe9][0x9f]1[0x10][0xf7]-"[0x9b][0xe]d[0xdb][0xd0][0x1f]%[0xda][0x8c][0xf][0xb8][0xd4][0xf1][0xa6]O#[0xbd]q[0xd0][0xaf]D[0x2]`a[0x0][0xc][0xc7]p[0xdc]7[0xfb][0x6][0xfd]0l[0xab][0xb8]B[0xab][0xe4][0x1a][0x9b][0xfe][0x13][0x99]{[0x18][0x9e][0xfe][0x3][0x99]_[0xa0]2[0xdc][0x83][0x9a][0xfe][0x16]i?[0xae]TD[0xf5][0xf5][0x88][0xea][0xb1]P[0xf5][0x18]N[0x92]7[0x8c][0xb2]-[0xb3][0xac][0x8c][0x9e][0x95]VNw[0xc3][0x94][0x8e][0xc3][0xa4]%[0xc2][0xf4][0x16]f[0xe3][0x92]Sq[0x90][0x1a][0x89][0x92]e[0xbc][0x13][0x0][0xbc][0x92][0x90][0xe4]h [0xcd][0x1e]I[0x9e][0xc3][0xbb]t6[0xd4]-)[0xf3]a[0xed][0xbf]G;[0x1a]f}[0x16][0x92][0xd3][0xc3][0xc6]bPH[0xe7][0xf1]~[0xe0][0xed][0x85] [0xf]J[0x17][0xe0][0x9f]Ft([0xa1][0xe][0x85]$*[0x1d]~J[0xca][0xc5][0xd0][0xcf][0xf]h[0xb7][0x14]j[0xff]/,>[0xef][0xe1]g[0xdc][0x86][0xa4],[0x87]6Vh[0xb7][0xda][0xb7][0x8d]/[0x9e][0xc0]Fg[0x1c][0x97][0xfa][0xb6][0xf1][0xe5]S[0xdb][0xf8][0x90][0x9a].[0xd6][0x98]? [0x1b][0xaf][0xb9][0xaf]z6[0xe6]:[0xd1][0xaa]}[0x8c][0x85][0xaf][0x13][0xab]v[0xa3][0x8f]z[0xff][0xa6][rh[0x9e]j[0xf1]Q'[0x9f][0x8][0xb0][0xc9]MQ[0xf][0xe7]~B>n::[0x89]s[0x81][0x2][0xd9][0xb9][0x97][0x3][0x5]o[0x7]%([0xc7]x[0xd7]D9[0x15]Av Dv[0x80][0xe6][0xc7][0x16][0xdd]gq5|[\r][0xc6])#[0xf2]Sx[0x88][0xc1]-[0xf6][0x0][0x85][0x1f][0x91][0xbd][0xef]G[0xf9]X[0xdb][0x19][0xe2]i[0xe3]v[\r][0x1f][0xf9][0xeb]uz@[0xcf]B[0x9a]^[0xa1]:^F[0x9e][0xdc][0xa9][0xe3]L&[0x87]M[0xa9]l(KK[0xeb][0xd0][0x91][0xff][0x7]PK[0x7][0x8][\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext.class[0x9d]Y[0x9]xTW[0x15][0xfe][0xef][0xcc]d[0xde],/[0xb]C[0x16]@[0xac],[0x1][0x92]a[0x19][0xb6][0x96]%[0x14][0x8][0x1]$%[0x1]lB0T[0xad][0x8f][0xe4]1[0x19]2[0x9b]3[0x93]HZ[0xeb][0x82]ui+[0xd5][0xba][0xb5][0xa4][0xd4][0xdd]FkU [0x15][0x12][0x90][0x96][0xd6][0xa5]J[0x17][0xaa][0xd5]nvS[0xeb]V[[0xad][0xb6].EZ<[0xe7][0xbe]7[0x93][0x99][0xcc]K[0xbe][0x4][0xbe][0x8f]{[0xdf][0xbd][0xf7][0xdc][0xb3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]g[0xbb][0x3][0xa7][0xdf]<~7[0x80]%[0xa2][0xc4][0x83]Kq[0x87][0x1b][0xe]|[0xc7][0x83];[0xf1]][0x5][0xdf]s[0xe1][0xfb][0xfc]y[0x88]7[0xf][0xbb]p[0x84][0xe7]~[0x17][0xee][0xe2][0xf9][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]z[0xa0][0xe2][0x18]/[0x6][0x14][0xc]zP[0x8c];[0xbc]8[0x8e][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xe8][0x85][0xf]'[0x15][0xdc][0xed]A)Nzq[0xf]Nyq/[0xee][0xf3][0xe2]G[0xf8]1[0xf]?Q[0xf0]S/[0xa6][0xe0]~[0x5]?[0xe3][0xf9][0xe7]|[0xf1]4[0xf][0xf](x[0xd0][0x8b]ix[0x88][0xaf]>[0xe4][0xc5][0xc3]|[0xeb]8[0xce]xH[0xcc]#<[0xfc][0x82][0x97][0xbf][0xe4][0xe1]Q[0x1e]~[0xc5][0xf2][0xcd][0xc3]c[0xbc]|[0xdc][0x8b]'p[0x86][0x87]'yx[0x8a][0xf]~[0xe3][0xc5][0xd3][0xc6][0xc1]3<<[0xcb][0xc3]s<<[0xcf][0xc3]o=[0xf8][0x1d]~[0xcf]_/x[0xf0][0x7][0xfc]Q[0xc1][0x9f][0x81][0xd5]c[0xac],#b[0xb1].[0x16][0xe3](1[0xcf]z[0xb8][0xf2][0xec][0xe4][0xca]3\[0x9]B[0xd5]I>[0xb5][0x9a][0xf4][0xbc][0xf6]K[59[0xda]K[0x1a]W(cXy[0xe]y[0xda]`[0xee][0x83][0x1d]Zr[0x8b],I[0x8e][0xa8]Q[0x99]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xa6][0x80]:[0xc9][0xc][0xf9]8[0xe0][0xba]n>[0xff]}[0xf9][0xef][0xe][0xaa][0xa6][0xb2][0x91][0x12]c[0xf9]X[0x88][0xf3]s"[0xbb][\r][0x92][0x1d][[0x13][[0xba][0xf8][0xd1][0x11][0x18][0xe7]o[0x14]R[0xb1]M2[0xac][0xc8][0xeb][0xab]i[0x96][0xa5]V-[0x8a][0x94][0xd7][0xda][0xdb][0xe5];g[0xc4]v[0xb9][0xd3][0xac]v[0x96][0xea][0x98][0xdd]([0xb0]MKh[0x11][0x9d],[\r]][0xa5][0xb7]7[0xa6][[0x94]sw,[0x11][0xd1]R[0xfc][0x1c][0x19][[0xaf][0xb2][0xea]eVj%[0xd9][0xe3][0x1c][0xe4][0xd2][0xf9][0xf3][0xc7][0xfa]K[0xa2]r[0x11][0xf5]C,[0xa2]_[0xb3][0x97][0xd2][0xef]|/&s[0x89][0x81][0xc0][0xdb]ie[0xc3]&ZSY[0xa1][0xef])[0xd8][0x8c][0x6][0xda]o[0x94][0xfb][0x1e]Zo[0xc9]Z[0xbb]h[0xbd]5k]@[0x14][0xd4][0x99][0xe8][0xdb][0xc3][0x1d]F[0xce]M[0xe6]L=P[0xce]-[0x92][0xaf][0x87][0xab][0x99][0xe4]o[0xe3][0x16]I[0x1c][0xae][0xe0]o[0xa0]Y[0xd0]\[0xe0]?[0x6]qX[0xb2]|[0x97]$[0xb6][0xd1][0xf8]0[0xff][0xd6][0xc7][0xbb][0xe9]K5[0x88][0xf0][0x1e]\I[0xb3][0x8b][0xab][0x90][0xc9][0xe0][0x10][0xec][0xf2]l[0x87][0xe8][0x87]m[0x0][0xf6][0xcd]~_[0xc1]Q8[0xfb][0xa1][0xf8]}.[0xfa][0xe8]E[0xe1][0x11]([0xbd]P[0x1c]}p[0xd8][0xfb][0xe1][0xf6][0xfb]<[0x16][0xdb][0xde][0x13]P[[0x8f][0xc0]}[0xc][0x85][0xfd](:[0x81][0xe2][0xd6]c(![0x8e][0xac][0x92]][0xaa]4[0x83][0xc4][0x2][0x8f][0x91]J[0x8f][0xd3][0xd7][0x13][0x98][0x80]'Q[0x85][0xa7][0xb0][0x6]O[0x13][0x1e][0xcf][0x90][0x95][0xcf]fTu[0x11]F[0x1a]v[0xd1][0xaa][0x8d][0xfe][0x16][0xc2]q[0xe][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xd7][0x8a][0xb2][0xb5][0xf4]C[0x80][0xdb][0xa0][0xa9]}[0x1d]1gK[0xbd]G`[0xf3][0xcf][0x1d][0xc4][0x4];[0x86][0x83][0xf0][0x12][0xcd]/K[0xce][0xe5][0x6])[0x82]$[0xf][0xf2][0xab]Cz[0xc2][0xcd][0x1d][0x92][0xce][0x98][0xe1][0x8b][0xc4][0xd0]Ns'1[0xbc][0x17][0xbe][0x3][0xf0][0xd1][0xc7])[0xf8][0xfc][0x83][0x98]hC[0x1f][0xb6][0xcb][0xfd][0xd2][0x3]([0x91][0xfb][0xa5][0xfe][0xa3]([0xeb][0xc3][0x1a]:.[0x17][0x18]D[0x85]@[0x3][0xa9]1I[0xe0][0x0]X[0x9f][0xc9][0x2][0xa7]0[0xa5][0x91]h[0xe7][\r][0xe2]-[0xbc][0x98]J[0x1f]o[0x95][0x1f]R[0xdb][0xbe][0xf3][0x8f][0xb2][0xc2][0x8e],[0x88]^'[0x85][0xce]b[0x12][0xf5][0xd9][0xe9][0xd4]f[0x17]P?m[0xa4][0xde][0x19]$'[0xed][0xa1][0xfe][0x96]6[0xa4][0x91][0x2][0xa1][0x13][0x11]iR'[0xa2][0x14][0x8a]@,[0xe7],[0x9e]9[0xdb]4[0x4][0xe4][0xa4][0xb2]s[0xf0]*x[0xdf]Y[0x4][0xcc][0xc8]M[0x90]8[0xea][0xca]&[0xa0]Ki[0x87][0xc3][0xc1][0xc3][0x80][0xe][0xe2]"[0x1b][0x5]H[0x1a]O'[0x9f][0x88][0xe2][0xac][0x80][0xf2][0x98]X[0xba][0xb9][0xa5][0x9b][0x1c][0x96][0xe7]rx[0x9b]m[0xb8]G[0xc4]$[0xb8][0xc5]dK.[0xd4][0xda]M?[0x9c][0xa6][0x99][0xfd]`[0xe0]=-[0xed][0x87]i[0xc4]q:[0xfb]aM[0xbe][0x1f]f[0xf4][0xa1][0x9a][0x8e]gf[0xb9]`r[0xda][0x5]SM[0x17][0x90]6}[0xe7]_[0x18][0x86][0xb8][0x98]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xd2][0x8d]Y[0x98].fc[0x81][0xa8][0xc2]&QM[0xcf]=?[0x9a][0xc5][0xbc][0xc][0xe2][0x9b]HAV[0x94]Q[0xdd][0x8e][0x1e]\e"n[0x18][0xc1];W[0xe7][0xe2][0xec][0x94]8_d[0xe2][0xfc][0x1][0xba]~M&[0xed]f[0xc9]Kd3[0xe9]5[0x88]J!A[0x12]Y -[0x86]K,[0xa1]+[0x1f][0xcc]\[0x99][0x3][0xe3][0x8f]2[0x80]Y[0x3][0x98]=t[0xa1][0x88][0x91][0x12]+`[0x17]+[0xe1][0x14]5t[0x89][0xde]B[0xd6][0xfe][0x9c]c[0xc3][0x9d][0xc3][0xfc][0xb9][0xde][0xd2][0x13][0x1f][0xc1]>[0xd3][0x13][0xd3]s4[0xad][0x12]2 D[0x16][0x83]F[0xd3][0xc0][0x8f][0xd2][0xb5]k3[0xd7][0x82]fa*[0x93][0xd7][0xaa][0x5]6[0xfb][0xef]g[0x1e]~[0xaa][0x17][0xfe]C[0x19][0x7][0x18][0xc6][0xb6][0x90][0x3]vd[0xf4]p[0xd3][0xf8][0xb1]L@[0xf][0xed][0xa4][0xc3]X[0x85][0xed][0x1c]&*[0xf8][0xf8]Z[0xfa][0x9b]%[0xfc][0x13][0xf8][0xa4]i[0xf5]TSg[0xc7][0x11][0xcc][0x1d][0xae]n'Q[0xd2][0x93][0xd0][0xa4][0xcc][0xb5]n[0x9e][0x90][0xf0]d[0x93][0xa7][0x88][0xfc][0x6]+[0xb7][0x15][\r]b~[0xbe][0xdb][0xae]&[0xb7][0xb1][0xa7]?[0x85][0xfd][0xf9][0x12][0xe8][0xca][0x82]|[0xfc][0xae]%[0xf2][0x1b]3[0xe4][0xdb][0x87]p#[0xf2]@[0x6][0xb7][0x85]i[0xdc][0xec]Y[0xd2][0xf6][0x13]n7[0xe6][0xe0][0xf6]i|f[0x18]J7[0x11]J7[0xd1][0xd9]g[0xf1]9[0xd3]5=fL[0xcc][0xa4][0x80][0xa0][0xe7]d/[0xb3]w[0xf7][0xc2]q8m[0x14][0xcd]t[0xb4][0xd8][0x86][0x1d]C[0x99]RN[0xdd][0x3][0xe2]f[0x14][0x8b][P"z)[n[0xc5][0xc]q0+xf[0xe2][0xf3][0xf8]BNN[0xf0][0xce][0x17]Mu[0x1c][0xb0][0x15][0xc3]t[0xd6][0xcd][0xa4][0xe]=[0xbb]-[0x1]Z[0x92][0xef][0x82][0xdb][0x89][0x9c][0x1e][0xe8][0x96][0xe4]K[0xf3][0xf1][0xbc][0x8b][0xc8][0xf][0x8e]@~q>[0xf9]}D~[0x9b]U[0xf5]b[0xc].[0xc9][0xaf]^g[0x8][0xf3]Grr[0xe6]K2g[0xae]#._6[0xb9]l4[0xdb]R[0x11]s[0x99];[0x80]e[0x96][0x9c][0x9e]C[0xa1]x>[0xab]3[0x15][0x99][0x9c][0xf8][0xeb]+[0xf8][0xaa][0xf4][0xe8][0xd7][0xc6][0x1e]z[0xaf]R[0xe8][0xbd]FW[0xe8]G[0x8b][0x85]1S[0x6][0xb1][0xd8]r[0xfa][0x1d]gy[0xf6][0xc1][0x16]R[0x5]5[0xd5][0x8d]{[0x82]S[0xe3][0xf4][0x18][0xac]l[0xf7]z[0xb5][0xbd][0xee]t[0xfc][0xbd][0xb9][0xe4]w[0x9e][0x1f]Qm[0xf9][0x3][0x14][0xd8][0xbf][0xaa]<[0xcf][0xe0][0xb5][0x10][0xd5][0x88][0xf4][0xb1][0xcd]y[0x6][0xed]][0xe9]FvZ`[0xe0][0xef][0xd3])[0xb2][0xf7]I[0x6][0xd7][0xff]6[0xef][0xc8]4:[0x83]/[0xff]A[0x9a][0xc8]|[0x8b][0xc][0xbe][0xfe]W[0xf9]"[0x13][0x9f]bp[0xeb]?&[0x8e][0x9c][0xe1]4[0x83][0x9f][0xff]w[0x19]"[0xa7]Zb[0xf0][0xdb]C[0x90]*r[0xce]3[0xc][0xfe]|(sFNn[0xe0][0xeb][0xbb][0xe5]m[\r]:[0xce]E[0x97][0x8f][0x3][0xd3][0xe1]o[0xf9]9[0xee][0x93][0x85]G [0xcf]`[0xee][0x81][0x6]-wc[0xb3][0xe7]H[0x5]~[0xea][0xfc]nN[0x5][0x1][0xb6][0x9d]z[0x9e]_[0x1a]8[0xf][0x8d][0x86][0xcc][0xc2][0x14][0xe0]P[0xb4][0xb4][0xcf][0x91][0x85][0xc1][0xfc]n[0xbf]#y[0x2][0xdf]@[0x87][0x4][0x84][0xeb][0xd5][b8s[0xaf][0x5][0xe3][0xd3][0xf4][0xf8]q[0x7]G[0xb1][0xc3]a[0x3][0xca][0xe8][0xfa][0xbd][0x11][0x3][0xd7]_[0xf]Y[0xbf][0x12][0xe9][0x19]+e[0x1c].U[0x1c]430[0x1][0xc][0x8e]B[0x16][0xe]`[0x9d][0xc4][0xb1]4[0x6][0x7][0xb1]2[0xfe]P[0xf1][0xfa]([0xae][0xd4][0xb1]2[0xac][0x89][0xea]M`[0xdf][0x8a]-[0x87][0xf0][0x9a][0x14][0x8b][0xc7][0xe1]0^[0xb3][0xc1][0x6]8[0x2][0x5][0xac]8[0x9d]AQ[0x1e]>[0x7]q[0xdc][0xf][0x90][0xfe][0x1e]bV[0xed]&[0xc4][0xbf][0x19][0x11][0xa8][0x8][0x81]#[0xc1]&)[0xc0][0xbb][0xa3]0-|[0xa7][0xa0][0xb4]SJ[0xe1]R[0x89]Q[0xa9][0x85][0xb1]R[0x8f]I[0xa9][0xc7][0xc7]P%G[0xa5][0x96][0xc7]J=![0xa5][0x8e]I[0xa9]&[0x9e][0x88]c[0x9d][0xac][0xd6][0x94][0xdb][0xa0]Z[0xf1][0x13][0xad][0x1b][0x90][0x1a][0xd5]k[0x8][0xbd]c[0xc1]N[0xd2][0x9b][0x94]z[0xbc]+#dL([0x1f][0x97][0xca]o[0xe3]Y[0x5]k[0xbe]ZKHeK[0xd1][0xc2][0xd4]_[0x12][0xea][0xd5]`7[0xa9][0xe7]I=/[0xd5]y[0xf7]$vq[0xe1][0xf3][0x94][0xf4]qQ%[0x81][0xb5]P[0xad]%[0xb7][0xf9]X[0x89][0xa2][0x12]f[0xd6][0x12]f[0x8b][0xc1][0x11]2+[0x90]Y[0x81][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0x8c]wOc[0xa7][0x8][0xdb]g[0xa4][0xed]G[0xa8][0x97][0xc4]Z[0xaa][0xd6][0xd4]Q[+YL[0x84]y_[0x11][0xde]+[0xc1]9[0xf2].[0x91]w[0x89][0xbc]K[0xe4]][0x92][0xde][0xbc][0xab]`[0x97][0x10][0x14]3[0x92][0xe2]S[0xd4]R[0xb1][0x96][0xab][0xb5]T([0x85][0xa5][0x16][0x93]a([0x1d][0x81]r)8L(eB)[0x13]J[0x99]P[0xca][0x84]R[0x96]([0xbc][0x9b][0xc5].)[0xa0][0xaa][0x12][0xea][0xb][0xbc]O[0xf1][0xdf]F[0xb5][0x96][0xdb][0xf1]H[0xee]SY[0xa9][0xa2][0x1a][0x86][0xf6][0xbe]@{#[0x90] [0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]U[0x8][0xad]Bh[0x15]B[0xab][0x10]ZE[0xa2][0xf1][0xae][0x86][0x9d]* OH[0xc8][0xaf][0xf0][0x93]4V[\r]![0xc3][0x1f][0xe0]}H+[0x97],[0xa6][0xc2]P}[0x81][0xfa]N D[0xa8][0x1a][0xa1]j[0x84][0xaa][0x11][0xaa]F[0xa8][0x1a][0xa1]j[0x84][0xaa]IT[0xde]i[0xd8][0xa5][0x4][0xf4][0x9c][0x84][0xc6][0x9f]:[0xfe][0xcd][0xc3][0xbe][0x11][0xfa]/[0x9e][0xf7]6h+[0xa7][0x16][0xd3]a[0xe8][0x9f][0x8][0xf4][0xf7][0x2]9B[0xd7][0x9]]'t[0x9d][0xd0]uB[0xd7][0x9]]'t[0x9d][0xd0]u[0x89][0xce][0xbb]:vi[0x11]b^[0x86][0xf8][0x11]wO`50Dz[0xf]![0xac]\[0xaa][0x98][0x9][0x8b]r]D[0xd9][0xc]D)[0x8a]AQ[0xc][0x8a]bP[0x14][0x83][0xa2][0x18][0x14][0xc5][0xa0]([0x6]E1([0x8a]![0xa3][0xf0]n[0x1][0xbb][0x8c][0x8]uR[0x86][0xfa][0x5][0xcf]e[0xb1][0x9a][0x18]*[0xb3][0xe7]PV.][0x9c][0x8][0x8b][0xf6][0x99][0x88]v-[0x90][0xa6]h&E3)[0x9a]I[0xd1]L[0x8a]fR4[0x93][0xa2][0x99][0x14][0xcd][0xa4]h&E3e4[0xde][0xe9][0xd8][0xf1][0xd7][0xeb][0xa2]`:u[0x17]PK[0x7][0x8]F[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/AsynchronouslyFormattable.class[0x85][0x90]=O[0xc3]0[0x10][0x86]_[0x97][0x96]@[0xf9]*l[0xc]P`[0xe8]H[0x6][0x98][0xca]T[0x89]VB[0xe2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x9]1[0xb9][0xe1][0x94]:r[0xec]*v*[0xe5][0xaf]1[0xf0][0x3][0xf8]Q[0x88][0xb][0x3]][0x82][0xb0]d[0xbf][0xf6][0xbd][0xcf][0x9d]O[0xf7][0xf9][0xf5][0xfe][0x1][0xe0][0x2][0x7][0x1][0xf6][0x2][0xf4][0x2][0xec][0xb]t[0x1f]mY$4Q[0x9a][0x4][0x8e]G[0xae]2[0xc9][0xbc][0xb0][0xc6][0x96]NW[0x13][[0xe4][0xd2]{9[0xd3]t[0x9e][0xc9][0xa5][0x14]8[0x8c]J[0xe3]UN[0xcf][0xca])[0x8e][0x8e][0x8c][0xb1]^ze[0x8d][0x13]8[0xbd][0xad][0x99]PK[0x93][0x86][0xf2][0xd7][0x8][0xaf]mR[0xe6]d<[0xbd]][0x9][0x1c]53[0xb1],R[0xf2][0xec]w[0x96]R[0x97][0xdc][0xc8]Y37[0xd6]T[0x97][0x8a][0xab][0x5]1[0xdc][0x8e]_[0xa6]c[0x81][0x93]f6"[0xcf]([0xdf][0x98][0x1c][0xfc][0x83]L[0xad]VI[0xc5]`[0x10]=[0xdd][0xc7]7w\" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "uh[0xb]f[0x17]2[0x99]S[0xa8]m[0x9a]*Ne[0xbd][0xcc][0xc2][0x9c][0x9c][0x93])[0x85][0xce]J[0xa0][0xb7][0xfa][0xee]a[0x96]Q[0xe2][0x5][0xfa][0x8d][0x1d][0xac][0x6]8[0x10][0x10]h[0xf1]^C[0xbd]Zh[0xff][0x9c][0x1d][0xac][0xb3][0xf6]9[0x1a][0xb0]n[0xb0][0xbf][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xe8]b[0xb][0xdb][0xf5][0x8b][0xb0][0x83][0xdd]oPK[0x7][0x8][0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.class[0x9d]WYW[0x1c][0xd5][0x16][0xfe]N[0xf]T[0xd3])[0x6];@$[0x10][0xd3][0x9a][0x18][0xa1][0x1b][0x82][0xe6][0xe6][0xc6]k [0x1a]B[0x82]i[0x4][0x12][0x3][0x92]h[0xd4]X[0xd0]eS[0xd0]T[0x93][0xee][0xea]h[0x9c][0xe7]y6[0xe][0x89][0xd3][0xbd]N[0xe8]]y[0xb9]kI[0xeb][0xf2][0xc1][0xe5][0x83]K[0x97][0xfe][0x9][0x9f][0xfd][0x7]>[0xb8][0x8c][0xdf]>[0xd5][0x81]t[0x18][0xd4][0xfb][0xd0][0xb5][0xbf]s[0xce][0xae]}[0xbe]o[0x9f]}v[0xc1]O[0xbf][0xfd][\r][0x80][0xe0][0xbf]Ql[0xc1]x[0x14][0x13]HW[0xa3][0x1][0xb6][0xa0][0xbb][0x5]e[0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0x4]M[0x9][0x9a][0x16][0x94][0x15]4#[0xc8][0x15][0x94][0x13]4+[0xe8][0xb8][0xa0]|[0x14][0x5]?[0x80]'[0x91][0x8b][0x6]NDq[0xf][0xee][0x95][0xc7][0xc9]([0xee][0xc3][0xfd][0x6][0x1e][0x88][0xe2]A<[0x14][0xc1][0xc3]b[0x1f][0x89][0xe0]Q[0xb1][0x8f]E[0xf0][0xb8][0xd8]'"[0xe8][0x17][0xbf]'#x*[0x8a][0xed]x:[0x82]gd[0xfe]Y[0x3][0xcf][0x19]x^![0xba][0xbf]wd[0xff][0xb1][0x91][0xfd][0xa9][0xfe]Q[0x5][0x95]R[0xa8][0xe9][0xcb][0xb9][0x5][0xcf]r[0xbd]1+[[0xb4][0x83][0x94][0x15]W[0xa8][0xd3]^C[0xb7][0xc][0x8e][0xa6][0xe][0xe][0xa6][0xf6][0x1d][0x92][0xe9][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]'[0xcd][0x97][0x6][0x14]B[0xae]5c+[0xc4][0x6][0xa7][0xac][0x13]VW[0xd6]r3]#^[0xde]q3[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]l[0xce][0xcd][0xc][0xeb][0xf5]0[0x3]{[0xb6][0x81][0x17][0x8]G[0x4]*[0x98])[0xd7][0xb5][0xf3]}Y[0xab]P[0xb0][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^[0x10]at2o[[0xe9][0xcd][0xda]Q[0xe2][0xcc][0xe6][0x9d]\[0xde][0xf1]N*[0x18]N[0xa1]7[0xeb][0x9c][0xe0][0xeb][0xea]6.8[0x85][0xbd][0x96]=[0x93]s[0xc9][0xd3][0xd3][0xef][0xdc][0x98][0xcf][0x15]g[0xfd]-[0xab]z[0x1c][0xd7][0xf1][0xae]Whl[[0x12][0xba][0xbb]}[0x8c][0xd4][0xfb]ri[0xfa][0xd5][\r]:[0xae]=\[0x9c][0x19][0xb7][0xf3][0xa3][0xd6]xV[0x8b][0xc9]MX[0xd9]1+[0xef][0xc8][0xb8]<[0x19][0xf2]&[0x1d][0xd2][0xbc]n0[0x97][0xcf]tY[0xb3][0xd6][0xc4][0xa4][0xdd][0x95][0xcd]e2[0x94]*v[0xfb]T[0xd7][0x8c]](X[0x19][0xbb]k[0x8f]Up&[0xfc]}R[0xee][0xdd][0xb9][0xfc][0x8c][0xe5]99[0x97]:[0xaa]|[0x8e][0x95][0xd9]*[0x13]b^2[0xc2]]a[0xdd][0x92]E-[0x8a][0x1e]5L[0xc8][0xc4][0xf4][0x90]5[0xab])[0xb1]"[0xc][0xbc]h[0xe0]%[0x3]/3[0xb6]}[0xbc]he[0xb][0x17][0xa9]=0>eOx[0xdd][0xed][0xcc][0x95][0xca]U[0xee][^[0xd2][0xc2],[0x8f][0xb9][0x9c][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]~F[0x82]m[0xed],[0x87][0xaa][0xbc]](f[0xb9]R[0xc7][0xf4][0xbb][0xde][0xa2] [0x85][0xd6][0xb6]%[0xc7][0xbd][0xa7][0xe8]d[0xd3]v^'6P[0x18]Wh^[0xd1][0x85][0xa5][0xa7]#j5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";W[0xe]v[0xb4]b[0x85][0xde][0xa3]yk[0xc2][0xde][0x97][0xb5]gl[0xd7][0xd3][[0x19][0xb6]?P[0xd8][0xb0][0xaa]/[0xd3][0xeb][0xc9]X[0xe1][0xb2][0xd5][0x83][0x1a][0xb8][0x93][0xfc]Fr[0xc5][0xfc][0x84][0xdd][0xef][0xc8][0xc1][0xb7],[0x9e][%[0x8a][0x89]]x[0x85][0xa7]`[0xe2]U[0xbc]fb+[0xba]L[0xbc][0x8e]S&[0xae][0xc6]5&[0xde][0x10][0xb4]M[0xd0][0x9b]x[0xcb]d[0x93][0xb8][0xd6][0xc4][0xdb][0x18]1[0xf1]/[0xb4][0x9b][0xb8][0xe][0xa7][0xe5][0xb1][0xd3]D[0xb7][0xa0]nAg[0xf0][0xe][0xf][0xd4]D[0x8f][0xbc][0xf4].[0xde]S[0xb8][0xf6][0xff],7[0x16][0x85][0x89]![0xc][0x9b]8[0x84][0x11][0x3][0xef][0x9b][0xf8][0x0][0xff]V[0xd8][0xb4]b[0xb8][0xa2][0xe7]d[0xbb][0xfa]&[0xad]|[0xc1][0xc0]L|[0x88][0x8f][0x98][0xdd][0xb4][0xbe]]q[0x19]~[0xcc][0x14][0xca]=[0xdc]%[0x83]O8[0x88]{NZ[0xf]>51[0x87][0xcf]X'[0xd5]>[0x8b][0xb8][0xbe][0xeb];[0xe3][0x92][0x85]S[0xac][0xaf]j[0xcb][0xd3][0x11]>W[0xa8][0xbf][0xb8][0xfe][0x14][0xb6][0xfd][0xa9][0xc0]%[0xda][0x14][0x9a][0x96][0xef][0x15][0x15][0x1b][0x8c][0x96]/[[0xe3][0xb2][0xd7][0xa9][0xc2][0xd5][0xaf]:][0xf8]cr[0x11]m/[0x95][0xd6]#68[0x83]#[0xbf][0xa1]4[0xb4][0xb5]/[0xdb][0xe5][0xbc][0xdc][0xf9][0xf7]#[0xf4]-[0x13]Y_[0xe1]|QC[C[0xbf][0x83][0xb]=[0x8d][0xfb][0xf0]~[0xd6]r[0xae][0x82]_[0xf3]2[0x11][0xce]w[0x2][0xd9]HwN[0x85][0xb5][0x15]nz[0x92][0xe][0x1d][0xab][0x9f]s[0xc5]5c[0x90][0x1a]kv[0xd6]v[0xd3]{[0x8f][0xeb][0xd6][0xaf][0xd0][0xbf][0xf2][0x9d]\[0xa6][0xbb][0xac]r[0xd3][0xd7][0xad][0xb0][0xc4][0xf6][0xe2]o)[0xcd][0xa4]o[0xb5][0x8][0x9d]K[0xa9][0xac][0xba]ck[j[0xf5][0xe5][0x81][0xd5][0x96][0xeb]}V7[0xd9]'[0x17]rq[0xe4]/[0xe5][0xa2][0xcc][0xec][0xef]e[0xa7]s[0xb9]^[0xbd][0xa2]?[0xe2][0xfc]k`[0xb][0x14][0xae]B[0x14][0xeb][0xd1][0x86]v[0xe2][0x4][0xbf][0xc7][0x1]$9[0xee][0xb8]`[0xdc][0x89][0x98]4#[0xe2][0x98][0xb4]"m[0xb7][0x95]-[0xdb][0x90][0xb6]lB[0xda][0xb2][0x5]i[0xdb]][0xb6]=[0xda]/[0xcc][0xdf].\[0xcf][0x88]7[0x10][0xfd][0x82] [0xe4][0xcb]([0xf1]%T"YB`[0x1e]A[0xb1][0xa1]y[0x84][0xc5]V[0xcd][0xc3][0x10][0x1b][0x99]G[0xb5][0xd8][0xe8]<[0xd6][0x88]5[0xe7]Q#[0xb6]v[0x1e]u4[0xf5]C[0x89][0x8e][0x1f]`[0xa8]9[0x18][0x1d]%\2[0x8f][0xd8][0xff][0x18]5[0x88][0xdd]|n[0xc5][0x1a]>[0xdb][0x11][0xa2][0x6][0x93][0x8a][0x1a][0xa8][0xa8][0x95]J6s[0xa5][0x83]Z[0xb6]S[0x89]p[0xeb][0xa5][0x92][0x9b][0xa9][0xa2]W[0xfe]@[0xf1]Ya[0xf][0xfa][0x0][0x8d][0xf6]b[0x1f]9[0xf7][0xe2][0x12][0xf4][0xe3]Ffb?g[0x93][0x8][0x9c][0xc3][0x0][0x82][0x6]R[0x6][0x6][0xc][0xdc][0x4]ExN4-N[0x5]4[0x1c][0xe4][0xcb][0xec][0x9a]e[0xd9][0xdf][0x91][0x8c]l0[0x9c]H~[0x8a]p[0xe8]l[0xf2]{[0xd4]&JXK%k?A8x6[0xf9]-[0x1a][0x86][0x12]_ [0xd8][0xc1][0xdf][0xa9][0xd3]2[0xc5]Q[0xf8]{4[0x88][0xe1]d[0xb8][0x84][0xc6]3[0xa8][0x9b]C[0xb4]C[0xcf][0xd3]!tvAr[0x82][0x7][0x9][0x1e]G[0x98][0x87]a0[0xfd]M<[0x84]K[0x99][0xf4][\r]\m[0xa7][0x88]$e[\r]P[0xd2] [0xa5],[0xca][0x1d]^[0x90];[0x8c][0x3]8H[0xae][0x1b][0x98][0x96][0x9b]9[0xe7][0xcb][0xad][0x85]a[0xd4][0xaa][0xdf][0x10][0xa3][0xa2]uU[0xfc][0xf2][0xcb]'[0xa0][0xac][0xe8]I[0xee][0x15][0xa0]m[0x13][0xd2][0xf2][0xab][0x8f]?[0xf8][0xf8]3=[0xf5][0x1b][&}[0xe2]5[0x9]M[0xba]i[0xe][0xa1][0xe0]]=-[0x8b]\k[0xf5][0xde][0x83][0xb4]C,[0xc2]a[0xcd][0xa7][0xc9][0x8f]U[0xe6]S[0xcb]"[0x1c][0xd5]E(,Z$[0xe9][0x9b]tZIA[0x9d][0x93][0xba][0xd4]8[0xa0][0x84][0xd2]-[0x18]+S[0xfa][0x91][0x81]%[0xcc]tR[0xb6][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xea][0xe3]%4[0x1f][0xe6][0xa0][0xee]4[0xa2][0xc9][0xd8][0xfa][0x12]Z[0xe]'c[0xad]4[0x9c][S[0xc2][0x86][0xd8]e>[0xe][0x96][0xb0]q[0xc1]9[0xc6][0xb3]I[0xc6][0xe2][0x82][0xbe][0xc2][0xe5][0x87][0x93][0xf5]QYH[0xc6][0xae][0xf0]}[0xab]K[0xd8]D[0xe4][0xcf].[0x16][0xdd][0x16]T[0xf3]y[0x98][0xdc][0x8f][0xa0][0x11][0xb7][0xb2][0xe0][0x8e][0xf2][0xc]n[0xa7][0xa2];[0xa8][0xf3][0x18][0xf5][0xdc][0x85])X[0x17][0xa8][0x9d]^[0xc8][0xfe]4[0xdf];RV[0x1b]B[0xa0][0xf5]j[0xe2][q[Y[0xd6][0x1b][0xf4]6[0xa4][0xac];[0x86];[0xbf][0xd9][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x8]7[0x86][0x1b]C[0x1f]"[0xde][0xd9][0x18][0xde][0xb6][0xb3]*[0x19][0xdb]L:[0xcd]U%\[0xe9]sz"[0xac][0xe6][0xce][0xfd][0xbc][0xc8],[0xc6][0x98][0xe0][0xde]M[0xdc][0xe7]*[0xda]N[0xcc]h[0x16][0x9][0xce]7[0xb1][0xbc][0x8f][0x92]e[0x95][0xbe]6[0xe7][0xf9]l-[0xf3][0x11]t[0x7][0xee],WC[\r][0x2][0xbf][0xa3][0xda][0xc0]1[0xa5]~[0x95][0xf3][0xa0] [0xe9][0x10][0x16]v[0xd0]F[0xe9][0xbe][0x9d][0xff]m[0xfc]sw[0xf3][0x1f]PK[0x7][0x8][0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.class[0xad]TkO[0x13]A[0x14]=[0xd3][0x16][0x16][0xea]B[0x85][0xfa]~`U[0xc4]R[0xd1][0xfa]~[0x0][0x82]R[0xac][0x11][0x1][0x89]<[0x12]5~[0x98][0x96][0xb1],.[0xbb]dw[0xeb][0xe3]_a"[0x10]5[0xf1][0xa3][0x1f][0xfc]Q[0xc6]3[0xdb][0xb5])X[0x1][0x8d]Mz[0xe7][0xce][0xdc]{[0xcf][0xb9]s[0xef][0x9d][0xfd][0xfe][0xe3][0xf3]W[0x0][0xd7][0xf0]0[0x89][0x14].[0xb7][0xa3][0x13]W[0xb4][0xb8]j[0xe0]Z[0x12][0x9]\[0xd6][0xe2]z[0x1b]n[0xec][0xc3]M[0xdc][0xd2][0x9b][0xdb]m[0xb8][0xa3]7[0x83]Z[0xc]i1l`[0xc4][0xc0][0xa8][0x81]{[0x2][0xfb]}[0xe5]Y[0xd2]^P[0x9e]o[0xb9][0xce][0xfc][0xa3]q[0x1]1![0xd0]Qp[0x1d]?[0x90]N[0xb0] [0xed][0xaa]jA[0xed]'[0x4][0x8c][0x15][0xe5][0xfb][0xb2][0xa2][0x4]r[0x93][0xae]W[0xc9][0xcb]UY^Ry[0xdb][0xad]T,[0xa7][0xa2][0xd7][0xeb][0xcb][0xf9][0xc8]'?U[[0x87][0x4][0x12][0x81]z[0x17][0x8]tO.[0xcb]72oK[0xba][0xce][0x6][0x1e]#hk[0x1d][0xb6][0x1c]+[0x18][0x11][0x18][0xcd][0xfe]n[0xde];I[0xff][0x2]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]"SKMZ[0x8e][0x9a][0xae][0xae][0x94][0x94]7'K[0xb6][0xd2][0xc4]n[0x99][0xb7][0x94][0xbc]+[0xf7][0xd1]a"X[0xb2]|[0x81][0xf4][0xfd][0x92][0x1f]x[0xb2][0x1c][0x14]m[0xf7][0xed][0xd4][0xaf][0xeb][0x99][0x8f][0x1c]Gy[0x5][[0xfa][0xbe][0xa2][0xd3][0xcc][0xee][0x89][0x8c][0xab]W[0xb2]j7[0xa2][0x14][0x9][0xea]z[0xef]{[0x9b][0x10][0xf0][0xde][0xe9][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xae][0xb7]"[0x83]@-[0xd6]y[0xf]d[0xfb][0x9b][0x15][0xa9]c6[0x90][0xe5][0xd7]Sr5[0xca][0xbd][0xbd][0x1e]L[0x1b][0xf5][0x19][0xe9][0xc9][0x15][0x15][0xb0][0x8d][0x2][0x7][0xb3][0xfd]/[0x1a]0[0x9e][0x94][0x96]U9 [0x86]I[0xbf][0xb9]%[0xcf]}[[0x83]8[0xbc][0x85][0xa9]n[0xa0]c[0x92][0x8e][0xf5][0x84][0x6][0xe8][0xf6][0x17][0x9d]64I[0xd8][0xec][0xe4][0xac][[0xf5][0xca][0xaa]hi[0xb2][0x9e]?V[0xe7][0x92][0xce][0xc1][0xc4]1[0xdc]7q[0x8][0x87]M[0x1c][0xc1]Q&[0xb7][0xbd][0x6]cU[0xcb]^T[0x9e][0x89]1[0x14]8[0xa3][0x19][0x3][0xe3]&[0xce][0xa2][0xd7][0xc4][0x3][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0x6]3&[0xfa][0xf4][0xf6]<[0xb2]&[0xfa][0x91]3P[0x14][0x98][0xfe][0xbf]][0xe3]{[0xd9]^W[0x16]hW[0x8e]-[0x8][0xf1][0xac][0x9e][0xd4]V[0xb9][0xba][0xaa][0x9c]E[0x81][0x8b]M[0x86][0xfe][0xf7][0x9][0x88]n[0xcf][0xfa]f[0xf7][0xda][0xb][0x81][0xb6][0xc0][0xad]E[0xb][0xc][0xfe]{[0x1d][0x90][0xe1][0xe7]%[0x5]^[0x1d]qv[0xa9][0xb][0xdd][0xd4][0xd3][0xfc][0x1a][0xc4]p[0x80]:[F[0xbd][w[0x8d][0xab][0xc1][0xff]1[0x1c][0xa7][0xc7][0x9]j[0xcf][0xe8][0x13][0xe7][0x9a][0xca]mB[0xe4][0x6][0xd6][0x11][0xcb]]XG[0xfc]C[0x18]|2[0xc]KP[0xe]Q[0xe][0xa3][0x1d]wI4[0x82][0x1e][0x9e]dja8[0x85]3[0xe1][0x87]'[0x15][0xc2][0x8b]P[0xd3][0x84]1[0xea][0xec]}D[0xb3][0x1c][0xee][0x81]|[0xee]#b[0xdf][0xd0][0xf7][0x5][0x89]g[0x9b]h[0xe1].[0xbe][0x81][0xd6]n[0x83]B[>[0xa1]M[0x80][0xfa][0x6][0xda][0xd7][0xb4]m[0x8d]![0xf1]0[0x8d][0xce][0x90]n[0x8c][0xd9][0x17][0x90][0xe3]<[0xe9][0x14][0xcc][0x1a]d[0x94][0xc2][0xb9][0xd0]W[0xe4]x[0xd8][0xb7]W[0xde]d[0x9d]w[0xdf][0x8e][0xbc][0x13][0xe4]}L[0xde][0xa9][0x9d]y9[0xd7][0x11][0xef]4W[0xed][0x94][0xae][0xf1]v[0xd4]HL[0x81]5[0xb1][0x1d][0xfb])[0xb1]g[0xd9][0xb3][0xf9][0x6][0xec][0xf4]V[0xec].[0x1e][0xf2][0xb9][0xec][0x88][0xdd][0xd1][0xc][0xfb]9[0xb1]_[0x10][0xfb][0xe5][0xce][0xd8][0x17]0[0x10]a[0xe7]#l][0xa1][0xd8]Z}[0x8]Z[0xc3][0xc3]R[0x3]JK[0x84][0xc2][0xd7]Q/vcp|{p[0xa5]Ip[0xc][0x97]B[0x99][0xc7]i[0xae]I[0xda]:9a[0x19]$[0x2]PK[0x7][0x8][0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.class[0xad]S]O[0x93]1[0x14]~[0xce][0x6]T[0xe7][0x80]9[0xfc]@[0xe4][0xeb][0xc2][0xb][0xc5][0x8f][0xd7]D[0xae][0x1c][0xc1][0x90][0xe1][0x92][0x99][0x1][0x17][0x83][0xdd]w[0xb3][0xbe]+[0xe9][0xda][0xd9]v*?[0xcb]+[0x12]/[0xfc][0x1][0xfe]([0xe3]y[0xdf][0x8d][0x4][0x3][0x4][0xa3]69}NO[0x9f][0x9e]>[0xa7]9[0xfd][0xf1][0xf3][0xdb]w[0x0][0xaf][0xb0]^B[0x11][0xf][0x4][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xb][0xac][0x12]*Ay-MG[0xf9][0xa0][0x9d]=j[0xee][0x12][0xe8][0x1d]a[0xb6][0xee]l[0x88][0xd2][0xc6][0x8e]4#5[0x8d][0xf1] [0xc2][0xcc][0x96][0xb6]:n[0x13][0xde][0xc8][0x91][0x89][\r][0xe3]>O[0xb2]4d/:[0xf2][0xe8]b[0xfe][0x1a][0xe1][0xa6][0xca][0xd6][0x87][0xea]K[0xcc][0xd4]][0xa8][0x9b] [0x6]gZ6[0xfe][0xfc][0x11][0x8][0xa5][0xb6][0x1b][0xf9][0x9e]j[0xe8][0xac][0xc2][0xd5]+E[0xbd][0xc8]n,[0xa3][0x84][[0x2]k[0x84][0xbd][0xff]Z[0x1e]a[0xff][0x1f][0xf2][0xed]tC[0xf4][0xec][0x9f][0xdb]",\[0x1a]}~[0xed]5[0xbf][0xcb]z[0xfd][0xf7][0xb2][0xf0][0x12][0x5]nt[0xee][0x1a][0xb6]%Lc[0x86]Qp[0x7][0x17]p[0x83]=dO[0xc9]Xf[0xaf][0xc9][0xbc]"[0xa3][0xd8]x[0xfa][0xec][0x14][0xf4]5'[0xcd][0xe6][0x94][0x2][0xcf]C>[0xfa][0x11]s[0xec][0xad][0x8f]i[0x98]G5[0xff][0xc][0x2][0xb][0xb8][0x93]'[0x13][0xb8][0x8b]{[0xcc].[0xe0]~~z[0x11][0xb7][0x19][0xab]yd[0x9][0x15][0xb6]"[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xbf][0x0]PK[0x7][0x8][0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.class[0xad][0x95][O[0x13]A[0x14][0xc7][0xff][0xd3][0xb][[0xcb][0x16])"(*[0xe2][0x9d][0x96][0x96][0xe2]])[0x82]r[0xa9][0xa2][0xa8]1`[0x13]}rh[0xc7][0xb2]u[0xbb][0xdb][0xec]n[0x15][0x1f][0xbc]$^[0x12]/[0xf]j|[0xf1][`[0xa2][0x10]5[0xf1][0x3][0xf8][0x99][0x8c][0xf1][0xcc]v[0xad][\r][0xd4][0xb]h[0x9b][0xce][0x9c][0xd9]9s~[0xe7][0xb6][0xd3]/[0xdf]>~[0x6]p[0x10][0xe7][0x9a][0x91][0xc2]@[0x18][0x11][0xec]_[0x7][0x15][0x7][0xe4]pP.[0xf])8[0x1c]F[0x13][0x8e][0xc8][0xe1]h[0x8][0xc7][0xe4]|\[0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x14][0x9c]P0[0xc2][0xd0]j[0xb]K[0xe3]zVX[0xb6]f[0x1a][0x97]'[0xc7][0x19][0xd8]Y[0x86][0xc8][0x98]i[0xd8][0xe]7[0x9c],[0xd7]+"[0x88][0xea][0x87]14Y[0xc2][0xae][0xe8][0xe]C[0xdb]T[0x91][0xdf][0xe4])[0x9d][0x1b][0x85][0xd4][0xc5][0xd9][0xa2][0xc8]9i[0xda][0xd5][0xec][0xac][0xa9][0xe5][0xc9][0xc6]UZ[0xc]i[0x86][0xe6][0xc]3[0x8c][0xf7][0xd6][0xe9]N;[0x96]f[0x14][0xd2]S[0xa6]UH[0xf1]2[0xcf][0xcd][0x89][0x94]n[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]L[0xce][0x87][0x8a][0xa9][0x92][0xb0]m^[0x10][0xa9][0x9][0xc3][0xb1]n[0x9f][0xaf].[0xd2][0xb1],C`[0xcc][0xcc][0xb][0x86][0xf5]S[0x9a]!.TJ[0xb3][0xc2][0x9a][0xe1][0xb3][0xba][0x90][0xae][0x98]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]S [0xb4][0xf6][0x1e][0x6][0x9c]9[0xcd]f[0x88]Nk[0xa5][0xb2].&[0xe6]5[0xc7][0xb3][0xc5][0xa0]N[0x1a][0x86][0xb0][0xc6]tn[0xdb][0x82]T.[0xfc][0xd9][0x97]qq[0x9d]S[0xd4][0x19][0xdd][0xbc][0xe5]Y[0xc9][0xf0][0x9c]cZ[0xb7]w[0xaf]0OY[0x8][0x9]Z[0xce][0x88][0xf9]eY[0xf2]"gPJ?[0xc8];}[0x9][0xbe]8{[0xf]<[0xf0][0x1e][0x81][0xb7][0xae][0x8d]-[0xee]iy[0xee][0xe][0x9a]q[0x97][0xac][0xdf]#[0x8b][0xf7][0xb1][0x95][0x9e][0xf4]TOc[0x1b]Ip[0xa5][0x1d][0xd8]I[0xb6][0xa5][0xb4][0xb][0xbb][0xe9][0xb4][0xa4][0xed][0xf1]hE[0xd2][0xe]Ti[0xc9][0x1a]-!i[0xfe][0x6][0xb4][0x7]D{H[0xb4]GD{[0xec][0xd2][0xe2][0xd5][0xd3][\r]i2J_[0x8d][0xeb]w[0xb9]{=[0xae][0xf0][0xb8]Q[0xe2][0xfe][0x16][0xf9][0x84][0xfe][0x11][0x9f][0x12][0xf6][0x19]a[0x9f][0xd7]![0xa3]5d[0xb4][0x86][0x8c][0xd6][0x90]QB[0xee]#[0x4][0x93][0xf7][0x83][0x87][0xbc]E;r/[0x16]_Bp" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0xfe][0xe][0x81]7[0x8][0xf6]-|B[0xd3][0x95]%(}[0x8b][0x8][0xb5][0xad][0xa3][0x81]6[0xfc][0x8b][0x8]/[0xa2]y[0x81][0x94][0xfd]u[0xae][0xbc]@[0x10]/[0xa9][0xae][0xaf][0xa8][0xaa][0xaf]]W:[0xaa][0x6]=W[0x82][0x14]e[0xdc]u[0xa5][0x8f]V![0xb0][0xaf]hQ[0x90] [0x9d][0xa4][0x1b]T?[0xb6][0xbb][0xb6]|d#[0x8d]nr*B[0xf3]0[0xc2][0xdf][0x1]PK[0x7][0x8][0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.class[0xb5]V[0xdf]s[0x1a]U[0x14][0xfe].[0x84],![0xb]4$5[0x1a]cm[0xa7][0xd1][0x12][0x88]![0x9a]j[0xb4]I[c[0x0][0xa5][0x92][0xb4][\r][0x4][0x83][0xad]f6[0xf4]J7[0x85][0xdd][0xb8][0xbb][0x98][0xd6]7[0xff][\r]g|[0xf4][0xd9]:[0xb6]2[0x9a][0x19]G[0xdf][0x9c]>[0xf4][0xc9][0xff][0xc5]7[0xc7]s[0x97]u[0xb3][0x1],H[0xeb][0xcb][0xb9]?[0xf6][0x9c][0xef]|[0xe7][0xdc]{[0xce][0xdd]G[0xfd][0xfc][0xb][0x80]E|*[0xe1][0xdd] V[0x83]x/[0x4][0x86][0xb5][0x10][0xc6][0x91][0x1e][0xa1]YF[0x88][0xac][0x84][0xf7][0xc5][0xf6][0x7]![0x4][0x91][0x93]pE[0xc2][0x87][0xa3][0xc8]c=[0x4][0x19][0x1b][0x12][0xae][0x86][0x10][0xc5]5![0xae][0xb][0xb1])[0xa1] [0xa1](a[0x8b]a[0xac][0xa0][0xd6][0xf7]k[0x90][0x17][0xed]J[0xb8]d[^[0xa6][0xec][0x80][0xaa][0xc2]Ow[0x8a]Q[0x84]St[0xa1][0x19][0x9e][0xa7][0xf1][0x5][0x1a][0xa7][0x10][0xfa][0x1b]PK[0x7][0x8][0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0xdd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xac][0x89][0x91]A[0x0][0xa4]M?'[0x11][0xa8][0xcc]?)+5[0xb9][0x84][0x91]A[0x87][0xa0][0x11]n9[0xf9][0xe5]P[0x13][0xd8][0x18][0x19][0x18][0x19][0x98][0x80][0x98][0x99][0x1][0x4][0x18][0x19]X[0x80]$[0x13][0x3]+[0x0]PK[0x7][0x8][0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xd7][0x8a][0xcc][0x12][0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x9d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xa4][0x7]h[0x2]H[0x97]~N"P[0x95]RVjr[0x9]1&[0xb8][0xe5][0xe4][0x97]CM`cd`d`[0x2]bf[0x6][0x10]`d`[0x1][0x92]L[0xc][0xac][0x0]PK[0x7][0x8][0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0x9b][0x93][0xe0]R[0x13]JI[(-54[0xe1]R[0x8b][0x9b][0x90]h[0x85][0x80]4EVsyH[0xd4]>[0xf4][0x1]m[0xec][0xc5]qp[0xbc][0x95][0xed][0x14][0xbe][0x80]_[0xe1][0x19][0x90][0x10]B[0xa8][0x1f][0xc0]G!fM[0xd5][0x8][0x4]< y.gvv[0xce]Zg[0xbe]}[0xff]r[0xc][0xe0][0x1e][0xac]2.[0xa2]ZB[0x11][0xb]%[0xca][0x16][0x15]\[0xd2]pI[0x81][0xcb][0xca]-k[0xb8][0xa2]a[0x95]a[0xd5][0xec][0xbd][0xf6][0x13]g[0xd8][0xe6][0x87][0xe6][0x88][0x1f]q3[0xe0][0xa1]g[0xf6][0x87][0x91][0xe0][0xae][0xd9]Kx"[0x18]2[0x7]6Cq[0xcb][0x9][0xfc][0xd0]O[0x1e]3dk[0xf5]=[0x86]\C[0xba]t8[0xdb][0xf2]C[0xd1][0x99][0x8c][0x7]"[0xea][0xf3]A@[0x95]JK:<[0xd8][0xe3][0x91][0xaf][0xf0]Iq[0x86]f9[0xaf][0x88]%[0xc5][0xf4][0x14][0x86]rON"G[0xec][0xf8][0xea]|[0xb9][0xf9]&[0x11][0xa1]+[0xdc][0x9f][0xd4]v[0xf8]RFc[0x9e][0xf8]2[0xdc]P[0xcf]"[0x9e]f[0xe8][0x4]2[0xf6]C[0xaf]-[0x92][0xa1]t5\[0xd5]`[0xea][0xb8][0x8e]u[0x1d]e[0x9c][0xd1]QC][0xc7][\r][0xdc]dXTW,[0xf5]'VG[0xf6]&[0xce]p[0xc7][0x17][0x81][0xdb][0x8c]"[0x19][0xe9][0xb8][0xa5][0xda]n[0xa3][0xce][0xb0]%#[0xcf][0xe2][0x87][0xdc][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x90][0x9e]G[0xb3]U[0xbc]?[0xb2][0xc6]"[0x8e][0xb9]'[0xac][0xbf]>[0xca][0xbc][0xc3][0xa0][0xdb]a([0xa2]F[0xc0][0xe3]X[0xc4][0xc][0xc6][0x94][0xb4];[0x18][0x9]'ax[0xf4][0xff][0x4][0x1a]6[0x18][0xe6][0xa7]#U$[0x12][0xb]G<[0x98]([0xf2][0xa5]Z[0xfd][0xa0][0xf5][0xe7][0xee]M[0x6][0xed]Y[0xab][0xdb][0xd8]mn3T[0xff][0xd1]$#[0xd7][0xf]y[0x90][0xea]K[0x82]k[0xfb]O[0xed][0xbe][0xdd]yN[0xda][0xf5][0xed]vs[0xfb][0xc5])6~[0x9f]a[0xac][0xd0][0xa6][0x95]h[0xf3][0x98]QUZ[0xa8][0x8c]*:f([0x9e]%[0xf4][0x16]Y[0xca][0x80][0x87][0x9f][0xc1][0x8e][0xbf][0x96]?"[0xf3]A}[0xd9]O[0xc8][0xe5][0xba][0xef][0x90][0xdb]Ma[0x81]`~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0x82][0x85][0x14][0xbe][0xa7][0xeb]%[0xcc][0xd1][0xde][0xe6]Q[0xc5][0x1a]i[0x9e][0xc7]:[0xee][0xe2][0x1][0xc5],fip![0x1d][0xbf][0x9][0x83]|[0x86][0xec]\j[0x85]}[\r][0x15][0xb4]O[0x1d]5[0x9f]O[0x1b][0xe6]p[0x81]b[0xe][0xf3][0xe4]W[0xc8]*T+R[0x84]Q$[0x92]5\{[0xb2][0xf0][0x3]PK[0x7][0x8][0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.class[0xb5]WitT[0xe5][0x19]~[0xbe][0xd9][0xee][0x9d][0xc9][\r][0x84][0x81][0x0][0x3][0x1].![0xe8][0x84][0x9][0x9][0x8b][0x6]:Ipa[0x91]`[0x8]j[0xd8][0x4]*[0xde]dn[0x92][0x81][0xc9]L[0x98][0x99][0xb0][0xb9][0xe0][0x82][0x82]+[0xa0][0xa2][0x5])[0xa5][0xb8][0xd0][0xda]j+[0xe2] [0xb4]Mi[0xb5][0xd8]j7[0xb4][0xab][0xd5]z[0x8e]=G~[0xf4][0xb4]?[0xfa][0xb]{Z[0xe8][0xf3][0xdd];I&[0x90][0x5]<[0xa7]'[0xb9][0xf7]~[0xf7][0xfd][0xbe][0xef]y[0xb7][0xe7]}[0xbf];[0xef][0x9d]?[0xd9][0x9]`&>[0xf5][0xa1][0x12][0x9]/[0xae]E[0xbb][0xf][0x1b][0x90][0xf4]![0x85][0xb4][0x8a][0xe][0x1f]6b[0x93][0x94]l[0x96][0xa3]-[0xf2][0xb6][0xd5][0xc7]UwI[0xd9][0xdd]*[0xee][0x91][0xcf]{UlSq[0x9f][0xf][0xf7][0xe3][0x1][0xf9][0xfe][0xa0][0xbc]m[0xf7]b6[0x1e][0xf2][0xa1][0xe][0xf][0xab][0xd8]![0xf7][0xec]T[0xf1][0x88][0x9c]y[0xd4][0x87][0xc7][0xf0][0xb8][0x8a]'[0xe4][0xcb][0x93]*vI[0xd4][0xdd]*[0xf6][0xf8][0xf0][0x14][0x9e]V[0xf1][0x8c]|[0xee][0x95][0xc2]gU<'[0x17]}M[0xc5]>[0xf9][0xdc]/o[0xcf]K={[0xe5][0xed][0x80][0x8a][0xaf][0xfb]p[0x10][0xdf]PqH[0xc5]7U[0x1c]V[0xf1][0x82][0x8a][0x17]U[0xbc][0xa4][0xe2]e[0x15]GT|K[0xc1][0xb7][0x15][0xbc][0xa2][0xe0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]+[0xa0][0xd5][0xc6][0xe3]frn[0xcc]H[0xa5][0xcc][0x94][0x80]/[0xdd][0x9a]4[0x8d]Hm[0xbc]9!0[0xb1]n[0x9d][0xb1][0xd1][0xa8][0x88][0x19][0xf1][0x96][0x8a]6#n[0xb4][0x98]mf<][0xb1][0xb4]{I[0x95][0x80][0xa7]:[0x1a][0x8f][0xa6][0xe7][0x8][0x94][0x4][0x7]]][0xba]\[0xc0]57[0x11]1[0x5][0x86][0xd6]E[0xe3]f}G[[0xa3][0x99]\j4[0xc6]([0xf1][0xd7]%[0x9a][0x8c][0xd8]r#[0x19][0x95][0xef]Y[0xa1]+[0xdd][0x1a][0xa5]U[0xd5]u[0x89]dK[0x85][0xd1]n4[0xb5][0x9a][0x15][0xb1]DKK[0x94]:[0xf8][0xbc]f]E[0x9b][0x99]JQU[0xc5][0xfc][0xcd]i3[0x1e]1#=[0xea][0x92]mF:[0x9a][0x88]K[0x1b]m[0xa7][0xa8][0xb5]=[0x19][0x8d][0xa7][0x97][0xe6][0xb8]X[0x94]kuC[0x9a][0xd3]-7vDc[0x11]3iY[0xeb]H5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xfa]]"[0x90][0xdf][0x90]6[0x9a][0xd6]/6[0xda][0xb3][0x6][0xfb],[\r][0x96]P [0xdc]?[0xf8][0xea]^3\[0xbd]4i4[0x99][0xf3]cV[0xcc]l[0xd5][0xe9][0x94][0x82][0xd7][0x4][0xdc][0x9c]N[0x13]yt[0xce][0xe][0xdb][0x83][0x12]k[0x86]F8[0xda][0xa2][0x2][0xc5]}[0x87]q[0x82][0xe9]I$[0xb3][0xd9]RL[[0x83][0xc0][0xb8][0x1][\r] f[0x8c][0x98][0x13][0xfa][0xc6]d[0xa6][0xd6]g[0x1][0xdd])[0xdb][0xd5][0xf1][0x3];$ [0x8]'j[0xb9]![0xc6][0xcd]L[0xa9][0xbe]z[0x10]l[0x8b][0xa6][0xdf]S[0xb0]\[0xc1][0xf7][0x19][0x8][0x5][0xaf]+X[0xc5][0x0][0xdb][0x89][0x95][0xcb][0x4][0xaa][0xfa][0xf][0xf0] [0xe8][0x16][0x15]c[0x16]H[0x9e][0x8d][0x98][\r]s[0xcd][0x95]B^[0xc4]oo[0x93],[0xa5]z[0xa3][0xcd][0xa2][0xf4][0xc5]P[0x92][0x8c]mf[0xba]5A2[0xba][0xa2][0x16][0x3]e[0x4][0xd3][0xa6][0x82][0xa3][0xf4][0xad]![0xd1][0x91]l2[0x17]D%[0x93][0xc6][0xf7][0xcb][0xe8]r[0x89][0xaa][0xa1][0x1a]oh[0x8][0x83][0x81]:[0xa6][0xe1]Md[0x14][0x1c][0xd7][0xf0][0x16]N[0x10]Y[0xaf][0x8d][0xd4]0x[0x1a]N[0xe2][0x7][0x1a]~[0x88][0x1f][0xc9]Q[0xa7][0xbc][0xfd]X[0x83][0x89]f[\r][0xa7][0xf0][0x13][0xd6][0xbe][0x1e]Lu[0xa4][0xda]--[0xa5][0x1a]~[0x9a][0x95]E[0xe3]z[0x9c][0x8a]6[0x9a][0xa5][0x84][0xf2][0x1a]i[0x9d][0x19][0xd0][0xf0]62[0x1a][0xde][0xc1][0xcf]4[0x9c][0xc6][0xbb][0x1a]~[0x8e]_hx[0xf][0xef][0xb3][0xa8][0xbc]Su[0xbd]Q[0xc6][0xd2][0x8c][0xe8][0x89][0xb8][0xae][0xa1][0x11]MY[0xf1]&#[0x9a][0xa6][0xdb][0xb6][0xf8][0x97][0xf8][0x95][0x82]_k[0xf8][0x8d][0xdc][0x95]'[0xa7][0xb3][0x9b]4[0xfc][0x16]g[0x4]&[0xf9][0xbc]vG[0xd0][0x13][0xcd]]S[0xa9]-[0xf1][0xa6][0xd6]$9[0xbc][0xd5]L[0xa6][0xf4][0x1a]][0xfa][0xf0][0x81][0x80][0x93][0xbb][0x15]|[0xa8][0xe1]w[0x12][0xcb]=G[0xf][0x1a][0x9c][0xfa][0xbd]4[0xf1]$[0xfe][0xc0][0xe0][0xe9]A[0xaa]L4[0xae]3[0x9b][0xd2]z[0x9b]][0x2]zbS[0x9c][0x88][0x8d][[0xf4]b[\r]D[0x86][0xfb][0x8a]e[0xa0]4[0xfc]I[0x6][0xe8][0xcf][0xf8]H[0xc3]_[0xa4][0xb8]@[0xc6][0xb7]\f[0xad]|[0x89][0x85][0xc0][0xe4]h[0xf8][0x18][0x9f]0[0x1c][0xd2]![0x81][0xe1]}[0xc0][0xd3][0xa5][0x1c][\r][0xbd]P[0x96]f[0xdb][0x8f]k]"[0x1a][0x17][0x18]c[0xed]nJ[0xb4][0xb5][0xc7]L[0x99]O[0xe9][0xae][0xdd][0xa1]trF[0xf][0xb6][0x1b][0xc9][0xf5]2hL[0xb8]nS[0xd4][0x9d][0x8a][0x99]f[0xbb][0xd4][0x10][0xb4]F[0x9c]en[0xc2]_[0xbe])f[0xcd][0xb3][0xa9]i;)0cP[0xbc]>p[0xaa][0xbf][0xbc][0x11]%[0xd3][0x15][0xfc]U`d[0xdf]}M`T?[0x85](0v[0x80]^C[0x1e][0xf5][0xd3]Zz[0xb7][0xc2][0x82][0x8b][0xd1][0xc9][0xaa][0xa0][0xac][0xe0][0x9][0x83][0x94]9[0x9b]~[0x8b][0x99]=D[0xec]:[0x1f][0x11],[0xed][0xab][0xd2][0xcb][0xfa][\r]MG:[0x1a][0xeb][0xed][0x13];b[0xbe][0xd1].Kq[0xde][0x86][0xe5]F[0xac][0x83][0xa8][0xb].[0xab][0x13][0xd9][0xc9][0xab][0xba][0xd4][0x80][0x9e]3[0xca]c[0x3][0xb]L[0xbd][0x14]q[0xc0][0x8d]y[0xdd]~[0xd6]F[0xac][0xe8],[0x92][0x7][0xe6][0xa2][0x81][0xb6][0x14][0x5][0xe7][0xe][0x88][0x18]M5tu[0x1c][0xb]Qv[0xf4]h[0xaa]6^o5[0x1c][0x1]5[0x9d][0xe8][0xca][0x86][0xd4][0xde][0xd5][0xaf][0xf9]-[0xd2]+[0xc6]}[0x1f]FC[0xba][0xed][0xcd]2hL[0xaf]M[0x17][0x9d][0x9a][0x13]K[0x1a]6E[0xd3]M[0xad]<[0xbc]K[0xe4][0xa2][0x12][0xb9][0xa8][0xa4]7[0x5][0x1d][0xab]yd)[0x89]d$[0x1a]7b[0x96][0xc1]|[0x1f][0x96]5[0xcc][0x8c]d[0x19][0xc5][0xe4]M[0xe][0x96]^[0x16][0xeb][0xf4][0xc1][0xd6][0xb0][0xb9]t[0xc3][[0xdc][0x9e]g[0xb6][0xa7][Y%=[0xd2][0xdc][0x96][0xc8]s[0xbf]_[0xcd]9[0x91])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xe][0x94][0x96]q[0x3][0xee][0xb7]M[0xaa][0x8d]P[0x16]MoYh[0xa4]Z[0xed]o8[0x8d][0xd2][0xb9]=[0xa7]]/v][0x6]-[0xb][0xb2][0x1e]-a[0xd3]L[0xda][0x10]CrE[0x92]s[0xb2][0xd2]z*[0x9c][0xe1][0xeb][0xed]l_[0x1f][0x1a]r[0xcb]b[0xeb][0x88][0xb5]1=[0xe6][0x86][0xe]#[0xc6]@[0x15][0xf6]e[0xdf][0xaa]^[0x8d][0xc0]N>t~[0x9a]WB`[0x16]/[0xbf][0xd0][0xa4][0xd3][0x96][0x8d][0xe][0xab][0x1][0xb5][0xb3][0xd2][0xeb][0xac][0xf4][0x15][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0x87]Q[0x1e]P[0xb]}3[0xc2]y[0x81][0xbc][0xc][0x2][0xe3][0xe]at[0xc8]?[0xc6][0x6][0x9][0xe4][0xf5][0xec]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xee][0x13]G.[0x9c][0xd9][0xee][0x14][0xdb]=[0x1c][0x8][0x1b]k[0xac][0x15][0x92][0x83]X[0x14][0xf2][0x17][0xc9][0x10][0xb8]:3[0x18]g[0xaf][0xf][0xb8][0xc2][0xee][0x80][0xbb][0xb3][0xd2][0xe3][0xac]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]B[0xcf]aL[0xe][0xb8][0xb][0x95][0x19]a5[0xe4][0x1f][0x9f][0x85]Ws[0xe0][0x15][0xa2]~[0xd4][0x93][0xd1][0xa7]P[0xc2][0xfb][0xb5][0xcc]U%[0xe3]2[0x8b][0xf9][0x9c][0xcd][0xfc]}[0x85]saf[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xd2]6[0xc5][0xc]m[0xa3][0xe4]a[0xe6][0xf5][0x11]fs7[0x9]x[0x80][0xe4]{[0x81][0xf4]{[0x99]9}[0x95]+O0[0x97][0xa7][0x98][0xcd][0xb7][0xb1][0x4][0x9f][0xe1][0x16][0xfc][0x1d][0xb7][0xe2]_[0xb8][\r]_[0xa0][0x81]a_"[0x14][0x5][0xab][0x15][0xac]Qh[0x87][0xbc][0xb8][0xf3][0xbf][0xb8]C[0x91][0xff]k[0x8b][0x8a][0xfe][0x8d][0xa2][0xf3](Pp[0xa7][0x10][0xa1]sp_[0xa0]2W[0xcf]z[0xe0][0x2][0xca][0xa0][0xe6][0x2][0x18][0xfc][0x97][0x18][0xe7]X [0xe][0xf9]-[0x9b][0xad][0xcf]V[0xbe]I[0xea][0x15][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x99][0x86][0xb2][0xc]&0[0x83]~[0xdd][0xe2]1[0xdf]&rPP[0xda]Ul[0xb9][0xbd][0xc0][0xc4]p4[0xb3]#[0xb4]Xa[0xd1]m[0x94][0xee][0xa2]*[0xee]r[0x97][0xa3][0x8][0x83]!;[0xb][0xbf][0xd1]m[0xad][0xce][0x9b][0xb8]Za([0xce]R[0x83][0xbf]>45[0x83][0xe2][0x15][0xac][0x8b][0xa9][0xd9][0xb2][0x10][0x1f][0xe6][0x14]E[0x80]W[\r][0xaf]/B[0xfe]I]V[0x95]p[0xe0][0x9f][0xcc][0x1b][0xc7]W[0xc9][0x6]bYxD[0xec][0xe3][0xfb][0xd5][0xce][0x19][0x92][0x94][0x19][0x4][0xc9]?>J[0xc3][0x9e][0x80][0xdb]?%[0x83][0xd0]>[0xdc][0x10][0xf0][0xf8][0xcb][0xac][0xd1][0xac][0x90][0xaa]D[0x93]`[0xa7]1![0xe4]/[0xef][0xf][0x9b][0xe5][0x9c]E[0xaf]"N[0x85][0xb5]{[0x12]q[0xa6]Y[0xa3]@[0xc8]?[0xfd]R;[0x86][0x85][0xfc]3[0xae][0x10][0x1d][0x9f][0xfc]?m[0xc7][0xb6]n[0xdb]G[0x11]g[0xa6]5[0xca][0xf][0xf9][0xaf][0x91];[0x8f][0xc0][0xb8]\[0xcf][0xa4][0xee]+[0xf6][0xcc][0xd9]S[0xd5][0xaf][0xb1]'[0x3][0xeb]x[0xf0][0xac]g[0xcd][0xc4][0xc8][0xd2]8f"[0xc1][0xfe][0xdc][0xce]*J[0xb1][0x1a][0xd2][0xe4][0x7][0x89][0xb2][0x11][[0xb1][0x9][0xf7]c3vb[0xb]v[0xf1][0xed]E[0xdc][0xcd][0xfd][0xf7][0xf0][0x17][0xdd][0xbd][0xfc]qs[0x1f]>[0xe5][0xec][0xe7]x[0x0][0xff][0xc0][0x83][0xc2][0x81][0x87]X[0xc5];[0x84][0x86]G[0xc5][0x8]<&[0xc6][0xe2]qQ[0x8c]'D%[0x9e][0x14]5[0xd8]%[0xe6]a[0xb7][0xb8][0x19]{[0xc4][0x9d]xZ[0xac][0xc3]3[0xe2]^[0xec][0x15];[0xf1][0xac]8[0x80][0xe7][0xc4]Q[0xec][0x13]'[0xb0]_[0x9c][0xc2][0xf3][0xe2]][0x1c][0x10][0x1f][0xe3][0xa0][0xf8][0x1b][0xe][0x89][0xcf][0xf1][0x92]E[0xed]f[0x1e]l+q[0xcc][0xaa]n[0x17][0xad]{[0x95][0x94]o[0xa5][0x7][0xcd][0xec]1Q[0x8e]<[0xd4][0xf8][0x81]=K[0xbd][0xef][0xdb][0xb3][0xd4][0xfe][0x8e]=+i[0xde][0xdd][0x5][0xce]vw[0x81][0xb3][0x8c]B[0x15][0x8b][0xc2]->c,[0xea][0x19][0x1f]Y[0xfb][0xe5][0xc8][0xff][0xf][0xca]X[0xe2][0x93][0xce][0xa3][0xc1]*[0xf6][0x18][0xff][0xbd][0xa5][0xa5][0xe7][0xe0][0xed]%[0x19]g[0x89][0xb8][0xbf][0xcd]*[0xcb]8;#x[0xac];[0xac][0xf3][0x3][0x5]*[0xea]h[0xe7][0xe2][0xeb][0x3][0xff][0x3]PK[0x7][0x8][0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.class[0x8d][0x90]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0xe8]jT[0xb0][0xf0][0x10][0x11][0xc4]-[0xb4][0xb3]O[0xa5]X[0xc4][0xb][0xac]aY[0x13][0xd6][0xac]$[0xf1][0xe7]l[0x16][0x1e][0xc0]C[0x89][0x13][0xc]h[0xa7][0xc5]00[0xf3][0xbd]7[0x8f]y[0xc4]v?[0xbd][0xbe]4[0xec][0xf0][0x89][0xb7][0xd9]e:[0xe1][0xd0][0xe1][0xbf]i:[0x4][0x82][0xc7][0xd5][0xe2][0x17]x>[0xc1]G[0x1b][0xe0][0xde][0x81][0xe0][0x9][0xa1][[0xcf][0xd1]{[0x1]PK[0x7][0x8][0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6]nv[0x6][0x1e]F[0x6][0xfe][0xbc][0xd4]r[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x86]h[\r][0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa4][0xf]Ul[0xad]IX)[0xb2][0xe1][0xd6][0x8c][0xc]| [0xfb]*2K[0xe0][0xd6][0xe5]h[0xf8]d%[0x96]%[0xea][0xe7]$[0x2][0xb5][0xfa]'e[0xa5]&[0x97]XS[0xd7][0x1][0x8][0xdb][0x80][0xf6][0xc7][0x13][0xe1];[0x14]'[0x93]lC!Y[0x1e][0xa2][0xcc]N[0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c]`[0x88][0x8a][0xbb][0xe5][0xe4][0x97]C[0xe5][0xdc][0x12][0x93]K[0xf2][0x8b]*[0xf5]@.bd0&h,[0xa6]VF[0x6][0x1]t[0xef][0xb0]120201[0x80][0x0][0xb][0xb]#[0x3]3[0x3][0xb][0x90][0xc1][0xc8][0xc0][0xca][0xc0][0x6][0xa5][0xd9][0xa1]4[0x7]P[0x5]#[0x3]'[0x90]db[0xe0][0x2][0x0]PK[0x7][0x8][0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.class[0xa5]WixT[0xd5][0x19]~[0xef],[0xb9][0x93][0xe1][0x9a]=`BXD[0xd0]d&[0xb]".[0xac][0x92][0x6][0xd0][0xc1][0x4]"[0x9]`B@/[0xc9][0xcd]d0[0x99][0x89]3[0x13][0x5]Z[0xab]U[0xdc]Z[0xb7][0xd6][0xa5]j[0xad]m[0xb5]J[0x17][0xaa][0x1]M[0x82][0xa2][0xd4][0xa5][0x5]kW[0xad]][0xb4][0xbb]}l[0xb4][0xb5][0xf6][0xe9][0xf3][0xb4]}[0xac]J[0xdf][0xef][0xdc][0x9b][0x9b]I[0x98]([0xda][0x1f]s[0xee]Y[0xbe][0xf3][0xbd][0xdf]v[0xde]s[0xe6][0xc5][0xf7][0x9e]<[0x4][0xe0]t[0xfc]Q[0xc7]MA[0xe4][0xe1]fin[0x9]B[0xc3][0xad][0xb9][0xec][0xdd]&[0xcd]g[0xa5][0xf9][0x9c]4[0xb7][0xcb][0xea][0x1d][0xd2][0xdc][0x99][0x8b][0xbb][0xf0][0xf9] [0xee][0xc6]="|[0xaf][0x8e]/[0x4]Q[0x85][0xfb]D[0xea][0x8b]A[0xdc][0x8f]/I[0xef][0xcb][0xd2]|E[0xe4][0x1f][0x98][0x82][0xd3][0xf0][0xa0][0x8e][0xaf][0x6]1[0x15][0xf]I[0xf3][0xb0][0x8e]=A[0x94][0xe1][0x16][0x1d]_[0x13][0xb1][0xaf][0x7][0xf1][\r]|3[0x88][0xbd][0xf8][0x96][0x8e]G[0x82][0x98]%+[0x8f][0x6]q[0x12][0xee][0x90][0xbd][0x83][0xa2]~[0x9f]h[0xde][0x1f][0xc4]cx\[0x9a]!i[0x86]u[0x8c][0x8][0xc2][0x83]A[0x1c][0xc0][0x13][0xd2]<)[0xcd]A1[0xeb][0xa9][0x0][0x9e][0x16][0xb5][0x87]t|[CA[0xca]J[0xc6][0xcc][0xde][0x8d]V2[0x15]K[0xc4]7DVj[0xd0][0xd6]h8[0xa1]![0x11]O[0xa5][0xcd]xz[0xa3][0xd9];`[0xf9][0xff][0xf5][0xec][0xdb]7[0xbc][0xf1][0xd4][0x95]gi[0xd0][0xcf][0xab]o9oc}#[0xc5]"^Fi[0x16]U[0xac]^[0xb7][0xbe][0xa9][0xbe][0xf5][0xa2][0x96][0xe6]U[\r][0x91][0xd5][0x91]U[0xeb]5[0x14]5n7/3[0xeb]z[0xcd]x[0xb4][0xae]%[0x9d][0x8c][0xc5][0xa3]K4Lij9[0xf7][0xa2][0xe6][0xfa][0xd6][0xd6]U[0xeb][0xd7]j([0xb3]E[0x6][0xd2][0xb1][0xde][0xba][0xa4][0x15][0xb5]v[0xd4]5[0x9b][0xe9][0xb4][0x95][0x8c]S2[0xaf][0xcf]J[0xa5][0xcc][0xa8][0xe5][0xcc]h[0x8][0x98][0xc9]h}2i[0xee][0xd4]P[0xbc]9C[0xf7][0xba]m[0xdb][0xad][0xce]4w[0x4]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5]>[0x19]MM[0x10]q[0xe1][0xb][0xba][0x13][0xc9]>Q[0xd8][0xd5]dk[0xd7][0x90][0x9b][0xee]I&.7[0xb7][0xf5][0xb2]_[0x9a][0xb1][0xa7]ut[0x9a][0xdb][0xf4][0xbe]Q[0xe9]Pc"[0x19][0xad]3[0xfb][0xcd][0xce][0x1e][0xab][0xae]7[0x11][0x8d]R[0xaf]|[0x17]n[0xaf]sd[0xea][0x1c][0xcd][0xdc][0x96][0xd3][0x9b][0xe8]4EoQ[0x86][0x9f][0x8d]jNV[0x97][0xc6][0xe2][0xb1][0xf4]r[\r][0x8b]*[0x8f]]>[0xd6][0xf8]c=[0xae][0xda][0xa8][0xc1][0xd7][0x90][0xe8]"@~c,n[0xad][0x1d][0xe8][0xdb]f%[mW[0x8a][0x94][0xa2][0x8d]&[0x13][0xcb][0xb1]3[0xe9]K[0xf7][0xc4][0x18][0x9b][0xd3]?[0xd8][0x89][0xd5][0x13][0xe2]D{[0xbd][0x8c][0xff][0xf8][0xac][0xba][0x91]?[0xff]#z0[0x89]O[0x4]:[0xcd][0xfe],[0xd0][0xb0][0xf8][0xb8]tg)[0x8]Q[0x95]K[0x1d][0x3]}V[0x8b]b*[0xba]UY[0x9][0xcc][0xa0]\[0xeb][0x18][0x1b]M[0x1b][0x17][0xc2]L>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x98][0xa9][0x1e][0xfb][0xe4]{+[0xab]"t%i[0xa5][0x6]z[0xe9]J0i[0x99]][0xb6]B[\r]3[0x9d]H[0xc6][0x12][0xe]F$[0xde]?[0x90]fH-[0xb3]O[0xe5][[0x8b]i[0xf0][0xc4]h[0xf8][0xf4][0xf7][0x11][0x14][0x1e][0xb3][0xe2][0xd1]t[0xf][0xb5][0xaf][0xda][0xd1]i[0xf5][0xa7]yI[0xa4]t<[0xa3][0xe3]Y[0x9a][0x92]N[0xd8]9"[0xb7]_[0x9e][0x8c][0xa5][0xad]Q[0xf0]Y[0x13][0xc1][0xd7][\r][0xa4][0xc7][0xa3]{[0x13][0xdb][0xb6]K;@[0xe9][0x8a][0xf7][0x13][0xd6][0xf1][0x9c][0x8e][0x15][0xc4]Z[0xda][0xd9][0xeb]p&[0xdd][0xa6][0x86]`Kb [0xd9]i[0xad][0x8e])[0xf2][0x9e]XW[0xb5][0xa2][0x92][0x9c]?1[0xd2][0x6][0xd6][0xe0]Bi6Js[0xa3][0x81][0xf3][0x10]1[0xb0][0x1c]K[0xc][0x9c][0x83][0x15][0x6]Vb[0x95],tH[0xb3]Y[0xc7][0xf3][0x6][0xe][0xe3][0x88][0x8e][0x17][0xc]|[0xf]/[0x1a][0xf8]>~[0xa0][0xe1][0xb4][0xf][0xcd][0xa0][0x6][0xb6]`[0xab][0x81]z|L[0xc7][0xf]e[0xf0]#[0x3][\r][0x82][0xb9][0x1a][0xe7][0x1a][0xe8]F[0xd4][0x80][0x85].f}[0x92]Z[0x14]k~l[0xe0]'xI[0xc3][0x19][0xc7][[0xe5][0xf6]V[0xf7]h[0x15][0x8f][0x85][0xc2][0xcd][0xa4][0x81][0xa5]X[0xa6][0xe3]e[0x3]?[0xc5]+:~f[0xe0][0xe7][0xf8][0x85][0x86][0xb3]>[0x10][0xc2]N[0xfb][0xb1][0x87][0xf9][0x83][0x8d]s[0xcf]BlWFx[0x92]H[0x19]Hc@[0x9a]_[0xea]x[0xd5][0xc0]k[0x92][0x9c]_[0xa1][0xcb][0xc0][0xaf]10.[0x91]66[0xeb][0xc2][0xc0]oD[0xe8][0xb7][0x12][0x9a][0xdf][0xe1][0xf7][0x6][0xae][0x92][0x18][0x9e]=[0xaf][0xb2][0xa3]+[0xdc]1[0xb7][0xea][0x9c][0xca][0xcd]5'[0x87]g[0xcf][0xaf][0xae][0xec]X[0xba]%[0xc4]![0xa7][0xa5][0xad][0xb5][0xbf][0x9b][0xd3][0xad][[0xe4]c[0xd6][0xec][0xaa][0xaf]i[0x9f][0xb7][0xa5][0xca][0xc0][0x1f][0xf0]:)[0xf7]x[0xe3];[0x1a]R[0xd6]md[0x9d][0x1b]R[\r][0xb3][0xc7]Lm[0xe8]5S[0xa9][0xb5][0x9][0xb2][0xde]@[0xbc]+C[0xa4]|[0xf2][0x82]'#M[0xbc][0xa9][0xe6]6[0x98]i+[0x9a]H[0xf2][0xf1][0x13][0x18][0xeb][0x1a][0x91]x[0xdc]J*[0x4][0x8b][0xbc][0x92]c?[0xc2][0xdc][0xe3][0x9c]m[0xff][0x92][0xd1]8f,[0xda][0x4][0xbc][0xd2][0xea]6[0x15][0x87][0xd4][0x1d]{Q[0x8e]m[0xaf][0xca][0xf6][0x94][0x9]p[0xbb][0xb2][0x82][0xf1][0x18]GZjr<[0xa4]z[0xc2]Q[0xb0][0xaa]2[0xb][0x7]f[0xbb][0xd7][0xda]'\G[0xce][0x95][0xa0][0xce][0xbf]{[0x9b][0x8c]c[0xd5][0xf1][0xc]=m[0x92]7[0xa6]<[0xeb][0xcc]4S[0x9c][0xe4][0x8b]([0x13][0xa0][0xa1][0xc7]L[0xb6][0xf0]&[0xb4][0xe2][0x9d][0xd6]8[0xed][0xed]M[0xf6][0xa6]l[0x9a][0x9b]F[0xf5][0xf9][0xba]c[0xf1].[0xc5]R[0xb4]~j6O[0x85][0xb5][0xcb]&%][\r][0x85]]v:[0xd6]g[0xf0][0xb9].[0xe4][0xbe][0xa1]u[0xb5][0xd3][0x8b][0xc4]9W[0xe4][0xc8]m[0xca][0xe4][0xde][0x80]bb%iw[0x95][0xa8][0xaf]2"A[0xd3];[0x13]}[0xfd][0x8a]1k[0xb2][0x85]u[0xd2]'9[0xff]p[0xe4][0xf1][0xaf][0x3][0xb9][0xf]SP[0x8e][0x5][0xfc]s[0xa4]a![0x9f][0xff][0x1e][0x9c][0xc1][0xf1]Y8[0xdb][0x1d]/[0xe2]x1[0x96][0xb8][0xe3]:[0x8e][0xc9]2[0xaa]O[0x9e][0xe5][0xf7]j[0xa1]Z5&![0xaa]q[0x83][0x9a]/[0x12][0xf6]U[0xf3][0xa4]E5&9[0xf3][L]kp>[0xdb]F[0x8e]:[0xa0][0xc3][0xc7]oA(\[0xed]{[0x1a]Z[0x9b][0xb7][0xa6]E[0x1b][0x81]g[0x9f][0xda][0xd9][0xc4]6[0xc8]/hS>[0xad]Z[0xcb]^[0xc8][0x96][0xc7]:4[0x3][0xaa]'z5[0xd5][0x13][0x8b]<[0xaa]w[0x1][0xd6][0xc3][0xab][0x90]Z[0x1c][0xa4][0xed]D[0xf2][0xf3][B$[0xbf][0x83][0xd4][0xe6]+[0xf3][0xb5][0x8c][0xc0];[0x11][0xad][0x81]V[0xae]Th[0xb][0xed]=.Z[0x89][0x8b]V[0xe2][0xa2][0x95][0xa0]U[0xa1]Io[0x3]{>|J[0xae]$[0x7]w[0x3]5[0x88][0xc5][0xb9][0xc4][0xad][0xc9][0xe6][0xda]Z[0x4][0xa8]~[0xcc][0xb5]\[0x17],[0xd7][0x5][0xcb]u[0xc1]r[0xb1][0x89][0xe1][0xb6]][0xbb][0xd0][0x81][0xb8][0x8a]+bfyh[0x4][0xbe]Px[0x8][0xfe]P[0xf5][0x10]rB5C[0xd0]Ce[0xbe]![0x4][0xc6]0[0xcb][0x91][0xc3][0xb6][0x8d]H[0xed][0xd4][0xb5][0x99][0x85][0xd0]Ag[0xb7][0xf0]_[0xea][0xd6][0xc][0x87][0xcb]][0x1b][0xca]][0x1b][0xca]][0x1b][0xca][0x1d][0x1b][0xa4]'I[0xf6])k[0xda][0x1c]k. [0x82][0xac][0xe5][0x87][0xc2]vF[0xab]%[0xa3][0xb9][0x13][0xdd][0xee]&tTA[0xce][0xb6][0xc5]][0xc8]|[0x5][0xa4][0xa9][0x9e][0xe4][0xd1][0xa3][0xd4][0xb7];[0xea][0xb7]R[0xbd][0x84][0xa9]([0x14][0xf6];[0xea][0xdb]|5[0xcc]bp"B?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qiF`[0x8b]\[0x84]"[0x17][0xa1]H[0xe5][0xce][0xa3]z[0x1b]T[0x16]%w[0x9b][0x1d][0xac]5[0xdc]'[0xb6][0x5][0x98][0xbb]l>[0xec]dM[0xed][0xca][0xf0]![0xe0]"[0x4]\[0x84][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xed]C[0x87][0xa3]w[0x17][0xc7]b[0xd1]L[0x95][0xb0][0xfd][0x98]r[0x0][0x86]d-,Y[0xab][0x96][0xac][0xd5]dI[0xda][0xd5][0xdc]s[\r][0xa3][0xb6][0x9b][0x9][0xbb][0x16]'[0xe2]:[0xcc][0xc0][0xf5][0x19][0xfe][0xcd]t[0xd1]g[0xba][0xe8]3[0x1d]t[0xe9]I[0xaa][0xa4]p[0xf8]zq[0xec]8[0xcc][0x15][0xb1][0xbb]9[0x14]~[0x18]~[0xdf][0xde][0xf0]a[0xe4][0x85][0x86]qB[0x98][0xbf][0x87][0xe0][0xf7][0xee][\r]?[0x83][0xbc][0xa6][0xd0][0xe3][0xc8]9[0xcc]s[0xc3]O5[0xc3][0xc8][0xbf][0x17][0xf9]{[0x10][0xac]V[0xf3][0x94][0xe2]J[0x1][0x7][0x5][0x7]Px[0xaf][0x8c]}{[0xa9][0xd3][0xab],[0xf]1R[0xc0]M,[0xaa][0x9b][0x19][0xab][1[0x15][0xb7][0xd1][0xf2][0xdb]i[0xf9][0x9d][0xe4][0x91][0xbb]h[0xe7][0xdd][0xb4][0xe4][0x1e]zq_F[0x1c][0x9b]]O[0x9a]q[0x11][0xb3][0xa2]Q[0xfe]t\[0xcc][0x91][0x7]&g[0xf3][0xa0][0xeb]y[0xda];[0xa8][0xd0][0xb1]-G[0xcb][0xe7]z'[0xba][0x1c][0x9f][0xea][0x14][0xb3][0x81][0xd1][0xa4]y[0x83]n[0x8]s[0xd4][0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb0][0x5][0x1c][0x10]M^k[0xce][0xe6][0x1d][0x9c][0x95][0xb5][0x85][0xdc]\t[0x4]a~[0x8a][0x8f]`Z($[0xca][0xf8][0xd3][0xf9][0xb][0xc][0xa3]d[0x8][0xc5]2U[0xfc][0x4]J5[0xc][0xb1][0x16])>[0xe8]:=U[0x9d][0xa1]G[0xe8][0xf0][0xa3]4u[0x10]s[0xb0][0x9f]f=[0x9e][0x81][0xbd][0xd0][0xc1][0x16]g|[0xf0][0xcc]1[0xd8][0xf2][0xe1]h[[0xa1][0xc9]i[0x96][0x84][0xb7][0x1f][0xc4][0xd4][0xb6][0xf0][0x8][0xa6]-&O[\r][0xe3][0xc4][0xc5][0xfe]2[0xff]aL+[0xf3][0x1f][0xba][0x1f][0x85][0x7]Q[0xd6]FX[0xb8]z[0x4][0xe5][0x83]{[0xe0]_[0xec][0xdb][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "fn[0xc6]0f[0xde]#[0xeb][0xb3][0xdc][0xf5][0xd9][0xf6][0xfa]A[0x9c][0xd4]F[0x12][0x1a][0xc1][0x9c]AU[0x12]U[0xa8][0xc1]tZ[0x16][0xa1][0xd5][0xd3][0x1d][0xdb]ky%[0x0]O0mO[0xf2][0xf8][0x1c]D[0x5][0x9e]b[0x12][0x9f][0xa1][0xe4]!J>[0xc7][0xa4]=[0xcf]B>B[0xd9][0xef][0xd2][0x87][0x17][0x94]O[0xcb]im[0x90][0xa9][0xeb]A[0x8c]~[0x14][0x92]K[0xb6][0xe3][0x12][0x15][0x83]v7[0x91][0xed][0xe8]uJ[0xb2][0x1d]}NI[0xb6]#[0xae]J[0xd2]NiN[0x88][0xef][0xe9][0x84]V[0xae]ZJ[0xf6][0xf3][0xf0][0xda]YitRZ([0x19]8[0xcc][0xd3][0xc8][0xcf][0xa0][0x14][0xdd]X[0xc8][0xf3]T[0xdd][0xbc][0xc4][0x90][0xbf][0xcc][0x10][0xbf][0x92][0x11][0xea][0xc2][0x8c]P[0xb3][0xfa]e[0x92][0xef]SGs[0xd2][0xc9]w[0xad][0xe4][0xd5][0xd6][0x1c][0x18][0xb4][0x93]^2[0x96]t[0xcd][0xc9][0xb8]J[0xf8][0xc9][0x1a]&f[0xfa]U[0xc2][0xbe][0x6]y[0xdb][0x16][0xf3][0x11];[0x97][0xcf][0xd7]1[0xf8][0xda][0xf1][0x99]6[0xa6]q[0x96]Oc[0x7][0xff]f[0xc6]A"Qc[0x9f][0xb1][0x13]B[0xea]|[0xcd][0xdd][0x3][0x9f]wi[0xc1][0xac][0xe9]=[0xe2][0xa4]=[0xcd][0xc3]5O[0xa6]/^:}[0xef][0x4][0xaf][0xdf] [0xec][0x9f][0x10][0xc6][0x9f][0x15][0xec]T[[0xa1][0x3][L[0xee][0xb8]L[0xdd][0xe7][0xa6][0xe2][0x0]_[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed](J[0xe1][0xe1][0xc9]aP[0xd9][0x87][0xd3][0xf7]h[0xfc][0xe1]r[0x1e][0x1][0x8f]2m[0x1f]u[0xb][0xab],bI[0x9d][0x12]bs[0xaa][0xd4][0xb9][0xfd][0xcd][0xe1][0xa7]rY[0xa8][0xe2]iT[\r][0xa1][0xc0][0xbb]|F[0xc5][0x3]*<[0x5]3d[0xbd]e[0xb7]W[0xdb]s[0xf4][0xcd]}[0xae][0x99][0xa7][0xf0][0xa6][0x1][0xfe]BueT[0xfe][0xc6]k[0xf2]M[0xd6][0xc8][0xdf][0xf9][0xc]y[0xb][0x95][0xf8][0x7][0x1f] o[0xd1][0xc4][0xba]Tv2[\r][0xdc][0xc9][0x19]qn[0x91][A[0x8b]H[0x9b][0x1f][0xa7]#e[0xac][0xb4]Op[0xd5][0xa6][0x2][0x12][0xf1][0xbb][0xcc][0x89][0xf6]6[0xb5]^[0xa1][0xce][0xb9][0x7][0x9f][0xc4][0x95][0x94][0xbb]*[0xb]%[0xc]#4[0x91][0x12][0xfe][0x9d][0x85][0x12]<[0xbc][0x5][0xae]v[0xe2][0xf0][0x16][0xcd][0xd0][0xe5][0xde][0xa1]kaQ[0xb0]IX[0xa1]h[0x18][0xd5]a;[[0xea][0xab][0x1f][0x1a]f[0x12]U[0xc7][0x9][0xca]2[0x19][0xac][0xad]9t[0xa6][0xcf]{[0xa6][0xbf][0xd4]_[0xea]{[0x0]3jJ[0xfd][0xb][0x16]KI[0x15]T[0x94]qgm[0xcb]n[0x8f][0xb6][0xdb][0xcf]`[0xbd]>[0x16][0xac][0x5][0xb4][0x5][0xf8]/[0xc3][0xf0][0xe][0xc3][0xf6].[0xeb][0xf7]=[0xba]|[0x14]sh`-s4[0x9f][0xf4][0x10][0xd1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]h[0xd5]|[0xd8][0xc4][0xfe][0x16]-[0xc7][\r]\[0x84][0x15]q[\r][0xf9]R[0xc8]c[0xab][0x1b][0xb8][0xad][0xbc]1[0xae][0xa5][0xf3]Y[0x8c];[0xdd][0xc0][0x9d][0x8][0xcf]Q[0x9e][0xe6][0x1c]&_[0xc7]u[0x9a][0x8e][0xeb][0xa9][0x1c][0xff]ap[0xaf]P[0xa5][0xaa]1[0x8c][0x1][0xdc][0x80][0x1b][0x9d] [0x9e][0xa4]"[0xc4][0x7]HQ[0xdd][0x1][0xcc][0xc][0x15][0xfb][0x14]w[0x8e][0x5]r[0x1e][0x15]Z[0x5][0xef]3[0xe4][0x6][0xc9][0x8c]F[0x82][0xbf][0x1b][0xdf]YQ[0xf6]?PK[0x7][0x8]5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.class[0xd5][0x96][0xdb]r[0xdb]T[0x14][0x86][0xd7][0xf6]A[0xb2][0xe5]@MJ[0xb]2[0x5][0xb7][0xe0][0xd2]DMj[0xe5]P%MDgP[0x99]L[0xe9][0x84]SM3[0xa3][0xb6]7[0xb2]+\[0xa7][0xb6][0x95][0x91][0x15][0x18]`[0xb8][0xe0][0xa6][0x17]<[0x1][0xc3]#[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]2S[0xe][0xf][0xd0][0x8b]>[0x0]W<[0x3][0xf][0xc0][0xb0][0xf6][0x81][0xd5][0xe2][0xaa][0xe4] [0xa0]m2[0xb3][0xf7][0x92][0xbc][0xf7][0xff][0xbf][0x94]x[0xaf]{[0xdc][0xfd][0x5][0x0][0x16][0xe0]-[0x3]J0[0xaf][0xc3][0x82][0x1]9X[0xe4][0xc3]Y>8:,[0xe9][0xb0][0xac][0xc3]9[0x6][0xd5]Q[0x18][0xf7][0x82][0xfe]F[0x18][0x8f]z[0xd1][0xf0][0xca][0xbb][0xef]0`[0x97][0x18][0xf8]K}[0xf2]Qq|[0x0][A[0x1c][0xc]0[0xc5][0xe1][0x14]#[0x6][0x1f][0xa6][0x10]e[0x4][0xca]m[0xd9]g![0xb3][0xf6][0x9e][0xcc]2[0xdb][0xcf]1H[0xe][0xe8][0x94][0xd9]{[0x9e][0xc1][0xed][0xcd];3[0xcd][0x2][0x83]o[0xff]C[0x9a][0xcc]|[0x8b][0xc][0xee][0xfc][0xaf]|[0x99][0x89][0xcf]2[0xf8][0xe9][0x9][0x13]g[0xce][0xe0]0[0xb8][0xff][0xd4]e[0xc8][0x9c]j[0x89][0xc1]o[0xcf]@[0xaa][0xcc]9[0x97][0x19][0xfc][0xfe]L[0xe6][0xcc][0x9c][0x1c][0x8f][0xa3][0x15]m[0xc7][0x9d]p[0xad][0xc7][0x8f][0xe7]c[0x8f]9u[0xcf]p[0xa3][0x9]x[0x1e][0xe]1[0x98][0xdb][0xf7][0xd1][0xcd]7[0xae][0xf0]a[0x95][0xf].[0xb6][0x1c][0xe3][0xdc][0xc][0x96][0xf][0xda][0x10]0X[0xda]u[0xeb][0xdb][0xed]Q[0x12][0xe3][0xf2][0xf1][0x9d]S{l[0x1e][0xb0][0xcd]9[0xb5][0xb7]S[0x1d]W[0x9e];[0xe8][0x91][0xbc][0x1]'@[0xc7]v[\r][0xbb],[0xa8]A[0x19][0xc][0x9c]+x[0x95][0x83][0x9][0xfc]e[0xfc][0xe9][0xe3]X[0x15]}[0x1d][0xf6]h8[0x17][0xad][0x1d]`?[0x88]%/[0xe0][0xc8];;[0x80][0x6][0x14][0xe0]$Lb5![0x17][0xc1]ax[0x11][0xe7][0xaf][0xe1][0x8][0x1c]U[0x2][0x17]qM[0x9e][0xef][0xf8][0x11]r[0xfe][0xe9][0x99][0x1d][0xc8]O*[0x9a][0xd8]5/[0x14][0x8e][0xcb]UJ[0x81]W/[0xc1][0xcb][0xe2]s[0x3]L[0x84][0xcc]a}[0x4]^y[0x9c]ja\ueW[0xd5]c[0xf0][0xaa]R}M[0xa9][0xb6]0A[0x1][0xe7][0x8a]T[0x9d][0xdd][0x81][0xe2][0xb8][0xac]'d-[0xb9][0x8c]d+$[Q[0xb2][0xbc][0xaa]c[0x95][0x17][0x6][0xc7][0x95]A[0x1f][0x9f]:[0xef]ok[0xc2]@[0xfb][0x19]4??[0xd3][0xf2][0xb][0xb3]-[0xbf]h[0x16]Z)[0xf][0xe7][0x92][0xf0][[0x94][0xbb][0xc8][0xaf]F~5[0xf2][0xab])?^[0x9d][0xc0][0xaa] [0x9c]_W[0xce]_[0xa2][0xb3][0x86]s]8[0xeb][0xe3][0xce][0xbe]f[0x16][0xd3][0xec]/[0xb][0xfb][0xf3]r+[0xd9][0xd7][0xc9][0xbe]N[0xf6]u[0xb2][0xaf]+{^[0xbd][0x81]UQ[0x80]4[0x14][0xc8]7[0x8][0xa2][0xf3][0xbf][0x1d][0x1]RJ[0x5][0xf1]uSK[0xa3][0xb9]*h.[0xca][0xfd]D[0xd3] [0x9a][0x6][0xd1]4[0x88][0xa6]A4[\r]E[0xc3][0xab][0x93]Xi[0x82][0xeb]M[0xc5][0xf5][0x9d][0xfa][0x87][0xb0][0x4]W[0xf5][0x91]w[0xf3][0x0][0xcc]/[0x99]z[0x1a]][[0xd0]][0x96]*Dg[0x11][0x9d]Et[0x16][0xd1]YDg[0x11][0x9d][0xa5][0xe8]xu[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+]pN)[0xce];x][0xc6][0xd9][0x96][0x9c][0xe9]o[0xf2][0x1][0xa7]_[0xd5][0xcc]R[0x1a][0xed]-A{]j[0x11][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4]6[0xd1][0xda][0x8a][0x96]W[0xd3]X[0x95][0x4][0xb7][0xa5][0xb8][0xef][0xe2]'[0x6][0xce][0x8e][0xe4][0xfe][0x87][0x17][0xff][0x10][0xb7]_[0xd5][0xcd]r[0x1a]}"[0xe8]?[0x91][0x8a]D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];[0x8a][0x9e]W[0xa7][0xb1]*[0x8b][0x1c]3*[0xc7]=\[0xc3][0xbf]*][0x99][0xa3][0xbc][0x8f][0x1c]~[0xb5]d[0x1a]ii[0xbe][0x12]i[0xb6][0xa4].[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6][0xa5]4.[0xa5]qU[0x1a]^[0xcd]be[0x88]\gT[0xae]_q[0xf5][0x4][0xff][0x82][0x93][0xb9][0x8c]}[0xe7][0xf2][0xab]e[0xb3][0x92][0x96][0xee][0xb6]H[0xf7][0x85]T[0xa7]t[0x1e][0xa5][0xf3]([0x9d]G[0xe9]"[0x1f][0x9e],[0xc4][0x11][0x1c][0x95][0xe4][[0x92]|[[0x92][0xa7]4,[0xd6][0xf0][0xb4][0x86][0xef]h[0xf8][0xae]@i[0xdc][0x8c][0x85][0x8d][0xbe][0xe]3[0x16][0xf]G#kZ[0x17][0xb][0x88][0xcb][0x4][0x8a][0x17]E#[0xf1][0x84][0x11]It[0x18]}I[0xd3]?[0xaf]`[0xde][0x8e][0xfd][0xeb][0xd1][0xad][0x2][0xf9]]F[0xdc]\n[0xf4][0x9b][0x2][0xe5]m[0x9b][0x8d][0xad]FS[0x9f][0x11][0xe9]mjO[0xc4][0xc2][0x91][0xde][0xf3][0x5]Jbf<[0x9a][0x8c]u[0x9b][0xb][0x93][0x91][0x9e]>r[0xd5]X\[0xc9]D[0xb8][0xaf]i[0xd5][0x88]o[0xe4][0xce][0xeb][0x8b]v[0x1b]}[0xc3][0xb2][0x14]W[0x9b]zg}[0xed][0xed]5c[0x2]s[0xdb][0xa2][0xb1][0xde]&c[0xc0][0xe8][0xde]d6[0xc9][0x97][0xc4][0x92][0xe3]9[0x9b][0x9b][0xa8]d"[0x19]'[0xbe][0x1c][0xda][0x14]?W[0x16]Z+-=[0xbd][[0xcc][0x1d]|[0x15]W*[0xb6][0xc4]z[0xe3][0x2][0x15][0xeb][0xdd]t[0xcf]7b[0xfc][0x1e]3vd1[0xac][0xe8][0xda]lv'[0xc8]P[0xba]1[0x1a][0xeb]7[0x12][0x9][0xb3]g[0x99][0x19][0x8f][0x1b][0xbd][0x14]^[0x90][0xd8][0x14][0x8b]n3[0xba][0xa4][0x11][0x95][0x19]kV[0xa7]_K;.[0x8]G[0xc2][0x89][0x8b][0x4][0xea][0xea]F[0xc3][0xba][0x0][0xd5]w[0x8][0xf8][0x16]E{(rR[8b.O[0xf6]w[0x99][0xb1][0xd5][0x16]H[0xb9]rO[0x87][0xc1][0xa8][0xf1][0xd9]~[0xe9]Kl[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xac][0xb3]s[0xfb][0xa9][0xdf]R[0xd8]rnx[0xa7]c[0x81][0xc][0x99][0xfd][0xed]riY,B[0x9b][0xe8][0x87]d[0xbf][0x19]IPd[0xb3][0x8b][0xca][0x13]6ba][0xee][0xe0]OXH^[0x97][0x9d]Im9U[0xc9]L[0x9b][0x9][0xcb]]=[0xae]r'%[0xb6][0xb9][0xee]M,>}logpz[0x19][0xa3][0x91][[0xd0][0xc9][0xd2][0xf9][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99][0xbb][0xd8][0xa6][0x13][0x8a][0x98]\[0xd1]rB+[0xdc]Q[0x97][0x9e]dd[0xdd][0xa5][0xb5][0xbf][0xc9][0xc0][0xba]K[0x9d]?[0xa1][0xb8][0x8e][0xbd]vl[0xce][0x1c][0x85][0x80][0x81]>[0xd3][0x1a][0xce][0x1a][0xcb]S'#{|O[0x9d][0x8c][0xd4][0xab][0xde][0xb2]h[0xba][0xcb]7[0xdf][0xf2][0xf8][0x8e][0x9d][0x95]o[0x8d][0xb4][0xe2][0xb8][0x99]h[0xcb][0xe8]J[0x95].^R[0xf1][0x8e][0xa8][0xcf][0xc5][0xbd]#[0xd9]'[0xd7][0xd5][0xbb][0xb5][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]-[0x19][0xd5][0x94][0xfc][0xfd];[0x96][0xaa][0x9e][0xd7][0x1f][0xef]u[0xaa][0xba][0xdf][0xb0]Z[0x9b][0x97]/'[0xd4]*[0xb2][0xe5][0x12][0xae][0x98]}[0xb6]{[0xcb]2c@[0xf5][0x1d]uHzB[0xc3][0x12][0xb6][0xc]G[0xf]K[0xf5][0xcb][0x8d][0x18][0xd5]&p\ZZ[0xef][0xda]Mu[0xf2][0xad][0x1e][0xee][0x9e]SFX[0x98][0xd9]?[0xcb][0xc8][0xb8]*[0xeb]X[0xd1]2[0xa1]$[W?[0xd6][0xe9][0xc3]cn[0x17]8-[0x83]cY8[0x1e][0xa7][0xa0]4[0xe3][0xc5][0xdb][0xbb][0xcd][0x81][0x4][0x8f]E[0xe4][0x15]a[0xfe]Z[0xe9][0xd2]X[0xd7]B[0xe7][0x4]4y[0xe4]a[0xa7][0xcd]>[0xcc][0xf8][0xfa][0xa2][0xd1][0x1][0xb2][0xaf]#D[0xac][0x8b][0x1d],[0x9e][0xec][0xe2][0xe9][0x83][0x87]:[0x9e]1[0x12]QK[[0x81][0xa2]m[0xb1]p[0xc2][0xb4][0xdc]!0[0xc3]6([0x1c][0xb5]=[0xb4]"[0x99][0x18]H&[0xc8]l[0x1a][0xfd]V[0xc9][0x8f]vm[0x96]4I[0xee]ic1[0xab][0xe3][0xdd]3[0xd4][0xd5]1 [0xae][0xe1]{Rw[0xd3][0xe8]I[0xe3][0x9d][0x92][0x8d][0xd7][0x1a][0x19][0x9][0xe7][0x9]3i[0xa6][0x8e][0xc1][0xa4][0xe1]Y[0xca]lW[0xe]X[0x12][0xb6][0xe]@Y[0xa7][0x8b][0xb9]r[0xb5]@u[0xae] [0xf0]H[0x95][0x1d]3[0x1d][0x97]a[0xad]$[0x1d][0x92]<[0xa7][0xe1][0xfb]:~[0x80][0x1f][0xea]x;[0x16][0xe8]X[0x88]f[0x1d][0x17]c[0x89][0x8e]K[0xd1][0xaa]c[0xbe]|<[0x1f][0x17][0xe8][0xb8][0x10][0x17][0xa5][0x85]ed[0x99][0x8e][0x16][0xc9]q[0x89]$[0xef][0xc2][0xf5]:v [0xa2][0xe3]G[0xf8][0xb1][0x8e][0x9f][0xe0]y[0x1d][0x8b][0xc0][0xf3][0xee][0x99]'[0xbc][0x13][0xa4]fKuD[0xa5][0xb0]kq[0x9d][0x8e][0x9f][0xe2]g[0x92][0xfc]\`[0xd6][0xf8][0xd9][0xc4]T[0xcf]N[0xdd][0x85][0xc9]p_[0x8f]<[0xe9][0xd6][0xae][0x89][0xc8][0xa4][0xaf]MDk[0xe5][0xd1]8a[0xd6][0x8e]tX[0xad][0x8e]_[0xe0][0x97]:>,[0xa1][0x85]-:~[0x8d][0xdf][0xe8][0xf8]-^`[0xc4]u[0xfc][0xe][0xcf][0xe9][0xf8][0xbd]|[0xfd][0x7][0xbc]8[0xc2][0x1f][0x16][0x8e][0x8e][0x9b][0xf1]G[\r]/[0xe9]xYr[0xfe]IJ[0xf9]3^[0xd1]q;^[0x9d][0x88]#[0xb2][0xe3][0xcb]#[0xed][0xb8]k[0x1c][0xd6]s' >][0xf0]Z[0xb6][0x19]1[0xd3]YY[0x93];[0xd9]Y[0x2][0xd3][0x1f][Wd[0xb8][0xb8]v[0xd8][0xf4]E}F<[0xbe]<[0xca][0xfa]D[0x17]f[0xb0]x[0xeb]d[0x9a]7[0x9c][0xc8][0xd5][0xc2]*t[0xe9][0xf9][0x19][0xac]X'x1)[0xea][0x8e]F[0x12]F8[0x12]W[0xf5][0xd9][0xb5][0x7][0xac][0xb3]@[0xd2]Ub[0x8e][0x1b][0x8f][+[0x90][0x8b][0xd2][0xbb]j[0xc1][0x84][0xaa][0xe3][0x98][0xc5]qnn[0xdc][0x1c]w9c`[0xc0][0x8c][0xf4][0x8]4NHc;[0xe5][0xb9][0xd0][0xdf]cv%e=d[0x9c]X`z[0xcc][0xed]+6[0xb2][0x88][0xd6][0xb5][0xd6][0xb3][0xde][0x16]X[0xb5]S[0xb9][0xa2][0xaa][0xae][0xb5][0xd5][0xd5][0xf4][0xf2][0x1e]s[0xa3][0x91][0xec]K[0xac][0xcd],[0xa8][0xf9][0xaa][0xbc][0xae]Y[0xbd]$=m[0x8d]$,[0xb1][0x1d]Y[0x9e][0xcf][0xe8][0xd2][0x81][0x9c][0xe5][0x8e]m[0xc8]FY[0x95]QE5YR[0x15][0x86][0x9a])[0x8][0xe6]Ukv[0xc3][0xb6]!0[0x93]7[0xf6][0x12]xp[0x16][0xce]F[0x11]jp[0xe][0xde][0xc6][0xfb][0xfe]<[0x80][0xef][0xce][0xe5][0x8f][0x5][0x8d][0xf3][0xf7][0xca][0x9a][0xc6][0xb1]\[0x96]5[0xf5][0xcc][0xe2][0xa7]xZ[0xd4]w[0x8f][0xac][0x83]jd[0x1]S[0xdf]Y[0x12][0xd5][0xf3]%[0xf6]zVG[0x8e][0xd3])[0x9b][0x95][0x8a][0xb4][0x8d]O+[0xe1][0x87][0x97][0xe3][0xa4][0xa0]8[0xc][0xc1][0x9f]'[0xd4][0xb0][0xf][0xde][0x7][0xd4][0xc2]e[0xa4][0x85][0x1c]A[0xa8][0x12][0x82]-[0xe7][0xac][0xd6]b[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\[0xe][0xa8][0xd9]J[0x8a][0x17]j[0xb6][0x8a][0x80][0x1e]%[0xbe][0xdd][0x16][0x5][0xc5][0xfb]8[0xea][0xc1][0x90][0x94][0xdd][0xd0][0xb8][0xf][0xbe]l[0xd9][0x8b]h[0xf4]b%;h[0xf1]:[0xb2]U-W[0xb2]U[0x91]W[0xdc][0xba]B[0xf1]*[0x94][0xd5][0xb9]QFYp[0x9]Q.[0xcd][0x81][0xb2][0x86][0x8e][0xcd][0x8d][0xd2]a[0xa3][0xc][0xf2][0x8b][0x9f]c([0xb8][0xf][0xfe][0xe0]~[0xe4][\r]A[0xb]6[0xe]!?[0x18][0xf0][\r][0xa1] ([0x86]P[0x18][0xc][\r][0xa1]H[0xce][0xf4]`[0xc3][0x10][0x8a][0x87][0x95][0x98][0x83][0x2][0xd2][0xcb][0x8][0xdd]DE[0x96][0xa2][0x94]"[0xab][0xf8]e*U[0xaa][0xa5]*[0xb3][0xa9]L[0x90][0xae][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]c[0xc1]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x1c]7[0x84]T[0xec]=j&U[0xf5][0xaa][0x99]T[0xd5][0xa7]T]{"[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]j([0x97][0xaa][0xab]mU[0xd7]P[0xd5][0xe][0xaa][0xba][0x96][0xaa]^AU;[0xa9][0xea]:[0xaa][0xba]>[0x87][0xaa]i_[0x8e][0xa7][0xea][0x15][0xa3]b'[0x13]0[0xe4][0x1a][0xbb][0xab][0xa9][0xc7][0x86][0x1c][0xb1][0x93]([0xb9]c[0xd7][0xe9][0xa0][0xe4]+[\r][0xaa][0x86][0xd3][0xdc]w[0x10]%[0x9d][0xde][0x86]v[0x17][0xbc].T[0xa2];#[0xdb][0xab][0x1c][0xbc]*'[0xdb][0xab][0xe8][0x85][0xf5]v[0xb6]_i[0xa3]l [0x8a][0xd4][0xaf][0xc2][0xce]C[0xb][0xa2][0xb1][0xdd]%[0xe9]7r[0x1f][0xf7]f[0x98]T[0xe1]@T8[0xd1][0xae]pL[0xaa]P`[0x96]IW[0x8d][0xda][0xb9][0x16][0x98][0x97]`.[0xb6][0xf4]s[0xe7]Fr[0xec][0xdc]t[0xac]&[0xd9]@R[0xfc][0xd5][0xe3][0xda]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x1a][0xda][0x12][0xcb]aK[0x1a][0xc2][0xdd][0x96][\r]6X/[0xc1]d"[0x95][0x5][0x99][0x0][0x16]R[0xc0][0xe7][0xe6][0xb6]$[0xb3]qkF[0xe6][0x95]9Pe[0x8e][0xdb][0xca][0x9c][0xcc]+s2[0xaf]L[0x81]Z[0x99][0xf7][0x8e]q@G[0xd9][0xb7][0x83][0xa0];s[0x80][0xa6][0xed][0x1b][0xf][0xd4][0x18][0xe5]V+[0xdd][0xc7]p[0xeb]ut[0xeb][0xbb]r[0xb8]5[0x9d][0xf5][0xee]n[0xed][0xb2][0xc1]6[0xda]`5[0xc3]Y[0xef][0xb7][0xb3][0xbe][0xd3][0xe7][0x8a][0xf9][0x1e][0x4][0xd8]([0x86]1k[0x1c][0xcc][0x1a]'[0xf3]k[0xb8]7[0xd6]+[0xee][0x1a][0xf4]8[0x98][0xa6][0x8d][0x19][0xb1][0xbd]Zm[0xe7][0x8d][0xdf]6[0xb0][0xd3][0xe7][0x1e][0xd1][0xf7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x90][0xe1][0xdc]j[0x7][0xb1][0xda][0x89]h[0xb5]ce[0xb5][0xc2][0xf6][0xaa]Y[0x8f][0xe3][0xdc][0x8d][0x13][0xc3][0x1e]e[0xed][0x8d][0xc4][0xbe])[0x7]v:[0xb0][0xe3]a[0xf7][0xda][0xd8][[0x89][0x9d][0xa7]*[0xc][0xb3][0xc9][0x9f][0xce]&"[0xfb][0xdd][0xac][0xbe][0x95][0x15][0xe6]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9]"kUF[0x85][0x99][0xef]T[0x98]tJU9)U[0xa5]t[0xf0][0xa9][0x99][0xd4][0xc1][0xaf]t[0xd8]4[0x11][0x1d]FY[0x1b]u[0xf8]D[0xe][0x1d][0xd2][0xd6]O\[0x87][0xf0][0xa8][0x18]X[0x9]>^[0xc][0xee]`[0xc][0xee][0xcc][0x11][0x83]t[0x96][0x8f][0x1d][0x83][0xcd][0xd8]bcKM%W[0x9e]lk[0x93][0xb2][0x91][0xee][0xa5][0xfc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xca][0xe2]r[0x90][0xf2][0xd0][0xa7]|.X-#[0xb6][0xac]&[0xf5][0xc][0xb6][0xcf][0x7]1i[0xaf]#*O[0xbd][0xbc]O[0x89][0xd1]-[0x6][[0x8c][0x90]W?k[0xb1]XH[0xc5][0xa4]Ko[0xe1][0xe2][0xd2]#l[0xbb][0x1c][0xf6][0x92][0xe8]m[0xa1][0xa3][0xa8][0xe7][0xa4][0xe8][0x8]&[0x7][0xe5][0xc8]_[0xb1]7[0x85][0xb2][0xb6]=[0xac]C[0x12]J[0xbe][0xf0][0xc9][0x17][0xc1][0x14][0xca][0x97][0x85][0x8e][0xa0]([0xd4][0x90]B[0xc5].h[\r]{[0x90]/[0xe7][0x93][0x97][0x93][0xa7][0xe0](;[0xf8][0x83][0xa8][0xdc][0xc3][0xc6][0xce][0xa7]f[0xdf][0x1]Tu6[0x6]|[0xfb]0[0xa5][0xd9][0x1f][0xc][0xf8]S[0xa8][0x1e]B[0xa9][0x9a][0x4][0x86][0x14]k[0xa9]4[0xc2][0xab][0x8c]hfO[0x0]x&@[0x8a]F[0xec]g[0xa1]z[0x88][0xb9][0xf0]0[0xa6][0xe1][0x0][0x1a]q[0x90][0x7][0xcd][0xc3]<[0xed]=[0xca][0xbe][0xff][0x18][0xbd][0xfb]8[0xf3][0xea][0x9]\[0x8f]'[0xf1]![0x1c][0xc9][0xc8][0x97][l[0xc3][0xcb]x[0xdd][0xb5][0xf2]e[0x1][0xa5][0xf][0xa8]Hu[0xf0][0xe0]z[0x8d][0xca][0x97][0xcd]8[0x95][0xcd]Av[0xfd][0xad][0x8c]t[0x1c][0x9]:,[0xc9]U3[0x90][0xaf][0x1f]C[0xad][0x86][0xad][0xc5][0xc7]P[0xaa]a[0x9b]w1[0xc9]1[0x94][0x90].[0xd2][0xb0][0x9d][0xe2]v[0xb8][0x6]#?;[0x18]O[0xbb][0x6]c'[0xde]i/n[0xb3][0x17][0x97]IGY[0xc1]([0x90][0xc1][0xa8][0x1c]vH[0x89]J[0xa9]g[0xe9][0x90][0xe7] [0xff][0xb3]0,0][0xeb][0x93][0x8a]W[0xc8][0x97][0xbc][0xdc][0xbb][0xa8]U[0x98][0xad][0xd6][0xf3].j[0xf9][0xe4]?[0x1c][0xec][0x1c][0xd9]My[0xf9]|7([0x9a]}[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xd8][0xdb]p[0x4][0xc5][0xa1][0x86][0xfd][0xa8]i[0xf6][0xed]AAh?[0xa6][0xca][0xc9][0xec]f[0xff][0xf4]][0x98]A[0x8][0xed][0x0][0xa6]w[0xee][0xc3])[0xe5]3R[0xa8][\r][0xf1][0x97][0xc2][0xcc][0x14]f[0x89][0xbd][0xa1]f[0xc0]w[0x14][0xed][0x1][0xe9][0xdc][0x14]N[0xed][0x9c][0x97]w7[0x96][0x4][0xfc][0xde][0xca][0xbc][0x14]Nk[0xf6]SnI[0xc0][0x9f][0x16]\[0x18][0xf0][[0x92][0x8f]?[0xd3][0xac]eK[0x95][0xf9]b[0x8b][0xdd]s[0xfc][0xfe][0x80]o/M*[0xe0][0x95][0xa1][0x96][0xb9]a`[0x1b][0xbd]:[0xcd]v[0xd9]:[0xee]"[0xe0]E>[0xbd]D[0xb7][0xbd]L[0xae]WP[0x8c]W[0x19][0xe3][0xbf][0x92][0xff][0xdf]\[0xf1]7[0xcc][0xc2][0xdf]y[0x9a][0xfc][0x7][0xf3][0xe2][0x9f][0xdc][0xc1][0xaf][0xf1]B[0xf2]:[0xcf][0x91][0xff][0xa5][0xa4][0xff][0xb1]_[0xbc][0x81][0x1][0xfa]f[0x9b][0xf0]a[0xa7][0xf0][0xe0]Z[0xe1][0xc5][0x1d][0x9c][0xef][0x12]y[0xca]qWR[0xe2],Jy7{[0x92][0x9f]>[0x9f][0xaa]f[0x1a][0xcf][0xa5]K[0xd8][0xa1][0xde][0xa7]2p[0xd0][0xd9][0xc1][0x83][0xb8][0xc1][0xae][0x9a][0x83][0xec](V[0xc5][0x1a]d_[0xf9] [0xf5][0xf3]b[0x17]3[0xf7][0x2]:[0xff]b[0x9e][0x3]o$[0x9f][0x95][0x81]3Qx[0xc][0x5]2[0x1][0xfd][0xb]5[0xdc]4[0xf3][0x18]<*[0x3][0x83]"O>[0xbf][0xce][0x14][0x15][0xf2]*[0xa3][0x82][0x9d][0xc2][0xec][0xac]`[0x8b]"[0x97]`{p3[0xf7][0x88]G[0x5][[0x9e]>5Y[0x1d][0x19][0xb6]9R[0xc0][0xda][0x90][0xdc][0x92])[0x9c].[0xc7]|{,[0xb2][0xc7][0x82]C)[0xd4][0x5][0xd5][0xe4] [0xea][0x87]P[0xe9][0xbd]P>,o<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xcf][0xe7][0x9d][0xe7][0xaf][0xf4]W[0xfa]vczc[0xa5][0xff][0xac][0xe6]<[0x99][0xc8][0xd3][0x2][0xc]t[0xb0][0xfd][0x6][0x8f][0xb8][0xc1]/[0xf6][0x1c]A[0xca][0xa8]L![0xf4][0xc0][0xc8][0x1d]/&[0xc1]'JQ [0xca]P&[0xca][0x11][0x10][0x15][0x98])&[0xd3][0xde]J[0xcc][0x13]U8OL[0xc1]JQ[0x8d]+E[0x0][0x1b]87[0xc5]T[0xf4][0x8b]i[0xce]i`%e[0xdc][0xca][0x9a][0x9b][0xa7][0xaa]|[0xda][0xf3][0x11][0xf6][0xb1][0x8f][0xd2][0xee][0xf3]xa[0x95]q[0xf1]([0xdf]V[0xc3]s[0x9c][0x97][0xba]<[\r][0x1f][0xd3][0xf0]q[0xc1][0xfd],[0xe8][0x9a][0xd7][0x18][0xcf][0xdb][0xd4]6[0x10][0xec]<[0x1e][0xdc][0x8e]OZ[0xfe][0xc1]]v[0xe5]n[0xa1][0x1a][0x82]$[0x8d][0xb2]zYc[0xbe]=[0x16]q[0x98][0xbb]V>4[0x1d][0xc6][0x19][0xfc][0xa3]c[0xd2]w[0x1b]u[0xe3]")[0x18].[0xfa]A[0x96]}[0x88][0x19]4[0xb9][0x16][0xba][0x98][0x89][0xc9]b[0x16][0xa6][0x89]Si[0xf2]ih[0x12][0xb3]i[0xf2][0x1c][0x9c]/N[0xc7][0x2]Q[0x97][0xd1][0x14]Z[0x1c][0xc3]Z[0xd8][0x9a][0xee][0xa4][0xa2][0xb7][0xa9] {[0xa8][0xf0]]|[0xda][0xa5][0xe4][0xea][0xff]PK[0x7][0x8][0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.class[0x9d]T]O[0x13]A[0x14]=[0xd3][0x96][0x16]J[0xe5][0xb3][0xa0]"([0x15][0x95]~[0x0]+[0x82]@[0xd0]`[0x4][0x83][0x8a][0x5]"([0x91][0xf0]4-[0xe3][0xb2][0xb0][0xdd]%[0xbb][[\r][0xbe][0xf9][0xe8][0xab][0xff][0xc1]wL$$[0x92][0xf8]j[0xe2][0xbb][0xff][0xc0]w[0xff][0x81][0xf1][0xce]t[0xa9]X[0x17][0x8][0xbe][0xdc][0x99];s[0xcf]9[0xf7]cv[0xbf][0xfd][0xfa][0xfc][0x5][0xc0][0x8]&[0xe2][0x88]#[0xd3][0x80][0x6]d[0xa5][0xc9][0xc5]0[0x10]G[0x4][0x83][0xd2][0xc]I[0xa3]Is3[0x86][0xe1][0x18]n1[0xb4][0xb8][0xc2]1[0xb8][0xb9]"[0x1c][0xd7][0xb0][0xad][0xe7][0x8f][0x1f]0[0xb0]9[0x86]s3[0xb6][0xe5]z[0xdc][0xf2]V[0xb8]Y[0x16]u?[0x9e][0x1c][0xbc][0xfb][0xf9][0xe1]{#C[0x93]#\[0xbb][0xec][0x14][0xc5]t[0xd9]Z7[0x5]CW~[0x93][0xbf][0xe2]Z[0xd9]3Lm[0xe9][0xaf][0xbb];[0xc][0xf5][0x5][0xee][0x8a][0x5]^[0xa2][0xb8][0xb6]J[0x9c][0xc9]-][[0xf6][0x1c][0xc3][0xd2][0xe9]>z[0xd7][0xb0][0xc]o[0x8a][0xa1]'}[0xf3][0xf4]$[0xc5][0xa8]4[0xb7][0xa5][0x19][0x93]f[0x9c]a[0xe2]_[0x1][0xc3][0xf8][0xa9][0xd0][0xfb][0x5][0xd7]s([0xbc][0x16][0x19]N[0xcb][0xc7][0xd2][0x1f][0xd0][0xf0][0x80]~S[0xa4]v[0xc2][0x7][0x10][0xfc][0x10]'O[0xe6]>a[0xbc][0x4][0x9e]>[0x93]\ [0x9]R[0xf4]{[0x89][0xd3]?'[0x8c].4"[0x1]zo[0xe4][0x85][0xd0][0x84][0xf7]r[0x8a][0xb4]o[0x93][0x83][0xa4]5JwIt[0x90][0xed]$o[0x91]bB[0xb4]6g[0xf7][0xc1][0xb2][0xb9]=[0x84][0xb2]l[0xf][0xe1][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xc1]"do[0x90][0xed]'[0x89]4[0x11]fp[0x81]N:+0\$A[0xa8][0x9d][0x94]a[0x8a][0xfc]R 9[0x93][0xe4][0xb9][0x0][0xf2][0x1c][0xd9][0x1]"[0x1f]$[0xf2][0xa1]c[0xc8]e[0xee][0x92][0xbc][0x1b]=>[0xb9][0xa6]|[0xa0].[0xfb][0x9][0xe1][0xdd]*eT[0x1d][0x8e])[0x9a]D%[0xc0][0xa7]a[0xb8][0x8c]+[0x1][0xe0]P-[0xf8]^ [0xb8][0x97]z\[0x1][0xbf][0xa4]|e~)[0x9][0xfe][0x8a][0x96][0x3]DVe[0x12][0xb9]}[0xd4][0xed][0xfa]N[0x88][0x9c][0xe8][0xae][0x1a][0x88]$n[0xa2][0x15]x[0x88][0x18][0x1e]Q[0xe6][0x8e][0x14][0x99][0xaa][0x16][0x99][0xc2]UUd[0x9f]B[0xb1]$[0xde][0x92][0xe6]5_[0xd3][0xa1]L$E_E[0xb3][0xb5][0xaa]9[0xb0][0x8f][0xd8][0x1f]Q[0xf2][0xea]kU_[0x90][0xea]*[\r]|M[0xa9][0xf6]Vh[0xaa][0xaa]}[0xbe][0xaa][0xdc]][0xa7]9[0x87][0xe][0xf5][0xe5][0xb][0xe9]W[0x9d]I[0xff][0x6]PK[0x7][0x8]<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classm[0x8d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0x98]hD[0xb0][0xd0][0xca][0xb]$[0x8d][(XX[0xd9]XE-[0x2][0xf6]k[0x18][0xd6][0x84][0xfc][0xc8]&[0xea][0xdd],<[0x80][0x87][0x12]7X[0x4][0xd1]i[0x1e]<[0xbe][0xef][0xcd][0xf3]u[0x0][0x98]c[0xe0][0xa2][0xef][0xc2]#[0xc]+[0xae][0xc3]R)[0xd6];[0x99]3a[0xe2][0x87][0xa9][0xbc]J[0x91][0xc9]B[0x89][0xa8][0xd6]I[0xa1]V[0xc1][0xc1]p[0xea][0x9b][0x1b][0xfb][0xc1]/H[0xf0][0xa2][0xf2][0xa2]c[0xde]$[0x99]a[0xa6][0xad][0xb0][0xbe]I[0xcd][[0xae]*[0xa9]x[0xd6]x[0x84]e[0xa9][0x95][0x90]g[0x19][0x9f]Xd[0x6]4[0x3]M.R[0x91]8[0xf1]_'[0x8c][0xda][0xc7][0xfb]c[0xca]q[0xed][0x10][0x8][0x16][0x9a][0xb3]lB[0x7]6`[0xb2][0xb][0xc7]4[0x4][0xb7][0xe9][0xd1]{[0x3]PK[0x7][0x8][0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]v[0x1c]\[0x12]B)i[0xb9][0x15]j[0xda][0x84]R,.U%@[0xa8]U[0xd5]H-q[0xf2][0x90]*E[0xea][0xd3][0xc6]Y9[0xe][0x8e][0xb7][0xb2][0x9d][0xf2][0x7][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x80][0x84][0x10]B[0xfd][0x0][0xfe][0x82][0x1f]A[0xcc][0x9a][0x88][0xe4][0xb5][0x95][0x4][0xa9]7p[0xf9][0xa9]-c[0xdf][0xe6][0xa7][0xdc][0x1b][0x8];[0x94][0xbe][0x1f]D[0xbe][0xc2][0x17]C{$[0x92][0x84][0xfb][0xc2][0xa6]"w[0x1a]6d<[0xe2])C[0xee][0xe4][0x80][0xa1][0xf0][0xda][0xb][0x83](H[0xdf]0[0xe4]k[0xf5].[0x83][0xb6]'[0xfb][0x82][0xa1][0xd4][0xc]"[0xd1][0x1a][0x8f]z">[0xe2][0xbd][0x90]2[0x95][0xa6][0xf4]x[0xd8][0xe5]q[0xa0][0xf8]$9[0xdf]I[0xb9][0xf7][0x9e][0x9a]f[0x9c]n[0xca]P[0xec][0xc8]q[0xec][0x89]F[0xa0][0xfe][0x97][0xa6][0xa3][0x9f][0xc][0xf9][0x19][0xa7][0xcc]~[0xe4][0x85]2[0xa1]K[0xba]"[0x1d][0xc8][0xbe][0x81][0x7][0x6]V-<[0xc4][0x9a][0x85]"[0xae]XXG[0xcd]B[0x1d][0x8f][0x18][0x96][0xd5][0x11]'[0xe4][0x91][0xef][0xb4]dg[0xec][\r][0x1a][0x81][0x8][0xfb][0xfb]q,c[0xb][0x1b][0xaa][0xec]1j[0xc][0x9b]$[0x80][0xf3]O[0x0]g"[0x80][0x93][0x9][0xe0]L[0x4]pf[0x4]x[0xca]`[0x1d]D[0x91][0x88][0xf7]B[0x9e]$"a(O[0xa7][0xb4]{C[0xe1][0x91]4[0x1b][0x17][0xe8][0xc8][0xb0]u[0x91][0xf9]3[0xf]`[0xce][0xc4][0xfa][0x19][0xf][0xc7][0xea]6/k[0xf5][0x93][0xe6][0xa5][0x1a][0xbe][0xa2]'|[0xe7]6[0x19][0xb6]/}[0xde][0x90]q?[0x88]x[0x98]-[0x3]m[0x87]v[0xd8]i[0xb7][0x14][0xec]vw[0xcb]+[0xb4][0x96]&[0xad])+W[0xd5]C[0xa9][0x88]2[0x16][0xe6][0x9][0xaf][0x12][0xfb][0x88][0x87]*V[0xb1]F[0xb8][0x8e]g[0xd8]"[0xcc][0xa3]D[0x8d][0xf5][0xac][0xfd]o[0x94][0xc9][0xe7][0xc8][0xae]e[0xa6][0x1f][0x1b][0xa8][0xc0][0xfd][0xef][0xa8][0xf8]zV[0xb0][0x80][0x1b][0x84][0x1a][0x16][0xc9][0xaf][0x90]U(W D[0xb9]@C[0x16]a[0xef],[0xfd][0x5]PK[0x7][0x8]2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.class[0x9d]TmS[0x12]Q[0x14]~[0xae],,[0xac]k*[0xbe][0x10]fff[0x5]X[0xa2][0xe6][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19]d[0xda]X[0xa8][0x1f][0xb6][0x9c][0xa8]OWZ[0x11]]vm[0x1]?[0xf7]7[0xfa][0x5]~M[0x9d][0xd1][0xa6][0xa6][0xc6][0xcf][0xfd][0xa8][0xa6]sww[0x8][0xcd]i&`[0xb8][0xe7][0x9e]{[0xce][0x9e][0xe7]9[0xcf][0xb9][0xec][0xcf]__[0x0]x[0x84][0xe7]!H[0x98]Rh7-#*cVA7[0xe6][0xc4][0x92][0x12][0x91]y[0x85][0x96][0x5][0x5]*[0xd2][0xc2][0xcd][0x88][0xe5][0xb1][0x8c][0xc5] [0xc2]"[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]?[0x88][0x88][0x8c]'[0xc][0xbe]7ky[0x86][0xd0][0x1a][0xdf]_[0xb1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]1[0xa8][0xab][0xa6][0xa9][0xdb]K[0x6][0xaf]V[0xf5]*[0xc3]\[0xde][0xb2]KI[0xbe][0xcf][0x8b];z[0xd2][0xb0]J[0xa5][0xb2]Y[0x12]vz7Y[0xd1][0xab]U^[0xd2][0x93][0xf4][0xf0][0x9a][0xbb][0x1d]m[0xd4]I3H/[0xb4][0x8d]uar[0x9b]9[0x6]yt3[0x97][0xbd][0xac]1[0xa4][0xde][0xb5]\2p[0xc0][0x8d][0xba]`[0xb5][0x10][0x8b][0xb7]^EZ[0xb2][0xde][0xeb][0xc][0x9d][0xf9][0xb2][0xa9][0xaf][0xd7]+[[0xba][0xfd][0x8a]o[0x19]t";[0xe5]7[0xb6][0x19]^[0xc6][0xf2][0xbb][0xfc][0x80]'[\r]NE[0xb5][0x9a]M[0xb5][0xd3][0xf1][0x96][0x1][0xc3]y[0xab][0xc8][0x8d]Mn[0x97][0x5][0x8e][0x7]&[0x99][0xbc][0xa2][0x8b][0xd8]_@[0xd4]g[0xa6]l[0x96]k[0x8b][0xc][0xfd]W[0xf0]X[0x8d]o[0xd2][0xd3][0xb5][0x9d]2[0xe9][0x10][0xd2][0xca]%[0x93][0xd7][0xea]6U[0xf2][0xc5]D[0xa0][0xcb][0xb0][0xac][0xbd][0xfa][0xfe]j[0xc9][0xb4]l}[0x89]W)[0x10][0xd8][0xf6]F[0xdb][0xa1][0xd5]xq[0x8f][0x98]9[0x14][0xe8][0xda]0[0xf8][0x5][0xb]*[0xd4]'[0x4][0xbd][0x82]I0S4<.[0xab]M[0xf1]e[0xb3]^[0xc9][0xb4][0xa8][0xc7]"[0x95]U4[0xab]n[0x17][0xf5][0x95][0xb2]P[0xa2][0xf3]O[0xda][0xb8][0x80]Pq]\[0xea][0xa8][0x8a],r2[0x9e]2[0xcc][0xb4][0x84][0xa4]b[0x8]K*[0xee]`TE[0x18]}*n[0xe3][0x99][0x8a]e[0xac][0xa8][0xe8][0x17]n[0x4]}[0xa4][0xd7][0xe5][0xa6][0x19][0xae]][0xec][0x93]D*[0x1a][0x96]ID{c[0xf1]&[\r]6[0xb6]v[0xf5][0xa2][0x18][0xef][0xd8][0xb0][0xa3]^[0x9a]G[0xea][0xfc][0xcd][0xd2]W[0xdd][0xb5][0x8b][0x1c][0xd2][0x97][0xc1][0x1b][0x3][0xea][0xd2]?[0xd4][0xb9]Qm[0x9e]w[0xdf]U[0x97][0xf7]mv[0x92][0xfe][0xfa][0xdd][0xf4][0xfa][0x90][0xb2]Q![0x7]@[0xb6][0xdf][0xb3][0x11]a[0xbb][0x6][0x84][0xf0][0x94][0x11]@[0x8][0x3][0xb8][0x1][0x86]A[0xf2]F[0xc8][0x8a][0x8f]r[0xc]v[0x8a][0xb6]s[0xf8]>[0x93][0xc7]p[0xd3][0xc9][0x14][0xb1][0x9][0xca][0x1f][0xc2]-/[0x1a]m[0xce][0xa9][0x12][0x96][0x12]_[0xe0]?[0x87]$[0xf2][0xdb].[0xe4][0xf][0xd3][0xaa][0xba]Y4[0x95][0x11]'Ns[0xa2]UT[0x98][0x84][0x8f][0xbe][0x80][0x9c][0x18][0x1b]zD[0xd2][0xc7][0x90]O[0x11]L[0x9c]"[0xf4][0x9]!r[0xe][0x91]8[0x86][0xd2]|[0xa4][0x1c]"r[0x8c][0xf6][0xe6][0xa3][0xf6]CHL0[0xf7]9[0xd0]aR[0xf][0x98]'[0xc5][0x16][0x10]G[0x9a][0xd6][0xf9]&[0x1a]i:[0x13]]$[0xe8]Go[0xdb][0x9e]p8+c[0x8c][0xb6][0xf][0xf0][0xd0]c[0x93]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xc3][0x81][0xef]P[0xb]>[0x97][0x93]V[0x90]\&Z[0xc1][0xef][0xe2]k[0x97][0xc5][0xcd]"[0x88]q[0xea][0xcc][0xad][0xa2]{Ur[0xdf] [0x15][0xc2][0x1d][0xbe]3\;[0x81][0xec]8[0x9d][0x92][0xe3]([0x8e][0xd3][0xe5]w[0x9c]v[0x2][0x93][0x1c]0[0x17][0xc9][0x85][0xd1]N[0xc0][0x8e][0x1a]0ngS[0xe8][0xa0][0xc9][\r]`[0x96][0xa0]&[0xa8]gW[0xd0]$[0xed][0x85][0x9d]D[0xaf]3+z[0xf1]`[0x6]=[0xd9][0xe8]oPK[0x7][0x8][0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage.class[0x9d]X[0x9]|[0x1c]U[0x19][0xff][0xbf]=2[0xbb][0x9b][0xc9][0xd1][0xa4]I[0xdb]4m[0xd3][0x92][0xb6][0xc9]n[0xe][0xd2][0xbb]I[0x1a][0x1a]z[0xd0][0xf4]JiJ[0xf][0xaa][0xc8]$[0x99]$[0xdb]nv[0xc3][0x1e]i[0xb][0xa2]([0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xa0][0xa0][0xa2][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B-V([0x15][0xd2][0x86]J[0xa9][0x9c][0x8a][0xe0][0xc1][0xe1][0x89] [0x82][0x82][0x82][0xa2][0xa2][0x2][0xb5][0x80][0xff]73[0x99][0xdd]M[0x96]6m[0xbf][0xbc][0x99][0xf7][0xe6]{[0xdf][0xf7][0xff][0xee]o[0xfb][0xd8][0xbb][0xf7][0x1e][0x5]0[L[0xf2][0xc1][0x83]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0xf7][0xc1][0x81]}^4[0xe0][0xbb][0xf2]m[0xbf][0xf]3[0xf0][0xbd]l[0xdc][0x81];[0x15][0x1c][0x90][0xcf][0xbb][0x14][0x1c][0xf4][0xe0][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0xf6]A[0xc5]>yt[0x8f][0x82][0x1][0xb9]9[0xe4][0xc3]a[0xc][0xca][0x93]{}dpD[0xc1][0xf][0x14][0xdc][0xe7]C[0x11][0xf6]ypT>[0xef][0x97][0xcb]1[0x1f][0xc6][0xe2][0x87][0x92][0xe2][0x1]I[0xfb]`6[0x1e][0xc2][0xc3][0xd9]x[0x4][0x8f]f[0xe3]G[0xf8][0xb1]\[0x1e]S[0xf0][0x93]lL[0xc5][0xe3]ryBR[0xfd]T.?S[0xf0]sy[0xef][0x17]><[0x89][0xa7][0xe4][0xdb][0xd3]ry[0xc6][0x8b]s[0xf1]K[0x89][0xf4]Wr[0xfb]k[0xb9][0xfc]F.[0xbf][0xf5][0xe0]w[0x1e]<[0xeb][0xc1][0xef][0xa5][0xdc][0xe7][0xbc][0x88][0x97]<[0xf8][0x93]|[0xfe]Y[0xc1][0xcb][0xf2][0xca]~i[0x87]W[0xe4][0xf2][0x17][0xb9][0xfc]U[0xc1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^S[0xf0]7[0x1][0xb5]%[0x1c][0xd6][0xa3]KBZ,[0xa6][0xc7][0x4][0xbc]k[0xb4][0xbe][0xe5][0x91]h[0xaf][0x16][0x17][0xc8][0x8f][0xe9][0xd1][0xa0][0x16][0xda][0xa8]Gc[0xc1]H[0xf8][0x82][0x96][0xa5][0x2]b[0xa5]@[0xce][0x92]H8[0x16][0xd7][0xc2][0xf1][0x8d]Z([0xa1][0xbb][0xef][0xad][0xda][0xa3]x[0xb2]\}[0x2][0xae]N-[0xae][0x9][0x9c][0xbd]:[0x12][0xed][0xae][0xd5][0xfa][0xb4][0x8e][0x1e][0xbd]6[0x14][0xe9][0xee][0xe][0x86][0xbb][0xe5]s[0xce][0xb6][0xda]D<[0x18][0xaa]m[0x9]w[0xea];[0xf5][0xce][0xb6]x[0x94][0x1f]([0xae]A [0xab]1[0x18][0xe][0xc6][0x9b][0x4][0x9c][0x15][0x95][0x1b][0xc9]hI[0xa4]S[0x17][0xc8][[0x1d][0xc][0xeb]k[0x13][0xbd][0xed]zt[0x83][0xd6][0x1e][0xe2]I[0xc1][0xea]H[0x7][0x1]i[0x84][0xc5][0xbd]u[0xe8][0x8a][0xf7][0x4][0x89][0xbc][0xfa][0xfd][0xc5][0xf6][0xea][0xb1][0x98][0xd6][0xad][0xd7]R[0xd8][0x1a][0xf3][0x95]2[0xb]*Vo[0xd3][0xfa]5[0x13][0x93][0x84]!%;{[0xb5]>)8[0xfd][0x8b]@q[0xba][0xe0]]}C[0xc2][0xe7][0xa6][0x93]6[0x9a][0xdb][0x90]F[0xd9][0xa6][0x82][\r]#O[0x9a][0xc8][0xd0][0xdb][0x16][0xec][0xe]k[0xf1]D[0x94]<[0x16]T[0x9c][0x11][0x13][0x89][0xd7][0xd7][0xad][0xc7]Mw[0xd1][0x2]E[0x15][0x95][G[0x12][0xd2]a$Z[0xa7]E[0xb5]^=NW[0x8e][0xa0]km[0xdf][0xa6]w[0xc4]I'[0x82][0xfc]k[0xa1]7[0xa2]z,[0x11]b[0x0][0x14]f$[0xcb]i[0x8b]k[0x1d][0xdb][0x89][0xd3]0[0x81][0x2][0xba][0xdc]k[0xc3][0x10][0x18][Q[0x99][0x9][0x84]B[0x92][0xa5]F|[0x8c][0x19]"H[0xb1]oa[0xca][0xc9][0x86][0xa8][0xae][0x9b][0xa7][0xb]G[0x9e][0x8e][0xd2]6Ld[0x81][0xf9][0xc3][0x5][0x8d][0xda];[0x13][0x9][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xf5][0xba][0xd6][0xd9][0x1a][0xe][0xed][0xb2][0xc3]U[0xa0][0x9e]|G[0x15][0xe2]#[0xee][0x92][0xb5][0xbb]#[0xa4]kQF[0xed][0x8e]`[0xbc]G[0xa0][0xad]b4[0x98]N"/cl;[0xb7][0xeb][0xbb]d[0xb6]d[0xf0][0x83][0xbb]_f-I[0xfa][0x12]t[0xd6][0xcc][0xd1][0x89]g[0xa4]yx/[0xc8][0x4][0xe7][0xd5],^m[0xe][0x85][0xc8]K[0xf][0xc7][0xa3][0x14][0xe4]^f>[0x8b][0xd2][0xcd]]n[0x1c]S[0xa6]?[0xd3]y[0x6]g[0xf8][0xa5][0xe3][0xfe]Nl4[0xbf][0xc0][0x8c][0xc][0xd8]2[0x86][0x16][0xe3][0xb5]7[0xd2]O`[0x1e]-f[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xf4][0x9d][0x2][0xe5])[0xd4]-[0xa1][0x90][0xde][0xad][0x85][0x9a][0xa3][0xdd][0x89]^[0xc2]^[0xb6][0xb3]C[0xef][0x8b][0xb3][0xac][0xc9][0xfb]]F[0xe8][0xb2][0xb0][0xb]l[0xaf]8[0x1d]S[0x97][0xdb][0xd5]r[0xa4][0xd5][0xce]M[0x4]C[0x9d]z4[0x3][0xe4][0xa1]/[0x8c][0xd0]3[0x14]F[0xfd]b[0xed][0x2][0x13]N[0xc2][0xda][0xad][0xc5]6[0xf7][0xd2]G[0xa5]#[0xad]h#[0xa3][[0xb][0xed][0xcc][0x8d][0xeb][0x9d][0x96] [0x19][0x16][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xdb]{{[0x93][0xfd]B[0xe9][0x1a][0xaa]D[0x85][0x19][0xeb][0x90]W[0xeb][0xeb][0xd3][0xc3][0x9d]F[0xe]ei[0xb1][0x95][0xb1]H[0xd8]|![0xa9]@vX[0xdf][0xd1]b4[0x96][0xe]"h[0x1a]Q[0x9d]O3[0x5]:[0xcf][0xb0][0xa8][0x9e][0xa6][0x18]O<2[0x14]r[0x1e]S[0xfd][\r][0x11]*[0xd5][0x9e][0xe8][0xea][0xd2][0x99][0xe5]Y[0xfa]%[0x9]-d[0xd4][0xdc][0x91][0xa5][0xb4][0xf2]B[0xd6][0xdb]Hz[0x9e][0xda]U[0x96]]M[0xda][0xd4][0xd3][0xa3][0xc5]z[0xcc]v[0xc8][0xde][0xc8][0xe2][0xac][0xd2]a[0x1b]z[0xa2][0x91][0x1d]f[0xff][0x19][0x97]Vm[0xed][0xf]d[0xe0]k[0x8b]$[0xa2][0x1d][0xfa][0xf2][0xa0]$[0xcb]K[0x82][0xae][0xd9]f[0x98]{[0xc2][0xfa]D8[0x1e][0xec][0xd5]7[0x6]cA^h[0xe][0x87]#qM&[0x4][0xc1]6[0x9e][0xda][0x8][0xcd][0xb1]][0xe1][0xe]J[0xb]G[0x12][0xb1][0xd0].+[0x82],[0xc9][0x13]-[0xd6]-[0xe1][0xfe][0xc][0xcc][0xe7][0x9c][0xa2]v[0xae][0xd3][0xa3][0x86]![0x19][0x6]mz8[0x16][0x8c][0x7][0xfb][\r]u[0xb4]P[0x88]=X2Q[0xb1][0x1a]k[0x4]f[0x9d][0x9c]O[$[0xca][0x90]n[0x8e]F[0xb5]d[0xfd]U[0xb1][0x12][0xab][0xe4][0xf5]6[0x15][0xaf]c[0xab][0x82][0xa8][0xf8]'[0xf6]p[0xd4][0x19][0xee][0x1][0x15][0xff][0xc2][0x1b][0x2][0xd3]O![0xc3]`L[0xa5][0xc0][0xb6]6[0xa2]W[0xa9][0xf8]7[0xfe][0x93][0xc6][0xdb][0xa4]W[0x11][0xc7][0x15][0xbc][0xa9][0xe2]-[0xbc][0xad]"[0x8c]5[0xf2]$!0[0xed]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8a][0x1e][0x9f]t[0x16](Y[0x1b])3[0xaa]{Y_4[0xd2][0x1f][0xec][0xd4];[0xcb]h[0xc9]2[0xf6][0x82]2[0x15][0xc7][0xf1]?[0x15]7B[0x97][0xda][0x9f]P[0xd1][0x8f][0x84][0x8a]w[0xf0][0xae][0x82][0xf7]TF[0xa1]P[0x84]C[0x15]N[0xe1]b[0xfd]U[0x85][d[0xa9]<[0xf1]0[0x91]3[0x14]nUx[0x85]G[0x15]>s[0xc9]V[0xf1]Q[0x9c][0xe0] tF[0x95]L[0xc5][0x95][0xf8][0x84]"TU[0xe4][0x88]\[0x15]WH|_[0xc0]5[0xaa][0xc8][0x13][0xf9][0xaa][0x18][0x83]=*>[0xcd]-[0xae][0x93][0xcb][0xf5][0xb8]F[0x8e][0x8a][0xbc][0xdc][0xe4][0x13][0xc8]-+k4[0xf0]H[0x5][0x17]McI[0x9c][0xd6]D5E[0x1][0xb]Mc[0xad][0xf1]E[0x92]e5J[0xc1]M[0xaa]([0x14]c[0xe5][0xe7]"E[0x14][0xab]b[0x9c][0x18][0xcf][0xb]Ue[0xaa][0x98] J[0x4][0x2][0xa7][0x1]^[0x15][0x13]E[0xa9][0x8a][0xaf][0xe2]&[0x15][0xbb]e[0xec][0xcc]>[0xf5]eNSA[0xb3]:[0xd8]%v[0xde]h"[0xcb]rmJzq[0xce]=[0x1d]C[0xd7][0xb1][0xba]$][0xd8][0xc2][0xf9]O[0x8b]G[0x18]*[0xee]0[0xa7]A[0xc6]m[0xcd][0xe9][0x8d][0xea],K[0xb1][0xe0][0xa5][0xba]9w[0x1a][0xe3]s\[0xd6][0xb6][0x96][0xca]L%[0xcc]C[0xa2]U[0xfa][0xae][0xc]$vKX[0x90][0xa1],f([0x94][0x99][0xb8][0x17]%[0xf5]Z[0x12]a[0xb6]tX[0xf5]%/[0x11][0xee][0x8d]t[0x6][0xbb][0x8c]I[0xdd][0xc0]\6[0xb2][0x97][0xc][0x9f]?[0xb3][0xcc][0xd6]D[0xeb][0x8e]j[0xe8]H[0xb6][0xd9][0xa2]L[0xf4]r\[0xe2][0x8c][0xb4][0xd1][0x9c][0xb4]N1c[\r][0xe9][0xc8]K9i[0xb0][0xc8][0xc4][0x98][0xaf][0xda][0xe4]0[0x94]>4[0xf3][0xa8]![0x8d][0xdc][0xa0][0xf1][0x4]m[0xff][0x16][0xa7][0x91][0xf][0xf9]][0x8e][0xe1][0xec]'k[0xf5][0x9d]q[0xa3][0x9d][0xb0][0xff][0xb8][0xc2][0xc6]&}h[0xb7]m[0x9c]ez[0xd0]t[0xa5][0xa5][0xce][0xa9][0xc6]2[0xfb][0xb2][0xff][0xe4][0xb1][0xb5],[0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6]z[0x96][0x85][0x13][0xbd][0xf4][0x9a]b[0x14][0xae][0xd6].[0x16][0x92]T[0xfe][0xc6][0xef][0xd2][0x8c][0x3]q[0xf2]Hr[0xa0][0xb8][0xc5][0xe5]m[0x1c][0xa9];zd[0x9d][0xa2][0xe4]rSr[0xb9]%[0xb9][0xdc][0x90]\[0xde][0x9b],@#j[0x11][0xb][0xc2]V6X%[0x12][0xed][0xc][0x86][0xb5][0xd0][0xb0]X[0xc8][0x10][0x8a][0xc3]c!?[0x14][0x89]lO[0xf4][0xb5]t[0x87]#Q}[0x89][0x16][0xa3][0xb1]Ve4[0xd6][0x99][0xe]}[0xa5][0x15]KN&[0xbf][0xea]4J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x9e]o[0xc6]<[0xfd][0xbb][0xf4][0x12][0xcb][0xb7][0x9b][0xdf]X[0x1c]U[0xc][0x9f][0x4]\[0x8e])[0xcd][0x16][0xb5]|T[0xa2]F[0xc1]X[0x86][0xa6][0x11]&[0xec]ViQl[0xc6][0xe][0xa6][0xa2][0x1][0x1e]8[0xb0][0x18][0xcd]\K[0xb0][0xc][0xcb][0xd9][0xad][0xcf][0x3][0xb8][[0x81][0x2]9[0x11][0xf0]}[0x12][0xcf]8Up][0xcb][0xdd][0xb9]p[0xf2][\r][0xc8][0xf7][0x1f][0x82][0xf0][0x1f][0x81]c[0xcb]!8[0xef][0x81][0xeb].[0xe3]V+[0xd7]\R[0x80]7][0xbc][0x95][0xc7]{[0xeb][0xb8]S[0xcd];8[0x1f][0xeb][0x1][0x83]_[0x1b][0xa9]%[0xbf][0xf][0x91][0xce][0xc1][0xe7][0x18][0x9b]_[0xe0][0x10][0xdc][0x16]Cg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]6[0x12]n [0x8b][0xb][0xc][0x86][0xc5][0xe6]%[0x8b][0xa1]|[0xdb][0xc0]/[0x2][0x1b]ma[0xf2]d[0x13][0xdf]6[0x1b][0xc0][0xb6][0xf0][0xed]Bl[0xb5][0x94][0xa8][0xe1]S[0xd2][0xb8][0xe]#[0xeb][0x80][\r]<[0xcb]8[0xdb][0x92][0x2][0xd8]e[0x3][0xfe][0x0]>h[0xdd][0xbd][0x8e][0xa7][0x12]O[0x9d][0xff]n[0xb8][0x6][0xa1][0x8][0xdc][0x7][0xcf]j[0xe7][0xa2]R{3[0x8a][0x3][0xc6][0xae]t[0x10]^[0x7][0xda][0xae]r[0x88][0xbd][0xef][0xbd][0x18]8`+T[0xc]7[0xd7]v[0xe4][0xa0][0x3][0xa5][0xe8]D%[0x9f][0xb5][0xe8]2[0x4][0x97][0x91]&[0x8f][0xeb]E[0xb4][0x8c]T[0xb1][0xce][0x82][0x90][0x83]r\[0xc][0x8d] [0xda][\r]x[0x8e]w[0x90][0xa7][0xa0]C[0x1c][0xc7][0x14][0x9e]uB[0xb7][0xe0]U[[0xaa]9[0xb][0xb2][0x87]k[0x16]I[0xd1][0xcc]ik[0xd6][0x85]n[0xcb][0x15][0x7],[0xcd][0x9a][0x8e]@[0xa5]Ws[0x86])5=`[0xe9][0x94][0xeb]@R[0xbb]c[0xc8][0x1b]@[0xfe]&C[0xc7][0xa7][0x3][0x87]1[0xe6][0x80]a[0xb7][0xa4][0x9a];[0x18]b;1[0xe][0xbb]0[0x9b][0xcf][0x85][0xb8][0xcc]V[0xd3]G[0xa5][0x87][0xd4]l[0xb2][0xf0]x0[0x8f]j[0xf6][0xa4]x[0xd2]<[0x9][0xa6]*[0xee]S[0xb0][0x8d][0x8a][0xd7]X[0xbe][0xdd][0xce]o![0xf4]Z[0x6][0xa8][0xb5][0xc][0xe0][0x96][0x18][0x87][0x9b][0xe0][0xca][0x14][0x13][0xb8]m[0x13][0x84][0xed][0xe8]^`][0xf6][0x99]zs`J[0xc6][0xb5][0xcf][0x0]z[\r][0xbc][0xb8]6[0x85][0x8b][0xcf][0xe6][0x12]A[0x9f][0xc5]e%[0x95][0x93][0x86][0xf4][0xf8][0x3]U[0x3]([0xf4][0x1f][0x18][0xc6][0xe3]KDs[0x83]m[0x6][0xa9][0xf4]P[0x18]{p[0x9][0xa2][0x6]_[0xf]b|s[0xf0][0x9d][0xf3][0xaf][0xc5][0xf7]SC[0xa1]W[0xf5](&[0x1f][0xc1][0xd8]-GPDG[0x15][0x17][0x8c][0x1b][0xc0][0xf8][0x0][0xff][0x6]0[0xe1][0x10]J[0xee]7[0xc4]N[0x94]*[0x4][0xaa][0x6]Q[0xea]D2[0x97]L[0x9f][0xec]&[0xa3]=[0xc][0x9c]oa:[0x1d]{6nI[0x1]Sg[0x83][0xa9][0xb3][0xc1][0xd4]Y`[0xda][\r]>b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xf7][0xdb][0xa8][0xce]1[0xe]i[0x81][0xa4][0xa9]Lc[0xef]M[0xe1]*l[0xae][0xc2][0xe6]*l[0x15]w[0xd8][0xe5][0xe0] [0xa9]]|6[0x4][0x6]1I`[0x10][0x93][0x5][0xd6]P[0x89])[0x82]ce[0x5]_[0xca][0x4]Cn[0xea]Z[0xa9]\[0xf5] [0xa6][0xc9]][0x1e]_[0xce][0x92][0xb4][0xd4]t[0xef]{[0xcf][0xdc]e[0x7]`[0x81][0xc1][0xea][0xe]*z'[0xe6]3[0xbc][0xeb]i[0x88]!HS0[0x9e][0xe1]x[0xa9][0x1][0xae][0xc1][0x6][0xd7][0x90]RFd[0x89]1[0xa9].[0xb3][0xa8][0xcc][0x82]"[0x8d][0x90][\r][0xc7][0x9][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">|[0x9c][0x9][0x97][0xac]0[0x97][0xe3]#v[0x99]t[0x18][0xae][0xce]5[0xbc]0[0x88]r#S[0x86][0x87][0xe3]`J-[0xcb][0xb5]A[0xe4]Z[0x16][0x12][0xfc][0xf9]0[0xc4][0xef]b[0xd2]H[0x10]%i[0xfc][0xd6]X[0xbb][0xe9][0xe]T%y[0x9b][0xf5][0xf2][0x1]>[0x1f]$[0xfc][0x87]R[0xbc]Pb[0xcb]([0xb1]d[0xe4]2[0x8c]/[0xb6][0xbc]p[0x85]]D[0x16][0xd1]p[0x12]_[0xa1]_[0x1c][0xc3][0xc]+[0xca][0xe]a&[0xe3]k[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0xa4][0xe4]B[0xa1][0x9d][0xb]W[0xd8][0xc0]wZ1;[0xd9]_0[0x83][0xe5][0xa1]b[0x4][0xbf]5[0xfe][0x1]T[0x1e]0[0xee][0x8f]#[0xdc][0xb1]iE[0xff]I[0x9e]<[0x85][0x9]x[0xda]Vb[0x2][0x3][0xf8]c[0xf8][0xb8]a[0xb2][0xc9][0xb6]:[0x93][0x99][0xd9]Q[0xcb]7[0xc4][0xb5]Y[0xc1]U[0xa4][0xe0][0xf]([0xb][0xc5][0x83][0x96][0xf9]Z[0x3][0x8f]"[0xdb][0xcf][0xec][0xf0][0xef][0xc5][0xd2][0x83][0x8]0i[0xaa]jn7X`[0x8e][0x81][0xdc][0x8c][0xe5]R[0xfe][0x95][0xf3][0xaf]J[0xd2]V[0xef][0xc5]x[0xf9][0xac][0xd9][0xcb][0xae][0xc7]g[0xed]^f[0xb6][0xe4]Q[0x95],[0xe9]5[0xc][0x9][0xe0]9*[0xfb]<[0x8d][0xf1][0x2]s[0xea]E[0xcc][0xc5]K,(/[0xd3][0x9a][0xaf][0xb0][0xc5][0xbe][0xca][0xf6][0xfa][0x1a][0xdb][0xea][0xeb],6o[0xa4][0xf8][0xa4][0xd5]V[0xa2][0x95][0x80][0xaf]6 [0xb4][0xe2][0x93]Lv3[0xdf]<[0xc8]R[0xcf]R[0x14]Ez[0x84]?[0xf8],[0x85][0xee][0xb6]JLk[0xa0][0xe0]l&[0xfe][0xa6][0xf4]R='PP[0xc7][0xd3]d[0xbd][0xe6][0xa6]`V[0xf2][0xc4]+Of[0x17][0xcc][0x91]7[0x8d][0xca][0xfd]p[0xa0]`[0xae][0xdc]$[0xb][0xc5]d(\[0xdf][0xe4][0xfa][0x16][0x3][0xf4]m*q[0x9c]S[0xc2][[0x9c][0xe]N[0x10][0xc0];[0xb6][0x2]^[0x96][0xee][0xa1]"[0x9e][0xaa][0x8a]T[0xc0][0xf4][0x87]W[0xe6][0x8a][0x97][0xf5]z[0x11][0xf][0xae][0xb5]c,Y[0xa7][\r][0xff][0xa7]E[0x95]pg[0xac][0xd3][0xd7][0xe2]3[0xd6][0xe5][0x83]4[0xb4][0xcc][0xed][0xc6][0xc0]#[0xf0][0x4][0x8e][0xde]D[0x87]H.[0xb4]B[0xe0][0xe8][0xcd]([0xf][0x94][0xce]:[0x8c]yk[0xab][0x1f]a[0x4]W[0xa7][0x87][0x9b][0xa1][0xee][0xb3]C2M][0xa7][0xd1][0xc8][0x10][0x5][0x4]Y[0x88]\Q[0x84]bQ[0xcc][0xe2]3[0xe]S[0xc5]x[0xd4]q?_L4[0xf0][0xf8])s[0x12]#[0xf4][0xb3]t[0x93][0x93][0xa3][0xc8]L[[0xf3]F[[0xf3]F|[0xe][0x9f][0xb7][0x9b][0x95][0xdb][0xeb]:[0x1]![0xca][0x8e]S[0xb][0x97][0xfc][0xf9]n[0xe1][0xff][0xba][0x95][0x15][0xf5][0xe9]~[0xab].[0xdd][\r]_ [0xbf]l[0x0][0xf3]7e[0xec][0xb6][0x87][0xb1][0xc0]t[0xd8][0xe3]IO[0x95][0xd0]f[0x10]e[0xc8][0x13]SQ([0xa6][0xa1]D[0x94]c6[0xf7][0xb][0xc5][0xc][0xdb]K[0xe][0xd6][0xbf]![0xac][0xf5]6[0xd6][0xfa][0x14]/[0xf9][0xe0]<[0x1][0x87][0x18]w[0x9c][0x9e]w[0xc9][0xff]T[0xb0][0x90][0x1e][0xb3][0x2]m} [0xff]2[0x9]+[0x1d][0xf0]|[0x3]p[0xc1]B[0x19];)[0x80][0xf][0xa3]>[0xbf]>U[0x9][0x3]z[0xbd][0x9][0xfd][0x81]@[0xfe][0xe5][0xf2][R[0x83][0x19][0x8c][0x11][0x88]J[0xb2][0xf4][0xd3][0xf6][0x1]jPE[0xdb][0xd7]`[0xae][0xa8][0xc5]R[0x9e][0xad][0x14]lJbVJ[0xcc]5[0xdb][0xda][0xac][0xb7][0xb5]Y?\[0x1b][0xaf][0xd4][0xa6][0x82][0xda]\oks[0xd0][0xb2][0xfb][0x8a][0x8c][0xda]Tg[0xd6]&[0x93][0xf9]G[0xe8]`[0xc6][0xd0]<2[0x9a]O[0x1d][0x16]P[0x87][0x85][0xd4][0xa1][0x1][0xf5][0xdc]/[0x16][0x8b]p[0x9e]hJ[0xc1][0x9f][0xf4][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xff][0x8a][0x8c][0xf8]'[0xf3][0xe4][0x8b][0x9c][0x18][0xcc][0xf6][0xd8]j[0xf8][0x92]9u[0x4][\r]rPnL[0x6][0xb1][0x99]8[0xcd])[0x1d][0xc5]k[0xb3][0xf6][0x8e][0x98][0x8e][0xbd]i[0xd3][0xf1][\r]|[0xbb]qt[0x99][0xb9][0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6];[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][0x1c][0x90]6[0xc9][0xd2][0xcf][0x85][0xe8][0xd3][0x87][0xea][0xb7]F3 [0xb8][0xa4][0x8][0xa8][0x96]4[0x3][0x2][0xb1][0x18][0x10]M[0xa1][0xa3][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]^[0x14][0x86][0x8a][0xbb]%&[0x97][0xe4][0x17]U[0xea][0x81][0x8c]fd[0xd0]'[0xd6]8[0xa8]6F[0x6][0x1]t7[0xb1]120201[0x80][0x0]3[0xb]#[0x3]3[0x3][0xb][0x3][0x3][0x98]f[0x5][0xd2][0x8d]@[0x9a][\r]([0xc3][0xc8][0xc0][0xe]$[0x99][0x18]8[0x0]PK[0x7][0x8][0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFactory2.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Qv[0x6]!v[0x6]av[0x6][0x11]F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6][0x17][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xe7][0x8c][0xc4][0xa2][0xe0][0xd4][0xc2][0xd2][0xd4][0xbc][0xe4]TkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0x92][0xa5][0x9f][0xb][0xd1][0xad][0xf]5[0xc5][0x9a][0x91]![0x0][0xd9][0x98][0xe0][0x92]"[0xa0]Zk$[0x11][0xff][0xa4][0xac][0xd4][0xe4][0x12][0xd2][0x8c]L"[0xca]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-)![0xd3][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]m[0xa3][0x9a][0xb5][0x14]:d[0x6][\r][0x1d]B[0xa1][0xd3]V[0xd1][0xd5]i[0x14]:v[0xcf][0x0];[0x96]B[0xe7][0x9f][0x1b]t[0xce][0xa7][0xd0]C[0xf][0x86][0x80][0x87]([0xf4][0xe2][0xa7]![0xe9]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "=[0xcd][0x15][0x9c]_Z[0x94][0x9c][0xea][0x96][0x99][0x3][0xac][0xbb]D[0xa0][0xe2]n[0x89][0xc9]%[0xf9]E[0x95]Fz [0xb3][0x19][0x19][0xc][0x88]5[0xf][0xa6][0x8f][0x91]A[0x0][0xdd]U[0x8c][0xc][0xfa]$[0x9a][0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0xc4][0xcc][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x9b][0x85][0x91][0x81][0x85][0x81][0x95][0x81][0x1]L[0xb3]Aiv([0xcd][0x1][0xa5]9[0xa1]4[0x17][0x94][0xe6][0x86][0xd2][0xfb]=g[0x86][0x1][0x86][0xc4]v[0xd6][0x9a][0xf7][0xb2][0xcf]~[0xf7]~[0xf6][0xde][0xcf][0xbb][0xcf][0xf9][0xeb][0xbe][0xb8][0x6][0xe0]N[0xfc]%[0x84]uH[0x95]`9\[0x19][0xd2]2[0x1c]1pT[0xe6]c%8[0x8e][0xc7]Cx[0x2]?[\r]q[0xfb][0xa4][0xc8][0x9e][0x92][0xd5][0xd3][0xb2]z[0xc6][0xc0][0x89][0x10]J[0xf1][0xac][0xc]?3pR[0x84]?7[0xf0]\[0x8][0xe5]H[0x15][0xe3]y[0x99]![0xc3][0xb][0xb][0xf0]K[0xbc]([0x8e]^2[0xf0]r[0x8][0xab][0xf1]J[0x8][0xaf][0xe2]5Y[0xfd]JV[0xbf][0x16][0xa3][0xbf][0x9][0xe1][0xb7][0xf8][0x9d][0xc][0xaf][0x1b][0xf8][0xbd]<[0xfb]C[0x8]o[0xe0][0x94][0xc]o[0x86][0xf0][0x16][0xde]6p[0xda][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E]=;w[0xee][0xd8][0xa7][0xb0][0xba]+[0xe9]D[0x9b][0xad]Qk`[0xd8]n[0x8e]'[0xa3][0xd1]X"*[0xf3]][0x87][0x9b][0xbb][0xb8][0xb3][0x9d]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]R[0xb6][0x13][0xb3][0xe2][0xfd][0xb6][0x93][0x8a]%[0x13][0xfb];[0xb7]+[0xa8][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xdb][0x92][0x89][0x94]k%[0xdc]~+[0x9e][0xb6][0xb][0xe1][0xfd][0x94][0x82][0xb1][0xab][0xbd]wW{[0x17][0xd5]:[0x3][0x14][0xd5]*[0x94][0x8d][0xd8][0xa9][0x94][0x15][0xb5][0xf7]Z[0xae]k;[0x9][0x85][0xf2][0xae][0xc3][0xd6][0x11][0xab]9n[0xd1]][0xaf][0xeb][0xd0]+[0x1d][0x85]F-[0xc7][0x1a][0xb1][0xa9][0x91]R[0xa8]x(G[0xa5][0xe7][0xd0]a{[0xc0][0xa5]J[0xa5][0x87]%[0xf6][0xb8]=[0xb8]w>[0xe5][0xac][0xbd]ECIgD<[0xe]v{[0xee][0x15]J[0xdc]a'y[0xd4]:[0x14][0xe7][0xba]*[0xe7]L_F[0xcc]cE[0xf1][0xe4][0x80]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc8][0xb4][0x1b][0x8b]3[0x1b]"[0x93][0xa7][0xad][0xb1]D[0xcc]mS[0xd8]X?[0xf7][0xf1]\[0x14]y[0xa2]h[0xe8]W[0x8]nK[0xe][0xd2][0xc3][0xc2][0xae]X[0xc2][0xde][0x93][0x1e]9d;}[0x1e][0xa8]rm[0xa9][0xdf]b[0x94][0xdc][0xfb][0xc2][0xa0];[0x1c]c[0x94][0xf7][0xce]_,?[0xbf][0xcd]~[0xa0][0x1d]:p[0xa3]C[0xb2][0x13]Qw[0x98]E[0xeb]u[0xad][0x81]G[0xbb][0xad]Qm[0x99]\2[0xf0].[0xb9]b[0xe0]n[0x85][0xfa][0xfa][[0x86]_[0x11][0xb5][0xdd][0x8e]9[0xc9][0xad][0xac]o[0xc8]W[0x86][0x92][0xac]2[0xfd]s[0x9d][[0xb8][0xaa][0xfa][0x86][0xbc]u.[0x1d][0xca][0x8d]@a[0xc3]-b[0xcb][0xe7]?[0xe8][0xda]#[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xbd]g[0xae]}[0xcc][0x9d][0x99]&[0xaa][0x4]bCt[0xb2]&[0xa7][0xa0][0x9d][0xf1][0xb8][0x1d][0xb5][0xe2][0x9e][0xc6][0x8e]c[0x3][0xf6][0xa8]K[0xf2][0xb]IGR[0xd1],[0x8d][0x83][0x96][0x13]M[0xf1][0xe2]2[0xc3][0xf6]ci+[0xae]#[0xca][0x3][0xeb]A[0xde][0x85][0xe4]L[0xd6]gCeq%3[0xc5][0xc3]Vj[0xd8]cE[0xa0][0xbe][0xa1][0x93][0x16][0x1d];[0x95][0x8e][0xcb][0x13]7[0xe9][0xc5][0xa2][0xb0][0xe0][0xa8][0x13]sm[0xef][0xa8]B[0xad][0xef]*[0x96][0xf4][0xad][0xf5][0xa4][0xdd][0xd1][0xb4]Ke[0xdb][0x1a][0xd1]uR1ZK[0xa6][0xa9][[0xfd]m[0xaa][0x8c]*[0x1b]"[0xc3]9[0xc3]=[0xe5][0x83][0x19]?[0xab]f[0xfb][0xe9]L[0xcc]tS[0x10]c.V~[0x8b][0x92][0x82][0xc9][0xc2][0xf7]M[0xdf][0xbd][0xa5]3[0xa8][0x92]{[0xfb][0x8a][[0x7][0xe2][0xfe][\r]c[0x1e]h<[0xd4][0x9b]L;[0x3]vGL[0xce]-[0xcf]G[0xf0];[0xc4][0x92][0x89][0xcd][0x18]5[0xb1][0x9][0xad]&Zp[0xa7][0x89][0xbb][0x84][0xd3][0x15]y[0x9c][0x98][0xd8][0x80][0x8d][0x6][0xce][0x9a]x[0x1f][0xe7][0xc8][0x13]c[0xf8]@[0x8e][0xb7][0x99][0xb8]ON[0xee][0xc5][0xf]M[0xdc][0x83]{[0x9]s[0x1e][0xca][0x88][0xf6][0x87]&>[0xc2]y[0x85][0xba][0xef]"[0x8d][0x89]z4dl[0xe5]P[0xf3][0xfe]t,>h;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0xf6]'[0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0x9d][0x9b][0xac][0xf3]h_G[0x8e]m[0xac]3q[0x1][0x1f][0x9b][0xb0][0xd0]e[0xe0][0x13][0x13][0x17]1n[0xe2][0x12].+[0xdc][0xfd][0xb5][0x1][0x13][0x7][0xf0][0xa0][0x81]Oe[0xfe][0xcc][0xc4]A<,[0xc3][0x84][0x89][0x1f][0x88][0x83]I[0x13]S[0xb8]b[0xe2]s|[0xc1][0xc6]9[0x1b][0xaa][0x89][0xab]8o[0xe0]O&[0xbe]D[0x97][0x89]kx[0xd8][0xc0][0x9f]M\[0xc7]W3[0x94]3[0x84][0xa9][0xbf]U[0x80][0x99][0xd3]9=4S3[0xf2][0xa8][0xb3]'[0x9b]CV~[0xb6][0xe2][0xda]m[0x96]kG[0x93][0xce]qrfziv&[0x12][0xb6][0xb3]-n[0xa5]R6ocQG[0xcf][0xbe][0xee][0xf6][0xbe],;[0xf3][0x9d][0x17][0xfa][0x93][0x9d][0xdb][0xed]!K[0xdf][0xb7][0xe6][0xb9][0x8d]}Z[0xb7]![0xdf];[0xe1][0xf6]<[0xdd]i[0xae][0x9e][0x90][0xb9]h[0xc8]o[0x84][0xeb][0xf2][0xb5][0x89]|[0xdd][0xab][0xc8][0x1a][0x1d][0xb5][0x13][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "My[0x9c][0xcc]=[0xe1][0x93][0x8a][0x7]k[0xbf][0xe3][0xcd][0xae]Ph;N[0x92]sx^[0xf8][0xb3]n[0xa7]DP[0xcc]T[0xe9][0xf4][0xb2]P3.[0xb1][0x16]n[0x9a]Q[0xd1]v[0xc7][0xb1][0x8e]S[0xb1][0xa1]>O[0xaf][0xce][0xd7][0xbe][0xd9]'[0x97][0xe4][0xd3][0x95]~[0xb8]b[0xfe][0x6]FT[0xba]1[0xee][0xef][0xeb][0x98][0xd5][0x80]3y[0xea][0xcf][0xa8]t&[0x98][0xfc]`}[0xa7]H[0x8c]#[0xf2][0xe5][0xd2]3[0x94]!W[0xbe][0xd6]E-i[0x85][0xda][0xb2]^i[0x3][0x8d][0xf3][0xe6][0x96]_Dn:E[0xbf]2e[0x12]-o[0xc0][0xcc]z=[0x93][0xf6][0xbf][0x9c][0xde][0xc4][0xcf][0xb8][0xe5][0xfc][0xf0]#[0xcb]P[0x82][0x15][0xd2]K[0xf8]M[0xb5][0x2]aD(k[0xe4][0xba][0x0]M[0xdc]7c}v[0xff]}[0xfe][0xd9][0x3][0xb9]~V[0xda][0xa0][0x96][0xb1][0x9f][0xe9][0xfd]}[0xbe][0x9c]=[0x90]s[0xb9]4L[0xce][0xa5]8![\r][0x90][0x16][0xb6]p[0xf7]7[0x4]![0x1f]tm[0xe1])[0xa8]pd[0x2][0x5][0xe1][0xc6][0x9][0x4][0xc2]M[0x13][0x8]6}[\r]#0[0x86][0xc2][0xa6]k[0xf7][0x4][0xab][0x82][0xa7]Q[0xdd]T[0x15][0xc][0xe][0xb6]|[0x85][0xc2]7[0xb0]([0xec]m[0xae][0xa3]p[0x2]E[0x97]h![0x80][0xad][0x1c][0xd7][0xa0][0x98]c+[0xad]nf[0xc]m([0xa3][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xa9]E;Q[0xdf]O[0xe9]v[0xae]@[0xac][0xda]+%[0xdb][0xf4][0xc7]d[0x9b]F[0xa7][0xf4]J[0xe2])[0xd0]+[0x89]([0xc0][0xb3][0xb5]<[0xb5][0x9e]6wP[0xba][0x12][0x81][0x9b][0x1c][0x82][0x6]:[0xc][0xec]4[0xb0][0xcb]@'[0xd0][0xae][0xfe]-_[0x9f][0x12][0xda]n?[0xb4][0x1e][0x1e][0x90][0x8f][0xd2][0xd2][0xf0]e[0x18]WP[0x1c]i[0x9c]B[0xc9]%[0x9d]!A[0x1a][0xd2]>[0xba]ab[0x8f]FT[0xe7])g[0x11][0x95]j[0x1c]J[0xaf][0x4]G[0x1][0xd7][0xec][0x9f][0xbe][0xf1][0x7]h\[0x9e]U[0x87]?C[0xe8]kT[0x84][0xc3]\[0x4][0xf8][0xf]Nb[0xc1][0x4]B"[0x1e][0xcf]f[0xa5]L[0xdb][0xee][0x87][0xc1]sK[0xd9][0x94][0xc5][0x9f][0xe9][0x9d][0xf7][0xfd][0xed][0xd0][0xba]j)[0x85][0xdd]Y'[0xcd][0x9c]E[0xa9]Pl[0x8f]g[0x91][0x17]i[0xe1][0xa1][0x1c]+[0x85][0xbe][0x15][0xc5]Xz[0xfc][0xc3]][0xfe][0xe1][0xc5][0x2][0xea][0x6][0x8a]e[0x1a][0xe7]`[0xce][0x86][0xf5](a[0xc5]i([0x91]cp[0xf1]LX&N[0xca][0xab][0xd2][0xb7][0xfc][0x1]c[0xf]rn[0xb9][0x8a][0xd2][0x3][0x11][0x9a],[0x98]B[0xd9][0x9e][0xa6][0xc6]I,[0x1c][0xdf]s[0x19][0x8b][0xaf][0xa2][0xfc][0xc0][0x14]*[0xca]+'Q[0x15][0xe1][0x12]K[0x9a]>[0xc7][0xd2][0x0]"[0xe3][0xda]x9[0x19][0xb1][0xc8][0x87][0xb0]D[0xf3] [0xc5][0x1c][0xbb][0x94][0xa6]Q[0x89]#[0xac][0xf4][0xd1],GJ[0x19][0xed]>[0xf4]R[0xbb][0x12][0xab][0xd0][0x87][0xfd][0x1a]rK[0xb6]J-[0xcc][0xaa]W[0xa5][0x16][0xe6]V[0xaa][0xb4][0xc3][0xcb]P[0xaf][0x81][0x1f]Q[0xce][0x17][0xa1][0x8f]z[0x8a][0xcf][0xe4][0xec][0xee]p[0xe4][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x17]"7P[0x16][0x9e][0xc4]2"\[0xf6]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x17]"[0xd7][0xf9][0xcd]![0x99][0xbe][0x81]J[0x99][0x1a][0xf9][0x9f][0xc4][0x8a]SX8[0x86]P[0xa3][0x96]SK2[0xc8][0x8d]y[0x5]+/[0xcc]b[0xfd][0x93][0xc4][0xfb][0x14][0x93][0xf9][0xc][0xa3]:[0x81]e[0xcc]Y[\r][0x9e]#[0xab][0x9f]'[0x93]_[0xc8][0xe1][0xd8][0xee],[0xfa][0xdd]x[0x8]?&[0xbe][0x1a][0xde][0xeb][0x9f]P[0xe6][0xa1]g[0xcc]F[0x19][0xf9]\M[0x8a][0x17]I[0x11][0xf9][0x2][0xf7][0x83]x[0x99]*B[0xdb]&[0xf]giXc[0xac][0x1e]C0[0xd0][0xba][0xa8]v[0xe5][0xb0][0xa0][0xf3][0xc4][0x4]X#[0xe2]GZspz[0x5][0x85][0x99]~[0x95]=[0xe5]5[0x8d]i[0x89]g[0xd0][0xc7]T[0xc1][0xfe][0xf2][0x88][0xee]/[0x82]d[0x15][0x82][0x8b][0xb7][0xaa][0x9b][0xa8]B[0x1][0xb1][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xf0][0xd7][0x5]J[0xa0]Yy[0xc8]:[0x89]U[0xb3][0xc9][0xfa]z[0x1e][0xb2][0x16][0x90][0xc2][0x3][0x1c][0xe5][0xf0]?|J[0x1d][0x94][0xc3][0xf][0x8][0xa7]B[0x93][0xa8][0x8d]x[0xe1][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xbd]^[0xa4]Y|ms[0xa4]z[0x12]u[0xe1][0xea]/[0xb1]z[0x2]f[0xf5]i4[0x4][0xda]j[0xaa][0xcf]b[0x8d][0xc4]]#*5-W[0xb0][0xa6]7[0xa2][0xf7]-[0xb4]p2[0xa0][0xc6]n[0xfe]}[0xba]M[0xb5][0x10][0xb]p[0x8a]X[0xde]d[0xba][0xdf]b[0x80]o[0xb3][0xf1][0x9e]fR[0xde]![0x9d][0xde]e[0x3]=[0xc3][0xa2][0x9d][0xe5]]|[0x8f][0xb4]:[0xc3][0xe2][0x9c][0xd3][0x11][0x84][0x89]r[0x3][0xd6]b[0x90])[0x92]T[0x1e][0xcc][0x96][0xf2] l[0xc]1[0xbe]ul[0xbb][0xd2][0xac]2[0xa5][0xc][0xd6]mW[0xdf][0xa0]B[0xa9][0xe1]6D)[0x92][0xbe]1[0xcc][0xc7]1[0x1c][0xf6][0x83][0xbf]JS[0x12][0xfc][0x96][0xb0]b[0xd7][0x95][0xa1](LV[0xde]&m[0xc4][0x9b][0x3][0x9c][0xd6]n[0xce][0x4][0xec][0x5][[0xa1][0x83][0x93][0xe7][0xbd]:[0xba]NG[0x17]fs[0x3]>dt[0x1f]qu[0x9e][0x17][0xee][0x2][0xcb][0xfa]1[0xdb][0xe8]'|[0xb5]\[0xc4][0x1d][0x18]'[0xca][0x8b][0x8c][0xf0]r6[0xaa][0x6][0xe6] [0x13][0xd5][0x96]lT[[0xd8][0x1d][0xe2][0x4]\K[0xea]NG[0xc5][0xd6][0xf9][\r][0xbf]s[0x19]ReNH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "#[0xec]!s;W[0xd1]l2\[0xcd]C[0x86]b$1[0xea][0x1f][0xae][0xd5]O M[0xfb]{[0x9f]b[0xf1]%[0xdd][0xd8][0xa6][0x8f][0xdf]Nc[0x8f]i[0x93][0xe][0xfe][0xa8][0xd1]([0x1c][0xc7][0x13]xo[0xeb][0xf2][0xff][0x2]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.class[0xd5][0x96][0xdf]o[0xd3]V[0x14][0xc7][0xcf]m[0x9c]8q[0xcb]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x1c][0xd8]R [0x1b][0xad])[0xc4][0xa5][0xc5][0x5][0xd5][0xaa]6[0x83]PAe[0xb0][0x95]UX[0x80][0x84][0x13]Lp[0x95][0xc4][0x95][0xe3]n[0x2][0x9e]&M{[0xe0]/@<[0xf0][0x7][0xf0][0xc4][0x9e][0x90][0xd8][0xaf][0xa7][0xbd][0xf0][0xb0][0xe7][0x89]'[0xfe][0x6][0xfe][0x0][0xc4][0xb9][0xd7][0x97]C)[0x16]+xc[0xe3]%[0xe7][0xd8][0xb9][0xe7][0xfb][0xfd]|[0xed]8[0xbe][0x8f][0x9e]=[0xfc][\r][0x0][0xa6]`F[0x83][0x2][0x98]*Lj0[0x0][0x87]T[0x98]RaZ[0x85][0xc3][0xc][0xca]}?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xce][0x92][0x1f][0xf5][0x83][0xb0][0xf7][0xcd][0xc9][0xe3][0xc][0xd8])[0x6][0x9b][0x8e][0x85][0xbd]~[0xec][0xf5][0xe2]%[0xaf][0xb3][0xea][0xe7]'[0xff][0xcb][0x9b][0xbb]{[0xf2][0xf][0x6][0x5];[0xe8][0x5][0xf1][0x1c][0x83][0xdc][0xd8][0xf8][0x12][0x3][0xe5]Xx[0xc5]g[0xb0]y![0xe8][0xf9]_[0xae]v[0x9b]~t[0xce]kv[0xf0][0xcc][0xf0]B[0xd8]BY[0xf][0xc5][0xf1]X[0x9e]T[0xe2]kA[0x9f][0xc1][0xdc]B[0x18][0xb5][0x1b][0xde][0x8a][0xd7][0xba][0xe6]7:a[0xbb][0x1d][0xf4][0xda][0xbc]N/7[0xba]~[0xbf][0xef][0xb5][0xfd][0xc6][0xe9][0xa4][0x9e][0x8][0xa3][0xae][0x17][0xbf]8[0xf0]Zq[0x18]][0x9f]e[0xa0][0xf5][0xfc][0xef][0xe4]I[0x6]_[0x8d]-,{[0xdf]z[0x8d][0x8e][0x87]*[0x8b]q[0x84]b[0xb3][0x17][0xd6][0x9c]:[0xd3]\[0xf6][[0xf1][0xec][0xf8][0x86]M[0xd1]@[0xed][0xbe]P[0x1f]~][0x1c]/[0xc2][0x8a][0x17]y]L[0xb2]%[0xc5][0x88][0xc1][0xd9][0x14][0xa2][0x8c]@[0x3]+[0xe6][0xab],d[0xd6][0xdc][0x90]Yf[0xfb]I[0x6][0xf1];:e[0xf6]>[0xc4][0xe0][0xc7][0xcc];3[0xcd][0x14][0x83][0xdb][0xff]"Mf[0xbe]i[0x6][0xf7][0xde]+_fb[0xfc][0x1b][0xfa][0xe5]?&[0xce][0x9c][0xc1]b[0xf0][0xe7][0xff].C[0xe6]T3[0xc][0x9e]|[0x0][0xa9]2[0xe7]<[0xc2][0xe0][0xe9][0x7][0x99]3s[0xf2][0xa3][0xf8]6][0xc]W[0xa3][0x96]"[0xe0][0xaf][0xe8][0xd1]7[0xbc]y[0xf]r[0xb3]![0x18][0x82]M[0xc][0xe][0xbf][0xd3]+[0x9c][0xf][0xe3][0x93]R^O[0xcd][0xc0][0xce][0xb2]%`0[0xf3][0xb7][0xe3]_4[0xfb]q[0x84][0xcb][0xd7]O[0x8e]mp[0xfb][0xb0][0x4][0xbb]![0x8f][0x9b]([0x0][0x6]UP[0xa1][0x88][0xb5][0x84]G[0x3][0xa0]a([0xc6][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~~$v[[0xb8][0x87][0xc2][0x9a]7[0x1e][0x0][0xfb]I,[0xd9][0x8c][0x9f]|[0xe7][0x5][0xb0][0x17][0x14][0xa8]C[0x19][0xbb][0xa1]d[0x11]T`[0x18][0xeb][0xf7][0xb0][0x5][0xb6]J[0x81]y\[0x93][0xe3][0x13]?[0xc3][0x80][0xbb][0xe2][0x1][0xe4][0xee][0x93]JAL[0x99]Ba4Y%[0x15]x7[0x2][0xdb][0xc4][0xf7][0x1a]l[0x87][0x1d]8[0x81];[0x14][0xd0][0xa5][0xea][0x19][0x84][0xe6][0xeb]+BU[0xf9][0x15][0x14]77[0xb1][0x98]"~d[0x8d]x[0x85][0xc4]+$^[0xc1][0xfc];[0xa5][0xf8].)~[0x9][0xc5][0x15][0xac]#B[0xc6].'[0xac]>[0x91]V[0x1d][0xb4][0xca]c[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc2][0x1a]+7[0xaf]+i~[0xf3][0xc2]o:[0x99]"[0xbf]*[0xf9]U[0xc9][0xaf]*[0xfd]xW[0xc3]N[0x11][0xce][0xa3][0xd2][0xf9]&:[0xf3][0x1f]@M8[0xab][0xeb][0x9d][0xdd][0x82][0x9e]O[0xb3]?+[0xec][0xe7][0x92]Q[0xb2][0xaf][0x91]}[0x8d][0xec]kd_[0x93][0xf6][0xbc][0xdb][0x8d]]^[0x80][0xec][0x91] [0xb7][0x10]D[0xc5]Z[0x17] [0xc5]T[0x10]W[0xd5][0xb]i4[0xe7][0x5][0xcd]|2O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4[0xbc][0xdb][0x8b]]Ap[0xd5]%[0xd7][0x1d][0xf1]\[0xe0][0xad][0x15]\[0xe5][0xd7][0xee][0xcd]K0[0xb7][0xa8][0xab]it[0x97][0x5][0xdd][0xd7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xde]}[0x8a][0x9d]*8?[0x93][0x9c][0xf7][0xf0][0x98]?[0xbb]f[0xc2][0x99]~'_r[0xba][0xe5][0x82]^L[0xa3][\r][0x4][0xed][0xc5]D[0x8b]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5[0x89][0xd6][0x94][0xb4][0xbc][0xdb][0x87]]Qp[0x8f]I[0xee][0x87][0xf8][0x8d][0x86][0xd5]J[0xb8][0xdf]p[0xe3][0xd7]p[0xbb]eU/[0xa5][0xd1]G[0x82][0xfe]j[0xa2]H[0xf4][0x16][0xd1][Do[0x11][0xbd]E[0xf4][0x16][0xd1][Do[0x11][0xbd]%[0xe9]y7[0x8e]]I[0xe4]0d[0x8e]G[0xb8]f[0x10][0xab][0x9d][0xe4]([0xbd]E[0xe][0xb7]\[0xd4][0xb5][0xb4]47E[0x9a][0x95]D[0x97][0xd2][0xd8][0x94][0xc6][0xa6]46[0xa5][0xb1])[0x8d]MilJcS[0x1a][0x9b][0xd2][0xd8]2[\r][0xef][0xf6]c[0xa7][0x89]\[0x13]2[0xd7]c\=[0x84][0xd5]Irio[0x9d][0xcb]-[0x97][0xf4][0xc1][0xb4]t?[0x88]t7[0x12]uJ[0xe7]P:[0x87][0xd2]9[0x94][0xce][0xa1]t[0xe][0xa5]s([0x9d]C[0xe9][0x1c]J[0xe7]P:G[0xa6][0xe3][0xdd][0x1][0xec][0x6][0xd1][0xe5][0xa0]`j<[0x7]PK[0x7][0x8]H9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/MultiformatMessage.class[0x85][0x90][0xc1][0xe][0xc1]@[0x18][0x84][0xe7][0xa7][0x94]"[0x91][0x88]x[0x4][0xed][0xc5][0x1e][0xea][0xe6][0xde][0x13]qptZ[0xb5]V[0x9b]e[0xa5][0xdd]z8[0x7][0xf][0xe0][0xa1][0xc4][0x16][0xe1]P[0x89][0xc3][0x9f]I&[0xf3][0xcd]$[0xff][0xed]~[0xb9][0x2][0x8][0xd1]s[0xe1][0xb9][0xe8][0xb8][0xe8][0x12][0x6]R[0x98]Hg[0x7]n[0x8c][0xd8].D[0x9e]s)[0x8]c=O[0xf9][0x99]3[0xc5][0x8f][0x92][0xad]L[0x96][0x1c][0xe5],[0xa8]Z[0x4][0xef][0xc3][0xe7][0x84][0xa1][0x1f][0xfc][0xe0]lh[0xa5][0x8b],[0x16]Q[0xa2]l[0xf7]hQ([0x93][0xec][0x9e][0xcc]{pR2[0x84]Pg[0x92][0xf1][0x13][0x8f][0xf7][0x82])-[0xa5][0x85]K[0x9d][0xa6][0xec][0xf0][0xca][0xb1]*J[0xe8][0x7][0x97][0x9b]T[0xc4][0x86][0xe0][0xff]/zi[0x93]@[0xa8][0xd9][0xab][0xdb][0xc7][0xd4][0x1c][0x82][0x83][0x6]`[0xb5][0x9][0xd7]:[0x84]V[0xe9][0xa3][0xfd][0x0]PK[0x7][0x8][0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.class[0x9d]TkS[0x13]W[0x18]~[0xce]n[0xc2]BX@[0x89]@ETzA![0xa1]FE[[o [0xa2]E[0x81]P@,jk[0xf]aI[0x16]C[0x96]n6[0xb5][0xd6][0xf][0x9d][0xda][0xf6]G[0xb4][0xdf][0xab]_[0x98][0x8e][0xb6][0xf5]2[0x9d]i[0xc7]Ou[0xa6][0xbf][0xc9][0xa9]}[0xce][0xee][0xba][0x84][0x18]m[0xa7]3[0xc9][0xb9][0xbc][0xfb][0xbe][0xef][0xf3][0xbc][0xb7][0xf3][0xd7][0xdf][0xbf][0xfd][0x1]`[0x8][0xa5][0x4][0xda]q[0xae][0x9][0x8d]8[0xaf][0x96][0x89][0x4]&1[0xa5][0x96]l[0x2][0xd3][0xf8]P}[0x9d]10[0x9b][0xe0][0xb7]9[0xb5]\PZ[0xf3]J[0xe1]b[0x2][0x1f]aA-[0x97][0xc]t$p[0x19]W[0xd4][0xf2][0xb1][0x81]O[0xc]\[0x15]h[0x1f][0x9b][0x9c][0x9e][[0xb8][0x9a]=unlt[0xee][0xea][0xc8][0xcc][0xcc][0xc8][0x82]@[0xf2][0xf2][0xc4][0x8a][0xfc]\f[0x8a][0xb2][0x94][0xcf]d[0x17]W[0xac][0x9c]wT`K[0xd9]rmY[0x9c][0xb7][0xdc][0xb2][0xed][0x94].[0x8c][0x9f][0x16][0x10][0xe7][0x4]ZF[0x9d]R[0xd9][0x93]%o^[0x16]+V[0xfc][0xa7][0xe4][0x95][0xa7][0xfb][0xef][0x19][0x17][0x5][0xe2][0xd2]u[0xe5][\r][0x81]f[0x9f][0xf5]\[0xbb][0x94]'`[0x95][0xeb]@F[0xd7][\r][0xc7][0xec][0x92][0xed][0x9d][0x10][0xe8][0xec][0xaf][0x3]=0/[0x10][0x1b]u[0x96],[0x81][0xb6][0x9][0xbb]dMUV[0x17]-wN.[0x16]-[0xe5][0xcf][0xc9][0x91][0x94]$5[0xde]Ca[0xcc]+[0xd8]e[0x81][0xc3][0x13][0x8e][0x9b][0xcf][0xc8]5[0x99]+X[0x99][0xa2][0x93][0xcf][0x13]M[0xed][0x87]V2[0xab]V[0xb9],[0xf3]V[0x8]1[0xa2][0x18]N[0x6]"[0xd2][0xd1][0x9d][0xc5][0x15][0x6]6[0xeb][0xc9][0xdc][0xb5]I[0xb9][0xe6];ez[0x5]:[0xac][0xcf]*[0xb2][0x18][0xd8][0x94][0xb3]n[0xc0][0x9f]@[0x3][0xf5]h[0xd7][0x8b][0xe4][0x12][0xb9][0x15][0xad]e[0x8f][0xd9]q[0xed]|[0x81]{[0x83][0xef][0x92]>:[0xfa][0xeb][0xeb][0xb]gs[0xd2][0xa2]z0HI[0x7]My[0xcb];[0xe3][0xb8][0xab][0xea][0xbc][0xad][0xa0]^z[0x93][0x91][0x8a]g-[0x85]a2>J[0xa7][0xa5]+W-[0x8f]%U[0x4][0x6][0xea][0xd6][0xdd][0xa4][0xde]\[0xc1]u[0xae][0x7][0xb9][0xed][0xda][0x84][0x11]}[0xa0]bcA[0x96][0xb]A[0x9d][0xf4][0xfe][0x81]q[0x81][0x84]k[0xc9][0xa5][0xc0][0x8f][0xc0][0xae]0>[0xdb][0x9]][0x8f][0x97][0xd6]*[0x1e]9Zr[0xd5]/[0xb1]f[0x97][0x4]v[0xbc]B[0x89][0xe][0xc7][0xbe][0xc8]Yk[0x1e][0xdb][0xaf]l[0xe0]S[0x3][0x92][0xa0][0x9e][0xf3][0xbc][0xb5][0x9a][0xaf][0xbb][0xb6]g=[0xc7][0xdb]][0x8b][0x97][0xad]x[0x9b][0x1]u[0xa7]B[0xbd][0x9e]W[0xa9][0xd1][0xff][0xb1]\1lN[0x6]E[0xab][0xc4][0xac]Sqs[0xd6][0x19][0xdb]O[0xc6][0x8b][0xfd][0xb3]O[0xb9]3[0xb1][0xb]gMlC[0x87][0x89][0x1d][0xe8]0[0xb0]hb[0x10][0x3]&F[0x90]3[0xb0][0xa4].o[0x9b][0xb0][0xb0],0[0xf4]?z[0xd4]D[0xbf]r6[0x84][0x83]&z[0xb0][0xd3][0xc4][0x11][0xe4][\r][0x14]L[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf5]}[0xac][0x18][0xb8]f[0xa2][0xa8].[0xa7][0xb0][0xca][0xd1][0xad]-[0xab]@[0xff][0xbf][0xc2]F[0x8d][0x92]|[0x9e][0xa0][0xf1]l[0x94][0x81][0xde][\r][0x9f][0xa3]EY.O9[0xec][0xb1]Ji[0xa9]J%[0x80][0xad]xv1[0xe3][0xb3]g[0x93][0xed][0xad];[0xe0][0xf5][0x9a]vK[0xad][0x8c][0xb5]`'[0xfa]X[0xe4][0xb4][0xa9][0xb]}[0xe1][0xd1][0x97]=[0x1f][0xec][0xc4][0xed]/[0xed]*[0x81][0xad]K[0xd6][0xb2][0xac][0x14][0xbd][0x99][0xaa]f[0xdd]h[0xcf][0xd0][0x6][0xcd][0xc0]^[0x83][0xbb][0xe0][0xfe]L[0xd1][0x9][0xef][0xd1][0xae][0xfa]/$[0xb2][0xcc][0x9b][0x2][0xe9]I[0xf]>B[0xec][0x7]lM?B[0x9c][0xc7][0xf8][0x3]4|[0xf]#FN[0xfa]zD[0xa8][0x81]V[0xc0][0xbb]>[0x91][0xde][0xc0]."[0xd2][0x83][0x94]OD[0x9d][0xd2][0xa5][0x6][0xe8][0x9d][0xfa]0[0xdf]A53![0xe6]mZ*[0xdb][0xe1]T[0xfa]6[0xe2][0xb1][0xf5][0xf4][0x9f]hM=[0x80][0x91][0xe6][0xff]G[0xc4][0xf5][0xf5][0xf4]c4N[0xa6]~[0x85][0xfe][0x4][0xed][0x83][0xfe][0xa6][0x88]$[0xf5];hK)[0xb1][0x92]=D[0xd3][0x6][0xaf]n[0xe2][0x0][0xc7][0x10][0xc7]q[0x18]8[0xc9]$[\r][0xb3][0x10][0xa3]L[0xfc][0xe9]*[0xae][0xc3][0x11][0xd7]a[0xec]C[0x86]lvR[0xb2][0x9f][0xb2][0x80]k+[0x1a][0x8c]V[0xf1][0x14][0x9d][0xcc][0x93]~^q>[0xc0][0xe4][0x7][0x9c][0x95][0xb6][0x8a]-N[0xa2][0x89][0xbb]~[0x8d]7[0x12]2[0xe5][0x83][0x98][0x81]B[0x8]"[0xd4]|[0x87][0xc6]3[0xd4]V[0xdf][0xba]H[0xbe][0xf9][0x9][0x83]UA0[0xc7][0xf7][0xd1][0xac]$wk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc0][0x18].[0xb1][0xc1][0xae]T[0xb9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xee][0xf1]u[0x85][0xea][0xbe]C8[0xfc][0x2]9[0xfa][0xad]%[0xb7]\[0x97][0xdc];[0xac]b`<[0x18][0x1a]k[0xa2][0xd6]r[0xad][0xca]R[0x8b],[0x8f][0xe0][0xbd][0xd0][0xf2]`h[0xd9][0x18][0x84]c[0xae][0xd7][0xd8]W[0xaa][0xec][0x1b]C{[0x8d][0xef][0xdb]Q[0xae][0xca]>[0x1b][0xe]A[0x92][0x85]oIqi}[0x8c]6[0xfe][0xc2][0x19][0xd0][0xaa]Rr[0x83]3[0xf0]%Sr[0xb3]j[0x6][0x92]Q9[0x93],[0xfd]q[0xc2][0x9c][0xf0][0xa1]56[0xc0]0o#[0xff][0xad]x_[0xd5][0xc9][0x8f][0xc6][0x87]w4d9[0x1e][0xb2]l![0xc1]-i[0x15][0xea][0x3]l[0xad][0xe5][0xf7][\r][0xf9]}K'[0xdf]U[0xf1]k[0x89][0xf8][0xb5][0xb0][\r][0xc7]B~1[0xee]'[0x99][0x8e]38[0x1b][0xb2][0xeb][0xf5][0xa1][0x99]"[0xfd]w[0xb4][0xff][0x2][0xed][0x9e][0x9f][0xe6][\r][0x82]}\?[0xf0][0xf1][0xc6][0xff][0x1]PK[0x7][0x8][0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectMessage.class[0x95]V[s[0x13]e[0x18]~[0xbe]l[0x92]m[0xd3]MK[0x93]6[0xb5]P[0x8e]Zh[0x93]BP[0xb0][0x88] [0x14][0xca][0xc1]BK[0x91][0x96]V[0xe]*[0xdb]d[0x93]l[0xd9]d[0xc3][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]G[0x1c]g[0xd4][[0xaf][0xf0]^z[0xc3]80#[0xc5]qF[0x7]o`[0xc6][0xdf][0xc4][0x88][0xef][0xf7][0xed]6[0xd9][0x94][0x4][0xe5]"[0xfb][0x1d][0xf6]=<[0xef][0xf3][0x1e]6[0xff][0xf3][0xfb][0x9f][0x0][0xf6][0xe0][0x8b][0x18][0xda][0xf1]A[0x1b][0xce][0xb5][0xa3][0x3]3[0xfc]1[0x1b][0xc3]y[0xcc][0xc5]0[0x8f][0xf]c[0xb8][0x80][0x8b]1[0xba][0xbb]$[0xe3]2[0x17][0xfc]H[0xc6][0xc7][0xfc][0xfc][0x9]?\[0xe1][0x82]W[0xf8]N[0x8d]a[0x1]9[0x19]y[0xbe]j1[0x14]P[0xe4][0x8f][0x92][0xc]][0xc6][0xa2][0x8c][0xab][0xc][0xeb]l[0xcd][0xd2]UcN[0xb3]l[0xdd][0xac][0x9c][0x9f]8[0xc6][0xc0]N1[0xc4][0xc7][0xcd][0x8a][0xed][0xa8][0x15]gN5\-[0xf2]K[0xf2][0xf2][0xb3][0xdd][0xf][0xe4]y[0x6][0xc9]\XdHL.[0xaa]Kj[0xd6]P+[0xc5][0xec][0xf4][0xc2][0xa2][0x96]s[0xe]0([0xa6][0xd8][0xcd]8[0x96]^)6[0xca]xw$[0x13]=[0xa8]Wt[0xe7][0x10]C[0xef][0xd0][0x8b]&[0x86][0xe7][0x18][0xc2][0xe3]f^c[0xe8][0x9a][0xd4]+[0xda][0x19][0xb7][0xbc][0xa0]Y[0xb3][0xea][0x82][0xa1]qsf[0x8e]p[0xaa][0x84][0x96][0xce][0xfe]e[0xd8])[0xe9]6[0xc3][0xee]I[0xd3]*f[0xd5][0xaa][0x9a]+iY[0xc3],[0x16][0xc9][0x19]_[0xf7].f[0xcb][0x9a]m[0xab]E[0xcd]w1[0xe5][0x9d][0x8]H|[0xc6]QsW[0xa7][0xd4][0xaa][0xb0]D[0xf4][0x11][0x93][0xc][0xc9][0xa2][0xe6][0x9c]0[0xad][0xb2][0xea]8Z[0xde][0x17]f[0xe8][0x19][0x1a]n[0x16]K[AH[0xce][0x9a][0xc][0x3]C/[0x8][0x1c]uu#[0xaf]Y"[0xa8][0xe8][0x82][(h[0x16]CK1[0x86][0xf6][0x9a]o[0xa2][0x92][0xf6]gUK-k[0xe]Wk[0x4]P#<[0x1e][0x94][0xb2]9[0xa7][0xc3][0x97][0x9a][0xc9]E[0xb5]k[0xae]j[0xd8]-H[0xbf]H[0x19]7[0x5][0x95][0xdc]s[0xaf][0x90][0xf5][0xde][0xd9][0xd3][0x96][0x7][0x92]Tw4Qmn,lh[0x5]2[0x14][0xb1][0xf4]b[0x89][0xd6][0xb6][0x92]j[0x97][0xbc][0xa4]JC[0xc3][0x13]t[0xe1][0x98][0xab]%[0xd2]q[0xdd][0xd2][0x1d][0xcd][0xd3]e[0xd8][0xec][0xbb][0xd0]M[0xdf][0xdc][0xb4][0xeb]T]^O[0x9a]Z[0x16][0xc3][0x15][0xd7]0[0x14]l[0xc4]&[0x5][0x9b][0xb1]E[0x86][0xa9][0xa0][0x8a]k2,[0x5]6[0x1c][0x19][0xae][0x82]%\W[0x90][0xc1][0x8][0xb5][0xed]Z[0xea][0x15][0xdc][0xc0][0xa7][0xc][0xbb]^[0xad][0x11][0x14][0xbc][0x8b][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xb1]O[0xc1]![0x1c][0x96]qS[0xc1]-[0x8e][0xa6]g[0x95][0x80][0x19]1[0x1e][0xf4][0x9b]<[0x1e][0x5]G[0xb0]M[0xc6]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">GE[0xc1]I[0xec][0xa1][0x8e]i[0x12]7[0xc3][0xd0][0xc2][0xa8]5[0xd7]hKQ[0xd7][0xd1][0x8d][0xc6].[0xf1][[0xd3][0xf3][0x91]\[0x85]81][0xcb]8[0xc3][0x96]:[0x9e]qC[0xb5][0xed]3&5[0x95][[0xc9][0x7]D[0xa8][0xc][0xe7][0x1a][0x18]\-Gy[0x89][0xf][0xbb][0xe9][0x2][0xc3][0xf6]f[0x8d][0xd2]l[0x6][0xf4][0xb5][0xe8]gj:[0xb5]Z[0xd5]*y[0x86][0x9d]/[0xce][0x86]&[0xb6][0xea]s`[0xe4][0x15][0x8][0xa1][0xc6][0xec][0xf0][0xfc][0x88]9M[0xf9]o=[0x88][0x9a][0xcf][0xdb]6[0xaa]dA[0x14][0x11][0xda]P[0xc5][0xe2][0x92][0xe0][0xac]o[0xdd]lT[0xce]y[0xad][0xa0][0xba][0x86]3[0x1f][0xec][0xe3][0xfe][0x96][0xcd][0xc3][0xd0][0xed]+[0x9c][0xab][0xf5]$U[0x7]}[0xaa]BH[0xa1][0xf][0x12][0xd6][0xe3]5[0xf4][0x83][0xdc][0xd2]W0[0x84][\r][0xb8][0xcd];[0x82][0xf6][0xb7]yS[0xd0][0x1a][0xa7]w[[0xb1][0x8d][0x9e][0xaf][0xd3][0xe9]&[0xc9][0x84]hM[0xa6][0x1f][0x81][0xa5]3O[0xd1][0x96][0x8]-#[0x9c]y[0x8][0xe9][0x1]]Kx[0x83][0x9e][0x9d][0xb4][0x2]i[0x84][0xa9]u[0x12][0x18][0xc1] [0x9d]R[0x9e][0x1a][0xb6]c[0x7] v[0xdc][\r][0x15].[0xed][0x7][0x11]zNJ![0x19][0xc3]2[0xa9]1Z[0x9f]s4[0xfe][0xb9]v[0xcf];[0xd1][0xc7]q[0x8e][0xcc]1Z[0xfb][0xd2][0xbf]"[0xfc][0x14][0x9d]iZ[0xa5][0xdf][0x10]y[0x88]0[0xbf][0xb9][0xbf][0x6][0xcb](d[0xec]#,[0xfb][0x5][0x16][0xc5]S[0xf5][0xb1][0xc][0x9]Y[0x96][0xa0][0xcb][0x9d][0xd8][0xe5][0xdb]/[0xf8]q[0xe]pkO[0xd0][0x95][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xf3][0xcb][0xe8][0xc8]x[0xbe][0xe4]z[0xc0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd4][0xcf]2[0xe]S`G[0x88][0xc5][0xf1]@[0xd0][0x3][0xb5][0xa0][0x7][0x90][0xc5]n?[0xe8]0BI[0x99][0xf6]o[0xd6]b[0xca][0xd2][0xca][0x81]E[0xd2]+h[0xbb]/[0xd2][0xc1][0x8d]G[0xc5][0xe5]d[0x0]y[0xc4]7[0xc8][0xf0][0x16][0xfd]qY[0xab]L[0xe0][0xd6]*[0xcf]5U[0xde][0x8b][0xb7]}[0xe5]QB[0xc3][0xdf])[0xe1]?[0xd0]~A[0xe2]&f[0xd6][0xda][0xb8][0x12][0xb0][0xa1][0xd4]l[0xd0] [0xf3]m[0xdc]%.8[0xd5]c[0xe9][0xcc]]D[0xc2][0xf7]2O(++[0x88]e[0xe8][0xf7]3"[0xd2][0xbd][0xcc]ctLq[0xd3]O[0x91][0x18][0x11][0x8b][0x1c]^FRZF[0x97][0xc8][0x1e][0xbf]{[0x4][0xe5]^[0x8d][0xd5][0xf5][0xe4][0x19][0xd0][0x8]q[0x81][0x98]-[0x11][0x9b]:[0xd5][0xaa]A[0x85]S[0x16]X[0xb6]x[0xfe]j[0xec][0x8e][0xe1][0x1d]QR[0x1b][0x9][0xcf]~[0xba][0xb][0x9][0x9e];[0x11][0x95];[0xd9]3[0xa4][0xa8][0x8a][0xa4][0xd3][0xf4][0xbd][0xe1][0x13]8[0x90]enc 3[0xb2][0x82][0xf8]O[0xe8][0xce]P[0x9][0x8d][0xd0]o[0x5][0x9d]w[0x4][0xbc][0xb0]T[0xc7][0xe3][0xf1]p-[0xe0];[0x98][0xd9][0x83][0xc2]7[0xdf][0xbd]G;[0xcf]w[0x14]RJ[0x1a][0xe3][0x89][0xa1]Y[0xef][0xfb]|[0xdf]OT[0x92][0xc7][0xfc][0x4]q[0xbe][0xac][0xa0][0xab][0x99][0xab][0xa5][0x0][0xe5][0xc9]@[0xb5]F[0x10][0xea][0x16]V[0xc7][0xfe]_[0xed][0xdc]j[0x92][0xfe][0x10][0x95][0xe9]Qzre[0xdb]/[0xf6]A[0xca][0xd5]:[0x8e][0xe7]/t[0xdf]Ag[0xc6][0x83][0x96]X[0xf6][0xb7][0x82][0x97]D[0xbd][0xea]Sd[0xc][0xf8][0x92]j[0xe7]+b[0xf9]k[0x9a]"[0xdf][0xd0][0xfd][0xb7][0x81][0xca][0x1f][0xac][0xf1]3H[0x1d]q[0xac]^[0xf9][0xfd]1[0x1c][0x17];[0x86][0x13]$y[0x92]X[0xf1][0xa0]L[0xf8]P[0xe2][0x4]%[0x99][0xa6]G[0x8f]?YB[0x81]n[0xfe][0x8e][0x14][0xbf][0xa7]x~[0x8][0xb8][0x8a][0xd7]\[0xc5][0xc9][0xc8])2|\[0xc4][0x1f]"[0x7][0xa7][0xe9]4[0x89])[0x9f][0xaa])[0x9f][0xaa][0x94][0x17]i[0xef][0x1d]/[0x7][0x8f][0xd1]K9`[0xf5][0xc9][0xe1]q[0xf7]c[0x80][0xbb]T [0x7]2B=c2[0xce][0xd0][0x8b]i[0x1][0xef][0xec][0xbf]PK[0x7][0x8]:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterFormatter.class[0xad]Z[0x9]`T[0xe5][0xb5]>[0xe7][0xce]rg&7[0x10][0x2][0x93][0x85][0x84][0x1d]![0xcc]$D[0xb6](a[0x91]$[0x10][0x9][0x90][0x10][0x92][0x0][0xca]"[0xc][0xc9][0x90][0xc]&3qf[0xa2][0xa0][0xd5]ZK[0x17][0xb5][0xa0][0xb5]V[0xb][0xb6][0xd5]bklkU\B[0x10][0x97]X-[0xb4][0xd6][0xda][0xba][0xd4][0xf6]u[0xb3][0xef][0xbd][0xae][0xaf]{[0xdf]k[0xab][0x16][0xe5]}[0xe7][0xbf]w[0xee]L`[0x92]W[0xdb][0x17][0xc7]{[0xff][0xff][0xfc][0xff][0xfe]s[0xbe][0xb3][0xfc][0xe7][0xbf][0xfa][0xc2][0xbb]O[0xde][0xcc][0x97][0xe8]|[0xa9][0xbc][0xb7][0xe8]t[0xb7][0xbc][0xb7][0xea][0xbc]M[0xde][0xdb]u[0xbe]L[0xde];t[0xde])[0xef][0x90][0xce][0xbb][0xe4][0xdd][0xae][0xd3][0x11]yw[0x8][0x93]p[0xe][0xef][0xe6]N[0xf]wy8"[0xcd]=:[0xdd][0xe7][0xe1][0xcb][0x5][0x9f][0xee][0x1c][0xaa][0xe5][0x1e]!Fs8[0xc6][0xbd][0xf2][0xb8]B[0xe7]x[0xe][0xb5]sB[0x1e][0xc9][0x1c][0xaa][0xe3][0xa8][0x8]Y[0xa8]s[0x9f]p[0xbb][0xd2][0xc3]Wyx[0xaf][0x8f][0xba]x[0x9f][0xc8]}[0xb5][0x98][0xf4][0x1a][0xf][0xbf][0xcf][0xc3][0xd7][0xfa][0xf8]:~[0xbf]`y[0xbd][0xce][0x1f][0x10][0xf5][0xc6][0xe9]|[0x3]S^[0xcb][0xaa][0xba][0x8d]-[0xad][\r][0xeb][0x9b]v4[0xb7][0xac][0xaa]o[0xb8][0x84])[0xdd][0x9e][0xd0][0x95][0xa1][0xca][0xee]P[0xb4][0xb3][0xb2]5[0x19][0x8f]D;[0x97]0[0xe5][0xd6][0xc5][0xa2][0x89]d([0x9a][0xdc][0x14][0xea][0xee][0xb][0xf][[0xd7][0xba][0xb1]^[0xad]3V[0xb5][0xb4][0xac]o[0xb1][0xd9][0x8c]5[0xbb][0xad][0xab][0x9a]kZj[0xda][0xd6][0xb7]0[0x8d]7)[0x8d][0xad][0x17]gR[0xad]e).9+W[0xad]kh[0xdc][0xd1][0xda]V[0xd3][0xd2][0xc6][0xc4]u[0xe][0xb8][0xe9]5L[0xbe][0x14]y}[0xb3]P[0xae][0xc5][0xc4]U[0xad]u5[0xcd][0xab]v[0xd4][0xad][0xae]i[0x11][0xd2]6[0xa6][0x92]dW<[0x1c][0xea]X[0x17]k[0xf]u[0xb7]Fzz[0xbb][0xc3]+C[0xc9]p},[0xde][0x13]J2[0x15]f[0xe8][0xd5][0x96][0x9e][0x8][0xe5][0xbc][0xad][0x91][0xce]h([0xd9][0x17][0x87]b[0x8b][0xb2][0xcf]Zj[0x92][0x93][0xe1][0xbd][0xc9][0xca][0xb3]Y/Y[0xe][0x1e][0xee][0xa5][0x91]h$[0xb9][0x9c][0xc9]Q6g[0x13][0x93][0xb3].[0xd6][0x1]nc[0xd7]E[0xa2][0xe1][0xa6][0xbe][0x9e]][0xe1]x[hWwX[0xd0][0x15]v[0x9b]B[0xf1][0x88][0xf4]-[0xa2]3[0xd9][0x15]I[0xc8][0xde][0xb1]xge[0xa8]7[0xd4][0xde][0x15][0xae][0xec][0x8e]uv[0x2]{y/[0xdc]S[0xd9][0x13]N$B[0x9d][0xe1][0xca][0xe6]P<[0xd4][0x13]N[0x86][0xe3][0xe6][0xd6]h`[0xef][0xe2][0xf6]X_4Y[0x13][0xef][0xec][0xeb][0x9]G[0x93][0xcd][0xdd][0xa1][0xf6]pW[0xac][0xbb]#[0x1c][0x7]O[0xd9][0xb9][0xe6][0x9c][0xd3][0xc0][0xa4][0xb7][0xf7][0xc5][0xeb][0xba]Bq`[0x1c][0xc1][0xbf][0xa0][0x8c][0xb1][0xf6]hVl[0xa3]P[0xa9];[0x1c][0xed]Lv[0xa1][0x11][0xf]'[0xfa][0xba][0x1][0xa1]7[0x92]X[0x95]h[0xf][0xf5][0x86];[0xb0]d[0xb][0xbc][0xa2]5[0x19]j[0xbf][0xbc]1[0xd4][0xab][0xf4]@l3M[0x1c]Q[0x96][0xf9]0A[0x16]a[0xb6]6(q"[0xd1][0x8e]H{[0x18][0x2]k[[0x1b]F[0xe3][0xb2][0x80][0xc9]S[0xb6][0xb5][0xae][0xc1]\[0xa6]m[0xad][0x83]x[0xbb]-[0xb]/[0xce][0xc6]>[0x83][0xb4]~[0xd7][0x9e]p{r[0xc9][0x9c]l[0xe][0xee][\r]Y[0x9b]A[0x84][0xf1]Y[0x16][0x1][0xe5]s[0x96][0xd5][0xf6]ED&[0x8c]y[0xb0][0xba]NDF[0xf2][0x4][0x92][0xa6]@[0x8d]&[0x9e][0xd0]{[0xe5][0xb9][0x82][0xa5][0xd6][0xfe]C[0x12][0x8b][0xb6]p*[0xf7][0xae][0xbe][0xdd][0xbb][0xc3]0[0x99][0xa7]7[0x1e][0xbe]2[0x12][0xeb]K[0x9c][0xbd][0x17][0xd0]Y4[0xf2]^[0x2][0xdb][0x88][0xcc]s{M[0xbb][0xaf][0xb3][0x8c][0x9e];[0x8c]1S[0xed][0xbf][0xaa][0x83][0xda]$[0xac][0xdc]GA%[0x8a][0x8c][0x85][0x17][0xc6][0xc3]iK#|[0xe0]t[0x8][0xee]Hbe[0xb8];[0xd2][0xd3][0x1c][0x8a][0xc4][0xc5]m[0xea][0xce][0xdd][0xa2]a[0xe][0x1c][0xd0][0xb0][0xbc][0xb8]![0xda][0x11][0xde][0xcb]T[0xd4][0x15][0x8a]vt[0x87][[0xc2]=!Dc[0xb4]S[\r][0xed][0xae][0x89][0xee]c[0x9a][0x97][0xc5]7[0x1a]F[0xd4][0xa8]AI;[0xc6]d[0xb7].[0x94]H[0x9a][0xa1]2yd[0xc][0x1a][0xea]d[0xc5]8kE[0x4][0xda][0x85][0xba][0xcd]Ec[0xae][0x8a][0xa3][0x9b][0xa1]N[0xe9][0xc8]\[0x84][0x87]+[0x92]X[0xdf][0x81][0x0]s[0x96])[0x15][0xdd]Q[0x95]>[0x80][0x82][0xe2]c[0xc5][0x9f][0xf9][0x92][\r][0xe0][0x3][0x93][0xca]F[0xd6]D[0xe9][0x11][0xce]\[0x84][0x5][0xc5][0x8a][0xd5][0xc6]h8[0xb][0xb3][0xf1]j[0xc][0x6]Y[0x1f][0xcf][0x90]y^Y6[0x93][0x8e][0xbe][0xad][0xd1][0x11][0xe][0xf7][0xb6][0xc5][0xcc][0x1][0xa6]Ye[0xff]`([0xe2][0xa0][0x1b]v[0x8][0xd9][0x11][0xe8]H$![0x8a][0xbb]#[0xbc]'[0xb4][0xa9]O[0x92][0xab][0x9a][0xd3][0x97][0x8c]tW[0xb6][0x86]eB[0xc1][0xf0][0xe4][0xba][0xaf]7[0x95]`g[0xc][0x9f][0xba][0xf4][0xdc]m%[0x87][0xfb][0xe3]a[0xf8]S"r%[0xac][0x95])[0xf9][0xb2],[0x92][0xff][0x1f][0xc1]`[0xb]%@l[0xf8][0xe7][0xd7]g[0x95]Tx[0xe6][0x87]z{[0xc3][0xd1][0x8e][0xd6][0xde]p{$[0xd4]-[0xaa][0xc2]vs[0xdf][0xcb]F[0xe2]\>[0x93][0x8b][0x9c]ep[0xb8][0xe][0xf5][0xca][0xcb][0x90]@[0x6][0x0]L[0xe9]h[0xa7][0x1f]\[0xa6]3[0x9c]<[0xf7][0xbc][0x9d]\6g[0xb4]e[0xa8][0xb6][0xb0]W$[0xd1][0x18][0xda][0xb7][0xb][0x11]k[0x1][0xd6][0x81][0x95]r[0x13][0x88]:[0xc5][0x14][0xb5]9[0x96]D[0x9e][0x80][0xca][0xdd][0xfb][0xec]EVM[0xe2][0x8e][0xd5]u[0x87][0x12][0x80]a\[0x6][0x7]E[0x82][0x8c][0x13][0xce][0xa6]-[\r],[0x87][0xc][0x1f]D[0xae]1[0x19][0xd7][0xc4][0xe3]![0xe4][0x89][0xa6][0xc1][0xd6][0xe7]l+[0x86][0xd2][0xad][0x14]'[0xf2]Y{[0xb8]vG[0xe2][0x9][0x10][0xb4]H[0x7][0x8a]0[0x9d][0xf7]3[0x85][0xff][0x9f]]$[0x9b][0xb6]"[0x8d][0xd7]T[0x16]G6[0xc4]X[0x15]M[0xc6]![0x8e][0xd1][0x10][0x8d][0x86][0xe3]j[0x9a]8[0x91]?[0x83]=[0xe6][0xcd]T[0xb3]$[0xfa].[0xf][0x8b][0xec]W[0x9a]`k[0xb1]y[0xf0][0x98][0x98]b4v[0xf8][0x8a]%r[0x9c]'[0xea]M[0x1d][0x8b][0xb3]q[[0x1a][0x8]H[0xbc][0x8d][0x1f]>[0xa6][0xa8][0xaa][0xd4][0xfe][0x10][0xea]\8[0x87])k][0xac][0xbb][0x1b]pDbR[0x92][0x84][0xa2][0xeb][0xd1][0x97][0x9d][0xd5][0xab] [0x83]Cz[0xde][0x92][0xe1][0xdb][0xa6][0x7]L[0x9b][0xa3][0xe8][0x1c][0x7]!L[0x94][0xd3]Q[0xfe][0xde][0x82][0x7]Xr[0xd2][0x6]+U.[0xc6][0xae][0x92]|[0x83]=[0x90][0x9e]J[0xcc][0xb3]`U<[0x1e][0xc3][0xf9]t[0xf6]nu[0xef][0xdd][0xe0]gm""8z[0x12][0xe0][0xe5]m[0x17][0xdb]5[0xa1]0[0x94][0x88][0xea][0x90][0xf8]H[0xee]Ko[0xe5][0x88][0xed][0xda][0x83][0x9a]ai{[0xb7]U[0xa2][0xfa]Zc}[0xf1][0xf6]p}DRc[0xe1][0xb9]%[0xe5]\[0xd9][0xce][0xa0][0x1b][0xe9]&[0x83][0xee][0xe0][0xf][0x1b][0xfc][0x11][0xfe]([0xd3][0x82][0xa2]8[0x5][0xfb][0x11]t2[0xe8](=b[0xf0][0x8d]|[0x93][0xc1]7[0xf3][0xc7][0xe4]q[0xc0][0xa0]W[0xe8]Ui[0x1d][0x94][0xc7]-[0x6][\r][0xd0]1[0x83][0x9e][0xa3][0xe7][\r][0x1a][0xa2]g[\r]z[0x9a][0x9e]1[0xe8][0x14]}[0xdd][0xa0][0xa7][0xe8]I[0x83][0x8e][0xd3][0x13][0x6][0x9d][0x90][0xd6]IL[0xc1][0x8a][[0xa1][0xfe][0xd9][0xdb][0xc1][0xd6]iOX[0x1d]Jt!b[0xc][0xfa].[0xbd]n[0xd0]O[0xe8][\r][0x83]~*;:[0xd8][0x9]_[0xca][0x8][0x19][0x1c][0x85][0xad][0xe1]+[0xfa][0xc2][0xd1][0xf6][0xb0]0[0xfe]8S[0xd5][0x88][0xda][0x9b]q[0x98][0xa9][0x9b][0xa5][0xbe]X[0xc9][0xe0][0xdb][0xe8][0x99][0x94][0xc][0x8a]w[0x3]*[0x9f]N[0xe8][0xcf][0x9f][0x10]do[0xe6][0xdb]q>[0xa7]G[0xd7][0xc5][0xa2][0x9d][0x6][0x92][0xef][0x90][0xa1];[0x87][0xe9][0xb3]2[0xd6][0xa7][0x18]~[0x8a][0xf][0xc9][0xe0][0xe1]a\kc[0xb1][0xee]p(j[0xf0]][0xfc]i[0x19][0xfd][0xc][0xa2]k[0xb8]>[0xa1][0xf6][0xa4][0xec][0xfa]Y[0xbe][0x1b][0x1][0x9b][0x81]RW,[0x9e]4[0xf8][0x1e][0xfe][0xdc]0r}w,[0x4][0xf2][0x11][0xbe]W[0xb8]}[0xde][0xa0][0xef][0xd1][0xeb])A[0xed][0x93][0xc1][0xa0][0x1f][0xd2][0x8f][0xc][0xba][0x97][0xbf]`[0xd0][0x87][0x8][0xda][0xdc][0xc7][0xfd][0xa8][0xdd]GN[0xfa][0x18][0xdc][0x87][0xbf][0x8a][0xc6][0xc6][0x8a][0x8e][0x8e][0xd9]m[0xb3]W[0xaf][0xae][0xee][0xe9][0xa9]N$[0xe6][0xb6][0xb6][0xb6]n[0x81][0xc3][0xf1][0xfd][0x6][0x91][0xbf]d[0xf0][0x97][0xf9][0x1][0xe4]f[0x83][0xbf][0xc2][0x9f]F[0xd1]8,K [0x95]g[0xb]m[0x83]~N[0xbf]0[0xe8][0xf7]0'[0xbd]C[0xaf][0xca][0xd5][0xa0]V[0xe7][0x7][0xc5][0xc3][0x1e][0x92]N[0xab][0xb4][0x1e][0x96][0xc7]Q[0xe9][0xae][0x91][0xd6]#[0xd2][0xaa][0x97][0xd6][0xa3][0xd2]Z)[0xad][0xc7][0xa4][0xb5]EZ[0x8f][0xcb]c[0xc0]`[0x83]^@[0x8a]6[0xf8][0x18][0xbd][0x81][0xbc][0xb3]u[0xee][0xdc][0xb9]x[0xe1][0xb9][0xdd][0xe0]A!i[0xe5]SE[0xf4][0xe3][0x6]?[0xc1]'[0xc]~[0x92][0x9f]B[0x2]3[0xf8]i1[0xc4]3[0x2][0xc8][0xf8],[0x19][0xd0][0xe0]![0xee]7[0xf8][0xd9][0xf4][0xf8][0xf0][0xe8]6[0xd8][0xc3]^[0xd9]n[0xda][0xb4]i[0xd8]b[0xd9]r[0x83][0xbf]*[0xa1][0xf2][0x9c]<[0x9e][0x97]m[0xb9][0x1a][0xc3][0x18][0xdd][0xae][0xf3][0xd7][0xc]>[0xc9][0xa7][0xc][0xfe]:[0x3][0x19])[0xeb][0xfd]u[0x98]'[0x99][0xe9]f[0x98][0xbd][0xad][0x93]3[0x3]j[0xc4][0x9][0xaa][0x8c]t[0xbf]AJ[0xda]d,[0xae]n[0xb8][0xb8]z[0xb9][0xdb][0xe1]T5I[0xb3]N[0xc5]-[0xcc][0x93][0xb4][0x13][0xce][0x84][0xb2][0xac]u[0x9d][0xdb][0xcc][0xe7]L[0x15][0xd9][0xee][0xa4][0xa3][0xdc][0xae][0x86]]i2cS[0xea][0xf4]Q[0xd6]M[0xc2]Eq[0xb4][0xf1])r[0x91][0x1c][0x95]Ci[0xd9][0xa8][0xc][0x16][0x8c]([0xd8]h[0xab]<[0xe6][0xcd][0xaa][\r]e[0xae]'bQ)-[0x1b]U[0x12]o72[0x83]5[0x15][0x6]X#[0xb][0xd6][0x8c][0xb6] [0xa7]C[0xe5][0x8b][0xf4][0x92][0x95][0xb2]d[0xe5]hK[0x8c]]f[0x16]I[0xaf][0xd9]"k[0xb6][0x8c]*[0x97][0xb8]Az[0x1][0x1c][0xc1][0x97][0x90][0x94][0x92]&[0xb5][0x82][0xb4][[0xd2]I[0x9a]T/l[0xeb]Gc;[0xb3][0xec][0xec]*4[0xab]K9:[0xc5]K[0x87][0xfb][0x9b]}][0xc8][0xfa][0xe9]C[0xe][0xcd][0x84],[0xca]Zgb[0xd4][0x3][0x96]V4[0x8c][0x1f][0xc6]7UI[0xa2][0xb6][0xb1][0xea][0xb8][0xbc][0xb4][0x88][0x8a][0x82]%[0x5]e[k[0xb3]J[0x8a][0x81][0xd6][0x91][0x6][0xb2][0x18][0xde][0x1c][0xc8]b`s [0xb]v[0xe6]@[0x16][0xfb][0x9a][0x3]Y[0x8c]h[0xe]dqp[0xf1][0xd1][0xf6]X4[0x89]K4Tr[0x84][0xe4]6Z[0x9c]i[0x90][0x8c]RKA[0x16][0x96][0x94][0xa6][0x12][0xc6][0xb8][0x14]d[0x19][0xb7]2O[0xc4]N[0x1d][0x5][0xc3][0x86]S)E@[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0x9a]pd [0x9d]D[0xd5][0xcb][\r]3[0xac][0x95][0x82]S[0xec]ay[0x8e][0xf]M[0xfb]{[0x84][0x8e][0x8e]Y[0xf2][0xb8][0x11]t[0xa1][0xee][0xc4][0xf0][0xc3]_"[0x19][0xee][0xc9]([0x87][0xe4][0xe8]7[0xbf][0xc9]e5<[0x12]ZN2[0xb6]:[0xbc]7[0x95][0xc3][0xfc][0xd9][0xc2]q[0x9][0x9d]ON[0xea]#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0x1f][0x15][0xd1][0x95]t[0x15]1[0xed]EO[0xa3]K[0xd1][0xdf][0x97][0xd1][0xdf][0x82][0xfe][0xd5][0x19][0xfd]=[0xe8]_[0x93][0xd1][0xbf][0x1c][0xfd][0xf7]e[0xf4]c[0xe8]_[0x9b][0xd1][0xef][0xa5][0x89]t[0x1d][0xbd][0xdf][0xee]_[0x8f][0xfe][0x7]2[0xfa]7[0xa0][0xff][0xc1][0x8c][0xfe]~H[0x84]#[0x18][0xfd][0x8f][0xa8][0xfe]Gi[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e][0xa8][0xe0]@[0xb9]Y[0xbe][0xf4][0xe3][0xcd]x[0xbb][0x2][0xc7][0x88][0x8f][0xaa])[0x1f]Sjhx[0xd6]@[0xa9]Z:[0x80][0x96]aN[0xa2][0x83]t[0xb][0xde][0x1e][0xba][0x95]>n2[0xe0][0xf3][0xc8]An[0xd0][0xda][0x3][0xa7][0xc8][0xe5]x 0@[0xda]R[0xc7]2[0xc7]rG[0x95][0xd3][0xef],qv[0x1c][0xa1]5[0x1][0xbf]s[0x80][0x1c]U.[0xbf]+o[0xdb]=[0x94]7[0xe9]0[0xe9][0xce]~r:[0x96][0xf7]S[0x19]h[0xd7][0xdc]CS@+[0xc0]4[0xe7]NL[0xcc][0xbb][0xf6][0x1e][0xf2][0xee][0xd7]x[0xbf][0x93]e[0x8a][0xcb][0xb1][0x1c][0xad][0xfe]3[0x8f][0x95]>[0x80]m[0x1c]J[0xbc]z[0x1a][0x87][0xe7]Z[0x88][0xb7][0xe][0x9b]7Q[0xe][0xad][0xa7]\j[0xa6][0xb1][0xb4][0x1][0xfa][0xb7][0xd0]tj[0xa5]9[0xd4]FU[0xb4][0x91][0x96][0xd1]&[0xcc][0xd8][0x8c][0x91]K@[0xd9][0x2][0x8b]l[0xa3][0xad][0xe8][0x85]h[0x87]Rm98L[0xa7][0xc5]t[0x1b]PsQ>8}[0x82]n[0x7]g[0xa8]D[0x9f][0x4][0xf2][0x4][0xee][0x97][0xd0][0x1d][0xa0][0xe1][0x18][0x4][0xaf];[0xd1][0xd2][0xb0]S[0x1b]}[0x8a][0xe]A[0x9e][0xc3][0x98]1[0x95][0xbc][0xee]3[0x98][0xe7][0xd2][0xe9].[0xc6][0x1f][0xd1]i[0x9a][0xcc]+[0xd8]1[0xc9][0xf9]6[0xf1][0xdb][0xe0][0xeb][0xa1]O[0xd3]g,[0xc8][0x9a][0xb1]J[0xc7][0xaa][0xbe]4d&`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]R[0xc1]lk[0xc0][0xef][0x12][0xcc][0xdc]~[0xb7]`V[0xec]w[0xa6]@[0xab]r[0x6][0x1d][0xda][0xfa][0xfd][0xe][0xee][0xa7][0xf3]1[0x8][0xf0]f[0xc9]`[0x9][0x16][0xd8][0xe8][0x8d][0x9]N[0xf2][0xbb]d[0xce]~[0x17]cA?[0xb9][0xf1]D[0xbb][0xff][0xcc][0xbd][0x93][0xd2] [0xb6][0xd0][0x4]<#Pu[0xf] [0xe8][0x86][0xf8]=P0Jyp[0xba][0x12]8[0xda][0xc][0xba][0x82][0x2][0x14][0x7][0x88][0x9][0xaa][0xa6]$[0xad][0x80][0x83]_[0xc][0xe7][0xbe][0x14][0xa0]\[0x6][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xb1];[0xe0][0xbc]{[0xe0][0xa0]=X[0x93][0x80]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xab][0xa1][0xdc][0xc]Z[0xa3][0x0]u[0xd3]x[0xda][0xa9][0x0]u[0x89][0xc2][0x16][0xa0][0xd2][0xfa],[0xdd][\r]8r[0xb0][0xfa][0xe][0x5]h.u)h[0x1d][0xd8]?[0xac][0xa0]u*hg(h[\r]r[0x3]Z[0x9d][0xd6][0xa6][0xd0][0x9d][0x2]tsf[0xb8][0xde]&[0xcd]D[0xf7][0x1e][0xfa][0x9c][0x85][0xee]D[0xb][0xdd][0x1d]iH[0x95][0x1b]6[0x3][0xa1][0x85])@[0xf3]3[0x1][0xed][0xa7][0xb9]&[0x92]3[0x85]Z[0xac][0x90]\[0xa8]p,[0x1f][0x9][0xc7][0x7]3p\[0xe]g [0x4][0x94][0x86][0xed]][0xa0][0xe4][0x1][0x85][0x2]D[0xca]$[0xc4]J9"e[0x1]b[0xa5][0xe]h[0xac][0x6][0xe]k[0xa1]a[0x13]4[0x16][0xe7][0xd9][0x8c][0xb9][0xdb][0xe9].[0x1b][0xb3][0x2][0xc4][0x9b][0x89][0x99][0x7]n[0x9b][0xc2]l[0x7]0;[0xa2]0[0xdb]a9[0xa1][0xb4][0x4]=[\r][0xff]l[0xb7]0s[0xc1][0xb1][0xd3][0x98][0x15][0x92][0xe7]][0xf2][0x0][0xa9][0xd3]4[0x9]89[0xa7][0xa5]q[0xba][0x97]>oE[0xfe][0x7]1Y[0xbc]|[0xca][0x9]r]z[0x8c][0xdc][0x8d][0xc1]S[0xa4];[0x10]o[0xc1][0xa7][0x97][0x97][0x7][0x82][0x93][0x6]I/[0x1f] [0xcf][0xc3][0xb6][0x9e][0xf9]j[0xfa]}`[0xd2][0xf][0xab][0xde][0x8f]@[0xfb][0xa2][0x92]=`[0xb2][0xb1]m;[0x85][0xbe][0x80]YH[0xd0][0x90][0xe3]N[0xcc][0xd5]0[0xdb][0xc0][0xfc][0xdb][0xad]`An9My:}[0xb1]F[0xe6]|[0x89][0xbe]l[0x9][0xf4]'[0x8]([0x86][0xdb][0x10][0xdf][0x97]IX[0xaa][0xc9][0x9c][0xa3][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xe1]pD[0x8f][0x93][0xdc] [0xf3][0xe9][0x18][0x4];[0xe][0xd8][0x9f][0x80][0xc8]'`[0xaa]'i[0x11].[0x90][0xcb][0xd1]_I[0xcf] [0x9b][0xc][0xd9][0xa6])[0xa6][0xa0]2[0x88]$[0xba][\r][0xf4][0x0][0x94]"[0xd5][0xfa][0xa4][0xca][0xcc][0xd2][0x12][0x95]5[0xd5]2[0x15][0x95][0x96][0x18][0xc9][0x9][0xfe]K[0xe8]+[0xca][0x98][0x87]U"u[0x1a][0xee]w[0xc8][0xc5][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xa8][0xff] =d[0xf9][0xad]S[0xd9]G[0xd4]?E[0xce][0xa3][0x15]'[0xc9]#[0xde][0xa8][0x0]0[0x4][0x0][0xf8][0x9e][0xee][0xd7][0xfd]N[0x13][0x1]w[0xb1][0xcb][0xaf][0x3][0x81][0xdc][0xcd][0xaa][0x1][0x4][0xdc][0x15]~[0xdd]B@[0x7][0x2][0xdf][0x93]I[0xa5]2![0xad]~[0x15][0xa2][0x8c][0xe8][0x9b][0x10][0xea]El[0xf6][0x12][0x8d][0xa1]o#[0x7]|[0x87][0xfc][0xb8]_[0x17][0xd1][0xab]H[0x83][0xaf]Q%[0xee][0xc0][0x17][0xd2][0xeb][0xf0][0xc5]W[0x11][0xed][0xdf][0x7][0xc][0xff][0xa6]`h[0x81]p%[0x0]I`[0xd0][0xcf][0x81][0xe1][0x88][0x5][0xc3][0xc3]*[0x96]S[0x80]8l@[0x9c]6 .[0xec][0xb4]X[0x1][0xe2]V[0x80][0xe4][0x92][0xcb][0xe5]I![0x12][0xc4]&[0xb8][0xfe][[0x88][0xdc][0x84][0xc9]^L9[0x98][0xd5]![0x9c][0xa6]O[0x88][0x91][0x1][0x8c][0xdb][0xaf]K[0x90]o[0x81][0xd2][0x92]7=~[0x8f][0x84][0xb9]WN[0xe][0xba][0xc8][0xef][0x1]y[0x90][0xc6][0x1c][0xa2]9[0xf0][0xe][0xbf]30Hc[0xfd][0xce]A[0xca];[0x4]~[0x83]4[0xae][0x9f][0x8a]%[0xd2][0xd1][0xcc][0x97][0xe8][0xa6][0x1c][0x1c]E~[0xcf] [0x8d][0x97]p[0x17]w[0xba]7[0xe8][0xd7][0x85][0x6]&[0x13][0xd2]p^[0x6][0x7]'[0xfa][0x19][0xc9][0x15]3[0x9f]~[0x1]o[0xfa][0x15][0xac][0xfd]kx[0xcb]Q)[0xfd][0x6]p[0xfe][0x16][0x1a][0xfd][0xe][0x9][0xe0][0xf7]H[0xa0]@[0x2][0xfd][0x13][0x12][0xc0][0x9f][0x91][0x0][0xfe][0x82][0x4][0xf0]7[0x9c]Co[0xe1][0x8c]9[0x8d]3[0xff][0x1d][0xba][0x2][0xf8][0xed]c[\r]g[0xff]o[0xe9][0x6]v[0xd1][0x1]v+[0xd8][0xb7][0x1][0x81][0x5][0xd4][0xa0][0x12][0x83]x[0xc7]A[0x1b][0xf6][0x83][0xb6][0xf7][0x1d][0xb4][0xbd][0xef][0xa0][0xe5]}[0x5]H[0xcf][0x8f]*[0xd8][0x8b][0x91]j[0x1f]S[0xde]W[0x8a]Tn[0xfa][0xf0]t$[0xfb][0xc7][0x95][0x19][0xc5][0x0]3[0xc9]k [0xc3][0x8e]![0xf]BR%[0xd9]m[0x9c][0xca][0xb2][0x93]xz[0xae][0x8e][0xdc][0xe1]B[0xd0][0xe] ^[0xcc]@[\r]a[0x7]1m[0xd1]DI[0x9a][0xe3][0x83][0xa5][0xf6][0xc1]cf[0xd4]tjt[0x8b]|[0xe2]X[0xdb][0xdd]hU[0x18]E[0xaa][0x9e]@[0xee]N[0xd5][0x13]b[0xb3]A[0xf2][0xa7][\r][0xa2]2[0x14][0xe][0x0][0xf][0x97]P[0x1e][0x97]R!O[0xb6][0x8f][0xf8]<[0xa8]k[0x1e][0xf1][0xa9][0xad]M![0x1e][0xb7]rj[0x91][0x2]VS[0xad]G[0xad][0x10].[0xb2]J[0x81][0xc3]j[0x7].[0x84]X'[0x90]%L[0xb1].[0xb7]P(,[0x15]O[0xcb]-q[0xee][0x84][0xff][0x14][0xf4][0x93]7PR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7]9[[0xaa]Y[0xe4][0xe6][0xd9][0x90]j[0xe][0x15]p0[0x3][0x90]B[0xdb][0xa0][0x85]j_V-[0x91][0xd4][0x4][0xc4]IZ[0x9e][0xc0][0xff][0x94][0xbd]q[0xb]Fd[0xa5]Q"[0x1b][0x6][0x10][0xe3][0x85][0x9b][0xd3][0x95][0xdb][0x18][0x19][0xe3]*[0xc4][0xd3][0x5][0x94][0xc3][0x17]f[0xec]d[0xd8];[0x19][0xf6]N[0x86][0xb5][0x93]O[0xbe][0xa1]Y[0xfc]k[0xd0][0x97][0xb1][0xb1][0x81][0xbc]k[0x84]w [0xef][0xda]l[[0xac] [0x9d]kh[0xc]g[0x16][0x88]c[0xad]-|[0xf2]][0xce]bWk[0xb1][0xcb][0x9d][0xe8][0xbc][0xce]9[0x92][0x8b][0xac][0xc9]`[0x92]K_[0x85]t[0x94]r[0x87][0x1c][0xe5][0xe][0xcf][0xd1][0xf3][0x16][0xbf]fK}[0xdf]D[0xe7][0xd5][0xcb]J[0x83][0x80][0xe0]l[0xc9][0xda][0xe4][0xff][0xc2] /o[0xca]P[0xde][0xa7]T&[0xd5][0x12][0x19]q[0x9f][0xc0][0xd6]_S~[0xe7][0x93][0xef][0x84][0x16][0xf7]m[0xea]X[0x85][0xd1]&~[0x96][0xf2][0x82]y[0xdb]D[0xf3][0xfd]t[0xa6][0xff][0xcc][0x9f][0xcf]6[0xe8][0xe][0xec][0xb2][0x13][0x10][0x87]h[0x1c][0xb7][0xab][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0x95][0xf6]N[0xf9][0xd6]N[0x96][0x19][0xe1][0x82]>[0xf9]Ji[0xed][0x94][0x0]7I[0x8b][0xfe][0xd2][0x92]#4&P:[0xbf]Brw?[0xe9][0x15][0xc8]Hgo[0xd6][0x3]{[0xa2]2[0xe3]^[0x9a][0xc0][0xf1][0x8c]S[0xd7][0xaf]B[0x9f]T[0xeb]~[0xcb][0xa6]~[0x15][0xf0][0x9a]j[0x89][0x0][0xe][0xdb][0x8f][0x1c]H![0xdf][0xa0][0x17],[0x1][0xee][0xb5][0x1c][0xb8]B[0xca]P~8[0xf0],[0x15][0x1d]"O`[0x88][0x8a][0x1e][0xb6]J[0x82]u'[0xa8][0x18][0xef][0x89][0x8d][0x81]`9d[0xb]Z[0xe5][0x80]S[0x9]6][0xf2][0x11][0x4](|[0x14][0xae]}[0x13][0xe5][0xf2][0xcd][0x94][0xcf][0x7]h"[0x1f][0xa4][0xe9]|[0xb][0x95][0xf1][0xad][0x19][0xf8]W[0xe0][0xd8]y[0x11][0xef][0x89][0xc8][0x92][0xdf]R[0xa8]L[0xc7]Y[0xfc][0x12][0xe] [\r][0x7][0x90]iz[0x93][0xf2]r[0xda][0xf1][0xdd]9@[0xec][0x15][0x1c]D[0x9a][0x12][0xf8][0xa0]%[0xf0][0x94][0x0][0xac]^[0x82]b[0xe7]([0x2][0xa0][0xf4][0x10][0x19]J[0xbc]I[0xfd][0x10][0x1e][0x3][0x93][0x8f][0xda]"N[0x94][0xbc][0xc1][0xf] [0x1f]|[0x5][0xee][0xf0][0x10][0xf0]{[0x98][0x8a][0xf9][0x11][0x94][0xe6][0x8f]e[0x88]6[0xc5][0x12]MZ[0xa6]h[0xd2][0x1a].[0x9a]Iy[0xd9]NR[0xe][0xef]X[0xa7]u[0xa3]z[\r]2~[0x17][0x7][0xa6]yf}[0x2],[0x5][0xfa][0xd7][0x2]'q[0xb6](H[0xc7][0x4][0x5]S9[0xb5][0x9c][0xf][0x80]2[0xc5][0xa2]L[0x19][0xa0][0xa9]&e[0xda]![0xc4][0xda][0x10]M[0xb][0x1e][0xa7][0xe9][0x1a])[0xd2][0x8c]C4N&[0xcd][0x18][0xa0][0x99][0x3]t[0x9e]9o[0x96]E[0x9c]5@[0xb3][0x7][0xa8][0xcc]$[0xce][0xb1][0x88]s[0x6][0x8][0x17][0x89][0xa0]I,[0xb7][0x88]([0xe0]*[0x6]h[0xae]I[0xac][0xb4][0x88][0x95][0x3]t[0xbe][0xb8][0xb5]"[0xce][0xb3][0x88][0xf3][0x6]h[0xbe][0xbd][0xd1][0x2][0x8b][0xb8]`[0x80][0x16][0xe][0xd0]"![0x2][0xd8][0xaa]t[0xd0]^[0x7]8[0x88][0x8f][0xc1][0xfb]q 2j(~[0x2]g[0xc5][0x9][0x9a][0xc5]O[0xc2][0xee]OQ%?M[0x8b][0xf9][0x19]Z[0xc2]CT[0xcb][0xcf]R[0x13][0x95][0x9a][0xf9]9[0xda][0xcc][0xcf]S;[0x8d][0xc2]|[0x92][0xba][0xf9][0x14][0xed][0xe5][0xaf][0xd3][0xd5][0xfc][\r][0xfa][0x0][0xbf][0x80][0x13][0xef][0x9b]t[0xb][0xbf]Hw[0xf0][0xb7][0xe8][0x8][0xbf]D[0x9f][0xe7]o[0xd3][0x97][0xf9];t[0x8c]_[0xa6][0xe3][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xf1][0xab][0xf4]"[0xbf]F/[0xf1][0xeb][0x19][0xd1][0xf6][0x9a]m[0xbc][0xd7],[0xe3][0x99]EEN[0x8e]o\[0xfe][0x4][0xf3][0xf][0x6][0xfa]^[0xca]@({[0xcd][0xb0][0x9b][0xc]=/8[0xac][0xee]_CtA[0xe3] ][0xd8][0x14][0xac][0x0]^[0x8b]MC[0xd9][0xaa][0x9a]>[0xf4][0x3]$[0xbb][0x1f][0xc2][0x87]~[0x8c][0x84][0xf7][0x13][0xb8][0xf9][0x1b]T[0xca]?[0xcd][0x88][0xc3][0xc9][0xb6][0x18][0x93]-1[0xc6] [0xdc][0xbf][0x8f][0xda]IC[0x4][0x1b][0x88][0xb5][0x1f]Xq[0x88]s[0xc4][0xb][0x81]~H?[0xb2][0x4][0x8a][0x8][0x9][0xef]i[0x8f]P[0xf5][0x0]-[0x19][0xa2][0xa5]k[0x11][0x90][0x13]N[0xd0][0xd2]K[0xf3][0x97][0x1d][0xa3][0xe5]kA[0x87]e/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]+[0xf1][0x2]9[0xc5][0xf8]g[0xe4][0xe3][0x9f]C[0x9e]_P[0x11][0xff][0x12][0x17][0xa2]_[0xdb]9[0xd4][0xa7]*[0xef][0x1f]X9[0xd4]C[0xb8][0x7]L[0xd1][0xe9][0xc7][0xa0][0xff][0x84][0xde][0xb0][0xb6]m[0xb3].[0xfe][0x93][0xc1]{[0xc5][0x0][0xd5][0x1c][0xa6]q@[0xa4][0xf6][0xb0][0xf2][0xda][0xba]C#[0xe4][0xe9]?f[0xe4][0xe9][0x94][0xce][0x87][0xd5][0xa8][0xa3][0xc8][0xa1][0x12][0xf5]O[0xed]p}[0xde][0xba]`,[0x94][0x1d][0x9a][0xe0][0x87]5[0x87]([0x17][0xa1][0x8a][0xfc][0xb6][0xb2][0x9f][0xa6][0xca]n[0xa9][0xd8]][0xd5]Oy[0xe6][0xb6]^[0xd5][0xaf]O[0xc7][0xb0][0x99]f[0xfe][0x82][0xc][0xf5]W2[0xf8]op[0xb5]7[0xe1]jo[0xc1][0xd5][0xde][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe];-[0xe0]w2[0xec][0xb0][0xd0][0xb6][0xc3]B;[0x96][0x17]Z[0xb1][0xec]Bm[0xfb][0xef][0xf4][0x1f][0xd0][0xe7];[0xb6][0xfb],[0xb4][0xa2][0xda][0x1c][0xfb]O[0xfb][0x86][0xe2]8M[0x5]:[0xfd]l[0xac][0x91][0x11][0xe4]?G[0x89][0xa7]4[0xd3][0x90][0x1e][0xe5]"[0xc1][0x1b]+[0xf2]/[0xbe][0x8f][0xfc][0x12]*[0x17][0xe3]7H[0xab][0xc5]y[0xfa][0xf9][0xa2][0x8a][0xfc][0x6][0x8b][0xde][0x80][0xdf] [0xad]1[0xe9][0xb3]+[0xf2][0xd7]Z[0xf4][0xb5][0xf8][\r][0xd2]:[0x93]>[0xb6]"[0xbf][0xd1][0xa2]7[0xe2]7HM[0x8a]N[0xab][0xc8]_o[0xd1][0xd7][0xe3]7H[0xcd]&[0xfd][0x8d][0x8a][0xfc][\r][0x16]}[0x3]~[0x83][0xd4]b[0xd2]OU[0xe4][0xb7]Z[0xf4]V[0xfc][0x6][0xa9][0xcd][0xa4]?T[0x91][0xbf][0xd1][0xa2]o[0xc4]o[0x90]6[0x99][0xf4];[0xcb]OQ[0x8e][0x9d][0xe3][0x7]is[0xb5][0xb3][0xbc][0xd8]y[0x9c].[0xd1]p[0x95],[0xc][0xe6]_[0x8a]i[0xc5][0xa8][0xb5][0xbc][0xf9][[0xcc][0x5][0xbb][0xd5][0xf0]V[0x8d]6[0x83][0xd5]6[0xfc][0xaa]][0xc1][0xbc][0xad]*[0x99]T[0xe1]FR[0xad][0x17][0xeb]OWy[0x1c]U^[0xbf][0xd7][0xef]9B[0xe7][0x17][0xeb]~[0xef][0xfc]j[0x9f][0xdf][\r][0xc3][0xa2]V[0xef]'_0[0xbb][0xb0]*[0xf6][0x5]e[0xdf][0xf2]ct[0x99]\X[0xbc][0xa8][0xb1][0xbf][0x1d][0xcc][0xdb][0x9e][0xaa]3L[0xd3][0x98][0xa6][0x1]l&[0xb7][0xa6]Q[0x91][0xe6][0xa0][0xc9][0x9a][0x93][0xce]G-Z[0xa5][0xb9]i[0xb5][0xa6]S[0x93][0xe6][0xa1][0x9d][0x9a][0x97]vk>[0xda][0xab][0xe5][0xd0]u[0x9a]A[0xb7]j[0xb9]t[0x87]6[0x86][0xee][0xd7][0xc6][0xd2][0x83]Z[0x1e][\r]i[0xf9][0xf4][0xbc]6[0x9e]^[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x15][0xad][0x90]~[0xac][0x15][0xd1][0x9f][0xb4][0x89][0xf4][0xb6]V[0xc2][0xe][0xad][0x94]}[0xda]$[0xce][0xd5]&[0xf3]lm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]kSy[0xbe]6[0x9d][0x17]k3[0xf9]b[0xd0][0x1a][0xb5]Y[0xdc][0xa6][0x5]R[0xd7][0x1f][0x94]oS[0xe9][0x97]p/[0x1f];p[0x99][0xf9][0x15][0xe]^[0x17][0xe7][0xe2][0x92][0xf4]k[0xa0][0xe5][0xc6]9u[0x3][0xea][0xfe][0xab][0xd4]q[0xbd]1[0xe5][0x86]hYn[0x88][0x96][0xe9][0x86][0xd2]:[0xcb][\r][0xd5][0xd8][0xcb][0xf6]X[0xca][\r][0xdb]hlQ[0xa1][0xf9][0x97]s[0x9a]f[0xa2]6?C[0xb3][0xc9][0xa7][0xd3]oT[0xa5][0xfe][8[0xa8]U[0xaf][0xab][0x9a]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6]"[0xc][0xa2][0x98][0x1f]Oz[0x96]YDoBN[0xd3][0xa1][0x7][0x87][0xfe]}*T[0x91]>[0x94]C[0xd3][0xd0][0xd9][0xe][0xd1]T^a[0xb9]C[0x81][0xe9][0xe][0x15][0x19][0xde]p[0xbb][0xc]Z[0xce]P[[0xed][0xc][0x9a][0xe5][0xa2][0xb3][0xca]%N[0xb2][0x83]Q[0xc2][0xef]d[0xaa]v[0x17][0xbb][0x8f]S[0x88][0xc1]b[0xbb][0xb4]v[0x81][0x4]7[0x19][0xa2][0xf6]j[0x8f][0xdf][0xa5][0xfc][0xc2][0x95][0xe1][0x17][0x9e][0xe3][0xd4][0x81][0x19]^i[0x84][0xd1][0xf0][0x15]{3=%[0x98][0xb7]L[0xf6][0x18][0xee]>[0xfd]g[0xee][0xe][0xa6]kT[0xd3]w[0xb6][0x0]Y[0xd2][0xe6][0x92]S[0xab]$C[0x9b]G[0xe3][0xb4][0xf9]T[0xa2]-[0xa0][0xb9][0xda]"[0xf8]O[0x15]-[0xd5].[0xa0]:[0xed]B[0xaa][0xd7][0x16]S[0xa7]VMQm[0x9]%[0xb4][0xa5][0xb4]O[N[0xd7]k+[0xe8]F[0xad][0x86]n[0xd3]j[0xe9][0x1e][0xad][0x8e][0xfa][0xb5][0x95][0xf4][0xb8][0xb6][0x8a][0x6][0xb5]zzF[[0xad][0xfc]a7[0xf0][0x8b][0xc2][0xf6][0xbf][0xc4][0x9d][0xce][0x83]+J9[0xee]u/[0xe2][0xae]v[0x1b][0xcd][0xa0][0xff][0x16][0x1f][0xa1]N[0xdc][0xf3][0xfe][0x7]-[0x9d][0x96][0xe2][0xd0][0xf9][0xb][0xfd][0x15][0x92][0xd5][0xd3]>[0xdc][0xfb][0xe][0xa9]K[0xc8][0x90][0x9d][0xaa][0x86][0xec]T5d[0xf9][0xc8]8zH[0xf9][0x92][0xe9]#R[0xa6][0x98]{[0xbd][0x89][0xbd]Lno[0xa9]t7[0x94]Q[0x94][0xcc] [0xdd]8M[0xd3]`[0xeb]w[0xe9]<[0x9d][0xde][0x86]S[0xfc][0xfd][0x1d][0xf1][0x1a][0xf8][0xc1]i[0xf7][0x9b]t[0xc1][[0xb6][0xf1]%[0x9b][0xbd]c[0x1b][0xbf][0xcf][0xfa][0xf0]p[0xe0]=[0x19]?[0x94]a[0xfc]:1[0xfe][0xd6][0xc][0xe3][0xef][0x1e]f[0xf7]J[0xdb][0xee]Y[0xc][0xae][0xf][0xb7][0xe4][0xb7][0xce][0xc9][0x2][0xea][[0xaf][0xb6][0xe][0x96]l[0x84]%[0xd7][0xc3][0x92][0xcd][0xb0][0xe4][0x6]X[0xb2][0x15][0x96]l[0x83]%7[0xc2][0x92][0x9b]`[0xc9][0xcd][0xb4]K[0xbb][0x4][0xd6][0xbc][0x94]z[0xb4][0xad][0x94][0xd4][0xb6][0xd3][\r][0xda]e[0xf4]!m[0x7]}L[0xb][0xd9][0xdf]rv[0x1][0xcf]w-[0xbb]4[0xd3][0x19]&e[0x97]z[0xdb].[0x7]l[0xbb][0x1c][0xb0][0xed]r[0xc0][0xb6][0xcb][0xfb]2[0xec]"[0xb1]k[0xf2]`e[0x8d][0x3][0x19][0xd6][0x98][0x9a]a[0x8d][0xa9]:kb[\r][0xdc][0xa7]%<[0xdf][0xa2][0xbc]a[0xa6][0x90][0xff][0xcb][0xc0]:[0x94][0xaf][0xb2]*[0xdc][0x9]A[0x9c][0x99][0x9d]&[0xd0]>[0xb3][0xfa][0x8e][0x1c]U[0x92]xq[0xf8]ve[0x96][0x1][0xda]n[0xf2]j[0x11] [0xd3]I[0xb9]Z[0x17][0x8d][0xd7][0xf6][0xd8][0xa5]m.[0xea]r[0x17][0xbb][0xd5]A7[0xc1][0xd6]jBF[0x9d][0xa4][0x3]X[0x9d]u7[0x84][0xf0][0xa0],1[0x85][0xf8][0xae]:[0xf][0x89][0xd6][0x4][0xf3][0xf7][0x88][0x8]A[0xf1][0x5][0xd5][0xc8][0xbf]\^([0x92][0xba][0x9b][0xca]U[0xd5][0xd0][0x3][0xc3][0xab][0x3]bs[0xb1][0x13][0xce][0x11]=[0x8c];S~L[0xcd][0xad]0W[0xf4][0xaa][0xaf]54[0xec][0x3][0x9c][0xd6]C[0xba][0x86][0xdb][0x8c][0x16][0xa3]B[0xad][0x97]J[0xb5]+[0xe8]<-N[0xe5]Z[0x82][0x16]iI[0x18][0xb4][0x8f]j[0xb5][0xab][0xa8]A[0xdb][0xab]TYhJc+[0xb0][0xc6]6[0xcb][0x1a]K[0xbd]R[0x9a][0xcb]>[0x5][0xde]yt[0x1e][0xe7][0xa8]$,[0xea][0xe5][0x10][0x8a][0x83]Z[0x95][0xfd][0xee]B[0xfe]6[0xec][0xab]O[0xd8][0xba][0x93][0x6][0xcc][0xab][0x8f]u[0xdd]1+[0xa1][0x1e]H[0x9c][0x87]w![0xd4][0xbe]b[0x90][0xe2][0xe8][0xe][0xfb][0xc][0xaa][0xee][0x98][0xda]-[0xf0][0xc7][q2[0xdd][0x96]Q[0x10][0x5]p[0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xd4]tnl9[0xc6][0xfe][0xf]-3[0x94][0x19]H",[0x81][0xcd][0x92][0x8f]R[0xb5][0xc0][0xc2][0xe9][0xe2][0x8a].[0xc2]a'[0x9f][0x92]5[0xce][0xa3]?[0xaa]2[0x84][0xa9][0x1d][0xf7][0xe7]?[0xb8][0xbd][0xff][0xb]PK[0x7][0x8]^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedMessage.class[0xa5]Wix\U[0x19]~Of23[0x99][0xde],M[0x9a][0xae])m[0xd9][0x9a][0xcc]$[\r][0xb4]@[0xa1]m*i[0x16][0x9a][0x92][0xa6]!I[0x3]m,[0xe5]6[0xb9][0x9d]L[0x99][0xcc][0x84]YX[0xea][0x82][0xe0][0x86]Z[0x14][0x8a][0x16])([0x8a]B\[0xaa][0xb6]@[0x16]Yjqi[0x1]QY[0x4][0x17][0x10]E[0xc1][0x5][0x95]?[0xfa][0xe0][0xf3][0xf0][0xa0][0xf5][0xfd][0xee][0xbd][0xb9]3[0x93][0xde]H[0xd5][0x1f]s[0xce][0xf9][0xbe][0xf3][0xed][0xdb][0xb9][0xf3][0xe4][0xbf][0x1e]:[0xc]`[0x5][0xde][0xf0][0xe3][0x8e] |[0xd8]_[0x84][0xb9][0xb8]S[0x96][0xbb][0x82]\>[0xe7][0xc7][0xe7]e[0xbf][0_[0x8][0xe2][0x8b][0xb8]'[0x88]/[0xe1][0xcb][0x2][0xde][0x1b][0x84][0xc2]}r;"[0xb8][0xaf][0x8][0xee][0xab]~|M[0xf6][0xaf][0xb][0xfa][0x80],[0xdf][0x8]b[0xe][0xbe])[0xb8]o[0x5]Q[0x8f][0x83]~[0x1c][0xf2][0xe3]~A> [0xf0][0x83]r[0x1a][0x95]eL[0xc4][0x8d][0xcb]2![0xcb][0xb7][0xc5][0x9a][0x87]D[0xe3][0xc3]A<[0x82]G[0xe5]tXN[0xdf][0x91][0xdb]#[0xb2]<&[0xcb]w[0x85]w[0x0][0xdf][0xb][0xe0][0xfb]r[0xfd][0x83][0x0][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x98],[0x8f][0xfb][0xf1][0x84]h[0xd9][0xef][0xc7][0x93]~[0xfc]PaAsKk[0xe3][0xe6][0xf6][0x9e][0xed][0xdd]=]m[0x1d][0x17]m_[0xb7][0xb9][0xad][0xbd][0xb9][0xa5]k{w[0xdb][0xd6][0x16][0x5][0xd5][0xa6]P[0xdc][0x94][0x88][0xa7][0xd2]z<[0xdd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc7]2[0x86][0x87][0xc1]9[0xae]P[0xd6][0xd5][0xd2][0xb4][0xb9][0xab][0xbb]mS[0xc7][0xf6][0xce][0xae][0x96][0xd6][0xb6][0xcb][0x14][0xca][0xdb]w[0xe9]W[0xeb][0xf5]1=[0x1e][0xa9][0xef]N'[0xa3][0xf1][0xc8][0xea][0x0][0x9e][0xca]#[0xed][0xde][0xdc]J[0xd2][0x0]~[0xa4][0xa0][0xb5]tum[0xea][0xb2][0x99][0x3][0xf8][0xb1]B[0xa9][0x85][0xe9]n[0xe9]l[0xec]j[0xec][0xd9][0xd4][0x15][0xc0]O[0x14]*,[0xe4][0xc6][0xee][0x8b]r/[0x9e]v[0xf8]'%>C=)#[0x19][0xd5]c[0xbd]F2[0x15]M[0xc4]7[0xb7]5[0xd3][0xfc][\r][0x85]o>[0xf6][0xd6]M[0xaf]=r[0xfd]J[0x5][0xff][0xfa][0xc6][0xee][0xf5][0xbd][0x8d][0xed][0xe2][0xc1]"[0x85][0xb9][0xe9][0xc1][0xa4][0xa1][0xf][0xb4]'[0xfa][0xf5][0x98]e[0xee][0xba]L46`$[0x15][0xe6][0xe4]x[0xd2][0x93][0xa5]Z[0xad]P[0xd4][0x1d][0x8d][0xc4][0xf5]t&i(,w[0xa7]ZsB[0x18]l[0xb9][0xab][0xd7]R@[0xc9][0x90][0x91]J[0xe9][0x11][0xa3]SO[0xa7][0x8d]d\![0xa0]'#[0x8d][0xc9][0xa4]~[0x1d]}[0xed][0xcb]a[0xdd][0xb4]c[0x97][0xd1][0x9f]&G[0xd9][0xce]DrH[0xa8][0x7]6Z[0xac][0xb4][0x82][0xa6]'[0xae][0xd1]w[0xc4]x[0xae][0xcc][0xb7][0xc2]B[0x93][0xcd][0x1f][0x8d][0xf]D[0xfb][0x8d][0x94]BA[0x1f][0x93]X[0x94]I[0x19][0x3]M[0x89]L<[0xad][0xe0][[0x13][0x8d]G[0xd3]k[0x15][0x1a][0xaa]OLY[0xdf][0x89](W[\r]5[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xa6][0xc4][0x0]M(m[0x8f][0xc6][0x8d][0x8e][0xcc][0xd0][0xe]#[0xd9]c[0x19]UnF[0xa2]Wg>[0x8][0xdb]Hoz0JsV[0xb6]'[0x92][0x91]z}X[0xef][0x1f]4[0xea]c[0x89]H[0x84]*d?gW[0xbd][0x1d][0x9b][0xfa]N=[0xa9][0xf][0x19][0x8c]Ot[0xb7][0xe3][0xb5][0x4][0x9f][0xa1][0xca][0xc][0x19][0xf1]tjJ[0xac]l;[0x15][0x82][0xcd][0xc6]p[0xd2][0xe8][0xd7][0x19],[0x85]y][0xf4]6:d[0xf4]FSQ[0x1a][0xd0][0x18][0x8f]'[0xd2]z[0x9a][0xa5]A[0xf6][0xd9]9[0xdc]Y[0x9e][0xd5][0xef][0x1c][0x12];-[0xd3][0x86][0xa4][0xfa][0xe4][0xf8][0x85]t[0xa9][0xb][0xa9];[0xa5][0x87][0x8e][0xe7][0xf7][0x97]S[0x1d][0x17][0x9c][0x94][0x10]w[0xb1]^[0x8a]=[0xcb][0xda][0xce][0xe6]&E[0xc1]zr[0x11]h[0xda][0x10]3X[0xad][0xda]pL[0xef]7[0x6][0x13]R[0xcf][0xc]cqwZ[0xef][0xbf]r[0xa3]>l[0xa6][0x98]S[0xcc][0x8f]g[0x89][0x15]I=[0xd9][0x12][0x9d]S[0xed][0x12][0x81]6[0x11]*[0xc5]?Y[0x94][0xc3][0x92]t[0xca][0xc]J[0xa5]v[0xda]@Q[0xc4]H[0xb7][0x9a][0xf5][0xaf]0[0xab][0xba][0xc6]-[0xe7][0xc5]$q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&%[0xe][0xd4][0xb8][0xf6][0x91]F[0xba]<[0xa3]j[0xa6][0xe9][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Ggn[0xcf][0xf9]vdv[0xee][0x94][0xe1]0o[0xda][0xfe][0xe6]0[0xb5]tL3V[0x16][0xb8]80[0xc9][0xcb]G[0x80][0xe1][0xb0]Z[0xbd]'[0xa1]Pub[0x1a]&I%p[0xbe][0x9d]vP[0xdc][0xf2][0xef]Von[0x91][0xf3][0x19]We[0xf4]XjJ[0xce]'9[0xb6]r|&[0xcc][0xae][0x15]=[0x81]A=5h[0xb5][0xbb][0xa7][0xba][0x86][0x3][0xc5][0x97]4R[0x99][0x18]o[0xe6][0xf5]K[0x2][0x1b][0xed][0xd6][0xec][0xcc][0xab][0xf][0xd7]b"[0xb3]6`[0x18][0xc3]=[0x9][0xb][0xa3]p[0xa6][0x9b]~7[0x8b][0xcb][0xa2][0x3][0xd4][0x11]M_[0x97][0xe5][0xf5]$v[0xec][0xa2]yi[0x7][0x11]X[0xd3][0x1f][0xb3][0xe7][0x1b]-e[0xac][0x82][0xdd][0x89]L[0xb2][0xdf]h[0x8d]J[0xda][0xe7][0xb9][0xcd][0x96]e[0xa2]Ja[0xc5][0xc9][0xf][0xa6][0xc9][0xfa]Hj[0xb8][0x14][0xfb]4lB[0xa7][0x86].tk[0xb8][0x12]1[0xda]9[0xd5][0x1d]![0x1b][0xd0][0xd0][0x81][0xf3][0xd9]![0x1a][0x9e][0xc3][0x1e]?~[0xaa][0xe1]y[0xbc][0xa0][0xa1][0x7][0x9b]5[0xfc][0xc]?[0xd7][0x90]DJ[0xc3]/[0x4][0xd7][0x8b]sX[0x88].[0xf5][0xa9][0xe1][0x12][0x9c][0xaf][0xe1][0x3][0xb8]A[0xc3][0x7][0xf1]![\r][0x9f][0xc6][0xb5][0x1a]6[0xe0]b[\r][0xbf][0xc4][0x8b],[0xeb]i[0xaa]F[0xe1][0xdc][0xff]i[0xec][0x8a][0xe1]/i[0xf8][0x15]^[0xd6][0xf0]k9[0xfd][0x6][0xaf]h[0xf8]-~[0xa7][0xe1]U[0xbc][0xa6][0xe1][0xc3][0xf8][0x88][0x86][0xdf][0xe3][0xf][0x1a]>[0x8a][0x9b][0xfc][0xf8][0xa3][0xec][0xd2][0xf0][0x9][0xec][0x91][0xe5]u[\r][0x9f][0xc4][0xa7]4[0xdc][0x82][5[0xec][0xc5][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xbb])[0xe9][0xcb][0x14][0x1b][0xd8][0xd4][0xb5][0x8b]S[0xa6][0xf9][0xac][0xab]T[0x83]x[0xf9]gVM[0xed]b[0xe7][0xe1]k[0x10]K[0xfe]"[0xcb]_Yf[0xae][0xf]1[0x87][0xf1];[0xba][0xec][0xb4][0xf7]y[0xd3][0x92]f[0xd2][0xd1]X~,[0xed][0xe4][0xdb][0xaf]Z[0xdf][0xb2]e[0xcb][0xb8]q[0xdd]&[0xd0][0x92]%K[0xf8][0xe4]6[0xb0][0xfa][0xd4]*[0xc2][0x4][0xb7][0xe5][0xd5][0xc3]d[0x99][0xfa]8O#[0xe9]A~[0x11]d[0xef]6[0xea][0x82][0xf0][0xc][0xe9][0xd7]*[0x14]V[0xb7][0xb5]I[0xab][0xcc][0x9f][0xb6][0xbd][0x96][0xcb][0x10]s[0xe9]~[0x93][0xcd]3[0x14][0xe5][0xb8][0xf6]p[0x1e]M[0x1d][0x9c][0xce]@[0xf4]V[0x9b]3[0xd8][0x93]2[0xa6][0x8e][0xfd][0x9c]7[0xa2][0x88][0xb7][0xed][0xb6][0xa5]>}x[0xd8][0x88][0xf3]e[0xad]sk[0xeb][0xff]0[0x16][0x8b][0xad]i[0xe5][0x4]{[0xdd][0xf4][0xc3][0xed][0xa4][0xa6][0x99]iwI[0x9e]P[0x6][0xa3][0xf9][0xff][0x95][0xda]g[0xbd]I[0x8c]YSLO[0xc9]GF^[0xe0]L[0xe4][0xea][0xc9]d[0x9a]ea~[0xb8][0x91][0xb0][0xc6][0xed][0x85]s[0x1b][0xc3][0x1c][0xaa][0xb3][0xdd]h%eK]/[0xdc][0xc6]`[0xdd]I[0xcd][0xcb]l[0xfc][0xab][0xaa][0x9b][0xa6][0xbf][0xc6][0x12][0xfe][0x13][0xf1][0xa1][0x0]gc9[0xca]0[0x9f]}[0xce][0xe1][0xbf][0x88]s[0xf9][0x95]\[0x80][0xf3]0[0xf]+q[0xbe][0x3]_@xU[0xe][0xbc][0x9a][0xf0][0x9a][0x1c][0xb8][0x81][0xf0][0xda][0x1c][0xf8]][0x84]/[0xcc][0x81][0x1b][0x9][0xaf][0xcb][0x81][0x9b][0xa8][0xaf][0x19]-[0xe][0xdc]Jx}[0x8e][0xfe]6[0x4]e[0xb8][0x11]n7[0xe1][0x8d][0xfc]q[0x88][0xf2]|[0xa3][0xcc]\[0x13]w[0x89][\r]s[0xfc][0x9a]0[0xe7][0xa9][0xb9]s[0x86]r[0xaf]$[0xef][0xa5][0xb8][0xc][0x1e]l![0x14]#[0xde][0xcb]}Vh[0x1c][0x5][0xa1][0xda]QxBu[0xa3][0xf0][0x86][0xc2][0xe3]([0x8c]9[f[0xe2][0xf8]8[0xe6]][0xcc][0x8b][0xd0][0x18][0xe6][0x87][0x8f]3[0xf0][0x82][0xe3]j[0x90][0xba][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Kw[0x0][0xea]m,[0xf6][0xb3][0xaf][0x95]|[0xa1][0xda][0x6][0xdc].[0xc5][0xc8][0xbd]Y[0x1c]<[0x8a]R[0xe9][0x94][0x99]c[0xa8][0xba]t[0x4]+[0xa4]i<[0xcb][0xee][0xc2]lA[0x9a]M[0xc2]_[0xe9][0x4][0x16][0x8e]`N[0x1e][0xca][0xea][0xae]S[0xe]M[0xb1][0xee]E[0xc6][0xe7]%[0xe][0xc5][0x97]Q[0xc5]o[0xd4]z[0xbc][0xc2]g[0xe5]U'F[0xd4][0xe9][0x14]W[0xb3][0x1d][0xad][0x84][0x99][0x1e]O[0xc5][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]7~[0xc2][0xda]F[0xae][0xb2][0xb3][0xe3][0xb][0x85]'[0xb0]hjn[0xdf][0xc8][0x11][0xe9][0xb3]_!9]n[0xd6][0xab][0x92][0xf]`[[0xce]Q{[0xbe]v[0x86][0xc2][0xf7][0xa1][0xd0]{[0x80][0xdd]S[0xc2][0xe0].f[0x8e][0x17][0xdf][0x8b]B[0xcf][0x81][0xf0][0x11][0xcc][0xdd]([0x9e][0x1d][0xe5][0xf4][0xe7]V[0xcb][0xdf][0x18][0x96][0xec]G[0xe9][0x8][0x82][0xb5]&[0x9e]T[0xe2]6[0x1][0xcf][0x4]N[0xdd]/[0xb0][0xf7][0x80][0xe3]x[0x88]A[0x7][0xfe]F'[0xfe]N[0xe7][0xdf][0xa4]U[0xff]`a[0xbc][0xc5]D[0xbc][0xcd][0xf7][0xf8][0x9f]|[0x83][0x8f][0xa3][0x9d]Fw(o[0xce]h[0xed]t[0x2][0xd1][0x89][0x8f]q[0xc8])[0xd2][0xaf][0xc0][0xc7][0x89][0xb3][0xba][0xac][0x4]~[0x9][0xb3]W[0xc5]I[0xe0]S[0xa5][0xbc][0xe7]w[0xbc][0xed][0xd3][0xcd]vl[0xea],[0xb3][0x8b]C[0xa6][0xc9][0xa7][0x8d][0xc0][0xeb]YS[0xb6]h[0xc1][0xa0][0x18]k[0xa1]i[0xef][0xe9][0x82][0xbe]b[0xcd][0x82][0xac][0xc1]%b[0x80]*B[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xac]f[0xe4][0x84][0xb2][0xce]6[0xaa][0x82][0xd9][0xbc][0xd9]|[0xfa][0x13][0xe6]T[0xf4][0xce][0xbc][0x90][0x3][0xaa][0xd2][0x9a]T[0x90][0xf9][0x5][0xfb][0xcc]a[0xc6][0xb4][0xf1][0x8f][0xc5][0x9][0x1d]9[0x81]3[0xe][0xe4]gMU[0xe6]u[0xa4][0x95][0xb5]"[0xf9]C[0xe2][0xc2]|[0xe6][0x94][0x94][0xab]p[0x1e][0xb3][0x84]L[0x98][0xf7][0xba]2/[0x9d][0xca][0xdc][0x94][0xc7]|[0x9b][0xc9][0xac][0xe4][0xff][0x9a][0xcd][0x1c]5[0x1f]4`[0xa5]t[0xe1]8[0xaa][0xcb]k[0xd8][0xf]VX[0xab][0xca]C[0xd6][0x99][0xb1][0xc][0xb]Xk[0x81][0xde]1[0xd4][0x95]m[0x1b][0xc3]2[0xe][0x8b][0xac]:+[0xb6][0xeb]Q[0xa5][0xda]p[0x1e][0xf7][0xac][0xda][0x95]vl[0x3]|K[0xf6][0xd9]jO3[0xa3][0xe][0xcc]x[0x18][0xf5]T{[0xd6][0x3][0xa8][0xb0][0x9a][0xa6][0xa6]IcN[0xbd][0xd9]{[0xd9][0xde][0xfb][0xff][0xbf][0xdf][0x96][0xbc][0xd7][0xcd][[0xd7][0x6][0x80])[0xf0][0xc]0[0xc0][0xd1]a[0xd6][0x80][0x1]8[0xc1][0x87]9>[0xbc][0xa4][0xc3][0xbc][0xe][0xae][0x1]:8E[0x1c]^[0xd6]a[0x81]A[0xe1][0xec]J[0xe3][0xc2][0xe2][0xca][0xd2])[0x6][0xb][0xcb]Q[0xdc][0xae][0x7][0x1b]A[0xeb]RX[0xef]F[0xed]v[0xa7][0xd7][0xe6][0xf3][0xf4]Z}=[0xec][0xf7][0x83]vX?[0x1f][0xc4][0xc1]z[0x98][0x84]q[0xe7]rx[0xf1][\r]y[0xf3]t[0xd0]J[0xa2][0xf8][0x93]y[0x6][0xe5]>>[0x8][0xba][0xab]a[0xdc][0xef]D[0xbd][0xb7][0xcf][0xbe][0xca][0x80][0xbd][0xce][0xe0][0xc0]R[0xd4][0xeb]'A/Y[\r][0xba][0x9b]a[0xfe][0xf3][0xcf]~m[0xdb]7[0xbe][0xfa][0x96][0x81][0xe6]vz[0x9d][0x4]![0x6]GFW[0x19][0xe4][0x96][0xa2][0x8b]![0x83]G[0x97];[0xbd]pes[0xbd][0x19][0xc6][0x17][0x82]f[0x17][0xef][0xc]/G-[0x94][\r]P[0x1c][0xaf][0xd5][0xcd]\r[0xa9][0xd3]g`[0xf4][0xc2][0x8f][0x14][0x8][0x83]7G[0x96][0xd7][0x82][0xf][0x83]z7@[0xf2]F[0x12]c[0x80][0xf9]w[0xb7][0xdd]:[0xd7]\[0xb][[0xc9][0xfc][0xe8][0xee]A[0x95]$[0x86][0xd2][0xd7][0xff]T[0x1f][0xbe]W[0x1c]3l[0xf0]W[0x82] [0x7]S[0x8c][0x18][0x9c]O![0xca][0x8]4[0xb0]a[0xdf][0xcd]Bf[0xcd]=[0x99]e[0xb6][0x9f]`[0x90][0xec][0xd3])[0xb3][0xf7]$[0x83]/[0xfe]6[0xef][0xcc]4S[0xc][0xbe][0xfe][0x7]i2[0xf3]M3[0xb8][0xf6][0xaf][0xf2]e&[0x9e]ap[0xe3]?&[0xce][0x9c][0xc1]a[0xf0][0xcb][0xff].C[0xe6]T[0xb3][0xc]~[0x8]Re[0xce]y[0x82][0xc1][0x1f][0xf]e[0xce][0xcc][0xc9][0xe7][0xb0][0x1b]p[]u&[0x1b][0x8d]h3n[0x85][0xa7];[0xfc][0xb0]=t[0x9f][0x83][0xff]8[0xf7][0x1d][0x82]a8[0xc8]`f_[0x1d][0x4][0xdf]|[0x92][0xf][0xaf][0xf0]a[0x11][0x1b][0x89][0x9d]Q[0x18][0xb8]Yz[0x93]!([0xc1][0x10][0x83][0xd9]]5[0x16][0x9b][0xfd]$[0xc6]=wog0[0xb2][0xc7][0xc6][0x2][0xbb][0x98][0xa3]{;[0xf1]q[0xe5][0xdc]~[0x8f][0xeb]U[0x98][0xc0][0xfe][0xcd][0xc0]fo[0x0]L[0x1e][\r][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x80]G[0x0][0xbb]'q[0xb7][0x8c]W[0x8c][0x12][0x1c][0x1f][0x13]M![0xb6]b8[0xe7][0xad]-`[0xdf][0x8b]%[0x8f][0xe3][0xc8][0xdb]B@[0xb1][0x1c]L[0xc2][0x13]X[\r][0xc9]E[0xf0][0xa4][0x90][0xbc][0x2]O[0xa1][0xbc][0x14]8[0x83]k[0x6][0xf9][0x8e][0x1f]a[0xc0]?6[0xb6][0x5][0x83][0xdf][0x91][0x8a]&v[0x9d][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe4]*[0xa5][0xc0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<-[0x9e][0x1b][0xf0][0xc]<[0x8b];[0x18][0xaa]>[0xf7]W[0xaa][0xb9][0x9d][0xaa][0xaf][0xed][0xaa]Z[0xc5][0xa7]R[0xf5]y[0xa5][0xda][0xc0][0x4]9[0x9c]KRu|[0xb][0xf2];e[0xcf][0x9]YK.#[0xd9][0x12][0xc9][0x96][0x94],[0xaf][0xe][0xb]{npD[0x19]t[0xf1][0xed][0xe7][0xf9];[0x17][0x6][0xda]O[0xa0][0xf9][0x83]c[\r]?7[0xde][0xf0][0xf3]f[0xae][0x91][0xf2]r[0xde][0x11]~[0xd3]r[0x17][0xf9]U[0xc8][0xaf]B~[0x15][0xe5][0xc7][0xab][0x1a]V9[0xe1][0xfc][0x82]r[0xfe][0x14][0x9d]5[0x9c][0xab][0xc2]Y[0xdf][0xe9][0xec]kf>[0xcd][0xfe]}a[0xbf] [0xb7][0x92]}[0x95][0xec][0xab]d_%[0xfb][0xaa][0xb2][0xe7][0xd5][0x8b]X[0xe5][0x5][0xc8]Q[0x5]r[0x15]At[0x9c]k[0x2][0xa4][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xeb][0xa6][0x96]F[0xd3][0x16]4g[0xe4]~[0xa2][0xa9][0x11]M[0x8d]hjDS#[0x9a][0x9a][0xa2][0xe1][0xd5][0x8]V[0x9a][0xe0][0x1a]U\[0xdf][0xa0]j[0x81]Z[0xc1]U[0xbe][0xe7][0xdb][0xdc][0x1][0xf3][0xb][0xa6][0x9e]F[0x17][0x9][0xba][0xb7][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]YDg[0x11][0x9d]Et[0x16][0xd1]YDg):^YX[0xe9][0x82][0xf3][0x98][0xe2][0xbc][0x86][0xd7]E[0x9c]m[0xc9][0x99][0xfe]%[0xef]p[0xfa]e[0xcd],[0xa4][0xd1]~,h[0xdf][0x93]ZDk[0x13][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4][0xb6][0xa2][0xe5][0xd5][0x18]V[0x5][0xc1]=[0xae][0xb8][0xaf][0xab][0x1f][0x8f]#[0xb9][0xef][0xf3][0xe1][0xb7]q[0xfb]e[0xdd],[0xa6][0xd1]_[0x11][0xf4][0x1f]HE[0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d][0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d]E[0xcf][0xab][0xe3]X[0x15]E[0x8e][0xba][0xca]q[0x13][0xd7][0x94]pve[0x8e][0xe2][0x3][0xe4][0xf0][0xcb][0x5][0xd3]HKsU[0xa4][0xd9][0x90][0xba][0x94][0xc6][0xa5]4.[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6]Uixece[0x88]\[0x13]*[0xd7]o[0xb8][0x9a][0xfb]z2[0x97][0xf1][0xc0][0xb9][0xfc]r[0xd1],[0xa5][0xa5][0xfb]R[0xa4][0xbb],[0xd5])[0x9d]G[0xe9]Cq'[0xea][0x11]i[0xb5][0x15][0x84]bw<[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x99][0xc8][0xd4]Z[0x91][0xc7][0x87][0xfb]\[0x6]z[0x9f][0x16][0x8b][0xaa][0x1f][0xc4][0xc][0x8b]m[0xc5][0xd5]8[0xce]f[0xb6][0x9e][0x84][0xa1][0x90];C[0x1e][0xc7][0x82][0x8e]_[0xb5]"[0xe9][0xbb][0xfc]-[0xf7][0xfa][0xc2][0x1d]F[0xbe]O[0x13][0xe8][0xbc]5pG[0x13][0x88][0xfb][0x9c]K>[0x12]J[0xc8][0xe0][0xa3][0xe8][0xed]F/[0xc4][0x81][0x90]"[0xf4]DJ[0xd9][0xe4][0x9e][0x8a][0xe4][0x87][0xf5]#:t[0xc7]e_[0xa8][0xe6]1[0xcb]V[0xec]F[0xae]iY3ML[0xeb]L[0x93]F[0xac][0xdb][0x8d]7S[0x98][0xbd][0xee]@x[0x8a]0[0x16][0xf5]u[0xfe]x[0xbd]z[0x84]y[0xda][0xed]J;[0x1a]KO4[0x3][0xdd][0xb6]q[0xb2][0xeb][0xdc][0xd2]T[0x16][0x16][0xb0]n[0xc1][0xc4][0xbc][0x85]2*&n0[0xbc][0xfc]/~[0xd1][0xf3][0x9a][0xbd]![0x83][0xfd]W[0xa9][0xc]][0xb0][0xf5][0x3]y[0xfc][0x8f]f[0xc3][0x1a][0xbd][0xfd][0x12][0xe8][0x9d][0xc2]@M[0xdf][0x9f]>GM[@Y[0xd7][0x17]`Q\[0xa4][0xdd]k[0xea](P[0xae]:_[0xc1][0x9c][0x8d]C[0x18][0xce][0xe6]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa9]d[0xe0]T[0x2]+R[0xdc][0xa2]x[0x87][0x8][0xee]R[0xed][0x1e][0xaa]TY[0x9b][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x84]e Yi[0x19][0x96][0xac][0xb4][0x90]A[0xeb][0x15][0xd4]S[0x19][0x97][0xb2]>+9_`|[0xca][0xc8][0xe7][0x92][0xe2]vBhM[0x1a]RB[0x86]3'[0x3]?[0xcc][0x5][0xaf][0xe2]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xc1][0x6][0x9b]E>[0x9a]B[0x1a][0x19][0xf2][0x1c][0xce][0xe7][0xc8][0x16]f[0xc1]Osd[\r]\H[0xe2]E2[\r]d[0x1][0xfd]a[0xb2][0xe9]4[0xe6][0x1]PK[0x7][0x8][0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.class[0xad]T]O[0x13]Q[0x10]=[0x17]J[0xb7],[0x8b] [0x88][0x88][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J?[0x80][0x8a][0x80][0xa8]%&[0xa4][0x82][0xa9])U)46>[0xdd].[0x97]vq[0xbb][0xdb][0xec]n%[0xfa]f[0xe2][0xef]0[0xf1][0x1f]`Llb[0x13]_[0x8c]1[0xf1]G[0xa9]s[0xb7]K[0x95][0xd8][0x4]4[0xe6][0xe][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f] ^[0x89][0xad][0x9c][0xbd].[0xb6][0x85]#,][0x4]lV[0xb9][0xee][0xd9][0xce][0xcb][0x14]Cx[0xc9][0xb0][0xc][0xef][0x1e]Cw4V`[0x8][0xa5][0xed]-[0xe2]:[0x90]5,[0x91][0xab]WK[0xc2][0xd9][0xe0]%[0x93][0x9a]/d[0xfa][0xcc][0x19]3=i[0xf5]e[0xf3][0x99][0x8c][0x9d][0xcb][0xf0][0xb1][0xaa]o[0xda]*[0x16][0xcd][0x8c][0xd5]w[0xc4]*[0x15][0xcd][0x89][0xac]5[0xe6][0xb6]w[0x9b]i'_87 [0x10]*Z[0x5][0xdb][0xcc][0x8e][[0x85][0xa2][0x9d][0xcf]=4[0xb2]K@[0xec][0x13][0xe8][0x18][0xce][0xe7][0x8a][0x8e][0x99]s[0xc6][0xcd]l[0xc9]j[0xbd][0xf0][0xf4][0x87][0x99][\r][0x1f][0xbc][0xf4][0xba]@[0xcc][0x99],X[0xe6][0xe9][0xd1]|[0xda][0xcc][0x1e]2[0xb][0xe6][0xb4][0xe5][0x90][0xc0]y[0xeb][0xb4][0xc0]m[0xa3]S[0xe6][0xac][0xd9][0x97]5[0xc9][0xfd][0xe8][0xf5]^d[0x12]L[0xd9][0x99][0x9c][0xe9][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xc0][0xb1][0xfa][0xbd]v[0xdc][0xf8][0x1c][0xaa]l[0xbd][0x9][\r][0xc][0xe]T[0xb3][0xa5][0xec][0xe9][0x19]5][0x81][0xc3]M[0xbb]V[0x9][0xce][0xb3];81e[0xa5][0x9d][0x9b]hW%([0xed][0xda]v[0xd8]9[0xdb][0x19][0x14][0xf0][0xf5][0xf4][0x8e][0xb][0xf8][0x87][0xf3][0xa7][0xc9]i[0xd5][0xa8][0x9d][0xb3][0xe][0x94][0xa6]'[0xac][0xc2]Q[0x1e]'[0x10][0x96]V[0xe3]&=Vj{'[0xfd][0xce][0xa4]][0xa4][0xa7][0x9d][0xb1][0x9c][0x9a][0xa7]6[0xd4][0xd3][0xdb][0xe4][0xad]'[0xb4][0x82]U,e[0x1d][0x81][0x9d]MKu[0xa4][0x1c]3[0xfd][0xd8][0x98]9#[0xc1][0xe9]U[0xa4][0xd5]C[0xd0][0xee][0xdd][0x17][0xb8]o1[0xb4][0xd5][0x8f]L`[0xdb]R[0x87][0xd2][[0xef]b[0xb8]Oe[0x91][0x18][0xd5][0x8f]rQ[0x18][0xd5]C[0xe9][0xf7]F@+XY[0xcb],[0xd2][0xbd]X[0xdf][0xd3]Xhn([0xaf][0x18]mzny&o|[0xa0][0x80][0x9e][0xb3][0xce][0xaa][0x85][0xbd][0xab][0xa7]be[0xf]O[0x9a][0x85][0x94][0xf5]x[0xc9][0xca][0xa5][0xc9]a1[0x9a]F[0xba]b([0xbd]I[0xb][0x89][0xd2][0x9b]Ti[0x98]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]:p[0xb2][0xe2][0x94]{[0x87][0x16][0xe7][0x1e][0x9e]/Ikx[0x86][0x17]$[0xbd]#[0xab][0xeb][0xc8][0xb][0x1c][0xaa][0xc3][0xd1]$F[0xcb][0xcc][0x86]j[0x16]e6qCfM[0xdb]o[0x14]p[0x96][0xe8][0xd4][0xb4][0xf7][0xbd][0x2][0xcf][0xdd]4[0xef][0xa6]i6[0x9]\ZF[0x9a][0xa6][0xf9][0xfa][0x5]^[0xfb]H[0xf9][0x9a]&[0xde],[0xf0][0xc1][0xc7]L[0xdc][0xf4][0x1c][0xb6][0x8][0xfc]c[0xc5][0xcd][0xa1][0xe9]Ym[0x15][0xf8][0xe7]-0[0xab][0xa6][0xe7][0xb9]M[0xe0][0xdf][0xb7][0xe4]<[0x9b][0x9e][0xf9]v[0x81][0xc1]:3_[0x94]J[0x95][0xc0]R0[0x2];[0xd2]Y[0xaf]`[0xd5]S[0xf9]R!m[0xed][0xb6][0xb9][0x82][0xbb][0xbd][0xfe]V[0xe4]s[0xec][0xc6]WK9[0xc7][0x9e][0xb6]Fr[0xb3]v[0xd1][0xa6]^C[0xb9]\[0xde]1[0x1d][0xda][0x9b][0xd0][0xa7][0xb9]a[0x80][0x92]cg[0xfb][0xe]Y[0x85]3[0xf9][0xc2][0xb4]I[0xa5]C[0xca][0xca][0x15]m[0xc7][0x9e]e[0x94][0xd6]Y[0xde][0xc4][0x10][0x87][0x99][0xcd]Rm[0xcc]b[0x6][0xb6]b[0x9b][0x81]>l0[0xf0][0x12]~$pS[0x85][0xab][0x81]K[0xb8]l[0xe0]e\1[0xf0]c[0xc][0x1a][0xb4][0xab][0xa4]o[0xfb][0x96][0xa5][0x95][0x9b][0x6]6/ntU[0x95]h`[0x18][0xbb][0x98][0xe7]'[0x6][0xee]g[0x94]K[0xf8])[0x87][0x9f]q[0xf8]9[0x87]W8[0xfc][0x82][0xc3]/9[0xfc][0x8a][0xc3][0xaf]9[0xbc][0xca][0xe1]*[0x87][0xdf]p[0xf8][0xad][0x81]=[0xd8]+[0xb0]u[0x89][0xbb]K[0x3]=[0xe8][0x15][0xe8][0xaa][0xbb][0x15][0xa2][0xbd]H[0xed][0xfa][0x12][0xd8]p[0xa3][0xeb][0xcb]s[0xa0]"""U[0xec]|_J[0xee]c[0xed][0xf3][0xee]~[0xc7]G[0xc5]:][0xa4]2[0xbd]Ny[0xe5]+[0xf2][0xc5][0xae]z+[0x9c][0xca][0xe4][0x0]mf[0xac][0xc2],[0xef][0x8d][0xc4][0x9]Yo[0xcb]&[0xad][0xcd][0x85]k_[0x1a]v[0xe6][0xa6][0x15][0xaa][\r]vH[0xd6][0xcd][0xaa]D[0x1b][0xf8][0x9c]][0xbe]"[0xb4][0x81][0xf3][0xc5][0x8f][0xb2](m[0xc0]r[0xe5][0xe3]-R[0x1b][0xd0][0xbd][0xbe][0xd2][0x8a][0xd6][0x6][0xbc]X[0xf9]El[0x83][0x19]|[0xb8][0xe2]J[0x8a][0xe6][0xe7][0xf4][0xaf][0x15]7[0xa7][0xe5][0x98][0xe5]n[0x81]Y.[0xc3][0xbc][0x85]vK[0xce]{9V@W[0xbd][0xa2]x[0x1c][0x1b][0xd1][0x8d][0xbb][0xd1][0x82]{[0xf0]Y[0xb4]"[0xce]U[0xb][0x80][0x4][0x92]X[0xb][0x81]u[0x94][0xb7]`=t.[0x16][0xa9][0xbd]Q[0xb6][0xef][0xa5][0xf6][0xa6][0x8a]v?[0xb5]7W[0xb4][0xb7] B9[0xd5][0x98][0x14][0xb7][0xcb][0xbf]2P5A[0xc7][0xd6][0xe4]{[0x10]o[0xca].[0xf7]Q[0xd4][0xe9][0x8][0x1a][0xe2]'[0xc1][0x1][0xca][0xc][0xb7][0x13]vH[0x4][0x9d][0xb]8O[0xe0][0x2][0xf5][0xe4]k[[0xde]BK[0x19][0xbe]?[0xc2][0xbf]?[0xf9]7[0x84][0xaf][0xc1][0xfc]=[0xb4][0xee][0xa7][0xb3][0xc9]2[0xda][0x92][0xef]@[0xbb][0x8c][0x90]w[0xb6][0x8c][0xc0]Uht>[0xf0][0x6][0x8d][0xf4]I[0xc7]([0xa9][0x83]PuB[0xec]$[0xc0](![0xae][0xa1]+s[0xee]:Mx'[0x1e][0xa0][0xd6][0x10][0xfd][0xef][0x80][0xef][0xbf]X[0xa3][0xe1][0xf3][0xab][0x87])[0xd0]E[0xaa]-=[0xa0][0x8c][0x7]t[0xe7][[0x8]J [0xdd][0x3][0xd2][0xc9][0xba][0x9d][0x80][0x82][0x12][0xa8][0xd6]y[0x90]Dv[0x92][0xf3][0x3][0xd4][0x1e]"[0xe7][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7].[0xba][0xf2][0xa0][0xe7][0x1c][0x80][0x90][0xce][0xbb][0xe9]2[0x1d][0xad]1[0x1d][0xa9]1[0xdd][0x87] [0xf6]S/[0xd7]t[0xbf]g[0x1a]J[0xfe][0x9][0xfe][0xcb]hO[0xd2][0xcd][0xf7][0xbd][0xb][0xed]M[0xe5][0xd2]IG[0xe0][0xb][0xd0]p[0xc][0xab]p[0xa2][0xe2]Q[0x86]0[0x86][0x3][0x9e][0xba][0xf]b[0x15][0x9d]<[0x88]C[0x9e][0xf0]a[0x12][0xe6][0x81][0xed][0xef]c[0xd5][0xd8][0xba][0xb5]e[0x84][0xd6][0xbd][0xa1][0x96][0x86][0xab]y[0x8a][0x96][0xc6]#D[0xf3][0xa8][0xd4][0xec]v[0xbb]{[0xcb][0x83][0xb3][0xc3]8Bb~r[0xe6][[0xd7][0x82]gH>[0xe5][0xc9][0xef][0xa1][0xde][0xdc]?[0xf8]>>[0xb1]v][0x19][0xe1][0xeb][0xe2]m[0x12].W![0x1a]T[0xa2]AB>*[0xaf][0x7][0xf1][0x10][0xc6][0xe5][0xe4][0xf][0xd2][0xe4][0xea][0x8b][0xae][0xae][0x15]-6[0x14]=[0x86][0xe3][0x9e][0xe8][0x9]O[0xf4][0x8][0xcd][0xc0][0xcf][0xb]^[0x8a][0xae]/#R[0xab][0xfa][0x84]TM[0xba][0xbd][0x94][0xaa][0xae]TuO[0x95][0xb3][0x93][0x94][0xf9][0xa4][0xfe][0xc3][0x9e][0xfe])Z[0x5][0xbc][0xe][0xc]W?[0xee]/[0xa3][0xab][0xd6][0xe1]I[0xe9][0xd0][0xef][0xf6]S[0xe][0x86]r0[0x94][0x83][0xe1]9p[0xf6]E[0xca][0xfc][0xd2][0xeb][0x94][0xe7]5Ezm[0xfc][0xfc][0xe6][0xbc][0xe2][0xf4][0x1e]Fk[0xdd].H[0xb7]A[0xb7][0xa7]r[0xeb]Tn[0x9d][0xca][0xad]S[0xb9]uzn[0x9c]=BY[0xab][0xf4]}[0xd4][0xf3][0x9d][0xa5]5[0xa0][0xf1][0x8a][0xbb][0xee][0x1b]o+[0xe3][0xb6]Z[0xe7][0x8b][0xd2]y[0xaf][0xdb]W9[0x87][0x94]sH9[0x87][0x94]sH9[0x87]#[0xe7]n[0xf7]!>[0x12][0xe0][0xc5]"[0xaf][0x87][0xc]#[0xcd]U[0x8a][0xf7][0x12]>[0x16][0xe8]'T[0xf6]bEj[0xd2][0x16][0xbb]~[0x8a][0xcf][0x4][0xfe]9][0x9][0x5][0xa9][0x98]3L[[0xc1][0x17]8\[0xb4][0xdc][0x9f]6TZ[0xbe][0x8c]/[0x5][0xe5][0x8a]x|[0xa5][0xe0])[0xec])[0xd2]5[0xb2]|[0xa4][0xcb][0xf4]3[0xc3][0x96][0xfb][0xf6]OQ[0x88][0x82][0xed][0xaa]T[0x8b][0x8a][0xf7][0xf][0xc3][0xd6][0x7]&[0xe6])[0x92][0xdb]6#[0xb3][0xc][0x9b][0xca][0xdd]Z[0xe5].[0xa4][0x96]{\.t[0x1][0xa9][0xd9],[0xd7]g[0x18]6[0xdf]}Q[0x95][0xf1][0x15]\J[0xdb][0xb][0xed][0xb];[0xa8]"+[0xa2][0xf9][0xbf][0x1f][0xee][0xd9][0x1d][0x10][0xf7][0xe3]@%[0xfb][0xda]4[0xf5]W@[0x18][0x14][0x84][0xc1]J[0x84][0x15]3n[0xd7][0x5][0x94]>A[0xe9][0xab]DQ[0xa6][0xbd]^[0xc]8[0x93][0x82]3YQW[0x92]"[0xe][0x8]qA[0x88]W"[0xc8][0x96]hY[0x9f]![0xcf][0x8a]F[\r][0xe8][0xfd][0x82][0xde]_[0x89][0xbe][0xf9][0x81]*[0xbd]l[0x8f][0xe][0xfa]uo[0x7][0xc3]c[0x8]c[0x1d]6[0xe1]q[0x1a]G[0xe9][0xd3]#[0x84]N[0x9c][0x17][0xb7][0xb][0x8d][0xcf]c3[0xb6][0xd0][![0x8c].[0x1d]z>A[0xb3][0x18][0xbd][0x19][0xbd][0xab][0xbb]n[0x80]]s)[0xdb][0xe8]Y[0xe3].[0xb6][0xd1][0xb7][0x8b]G [0x3][0xec][0xc0][0x93][0xf4][0xa6][0xde][0xc7].[0x9f]|[0x80][0xac]C[0xc2][0xba][0xab][0xfb];[0x84][0x2][0xb6][0xec][0xae]n [0xce]F[0xd7]C[0xb3]g[0xe5]{[0x10][0xa3][0xdd]$IlLg[0xd5][0xf7][0xb5][0xcd][0x17][0x12][0xe9][0xba][0x8e][0xd0][0xf7][0x8]_-[0xd1][0xd2]S[0xa0]%[0x92][0xd7]BW[0x9b][0xc7]g7)t[0xda][0x85]u[0x8][0xfe]o[0xa8][0x13][0xaf]_P[0xb5][0x88]U[0xdd]bx[0xb]U[0xe][0xaa]'[0x96]X[0xd8][0x3]j[0x16][0xd1][0xe4][0xad][0xd7]t[0xff][0x0])[0x84]%[0xdc][0xf6][0x90]H@[0x89]8[0xa8][0x9d]X[0xc2][0x9f][0x1e] /b[0x8d][0xf][0xc8][0xe]V8P[0x8][0xbb][0xee]au[0x1]V[0xe7][0xa0][0xde][0xc1]J[0xc2][0xbe][0xf1][0xb0][0x86][0x0]kp[0xd0][0xe8]`[0x15]ag=[0xac])[0xc0][0x9a][0x1c][0xac]v[0xb0][0x86][0xb0][0x13][0x1e][0xd6][0x1c]`[0xcd][0xe]Z[0x1c][0xac]%[0xac][0xcf][0xc3]Z[0x3][0xac][0xd5][0xc1]:OK[0xd4][0xc3][0xda][0x2][0xac][0xcd][0xc1]z[0x7][0xf][0x11][0xa6][0xb8]+[0xe][0x1e][0x9e][0x10]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x89][0x9d][0xa4][0xc2][0x80][0x92][0xd7]H[0xb3]vJo[0x17][0xa5]u[0xf]%[0xb6][0x8f]J[0x9c][0xa0]"[0x1f][0xa7]2[0x19]T[0xa2]3[0xb4]z[0x91]R}[0x85][0x92][0xbd][0x84][0xfd][0xb8]F[0x85][0xff][0x15]O[0xe3][0xf][0xf4][0xe2][0x1f][0x1c][0xc4]m[0x1c][0xc2][0x1d][0xc4]Y5[0xfa]X[0xb][0xfa]Y;[0x9e][0xb][0xca][0xce]:[0x96][0xcb]N[0xa3][0xfd][0xc4]d[0xc4][0x4][0xea][0xa1]4[0xd6][0xb7][0xae]m[0xf3][0xfe]"[0xb4][0xda][0x9b]o[0x85][0xa0]'[0x1d][0xfc][0x12][0x9b][\r][0xdc]$[n[0xf6][0xf1]q[0x8b][0xf][0x99][0xd8]"k[[0xe5][0xe3]V[0x1f]n[0xc3][0xed][0xb2][0xb7][0xdb][0x87][0x1e][0xf4][0x1a][0xd8]&[0xcb];[0xc][0xdc])[0x1b][0xb7][0xcb]1w[0xc9][0xc7][0xdd][0xf2][0xb1][0xc3][0x87][0x89][0xb8]Gv[0xdc]k[0xe0]>[0x1f]&`[0x93]|[0xfc][0xca][0xc0][0xfd]><[0x80][0x7]e[0xf7]C[0xb2]e[0xa7][0xac]=,[0xa7]<"[0xcd]=*[0x1f][0x8f][0xc9][0xb6]M[0xe9][0xf8][0xb5],#[0xfb]~[0x9b][0x8e][0xdf][0xc9][0xf2]q[0x9][0xf5][0x89]t<)_[0x9e][0x92][0xdd]O[0xcb][0xc7]3[0x6][0x9e][0x15][0xc8][0xe]T[0x1f]S[0xbf][0xe0][0xb8][0xea][0x9a][0xaa]E[0xb5][0xf5]u[0xd5]+[0x17][0x9][0x88]j[0x81][0xac][0x85][0xd1]H<[0x11][0x8a]$[0x82][0xa1][0xd6][0xe][0xcb][0x5][0xa4]A #Py|[0xfd][0xb2][0xca][0xda]@[0x1d][0x1b][0xe0][0xe3][0xe4][0xb8][0x15][0xb][0x87]Z[0x83]V,[0x1e][0x8e]F[0x8e][0xab][0xae][0xe2][0xe4]%[0x9e][0xd6][0xf9][0xd1][[0xce]\[0xda][0xf9][0x2][0xde][0xd5][0x1d]MMVL [0xaf]fM[0xa8]3T[0xd6][0x1a][0x8a]4[0x97]-o[0x89]Y[0xa1][0xc6][0x9a]hC[0xa8][0xb5][0x82]6[0xeb][0xc2][0xcd][0x91]P[0xa2]#f[0x9][0x94][0xa7][0x1e]uxRs]"[0x16][0x8e]4/[0xe8][0x8][0xb7]6Z[0xb1][0x8a]#i`D[0x9b][0x15][0x8f][0x87][0x9a][0xad]e[0xa1]D[0xc2][0x8a]E[0x4]r[0x6][\r][0xe7][0xa8][0xf4]P[0xac]ya[0xb4]#[0x92][0xa0][0xc7][0x8e][0xb8][0xd5][0xe8][0xd4][0x8d]p[0xa4]1[0xdc]`[0xc5][0x5][0xd2]V[0x91][0xb5][0xd1][0x19][0x8a]q _sW%YY[0xba]z[0x8d][0xd5][0x90][0xa0][0x15]o;[0xfb][0xdb][0xd8][0x9d][0x91]h[0x89]E[0xd7][0x86]V[0xb7][0x12][0xf5][0x98][0xdd]Q[0xdb][0xcd][0xd2]e[0xcc][0xa2]<[0x9d]V#EY[0xc9][0xb9][0x87][0x87]#[0xe1][0xc4][0x91][0x2][0xae][0xe2][0xa9]A[0x1][0xf7][0xc2]h#'[0x8f][0xac][0x9]G[0xac]c:[0xda]V[[0xb1][0xe5][0xb6][0xb9][0x1c][0xc5]9[0x18][0xa2][0xb0]|w[0x1a][0xdd][0x89][0x96]0[0xdd][0xce][0xaf][0x89][0xc6][0x9a][0xcb]B[0xed][0xa1][0x86][0x16][0xab][0xac]5[0xda][0xdc]Lr[0xb2][0x9c][0xbd][0xa6][0xcc]Q[0xa1][0xac][0xd6][0xea][0x88][0xcb]9[0xcb]$R[0x8b][0x8a][0x84][0xd7][[0x8d][0x1][0xbb][0x93][0xa0][0xb2][0x9b][0xad][0xc4][0xf2]X[0xb8][0xad][0xcd]j\[0xe6]p[0x19]S<5%[0xd9][0xac][0xba]D[0xa8][0xe1][0xe4]@[0xa8]]a0@}28[0xbb]o[0xda][0x88][0xf8][0xda]P[0xbb][0xf6][0xc2][0x86][0xe2][0xe2][0x14]fR[0x9b][0xf6]R[0x9a][0x8e]V[0xea][0x9f]m[0xb5][0xb5]'[0xd6][0xd5]Z[0xed][0xad][0xa1][0x6][0xab][0xcd][0x92]K2[0xaa][0xcf][0x87]4[0xeb],[0x13]%[0xab][0xe3][0xea][0xb4][0xa9]!Q[0x81][0xd2][0xe2][0xa9]{W[0xa2][0x9f][0xb4][*/0[0xb5]xpdT[0xa7][0xc2][0xcc][0xe5][0xf1][0xa9][0x95][0xae][0x8c][0xc5]B[0xeb][0x88]R[0xc1]k[0x89][0xca][0x98]s[0x10]y[0x1a][0xec]2/[0x85][0xcd]U[0xd5]S[0xa9]U[0x9a]u[0xca][0xee][0xb1][0xb1][0xe8][0x94][0x6][0xab]=[0xc1]}R[0xc1]S[0x80][0xf2]JP[0xcb][0xfb][0xc3]h\*[0xf9][0xaa][0xab][0x15][0x18][0x19][0xb1]}[0xba][0xbb][0xe2][0x16][0xfd]6[0xa5][0xf2][0x9b][0x82][0xca]~[0x7]L[0x6][0xf7]C[0x87][0x94]=[0xae][0x8e][0xc2][0xe7][0x4][0xac][0x14][0xae][0x87][0xc3]sZ[0xfb][0x8c][0xdd]7[0xb3][0xe][0x9f][0xb5][0xfb][0x84]`x0[0xcd][0x14][0xd8][0xf0]9[0xdd][0xf][0xf][0xa0]r[0x81][0xcb][0xbf]0@[0xc3][0x3]q[0x96][0xc0]M[0xc3][0x8]qx@[0xcf][0x16][0xb8][0xe7][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zxh[0xcc][0x11]x[0xe2]Lcx[0x88][0xcd][0x15]x[0xed][0xff][0x8e][0xd8][0xf0]P[0x9d]'[0xb0][0xeb]K@ux[0xc8][0x1f]"[0x84][0xf1][0xa5]$?[0xc0][0x87]&6[0xe0],[0xee][0xd3][0xd2][0x89]q[0xe5][0xb0][0x92][0xb7]N[0xf6][0x9c]-[0xed]n[0xc4]G[0xdc][0xb1][0xa5][0x13][0xf5][0x1d][0x93][0x1d][0xe7][0xe0]\9[0xef]c[0xf9][0xd8]%0c[0x9f]W>[0xd5]b[0xf7][0x5][0xb9][0xdd][0xa4][0x2]P[0xdd]t[0x18][0xa8][0xde][0x86]h[0xfb][0xba][0xa5]M[0xf2][0xb2][0x94][0xea]:[0x92][0xfa]:[0x97]lz][0x17][0xf2]_[0xb0]y|?$[0xe9][0xfd]P[0xbe][0x1f][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]~8N[0x97][0x7][0xe][0xdf][0xbf][0xaa][0xde]+[0xf9][0xe3][0xc1][0xa7][0xea][0x8f][0xe5][P[0xfd][0x13][0xc7]V/[0x84][0x94][0xc0]][0xbe]n[0xa4][0xf9][0xb3]}w[0xc3][0xdd][\r][0x8f][0xdf][0xd5][\r][0xef]V[0xe5][0xa5][0x96][0xcf][0xb1][0xf0][0xf0]YN.S[0x91][0x85][0x12][0xbe]O[0xc3]x[0xb2][0xaa]c[0xab]i[0xdb][0xc1]r[0x1c][0xa7][0xc6][0xf3]dv|[0x1c][0xeb][0xf8]([0xf0][0xdf][0xe]c'F[0xb1][0xf0][0xf0][0x97][0xbe][\r][0x19]]0d[0xe3][0x16][0xf6][0xba][0x94][0x7][0xaf][0x1a]97[0xc9]b[0x81]c[0xf1]x[0xfe][0xc][0xa4][0x8d]Yh`[0x5][\r][0xae][0xd4][0xe6][0x97][0xb0][0x94][0x3]sm[0xf3]>i~[0x8][0xbb][0x87]%[0xd9][0xcd][0xdd][0xdd][0xee][0x8]eW`[0x15]N[0xb0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xc9][0xca]?&[0xc3][0xb6][0xdd][0xf9][0xd2]n[0xa0]dG[0xb6]o[0x13]2[0xfd]%[0xdd][0xd2][0xc9]RI[0xa3]d[0xc7]5[0x18]+;]%.[0x9b][0x96][0xaf]$[0xd0][0x85]YZ[0xc4].L[0xe9][0x1b][0x97].{2[0xe5][0x1b][0xbb][0x2][0xd2][0xb0][0xab][0xb4]oRi?[0xda][0xb9]T[0x17]\k[0x83]kmr[0xb5]s[0xb9][0xd6][0xe3][0xb9][0xba][0x7]qE[0xcb]Ix[0x1e][0xd7]r![0x91][0xd7][0x10][0xf2][0xb1][0x84][0xbc][0x2]'[0xf1][0xfb][0xf7][\r][0xc5]n6a[0x9b][0x1c]q"[0xc7][0xa6]q[0xc5]]N[0x8d]D[0x1c][0xc6][0xb2]v[0x12][0xdb][0x4][0xe7]e;[0xbd]R[0x85][0xd1][0xf0]~[0x8a][0xf1][0x94]a[0xfc]?[0x91][0x99][0xf5])[0xc]V[0xb3]8[0xaa][0x9e][0x96]m[0xa9]g8R{%[0xe4][0x8b]6[0xeb][0xb8][0xb0][0xd5]mJR[0xd7][0xeb][0xf8][0x12][0x8]a[0xb5]3[0xfb]0[0xb5][0x7][0x80][0xec][0xed][0xc8]\A[0xb]&c.[0xab][0x17]#[0xb6][0xc][0xb0]sr[0x92][0x9d]l[0x1d]O[0xfc][0x14];v.[0xa1][0x1d][0x19][0x87][0xa5]~[0xd1][0xcd]u[0xe6]R[0x98][0xfe][0xc2]njK[0x9b]i[0xdb]0r[0xae][0xdb]?[0xad]p[0x8c][0xbb][0x17][0xd9][0xfe]1[0xee][0xc2]m[0x18][0xd5][0x8d][0x9c][0xfe][0x18][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x5][0xbf][0xbd][0x1e][0xb4][0xc3][0x87]ob$b[0xc8]G[0x9c]{4[0xc1][0x88][0xee][0xd0][0x1a][0xd2][0xbe][0xd6][0xab]T[0xed]9[0xa1]jr[0xd7][0xa5][0xa9][0x9a]E[0xe5]\[0x9c][0x9b]K[0xe6]s[0x88][0xc9]'s[0x10][0x7]c[0x13][0xc7][0xc8][0xe0]1[0xfd]%[0xdb][0x90][0xbb]9[0xe0][0xdf][0x86]1[0x9b][0x95][0x5][0xf]Y[0x8e]v[0xd6]y[0x84][0x1a][0xb3][0x9e]-[0xa7][0x12][0xd5][0xb7][0x94][0xef][0x89]l38*[0x8c]5[0xca][0x8f][0xe9][0xec]wY[0x93];\[0xa8][0xb5][0xa2]R[0x8b][\r]*[0x95]&S[0x1e][0xc7][0xe7][0xf7][0x89][0xc1][0xcd]r[0xf2][0x84][0xc2][0xab]1[0xa1][0xa4][0xd0][0xdd]X~[0x1f][0xc6]^[0x86][0x1c][0xbf][0xaa][0xdf][0x8b][0xb1][0xdd][0xc8][0xeb]B[0xba][0x94]-o[0xab][0xe][0xb6][0x1c]5[0xe9]4J}:[0xe][0xc0][0x19][0xc][0xb2]3[0x15][0x10][0xbf]mL[0x8b]0Y[0x1d](B[0xd5][0xfa]D[0x98][0x8c][0x8]k.[0x5][0xc9][0x8d][0xb4][0x3][0xdc]F1[0x17][0xec][0xc7][0x96][0xab][0xb1][0xe5]jl[0xb9][0x8c][0xa0]N%M[0x14]k[0x1d]7[0x11]g][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xdc][0xb0]pO[0xa3]7[0xcf]`o[0xf6]b\Lo[0x97][0xd0][0xf3]O1[0xe][0x97]&-F[0x81][0xf6]X[0xa0]=[0x16]h[0x8f][0x5]8[0x85]5[0x97][0xf2][0xbd][0xce][0xf1]}[0x86][0xb3]W[0x8a][0x6][0xf8]f[0xe1][0xc9]w[0x13][0x83]w0[0x6][0xfb][0x94][0xbf][0x82][0x18]~F[0xc]?[0xe7][0xfb][0x95]d|U[0xd2][0xce]([0xd2]8[0x8a]4[0x8e]"[0x8d][0xa3]H[0xe3](blw*[0xe4]QF[0xb8][0x8d]h#[0xdf][0xbd][0x92][0xd1][0x10][0x88]Xz[0xf3]=Df[0xc]FV[0xa0]f^Kd[0xd7][0x11][0xd9][0xf5]D[0xd6][0xc5][0xfd]|[0x3][0x8a]q[0xa3]Bw[0xa4]mY[0xa3][0xf3]kt~[0x8d][0xce][0xaf][0xd1][0xf9]5:?[0xf7]^[0xa7]b[0x16][0xc5][0xb7][0x1d][0x9c][[0xd8]#O[0x8a][0xf2][0xbd][0xe0]di[0xe4]{[0x89]7}0^[0xfb][0xac][0xb9][0x89][0xcf][0x9b][0x89][0xf7][0x16][0xe2][0xdd][0xc2][0xb6][0xad]8[0x18][0xb7][0xf2],[0xbd]Ma>[0xca][0xf6][0xa2]1[0x97]k[0xcc][0xe5][0x1a]s[0xb9][0xc6]\[0xae]1[0x97]k[0xcc][0xe5][0xf8][0xe]k^[0x85][0xfe][0xbb][0xe][0xfa][0x9d][0x1c][0x93][0xce][0xb2]b[0x1f][0xd1][0xb3]L[0xcf]7[0xc8]";E@[0x14])S[0xbd][0x4][0xba][0x8d]4[0xee] [0x8d];Ic;i[0xdc][0x85][0xe9][0xb8][0x9b]I[0xcb][0xe]E[0xa5][0xd6]v[0xa9][0xa9]Th*[0x15][0x9a]J[0x85][0xa6]R[0xa1][0xa9]Th*[0x15][0x9a]J[0x5]O[0x92]N[0xe7][0xa8]>[0xcd]![0xf5]"Gg[0xb0][0xac][0xfa][0xf]I[0xb1][0xcc][0xf6][0xe6][0xa7]Kv)[0x82][0xea]`e[0xf3]~[0xfa]z[0x80][0xec][0x1e]$[0xbb][0x87][0xc8]n'[0xdb][0x1f]&[0xbb]G[0xf8])}[0x94]<[0x1e]S[0xc]O[0xb0][0xfd]k[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]Vi[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]V[0xf1][0xe4][0xed]T[0xda]Ey[0x88][0xdb]\w[0xa9][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xf8][0xbc]\e[0xc5][0xc8][0xcf][0x90][0xa4]SD[0xa6]_[0x19][0x9c][0xee][0x9f] [0xe9]'I[0xfa])[0x92]~[0x9a][0xa4][0x9f]![0xe9]gI[0xfa]9f[0x9c][0xcf]3w|A[0x11]o[0xb2][0xc1]h[0xe2][0x1]M<[0xa0][0x89][0x7]4[0xf1][0x80]&[0x1e][0xd0][0xc4][0x3][0x9a]x@[0x13][0xf]h[0xe2][0x1][0x9e]T[0x9d]J[0xdc](~[0xe0]$`&-d[0xb2]%[0xb8][0xdf][0x12][0xc8]Jz[0xbe]Oj[0x91]1X[0x8b][0xe9][0xca][0xcb][0x8b]D[0xf4][0x12][0xb5]x[0x99]Z[0xbc]B-^[0xa5][0x16][0xaf][0xb1][0xef]uj[0xf1][0x6][0xb5]x[0x93][0xdf][0x9c][0xb7][0xc8][0xff]m[0xa5]G[0xbb][0x8d]L[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xf9]9[0xee]T[0xea]G[0xf1]CG[0x99][0x3]i[0xcb]dK[0xfd][0x17][0xa7][0x8c][0xac]d[0xe4]gJ[0x89]|[0x83]%*W[0xee][0xde]![0xc8]w)[0xd1]{[0x94][0xe8]}J[0xf4][0x1]%[0xfa][0x90][0x12]}D[0x89]>[0xa6]D[0xbb]([0xd1]'[0x1c][0xff]w&[0x95][0xff]P2[0xad][0xb7]aj[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z-S[0xbd][0x96][0xa9]^[0xcb]T[0xaf]e[0xaa][0xd7]2[0xd5]k[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z[0xfc][0x88][0xb5]Lz[0xd9][0xc0]t[0xc2][0xde]MeN[0xe2]*[0xbf][0xb8][0xe6][0x80]|S[0x88][0xa4]|[0xd3][0xa3][0xf3][0xd6][0xb3][0xf5][0x5][0xa3]2[0xf3][0xd5][0x81][0x93]})'[0x9f][0x83]sSx[0xce][0x1b]8y\[0xca][0xc9]?[0xd6][0xb0][0x8f][0xe6]h)[0xd1]Hz[0xce][0xaf][0xf1][0x97][0xf4][0xa0][0x80][0xbf][0xf1][0x3][0x92][0x13]1[0x9][0x1e]Q[0x4][0x1f][0xc3]B[0x9a][0x1b]kOq[0xcc]y[0xa8][0xc9]yL][0x4][/`Ff[0x1b]~[0xc0][0xb9][0xdb],'[0xaa][0xc2][0x9d][0x18][0xe1][0xdf][0x8e][0x9]+z[0xf1][0x95]n^[0x4][0xd9][0xd2][0x83][0x3][0xee][0xc5][0xc4][0x9a][0x92][0x9d]([0x93][0x82][0xd9][0xb9][0x9b][0xc][0xb][0xb3][0x7][0x93][0x8e][0xd8][0x8e][0x89]+F[0xa5][0xa1][0xd0][0xd3][0xc2][0xdc][0xba][0x17]E5" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x1d]X[0xe2][0xea][0xc1]A%[0xfd]i[0x9d]:Y[0xc5][0x14][0x18][0xa2][0x18]9[0xc2][0x8f][0x9][0xa2][0x4][0x93]D)f[0x8b]iX$[0xa6]# f[0xa0]V[0xcc][0xd4])[0xd5]l&[0xd3][0x17]9[0x99][0xe5]r[0x7][0xff][0x4]u[0x95]9[0xdf]I{y$[0xe4]|[0x8a]|[0x3]?Y,[0xf2][0xd9]v1[0xd3]$[0x9b][0xd1][0xa9]d$[0xe7][0xcd][0x94][0x97][0x0][0xd7][0xf4]+0[0xb6][0xc4][0xb9]bL[0xb6][0xef]W[0x7]w!/[0xb9])[0xc7][0xbe]-L[0x19][0x90][0x8][0x8b][0xb9][0xc8][0x10][0xf3]P([0xe][0xc5][0xc]Q[0x91]$[0xe8]L[0x1d][0xc4]3[0x99][0x97][0xf5][0x1]b[0xd2][[0x98][0xcb][0xf2]R\[0xe6][0x0][0x99][0xe3][0xdc]v[\r]?[0xef]~[0xde][0xa4]=[0xe4][0x93]f[0xc4]B[0xae]UU[0xd2][0xb2][0x1b]z[0xd9]7[0xea]e[0xf];&[0xe6]I[0xa5]{Q[0x9c]3[0xb5][0x87][0xe9]R[0xf][0xa8][0xb1]?[0xa7][0xd4][0xae]O[0xdb][0x86][0xe9][0xf2][0xb5][0xcc]~[0x9d][0xd1][0x83][0x99][0xd9]'[0xf6][0xa0]d[0x93][0xf][0x9d][0x90]erQ7uw[0x89]![0x96][0xc9][0xee]0[0xc4][0xf3][0xd6][0x1][0x1][0xfa][0xd6]uS[0xdc]i[0xd4][0xf6][0x85][0xbd][0xc5][0xf7][\r][0xda]yn[0xdd][0xaa]P[0x94][0x9c]b[0xa5]o3[0xee][0x1e][0xe9][0xe][0xc3][0xfc][0xba]eWs[0xbc][0xce]+G"gX[0xd5][0xaa]N~h[0x9e];[0xce][0xd5][0x84][0xe3][0xf0][0xaa][0xc8]m[0x8a][0x86]#1e[0xbd]V7D[0xb1][0xb9]K[0xee]c[0x8e]p[0x19][0x6]3[0xa1][0x0][0xcb][0xae]M[0xf8][0x5][0x19]M[0xca][0x87]K[0xf7]O[0x18]0[0x8c]f:[0xe5]%[0xc1][0x3]U[0xe1][0xae]Zv[0x8d][0xbb][0xae]8([0xfe]G[0xf4]|&[0xdb][0x8e][0xaa];0&[0xe9]i][0xe2]6[0xaf][0x9][0x97][0x8a]"[0xa3][0xcb][0xb6][0x17][0x99][0xec][0xb6][0x8e]l[0xeb]AS[0x8c][0xe1]3[0xcc][0xc1][0x1][0x19]v[0x1d]z[0xcc][[0x16][0xc3][0xd8][0x93][0x99][0xae]4t[0xe3]@[0xd8]^[0xcc][0xc9][0xfd][0xc6][0xe1][0xa1][0xb0][0x19].t4c[0xe8]u[0x1e][0xf0]z8[0xc0]L[0xa6]M|[0xed]c[0xee][0x17][0xb5][0xba][0xfb][0xc5][0xa6][0xa8][0x1b][0xbc]"j[0xc2][0xa4]t[0xcf][0x85][0xd3][0xcd][[\r][0xb9]G[0xcd]P[0xf6][0xe4][0x97]&[0x14][0xf6]4[0xe5][0xf6][0xd4][0x1a][0xb7][0xaa][0x9a]4[0x84]Yu[0x8f]<[0x9e][0x2][0x9]Zvy[0xe5][0xd3]"[0xaf][0xfb]m[0x93][0x94][0xdd][0xb9]Ln[0xe2][0x99]B6[0xcf][0x90][0xd0][0xcd][0x3][0xf1]9[0xf5]=[0xd9][0xa6][0x9d][0xc6]~[0xab]q[0xc7]2[0x85]B[0xb6]s[0xf3]&[0xe8][0x86][0xd8]2\a[0x1e][0x90][0xcc][0x8b][0x15][0xc3]of[0xb5]l5[0xec][0x8a]X[0xd5][0xa5][0xbb][0x91][0xb6][0xcd]7#Y[0xa9][0x87]6)a[0xbd]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x89][0xee][0xe8]d[0xb4]l[0x9a][0x96][0xcb]][0xba][0x8b][0xa4][0xec]\[0xe7][0xac][0x1b][0xae]n[0xe4]J[0xc2][0xf6]jK[0xe1][0x94][0x85][0xe9][0xe8][0xae]~[0xe2][0xc5]u"/-[0x85][0xc1][\r][0x83][0xae][0x8d]$[0xd3]p[0x1]#[0x1a][0x86]q>[0x85][0xf]5[0xec][0xe1][0x9e][0x86][0xcb][0xb8][0xa2]a[0x10]C)|[0xa4][0xe1]c[0xdc]g[0x98]y[0xaa][0xc8]gr[0x90][0xa4][0x13][0x1a][0xde][0xc4][0xbc][0x86][0xb7][0xb1][0xa0]a[0x9][0xd7][0xa9][0xc6][0xd1][0xba]3\[0xfb][0x17][0x94][0xe1][0xea]3[0x3][0x3][0xc8]P[0xfb]r[0x9d][0x89][0xab][0xd9][0xd2][0xd4]a[0x9e]P[0x1b][0x87][0xc]W2mZ[0xb8][0xdd]M[0x1d][0xee]p1[0xa8][0xad]x[0xbd][0xee]5[0xc2]l[0xe7]w[0xa1][0xe3][0xb5][0xc2]%z[0xb6]5([0xe8][0xa5]':[0x86][0x11][0xf4][0xe3][0x1c][0xe8][0xdd][0xa1]w^[0xc1][0x0]TY'oM[0x15][0xa4][0xb9][0x8f][0xce][0xa8][0xa0]4[0x8e][0xd2]W[0x8e]fFsb[0xf2]1[0xd8]C[0xcf]l[0x8c][0xc6][0xa4][0xb7]9[0x82][0x17]h[0xd4][0x9a][0x6]x[0x11][0x17]if[0x18]'[0x87]M[0xf0][0x12]Y+[0xd2]zr[0xea]g(-[0xb4][0xea][0xed][0x8e][0x13][0xe6][0x92][0xc7]0[0xd4][0xb4][0xf2][0x19][0xe4][0xea]%[0xbc][0xec]9[0x1e][0xc7][0xc4]3qM[0x10][0xd7][0xe5][0xe]\2-[0xc9]E=[0xe9]s[0xbd][0xee]'[0xd5]5[0xf9][0x13][0x94]_[0x10][0xfb]>[0x92]W6[0x94]WW[0x90][0xd7]+[0x1][0xbe]%[0xca]#[0xc4][0xa3][0xe0][0x99][0xb6][0xa2]d[0x88][0xb4][0x9][0x9e][0xf1][0xc1][0xf1][0x1f][0x90][0x88]bgC[0xd8]x[0x80][0x9d][0xc4][0x94][0x8f][0x9d][0xf6][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]"[0xe7]CH%@N[0xe3]U[0x1f][0xb9][0xe2][0xcb][0xa7]N[0xc9][0x9c][0x1f]!y7*[0xe1];[0xe8]&[0x91][[0x12][0xaa][0x81][0x84]*[0xc5][0xdc]L[0xf9]*^[0xf3][0xf9][0xae][0xd1],[0xad][0x94][0xa9]h$[0xb7]B[0x1c]J[0xc0][0xa1][0x90][0xe8]C[0x1e][0xc7],[0xe6][0xa2][0xd9][0xc4][0xbe][0x8d]p[0x94][0xda]f[0xf3][0x86][0xe7][0xb5][0xe9]=[0xe6][0x9d]i[0xbf]![0xb5]+[0x13]z[0x8c][0xae]h[0x1c][0xdb]![0xe]-[0xe0][0xa0][0x7][0xc5][0xe7]X[0xf3][0xbd][0xf]J[0xfc][0x9f]H[0xc5][0xbe][0x86]&[0x97][0xa7][0xe8]f[0x90][0x1][0xc5]Bd[0xf7]Bd[0x83]>[0xd9][^[0x81][0x95][0xf4]m[0xc9]Co[0x94][0xcf]{[0xdd]W:-[0xc9]FO[0xa1]*[0x88][0xa6][0xc7]C[0x12][0xa5][0x3][0x89][0xd2]X[0xa4]"H2z[0xeb][0x82] c[0xf4]C3[0xb2][0xd1][0xb1]S[0xa4]c[0x88]&z[0xe8][0xb1][0x8d]7[0xed][0x2]6[\r][0xef]zlr[0xb5]L+[0x85]:y%[0xb8][0xd6][0xe3][0xde][0x9]uw[0xec]wh?"[0xf1][0xd0][0x13][0xa7][0xc5]9F[0xf6]y[0xcf][0xcf][\r][0xdc][0xa4][0xb9][0x97]vW[0xe9]k[0xf][0xcc][0xc1][0xed][0x1]PK[0x7][0x8][0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/SimpleMessage.class[0x95]U[s[0x13]e[0x18]~[0xbe]l[0xd2]m[0xd3]M[ZJ[0x85][0xb6]P<[0xd4]4[0x85][0x6][0xe5][0xa8][0x9c][[0xa8][\r][0xb4][0x14]ii[0x15][0x14][0xd9]&[0xdb]dK[0xba][0x1b][0x92]MA[0xbd]q[0xbc]r[0xc6][0xf1][0xc6][0x1b][0xf][0xa3]^8[0xa3][0xe8][0xc][0x17]0[0xa3]E[0xbc]p[0xbc][0x82][0x19][0x93][0xe3][0xf8]|[0xbb][0xdb]e[0x13][0x92][0xa2][0x17][0xfb][0x1d][0xdf][0xf7]y[0x9f][0xf7][0xf4][0xed]_[0xff][0xfc][0xfe][0x7][0x80][0xfd][0xf8]0[0x8e]8[0xe6][0xe2][0xe8][0xc6]|[0x1b]W[0x97][0xe5][0xb0][0x10][0xc7]"[0xde][0x8a][0xe3]m\[0x91][0xc3]U)[0xf2][0x8e][0x14]yW[0xc5]59[0xbf]'[0x87][0xeb][0xed][0xe8][0x85].[0x87]%9d[0xe3][0xc8][0xc1][0x88]c[0x19]y[0x15][0x5][0x15][0xa6][0x8a][0x15][0x15]7[0x4][0xba]*F[0xd9][0xd4][0x8b][0xb]F[0xb9]b[0xda][0xd6][0xe5][0xcc][0x19][0x1]qN 1a[[0x15]G[0xb7][0x9c][0x5][0xbd]X5b[0x9f]:3[0xfb][0xae]?[0xf8][0xfe]'[0x1]u[0xd5][0xa8]T[0xf4][0xbc]![0xd0]=[0xbd][0xa2][0xaf][0xe9][0xe9][0xa2]n[0xe5][0xd3]sN[0xd9][0xb4][0xf2]G[0x5][0xb4]lA/[0xcf][0x19]7[0xab][0x86][0x95][0xa5][0xcc]s![0x99][0x89][0xd0][\r]%[[0x8e][0x99][0x96][0xe9][0x9c][0x10]P[0x92]#[0xb][0x2][0xd1][0x9];G[0x85][0xce]i[0xd3]2.TW[0x97][0x8c][0xf2][0xbc][0xbe]Tt[0xcd][0xd8]Y[0xf2][0xd3][0xc9][0x92]{[0xff]0[0xea][0x14][0xcc][0x8a][0xc0][0xbe]i[0xbb][0x9c]O[0xeb]%=[0[0xd2]E;[0x9f]'[0x9]9[0x1f]XI[0xfb]4[0xd3]s[0xe6]j[0xa9]h[0xcc]x;[0x9a][0xed]M>M[[0xda][0xef]O6[0xa3]*o{[0xf2][0x86]3i[0x97]Wu[0xc7]1r3[0x1b][0x11][0xd8][0x9a][0x1c]i[0x14][0x83][0xc4][0x9c][0xa3]go[0xcc][0xe8]%[0x9f]l[0xeb][0xb2][0xab]9o[0xb][0xc]j[0x98][0x83][0xe3][0x81]3[0xe7]|[0xcd][0xde][0x94][0x17]N[0x85]u&[0x97][0xf][0x91][0x10][0xa8]w[0xe7][0x93][0x10]Xo[0xad];[0xed]S[0x12][0x87][0xbf] [0x1f][0xf7][0xa4]_[0xc7][0xed][0x12][0xac][0xff]!:".Z[0x98][0xda]g[0xa1]Jm[0xf][0x12][0xd2][0xce][0x9e]9[0xed][0x92][0xe2][0xaf], [0xa9][0xb8]is[0x99][0xf5][0xf]V[0xe4][0xc].[0x86][0x6]T][0xb5][0x87][0x8][0xf8][0xe3][0x89]<[0x81][0xc0][0x88]q[0x9f][0x12][0xa8][0xcd][0xaa]:[0x9d]\,[0x17][0xa8]9[0xad][0x14]4[0x9c][0xa9][0xcf][0x1a]E[0xb4]U[0xd0][0x1c][0xdf][0xc5]d[0xc0][0x9e]W-[0x2][0xb2]N[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0x2]S[0xf1][0xec][0x82][0xb2][0xa4]$5[0x5][0x91]s[0xb6][0x89][0xe4][0xfd]s[0xeb][0xa6]n[0x15][0x16]h[0xd1][0xee]Ol[0xde][0xa1][0xb0][0xc4][0xa6][0xa4][0xf2]o[0xf7][0xfa][0xbf][0xcd][0xb1][0x87][0x8a]b*e[0x4]i[0xa8][0x12]D[0xe0]v[0x15]"[0x8f]@[0xbe]J[0xd7]F[0x96][0xb5][0xb0][0xc2][0x96][0xc2]<[0xc7]w[0x13][0xb0]w[0x98][0xe4]9[0xbb][0x87][0xc0][0xb3]][0xcb][0xf6]L[0x93]"[0xf0]z[0xf]i<[0xf3][0xa5][0x9][0xbc][0xdd]W>[0xcf][0xc4][0xbd][0x4]>[0xff]cb[0xcf]=[0xf4][0x11][0xf8][0xf6][0xdf][0xf5][0xe0][0xb9][0xab][0xc][0x81][0xef][0x7][0xa0]+[0xcf]}[0xe2]a[0xf8][0xe3]@[0xf6][0xe9][0xb9][0xf3]+x[\r][0x18](j[0xe2]L[0x96]s[0xc6][0xa2]Y[0xa4]c*;l[0x9b][0xaa][0x9d][0xf8][0x9d],0[0x6][0xb5]PG[0xa0]s{w[0x6][0xb6][0xb][0xe3]zwt[0xd3][0x88]A[0x18]"xO[0xd9]t[0xf3]p[0xc1][0xb2]M[0xdc][0xb3]q;[0x81][0xc6]*[0xff]o"[0xf][0xdd]x[0x1b][0x92][0xf0][0xb6][0xe4][0x83]&[0x96][0x80][0xaa][0x19]d[0x88][0x2][0x81][0x18][0x9f][0xad][0xc1][0x1f]a[0xed][0xe2]x[0x8]g[0x92][0xf8]$[0xf8][0xc][0xb6][0xad][0x0]y[0xcf]K[0xea]q[0xc][0xf1][0xc9]84[0xe0][0x18]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]0[0xb7]{[0x2][0x8d]pDl[0xbe][0xe]~[0xfc][0x1]DV[0xc1]7[0xdb][0xbe][0x2][0xfe]w[0x18][0xc]r[0x83][0x16][0xa7]H[0x18]0u[0x14][0x8e][0xf1][0xf5][0x8]R6[0xe3][0xe]l[0x7][0x8e]o[0xd5]ttS[0xd3][0x13]pR[0x98][0x9e][0x12][0xa6]SX[0x1d]p3[0x9d][0xe0][0xa6]mN[0x91][0x8b])S[0xa7]Q[0xf9][0xb9]}[0x8b][0xb0][0x9f][0xc3][0xf7][0xa0][0x9b][0xfd][0xc][0xb7]O;E[[0xb2]g[0xea][0xc][0xaa][0x0][0xf]:+[0x82]([0xae][0x84][0xdc][0x82][0xee][0xf1][0xa0]![0xa7]h[0x9b]AL[0xb5][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xc8]s"[0xd2][0xc0][0x1a][0xc9]-[0x92][0xf2][0xc8][0x1b]N[0xd1][0x8e]#[0x99]:[0x8f]*[0xc4][0xc3]/[0x88][0xf0]e[0xac][0xe][0xbb][0x85][0x97]y[0xf8][0x1d][0xa7]h[0x17][0xc2][0x99][0xba][0x88]J[0xe2][0x18]q[0x81][0xf1][0x14][0xf7]E[0xdc]0[0x96]8[0xc6]][0xa7]hW1[0x98]J[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xa0]6[0x1][0xf4][0x2][0x1d]d7[0xa0][0xc7][0x1c][0xe8][0x81]S[0xb4]G@L[0xb5][0xa3][0x8a]p[0xb4]K[0x2][0xed][0x15]zE[0xdd][0xd0][0x9e]s[0xb4][0x8a]S[0xb4][0xe7]hLu[0xa0][0x92]9d[0xa7][0x80]|[0x83][0xae]17[0xc8][0x97][0x1c][0xf2][0x91]S[0xb4][0x8f][0x90]L%QEq[0xbd]k[0xed]+[0xdd][0xca][0x93][0x0][0xa2][0xab][0x10][0x98]][0x81][0xe0][0x7][0x8][0xb1]o5Y[0x7][0xdc][0x81]c7o[0xa2][0xe7][0x17]PK[0x7][0x8]:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormattedMessage.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~go[0x93],[0x93][0x10][0x12][0x12][0x8][0x4][0x13][0xc0]bv7k(R0[0xe1]"[0x11][0x2]$[0x6]BI[0x8][0x8a][0xb5]:$[0x93][0xdd][0xc5][0xcd]n[0x9c][0x9d][0x5]m[0xbd][0x97][0xaa][0xb5][0xb5]JoV[0xab]T[0x91][0x8b][0xad]X[0x13]0[0x1][0x15]S[0xe8][0x5][0xfb][0xf4]/[0xe8]?[0xd0]_[0xfb]c[0x9f]>>m[0xe9]{[0xbe][0x99]l[0x92]e[0x11][0xeb][0x93]g[0xbf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x9c][0xcb]{[0xce]y[0xbf]3[0x93][0xbf][0xfe][0xf7][0xe3])[0x0]w[0xe0]/a[0xac][0xc2][0xe1]r,[0xc2][0x11][0x19][0x1e][0x95][0xe1]1[0x1d][0xdf][0x91][0xf9][0xbb][0xe5]x[0x1c]O[0x84][0xf1]$[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xfb][0xb4][0x9c]=#[0xab]ge[0xf5][0xbd]0[0x9a]pT[0xc7][0xf7]e[0xf3][0x9c][0x8e][0xe7][0xc3][0xa8][0xc2][0xe1]2[0xbc] [0xf3][0xf]dxq[0x1e]~[0x88][0x1f][0x89][0x83][0x97]t[0xfc]X[0xc4]_[0xe][0xe3][0x15][0x1c][0x93][0xd5]Od[0xf5]S1[0xf6][0xb3]0~[0x8e]_[0xc8][0xf0][0xaa][0xc][0xbf][0xd4][0xf1][0x9a][0x8][0xbc][0x1e][0xc6][0xaf][0xf0][0x86][0xc]o[0xca]p<[0x8c]_[0xe3]-[0x1d]o[0xeb]8[0xa1]![0xd4][0xd3][0xbb]cG[0xe7]^[\r][0xcb]{[0xb2]v[0xa2][0xd5][0x1c]5[0x7][0x93]Vk:[0x9b]H[0xa4]2[0x9][0x99][0xd7][0x1e]j[0xed][0xe1][0xce][0xb2]7h[0xa8][0xca]Yv[0xca]L[0xf]Xv.[0x95][0xcd][0xec][0xeb][0xda][0xa6]A[0xeb][0xd6]P[0xb1]5[0x9b][0xc9]9f[0xc6][0x19]0[0xd3]y+[0xf8][0xcf]+[0x9f][0xbf][0xf0][0xf7]KO[0xad][0xd7][0xa0][0xef][0xec][0xe8][0xdb]9[0xd0][0xd1]C[0xb1].?[0x93][0xd4][0xa8][0xa1]r[0xc4][0xca][0xe5][0xcc][0x84][0xb5][0xc7]t[0x1c][0xcb][0xce]h[0xa8][0xee]9d[0x1e]6[[0xd3]&[0xdd][0xf5]96[0xbd][0xd2]Q[0x99]i':l[0xdb]|LC[0xcd][0xfd][0xb3][0x4]z[0xf][0x1e][0xb2][0x6][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84]sJ[0xb4][0xc3]N[0xe4][0x8a]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0xaa][0x86][0xb3][0xf6][0x88]x[0x19][0xda][0xe5][0xba][0xd4]P[0xee]$[0xed][0xec][0x11][0xf3]`[0x9a][0xeb][0xda]Y:[0xfd][0xd3][0xc7]T[0xb][0xa5][0xb3][0x83][0xa6][0x8]x[0xc0][0xf2]N*[0xcd][0xc][0xc8][0x99]<[0xdd][0x98][0xca][0xa4][0x9c][0xcd][0x1a][0xda][0x9b][0xaf]|=[0x8a][0x12][0xd8]#[0x3][0x1a][0x2][[0xb3]C[0xf4]0[0xbf]'[0x95][0xb1]v[0xe7]G[0xe]Zv[0xbf][0xb][0xaa]ZY[0x1a]0[0x99]e[0xee][0xbd][0xc3][0x80][0x93]L1[0xca][0xb6][0x1b][0x17][0xc8][0xcb][0xa9][0xe7]u{Q[0xdc][0x84]][0xce]|[0xe6]G[0xac][0x8c]C;[0x15]}[0x8e]9[0xf8][0xf0].sT[0x99]'[0x9d]t[0xbc]C[0xa6][0xe8][0xf8][0x86][0x86][0xe6][0xe6]/[0x1d]CM[0xc2]r[0x8a]=iX[0xd8][0x1c])U[0x8b][0xf2][0x82]0[0xfd]s[0xbd][0xc7][0xb4][0xcd][0x11][0x8b][0x4] [0x9e][0xda][0xe6]H[0xc9][0x12]W[0xb8][0xf5]+[0x98]n[0xfb][0x92][0xd8]J[0xf9][0xf7][0xa7][0x86]ia[0xc5][0xac][0x92]u[0xa5][0xd3]V[0xc2]L[0xbb][0xa0]:[0x1f][0x1d][0xb4]F[0x1d]RZ[0x98]5[0x92]K[0x14][0xc8][0x19]`[0xde]r[0xbc][0x98],[0xbc][0xf5]H[0xde]L+[0xb8]%|[0x1e] [0xc3][0xb3]s[0xb9]\[0x88][0x83][0xe5][0x93][0xb0][0xcb][0x92]f.[0xe9][0xd6][0xdd][0xdf][0x1c][0xe9][0xa2]E[0xdb][0xca][0xe5][0xd3][0xf2][0xc4][0xc9][0xba]@5[0xcc];b[0xa7][0x1c][0xcb]U[0xd5][0xd0][0xe8][0xb9]Je=k[0xbd]yg4[0xef]P[0xd8]2GT[0x11]B9O[0xd1][0x9f]=xH[0xc6]<[0xd5][0x1a][0xbe]H[0x8b]@S:N2[0xce]B[0xd0][0xc][0xf0][0x14][0xf7]|<4[0xed][0xf9][0x96]b[0xcf]][0x99][0xb9][0x8e]})fg[0xe9][0x17][0x8][0xc9]E[0xb2]2[0x9]'[0xa9][0xe3][0xb4][0x6][0x83]5[0xef][0x9f][0xb9]{[0x8b][0xe6][0xb0]d[0xf6][0xed]+[0xdb]8[0x98][0xf6]n[0x18][0xb3]DG[0xe1][0xbe]l[0xde][0x1e][0xb4][0xb6][0xa7]Doii[0x82][0xdf].[0xb6][0xc]lB[0xce][0xc0][0x6]l4[0xb0][0x6]w[0x18]X+[0x84][0xae])[0xe1][0xc6]@[0x1b][0xda]u[0x9c]1[0xf0][[0xbc]G[0xf2][0x1b]8[0x8b][0xf7]E}[0xb3][0x81];Es[0xf][0xbe]i`[0x1d][0xd6][0x1b][0xf8][0x1d]>[0xd0][0xd0]t3[0xd6][0x18]hF[0x84]Q[0x15][0x13][0xef][0xee]|*=d[0xd9][0x1a][0xea][0xf6]e[0xc4]q[0x93][0x93]mrI[0xdd]D[0x92][0xb5]7[0x19][0x18][0xc3][0xb8][0x81][0x7][0xd1][0xa3][0xe3][0x9c][0x81][0xf3][0xf8][0xd0][0xc0][0x4]&5[0xac][0xff][0x8a]7[0xdd][0xc0]~[0xdc][0xab][0xe3][0x82][0xcc][0x17][\r]|[0xb][0xf][0xc8][0xf0][0x91][0x81]{[0xc4][0xc5]I[0x3][0x1f]K[0x8a]>[0xc1]%[0x3][0x9f]b[0x8a]-[0xb2][0x18][0xb1][0x81][0xdf][0xe3][0xb2][0x8e]+[0x6][0xfe] [0x92]D[0x8f][0x81]?[0xe1][0x1][0x1d]6p[0x15][0x9f][0xcd][0xd1][0x98][0xe6]J[0xf3]M[0xc1][0x16][0xae]pUq[0xcb][0xd4][0xb0][0xe4][0xc6]\[0x9d][0xae][0x1e][0x1f]v[0xf5][0x16][0x92]=][0xf][0x85]ak[0xda][0xcc][0xe5]vg[0xd9][[0xf2][0x99][0xa1]Y"[0xf5][0xc5][0x8e]n[0xdd]j:V"k[0xf3][0x85]R6[0xb3]4[0xba]2[0x19][0xcb]VF,^[0xed][0xd0][0xf6][0xde][0xbd][0xbb]:[0xfa][0xb][0xc4].[0xa5]/[0x1d][0x82]d[0xde]f[\r][0x9b][0xea][0xf2][0xb6]^[0xff][0x1e][0x98][0x91][0x8d][0x94]|[0x85][0xc]{[0x8d][0xf0][0x9e][0xaf][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0xd5][0xe2]B[0xe6][0xe8][0xa8][0x95][0x19][0xd2][0x10]/[0xd1]'[0xaf][0xd7][0xf0][0xb8]I[0xc5][0xc6][0x9b][0xbc][0xf7]5[0x4]-[0xdb][0xce]r[0x8e][0x96][0xb0]\[0xf2][0x1e][0xcb][0xc5]-c[0x96]TfY[0xc6]9[0xd7]][0x1d]n[0x98]C[0x6][0xf5][0xaa][0xa7]`[0xa4][0xb9]D[0xb4][0xa5][0x12][0xc0]~[WJV[0xfa]j[0xf5][0x90][[0x9b][0xfd][0xb3][i[0x99]j[0xac][0xfb][0xfa][0xb7][0x17]5[0xf0][0xe9][0xfc][0xc]L[0x8b]te([0x1d]h[0xee][0x92][0x13][0xfd][0xb0]|[0xcf][0xf4][0xe]kXU[0xaa][0xe9][0x97][0xaa]B[0xfd][\r];[0xa2][0x86][0x5][0x1e][0xb0][0xbd][0xb3][0x1a][0xad].]W[0xc1]R+[0xe5][0xbd][0xe5][0x86][0x5][0xe1]G[0x96][0x93][0xcf][0xd1][0x9b]L[0xd3][0xd5][0x91]w[0xeb][0xf4]z53[0xfd][0xff]ho[0xc0]r~7[0xae][0x82][0x86][0xdb]P[0x8e]%[0xd2][0xc7][0xf8][0x99][0xb6][0x4]Q[0xc4]x[0xd6][0xc2][0xb5][0xf]q[0xee][[0xb1][0xba][0xb0][0xff]:l[0xb0]\?+=V[0x9d][0xb1]Y[0xaa][0xfd][0x9d][0xde]9[0x1b],[0xe7]j[0xe9][0xc6][0x9c]+[0xf0][0x8c]tWZ[0xb8][0x8b][0xbb]q[0x4][0xf8][0x7][0xac][0x8b]^[0x80][0x16][0x8d]M[0xc0][0x17]m[0x99][0x80]?[0x1a][0x9f]@ ~[0x15][0xcb][0xe3]S[0xc7][0xd1][0x10][0x8f]O[0x5][0x86][0xd6]\A[0xf0]5TE[0xdd][0xcd]e[0x4]'[0x10][0x1a][0xa7][0xa6][0x1f][8[0xde][0x2][0x9d][0xe3]&[0xda][0xda]L[0xec]w[0xa1][0x92][0xa7]5[0xe8]`[0xc]w[0x13][0xd5]6[0xae][0xc0]8[0x94]'[0x9e]l[0x5][0xd4]J[0x10]ij%1[0xf8][0xd4]j[0x1b][0xe5][0xfd][0xe8][0xe4][0xba][0x16][0xda]5n[0x2]:[0xb6][0xeb][0xd8][0xa1]c[0xa7][0x8e].[0x1e][0xb][0xfc]n[0xf]~/M[0xca][0xb7]lE[0xf4][0x1c][0xf4][0x8b]([0x8b][0xb5]\@[0xf9][0xb8][0xca][0x82][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x9b][0xbb]aPP[0x10]4[0xb9][0xc2][0x5][0x4][0x15][0xca][0xaf][0xa6]V[0xe2][0xd7][0xc7]5[0xbb][0xb3]g|?[0x8d][0xcb][0xb3][0x86][0xe8][0x87][0x8][0x86][0x9a]h[0x94][0xb]?[0x81]I[0xcc][0x9b]@X[0x8e][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xa8]T[0xb6][0xf7]3[0xf][0xf7][0xb2][0x8a][0x7][0x94]?[0xc3][0xd5][0xf7][0xfc]u*Ym[0x11][0xf]w[0x15][0x9c][0xb4]r[0x16][0xa1][0xa0][0xd8][0x1e]+ [0xf][0xa9][0xc3][0xc1]YV[0x82][0x9e][0x15][0x8d][0xf1][0xf4]z[0xca]=[0x9e][0xf2][0x2][0x1]u[0x15]e2[0x8d]q0[0x8a]a[0xa5][0x9]k[0x84][0x86][0xb2][0xb3][0xc].[0x98][0xb][0xcb][0xc0]Qy[0xd7]z[0x96][0x8f][0xf1]H[0xaa][0x15][0xa1]5_[0xac][0xe5]"*[0xc6]v[0x9f][0xc3][0xfc]OPu[0xdf][0x5],[0xa8][0xae][0x9e]DM[0x8c][0xbf]I,[0x8c][0x84]Z?bc[0xca]f9S^[0xe9]y[0xae]V[0x6][0x1c][0x9e][0xe4]1[0xf][0x87]I[0xea]#[0x5][0x1a][0xcc]#a[0xf6][0xa2]Oa[0x8b][0x14][0xca][0x11]A[0xbf]W[0x8e][0x8][0xf6][0xa9]rt[0xba][0xa9][0xe8][0xd6]1[0xc0]s[0xbe]O=x[0x17][0xf8]Lt[0xbb][0xa3][0xb1][0xd3][0x8][0x6][0xce][0xc6][0xae][0xa2]2:[0x89]:b[0xaa];[0x85][0xa0][0xff]l[0xec]2[0x16][0xed][0x92][0x94]^[0xc5]B[0x99]Z[0xf8][0x9b][0xc4][0xe2][0xd7]1[0xff][0xc][0xc2]-[0xea][0x9c]R[0x92]*n[0x8c][0x8b][0xa8]?[[0xc8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]q|[0x82][0x9][0x92]Y{[0x1a]ud[0xdc]b&g[0x19][0x9e]#][0x9f]'[0xc1]_[0x9c]E[0xa6][0xee][0x2][0xfa]n[0xdc][0xc7][0xb2]k[0x94][0x8b][0xe3]~[0x9e][0xb9][0xe8]+[0x10][0xd2]+[0xb5][0xa3][0x81],[0xe]I[0xb5][0xf8][0x1d][0xe0][0x5][0xf1][0x12]E[0x84][0x9f]q[0x17]gETa\r[0x6][0x1][0xff][0xc6][0xaa][0xc6][0xa5]IA[0xe7][0x1e][0x13][0xe0]R9~h[0xe3][0xd2][0x19][0x9c]ne_[0xe6]5{[0x85][\r][0xe2][0x98][0xc2]T[0xe7][0x1a][0xf4]0[0xd5][0xb0]Y|[5[0x8b]NuE[0x3][0xb][0xb6][0xf0]F[0xd5][0xc2]G,[0x84][0xc2]5[0xbc][0xb5]O[0x13]h[0xf][0x96]`[0xe5]$[0x1a][0x8a]Y[0xf9]j[0x9]V[0xfa][0xf0][0x10]L[0x8e]T&[0x93][0xfc]*[0x85]IVc[0x99][0x18][0xd8][0x1f][0x93][0xab]2[0x89][bn[0x88]j[0xe]LM[0xa2]1[0xaa][0x16][0x9f][0xa2]i[0x2][0x86][0x93]lv[0xc7][0xa7][0xd6][0x5][0xfc][0xeb][0x82][0xb5][0xc1][0xda][0xc0][0x9][0xdc][0x16][0xaf][\r][0xae]i[0xf][0xd5][0x87].by[0xbb].[0x99]h[0xa8][0xd7][0xfb]b[0xf5]:[0x8d][0x1c][0xf5]iG[0x83][0xda][0x99]k[0x9b][0xe9]B[0xed]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]_u[0x0]o[0x90][0x8a]o[0x92][0xe2][0xc7]Q[0xcf][0xb0]W[0xe0]-[0xdc][0x8e][0xb7][0x99][0x8a][0x13]l![0xef][0x90][0xe7]'I[0xa5]SL[0xce]i[0xa2]>[0x81][0x4][0xde]U1[0xad]e<{[0xa8]u[0x90]4[0x94]f[0xb3][0x98]7[0xf0][0x0][0xa3]f,[0x85]2'1[0x4][0x8b][0xb1][0xaf]f[0x1d][0xe6][0xe8][0x96]y1|[0xd7][0xc8][0x8e][0x90][0xea]U[0x9][0x8d][0xca][0xcc]([0xfe]E[0xb2]'[0xf9]T[0xfa]H[0x8a][0x92][0x87][0xf0][0xb0][0x9b]#[0xf6]][0xf7]~[0xb5]1G+[0xa2][0x1c]VJCqg?[0xa7][7E[0x1b][0xbc][0xb4]l^[0xd6]p[0x82][0xcd][0x87][0xb1]/[0x93][0xe7]}G[0xfd][0xc][0xfa][0x1f]3A[0xaf]b[0xa8][0xc0]{4w[0x96]Ey[0x1f][0xb][0xf9][0xa1]\[0x8f][0xf][0xf8]2[0x19]c[0xfb][0x1d]g[0x8b][0x1b]#[0xd4][0xf3][0x85][0xbb][0xb7][0x92][0xc][0x10][0xe0][0xc2][0x9e][0xb6]BXm[0xec][0x11]#[0x84]YO^g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0xb1][0x81][0xfe][0x7]+5[0xed]sZM*[0x2][0xf8][0x18]H[0x96]r[0xa3]x[0xa4]D[0x7][0xb][0x15]s[0xe5]R[0x9][0xae][0x94][0xc1]F[0xce]SnTO [0xcd][0xfb]k[0xe7]1\5[0xb8][0x19][0xf5]f[0x1a]s[0x94][0xc9]<~[0xa3][0xf0]hx[0x9c][0xf7][0xf2][0xdd]-[0xf5][0xff][0x3]PK[0x7][0x8][0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.class[0xd5][0x96][0xdd]o[0xdb]T[0x18][0xc6][0xdf][0xd3]8v[0xbe][0x80][0xa4][0xa3][0x80]3 c[0xb][0xd0]z[0xdd][0xe2][0xae][0x99][0xbb]Q[0xab]b.T[0xeb]T:FG$[0x8b][0xf][0xc9][0xc9][0xbc],U[0xe2]T[0x8e][0xcb][0xc4][0xc7][0x5][0xdc] [0xc1]%W[0x88]?a[0x12][0x12][0x88][0x8b]J[0xdb][0xe0][0xf][0xd8][0xc5][0xfe][0x80][0xdd][0xc0]-[0xb7]\p[0x89][0xf6][0x9e][0xe3][0xc3][0xbb]l[0xb3][0xb6][0x16][0xf3][0xb5][0x1b][0x9f][0xc7]'[0xe7]<[0xcf][0xef][0x89]e[0xf9][0xdc][0xf8][0xe3][0xea]O[0x0]0[0xf]v[0x1]r[0xd0][0xd4][0xe0]x[0x1]&[0xc0][0xd2]`A[0x83][0x13][0x5][0xc8]B3[0x8f][0x97][0x93][0x1a][0xbc][0xc2] [0xb7][0xba][0xbe]q[0xfe][0xd4][0xfa][0xf2][0xeb][0xc]^][0x1b][0x86][0xdd][0x86][0xb7][0xe5]u.[0xf9][0x8d][0xfe][0xb0][0xdb][0xed][0x5]]>67[0x1b][0x3]4[0xf2][0xba]~c#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qre[0x18][0xe][0xbc]([0xf2][0xc3]7[0xe2][0xe9][0x15][0xaf][0x13][\r][0xc3][0xf][0x17][0x19][0x94]G~[0xd8][0xf3][0xfa]-?[0x1c][0xf5][0x86][0xc1][0xdb][0xab][0xaf]1`g[0x18]<[0xb6]<[0xc]F[0x91][0x17]D-[0xaf][0xbf][0xed]g[\r][0xf6][0xaf]~[0xfb][0xc9][0xcf][0xbf]3P[0xed]^[0xd0][0x8b][0x96][0x18]d[0xa6]gZ[0xc][0x94][0xe5][0xe1][0x5][0x9f][0xc1][0x13]k[0xbd][0xc0]_[0xdf][0x1e][0xb4][0xfd][0xf0][0xbc][0xd7][0xee][0xe3][0xcc][0xe4][0xda][0xb0][0x83][0xb6][0x1e][0x9a][0xe3][0xbd][0x9c]T[0xa2]K[0xbd][0x11][0x83]B[0xe0]_[0x96] [0xc][0xce]M[0xaf]mz[0x1f]x[0x8d][0xbe][0x87][0xec]1[0xed][0xe2];cSg[0xdb][0x9b]~'Z[0x9c]yxUi[0x89][0xa5][0xb4][0xc1][0x9f][0xee][0x93][0xf7][0x9b]c[0x87]-/[0xf4][0x6][0x8][0xb2]/![0x88][0xc1][0x9b][0x9]D)[0x81]&[0xb6][0xcc][0xbb]Y([0xac][0xbd][0xab][0xb0][0xd4][0xf1]s[0xc][0xa2][0xbf][0x98][0x94]:[0xfb][0x18][0x83][0xcf][0xff][0xb6][0xec][0xd4]4[0xf3][0xc][0xbe][0xfe][0x7]iR[0xf3]5[0x19]\[0xf9]W[0xf9]R[0x13][0x1f]gp[0xfd]?&N[0xdd][0xc1]bp[0xf3][0xd7]!u[0xab][0x5][0x6][0xbf]<[0x2][0xad]R[0xf7]<[0xc1][0xe0][0xb7]G[0xb2]g[0xea][0xe6]'[0xf1]<`w[0xfa][0xf2][0x9b]\[0xd8][0x18]n[0x87][0x1d][0xa5][0xc7]?[0xb6][0x7][0x1f][0xf8][0xe9]?[0xca][0x93]KP[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x85]=[0x9e]".H+[0xbe][0x9d][0x1f]![0xee]-[0xc1]`)[0xdd][0xb9][0xa4][0x4]y([0xec][0x86][0xeb]T{[0x14][0x85][0xb8][0xe7][0xee][0xed][0xc][0xa6]wy[0xa8]h[0xc1][0x1c][0x9e][0xab]rx[0xf4][0x9a][0x0][0x9d][0x87][0xa2][0xaa]B[0x11]J[0x80]G 1[0xfb]8[0x8e][0x8c][0xff]Mx[0x9d][0x14]G4< [0xe1][0x98]5v[0x80]}/[0x96][0xec][0xc3]+?[0xae][0x1][0x98][0xa0][0xa0][0xe1][0x93][0xa8]J[0xf1]"[0x98][0x12][0x96][0x9f][0xc1]S[0xf0][0xb4]48[0x8d]k2|[0xc7]5[0x98]p[0xf][0xcf][0xee]@[0xe6];rQ[0xc5][0xae]%[0xe1]p ^%[0x1d][0xb8]z[0x6][0x11][0x99]PU[0xd8][0x8f];[0x18][0xba]>+][0xcf][0x82]&[0xd6]W[0x84][0xab][0xf2]#(nfv#[0xc1]|e[0xcc][0xbc]B[0xe6][0x15]2[0xaf][0xc0]s[0xf0][0xbc]4[0xaf]I[0xf3][0xf7][0xd0]\[0xc1]qJ[0x98]g[0xa5][0xb9][0xab][0x1c]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0x17][0x1]F[0xbc][0x81][0x2][0xa6](`J[0x6]pu[0x0]UFD[0xbd] [0xa3][0xfa][0x18][0x95][0xe5][0xf]AD[0xa9]cQnVW[0x92][0xf2]Z"[0xaf][0x19][0xef][0xa2][0xbc]*[0xe5]U)[0xaf]*[0xf3][0xb8]:[0x88]J[0x11][0xc9][0x87]d[0xf2][0xc7][0x98][0xac][0xe2]X[0x13][0xc9][0xda][0xbd][0xc9][0xae][0xaa]g[0x93][0xe2][0xdf][0x17][0xf1]K[0xf1]V[0x8a][0xaf]Q|[0x8d][0xe2]k[0x14]_[0x93][0xf1]\[0xd5]Qe[0x5][0xc8][0x8b][0x12][0xe4]K[0x4][0xd1]p[0xac][0xb][0x90]\"[0x88][0xab][0xe9]j[0x12][0xcd]EAs:[0xde]O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4\[0xbd][0x84]J[0x15]\/K[0xae]o[0xd0][0x95][0xbf])[0x86][0xe0]*[0xdf][0xf7]l[0xee][0x80][0xb9]9]K[0xa2][0xb][0x4][0xdd][[0xb1][0xb][0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xae][0xa6]Qi[0x82]sFr^[0xc1][0xfb]<[0x19]c[0xce][0xe4]'y[0x87][0xd3]-[0xab]z.[0x89][0xf6][0xb2][0xa0]}7[0xf6]"Z[0x93]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5%-W[0x6][0xaa][0x9c][0xe0]>,[0xb9][0xaf][0xe2]/<[0xc3][0x8a][0xb9][0x1f][0xf0][0xe0][0xc7][0xb8][0xdd][0xb2][0xa6][0xe7][0x93][0xe8]?[0x15][0xf4][0x17]cG[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-I[0xcf][0xd5],[0xaa][0xbc][0xe8]qD[0xf6][0xb8][0x81]k[0x8a]8[0xda]q[0x8f][0xfc][0x1e]z[0xb8][0xe5][0x9c]^Hj[0xf3][0x85]h[0xb3][0x15][0xfb]R[0x1b][0x9b][0xda][0xd8][0xd4][0xc6][0xa6]66[0xb5][0xb1][0xa9][0x8d]MmljcS[0x1b][[0xb6][0xe1][0xea]([0xaa][0x82][0xe8][0xd5][0x90][0xbd]n[0xe1][0xea][0x12][0x8e]N[0xdc][0xab][0xb0][0xe7]^n9[0xaf][0x17][0x93][0xda]}%[0xda]}[0x14][0xbb]S;[0x87][0xda]9[0xd4][0xce][0xa1]v[0xe][0xb5]s[0xa8][0x9d]C[0xed][0x1c]j[0xe7]P;[0x87][0xda]9[0xb2][0x1d]W&[0xaa]"[0xfe]>G_[0xb8]C"[0x9][0xa0]x[\r][0xb2][0xee][0xe][0xa8]?[0x80][0xc6][0xbf]sl[0xc][0x98][0xbf]j[0xc7]D[0x89][0xf9][0xdb]PK[0x7][0x8]E[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataId.class[0x9d]W[0xfb]w[0x14]g[0x19]~&;[0xbb]3Y&[0x10]6[0x4][0x8][0xa4]t[0x1][0x93]fw[0xa1])[0x97][0x82]MhJ[0x80]@[0xb6][0xe4]"[0xd9]$[0x90]R[0x84][0xc9][0xee]d3[0xb0];[0xb3][0xec][0xcc][0x10][0x82][0xd6]z[0xa5]w[[0xb4]V[0xb1]M[0xbd][0xd5][0xe2][0x5]-[0xd8][0x92][0xc4]"[0xad]U[0xf][0xf5]x[0x8e][0x1e][0x8f]?[0xfa]/[0xf8]/xZ[0xdf][0xf7][0xdb][0xc9]&[0x90]E[0x91][0x90]|[0xf3]][0xde][0xeb][0xf3]>[0xdf];[0xc3]_>y[0xff][0x3][0x0][0xdb][0xf0][0xa7]0B[0xf0][0xc2]h[0xc6][0x19][0x5][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xaa][0x98]Tp.[0x8c]/[0xe0][0x8b][0xbc][0xfb]T[0x18]2[0xbe][0xa4][0xe2]i^|[0x99][0x87][0xaf]T#[0x80][0xaf][0xf2][0xec]k,[0xf5]u^~[0x83][0x87][0xf3]<<[0xa3][0xe2]Y>{N[0xc1][0xf3]a[0xd4][0xc3]S[0xf1][0x2]?_[0xc][0xe3]%|[0x93]g/[0xab]x[0x85][0x9f][0x17]T|+L[0x1a][0xdf][0xe6][0xe1]U[0x1e][0xbe][0xc3][0xc3]k|[0xf6]][0x9e]}[0x8f][0x87][0x8b]*[0xbe][0xaf][0xe0]u[0x15]o[0xa8][0x98]R[0xf1]&[0xef][0xfd][0x80][0x1d][0xfd]P[0xc5][0x8f]T[0xfc]X[0xc5]OT[0xbc][0xa5][0xe2][0xa7][0xbc][0xf7][0xb6][0x8a]K*~[0xa6][0xe2][0xe7]*~[0xc1][0x1b][0xbf]TpY[0xc1][0xaf]$h[0x83][0xc9][0xde][0xae][0xe3][0x87][0x86]:{[0x92][0x83]#[0x12][0xb6][0xf5][0xd8][0xc5]l[0xab]^[0xd0][0xd3][0xe3]Fk[0xce][0xce]fM+[0xcb][0xcf][0xed]'[[0xf3][0x86][0xe3][0xe8]Y[0xa3]5[0xe5][0x16][0xbd][0xb4][0xeb][0x15][0x8d][0xcc]>[0xdd][0xd5][0x93][0x99]v[0x9][0xa1][0xfe][0x81][0xe4][0x81]d[0x9f][0x4][0xb9][0xb7]k[0xb0]S[0x82]:[0xd0][0x95][0xea][0x1a][0x18][0xee][0xda]'AJJ[0xa8][0xd9]k[[0x8e][0xab][[0xee][0xb0][0x9e][0xf3][0x8c][0xc0][0xa7][0xf4]#[0xa1][0xd6]1[0x8a][0xa6][0x9e][0x1b]6[0x8a][0x8e]i[CI[0x96]}<[0xf8][0xd4][0xe1][0x87]G[0xff][0xb9]t[0xdb]y[0x9][0xe1][0xde][0xce]#[0xc7]{[0xba][0xfa][0xe][0xc]v[0x7][0xa8] Q[0x9]J[0xe7][0xe0][0xf1]T[0xf2][0x0][0xb9][0x89][0xf4][0x9c][0xd4][0xcf][0xe8][0xad]9[0x9d][0x82][0xa3]p(F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xb6][0xf4][0xbc]Av[\r][0xcb]5[0x8a][0x85][0xa2][0xe9][0x18]}^~[0xd4](R8E[0xe3][0xb4]gR[0xc0][0x12][0xea][0x8e]VRU[0xed][0x82]KA[0xe8]9Je[0x97]i[0x99]n[0x87][0x84][0xf6][0x96][0xc5][0x92][0x15][0x94]+l[0xc5][0x86])[0x98][0xbd]v[0x86][0x82]Y[0xd6]cZ~[0x18][0x83][0xfa]h[0xce][0xe0][0xd0][0xed]4e[0xad]S[0xee][0xb4][0xf6]7ew[0xdc]t$[0x4]M+c[0x9c]%[0xbc]R[0xae][0x9e]>[0xd5][0xab][0x17][0xc4][0xb1]`[0xdf][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z$[0xec][0xaa][0x10]S[0xf2][0xee][0x83][0xaa]2[0x9][0x81]P^?e$i2[0xde]r[0xf][0xb5][0x8e][0xdd][0x13]?[0xba]+[0xc5]}o[0xa6][0x2]TK[0x1a][0xa9]`[0x12][0xaa]3[0xc6][0x98][0xee][0xe5]\[0xce]&[0xa2][][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]$k[0xb8][0x3][0xe5][0xda][0xd7][0xb7][0xc4]*V[0x9f][0xa5][0xfa][0xcb][0x4]Ph[0xd5]'[0x98][0xb4][0xa2]%VI[0xbc][0x8e][0x4][0x16][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0xc4][0x88][0xe9]a[0xd3][0x19]0[0x88][0xd8]g[0xd8][0x1f]m=A[0xdc]r[0xed][0x92]*[0xe1][0xef][0x8c]JhXds[0x8f]g[0xe6]2F[0x91]y8f[0x17][0xf3][0xba];hKh\[0xc][0xd9][0x9c][0x1c][0x97]24[0xea][0x8d][0x8d][0x9]n[0xef]J[0xe7]|[0xc6][0x92]?:[0x9][0xa7]l[0xaf][0x98]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0x9b]L[0xac][0xfa][0xdb][0x11]|[0x90][0x8d]j[0xe8]CQ[0xc3][0xaf]1.a[0xcb][0xff]][0x4][0x9][0x1b][0xe6]#K[0xe6]rFV[0xcf]u[0x16][0xb3]^[0x9e].^[0xd7][0xd9][0xb4]![0x90][0x94][0xf0]P[0x8f]ae[0xdd][0xf1][0xa8]=[0x16]53[0xd1]&'j[0xd0][0x99][0x91]q[0xa2]y[0xfd][0xac][0x99][0xf7][0xf2]|[0xd0][0x94][0x89][0xa6][0xc7][0xf5][0xa2][0x9e]&4[0x89][0xff][0xb5][0xf3]v[0xfb]GO[0x1a]iW[0xc1];[0x1a][0xae][0xe0][0xaa][0x86][0xdf][0xe0]][0x8e][0xfa]=j[0x12][0xbb]5\[0xc3][0xb4][0x86][0x19][0xcc]jH[0xa2][0x9b]g[0xbf][0xd5][0xf0]>[0xef]=[0x8e][0xe][\r][0x7][0xd1][0xa3][0xa1][0x97][0xef][0xcb][0x86]>;[0xea][0x94][0xc3][0xe7]8[0xb8]GD't'[0xea]x[0x85]B[0xce]42[0x1a][0xae][0xe3]w[0x12]V[0xdd][0x1]l[0x9]M[0xa9][0xc5][0x6][0xd2][0xba]e[0xd9]n4m[[0xae]nZQ[0xdd][0x8a]j[0xb8][0x81][0xf][0x14]|[0xa8][0xe1][0xf7][0xf8]H[0xc3])[0x8c]IXO[0xde][0xe7][0x9b]Q[0xd4][0x12]L[0xb9][0xcd][0xf9][\r][0xfc]AB[0xeb]-PU[0xc0]i[0xdb][0xd6][0x5]8[0xb5][0x91]3[0x3]c[0x1a][0xb2][0x18][0xd7]p[0x14][0xc7][0x18][0x98][0x11][0x1e][0xfe][0xa8][0xc1][0x82][0xad][0xc1][0xc4]Ib[0xb5]k[0xe6][0x8d]C[0x9e][0x9e]3[0xdd][0xc9][[0xa0][0x9d]c[0xa3][0xe2][0x9e];h[0xd9][0x13]T*[0xd5]tR[0x93]V[0x9a]9[0xab]94[0xe9]L[0xa7]=r6[0xc9]6[0xfb]5<[0x82]6"[0x9c]]4[0x89][0x1c][0xdc]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6[0x9f][0x17][0x13]Bu[0xec]1wB/[0x12][0xe3][0xaa][0x9d][0x9][0xbf][0xa5]khgE9o[0xb8]:[0xd1][0xd2][0xa1]{h[0x90][0x13][0x96][0xaf]v&[0x9d][0xa1][0xc2][0xa0][0xc9][0xb7]L[0xe5][0xa0]<"[0x9a][0x86]],[0xbf]BDj[0xda][0xad])[0xf1]~0[0xcf][0x95]Z[0xe4][0x8e];[0xf2][0xd4]s[0xcd][0xdc][0xad]E[0xdb]/n[0x91][R[0xc][0xe5][0x4][0xb8][0x12][0x96]/`-E[0x9f][0xe5][0xe2]*g[0xf8][0x8d][0xd4]O[0xc5]Z[0xd9][0x92]\x[0xdb]}[0x9]~[0xb7][0x95][0xee][0xa4][0x84]G[0xfe][0xc7][0xb][0xa1]D[0xd9][0xf6][0x8a]=[0xa3][0xbe][0x82]._VEt|[0xf6]_Q"[0xc9]Py[0xa3][0x8e]_1[0x8a]1y[0x7][0xf3][0x95][0xf7][0xd5][0x82]^[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x14][0xbd][0xea][0x93][0x95][0xae][0xd9][0xda][0x85][0xae][0xf6][0x12][0xaf]R~i[0xda][0xb9]_[0x85][0xf4]B[0xc1][0xb0][0xa8]H[0x9b]+E[0xf4]_[0x9a]W[0xd3][0xdd]T[0x88][0xdf]r[0xa7]=[0xdb][0xa5][0xc2]4[0xdf][0x95][0xfd]vn[0x85][0x15][0xb2][0x9b][0xf7]+[0xd3][0xf1]0[0xd6][0xd3]GM[0x8]U[0xd8][0x89][0xcf]b[0x9][0x1a][0x98][0xb4][0xf4][0xd5][0xd0][0xc0][0x1c][0x14][0xcf]][0xfe][0xf3]Qt@[0xc2]c4[0xaf][0xc2]n[0xac]A'[0xf6][0x94][0xd7]{i[0xdd][0xb5][0xe0]|?[0xad][0xf][0xa0][0xbb][0xbc][0xe]#[0xc2][\r][0x87][0xe6][0x11][0xee]4[0xe2]I[0xcd]F<{[0xc5]S[0xa3]oB[0xba]3[0xa4][0xf1]9@[0xba][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xb4][[0x88][0xcf]@[0xaa][0xda]!'nbKb[0x1a]U[0xb5][0xd1][0xb7][0x10][0xbd][0xe]y$[0x12][0xc][0xde]@h$[0x90]H[0x8d][0xc8][0xb5][0xd1]Y([0xa9]Y[0xa8]3[0xa8][0xfe]0[0x11][0x9]Oc[0xc9][0xe][0xb9]^~[0x13][0xd1]x"P/OC[0xbb][0x86][0x9a]x[0xa2]^[0x96]OLc[0xe9],[0x96]]C[0xed]%[0xde][0xe1][0xed]*Z[0xc4]7][0xc3][0xf2][0xf8][0xe6]k[0x88]\%[0x9f][0x1][0x1c][0xa2]q[0xf]ji|[0x94][0xa2][0xea][0xa0]X[0x1e]#dvc[0x5][0xe5][0xdc]L'qzn[0xc1]>B[0xea][0x0][0x9d]vSfI[0xea]&[0x7]q[0x82]21([0x8b][0x93][0x94][0x87]My[0xc][0x90][0x85][0xed][0xa5]<[0x90][0x12]([0xf2],)p[0xe1][0x19]#P%f[0x8c]A[0x80][0xfc][0x98][0x18]$[0x8b]2[0x86][0x4][0xe2][0xf2][0xa7][0xe4]&[0xa8]`X[0xc1]a[0x5]G[0xe8][0x97][0xf4][0x94][0xf5][0xd5][0xa4]N}[0xcb][0x87]j[0x88][0xc4]C$>[0xc5]P%>F[0x8d][0x80][0xa7][0xae][0x8c][0xc5][0x8a][0x8b][0xd8][0xc0][[0xd7]Q?2[0x83][0x95][0x91]U[0xd3]X[0x1d][0x9][0xcf][0xa2][0x81][0x9e][0xd3]X[0xc3]r[0x8d]S[0xbe][0xd6]Z^[0x95]pi$\|[0x95][0x84][0xd0][0xa0][0xa1]q[0x1a][0xf4][0xbb][0xa6]-[0xd8][0x10][0xf4]kq[0xff]B[0xcb][0xf7][0x91][0x8][0x9f][0xcc][0x99]eD[0x97][0xc7][0x1b][0xe4][p[0xed][0xc0]2[0x1a][0x8f]R[0xd0]OB[0xc5]1[0xaa][0xff]q[0xac]%[0xe4][0xda]0Jgi[0xc2][0xc6] 4[0xc6][0x8][0xbb],[0xbd][0xb][0xc6][0xe1][0x11]&[0x17]h[0xf6][0x1a]rx[0x3]y[0x81]iG)[0xe1]2[0xa6]SeL[0xa7][0x4][0xbb][0xaa][0xc4][0xec][0xa0][0xc0][0x94]g[0x8c][0xae]L6[0xb6][0xe2][0x9][0x92][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xd7]1[0xba][0x91]9t[0xa5][0x12][0xbc][0xc0][0x3]5[0xff]F7m[0x90][0xb5][0xa3][0x14][0xa1][0x80][0x98][0xf6][0x3][0xc2]f[0x1d][0xc1][0x1b][0x8c]_[0x89][0x13] [0xeb][0xe8][0xef][0xfe]iD[0xaf][0x94][0x13][*[0x9c][0x9d]!G[0x13][0x14][0xde][0xa4][0x8]teI[0xad][0x1c]h[0x1d][0x5][0xd0]FF[0x87][0x84][0x96][0x14][0x12]^[0x8e][0xf9]^[0xfe]Ej[0x9c][0xd7]N*[0x7]{y[0xf]57[0xb1][0x8a][0x1f]}4,o[0x93]i[0x8c][0xb4][0x5]/aI[0xa2]Oj[0x93][0xa5][0xb6][0xe0]u[0x4]F676[0xc8][\r][0xc1][0x19][0xac][0x9f][0x8f]$N[0xd7][\r]x[0x86]"y[0x96][0xc]>[0x8f][0x1a][0xbc]@[0x99][0xbe][0x88][0xd5][0xf4][0xdf][0xa5][0xf5]x[0x19][0x1b][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf8][0x2]bxUD[0xf9]$[0xaa][0xe9]|[0x99][0x0]'@R[0xd5][0xf8][0xbc][0x0]l[0x1d][0xad][0x8e][0xd3][0x8c][0x9][0xbc][0xb3][0x9c][0xc3]N*V[0x9][0xec][0x9d][0xd0][0x5][0xd8][0x1b][0xe9]b[0x94]t[0x9b][0xb1][0xdc][0xd7][0x8d][0x11][0x1e]%][0xce][0xb5][0x16][0x81][0xd0][0x9a]O[0xa0][0x94]yL[0xfa][0xa3]T[0xec]R[0xe2][0xad][0xf4]d{AN[0xf3][0x8a][0xe8][0x17][0x9c]F[0xc8][0xaf][0xe8][0x80][0xe8][0xe]B[0xc0][0xf]BB[0xa6][0xa2]r[0xe4]v[0xe5][0xb7]+*[0xd3]'@[0x5][0xe5][0x9a][0xdb][0x95][0xdf][0xa9][0xa8]L[0x9f][0xe][0x15][0x94]k/[0xdf][0xa6]<[Q[0x99]>/|[0xe5]=[0xbe]r[\r]+OA[0x91]/A[0xe]\.[0x97][0xb0]d[0xe4][0xa3][0x5]Fj|#C[0xc2]`[0xd5][0x92][0xdd][0xac][0xaa][0x9c][0xc9][0x11][0xc2][0x9c][0xb9][0xd6][0xc8][0x97][0x91][0xb3][0xe1][0xb][0x1a]>1[0x83][\r]=L[0xd7][0x8d][0xf4][0xb7]f>[0xc1][0x12]WoR[0xd5]?[0xc6]*[0xfc]y[0x1]W[0x1b]}7[0x11][0xe2]P[0x8e][0xae][0x1b]{[0xa1]/#[0xdf][0x8b]C2,[0x15][0x8b]O[0xe3]3[0x17][0xb1],Q[0xf2][0xb4][0xfa][0xf0]%[0xac][0x9e][0x9b][0x8b]N[0xc1]YQ[0xb3]8<[0xef]#[0x14] [0xf0]W[0xea]q[0xa3]k[0xf0]w[0xb4][0xe0][0x1f][0xb][0xdc][0xc6][0xca][0xf4][0x8a]Q7[0xcc][0xfb]W[0x84]R[0xaa][A][0xe2]4[0x8a]~[0x0][0xe7]i[0xc5]?cL[0xfd]H[0x93][0x14][0xba][0x81][0xe6][0x91]@[0xe4][0x1]z[0xb]DZR#[0xc1]H,5[0x83][0xf8][0xbb]H[0x88][0xf3]M[0x92]R:[0xdf][0xcc][0xe7][0xf][0xf2]ykj$[0x14]y[0xa8]$[0xb4]E[0x8]m[0x9d]3[0xb2][0x8d][0x85][0xb6][0xb3][0xd0][0xc3][0xa5][0xf3][0x1d]WE[0xd1][0xe6][0x1][0x8b][0xd2][0xbf]fz[0xcf]m[0xa2]]G[0x80][0xe9][0xfe][0x7]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.class[0xa5]Smo[0xd2]P[0x14]~[0xee]([0x14][0xba][0x8e][0x1][0x9b]:p[0xbe]LQ[0x81]M[0x10][0x7][0x1a][0x3]Nt[0x8e]dI[0xb7][0xc5][0xe0][0x88][0x8b][0x9f].]e%[0xa5]5[0x85][0xee]w9[0x96]8[0xa3][0xd1][0xec][0xb3]?[0xca]xn![0x6]"[0xf1][0x83][0xb4][0xc9]99[0xf7][0xbc]<[0xcf]9[0xf7][0xdc][0x9f][0xbf][0xbe][0xfe][0x0][0xb0][0x89]R[0x4][0x12][0xee]+x[0x80][0x8c][0x8c]%[0x19]9[0x5]*[0xd6][0x85][0xd8][0x8]cA![0xe7][0x86][0x88]x[0x18]F\[0xe8][0xbc][0x8c][0x2]C[0xe0][0xdd][0x9e][0xc6][0x10][0xaa];n[0x97][0xf7][0x19][0xd4]][0xdb]6[0xdc]m[0x8b][0xf7]zF[0x8f][0xe1][0x85][0xe6][0xb8][0xed][0x2][0xff][0xc8][0xf5][0x13][0xa3]`9[0xed][0xb6]i[0xb7][0x85].u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xa3][0xd7][0xe3]m[0xa3][0xd0][0xe8][0xbb][0x9e][0xde][0xf7]\[0xe3][0xf8]5[0xef][0xf3][0xbd][0xe1]izX[0xaf][0xc2] [0xd5][0xf]5[0x2][0x90][0xd3][0xcd][0x97][0xda][0xe1]N[0x83][0xa1][0xf6]~[0xe6][0x9a][0xa1]Sny[0x82][0xde][0xab]Lv[0xf6]j[0xd2][0xb6]sl0,j[0xa6]m[0xec]{[0xdd][0x96][0xe1][0xbe][0xe5]-[0x8b]Nd[0x1f][0xe6][0xe0][0x3]C#[0xa3]u[0xf8])/X[0x9c][0x8a]S9[0xc2][0xa8]dg[0x6]Nh[0x8e][0xce][0xad]&wM[0x81]7[0x2][0x95]l[0xde]5[0x84][0xef]/@[0xea][0xbb]j[0xda]f[0x8b][0xe1][0xea][0x14]>[0xbb][0xd9]&e[0xf7]OL[0x9a]K[0xa4]a[0xb6]m.[0x90][0xe9][0x82]3[0xc2][0x11][0xae][0xea][0xd6]([0xf9][0xcd]X[0xee][0x8e][0xed]u[0xab]36[0xb2]E[0xcc][0x94][0x86][0xe3][0xb9][0xba]Q7E[0xb][0xa9][0xa9][0xe1]y[0x81][0xaa]"!6sI[0xc5]#[0x14]e[0x13][0xb8][0x8a][0x15]l[0xaa][0xb8][0x81][0x9b]*[0x16][0x10]S[0x11]G[0x8c]!:[0xd9] CP[0xb7][0x1c][0x9b][0x98]-g[0xb2]c[0xcd][0x1f][0xb4]:[0x86]..[0xe2][0xc9][0xff]q`([0x8f][0xdf][0x83][0xff]h*[0xd3][0x16]e[0x92]N[0xa5]V[0xa4][0xd7][0xa7][0xd2][0x93][\r][0xd4][0x92][0x82]5@:.t,%[0xe6]C[0x1e][0x9][0x11],[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0xaa][0xc9][0xba]CZ|[0xca][0x0][0xec]3[0xe6].[0x11][0xf8]D[0x16][0xc3]5[0x92]![0xdf]W[0xa6][0xf8][0x15]$G[0xf1]%[0xcc][0xf9][0xa7]JB[0xca]}A[0xf0][0x12][0x92][0x88][0x9f][0x9b][0x88]O[0x91]T[0x87]Q[0xb8][0x8e]U[0xdf]Oc$)*[0x14][0x11][0xa0][0x1f][0x90]s[0xeb][0xab][0x17][0x8][0x9d][0xfd]#][0xc6]-A[0x1d][0xb7][0xfd][0x98]5[0x84][0x89][0xee][0xda][0x88][0xc8]>5"[0xbe][0xfc]7HG[0x9]9p[0x81][0xf0]9"[0xbe][0xa1]H[0xbe]1[0x1f][0xfc]NV`@+{$[\r]0[0xdf]8[0x7];[0xfb][0xd3]\[0xd4]'[0xf1][0x94][0x86][0xf4][0x8c][0x10][0xcb]d[\r]Q[0xee]"[0xed][0xeb]{X[0xf4][0x1b][0xa0][0xc5]G[0x16][0xd1]Z[0xf2]7PK[0x7][0x8]d[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage.class[0xc5]X[0x9]x\U[0x15][0xfe][0xef][0xcc][0xbc][0x99][0xc9]t[0x92]L[0xd3]$%m[0xd2][0xc][0xb1][0xd0]t&i[0xa4][0x1b][0xd0][0xa6][0x91]4[0xb4]45[0xb]4m[0xba]Q[0xca][0xeb][0xe4]%[0x99]v[0x96]0[0xb][0xa5][0xc8][0xa6] [0xa2]Tp[0x17][0x8a][0x82][0x2]Z[0x17][0x94][0x8a][0x92]T+[0x5][0x5][[0x11][0xdc][0x0][0x15]7[0x14][0x15][0xc5]}[0xdf][0xb0]X[0xff]{[0xdf][0xcb][0xcb]d:-M@[0xfd][0xda]y[0xef].[0xe7][0x9e][0xf3][0x9f][0xf5][0x9e][0x97][0xaf][0xfc][0xfb]s[0x7][0x1],[0x10].[0x1f][0x9a][0xf1]q[0xf][0xee][0xf1][0xc1][0x81]O[0x14][0xa1][0x18][0x9f][0x94][0x8f]{[0xe5]c[0x9f][0xdc][0xfb][0x94][0x8f][0xa3][0xfb]|[0xa8][0xc6][0xa7]=[0xf8][0x8c]|[0xdf][0xef][0x83][0xf][0xc3][0x1e][0x8c]x[0xb0][0xdf][0x83][0xcf][0xfa]P[0x8a][0x8f]{[0xf1]9[0xf9]> [0x1f][0x9f][0xf7][0xa1][0x4][0xf][0x14][0x91][0xf2][0xa0]<[0xfb][0xa0]|<[0xe4][0xc5][0x17][0xe4][0xb1]/z[0xf1][0xb0][0x9c]?[0xe2][0xc1][0x97]|8[0x84][0xc3]r[0xf2]e[0xc9][0xf5]Q9[0xfa][0x8a]<[0xff][0x98][0x1c]=.[0xf1]|U>[0xbe][0xe6][0xc3][0xd7][0xf1][\r][0xb9][0xf6]M[0xf9]xB2~R[0xf2]zJN[0xbf][0xe5][0xc5][0xb7][0xbd][0xf8][0x8e][0x17]O{[0xf1]]y[0xfa]{^|_[0xe2][0xfe][0x81][0x17]?[0x94][0x4][0xcf][0xf8][0xf0]#[0xfc]X[0xae]<*[0xf]=*[0xa7][0x8f][0xca][0xe9][0xb3]r[0xfa][0xac][0x9c]>+[0xe9]~[0xe2][0xc1]O=[0xf8][0x99][0x80]{e2[0x15][0xd7]3[0x2][0xfe][0xf6]D[0xc2]H[0xb5][0xc5][0xf4]t[0xda]H[0xb][0x4][0xd2]F*[0xaa][0xc7]z[0x8d]T:[0x9a]L[0xac]k?W@[0xac][0x16](nK&[0xd2][0x19]=[0x91][0xe9][0xd5]cYC[0x9b]~W[0xc9][0x3][0xcf][0xf][0xef][0xfd][0x83][0x80][0xaf][0xb3]u[0xc3][0xd6][0x8e][0x15]][0xe7][0xad]]E[0xca]v'[0xcd][0x1d][0x14][0xf0][0xac]j[0xed]Y[0xd5][0xdb][0xda]![0xa7][0xb5][0x2][0x8e]h[0x9f][0xc0][0x82][0x8e]dj[0xa0]I[0x1f][0xd2]#[0x83]FS,90[0x10]M[0xc][0xc8][0xf7][0xc2][0xed]Mq#[0x9d][0xd6][0x7][0x8c][0xa6][0x9e]L*[0x1b][0xc9]dSF[0xdf][0xb9]zFo[0xef][JN[0xd6][0x9e]@Y[0xc7]v[0xfd]R[0xbd])[0xa6][0xf3][0x18][0x9]y[0x9a][0xdb][0xae][0xcc][0xae]![0xee][0xb9][0x9b][0xa3][0x89]h[0xa6]E[0xe0][0xec][0xfa]c[0xa9]Nfen/y[0xb5]%[0xfb][0xc8][0xab][0xb4]#[0x9a]0[0xba][0xb2][0xf1]mFj[0xad][0xbe]-[0xa6]$'#4[0x89]N[0xc3]pn-[0xba]2[0x83]Q[0xda][0xeb][0xac][0x89]j[0xd5]i[0xae][0x12][0xbb]3[0x9e][0x1e][0x10]X5I[0xc4][0xe6]J6[0x13][0x8d]5u[0xea]C[0xa6][0x2]}[0xe4]/[0x15][0x18][0xbf]%P9^[0x1][0x9a][0xcc]Rb[0xd1]x[0xd2][0xe6][0x93][0x11][0xdc]B[0x86]E=[0xd1][0x81][0x84].u[0x12]H[0xbc]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa4]h[0xa9][0xe6][0xa6][0xfa]ID[0xd2][0xc9][0x6]A[0xf4][0xbf][0xc5][0xbc][0x80][0xbf]n[0xfe][0xdf][0xc8][0x9a][0x80]iWO[0x18][0xd1]h8[0x17]P[0xcf][0x19][0xd7][0x87][0x4][0x86]^![0x96][0x13][0xd0][0xc2]Y[0xaf][0xb2]ag43(p[0xd1]I[0x85][0xe7][0xdc][0x97][0x91][0xc6];[0x8c]][0x2][0xda][0xa5][0xb2]0[0xb2][0x1e][0xe][0x18][0x19][0xb3][0xb4][0xb2]8T[0xd4][0xcf][0xdd]\[0xa8]j[0xb9][0xfb][0xad][0xe2][0xfb][0x9a]I[0x8a][0x9d]m[0x8a][0x90][0xf5][0xb1]T[0xd8][0xb4][0x82][0xa2]D[0x94][0xc5][0xbb]'[0xa3]Gv[0xd0][0x86]*[0xeb][0xd5][0x95][0x96][0xf0][0xe0]9[0x82]&[0xd8]v[0x96][0xe6]E[0xf5][0x13][0xd6]_[0x15]g-m[0x9e][0xaf](`c[0xe9][0x82][0xc5][0x93][0x9]py[0xd0]C`kUe/'[0xb4][0x2]jy[0xd2][0xa3][0x4]^[0xd3][0x0]k[0x93][0x2][0xd5][0xc7][0xc2]X[0x9e][0x8d][0xc6][0xfa][0x8c][0x94]b[0xea][0xde][0x96][0xed][0xef]7R[0x2]U[0xc7]%ce[0xb3][0xfd][0xa7][0xee][0xc2][0x8c]e[0xf0][0xd1]%/[0xdd][0x1c]e[0x99][0xa5][0xe0]9'[0x17]X[0x14][0x90]H[0xa6][0x8c]6=m[0x1c][0xa7][0xe9][0xde][0x94][0xe7][0xfd]Q[0xa6]'0l [0x9f][0x9a][0xb9]O[0xbd][0x95][0xe7][0xd8][0xef][0x8c][0xeb][0xbf]Mw[0xe2]T[0x14][0xa3][0x99][0xc5]`[0x19][0xdc][0x98][0x81]s[0xd0][0xca][0xf1]r[0x0][0xe][0xb4]q[0xbe][0x2]+[0xed][0xf9]y[0x9c][0xaf][0xca][0x99][0xb7][0xf3][0xc7]+L[0x8d]y[0x8b][0xa9]w[0x97]z[0xcf]"M7[0xce][0xe7][0xf3][0x2][0xce][0xb2][0xe4][0xec][0xe2][0xbb]&4[0x2][0x11]:[0x0][0xc7][0xc6][0xb0][0x10]#p[0xde][0xf]W[0xa8][0xe1]~h[0xa1][0xc6][0xfb][0xe1][0xfe][0x94]:[0xbe][0x86][0xcf]Jh|.[0xe7][0x91]6[0x94][0xe1]\L'[0x88]j[0x8a][0xed][0xe1]j[0xc8]d[0x84][0xb5]X[0x7][0xa8][0xd1]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14]j[0xd4][0xcb][0x91]C[0x8d]$[0x8][0xa7][0x82][0xb0][0x9e]+[0x12][0xc2];[0x9]Ar[0xad][\r]U[0xb9]F[0xe0]9[0x11][0x8]g[0xe][0x88][0xb]xl[\r][0xca])[0xba][0x8a]"gQ[0xa8][0x4][0xb1][0xd0]d" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0x83][0xa8][0xb5]A[0xd4][0xda] j-[0x10]r[0xb4][0x1][0x1b][0x9]{[0x13][0xc7]~[0x8b]j[0x3]6s[0xe5]B[0xa5][0xf2][0x16][0x5][0xf4]"[0xcb]V1[0xae]H[0x15][0xcb][0x95][0xad][0xc2]'4[0xd1][0x16]R^[0x84]"lE[0x9].[0xc6]4[0xe8]9&*[0xb7][0xd1][0x95]+[0x1f][0x9]5[0x1a]EW[0x9e]c[0xa2][0xad][0x96][0x89][0xde][0xc2][0xb7][0xe4]Zi[0x99][0xe8]X[0xd9][0xb9][0x96][0x89][0xd3]2[0x9]LA[0x12][0x1][0xc][0xa1][0x2][0x97][0xe4]X[0xa6][0xd2][0x96]]i[0xcb][0xae][0xb4]eW[0xda][0x96][0xa9]<[0xc6]2[0x95][0xe3],s1[0xbc],|W[0xf1]-O[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5(x[0x9f][0x81]K"[0xe4][[0x93] [0xf9]v[0x17][0xc0]y9[0x9f][0xaf]c[0x84]_A[0x8c]W24[0xae]R8[0x83]&'[0x1b][0xe7],[0xa2][[0xa7][0x10][0xcc][0xc2]6br[0xe4]`[0x92]+[0x9b][0xb9]bb[0x8a][0x10][0x1d][0x9b]>[0xcb][[0xb] [0x14][0x8d]&[0xbd]5[0xe6][0x1e][0x9f]R[0xf4]:[0x92]^[0xaf][0xc4][0x99][0x8c]4K[0x9c][0x90]W[0xa8][0xc5]`5[0x81]H([0xde]P[0xb8]a[0x98][0xcf]}y<[0xde]F3[0xbf]=[0x7][0xb2][0xd7][0x86][0xec][0xc5][0x80][0x15]t^[0xc]*[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D[0xb1][0xdd][0xe2]{/[0xa9]=|/[0xda][0x8f][0xa2][0x83][0xf][0xc0][0xd7][0xe1]\[0xc6]QW[0xe3][0xc1][0xc5].[0xe7]b[0xad]B[0xab]p[0xdd][0x89][0x19][0x8d][0x15][0xda][0xfc]%[0xee]p[0xf5]u[0xe]Q[0xe5][0x1e][0xc6][0x94][0x9e][0xeb]4[0xb1][0xf7][0xe8]s[0xe1]}[0xb6][\r]gP<[0xd8][0xad]yq[0x1b][0x1][0xbd][0xf]ux?[0x1a][0xf9]^[0x80];[0xec]X[0xab]c[0x14][0xec]`[0xdc]J[0xca]E[0x16]T[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xcc][0xb7][0xc6]c[0x14][0xf0]x[0xe]c[0x9f][0xcd][0xd8][0xc7][0xec][0xbb]ZiMAkh[0xf9][0xd6]x[0xaa][0xa0]5^o[c[0x9c][[0xb4]| O[0xf3][0xcc]w[0x8f][0xe3][0x96]^[0xcb][0xc5]o[0xc0][0xb5][0x16][0xaf]UVy![0xaf][0x11]L[0xcf][0xe7][0xf5][0xc]y[0xfd]('[0xf]sy[0x8d][0xe6][0xa1][0xdb][0xca]C[0x87][0xfc][0x94][0xb1][0xb8]>C[0x19][0xd2][0xea][0x91][0x82][0xfe]:e[0xbc][0xbf][0x9c][0xcb][0xaa]%[0xd9][0x9d]83\=[0x8c][0xaa][0x96][0x9a][0xc0][0xa9][0x1f][0xc4][0xcc][0x9a][0xc0]Uw[0xa1][0xa2]&[0xb0][0xec][0xe][0x94][0xd6][0x4][0xb6][0xdc][0x81][0xa2][0x9a]@[0xdd][0x7]P,[0x19][0x95][0xcd][0x90][0xe7][0x98][0xbf]{[0x8f][0x1e][0x1e]st[0x1d][0xf3][0xf][0xf8][0x9][0xfd][0xf0]S:[0xfa]9[0xcc][0xc3][0xcf]Y[0x99][0xc1][0xbd][0xe7]Y[0xc5][0x9e]c=[0xfb][0x8d][0x9d][0xbd][0xb]Q[0x8f]7[0xb2]L9q:[0xbb][0x0]3S[0x9][0xd7]V/b[0xa9]'[0x83]a*[0xb4][0xd9]G [0xc4][0x11][0x84][0xc5][0xb](z[0x81]6[0x11][0xf2][0xdb][0xc5].[0x86]Ne[0x87]"[0x15][0x1a][0xc3][0x98][0x99][0xef][0xce][0xbf][0xe6][0xb8][0xb3][0xc8].[0x86]o[0xc2][\r][0x16][0x83][0xa4]U[0xc]+Be[0xd5][0xe1][0xfd][0xa8]y[0x8][0xd5][0x8a]Mgh[0x18][0xb3][0xf6][0xa9]c%L[0xcf][0x12]KM[0xf9][0x86]p[0xa0]T8[0x11][0x10].[0xdb];[0x1][0xe2]z[0xb3][0xba][0xce][0xc8][0xca]V[0xa4][0x82]EjT[0x11][0xc2][0xe9][0xf6][0xe0]F*[0xc4][0xcf]8Kx[0x9f][0xe5][0xa9]r[0xcb]9][0xac][0xc8][0x8d][0xc]o[0xfe][0xa6][0x8d])b[0xca],[0x83]WL[0xa3][0xdc][0xf2][0xe3]\[0xb8][0xb2][0x1c][0x9a][0x17][0xee][[0x99][0xfe][0xe][0xba][0xc3][0x8f][0x9b][0x18][0xfa]N%[0xf1]fS[0xa2][0x90]W[0xbd][0xac][0xd1][0xbb]i.[0xfa][0xbd]v[0xb1][0xab][0xc2]u+[0x9b][0xa4]a[0x4][0x97]hU[0xda]a[0x16][0x9a]F9a[0x80][0x4][0xf8]8u='ur[0xe7][0x10]J[0xaa]4^[0x17][0xaf]Z[0xa2][0xed][0x85][0xbb][0xc1]\[0x9a]R[0xa5][\r]c[0xb6]:[0x14][0xd8],[0xa9][0x1b][0xab][0xb4][0xfd]8[0xad][0xd1]:J5No[0xc]l[0x91]c)e[0x6]y[0xcd]Y[0xe2][0xae]r[0x1f]B[0xa9]I"o[0x80][0xb2][0xf5]cA[0xb4][0x89]Y[0x3]q*[0x8a]D[0x1d]J[0xc4][0xab]P[0xce]BP%N[0xc3][0xc]1[0x7][0xf5]b.[0xe6][0x89][0x10][0x16][0x88]0ZD#ZE[0x13][0xba][0xc4][0xab][0xd1]-[0xe6][0xa3]W,[0xc0][0x85]b!"b[0x11][0x6][0xc5]b$[0xc5][0x99][0xc8][0x88][0xb3][0xf8][0x89]z6[0xae][0x16]Kp[0xa3]X[0xa6][0xac][0xb6][0x86]V)[0xe7][0xbf][0xb7][0xd1]+[0x1a]ch[0xaa][0xca]Iy[0x89][0xec][0xb6]-[0xb9][0xdb][0xb6][0xe4]n[0xcb][0x92]rdZ[0xb2][0x88][0x99][0xfb]v[0xbc][0x83][0xb6][0x9f][0xc7]&[0xe8][0x9d][0xdc][0xd5][0x94]o+[0xe1]y[0x91] =x[0xd7][0xb](>[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xde][0xed][0xf0]c)[0xb9][0xbc][0xe7][0xa4]#U[0xac]([0x18][0xa9][0xef][0xc1]{-[0x6]O[0x93][0x81]tzO[0xf8][0x10][0xda][0xc3][0x7]o[0xc7][0xb9]2w[0xf][0xde][0x89]E[0xe1][0xea][0xf9]][0xf7][0xa1][0x9e][0xb7])->[0xf7]V^[0xe9]#[0x8][0xed][0xa3][0x18]{[0xc5]o[0xb]Uy[0xfb]XH[0xa8]I.[0x14][0xd3][0x3]![0xd6][0x1e][0x88][0x1e]z`-[0xa6][0x8a]u[0xdc][0xee]E[0x9d]X[0x8f]9b[0x3][0x16][0x8a][0x8d]X[0xc6][0xf5]6q!V[0x8b][0x8b][0xec]8[0xac]`:[0xef]P[0xed][0xd5][0x14][0x9c]e[0xa7]s[0x8f]m[0xd1][0x1e][0xeb]Z[0x96][0x96][0x9a][0x6][0xed][0x8][0xa6]0[0x9b]g*cU0[0x9f][0xe5][0xd5]y[0x8b]m[0xa6]'[0xad][0x92][0xb8][0xd5]J[0x89][0xe][0x19][0x80][0x9d][\r][0x87]0[0x95][0xc1]7[0xfb][0x10][0xef][0x0][0xde]`[0x87][0xe1][\r][0xcb][0x14][0x9][0xab]J[0xb6]>\[0xc6][0xbd]2[0xb9][0xc1]WY[0xa3][0xb9]4[0x8f]/.7[0x95][0xbd]Z[0xce]e[0x81]=#\6_[0xed]Y[0xd9][0x95][0xab][0xf1]6fW[0x4][0xc5][0xa2][0xf][0xb5][0xc2][0xc0]l1[0xc0]r3[0xc8]8[0x8b]2[0xc6][0xb6][0xa3]G[0xec][0xc0]&[0xe6][0xce]X-[0xde]j7[0x1d][0xeb]Ul[0x8][0xb6]{kTD[0x98]M[0x87][0x1f][0x8e][0x17]Q[0xeb][0xc1][0xad][0xc][0x5][0x17]w[0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]a[0xc5][0x81][0xc7][0xf2]A^[0x14]\[0x92][0x13][0x5][0x1e];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nc[0xff]cv[0xa4][0xe7][0x8f][0xde][0x85][0x7]P[0xbc]Qj[0xb5]`L[0x15][0x93][0xc3][0xce][0xe3][0xdc][0x83][0xb2][0xc7][0x14]9=[0xa6]O[0xf5][0x98][0xc2][0xea]1[0xdf][0xcf][0xd1][0xed][0xec][0xb0][0xcc]2q[0x8a][0xe5][0x85][0xdd][0xa1][0xf0][0x87][0xa1][0xb9][0xee]a[0xc8][0x95][0xd0][0x11][0xb]i[0xba][0x85][0x1f][0x82][0xe6][0xbc]'[0xfc][0x10][0x8a];[0xa5][0xf8]E{[0xe4]T[0xda][0xfe][0x10][0xbf][0x1f][0xf8]jPnX[0xbc][0x7][0xa5]{[0xe1]kP[0xeb]&[0x81][0xcb]$pq[0xcd]5[0x8c]3m[0x2][0xd7]([0x81]f[0x12]h\[0xd3]r9h[0x8a][0xc0]u[0x8f][0xad][0xe7][0x12][0x96]D[0x88]+[0xa0][0x89]+[0xe1][0x11]W[0xa3]R\[0x83]S[0xc4][0xb5][0xa8][0x11]o[0xc4]i[0xe2]z[0x6][0xeb][\r]X)[0xde][0x8c]U[0xe2]F[0xc][0x88][0xdd][0x88][0x8a][0x9b]p[0x83][0xb8][0x19]o[0x11][0xef][0xc8]qan[0xca][0x0][0x1f][0xa4][0xe6]5[0xc][0xde];[0xb9]f[0xba][0xb0][0x1c][0xc5][0x9e][0x12]Fj[0x9][0x1b][0xc7][0xe9]na[0xfe]'[0xd5]][0xb8][0xdb]r[0xe5][0x13]V+[0xd0][0xcd]|;[0xab]9P;s[0xd0][0xb4]C[0xb1][0x19][0x8a]g[0xef][0x85][0xcb]y[0xf1][0xe8][0xba][0xcb]\[0xa7][0xea]K[0xc6][0xad]k[0xe6][0xba]f[0xd3][0xcf][0x1c]ST}N[0x88][0xf7]R[0xd1][[0xa8][0xdc][0xad]X$[0xf6][0xa0]S[0xdc][0x96][0xe3][0xe0]nK[0x9][0x8d]M[0xdf][0x87][0xd4]g[0xb2][0x84]~6[0xdc]G[0xd9]G;[0x88][0x9c][0x88][0xc5]Q[0xe9]a5v[0x8][0xd1]{[0xc2]i[0xa0][0x95][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xce][0x9]U[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xf9][0xa1][0xb0]4[0xff]j=[0xad]@[0xa8]:[0xd9]+K[0xaa][0x8f][0xe0][0xa3][0x16][0xdd][0xc7][0xf8]~[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc1]/[0xea]b[0xb4][0x9c]S[0xf5][0x1f]PK[0x7][0x8][0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.class[0x95]M[0xbb][0xe][0x82]@[0x10][0x9c]U[0x14]E[0x13][0xa9][0xac]-[0xac][0xbd][0xa8][0xfc][0x81][0x8f][0xc4][0x82]X[0xe8][0xf][0x9c][0xb0]9$[0x7]G8[0xf5][0xe3],[0xfc][0x0]?[0xca]x[0x84][0xd2][0xca][0xdd][0xec]L6;3[0xfb][0xfe]<_[0x0][0xd6][0x18][0xf9][0xf0]}[0xc][0x9][0xc1][0xc9][0xdc][0xeb][0x84][0xf7]W[0xcd][0x84][0xe9]9[0xab]Y[0xa6][0xdb]{Q[0xc5]l[0xad]T[0xbc][0xc8][0xe5]C[0x12]&[0xbb]2[0xd1][0xc6]^K[0x15][0xf3]-3[0xa9][0x8f][0x80][0x10][0x99]Z[0x9]Y[0xc9]$c[0xa1][0x8d]R[0xee][0xda]p[0x94][0x8b][0xa2]5[0x8b][0x9f][0xb8][0xf9][0x92]0>[0x94]%[0xd7][0x1b]-[0xad]eK[0x8][0x9b][0xf]BKg>^rNn[0x84][0xd5][0xff][0xc1][0xe1][0xc][0x84][0xe][0xda][0xea][0xba][0x86][0xdb]<[0xf4][0x1c]{[0xe8];[0x1c][0xb8][0x9][0x9c][0x86][0x1a]A8[0xf8][0x2]PK[0x7][0x8][0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.class[0xb5]V[O[0x1b]G[0x14][0xfe][0xc6]^{[0xc1]^[0xc0]@q[0x9b]^[0x80][0xa6]45W[0x13]B.[0xc4][0x94][0x94]p[0x9].[0x86]\L[0x9c][0x92][0x90][0xb4][0xc3]2[0xb5][0x97][0xae][0xd7][0xd6][0xee][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]'[0xfd][0x5]}[0xa9]THZQ[0x12])[0xca]s[0xa4][0xfe][0x9a][0xbc][0xe5]![0xe9][0x99]][0x13]bc)[0x89][0xd5]Z[0xd6][0x9c]9[0xc7][0xdf][0x9c][0xf3][0xed]73g[0xfd][0xec][0xe5][0xa3]'[0x0][0xce]@[0x8f][0xa0][0xb]g#[0xe8][0x96]C;[0xce][0xa9]8[0x1f][0xc5][0x5]LE[0xa0][0xe0][0xa2][0x9c][0xa5][0xa2][0x98][0xc6][0xd7]Q[0xcc][0xe0][0x92][0x1c][0xbe]Q1[0xab][0xe2]r[0x14]Q[0xcc][0xa9][0x98][0x8f]@[0xc3][0x82]t[0x16]%[0xf6][0x8a][0x8a][0xb4][0x8a]oU,3[0x84][0xa7][\r][0xcb]pg[0x18][0x82][0x89][0xc1][0x1c][0x83]2W[0xda][0x12][0xc][0x1d][0x19][0xc3][0x12][0xab][0x95][0xe2][0xa6][0xb0][0xd7][0xf8][0xa6]I[0x91][0xae]LI[0xe7]f[0x8e][0xdb][0x86][0xf4][0xab]A[0xc5]-[0x18][0xe]C[0xfc]2w[0xc]}[0xad]`[0xb][0xbe][0x95][0xb6]~,-r[0xdd]-[0xd9];[0xc]Z[0xda][0xb2][0x84]=gr[0xc7][0x11][0x84][[0xce][0x94][0xec]|[0x92][0x97][0xb9]^[0x10]I[0xb3][0x94][0xcf][0x1b]V^[0xda][0xc9][0xed]dQ8[0xe][0xcf][0x8b][0xa4][0x9f]d[0xbe]R,[0xaf][0xf8][0x91][0x81][0xc6][0xb9]S[0xc]1[0x9d]b[0xae]8[0xfa][0x89][0xa1]31[0x98][0xd9][0xe6]?[0xf3]d[0xc5]5[0xcc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x13],$,Wr[0x9]-[0xf8][0xb6][0xa7][0x16]1[0xe0][0x85][0x9][0x17],[0xf2][0xb2]|[0xf0][0xfa][0xf5][0xaa][0xeb][0x15][0x90][0x8f]Y+[0xc1]N[0xf9]P[0x86]+[0x8d]RN[0xfb]A[0x93][0xd3]3[0xfa][0x1c]Sw[0xde][0x8]e][0xae][0xff][0xb4]fs],[0x98][0xa2]H[0x1c]S3Tl[0xb6]6SS9[0xf4][0xfa][0x1c][0xef]([0xba][0x94][0xd0].r[0xd7](Y[0xef]P[0xa5][0xcd][0xb]S~O[0x3][0x15]+*V[0x19]Z[0xb3]F[0xde][0xe2]n[0xc5]&UD[0xfd]f[0xfc]/LT\e[0x98]J4s[0xb2]N[0xa7][0xe4][0x89][0xf][0xdc][0x1f]g8[0xd7][0xdc]z[0x86]H[0xb6]T[0xb1]u[0xb1]h[0xc8]s[0x10]?[0x86][0x19][0x93][0xe4]5[0xf4] [0xae][0xe1][0x1a][0xfa][0xe8][0x84][0x1e])[0xb2][0xc4][0x9d][0x2][0xa9]B[0xd2]i[0xb8][0x8e][0x1b][0x12][0x95][0xd5][0xb0][0x86][0x9b]*r[0x1a]n[0xe1];RT[0xc3]:nk[0xb8][0x83][\r][0x86][0xee][0x6][0x87][0x8c][0xe1][0xfc][[0x89][0xd7]][0xa0][0xaa][0xb0][0x1a][0xee][0xca][0xa4][0xb1][0xfa][0x3]&i[0xdc][0xd3][0xf0]=64[0xfc][0x0][0xae]b[0x93]![0xfd][0x9f]][0xdb][0x9a][0x82]W7[0xb7][0x85][0xee]2[0xcc]7[0x91][0xbe]A[0xe6][0xce][0x6][0xb1][0xb6][0x1a][0xcd][0xa8][0x8b][0x1d][0xf9]iW[0xd8][0x9c]P[0xc][0x93][0xcd][0xec]=[0xd5][0xcb][0xb]w[0xd6]4[0x8f][0xe]%[0xb5][0x8][0xc5]1~[0x11]^/M[0x93][0x93]H[0xcb][0x3][0xd6][0xe2]5[0xa0][0xac]p[0xeb][0xfb][0x13][0x85]R5[0x14]=L[0x8b][0xf1][0x9a]X[0xbc][0x6]~HX[0xf6][0xa4][0x2]wV[0xc5]}[0xd7][0xab]t[0x9b]*Y[0x9e][0xf3][0xc1]![0xfe][\r]y[0x9][0x1d]&[0xa2][0xcb]B[0xb6][0xbe][0xc4][0xf1]~[0xe2]1$@[0x8e][0x9b][0x15][0xc9][0xbc]\[0xa1]D[0x17][0x12][0xc7][0xf3][0x1c][0x8f]4,6[0xf1][0xfe]b[0xa2][0x9f][0xde]m[0xdd] [0xfe][0xf4][0xaa][0xb]" [0xaf][0xb]y[0x1f][0x92][0x97]$[0xcb][0xc8][0x86][0x86][0xf6][0x11][0xd8][0xa3]I[0x0][0x1f][0xd1][0x18][0xf6][0x82][0xbf][0xe3][0x4][0x8d][0x9a][0xf][0xc0][0xc7][0xf8][0x8c],C/[0xfa][0x8]%[0x17]?[0xa7]wc[0x88]l[0xee]o[0x4]3[0x8f][0xa1][0xac][0xf][0x1f] [0xc4][0xb0][0x8f][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd]T[0x86][0x3][0xb4]0[0xac][0x8e][0x1e][0xa0][0x95][0xe1]W[0x8c][0xd3]$[0xc2][0xf0][0x14][0xd1][0x8b][0xca][0xc8]ch[0xeb]'[0x94][0x3][0xb4][0xc9]@[0xfb]>:[0xa4][0x13][0x93]K:[0x83][0xb8][0xf5][0xdb][0xab]Fv)[0xb3][0xe2][0xb1][0xe9][0x85]J[0xe3][0x1f][0xe4][0xed][0xa2][0x15]{[0xf4]0[0xf]0[0x81][0x87]t[0xa9][0xff][0xa4][0xeb][0xfc][0x97][0xc7]r[0x88]~[0x9d] f[0xfd]8I3[0xe2]T[0xe5][0xab][0xe0][0x6][0xbe][0xc0][0x0][0xf1][0xee][0xc2]<[0xbe][0xa4]Y[0x0][0xa7]([0xde]OB[0xf8][0xf8][0xaf][0x8][0xe3][0xa3][0x12][0xaf]Q[0x83][0x84][0x1a]"T'[0x2]/[0xd1][0xab]b[0xd8][0xfb][0x8e][0xbc][0xc0]Y[0x8c]z"[0x8d][0xc5]@*[0x8e]WU[0x9c]"[0x1b][0xa8][0xaa][0xc8][0x1a][0xab][0x18][0xf7][0x1]UVrv[0x9a][0xea][0xcb]eg<[0xfc]$>%+[0xb9]wa[0x9][0x9f] [0x2][0xf9]G[0xe2][0xf3]p+m[0x11]}b-[0xb4]yK[0xc8][0x84]#[0xff][0x2]PK[0x7][0x8][0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.class[0xb5]U]S[0xdb]F[0x14]=k[0xcb]^[0x10]*_[\r][0xb4]n[0x1b][0x12][0x12] 6[0x1][0x4][0x94][0xba][0x1][0x13][0x2][0xe1]#q[0xb0]IR[0x18][0xf2][0xf5][0xb4][0xc8][#*[0xcb][0x1e]Y[0xee]$[0xef][0xfd]%}[0xc9]k[0xfa]R[0x9a][0xd2]![0x99]N;[0x9d][0xc9]O[0xc8]o[0xe8][0xf][0xe8]S[0x92][0xbb][0xb2][0x89]C[0xa0][0x98]2[0xcd]hf[0xaf][0xf6][0xea][0xec][0xbd]g[0xcf][0xde][0xbb]z[0xf1][0xea][0xd7]][0x0]_[0xe2][0x1b][0x1d]-[0x18][0xd5]a[0xa8]a[0xc][0xe3]-[0xe4][0x9b][0xe0][0xf8]JG[0x4]I[0x8e][0xaf]up\[0xd2]1[0x89][0xa9][0x16][0xa4]0[0xcd]1[0xc3]q[0x85]c[0x96]!:m[0xbb][0xb6]?[0xc3][0x10][0x8e]'[0xd6][0x19][0xb4][0xf9]bN2[0xb4]elW[0xae]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xd2][[0x13][0x1b][0xe]y:3EK8[0xeb][0xc2][0xb3][0xd5][0xbc][0xe6][0xd4][0xfc]M[0xbb][0xcc][0x10][|[0xe8]K7'sk[0x9b][0x9e][0x14][0xb9][0xb4][0xfb]mqIX~[0xd1]{[0xc4]`[0xa4]]Wz[0xf3][0x8e]([0x97]%AW2E/o[0x8a][0x92][0xb0]6[0xa5][0xe9][0x14][0xf3]y[0xdb][0xcd]+;[0xb1]e[0x16]d[0xb9],[0xf2][0xd2][0xac][0x6]Y[0xa8][0x14]J[0xd9][0xaa][0xa7][0xef]_[0xc3][0xa7][0x18][0xda]-[0xf2][0xf9][0xb2][0xfe][0x89][0xa1]#[0x9e][0xc8]l[0x89][0xef][0x85]Y[0xf1]m[0xc7][0xcc][0x8a][0x12][0xc1]4;[0xf8][0xd4][[0xfd][0xe0][0x8][0xca]Z[0x10].[0x5]/H[0xd7]7[0xeb][0xab][0x15]tC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xe1][0xfc]Q[0xd0][0xec][0xdd][0xab][0x4]"pDx[0x9e][0xa0]m[0x9e]{p[0x8c][0xc8][0xdc][0xf]fe[0xa5][0xef][0xfb][0x4][0xbb][0xf7][0xeb][0xfb][0xa8][0xb4][0xa7][0xb1][0xb5][0x1f]:}\[0x1]UN[0xaf] |[0xbb][0xe8][0xa6][0xde]%[0xb7][0xea][0xb][0xeb][0xbb]5OXr[0xd1][0x9]8[0xa6]f([0xfd]G[0x81][0x9b][0xe2][0x7]Y[0x83][0xfa][0xb8][0xca][0xd1][0xc3]1[0xcf][0xd0][0xbc]j[0xe7]][0xe1]W[0xc3][0xc2][0x9]2[0x1c][0x12][0xb9][0xe3][0x10]_o[0xc3][0xfe][0xa2][0xb2][0xdc]Wk[0xc][0x13]'9Q[0x86][0x81]CSe[0xdf][0xbe][0xbe][0xe5][0xd4][0x96][0x97][0xfe]~[0x6][0xfd]{[0x5][0xdf][0xe0]"h[0xcd]Q[0xca]9[0xc7]Y[0xdb]k[0xf1][0x81][0xf8][0xfd][0xfb][0x89][0xe3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z<[0xad]J[0xb6]/[0xde][0x10][0xab]`g[0x1a][0x80]H3[0xda]C[0xbd][0xa9][0x18][0xce][0xc6][0x13]G[0xf7][0x1b][0xdd][0xfd][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xa5]w[0x19]T[0xb] u[0xd0][0x93]8[0xe8]b[0x18][0xff][0xef][0xe7][0x82][0xb3][0xf4][0xcb]2@|[0xe9][0xf][0x16]FH[0xf5][0x13][0xcd][0xda]if[0x92]ed#[0x83][0xdb][0x8][0xfd]D/!t[0xd0][0x18][\r][0x9c][0xbf][0xa1][0x93]F[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xc7][0xe8]&[0xcb][0xf0][0x9]>%[0x94]Z[0xfc]744[0x91][0xcd][0xfe][0x82]p[0xe6][0xa2][0xa6]=[0x85][0x16]Fv[0x7][0x91]{C[0xbb][0xdb][0x88][0xae][0xc]Mi1m7[0x19][0x9]'[0xa3]][0xd1][0xae][0xc8][0x8f][0xe8][0x8f]i][0xd1][0xf1])>[0xbc][0x3]~/[0xc6][0xb7][0xd1][0x14][0xe3]?[0xa3][0xf9])[0xf4]0[0xee][0xfc][0x10]e[0x8f]_[0xbf][0x1c]~B[0x1][0xb5][0x80]D[0xf][0xfd]I[0x81]g4{N[0xcc][0xa7][0xc4]`[0x14]b[0x91][0xec]2[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8]M[0x10][0xb1]Qt![0x86][0xcf][0x2]t[0xb6]FSC[0x1a][0x9f][0xe3][0x8b]`[0xcf][0xb3]8M[0xb1]B[0xb4]>[0x89]3[0xa4]E[0x18][0xbd][0xb5]mU=[0xe7][0xc8]s[0x9e]<[0xa7][0x11]zM[0x13][0xce][0xd1][0xc7][0xd1][0xcf]1[0xc0]q[0x81]FF[0xdb][0xff][0x7]qz[0x94]:[0x9][0xda]x+.[0xd6][0xe4][0x9b]$[0x1b][0xaa][0xc9][0xc7][0xe][0x97][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0xf1]RoC[0x18][0xe][0x96][0x8d][0x4]x[0x93][0xd8][0x83][0xd8][0x87][0xe9][0x8c].[0xe3][0x14]t[0xc]*X{[0x13]1[0xbf][0x8c][0xb9][0xa8][0xfe][0x6]PK[0x7][0x8][0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.class[0xad]T[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x9b][0xd4][0x85]$m[0xc3][0xbb][0xbc][0x2][0xe4][0x1]u[0x9a]Fb[0x11][0xc4]&UEh[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb4][0x91]X[0xb0][0x98]8[0x83][0xe3][0xc8][0xb1]+[0xdb][0xa9][0x80][0xaf]`[0xc1]c[0xc7]7[0x80][0xd4]R[0x4][0x12][0xb0]f[0x83][0xf8][0x16][0xf6][0x88];N[0x14][0xa1][0xa6][0x1b]"6[0xe3];[0xc7][0xf7][0x9e][0xb9][0xe7][0xce][0xb1][0xbf][0xff][0xfe][0xf4][0x5][0xc0]**[0x9][0xc4]q)[0x81][0x18].[0xc7]1[0x83][0xac][0x8c][0xae][0xc8][0xe8][0xaa][0x82]kr[0x93]S[0x90]WPPPdHz[0xc2]5[0xb9][0xd5][0x12][0xae]g:[0xf6]v}[0x8d][0x81][0xdd]e[0x98][0xab]9[0xb6][0xe7]s[0xdb]oqk [0xa2]?[0xbe][0xbd]X[0xfa][0xf9][0x95][0xfd]bP[0x9f]8n[0x9f][0xfb][0xbe][0xe8]lz[0x6]C[0xba][0xd1][0xe3][0xbb]\[0xb3][0xb8]mhM[0xdf]5m[0xa3][0xca][0x10][0xf5]M[0xdf][0x12][0xc][0xb1][[0xa6]m[0xfa][0xb7][0x19]n[0xe6][0x1a][0x8e]kh|[0x87][0xeb]][0xa1]Y[0x8e]aP[0xa2]|VzZ_x[0x1e]7[0x84][0xb6][0xd5]u[0x5][0xef][0xac][\r][0xfa];[0x9b]C[0xa4][0x9a]o1DjN[0x87][0x98][0x8e]7L[[0xdc][0x1b][0xf4][0xdb][0xc2][0xdd][0xe2]m[0xc9][0x9d]n8:[0xb5][0xcd][0xa9]y[0xda][0x8f][0xc0][0x88][0xdf]5=[0x86][0xcc][0x4][0xd7][0x3][0xd7]y[0xfa][0x8c][0x9a][0xaf][0xdb][0xb6]pk[0x16][0xf7][0xeb]8H8[0xc2]8[0x8d]Y[0xa8][0x14][0xcf][0xd1]_ [0x84]ct[0xe9]d[0x0][0x8a][0xd3][0xf2][0xfa][0x3][0xc]t[0x9d][0xb][0x94][0xb1]H[0xd1]6[0xed]%[0xb2]X8[0x0]+[0x14]? [0xb4][0x8f]p[0xa1][0xf8][0x11][0x91]}D[0xdf][0x7][0xe9][0x99][0xa0]8B[0xeb]KZ_[0x11][0xf9]k*[0x83][0x13][0x84]d[0x86][0xc5]8[0x89]3@[0x10][0x9d][0xc5]9[0xa2][0x8e]`[0x9][0xe7]GGT[0x11][0xa5][0x8]H}F[0xec]Qa[0x8f][0xe8][0xf7][0x10]e[0x7]P[0xde][0x8d][0xe9]cA[0xc2][0xdb][0x80]R[0x1d]&[0x8f](C[0xa4]M[0xae][0x17]I[0x97]l#DJc8EJW[0xe4]y[0xc9][0x99]?PK[0x7][0x8]@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.class[0x95]P[0xb1]N[0xc3]@[0xc][0xf5][0x95][0x92]@(P[0x16][0xbe][0x80][0x1][0x16]N[0x2][0xb6] [0x16]J[0xa5]J[0xad][0x18][0xd2][0x8d][0xc9][0x1c][0xe6][0x9a]p[0xb9][0x8b].[0x17]$~[0x8d][0xa1][0x1f][0xc0]G![0x1c]2[0x4]U[0xc]p[0x92][0xf5][0xec][0xb3][0xfd][0x9e][0xed][0x8f][0xcf][0xf7]5[0x0]\[0xc2]a[0xc]I[0xc][0xfb][0x2][0xc6][0xca][0x13][0x6]Z[0xae][0x18][0x9e]f[0xf6][0xd9][0x9]8:=[0x9b][0x17][0xf8][0x8a][0xb2][0x9][0xb9][0x91][0xb][0xac]R[0x1][0xbb]Y[0xae]-[0x86][0xc6][0x93][0x0][0xda][0xcc]_[0xcf][0x9d][0xd7][0x12]+T+[0x92][0xc6]i[0x9d][[0xdd][0xe2]U!K[0xaa]k[0xd4]${~_b[0xc8][0x9d]M[0x1f]:[0xe][0x83]\[0x9b][0x5]T/K[0x8f][0x8a][0xee][0xc][0x95]dCz[0xc3][0x9a]I[0xe6][0x1a][0xaf]h[0x9a][0x1b][0x16]=[0xee][0x18]&MY-:[0xce][0xf3][0xb6]?[0x86][0x3][0x1][0x93]?[0xca][0xff]h>[0xe9][0x7][0x9a][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xbf][0xf1][0xde][0xbf][0xfc][0x8d]f[0xd6][0x92][0xbf]5X[0xd7]T[0xf3][0xb5][0xfa][0x99][0xef][0x1f][0xb]RA[0xc0][0xc5][0xff][0xc5]#[0x0][0x1][0x3]h[0x9f][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x82]![0xc7][0xdb][0x1c][\r] b[0x8b][0xbf][0xbd][0x1d][0x18]1&[0x9c][0xe1][0xeb][0xc3]^[0x94]|[0x1]PK[0x7][0x8][0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.class[0xb5]X[0xfb]W\W[0x15][0xfe][0xce][0xbc][0xee]p[0xb9]!@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0xbf]4i`[0x86][0x94][0x84][0xc4][0xd4]$[0x18][0xb][0x4][0x1a][0x9a]@[0x1e]P*[0x89][0xd5]^[0x86][0x9b][0xe1][0x86][0xe1][0xce]t[0xe6]NB|[0xb5][0xda][0xaa][0xb5][0xbe][_[0xf1]Q[0xb5]>[0xf0][0xdd][0xa4]m@[0x8a][0xa6]Z[0xb5][0xd5][0xaa][0xad]V[0xeb][0xaf][0xfe][0x7].t[0xa9]K[0xfc][0xce][0xb9][0x97]a[0x86]!4e[0xe9]b[0xdd][0xf3][0xdc]g[0x9f]o{[0x9f]}[0xce][0xf0][0xe2][0x9e][0xb9][0x6]`[0xf][0xfe][0xa2]#[0x8e][0xfb]+X[0xbc]_G[0x13]>[0xa0][0xe1][0x81]([0x1e][0x94][0xfd][0xf]Vr[0xfa]C[0xb2][0xf5]aY<$[0x5]?[0xa2][0xe1]a[0x1d][0x95][0xf8][0xa8][0xec]|L[0xb6]>.[0x8b]O[0xe8][0xf8]$>%[[0x9f][0xae][0xc4]#x[0xb4][0x12][0x9f][0xc1]g+[0xf1]9|^[0x16]_[0xd0]p[0xa9][0x12][0xf5][0xf8][0xa2][0x86]/Ub[\r][0xbe],;_[0xd1][0xf0][0x98][0xec]|U[0xc3][0xd7]tl[0xc4][0xd7]5<[0x1e][0xc5]7tl[0xc6]75|K[0xc7][0xb7]1[0xa1][0xe3];[0xf8]n[0x14][0xdf][0x93][0xda][0xbf][0xaf][0xe1][0x7]:v[0xe0][0x87][0x1a]~[0xa4][0xa3]Q[0xd6]Oh[0xb8][0xac][0xe1][0x8a][0x86]'5<%`t;[0x8e][0x95][0xed]H[0x99][0xb9][0x9c][0x95][0x13]X[0xdb]9[0xee]Z[0xce][0xb0]5[0xdc]?[0x92][0xb5][0xcc][0xe1]n[0xe7]l[0xba][0xcb]L[0xb8][0xe9][0xec]E[0x81][0xfa]v3g'[0xca]&4<-P[0xb3][0x98][0xbc]7v8?[0x96][0xe9][0xb1]r93i[0x9d][0xc8][0xa6][0xc7]9Q[0x9d][0xb3][0xb2][0xb6][0x99][0x1a][0xb0][0xb2]9;[0xed][0xdc][0xd9]}X@[0xdc]![0xb0][0xa2]#[0xed][0xe4]\[0xd3]q[0x7][0xcc]T[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xfd][0x89][0xbf][0xbd][0xfa][0xf2][0xc9][0xea][0xfb][0x5][0xb4][0xae][0xb6][0x8e][0xfe][0xe3][0xa7][0x6][0x5][0xba][0x8e][0xa5][0xb3][0xc9]f3c&F[0xac][0xe6]T:[0x99][0xb4][0x9d][0xa4][0xac][0xf7][0x9e]k[0x1e][0xf3][0xb6]h.[0xdb]t[[0x19][0xb4][0x83]T[0xe9][0xaa]AZ[0xbc][0xf2][0xd8]9[0xf3][0xbc][0xd9][0x9c]w[0xed]Ts[0x8f][0x99][0xe1]\E[0x9f][0x9d]tL7[0x9f][0xb5][0x4][0x12][0xa5][0xb3][0xad]7[0xba][0xbf][0xdc]-;f[0xba][0xb4][0xef][0xe0][0x19]OG[0xca][0xa4]l[0x9f]k&F[0xfb][0xb3]f[0xc2][0xea]LYc[0x96][0xe3][0x1e]<[0xc4][0x1d][0xc3][0xae][0xed][0xa6][0xb8][m[0x89]d[0x96][0xca]9Y[0xed]ir[0xad]a[0xdf] [0x81]H[0xab][0xed][0xd8][0xee]![0x81][0xba][0x86][0xf2][0x15][0x8d][0x3][0x2][0xa1][0x8e][0xf4][0xb0]%m[0xb3][0x1d][0xab]7?6de[0xfb][0xcd]!o[0x87]t[0x82][0xcc][0x9b][0xe4][0x9f]}0[0xe4][0x8e][0xd8]db[0xef]2[0xc8]%[0xbe][0x15][0xca]&[0x92][0xa3][0xb4][0xa9][0x0][0xbb]*[0xb0]c[0x11]d[0x8b]c5[0xe6][0xed][0xcb]%[0x5][0xa2]n[0xda][0x9b][0x14][0xb8][0xa9][0xa1]q1BV%-[0xb7][0xab][0x8c][0x93]@n[0x88][0xe1][&[0xdf][0x9e][0xb7]S[0xc3]V[0x96][0xcb][0xa2][0xde]>[0xfd]i[0x81][\r][0xe5][0xe0][0xe6][0xe4][0x14]{6[0xbd][0xf7]:[0xf8](v6[0x9d]I[0xaf][0xca][0xf0][0xf]wzu]i[0x8]mS[0xc3][0x94][0xab]/u[0xc5][0xc5][0xcc][0x9c];[0xec][0xc5][0x16][0xfc]_"O[0xc3]$[0xc3][0xbd]@'}[0xc9][0xf6][0x9]3k[0x8e]Y.[0xf][0xa7][0x8c][0xaf][0xc6]b[0x1d][0xc7][0x87][0xce]Y[0x9][0x97][0xd8][0x8d][0xb]Y[0xdb][0xb5]NY[0x99][0x14][0xf5]-tTAJ[0x97]x[0xbc][0x9e][0xc0]&[0x9f]s;[0xed][0xb]t;[0x99][0xbc]K[0xf2]-sL[0xb1][0x1e][0xc9][0xa9][0xb6][0xc0][0xfa]%[0x4][0xa9][0xb4]s[0xcb]][0x8][0x8e]C[0xa5][0xe2]J&j[0x17][0xcc][0xab]/[0x11][0x9f]3[&[0xe7][0x11]3[0xd7]k[0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]i[0x1a][0xe8][0xa8]N[0x84]g[0xe2][0xa8]E[0xfe]Vf[0x8][0xc9]-[0xa6]%[0xca])[0xf5][0xb8]f~V[0x93]*%[0x8][0x1c][0xb8][0xfe]{h[0xe9][0x4]"[0x9][0xbd]uy[0xb7])W[0xae][0x9c]W[0xad]~[0x80][0x10][0x15][0x1][0xf6][0xcc]]9[0x1b]K[0x1f][0x1f]e[0x97][0xce][0x9a][0xeb][0xcd][0x91][0x1a][0xea][0xe9][0xe5]+[0x86]l0[0xc5][0x98][0xa9][0xdc][0x82][0xa7][0xb2][0xff]D[0x91][0xac][0xed]_[0xe]|u1c+[0xce]5![0x80][0x9d][0xb8][0x5]a[0xac][0xc3]>[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]7[0xf3][0x17]b[0x0][0xfb][0xd9][0xe7]E[0xc2]v[0xbb][0xbc]F8[0xfe]V5~[0x1b]j[0xe5][0xad][0xa4][0xda][0x1d][0xaa]^[0xc1]9[0xa6]?[0x96]][0xec]=[0xcc][0xf1][0x0][0xeb][0xcd][0xb1])[0x4]c[0xf1][0x17][0x10][0xad][\r]O [0x14][0xbf][0x8a]@[0xec]ID[0xa6][0xa1][0x9]\E[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82][0xb8][0x9d]e-B,oc[0xd9][0xc6]v;6Q[0xed][0x11][0x8e][0xd4]{j[0xd0][0x8d];[0x0][0xd5][0x92][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c]e{;[0x2][0xb3][0xa8]B@[0xc3]1[\r]=[0x10][0xac]g%"[0xbf]_[0xa8][0xe5]%[0xea][0xe3]z[0x94][0xbd] [0xeb]5[0x1e][0xae][0xab][0xa8][0x88]5[0xcd][0x81]k"[0xb8][0x85][0x80]:Yv[0xa1][0x82]#[0xab][0x9]G[0x2][0xda][0xe2][0xad]/[0x0]Z[0x83][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]lIh[0x1][0x5]-.[0xa1][0xad]B[0xd0][0x83]P[0x8c][0xae]h[0xa8][0x0]\^[0xb7]>[0xc0]f[0xd6]RY86[0x9][0xfd][0xb2][0xe2]W[0xa2][0x89][0xa8][0xc1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0xe1][0x9][0xf8][0x8][0x84][0xbc][0xd4][0xfd][0xc5][0xe][0xb1]I[0xba][0xb6][0xc6][0x9e]F[0xc5][0xf3][0x88][0xca][0xea][0xf2][0xc]*[0x7]k0;[0x5][0xe3]X,>[0x89][0x15][0xfc][0xaa].[0x17][0xcc][0xac][0xa7]"[0xf0][0xce][0xd7]0@[0xc5]o[0xa3][0x99][0x83][0xd8][0x80][0xd3]E[0xdc]o[0xf5]7Z[\r][0x1d]}[0xe8][0xf7][0xb9][0xf]BH[0x1c]|,[0xf8]{[0xff][0x8b]CR[0xd5]h[0x9c][0xbb][0x6]&[0xb1][0xf2].[0xaf][0xae]~[0xc]z[0xbc]Z[0x9f]D[0x8d][0x1c][0x88]N[0xa3]V`[0x1a][0xab][0x4]z[0x9a][0xa6]q[0x93][0xc0]%[0x1c]d[0xa3]N[0xf0]aQ[0xdf][0xbb]s[0x1a][0xab]ek[0xcd][0x81][0xd0][0xda]P|[0x1a]k[0x3]`[0xcd][0xd1]urt[0xfd]46[0x4][0xe1]+[0x9b][0x98]}N:+[0xa4][0xac][0x88][0x11][0x1b][0xf0]N:[0xea][0x1e][0xb2]n2h[0x13][0xc][0xda]a[0xce]Yt[0xcf]Y[0x8e]&[0xf9]7[0x82]s[0xb0][0x95]e1[0xb5]n[0xb][0xee][0xa2][0xc5]!J[0xc6]i[0xf5][0x19][0xe5][0xd8][0xd1][0x82]cG}k[0xdf][0xee]S[0xee]I[0xdd]M[0xa9][0xa3]j$[0xb8][0xee][0xdf][0xa8][0xd2][0xf0][0x8e]2j[0x5][0xf7][0x9e]s[0xc2][0x11][0xdf][0x83]5[0xd2]~?[0xb6]4[0xd9][0x9e]'[0xdd][0xf3][0xe6][0xbd]E[0xde][0xac][0xf1][0xb7][0x95][0xaa]5[0x4][0x8c][0xe]/.[0xee][0xa1]-[0x9e][0xd6]&_k@,[0xc][0x8a]w[0x17][0xa9][0x9][0xf8]jB[0x18]"[0x3][0xde][0xca]=[0xd2]W[0xac]+f[0xb0]q[0x90]a[0xbf]i[0xa1][0x82][0x7][0x8a][0x14]T[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]$[0xcf]b)[0x15][0x1c][0xf2][0xa3]J[0x9f][0xc1][0xe6][0xc1][0xda]-S[0xd8][0xfa][0xec][0x2][\r][0xf][0x15][0x85][0x8b]^ P'[0xf1]I[0xce][0x8f](@|[0x17][0xf1][0xb3][0xe9][0x82][0xd7]2[0xe8][0x95]r[0x83][0xaa][0xa3]tG[0xaa][0xec][0x88][0xf8][0xa4][0x16]/[0xde]VrD[0xc6][0xd4]b0[0x1]8[0xfe][0xe2][0xe3]4F[0x1e]l-[0x16]o[0x9a][0x82][0xb8][0xb2][0xe8][0xf2][0x98]'R[0xb0]D[0xa3]"[0xef][0x8c]kH[0xab]3.[[0x19]z0[0x88]([0xb2][0xc8][0xf9][0xca]_b?"7[0xa9]}[0xc3]$[0xde]x4[0xd4][0x1a][0xeb]i[0xba]v([0xb8]/T[0x17][0xda][0xf8]8[0xb6]6[0xd5][0x85]Z[0xe][0x84][0xd7][0x86]'[0xb1][0xad]v[0xfb]$n[0xbe][0x84]h[0xb0]u[0x2][0x15][0xf][0x86][0xc4][0xc4][0xec]_[0xd7]_B[0xd5][0xc]v[0xc][0x8a])4L[0xa0]r[0x6][0x8d][0xb2][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xf9][0xa4]t3[0x1d][0x4][0xec][0xe6]&-[0xdc]x[0xf]O[0xea]^4[0xe2]M[0x8c][0xcc]}L[0xde]{[0xd8][0xdb][0xcf]Tw[0xa0][0x90][0xa8]60[0x8d][0xb9][0xc8][0x93][0x89][0x8][0xc7][0xce][0xe3][0x2][0xc7][0xa3][0x84]:[0x8e][0x8b][0xfe]9^[0x8f][0xf0],[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kx[0x97][0x90][0x1f][0x8d][0xdc][0xf8][0xf][0x84][0xab]n[0xd7][0x18]XA[0xbc]G[0xf1][0xf3]^[0xbc][0xcf]g[0xe8]>[0xd6][0xbb][0xf8][0xb5][0xb0][0xd7],[0xa9][0xa1]g[0x1a][0xb9][0xfd]n[0xc8][0xff][0xcf][0xc5]9[0xae][0x13]F[0x1c]{#[0xf2][0xff]zqB[0xd3][0x19][0x17][0x8f][0xe0]t[0xa4][0xe2][0xbf]PK[0x7][0x8][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadInformation.classu[0x8e][0xb1]N[0xc3]@[0x10]Dg[0x1d][0x83][0x89])[0xa0]J[0xc5][0x7]@[0xc3]I[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":$[0x90][0x90][0x90](l[0xd1]P-[0x97][0xcd][0xc5][0xe6]|[0x17]][0xce]|[0x1c][0x5][0x1f][0xc0]G![0xce][0xa4][0xb0][0xa2][0x88]mF[0xda]7[0xb3][0xb3][0xdf]?[0x9f]_[0x0][0xae]p\`Z[0xa0]$[0x9c][0xac]C[0xe3]b[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0x8b]G[0xb7][0xf4][0x84][0xb3][0xf3][0xa7][0x96]?XYvFU1as[0xd7]7v![0xe1][0xf6][0xe2][0x85]P[0xfe][0x5][0xaa][0xc8][0xfa][0x9d]p[0xf3][0xbf][0xf7]u[0x87]$w[0x1d]X[0xcb][0xbd][0x95]N\[0xdc]^[0xaa]|[0x1f][0xb4]<4V[0x8][0xb3][0xf1][0x85][0xd0]ql[0xbc][0xbb][0x1c][0xf2][0x84][0xb9][0xf]F[0xf1][0x9a][0xf5]J[0x94][0xf5][0xc6][0xa4][0x8a]A[0xaf][[0xd5][0xc9]f[0xc3]F[0xd4]^[0x92]p:v?[0xbf][0xb5][0xa2][0xe3]!@[0xc8]0L[0x96][0x13]&[0xc8][0x81][0xa4][0x7]H [0x91]b[0xd8][0xe3][0xe8][0x17]PK[0x7][0x8][0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/TimestampMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x9e][0xf4][0xd4][0x92][0x90][0xcc][0xdc][0xd4][0xe2][0x92][0xc4][0xdc][0x2]F[0x6]f[\r]M/F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xb8][0xb4]ojqqbz[0xaa]^VbY"#[0x83]a~Q[0xba]~bAbrF[0xaa]~N~zzf^:[0x88]6[0xc9][0xd2][0xcf][0x85][0xa8][0xd3]G[0xd7][0xc8][0xc8] [0x0][0xd2][0xaa][0x9f][0x93][0x8]T[0xea][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0xeb][0x19]X@,[0x6]V [0xc9][0xc4][0xc0][0x6][0x0]PK[0x7][0x8][0x14][0xe0]j[\r][0xbf][0xf4][0xe0][0x1a]I[0xfe][0xca][0x83]u[0xf2]}[0xad][0xf][0xd7][0xe1][0xd7]>\[0x8f][0x1b][0xbc]8[0x10]7zp[0x93][0xf][0xbf][0xc1][0xcd][0xf2][0xb1]^>~+[0x9b]o[0x91][0x8f][[0xe5]c[0x83]|[0xb4]h[0xd8][0xe8]C[0x19]6i[0xd8][0xec][0xc1]m[0xb2]i[0x8b]T[0xf1];[\r][0xb7][0xfb]0[0x10]W[0xfb][0xb0][0x15][0xdb]4[0xdc]!-l[0x97]=4s'[0xee][0xf2][0xe3][0xf7][0xf8][0x83][0xf];p[0xb7][0x1f][0xc4][0x9f]|[0xb8][0x7][0xd7][0xca][0xb6]{5[0xdc][0xe7][0xc3][0x9f]q[0xbf]|<[0xe0][0xc3]p[0xfc]E[0xc3][0x83][0x2]%i3[0x15]1[0xa2]s[0xcc]T:[0x92][0x88][0x9f]V3Y@[0x9c]$P<)[0x11]O[F[0xdc][0x9a]cD[0x9b][0xcc]"[0xd8]?!PT7k[0xe2][0xa4])d[0x9a]T[0xc8][0x86][0xc1][0xe4][0xc][0x1b][0x96]95[0x91][0x8a][0x19][0x96]e[0xa6][0x4][0xf6][0xab]]d,5[0xaa]-s[0xb9]U=9[0xd3]5[0x8e][0x92]Qs[0xa9][0x19][0x15][0x18]\[0x9b]H5T[0x1b]I[0xa3][0xbe][0xd1][0xac][0x8e]&[0x1a][0x1a]"[0xf1][0x6][0xf9][0x1e][0xbb][0xa8][0xba]Vr[0x90]UO7&[0x96]I[0xe1][0xd9][0x91][0x98]I[[0xf3][0x4][0xfa][0xc8]&[0x82][0x92]z[0xa7][0x1b]I[0x1]w[0xda]J[0x99]FL `[0x1b][0x8c]$[0xaa]g[0xa5]"q[0xab]N5S[0x89]F[0x9d]3[0xc])_jsD[\r][0x1a]b7[0xed][0xb1][0xdb]}\$[0x1e][0xb1]&[0x8]l+[0xef][0xdc][0xdd][0x1d][0xc4]y[0xfc][0xf5]D*f[0xa6][0xd3]F[0x83]Y=[0xdd]~O5[0xea][0xad]DjE[0x17][0x2]MV$J[0x12]I3eE[0xcc][0xf4]i[0xfc][0x1c][0x97][0xd5][0xcf][0x11]s[0x4]\[0x93][0x12]a[0xba][0xd9][0xb7]6[0x12]7g4[0xc5][0x16][0x98][0xa9][0xd9][0xc6][0x82][0xa8]r[0x1d][0x89]%[0xa3]fu[0x9d]z[0xd5][0xb2][0xcb]LI[0xb9][0xb8]J[0x86][0x1e]6[0x17][0x1a]MQ[0xab][0xd6][0x1e][\r]~[0x99][0xd7][0xda][0xd6]L[0x95][0xc8][0xaf][0xba][0xc6]D[0xca][0xca]4[0xf5][0x9];[0xe3]`[0xaa][0x3][0xb5]O[0xac]][0x10][0x5]F[0xf5]8[0xee][0xc]B[0x92][0xb1][0xed][0xda][0x8b]l)[0x10]([0x8c].%[0xea][0xe2]:[0xcb][0xa8]_[0xcc]q[0xa8]b[0xca]Y[0xa8][0xe1]![\r][0xf]kxD[0xc3][0xa3][0x1a][0xfe][0xca]I[0xab][0xe1]o[0x2][0x9e][0x6][0xb3][0xd5][0xd1][0xa1][0xe5]#[0xba][0x1f][0xf8][0xde]HzJ\[0xaa][0xc][0xb]\X[0xde][0x1d][0xee][0xfe][0xe9]Fj1[0x83][0x9e]w`[0xc6][0xb5]I[0xfd][0xec][0xc6]Tb[0x99][0xc4]0n[0x4][0xe7][0x9d][0xd7]2[0xd3][0xad].[0xb8]cJ[0xad][0xc0][0x90]n-3P[0xb1]t[0x83]@E[0xfe][0x10]8[0x8][0xad][0xcc]l[0xee][0x80]D`[0xc9]^[0x88][0xc6][0x1e][0xcd][0x93][0x1a][0x8d]T[0x9d][0xb9][0xa4][0xc9][0x8c][0xd7]w[0xe1][0xfb][0x80]\[0x12][0x2][0x8b][0xf7]*[0x9c][0x99][0xb][0x16][0x99][0xf5]Vn [0xa5][0x9d]y[0x5][0xe6][0xec]U[0x8][0xce][0x12]&[0xad]E[0xf6][0x85][0xe2]3;[0xbb] m[0x15]$G[0x9][0xf4][0xcf][0xd2])[0xd0][0xb8]/`dG[0xa1]9cQ[0xe2]9B`[0xe5]'c9;[0x96][0x8b]?-[0xe3][0xb9][0x12]4Z`[0xcd]g[0x7]S.[0x94]c[0x4]n[0xfe],[0xa3][0xcc][0x85]{[0xac][0xc0][0x9d][0x9f]/[0xdc][0xb9]<9R[0xe0][0x91][0xcf][0xbb]'[0xb9]|;J[0xe0][0xe5][0xff]?[0xdf]ry{[0xb4][0xc0][0xfb]_[0x4]os[0xf9][0x8c][0x10][0xbe]/[0xa6][0xff][0xb9]"r[0xec][0xde]>[0xf1]t[0x8e]H[0xfb][0x13][0x8f][0x8f][0x82][0xd3][7[0xe5][0xcb]zQ[0xa1][0xed][0xf3][0xb3]1[0xeb].[0x8f]*MX[0x90][0xf2][0xb4][0x1b]O,c[0xf9]b[0xb3][0xaa][0xca]A[0x96][0xaf][0xea][0x18][0x1c][0xae][0x97][0xa5][0xd9][0x9e][0xe]V[\r][0xb2][0x1a]Z[0xb8][0xa4]>N[0x15][0xb1][0x86][0xb4]s[0xba][0xf6]Z[0xad][0xca][0x19][0xf1][0xf4][0x2][0x81]`'[0xaf]Oh[0x8a]D[0xc3][0xea]t[0xed]N[0x1a])#[0x96][0x96][0xe5]v[0xbb][0x12]oE[0xb2][0xb5][0xcc];[0xb2][0xbd][0xc9][0xe3][0xba][0xc][0xbe][0xd3]2a[0x9c][0x86][0xc7]4<[0xae][0xe1]>[\r]k5[0xdc][0xae][0xe1][0x9][\r][0x9][0xc2]Lg[0xea][0x98]C[0xba][0x1d][0x7]24^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]9[0x5][0xfa][0x80][0xf2][0x9c][0x95][0xab][0xaf].[0xd1][0x94][0xaa]7[0xa7]F$[0xe2]~m[0xb][0xc6]*)[0xa2]c[0x2][0x9e][0x14][0xd8]?G[0x1c]d[0xf7]S[0x2]czR[0x88]:W[0x8][0xf4][0x83]RU[0xb6]T[0x95]#U[0xa5][0xa4][0xaa]l)[0xd2]U:[0x9e][0xc6]3[0xc]v[0x95][0xba][0xba][0xd0][0xf1],[0x9e]c}[0xa7][0xe3]y[0xbc][0xc0]jO[0xc7][0x8b]xI[0xc7][0x91][0xe0][0xee] [0xaa]X[0x1][0xea][0xf8];^[0xd6][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xd5][0xf1][0x1a]^[0xd7]q[0x1c][0xc6][0xeb]8[0x1a][0xc7][0xe8]8V>B`[0xe6][0x6][0xee][0xb9][0x1e][0xb1]q[0xed][0xb9]$[0x91][0xfe][0xbc][0xc1]J[0xb1][0xfb]2\`[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0xaa][0xa7]O[0xaf][0xe][0x87][0x7]O[0x9b][0x16][0x8a][0xc5]B[0xe9]t[0xa8][0xae][0xae]n[0xf0][0xca][0x95]+u[0x8c][0xc1]X[0x1d][0xff][0xc0][0xab][0xac][0x96][0xdb][0x8f]HV[0xa5]:[0xa6][0xe0]M[0x81][0x91]=[0x89][0x9a][0xc][0xc4]?5[0xbc][0xa5][0xe3]m[0xec][0xe4][0x0][0xd1][0xf1][0x8e][0xc][0xc5][0xbf]t[0xbc][0x8b]k[0xf8][0x8f][0x8e][0xf7][0xf0]*[0x7][0x8b][0x8e][0xf7][0xf1][0x1][0xf][0xf4]Yf[0xc][0xab]b[0x1d][0xbb][0xf0][0x86][0x8e][0xff]b[0xb7][0x8e][0xf][0xb1]F[0xa0]27[0x86]d[0xa4]z[0xe2][0x82][0xb4][0x95]b[0xc5]nC[0xe0][0xec][0xea]8[0xc][0x4][0xe][0xea]z([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xf7][0xf0]j[0xa0][0xab][0xb8]d[0xb9][0x10]hu[0xb5][0xfd][0xd0][0x16]([0xcb]v[0x7]&pp7[0x8b][0x92]@y[0xbe]x[0xdb][0x85][0xc3]^[0xab][0x5][0xa6][0xf6]h[0xa1][0xcc]q9"[0xe7]ea[0xb9]|[0xba][0x8d]d[0xd2][0x8c][0x87][0x5][0xe][0xcf][0xa2]wD[0x17][0xab][0x93][0xc7]J[0xb4]f[0xa8][0xac][0xbc]3#9[0xfa]5[0xa8][0xf5][0x81][0x1f]N@[0x19][0xf9][0xe1]yY[0x91]7{V[0xc2]I[0xef][0xec]^[0xec][0xc]y\[0xc3][0xf8][0xa3]F[0xda][0xaa][0x91][0xd7]d3[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb2][0xe1][0x92][0x97]gQ3[0xde]`5[0xaa]h[0xd5][0xc8]%[0xaf]I[0xe]X[0xe5]u[0xa0][0xbc]&+[0xf2][0xac][0xaa][0xe4]N[0xc2][0xb1][0xe3][0xb8]4[0xac][0xbc][0xe3]&[0x92]U[0xd3][0x1][0xe5][0x93][0xba][0xca][0xc0][0xa1]][0x8f]b[0x9b][0x9d][0xdb][0x87]/[0x92][0x9e][0x91][0xb0][0xa6][0xc4][0x92]2[0x1][0x83][0xda][0xa2]kw[0xe1]![0xb7][0xe4][0xfe]LY[0xeb]=o83[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe7]4[0xc4][0x99]o[0x1a][0xe1][0xcc]z+[0xc5]kb[0xb1]&K.[0x6][0x99][0xd6]~[0xad][0xc3][0xa3][0xcd][0xd6]X[0xdc][0xae][0x81][e:[0xb2][0x92][0x96][0x8a][0xa9]`[0x96][0xdc][0xf5]L[0xcb]L[0xa5]e,Gd[0xbd]7[0xd0][0x92]r&F[0xe3][0xea][0x92][0x8f][0x14][0x15]0V[0xc]r[0xdf][0xa4]=E[0x8d][0xfa][0xc5][0xb3][0xb9][0xae][0x98][0x18][0x82][0x3]Q[0x1][0xc0][0x83][0x81][0xa8][0xc4]Hp[0xa0][0xf3][0xab][0x0]U[0xfc]>[0x2][0xa3]2[0xdf][0xa3]Q*WTEs[0xb5][0xe7][0xbb]T[0xae][0xea][0xea]}[0xac]z[0x17][0xc8][0xb5]]}s[0xc9][0xe7];@[0xd9][0x9][0xf8][0x12][0x9f][0xc7][0xb3][0xb3][0xc].[0xf4]a[0xeb][0xad][0x15][0x95]A[0xcf]F[0x88][0xa0]w[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6]nDaiQ[0xb][0xdc][0x95][0xfc]W[0xaa][0xf1][0xd1][0x2]O[0xb][0xbc]!E[0xd0]?r[0x13]|[0x1b][0xe0][0xf][0xb8][0x9a]qDe[0xa9][0xde][0x82][0xe2][0xa3][0xf4][0x80][0xbe][0x6][0x83][0x2]:[0xd9][0xfb][0xac]EiEe@w[0x9d][0xdd][0x82][0xbe][0x1b]P[0xb2][0xe][0x9e][0x8a]J[0xf5].;[0xb0][0x19]~[0x87][0xf6]T[0x8][0xbe]+[0x2]E[0x1b][0xd0][0xaf]"[0xe0][0xde]@[0x99] [0x95][0xf6][0xf][0x14]5[0xe3][0xb0]-([0x9b][0x1b][0xd4]6"[0x10][0xd2][0xd7][0xa1]$T,[0xbf]K[0xf7]W[0xdf][0x15]A}[0x3][0x6]8[0xf2][0x3][0xd6][0xd3][0x87][0xef][0xe0]2[0xfc][0x4][0xfb][0xa1][0x10][0x13][0xe9][0xc5][0x97][0xb1]?[0x9f][0x13][0xa1][0xe1][0x4][0xc][0xc7]$Fj2[0xa3]2[0x85]~O[0xc5][0xc9]8[0x11][0xf3]P[0x83][0xaf][0x90]Z[0x88]Z[0xc4]1[0x3]i[0xcc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x82][0xf3]p*Va6[0xb5][0x9d]N}gR[0xe3][0x19][0xb8][0x82][0xdc][0xd7]`>[0xae][0xc7]Y[0xb8][0x89][0x9a]o[0xc1][0xd9][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]E[0x9][0xf5][\r][0xa5][0xf6][0xc9][0xd0][0xc9]]H[0xfd]cI][0x1]?[0xad][0x9c][0x88]bJ[0xb9][0x9d]6[0xc6][0x15][0xd3]h[0x13][0x8a]:[0x89]rBQ'3S[0x5][0x8a][0xaa]e[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15]5[0x9d][0x94]KQ2E[0x8a][0x92][0x19]t+j[0x6]e5E[0xcd]$f[0x8f][0xa2]N!j[0xaf][0xa2]d[0x86][0xe5][0xff][0x9b][0xac]F[0x1d][0xf9][0xfc][0xf4][0x4]l[0xf3]~L[0x17][0x8a]5[0x9c][0xa6]a[0x8e][0x86][0xd3][0x5][0x8a]:C[0xc3]\[\r][0xf3]H[0x13][0xcd].[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xae][0xb0][0x86]3wC[0xd7]0[0x17]<.[0xa2]<[0x8b][0x1e][0xab][0x11][0x82]j[0xbe]%[0xea][0xa2][0x8a][[0xe1][0xbf]Y[\r]([0x19]j[0xb7]j[0xc][0xab][0x90][0xe8]6[0x83][0xe3][0xaa]`[0x88][0xcf]v[0x84][0x97][0x90][[0xba]R&[0x85][[0x10][0xe4][0x8][0x9]^[0x5][0xcd][0xb5][0xe][0xae][0xc2][0x1b][0xd8]^[0xd8]FWD[0xe9][0x1a]k[0xf3]g[0xc2]V[0x6][0x83][0xc1][0x12][0x8a]Z[0x80]z[0x15][0xb6]2[0xda]5U[0xd8][0xca][0x98][0xca][0x6][0x86]m[0xb6][0xb2]_Pz[0xbc]P[0xe6][0x1b]{a>[0xde]#[0xf3][0x91][0xae][0xcc]/[0xea][0x85][0xf9]t[0x8f][0xcc]/[0xee][0xca]|[0xd4]1[0xdf]@vW[0x9e][0xe6][0x97]+[0xf3][0x15]6[0xb7][0xe6][0xc7]S[0xb6][0x8d][0xd1][0xf3]i4[0xd6][0xb][0x9f][0xcf][0xed][0x91][0xcf][0xe3][0x1d][0x9f][0xe3]Ht[0xf6]9[0xd9][0xb][0xf3][0x17][0xf4][0xc0][0xfc][0x92][0x8c][0xf9][0x14][0x83][0xdf][0xc9]|[0xda]1[0xe][0xd9][0xdd]y[0x9a][0xff][0x96]2?[0xc1][0xe6][0xef][0xa1]y;[0xe][0x8b][0x9][0xa1][0x3][0x10][0xcb][0x1][0xb2][0x8a][0x82]Z[0x9e]@V+ [0xd3]l[0xfe]^[0x3][0x91]T[0x13])wGHK[0x1d]H[0xdf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x9e][0x90].U[0x90]N[0xb5][0xf9][0xf7][0x2]$I-#[0xa5]u[0x4][0xb7][0xdc][0x1][0xd7]Le[0xde]<[0xc1]][0xa9][0xc0][0xcd][0xb7][0xf9][0xf7]*8I[0xad] [0xe5][0xe9][0x8]s[0xa5][0x3][0xf3]j[0xaa][0xf5][0xe5][0x9]s[0xad][0x82][0xb9][0xd0][0xe6][0xdf]G0%u[0xe])oG[0xc0]_u[0x0][0xdf]H[0x3][0xfe]<[0x1]_[0xa7][0x0]'m[0xfe]}[0xe]XR[0xe7][0x92][0xf2]u[0x84][0xfe]5[0x7][0xfa]F[0x9a][0xd2][0xf3][0x84][0xbe]^A_i[0xf3][0x82][0xd0]%u[0x1e])G'[0xbe][0xee]8[0xb1][0x9d]F[0x8b][0xf3]tb[0xb3]r[0xe2]"[0x9b][0xff]SqBR[0xe7][0x93][0xd2];[0xba]s[0x81][0xe3][0xce][0xbd]4[0xdf]'Ow[0xb6]+wV[0xdb][0xfc][0x9f][0xb2];[0x92][0xba][0x90]TqG[0xc7].[0xea][0xc5][0xbe][0xb5][0xa3]W[0xdb]f[0x96][0xa3][0xc2]*|[0xc3])[0x3]6[0x90][0x89]xE[0xc0]9[0xfd][0x87][0xdc][0xc4][0xd1][0xaf][0x19][0xe3][0xb7]` [0xbf][0x7][0x85]4~[0xf][0x98][0x1b][0xf2][0xde])[0xdf]A[0x96][0x4][0x7][0x84][0xa6][0xff]~V[0x5][0xf] [0x88][0x7][0xc9][0xf9][0x10][0xeb][0xb5][0x87]y[0xfe]~[0x84]yz[0x94][0xa7][0xfe][0xc7][0x18][0xf5][0xc7][0xb9]_<[0xc1][0x1c]<[0xc9][0xf5][0xed])[0xee]:[0xcf]0[0xf8][0xcf][0xe2]b<[0x87]K[0xf0]hm[0xd9][0x96][0x9a]&[\r][0xc1]vC[0x1c]G".[0xb2][0x1d],[0xd9][0xd4]&[0x89][0xbb][0xb6][0xd7][0xf2]&[0xd2][0xae][0xaa]]%v[0xa0][0x14]Z[0xa0]-[0xb4][0x94]gi[0xa0]P[0xa0]@x[0x14][0x9a][0x86][0xda]N[0x9a][0x19][0xf8][0xa1]3[0x9d][0xe][0x3]?[0xc0][0xdf][0xc0][0x9f][0x91][0xa1]|ww-[[0x8e][0xa2]X[0x99]hF[0xf7][0xdc]s[0xef]9[0xe7][0x9e]{[0x1e][0xf7][0x9c][0xfd][0xc7][0xff]>[0xf8][0x1b][0x80][0xfd][0xf8] [0x84]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0xac][0x10]|([0xd4][0xa3][0x1e][0xb6][0x8c]b[0x10][0xe7]B[0xd8][0x84][0xf3][0x2][0x9f][0x97][0xb1][0x10][0xc4][0x5][0x81]Y[0xe0]_[0x9][0xe2]Y[0x1][0xbf][0x1a][0xc4]s[0x2]~-[0x88][0xaf][0xb][0xf8]|[0x10]/[0x8][0xa2]o[0xd4][0xe3][0x9b][0xf8]V[0x88][0xc3][0x8b]b[0xf9][0xa5] ^[0xe][0xe2][0xdb]b[0xe7];[0x2]%[0x88]W[0x83][0xf8]n[0x8][0xaf][0xe1]{[0xf5][0xf8]>~[0x10][0xc4][0xf][0x5][0xfc][0x91][0x8c][0x1f][0x87][0xf0][0x0][0xce][0xcb]x=[0x84][0x87][0xf0][0x13][0x19]o[0x8][0xfa][0x8b]![0xe]?[0x15][0xda]q[0xf8][0x19][0xde][0x94][0xf1][0xf3][0x10]:[0xf0][0xb][0xb1][0xf2][0x96][0x8c]_[0xca][0xf8][0x95][0x84]Pj<[0x95][0x8e][0xf]N[0xe][0x8f][0xa6]%[0x84][0x93]g[0xd4]sj,[0xab][0x1a][0x99]X[0xca].[0xe8]F[0xa6]GBC[0xbf]iX[0xb6]j[0xd8]cj[0xb6][0xa8][0xad]r[0xc4]GF$[0xec]8[0x16]O[0xf4][0x8d]&[0xd3][0x93][0xc7][0xfa][0xd2][0xf1][0xc9][0xf4][0xc0]`|21<2[0xd8]Ga[\r][0x1e][0xdd][0x89][0x91]xb[0xe0][0xa9] ~-aS[0xbe]`[0xe6]-[0x9][0xd1][0xa4]Y[0xc8][0xc4][0xd4][0xbc]:=[0xa7][0xc5][0xb2]f&[0xc3][0x93][0x4]?[0xad][0xe5]m[0xdd]4[0x4][0xa1]=[0xa7]S[0xd8][0xe3]Un[0xa1][0xe7][0xf2]Y-[0x96]r[0x80]{[\r][0xcf][0xbb]d[0xf7]g[0xcf][0xd1][0x83][0xc1]Y![0xdd][0x9][0x86][0x86][0x94][0xad]N[0x9f][0xa5][0xdf][0x1d]}[0x99][0x85]2[0xde]fR0?h[0xe3][0x8c]f[0xbb][0x2]$[0xf4][0xb5][0xdd][0x1c][0xf0][0xed]5[0x99][0x92][0xba][0x1b][0xce][0x91][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]n-)[0xa7]Y[0x96][0x9a][0xd1]b[0x83].L[0xa8][0xd3][0xb6][0xc9][0x8][0xa8][0xf5][0xec][0xc6]\[0x19][0xbf][0x84]}5[0x1f]I!Z[0x99][0xd8][0xdb]F[0xed]MZ([0xd6][0x1a][0xaf]TM[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xec][0x91][0xf1][0x1b]:eN[0xb5]V[0xf8][0x9b]*9[0x85][0x19][0x9f][0xb8]+[0x16][0xa6][0xa0][0x87]+[0x9]Z][0xe9][0xcf][0xaa][0x96][0xe5][0x10]n/7[0xaf][0xb3]!a[0xdb]M[0xb4][0x12][0x9a][0xcb][0xb3]d![0xbf][0x92])[0xf1][0xf5][0xc4][0xbd][0x1d]5[0xeb],[0xd2]ub[0x3]:[0xdf][0x91]hq[0xcf]0SBx[0xb5]`[0xa8]Y/[0xab]$[0xdc][0xd3][0xd6][0xbe][0xe6][0x80][0xe1][0xa9]3[0xda][0xb4][0xc8][0xb5]P[0xca],[0x16][0xa6]5[0x91][0xc9]|[0xfd]+[0xe4]cT0)[0xf8][0x1c][0x8e]K[0xe8][0xa8][0xe1][0x9]S[0xd0][0x8f]c[0x12]:k[0xa9][0xc][0x12]v9{[0x8f]E[0xdd][0xc8]"[0x12][0xcd][0x97]([0x84][0x12][0xbf]U[0xf0]i[0x1c][0x92][0xb0][0xff][0xe]^[0x16][0xa6][0x13][0xb9][0xa2].W[0xd4][0xe3][0x8a]:\k[0xce]+/4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]@7[0x13]a[0x83][0xdc][0x84][0xe2][\r]Q[0xf0][0x19][0xc1][0xb5][0x83]\N[0xed]K[0xae][0xb0][0xf6][0x8][0xd6][0xd8][0x6]YE)[0xb4]u[0xc1][0xd6]+[0xd8][0xda]6[0xc0][0x96][0x15]5P[0xc1][0xef][0xf1][0x7][0x19]T[0xf0]'[0x1c]Q[0xf0][0xe][0xfe][0xac][0xe0][0xb3]8[0xb2]1;[0xad][0xaf][0xbf][0xbb][0x16][0xf8][0x8b][\r][0xe][0xc6]ffZ[0x8f][0x1f][0xef][0xce][0xe5][0xba]-[0xab];[0x95]J[0xb5]^[0xb8]pA[0x1c][0xf4][0x17][0x5][0x87][0xb1]OBd#[0xda][0x99][0x19]7 C[0xd6][0x82]ek[0xb9][0xa8]V`c[0xf6][0xb6][0x82]w1+[0xe3][0xb2][0x82][0xf7]ptu[0xd3],[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x88][0x95][0x1d][0xb7]*^[0xcc][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%^[0x4][0xd4]_%[0xec][0xa9]Z[0xce][0x14][0xf4][0xe1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x82][0x9][0x9c][0x92][0xf1][0xbe][0x82]E,U[0xb][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]'NYVp[0x15][0xd7]$l][0x9f][0x81][0xae]=n[0x97]S[0xa5][0x0]~p[0x3][0xc6]+;[0xc5]}Zn[0x97][0xb9][0xf1]u[0x15][0xa3][0xe2][0x93]=[0xe6]>,GM3[0xab][0xa9][0x86][0x97][0xb8][0xac]Q[0xcd][0x15][0x88]'[0xc4]3[0xb4][0x8d][0xd4].[0xbe]J\[0xe9][0xad]n[0xaf][0xd4][0xa5][0xee][0xad][0xde][0xbe][0xb1][0xf7]d[0xbf]:[0xcc][0x8e]U[0xb6]Mo%]SAq[0xbb][0xc0]*[0x15]z[0xa5]M[0x8d]70[0x8a][0xb7]0[0xc6][0x12][0xf8]EJ[0x9b][0xc0]5|[0x89]2OS[0xea]I|[0x8c]S[0xf8]'[0x9e][0xc6][0xbf][0xa1][0x92][0x1b]\[0xa9][0xc7][0x9b]<+I[0xbb][0xfb]Y[0x90]Wf[0xd7][0x10][0xa2][0xd4]![0x9e][0xfb]ai[0xed]cb[0xc3]8[0xc1][0x91][0xb6][0xc7][0x17]x[0x1a]([0xd5]F[0xca][0xf1][0xfd]k[0xd4]0[0xcd][0x99][0x8f][0xf2][0xeb]<[0x8e]QR[0x1c]D[0xdd]'x[0xe]>[0x19]c2[0x15][0x92][0x8]?[0x11]n[0xf5]p[0xf][0xde][0xc0]^[0x8e][8}[0xea][0x6]6[0xc9][0x18][0xa7][0xc4][0x9][0xea][0xed]x[0x9c][0xd1][0xe3][0xa7]\@[0x8e]tHKh[0xbb][0xec][0x84][0x85]0O[0x1d][0x9][0x0][0xcd][0xb9]J[0xb3]K[0xe2])&f'[0x1d][0xc5][0x84][0xa0]S[0x9e][0xa0]AqBg[0x94]~[0xb]t[0xd0]=[0xed]C][0x1f]![0xd4][0xd5]y[0x15][0x91][0xae][0xcb][0xd7][0xd1]1[0xde][0xc1][0x9d]{[0xf9]o[0xe4][0xab]p;[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xbb]:[0x85][0xab][0xf9]d[0x19][0x9d][0xdd][0x1][0x97][0xbf][0x85]![0xd4]U[0x12]%[0xd4]r[0xbd][0xb6][0x97][0x87][0x3]gi[0xc3],[0x1a][0x91][0xc3]v[0x18]hB[0x9e]1^[0xa0][0xaa][0x96][0xa3][0xee][0x1]W[0x91][0x92][0xba][0xa3][0x9e][0xba]bv[0x1a][0x93][0xbc]L[0x88]tO[0xd3]O~[0xf2]5a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xb4][0xbc][0xb0]h[0x10][0xd2][\r]4[0xc9][0x98]![0xb5][0x86]Y[0xef]j[0x7][0x9][0x85][0x1]|[0xfe]w[0xd6][0x99]g~[0x8d]y|[0xa5][0xf3]|%[0xf3]h[0xc8]x2[0x8e][0x10][0xfa]+[0xca]x[0xd6][0x91][0xd1][0xea][0xee][0xde]$C[0xcc]\[0x9d][0x85][0xb4]9B!m[0xa4]L[0x9a][0x8d][0xb4][0xe7]o+M[0xc7][0x19][0x8e]g9WJ+Y[0x8e][0xee][0x8b][0x90][0xe3][0x9a][0x1][0xd3][0xd3][0xba][0xd3][0xb9][0x5][0xd7][0xa5][0xf5][0x81][0xf1][0xa2]s[0xce][0x8a][0x4][0xf7][0x1c][0x89]~[0x10][0xd8]3[0xff][0x7]PK[0x7][0x8][0xd7]?[0xb0]\[0x8c][0x7][0x0][0x0][0x88][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/simple/SimpleLoggerContextFactory.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b]8q[0xe2][0xa4]i[0x9][0x97][0x2][0xa5][0x14][0xda][0x2]I[0x85]j[0xa1][0x96][0x17][0x12][0xf1][0x12][0xa9][0x2][0xc9][0x2][0x89][0x94]H[0xf4]m[0xe3]n]G[0x8e][0x1d]6N[0x5][0xbf][0xc0][0xd7]Px[0xa8][0x4][0x12][0x1f][0xc0]G!f[0xd7]nz[0x9]E[0xa4]][0xf8][0x8c][0x14][0xfd][0xe8]@[0x8c]+[0xb1]k[0xd3][0x10][0xa9][0x1]+4[0xdd] [0x9d]8[0xab][0x1d][0x8d][0xa4]+[0xb6]|5JK[0x17][0x8f][0xc8][0xba][0xca][0xa5][0xc][0xb][0xa5]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "(2l\b[0xdc][0x18][0x9e]]~H[0x19][0xe6][0xce][0xdf][0x1][0xc3][0x93][0xaf]<[\r][0x83][0xfb][0xf4]z[0xf3][0xa0][0xd7]J[0x9f][0xa5]j[0xa1][0x97][0x9d][0xd3]v[0x89]d[0x99]V6i[0xa6][0xd0][0xb5]#[0xb0]C22[0x98]![0x99][0xd7][0xe0][0x2]*$[0xcb][0xc9][0x1][0xcc]b[0x8e]4[0xc3][0x15]TS[0xe7][0xe][0xe9][0x1c]i[0xe3][0xb]2[0x9f][0xcf][0xf9].k[0xdf][0xcd]d?[0xf5]U[0xd6]U\[0xd3][0xfb][0x6][0xae][0xe3][0x6]y(k[0x1e]7[0xe9][0xf7][0xa2][0xac][[0xb8]MRq,[0xa4][0x1c]=[0x9d][0xfe][0x9f]9j[0x9a][0xe3]E[0xb2]?%[0x87][0xb2][0xee]`1[0xcd][0xef].y[0xa8][0x98]K[0xb8][0x97][0xf2]>[0xd5]\[0x98]l[0xca][0xba]&M[0xc2][0xb2]1[0xa9]r-[0x92],P[0xcf][0x8f]{[0xbb][0xa2][0xcf][0x0][0xa5][0xef][0xc8][0xbe];[0x82][0xf1][0x15][0x99]C}[0xf4]$[0xd8]"[0xc9]eM[0xb0][0xf2][0x1b]PK[0x7][0x8]T6[0xb2]A-[0x2][0x0][0x0]y[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/logging/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLogger.class[0xed]][0x9]|T[0xd5][0xf5]>[0xf7][0xcd]>[0x99]$dg[0xb2][0xb3]'[0x93][0x4][0x2][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x9a] [0x11][0x94]EI[0x4][0x1][0xb7][0x10]2[0xc3]hH0[0x8b][0xfb][0x1a][0xf7][0xd6][0xa8]5V[0xc5][0xaa][0xb4][0xda]Vk[0xad][0xe2][0x16]p[0xa9]K[0xeb][0xd2]j[m[0xeb]n[0xeb][0xae]uo[0xeb]^[0xa3][0xf5][0xce]{w[0xee][0xbc][0xcc][0xdc];[0x1b]I@[0xfb][0xe7][0xf7][0xe3][0xce][0xcd][0xcc]{[0xf7]|[0xdf][0xb9][0xf7][0xdd][0xed];s[0xe7][0xb1][0xff][0xde]}[0x1f][0x0][0xec]f[0xa9]q[0xc3]Z-[0x8d][0x12][0x8f][K[0xd7]2\P[0xa8]e[0xba]1[0x19]C[0xb9],[0xca]eS.[0x87]r[0xb9][0x94][0xe4][0xa5][0xc1][0xdd]Z[0x6]%[0xf9]t[[0x81][[0x1b][0xab]y[0x9d]Z![0xbd][0x16][0xd1][0xa5][0xc5]N[0xad][0x84]^K[0xe9][0xea]2[0xca][0x95]Sn[0x1c]%[0xe3])[0x99][0xe0][0xd2]&j[0x93][0x1c][0xda]d[0xa7]6%[\r]|Z[0x85]K[0xab][0xd4]|n[0xad]J[0xab][0xa6][0xa4][0xc6][0xad]M[0xd5][0xa6]9[0xb4]Z[0x2]4[0xdd][0xa1][0xcd]ph[0xbb]Qv[0xa6]C[0x9b][0xe5][0xd0]vwh{[0xb8][0xa1]B[0xdb][0xd3][0xa1][0xcd]vhs[0xdc]P[0xa5][0xed]E6[0xe6]R[0xa1][0xf3][0xa8][0xf8][0xf9]i[0xb0]R[0xdb][0x9b]r[0xfb]PRGI=%[0xb]([0xd9][0x97][0x92][0x85][0x94]4P[0xb2][0x1f]%[0x8b](YL[0xc9][0xfe][0x94][0x1c]@[0xc9][0x12]J[0x96]R[0xb2][0x8c][0x92][0xe5][0x94][0x1c]H6[0xe]"k+[0xe8][0xcf]FJ[0x9a](98M[[0xa9][0xad]J[0x83][0x89][0xda]![0xe]6[0x91][0xde]Y[0xed]`[0xb3][0xdd][0xda][0x1a]m[0xad]C;[0xd4][\r]K[0xb5][0xc3][0x1c][0xda][0xe1]nX[0xae][0x1d][0xe1][0xd0][0x8e]t[0xc3]AZ[0x9a]Sk[0xa6][0xd7]uN[0xad][0xc5][0xa1][0xad]'[0xc8][0xad]n[0xcd][0xaf][0x5][0xe8][0xcd][\r]tG[0xd0][0xa1][0x1d][0x95][0xa6][0x1d][0xad][0xb5]Qq[0x1b][0xc9]h;[0xe5]:[0x9c][0xda]&[0xa7]v[0xc]][0xd6][0xe9][0xd4][0xba][0xe8][0xb5][0x9b][0x9c][0xd8]C[0xd8][0x8e][0xa5][0xe4]8[0xba][0xec]x[0xca][0x9d]@[0xb9][0x13])9[0x89][0x92][0x93])9[0x85][0x92]S)9[0x8d][0x92][0xd3])9[0x83][0x92]^J[0xce][0xa4][0xe4],J[0xce][0xa6][0xe4][0x1c]J[0xce][0xa5][0xe4][0x3]KE[0xe5]J[0x4][0xba][0xa0]c=[0x2][0xcd]\[0x12]lo][0xd6][0xb3]q]kgS[0xf3][0xba][0xb6]V"[0xdb][0xd1][0x82].jFG[0xe1][0xdf][0xfc]Mk[0xf7][0x86]`[0x17][0x83][0x1a][0xb5][0xed][0xae]M[0xc1]iu[0xeb][0xba][0xba];[0xd1][0xe0][0x12][0xfc]Do[0xbc]y[0x15][0xd1][0x9e]#[0xe3][\r][0x92][0xf7][0x93]nAT[0xd0][0xf4][0xa4][0xef][0xc2][0xda]n[0xec]nn9zi[0xf3]&[0x9d][0x1b][0x8e]8[0xe][0xed]q[0x1c]Xp[0xe8]`[0x90][0x83][0xe5][0xe0]g[0x11].o[0xae][0x88][0xcd]{[0xe1][0xf1][0xdd][0xad][0xed][0xeb][[0xd7]s[0xde])1[0xb1][0xb7][0xe9]7[0xc7][0xf5]q[0x84]-[0x6][0xb9][0xc6][0x8d][0x91][0x98][0x9d]-[0xcd][0xdd]-[0x1b][0xf0]^[0x6]{[0xc6][0x80][0xbf][0xa4][0xf5][0xd8][0xd6][0xb6][0xbd]L[0xb5][0xd1][0xb4][0xa1][0xb3][0xe3]8r[0x8c][0x8e][0xca][0xd6]F[0x9f]3([0x8f]W[0x2]>H[0xdd]X[0xdf][0xd2][0x82][0x18][0xec][0x9f]T}[0xc7][0xc1]d[0xf5][0x1f][0xd3][0xd2][0xce]`l[0x85][0xf2][0x8a][0xb4][0x10][0xf7][0xa5]]H[0xbf]Nqa[0xc2][0xd5][0x84][0x4][0xf2][:[[0x9b][0xbb][[0xf5][0xfe][0xa7][0xa1][0xa3][0xf3][0xc0][0xce][0x8e]M[0xad][0x9d][0xdd][0xe8][0xe6][0xfd]d[0xcc]"{[0xcf][0xa8]7*%[0x1d][0xac][0xd3][0xdf][0xdc][0xd6][0xb6][0xe][&[0x3]GK[[0xd7]2[0xbd][0x1f]qn[0x12][0x96]*:[{[0xba][0x8][0xf9][0x81][0xcd][0x9d][0xf8]Y7[0xf6]d'[0xb6][0xae][0x1f]Z[0xed]zYX[[0x9b][0xe2]^[0x92]?[0xf4])?aS[0xe8]I_[0x12][0xd5][0xdd][0xc6][0xf7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]L[0xd2][0xe3][0x1e][0x94]Bq1[0x8]b[0x99]8[0xf7]c[0xf0]Y[0x2]n[0xdf][0x11][0xe0][0xc3][0x8e]:[0xaa][0xc6]S[0x1c]2[0xb][0x8d][0x86]H=|tc[0xdc]=[0x91][0xc6](k{[0xa5][0xeb][[0xfd][0xcd]=m[0xdd][0xd1][0x3][0x7]o.[0xcb]Sp[0xc8][0xbe][0xaa]2u"7[\r]O[\r][0xc6]2[0x92][0x92][0xcf][0x15]p[0x8b][0xc][0xbf]ss[0x91][0x9d][0xed][0xcc][0x8a][0xc4]{[0x13][0xd3][0xf8]n[0xef]l[0xed][0xc2][0xd2][0xb0][0xef][0xc4][0x7][0xcf][0xec][0x8f][0x15][0xad][0xfe][0xb6][0xd6][0x96][0xee][0xe0][0xb1][0xad][0xcb][0xb1]j[0x9b][0xbb]q[0xb2][0xb2][0xf0][0xf8][0x96][0xd6]M[0x94][0xc1][0x7][0xe0][0xf]xk{s'[0xf6]d[0xc]Zct[0xee][0xaa][0xe1]&[0x15][0xac]eC[0x1c][0x10][0xed]%[0x6]{$[0xe2][0x4][0xe9][0xd4][0xc4][0xb6][0xbe]u][0xf][0xf6][0xd4]scp[0xe1][0x13]bs[0x95]nh[0xee]ll=[0xa6][0xa7][0xb5][0xbd][0xc5][0xe8][0xf6][0xed][0x1b][0xf5]k[0xb0][0xff][0xe4][0xd6]p[0x90]P][0x8f]=S[0xea][0xc6][0x94][0x3][0xcf][0xb2][0x4][0xca]Lx[0xd4][0xa1][0x2]-[0x1b]i[0x4][0xf3]%~[0x13].Mp[0xe5][0xe8][0xd0][0xfe][0xc8][0xa0]e8[0xc1]()[0xef][0x9e][0x94][0x1b][0x97][0xaf];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0xb5]~cv[0xf4][0xdb][0xc][0xe]H[0xa5][0xb4]a[0xc2]f[0x9a][0x9f].N[0xe5][0xc6][0xb5]r[0x9e]v}0[0xc6]>4GrA[0xb2][0x8c][0xa3];[0xca][0xa1][0x8c]k[0x12][0xef][\r][0xf4][0xeb][0xeb][0x93][0xb8]^i[0xb4][0xa8]"[0xd6]SY[0xab][0xfc]TY[0xe0][0x90]e[0x83][0xc9][0x95]>[0xc9][0xfb][0xca]B*$[0x3][0x8c][0xa2][0x8a]|[0xb1][0xc7][0xa2][0xa1][0xe5]V[0xc5]pYOw[0xb0]mZc[0xcf][0xa6]MmA[0xac]7}*[0x8a][0xf]p[0xe8][\r][0xea][0xe3][0x13][0xbc][0x15][0xcd]$x[0xe9]\[0x1f][\r]OS[0x13]-[0x99].'\[0xfb]$[0xc]E[0xe9][0x88][0x5][0xc9][0xd8]T[0x96][0xb2]dGz[0xa9]h/[0x1f][0xb6][0xe2]B[0x9e]:"[0xb5][0xbe] [0x9][0xcc][0x19]z[0xf][0x11]z[0xb]{[0x8a][0xca][0x84]ogP[0x9d][0xe8][0xb5]FCY7[0x92]lB.[0x8b][0xb5]^N[0xb2]N[0x95][0xed]f[0xfd][0xb0]V[0xb4][0xd2][0xcc]|i/[0x92]D[0xe5][0xd6][0xed]@[0x1]!6[0xee]0W[0xde][0x87][0xf]A6-[0xc9]{[0x18]l[0x18]v[0x1c]J[0xbf][0xcf][0x88][0xd7][0xb9][0xc8][0x18][0xed][0x97][0xec]MJ[0xf3][0x8b]vpT6[\r].[0xda][0xa6]Z[0x6]k[0x86][0xa7]<[0x95][0x85][0xe9][0xc][0xda]F[0xca][0x82][0xca]&[0xae][0xc2]O[0x1d]=[0x9b]*[0x14][0xbb]1[0xb8]xg[0xa2]P[0xe1][0x9a][0xc9][0xe0][0xda]][0xb][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9],[0x6]w[0xec][0xea]HU[0xd8]wg[0xf0][0xc8][0xb7][0xf][0xbb][0x8a][0xcd][0x1e][0xc][0x9e][0xfb].[0xb0]Q[0xf1][0xdb][0x93][0xc1][0xbb][0xdf]M~*[0xc6][0xb3][0x19]L[0x89][0xbd][0xb6]0]>;[0xa1]+[0xe5][0xf7][0x1e][0x90][0xe2][0xbd][0xf2][0xd2][0xe][0x1b][0xb6][0xd2][0xe4][0xe5]w[0x8c]`[0xf9]r[0x8b]g[0x8c][0xaa]E9[0x86][0xfe][0x9d][0x8c]A[0x8e][0xea]g[0xbb][0x1c]*9[0xce]m[0xdf][0x2][0x9c]r[0xe4][0xbf][0xff]V"[0x97]s[0xb1][0xb5][0xb6]w[0xd3]F[0xc6][0xa9][0xb1]9%[0xbd]P[0x8a][0xbf][0xb][0xb5][0xb0][0xbd][0xbb][0xf3][0x84][0xb0] g[0xf7]wtnl[0xee]f[0xe0]l[0xd5]?[0xa0]m[0xd2][0x18][0xb][0x1a]i)[0xe][0xed]Oq{[0x86]TVlI[0x93]9{X0D[0xad][0x88][0x92][0xc6]Q[0x9b][0xac][0x9][0x6][0xee]}[7u[0xb6][0xb6]4w[0xb7][0xae]g[0xe0]][0xd1][0xd3][0xde][0x1d][0xdc][0xd8][0xba]2[0xd8][0x15][0xc4][0x95]T]{{G[0xb7].^[0xe8][0x82]c[0x98]P[0xf8][0x1e]cQ[0x99][0x10][0xf9][0xe8][0xf6][0x98]4[0xbf][0xce][0xa4]d[0xe8]ar[0xea][0xc6][0x1d][0x89]uH[0xc1]^[0x9a])h[0xc4]x`I[0x9c][0xc9][0xaf][0x90]y[0x10][0x9f][0xe8][0x95][0x9]n[0x93]&[0x8d][0xc3][0xba][0xa9][0xb9]s#[0x3][0x16][0xc4][0xff][0x8b][0x11]HK[0x7]6[0xe][0x9c][0x14]u[0xad][0xc3][0x86][0x12]e[0xb3][0xbe]'[0xd8][0xb6][0x1e][0xfd][0xeb][0xd0][0x8e]thG1[0xe8]Ja[0xdb]dG[0xeb][0xca][0xc1][0x8e][0xd6][0xd7][0xd1][0xa3][0xd9][0x8f][0xc9][0xa6]B#[0xdb][0xd9][0xd8]Z;;;[0xb0][0xb][0xb7][0xb6][0x1e][0x1f][0xc4][0xfa][0x98],[0xdb]k[0x8f]~[0x8b][0x81][0xa5]i[0x5])[0xc5]sW[0xcc][0x89][0xfe]t~[0x5]~X[0xa9]_[0xb0]gb[0xf3]][0x99][0x85]ZE[0xd9][0xd1][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xd2][0xc0][0x92]T[0xed][0xd7]'l?[0x6]"[0x7][0xb9]U[0x1f][0x8e][0xe]L[0xd0][0x13]I[0x84][0xa1][0xd8][0xfc][0xcd][0xdd][0xcd]m[0xc][0xb2][0x2][0xad]Q[0x1a][0xf4]n[0xc9]k[0xd0]X[0xe2][0xbc][0xb9]K[0x1b][0xe6][0xcc]I>[0x14][0xa1][0xa2][0xb2]ii[0x3][0xd1]E$F[0xa8]JnEe4_lf[0xc1]v[0x7][0x83][0x8c]`[0xd7][0xbe]$[0xf2].l[0xa7]=[0xb6][0xf5]z[0x14][0xda][0x1a][0x6][0x13][0xe3][0xaf][0x7][0xe9]2W[0xb0]K[0xdc]8!n4[0x13][0xdd][0xb1]o[0xfc][0x98][0xa7]D[0xc]#[0xec][0x85][0xf4][0xb8][0x8][0xeb][0xf8]F[0x3][0xd5][0x81]x#=[0xd8][0xb5][0x18][0x19][0x9a]/h[0xea]lni5_[0xb0][0xaa][0xb9][0xb3]=L[0x1c][0x8d]0h[0xdf]q|[0xc9])}g[0x8e][0xa6]ASC[0x18][0xba][0xaf]z[0xe8]0[0xa0][0x8][0x97][0x1d][0xa5]5[0x1e]3r[0xc5]+)[0xad][0x1c]V[0x9b][0xa6][0x91][0xf9][0xe8][0x91](x[0x94]h[0x98][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xe0]H[0x14][0xac][0x98][0xcc][0xc][0xaf][0xcb][0xe2])[0xc1]Kw[0xc0][0x9a][0xec][0x11][0x8d][0xa5][0xcd]%[[0x9e][0x12][0xf4]^[0xc9][0x4][0x83]F=`[0x7][0xa6]|[0xb7][0x12][0xd0][0xac]d[0x8a]4[0xd5][0xf5][0xfe])[0xdc]7< L[0x8d];[0x96]N[0xa4][0xba]O[0xd1]v[0x93][0xe2][0x13][0xaf]i[0xc6][0x8a]*[0x89][0xd7][0x94][0xa2]5[0xcc]XaMI[0x95][0x16][0x12]4[0x8f][0x1c]6xJ[0xf][0xc4][0x8a]~J[0x1a][0xb3][0xd2]J,[0xd5]m[0x87]G[0xd5][0xe8][0x8a][0xe8][0x18]5s[0xa1][0x9a]:mdz[0xef]$8[0xf7][0xee]L[0x4]!7[0x9c]1z[0xf5][0xac]lkg[0x8d]j[0xe5]+a[0x1c][0x9e]R[0x97][0x97]D[0x85][0xc7][0x8a][0x1e][0xd9]Q[0x3][0xa1][0xfa][0xec][0x1a]q_[0xca][0xe2][0x13][0xce][0x1b]u[0xab][0xca]Z\[0xb1][0xa3][0xdd][0xa3][0x8c]_`[0xb8][0xb]U[0xc2][0x8f][0x15][0x89]2[0x1c][0x13]=[0xd3][0xb8]|[0xe2][0xe8][0x98][0x92][0x1b][0xbf]`g[0x19][0x97][0xc3][0xb9]f[0xd7][0x81]#[0x7][0xb8]uW[0x6]([0x87][0xfc][0x9b]o[0x17]d9[0x89][0xa7][0xbe][0xed]$[0xe4][0xb4][0xde][0xfa][0xee][0xd1][0x92][0x13][0xfd][0xe2][0x81][0xa8][0x94]:s[0xff]oR[0x97][0xb7][0x83]X[0x11][0x94][0x9],BM%[0xad][0x1e][0x96][0x92]R[0xde][0xe6][0x19][0xc6]A[0xef][0x94]Q[0xb3]&[0xb7][0xd1]N[0xb4]/G[0xf4][0x93]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0x1c][0xe3][0xed][0xbb]8F9[0xea][0x87][0xbf]u[0xa8][0xe5]<[0x9e][0xfd][0xe][0xf0][0x90]3{[0xe7];[0xc9]L[0xce][0xd5][0x83][0xb4][0x16][0xfb][0x85]r[0xf5][0xc3]T[0xbe][0xc5]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xd2][0x95][0xa3][0x8b]+[0xb9][0x95][0xea])#[0x2].V[0x5][0xe][0xb5][0xe6][0x8][0xdb]Ol[0x93]_[0x1a][0xfb][0xb8][0xd3]w[0xd4].[0xdb][0x89][0xa8]b[0xee][0xb1]Ic[0xa2]FF[0x9e][0xfb][0xc1][0xe8][0x98]Jj[0x7][0xf0][0xd2]][0xb]Sh[0xd3][0xf0][0xa4][0xd1][0x82]%[0xed][0x8c]O[0x1c][0x1d][0xeb]r[0xe3][0x17][0xec],[0xe3]r8[0xd7][0xec]:p[0xe4][0x0][0xb7][0xee][0xca][0x0][0xe5][0x90][0xf3][0xed][0x82],'[0xf1][0xd4][0xb7][0x9d][0x84][0x9c][0xd6][[0xdf]=Zr[0xa2]_[0xfc]/[0x10][0x95]R[0xa7]}[0xa8][0xff]E[0xea]rg[0x14][0xff][0xbf]3[0xe2]lI[0x8d][0xb2]{[0x86][0xce]O[0xdd]x#_[0x1]9[0xb4]'[0x1c][0xda][0x93]t[0xcc][0x9][0xde][0xd2][0xed]g0&[0xfc]Yc[0xb3][0xbf][0xb5][0xed][0x4][0x6][0xae][0xee][0xd0][0xdd][0xc][0x9c]z>H[0xe7][0xd2]U[0xab][0xe]f[0x93][0xbd]K[0x1][0xc8]M[0x98][0x8e][0x9b][0xdb]4Gz[0xc1][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xbc]R[0xbf]&[0xd6][0x99][0x12][0xb1][0xe][0x97]S[0x18][0xae]S[0x9b][0x8c]gG@:|[0xd8]N[0xc0]S[0x80]l[0x8c][0x1]2i[0xcb][0x2]vZ[0xa8][0xb6][0xf4][0x88]f[0x1b][0x9d][0xee][0x88]u[0xe8][0xee]6"\[0xf5]o[0x16]LO$[0xee]8"[0x6]}M[0xc5][0x8][0x86][0xd4][0x1f][0x96]p[0xe1][0xa9][0x5][0xd0][0xaf]M[0xe6][0x8c][0x9d][0xa4]Kw[0x19][0xbe][0xd5]c[0xf3]c[0x1d][0x82] [0xbd][0x9d][0x9e][0xcd][0x83][0x93][0xbd]I[0xd2][0xc5]D[0xbf][0xc5]`[0xa9]*:>9k"P>V(a[0x8c][0xad][0x9f]X[0x10][0x17][0xa5][0xc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xb8][0xe6][0xce]v[0xec][0xad][0xe6][0xb6][0xb4][0xf1]cS[0xdd][0x8d][0x1d]=[0x9d]-[0xad][\r]A[0xea][0xc5]r[0x86][0x1e]u:[0x95][0x8c]z[0xe0]Yx[0xce][0xa3][0xfd]Y[0xfb][0x8b]C[0xfb][0xab][0x87][0xfd][0x80]][0xe2][0x81][0xbf][0xc0][0x13][0x1e][0xe6]`N[0xf][0xfc][0x15][0x9e][0xf2][0xb0]L6[0xc6][0x3]O[0xc3]3t[0xe9][0xcb][0x1e][0x96][0xce]2<[0xec]Bv[0x91]G{J{[0xda][0xa1]=[0xe3][0xd1][0x9e][0xd5][0x9e]c[0xb0][0xa5]iCk[0xb9]Qp[0xf9]I[0xa7][0x94][0x1f][0xd7][0xdc]Un[0x1c][0xbe][0xb6][0xbe][0xfc][0xb8]`[0xf7][0x86][0xf2]n[0xfc][0x98][0x3]/[0xf7][0x1b][0x1][0xf9]t]s[0xfb][0xfa][0xf2]`Wy{[0xc7]q[0xe5][0x9d][0xb4]![0xd3][0x15][0xe7][0x86][0xea][0xf2][0xe3]6[0x4][6[0x94]ol>[0x81][0x97]_[0x8e]N)[0xc7][0xe][0xa0][0xbd][0xbb][0xcb][0xb8][0xb1][0xa7][0xbd][0xf5][0xf8]M[0xe8]C,[0xc8][0xf8][0xbe]]7[0xba]n[0xaa]Gs[0xb0][0xb5][0x1e][0xf8]-<[0x84][0xb][0x9d][0xe1][0xc6][0xda]\[0xde][0xde][0xd3][0xd6][0x16]uO[0x5]?[0xa1][0xb0][0xab][0xbc][0xbb][0x3][0xb][0xa8]L[0x1d]<[0xfc][0x9][0xeb][0x4][0xde][0x83]{[0xe0]7[0xf0]k[0xf][0xbb]\{[0xde][0x3][0x9f][0xc0][0xa7][0x1e][0xf6]/[0xf6][0xac]C[0xfb][0xa3]G{[0x1]>dP[0xa5]l3[0xd1]'[0xdd][0xd2][0x9][0xc0][0xfc][0xc4]Q[0x8f][0xf6][0xa2][0xf6]7[0x87][0xf6]w[0x8f][0xf6][0x92][0xf6][0xb2]C{[0xc5][0xa3][0xbd][0xaa][0xbd][0xe6][0xd1]^[0xd7][0xde]phoz[0xb4][0xb7][0xb4]0[0x98][0x96]hs[0xe4][0xdf][0xb6][0xf0]hok[0xef]`[0x9b][0x93][0xf4][0xee][0xc]v[0x8b][X[0xf4][0x91]{[0x1e][0xed]][0xed]=[0x6][0xe5][0xe1][0x2][0x17][0xb7][0xeb][0xe7][0x1f][0x7][0x87][0x1e]58[0xf4][0x92][0xb6][0xb6][0xd6]@s[]K[0xb][0x96]e[0xba][0xa4],[0xea][0x92][0xc6]n[0xac][0xe]q[0x5][0xb5][0xf5][0x8f][0x19][0xd4]&IzF,jT[0x5][0x11][0x97][0xd7][0xad]o[0xde][0xd4][0xdd][0xda][0x89][0xd6][0xb4][0xf7]=[0xf0](<[0xe4][0xd1]>[0x80][0xf]=[0xec][0x19][0xf6][0x82]G[0xfb]P[0xfb]'[0xe5][0x9e][0xa5][0xe4]yJ[0xde][0xa3][0xe4][0x15]J^[0xa4][0xe4]%J[0x9e][0xa3][0xe4]UJ^[0xa3][0xe4]uJ[0xde][0xa0][0xe4]MJ[0xde][0xa2][0xe4][0x1f][0x94][0xbc]M[0xc9];[0x94][0xbc][0xeb][0xd1][0xfe][0x85]6[0xe0]>jG~v:%[0xa7]R[0xd2][0x83][0xb3]"[0x8f][0xf6]o[0xed]#[0x8f][0xf6][0xb1][0x6][0x1e][0xd6][0xc5][0xaa][0x1d][0xda]'[0x1e][0xed]S[0xed]3[0x6]S[0xe3]z[0xa2]1[0xb8]q[0x93]8[0x94][0x94][0xfc][0xf7][0x12][0x83]Yq[0xef][0x92][0x1d]@[0x8a]7[0xb3]j[0x6][0x5][0x91]3[0x0][0xfe]u;[0x6][0xe][0xe3]t[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xf6][0xb9][0xf6][0x5][0x3][0xad][0xba][0x9c]AE[0xa2]U[0xe5][0xd1][0xfe][0xc3].qh[0x8f]{[0xb4]/[0xb5]A*[0xe1]+[0xb2]W[0x81]s[0xc0][0xc8]N[0x18][0xa7][0x88][0xe4][0xf]t[0xfb][0x99][0xec]\[0xf][0xdc]O[0xe][0xfb]>[0xbb][0x0][0xfb]Yc[0xa4][0xb3][0xd3][0xcb][0x9c]r[0x8f][0xf6]5[0xbb][0x4][0xbb]Z[0xfa]K[0x88]u\[0xff][0xc5][0x87][0x8a]][0xe0][0xd1][0xbe]A_[[0x80]*[0xf5]r[0xb][0xf3]X4#g[0xf1][0xb0][0xf7][0xb1][0x8e]1y[0x9e][0xfe][0xb4]R[0xee]9J^[0xa4][0xe4][0xef][0x94][0xbc]D[0x1f][0xd8]([0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xec][0x94]{[0x95]r[0xe][0xca][0xbd]F9'[0xe5]^[0xa7][0x9c][0x8b]roP[0xce]M[0xb9]7)[0x97]F[0xb9][0xb7]([0xe7][0xa1][0xdc]?([0x97]N[0xb9][0xb7])[0x97]A[0xb9]w([0x97]I[0xb9]w)7[0x86]r[0xef]!pK[0x16]%[0xd9][0xe]K[0xe]:[0xc0][0x92][0xeb][0xb1][0xe4]Y[0xf2][0xe9][0x9d][0x2]J[0xc6]R[0xe2][0xa5][0xa4][0x90][0x92]"J[0x8a]))[0xa1][0xa4][0x94][0x92]2J[0xca]=[0x96]q[0x96][0xf1][0xc][0xf6][0x88][0xdf]t[0xf4][0xea]m0[0xfa][0xbb]p3@0[0xcf]z,[0x13][0xd8]d[0xf][0xfb][0x88]}[0xe1][0x81][0x7][0xa9][0x2][0xbe][0x84]O[0xe9][0x18]s>[0xc3][0xf3][0xb0][0x16][0xd6]A[0xc9]zJ[0x8e][0xa1][0x9a]:[0xdf]c[0x99]h[0x99]D[0xc9]dJ[0xa6][0xd0][0x81][0xe8]K[0x96][0xaf]rX*<[0x96]J[0x8b][0xcf][0x3][0xf7][0xc2][0xaf]qV[0xb8]pY[0x13][0x9d]*_[0x16]g[0x81][0xe1][0xb1]TY[0xaa][0xa9][0xc6][0xf]Y[0xdc][0x84][0xf3][0x1c]qt[0xbd][0x7][0x1e][0xa0]b[0xf2][0xf4]kgL[0xdd][0x18]y[0xac]h\[0xce][0xf2]S|[0x19][0xcc]M[0xe9][0x91][0x9][0xf5][0x91][0xf0][0x19]|[0xce][0xc0][0xcb]Q[0xc9]Nb[0x9f][0x13][0xb7]|[0xe5]i[0xa9][0x1e][0xa6]1K[0xbc]Af[0xe8]Q[0xdf][0xc]r[0xf5][0xa7]*[0xd8]1[0xad]Q?[0xc5]>x[0xa2]1[0x2][0x8c][0x89]|[0xb8][0x19]L[0xe][0xbf][0x15][0xeb](Y[0x6][0xa5][0xb1][0x17][0x2][0xc]j[0x92][0x9a][0xdd][0xc5][0xba]^&[0x9b]![0xd2][0xc4]f[0xea][0xd8]N[0x3][0xad][0xdd][0xfc]0[0xe2][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x19][0xc6][0x99][0x11]oa[0xa7][0x82]3[0x8b][0xe6][0xb6].[0xc5]y[0x92]kp[0x1][0xaa]v?[0xe]a=][0xd3][0x1a][0xf5][0x97][0x90][0xff]][0x8]![0x94][0xaf][0x8d][0xb5][0xea][0x91][0xdc][0xbd][0xd7][0xa8]~[0x9f]k[\r]=[0x95]+V,[0xc7][0xa7][0xd2][0xdd][0xde][0x1a][0xfe]6[0xb8]l-[0x98][0xd4][0x17]P[0xa7][0xc4][0xae][0xae][0xd0][0xef](P%-\VW[0xbf]d[0xe1][0x11]M[0x8b]V,[0xac][0xdb]w[0xc9][0xf2][0x5]uK[0x1a][0x19][0xb0][0x98]^[0xd7][0xcb][0xe0][0xc7]Y[0x7][[0xbb][0xe][0xc6]?[0x19][0xa4][0xa3][0xd7][0xc3][0xef][0xc5][0xf1][0xbc][0xa4][0x84][0xbd][0x8c][0xaf][0xcb][0x1a]l[0xc3]ge[0xc7][0xf9][0x9e][0xb2]pN[0xd4][[0xb1][0xc6]G[0xdd][0xfc][0x92][0x8e]f[0x1c]Z[\r][0xf0][0xae]6[0xfc][0x83]7[0xc7]IR[0xe7]G7dwsWc[0xcf][0xba][0x16][0xe3][0xa6][0x89][0x15]QW[0xc8][0xee]I[0xc3]Z6[0xe6]p-Q_[0xc5][0x15][0xcb][0xa3][0x99])[0x1c][0x15]Mg~[0xec][0xbb][0xb0][0xfe][0xe0][0xfd][0x18]x[0xd0][0x8b][0xa6][0x89]gA[0x85]j+[0xc2][0xd6][0xb4][0xa2]n[0xc1]B[0x6][0x16][0xbc][0x81]vy[0x92]ja[0x99][0xc8]dh[0x97]2)N[0x17][0xa1]{[0x12]][0xe5][0x8]v-[0xdc][0xb8][0x89][0xea]6[0xc6][0x81][0xb4][0xd8][0xfe][0xec][0xcd][0x9b]6a[0xbf][0xaa][0x1f][0x96][0x9b]@[0x85][0x87]N&[0xc0]&[0x8d]|"GV4{,[0xfd]h[0xc8]r[0xfc][0xaf][0xd2][0x8b][0x6]T\[0xb1] [0x96][0x1d]gwG[0xa8]#[0xaf]I[0xa8][0xc8][0xf0][0xad][0xb6][0x86][0xba][0xa6][0xba]%8[0xc8].^[0xd6][0xb0]|[0xa4][0xbe][0xd4][0x89]>[0xb4][0xae][0xaa][[0xb1]l'|[0xdf]v[0xcd].[0xf1]E[0xe6]5[0xa3][0xf8][0xad][0xd6]5[0xa3][0xf7]e[0x87]5;[0xf3][0xcb][0xe]kv[0xad]/;[0xac][0xd9][0xd5][0xbf][0xec][0xb0][0xe6][0xdb][0xf7]e[0x87]5[0xdf][0x85]/;[0xac][0xf9]n~[0xd9]a[0xcd][0xff][0xca][0x97][0x1d][0xd6][0xfc][0xef]~[0xd9]a[0xcd][0xff][0xd9]aH;[0x18][0xc5][0xd3]"[0x8c][0x13]iT[0x93][0xd2]d[0xe6][0xc7][0xf3][0xa5]3[0xc2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb7]zi[0xde][0xb8]n}[0xb3][0xb1]z[0x89][0xa5]t[0xa5]z[0xe2]V[0x18][0x88];|[0x88][0x91]~[0x4]^[0xa2][0xd1][0x9c]I[0xaf]a[0x92][0x1]u[0xd0][0xb0][0x1d][0x87][0x16].s][0xaa][0x7][0xbb]&c[0xa4]{[0xf8]N[0x80]M[0xc6][0xec]9#yTl2@[0xae][0x18][0xdd]3e[0x93][0x81]v[0xe3][0xce]>|6[0x19][0xb0][0xf7][0xee]r[0xa7][0x95]&[0x5][0xff]O[0xbb][0x1c][0xfc][0x1d]$[0xf4][0xca][0xb7][0x80][0xd0][0xe]R[0xfc][0xe8][Iq[0x7]I[0xdb]q[0xf4][0xab]kk[0xa3][0x1]=[0xf1]X[0x18][0xc9]H[0xc4][0xc0][0xd1][0xd9][0xda][0xd6][0xda][0xdc]E[0xbf]:K{gt[0xfc]`hT[0x8d][0xf5][0xdb]5[0xf2][0x0][0x92][0x4][0xae][0xf][0x1b][0xd8]K[0xdf][0x1][0x8a][0xf6][0xcc][0x8][0xdb]lK[0xc9]f[0xca][0xe6][0xd4][0x12][0x85]1[0x9]\[0xda][0xdc][0xde],[0xf4][0x81][0xa5][0xfc]'[0xe8]f%[0xb7][0xd3].~[0xee][0xd9][0xdd][0xd5][0xda]}`sg[0xab][0xbe][0x87][0xbe]0V[0xd3][0x8][0x9d]R[0x18][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]8([0x84][0xb5][0xa0][0xc1][0xdd]p[0xf]d[0x82][0x97]T;[0x0]|[0xbd][0x8f][0xbf][0xde][0xcf]_[0x1f][0xe0][0xaf][0xf][0xf2][0xd7][0xdf][0xf0][0xd7][0xdf][0xc2]C[0xc0][0xe0]a[0xfa]Idx[0x4][0xff]~[0xd4][0xf4][0xf7][0xef][0xb0][0xec][0xdf][0xc3]c[0xf8][0xf7][0xe3][0xfa][0xdf][0xc0][0xbf][0xff][0x4]O`[0xbe][0x10][0x9e][0xc4][0xd7][0xd0][0xfb]?[0xc6][0xbf][0xff]l[0xfa][0xbb][0x8]r)8[0x6][0xf3][0xd9][0x14][0x1a][0xa3][0xbf]>[\r][0xcf][0x0][0xb0];[0xf1][0x9a]g[0xe1]9L[0x9f][0xc7]w[0xf][0xc1]k[0x19][0xbe][0x96][0xfa][0xb6][0x1][0xf3][0xf9][0x6]@[0x1b][0x0][0xcb][0x9d]`[0xf5]m[0x7][0xdb][0x9d]`[0xc7][0x17][0xc7][0x9d][0xe0][0xbc]U/[0xf3][0x5]L[0xf3][0x81]~[0xbe]9[0x8]V8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0x1e][0x8d][0xb7]A[0x9]l[0x84][0x17][0xf1]][0x8f]Q[0x12][0xfc][\r][0xfe][0x8e][0xaf]d[0xe5]%n[0xa5][0xe],x?[0x80][0xcb]W[0x85][0xe5]n[0x3]W[0xb8]@[0xb7][0xfe]A[0xf]8[0xe1]X[0xbd][0x90]|[0xe3]B^[0x8][0xe5][0xfe][0xa2][0xd3][0xa2][0xe2]^[0xe6][0xc5]][0x8b][0xd7]X[0xf0]u[0x82][0xe][0xba][0x8a][0xe0]V?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".,[0xfa]zpTo[0x7][0xf7]P[0xe4][0x16][0x13][0xf2]S[0x11][0xf9]iX[0xe8][0xe9][0xe8][0xa1]3`<[0xf4][0xea]F[0xcb][0x8d][0xe2][0x84][0xd1][0x9][0xdc]([0xe5][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xa0][0xb9]W1_[0x5][0xda]7[0xe8]V[0x8b][0x3]^s[0xc0][0xeb][0xe]x[0x3][0x18]f[0xbf][0xc1]{Moiz[0xf6]M4[0xf1][0x16][0xfc][0x83][0xe3]}[0x8]M[[0xf1]u[0xdf]][0x90][0xc6]`)[0xbe]x[0x18],[0xab][0xc2][0xca][0xae][0xa9][0x1a][0x80][0xf4]+!k;ddgV[0xd3]_c[0xae][0x87][0x89]U[0x8f]By[\r][0xd6][0xc5]m[0x90][0xa5][0x9c]C[0x1f]gW[0xd7][0xe8][[0xf0][0x9a]0[0xad][0xc9]h[0x9][0xa0][0xf][0x1c]p!d[0xc0]E[0xd8][0xc].[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8][0x14]f[0xc3]e[0xb0][0x0][0xae][0x84][0x6][0xb8][0x1c][0x16][0xc3]U:M[0x9f][0x81][0x2][0xde][0x86]wt[0x9a][0xfb][0xeb][0xe4][0xb0][0x87][0xc3]+[0x89][0xb0][0x86]%[0xcc][0x85]w[0xf1]=[0x8b]N[0xd8][0x3][0xda][0xd7]Pa[0x10]+[0xc7][0xeb][0xde][0x83][0xf7]9[0xa3]%X[0x12][0xb9][0xcc][0xed][0xbb][\r]r[0xaa][0xaa][0x7] 7[0xb2]F[0x8c][0xb8]~br[0xae][8[0xd7][\r][0x1f][0xc0][0x87][0xba]s[0xdd][0xf0]O[0xf8][0x17]^m[0xa5]p!^[0xf2][0xb1]`[0xd7]Q[0x96][0xf8][0xaa]o[0x83]<[0xc6][0x6] 3d[0xfb][0xaa][0xe8]/[0x1f][0xfa][0xa4][0xa0]f[0x1b][0x8c][\r][0xd3][0xcf][0xd0][0xb][0xff]%[0xa4][0xc3]MP[0xc]7[0x9b]h[0x96][0x8][0x83]%[0xf0][0x11][0xaf][0xcd][0x12][0xdd][0xb4][0xa6][0xe7][0xc8][0xb4]A[0xd3][0x2][0xac]Xg[0xf7]1[0xc7][0xb0][0x1]1hz[0xfb][0xba][\r][0xbc]a[0x14][0xf9]D[0xd6]x[0xc7][0x87][0x15]UP%Ar[0x1b]>[0x15][0xb7]c[0xbb][0xba][0xd3][0xd4][0x98][0xcd][0xed][0x8a][0xac][0xb2][0x90][0xd5][0xf1][0x8][0xf4][0x13][0xf8][0x94][[0xdd][0x7]/[0xa6][0xcb]=[0xbe];[0xc0][0x9e]]t[0x17][0x14]k[0xb0]Ux[0xd5][0xae][0x13][0xd8]n*[0xd6]#[0x8a][0xf5][0xf0]b[0xdd][0xa4][0xa9][0xe3]gT[0xda][0x13]h[0x80][0x1a][0x94](U[0xe9][0x8f]F[0xd9][0xd2]j[0xe2]4[0x91]8-[0xad]28[0xe5][0xa1][0x95][0x10][0xa7]l[0xbd]q<[0x8e]>[0xfb][0x3][0xbe][0xfb]G([0xc0][0xee]4[0xd4]h<[0xe8][0xc1][0xff][0xe8][0xcf]A[0x1]g[0xa0][0xe9][0x1d]t[0x88][0x81][0x97]Yu[0x6]_[0x8b][0xce][0xe][0xdf]a6^[0xa1]XC+[0xc3]@[0xed][0x8][0xd4][0xc1][0x9c][0xbc]n{[0xa8][0xba][0xe9]z[0xfd][0x9][0x9e][0xf4][0x0][0x8c];[0x0];([0xf7][0xd6][0x3][0xee][0x81][0x8a][0xd5][0xd8][0x8b]U[0xde][0xaf][0x9b][0xca][0xc0][0xd6]3[0x99][0xbf]N[0xe1][0xed][0xca][0x0][0xfc][0x14]B{[0x1a][0xdf]}[0x6][0xc6]`G[0x18]j[0x4]n[0xb0]1[0x17]>[0xae][0x80][0xef][0xba][0x98][0x9b][0xa5]a[0x8e]CY[0xee]`H[0x87]B 9[0x84][0x3]9[0x84]<[0xdf][0x83][0xe0][0xdb][0xc]N[0xdf][0x3][0xe0][0xdb]z[0xf]T[0x91][0xf9][0xea][0xad][0x11][0xcd][0xf8]o[0xd8]'[0xfc][0x1d]9[0xbe]l[0xea][0xd8][0xf3][0xb8])[0xde]x[0xa9][0xf4]L6[0x86][0x97][0xbe][0x8e][0x97][0x9e]{[0x1b][0xd4][0xe8][0x4]'Frs![0xda][0xc9][0xfc]u[0xca][0x10]co[0xe0];obe[0xbf]%[0x8c][0xa5]E[0xb2][0xd9][0x9f][0xd8]0[0x96][0xc5][0xb2][0x5][0x1b][0xbb]~o[0x86][0xf1]LN[0xad][0xaa][0xc6]gtZd'[0xf4]>[0xf6][0xb][0x1f][0x98]:[0xa1][0xc][0xf1][0xc8]d[0xb0][0x1c][0x1c]}[0x99][0x9e][0xcb]ey4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xe9][0xf9][0xbc][0xf4]5[0xbc][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^#)[0xfd][0xdf]X[0xfa]G[0xa6][0x1e]'V[0xe9][0xf4][0xa9][0xf1]H[0x90][0x9d][0x2]n[0xe7][0xe7][0x9c]E[0x91][0xb0]S[0xfd][0x8]x[0xaa][0xef][0x82]Z[0x6][0xd7][0x83][0x15])M[0xf]w0[0x86][0xd1][0xcf][0xf0][0xa9][0xfc][0xdc]D[0xa9]H[0x18]-[0x12]F[0x8b][0xd8]X[0xe6][0xe5][0xcf][0xd0][0x2][0x1a][0xb4][0xf2][0x8d][0x11][0x8a][0x15]:X[0x11][0xd8][0xf8]`[0xc5][0x8a][0x8d]7[0xbe]![0xb][0xe1][0x8f][0xed][0x11][0x1f]S[0x93]&[0xcc]%[0xb1]|3=[0xd2]7[0x83][0xe8][0x9b][0xaf][0xe2][0xfa][0xc6][0x80]9[0xd4]7[0xa5][0xb1]jxF[0x84][0x1d],&[0x1d][0xfb][0x84][0xf8]5\[0xc6]k[0xb8]<[0x16][0x8b][0xa8][0xd2]mX[0xba]=[0x81][0x1a].[0x8b]b1[0x8e][0xdb]i[0xe4],[0xb2][0xc2],[0x1e][0x80][0x9][0x3][0xb0][[0xa4])7[0x8c][0xc1][0x6][0x1f]&[0x92]%Le[0x9]SY,W[0xef][0x9d][0xce]@[0x3][0xe3]c[0x11][0x99][0x19]Yz&[0x12][0x19][0x13][0x9f][0x88]^:[0xe5]&[0xb0][0x89][0x9c][0xc8][0xa4]Xv[0xa2]X[0xe4][0xa2][0x9d][0xbc][0xc4][0xed][0x98][0x1c]6[0x99][0xdb][0xb9][0x84][0x8f][0xbd][0xa1]G[0x82]U[0xe1]4[0xc9]S[0x15][0xe3][0x91][0xc0]6T[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x3][0xa3][0xf9][0x91][0xa0][0x16]ft[0xcf][0xb3][0x8d][0x7]A[0x9f][0x9f][\r]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xfc][0x19][0x8]}b[0x1f][0xf2]I[0xa8][0xf9]OQ4KF[0xb3][0x9f][0xc8][0xe6][0x8f][0x8d]8[0x1d][0x1b][0x85][0xbc]Y[0x1a][0x90]B[0xec][0x8d]fY[0xc1]Ko[0xe0][0xec][0xc3][0xa5]K[0xba]56[0x1]K[0x9f]h"l.[0x9d][0xba][0x1b][0xa6][0x97]Y[0x19][0xb]qT[0x99][0x15]Xf[0xa5][0x2][0xb1]Q[0xe6]P[0xc4][0xbe]X[0x88][0xa3][0x1e][0xa4][0x1a],}[0xaa][0x12]q[0x19]G\[0x15][0xb]qT[0x99]3[0xb0][0xcc][0xdd][0x94][0x88][0xcb]"[0x11][0x8b][0xc5][0xc8]b[0x8e]8+[0x8c]X[0xfe]H[0xee][0x81][0x8f][0xe4][0x9e]&[0xd0][0xe6]G2W[0x9f]Q[0xd2][0x83]X[0x1d][0xb]t[0xd4][0x83]8[0x17]A[0xcf]S[0x81][0xe6][0xb3]T[0xe3][0xf1]3[0xdc]\[0x13][0xab][0xf4]([0xc4]uXz}[0xbc][0xd2]M[0x95]8[0x95][0xcf][0xa3][0xd6]*\2+[0xf2]Qk@[0x97][0xec][0xa7]p[0xc9]4V;dnD[0xef]L[0xf]-d[0xb1][0xb6][0xc8][0xe0]n[0xdc][0xe0]:[0x19][0x9d](k[0x7] [0x9d]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0x86][0xb5]0[0x9d][0xb0][0xdd][0x8c]!vg[0xea]vgq[0xbb][0xad][0x8a][0xee]8[0xca][0xf4][0x81]H[0xf4][0xa0][0xb8][0xdd]1[0x81][0xd0][0xa2](k[0xdc][0xf4][0xee]z[0xfb][0xd8][0x83][0x9b]n[0x93]u[0xa0][0xbb]G[0xda]=[0x18])[0xaf]L[0xa2][0xa3][0xde][0x93][0xcd][0xc6][0xfb][0xcd][0xe4][0xf7]ds[0xf0][0x1d][0x3][0xc1]^:[0xf9][0xb9][0xb1][0x10]D1_[0x83][0x8][0xd6][0xc6]E`0[0xf]w[0xe1][0x91][0xee][0xf][0xf9]`[0x9e][0xee][0x83][0xf9][0xb1][0xaa]=[0xca][0x7]G [0x82]#[0xe3]>#[0xc4]\[0x8b]b[0x1e][0xb2][0xbb][0xb7][0xce]|[0x9f]8[0xa3][0xf0][0x1e][0x91][0xf][0xd0]z[0xac][0xf6][0xd6][0x4][0xaa][0xbd][0x8e]?@[0xf5][0xb1]F[0xc7][0xa8][0xd2][0x83]H[0xec][0xa8][0x4]\[[0x17]5:.[0x88][0xd3]wE[0x99]jG"[0x1d][0xca][0x7][0xb5][0x8e]w[0xb8][0xfb][0xc6][0xea]][0xa2][0xca][0xec]B[0xf8][0xdd][0xca][0xc7][0xb1].[0xaa]wY[0x18][0xcb]9{F[0x96]~<[0x96]~B[0x12]-[0xbf][0x1][0xbb]x[0xc3]9[0xfb]q;~\[0xb4][0xd0][0x92]wL[0xd8][0x8e][0xd7]:[0x0][0xb3]#-[0x9d][0x2][0x99][0xec]T[0xdd][0xd2]L[0xe3]zai[0x8c][0xb0]4FX[0x1a][0xc3]-Qn[0x11][0xe6][0xac][0xba][0xcd][0xc5][0xdc]f'8[0xf5]Er[0xb6][0xd9][0xa6][0xd7]6[0x0]s"[0xad][0xf6][0xa2][0xe7][0xcf][0x14][0xcb]fZ[0xd7][0x85][0xac]f[0xb][0xab][0xd9][0xc2]j[0xb6][0xb0][0x9a][0xcd][0xad]Rn[0xcc][0xd9]t[0xfb][0x7]p[0xfb][0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]z[0xca][0x81][0xaf][0xb9]C[0xed]{[0xed][0x3][0xb0]W$[0x82][0xf3] [0x87][0x9d][0xaf]#Xd[0xdc]#[0x10][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb9][0x2]A[0xae]@[0x90]+[0x10][0xe4]r[0x4][0x94][[0x82]9[0xbb][0x8e]e)[0xc7][0xf2]=[0xb4][0xe3][0xa4][0x16][0x17][0x89][0xc5][0xeb][0x18][0x80][0xb9][0x91]h.[0xc4][0x5][0xe5]E:[0x9a][0x15][0xc6]][0x2]M[0xbe]@[0x93]/[0xd0][0xe4][0xb]4[0xf9][0x2]M[0xbe]@[0x93][0xcf][0xd1]Pn[0x19][0xe6][0x1c]:[0xae][0xe5][0x1c][0xd7]e[0xb4][0x9e][0xc4][0xd7][0xb1][0xd1][0xb8][0xbc][0xce][0x1][0x98][0x17][0x89][0xec]R(`?[0xd4][0x91][0x1d]j[0xdc]'[0x90][0x8d][0x15][0xc8][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dc[0x5][0xb2][0xb1][0x2][0xd9]X[0x81]l[0xac]@6[0x96]#[0xa3][0xdc][0x81][0x98]s[0xea][0x18][0xf][0x12][[0x9a][0xb4][0xf9][0x0]P([0xc3][0xe8]u[\r][0xc0][0xfc]H[0x94]?[0x2]/3[0xb6][0xf5][0xfc][0xc6][0x9d][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x1c]%[0xe5]V`[0xce][0xa5][0xe3]m[0xe4]xo[0xc6][0xf5][0x1d][0xad][0xcf][0x8b][0xe5]x[0xbd][0xee][0x1][0xd8];[0x12][0xf1][0xb5]8[0x1f][0xbf]NG[0xbc][0xc9][0xb8]W .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0xe6][0x88])[0xd7][0x84]9[0xb7][0x8e][0xfd]`[0x8e][0xfd]n[0xec][<@{[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xde][0xb4][0x1][0xd8]'[0x12][0xfd]/[0xa0][0x84][0xdd][0xa8][0xa3]?[0xd1][0xb8][[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K9z[0xca][0xad][0xc4]\[0x9a][0xce]c[0x15][0xe7][0xf1][0x8][0xe0][0xb2][0xe]_[0xcb][0xd5]<[0xbc][0x9e][0x1][0xa8][0x8b]d[0xb2][0x15][0xca][0xd8][0xad]:[0x93][0xb3][0x8c][0xfb][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0xe7]L(w[0x8][0xe6][0x8c]}[0x9d][0xd5][0xb1]F[0xa2][0xa8][0xb1][0xe2]N[0x1c]+[0x6][0xe2][0xce][0x10][0x1a][0xc4][0xaa][\r]/}-[0xe2]#[0xfc][0x99][0xe1][0xd2]k$[0x3][0x4]6[0x10]v[0x8f]i([0xca][0x14][0xc5]g[0x8a][0xe2]3y[0xf1][0x94][$[0x86][0xa2][0xb5][0xdc]P[0x0][0xe9][0x93]{[0xb2]L[0x86]h,[0x8a][0x1a][0x15][0xee][0xc7]Q[0xe5][0x1][0xd3]X[0x14][0xbd][0xc6][0xa0]\[0xc8]T[0x16]7E[0xb9][0xfd][0xc5]Xt(7[0xda][0x85][0x9e][0xa6][0x9a][0xc8][0x19]b[0x94][0x6][0xa3][0xa8][0xa1][0xe0]![0x1c]L[0x1e]6[\r]F9[0xc2]l[0x8e]0[0x9b]#[0xcc][0xe6][0x8][0xb3]9[0xdc],[0xe5][0x96][0x88][0xc1][0xe8]0[0xe][0xe0]4,[0x9d][0x1a]@^[0x4][0x0][0x1a][0x8d][0xa2][0xfa][0xff][0xc7]p[0xc]y[0xdc]4[0x1a][0xe5][0x9][0x8]y[0x2]B[0x9e][0x80][0x90]' [0xe4][0x9][0x8]y[0x1c][0x2][0xe5][0x96][0x89][0xd1][0xe8]p[0xe][0xe6][0xfb][0xd8][0xc6][0xa8][\r][0x16]D[0x81][0xa1][0xe1]([0xaa][0xd3][0x12][0x87][0x8e]?[0x9b][0x86][0xa3][0x2][0x1][0xa7]@[0xc0])[0x10]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x9c][0x2][0x1][0xa7]@[0xc0])[0xe0]p(w[0xa0][0x18][0x8e][0x8e][0xe0][0xc0].[0xc7]&O[0x8f][0x84]W[0x2][0x8c][0xc6][0xa3][0xa8][0x9e][0xfe][0x19][0x1c]1[0x9e]5[0x8d]G^[0x1][0xcd]+[0xa0]y[0x5]4[0xaf][0x80][0xe6][0x15][0xd0][0xbc][0x2][0x9a]W@[0xf3]rh[0x94][![0xc6][0xa3]#9[0xc8][0xeb][0xb0]g[0xa0][0xa7][0xb5]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92][0x6][0xa4][0xa8][0xee][0xfd][0xef]8P[0xbc]d[0x1a][0x90][0xcc][0xdb]0![0x98]E[0x2]f[0x91][0x80]Y$`[0x16][0x9][0x98]E[0x2]f[0x91][0x80]Y[0xc4]aR[0xae]I[0xc]H[0xcd][0x1c][0xf0]-[0xd8][0x9]P[0xa7]R[0xa2][0x0]L#RT[0x9f][0xfe][0x6][0x8e][0xf]o[0x9a]F$[0x93]f$ [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\" [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\[0xc2]!Sn[0xa5][0x18][0x91][0xd6]q[0xf0][0xa4][0x1b][0xd3][0x98]R[0xa6][0x4]OCRTG[0xfe][0x1e][0xe][0xb][0xef][0x9b][0x86][0xa4]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0xe3][0xf0])w[0x88][0xde][0x91][0x9f]E[0xdf]i[0xe5][0xb][0xbc][0x1b][0xf8][0x14][0xdc][0xc7][0xe6]X[0x91]K[0xfd]m[0xb0][0x80][0x8b]gc}U[0xc6][0xdf]>[0xea]r[0xf7]]=[0xc7][0xca][0xb6][0xc1]X[0xaf][0x95][0x94][0x7][0x93]2[0xc3]>[0x3][0xb][0xfb][0x1c]{[0xa7]/`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xd2][0xd4]1[0xfa][0x4]7[0x9f][0x90][0xf3]|[0xb8]V3[0x6])[0x1f]_[0x8][[0xf0].?[0xb]`I[0xe1][0x85][0xa1][0x8f]/[0x89]i[0x13][0x10][0x1b][0xf9]W0[0xc5][0xc1]6[0xf0]ebPG[0x14]~jL[0x14][0x13]C[0xbf]p[0x8]z[0x93]L[0xa3][0xe1][0xe0][0xa5]9 [s[0xc2][0x14][0xcd][0x9d][0x14][0xfa][0xa3][0x87][0xa0][0x1f][0x82][0x95][0xb5][0xd1][0x8d]l#[0xe8]R[0x8].[0xed]@G[0xdd]![0xa6][0xb7][0x89][0xa1]nP[0xa2][0xce]C[0xd4][0xf9][0x88][0xba][0x0]Q{[0x93]@m[0xec][0x12]+P[0x83][0x15]1n[0xe2][0x9e][0xbd][0x92]/[0x1]k[0xd9][0xb2][0xa1][0x10][0xcb][0x5][0xc4];[0xc0]Y}[0x17][0xec][0xc7][0xe0].X[0xa4][0xc1][0xea]e[0x4][0xb5]&[0x8c]T[0xd7]"[0xb5][0x89][0xa0]i[0x93] K[0x9b][0xc][0xa5][0xda][0x14][0x98][0x80][0xaf]S[0xb5]J[0xd3]H]+[0x10][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb5]|E[0xad][0xe1]s[0x95][0x8b]8M-a[0xaa][0xdc][0xbb][0x84][0xfc][0x18][0xee][0xdd]>[0x8e][0xbc]*[0x12]yQ[0x4]r[0x19]h[0xc3][0xbd][0xbb]#[0xe8]=[0x10][0xf4][0x9e]P[0xa9][0xed]e[0x2][%[0xc0]V[0x9][0xb0]U[0x8][0xd1][0xab][0x83][0xad]d[0x9d]C[0xc1]V[0x92]S[0x19][0xae][0xc2]C[0xb1][0x1b]s[0xb8][0xe6][0xe6][0xa1]^[0x3]g[0x11][0x8b][0x7]`[0xff][0x88].B[0xdb][0x7][0xd2][0xb4]:[0x93][0x88][0x17][0x12][0x8d][0xcf]`][0xb8][0x96][0x8f][0x8c][0xce] 1_R[0xc8]Bpj[\r][0xf2][0xe8][0xc][0xbd][\r]0l[0x8f]]b#[0x94][0xda]#[0xf5]2[0xf3][0x87][0xfa]kz[0xf5][0xa3]&[0x9f]1[0xc4]{[0x0][0xf6][0x3][0xe4][0xb0][0xeb]IO[0xf][0xbd][0x8f][0xd3][0xbd][0x6]6DX[0xd7][0x3]7[0xb4][0xe5][0x90][0xa9][0x1d][0x8]9[0xda]AP[0xa5]5[0xc2][0x12][0x1c][0xe]{[0xb3][0xe3][0xd8][0xf1]zO[0xb0]]xx[0xbb][0xfe][0xfc][0xeb][0xb1][0x8][0xdc][0xc3]i[0xf0]+v[0x2]^g[0x81]Fhe'[0xb2][0x93]xO[0xb0][0x1c][0xdc][0xce]:l[0xb7][0xf9],+[0xff]k[0xc8]q[0xb0][0x93]Y[0xf6]7[0xb8][0xe8]s[0x84][0x82]e[0x16]3z[0xcf][0xc1]N[0x1][0xca]|[0x83][0xb7]I>[0xd2]0[0x83]o[0xfd][0x7][0x1b][0x1d]U[0xe0][0xa9][0xbc][0x2]s[0xf0]j[0x1a][0xac][0x9a][0xcc][0x15][0xf8]kX;[0xc7][0x1a]r[0xfb],[0xaf]5[0xcf]F[0xde][0xd6];[0x95]F[0xfa][0x8b][0xfe][0xcf]x[0x4]r[0xf4][0xd7][0xb0][0xdb][0xad][0xac]Q[0xf7][0xf7][0xe3][0xbe]*[0x9a][0xa3]7[0x84][0x9d][J[0x8d]D;[0x6][0x9d][0xdb][0x89][0xcf]o[0x17][0x14]j[0xdd]P[0xa1][0xf5]@[0x3][0xe6][0x97]h[0xc7][0x89][0x9]t.[0xec])\[0xd5]$\[0xd5]$\[0xd5][0xa4]w[0xf0][0xe4][0xaa][0xc5][0xdc]UY[0xf8]\[0x90][0xfb][0xc]W-[0x4];[0xba][0xea][0xbf][0xf8]8[0x11][0xf5]o`ZX[0x84]:M[0x8b][0xc4])[0xfa][0x0][0xa2]>[0xb0][0xe8][0xce][0x82][0xd7][0xbf]D[0x18][0xe4][0xa0][0xd3][0xf9]H[0xfc][0x9]wP[0xa3][0xd2]A3[0xc3][0xe]:[0x94];h[0x86][0xde]&[0xf3][0x84][0xaf]B>2[0xfc][0xf3][0x7][0x93][0x8c]!{@;[0xd3][0xe4][0xa3]=[0x84][0x8f][0x1a][0x85][0x8f][0x1a][0x85][0x8f][0x1a][0xf9][0x8e]n[0x1a],[0x12]>[0xaa][0xe7]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xe6][0x8d]|[0x97][0x97][0xbc][0x96][0x5]6[0x93][0xd7]j[0xbf][0xc4][0xa2][0x8d]Q[0xfd][0xc][0xec]&{U"[0xbb]7[0xbe][0xc8][0xae][0x9d][0x87]L[0xce][0x1f]}[0x91][0xbd]W%[0xb2]{[0xa5]"[0xbb][0xd6][0x7][0xe9][0xda][0x85])[0x88][0xec][0xbd][0xaa]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]4[0x8c]B[0xbb][0x4][0xed][0xf4]'[0x1c]F[0xd1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3][0xf0]J[0xc3]([0xb4][0xcb][0xb1][0xf4]+R[0x8][0xa3][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]Uh[0xe7][0xea][0x84]C[0x5]z[0x99]"T[0xc0]+[\r][0x15][0xd0]~[0x82][0xa5]_[0x9b]B[0xa8]@/S[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda][0xcf]a[0x8c]v}[0xc2][0xa1][0x2][0xbd]L[0x11]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xbf]D"7[0xa5][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0xad]h[0xe7][0xd6][0x14]B[0x5]zU[0xa1][0x2][0xde][0xf8][0xa1][0x2][0xda][0x9d][0xf8]`[0xf][0x8c]l[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee]F?[0xdc][0x93]p[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee][0xc7][0xd2][0x1f][0x88][0x13]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0x87][0xb0][0xcc][0x87][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xef][0xb1][0xf4][0xc7][0xe2][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1][0xed]OX[0xe6][0x13][0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xaa]P[0x1][0xed][0xaf][0xf8]H>[0x15]'T[0xa0]W[0x15]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xcf]![0xe8][0xe7][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xdf][0xb1][0xf4][0x97][0x12][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda]k[0xe8][0x92][0xd7]S[0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]?[0x90][0xce][0xdb][0xc3][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0][0xaa]B[0x5][0xb4][0xf7][0x91][0xe8][0x7]q[0xbb][0xe3][0xf8][0xa1][0x2][0xbd][0xaa]P[0x1][0xaf]4T@[0xfb]7RN [0xfc]0[0x89]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0]}[0x86][0x8]>[0x1f][0xd6]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0][\r]"[0x82][0xaf][0x86]!T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]5c,,[0x81]j[0xaf][0xe3][0xf][0x90]"T[0xc0]+[\r][0x15][0xb0][0xd8] [0xdd][0x12]?[0xf2]0:T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0xdc]H$-N[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xb0]d"[0xfc]1[0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1]K.[0x96][0x9e]D[0x94][0xa1][0x8][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x15][0xa1][0x2][0x16]/dZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w(T[0xa0]W[0x15]*[0xe0]U[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XJ![0xcb]R6L[0xa1][0x2][0xbd][0xaa]P[0x1]o[0x8c]P[0x1][0xcb]D[0xc8][0xb1]L[0x1a][0xf6]P[0x81]^U[0xa8][0x80]7f[0xa8][0x80][0xc5][0x7]y[0x96][0xaa][0x11][0xc][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xe3][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xj[0xa1][0xc0]2}TB[0x5]zU[0xa1][0x2][0xde][0xb8][0xa1][0x2][0x96]=[0xc0]k[0xd9]s[0x94]C[0x5]zU[0xa1][0x2][0x91]xe[0xa1][0x2][0x96][0xf9]Pd[0xd9]{[0xa7][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xa2][0xb1][0xcb]B[0x5],[0xb][0xa1][0xc4][0xd2][0xb0][0xb][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5]d[0xe1]5![0xbd]s[0xb6][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x7][0xac]t[0x92]:7[0xb2][0x81]+[0x9a][0xb9]\[0xa6]<\[0x97])[0x8f][0xa0][\r]F[0xd3]7'[\r][0xd0]Wbw[0xf9]#[0xd3]xc[0x9a]9[0xb]m2W[0xb7]n^[0x91][0xe6][0xea][0xd6]C+[0xd2][0xf3]t[0xeb][0xe7]s[0xeb][0x9d]|$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xa7][0x91]H[0xb7]^[0x13]i[0xfd]z[0xb4]~[0x83]i8[0x92][o[0x15][0xf3]v[0x97]^[0xcd][0x91]8B{[0x2][0xdf]C[0x1c][0xdf]g[0x17][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x6][0x8c]/[0xdb][0xf6]T?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]U[0x8f][0xe2][0xc8]H[0xdf]S>[0xd2][0xf8][0x9e]2[0xe5][0xb9][0x2][0x9a][0xdd]<[0x0]MX[0x15]M[0x3][0xb0][0xce][0xf8][0x10]/[0x9e]d[0xbe][0xa0][0x5]?D[0x7][0xae][0xd7][0xd5]Mq[0x95][0xa2][0x88][0xea][0xbb][0xa0][0xd5][0x2][0x11][0x9a][0x9c][0xe5]&[0xb0]Z~[0x5]N[0xcb][0xcd]84l[0x85][0xe9][0x96][0xdb]`[0x96][0xe5]vXe[0xb9][0xd3][0xe4][0xfa][0x1e]A[0xbe]G[0xa8]L=[0xdc][0xf5][0xb4][0xcd]k[0xc3][0x95]d[0xf1]$lN}*[0xad][0xc8][0x1f]_+[0xb2][0xdc][0x83]}[0xd9][0xbd][0xa3][0xaf][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x80][0xf3][0xa0][0x7]S[0xd0][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0x1e]F;[0x8f]$[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x86][0xa5]?[0x9e][0x82]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x4][0xda]y2a[0xad][0xa8][0x8f])[0xb4]"[0xbf]T+[0xb2]<[0x85][0xa5]?[0x9d][0x82]V[0xd4][0xc7][0x14]Z[0x91]_[0xa5][0x15]Y[0x9e][0xc7]I[0xe3][0xb][0x9]kE}L[0xa1][0x15][0xf9][0xa5]Z[0x91][0xe5]%$[0xf2]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZQ[0x9f]J+[0xf2]K[0xb5]"[0xcb][0xeb]h[0xe7][0x8d][0x14][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xaf][0x15]Y[0xde][0xc6][0x7][0xfb][0x9d][0x91][0xd5][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y>@?|[0x98][0xb0]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x11][0x96][0xfe]q[0x1c][0xad][0xa8]O[0xa5][0x15][0xf9][0xa5]Z[0x91][0xe5]s,[0xf3][0x8b][0x84][0xb5][0xa2]>[0x95]V[0xe4][0x97]jE[0x96][0xaf][0xb0][0xf4][0xaf][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xc][0xd2][0xad]Z[0xc2]ZQ[0x9f]J+[0xf2][0xab][0xb4]"[0xab][0x1d][0xc6]X[0x1d]q[0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6]4[0x4][0xed]IX+[0xea]SiE~[0xa9]Vd[0x1d][0x83][0xa5]g%[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xe6][0xa1]K[0xf2]S[0xd6][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0xb][0x91]N[0xd1]0hE}*[0xad][0xc8][0xaf][0xd2][0x8a][0xac]eH[0xb4]|[0x18][0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6][0x89]Hy[0xd2][0xb0]jE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0x95][0x88][0xc0]7[0xac]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]TD0m[0x18][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xdd][0xb0][0xda]g&[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2][0xee][0x89][0xc4]f[0xa7][0xa0][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xce]C"[0xf3][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xf5][0x8]A[0xc2]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]~X[0xfa][0xa2][0x14][0xb4][0xa2]>[0x95]V[0xe4]WhE[0xd6]%[0x90]i][0xba]CZQ[0x9f]J+[0xf2]+[0xb5]"[0xeb]A[0x90]e]1LZQ[0x9f]J+[0xf2][0xc7][0xd0][0x8a][0xac][0xab] [0xc7]z[0xc8][0xb0]kE}*[0xad][0xc8][0x1f]S+[0xb2][0x1e][0x6]y[0xd6][0xc3]GP+[0xea]SiE[0xfe]8Z[0x91][0xb5][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xeb]GE+[0xea]SiE[0xfe][0xb8]Z[0x91]5[0x8]^[0xeb]Q[0xa3][0xac][0x15][0xf5][0xa9][0xb4][0xa2]H[0xbc]2[0xad][0xc8][0xda][0x1]E[0xd6]M;M+[0xea]SiE[0xd1][0xd8]eZ[0x91][0xf5]X([0xb1][0x1e][0xb7][0xb]hE}*[0xad]H[0xc6]C[0xa6][0x15]YO[0x81]2[0xeb][0xa9][0xbb][0x94]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xda][0x8b]c[0xc5][0x99][0x9]kE}*[0xad][0xc8]/[0xd7][0x8a][0xac][0xe7]B[0x86][0xf5][0xbc][0x14][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xb]p[0x9c][0xee][0xdb]![0xad][0xa8]O[0xa5][0x15][0xf9][0xd5]Z[0x91][0xf5][0x7][0x90]m[0xbd]d[0x98][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xa5][0x15]Y/[0x87]\[0xeb][0x15][0xc3][0xae][0x15][0xf5][0xa9][0xb4]"l[0xad][0xc8]z5[0xe4][[0xaf][0x19]A[0xad][0xa8]O[0xa5][0x15][0xf9][0xe3]iE[0xd6][0xeb]`[0xac][0xf5][0xa7][0xa3][0xa2][0x15][0xf5][0xa9][0xb4]"|[0xad][0xc8][0xfa][0xb]([0xb4][0xde]8[0xca]ZQ[0x9f]J+[0x8a][0x2],[0xd3][0x8a][0xac][0xb7]@[0xb1]u[0xeb]N[0xd3][0x8a][0xfa]TZ[0x91][0x4][0xbc]L+[0xc2][0xfe][0xa4][0xd4][0xba]m[0x17][0xd0][0x8a].d[0x17][0xf1][0x5][0xde]4ZX[0xe0][0xab][0x8d]4[0x82][0x88]3Q[0xad][0xf7][0x9a]$"[0x1b][0x87]j[0xac][0xd6].[0xc6]B~[0xc0].[0xe1][0xde]0[0x17]b[0x8d],[0xe4]AI![0x8c][0xf5][0xab][0x84][0x81]@|a[0xc0][0xfa][0x8]6[0xdc]GG_[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`}[0x1c][0x7][0xbd]?[0xa4] [0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]>[0x89]v[0xfe][0x9c][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa]4[0x96][0xfe]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xeb][0xb]h[0xe7][0xc5][0x84][0x85][0x81]~[0xa6][0x10][0x6][0x2]Ra[0xc0][0xfa]2[0x96][0xfe]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@?S[0x8][0x3][0x1][0x95]0`}[0x3]g[0x8]o&,[0xc][0xf4]3[0x85]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xd6]w[0x90][0xc8][0xbb])[0x8][0x3][0xfd]*a [0x15][0x6][0xac][0x1f][0xa2][0x9d][0xa6] [0xc][0xf4][0xab][0x84][0x81]@|a[0xc0][0xfa]1>[0xd8][0x9f][0x8c][0xac]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa][0x5][0xfa][0xe1]?[0x9][0xb][0x3][0xfd]*a [0x15][0x6][0xac]_c[0xe9][0xff][0x8d]#[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]i[0x90]n[0xb3]$,[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18]@g[0xa7][0xdb][0x9c]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]6[0xf][0x96][0x99][0x9e][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]*a[0xc0][0x96][0x5]cl[0xd9]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xb6]|[0x4]][0x90][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0]V[0x84][0xa5][0x17]',[0xc][0xf4][0xab][0x84][0x81][0x80]J[0x18][0xb0][0x95][0xa3]K[0xc6][0xa5],[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]MB:[0x93][0x87]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xf3]![0xd1][0xaa]a[0x10][0x6][0xfa]U[0xc2]@@*[0xc][0xd8][0xa6]![0xe5][0xda]a[0x15][0x6][0xfa]U[0xc2]@@*[0xc][0xd8]f"[0x82]Y[0xc3]*[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xcd]F[0x4]s[0x86]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0x9b][0x8f][0xd5][0xbe]w[0xc2][0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xdb][0x2]$[0xb6]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]J[0x18][0x8][0xa8][0x84][0x1][0xdb]"$[0xb2]8[0x8e]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xb6][0x14][0xe1]/KX[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`[[0x81][0xa5]7[0xa6] [0xc][0xf4][0xab][0x84][0x81][0x80]B[0x18][0xb0][0xad][0x82]L[0xdb]!;$[0xc][0xf4][0xab][0x84][0x81][0x80]R[0x18][0xb0][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xb6][0xc3][0x86]I[0x18][0xe8]W[0x9][0x3][0x81][0x18][0xc2][0x80]m[0x1d][0xe4][0xd8]Z[0x86]][0x18][0xe8]W[0x9][0x3][0x81][0x98][0xc2][0x80]m[0x3][0xe4][0xd9][0x82]#([0xc][0xf4][0xab][0x84][0x81]@[0x1c]a[0xc0][0xd6][0xe][0x5][0xb6][0x8e]Q[0x11][0x6][0xfa]U[0xc2]@ [0xae]0`[0xeb][0x6][0xaf][0xad]g[0x94][0x85][0x81]~[0x95]0[0x10][0x89]W&[0xc][0xd8]N[0x84]"[0xdb]I;M[0x18][0xe8]W[0x9][0x3][0xd1][0xd8]e[0xc2][0x80][0xed][0xc]([0xb1][0xf5][0xee][0x2][0xc2]@[0xbf]J[0x18][0x90][0xf1][0x90][0x9][0x3][0xb6][0xf3][0xa0][0xcc]v[0xfe].%[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xf5][0xe1]Xqa[0xc2][0xc2]@[0xbf]J[0x18][0x8][0xc8][0x85][0x1][0xdb]%[0x90]a[0xeb]OA[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xbb][0x1c][0xc7][0xe9]+vH[0x18][0xe8]W[0x9][0x3][0x1][0xb5]0`[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]mW[0xf][0x93]0[0xd0][0xaf][0x12][0x6][0x2][0xb1][0x84][0x1][0xdb][0xb5][0x90]k[0xbb]n[0xd8][0x85][0x81]~[0x95]0[0x10][0x88]-[0xc][0xd8]n[0x80]|[0xdb]/FP[0x18][0xe8]W[0x9][0x3][0x81]x[0xc2][0x80][0xed]f[0x18]k[0xbb]eT[0x84][0x81]~[0x95]0[0x10][0x88]/[0xc][0xd8][0xee][0x84]B[0xdb][0xc0]([0xb][0x3][0xfd]*a [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L[0x18][0xb0][0xdd][0xb][0xc5][0xb6]_[0xef]4a[0xa0]_%[0xc]H[0xc0][0xcb][0x84][0x1][0xdb]o[0xa1][0xd4][0xf6][0xd0]. [0xc]\[0xca]~[0xc8][0x89][0xcc][0xa4].[0x9][0x8c]/[0x91]L[0xa5][0x83][0xe6]6[0xdc]$0[0xeb][0x1b][0xfb][0xb6][0xdf]I[0xbf]@r)[0xbb][0x8c][0x97][0xb0]7[0xa2]![0xb4]iTB[0x95]~V]d[0x11]4[0xad]k[0xd2][0x4][0xe5]4>v1v9[0xbb][0x82][0x17]6[0x8f][0x17][0xe6][0xf2]aI[0xb2][0xa2][0xfe]"[0xff]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]E<*j3/j?[0xfa]z[0x82]QT[0xb5][0xb4][0xa8]gM[0xe3]QtQ[0xf4][0x85][0x16][0xc2]G[0xe3][0xd1][0x95][0xc2]][0xb3][0xa8][0x3][0xe5]d[0xbd]r[0x84]3[0xf9]+M[0xf8][0xeb]J[0xa9][0xbf][0xbc]r[0xbd][0x1a][0xc7]_?[0x92][0xe2][0xf1][0xcb][0xf1][0xbc]%[0xc5][0xf3]#)[0x1e][0xbf][0x1c][0xcf]{q[0xf0]\%[0xc5][0x13][0x90][0xe3][0xf9][0x97][0x14][0xcf]UR<[0x1]9[0x9e]O[0xe3][0xe0][0xb9]Z[0x8a][0xa7]^[0x8e][0xe7]K)[0x9e][0xab][0xa5]x[0xea][0xe5]x[0xbe][0x89][0x83][0xe7][0x1a])[0x9e][0xa0][0x14][0x8f][0xdd]*[0xc5]s[0x8d][0x14]OP[0x8a][0xc7][0xee][0x8a][0x83]g[0xb][0xfb]1/[0xec][0xe][0xbe][0xd2][0xd7][0x87]6[0xec][0xc3]j[0x1e][0x1]OM[0x8c][0xad]{{[0x6][0x8c][0xb5]g[0x9a]fZ[0xa6][0xa1]M<8^[0xfe][0xe0]P[0x8e][0xf6][0xce][0x8d]#8[0x17][0x1b]?[0xfe]i[0xd5]7[0xed][0x8b]c[0x8]tC[0xaf][0x90]kt[[0xd8]O8[0x83][0x16]d@[0xdd]a:g@[0x93][0xb6][0xc8][0xdd]}{[0xe]x[0xec][0xb9][0xa6]I[[0xba]@[0x9d].P[0xa7][0xb][0xd4][0xe9][0x1c]5}J[0x9b]#V[0xdd][0xe0][0xb5]bJj[0xf]OI[0xd1][0xa0][0xb1][0x9f][0x13][0xb9]=o[0x1f][0xb][0x19]v[0xaf]|J*Lf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x99][0xfa][0x96][0xbd]E7t[0x1d]7t2g[0xe6][0xf5]qZGm[0x16]F[0xe9][0xcf][0xa3][0xc3]u[0xa3][0xff][0xc][0xa0][0xbd][0x4]Y[0x96]b[0xfd][0x94][0x9b][0x98][0xc6][0xab][0x1f][0xc3],}j0}U/[0x93][0x8d][0xd5][0x91][0xfc]4&[0xe5][0xc8][0xfd]}[0xfb]D[0xa4]<))[0xca]e[0x9c][0xf2][0xcf]T[0x94][0xf3][0x87]Rn[0x8b][0xa4]\[0x89][0x94]}H[0xb9]:)[0xca]ej[0xca]?[0x8f]I9r[0xff][0xde]^[0x8b][0x94][0xa7]'C[0x19][0xe8][0x87]>[0xcf]@C[0xd7][0xc7]h[0xbf][0x91]"[0x84]}[0x16][0xd2][0xdc]=[0x89][0xf6]k[0x98][0xa1][0x9c]q[0xfc]#1[0xbb]![0x86][0xc1](^s[0xd0][0xe0]^[0xa9][0x18]4=0[0xbf][0xe0][0x6][0xcc]W[0x88]F[0x1f][0xc3][0xe2][0xea][0xfe][0xf6][0xbd][0xb1]B[0xf7]1[\r][0xce][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xeb][0xfe]{[0x9b]~V[0x98][0xba][0x9][0x99]Vh[0xfa]P&[0x17]na7r[0xb4][0x87][0xf0][0x8a][0xf7]p[0xb4][0x12][0xc5][0xdf][0xbe]/[0xa4][0xd9][0x17][0x9a]j[0xdd][0xfc]C[0xb2]![0x80][0x1e][0xa1][0xf8]{[0xc4][0xb6][0xf0][0x16][0xf6]Kne[0x19][0xf7]I[0xc8][0x8a]D4[0xb4]/F+[0xfb][0x9b][0xdc] [0xb7][0x12][0xd2][0xfb][0xb7][0xb0][0x9b][0xd4][0xc][0xa2][0xca]^[0x86]e/[0x8f][0xcb] [0xa4][0xf6][0x9b][0x19][0xfc]J[0xcd] [0xaa]ChD+M[0x9]0([0xe3][0xc]nV3[0x88]*[0xfb][0x10],{u[0x2][0xc][0xca][0xa2][0x18][0xdc][0xc2][0xad][0x1c][0xc4][0x19]d[0x86][0x18][0xc8][0x1f][0xf1][0xc3][0xf0][0x11]?[0xdc]DB[0xfe][0x88][0x87]t[0xfe]-l[0xab][0x9a]D[0xd4]s[0xbd][0xe]I[0xb4][0xc4]'[0xc1]7v#[0xda]U[0x91]J[0x94][0xbd][\r]][0xb5]1[0xae][0xab]"5[0xb8][0xcc]![0xfa][0xd3][0xed][0xba][0xe1];[0xb8][0xe1][0xa3][0xa2][0xe9]EY=[0x6][0xe9]u[0xc6][0xa5][0x17][0xd2][0xbf]9[0xa5][0x1][0x82]T9[0xf3][0xf9][0xc0][0xe9][0xba]*g[0xe5]P[0xee][0xd2][0xbd]qw[0xc](Q[0xbe]8[0x1d][0xa1][0x9c][0x91][0x4][0x14][0xc3][0x17][0xe1][0xa1][0xc3][0xc][0xc5][0xec][0x95]{t[0xaf][0xdc][0xab]n[0x18]QN9[0x1b][0x1b][0xc6]9I<][0x91][0xd2][0xac]g[0x88]4[0xfb]k[0xdd][0x15][0xf7][0xc5][0x9c][0x1f]D*p[0xf6][0xef]a[0xc3][0xf8]~R[\r][0xa3][0x8e]?z[0xf7][0xc7][0x18][0xae][0xa3][0xcc]\[0x84]>[0xbf]8)[0x9f][0xd7]E[\r][0xd7][0xf][0xc4][0xec][0x16][0xa3]L^[0x8a][0xcc]~[0x98][0xc0][0xb3]^[0xc7][0xfb][0xf6][0x7][0xd5][0x1d]VT[0xd9][0x9b][0xb1][0xe2][0xae]L[0xe0][0x89][0xae][0x8b][0xea][0xb0]~[0x13][0xc3]k[0x91][0x9b][0xd2][0xf6]k[0xd0]k[Rzh[0x1a][0xf8]V[0xee][0x16][0xf6][n[0xb0][0x3][0x1c][0xfa]^Lx[0xb6]J[0xdb][0xb8][0x91][0x1b][0xd5][0xf6][0xeb][0xd0]k?5m[0xe3]&6_[0xc]m^[0xeb]-H[0xdf][0x14][0xb2][0xe9][0xc6][0x1f][0xe2][0xc6]O[0x2][0xa7][0xbe][0xfd][0x93]e2N[[0xb8][0x91][0x9b][0xd7][0xf6]_[0xc0][0x18][0xfb][0x8d][0xa6]-\[0xd3][0xe6][0xb5]0[0x9f]%[0xcc]g[0x9][0xf3]Y[0xc2]|[0x16]7[0x1f][0xda][0xd0][0xb6][0xeb]@[0x1e][0xe6]@[0xce][0x5][0x97][0xbe][0xfb][0x94]3[0x4][0x8]m[0xdf]Fnh[0xdb]o[0x81]l[0xfb]V[0xd3][0xf6][0xad]iC[@[0xc9][0x11]Pr[0x4][0x94][0x1c][0x1]%G@[0xc9][0xe1]PB[0x9b][0xdc][0xe][0x1d][0xd4]#[0x1c]T?Z[0xa4][0x8d][0xb0][0xbc][0x8]P[0xb4]u[0x1b][0xb9][0xc9]m[0xbf][0x13]r[0xed][0x3][0xa6][0xad][[0xd3]&[0xb7][0x80][0x95]'`[0xe5][0x9]Xy[0x2]V[0x9e][0x80][0x95]'`[0xe5]qX[0xa1][0x8d]o[0xa7][0xe][0xf0]Q[0xe]p[0xb].[0xd2]i[0xae] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0xdb]Fn|[0xdb][0xef][0x81]|[0xfb][0xbd][0xa6]m[[0xd3][0xc6][0xb7][0x80]X [0x16][0x8][0x88][0x5][0x2]b[0x81][0x80]X [0x16][0x8][0x88][0x5][0x1c]bh3[0xdc][0xa5][0x83][0xfd][0x1d][0x7][0xfb]K|[0xde]h[0xe7][0xd5]+[0x1]K[[0xb6][0x91][0x9b][0xe1][0xf6][0x7]q6[0xff][0x1b][0xd3][0x96]m[0xdc][0xe5][0x19][0x87][0xeb][0x15]p[0xbd][0x2][0xae]W[0xc0][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8]^[0x1][0xd7][0xcb][0xe1][0x86]6[0xc8][0xdd]:[0xf0][0xdf]s[0xe0][0xdb][0xf0][0xa9][0xa6]=[0xd7]")p[0xda][0xae][0x8d][0xdc] [0xb7][0xff][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xbf]7m[0xd7][0x9a]6[0xc8][0x5][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0xe]=[0xb4]i[0x9e][0xa6][0x93]x[0x8c][0x93][0xf8]-[0xae]{I[0x1],Q[0x90] [0xf9]0r[0xd3][0xdc][0xfe][0x4][0x14][0xdb][0x9f]4[0xc9][0x87][0xa6]MsA[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0xe1]4B[0x1b][0xe9][0x1e][0x9d][0xd0][0xe3][0x9c][0xd0][0x13][0xd8][0xf1]e[0x0][0xdf]H[0x97][0x12][0xf2][0xa6]Go[0xa4][0xdb][0x9f][0x81]R[0xbb][0xb1]{[0xa1]q{x#]P*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2N)[0xb4][0xb9][0x9e][0xae][0x93][0xfb][0x83]z[0xac][0x8b][0x1a][0x84]^[0xc4][0xb1][0xee]oILRBQ4[[0xd8][0x1f][0xb9][0x95][0xf5]<[0x8a]&#dE[0x16]Cc[0x5][0xd2][0xed][0xaf][0x9a][0x6];[0x93][0x2]+[0xec]DG[0xeb]P.[0x14]C[0xb3][0x85][0xfd][0x89][[0xdc][0xc4]ch[0xc6][0x84]-[0xca]"h[0xec]oB[0xa6][0xfd]-[0xd3]hg[0x8a][0xdb][0x11]6c[0xc5][0xed]P.[0x14]A[0xb3][0x85]=!6[0x89][0x8c][0x8][0x9a]l[0xb3]uY[0xfc][0x8c][0xfd]][0xc8][0xb2][0xbf]g[0x1a][0xee]L[0x11]<[0xc2]~b[0x11]<[0x94][0xb][0xc5][0xcf]laOr$[0xe7][0xf1][0xf8][0x99][0xdc][0xa1]Hd[0xd1]3[0xf6]A[0x8e][0xfd][0xdf][0xa6][0xf1][0xce]|[0xb0]T[0x8]K[0xb2][0xb1]<[0x94][0xb]E[0xcf]la[0xe6][0xa8].[0xe5][0xd1]3[0xf9][0x91][0xa8]d[0xb1]3[0xf6][0xcf] [0xcf][0xfe][0xb9]i[0xc0]3E[0xf5][0x8]\[0xa9]G[0xf5]P.[0x14];[0xb3][0x85][0xfd]E[0xec][0x8][0x19][0xb1]3c[0xa3][0x11][0xca]"g[0xec]_A[0x81][0xfd]k[0xd3][0x88]g[0x8a][0xef][0x11][0x18][0x87]#[0xbe][0x87]r[0xa1][0xc8][0x99]-[0xec][0xaf][0x1c][0xed]M[0x94][0xb][0xc5][0xcd]laOq[0xe4][0xdb]y[0xdc]L[0xb1][0x1c][0xb9],j[0xc6][0xe1][0x84]"[0x87][0xcb]4[0xe6][0x99]b~[0x4][0xf6][0x91][0x8a][0xf9][0xa1]\(jf[0xb]{[0x9a][0xb3]x[0x88]G[0xcd][0x94][0xaa]X[0xc8]bf[0x1c][0x19]P[0xe2][0xc8]4[\r]z[0xa6][0xe8][0x1f][0xc1]c[0xe4][0xa3]([0x17][0x8a][0x99]y[0x86]=[0xcb][0x19][0x9d][0x83]e[0xe9][0x93][0x18]_[0xa8][0xeb][0xdc]H[0xbf][0x99][0xc5][0x87][0xbf]![0xbf][0xdd][0xa5]os;r![0xdd][0x91][0x7]c[0x1d][0x5][0xa6][0xce][0xd4]<[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Lg[0xcc][0xa8][0x8c]y[0x14][\r]~[0xc6]<[0x8a]6"[\r][0xad][0x86][0x16]J6[0xf3][0x86][0xf7]3[0xec]9%[0xa6]|[0x13][0xa6][0x1]h[0x8f][0xc4]T[0x8c][0x98]J[0x10]SYJ[0x98]h[0xf1][0xa6][0xc4][0xf4]|[0x82][0x98]"[0xe5][0x0][0xc7]D[0xc4]4[0x9]1MI[0x9]Snh[0xbe])[0xc3][0xf4][0x82][0x12][0xd3]QC0E[0xaa]2[0x8e]j[0xc4]T[0x83][0x98][0xa6][0xa5][0x88])O[0x8d][0xe9]E[0xbe][0x19]rE[0x1c]?u[0x10]&[0xab][0x9][0xd3]L[0xc4]4[0xb]1[0xed][0x91]b[0xdd][0xd5][0xe][0xc1][0x14][0xde]1[0xf1][0xea];6&I[0xc5][0xd8]:[0xf9][0x9b][0x8e][0xf6][0xef][0xdc][0x83][0xf4][0xb]V[0xfa][0xf2][0xc8]gLU6l[0xc6][0x9][0x12]_[0xa3]o[0x8a][0xf4][0xde]^[0x90][0xe6][0x98][0xb][0xb9][0x8e][0xf9][0xa6][0xa9][0x8b]yM[0x16]B[0x9a]'[0x90][0xe6][0x9][0xa4][0xc6][0xea]L[0xa0][0xc9][0x85]3[0x10][0xc5]K[0xdc]g[0x97]q[0x9f][0x15][0x84]Q[0x98][0xf7][0xd8][0xcb]:[0xd6]W[0x94]m[0xae]s[0x8][0xda][0xae]H[0xaf][0x1d][0x80][0xf5][0xbb][0x4][0xeb]wYjm[0x8e][0xa3][0xf5][0xea][0xfb][0xcd][0x11]m[0xee]U%[0xa6][0xee]![0x98]z"15"[0xa6]&[0xc4][0xb4]r[0x7]15[0xe8][0x9d][0xf2][0x10]L[0xaf][0x89][0x99][0x8f][0xc3]X[0x90][0xf8][0xc2][0x93][0xc2]c7[0xe3]4[0xd5][0xb4]'r\$[0xae][0xb5][0x90][0xe9]8[0x14][0x8a][0x1d][0x87][0x9b]&[0x8a][0xe6][0x15]R[0x8]W[0x89][0xc0]U"p[0x95][0x8]\%[0x1c]Wh[0xad]d[0xf]!,[0xd6][0x11][0xbe][0xe][0xa1][0xa8]a[0xa7]>f[0x8c][0xf3][0x99]'[0x8b][0xc7]o[0xc6][0xc9][0xec][0x90][0xed][0x92][0x13]"Q[0xb6]@[0x96]c=[0x94];[0xfc][0xa6])[0xe4]8[0x81]r[0x9c]@9N[0xa0][0x1c]'P[0x8e][0x13]([0xc7][0x9][0x94][0xe3]8J[0xca][0xed][0xaf][0xf]i[0x1c]o[0xb9][0x8e][0xf7][\r][0x8e]w+[0x8e]k4[0xb2]M[0xf2][\r][0x9d]F[0x9e][0xb8][0x99]NS[0x1d][0xfa][0xde]I[0x91][0x98][0x8f][0x86][0x1c]G[0x1b]Lt[0xb4][0x9b][0xa6][0x97][0x93][0x4][0xe6]I[0x2][0xf3]$[0x81]y[0x92][0xc0]+[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*9[0x3][0xca]-[0xd3]'[0x12][0x9c]K[0x85][0xce][0xe5]-[0xce][0xe5][0xf]8[0x9b][0xa0][0xf9]D[0x8d]/z[0x2]z[0xaa][0xfe]K[0xb5][0xd1][0xef][0x9f][0x16][0xc9][0xe7]$(p[0x9c][0xc][0xd5][0x8e]SM[0x93][0xd3][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7][0x86][0xf3][0xa1][0xdc][0x81][0xfa][0xc4][0x88]3[0xab][0xd6][0x99][0xfd][0x83]3{[0x1][0xbb]B[0x9a]iN[0x8f]bF[0x13][0xd4][0xd3]7[0xe3][0xc4][[0xba]]sF$[0xbb][0xb3]p[0xda]}6[0xd4]:[0xce]5M_[0xa7][0xb]v[0xd3][0x5][0xbb][0xe9][0x82][0xdd]t[0xc1]n[0xba]`7][0xb0][0x9b].[0xd8]M[0x17][0xec][0xa6][0xb]v[0xd3][0x5][0xbb][0xe9][0x9c][0x1d][0xe5]V[0xe8][0xd3]>[0xce][0xb3]V[0xe7][0xf9]6[0xe7][0xf9]6[0xce]Ci&:K[0xc2][0x93][0xa6][0xb0][0xbd][0x9b]q[0xa2][0xae][0xd8][0xd3]93[0x92]k[0x1f]N[0xd3]/[0x84][0x99][0x8e][0x8b]MS[0xdc]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:Kp[0x9d]%[0xb8][0xce][0x12]\g[0x9][0xae][0xb3][0x4][0xd7]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:[0x8b]s[0xa5]\[0x93]>[0xc5][0xe5][0xac]g[0xea][0xac][0xdf][0xe1][0xac]?C[0xc0][0xb4]C3[[0xca][0x9a]6w[0xce][0xda][0x8c]S{[0xe5][0xd6][0xcf][0xd9][0x91][0xcc]/[0xc3][0x89][0xfd][0xe5][0xb0][0xa7]c[0xb3]i[0xfb]g[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]g[0xb][0xe6][0xb3][0x5][0xf3][0xd9][0x82][0xf9]l[0xc1]|[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]gs[0xe6][0x94][[0xa9]o[0xff]p[0x1f][0xec][0xa9][0xfb][0xe0]][0xc3][0x7][0xcc][0x8a]+[0x98]L[0xfc]`[0x9e][0xc2][0x7][0xde][0x8c][0x1]8G[0xff])g[0xf5][0xe7][0xe7]F[0xfa]a[0xb][0x94]9~[0xc]s[0x1d][0xc6]o&^a[0x18][0x10]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xc2][0xf][0xf3][0x84][0x1f][0xe6][0x9]?[0xcc][0x13]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xdc][0xf][0x94][0xa3][0x85]OF[0xc8]#su[0x8f][0xbc][0xa7][0x9c]=[0x9c]7d[0xf6]p~$[0xdb][0xeb]q[0xf6]p[0x3][0xce][0x1e]n[0xdc][0xb1][0xd9]C[0xe4],[0xda][0xca][0xde][0x17]3[0xfb][0x1e][0x8e])[0x8f]`[0xd0]9[0x19]^[0xeb]][0xf0]=\[0xcb][0x87]Vd[0xe6][0xe5][0xe5][0xcd]8'[0xbd][0xc5][0x84]%[0x89]9)[0x9f][0xd1][0xe7]q,[0x4][0xe1][0xf9]X[0x10][0xbe][0xaf][0x80]p;B[0xb8]#E[0x8]eQ[0x10][0x9e][0x13][0xcf][0xab]][0xaf][0xfa])^[0xeb]v[0xb8]`[0x8e]][0xaf][0x13][0xbb][0xd7][0xf6](d{[0xed][0x8f]@[0xba][0xd7][0xce]Cwl[0xd2][0x95][0xea]vp8[0xee][0x82][0xc9][0x8e][0xbb]M[0xb3][0xa9])[0x2][0xd8][0x14][0x1]l[0x8a][0x0]6E[0x0][0x9b]"V[0x85]S80[0x7]}[0xad][0x5]W[0xaf][0xc6]lj-[0xc5][0xf9][0x8c][0x13][0xbf]q[0xcc]#[0x2]?p0[0x90][0x87][0x12]2[0xd5][0xa5][0xb2][0x98]B[0xf2][0x1]_O1[0xf][0xf7]A[0x95][0xd7]J[0x95][0xb0][0x1d][0xfa][0x12][0xf2][0x83]y[0xbd]p[0x1f][0xae][0x17][0xee][0x7][0x9f][0xe3][0x1][0x93][0x1f][0xa4]?W.[0xfc]P%[0xfc]P%VXU[0xdc][0xf]i[0xc2][0xf][0xe1][0x95]C[0x95]i[0xad][0xa5]{fR$[0xdd][0xf][0x13][0xf7][0xcc][0x87]1<[0x13]Z[0xc3][0x91][0x87][0xde][0x8b][0xd5]P[0x8b][0x15][\r][0xf5]!l[0xa8][0xf][0xa7][0xd6]P[0xf9]skn[0xa8][0xa1]ed/[0x87]Pj2?[0xc7][0xa6]W[0x13]V[0x89]^9C[0xb0][0x18][0xf5][0xf2];[0xec]G~[0x8f]#[0xc8]c&<[0xe6][0xad][0xa1][0x10][0x9e]R[0x81][0xa7]T[0xe0])[0xe5]x[0xd2]!K[0xdf]S[0xb1][0xc1]Y[0x88]'[0xb4]H[0xbb][0x90]7[0x9a]r[0x3][0xf]A[0xb8][0xd0][0x2][0xa2][0xe1][0xd8]U[0x88][0xfe][0x84][0xeb][0x8f]'[0xb0]/[0xd2][0xd4]RL_[0xf0][0x12][0x88][0xca][0x5][0xa2]r[0x81][0xa8]\x[0xa8][0x9c][0xaf][0xd5]296[0xbb][0xee][0xab]W[0xd5][0xd8]Z[0x13][0xc1][0xf6][0x14]b{[0x1a][0xb1]=[0xb3][0x83][0xd8][0x8c]1f([0xb6][0xd0][0xa2][0xed]J[0xfc][0x9b]F[0x98][0xf1]!l[0x4][0xe7]"+[0xcc]q[0xe8][0xe8][0x1c]^[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xb][0xb8]&z[0x11][0xc6]9[0xfe]fZ[0x13][0x8d][0x17][0xe8][0xc6][0xb]t[0xe3][0x5][0xba][0xf1][0x2][0xdd]x[0x81]n[0xbc][0x18][0x1][0xc7][0xf3][0x11]0[0x8b][0xe3]t[0xe8]8CK7:[0xc0][0x88][0xc6][0xbf][0x89]a[0x9c][0x4][0xed]b[0x1b][0xcc]q[0xea]H[0x9d]^[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]+[0xb8][0x12]z[0x15]&8^3[0xad][0x84]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4][0x13][0x5][0xd2][0x89][0x2][0xe9]D[0x81]t[0xa2]@:Q [0x9d]([0xc6][0xea][0x89]|[0xac][0xce][0xe1][0x98][0x9d]:[0xe6][0xd0][0xf2][0xed]6[0xbc][0x86]F[0xea][0xc9]f[0xcc][0x4][0xf3][0x7]v[0x98][0xe3][0xd2]Q[0xbb][0xbc].[0x15][0xea][0xb7]p[0xf5][0xf3][0xf][0x98][0xe4]x[0xdb][0xb4][0xfa][0x99],PO[0x16][0xa8]'[0xb][0xd4][0x93][0x5][0xea][0xc9][0x2][0xf5]d[0x81]z[0xb2]@=Y[0xcc]0&[0xf3][0x19]F[0x1e][0xc7][0xef][0xd2][0xf1][0x87][0x17]p[0xe]}~Q1[0x14]?A[0xbe][0xc4][0x1]s[0xdc]:[0x3][0xb7][0xd7][0xad]b[0xf0]>[0xae]w>[0x80])[0x8e][0xf]M[0xeb][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1G[0xaa][0xe0]s[0xa4][0x2][0xce][0xc5][0xad]s[0x9]-[0xe0][0x1e][0xc3]kh[0x86][0xe4][0x8b][0xe4]B[0xf0][0xfb][0x9d]0'Mg[0x93][0xe6]MS[0xb1][0xf9][0x8][0xd7]7[0x1f]C[0xa5][0xe3][0x13][0xd3][0xfa][0xc6]'[0xd8][0xf8][0x4][0x1b][0x9f]`[0xe3][0x13]l|[0x82][0x8d]O[0xb0][0xf1][0x9]6>[0xc1][0xc6]'[0xd8][0xf8][0xc4][0x8c][0xcf][0xc7]g|^[0xce]+M[0xe7][0x15]Z[0xbe]=[0x83][0xd7][0xd0]|[0xaf]:[0x9a][0x17]Q[0xb9][0xd4][0x5]s[0x8c][0xed]=[0x8f][0xd7][0xa3]b[0xf6][0x1f]\[0xcd]|[0x9]U[0x8e]A[0xd3]j[0xa6]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0xc5]\[0xb6][0x9a][0xcf]e[0x8b]8G[0x8f][0xce]1[0xb4]t{[\r][0xaf][0xa1]u[0xc6]T[0x19]G[0xa2][0xf5]C7[0xcc]I[0xd7]Y[0xa6]{[0xd3][0x15],[0xd1]t[0x89][0x93]A[0x8d]S3[0xad]\[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T[0xc1]r[0xaa]`9U[0xb0][0x9c]*XN[0x15],[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T1c[0x9f][0xca]g[0xec]%[0x9c]o[0xba][0xce]7[0xb4]h[0xfb][0x10][0xaf][0xa1][0xf5]D[0xad][0x9c]/Q[0xbc],[\r][0xe6][0x18][0x13][0xf6][0xc]o[0x86][0x8a][0xb1][0x3][0xca][0x9c]N[0x98][0xe6]t[0x99][0xd6]([0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5]b[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0xcb][0xd7](e[0x9c]{[0x86][0xce][0x9d]/[0xd6][0xe0]K[0xbc]f[0xc][0xbe][0xce]Pq'[0xba][0x97]{`N[0xa6][0xce]>[0xd3][0x9b][0xa9]b[0x9f][0x1][0xe3][0x9c][0x99]0[0xdd]i[0xfc][0x8e][0xeb][0xb5]F[0xa9][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10][0xec]g[0x8][0xf6]3[0x4][0xfb][0x19][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10]+[0xb4][0x19]|[0x85]6[0x8e][0xfb]!S[0x9f][0xcf][0x84]6[0xc8][0xaf][0xe3]s[0x86][0x9]!?l[0x87]+bLiL[0x8b][0x0]g.d;[0xf3]`[0xbc]3[0xdf]4m[0x98] [0x88]O[0x10][0xc4]'[0x8][0xe2][0x13][0x4][0xf1][0x9][0x82][0xf8][0x4][0xbe]Y[0x9e]-[0xa6][\r][0xe1][0xc9][0xef][0x4][0xbe]m[0x1e][0xde]-[0xff][0xa7][0xf8]F[0xc5]U|bX[0x15][0x12][0x15]:7[0xc3][0xb8]{`[0xf3]j[0xfc]c[0x1b]\[0x89]sD=[0xd4]$r[0x96]h[0x10][0xc8]&[0xd3][0xce]B[0xf0]8[0x8b]`[0xac][0xb3][0x18]|[0xce]R1S[0x1c][0xb][0xd9]|[0xde]7t.[0x1f][0x92][0x13][0xab]D[0xc0]I[0x95][0xfe]sI[0xc6]\[0xde][0xf8][0x6][0x6]_q[0xfa]t[0xa4][0xa1][0x10][0xf1][0x8b]y[0x94]b[0xa5][0xcf][0x8][0xe]A[0xa0][0xe5][0x4][0xb4][0xba][0x86]pZ[\r][0xbd][0x13]]oU[0xe1][0x1c][0xf]i[0xce][0x9][0x90][0xef][0x9c][0x8][0x15][0xce][0xc9]B![0xc9][0xe7]8[0xf5][0xbd]G[0xd3]ne[0x8]g[0xa5][0xf8][0xfd][0xaa]J[0x1e]Q.v[0x1c]5[0xf6]/[0xa1]R[0xfe][0x92]7[0x80][0xd2][0xf0][0xb2][0xfc]G[0xb4]([0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xe2]s[0xec]z[0xce]k[0xbf][0xff]V[0xbd][0xa0]4[0x9c][0x80]P[0xe4]^[0x9e][0xfe]j@,[0xa4]ZpV![0xc4][0xa9]0[0xc6]9[\r]r[0xf0][0xb5][0x10]_K[0x9c][0xb5])M[0xbe]C[0x94]J[0xd9][0xbf][0xc5]"[0xde][0x1]Z#[0xae]QH[0xb0][0xff][0x88]}[0xcc][[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]L[0xf][0x96]1[0xbe][0x9c][0xeb][0xad][0x1a][0x80][0xab]#~[0xd5][0xcc]9[0xd3][0xf4][0x15]9s[0xc8][\r][0xad]3[0xcc]gb[0xe1];[0xec][0x13][0x8][0x9d]M[0xf5][0xa9]n[0xe7]3ng[\r][0xda]!hn[0xa3]AI[0xac][0xcc]6[0x5][0xc8][0xba][0x85][0x15][0xb7][0xa8][0x9]w[0xd4]YXn[0xdd]^([0x18][0xfd]s[0xec][0x99]>b_p{[0xe7][0xf3]p[0xa2]R_[0xf5]mp[0x8d][0xfe][0xcd]?C8[0xc0][0xbf]|[0xd8]|[0xb6]`[0xb3][0x19][0xab][0xff][0xa2][0x99]i%[0xea]l[0x80]t[0xe7]~P[0xec]\l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0x8a][0xe3][0xf4][0xa8][0x10][0xf9]R[0x1d][0x95]%[0xac]i[0x18][0xf0][0xfe][0x83][0xf0][0xbe][0x84]Oy{[0xd9][0x7]o6[0xdc]N?k[0xf6]c[0xe3]7[0xc9]D[0x97]h8diL[0xb7]36[0xa8]:/[0xb4]>[0xfe]y[0xa1][0xce][0x15][0xd8][0xbc][0x1a]M[0x1e][0x1f][0xa5][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xae][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc4]T[0x19][0x89][0x9e][0x17]:[0xa8]:/[0xb4]^z^[0xa8][0xf3]P[0xb4]s[0x98][0xe2][0xcc][0x8d][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u6c[0xe9][0xeb][0xe2][0xb2][0x88]>/tPu^h[0xbd][0xf4][0xbc]P[0xa7][0x1f][0xed][0x4][0x12]`Q[0xc6]Y([0xce][0xb][0xad][0x97][0x9e][0x17][0xea]<[0x1a]KoK[0x80]E[0xe4]y[0xa1][0x83]Lq^h[0xbd][0xea][0xbc]P[0xe7]&[0xec][0x4][0x8f]1[0x11][0x89]}^[0xe8] S[0x9c][0x17]Z/=/[0xd4][0xd9][0x83]D[0x8e][0x8d]O[0x4]"[0xcf][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y"[0xda]9)q;&[0x87])[0xce][0xb][0xad][0x8f]^[0xa8][0xf3]4|[0xb0]O7[0xf5][0x1c]#p^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1]N\[0xa3]8[0xcf]V4[0xcb][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0x9e][0x8f][0xa5][0xcf]DXv^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0xb][0xb1][0xcc][0x8b][0x14][0x88][0xa3][0xcf][0xb][0x1d]d[0x8a][0xf3]B[0xeb][0xa5][0xe7][0x85]:[0xfb][0xb1][0xf4]K[0x95][0x88][0xcb]8b[0xc5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d]W`[0x99][0x9b][0x95][0x88]#[0xcf][0xb][0x1d]T[0x9d][0x17]Z[0xaf]:/[0xd4]y5>[0x92][0xd7][0x98]@[0xcb][0xce][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y-[0x82][0xbe]N[0x5]Z[0x9c]t[0x14]:/tPu^h[0xbd][0xf4][0xbc]P'N[0xbd][0x9c]7[0xc4]+[0xdd]T[0x89][0x8a][0xf3]B[0xeb]U[0xe7][0x85]:oB[0x97][0xfc]J[0xe1][0x92][0xf8][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad][0x97][0x9e][0x17][0xea][0xbc][0x15][0xe9][0xdc][0xa6][0xa0][0x93][0xcc]y[0xa1][0x83][0xaa][0xf3]B[0xeb]U[0xe7][0x85]:[0x7][0x90][0xe8][0xb6][0xb8][0xdd]q[0xfc][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xde][0x83][0x94][0xef]M[0xa2][0xa3][0x8e]^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0x7][0x10]A[0xfc][0x1f]2M[0xe6][0xbc][0xd0]A[0xd5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d][0xf]#[0x2][0xd5]O[0x9c]&s^[0xe8] S[0x9c][0x17]Z[0xaf]:/[0xd4][0xf9][0x18]V[0xfb][0xe3][0x9]T{[0x1d][0x80][0x14][0xe7][0x85][0xd6]K[0xcf][0xb]u>[0x81][0xc4][0x9e]L[0xc0][0xb5][0x91][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad]W[0x9d][0x17][0xea]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]<[0xad]|P[0xeb]x[0x87][0xab]8/[0xb4]^z^[0xa8][0xf3]y[0x84][0xff][0x82][0xf2]q[0x8c][0xd8][0xf][0x8e][0xa8]p[0x88][0xf8][0x14][0xc2]aP*[0x1c][0xba][0x1e]F?[0xa8][0xf6][0xbe][0xa3][0x84]C,]![0x1c][0x6][0xa5][0xc2][0xa1][0xeb]1,[0xfd][0xf1][0xd8][0xc2]![0x96][0xa9][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x4][0x96][0xf9]d[0xa2][0xc2]![0x96][0xae][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x14][0x96][0xfe][0xb4][0x12]q[0x19]G[0xac][0x10][0xe][0x83]R[0xe1][0xd0][0xf5]<[0x96][0xa9][0xda][0xc7][0x8e][0x12][0xe][0xb1]r[0x15][0xc2]aP%[0x1c][0xba]^[0xc2]G[0xf2][0xe5][0xd8][0xc2]![0x82]V[0x8][0x87]A[0xa9]p[0xe8]z[0x1d]A[0xbf][0x91][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]T8t[0xbd][0x8d][0xa5][0xbf][0x93][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]J8t}[0x80].[0xf9]0U[0xe1][0x10][\r]*[0x84][0xc3][0xa0]T8t}[0x84]t>[0xde]q[0xe1][0x10][0xed]*[0x84][0xc3][0xa0]J8t}[0x8e]D[0xbf][0xd8]q[0xe1][0x10]M+[0x84][0xc3][0xa0]T8t}[0x85][0x94][0xbf][0x1e]N[0xe1][0x10][0x11]([0x84][0xc3][0xa0]T8t3Hwk[0xc3])[0x1c]"[0x2][0x85]p[0x18][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]n;"p[0xec][0xb8]p[0x88]v[0x15][0xc2]aP%[0x1c][0xba][0xd3]`[0x8c][0xdb][0x93][0xa8]p[0x88][0x6][0x14][0xc2]aP*[0x1c][0xba][0xc7] [0xb1][0xac][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83]*[0xe1][0xd0][0x9d][0x87]D[0xf2]c[0xb][0x87]X[0xac]B8[0xc]J[0x85]Cw![0xc2]/JT8[0xc4][0xd2][0x15][0xc2]aP*[0x1c][0xba][0xcb][0xb0][0xf4][0xf2][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd0]=[0x11]2[0xdd][0x93]vD8D[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0xa8][0x14][0xe][0xdd][0x95][0x90][0xe5][0xf6][\r][0x8f]p[0x88][0xf6][0x15][0xc2]a0[0x86]p[0xe8][0x9e][0x6]9[0xee][0xda][0xe1][0x16][0xe][0x11][0x8b]B8[0xc][0xc6][0x14][0xe][0xdd][0xb3] [0xcf][0xbd][0xfb][0xc8][0x9][0x87][0x88]K![0x1c][0x6][0xe3][0x8][0x87][0xee][0xbd][0xa0][0xc0]=w4[0x84]C[0xc4][0xa8][0x10][0xe][0x83]q[0x85]Cw[0x1d]x[0xdd][0xf5][0xa3]+[0x1c]"^[0x85]p[0x18][0x89]W&[0x1c][0xba][0xf7][0x83]"[0xf7][0xa2][0x9d]%[0x1c]"v[0x85]p[0x18][0x8d]]&[0x1c][0xba][0x97]B[0x89]{[0xd9][0xce][0x17][0xe][0x91][0x87]B8[0x94][0xf1][0x90][0x9][0x87][0xee]&(s[0x1f][0xbc]+[0x9][0x87][0xc8]I![0x1c][0x6][0xa5][0xc2][0xa1]{5[0x8e][0x15]k[0x12][0x15][0xe][0xb1]t[0x85]p[0x18][0x94][0xb][0x87][0xee][0xc3]![0xc3]}D[0xf2][0xc2]![0x1a]R[0x8][0x87]A[0x95]p[0xe8]n[0xc1]qz[0xfd][0x8e][0x8][0x87]hT![0x1c][0x6][0xd5][0xc2][0xa1]{[0x3]d[0xbb][0x83][0xc3]#[0x1c]"[0x0][0x85]p[0x18][0x8c]%[0x1c][0xba][0xdb]![0xd7][0xdd]1[0xdc][0xc2]![0x82]Q[0x8][0x87][0xc1][0xd8][0xc2][0xa1][0xbb][0x1b][0xf2][0xdd]=#'[0x1c]"0[0x85]p[0x18][0x8c]'[0x1c][0xba]O[0x84][0xb1][0xee][0x93]FC8D[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0x18]_8t[0x9f][0xe][0x85][0xee]3FW8D[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L8t[0x9f][0x3][0xc5][0xee]sw[0x96]p[0x88][0xe0][0x15][0xc2][0xa1][0x4][0xbc]L8t[0xf7]A[0xa9][0xfb][0xc2][0x9d].[0x1c]:5[0xa7][0x10][0x9f][0x1e][0xd7][0xcb][0xc2][0x87]/[0xfb][0x86][0xed][0xf0][0x8b][0xdb][0xe1][0xc6][0xec]_[0xe2][0xab][0xf5][0xd7]p[0xd3]j[0xcb]mpc[0xe3]][0xf0]+[\r]n[0x87][0x5][0xd9]7[0xcb][0xde]><[0xfb][0x16][0xfd][0xae][0xad][0xd9][0xb7][0x9a]>[0xde][0x1a][0xfa][0xf8][0x9a][0xec][0xdb]do[0xe7]e[0xdf][0x9e]}G[0xf6][0x9d][0xdb]a[0xe0]v[0xc8][0xca][0xde][0x96][0xbd]};[0xdc]u;[0xd4]d[0x17][0xe][0x80][0xe5]v[0xc8]![0xa7]1[0xdd]iS[0xf5]:[0x9e][0x89][0x84]f[0xa3][0xab][0xe6][0xc3][0xee][0xb0][0x0][0xd3]Ep0,[0xc5][0xb5][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xcb]7[0xc2][0xf1][0xb0][0x1a]N[0xc6][0x15]K/`?[0xa2][0x11]aMs[0xff][0x1f]PK[0x7][0x8][0x96].~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".D[0x0][0x0][0x92]`[0x1][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLoggerAdapter.class[0xad]W[0xdb]S[0x13]W[0x1c][0xfe]NXXIVD@i[0x94]z[0xa5][0x1a][0x92]@[0x14][0xa9]U[0xa0]x[0x1][0xad][0xda][0x4][0xb]A)[0xf4][0xa2]KXC &t[0xb3][0x11][0xd4][0xb6][0xd6]joN[0x9f][0xfb][0xd0][0x19][0x9f][0xfa][0xd0]W[0x9c][0xf1]F[0x9d][0xa9]}[0xb2]3[0xfd][0x3][0xfa][0xd7]8N[0xbf][0xb3][0xbb][0x4]B[0x82][0x82]v2[0xb3][0xe7][0x9c][0xdf][0xfd]~N[0xfe]y[0xf1][0xc7][0x9f][0x0][0xe][0xe0]'/[0xb6]bPE[0xdc][0xb][0xf][0x6][0xab][0xb1][0x5]C*[0xce]yQ[0x89][0xf3][0xf2]0[0xec][0xe5][0xe7]c[0xf9][0x19][0xf1][0xa1][0x16][0xa3]r[0xf7][0x89][0xdc]}[0xea][0xc3]g[0xf8][0xdc][0x87][0xb][0xb8][0xe8][0x83][0x8e]Q[0x15]c[0xf2][0x90][0x90][0xe0]q[0x15][0x86][0x17][0xf5][0x18][0x94][0x98]K^$1[0xe1]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]^L!-a[0x97]UdTdUL[0xb][0xac]3[0x8d]d*g[0x99]W[0x5]6D'[0xf5]+z$o[0xa5][0xd2][0x91][0x98]>[0xdd]%P[0x1d]O%3[0xba][0x95]7[\r][0x81][0xd9]blw4k&#[0xfa][0xb4][0x9e][0x98]0"[0xe9]l2[0x99][0xca]$[0xe5][0xda]1[0x19][0xc9]M[0xa7]"QB[0xc][0xb3]7[0x9b][0xb1][0x8c]Y[0xab]k[0x9]k"[0x9b]I[0xe4]M[0xd3][0xc8]X[0x91][0xde][0xc2][0xd6][0x96]g[0xd3][0xa4]u[0x8a][0x89][&[0xa5]u[\r]E[0xbb]z[0xf8][0x13]P[0xd2][0xd9][0xc4][0x94]@[0xb0][0xbc][0x18][0x89][0xcc]E[0x6][\r]}|[0xd8]LYF[0x94]G[0xf2]Tu[0xa7]2)[0xab]G[0xa0]"[0xd0]r[0x9e]"z[0xb3][0xe3][0x86]t1[0x95]1[0xfa][0xf3][0x97][0xc7][0xc]sH[0x1f]K[0x13]RGz=}^7S[0xf2][0xec][0x2][0x15]k"[0x95][0x13][0xe8]x[0xb9][0x8f][0xc7][0xc6][0x18]7=a9[0xbe][0x1e][0x1b][0xd7][0xa7]-[0xc3][0xa4][0xea][0xcd][0xc5]"[0xaf]N/[0x88]=[0xfc][0x1a][0xf2][0xba][0xed](0[0x15]I[0xc3]E[0x8][0xec][0x9][0x94][0x6][0xab]e[0x9][0xe8][0xec][0xd8][0xa4][0x91][0xb0]d[0xe0]2[0xfa]e[0xdb][0xc7][0x12]r[0x1]5[0xe1]$G [0xbc][0x96]T[0x92]1m[0x3][0x18][0x9f][0xe6]U[0xe4]U[0xa6]"[0xed][0xda]]W[0xce][0xc6]7)[0xe]f[0x97][0xab][0xc0][0xfa][0xb8][0xa5]'[0xa6]Hh[0x7]Z[0xc5][0x17]l[0x7][0x16][0xb8]@c[0xb9]H[0xd9],[0xf5][0x85]x[0xe6]Ngz[0x17]B1[0x18]XK,ZV[0xe3][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9e][0xfa][0xdf][0xe5][0xae][0x1c][0x92][0xea][0x8c]1[0xb3]P)[0x83]e[0xfc][\r]K[0x8a]3[0xd6][0xfb][0xa6]B[0xed][0x4]x[0x99][0x80]B[0xdc][0xdb][0x2]-k+[0xc2]#Km[0xe8]M[0xeb][0xb9]\[0xd7][0x1a]%[0xf8][0xd8][0xa3]i[0x2]$[0xaf][0xc0][0xc6][0x12]q[0x2][0x9e]D[0x9a][0x15][0xb4][0x1c][0x11][0xcd][0xea][0xe3]v[0x9b]7,[0xc7]t[0x7]{[0x98]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";^b[0x9c]D[0xad][0xd1][0xbe][0xca]D:[0x9b]c[0xf3][0x8e]tG;K[0xb3][0xd0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0x8d][0xf8]eC[0xc5][0x1b][0xcf][0xe6][0xcd][0x84]q2%[0xa7][0xd3][0x96][0xb2][0xf3][0xa7]M[0xea][0xd1][0xb0][0x1b][0xcd][0x2][0x9b][0x16][0xcb]r[0xd8][0xd0][0xa7]N[0xe9][0xb9][0x9]V[0xa2][0x86][0xb7][0xb1]M`[0xff]K[0x87]3[0xf7][0xa6][0x9e][0xb1][0x8a][0xa6][0xb4][0x94]ji[0xd8][0x89]][0x1a][0xfa]pB[0xc3][0xfb][0xe8][0xd1][0x90][0xc7][0x15][\r][0xc7]p\[0xc3][0xc]fU\[0xd5]p[\r][0xd7]U|)[0x9][0x9b]U|%[0xb0][0xeb][0xd5][0xdd][0xa1][0xe1]k4k[0xb8][0x81][0xeb][0x9c][0x96][0xaf] /[0xb8][0xf1][0x8d][0xd4]wS[0xc3][0xb7][0xb8][0xa5][0xe2][0xb6][0x86][0xef][0xe4][0xfa][0xbd][0xb4][0xed][0x7][\r]?[0xca][0x0][0xb4][0xaf]}~[0xb][0xd4].[0xcf][0x14]o[0xb2][0xd5][0xa7]ju[0xc4][0x85]F[0xaa]_T64afg[0x9c][0x8b]gS[0xd9][0x1a][0xe6][0xfd][0x10][0x18][0x95][0x97]c[0x5][q[0xd9][0xad][0xe2][0xd6]T[0xd9][0xfe][0xf7]M[0xe7][0xad][0xd3][0x97][0xe8]-[0x83]'p[0xa8][0xc][0xdb]*[0x5][0x5]V{[0x9f][0xdb][0xcf][0x14]}[0xdc][0xd9][0xee][0xe][0xac]0[0x1f][0x1d]F[0xf7][0xfe][0xdf][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]^[0x1a]E[0xef][0x19]^S[0xf9][0x8c][0xf3][0xce][0xa8][0x9e]Y[0xd4][A_[0xf9]lX[0x16]?[0x81][0x1a]9[0xbd][0x96][0x86][0xd2][0x1f]hYqR[0x4]V[0xcc][0xa0][0xad][0xdd][0xa1];[0xc7][0xad][0xc0]V[0xca]e[0xe2][0xe8][0xac][0x9b][0xd2]"%[0xbb]W[0x14][0xc4]2[0x88][0xe9][0x19][0xdd][0x1e][0xfa]'K[0xc6][0x8f]k[0xc9][0xe8][0xda]G[0x90][0xa1][0x9b][0xca]N>:[0xb7]B[0xa0][0x89]O[0xd4][0x6][0xd9][0xec][0xdc]o[0xe7][0xeb][0xd5][0x83][0x1d][0xa8][0x93][0xed][0xcb][0xbd]J[0x18]g[0x4][0xbf][0xef][0xf0]t[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w@S[0xf0][0x11]D[0xf0][0x9]<#[0x8f]P[0xf1][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x95]#[0xca]#T=[0x80]z[0x8f][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xe1][0xb7][0x86]+[0xc8][0xad] [0x80][\r][0x8]b/O[0x9a][0xc3]OH[0xb][0xd7]`[0x11]$[0xc4][0x95][0xaf][0x16][0xb4][0xd2][0x2][0xa9][0xed]_[0xbe][0x96]+[0xb9][0xb6][0x7][0x1f]b],[0x18]~[0x88][0xea][0xfe][0xd6][0xd0]<[0xbc][0x1e]t*~[0xe5][0x19][0xaa][0xfc][0xca]\k([0x18]"[0xc6]7[0xf][0xad][0x2][0xc3].z[0x8e]\[0x8a]m[0xc3]6z[0x0][0xb4]QN[0x4]>[0xec][0xa3][0x9f][0xfb][0xe1]G;[0xf5]uP[0xfb][0xbb][0xb6]M[0x1d][0x8e][0x16][0xd7]&[0xb9]k#5[0xc3]DK[0xf6][0x91][0xde]C[0xce][0xbd][0x84][0x1e][0xa0]?[\r][0x94][0xd8]A>[0xc5][0xb6]}[0x87][0xed]a[0xbb]k[0xbb]Cu[0xb0]@[0xf5][0x1e][0xa9][0xe][0xd9]q[0x10]/[0xd0][0xa4][0xe2][0xb0][0x8a]N[0x15]]n[0x8c][0xbb][0xa9][0x81][0x83][0xd1][0xf1]U[0xdc] [0x97][0xb4][0xe2]n[0xf0]>[0xd4]y[0xac][0x17][0x98]G[\r]g[0xc4]}(ti[0x83][0x7][0xa1]6[0xb6][0x4][0xb7]Q[0xe0]w4[0xf4][0x17]CZ[0x9f][0x86][0x9f][0xa1]2<[0xe7]@[0xeb][0xca][0xca][0x8][0xff][0x8d][0xc6]'[0xa8]g[0xe2][0x1a]b6&<[0x8f]M[0x8c]\[0xb8][0x9][0x97][0x94]5[0xd7][0xa9][0x14]C[0xfc][0xca]S[0x1a]Y[0xc3][0xd0][0xb5][0xd2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]A[0x8e][0xef];\[0xef][0xe0]g{u[0xc2]}[0x86][0x85][0x3][0x1c]%[0xd5]q[0xd2][0xf5]1H'H[0xdd]GgO[0xd0][0xd5][0xf][0x8]=[0xc5][0xd3][0x19]rGYL1[0x8c][0xa3][0x1f]i[0x9c][0xc5],[0x6](/[0xce]i<@iq[0xfc][0x8a]!;5A[0xca]m[0xc2]F;[0xf8][0x1e][0x19][0x9e]B[0x92][0xee][0xda][0xa9][0x11][0x94]z[0xc1][0xc5].$[0xc4][0xa1]?X[0xa0][0x97][0xa9]q[0xa8]$L&[0xa4][0xe][0x95][0xfc][0xab]t[0xe4]9j[0x99][0x91][0xca][0x3][0x3][0xdc][0xbb]I9[0xaa]([0xf2][0x8e]*4B/[0xcf][0xbc][0xc2]l[0xff][0xfa]p[0xd2]-[0xcc]_[0xb8][0xca][0xc4][0xfb]E,[0xf4][0xc][0xeb]B[0xf][0xb1]Y[0xc6]U}[0x8c][0xc6]X[0xb8][0xe2]1[0xde]Z[0xac][0xbf]-[0xa8][0xe2]7G[0x6][0x8b][0xbb][0xb2][0xd7][0x81][0xff][0x0]PK[0x7][0x8][0xee][0xa1][0x8e][0xa6][0xe6][0x5][0x0][0x0]H[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nv[0x6][0x1e]F[0x6][0xce][0xa2][0xd4][0xdc][0xfc][0xb2]T[0xc7][0x9c][0x1c]F[0x6]q[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xcf][0x92][0xd4][0xa2][0xc4][0xa4][0x9c]Tk[0xcd]0[0xa0][0xaa][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]ml[0xaa]l[0x90][0xc4][0x82]K[0x8a]2[0xf3][0xd2][0xad][0xed][0xc0]:[0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]Z[0xe5][0x9c]sR[0x13][0xf3]@[0xea]C2[0x8a]R[0x13]S[0x9c][0xf3][0xf3]JR+J|[0x13][0xb][0xf4]@[0xda][0x19][0x19][0xcc][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3][0x81][0xe6][0x80]h[0x93],[0xfd][0xe2][0x82]L}[0x9c][0xba][0x19][0x19][0x4][0x10][0xd6][0xfb]'e[0xa5]&[0x97]02[0xe8][0xe1]5[0xb][0xdd][0x8]#6F[0x6]F[0x6]& f[0x6][0x86][0x11]#[0xb]#[0x3][0xb][0x3]+[0x90][0xc7][0x6][0xe4]11[0xb0][0x3]Y[0x1c]`[0x16]'[0x0]PK[0x7][0x8]w[0xe][0xe2][0xc2][0xd1][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWrite.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xe7][0xfc][0x82]J[0xff][0xbc][0xf0][0xa2][0xcc][0x92]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x8d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5]_\[0x90][0xa9][0x8f][0xa4][0x1e][0xa8][0x1b][0xa4]C?'[0x11][0xa8][0xc2]?)+5[0xb9][0x4]h<#[0x3][0x13][0x3][0x4]020[0x3]I&[0x6][0x16][0x0]PK[0x7][0x8][0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.class[0xad]T]o[0x12]A[0x14]=[0x3][0xc8][0xca]v[[0xa0][0xd6]j[0xfd][0xa8][0xa8][0xd8]RVES[0xdf]l[0x88][0x6][0xab]mJ%)[0x4]_|[0x19][0x96][0x9][0xbb][0xb8][0xee][0x92]a0[0xf2][0x8b]|[0xad][0x89][0xd6][0xc4][0x7][0xe3][0x93][0xf][0xfe]([0xe3][0xdd][0xe9][0xa6][0x92]h,[0x1a][0xb2][0xd9][0xdd];g[0xee][0x9c]{[0xef][0xb9]3[0xf3][0xfd][0xc7][0xe7]/[0x0]6q'[0x83]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0xc]\7[0xb1][0x8a][0x1b][0x6]n[0x9a][0x84][0x14][\r][0xdc]2[0xb0][0xc6][0x90]V[0xae]7,[0xde]c[0xd8][0xae][0x87][0xb2]W[0xe1][0x3][0xee][0xb8][0xa2][0xe2][0x87][0xbd][0x9e][0x17][0xf4][0xa2][0xff][0x83]~e8[0xf0]*[0xb5]p0n[0x4]/[0xa4][0xa7]D3[0x94]Jt[0x1f]K[0xc9][0xc7]-W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xad][0x85][0x81][0x12]o[0xd5]>[0x1f]<$[0xc2]-/[0xf0]T[0x95]a[0xa7]4[0x13][0xc6][0x8d]6C[0xaa][0x16]v[0x5]C[0xb6][0xee][0x5][0xe2][0xf9][0xe8]uG[0xc8][0x16][0xef][0xf8][0x84],[0xd6]C[0x87][0xfb]m.[0xbd]h[0x1c][0x83][0xa9][0xa8]$[0x6]k7[0x8][0x84][0xac][0xf9]|8[0x14]4|6[0x8b]l[0x8a][0xf7][0xa9]B[0xd3]q=[0xbf][0xdb][0xe6][0xfe][0x88][0x82][0xb5][0xfe]R[0xe5]Hy~[0xa5][0xa9]$![0xba][0x92][0xa9]=[0x19][0xe6][0x6]\[0x8a]@[0xc5]A[0xfe]e[0xe5]|Sq[0xe7][0x15][0xd9]Z[\r]j7[0xc3]Z[0xa9][0xde][0xe7]ox[0xc5][0xe7][0xb4][0xac][0xd1][0xe9][0xb]GQ2[0xbf]A[0xc][0x99][0xa6][0xd7][0xb][0xb8][0x1a]I[0x8a][0xb9]?[0xe1][0xb0][0x1b][0xb8][0x82][0x94][0xd1][0x1a]kE[0xb4][0xec][SgU[0x8d]Tk[0x86]#[0xe9][0x88][0xa7]^[0xd4]"{:[0xb9][0xef]F)P[0xdf][0xb7][0x3][0xc7][0xf][0x87][0x11][0x99]Pn[0xd8]5[0xb0]n[0xa1][0x84][\r][0xb]g[0x91][0xb1]`[0xa2]l[0xc1][0xc6]m[0x86][0xf5])[0x13][0xb2][0xb0][0x88]s[0xb4][0xe5]g[0xb2]#[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7])[0xc5]P[0x9b]A([0x86]%[0x87][0x10]5[0xc9][0xac][0xe1][0x95][0xd2]d7'fI[0xf6]d):@[0xd9][0xe3][0x85]'[0x2]0[0xbc]Y[0xdc]/[0xc3][0x3][0xf9][0x98][0x81][0x1d]2<(g[0xc3][0xf9][0xd8][0x85][0x87]d[0x18][0xc9][0xc7][0xc3][0xd8][0x9d][0x8f]G[0xf0]M[0x19][0x1e][0xd5][0xf1][0xad]|[0x94]b[0x8f][0x8e][0xc7][0xe4][0xf7][0xdb]r[0xf9];rO[\r][0xdf][0xcd][0xc7][0xf7][0xb0][8[0xec][0x95][0xe5]>[0x1d][0xdf][0xf7][0xa2][0x1c][0xb7][0xc8][0xe2][0x7][0xa2][0xf3][0xe3]^[0xfc][0x10]?[0x92][0xe5][0x8f]=[0xf8][0x89][0xd8][0xf3][0x84],[0x9e][0xd4][0xf1][0x94]p[0xfa]i>[0x96][0xc8][0xb0][0xb]?[0xd3][0xf1]s[0x1d]O[0xeb]xF[0xc7]/4[0x18][0x81]H[0xc4][0x8c]5[0x84][0x83][0xf1][0xb8][0x19][0xd7]0-[0xd0][0xb2][0xbe]qC[0xa0][0xa3][0xae][0xbe][0xa9]qSs][0x9b][0x6]_[0xd3][0x96][0xe0][0xd6]`u8[0x18][0xe9][0xa9]nO[0xc4]B[0x91][0x9e]U[0x1a][0xa6]6D#[0xf1]D0[0x92][0xe8][0xc][0x86][0x7]L[\r][0xb3][0xd6]6[0xae][0xab];[0xb5][0xa9]cS[0xa0]%[0xd0][0x11][0xa8]k[0xda][0xd4]P[0xd7]V[0xd7][0x10][0xe8][0xd8][0xa8]A[0xb][0xb8][0xe8][0xe3][0x2][\r][0xa5]m[0x1b]Z[0xdb][0x1a]7tl[0xdc][0xd4]R[0xd7][0xdc][0x98][0x85][0xd2][0xd7][0xd8][0xdc][0xc6][0xd3][0x86][0xd6][0x96][0x8e][0xc6][0xd3];6[0xad][0xad][0xeb][0xa8][0xd3][0xb0][0xa8])[0x1a][0xeb][0xa9][0xe][0xf6][0x7][0xbb]z[0xcd][0xea]p[0xb4][0xa7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xef][0xf2]-[0xd5][0x3][0x89]P[0xd8]V[0xa9]9[0xd8]O[0xad]<[0xe1]hW0[0xcc][0xb9][0x86][0xe2][0x14][0xad];zcf[0xb0][0xbb]I[0xce]H4[0xa5]=[0xd4][0x13][0x9]&[0x6]bT[0xbb]>;U[0xcd][0x84]e[0xd6][0x92]a^M([0x12]J[0xd4]jp[0x95]/[0xea][0xd4][0xe0]n[0x88]v[0x93][0xf5][0xb4][0xa6]P[0xc4]l[0x19][0xe8][0xdb]l[0xc6]:[0x82][0x9b][0xc3][0xa6]8Rxw[0x6]c!Y[0xdb][0x9b][0xee]Do[0x88]no<[0xb4][0xc4]x[0xa8][0xba]![0xda]?[0xd8][0x1a]9-[0x16]J[0x98][0xed][0xd1]X[0xc2][0xec][0xae][0x8b][0xc5][0x82][0x83][0x96][0xc6]|[0x89][0x84]yn[0xc2][0xf2][0xc0][0xcc].n%[0xcc][0x14][[0x94]7J[0xca][0x17][0x1d][0xd2][0x1f]F_0[0x12][0xec]1cm[0xb1]h?5Y<[0x8e][0xed]Bf[0xc6][0x12]!3~*[0x97][0xbc][0x9f][0x1f][0x8a][0xf4][0x9a][0xd4][0xcc][0xb2]G;[0x83][0xc1][0xd1][0x9e][0x8]v[0x9d]M[0xc1][0xca]F[0x1d][0xbf][0xd4][0xb0][0xf6]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xce][0xd5][0xd3],[0xf3][0x9c]M[\r][0xfe][0xf2][0xc9][0x4][0xc8][0x99][0xe5][0xe3][0x10]o[0xa0]^[0xad][0x91][0xf0]`[0xf2][0xd2][0xa4][0xe2]/[0x1a][0xb][0xf1]<[0x18][0xd6][0xb0]d[0xd2][0x82][0x18]?[0xfd][0x3][0x9][\r][0xc7][0x96][0x8f]M[0xb8][0xb1];[0x12]i[0xae][0xb3][0xcd]A[\r][0xb9][[0xad][0x14][0xf4][0xf0][0xb6][0x9d][0x8d][0xe3][0xb0]h[0xdd][0xbc][0xc5][0xec]J([0x16][0xbe][0xb1][0xdb][0xe4][0xdb][0x17][0xec]'[0x84]1[0xb2][0xc9][0xb2].Lk|6C[0xa5][0xba][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe6][0x9a][0x91]DL[0x14]h[0xb4]~[0xb][0xd3]i[0x16][0xa8]m[0xc9][0xf][0xa5][0xa0]`K[0x6][0x13][\r]E[0xe9])1[0xd8]?[0x9a][0x16][0xab][0xb2][0xf1][0xaa][0x99][0x88]c$L[0x8e]O[0xbf]=[0xc1]{:~[0xa5][0xe1][0xc4][0xf2]wuW[0xfc]aX[0xde][0xea][0xb4][0xad][0xad][0x9c][0xa0][0x9][0x1d][0x9d]J[0xe7][0x85][0xe3][0xca][0xb5][0x9]O[0xaa][0xe9]\9[0xf6][0xd5]j[0xc7][0xd7][[0xdd]Wq[0xd3]c2[0xce][0x16]f[0x9][0x92]E[0xd9][0xb0][0xde]Cr;[0xb0][0xc6][0xbb]c+[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]g[0x8f][0x99]}[0xd1][0xad][0xbc]T[0x98][0xed][0x92][0x0]e[0x17]Q[0x8d]xl[0xd1][0xa9]8+N%[\r]$[0xcc][0x98]D[0x83]E[0xcc]X[0xa7]Sgf;[0xd7][0x90][0xed]Z[0x16][0xf][0x88][0xfb][0xfc][0x13][0xa6]U1[0xde][0x15]6[0x83]1[0x82]\[0x17]Q6[0x18][0x8a][0xc4]O[0x91][0x94][0xcb]j[0x11][0x81]O[0xa7][0xa7][0x1a][0x94]Q[0xd3]G[0xf1][0xce][0x9]v[0x1d][0xbf][0xd6][0xb0]"s{[0xc2]!]D[0xd6][0xa3][0x98]a#[0xfe][0xda]`"H]x[0x10][0xe8][0xeb][0x1b]P[0xf8]K[0x8e][0xad][0xb1][0x96][0x1]q[0xa5][0x1e][0x8a]7[0xf6][0xf5]'[0x6]UY[0xa2]n[0x9e]D[0xd4]bG'[0x96]gyg[0xb6][0x1d]$[0xea][\r][0xc6]{[0xad][0xfa][0xc5][[0x1][0xda][0xdf][0x1f][0xb][0xf5][0x99][0xea]1[0xe3][0x3][0xe1][0x4]["[0xce][0xcd]s[0x6][0x82][0xe1]x[0x86][0x1b]FA[0x85][0xa2]\[0xd1][0xcd][x5[0x9a]`][0xd0]P}[0xf8][0xd2][0x96][0xa5][0x88]y[0xd4][0xcd]f[0x1][0xa1][0xa7][0xb8][0xaa][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x5][0xd6][0xdb][0x1e][0x1d][0x88]u[0x99][0xeb]B[0x2][0x11][0xfe][0x89][0x15][0xc5][0xc5][0xa2][0xa2][0x81][0xf7]c[0xbd][0x81][0x16][0xb4][0x1a]h[0xc0]Z[0x96]$[0x3][0xcf][0xe2]9[\r][\r][0xef]A[0xd9][0xd5]0/[0x14][0xcf][0xdc][0xc]$[0x8b][0xa2][0x81][0xdf][0xe0]2[0x96][0xf8][0xf7]@[0xd4][0x82]%b[0xc9]o[0xe9][0xfa][0xac][0xc5]T[0xc3][0xd2]q[0x8a]U[0x92]uJ[\r]=FQ,][0x9c]&m[0xb1][0xf8]<[0x14][0xc]/[0xee][0x12]v[0xa1][0xc4][0xa0][0x81][0xdf][0xe1][0xf7]"[0xfe]y[0x19]^0[0xf0][0x11][0xd0][0xaf][0x3]x[0x91][0xf5]f[0x82]%[0xd2][0xc0]i8][0x86][0x8d][0x6][0xfe] [0xf][0xf2]G[0xfc][0x89]ya[0xe0]S[0xb8][0xda][0xc0]KxY[0xc7]+[0x6]^[0xc5]k[0x84]b[0x3][0x96][0xcd][0xbf][0x8][0xff][0x19]Y[0x90][0xd4][0xc0]_[0xe5][0xa8] 3[0x90][\r]|[0x14]/[0xca]p[0xae][0x81][0xf3]p[0xbe][0x8e][0xbf][0xc9]/e]*[0x8f]0=[0xc9]i=C][0xe9][0xf4]w\a[0xa0][0xe][0xf5]:^7[0xf0][0xf][0xbc]a[0xe0]M\[0xaf]![0xe7][0xfc]m[0x6][0xae][0xc1][0xb5][0x6][0xae][0x93]e[0xd5][0xa4][0xa2][0xd8][0xc0]U[0xc2][0xf5][0xf3][0xf8]B[0x9a][0x8a]V[0x92][0xb0]@[0x1d][0x96][0xd9]h[0x9e][0x8f][\r][0xb4]e[0x87][0xbd]gq[0x1f]{[0xab]|[0xa2][0x91][0xc7][0xa2]5[0x99][0xe6][0x8f]}A[0xd2][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0x13]Q&[0xfc][0xd4][0xb4][0xd7][0xe2][0x9a][0x8][0x95][0xbc][0xa8][0xe1][0xb8]q[[0xb6]1=[0xa6][0x8f],[0xea][0xa3]Qbq[0xc4]>#[0xae][0xad]?L37[0x89][0xa6]Y[0xb5]A[0x2][0xa2][0xdc][0xb1][0xdb]`[0x8b]Q[0x16][0x94][0xf][0x8]([0xba][0xcb][0x3]ri[0xf9][0xbb]h&;3[0xd1][0xd7]i[0xba][0xf2][0xce][0x8a][0x99][0xe6]y[0x2][0xbc]q[0xa9][0xce]Y[0xb1][0x95][0xb7]=[0xaa][0xe9]j[0x17][0x92][0xf4][0x1a][0xc3][0xad]Ui[0xbe]W4[0x9e][0x90][0xf3],Ei[0xe4][0xa3][0xcf][0xc5];:A[0xbf][0x85][0xce][0xa0]a[0x11][0xf5][0x93]Go[0xa8]:[0xe7][0x1b][)[0x89][0xeb][0x89][0xa8]z[0xd6][0xc2]$[0xb3][0x86]h8L[0x5]C[0xfc]&d[0x97]7[0x10][0xe9][0x8b]v[0x87][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x5]IC[0xd9][0x98][0xee]qL#[0xe8][0x8e][0x87][0xce]3Q[0xc6][0xf][0xd5][0xe3][0xe1][0xc2][0x9]X[0x81][0x13]9/[0xc1]J[0xac][0x82][0x86][0x1a]~@[0xe6] [0xf]s[0xb1][0x1a][0xb5][0xce][0xfa]$[0xae][0xd7][0xa4][0x9c]O[0xc5]lIc[0xce]}[0x2][0xf2][0xdc]oT[0xfb][0xeb]P[0xc4]9[0xb][0x0][0xc7][0x0]wN[0xe2][0x9e][0xc6][0xdf][0xa9][0x15][0xbb][0xa0]Up[0xc8]y[0x10][0xae][0x9d][0x8a][0xf4]d[0x8e]G@[0xbe]Wk[0xe1]&[0xa1]A[0x1][0xa7]peX[0x17][0xd0][0x84]fE[0xc7]B[0xc2]Q[0x98]m#[0xb5][0xd0][0x97]=[0x4]w[0x93][0xdf][0x97]7[0xc]}[0xf5][0xdc][0x1b]`[0xec][0x86]g#YO[0xd9][0xb1][0x1b][0xde][0x8d][0xbb][0x90][0xbf][0x83]4.[0xc5][0xbf][0x88][0x86][0x81][0xaa][0xb9][0xa9]X>[0xd5][0x9a]F[0xc5]f[0xa1]M[0xc9])[0xb3]x[0xd9]r[0xdc]4[0xb0][\r][0x1f][0xa0][0xec]|[0x14]b[0x3][0xda])[0xb3][0x83][0xfb]S[0xa0][0xbd][0x8d]Y:N[0x1d][0xb5][0xb0][0x93][0xa4]DV[0xdb][0xbe][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]u}[0xbb]al[0xa4]Z[0xbe][0xa9][0x5][0x5][0xc3]8b[0x17][0xa6][0xed]p[0x8c][0xcc]S[0x14][0x1f]L1[0xce][0xe7][0x8]%<[0xdb][0x9c]VS[0x9d][0x1c][0x11]([0x9c][0xfc][0xbb]P[0x90][0xc9] [0xa4][0x18][0x14]YD6[0x3][0x99][0x9d]A[0xd6][0xfc][0x16][0xc4][0x99][0xf8][0x90][0xcd]*`[0xfb]I[0xaf][0xf0]W[0xe]cz[0xd2][0xdd]^u9B[0x86][0xd1][0x14][0x17][0xe8][0xe]3[0x1d][0x1f]Vo,[0xb3]M[0x9c][0xc9][0xdb][0xb1][0xf2][0xd8]lo%[0xb5][[0xfe][0xb][0xa7][0xe2][0x1][0xb8][0x86][0xe1][0xdb][0x83][0x19]-U[0xfb][0xe0][0xad][0x18][0xc6][0xcc]!x*[0xaa][0x86]Q[0xd8]R[0xe5][0xaf][0x1c]A[0x91][0xb]U#([0xd6] [0x94][0xdc][0x9e][0xb5][0xd3]y[0x91][0xd9][0x14][0xe][0xc4][0xe9][0xe5][0x4]=>[0x80][0x5][0xd8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x90][0xa5]8W[0xa9]Ta[0x89]pTZ[0xe6][0xa8][0xb4][0x8c]*m[0xa6]J[0xf9](G[0x17]C[0xcf][0xa5][0xde][0xc7]@[0xce]~[0x14][0xe9][0xe8]f[0xa3][0xd1]M:[0x13]gY[0xd1][0xa2][0xcd]"[0x85][0xbc]~[0xdc][0xbf][0x17][0x86][0x4]%[0x1a]n[0x80]{gR[0xf9][0xe6][0xca][0x14][0xe5][0xe9][0xa8][0xc2]fR[0xcd][0xd6]0[0x82]9[0x1a]Zh[0xc0]\[0xb9]Q[0xce][0xc9]<[\r]{P[0xba][0xd2]]Y[0xe2][0x1e][0xc1]|Y[0x94][0xc9][0xec]H[0xa1][0xa5][0xad]C[0x7][0x9f][0xae]t[0xcc][0xad][0xb4][0xcd]u+s+[0xe8]s[0xe0][0x2][0x86][0xf3]6[0x6][0xfb][0xc7][0x99]e[0x17]r[0xef]"[0x9e]]L[0xbf]^B[0x95]/[0xc5][0x16]\[0x86][0x18].w[0xcc]?[0x19][0xc5][0xe8][0xe1]s[0xbb][0x95][0xa3]F[0x1d][0x11]'[0xdd][0xd9]4[0xb0][0x84][0xf].[0xe6][0xe7] l[0x87][0x83]E[0xdf]g[0xd3]o[0xe1][0xfb]j[0xca]5[0xc5][0xc8][0x9b][0x8a][0xfd]([0xb4][0x9d][0xb3][0x1f][0x86][0x8e][0xe8][[0xa8][0xb2][0x3][0xb9][0x9f]d[0xe7][0xfc]?z[0xeb]Jz[0xeb]*z[0xeb]j[0xda]z[\r][0xf7][0xae][0xe5][0xd9][0xa7][0xe9][0xad][0xeb][0xe8][0xad][0xeb]i[0xdf]g[0xe8][0xad][0xcf][0xfe][0x8f][0xde][0x8a]9[0xde][0x8a]O[0xcc][[0x9][0x92][\r]0VG[0x93]5[0xc7][0xca][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]0[0x8e][0xa2][0x81][0x99][0xc9][0xfa][0xc5]C$[0xab][0x15][0xcc][0x9a][0xb4]L6[0xab](i$[0xb][0xe7][0xa4][0xbb]Z[0xd7][0x86][0xe0][0xad][0xa4][0x8b][0x8f][0xce]A[0x12][0xcf][0xac][0x4][0xbe][0x89]9psJ[0x2][0xcf]q[0x4][0xcc][0xb1][0x5][0xe4][0xa3][0xc0]6[0xdb][0xc9][0x91][0x19]4j[0x9d][0x8e]A[0x9e][0xb2]U[0xb3][0x85][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x84]?U[0xf8]^[0x94][0xaa][0x7]f.[0x8f]`A[0xce]!S[0xb9][0x94]([0x1][0xdc]Fa[0xb7][0x13]X[0xef] l[0xde][0xc9][0x94][0x1e][0xc2]Q[0xb8][0x8b]/s[0xb7][0xf3]B[0x85][0xfc]{[0x81]JX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rT[0xf5];[0xaa][0x96][0xa5][0xa8][0xea][0x81][0xb6][0x1f][0x15]V*o[0xc3][0xc7]l[0xe0]MU$[0xa0]9][0xcd]5[0x96][0x9a][0xd4][0xf2][0x18][\r]+[0xdd][0x12]d*[0x8]g[0xcb]LEa[0xd9][0xca][0xdc][0xaa][0x92]\e[0xc5][0xd0][0xc1][0x17][0xc6][0x1a]b[0x85][0xdd]B>[0xc]p[0xf]U[0xb9][0x97][0x86][0xec][0xa0][0xba];[0x89]6[0xf7]Q[0xbd][0xfb]Y[0x9b][0x1e]`y{[0x90]j[0xef]R[0x6]-g[0x96],[0xa3][0x9a][0xa2]|.)W8[0xa6]5;[0xa6]53[0xd1]/T[0xa6][0xd5][0xa7][0x4][0x9f][0x5][0xfd]rv[0x91][0x1d]r3[0xe1]:[0x80]y4V[0xfd]c[0xb0][0x95][0xbd][0xc5][0xd0][0xb7][0xe2][0xed]b[0xd2]\[0xe2][0x94][0xd1][0x13]T[0xd0][0xd0]=[0x96][0x3][0x16]fB[0xfa]n>[0xc5]#)[0x5][0xc6]c[0xeb][0xa2]I'n[0xf3]8[0xc7][0xe][0xb4][0xf9][0xe9]N[0x9c].Avl[0xe][0xdd][0xa6][0xbb][0x87][0xe0]vm[0xcf][0x8][0xb6]=4[0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb1][0x94]`[0x9b][0xef][0x98]9[0xdf]y[0xc1][0x99])/[0xe8][0x95]`[0x13][0xa3][0xd6][0x88][0xca][0x97][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][\r][0xb7][0xd8])S[0x96][0x14][0xdf][0xe4][0xdf][0x87][0xa9][0xbb]Q[0xce][0x9a][0xbd]h[0x8]S[0xa8]G[0x85]6&[0xd8][0xf7][0x92][0xff][0xbe][0x94]l[0x1a]-[0xd8]R[0xa6]E[0xaa][0x96][0xc][0xf1][0x12]Jm[0xd4][0xf1][0x9][0xdb][0x85][0x9f][0xe4][0xd9][0x95]N[0xa5][0x96]*&[0xf7][0x8b][0xd3][0xe5]O[0xb9][0xf]~[0x9a][0xed][0xcf][0x14][0xfb][0x4][0x5]<[0x99]"[0xb6][0xd8][0x11]kd[0x8a][0x15][0xc8]Xc[0x85][0xec]U[0x8e][0xb9]=[0xb6][0xb8]y[0xe9][0xe2]$[0xad][\r][0xcb][0xd0][0x87]P[0x99])[0xf4]i[0xb2]&E[0xe8][0xa7]i*[0x6][0xb4][0x83]$N[0xae]s4[0xf1][0x12][0xbf]M-[0xa5]5y,[0x11]__[0xe1][0xbf][0x13][0xb9][0xee][0xed][0xf4]P[0xae]k[0xbb][0xff]1,[0xb9]QM[0xf6]`I3[0xab][0xec][0xd2][0x16][0xd6][0xc8]e[0x82]j[0xd2]a[0x95][0xb8][0xf7][0xc2][0xe7][0xda]^%[0xb8][0xb6]<[0x7][0x8a][0xd2][0xbd][0xdd][0xc1][0xaf]Z[0xa2][0x16][0xf8]i[0x9d][0x8b][0xd7][0x89][0x3]o[0xd0][0x81]o[0x12]G[0xfe][0xc5][0xb4][0xfc]7[0x95][0xfd][0xf][0xab][0x2][0xa1][0x5][0xff]e[0xdf][0xb4][0x1f][0x95]x[0x1b]Kp@x[0xa3][0x96][0xba][0xad][0xd1]\[0xe][0xae]Q+'[0xb9][0xeb]Y[0xc2]6S[0xdd]98[0x96][0xd0]p#[0xb5].#[0xb0]w[0xb1][0xa8][0xba][0xc8]g6[0xbe][0xc4][0x99][0xdb])[0xaa][0xd6]Y[0xc4]9[0x8b][0xf0]L[0xdc][0xe3]C[0xae][0x9e][0xeb]9[0x80][0xb9]:[0xbe][0xcc]`[0xe5]?[0x83][0xd8]t[0x93][0x83]k[0xcb][0x15][0xa4][0x10][0x9][0xa5][0xe9]u[0xb3]k[0xbe][0x1f]~&[0xa4][0xc2][0xe9][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x92]_[0x9]+h[0xd7][0xfb][0x18][0x8a]+)[0xef]f[0x15][0xf4]_[0xe1]Zd[0xe4][0x90][0xa7][0xf5][0xa7][0x94]([0xdd][0x9b]7[0xe5][0x1d]PK[0x7][0x8][0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.class[0x9d]T]O[0x13]A[0x14]=[0xd3]V[0x96].[0x8b]-[0x8][0xc8][0x97][0x8a][0x8a][0xd8][0xf]eE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa1]A[0x92][0x82][0x91][0xa4][0xe8]C[0x9][0x9][0xbc][\r][0xdb][0xa1][0x1d]\v[0x9b][0xdd]Y[0xa2]?[0xc5]_[0xe0]+&*F[0x13][0xe3][0x93][0xf][0xfe]([0xe3][0x9d][0xa5]@[0x91][0xa8]I[0xb7][0xd9][0x9d];g[0xee]=s[0xe6][0xcc]L[0xfe][0xfa][0xf2][\r][0xc0]<[0x16][0xd3][0xe8][0xc5]=[0x13]i[0xcc][0x18][0xb8]o"[0x89][0x9c][0x89]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0x8a]&[0x8d]<0[0xf0][0xd0][0xc0],C[0xf6][0x90][0xbb][0xd3]2[0xdc][0xe0][0xad]5[0x8f][0xef][0xba][0xa2][0xce][0xc0]v[0x18]z[0xca][0xd2][0x93]j[0x99]![0x95][0xdb][0xc9]oQS[0xf1][0xeb][0x82]!S[0x95][0x9e]x[0x11][0x1d][0xec][0x8a]`Sg3[0xc]V}[0x87][0xbb][<[0x90][0xba][0xdf][0x6]S[0xaa])C[0x6]k[0xdd][0xf3]DPqy[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]>[0xa9][0xfa]A[0xc3][0xe6]-[0xee]4[0x85][0xed][0xfa][0x8d][0x86][0xf4][0x1a][0xba]-[0xed][0xdb]aK[0xda][0xab]b[0x8f]G[0xae][0xda]l[0x6][0x82][0xd7]+[0xbe][0xa7][0xc4]kE[0xb2][0xa6][0xe7][0x96][0x18]L[0xa7])[0xdd][0xfa][0x16]w#b[0x9f][0xca]U[0xf7][0xf9]![0xb7]#%][0x9b]2[0x96][0xf2][0xf4][0x19][0xfa]Z<[0x10][0x9e]j[0x17]d.[0x8d][0x8f]\T[0xfd][0xa6]u[0xaa]|[0xe1]bj[0xf9][0xa4][0xeb]rRZS[0x1][0x9]^[0xba][0x8c],[0x13]aMq[0xe7][0x15]U[0xc4][0x80][0xbd][0xc5][0xc0]W$[0xb7][0x8b][0xc7]H}[0xc6][0x95]wH[0xb1][0xa3][0xb8]DS^[0x8d][0xa7]J$+[0x18][0xa7]VS[0x8f][0x9c][0x94][0xb7][0xa9]u4[0x82][0xeb]4[0xdd][0xe8][0xd9][0xb4][0x1a][0x19][0xa3]h[0x9c]b[0x3][0x89][0xb1][0x15][0x83][0xa0][0xc9]X[0xe7][0x8d][0xec]*i[0xb9][0xd9]^[0xcd]|{5[0xe9]B[0xf1];z>[0xc1]8[0xfa][0xc7]b[0xd2]g[0x8b]9[0xa1][0xba][0x85][0xa9][0xb8][0xbd][0x8d];1z[0x17][0xd3][0x18][0x8c][0x17][0xcd][0xc8]D[0xfd][0xf4][0xfe][0x6]PK[0x7][0x8][0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.class[0xad]W[0x89][0x14][0xe5][0x19]~f[0x8f][0xcc]fwBBB[0x80][0x10]L[0x0][0x11]C6K[0xa0]"*W[0x81][0x18]%u[0x13][0x90][0x4][0x14][0x14]e[0x9]C[0xb2][0xb0][0xd9][0x8d][0xbb][0xb3][0xd4]h[0xb5]V[0xad][0xda]Z[0xeb][0xd1]K[0xa8]G[0xf]5[0xad][0xd2][0x16][0xac]\b-[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]m[0xb5]Z[0x8f]V[0xeb]Y[0xad][0xed]_[0xe0][0xf][0xa5][0xcf];3;{F[0x3][0xbf]r[0xcc][0xf1]}[0xef][0xbc][0xdf][0xf3]<[0xdf]{|[0xfb][0xec]g[0x8f]>[0xe][0xe0]4[0xfc][0xd7][0xf][0x15][0xdb][0xfd][0x98][0x8d][0x1d][0xe5]|[0xfa][0xb1][0xbc][0xde]%Ow[0xfb]q[0xf][0xee]U[0xf1][0x13][0x1f]~*[0x8f]?S[0xf1]s?[0xfc][0xd8][0xae][0xe2]>?4[0xec][0x90][0xcb][0xfd]*[0x1e]P1[0xec]G[0x15]~![0x97]_[0x6]P[0x89][0x7][0xfd]x[0x8];e[0xfa]W[0xf2][0xfa]k[0xb9][0xfc]&[0x80]][0xd8][0x1d][0xc0][0xc3][0xf8][0xad]\[0x1e]Q[0xb1]'[0x80]z[0xec][0x95][0xcb]>1[0xd8][0xaf][0xe2][0x80][0xdc][0x1f][\r][0xe0] v[0xcb][0xc7][0x8f][0x9][0x94][0xdf][0xc9][0xd8][0xe3][0x1][0xfc][0x1e][0x87][0x2]x[0x2]O[0xca]";|[0xf8][0x83][0x0][0xfe][0xa3][0xcc]=[0xe5][0xc7]a[0x1c][0x91][0xcb]S*[0x9e][0xe] [0x84]gd[0xf8]Y[0x15][0xcf][0xa9]x^[0x81][0xd6][0x11][0x8f][0xeb][0xc9][0xb6]X$[0x95][0xd2]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*;[0xba][0x96][0xb7][0xaf][0xea][0xe8]Y[0xba],[0xdc]~i[0xe7][0xd2][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xc3]["[0xdb]"[0xad][0xb1]H[0xbc][0xaf][0xb5][0xdb]HF[0xe3]}[0xb][0x14]T[0xb4]%[0xe2])#[0x12]7[0xd6]Dbi]AY:[0xa5]wF[0x6][0x15]([0xeb][0x14][0xf8]b[0x89][0xde]H[0xcc]|[0x9d][0x90][0xf3]qOR[0x8f]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x1c]=[0x94]wG[0xfb][0xe2][0x11]#[0x9d][0xe4][0xd7]][0xa5][0xad][0x16]Z[0xc3]i#[0x1a]k[0xa5][0xb7][0x85][0xc5]@[0x8a]G[0x16][0xf3]/[0xe1],[0x8c][0xc6][0xa3][0xc6]b[0x5][0xee][0xa6][0x99]k[0x14]x[0xda][0x12][0x9b][0xb8]Le8[0x1a][0xd7][0xbb][0xd2][0x3][0x1b][0xf5]dOdcL[0x17]n[0xb2][0xce][0x9a]H2*[0xef][0xf6][0xa0][0xc7][0xe8][0x8f]R[0x89]y[0xe1]D[0xb2][0xaf]52[0x18][0xe9][0xed][0xd7][c[0x89][0xbe]>[0xba][0x97][0xfb][0xdc]-[0xad][0xa9][0xc1]h[0xeb][0xd9][0xfa][0xe6]H:fXp[0xa9][0x86][0xa1]_n[0x10]$[0x17][0xf7]4[0xad][0x93]E[0xc7][0xf5]r[0xc6][0xd0]s[0xf8][0x98][0x8a]L[0xe2][0xec][0x88][0xa2]h[0xd1][0x14][0x8d][0xda][0xe3][0x2]d[0x13]_[0x7]"[0xf1]H[0x9f][0x9e]\[0x99]L[0xc][0x12][0xd1][0xac][0x91][0x11][0x99][0x1a][0x89][0x99][0x9e]4[0xa2]zj5_[0xe9].[0x10][0x8d][0xf7][0xeb][0xc9][0xa8]a[0xf1][0xaa][0xe8]6"[0xbd][[0xe9][0xdf][0xe4][0xa9][0xe2][0x5][0x5][0xe7][0x8f][0x8][0xe6][0xc4][0xb5]w[0xf][0xa6][\r][0x5][0xa7]6[0x8d][0xe6][0xb][0xd1][0xc9][0xbd]U[0x1f]R[0xe0][0xdd]f[0x5][0x92]{@D[0xaa][0xcc]_[0x9d]^[0xc7][0xe7][0xef][0xd4][0xd0]`f[0xb7]N?![0xa0]VZ2P[0x8]vi,[0xc6]Hh*XR[0xa0])[0xf4][0xef]m[0x8f][0x1b]I[0x2][0xac][0xcd][0x9f][0x9f]n[0xe][0x13][0x98]2[0xa0]`A[0xa9][0xb9]Q#[0xf9][0x93][0x82]3[0x9b]N[0x88][0x85])_[0x9f]N[0xb9]g[0x94][0x90]{f[0xf1][0x10]k[0x8]9'[0xf5][0x81][0xc4]6R[0xab]-[0xf5][0x91][0xa4]Kob[0x90][0x8c][0xcb]-;S[0x9e][0x9][0xb9][0xa6][0x1d][0x86][0x9e][0x14][0xf1]-cn[0x1f]cs\[0xa9]y[0x5][0xa5]>+AN[0xe2]&8j[Y[0xd6][0xdb][0x1b][0xd3]#I[0xde][0x8d][0x84][0x99]Vc[0x9b]f[0x16][0xc5][0xcc][0x19][0x85]c[0xa3][0x94][0x95][0x89][0xd3][0xcb][0x84][0x8e]D[0xe3][0xa9][0xf3]$6K[0xea][0xc4]:[0xa7]nN$[0xdb][0x99][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BM_[0x90][0x9a][0xcb][0xa2]R0[0xd3][0x3]z[0xd2]B[0xaf][AU[0x16][0xe9]5[0xa2][0x89][0xb8][0x82][0xe6][0xd1][0xaf]`[0xd9][0xa8][0x8d]K[0x10][0xe][0xf5][0xac]1)^[0xb4]p[0xcd][0xfc][0x9c][0xd9][0x15][0x1b][0xb7][0xe8][0xbd][0xc6][0x82][0xc5][0xa3]'2[0xa2]o![0xb8][0xe4][0x8b][0xfc][0xf4]$[0xb3][0x8c][0x8a]a[0x88][0x8b][0xe0]qx[0xa0][0xa2][0xec]F[0x86][0x9e][0xdf][0xad]lg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x19][0xbd][0xab][0x11]X[0xf5]t[[0xb5][0x8d]w[0x5][0xdb]JJ[0xd7]}"r[0x8e]re^D[0x12][0x1f]s[0xdd]n[0xb8]_[0x94][0xf0][0xe][0xf7][0xd0]H[0xfb]\[0xfc]9WcPs[0x8d]63[0xff]k[0xf9][0xd4]10[0x90]6[0xdb][0x7][0xb3]gE[0xb2]+-[0xb5]@[0x8d][0xa6][0xda][0x7][0x6][0x8d]![0xb3][0xbb]2[\r]<[0xa9][0xe8][0x15][0xba][0xf9][0xd2]A[0x88]F[0xc2]r[0xc7][0x92][0xd0]T[0xa2][0x2][0xd1][0xa2]?[0x92][0xea][0xb7][0x1a][0xb2]w0[0x19][0x1d][0xe0]][0xe9]0[0xab]R[0x8a][0xfd][0x94][0xe7])>[0xeb][0x97][0xa5]#[0xb1]TA[0xe6]eb[0x83]Kz[0x13][0x6][0x1b][0x1b][0xd7]Ll[0xdc][0xa2][0xa0][0xf5][0xf3];u[0x89][0x16][0xed]3[0xbf][0xe7]3[0x8f]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xdd][0x89]t[0xb2]W?'*[0xfd]d[0xf2][0x8][0x8d]}[0x96][0x0][0xd1][0xb0][0x10]mrY[0xa4]a[0x1e][0xce][0xd0]p6[0xda]5[0x9c][0x89][0xb3][0xd8]M5[0xfc][0x19]Q0[0xf7]DN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0x8a][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x7];[0xb2][0xcd][[0xc3][0x8b][0xb8][0x8c]G[0x92][0x13][0xf1]=}[0xe]u,[0xd9][0xe3]5l[0xc0]K<[0x17][0xe4][0xd5]H[0x96][0xd2][0xec][0xfb]rn[0x15][0xc7][0x84][0xf1]_[0xe5]r[0xa1][0x86]N[0xbc][0xac][0xe2][0x15][\r][0xc3][0xab][0x1a]^[0xc3][0xeb][0x1a]n[0xc4]M[0x1a][0xde][0xc0][0xdf]U[0xfc]C[0xc3][0x9b]x[0x8b][0x1d]M[0xc3]?q[0x83][0x86][0xb7][0xc5]}M[0x89][0xde][0xa8][0xe1][0x1d][0xbc][0xa4][0xe1][0x1a][0xb9]l[0xc0][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]EC/[0xde]U[0xf1][0x9e][0xdc])[0xf6]u[0x88]k[0x18][0xc4][0xed]*[0xde][0xd7][0xf0][0x1][0xfe][0xa5][0xe2]C[0xb9][0xa4][0xc0]u[0xe5]U[0x1a][0xbe][0x85]ok[0xb8][0x19]7[0xa9][0xf8][0xb7][0x86][0x8f][0xf1][0x1f][0x86][0xfd]q[0x85][0x84][0x86][0xeb]e[0x81][0xdb]p{[0x1e][0x14]+[0xe2][0x18]`[0x9f][0x9f][0xc4][0xab][0xe8]kE<6d!75l9[0x9e][0x93][0x1a][0xab]VV#[0xb3][0xf3][0x19][0x9][0x6]w[0x5][0xf3]/k[0xa8]`6[0xf3][0xe9]8[0xf][0x80][0xd5]t[0xb1],[0x91]`[0xab][0x8c][0xdb]sC[0x85]y[0xe9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OS[0x87][0xd4][0x98]3K[0xa4]\[0x89]$,[0xe5][0xa1]6[0xcb][0xa2]-[0x11][0x8b][0xe9]fo[0x93][0xdf][0x14][0xe9][0xf8]@bSts[0xd4].$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x14][0x9d][0xb6][0x8a][0x9a][0xb7];%[0xe7][0x9a][0x92][0x5]@*[0xa1][0xd9]@[0xbb][0xc5]$[0xbf][0xf3]shA^H[0x9b]6[0xbe][0xa8][0xa3][0xea][0xf8]<[0xf3][0x8c][0xda]R[0xf8]X[0x97][0xba][0x18][0xe]T"n[0xde][0xca]([0x9e][0xd9][0xff]g[0x94][0x2]QJ[0x80][0xea][0xe2][0x3][0xc][0x8f]@[0xa3]m[0xa8][0xe6]q[0xa0]W[0x1f],<=[0x8f][0xbc][0x9][0x14]b[0xe6][0xa8][0xfb][0x8b][0x82][0xb3]F[0xe5][0xb5][0xf4]:c[0xb3][0xa3]v@Q1[0xf3][0xcc][0xbe]b[0xb3][0x88][0x9a][0xf7];[0xc2][0xb6]X[0x80][0xa9][0xfc][0x85]:[0x1b].[0xfe][0xe8][0x9c][0x3]7[0xea][0xf8]sz.xd[0xe7][0xf]k[0x17]|[0xa8][0x96][0x1a][0xca][0xe7]j[0xa9][0xa0][0x1c][0x9f]o[0x8e]/@-[0x9f]Yby][0xcc][0x91][0xb9][0x1c]Sx/k[0xf6][0xec][0x83][0xb2][0xdb][0xb4][0xf9]2[0xaf]~[0xde][0x81]Y[0xf0][0xa2][0x15]K[0xf8][0xa4]YVX[0x8a]e[0xbc][0x8b][0x87]6[0xdb][0xc3]*Z[0x8a]mu[0xf3]>[0xb8][0x9a][0xeb][0xf7][0xc0][0xdd]\[0xbf][0x1f][0x9e]=[0xf0]f[0xbd]U[0xc3][0xc3][0xeb][0x1c]^[0xbf][0x84]r[0xe2][0x1c][0xcb]u[0xc5][0xeb]x[0xeb]K[0xdb]+l[0xcc][0x8c]()[0xfd][0x9c][0x13][0xff]W[0x91][0x9b][0x9b][0xf7])[0xfb]Q[0x16][0xe]V[0xfb][0xf6][0xa2]|[0xd1][0xe4][0xed][0xd0][0xe][0xc2][0xbf]v[0xd2]>[0x4]v[0x1d][0x84][0xb6]v[0x1f]*v[0xd1][0xc6]m[0xae]6[0x9e][0xa8]A[0xce][0x1e]r[0xe][0x90]q%[0xd1]N[0xc4]9[0xe6][0x8a]S,_|[0x13]m<[0x98][0x8c]s[0xb1][0x9c]+[0x6][0xa8]K[0x7][0xc7]\[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xcb][0xa1]|[0x8a][0x89]*[0xce][0xcb][0xc8][0x16][0xa6]I'[0xba]l[0xca]O[0xd1][0x89][0x10]Z[0xd2][0xfc][0x8][0xdc];[0xe0][0xd9][0xcd][0xbb]w/[0xc6][0x1c]BeW[0xe8][0x8][0xc6][0x1c]D[0xd5]Z[0xca]9v[0x18][0x1]y[0xc][0xed]CuW([0xd8]r[0x0]5n\ [0xb6][0xa1][0xfd][0x18][0xb7][0x17][0xb5][0xbb]M[0x8][0x2][0xb9][0x81][[0x9][0x9c][0xc7]k[0x98][0xe4][0xbb]P[0x83][0x15][0x8]b%e:[0x9f][0xf3][0xab]L[0xe8][0xcd][0xd6][0x9a][0x8e]XKh3[0xd7][0xdc][0x96]%[0xa6][0xa5][0x8b]_[0x85]h[0xbf][0x8a][0xe8][0xba][0xed]-[0xb3]Fz8"[0xb4]*[0xe0][0xf6][0x1d]E[0x9d][0x8a][0xd5][0xe7][0xaa]X[0xc3][0xe9][0xb]p[0xa1][0xa5][0xb2][0xd2]@[0x13]Q[0xcd]([0xa6][0xd4][0xd9]r[0x4]5[0xc2]#x[0x0][0xe3][0x15]dy[0xb5][0x90]W'[0x7]'(8[0x80][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]B[0x7]P[0xa7]`;f[0xf0]a[0x92][0x82]C[0xa8][0x9f][0xef]i[0xa9][0xf3][0x1c][0xc0]d[0x5]r;I[0xc]E[0x83][0xe1]c[0xaf][0x8a][0xff][0x96]B[0x19]fPy`5[0x4][0x9d][0x8f][0xd8]j[0xb0][0x96][0x11][0xbe][0x8e][0xf4].[0x82][0x8e][0x8b][0xd1][0x8f][0xf5]H[0xe1][0x12]G[0x8e][0x95][0xdc][0xb5][0xb5][0x9c][0x13]a[0xc]G[0x18][0x83][0x96][0xab]L[0xf2][0x11]S[0xe][0x97])[0x87][0xec][0xbc]e[0xbf][0xde][0xb6][0xbf][0x98][0xc2]d[0xac]z[0xec][0x9d]g[0xec]P[0xa2][0x6][[0xa2][0xa3][0xd0]T\[0xf2][0x9][0xb7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]Ki[0xbf][0x81][0xf6]V[0x18]\[0xcf][0x11][0x89][0xa6][0x86]|[0xad]Te[0x18][0x15]-[0xd4][0xa5][0xc1]E[0x9][0x1a]w9[0xec][0xac][0x9c][0xda][0xc8]X[0xeb][0xcd][0x89][0xc5][0x6][0x7]w[0x83][0xbd][0xa1][0x1]b[0xca][0xe2][0xd6][0x9c][0x91][0xc]F[\r][0xae][0xa3][0xa8]![0xc4][0xe][0x95][0xde][0x14]z[0xdb]d#z[0xd8][0xe][0xcc][0x96]\D[0x87][0xd1][0x98][0xd9]-F[0xe1][0x1]Lq[0x8d][0x10][0x84][0x93][0x98][0xdf][0xa0][0xc6][0x1]D[0x99]3[[0x98]3[[0x89]1F[0xf6]qG[0xf1][0x89]D[0xa2][0x9b]![0xc6]U[0x1c][0xe4]-[0xe][0xf2][0xa9]9[0xc8]%[0xbb]-{[0x9]@k.[0xc3][0xc1][0x7][0xe5]([0x82][0xe4][0xc0][0xaf]6[0xa3][0xcf][0xce][0xf5][0xa3][0xb4][0x13][0xc]][0xf9][0xf8][0x97]:[0xf8][0x9]*s[0xd2]#[0xd1]d[0x86]Z[0xbd]<[0x99][0xb1][0xd6]8[0xdf][0x1b][0xaa][0xf3]Z[0xf4][0x86][0x8f][0xbd]S[0x92][0xe1]4[0xae][0xb]\F,I2L[0x11][0x9d][0xc1][0x8a][0x93][0xe6][0xdc]62[0xf9]*S|[0xc8]d:[0x97][0xb9]0[0x8f][0xb1][0xb8][0xc2]|[0x9a][0xc8][0x9a][0x9a][0xe1][0xdc][0xe5]p[0xee][0xa2]RQ[0x93]s[A[0x94]Y[0xf6]=[0xb6]}?[0x95][0xcc]Xe[0xd8][0x8f][0x83][0xfb]3L!{[0xf3][0x1f][0x3]l[0xea]'[0x8c][0xe]+[0xc6][0xb6][0xd2]:[0xe6][0xd4][0xe7]y[0xbc]K[0x8a][0xfb],E[0xa6][0x15]V[0xe8][0xab][0x98]+W[0xe7]Th[0x9f]S[0xa1][0x7][0xb8]k[0x96][0xaa][0xad][0xb6][0xf]o[0xf3]^[0x9c][0xbc][0xcb]qPf[0xe]^[0x9b][0xf3][0xb1][0xd7][0xfe][0xd8][0x2][0x92][0xe0][0xd8] [0xc5][0xb2][0x80]\g[0x7]{c[0xfe][0xd6][0x8c][0x95]@[0x9f][0xee][0xe2]N[0xa8][0x9e]ax[0xdc];[0xb][0xa2][0xfd]F2[0xbf])'[0xda][0x1b][0x1d][0xfd][0x1a][0x9d][0x98][0x19]W[0x14][0xed][0xe3]r[0xb4][0xf2]K[0xb4][0x9f]D[0xa1][0x96][0x8][0x8b]$w[0xcd]b[0xf5][0x81]][0xb1][0x96][0xe7]g[0x9f]gwK[0x89][0x8a]tJNE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]V[0xa4]S[0xdc][0x18]>[0xf6]Za1[0xbe][0x85]8[0xbe][0xcb]([0xb9][0x15]U[0xb8][0x9d]U[0xe8][0xe][0xf6][0xa4][0xef][0xb1][|[0xdf][0xc9][0x85][0xd9][0xc4]i[0xd8][0xd5]g[0xb9][0xc3]k9[0xe3]i[0x9b][0xc9]bQA\X[0xf6][0xeb]m[0xfb]4[0xe3]-c[0x95][0xe1]:[0x16][0xee][0xa3][0xa8]"[0xd7][0xa3][0x8][0x98]q[0xd1]l[0xef][0xc5][0xe5]&[0xf5]![0x9b][0xfa][0xa7]t!i[0x12][0xce][0xef];[0x9e][0xdd][0xa1],[0xf5][0x9c][0x1c]9[0xd5][0xc9][0x91][0xfa][0xf9][0xde][0xa0][0xe4][0x88][0xb0][0xf7][0x9a][0xec])[0xd6][0xc][0xf][0xe9][0xbf]RH[0xff]NB[0xdb]N[0xfa];H[0xff].[0xb6][0xec][0xbb][0x9][0xf9][0x1e]v[0xa8]{[0x9d][0x4]9[0x8d][0xc5]T[0xe8][0xcb]&[0x84][0x1d][0xfa]a[0x12][0xbb][0xc2][0x8c][0xa6]0[0xae][0xc4][0xd7][0x88]8[0xc0][0xb9]lW[0x12][0xe1][0xac]/[0xd7][0xdb]_[0xa6][0x19][0xc4][0x19][0xfb][0xab][0x1d][0xfb]L[0xcf][0xca][0x91][0xc4][0xaa][0xc5]![[0x92][0xaf][0xf3][0xa3]k[0xf0][\r][[0x92][0x13][0xab][0xc5][0xf7]q[0xb1][0xfb][0xff][0x8f][0xb5][0xd8]Bv-[0xad][0xae]s[0xb2][0xef]jz[0x96][0xb5][0xa6]e[0x91][0x85][0x83]GP!5m[0x1f]N[0xb5]{i[0x90][0xd5][0xad][0x10][0xdd][0x83]\[0xeb][0xa1][0x9c]s[0xd2]4[0x1b]][0x0][0x13]LLJ[0xe][0xa6][0x9]&&%[0x8b][0xc9][0xe9][0xf2][0xd9]d[0xbe][0xde][0xc1]t[0xba]][0x11][0x2]YL[0x85]uaWN][0x8][0x14][0xd5][0x85]o[0xe2][0x6][0xbb].[0xc][0xf1][0xee][0xca][0x17]>[0x1c]<[0xc][0xcd]:,[0xec][0x18][0xa1],[0xec][0xa1][0xcf][0xbd]9[0xd4][0x1a][0x1c]j5E[0xd4]jr[0xa8][0x5]$[0x1a]x0[[0xed]6[0xab][0x1][0x1c][0xdb]0[0xc][0x1b][0xc6][0xa4]|[0x95]U[0xf7]0[0xca]-([0x85][0x10][0xe][0xd2][0xd9]c9[0x10]&9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]*[0x8b] T[0xe6]@[0xf0]gv[0xbc]][0x10][0xf0][0xb7][0xb1][0x8d] m#[0xa8][0xcb]G[0xe0][0xab]n[0x1a][0x86][0x1a][0xdc][0x8b][0x99][0x85][0xdb][0xfb][0x4][0x1d]?[0x99][0x3][0xa0][0xce][0x1]0[0xa6][0x8][0xc0][0x98][0xc2][0xed][0x1d]G[0x0]mV[0xfb][0xbf][0xd9][0x11][0xe1][0x5][0xfa][0x91][0xe2]2[0xaf][0xaa]q[0xa1]gQNq[0xa8]j[0x9c][0xdc][0x1f][0xb2][0xd5]`[0x8d]h[0xe6])f[0x91][0x8c][0xc9]ao?[0x8][0xae]e[0xc3][0xa2][0xc9]Y[0x81][0xac][0x83][0xc0][0x11][0x6][0xee][0xd3][0xcc][0xd1]gX[0x1][0x9e][0xc5]t<[0xc7][0x84]x>[0xe7]$:[0xcf][0xc6][0xeb]f>[0x87][0xe5]R[0xa1][0xed][0x1c][0x96][0xcc][[0x88][0xa2][0x8a]G[0xb9][0xfc][0x93][0xa8]5[0x92][0xc9][0xea][0x93][0xe1]:[0xc6][0xb3][0xb7]G[0xc5][0xad][0x8a]b[0x9e][0x2][0x94]c[0xfc]<[0xfb][0xee]RD[0xdd][0xdb]XyMj[0xca]|:[0x95]r[0x11]i[0xe]>[0x0][0xaf]g'[0x95][0xf5][0xba]w[0x6][0x9f][0x80][0xba][0x1d][0xb5][0xc1]CP;[0x85]K[0xb][0xff][0xdf]kO[0x84]v[0x98][0xf][0x87][0x10][0xea][0xcc]Q[0x82][0xf5]n[0x96][0x14]G[0xaa][0xe1][0xaf][0xf3][0x1c]F[0xb5]{gH[0xca]c[0xab][0xb][0xa6][0xbd]'[0xab][0x82][0x9c][0xc2][0x81][0x17][0xb9][0xec]K[0xac][0x88]/s[0x17]^[0xe1][0x9][0xfa]U[0x16][0xf1][0xd7][0xb8]W[0xaf]S[0x91]7[0xc8][0xe9]M[0x16][0xa4][0xb7][0xd8]b[0xdf][0xa6]:[0xef][0xf0][0xbb]w[0xd9]"[0xde]c[0x9d]|[0x9f][0x87][0xcd][0xf][0xa8][0xc0][0x87][0xac]s[0x1f][0xf1][0xe0][0xf8][0xb1][0xa9][0xdc]b*[G/wP9[0xd9][0xf3][0x88]Sp"l._#[0xd9][0xb9][0xf4]w[0x7][0x9b][0x8c][0xe4][0xe2]4[[0xc3]s[0xb9]#?[0xe0][0x93][0xc7]9VYs=[0xce]\[0xf][0xe7]D[0xd7][0x1a][0x94][0xa9][0xde][0x89][0xbe][0xcf]0M[0xc5][0xf][0xad][0xf3][0x5][0xc3][0x5]?2[0x13][0xf7]N[0xfe][0xfa][0x92][0xdf]X.[0x6][0xa0][0xfc][0xf1][0xa1][0x9e][0x91][0xbd][0xae][0xac][0xfc]PK[0x7][0x8] [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.class[0xbd]XytT[0xd5][0x1d][0xfe]nf&/[0x99]L[0x16][0xb3][0x90][0x84][0x90][0x5]![0x90][0xcc]$D$[0xe2]B[0x88]b05[0x98]Di"[0x8][0xd4][0xea]K[0xf2]H[0x6]'3[0xe3],[0x8]b-n[0xdd][0xd4][0xb6]Z[0xbb][0xa0][0xb8][0xd4][0x8d].h[0x83]K[0x0]-[0x88][0xb5][0x85]j[[0xad]Z[0xb7].z[0xda][0x9e].[0xfe][0xd3][0x9e][0xb6][0xa7][0xdb]9T[0xfb][0xdd][0xfb]^[0xde][0xbc][0x99]L@9=[0xe5][0xc0]{o[0xee]}[0xf7][0xf7][0xfb]~[0xdf]o}[0xbc][0xf0][0xde]S[0x7][0x1],[0xc1][0xdb]^4[0xe2][0xae]|[0x94]a[0xa7][0xbc][0xdc][0xed][0xc5]b[0xdc][0xa3][0xe1]^/<[0xb8]K^[0xee][0xf3]r[0xf9][0xeb][0xf2][0xe9]~yy@[0xbe][0xf0]`[0x1][0x1e][0xc2][0xc3][0xf2][0xe7]./[0xbe][0x81]o[0xca][0xa7]o[0xc9][0x8d]o[0xcb][0xa7][0xdd][0xf2][0xf2][0x88][0x86]G5|G>N[0xc8][0xcb][0x1e]yyL^[0x1e].[0xc0][0xe3]xB>[0xa9][0xcb][0x93][0x1a]&[0xf3][0xb0]W>[0xee][0x93][0x97][0xfd]R[0x9f]R[0xf5][0x94][0xbc]<-/[0xdf][0xd5]p@[0xc3]A[0xf9][0xf8]L[0x1e][0xe][0xc9][0xfb][0xb3]^|[0xf][0xcf]y[0xf1]}[0xfc]@[0xc3][0xe1]<[0x1c][0xf1]"[0x80][0x1f][0xca][0x9d][0xe7]5[0xfc]H[0xca][0xb8]O[0xc3][0x8f]%[0xa6][0xbb]4[0xfc]D[0xa0]$n[0xc4][0x82]zh[0x8d][0x11][0x8b][0x7]#[0xe1][0x8b]{V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]U[0x2][0x85]][0x91]p<[0xa1][0x87][0x13]k[0xf4]P[0xd2][0xf0]@[0xfe][0xe9]+[0xb9]I[0xc0]30[0xb8][0xa2][0xeb][0x2][0x81][0xca][0xde]M[0xfa]f[0xbd]-[0xa4][0x87]G[0xdb][0x6][0xc7]b[0x86]>[0xd2][0x1b][0x19][0xd6]C[0xcb][0x4][0xf2][0x7][0x82][0xa3]a=[0x91][0x8c][0x19][0x2][0xab][0xb3][0xbf][0xd5][0xd1][0x1b][0x89][0x8d][0xb6][0xe9]Q}x[0xcc]h[0xb]EFG[0x83][0xdc][0xe7][0xbd]}S[<[0x1a]l[0xeb]K&[0xf4][0xa1][0x90]a[0x1e] [0x90][0x84][0xb1]%1[0x90][0xd0][0x87][0xaf]X[0xd6]I[0xf9]y[0xc9][0xb8][0xa1]~[0x11][0xe9]z[0x81][0xdc][0x8e]`8[0x98][0xe8][0x14]p7[0xad]o^[0xc3][Wd[0x84][0x9a][0x8b]{[0x83]a[0xa3]?9>d[0xc4][0x6][0xa5]0[0x81]R[0xa5]z[0x8d]Ns[0xa5]ps[0xd1][0x9d][0x18][0xb][0xc6][0x5][0xce]86[0xa0][0x95][0xc6]F=[0x19]Jd[0x1]$P6j$[0xfa]#[0xe1][0xfe]d([0xa4][0x96][0xba]"[0xd1][0xad][0x2]g55[0x9f][0xa8][0x8d]4i[0xb3]$[0xfd][0xf8][0xb0][0x8e]%[0xa3]P=[0xf4][0xe9]Qe([0x3][0x97]A'[0xe0][0xd2]GF[0x4]*[0x9a][0x1c]n[0x19]H[0xc4](uY3[0xa9][0x14]q[0xc9][0xd2][0xb4]-[0xb2]4[0xac][0x8c][0xca][0xe5][0xe9][0x15][0xa1][0x90]@[0xb5]% [0x99][0x8][0x86][0xda][0xba]"[0xa1][0x90]1[0x9c]`[0xf4](!Z\[0x9d][0xa2][0xa8]Y[0xd9]_[0x92][0x1b]i[0x9e][0xd8][0x1a][0x9d][0xf2]F [0xeb][0x89][0x8e][0xc0]tL2[0x10][0x16]eG[0x91][0xfd]u[0x9]-W[0x8f][0xf7][0x6][0xe3][0x9][0x1a]I[0xef][0xa4][0x8e][0xca]5[0x8a][0m[0xb1]#[0xbb]^[0xcf]p[0xc8][0xd0]c$[0xb3]I[0xc6][[0xde]0[0x89][0xd7][0x83][0xe1]x[0x6][0xaf][0x17][0xe]m"[0x1e][0x93][0xd7]H:[0xaf][0xd6][0x96]@[0xc1][0xd4]Y[0xc5][0xaa][0x16]Q[0xeb][0x14]T[0x9d][0xdd]0[0xbf][0xd4]>g[0x6][0xab][0xfd][0xa6][0x8d]K[0x8e][0x17]x[0xd9]#[0xce][0xb8]2[0xa9][0x87][0xa8][0xd9][0x13]I[0x8c][0x19][0xd2]6b[0x11]X|[0x2][0xa2][0xf2][0x98][0xf]+[0x8d]hbL[0x11][0xd4][0xc3][0x85]1=>f&[0xa5]'[0x1a][0xb][0x8e][0xf3].[0xb8][0x9c][0x1b]3[0xe2][0xcc])[0x96]CZ[0x1e][0x8c][0x9f]7[0x1e]MlUGhD^0a[0xc4][0xf4]D[0x84]@f[0xa5]y[0xa5][0xc7]Z[0x97]^0[0xcc][0x13]%[0xd3]=9[0xff][0x83][0xf9][0xd1][0x9f]U[0xf4][0xc]/[0xbb][0xa3][0x86][0xc1][0x8a]S>u&=A\[0xd1]HT[0xbe][0x93][0x8c][0x8f][0xcd][0x90]^[0x8c][0x14]m[0xdc][0x88][0xc7][0xf5]QC[0xd9]>[0x1e][0xd9][0xcc][0x87]|[0xf3]A[0xb9][0x9f][0xcf]2[0x16][0xd4][0xb3];[0x1e][0xbc][0x9a][0xdb]Z"[0xb2]"[0x16][0xd3][0xb7]J[0x99][0xcd][0x1b][0xb2]EPSS[0x96][0xe5][0xec][0xaf][0xe6][0xc8][0xc8]*[0xcb][0xba][0xe5][0xde]08[0xc8][C[0xc7][0xe0]Y[0xd3][0xb7];[0x9b][0xe4]n[0xb3][0xf9]J^"bZ[0xc4][0xce][0xc3]_[0x1b]#[0xb1]q=1[0x18]I[0x85][0xa5][0xc3][0xe8]s[0x93][0xc1][0xd0][0x88][0x11]S[0xb6][0xe7][0xe]%7n[0x94][0x81]U=[0xe3]k[0xb2][0x18]3g[0xe8][0xf1]gO8l[0xc4][0xba]Bz<.[0x8b][0xe7][0xe9][0xc7][0xca][0x84][0xb4][0xd0][0x9d][0x9f][0x19][0xc2][0x1d][0xc3]![0xab][0xa9]x[0x7]"[0xc9][0xd8][0xb0][0xd1][0x1d][0x94][0xe5][0xa9]n[0xc6]>[0xb0]H[0x1a][0xe5][0xc3][0xd9][0xb8][0xd4][0x87][0xe5][0xe8][0xf4][0xe1]L[0x9c][0xe5][0xc3][0x8b]xI`[0xe9][0x89][0x95]p[0x1f]Vc[0xa3][0xf][0xdd][0xf8][0x88][0xf]}[0xe8][0xf7][0xe1][0xa7]R[0xf6][0xcb]xE[0xc3][0xab]>[0xc4][0x10][0xf7][0xe1][0xa3][0x18][0xd0][0xf0]3[0x1f]^[0xc3]z[0x1f][0xd6][0xc9][0xcb]v[0xf9][0xce][0xc7]q[0x99][0xf]C[0x18]8[0x9e][0xea][0x19][0x8d][0x11]h[0xfb][0x90]i[0xef][0xc3][0xa8]Tz[0x5]B>[0x8c]#[0xa4][0xe1]u[0x1f][0x12]H[0xfa]p[0x3][0xe8][0xa6][0xc6][0x19][0xa5][0xa9][0xc4][0x1b][0x98][0xea][0x17][0xf0][0xe1]jl[0xf3][0xe1][0x1a]y[0xd9].[0x5]^[0x87][0x1][0x1f][0xae][0x97][0xa6][0x94]dFM[0xda][0x92][0x19][0xa9]>[0xdc][0x88]O1[0xce]7[0x90][0x84][0x9b][0xb1]M[0xc3][0x1b]>[0xbc][0x89][0xb7]4[0xfc][0xdc][0x87]_[0xe0][0x97][0x2]'[0xa7]N[0xf4][0xb0]n[0x8e][0xea][0xa1][0x15][0xb1][0xd1][0xe4][0xb8][0x11]N[0x9c][0xb7]e[0x98][0xc1][0xc6]2[0xca]6[0xd0][0xa7]o[0x9][0x8e]'[0xc7][0x1b][0xe2][0xd2][0xb2][0x6][0x15][0x84][\r][0xc3]z8[0x1c]I4[0xc][0x19][\r]a[0x1e]K[0x4]7[0x1b][0xd2][0xd9][0xd7][0xfa]p[0x1b]n[0xd7][0xf0]+[0x96][0xdd][0x13][0x88]4fu[0xd6][0xe9][0xe8]X[0x8e]s0f[0xe5]M[0xb7]J[0xc1][0x84][0xd9]@][0xcc][0x95][0xcc]"egy[0xee][0xc6][0x98]a[0xc8][0xb2][0xe2][0x8a][0xcb][0xb7][0xb2]v+[0xe6]]y[0xb6][0xf6]2[0x85]5c[0x99]^[0xcb]Wu[0xd8][0xec][0xab]E[0xe9]u[0x97][0xb9];C[0xb2][0xcb]^[0x1c][0x8d][0x1a]a[0xe]#[0xad][0xd9][0xaa][0xe5]1[0x8a]D[0xcb][0x87][0xe0][0x86][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L=j[0x8c]M[0x8d][0xc]Y$g'c[0xc1][0x7][0xf3]+[0xe6]r[0xb0]nD[0xe][0xca][0xf9][0xe9][0xe0][0xc2]l[0xb4][0xe3]4[0xd0][0x8f][0x9c][0x9a]sp:[0xb3][0x1e][0xf0][0xf7]2[0xf5][0xbb][0x3][0xa5][0xb2]H[0xf0][0xb9][0x8e]kg[0xe3][0x1c]^W[0xf0]W7[0xf7]rx[0xf7][0xfa][0xf7]B[0xf8]k[0x9e]D[0xce][0x1e][0xf5][0xfe][0xb9][0xbc][0x16]Q*[0xd0][0xc]7[0xfc][0xc8][0xe7]D[0xdf][0xc5]_[0xb3][0xcc][0xb7][0xb1][0x12][0xe7][0xa9][0xf9][0xdc][0xab][0xa4]2[0x1]d[0xd5][0xb0]d[0x8e][2[0xe7]=[0x6][0xd7]$[0xdc][0x87][0xe0][0xe9][\r][0x1c]A[0xe1][0xd3][0xf0][0xac][0xdb][0x8b][0xdc]][0xd0][0x2][0x93][0xd0][0xb8][0xca][0xbf][0x13]|[0xcd][0xa5][0x94]y[0xd5][0x91]E[0xbc][0xb7]9[0x14][0xcd][0xb3][0x14]yQ[0x8d][0xf3][0xd1]C[0x5][0xab] s6[0xe7]([0xaa]4\[0xd0][0xa5][0xa1][0x97]k[0xac]U[0x96][0xea][0xed]<%A[0xcf][0xf5]?[0x81][0x9c];[0xe1]q[0xed][0xa6]]y}-[0xd4][0x98][0xbf][0xb6]e[0x12]^B[0xe2][0xad][0xc0][0xbd][0xdb]V\[0x7][0x8d][0xd7]v^O[0xa3][0x95][0xa7][0xd3][0xea]3[0xc8][0xe8][0x99][0xa8]"{[0xf5]dO[0x82]i0[0x85][0xda]V[0xcf][0xc5][0x85][0xb8][0x88]*[0x8b][0xe8][0x81][0xd5][0x84][0x95][0xa3]`[0xb9] [0xf2][0xb9][0xc8][0x12][0xc9][0x5][0x89]f[0xa7][0x85][0xc6]/[0xd1][0xec][0x80]/[0xb0][0x1f]>[0x81][0x1d]i[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xc1]r;`[0x9d][0x83][0x12]J*%[0x88]J*[0xaf][0xa5][0xfa][0xb9]$[0xba][0x89]T[0xa7]`[0xf9]mX~[0xc][0xe2]b"[0xa8][0xb4]a[0xad]Ql[0x9]ko[0xad][0xc5][0x9f][0x1b]9%S[0x81]q[0x9][0xd7]X[0xc7]-[0xc4][0x86]r%P[0x99][0xe6]:m[0x1f][0x8a]&[0x88][0xb5]8[0xe5][0xae]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xc9][0xf7][0x92][0xfc]"[0xd2]_J>Rn[0xab][0xb4][0xdd]V[0xe8]p[[0x1e][0xc4]Q[0x94][0xd2]m[0x96][0xea][\r]\[0xff][0x18].[0xb5]\'cW[0x2][0xd5][0x94][0xea][0x92]T[0x18][0x9a][0x91]q1riM[0x97]m[0x8f]f[0xa9][0x10][0xb2][0xf7]X"[0xc2][0x16][0xdf]sl[0xf4]}-[0x87]Q,i>i[0x7]4[0xf7].[0xb8]])[0xc7][0x9b]r[0xd7][0xf3][0xbe][0xc1][0xc1][0xe6][0x1c][0x9b][0xcd]9[0xb8][0x1c]:%{i[0xdc][0xf9][0xb6][0x93][0xbd]2[0xf6]f[0xd3][0x88]s$[0xdc]![0xdb][0xd7]wX[0xba][0x17][0xda]Nv[0xef][0x9e][0xe][0xa3][0xd4][0x9][0xc3][0xed]`[0xf2]r[0xc6][0x9e][0x8e][0x2][0x8c][0xa0][0x82]NH[0xc1]Yh[0xc3]Y[0x88]a[0xe5][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]N[0xca][0xb9]ro[0xc4]b[0xb9][0x0][0xae][0x82][0xa3][0xa8]6[0x11][0x9a]DK[0xaf][0xb2][0xb3][,[0xc5][0xad][0xf4][0x9c]/z[0xcd][0xb8]<[0xc9][0xc6][0xb9][0xae][0xf7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]<[0x95][0xe][0xd7]2[0x1d][0xbe][0x89]'[0xaf][0xa0]{CL[0x8d][0xb0][0xc3][0xe1][0xf3]-[0x98]98[0xd9][0xe1][0xf0]|[0xc9]U%[0x91]h\[0x18][0xb5][0xdd][0xf4]._[0x93][0xc2]V[0xf9][0x3][0xf]K[0x9a][0x18]a[0xcc][0x88][0xc0][0xb3]([0xdb][0x81][0x8a][0xc0]![0x94][0xf5]I\-[0xfc]w[0xaf][0xb5]Q[0xae]R[0x99][[0xe5]}6[0xd6][0xfe]Vu[0xac][0x95]yS[0x91]rj'[0x8a][0x95][0x89][0x1e][0xce][0x2][0x1a]6[0x93][0x8d][0xab][0x18][0x83][[0x99][0xd1]W[0xb3][0x84]l#[0xd0]k[0xb0][0x0][0x9f]D+KE[0x1b][0xdb]|;[0xc7][0x85]N[0xf6][0xf0]sq[0x13]M[0xf8][0xb4]2[0xa9][0x9d][0xa7][0xab]yj[0x8c]&I[0xe3]V[0xd9]>X[0x85][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]v[0x9a]=[0xa6][0xc8][0xe8][0xa4][0x7][0xa4][0xc1].ep1<[0x9a][0xa7]*[0xef]?(ga[0x92][0x81].[0xe4]|b[0x99]}Y[0xf6][0xdc]r[0x99][0x5]qVf`[0xde][0xc2][0xfb][0xad][0xc7][0xcd])[0x15][0x8e]2[0xa7][0xba]d8[0x8e][0xdb][0xca][0x1e][0xb4]8v[0xd4][0xe0][0x92][0xfa][0xe5][0xee][0xce][0x92][0xfa][0xda]1[0x87][0xd6][0xca][0xcb];kS[0x8a]gA[0xfe][0xa7][0xcb][0xed][0x14][0xfa]%*[0xb9][0x83][0xe6]|[0x85][0xf5][0xe6][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xdf][0x14]7[0xad][0x1e][0x17][0xf2]T[0x18][0x11][0xaa]+&[0xc9]Q>[0x99]T[0xcc]C[0xce][0xfb][0xa8][0x81][[0xc3][0x95]D'[0x88]N[0xbc][0xcf][0xad][0xd4][0xef][0x1c][0xb9]&[0x87]J[0xb][0xf1][0x88]EO[0x8d][0x83][0x9e][0xc3][0xf0][0x12]d[0xd5]L[0xb9][0xbb][0x93][0xf7][0xbb][0x1d][0x14][0xd5][0xd8][0xe8]NrP[0xc4][0x84]8[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*u[0xa9][0x94][0xe5][0x8c]h[0xa5][0xec]-[0xfc]%s[0xac].[0xcd]!E,v}-[0xfb]Q- S`[0xf6][0x84][0x9d][0xa9]&=[0xf7]S[0xfc][0x3][0xac]y[0xf]2%[0x1e]"[\r][0xbb][0xec]l-U[0x11]w[0x95][0x82]RgC)[0xb7][0xa0]Le[0xab][0xf9][0xd6][0x16][0xab][0x9c][0xa8][0x9a]X[0x9d][0xaa][0x89][[0xf9][0x6][0x7]R[0x8b][0x93][0x90][0xc5]I[0xed]4Nj[0xee]Dni[0xad][0x4]X[0x97][0x99][0xa3][0xbb][0xa9][0xf4][0x11][0x96][0x89]G[0xd9][0xc2]&[0x1c][0xec][0xd4][0xda][0x90][0xca]2sT[0xb2][0x93][0xc3][0x85]kl[0xcd][0xfb][0xac][0xf8][0xe9]0[0x1b][0xa9][0xd4]u[0xc][0xc][0x9a][0xaa]q[0x93][0xa8][0xef]w4[0xb3][0xd6][0x14]0?[0x95][0x2]O[0xd2]rnSv9[0xf6][0xb3][0x80]<[0xcd]bq[0x80]{[0x7][0x99][0x89][0xcf]p[0x86]9[0xc4][0x8e][0xfb][0xac]#[0xd8]:,[0xc0][0xe5]lx&`?M4[0x1b][[0x1b][0x3]/[0xca][0x9e][0xe3][0xb2][0xb2][0xc0][0xe5]=*[0x93]NY[0xf1][0x9]\kYq[0x89]U[0xea][0x8a]M+[0xdc]{[0xfc][0x4][0xdb][0xb0]vO[0x6]c[0x87][0x9][0xec][0x8]][0xf1]<[0xdd][0xfa][0x82][0x83][0xb1]b;[0xf1][0x8b]Y2.[0xb2][0x18]c[0x9b][0xa7][0xd7][0xe4][0xc7][0x82][0xa5][0xe5]9[0xbe],#c[0xb9]=t[0xa4][0x15]~o[0x8b][0xa2][0x8a][0xcb]-&S[0xfd][0xad]D1w[0xa9][0xbb][0xd5][0xe4][0x8a][0xb7][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]@b[0x92][0xf5]"1[0xbd]D[0xef][0xbc]Lo[0xbd][0xc2]pz[0x95]![0xf6][0x1a][0x89]x[0x9d][0xa6][0xbf]A[0xb2][0xde]$Yo[0xd9][0xe5][0x8a][0xca]m[0xac][0xcb][0xad][0xbe]UFIf[0xa3]hb4[0xac]VE[0xaa][0x8d][0x16]FY[0xb4][0xdc]S[0xb4][0xe5][0x9b][0xb4][0xc9][0xc4][0xb8][0xce][0xee]e[0xef]X[0x6]uO[0x9f][[0xa6]YV[0xb5]#[0xd3][0xb2][0x93][0xb3]X[0xe6]vX[0xf6]6g[0x9a]w[0xc8][0xfc][0xaf][0xd9]a[0xc3][0xd6][0xf5][[0x8e][0x98][0xbf][0xc3]b[0xfc][0x9e][0x83][0xd7][0x1f][0xe8][0xf4]?[0xd2][0xaa]w[0x1d][0x96]u[0xdb][0x96]u[-p[0x8e]m[0xd9]b[0xdb][0xb2]3l[0xcb]Rm[0xb1];[0xad]-[0xba]K[0xc4][0x94][0xb1][0xa9][0xb6]x[0xfd][0xff][0xc8][0xe8]y[0xc7]1[0xfa]O4[0xfa][0xcf]4[0xfa]/[0x4][0xff]W[0x1a][0xfd]7[0x1a][0xfd]w[0xc2][0xff][0x7][0x81][0xff][0x93]F[0xff][0x8b][0x6][0xff][0xfb][0xff]e[0xf4][\r][0x1f][0xb0]'[0xd5]d[0x16][0xdc][0xf7]x[0xff]C[0xf6][0xa4][0x1b][0xd9]Y[0xd3][0xbf][0xb][0xea][0xd3][0x94][0xe5][0xb9][0xe]`[0xfe]D@[0xaa];[0x80][0xc6]I,[0xc8][0xa8]g[0xc2][\r][0xaf][0xf0][0xa0]H[0xe4][0xa2][0x8c][0x89][0x97]R^o+[0xaf] [0x9]iCf[0x99][0xd9]{[0xf9]in9[0xf7]vJt[0xa5][0xa9][0xee]ka[0xa9][0xf][0x1c][0xbc][0x87][0x86][0xba][0xc4]@`BNg[0xb]R[0xb5]~6[0xc7]M[0x88]B[0xaa].[0xa2][0xea]b[0xaa].A[0xa5](eW(wLg[0xf5][0xb6][0x97][0xea]9;|F[\r][0x8b]&[0x18][0xe7]t&[0xf7]>[0x9b]9[0x12]M[0xf9][0xe3]s[0xdc][0xb8][0xd9].[0xbb]C[0x96]?[0xaa][0xd2])*]h:[0xa4])[0xe3]{IT[0x13][0xe0]l[0x7]'U6'E[0x99][0xdf]Ke[0xe6][0xf7][0x92]lz[0xb7][0xe2][0xf3][0x96][0xbe]m[0xd6][0xd4]Z[0x97][0xc6]Ka[0xa0]t[0xe1]$[0x9a][0xd7][0xee]B^[0xa0]e[0x1f][0xfc][0xa9]z[0xa9]Z[0xa0][0xa8][0xa7][0xd6][0x6][0xd2]2[0x17]Ub[0x1e]jE[0xa3][0x83][0x92]:[0x9b][0x92]:|[0x1]_T[0x94][0x94];[0xe6][0xe7][0xfc][0xa9]o77[0xb7]n[0xa3]cL {[0xe4]l[0xc0][0xfb][0xd2][0x9a][0x9d][0xf2]K1[0xb0][0xae][0xb4]e/Z[0x9f]I[0x83][0xe5][0xde]cg\[0xcd]$[0x16]9[0xf2]-[0x5]Pe[0x9b][0xe0]7[0xab][0xf0][0x13]`[0xb][0x1][0xb6]b[0x8e]XD[0x90][0xa7][0xa0]Q,[0x86]_[0x9c][0x8a]Eb[0x9]N[0x13][0xed][0x8e]N[0xb3][0xd4][0x6][0xbd][0x94][0xa3]O[0x84][0x98][0xaa][0x8][0xdf][0x4][0xdd][0xc8]ab[0xb5]=[0xe1][0x11]~[0xd1]Q[0x14][0x99][0xf1]u[0x7]g#[0x13]~[0xbb][0xf5][0xf1][0xe2][0x9d][0x2][0xdc]6[0x81][0xa9][0xef][0x97]\[0xb9]#[0x96];[0xbe]][0xac][0xcf][0xe7][0x92][0x15][0x14]<%[0xa1][0xcd][0x92][0xe0][0xf1]O[0xe2][0x94][0x8c][0xc3][0x1c][0xc2]R[0x87]=[0xf6][0xe1]>[0xbb][0x3]-[0xb1]2+[0xdf][0xcf][0x19]y>[[0xdc][0xee]c[0x8][0xc8][0xb7][0x8c][0xcd][0xc3][0xd7][0xec][0x8f][0xaf]y[0xea]8[0xe4][0xf0][0xbf][0x98][0xc3][0xff][0xa9][0x8f][0xc3]%9[0x15][0xe][0x11][0xf2][0x1a]v([0xb1]wr,[0x94]F[0x8][0x82]~[0x1]_[0xce][0xcd][0xff]/PK[0x7][0x8]OQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/ExtendedLogger.class[0xed][0x96]KO[0x13]Q[0x18][0x86][0xbf][0x83]@mEE[0x11][0xaf](^P[0xb]([0x83][0x97]][\r][0x1b][0x3][0x89]I[0x89][0x8b]1][0xe8][0xea][0xd0][0x1e][0xa7]S[0xc6]i[0x99][0xce][0xa0][0xd1][0xb8]0n[0xd9][0x10]/[0xb][0x17][0xfc][0x6][0xd6].\[0xb0]t[0xcd]o[0xe0]7[0xb0]2[0x9e]9|V[0xaa][0xdf][0xc]1a.[0xa5].[0x9a]g[0xce]\[0xce][0xfb][0xbe][0xdf]t[0x92][0xf7][0xfb][0x8f][0xaf][0xdf][0x0][0xe0][0x1e][0xdc][0xcd][0x80][0x96][0x81][0xe9][0xc][0xdc]a[0x90]5[0x9b][0xb3]6_[0xb0]D[0x85][0xc1][0xfb]|[0xb1][0xee][0x18][0x1a]o[0xf0]rUhV[0xdd]0L[0xdb][0xf0]y[0xbf][0xa6][0x15][0xc5][0xb2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xd7][0xe7][0xb9][0xb3]([0x9c][0x90][0x1b]^[0x88]f[0x93][0x1b]B[0x9b][0xdf]a[0xa1]X[0xe3][0xcb]\[0xb3][0xb8][0xbc][0xe1]I[0xd5][0xa9][0xbf][0xf4]=[0x14][0xc6][0x9f]2X[0xda][0x7][0x17][0xbf][0xf7]~X[0xe5][0x8e].[0x96]9[0xfa][0xa0][0xa3][0x8c][0x13][0x9d]qF[0xdf]t[0xc6]7_[0xf4][0xf][0xf0]o[0xf0][0xc9]q[0xad]}6[0xb][0xca][0xc9][0x9][0x84])[0x8][0xd2][0xcc]|{[0x9d]d[0xef][0xfd][0xfd][0xbe]s[0x9a][0xec][0xbd][0xfd][0xe7][0xfb][0x1f][0x1]`[0x10]*AX[0x3]g[0x3][0x10][0x83]WB[0xf0]*[0x9c]#9O2M[0xf2][0x1a][0xc9][0xeb]$o[0x90][0xbc]Ib[0x90][0xcc][0x90]dIfIL[0x92][0xb]$9[0x92]9[0x92]<[0xc9]<[0xc9]E?[0x14][0xfc]P[0x14][0xb0][0xb2]jZy[0xa3]0eZ[0xd5]|[0xb9]tf[0xfc][0x90][0x0]qT@d[0xa4]\[0xaa][0xd6][0x8c]Rm[0xca](,[0x9a]^[0xb0][0xff][0x84][0x0]_[0xa1][0x9c][0xcb][0x99][0x96][0x80][0x81]L[0xd9][0xca][0xa5][0x8d][0x8a][0x91][0x9d]3[0xd3][0xf4]f[0xbe][0x94][0xa3]vh>][0xad][0xe4][0xd3][0xa3]o[0xd5][0xcc][0xd2][0xac]9[0x9b][0x91][0xdd][0x87]q[0xe0][0x9e]|)_[0xdb]'[0xa0][0xda][0xdd][0xd2][0xc8][0xcc][0xbc]q[0xc9]H[0x17][0xc][0xec]3Y[0xb3][0xb0][0xeb][0xb0][0xfb][0xf0][0xa2]Y[0xad][0x1a]93=a[0xb7]cF[0xb6]V[0xb6][0xae][0xc][0xf7]L[0x9][0xf0][0x8c][0x94]gM[0x1][0x9d][0x99]|[0xc9]<[0xbe]X[0x9c]1[0xad][0xd3][0xc6]L[0x1][0xdf]Y[0x95])g1[0xbf][0x81]w[0x1][0xaf][0xd5][0x9b][0x9e][0xda]\[0xbe]*`[0xa8][0x15][0xd2][0xb3][0x96]Q[0xa9][0xc8][0xa8][0x9e][0x92]Q[0x94]3;[0xd0][0x5]t[0x14][0x97][0xb0][0x9][0xd8][0xda]r[0x1c][0x1][0xed]9[0xb3][0x96]1/[0x99][0x5][0x1][0x1b][0xbb]{[0xdc]'[0x90]}[0xb0] _[0x1d]-Q[0xb2]Y[0x1][0xef]5[0xb9][0xfd]v[0xf7][0xcf]'[0xc][0xeb]"=[0x92][0xfb]%[0xbe][0xf3][0xe1][0x9d][0x9e][0xb3][0xca][0x97][0x89]a[0xb8][0xe7][0x9c][0x0]o[0xc1][0xc6][0xdf]pox_Q[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xef][0x9]&[0xc0][0xaf][0x8][0x4][0xf4][0xde]?%[0xfe][0xcb][0xd7][0x4][0xc4][0x1a][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XX[0x86][0x1b]v{[0xe6][0x91]9[0xc3][0x9a]4[0x17][0x16][0xcd]R[0xb6][0xc9][0xed]Y[0xeb]6B[0xc0][0xc5]e[0xc5]913ofk[0xee] [0xab][0x9c]}[0x5]L-+[0x82][0xfa]j[0x90][[0xfe]aL|[0xde][0x19][0x81][0xbc]|[0x15][0xc3]2[0x8a][0xf8]%[0x8f]6[0xe8] `[0xee]a[0xa0]4&i[0xab]l[0x11]p[0xf5][0xd1][0xf8][0xb9][0x11]l[0x15][0xf0][0xe1]E[0xe0][0xc6][0xb4]M[0xc0][0xa7][0x8f][0xf][0x93][0x1b][0xe5][0xa0][0x80][0xaf][0x1e]gJ7[0xee]![0x1]??Y[0xdc]nI[0xb6][0xb][0xf8][0xfd]IO[0xe2][0x96]m[0x87][0x80][0xbf][0xfe][0xd9][0xdc][0xd2][0xee][0x14][0xf0][0xf7][0xd3][0x90][0xd6]-[0xff].![0x82]Og~[0xb7];[0xb2]{[0xb9]7<[0xce];[0xb2]t[0xc3][0x13][0xc4][0x81][0x13][0xb7][0xf6][0x90]7[0xba][9}<[0xa2][0xdd]3[0x1d]f.,dK[0xc8]:Y^[0xb4][0xb2][0xe6]X[0x9e][0x8e],[0xeb][0x1a][0x9e]F6[0xd3][0x14]aX[0xf][0xa5]0<[0x3]I?[0x94][0xc3][0xd0][0x3][0xbd]a[0xe8][0x83]~[0x92][0xed]$;Iv[0x93][0xbc]H[0xb2][0x97]d?[0xc9]A[0x92][0x11][0x92]Q[0x92][0xc3]$[0xe3]$[0xc7]H&HN[0x90][0x9c][0xc][0xc3])[0x98][0x14][0xb0][0xad][0xf5][0xe3][0x92][0x80][0xbe][0xa6][0x83][0xe][0xce]Tk[0x16][0x1e]|2[0xea][0xd8]9[0xd6][0xd2]#ir ln[0xbb][0x94][0x15]t<[0x8c][0xaf][0xc1][0x3]p[0x1b][0xac][0x83]8[0xac][0x5][0x1][0x9a][0xba]ZM[0xb7][0x15][0xeb]([0xbe][0xb7][0x1e]R[0xa8][0x1b][0xf0]j[0x1a]V[0x80][0x7][0xdb]po[0xff][0xc0]w z[0xfb]nB[0xdb][0xd7]r[0x84][0x8e][0xda][0x81][0x9f][0x2][0xf4][0x83][0xf][0x6] [0x4][0x9b]a#^[0xf5][0xda][0xfd][0xe1]YxN[0x1e][0xb5][0xe5][0xe3][0xc2][0xd9][0xa8]z[0x1e]6[0xe1]H[0xaa]^[0x80]n[0x1c]+[0xe8][0x11]*[0xa7]!l[0xa9]W[0xb0][0xf7][h[0xab][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0x8d][0xb0][0x8f]O~[0xb2]M[0xce][0x1f][0xb6]{[0xa9][0xf9][0x5]=5[0x83][0x1]^[0xa0][0x3]~'[0xcd][0xd0][0xd7]?[0xa0]y[0xea][0xe0][0xf1][0xc2][0x97]wMs@N3dwe[0xcc]N[0x8c][0xb0]Y~[0xde][0x9]i[0xd8]"1;a+[0x9a][0xae][0x90][0xd5] [0x8e][0xf0]H[0xbb][0xed]M[0xec][0xbc]N[0xbb][0xe3]-[0xd9][0xed]p[0xd8][0xed]lb[0xe7]s[0xda]M[0xb7]d[0xb7][0xcb]a[0xb7][[0xd9][0x9d][0xc1]kz[0x90][0x11]eW[0x7][0xbf][0xc7]a[0x96][0xbf][0xe3][0x89]G[0xd8],[0xc2]f[0x11]6[0x8b][0xa0][0xd9]&4{[0x87][0xbe][0x9b]M[0x12][0xb5];[0x13]]n)[0xd1]&[0x95]h[0x18][0xf6][0xa8]D{[0x9b][0xd8][0x5][0x9c]vo?[0x90][0xdd]>[0xbc][0x95][0xb6][0xdd]~eW[0xc4][0xf9]|[0xd8]v[0xb1][0x9d][0xe6][0xad]C[0xd0][0xe7]0|W[0x1a][0xee][0xb3];[0xb3]a[0x17][0x1b]v[0xb1]a[0x17][0x1b]v)C[0xaa][0xe]`[0xe5][0x95][0xd6][0x7][0x95][0xf5][0x15][0xf0][0xe3][0xb][0xbf][0xca]wXk[0xbe]:[0x84][0xfc][0xe][0xf3][0xf][0xa4][0xf9][0x11][0xbb];[0x9b]G[0xd9]<[0xca][0xe6]Q6[0x8f][0xb2]yT[0x99]S[0xf5][0x12]V>[0x89]1[0xa2]0[0xde][0x87]v|[0x1][0xc4][0x96]`h[0xfe]:[0x84][0xdb][0x1d] [0xd7]%[0xc8]){[0x0][0x83][0xc4][0x18]$[0xc6] 1[0x6][0x89]1H[0x8c]Ab[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xaa]CX[0xf9]%[0xd2][0xa8]B[0xfa][0x8][0x2][0xf8][0x2][0x88][0xdf][0x85][0xa4][0xb5][0xd7]![0x12]p@[0xdd][0x90]P[0xd3][0xf6][0x10][0x86][0x8a]3T[0x9c][0xa1][0xe2][0xc][0x15]g[0xa8]8C[0xc5][0x19]*[0xae][0xa0][0xa8][0x1a][0xc3][0xaa]][0xe2][0x1d]Vx[0x9f][0xe0][0xef]Z[0x10][[0xcd][0x81][0xa7][0x5][0xea][0xd0][0x11]t[0x0]~,[0x1]/[0xd8][0x83][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x14] UG[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0xd4]q[0x85][0xfa]9[0xfe][0xe0][0x87][0xb0]M4@[0xd5][0x82]u[0xe8][0xc]9`?[0x93][0xb0][0x15]{[0x18][0xc3]&[0x18]6[0xc1][0xb0][0x9][0x86]M0l[0x82]a[0x13][0xc][0x9b]`[0xd8][0x4][0xc3]&[0x14],UG[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]&[0xae][0x1f]al[0x93][\r][0xb1][0xb5]P[0x1d]V[0x86][0x1d][0xe0]_H[0xf0][0xab][0xf6]@[0x6]O2x[0x92][0xc1][0x93][0xc][0x9e]d[0xf0]$[0x83]'[0x19]<[0xc9][0xe0]I[0x6]O2xR[0x81]S[0x95][0xc1]*$#L[0xa8][0x8]?[0xe1][0x8f]i[0x4][0xdb][0x94]K[0x4]-\[0x87][0xae][0x88]#[0xc4]72[0xc4]5{([0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]H[0xa9][0x10]T[0x1d][0xc7]*,[0xe3][0x9c]Pq~[0xc3]]D[0x7][0xb6][0xba]k[0x1c]-R[0x87]U[0x1d][0x8e]@?[0xc8]@[0xd7][0xed][0xc1][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xce][0x81]t[0xe][0xa4]s [0x9d][0x3][0xe9][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xae][0x2]Q[0xf5]2V[0x11][0x19][0xed]d[0x93][0x15]'[0xea]\q~y[0xa0][0x15][0xe7][0xd6][0x92][0x8d][0xfb]Ue[0xb7][0xd0]p[0xc5]Y[0xed][0x83][0xdb][0x1b][0xb6][0xa0][0x9c][0xe6][0xf]X[0x9][0xba][0xac]:[0xa7][0xd1][0xc0]^u[0xc8][0xde]^u[0xc8][0xde]^uh?d[0xaf]:[0x83][0x12]X[0xe0]>[0x81][0xe6][0x9e][0xfa][0x17]PK[0x7][0x8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.class[0xad]TMo[0xd3]@[0x10]}[0x9b][0x84][0x98][0xb8]n[0x93][0x94]R([0x1f]%@h[0xd3][0x4]0[0xa8][0xdc][0xa8]"PhJ[0xa5][0x94]JM[0x94][0x13][0x97][0x8d][0xb3][0xb2][0x1d][0x8c][0x1d]m6[0x88][0xfe]"[0xae]E[0x82]"q@[0x9c]8[0xf0][0xa3][0x10][0xe3][0xad]U"[0x81]h@[0x91]e{[0xf6][0xed][0xec][0x9b][0x99]7[0xbb][0xfb][0xfd][0xc7][0xe7]/[0x0]6q/[0x87],J&[0xc][0xdc]4[0xb1][0x8a][[0x6]n[0x9b][0x84][0x94][\r][0xdc]1[0xb0][0xc6][0x90]U[0x9e]?*?`[0xd8]nE[0xd2][0xb5][0xf9][0x90];[0x9e][0xb0][0x83][0xc8]u[0xfd][0xd0][0x8d][0xff][0x8f][0x6][0xf6]h[0xe8][0xdb];\[0xf6][0xb8]+[0x9a]R[0x88]v$[0x95][0xe8]?[0x95][0x92][0x1f]v<)x[0xbf][0x11][0x85]J[0xbc]U{|[0xf8][0x98][0x8][0xb7][0xfc][0xd0]Wu[0x86][0xe7][0x95][0x99]0nt[0x19]2[0x8d][0xa8]/[0x18][0xf2]-?[0x14]/[0xc6][0xaf]{Bvx/ d[0xb1][0x15]9<[0xe8]r[0xe9][0xc7][0xe3][0x4][0xcc][0xc4]%1X[0xbb]a(d#[0xe0][0xa3][0x91][0xa0][0xe1][0xce],[0xb2])?[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xc7][0xf3][0x83]~[0x97][0x7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xf9]K[0x95]c[0xe5][0x7]v[IBt%S{2[0xcc][\r][0xb9][0x14][0xa1]J[0x82][0xfc][0xcb][0xca][0xf9][0xb6][0xe2][0xce]+[0xb2][0xb5][0x1a][0xd4]n[0x86][0xb5]Jk[0xc0][0xdf]p;[0xe0][0xb4]l[0xbf]7[0x10][0x8e][0xa2]d~[0x83][0x18]rm[0xdf][\r][0xb9][0x1a]K[0x8a][0xb9]7[0xe1][0xb0][0x1b]zB[0xfa]Jk[0xac][0x15][0xd1][0xb2]oM[0x9d]U=V[0xad][0x1d][0x8d][0xa5]#[0x9a]~[0xdc][0xa2][0xda]tr[0xdf][0x8f]S[0xa0][0xbe]o[0x87]N[0x10][0x8d]b2[0xa1][0xbc][0xa8]o`[0xdd]B[0x5][0x1b][0x16][0xce]#g[0xc1]D[0xd5]B[\r]w[0x19][0xd6][0xa7]L[0xc8][0xc2]".[0xd0][0x96][0x9f][0xc9][0x8e]`([0x9d][0xa5][0x14]Cc[0x6][0xa1][0x18][0x96][0x1c]B[0xd4]$[0xb3][0x86]W*[0x93][0xdd][0x9c][0x98]%[0xd9][0xd3][0x95][0xf8][0x0][0xe5]O[0x16][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xf0][0xf2][0xac]}{@$[0xfb]ap[0xf8]?[0xfb][0x17]%[0xba]b[0xc][0xba]X[0xa1][0x10][0xf7][0x88][0xac]4[0xbd]&[0xe6]@[0xe7][0x92][0xac]:R[0xf4][0x10]R[0xad]}[0x4][0xab]~B[0xea]=[0x8d]R[0x98][0xa7]o[0x96]|[0x80][0x6][0x16][0xe8][0xbb]|[0xe2][0x85]<[0x8a][0x80][0xb6]b6:[0xe2]q[0x3][0x13][0xae][0x83][0x84][0xab]X[0xfb][0x86][0x85][0xea][0x7][0xb0][0xda]1[0xd2][0xef][0x90]aG:[0xec]/[0xca][0xe6][0x4]e[0xf1][0x94][0xb2][0x88]%\[0xa4][0xf9]e[0xb2][\r][0xa4][0xf2]O[0xc]\*<#[0xfe][0xcb][0x9][0xff]f[0xc2][0x9f][0xab][0xd6][0xbe]"s[0x8c]sGL[0xd5][0xd2]v.[0xe1][0xcd]`E{][0xc1]U[0xfd][0xbf][0x86][0xeb][0x1a]][0xc5][\r][0x14]t!tS[0xea][0xf8][0xf8][0x9]PK[0x7][0x8]_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.class[0xbd]X[0x9]tT[0xd5][0x19][0xfe][0xde][0xcc][0x84]7[0x99]y[0x81]0[0x90][0x84]H[0x8]Q[0x11]B&$[0x82][0x88][0x15][0x2][0x18]B[0x90][0xa9][0xc9][0x80]$[0xa6][0x8d][0xb5][0xc5]G[0xf2]L^[0x98][0xcc][0x84][0x99][0x17]4*nm[0xd5]Z[0xed]b[0x17][0xb][0xad]Z[0xdb]j[0xb4][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "UY[0xa4]Z[0xec][0x2].][0xb4][0xad][0xda]Zm[0xad]K7{[0xda][0xd3][0x9e][0xee]E[0xe9]w[0xef]{y[0xb3]d [0x89]z[0xca][0xe1][0xdc][0xb9][0xcb][0xff][0xff][0xff][0xfe][0xf5][0xbe]<[0xf1][0xe6]C[0x8f][0x0]8[\r][0xaf][0x7][0xb0][0x8];[0x2]([0xc0][0xe7][0xb]9|![0x80][q[0x9b][0x8a][0xdb][0xfd][0xf8][0xa2][0x98][0xde][0xa1][0xe2]K[0x1][0xf8][0xf1]e[0x15]_[0x9] [0x80][0x1d]*[0xee][0xf4][0xe3].q4[0x1c][0x80][0x86][0xbb][0xc5]p[0x8f]8[0xf9][0xaa][0x8a]{[0x5][0x9b][0x9d]b[0xf1]51[0xfb]z[0x10]![0xdc][0x17][0xc4].[0xec][0x16][0xc3]7[0x82][0xb8][0x1f][0xf][0x4][0xf1] [0xf6][0x88]a[0xaf][0x8a]}AT`[0xbf][0x8a][0x87][0xc4][0xef][0x1]q[0xe5][0x9b][0xe2][0x8a][0x1c][0x1e][0xe][0xe2][0x11]A[0x1d][0xc2][0xb7][0xc4]pP[0xc5][0xa3][0x1][0xcc][0xc5][0xe][0xb1][0xf8]v[0x0][0xdf][0xc1]w[0xc5][0xec]{~[0x1c][0x12][0x0][0xe][0x8b][0xc5]c*[0x1e][0x17]L[0x9e][0x8][0xa2]N[0xc][0xbb][0xf0][0xa4][0x8a][0xef][0xab][0xf8][0x81][0x8a][0x1f]*[0xd0]"[0xf1][0xb8][0x91]l[0x8a][0xe9][0xa9][0x94][0x91]R0%[0x12]][0xdb][0xbc]![0xd2][0xde][0xb8][0xaa][0xa5]yck[0xe3]z[0x5][0xa1][0x96]>}[0xab]^[0x1f][0xd3][0xe3]=[0xf5]mV[0xd2][0x8c][0xf7],SP[0xd4][0x94][0x88][0xa7],=nu[0xe8][0xb1]AC[0xc1][0x8c][0xd5][0xcd]k[0x1a][0xcf]ki[0xdf][0x18][0x89]F[0xda]#[0x8d]-[0x1b][0x9b][0x1a][0xd7]76E[0xda];[0x15]([0x11]/-Z[0xac][0xa0]r[0xfd][0x86]u[0xeb][0x9b]7[0xb4]wn[0x8c]6[0xb6]6[0xe7][0xa1][0xf4][0xc7][0x12]]z[0xac]U[0x1f]PP[0x96]![0xb4][0xbd]7i[0xe8][0xdd]-[0xe2][0x8c][0x92][0xb][0xdb][0xcc][0x9e][0xb8]n[\r]&)uU~[0xaa][0x86][0x96]D[0xb2][0xa7]^[0x1f][0xd0][0xbb]z[0x8d][0xfa]X[0xa2][0xa7][0x87]:[0x8b][0xdf][0xc5]}[0xf5][0x83][0x96][0x19]sPP[0xce][0xb2][0x15]d8[0xa9][0xc1][0x8c][0x9b][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xde][0xea][0xf9][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|M[0x89]n[0xb2][0x9e][0xd2]b[0xc6][0x8d][0xe8]`[0xff]&#[0xd9][0xae]o[0x8a][0x19][0xc2][0xe][0x82]w[0x87][0x9e]4[0xc5][0xda][0xd9][0xf4]Y[0xbd]&[0xad][0xd6]|l[0x89][0xa9][0x1][0xb3][0xfe]l=[0xb9]I[0xef]1[0xd6]$[\r][0xa3]-[0x91][0xb4][0x8c][0xee][0xc6]dR[0x1f][0xb2]5[0xa6]!-[0xe3][0x12]Kh[0xa3]`z[0x17][0xb7],#[0x3][0x8b][0xb4]Fy[0xf5][0xfc]c[0xda]C[0xeb][0xd7][0xe3][0xe4][0x9d]\[0x9f]L[0xc]P[0x93][0xba]1[0xb0][0xb]2#i[0x99]F[0xea]<.y?h[0xc6]{[0x8d][0xa4]i[0xd9]x[0x94][0xf3][0xe9][0xdb]6K[0xef][0xda]L[0xc1][0x12][0xa3][0x8a][0x1f])X},[0x5]&f[0xea])6[0x9c][0x1b][[0x6][0xf5]X*[0xc7][0xc]#E[0x84][0xa2][0xbc][0x89]M}[0xbc][0x9a][0xb0][0xd8]P[0x14][0xd4][0x1f][0xbf]'[0xe6][0xe9]~~y[0x93]s>X[0x14][0x4][0xda][0x12][0x83][0xc9].c[0x8d])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bx|-[0xb4]N[0xe8][0xa5][0xa1][0x11][0xab]4[0xac]ED[0xc3]r[0xac]`[0x3][0xd3][0xf0]c[0xfc]DA[0xd3];[0xd0][0xa4][0x15][0xcc]2S[0xb9][0x9b][0x91]t[0xb][0xd5][0xf0]S\[0xc5][0x7][0xc1]; j[0xce]B[0x81][0xe4][0x19][0xda];o[0xeb]U[0xb0]h[0x8c][0xae][0x92]f[0x9d][0xd1]qO[0x91][0x14][0x8b][0xea][0xb2][0xa4][0xd5][0x89]'[0x90][0xa9][0xc7][0xea][0xba][0x4];[0xd3][0x1a][0xd2][0xf0],[0x9e][0x13][0xe2]&[0x86][0x9f]k[0xd8][0x82][0xe7][0xd9]O[0xc6][0xd9][0xc6]4[0x9c][0x8b][\r][0x1a]~[0x81][0x17]4t[0x88][0xd9][0x7][0xb0][0x91]y[0xa0][0xe1]:\[0xaf][0xe1]E[0xfc]R[0xc5][0xaf]4[0xbc][0x84]_[0xb3][0xe6]jxYl[0xbe]"[0xf8]O[0xcb]S25[0xbc]*[0x8e][0x8a]s[0x3]WC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x8b][0xc1][0xd2][0xb0][0x15][0x17][0xab]xM[0xc3][0x15][0xc2][0xef]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]OMsZ[0xcb][0xd0][0x96]:[0xfd][0x6][0xd7][0xa8][0xf8][0xad][0x86][0xdf][0xe1][0xf7][0x1a][0xfe][0x80][0x9b][0x14]x.[0xdb][0xa6][0xe1]#[0xb8]A[0xc3][0x8d]b[0xb9]`B[0x1][0xab][0xe1]Z\[0xa3][0xe1][0x93][0xb8]9K;;[0x1f][0xd8][0x84][0x8e][0xcb]l$[0xa5]G[0x87][0xd7]i[0xc7][0xbd]gs[0x1f]}[0xab]v"[0xaf]>6[0xf4][0xb4]yd)[0xb4][0x12]L[0xd8][0xa2],[0xeb]s[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xbe][0xa8][0xe0][0xd4]1[0xdf]j[0xa3][0x1e][0x97]![0xb2]X[0x95]H[0xb0][0x96][0xc6][0x9d]3[0xd6][0xa5][0xb5][0xc7]y[0xc5]M[0xe0][0xb5],[0x9f]-[0xa2][0x8]r[0xc7]y[0xff][0xda][0xfc]K[0xf3]T[0xe9][0x88](j[0xbe][0xea][0x88][0xb8][0xb4][0xf8]-[0xbc]";r[0xab][0xa7][0xfb]H[0xf2][0xa6]D7[0xcd][[0x12]y[0xc9]/[0x1f]Im[0x82]$[0xbb]5pkY[0x96][0xc9]%[0x8d][0xdf]t[0xbd]Q[0x9a]E>[0xe2]%[0xde]QY[0xab][0xa3][0xb4][0x1][0xf1][0xc4][0xe5][0xcf]$[0x1a]A[0xb6][0xa7][0xd0][0xe8][0x6][0xc7]rl%[0xa4]7K[0xd2][0xcc][0x9a][0x12][0xb1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x15]4[0xf9][0x9][0xc7]W[0xd9]`[0xbc]?[0xd1]m^d:}DA[0xd5][0xa8][0xd7][0xde][0xa8][0x87][0x9b]/e^j[0xa0][0x8a][0x1f][0x95][0x8b][0xe0][0xe1][0xd7][0xf2]b[0xf8]P[0x8e]%8[0x3]|B[0xf1]k[0xcf][0x83]I[0xfc]t=[0x13]K[0xdd][0xf5]2[0xae][0x1b]2[0xce][0x8b]0][0x14]g[0xae]W[0xca][0xf5]Y([0xe5][0x9c][0x85][0x9b]c[0x13]wVrO[0xe1]oQ[0xcd]^(5[0x1c]<[0xf][0xc2][0xbb][[0x92][0xae][0xe6]8[0x19][0xe2][0xa3][0xf2]L[0x8a]][0xca][0xf][0xed]eh[0xe6]J[0xb3]/`[\r][0xce][0x96]tl[0x0][0x1c][0x5][0xb3]m[0xa4][0x16][0xf4]U[0xfb][0xe0]k[0x9][0x87]&[0xed][0x81][0xba][0xbc]b;[0xb4][0x3][0xf0]w[0x92]u[0xe1][0xae][0x3][0x8]t[0xee]Ep[0x17]i[0xbc][0x92])[0xa1][0x81]J[0xf9][0xa8]R[0x90]JM![0x9f][0x19]8G[0xca][0xa9][0xb2]y9r|[0x4][0xf6]n[0x9e][0xf0][0xad][0x80][0x12][0xb4][0xa0][0x95]2[0xa3][0xdc]/[0x84][0xf2][0x6]f[0xa8]X7[0x82]p=IY[0x16][0x1d]|[\r][0x14] [0xd4][\r][0x1d][0x80][0xd6]I[0xb5]BE[0xc5][0xc5]{0y/[0xa6][0xec]rAN[0x92][0x14][0x1d][0x19][0xe0]B[0xae][0xd0]s[0xd1][0xe6]pZNu[0x4]-[0xbc][0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xc3][0xb7][Hj[0xe5]r[0x86][0x82][0xfd]('[0xf0][0x5][0xfb]q[0x82]8[0xaa][0xe6]d[0xa6][0x82][0x83][0xa8]X[0xea][0xab]-[0xf7][0xed][0xc7],[0xb1][0xa8][0x14][0xb3][0xd9][0x82][0x96][0xaa][\r][0x1f]}f[0xb7]t[0xf3]jiC[0x95][0xe3][0xe5][0x8c][0xec]m[0x8c][0xfb]+i[0xc9][0xab][0x98]rW3[0xea][0xae]a[0xb4]}Pj\C[0xda][0xd3]P[0x86].[0x18][0x9c][0x9][0xbc]#[0xba]Gq[0x11]z[0xa8][0xef]4f[0x89][0xf0][0x80][0x87][0xfe][0xb2][0xbd]c[0xd3][0x9b][0xe][0xfd]E[0xf4][0x9f][0xed][0x9d]b[0xf8][0x8a][0xf0][0x6][0x8a][0xe9][0x1f][0x15][0x9b][0xff][0x83][0x5]N[0x0][0xc7]x[0xde][0xff]F}[0x1d]Q_O[0xd4]7P[0xff][0x8f]R[0xe3][0x1b][0x89][0xfa]&[0xa2][0xfe][0xd8][0xdb]D[0x1d]wQ'[0xc6]@=[0xc0][0xf3]-[0x8c][0xbb][0x91]d[0xb3]3[0xa4][0xb0][0x86][0xa9]PE[0xfd]s[0x93][0xed][0xe6]c$[0x9b][0x1d]@[0x8a]x[0xaf]8[0xac][0x12][0xa4][0x11]a63[0x9d]l[0xad][0xb5][0x87][0xa1]*[0xc3][0x8][0xd4][0xd2][0x82]'z[0x90][0xce]4;Boa[0x84]~.#Bg[0xba][0x2]f:[0x2][0x82][0xc4]a[0xe3][0x8d][0xca]h[0xf5][0x1c][0xc1]4"Z[0xa3]b[0x90][0xa7]|'[0xe5][0x8]/[0xcb][0x14]~[0xc8][0x16]|[0x92]G[0xa6][0x86]-8$[\r]u+[0x19][0xdf][0xc6][0x14][0xbf][0x9d][0xc8][0xee][0xc8]P[0xa0][0xcc]U[0xa0][0xcc]U@[0xcb]P@&z[0xa9][0x9d][0xe8][0x97]`[0xc8][0x9][0x9d]}[0xfc][0x15][0xa1][0xb3]$[[0xf8]|[0xca]>9#b[0xca]G"[0xa6][0xd2][0x89][0x18]*6|[0xf4][0xd5]t[0x88][0x9c]@[0x9b][0x3]wR[0xe6]][0xd4]m[0x98][0xe1]p7[0xfb][0xd1]=8[0x1d][0xf7][0xba][0xe1]QC[0x1d][0x84]f[0x2][0xc5][0x12]W[0xdb]%[0xb8][0x14][0x97]Im[0xc3][0x19][0xe1]a[0xd7]Xqv[0xb9][0x13][0x14][0x93][0xe1]yC[0xea]/C[0xa2][0xd2][0x9][0x89]m<[0xbd][0xc2][0xed]T[0xdd][0xb2][0x88][0xd2][0xe7][0x99]E[0xf3][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]f[0x8e]2[0xca][0x92][0xf7]A[0xfc][0x1]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]KpF[0xac][0x94][0xba][0x85]2[0x98][(Kl[0xfb][0xf1]][0xeb]H[0xdc][0xe2]8ov[0xb6][0xfd][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x9d][0xe2][0xa1][0xe5]T[0xdf]0|[0xde][0x9d]9[0xd1][0xc3][0x6]G[0xd3][0xa7][0x9d]7[0xdb]5[0xc7]l[0xd7]y[0xd3]3[0x9c][0x17][0x10][0xd1]3[0x8b][0xc2][0xcf][0x12][0x81]{5[0xab][0x8d][0xed][0xbe]>'[0x7][0xaa][0xb2][0xbb]D[0xd1][0x1][0xcc]e[0x13][0x9d]7,[0xa1]W+[0xa3][0xa2][0xf7]a[0x88][0xbf]][0xa7]!W[0xb9][0x90]K2 [0xcb][0x98]-[0xa7][0xd4]f[0x95][0xb5][0xcd]6[0xf8][0x87]x[0xf6][0xe1][0xb7][0xd9][0xa5][0xe]Q[0xce]a[0x1a][0xfe]1b|[0x9c]][0xea][0xc9][0x9]u[0xa9]k][0xf4]=[0x8e][0xbb]geK[0x17]i[0xab][0xd9][0xb8][0xf7]a~.[0xf4][0xa7][0xc8][0xfa][0xe9][0xc][0x81][0xb3]\[0x81][0xa1]\[0xe8]"][0xd7]fC[0xe7]W[0x93][0x3]}Dxev[0xac][0x9][0xc1]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x1c][0xc3][0xf1][0xcf]R[0xce]sc[0xc2][\r][0xc2]{DC[0xad][0xab]p[0x12][0x81][0xf7][0x10]x5K[0xea]g9[0xf3][0xb9][0xdd][0xd2]>[0xeb]s[0xcf][0xfa]x[0x16][0x95][0xc5][0xac]@-[0xf0][0xbf])[0xd2][0xe3][0x16][0x6]+[0xff][0xd3][0x9d][0xec]M[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb]Y[0x80][0x5][0x85][0x87][0x19]d[0xff][0xab]`-[0xe8][0x9e]T[0xf8]?PK[0x7][0x8][0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classm[0x90][0xc1]N[0x2]A[0xc][0x86][0xff][0x2][0xb2][0x82]h[0x80][0x8b]o@[0xd4][0x83]s[0x90][0x93]kL[0x8][0x9][0xa7]M8,/0[0xac][0xcd]8[0x9b][0xc9][0xce]f[0x18]|8[0xe]>[0x80][0xf]e,[0xec]E][0xe]M[0xdb][0xbf][0xfd][0xf2]7[0xfd][0xfa]>|[0x2]x[0xc2]M[0x82][0xab][0x4][0xa3][0x4][0xd7][0x84][0x81][0xe1][0x98]yc8[0x10]fwY[0xa9]?[0xb4]r[0xba]2*[0x8f][0xc1]V&[0xbd][0xff]%[0xad][0xb7]%[0x17]1[0x15]([0xb7][0xa6][0xd2]q[0x1f][0x98]p{[0xe][0xda]d[0xb2][0x95][0xbe]d[0xcf]m[0xfa][0xb5]-5[0x8a][0xf5]j[0xe9][0xfc][0x8e][0xf5][0xd6][0xb1][0xd0][0xc3][0xdc][0xef]C[0xc1]+[0xeb][0xc4]d[0xda][0x9c][0xb8]x[0xd3]u[0xe4][0xf0]x[0xdc]'<[0xf8]`[0x94][0xae]u[0xf1][0xce][0xca][0xc9]\[0x9c][0x8f]y^[0xaa]]m[0xd5][0x1f][0x82]0[0xfe][0xef]J[0x98][0xb4]l[0xfb][0x4]BG[0xa2]+[0xa2][0x1e][0xa1][0x87][0xb][0xe9][0xfa][0xd2]u[0x90]H4[0xd5]%[0x6][0xa7]<[0xfc][0x1]PK[0x7][0x8][0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContext.class[0xad]R[0xcb]J[0x3]1[0x14]=[0xa9]u[0xc6][0xa9][0xaf]:[0xe8]/H[0xab]`[0x16][0xba][0xab][0x8]R[0x9c][0xd5][0x88][0x8b][0xd9]u[0x17][0xa7]![0x9d]!fJ[0x92]J[0xfd][0xb5].[0xfc][0x0]?J[0xcc]<[0xc4][0x7][0xa3]X0[0x9b][0x13].[0xe7]q[0xef]M^^W[0xcf][0x0][0xce][0x11][0xfa][0xe8][0xfb]8 [0x8][0x5][0xb7]7K[0xcb][0xb5]br\([0xcb][0x97][0x96][0xe0]p0[0x8c]s[0xf6][0xc8][0xa8]dJ[0xd0][0xbb][0xfb][0x9c][0xa7]vD[0x10]8n\[0x8][0xc1]5[0xc1][0xf5][0xe0][0x13]#[0xb1]:Sb4[0x8c][0xb]-([0x9b][0xb3]t[0xc6][0xa9]tDW,[0xf1]"[0xa7]f[0x9e][0xd1]2FM[0xf9][0xb4][0xb6]p~[0xba][0xc5][0xe3]g[0x8b][0x7]n[0xc][0x13][0x9c][0xde][0xd6][0x18][0xb1][0xd4][0x16][0xfa]i[0xed][0xd0]`[0xc6][0xcc][0xfb][0x10]GmCL[0x8][0xa2]i[0xcc][0x19][0x1d][0xb7][0x19]}T[0xc6][0x92][0x19]S[0x11][0x83]$[0x13][0x8a][0xd9][0x85][0xe6][0x4][0x93]?[0x88].O[0xd7][0xee][0xe7][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]%[0xc5]B[0xa7]<[0xca][0xa4]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]E4[0xef]~Vf[0x10][0x9c][0xfc][0xba][0xcf]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xfe][0xf7]o[0xe2][0x11][0x10]tP[0x1e][0xaf]K[0xb0][0x81].[0xe0]p[0x13]^[0x83]~[0x85][[0x8][0x1a][0xec]5[0xb8][0xed]t;N[0xd5][0xc1][0xae][0xbb][0xed]U[0xb7][0xfd]7PK[0x7][0x8][0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.class[0xa5]P[0xcb]j[0x2]A[0x10][0xac]V[0xe3][0xfa][0x88][0xe0][0xd5]?[0xd0][0x8b][0x83][0xc4][0xdb][0x1e][0x5]AX[0x10][0x14]=x[0x9b][0xac][0xcd][0xb8][0xcb]fGfGI~![0x9f][0xe4][0xc1][0xf][0xf0][0xa3][0xc4]Y[0x15]1[0xc9]EI[0x1f][0xba][0xa0][0x8a][0xaa]n[0xea]p[0xdc][0xed][0x1][0xbc][0xe1][0xd5]C[0xcd]C[0x9d]PSl[0x7]:[0xb5][0xfc]i[0x9]q;[0x88][0xe5]V[0x8a]D[0xa6]JL[0xad][0x89]R[0xe5][0xdf]1[0x83]DfY[0xa0][0xe5][0x92][0xcd]==~[0x8f]9[0xb4][0xfe][0xa2][0x13]h[0xa3][0x84]\[0xcb]p[0xc5]"[0xd1]J9{[0x8e][0xfd]Xd[0xeb]H[0x4][0x8e]as[0xbd][0xe5][0x13][0xbe][0xff]u[0xec]B[0xa5]l[0xc5]l2[0xf2][0xff]&=[0xf9]L[0xc3][0xf0][0x87][0xde][0xf2][0xad][0x9][0xd1]~[0xc6][0xdf][0x99][0xbb]"[0xa7]zcB[0x1e]F[0x9][0x13]Z?[0xf4][0xa1][0xc][0xad]6_[0xdd][0xfc]IB[0xef][0xf1][0xe0][0xab][0x91][0xd0][0xfc]]@[0x99]@( [0x9f]b[0x89]PD[0x9]8[0xe3][0xcb][0x19][0xcb][0xf0][0x9c]B[0xa8][0xb8]]@[0xf5][0x4]PK[0x7][0x8]5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextKey.class[0x9d]T[S[0xd3]@[0x18]=[0xb][0xa5]iC[0xb8][0xdf]D@A[0x91]^[0xa1]rQT[0x10],[0xa5][0xf5][0xc1][0x16]f[0x8][0xe2][0xf0][0xc4]l[0xcb][0x1a][0x2]m[0xd2]ISF[0xfe][0x86][0xc2]W[0xf5][0xa1]8:[0xe3][0xa3][0xf][0xfe]([0xc7]/i[0xb8][0xd5][0xea][0x80]y[0xd8]o[0xf7][0xdb][0xef][0x9c][0xef][0xe4]d7?}[0xfd][0xe]`[0x1e]I[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]A[0xc4][0x10][0x97][0xd1][0x8e]ig9#!![0xa3][\r]Qgx[0x18][0xc0][0xac][0x8c]9[0xcc];[0x8b][0x5][0x9][0x8f]$pgS[0x4]p[0x9e][0xb0][0xe7]l[0x4][0xf8][\r]PK[0x7][0x8]J[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.class[0xa5]U]O[0x13]A[0x14]=[0xd3].m)-[0x9f][0x8a][0x8a][0x1f] "n[0xf9]Z[0x15]5[0x84][0xd6]F[0xa8][0xa2][0xc4]*Q[0x1a][0x8c][0x8f][0xd3]e,K[0x96][0xdd]fv[0xd6][0xc8][0x93][0xf1][0x1f][0xe9][0x13]Q[0x13][0xe3][0xb3]?[0xca]xw[[0xb][0xfd][0x88][0xb4][0xf2][0xb0]sf[0xee][0x9c]=[0xf7][0xce][0xd9][0xdb][0xe9][0xaf][0xdf][0xdf]~[0x0]X[0xc6]r[0x12]qd[0xe2][0x98]K"[0x12][0xe0][0xfc][0x0]4,[0xc4][0xb1][0x14][0x87][0x11][0xc7]m[0x86]X[0xce]r,[0x95]g[0x88][0xea][0x99][0x1d][0x6][0xad][0xe0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa1][0xa2][0xe5][0x88][0x97][0xfe]AY[0xc8][0x12]/[0xdb][0x14][0x19]-[0xba]&[0xb7]w[0xb8][0xb4][0x82]u=[0xa8][0xa9]=[0xcb]c8Wp[0x1d][0xd3][0x97]R8[0xea][0x5][0xaf]npS[0xb9][0xf2][0x90]![0xb5][0xe9]8B[0x16]l[0xee]y[0x82]X[0xeb]EWV[0xc]^[0xe5][0xe6][0x9e]0l[0xb7]R[0xb1][0x9c]J[0x80][0xf7][0xf6][\r][0xaf]j[0x19]E[0x8a][0x8][0xf9]ZT,O[0xc9][0xc3][0x99]N[0x92]Y[0x86][0xf1][0xe6]2[0xe][0xab]Kyzf[0xf5]\[0xa9][0x94][0xcd]S[0x8a]AS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]DX<[0xed]2[0x8c][0xe8][0x99][0xe2]>[0xcf][\r]_Y[0xb6]A!"[0xf5]o[[0x15][0x87]+_Rj[0xbd]u?W[[0xda][0x9c]J[0xd8]V[0x92]*[0xc9]6ko[0xf9][0xaa][0xae][0xfd][0xbc][0x8b]w[0xbb][0x13][0xf][0xe4][0x7][0xaa][0xbe][0xda]|[0xb7]V[0xf6][0xe8]`[0xc][0xaf][0xf4][0x96][0xb2];H[0xff][0xd3][0xb4]'[0x1f][0x94]pv[0xc5]n[0xcd][0xbc]l[0xd0][0x1f][0x9][0xab]a[0xcb]P[0x9b])[0x9a][0xc3][0xf][0xc2]Vi[0xcb]C}f[0x87]"[0xc][0x8b]=[0xe5]d[0x98][0xed][0xd6][0xdb](!C^[0xef][0x8e][0xdf]1[0x1c][0x9c]0y[0xb2][0x85]?[0xe5]J[0xab][0xab]=[0x15][0x9c]?![0xbc]U[0xde][0x17][0xa6]:[0xc5][0xe4][0x96][0xce]l[0xef][0xc7][0xe4][0xb6][0xeb]KSlXA[0x9b][0x8f]5[0xd3][0x97][0x82]d)[0xf4]#IF[0x1d][0x9f][0xdb]l[0xb4][0xb7]q[0xdc][0xe9][0xcf][0xb8][0xb7][0x17]~[0xb8][0xe9]S[0x88]DJa[0x2]w[0xe2][0xb8][0xcb][0xf0][0xe8][0xac]?+[0x86][0xe1]VG[0x18][0x1e][0xfc][0x9f]%[0xc]+z[0x7][0xdb]"[0x99][0xf6][0x10][0xc3]|[0xf]9q[0x1d]1[0xba]8[0xa9][0xdf][0xe9][0x16][0xd5][0x8][0xc9]a[0x1a][0x7]h[0xb5]F[0xc8][0x8][0xfb][0xe6][0x8e][0xc0][0xbe][0xd0]$[0x8a][0x14][0x8d][0xb1]0x[0x1f]i[0x1a]S5[0x2][0x6]1B8[0xda][0x14][0x19]#[0xa4][0x1b][0x13][0xe7][0xe9]>[0xe][0xe4][0x1e][0x13][0x6]{[0x89][0xef][0x88][0xbc]=B[0xf4]s[0x8b][0xe2][0xca][0x9][0xc5]D[0x9b]b[0xa2][0xae]8NO[0x4][0x17](v[0xb1]k[0xe5][0x87]=(_[0xa2][0xd8][0x4].[0xd7][0x95]?[0x92][0x8e]F[0x98][0x9e][0xff][0x9]ma[0xf1]+[0xfa][0xa2]xslE[0xf0]W[0x3][0xac][0xd3][0xbc][0x10][0xa6][0x98][0xab][0x91][0xeb])[0x82][0xd9][0x15]\[\r][0x93][0xa4]q[\r][0x93]!;[0x8d])[0xf2]<[0x1a][0x16]0EX[0xe3][0x8f]5[0xf8][0xd3]u[0xfe][0x14]n[0xd0]n[0xad][0xa8][0x99][0xc6]l[0x16][0xb7]B[0xd4]1[0x1c][0x1e]"BG\[0xc4][0x10]}[0xb5][0x4][0xe1][0xcd]X[0xff][0x1f]PK[0x7][0x8]o[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.class[0x95][0x92][0xdd]N[0xc2]0[0x14][0xc7][0xff][0x5]d[0xf2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x82][0xe8][0x1b]x1bb/4^0BbT[0x12]"[0x86][0xe8][0x88][0xf7]e[0xd4]:[0xb2]tK[0xd7][0x19]y5/|[0x0][0x1f][0xca][0xd8]1C&![0x6]zs[0xfa]?[0x1f][0xbf]sN[0xda][0xaf][0xef][0x8f]O[0x0][0x17]8[0xb1][0xd0][0xb4][0xd0]&hx[0x8a]3[0xcd][0x87]Rr[0xf5][0xc0]"[0x82][0x96][0xdd][0x19][0xcd][0xd9][0x1b][0xa3][0x89][0xf6][0x3]j\[0xe]A[0xc5][0xf5][0x85]d:Q[0x9c][0xc0]^[0x8f][0xf7]2[0x19]0)[0xa8][0xab][0x95]/[0x85]3[0x99]8}g[0xc5][0x1e]'[0xfa][0x97]}[0xbf]E[0xed]v[0xf0][0x14]_[0x8b][0x12]=|[0xb9][0x9e][0xc6]\j[0x82]G{m[0xec][\r][0xe8]P[0x9][0xca]"[0xe6][0xbd]r[0x1a][0x84]B[0x18]_j/[0xe7]4[0x8e]|z[0xf7][0xae][0xb9][0x9c][0xf1][0xd9][0xc8]D[0xb8]r:[0xcf][0x4]}{[0xbb]i6[0xba]S[0xc0]mo[0xd2][0xed][0xee][0xd4][0xb6][0x9f]c[0x8d][0xa7]s[0xee]i[0xb3]i[0xd5][\r][0x13][0xe5][0xf1][0x81][0x1f][0x98][0x7]hg[0x99]O\[0xf8][0xb1]V[0x8b][0xf3]4[0xdf][0xc2]1[0xc1][0xd5][0xbf]}[0xfe]V[0x9d][0x9a]m[0x6][0xcc][0xd3][0xa1]Z[0x18]|^[0xd4][0x97]_[0xe1]&`q[0xcc]c[0x82][0xe6][0xfa]8[0x4]g;[0xf4])[0x13][0x10][0x14][0x90][0x9e]b[0x89][0xa0][0x88][0x92][0xd1]{F[0x15]P6[0xda][0xca][0xe9]}[0xa3]+[0xa8][0xae]t[0xcd]dg[0xb7]:[0xe][0x96][0xb6][0x81]#c[0xd3][0xc][0x82]C[0xb4][0xca][0x95][0x1f]PK[0x7][0x8][0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$WeakMapFactory.class[0xa5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xe9][0xd7][0x96]mi[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x8b]([0xe2][0x96][0xaf]U![0xc6][0xb4]M[0x13][0x82][0x12][0xd1]"[0x11][0x1a][0xaa][0x97][0xd3]2[0xb6][0x8b][0xcb][0xb6][0xd9][0x9d]5[0x92]x[0xe3]?[0xd2]+[0xa2]&[0xfe][0x0][0x94][0xf1][0xcc][0xb6][0x2]m[0x89][0xb6]x[0xd1]yg[0xce][0x9c]}[0xce][0x99][0xb3]g[0xa7]?}[0xfb][0x1]`[0x19]+:b04du[0x84]`$0[0x87]y[\r][0x8b][0x1a][0x96]4[0x98][0xc][0xb1][0x82][0xe5]X[0xb2][0xc8][0x10]6[0xb2][0xbb][0xc][0x91][0xb5][0xe6][0x9e]`H[0x97],G[0xbc][0xf4][0xf][0xaa][0xc2]-[0xf3][0xaa]M[0x96]L[0xa9]Y[0xe3][0xf6].w-[0xb5][0xee][0x18]#[0xb2]ay[0xc][0xa9][0x8a][0xe0][0xef]6yk[0x9d][0xd7]d[0xd3]=dHn8[0x8e]p[0xd7]l[0xee]y[0x82][0xf6][0xb][0xa5][0xa6][7y[0x8b][0xd7][0x1a][0xc2][0xb4][0x9b][0xf5][0xba][0xe5][0xd4][0x95][0xae][0xec][0x9b]^[0xcb]2Kd[0x11][0xee][0xb6][0xa8][[0x9e]t[0xf]g[0xba]ay[0x86][0xc9][0xee][0xd0][0x87][0xad]?[0xe1]W[0xff][0x83][([0x97][0xf3]E[0x82][0xa7]j[0xae][0xe0]R[0x4][0x9][0xd3].[0xc3][0xb8][0x91]-[0xed][0xf3][0xf7][0xdc][0xf4][0xa5]e[0x9b]d"[0xa7][0x91][0x1d][0xab][0xee]p[0xe9][0xbb][0x14][0xd4][0xe8][0xdd]/[0xb4][0x97]6[0xa7][0xe0];[0xd2][0xa5][0x1c][0xf2][0xdd][0xec]-_v[0xd8]/[0x6]xv0[0xb8][0xc2]'Z[0xbe][0xdc]x[0xbb]Z[0xf5][0x84]#[0x19]^[0x19]=i[0x9f][0x81][0xfe]k[0xb9][0x9e]~[0x90][0xc2][0xd9][0x13]{[0xed][0xb2][0xe5]U7[0xc4][0xad][0xe3][0xb2][0xa4][0xfb][0x8a][0x12]q[0xf8]A[0xd0][0x18]}q[0xa8][0xab][0xec][0x0][0xc2][0xb0]8TL[0x86][0xd9]Ak[0x1b]&e([0x1a][0x83][0xf9][0x9f]iV'[0xd4]O[0xb7][0xed][0xa7]B9[0x97][0x1b]*[0xe1][0xe2])[0xf0]Vu_[0xd4][0xe4]?[0x8a][0xdc][0xd3][0x93][0xfd][0xfd][0xa8][0xef]4}[0xb7]&[0xd6]-[0xd5][0xe0][0x17][0xba][0xdd][0x97]T[0xb0]$[0xe2][0x18]a[0x98]89[0xb7]j[0xec]g[0xdc]k[0x10]L[0xc3][0xfd]$[0x1e][0xe0][0xa1][0x86]e[0x86][0xdc][0xf9][0xbf][0xe][0x86][0xb1][0xde][0x83]1<:[0xdf][0xc9][0x18]F[0xbb][0xde][0x11][0xbd];j\[0x86][0xc7][0xc6][0x19][0xc5][0xeb][0xb3]d[0xfb]M[0xc][0xf3]Cd[0x82]iD[0xe9][0x2]d[0xd0][0xe8]6[0x8c][0x90]R[0xf9]h[0xd4]i[0xb5]J[0xca]H[0xa3]sG`_h[0x12]F[0x82][0xc6]X`|[0x8e]$[0x8d][0xc9][0xb6][0x3]F1F:[0xde]e[0xc9][0x90][0xd2];[0xc2]E[0xba]W[0x15][0xee][0x9][0xa9][0xda][0x8b]G[0xe8][0xcd][0x11][0xc2][0x9f]{[0x88][0x9b][0xa7][0x88][0xf1]>b[0xbc]C[0x9c][0xa0]_[0x8][0x93]d[0xbb]40y{[0x8][0xf2]e[0xb2]][0xc1][0xd5][0xe][0xf9]#q"[0xa4][0xfa][0xfc][0xc2][0xe2]WD[0xc2][0xa8][0x9c][0xd4]A[0xfd]_[0x0][0x15]*[0xd7][0xeb][0x80]?[0xd7][0xf6][0xec][0xf0][0xd5][0xec][0x1a][0xae][0x7][0x11]t[0xdc][0xc0][0xcd][0xc0][[0xc7][0x14]n[0xd1][0xf3]*[0xba][0xd2][0xb6][0xe6][0xd8][0xba][0xe3]?[0x85][0xdb][0xb4][0xdb][0xce][0xe8][0xce][0xf1][0xec].f[0x3][0xbd][0x87]4i[0x86]fQ, E[0x19]h[0xa4]3[0xb1][0x91][0xdf]PK[0x7][0x8][0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry.class[0xad]Wkw[0x1b][0xd5][0x15][0xdd]#9[0x1e][[0x9a]H[0xb1][0xec][0x18][0x9c][0x90][0x96][0x4]He[0xd9][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x9a][0xd8]&[0xa0]*6[0x98][0xd8]r[0x13]916[0x85]t,O[0x94][0x9][0xf2][0xc8][0x8c]Fi[0xdc]B[[0xda][0xf2]h[0xcb][0xa3][0x14]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xd3][0xd2][0xf4]A![0x9][0x84][0xe0]v[0xad].[0xbe][0xb1]VEG[0x17][0xab][0xed][0xbe]3[0xa3][0xd1][0xe8]eG^[0xf9][0xa0][0xb9][0xa3]s[0xcf]=[0xfb][0x9c]s[0xcf][0xdd][0xe7][0xce][0xbf][0xfe][0xfb][0xf7][0x2][0xb8][0x1b]Wd[0xac][0x84] [0xc1][0x8]a/[0x8a]![0xec][0x83][0xd1][0x85]D[0x8][0xab]xR[0x86][0xd9]Ma)[0xc][0x19][0x96]x+[0x8b][0xc7][0xf9][0x10][0xbe][0x8e][0xb]BqM,[0xf9]F[0x18][0x3][0xf8][0xa6][0x8c][0xa7][0xc4][0x9f][0xa7]e|+[0x84][0x98]c[0xec][0xdb]b[0xe6];a<[0x83][0xef][0x86][0xf1]=|_<[0x9e][0x95][0xf1][0x9c][0x90][0x1c]h'Nb[0xf6][0xd7][0xda]Z[[0xad][0xd8][0xbb][0xab][0x1d]C[0x95],[0x8d][0xc5][0xb7][0xba]["[0xe0][0x7][0xb6][0xba][0xda][0x81][0x17]&[0xa2]n[0xdd][0xd8]uyLc[0xfd][0xdc][0x11][0xf7]e[0xdc][0x16][0x8f][\r]6[0xab][0xb8][0xde][0x15][0xad]TR[0xf3][0xda][0xa4][0xcf][0x80][0x84][0x9e][0x86][0xc5][0x12]&[0xea]e[0xe3]C[0xad][0xfd]v[0xad]&gj[0xac][0xdb][0xc9][0xda][0x9e][0xb5][0xd4][0x9c]8Sv[0xc6]e[0xfc]D[0xc2]B[0x83][0xb3][[0xb2][0xdd]4[0xc0][0x90][0x9b][0x1a];+[0x13][0x1b][0xa4][0xba][0x85][0xd9][0xa6]F#[0xb5]Y[0x93]pg[0xdb]vyN[0xf3][0x9a][0xe5][0xec][0xad][0x84]T[0xbc][0x11]fp[0xe3][0xb2][0x98][0xb8]`i[0xc6][0xb2][0xb6][0xec][0x98][0xa0][0xbd][0xe]C]a[0x5][0xdf][0xd4][0xcc][0x14]+E[0x82][0xd9]df[0xb][0xf9]h[0xcf][0xab][0x87]n[0x8][0xa8][0xed][0xc8]K[0x18]K[0xf4][0xe6][0xf8][0xa0][0x8f]b[0xd2][0xc5]BA[0xcb]Yz[0xd1][0xa0][0xde][0x9e][0x16]S[0x95][0xe3]z0[0xde]|eK[0x83][0xdb]tA[0xfa][0x12][0xc2][0xcb]Z[0xc9][0xd2][0xc9][0xad][0x14][0xb][0xe]i[0xa1][0xbe][0xff][0xfa][0xb8]O[0xc2][0xee][\r][0xdc][0x94][0xf1][0x1a][0xbb]@sO[0xdd][0x83][0xbf]a[0x90][0xbd]L[0xd6][0xac][0x99]65[0xd5][0xd2][0xec][0x9e]5#[0x98][0xfc][0xb6][0xa6]uV[0xcf][0xee]a[0xf7][0xcc]dXPl[0x99][0x12]F7_[0xd6]:[0xca][0xee][0xb3]j[0xa9]R[0xe7];[0x9b][0x19]Z[0x94]0yC[0xaa][0x84][0x86][0xf6]73[0xd4][0xc0][0x84]T\[0xbc][0xe][0xc5][0xad][0xb1][0x10][0x8d][0x87]W[0xcb][0xd6][0xd4][0x99][0xd4]R[0x89][0xf7][0x2][0x9][0xa5][0x1b][0x11]\[[0xc7]N[0xf4][0x84][0xce][0x82][0x9b][0xf3]Mzc[0xc3][0x89][\r][0xda][0x87]m[0xea]F8MK[0xc2][0x95][0xae][0xf1]\[0xc1][0xed][0xf1]G[0xc7][0xe7]FG[0xdb]r[0xe8][0x88][0xcf][0x8f][0xd9][0xa5]s[0xac]rA[0x5][0xd9]b[0xd9][0xcc]i[0x93][0xba][0xe8][0xd9][0xbd][0xb5][0x1d][0xf2][0xa0][0xd0]g[m[0xa7][0xa9]6[0xbb][0xc6])[0xb8][0x13]w[0x89][0xc7][0xa8][0x8c][0xd7][0x15][0xfc][0x14]?[0x93]p[0xef][0xd6]:[0xb5][0x82][0x4][0x86][0x14][0xbc][0x81][0x9f]+8[0x88][0xa4][0x82]8[0x6]e[0xbc][0xa9][0xe0]-[0xfc]B[0xc1]/[0xf1]+[0x5][0xb]XT[0xf0]k[0xfc]F[0xc2]P[0x1b][0xd9]Qp[0x14][0x13][0xcc]@[0xf5]([0xa6]LS][0x9b][0xa6][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "28[0xae][0xe0][0xb7][0x98][0x95][0xf1];[0x5]o[0xe3][0xf7][0xa4][0x14][0x5][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0x88][0x8b]l[0xc4]5[0xe7]W[0xc1][0x9f][0xf0]g[0x5][0x11].[0xfe][0x15][0xef]*[0xf8][0x1b][0xde]S0[0x8e][0xfb][0x14][0xe4][0xf0][0xbe][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe3][0xfe][0xcd][0xbc][0xab][0xcd][0x80][0x84][0x1d][0xf5]{G.i'[0x85][0xf5][0xd7][0xef][0x1d][0xf5]5[0xc9]ka5[0x8c])K3U*[0xf2][0x2]S[0x15]:[0xb8][0xec][0x18][0x11]S{[0xb2][0xac][0x9b]Z[0xa6]hd[0xca][0x85]B[0x95]][0xfd][0xa5][0xd5][0x92][0xe7]j[0xeb]/[0x92][0xb3][0x89]u[0xb6]l[0xb9][0xc4][0xda][0x13]o[0xa4][0xd1]h[0x1d][0x9d][0xf0]~OR[0xce][0xd8]][0xba]/[0xde][0xf4]b[0xd1]E[0x5]W[0xb7][0xb7]F[0xa3]r[0xb][0xb]R[0xa1][0x8e][0xe5]\[0xa7][0x9a][0xfa][0xd9]y^-[0x94][0xed][0xf][0x95]f[0xbd][0x82]x[0xba][0x97][0xb2][0xfe][0x9a][0x8]*[0xa9][0x14][0x1f]%[0xe4][0xef][0x8c]v[0xc1][0xb2]/[0xe8][0x8b][0xe2][0x9e]a[0xff][0xa9][0x8d][0xa0][0x8a][0xa8]./[0xa7]Dv[0x7]Zu[0xd9]E/}[0xd5][0xbe][0x14]$an[0xba]![0x1b][0x5][0x1a][0xce][0x15][\r]K[0xd5][\r][0xe7][0xf6][0xbb][0xb3]Y~[0x88]{<^[0xb7]I[0xed]p\[0xb][0x9e][0xdd][0xf8]@[0xb0][0x7]X&[0xab][0xb7][0xd2][0x0][0xf7]T>[0x6]g&[0xb2][0xd9][0xd4][0x83][0x13][0xde]Gaz:[0x95][0xcd][0xf2];t/?m[0x81] v[0x9][0x8e][0xe0][LP[0x7][0xbf][0x90][0x87][0xf9][0x1e][0xc0][0x1][0xfe]'[0x81]x[0xff][0xbf][0x88][0x8][0xdf][0xc9]S|[0xde]M[0xc9]4WJ[0x1c][0x95][0xc4]? -\C[0xe0][0x1a][0x82][0x97]m{#|[0x86][0xb8][0x2][0xf8]*[0xc2]x[0xc][0xf7][0x8]-G[0x17][0xf7][0xe2]K[0x1c][0xf][0xd5]H[0xe]s[0x14][0x96]G[0xb9]FX[0xbe]@[0x1b]b[0xf5]-[0x89]k[0xe8]H[0xc][0xc5][0xb6]}[0x8c][0xce]O _EWbh[0x1d][0xdd][0x12][0xae]"TE[0x8a][0xa1][0x83][0xcf][0xd3]|~[\r]=P[0xb1][0x1b]K6b[0xbf]c[0xc3]E[0x14]oNt[0x87]j[0xe6][0xe]{s[0x7][0xbc]H[0xc7][0xe8]=[0xd9][0xc8][0xf5][0xe6][0x11][0xca][0x85][0xa7][0xd1][0xc4][0xa7][0xe8][0xbe][0x82][0xf0]E[0xc8][0x89][0x8f][0xa0]\[0xa2][0xa8][0xc3]v[0xa0][0xd3][0x9e][0xd6]|aFq[0x4][0xf7][0xd7][0x84])$[0xf]pL[0xf1]'#[0x10]J[0xcb][0xf8][0xb2][0x8b][0x96]&[0x1a][0x99][0xd5][0xcd][0xea][0x94][0x8b][0x16][0xf3][0xd0]BD[0xdb][0xee][0x2][0x6]}[0x80][0xba][0xf]0[0x86]I<[0xe8]3?)[0xcc][0xf3]BLsN[0x10][0xf3][0x1c]E[0xc8]=[0x9][0xda][0xbc][0x86][0x8][0xf3][0x18][\r][0xe0][0x13][0xec][0xa8][0xb7]j[0xfa]r[0xd7][0xe3][0xe5][0xae][0x7][0xf][0xb3]B$_@=n[0xee][0x9c][0x18][0x8e][0xd9]`[0xd3].[0xd8][0x12][0xc7][0xa0][0x1d][0xc3][0xf0][0xc7][0xe8][0xd9][0x8][0xed]i[0x1b][0xed]VG[0xdb]C[0x8b][0xb9]h[0x95][0xb8][0x2]>[0xdc]X[\r][0xee][0xc]e[0x19][0xcc][0xba][0xb8][0xf][0xf9]*2[0xc6][0x8a][0xec][0xfd][0x8]}[0xf5][0x88][0xcf]\W5:[0xd6][0xbf]b[?[0xee]Z[0xbf][0xca]QT[0xda]H[0xe2]C[0x84][0xd6][0xb1]S[0xc2]:[0xfa]%[0xcc][0xc][0xaf][0xe3]&[0x9]ob[0xf]_n[0x96][0x18][0xe5]@f[0xe8][0x80];[0xbf]+[0x80][0xf9][0x8b][0xff][0xfb][0xf7]P[0xb5]X[0x9c]j}[0x96]'[0xef]9[0x9e][0xad][0xe7]y[0x9a]^[0xf0]r[0xb0][0xf][0xdb]q[0x82]R[0x91][0x8d][0x11]/[0x1b]#[0xc8]b[0xce][0xcd]}U[0xeb][0xa4][0xa7]u[0xd8][0xd3]:E-Q[0x1]a[0x4]>CT[0xc6][0xfc][0xa8][0xec][0x84][0xf2][0x8]l[0xfb]n(os[0xb1]X[0x9e][0x10][0xa1]T6g`f[0xf8]S[0xc]P[0xd2][0xb5][0x8e][0xdd][0x8c][0xcb][0x9e]cL[0xb7][0x4]1?\[\r][0xa0][0x1f][0xdb][0xf8]|[0x91]d[0xf0][0x12][0x83]y[0x99]G[0xe7][0x15][0xd2][0xc7][0xab][0xbe][0x8d]Lx[0xae]'[0xf0][0xa8][0xbd][0x91][0x11]j[0x89][0xc0][0x2][0xbe][0xc3][0x97]p]w[0xe6]NR&\[0xef][0x82][0xf4][0x19][0xe2]2[0x89][0xc3][0xf1][0xfb]1[0xae]~[0x9c][0x87][0xdb]9[0x1c]sn[0x15]G[0xaa]U[0xbc]'[0x80]w[0xeb][0xb6][0xf8]-_[0x9]G<_"[\r]%[0x1c][0xf1][0xa8][0xe7]qR[0x87][0x83]p[0xda]-[0xdd][0xa8][0xaf]t[0x9b]@[0xbc][0xe3][0xb]7[0xea]AD[0xbd][0xba][0x8d]6[0xd4]m[0xd4][0x7][0xa6][0xba][0xdb][0xa0][0xfb][0xc1]>[0xd7][0x12][0xec][0xd2][0xa6]`[0x82]m[0xfc][0xb9][0x8d]ze[0xe1][0xf0]N[0xc0][0xcd][0xe6][0x12][0xf5]sXv[0xe1][0x9f][0xe2][0x8e][0x8a]b[0xec][0x13]{[0xee][0xc5][0xcb][0xd2][0xfd]|[0x7][0xea][0x89][0xfc]C[0xf4][0xf2][0x0][0xdc]c[0xef][0x9b][0xbd][0xc6][0xf3][0xa3][0xcf][0xf3][0xa3][0xcf][\r]Z[0xbc]i8[0xc3][0xf5]U[0x8f][0xfa]<[0x8f][0xc4]\[0x9e]s[0x8e]Gg[0xb9][0xe3][0xba][0xd7]R[0xf6][0xd9]v[0x88]y[0x5][0xb7][0x92][0xf1]>@[0xf8][0xb2][0x9d][0xb2]j.[0xf6]z+[0xcf][0xe1][0x9]{,[0xe0][0xe][0x8e][0xbb]([0xbf][0x8d][0xb3][0xb7][0xa3][0x9b]z{[0xb1][0x9f][0xa3][0xcc][0xf1][0xb][0x9d][0xdd][0xff][0x7]PK[0x7][0x8][0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.class[0xd5][0x96][0xdb]n[0x1b]U[0x14][0x86][0xd7][0xf6]i|[0x18][0x1a]7[0x81]&&[0x1][0xea][0xb6][0xb8]N[0xe2][0xc6][0xc9][0xd8]i[0xa7][0xa4][0x9d][0x12]2[0xa4][0xa5][0xb8])[0xc5]([0xd2][0x8][0xa4]j[0xe2][0xc][0xce]D>1q[0xa8]@[0xe2][0x82][0x1b][0xae]x[0x0].x[0x2][0xc4][0x5]H[0xa0][0xb6][0xd0]V\#[0xc4][0x13]p[0xc1]3[0xf0][0x0][0x88][0xb5][0xf7]lVM2[0x81]:[0xc3][0xa9][0xb2]2{[0xcd]a[0xfd][0xff][0xf7][0xcf][0xd8][0x99][0xf5][0xfd][0xaf][0xdf]<[0x0][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xd2][0xa0][0xc0][0xb]iX[0x82][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\LA[0x6][0xc][0x5].[0xa5]![0xe]/*[0xb0][0x9c][0x81]([0xbc][0xc4]7+|c*[0xf0][0xb2][0x2][0xab][0xc][0x94][[0x9e][0xdd][0xeb]9[0x9b][0xc][0x16]j][0xaf]Y[0xb6]{vc[0xcb])[0xb7][0xba][0xcd][0xa6][0xdb]i[0xf2][0xb5][0xba]]n;;;v[0xd3])_[0xf3][0xd7]U[0xbb][0xd1][0xef]z[0xef]-1H\p;n[0xdf]`P-[0xe][0xdd]=[0xbd][0xce] [0xb6][0xd2][0xdd]t[0x18][0x8c][0xd4][0xdc][0x8e][0xb3][0xb6][0xdb][0xde]p[0xbc]7[0xec][0x8d][0x16][0x1e][0x19][0xad]u[0x1b]vk[0xdd][0xf6]\[0xbe]/[0xf][0xc6][0xfa][[0xee][0xe][0x83][0xc5][0x83][0xad]vz[0xee][0x1e][0x1b]my[0xd3][0xee][0xf5][0x1d][0xf]a3M[0xa7][0xdd]s[0xf1]r[0xbb][0xc5][0xa0]R[0x9c]>D[0xe0]t[0xc7][0xb9]%[0xf]20[0x8b][0xb5]m[0xfb]][0xbb][0xdc][0xb2][0xb1]qe[0xcb][0xf6][0xea][0xce];[0xbb]N[0xa7][0xe1],=[0xba]4j[0xaa][0x8d][0x81]V[0x6][0x13][0x7][0x89]2xm[0xd0][0xb0][0xde][0xf7]Pui[0xe0][0xc8][0xf5][0x8d]m[0xa7][0xd1][0x1f][0xce]\i[0xff][0x9e]ft[0xbf]6[0x83]Ho[0xfe][0x8f]g[0xa4][0x7][0x83][0x8d]Gb[0x9]I[0x17][0xe9]-0[0xe8][0x1f][0xd2])[0xb4][0xb7][0xc6][0xe0][0xa3][0xbf][0xcd];4M[0x85][0xc1]'[0xff] Mh[0xbe]*[0x83][0xcf][0xfe]U[0xbe][0xd0][0xc4][0x8b][0xc][0xee][0xfd][0xc7][0xc4][0xa1]3[0x9c]e[0xf0][0xe3][0xff].C[0xe8]T[0xe7][0x18][0xfc][0xfc][0x18][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Sg[0xf0][0xcb]c[0x99]3t[0xf2][0xf3][0xc][0x8c]bH[0x15]#[0xe0][0xd6][\r]%p#@[0xe0][0xcd][0x90]P[0x89][0x9e][0xed][0xd9]m[0x1c]S[0xc6][0x2][0x94]p[0x80][0xa8]ww[0xbd][0x86][0xb3][0xea][0xf2][0x81]f2xV[0x99][0xe3]}*[0x8c][0xc0]e[0x5][0xae][0xa8][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\eP[0x1e]rVQ[0xe1][0x9]8[0xc2]`[0xee]/[0xdb][0xea]n[0xbb][0xd7]rd37}[0x95]Av/[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xb0][0xc8]7[0x15][0xbe][0xc1][0xff][0xf4][0x95]C[0x8c]`[0xc][0xe6][0x87][0xc][0x81]/[0xe0]h[0x91][0xcf][0x89]G[0x5][0xd0]n[0xdf]mI [0xbc][0xbf]G<[0x1c][0x8c]\[0xcf]Y[0xeb]v[0xd6]v[8[0xd1][0x15][0x2][0xbf]O[0x1][0xcf]`[0xf2][0xe0][0xb9]m[0x1d][0xf2]87+[0x80]S[0x19][0xfe][0x8d][0xf2][0x9b][0x88][0xb3]u[0x16][0xeb][0x11][0xb1]=[0x8a]{5[0x88][0xe0][0x7][0x8f][0xce][0xdc][0x6]63{[0x7]"[0xdf]A[0xf4]k[0x88]}[0x89][0xc7]"[0xd8][0x3][0xd8][0x13][0xc5][0xed][0x9][0x88][0xc1]I[0xec];[0x5]c[0xb8]w[0xcc][0xef][0x81]'[0xe1])[0x0]Qqm[0x86][0x9f]c0.[0x95][0xcb]b[0x1f] >[0xf3][0x15][0xc4][0xbe] [0xb9][0x84]8xZ[0xc8][0xa8][0xfe][0x5]R[0x6][0xa7]E[0xc8][0xc9][0xe6][0x8b]h[0xca]-R[0xdf]B[0xdc][0x9a][0xbd][\r][0x89][0xbd][0x2][0xa5][0x1][0x8e][0x14]q[0xa4][0xe0]i[0x98][0x14][0xbe][0x13]0%[0xa5]n`[0x7]O0[0xc6]9fc[0xf7]A[0xb1][0xa2][0xa5][0xfa]]HFa[0xaf][0xe8][0x82][0x10]=[0xee]_N[0xa2]c[0xf0][0xc]<+[0xce][0x8f][0xc1]sx6"[0xe4][0xf3]R[0xfe]&[0xf6][0xc6]p[0x1d][0x17][0xf2]q)o[0xc5][0xce][0x4][[0x9c][0x15][0x16]3~[0xb]Y[0x8c][0x93][0xc5][0xb8][0xb4][0xe0][0xd5][0x9][0x81][0xc2][0xcd]NJ[0xb3][0xe][0xaa][0xc4]q[0x9d][0x12]f[0x89][0x1]3+[0x9e][0x8b][0x5];.[0x9][0xc7][0xaa][0xdf]G[0x8e]S[0xe4]8E[0x8e]S[0xd2][0x91]W[0xa7][0xb0][0x8a][0x9][0xef][0xe7][0xa5][0xf7][0x7][0xa8][0x97][0xc0]5/[0xbc][0x95][0xbd][0xde]V"[0x17][0xf][0x6]X[0x16][0x0][0x86][0xdf]L[0x0]y[0x2][0xc8][0x13]@[0x9e][0x0][0xf2][0x12][0x80]W[0x5][0xac][0xe2][0x2][0xe5][0xb4]D[0xf9][0x18][0xb5][0x14]\[0xb][0x2]%[0x19][0x88]b)[0xb9]D0[0xcf]e[0xc1]s[0xc5]W [0x9e][0x2][0xf1][0x14][0x88][0xa7]@<[0x5][0xe2])H[0x1e]^[0x15][0xb1]J[0x8][0xb2]iI[0xf6])[0xee]'[0xf9][0xd7]S[0x90]e[0xf7]=[0xa1][0x87]hV2[0xa7][0x4][0xf3]][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xaf][0xfb]:[0xc4]W"[0xbe][0x12][0xf1][0x95][0x88][0xaf]D|%[0xe2]+I>^[0xcd]`[0xa5][0x8][0xd2]YI[0xfa]9[0x9e]I[0xe1][0xaa][0xf9][0xa4][0xc1][0xcf][0xf3]![0xa9][0x95]M[0xe4][0x92][0xc1][0xbc]u[0xc1][0xfb][0x96][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab][0x11][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab]I^^[0x95][0xb0]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]3[0x92][0xfc][0x1e]^[0x93][0xc6]U[0xf7][0xc9][0xff][0xe4][0xf1][0xf][0x90][Y%[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xb7][0x4][0xff][0xdb][0xbe]&[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc]:[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc][0xba][0xe4][0xe7][0xd5][0x1c]V)[0x91][0xa4],[0x93][0xfc][0x80]Wg[0xf8]o[0xc3]O[0x92][0x1a]"[0x89][0x95]M[0xe6][0xd2][0xc1]yn[0x8a]<=_[0x99][0xf2][0x18][0x94][0xc7][0xa0]<[0x6][0xe5]1([0x8f]Ay[0xc][0xca]cP[0x1e][0x83][0xf2][0x18]2[0xf][0xaf][0xe6][0xb1]J[0x8b]d[0xb]2[0xd9]O[0xd8][0xa7][0xe2]j[0xfa][0xc9][0xd2]C'[0xb3][0xb2][0xa9]\&8[0x9f]#[0xf2][0xbd][0xef][0xeb]S>[0x93][0xf2][0x99][0x94][0xcf][0xa4]|&[0xe5]3)[0x9f]I[0xf9]L[0xca]gR>[0x93][0xf2][0x99]2[0x1f][0xaf]4[0xac]2"iE&[0xbd]$_[0xa0][0x19][0x91][0xf4].[0xa4]"[0xfb][0x80][0xb7][0x7][0xde]U[0x19][0x2][0xce] [0xf0]q[0xf9][0xae][0xaa][0x1e] [0x96][0xde]/[0xd6]=P[0x8c][0xa7][0xff][0x90][0xcf]6R[0xec]*&[0xe7][0xd9]U!V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0x97][0xfd][0x81]7[0x9e]Jj*[0xdd]K[0x15]_X[0xe7][0xc4][0x1b]O[0x17][0x9d][0xe7][0x3]PK[0x7][0x8]r[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.class[0x9d]Wkx[0x14]g[0x15]~g/[0x99]d[0xb3][0x90]%\K[0x2][0x4][0xa4][0xb0][0xc9][0x6]b[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]B[0x3][0xc1][0xad][0x9]X[0xa0]P@Z'[0x9b]!Y[0xd8][0x9d]Yvg#[0xa0][0xb6]U[0xa9]Z/[0xf5][0xae]mm[0xab]R{S[0xac][0xd4]RB@[0xb]U[0xdb][0xda][0xbb][0xad][0xf7]?[0xfa]x[0xe9][0xe3][0xed][0xd1][0xc7]?[0xfe][0xe9][0xd3][0x8b][0xef][0x99][0x99][0xcc]nv'[0xb1][0xe5][0xc7]~[0xf3]][0xce]w[0xce]{[0xce]wn[0xfb][0xf4][0xeb]g[0x1e][0x5][0xb0][0x2][0xbf]R[0xf1][0xb5][0x8][0x14][0xdc][0x1a][0xc1]E[0xb8]-[0x82]v[0x99])[0xb8][0xbd][0x8e][0xcb][0xaf][0xcb]p[0x87][0x8a];kqW[0x4][0xb5][0xf8][0x86][0xd0]|[0xb3][0x1e][0xdf][0xc2]1[0x19][0xee][0x96][0xe1][0xdb]*[0xee][0x91][0xef][0xbd]2[0xdc][0xa7][0xe2][0xfe]Z<[0x10]A[0xa3][0xd0]*[0xf8]N[0x4][0xdf][0xc5]q9[0xf9][0x9e][0xc][0xf][0xaa][0xf8][0xbe][0xb0]8![0x8b][0x87]d[0xf8][0x81][0xc][0xf][0xcb]pR[0x86]Gd8%[0xc3][0x88][0xc][0xa7]#h[0xc0]h[0x4]gpV[0x86][0x1f][0xca][0xde][0x8f]Ti[0xda]|[0xf]&[0xb0][0x86]j[0x99][0xeb][0xf3]y[0xed][0xb0]`i[0xdd][0xe3]'2[0x1e][0xf7][0xd9][0xf6]'[\r][0x88][0xf7]L[0xf7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xd9][0xbe][0x9d][0x9f][0x96][0xae][0xed][0xab][0xaa][0x8f][0xd7][0xc6][0xe5][0xb4][0xd5]![0x9]j[0x3][0x3][0x13][0xf8][0x87]X[0xa6]`[0xfb]Y[0xd6][0x1c][0xa6]e[0xeb][0xc7],[0xb9]>[0x93]QpQy[0xe0]t[0x9b][0x99][0xc]Y3[0xf3][0xd8][0xd7]T[0xd3][0x96]T[0x90][0xb8][0xf3]%[0xe2]u[0xdf][0x83][0xae]6[0xb1]R[0xb3]?k9[0x14][0xee]5[0x84]lCP[0xb]6R[0x8a]I[0xf8]_H[0xf8][0xbf][0xc2][0xf2][0x9][0xf8][0xfb][0x92][0x8b][0xc4]:[0xc7][0x4][0xb6]P[0xce][0xc5][0x8][0xf6][0xbc][0xd6]2[0x1d]:N[0xf7][0x99][0xf9][0xac]fm7K[0xf0][0xcb][0xf8]\QLg[0x6][0xf4][0xbc][0x1d]s5[0xfd][0xc5]}[0xfb][0xf4][0xbc]g[0x2][0x1f]2[0xb2][0x1b][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "CN[0xe6][0xc][0xe7][0x18]A:K[0x8][0xaf][0xea][0x7][0x8b]Z[0x86][0xfa][0x6]i`[0x9e][0x98][0xd6][0x90]0[0xba][0xe4][0x2][0xa2][0xa6][0xde][0xbe][0xbb][0xde][0x8e]q[0x96][0x16][0x5][0xb3][0x99][0x0][0x92][0xd9][0xac][0x93][0xc4]l[0xaa]-[0xf9][0xcd][0xc5]LF[0xc5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xe5][0xb7][0xb9]L[0x1a][0x86][0x9e][0xef]f.*[0xe8]Ds[0xe9]dq;N[0xfa][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14],[0x1c][0xba].Q[[0x9b].[0xf4][0xb8]5$[0xb2][0xcd],[0xe6]SzOZ[0x92][0xe1][0xfc][0x9][0xb3][0xea]r1[0x1e][0xfd][0xbf][0xf4][0x92]vd[0x89]>Q[0xbc][0xb][0xab]dX'[0xc3][0xcf][0xa2],[0xf7]+[0xa3][0xb8][0x14][0x97]1[0xdd][0x97]L~[0xb5]Q([0xe6]rf[0xde][0xd2][0x7][0xb6][0xe4]$j[0xe9][0x2][0x1b][0xf][0xa5][0x98][0x9c]8Q0/[0xe5][0x8]k[0xb1][0x13]w[0xb][0xdf][0xa3][0xa5]_[0xd7][0x8d][0x16][0xa7][0xd4][0x9][0xe3]-Ql[0xc4]*f[0xae]([0xde][0xf]-[0x8a][0xeb][0xb0]5[0x8a][0x2][0x9e]bU[0xad]|[0xd8]([0x9e][0xc6]SQ[0xe4][0x90]R[0xb0][0xa8]t[0x98][0xa4][0xeb][\r]j[0x99][0xf5][0xf9][0xc1]bV7[0xac]2[0xe9]K[0xfa][0xb4]C[0xe9]l1[0xeb]J[0xb7]SfKJ3[0xc][0xd3]"[0x8c][0x16][0x83][0xd7][0xac][0xf4][0xb0].0v[0xaa]x&[0x8a]g[0xf1]\[0x14][0xd7][0x8a][0xda]GPT[0xd0]ya[0xa5]J[0xf8]uG[0xd1][0x8f]T[0x14][0xfb]@[0xd8]i[0xec][0x97][0xe1][0x80]([0xc6]=[0xb][0xc5]([0xae][0x97][0xe1][0x6][0x19][0x9e][0xc7][0xb]*~[0x1e][0xc5][0x8b]xI[0x86]_Dq[0x13][0xb6]*[0xe8]x[0x8b][0xee][0x18][0xc5]6l[0x8f][0xe2][0x93]"a7[0xf6][0x8a][0x9d][0xe][0x8e]3[0xa2][0x93][0xb8]&[0xd3][0xca]v[0x80]qA[0xd4]c[0xc7][0xa3][0xe5][0xd4][0xd4][0xa9][0xe3]k[0x95][0x8a]_[0xb2][0xda]\[0x80][0xcb]N[0x92][0xf6]vH[0x16]M[0xb6][0xfa]e[0xe3] Ck[0xc][0x83]}[0xd2][0xa7][0xd9]u6[0x9b][0xe6]K[0x87][0xe3][0xc9][0xa4][0xd4][uX:[0xb4]-[0xfb][0xa4][0xb6][0xfa]T[0x0][0xbf][0x1a]?{[0x82][0xfc]!)2[0x97][0xd3][0x8d][0x1][0xc9]E[0xdd][0xd5]WKif[0x99]_[0xde][0x9f][0x84]~[0xc9][0x9b][0xb3][0x19][0x16][0xb2]5mG[0x80][0xfd][0xea]2[0x4]1[0x17][0xcb][0xd1][0xc1][0xb6][0xf8][0xed][0xec]>[0x3][0xb8][0x84]]2[0x3][0x92][0xeb]w[0xda][0xeb]N[0xfe][0x18][0x9b][0x9c]/[0xe4][0x1e]#[0x97][0xe3]j[0xae]V[0xf1][0xa6][0xc2]o[0xb4][0xed],[0x94]]#[0x8][0x8c] [0xf8][0x90]}[0xa3][0x8b]c[0x84]_PF=%[0xac][0x11]*[0x87][0x16]kq9[0xbf][0xc2]g[0x1d])[0x84][0xcf]u[0x8][0xd9][0xb4][0xd3][0xda]F[0x10][0xb2]y%F[0x10]~[0x4]5[0xc2],h3[0x9b][0xca][0xaf][0xfc])[0x8][0x11]V[0x8c][0xb0][0x84][0xe1],[0xe7][0x92][0xcb]Pf[0xe][0xe8][0xf5][0x9e]0[0xd9][0xe9][0xf4][0xd4][0xb8][0x82]?[0x6][0x8f][0xb][0xfe][0xbd][0xae][0xd0][0x19]%[0xa1]'QS[0x92][0x1b]([0x93]{)i/[0xc3]t[0xde].[0xc9][0x9d][0xe1][0xc9][0x9d][0x81][\r][0x9c][0xb1][0xda]K[0xb2]q[0xb9][0xf7][0xb9][0xa6]il;[0x9][0xf5]6L9[0x8b][0xda]][0x8d]u#[0x88][0x9c][0xab][0xd4][0xa9][0xb]*[0xb9]N#[0x87][0x92][0x91][0x1a]][0xde]=6[0xad]2[0x8d][0x9b][0x9b][0xf0]n[0x97][0xf5][0xcd][0x14]$[0x17][0x97][0x13]x=[0xd9][0xd7][0x8c]"[0xaa][0xe0]6[0x84][0x95][0x13][0xce]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x8b][0x81].[0x99]7[0x8d]bj[0x0][0xe7][0xd1][0xd0][0xd7]~[0xc2][0x13];[0x17]5[0x1c][0xbb][0xa9][0xd2][0x6][0x9a]r#[0x85]m[0xc2]|roG[0xd2][0x86][0xd0][0xe2]pw![0xcc]'M[0x12]WR[0xb6]x[0xcb]{[0xd0][0xcb][0xd1][0x85][0xd5][0xc8][0xcd]>[0xf][0xd6]A[0x1e][0x88]][0xe2][0xff][0x17]R[0xcc][0x86]T[0x2][0xd4]H([0xc0]f[0xea][0xbe][0x85]6[0xb9][0x8a][0x0][0xb7][0x96][0xd9]9[0xee][0x2][0x99][0xcb]3[0x7][0x88]+~*[0xa7][0x9b]y[0xc5][0x11][0xdf][0xeb][0x8a][0x8f][0x8d]Y%1[0x8a]i[0x1][0xec][0xac]|[0xca][0x9d][0x14]v[\r][0xff][0xbc][0xed]*[0x13][0x11][0xf3][0x9e]2F[0xb7][0xe8]%G[0x85]0[0xb6][0xba][0x9c]W[0xda]k[0xfa][0xb3][0xa7][0xca]q[0x8f]g[0x8d]}[0xb2][0xb7][0xec][0xe9]"[0x9e]3c[0xba][0xfe][0xdd][0xe1]r[0x8][0xb][0x87][0x13][0x15][0x97][0xfb][0xcb].[0x87][0xdd][0xcb][0x8e][0xbf]^[0xcd][0xbd][0x1d][0x4]l[0xc3]P[0xe6][0x10][0xbe][0xfc];4E[0xc1][0xa6];[0xc4][0xa5][0x1a]w5N[0x1f][0xc1][0x8c]s[0xc2][0xf6]I[0x84][0x1e][0x12]'[0xf6]@[0x8e]`f_[0x93][0xb7]:[0x8d]Yk[0x83][0x9d][0xa1][0x99][0xa1]y[0xc7][0xd0][0xd4].[0xdb]3C[0xf6]K8V:[0x1a]R[0xee]{[0xe3]e[0x87]z6;fN[0xda]G1[0xc7][0xb5]_[0xc8][0x86][0xdb][0x89])[0x1c][0x7][0xb9][0x1a][0xe2]?[0xee]4[0x9f][0xed][0x0]sH[0x86][0xf]c [0x1][0x93][0xc1][0x91]c[0x88][0x1d][0xa4][0xd6]9[0xd6][0x8][0x16]#[0xd6]"[0x3]E[[0xbd][0x95][0x84][0xde]E_[0xba][0x86][0xf]([0x8f]mz[0x16]7[0xf9][0x12][0xf2][0xa8][0x9]z[0xe3]n[0xd2]I[0x88]vb[0xf][0xf7][0x82]^ ;g[0x9d][0xae][0xe7]5 [0xd4][0xa8][0xbe][0x8e][0x85]*[0xde][0xa7]([0xaf]`[0x1e][0x9]X[0x92][0xdc][0xc7]Z[0xe1][0xc6]][0xdd]Y\[0xb4][0x8b][0x96][0x9a][i[0xee][0xc3]e[0xe6][0xae][0xf3][0xde][0xea]Z/p[0xd7][0xb9]o5[0xb5][0x14]]4H[0xa5][0x17]]O-n[0xa0]=n,[0xe3]6[0xd5][0xe3]v[0xdd][[0xf0][0x9d][0xa3][0xbe][0xbe][0xc3]n[0xc5][0x9f]C[0xb4][0x9a][0xc3][0xcd][0xbe][0x1c][0xd8] [0xb8][0x1c].w#c,*[0x9a][0x2]U,n)[0xb][0x86]z[0xef]i[0xea]1[0x0][0xdd][0x16][0xcf]F[0xc3]u[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[\r][0xfc]%[0x1f]8[0x8e]?[0xf]q[0x8f][0xdd][0x8a][0xbf]b[0xf3][0xaa]9[0xdd][0xea][0xab][0x18][[0x1d][0x17][0xcb]U[0x15][0x8a][0xcd][0xf][0xa0][0x94]T[0x1c][0x16]wN[0xa0]X[0x6][0xd9]q[0x85]Bv[0xc][0xaf]P[0x98][0x9c][0xb1][0xc1]q[0x81]nr[0xc5]4[0x8c][0xcf],%[0x1b]:[0x85][0xee][0x18]][0xe2][0xee]2q[\r][0x9e][0xb8][0x6][0xe4][0xdd][0xa4]R[0xf0][0x1e][0xc5][0x8f][0xe9][0x82]j[0xa6][0xf7][0x93][0xe9][0x3][0x13]0[0x1d]{[0x1c]v|[0x13][0x18][0xa4][0xc5]aXn[0x90][0x7]'0[0xc8]0>Pa[0x90]a[0x1c][0xf2][0xc]r[0x98][0xb3]#[0x9e][0x98]]>[0xd8][0xe7][0x94][0x8b]r[0xb0]?L[0xec]''[0xc0][0xfe][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xb2][0xf3]!O[0xdc][0x87]9[0xbb]~Rq[0xb][0xab][0xc5][0x8d]R[0xdc][0x99][0x9][0xc4]Uj[0xd7]P[0xa5][0xdd][\r][0x93][0x8a][T-[0xee][0x1c][0xc5][0x9d][0xbf]`q7ze[0xf3][0x1d]n[0x18][0xd4][0x8a][0xa8][0xd3]x[e[0x10]<^[0x16][0x4][0xb5]^[0x10]|[0x4][0x1f]u[0xef][0x9f] *[0xc9]H=[0x89][0xd8][0x9e]SX[0xbc]3[0xb8][0xa6][0xd9][0xcb]5[0xc7][0x90]h[0xbe][0xb][\r][0x89]X;Ob-r[0x9c][0x90][0xc3][0xe6][0xb1][0x1a]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xef]<[0x1a]`[0xea]>[0x11][0xdb]+[0xc7][0xa5][0xe6]d[0x11][0xa5][0x81][0xff][0x89][0xf8][0xd7][0x85][0x1a]>[0xcb],[0xff][0x1c][0x96][0xe0][0x5][0xb6]A[0xcf][0x10][0xc5][0x8b][0xec][0x1b]^[0xf2][0xba][0x85]:j&[0x99]][0xec][0xd0][0xe3][0xd9][0xa1][0x7][0x1f]cvs[0xca]u[0x4][0xc1]WQ[0xa7]4[0xbf][0x82][0xd9][0xdc][0xb9][0xc9][0xcb][0x8f][0xb7][0xb8][0xbd][0xcc][0xc2][0xd8][0x82][0xae][0xd0][0x9a][0xd8][0x82][0xe6]![0xa7][0x96][0xa9][0xc1][0xfb][0xd8]U[0xda]z,a6\[0xd3]\2[0xbf][0xd3]-[0xfc][0x9a][0xab][0xdf][0xb0][0xa8][0xfc][0x16][0xb][0xf0][0xbb][0xb2][0xb6]e[0xa1]+>[0xc8]b[0xf3]q[0xbb][0xb0][0x84][0xd1][0xcc][0xb6][0xe5]J[0xb7]x[0xcc]C[0xe0][\r]6lA[0x15][0x9f]Phx[0xe5][\r][0xaa][0xe9].[0x2][0xb2]!q\l[0xe6][0x15][0x11][0xb5][0xae]-q/[0xc2][0xa1][0xe3][0x89]'[0x11][0xe][0x1e]O<[0x86][0xa5][0xb7][0xdb][0x93][0xf3]X[0xda][0xc7]"[0x19]g[0x17][0xe2][0x80][0xae][[0xf6][0x4]f[0x4][0x8f][0xcb]b[0xd9](Z[0x3][0xb0][0xe9]B[0x2][0xdd][0xa9][0xa0][0xab]X#[0x80][0xdf][0x13][0xd2][0x1f]h[0xd7]?2[0xc8][0xfe][0xc4][0x1a][0xf2][0x17][0xe2]y[0x99]6[0xfe]+[0x9a][0xf0]7[0xda][0xfd][0xef]h[0xc5]?[0xd8]3[0xff][0x93]}[0xc3][0xbf]x[0xef][0xdf]T[0xe9]?[0xb6][0x8a]m[0xe][0x1e][0xcf][0xc2][0xeb][0x98][0xfb]%[0x7]4[0xe1]b|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]&[0xde]ET[0xfb]3L[0xad][0xa5][0xda][0xe9][0xec]tr[0xc7][0xa9][0x9d]a5\[0xfb][0x1a][0xe6][0xa8][0xf8],[0xeb][0xa7][0xb4]P[0xb7][0xe0][0x8b][0xae][0xc2][0xa5]6[0xe5][0x14][0xda]*[0xfd][0xf0][0xbf]>m[0x8a][0xc2]d?V7[0xa5]r[0xcb]YM[[0xe8][0x11][0xa8][0x95][0xff][0x2]^[0xe5][0x9d][0xd7][0xca]8[0xd4]x[0x1c][0xbe][0xec]U[0xba][0xf2].I[0xad][0xa8]PJ[0xa8]Z|l=[0xeb][0xfe][0x9b][0xc2]>[0xdf][0xf7]r[0xce]{[0xe9][0x15]n[0xc8][0xd7][0xb5]%[0xec][0xa0]HT[0xd6][0xc7][0xf9]>MC[0x0]_[0xb1][0xc7][0xaf][0xe2][0xb][0xb6][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x87]'[0xf0][0xf9][0x9a][0xba][0xff][0x1]PK[0x7][0x8]Z[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.class[0x95][0x92]Mo[0xd3]@[0x10][0x86]g[0x9d][0xf]'i[0xa1]m @[0xf9]*PhS[0xa0]X[0xb4]@[0xf][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x4][0x2][0x11][0x92]C[0xaa]Jp[0xdb][0xb8]+g[0x83]c[[0x8e][0x1d][0xd1][0xff][0xc4][0x1]N[0x95]@[0xe2][0x7][0xf0][0xa3][0x10][0xef]:[0x96][0x1b][0xd9][0x6][0xc4][0xc1];[0xbb]3[0xf3]>[0x9e][0x99][0xdd][0x9f][0xbf][0xbe][0xfd] [0xa2]]j[0xd6][0xa8]D[0xeb]:[0xdd][0xad][0x91][0xa6][0xec]=[0x9d]6t[0xda]dTnIG[0x6][0x7][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0xad]#F[0xc5][0xb6]{,[0x18]-u[0xa4]#[0xba][0xe1]x [0xfc]C>[0xb0][0xe1][0xa9]w\[0x93][0xdb]G[0xdc][0x97][0xea][0x1c];[0x8b][0xc1]PN[0x18][0xed]v\[0xdf]2[0xb8][0xc7][0xcd][0xa1]0l[0xd7][0xb2][0xa4]c)[0xfb]ddL[0x5][0xef][0xb8][0xb7][0xcf][0xa8]d[0xda][0x82][0xfb][0x8c][0x16]Lx[0xb9]t&o[0xc5][0x9][0xa3]F[0xb3]3[0xe2]Sn[0xd8][0x1c][0x8c]~[0xe0][0x3][0xb5][0xbf][0xf5][0x1][0xe5]}T[0xd1]z6[0x88][0x90]%[0x2]F[0x1b]y[0xc2][0xbc]t[0x1d][0xe9]m[0xd7][0x3]m[0xa5][0x19]'[0x84][0x81][0xb4][0x8d]YU[0xd5][0xbe][0xb4][0x1c][0x1e][0x84]>[0xda][0xdb]K[0xc7][Y^[0xd6]s[0x0]J[0x3][0xff]x3[0x1e][0x87][0x81][0x9a][0x13][0x84]=[0xbf][0x1b][0xda]6[0xfe]-'/[0xc7]^p[0x12][0x8d][u[0xe5][0x85](}3[0xa7][0xf4][0x9c]fp=[0xa5])[0xb7]CTV[0xf6][0xc5][0xd8][0x9d][0x8a]?[0x8c][0xb][0x89][0xb5][0xbe][0x1b][0xfa][0xa6]x%[0xd5]5[0xad][0xe6][0xdd][0xc0]#[0xa5][$[0x9d]*[0x18][0xc4]Y[0x97][0xaf][0xf9]d[0x88]([0xa3][0xc7][0xff]}[0xa7][0x8c][0x96][0xcf]j[0xe9][\r]F[0xc2]Do[0xdb][0xc5][0xa4][0x11]t[0x9b][0x8a]x[0xa8]h[0x10][0xaf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xf2][0xb0]Vq2`[0x19]l[0xe9][0xfe])[0xb1][0xaf][0xd8]hT[0xc3]Z[0x8e][0x9c][0xd7]i[0x1][0xeb][0xe2],[0x1][0xf6][0x1c],[0xa3][0xf3][0x89][0xf8]At[0xa6][0xac]pmN[0xc8][0x12][0xe1][0x12]-[0xc7][0xc2]g[0xb0][0x9a][0xd2][0x14]>[0xa7][0x94][0xeb][0x91][0xf2][0xd2],[0x1a]+[0xd5]n[0x85][0xea]Q[0xa5][0x17][0xe8]b[0x9a][0xc1][0xbe][0xa4][0x18][0xcd]0[0x1a]QL1v`[0x95][0xa2][0xf2][0x9d][0xb4][0xf7][0xa7]TH[0x93][0xb6][0xe7][0xfa][0xa8][0xc4][0xa4][0xcb]Q[0xce][0x15][0xf8]V[0x13][0xce][0xc3]x[0x8a][0xd9]Zv[0xe6][0x8]Z[0x86]p[0x95][0xae][0xc5][0xdd]$[0x84]bz"{9[0x4][0x86][0xab][0xb9][0x11]+[0x9f][0xe3]+[0xe4]]B+[0x12][0xde][0x9a][0x5][0x93]1[0xb0]x[0xc]jw[0x13];5[0x80]5d[0xcd]`O#F[0xe][0xec][0xc5][0xdc]L[0xb3]0[0x86][0x17][0xa6][0xf2][0xef][0xfc][0x6]PK[0x7][0x8][0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.class[0x8d][0x92]AO[0xc2]@[0x14][0x84]g[0x1]iAT[0xc4][0xa3]w[0x95][0x83][0xec][0x1][0xe3]A[0x8][0xc6][0x90]x[0xd2]x([0xe9][0xfd]Q7K[0x9b]M[0xdb][0x94][0xad][0xe1][0xb7]y[0xf0][0x7][0xf8][0xa3][0x8c][0xaf]U[0x88][0x81][0x86]x[0xd8][0xec][0x9b][0xcd][0xcc]7[0xbb][0xc9]~~[0xbd][0x0][0x18][0xe2][0xcc]A[0xd7][0xc1][0xa9][0x83][0x9e][0x80][0xab][0x95][0xf5][0xc9][0xe4]J[0xe0][0xe2][0xea])[0xa2]7[0x92][0x86]b-=[0x9b][0x85][0xb1][0x1e][0xf5][0xff][0x1c][0xbd][0xcc]#[0x15][0xd8][0x91]@[0xcb][0xb]uL6[0xcf]8t=[0xf6][0xef]v=[0x93]*[0xd4][0xcc][0xe7][0xac][0x9b][0xe6][0xeb][0xbe][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3].[0xaa][0xef][0xb][0xc][0xfe]][0xc2][0x1d]E[0xa0][0xc3]-[0xf][0xc6][0x94]EK[0x81][0xde][0xaf]3[0xb7][0xa1][0x91][0xcf][0x94][0x96][0x9e][0xfb][0xbd][0xd0][0xb5]u\[0xd9]1)[0x9]m/[0xc9][0xb3]@=[0x86][0x86]_s[0xfe][0x3][0x98]-2E[0xaf][0xd3]$[0xb6]je9?([0xe2][0x2][0xc3]$[0xd3][0x92]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]J[0x9a]Dk[0xe6][0x14][0xfb]M$[0x97]i([0xab][0xa3][0x2][0xdd][0xed][0xeb][0x9][0xdc][0xee][0x5]M[0x8d][0xa2][0x98][0xe6]Fm[0xb3][0x9a][0x2][0x2]5^u[0xfe][0x1][0xf5][0x86]@[0x3][0x7][0xac][0x9a][0xac]jpX[0xbb]hmt[0x9b][0xf5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!:[0x1b]}[0xc4][0xd3]q9[0x9d]|[0x3]PK[0x7][0x8]o[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/spi/Provider.class[0xb5]V[w[0x13][0xd7][0x19][0xdd]#K[0x9e][0x91][0x18]##[0x1b][0x3][0xa6]$[0x2][0x12]b[0xcb]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0x85][0x4][0x1b][0x17]cl[0xe2]F[0xc6][0xae]-[0x93]8[0x97][0x92][0xb1]<[0x96][0x7][0x84][0xa4][0x8c]F[0xe][0x90][0x90]4I[0x93][0xd0]{[0xd3]K[0x12]H[0x93][0xe6]Z[0xf7]^[0x3][0xb1] a[0xad][0xb6]Oe[0xad][0xfe][0x81][0xfe][0x87]v[0xf5][0xa1]}f5[0xdd]gfd[0xcb][0xf2][0x98][0xcb]C[0x1f]4[0xe7][0x9c]o[0xbe][0xeb][0xde][0xdf][0xf9]4[0xfb][0xef][0xe7][0x2][0xf0]e\[0xb][0xa1][0x13][0xd9] [0xea]qRF.[0x84]:[0xe4][0xc5][0xa1] [0xe3][0x19][0x5]f[0x8]EX[0xe2]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0x16][0xcf][0x8a][0xdd])[0x5][0xa7][0xc5]zF[0xc1]sb}^[0xd8][0x9c][0x95][0xf1]B[0x8][0xeb][0xf0][0xa2][0x8c]o[0x86][0xf0][0x12]^[0x16][0x8f]Wd|Kh[0xbc][0xaa][0xe0][0xb5][0x10]^[0xc7][0xb9]5[0xf8]6[0xbe]#[0xe3][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]'[0xdc]}_[0xc6][0xf]B[0xb8][0xb]Y[0xf1][0xf8][0xa1][0x82][0x1f][0x89][0xf5][\r][0x5]?[0x16][0xeb]9[0x5]?Q[0xf0]S[0x5]?S[0xf0][0xa6][0x82][0xb7][0x14][0xbc]-l[0xce][0x87]p[0x1][0xef][0xc8][0xf8][0xb9][0x84][0xc6][0x81][0xde][0xbe][0xd4][0xf0][0xe8][0xc4][0xb1][0x91][0xd1][0xc1][0xe1][0xd1][0xc1][0xd4][0x84][0x84]H[0xf2][0xb8]6[0xab]%[0xb2]Z.[0x93][0x18][0xb3]L#[0x97][0xe9][0x92][0xd0][0xd0][0x97][0xcf][0x15]--g[0x1d][0xd5][0xb2]%[0x9d]J[0xa9][0x87]G[0xfb]{[0xf][0x1d][0xeb][0x1b]>[0x92][0xea],ul[0xa8]wDBKr[0xf8][0xf0][0xe1][0xfe][0xd1]E[0xa1][0xeb][0x9b]Q[0xe][0xf5][0xf][0xf4][0x8e]'SUQ[0x9a][0xaa][0xa2][0xc][0xe6],=[0xa3][0x9b][0xc]S[0xef]x[0x90][0xb0]5[0x99]73[0x9][0xad][0xa0][0xa5]g[0xf4]D6[0x9f][0xc9]0[\r][0xb1][0xee]>[0x9e]H[0xf2]d++[0x5][0xd3][0xc8][0x9b][0x86]uZB0[0x9d][0xd5][0x8a][0xc5]#[0xda]I[0xa6][0xd6]h[0xcd][0x98][0xba]6[0xc5][0x84]-[0xfd][0x94]5[0xa4][0x15]$[0xd4][0x95][0xcc][0xac][0x84][0xb5]N[0xc8][0x9c]n%[0xc6]G[0x93]t[0xb0][0xc6][0xb6]J[0xe6][0xb5])[0xdd][0x94][0xb0][0xa5]*#S[0x9f]N<[0xaa]k'F[0xf5]i[0xdd][0xd4]si[0x9d][0xda][0xc1]1#[0x93][0xd3][0xac][0x92][0xc9][0x18]{n[0xa6][0xdb]][0xf5][0xb2]o)BW[0x8f]([0xb0][0xdb][0xc8][0x19]V[0x8f][0x84][0x9e]6G[0xab]d[0x19][0xd9][0xc4][0x88][0x99]/[0xe8][0xa6]e[0xe8][0xc5][0xae][0xe5]9[0xae][0xe2][0xa9][0xfd][0xa8][0x4]_~[0x8a][0x99][0x84][0x93]FN?R:9[0xa9][0x9b])m2+[0xa8]I[0xe6][0xd3]Z[0xf6][0xa8]f[0x1a][0xe2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0xd6][0x8c]Q[0x94]p[0xdf][0xea][0xb0][0x16][0xb][0x86][0xc8]c[0xd6][0x98][0xb2][0xc1][\r][0x14][0x98]SQp[0xea][0x99][0xa6][0x84][\r][0xab][0xe4][0xc6][0x1a][0x9f][0xd5][0x8d][0xcc][0x8c][0xc5][0xa6][0x19][0xb3][0xb4][0xf4][0x9]2`'[0xc1][0xcb] [0xe3]][0x19][0xef][0xb1][0xcd]e[0xfc]B[0xc6][0xfb]d [0xa3][#[0x8b],[0xae]ok[0xf7][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]Z}K[0x4]7/S[l[0xd1][0x8d]Y&[0xe0]4[0x87][0xcb][0xfd][0x80][0x96][0xb6][0xf2]&[0x1d]7-[0xb3][0xb0]][0x89][0x12]I[0xff][0x99]3[0x12][0xd6]y[0xbc][0x93][0x18]g}[0x95][0xbc][0xff]TZ/XF>'[0xea][0xcb][0xba][0x1d][0xd3][0xb2][0x1c][0xe9][0xd3][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xcd][0xb5][0x1e][0xbb]c=][0xbc][0xc8][0x12][0x6]Wf[0xd2][0xdd]qsR[0xbc]J[0xb2]{[0xa9][0x89][0xb0][0xa4]V[0xf4]z[0xb3][0xc8]n[0xa5][0xb8][0xff][0xce][0x3][0xd7]:q[0x1a][0x98]A[0xc7][0xc5]mj[0xac]8\[0xba]O[0x8a][0x95]w[0xd8][0xa0][0x9a][0xa9][0x17]KY[0xf6][0x80][0xd2][0x9d][0xce][0xba]-_[0xd7]&[0xfa]64[0x96]/[0x99]i}[0xc0][0x10]@5T:n[0xa7]p[0xa5][0xe2][0x0][0xc][0x15][0xfb]@_[0x9b]or[0xc1][0x84][0xde][0x7]*[0xba][0xb1]_[0xc2][0xbd][0xb7][0xd5][0xd0][0xbc]'.r[0x95]nc+[0xaa][0xf8][0x10][0x1f][0xa9][0x1c][0xdf][0xbb][0xd9][0x8b]*>[0xc6]'*[0xf6]b[0xb7][0xa0][0xcf][0x3]r[0x15][0xf]"[0xc1][0xb2]kQQ[0xf1][0x10][0x12]*~[0x89]9v[0x8c][0xe7][0x95]P[0xf1]+[0xfc]Z[0xc2][0xae];fY[0xc6]oT[0xfc][0x16][0xbf]S[0xf1]{[0xfc][0x81]|{[0xb4][0xa3][0x8a][0xaf]`[0x8f][0x84][0xf6][0xf1][0x9c][0xe8][0xbc][0xa8][0x95][0x8f][0xa6][0x99][0x9e][0xa5]G[0xed][0xd1][0x16]}[0xee]l[0xb4]X[0xd0][0xd3][0xc6][0xb4][0xa1]OE[0x8d][0x1c][0xcf][0xbc]*[0xa6]1.[0xe3][0x8f]*[0xe6]qQB[0xe7][0x1d]5[0x1][0xe7]`[0x5][0xd4]'T\[0xc2]eN[0x82][0xda][0xcb]x[0xb0]dd[0xed][0xba]?[0xc5][0x2][0xf5]+cz[0xbf][0x10][0x94]%[0xf8][0xe2]Q^[0xba][0xda])M.C[0x8b]S[0x9c][0x7]?g6[0x97][0xad][0xf1]h[0xd5][0x94][0xde][0x9f]+e[0xb3]m[0xb9][0xbc][0x15][0xa5]qzF[0xd4][0xdc][0xce][0xc1][0xbe]\[0x87][0xb7][0xf7])A[0xe7][0x15][0x19]WU|[0x86][0xcf][0xc9][0xda]R[0x8a][0xc3][0x93][0xc7][0xf5]4[0x1b][0xb3][0xd9]k[0xae]q[0xd6]T[0xf7][0xf4]2[0xc3]Jk[0xaf][1[0xa2][0xc4][0xe4]J[0xd6]F[0xb0][0x87][0xb4]3[0xdf]l[0xef][0x1c]C;[0xda]V[0xce]-[0xcf]Q&[0xcf][0x8a][0xd9][0xe1]i[0xe][0xec][[0x98],[\r][0xc9]:[0x86][0xaa][0x9d][0x8d]n&[0xe4]@[0xc][0x5][0xbb]%ycn[0xe1][0xb2]2[0x2][0xc3]5"[0x82]a[0x14]{[0x8b]E[0xf1]/H[0xdc][0x7][0xcc][0xfc]I[0x11]o[0x85]e[0xfb][0xe3]dR+[0x8e][0x95]&[0xd3][0x8e][0xd9]=[0x1e]:[0x1e][0xf1][0xee][0xbe][0xc5]?>[0x7][0xb6]n[0x9a]y[0xae][0x8f]xT[0xb0][0xb2][0xea][0xdb][0x91][0x8][0x8e][0xea][0xf5]gJZ[0xb6][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89],[0xa6]^+[0x14][0xf4][0xdc][0x14]o[0xca]m[0xf1][0xe7]vW[0x8d]~[0xc5][0xe1]M[0xf4][[0xda][0x6][0xbd][0xb9][0x8d][0xaf]~E-~[0x91][0x14][0xe9]I,[0x15][0x9c][0x82]l[0x85][0xca][0xfe]~6[0xc4][0x9d]Xwa+[0xbf]6;[0xf9]Y[0x1b][0xc2]&[0xec]D[0x2][0xf4][0xc1][0x93][0xf]2[0xcf][0xbb][0xaa][0xce]ky~[0xa0][0xea][0xac][0xa2]U[0xcc]R[0xee][[0xc5]P[0xe2][0x1a][0x11][0xe3][0xd4]^9:[0xed][0xf5]!w[0xe5][0x88][0xb7]W[0x8e]p[0xda][0xf7][0xd8][0xf6]_E[0x90][0xfb][0x3][0xe8][0xe5][0xf3] %[0xff][0x86][0x1f][0x1][0xae][0x3][0xb1]+[0x90]b[0xf1][0x5][0xf8]b[0xd7]P7[0xd1]y[0x5][0xfe][0x5][0x4]:"r[0x19][0xca]>l[0x93][0xff]:[0x82][0x97][0x10][0x9c][0x83][0xb2][0xc9][0x15][0xa1][0x5][0xac][0x89]uDT[0xbe]\@[0x3]wk[0xed]][0xf8]"=[0xd5][0xa1][0x8f][0xcf]mP[0xf8][0xdc]C[0xef]{[0x19][0xf1]A[0xac]gV[[0x98][0xd1].[0xe6][0xd4][0xc5][0x8c][0xfa][0x99][0xd3]!j[0xec]v[0xa2][0xf3]<[0x0][0xd8][0xbb][0xc3]x[0x98][0xb9][0x89][0x9d][0xc8][0xdf]g[0xef][0xba]1H[0xbf][[0xd0][0x8e][0xaf][0xb1]6?[0x1e][0xa1]t/|_P[0x10][0x90][0x91][0x94]1$[0xe3][0x88][0x8c]a[0x19]#[0x90]([0xf8]BTU[0xfb][0xc2]g[0xb][0xbe]N[0xe7][0xa3][0x18]s[0xcb][0x17][0xc0][0x8a]`[0x81][0xd8][0xa7]X3o#$[0xb2][0xaf][0xb7][0x85][0xfd]v[0x86][0xaa][0xa3][0xe0]f(![0x85]q[0xf][0xe3][0x86]Z[0xe3]aO[0xe3][0xa3]x[0x94]Z[0xc2][0xf8]?[0x94][0xd6][0x9]=a|[0x1d][0x1]i[0x9e][0x9b]@[0x19][0x8d][0xe1][0xa7]R[0x87]-[0xe8][0x10][0xaf][0xca][0x88][0xc]E[0x9a][0xe2]e4[0x9f]G([0x1e]i*c[0xfd][0xfc][0x1c]Z[0x87].aCd[0xa3]P[0xe0][0xcf]W[0xc6][0xa6][0xf8]gh[\r]@[0x9a]g[0x90]Vv[0xcc][0x1e][0xb4][0x10][0x3][0x91][0xce][0x3]L[0x2]x[0x8c][0x9d]5A&[0x9e]@3[0x9e][0xc4]F>&[0xa9][0x82]X[0x87][0xc6]u[0x8][0xdc][0xc0][0xfd][0x1c]C;v[0xdc][0xc0][0x1][0xb2][0xb9][0x81][0x3]r[0x6][0x86]K`[0xcc]f[0x7]X[0xeb][0xbb][0x8a][0x8e][0xcb][0x8]^E[0xfc]26\[0xb4][0x99][0xea][0xb3][0xff]&D[0xcf]t[0xb2][0xff]vRr[0xdc]f[0xf8][0xc4][0xff][0x0]PK[0x7][0x8][0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classuP[0xcb]N[0x2]A[0x10][0xac]F`[0x5]|[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xaf][0x6]b[0xe2][0x1e][0xc4]x[0xd0]xAM[0x8c][0xf][0x12]1[0x1e][0xbc][\r][0xeb]d[0x98][0xcd][0xb0][0xbb][0x99][0x9d]5[0xf2]k[0x1e][0xfc][0x0]?[0xca][0xd8],[0x18][0x13][0x90][0xb9][0xd4]twuUw}|[0x2]8F[0xcb][0xc3][0x9e][0x87]&[0xa1][0x14][0x18]),a[0xad][0xdd]y&[0xd4][0x82]8rBG[0xe9][0xad][0x9c][0x10][0x9a][0xed][0xbb]P[0xbc][0x9][0xdf][0x88]H[0xf9][0x3]gu[0xa4][0xce]:/[0xcc]U[0xd2][0x11][0xe][0xfe][0xab].[0xa7][0x8][0x1e][0xd3]{q[0xc2][0x82][0x8d][0xf6][0x9c][0x90]9m[0xfc]{[0x91]p[0xb5]2[0xd0]*[0x12].[0xb3][0x92]p[0xba]X?_[0xd6][[0xce]\[0xb0]J[0x93]=n[0xc6][0xe3][0xcc][0x89][0xa1][0x91][0xdc][0xd8][0xb7][0xf][0x99]1[0x84][0x16][0xe7][0x1f][0xa5]x[0xed]Gf[0xd2][0xe3][0xdd][0xe4][0xbb][0xbb][0x14]N[0x10][0xe][0xd9]*[0xb6][0xca][0x17][0x89][0x8]F[0xd2]7[0xb1]R[0xac]5[0xc5]n8[0xb3][0x9f][0xa9][0xcf][0x86][0xf4]tz5N[0xdc]$[0xbf][0x13]_[0xa0]:[0x88]3[0x1b][0xc8]kmx[0xea][0xfd]_[0x83][0xa7][0x91][0xe5][0xdf][0xdc][0x86][0x1b][0x8f][0xa6][0xa3][0x12]NV[0xfa][0xa4][0x89][0xf6]W5[0x13][0xea][0x9b][0xf6][0x87][0xa1][0xc]\[0x99]@(`[0xfa][0xbc]"[0x8f][0x82]"[0xc0]XB9G[0xf][0xeb]9VPe^[0x8d]Y[0x5]lp[0xbc][0xb9][0x10]oa;[0xe7][0xd5][0xd1][0xe0][0x1c]a'[0xaf][0xec][0xfe][0x0]PK[0x7][0x8][0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/StandardLevel.class[0x95]T[0xdf]W[0x1b]U[0x10][0xfe].[0x9b]d7a[0xa1]I[0xa0]Ph[0xe9][0xf][0xca][0x8f]$@[0x3][0x95]Z[0x15]DR[0x1a]h4[0x84][0xca][0x2]m[0xa0][0xd8].a[0x1b]B[0x97][0x4][0xc3][0x86][0xe3][0x93][0xfe][0xb][0xbe][0xfa][0xe6][0x83][0xe7][0xf4][0xa5][0xf]mP[0x8a]z[0xf4][0xd4]7[0x8f][0x85][0x84]/[0x9e]c[0xc5][0x99][0xcb]JAx0[0xfb]0[0xdf][0xce][0xdc][0xb9][0xdf][0xcc][0xdc][0x99]{[0xfb][0xfb][0x87][0x9f][0x1][0xbc][0x85][0x8a][0x1f][0x1e]d[0x2][0x98][0xc1]][0x15][0xd7]U|[0x1c][0xc0][0x15][0xcc][0xb2]0xe[0x8e][0xc5]<[0x8b][0x85][0x0][0xee][0xe1]~=[0xb2]Xd[0xb1][0x14] [0xdb][0x3][\r][0x9d][0x8c][0xcb][0x1a][0xba][0xd8][0xe7][0x13][\r][0xdd][0x8c][0xf]5[0xf4]0>[0xd2][0xd0][0xcb]hj[0x88]0[0xae]h[0x88]2[0xe6]4[0xc4]T[0xac]*_[0xec][0xef][0xef][0xb3]n1[0xf7]c[0x15]y[0x1]efrR[0xa0]?]*[0xe7][0xe3][0xe6][0xa6][0x99][[0xb3][0xe2]v)[0x9f]/[0x14][0xf3][0x8c][0xc3][0xeb][0xf1][0xad][0xcd]B[0xdc]p[0xcc][0xe2][0xaa]Y^M[[0xdb][0x96]="[0xe0][0x9d]L[0xcc]%[0xd2][0x84][0xc9][0xd9][0xd9][0x99]Y[0x1][0xcf][0xbd][0xc4]l[0x86] [0x95][0x99][0x9c]![0xeb][0xed][0xe4][0xad][0xf9])[0xc2][0xb9][0xd9][0xc4]D[0x92]B$[0xd2][0xe4][0xab][0xa5][0x93][0xb][0xc9][0xb4][0x91][0x9c][0x13]hJ[0xaf][0x9b][0xdb]f[0xbc][0xe2][0x14][0xec]x[0xb2]X[0xd9]0,[0x87]H[0xfd]F!_4[0x9d]J[0xd9][0x12]H[0x9c][0xf4][0x18][0xad]%[0xc5]1[0xe2][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EGj[0x2]"%[0xa0]v-$[0xd2][0xf3]IC``[0xa9][0xb6]j}[0xdb][0xa6]][0xb1][0xb6][0x4][0xe2][0x91]h[0x8d][=[0x13][0xa5]U*[0xe7]L[0xba]P[0xb4]2[0x95][0x8d][0x15][0xab][0xd8][0xdf]@[0xcb][0xb9]'[0xd3][0xe6][0xa6][0xcc][0x9d].[0x85][0x8a]5j[0xe0]h[0xce]v[0xf3][0xa4][0xc8][0x14][0xec]H[0xb2]<[0x15]5[0x8f]D[0xc0](U[0xca]9k[0xb2][0xc0][0x7][0x14]>[0xb6]~[0x8d][0xa9]u[0xc][0xf1][0x9d][0xbc][0xae][0xa3][0x80]u[0x81][0xd8][0xff][0xa7][0xd7]q[0x13]Ot[0x8c][0x82][0xfe][0xe2][0x18][0xd4][0xd1][0x89][0xab]:[0xfa][0xd0][0xaf]bCG[0x11]%[0xaa]H[0xc7]&>[0xd5]Q[0xc6]:[0xfb]$[0xd8][0xfb]}[0x1d]][0xec][0xd8][0xcd][0xa2][0x87]E/[0x8b][0x8][0x8b]([0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xde]T[0x9c]*:V[0xde]*[0xeb][0x88][0xf1][0xea][0x16][0x1c][0x81][0xc6][0xe3][0xe7]A5[0xbd][0xb9]6)[0xc7]*[0x9b]N[0xa9]L[0xa7][0x9c][0xb3]KE*[0xb8]9[0x12]=r[0x80]3+[0xeb]V[0x8e][0xef][0xdd][0x8d][0xa3]30a[0x9b][[#[0xa7]M[0xe4][0xf1]P[0xb4][0xaf][0xe5][0xb4][0xd9][0xe1]6[0x85]N[0xdc]][0xbe][0x8c][0x87][0xe9][0xb4][0xfc][0x9b][0xc6][0xb1]4[0x89]P]3[0xb7]2[0xd6]g[0x8e]l[0xf7]"O[0xb0]T[0xbc][0xa6]m[0xf3]E[0xe9]9[0x99]g[0xf4][0x94][0x87]d|[0x88][0x1e][0xb8]+[0xf4][0xd6][0xd6][0x8f][0xb7]q[0x17][0x0][0xc2].[0x17][0xbb]][0xec]q[0xb1][0xd7][0xc5][0x88][0x8b]Q[0x17]c[0x8c]h[0xe7][0x6][0x82][0x1e][0xc][0xfa][0xaf][0xc3]5[0x84][0xb9][0xb5]@[0xb0][0x9d][0xc7][0x84]l>[0xf8][0xe9]E[0x1f]&[0x8f][0x1b][0xa4]u[0x12][0xf2][0x17][0xa8]B[0xec][0xa2][0xee][0x15][0x94][0xe7][0xa4][0x9][0xbc]-=y[0xed][0x1c][0xf9][0xdf][0xc4];[0xae][0xff]0q[0xb2]5[0x10][0xf6][0xc4][0xf6][0xe0]}[0x5][0xcf]s[0x19][0xe7][0xa8][0xff][0xbb]$[0xf5][0x3]/[0xbc][0x87][0x11][0xb9]NSC[0x92][0x19][0xee]@[0xa1]Z[0xc9]#[0xd6]w[0xe1]%|[0xb1][0x8e][0xef][0xa0][0xbe]8[0xe4]h[0xa4]U`[0x92][0xb8][0xa6]PO[0xbe][0xcc][0xd5]Bk[0xcc]8&[0xeb][0xe3][0xbf][0xf][0xa8]"[0xc5][0xad]p[0x9c]"[0xd1]`[0xba][0xf9][0xc5][0x9]9[0xb2]7[0xf6]-[0xd4]g[0xff]I[0xed][0xee][0x91][0xd4][0xbc].[0x9d][0x1f][0xb7]0[0xe1]n[0xfe][0x9a][0xbc]9[0xb5][0xc1]*=[0xfc]U[0xf8]w[0x11][0x98][0xee][0xff][0x1e][0xf5][0x2]_[0xa1][0x83]~t[0x1]*83[0xb0][0x8b][0x86][0xf6]o[0xe0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m [0xfd]t[0xff][0xf7]>>[0x2]E[0xc6][0xb9][0x8][0x95][0xe4]"[0xb1],[0xd1][0xff][0x3]j[0xd9]2[0xb5][0xe7]![0xb5][0xe4][0x11][0xb5][0xc2][0x94][0xf1]/[0x93][0xef]E4[0xe0]6[0xc5][0xe7]b[0x7][0xf][0x1a]D{[0xfa][0x91]$[0x9b][0xa0][0xf2][0x81]f([0xaf]Q[0xaf]bJ[0xc5][0x9d][0xbf][0xd0]A?[0x92][0x87][0x86][0x14]>t[0xb3]}M5[0xf0][0xf7][0xcb][0x8f][0xf0]d[0xc3][0x8d][0x8a][0xf2][0x12]gv[0xa0]I-[0xe8][0x9][0xae]J5$[0xd5][0xb0]7[0x84]_[0xa5][0xde]$[0xf5]f_H[0xf4]K[0xfd][0xac][0xd4][[0xd4][0x90][0xf8]R[0xea][0xad]R?[0xa7][0x85][0xc4][0x1f]Ro[0x93]z{[0xd0][0x17][0xaa][0xbb]/[\r][0xe7][0xa5][0xe1]BP[\r]_[0x94][0xfa][0xa5][0xa0][0xf6][0x13]Y[0x14]:2#[0xeb][0xa9]"dd[0xbd]U4[0x19]Y_[0x15]g[0x8d][0xac]ZE[0xab][0x91][0xd5][0xaa]h3[0xb2]A2[0x9d]' [0xdb]%c[0x7]"[0xec][0xd9][0xc3][0xe5][0x1d][0xf8]_[0x1c]N\[0x8c]&[0x6][0xe8][0xa0])[0xe8]$[0xd9]K[0x1d][0xee][0xa7][0xb9][0x19][0xc2]4[0xad].[0xd3]$[0x15][0xa9][0xdb][0x9f][0xd3][0x84][0xed]Q[0xd3][0xea][0xdc][0xfe][0x84][0xb4][0xc4][0xe9][0x0]PK[0x7][0x8][0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/spi/Terminable.classEM1[0xe][0xc2]0[0x10][0xf3][0x95][0xd2]P[0x16][0xf8][0x5]t![0x3][0xbc][0x81][0x95][0x1][0xc4][0x9e]F[0xa7][0x90](4U[0x8]<[0x8e][0x81][0x7][0xf0](D"[0x6]<[0xf8],[0xdb]'[0xbf]?[0xcf][0x17][0x80]-Z[0x1]!0#[0xb4][0x89][0xe3][0xd5][0xe]*1a[0xb2][0xee][0xce][0x84][0xf9]1[0xdc][0xa3][0xe6][0xbd][0xf5][0xd9]Z[0x9c]~q[0xef]y[0xe3][0xd4]C[0x11]V![0x1a][0xa9]F[0xa5]/,}0[0xc6][0xe][0xa6][0xdc][0x9d][0x93][0xb7][0xd1][0xca][0x9d][0xb0],[0xf][0xd2][0xab]\8[0xf4][0x8e]uj[0x8][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]T[0xe7]9[0xd4]Ea[0x9a][0xb9]B[0xf3][0x5]PK[0x7][0x8][0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classu[0x90][0xcb]N[0xc3]0[0x10]E[0xaf]K[0xdb][0xf4][0xc1][0xa3][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x1][0xa4][0xb][0xf0][0xa2]H,@l*[0x90][0x10][0x8f].[0x82]X[0xb0]s[0x83][0xe5]:r[0x1e]r[0x9d][0x8a][0xfe][0x1a][0xb]>[0x80][0x8f]BL"$[0xa4][0xb4]xs[0xe5][0x99]33w[0xe6][0xeb][0xfb][0xe3][0x13][0xc0][0x8]G[0x1e][0xe]<[0x1c]24B#[0x85]e[0xd8][0xf0][0x87]/[0xc][0xdd]0M[0x9c][0xd0][0xc9][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^.[0x19][0x6][0xfe]C$[0x16][0x82][0x1b][0x91]([0x1e]8[0xab][0x13]u9|%VI[0xc7]p[0xbc].[0xbb][0x1a]b[0xf0][0x8][0x1f][0xa7][0x19]5[0xec][0xfb][0xbf]@[0xee][0xb4][0xe1][0x8f]"[0xa3]l;[0xd0]*[0x11].[0xb7][0x92][0xe1][0xa2][0x9a][0xbf]Z[0xed][0xb7][0x1a][0xb9][0xa6].[0x3][0x9a]q[0x17][0xc7][0xb9][0x13]S#[0xa9]pb[0x9f]rch[0xb6][0x9e][0xdf][0xc4][0x99][[0x96][0xb][0x16][0xd6][0xb3][0x9c][0xac][0x9f][0xac][0xb1][0xbe]f[0x19]:H[0xd3][0xca]8][0xc8]nA@'Hs[0x1b][0xca][m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]yf[0xa5]x[0x1b][0xd3][0x11][0xe5][0xbb]#[0x1b]gE[\r][0xc3]ij[0x15][0x17][0x99][0x8]g[0x92][0x9b]T)*.[0xf4]<[0xe2][0xf3]L[0xf3]j[0x11]C[0xef]o[0xd4]d[0x1a][0xc9][0xd0]5[0x19][0x18]j(^[0xab]N[[0xa0][0xe][0x90]6[0xd0],[0xd5]C[0xab][0xd4]6:[0xc4]u[0x89][0xaa]a[0x93][0xfe][[0x95][0xff]6vJ[0xae][0x87]~[0xa9][0xbb][0xd8][0xa3][0x1c][0xc3]~I[0xc]~[0x0]PK[0x7][0x8][0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.class[0x95][0x90][0xcf]J[0x3]A[0xc][0xc6][0xbf][0xd4][0xba]k[0xfd][<[0xf4][0x19]Z[0xc4][0xe][0xa8][0x7][0xa1]R[0x10][0xa5][0xa7]J[0xc1][0x15][0xef]q[0x1d][0xa6][0xb3][0xc][0xb3][0xcb]8+[0xfa]j[0x1e]|[0x0][0x1f]J[0xcc]v[0x5][0xc1][0xe2][0xc1][0xc3][0x90][0xf9]B[0xf2][0xcb][0x97]||[0xbe][0xbd][0x3]8[0xc5]A[0x8a][0xdd][0x14]{)[0xf6][0x9]IU[0xc7]K[0xe7][0x8][0x87][0xc3]y[0xc1][0xcf][0xac][0xea]h[0x9d][0xba][0xe1]j2[0xba]'[0xf4]2k<[0xc7]:h[0xc2][0xf9][0xaf][0x82][0x8b]V:[0xf6]Fe1Xo&[0xeb][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "30:[0xde]j~\x[0xf7]zU[0xfa][0xa8]_[0xe2]5G&[0x1c][\r]G[0xf3]2[0x18][0xc5][0x15][0xe7]K[0xad]\i[0x8c]t5[0xf1][0xac]h[0x7][0xb5][0x9c][0xc6][0xf]a;+[0xeb][0x90][0xeb][0x99]ubgp[0xb7][0xc][0x82][0xfc][0xc6]I[0xc1][0xc9][0xb8][0x99]N[0x18][0xff][0x9]|[0xaa][0xac]Z[0xeb]"[0xf4]\/[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]G[0xc2][0xf1][0xbf][0x18][0x9][0x81][0xd0][0x91][0xb7]![0xe7][0xed]t[0x9]]l[0x8a]J[0x1a][0x85]T[0xf4][0x16]z[0xf2][0x97][0x5]V[0x99][0x9d]/PK[0x7][0x8][0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.class[0x9d]W[0xf9]W[0x1b][0xd7][0x15][0xfe][0x6][0x84][0x9e][0x10][0xe3][0xd8][0x6]C*[0xd7][0x8e][0xf1].[0xc0]6[0xb5][0xe3]$[0xb5]L[0x9c][0x80],[0x88]k!l[0xc0]Np[0x16]:H[0x83][0x18]G[0xcc]([0xa3][0x91]c[0x9c]6[0xfb][0xd2]%{[0xd2]6[0xa4][[0xba][0xa4]N[0x97]$^Z[0xc]q[0x9b][0xb8][0xad][0xeb][0xf6][0xa4]?[0xf4][0xf4][0xf4][0xf4][0x8f][0xc9][0xf][0xad][0xfb][0xbd][0x19][0x84][0x11][0x12]"[0x14][0xce][0x99][0xb7][0xdd][0xf7][0xdd][0xfd][0xbe][0xab]O[0xff][0xfb][0xd1][0xc7][0x0]n[0xc5]_[0x82]h[0xc3][0x83]A<[0x84]a[0x81][0xaf][0x6][0xa0][0xc9][0xe9]H[0x10]I[0xa4][0x82][0xd0]1*[0x90][0xe]b[0xc][0x86][0xfc][0x9c][0x14]x[0xb8][0x16][0xd5][0xc8][0x4]0^[0x7][0x13][0x96]@6[0x80]G[0xe4][0xd4][0x96]7rA8[0xc8]K[0xc0]S[0x92][0xfc]Q[0xb9]w[0xba][0xe][0x13]8S[0x87][0xc7][0xf0]5[0xf9][0xf9][0xba][0xc0][0xe3]A[0xac][0xc5][0x13]A<[0x89][0xa7][0xe4][0xec][0xe9][0x0][0x9e][0x91][0xe3][0xb3]A"?W[0x8b][0xe7][0xf1]B[0x0][0xdf][0x90]R|S[0xe0][Al[0xc1][0x83][0x2][0xdf][0xe]b[0x9b][0x1c]_[0xc]"[0x8c][0x97][0x82]x[0x19][0xaf][0x8][0xbc][0xaa][0xc0][0x1f][0xef][0xeb][0xe9][0x89][0xf5]+[0xd8][0x18][0xb7][0xec]t[0xbb][0x96][0xd5][0x92]cz{[0xc6]J[0xa7][\r]3-[0xc7][0xbd]'[0xdb][0xe3]\[0xe9][0xf6]~[0x5][0xf5][0x83][0xf7][0xf4][0xc7]:[0xf][0xe]G[0xfb][0x12][0x83][0xb1][0xfb][0x6][0x87][0xf][0xc7][0x86][0xb8][0x19]?[0xa9][0x9d][0xd2][0xda]3[0x1a][0xe9][0x7][0x1c][0x9b][0xd7]H[0xb9]"j[0x99]9G3[0x9d][0xe3]Z&[0xaf]+X[0xdb][0x13][0x1d][0xee][0xee][0x8f][0xc5][0x86][0xcb]![0xf8];[0xc][0xd3]p[0xe]([0xa8][0xe][0xb7][0x1c]W[0xe0][0x8b]Z)^Y[0x19]7L=[0x91][0x1f][0x1f][0xd1][0xed]Am$[0xa3]KNVR[0xcb][0x1c][0xd7]lC[0xae]g7}[0xce][0x98][0x91]Sp[0xfb][0xe2][0xe2][0xe7][0xb2]F[0xfb][0xe0][0x98][0xad]k)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xe8][0xa7][0x9d]^-[0xdb][0xad]%[0x1d][0xcb][0x9e][0xa0][0xa4]MI[0x9e]8[0xfa]B[0x2][0x5][0xbb][0xc3]-[0xcb][0xc3]$XM2[0xa3][0x9d]9[0xa3]`[0xf5]<[0x9b]D3Z.[0xc7]3_[0xd2][0x1c][0xa5][0xbc][0x9b][0x16][0x1e]%,[0xa7][0xdb][0xca][0x9b][0xa9][0xd8][0xe9][0xa4][0x9e]u[0xc][0xcb]$m[0x95]~ZA[0xe3]<[0xca][0xf9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x2]Y[0xdb]:e[0xa4]t[[0xc1][0xf6][0xca]R[0x1e][0x99]%[0xe4][0xc5]U[0xa3][0x9e][0xd6][0x1e][m[0x9c]8[0xea][0xb8]fjt.[0xa9][0xb2][0xb4][0xe2][0xae][0xc5][0xb1][0xf2][0x8e][0x91][0x91]`Y[0xdd]v[0xc]=w[0x8c]KB[0xae]q[0x16][0x18][0xc1][0x83][0xad]Jf[0x14][0xdc][0xbc]P[0xd3][0xb8][0xa5]y[0x82][0xf8]m=[0x97][0xcf]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0x97]m[0xe1][0xa6][0xe2][0x18][0x98][0xc8][0x16][0xe2]`[0xcd]Bn[0x1d][0xad][0x7]H[0x1f]-[0xd9]n[&O[0x89][0xb2]b[0xc0][0xd1][0x92][0xf]s[0xe5]2[0x13]xM[0xe0]u[0x81]7[0x98][0xda]Lh[0xe6][0xb0][0xc0][0x9b]LK[0x81][0xef](X[0xef][0xc5][0xd3]A}T[0xa3][0x8a][0xa5]a[0x15][0xe8]Hff[0xc3]=8`[0xe5][0xed][0xa4][0xde]mH[0xf9][0xd7]-[0x12][0xa2][0xbb][0xa4][0xfc]*[0xf6][0xe0]V[0xb2]U[0xf1]]|O[0xc1][0xde][0xff]'[0xd6][0xe9][0x10][0x97]f[0xcf][0xae][0x85]>S[0xf1][0x16]&[0x5][0xde]V[0xf1]}[0xfc][0x80]j[0xa9][0xf8]!~[0xa4]`[0xe7][0xb2][0xb8]Py[0x15]?[0xc6];*~[0x82][0x9f]*h^*[0xca]U[0xec][0xc0]NF[0xc0]1S[0x9a][0xb4][0xd9][0xb1][0x9a]3[0xf4][0xac][0xa3]7'-s[0xd4]H[0xe7]m=[0xd5][0xbc][0x90]G[0xf3]c[0xac]~?S[0xf1]s[0xbc][0xab][0xa0][0xa1]Lv[0x14][0xe1]y[0x8e]X[0x2]O[0x82][0xfd]B[0xc5]Y[0xbc]'[0xf0]K[0x15][0xbf][0xc2][0xaf]U[0xfc][0x6][0xef][0xab][0xf8][0x0][0x1f][0xaa]8[0x87][0xf3][0x2][0x17]T\[0xc4]o[0xe9]b[0x15][0xbf][0xc3]{*[0xa6][0xa4]~[?W[0xd2][0xa9][0xb8][0x84][0xf][0x19]+*[0xa6]1[0xa3][0xe2]#[0xbc][0xaf][0xe0][0x8e][0x12][0x8d]-[0x9b]3-[0xb5][0xa4][0xa4][0x97][0xa5]HC[0x88][0x8][0xfc]^[0xc5][0x1f][0xf0][0xb1][0x82][0xcd][0xb3][0x1e]Mk[0xf6][0x8][0xd3]x[0xd4][0xd6][0xf5]2[0xde][0xfd][0x4]W[0x98][0x8][0x15][0x5][0xee][0xf1][0x0][0xba][0x9]0`[0xd9][0x8e][0x9e][0xea][0xb4]mm[0xa2]4z+[0xa3]D[0xad][0xec]D[0x9f]y[0xaf]m8[0x95]Q*[0xc7][0xef]"[0xa9]#s[0xe0][0x8f][0x2]R[0xf1]g\e1[0xbb][0xe1][0xfe][0xbe][0x91][0x93]z[0x92][0xd5]d[0xc7]r[0x8a]W[0x11][0x82][0xf7]n[0xb1][0xe4][0x96][0xad]X|y[0xdc]}[0x17][0xe5][0x90][0xa3][0xdb][0x1a][0xf3][0x89][0xf][0xd4][0x2]b[0x96][0x89][0xb4][0xee][0xdc][0xe0][0xa2][0xe0]K[0x95][0x9e][0x90][0xf2][0x5]u5![0xa5][0xa4]2nV[0xe2][0x1a][0xee][0xa1][0xa4]U[0xd4][0xeb]*[0xa5]=L[0x9b][0xc4]I[0xd1][0xc4][0x1d][0x8f]k/[0xef]y[0xb8][0x9][0xe2][0xf6][0xf1][0xec][0x8]j[0xaf]K@[0x81]#[0x2]G[0x5][0xfa][0x5][0xc5]G[0x97][0xc0]`[0x9f][0xc0][0xb1][0x9b][0xfe][0x83]-[0xee][0xf6][0xf1][0xeb][0xb4]Z`>[0x91][0xb7]-p[0xaf][0xc0]}PH[0xfb][0x19][0x9a]>C[0x95]`@[0xe][0x15]B[0x8e][0x9a]WC[0xfe][0xb5]^[0xc0][0xc6]I[0xdc][0xc2][0xc0][0xab][0xdf]4[0x85][0xcd][0x93][0xa8][0xbb][0x8c]-C[0x97][0xb0][0xf5][0xdc]el[0xe3][0xb8][0x9d]cx[0xc8]w[0x9]-[0xe7][0xe6][0x2][0xbb][0x89]A[0xc][0x8c]P[0xeb]$[0xf5]I![0x84]Ql[0xe4]ok)53#$h[0xa3][0x13]s[0xd9][0xb1][0xc1][\r]{[0xc8]hh[0xbd][0x8]U[0xe6][0x87][0xe2][0xc2][0xf8][0xdd][0x83][0xdd][0xfc][0xde][0xef]B?[0xf0]?PK[0x7][0x8][0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextStack.class[0x8d][0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x14][0x84]'[0xfe]4[0xb6]Vp[0xe7][0x5][0xc4][0xa5]Y[0xd4][0x1b][0x14][0x4]W.[0xea][0x5]b[\r]ikHJ[0x12][0xc5][0xb3][0xb9][0xf0][0x0][0x1e]Jl[0xbb][0xab]"8[0xf0]fx[0x8f]7[0xdf][0xf3]u[0x0]H0[0xa3][0x8]((EH[0x10]e[0xe6]bs[0xb1]-[0x95] X[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0xf8])5[0xda][0x8b][0x9b][0xcf]<[0xcf][0xcf][0xeb][0x8a]_9[0x1]3V2^[0xf3][0xbc][0x10]L[0x19])K-[0xdb][0xdc]T[0xcc][0xd5]%[0xfb][0xae][0x11][0xcc][0xdb]"S[0xbc]y[0xdc][0x1f]+[0x91]{[0x8a][0x98] [0xf9][0xc9][0xe9]1[0x96]}V[0xfc][0xb1][0xee][0xb4][0x16]6U[0xdc]9[0xe1][0x8]V[0xff]1[0x3][0x2][0x82]A3C[0xb4][0x1a]`[0xd4][0xf9][0x18][0xd3]&[0xa3][0xee]>A[0x14][0x84]oPK[0x7][0x8][0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/logging/log4j/status/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusConsoleListener.class[0x9d]U]S[0x1b]U[0x18]~[0xe][0x9b]dI[0xba]@[0x81][0x0]B[0xb1][0x8d]-j[0x1a]([0xb1][0xb4][0xa5][0xb5][0x1f](R[0xa8][0xd5][0xf0]Q[0xc1]"[0xd4][0xb6]n[0x92]CX[0xba][0xc9]2[0xbb][0x1b]F/[0x9d][0xf1][0x17]x[0xa7][0x97][0xce]tz[0xd3][0xb][0xed]X[0x98][0xd1][0x99]z[0xe1]Eg[0xfc][0x1f][0xfe][0x7][0xaf][0xc4][0xe7][0xec][0xa6][0x81]2[0x1]Z/[0xb2][0xe7][0xeb]=[0xcf][0xfb]<[0xe7]}[0xce][0xc9]_[0xff][0xfe][0xf6][0xc][0xc0]9[0x94][0xe3][0xf8][0x0][0x1f]&[0xd0][0x89][0xf1][0x4][0x92][0xf8]([0x8e][0x9]\[0x8f]s8[0xa9]c[0xaa][0x19]7[0x12][0x88][0xe1]c5[0xbe][0xa9]b>I[0xe0]S[0xe4][0x12][0x98][0xc6][0x8c][0x9a][0x9b]U[0xc3][0xb9][0x4]n[0xe1][0xb3][0x4][0xe6][0xb1][0xa0][0xb0]>W[0xab][0xb7]u,[0xea][0xf8]B[0xc7][0x92]@[0xd4][0x96][0x1b][0xd2][0x16]H[0xe5][0x1c][0xb7][0x94]5[0xd7][0xcd][0xc2][0xaa][0xcc][0xda]N[0xa9]dUJ[0xaa]=[0xbf][0x96][0xcd][0xa9][0x88]+[0x2][0xfa][0x8a]e[0xfb][0xd2][0xf5][0x4]:[0xef][0xe4][0xd6][0xcc][\r]3k[0x9b][0xc][0x9a][0xf7]][0xc6]r=[0xe6][0xf9][0xae]4[0xcb][0x2]][0xe1][0xaa][0xe5]d[0xe7][0xb8][0xe4][0xcf][0x7][0xd3]*[0xe0][0xaa]U[0xb1][0xfc]1[0x81]S[0xe9][0xc3][0xb2][0x9d][0xbe]-[0x10][0x99]p[0x8a]R[0xa0]-gU[0xe4]L[0xb5][0x9c][0x97][0xee][0x82][0x99][0xb7]9[0xd3][0x91]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]}[0xdb]t-5[0xae]MF[0xfc]U[0x8b][0xd4].[0xee][0x8f][0xec][0xf9][0xa6]_[0xf5][0xc8]W5[0x13]N[0xc5]sl[0x99][0xb3]<_V[0xa4]Kv[0x97][0xe]%[0xd5]P[0x96]b[0xda]B[0xcc][0xc2][0x83]is=[0xe0][0x12][0x9c][0xee][0xb2][0x8e];[0x2][0xcd][0x9e][0xf4]s[0xe1][0x1][0xb7][0x96][0xa4][0x1f][0xa6][0xae]M[0x9c]L[0x9f]>[0xfc][0xcc]5[0xe][0x5][0xb2][0x7]P{I[0xd5]u[0xd3]7[0xc3][0xb3]+[0xb2]'0[0xf4]:[0xfb][0x4][0x12][0xa4];[0xf5][0xa2][0xc8][0xdd][0xe9][0x6]UV[0xd8][0xcd][0xa1][0xf]d[0xf1][0xb5][0x89]-[0xd3][0x3][0xe1]fU[0xc4]F[0x16]b]m[0xe9][0xea][0xf8]R[0xc7]][0x1d][0xbd][0xf4]g[0xc1]v<[0x96]WK[0xab][0xd4][0x89][0xc9][0xaf][0xb]r[0xdd][0xb7]X<[0x1d][0xf7]8[0x9e]w[0xaa]nA[0x92]3C[0xfa][0x1a]VvX[0xa5][0xd1]q[0xdf][0xc0]W8f[0xa0][0x1f][0xa7][0xd4][0xe7]2+d[0xc0]D[0x8f][0x81]n[0xf4][0xb0][0x18];dn[0x92]A[0xc9][0xb4][0xc7][0xdd]R[0xb5],+~=[0xa3][0xc0][0xb9]%[0xa7][0x9a]*W=?[0xb5][0xee]:[0x1b]VQ[0xa6][0xcc]T[0xe8][0xf9][0x94][0xef][0xa4][0xaa][0x9e]L[0xad]8nJ[0xf9]0e[0xbf][0xc8][0xae][0x92][0xe5][\r][0xf4][0xa9][0xdc]g1Be[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xd2][0x1d][0x6][0xa4]Zy[0x3][0xbd][0x6]VP[0xd2][0xb1]j[0xc0]R+w[\r][0xac][0xe1][0x81][0x1][[0xed]y[0x1f][0x97][0x5].[0xfc]/O[0xb][0x1c][0xdd]Q5[0x9b]_[0x93][0x5]_`[0xf8][0xd5][0xa0]v0[0x8e][0x1f][0xec]Q>[0x6][\r]n[0x85]@[0xe6][0xd5]}[0xf1][0x12][0xcf][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb]Po[0xce][0xee][0xaa][0xc0][0xee][0xc0]o[0xc8][0x90][0x89]4[0xa7]JY[0xd1][0xa9][0xf1][0x85][0xf1][0x1c][0x9f][0x9e]tc[0xcf]v[0xf0][0xf6]M9n[0xd9][0xf4]}Y[0xc]S[0xb]$y[0x3][0x1b][0x98]P_WBl[0xa6]K[0x86]w[0xb6][0xf0]`[0xc1]5[0xb]r[0xd2][0x96][0xca][0x10][0x2]'[0xf6][0xec][0xdb][0x13]@[0x88]c[0x7],[0xb][0x18][0x84][0x9d][0xb0]M[0xcf][0x9b]1[0xcb]R[0xdd]:[0xdf]t}o[0xd1][0xf2]W[0xf7][0x11][0xc0]{[0xa3]I[0xd7][0xc5][|[0xd5][0x93]`[0x10]44)[0xe3][0xf2]O[0xa2]I9[0x88]m[0x87][0xf2][0x18][0xdb]f[0xae][0xf7][0xe3]M~[0x8f]s4[0x1e]D[0x2][0xf1][0xcc][0xe0][0x13][0x88]-4[0xfd][0x12]l9[0xc1]o"Xx[0x97][0x1b][0xd2]H[0xb1][0xd7][0x1d][0x6]2[0xc9]I [0xe8][0xa9][0x4]"[0x80];U[0x83][0xfb][0x9e]p[0x1a][0xdb][0x81][0xcc][0x16][0xb4][0xcc][0x13]D[0x9e]":[0xf4][0x1c]-[0xbf]#[0xb6][0xd4][0xa1]o[0xa1][0xf9][0x8f][0xcc] [0xa7]2CO[0x11]W[0x99][0xb4] [0xd3]q[0xe8][0xfc][0x9e]E[0x84][0xbd]#[0x18]A[0x1b][0xff][0xd9]zq[0x81][0xa3]Q"_[0xc][0xb2][0xa7]B[0xdc]z[0xf6][0x81]Zv[0xd5]S[0xc2][0x9a][0xd8]*[0x91]b[0x9b][5[0x1d]o[0xeb]xG'{0&][0x97];[0xc6]8[0xa5]"[0x16][0xd0][0xd8][0xab]u[0xc]Q[0xfe][0x5][0xee]h[0x8d][0xd5][0xb3][0xc5][0xea]ZO#S[0xc3][0xca][0x6]cP[0xcd][0xaf][0x88][0xfe]\[0x87][0x8a][0x5][0x93]7[0x2][0x18]#[0xc][0xa8][0xc1][0x8][0xc]b[0xa8][0xb6]y[0xa9]F$[0x99][0x19][0xdc]B[0xe2]G[0xb4][0x12]$>[0xb8][0x89]#[0x9b]0v[0xe][0xa6]5[0x10]=[0xc7][0x12][0xdc]be[0xe7]wQK[0xd6][0xa9]%q[0x6][0xc3]D[0x1d][0x8]v[0x89]N|Kf[0xef]5[0xd2][0xdb][0xb2]W[0xef]2[0xa9][0xdd][0xd9]G[0xaf]2[0x8d][0xe0],[0xdf][0xa4][0x1a][0xd6][0x9f][0x1c][0xa9]:]#[0xd5][0x96][0xe7][0x88]j[0x8f][0xc9][0xb7]u[0x13]m[0xd3]jb[0xe6][0xcc][0xb3][0xd1][0x88]6[0x1a][0xed][0x8a]vE~B[0xdf][0x99][0xae][0xe8][0xc8][0xe5][0xd8]Pol[0x13]G@4[0xf2][0xf8][0xbb][0xa8]x[0xb4][0xfd][0xb7][0xf6][0xb8][0xae][0xed]$U[0x1][0xf7][0x8]y[0x9f]V2[0xd1][0x8e]<[0x8f][0xb6][0xc0][0xd2][0x17]Y[0xfa]<[0xae][0xa0][0x14]P[0xcb][0xd0][0x16][0x19][0xda][0xe2][0x1c][0xce][0x93][0x16][0xd3][0xd7]I^[0xab])o[0xe7][0xa9]^[0xe0]jh[0x81]~D[0xe2][0xdb]<[0xad]X[0xe0][0x81]Q[0x1d][0x17]u\[0x12][0xac]C[0xcf]?[0x94]+[0xd4][0x83][0xc9]H%h[0x91][0xad][0xaa]O[0xbf]:{[0xba][0xff]![0xab][0x11][0xf4][0xda][0x1f]"[0xa1]z[0x9b][0xe8][0xd8][[0x8b]2[0xcf][0xbb]B[0xbb][0xad][0xef][0xaa]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d]Q[0xad][0x2][0xc7]H[0x1d]$-p[0x95][0xbf]k[0xc1][0x99][0x8f][0xfd][0x7]PK[0x7][0x8][0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusData.class[0x8d]Vks[0x13]U[0x18]~[0xb6]M[0xba]m[0xd8]^i[0x81][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x14][0xd2][0xb4]![0x8a][0xa0][0xd2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85]Z0)[0x95][0x94][0xd6][0x82] [0xdb]dI[0xb6]l.l6@[0xb9][0x8b] r[0x17][0xf9][0xa2][0x9f][0xfc](_[0x9c][0xd1][0xd1][0xa6]jG[0x84]q[0x84][0x19][0x81]?[0xc6]a|[0xce]nzK[0xd3]B>[0x9c][0xcb][0xbb][0xef][0xf3][0x9e][0xe7][0xbc][0xb7][0x93]^[0xfc][0xfe][0x18][0xc0][x(c[0xd8][0x83][0xf5]8[0xec][0xc1][0x11]|R[0x85]u8*[0x86]cb[0xf8]T[0xc][0xc7][0xc5][0xa0][0x8a]a[0xc4][0x83](bb[0xd0]d[0x9c][0xf0]@[0xc1]a[0x19][0xf1]J$<[0xa8][0x81].c[0xd4][0x83]z[0x9c][0x14][0x1b]C|L[0x8a]![0xe5]!0[0xed]A[0x6][0xa7][0x96][0xc0]DV[0xc][0x96][0x8c][0x9c][0x8c][0xd3][0x1e][0xac][0x14][0x6][0xce]x[0xd0][0x82][0xb3][0x1e]4cLHN[0x9][0xd4])[0x19][0xe7]d[0x9c][0x97]qAB]V3u[0xd5][0x18][0xd4][0xcc][0xac][0x9e]N[0x1d][0xda][0xb7]G[0x82][0xb4]_Buw:[0x95][0xb5][0xd4][0x94]5[0xa8][0x1a]9[0xcd][0xfd][0xd7][0xe3][0xd1][0xd0][0xb6][0x9f][0xfe])[0xa1][0xca][0xd2][0x93][0x1a][0xbf]$3[0x12]*[0xa2][0xaa]ah[0xa6][0x84][0x96][0xd0][0xa8]zZ[\r][0x1a]j*[0x1e][0x8c]Xj[0xf4][0xe4][0x80][0xa9]F[0xb5][0xbd][0x86][0x96][0xd4]RV[0x97][0x4][0xb7][0xa1][0x9d][0xd6][0xc][0x9][0xad][0xa1][0xb4][0x19][0xf][0xaa][0x19]5[0x9a][0xd0][0x82]F:[0x1e][0xd7][0x9][0xe0][0xbc]e4[0x18][0x12][0x1a]T-Of[0xe3][0x12][0xfc][0xb]+[0xf2][0xf4][0xac][0x1a][0xd7][0x82]ag&[0xc4]c%LM[0x8d][0xf5][0xa9]IMB[0xc3][0x1c]*&q][0x82]t[0xc2]L[0x9f]QG[0xc]*4[0xcd]R[0x18][0x98][0x12]S[0xa7]b[0xbb][0x9e][0xd2][0xad][0x9d][0x12][0x1e][0xf8][0x16][0xbd][0xcd][0xcb][0xae][0xf0][0xea][0xcc]K[0x12][0x99]O[0xbf]mP[0x82][0xab];[0x1d]#[0xf7][0xda][0x90][0x9e][0xd2][0xfa]r[0xc9][0x11][0xcd][0x1c]pn[0xd3][0x10]J3[0x8][0x83]*c[0xc8]}A[0xe8][0xb2][0x12]zVB[0xc7][0xc2]T[0x18]@+[0x97][0x15][0xb7][0xe3][0xb4]G[0xb5]T:@[0xb2]$(q[0xcd][0x1a][0x98][0x9]p[0xb9][0xaf][0x8d][0xb9][0xd0]H[0xe1]{f[0xfd][0xd9]:[0xac]>{[0xcf]R[0xe4]\I[0xec]V[0xbc][0xcd][0xf1][0x1d][0xee][0xbe]C9*8o[0xf4]O[0xa0][0xcc][0xff]+[0xca][0xc7][0xe1][0xf2][0xb7][0x8f][0xc3][0xed][0xef][0x18]G[0x85]?0[0xe][0xd9][0xef]u[0x8d][0xa3][0xd2][0xef]u[0x8f][0xa3][0xea]'[0xdb][0xe0][0xbb][0x1c][0xd7][0xd1][0x10]h[0xc6]E3K([0xa9][0xc3]64[0xa1][0x93][0xf4][0xba][0xd0][0x8a][0xed][0xa4][0xb4][0x83][0x12]`[0xa7]c[0x9e]_[0xba][0x0]{%hJ[0xf6]J[0x10]-[0xb3]W[0x82]j[0xb9][0xbd][0xda]N[0x92].{%h[0xbb][0xa9][0xb9][0x83]6[0x1c][0xb2]Aj[0xb][0xa4][0xdb][0xff][0xb]\?LS[0xa9][0xb0][0x85]{[0xed][0xe3][0x14]G[0xa1]p[0x9c][0x84][0xf7][0xf0][0xfe]4X[0x9a][0x6][0xbb],[0x2][0xf7][0x95][0x4][0xef][0xc2][0xee][0x12][0xe0][0x8a]b[0xf0]PIp7[0xf6][0x94][0x0][0xcb][0xc5][0xe0][0xe3]%[0xc1][0xec]Q[0x5][0xf0]G[0x85];/#[0xb8][0xea]9[0xaa][0x19]#O[0x1e]K[0x18][0xb]![0x10][0xd6][0xca]mk5[0xb6][0xff]bL[0x10][0x8d][0x3][0xe3][0xb3][0xac].+X[0xfd][0xc0][0xd6][0x95][0xea])[0xec][0xc5][0xbe][0x12][0xdc]*[0x8b][0xb9]eJr[0xdb]?[0xc5]M[0xba]G=[0x11][0xdd][0xbf]'[0xa1][0xc]O[0xa0]:4[0x89][0x9a][0xe1][0x86][0xda][0x9][0xd4][0x85][0xdb];&Q?,[0xe2]4[0x81][0x86]<[0x96][0xe6][0xd1]8[0xd4]^[0xd7][0x9a]G[0xd3]P[0xbb]?[0x8f]es[0xf6][0xf4]i[0x1e][0xcb][0x8b]D[0xf2]oX!A[0x8][0x9d][0x8d]WB[0x9f] [0xf9][0x1c]k[0x3][0xcf][0xd0][0x12][0x8]6[0x8f][0xb5]3[0xae][0xec][0xc3]R[0x8e]cL[0xf0]s[0xac][0x9a][0xf3]L[0xe5][0xb]L[0xd5][0x8b]L[0xf6]KL[0xc6][0xcb][0xf4][0xdd][0x15][0xf4][0xf3]-;[0x86][0xab]H[0xe0][0x1a]%[0xd7][0xf9][0x88][0xdc][0xc0]C[0xdc][0xc4]7[0xb8][0xc5][0x9a][0xba][0x8d]G[0xb8]C[0xee]w[0xf1][0x4][0xf7]m'[0xf6]20[0xb7]h[0xdf]I[0xef]GX[0x81][0xf][0x11][0xa2]S[0xe9][0xbc][0x82]c+[0xf1][0x7][0xc2]<[0x9b]%[0xf0]3[0xdf][0xac]~[0x86]"[0x81][0xa3]L[0x80][0x83][0xc4]=d18X[0x11][0xc6]&[0x94][0xbf][0xc0]][0x19][0x11][0x19][0x3]2[0xe][0xfd][0x7][0xb7][0x8c]AQUCv[0x4]?[0xfe][0x1f]PK[0x7][0x8][0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusListener.class[0x8d][0x90][0xbd]n[0xc2]@[0x10][0x84]g[0xf9];[0xc2]_@[0x14][0xf4][0xa9][0xa0][0xe1][0x8a][0xa4][0xa3][0xc][0xa1]B[0xa2]@[0xa2]_[0xac][0xd5]q[0xd6][0xc9][0x87][0xec][0xb3][0x1f].E[0x1e][0x80][0x87]B9;[0xa1][0x8c][0x14]m1[0xd2][0xa7][0x99][0xd9][0xd5][0xde][0xee][0x9f]_[0x0]^[0xf1][0xac]0T[0x18])[0x8c][0x15]&[0x84][0xb6][0xf3][0x86][0xa0][0x97]{[0x9f][0x1b][0xcd]WN.[0xa2]#263[0xb5][0xbe][0xa5][0xba][0x8][0x1c][0xca]B[0x1f][0x1b][0xd9]r[0xe0][0xcd][0xea]D[0x98][0x18][0x9]?h/[0x95]8[0xc2][0xcb]r[0xf5]wG[0xe3][0xd9][0x10][0x6]G_[0xe6][0x89][0xec][0xac][0x13][0xc2][0xfc]7o[0x8b] [0x99][0xe4][0xeb][0x94]+&[0xac][0xff]w[0xc8]#E[0x98][0xd6]9[0xed]8[0xfa][0xe][0xe7]T[0x92]@[0x98]5[0xc8]z[0xfd][0xee]|!|[0xae][0xb7]-[0x1a]V[0x6][0xeb][0xf4]G%Yx[0x14][0xf4][0x8][0x84]V[0x9c]6:[0xf1]A[0xad][0xe][0xa1][0x8b][0x1e][0x10]U[0xa1][0x1f][0x9][0xe1][0xa9][0xe6][0x18]|[0x3]PK[0x7][0x8][0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.class[0x9d]SKOSA[0x14][0xfe][0xa6][0xbd][0xb4][0xb6]\l)[0xf]E[0xc1][0x7][0xa2][0xb4][0xe5]q[0x11][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0x88]V45Uc@HL\[0xc][0xb7][0x93]r[0xe1]zos[0x1f]&[0xfa]#[0xd4][0x85][0x1a][0xdd][0xe8][0xc6][0x84][0x8d][0x1b][0x13][0x8][0xea][0xc2][0xbd][0xfe][0x1][0xb7][0xfe][0x12][0xf1][0xcc][0xe5][0x91][0x2][0x1b][0xcb]f[0xce][0x99]s[0xe6]|[0xe7];[0xdf][0xcc][0xfc][0xfa][0xfb][0xfd][0x7][0x80]1[0x14]b8[0x82]L[0x1c]1d[0xa5]7 [0xbd][0xc1]8[0x86]0[0xdc][0xc][\r]#r[0xb9][0x18][0xc5]h[0x14]c[0xc]IW8[0x6]7[0xe7][0x85][0xe3][0x1a][0xb6][0xf5][0xb0]t[0x93][0x81][0xdd]ah)[0xda][0x96][0xeb]q[0xcb][0x9b][0xe7][0xa6]/[0x9a]~^[0xed][0xdf]|[0xcf][0xaf][0xfd]fP\[0xe3][0xb9][0xa0]3%[0x86][0x88][0xb7]d[0xb8]}#[0xc][0xc3]e[0xdb][0xa9]j[0xbc][0xc6][0xf5]%[0xa1][0x99]v[0xb5]jXUi[0xc7][0x97]5[0xc2][0xf0]|W[0x9b][\r]L[0x99]R[0xc2][0xc9]Se[0xc1][0xb0][0xc]o[0x8a]a4[0xdd]Xi)3O[0x14][0x8a]v[0x85]($[0xca][0x86]%[0xee][0xf9]O[0x16][0x85]3[0xc7][0x17]M[0x8a][0xa4][0xca][0xb6]N[0xa3]p[0x1a][0x88][0xf6][0xdb]AE[0xb2]dPo[0xd8][0xbe]U[0x11][0x95][0x7][0xbe][0xf0])[0xaa][0x96],K8E[0x93][0xbb][0xae][0xa0]l[0xbe]![0x1a]}[0xf5]X4N[0xe7][0xde][0xbe][0xcf]j;[0xbd][0xa7][0xf][0xf][[0x98][0x9b][0xc9]O[0x11]v[0x98]W*[0xc][0x1d][0xe9][0xf2]2[0xca]5[0x93][0x13][0xc0][0xfd][0xc5]e[0xa1]{[0xf9][0xcc]#[0x12][0xd2][0xe]|9[0xfa][0x81]<[0xd5][0x12][0x6]]%[0xf5][0xd0]W[0xee][0xf2][0xda]6[0xa9][0xd8][0xac]Q[0xb5][0xa8][0xab]C~$MG$[0xd0][0xed][0xc2][0xcc][0xe4]A[0x88][0xa9][0xad][0x90][0xef][0x19][0xa6][0xa6][0xdb][0x96][0xee];[0x8e][0xb0]<[0xad][0xb8][0xeb][0xd2][0x15][0xac][0xec]#[0x1c][0x9f][0xb5]}G[0x17][0xb7][0xc][0xd9][0xab][0xb5]~[0xbe]a[0x9][0xa6][0xa2][0x15])[0x15]m[0x18]W[0x91]@R[0xc5])[0x9c][0x8e][0xe2][0x92][0x8a][0x1c].GqE[0x6]'TL[0x82][0x90]&[0xe]-[0x1e]C[0xf6][0xff][0x89][0x93]Ni[0xf9][0xac][0x6][0x1b]iGsr][0x17].[0xbd][0xff][0x11][0xfa][0x1][0xd7][0x1b]|[0xc7][0x99]:aw^Qb_([0xe0]E[0xdf]L[0xa9][0xd9][0xa6][0xc9][0xd0][0x9e][0xce][0x1c][0xbc] [0x9c][0xa1][0xff][0x1d][0xa3]O[0x1f][0xc6][0x9][0xc4][0xd1][0xc]z[0xd9][0xb4][0xb][0xa1][0x5]))/[0x90]LJ[0xc1][0x83][0x18]H[0xf5]v:[0xd1]A[0xde]c[0xda][0x87][0xc9]&[0xb2][0x3][0xeb]`[0xd9][\r][0x84][0xb2][0xdd][0xeb][0x8][0x9][0xa0]:i=*[0xd3][0xec][0x5]b[0xec]%[0x8e][0xb2]W8F[0xb1][0xce][0x0]$[0x81][0xe3]8[0x9][0x4][0x9e]l[0x11]B7[0xf9]*[0x1]o[0xe5]z[0xc8]2y[0xad][0x94][0x91][0xad]>[0x92][0x95]u[0xb9][0xec][0xc0][0x6][0x94][0x85][0xec][0x1a][0xd8]W4}C[0x84]ni[\r][0xe1]Oh[0xdb][\r]E[0x19][0x16]V7[0xff][0xc8][0xf0][0x7]D[0x95]U([0xe1][0xcf]T[0xa9][0x4][0x8c]Rd[0xc1]^S[0xdd][0x1b]t[0xb1][0xb7][0xc8][0xb0]wu[0xac]r[0xbb][0xac]r$[0xca]Yb[0xd0][0xbd]'[0xd7][0xb3][0x9b][0xeb][0xa5][0xdc]9[0xf2][0xa3]P"[0xbd][0xf1]i[0x86][0xbe]@[0x9d][0xf3]4[0xf0][0x96]w[0x1][0xfd][0x81]M[0x93][0xa6] U[0x19]i<[0x84].[0x84][0xfe][0x1]PK[0x7][0x8][0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger.class[0xe5][[0xb]x[0x14][0xd7]u[0xfe][0x8f][0xb4][0xda][0xd9]][0x8d]$[0x10][0x2]#^[0x6][0x3]FH[0x2][0xf1][0xb6]-0 [0xb][0x1]"[0x92][0x0]I[0xc8][0x16]`[0xe3]e5[0x88][0x85][0xd5][0xae][0xd8]][0xf1]p[0x1d]7[0x6][0xb7]M[0x1c]7[0xb1][0xd3]8-v[0x1a]74-u[0xea]6<%c[0x1a][0xe3]:m[0x92]&u[0x9c][0xb6]i[0xdd]6I[0xdb][0xf4][0x91]6}[0xc6]i[0xd2][0xd8][0x4][0x9b][0xfc][0xf7][0xce][0xec][0xb0][0x8b]v[0xf5] [0x10]'[\r][0xdf][0xa7][0x99][0xfb]8[0xf7][0x9c][0xff]<[0xee][0x99]{[0xcf][0xda]_x[0xfb][0x85][0x17][0x1],[0x96][0xa8][0x1f][0xab][0xf0]w[0x1]4[0xe3][0xef][\r][0xfc]C[0x0][0xf9][0xf8][0x86][0x1a][0xf9]G[0x3][0xff][0x14][0x80][0xd7][0xee][0xfc][0xb3][0x81]Q[0xef]o[0x6][0xe0][0xc7][0xbf][0x1a][0xf8][0xb7][0x0]L{[0xe6][[0x6][0xfe][0xdd][0x87][0xff][0xf0][0xe3]?[0xf1]_[0x6][0xfe][0xdb][0x87][0xff]Q[0xa3][0xdf][0xf6][0xe3]u|'[0x80][0x12][0xfc][0xaf][0xea]~W=[0xbe][0xa7]h[0xfe]/[0xc0][0xc7][0xf7][0xd5][0xe3][\r]5[0xf6][0xa6]z\Tt?([0xc4]%[0xbc]U[0x88][0xb7]q[0xb9]P R[0x88][0xb9][0x92][0xc7][0xae][0xe4][0x7][0xb0]J[0x12]L$[0xac][0x84][0xa0][0xb4][0xb9][0xee][0x9e][0x1d]m[0xed]u[0xed][[0xda]v4[0xb4][0xb4][0xb7]66[0xb4]q[0xb0]iOp[0xb0]&[0x12][0x8c]v[0xd7][0xb4]%[0xe3][0xe1]h[0xf7]rAQ},[0x9a]H[0x6][0xa3][0xc9][0x8e]`D1[0x9a][0xba][0xa6]am[0xdd][0x96][0xa6][0xf6][0xd4][0xea][0xa6][0xc6][0xb6][0xf6][0x86][0x96][0x86][0xd6][0x1d]M[\r][0x1d][\r]M[0x82]1[0x9]+[0x1e][0xe]F:[0xac]x"[0x1c][0x8b]ni\CM7[0x14][0xc0][0xfe][0x97]'[0xf0][0xb7]ll[0xdf]Q[0xd7]Q[0xd7]H[0xda][0x82]M[0xad][0x1b]7Q[0xf0][0xfc][0xa6]X[0xbc][0xbb]&[0xd8][0x1b][0xc][0xed][0xb6]j"[0xb1][0xee]n[0x8a]V[0xef]%{j[0xfa][0x92][0xe1]H[0xcd][0xa6]x[0xac][0xd7][0x8a]'[0xc3]Vb[0xb][0xbb][0x4]U[0xa8][0xe0][0xbb][0xb8][0xa5]QPv5,[0x1b]MQ[0xaa][0xbb]q[0xdd][0xba][0x86][0xd6]!%Q[0xc9]d_[0x82][0x8a][0xab]W[0x13][0xa7][0xac]8%y#[0xba]5[0xf4][0xca]pOo[0xc4][0xaa]i[0xd3]/w[0xa5]?[0x12]N$-[0x1a][0x9d][0xe6][0x9e]`[V+S[0x1f][0x8b]D[0xac]P[0x92][0xc6]QDm[0xe1][0xee]([0x5][0xc6]i[0xd9][0xf5]Y[0x89]V[0x8c][0x14][0xb1]#m[0xf9]J[0xe5]4WvS,[0xb4]WP[0x99][0xc6]:[0x14][0x8b][0x86][0xfa][0xe2]q+[0x9a]$[0x9b][0xd0][0xde]DM[0xab][0x15][0xec][0xba];[0x1e]NZ[0x8a][0x96][0x8b]}=V"[0x11][0xec]Va26m[0x9d][0xe]$N[0xaf][0xba]zl[0xa4][0x8][0xd7][0x4][0x93]A[0x8d][0xce][0xe8]It[0xdb][0xb8]f[0xc][0x85][0xcb][0x81]S|E[0x17]k[0xbf][0x15][0xa1]KV[0x84][0xa3][0xe1][0xe4]J[0xc1][0xda][0x8a][0xc1][0x1][0x9b][0x1b][0x8b][0xa3]UM[0xb3][0xfd]^[0x1b][0xc]%c[0xf1]C[0xcb][0xe7]v[0x8]<[0xf5][0xb1].:[0xa0][0xa4])[0x1c][0xb5]Z[0xfa]zvZ[0xf1][0xf6][0xe0][0xce][0x88][0xa5]vD,[0xc4]X[0xe]2[0xa2][0xd9]w[0x6]=[0xc9][0xdd]a[0xda][0xc6][0x13][\r][0xf6][0xb0]W[0xdc][0x93][0xc1]O[0xb0]p[0xd4][0x10][0x18][0x6][0xdd]V[0xb2][0xc9][0x9][0xb4][0x5][0x15]sG[0x1b][0xa4][0xbe][0x4][0x97][0xdb][0xc6][0x99]Y[0x91]{[0xb1]&[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17]Dl[0xea][0xe9][0xc3][0x11]s?[0xc7][0xad]n[0xe5][0x80]x*[0xc0][0x4][0x8b][0x87][0x90][0x91]=&[0x95][0xcc][0xfc][0xc8]~J[0xf4]E\6[0xb]F[0xcb]Em[0xe7]d0[0xb4][0xb7]9[0xd8][0xab]]a[0xc8][0x2][0xda]?n[0xf5][0xc4][0xf6][W[0xd0][0x15]'2V[0xe9]-|[0xc0]J$[\r]Y[0xc8][0x94][0xca][0xdc]-[0x18][0xd7][0xd7][0xdb][0x15]L[0xba]kRqe/d[0xae]T[0xde]H[0xdb][0xbc]t[0xc8][0x95]8k[0xa4])[0x94]p[0xa2]Y[0x9f]u[0xe2][0x9a]6lA[0xdc][0xa2][0xf]i[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xaa][0xa2]P$[0x96][0xb0][0xda][0xc2][0x11]n[0x86][0xc8]![0x85][0xc0][0x96][0x13][0x8e][0xd5][0xd4][0xab][0x19]-_[0x11][0xfa][0xb8],[0xd6][0x17][0xf]1[0xe][0xc7]e![0xe1]g[0x89][0xcc][0xa8][0xcd][0x95][\r][0xc8][0x98]N[0xa1][0xd6][0xbb]N[0xa1][0xa0][0xfc][0xd5][0x83][0x6]G[0xbd][0xab][0xb]B[0x11]+Hs[0xfb][0xba][0xdd]`[0xbc]e[0xa8]PN[0x5]X[0x80]]gC[0x8][0x9e][0x1c][0xd5][0x96][0xb6]Y[0xe4][0x9e]o[0xe][0xc6][0xf7][0xd2][0xc0]#[0xde][0x90][0xcb][0xd3][0x84][0xb7][0xef][0x8e][0xc7][0xe][0xb8][0x86][0xf6][0xec][0xda][0x17][0x8a]2Dz4G[0x95][0xb8][0x86][0x13]J_2[0xcd][0xa9][0xd4];b[0xe9][0xfc][0x92]1[0x4][0xc6]g[0x5][0xc1][0xac]iE[0xac][0x1e][0x6][0x4]?[0xc1][0x19]6[0xe2][0x86]h[0x8f][0x7]CV[0x83]=MJO[0x97]vt[0xf5]h[0xf6][0x93][0x83])[0x17][0xca][0xc5][0x82][0x13]?[0xc9](s[0xe1]^"x[0xf9][0xa7][0xb]w.M[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xf2][0xd3][0xae]I.[0xdd][0x96][0x9][0xbe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xff]O[0xb7]\[0xda][0xde]&x[0xe3]gA[0xdb]\[0xfa][0xdf].[0x12][0xf8][0xd9][0xd4]?[0x97]E[0xee][0x10][0xec][0xbb][0xae][0x16][0xa9][0xdf][0x1d][0x8c][0xb7]Y[0xfb][0xfa][0xac]h([0xd7][0x1][0x99][0x82]'[0xe6]Zq[0xbd]Ob[0x83][0xd5][0xcf][0x4]r[0xe4]:H[0xfb][0x11][0xef][0xb]D[0xb1][0xe6]GG[0xa1][0xd8][0x4][0x82][0xa1][0x10]E[0xcd]Z[0xb0][0x80][0xa7][0xa0][0xba][0x11]_[0xbb][0xed][0xba]@[0xfa][0x8d].U[0xbc][0xc9];HF[0xbe][0x15][0xa1][0x88]SB[0x9][0xb4][0xe9][0xeb][0xe3][0xda][0xb0]*l[0x8c]M_>_-6[0xb1][0x1b]a[0x13]Q[0xc4][0x4]s[0xb3][0x96]j[0xea]c[0xbd][0x87]6Fu[0xf9][0xa8].[0x1e][0xf][0x1e]RWG[0xb5][0xe0]q[0x13];[0x11][0x12],[0x1c][0xb2][0xf0][0xc4]v<[0x18]MfT[0xa0]L[0xec][0x2][0xef]Mw[0x8c]F[0xd7]Y[0xe9][0xc5]N[0x13][0xdb][0xb0][0x9d][0x18][0x84][0xc9][0xb1]b$[0xe2]m[0xa9]{[0xc1][0x1b]k[0xf5]h[0x8a]|[0x2]3[0x1d][0x4]/O[0xa6][0xdc][0x8e][0x7][0x5][0xb3][0x87].g[0xda]9[0x86][0xa7]k[0x98][0xe8][0xc4]VC[0xee]0[0xa5]V[0x96]+[0xc8]+L[0xdc][0xf][0x9a][0xfd]^l6[0xe5]NdJ[0x93][0x1a]k[0x96][0x16]C[0x16][0x9a][0xb2]Q6[0x99]8#[0x9b][0x5][0xf3]GW[0xa4]0qT[0xc9]h5[0xa5][\r][0x8f][0xf3]Z[0x90][0xaa]54nl8[0x18][0xb2]zU[0xa1]25[0xaa]UL[0x8f][0x5]i7d[0x8b][0x89][0xa7][0xf0][0xb4]![0x1d][0xa6][0xdc]-[0xf7][0x98][0xd2])[M|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'x?[0x1e][0xf9]%U[0xf1][0xda]f[0xca]v[0x1a]C[0xee][0x95][0xfb]L[0xd9]![0xf7][0x9b][0xf8](~[0x9d][0x97]WS[0x82][0xb2][0x93]7XSB[0xaa][0x1c]<[0x84][0x1f][0x7]G[0xf][0xef][0x8f][0xab]L[0xc][0xe0][0xb5][0xa1][0xd6]e)D[0xf3]~[0xaa][0xe7][0x16][0xcd][0xcf][0xd8]8[0xbd].[0x91][0x2][0xcc][0xab][0xe8]x[0x87][0xca][0x16]=_E[0x9d][0x9a][0x14]Kv[0x9][0xca][0xb3][0xb1][0xd0][0xe5]9S[0xba]e[0xb7]!aS[0xf6]([0xd5][0xf6][0x9a][0x12][0x91][0x1e]AUn[0xd5]z[0xc3]5u;[0x13][0x8c][0xe9][0x90][M[0x1c][0x97]%C[0xf1]Bu[0xc5]S[0xba]l[0x95][0x8c][0x91]t[0xf2][0x10]Wm[0xc1][0x98][0xab][0xbf][0x91][0xd4]~[0xe8][0x14]'[0xb8]y[0x98][0x1c][0xc7][0xfd]9[0xd2]T+X4[0xca][0xf4][0xd7][0xa8][0xb][0x9d][\r][0xad][0xad][0x1b][3[0xd1][0x1f]bH[0xd3][0x8e][0xf9]V<[0xee]V[[0x18][0xca][0x9b][0xa8]T[0x92][0xaa]Y[0xc1][0x1e]&[0xca][0xb][0xd7]P[0x88][0xda][0xca][0xd7][0xa1]"=[0xba][0x1f]C[0xb2][0xe2][0xd7]%[0xab][0xbb][0xeb]Z[[0x4]F2[0xe6]x[0xa3][0xfd][0x1a]T[0x1a]A[0xfd][0xce]G[0xb1][0x8e][0x84][0xfc][0x8a][0xb9][0x8d][0xc3][0xe5][0xdc][0xb4]L/[0xf0][0x1f][0xb8][0xd2][0x9e][0x99]Q[0x82][0xcc][0xf5]k[0xc0][0xcd][0xc3][0x90]P[0xef][0x88]~[0x95]e[0xfb]1[0x85][0x10][0x83]]jGVd?>[0x15][0xbb][0xb5][0xd2]TM[0xb8]/j[0xb3][0xf3][0xda]ef[0xa5][0xae][0xbb]a&d Nm$U[0xaa][0xdb][0x1d]L[0xb4][0xe8][0xc2][0x14]-B[0xb6]e[0x19][0x85]b[0xb7][0x82]1vP[0xc5]VWQ[0xd9]fZ[0xa8][0xc8][0xfe][0x93][0x91][0xf2]l[0xc9]U[0xdf][0xf5][0x8c][0xf0][0xe6].[0xa7][0x8d]U[\r][0xd9][0xb6]M[0xaa][0x9f][0x89][0xc1][0x1e]][0xee]V[0x87][0xdd][0x8a][0xdb][0xf4][0x8a][0xb9][0xc3][0xd5][0xdc][0x9e][0xa8][0x18][0x92][0xe0][0xda][0xf]>#:]e)[0x8e][0xa9]`O[0x84][0x1f]Py-[0x9c]h[0x8e][0xc5][0xad][0xb6]^+[0x14][0xde][0x15][0xe][0xb5][0xef][0xe]FG[0xf4][0x93][0xc8]V[0xf5][0xf3]D[0x8c])[0xad]f[0xa4]IF[0x17]M[0x95]d[0xf5]cA[0xfd][0x95][0xf2]e[0xa6][0x99][0xdd]_Q[0xbd]<[0xe][0x7]#[0x89][0xab]"/M[0x81]R[0xb2]i[0x8c]&-f.g[0x83][0xa7][0xd5][0xfd][0xd3][0x89][0x1b][0xd5][0x16][0x1b][0xab][0xbd][0xa6][0xfa]W[0x88]o[0xcd][0xc6]9[0x1b][0x96][0x92][0xb4][0x93][0xba][0x2][0xce]x%;[0x1b][0xfe][0xba]a[0x9d][0xb3]IU[0x6]-[0xc6]:[\r][0xde][0xd5][0x12]k[0xb5]vYqu[0xd0]o[0xbe][0xea]g0_cK[{]K}[0x83][0xa0]qx[0x97][0x8f][0x8c][0xeb]r,[0xc4]*4[0x3](F96a3[0x4][0xad][0xea]ge[0xac]e[0xbf]-[0xad][0xbf][0x1e][0x93][0xd0][0x8e]-n[0xbf][0x83][0xfd]{[0xd2][0xe6]W[0xb3][0xcf][0xa3][0x17][0xdb][0x93][0xd4]iQ[0xbf]y[0xe6][0xd2]o[0x1e][0xb1][0xf8].U[0x7]1[0xfd][0xe6]9[0x96][0xeb][0xba][0xf4]:[0x8b]}[0x1e]O[0xf5]8[0x8f][0xc6][0xee][0xf8][0x1e][0xf6]y[0x80][0xd4][0xed][0x1e][0xcd]o[0x6][<7[0x93][0xa2][0x97][0xbd][0x17]Q[0x84]|[0xbe][0xbb]*[0xab][0xaa][0x7][0x90]Wy[0x1e][0xf9][0x9d][0x3][0xf0][0x9c]E[0x1][0x9b]^6[0x8d][0xb3][0xf0][0xb1][0xe9][0xef][0xac]<[0x85][0xc0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf]B[0xd8]59St[0x16][0xc5]l[0x96]t[0x96][0x8e]9[0x85][0xb1][0xf9][0x9e][0xfc][0xfc][0xd2]q[0xd5][0xa7]Pv[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x7]0[0xe1],n[0xe2][0x8a][0x89][0xa7]P[0xfe]<&[0xf5]c[0xf2]YL9[0xa9]Q[0xec][0xe3][0xf3][0x16][0xf8][0xf8][0xc][0xc2]K[0xad][0xc7][0xd2][0x1e]Sh[0x83]*j[0xbd][0x8c]:[0xb5][0x11]y[0x88][0xfa][0xc4]I1[0xdd][0xc6][0x86][0x84][0xd6]\[0xb5][0x92][0xda]V[0xaa][0xd5][0x87][0xfd][0xe4][0xe6][0xc7][0x1][0x1c]tt[0x99][0xa2]g[0x0][0xcf])L=[0xc1][0xb7]hY^=[0xda][0xc3]'O[0xa7][0xe]e[0x1d]W[0xe6][0xf1][0xed][0xaf]<[0x83][0x9b][0xaa][0xfa]1[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x80][0x9e][0xd8]G[0x80]q[\r]a[0x82]M[0xe8]B[0xf0][0xe3][0xe7][0xf0] [0xd9][0x8][0xde][0x8d][0x87][0x1c]v_"[0x8d][0x87][0xef][0xe][0xb2][0xf3][0x9d][0xc3][0xcd][0x82]s[0x98][0xce][0x13][0xe4][0x19][0x14]T[0x9d][0xc3][0x8c]<[0xdc][0xcd][0xd7]-[0x82]f[0x8e]L[0xa9][0xa6]1[0x8e][0xa1][0xb0][0xb2][0xda]6J[0xda][0x92][0x99][0x82][0xe3](k[0xc9][0x1c][0x99]w[0xe1]$[0xa5][0x14]c1[0xd6]PB[0xbe][0xc6]XI[0x94][0xa0]2[0xc5]DRN[0x1c][0xd3][0x89][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "?O[0x9a][0xc3]T[0xed][0x8])[0xf][0xd3][0x8c]G[0x18]f[0x8f][0xb8]f[0x9c][0x8e]q[0xa4]xPk[0xd3][0xe1]j[0xd3][0x81][0xf7][0xe0]a[0xf2]?[0xcc][0xb6][0xf][0xf9][0x8b]7[0x19]82[0x86][0xfd]GR[0xba][0xc9]z[0xae]08[0xfb]h[0xd5][0xf3][0x98][0x95]U[0xbf][0xd9][0xd4]/[0xdd][0xd3]w[0xaa][0xf1]s[0xb8]U[0xd0]2[0xef][0x1c][0xe6][0x8]O[0xe8][0xb7][0xb2]Q!x[0x9]sk=[0xe5][0x1e]m[0xb][0x12].+[0x98]2[0xbe][0xe0][0x18][0xbc][0xe3][0xb][0xee]<~[0xf9][0xb5][0xca])Y[0xac]1[0xa1][0xd6][0x9b]9T[0xee][0xa5]=[0xf2][0x18][0xd4][0x16][0xdd][0xf][0xfe][0x1d][0xd4]o[0xdb].+Q[0xc2][0xe7]c[0xf4][0xc5]/[0x93][0xe2][0x83][0x98][0x8a][0xc7]i[0xab]'[0xb8][0xe9]>[0xc4] [0xfb][0x15][0x6][0xd8][0x87][0xb9][0x99]>[0xc2][\r][0xf4][0xab]\[0x94]Vx[0x8a][0xab][0x8f][0xe2][0x17][0xf9]~[0x1f][0x9e][0xd6][0xb6]Z[0x82][0x2][0xd2]*/ogk=[0xc6][0xe3][0x17]h![0xf][0xf9],'[0xdd]vm[0xbf]G][0xfb]=[0x9a]f[0xbf]i(x[0xb]K[0xc4][0xc0]/U\D[0xde]e[0xae][0xcc]3[0xf0]^[0x83][0x9c]9v[0xa4][0x94]T[0x8f][0xba][0x1][0xd8][0xe9][0x4]`[0x19][0x83]o[0xb2][0x8a][0x8a]O0"[0xaa][0xae]l[0x13][[0x9f]b[0x1d][0xfe][0x1f]C![0x9e][0xa1][0xf7]>[0x9e][0x16][0x8f]e.[0x82]2[0xbc]_[0xc7][0xe3]a[0xbd]J[0xc6][0xb1][0xf9][0x18][0xd5][0xcf][0xd3]bjt[0xa0][0x82][0x9b][0x99].9[0xe1][0xc6][0xb8][0xbd]%[0x9e][0xd5][0xfc]L[0x9b][0xc0][0xe1]g'[0x8d][0xf]p[0xec][0x83][0xb4][0x9d][0x8d][0xf5]u[0xbe]Ut[0xc7][0x6]{_{[0xb9][0xa9][0xca][0xf1]rYU[0xca][0xcb][0xcd][0xd5][0xc][0x96][0xe3][0x97][0xbf]e[0xd3]Tj[0xe2]4'V[0xf6][0xa3][0xea]8f[0xb4][0xc]1[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]E[0xcc][0xa6])s,c[0xae][0x2]Np[0xf4][0x14][0xc3][0xfd]4[0xb5];[0xc3][0xf9]~:f[0x0][0x8d]\[0xda][0x8c][0x17]H[0xdd]O7[0xf]0[0x7][0x9e]c[0xd6]{[0x81][0x99][0xee][0xbc]k[0xb6]*[0xaa][0xa1][0xdc][0xa5][0xc][0x18]s[0x14]Vf[0x1b][0x3][0xcf]%L[0xa4][0xdf].[0xa2][0xfc]^[0xba]j*[0xb7][0x17][0xaf][0xa8][0x8e][0xfa][0x1d]|[0xab][0x15][0x85][0x95][0xe7]P[0xad]b[0xd2][0xd3]tR[0xdb][0xcc][0xcb]([0x99][0xe7]@+[0xd5][0x16][0xba][0xc0][0xb1][0x97]9[0xfa][0x12][0x19]|&[0xcd][0xba][0x85][0x8c][0xbd][0xf];[0xc2][0xc][0xe4]5[0x1a]xRe[0xa7][0x8f]0[0xc]m?=D6[0xca][0xd5][0xd5]4D[0xb1][0xb6][0xee]y[0xcc][0xef]dG[0x6]P[0xd3]d[0xf][0xd2]0U'[0x9a][0xdd]v[0xf5][0x5]r[0xf0]3[0xc8][0xa6][0xbb][0xf6][0x99]D[0xf1][0xc0][0x17]9[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]_e@[0xbe][0xc2][0xd9]W[0x19][0xba]_N[0x3]S[0x9d][0xa6]9[0x3][0xe1]~*[0xec][0xb8][0xfd][0xd7][0xa0][0xbc][0x98]r[0xfb]aG[0xef]*[0x17][0x93][0xc2]s[0xe][0xb]t[0xa3][0xd8][0xd9][0xa0]%i[0xe8][0xb4][0xcb][0xfc][0xb4][0xc5]4[0x17][0xd2]4[0x9d];^[0xe3][0xe8][0xdf]p[0xfc][0xab][0x98][0x8c][0xaf]q[0xec][0xab][0xa8][0xe0][0xbb][0x12]_O[0x83]U[0x95][0x6][0x8b]6[0xba][0x8f][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc1][0xcb][0xb9][0x83]g[0x91][0x13][0xcb]>[0x95][0xb3][0xfb][0xb1][0xf0][0xea]p[0xfe]F[0x1a]3[0x9f][0xc3]L[0xd4]%[0xdc]Id[0xcf][0x93][0xad]J[0x9b]'[0xa5][0xd6][[0xf5]Y[0x8c][0xa9]dB[[0xd4][0x8f][0xc5][0x3]XR[0xeb]=[0x8f][0xa5][0x9d][0xe5][0xde][0xea]rOy[0x1]M[0xbe][0xac][0xd6][0xc8]P[0xba][0xdc]8[0x87][0xdb][0x98][0xe5][0xd2][0xf4][0x1e][[0xeb]s{[0xe5][0xbe][0xb]v$[0xdf].[0xdc][0xac][\r][0xee][0xc6][0xa8][0xf5][0x95][0xfb][0x9c][0xad]1O[0xb5][0x9c][0xc][0xe8]/7[0xfa]qG[0xb9][0xdf]I[0x83][0xb5]Ga[0x96][0xfb][0x95][0x88][0xe5]y8~[0xf9]U[0xf2][0xd6]_[0xa5][0xea]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M?V[0xa8]|7[0x1f][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]g[0xe5]q[0x8c])][0xed]t[0xbd][0xc7][0xe1][0xc4]+[0xc7]/ZNd&[0x1c][0xe2][0xf1][0x88][0xf]^[0x9][0xc0]'[0x85][0x98]!&[0x1d]Y[0x84][0xa5]RL[0x8f]A[0x9d][0x8c][0xc5]Z)[0xc5]&[0xa6][0xde]6[0xce]w[0x12]b\[0x8b][0xbc][0x8c][0xf2]*Ze3[0xc3]q[0x6][0xc3]W[0xd9]D[0xed][0x86]m[0xae]e[0xb7][0xb9][0x96][0xdd][0xc6][0x94]v[0x9a][0xaa][0xf9][0xf8][0xdd]>[0x83][0xb3][0x94][0xaf],6[0x17]^[0xef]e[0x86][0xb4][0x91]2V[0xbf][0xa8]?.x[0xb][0xb3][0xb4][0xb9]>Y[0xf4]&[0xcc]7hta[0xce]{[0xde][0xfd][0xb8][0xe4]C[0xfd][0x87][0x8d][0x6][0xcf]t[0xfd][0xa8]{.s[0xa3][0xc8]d[0xf7];[0xa7]vZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xe1][0x9c]kTK[0xf9]6O[0xb7][0xce][0x11]_[0xbe]n)[0xdf]z[0xb4][0x98][0x17][0x1c]1[0x1b]9[0xe3][0xc9]-f[0xba][0x16]Si[0x93][0x8c]H[0xcc][0xc3]d~~d:[0xcc][0xbe]&[0x1d][0xfe][0x0][0x9f]vtxqdb*[0xaf]I[0xcc][0x5]ns[[0xcc][0x1f]:bB[0x9c][0xf1][0xe6][0x16][0xb3][0xc0][0x8d][0x98][0xd1][0x8b]Q[0xad][0x97][0xd9][0xb2]C[0xe0]3[0x8e][0xc0][0x1e][0xd2][0x18][0xb9][0x5].[0xd3][0x2][0xd7][0xdb]$[0xd7],P[0xb5][0xfe][0x88]-[0xaf][0x16][0xfd][0xc7][0x8e][0xe8][0x3][0xa4][0xf6][0xe5][0x16][0xbd]B[0x8b]n[0xb5]I[0xae][0x83]h[0xd5][0xfa],[[0x86][0x6][0xf1]9[0x7][0xc4][0xc3]\[0xe7][0xcf][\r][0xa2][0xde]My[0xd7][0x1b][0x84]j}[0x9e]-[0x9f][0x86][0xf3]'[0xe][0x9c][0xf7][0x93]C 7[0x9c][\r][0x1a][0xce].[0x9b][0xe4][0x6][0xc1]Q[0xad]/[0xb0][0xe5][0xd7][0xc0][0xbe][0xe8][0x0]{[0x92][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x3][0xdb][0xac][0x81][0xf5][0xda]$7[0x1c][0x98]j[0xfd][0xa9]><)[0x88][0xaf]8[0x10][0x9f]!W37[0xc4]N[\r][0xf1][0x1][0x9b][0xe4][0xc7][0x8]Q[0xb5][0xbe][0xc4]V[0xa1][0x6][0xfb][0xaa][0x3][0xf6]Y[0xf2]/[0xca][\r]6[0xa8][0xc1]>b[0x93][0xbc]#`U[0xeb][0xcb]l[0x99][0x1a][0xf6][0x9f]9[0xb0]OSRqn[0xd8]a[\r][0xfb][0x3]6[0xc9];[0xc][[0xb5][0xfe][0x9c][0xad]"[0xad][0xc0]_[0x8c],[0x8f]GG[0x95][0xc7][0xbf]2[0xe8][0x93][0xf7][0x97]#[0x13][0x93][0x18][0x95][0x98][0x97][0x6][0x89][0xf9][0xab][0x91][0x89]98*1[0xc7][0x6][0x89]y[0xcd][0x11]s[0xc8][0xb9]u[0xcc]I;[0xbd][0x96][0xa9][0xcb][0xa8][0xba][0x88]~[0x1c][0x86][0x87]w[0x9d][0xfc][0xe7][0xec][0xc3]h?[0xee]R0[0xd2][0xee][0xa5][0xf2]n[0x98][0xf2][0x10][0xa6][0xca]{[0xd2]J5s\8s\8s[0x1c]8[0xf6][0x85]#[0xf2]j[0xc1][0x18][0x1f][0xfe][0x9a]7[0x2][0x19]tI[0x95][0xab]O[0xf5]K2.[0xa9][0xab][0x99][0xfb]x[0x81]H[0xdd]R[0xb6][0xeb][0x10][0x3]n?[0x8f][0xfa][0xce][0xd2]5[0x3]h8[0xad]*Pe[0xa5]k[0xc7][0xe2][0xf3][0xfd]Xw[0x1a][0x1][0xd5][[0xdf][0x8f][0xc6][0xd3][0x98]x[0x1e][0xab]:KW[0xf5]c[0xc3])[0xbc]k[0x0]M[0xa7]1U][0xb6]%[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96][0xb2]T[0x8d]n[0x3][0xf][0xaf][0xcd]D[0xf2]5[0x8d][0xe7][0xeb]<[0xec]@[0xe7]%[0xf5][0xbf][0xe7][0xb4] [0xef][0x87]PK[0x7][0x8][0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/apache/logging/log4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/Activator.class[0x95]W[0x9]t[0x13][0xd7][0x15][0xbd]#[0xcb][0x1e]Y[0x1a][0x1b][0x10][0xd8][0xc5][0x80][0xb1][0x8][0x9b],cD[0x9c][0x4][0x82]qh[0x8d]c[0xc0][0xc5]6`[0xd9][0xa4][0x84][0xa6]t,[0x8d][0xed][0xc1][0xb2]$[0xa4][0x91][0xc1]!4i[0xb3]tI[0xdb][0xd0][0xbd][0xa4][[0x9a][0xa6]u[0xdb]tc[0x9][0xc6][0xa1][0xa5]M[0xdb][0xa4]m[0xba][0xef]{[0xd3][0xb4][0xe9][0x92][0xee][0xeb]9=9[0xa7][0xa1][0xf7][0xff][0x91]d[0x19][0xcb][0xc2]=[0xc7][0x9e]?[0xf3][0xfe][0xfb][0xef][0xbd][0xfb][0xd6][0xaf]'[0x9f][0xf4]"[0x80]k[0xf0]o76a[0xac][0x1c][0x1b]q[0xab][0x1b][0xc7]p[0x9b][0x7][0xa5]8[0xae][0xe2][0x15]*nw[0xe1][0xe]7[0xca][0xf0]J77oS[0xf1]*[0x15]w[0xba]q[0x17][0xee]v[0xe1][0x1e]7[0xdc]x[0xb5]`}[0x8d][0xd8]|[0xad][0x8a][0xd7][0x9][0x9][0xf7][0xba][0xf0]zA|[0x83][0x7]o[0xc4]}*N[0xb8][0xf0]&[0xf1][0xfa]f[0x17][0xde][0xe2][0xc2][=[0xf0][0xe0]m[0x1e][0xbc][0x1d][0xef][0xf0][0xe0][0x9d]8)[0x1e][0xf7][0xab]x[0x97] [0xbf][0xdb][0x8d][0xf7][0xe0][0xbd][0xe5]|[0xbc][0xcf][0x83][0x7][0xf0]~![0xed]A[0xf]>[0x80][0x87]T|P0|H[0xc5][0xb8][0x7]~|X[0x10]?"[0x1e][0x1f][0x15][0x9a][0x1f][0x16][0x8f][0x8f][0x89]s[0x1f][0xf7][0xe0][0x13][0xf8][0xa4]8[0xfc])[0xb1]{[0xca][0x8d][0xd3]8#[0x1e][0xf][0xb9]q[0x16][0x8f][0xb8]q[0xe][0x13]*[0xce][0xab][0x98]T[0xf1][0xa8][0x8a][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x87][0xda][0xdb][0xfa]z:z[0xf7][0x1f][0xec]j[0xed]n[0xdd][0xd1][0xde][0xa3]`i[0xe7]!}T[0xf]F[0xf5][0xd8]`0d[0x84][0xd3]I[0xd3][0x1a][0xeb][0xd2]c[0xfa][0xa0][0x91][0xdc][0xa2][0xa0][0xac]s[0xf7][0xe][0xc9][0xb6][0xa2]3[0x9e][0x1c][0xc][0xea][0x9]=[0x5][0xce][0xb6]x[0xc4]P0[0xaf][0xd3][0x8c][0x19][0xdd][0xe9][0x91]~#[0xd9][0xab][0xf7]GI[0xf1]v[0xc6][0xc3]zt[0x9f][0x9e]4[0xc5]w[0x86][0xe8][0xb4][0x86][0xcc][0x94][0x82][0xfa][0xd9]-HSQ[0xb0]5l[0x99][0xa3][0xba][0x15][0x17][0x96][0xcc]#Oxx[0x8f][0x91][0x1c]1S)3[0x1e]SP[0xeb][0xb7]q[0xa6]2[0x10][0x83]S[0x9b][[0x84]I[0xee]D[0x1e][0xf3][0x92][0xd9]y[0x15]T[0x84],=<[0xdc][0xa5]'2[0xe6]i[0xd1][0xb8][0x1e][0xc9]BV[0xb0][0xdc]/[0xed][0x8c][0xa7][0x6][0xcd][0xe0]@R[0x1f]1[0x8e][0xc4][0x93][0xc3][0xc1]m[0xe9]X$jHM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd4][0x16]pz[0xfb][0xd1][0xb0][0x91][0xb0]l[0x1d]Uy[0xfb][0xf9][0xf4][0xb2]~)GDmv%[0xcc]L[0xe6][0xa1][0x82][0x86][0x82][0x96][0x1c]1[0x93][0xc2]q6[0xef]M[0xf2]C[0x9a]U[0x92]N2X[0x95][0xb6][0xe2][0x98]a[0x5][0xfb]z:[0xa9][0xd1][0x95][0xc8]![0x9b][0xb3]8[0x86][0x8c][0xc2][0x18][0xb2][0xf9][0xb6]4[0x19][0x9e]N3eq[0xa7]zz[0x84][0xc7][0x12][0xd9]([0xfb].[0xe3]m[0x99]n[0xc9]V[0xc2][0xfa][0xb4][0x8a][0xcf]((MYz[0xd2]R[0xb0][0xba][0x88][0xa3][0xdb][0xe2]1[0xcb]8jI`N[0x9a]H[0xf9]k[0xe6]b[0xbd]A[0xb][0xd5][0xb0]}X[0xc1]UWV@[0xf1])#:@?%[0x8d][0xc3]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]P[0x80][0x1d]$[0xe2]_v[0xa0]H[0x98][0x14]\?[0x3][0xf2][0x9c]L[0x14][0xae][0xb8]S[0xd6][0xf5]E[0x15]&S7[0x97]!TY[0x91][0x8e][0x89]*[0xec][0x18][0xe8]1[0xf4][0xc8][0x98]0[0xcf][0x8a]'H[0xb6]mj[0x1b]bF[0x9][0x1b]W[0x16]q^[0xfb][0xa8][0x11][0xb3]]Wj[0x88]W[0x11][0x9b]+0[0x13]K8[0x9a][0xa9]qw([0x9e]N[0x86][0x8d][0xed][0xa6][0x8]ke[0xae],[0xd7][0xb][0xb0][0x1a]^[0x84]V[\r][0xcd] [0x86][0xcf]j[0xd8][0x81][0x9d][0x1a]>[0x87][0xc7][0x14][0xd4][0xcc][0xaa][0x81]q([0xb0][0xd7][0x1a][0x19]1c[0xf9][0x5][0xce][0x0][0xa4][0xa4]^[0xa1][0xe2][0xf3][0xb3][0x1d][0xd2][0x13]V[0xfe][0xa1]5s[0xcb]h[0x15]_[0xd0][0xf0]E[0xd9][0xed]x,+[0xf5][0xd8]q[0xdf]@<[0xc9][0xa8][0xb1]9[0xfa][0x9a]|[0xd9][0x12][0xa6][0xd4][0xaf][0x9]i[0xae][0xae][0xf6][0xde][0xd6][0xc6][0x8e][0xee][0xed]t[0xbb]l[0xa0][0x8d]9[0xe][0xbe][0xb0][0x11]Z[0xa6][0x91][0xd2][0xf0]u|[0x83]5[0xa7][0xe1][0x9b][0xf8][0x16][0xb]O[0xc3][0xb7][0xf1][0x1d][\r][0xdf][0xc5][0xf7][0xd8][0xf2][0xf2]KS[0xc3][0xf7][0xf1][0x3][0x15]?[0x14][0xae][0xf8][0x91][0x86][0x1f][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'*~[0xaa][0xe1]g"[0xce][[0xf1]Bf[0xa9][0x86][0x9f][0xe3][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x9e][0xb5][0xa7][0x12]ff[0x8a]d[0xea]j[0xbb][0x1e]f[0xc6][0x8c]ix[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]T[0xb0]j.e[0xa1][0xe1]i[0xfc]J[0xc3][0xaf][0xf1][0x8c][0x86][0xdf][0xe0][0xb7][0xc2][0x9a].[\r][0x9]a[0xc5][0xef][0xf0]{[0x15][0xcf]j[0xf8][0x83][0x0][0xf0]GA[0xf9][0x13][0x9e]Q[0xf1]g[\r][0xc1]c*[0xfe][0xaa][0xe1]o[0xf8][0xbb][0x8a]h[0xf8]'[0xfe][0xa5]`[0xed][0x1c][0xe7][0xc][0xfb][0xdb]TXv[0xf7][0x1f]2[0xc2]V[0xe1][0xb4][0xb3][0x8d][0xcc];[0xb7][0xae][0x0]Sh,[0x16][0x1e]J[0xc6]c[0xf1]t[0xca][0xe6][0x17][0x1d][0xc1][0x88][0x89][0xc6][9[0xbd]MpLN[0x11]:,#i[0xb][0xf5]][0xa9]Y1[0xda][0xb3][0x8e]z&[0xc5][0xa0]aq[0xb2]Y[0x86][0x1c][0xd2][0x1d][0xcc][0xae]b[0x83],~Y[0xb9][0x19]2o[0x8a][0xda][0x16][0xd5]SlG*[0xa5]v[0xf3][0xac][0x82]E[0xfe][0xfa][0x99][0x87][0x14]l[0xf3][0xcf][0xa4][0xfe][0xdf]zW[0xe7][0xb][0x91][0x9a][0xb7][0xe4]+[0xb3]c#[0xae][0x5][0x2][0xe3][0xd8]Hy{2[0xd3]\t[0x16][0xc6]jU[0x81]X[0x15][0x8][0xcc][0x2][0x9e][0xcc][0xc2][0xb7]'[0x7][0xbd]UX[[0xe1]{[0xd3][0x2]=[0x12][0xb9][0xbc][0xfa][0xd7][0x14][0xa9][0xc3],[0x97]}[0x85][0xcd]aL[0x89]kh}[0xf1][0xcb]G[0xf9][0x9e][0x9e][0xdd][0xfb]:nl[0xef][0x9][0x89]K[0xd9][0x14][0x94][0xb6]x4[0xca][0xa4][0xb0][0xef][0x9b][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x99]\f[0xaa]}$a[0xf1]zQf_7[0xc8][0x99]4F[0xe2][0xa3][0xc6][0xe5][0xc6]//~q[0xb0][0x1b][0x84][0xb8][0x5]Nk[0xa6][0xa1]1[0x9e][0x1f]a[0x9f][0x13][0xf5]zy[0xa3][0xaa][0x9d][0xde]Hf[0xfc]dY7[0xfb][0x98]a{K[0xa7][0x82]![0xb9]d[0xeb][dF[0xf6]}[0x83][0xbf][0xc8][0x8f][0x8c][0x2][0xa7][0xb7]`[0x5][0x8b]m[0x82][0x3][0xd7]c3J[0xb0]D\l[0xf8][0x13]s[0x89][0x18][0xf9]\[0x1d]b[0x0]r-[0x87]"[0xee]=|n[0xe3]W[0x90][0xab][0xc2][0xb5]40[0x1][0xe5][0x94]dk[0xe3][0xb3]L[0x12][0x1b]p#[0x9f][0x9a][0xcd][0x80]vl[0xe7][0xea][0x16][0xf7][0xa4][0xcc][0xe1][0xe]r[0x8b][0xbd][0xca][0xd3]p<[0x1]7[0x9f][0x81]s([0x11]RJ[0xa4][0x94]J[0xae][0xa0]Qe4[0xab][0x82]FMI[0xab][0xe4][0xd9][0x17]s[0xdd]%y[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88][0xcc][0x88]}[0x8e][0xca][0xc4][0xc1]H[0xc3]$[0x9c][0xac][0x9a][0x7][0xe0][0xc7][0x1c]T[0xf0]r[0xe8][0xdc]#[0x2][0xe5]0[0xd7]r[0xf2][0x9c]8[0x8d][0xab]&[0xb1][0x92][\r][0xc8][0xf9][0x8]V[0xd1][0xca][0xd5][0xac][0xa7]\[0xc0][0xba][0xd6]y[0xd7]0[0x98][0x93]X[0xeb][0x90][0xc0][0x88]O[0x80][0xc9] [0xac][0x15]o[0x12][0xa2][0xbf][0xb9]4PS:[0x89]z[0x5]"[0xc6][0x97][0x9e]j[0x8]L"[0xe0][0x0][0xe5]5[0xd8]G[0x9a]KkJ/n,+[0xd9][0xa8]V[0xa9]Ue[0xf][0xa2][0xba][0xa6][0xb4]Jmjv[0x5]j\[0x13]Xw[0x97][0xaa][0x8c]_z[0x96][0x89][0xde]8[0xe5][0x9b]f[0xda][0xf][0x84][0xe0]B/S[0xb4][0xf][0xcb][0xe9][0x89][0x0]}[0xb1][0x93][0xe8]C[0xc4][0xbf]O"=[0x0][0x83][0xe8]o[0xe7][0xdb][0xdd]\[0xef][0xc5]A[0xdc]G[0x94][0xc2];[0xa1][0xf2][0xdf][0x83]~[0xc6][0xbf][0x94][0x1c]e2[0xb2].[0x81]9[0xe7][0xc9][0x13][0x8c][0xb7]A[0xbf],G[0x12][0x3][0x94][0xe9][0xa0][0x86][0x1][0xc]Rj[0x9][0xe9][\r][0x18][0x82]Ik[0xb2][0xde][0xb5][0xf7][0xe]qo[0x97][0xac]O[0xe7][0xf3]hR1[0x9c]u[0xf0][0xca]K[0xac]h[0x97][0x8a][0xa8][0x8a][0x91],9[0xc6]?[0x85]e[0xf5][0x1f][0xd4] .[0xa1][0xb1][0x8d]RM"W[0xe6][0x7]3[0x95][0xea][0xb][0x9c][0xc5][0xaa][0x93]Xz[0x1a][0xeb]'[0x11]Tp?[0xe6][0xcb][0xd0]l[0xa0][0xde][0x12][0x86]f[0xaa]v[0xbd]2[0x1d][0xc2]\#Th[0xa0][0x8e]FM[0xd5][0xaf]/[0x3].S[0xbf]u$[0x1e][0xce]F[0x9d][0xfe]p[0xc8]|[0xd7]D|[0xae]&[0xda][0x8c][0xc7][0x1d]yMa[0x98]~[0x8b][0xd2]o#Rh[0xb5][0xcd][0x9f][0xf3][0x98][0x96][0xf1][0xd8][0x14][0x18][0x85][0xbe]Ke[0xc0][0x8c]f[0xe4][0xfb][0x1b][0xce][0xa1][0xe9]ay[0x0]+[0xf9][0xaf]H[0x1d][0xc0][0xa2][0x0]7[0xae]a[0xc0][0x85][0xe2][0xf1][0xfc][0x86]dW[0xc2]a[0xd6]r[0x8a][0x10],[0xac]B[0x9a][0xd9]k[0x9e][\r][0xfe][0x9c][\r]~[0xee][0xa7]35[0xea][0x84]cq%[0xa3]:[0x9a]sh[0xbd][0xd4][0x6]T[0x9c][0xc7][0xb5]g[0xe0]8[0x8f][0xeb][0xce][0xc0]{J[0x1a][0xd1]&[0xbb][0xa4][0x10][0xd6][0xc8]t[0x10][\r][0xf6][0x88]4[0xec][0xe8][0xff][0x0]PK[0x7][0x8]X[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/BiConsumer.classmL[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]@[0x18][0x9c][0xaf]L[0xcb][0x82]z[0x8b][0xec][0xd2][0x1e][0xea][0x94][0xd1][0xa1][0xa0][0x8b]A[0x7][0xc3][0xfb][0xb6],[0xdb][0x8a][0xa9][0x98][0xf6]p[0x1d]z[0x80][0x1e]*[0xda][0xec][0x10]d[0x1f]|[0xcc][0xf]3[0xf3]x[0xde][0xee][0x0]f[0x18]8p[0x1d][0xf4][0x9]6[0x17]B[0xe6]%a[0xec][0xed]b~[0xe5],[0xe1][0xa9]b[0xfb]c,E[0xe9]7[0x9d]ID[0xe8][0x85]Z[0xa5][0xbc][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xb8]w[0x8][0xfc]CT[0xfb][0xcb]e[0xb0]h6[0xa2]?[0xde][0xaa]i[0x11][0xdc]0[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0xb7]:1[0xbb][0xc3][0xb5][0xde]d[0xe9][0xa5]:[0xcb]b[0xfa][0xce][0x12][0xbc][0xac]P[0x8c][0xe7]\[0x9c]$K2[0xa5][0xb4][0xe9][0x1a][0x9c][0xc7][0xac]*u[0xc2][0xbe]y[0xc2][0xe8]w[0xdd]&[0x10]Zx[0x1f]Y[0x84]6,[0xa3];F[0xb5]`[0x9b][0xff]0[0x7][0xdd][0x1a]{/PK[0x7][0x8][0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Chars.class[0x95][0x92][0xcd]n[0xd3]@[0x14][0x85][0xcf]$[0xb1][0x83][0x87][0xa4]u[0xb][0x94][0xd6][0xfc][0x95][0x94][0xd2][0xa4]@S[0xd4]"[0x16][0xfc]H[0xa9][0xd3][0xaa][0x95][0xc]mI[0x9a][0x1d]R'[0x89][0x95]8[0x98]8r[0x1c][0xe0]9[0xd8][0xb2][0x82][\r][0x9b]lX[0x81]X[0xf0][0x0]<[0x14][0xe2][0x8e]kE#[0xa8][0x4]]d[0xee]|[0xf7][0xce]=[0xe7]N[0xc6]?}[0xff][0x1]`[0x3]e[0xe][\r]%[0xb9][0xac][0xca][0xe5][0xe][0x87][0x8e][0xbb]Y[0xdc][0xcb]b[0x8d]!e[0xbf]``6C[0xde][0xe][0xfa][0xc3]H[0xf4][0xa3][0x86][0xf0]Gn[0x9a]:[0xf3][0xc]z[0xf5][0xf0]h[0xbf][0xbe]-[0xa9]@g[0xb7][0xf][0xe5][0xee][0x9][0xed][0x9c][0x1d][0xb9][0xe3][0xc][0xda][0xe4][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xed][0xa0]b[0xc7][0xb0][0xc8][0x90][0xae]W[0xb6][0xe4][0xd6]`[0x98][0xee][0xb8][0xd1][0xd1]`[0xe0][0x86][0xb6][0x18][0xba][0xbb][0xee];[0x86]Lq[0xaf]D[0xa6][0x19];h[0xbb]Tw[0xbc][0xbe][0xfb]|[0xf4][0xba][0xe9][0x86]u[0xd1][0xf4])3[0xeb][0x4]-[0xe1]7D[0xe8]IN[0x92]Z[0xdb][0xeb]x[0x11][0x8d][0xbb]G[0xe3][0xd6]"[0xd1]z[0xf5]L[0xc][0x92][0x9a][0xb4]p[0x82][0xb7][0x8a][0xc5][0xc]eH[0xd3][\r]=R[0xaa][0x9e]t[0xce][0xa9][0x83]T[0xfc]AW([0x85]I[0xbb]Z[0xd0][0x1f]{}/zJ[0xd7])[0x96][0x1a]4p[0xd4][0xf5][0x86][0xc][0xcb]N[0x10]v[0xca]b Z][0xb7][0xec][0x7][0x9d][0x8e][0xd7][0xef][0xc8][0xb8][0xd9]+[0x8f]"[0xcf]/[0xdb]][0x11][0xe][0x1f]1[0xf0]Z0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xee][0x8e]'G[0xe4]qv[0xad]'[0xde][0x88][0x1c][0x16]1[0x9f][0xc3]M[0xb9][0x14][0xe4][0xb2][0x84][[0xc]K[0xff]![0xca]`J[0x81][0xb2]/[0xa8][0xb8][0xdf][0xec][0xb9][0xad][0x8][0xf7][0xe9]Uu[0xfa][0xa7][0xb3]X[0xa0][0xdf]90[0x18]D)p[0xe2][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x88][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x11]O+l[0x12][0xcf]([0xcc][0xcc][0x17][0xd3]kk[0x2]bK[0xa0]3[0x93]O[0xcf][0xe7]2[0xc5][0x8d][0xc5][0xf5]L[0xfa]nnu![0x9d]+[0x8][0xc4][0x97][0xd2][0x9b][0xe9][0xe2]Jziu[0xbd][0xb8][0x99]Y/dW[0xf3]L[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tX[0xde][0x82]mz^[0xfa][0xd0][0xb4]ls[0xdb][0x96][0x2][0xdd][0xc3][0xb9]=[0xf3][0xd0]L[0xda]f[0xa5][0x9c],[0xf8][0xae]U)O[0x8f][0x10]9[0xb2][0xe0][0xec]p[0xbb]=gUd[0xfe]`[[0xba][0x1b][0xf5][0x82]x[0xce])[0x99][0xf6][0xa6][0xe9]Zj[0xdd][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4][0x1a][0xd0][0xc6][0xae][0xeb][0x8b][0x88][0xa3][0x1d][0x9e][0xd6]7UM[0xd7]'[0x8b][0xce]Go6[0xa1][0xa1][0xa0]![0xc5][%[0xf0]L[0xc9]n[0x90][0xd7][0xb][0xce][0x81][[0x92][0xf7],%Q[0xdb][0x19][0xbb][0x84]*[0xd7][0xb0]a[0xe0][0x1][0xd8]\[0xe7]%[0xb2][0x19][0x18][0xc4][0x90][0x80][0xa1][0xb6][0x12][\r][0x6][0x1a][0x1e][0x1a][0xf8][0x6][0xdf]R[0x8e][0x89][0x1f][0x1f]'x[0xa4][0x81]-<[0xd2][0xf0][0xd8][0xc0]w[0xf8][0xfe][0x2][0xd0]Y[0x7][0x1a][0x8a][0x6]~[0x80][0xc9][0xbb][0xf][0x84]J%,/[0xf1]Tn[0x9b][0xd5]*{V[0x5]G[0x9]O[0xba][0x87][0xb6][0xf4][0x13][0x85][0xba]5[0xf0]>[0xae][0x1b][0xd8]F[0xc9]@[0xf]z[0x5][0xae]5*eEQK[0xf8][0xbb][0xae]4wl5[0x5][0x9e][0x81][0xf7][0xd0]k`[0x14]c[0x6][0xae][0xe2][0x9a][0xc0][0xd0][0xff][0xbc]![0xf2]9g[0xbb][0xba][0xbd]'K[0xfe][0x85]P]W[0x81][0xe1][0xb7][0xe3][0xe5][0x1c]sG[0xba][0xf][0xe8]r[0xce]l.[0x82][0xf1][0x16][0x18][0xb8]l[0xaa]_[0xb][0x5]i[0xd3][0x17]O|[0xe6][0xf9]r_[0xa0][0x95][0x83][0xb3][0xe6]:U[0xe9][0xfa][0xcf][0x4][0x6][0xdf][0x1]t6[0xc4]M^[0xd5][0xb6][0xd8][0xc3][0xd0]e[0x5][0x97]L[0x8c][0xc0][0x95][0xf3]X[0xb6][0xe2][0xcb][0xb2]t9<[0x9c]1Or[0xf9][0x1f]/&[0x7]x[0xfc][0xed][0x8a]4[0xa8][[0xd2][0xab][0xab][0x12];o[0x87]1[0x81][0x1b][0xc3][0xef]z[0x8b]."[0x90]h[0x9c][0x10][0xf3][0x8e]cK[0xb3]r.L[0xcf]%[0xf4][0xb6]F[0xb6]0[0xc9][0xef]U7?[0x83]a[0xce][0x3][0xa7][0x87][0xde]U5#[0x81][0xe5][0x84][0xd0]F[0xa0][0xab][0x9][0x83]@[0x1f]W%[0xda][0x10]m[0xc7]h[\r][0xe2]Oh[0x91]_[0x10][0x9][0x1f][0xe7][0xc2][0xc7][0x8c][0x3][0x6]b[0xdc][\r][0xe3][0x3][0xfa]m[0xb4][0xc0]g[0x8c]|N[0xff][0x16]>[0xe4][0xaa][0x87][0xbb]m|>[0xc2][0xc7]A~[0x7]>[0xc1][0xa7][0xb4][0xfd]|Z[0x10]n[0x9d][0x13]s[0x1a][0x6][0x98][0xc0][0xd7][0xa9]q[0xe0][0x14][0xad]Jm[0x1a][0xfd][\r][0xe1]_[0xe9][0x84][0x2]t=`1Kvw[0x2]d[0xa3][0x9e][0x84]a[0x8c][0x4][0xbb][0x1c][0xf1][0x6][0xc0][0xdf][0xcc][0x8c][0xd0]&[0xe3][0x91][0x1a][0x9a][0x96]G[0xe3][0xcd]/[0xa1][0xe5][0xc6][0xc2][0xa9][0x1a][0xa2][0xb3]}[0x91][0x9f][0x1b]=[0xdc][0xbe][0xfe][0x1c]M}[0xc7]c[0x11][0x15]?[0xce][0xb3][0xa1][0x10][0xa9][0xf7]c[0x9c][0xc4][0x6][0x8][0xa6]l[0xbd][0xb1]Az[0xc0]<[0x9a][0xf9]g[0x88][0xf1]/[0xd0][0x85][0xfb][0xa4][0xb0][0xc8]F[0xb2][0xcc]\ff[0xe][0x13]X[0x9]h[0xdd]$[0xa5].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":N)[0xc3][0x8c][0xc4][0xb8][0xd3]K[0xe4][0x9]>[0x9]$[0x19]k&[0xe1][0x1b][0x81][0x8]1[0x8a]1[0x89][0x14]i+9R[0x88][0xbc]"[0xff][0x88][0x86])[0x8d]0[0xec]nN[0xbc]bv# [0x18]P[0xcb][0xd0][0xe9][0xbe]F[0xa9][0xa3][0x94][0xfa]T[0xb7][0x9d]@~`[0xb2][0x6]=[0xde][0x1a]7j[0x88][0xbd]D[0xdb][0x9][0xda]_[0xa0][0xfd]'t[0xaa]hG[0x84][0x91][0xe7][0x8d][0xfe]Op[0xa5][0x86][0xf8][0x9]:[0xcf]5[0xee]!y[0xd0][0xd3]H\[0xa7][0xed][0xa0][0xba]J[0xd7][0xfe]@[0xe9][0xd0][0xe0][0x9c][0xba][0x99][A[0xfa][0x17][0xff][0x2]PK[0x7][0x8]k[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/EnglishEnums.class[0xa5]SKo[0x12]Q[0x14][0xfe].P.[0xd0][0xe9][0x83]J[0xd1][0xfa][0xac][0xad]V^[0x16]mu#[0x84][\r][0xa1][0xda][0x86][0xb6][0xb][0x90][0xfd][0x85]N[0x87][0xc1]a [0xf3]hb[0xfc]An[0xd5][0x85]6.[0xdc][0x9a][0xf8][0xa3][0x8c][0xe7][0xde]A[0xe4][0xd1]E[0x13]g[0x92]9w[0xce]=[0xe7]{[0x9c];[0xf3][0xeb][0xf7][0xf7][0x1f][0x0][0xf6][0xb1][0x9f][0x0][0xc7]V[0x2]Ql[0xc7][0xf1][0x8][0x8f][0x13][0xd8][0xc1][0x93][0x4]2[0xc8]r[0xe4]8[0xf2][0xc][0xd1][0xb2]i[0x9b]^[0x85]![0x9c][0xc9][0xb6][0x18]"[0xd5][0xc1][0x99][0xce][0xb0]R7m[0xfd][0xc4][0xef][0xb7]u[0xa7])[0xda][0x16]e[0xd6][0xea][0x83][0x8e][0xb0]Z[0xc2]1[0xe5][0xfb]([0x19][0xf1][0xba][0xa6][0xcb]P[0xa8][0xf][0x1c][0xa3]([0x86][0xa2][0xd3][0xd5][0x8b][0xd6][0xc0]0L[0xdb][0x90][0xf1]E[0xaf][0xe8]{[0xa6]U[0xac][0xd9][0x86]e[0xba][0xdd][0x9a][0xed][0xf7][0xdd][0x12][0x3][0xbf][0x10][0x96][0xaf][0x9f][0x9e]3[0xbc][0xcc][0xd4]{[0xe2]B[0x14]-A[\r]UK[0xb8]ni"[0xd1][0xf0][0x1c][0x2]*e'R[0x12][0x82][0x10]b:[0xc5][0xe6][0xfb]!IH[0xce]![0x90],[[0xf4][0x95][0xe4]9,[0x86][0xf4][0xb4][0xf][0xc2][0x18]yI[0xcf][0x2][0x95][0x9b][0xcd]R[0x85]:[0xe2][\r][0xd3][0xb0][0x85][0xe7];TtPn[0xbe][0x9a][0x91][0x13][0x94]U[0xe6][0x9c][0x4][0xf9]+[0xec]P[0x9e][0xa1]v[0x1d][0xe7][0xb3][0xc6][0xaf][0x98][0x84]v[0xa6][0x9f][0xb][0xdf][0xf2]Zr[0xa4][0xc][0xab][0xf3][0x15]a[0xc5][0xb7][0xd4][0xf0]D[0xe7][0xdd][0xb1][0x18]*[0xb7][0x1c][0x5][0x86][0xc3][0xff][0xf7]B[0xe9][0xc0]N[0xa2]1[0xf0][0x9d][0x8e]~`[0xca]I&'[0xcf]{W6i[0x88]![0xae]a[0x5][0x1b][0x1c]O5[0xec][0xa2][0xc8][0xf1]L[0xc3]s[0xec][0x91][0x12][0x99]_e[0xc8]][0xff][0x1b]"[0x9f][0xff][0xa4][0x9c][0xb6]{z[0xc7]cX[0x9e][0xb6][0xf2][0xb7]F5[0xab]3'e[0xbc]v[0xf2][0xba]~[0xd8]x3[0xfe]6&vKS[0xa8][0x81]A[0x86]Eo[0xf0]v8[0xd4][0x9d][0xaa]p[0xa9]'3[0xdf][0x96][0x9d][0x1f][0xb][0x19][0x8b][0xd2]'[0xaf]0B[0xd2];hD[0xea][0x87]dt[0x3][0xb][0xb9]o`[0x9f]i[0x11][0xc2]"=[0x13][0x14][0x81]-D[0xb0][\r][0x8d]VZP[0x84]%,S[0x8c][0xcb][0xf9]P[0x85][0x4]8V[0x80][0x0][0xcf][0xe5][0xd9]%B[0x9f][0x14][0x83][0x84][0x88][0xaa][0x96]=[0xd5][0x9e][0xe]J[0x90][0xc4][0x9a][0xd2][0xc0]q[0x3])[0xda]_[0x1f]C[0xcb][0xbd]4[0xc5][0x9b]J[0xc2]-E[0xb1]1[0xa2][0xf8]@[0x88]a[0x8a][0xa9][0xfc]O[0xf0][0xc2]G,[0xe7][0xf2]_[0x10][0xfe][0x8a][0xc8]%[0x16]$_d[0x82][0xaf][0xaa][0xf8]6[0x83][0xfa]1_j[0xc4]'W[0xb7]q[0x87]p[0xd7][0xc7][0xaa]R#[0xe6]`[0xef].[0xe5][0xee])=[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x11][0xc7][0xfd][0x91][0xa0][0x7][0xd4][0xbc][0xa9]V[0xf][0xff][0x0]PK[0x7][0x8] R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.class}[0x90]?O[0xc3]0[0x10][0xc5][0xdf][0xb5][0xa5]i[0xcb][0xbf]2[0xb0][0xc1]N[0x17]<[0x80][0x18][0x0]![0xb1] E[0x80]"[0x11][0x94][0xdd]$[0x87]qd9U[0xe4] [0xfa][0xd5][0x18][0xf8][0x0]|([0xc4][0x19]6[0x2][0xc][0xd6][0x9d][0xdf][0xfd][0xde];[0xcb][0xef][0x1f][0xaf]o[0x0][0x8e][0xb0][0x93]`+[0xc1]v[0x82]9ab8\[0xf3][0xea]2[0x10]v[0xf][0xd2][0xc5]M[0xad][0x9f][0xb5]r[0xda][0x1b][0x95][0x87][0xd6]zsF[0x98][0x9]Rh[0xd7][0xf1]/P[0xf6]Ps[0x19][0x4][0x9a][0xe6][0xd6]x[0x1d][0xba][0x96][0x9]{[0xe7][0xc5]i[0x9f][0xb9][0x10][0xe7]}[0x11][0xf3][0xac][0xaf][0xf8]%{[0x94][0xb5]1[0xaf][0xbf]r[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]7][[0xf2][0x95]u[0x12][0xb8][0x9f]F[0x7]Ww[0xac][0xab][0xcc][0xbb][0xd5]7w[0xab][0x97][0x87][0xd1]K8iZ[0xa3][0xf4]R[0x97]O[0xac]\c[0x8c][0xc]c=[0xae]U[0x17][0xac]S[0xb9][0x9][0xf3][0x9f][0xaf]$[0xa8][0xff][0xb3]z!c[0x2]a g(;[0x1c][0x11]FX[0x3][0xa4][0x8e][0x91][0x88]:[0x11]u[0x80][0xa9][0xdc]gX[0x97][0x9e][0xb0][0xf1][0xa5]l~[0x2]PK[0x7][0x8][0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedStringMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]vv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xcf][0xbc][0x94][0xd4][0x8a][0xd4][0x94][0xe0][0x92][0xa2][0xcc][0xbc]t[0xdf][0xc4][0x2][0xbd][0xac][0xc4][0xb2]DF[0x6][0xbd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4]t[0xa0]$[0x88]6[0xc9][0xd2]/-[0xc9][0xcc][0xd1]G[0xd7][0xc5][0xc8] [0x0][0xd2][0xa7][0x9f][0x93][0x8]T[0xe7][0x9f][0x94][0x95][0x9a]\[0xc2][0xc8]`F[0x94][0x19]A[0xa9][0x89])[0xfe]y9[0x95]Hf[0xa9][0xe3][0xd7][0x8]W[0xc9][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0x84][0xcc][0xc],[0xc] [0xc0][0xc8][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8]?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/LambdaUtil.class[0xb5]UKs[0xd3]V[0x14][0xfe][0xae]_"~$i^[0x10][0x8]$m[0x1a]p,'&![0x85][0x96]8/[0xd2]z[0xfa]p[0xda][0x85]i[0xa6]L[0xd8]([0x8e][0xc6]Q[0x90][0x1f]#[0xcb]t[0xb2][0x87][0x1][0xb6][0xdd][0xb1]c[0xba][0xc9][0x16]V[0x10]f[0xc8][0xc0][0x8a][0x19]~L@[0xa7][0xb4][0xfd][0xae][0xac]x[0x9c]`[0x1a]iQ[0xcf]H[0xe7][0xfa][0xea][0x9c][0xef]|[0xdf]9GW[0xef][0xfe]~y[0x0][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rQ[0x4]0[0xa3]`6[0x8a].\[0x89]a[0xe]_([0xb8][0x1a]C[0x18][0xd7]b[0xf8][0x12]_[0xc5]p[0x1d][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x2][0x91][0xac]Q1[0xec]E[0x81]`rr] [0xb4]Z[0xdd][0xd2][0x5]z[0xf2]FE[0xff][0xb1]Q[0xde][0xd4][0xad][0x9b][0xda][0xa6][0xc9][0x9d][0xbe]|[0xb5][0xa8][0x99][0xeb][0x9a]e[0xc8][0xff][0xee]f[0xc8][0xde]6[0xea][0x2][0xa9]|[0xd5]*e[0xb4][0x9a]V[0xdc][0xd6]3f[0xb5]T2*%i[0xe7]v2[\r][0xdb]03y[0xad][0xbc][0xb9][0xa5][0xfd][0xcc][0xe5]<[0x13][0x96]t{[0xc5]4[0x5][0x16][0x93][0x1b]'[0xc4][0x15][0x1a][0xb5][0x9a]i[0xe8][0xd6][0xfc][0xe4]F~G[0xbb][0xab]eL[0x8d][0xe]?m[0xee][0xe8]E[0x9b]H[0xc2][0xe0][0xf5][0x9d]@W[0xdd][0xf5]#[0x95]I[0xcf][0x98]db[0xe9][0xf5][0x86]i[0xb][0xf4]w[0x84][0x1f]:[0xaa]x[0xb7]v[0xa8]:[0xed]5G6[0xb5]H[0x9c]D[0xc1][0xd6][0x8a]w[0xd6][0xb4][0x9a][0x13][0xae][0xe0][0xc][0x19][0x17][0x8c]RE[0xb3][0x1b][0x16][0xd1]V<[0x97]A[0xc2]u[0xae]D[0x90]5[0x15][0xc8]&=[0xd7][0xb3][0x13][0xc8][0xa9][0xc3]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x6][0x92]s[0xd1][0x1]J[0xf5][0xa1][0x88]C*[0xb0][0xe4]5[0xa3]S[0x83]N)7NBX[0xd3][0xeb]u[0xad][0xa4][0xb7][0xd5][0xe0][0xa3][0xfe][0xe5][0xa6][0xeb]a[0x8][0xd1]3>[0xc1][0x5][0xa2]l[0x89][0xbb]+p[0xdf]sA=[0x93][0xca]iE[0xbb]j[0xed][0xfa][0x93][0xd1]]>[0x12],0[0xe3];[0x1f][0x8f][0x11][0x81][0x87]~[0xda][0xf5][0xff]J[0x8a][0x16][0xaa][\r][0xab][0xa8][0xe7][0xc][0xd3]9[0xb6]Z'[0xcd][0xb4][0x9c][0x91]8[0xa2][0x88][0x9][0xf4][0x1e][0x9f][0x97]8F1[0xa6]`AZ[0x1e]}I[0xaf][0xf9][0xe2]X[0xc2][0xb2][0x82][0x15][0x19]wC[0xc1]j[0x1c]_[0xe3][0x9b][0xff][0x8a]?v[0xfc][0x9]\[0xf4]V7[0x81][0x81]d[0xc7]1[0xef][0xe7]X[0xe5][0xaa]VY[0xb3]m}[0xab]5_G[0x9d][0xb][0xb6]EX:O[0xf9][0x1a]Z[0x1e]lI/[0x85][0xcf][0xc6][0xb2]Y[0x15][0xfd][0xd7][0x16][0xe9][0xc5][0xe4][0x87][0x2]}[0xe4][0xc7][0xc]?m[0x1][0xc8]_[0x98][0x96][0x8d][0x86]@[0xdc][0xf9][0xfa][0xf1][0xb3] wS[0xcf]![0x9e]q[0x11]@[0x82][0xf7][0xa8][0xe3]<[0x8a][0x10][0xc6][0xd0][0xcd]U[0xbc][0xe9][0x84][0x1e][0xf4][0xd2]>[0xc2]'[0xe8][0xa3][0x87][0x4]xB[0x9f] [0xed]D[0xea]-[0xc2][0xe2]i[0xea][0xe0][0x15][0x2][0xf9][0xe0][0xc2][0x88]z[0xf0];[0xfa][0xd4][0x91][0xd4][0xc8][0xec][0xb][0x4][0xb][0xf7][0x2]b[0xef][0x9f]?[0xd4][0xa7]t[0xc]9[0x9].@[0xe1]=[0xc5]*"[0x98]"[0xd4]4[0x6][0x90][0xc1]y[0xda]q[0xb2][0x95]I[0xc7][0x8][0xdc][0x8d]A[0xf4][0xf3][0x89][0xa4]3[0xc1][0xf5][0x90]Cf[0x18][0xa7]q[0x86][0x94][0x86][[0xd4][0xe4][0xb3][0xb3][0xb4][0xe7]x%[0x10][0x8c][0xbc][0x87][0xa2]`D[0xfc][0xc9][0xd0][0xf3][0x8e][0xaa][0xb],[0x0][0xe7][0xd8]e[0xfd][0x80]A[0x12][0xf2]3[0x97][0xf5]>B[0x2]y[0xf5][\r][0xc2][0x8f][0xd1][0xa3][0xbe]Fx[0x1f][0x11][0x81]=[0x84][0xda]([0xf7][0xd1][0x2]Y[0xde][0x17]Hy[0x89]{[0xcb][0xe][0xcd][0xa1]&[0x12]>[0xe5]%[0x93][0xf][0x92][0xdc][0xf8][0x11]r[0xf2][0xd9][0xe7]m[0xe4][0xfe][0xc2][0xb0][0x82][0x9][0xbe][0x1b][0x13].[0xb9][0x8b][0xe][0xb9]KnO[0xbe]u{[0x92]h[0x91]S[0x4]$[0x8f][0xa0][0xc3][0xa3][0xdb][0xa9][0xf7][0xf7][0xe4][0xf1][0x3]y[0xac][0xb5][0xf5]'[0xc1].)N[0xc8][0xc7][0xf7][0xe5][0xe7][0xc3][0x1]<[0x82][0x1f][0xc8][0xc7][0xf][0xe5][0xdc][0x8f][0xa4][0x2][0x8f][0xfa][0xf1][0x98][0x9c][0xf9][0xb1][0x1f]?[0x9][0xe0][0xa7][0xf8][0x99]|[0xfc]<[0x80]_[0xe0][0x97][0xf2][0xf1]+I[0xf8]k[\r][0xbf][0xc9][0xc7]o[0xf1][0xbb][0x0]*[0xf1][0xb8][0x1c][0xfd]>[0x1f]O[0xe0]I[0xf9]xJ[0xc3][0x1f][0x2][0xa8][0xc6][0xd3]r[0xfa][0x8f]R[0x99]?I[0xaa][0xbb][0xe5][0xe8][0xcf][0xf9][0xf8][0xb][0x9e][0x91][0x8f]g5<'[0xa9][0xfe][0xaa][0xe1]yi[0xc4][0xdf][0x2][0xf8];[0xfe][0xa1][0xe1][0x9f][0x1][0xac][0xc1][0xbf]4[0xfc][0xdb][0x8f][0x17][0x2][0xa8][0xc3][0x2][0xf8]/[0xfe][0xa7][0xe1]E[\r]/[0x9][0xe8][0x8d][0xb1][0x98]i[0xd5]G[0x8d]D[0xc2]L[0x8][0xe4]o[0xb5][0xa2]-f"[0x9e][0xb2][0xc2][0xa6][0xc0][0xec][0xb6]n[0xcb]4:[0xea][0xe3][0xb1][0xa4][0xd9][0x97]TD[0xa1][0xb8][0xd1]aZ[0x1b][0xcd]d[0xd2][0xb4][0x4][0x8a][0x1b]76oni[0xd8][0xd6]V_[0x1f][0xda][0xb6][0xa5]e[0xf3][0x96][0x86][0x96][0xb6]v[0x81][0xa2][0xd0][0xe]c[0x97]Q[0x15]5b]U[0xad]I+[0x12][0xeb]Z%P@6[0x89][0xa4][0x11]K^bDSd>[0xa5][0xb5][0xa1]~kKc[[0xfb][0xb6][0xa6][0xba][0xe6][0xba][0x8d][\r]-[0x2]3[0xdd][0xfb][0xcc]p[0xca][0x8a]$[0xf7]4[0x19]1[0xa3][0xcb][0xb4][0xc8] [0x10][0xe9][0x8a][0xc5]-S[0xca][0x12][0x98][0xea]"][0x17][0x8f]GM#F[0x92][0xd2][0x8d][\r]m[0xdb][0xea]Cu[0xad][0xad][0xdb]B[0x9b][0xeb][0xd6]7[0xb4]l[[0xdf][0xd8]Z[0xb7].[0xd4][0xb0]^@\F[0xf3][0x94][0xa2]$j[0x93][0xe2][0xca]l[0x1e][0x9]GR[0xd5][0x16]+[0xb2]+[0x12]5[0xbb][0xcc][0x8e][0xba]p2[0x12][0x97][0xc][0xf3]Z)[0xd4]H[0xa6],*|[0xe1]8[0xe4][0xb5].[0x95]\X[0xad]ZM>[0xbe][0xda]H,[0x92]\-[0xe0][0x9].[0xbe]D[0xc0][[0x1f][0xef] [0xc7][0xc9][0xa1]H[0xcc]l" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xf5]l7[0xad]6c{[0xd4][0x94][0xc8][0xc5][0xc3]F[0xf4][0x12][0xc3][0x8a][0xc8]og[0xd2][0x9b][0xec][0x8e][0xd0]7[0xe5][0xa1][0xb8][0xd5]Ue[0xf4][0x1a][0xe1]n[0xb3]*[0x1a][0xef][0xea]"[0xae][0xf2][0xbd]bGU*[0x19][0x89]V[0xd9][0xe2][0xb6]rH[0x81]3[0xbb][0xcc][0xe4]h[0xde]#N[0xc1][0xc5][0xa3](K?[0xb5]&[0x8d][0xf0][0xce]&[0xa3]WIg[0xda][0xd0]U[0x91][0x84][0xa2][0xa9][0xdb]eD[0xa2][0xb6]N[0xd3][0x82][0xc3]}[0xbc][0x98][0x8][0xe7][0x86][0xa3][0xc6][0xde][0xbd][0x2][0x85]C[0xf9][0x93][0xb3][0xe0][0xbe][0xb9]C[0xe7][0x9b][0xe3][0xc9][\r][0xf1]T[0xac][0xa3][0xa1]/l[0xf6]:[0xa8]Os[0x11][0xd1][0x88][0xf8]n)Sz#[0xac]v[0x18]=dT[0x92][0x8d][0xd4][0x9e][0xde]4Z[0xc5]C%[0xd4][0x96][0xaf]^[0xc5][0xe4][0xd5]p[0xd2]N{[0xf2][0x89][0xd2]X[0xb5]&[0xb0]`$CFP^[0xb3][0xa3][0xaf][0x83]q[0x98]Q[0x95][0xdb][0x83][0x13][0xd9].5 [0xb0]1sw[0xa3]J[0x81][0xb0][0xb9][0xb9]s[0x88]d[[0x8c]{[0xe7][0xe6][0xed];[0xcc]p[0x92][0xfb][0xe6][0xb8]&[0x9b][0xe3][0xad][0xa9]pw[0x93][0x99][0xec][0x8e]g!V2Ld[[0xdb]*i[0xf6]C[0x1a]^[0xd6]pJ[0xc3]+[0x2][0xcb]k[0xdb]j[0x86][0xb]X=L[\r]{[0xef]b>[0x5][0x16][0x8e]c_F[0xcb]%[0xe3]3OoW[0x8c][0x8b][0x89]F}[0xb7][0x19][0xde]iv[0xb8]A9[0x84][\r][0x13][0x83][0xa9]~[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]e[0xef][0xd9]#[0xa9][0xb5][0xc5][0x8a][0xf7][0x9a]Vr[0xf][0xcb]e[0xaf]3[0xb4][0x83]P[0x8f]$[0x1a][0xed][0xa2][0x14][0xe]GUr_6X[0xa7][0xd4]TAg$[0xd6][0x91][0xae][0xa8]2[0x89]G[0xc7]S%q}<[0x1a]5[0xd3][0xd5]'?[0xe5][0xae][0xc6]+'[0x9c][0xff][0xf3]]U[0x9c]l[0xfc]V[0x86][0x87][0xee][0xe2][0x98][0xc8][0x84][0xcd]p[0xc9]y[0xd6] Q[0xf3][0x88]D[0xb5]oL[0x1b][0x99][0x8][0xb]Ga[0xa8]fcf[0xb2]jkKH[0x5][0xef]i[\r][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]L[0x18][0xb2]a,X[0xba]$[0xfe][[0xb3][0x8c][0xd6][0xd3][0xb6]5[0xc4]R=[0x2][0xd3]][0xac][0xe4][0x8c]i[0x19][0xd9]e([0x12][0xaf]j[0xdc][0xec]N[0xb6][0x1c][0xe9][0xd8][0xe9][0xa3][0x16][0xd0]@[0xd8][0x88]uD:[0x8c][0xa4][0x14]v[0xd6][0xe5][0xa3][0xd2]-[0x1a]Y[0xf0][0x8]8[0xdc][0xa6][0xe1]5[0x9e][0xea][0x2][0xdb]_[0x7][0x14]o[0xd8]=[0x1]#L[0x9c][0x12][0xf3][0x97]/[[0xc6][0xd8][0xa9][\r]G[0x9d][0xa3][0xab][0x84]G[0x8a][0xcb][0x82][0xf5][0x91][0x84],[0xb8],[0x88][0xb3]F8[0xb6][0x7][0xf1]b[0xa7]A[0x9e][0xad][0x8a][0xff][0x86]HT[0x1d]{[0x19][0xe1]K[0xe5]N[0x1d]oF[0x8b][0x8e][0xb7][0xe0]R[0xd6][0xd3][0x89][0xaa][0xad][0xe3][0x5]l[0xd3][0xd1][0x84]f[0x1d][0xad]h[0xd3]pF[0xe7][0x9]#[0xe8][0xb5][0x11][0xf1][0xd6]D[0x8e].<[0xc2][0xab][0xa3][0x17]W[0xf2][0xe8][0x1f][0xef][0x14]b[0x87]1[0xc2][0x19]D[0xb7][0xf][0xc5]]*[0x12]Ugj[0xd5][0xd6][0xd8][0xce]X|w[0xac][0xcc][0xb4][0xac][0xb8]U[0x16][0x96]E[0x84][0xeb]e[0x9d][0xfc]0[0xfb]"[0x89][0xa4][0xc9]ZR[0x16][0xef],S[0x87]XM[0x99].r[0x85]O[0x17][0x9a][0xf0]k"O[0x17][0x1][0x91][0xaf][0xe3]:[0xbc]O[0x17]:[0xae][0xd4][0xf1]vl#PC[0xb4][0xd4]E[0x81][0x98][0xc4][0x98][0x1e]Z[0xe5]41Y[0x17]SD[0xa1][0xc0]9[0xe3][0x1c][0x15][0x92][0x8c][0x2]R[0xd8]%[0x1f]W[0xeb][0xa2]HL[0xd5]D[0xb1].[0xa6][0x89][0x12]]L[0x17]g[0xe9]x[0x17][0xde][0xad]c3[0xb6]P[0xbc][0x2]~i[0xba][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x82]R[0x1e][0xf1][0x9d]F4[0xc1][0xc6][0xe0][0xa4].f[0x8][0xbf].f"[0xac][0x89][0xb3]u1K[0xcc][0xd6][0xc5]9[0xb4][0x0][0xb7][0xe0][0x86]4R[0xb6][0xd7]"1[0xd6][0xd3]MF[0xa2][0xbb][0xd5]L2[0xad]uQ&[0xe6][0xd0][0xe1]b[0xae].[0xe6][0x89][0xf9][0xcc]r],[0x90][0xa6]/[0x94][0xe]\[0xf1]F"W[0x17][0x8b]DP[0x17][0x8b]E[0xb9].*[0x18][0x18][0xa2]R,a[0xd6][0xe8]b[0xa9][0xe4][%[0xf9][0xea][0xee][0xbc][0x92][0xd2][0x97][0xa5][0x9d][0x9c][0x9d][0xe1][0xd2][0x17][0xcb]5Q[0xad][0x8b]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x8d][0x13]Vg[0xec]nYJ<[0x8f][0x8d][0xd9][0xa0][0x87]ZR[0xb1]d[0xa4][0xc7][0xdc]bZ=[0x91]DB[0x5][0xdd][0xa4][0xec][0x1c][0x93]{Vj[0xe2]|]\ .[0xcc][0xda];,[0xcf]x[0xb4]LX[0xd1][0xe5]Y1d[0xc7]qVN[0xd8]G_2[0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92]K[0x84][0x9b][0x84][0x95][0xa6][0xcb][0x88][0xd6][0xa9]Z[0xe1]"[0xa9][0x18]$[0xb1][0xcc]NY[0x8d][0xc8]m[0x17]{5[0xb9][0xdc]fX4[0xd0]E][0x94]c[0x8f][0xb2][0xb8][0x9c][0xb4][0xb9][0xc4][0xa1][0x3]&u[0x98]B^[0x9d][0xe8][0xe2]h*[0x81][0xef]D[0xb7][0xb2][0xba][0x12][0x11][0xba][0x0][0xd8][0xe1] d[0xd3][0xef][0xe4]HZ2[0x13][0xde][0xd3]([0xd0][0x10]]+[0xce][0xf0]Sh[0xe8][0x91][0x8f][0xd8]:[\r]q[0x1a][0xc7].[0x9a][0xe6]K[0xe3],[0xc7][0xb8][0xd2][0x1]L[0xdd][0x7]?M,>8[0x80]i[0xb4][0xa5][0xe4]`H}[0x91]c>5[0x9c]J)[0x1e]eA[0x9]e[0x1][0xd7][0x13][0xb9][0xf7]s[0xe5][0x83]\[0xf9][0x10][0x8a][0xf1]a[0xa5]y[0x9][0x99][0x15]s[0xdd]r[0xb4],u[0xb4][0x94]:i[0xc8][0xc9][0xdf]([0xe5]'[0xf8][0xe1]Ul[0xed][0xb8]HR#[0xf6][0xb4][0x8e]F}[0x8e]F%[0xe5][0x9e][0xfb]1[0xbd][0x1f]g[0xf1]U[0xda][0x8f][0x19]T[0xa7][0x1f]g[0x1f]Tl'[0x13][0x94][0x99][0xe][0xa0][0xb6]#o[0xe7][0xcc][0x1d]([0xc4][0x9d][0x19]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95][0x1a][0xbb][0x15]}[0x89][0x82]r[0x10],{[0xa6][0xcf]Q[0xcc][0x7][0xb1]E#[0xf4][0x9];[0x4][0xb0][0x17]W[0xe1][0x1d][0x8e]n[0xef]T[0xba]][0xed][0xe8]V[0xed]D[0xac][0xc4])0[0x80]Y[0x83][0xe1][0xe4]S[0xf3][0xf7][0xba][0x2][0xd6][0xef][0x98][0x9e]P3[0xb9][0xb4][0xf6]*r[0x9e][0x99][0xe1]|[\r]9[0xb3][w8ov[0xac][0xce][0xab] [0xeb][0xd9][0xfd]8G[0xb2][0xf6][0xb8]X?[0x9c]1L[0xe6][0x80][0xcd]Z[0x8e][0xec][0x18][0x19]4,O[0x19]&\b[0xa5]Hi[0x92]-[0xf6]=[0xa4]xoF[0xec][0xd5][0x9c][0x91][0xf0][0x15][0xf][0xa0][0x8c][0xf0][0xce]i[0xaa]<[0x81]\q[0xb0][0x92]A<[0xf7][0xa0]r[0x93][0xd4][0xa0][0x88]o[0xe0][0x9][0x9a][0xf4]$y>E[0xc8][0x9f]V[0xda][0x94][0xd9]{q[0xad][0xa3]M[0xb1][0xa3][0x8d][0x9f]TR[0xc3][0x1c][0x97]^[0xc5][0x8e]^v[0x9e][0x89][0xd3][0x98]$crt-[0x3][0xf2]:[0xe5]d[0xe0]U[0x94]#yT[0x1f][0xc2][0xbc][0x13][0x8]R[0xd7][0xa2][0xf9][0xa2][0x1f][0xb]..?[0x8e][0xa9]E[0xb][0xa9][0xf8][0xa2]~[0x4]ou[0x12]s[0x0][0x8b][0xf]c[0x1e]I[0xfb]Q~ [0x83][0xa2]m[0xc3]3D[0xf3]Y[0x86][0xca]s[0xa8][0xc0][0xf3][0x19]g[0xc9]`[0xba]>[0x13][0xa7][0x5][0xf0][0x9c][0x6][0xaf]5=k[0xc5])[0xaa][0x96][0xc7]0[0xbf][0x81]*IE[0x1e]%3[0x19][0xfc]k[0xe8][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&e{[0xc5]Q,[0x11]8[0x82][0xa5]M[0x1c]U[0x9]4/9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xf6]a[0x16][0x7][0xcb]e[0xfd][0xa9][0xae][0xf1]V[0x96]z[0xfb]q[0xee]Q[0xac]`[0xf5][0xdb][0xe6][0xa9][0xca]AdgP[0x1f][0xe0]E2}[0x89]yt[0x12]K[0xf1]2jp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xe1][0x95]L%XJ[0x1d]?[0xc0]<[0x93][0xfa][0xaf]a[0xae]][0xac][0xaa]a[\r]3[0xee]#[0xaa]&T[0xe2]F[0x8e]l[0xac]e|[0xd8]k7e[0xd6]>[0xca]9iW!r^[0xc3][0xc][\r]7[0xab][0xbf][0x8f][0x9d][0xc2]\[0x7][0xec][0x8f][0xd3]![0xb7][0xa4]m[0x14]7[0x92][0x81]_&[0xb8][0xef]~[0xf8][0xdb][0x89][0xe6][0xb4][0xd6]v[0xaf]*[0xad][0xad][0xed][0xb9][0xaa][0xd0]jb[0xbf][0xac][0xa7][0xe7][0xb5]*[0x4][0x8e]`eSE[0xf3][0x92][0x7]Vz=+s[0xa7][0xe5]N[0xf3][0xde][0x85][0xa6]%[0xd3]r[0xab]k|[0xa5][0xbe][0xe3][0xa8]-[0xf5][0xd1]=[0xe7][0xd7]h[0xa5][0xda]Q\ [0x81])[0xab]<[0x86][0xea][0xf6]R[0x9f][0x9c][0xb8]P[0x2]Ts[0x4][0xab][0xd2][0xd8]<[0xbe][0x1f][0x1]I;[0x80][0x8b][0xae][0xcd][0x15][0xfb][0xcf][0x1c][0xaa][0x94][0x9][0xbf][0x81])[0xd8][0x87]Z[0x7][0xb3][0x95][0xf4][0x10]p[0x6][0xb3][0x19][0x12][0xf3]x3[0xac][0x10]9[0xa8][0x13][0x1e]l[0x10][0xb9]h[0x16]>\[0xca]B[0x97][0x12][0xf9][0xe8][0x13]y[0xd8]+[0x2][0xb8][0x86][0xeb][0xd7][0x89]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd5][0xc4][0xbb][0x19][0x8b][0xf0][0x9]|[0x92][0xf5]h/M[0xed][0xc4][0xa7]8[0xaa][0xe3][0xca]>[0xdc][0xaa][0xbc]q[0xbd][0x83][0xf1][0x1e][0x94][0xc7]1[0xe7][0x90][0x9c][0xab]k/Zw[0x4][0xf5][0xfd]X[0xef]YE[0xdf][0x86][0xbc][0xab]f[0x1c][0x6][0xbd][0xac]y[0xf8][0xba][0x87][0x9c][0xa6]#HK[0x1b][0x9c]\[0xaa]fD[0x82]q[0xe9][0xa3]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q!Wk[0xb1][0x90]1[0x1b][0xc4]ZR[0xad]f[0xd4][0xad][0xe1]j[0x1d][0xe9][0xd6][0xe1]<[0xd4][0x93][0xa2]!S/[0x82][0xfc][0xff][0xbc]j[0xe]*[0xa9][0x97][0x85]/[0x90][0xfb]R[0xea]h[0xcf]][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]w[0xa7][0x86]/[0x9e]F[0xe][0xf3][0xcf][0xe7]![0xd5]~[0x85][0xc0][0x97][0xd8][0x13][0xc8][0x8c][0xa1][0xa7][0xa5][0xe9][0xc4][0xa3][0x9a][0xe3]M[0xb4]v[\r][0xdf][0x8d][0x8][0xfc][0x1f]PK[0x7][0x8][0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.class[0x95][0x93][S[0xd3]@[0x14][0xc7][0xff]K/[0xa1]!P[0xa0][0x80][0x80]wTh[0xc3]%*[0x17]/E[0x10][0x10][0xf4][0xa1][0x82]3E[0x18]|[0xb]q[0xa7][0x4]CS[0xd3][0x4][0xf4]c[0x89]3[0xc0][0xe8][0x8c][0xe3][0x93][0xf]~([0xc7][0xb3][0xdb]HC[[0x1e]|[0xd9][0xcb][0xd9][0xb3][0xbf][0xf3][0xdf]s[0xce][0xfe][0xfe][0xf3][0xed][0x7][0x80]i[0xbc]J[0xa1][0x13][0xba][0x8a]qL[0xa8]H`R[0xa5][0xed][0x94][0x2]C[0xc5]}[0xe9]*[0xe5]/[\r][0xaf][0x1c][0xf0]j[0xd5],[0xc9]xM[0xb7][0x18]:[0x8b][0xbe]i}xmV[0xc2][0xf8][0xe9]*[0xf7]7[0x2][0xbf][0x12][0xf8][0xe4][0xc2][0xcd][0x3][0x86][0xa1][0xec]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x7][0x12][0x1e]s[0x3][0x9f]a[0xa0][0xb5][0x3]=[0x86]`[0xdb]a"3uL[0x98]D[0x1][0xe8]n4R[0xea][0xe7][0xed][0xb2][0xed]/[0x10]<+[0xd3][0xe7][0xef][0xd9]U[0x6][0xa3][0xe0]z%[0xc3][0xac][0x98][0xd6][0x1e]7([0xf7]%[0x92]/[0xe6][0x99]}#[0xf0]m[0x87][0x8e][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0x90];[0x5][0xb7][0xf4][0x96][0xf6][0xc4]i[0x9f][0xb7][0x9c][0x90][0xa4][0x16][0xdd][0xc0][0xb3][0xf8][0x9a]-^[0xd8][0xd7][0xe0]:%[0x14]hH[0xa3][A^[0xc3]<[0x9e]iX[0xc0][0xa2][0x86][0x1e][0xf4][0x92][0xec][0x16][0xe5]W[0xf0]\[0xc3][0x12][0x96][0x89][0xd5][0xea][0xe1][0x1a][0xee]`[0x85][0xa1][0xeb][0xe2][0xcb][0x84][0xf5][0x85][0x18][0xee]*X[0xd5][0xb0][0x86][0x97][0xc][0x93][0xff][0xf5]&[0xca]V[0xbd][0x80][0x1b][0xbb][0xfb][0xdc][0xf2][0xff][0xe9][0xbb]Xw[0xaa]bE[0xa8][0x95][0xa5][0xdd][0xf4]L[0x8b][0xd7][0x1b][0xb4][0xa1][0x91]e[0x87]HgG4\[0x8b][0xc6][0x12][0x1e]=[0xd2]*5[0xd5][0xe2]RA[0xba]<[0xfe]1[0xb0]=[0xbe][0xee][0x96][0xd7][0x3][0x87][0xc4][0x8d]F/[0xd7][0xdc][0xf2][0xb9]f[0x13][0xc3][0xf0]%[\r][0xf5]N[0x84][0xea]kj[0x13]i[0x8e][0xbc][0xbc][0xf8][0xb9][0xea]s[0xea][0xcb][0x18][0xf7][0x9a][0xff]g[0x88][0xa2]O[0xde]I[0x1a][0xa0][0xda][0x8b][0xca][0xd2]*[0x89][0x94][0xa8](Y2[0xb4][0x9b]C[0x1b][0xad][0x80]v[0xfd][0x18][0xec][0x4]m_h[0xdd][0x86]>[0x1a]U[0x9a][0x81]{P0[0x8a]~Zi5?[0xc][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0x82]1[0x18]2v[0xc8]S[0xf8]v[0xeb][0xbf][0xa0][0x12]F?Al[0xfc][0xc]q[0xc1][0x8a]IV/[0xe2]4[0xe6]h[0xd4][0xd1][0x81][0x9]R2)[0x99][0x3][0xb5]{[0x18][0xc2]0 W[0x82][0xce]pU[0xde]d[0x1d][0x14][0xe6][0x1a][0xae][0x87]a[0x96][0xe8][0xba][0x90][0x90][0xf9][0x8e][0xc4][0x8e]~[0x86][0xe4]O([0xf1]S[0xb4][0x5]kT=K[0x11][0xe7]"[0xaa]3[0xb8][0x81][0x9b]R[0xf5]-[0xdc][0xbe][0x1c][0x97]"[0x9c][0xda][0x2][0xb7]@[0xb8][0xc5][0xb][0xb8]4F[0xa4][0xf]uq[0x88][0x9b][0xa6]Y[0x9c]%[0xf4]St4[0x2]D[0xac][0xe5][0x8] Ay[0x1d][0x95][0xd9][0x1c];[0x7][0x8c][0xc9][0x1c][0x1]i[0xa1][0xe7][0x18]Z[0xe4]iL[0xa2][0x92][0xf2][0xea][0x8][0x8d]Y[0x89][0xcf][0xfd][0x5]PK[0x7][0x8]D[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/MessageSupplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x1d][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0x9b]Z\[0x9c][0x98][0x9e][0xaa][0xef][0xb][0xa1][0xad][0x19][0x19][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2sR[0x19][0x19]D[0xa0][0xe2][0xc1][0xa5][0x5][0x5]9[0x99][0xa9]EzY[0x89]e[0x89][0x8c][0xc][0xba]8[0xcd]+-[0xc9][0xcc][0xd1]G[0xd3][0xc4][0xc8] [0x0][0xd2][0xa6][0x9f][0x93][0x8]T[0xe6][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0x87]2[0xb0][0x80]X[0xc][0xac]@[0x92][0x89][0x81][\r][0x0]PK[0x7][0x8]w[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/PerformanceSensitive.class[0x85]P[0xb1]N[0xc3]@[0xc]}.I[0x3][0x85]B;00[0xc1]T[0xc1][0xc2]I[0xc0][0xc6]T[0x81][0x98]*Q5[0x12]K[0xa7]k[0xe4][0x86][0x8b][0xae]w([0xb9]D[0xe2][0xd7][0x18][0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1],[0xa4]C[0xa5][0xe][0x96][0xfd][0xf4][0x9e][0xfd]l[0xff][0xfc]~}[0x3][0xb8][0xc7]8[0xc1]i[0x82][0xb3][0x4]#B[0xdc]h[3[0xe1][0xfc][0xfa]f9+t[0xa3][0x95][0xd5].Wi([0x8d][0xcb][0x1f][0x9][0xe3][0xa9]s>[0xe8]`[0xbc]{[0xe6][0xb5][0xae]m [0x80]0H}]f[0xfc]b[0xac][0xf4]^[0xcc][0xb9]\[0xfb]r[0xa3]][0xc6])[0xbb][0xca][0x4][0xd3][0xf0]m;L[0xb8]E[0xed][0x82][0xd9][0xf0][0x9b][0xa9][0xcc][0xca]r7[0xad]"\m[0x19][0xea]B-8[0xb0]k+[0xb1][0x9f][0xec][0x91][0xcc][0xbd]5[0xd9][0xa7][0x8][0xe3][0xa7][0xd9]4M[0x9]w[0xbe][0x14][0xe5][0x87][0xce][0xde]YY[0x9f][0xe7]rE[0x9b][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x7]c[0xd5][0xae]M[0x9][0xa3][0xce][0xe4]uUp&7^[0xee][0xf4][0xed][0xd6][0x9f][0x90]|[0xa1]'q /[0xa5][0x88][0x10]![0x16][0xd4][0x17][0xd4]_[0x82]*$[0xc2][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xe1][0x8][0x3][0xc9]Ca[0x8f]%"[0xc6][0x9][0x86]PK[0x7][0x8][0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/PropertiesUtil.class[0x95]X[0x9]x\U[0x15][0xfe]ofy3[0x93][0x97]4[0x9d],[0xed][0x94]TR[0xe8][0x92]L6Z[0x82][0xda]i([0xd0][0xb4][0xd0][0x94]4-MK[0xa1][0xa0]2[0x9d][0xbc]&C'[0xf3][0xc6]Yh[0xab][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x88][0x82][0xa2][0x88][0x82][0xb][0xa2]`[0x14][0x8b]-[[0xda]P[0x15]7[0xca]"[0x8a]+[0xee][0xfb][0xbe]+(B[0x5][0xe2][0xef]{[0xf3]f[0xe9]L[0xa1][0xfd][0xbe][0xbc]w[0xdf][0xb9][0xe7][0x9c][0xfb][0x9f][0xe5][0x9e]s[0xa6][0x8f][0xbd][0xf8][0xc0][0x17][0x1][0x9c]*[0x96][0x5][0xb0][0x6][0xb7][0xfb][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "wh[0xf8]T[0x0].[0xdc][0x1e][0xc0]$>][0x8b][0xcf][0xe0][0xce]Z|[0x16]{[0xe5][0xe3].[\r][0x9f][0xb][0xc0][0x8f]}[0x92]a[0x0]w[0xe3][0x1e][\r][0xf7][0x6]P[0x87][0xfb]4[0xdc][0xaf]a*[0x80][0x6][0xdc][0xee][0xc3][0x1][0xf9]>(9[0xa7][0xe5][0x8a][0x8f][0x7]p[0xc8][0x87][0xcf][0xcb][0x8f]/[0xc8]C[0xbe][0x18][0xe0][0xe3]A[0xf9][0xf8][0x92][0xf]_[0xe]`[0x19][0xbe][0x12][0xc0]W[0xf1]5IyH[0xae][0xe][0x7][0xf0]0[0x1e][0xd1][0xf0]h[0x0][0x8f][0xe1][0xeb][0x1]<[0x8e]o[0x4][0xf0]M<[0xa1][0xe1][[0xf2][0xec]'[0xe4][0xc7][0xb7][0xe5][0xea];>|W[0xca]O>[0xbe]/[0xf]xR[0xc3][0xf][0x2][0xe8][0x91][0x6][0xb8][0xf0][0xc3]Z[0xfc][0x8]wj[0xf8][0xb1][0xdc][0xfe][0x89]|[0xfc]T[0x92]V[0x8b][0x9f][0xe3][0x17][0xf2]q[0xa7][0xfc][0xfc][0xa5][0x86]_[0x5][0xb0]\[0x8a],[0xc3][0xaf][0xe5][0xe3]7[0xb5][0xf8]-~'[0x1f][0xbf][0x97][0x8f]?[0xf8][0xf0]G[0x1f][0xfe][0xa4][0xe1][0xcf]>[0xfc]E[0x82][0xfc][0xab][0x86][0xbf][0x9]4[0xc]m8[0xa7]o[0xdd][0xeb]6n[0xda][0xb0]q[0xcd][0xa6][0xcd][0x83]kF[0x4]z[0x86][0xcc][0xf4]Xo4[0x15][0x8d][0x8d][0x1b][0xbd][0x9]sl,[0x9e][0x1c][0x93][0xef][0xbe]K{s[0xd9]x[0xa2]wc[0xda]L[0x19][0xe9]l[0xdc][0xc8]l[0xe1][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]O[0x8a][0x94][0x8c]@[0xcb][0xd0][0xa5][0xd1][0xcb][0xa2][0xe5]Ld[0xf0][0xf6][0xc7][0x93][0xf1][0xec]J[0x81]P{e[0x96][0x8e][0xf3][0x5][0xdc][0x3][0xe6][0xa8]!0k([0x9e]4[0x86]s[0x13][0xdb][0x8d][0xf4][0xe6][0xe8][0xf6][0x4])[0xc1]!3[0x16]M[0x9c][0x1f]M[0xc7][0xe5][0xb7]Mtg[0xc7][0xe3]<[0xb2][0xd9]V[0x98][0x88][0x12][0xe3]H6M[0xa8]JYM<[0xc9]Mk/n[0xf6][0xe]&S[0xb9],[0xb7][0x8d][0xe8][0x4][0xe1][0xb8][0xe2][0xa6]Q[0xb2][0xbb]a[0xcd][0xee][0x98][0x91][0xca][0xc6][0xcd][0xa4][0xdc][0xcd][0xa5][0x13][0x2][0xf5][0xd6]n[0xd2][0xc8][0xf6]n[0xd9]4Dr0[0xe5][0xc0]=;[0x9e]0[0x86][0xa3][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda]Q[0xa7][0xb][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x2]u#[0xd9]hl[0xe7][0xfa]hJ[0xe1][0xa6][0xf7][0x19]H[0xa6][0xa7][0x86][0xbf]3[0x11]5[0xfc][0x83][0xc9][0xc7][0xbc][0x13][0xf0]'[0xcc][0xe8][0xe8]@[0xc2][0xcc]P[0xeb][0x19][0xed][0x15][0x81][0x17][0x9d][0xb5]a[0xfb][0xa5]F,[0xbb][0xa2][0xa3][0x9a][0xc3][0x5][0xb5]x3f.[0x1d]+[0x3]i[0xb][0xaa][0xd0][0xd7][0x8d][0x19][0xd9][0x8d]EPOi[0xef]8[0xde][0xc8][0x7][0xa9]b[0x95]i&[0x8c]h[0xd2][0xde][0xdb]S%&[0xdb][0x18][0xb2][0xa4][0xf2]YK[0x85][0xed]mr_[0x1f]5vDs[0x89][0xec][0xf9][0xd1]D[0x8e]|B[0x8a]HWZ[0xc7][0xc][0x8c]G[0xd3][0x19][0x7]0[0x8f][0xe9][0xa9]t[0x8c][0x1d]5z.f[0xf1][0xf7][0xda]r[0x4][0xbb][0xb6][0x82]@u[0xfe]c[0xaa][0x9a]W}S[0xc3]?[0x5]f[0x13][0xf0]j3[0xc7][0x88][0x17][0xf0]V[0xb2]{u[0xc7]j[0x1]->[0x96]4[0xd3][0xc6][0xa8][0x93][0x92][0x8a][0xa3]8%[0xc5]j[0x96][0x11][0xcb][\r][0x83][0xc9][0xac]1f[0xa4][0x8f][0xad]v[0xb0]c[0x90]B[0xfc][0x9b]E[0x89]!39vl[0xf6]u[0x1d][0xeb][0xc8][0xbe][0xce][0x82]m[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8b][0xab][0xbb][0xb9][0x98][0xc4][0xaa]&[0xf0][0xea][0xaa][0x1e]~[0x9]i[0x81]Fy[0xf4][0x9e]L[0xd6][0x98](N[0xc9][0xb9][0xed]US[0xbc][0xc6][0xd8]-0[0xbf]X[0x95][0x11][0xcb][0xa5][0xe3][0xd9]=[0xc5][0x8e][0xab]3vg[0xd3][0xd1]Xv$[0xb7][0x9d][0xb1][0x11]8[0xb3]J[0xfd][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xe8]s];[\r]z[0xc5][0x9b]J[0x1b];[0xe2][0xbb][0xe5]-[0xb3]U[0xd7]Y[0x94][0xcd][0xe6][0xfa]h66[0xce][0xd4]%_F[0xd6][0xd7][0x82][0x9e][0xa1]xF&OKi=[0xdb][0x93][0xca][0xd7][0xb4][0x85]e[0xbc][0xfd]G[0xc3]ZIG[0xff][0x8b]u4[0x15]%[0x1e]i[0xe4][0x86][0xe4][0x80]91a[0xf2][0xfa][0xc9][0xd3][0xa5][0xcf][0x96]T[0xab][0xb1]Ed[0xd6]#U[0xb7][0xa9]%#Kn[0xf9][0xce][0xf2]RJ[0x5] [0x95][0xcf][0x90][0xf0][0x9e]b1[0x1b]aJG[0xb3][0xb9]4[0x8d]:[0xef][0xe5][0xc1]9[0x8e]#[0x4]j[0xe3][0x99][\r][0x99][0xad][0xf1][0xe4][0xa8][0xb9][0x8b][0xf0]][0xed][0xb2]z[0xf8][0xfa]c[0x9][0xbb][0xcb][0x90][0xc0][0x16][0x10][0x18]Q[0xf5]O[0x16]k[0xa6]Wi[0xe9][0xea][0x91][0xaa]u[0xac][0xc3]m:[0xd6][0x82][0x17][0xa5][0xa9][0xd2]Y[0x1a][0x9e][0xd6][0xf1]o[0xfc]G[0xc3]3:[0xfe][0x8b]gY[0xb4]u<[0x87][u[0x1c][0xc1][0xff]X[0xaf][0x8a];[0x84][0x8e][0xe7][0xf1][0x82][0x8e][0x17]1[0xc3][0xa2][0xae][0xb][0xe0]6[0x1e]Z0i[0xf3]x[0xda][0xdc]%[0xa3][0xac][0xb]!j[0xf2][[0xa5][0xbd]G`N[0xb9][0xf]V[0xe5][0xe2][0x89]Q#[0xcd][0x10]mIJ[0xe9][0xb6][0xac][0xd9][0xc6]^0[0xda][0xa6][0xb][0x97]p[0xeb][0xc2]#[0xbc][0x9a][0xd0]t[0xe1][0x13]~[0xa6]Z[0x81]'&[0x1b][0x89]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]8[0x1b][0xe7][0xe8][0xd8][0x89][0xa4][0x8e][0xab][0xf1]V[0xd9]9[0xd3]9[0xc2][0xa8]E[0x82][0xa5]J[0x17][0xba][0xa8][0xd3][0x91]FV[0x17][0xf5][0xc8]hb[0x96].[0x1a][0xc4][0xec][0x12][0xec][0xe]@M[0x4]u[0xd1]([0x9a]4[0xd1][0xac][0x8b][0x16]1G[0x13]su[0x11][0x92]:O8[0xc6]5[0xd4][0x11][0xc7]5[0xd2][0xd7][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c]\[0x80][0x18][0x8d][0xc5][0x8c]L[0xa6]-[0xa3][0xee]|[[0xa1]e[0xf6][0xe8]b[0x9e]8A[0x17][0xad]b[0xbe][0xc4][0xff][0x8a]<[0x14][0x15][0x9b][0xb3][0xd2][0xe9][0xe8][0x1e]y5tq[0xa2]h[0xd3][0xc4][0x2]Z][0xee]3][0x9c][0x84][0x84].N[0x16][0xb]u[0xb1]H,[0xe6]}[0xd1][0xc5][0x12][0xd1][0xae][0x8b][0xe][0x11]f9+([0x8b][0x99]IBM[0x1b]I[0x16]og[0xb9]6[0x9a][0x19]g:[0xea][0xa2]StI%[0xdd]Lh][0xf4]H[0xf9]^q[0x8a].[0x96]J%[0x9a][0x99][0xe9][0xb1][0x9a][0x99][0xe6]da[0xd7][0xf1][0xb4]NzL[0xed]-[0xeb][0x89][0x99][0x13])3[0xc9][0x83]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x90][0xce][0xda]Xb[0x99][0xd5][0xb6][0xd9][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x7][0xb3]F:[0x9a]5[0xd3][0xc5][0xb9]T[0x18][0x16]X:[0xab]u([0xce]6[0xa5]e[0x86][0xb5][0xab][0xe4]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x1f][0xdb][0x96]![0x8e]*F[0xda][0xb2][0xa3]n[0x7][0x1d][0xb0][0xc9][0xb0]f[\r][0xba]!\[0xbd]]([0xd9][0x1]3[0x91][0xa0])Vyn[0xaa]D[0xe7]U[0x8e];[0xb6][0xb5][0x94]4[0x80][0xbc][0xcd][0x14][0xd5][0xc6][0xa3][0x99]aVw9V[0xa8]WS{q_[0xb1][0xe7][0x1c]V[0x1]:5[0x99][0xf7][0xc9][0x9c]<[0xcf]Q#[0xa1][[0x8e]_[0xb2][0xdf]T[0xdc][0x97][0xe5][0xc4][0x13][0xb3][0x86][0xb3][0xba][0xe8][0xe8][0xe8]H.[0xc5]j[0x9f][0xc9][0x18]E"[0xa5][0xd7]\[0x89]x[0xa3])[0x1e]N[0x9e][0xee][0x97][0xd5]C[0xed][0xcb]N4[0xbe][0xac]i[0x91][0xca][0xcd]r[0xda]e[0xf7]KEh[0xd7][0x90]q[0x99][0x91][0x18]2[0xc7][0xac]0[0xe9][0xdc],*4[0x95][0xa2]T[0xd5][0x8c][0x12][0xf4][0xa5][0x93]gE[0xf4][\r][0xc6][0xeb]s[0xd1]DfPM5[0x3]Q[0xe9][0xb4]z{[0xb4]sR[0xb0][0xb5][0xfd][0x98][0xf3][0x95][0xb6][0xc3]L[[0x13]v[0xd1]%[0xb0][0x6]*V[0xff][0x94]d[0xcb]U[0x9c]69U[0xcd].P[0xed][0x99][0x89]~U[0x92][0xfc][0xac]"6[0x98][0xbf][0x1b][0x8a]*[0x7]'[0xf6]2%c[0xad]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]+[0xad]A[0xaa][0x9e][0x11][0xe4]X[0xf1][0xac][0xea]M[0x18][0xc9][0xb1][0xec][0xb8]jM<[0xc4]+->K[0xe6]n[0xfb]`[0xc7][0x80][0xf4][0xc6][0xc0][0xb1][0x1c][0xda][0x98])[0x99][0xc9][0xa4]cx[0xd3]f[0x97]\[0x8d][0x11][0xe5][0xb7][0xba][0x12][0x2][0xb3]?[0x93][0x95]-~k\[0x9e][0xed][0x97][0xa3][0x8a][0x9d]V[0xcd]<[0xb8]R^[0xd5][0x96][0x8c][0xd8][0xc7]?[0xcf]9[0xf7][0xce][0xc5]kR[0xe6][0xb0]|[0xea][0xb0]Y{[0xd3][0xc6][0x84]y[0x99]Q6]V[0xc8]-G[0x9f][0xc6]2c[0xec][0xde][0xb0][0xc3][0xf2][0xd9][0xa0][0xac][0xc][0x83]UL`][0xcf]F[0xe3][0xc9][0xcc][0xb9]rPs[0xf1][0x16][0x97][0x19]b[0xeb]|[0x99][0x7][0xbb][0x18]H,[0xe5][0xef][0xe5]5[0x0]j0O[0xb6]S[0xae][0x82]rnPo![[0x1b][0x9f]C[0xfc]:[0x9b][0x1c]5|[0x7][0xc2][0x7] [0xc2][0x9d][0xf7][0xa3][0xe6]n%[0xb5][0x9e][0xcf]z[0xfe]J[0x7]z[0xe1][0xc6])[0xf0]S[0xe3]0[0xbf]Z,nlP:[0xe5]Jj[0x15]J[0xe7]FKg[0x8d][0x8b]<[0x1][0xee][0x1d][0x92]:[0xf][0xc1]u[0xe1][0x1][0xb8][0xd7]w[0x1e][0x84]g[0x1a]^[0x81][0xe1][0xee]ih[0x2]7[0xe3]f.|[0x2]_[0x82]?[0xe2][0xe][0xb9][0xa7][0x10][0x88]xD[0xc4][0xdb][0x15][0xf2]L[0xa1]6[0xe4]9[0x8c]-![0xef]a[0xcc][0x91][0x9f][0xfa]$[0xd6]F[0xb4][0x90]7[0xa4]M[0xa1]~[0x12][0xfd]6[0xad][0x8f]4-B[0xea][0x83][0x11][0x9f][0x14]XP,[0xd0][0x14][0xf1]S[0xc0][0xaf][0x4]|[0x8a][0x16][0xf2]=8[0x89][0x5][0x11][0xcf]!4[0x10][0xd1][0xec]`p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xf2][0xdc]&[0xbe][0xa7][0xd0][0x1c][0xf2][0x1c]D[0xcb][0xe4][0xcc]h[0xb8]K9[0xc1][0x8b][0xd5]4l[0x8]u[0xe8]C[0x4][0x97][0xd8][0xef]8[0xcd][0xca][0xe1][\r][0xb8][0x82][0xdf][0x97]pD[0x91][0xdf]a[0xdc][0x80][0x1b]1[0x8b][0xce][0x92]N[0x8b][0xd0]m[0xc0]r:-[0x2][0x1d]+[0xb8][0xdb]O[0xc9][0xd3][0xf9][0xb5][0x92][0x12][0xfd][0x94]XI[0xfe]3)[0xb1][0x12]7[0xe1][0xc][0xdc][0x83][0xb3]p?[0x83][0xf5][0x0][0x6][0x94][0x83]W[0xf2][0xe4][0xa5][0xe4]<[0xf][0x9b][0xe0]!G+F[0xb0][0x99][0xab]0[0xae][0xc1][0x16][0x9c]O[0xbd]t[0xac][0xe3][0xfe]C[0xd8][0x8a][0xb][0xe8]v[0x1d][0xfb]p![0xf1][0xd6]`[0x1b][0xa9]WA[0x9f]a[0xa4][0xdc][0x1a].[0xd2]p[0xb1][0x86][0xd7]hx-0[0x83][0xd3][0xa0][0x15][0x93]4[0xbc]N[0xc3]%[0x1a][0xa2][0x10]|[0xd4][0x9e][0xc3][0xc7]Z[0xfe][0xcd][0xa0][0x11][0xfe][0xca]|[0xe][0xaf]{[0x86]Gy[0xca][0x98][0x80]U[0x1a][0xb6][0x1f][0xc1][0xfc]#[0xdc][0xf4]![0x86]Q+![0xc4]c[0xfc][0xf6][0x12][0xd7]M[0xf9]d[0x10][0xe1];pmW[0x98][0x81][0xe][0xab]`]9[0x9c][0xf][0xca][0x1c][0x6][0xa3]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x19][0x90]n[0x19][0xf][0xc4][0x86][0x8b][0xe3]U[0xb4]eI[0xae][0xae].[0xd9][0x11]q[<[0xf3][0xb]1/bR[0xf1][0xe][0xb9][0x1f][0xec][0xda]O[0xb3][0x82]tW[0x88]1[0xac][0xe3][0xaa][0x8f][0xef]!&[0xf3][0x88][0xfd][0x9d]$[0xf2]>R[0xe4];[0x85],v[0x91][0x9e][0xe4]J~[1[0xdf]Fip[0xe5]c[0x4][0xeb]([0x19]d[0xa4]Z[0x18][0x97][0x10][0xe3]5[0x8f][0x11]Z[0xca][0xd8][0xf4]1[0xa2][0xa7]1[0xa6]C[0xdc][0xdb][0xc8][0xbd][0x11][0xee]m[0xe6][0xde]N[0xee]%[0xb9]J[0x91][0x9e]%}[0x17][0xe9]{H[0xbf][0x81][0xf4][0x1b]q[0x91][0xca][0x89][0xb5]D8[0xf]s`[0x90][0xcf]E-[0xf9][0xd5]fg[0xb5][0x7]s[0xd5][0xca]#[0xbd][0xac]r[0x7]j[0xb5][0x3]c[0x8c][0x81][0xf][0xd7][0xab]kjeG?[0xb4][0x19]Bs[0xa9][0x98][0x8e]3z2[0xa4][0xdb][0xb7][0xf1][0xef][0xb5][0xd6][0x9b][0x19][0xe0][0x93][0xc1][0xcd]o[0xdb]Q[0xdf][0x1e]z[0x8e][0x1a][0xfc][0xcc][0xe0]K[0xed][0xe2][0xd1][0xca][0xb7][0xfc][0xe7][0xbe][0x7][0xa1][0xfd]|[0xb][0xe5][\r][0xaf][0xa2][0xca][0xd8][0xef]D[0xc2][0xe6]\[0x1][0x97]*[0x1c]Z[0xb8][0xd3]5[0x85]y{[0x9d][0x1a]c1[0xa7][0x8a]j[0x8b][0xe6]$[0xb7][0x86][0x9][0x95][0xdc]RQ[0xd2]V[0xf4]z[0xf2][0xc8]+[0xd0][0x1c]f[0x18]O[0x18][0xee]~[0x18]Z[0xeb]$[0xfc][0xc1][0xd6][0xee])[0xcc][0xdf][0xeb]D$[0xa0]T[0xbd][0x91][0xea]/W[0xaa][0xc3][0x96][0x90][0xa3][0xba][0xd9]V-W&[0x8f][0x97][0xf9]9[0x8b][0xca]/[0xa0][0xfc]6K[0xfe]y[0xd4]3[0xb9][0xd7][0xc8][0xe3][0xd3][0xc8][0xd8][0xc7][0x9f]n[0xdb][0xe1][0xf][0xb3][0x9e][0xbd]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0xee]/[0xb3][0xe4][0xed]E[0x96][0xf8][0x9d][0xe3][0xfc][0x8e]%[0xfc][0xdd]RfIc[0xc1][0x92][0xae]Ih[0xcc][0xdd][0xb6][0xfd]ev[0xdc]@[0xe5][0xef]+[0xb2][0xa3][0xd1]Q[0xdc][0xe8][0xd8][0xd1]H;r[0xca][0x8e][0xba]";[0xf4][0xbc][0x1d][0x3][0x1a].#[0xdf].[0xec][0xb6][0x8f][0xff][0xa4]}'[0xe7][0xaa][0xe3]e[0x5]>[0x8c][0xba][0x90][0xfb] [0x16][0xec][0x8b]x[0xda][0xf7][0xb5][0xef]SUe6s[0xf9]$[0x1b][0xcb]<[0xc5][0xff]Q[0x86][0xe5]c[0xdc][0xf9]8wnC[0x13]>Ac[0xef]P[0xd8][0xfa][0x98]}M[0xd4][0xba][0x87][0xf5]Q[0xe6][0xe1]\[0x7][0xe5]\[0x7][0xe5]\[0xa2]|#y4j[0x96]([0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0x1c][0xd4][0xcc]P[0x9d]][0xaf][0x98][0x98][0x17][0xcb]|[0xbb][0xdc]E[0x91]+p[0xa5][\r][0xf8][0xe3][0xb2][0xe2][0x14]E[0xfe]0t[0xfa][0xea][0xe4][0xbd][0x11]w[0xeb][0xde][0xd6][0xbd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xf2][0xce]*C+[0xeb][0xf8]=[0xdc][0xb9][0x8f];[0xf7][0xf3]L^L;hg[0xdb]h[0x8f][0x95][0x1b]o:*7[0x14][0xda]Yy[0xb4][0xa2][0x18][0xed][0x9b][0xf1][0x96][0x97]r[0xef][0xc2][0xbb]"[0x9e][0xb6][0xbb][0xda][0xee][0xaa][0xe2][0xde][0xaf][0xd1]5[0xf]q[0xe7]a[0xee]J[0xf7]>~\[0xee][0xbd][0xea]%[0xdc][0xeb].[0x6][0xcc][0xdf][0xd7]6[0xe0][0xf7][0xdb][0xe9][0xd8]*d[0xab]^[0xb4]~[0x12][0xee][0xe1][0xae][0x87]Q[0x1f][0xbe][0xf]54a[0x9][0xbf]Y)[0x85]R[0x1e][0xc0]b[0x1b]t[0x8b][0x82][0xf2]$[0xa9]?$[0xfd]'[0xdc][0xf9][0x11]j[0xf1]S[0x5][0xb8]M[0x8d][0xf][0xad][0xe][0xcc]V[0x1b][0xa6][0x1c]I$8[0xab][0x1a][0x9d][0x0][0xf6][0x92][0x80][0xac]FV/Q[0xd8][0xde][0x86][0xfa]3[0xd5][0x92][0x0][0xdf]n[0x3]L[0xda][0x0][0x1b]J[0xee][0x8b][0xbb][0xbb][0xfc][0xb2][0xfc][0x81]~[0xfc]c[0xd1]eip[0x0]48~j[0xa0][0x9f].P[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xba],[0xea]l?[0xde][0xc1][0x96]k[0x9d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x92][0x9b]'[0x1b][0xd8]A[0xb4][0x1f]@[0xc7][0xfe]s[0x83][0xe1]0;[0x88][0xdd][0xd2][0xf6][0xab][0xfd][0x0][0x8d][0xcf][0xbb]&[0xa8]N[0x8a][0x94][0xa7]![0xff]S&[0x88]g[0x14]*]E[0xbe][0x1e][0xef][0xc4][0xb5][0xaa]u[0xa8][0xca]q[0xae][0xb4][0xd9][0x8f]w[0xe1][0xdd]v[0xcb][0xbc][0x91][0xd2][0x9a]l[0xf0][0xce][0xfc]t[0x18][0x1][0x1a][0xde]y[0xb]<][0xfb];[0xe5][0xca]=:[0x85][0xae][0x86][0x9e][[0x11][0xb2][0xbb][0x1b][0x89][0x8d][\r]=S`)l[0xa6]g:[0xd9][0x1a]{H[0xef]U}[0xf0][0x94]i,[0x15][0x88]xB[0x1e]{[0xfc]Z.Wj[0xfe]Z[0xc6][0x19][0xca]K[0xa1]So[0xc6][0x82].[0xb5][0xa2][0xa6][0xbe]p[0xc8][0xcb][0xb0]O[0xe1][0xb4][0xad]!w[0xc8];[0x8d]W[0xd6]`[0xeb][0xe4][0xcc]WC[0xee]i[0xbc][0xaa]DQ[0xa8]X[0x91][0x92]z5[0x19][0xd3]%[0x3][0xe3].[0xcc]D[0xc2]E&[0xf][0x1a][0x85][0x17][0xcd][0xc2][0x8f]~Q[0x8b]5[0xa2][0xe];D=L1[0xb]W[0x8b][0x6]\'[0x82]x[0xaf]h[0xc4]>[0xd1][0x84])[0xd1][0x8c]i1[0xc7][0xe9];[0xb0][0x4][0xd7]1T^N:[0x9a][0xbd][0x92][0xf3][0xcf][0x85]j[0xa8][0x95][0xab][0xeb]Up}[0xb8][0x17][0xef]Q[0xbd][0xae][0x9f]w[0xf7][0xbd]*[0xb8]kX[0xfb]n`[0x5]u3[0xcb][0xad][0x0]X[0x94][0x1b][0xed][0xb][0xb2][0x4][0xfe][0xe7][0xd1][0xc8]V'[0x16][0xca][0xd0][0xbf][0x88]&[0x95][0x8a][0x1f][0xe0]X[0xd3]D&[0x85][0x8f][0xab]#8[0x91][0x11][0xba][0x9][0x1f][0xa4]j[0x19]![0xf][0x85]e[0xf2][0xa7][0xf]a9[0xbd][0x1c][0x19]r[0x9c][0xbc][0xbe][0xcb][0xf6][0xcc][0x5]]y[0xc7][0xc]w[0xbb][0xba]ehVL[0xa1]?[0xe2][0xee][0x94]N<[0xbd][0x6][0xb7]p[0x18][0x9][0xb9][0xed][0x8]Oc[0xa5][0xb][[0xd5][0xd6][0x19]5[0x94]qu[[0x12][0xee]Kd0[0xba][0xed]XL[0xce][0xdc][0xd1]Yp[0xec]I4[0x17][0xe2]d[0x1e][0xb2][0x10][0x8b][0xc4]",[0x13][0x8b]q[0xba]X[0x82][0xf5][0xa2][0x3][0x13]"[0x8c][0x94][0xe8]tn[0xc2]26[0xe1][0xeb]UMXD[0x87]^[0xa7][0x1c]C[0xf4][0xb6][0x3]}l[0xea][0x1f]"d[0xe1][0xb8][0xc8][0xa2][0xdc][0xc2][0x95]UC\/ [0xa8][0xe1][0xc3][0xf4][0xc4][0xb][0x88]XW[0xf5]Y[0x2][0xf8][0x88]j[0x80][0x1f]%[0xdb][0xc7]p[0xab]}]^I[0x8a][0xbc][0xe]z8x&[0xef]j[0xf0],[0xe6]VY[0xcb][0x17][0xa7]:[0x97]A>[0xad]+[0xea]c[0x91][0xbf][0xcd][0xd6][0xb1]H[0xc1][0x3][0xea][0xe]a[0xd5][0x85][0xc1][0x81][0x3]X}/B[0xf2][0xb7]I[0xf1][0x90][0xb1][0x98][0xcf]O([0xc5][0x9f][0xfc]?PK[0x7][0x8]h'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/ProviderUtil.class[0x9d]W[0xe9][0x13][0xd7][0x15]=c[0xc9][0x8c],[0x8f][\r][0xde] [0x4]0b[0x9][0x18]y[0x11][0x8b][0xa1][0x80][0x9]`[0x8c]M[0xc][0xf2]Ro[0x84][0xa4][0xad]3[0xc8][0x83]=0[0x1e][0xa9][0xa3][0x91]Y[0x1b][0xb2][0xd0][0xb4]iK[0xd2][0xa6]+[0xe9][0x9e].[0xee]B[0xdb]`[0xb7][0xc6][0xe][\r][0xe9][0x1a][0xda][0xb4]M[0xf7]}O[0xd7]_[0xff][0x82][0xfe][0xfa]![0xf4][0xbc]'[0xc9][0x96][0x82][0xc]N>h[0xe6]-w9[0xf7][0xbc]{[0xef][0x1b][0xbd][0xf0][0xf2]3W[0x1]l[0xc2][0xbf][0xfc][0xa8][0xc7][0x19][0x15]o[0xf1][0xe1]~?[0xce][0xe2][0x81]B<[0x88][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]0[0xce][0x89][0xc7][U<[0xe2][0x87][0xf]o[0x13][0x8f][0xb7][0xfb][0x91][0x87]G[0xfd]X[0x86]w[0xf8][0xf1]N[0xbc][0xcb][0x87][0xf3]~<[0x86][0xc7][0xc5][0xf2][0xbb]U[0xbc][0xc7][0x8f][0x12][0x88][0xf][0xa9][0xb8][0xe0][0xc3][0x93]b[0xf8][0xe1]B|[0x4][0x1f][0x15][0x8f][0x8f][0xa9][0xf8][0xb8][0xd0][0xfd][0x84][0x10][0xff][0xa4][0x10]J<>U[0x88]O[0xe3]3b[0xe3][0x8c][0x18]}V[0xc5][0xa8][0xf][0x9f][0x13][0xaa][0x9f][0xf7][0xe3][0xb][0xf8][0xa2]x\[0x14]X[0xbf]$[0xa4][0xbf][0xec][0xc7][0x6]|E[0xc5][0xd3]~[0xd4][0x8a]@.[0xf9][0x11][0x12][0xef]1[0x1f][0xc6][0xfd][0xf8]*[0xbe][0xa6]bBAIgWG_[0xeb][0xde][0xe6][0xae][0xfe][0xae][0xe6][0xee][0x8e][0xde][0xae][0xa6]f[0x5][0xa5][0xe1][0xa3][0xfa][0x88][0x1e][0xb2]t{0[0xd4][0xed]:[0xa6]=[0xd8][0xa0][0xa0][0xa8])j[0xc7]][0xdd]v[0xfb]t+a((H+v+X[0x98]TH[0xb8][0xa6][0x15]j[0x8a]Z[0x96][0x11]q[0xcd][0xa8]M[0xa5][0x82]ns[0xd0][0xd6][0xdd][0x84]C[0x85]]9[0x85]v[0x84][0xa3][0xce]`H[0x8f][0xe9][0x91]!#dE[0x7][0x7][0xe9]M[0xbc][0xeb][0x8f][0x86][0xe2]13[0xd4][0xe9]DG[0xcc][0x1][0xc3]i[0xd8]IkZwOcWOog[0xb8][0xa3][0xe9][0x80][0x82][0x15][0x19][0x6]#Q;[0x92]p[0x1c][0xc3]v[0xa9][0x1c]9[0x16][0xf][0x85][0xf9][0xa4]Jacgk[0x1f]A[0xb6]v[0xb4]+X[0xd4][0xd4][0xd1][0xd6][0xd9][0xd8][0xd3][0xba]'[0xdc][0xdc][0x9f][0xb1][0xc1][0x8][0xca][0xee][0xcd][0x15][0xf3][0xbc]p[0xc7][0xbe]}[0xcd]][0xc2][0xd5][0xac]([0xc3][0x9c][0x11][0x9f][0x2][0x9f])[0xf9][0x89]0[0xd4][0x9a][0xd9][0xc5]%[0xda]tT[0xbd][0x9c][0x8]7;L[0xdb]tw*[0xf0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xad][0xeb]S[0xe0]m[0x8a][0xe][0xd0][0xc8][0xfc][0xb0]i[0x1b][0xed][0x89][0xe1][0xc3][0x86][0xd3][0xa3][0x1f][0xb6][0xc]q.[0xd1][0x88]n[0xf5][0xe9][0x8e])[0xe6][0xa9]E[0x9f]c[0xc4][0xa3][0x9]G[0xb8]-[0xec]u[0xac][0xae][0xe9][0x99][0xd6]j[0xdb][0x86][0xd3]d[0xe9][0xf1][0xb8][0x11]W[0xb0][0xe5][0x16][0x98][0xc2]Q=[0x85]hu[0x86][0x19][0xa2][0xf3][0xba]C&[0xf5][0x8b][0xba]]=r[0xac]M[0x8f]I[0xbf][0xac][0xb][0x15][0x97][0xe9][0xc4][0xa2]Z:[0x1c][0x5]UUI[0x1a]m[0xc3][\r][0xf5]v[0x85][0x1b]2H[0x95]@[0x92]N[0x1a]D[0x94][0xbe][0xd8][0xb4][0xd6][0xda]9[0xe6][0x80][0x82]|*[0xc5][0xe2][0xd9][0x9][0xc7][0xed][0x98][0xe1][0xb8][0xa6][0x11][0xa7][0x80][0xc2][0xc0]+[0x92][0x9b]f4[0xd4][0xda][0xd1]|"b[0xc4]R[0xc9][0xe8]I8[0x96][0x82][0xe2]l[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]"\]4[0xb]RV'C[0xcf][0xc][0x92][0xde]7Te[0xb8]o[0xb6][0x13][0xc3][0x86][0xa3]K[0x1f]7[0x9][0xd7]K[0xe7][0xf1]i?7h[0x8a][0x90][0xb2][0xe][0xf7]d,}[0xc0]ks[0xab][0xec][0xc8][0x8e]C[0xd4][0x87][0xaf][0x11]s[0x8c][0x88][0xee][0x1a][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a]g[0x1]y[0x83][0xde]M@/[0xee]J[0xd8][0xae]9l[0xf4][0x99]q[0x93]X[0x1a]m;[0xea]J#3G [0xf5]f[0xfc][0x8a]*[0x1d]4[0xdc][0xc][0xb2][0x16]V[0xad][0xcb][0x90]lu[0x9][0x83][0xa6]([0xb7]+[0xe7][0xc6][0xab][0xea][0x7]Cz<[0xc3][0x13][0xab][0xe7][0x1e][0xe6][0x95][0xa5][0x9f]:[0xd9][0xca]zR[0x10][0xc8][0xb4]o[0xd3][0x81][0x93][0x88][0x11][0xe3]LN[0xa8][0x98]d[0xf]e[0xa9][0x1d]1[0xed][0x81][0x8c][0xe0][0x19]y[0x16][0xb8]L^[0xe8]vD[0xb7][0xcc][0x81]>[0xfa][0xa4][\r][0xa6][[0xd5][0x8d][0xad]C[0x0]QF[0x14][0xa8]#I)[0x15][0xbb][0x89]lG[0xc4]J[0x15][0xba][0xbf][VW[0x8b])[0xe][0xb8]$[0xb3][0x1d][0xd4][0x9][[0x1a][0x9a][0xd1][0xa2] 8[0xf7].[0xa2]`e[sOcmk{KR[0xa4]6]^u[0xb1][0xe9][0xfa]P1[0xa5][0xe1][0x19]\Q[0xf1]u[\r][0xcf][0xe2]*+X[0xc3]s[0x18][0xd6][0xf0][\r]|SA[0xfd]ki[0x10][0x1a][0xbe][0x85]ok[0xf8][0xe][0xe2][0x1a][0xba][0xd0][0xad][0xe1][0xbb]x^[0xc5]5[\r][0xdf][0xc3][0xf7]E[0xf][0x13][0xfa]l[0xb5]}i[0x1e]^[0xd0][0xf0][0x3][0xfc]P[0x83][0x8b][0x84][0x82];[0xe6]t[0xd6][0x82][0x8d][0x1f]i[0xd8][0x8a]m[0x1a]^[0xc4][0x8f]54b[0x8f]l[0x86][0xc4]3[0x10]HK[0x5]N[0xb3]#[0xfd]D[0xc3]O[0xf1]3[0xb6][0xf3][0x1c][0x1d][0x80]D[0xf7][0xda]"[0xc5][0x2]n4@Jljh[0xf8]9~[0xa1][0xe2][0x97][0x1a]~%h[0xf8][0xb5][0xa0]A[0xcb][0xac][0xf][\r]6Z4[0xfc]F[0xec]6a[0xaf][0x86][0x1d][0xb8]S[0xc5]o5[0xfc]N,[0xff]^[0x9c]R[0xe5][0xcd][0x93]L[0xc1][0xa6][0x8c][0xe5][0xc0]a[0xe3]H[0xd4]1[0x2][0x92][0x97]i[0xec][0xf1]@$[0x9a][0xb0][0xc4]f[0xc0][0x92]Q[0xd5]i[0xf8][0x3][0xfe][0xa8][0xe2]O[0x1a][0xfe][0x8c][0xbf]h[0xf8][0xab][0xf0][0xf6][0x92][0xe0]x[0x17]vk[0xf8][0x9b] [0xaf]d[0xa6][0xbc][0xef][0xd2][0xe3]C[0xdd][0x6]3[0xbe][0xea]&7b[0x97][0xc1][0xb1][0xc3][0xb]\\[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16][0xbc]2i[0xd9]]7[0xd6]m[0xa9][[0xaf][0xe2][0xef][0x1a][0xfe][0x81]f[0x89]t[0x1c]>[0xca][0xfb][0x9a][0xac][0xcf]8[0x90][0x15][0xeb]F[0x9d]4[0xdb]R[0xae]g[0xc8][0x89][0x1e]O[0xf6][0xad][0xaa][0xb9][0xa6][0x13][0x1d][0x89][0xfa][0xcb]H*[0x16]s0WU[0xcd][0xf6][0x99]Q[0x9e]k][0xdc][0xc8][0xd3][0x10][0xa7][0xbb]P[0x16]t[0xaa][0xaa][0xec]![0xed][0xc6][0x9][0x86][0xe6][0xb5][0xe5][0xab]<[0xab][0xf2][0x93]q[0x8b];[0x9a]][0xad]W[0xdc][0x1f][0xb][0xd2][0xfb]37H1[0xf7][0xb2][0xba][0x87]_[0xa4][0x17]A[0x1b][0xfa]0[~ZA[0xa4][0xa3][0x1d]K[0xb8][0xc9][\r][0xea][0xd5][0xdc][0xb2][0xbe]S[0x85][0x9b]d[0xa9]@[0xe4]F[0x93][0x15][0x8d][0x8b][0x8f][0xa9][0xaa][0x9c]6oD[0xbe]n[0xb6][0x9b][0xb2]<[0xd7]:[0xbf]![0x92][0xdd][[0xcc]O*X3[0xfb])d)[0xed][0xac][0xca][0xed]g[0xce][0x9f][0x3][0x1e]}`[0xe0][0x15][0xbd]4[0x1d][0x1]{[0xe9][0xf2][|~1w[0x7][0x8c][0xc3][0x9][0xe6][0xf0][0xda][0x1c][0x88]s[0xd8][0xa4][0xc7]|[0xd6][0xa4]H[0x8d]ms[0xd2][0xc8]m[0xa3]"[0xe7][0x15][0xcb][0xbe][0xc7][0xac]jc[0x9d]7[[0xc6]0[0xab]N[0xf0]*[0xb2]+5e[0xd6][0x99][0xf1][0xe6][0xe1][0x98]`x[0xf9]-[0xbe]aY[0xe7]b2[0xdd]Bx[0xf]Sk^[0xc2][0xb6][0xe4]f[0xfe][0x11][0xdd][0xd5][0xad][0xdc][0xe5][0x12][0xce]Q[0x96][0x12][0xf5][0x82][0xac][\r]C'[0xf1]E)[0xcf][0xe9]yv[0x15]$W[0xc5][0xf7][0xbc][0x99][0xc6][0xa1]`[0x9]3%[0xb9][0xc1][0x6].[0xa3][0xcb].[0x1]~[0xb];n[0xfc][0xa0][0xe9][0xe][0xdd],[0xd1])[0xe5]&[0xe2]D,^[0xe9][0xb3],[0xa0][0xe5][0xf4]x=[0x81][0xbc][0x1a][0xed][0x6][0xfe][0xe9][0xc9][0xe3]?7@[0xc5]Rl[0xc6][0x16](x[0x1d]gy[0xf0]p[0xce];[0x84][0xf3][0xed]r[0xde][0xc0]9[0xbb]9[0xc7][0xb7]cg[0x86]\1[0xe7][0xec][0xb2]r[0x9d]7[\r][0xdf][0xfb]E[0xeb][0xe7][[0xfc][0xab][0xe2][0xc5]L[0xc9]}[0x9c][0x9d][0x97]6[0x81][\r][0xc1][0xcb]PJ=[0x93][0xf0]N!_A[0xb8]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf3][0x14]\[0xc0][0x12][0xe]T[0x85]W[0xab][0xaf][0xad]f[0x2][0x5][0xfc][0xf9]'Q8z[0xfd][0xa5]KT[0xf2][0xe0].>[0x17]"[0x9f][0xcf][0xdd][0xf0][0xd2][0xd1]J[0xba][0xaa][0xa5][0xa3][0xf5]t[0xd5]*[0xf7][0xf2][0xb8]VH[0xe7]m[0x1c][0xd1][\r][0xda]%[0x88][0xe][0xfe]J[0x91]w[0x1d][0xf3][0x91][0xa7][0xa2]S[0xc5][0xeb][0x81][0xff]![0x0]y[0xfd][0xa6][0xa0][0xbd]H[0xbb]^[0xbe][[0x82][0x13][0xd0][0x82][0x93](j[0xab])-[0x9e][0xc0][0xfc]I,[0xb8][0x80]UWPr[0xa8]&X}[0x19][0xa5][0xed]c([0xab][0x9d]By[0x1e][0xe][0x8e][0xa1][0xa2]t![0xc7][0x8b]<[0x18][0xc5][0x82]61][0x1c][0xac][0x99][0xc2][0xed]^\[0xa2]U[0x90][0xca][0xad][0xb8]-[0x85]{[\r][0xa9][0x10]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8][0xd0]w[0x90][0xde]7[0xe3] [0xa5]zIr[0x1f][0x89][0xba][[0xc6]QO,[0x1]J[0xf5]p[0xdd]C[0x8d][0x1a][0xee][0x1d]dD[0xdb][0x88][0xf8]n[0x1c][0x92][0xb1][0xb5][0xe0][0x1e][0xdc][0xb][0xc8][0xd1][0x1b][0xf0]F[0xfa][0x13]Q[0xfa][0xe0][0xd9][0xbc]G[0xc5][0x9b]4J[0xf6][0xe3]>F$b;E[\r][0xa1]S[0x19]|[0x1e]K[0x83]SX"[0xb8].[0xe3]`[0xa9][0xe0]zY[0xb5][0xe4][0xf8]?[0x82]c[0xaf][0xc4]Z*[0x99][0xe8][0xe7][0xf3]>[0x14]A[0xe7][0xf4][0x81]i~i[0x85]+[0x87][0xa5][0xe7][0xca][0x94][0xe7][0x8][0xc7][0x9a][0x8c]X[0xec][\r][0xa4][0x18][0xf7]"[0xcf]{[0x1b][0xc])[0x99]L[0x9f]#[0x18][0xe4]{[0x1e]%[0x87]dj[0x98]8[0xca]U[0x81]p[0x95][0xd4]f[0x2]N[0xa2][0x92][0x4]?[0xcd][0xa1]"[0xa1][0xf8][0xa5][0xcb]A[0xd2]0[0x94]2r[0x8c][0x8a][0x16][0x86]S[0xc7][0xd6][0x90]R,O*Na[0xb9][0x82]'[0xa1]zG[0xe1][0xf5]\[0x94][0xf2]3V,Z[0x19][0x96][0xd0][0xf2][0x91]W[0xca][0xaf]K[0xf9][0xa5][0x92]2t[0x8d][0x9b][0xc2][0xd4][0xfe]1[0x4][0xae][0xa1]e[0xc]+[0xa6][0xb0]R[0x81][0x9c][0x15]]A[0xde][0xa1][0xcb]X5[0x8e][0x80]\_[0xad][0xf0][0xc0][0x8b][0xf][0xa4][0xc7][0xc1][0xe7]FQq@[0x1c][0xff][0x1a]r[0xba][0xd6][0x83]ITM`[0xdd]%Y[0x18][0x95]X'c[0xae]g[0xa9][0xdc][0x91][0xca][0x85]-d[0x15]8[0xce][0xd5][0x93][0x94]8[0x8d]r[0x9c][0xa1][0xdc]Y[0xe6][0xc8][0x3][0x94]>[0x8b][0x8d]|[0xd7][0xe3][0x1c]5[0x1e]dn<[0xc4][0xc][0x98][0xfc]?"[0xcf]@[0xf0][0xbc][0x15]%[0xcc][0x83]h[0x8a][0xe7]"[0xe4]W[0xee]W[0x11][0xf3][0xf3][0xe0][0xdf]\Bv[0x1c][0xc4]SA-M[0xb1][0xe3][0x9d]Dp[0x86][0xd3]yr[0xf5]Q[0xb2][0xc2]/[0xca][0x94][0xe4][0xfd][0x4]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcd][0x18][0xaa][0xc3][0xd5]W[0xef][0xf4][0xec]\[0xb6][0xf4]),[0xae]^[0xb6]q[0xbb]7[0xb8][0xd8];[0x81][0x9a][0xb][0xc8][0xf7]^<[0xe7]QF[0xaf][0xff][2[0x9b]Y[0x8e][0xe7]Q[0x86][0xc7][0xe8][0xed]q[0x86]q[0x1e][0xab][0xf1][0xc4]t[0xba][0x94][0xb1][0x1c]G[0x18][0xb0]W[0x96][0xc0]q[0x8e][0x92][0xa0][0x8b][0xe1]y[0x19][0x5]*N(J[0xf9]i[0xc3]G*[0xd2]Gq@J[0x3]k[0xaf][0xa0][0x96][0xb4][0xd7][0x8d][0xa3][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x1c][0xad][0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xb3][0xd8]p[0xc8]S[0xba][0xb1]{[0x1c][0xcc][0xdb]M[0xe3][0xa8][0xb8]4[0x1d]X2oC[0xc]l[0xb]9[0xdd][0xc6][0x1a][0xda]N[0x8][0xa7]d[0x1a][0x9c]FX&[0x2]?q[0xc8][0xf0][0x1][0xf8][0xfe][0xf]PK[0x7][0x8][0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.class[0x9d]R[0xcb]N[0xc2]@[0x14][0xbd][0xc3][0xab]<|[0x80][0x82][0xcf][0xbd])[0xb][0xec]B[0x13][0x13]K[0x88][0xd1]hb[0xc4][0x90]X[0xd2][0x85][0xae][0x86]:[0xd6]!CK[0xa6]S[0x12][0xf8]4[0x17]~[0x80][0x1f]e[0xbc]-[0x9][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j\[0xcc]L[0xce][0x99][0xb9][0xe7][0x9e]{[0xef]||[0xbe][0xbd][0x3][0xc0][0x9][0x1c]j[0xb0][0xa7][0xc1][0xbe][0x6][0x7][0x4][0xb2][0xca][0xbf][0xa7]C[0x2][0x15][0xbd][0xde][0xee][0xd3][0x11]5B[0xc5][0x85][0x81][0x94]I[0xa0]`q[0xd7][0xa3]*[0x94][0x8c][0xc0][0xd9][0xe2]}s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xf5]\[0xc3]R[0x92]{[0xae][0x99]dZ[0xa8]Rr|OQ[0xee][0x5]wlL[0xa0][0xa6]'_[0xd5][0x1f][0x9]h/[0xbe][0xbc][0xa6][0xce]+[0x81][0x86][0xde][0xf6][0xa5]k[0xd0]!"f[0x8][0xdf]u[0xf1]Mt[0x9e][0xf6][0xa7][0xc9]/[0xf9][0x95][0xef][0x5][0xe1][0x80]I[0xb3]n[0x13]xj[0xda][0xe7]s[0x9a][0x9d]^[0x9f]9[0xca]l[0xfd]]eI%[0x8d][0xae][0x8d][0xde]#[0xf5][0x8b][0xdf]t[0xba][0xf2][0xdb]N[0xd2]F$1Zj[0xd0][0xfa][0x8f][0xe9][0xb9]d+\w-4[0x8e][[0x94]8[0xef]2eS[0x11][0xe2][0xf8][0x8e][0x96][0xb5]=i[0x0][0xbb][0xbf][0xaa][0x9b][0xc9]p[0xcc][0x86]s[0xe3][0xc1][0xf5]`[0xa8]p[0xb2]i=[0x9a]c&[0xe0][0x13][0x16][0x83][[0x2]E[0xcb][0xf][0xa5][0xc3]n[0xb8]@j[0xe7][0x81][0xd1][0xe7][0x8e]'[0xc6][0xd3]x[0xfc]B[0xc7][0x91]&[0x1][0xe3][0xe7][0x9a][0x13]a[0x4][0xca][0x8b][0x6][0x9]Tc[0x8a][0xfb][0x86][0xc5]$[0xa7][0x82]OhO[0xb0][0x1c][0x1][0x2])\i[0xfc][0xf7]Z[0x6][0xdd]A[0x16]Q[0xe]Q*[0xc6]y([0x0][0xe0]Y[0x84][0xd2][0x8c]_[0x8b][0xf1][0xfa][0xc]o [0xde][0x84][0xf2][0xc]W[0x10]o[0xc1]v[0x1c]W[0x85][0x1a]rX[|[0xb3][0xfb][0x5]PK[0x7][0x8]([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.class[0xad]TMs[0x13]G[0x10]}-[0xed][0x87][0xbd]([0xb6][0x11][0x96]A[0x18][0x9b]@[0x14][0x90]d[0x1b][0x81][0xad][0xc8]X[0xb6]d[0x82][0x8a][0x84][0x10][0xd9]$(@[0x15][0x9c][0xc6][0xcb]"[0xaf]YVf[0xb5][0xa2][0x2]g[0xfe][0x84][0xaf]\|u.JU[0xe][0xfe][0x1][0xc9]O[0xc8]5?[0x82]JQ!=#[0x81][0x8d][0xbc]9$[0x15][0x95]vz[0xb6][0xe7]uO[0xbf][0xd7]][0xfb][0xeb]_[0xbf][0xec][0x3]X@[0xcd][0x82][0x85]Kr)X[0x18][0x96][0xcb]e\[0xb1]0[0x8f][0x5][0xb9][0x14]-[0xc]a[0xc1][0xc4][0x17]&[0x16]M\%[0x18]+[0xae][0xef][0x86]UB<[0x9b][0xbb]G[0xd0]j[0xad]G[0xe]a[0xb4][0xee][0xfa][0xce]z[0xe7][0xe9][0x86][0x13][0xfc] 6<[0xf6]$[0xeb]-[x[0xf7]D[0xe0][0xca][0xf7][0xbe]S[0xb]7[0xdd]6a[0xe2][0xbb][0xc0]}.B[0xa7][0xe1][0xd8][0x9d][0xc0][\r]_[0xac][0x9]_4[0x9d][0x80][0x90][0xf8][0xc6][0xf7][0x9d][0xa0][0xe6][0x89]v[0xdb]a[0xdc][0x8d]z+h[0x16][0xc4][0xb6][0xb0]7[0x9d][0x82][0xd7]j6][0xbf])mq[0xab][0xd0][0x9]][0xaf]p[0xc7]y[0xec]9v[0xe8][0xb6][0xfc][0xbb][0xfc][0x9a][0x89][0xce][0xba][0xcc][0xd5]5[0x9d]P%[0xad][0xb5][0xfc][0xd0][0xf9]1$[0x8c]gs[0xf][0xeb][[0xe2][0xb9](x[0x82]s[0xaa]C[0x6][0xe]7[0xdc][0xa6]/[0xc2]N[0xc0][0xb5][0x9e][0x8c][0x80][0xac][0xe4][0xab][0x8c][0x1a][0x91][0xe9][0x84][0xe7][0xf5]+%,f[0xf][0x1][0x1b]a[0xc0]e.[0x1f][0xf5][0xe4]".[0xd4]mO[0xbc]|I8[0x1e]q[0xa6]=~f[0xfb]R[0xc8]#[0x99]X[0xfc][0xed]'MF[0xf8][0x8a][0xc]=`I?[0x96][0xfb][0xc5][0xf6]{[0xc9][0xc7][0xa3]9|[0xd2][0x8][0x85][0xfd]dMl+[0x98]j[0xee][0x92][0x89][0xb2][0x9]>+[0xff]7:[0xbd][0xc4][0x99][0xec][0x11]*Q[0xc4][\r][0xe1][0xdb][0x9b]-ny[0xfe][0x8]^[0xe6][0xf9][0x87][0xe4]V[0xa3][0xd5][0x9]l[0xe7]+W2;[0xf1]q[0xfb]/[0xc9][0x88][0x4][0x8e]![0x91][0xc0]8R[0xcc]$[0x81][0x15]T[0x98]W[0x2]U[0xac]&p[\r]_[0x12][0xc6][0xe][0xf2][0xde][0xde][0xd8][0xe2]h[0x13][0xd7][0x9][0xb5][0xff]a[0xce][0x8][0xe9]C[0x1a][\r][0x9e][0x8d][\r][0xea][0xc7][0x8d][0x8d][0x9a][0xc0][0xd1][0x1][0x17][0xc1][0xe4]i[[0x17]O[0x1d]5[0xb4]Q[0xb3]`8[0xcf]:[0xc2]cd[0xea][0xb0][0x94]=v[0xcb]9[0x9e][\r][0xab][0x1d][0x8a] l[0xdf]w[0xc3][0xcd][0x1][0xd0][0xfb]V2h[0xf6][0xdf]H[0xc0][0x9f][0x88]a[0xfe]`[0xc8][0x9f][0xc6][0xf]k[0xe][0x1e])[0xde][0x15][0xd8][0x12][=[0xff]3[0xe8]'[0xde][0xc4]0[0xc2][0xab]![0x9d]T[0xc4]([0xef][0x13]=[0x0][0xc6]pB[0x85]s[0xaf][0x18]5[0x18][0x1c][0xdb][0x1b][0x8][0xbe][0x1a][0x11]<[0xa1]0'9[0xc9])[0xa4][0xfb]I[0xde][0xb0][0x1d]b{+^[0xcd]w[0x11]/kim[0xbf][0xa4][0xc7]KF[0xca]H[0xe9][0xaf]QLk)c[0xbe]l[0xce][0xa4][0xcd].[0xb4].[0xf4][0x1d][0xc]i[0xd5]]LL[0xed] [0xa9]|[0xb3]][0x18];0[0xd2][0xe6][0xde]+[0x83]v[0xdf][0xfd]F{[0xaa]LY[0xc9][0x5]f[\r]ZA[0x8c]*[0x98][0xa6]*[0xf2][0xb4][0x8a]Y[0xba][0x86][0x2]][0xc7]*[0xd5]x[0x92]*[0xb8]I_[0xab]J[0x8b]\[0xe5]428[0x8d]I[0x98][0xb2][0x9e]~[0xcd]rw[0x6]S[0x8a][0xc7]-FLq[0xbd]1[0xdc][0xc4]Y|[0x8a]8[0xce][0xf5]9[0xf6]"[0xcf]s[0xe4]g[0xec][0xc9]@{[0xc7][0xe1][0xa6][0x89][0x8c][0x89][0xcf][0xf9]O&.[0x10]gx[0x8b]i[0x13][0x17][0xff]D[0xf2][\r][0xdf][0xd6]S#[0xab][0xd4][0xc8][0xf5][0xd5][0xf8][0x83][0xad][0xbc]})^[0x91]j[0xac][0xcf][0xed][0x97][0xb4]xIO[0xe9])[0xed]52s)}[0xbe]l[0xcc][0xa4][0x8d].L[0xa9]Ce[0x17][0xd6][0x19][0xc9][0xdd][0xd8]{[0xa5]3[0xf7][0xdf][0x93]C[0x83][0xe4][0xbf]e[0xf2]uL[0xd2][0x1a]2[0xb4][0xce]E[0xdc]F[0x8e][0xbe][0xc7][0x1c][0xdd][0xc1]e[0xf6][0x97][0xe8][0xae]"[0x9f][0xe7][0x98]I[0xee][0xab]$o[0xc8][0xeb]?[0x90]_[0xe2][0xb3]I&[0x18][0xc3][0xa2][0xa2][0x1c]S[0x94]'[0xd8][0xf6][0xf0][0xe7][0xfb][0xf8]<[0xef]H[0x91]?'[0xc9][0x8f][0xc0]P[0xe4]/[0x1e]0?[0xad][0x98][0x1b][0x7][0xcc]g[0xf8][0x99]U[0xbb]9$[0xd9]Z[0x9c]`[0x18]%[0x1c][0xc7][0xa9][0xbf][0x1]PK[0x7][0x8][0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil.class[0xad]X[0x9]|[0x14][0xd7]y[0xff][0xbf]=4[0xa3][0xd5][0xe8]`[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x8][0x6]0 [0xad].[0x90]A[0x4][0x10][0xb2]AHXh%Q$[0xb0]e[0xda][0xc8][0xcb][0xee]HZX[0xed][0x8a][0xd9]][0xe][0xbb]N[0xd2][0x84][0xba][0xc1]I[0x93][0x1e]I[0x1b]l[0xa7]II[0x9]I[0xe3][0xb4][0x2][0x1a]!L[0x8d]s4n[0xeb][0xf4][0x88][0xd3][0xc4]v[0xe2]$u[0xda][0xdc][0x8d][0x9b]4G[0x83][0x1d]l[0xe5][0xff]fg[0xa5][0x95]v9[0xdc]_[0xa0]y3[0xef]}[0xef]{[0xdf][0xf7][0xff][0xce][0xb7][0xcf][0xbc][0xfe][0xc4][0x15][0x0][0xb7][0x8b]&[0xf]T[0x9c]+D[0xf][0xce]+[0xb8][0xe0][0xc1][0xdf][0xe0]S[0x1e]81[0xe1][0xe1][0xcc]E9=[0xa9][0xe0][0x92][0x1c][0x9f][0x90]k[0x97]=[0xf8][<[0xa9][0xe0][0x8a][0x82][0xa7][0xe4][0xe4][0xa7]U|[0xa6][0x8][0x9f][0xc5][0xe7]$[0xf9][0xdf]y[0xf0]y<[0xed][0xc1][0xdf][0xe3][0x1f][0x14][0xfc][0xa3][0x8a]g[0x14]|[0xc1][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x93][0x8f][0x92][0x14][0xff][0xac][0xe2]_$[0xf9][0xbf]J[0xca]/[0xaa]x[0xd6][0x83]/[0xe1][0xdf][0xe4][0xc7][0x97]U|E[0xc5]s[0xf2][0xfb]y[0x15]/[0xa8][0xf8][0xaa][0x8a][0xaf][0xa9]xQ[0xc1][0xd7]U|C[0xee][0xfd][0xa6]|[0xfc][0xbb][0x7][0x1a]^[0x92]'[0xcb][0x83]][0xe9][0xb9][0xff][0x90][0x1a][0xbe][0xad][0xe0];[0x1e]4[0xc9]S[0x9b][0xf0]][0xf9][0xf8][0x9e][0x7][0xdf][0xc7][0xf]T[0xfc]PE[0xb8][0x90]J[0xfc][0x97]d[0xf2]#[0x15]/KQ[0xfe][[0xc5][0x8f][0xe5][0xf8][0x13][0x15][0xff][0xa3][0xe2][0xa7][0xf2][0xf5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xae][0xe2][0x17][0xf2][0xf5]=[0xf8]%[0xae]*xE[0xc5][0xab][0x1e]tHX~[0x85]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0x93]'[0x9d]S[0xf0][0xba][0x8a])E@[0xa0]b[0xb7][0x19]9[0x12]L[0x1a]}F(eF[0x92][0xc7][0xbb][0x83][0xb1][0xe0][0xb0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0x9d][0xb1][0x98]a[0xb6]E[0x83][0x89][0x84][0x91][0x10]([0xdd][0xb5][0xa3]kpc[0xaa]i[0xc3]`oGG_{?[0xf7]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0x4]zw[0xee]l[0xdf]#[0xb0]<[0x10]7[0x87][0x1b][0x83]c[0xc1][0xd0][0x88][0xd1][0x18][0x8d][0xf][0xf]Gb[0xc3]r\[0xb0]1[0xc0]/[0xc3][0xdc]"[0xb0][0xb0]oo[0xcf][0xe0][0x9e][0xf6][0x8e]@{[go[0xcf]`[0xdf][0xde][0xdd][0xbb]{[0xf7][0xf4][0xb7][0xef] [0xaf]{[0x5][0xca]v[0xb6][0xf7][0xf][0xb6]m[0xb][0x4][0xda][0xf7][0xc][0xb6][0x5][0xb6][0xf5][0xf5][0x9],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0xc][0x1e][0x9]6F[0x83]df[0x1a]CQ#[0x94]l[0xec]6[0x92]#[0xf1]0[0xd9][0x95][0xf5][0xb5][0xb7][0xed][0xdd][0xd3][0xd9]?0[0xd8][0xbd][0xad]g[0x9b]%E[0xfb][0xf5][0xa5]H%#[0xd1][0xc6]=i[0x1e][0x91]xl/?o[0xcb][0xaf]:Y[0x17][0xb4]Db[0x91]d[0xab][0x80][0xb3][0xba]f[0x9f][0x80][0xab]-[0x1e]6[0x8]A [0x12]3zR[0xa3][0x7][0xc][0xb3]?x [0xca][0x19]o [0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xf7][0x5][0xcd][0x88][0xfc][0xb6]'][0xc9][0x91][0x8][0x1]kxC[0xb2][0xf0][0xd0][0x8a]Djl,n&[0x13][0x1d][0xc1]Drf[0xd5][0x12][0x82][0xf0][0x94][0xc][0x1b][0xc9][0xb6]`4j[0xdb]D`~ugM[0x16]>[0xd6],[0xd9][0x8][0x8a][0xe0][0xcb][0x9a]o?[0x16]2[0xc6]$#[0xae][0xad][0x98]K[0xdf][0x13]Ov[0xc4]S[0xb1]p6[0x91];[0xcc][0xd7][0x11][0x1][0xc5][0x88][0x1a][0xa3]F,)P[0x95][0xb5][0xad]/[0x19][0xc][0x1d][0xea]7[0x83]![0xa3]=[0xbd][0xcc][0x1d][0xc5][0xd6]dwp[0xcc]B[0x80][0x11][0xa6][0x8][0xc1]@[0x12]([0xec][0x8b][0xc][0xc7][0x82][0xc9][0x94]I[0x99][0x16][0xe4][0x11][0xb7][0xc5][0xdf][0xca][0xed][0x8b][0xf7][0xa4]b[0xc9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa8][0xd1][0x19];[0x12]ID[0xc8]a[,[0x16]O[0x6][0xa5]8Ts[0xfd]Mp[0xdc]m[0x98]Cqs4[0x18][0xb][0xd1][0x90][0xb1]D$[0x19]9b[0x90][0xe9]R[0xc2][0xd5]~8E[0x3]G)d[0x8e][0xd4][0x2][0xfa]ly[0xf2][0xe9][0xa5][0xda][0x8]P[0x8a][0xa5][0xfb]oB+"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0x12][0xb4]Hb_0[0x1a][0x9]K[0xfe]7[0xdc]!M[0xea][0x8][0xc5][0xa4][0xf]e[0x93][0x99][0xd4][0x8e][0xdc][0x1c][0xa3]1E8[0x4]VU[0xe7][0xae][0xe6]3[0xba]k[0xe8][0xb0][0xe4]U}+[0xe4]i[0xd0]7[0xe6]![0xbd][0xc5][0xb3]b[0xc6]1[0xe2][0xe7][0xe]E[0x83][0xf7][0xdf]/0/[0xf][0x89]s[0xec][0xd0]0[0x1d]zvt[0x1c][0x1f][0xcb]D[0xc8][0xfc]|"17[0xb]l[0xfe][0xbf]I[0x95]V[0xe9][0xb6][0xea][0x1c]Q[0xf2][0xc9]_@W[0x19][0x89]3[0xc3][0xf9]s[0xe8]%[0x9f][0xeb]0[0xf7][0xce][0xe][0xbf][0x9e][0xe0]([0x15][0xd9]wK[0xe2][0xde][0xd8]uj[0xf2][0xd9][0xbf]04s[0xc8]|yr[0xca]4g[0xb9][0xb1]@y[0xb5][0xbd][0xd3][0x8a][0x2]kE[0x6]o[0xd0]4[0x83][0xc7])[0xee][0xfe]<[0x9a]+[0xa1]L6[0x9f][0x97]g[0xab]/gKZ[0xf3]5si[[0xf2][0xd1]I[0x3][0xbe][0x9f][0x15]L[0xa0]&W[0xb0][0xeb][0xec]`[0x84][0xb5][0x84][0xa2]v[0xaa][0xf5]&R[0xb1][0x99][0xac]g[0xe7]8[0x11][0x9f][0x1d] [0xbd][0x7][0xe]r][0xea][0x99]4[0x12][0xc9]u[0xb3]3][0xff][0x88][0x19]?*=L[0x6]Pb[0x94][0x89]%[0x1b][0xda][0x9c]$[0xef][0x1c][0x93]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3T[0xdc]4[0xc2]s[0xb2][0x9c]M[0x9d][0x9d][0x17][0x17][0xc9]eY[0x1][0xdb][0xe2][0xa3]c[0xcc]4V[0x82][0xea][0x1d][0x1a]J[0x18]IE8[0xd9]l[0xb0]kP[0x84][0x8b][0xb5][0x95]eV[0xc0][0xd3][0x17]O[0x99]![0xa3]#"=[0xbe]|v[0xb6]o[0x90][0xac]4[0xec][0xc7]oj[0xd8][0xb]V[0x98][0x95]3Gw[0xc6][0xc2][0xc6][0xb1][0xde]T[0xb2]wh[0xbb][0xcc][0xcc][0x89]i[0x11][0x14][0xe1][0xd6]D[0x81]P[0xb8]O[0xa8][0x1a][0xe] [0xa4][0xe1]n[0xdc][0xc3]B8[0x17][0x1f][\r][0xbf][0x81]=[0x9a]([0x14][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe1]9Q[0xc4][0xe2]5[0xc7][0x2][0x94])O[0x8d][0xd0][0xd0][0x7][0x96][0xf6][0xda]v[0xd3][0x8c][0x9b]z$[0xa6][0xcf][0x91]{v[0x10]T?[0xf0]`M[0x83]"4M[0x14][0x8b][0x12][\r]I[0xa4][0x98][0xf8]5Q*[0xca][0x14]1O[0x13]^[0xbc][0x8d]i[0xf0]f[0x15][0x87]A[0xdf][0x16]OE[0xc3]:s[0xbe]>[0x14][0x89][0x85]u[0xcb]Ko[0xed][0xf0]YZL[0xdb]_[0x13][0xe5]b[0xbe][0x86][0xfb][0xf1][0x80][0xc0][0x96]9[0xcc][0x83]1=86f[0xc6][0xc7][0x98][0x95][0x92][0x86][0x9e][0x13][0x8f]z0[0xc9][0xa3]i[0x2][0xfd][0x81][0x7][0xa5]^>MT [0xc4]v[0x88][0xee][0xd9]`[0xf7] [0xd4][0xd9][0xa1][0x89][0x5]b[0xa1]&*E[0x19]=T[0xca][0xd0] e[0x98][0xa6]`[0x9a][0x89][0xc4][0x8e][0xc4][0xf]Q[0x96]Eb[0xb1]@Q[0xcc]8[0xda][0x19]K$e[0x99][0xa2][0xd7][0x1e][0xc][0x1f]j[0x88][0xc4][0x92][0x86][0x19][0xb]F[0xb3][0xf6][0x94][0xce]0[0xb2][0x8d]T53[0x93][0xe6][0xd7][0x90][0xee][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xc2][0xd2][0xb1]V[0xdd][0xb8]8[0xa6][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb0]q[0xc][0xe3][0x1d][0xf2]A[0x89][0x96][0x88]2[\r][0x3][0xb8]W[0xc3]{[0xf1][0x7]r[0xee][0xdd][0x9a][0xa8][0x12]K3N2[0x13][0xb7][0x9a]X&tM,[0x17]+[0x14][0xb1]R[0x13][0xb7][0x89]UV[0x9b]2[0x3][0xc4][0x8c][0x85]4[0xb1][0x1a][0xf]ib[0x8d][0xa8][0x16]h[0xd9][0xcb][0x12]1[0xc6]y#[0xac][0x9b][0x6][0xcb]Lg[0x19]N[0x19][0xfa][0x90][0x19][0x1f][0xcd][0xb2][0xea]\[0x8b][0xd6]l[0xb6]@[0xaf][0x11]>[0x81][0xfd][0x3][0xf1][0x94][0x1e]4[\r]=[0x95][0xa0][0x6][0xfa].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xaf]k[0xd8][0xd8][0xb0]v[0xb0]i[0x83]~t$[0x12][0x1a][0xd1]G[0x82][0x9]=[0xa8][0x1f]0[0x89]JL[0x8f][0x8c][0x8e][0xa5][\r]h[0x85][0xa5][0x1e][0x1f][0xba][0xfe]9[\r][0xf2][0x8]U[0xa0]Y[0x1e][0x91][0x18][0xb1][0xfc]#56l[0x6][0xc3][0x86][0x9e][0x8c]K[0x7][0x88][0x1a]l[0xc1][0xb2][0xcf]\[0xbf]Vg=[0x1c][0x81]Q[0xb8][0x10][0xc3] d[0x9b]a[0x11][0xe1]>[0x4]9[0x16][0xca].[0xd5]f[0xb0][0xc4]Z[0x1]\[0xe7][0xe1]x[0x9c][0xa3][0xb0][0xf6][0x17]X[0xb3][0x87]I[0xc9][0xce][0x4]NI)[0xdc]P[0xf8][0x6][0x18][0x8b][0x1e]C[0xe9]e8[0x7][0x16]M[0xc2]u[0x11][0xee][0xa7]&Qp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xce][0x83][0x85][0xe6]I[0xa8][0x3][0xce]E[0xae][0xfb][0xce][0xa3][0xf0][0xbe]I[0xf6][0xda][0x13]([0xfa]4[0xb4][0xf1][0xc0]y[0x94]xKI[0xef][0xa9][0xbd][0x84]2[0x17][0xc4]8i&y[0xdd][0xa9][0x9d][0x80]w[0x12][0xe5][0xe3][0xdd][0x92][0xc0]'[0x9][0xea]l[0x2]*PAt[0x9a]P[0x8c].[0xe2][0xd2][0x87][0xf9]<\[0x8a][0xd6]De[0xc0]&[0xd2][0x85][0x7]P[0x86][0xb7][0x92][0xea]w8[0xf7]v"q[0x2][0xdb][0xf1][0x10]v[0xe0]][0xdc][0xf1][0xfb][0xdc][0xf1][0x1e][0xe2][0xf8]^*[0xfa]G[0x16][0x4]~[0xee][0xb8][0x1d][0xf3]0[0x84]a*[0xd7][0x8f]R[0xbe][0x8d]X0[0x19][0x88]X[0xc8]w[0x11][0xe3][0x83]8[0xc4][0xd5]([0xbf]*[0xe0]*[0xb]*[0x18][0x9d]7[0x85][0x12]8[0x84]B$[0xf9][0x88]c[0xcc][0x2][0xf9]0L[0x1b][0xa6][0x4]GU6[0xd9]6[0xa0][0xdf][0xa3][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]}[0x97]Q1p[0x11][0xb]&[0xb0]0[0xe0][0xdc]Z[0xdb]S[0xa5][0xd9][0xe5]lv[0xfb][0xdc]>[0xd7]i[0xac][0xa8][0xf7][0xb9][0x9b]6[0x17]T[0x16]L[0xa2][0xf2][0x14]J[0x96],[0xfa]0[0xf8]1~[0xc2]!N[0xb8][0xc5][0xd9][0xa9]oH8[0x16]I8.a[0xb1][0x13][0xd9]`[0x93]s[0x1a][0x7]?[0x8d][0xc]|[0x80][0xfe]p[0x8a][0x18]=[0x82][0x95]x[0x14][0xb5]x[0xc]k[0xf1]A[0xea][0xf9]!4s[0xae][0x5][0xa7][0xb1][0xb][0x1f][0x99][0xd6]%[0xca]-[\r][0xb][0xa4]|[0xb6][0xd6]E[0xd4][0xfb][0x8][0x8e]R[0xfa]bt[0xe2][0x18][0xe7][0x1c][0x96][0xfe][0xcb][0xe0][0x9a]"[0x8][0xbc][0xd9][0xe0][0xb8][0xf5]G[0x8f][0xb8][0x86]%[0xc4][0xe1]U8[0xae][0xd2][0x97]<[0xb2][0x93][0xb7][0x95][0x9e][0xe2]&[0xe9][0x1b]c[0xfe][0x9],9[0x5][0xb7][0xf3]q[0xbe]x[0x3][0xb5][0xde][0xaa][0x9],[0xcd]|/[0xeb][0xae][0xf5][0xea][0xd6][0xf7][0x82]:[0xef][0xf2][0x9][0xac]x[0x4]Z[0x9d]w%_,[0x8a]Z[0xef]m[0x19][0xe2]Z[0xef]*k[0xb6]d[0xd6][0xf2][0xea][0xcc][0xdc][0xf2][0xc][0x9d][0xeb][0xf1]i8ZiP[0xe0]c[0x84][0xfe][0xe3][0xf4][0xda]O[0xd0]f[0x9f][0xc4][0x2][0xfc][0x15]*1[0x8e][0xa5][0xf8][0x14]6a[0x2][p[0x89][0xee][0xf1][0x4]:[0xf0]$C[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe9]3T[0xf5][0xb3][0xb4][0xec][0xe7]-[0x88][0xf4][0xb4][0xe][0x16]D [0x87][0x3][0xf8]mQ0[0x1d][0xd1][0x1e][0x1a]AB[0xea]$[0xb7]j[0xb]R[0x96]Y[0xc6][0xae][0x84]T[0xe6][0xb6][0x1]f[0xc2][0x87]8[0xbe][0xd3][0xca]h[0xe]{[0xed][0xe4][0xf4][0xda]I[0x8e][0x12][0xd2][0x95][0x12]R[0x8f][0x5])[0x13][0x9f][0xc4]2[0x8d][0xa7][0xdb][0xc2][0xd3]Q[0xbc]o[0x6][0xcf][0xf7][0xcc][0xc2][0xf3]ayY[0xb5][0xb3][0x0][0x9][0x89]/[0x10]p[0xb6][0xd6]mvU[0xba][0xae]4[0xbb][0x9d][0xcd][0x5][0xbe][0x2][0x9f][0xfb]46T[0xba]|[0x5]M[0x9b][0x95]J[0x85][0x89]a[0xb3]Z[0xa9][0xfa]mm=[0x8b][0xf2][0xaa]S([0xad]T[0xd3][0xde]ZP[0xa9][0x8e][0x9f]( [0xd0][0xcf]xU[0x2];>;[0xe1][0x9]V6Q[0x84][0xc5]B[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x8c]ZQ[0x82]zQ[0x8a][0xb5]b[0x1e][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0xee][0xe4]Z[0x87][0xf0]Y[0xf0][0xb4]R[0xc6][0x15][0x4][0xf6][0xf][0xe9]I*[0x16][0x13]Z[0x19][0xd7]25[0x7][0xa6][0xfd],`[0xfb][0x99]|[0x93]I[0xd0][0xc1][0xbb],[0x18][0xd3][0x9e][0xb6]F&[0xc1]b(i[0x1f][0xcb][0xca][0x84][0xaf]a[0x5]3![0xe7]^A[0xa9]L[0x86][0x85][0xac]2l[0xbb]U[0x92][0xa3][0xcc][0xb0]1[0xcb]M[0xb6][0xf0]9[0x81]u][0x97][0xd1]D[0xff][0xb8]=P[0xeb][0xbf]2[0x81][0xf5][0xfe][0xee][0xba]+[0xad][0xce]f[0x97][0xcf]Uu[0x1a][0x15]u>W[0xd3]fwm[0xa5]{[0x2][0x1b][0xee][0xb6]b[0xf5][0x87][0xb5][0xe3][0x96]S[0xae][0xb2][0xb7]u[0xb9][0xb6][0x8a]%[0xd2]5[0x3]gP*[0x83][0x97]t[0xe][0xd2][0xbd][0xec][0x1f][0xb7])$PY[0xe1]*[0x96]0uW[0xa1]X,[0x85]O,#`:[0x1a][0xc5]r4sl[0x11]+[0xe9]S[0xab][0xb1]C[0xac]A@[0xd4][0xe0][0x1e][0xe1][0xc7][0x9b]9[0x86]E[0x1d][0x86][0x18][0x14][0x19][0xf0][0x1a][0x9][0x96][0xf4]#7[0x11]X[0x87][0xf7][0xe1][0xfd][0x9c][0xf7][0xa1][0x6][0x82]?[0xb5]RD[0x85]]-[0x2][0x8c]B9[0x7][0xfa][0xf9][0x8a][0x95][0x92]p[0xeb]%[0xb4]: [0xdf][0xee][0x98]~[0xbb][0xf3][0x12][0xb6]9 SL[0xb9][0xd5][0x2][0xb5][0xb1][0xfd][0xd9][0x91][0xe6][0xe5][0x1a][0x8a][0xeb],\[0xce][0xb]p[0xf8]/@Y|[0x1][0x85][0x93]h[0xef][0xe1][0xe1]e[0xf5][0x97][0xd1]1[0xe0][0xdd]y[0x11]wM[0xa0][0xf3]2v[0xd1][0xfe]][0xdd]gQ[0xd6]#yt[[0x1a][0xb7][0x9f][0xcd][0xc6]>[0x9c][0xe1][0x8e][0xb3][0xac][0xae][0x17][0xd8][0xa8]^[0xa4][0x1].[0xb3][0x9a]<[0xc5]j[0xf0]9V[0x83]/2[0xff][0xbe][0xc0][0xd6][0xe3]E[0xb6]]_g[0xb][0xf6]]6a[0xdf]gd[0xfe][0x88][0xb1]9hU[0xc2]"[0xca][0xf0][0x10][0xfe][0xcc]J`kI[0xfd]!|[0x98]Zl[0xa7][0xab][0xfd]9[0xdf]\[0x94][0xee][0x18]g[0xef][0xb1][0x9a][0x1f][0xd9][0xc4][0x9d]&[0xdd]S[0xac][0xf3][0x1f][0xc1]_[0x90][0xee][0x5][0xfe][0x9d][0xe1][0xd9][0xe]r[0xd7][0xf0]Q[0xca]![0xbf]w[0xda];TV[0xa5][0x8f][0x91][0x93][0xe0][0x99].[0x9b].Sc[0xd2][0xa7][0x9e][0xb4][0xab]|/%[0xfb]ok[0x92]$[0x9f][0xbc][0x6]Ma#[0xe2][0xc0]_[[0x1e]:N[0xc0]d[0x83].[0x8]f[0xf][0x8f]Y[0xf8]kPK[0x7][0x8][0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.class[0xad]T[0xdb]n[0xd3]@[0x10]=[;q[0x93][0x98]4[0x94]k[0xb9]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0xb5][0x98]K[0x85]@[0xa9]"[0x85]P$[0xa4]p[0x91]R[0xf2][0xbe]qV[0x8e][0x83]kG[0x9b]uE[0xff][0x81][0x9f][0xe1][0x5][0x4][0xf][0xa8][0xcf]|[0x14]b[0xd6]6[0x82]B[0x5])[0xe2][0xc1];[0xbb][0xb3]3[0xe7][0x9c][0xd9][0x9d][0xf5][0x97][0xaf][0x9f]>[0x3][0xb8][0x87]f[0x11][0x16][0xae][0x94]`[0xe2][0xaa][0x85]k[0x16][0xae][0x17][0x91][0xc7][0xaa][0x85][0x1b][0x16]nZ[0xa8]2[0xe4]7[0xfd][0xd0]Wm[0x6][0xa3]V[0x1f]0[0x98][0xdd]h$[0x18][0x96]z~([0x9e][0xc7];C![0xb7][0xf9]0 [0xcf]r/ry0[0xe0][0xd2][0xd7][0xeb][0xcc]i[0xaa][0xb1]?c[0xb0][0x9f][0x86][0xa1][0x90][0xdd][0x80][0xcf]f[0x82][0x96][0xf7]{[0x91][0xf4][0x1c]>[0xe5][0xee]X8A[0xe4]y~[0xe8]i[0xbb]1qb[0xe5][0x7]N?[0x92]J[0x8c]:R[0xf2][0xbd][0xbe][0x92][0xb4][0xf9][0x8c]OW[0xef][0xb4]H[0xb]w]1U[0xc]/k[0xbd][0x9][0xdf][0xe5]N[0xc0])3[0x8d]i[0xfd][0xe4]y1[0x9c][0x8]W[0xb5][0xfe]F[0xf3][0x1d][0xbb][0xa5][0xb]3^[0x8b]=][0xc5]o[0xb8][0xc][0xb9]][0x1e][0xc4][0xe2][0xe0]fF[0xc1]Pr[0xa3]P[0x89]7[0xea]1W[0x9c][0xa1]>7'[0xc3][0xc3][0xda]![0x92][0xe7][0xf0]h[0xb5][0x85][0xbe][0xef][0x85]\[0xc5][0x92]d[0xbd]=r[0xe5][0xdb][0xd2][0xef]F[0xe1],[0xde][0x11]r[0xf3][0xbf][0x1e]d[0x9b][0xca]*[0xf6][0xa3]X[0xba][0xe2][0x89][0xaf][0x1b]`[0xe5][0xb0][0xbb][0xbc][0xa5][0x9][0xa8][0x87][0xb6]B7[0x88]f[0xda]'[0xd4]8[0x1a]Y[0xa8][0xd9]([0xa0]h[0xa3][0x8e][0x6]C[0xe5]Wa[0xc][0xd5]9u[0xd8]8[0x8e]e[0x86][0x8d]i[0xb3][0x3][0xc4]i[0xfd]t[0xad]s[0x9f]'[0xc3][0xdd][0xa3][0xb3]2,Nc5H[0xbb][0xac]:Wo[0xd7][0x7][0xb8]M/[0xd5][0x2][0xe5][0xd2]C6[0xe8][0xa3][0xa3][0xa3]U[0x89]f[0xe]YF6[0xd7][0xf8][0x0][0xf6][0x8e]&[0xb][0xb0]i[0xcc]'[0xce]6[0x8e][0xd1]h[0xa7][0x1]([0xa3]B[0x96][0xe9][0x3][0xcb][0x92]_[0x11][0x98][0xa9][0xe1][0xd6][0x9b]k[0x1f][0xb1]`[0xe0][0x7]@[0x91],[0xd0]![0xc6]G[0x9]H#[\r][0xcc]@[0xf4][0xec][0x4]N&[0xc0][0x5][0x9c][0xc2][0xe9]$[0xba][0x80]38[0xb][0xa3][0xd2]![0x8a][0x95][0x8c][0xe2][0x1][0xe5][0xe9][0xcc]r[0xa3][0xb9][0xf]cm}[0x1f][0xe6]{[0xe4][0xfe]$[0xb4][0x9c]q[0x98]8[0x97]D[0x9d][0xc7][0x85][0xc4]^[0xc4][0xa5][0xc4]{[0x99][0xc6][0xa5]D![0xfd]%[0x12]-[0x8b][0xdf][0x0]PK[0x7][0x8][0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap.class[0xa5]Z[0x9]|T[0xd5][0xb9][0xff][0xbe];[0xcb][0x9d]L.[0x90][0x4][0x92][0x0]3[0x81][0x1]Y[0x92][0x99][0x84]M[0xf6][0x84]@[0x88],)!,[0x9] [0x8b][0xc2][0x90][0xdc]$#[0xc9]L[0x9c]LD[0xb0]V[0xa5]t[0xb1]j[[0xdb][0xda][0x8a][0xb8]bm^[[0xaa][0xb8]%PZ[0xd1]n[0xda][0xf5][0xf5]uvo[0xb5][0xaf][0x8b][0xad]m_[0xdf][0xeb][0xab][0xa5][0xf2][0xfe][0xdf][0xb9]w[0xee]L[0xc2]Db[0xeb][0x8f]9[0xe7][0xdc]s[0xcf][0xf9][0xce][0xb7][0xff]s[0xe3]W^[0xff][0xf4]3Dt9[0xdf][0xa7][0xb3][0xc7]O[0xcc]^?U[0xb3][0x9e][0x87][0x91]O[0x9a]<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xfc]:[0xe7][0xeb]l[0xf8][0xc9][0xc7][0xba][0x8f][0xc7]H?V[0x9a]q[0xd2][0x14][0xf8]I[0xe7]B[0xd9]Z$k[0xc7][0xcb]hB>[0x17]s[0x89][0x8c]Jen[0xa2].[0xf7][0xd3]4.[0x94][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xc3]~[0x9a][0xc9][0xba][0xac][0x88]HS)[0xd3]U~[0x9e][0xc3]s[0xe5]q[0x9e][0xce][0xf3][0xa5][0xc7][0xd1][0x95]"[0x9][0xf3][0x2]i.[0xf7]S[0x19]/[0x94][0xa3][0x17][0xc9][0xe3]bY[0xbf]DFK[0xa5]Y&[0xcd]r?Ws[0x8d][0xf0][0xb9]B[0x1e]ku^[0x99][0xcf][0xab][0xb8].[0x9f]Ws[0xbd][0x9f][0xaf][0xe0]52[0xbd]V[0x94][0xb3]N[0xa4][0xf6]J[0xb3][0xde][0xc7][\r]>~[0x8b][0xc]7[0xf8][0xb9][0x91]7J[0xd3]$[0xcd]&[0x9d]7[0xfb][0xa9][0x81][0xb7][0xe8][0xbc]U66[0xfb][0xb9][0x85][0xb7][0xf9]y;[0xef][0x90][0xe6]J[0x9d]w[0xfa]x[0x97][0x9f]6s[0xa1][0x8f]w[0xcb][0xd4][0x1e]Y~[0x95][0xce]W[0xfb]y/[0xef][0xf3]qTv[0xec][0x97][0x87]V[0x9d][0xdb][0xfc][0xb4][0x9b]u[0x9d]M&[0xa3]![0x1e]7[0x93][0xf5]][0xd1][0xde]^[0xb3][0x97]i[0xe2][0x15]k[0xd6][0xd6]mkl[0xd9][0xdb][0xd0][0xd4][0xd0][0xd2]P[0xd7][0xb8][0xb7][0xbe]ns]}C[0xcb]N&n`[0x1a]S[0x9f][0x88][0xf7][0xa6][0xa2][0xf1][0xd4][0xf6]hW[0x9f][0xe9][0x82][0xa5][0xdd]L[0x5][0xbd]f2[0x16][0xed][0xda]n&{c[0x89][0xf8][0xb6][0x86]+[0xb0][0xf6]-[0x9e]SK^[0xb8][0xb3][0xf7][0x95][0xc8][0x8f][0x98][0xf4][0xf5]u[0xcd][0xeb][0xb7][0xd7]5[0xca][0xf2][0xa9]x[0xdc][0xbc][0xad]eo]c#S[0xa4]1[0x91][0xec][0x98][0x1b][0xed][0x89][0xb6]v[0x9a]s[0xbb][0x12][0x1d][0x1d][0xb1]x[0x87][0xf4][0xb][0xaf][0x99][0xdb][0x97][0x8a]u[0xcd]mI[0xc6][0xe4][0xbc][0xbe]n3Y[0xcd][0x94][0xd7][0x1c][0xeb][0x88]GS}Ip}x[0xf4];k[0x1a][0xaf][0x89]^[0x17][0x9d][0xdb][0x15][0xc5][0x8a][0xe6]T[0x12][0xb][0xab][0xb3]f6[0xed][0xbf][0xc6]lMU_[0x82][0x9c][0xb5]oc[0xb4][0xa7][0xba][0x16][0x8c]x[0xd6]l[0xdc],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xbf][0xfb]b[0xd2]L[0xde][0xb5][7[0xed]Z[0xd3][0xc4]T[0x94][0xeb][0xad][0xfb][0x80]y[0x8]j[0xf6]^'[0xfa][0xeb][0x1d]F[0xc3]f[0x6][0xab]zc[0x87]!e^[0xaa]3i[0xf6]v&[0xba][0xda]0[0x8e]uw[0xf7][0xa5][0xa2][0xfb][0xbb]0[0xcf][0xbb][0xe4]9e&[0xa3])P[0x5][0xb5][0x9a]X<[0x96][0xaa]er[0x95]Wl[0xc7][0xee][0xfa]D[0x1b]V[0x8d]k[0x8c][0xc5][0xcd][0xa6][0xbe][0xee][0xfd]f[0xb2][0xc5][0xda]W[0xd4][0x98]h[0x85][0x9d][0xa2][0xb0][0x16][0x9e][0xed]Iw[0xaa]3[0x6]F[0x16]^J[0x5][0x89]d[0xca]l[0xab]K&[0xa3][0x87]2[0xda][0xc0][0xee][0xf2][0x6]9r[0x9c]0[0x0][0x1f][0xa8][0x17][0x2][0xb1][0xd4]!xJs*[0xda]z[0x0][0x8b][0xd4]1H[0x6]8[0xa2][0xfc][0x12]gl5[0xa3]m[0x9b][0xe2]]Y[0x7][0x8]mO"[0xd5]i&[0x99][0xe6][0xbf][0xe9][0xdd]:[0xb7]C[0xe8]rK[0xc3]j[0x8d]C[0xd3][0x8c][0xa7][0x92][0x87][0xc4][0x94]V_G[0x2]K[0xcf][0x8a][0xee]7e)|[0xd2][0x88][0xb9][0x97])[0x94][0xa1][0xa3][0xbe][0x9a][0xc8]5[0xb][0x8a]o[0xcb][0xda][0xee][0x85]E[0xcc]x[0x9b]Blox[0x18]Z*[0x91][0x85]s[0xe1][0xc8][0xcc]k[0x9f][0xba][0xb5]6[0x9b][0xa9][0xe1][0x97].LU[0xf]Q[0x83]Z[0xe3][0x8b]9[0xc2][0x97][0xc]Y[0x9e]V[0x8a][0xa0]K[0xa0][0x1][0xa9][0x89][0xa8][0x84]q[0xd5][\r][0xad][0xf2]N[0xb9][0xf2]Z`7[0x1d]`[0x8a][0x8c][0xb2]5[0x12][0xad][0xbb]=&w[0x81]pN4[0xd1][0x90][0x1b]|[0xe9][0xea][0x82][0xb8][0xa9]}[0xd8][0x1d]+[0xbd]"[0x17][0xd0]p[0xc1][0x8]LKs,c[0x2][0x8e][0xc][0xc6][0xfe]X<*[0xfa][0x8b]&[0x5]N[0x8f][0x9e][0xdf][0x86][0xa1][0xa9][0xf6]Po[0xca][0x84]#[0xe4]EE[0xfe][0xd6]D[0xcf]![0xa1][0x95][0x83]T.[0xea]"{[0xf9]h[0x11][0xb0][0x82][0xf0][0xe2]U[0xc3]nt#[0x8b][\r][0xea][0x15][0xa3][0xc6][0x94]L[0xcb]FE5[0xf7]9Y[0xc9][0xdb][0x9a][0xed][0x1d]5[0x97][0xbb][0xc4][0xd3][0xeb][0xdf][0xc8][0xd3][0xab]F[0xe5][0x14][0x99][0xf5][0x93]G[0xc6][0x83]H[0x7]mf{[0xb4][0xaf]+[0xb5]#[0x1b][0x84][0xfa][0x14]$m[0x88][0xa7]F[0xc0][0xcb][0x8e][0x84][0x16][0x80][0x88][0xa7][0xcc][0xe][0xd1][0xd8][0x84][0xb8][0xfa][0xa0][0xb6][0xa9][0xbd][0x11]i[0x8],[0xec]2[0x93][0x9][0x8]^h[0x1f][0xb1]5[0xb]3[0xea][0x2] [0xd5][0x1][0xae][0xe][0x9][0xc7][0xca][0x11][\r]#[0x17][0x91][0xbe]^[0x8]%]#^[0xc9]Iy[0xd8][0x94][0x1e][0xcf]CP[0xbe][0x99][0xdd][0xf2][0x85]jh*[0xb1][0x5][0x90]/v[0x7][0xa3]I[0xe4][0xa8][\r][0xa3][0xfa]D0:g[0xa0]i[0xc4]T[0x8d][0xdf]Ud[0xd0]d[0xda]K[0xfb]0[0x8e][0x12][0x91]F[0xfb][0xf1][0xdc]Jm[0xce][0xb3][0x89][0xe7][0x8e][0xac][0xf7][0x9d]x[0x6][0x10][0xc2][0xf3][0x1][0xf5][0xdc][0x85]g[0xe0]8[0x8c]'S[0x82]z[0x9c]u[0xd3][0xe9][0x88]@;[0x8c][0x8f][0x8][0xba]S=[0x0][0x85]z[0xd7]g[0xf7]@Fc[0xc3][0x91]g[0x89][0x7][0xa9][0xb0][0x9f][0xa6]D[0xbe]D[0x93][0xc3][0x91]3T[0xc4][0x4][0x16][0x7]i|[0xe4][0x9][0x9a][0x10]>C[0xc5].[0xca]0;[0x8b][0xf2][0xd0]vf1[0x1b][0xa3]I[0xb0][0xd9][0xc][0xd8][0xac][0x1c][0x16][[0x4][0x8b][0xad][0x84][0xb5]2L[0xaf]r[0x98]^E[0xef][0xa0]w[0xda]L[0x17][0x90]v[0x1][0x9b][0x84]i[0x9d][0xde]%[0x16][0x16][0xbe][0xdf][0x8d][0x1d][0xc2][0xf7][0xaf]p[0x9a][0x1b][0xfd][0xb6][0x8b][0xf9][0x16][0xe]K[0x1c][0xe][0xcf]P)[0x3][0xec]Md[0xda]Xy[0x86]&1[0x1d][0xa3][0xcb]0[0x98][0xcc][0xc0][0x84][0x81][0xa6]p[0xd5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xb0][0xc][0x83])L[0x3]4[0xb5][0xff][0xc2][0x8b]"[0x8c][[0x9]3[0x9d]|h[0xaf][0xcd][0x12]&IS[0xe1]P[0xb5]p[0xa7]-p[0xa5][0x16][0xb8][0x91][0x8][0x12][0x2];[0xb5]4[0x9e]n[0xa5][0xdb]H[0xfe]p[0xb1][0xcd][0x11]i[0x1b][0xdd]Nw[0x80][0xf5][0xf7][0xda][0xe2]Z[0xab][0xde]g[0xaf][0xba][0x9d][0xde]o[0x8b][,[0xe2]F[0xc8][0xa5][0xc4][0xbd]S[0xa7][0xf][0x10][0xbd][0x6]}Y~[0xfe]A[0xfc]>[0xe4]x[0xe7]Fl[0x16];[0x16][0x85][0x9f][0xa2][0xd0]1[0x1a]s[0x96][0xa6][0xed],[0x9a]>H[0x97][0x9d][0xcb]Xa[0xac]:[0xe0][0x10][0x1c][0xe7]0[0x15]b&[0xe3][0xad]E6kG[0xd4]Z.[0x4][0xe9][0xbb][0x1c][0xd2][0x1b]l[0xc7]/[0x0][0xe9][0x19][0xc7]([0xff],[0xcd][0x84][0x8b][0xce][0xba][0x88][0xf0]M |3[0x8d][0x3][0x91][0xc][0xe1][0x82][0xa1][0x84][0xc7]a[0xf2][0xc3][0xe][0xe1]#P[0xa1],[0xba][0x1c][0x84]=[0xb0][0xd3][0xc7][0xc8][0xfd]8L7[0x1b][0xbf]r[0x99]r[0xa1][0xa9][0xe0][0xd3][0x14]F[0xef][0xcd]<[0xb8][0x9e][0xa6][0x8a][0xcc][0xd9][0x96]5[0xde][0x89]0|[0x17][0xac]q+[0xce][0xf][0xb4]y;[0xb4][0x7]UA[0xc3][0xb][0xa0][0xd7][0xc]?[0x97][0xf][0xe5]'[0x1f][0x93][0x1f][0xa1][0xbb][0x1d][0x1d]j[0xca][0xf7][0xe0][0xde][0x3][0x14]9N[0xba][0xbb][0x9f][0xdc][0xae][0x93][0xce]Q^E[0xe2][0x83]Y^:[0xd6]1[0xe9]X[0xf8]P[0x8f]m6[0xf]i[0xc6]*[0xdc]a[0x11][0xf0][0xc7]m[0xd7][0xfc][0xbd][0xed][0x9a]5g[0xa9]rgx[0x80][0xaa][0x6]iN[0xa3]kEP[0x86]' qp[0x80][0xe6]6E[0xa4][0x9b]W[0xf5]B[0x1f][0xb3])[0xcc]%V[0xef]<[0xe2][0xe3]'[0x1d][0x2][0x96]Y[0xfa][0xb3]6{[0x9c][0xcd][0xfd][0xf4]o[0xb6][0x5]b[0xe8][0xc5]K[0xc7]+[0xe3][0xae][0x8][0xde]K[0x1e]>%[0x8e][0x15]\p[0xca][0xb1]p[0x91]2[0xd2][0xa7]@[0xf2]Q[0xf0][0xf5][0x18][0xc9]E8[0x1d][0xca][0xd8][0xea]X{[0xbc]mm/[0xd2][0xe8][0xc7][0x95]j[0x8f]X[0x8c][0x9c]'#][0x87]>[0x81][0xf7][0x9f]tx_m[0xf3]>F[0xdc][0xf8][0x9e][0x11]\k K[0x86]1Y[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xca]W[0xe][0x85];[0xaf]M[0xef]np*<-sb[0xc7][0xa3][0x9d][0x8c][0x4][0xcf][0xe5]'[0xe5][0x90][0xfb]U[0xc0]z\[0xb][0x9e][0xb7]O[![0x8f]Ay[0x15]9M[0xb]3g[[0xde]t[0x16][0x2][0x6]g?[0x83][0x98]=[0x87][0xcc][0xf3][0x1c][0x12][0xcf][0xe7][0xb2][0x84]_[0xe6][0x8][0xbf][0xcc][0x16]>[0x2][0xcf]z[0xd4][0x11]^'[0xb7][0xe1][0x1b][0xf].5[0xb9]l[0xf]K[0x1d]%[0xc3][0x19]r[0x81]!m[0xb8][0xf8]_[0xca][0x12][0xbf]d[0xa8][0xf8][0x13][0x94][0xf8][0x8f][0xd3][0x13]6[0xe1]3[0x10]_L[0xb5]2;_(5[0xe4]K[0xb6]([0x18][0xa4]E[0xca][0xce][0xb5]e[0xc7]Q[0x8d][0xf0][0xae],[0xd2],[0xc6].[0xab]l[0xee]'#\[0xa6][0x1d][0x89]T[0xe][0xd2][0xe2]L[0x1a][0x9]C|[0xa2][0xaf][0x82][0xe8][0xd7][0x90]P[0xbe][0x1]O[0xf8]w([0xe6]? [0xfc][0xb7]Pp[0xbe][\r]a[0xbf][0x83]*[0xf5]=[0xa4][0xea][0x1f]8![0x86][0xe3][0x1d][0xa5][0xac][0xb4][0x95]"#[0x9];[\r];[0xa7]*[0xdf]p)[0x19]|[0xe4][0x9a]|[0x1e][0x15][0xc6][0x87]7O[0xd2]S[0xb6][0x18][0xfd][0x90]\[0xe8][0xac][0x83][0x8]K[0x84][0xcd][0x80]j[0xdc][0xfb]D_[0x81][0xb6][0xd3][0xb4]T[0x98][0xe][0xa8]f[0xe8][0xa4]'P[0xa9][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T5[0x87]wb[0xde][0xbd][0xcf][0xce][0x8a]Z[0x16]:[0xf8]![0x88][0xff][0x8][0x85][0xf6][0xc7]4[0x87]~[0x2][0xf6][0x8a][0xf8][0xff][0x19][0xad][0xa5][0x9f]g[0x89][0xb0][0xce][0x11]a[0x9d]b[0x97][0xd5]H[0x84][0xd1][0xd4][0xc8][0xca]!LO;[0xf0]`[0xd0][0x86][0x7][0xc8]W[0x8f]P[0x1][0xea][0xbf][0x81][0x82][0xba]L[0x8a]h&}[8!d9{[0x16]\[0x8][0xda][0xc3][0xe5][0xfd]T[0x88][0x9d]cr[0x81][0x85]9H D/[0xc3][0x4][0xbf]A[0xa0][0xfd][0xe][0xa8][0xe6][0x15][0xe4][0xa0]? [0xd3][0xbf]J[0x15][0xf4]G$[0x92]?C[0xc9][0xa1]z[0xfa][0x1f][0xa4][0xec][0xbf]f[0xa5][0xe3]&G[0x96]&[0xc4]R[0x1a]4[0xe8][0xe4])[0xa2][0x90][0xc][0x96][0xc][0x2][0x1]XB<*^E[0x82][0x15][0xa0][0xcb]g"[0xe0][0xf3][0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]/[0xf8],[0x95][0x9]n[0xb0][0x86][0xd5][0x82]y[0xec]R[0xe4]q[0xc9]2[0xa8]?b[0x97]#ozB[0x16]W@[0xff]j[0xd3][0x10][0x94]fU[0xa7][0xd7][0xe0][0xd4][0x87][0x1c][0xe7][0xf1][0xfc]:j[0xd0][0x5][0xba][0x82][0x99][0x1a]Y[0xa3][0x16]ve[0xf1][0x9f][0x8d][0x10][0xde][0x81][0x11][0xa7][0xeb][0xd4]t[0xbc]>[0x93][0xe6]];[0x0][0xde]A[0x96][0xc5]!<[0x1b][0x85][0x91]&a@[0x94][0xbd]o[0xb1];\[0xec][0xb6][0xb0][0xa2][0x92]L[0x82]A$[0xb]g$[0xb];[0x92][0xb9][0x17]{[0x10]$UR[0x84]>J[0xdb]*[0x95][0x90]iJ[0x10][0xab]J[0x9][0x99]51zM[0xb8][0x16]{[0xfa]i[0x9d]E[0xd1]5[0x84][0x9c]k8-[0x95][0x90][0x86][0x91][0xcb][0x9a][0x93][0xe1]bo[0xb1][0xb7][0x18][0x8]y[0x9b][0xf0][0xee])[0xf6].@d/[0xd6][0x8b][0xf5]{[0xe1]O[0xc5][0xba]v[0xc4][0x9e][0x95][0x9d][0xe8][0x10][0xd7][0xfd]4[0xa3][0xd8]s[0x8c][0xa6][0xaa][0x17][0xba][0xfd]Z[0xc5][0x8b]z[0x92]U[0xcd]G[0xbd][0xa8][0xaa][0x9f]HsP[0xec]N[0x3][0x8d][0xcc]S[0xc6][0x8c][0x87][0x11]P[0xc4]^[0x94][0xc][0x9d][0xfc][0x88][0xe1]b[0xce][0x3]2[0xf4]S[0x18][0x8]b[0x11][0x1b][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa6][0x9e][0xb][0xa8][0x89][0x8b]h/[0x8f][0xa7][0x1e].[0xa1][[0xb8][0x94]>[0xc0][0x13][0xe9][0x1e][0xe][0xd0][0x83]\F[0x8f][0xf2][0x14][0xfa][0xc]O[0xa3]o[0xc2][0x9a]/[0xf1],[0xfa][0x13][0xcf][0xa6][0xd7][0xb9][0x9c]]\[0xc1]A[0xe][0xf3]4[0x8e][0xf0]\[0xae][0xe4][0x15]<[0x8b][0xeb]y[0x1e]o[0xe1][0xf9][0xbc][0x97][0x17]([0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0xbf][0xe][0xa7][0x97][0x0][0xd5][0xe9][0xb7][0xb4]S[0x15]t[0xaf][0xf8]@[0xda]e0[0xb2]\[0xc6][0xc3][0xbb][0xe9][0xd3][0xb8][0xe7]h[0xe0]t;[0xd2]z/d([0xe6][\r]H[0xee][0xfb][0x10][0xf0][0xf5][0xe0][0xe4][0xb3][0xb8][0xdd]x[0x94]kM#[0xfd]uZ[0xa5][0xd3]3:[0x9d]C[0xed][0xda][0xcb][0xa7][0xfa][0xf3][0xa0]p[0x9e][0xe6][0xf3]k[0x14]zM[0x5][0xc9][0xb3]N[0x9][0xdf]b[0x83]L[0x95][0xce][0xc5][0x8d][0x1e]B=[0x93][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x9]X=[0xc][0xf][0xf2]"[0xca][0xe7][0xc5]8z[0xe9][0x8]i[0x1d][0xb4][0x0]p[0xe5]K[0xb6]M[0xfe]A[0x1c][0xa7]@R[0xc6][0xaf][0xc3][0x1][0xdb]i[0x3][0x96][0xc7][0xbe][0x91]G[0x85][0x3]v[0xe8]i[0x99][0xd0][0xe3]jHS[0x3]M[0xd4][0xe2][0x82][0xb2][0x12][0xf9][0xb7][0x8e][0xca]y5-[0xe6]+[0xa8][0x9a][0xd7]d[0xa5][0xc1][0x1a]'[0xf4]jP[0xf6]$[\r]zh[0x9]}[0xde][0xd2]#@[0xe4][0x17][0x94][0x1e]5[0xf9]|ls[0xbb][0xdd]F[0x8b]%[0xea][0xdc][0xe1][0x8c]f[0xf8]P[0x98][0x2][0xfa][0xf7]p#[0x8d][0xe1][0x8d]PHSV[0xc8][0x97]8[0xe7][0x96][0xa0][0xfe][0xed]S([0xe1]yz[0xc1]>[0xe3]e[0xd8]X[0x8a]o<[0x1b]![[0xf8][0xe5]8[0xed][0xce][0xae]}AU[0x1e][0xac][0xf2][0xee]n[0xb][0xa6]K[0x87]5[0xed][0x1d]6[0xed][0xb1][0x1e][0xb9]9[0xed][0xef]j[0xac][0xca]H[0xdb][0x10]p[0xbd][0x0]f#[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]5[0xc3][0x98][0xdb][0xa9][0x90]w[0x80][0xff]+qe[0xda]Ie[0xf0][0xb3][0x85][0xbc][0x87]6[0xf0]U[0xb4][0x83][0xaf][0xa6]V[0xde]K[0xdd][0x1c][0xcd][0x82][0xc]qG[0xb6][0xb8]][0x1d][0xb]q[0xbf][0xff]x[0x16]d[0xd0][0xf2][0xcf]STD[0xfe]2}[0xc5][0x16]y[0xb7][0xad][0xd6][0xe2][0xc0]q[0xdc][0x80][0x85][0xb9][0x87]l[0xa4][0xe6][0x9]d!5[0xcb][0xc5]L[0xc0][0xad]v[0x1a][0xcb][0x9d]Y[0x1a]-vN-[0xb6][0xb][0x9a][0x9c][0x85][0x9b][0xb7]![0x7]}[0x15][0xf5]][0xbb][0xc4]A[0xde][0x8b][0xf][0x8a][0xe3][0xa0][0x4][0xe][0xba]v[0x94][0x7]Y[0x10][0xf0][0xeb][0x98]K9`([0x1b][0xbe]V[0xc][0x83][0xaf]|]N[0xf8][0xfa][\r][0xa0][0x10][0x8b][0xdb]/[0xd8][0x80]g[0xa9][0xa0][0xe7][0x19]rsP%+[0x10]QV_`[0x1][0xd9]3T[0xe3]"u[[0xf8][0xa5][0xdc][0x92]f[0xf4]S~[0x93][0x1a]T[0xe1][0xb2]&[0x1e]=[0x1b]L[0xa4]/[0x11][0xea]N[0xce]o[0x85][0xcc]o[0xa3]q|[0x13]MC?[0x9b][0x8f]P%[0xbf][0x9d][0xe6][0xa2]_[0x84]~[0x9][0x1f]u[0xec][0xa9][0xa3]M_#[0x96]:[0xa2]/[0xa5]o[0x2]%e[0xae][0x11][0xd6][0xcc][0xb7]le[0x8c]%[0xf7]y[0xdc]f^[0xa3][0xa9][0xeb]t[0xfa][0xb6]n[0xab][0xe5];J[0xb2][0xef][0xda][0x92][0xfd][0x12][0xfc]xH[0xbe][0x8a]([0xc9]j[0xcb],[0xc9][0x82]J[0xb2]2%Y[0xd9][0x2][0xdc][0xce]W[0xb8][0xe9][0xa8][0xb][0xa2][0xfd][0xc2][0x16]m[0xcc]r[0xb7][0x1a]MrC8[\r]$[0xca]q[0x83]![0xfc][0x16][0xa8]>[[0xc8][![0xe4]m[0x10][0xf2]v[0x9a][0x8e][0xbe][0x9c][0xdf]GU[0xfc]~[0x9a][0x87]~[0x9][0xfa][0xe5]|[0xa7][0x93][0x8]t[0xa4][0xc4][0xfb][0x15]h[0x1b][0xfa][0xdd][0xe4][0x9b][0xea][0x3][0x93][0x8c][0xbe][0xa7][0xc0]][0xfa][0xe6]n[0xbd][0xfb][0xbe][0xf3][0xee][0x7][0xb6]k;[0x82][0x87]D[0xf0]<[[0xf0][0xff][0xc4][0xba][0x17][0x81][0xca],[0xf8][0x93]}'[0xdc][0x13][0x9][0x3][0xbd][0xbb]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0xba][0x7][0xc9][0xed][0xa4]@[0xa4][0x8d]R[0x94]+[0xf1]{@fD+[0xea][0xa6]8[0xdf]RJ[0xa5]jOS[0xad]Zo[0xab]H[0xb5][0xe9]9[0xa5][0xaa][0xaf][0xbb]3[0x10]{9x"[0xbe][0xb][0x9a][0xf8]0[0x18][0xbb][0x1b][0xbe]|[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]8[0xc2][0xf9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]}[0xd0][0xcc][0x3]0[0xfd][0x83]T[0xcb][0xf][0xa1][0x9c]=L[[0xf9][0xa3]@'[0xf][0xd0].[0xee]w[0xb4]3[0x83][0x16];[0xda][0xd9][0xe3]hg[0xf]0[0xe6]}[0x90][0xa9][0x18]hQJ[0x90][0xa5][0x81][0xf1][0xa4][0xeb][0xbe][0xf3]T[0x88];[0xe2]yb[0xe][0x8c][0x97]b[0xc2][0xf2][0xd7]2[[0xfc]>[0x1b]F[0xce]/[0x98]YS05[0xd0][0xa9][0xe0]Kz[0xe4][0xb1]r[0xfa]Jg[0xc2][0xeb]L[0x4]2[0xa1]S"[0x8e][0xc3]'[0xc9][0xc5][0x9f]Bj}[0x14]%[0xf9]1[0xb8][0xee][0xa9][0xac][0x18][0x9d]os[0xe9][0x2][0xaa]|@[0xc5][0xa8]_[0xfe]j[0xe7][0x14][0x1c][0xcb][0x2][0xb3][0xdd]+[0xa0][0xe1][0xc0][0x9][0x9a]Z05[0xd8][0x19].[0xb3]o(y[0x18][\r][0xd0][0xaa]}+,[0xbf][0xb]f[0x94]i[0x1d][0xfc][0x14]i[0xfc]4[0xe5][0xf1][0x0]ME?[0x13][0x90]![0xad](w[0x96][0x1b][0xcd][0xb6][0xbf]6[0xca][0xe8][0xa7][0x8a][0x5][0x8d]f*f,E[0x5][0xe4][0xaa][0xed]f[0xde][0x8a][0xab][0xb6]G[0xee][0xd4][0xe7][0x18][0xe0]Pc8[0x8f][0x8e][0xc5]?[0x3]Z[0xb7][0xb8][0xfd]#[0xc8][0x9][0xc1]V[0xf9]FX[0xc8][0x0][0xb3]u[0x8d][0x91][0x82][0x1b][0x6]h[0xf5][0xe]'[0x1f][0xd4][0x6][0xef]'[0xa4][0xa8]~[0x80][0xf2]w[0xd8][0xa9][0x1][0xc3][0x82][0x15][0xb2](b%[0x9]8[0x9b][0xaf][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]N=[0xe][0xd0][0x1a][0xeb][0x3][0xc3][0xb3][0x91][0x82][0x1b][0xd5][0xb2][0x1][0x1a][0x93]I[0xea]^[0xc4][0x9f]E[0xf6][0x6][0x15][0xf4][0x1c][0x5][0xf9]Y[0xb8][0xcb]s[0xc8][0x14][0x9f]G[0xf0]|[0x81][0xb6]`n[0x7][0x89][0xae][0xe6][0xe7][0x9d]L1[0x1][0xd0]<[0x9d])Zm[0x3][0xe4][0xd3][0x95][0xf4][0xb][0xc4][0xba][0x95][0x17]f[0x92][0xe7][0x1f]4A[0x7][0xe]*[0xda][0x8b]V[0x4][0xb7]>r[0xbd][0xc4][0xf2][0x81][0xe1]%[0x9d][0x1e]z[\r][0x91][0xab][0xa1][0x0][0xfe][0xca]J[0x13][0x0]U[0x16]8[0xe8][0x3]k[0x9d]rX(B[0x15][0x0][0xef][0xe][0xd0]:\[0xec][0x94][0xc8][0xcf]`,[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xd6][0xbd][0xb3][0xde][0xd1][0xcf]2G)[0xeb]#g[0xa9]a[0xa7][0xa5][0x83]Az[0xb]&[0xfa][0xa9][0xb8])\[0x15][0xb4][0x16][0xc]Rc[0x4][0x86]][0xaf]T[0xf3]E[0xc9][0x9e][0xeb][0x81][0xba]P[0xed]l[0xbd][0xd4][0xd2]80[0xf5]}[0x18][0xee]E[0x84][0xd2][0xf][0xa1][0x97][0x1f][0xc3][0x3]~[0x8e][0xc4][0xf2][0x12][0xaa][0xe2][0xcb][0x8][0xa3]_[0xd1]z[0xfe]5[0xed][0xe4]Wh[0xf][0xff][0x86][0xae][0xe2][0xdf]R[0x8c]Gq[0xbc]K[0xf1][0xab][0x8e][0xa7]\[0x85][0x9a][0xf8]_[0xf4]kP][0xc][0x9a]i[0xad][0xf5]9[0xc1][0xd5][0x87]K[0xd0]o[0x9d][0xaf][0x9f][0xde] B[0xaa][0x80]M[0x9d]~W([0xf1][0xf4][0x8a]JtL[0xbf][0x87][0x95][0xfe][0x80][0xeb][0x91][0xe5]([0xeb][0xec][0xef][0xcc][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B5[0xee][0x82][0xd0]d7[0xca][0xfe][0xc6][0xb6][0xeb]3q[0xa3]>[0xb9][0xc0][0xbf]\[0xc0]{[0x99]X[0x19][0x7][0xf][0xdb][0xa7][0xc]o 7Y[0x8e][0xfa]g[0xfa]oK[0xff][0x1a][0xc0][0xaf][0xfa]N[0xf0][0x2][0xf4][0xdf]4[0xec][0xa3][0xf0][0x0]m[0x92][0xf]*S[0xce][0xd2]f[0xe7][0x3][0xf6][0x16][0xf8]]0[0xfd][0x1]{[0xeb]9YS[6lM3[0xd6][0x94]e[0xd6][0x94][0xdd][0x8f][0xdb]{[0x10]W[0xf7]~[0xf2][0x85][0x83][0x0]U[0xae][0xc5][0xee]bw[0xd9][0x9][0xda][0xa2][0x10][0xbc][0x1b]4Z[0x9e][0xa5][0xb2]f[0xab]oX[0xee]QP[0xde]=[0xc9]c}1[0xf3]M[0xf2][0xc][0xd0]6[0xdc][0xef][0x83]x3[0x9][0xeb][0xad]]bJk!7[0x1f]u[0xc3][0x9a][0x8f][0x85][0xcb][0x14][0xc8][0x91][0xf0]{[0x90][0x1e][0x86]I[0xad]~[0xbb]]3[0xae][0xc6]M[0x8d]4[0x4]1<1_[0xf3]Q[0x91][0x96]O[0xa5][0x9a]A[0x1]m[0xc]-[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]Z+[0xa2][0x95][0xda]x[0xda][0xa5][0x95][0xd2][0xd5][0xda]Dj[0xd7]&[0xd3][0x1]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xb4][0xa9]tD[0x9b]F[0xb7]i[0xd3][0xe9]Am[0x16]=[0xac]]F[0x8f]h3[0xe8])m&}[0x6][0xef]?[0xa7][0x95][0xd3][0xf3]Z[0x85][0xd2][0xf8]z[0xc4][0xf6]m[0xc8][0x98][0xc1][0x1d][0xd6]C[0x8f][0xe0][0xc4][0xff][0xc5]M[0xd6][0x3][0xa0][0xd4][0xa2][0x9c]@<[0xfd][0x5][0xc7][0x9]^[0x80][0x13][0xfc][0x1f][0xec]Q[0x8a][[0xf2][0xdf][0x94][0x8b]T[0xd3][0x1d][0xb8]UJ[0x82]I[0x17]^[0x8b][0xda][0xdf]m`%[0xf9][0xcf][0x3][0xe5][0x9e][0xa7][0xcb]8[0x1f][0x95]Hc[0xf9][0x8e][0xec]U!v[0x1e][0xe9]E[0xa7]H[0x9c][0x9d][0xc3][0xb4]{[0xd8][0xb4]K[0xa6][0x11][0xf2][0x81][0xcf][0xe3][0xbc]!L}{b[0xda][0xe5][0xbc][0xe0][0xe0][0xf7][0xb8][0x90]h[0xf2][0xbf]$[0xd8]N[0xd7]j[0xca](=M;[0x8a][0xae][0x8c][0x9c][0xa6][0xf9][0xc1][0xd3][0xb4]3[0x1d]m[0xbb][0x86]}[0xef][0xd3]*[0xa9]D[0xab][0xca][0xc2][0xdf][0xa5][0x8e][0xb0][0xa5]8[0xed][0xaf][0xaa][0xa0][0x96]:[0xf1]P[0xaa][0xf0][0xa3][0x8b]|[0xb8]2[0xa7]/#s[0xd4][0x1b][0xe0][0xeb][0xb3][0xb4][0x1b][0xde][0xb4][0xe7]I[0x9a][0xe0][0x2][0x6][0x12][0x10]Ya[0xa7][0xcc][0xb7][0xc5]Z[0xf4][0xeb][0xa1][0x3]I[0x9e][0x1a][0xbb]a`A[0xe5][0x1a][0x10][0xa0][0xfc][0xe7][0xa3][0x0]O[0xa6][0xf7]x[0xf3][0xfe][0x1f]PK[0x7][0x8][0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classuN9[0xe][0xc2]0[0x10][0x9c][\r]![0x9]T<[0x0]zhp[0x1][0xa2][0xa1][0xa3]H[0x85]D[0x11]D[0xbf][0x9][0xc6]821[0xb2][0x1c][0x1e]G[0xc1][0x3]x[0x14]"[0xa6]A[0x14]l13[0xd2][0x1c][0xda][0xe7][0xeb][0xfe][0x0][0xb0][0xc0] E[0x9a]"#d'[0xeb].[0xec][0xf7][0x96]0[0x9e]nk[0xbe][0xb1]0[0xdc](Qx[0xa7][0x1b][0xb5]i[0xb5]9J[0xb7][0x9e][0x1d][0x8][0xc3][0xc2][0xb6][0xae][0x92][0xb9]6[0x92]0[0xf9][0xf1][0xf3][0xcf][0x86][0xe7][0xd2][0xc8]y[0x98] [0xac][0xac]S[0x82][0xaf]\[0x9d][0xa5]0V[0xa9].[0x1b]xY[0x8b][0xd6]k#[0xfe][0xb5][0x9][0xa3][0xef][0xb][0xbb][0xb2][0x96][0x95]O[0x8][0x84][0x8][0xe1](&[0xf4][0x10][0x7][0x85]~[0x87][0x11][0x92]7PK[0x7][0x8]Jkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilders.class[0x95]V[0xeb]s[0x13]U[0x14][0xff]m[0xf3]X[0xb2][0xd9][0x96][0xb4][0xb4][0x94]B-[0x15][0x10][0xdb][0x94][0xb6]"[0x5]4[0xa5]([0xa4][0xd4][0xa6][\r]TIm[0xa1][0x88][0xb0]M[0xb7]iJ[0xd8]M7[0x1b]jE[0xc5][0x7][0xca]K[0x10]_hUFG?[0xf0][0xa5][0x1f]d[0x9c]Y[0xc1][0xf][0x8e][0x8f][0x19]g[0xe0][0xf]p[0xfc][0xe0][0xc8][0xff][0xe1]8[0xea][0xb9]w[0xb7]y[0xd8]6[0xd2][0xcc]d[0xef][0xbd][0xbf]s[0xee]9[0xe7]w[0xee]9w[0xf7][0xee][0xdf][0xdf]}[0xf]`[0x1b][0xae]K[0xd8][0x84][0x98][0x88]A[0x9][0xcf]b[0x88]=[0x86][0xfd][0x4][0x1f][0x12]q[0x98][0x8d]#[0x12]6[0xe2][0x8][0x83][0x9f][0x13]q[0xd4][0xf][0x9][0xcf][0x8b]8[0xc6][0xd6][0xc7]E([0x12]*0[0xca][0x16]q[0x11]c[0x12]*[0xa1][0xb2][0xc5][0xb8][0x88][0x84][0x84]jL[0xb0]ER[0xc4][0xa4][0x84]Z[0x9c]`[0x8b][0x94][0x88][0x93][0x12][0xd6]B[0x13][0xa1]K[0xa8]GZ[0xc4][0x94][0x84][0x6][0x18]L[0x98][0xf1]C[0x86][0xc9][0xc4]Y[0x11][0xa7]DL[0xb][0xf0][0xee]JjIs[0xb7][0x0]WS[0xf3][0x90][0x0]wX[0x1f]S[0x5][0xac][0x8c]&5[0xf5]@[0xf6][0xe4][0xa8]j[0xc]*[0xa3])B[0xaa][0xa2]z\I[\r])F[0x92][0xad][0x1d][0xd0]mN$3[0x2][0xda][0xa2][0xba][0x91]hW[0xd2]J|BmO[0xe9][0x89]DRK[0xb0][0xb1]c[0xb2]=k&S[0xed]1[0xd3] do6[0x99][0x1a]S[0x8d]L[0xa7][0x80]r%[0x9d]V[0xb5][0xb1][0xee][0xa9]!%[0x95]%;=M[0xd1]I[0xe5][0x94][0xd2][0x9e]Rhc[0x91]vg[0x81]``tR[0x8d][0x9b][0x9d][0xcd]K[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xcb][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8]+[0xa1][0xe0]9e{[0xac]ZhW@[0xc0][0xe][0xab]_[0x9d]q"[0x13]1C[[0xf6]i[0xa6]A[0xa3][0x1c][0xd1]4[0xd5][0x8][0xa7][0x94]LF%[0xd2][0x91][0xff][0x8b][0x99]S[0xdf][0xaf][0xa4]7[0xf1][0xfd]%[0xc3][0xf6][0xa8][0xb6][0x8b][0x9a]Ew[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X][0x9c][0xfc][0x99][0xf4][0xfc][0x1],[0xea]j[0xd7][0x2]O[0x9d][0xb][0x91][0xdd]d[0xd6][0x17]K&4[0xc5][0xcc][0x1a]dI_[0x1e][0x9d][0xfb][0xf4]Q[0x8a][0xf4][0xa1][0xfb]:[0xf4][0x85][0xc6][0xef][0xa3][0xc]\'[0xd4][0x99][0xe2]3v[0xcc][0x8][0xf0][0xdb]g[0xec][0x14]^[0xdb][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xfa][0xa3][0x92][0xf1]1fe|[0x82]O[0x5]lY[0xce][0xbd][[0xc4][0xc0].i[0x11][0x9f][0xcd][0x7]W[0xdc][0xde][0x2]j[0x97][0xe8][0xb]*n[0xbb][0x83][0x4][0xd4]7[0x85]K5ak[0xd3][0xf2][0x9a][0xd6][0x9b]P[0xcd]~[0xd6][0xb7][0xd5]M[0xcd][0x8b][0xdd][0xce]+H[0xee][0xb4]m[0xeb][0xc2][0xb6]-iz[0xc5]8/[0x92]A[0x9d][0x5][0xbd][0xa4][0x1e][0xeb][0xef]mK6lI[0xfb]Im>4z[0x8d]F[0x98][0x97]H)}_[0x8a]j+[0xbf][0xa1][0x8f]m[0xe8]+[0xb5][0xc1]?[0xc6]+.[0xbf][0xa5][0x9b]m[0xe9].[0xb5]E[0x1e][0xb5][0xeb]0[0xbf]g[0x84][0xed][0x19])[0x19]W[0x9c][0x18][0xe7]7[0x84][0xe9].[0xc8][0xb0][0xa2][0xcc]C1[0x82][0xc6]YA[0xe6][0xa1][0x1e]f[0xb6][0xa7][0xe4][0xc9]2[0xb3]{[0xe8][0xea]qSZ[0xc8][0xa8][0xdf][0xd4][0xa3][0xfa]4[0xbd]K[0xf9]u[0xe3][0xa6]2"[0xb0][0xbc][0xa8][0xc][0xb1][0x95]>[0x8a]6[0x81][0xfd]D[0x94][0xb1][0xfb][0x6][0x2][0x1e][0xe6][0x9f]St/[0xd2][0xe8][0x9]~[0xb][0xe1]&M[0xca][0xd0]DO[0x89]F`[0x1d][0xdc][0xf4][0xc9][0xd3]L3[0xd9]VB[0x10]-4[0xfa][0xb0][0x5][0xad][0x8e][0x81]n[0xd2]d[0xba][0x81]``[0x83][0x5]W[0x8b][0x5]7[0x9f]|[0x9d][0xb3][0xe5][0xe5]{7s;[0xab]m][0xb4][0xa1][0x9d][0x7][0x13][0xc0]#[0x14][0x1a]e[0x8a]n[0xab][0x1d]$c[0x16]G[0xe0][0xe2]Z[0xd5][0xc1][0x96][0xdb][0xf0][0x8][0xf8][0x1]^[0x9a][0x88][0x2]na[0x5][0xb3][0xea]*[0xb0][0xba][0xb5][0xc0]ju[0xce]j5v[0xe2]1[0x92]?[0x9e][0x8b][0x9c]!![0x9a]u[0xf2][0xa8]vq][0xe][0x83]aB\4[0xd6][0x5])x_[0xa0][0x8b][0x82][0xe7][0xc][0xb6],E[0xa5][0x8b];m[0xb4]7[0xe5][0x9c][0xd6]a7[0x9e][0xe0][0xf2]:N[0xaa][0x8c][0x9c]<[0x89]=[0xb6][0x13][0xe1][0xb4]C[0xea]^[0xcb]/[0x90]Z~[0x84]w[0x16]+[0x83]-D[0x8d]\[0xe][0xdf][0xc0]][0x82][0xa4]Y[0x4][0x8][0x91][0x82][0xb7][0xe1]/[0xc3][\r]X[0x84][0xc9][0x8e][0x9a]l[0xa1][0x9c][0xd4][0xbe]"[0xa8]b[0x16]U[0xc][0xaa][0xb0][0xb0][0xd2]B[0x80][0xd0][0xcb][0x84]V:h[0xa5][0x85]*[0xb][0xab][0x8][0x9d]&[0xb4][0xda]A[0xab]-[0xd4]XXM[0xa8]Bh[0xad][0x83][0xd6]ZXc[0xa1][0x8e][0xd0]~B[0xd7]:[0xe8]Z[0xb][0xeb][0x88]4[0xa1][0xdb][0x9][0xad]w[0xd0]z[0xb][0xf][0xd8][0xde][0xd6][0x13][0xda][0xe0][0xa0][\r][0x16][0xd6][h$[0xd4][0xc7][0x92][0xe7][0x1e][0xbe][0x99];[0x9f][0x11]:[0x15][0xa0][0x17]~D[0xe8][[0xba][0x8f]>[0x99][0xfb][0xa9]v[0xa2][0x94][0xf7][0xfd][0x94][0xa8][0x3][0xd8][0x87][0x1][0xc][0xe2]i[0x1c][0xc1]3[0x98][0xc4]AL!F[0xaf][0xad]A[0x9c][0xa3][0xef][0xea]k[0x18][0xc2]u:[0x97]9[0x1c][0xc2]78[0x8c][0x9f][0xc8][0xda][0x1d][0xd2][0xfc][\r]G[0xf1][0x7][0x8e][0x15][0x9c][0xf9]=[0xec]u[0xd2][0xf]a^I[0xdd]4[0xaf][0x80][0xec][0xf7][0xaf][0xaa][0xaa][0xb1][0x1e]:[0x88]}[0xe8]qN[0xfb]g[0xaa]i[0x91][0xc6][0x8e][0xfa][0x1a][0xcf][0x17]hw[0xed][0xf0][0xd6]xk<_bc[0xb0][0xc6][0xbb][0xee][0xf8]m[0x1e]k[0x7][0xe5][0xa2][0x97][0x97]J[0x7]e[0xa4][0x97]3[0xe9][0xa0][0xbc][0xf4][0xf1][0x92][0xea][0xa0][0xec][0xf4]R[0x94]l6@3[0xf][0xe7][0xe4][0x87][0xfb]/[0xf8][0x84][0xc6]?YK[0xf8](q[0xf3][0x84][0xee]8[0x84]B[0x9c][0xd0][0xf6][0x1c][0xa1][0xe6]<[0xa1][[0xd8]P[0xc0][0x89]VyZ[0xbf].B[0xeb]<[0x85]{[0x81]h][0xa4][0xda][0xbe]D[0x94].Pk^[0xa1][0x86][0xba]Z@[0xab]5G+[0x94][0xa3][0x15][0xca][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]h[0x85]r[0xb4]B9Z[0xa1][0x85][0xb4]6sZeT[0xb][0xac][0xd5][0xe]b;[0xbf][0x83][0xe8][0xfd][0x81][0x17][0xd0][0xe1][0xf5][0xfd][0xb]PK[0x7][0x8][0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/StringMap.class[0x95][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xf4]'[0x89]Uk[0xfd][0xa9][0xfa][0x6][0xa6][0x1b]gawY[0x89]P[0x10]*[0x5][0xb]][0xb8][0x1b][0xd3]k~[0x18][0x93]8M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0xd1]\[0xf8][0x0]>[0x94]x3[0x96]"E[0x4][0x17]3[0x87][0x99][0xf9][0xee]=[0xe7]2[0x1f][0x9f]o[0xef][0x0][0xae]p[0xee][0xa2][0xef][0xe2][0xd4][0xc5][0x99]@;[0xd4][0xa4][0x8c]@[0xd3][0x1f][0xcc][0x4][0x1c]z[0xa9][0x94]^[0x8][0xf4][0xfd]q[0xaa][0x96]Jj[0x95]Er[0xf2][0x98]RX[0x6][0x83][0x7][0x6][0x9e][0xc][0xd1][0x8a][0x4][0xbc]X-[0xe2][0x9b]|N[0xb6][0xf4][0x96]/[0x92][0xc5][0xc8][0xe4]+[0xca][0xec]E[0x8d][0x16]Uy[0xad][0xb5][0xc0][0xd0][0x1f][0xe7]&[0x92][0xaa]PaLR[0xe7]Q[0x94]pS[0xd6]a*[0xab]2[0xd1][0xf2][0x9e][0xd4]|[0x92][0xe9][0xd7]ii[0xf8][0xe5]N[0x15]A[0x9d][0xc5][0xe3][0xfa][0x99][0xd2][0x15];\[0xfc]L[0xf3]M[0x5][0xbf][0xe4][0xab][0x7]0[0xf4][0x9c]/ik[0x80]uI[\r]t[0xa6]yeB[0x1a]%[0x9a][0xa1][0xee][0xc6][0xf1][0xb2][0x86][0xd9][0xe8][0xef][0xa0][0x1b]\[0xa0][0xb7]m/ [0xff]9[0xa5]# [0xd0][0xe0][0xd5][0xe4]_[0xf1]Z[0x2]-[0xb4][0x1]V[0x7][0xae]Uo}[0xde]A[0xc7][0xea].[0xf6][0xac][0xee][0xa3]k[0xf5][0x0]=[0xab][0x87]8[0xe2][0xe][0x2][0xc7][0xbc]7p[0xf2][0x5]PK[0x7][0x8]DM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/util/Strings.class[0x95]Vks[0x13]U[0x18]~N[0x93]fs[0xd9][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[\r][0x85]p[0x11][0x4]i[0xd3]K( ([0xd2][0x8a][0xd0]X[0xa0][0xd2][0xa6][0xb5])[0xe5][0xa2][0x88][0x9b]tI[0xb6][0xa4][0xd9][0x90][0xdd] ([0x2][0xde][0xc5][0xbb][0xa2][0xce][0xe0][0x1f][0xe0][0x8b]3[0x16][0x9d])Ug[0xd4][0xf1][0x3][0xce][0xf8]UGG[0x1d]G[0x9d][0xf1]6[0x8e]?[0x81]Q[0xdf]s[0xb2][0xb9][0xb4][0xdd]0u:=[0xbb][0xe7][0x9c][0xf7]}[0xde][0xe7][0xbd]n[0xbe][0xfc][0xe7][0xa3]O[0x0][0xdc][0x8e][0xb7][0xbd]X[0x8d]1[0x9][0x7][0xbc][0xa8][0xe3][0xcf]q[0xfe]<[0xc8][0x97]C|9[0xec][0xc5][0x11]<[0xc0][0x97][0x7]}8[0x8a][0x87][0xbc][0x8][0xe0][0x18]_[0x1e][0xf6]@A[0x82]_$}[0x98][0x80][0xca][0xcf][0x8e][0xfb][0x90]BZ[0x82][0xe6][0xc6]$=[0xe1]E[0x6]S[0x1c]&[0xcb][0x17][0xdd][0x8b][0x1c]N[0xba][0x91]w[0xc3][0xe0][0xaf][0xa6][0x87]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]N1[0xd4][0xf7][0xf][0x8d][0x8c][0x1d]f[0x8][0xc]N*[0xa7][0x94][0xee][0x8c][0x92]Mu[0xc7][0xcd][0xbc][0x96]M[0xf5]0[0xf8][0xa3]z[0xd6]0[0x95][0xac]9[0xae]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*C[0xc3][0xe0]@[0xac][0xff]X[0xbc]d[0xf7][0xe8][0xee][0xb1][0xe1]Q[0x6]W[0xaf][0x96][0xd5][0xcc][0x9d][0xc][0x8e]p[0xfb]8[0x83]3[0xaa]O[0x90]X[0xe3][0xa0][0x96]Uc[0x85][0xa9][0x84][0x9a][0x1f]S[0x12][0x19][0x95][0xa3][0xeb]I%3[0xae][0xe4]5[0xbe][0xb7][0xe][0x9d]fZ3[0x18][0xda][0x6][0xf5]|[0xaa][[0xc9])[0xc9][0xb4][0xda][0x9d][0xd1]S)[0xb2][0xcd][0x9f]['[0xbb][0xb][0xa6][0x96][0xb1][0xd8][0x18]D[0xc7]5q[0xb2][0xa0][0x9b][0xa4][0xd9][0x1a]^[0xc8][0xb6][0xdd][0xce][0x1][0x87]a[0xe6][0x19]$[0xcd][0xe8][0xa3][0xf3][0x13][0xc]K[0xed][0x14][0x8f]00[0xe2][0xe1][0x8f][0x9b]J[0xf2][0xc4][0x90][0x92][0xb3][0xe8][0x91]V[0xff]T[0xce]<[0xc3][0xb0][0xb2]Z+[0x9a]V[0xf2]q[0xf5]dA[0xcd]&U[0xa1][[0x97]$[0xe5][0xe5][0xb5]$[0x18][0xbc][0x9a][0x11][0xd3]M[0x8b]@qc[0xe1][0xd6][[0xee]4[0x9a][0xfa][0xa8][0xae][0x9b][0x7]r95[0x1f]U[0xc]:[0xf1][0x12][0xb5][0xa9]1=V[0xc8]d[0xc8][0x80]iHx[0x84][0xe2]5[0xa9]kY[0x86][0xf6]j6[0x3][0xa6][0x9a][0xe7]t{[0xa2][0xb6][0xfe][0xbb]5[0xeb][0x9e]!h[0xa7][0xc5][0xe0]1[0xd4][0x9c][0x92]WL[0x9d][0xe2][0xc4][0xa2][0xc]-s3u&W[0xca][0xd6]2[0x1b][0xfd][0xde][0x8e][0x9d][0x1c]"[0xae][0xa5][0xb2][0x8a]Y[0xc8][0x93]T[0x97][0x1d]9.f[0xcf][0xaf][0xe4][0x8b]H[0xb4][0x10]'"5d[0x1d]zbrn[0x9d][0xe]'&[0xd5][0xa4]YvS[0xf8][0x10][0xb4][0x3][0xa4]P[0x1f][0xd7][0xf2][0x86]I [0x89][0xc2]q[0x86][0xd0][0x2][0xfc][0xbe][0x82][0x96][0x99]P[0xb9][0xe4]2[0x1b][0x0][0xee][0x0]u[0xb][0xf5]j[0xc5][0xc3][0x5][0x2]52[0xd0][0x9b][0xcc]X=[0xe2][0x8d][0xeb][0x85]|R[0xdd][0xa3][0xf1]p[0xca]VYo[0xe4]:2[0xd6]a=[0x99][0xae][0xc1][0x8a]a[0xfd][0xcd][[0x84]W[0x9c]![0xe3]4[0xce][0xf0][0xe5]Q[0x19][0x8f][0xe1],[0x95][0x8c][0x8c][0xc7]qV[0xc6]&[0x9c][0x93]p^[0xc6][0x5][0x8b]Q[0xb0][0xe3]:[0xfc][0x4][0xe4][0x9e][0x81][0xe7]2$[0xe7][0x15]8[0x1d][0xef][0xd2][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kW[0x15]V[0x10][0x1b][0x5]V[0xb7][0xb8]u48v[0xd1][0x97][0x82]O[0x1e][0xb]w[0xc0][0xc2]m&\[0xb9][0xe3]Cx[0x19][0xde][0xa9][0x1]{[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x19][(HeX[0x11]vk[0x99]n[0x9f][0x5][0xeb][0xef][0x98][0x85][0xaf][0x16]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]_[0xc5][0xb3][0x1e]u>[0x81][0xb7][0xad]L[0xb3][0x1a]O[0xae][0x85]w~[0xe]^[0x85]`[0x19][0xef][0x8e][0xda][0xf9]i+[0xe5][0xa7][0xcd]>?[0x17]m[0xf2][0xc3]pg[0x19][0xb0][0x97][0xa4]yq[0xb8];[0xdf][0x87][0x6][\r][0xf3][0xf5]/[0x9][0xfd][0x96][0xa2][0x8c]U0[0xfc][0xad]ST[0xa3][0x7][0xdb][0xcb]H[0x1a]=[0xb9][0xd4][0x8a][0x8e]/ [0xb1]+[0x90]x[0xb6][0x7];[0xc9][0xef][0xcb]b[0xef][0xec][0x9c].[0xfb]],[0xc8][0xf7][0xc8][0xdb][0xe9]*[0xfc][0x15][0x16]??[0xfd][0xdd]%[0xf0]y[0x14][0x9a][0xe0]tG%[0xec][0xb8][0x1][0x1f][0xad][0xbb][0xe8][0x9f][0xcc][0xf6][0x8][0xe2][0xdc]l[0xda]r[0xa0][0x89][0xcc][0xd6][0xb3]i*[0x85]F[0xfa][0xc9]5[0x8b]%[0xdc][0x9a]SXk [0xab][0xc0][0xa7][0xb4][0xfb][0x8c][0xbc][0xfa][0xbc][0xca]b[0x13][0xee][0xc6]N[0xe1]Q[0x13][0xee][0xa1][0xfa]c[0xd8]][0x8e][0x16][0xbf][0xeb][0xb3]2[0xe1][0x0]sQ[0xec]yh[0xee][0x15][0xd6][0xfb][0x8b][0xd6][0xd9]z[0xba][0xaa][0xe7]%Q[0xb6][0xde][0xc4][0xb][0xd1][0x15]h[0xe6][0xef]A[0x86][0xa1][0xd2][0x91][0xbb]k[0x16]K[0xa7]y[0xda]h{[\r]-[0xb1][0xae][0xeb][0xf0]D[0xba]f[0xb0][0xec]`Q[0xe4]2[0xd6]FVR[0x12][0xf][0x16][0x15]w8C[0xce][0xeb][0xf0]FBN.r[0xe5][0xdf][0x1f]#Vv[0x8b]>[0xed]!~[0xc0]W[0xb4][0xfb][0x9a]|[0xfa][0x6][0x8d][0xf8][0x96]f[0xc5]w[0x94][0xe3][0xef]i[0x1e][0xfc]@[0x99][0xfa][0x89]*[0xe9]g*[0x9d]_(T[0xbf][0x12][0xe1][0xdf][0xb0][0x1f][0xbf]#[0x8e]?p[0x8][0xe2][0x18][0xfe]B[0x2][0x8b]Xl%[0x17][0xe2][0xe4][0xf5][0x1e][0xec]%<^[0xdf][0xfb][0xa8][0xbf] [0xde][0x8a]Q[0x9]!F[0x9d][0xbc][0x97][0x9c][0xde]B[0xc5][0xbd][0x1f][0x83][0xe4]v%R\~[0xc8][0x8a]T[0x0].[0x97][0xef][0x6][0x82][0x12]bb[0x1d]^Wg[0x5]n[0x84][0xaa][0xe6][0xfe][0xf2][0xa4]j[0x15]9[0xa1][0xdc][0xcc]by [0x14]X1[0x83][0x95][0x1f]`[0xd5]UQ[0x9d][0x95][0xea]k[0xa3]uTh[0xc7][0xff][0x3]PK[0x7][0x8][0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/util/Supplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x83]K[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r2S[0x8b][0xf4]@*[0x19][0x19][0xd4][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3]3[0x81]:[0x81][0xb4]I[0x96]~iIf[0x8e]>L5#[0x83][0x0][0xba][0xc9]l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0x2][0xf4][0x1][0x3][0xb][0x90][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4]11[0xb0][0x1]1[0x84][0xc5][0xce][0xc0][0x1][0xa6]9[0x1]PK[0x7][0x8]i[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/util/TriConsumer.class[0x8d][0x8d]=[0xe][0xc2]0[0xc][0x85][0x9f][0xf9]i[0xf9][0xe9][0xc0]1`![0x3],P[0xc4][0x82][0xc4][0x2][0x12]H[0xad][0xba][0x87]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]J[0x8b]B[0xcb][0xe1][0x18]8[0x0][0x87]B[0xa4]eA[0x94][0x1]K[0xd6][0xb3]?[0xfb][0xd9][0x8f][0xe7][0xed][0xe]`[0x2][0xcf]E[0xcf]E[0x9f][0xe0]p![0xe4]9'[0xcc][0x86][0xdb][0x98]_9Kx[0xaa][0xd8][0xee][0x10]K[0x91][0xfb][0xff][0x90]QD[0xe8][0x6]Z[0xa5][0xc0][0xff]0[0xf1][0x1b][0x88][0x11]o5#[0xc6][0x5][0x84]EW[0xdd][0xba][0x8f]s[0xcf][0xb9]U[0xe9][0xef][0xbf][0xbf][0xec][0x3][0xb8][0x85][0xdb]:tL[0xe9][0xb8][0x8a]k[0x1a][0xae]w[0xa3][0x1b][0x5][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xd2]S[0x92][0xc7][0xb2]<[0xde][0xd0]pS[0xc3]4[0x83][0x1e][0x8][0xcf][0x99][0x8f][0xd7][0xd6]x[0xc0]0[0xf2][0xbc][0xd6][0xb2]6-[0xd3][0xb5]<[0xc7]\[0x8a][0x8e]B[0xc2]m[0xf0][0xe0][0xe][0x83]f[0xc7]A[0xc0][0xbd][0x88][0x81]-2[0xa4][0xe7][0x84]'[0xa2]{[0xc]J[0xa1][0xb8][0xcc][0xa0].[0xf8][\r][0xce][0xd0][[0x13][0x1e][0x18][0xaf][0xd7]y[0xf0][0xc4][0xaa][0xbb][0xe4][0xe9][0xab][0xf9][0xb6][0xe5].[[0x81][0x90][0xe7][0x8e][0x93][0x9][0xaa][0x88][0x9a]"d[0xe8]Z[0x8a][0xac][0x88]\[0xc6][0xa2][0xe7][0xf1]`[0xc1][0xb5][0xc2][0x90][0x93][0xbb]\[0xf3][0x3][0xc7][0xb4]6,[0xbb][0xc9]M[0xd7]w[0x1c][0xa2]"[0xf7][0xd9][0x96][0x19]G[0xc2]5[0x9f]zu[0xbf]=[0x95][0xd4][0x12][0xb5][0x1e]2[0xec][0x97][0xf][0xac][0x8d][0x4][0x9f][0xa4]1d[0x1c][0x1e][0xfd][0xa7][0x80]!W([0x9e]"/[0x1d][0xf0]0vI[0xdd][0xf0])I[0x19][0x11][0xce][0xfb]m[0xde]x[0x1c][0x88]u[0x11][0x89]M"[0x9e]/[0x9c][0x98]_\[0x95]2y[0x9b]@[0xf5]%?[0xe]l~_H[0xf9]z[0xc2]~Z[0x96][0x19][0xe8]EF[0x83]i[0xa0][0x82][0x19][0x86][0xc1][0x13][0xa0][0xc][0x9c][0x87]!s[0xab][0x6]][0xf1][0x8c][0x81][0x1e]\00[0x8b]*C[0xf1][0xcc][0x83]"[0xfa][0xff][0xe0][0x1f][0xd5][[0xdc]&b[0x93]g('[0xc6][0x96]m[0xf3]0[0x9c][0xaa]T*[0xc9][0x8d][0xd3][0x3]P[0xb][0x8b][0xf2][0xe2][0xff]Ffd[0xa4];[0xe4]Q[0x8d]{N[0xd4][0xc4][0x4][0xbd]4[0x9d][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0x92]{b[0x11]i[0xda][0x15][0xfa]H4[0x18].[0x92][0xf5][0x6]][0x14][0x1][0xcc][0xd2][0x1e]X[0xe9]3R[0xdf][0xa0][0xec]BU[0xe6]r[0xa5][0x1d][0xa8][0xfb]o1$[0xf7][0xdc]W(+[0x99][0xec][0x1e]=[0x97]-[0xc6][0xde][0x1f][0xfe][0xf8][0x98][0x0][0xf5][0xd1]:[0x82]4[0xad]kP[0xd1] x[0x7][0xc3]h[0xa2]@[0xfb]4Z[0xb8]D[0x91][0x1][0x82][0xcf]`[0xc][0xfd][0x14]e[0xb2][0x11][0xb2][0x18][0xa2]}[0x98][0xbe][0xc]R[0x87]r[0xd1]0B[0xa1][0x3][0x8c]RF[0xe][0xf9][0xe][0xb5]g[0x84],[0xa9][0xe5]%[0x83][0xcf]H[0x97]Vv[0xa0][0xad][0xaa]/v[0xa1][0xbd][0xae][0xd6][0xca][0xca]'[0x9c]+[0xe8]H[0x4][0xa1]Ka[0xeb][0x84][0xee][0x11]'[0xff][0xb8]7[0xd5]w:f[0xa1]Q[0x87]1Bg[0x18][0xa7][0x1][0x1d]uyEu[0xb2]r\[0xb9][0x9b][0xef]H[0xce][0x96][0xa5][0x91][0xaf][0xbe]C[0x97][0xba][0xbd][0x95]"[0xbd]?[0x95][0xed]c[0xc1][0x3]41 [0xa4][0xa9]F[0x4][0x19]c[0x90][0xec]Q[0xb4][0x93][0x86][0x13][0x94][0x93]"[0x9]R[0xac]l=[0xde]i-[0xad][0xcb]Ik)[0x9b]~[0x0][0xbf][0x90]b[0xfd][0x7][0xc9][0xec][0xaf]$[0x12]&[0x9]GF[0xe8][0x12][0xe9]G1[0x0][0xfd][0xf]PK[0x7][0x8]l"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.class[0x95]T]S[0x1b]U[0x18]~N6aaY P[0x3][0xb4][0x80][0x1f]-mC[0x12]H[0xf8][0xaa]m[0xa1](A[0x91]h[0x2][0xd5]T[0xda][0x2]3[0xba][0x9][0x87][0xb0][0x98]n:[0x9b]M'[0xde]x[0xd5]_[0xe2]8z[0xc3][0x85][0xce]T[0xe8]X[0xed]x[0xd7][0x19][0xff][0x8a]3^y[0xd5][0xa9][0x1f][0xcf][0xd9][0xc4]B[0xc7][0xc6][0xc1][0x8b]=[0x1f][0xef]y?[0x9e][0xe7]y[0xdf][0xd9]_[0xfe][0xfc][0xe1]1[0x80]i[0xac][0x1a][0x8]c[0xd6]@/fu\2[0xa0]a[0xb6][0x83][0x96]7[0xd5]rY][0xaf][0xe8][0xb8]`[0xe0]*[0xe6]t[0xcc][0x1b]0pM[0x19][0x17]tD[0x95][0xf1]-ey[[0xc7][0xa2][0x8e][0xb4][0x80][0xe1][0xda]N)][0xdb][0xd9][0x91][0xae][0xc0]@v[0xcf][0xba]g%[0xcb][0x96]SJ[0xde][0xd8]u[0xa5][0xb5][0x9d][0xad][0x14][0xad][0xf2][0x9c]@G[0xde].9[0x96]Ws[0xa5][0xc0][0xf4][0xcb][0xbd][0xe6]7[0x8f][0xd9][0xf3]^#[0xaf]][0xde][0x96][0xee][0xdc][0x2]3[0xe8][0xc5][0x9a][0xeb]J[0xc7][0x13][0x18]j[0x15][0x9f]Q~m[0xf3][0xb6]c{[0xb][0x2]Ztl] [0xb8]T[0xd9]f[0xcd][0x9e][0xac][0xed][0xc8][0xd5][0xda][0x9d][0x82]toX[0x85]2-}~[0xd0][0xba][0xe5][0xda][0xea][0xde]4[0x6][0xbd]][0xbb]*`[0xde][0x94][0x85][0xbc][0xb5]#[0xf3][0x9e][0xe5][0xd1]jf[0x1c]G[0xba]Ke[0xab]Z[0x95]|[0x9d][0xca]V[0xdc]R[0xd2][0xba]k[0x15]we[0xb2]\)[0x95][0x88]T[0xed]3{[0xc9][0x9a]g[0x97][0x93][0x1f];[0x85]J}[0xf4]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xa4][0xf7][0x2])[0xf2][0x88][0x8e][0xb5]d, l~[0x19][0x81][0x90][0xe5][0xba][0xd6][0xe7][0x2]gZ[0xcb]C'[0xdb][0xd9][0x96]u[0x81][0xc0]&#[0xda]\Y[0xad][0x95])[0xd4][0xe9][0xff][0x88][0xe8]"[0xb0][0xe2]g9[0xeb]n[0x93]y[0xd8][0xae][0xa6]+u[0xb9]}[0xdd][0xb5][0xef][0xd8][0x9e]}[0x8f][0xa6][0xe1]h[0xcb][0xf8][0xb1][\r][0xa5][0x95][0xac]{:[0x96][0x4]b[0xd1][0x13])29[0xa7][0x1a][0x12][0xa8][0xa7][0x4].[0x9e]0[0x80][0xf3][0x95][0xaf][0xd4][0xdc][0xa2]\[0xb6][0x15]H[0xc3][0xb7]O(T&[0x6]qZ [0xf2][0xd2]Q0[0xd1][0x87]S&[0xfa][0xd5][0xf2][0xe][0xde][0xd5][0xb1]l[0xe2]=[0xac]p@[[0x10]R[0xd9]2&[0xde][0xc7][0x7]&[0xb2]X1[0x91][0x3][0x85]L[0xfd][0xdf]>S[0xc6][0xa3][0x2]k[0x85]=Yd[0x17][0xce][0x9f][0x88]*[0xe7][0x95][0x13]"[0xf0][0xca][0xb]C[0xd1][0xc8]A[0x19][0xce][0x9d] [0x9][0xf5][0xb1][0x8a]EY[0xad][0x8e][0xa6]R)[0xfe][0xc9]![0x18][0xcd]([0xd5][0xb5][0xaa]J[0x1e][0x89][0xfe];[0xb7]z[0xfd]'nR[0xc5]u[0xd0]5+[0x9d][0x92][0xb7][0x8b][0xd7][0xf9]C[0xe8][0xe5]/#@=[0xa9]([0x8][0xcf][0xbf]Ex[0xeb]?v[0x1f]@[0x90]+[0x1b]B[0xcb][0x19]Zr[0xfc]][0x8][0xee]C[0xb1]C[0x4]b[0x8f][0xa0][0xdd]>D[0xf0]{[0x84][0x8e][0x8e]m[0xdf][0xf9][0x81]C\[0xbb][0xe9][0xc],2E[0x1a]=X[0xc2]0of#[0x1c]#[0x84][0x0][0x9e][0xdf][0xc0][0xd9]f[0xea][0xdf][0xa1][0xd3][0x13]([0xc6][0x1e] t[0x0][0xfd]g[0xb4]g[0xe3]Op[0xe9]!:~[0x82][0x91][0xd5][0xae][\r][0xc7][0x1f][0x89]H|[0xf8][0x11][0x8c][0xdb][0xe1][0xc8]!:[0xf3][0xf7][0x3][0xe2][0x9b][0xbf]~U[0xfe][0xf1][0x3][0x98][0xdc][0xdb][0x82]?[0x1a][0xcd][0x93][0x9f][0xa1]+[0x17][0x88][0xee][0x84][0xb6]5[0xb1][0x19][0xfc]t[0xed][0x8b][0xa9][0xd5]q[0xed][0x0]=[0xe3][0xdf][0xb2][0x8c][0xe6]C[0x9c]" `[0x19][0x9d][0x9c][0xa2][0x1e][0xac][0x90]{[0x6][0xaf]rZb[0xdc]S[0x1c][0x98][0xcb]d[0x9c][0xc6][0x1a][0xd7][0xeb][0xd8][0xc2][0x87][0xb0][0xf0][0x91]Oc[0x6]![0xaa]2[0x88]s[0x18]%Y[0x82]n[0x12][0xea][0xc4]-[0x9c][0xc7][0x5]R[0xca]1[0xd7]ED[0xf9][0xba]Ebc[0xcc][0xa8]!N[0x8f].h`PG[0xbb]x[0x8a][0x81]^:&0[0xde]T[0xe0]+[0xba]([0x5]bG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4][0x12]O[0x10][0xd2][0xf6][0xb5][0x85][0x91][0x4][0xc9][0xf7][0xc5][0x13]#S_#[0x14][0xdc][0xbf][0xaf][0x91][0xf9]o[0xda][0xfe]s"g[0xd1][0xce]u[0x9d][0x0]n[0x92][0xc8]-6w[0x83]M[0xdb]$[0xa8]-[0xbe]m[0x10][0xc8]'>[0xf0][0x18]+[0x9c]b[0x9b][0x15]p[0xcd][0xbf]7[0x80][0xab][0xd3][0x4]?[0xc1][0xc][0xaf][0xf9][0x14][0x2]>[0xdc]0[0x82][0xcf][0xd0]K[0xb8][0xcf] D[0xf7]S[0x84][0xc2] [0xed]T[0x13][0xf1][0x15][0xee][0x8a]~[0x88][0xe3] [0x8e][0x1a][0xdf][0xe6]7y[0xd1]/[0xd8][0xdf]px^&[0x84]I[0xaa][0xae][0xc2][0xa6]}[0xff][0x19][0x96][0x3][0xa7].[0xc0]RW[0xa9][0xbd][0x81][0xa4]r[0xb][0xb7][0xff][\r]PK[0x7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox.class[0x95]X[w[0x1b]W[0x15][0xfe]F[0x96]=[0xf2]t[0x1c]+N[0xe2][0xa4][0x8e]C[0x94]6id[0xc7][0xf5][0xa5][0x84]Pp[0x12][0xb0]l9U,_[0xb0][0x94][0x94][0xb8][0xb4][0xee]X[0x1a])[0x93][0xca]#13[0xb2][0x9d][0xa6]7h[0xe9][0x5][0xda][0xb4][0xdc][[0xa0]\[0xca][0xa5][0x14][0x2]46U[0xd4][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xb1][0x16]k[0xf1][0x3][0xf8][0x1]<[0xf2][0xc0];[0x5][0xbe]3RlY[0x91][0x15][0xc5][0xcb]>g[0xce]>{[0xfb]z[0xf6]9[0xcb][0xfb][0xef][0x7][0x1f][0x2][0xf8]8[0xfe][0xd4][0x8a]f[0xe4][0xc5][0xb0][0xa4][0xa0][0x7][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "VpQ[0xc6][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe1][0x9][0xb1]xR[0xc1]SxZ0<[0xe3][0xc3][0x97][0xc4][0xe2][0xcb]w[0xe0]Y<[0xa7][0x90][0xf2][0x15][0x19][0xcf][0xfb][0xf0][0x82] [0xbe]([0xd6]/)[0xf8]*[0xbe]&[0x86][0x97][0xc5][0xf0][0x8a][0x18].[0x8b][0xe1]U1[0xbc]&@[0xbe][0xae][0xe0][0x10][0xbe]![0xe3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x84][0xb6]C[0xf8]V+[0xbe][0x8d][0xef][0x8][0xf1][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xeb][0x82][0xeb][\r][0x5][0x87][0xf1][0xba][0x82][0xef][0xe1][0xfb]>[0xfc]@[0xec][0xbd])[0xe3][0x87][0x82]{Y[0xc6][0x8f][0xc4][0xe6][0x8f]e[0xfc]D[0xc6][[0x12][0xd4][0x88]i[0xea][0xd6]hF[0xb3]m[0xdd][0x96][0xd0][0x1c]s4G'[0xf9]A}![0xa6][0xa5][0xf4][0xf2][0xb2]%:}[0xea]TxV[0xc2][0x81]h[0xd6]J[0xf]h9-q^[0x1f][0xc8]d[0xd3]i[0xc3]L[0x8b][0xf9][0xe8][0x85][0x81](W[0xba]5L[0xd9]P$[0x1e][0x9b][0x9f][0x9][0xcf][0xce]G[0xa6][0xe2][0x12][0xa4][0x88][0x84][0xb6][0xd1][0xac]i;[0x9a][0xe9][0x9c][0xd5]2y[0xbd][0x89][0xa1][0xb]H[0xd8]1[0x1b][0x99]:[0x15]:3>N[0xce][0xc9][0xc8][0xd4]|,2[0x17][0x96][0xd0]^A-Q[0xbc][0x93]#[0xb1][0x9][0x9]~[0xe7][0xbc][0xa5]k[0xc9]h6[0xa1]e[0xca]f[0xed][0x8e]^[0xd0][0x96][0xb4][0x81][0x8c]F#[0xe2][0x1b][0xbb][0xb4][0xa1]5f[0xa4]M[0xcd][0xc9][[0xe4][0x1a][0xab][0xcd]u|kW[0xf2][0x8e][0x91][0x19]8c.dW[0xe][0xba][0x9a][0x86]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96]7[0x85][0xe4][0xbe][0x86][0xc4]+[0xc3]H[0x8c][0x96][0xe3][0x86]i8'%4[0x5]{[0xce][0xd2][0xb3][0xd1]l[0x92]P[0xed]Q[0xc3][0xd4][0xa7][0xf2][0x8b][0xb][0xba][0x15][0xd7][0x16]2[0xa4]t[0xb8][0x16][0x9e][0xd5],C[0xac][0xcb]D[0xaf]s[0xde]`[0x8a][0xe]5[0xa2][0x98][0xba]v[0x13]![0x91][0xcf]P[0xf1],9B[0xf9]TJ[0xb7]b[0xc6][0xe3][0x4][0xda][0x15][0xac][0x88]H[0xcc][0xb1][0xb8]=[0xdc][0xc3],ymw[0xdb][0xa3][0xaf][0x90][0xa7][0x82]%[0xbc][0x92][0xd0]s[0x8e][0x91]5E[0x14]rV6[0xa7][[0xce][0xc5])m[0xd1]5[0xf4]&$&6o[0xeb][0xd6][0x8c][0xa5]S[0xa1][0xa5]'gC%[0xad]m[0xc]B[0xe2][0xb1]I-[0xe7][0xba]#[0xe3][0xa7][0xac]~[0xea]I[0xe8]F[0x86]bS[0xfa][0x8a]3[0x93]][0xd6][0xad][0xe9]T|9K[[0x82][0x11]a[0x92]DS[0x9a][0xe8][0x8f][0x84][0xee][0xe0]x[0xcf]M[0xca]By#[0x93]t[0x8b][0xae]yIT[0x16][0x5][0xc6]%[0xec][0x9d][0xcd][0x9b][0x8e][0xb1][0xa8]G[0xcc]%[0xc3]6[0xa8]l[0xc4]4[0xb3][0xcc][0x0]=`[0xfc][0x8e][0xde]"~3[0xba][0x95][0xca]Z[0x8b][0x9a][0x99][0xd0]c[0xba]i[0x1b][0x8e][0xb1]$R[0xa7]h[0x99][0xc][0x93]"@[0x84]1c[0xf5][0x8c][0x91][0xc6][0x4]K[0xac].KL[0xb0]D[0xea][0xb1]t[0x7]G[0xeb]"[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xd3]uYN[0xb][0x96]P][0x96][0x90]`[0x99][0xab][0xcb]2'[0xc1][0x97][0xd6][0x9d]r[0xe1][0xdf][0x1b][0xec][0xb9][0x8d][0x93][0xc3][0xcc][0xd8]%[0xb9]#[0xb7]![0xc5][0x6]GA[0xa1][0x93][0xe6][0xed][\r]nm[0x9d][0x8c][0x9f]I[0xd8]NFQ[0xe3][0xb][0x15]5[0xce][0x3][0x16][0x11]IK$t[0xdb]>888[0xb8][0xb1][0x18][0x12][0xb][0xdf][0xf1]D[0xa6]|[0x16][0x95]X6o%[0xf4]qC[0x1c]2[0xc5]5[0xa3]_[0xe8]Sq[0xc]C*>![0x86][0x13]8)[0xe3][0xe7]*~[0x81][0xb7]%[0xdc][0xdd][0x80]#[0xac]o[0x15][0xbf][0xc4];*~[0x85]_[0xcb][0xb8][0xa2][0xe2]7[0x8][0xab][0xe8][0xc7][0x0]O0[0xb]S[0xcb][0x18][0xc9][0xc0][0xa5]'[0xf9][0xdb][0x17][0xc8][0xdb]D[0x8],[0xd2][0x9c][0xc5][0xfc]b@[0x1c]B[0x92][0xfb][0x85][0xf8]oe[0xfc]N[0xc5][0xbb][0xb8][0xaa]b[0x1a]3B[0x9f][0x8c]I[0xe9][0x94][0xf4][0xf0][0x83][0xbf][0x90]dL[0xd1]u^[0xb]e[0xd7][0x8f]qS[0x84]E[0xf5][0xfa][0x3]][0xde]d[0x11][0xfe][0xe4][0xca][0x95][0xf5][0x10][0xb6][0xb8]{oV[0x84]O[0xc5][0xe7][0xdc][0xcc][0xb4]b[0x16]1r[0x9][0x8c][0xfb]8[0x8b]=_[0x11][0xdb][0xef]*[0xa0][0xe3][0xdd]*[0xf9]w*[0xe4]}[0x88][0xe3][0xc][0xe7][0xb3][0xfc][0xdb]F[0xca][0x83][0xfc][0x8b]?[0x4][0xc9][0xc6][0xe7]][0xcc]s[0xeb][0x98]M[0xae]s[0x2][0xf3][0x9e][0x2]vTc[0xbe]W[0x85]9W[0x7][0xf3][0xa1][0x1a]vv[0x15][0xb0][0xb3][0x1a][0xf3]/U[0x98]_[0xa8][0x83][0xf9]p[0x83][0x98][0xaf][0xc2][0x1c][0xaa][0x83][0xf9]Hm[0xcc]][0xd5][0x98][0xff][0xa8][0xc2][0x9c][0xaf][0x83][0xf9]h[0x8d]x~[0xac][0x80][0xce]j[0xcc]Vaju0[0x17][0x1a][0xf4][0xfd][0xdf]U[0x98][0x89]:[0x98][0xc9][0xda][0x98][0xbb][0xab]1?[0xaa][0xc2][0xd4][0xb7][0xc0]T[0xc4]K[0xa2]\[0xe3][0xe9]2[0xe6][0xfe]U[0xec])[0xe0][0xce]?[0xa3]k[0xa2][0xf7][0xaf][0xe8][0xb8][0x8e][0xae]s[0xd7][0xb0]w[0x82][0xd4][0xde][0x2][0xba]{[0x85][0xaa][0xd2]y[0xed]d?[0x80][0xc4]g[0x9d][0xe4][0xc1]6[0xa9][0x9][0x9d][0x92][0x17][0xfb][0xa4][0x96]u[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xe1]<[0xc][0xae][0xa2][0xae][0x19][0xd2][0xb0]O[0xc6][0x5][0xd2][0xf9]N*+[0x1d]vU[0x12]k[0x15][0xfb][0xde][0x80]Z[0x4][0xa3][0xbe][0xff]m[0xb4][0xae]"P[0xc0][0x81]*[0xb7]$[0xc5]E[0x92][0xe1]i[0xf][0xcb]X$[0xa4][0x89]l[0x19][0xa8][0xbb][0xc][0xe4]][0x85]G[0x9c]L[0xa9]B[0xac][0xdd][0xef]C[0xae][0x11]N[0xc][0x91][0xf3][0x8b][0xb5]8[0xa5][0x9b]8[0xa9][0xdd]Z[0xef][0xad]q[0xb7]1[0x2]}E[0xdc][0xb5][0xc6]^ww[0x11][0x7][0xd7][0xe0][0xa1][0x6]or[\r][0xd2]u[0x1c]b[0xc][0xef]Y[0xc3][0x9e][0xeb]8|N[0xba][0x86][0xe0][0x1a][0x2]W[0xd7][0x11][0xdd]@2[0xa7]-[0xec][0xeb][0xdb][0xd8]k:q[0x9][0x1]6[0x88][0xbc][0xd0][0xdf][0x8][0x8][0xb4][0xc4][0xa1]R[0xfc]:[0xbf][0x1d][0xbf][0xb4][0xc4][0xc9]Ro[0xcb][0x9f][0xf8][0xe5][0xa1][0xaf][0xcc][0xab][0xeb][[0xc1][0xc6][0xb6][0xbd][0xf0][0xc8][0x12][0x97][0xc][0xef][0xa7][0xde]x?[0x84][0xe3][0x17]q[0xa0][0x9e][0xdc][0x9c][0x9e][0xbc][0xb6][0x1d][0xaa]B[0xec][0xc][0xf6][0xd5]T[0xf6]'[0x19][0x12][0xe7][0xf4][0xee]&[0x96]([0x19][0xa2][\r]A[0xb1][0xe7]b[0xaa]*[0xe2][0x99][0xf5][0xac][0xdb][0x9d][0xf2][0xde][0x9b][0xd1]kNk[0x95][0x8c][0x8]R[0xef][0xb9][0x99][0xd6]o[0xb6][0xdf][0x9f][0xdd]n[0xe][0xfc]~?[0x3][0xcd]K[0xec][0xb4][0xc6][0xa6]%N[0x19][0xfe][0x12][0x9d]x[0xc6]i[0xd3][0x80][0x1e]1uS[0xc7][0xbc]L[0xd1][0x18][0xa2]S[0x16][0x8c]C[0xe6][0x98]F[0xba][0x15][0xcd][0xe6][0xcb]ii[0xea][0xb2][0xae][0xa4][0x9e][0xdd][0xc9][0xd4]z[0x9];[0xbb][0x9a]~9[0xbd][0x9e][0x93]~[0xbe]y[0xc1][0xd5]=[0x14]lN4uP7[0xa9][0x83][0xba][0xdd][0xa4][0xe][0xea][0xa6][0xef][0xa0][0xee]N[0x8a][0xa9][0x83][0xba][0x9]1[0xa6][0xe]2L[0xdd]c[0x7]u3u[0xd0][0xce].RwP[0xc2][0xce]Rw[0x10][0xd4]RwP[0x12][0xca][0xd4][0x1d][0x94][0x9a][0xaf]:[0x9c]o[0x5][0xeb][0xcf][0xfb]/[0xf][0xe7][0xfc][0xb3][0xf8]Q}Ki[0x9d][0xec]~P_WG[0x7]Qg[0xb4]9~937PO[0xca][0x10][0xcb][0x4]U[0xd3]r/[0xfc]p[0xa4][0x1e]c[0x99][0xa0][0xea]u>[0x8][0xc3]q[0xa8][0xe2][0xb4]Nv?[0xc4]#[0x9b][0xfe][0xb6][0xaf].[0x17]sZ'[0xbb][0x1f][0xd4][0xc8]!u[0xa7][0xb0][0xc4][0xf5][0xff][0xbc]e[0x98][0xb7][0xd6][0x9d][0xc1][0x97]x[0x9e]?[0xcd][0x12][0x96][0xfd][0x2]26[0x1d][0xca][0x99][0xab][0xcf]rA[0xc9][0xa9]L[0xc5][0xfa][0xee][0xc][0xfb]J8[0xca]W[0xf6][0x5]Q[0x9c][0xf4]x[0xbf]aOe[0xff]x@[0xd9][0xe6][0xd5][0xbe][0xcb][0xb2][0xda][0xc][0xd7][0xa7]Lm[0x99][0xfd]z5:[0xb8]x[0xf3][0x82]?[0xbd][0xca][0x5][0xcd]%[0xec][0xf1][0x9f][0xe2][0xc][0xc4][0xd1][0xc1][0xad][0x98]H[0xf9][0xd5]-h.[0xe1][0x97][0xff][0xb7][0x4]sQ[0xf1]w[0xa2]:v[0xe6][0xd7][0xc6][0xcf][0xc3][0x8d][0xe0][0xce]`[0xa8][0xfe]{z[0xe2][0x86][0x1f][\r]6v[0xea][0xb8][0x16][0xbb],q[0xf6][0x9f]uNMR[0x96][0xbf][0x87][0x17][0xc4][0x13]K[0x9c][0xfb][0xf7][0xdd][0xa9][0xeb]V[0xd2][0x84]9KX[0xe2]5[0x11][0xff][0xfc][0x9e]S[0xa7][0xa2]([0x8][0xa1][0xf4]uqX[0xeb][0xbc]x[0x3]=[0x82][0x1e]E[0x8f])[0xfd]Y[0x1c][0x17]'[0xf4][0xf3]q[0xf1]&[0xfa][0x16][0xfa]6[0xe3][0xef][0xf0]|[0x12]=[0x85][0x9e][0xd6][0xe3]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xed][0x8f][0xf5][0xc][0xfa].[0xfa][0x1e][0xfa]>z[0x16]=[0x87]~[0x80]~[0x88]~[0x84]~[0x8c][0x9e]G/[0xa0][0x9f][0xa0][0x9f][0xa2][0x17][0xd1][0x12][0xba][0x80]^B/[0xa3]W[0xd0][0xab][0xe8]5[0xb4][0x8c]~[0xa6][0xf5]s8/[0xc2]y[0x11][0xce][0x8b]p^[0x84]s[0x5]N[0x15]8U[0xe0]T[0x81]S[0x5]N[0x15]8U[0xe0]T[0x81][0xb3][0xc4]/[0xf1]K[0xfc][0x12][0xbf][0xc4]/[0xf1]K[0xfc][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0xd7][0xe1][0xbc][0x4][0xe7]%8/[0xc1]y[0x9][0xce]U8U[0xe1]T[0x85]S[0x15]NU8U[0xe1]T[0x85]S[0x15][0xce]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]58[0xd7][0xa9][0xaf]N}u[0xea][0xab]S_[0x83][0xfc][0x6][0xf9][\r][0xf2][0x1b][0xe4]7[0xc8]o[0x90][0xdf] [0xbf]A}6~[0x1b][0xbf][0x8d][0xdf][0xc6]o[0xe3][0xb7][0xf1][0xdb][0xf8]m[0xea]kR_[0x93][0xfa][0x9a][0xd4][0xd7][0xa4][0xbe][0x16][0xf9]-[0xf2][[0xe4][0xb7][0xc8]o[0x91][0xdf]"[0xbf]E~[0x8b][0xfa][0x1c][0xfc][0xe]~[0x7][0xbf][0x83][0xdf][0xc1][0xef][0xe0]w[0xf0];[0xd4][0xb7]L}[0xcb][0xd4][0xb7]L}[0xcb][0xd4][0xe7][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef]R_[0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x9b][0xfa]n[0x88][0x9b][0xe8]-[0xf4]6zG[0xfb]W[0xc4]][0xfd][0xbc]":h[0x17][0xbd][0xc7]x[0x8f][0xe7]/[0xd0][0xfb][0xe8]*[0xe3]_[0xf2][0xfc][0x0]}[0x88][0xae][0xe9]q[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|O[0xe7][0xc7][0xfa][0x0]}[0x88][0xee][0xe6][0xaa]u[0xd5]9[0xf2][0x95][0xfe][0xfd]H[0xcc])[0x9d]W'KN<[0x16]y[0xf7][0xcc]_PK[0x7][0x8]@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/jboss/logging/DelegatingBasicLogger.class[0xc5]\[0xb]x[0x14]U[0x96]>[0xb7][0xbb][0x93][0x90][0xd0]yv[0x12][0x4]AAQ[0x1e][0x1][0xc3][0xd3][0x1d][0x15]Q[0xe4][0x11][0x12][0x9] D[0xd0][0xf8]X[0x9a][0xd0][0x84]@[0xe8]h'[0x84]Q|[0xce][0xc4][0xf1]9[0xe2][0x3][0x1d][0xd1][0x11][0x1d]I[\r][0x9][0x84][0x84][0x4]'8[0x8a][0xae][0x8f][0xf5][0x11][0xd0][0xf5][0xb1][0xea][0xac]:[0xeb]c[0xd5]YuV[0x9d]Uguf[0xd5][0xd9]s[0xaa][0xaa]/[0xc5][0xad][0xaa][[0xd5]U[0xed][0xec][0x97][0xef];u[0xab][0xbb][0xea][0xfc][0xe7][0x9e]s[0xff]s[0xcf]=_9[0xf0][0xfd][0xc3][0x8f][0x1][0xc0]T6=[0x7][0x96][0xc1]K[0xd9]P[0x3]/[0xe7][0xc0]+[0xf0][0xaf]4z[0x95]F[0xaf][0x91]x=[0x1b][0xf6][0xc2][0xef]h[0xf4]o$[0xde] [0xf1]&[0x89][0xb7]H[0xfc][0x9e][0xc4][0xbf][0x93]x[0x9b][0xc4];$[0xde]%[0xf1][0x1e][0x89][0xff] [0xf1]>[0x89][0xf]H|H[0xe2][0xf]$[0xfe][0x93][0xc4]G$>&[0xf1][0x9][0x89]?[0x92][0xf8]/[0x12][0x9f][0x92][0xf8][0x8c][0xc4][0xe7]$[0xfe]D[0xe2][0xbf]I|A[0xe2]K[0x12]_[0x91][0xf8]3[0x89][0xff]![0xf1]5[0x89]oH[0xfc][0x85][0xc4]_[0xc9][0xe6][0xff][0xa5][0xd1][0xb7]$[0xbe]#[0xf1]=[0x89][0xbf][0xa1]`@[0x82][0x91][0x8][0x90][0x8][0x92][0x8][0x91][0xc8] [0x91]I"[0x8b][0xc4] [0x12][0xd9]$rH[0xc]&[0x11]&[0x91]K"[0x8f]D>[0x89][0x2][0x12][0x85]$[0x8a]HDH[0x14][0x93](!Q[0x8a][0xb6][0xb0]!4:[0x82][0xc4]P[0xba][0x1d]F[0xa3]#I[0xc][0xa7][0xdb][0x11]4:[0x8a][0xc4][0xd1]t;[0x92]F[0xa3]H[0x1c]C[0xe2][0xd8],6:[0x87][0x1d][0xc7][0x8e][0xcf]bc[0xb2][0xd8][0xd8],6[0x8e]AAs,[0xd1][0x10]m\[0x16]K474[0xc5][0xcf][0xae][0x9c][0xc3][0x80]U1[0xc8][0x9d][0xdd][0x14]on[0x89][0xc6][[0x96]E[0x1b]7[0xc4]2z[0xde]j,[0xeb][0xbc][0xec][0xbd][0xa7][0x18][0x84][0xe6][0x9d]5{![0x83][0xa2][0x5]k[0xa3][0xad][0xd1][0xf2][0xc6]h[0xbc][0xbe]|iK[0xa2]!^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]`cS=[0x83]a[0xb][0x9a][0x12][0xf5][0xe5]kW657[0x97][0xe3][0x7][0xf5][0xf8]][0xf9][0x2][0xbc][0xc6][0x12][0xf8]H[0xe6][0x8c][0x86]xC[0xcb]L[0x6]#[0xc6][0xda]?6n[0x19][0xe2][0xcc]nZ[0x15]c[0x90][0xbf][0xa0]![0x1e][[0xb8]a[0xfd][0xca]X[0xa2]&[0xba][0xb2]1F[0xc8]Muho[0x14][0xad][0xc6]{[0xfd][0xc3]P[0xcb][0x9a][0x86]f[0x6][0xe3],t[0xce][0x89]5[0xc6][0xea][0xa3]-8<#[0xda][0xdc]P[0xc7]-[0xc9]kh[0xae]ID[0xeb]bs[0xe3][0xa4]b[0x15]Z?v\-[0x83][0x8c][0x16][0xfa][0x90]A[0xc9]X[0xc3][0xc][0x17][0xad]\[0x1b][0xab]kQ[0xed][0xca]Z[0x1f]kn[0x8e][0xd6][0xc7][0xe]w[0x81][0xfe][0x0][0x83][0xf1][0x16][0xaf][0x19]>[0xa9]Y[0x93]h[0xda]Hx[0xaa].[0xd6][0x82]8[0x96][0xdf]2[0x98]1[0xd6][0xec][0xe1][0x14]T[0xe7]4[0xaa][0xf3][0x9c]wq][0x9c][0xc1]"W[0xba][0xce]KA}[0xe6]E[0xd1]Dt=z[0x16][0xda][0x18]M[0xe0][0xa6][0x9d]A[0x97]V[0xfd][0x8a][0x1f]g[0xc4][0x12][0x89][0xa6][0x4][0xaa]S[0xaf][0xad][0xc9][0x1]}[0xb3]:[0xda][0x12]m[0xa4][0x1d][0x94][0xae][0xad][0xc9][0xc1][0xea],6[0x1e][0xbf]\[0x10]k[0x8d][0xe1][0x97][0xe1][0xca]x<[0x96][0x98][0xdd][0x18]mn[0x8e][0xe1][0xbe]=[0xdd][0xbe][0xfc][0x1a][0xad][0xbe]a3[0xdd][0x8c]FM[0xdd]H[0xa7][0xd7][0x19]Ty[0x80][0xb0]-8[0xce]OEY[0xea][0xe5]R[0x93][0xd5][0xde][0x9f][0xb2][0xf5][0xa9]TP![0xd4][0x89][0xa1][0x9a][0xef]a^6[0x85]BEZ\D[0x9a][0xce]M[0xb7][0xb3][\r][0xba][0xd7][0xfd]@[0xba][0xad][0xd1].H[0x5][0xcd]Cq[0x96][0xd2][0xb2]L[0xbd]x[0x8b][0xff]p[0xea][0xad][0x1][0xaf][0xfa]{[0x2]Z[0x9b][0xe0][0x93][0x8a][0x1e][0x82][0x18][0xff][0xe1][0x10]m[0xbd][0xfc][0xf7][0x3][0xb4]6[0xe1][0xb6][0xff]_[0x13][0xac][0x8d][0xa2][0x9c][0x88][0xfb]YvC3[0xdf]#[0x8f]u\[0x90]th[0x1f]4[0xa3][0xae]Q[0xef]+[0xe0])[0x9e][0x8e][0xbf]K[0x9b]6$[0xea]b[0xf3][0x1a][0xa8]90[0xcc][0xb2][0x5]p[0x2][0x99][0x10][0x86][0x95][0xf0]B[0x18]V@4[0x8b][0x95][0x85][0xa1][0x1][0xd6][0x86][0xe1]B[0xf8][0xc7]0[0xac][0x83][0x4][0x89][0x96]0[0x9b][0x0][0xf][0x85]a?[0xde][0xe3]:[0xc6]q1-n[0xbc][0x1e][0xc0][0xef]VB[0x1d][0xca]Ux7[0xf][0x9f][0x9][0xe0]5g[0xfc]>`[0xe3][0xcb]~[0x3][0x81]^[0xf5][0xbd][0x18][0xca]<[0xd4][0x6]0[0x9]B0[0x19][0xb2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xc6][0xbb]R[0xed]i[0xa8][0x87]5[0x0][0xea][0x88][0xb4][0xe2][0x9][0x9c]([0xa3][0xeb][0x9c][0xa2][0xde][0x3][0xc][0x1a][0xff] [0x4][0xfa]![0xd8][0xc5]5f[0xaa][0x9f][0x9f][0xa8]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcf][0xe8][0x9a][0xb0][0x1e][0x80]F[0xfd][0xfd][0xb9][0x88]H([0xb9][0xf4]~[0x1f][0x84][0xca]X?d[0x1c]2+G[0xfd][0xf2][0x14]T0[0xc3]`R.7)[0x17][0xd6]C\5a[0x1d]4[0xe9]*[0x17][0xa1][0xca][0xa0]Q[0xe5][0x4][0xb][0x95][0xa7][0xa3][0xca]Y[0xaa][0xca][0x91][0xda][0xc3]&[0x95]4[0xba][0x8].[0xc6][0xa7]IyBW[0xbe][0x1c][0x95][0x87][0xf0]:[0x98][0x94][0x97]M[0x98]h[0xa1]z.^[0xe7][0xa9][0xaa][0xc7]k[0x8f]r[0xd5][0x83][0xa1][0x19][0xc3][0xc3][0xd4][0x11][0x81][0x4][0xd4][0x11][0x81][0x4]U[0x90][0x16][0x1d][0xa4][0xe]2[0xf0]O[0x9f][0x1][0x82][0xc][\r][0xf5]C[0xa6][0x8]S[0x85]38S[0x85][0x99][0xa6]=l[0x98]A[0x12]&[0x97][0xc3][0xe4][0xc2][0x6]h[0xd5]gJ[0x80]![0xb8][0x1a]6[0xc2][0x8f]u[0xc0][0xa5][0x18]-[0xfa][0xae]PwY[0x1f]`fD[0xb7][\r][0x12]A[0x17]A[0x1],6[0xb8][0xad][0x90][0x83][0x16][0xc2]%:h[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "En[0xdb][0x8][0x97]:[0x0]d[0x8b][0x0]5[0x8]p[0xb6]#[0xc0]&uV[0x4]p[0x99][0xe]p!d[0xa9][0xce].:[0xc][0x0][0xc3][0x93]#"[0x9c][0x8b][0xef][0xd7][0x1a][0xc2]S[0xc4][0x11][0x8a]8B[0x91][0x8e]@[0xa3][0xcb]q[0x14]T[0xb1][0xae][0xd0][0xb1][0xd6][0xe2]J&[0x8f][0x17][0x1f][0x8e]EQ[0x1a],[0xa2]][0x8][0x11][0xd4]y(J[0xc5][0x1c][0xad][0x98][0xa3][0x15]s[0xb4]b[0x1d][0x8d]FW[0xe2]H[0x8b][0xd2]U:[0xee][0x5][0xe8][0xc4][0xd0][0xe1]NT[0xa7]h[0x8a]R[0x1d]:q[0x95]a[0x8a]F'R[0xf0][0x19]wg[0x80][0xc7]K[0x9b][0xe2][0xd5][0xe]P[0xa6]x[0xad]A[0xa8][0x86][0x14][0xa0]6qo[0xfe]D[0x87]j[0xc0][0xc8][0x91]g"[0x87]A[0x91]3M[0xa1][[0x8f][0xe1][0x88][0x1b][0x9c][0x19][0xe1]`[0x11][0xe][0x16][0xe1]`[0x11][0x1d][0x8c]F[0x97][0xab][0xce]$[0xd8][0x9f][0xea][0xb0][0x1b]0[0x88][0x99]x-[0x11]`[0x87]fXD1[0x81][0xf1]hV[0x81]gj/q[0xe0][0x12][0xe]\[0xc2][0x81]K8p[0x89][0xe]L#[0x8a]g[0x6]:[0xb8][0xcd][0x91]ua[0x11]~#:[0xf9][0xc7][0xae]Y[0xd7][0xe6][0xc8][0xba]\[0x11][0xe0]2[0x4][0xb8][0xdc]5[0xeb][0xda][0x9c]Y[0x97]'"\[0x8d][0xef][0xff][0xc4][0x3][0xeb][0xda][0xdc][0xb0]._D[0xfb][0x19][0x86][0xfc]Z_[0xac]ksd[0x9d])J7[0xa2][0x13]o[0xf2][0xc0][0xba]6G[0xd6][0x99][0xe2]u[0xb]B[0xdd][0xea][0x81]um.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0x1d][0x18][0x8e];}[0xb1][0xae][0xcd][0x15][0xeb]LQ[0xbc][0x1b][0xe3]qOZXG&\[0xa3][0x9b][0xb0][0x0][0x9f][0xa1][0xa7]r[0xd4][0xcd]ux?[0x14][0x88][0xb8][0xf7]a[0x5]t[0xbf][0x81][\r][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xb9]zrp[0x8d]][0xab][0xb3][0xe1]:[0xcb][0xda]`[0xf8][0x88]~([0x14]U[0xb7][0xe3]U[0xb1][0xa9][\r].[0xe1][0xb5][0xc1][0xf5][0xaa]j[0x1a][0xdd][0x80]#-p7Z[0x83][0xe0][0xea]([0x12]A:[0xf1][0xba]3%[0x90][0xe4][0xea][0xb8][0xc9][0xb2][0x0][0x19]>[0xa2][0x4][0xd7]ED[0x84][0xe9][0xc6][0x2][0xa4][0xc7][0xa6][0x0][0xb9][0x84][0x17] I[0x98]\}.4[0xfa]9[0x8e][0xb4]uq[0xb3][\r] -[0xc4]b[0x11]p/[0x2]>[0xe8][0x11]0[0xb9][0x10]7[[0x3][0xaa]+[0xbf]D[0x4]|[0x8][0x1][0x9b][0x12]`[0xdc][0x4]x[0x8b]u[0xe1][0x88][0x8b][0xa3]T[0x84]{[0x14][0xaf][0x8f][0xd9][0xc4]-[0xb9][0xde][0x7][0xf3][0xf5]>X][0x81]Z[0xdc]n[0xb5].[0x1c][0xd5][0xb8][\r][0x11]a[0x9e][0xc4]Y=e3[0xab]$L.[0x87][0xd1][0xe6][0x17][0xe4][0xe][0xd5]fu[0x9b][\r] [0xb9][0xf1][0x8][0x11][0xf0]Y[0x4]|[0xce]#`[0xd2][0x8d][0xb7][0xeb][0x80]M[0x98][0x9]([0x17][0xe4][0xf3][0x19][0x96]`[0xea][0x18]*B>[0x8f][0x7][0x9a][0x17][0xc][0xa9]#[0x9f]C[0xe6]s[0xc8]|[0xe][0x99][0xcf]![0xf3][0xf5]9[0xd2][0x88]V[0xa9][0x96]:[0xb6][0xd8][0x82]S[0xde][0x1a]&[0x82][0xbf][0x8c][0xe0][0xaf][0xf8][0x6]O[0xe6][0xad];l[0xc0][0xb5][0xa4]y[0xa4][0x8][0xfe]:[0x82][0xff][0xce]#x[0xdc][0x4]~'O[0x9a][0xda][0xea][0xd5][0x92][0xe6][0xc8]~[0x18].[0xe2][0xbe][0x85]I[0xf3][0xf7].[0x92]f[0xad][0x9e]4[0xa1]k>G[0x9f]VX[0xd3]\[0x8a][0xb]h[0x84][0xa8][0xfb]]\[0xec][0xef][0x19][0x88][0x11][0xe6][0xba][0xc3]\w[0x18]gR[0xab]>[0x1d][0xc6][0x99][0xd4][0xea][0xcb][0xe6].[0x8e][0xa2][0xad]S[0x1d][0x85][0x96][0xe9]Q"[0xca][0x87][0x88][0xf2][0x87][0x94]P[0x92][0x8b]s[0xab][0x8e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xb7]Ax[0xcd]K[0xce][0xa5]4[0xb3][0x1f][0x8e][0x16]q>[0xc1][0x85][0xfd]G[0x3][0x1d][0xf2]8N[0x1e][0xc7][0xc9][0xe3]8y[0xfa]lh[0xf4]s[0x1c]e[0xaa][0x88]ws[0xc4],[0xfc]3 [0xe]E[0xc4][0x91]"[0xe2][0xe7][0x88][0xf8]'[0x8f][0x88]q[0x1d][0xf1][0x1e][0x8e][0xa8][0xc5]+/[0xe9]IZ[0x85][0xa3]D[0xc4][0xaf][0x10][0xf1][0xcf])![0xc6][\r][0x88][0xda][0xda][0xfb]%[0xcf][0x9c]Z[0xec][0xf4][0xcc]9[0xaa][0x1f][0x8e][0x11][0xe1][0xfe][0x82][0xd7][0xbf][0xa6][0x94]9k[0xf5][0xcc]y/Od[0x9a]#[0xf5]D6[0xaa][0x14]gu[0xac][0x8][0xf3]=F[0xfd]o)%[0xb2]Z[0x9e][0xc8]j[0xf5]Ym[0xe3][0x80][0x9a][0x1f][0x93][0x80][0xe4][0xc6][0xd1][0x2] [0xb]B[0x98][0x85]<[0x2]&[0xdd]x[0x1f][0xcf][0x1f][0xd9][0xf8][0xc7][0xf3][0x7][0xce][0xb0]4[0xab][0x1f][0x8e][0x13]![0x7]A[0x1e][0xcb]N)[0xd4][0xf2][0xfc]Q[0xab][0x1a][0x99][0xaf][0xae][0xd3],[0x15][0xfc]~[0xe][0xae]1[0xe3][0x10][0xf8]P[0x4]?^[0x4][0xcf]E[0xf0]<[0xdf][0xe0]q[0x1d][0xfc]W[0x1c]\[0x8b]m>w5[0xb1]d[0x8c][0x8]^[0x84][0xe0][0x11][0x8f][0xe0]q[0x3]8[0xf1][0xe5][0x1][0xbb][0x6][0xd9]X[0xa1]A[0xc6][0x86]X6[0xc8][0xb6]K[0x1b]d[0xe3]D[0xd3][0x87][0xe3]:[0x19][0xe1][0xd0] [0xdb].m[0x90][0x99]T[0x8e]B[0x95][0xc7][0xb8]n[0x90]m[0x97]4[0xc8]L[0xaa][0x8f][0x87][0x1c]6[0xc6]C[0x83]l[0xbb][0xb4]A6^[0x84])[0x3][0xea][0xe3][0xfb]i[0x90][0xb5]K[0x8e][0xea]e[0x96][\r]26[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8]d[0xd7]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xb2]A[0xc6][0xa6]#[0xc0][0x89][0xae][0x8f][0xea][0xed][0x92][0xa3]z[0x99]u[0x83][0x8c][0x9d][0xc][0x85][0xec][0x14][0xf]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xae]A[0xc6]N[0x83][0x8];[0xdd][0xd7]Q[0xbd]]rT/[0xb3]l[0x90][0xb1]9[0xe8][0xc4][0xb9][0x1e][0x8e][0xea][0xed][0x92][0xa3]z[0x99]e[0x83][0x8c]U"T[0x95][0x87][0xa3]z[0xbb][0xe4][0xa8]^f[0xd3] c[0xb][0xa1][0x88]-[0xf2]uTo[0x97][0x1c][0xd5][0xcb]l[0x1b]dl)[0x14][0xb3][0x9a]45[0xc8][0x14]G[0xd6][0x89][0xad][0x17]v[0xe]:[0xf9]\[0xd7][0xac]S[0x1c]Y'6\[0xd8][0x5][0x8]p[0xa1]k[0xd6])[0xce][0xac][0x13][0xbb],l%[0xb2][0xae][0xce][0x3][0xeb][0x14]7[0xac][0x13][+[0xac][0x1e]Y[0xb7][0xc6][0x17][0xeb][0x14]G[0xd6][0x99][0xa2][0xd4][0x88]N\[0xef][0x81]u[0x8a]#[0xeb]L[0xf1][0xba][0x18][0xa1][0x12][0x1e]X[0xa7][0xb8]`[0x9d])t[0xad][0xc8][0xba][0x8d][0xbe]X[0xa7][0xb8]b[0x9d])[0x8a][0x9b][0x90]u[0x97][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]&[0x88][0xb8]WA6[0xbb][0xda]u[0x83]L[0x91]4[0xc8]&[0x8a][0xaa][0xaf][0xc1][0xda][0xe0]g[0x1e][0x1a]d[0x8a][0xa4]Av[0x82][0x8]r[0x3][0x82][0xdc][0xe8][0xa1]A[0xa6]H[0x1b]d[0xe5]"[0xcc]f,@n[0xf1][0xd5] S[0xa4][\r][0xb2]I"[0xe0][0x16][0x4][0xbc][0xc3]W[0x83]L[0x91]6[0xc8]&[0x8b][0x80][[0x11][0xf0]n_[\r]2E[0xd2] [0x9b]"[0xc2]m[0xc3][0xb8][0xdd][0xe7][0xa1]A[0xa6]H[0x1b]dSE[0x98][0xed]8[0xab]v_[\r]2E[0xda] [0x9b]&[0x2]v `[0xa7][0xaf][0x6][0x99][0xe2][0xd0] [0x9b].B[0xee][0xc6][0xc3]Nw[0x9a][0x1a]d[0x8a]C[0x83][0xec]D[0x11][0xbc][0xf][0xc1][0xf7][0xa6][0xa9]A[0xa6]84[0xc8][0xfe]A[0x4][0xdf][0x87][0xe0][0xf][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]~$[0xe2][0xee][0xc7][0xa4][0xf9][0xa8][0xeb][0x6][0x99]"k[0x90][0x9d]$[0xea]~[0x2][0x6][0xb3]'=4[0xc8][0x14]Y[0x83][0xec]d[0x11][0xe5][0x19]Dy[0xd6]C[0x83]L[0x91]7[0xc8]N[0x11]q[0xe]B.{[0xde]W[0x83]L[0x91]7[0xc8]f[0x88][0x88]/![0xe2][0xcb][0xbe][0x1a]d[0x8a][0xbc]Av[0xaa][0x88][0xf8][0x1a]"[0xbe][0xee][0xab]A[0xa6]H[0x1a]d3E[0xb8]71s[0xbe][0xe5][0xa1]A[0xa6]H[0x1b]d[0xa7][0x89]0[0xef]`"{[0xd7]W[0x83]L[0x91]6[0xc8]N[0x17][0x1]?@[0xc0][0xf]}5[0xc8][0x14][0x87][0x6][0xd9],[0x11][0xf2]c[0xcc][0x1f][0x9f][0xa4][0xa9]A[0xa6]84[0xc8][0xce][0x10][0xc1]?C[0xf0][0xcf][0xd3][0xd4] S[0x1c][0x1a]d[0xb3]E[0xf0]/[0x11][0xfc][0xab]45[0xc8]~m[0xd7] [0x9b]#6[0xc8][0xbe][0xb1]l[0x90][0xed][0x90]6[0xc8][0xe6][0x8a][0xa6][0x87][0xeb][0xe4]{[0x87][0x6][0xd9][0xe]i[0x83]LT[0x19][0x8]@8[0x10]t[0xdd] [0xdb]!i[0x90][0x99]TgAN`[0x90][0x87][0x6][0xd9][0xe]i[0x83]l[0x9e][0x8][0x13][0xc6][0x19][0xe4][0xfa]j[0x90]uH[0x8e][0xea][0x15][0x96][\r][0xb2]@![0x14][0x4][0x8a]\[0x1f][0xd5];$G[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x6]Y[0xa0][0x14][0x1][0x86][0xb8]>[0xaa]wH[0x8e][0xea][0x15][0xd6][\r][0xb2][0xc0][0x91]P[0x18][0x18][0xee][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]5[0xc8][0x2]#![0x12][0x18][0xe5][0xeb][0xa8][0xde]!9[0xaa]WX6[0xc8][0x2][0xc7][0xa1][0x13][0x8f][0xf7]pT[0xef][0x90][0x1c][0xd5]+,[0x1b]d[0x81][0xf1][0x8]U[0xe6][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]4[0xc8][0x2][0xe5]P[0x14][0x98][0xe4][0xeb][0xa8][0xde]!9[0xaa]W[0xd8]6[0xc8][0x2][0xd3][0xa0]80=M[\r][0xb2]NG[0xd6][0x89][0xad][0x97][0xc0]I[0xe8][0xe4][0x93]][0xb3][0xae][0xd3][0x91]ub[0xc3]%0[0x13][0x1]Ns[0xcd][0xba]Ng[0xd6][0x89]][0x96][0xc0]ld[0xdd][0x1c][0xf][0xac][0xeb]t[0xc3]:[0xb1][0xb5][0x12][0x98][0x8f][0xac][0xab][0xf4][0xc5][0xba]NG[0xd6][0x99][0xa2]T[0x8d]N\[0xe8][0x81]u[0x9d][0x8e][0xac]3[0xc5]k[0x9]B-[0xf5][0xc0][0xba]N[0x17][0xac]3[0x85]n9[0xb2][0xee][0x1c]_[0xac][0xeb]t[0xc5]:S[0x14][0xcf]G[0xd6]][0x90][0xa6][0x6][0xd9]Ni[0xc5]1_[0x84][0x8e][0xe2][0xe6][0xba][0xd2][0xa1][0xe2][0xd8])[0xad]8L*W[0xa3][0xca]z[0xd7][0x15][0xc7]NI[0xc5]aR[0xbd][0xe]+[0x8e]F[0xf][0x15][0xc7]Ni[0xc5]Q)[0xc2]\[0x84]3[0xb8][0xd8]W[0xc5][0xb1]K[0x92][0xfb][0xaa][0xac]+[0x8e][\r][0xb8][0xd4][][0xe7][0xbe]][0x92][0xdc]We]q\[0x8a][0x0][0x9b]\[0xe7][0xbe]][0x92][0xdc]WeSq\[0x89][0xb9][0xef]*[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]V[0x1c]m[0x98][0xfb][0xae][0xf1][0x95][0xfb]vIr_[0x95]u[0xc5]q=:[0xf1][0x6][0xf][0xb9]o[0x97]$[0xf7]UYW[0x1c]7#[0xd4]f[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]U[0x1c][0xb7]c[0xee][0xdb][0xe2]+[0xf7][0xed][0x92][0xe4][0xbe]*[0xfb][0x8a][0xe3].[0xcc]}[[0xd3]Tqt9[0xb2][0xce][0xb4][0x97][0xdd][0x8b]N[0xde][0xe6][0x9a]u][0x8e][0xac]3[0xed]`[0xf] [0xc0]v[0xd7][0xac][0xeb]rf[0x9d]i[0xdb][0xda][0x81][0xac][0xeb][0xf0][0xc0][0xba].7[0xac]3[0xed]U][0xc8][0xba][0xdd][0xbe]X[0xd7][0xe5][0xc8]:S[0x94]z[0xd1][0x89]}[0x1e]X[0xd7][0xe5][0xc8]:S[0xbc][0xfa][0x11]j[0x9f][0x7][0xd6]u[0xb9]`[0x9d])t[0x8f] [0xeb][0xf6][0xfb]b][0x97]+[0xd6][0x99][0xa2][0xf8]8[0xb2][0xee][0x89]4U[0x1c][0xbb][0xa5][0x15][0xc7][0x99]"[0xf4][0xd3][0xb8][0xb9]>[0xe3]Pq[0xec][0x96]V[0x1c]&[0x95][0x7]P[0xe5]A[0xd7][0x15][0xc7]nI[0xc5]aR[0xfd]"V[0x1c]/y[0xa8]8vK+[0x8e][0x5]"[0xcc][0xab]8[0x83][0xd7]|U[0x1c][0xdd][0x92][0xdc]Wm]q[0xbc][0x81]K[0xfd]M[0xd7][0xb9][0xaf][[0x92][0xfb][0xaa][0xad]+[0x8e][0xb7][0x11][0xe0][0x1d][0xd7][0xb9][0xaf][[0x92][0xfb][0xaa]m*[0x8e][0xf7]1[0xf7]}[0xe0]![0xf7]uKr_[0xb5]m[0xc5][0xf1][0x11][0xe6][0xbe][0x8f]}[0xe5][0xbe]nI[0xee][0xab][0xb6][0xae]8>E'~[0xe6]![0xf7]uKr_[0xb5]u[0xc5][0xf1][0x5]B}[0xe9]![0xf7]uKr_[0xb5]][0xc5][0xf1]5[0xe6][0xbe]o|[0xe5][0xbe]nI[0xee][0xab][0xb6][0xaf]8[0xbe][0xc5][0xdc][0xf7]][0x9a]*[0x8e][0x1e]G[0xd6][0x89]{Y[0x90]AA0[0xe0][0x9a]u=[0x8e][0xac][0x13]w[0xb0]`&[0x2]d[0xb9]f][0x8f]3[0xeb][0xc4]m+8[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]a[0xf][0xac][0xeb]q[0xc3]:q[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]@$X[0xe8][0x8b]u=[0x8e][0xac]3E[0xa9][0x4][0x9d]X[0xea][0x81]u=[0x8e][0xac]3[0xc5]k[0x18]B[0x1d][0xe9][0x81]u=.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xd1]P[0x14][0x1c][0xe9][0x8b]u=[0xae]Xg[0x8a][0xe2]h([0xe][0x1e][0x97][0xa6][0x8a]c[0x8f][0xb4][0xe2]X(B[0x8f][0x83]pp[0xbc]C[0xc5][0xb1]GZq[0x98]T[0x9e][0x80]*[0xcb]]W[0x1c]{$[0x15][0x87]I[0xf5]T[0xc8][0x9]N[0xf3]Pq[0xec][0x91]V[0x1c][0x8b]D[0x98][0x1f][0xe1][0xc]N[0xf2]Uq[0xf4]Jr[0xdf]b[0xcb][0x8a]#x*.[0xf5][0x99][0xae]s_[0xaf]$[0xf7]-[0xb6][0xac]8[0x82]g [0xc0]l[0xd7][0xb9][0xaf]W[0x92][0xfb][0x16][W[0x1c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc]}[0xf3]=[0xe4][0xbe]^I[0xee][lWq[0x4][0x17]`[0xee][0xab][0xf6][0x95][0xfb]z%[0xb9]o[0xb1]e[0xc5][0x11]<[0xb][0x9d][0xb8][0xc4]C[0xee][0xeb][0x95][0xe4][0xbe][0xc5][0x96][0x15]Gp[0x19]B-[0xf7][0x90][0xfb]z%[0xb9]o[0xb1]M[0xc5][0x11]<[0xf]s[0xdf][0xf9][0xbe]r_[0xaf]$[0xf7]-[0xb6][0xad]8[0x82]+0[0xf7]E[0xd3]Tq[0xf4]9[0xb2][0xce][0xb4][0x97][0xc5][0xd0][0xc9][0xab]][0xb3][0xae][0xcf][0x91]u[0xa6][0x1d]l-[0x2][0xac]s[0xcd][0xba]>g[0xd6][0x99][0xb6][0xad]&d[0xdd]E[0x1e]X[0xd7][0xe7][0x86]u[0xa6][0xbd][0xaa][0x5]Y[0xb7][0xc1][0x17][0xeb][0xfa][0x1c]Yg[0x8a][0xd2]%[0xe8][0xc4]K=[0xb0][0xae][0xcf][0x91]u[0xa6]x][0x81]PWz`][0x9f][0xb][0xd6][0x99]B[0xf7]Sd][0x9b]/[0xd6][0xf5][0xb9]b[0x9d])[0x8a][0xd7]![0xeb][0xae]OS[0xc5][0xb1][0x2][0xfa]u[0x13][0xce][0xd2]I[0x91][0xcf][0xcb][0x3][0x86]5[0xc7]Y"[0xf8][0xcd][0x90][0x17][0xdc]l[0xa0][0x84][0xf1]G([0xfb][0xe0]![0xd0]~[0x84][0xb2]^[0xa7][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xad][0xae][0xfe]<=[0x86][0x6][0xf5][0x13]-[0xd4][0xdf][0x8e][0xea][0xb7][0x18]"(S[0x9f][0xfc][0xdd]KP[0x5]zXR$,[0x11]a[0xee][0xc2]"a[0xab]M[0x91][0x90][0x84][0xd1][0xca][0x5][0xad]HX[0xcf]8[0xab][0x15][0x9][0x4][0xf8][0x8]X[0xfe][0xee]Q[0x8f][0x9a]if[0xf7][0xe2][0xcc][0xb6][0xd9][0xfc]z'Y[0x97]hs[0xc][0xf0]9j[0xe]&B[0x84][0xf8]l)W[0xee][0x87]G[0xed][0xdc][0xca],w[0xbe][0x7][0x10]|[0xbb][0xa3][[0xf][0xfd]t([0xc9][0xc1][0xfd][0xf0][0x98][0x14][0xc8][0xb4][0xef][0xed]@[0xa0][0x8e][0x14][0x80][0x92][0xc][0xdc][0xf][0xff][0xa4][0x3][0xd5][0xeb][0xc],4[0x0]Y[0xee]z]Hvc[0xc3][0xd6]H[0xf6]$[0x94][0x99][0xec]4J[0xf2]o?<[0xae][0x83]6[0xeb][0xfc][0x8b][0x1c][0x6]j[0xb9][0xe7][0xf5]"[0xed][0xfb][0xc]q4[0xd2]>[0x9]+[0xa3]=[0x8d][0x92]{[0xde]~xB7`5[0xea][0xa2]I[0x14]pz[0xa8][0x93]6[0x5][0x12][0xd3]Ap[0x9f]a[0xd2][0x5][0x1c][0xbd][0x80][0xa3][0x17][0xe8][0xf5]9[0x8d][0xc8][0x8e][0xa0]:[0xd2]V[0x11]M[0xfa]I9[0xa6])[0xa6][0x8f] [0xe6]~O[0x98][0x9b][0xb8][0xa3][0x9f][0xd2]1[0x13][0x18]][0xf2]Z[0x91][0x11][0x93][0xfc]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe3][0xb8]3[0x1a];[0xb9][0xc6][0x9d]1[0x89]Z[0xc4]Q[0x8b]8j[0x91][0x8e][0x9a][0xdc]-3T[0xfc][0xd6][0xf1][0xaf][0xc0]@[0xd3]O[0xed][0x8a][0xf][0xc7][0xa7][0xdf][0xdb][0x99]"[0xfd]4[0xee][0x96]ZCw[0xbe][0xf6][0x8e]a[0xb7]LZP[0xcc]-([0xe6][0x16][0x14]s[0xb][0x8a]u[0xb][0x92];h[0xa6][0x1a][0xf3][0xa7][0xa5][0x89][0xc3][0x14][0xf2][0x3]H[0xa9][0x83])$[0xe]-%&i[0x16][0xe2]|[0xd6][0x1c][0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x14][0xdc][0x14][0xfb][0x17][0x11][0xfc]%[0x9f][0xe0][0x9b]x[0x14][0x9e][0xd5][0xc1]7[0xe9]?x,4[0x80]S[0x8]L[0x8b][0xe0]U[0xe4][0xf8]k[0x86][0x10][0x18]9[0xde][0xcc][0xb][0xb0]$|![0x87]/[0xe4][0xf0][0x85]:|[0x92][0xf7][0x99][0xaa]![0xcf][0xe9][0x86]\[0xab][0xff][0xec]3r[0x98]![0xf4][0xd3]O[0xd3]jx[0x3]y[0xaf]5[0x95][0x97]h[0xaf][0x18]x[0x9f]4%[0xc2]M[0x89]pS"[0xdc][0x94][0x8]7%[0xa2][0x9b][0x92][0xcc][0x5]Y[0xb8].[0x6][0x1c]r[0xba][0xa9][0xae]z[0x1b]C[0xf3][0x8e][0x87][0x9c]>[0xe0][0x90][0xd3]MU[0xd5][0xfb][0x8][0xf4][0x81][0x87][0x9c]>[0xe0][0x98][0xd3]M5[0xd5]G[0x18][0xef][0x8f]}[0xe5][0xf4][0x1][0x17]9[0xdd]TQ}[0x8a][0xb1][0xfd],M9}[0xc0])[0xa7][0x9b][0x2][0xf9][0x5][0xe6][0xd7]/}[0xe5][0xf4][0x1][0xa7][0x9c]n[0x8a][0xe9][0xd7][0x88][0xf9][0x8d][0xaf][0x9c]>[0xe0][0x9c][0xd3]M[0xe1][0xfd][0x16]s[0xfa]wi[0xca][0xe9][0x3]nr[0xba][0x18][0xe9][0x10][0x83]H([0x90][0xe6][0x9c]N[0xb6][0xc8][0xd3][0xaa][0xe8][0xfe]P&[0xe4][0x85][0xb2][0xd2][0x94]V[0x7][0x1c][0xd3][0xaa][0x18][0x87][0xd0]`([0x8][0x85][0xd3][0x9e]V[0x7]\[0xa4]US@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0](T[0xf8][0x83][0xa6]U[0xf9]v+[0xb2]1T[0x82][0xa1])M[0xd3]v{[0x0][0xe][0xea][0xe0][0xa7][0x82][0xf6][0xbf]_[0xb3]U[0xf0]~X*[0xfc][0xcc]>4[0xcc][0xd0][0xc7][0xcd][0xe6][0x90][0xd9][0xfa][0xa2][0x1c][0x4][0xcf][0xc3][0xb][0xba][0xaa]Q[0xaa][0x9][0xf8]]QM?[0x9c][0xbd][0x17]B4[0x3]vH[0x15][0x8c]F%[0xff][0xa2][0xaa][0x11]~[0xa3][0xce][0x8b][0xc1]^x[0x5][0x1e]<}[0xe8][0xff][0x1]PK[0x7][0x8])%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger$1.class[0x85]Sko[0xd2]P[0x18]~[0xe][0xb7][0x2][0xeb]\[0x87][0xd3][0xb1][0xa9][0x13][0xa5]n[0xe0]e[0xd5][0xdd]4[0xd1][0x18][0x91][0x15]C,`[0x0][0xb7][0xf][0xfb]b)'P[0xac][0xad]i[0x1][0x92][0x9f][0xd5][0xc4][0x18]c[0xf6][0x3][0xfc][0xb][0xfe][0x17][0xe3]{:[0x92][0xee][0x83][0xdb][0x92][0x9e][0xe7]9[0xcf][0xe9]{[0xed]{[0xfa][0xfb][0xef][0xcf]c[0x0][0xdb]x[0x92][0xc5]*[0xae]e0[0x87][0xeb][0x19][0xda][0xdd][0x10]rM[0xc2]M![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]n[0x9][0xb8]-[0xa0](@[0x95]pG[0xc2][0x6]CY[0xed]|[0xb2][0xc7][0xd6][0xb0]a~T=[0xa0][0x8e]z^[0x10][0xa8][0x8e]7[0x18][0xd8][0xee]@5[0x88][0xb9][0xaf][0x1a]|[0xca][0x1d][0x86][0xd8]Q[0x9d]![0xfd][0xcc]rl[0xd7][0x1e]?g[0x88][0x97][0xca][0x7][0xc][0x89][0xaa][0xd7][0xe7][0xc][0xb][0x86][0xed][0xf2][0xe6][0xe4]C[0x8f][0xfb]][0xb3][0xe7][0xd0]I[0xce][0xf0],[0xd3]90}[[0xe8][0xd9][0xe1]|glZ[0xef])[[0xa8][0xa9]B[0x86]l[0xc7][0x9b][0xf8][0x16][0xaf][0xd9][0xe2][0xfd]"[0xa5][0xdc][0x19]m[0x9d]$[0xde][0x1c][0x99]S[0x93]B[0xeb][0xae][0xe5]x[0x1][0x15][0xd4][0xe0][0xe3][0xa1][0xd7][0x97]P[0x92]pW[0xc6]}<[0x90]1[0x8f]K26[0xa1][0xc9]x[0x88]G[0xc][0xab][0xc2]EsLw[0xa0]5[0xbd][0xce][0xc4][0x1a][0xd6]l[0xee][0xf4]u[0xdf][0xf7]|[0x19][[0xc2]l[[0xc0][0x8e][0x80]][0x1]{[0xd0][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xba][0x16][0xb6][0xae][0xcd]Z[0xd7]N[0xd7][0xa1]R`[0xb9][0xee][0xba][0xdc][0xaf]:f[0x10][0xf0][0x80]A[0x89][0xf2][0xb4]z#n[0x8d][0x19][0xd6][0xce][0xf]"[0xe1][0xf1]Y6[0xa7][0xbe]qr[0xc6][0xa9][0xa9][0xe9]LD[0xa2]b[0xa9]|d[0x9c][0xef][0xf5][0x94][0xdc]j[0x95]n[0xc5][0xa0]F.6[0x95]<[0xbf]o[0xbb][0xa6][0x13][0xce][0x8f][0x6][0x9a][0xd4][0xdb][0xed]V[0x9b][0xe6]xXi7[0x89][0xea][0xcd]Z[0x8b]N[0xf7][0xf5][0x97]o_[0x11]w[0xdb][0x95][0xaa][0xce][0x90]?+[0xae]R[0xa0]K'[0xd3]%dJ^[0xc]C[0xec][0x90][0xc6][0x2][0x14][0xe2]ER[0x10][0xa7][0x1d][0xc0][0x80][0x1d][0xff][0xca]~C[0xec][0xab]x[0xe2][0xdf][0x91]H[0xb4]>#[0xf1]:[0x94])[0x92][0xc9]HJ$S[0x91]L[0x93][0x94]"[0x99]![0x99][0x8e]d[0x96][0xa4]rb[0xfd][0x5])d[0xb0][0x84]e$[0x91]G[0x11][0xeb][0xc4][0x1b]4[0xf7]][0xe2]=T[0xb0]O[0xac][0xe3][\r]:[0xc4]][0xbc][0x83]E[0x1c]G[0x8e][0xca]K[0x85]E[0xd6]q[0x99]0Fk[0x89]V[0x1][0xf2][0xa1][0x84]+h[0xfc][0x7][0x9a][0x2][0xc8][0xf7]jh[0xbf]L[0xd9][0x80][0x4]V[0x8][0xd7]i[0xe5][0xe8]l[0x8e][0x18]J[0x9a][0xfe][0xb6]2[0xee][0xbd]X[0xf9][0x7]PK[0x7][0x8]S[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger.class[0xa5]VWw[0x13]G[0x14][0xfe][0xc6]*km[0x96][0xe6]$[0x10][0xa5][0x80][0x8][0x82][0xc8]U[0x14][0x87]f[0x3]6[0xc6][0xc6][0x6][0xd9]&[0xb6]!![0xa4][0xad][0xa5][0xc5][0x96][0x91]w[0x9d][0xd5][0x9a][0x92][0x90][0xde]{/[0x90]^[0x9])[0xe7]$[0x9c]D[0xe4][0x84][0x93][0xf6][0x92][0x87][0xbc][0xe7])'[0xaf][0xf9][0x3]y[0xf][0xf9]f$[0x84][0x8b]d[0x9b][0x13][0x9d]3[0xb3][0xa3][0xbb]w[0xee][0xfd][0xee]7[0xf7][0xde][0x9d][0xdf][0xff][0xfd][0xe1]'[0x0][0xeb][0xf0][0x95][0x8e][0x95][0xb8]C[0xc7][0x9d][0xb8]K[0x83][0xa9]aPCRG[0x0][0xa9]JX[0xf2]y[0xb0][0x12]C:[0x86][0x91][0xd6]1[0x82]CR[0x92][0xd1][0xe1][0xc7][0x1d]!D1[0xaa][0xc1][0xd6][0xb1][0x0])[0xf9][0xc7][0xd1]9[0x8d][0xe9][0xf0][0xe1]n)sud[0xe1][0xc9][0xd5][0xb8][0x94][0x1d][0xd6]pD[0xc3]Q[0x1d]a[0x1c][0xb]a[0x15][0xee][0xd1][0xd1][0x82]{C8[0x8e][0xfb][0xe4]t[0xbf][0x9c][0x1e][0x90][0xd3][0x83]rzHN[0xf][0xcb][0xe9][0x11][\r][0x8f]jxL[0xc3][0xe3][0x2]F[0x97]m[n[[0xc6][0xcc]f[0xad][0xac][0xc0][0xc2][0xac][0xe5][0xa6][0xcd][0xcc]>[0xcb][0xcd][0xa6][0x1d]{o[0xd7][0xe][0x1][0xb1]K`^[0x9b]cg=[0xd3][0xf6][0xf6][0x99][0x99]q+[0xf0][0xd7][0xda][0x3][0xfc][0xfd][0xe7][0xe9][0x4][0x82][0x19]gh[0xc8]r[0x5][0xea][0x13][0x8e];[0x14]7[0xc7][0xcc][0xe4][0xb0][0x15][0x97][0xc2][0xb4]=$[0x9f][0x8d]#[0xf1][0xec]X:[0xde]:[0x98][0xf5]\3[0xe9]%[0x94]z[0x93][0xc0][0xfc]Q+[0x9b]5[0x87][0xac][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xf7][0x98][0xc0][0xd6][0xf2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xf1][0xee][0xc2][0x16][0xc7][0x1d]5[0xbd][0xee]I[0xfb]i1[0xd8][0x9c][0xb6][0xd3][0xde]V[0x81]+c[0x89][0x11][0xf3][0xb0][0x19][0xcf][0x98][0xb4][0xd0][0xef][0xb9]4[0xd4]T[0xbd]O[0xc0][0xdf][0xe6][0xa4],[0x81][0x5][0x89][0xb4]m[0xf5][0x8c][0x8f][0xe]Z[0xee][0x80]9[0x98][0xa1][0xa4]*[0xe1]$[0x19][0xb3][0xc9][0xc8][0xf9][0xbf] [0xf4]{[0xc3]i[0x12][0x12]Q[0xb0]F[0x6][0x9d]l[0xb6][0x88]*!Q[0xad]-[0x86][0xe2][0xb7][0xcd]Qee[0x9a]W[0x81][0xe5][0xe5][0xa3]*[0xee][0x9f][0xd7][0xef][0x99][0xc9]C[0xdd][0xe6][0x98][0xf2][0xac][0xce][0xe6][0x9][\r]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xd2][0xd9]v[[0xca]R[0x1a][0x9e][0x12][0x8]$[0xac][0xc3]VF`E[0xac]4&Z[0x8b]*[0x95][0xa6][0xea][[0xa9][0x9d][0xc9]k[0x97][0x9][0xe0][0xa2]2US[0xe]%[0x2][0xce][0xac][0x86][0xa7][0x87]8A[0xd2];8b%[0xbd][0xa6][0x3][0xd3]E[0x13]$[0x3][0xc3][0xae]sD[0xc6][0xa4][0x8e]dA>}T[0xfa][0xf5]([0x16][0xb5][0xc2]aO[0xe6][0xb3]`G@[0x1f]3][0xea]y[0xcc]O[0x81][0xcb]K[0xb8]b[0x1e]x[0xd2][0x85][0xcd]<([0xe9][0x96]N[0x99][0x89]v6czV*1[0x91][0xa3][0xd2][0xa7][0xa4][0xe2]&[0xff][0x1a][0x9e][0xd6][0xb0][U[0xdc]3[0xaa][0xa8][0x9f][0xa5]+E[0xdc][0xc1][0xff][0xcd]\Ar)[0xcc][0x5][0xf][0xaa]*`[0x92][0x14][0xa3][0x11][0xd8]>{f[0xcc][0x16]))[0xee]w[0xc6][0xdd][0xa4][0xd5][0x91][0x96]U[0xb0]hb[0xae]7H0[0x6][0xd6]`[0xad][0x86][0xe7][0xc]<[0x8f][0x17][0x4]j/[0xa1][0xec][0x5][0xaa]g[0xac][0x6][0xfe]k?[0x9a][0xb4][0xc6]<[0xb6][0x1e][0x81]%S[0xf9][0xd9]>[0x9e][0xce][0xa4],W[0x2]x[0x91][0x9d]j`[0xd8][0x8a][0xe4][0xd3]'B."[0x7][0xc][0xbc][0x84][0x97][0x5][0xd6][0xdc][0x1e]I9V6b;^[0xc4]:[0xea]Yv*2[0x19]EC[0xa4]5[0xe9][0x8d][0x9b][0x99][0xc2][0xe6][0xcd][0x11][0x9e][0xac][0x81]W[0xf0][0xaa][0x86][0xd7][0xc][0xbc][0x8e]7[0xc][0xbc])[0xa7]z4[0x8]4[0xff][0x9f][0xa6]d [0x8e][0xd5][0x6]n[0x5][0xb1]m[0xc3][0x9][0x3]'[0xf1][0x16]k[0xdb][0xc0][0xdb]xG[0xfe]y[0xd7][0xc0]{x[0x9f]y\[0xe2][0x90][0x5]6[0xcc][0xea]:OK[0xde]3[0x93][0xb9][0xe0]\[0xf2][0xf3][0x81][0x81][0xf][0xf1][0x91][0x81][0x8f][0xf1][0x9][0xd3][0xd5][0xc0][0xa7][0xe8]5pJN[0x9f][0xc9][0xe9][0xb4][0x9c]>[0x97][0xd3][0x17]r[0xfa][0x12][0xbd][0x2]Kg[0xee]s[0x2]W[0x95]K-[0xd6][0xcf][0xcc]{[0xa3]kx\SOS`[0xd9],[0xad][0xb1][0x1c][0xa6]b6O[0xb2][0x9a]/[0x98][0xc2][0x9e][0xf2][0x9].[0x10][0x9b][0xeb][0x91][0xb2][0xd3][0xce][0x84][0xb0][0xdb][0xb4]M[0x85]24d[0x15][0x13][0xfc][0xc6]R[0xdf][0x9e]9|[0x3]|1U[0xd4][0xe6][0xd8][0x18][0x13][0x96]_[0xd3][0x92]f[0xca][0x14][0x4][0xb7]W[0x12][0x82]j[0xa2]L[0xa6][0xd8]DE%[0x94]=o[0x8a][0x88][0x8d][0x96][[0xf2]-[0xf7][0x8a][0xd8]t[0xd3][0xd2][0xa6][0xe7]\8[0xa9][0xc2][0x17]g[0x86][0xb6]![0xbf]8[0xba]m[0x1d])R[0xb7]56[0xbd][0x99][0xcd]@[0xc4][0x14][0xea][0xe9]^;,[0xaf][0x1a][0xbd]l[0xae][0xab]J[0x9a]*[0x81][0xf8][0xa6][0x12][0xac][0x95][0xe8][0xa9][0x97][0x4]C[0xe7][0x8b]bP[0xaf][0x95]p0[0x1b]3[0xe5][0xdf]w[0x9b][0xee]![0x9e][0xde][0xdc][0xd1][0x94][0xfd][0x18][0xc4][0xe6][0x18]8U[0xab][0xa3][0xfd]G[0xd2]^r[0x98][0xd7][0x8d]([0x1d]GUuE[0xb]~[0xa3][0x93][0xab][0xab][0xe2]@[0x17][0xcf][0xc1]qSi[0xdb][0xcc][0xa8][0x1c][0xe5][0xff]@G[0xeb]@k[0x82][0xcf][0xf6][0xbe][0xbe][0xde]>[0xde]~nn[0xed][0xeb][0xe1][0xa3][0xab][0xa7][0x83]]$[0xb0][0xa3]}[0xfb][0xde][0x9d]|[0xe][0xf4][0xb5][0xb6][0xb5]sOk"[0x81][0xd5][0xbc][0xc4][0xae][0xe4][0xc5][0xd8][0x87][0xab][0x11]C5[0x4]j[0xf8][0xaf][0x2][0xb5][0xa8][0x92]][0x96][0xeb]*[0xd9])[0xf9][0xc]p[0xf0][0xf3]B[0x8d]u\[0xfd][0xc8];[0xb1][0x8f][0xcf][0xde][0x9a][0xda][0xb3][0x10][0xb5][0xdf][0xa3][0xa2][0xbb][0xee]W[0xf8]N[0xa2][0xfe][0x1c][0xfc][0xfb][0xcf]![0xb0][0xff],[0x82]UZ[0xe][0x95][0xb5][0x1c]U!Nu9[0xe8]9\[0xc6]U[0xe][0xc6]Y[0xcc][0xfb][0xb9][0xa6][0xee][0x17][0xf8][0xbe][0xc3][0xfc][0x9a]sX@[0xf5][0x85][0xdf]a[0xd1]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J#[0xe7][0xa5][0xd0]8[0xaf][0xa0][0xdb]([0xe4][0x95]}[0x11]/[0xd1]M[0x84][0xd8]F[0x90]=[0x4]y#[0xdf]F[0xf2][0x10][0xb0][0x1e][0x1b][0x0][0xb5][0xda][0x88]M[0x4][0xa8][0xa3][0x9d][0xe0]73[0x8c]&[0x15][0x80]8[0xcf][0x85]OC[0xb3][0x86]-[0x1a][0xb6]R&[0xd8][0xf4][0xb7][0x17]Bi[0xa1]^[0x5][0x9f]F[0xcd][0xb7][0x98][0xcf]H[0xaa]r[0xb8][0xfc]KE[0x82][0xc4][0x11][0xa4][0x16]H[0x84][0xf4][0xb7]8[0xaf]W[0xf4]g[0x10][0xcd][0xe][0xbe][0xf7][0xd3]_G[0xde][0x9a][0xd8]C[0xdc][0x95]|[0xd7])-m[0xe]J[0x9b][0xe1] -[0x9e][0xc0]F[0xb9][0xae][0xb][0x7]E[0xd8][0xff][0x1b]Ba[0xff]O'[0x19][0xfa][0xb7]XT[0x9f][0xc3][0x15][0xa7][0xb0]P-[0xbf][0xc7][0x95]a[0xe][0x8b][0xc3][0x81][0x1c][0x96][0x9c]B`[0xb3][0xf6][\r][0xed]V[0x11]k;[0xae][0x9a][0xc4][0xcc]:"k[0xe4][0x9b][0xf5][0xe4]b[0x3][0xa3]YO[0x9d]M[0xd8][0xc9]@%[0xd2]N[0xa5][0xd3]YD[0xda]Y@*W;[0xa9]W[0xa1]V[0x9d][0xe8]R[0xc]vb[0x17]v3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]J[0xa0][0x9b][0x9c][0x7]i[0xad][0x87]|[0x6][0x15][0x83][0xc7][0x11]8[0xcf]#[0xd0][0x14][0x83]{[0x14][0x89]7i[0xe8][0xd3][0xd0][0xaf]a[0x0]~[\r]{[0x95]l[0x80]Z[0xfa][0x9c][0xb4][0x8c]rZ[0x81][0x8b]Z[0x1a][0xf6][0xed][0xa4]T[0xb2]{3n)[0x9c][0xd5][0x1f][0xe4]V[0xb2][0x1b][0x9f][0xc6][0xee][0xb2][0xb][0xec][0x9e]Cx}[0xd8][0x16]WO%[0xb1][0x1a]uE[0x12][0x17][0xab]|[0xde][0xc6][0x0][[0x14][0xbd][0xd5]$[0xa8][0x81]$_$/^$/^$/^$/[0x8e][0xfd]\[0xf9][0xd4][0xea][0x2]y[0xf1]"y[0xd5][0x13][0xc8][0xbb][0x1e][0x15][0xe7][0xe9]xb[0xc0][.[0x6],T[0x88][0xba][0xbc][0x88][0x14]B[0x83][0xeb][0xbe]>[0x83][0xa5][0x1c][0xcb]8"[0x1c][0xcb]9[0xae][0xe7]X[0xf1]u[0xb1][0xb4]V![0xa4][0xa2][0xf4][0xf3][0xf8][0x1b][0x89]~#[0xf1]7[0x13]{[0xb][0xd1][0xef] [0xf2]NbO[0xa0]Oqa[0xe4][0xb1]([0x6][0xa0][0xe2][0x9]Ak[0xf4][0xa9][0x1f][0x81][0xde][0xa6][0xea][0xe4]v[0xdc][0xa0][0xea][0xac][0x82][0xa6][0xf9][XIS+[0xd1][0xda][0x12][0xfe][0xf]PK[0x7][0x8][0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/jboss/logging/Log4j2LoggerProvider.class[0x8d]VmS[0x1a]W[0x14]~[0xae],[0xac][0xac]kPcMm[0xac][0xb5]o[0x9][0x8][0x1]cLL[0xa2][0xb5][0xb1]&iLQ[0xd2]bmM[0xdb][0xa4][0xb][0xdc],[0x8b][0xc0]2[0xcb]b[0xd3]?[0xd0]_[0xd3][0xf][0xe9][0x97][0xca]43[0xed][0xf7][0xfe][0xa8]N[0xcf][0xbd][0xbb]Y[0x98]u[0x8d][0xe][0xc3][0xb9][0x87][0xb3][0xe7]y[0xce][0xcb]=g[0x87][0xff][0xfb][0xeb]o[0x0]7p[0xa8]a[0x1a][0x9b]*[0xbe][0xd0]0[0x82]-[\r][0xf7][0xf1]@[0x88][0x87][0x1a][0xbe][0xc4]#[0xa1]m[0xb][0xf1]X[0xc5]W[0xe2],jHbGh[0xbb]B[0x94][0x84]x"[0xc4][0xd7]B|#DY[0xc3]E[0xec][0xa9][0xf8]V[0xc5][0xbe][0x8a][0xef][0x18][0x12][0xeb]V[0xdb]r7[0x18]b[0xe9][0xcc]>[0x83][0xb2]e[0xd7]8C[0xaa]h[0xb5][0xf9]n[0xaf]U[0xe1][0xce][0x9e]Qi[0x92]e[0xaa]hW[0x8d][0xe6][0xbe][0xe1]X[0xe2][0xb7]oT[0xdc][0xba][0xd5]eH[0x17]m[0xc7],4*v[0xb7][h[0xda][0xa6]i[0xb5][0xcd]B[0xd1]6W[0x1a][0xcb]$M[0xee][0xc5][0x15][0xe2][0xbc][0xea][0xd5][R[0x91]&{[0x6][0x8b]~Nw[0xe8][0x94][0x11]EN[0xe1][0xd6]\[0x1f]jM< [0x8f][0xfb][0xe4][0x8c][0x12][0xc8][0x5]][0x1e][0xd0][0x8c][0x86]{s[0x8b][0xba][0xb1]z[0x6][0xd5]5[0xe4][0xe9][0x99][0xa0][0xba]I[0xb5][0x88][0xe0]c[0xaf][0x91]<[0xe8]C;[0xc6]X8[0xaf][0xb5][0xa1]F[0x8f][0xf9]d[0x5][0xe9][0xb3]D[0xb6][0xeb]Q[0x17][0xa6][0x87][0x93][0xba]Ga6#/l[0x99][0xfe]#x[0xf8][0xbc]?x[0x84][0x1f][0xf][0xe7][0xf0] [0x12][0xbb]B[0xe9][0x9f][0xc0]^[0xf8]=[0x84]}[0x1c][0x89][0xbd][0x15][0x15]7[0x15][0x8e][[0x8a][0xc4][0xae][0x9e]+[0xe7][0xbd]H[0xec][0xed][0xc8][[0x9c][0x8]7[0xec][0x80] OO[0xb9][0xc5];[0xfe]-[0xde][0xa5][0xab][0x9]Q][0xee]c2L[0xf5][0x8c][0xa8][0x9e][0x9f]B[0xb5].[0xa0][0x13][0x9b][0xb4][0xc1][0x1b]>[0xd5][0x12][0xf9][0x8][0xaf][0xc4]b[0xf6]OL[0x85]k[0x1a][0xde][0xff]DP[0xd3][0xe7][0xd2][0xeb][0xde][0xff]PK[0x7][0x8][0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Logger$1.class[0xad]Wil[0x1c]E[0x16][0xfe][0xca]3vuM:[0x89]3[0x9b][0xe0]8[0x1]2[0x9]&[0x8c][0xaf][0xd8]![0x1c]f[0x1c][0x2][0xc1]$[0xc1]0[0x1e][0x8][0xe3][0xf5]bX[0x8e]vO{[0xdc]I[0xbb][0xdb][0xe9][0xe9]q[0x8]W [0xdc]W[0xb8]B[0x8][0xc7][0xb2][0x1c][0xbb]d/[0xd8],"v[0x4]Z[0xf8][0x7][0x12][0xbf][0x90][0x10][0x12][0x2][0xc4])[0xe]q[0x88]S[0xe2][0x10][0xd7][0xab][0xee][0x89][0x99][0xf1][0x8c][\r][0x8],O[0xd5][0xeb][0xaa][0xaf]^[0xbd]W[0xef]{[0xaf][0xba][0x9f][0xfd][0xfe][0xf1]'[0x1][0xac][0xc0][0x5][0x1a]q[0xae]l[0xce][0x93][0x8d][0x16]A[0xc][0x3][0x11][0xe8][0xc8][0xc8][0xc6][0x90][0xcd]`[0x4][0xb][0x90][0x95][0xcd]P[0x4]&6([0xd8][0x18][0xc1]BXrdX66[0x87][0xc3]1[0xc2][0xb1])[0x82]9[0x18]P[0xe0][0xca]>" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0x1b]OA^[0xc1][0xa8][0x14]7GP[0x8b][0xf3]9[0xb6]p\ W][0xc8]q[0x91][0x82][0x8b][0x15]\[0xc2][0xb1]U*[0xbc]4[0x82][0xcb][0xb0][0x8d][0xe3]r[0x5]WH[0xec][0x95][0x1c]Wq\[0x1d][0xc1]a[0xb8][0x86][0xe3]Z[0x8e][0xeb][0x18]"[0xa3][0x9a][0xd5]`9[0xba]f[0x19][0xc][0xd1][0xe4][0x6]mTk[0xcb]{[0xa6][0xd5][0x96][0xf4][0xc7]:[0x19][0x14][0x89][0xf0][0xb6][0x8c][0xd0][0xfc][0x9c]`[0xde][0xd2][0xec]l[[0x97][0xa5][0xe5]r4[0xad][0xca]i][0xf3][0x8c][0xac][0xe3]n[0x99]P[0xe1]C[0xd2][0x9e]k[0xda]Y[0xc2][0xd4][0xac]4m[0xd3][[0xc5][0xd0][0x11]/[0xdf][0xa1]Lg[0xb9][0x86][0xc6]>[0x86]p[0x97][0x93]![0x13]f'M[0xdb]H[0xe5][0x87][0x7][0xc][0xb7]W[0x1b][0x8][0x8c][0x96]z[0xfa]4[0xd7][0x94][0xcf][0x85][0xc1][0xb0]7d[0xe6][0xc8][0xb8]n[0xdb]6\_[0xad]A[0x8f][0x7]&[0x1d]7[0xdb][0xb6]a[0xc0][0xc9][0xe5][0xda],'[0x9b]%[0xdd]dE6k[0xb8][\r][0xcb][0xc9][0xcc][0x90][0x9b][0xb7][0x19][0xe6][0xc6][0x1b][0x8b],8u`[0x83][0xa1]{4[0xc9]H[0xeb][0x92][0xc9][0xb6][0xa6][0x1c]o[0xad][0x93][0xb7]3k[0xce][0xd7][0x8d][0x11][0xcf]tl[0x2][0xce][0xd0][0x1d];[0xe7][0xb9]y[0xdd]s\[0x86]EEK\c[0xd0]"em]?[0x1][0x8][0xbf][0xb8][0x8][0x91]r[0xd2]y}[0xa8][0xc7][0xf0][0x86][0x9c][0x12][0x9d][0xc5][0x1b]w[0xd3]b[0xcd][0xf6]LM[0xce]M[0x9][0xb2],#[0xab]Y[0xab]u[0xdd][0xc8][0xe5][0x8a]A[0xad][0x15][0xec][0xe9][0xb6]G[0xe9][0x8]%[0xa0]Ws[0xb3][0x86]W[0x8c]W$2[0xaf]e[0xc9]{[0xae][0x93][0xab][0x9e][0xc]2[0x1f][0x95][0xa7]m{[0xe4][0xac][0xe5][0x1f][0x9f][0x18][0xd2]u[0xd9]'[0x1d]-c[0x90][0xeb]u[0x93]O+[0x98][0x90]J%[0x9d]R[0xda]0)=[0xa0]4z4^[0x88][0xe0][0xa1][0xd3][0x1f][0xdc][0xca][0xe6][0xde][0xde][0xce]U[0x9d][0x15]v[0x99][0x98][0x99][0x99][0xf6]4}c[0x8f]6[0xe2]k[0xf4][0x9][0xbd][0x9f]-7[0xf8][0xe9]u[0x11][0xc7][0x8d][0x94][0x1b]AN0[0x88][0xb4][0x99][0xb5]5/[0xef][0xd2][0xde][0xd5][0xf1]F[0xd2][0xc1]pt9[0x11][0x82][0x91][0x9c][0xa1][0xe7]][0xd3][0xdb][0xd2]v[0x9a]k[0x8e][0x9a]t[0xd4]Ff[0xb5].Olea[0xef]H[0xda][0xc9][0xbb][0xba][0xb1][0xd6][0x94][0xae][0xcc][0x8]8[0xb6]L.%[0x6][0xaf][0xb1]u[0xcb][0xc9][0x11][0xf7][0x82]8[0xab][0xd8][0x8e][0x9b]T4[0xa3]EE+[0x96][0xa9]hC[0xbb][0x8a][0xe5][0xb8][0x99][0xe3][0x16][0x15][0xb7][0xe2]6[0x15];ds[0xbb]lv[0xe2][0xe][0x15][0xbb]p[0x1b][0xb9][0xa2][0xe2]N[0xdc]E[0xb1]h[0x8]B[0xa0][0xe2]n[0xdc][0xa3][0xe2]/[0xb8]W[0xc5]_q[0x1f]C[0xec][0xe7][0xb8]J[0x8c])'[0x8c][0x9b][0xcd][0xf][0x1b][0xb6]W[0x4][0xaa][0x9b][0x9c][0x8e]'[0xe4]M[0xcb][0xf][0xf0]l"[0x8e]f[0x99][0x99]X`AL[0xc5][0xfd]x@6[0xf]2[0x1c][0x1c][0x8b][0x9b][0xc3]#[0x96]![0x95][0xf9][0xd4][0x8a][0xd9][0x8e][0x17][0x1b][0x94][0x6][0xc4]L;F[0xf9][0xd4][0xa8][0xe2]o[0xd2][0xa5][0xe5][0xf8];[0xa9][0x9a]d,[0xc3][0xfc][0xa9]RU[0xc5]C[0xd8]M[0x89][0xf5]3Y[0xe3]S[0xcb]7k[0x92][0x1d]T[0x6]bCZ[0x8e][0xec][0x89][\r]k[0x9e]>D[0x9a]c%)[;9[0xe8]*[0xfe][0x81][0x12][T[0xfc][0xb][0xff].9[0xd8][0xca][0xb9][0xc8][0xb0][0x80]4[0xe6][0xad][0x8c][0xef][0xf3][0x80]A[0xe][0xef][0x87][0x19][0x19][0xe9][0xf0]J[0x95]T[0xcc]U[0x86][0xe6]_[0x91][0xa9]*[0x1e][0xc6]#[0xb4][0xef][0xd4][0xf5][0x8d]B2=uK[0x1c][0xf]"[0xcd]0[0xaf]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c]4mr[0x92]*2[0xae][0x87][0xdc][0xa1][0xc2][0x11][0x18][0xc0][0xd0][0x1d][0xff][0x5][0x95][0xbe][0xfc]z[0xa8]X[0x8c]Cqy%[0xd4]N[0x6]S[0xaa][0xd1][0xbe][0xc9][0x89][0x8a]UZ[0xca]'[0xae][0xa3][0x8][0x81][0xba][0xf6][0xd7]2[0xf9][0xd0][0xb7][0xbf][0x9c][0xcd][0x92]3[0xc5]~[0xd6][0x97]h([0xad]b[0x9c][0xc0]A[0x11][0xab][0xb1][0xc];[0xeb][\r][0xf9]vu[0x93]J[0xcd][0xf]eC{{;[0x83][0x1d][0x9f][0xca][0xcb][0xdf]>R[0xd1];>[0xe8][0xb8][0x81]Y[0xc7]V[0xd8][0xfa][0xcc])[0xdc])sS[0x9e][0x93][0x96]K[0xe7][0x7][0xf4] [0x1f][0x1b][0xca][0xc3]WiM[0x8d]62b[0xd8][0x19][0xba]h*l^no[0xa1][0x96]tN[0xc2][0x17][0x2]=[0x1d]^[0xf1][0x9c][0x9][0x92]V[0xda][0xaa][0xaf][0x10][0xcd]bV[0xae][0x88][0x9f]5[0xad][0x13][0x95]/h!9U [0xf1][0xb2][0x8a]^M[0x95]u[0xf2]m[0xc0]66[0x7]UB[0xa7][0x88][0x1c]Vb@[0x5]/'[0x18][0xde]4=mz[0x87]\g[0xb3][0xbc][0xd6]|G[0x15][0xe9][0xa8][0x96][0xcf][0xd1][0xe]u%[0x84][0xfd][0x9][0x86]vz[0x19][0x8d][0x81][0x14]#T[+o[0x1b][0x80]z[0xba]p[0xfc][0x9e][0xee][0x1c]z{[0xad][0xa2][0xdf]r[0x1c]N[0xa8][0x15]$[0xad][0xa2][0xe7]0[0xf5]s[0x9b][0x9a][0xf7][0x82]5[0xb5][0xec]EUS[0xeb]^[0x84][0x9a][0xc6][0x11][0xfe][0x9f][0x8f]>[0x82][0xda][0x1a]BC[0xbc][0x88]#IV[0xa5][0x8c][0xb9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xd4]3[0x1c][0x83][0x4][0xa1]HW[0xe8]~TC[0xd0][0xd0][0x93]M[0x8f][0x81][0x8d][0xa1]:[0x19][0xf4]5=A[0xcf]S,[0x11]&[0xb1]j[0xc]J[0xa2]:[0x10]D[0xa2][0xa6][0xf5]i[0xc4][[0xc7][0x10][0xb9][0x17][0x8b][0xeb]k[0xa2]3[0x9a][Z[0xf7]A[\r][0xd7]W[0xef][0xc3][0xcc][0x0]3+[0x11][0xde][0x8d][0xea][0x4][0xaf][0xf]?[0x83][0x96][0x16]B[0xb7][0x14][0xa3][0xd9]t[0xe8]fB7[0x17][0xa1][0xd9]t[0xe8][0x94][0x84][0xb0][0xca][0x90][0xc3][0x13][0xfc][0x9][0xd4][0xf6]?[0x81]9[0xfd][0xe3][0x88]F[0xff]0F[0x7][0xe6][0xcf][0xce][0x8b][0x1e]@r}[0xb5][0x94][0xea]H[0x1a][0xc3][0xfc]q[0xd4]?U[0x1f][0xe][0xff][0x1f][0xb][0xfa]C[0xd1][0x85][0xe9]1[0x1c][0x98][0xe0][0xbb][0xb1]4[0xa1][0x14]k8X[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]U[0x8b][0x8a]VqZ[0x15][0xeb][0xf][0x91][0xea][0xd0]>,[0xa6][0xa5]K[0xf6]L[0xb5][0xac]!XV[0xaf][0x8c][0xe3][0xd0][0xa7]~[0x1f][0xd0][0x18][0xe2][0x12][0x7][0x85]"[0xbb][0x1e][0xbd][0x98][0x8d]Al[0xc5]6[0xea]w[0xd0][0xcd][0xb3][0x87][0xfa]q<[0x87][0xe7]1[0x9b]U[0xb1]([0x9b][0x87][0x83]X[0x7];[0x85]%q[0x88][0xdf]o[0xc2]R[0xbf][0xdf]I_[0x1e]a[0x9f]5[0xd7]a[0x9][0xb1][0xe6]%([0xe2]e[0xd4][0x8a]W0_[0xbc][0x8a][0x85][0xe2]54[0x88][0xd7][0xd1]*[0xde]@[0x87]x[0x13][0xeb][0xc5][0xdb][0xe8][0x15]o[0xa1]O[0xbc][0x83]A[0xf1].[0xb6][0x8a][0xf7][0xb1]M[0xbc][0x87]+[0xc4][0x7][0xd8]!>[0xc4][0xc3][0xe2]c[0xec][0x11][0x1f][0xe1]Q[0xf1][0x9][0xc6][0xc5][0xa7]xN|[0x81][0xe7][0xc5]gxA|[0xce][0xaa][0xc4][0x97],*[0xbe]a[0xf3][0xc4]W[0xac]N|[0xcd]:[0xc4][0xb7],)[0xbe]c)[0xf1]=[0xdb]$~`[0xf4]-[0xc5]vF[0x18][0xdb][0x15][0xa9][0xf2][0x99][0xbb][0x1d][0xb3][0xf0][0x2]eC'V[0x82][0xb3](B8[0x96][0xf8][0xcf]Y[0x1d][0x16][0xd3][0xd8]qPX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x90]tN[0xf9][0x98][0xf0]q[0x9a][0xe3]p[0x9c]_[0xb]eJ[0x8]c[0xe][0xf3]`X [0xb6]@[0xc8][0x9f][0x88][0x7][0xf6][0x19]}[0xe7][0x8]|"F[0x9b]H6$|i[0x8a]O[0xe2][0x9e][0x1f][0x9f]E[0x9f]8[0x8d]D[0xa5][0xa5]/[0x8][0x9e]C[0xe2][0xf1]}W[0xe2][0xef][0x93]U/[0xa2][0xb0][0x88][0x94][0xf0][0xd3][0xe5][0x92][0xe5][0x15]V[0x11][0xa0][0x1f]M[0xb0][0xb4][0x9c]8C[0xe8][0xe4][0x86]t[0x19][0xcb]\:[0x1e][0x88][0x98][0x87]P[0xb0]B[0xf6]B[0xc8]G[0x1a][0x84]?[0x1f][0xbe]A[0xaa]G[0xe5][0xc0][0x19][0x94]S[0x84][0x5][0x89]H[0x82][0xf4][0xb][0xa2][0x6][0x5][0x19][0x10]d0$[0xc8][0x90] [0xc3][0xb2] #[0x82]D[0x15]AF[0x87]C[0xdf][0x89][0x6][0xa8][0x84][0xbf][0xf9][0xe0][0xef][0xf0][0xf]r[0xeb]?[0x15][0xf8]_[0x5][0xde]U[0xe0]=[0x5][0xde][0x17]@[0x9e][0x1f][0x19][0x88][0xf4][0x8][0xa0][0xce][0x8d][0xc5]"[0x89][0x99]=[0xe1][0xbe][0xbe]H[0x9f][0x0]e}[0x91]D4[0xdc][0xb3]<[0x92][0xe8][0x8b][0xc6]c[0x17][0xce][0x9d]%[0x80]0O[0x0][0xff][0xcc]x[0xac]/[0x19][0x8e]%[0x97][0x87]{[0xfa]#[0xf2][0x94][0xc7][0x1e][0x9e][0x19][0xfd][0xe3][0x9][0xfc]@[0x9a]s[0xc1][0xcc][0x85][0x2][0xc][0x9b][0xbf]><[0x10]n[0xeb][0x9][0xc7][0xba][0xdb][0x96]&[0x13][0xd1]X[0xf7]T[0xfc],[0x16][0xde][0x18][0x11][0xc0]=-[0x1a][0x8b]&[0xa7][0xb]0[0xb2][0xc9]|Wp9[0xde]73[0xbe][0x16][0xef]+[0x9d][0x1f][0x8d]E[0x16][0xf6]o\[0x13]I,[0xb][0xaf][0xe9][0x89][0x90]Q[0xe3]][0xc8][0x12]F"[0xfc][0x9e][0xbe])%/[0x8f]"[0xe8][0x98][0xf9][0xf1]Dw[0xdb][0xfa]5[0xf1][0xbe][0xbe][0xb6][0x9e]xw7[0xe][0xd6]6[0x1f]_#[0x9][0xb4][0xac]tG[0x92][0xb]5[0xe3]#[0x9a][0x82]<4ym[0x1c]o[0x16] [0xde]d9L[0x9d][0xb6]@S[0xcd]O[0x1b][0xde]Y[0xb4]f}[0xa4]+9[0xf5]"[0xf3][[0x86]w[0x96]][0x9e][0x88]_I[0xd8][0xb5][0xc9][0xba]5[0xcb][0xeb][0x8a]6M[0xdf][0xc9][0xc7]t [0xda][0xb7],[0x11][0xee][0x8a][0xcc][0x8e][0x91][0xb7][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " 6[0x5]W[0xe1]Z$[0xc9][0x9b]Y[0xdb]C[0xc7]"[0x8f])[0x1b]#}}[0xe1][0xee]H[0xe6].[0xd3][0x1b][0x4][0x8]q[0x1e][0xb3]D[0x10][0x92]h[0x87][0xfb][0xa9][0x0][0xd3]8[0xee][0x91][0xc7][0xd0][0xbe][0x1e]m[0xed][0xe6]\[0xd1][0x15][0x13][0xa0][0x89][0x3][0xc5]Y*mCz[0xc3][0x89][0xf0]F[0xf4][0xa8][0xe1][0x9c][0x1b]p[0xd8]Y[0x91][0xde]D[0xa4]+[0x9c]$[0xb]V[0xbe][0xa4]?[0x96][0x8c]n[0x8c],[0x8f][0xf6]E[0xd1]ng,[0x16]O[0x86][0x93][0x18]([0xf8][0xf8]([0xc3][0xd3][0x83][0xcf][0xe0][0x8]g[0xd9]c[0xb1][0x9c][0xd8]"[[0xeb][0x92][0x97][0xf]j;>[0x90][0xb5]L[0xd6][0x1e][0xa5]=[0xb3].[0x9e][0xd8][0x18][0xc6][0xed]k[0xb4][0x85]3[0xb8][0xb2][0xed][0xa8][0x1e]K[0x93][0xe1][0xae][\r][0xb][0xc2][0xbd]4[0x84]?[0x91][0xef]N[0x9b][0x6][0xed][0x10][0xe0][0xfc][0x2][0x7][0xc9]5[0xec][0xa4][0xac][0xdd][0x1a]\6[0xdb][0xeb]4[0xcd][0xee][0xf3][0xfc][0xc7][0x17][0x16][0xfe]8[0xc0][0xcb][0x9c][0x1c][0xd0]b[0xed]4wBI[0x1b][0xc5][0xd9][0x92][0xb9][0xe4][0xe]1[0x9c]@[0xb1][0x15][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "0[0x9a]w[0x8b]v[0x8f][0x84][0xf7][0xb4][0xeb]/[0x1d]|[0xcf][0x9c][0xcb]7*wH6&[0xee]i[0x90]{[0x7][0xb4])[0xf6][0xc][0xf3][0x1f]n[0xb6][0xbb][0xd8][0x1a]][0x8b][0xed][0xbb][0xb5][0xdb]m{[0xa6][0xc5][0xcc]Z[0xed][0x9b][0xd3][0xec]M[0xb7]?[0xdf][0xe0][0xa2]"[0x80][0xf9]#[0xf2][0x1c]l[0x1e][0xf9][0x80][0xe7]V[0xf3][0xb4]Ox[0x8e]4[0xcf][0xbe]#[0xcd][0xd3]G[0xe1]y[0xd0]<[0x8b]ax[0x1e][0xc4][0xb9][0xb5]H[0xf][0x9a][0x97][0x97][0x7][0xe9][0xb3][0xb0][0xed]A[0x16]3[0xb3][0xed]At[0xd5]l{[0x90][0xd5]R[0xda][0xf6] [0xdb][0xeb][0x8b]5[0xd0][0xac][0xc8][0x9a][0xfe]nV[0x3][0xc9]k[0xc9][0xb7][0xa4].#[0xaf][0x3][0xe9][0xb]T3[0xb4]onl][0x9c][0xdd])E[0xf1];|[0x80][0xbc][0xc][0xd0]W[0xbc]M[0xba]2[0x9c][0xc0][0x8a]C&/[0x3][0xf4][0x15][0xdf][0x96]#[0x89]D<[0x81][0xc3]i[0xaf][0x3][0xe9][0xb][0xf2][0xc9][0xba]p2[0xdc]C2*y[0x1d]H_[0xe0]'b[0xf][0xa9]IO[0xcb][0xa7]04LM[0xee][0xd1]+[0xfa][0xaa][0xa1][0x1e][0x17]`^[0x1]&,[0xab][0x89][0x8b][0x1d][0xa9][0xa1]-[0x87]?[0xaf][0x0]V[0x8b][0xdc]|[0x89]3CY[0xa2][0xc6]y%[0xc9][0xc7]jQ[0xc2]1[0x7][0xf2]\[0xa3][0xdc][0xf5][0xcb][0xb9][0x8e][0xec]&[0x19]i[0xa5][0xd3]~a[0x18]{[0xc3][0xc7]4[0xb6][0x3]~S@[0xcd][0x98]W[0x4][0xe5]_S[0xc6]>[0xbe][0xe1][0xf9][0x6][0xaf][0xf9]O[0x1a][0xe4]#[0x14][0x19][0x8a][0x5]lb[0xec][0xe3][0xb3]h[0xb9][0xca][0xff]9[0x83]|[0x84][0xeb][0xff][0x11][0xf8]PD[0x13]1[0x99]z[0xbb]#I[0xdd][0xb0][0x0][0x13]x'O[0xb9][0xe][0x90][0xce][0xc9][0xfd][0xc3][0xa5][0x9d]![0xdc]}[0xfd][0xeb][0xd6]E7)[0xf0]AV[0xe1][0xa4][0x9d][0xb5][0xe5]~V[0xee][0xea][0x9]o[0xde],[0xc0])[0xa6][0xc7][0xc8]9C[0xc6][0xa1][0xd8]U[0xbd][0xe9][0x83][0xb1][0x11][0xd9]7O[0xb]M[0xc7][0xfb][0xbd]K[0xa3][0xdd][0xb1]p[0xb2]?[0x81][0xb7]L4q[0x90]{r[0xa2][0x9c]mF[0xcf]s!fp[0x8d][0xe6]9H[0x19][0xee][0xe6][0x2][0xfd][0x1c]*[0xbd][0xa9]g[0xd8]#3[0xf9][0x8]9B[0xc4]U[0x13][0xc0]CNh[0xba][0xe3][0x89][0xab]2[0xf]ot[0xc4]e[0xcb][0xa6][0x92][0xd5][0x9b]9m[0xd9][0x14][0xf3][0x10][0xd3][0xcd]S[0xd2][0xee][0xe7][0xd8][0xc7][0xf7][0x5][0x98]k[0x7]U[0xa7]?[0x19][0xed]i[0xd3][0xb6]8[0xc2][0x87]w[0xf7]h[0x1f][0xb2][0xd3]8[0xe3][0x3][0x2]\X$/[0x7]B[0x9b][0x81][0xb4]>[0x1e][0x8d]Y[0x88][0x9c]C[0xef]p[0xf]j[0xfd][0xd1]X2[0x92]X[0x17][0xee][0x8a][0xe8][0xe7][0xb9]B[0x18][0xff][0xad][0xc1]][0xf8][0x8f][0x94][0xef]k[0xfa][0xa3]=[0xe4]d[0xce][0xf4][0xf0][0xc][0xf2][0x1][0xfa][0x8e][0x2][0xaf][0x9][0xe0][0xb]wu[0xa1][0xf7][0xd4]M[0x9c]8Q[0x0][0xd7]&[0xed]K;[0xf9][0xd2]A[0xbe]L"_&[0xa3]CL[0xeb][0xea][0xa1]g[0xd5]b[0x93]v[0xa6][0xb8]4[0xde][0x9f][0xe8][0x8a][0xcc][0x89][0x92][0xf5].[0xd1][0x1d]o[0x2]1[0xa4][0xc2]7[0xe1]q[0x15]&[0xc2]OTh[0x83][0x9]*[0xfc][0xb][0xae]S[0xe1]C[0xf8][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0xe4][0xdb]O[0xc0][0x14][0xf4][0xd9][0xec]}Pa*LS[0xe0]#[0x15][0xd9][0x5]Ep[0x91]WQ[0x15]$|V[0x90][0xc9][0x17]7[0xf9][0xa2][0x90]/[0x1e][0xb8]N[0x11][0xbc][0xaa][0xe0][0x13]J[0x14]AU[0xe1]Kp7*[0x89]*[0xf8][0x85][0x0][0xfe][0xb4]k1WU([0x15][0xca]p[0xcc][0x9][0xaa]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa9][0x8][0xc3]T8[0x3][0xce]$[0xf][0x1f]Q[0x84][0xe1][0xaa]0B[0x18][0xa9][0xc2]Q8.[0xc0][0x18]K[0x91]n[0xc7]Y[0x9][0xa3][0x14]a[0xb4]*[0x9c]*[0x94][0x93][0x11][0xc7][0xe0]O[0xc6]V[0xb7][0xa3][0xea]h,[0xd1]x[0xdb]R[0xad]q[0x10][0xdd][0xac][0x8b][0xd1]8[0xf3][0x13]3[0xc2]}[0xd1][0xae][0xf4]c[0x95][0xb9][0xb3]D[0xc6][0xe2][0xe9]s[0xc4][0xbd]^[0xb6][0xa4]s[0xe6]lT[0xb4]h[0x1f][0xfb][0xa1][0xac]v[0xc8]R[0x83][0x1c]q[0x9f]28[0xd8]\[0xf4]'[0x8d]@[0x19] [0xad][0x8c]E[0xda][0xb1][0xd5]\[0xa3][0xef][0xd1];[0xd0][0xf9][0x2][0x83]o[0xce][0x8f][0x13][0x82][0xe1]M[0xf3][0x8c]w[0x92]7[0x89]Z[0xcf][0x9a]=[0xe3][0xc2]s1F[0xe6].[0x9c][0xb3][0x8]_Vt.Y[0x88][0xef][0xce]^[0xb2]d[0xd1][0x12]|[0x9d][0xd3][0xb9][0xac]s[0xbe][0x0][0xd5]V[0x9c][0x8b][0x13][0xf1][0x81]([0xee]^[0x1f]:[0xe0][0xe2]%[0x8b][0x96][0xcf][0x9d]5[0x1b][0x1f][0xab][0xb1][0x9c]W[0xfa]~[0xb4]\5[0xd4]=D."[0xb1][0xee][0xe4][0xe5][0x9a]G[0xcf][0xc5]o[0xc3][0xbd][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xd8][0xda][0xac][0x94]d[0x19][0x81][0xe9] B[0xb4]d<[0xbd][0xf][0xa5]YZ[0x92][0xde],[0x83]j`[0xe8][0xa0]`[0xcf][0x8a][0xac][0xb][0xf7][0xf7]$[\r]][0x98]L[0xb1]:[0xb3][0xc9][0xfc][0xae][0x1d]M[0xc7][0xc8][0xac][0xd4][0xde][0xed][0x8b]t[0xf5]'[0xa2][0xc9][0xab][0xda]:[0xb5][0xf0][0x9e][0x19][0x8f]%[0x13][0xf1][0x9e][0x1e]2oum|q":[0x80][0x91][0xdb]M[0xfc]d25[0xc5][0x9e][0x18][0xfc][0xb0][0xb3][0x8b][0x9c][0xe0][0xf3][0xc5]vl[0xd3]L[0xeb]E[0x91][0xaa][0xa1][0x6]<[0xe0][0x82]Z[0xa8][0x3][0x11][0xc6]@[0x13][0x4]A[0x80][0x10][0x0][0xbe][0xd7][0x8c][0xdf][0xa3][0x14][0xe0][0xf5]0[0xa2][0x10][0xf8][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H([0x18][0xed]xG[0x7]~7[0x7][0xef]q[0xe1][0xab]/[0xf4][0x8][0xb8]B[0xcd][0xf][0x83][0xf8][0x80][0xf6][0xdc]$[0xfc][0x1a][0xc0][0xd1][0x0]5D[0x82])[0xe0]E[0xcd][0x98][0x8c][0xdf][0x8d][0xd2][0xef][0x86][0xd3][0xe0]t[0x0][0xed][0x8a][0x8c][0x8a][0xc1]NB[0x9c][0x8e][0xd9][0xa6]}[0xf] [0x87][0x1e][0x2][0xf1]~6[0x9c][{s[0xa6]6[0x8c][0xaa][0xdf][0xa0][0xf]#ID[0xa8][0xb4]W[0x14]&|_[0x80][0xb3]`:[0x1d][0xac][0x3][0x9f]&[0xf7]zBGA:[0x6][0xf2]}Y[0xe3][0xad]1[0x8c][0xe7][0xa1]XX.[0xc0]9l[0x82]n[\r]9@[0x9e]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]fA8[0x6][0xca][0xe0]$}[0xda][0xa7][0x1b][0xc0][0xf]=[0x86][0x9][0x6][0xd8][0x4][0x3][0xd0][0x9]3[0xb4][0x9][0x9d][0x8d][0xec][0xfa][0x98][0x8b]qL1c[0xcc][0x16][0xce][0x98][0xfd]8[0xe6][0x80]6f[0x95]~[0xb7]iLr5[0xb]fk3<[0x1b]I[0xf5][0xd1]?[0x89][0xa3]KdNd[0xf4][0xe6][0x16][0xa1][0x95]3[0xf6]5P[0x2][0xdb][0xb4][0xb1]C[0xfa][0xbd]ll[0x15][0xce][0xd5]6[0x84]\[0x11]+.[0xed][0x8a]X[0x11]5+[0xe7][0xe1]+w[0xe]-[0xbc]u9[0x88]s84[0xe4][0x1c][0xe6][0xc2]<[0xbc][0xfb]|[0xed][0xfd][0xf9]tg[0x16][0xd0]}XH[0xed][0xad][0xa2][0xb3][0x1a][0xb4][0xc7][0x9b][0xd7][0xad]h[0xef]6[0xc3][0xbc]r[0xd9]K[0xaf][0x9e]hay[0x11]][0xcf].|W[0xc6]W[0xbf][0xbe][0x9e][0xad][0xe5][0x12][0xc7][0xf0][0xdd][0xb8]HG4[0xc3][0x93][0xf5][0x9b][0x99]a?[P?[P[0xbf][0x86] jW[0x4]A[0xc2][0xcd]X[0xc][0x17]X[0xb9][0x7]wi[0xbf][0x8e][0xcf][0xde]o[0xb1][0xb4]K[0xa8][0xc5][0xf4]T[0x5][0x1c]s)[0x1d]=[0x86]nN[0xee][0x1f]O[0x3][0xe2]V[0x18][0x9d][0xb6]#=[0xe][0x9e][0x95]b[0xcb][0xd2][0xb4]9[0xd1][0x10][0xc6][0xdf]@[0xb3][0x8f]B%[0x16][0xc][0x83]&[0xc7]3[0x93][0xe3][0x99][0xc9][0xf1][0xb0]L[0x9b][0xe4][0x85][0xda][0xf3]B[0xa5]f{9[0xb5]}5[0xda]&[0xdb]R[0xcb]lW[0xa4]m[0xcb][0xd4][0xf6]J[0xa9][0x95]k[0xff]$[0xda][0xff]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xf][\r][0xbb][[0xcb][0xec][0xd7]2[0xfb][0xb5][0xd4]>[0xb9]Z[0x81]Wb[0x9a][0xa4]F#[0xf9]$%9[0x80]$d[0x9f][0x9a][0x18]IU[0x9a][0xc4]m Y)[0x97]K\[0x9c][0xe7][0x11][0xe7][0x5]h[0x84][0x9f][0x1b][0xf6][0xbc][0x89][0xe1]41[0x9c]&[0x86][0xd3]Dq[0xc8][0xd5]J[0xbc][0x92][0xd2]`[0x8d][0xda][0xe6][0xaf][0xa2]`[0xd9]~[0xde][0xd2][0xda][0xcc][0xd9][0xfc][0x97]q[0xf3]_[0xb1][0xf0]s[0xe2]P[0x2]s[0x3][0x17]s[0x3]Q[[0x80][0x8b][0xa8][0x9d]Mt+[0xcc]n[0xd0][0xa2][0xbb]A[0xeb][0xd2]f[0xce][0xbc][0xdf]D[0x80][0xb7][0xd0][\r][0xde]1[0x18]7[0xba]A[0xda][0xf8]xf\w[0x8]1[0xd3]!.[0xa6][0x14]{[0xe8]6[0xd4]1[0x8a][0xb1]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99]R[0xac][0x94]p[0xb]x([0xef]#[0xca][0x7][0xb8][0xcb][0x1f][0x1a][0xb6][0xa0][0x8e][0xa1][0xd4]1[0x94]:[0x86]RGQ[0xc8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x16][0xd4]jP[0x97]P[0xa8][0x9b][0x11][0xca][0x8d][0xaf]A[0x6]U[0x9d][0x86]r[0x1b][0xa1][0xd0]9d[0x1e][0x99][0xe0][0x5][0x9f][0xe0][0x83]&A[0xd5][0xc8][0xa6][0xeb][0x83]1[0xb2] #[0xb]2[0xb2] #[0xb]R2rE[0xdc]DN36[0xa1][0x9b][0xac][0xce][0xad][0x11][0xde],7[0x11]F[0x82]_[0x18]e[#V[0xe7][0xa9][0x11][0xde][0xec]y[0x8f][0xc7]yWA%[0x86]Z[0xde][0x1a][0xb1][0xba][0x0][0x8d]0[0xd9]oA[0xfb][0xad]P#[0xb4][0x15][0xa3][0x11][0xab][0xb][0xd5][0x8][0x13][0xce][0x14][0xc4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xc2]Y[0xce]h[0xc4][0xea][0xdc][0x1a]a[0xda][0xfc]sq[0xf3][0xcf]+@#V[0xe7][0xa9][0x11][0xa6]y/[0xc1]y/E7[0xb8][0xb0][0x18][0x8d]X][0x88]F[0x98]P.C[0x94]0[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xce]h[0xc4][0xea][0x82]5[0xc2]D[0x16]G[0xb2]^[0xd4][0x88][0x84][0xb3][0x1a]A[0x18]/[0xa5][0x8c]W[0xd0]([0xae]a[0x8c]c2[0xa3]x[0xec]q[0xf0]q=[0xb7][0x1f][0xe1][0x6][0xa0]Z[0xd8]d[0x8][0xe4][0x1a][0x6]W[0xc3]<[0xb7][0x6].[0x83][0xf0]` Wk[0xe6][0xd7]P[0xf3][0xdb][0xa9][0xf7][0x98][0x97][0x88][0x6][0xb2]f~[0xa5]4[0xce][0x8a][0xe2]SHq5.[0xd1]V[0x83][0x1f][0x19][0x97](M[0x11][0xc4][0x12]-L[0x97]h-^[0x89][0x99][0xcb][0x11][0xa1]<)[0xca][0xd3][0xc0]x*[0xb9]<|m[0xd9][0x86]0[0xdb][0xa1]^[0xd8]i[0x80]i`0[\r][0xc][0xa6][0x81][0xc1]4 [0x8c][0xc1][0xa9][0xeb]5[0x98]u[0x14][0xe6]F[0xea][0xd4][0xed][0xc]&[0x98][0xa9]-[0xc6][0xc5]Y)[0x8f][0x94][0xac][0x16]i[0xf]r[0xed][0x85][0x89][0xc2]~[0x83][0x87][0xb7]3[0xae]v[0xc6][0xd5][0xce][0xb8][0xda][0xe9]"[0x91][0xab]n[0xbc]b[0x1e]>Q#[0xbc][0x9c][0x12]~[0x86][0x12]N`[0x84][\r][0xb9][0x8]-4[0xf0][0x10][0xe2]][0xb][0xad][0xc2]u[0x6][0xbc][0x9][0xc]o[0x2][0xc3][0x9b][0xc0][0xf0]&0[0xbc][0x9][0x88]g[0x8][0xc0]V[\r]/J[0xf1][0xae][0xa5]x[0xcd][0xc][0xaf][0x96][0x8b][0x97]C[0x9f]o@[0xb6][0x1b]!$[0xdc]l`kfl[0xcd][0x8c][0xad][0x99][0xb1]5[0xd3]-%W[0x19]l![0x8d]m=e[0xfb][0x14][0xf5]4s[0xe0]Q[0xdd][0xd4][0xd6][0x8c][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]"[0xd2]m[0x18]x[0xb7][0x1b][0xbc][0xcc][0x18]xiU[0xa8]a[0xaa][0xa0][0x87][0xa0][0x98][0x19][0x82][0x1b]([0xc8]![0xba]H![0x6]R[0x93])[0x9d][0xfa][0xe6]I[0xba]{[0xf1][0x80][0xee]D[0xa0]/@P[0xb8][0xcb][0xb0]F![0x6][0x14]b@![0x6][0x14][0xd2]VK[0xd4][0xae][0xd6][0x1a][0xdd]+[0xa8][0xa1][0xf5]P[0xb4][0xfd][0x14][0xad][0x91][0xa1][0x8d][0xe7][0xa2]Y[0x8][0xfb][0xdd][0xc8]u[0x4][0x1a][0x84]{[\r]\[0x8d][0x8c][0xab][0x91]q52[0xae]F[0xc6][0xd5][0xa8][0xed]"[0xe3]j[0xd0][0xb8]6R[0xae];[0xa9][0xb0]w0[0xae]P[0xa6][0xb0]g,[0x19]F[0xa6]l[0xb5]t_E[0xc4][0xfb][0xa0]][0xf8][0x9a]A[0xe1];[0x18]b[0x7]C[0xec]`[0x88][0x1d][0xc][0xb1][0x83].[0x1d][0xb9]"1[0xca][0x14][0xbe]][0x83][0x8d]Q[0xd8][0xdb])l[0x1b][0x83]m[0xcc][0x9]k[0x91][0x8b][0x1e]@[0xd2][0xa3]0Ax[0xc8]@[0xda][0xc6]H[0xdb][0x18]i[0x1b]#mc[0xa4]m[0x8c][0xb4]M[0xb][0x9]F:A#[0x8d]S[0xd2][)i[0xb]#[0xad][0xe3][0x92][0xe6]J[0x99][0x8f] [0xe6]qh[0x16][0x1e]5`[0xb6]0[0xcc][0x16][0x86][0xd9][0xc2]0[[0x18]f[0xb][0xdd]sr[0x95][0x81][0xd9][0xac]a[0xf6][0xb2][0x94][0xe9][0xb5][0x88]\[0x9a]2[0xab][0x8e]C[0x9]WL[0x1e]G[0xb8]'0rO[0xd8]H[0x99][0xc1][0xec][0x94]y[0x5]5[0xbf][0x3][0xcd][0xbb][0xb9][0xf1]JS[0x94]f~[0xa5]4J[0xb2][0xc2][0xf8][0xe]b|[0x17][0xe3][0xf5][0xa4]A@[0x8c][0xf1][0x9a][0xc6] Q[0x1a][0xa4][0xf1][0xba][0x16][0xaf][0xb2][0xa2]4A[0x81][0xae]A ~[0x94]f[0x2]Y([0xec][0xf][0x91][0xe6])[0x8c][0xd2][0x1f][0x1b]h[0x8c]Q[0x9a][0xa6]id4[0xdc][0xd8][0xec][0xa3]47![0x8d][0x87][0x1b][0x9b]T[0xf3]3[0x96]g[0xa5]<[0xca]m[0xb5]LO#[0xd8]3[0x18][0x9b][0xcf][0x19][0xe4][0xc3][0x18][0x9b]i[0xb0][0xe][0x6][0xd6]A[0x97]I[0x8f][0xc8] nSFD&)[0xe2][0xf5][0x88][0xa8]p#[0x92][0x8f]X[0xee][0xe6][0xf2][0xbd][0x80]|?[0xc3][0x88][0xfc][0x85][0x81][0xcf][0x18][0x91]i[0xbe]6[0xc6][0xd7][0xc6][0xf8][0xf4]8tg[0xc6]a?[0xe5][0xfb]4[0xf5]0s[0x1c]f[0xf2][0xa5][0xe3][0x90][0x7][0xf7]k[0x84][0xfb][\r][0xc6][0xe1][0x8b][0x6]8c[0x1c][0xa6][0xe1]Z[0x18][0xdc][0x10][0xd1]7[0xc0][0xf2][0xa6][0xee]m[0x96]y[0xb3][0x9a][0xc0][0xf1][0xa4][0xe1]eDz[0x5][0xa3][0xef][0xf7]y[0xe5][0xcd]`v[0xde][0xbc][0x92][0xe5]M}[0x17]-[0xf3]f5[0xdd]E[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]O[0x8][0xf4][0x1a][0xc6][0xe1][0x1b]y[0xe5][0xcd] [0xcb][0x9b][0xc1][0xc1]5[0xd2]#r[0x13][0xcb][0x9b][0xfa][0x6]Z[0xe6]M[0x8a]f[0xa1][0xa1]o![0xd7][0xdb][0x18][0x91][0xc9]+o[0x6][\r]yS[0xce][0x8c][0xcd][0xab]X[0xde][0xf4][0xe2]9[0xf2]f[0xc6][0x92]al*VK[0xf7]7D[0xfc];[0xc6][0xe6]?[0xf3][0xca][0x9b]A[0x96]7[0x83]4[0x9a]I[0x94]*[0x99]Q[0xba][0x99][0xe5]M]H,[0xf3]f[0x16]l[0xb9][0xc2]%}[0xf]I[0xdf][0xc7]([0xfd]W^y3[0xc8][0xf2]f[0x90][0xc6]5[0x9][0x9]%3^?[0xc5][0xf2][0xa6][0xee][0x89][0x96]ysp[0xbb]51[0xe1]a~[0x4]>[0xb4][0xdd][0xec]r[0xe5][0x95]7[0x83][0x86][0xbc])[0xb3][0xc8]u[0x1b]#[0xf7]jn[0x97]E5wY\>n[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xc3][0xc1][0xef][0x1a]1D[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xe3]p[0xcc]J[0xdb]][0x96]-[0xdc].[0x8b][0xca][0xef][0xb2][0xb8][0x9a][0xa0][0xc4][0x15],[0xa0][0xcb][0xb2][0x85][0xdb]eQ[0xad]Z[0x1][0xae][0xc9]8[0x87][0xd3][0x8a][0xe8][0xb2]l[0xe1]vYT[0xab].[0x8b][0xab][0x13][0xed][0xcd]p[0xa4][0xcb][0xb2][0x85][0xdb]eQ-[0xba],[0xae][0x5][0xa0][0xba][0x16][0x16][0xd5]e[0xd9][0xca]=A[0xb5]^[0xda][0x15]8[0xd5]O[0xda]>A[0xdd][0xca]=AU[0xd9][0xd1][0x99]:D[0x97][0xc5][0x15][0xc6]P][0x3][0x95][0xae][0xb5][0xf9][0x9f][0xa0]n[0xe5][0x9e][0xa0][0xaa][0xec][0x4]U[0xb5][0xd1]eq[0xc5][0xd0]~[0x1c]j\W[0x14]s[0x82][0xba][0x95]{[0x82][0xaa][0xb2][0x13]T[0xd5]n[0x97][0xc5]u5[0xe2]l[0x81]FW[0xca][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0xd5][0xaa][0xcb][0xe2][0xda][0x87][0x9b][0xbf][0xbf][0x80][0x13][0xd4][0xad][0xdc][0x13][0xd4]L7[0xc8][0xd5]eq[0xdd][0x88][0xf3][0xbe][0x9][0xdd][0xe0][0x96]bNP[0xb7]rOPUv[0x82][0xaa][0xda][0xe9][0xb2][0xb8][0xee]B[0x94][0xc3]P[0xeb][0xba][0xdb][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0x95][0x1d][0xf][0xaa][0xb6][0xbb],.[0xfc][0xa9][0xd5]u[0x14][0x9a]\[0xc6][0x9f]Z[0x1d][0xe9][0xb2][0xa4]rkD[0xf6]A[0xbb][0xeb]qt[0x93]'lkD*O[0x8d][0xc8]N[0xe7][0xae][0xef][0xe3][0xbc][0x80][0xce][0xf1]T[0xfe][0x1a][0x91]*@#L[0xf6][0x9f]G[0xfb]/[0xa0]F[0xfc][0xbc][0x18][0x8d]H[0x15][0xaa][0x11]&[0x9c]W[0x10][0xe7]U[0xd4][0x88]?8[0xa3][0x11][0xa9][0xdc][0x1a]a[0xda][0xfc]wp[0xf3][0xff]R[0x80]F[0xa4][0xf2][0xd4][0x8][0xd3][0xbc][0xdf][0xc7]y[0x80]n[0xf0]a1[0x1a][0x91]*D#[0xb2]QD[0xf][0xf8]D/[0xd4][0x8a]%[0xce]hD[0xaa]`[0x8d]0[0x91][0x8d]F[0xb2]S[0xa1]I[0x1c][0xe3]t[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0x87]VC[0x14][uY[0xc4]q[0x8]W[0x9][0xd5]bU[0xfe]][0x96][0x14][0xb7][0xcb][0x92][0xb9]D[0xf6][0xba],b-R[0xd4][0xe1][0x12]5[0x14][0xd3]eIq[0xbb],*[0xeb][0xb2][0x98]y[0xb8][0xda]"[0x6][0x11]&[0x4][0xf5]bK1][0x96][0x14][0xb7][0xcb][0xa2][0xb2].[0x8b]A[lvY[0xc4]6[0xe4][0x9a][0x8][0x13][0xc5][0xe]g[0xba],)n[0x97]Ee][0x16]KB[0xbe][0x6][0x8a][0xa7]![0xde][0xe9][0xd0]*[0x9e][0xe9]L[0x97]%[0xc5][0xed][0xb2][0xa8][0xac][0xcb]b[0xc6][0xb3][0xd6]gq*[0xb2]M[0x83][0x90]8[0xdd][0x99].K[0x8a][0xdb]e[0xc9][0xc][0xbc]![0xba],b'"[0xcd][0xc0][0xc0][0x9b]UL[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0xb4][0xc8] [0x9d]CuY[0xc4]s[0x11][0xe8]<[0x8][0x8a][0xf3][0x9c][0xe9][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16][0x99][0xd1],[0x84]}[0x1]r-[0x84][0x6]q[0xb1]3][0x96][0x14][0xb7][0xcb][0xa2][0xb2][0xd3]"[0x83][0xb0][0xdb][0xed][0xb2][0x88]K[0x11]q[0x19][0xb4][0x8b][0xcb][0x9d][0xee][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16]Y[0xc3]Z[0xe4][0xa2][0x95]H[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x88][0x17];[0xdd]eIq[0xbb],*;-2[0x93][0xe6]J[0x99][0x97]"[0xe6]e[0xd0],[0xae]q[0xba][0xcb][0x92][0xe2]vY[0xb8])[0xd3][0xaa][0xcb]"F[0x10]n[0x1d]F[0xee][0xe5][0xf9]wYR[0xdc].Kf[0xbc][0xda][0xec][0xb2][0x88][0x1b][0x10][0xa3][0x7][0xe3]5VL[0x97]%[0xc5][0xed][0xb2]dF[0xa9][0x9d].[0x8b]x[0x5][0xd2]$0J[0x93][0xc5]tYR[0xdc].Kfl[0xe6][0xd9]e[0x11][0xaf]D[0xb0]M[0x18][0x9b][0x9b][0x9d][0xe9][0xb2][0xa4][0xb8]][0x96][0xcc][0x88][0xcc][0xa7][0xcb]"nA[0xbe][0xad][0x18][0x91][0xd7]8[0xd3]eIq[0xbb],[0x99]qh[0xbb][0xcb]"[0xee]@[0xb8][0x9d][0x18][0x87][0xbb][0x9d][0xe9][0xb2][0xa4][0xb8]][0x16]n[0xde][0xb4][0xea][0xb2][0x88][0xfb][0x10]i?F[0xdf][0xc1]b[0xba],)n[0x97][0x85][0x9b]7[0x87][0xea][0xb2][0x88][0x9f]F[0xa0][0xeb]0[0xe][0xaf]w[0xa6][0xcb][0x92][0xe2]vY[0xb8]y3g[0x97]E[0xbc][0x9][0xb9]n[0xc6][0x88][0xfc][0xac]3][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]v[0xbb],[0xe2][0xe7][0x10][0xf1]v[0x8c][0xcd][0xcf];[0xdd]eIq[0xbb],[0xdc][0xbc]i[0xab][0xcb]"~[0x11]I[0xef][0xc2]([0xfd][0x92][0xd3]][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]CwY[0xc4]{[0x10][0xf3]^[0x8c][0xd7][0xaf]8[0xdd]e[0xb9][0x86][0xdb]e[0xf1][0x9b][0xbb],[0xe2]Qn[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7][0xea][0xb2][0x88][0x8f][0x81]_[0xfc][0xe6][0x10]][0x96]m[0xdc].[0x8b][0xdf][0xaa][0xcb]"~[0xf][0xc7][@[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7]j[0x5][0x88][0xbf][0xc1]9[0xfc][0xb6][0x88].[0xcb]6n[0x97][0xc5]o[0xd5]e[0x11]_G{o8[0xd2]e[0xd9][0xc6][0xed][0xb2][0xf8]-[0xba],[0xe2]?@[0x15][0xff]YT[0x97]e;[0xf7][0x4][0xd5]zi?[0x2][0xbf][0x4][0xb6]OP[0xb7]sOP[0xfd][0xec][0xe8][0xcc]?D[0x97]E[0xf2][0x82]O[0xf2]A[0xa5][0xa4][0xe6][0x82][0xba][0x9d]{[0x82][0xea]g'[0xa8]~[0x1b]][0x16]i[0x14][0xda][0x1f][\r]5Ry1'[0xa8][0xdb][0xb9]'[0xa8]~v[0x82][0xea][0xb7][0xdb]e[0x91][0xea][0x10][0xa7][0x1e][0x1a][0xa5]FgNP[0xb7]sOP[0xfd]V][0x16][0xa9][0x1d]7[0xbf][0xa3][0x80][0x13][0xd4][0xed][0xdc][0x13][0xd4]L7[0xc8][0xd5]e[0x91][0xa6][0xe1][0xbc][0xcf]B78[0xbb][0x98][0x13][0xd4][0xed][0xdc][0x13]T?;A[0xf5][0xdb][0xe9][0xb2]H[0xf3][0x10][0xe5]|[0xa8][0x95][0x16]8s[0x82][0xba][0x9d]{[0x82][0xea]g[0xc7][0x83]~[0xdb]][0x16][0x9]j[0x95]VA[0x93]d[0xfc][0xa9][0xd5][0x91].[0xcb][0x8e][0xdc][0x1a][0x91]}[0xd0].E[0xd0]M[0xd6][0xd9][0xd6][0x88][0x1d]yjDv:[0x97][0xe2]8[0xef]^t[0x8e]D[0xfe][0x1a][0xb1][0xa3][0x0][0x8d]0[0xd9][0xbf][0x1a][0xed]oA[0x8d]H[0x15][0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x8][0x13][0xce]~[0xc4]9[0x80][0x1a]q[0xc8][0x19][0x8d][0xd8][0x91][#L[0x9b][0xb]n[0xfe]g[0xb][0xd0][0x88][0x1d]yj[0x84]i[0xde]w[0xe1][0xbc][0xf][0xa3][0x1b][0xdc]][0x8c]F[0xec](D#L([0xf7]#[0xca][0x3][0xa8][0x11][0xf]:[0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0x8][0x13][0xd9][0x93]Hv[0x2]5[0xe2][0xdb]NwYvrK[0xd7][0x80]U[0xe9]*=[0x85]n[0xf2][0xa3]!J[0xd7][0x9d][0xdc][0xd2]5`U[0xba]J[0xcf][0xe3][0x98]/[0xd8].]wrK[0xd7][0x0][0xbf]t[0x95]~[0x7]%[0xd2]K[0x5][0x94][0xae];[0xb9][0xa5]k[0xc0][0xaa][0xbe][0x92][0xfe][0x8c]sx[0xb3][0x88][0xd2]u'[0xb7]t[\r]X[0x95][0xae][0xd2][0xbb]h[0xef]=GJ[0xd7][0x9d][0xdc][0xd2]5`Q[0xba][0xca][0x12][0xa8][0xb2]\T[0xe9][0xba][0x8b][0x9b][0x96],[0x97]V[0xe][0x80]_.[0xb5][0x9d][0x96]vq[0xd3]R[0x80][0xe9]Q`[0x88][0xd2]U>[0x15]|r9T[0xca][0x15][0xf9][0xa7][0xa5]][0xdc][0xb4][0x14]`i)`[0xa3]t[0x95][0xeb][0xd1]~[0x3][0xd4][0xc8]M[0xc5][0xa4][0xa5]][0xdc][0xb4][0x14]`i)`[0xb7]t[0x95]'![0xce]dh[0x94]Ow&-[0xed][0xe2][0xa6][0xa5][0x80]U[0xe9]*[0x9f][0x83][0x9b][0xdf]Y@Z[0xda][0xc5]MK[0x99]n[0x90][0xab]t[0x95][0xcf][0xc7]y[0xcf]G7XXLZ[0xda][0xc5]MK[0x1][0x96][0x96][0x2]vJW[0x19][0xb]Dy[0x15][0xd4][0xca][0x17];[0x93][0x96]vq[0xd3]R[0x80][0xa5][0xa5][0x80][0xed][0xd2]U[0xbe][0x1c][0xc9][0xa2][0xd0]$op[0xba]t[0xdd][0x9d][#[0xb2][0xab][0x17]9[0x89]n[0xd2]o[#v[0xe7][0xa9][0x11][0xd9][0xe9]X[0xde][0x8a][0xf3]N[0xa1]sl[0xcb]_#v[0x17][0xa0][0x11]&[0xfb][0x7][0xd0][0xfe]A[0xd4][0x88]k[0x8b][0xd1][0x88][0xdd][0x85]j[0x84][0x9][0xe7]V[0xc4][0xb9][\r]5[0xe2]vg4bwn[0x8d]0m[0xfe][0x11][0xdc][0xfc]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x88][0xdd]yj[0x84]i[0xde][0xf][0xe0][0xbc][0x8f][0xa2][0x1b][0xfa][0x7][0xf1][0xc8][0x8]G[0x18][0xbb][0xfe][0xe7][0xf0]B[0xa1][0x93][0xe0][0xb][0x1d][0x83][0xe1][0xb7][0x81][0xd2]|[0xf][0x8c]y[0xc]F[0xac]|[0x4][0x1d][0xf7][0x18][0x8c][0x1a]6[0x1a][0xbf]`[0xcc][0x8d]:[0x6][0xa7][0x1e][0x87][0xf2][0xfb][0xd9][0xa2][0xeb][0x16][0x8e][0x18][0x1a]i!j[0x81]\[0xdd][0xa3][0xcd][0x8a],[0x98][0x7][0xc4][0x12]q[0xb9][0x2][0xf7]j[0x96][0xbf][0x8c]w[0x12][0xcb][0xb3]@[0xff][0xa3]y[0x1e][0xb4]1[0x86]3[0xee][0x3][0x6]r[0xf]|[0x5][0xbe][0x8a][0xaf][0xf7]e[0xbc][0xf3]_[0xf8][0xfa]5m[0xbe]_[0xd7]F[0xbe][0x9f][0x8e][0xbc][0x88][0xce][0xc9]KFn>[0xe][0x15][0xd9]C?i@[0xf6][0xd2][0xa1][0xc9][0x95][0x8e]/x}>([0xf7][0x95]@[0x9d]O[0x85][0x16][0x9f][0x1f]&[0xf9]Ja[0xba][0xaf][0xc][0xe6][0xf8]N[0x81][0x5][0xbe][0xe1][0xb0][0xca]7[0x2][0xd6][0xf8]F[0xc2]z[0xdf]hCd[0xf5][0xc2][0x13][0xd4][0x7]{[0xe1]I[0xba][0x2][0xbd]p[0x82][0x16][0x4][0xbd][0xf0]-[0xaa][0xea][0xbd][0xf0]m-[0xb2][0xbc][0xd0][\r][0xdf][0x81][0xef]R[0xd5][0xf4][0x81][0xf8]/[0x98][0xa4][0xc0][0xf7][0xca][0xc7][0x96]y[0xe0]dzU[0xe0]b[0xfc][0x9c]H[0x82]/[0xa4][0xf5][0x14][0x8f][0x83][0x90][0xfd]w[0x1e][0xab][0xc][0xc9][0x98][0xfc][0xe5]7[0x9d][0xc1][0x7]?[0xa0][0xc]>[0xf8]!e[0xf0][0xc1]S[0x94][0xc1][0x7]?[0xd2][0x18]<[0xf0]c[0xf8][0x9][0xb5]T[0xad][0xdd][0x8d][0xdb]:[0xac][0x6][0xdd][0xf7]Ap[0x13])[0x11][0xc][0x86][0xea]p[0x90][0x9f]j[0xc6][0x9f][0x86]F [0xe7][0xd2][0x85][0xfa]T[0x3][\r][0xe7][0x94]C[0xa5][0xf6][0xa8][0xe7][0xff][0x0]PK[0x7][0x8]<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/LoggerProvider.class[0x8d][0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa4]|[0x8][0x82][0x80][0xdf]_'S.[0xf4][0xe0]A[0x13][0x8c]'cB[0x2]jB[0xc2][0xbd][0x94][0xcd]R[0xac][0xb4][0xd9][0xb6][0xc4][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f]2[0xee]N[0xab]1P[0x13]{ywf[0xe7]y;3[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x12]g[0x6]N[0xc][0x9c]2[0x94][0x4][0x8f][0x6][0xbe][0x10]\2t[0xcd][0xc1][0xdc]^[0xda][0x96]g/[0x84]5[0x8a][0xa4][0xbb][0x10][0xbd][0xce][0xc0][0x97][0xc2][0x9a]O[0xfc]0[0xb4]w[0x4][0x83][0xd1][0xc][0x86][0xa2][0xc3][0xdf]xR[0xdf],[0xa9]x [0xe1]&[0xc][0xe4]2xh[0xe2][0x0]V[0x6][0x8f]L[0xa9][0xcd]h[0xed]9[0xd7]0[0xdb][0xe3][0xde]^[0xa7]@Hj[0xb8][0xb3][0xd3][0x94]o[0xf6][0xe5][0xa6]fe[0xda][0xfb]L-[0x9b][0xa5][0xb8][0xac][0xcb][0xb0][0xc][0xf7][0xa0]@c[0xb4][0xd8][0xba]H[0xbf]iD [0xd0]g[0xa7][0x9]V[0x11]7,=[0x91][0x9b][0x1a][0xd3][0x9d]am[0xcc]w/[0xad]F4[0xc7][0x90][0xcf][0xb][0x9b][0x1]w[0xc2][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x83][0x96][0xa5];[0x1e][0x88][0xce][0xc7][0x87][0xe2][0xb6][0x93]i[0x9f][0x1c][0xb3][0xb3][0xd9]v[0xd3][0xce]d[0xc]z[0x18][0xd2][0xb3]Y-[0xa3]g[0x1b][0xf6]0[0xac]R'g[0x9]l[0x89]6[0xe5][0x85]p|lRO[0xb9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xd6][0x17][0xc6][0x96][0xb0][0xdd][0x1];g[0xa5][0xfb][0xaf][0xa6][0xf4]i[0xd7][0xb0]-*[0x6][0xc7][\r][0xdd]L[0xb][0xd4][0xe4]);[0xfa][0xb8]I[0x98][0xf6][0x1])[0xa2]N$O[0x96][0xb0][0x93][0xb9][0xd4][0x84]'[0xc9][0x87][0xc9][0xf7]5h[0x9a]zF3{R)[0x86][0x9b][0xaf][0x14][0x92][0xe2][0x1c][0x13]X[0xea][0x83][0xa7][0x9f]t[0x1d]&G[0xb9][0x92]bt[0xae]3[0xcb][0xd5][0x8c],[0x91][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0x1c]c[0xc0][0xa6][0xee][0xc5]/[0xb0]my[0xfd][0xd8][0xb2][0x85][0x1a]V[0x17][0xe6][0xda][0xd5]2<[0xdc]y[0x90][0xa0][0x9b][0x92][0xae][0x96][0xba]<[0xa4]M{[0x9a][0x1e]/[0xae]([0xb8][0xea][0xd1][0xed][0xb2][0x82]Y[0x92]F`C[0xd2][0xc8]X[0x9a][0x9b]s[0x8][0x15][0x8c]6[0xd1]T[0xe0]@q][0xfd][0x9d][0xac][0x9e][0xca]9[0x86];[0xdb]~[0xc2]1f[0xc][0xe6][0xaa][0xa7]{R2[0xc5][0xae][0x5][0x97][0xe1][0xa4][0x9d]sR[0xfa][0x80]!#[0xdb][0xb4][0xd8][0xb4][0xdd][0xd2][0x98][0xa4][0xe8][0xb7]R[0xa6][0x9d]e[0xc6]C[0xba];a[0xa7][0x15]<[0xaf][0xe2][0x5][0xbc][0xa8][0xe2][0x11]4[0xaa]x[0x14]Q[0x15]MxI[0xc1][0xcb]*^[0xc1]5[0x15][0xaf][0xca][0xe1]5\c[0xdc]*^[0xc7]u[0x6][0xaf][0xe2][\r]\c[0x95][0x1a][0xfc][0xe2][0xa8]x[0x13]o[0xa9]x[0x1b][0xef][0xa8]x[0x17][0xef][0xa9]x[0x1f][0x1f][0xb0]k[0xeb]u[0x9f]]+n[0x9a][0x93][0xc9]M[0xe9][0x96][0x9b][0xa7]T][0xd8][0xa9][0xde][0x9c]a[0xa6]u[0x87][0xa9][0xc]Z<9F:[0xe2][0x87][0x11]Q[0xf1]!>[0x92][0xc3][0xc7][0x2][0xb5][0x91][0xa8]15m[0xea][0x12]L[0x93]@[0x11][0xcb]v#[0xe3]2[0x80]&[0x15][0x9f][0xc8][0x9c][0x9a][0xf0])91[0x98]H[0xe][0xf7]$[0xfa][0xfa]U|[0x86][0xcf]I[0xfb][0xb5][0xa9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xfa][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0])[0x88]LhYz[0x89][0x18]V[0xd6][0xd5][0xac][0x94][0x1e][0xf1][0xa8][0xcd][0x16][0xab][0xf8][0x2]7T|[0x89][0x1b][0xcb][0xaa][0xb2]2O[0x5]vD[0xc8]C3[0xed][0x5]<[0xa6]/[0xc0][0xb9][0x86][0xe6][0xea]i[0x19][0xf4]W[0x2]uk[0x1d]M[0x81][0xca]B[0xe2],[0xa6][0xb5]*s[0x96][0xd9][0xf8]Ufy[0xb][0x1a][0xb8][0xac][0x15][0xcb][0xce](c^="[0xb2];[0xa3][0xbb]~[0xd5][0xc8][0xea]h[0xd1][0x8d]U|[0xa9][0xad]x[0xa5][0x94]F[0xe5][0xd5]VY[0xa8][0xcc]#J[0xf8][0xf8][0xd2][0xc9]^~!-[0x9d][0xed]0[0x95][0xfa][0x16][0x8f][0xb7]|[0x18]Y<[0xe1]e[0xa6]ne[0xdc][0x9][0xcf][0xc1] IMYB[0x9b]"RX[0xf3]:[0xd3][0xd0][0xd1][0xd1]!`E[0x8b]Q[0xff][0xaf][0x9d][0x15][0x3].[0x97][0x1][0xcb][0xfa][0xc4]m[0xcd]c{[0xcd][0xb2][0xc4][0xf2]D[0xf2][0xe6][0x1a][0xb7][0x1d]?[0xe8][0xee][0x15][0xe2]<[0xb7][0x8a]][0x11][0x9e][0xac][0x93][0x96]M[0xe6][0xc6]R~[0xbf][0x1b][0x8a][0x9b][0xb5][0x92]M[0x99]6=[0xad][dA[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x8b][0x93][8[0xbf][0x9d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xfa][0xb][0x8d]^K?[0xe4][0xda][0x8b][0xe4][0xdc][0xba][0x92]+[0xf2]#[0xc4][0xb2]-pr[0xbd]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "_3[0xa5]4[0xbd][0xff][0x92]]-[0xa6]%>[0x6]RZ[0x96][0xfa][0xcd]k[0x13]cx[0xc2][0xb1][0xaf][0xc8][0x9b][0x9f][0xd1][0xa1][0x83]_'[0xbb][0xc0][0xba][0xa2][0xa4][0xb2]R[0xde][0xb7][0x0]g^[0xb9][0xfc][0x82])[0xe1][0x13][0x9a])m[0xe1][0xea]I>[0x97]r[0xae]hn[0xb9][0x5][0xd1][0xdc]z[0xb]%[0xcd][0xf3]([0xfd][0xce]Sl[0xe5]XFE [0x86]6[0x8e][0xaa][0xb7][0xae][0xc0]n:[0x0][0xd7]{[0xb0][0x97]Z[0x84])[0xf9][0x1d]A([0xdc][0x9a]n[0xfe][0x1e]b[0xe][0x81][0xb8]?[0x7][0x87][0xfc][0xb9],!b[0x81][0xb6]_[0xb0][0xb7]m[0xe][0xca]7h[0xe1]n[0xc9][0x1c]BU[0x1b]ZZ[0xdb]n#[0x1c][0xf0][0x9f]7[0xde][0x86][0xea][0xaf]6[0xc5][0x2]7[0x11][0x8c][0x5]k[0x2][0xbf]b+[0xed]Z[0x8b][0xec][0xc4][0xba]v-[0xb4]k)[0xb4][0x13][0xeb][0xda]%[0x96][0x94][0xc5][0x1a][0xca][0xd1]X[0xf0][0xe]*F[0xef][0xa0]rt[0x1e][0x9b][0xab][0xaa][0xe6][0xf0][0x80]/[0xdd]R[0xb5][0x95][0xeb]9l[0x9b]G[0xf5][0xbd][0x9a]@[0xd5][0xf6]9[0xd4][0xc4][0x82]7[0xd1][0x18]+[0xcb]7[0xa8][0xa5]RM@[0xaa][0xd7][0xdd]W[0x97][0x8]5A[0xd6][0xeb][0xc1]9<[0xf4][0xed]j[0x6][0x11][0xdf][0xa0][0xa6]l[0x1e];[0xef][0xb1]?[0x8d][0x18]D[0x1c][0xe5][0xb8][0xc8]7[0xe8]u[0xce]7[0xf0][0x3]~[0xe2][0xfc]3[0xfe][0xc0][0x9f]([0x17][0xe5][0xa2]Z[0xec][0xc0][0xe][0xd1]-[0x8e][0x8a]cx[0x18][0x1][0xaf][0xaf][0xe][0xea]8v![0x84]n~r[0x1e][0xc4]v[0x1c]B-z[0x88][0xd6]K[0xbc]~"[0xf6][0xf1][0xe3]u[0x80][0xa8]O[0x13][0xf7]([0x91][0x8f][0xf0][0xed]{[0x8c][0xe8]q[0xe2][0x1f][0xa7][0x87]![0xdc][0xc5][0x9]z9I?[0xc3][0xf4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!)[0xca]qFT[0xe3][0x1c]=[0x9e][0x15]u[0x18][0x15][0xdd]8O[0xaf][0x17][0xc4][0x10][0x91]$[0x87][0xc6][0x11][0xa6][0xde].~H?[0x86] 5K[0xf1]8[0xf6]sU[0x87][0x9d][0xdc];[0x80]2jJ[0xe9][0x13][0xcc][0x8c]|Z[0xe0]ZHL[0x90][0xaa]1r[0xae]R\B'W%[0xd8].[0xce]2[0xfe][0x18][0x11]j[0xc5]if[0x11]E[0x80][0xde][0xf6][0xf9]x[0xcc][0xc8][0xe7][0xab]/{[0x8a]Y[0x1f][0xf2][0xe8][0xbe][0xf1]_&[0x10]T[0xd0][0xa3][0xa0]w[0xf1][0xd7][0x7][0xa1][0xe0][0xb0][0xc8]-[\r][0xfc][0xe8]>[0xdc]pLA[0xff][0xdf][0xa8]W00[0xa4][0xb0][0x8]G[0xbc]#1H u[0x94][0xc5][0x90]s[0x9c][0x85][0x0]w[0x13],J;Wa:[0xad][0x87][0xfc][0xb][0xfd][0x7]PK[0x7][0x8][0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Messages.class[0xad]TmS[0x1b]U[0x14]~n[0x92]M[0xc2][0xba][0x91][0x94]V[0xea][0xb6]X[Kk[0x12][0x12][0x2][0x5][0xad][0x12][0x8c]B[0x10]E[0x3][0xad]&[0x82]u[0x9c]q6[0xcb]e[0xd9]t[0xd9][0x8d][0xbb][0x9b][0x8e][0xfd]3[0xfe][0x86][0xfa][0x85]2v[0xc6][0x8f][0xfd][0xe0]or[0x1c][0xcf][0xbd][0x1b]H[0xc8][0x82]3[0xce][0x98][0x99][0xbd][0xf7][0xe4]<[0xe7][0x9e][0xf3][0x9c][0x97]{[0xff][0xfc][0xfb][0xf7]?[0x0],[0xe1]{[0x15]o[0xe2]#[0x15][0x93][0xf8]X[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j[0xe2][0xef]j[0x6][0x9f][0xa8]PPW[0xf1])>[0xcb]`MEV[0xc0]Y[0xac][0x8b][0xa5][0xa1]b[0x3][0x9f][0xb]i3[0x83]/2[0xf8][0x92]A[0xdb]r][0xee]7[0x1c]#[0x8]x[0xc0][0x90]^[0xb5]];[0xac]3$[0xb][0xc5]][0x86]T[0xc3][0xdb][0xe7][0xc][0x93]M[0xdb][0xe5];[0xfd][0xa3][0xe][0xf7][0xdb]F[0xc7]![0xcd]T[0xd3]3[\r]g[0xd7][0xf0]m[0xf1][0xa0]L[0x85][0x87]6[0xf9][0x98]iz[0xbe]U[0xed]v[0xbc] [0xa8]:[0x9e]e[0xd9][0xae]U[0xdd][0xe6]A`X<[0xa8]1LX<\[0xef][0xbb][0xfb][0xe2][0xc4][0xbd]B[0xb3]k<3[0xaa][0x8e]A6[0x92]D[0xad]8[0xa2]y[0xd4][0xe9]r3[0xac][0x9][0xcf][0xcf]{d~%f[0xcd]0}[0x9e][0x9][0xd9][\r][0xd8]L[0x8f][0x1b][0xaf][0xb6][0xdb][0xb5][0xba] [0xd0][0xb2]-[0xd7][0x8][0xfb]>[0x19]-[0xae][0xb6]W[0xe2][0x1][0xeb]1Z[0xd1][0xd9]"[0xad][0xc][0xf][0xe3][0xa4]#E?[0xb4][0x9d][0xaa][0xa4][0xc3]/N#[0xed]HP[0x94]/v[0x80][0xa1][0xf1][0x9f][0xb8]\[0x10]R[0xb2]Ku=[0xdb]epG[0x8f][0xb5]B[0x9f][0x9a]P[0xfb][0xbf]4[0xc5][0xb8][0x8a]!g[0xbb]![0xf7][0xf][0xc][0x93][0xef][0x18]G[0xc3][0x14][0xcf][0x1b]1[0x83][0xbe][0xe]}&}[0xfb][0xc]J[0xa7]o;[0xb4][0xeb]1[0xe3]u[0x1]p_8n[0x85][0x86][0xf9]t[0xdb][0xe8][0xc9][0xbe][0xd2]L3[0xa8][0x86]i[0xd2]@[0xcd].,,0$~[0x91][0xcb][0xa2]X[0x1e][0x88]eI,[0xcb]d[0xd5][0xf2][0xfa][0xbe][0xc9]7mQ[0xf1][0xdc][0xe9][0x4][0xce][0x8b]H[0x1a]fqO[0xc3][0x15]Le[0xb0][0xa5][0xe1]+|[0xad][0xe1]m[0xdc][0xa6][0xd9][0xbd]|tg[0x17][0xc5][0x81]f[0x6][0xdb][0x1a]v[0xf0][0x88][0xe1][0xfa]%[0x9c]5<[0xc6]7b[0xf9]6[0x83][0x96][0x86]6[0xbe][0xd3][0xb0][0x8b]=[0x86][0x1b][0x97];g[0xc8][0x8f]w[0xfe]T5[0xd2]b[0xca][0x89].[0xcf][0x6]?0[0xfa][0xe][0xe1][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x8b][0xe6][0xe8]~![0xae][0x8d]_3[0xba][0xdd][0xb7][0xa4]2[0xe0]f[0xdf][0xb7][0xc3][0xe7][0xd5]5Y[0xd4][0x86][0xe7][0x86][0xbe][0xe7]8[0xdc][0xa7][0xc7]a[0xdf]{[0xec][0xdb][0xcf][0xa8][0x80][0x16][0xa7].-[0xf][0x1c][0x9f][0x9d][0x18][0x82]kfh{[0xee]%So[0xf4]z[0xdc][0xa5][0xf3][0x95][0xb]f2>K[0xc3][0xce][0xcf][0x14][0x1a][0xff][0x6][0xe7][0xc7]!q[0xc1][0xb8]k[0x85][0x87][0xf2][0xf9][0xda]b[0xc8][0x86][0xde])rV[0xab][0xd1][0xe0]X[0xa4]7s[0x12][0xe2][0xa7] ![0xc6][0x1][0xc]W[0xe5][0xeb]J[0xf3])[0xb4][0xa5][0x97]H[0xfc]FB[0x2][0xd7]hUi[0x7][0xee]"E[0xe3][0xf3][0x16]IZd[0x84]i\[0xa7]}[0x82]FH'[0xb][0xe1]`[0x83]v[0x81]eK'H[0x9e] [0xf5][0x82][0xe4][0xa4][0xf4][0x91][0x96][0xfa][0xf9][0x91][0xf3]Y[0xdc][0xc0]M[0xda]g[0xce]i[0xde][0xa1][0xfd][0x96][0x8c][0xfc][0xae][0xf4]|{[0xe0][0xb9]E[0xd1][0x5][0x8b][0xdc]+(O[0xe6][0x88]_[0xfa][0x4][0x99]q[0xf7]+[0xd2][0xfd]td8p/[0xa4];x[0x8f][0xf0]a[0xa0][0xdc][0xb9]@w)A[0xba][0x17]Q[\r]X[0x96]4i[0xd2][0xf7]^![0xfb][0xe4]%&V[0x14]])[0x1d]C[0xcd][0xff]t[0x8c]7[0xe6]H[0xd8]+[0xbf][0x86]^>[0x86][0xf6]+[0xa6]tE[0xaa][0xf7]t[0xa5],[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x95]q[0xa4]"[0x10]=[0xf5][0x1a]7[0xf5][0x94][0xc4][0xae][0xe]1[0xa1]!P9Fn[0x98][0xcb][0x3]b[0x9]pJ[0xff][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0x11][0xb7]C[0x94]aSw[0x9e][0xa2][0xe][0x7][0x9b]8[0xc2]6<[0xfc][0x80][0x1e]:[0xf8][0x19]][0x4]2[0xef]z[0xc4][0x1b][0xf7][0xf1][0xbe][0xcc][0xbb][0x87][0x2]ILJE[0x92][0x12]R*[0x91][0x94][0x94][0xd2][0x1c]I)[0x8a]b[0x91][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]s^[0xb6]:[0xf9][0x17][0x96]2[0xa8][0xea]3[0xf9],[0x16]N[0xab][0x82][0x1f][0x9]W[0x4]^[0x9a]+W[0xf4][0xd4][0x9][0xd8][0x8b][0xb3][0xf1][0x88]jGrX[0x8e][0xac]h[0xc2]"[0xe]*e[0x13]qP[0x89][0xc4]A%[0xab][0x88][0x83][0x8a][0xf]$[0x87][0x4]>[0x94][0xde][0x1e]"/[0xb5]Lz[0xa1][0x81][0xf8][0x7]PK[0x7][0x8]o[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/jboss/logging/NDC.class[0x85][0x92]]S[0xd3]@[0x14][0x86][0xdf]-m[0x93][0xb6]A[0x10][0xa9]EP[0xbe][0x14]i[0xab]R[0x10]?@[0x18]/[0xa4]8[0xd3]1[0x16][0x6][0xb0][0xf7]i[0xbb][0x13]R[0xdb][0xa6][0x93][0x4][0xc6][0x1f][0xe5][0x85]z[0xe3][0xd4][0xb][0x80]?[0xca][0xf1][0x9c]%VJ[0xca][0xd8][0x8b][0xb3][0xa7]g[0x9f][0xf3][0xee][0xd9]w[0xf3][0xeb][0xf7][0x8f][0x9f][0x0]6[0xb1][0x9b]F[0x6][0xf]RX[0xc1][0xc3][0xc]V[0x91][0xe7]P[0xe0]P[0xe4][0xf0][0x88][0xc3]c[0xe]O8[0xac]i(iX[0x17]H[0xee]:]'x-0[0x96]/[0xd4][0x4][0xe2]{nS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x98]NWV[0xcf]:u[0xe9][0x9d]X[0xf5]6U[0xa6]L[0xb7]a[0xb5]k[0x96][0xe7][0xf0][0xff][0xb0][0x18][0xf]N[0x1d]_ g[0xba][0x9e]]j[0xd5]][0xdf]/[0xb5]][0xdb]v[0xba]v[0xa9]Z[0xde][0xdb][0x11]H4[0xda][0xd2][0xf2]H[0xdc][0x96][0x81][0xc0]t[0xbe]`[0xb6][0xac]s[0xab][0xd4][0xb6][0x88]8[0xe]<[0x2][0x9][0xd2]i[0xb3],{[0xc1][0xa9][0x1a][0xa2]B[0xb1][0xe7][0xf6]H[0xbc]'[0xe5]G^[0xce]|[0xda][0xc9][0xe6][0xa3][0xad]<[0xb0][0xd6][0x91][0xbe]o[0xd9]j[0xc2][0x11][0xda][0x19]_[0x6][0xef][0xad]O[0xa1]|<_[0xe1][0x1e][0xbd]3[0xa8][0x8]:.}[0xec][0x9e]y[\r][0xf9][0xd6][0xe1]+[0xe9]4[0xf8][0x1a][0xb][0x19]00[0xae]a[0xc3][0xc0]Sljxf[0xe0]9[0xc6][\r][0xbc]@[0xd6][0xc0]K[0xe4][0xc]lq[0xb6][0xcd][0xe1][0x15][0xe6][0xc][0xec]`[0x81][0xa6][0x1c]i[0x84][0xc0][0xe4][0xbf][0xd1][0xe][0xea]-[0xd9] 3[0x96][0xa2][0xa8]I[0xab][0xf4][0xe]=[0xf7][0xdc]iJ[0x8f][0x8c][0xd5][0xf][0x8f][0xe]j[0x95][0xf2][0xfe][0x91][0xc0][0xf2][0x8][0x8f][0x87]y[0xba][0xed][0xe2][0xff][0x18][0x92]T/Rm6[0xe8][0xe9][0xc9]w[0x95]d.[0x92][0xd0][0x92]$[0xb9][0xaf][0xca][0x1a]?@[0x98][0xd1][0x1b][0xa8][0xec][0x86][0xaf][0xd0][0xbf][0x96]b[0x3][0xfc][0xd5][0xf1]OG[0x8c][0x1d][0x3]1[0xea]s$oiM[0x14][0xbf]C|[0xa5]$[0x86][0x9][0x8a]iZ[0x81][0x1c][0xe2][0x98][0xc1]$e[0xc6][0x5][0x84][0x9b][0x98][0xa2]5[0x85][[0x3][0x81][0x15][0xb5]C[0xb5]o[0x88][0xf5]1&[0xc0]"[0xe2][0x92][0xc8]<[0x9d][0xb8]@-[0xd3][0xc8][0x86]-KC-q[0x81]/[0x83][0x96][0xa4][0xda]Z%[0xfc]6[0x9d]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x8]|[0xbe][0x82][0xaf][0x13]>s[0x8d]z2[0xaa][0xbe]M[0xf8][0x9d]kp-[0x8a][0xbf]!|[0x16]s![0xbe]Ew[0xe2]j[0x9a][0xf0]b[0x1f]z[0xc]WM{G[0xbc]y[0xc9][0xb4]4[0xee][0xe2][0x9e]2m[0x9e]|[0x88][0xaa][0xcc][0xf6][0x91][0x8a][0xaa][0x9c][0x10][0xff]aHe[0x91]F[0xe5][0xc9][0x96][0x15]y[0xff][0xf]PK[0x7][0x8][0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/knopflerfish/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/knopflerfish/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/knopflerfish/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/knopflerfish/service/log/LogConfig.classUP[0xcb]R[0xc2]0[0x14][0xbd]Aly[0xc8]C[0x11]|[0x8b]n[0x9c][0xb2]1[0xb][0x97],eTf`X0[0xe3][0x82]][0xed][0xa4]!X[0x1a][0xa6]I[0x19][0xf5][0xd3]\[0xf8][0x1]~[0x94]c[0x92][0x86][0xa2]][0xf4][0x9c][0x93][0x9c]{[0xce][0x9d]|[0xff]|~[0x1][0xc0][0x1d]\[0xbb][0xd0]u[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x13][0xf0][0xe5][0x92]I[0x4];^[0xef][0x19]A[0x83][0x89][0x1][0x9][0xfd]4[0x92][0xf7]<[0xe][0x19]5[0xe7]3[0x4]5A[0xe4][0x98],y[0xf2]>e[0x1f][0x4]A[0xd1][0x1b]j{[0x8d][0xfe]?V[0xe6]![0x82][0xb2]2?[0xb0]H[0x92]Dq[0xba][0xe5][0x1d]o[0xb4][0xf0][0xd7]>[0x8e][0xfc][0x98][0xe2][0xa9]LXL[0xfb]&[0xa6][0x92][0x9b][0x4][0x82][0xb6][0xd7][0xcb]l[0xa9]d[0x11]~[0xf2][0xc5]|[0xec][0xaf][0xfa]jS[0x95]:I[0xa5][0xee][0x9e][0xe9]![0x87]Z[0xed]fu[0xaa][0xde][0xa5][0x1b][0xa6]/[0x7]Lu67i[0x8c]c}[0xa5][0x82][0xaa][0xd6][0x9f][0xad]\[0xa5][0x95]^}[0xec][0xbf]=[0x92]8[}[0xc3]Kz&J[0xc5]\Q[0x9a][0xd3][0xca][0x94][0xa7]I@[0xb2][0xca][0xfa][0x88][0xd3][0xec][0xd1]nu![0x82][0x1b][0x9e]P[0xfc][0x1a][0xf3]U[0x18][0x91]$db[0x8e][0x5]I[0xd6], 8[0xe2][0x14][0xe7]n[0xb5][0xe3][0xf6]U&/[0xb][0x12]H[0x7][0x1][0x82][0x2][0xe8][0xaf]UT[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x0][0x85][0xbb][0xe0][0x18]t[0xa1]d[0xb0][0xc][0x15][0x83]U[0xab][0xf7]r]3X[0x87][0x86][0xc1]&[0xec][0x1b]<[0xb0][0xf3]-[0xab][0xf][0xad]nC[0xc7][0xe0][0x91][0xcd]9[0xb6]9'V[0x9f]Z}f[0xe7][0xce][0xf5][0x9c][0xda][0xf0]B[0xfd][0xb]p[0xf9][0xb]PK[0x7][0x8]$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/knopflerfish/service/log/LogRef.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe][0xef][0xcb]L[0xde][0xe4][0xe5][0x91]e[0x92]@[0x12][0x2][0xc][0x10][0xc8]d[0x92][0x10][0x15][0xac][0xac]*D[0x88][0xc1][0x10][0x90][0xa0][0x88]hq[0x92]y[0x13]F&3qf[0x12][0xa0]u[0xe9]^[0xab][0xd6][\r][0xa8][0xa2]b[0xd5]Zi+V[0x5][0x19][0x88]([0xd5][0xaa]Pmk[0xed][0xee]V[0xeb]R[[0xb7][0xd6][0xad][0xae]X[0xed]9[0xf7][0xbd]L[0x86][0xe4][\r][0x99][0x8f][0xe4][0xfb][0xee][0xbd][0xef][0xde]s[0xff][0xb3][0xdc]s[0xcf]9w[0x9e][0xf8][0xfc][0xfe][0xfd][0x0][0xa6][0x8b]z[\r][0xed][0xb8]][0xc3]r[0xfc][0xd8][0x85];\[0xd8][0xae][0xe1]'[0xf8][0xa9][0x86][0x9f][0xe1]N[0x15];[0xf2][0xe8][0xe3].[0x15]?[0xd7][0x90][0x87][0xdb]][0xb8][0x9b][0xfb]{[0xb8][0xb9][0x97][0x9b][0x9d][0x1a]v[0xe1]>[\r]*v[0xe7][0x11]@[0x92][0x9b]=[0xf9][0xd8][0x8b][0xfe]|[0xdc][0x8f]}[0xfc][0xf9][0x0]7[0xf][0xf2][0xdc]~[0x15][0xbf]p[0xe1]![0x17][0x1e]ff[0xbf][0xd4]0[0x1][0x8f][0xf0][0xe2][0xa3][0xc8][0xcd][0xaf]x[0xfa]qn[0x9e][0xe0][0x8d][0xbf][0xe6][0xe6]7[0xfc][0xf9][[0x1e]=[0xc9][0xa3][0xdf][0xf1][0xe8])[0x15][0xbf][0xcf][0x87][0xf]p[0xe1][0x8f],[0xce][0x9f]\[0xf8]3[0xb][0xfc][0x17][\r][0xc5][0xd3],[0xdb]3.<[0xcb][0xe4][0xcf][0xa9]x[0xde][0x85][0xbf]i[0x98][0x81][0x17]T[0xfc]][0xc3][0x9][0xac][0xf2][0xc][0xbc][0xc8][0xec]^r[0xe1]e[0x17]^a[0xfa][0xb8][0xf0][0xaa][0xb][0xff][0xe4][0xe1][0xbf]T[0xbc][0x96][0x8f][0xf9]x[0x9d]Id[0xf3][0x86][0x8a]75,[0xc4][[0xdc][0xfc][0xdb][0x85][0xff]p[0xff]6[[0xea][0x1d][0x17][0xde][0xe5][0x8f][0xf7][0xb8]![0xa3][0xbc][0x8f][0xff][0xba][0xf0][0x81][0xb][0x1f][0xba][0xf0][0x91][0x8a][0x8f]U|[0xa2][0xe2]S[0x81][0x82][0xd6][0xa5][0xcd]k[0x9a]Z[0xe7][0xb7][0xb7][0xaf]Y[0xda][0xde][0xdc]"[0xe0]n=[0xdf][0xdf][0xe7]o[0xc][0xfb]#][0x8d][0xed][0x89]X([0xd2]5G@[0x1f][0xa4]:m[0x91]@Q8[0xda][0xd5]n[0xc4][0xfa]B[0x9d][0xc6][0xa2]P8a[0xc4]h*[0x1e][0xea][0xee][0x9][0x1b][0xa7][0xf8][0x13][0xc6][0xa2]h[0xac][0xdb][0x9f][0x10][0xa8]2[0x91][0x12][0xc6][0x86]Dc[0xfb][0x90]U[0xc2]T::[0x5]&[0xb5]Fc][0x8d][0xd1]xW[0xa8]1[0x18][0xf3]w[0x1b][0xeb][0xa3][0xb1]u[0x8d][0xb]z#[0x81][0xb0][0xd1][0x14][0x8d][0xf0]V[0xa2]t2[0xbb][0xe5][0x2]S[0xec][0x88]-9[0x96][0x1b]A#fD:[\r][0xa2][0xcf]!z[0x81][0x89][0x83][0xd4]q[0x93][0xa6][0x91][0xe6][0x1b][S[0xa2][0x13]eno[0xdc]X[0xda]K[0xb2][0x8a][0xb3][0x5]\[0x1d][0x92]oK[0x80]>[0x17][0x93]e[0x2][0xd1][0x95][0xfe]X[0xa4]%[0xd8][0x14][0x8e][0xc6][\r][0x9a][0xcc][0x9d][0x1b][0x8a][0x84][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xf5][0x8e],[0xf5][0xd9][0xb5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9a][0xa2][0x1]C[0xa0][0xb0]5[0x14]1[0xda]z[0xbb];[0x8c][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0xd8]`#G;[0xfd][0xe1]3[0xfd][0xb1][0x10][[0x93][0x8e][0xc4][0xda]P|@[0xcb]u[0x91]hO0l[0xc4][0x82][0xa1][0xf8][0xda][0xa1][0xf2][0x93][0xae][0xac]e[0x94][0x5][0x9f][0x92][0x85],,[0x8a] [0xda][0xb2][0xb4][0xa3]][0xb1]6[0x16]][0xcf]|[0x9]It[0x8][0x8c]jO[0xf8];[0xd7]-[0xf1][0xf7]Ha[0xa4][0x83][0x1c][0xa2][0xbb]FR[0xb1][0xd2]DC[0x2][0xd6][0xd9][0xb1]j[0x89][0xf4][0xf9][0xc3][0xa1]@[0xfb][0xc6]H[0xc2][0xbf]a[0xe1][0x86]N[0xa3]'[0x11][0x8a]F[0xe6][0xd0][0xc5]"[0x13]Z[0x82]7[0xad]%[0x96]l[0xc2]j[i[0xad][0xf3]X[0xd8]gDLas[0x8c][0xbe][0xc4]a[0x7][0x98][0x81][0x96]L[0xdb]K[0xc0][0x89][0xc1]3[0xa5][0xbd]^Fpv[0xf2][0xa1]Q[0x1f][0x88][0xb6][0xb2]3,[0xf3][0xe]w[0xeb][0x96][0xac][0xdc][0xc9][0xd6]fR[0xc8][0xee]x[0x17][0xfb][0xa6][0xd1]g[0x84][0xc9]>tu[0x94]8][0x84]|S[0x9e]Vs[0x9a][0xa4][0xa1][0x5]5[0x10]=[0xc5][0xe8][0xe8][0xed][0x92][0xdf][0xe4]i[0xb9][0xa6]k[0xc9]AK$[0x18][0x95][0x14][0xb]c[0xb1]h[0x8c]%6)[0xcb]l$f[0xb6][0xb3]m[0xe6][0xb3]R[0x84]7[0xfb][0xec]6gRp[0xe9][0xd1]r[0xca][0x88]H[0xbe][0xc4][0xca]:[0xd6]K[0xe5][0x9d][0x86][0xa9][0xf1]ho[0x8b][0xbd][0xaa]j[0xb7][0x11][0x8f][0xfb][0xbb][0xd8][0xf3][0xec]H2[0xb2][0xc9]3[0x6][0xdc]P`[0xce][0x91][0xc][0xba]]^%3[0xc1],[0xb3][0xee][0x93][0xac]E[0x86]G.[0xbb][0x80]R4t[0x8e][0xb2][0x8f]qA[0xaf]?[0x1c][0x1f][0x92]kL[0x15][0xe6]p[0x9e][0xca][0xa1][0x8][0x9d]*[0x1b]B[0xd1][0xc6]e[0xb4]/A[0xbb][\r]7[0x17]O[0xfe][0x9e][0x1e]#BY[0xbd]!+[0x19][0xac][0xc0]0g[0x8][0xfd][0x0][0xbb]#[0xd0][0xbb][0x12][0xd1][0x1][0x91]KlD[0xa1]D[0xd1][0xc3]_a[0xba][0xe4][0x85]=[0xe6]<[0xd5]2+b~[0xae][0x7][0xf2]R[0xf1]V`[0x1c][0xc5][0xda][0x8c]6'F[0x15][0x19][0x17]M[0xb3]/H[0x15][0x88][0x94][0xc7][0xa9]Dt[0xfb][0x3][0x81]a[0xa7]:[0xeb]H9c[0x80]l[0x8e]}[0xbe])!&C[0xb3][0xb][0xdd][0x18]{[0xb1]m*_[0x95][0xf6][0xaf][0xd8][0xd8]C{tY[0x18][0xa5][0xaa]"ov[0x89][0x8c][0xf][0xbd],ftG[0xfb][0x8c]az[0xd5]d[0xa5][0x17]k1[0xcb][0xd6][0x1f][0xb2][0xd3]@K[0x97][0xfa][0x88][0xa6]L[0x93]z[0xb8];Q<[0xf4].>[0x92]OU[0x8f]t[0xb3][0xcf][0xa0][0xc8]F[0xde][0x13][0x8c]E[0xbb][0xad]Z[0x8e][0xea][0x94][0x16][0xdb][0xab][0xe5][0x94]NG[0x17]"h[0x5][0xcd]j[0xcb][0x0][0xa9][0xe8]h%m[0xaf][0x1d][0x97]I[0xde][0x16][0xee]r[0xc3]F[0xa4]+[0xb1]V[0xa0]>[0xcb][0xfb]%K[0x2]r[0x2][0xca][0xbd][0xc6][0xd2] 3[0xb0][0xb1][0x1]Q[0xe4][0xc5][0xa9]F[0xb5][0xc0][0xb][0x7][0xd7]e[0xe8]3[0x9d][0x88][0xeb][0xe]L[0xa4][0x7]f;[0x14][0xac][0xa0]'[0xa7][0x86]JNV[0xf4]<[0xaf][0xe4][0xf4]%[0xfb][0xb3]d[0xaf]q[0x16][0xa1]^[0xe1][0xb4]-{J[0x94][0xb2][0xa7][0xac]'{[0xca][0xe4][0xb2][0xa7][0xe4]-{C~O[0x82][0xa0]L[0xd2]E[0xed]Z[0xfa]:[0x1d]9[0xf4][0xf][0xe4][0xfb][0xf6]@[0xf8][0xea][0xaa][0xf6]@[0xb9]W[0x12][0x87][0xa8]-[0x90]K[0x17][0xc2][0x81][0x8b][0x88][0xdd][0xc5]8[0x9f][0xbe]<&9[0xd6]![0xc][0xc8][0x11][0xb3][0x17]r[0xd4]M[0xc][0x14][0x9][0x1f][0xb1][0xe0][0x1f]!j[0x7][0xf5][0xb3][0x18]>g[0x9e];[0xc7][0xed][0xd8][0xb]g[0x12][0xb9][0xf3][0xb6]cb[0xdb]N[0xb8][0xf6]!o[0xd5][0x1e]h[0xee][0xfc]$[0xf4][0x86]$F%Q[0x90]D![0x8d][0x8a][0x6][0x84][0xa1][0x3]A1J[0xa1][0x12][0x14][0xb]5[0x95]^[0xf7][0xc0]e[0x4]{9[0xad]\Ik[0xd7][0xd2][0xea]U([0xc3][0xd5][0x98][0x86]kp[0x1c]6c&[0x95][0xf],[0xac][0x8f][0xa8][0xca]0[0xe]Q[0xf4]H[0xb1]g[0xa5][0xc4][0x9e]e[0x89][0x9d][0x8b][0xe9][0xb8]@[0x8a][0x1d][0xa3][0xd9]R(_P[0x93][0xa3]"[0xae][0x82]__*z[0xc7][0xd1]Z_[0xca]^[0xf]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xfb][0xea]v[0xa3][0xd8]W[0xb5][0x1b]n_]?J[0x4][0xfa]Q*[0xb0][0x1b]eu[0xbe][0x9d][0x18][0xdd][0x8f]19[0xd8][0x8e][0xc9]m[0xbe][0x1][0x5]+HAZ[0xa0][0xd6]]I[\r][0xe9]IJ[0x8e]e[0xf5]*0[0x99][0x94]*[0xb7][0xd4][0x9b][0x4][0x17][0xb5][0xd7][0xc3][0x89][0xad]d[0xf3][0x1b]h[0xf5]&Z[0xbf][0x85]([0xb6][0xa1][0x6]7c[0x11]nM[0xa9]V[0x83][0x9]X[0x8f][\r]R[0xb5][0xe6][0x94]j[0xcd][0xa9][0x13]i[0xb6]N[0x84]US[0xa1][0x4]Ul[0x9c]@[0xb]_[0xc1]W-m[0xfc][0xb4][0xa8]P_^[0x97]D[0x95][0xef]>[0x8c][0xbb][0x3][0x85]4[0x1c][0xaf][0xde][0x2][0x95]N[0xcc][0xc3][0xae]`[0x8a][0xe5][0x96]Z[0xdf][0x9][0x1d];P[0x82][0xbb]0[0x6]wK1F[0x9b][0xfb]S[0xcc][0xcb][0xc9]]."[0xf4][0x98][0xdc])[0xc6][0x90]>T[0x93]Y[0xec][0xa2][0xd2];[0x0][0xaf][0xcf][0x97][0xc4][0xc4][0xdd][0x98]D,'[0x1f][0xc0]X[0xea][0x8a][0x99]{?[0xaa][0x15][0xac][0xf4][0x89][0xdd][0x18][0xc7][0xcd][0xe4]A[0xf6][0x95]tP[0xc0]^[0xb2]M?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q?[0x1d][0xe9]>B~[0x80],[0xb0]_[0x8a][0xa1][0x9b][0xb8][0x96][0x18][0x16][0xf3][0x1a][0x9a][0xfc]Z[0x8a][0xf9]b[0x8b]y)+&9[0xf6]c[0x8a][0x2]fT<[0xe8][0xf2][0xa6][0x9e][0x8f]R[0xfb][0x18][0xb9][0xff][0x1][0xd2][0xf5]`[0x1a][0x83]R[0x8b]A5[0x97]G&[0xae]2[0x93][0x8e][0xca][0x9][0x88]6[0xc6]<[0x80][0xb3]X[0xa7][0x83]8[0xdd][0xc7][0x9f];1[0xb5][0x1f]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X![0xd2][0xef] J[0xac]io[0xfa][0xf4][0x1][0x8c][0xf1][\r][0x9a][0xa0]V!'[0xf3][0x91][0xf6]&[0x90][0xcb]4[0x87]4T)w[\r]Uu[0x15][0x8e]~[0xd4]9[0xc9][0xbf][0x9e][0xa7][0x9][0xf7][\r][0xd0][0xa8][0x9b][0xb4][0x15]O2[0xc8]AT[0xa7]][0xab]zr5[0x9a]-K[0xa2][0xc1]=[0xcd]t;[0xba]^;[0xd1]XU[0xe4][0xda][0x8b]c[0x92]8[0x96][0xc6][0xee][0xe3]d?[0xfd] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]a[0xc6]*[0xf7][0xf1]{[0xf0][0xa5]][0x98]N+4[0xb9][0xf]'[0x10][0xd2][0xcc]$f[0x1d]F[0xdc]HV[0x9c]m[0xcd][0xcc][0xa1][0xbe][0xe1][0x0]*y<[0xd7][0x9c]#[0xdf][0x9e][0xc7][0x9f]'[0x9a][0x9f][0xe4]S[0xc7]V8[0xe]`*[0xcf][0x9d]d[0xce]U8,[0x9a]J[0xf3];[0x89][0x93]y[0xaa][0xc8][0x1c][0xe][0x1e][0xfd]et[0xd0][0xc0]3t[0x1a][0xcf]b<[0x9e][0xc3][0x14][0xbc][0x80][0xe3][0xf1]"[0xe6][0xe2]%,[0xc3]+[0x14][0x15]_%w[0x8d][0xa2][0xdc][0xeb]H[0xe0][\r]:[0x97]7[0xe9][0x5][0xf0][0x16][0xff][0x14][0x87]$[0xde]%[0x7]y[0x8f][0xce][0xf3]}<[0x85][0xf][0x88][0xfa]CZ[0xfd][0x88]F[0x1f][0xd3]K[0xeb][0x13]zb}J[0xc5][0xf1]!Q[0x84][0xcf]D9>[0x17][0x13][0xf0][0x85][0xa8][0xa6]k_O[0xaf][0xaf][0x19][0xf4][0xd0][0x9a]Ku[0xed][0x2][0xe1][0x14][0xcd]B[0x15]K[0x88][0x92]=a[0x86]y[0xda][0x3][0x1e]O[0xa3]oR<[0x16]r[0xf4]-|[0x9b][0xef][0x3][0x8d][0xbe]C[0xb1]8G[0x8e][0xd6]S[0xec]qH[0x97],[0x80]v|e[0xfe][0x98]Q5S[0xe][0xa1]y[0x9a][0x93][0xf6]P[0xa5]my[0xe7]j[0xea][0xd9][0xc3]<[0xe6]IWr[0xf7]0[0xe6]o[0xa5]8H[0xa3][0x87]0[0xbf][0x1f][0xb][0x4]v[0xa8];Rv[0x91][0xc1]Y[0x94][0xa0][0x98][0xde]F[0xe3][0xc5][0xe8]4/[0xf5][0x1c]~[\r][0xc6][0xd3]$=[0x89],FM[0xd6]5([0xa0]+[0xd8][0xa4][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xb1][0x1d][0x8e][0x9c]A[0xd8]\[0xa9][0xca][0xc4]4[0xb8][0x82]48'[0x14][0xfd]d[0x96][0xf4]r{@g&[0xc0][0xfa][0x91][0x0][0xaf][0xb0][0x7][0xcc][0xcd][0x4]x[0xc2]H[0x80][0xdf][0xb7][0x7]td[0x2]\0[0x12][0xe0][0x95][0x94]dL[0xc0][0xf9][0xe6][0xa5][0xe2]c[0x9e][0xe5]-[0xc]w[0xb5][0x5]w[0x1a][0xc1][0xe5]Xp[0xf5]vp[0xab][0x8][0xee][0xec][0xb4][0xec];[0x1c][0x8e]G[0xec]r[0x8a][0x4][0xbe][0xc6][0x6]X[0xd4][0xdb][0x0][0x1b][0x4][0x1c][0x1c][0x11][0x98]=[0xd8][0x4][0xbe][0xd6][0x2]>[0x83][0x80][0x1d][0x3][0x12]7[0xd8][0x0]'[0x8][0xb8]7[0x95][0xa7][0x8e],[0xf1][0x0][0xb]rUl[0xb2][0xb3]q[0xae][0xad][0x8d]/&[0x16][0x97][0x8c]`[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0xe5][0x4]wE[0xd6]6[0xde]dg[0xe3]\[[0x1b]_G[0xc0][0xd7]gm[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0x1d][0x4][0xbc][0xfd](l[0xbc][0xd9][0xce][0xc6]N[[0x1b][0xdf]C,[0xee][0x1d][0xc1][0xc6][0x9b][0xed]l[0xec][0xb4][0xb5][0xf1][0x83][0x4][0xb7]?k[0x1b]o[0xb6][0xb3][0xb1][0xd3][0xd6][0xc6][0x8f][0x13][0xf0][0x13]Y[0xdb]x[0xb3][0x9d][0x8d][0x9d][0xb6]6~[0x9a][0x80][0x9f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]o[0xb1][0xb3][0xb1][0xc3][0xd6][0xc6]/[0x13][0x8b]WF[0xb0][0xf1][0x16];[0x1b];lm[0xfc]6[0xc1][0xbd][0x93][0xb5][0x8d][0xb7][0xd8][0xd9][0xd8]ak[0xe3]C[0x4][0xfc]Y[0xd6]6[0xde]bgc[0x87][0x9d][0x8d][0x15][\r].%[0xff](l[0xbc][0x6]?[0x18]&{[0xfd]X;[0x1b]+[0xe5][0xc4][0xa2]"[0x83][0xec][0x9c][0xb3]M[0x16][0xd7][0x11]3E[0x2]_?Lv[0x2][0xb6][0x93][0xdd]K[0xc0][0xb5][0x19]d[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xa3][0xad])[0xd9]o[0x18][0xc6][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";;[0xd9]g[0x11][0x8b][0xd9][0x19]X[0xb0]QD[0x8a][0x99][0x92]bf[0xb2][0xb8][0xd1]bq[0x9e]Y[0xa1]R[0x99](kG[0x1b][0x1e][0xad][0xc8]S[0x96][0xc]V74;[0xc0]CK[0xf1][0xd0]R<4[0x8b][0x7][0x8f][0xb6][0xca][0xea]F[0xe1][0x1f] -n7[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "S[0x9d][0xb4][0xf][0xb]W[0x15][0x95][0xef][0xc1][0xa2]V*[0xff][0x9a][0xb7]at[0x9d][0xfb][0xd4]$ZV[0xd6]qA[0xba][0x17][0x8b][0xe5][0x98]V[0x8a][0xf4][0xdb]PT[0xe7]>M~[0x17]Q[0x89][0xca][0xf4]K[0xee][0xc1]@z[0x96]/"e%4e5[0x8a][0x95]sP[0xae][0x9c]K[0xef][0x84]5hP[0xce][0xc3][0xc][0xc5][0x8f][0xd9]Jg[0xda][0xf5]9[0xc9][0x12]][0xa3]"[0xf1]f[0xfc][0xd0]z[0x8a][0xe4]A[0xf9][0xc][0xd5]*n)#[0xb0][So[0x82][0x90][0xdc][0x2][0xcc]sSi[0xd0][0xb6][0xb]^[0xf7]|[0xd9]O[0x1d][0xa8][0x9f][0x97][0xca]W[0xdb]T~[0xb5]-[0x93]C/[0xf]O7+[0xe9]][0x18]-[0xa8]Nfc[0x8a][0xb4]W[0x8a][0xf9]twQa[0xaa][0xd1]S[0xbd][0x88][0x1e][0xe9]3[0xa5][0x9]o[0x93]F[0xff][0xd1][0xff][0x1]PK[0x7][0x8][0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/knopflerfish/service/log/LogService.classu[0x8e]1[0xe][0x82]@[0x14]D[0xe7][0x3][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xde][0xc0]Rm[0xdc][0xc2];[0x98][0x98][0x90]Xp[0x2]$[0x9f]eq[0xc3][0x9a][0x5][0xf7]p[0x16][0x1e][0xc0]C[0x19][0x97]XXY[0xcc]d[0x92][0x99][0x97][0xcc][0xeb][0xfd]x[0x2]8 [0x17][0x98][0xb],[0x4]2B[0xae]x,[0xac]*[0xd8][0xb3]![0xc4][0xdb][0xdd][0x89][0x90][0x95][0xf6][0xee]j>j[0xc3][0x84]ehKv^[0xd7][0xbc][0xef]*_[0x11]6[0xd6])y[0xed][0xed][0xad]1[0xec][0x1a]=[0xb4]r[0xf8][0xf6][0xd2]X%s[0xc2]j[0x2][0xa4][0xa9]z%[0xcf][0x97][0x8e][0xeb][0x91][0xb0][0x9e]`;([0xfd][0x7]J[0x9][0x84](([0xe]W)!$[0x98]M[0x9]i[0xf0][0x8][0xe2][0x3]PK[0x7][0x8]:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/knopflerfish/service/log/LogUtil.class[0x8d]TKo[0x1b]U[0x18]=[0xd7][0xaf][0x19];n[0xeb]N[0xd3][0xa4][0xc4][0x94][0xb6][0xa4][0xf][0xc7][0x1d][0xe2]B[0x9b][0xb6][0xa1]%![0xf]'u[0xeb]8[0xd4][0xce][0x3]ZUbl[0x8f][0x9d]I'3[0xce]x[0x9c][0xee][0xd8][0x80][0x10];V,`YU[0x8a][0x84][0xb2][0x80]M[0x8a]@[0xe2][0x7][0xf0]o[0xd8][0xa2][0x8a]p[0xae][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xf1][0x82]+[0xdf][0xfb][0x9d][0xef][0xdc][0xef][0xde][0xfb][0xbd][0xc6][0xfc][0xfd][0xeb][0xef][0x0]n[0xa2][0x9c][0xc0]0n$0[0x84][0xf7][0x15]|[0x90]@[0x18]7U[0xdc][0x92]rB[0xc5]m[0x15]wT[0xdc]U1[0xa9][0xe2]C[0xc9][0xdd]Sq_[0xca][0x8f]TLI9[0xad][0xe2][0xe3][0x4]f0[0xab]`N[0xc5][0xbc][0x8a][0xbc][0x82][0x5][0x5][0x8b][0x2][0xb1][0xfb][0x96]c[0xf9]S[0x2][0xe1][0xcc][0xd8][0x9a]@d[0xce][0xad][0x9b][0x2][0xa7][0x8a][0x96]c[0x96]:[U[0xd3][1[0xaa]6[0x19][0xad][0xe8][0xd6][0xc]{[0xcd][0xf0],[0xa9][0xf7][0xc8][0x88][0xbf]a[0xb5][0x5][0xae][0x16]][0xaf][0x99]{[0xee][0xb8][0xad][0x86]mz[\r][0xab][0xbd][0x91]k[0x9b][0xde][0x8e]U3s[0xb6][0xdb][0xcc][0x15][0xdd][0xe6][0xaa]o[0xd9][0xf7][0x4][0xe2][\r][0xcf][0xdd]*[0x9a];[0xa6]-p6S[0x18]+n[0x1a];F[0xce]6[0x9c]f[0xae][0xe2]{[0x96][0xd3][0xa4]M[0xd4][0xe][0xf6]EA`(S[0xe8]o$,zn[0x9b]N[0xd3][0xdf][0x10][0x8][0xb5][0xab][0x2][0xe7][0x8e][0x99][0xcd]v[0x1a][\r][0xd3][0xa3][0xf1][0x89][0x8a]o[0xd4][0x9e]/[0x19][0xad][0xae][0xd7][0xcc][0x9e][0x80][0xe2][0xbb]=7[0x86]2[0xc7][0xef]/[0x8c][0x15]d[0xc0]}[0xde][\r][0xd7][0xcd][0x86]@[0xa2][0xe2]v[0xbc][0x9a][0xb9]`[0xc9][0x1c]${[0xe1][0x8d]K[0xf3]$[0xce][0xe1][0xad]$.`[0x94]7[0xf7]wH[0x9a]<`[0xea],[0xa7][0xe1]&Q[0xc0]C[0x86]\7[0xab][0x9d]&[0xbd]Z7<[0x87][0x86]d[0xf2][0xe5][0xf2]r[0x99][0xcc]|~af[0xb5][0xb8][0xc2][0x88][0x9f]J[0xe3]G[0x4][0xcf][0x92][0xb8][0x82]"[0xc1][0xc5]$[0x96]P[0xe2]U[0x85][0xd2][0xc2][0xb2][0x82][0xe5]$>[0xc1]c[0x81][0xb][0xb2][0x18]n[0xbb]i[0x1d]-B%Py[0xfb]|~vuQ[0xbe]7S.[0x15]JD[0x97][0xff]O[0x1][0x5]R[0xff][0x86][0xb4]\[0xdd]4k>[0x1f]g[0x19][0xd9]71[0xa3][0xd5]2[0x9d][0xba][0x80][0xde]'[0x9f][0xc7]KxX[0x9b]t[0xbf].8[0xdc]eO[0xb2][0x12][0xaa][0xef][0x6][0xbc][0xc0]`[0xa6]o;[0xa4][0x8e]r[0xa4][0xcc][0xed][0x8e]a[0xb7][0xb]M[0xc7][0xf5][0xcc]9[0xa3]m[0xca][0x8e][0xeb][0xe3][0xda][0x13]\[0xe2]75[0xc]9"[0x10][0xb2]~\G[0xa8][0xe5]([0x5]e4[0xfb][0x1a][0xe2]g[0x82][0x10][0xd2]\c][0xf2]=[0xbc][0xcd]5[0x19][0x18][0xe0]<[0xde][0xa1][0x8c][0xb3][0xee][0x17]{[0x87]o[0xd0]Z[0xee][0xc5]F[0xc2][0xbf] [0xf4][0xd3][0x91][0xd3][0xb7][0xff]s:F[0x7][0xde][0xed][0x9d][0x1e][\r]N[0x8b]:][0x89][0x90][0xfb][0xe1]7[0x84]?K[0xa7][0x94]WP[0xd2][0xbb][0x88][0xa6][0x94][0xd7][0x88],[0x8d][0xfc][0xd8]uv[0x15][0xe8]9[\r]<[0xe2][0x9c][0xe1][0xbc][0xc3]9*[0xbd][0xd3][0xb5][0xe8]>b[0xeb][0xbb][0x98][0xd6]5%@[0x13][0xba][0xa6][0x6][0xe8][0xba][0xae][0xc5][0x3]tI[0xd7][0x12][0x1][0x1a][0xd6][0xb5][0x1][0x89][0xf4][0x91]}$[0xd7]u[0xed]DW[0xd9][0xc7][0xc9][0xa9][0xf3][0xe9][0x97]H[0xe9][0xda])I|[0x15][0x16][0xbb][0x7][0x92]N[0xc9][0x88][0xc2][0xdd][0x88]J8[0xc3]u[0x1e][0x83][0xc8][0xe3].[0x16]1[0x8d][0x7][0x98][0xc5]C[0xd9][0xac]([0xb2]A+[0xb4]Xcg>[0xc3]c|N[0xad][0x89][0x15]l[0x92][0xd9][0xc6]:^[0xe0]S|[0x81]'[0xf8][0x6]O[0xf1]-[0xe5]w[0xb4][0x92][0x99][0xc9]2[0xaa]/[0xa1][0xe1]23[0x13][0x96]y[0xe8][0xe5]H[0xa2]+Dl[0x4]|[0x8d][0xab][0xb8][0xc6][0xac]f[0xc8][0xde][0xc2][0xc0][0x1]N"$[0xf8]g[0xa0][0x2][0xfc][0x1d][0xd0]F[0xaa][0xe1]@[0x15]opM[0xc1]X\[0x8e]3o[0x10][0x11][0xe1]43[0x9e][0xc5][0xf5]^[0xbd]^[0xf2][0xa6][0x10][0xe5]dV;[0xbd][0xf][0xed]{Dc{Ym0[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd9][0x0]F[0x9][0xe3][0x1][0x8c][0x10]&[0x2][0x18][0xde]K[0xef][0x1d]&d[0x1c][0x3]\m^[0xbf]E[0xe4][0xd0]U[0x97][0x1d][0xd6]by[0xb7][0x19][0x86][0xc7]G[0xdb][0xd0][0xe1]c[0x2][0x1d][0x16][0xec]E7[0xe0][0xa1][0xe0]q[0xee][0xeb][0xdd]0'[0xd9]`2L[0x19][0x9c][0x82][0xe8]@[0x82][0x83][0xea]x[0xb7][0x8f]r[0xff][0x0]PK[0x7][0x8][0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/ops4j/pax/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/pax/logging/EventAdminPoster.class[0xcd][0x91]AN[0xc3]0[0x10]E[0xc7][0xa5]4P@b[0xc3][0x15]Pa[0x81][0x17][0xb0][0xb]B[0x2][0xa9]HHA [0x82][0xd8][0xbb][0xc9][0xd4]8[0xb8]v4vRz[0x14].[0xc1][0x1]Xp[0x0][0xe][0x85][0xb0][0x3]R[0x11]p[0x0][0xbc][0xf2][0x1f][0xdb][0xef][0xff][0x19][0xbf][0xbd][0xbf][0xbc][0x2][0xc0]!l%[0xb0][0x91][0xc0]&[0x83][0xf5][0xda]:?n[0xd1]x[0x6]O[0xa3][0xcc][0x92][0xe4][0xd6]I[0xc5][0xa7]$f8[0xb7][0xf4][0xc0][0xcf][0x1a]SjL/[0x96]g[0xe][0xa9]U[0x5]rm%[0xcf][0xac][0x1c][0x1b]O[0x8b]4[0xab]D+[0xb8][0x16]F[0xf2][0xdc][0x93]2[0xf2]{[0xe5][0xf6][0x9e][0xec]\L[0x2][0xe6]/[0x87][0xfc][0x93]w[0x83]S$4[0x5]~[0xbd]l[0xbc][0xd2][0xfc]R[0xd4][0xe9][0xde]][0xc8][0x99]+i[0x84]o[0x8][0x19]<[0xff][0xcf][0x9c][0xc7][0xbf][0xd1][0xfb]'][0xf8][0xa4]D[0xe7][0xc9].[0x18][0xac][0x8c][0xa2][0x1e][0xe6][0xb6][0xa1][0x2][0xcf][0x95][0xe][0xdd][0xec]t[0xd3]?-g[0xca]\[0x87][0xbf]@:[0x88][0x18][0x6][0xbb]][0x82][0xda][0x1d]U[0xbc][0x16][0x8f][0xb1][0x9][0x19][0x90][0xfc][0xe7]m[0x6][0xdb]K[0xdb][0xab]I[0x85][0x85][0x1f]0`[0xd0][0x83][0xb8]z[0xfd][0xe0][0x9][0xfd][0xa0]W[0xa3][0x82]A[0xd0][0x9][0xac][0x85]}[0x18]iW[0x19]~[0x0]PK[0x7][0x8][\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.class[0x9d]Sko[0x12]A[0x14]=[0x3][0x14]pYE[0x91]>Di[0xe9][0xcb][0xf2][0xec][0xda][0x87]m-[0xc4][0xf]6!i[0x82]U[0xd3][0xa6][0xc6][0x8f][0x3],[0xdb]%[0xb0][0x8b][0xc3]b[0xfb][0xb3][0xf4]Kk4[0xf1][0x7][0xf8][0xa3][0x8c]w[0x16]L[0xcd][0xb2]![0xca][0x87]=g[0xe6][0xee][0xbd][0xe7][0xdc][0xb9][0xb3][0xfb][0xf3][0xd7][0xb7][0x1f][0x0]vPQ[0x10]G6[0x82][0x9c][0x82][0x0][0xb2][0x12][0xf2]Q[0x14]$[0x17][0x15][0xdc]CI[0xc2][0xa6][0x4]M[0xc2]3[0x9][[0x12][0xb6]%[0xec]D[0xb0][0x1b][0xc1][0xf3][0x8][0xf6][0x18][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd3]2[0x9d][0x97][0xc][0xc1]l[0xee][0x9c]!td7u[0x86]x[0xcd][0xb4][0xf4][0x93]A[0xb7][0xae][0x8b]3^[0xef]P$Q[0xb3][0x1b][0xbc]s[0xce][0x85])[0xf7][0xa3]`[0xc8][0xb9]0[0xfb][0xc][0xa5][0x9a]-[0xc][0xcd][0xee][0xf5]w[0xdb]Z[0x8f]_i[0x1d][0xdb]0L[0xcb][0xd0][0xaa][0x1f][0x1b][0xd6][0xb1]a[0xd9][0x82]6o[0xf9]U[0x8d][0xc2][0xba]([0x93]:[0xef][0xf5]t[0xab]yf[0xbf][0xd6][0xfb]}n[0x90][0xd0]A[0xb6][0xd6][0xe6][0x9f][0xb8][0xd6][0xe1]Tv[0xea][0xc8][0x82][0xf2]x$7[0x1e]b[0x88]t[0xff][0x88]$[0xfc]^[0x87]Z[0xd4][0x4][0xc3][0x8c]#x[0x83]r*[0x93][0x8d][0xce].[0x84]})[0xcf][0xe6][0xe7]N[0xe3]a[0xe][0xc3][0xac]o>Y4[0xf5][0xfa][0xc0][0xa0][0x89][0x9a]V[0xcb][0x16]][0xb2][0xbe][0xe4]BZ[0xeb]B[0xd8][0x82][0xb8][0xc5][0x1d][0xde]aPN[0xed][0x81]h[0xe8]USN0[0xe5];[0xa3]M[0xe9][0xa0][0xe2][0x1][0x12][0xc][0xf3][0xde]F^[\r][0xcc]NS[0x17]*[0xf6]q@[0xb3][0xcc][0xb8][0xd5]z3S}wtr[0x98]Q[0xf1][0x2][0x87]*[0x16][0xf0]HE[0x1a]e[0x15][0xcb][0x12]V$[0xac]JX[0x93][0xb0][0xe][0xea][0xb7][0xf0][0x1f][0x97][0xc6]p[0xff][0xb6][0x8d]7[0xf5][0xb6][0xde][0xa0]A,[0xf9][0xb][0xfc]U[0x14][0x1e]^4}!>c[0x1f][0xbf][0xcd][0xd1][0xc9][0xa8][0xb7][0xa8]c[0xf]C[0xc][0xc9][0xac][0xef][0xb5][0xe7][0xff][0xf5]"s[0xe7][0xa1]e[0xfa][0xe6][0xe3][0xa0]3[0xd0][0xaf][0x13]%[0xa6][0xb9][0x12]>[0xa4][0x9d]F[0xcc][0x88]g[0xf2]7`_h[0x11]@[0x92]0[0xec][0x6][0x93][0x98]%T[0x87][0x9][0x98][0xc3]<[0xb1]"';*[0xae]Qv[0x80]x[0xe1];[0x2][0x1f]n[0x10][0xcc]_#[0x94][0x98]!([0xd0]s[0x8d][0xf0]g[0x8f][0xde][0x82][0xab]77[0xac]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0x1]w[0xf5][0x84]V[0xb2][0x8d]4[0x16]G[0xca][0xef][0x11]D[0x88]8[0x96]/[0x94][0xbe]"R[0xbc]F[0xf4][0xb6]9[0xc5][0x15]H[0x13]/[0xba][0x82][0xf9]a[0xea][0xa8]A[0xb9]J[0xb9][0x82]r[0xb5][0x84][0x8c][0x9b][0x1d]sM[0x82][0x14]][0x9e]`r[0xc7]k[0xb2]B[0xbc]:[0x85][0xc9][0xca][0x4][0x13][0xc5]k[0xb2]A[0x9c][0x9d][0xc2]du[0x82]I[0xcc]kR$.Ma[0xb2]6[0xc1]D[0xf5][0x9a]l[0x11]oOa[0xb2]>[0xc1][0xe4][0xae][0xd7]d[0x8f]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xa7][0xae][0xce][0xc6]oPK[0x7][0x8]E[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.class[0x95]W[0x9]sS[0xd7][0x15][0xfe][0xae][0xb5]\[z[0x89][0x8d][0x1];2ul[0xa0][0x1]Y[0x96]Q[0xda][0xd2][0x16][0xb]B[0xa8][0x9d][0xb0][0xca]b[0xb1][0x8b]k[0x12]B[0x9e][0xa5][0x87][0xfc][0xb0][0xac]'[0x9e]$[0x3]i[0xda]tK[0xd3][0x86].i[0xdd]}[0xdf][0x9d][0xee][0xd0][0x16]S[0x97][0x99][0xd2])30[0xd3][0x9f][0xd1]ND3[0x93][0xb8][0xdf]}O[0x8b][0x17]9[0x16][0x3][0xdc]w[0xef][0xb9][0xe7][0xde]s[0xbe][0xef],W[0xfc][0xeb][0x9d][0xbf][0xfd][0x1d][0xc0][0x7][0xf0]g[0x89][0xe7][0x3]8[0x8f][0x17][0x2][0xd8][0x89][0xb][0x12]/[0x6][0xe0][0x85][0xde][0x82][0x1d][0x98]TC*[0x88]4[0xc]5\T[0xcb][0x8c][0x1a][0xa6][0x82]0q)[0x88]id[0x83][0x98]AN[\r][0x96]D>[0x80]6\V[0xaa][0xb6][0x9a][0x15]$[0x8a]jQ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x16]W$[0xae][0x6][0xd0][0x9]][\r][0xd7][0x9a][0xf1]R[0x10][0x1f][0xc7][0xcb][0x1]|[0x2][0x9f]l[0xc6]+J[0xf8])u[0xe9][0xa7][0xd5][0xc1][0xcf][0xa8][0xd9]g%>'[0xf1][0xaa][0xc4][0xe7][0x5]Zf.[0x14][0xc]{[0xd6]L[0x19][0x2]}[0x9][0xcb][0xce][0xc4][0xac]|a[0xef][0xa5]X^[0xbf][0x1a][0xcb]Z[0x99][0x8c][0x99][0xcb][0xc4]N[0xe9]W[0x13][0xee]t[0xd4]U[0xdd][0xef][0x9c]KY[0xb9][0xa2]q[0xb5]([0xb0][0xc3]=W[0xc8][0x98][0xb1][0x8b][0xb6]>c\[0xb1][0xec][0xe9][0xd8]P)[0x97][0xce][0x1a][0xc3][0xae][0x8e]{@[0xdd]g[0xd8][0x5][0x81][0xd6][0xc4]%}V[0x8f][0x95][0x8a]f66[0xa2][0xe7][0xd5][0xee][0xa8][0x99][0xc9][0xe9][0xc5][0x92]M7[0xce][0xac][0xdc]=[0xe0].[0xb3]:=[0x19]-[0xda][0xf4]b[0xff]:~[0x9a][0xb4]e[0xe7][0xf4]ll[0xcc][0xd6]S[0xd3][0x94]$[0x1c][0x83][0xfb][0xf][0xd2]@[0xab]c[0xbe][0xec][0xff][0x19][0xe3][0xa2][0xc0][0x13][0xf5][0xbc][0xae])[0x18][0xb6][0x91]s[0x90][0xfa][0xf][0x98]9[0xb3]x[0x90][0x7][0xc2][0x1b][0xe3][0xec];+[0xe0][0x1d][0xb6][0xd2][0x86][0x2]i[0xe6][0x8c]dif[0xd2][0xb0][0xc7][0xf4][0xc9],%[0xed][0x9]+[0xa5]g[0xcf][0xea][0xb6][0xa9][0xd6]e[0xa1][0xb7]8e[0x92][0x92][0x81]u0[0x9d][0x1c]=r[0xac][0xc6][0xff][0x88][0x9e][0xd3][0x15]"[0x1]Ye[0xdf]c+4[0x8f][0x8c][0x16][0x89][0x99]t9[0xd7]:[0x1]~M[0xe2][0xb][0xdc][0xd0][0xd3][0xe9]Z[0xe4][0x4][0x6][0xeb][0xa2]X[0x83][0xbb]o[0x19][0xeb]''/[0x19])[0x15]C[0xbf][0x1b]A[0x81][0xd8]CF[0x80][0x1][0xb6]+WK|Q[0xe2]u[0x89][0xeb][0x2][0x8f][0xda][0xc6][0x8c]5k[0xa4][0xab][0xce][0xc5][0x1b]sn[0xad]o[0x8a]wYM[0xe4][0xf6]z[0xce][0xb7]d[0x8c]b[0xa2][0xec][0xff][0x91]p[0x9d][0xa4]Z#[0xd9][0xa0][0x1e][0x1c]\[0xcd])[0xbd]hd,[0xfb][0xda]J[0xab][0xe5][0x1b][0x18][0xde][0x8b][0x97]S927[0xe9][0xa4][0x89][0xc0][0xb6][0xf5]s[0x88][0xda][0x9e]i[0xe3][0x9a][0xc4][0x97]$[0xbe][0xcc][0x9a]f[0xd5][0xb]l[0xa1][0xd7]k[0xea]O[0xa0]?[0xfc]0[0xc5]*[0xd3]f!o[0x15]x[0xce][0x13]VL)*[0x86][0xca][0xe]uWnZ[0xc7][0xa5][0xc0][0xa8]U[0xb2]S[0xc6]aS)w[0xd5]M[0xc7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0xc0][0xee][0x6][0x1d][0x92][0xf8][0x8a][0x86][0xaf][0xe2][\r][\r]1|M`S[0xad][0xda][0x8f][0xea][0x85])[0xa6][0xb0][0xda][0x18][0xd7][0xd0][0x87][0x88][0x86][0xdd][0x8]3[0x93]5|[0x1d]s[0x1a][0xbe][0x81][0xa7]4<[0x81]][0x1a][0x6][0xb0]G[0xe2][0x9b][0x1a][0xbe][0x85]oK|G[0xc3]w[0xf1]=&[0x95][0x86][0xef][0xe3][0x7][0x1a]~[0x88][0x1f][0xb1][0xa0][0x1e]*C5[0xfc][0x18]?[0xd1][0xf0]S[0xfc]L[0xc3][0xcf]1.[0xd0][0xb3]A[0xe8]5|[0xc][0x13][0x12][0xbf][0xd0][0xf0]K[0xfc]J[0xa0]su[0xe8][0x87]Jf6[0xad][0xd4][0xe6][0xf1][0xa6][0x80][0xd8][0xc9][0x90]j[0xf8]5~#[0xf1][[\r][0xbf][0xc3][0xef]){RM[0xc8][0xc2][0x1f][0xf0]G[0x85][0xf8][0x86][0x86][0x9b][0xf8][0x13]C[0xfb][0x10][0x8d]@[0xe0][0xbd][0xd5][0xd8]9[0xc][0x16][0x15]*[0xc3][0xae][0x94][0xcc][0x98][0xbb]l 6[0xd5][0xb]{7[0xea]q[0x2];[0x1b][0xa8]Q[0x81][0xb6][0xd5]5[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0x85][0xfa][0x18][0xc3][0xa0][0x17]-[0x1a][0xdc]\[0xd3][0x1b][0x9b][0xb2][0xad]+n[l[M[0xa8]@h][0xcf][0xd8]lk[0xea][0xc3]Y[0xbd][0xc0][0x86]*[0x99][0xe3]I[0xaa][0xb1][0x84][0xc2]}[0xf5]*3[0xd3]@;_[0xef][0xe9][0xd9][0x80][0xef][0xe1]R[0xa1]h[0xcd][0x98]/[0xb1]C[0xa8]r[0xdb]LW[0xd6][0xf2]3X[0xa7][0x7][0xd5]-[0xc5]:oR[0xa0]v#;[0xfc][0x8a][0xe7][0x92][0xbd]fV[0xcf][0x96][0xc]R[0xf0]X[0x5][0xb8][0xb3]7le[0xb3][0x8c][0x82]i[0xe5]x[0xc1][0x96]zrv3[0xb3][0x1a][0x96][0x8e][0x15][0x87]+[0xe1]R[0xcd]dJ/$[0xdd][0x97]'[0xdc]w[0x8e][0x1d].[0xe7],V[0xb2]\[0xed][0xba]>>?FZ [0x1a]n[0xb8]_)[0xca][0xb4]Rn9[0xc4]p[0x83][0x8f][0x16][0xdd][0x91][0xe5]7e[0xdd]B[0xaa]v[0x0]7[0xd4]G[0x8d]l^[0xe5]}+[0xed][\r][0xeb][0xa4][0xc2][0xae][0xe4][0xd4][0xbe]wI[0x90][0xfa][0x91][0xaa]6M[0xbf][0x9e][0xcf][0x1b]9[0xfa]0P7[0xc8][0xeb]4[0xb][0x1e][0xc]V;[0xf3][0xb1][0xb4]C[0xf0]q[0xbe][0x92]5[0xf5][0x84][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xb9]hUjbk[0xf8]x[0xdd][0xe4][0xf6][0xf0][0x1e][0x81]][0xe1]:/e[0xbd](M7[0x1e][0x9d]w+[0x89]5L[0xd4][0x1][0xcf][0xe0]z[0xf2][0xa5][0xa2]C[0xef][0x1a]O[0x1a]r[0x17][0xdb][0xf9];y'[0xd8][0xfb][0xf8]k[0xba]I[0xbd][0x7][0xfc][0xb1][0xdd][0xa4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xcb]g[0x83]{[0xfd][0xce]<[0xca]|*8[0x97][0x94][0xc5][0xf0]$[0xc7][0xf7]q[0xf5]&Oz[0xf8][0x8d]G[0xfa][0xdb][0xc5][0x2][0x9a][0xc4]mx"w[0xe0][0x9d][0xb8][\r][0xdf]-[0xf8]#[0xfd][0xb7] [0xdd][0x9d]E47a$z[0x1f][0x9b]"[0xfd][0xd1]E[0xb4]4[0xe1][0x1f][0x10][0xb7][0x10][0xb8][0xc9][0xd3][0x1e][0xbc][0x9f][0xe3][0xe3][0xbc][0x1b][0xb4][0x14][0xa4][0xa5][0xe][0xda][0xda]F+[0xbb]i[0xa5][0x9f][0xff][0x1][0x18][0xc4][0x7]9[0x2][0xbd][0xae]5[0xec][0xe5][0x1a][0xce][0xec]C[0xf4][0x96]m[0x19][0x9b][0xf1]a[0x9e]i[0xc2]>J[0xdb]![0x96]x[0xc4]#1([0x11][0x97][0xd8]O[0x99][0xc0][0x1]K[0xcc][0x87][0xa1][0xe1][0x8][0xba]p[0x14]=8A[0xed][0x4][0xff][0x8c][0x90][0x9d]$[0xc6]p[0x12]/[0xe2][0x94][0x83]=B[0xc4][0x9]j+[0xec]>[0xe5]z[0x15][0xbb]^[0xc6][0xae]f[0x87]y[0x93][0x1b][0xf2][0xe][0xf8]z[0xde]FG[0x85][0x86][0xee][0x1a][\r]G[0xc9][0xab]C[0x83]x[0x8d]k[0xc5][0xfc]\[0xf4][0x1]Z[0xda][0xb7]0)G[0x14][0x9][0x8b][0xd8]*[0xf0]Wt$[0xef][0xa0][0x93]y[0xfb]Xt[0x1][0xa1][0xf6].[0xe][0xfd][0x95][0xc9][0xc0]}[0xb4]2[0xea][0xdb][0x94][0xda]{[0xe6][0xe1]k[0xef][0xa6]p[0x1][0x8f][0xc7][0xbd][0xe]cq[0x9f]C[0x99]"[0xa7][0xa7][0xc9]![0xc7][0x1f][0xf2]?[0xc0][0xf6];h[0x9b]P[0x99][0xd0]?[0x10][0xbd][0x8d][0xde][0xb8][0xdf]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xdb][0xed][0x1e][0x8c][0x87][0xfc]![0xdf][0xbd][0x1b]q[0xc9]1$[0xef][0x12][0xc6][0x19][0xbc][0x8e][0xeb]t[0xef]:[0xde]p[0xbe].q{X[0xf] 5^[0xd2][0x1a]`jt[0x92][0xd4][0xe3]8G[0xed][0xe7]0[0x89][0xe7][0x91][0xc1][0xb][0xb8][0x82][0xb]x[0x95]t\[0xa7]D[0x91]w[0x90]@'Y[0xbf][0x8a]<[0x95][0xe7]sU[0xf2][0xe6]x[0xf6][0x84]C[0xde][0x1c][0xe9]=A[0xab][0x9d]x[0x99][0xf4]'i[0xed]8[0x89]:I[0x99][0xd7]![0xf4][0x1c]|[0x81]%[0x9e][0xf2]:Et[0xca][0xf9]{[0x1a]B[0xe2][0xcc][0x12][0xcf][0xaf][0x94]6Q[0xca][0xe9];[0x18]r[0x4][0xc][0xc1][0xe8][0x12][0xa3][0xe6]_[0xae][0xe4][0xee][0xa8][0xb][0x86]y~[0x8c][0x5][0xe1][0xe6]f[0x8c]_[0xe5][0x8f][0xcf][0xad][0x19][0xd5]l[0x14]l[0xbf]#[0xcc]8p4W[0xa1][0xc]B[0x90][0x88][0xf1][0xf2][0xe1][0x14][0xb5][0xd5]^[0xaf]J[0xe4][0xfb][0xf5]s[0x9a][0x83][0xac]5[0x99][0xe]'[0x9b][0xb2],[0x87][0x1c]+[0xc7]b[0x1e]^f[0x1e][0xda][0xcb][0xec][0xf4][0x96][0xed][0xec]s[0xce][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb][0xb5]lpo[0xd9][0xdb]@5qV[0xbb]<[0xbb][0xec][0xaa]@[0xd5][0xe5]s[0x8e][0xd6]s[0xff][0x7]PK[0x7][0x8]9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.class[0xa5]SMo[0xd3]@[0x10]}[0xeb][0xa4]I[0xe3]&Mii[0xf8][0x86]PJ[0x95]4[0x8][0xb][0x95][0x9b][0xa3]^[0x82][0x10][0x95][0xc2][0x87][0x94]*[0x12]'[0xb4]I[0xb6][0xf6][0x6]c[[0xce][0x1a][0x85]_[0xc1][0x5]q[0xe0]W[0x84][0xb][0x95]@B[0x9c]8[0xf0][0xa3][0x10][0xb3][0x8e][0x81]T[\r][0xb4][0x8]K[0xf6][0x8c][0xdf][0xce][0xbc][0xf7][0xc6][0xbb][0xfe][0xf6][0xfd][0xe3]g[0x0];[0xd8]2[0x91][0xc3][0x95]<[0xae][0x9a]0p[0xcd][0xc4][0x2][0xaa]yl[0xe4]q[0x83]![0xd7][0x94][0xbe]T[0xbb][0xc][0x99]Z[0xbd][0xcb][0x90]m[0x5][0x3][0xc1]PnK_<[0x8a]_[0xf4]D[0xb4][0xcf]{[0x1e]![0xab][0xed][0xa0][0xcf][0xbd].[0x8f][0xa4]~O[0xc1][0xac]r[0xe5][0x88]ay[0xdf][0x8d][0x4][0x1f]$[0x15][0xf]y[0xc8]P[0xdc][0xf3]}[0x11][0xb5]<>[0x1a][0x9]Z[0xbf][0xd3][0xe]"[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0xd1][0xdd][0xa1][0x15][0xf2][0xb1][0xe5][0x5][0x8e]#}[0xc7]z[0xc2][0xc7][0xad][0xc0]Wb[0xac]6[0x8f]2[0xd8][0xc]f[0xdf][0x95][0xde][0xa0][0xcb][0xbd][0x98]tn[0xd5][0xda]C[0xfe][0x92][[0xb1][0x92][0x9e][0xf5][0x80][0x8f]\[0xa5][0xf5][0xed][0xfa]\[0x94]a)[0xe4][0x91][0xf0]U[0xda][0xbc][0xfe][0x87][0xaa][0xca][0xd1][0x89]^[0x85]?[0xa7][0xb2][0xe7]54[0xa7][0xa0][0xc7][0xc9]wGEd[0xdf][0x9e]A[0x1e][0xf7][0x86][0xa2][0xaf][0xec]][0xa2]-u[0x14][0xef]?[0xa7]!R[0xb6]BG:>WqD[0xf9]x[0xee][0x1c][0xa7][0xa4][0x9e];[0xed][0xa9]mm[0xd5][0x8e][0xe3][0xf5][0xe3][0x10][0xc3][0xb3][0x19]p[0xcf]wE$[0x13][0xa1][0x99][\r]j[0xfe][0x87][0x11]m[0xc5][0xec][0x4]q[0xd4][0x17][0xf7][0xa5][0xfe]<[0xe5][0xdf][0x87][0xe0][0xb6][0xae]/"[0x8f]E[0x86][0xb5]9[0x12]zi[0xb3][0x88][0x15][0x9c][0xc9][0xe3]&[0x83][0xf5][0x8f][0x87][0x8a][0xa1]z[0xd2]dt[0xcc]gwH[0x9f]D[0xfd]STORB[0x95]~[0xa9][0x1c][0xf4][0x95][0xa1][0x9b]&[0x0]m[0x90][0x11]7u[0xdc][0x4][0xc5]l[0xad][0x11]JG[0x12][0x3][0xd2]eX[0xa0][0xbd]^![0x81][0xae]X[0xc3][0x8a][0x85]b)[0xd5][0x1b]eY[0xe7][0x9a][0xaa][0xf9]:g[0xa6][0x81][0xbd][0xc1][0xcb]F[0xf1]G[0x1a][0x85]@[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xec]X[0xc3]H[0xa8][0x12][0xab]O[0xff]?[0xff][0xf1]9[0xb2][0xcf][0xfc]{[0xfe][0xf3][0x17][0x0]~A[0xbd][0x0]{[0x5][0xf8]A[0xa0][0xe4]{=[0xcf][0xbf][0xe9][0x6][0xc7]'[0x1e][0x1][0xd2]"P>[0x11][0xf1]X[0xd1]X[0xf5]h4a[0x19][0x8c]C[0x12];[0xf5]~_[0x9e]i[0x8b][0x10]([0xce][0xac]V[0xbb][0xd9][0xd1][0xce][0x1c]V[0xce][0x9c][0xab][0xe3][0xa0][0xdd]j[0x9b]X&[0xa9][0xf4][0x82][0xa0][0x13]h+K[0xa0][0x12][0x8e][0xbb][0x92][0xe][0x98][0x17][0xd3]~[0xc4]n[0x9]d[0xea][0x8d]kc[0x9f][0xb2][0xfe][0x84]'v9[0x1c]_Q[0x19][0xa7]u+[0xbe][0x13][0x89][0xc6][0x2]OJ![0xd3]F[0x93]*[0x1a]%FN[0xe9]>[0x4][0xf6][0xeb][0xfe][0x90]>R7[0xa2]1w/[0x94][0xc]c~[0x98]r[0xba][0xf7]R<[0xe9][0x92][0xc3]F[0xf][0x8b]n[0xf5][0x14][0x4][0xf2]!6[0x93][0xf][0x4][0xb2]O8[0x5][0xfa]L7C[0xde][0xe9][0x1e][0x4][0x8e][0xde]{[0xe8][0xdb][0x98]nS[0xe2]L[0xf9][0x82][0xfb][0xec][0x91]E[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0][0xee][0xb][0xe8][0xb5][0xe9][0x3]N\[0xad]7[0xde][0x96][0xe1][0x15]`[0xe0][0x9c]N[0xf1][0x89][0x14][0x9b]*[0x2];[0x18][0x13][0x92][0xbb]b4>[0x18][0xba]#:u#[0xc1]9f[0xdd][0xd7][0x14][0x96][0x15]/[0xc4]D[0xe]X3[0x8c][0xf0][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xc2][0xc6][0x9c][0xc9][0x9f][0xba][0x3][0x81][0xda]O[0x98][0xc5][0x8],[0xbc][0x8e][0xd2][0xe9][0xf][0xd9]@[0xe5]qW`[0xe][0x9f]3[0x7]k[0x90][0x81],[0xaa][0x9c]^[0x2][0xc8][0xa3].[0xa4][0xf4][0x7][0xd4][0x1f]S[0xba][0x88][0xba][0x94][0xd2][0xf3][0xa8][0xcb])][0x81][0x15][0xdc][0x90]O[0xb0]`6e[0xd1]r[0xc9]r[0xd9][0xb2]j[0xb9]b[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][\r][0xbf]X[0xae]Y[0xae][~[0xb5][0xfc]f[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xcd];6[0xef][0xd8][0xbc]c[0xf3][0x8e][0xcd][0xcf][0xb8][0x1]5[0xc3][0xef][0xb0]i[0xb8][0x5][0xdb][0xe6][0xb7][0xd8]13[0xef][0xbe][0x0]PK[0x7][0x8][0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingManager.class[0x85]P=O[0xc3]0[0x14][0xbc]W[0xd2][0x84][0x96][0xaf]VBl[0xcc][0xa4]B[0xc2][0x3]l[0xdd][0x18][0xca][0x12]D[0xa5]H[0xec]&5[0x96]C[0xb0]#'-[0xfd]m[0xc][0xfc][0x0]~[0x14][0xe2]%[\r][0xca][0xc0]P[0xf][0xbe][0xe7][0xf7][0xee][0xce]g[0xff]|~[0x1][0xb8][0xc5]4[0xc2]Y[0x84][0x9]a[0xa4]U[0x9d]8[0xad][0x95]'<[0xc4]I.7R[0x14][0xd2]j[0x91][0xd6][0xde]X=[0xff][0xdf][0x99]%[0xce]k[0xe1][0xca][0xea].[0x17][0xa5][0xdc][0x8a][0x82][0xd5][0xdc][0x17]K[0xb9][0xdd][0x19][0xcd][0x9][0xe7][0xec][0xda][0x9d]y[0x94]*[0xbf]1[0x99]"\[0xc7]{[0xc4]=[0x99]M[0x2]W*K8[0x88]g[0xcf][0x84]aV[0xb8][0x8a]-[0xa2][0x95][0xa9][0xca][0xb6]j[0x92][0xdf][0xaf][0xed][0xaa][0xe0][0xfa][0xf2][0xcf][0xb8][0xd2]F[0xbc]z[0xf9][0xae]>[0x9c][0x13][0xbb]1[[0x8d]S[0xb7][0xf6][0x99]Z[0x98][0x86]|[0xd1]_[0xf6]([0xad][0xe4][0xc4]7[0xcd]#[0x9]W[0xfb][0xb2]ut[0xc2][0xa4][0xff][0x95][0xa7][0x97]\euH [0xc][0xd0][0xac]0[0xe0][0xcc][0x8][0x0][0xc6]![0xc2][0x16]#[0x1c][0xb6]8[0xea]p[0xdc][0xe1][0x11][0x8e]YA8[0xe1]}[0x80][0xd3]_PK[0x7][0x8][0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingService.class}R[0xc1]N[0x1b]1[0x10]}&@[0x2][0x94]B)[0xa5][0x5][0xda]C[0xd5]J[0x84][0xcb][0xfa]Pn[0x9c]BYT[0xa4]m[0xb2][0xda][0xa4][0x95]8![0x13]&[0xcb][0x6][0xb3]^y[0x9d][0x90][0xfe][0x1a][0x7]>[0x80][0x8f]B[0x9d]d#H[0x1b][0x94][0x83]e[0xbf][0x99]7[0xef][0xcd][0xd8]~x[0xbc][0xbb][0x7][0xf0][\r][0x9f][0xca][0xd8]*[0xe3]}[0x19][0x1f][0x4][0xb6]ja[0xe8][0xd7][0x8f][0xfd][0xe8][0xbc]^[0xfb][0xe9][0x9f][0x87]Q#[0xf4][0xa3][0xd6][0x99][0xc0]F[0xd0]U}%[0xb5]Jc[0xd9]t6I[0xe3]C[0x81][0xd5][0xef]&[0xcd][0x9d]J[0xdd]o[0xa5]{T[0xc1][0xb6][0xc0]fP;k[0xfc]j[0xfd][^[0xc1][0xe]gNN[0x83][0xd6][0xff][0xc2][0x15][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xf8]Q[0xd4][0x88]~[0xd4][0xea][0xc7][0xc1]t[0xfe][0xa3][0xc0]RL.0qLV[0xe0][0xa2][0x1a][0x18][0x1b]K[0x93][0xc7][0x89][0xec]XuC[0xb7][0xc6]^[0xcb][0xa3]^z[0xa9][0xe9]p[0xba][0xc7][0xe9][0xc8]~Q[0x9f][0xe5][0x7]][0x99][0xa9][0x81][0xd4],[0xcc]q[0x19][0xaa]A[0xe1][0xc1]s[0xad][0x14][0x86][0x1][0xf5]I[0xb][0x94][0xaa][0xfb][0xa7]<+[0xc7][0x98][0xc3][0x13];[0x1a]8[0x81][0xaf][0xd5][0x19]Jc[0x16]K-7M[0xcf][0xb6][0xe9]$[0xd1][0xc4][0xb7];6aV[0x93]l?i[0x93]7[0xec]O`ofO[0xcf]t[0x81][0xf5][0xe7][0x81][0x1a][0x17]]j[0xbb]q[0xf1]uj[0xb2][0x8e]&[0xdb]I[0xf2]+[0x99][0x17][0xec][0xa1][0x8e]d[0x81][0xa7][0xe2]/[0xcc][0xf4]F6[0x1e][0xdb]xc[0x1b]Oe[0x19][0xa5][0x97]d[0xbd][0x94][0xef]S[0xe0][0xf3][0xcb],[0xad][0xfe][0x98][0x9e][0x9b][0xcd][0xe9]$[0xda]=[0xe9][0xec][0xbd][0xcc]!k[0x8d][0xbd]R[0xc3][0x7]+[0x98][0x8b][0x2][0x2]s[0xbc]J[0x98][0xc7]6[0xaf][0x5]>/[0xf2][0xd7][0x9c]C[0x99]qe[0x2]/1^[0x9e][0xc0]+[0x8c]_M[0xe0]U[0x94][0xe6][0x5]^c[\r][0xe0]}[0x1d]oF[0xfb][0x6][0xde]r[0x96][0xe0][0x88][0xf3][0xee]/PK[0x7][0x8][0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/pax/logging/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.class[0xa5]ViS[0x14]W[0x14]=[0x8f][0x81][0xe9]YZD[0x4][\r]&[0xc1]%[0x1a][0x87]a[0x19][0x8d][0xc6]([0x10][0xcc][0x88][0xa2][0xe0][0xcc][0xa0]AA[0xcc]B[0x9a][0xa1][0x1d][0x1a][0x9a][0xee]IO[0x8f][0x8a][0xd9][0xf7]}[0xfb][0x98]_[0xe0][0xd7]D[0xab]PBU*[0xdf]R[0x95][0xaa]T~A[0xfe]H[0xca]Jr[0xde][0x9b]a[0x19][0x16][0x97]r[0xaa][0xe6][0xbd][0xd7][0xf7][0xdd]w[0xef][0xb9][0xe7][0xde]w[0xbb][0xff][0xf8][0xf7][0x97]_[0x1][0x1c][0xc2][0xf][0x11][0xec]AZC&[0x82]*[0xc][0x86][0xb1][0x1b][0xe7][0xe4]p>[0x8a][0x97]1[0x14][0xc5][0x5]\[0x8c]b[0x18]#r[0xb8][0xa4]a4[0x8a][0x8].kxE[0xce][0xaf]jx-[0x82]Z[0xbc][0x1e][0xc5][0x18][0xde][0x88][0xf0][0x94][0xa1]a<[0x82]z[0xa4][0xa5]8+W[0x13]![0x98]r[0xbe][0x12][0xa6]$'[0x15]'[0xe5][0x9e]%[0xcd]O[0xc9][0xc7]i9[0xd8][0x1a]f"h[0x96][0xe7][0x1c][0xb8][0x1a][0xf2][0x1a][0xde][0x14][0xd0]g[0xc6][0xf2][0xc6][0xf5][0x94][0x9b][0xcb]YNN[0xa0]%[0xe5]z[0xb9][0x84][0x9b]/[0x1c][0x9e]JP[0x9e][0xb0]K[0x1b][0x89]sK:i[0xc3]1r[0xa6][0xd7]%[0x10][0x9e][0x19][0x93][0xdb][0xa6]W[0x10][0xd8][0x9c][0x9a]2[0xae][0x1a][0x89][0xa2]o[0xd9][0x89][0xb4][0x91][0x97][0xbb]CV[0xce]1[0xfc][0xa2]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d*w[0xbb]K[0x8f][0xb6]A[0xc3]C[0xbe]G[0xa3]][0x1b][0xb8][0xa5][0x9a][0xed]:[0x89][0xa4][0x9a]R[0xca]YW[0xf][0x8d][0x7][0xbb]-[0xc7][0xf2]{[0x4][0x2][0xb1][0x96]a[0x81][0xea]^w[0xc2][0x94] ,[0xc7][0xcc][0x14]g[0xc6]M[0xef][0x82]1nSR[0x9f]r[0xb3][0x86]=lx[0x96]|.[0xb][0xab][0xfd]I[0x8b][0x90][0x13][0xf][0xe9][0xb3][0xcf][0xc8][0xfa][0xae]7K[0xaf]u[0x5][0xd3]?Qt&l[0xb3][0xd7]u|[0xf3][0xba]/[0xb0]/V[0xb2]R[0xc8]Y[0x89]+[0x9e]1c^s[0xbd][0xe9]D[0x85]R[0x97]B[0xe8]pO[0xe2]Y[0x13]9[0x83])[0xb1]([0xd0][0xfa][0x8],[0x8][0xd4][0x98][0x8e][0xef][0xcd]r>U[0x9a][0xf5]~[0xc7]1[0xbd]^[0xdb]([0x14]L[0x86][0xd7]X[0xc9][0xf9]^[0xa5][0xc5]cZv[0x11][0xfb][0x9e][0x7]C[0x17][0xd8]V[0xc9][0xe0]l~[0x91][0xc5][0xb][0xeb][0xd9][0xfc][0xcc]n[0x1a][0xf2][0x8d][0xec]4[\r]*7[0x1a]H[0x8b][0xe6][0x99][0xb6]i[0x14][0xe8]3[0x9c]3[0xfd]T[0x99][0xac][0xe3][0xb1][0xb5][0xbe]J[0xd5]k[0xe4][0x8d][0xec][0xa4][0xb9][0xe8]a9[0xb4][0x12][0xcd][0x89]%[0x2][0xa7]b[0x8f][0x80][0xed]q[0x9d]i[0x8e]y-[0xa3]j [0x98]7<[0xa6]N`[0xf7][0xfd][0xef][0x9a]:[0xa6][0x1b]+@[0xb0]%[0xd0][0xd0][0x84]U[0xc8][0xbb][0x92][0x8d]Pw[0xd6]._[0x83][0xc8][0x90][[0xf4][0xb2]f[0x9f]%3[0xd3][0xb8][0xba]t;$v[0x1d]-[0x88][0xb3][0xc6][0xd6][0xf7]98t[0xba][0xcd][0x1d][0x97]G[0xe][0xea]x[0x6]{u[0xec][0xc3][0xb3][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":|[0x14]5\[0xd5]q[\r][0xd7][0x99][0x1c][0x1d][0xb3][0xb8][0xa1][0xe3]-[0xbc]-[0xb0]u[0x9d]z[0xd0][0xf1][0x8e][0xdc][0xaa][M[0x9e][0x8e]w[0xa5][0xbc][0xe5][0xa1][0xf9][0xd7][0xf1][0x1e][0xde][0xd7][0xf0][0x81][0x8e][0xf][0x11][0xd7][0x91]D[0xaf][0xc0][0xf6][0xd5]VO[0x14]-{B[0xea]~[0x84][0x8f]u|[0x82]O[0x5]D[0x87][0x8e][0xcf][0xe4][0xd3][0xe7]8$[0x8f]}!c[0xfa]R[0xc7]W[0xf8]Z[0xc7]7[0xd2]T[0xbf]d[0xa5]q[0x19][0xfb][0x88]iL[0x9f]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x8c]A[0xc3][0xb7]:[0xbe][0xc3][0xf7][0x2][0xed][0x8f][0xd4]**[0x2][0x1e][0x1c][0x9f]2[0xb3][0xcc]v[0xfd][0xb2][0x8b]~[0xdf][0xf4][0xc]*[0xb2][0xda]+8cJ[0xd5][0x9d][0x1e]2[0xa9][0xbf]%[0xd6][0xb2][0xe2][0x86]Q[0xd4]U[0xa1][0xae]tB[0xd6][0x92][0xa5]m[0x15][0xea][0x8b][0x1e]d[0xe1]M[0x1a][0x85][0x8c][0xba][0xef][0xec][0x95][0x97]e'R[0xf][\r][0x8b][0xfa]+@[0xca]^[0xc4][0x1b]v[0xd6]d[0x4]!.[0x86][\r][0xbb][0xc8]zj`[0xdb][S[0x1b][0x2]=[0x1b]][0x9f][0xb5][0xef][0x8a]u.[0xf]{[0xe2][0xfe][0x87]L[0xa1][0x84][0x5][0x91][0x95][0x85][0xc0]b[0x1a]KXV[0xf0]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+(+XUp[0x8f]!=[0xb3]6SZ,o[0x14][0x97]g[0xcb][0xc][0xbd][0xa5]:[0xc2]U[0x83][0x9b]Uu[0xc5][0xb1]u[0xb3]:[0xc9][0x90][0xda][0xd9][0xd8][0xd2][0xc][0xad][0xca][0x1d][0x8d]!W[0xb2][0xec][0xaa]j[0xed]6&[0xea][0xea].[0xaa][0x1a]V[0xb5]J[0xd3][0xd4]%[0xfe][0xb4]D[0xa9]f[0xd3][0x82][0xc4][0x94]n[0xea][0xce]4[0xc3][0xa5][0xe1]cg[0x8f][0xac]1[0xc4]f[0xad]-[0x92][0xce][0x96]tS+[0xef][0xed]lj[0xf6]*[0xdf]44Q[0x8e]U[0xe1][0xc6][0x1a][0xb7]uq[0xed][0xe][0xc6][0x9c][0x9a][0xde]`([0x84]HS[0xfd][0x86]e[0xaa]3[0xf2][0xeb][0xa8]$Cf[0xc][0xf1]-ms[0xaf][0xca]pv[0xd8][0xff][0xa8][0xa2][0x96]DC[0xe6][0xc][0xa7]V[0x1c]^y[0xbc][0xc0]w][0xdb]|[0xc0][0x82][0x96][0x91][0xd5][0x9a]m[0xed][0x8b][0x99]R%[0xe9][0x1c]^[0x92]S[0xe0],[0x86]n[0xbd]1'j[0x99]7[0xc5][0xc0][0x16]Ctx[0xe4]>=[0x9e]nn[d[0xaf]7[0xee]R[0xe2][0xdd][0x8c][0xed]s[0xdb][0x94][0xc3][0xeb][0x94]x[0xc3]q[0xcd][0xb6]-[[0x8a][0xcd][0x8b][0xcc][0xbb][0x91][0xda][0xe6][0xe]7[0xe6][0x9b]w[0xcf][0xe8][0x8d][0xa2]w[0xe9]M[0xe9][0xae]j[0xce]lM7[0xb6]J.[0x9b][0x9b]AL$f[0xbe][0xcb]+5[0xed][0x90][0xed][0xb6][0xcd]w[0xb4]}[0xcb]~[0xac]6[0xa9][0xaa][0x1e][0xe6][0x98]Iw[0x18][0x14]R.[0xcb][0xac]ox$[0xa8][0xa5][0xfa][0x1a][0x9a][0xe3][0xf6][0x0][\r],p[0x93][0xcb][0x2][0xa6][0x8f][0xe9][0x97][0xa3][0xb9][0x93][0xc1]o[0xaf]g[0xd7]/:[0xd2][0xb1]&C[0xd7]T[0xc5]p{[0x97][0xde][0x6][0x9][0xa6]V[0xac]=[0xbb][0xa2][0x15]u[0xf1]&{Z[0x9b]j\[0x14][0x90][0xc1]9Le0[0x80]A[0x5]k[0x19][0xc]c$[0x83][0x1c][0x86]2([0x88]l]dc"[0x1b][0x15][0x99]*[0xb2]q[0x91]},[0xb2]O0[0xa4][0xe0]~[0x6][0xf][0xf0]i[0x6][0xd7][0xf0]v[0x6]g[0xd1][0xaf][0xe0][0xa1][0x18][0xf9][0x8c][0xca][0xee][0xb8][0xbd][0x15]l0[0x9c]>[0xe2][0xb1][0xb8]Y[0xd7]*[0x8e][0xab][0xd0][0xd1][0x9b]c[0xb8]p[0xcc]>[0xa5][0x8d]![0xfa][0xd2][0xde][0x91][0xad][0xd6]l&[0xaf][0x7]e[0xab]1[0x8c]uVq[0x91]W[0x1c][0xcb][0xfe][0x9c]6[0x9]u[0xc9][0xa1]z=[0xec][0xcd][0x7]m[0xe7][0xff][0xdb][0xa5][0x97];l[0x8][0x86][0xdb]/[0xde][0xf4]m[0xee]/>[0x13][0xb3]G[0xab]f[\r][0xde]hP[0x9b][0xf4][0xd0][0xd1]N[[0x1][0x11][0xc][0x8a]WO[0xe7]}Dt[0x12]}[0xf7][0xd1][0xf8]9[0xbc]D[0xf1]e[0xba]*[0xd2]x[0x84][0xbe]S[0xf9]?[0xc0][0xf2][0x85][0xdf][0x10]y&[0xe7][0x9e][0xa7][0xd8][0x8d]([0xc5][0x1c]bx[\r]I[0xbc][0x8e]W[0xe8][0xaa][0xbf]9[0x1b][0xaf][0xe2][0x2] [0xb3][0x8b][0xa4][0xca][0xe8][0x93][0xa3]YM[0xcd][0x87][0xb4]N[0xcc][0x1a][0xcc][0xff][0x8a][0xc8][0x1][0xa2][0xc]?[0xa0][[0xe4][0x5]v[0x80]X[0x14][0xc2]![0xda][0xe2]p[0x19][0xa2][0xbb][0x7][0x90]oq[0x18][0xf4][0x1c][0x6][0xc9][0xb9][0x9f][0x94]/[0xc9]Ul@Z[\r][0xb9]VU[0x1a][0x8a][0x6]Z[0x8d][0x6]Z[0x8d]Cl[0x95][0x1]\[0x95]V[0x17][0x9b]k}V"{[0x83][0xca][0x8a][0xb4][0x9a][0xd2][0xfe]sM'[0xe4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x87][0xa6]?z[0xcc][0x12][0xf2][0xce]5)[0x9f]i[0xce]r[0xe5][0xe9][0x94][0xf]#[0x14]o#[0x94][0xf0][0x97]}[0x9d][0xb4]&[0xa9][0xec][0x1b][0x9d][0x12][0xca][0x87][0x11][0x8a][0xb7][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x9a]![0xab][d5wrB[0x85]0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bq?[0xa1];[0x81][0x84]F[0xc3][0x8])m[0x84][0xba][0xfc]e/[0x90]V[0x99][0xca]^[0xea][0x94][0xd0]h[0x18]![0xa5][0x8d]P[0x80][0xd5]*Y[0xdd]#[0xab][0xf5][0x93][0x13][0x1a][0xb]#[0xa4][0xf8][0x9]=[0x8]$4[0x1e]F([0xd9]F([0xe5]/[0xfb][0x11]iq*[0xbb][0xd2])[0xa1][0xf1]0B[0xc9]6B[0x1]VU[0xb2][0xaa][0x91]U[0xfd][0xe4][0x84][0xd4]0BI?!3[0x90][0xd0][0x95]0B[0xe9]6B[0x19][0xd9][\r][0xd2]r[0xa8][0xec]'[0x9d][0x12][0xba][0x12]F([0xdd]F([0xc0][0xea][0xb][0xb2][0xfa][0x92][0xac][0xbe]:9[0xa1][0xab]a[0x84][0xd2]~B_[0x7][0x12]z[0x93][0xfe][0xfb]7[0x15][0xae][0xbb][0xa7]"_[0xf8][0x13][0xa7]~zn[0xf5]7-[0x1c][0x12]^q[0x9][0xf2][0xed][0x97][0xce][0xf4][0xbf]"[0xb8][0x92]n[0x86][0xe7][0xb5][0xbe][\r][0xa8][0x4]x[0x7][0xef][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xf4]+# d[0xf3][0x85][0xd1][0x9f][0x91]=[0xc0][0xe9]([0xda]~[0x8c]R[0xb2][0x8c][0xef][0x88][0xdf][0xf7]-[0xcc][0xb2][0x9e]T[0x16][0xef][0xd1][0xe3]0[0x99]M[0xc8][0xa2][0xbb][0xe8][0xc8][0x9c]r[0xe5]s[0xf2][0xe][0x90][0xec][0xed][0xf9][0x1d][0xbd][0xbf] [0xfb]L[0x92]8[0xaa][0xef]<[0xc5][0x1b][0xd2]l[0xfa]?PK[0x7][0x8][0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/ops4j/pax/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/pax/logging/internal/Activator.class[0x8d]Wk_[0xd3]V[0x1c]~[0xc2][0xa5][0x89]m[0xf1]RE[0xd6][0xa1]P[0x5][0xb4][0x14][0xa1][0x93][0xe1]t[0xe8]TD[0xd9]t[0xe5][0xe2][0xf0][0xae][0xd3][0x85]6[0x94]@ij[0x13]*nc[0x9b][0xee]~[0xbf][0xdf]/[0xdf]ao\[0xd9][0x8b]}[0x80]}[0xa8][0xfd][0xf6][0x9c][0xa4][0xa4]%[0xb4][0x94][0x17][0xc9]I[0xfe][0xe7]y[0x9e]'[0xe7][0xfc][0x93][0xfc][0xfb][0xdf][0xdf][0xff][0x0]x[0x16][0xf8]1[0x80][0x9]?&1%[0xae].[0xfb][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xfd][0xb8][0x82][0xab]~\[0xc3][0x94][0x82][0xeb][0x1][0xdc][0xc0]M?n[0x9][0x87][[0xb8][0xad][0xe0]N[0x0][0xaf][0xe2][0xae][0x1f][0xf7][0x84][0xe5]5q[0xba][0x7]U[0xc1][0x8c][0x18]iN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0x12])[0x5]Z[0x0][0xb3]"4-,i[0xcc])[0xd0][0x3][0x98][0x17]>[0xb][0xc2][0x92][0xc1][0xa2][0x82]l[0x0][0x6]n*[0xc8])[0xb8][0xaf] [0xaf][0xc0]T`)X[0x12][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]BAT-[0x88][0xdc][0x5]Q[0xad] r[0x17]D[0xba][0x82]H[0xc3][0xd3][0x3][0x14]d,[0xcb]x([0xe3]u[0x9][0xbe]SzV[0xb7]NKh[0x8c][0xf6]^[0x93][0xd0]4j[0xa4]4[0x9];[0x12]zV[0x9b]XZ[0x9c][0xd1][0xf2]W[0xd4][0x99][0xc]-[0xa1][0x84][0x91]T3[0xd7][0xd4][0xbc].[0xee]K[0xc6]&kN7%[0xc4][0x12]F>[0x1d]7r[0xe6][0xd0]|<[0xa7].[0xc7]3F:[0xad]g[0xd3]q=ki[0xf9][0xac][0x9a][0x89][0x8f]$-[0xbd][0xa0]ZF[0xfe][0xa4][0x84]f[0xd3]R[0xf3][0x96][0x84][0x9e][0xa8][0x13]e[0xa6][0xf5][0xf8]l^][0xd4][0x1e][0x18][0xf9][0x85][0xf8][0xb9][0xa5]l*[0xa3][0x8d][0x1a][0x8c]\[0xb6]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D-3[0x95]&[0x9][0x7][0xeb][0x87][0x11]X[0x96]3[0x2][0xf4][0xbc]ZP[0xe3][0x19][0x95]`[0xa6][0xad]<1q.`ff[0x87][0xe6][0x13][0xc4][0xa8][0xe5]m^Lg[0x9b][0xe2][0x8e][0x8d].-Icq[0xd1][0xc8][0x9a]kN[0x11][0xdb]I[0xcd][0xa9][0xc9]9-^[0x9a]sY[0xd2]Id[0xe5]m9k[0xb8]2[0xc0][0x9e])'[0xf][0x12]R[0xc6][0xc8][0xae][0xb9][0xf6]U[0xba]:S[0x15][0xc4]2[0xb6]W9[0xd8]?[0xbf][0x94][0xd1][0xd7]B[0xf7]W[0x86][0x8a][0x9][0xf][0xa6][0xa0]]yp[0xcd][0xfd][0x80][0x7][0x94][0xed][0xe9][0x1][0xe7][0xbf][0xb0][0x9c][0xd4]r[0x96]N[0x82]2[0xde][0xa0][0x90][0xa6]e[0xe4]h[0x9e]6[0x96][0xf2]ImL[0x17]O}[0xbb][0xfb]8[0x7][0x84][0xbc]A<[0x83][0xa3]2[0xde][0xc]b[0x5]'[0x82]x[0xb]o[0xcb]x'[0x88]Gx,[0xe3][0xdd] [0xde][0xc3][0xfb]2>[0x90][0xd0]~![0xcb]E[0xc3][0x92][0x91][0xe9][0xc4][0xd8][0xd0][0xa5][0xc8][0xc8][0xd4][0xc5][0x88][0xb9][0x94][0xcb][0x19]yk@[0xc6][0x87]A|[0x84][0x8f]e|[0x12][0xc4][0xa7][0xf8]LB[0xbf][0xeb]}I][0xe0]zQ#[0xa3][0x8e][0xec][0x91][0x84][0x3][0xdc][0x13][0xff][0xb9][0x88][0xff]B[0xc6][0x97]2[0xbe][0x12]5[0xbf][0xae],[0xc8][0x90][\r][0x5][0xbf][0x11]^[0xdf]J[0xe8]r[0xbd]Fl[0xed]#[0x8e][0x14][0x1e][0xef][0xef]d|/[0x90][0xfd]@[0x15][0xcb][0xc8][0xae]&.Vw[0xff]Q[0xc6]O2~[0x16]%~[0x91][0xd0][0xe1][0x1]R[0x18][0xf4][0xb8][0xff]*a[0xdf]y[0xdd][0xac])[0x8f][0x84][0x81][0xf2][0xf4]V[0xf4]X[0x97]o#{[0x9][0xdd][0xe5][0xe9][0xda][0xb4][0xb9][0xd7]*[0xca][0xd6] +[0xa1][0xd3][[0xca][0xc3]/[0x88][0xdf][0xc4][0xfa][0xf8]]Bt[0xab]mB[0xc2][0xce][0xf2][0xc6][0x9d][0x9c][0x99][0xd7][0x92]b[0xe3][0xd7][0xdc][0xf7][0x15]q[0xbb][0xcb]q[0xee]J[0xa6]|[0xd5][0xb];[0xbb]~[0xba][0xdc][0xe][0xc6][0xd4]$[0xb3]bt@[0xba][0xdb][0xa9]k[0xb3]w[0xd1][0xb8][0x9a]UmF[0xeb][0x16][0x90][0xb3][0xd1][0xbc][0x8f][0xa7][0xda][[0xac][0xb3][0x8e][0xb][0xb7]fJ7s[0x86][0xc9][0xad]ylK[0xe8][0xaf][0xcc][0xe5]55UB?[0xae][0xe6]p[0x0][0xfd][0xfc][0xfc][0x93][0x10][0xe7]Wa#G[0xbe][0x3]y[0x1e][0xe4]][0x9c][0xa3][0xc4][0xb1]9[0xf6][0x17][0xa4]?y[0xd1][0xc0][0xcf]F[0xc0]g[0x1b][0xdb]0[0xc4]s[0xd0]q[0xc0]1<[0xc7]Q[0xc2]q[0x9c][0xa0][0x17][0x83][0xa5])[0x8e][0xdb]h{[0xdc]WDC[0xec][0x9][0x1a][0x9f][0xa0]i[0xfc]H[0x11][0xcd][0x13]4[0xf8][0xfa]C[0xf2]*[0x94][0x6][0xf0]z[0x1b][0x8d][0xfe][0xe1][0xa6]pS([0xb0][0x8a][0xa0]mj[0xe1][0xb1][0x9d][0xe6][0x1d][0xc3][0xcd][0xe1][0xe6][0xd0][0xce]'[0xd8]EC[0x88][0x86][0xdd][0xc3][0xbe][0xb0]/[0xb4]g[0x15][0xad][0xb6][0xdf]^[0x9a][0xda][0x86][0xe5][0xb0][0x1c]zj[0x15]a[0xdb][0xf4][0xb4](UD[0xfb][0xb0][0x12]VB[0xfb]V[0xb1][0xbf][0x1]e[0xe4][0xb7][0xb0][0x97][0xe7][0xe]4[0xa1][0x93][0xc8]#[0xd8]E[0xf2][0xad]8[0x88][0xfd][0xe8][0xe2]U7[0xe][0xa3][0x87][0xf4][0xf][0x91][0xd9]a[0xf2][0x88][0xe2]4zq[0x1]1\D[0x1f]?J[0x8f][0xf0]sx[0x0]w([0xcb][0xc][0xbd][0x16][0xc8][0xd2]`[0xd6]ez?"[0xa1][0xc6][0x1d][0x87]qI[\r]q[0xf5]<[0x86][0xa9]J[0x10][0x5][0x9c][0xc4])[0xa2][0xd8][0x85][0xfb]x[0x81]y[0x1b]Y[0xe1]6[0xce][0xe0],[0xb1][0x9c][0xc6]y[0x8c][0xe0][0x1c]U[0x9c]d[0xbe]Q[0xde][0xf9]X![0xc2][0xca]c[0xe0][0xf7]-[0xfc]x[0x11]/A![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][[0xc2]%[0x1e]/[0xbb]:O[0x96]t^Y[0xa7]q[0xa8][0xc3][0xd6][0xd7][0xd5][0xb6][0xd3][0xd6][0xd6][0xd5]4BM]=[0xf][0xd8]z[0xba]Z[0x1e][0xb4][0xb5][0xac][0xd4][0xb1][0xcb][0xd6][0xb1][0x88][0xee]"z[0x8a]8T[0xc4][0xe1]"[0xa2]E[0xf4][0x16][0x11]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x8f][0x94]%[0xbe][0xcb][0x85][0x1][0x92]VH[0xb7][0x85]T[I[0xb2][0x9d]4[0xbb]I0FrGI[0xeb]8[0x89][0x9d]%[0xa5]1R[0x9a]$[0x95][0x1b]H@[0xc5][0x4]R[0xbc][0xe3][0x1f][0x3][0x14].c[0x91]#9L[0xc3][0xe4][0xf]I[0x1]W[0xf1][0x90]?[0x4]o[0xe2]z[0x85][0xcc]+[0xae][0xcc]+%[0x99][0xf9][0xf3]P[0x92][0xb9][0x85][0xb1][0x8e][0xcc][0xed][0x94][0xd2][0x91]9[0xc6]l[0x8e][0xcc][0xa2][0xbe]#[0xf3][0x18][0xaf][0x1d][0x99]o[0xf0][0xd1]o[0x94]9a[0xf3][0x1a][0xff][0x1f]PK[0x7][0x8][0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.class[0xc5]U[S[0xd3]@[0x14][0xfe][0xb6]M[0x1a][0x1b][0x82][0xdc][0x5][0xbc][0xa2][0xa2]B[0xb9]D[0xe4][0xaa] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0x8a][0x82]:[0x3][0x83][0x8f]L[0xa8]![0x4][0xd3][0xa4][0xa6][0xa9][0xe2][0x9b][0xbf][0xc6]g[0x9d][0xb1]:[0xe3][0x83][0x8f]>[0xf8]#[0xfc][0x3][0xde]u[0xc6][0x17]g[0xd4][0xb3][0xdb][0x0]m[0xc9]8[0xc2][0x8b]3[0xed][0xee][0xd9]=[0xe7];[0x97][0xef][0x9c]m[0xdf][0xfe]z[0xf5][0x1a]@?n[0xa8]H[0xe2]|[0x12][0xfb]p[0x81]/[0xa3]|[0x19][0xe3][0xcb]E[0xbe][0x8c][0xab][0xb8][0x84][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x15]L1$2[0xcb][0xab][0xf7][0xd3].C[0xfd][0xdc][0xba][0xf1][0xc0][0xd0][0x1d][0xc3][0xb5][0xf4][0x85][0xc0][0xb7]]kTh[0x83]GYS[0xc1][0x15][0x6]e[0xce][0xb3][0x16][0xe9][0xc0][0xa0][0xcd][0xba][0xae][0xe9]O9F.g[0xe6][0x18][0x6][0xe7]<[0xdf][0xd2][0xbd]ln`][0xcf][0x1a][0x1b][0xba][0xe3]Y[0x16][0xc1]u[0xdb][\r]L[0xdf]5[0x1c]}2[0xbf][0xba]jr[0x8f][0xe4][0xa1]=[0xf4]B[0xce][0x93][0x99][0xe5][0x8c][0x99][0xcb][0x19][0x16][0xb9][0xac][0xca],[0x9b][0x1b]i3[0x1b][0xd8][0x1e][0xe5][0xd2]T[0x92][0xcb][0xe2][0x9a][0xef]=4V[0x9c][0x10][0x91][0xf6][0xc8][0xeb]F[0xc0]PS[0xb4][0xc9][0x7][0xb6][0xa3][0xcf][0x1b]Y[0xae]][0xb0]-[0xd7][0x8][0xf2][0xbe][0xc9]s*[0xd3][0x8e][0xed],[0xae][0xe4][0xe6][0xd6][0xca][0xba][0x99][0xe]F[0xc7]y[0xc1]c[0xb6]k[0x7][0xe3][0xc][0x8f];" {[0xa9][0xf3][0xaf][0x91][0xb7][0x8b][0xab][0xa8][0xa6]s[0x89]A[0x9a][0xf2][0xee][0x9a][0xbc]P[0xdb]5o[0xe6]3+[0xa6][0xbf][0xc8]My[0xab][0xbc][0xb4][0xe1],[0x19][0xbe][0xcd][0xcf][0xe1][0xa5][0x14][0xac][0xd9][0xd4][0xc][0x95][0xe2][0xde]6[0xd2][0xf7][0x4][0xab]#[0xbb][0xcd]8D[0x12][0x11]Rq*[0xa4]@t\[0xd9]jT[0xb2][0xa4]M[0xca]V3[0xe][0x94]gD[0x98]0[0xab][0xea][0x85][0x80]\RE[0xe2],[0x86]n[0x9a][0xa6]I[0xc1][0x8c][0x82][0xab][0xc]O[0xfe]+[0xcb][0xff]8[0x15][0xbc][0x17][0x8a]e[0x6]3[0x82][0x91][0xc6][0x8e][0xce][0xa8][0x97][0xa2][0x92][0xc1][0xfc]&I[0x1a][0x1d][0xa6][0xb7]yj.[0x83][0x94][0xe]4w[|S[0xc3]d[0xb3][0xb7]g[0xc4]#Om6[0xa2]n3T[0xc9][0xbb][0x18][0xae][0xbc][0xfb][0xe7][0xd7][0xa0].xy?m[0xce][0xd8][0xbc][0x95]u[0xa5][0xf1]{[0xb9][0xbd][0x86][0x16]\[0xd3][0xa0][0xa2]J[0x83][0x86]Z[\r]u\[0xaa]G[0x83][0x86]F4Q[0x8f]5[0xcc][0xa2]O[0xc1]u[0x86][0xa1][0xbd][\r]"Cmeb[0xc][0xfd]{[0xe0][0xa9][0xcc]Q[0xb1]f[0x86][0x86][0x88][0xa6][0xd0][0xc8][0x96]q[0xc5][0x10][0xef][0xe0][0x3]P[0xbb]j;[0xce][0xac]+[0xc6]y[0xd1]7[0xd2]d[0xd8][0xb5][0x8b]<[0xd0]F[0xbf][0xbc]I[0xfa]u[0x96][0x89][0x1f]"[0x8c][0xa4]z[0xce][0x99][0xd8][0xeb][0xc2]31'v"[0xf][0xf4][0xa6]H[0x8e][0xa1][0x19][0x9][0x92][[0xd0]J[0xf2]A[0xba]yG{[0x82]v=[0xf5][0x12],[0xd5]U@,[0xd5]]@<[0xd5]S[0x80][0x94]j[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]S[0xad]r[0x1][0x89][0xd4]s[0xc8]oP[0xc5][0xb7][0x17]P[0xee]<#[0x88][0x84]C[0xb4][0x9e][0x16]i[0xbc][0xa7][0xd3][0x7][0x92]>b?>Q[0xd8][0xcf][0x14][0xe0][0xb][0x8e][0xe1]+[0xe9][0xbf][0xa1][0x17][0xdf]q[0x98][0xac][0xc6][0x8b][0xa1]p[0x84]4[0x10]R[0x1b][0xa5][0xca][0x84]t[0x9c][0x92][0x8f][0x9][0xe9][0x4][0xdd][0xc5][0x85]t[0x92][0xe]`A[0xa9]^[0xdf][0xad][0xf7][0x13]AL[0x94][0xb][0x8d]B[0xb5][0x9f][0x8]1[0x8]9[0x16]o[0xa9][0xc]"U[0xb3][0xd3]x[0x8c]Q[0xbc]b[0x18][0xaa]U[0xd4][0xb9]m[0xab]6[0x83][0x95][0xaa]iu[0x14][0xf3][0xd8]^>T[0x8e][0xf9][0x89][0xa2][0x9b][0x9d][0x8e]ft[0x14][0xcd]pT[0xcb][0xe0][0xba][0xb2][0xd5]m[0xb7]U[0xb]S[0xa8]0[0xeb][0xaa]l[0xa0][0xf0][0x81][0xda][0xec]v[0x18][0x4]5[0xa3]m[0xa2]{[0xc7]-[0x3][0xb3][0xaa]e[0x99][0x16][0xfa]6w[0xb8][0xce] |[0xb4][0xef][0x88]S[0xc3]y[0xcd][0xd0][0x9c]M$&+[0xa9]=tE[0xf3][0x0][0xd3][0xc3]U[0xcd]Pk[0xdd][0xa3][0xa6]j5xS[0xc7][0xcc]X[0xd5]lq}[0x8f][[0x1a]a7[0x19]t[0xde]h69[0xa1][0x15][0xe9][0xa8]N[0xaf][0x97]@2[0x85][0xb3][0x94]y[0xab][0xa5][0xda][0xf6]l&[0x93]a[0xb0][0x96][0xbc]TC[0xa4]#[0x9d]d[0xfe][0x88]-[0x92]X.[0x99][0xba][0xe4]x[0xfa]2K[0x19][0x8f]f[0xd6][0xb][0x96][0xbd]`[0xc5][0xb]V[0x9]D[0xf3]-[0xdd][0x1d][0x19]v[0x89][0x13][0x93]_[0x98]][0xab][0xa5][0x96]5[0x1a][0xc8][0xa8][0xf7][0xd8][0x85]C[0xfe][0x96][0xc7]a[0x6][0xee][0xc4]a[0x9a]L[0x82][0xcc][0x14][0x99][0xbb]d&[0xc9][0xcc][0xc3][0xc3]8[0xdc][0x83][0xf5]8[0xcc][0xc2]P[0x4][0xb0][0xdd][0xec]%:#[0x89][0xfb][0xc]F[0xe8]DE[0xe7]H[0xdf]m[0x1e][0xaa]-[0x87][0xc1][0xdc][0xa8][0xe1][0xb3][0xd1]5[0x1][0x18][0x84][0x9][0xfc][\r][0xe1][0xab]?L/8[0x8c] [0x1e][0xf5][0xe0]1[0xc4]W<[0xf8]*[0xe2]k[0x1e]<[0x8e][0xf8][0xba][0x7][0xdf]@|[0xd3][0x83]'[0xf0][0x1c][0xec][0x1e]c[0x99]F![0xfc][0x94][0xeb][0x13][0xae][0x9f]v[0xfd][0x8c][0xf0]c4[0x1e][0x81]%j[0x15][0x95][0x1e] *#[0x92]([0x9b]>[0x83]hz[0xf2]+[0xc4]N[0x85]~[0x12][0xed][0x10][0xd0]U[[0x85] [0xe4] [0x6]k[0x90]B4[0xde]cCZhR4'[0x9e]J[0xa2]5[0xb8][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zF[0x97]4[0xfd][0x5]b[0x1f][0xce][0xe5][0xc2]"[0x99][0x17]2[0xf1][0x1e][0xa1]'3[0x12][0x85][0x5]Qt[0xb1][0xf8][0xc]"[0x17]O_([0xce][0xb8][0xc5][0x8b][0xb0][0xe4][0x16][0xdf][0x12][0xff][0xe0][0xf7][0xe2][0x13][0x84]?[0x8a][0xf][0x8f][0xa7][0x16][0x99]Y?f[0xc8][0x8f][0xb9][0xec][0xc7][0xc][0xfa]1W[0xfc][0x98][0x1]?[0xe6][0xaa][0x1f]S[0xf2]c[0xe6][0xfc][0x98][0xec][0x1f]&Dq+[0xeb].[0xd3][0x14][0xdb][0x2](~[0x7][0xf9]u[0xe0][0xc][0x6]>C[0x98][0xc2][0xa0][0x8]C[0x14][0x86]D[0x18][0xa4]0,[0xc2][0x0][0x85][0x11][0x11]J[0x14]FE[0xc8]N[0xcf][0xf][0x9a][0xc0][0xa3][0x0]W;[0x80][0xcb][0x1d][0xc7]-%p?[0xf3]8[0xf8][0x1c][0xe]][0x82]Gb=[0x1b]p[[0xbc][0x8]x[0x91][0xa1][0x84][0xf],[0xff][0x6]PK[0x7][0x8][0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog.class[0xa5]X[0xff]w[0x14]W[0x15][0xff][0xcc]~[0xc9]$[0x9b][0x9][0x81][0xb4]@[0xd3]J[0xb]$[0xc0]fC[0xba]i[0x9]P[0x93]H[0xa5][0x14]l[0xda][0x10]([0x89]P[0xb0]-[0x9d][0xec][0xce]n[0x6]6[0xbb][0xcb][0xec],[0x4][0x95][0xb6][0xd6]*j[[0xd4][0xb6][0xda][0x82][0x16][0xaa][0x96][0xa2][0x80]J[0xb4][0x4]RZ[0x8e][0xdf][0xce]Q[0xfb]CU[0x8e][0xe7]x[0xfc][0xc5][0xbf][0xc4]#~[0xee][0xcc]f[0xb3]Yv[0x93]e[0x93]sr[0xe7][0xdd][0xf7][0xde][0xbd][0xf7][0xf3][0xee][0xb7][0xf7][0x92]O[0xfe][0xf7][0xe1]u[0x0][0xeb]p]E:[0x80]v[0x1c]Ra[0x5][0xe0][0xc5][0xa1]:[0x84][0x90][0x91][0x19];[0x80],[0xe][0xb]{D[0xc5]X[0x0]u[0xee][0xda][0xd1]z|[0x19]_[0xa9][0xc7]WqL[0xc8][0xf3]*^[0x8][0xa0][0x11]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9a][0x90][0x97][0x2][0xdc][0xf5]u[0x19][0xbd],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]![0xa3]o[0x6][0xa0][0xe0]x=[0x82][0xf8][0x96][0x90]o[0xb][0xf9][0x8e][0x90]W[0x84][0xbc]*[0xe4]5[0xd9]|B[0xf6]}WF/[0x8b][0xd8][0xf7][0xc4][0xd6][0xf7]e[0xee]u!o[0x8]yS[0xc8][0xf][0x84][0xfc]P[0xc5][[0xb5]x[[0xc5]I[0x15][0xa7][0x14][0x4][0xfa]S[0xf1][0x9d]z[0xe4][0xa0][0x1e]7[0x14]h}[0xc9][0xa4]amI[0xe8][0x99][0x8c][0x91]Q[0xa0]rm[0xe8]h[0x9a][0xb][0xea][0xe8][0xfe]CY#[0xcb][0xd1][0xc2][0xfe][0x3][0xfa]a=[0x9c][0xb5][0xcd]D[0xb8][0xdf][0xcc][0xd8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x6][0xcd]xR[0xb7][0xb3][0x16][0x97][0x1f]/Z[0xee][0xed]OY[0xf1]p*[0x9d][0xe9]:[0x10]N[0xeb]c[0xe1]D*[0x1e]7[0x93][0xf1][0xb0][0x99][0xb4][\r]+[0xa9]'[0xc2][0x8f]dc1[0xc3][0xe2][0x14]m[0xb5]Nc[0xe9][0xd9]D[0xc5]5[0xa3][0xfb]c[0x87]"I[0x5]M[0xae][0xd6][0x84]N[0xc9]A[v[0x8b][0xd9][0xd1][0xfd][0x91][0x14][0xd5][0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x96]1[0xb3]S[0x1f][0xdb][0xe2][0xee][0x11]u[0xbd]f[0xd2][0xb4]7)[0xe8][0xc][0xba][0xdb]3q" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c][0xb3][0xf4]Q[0xe3]H[0xca]:H$[0xc9]h[0xc2][0xe8][0xb9][0xd5]T[0xdb]n[0x5][0xbe]-[0xa9]([0x8f][0xd7][0xd8]o&[0x8d][0x81][0xec][0xe8][0xb0]a[\r][0xe9][0xc3][0x9]C[0xa0][0xa5]"zb[0xb7]n[0x99][0xc2][0xe7]&}[0xf6][0x88]I[0xff]u[0xdc][0xce][0xe1][0x5][0xe0][0xb0][0x3]A[0xc1]=[0xb3][0xe0]c[0x94]"[0xba]m[0xc4]S[0xd6][0xd1][0x1].)[0xf0][0xc7][0x12][0xd9][0xcc][0x88][0x82][0xd6]`y'P[0xdc][0xb0][0xdc][0x93][0xb8].[0xad][0xb3]G[0xac][0xd4][0x11][0x17][0xee][0xe2][0x82]3[0xf]MM[0xf7]H[0xd4][0x8d]L[0xc6]I[0xc]51[0x95][0x9][0xeb]o7[0xa0]"&[0xa0]s[0x1a]6g[0xfa][0x92][0xc][0x98][0xd2]G$i[0xc6]Z[0xc1]C[0xd5][0xa6][0x88][0x82][0xfa][0xa8][0x91][0xb1]M[0xe6][0x9e][0x99][0xe2][0x91]V[0xcc]y~[0x5][\r][0x83]6[0xa5][0xb7][0xeb]i'R*~[0xe4][0xd4][0xc1][,G[0x15]?V[0xf1][0xe][0xeb]Z[0xc1][0x2]33d[0xe9][0x11]ckR6E[0x15]x[0x83]m[0xfb][0x9c][0xe9]G[0x8d][0xe1]l[0x97]}[\r][0xeb][0xb1]A[0xc3][0x19][0xbc][0xab][0xe2]'[0x1a][0xe][0xe0][0xa0][0xc6]V[0xdf][0xa5][0xe0][0x8e][0xe9][0x9e][0xb6][0xd9][0xb2][0xf4][0xa3][0xd2][0xd8]4[0x84][0xd1][0xa9][0xe2][0xa7][0x1a]~[0x86][0xf7][0x98]G[0x1a][0xce][0xe2])[\r][0xef][0xe3][0x9c][0x82][\r][0xd5]%[0xb4][0x86][0x9f][0x8b][0xc9]_[0xe0][0xbc][0x86][0xb]2J`T[0xc3]E[0xfc]R[0xc3][0xaf][0xf0]k[\r][0x97]0[0xae][0xe1]7[0xf8][0xad][0x86]a[0xc4]5<+$"$*[0xc4][0x10][0x12][0x13][0xf2][0x1]Nk[0xb8],[0x9b]7bB[0xc3][0x15]\[0xd5]0)[0xec][0x87]B[0xae][0x9][0xf9]H[0xc8][0xc7][0x18]Wp[0xdf][0x1c]5[0xa3][0x80]wF[0xfb]m[0x1c][0x88]W[0xc4]t>[0xec][0x18]>`D[0x18][0xfe][0xa6]i[0xf][0xf6]QF[0xb7]%?[0x17][0x16][0xe7][0xcd][0x94][0xa7]g[0xa6][0xa5][0x93]s[0xcc][0xc3]Z[0xa6][0x94]s5q[0xdb][0x8c][0xa4]s&[0x99]<[0x8d]ES[0xac][0xb7][0x99][0x97][0x11]u[0x98]y[0xeb]K[0xa6]t[0xcc]@%]oD[0xcf][0xc]8I[0xeb]K:[0x9f][0x99])[0xee][0x1e][0xa9][0xc7][0xad][0x81]mN/[0xd5]8[0xda]:[0x16]1[0xd2]n[0x1f]Z:caC[\r]p[0xe3][0xf6][0xa9][0x9e]*L[0xbe]>[0x16][0xcd]@[0xc3][0xfe]$[0xd7]A:koN[0xb0][0xe6][0x9a][0x82]Ek[0xe2][0xe]1[0xef][0xb6][0xe4][0x8d]ekk[0xae][0xa6][0x1c][0xd0]#[0x11][0xc2]i[0xed][0xec][0xec]d[0x1f].w[0xcc][0xae]E[0xda][0x81]?[0x92]0tkZ[0xdf][0x3][0xa2][0xef][0xc5]Rm[0xa7][0x1a][0xb][0xb7][0xd5][0xbd]f[0xf8][0xc8][0xab]G[0xd9]d[0x17][0x7]o[\r][0x9f][0xf4][0xf3])[0xb4][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda])f]![0xd3]U[0xc8][0xac]/d6tvb[0x5]_l[0xed][0xac][0x8e] [0x1f]^M[0xd2][0xe]8~[0x80][0xcf]C[0xf][0x1e]$[0xcf][0xce][0xe1][0x8c][0xd9]S[0xf8]][0xca][0xb5][0x8d]x[0x88][0xf4][0xb3][0xe4]lJx[0xf9]][0x1d][0xba][0x2]O[0xe8][0x1a][0xbc]{[0xaf][0xc0]w[0x19][0xfe]Ph[0x2]5[0x13]P/[0xa3][0x96][0xb3]u[0x9c][\r]\F[0xfd][0xb8][0xa3][0xa7][0x9b]t[0x9][0xfc][0xa4][[0xe1][0xc3]#|[0xe7]m[0xc3][0xdd][0xf8][0x2]V[0xe1]1[0xf4]pv[0xb9][0xab][0x11][0xbd][0xf8][0x1c][0xe0][0x8c]6[0xe1]a[0xda][0x93][0xd1][0xe7][0x89][0xc5][0xc3][0xd1]f[0xca]9[0x8][0x94]QG[0x1d]gn[0x84]>@[0xfd]$4[0x5][0xdb][0xd7]N[0xa2]A[0xc1]I[0xfc][0x9e][0x83][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87][0xc6][0x81][0x8e][0x9],[0xec][0xf6][0x91].[0xea][0xf6][0x93]6u[0xd7][0x10][0xe0][0x1d][0x1c][0xdd]9[0x81][0xc5][0xfc],[0xe9]V[0x9b][0xd5][0xab]X[0xba][0xa1]vq[0xed]y[0xc7][0xea][0xf3]p[0x4][0xa7][0x9c]{[0x8d][0x83][0x17][0x18][0xe2]o[0x84][0xbf]V{sM[0xb3][0xbf][0xd9]7[0x89][0xbb]|8[0x87]'[0xf2]l[0xb3][0xb0][0xbd]y[0xf6]na;[0xf2][0xec]=[0xc2][0xde][0x9b]g?#lc[0x9e]][0xe6][0x83][0xe0][0x9a][0xc0][0xbd][0xe7]n[0xf6][0x8a][0xb7][0xbc][0x8e][0xb7][0xf6][0xd1]_@?[0x96]a;Z0[0x80]6[0xec]`[0x94]vr[0xed]Izd[0x17]}7[0x88]4v[0xf3]9[0xbe][0x7]/`/^[0xa1][0xc4][0x9]<[0x8d]Sx[0x6][0xef]`?[0x1b][0xf1]s[0xec][0xbe][0xc3][0xb8]J[0xe4][0xd7][0xd8]_[0xff][0x8c][0x11]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xff][0xe0][0xd5] [0x1e][0xdf][0x85]Z[0xea][0xbd][0x80]-[0xf4][0xae][0x8f][0xda][0xcf][0xe2]Q[0x9e][0xd5]O[0x1b]g[0x18][0x9b].[0xd4][0xd0][0xca][0x9]Zy[0xc]*[0xe9]q[0xf4][0xe1]qJ,[0xc3]8[0x9e] *[0x89][0xd6][0x8d]|[0xb4]n[0x10][0xe3][0x0]c[0xb3][0x83][0xe3][0x1e][0xd4][0xfd][0x17][0x1][0x15];o[0xd2]h[0x9d][0x8a]'U[0xec]"[0xa7]bP[0xc5][0x90][0x8a]/:[0x94][0xd9][0x8d][0x5][0xf2]S[0x93][0x81][0xf4][0xb8][0xbb] [0xcd]z[0xf][0x9e][0xca][0xa5][0xd9]Z~%[0x1]<[0xbe][0x8b][0xf9][0x14][0xaa]qf[0x92][0xce][0x1]4w5[0x7]B[0xa1][0xb][0xe6][0x96][0xcc][0x94][0x94][0xdc]W[0x81][0xe4]XI[0xc9]/U y[0xac][0xa4][0xe4][0xd3][0x15]H[0xbe]TR[0xf2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x8f][0x97][0x94]|[0x96]i1U[0xc2]*[0x83][0xe][0xb4]^C[0xe3]^[0x16]Q[0xed]U[0xdc][0xd7][0xbe][0xd6]M[0xc3][0xe5]W[0xb0]b@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab]c[0x12]+=[0xd8]3][0xc0][0xb][0x9c][0xb0][0xbf][0x8a][0xbb][0xf0][0x1a]S[0xe7][0x84]c#[0xe4][0xea][0xc9][0xa7]B[0xab][0x93]<[0x8a]3z[0x8e][0x9][0xe5][0xe1]n[\r][0xba][0x93]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]q[0x16][0x4]-[0x95]"x[0x9d]:[0xdf] [0x82]7[0xab]@[0x10][0x99][\r]Ak[0xa5][0x8][0xde][0xa6][0xce][0x93]Dp[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xd1][0xd9][0x10][0xac][0xaa][0x14][0xc1]i[0xea]BC[0xc4].[0xff]V[0xc][0xe1]~[0x4][0xfe][0xf]PK[0x7][0x8][0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.class[0xa5]R[0xcd]N[0x2]1[0x18][0x9c][0x2][0xb2][0x88][0xab][0x8][0xe2][0xdf][0xcd][0x83][0x7][0x90][0xc4][0x1e][0xf4][0xe6]_"[0xd1]h[0xb2]z[0xc1]p[0xd0]S[0x81]f-[0xa9]][0xd2][0xdd]5[0xf8]Vz2[0xf1][0xe0][0x3][0xf8]P[0xc6][0xaf][0xab][0x89][0x6][0xb9][0x18][0x9b][0xf4]k;[0xdf][0xcc]d[0x9a][0xf6][0xed][0xfd][0xe5][0x15][0xc0][0xe][0xd6][0xca]([0xa0][0xe6][0xca][0x92][0x87]e[0xf]+[0xc][0xc5]}eTr[0xc8][0x90]o4[0xbb][0xc][0x85]v4[0x90][0xc][0x95]@[0x19]y[0x99][0xde][0xf5][0xa4][0xbd][0x12]=MH-[0x88][0xfa]Bw[0x85]U[0xee][0xfc][0x5][0x16][0x92][[0x15]3T;[0xb2][0x9f]Z[0x95]<\[0x8]#BiO[0xc6][0xc][0xfe][0xb9]1[0xd2][0xb6][0xb5][0x88]cI[0x94][0xa3] [0xb2]![0x8f]F[0xf1][0xee][0x90][0x8f][0xc4][0x98][0xeb]([0xc][0x95][0x9][0xb9]2[0x89][0xb4]Fh~[0x9c][0x9a][0x81][0x96]gR[0x8f][0xa4][0xdd][0xfc][0xe5][0xb7]G[0x91]B[0x99]dv[0xed][0x88]4[0xe3][0x84][0xa1][0xde]h[0xde][0x4]Cq/[0xb8][0x16]d[0x95]5[0x89]X[0xee]D[0xa9][0xed][0xcb]S[0xe5][0x12]V[0xfa]n;[0xb2][0x8f][0x19][0x14]},[0xa0][0xe2]a[0x95][0xe1][0xe0]_[0xb9][0x18][0xd6][0xbf][0x3]Lt[0x19]Z[0xf0][0xc6][0x6][0xf2][0xf4].n[0xe4]hRF0x[0xb4][0xe3][0xb4]2[0x87]l=[0x83]=e[0xed][0x12][0xd5]b[0x6]v1K[0xd5][0xff]$[0xa0][0x8c]yZ[0x99][0xbb][0xdb][0x14]q[0xee]qB|=E[0x9c][0xc3]bV[0xab][0x84][0x83]0[0xfa][0x17][0xa8]c[0xe][0xa5][0xf]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper.class[0xa5]U]O[0xdb]V[0x18]~[0xe]qpb[0xdc][0x2][0x81]}[0x84].%[0xac][0xb4]M[0x8][0x8d][0xcb][0xc7]6J[0x80]2R`[0x88][0xa4]U[0x95][0xad]R[0xb5]+c[0xe][0xc1][0xd4][0xd8][0x91][0xe3]l[0xec]~[0xda][0xf][0x99]4qK[[0xa9][0x9d]6[0xad][0xb7][0x95]v[0xbf][0xff]2MS[0xdb][0xc7]N[0xf8][0xd8](HU/|[0x8e][0xcf][0xfb]>[0xef]s[0x9e][0xf7]#[0xce][0x9f][0xaf]~{[0x1]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x1a]z1[0x91][0xc4]EL[0x86][0xcb][0x94][0x6][0x15][0xd3][0x1a][0x92][0xf8]L[0xc5][0xe7]*[0xbe][0x8][0xcf][0x13]*f[0x12][0xb8][0xa5]bVC[0xf]J*[0xe6]T[0xcc][0xab]X[0x10][0xe8][0xaf]I[0xab][0xe5][0xdb][0xc1][0xf]U[0xd3]5[0xeb][0xd2]_[0xde][0x13][0xd0][0xd7]\W[0xfa]e[0xc7]l6eS[0xa0][0xb7][0xf9]_[0x88][0xc0][0xed][0x8a][0xe7][0xd7][\r][0xaf][0xd1][0x9c][0xde]1[0x1a][0xe6][0x9e][0xe1]x[0xf5][0xba][0xed][0xd6][\r][0xdb][\r][0xa4][0xef][0x9a][0x8e][0xb1][0xd4]r7[0x1d][0xf9][0x95]t[0x1a][0xd2][0x1f]=uC[0x89][0x9c]u[0x19][0xb4]AU[0x19]l{[0x9b][0x2]C[0x95][0x1d][0xf3];[0xd3]pL[0xf2][0xf8]r[0xcb][0x91]V`[0xb4]}[0x84]w[0xcf][0xd9][0xae][0x1d]Pn,[0x97] [0xa0][0x94][0xbd]MI[0x92][0x8a][0xed][0xca][0xbb][0xad][0xdd][\r][0xe9]mn8[0xb4][0xa4]*[0x9e]e:[0xf]L[0xdf][0xe][0xcf][0x1d][0xa3][0x12]l[0xdb]L[0xe3][0xc6][0xbb][0x88][0xee]H,[0x9b][0x8e]#[0xfd][0xb6]C`&[0xd7][0xa6]h[0xd6]mc[0xcb]7w[0xe5][0xf7][0x9e][0xff][0xa8][0x13]V[0xca][0x9f][0xe3]c[0x2][0x1b][0x1d][0x8e]K[0xe7][0xc2][0x84][0xcd]gM a[0x85][0xc5]/[0x7]lF[0xea][0xdb][0x13][0x85][0x89]zB\[0x92][0x15]=TuaSn[0x99]-'8:[0xd7][0x2][0xd3]zT5[0x1b]Q[0xfa]*FU[0xdc][0xe6]$[0x90]t[0xce]r[0xe][0xcb][0xb8][0x1b]l[0xab]X[0xe4][0x1c][0x8]h5[0xaf][0xe5][r[0xc5][0xe][0x83][0xfb]O[0x16][0xa1][0x18]^[0xac][0xe3]C|[0xa4]c[0x10][0x1f][0xe8]Ha@[0xc7][0x97]X[0xd2]q[0xb]e[0x81][0x81]ca[0xcb]{[0x96]l[0x4][0xb6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xbf][0xd7]l[0x8]d[0xdf]R[0xa0][0x95][0xc3][0xb7]o[0x2][0xdb]a[0xfa]G[0xd3][0xc3]6[0xfd][0xaf]::[0xee]`Y`[0xf8][0xd8]|[0xd7][0xab][0xb5][0xac][0xed][0xf6],[0x9d][0xd0]Yx[0x7][0x9d][0x2]}[0xc7]|[0xf7]6v8[0x9c][0x2][0xe9]3;)[0xf0][0xf1]Y[0xc3][0xdc][0x99][0xab][0xa8][0xbd][0x1e][0xaf][0xda]#[0xd1]`.[0xff][0xb6]&[0x17]s[0xa7][0x8c][0xe7][0xf]YX[0x96][0xc3][[0x16]O[0x6][0xd7][0x2][0x9f][0xa9][0x95]N_[0x92]?[0xfb]G[0x87][0x9]~Lz[0xf9][0x85][0xe9][0xc2]P[0xd8]x[0xbe][\r][0x85]S[0xc0]=F[0x1b][0x87][0x2]L3[0xfa][0x2]qf[0xb9][0xc7][0xc7][0x9e]C<[0x8e][0x2][0xd2]\5[0xee][0xc0]'P[0x90]a [0xa0][0xb7]A[0xb8]D[0x1b][0xf8]u[0xca][0xe0]r[0x9b]@[0xa4][0x88][0x8c][0xd3][0xb6][0xfa][0x4]]/Is[0xf0][0x4][0xb1]gP*[0xa2][0x1a]_[0xc8][0x14]^[0xfc][0x8c]B!3[0xf9]+[0xe2][0xb3]JZ[0x89][0xfc][0xe3]/[0x91]L+[0xd5]}[0xe8]ie[0xfc][0x17]t[0xa7][0x95][0x83][0x1f]cb[0xff][0xf5]_[0xfb][0x8c][0x1a];[0xa0][0xbe][0x4][0xae]s[0xc][0xba][0x91][0xc3]l[0xb4][0x97]8[0xb5][0xe1][0x1e][0x8b][0xa4]-[0xa1][0x8f][0xeb]$[0xcf]SD[0xce]0[0xcb]y[0xf4]c[0x81][0xbe]E[0x8c][0x10]y[\r]eF.c[0x1c][0xab]D[0xad][0x11][0xb1]N[0x86][0x5]z[0xee][0x93][0xe5][0x1e]=[0xb5]([0xa5]i[0xca][0x1e][0xe1][0xdb]0[0xb2]Ls[0x0]E[0x9e]>[0xe5][0x1d][0xbd][0x8c][0xba][0x82]Q[0xa6][0xd7][0x8f][0x9b][0xb8]JoX[0x8a]U[0xf2]f[0xb9]_[0xe7]3[0x8c]D[0xe2][0x15]4[0x15]9[0x15]y[0xf1]/[0x6][0xb9]%[0xff]A[0xe2]o[0xc4][0x97]T[0x8c][0x81][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x5][0xfe][0x89]BC[0x82]k[0xbf]C}[0xf8][0x1c][0x89][0xa7][0x88][0x89][0xf5]T2[0xa5])[0xa0][0xe7]a,[0xd5]S{[0x6]}=[0xca][0xfd])[0xba][0x1e]3Jgu[0xb3][0xb8][0xd0]I[0xf7]2[0xff][0x0]@9[0x1a][0xa5][0xe8]L,[0xc3][0xc4][0xb2][0xbc]d[0x4]7h)[0x1e]uG'z[\r]c[0x11][0x6][0x82]H[0x85]Q[0x81][0x81][0x10]d[0xc][0x8a]&-[0x9a]![0xd1][0x1c][0x9]"[0x13]f[0x9f][0x15][0x8d].[0x1a]C49[0xd1][0x1c][0x15][0x8d])[0x9a][0xbc]h[0xac][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x8e][0xe0][0x18]F[0xc2][0x18][0xc5]q[0x19][0xcf][0xc9]x^[0xc]_[0x8][0xe3][0x4]N[0xca]X[0x1c][0xc6])[0xbc]([0xa3]^F[0x83][0x8c][0xa5]2[0xe2]2[0x96][0xcb]X![0xe3][0xb4][0x8c][0x97][0xc2]tY[0xac]x%[0x88]3[0x12][0xfc][0xbd][0xdd][0xcd][0x89]V[0x9]R[0xbb][0x84][0xaa][0x84][0xa1][0xe7]-U[0xb7]v[0xab][0x99][0x82]V[0xc9][0xd0][0xc1][0x5][0x9b][[vm[0x11][0x86]$[0xc1][0xd7][0xde][0xd9][0xd6]%[0xc6][0x15][0x1c][0xef]i[0xee][0xee][0x14][0xe3]J.j[0xed][0xee][0xee][0xea][0x16][0x86][0x8f]F[sos[0x87]0[0xfc]\[0xd5][0xd9][0xd5][0xd9]*[0xc6][0x1]~[0xc8]h[0xc3]ZF[0x82][0x9c]=[0xdc]W[0xd0][0xfb]3[0x9a][0x84]y[0x1d][0x86][0x99][0x8a][0x1b][0xf9]T:>`[0xaa]Y[0xed][0x98]a[0x1e][0x89][0xb7][0xd8][0x1f][0xd7]K[0xa8][0xce][0x1e]N[0xaa][0x96][0x96]2[0xcc][0xd1]N~[0x94][0x10][0xed][0x18]R[0x87][0xd5]xF[0xd5]S[0xf1][0x1e][0xcb]L[0xeb])[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x95][0xa1][[0xda][0x88]%aa[0x11]/[0x97]_9[0x14][0xcf][0xa9]#[0xf1][0x8c][0x91]JqU|[0x87]:[0x92]([0xae][0xa1]C`CZO[[0x1b]%,[0xab][0xbb][0x7][0xfd][0xdd]T[0xf5][0xbb][0xb9][0x9f][0x84][0xd1][0xcf]@ft[0xa4]u[0xad][0xb3][0x90][0xed][0xd3][0xcc]^[0xb5]/c[0x87]f$[0xd5][0xcc]n[0xd5]L[0xb][0xdb][0x99][0xf4]Y[0x83][0xe9][0xbc][0x84][0xc7][0xcb]D[0x95]fD[0xa6][0xae]f[0xe2][0x9b][0xb5][0x1][0xb5][0x90][0xb1]z4s8[0x9d][0xd4]:[0xc][0xb1][0xad][0xc0][0x9d][0x1c])[0x13]sP[0x9d][0xce][0xf7][0x9a]jRk[0xd5][0x5]G[0xbf][0x84][0xca][0xba][0xfa]},^[0x8f][0xa5]&[0x8f]lWs[0xe]5[0x97]m[0xd6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xd2][0xb2][0xaa]t~[0x8f]j[0xea]n[0xbb]][0x1f]0J6[0x1d]ZM[0xd3]0[0xdd][0x13]m[0xaa][0xa5]fJ[0x13]~K[0xf0]J[0x88][0xd5][0xdd][0x9d][0x1b][0xd7]L[0xef][0xa0]i[0x1c][0x13].v[0xc2][0x82]Y-[0x9f]WSt[0x93]X[0x9f]Y[0x9e][0xeb][0x8][0xdd]/b[0xe5][0xa6][0xd3][0xc][0xc9][0xcc]2s[0xc7][0x18]+[0xe7]5[0x11][0x12][0xfb][0x1][0x11][0x89][0x84]HJ[0xb3][0x98][0x9e][0x8e][0xa2][0x90][0xb8]s[0xca]6[0x92]w[0xcf][0xcd][0xf2][0x8][0xce][0x8e][0x83][0x9e][0xc5][0x4][0xce][0xac][0xab][0xf7][0x92]Q[0xc0](X[0xb9][0x82]%[0xf2]m[0xe8][0xc3][0x9a]i9[0x80]![[0xb5]E[0xd7]*[0x82][0x8c]KI[0xc2]"B[0xfd][0xf][0xc1][0xc9][0x1b][0x92][0x19]Gr[0xc][0x99][0xc1][0x84]{[0x8c][0x82][0x99][0xd4][0xda][0xd2][0xa2]R[0xb3][0xef][0xaa]~[0x93][0x8]O[0xc1][0x6]$%[0xd4]N[0x85][0xaf]`[0x1d][0xd6]+X[0x8d]'[0x14][0xac][0xc1]Z[0x5][0xab][0xb0][0x84][0xd2][0x9e][0xae][0xe2][0x14][0xb4][0xa2]M[0xc1]At*xZ[0x8c][0xb6][0x8a][0xa6]]4[0xdb]D[0xd3]![0x9a]C[0xd8][0x17][0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xc3][0xeb]A[0xbc][0xa1][0xe0]M[0x1c][0x8][0xe2]-[0x5]o[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xf6][0xb3]l[0x7]k[0xd7][0xd5]*8+[0xd6][0xbd][0xa3][0xe0]][0xbc][0x17][0xc4][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc0][0x87][0xdc]zW[[0x9b][0x84][0xa5][0xc][0xac][0xc9][0xe][0xac][0x89][0x81]59[0x81]5[0xdd][0x9d][0x3];[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc2][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc1][0x1][0x9][\r][0xde][j;[0x9a][0xd4][0xdb]S[0xba]![0xca][0xc8][0xac][0xd0]5[0xa5]Q15[0xae][0x12][0x8f][0xe6]-[0x8d][0x9a][0xaa]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x12]L[0x1b][0xf1][0x1d]t[0xb1]XM[0xcd][0xb2]Hs[0xca]^[0x5]<[0xee][0xac]{[0xcf]h[0xb6][0xcf][0xc8][0xa4][0x93]E%[0xdc][0xef][0x1]B[0x99][0xe6][0x84]E[0xb1][0xd9]}F[0xbf][0xb3]n[0xa2][0xde][0x89][0x97]+z[0xf1][0xc4][0xf6][0x16][0xcf][0xd4][0x83]u[0x9e]a[0x9][0xb1][0xd4]L[0x16]+[0xb5][0xaa][0x1d]-[0xa8][0x99][0xfc]$[0xb5]w[0xf5][\r]iIk[0xbd][0xb8][\r][0xc4]9[0xd9]a[0x1a]9[0xca]xT[0xc2][0x9a]{[0x1f][0xd8];[0xa7][0xc4][0xeb]T[0xf8]8[0xc8]b[0x1][0x1f][0x9e]E[0xbc][0xc4]#[0x98][0x8b][0xc5]X[0xc2]g[0xe1]1[0xf1][0x8][0xa0][0x8e]v[0xbd][0xcb][0x8e][0xd1]np[0xd9][0x8d][0xb4][0x97][0xba][0xec]&[0xda]q[0x97][0xbd][0x8c][0xf6]r[0x97][0xfd]8[0xed][0x15].{%BB[0xce][0xf6][0x98][0x2][0xb7]{j[0xdc][0xee][0xa9]z[0xf6]3[0xf9][0xbb][0x1]O[0xd2]c#G[0x83][0xa8][0x84]xl[0xe6][0xc6][0xae]A[0x8a][0xfd][0x8c][0x8a][0xbd][0xd7]Py[0x15][0xbe]X[0xc3]U[0xf8]c[0x8d]W[0x11][0xb8]d[0xfb]>[0xc5]v6[0xfc]l[0xd7][0xc2][0xc7](f[0x10]m&[0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x10]k[0x13]gk[0x8b](hF[0x8b]x[0x5]9J[0x90]][0xb2]G[0x9b][0xe9]S[0xc1]1[0x8f][0x8b][0xc3][0xda][0xcc]^|S.#[0xf8]9[0x82][0xbe]o[0xe1][0xab][0xbc] [0x1e]F[0x9b]'`[0xdb]d[0xe3]*[0xc5]u[0xe][0xee][0x16][0xf1]D[0xa2]"[0xbc]I[0xb8]?][0x82]k[0xb1][0xe1][0x81]*[0xc2][0xf9][0xce][0x97][0xc1]ku[0xe1]UM[0xc4][0x8b][0xd8]x[0xed][0x9e]x[0x81]rx[[0xa7][0xc2][0xdb][0xea][0x89][0xe7]/[0x87][0xd7]5[0x15][0xde]6O[0xbc]`9[0xbc][0xde][0xa9][0xf0]:<[0xf1][0xe4]rx{[0xa7][0xc2][0xdb][0x8e]N[0x7][0xef][0xa0]#[0xaa][0xea][0xd8][0x18]B[0xe7][0x10][0x8a]54^C[0xf8]R[0x9][0xb0][0xda][0xfe]z[0x8]A[0x97][0x80][0xaa]K[0x2][0xaa]fB[0xd6][0xda]d[0xd5][0xd8][0x81][0x9d][0x8c]p[0x8b][0xed]/Uq[0xb2][0xdb][0x93]*R[0x96]j[0x80]T[0x83][0xa4][0x1a][0x9a]>U[0x8f]'[0x95]R[0x96]J'U[0x8e]T[0xe6][0xf4][0xa9]z=[0xa9][0xaa][0xca]R[\r][0x93]j[0x84]T[0xc7][0xa7]O[0xb5][0xcb][0x93][0xaa][0xba],[0xd5][0x9]R[0x9d]"[0xd5][0xe9][0xe9]S[0xed][0xf6][0xa4][0x9a]Q[0x96][0xea][0xc][0xa9]^#[0xd5][0x1b][0xd3][0xa7][0xda][0x83]g[0x1c][0xaa]&[0xe7][0x82][0xf1]Q[0xd1]B[0xc8][0x15].![0x9f]u[0x9][0xd9][0xe7][0x0][0x87]([0xef]}[0x8e][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xd7][0x1f][0xbb][0x8e][0x9a][0xf1][0xdb]O[0xfc]'[0x2][0xbe][0xcb]>|[0xe8][0x2][0xf0][0xf3][0xb6][0x15][0xb7][0xab][0x84][0xfd]8[0xe0][0x0][0xc4]K[0x0]W[0x10][0xb8]8[0x89][0xfd][0xd3][0x9][0xce]E[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]G[0x84][0xe3][0xfc][0x3]-[0xb1][0xe5][0x4][0x9d][0xfd][0xb7][0x10][0xbd][0x8c][0xfb][0xc4][0xe8]'D%[0x8c][0xe1]~[0x9a][0xd1][0x99][0xc5]^[0xa0];3[0xb3][0x8a]}[0xc3][0x18]f7[0xde]B[0xb8][0x91][0xe3]1<0[0x9e][0xd9]%[0xdc] [0xf0][0x5]3[0xfb]%o[0xf1][0xf3][0x98][0x8f][0xaf][0xf8][0x12]}[0xcd]{[0xfc][0x1b][0xde][0xd2][0xdf][0xf1][0x1e][0xff][0x9e][0x81]\peT[0xcc]n`N[0xe][0x95][0xd2][0xf6][0x8f]s[0x89][0x9c][0x8c]>[0xc8][0xfa][0xce]9[0x87]p[0xe5][0x8f][0x8]~[0x8b][0xa3][0xd1][0xb9][0x8e][0xed][0xb3]m5:[0xcf][0xb1][0xfd][0xb6][0xbd]3[0xfa][0x90]c[0x7]l[0xbb]9[0xfa][0xb0]c[0x7]m{yt[0xbe]c[0xcb][0xb6][0xbd] [0xfa][0x88][0xb0]?[0x83][0x12][0xad]-~[0x88][0xd4][0x14]=[0x83][0x82]`|[0xd3]-[0xa8]a{[0x91][[0xbf][0xcc][0xd1][0x15]>Uc[0xdc][0xdc]u>[0xbf]7[0xb8][0xf1]_[0xb8][0xa9][0x9b][0xdc][0xf0][0xaf][0xbc][0xf7][0xe3][0xc6]~[0xa7][0x2]n[0xf1]>[0xfa][0x83]'[0xf7]6[0x8f][0xd4][0x9f][0xd4][0xfc]_[0xae]Z[0x9d][0xc4]a[0xbb][0xd0]b[0xf3][0x11][0x84]jf[0x88][0x9f][0xfb][0x82]T[0x1e][0x9d]T[0x8f][0xca][0xfb]&W[0xfe]o[0x8f][0xca][0xcb][0xbc][0xfd][0x92][0x93]n[0xe1][0x9a][0xe8][0x82][0xe8][0xdc][0xeb]X8[0x86]G[0xb7]M[0x94]`[0xf1][0x80][0xac]$[0xff]*>[0xc0][0xab]Kx[0x11][0x96][0xe3][0xb0]#[0xc3]~{[0xb5][0xf6][0x1f]PK[0x7][0x8]S-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.class[0x9d]R]O[0x13]A[0x14]=CK[0xb7]-[0xab][0x94]J[0xc1]O[0x14]EmQ[0xbb]b[0xe5][0x9]B[0x2][0xc4][0x1a][0x93]*&%<[0xf0]6[0xdd]N[0x97][0xa9][0xe3][0xc][0x99][0xdd]m[0xe4]_[0xe9][0x8b][0x12][0x1f][0xfc][0x1][0xfe]([0xe3][0xdd]mC[0xb0]mLt[0x93][0x9d];[0xf7][0xcc][0x9c]s[0xe7][0x9e][0xdc][0x9f][0xbf][0xbe][0xff][0x0][0xd0][0xc0][0xd3]"[0x1c][0xdc][0xca][0xe3]v[0x11]w[0xb0][0x92],w[0x8b][0xc8][0xe1][0x9e][0x83]U[0x7][0xf7][0x1d]<`[0xc8]mK-[0xa3][0x1d][0x86]L[0xb5]v[0xc4][0x90][0xdd]7][0xc1]0[0xdf][0x92]Z[0xbc][0x8b]?v[0x84]=[0xe4][0x1d]EH[0xb9]e|[0xae][0x8e][0xb8][0x95]I>[0x2][0xb3][0xd1][0x89][0xc][0x19][0xdc]7Z[0xb][0xbb][0xaf]x[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J7[[0xc6][0x6][0x9e]9[\r]_[0xf6][0xbd]S[0xfe][0xc9]S&[0x8][0xa4][0xe]<[0xa9]#a5W^[0x93]+[0xd5][0xe1][0xfe][0x87][0x96][0x9][0x9a][0xdc][0x8f][0x8c]=[[0xdb][0xd8][0xa2][0x17][0xd8]X3T[0xaa][0xb5]V[0x9f][0xf][0xb8][0xa7]8q[0xf6][0x8c]Q[0x82]k:][0xfc][0x3]?[0xe8][0xf4][0x85][0x1f][0x11]\h[0xcb]@[0xf3]([0xb6][0xf4][0x9c][0xd7][0x93][0x17][0x86]H([0xfc][0xd8][0xca][0xe8][0xcc]{o[0xe5]@*[0x11][0x88][0xee][0xae][0x1f]I[0xa3][0xb7][0xa7][0x94][0xda]![0xd5]b[0xdb][0xc4][0xd6][0x17]M[0x99]t[0xb9]<[0xf9][0xde]zB#[0x9b]^i_[0x99][0x90][0x9a]{+[0xa2][0x13][0xd3]u[0xb0][0xe6][0xe2]![0x1e][0xb9]([0xa0][0xc8][0xf0][0x8c]|[0xa8][0xa7]>[0xd4][0xc9][0x87][0xfa][0xc8][0x87]z[0x1c][0x8a][0xbd][0xb8][0xd7][0x13][0x96][0x92]Tr[0xa8][0xee][0xe0][0xb1][0x8b]*j.[0xd6][0xf1][0xc4][0xc5][0x2][0xca][0xc][0x8d][0xff]p[0x92][0xa1]4n[0x3][0xc3][0xca][0xdf]}`[0xd8][0xf8][0xe7]J[0xc]s2[0xbc]h$[0x1d][0xa0]c[0x86][0x85][0x9]C[0xc9][0xcd]@D[0x17]I[0xa5]z[0xc9][0xf3]v[0x94]p[0xb7][0x12][0xa2]3[0xe0]*[0x16][0x7]=[0x86][0xa5][0xea][0xf1][0xb4][0x11][0xc0]s[0x1a]][0x7][0xc]y[0x9a][0xed][0xc][0xfd][0xe4]1es[0xb4][0xf3](2[0x8a][0xb3][0xeb][0xdf][0xc0][0xbe][0xd0]f[0x6].[0xad][0xb9][0x14]|[0x81]+[0xb4][0xba][0xc3][0xb][0xb8][0x8a][0x12]E[0x96][0xd8];"7F[0xe4]By[0xe6][0x1c][0x99]sd?[0x8f][0x9]l^[0x12]([0xc][0x5]J[0xbb]$pm[0xa2][0xfa]W[0xcc][0x8e][0x93][0xa7]U[0xcf]b1[0xbd]U[0xc1]R[0x1a][0x97]q=Eo[0xe0]&[0xe6]i[0x97][0xb4][0x95]C[0xf2][0xe5][0x3]PK[0x7][0x8][0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.class[0x95]T[0xdf]O[0xd3]P[0x14][0xfe].[0x1b][0xeb]([0x1d][0xc][0xe4][0x87][0x82][0xa0] [0xca][0x6][0xb2][0x82][0xe0][0xcf]![0x9]`[0x96][0x98][0xc]$[0x99]Y[0x2]/[0xe6][0xae][0xbb][0xab][0x85][0xd2][0x92][0xdb][0x16][0xe1]O[0xf1][0xe0][0x1]_d[0x91][0xc4][0xf8][0xe4][0x83][0x94][0xf1][0xb4][0x1b]0[0x82]J[0xe8][0xc3]=[0xb7][0xf7][0x9c][0xf3]}[0xdf]9[0xf7][0xb4][0xbf]~[0xfb][0xe]`[0x1e]K*[0xd2][0x98]P[0xd1][0x8d][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e][0xa9][0x88]aRAFE;&Ud1[0xa5]`ZE2[0x8c]x[0x8c][0x19][0x5]9[0x15][0x9d][0xd0][0x93][0x98][\r][0xed][0x9c][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x19][0xb4][0xb7][0x8e]#[0xe4][0xaa][0xcd]=Ox[0xc][0x89]E[0xcb][0xb1][0xfc]%[0x86]X&[f[0x88][0xaf][0xba]U[0xc1][0xd0]][0xb4][0x1c][0xb1][0x1e][0xec]V[0x84]|[0xcf]+6[0x9d][0xf4][0x16]][0x83][0xdb]e.[0xad][0xf0][0xbd]y[0x18][0xf7]?Z[0x84]1_t[0xa5][0xa9][0xbb]{[0xde][0xc2][0xb6][0xbe][0xc7][0xf]t[0xdb]5M[0xcb]1u[0xcb][0xf1][0x85]t[0xb8][0xad][0x17][0xb8]mW[0xb8][0xb1]St[0xcd][0x2]7|W[0x1e][0xe6][0x19]z[0xc])[0xb8]/Z|[0xc][0x1b][0x99][0x6][0x94]gZzM[0xf2]][0xf1][0xc9][0x95];[0xfa]J[0xe0]Tm[0x91]/n[0xf3]}[0xae][0xdb][0x9c][0x90]K[0xbe]$[0x82]|[0xf6][0x1f][0xc4][0x1b][0xfc][0x80][0xe0]L![0x89]&Q[0x89][0xb2][0x19][0x86][0xff][0x3]Mm1H[0x8b]I[0xca][0xd6][0xc9][0x15][0x96]{[0x85][0x8c]!U[0xf2]I[0xe8][0x1a][0xdf]k[0x96][0xdf]iy+A[0xad]&Bw[0xd4][0xc0]-[0x6][0xb5][0xe4][0x6][0xd2][0x10][0x5]+[0xc][0x18][0xbc]Zx.[0xc4][0xd5][0xd0][0x8b][[0x1a][0xee]c[0x8c]a[0xfa][0x9a][0xde][0x9d]3[0x10]F[0x98][0xb7][0xc0]0{M[0xca][0x1b]Q[0xe3][0x81][0xed][0x97][0x84][0xdc][0xb7][0xc]Ay[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]jx[0x86][0xe7]tU7[0xbe][0xa9][0x9][0x9a][0x9c][0x17][0x1a]^[0xe2][0x15]][0xd9]ESV\[0xd7][0x16][0xdc][0xd1][0x90][0xf][0x8b][0x98]![0xd8]\[0x4][0x9b]#[0xd8]\[0x13]6[0x17]x[0xa2]U[0xfe][0x19][0xb8][0x86]E[0xbc]f[0x98][0xbb][0xb1][0x16][0x86][0xf4][0x85][0x82]w[0x95]ma[0xf8][0xd4][0x8d][0x1b][0xce]L[0xf9][0x12]J[0xe9][0xd0][0xf3][0xc5].][0xb8])[0xa8]aF -[0xff]p[0x8d];[0x9c][0x86][0x87]a$[0x93]m[0x5][0xb8][0xec][0xa6][0x81][0x18][0x8d][0x9c]^[0xf3]\_6[0xc][0xe1]y[0xab][0xae][0xe3]K[0xd7][0xb6]C[0x0][0xad][0xea]nHk[0x9f][0x86][0xc1][0x14]U[0x86][0x85]L[0xf1]r[0xc6][0x85]s[0xd9][0xf0]-[0xd7][0xc9][0xb7][0xf2]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]g[0xb3][0xd2]hv[0x99][0xdb][0x1]M[0x95]JR[0x9b][0xed]g[0xe8][0xcf][0xfc][0xa5][0xc4]-[0x8c][0xd1]O"[0x8d][0xf0][0x89][0x81][0x85][0xd3]Fk[0x1f][0xbd][0xe9]d[0x19][0xd9][0xf6][0xa9][0x13][0xb0]/[0xb4]iC?[0xad][0x89][0xe8]p[0x14][0x3][0xb4]j[0x8d][0x0][0xc][0xe2]6[0xd9][0xe][0xdc][0xc1]P3[0xf9][0x3][0xe2][0x14][0xf][0xc][0xd5][0xd1][0xf6][0x19][0xa9]S[0xc4]6[0xa7][0xa6]O[0x10]?>E{[0xb4]K[0x1c]G[0x84]!b[0x17]Y`[0x9c][0x90]'HH&B[0x1e]hdc[0x18]w#iC[0x18]!N[0x86]{[\r][0x99]i[0xa8][0xe1]'[0xd1]$+D[0xc1][0xc0]H[0x1d][0xca]O[0xf4][0x9d]"[0xb9]y[0x82][0x8e]:[0xd4][0x1f][0xe8][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xa8]7UG[0xd7][0xd1]y[0x5][\r][0xbe][0x1c][0xf1][0xcd][0x92][0xf2][0xc5]3[0xcc]Ar[0x8f]GA[0xf][0xd0]CV%[0xf4]d[0x84][0x9b][0xfc][0x3]PK[0x7][0x8][0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/internal/TrackingLogger.class[0x9d][0x96][0xdd]S[0x1b]U[0x18][0xc6][0xdf]C[0x2][0x81][0xb0][0xb4][0x85]R,[0xc5]J[0xab][0xad]M[0x96][0x8f][0xa0]E[0xad][0x92][0xb6][0xca]wl[0xa0][0xb4] H[[0xa5][0x9b]d[0x13][0x16][0x92],[0xdd]l[0x80]V[0xad][0xce][0xe8][0x85][0xe3][0x8c]7:^8^[0xaa][0xa3][0x8e]^[0xe8][0x8c][0xd8]Ag[0xbc][0xf4][0xc2]?[0xca][0xf1]y[0xcf]n[0x3][0xba][0x9b]4[0xe5]"[0xcf][0x9e][0x9c][0xf3][0x9e][0xdf][0xf3][0x9e][0x8f]=g[0xff][0xfe][0xe7][0xf7]?[0x89][0xe8]<[0xdd][0xf][0xd3][0xd3][0xb4][0xd4]B[0xa7][0xe9]M[0x96]e[0x96][0x1b]a[0xc8]M.[0xdd]j[0xa5]g[0xe8]-[0x96][0xb7]YVXn[0xb3]h,)[0x96]4K[0x86]Eg[0xc9][0xb2][0xe4]XVY[0xc][0x96]5[0x96]u[0x96][0xb6]`i[0xe9]u[0xd4]T[0x86][0x19][0xaa],L[0xf3][0xde]T7=[0x9c][0xd3][0xa0]3[0x5][0x87][0x8c][0x12]w[0xd4]'[0x8a][0xec][0x96][0x11][0x14][0x88]Do[0xc8][0xea]q=U[0xce]U[0xaa][0xdb][0x8c][0xd2][0x92]f[0x15][0xf7][0xff]O[0x14][0xb3]f[0xe5]?:LX[0x96]i[0xed][0xaf][0x98][0xd4]l-_[0xa9]h[0xb4][0xd9]G[0x90][0x1a][0xf1][0x99][0xc2][0xbd][0x9a][0x85]U[0xcb][0xdc][0xe2].r[0xaa]B[0x5][0xbd]T[0xd2]r[0xe8]&lA[0xc7]|[0xe3][0x80][0xce]p[0xae][0x18][0x9c][0x81][0x94][0xac][0x2][0x6][0xb7][0x85]\Q[0xaf]sJxf9[0x13]A[0xf1]z[0xad][0xfd][0xd7][0xad]5[0xa7][0xdb][0x98][0xdd][0xa4][0xbe][0xa9][0xe7][0xe5]D%[0x90] [0xea]f[0xb1][0xea][0x82]:#Q[0xbf]m[0xdc][0xa8]e2<[0xfc][0xfe][0xfa][0xb7][0x18]{[0xb5][0xcd][0xdb]X[0xce][0x19]m[0xc3][0xdd][0x5]!K/[0x98][0x9b][0xee][0x2]q;|[0xd1]s[0xcc][0xc4][0xf2]ocj[0xce]Dj[0xbc]}n[0x14][0xbf]+[0xf3]f[0xd9]J[0xeb][0x93][0x6]3[0x8f][0xfe]w[0xcb][0xc]r[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd0]u[0x85][0xfa][0xe9][0x9c]B[0xcf][0xb2]D([0xaa][0xd0],]UH[0xa5]>[0x85].[0xd0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0xc2]2[0xc2][0x12]g[0xb9][0xc8]r[0x89][0xe5]2[0xbd][0xaa][0xd0]8[0xcb][0x4][0xcb]$[0xcb][0x14][0xcb]4[0xcb]eJpk[0x82][[0x13][0xdc][0x9a][0xe0][0xd6][0x4][0xb7]B^[0xa7]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%iF[0xa1]3t6D[0xf7][0x14]z[0x87][0xde][0x15]4[0xf4][0x88]m?[0xae]g[0xb5]r[0xde]v[0xe7][0xe]#[0xe1][0x11][0xbc][0xa7][0xd0]<-[0x8][0x1a]x[0xac]wF[0xd0][0x91][0xbd][0x5][0xbc][0x9a]Z[0xd3][0xd3][0x98][0xd8][0xde]G[0x9c]'[0x82][0xce][0xd5][0xb9][0xae]8,[0x9d][\r]${[0xa5]"[0x8f]un[0xf8][0xec][0xc8]:N[0xba][0xa1][0xc7]3[0x89].[0xe2][0xd0]?[0x8d][0xab]G[0xe0][0x94]o[0xa4][0x6]^[0x9][0xdc]G[\r][0xbc][0x13][0xe4][0x13][0x9b]A>[0xb1][0x15][0xe4][0xb3]_[0xd6][0x1f]G[0xfc][0x0][\r]Bc[0xf8][0xf7][0x1][0xea][0x1b][0xf1]<[0xa1]> [0xa1]v[0x7]w[0xa8]A[0xed][0xdf][0xa1][0x80]:[0xb0]CA[0xb5][0xef]7j[0xfc]E[0xf6][0x1d][0xe2][0x18]j[0x82][0x9e][0xa5] [0x1c][0xc2]`[0x1d][0x86]C'<[0xba][0xe1][0xf0][0x1c]Z[0x86][0x1d][0x12]=[0x8f];[0x91]di[0x18][0xd1]B[0x96]^@|[0x83],[0xbd][0x88][0x1e][0x1]Yz[0x9]uA[0xb4]c[0x97][0xba][0xd9][0xc][0xe3][0xc9][0xf1]a[0xf5]Wj[0xda][0xa5][0x90][0xa0][0x9f]*[0xee]M[0xb2]eP:)N[0x94][0xeb]$x[0x8b][0xfb][0x13][0x9a][0xbd][0x84][0xf3][0xbe][0x84][0x91]j[0x84][0x16]/[0xe1][0x82]/!^[0x8d][0x10][0xf6][0x12].[0xfa][0x12].V#[0xb4]z[0x9][0xa3][0xbe][0x84]K[0xd5][0x8][0x8a][0x97]0[0xe5]K[0xc0][0x99][0xe0][0x12]f[0xb1]J[0xbc]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xfa][0xfa]w[0xa9]-@{{!,W3I[0xad]4#9[0xa7][0x9c][0xd8][0xca][0xda]+[0xf4][0x1a]VW[0xc8][0xd2]([0x8d]!Z[0xf0]QS[0x8d]}[0xc8][0xcb][0xbe][0x6][0xf6][0xf5][0xba][0xd9][0x13][0xd5][0xd9][0x87][0xbd][0xec]E[0xb0][0x97][0xea]fOVg[0x1f][0xf1][0xb2]o[0x82]}[0xab]n[0xf6]Tuv[0xbb][0x97]}[0x1b]l[0xad]n[0xf6]tuv[0x87][0x97][0xad][0x83][0x9d][0xad][0x9b][0x8d][0xdb][0xc1]e/[0xe3][0x1d][0xe][0xe2][0xd9][0xe6][0xb0][0x7]v[0xe9]h[0xd0][0x3]_C[0xd7]u[0x9]W[0x9d][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xad][0x2]os[0xe1]\[0xe2][0xa3]! [0xb7]Lu[0x9b]N[0xaf][0x8d][0x9][0x9b][0x8d][0x3][0xd8]L[0xd4][0xb0]9[0xe6][0xb5][0xb1]aS>[0x80][0xcd]d[\r][0x9b].[0xaf][0xcd]][0xd8][0xdc];[0x80][0xcd]T[\r][0x9b]'[0xbc]6[0xf7]a[0xf3][0xfe][0x1]l[0xa6]k[0xd8][0x1c][0xf7][0xda]|[0x8][0x9b][0x8f][0xe]`[0x83]/[\r][0xff]3[0xad][0xdb]{[0xa6]}[0xec]{[0xa6][0xe1]3[0xc5][0x9f]pB[0xd0][0xcf][0xff]#|[0xea]K[0xc0][0x17][0x95]K[0xf8]D[0xde][0xb4]Dq[0xb5]o[0x87]z[0x80][0xe9][0xf9][0x8b]zU~[0xe2][0x17][0xc4]/[0x80]_[0xc3].=[0x19][0xa4][0x1d]j[0xfa][0x8e][0xba][0xd4]?[0xe8][0xe4][0xf2][0xc3][0xb6][0x7][0xf4][0x14]jyf[0x2][0xd2][0xb3]K[0xde][0x98][0x9f]A?[0x87][0xe7][0x17][0xb8]O[0xbf][0xc4]M[0xf4][0x95][0xcc][0xa1][0xcb][0xf1][0xa9][0xcc]R[0xdc][0xbd]M[0xe7]P[0xe]RC[0xa4][0x3][0xe5]k8![0x9d][0xbc][0xae][0x80][0xc1]9w[0xab][0x82][0xf3][0xf2]7u[0x6]zH[0xbe][0xde]_[0xa3][0xc3]7[0xf8][0x18][0xf8]v[0xdf][0x80][0xbb]+[0x3][0xc6][0xf7][0x98][0xb]^t[0xa7][0xcc][0x1d]+/q[0xcf].[0xf5]b[0xe6][0x9c]9<[0xe5][0xcc]a`[0x1f][0xfa]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf][0xd4]N?[0xee]C[0xf7][0xb8][0xe8]9[0x19]+[0xda]Q[0xf9][0x86][0xcc]h[0xf1]_PK[0x7][0x8][0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.class[0xcd]Xy|T[0xd5][0x15][0xfe][0xee]d2[0xef]e[0xe6][0x1]a[0x84][0xc0][0x10][0x84]a[0x11][0x92]I[0xc2] P[0xb][0x13]D!,[0x6][0xb2]PB[0xa1][0xd8]*>&/[0xc3][0xc0]d&[0xcc]LX[0xb4]h[0xf7]Mk[[0xed][0xee][0xd2]M[0xc5][0xda][0xd6]B+[0x81][0x88][0x8a][0x5][0x1b][0xb7].[0xb6].[0xa5][0x8b]v[0xb5][0xb5][0xfb][0xde][0xaa][0x5][0xe9]w[0xef]{3[0xc9][0x90]i[0x98][0xfe][0xda]?[0x4][0xe6][0xbe][0xfb][0xee]r[0xce][0xb9][0xe7]~[0xe7];[0xe7][0xf1][0xd8]+[0xf7]>[0x0]`[0xbe][0x98][0xaf][0xe1]K^[0xac][0xc1][0xdd][0x15]X[0x8d]/k[0xd8][0xef][0x85][0x1b][0x7][0xe4][0xcb]Wd[0xf3]U/[0x9b]{dsPN[0xf4][0xc9][0xde]![0xd9][0x1c][0x96]M[0xbf][0xf][0xf7][0xe2][0x88]\w[0x9f][0x9c][0xbd]_6[0xf]h8[0xea][0x83][0xc0][0x83][0x1a][0xbe][0xa6][0xe1][0x98][0x86][0xe3]^T[0xe1][0x80][0x8e][0x87][0xe4][0xf3][0xeb][0xb2][0x19][0x90][0xcd][0xc3]^[0x8c][0xc7]#:[0x1e][0xd5][0xf1][0x98][0x8e][0xc7]u|C[0xc7]7u|K[0xc7][0xb7]5<[0xe1][0xc5]L[0xb9][0xc7][0xf4][0xe2];[0xf8][0xae][0xf]O[0xe2])/[0x16][0xe3]i[0x1d][0xcf][0xc8][0x97][0xef][0xe9]8[0xa1][0xe3][0xfb]^[0xfc][0x0]?[0xd4][0xf1]#[0x1d]]:[0x9e][0xf5][0xe2]9[0xfc]X[0xc7]V[0x1d]?[0xf1][0xe2][0xa7][0xf8][0x99][0x17]?[0xc7]/t<[0xaf][0xe3][0x97][0x1a]~[0xa5][0xe3][0x5][0x1f]~[0x8d][0xdf]h[0xf8][0xad][0x8e][0xdf]i[0xf8][0xbd][0x8e]?h[0xb8]Y[0xc7][0x1f]}[0xf8][0x13][0xfe][0xec][0xc3]_[0xf0]W[0x1f][0xfe][0x86][0xbf][0xcb][0xe6][0x1f]r[0xec][0x9f]^[0xf8][0xf1][0xa2]<[0xe6]K[0xb2]yY[0xc3][0xbf]4[0x9c][0xd4]pJ@[0xeb][0xde][0xbc][0xa3][0xd7][0xea][0xb5][0x4][0xaa]Z[0xb6][0x99];[0xcd]po6[0x9e][0x8][0xb7][0xc4][0x93][0xdb][0xad][0xce][0x96]x&[0xdb](P[0xd1][0x11][0x8f]%[0xcd]lo[0x9a][0x8b].([0xba]hqK*[0x1d][0xb][0xa7]2[0xb1]x8c[0xa5]w[0xc6][0xa3]V[0xd8][0xda]i%[0xb3][0xe1][0x15][0xb2]m\"[0x85]to[0x8e][0xa6][0x92]YkwV`[0xfa][0xe0][0xf2][0xae][0xb4][0xd9]m[0xed]J[0xa5][0xb7][0x87][0x97][0xf5]&;[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x93][0xbd][0xc6][0xde][0xe0][0xc8][0x12][0x98]1[0xa2][0xfc][0xa5][0x9d][0xdd][0xf1][0xa4][0xbd][0xa3][0xdb][0xdc][0xdd][0x11][0xbf][0x92];D[0xb3][0x80]gq<[0x19][0xcf].[0x11]8[0xaf][0xe6][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k7[0x8][0xb8][0x9b]R[0x9d][0xdc];[0x86][0x7][0xb3][0xda]z[0xbb][0xb7]X[0xe9][0xf5][0xe6][0x96][0x4]G[0xfc]-[0xa9][0xa8][0x99][0xd8]`[0xa6][0xe3][0xf2][0xdd][0x19]tg[0xb7][0xc6]3[0x2][0x17][0xda][0xb2]{2[0xb][0xb6][0x85]{[0xcc][0xdd][0xe1]D*[0x16][0x8b]'c[0xe1]8[0xe5][0xa6][0x93]f[0xc2][0xb6][0xd4][0x94]6[0xe]1w}[0xda][0x8c]n[0xb7][0xd2][0xb4]Z[0xcb][0xbb][0xa5][0xa2]'[0x95][0xc9][0xaa]%[0x2][0x9f][0x18][0xc1][0xe4][0xc6][0xe6][0xe1][0xee][0xa0][0xd6]pK*[0xb6]"[0x99]M[0xef]i[0xb4][0xef](a[0xd2][0x8a][0x8e]l[0x9a][0xc6][0xc][0x1d]Y[0xbf]5[0x9d][0xda]%O[0xd0]XLC[0x87]-o[0x9d][0xd5]e[0xa5][0xad]d[0xd4]j[0x1c]r[0xdf][0xad]f[0x8f]r[0x93]g[0x8b]2C[0xa0]z[0x4][0x1b][0x5][0xca][0x13][0xb4]N+[0x93]M[0xa7]x[0xe5]e5[0xf2]}[0x94][0xd9][0xd9][0xc9][0xe9][0x8e]\4[0xaf].z[0xa0]a[0xea]jK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xca][0xcc][0x19][0xfb]([0xbf][0x14][0xf1]#S[0x96]-]^T[0xaa]$cK[0x93]V[0xda][0x89]F[0xa7][0xad][0xee][0xd4]N[0xab]3[0xef][0xaf]5[0xa5][0xf9][0xab][0x4][0xe1]*zS[[0xb6]YQb[0xbc][0xe7][0xff]x[0xb2][0x12]u[0x13][0x19][0x89][0xf8]N[0x8b]!*x[0xae]iC[0x10][0xd4][0x9c]HX13[0xc1][0xa8][0xc8]Z+raNg[0xf8][0xba]R[0xe9][0xe5][0xf6][0xa6]=L[0xef]L[0xc4][0x2][0xde][0x98][0x95]m[0xcd][0x11]=!F[0xaa][0xf7]f[0x86][0xc][0xb9]k[0x9a][0x95][0xb2]|2[0xd0][0xa2][0x9][0xcb]L[0xf6][0xf6]P\4mI[\r]v[0x94][0xf7][0xbd]:#[0xeb],8i[0x94][0xa9][0x87][0x84]#[0xa0][0xdb]D[0xdc][0xdc][0xc9]0[0x18][0xa2][0xbc]%[0xa5][0xe8][0xd2][0xc8][0xec][0xe9][0xde][0x92]J[0xc4][0xa3]m[0xd4]Kf[0x8c]sYY[0x8f]luB[0xa0])af[0x98][0xbd][0xce]yc1[0xa6]-[0xdb]n1zE[0xaa][0x90][0x88][0xdb][0x15]p$KfS=[0xf1]([0x9f]=i[0xe6][0xbd][0xc2][0xca]ay<*[0xaf][0xce]T[0x84][0xbe][0xb8][0xe8]D[0x11][0xe6][0x18][0xae]eI[0xa3]&[0xdc][0xac]p4Q.[0xf0][0xf8][0xab][0xf3][0xa2][0xfe][0x3][0x5][0x9e][0xed][0xf6]"%[0xc6][0xf3]0[0x9f]HT/*[0x95]<[0x8b][0xdc][0xdb]G[0x7][0xb7][0xaa]#d[0xed]"$[0xb7][0xdb][0xa9]IJ[0x89][0xf8][0xff][0x82][0x14][0x86][0x15]F[0x83]k[0xd6][0xb2][0xde]Q5[0x90][0xb7]#[0xd5][0x9b][0x8e]Z+[0xe3]2[0x83]V[\r][0xab][0x92][0xe6][0xc8][0xb3][0x90]/[0xce][0xaa][0xd4][0xc0]F[0xe1]1[0xf0]:[0xac][0x13][0x18]W[0xac]P[0xe5][0x2][0xec]5[0xd0][0x8a]6[0x3][0xaf][0xc7][0x6]Ch[0xf2][0xf5]F|[0xd8][0x10][0xba][0xa8]0[0xf0]n[0xf9]z[0x3][0x1b][0xe1][0xc5]^M[0xf8][0xc]a[0xe0][0xf3][0x6]:[0xb0][0xde][0x10][0xa3]p[0xbd]!F[0x8b]1[0x2][0x93]G2[0xc4][0xc0]fQ[0xc9]j[0xe7],[0xdc][0xc6]*x[0xd8][0x8a][0xa5][0xe9]Xo7E[0xc]Y4[0xe1]L[0x84]-[0xeb][0x8d]':%[0x83][0xce]v[0xf8].[0xd8][0xdd][0x9b][0xc9][0x6][0x93][0xa9]lp[0x8b][0x15]4[0x83]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0x92].[0x83]IU[0xc0]F[0x82][0x86][0x18]+[0xfc][0xb2]9[0xc7][0x10][0xe3][0xc4]x[0xe9][0xa2]*[0x81][0x95][0xc5]w'[0xcc]t[0xcc]J[0x7][0xb3][[0xcd]d[0xf0][0xfc][0xb9]s[0xe7][0x6]I[0xbf][0xc1]n[0xe6][0xa3][0xf4][0x9e] [0xeb]T[0xa6]u[0x93]um[0x90]$[0x9a][0xe1][$[0xc8][0xa2][0xac][0xa5]}[0xd5][0xe6][0x15][0xeb][0xd6][0xb5][0xd3][0xe5]>[0xd9][0xdf][0xb8]t][s[0xdb]*[0xb2][0x8c]|kn[[0xd9][0xee],Z[0xbe]b[0xd9][0xeb]W9[0xfd][0xf6][0xf5][0x97][0xac][0xe0][0x86])#Fn[0x98][0xf4]4x[0x89][0x97][0x98][0x99][0xad]YU,[0x9][0xb7]!&[0x88][0x89][0xac][0x98][0xc][0x11][0x10][0x93][0xc]Q-&S[0xae]M[0x86]s[0xe2][0x9d][0x86]8W[0x8c][0xe7]^g G[0x83]IE[0x83][0x15][0xd4]0GU[0xa6][0x9a][0x98]"[0xb7]Nu[0xc6][0x9c]*[0xb5]"[0x1b]g[0x15][0x9a]5[0xbb]{4A[0xdf]M[0x13][0x93]X'[0xe6][0xb][0xcf]9QI[0x9b],[0xcb][0xc]1][0xcc]`[0xa9]f[0x88][0x99]R[0xd7][0xd8][0xc1][0x15][0xf9][0x1a]V[0xcb][0xbe]L.[0x12][0xb1]M[0xd2][0x9b]f2[0x9b]Q[0xc9]K-[0xa4][0xe9][0xac][0xfc][0xc]q[0x9e][0x98][0xc5]*[0xa0][0x90][0xcf][0xe9][0xdc][0xdc]*E[0xe1][0x95]g[0xe2][0x82][0xb][0xec][0xc4][0x9e]#[0xf6][0xdc][0xf2]![0xa3],*[\r]1[[0xd4]h[0xa2][0xd6][0x10]!QGn5D[0xbd]h0[0xc4][0x1c][0x11]6[0xc4]\q[0xbe]D[0xc7]<[0x3]o[0xc7];[0xc]\[0x8d]k[0x4][0x1a][0xff][0x87][0x8f][0x1b][0x16][0xc3][0xa5][0xf0][0x8d][0xc0][0xac][0xd2][0x88]B [0xf0][0x1f][0xb3][0x80][0xc0][0xb9]#b)[0x7][0xa5]B[0xd2][0xe7][0x97]e[0x9]d[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x80][0xf6][0xb][0xbc][0xdf][0xee]TS[0xe3][0x8a]e:[0xe6][0xcf][0xc1][0xe1]f[0x1e][0xc1][0xcc][0xa6]x[0x8c][0xae][0x12][0xbe]G[0x87][0xf0][0xb7][0xba][0xbb][0xc6][0x92][0xb8][0xbb][0x89][0xd1][0x9c][0xea]f\[0xa7][0xed][0xf][0xda]T[0x8f]E[0x12])c[0x1][0xce]O[0xa6][0x9a]"[0x19][0xe5]Rf[0xf1]h"[0x95][0xe1]![0x83]g[0xb3][0xc9][0xae][0xbc][0xf2]e[0xa9];[0xa3][0x8a]+[0x8f]][0xae]J[0xf9][0xcd]E[0xb3][0xce][0xb4][0x9a][0x91][0x13][0xa2]*J[0xcd][0x1e]ZJ#[0x1b]j[0x86][0xe7][0xd4][0xda]aC[0xe][0x9]R[0xf8][0xe4]B[0xa5]gN[0xeb][0xd9]T.<[0xc6][0xd5][0xc]_[0xd8]x[0x86]Wr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc8]J[0xa9][0x97][0x7]^X[0xc4]gE[0xbc]X[0xec][0xd8]>[0xfa]jY[0xbe]>c[0x99][0xba][0x9a][0x94][0xb0][0xd3]L[0xf4]Z[0xed]]Dc[0xcd][0xea][0xda][0xe1]%[0xdb][0x18][0xe9][0xdf][0x82][0xaa]m[0xec][0x90]$[0xc1]K[0x88][0xc9]([0xa8]*<[0xb3]3[0xde]XH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x18]1[0xdd][0xdc][0x1f][0xed]M[0x13][0xc4][0xd9][0xf5]d[0xb5][0xd6]x"![0xff][0xc7]B[0xa7][0x96][0x1c]K[0x14]8[0xc5][0x6][0x9a]S`[0xe7]hL[0x9e]c-[0xeb]<+[0x9d]%[0x9e]g[0x9d][0xe5]~[0xf2][0xc7][0xf7][0xb0][0x84][0xec][0xb0][0xe8][0xc2][0xb1]9[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x1c]j,[0x88]'[0xb5]F[0x8f][0xe7]c[0xa3][0xaa]`y.f[0xe4][0xe]l53m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4]%a[0xeb]N[0xaa][0x97][0xc2]k[0xcd][0xab]/[0x8b]I[0xb9][0xb3][0x8a]A[0xbe][0xd8][0xf2][0xba]"[0xc7]*^[0xd4][0xd6]n[0xc0]4[0xac][0xc6][0x1a][0x8][0xb4][0xc0][\r][0xbf][0xac]%[0xd8]o[0x7][0xe0][0xc2]Z[0xfe]X|[0xa8]>k[0x6][0xf5]d[0x99][0xc1][0xa7][0xc1]5[0x1b][0xf1][0x6][0xb6][0x9b][0xf8][0xb6][0x9d];]|[0xce][0x8][0xd5][0xf9][0x85]8[0x4]W[0xa8][0xee] [0xca]BG[0xe0][0xde]t[0x8][0xe5][0x7][0xe1][0x9]U[0xce];[0x8]-[0xd4][0x7][0xfd][0x80][0x12]r)[0xdb]I[0xf0][0xb0]}[\r]t\[0x80]Qx-&b![0xa6]`[0x11][0xa6]#[0x82]7r[0xa6][0xca][0x16][0x89]7[0xe1]2@[0xf5].[0xa7]),[0xe3][0xb1][0x19]Wp[0x8e][0x8a][0xc5][0x14]h[0xf0]qnQ[0xdd][0xe4][0x86][0x80];P[0x1e][0xf0][0x4][0xb4][0xc3][0xa8][0x88][0xe8][0xa1]{[0xe0][0xd9][0x14][0xa9]8&[0x9f][0x1][0xbd][0xf][0xde][0x8d][0x81][0x8a][0xe3][0xfb][0xe0][0x8b]x[0xf9][0xc]x[0x8f][0x86][0xe][0xc1][0xc7][0x9f]q[0x80][0x82]&[0xe2]<[0xd4]PH[\r][0x1a][0xd4][0xd3][0xad][0xcc][0x93][0xa2][0x81][0x8b]P[0x89][0x8b][0xb9]b[0x19][0xcd]j[0xc2]\,[0xc7][0x2][0xac][0xa0][0xa1]+[0x95][0x89]oB[0x85]T[0x9e]7q[0x11]Ll[0xa1][0x81][0xb2][0x17][0xa5][0x9f]\[0xaa][0xd7][0x9][0xb]e[0xaa][0xd7][0x85][0x18][0xa5][0xcb][0xde]V[0xc4]Q[0xae]z[0xdb][0xe8]=[0x8f][0xea]][0x8e][0x4]uV[0xa2][0x16][0xdd]H[0xd2]-)[0xc7][0xcf][0xf6]\[0xf][0xe7]v[0xb0]_[0x7][0xd7]i[0x9a][0xe9][0xd5][0x90][0xd6][0x90]a[0xc1][0x97][0xd5][0xd0][0xab]a[0xa7][0x86]][0x1a]vk[0xe0]g[0xe5][0x95][0xe0][0xf0][0xce][0x97][0xb9][0xc1][0xbe][0xc6][0xab]([0xe4][0xcd][0xd8][0xeb]\[0xd6]|[0xe5]C[0xa0][0x9c][0xd7]1j[0xf0]:[0xbc][0xca][0xda][0xd5][0xb4]o[0x8d]:[0x9b][0xad][0xb9][0xdc]9[0x9b][0x90][0xe9][0xd3]v:m/Sk'[0x85][0xe8][0xdd][0xb2][0xba]~[0x8c]v[0xe1]A[0x88][0x83][0x18][0xa3][0xbc]z[0xf][0xc6][0xec][0xe7]l[0x99][0x92]:Z[0x9d][0xbc][0x1d]c[0x89][0xa5][0xf1][0xc4][0xd2][0xe0][0xc5]N[0xca]{m[0x12][0xde]B[0x1f][0x88]![0xe7][0x95]#o[0xcd][0xa3][0xf0]m[0xec]1[0x83];[0xda]/[0xe5]S[0xca][0xf4][0x84][0xa4][0xc6][0x3]yM[0xb6][0xfd][0x1b]h[0xf1]F[0xa5]%h[0xaf][0xca]k[0xf1]8Zd[0xef][0x9d][0xc4][0xb2]k[0x88]>O[0x81][0xbe]w[0xf1][0xf7][0xee][0x9c][0xbb]D'[0xdf][0xe4][0xfd][0xec][0x90][0x7]k[0xa9]{[0x18][0xee][0x3][0x12]T}[0xa8][0xbc][0x95][0x95]q[0xab][0x2]Z[0xdb][0xb1][0xfc][0xd0][0x18][0xd9]+[0xeb][0xc3][0xd8][0x7][0xe1]om [0xe4][0xbc][0x11]w[0xc3][0xf1][0x80][0xfb]h[0xfd][0x0][0x1a][0xea][0xea][0xfb]q[0x8e][0xb][0xfb]0[0xa3][0xcd][0x6][0xa8][m[0xac]W[0xf8]t+|[0x96][0xf3][0x19](?[0xba][0xef][0xf4]-[0x7]x[0x94]s[0x19][0x1f][0xb][0xa9]|![0x16][0xab]g[0x13]/[0xa8][0x15][0xe3]x[0xcc]-[0x4][0x15][0xf8][0xdb][0xa6][0x9e][0xb6][0xb]V3|[0xc1][0xc3][0x97]+`^N[0x97]\[0xc1][0xb5]]tx[0x8c][0x92][0xb6]a6[0x1]6[0x9f][0xd0][0xba][0x88]GoB[0x86][0xeb][0xaf][0xa2][0xb4]^[0x6][0xfc].J[0xdc][0xc3][0xb8][0xba][0x92][0xd0][0xdb]K[0xa8]][0xad]\[0x18]"[0x18][0xda]0[0x15][0xef][0xc1]{[0xa9][0xa1][0x8a][0x8e][0x95][0xc0][0x94]n[0xde][0xe1][0xb8][0xb5][0x9c][0x12][0xdf]Gg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xcd]E[0xd0]OJ`^{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "56[0x10][0x97]+[0x1c]zZ5\w[0x1a][0x13]P[0xae]@{[0xad][0x9a][0xbb].[0x87][0xd3][0x17][0xa1][0xb9]([0xe0][0xfd][0xb8][0xde][0x1]h8[0xf][0xd0]{[0xa0]}1[0xf]P[0x8f][0x1a]|[Qp~[0x0][0x1f]t6[0x9e]6[0xcb][0x8b]o[0xae][0xbe][0x19]S[0x8e]`[0xfc][0xa6]#[0xa8]"[0x9]M[0xf0]O[0xec]C[0xa0][0xba][0xf][0x93][0xfa]P}[0x8][0x93][0x8f]V[0x8f]-{[0xe1]6[0x4]s[0xb3][0xe7][0xe][0xce][0xb6][0xca]][0xf5]rM[0xa8][0x9a][0xa4]5[0x88]0[0x9b][0x11][0xde]C[0x5][0xef][0xa3]S[0xae][0xc3],Z[0x1c][0xa1][0xea]&~a][0xc2][0x8f][0xae][0x1c][0xea]"t[0xbe][0x8c]t[0xe9][0xa8][0xe6]<[0xfe][0x9a][0xf1]!:[0xd9]v[0x14][0xd9]r[0xea][0xc][0xce][0xdf][0x90][0xf][0xca][0x1b][0x1d]T[0xd7];@[0x92]G[0xa7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%-[0xc7]r[0x98][0xda]XG[0x8c][0xe8][0xad]u[0xc7][0xeb][0x9][0x90][0x13][0x92][0xbb][0xc6]S[0xe3][0xc]E[0x8e][0xb3][0xd4][0xd3][0xb6][0xb4]Jq[0xcb][0xc7][0x18]}[0x9f][0xe0][0x8a][0x9b]h[0xf9][0xcd][0xe4][0x8d][[0x87][0xb8][0xae][0xde][0xb1]KZ3[0x81][0xf6][0x9c]&[0xbf][0xb9][0xd4][0xed][0xe4][0xc8][0xc3][0xed]"[0x5][0xf1]K[0xd2][0xe][0xbb][0xb2][0x1b][0xb9]h[0x14]]}G[0xf5]][0xea]8[0x8d][0xca][0xef]Pt6[0x95][0xbf]Y[0xfc]5[0xf0][0xb7][0xc0]?%[0xa2][0xed][0xc3]d[0xff]T[0xf9][0x18][0xef][0xf][0xca][0xc7]h[0xff]4[0xf9][0xd0][0xfc][0xd3]#Z[0xce][0xe3]3[0xe8][0xf1][0x80][0xc6][0x86].[0x8f][0xe8]G0[0x93][0xa3][0xe7]E*B[0x3]X[0x18][0xa8][0xf0][0xcf]"9[0xcd][0xde][0x18][0xea]G[0x8d][0xc0]a[0xd4]J[0xda][0xf6][0x87][0x2]^g[0xb0]N [0xe2][0xb][0xf8][0x6]0[0x8a][0xc3][0xf5][0x1][0x9f][0x1c]f[0xaf][0xa1][0xfa]0[0xe6]8[0xfd]p[0xbd][0xec][0x88][0x86][0xdb]a[0xf0]mn[0x83]3|[0xfe]a[0xcc][0xa3]<[0xf5][0xe6][0x1e]@[0x98]C[0xf3][0x3]ngr[0x81][0xec][0xbd][0xc6][0x9e][0xeb][0xc3][0x5][0x3][0xa8][0xe4][0xe0]kU_[\r][0x96][0xf][0xe0]2[0x8e],[0xc][0x94][0xdb][0xaf][0xfe]H?[0x1a]%[0xf7]-V[0xf6]El[0xfb]8~[0xa1]3[0xbe]d[0xd0][0xca][0xb][0x1d]+[0xcb][0xfd][0x17]9[0x93][0x17][0xf3]_D[0x1a][0xb7]4`[0xa8])[0xcf][0x0].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xfa][0xb1]L[0xa0][0x1f]M<[0xa2]7[0xe0][0xed][0xc7]r[0xc1]K[0x9c]-{+[0xec]SK[0xb1][0xdc][0x16]0[0x98][0xec][0x8c]~[0xac]tA[0xee][0xde]w[0xfa][0xe9]#[0xf0]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x81][0x8a]CX[0xb5]?[0x9f][0xc6][0xbe][0xc2][0xab][0x6][0x8]%[0xb2][0xce]L[0xdc]I[0xe][0xb8][0x8b]P[0xf8][0x2][0xe6][0xe0]K[0x98][0x87][0xbb][0xc9]/[0xfb][0x19][0xb7][0x7][0xc8]/_e[0xa2];H[0x88][0xf6][0x91][0x7][0xe]1}[0xf5]3[0xb6][0xef]%3[0x1c]!5[0xde]G[0x6][0xb8][0x9f]p?[0x8a][0x8f][0xe3][0x18][0xa5][0x1d][0xe7][0xee][0x87]({[0x80][0xb3][0x8f][0xe0]Q[0xfe][0xfd][0x16][0x1e][0xc7][0x9]|[0x3][0xcf][0xb3][0xf7]{<[0x81][0x97][0xf1]$A[0xf5][0xb4][0xa8][0xc0]3b[0x2][0xbe]'[0xa6][0xe1][0x84][0x8][0xe3][0xfb]b[0x1]~([0x96][0xe0]Y[0xd1][0x8e][0xe7][0xc4]&[0xfc]D\[0x8e][0x9f][0x89]k[0xf0][0xb][0xf1].[0x86]_[0x8a]O[0xe2][0x5][0x5][0xd3][0xa7][0x8][0xdc][0x99][0x84][0xf3]G[0x18]H[0x1a]-[0xce][0xf5][0xe6][0xe5]{[0x8b][0xf2][0xbd]],a>J[0xb8]{i[0xe5][0x18]Z[0x18][0x83][0x8f]:[0x97][0xd1]o[0x1c][0xa3][0xd6][0x10]>[0xa9][0xc6][0xda][0xb9][0xe2]&[0x86][0x82]Amcq[0xb][0xc7][0xc][0xea][0x9e][0xc8][0xc0][0xf8][0x94][0xac]"[0xc4][0x1d]*}C[0xf5][0xa2]*XeO[0xa6]o[0x97][0xea][0xc9][0xa0].S=[0x99][0xbe][0xdd][0xaa]'[0xd3]w[0xb9][0xea][0xc9][0xf4][0xed][0xc1][0xc5][0xa2][0xcb][0xb1]j[0x83]X[0x8b]O[0xb3][0xa7]3M[0xac][0xc2]g[0xf0]Y[0xd2]B*[0x97][0xfe][0xd4][0xfa][0x1e][0xae][0xb7][0xe7]>[0xc7][0xb9][0x1d]*[0x82]F[0x5]=[0xfc]s[0x12]e[0xcc][0xea][0xa7][0xb0]Q[0xe5][0xf6][0xdb][0xa6]/9[0x85]&[\r][0xb7][0xf3][0xed]%L:[0x9][0xbf][0x86];^[0xe6]b;_[0xed][0xab]\[0xca][0xfc]x[0xa7][0xc3]$[0xb]h[0xa2]d[0x12]o[0xa8][0xae][0x9e]Y[0xb9][0xf][0x97][0xc][0xe6]x[0x9b]Bk[0x87][0xf0][0x80][0xd7][0xe6][0x1]J[0xb8][0x9a][0xd4]iK[0x98][0xcb][0xd5].[0x95]a[0xeb][0xfa][0xd0][0xbc][0x84][0xdd][0xb9][0xec][0xea]r,[0xb9][0x8b][0xc0][0x92][0xcf]/[0xfe][0x1b]PK[0x7][0x8][0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.class[0xe5]WYs[0x14]U[0x18]=7[0x99]%[0x99]i[0x88][0x84][0xb0][0x4][0x95][0x8][0x88]d[0xc3]!$[0x80][0x1a][0x4][0x93][0x90][0x89][0xe0]$[0x81]$,*.[0x9d]Ig2[0xc9]l[0xe9][0xe9][0x4][0x4]w[0x1][0x5][0xe3][0xbe][0xa2][0x88][0xa0][0x96]X[0x96][0x16][0x88][0x8a]bYV[0xe9][0x83][0xf][0xfa] [0xf][0xfe][0x6][0x83]O[0x96][0xdf]w[0xbb]3[0x84][0xc9][0xcc][0xd0][0x99]JXt[0xaa][0xba][0xef][0xe9][0xee]s[0xef]9[0xdf]woO[0xdf][0xef][0xb7]~[0xf8][0x9]@=Nzp[0x13]T[0xf]nD/[0x9f][0x82][0xc5]t[0xea][0xf3]BC?[0xa3][0x90][0x7][0x3][0x8][0xf3][0x83]A[0xf][0x86][0x10])[0xa6]S[0xd4][0x8b][0x18][0xe2]^$0[0xcc][0x97]:[0xa3]$#[0x83][0xd1][0x8][0xa3]QF{[0x18][0xed]e[0xf4][0x18][0xa3]}[0x8c][0xf6][0xf3][0xe9]q[0xbe]|[0xc2][0x8d]'=x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A7[0x9e]v[0xe3][0x19][0x1]O[0xa0][0xb3][0xad]a[0xcb]#[0xfe]m-[0x1d][0x2][0xa5][0x81]AuT[0xf5]E[0xd4]X[0xc8][0xd7]m[0xe8][0xe1]X[0xa8]Q[0xa0][0xa8]O[0x8b]h![0xd5][0xd0][0x4][0x96][0x4][0xe2]z[0xc8][0x17]O$[0x1b][0x6]}[0x9]u[0xaf]/[0x12][0xf][0x85][0x88][0xe4][0xdb][0xaa][0xee][\r][0x10][0xd4]t[0xa2][0xbb][0xd6][0x87]cac[0x83]@[0xbc]r[0xf2]h[0xb2][0xbf][0x9a]P[0x83][0x3]Z[0xaa]3[0xb5]4\TK&[0xd5][0x90][0xe6]k7[[0xbf][0x1a]4[0xe2][0xfa]c[0x8d][0xb9][0x5][0x9][0xb6][0xab]1[0x95][0x85][0xab]v[0x8]8Z[0xe2]}[0xe4][0xb2]$[0x10][0x8e]i[0x1d]#[0xd1]^M[0xef]Q{#[0x1a][0xc7][0x15][0xf][0xaa][0x91][0x1d][0xaa][0x1e][0xe6]k[0xeb][0xa6][0xc3][0x18][0x8]'[0x5]Vf[0x91][0x90][0xb6]FW[0xfb][0x2]f[0x9b][0x8a][0xcf][0x11]S[0xa3][0xd4]{v[0xf4][0x12][0xa3][0x2]uS[0x8e][0x8d][0x92][0x9f]H[0xc5]!Pe;V[0x81][0xb2][0xa4]fL[0xba]/P[9[0xa5]|[0xcd]IL[0x1e]bV[0xb7][0xa1][0x6][0x87][0xda][0xd5][0x84][0x95][0xa5][0xe2]p[0xb2]5[0xc6][0xb0]O[0xe0][0xb9][0xca][0xec]1[0x6][0xb4]Q-[0x92]c~[0xdb]U}[0x88]dm'[0xa9]q[0xc2][0xe2][0xe9][0x19][0xd0][0xe3]{[0xd8]Cc[0xd5][0x3][0x2][0xce][0x8]K[0x9][0xdc]r93[0xb4][0x16][0xa3]Ru|[0xe1][0xe6]2&[0xe0][0xb6][0x1c][0x8]T[0xdb]w) [0xc][0x81]y[0x19][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]MC[0xc2].[0x8e][0xdc][0xd9];[0xa8][0x5][0x8d][0xec][0x89])[0x9d][0xcc][0x9d]n[0xb][0xe3][0xaf]q6[0xb];fB[0x8d][0x7][0xe][0xcf][0xc4][0xc0][0xf]NN[0x18]k[0xb9][0x12][0xaa][0xae]F[0xe9][0xaf]an[0x6][0x82][0xc0][0xf0][0xb4]Zi[0x19]P[0xf5]nmxD[0x8b][0x5]s[0xac][0xf9][0x85][0xd9]z[0x8][0xc][0xcc][0xf0][0x4]OHLAb[0x95][0xc0][0xbe]+[0xa3][0x97][0xcd]A[0x9d][0xc0][0xd8][0xd5]r[0x90][0xcd][0xd3]j[0x81][0xe3][0xd7][0x8e][0xa7]l.[0xeb][0x5][0xce]\[0xcb].[0xb3][0xf9]n[0x10][0xf8][0xe5][0xfa][0xf2][0x9d]-[0x92]5[0x2]^[0xef][0x91]d[0x8b]m[0xad][0xc0]_[0xff][0xbd][0xd8][0xb2]E[0xbb]N[0xe0][0xef][0xff]C[0xb4][0xd9][0xe2][0xbf]C[0x8][0xcf][0xff]3[0xfe]l[0x19][0xb9][0x93]v[0xf3][0x14]\[0xfb][0xf8][0x1e][0xf2][0xad])U?Wh[0xf7][0xcc]5R[0xff]p0FE]H3[0x2][0xe6]>zie[0xd5][0xe5]w[0xd2]E[0xeb][0x83][0x11][0xab][0xae]+[0xac][0xe4]q<[0xdd][0xf1][0x11]=[0xa8][0xf9][0xc3]V}5[0xa1]H[0xba][0x9d][0xb5][0x15],[0xc1][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xe2]v[0x5][0xcf][0xe1][0x80][0x82][0x9b][0xb1][0xd8][0x8d][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xe1]y[0x5][0x15][0xb8][0xc5][0x8d][0x17][0x14][0x1c][0xc6][0x11][0x5][0xf]b[0xb7][0x1b]/*[0x18][0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^F[0x83][0x1b][0xaf](x[0x15][0x7][0xdc]xM[0xc1][0xeb]xC[0xc1][0x9b]hP[0xf0][0x16][0xa3][0xb7][0x19][0xbd][0xc3][0xe8]]FG[0x19][0xbd][0xc7][0xe8]}F[0xc7][0x18]}[0xc0][0xe8]8[0x8f][0xf5]![0xe8][0xdb]Q[0x91]=6[0xe9][0xd6][0x8d][0x13][0x2]5S[0xa8][0x1]-v[0xc6]![0x93][0x89][0xb0][0xaf][0xa9]7i[0xe8]T[0xe2][0x8d][0xb3][0xfd][0xd3]Q[0x7]s[0xca][0xdd]4g[0x1d][0xb2][0xf8],[0xa3])[0xcb]P[0xa9][0xaf][0xb0]Y[0xfc]QU[0xc7][0xd3]o[0xf9]k[0xcb][0xe4]o[0xf2]&[0xdc]F[0xe9]_[0x97][0x99][0x12][0x8e][0x19][0x9a][0x1e]S#>[0xbf][0x1a][0x89][0xf4]RuI[0x1d]Re[0xf3][0x9c][0xa0][0xae][0xa9][0x86]6[0xe1][0x91][0xc0]V[0xab][0x8c]M[0x86][0xc2][0xbe]~[0xda][0x8a]k{[0xe2][0xfa][0x90][0xaf]y$[0xd6][0x17][0xd1][0xf2][0xb4][0xb6]8[0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0x5]N.-H[0xb]|3[0x95][0x99]=]M-[0xad][0x2][0x95]v[0xa7][0x8a][0xea][0x5][0xca][0xaa]?[0xae]GU[0xc3][0xd0][0xfa]Rw+." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x8e][0xa4]x[0xbd][0x10]s}[0xee][0x99][0xb8][0xf8]"g[0xc8][0x1][0xad][0xf][0xe7][0xa6][0xd6][0xe6][0xed]m[0xd4][0xf6]i[0xbd]#[0x94]F[0xc7][0xe6][0xe]'[0x95]3[0xe1]X?[0x99][0xa2][0xeb][0x9d]M][0x1d][0xd4][0xec]Qu[0xfa][0x7]p[0xb6]vuuvQ[0xab][0xe9]z[0x9c]M[0xf8][0x9b]z[0x9a][0x2][0xd4][0xf6][0xab][0x86]JY[0xf0][0x9a]Kd<'[0x9d]~[0xbf]@[0xc9][0x84]*$[0xa2]&[0x93][0xf4][0x8e][0xdf][0x88][0x9b][0x0][0x14]`[0x11][0xbf][0xe0][0x84][0x9a][0xf9][0xdd][0xa6]v[0x1e][0xa8][0xea][0xc6]R:/[0xa3][0xab][0xdd]([0x84][0x83]Z[0xa5][0xba][0xa6][0xf6];[0x88][0xea][0x95][0xe7]P[0xf0][0x95][0xec]w+[0x9d]g[0xd3]S`[0x5]\[0xa8][0x84][0x17]UXNW[0xd5]&[0x1f][0xb7][0xd1]}HTI[0xe3][0xb][0x89][0xaa][0xe8]i[0x81]D5[0xa8][0xa5][0xbe][0x82][0xff]f,[0xa5]8[0xf5][0xe3]g[0xcb]k~[0xc5][0x82][0xea][0x9a][0xea]s(<[0xb][0xc7]y8[0xb][0xf1]-\[0xa7]PR-[0xf8][0xde][0xf7]p[0xd3]%[([0x94][0x16]J[0xa5]\-[0x9d]Wb!|t[0xaf]N[0xda][0x98]o[0xe][0x96][0xb2][0xb1][0x9c][0x9e][0xd5][0x92][0xd4]*[0xc2]$[0xb4][0xd0]K[0xb8][0xe][0xab]-[0xf1]ab;[0xa9]-#[0x89][0xa2]s([0xae][0xa1][0xe3]$[0xdc][0x8e]Sp[0x14]~[0x91][0xd2]r[0xc9]0[0xd6][0xc8][0xf1][0x1b]L~j[0xfc]2[0xd4][0xd3]=![0xd1][0x1a][0xac][0x95][0xea]eX[0x87];d[0x8a][0xca]p'[0xee]"]Vw[0xa2][0xa0][0xf4][0x1e]![0xe5][0x1b][0xf3][0x90][0xbf]kJ[0xf2][0xeb]s[0xc9][0xdf][0x9d][0x87][0xfc][0xc6])[0xc9]/[0xce]%[0xbf][0xc1][0x92][0xf][0x11][0xdd]aS~[0xd3][0x84]5fO~[0x82][0xe8]3$[0xba]1[0x8f][0x98]7[0xe7][0x15][0xf3]=h[0x9a][0x1c]ss[0x1e][0xf2][0x1d]S[0x92]o[0xc9][0x95][0xf2]My[0xc8]w[0xe7][0x15]}+-[0xbd]I[0xf2]~K~?[0xd1]]6[0xe5]wI[0xf9][\r]&[0x8a][0xf2][0x8c][0xda][0x8]9[0xd3][0x8d][0xdc]k[0x19]9H[0x1d][0xdd]6[0x8d]<$[0x8d][0xdc]k[0xf2][0xf3]6[0xc2]h3!W[0xba][0xa5]-[0x96][0xa5]Wh[0x88]"[0x9b][0x96]z[0xa5][0xa5].[0x93]?[\r][0x96][0x18][0xdd]G[0xc8][0x9d]n.`[0x99];J[0x83][0x15][0xdb]4[0x17][0x92][0xe6]v[0x9b][0xfc]i5[0xc7][0xa8][0x9d]PQ[0xba][0xcd][0xe][0xcb][0xe6][0xc7]4[0xac][0xc7][0xa6][0xcd][0x88][0xb4][0xd9]o[0xf2]g[0xc8]&[0xa3]NB[0xc5][0xe9][0x86][0xb7]Z[0x86][0xbf]$[0x1][0xaf]M[0xc3][0xc3][0xd2]p[0xc2][0xe4][0xcf][0xb8]aF[0xdb][0x8]y[0xd2][0xad]wY[0xd6][0xbf]#)[0xc5][0xa6][0xf5]Qi}[0x9f][0xc9][0xbf][0x82][0xd6][0x19]u[0x13][0xf2][0xa6][0x7][0xd1]c[0x5][0xf1]3[0x89][0xce][0xb2][0x19][0xc4]~[0x19][0xc4][0x1][0x93]U[0x82]`[0xb4][0x9d][0x90][0x92][0x1e][0xce][0xe]+[0x9c][0xdf]I~[0xb6][0xcd]p[0x9e][0x96][0xe1][0xbc]l[0xf2][0xaf]r8[0x8c]v[0x12][0x9a]ui`[0xbb]p[0xbf][0x19][0x98][0x18]$Q[0x96][0xb8]PK[0x11][0x9d][0x85]G[0xc6]U^[0xfd][\r]\[0xe5][0xb4]U[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94];k[0xce]Cq[0xe0][0x14]N[0x9b][0x94]Y[0x99])[0xb3][0x99]2fRJ2Sn`J[0xd8][0xa4][0xcc][0xc9]L)e[0x8a][0xdf][0xa4][0xcc][0xcd]L)c[0xca]2[0x93]2OR[0xe6][0xa7]S[0xe6];pq?[0xbb]V[0xae][0xab]Ct~[0x9e]">L[0x89]8B[0x9f][0xcd]1J[0xd5]K[0x8][0xd3][0xc7]a[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]1*[0xae][0xa9][0x80][0xc6]i*[0xad][0xa4][0xca][0xfa][0xf][0xaa][0xa9]/~$/[0xa4]&[0xf1][0x2][0x1e][0xb0][0xb6][0xde][0x17][0xe4]t[0x16]H[0xc4][0xd3]Y([0x11][0xef]N[0x1d][0x12][0xf1]f[0xc1][0xfc]H[0x16][0xc1][0xb5]l)[0xfd]*[0xa8][0x1f][0xd5][0xf7][0xd6][0x82]z[0x13][0xc2][0xdc]~[0xb1][0xf7][0xf3]X [0xf0][0xb9]TX[0x7][0xf3][0xc7][0xa3]0[0x8f]uk[0xe8][0xf0][0xd1]QO[0xf3]s[0x86]&[0x80][0x8e][0x12]:[0xe6][0xd0]1[0x97][0x8e][0x85]gR[0xb1].[0x96][0x8b][0xe4][0x18][0xed][0xcb][0x8f][0x93][0xf6][0x9]r[0xf8][0x11]9[0xfa][0x84][0x16][0xc0][0xa7][0xb4]{[0xfa]L[0xc6][0xa4]X[0xdb]>3&[0xcb]am![0xff][0x8]=[0x84][0x87]-[0x87]K$[0xf](.-?[0x87]E_[0xc3][0xc1])[0x15][0x13][0xd6]9W4[0x8f][0x80]+[0x97]G[0xff][0x5]PK[0x7][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.class[0xad]V[s[0xd3]V[0x10][0xfe][0x8e][0x1d][0xac]D[0x16][0xb7][0x0]![0xa1]7h[0xb8]8[0xb6][0x83]![0x84][0x96][0x92]4m[0x8][0x4]R[0x9c]@k[0x1a]HzU[0x1c][0xe1](8[0x92]+[0xc9]![0xe9][0xe5][0xb4]?[0xa0][0xd3][0x97]>p[0x99][0x81][0xa6][0xcc]t[0xfa][0xd4][0x87][0xfe][0x90][0xfe][0x88][0xe][0xd3][0xf6];[0x92],b[0xc7][0x10][0xbb][0x83]=st[0xbc][0xde][0xfd][0xf6][0xdb]=[0xbb]{[0xf4][0xe7]?[0xbf][0xfe][0x6][0xe0][0xc][0xbe]SpE[0x85][0xc0]T[0x17][0xe][0xe2][0x3][0xb9]\M"[0x8f][0xe9]$fp-[0x89][0xeb][0xf8]P.[0x1f])([0xa8][0xe8][0xc2][0x8d]$>[0xc6][0xac][0x8a]^[0xdc]T[0xa9]zK[0xaa][0xce])[0x98]W[0xf1][0x9]>[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]I[0xc9][0xe7]r[0xf9]B*|[0xa9]@Wq[0x0]7[0x15],((*X[0x14]P[0xca]v[0xa9]d8[0xae][0xc0][0xd1][0xfc][0xb2][0xbe][0xaa][0xe7][0xaa][0x9e]Y[0xce][0x15]m[0xab]Xu[0x1c][0xc3][0xf2]r[0x13][0xd1]vZ[0xaf][0x8c][0x8]t[0x15][0xcc][0x92][0xa5]{U[0xc7][0x10]0Z0[0x19][\r]t[0xca][0xba]U[0xca][0x15]<[0xc7][0xb4]J#y[0xdb])[0xe5][0xec][0x8a];[0xbc][0x9c][0xab][0xe8]k9[0xc9][0x80]b[0xf9][0x1c]^^[0x1d][0xca][0xe5][0x83]g[0xde]'62F[0x9f]*[0xd5][0xf2][0x81][0x96][0xc0][0xc0]s[0xcc][0xaf]G:[0xd3][0xba][0xa5]KS[0x81]=[0xae][0xe1]][0xa8]Z[0x8b]e[0x83][0x9c]Y[0xa9]zS[0xb7][0x99][0x1][0x96][0x91][0xc0][0xb9]&[0x9]m1[0xc5]IV[0xa6][0xa7][0x9b][0x96]{[0xd5]Xo[0xb8]$jf[0xf3]8[0xc2][0xd7][0xbb]^[0xbe]8[0xf6]![0xc6][0xe9][0xc1][0xf9][0xc1][0xfd][0xab]|[0xa5][0x8c][0xe1]5[0xa8]r[0xa8]p/[0xdf][0x8][0xf]S[0x93]e[0xcf]_[0xdf]#[0xce]/[0xf0][0xde][0x13][0x88][0xb9][0xf4]c[0xc4][0x1e]"[0xfe][0x0][0x1d][0x1b][0xd8]![0xb0][0x81][0x84]@>[0xb3][0x1]E[0xe0][0x7][0x1c][0xe4][0xa6]S[0xe0]wtMg[0x1f] [0xfe][0x8][0xea]O[0xff][0xfe][0xc5][0xcd][0x6][0x92][0x2][0xf7][0x9][0x11]G?[0xd7]CHp[0x1d]@[0x12]id[0x91][0xe1][0xdb]l[0x16]oqP[0x8c][0xe1]$[0x8e][0xf2][0x9f][0x1e][0x92][0xc9]B[0xc1]1[0x1c][0xe7][0x8e][0x8e]q[0x2])[0xdf][0x2][0xb4][0x89]=E[0x9f][0x82][0xf4][0xdf]d[0xdd]E[0xe3]l[0xc8][0xb2][0xf][0xc1]GH?[0xc2][0xf7][0x93][0xe0][0x13][0x18][0xe2]:[0x18][0xa9][0x9d][0xe1]SJw0[0x10][0xed][0xbe][0x1f]w[0xbf][0x1f][0xb1]t4[0x8c][0xe][0x9c][0xf5])h[0x81][0x12][0x9][0xe5]|[0xb8]S8[0x1d][0x2][0x8c]0[0x8][0xa9][0xab][0xa4]3[0xe2][0x11]v[0xde][0x8b] [0x2]o[0xef]D[0x11]P%4[0x97][0xbb][0xa1][0xd0]3[0xc7]i[0x8][0xf4]#[0xa5][0x1d][0x12][0x90][0xb9]d[0xde]v[0xc5][0x98][0xb7][0xdd]3[0x83]@[0x1d][0xcc][0xfe][0x82]=[0x83][0xf7][0xa4][0xfc][0x9][0xba][0xe6]22[0x97][0x8f][0xb1]w[0x3][0xdd]q[0xdc][0xdc][0xac]}[0xaf]![0xa5]c[0xd8][0xc9]d[0xed][0xc5][0xfb]$0[0xce]S[0x9e] [0x81][0x8b]>[0xa1]t[0xe0]*"4[0x12][0x12][0x92][0xbb][0xb3]L~[0x8c][0x96]'[0xf1]6[0xce][0x11]O[0xa6][0xb9][0x13][0xe2])z[0x15][0x86]#[0xe4][0xc8][0xe])[0x8f]QO[0x6][0xa6][0x6]$[0xf6][0xc5][0xf0]sC[0xf8]S[0x9b][0xc2]W#oj[0x14][0xfe]y[0x8c][0x86]X[0x17][0xa9]#[0xab]*[0x91][0xce]<[0xc2][0xfe]F[0x9c][0x19][0x1f][0xe7]p[0xa0][0x11][0xe1]$"[0xd6][0x89][0x90][0xb5]D|[0x97]O[0x89]8[0xbb][0x5]1[0xbe][0x9][0xb1][0xb0]-[0xe2][0x18]s[0x17]c[0xee]j[0xa7]/%[0xe3][0x94][0x4][0xdd]q[0x81][0xb2][0x9][0xb2][0xe][0xd8]g[0xc3]2[0x8a][0x89][0xc6][0x2][0xb8][0xb5][0xa9]~b[0xa1][0x9f]N\[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xdf][0xcf][\r][0xb][0xf9][0x9][0xe][0xcc]=F[0xcf]Ct4Vl?[0xd7]I[0xdf][0xfc][0xf2]PK[0x7][0x8][0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.class[0xa5][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][0xdb]^{[0xed][0xb5][0x14][0xac]?P[0x11]E@m[0x89]z[0x11][0xf1][0xc1][0x94][0xf8][0xd2][0x84]hr[0xd1][0x4][0xb4][0x89][0xbc]m[0x8f][0xe5][0xb8][0xe6]zW[0xb7][0xd7][0x6][0xff][0x5][0xff][0x1a][0xd1][0x7][0x12]M[0xfc][0x3][0xfc][0xa3][0x8c][0xb3]{G[0xa1]T[0x8d][0xd5][0x87][0xce][0xce][0xcd][0xee][0xcc]gfv[0xb6][0xdf]|[0xf9][0x6][0xe0]1[0xd6],[0xe4][0xb1]ZD[0xe]wL[0xdc][0xb5][0x90][0xc5][0xaa][0x89]{&j&[0xea][0xc][0xa6][0x1b][0x85][0xb1]8[0x8c][0x19][0xee];[0x91][0xf4]l[0xde][0xe3][0xee][0x81][0xb0][0x83][0xc8][0xf3][0xfc][0xd0]S[0xeb]F[0xc7][0xee][0xf7]|[0xdb]![0x8b][0x90][0xcd][0xe4]t[0x83]![0xbf][0xe9][0x87]~[0xfc][0x8c]![[0xab][0xb7][0x18][0x8c]f[0xb4]'[0x18]f[0x1d]?[0x14]/[0x7][0xdd][0xb6][0x90][0xaf]y; K[0xd5][0x89]\[0x1e][0xb4][0xb8][0xf4][0xd5]wj4[0xe2][0x3][0xbf][0xcf][0xd0][0xd0][0xc8][0xa8][0xd7]'F[0x8f][0x1f][0x8e]S[0x87][0xeb][0x8a][0xa9][0xd6]1[0xf4][0x16]w[0xe3]H[0xbe][0xa7][0xc],O[0xc4][0xcd][0x93][0xec];5[0xa7][0xc3][0x87][0xdc][0xe]8[0xf9][0xef][0xc4][0x92][0xc2]4[0xce]X[0x9a][0x1][0xef][0xf7][0x9d][0x88][0xef][0x9]y[0xd6][0xfc][0xaa][0xdd][0x11]n[0xdc][0xd8][0xad]OW[0xbb][0xb1][0xff][0xce][\r]Ui[0x13]H[0xea]K[0xa0])[0xc][0xf3][0xbf][0xc1]S[0x93]([0x8a][0x90]![0xf]F[0xd9]W'sb[0xa8][0xb8][0x3])ExZ#[0xdb]e[0xf8][0xf0]_u&[0xa6]P[0xc4][0xf6][0x9b][0xed][0x17][0x8d][0xc9]HS[0xf6][0xa1]B[0xc3][0xb3][0xef]{[0xea][0x86]c?[0xa2][0x8e]T[0xc6][0x1][0xd4][0xa9][0x90]w[0xe9][0xbe]g[0xa4][0xe8]FC1[0xaa][0xc4][0xae]M[0x3]R[0xf3]U[0xd8]t[0x83]t[0xe0][0xac][0x9d]h ][0xb1][0xe5][0xab]IZ[0xfa][0xc3][0x8c][0xd1],L6[0xe5][0x81][0x86]&a[0xd9][0x8][0xaa]\[0x8b]$[0xb][0xd4][0xf3][0x93][0xde][0xae][0xe8]3@[0xe9]+[0xb2]o[0x8f]a|F[0xe6]H[0x1f]=[\r][0xb6]HrY[0x3]V~[0x2]PK[0x7][0x8]}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.class[0xad]V[S[0x13]I[0x14][0xfe]:$L.[0x93]%"[0xa2]"[0xbb][0xae]+j[0x12][0xd4]1[0x80][0xb7][\r][0xa2],[0x8b][0x8a][0x6][0xbc][0x4][0xf1][0xfa]2[0x84][0xae]08[0xcc][0xa4]f:[0x94][0xd6][0xfe][0xa0]}[0xd9][0x7][0xad][0xf2]R[0xb8]U[0x96]O>[0xf8][0xa3][0xd6]=[0xdd][0xd3]@[0x82][0xc1][0x7]0[0xc9]t[0x9f]>[0xdd][0xe7][0x9c][0xaf][0xcf][0xf9][0xba]'_[0xfe][0xfb][0xf0][0x11][0xc0]([0x9e][0xa5][0xd0][0x83][0xcb]i[0xe4][0xf0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3](g0[0x8e]KRw%[0x83]}[0x98][0x90][0xcd]U[0x3][0x93][0x6][0xa6]2HbZ6[0xd7][0xe5][0xea][0x1b]i[0xa4]p3M[0xb]g[0xc][0xdc]2p[0xdb]@[0x85]![0xe6][0x8][0x86][0xbe][0xca][0x8a][0xbd]f[M[0xe1][0xb8][0xd6][0x8c][0xe0][0x81]-[0xfc][0xa0][0xcc][0x90][0xaa]:u[0xcf][0x16][0xcd][0x80]3$[0xa6]=[0x11][0xbc]d0g<[0x8f][0x7]S[0xae][0x1d][0x86][0xa2][0x99][0x96][0x91][0x89][0x87][0x18]5[0xf1]H6[0x8f][0xf1]D[0x6]~*[0xc3][0x9c][0xa4][0x82][0xef][0x81][0x99][0xc][0xb9][0xed][0xd9][0xa6]s[0xf0]m[0xba][0x19].[0xee]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe5]][0xe3]kC[0x17][0x95][0x8f]![0xe9]lb[0xea]o#d[0xcb][0x85][0xd7][0x15]r!O[0xf8][0xd6]d[0x95]Kne[0xdb][0x14]mc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x87][0xad]cU[0x88][0xb9]u.ns*I[0x92][0x84][0x5][0xdb]m[0x12]i[0x92][0xc2][0xdf][0x80][0xd4][0xce]d[0xcd]3[0x86]S[0xf9][0x9d][0xa8][0xdc][0xaa]),[0xe0]W[0xba][0xcb]s`t[0xe1][0xc7][0xe8][0xcd]@,"[0xb9][0x8f][0xa4][0x18][0xe][0xe6]r[0x92]g$'[0xe8][0x19][0xc4][0xcf]4[0xf3][0xb]I[0xf7]iN[0xae][0x1d]([0xe][0xbf][0x5]+[0xbe]G[0xac]X|[0x3][0xf6][0x6]][0xeb][0x88]3[0xbc]E[0xe2][0xb5][0xb2]?JmZ[0xad]t[0xe9][0xa5][0xb1]J[0x91][0x80][0xfe][0xc8][0x12][0xc7][0xf0][0x1b][0xa0]$[0x19][0x81][0xd1][0x97][0xa8][0xab][0xfd][0x8f][0xa9]1[0xd9][0x92][0xd7][0xc4]:[0xba][0x19][0xfe][0xd9][0xf4][0xd7][0xad]f[0x1a][0xca][0x97][0x19][0xad][0xd2][0xbe][0x98]$$[0xad][0x92][0x1e]> [0xae][0xe2][0x94]"[0xf][0x6][0xc3]'$+[0xff]"[0xf5]xx[0x1d]i[0x6]j3[0xc][0x9f][0xd1][0x13][0x9][0xef]`[0xfe]M[0xc8][0xdf]#[0xfb][0x8a][0x8c][0xe2]*P/[0xf5][0x80]@[0x16]M[0x92][0xd7]p[0x8e][0xfa][0xad][\r][0x94]t[0xd0],[0x81]>[0x85]<[0x5]/h@[0x91][0xa6]H[0xd2][0xb0]Z[0x17][0xfb][0x8a][0xd3][0x88][0x19]8m[0xe0][0xc][0xba][0x92][0xc8][0xd2][0xcf][0xc0][0xd9][0xaf]rGZ[0x1b][0xdf][0xd4][0x1a][0xb0]t[0xee][0xcf][0x91][0x83][0x12]FtF[0x86][0xd5][0xfe][0xe8]y[0xbd]-[0x11][0xb5]$[0x82]E[0x98]r[0x93][0xf2][0x2][0xd0][0x86][0x96]Ne[0xa2][0xf8][0xe]?[0xbd][0xda]f[0xec][0xb6][0x18]'[0xf4][0x86][0xe2]:[0xfe][0x18][0xce][0xab][0xfe][0x2].*[0xed][0x0].[0xd1][0xd6]A[0x1b]K[0xd0]_[0x81]k8[0xd0][0x9d][0xc2]a@[0xd7]0[0xfa][0xf4][0xe8]>[0x85]?[0xf0]'R[0xff][0x3]PK[0x7][0x8][0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContex" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tMap$1$1.class[0x9d]T]O[0x13]A[0x14]=C?[0x96][0xdd].Z@[0xc0][0xf][0x14][0xd4][0xa2]mQV[0xb0][0x8a]XBb[0x8]&$E[0x13]KH|[0x9c][0xb6][0x93]v[0x9b]u[0xb7][0xd9][0x9d][0x12][0xf0][0xc9][0x1f][0xe4][0x83]&[0x10][0x83]&[0xfe][0x0][0x94][0xf1][0xce][0xec][0xc6][0xb4][0x6]_[0xb6][0x93][0xf6][0xde]9s[0xe7][0xdc][0xdb]3w[0xe6][0xd7][0xef][0xef]?[0x1][0x82][0xbc]m[0xf5]E[[0xd6]wh0[0xe4]e[0xcf][0x8d]JT[0xd5]V#[0x8][0xbb]N0[0x88]j}g[0xc0]O[0x1c]/[0xe8]vi[0xa3][0xb2][0xb5][0xfe][0xf1][0x86][0xd3][0x88][0xed]a/[0x14][0xbc][0xb3][0x1b][0xf8]R[0x9c]H[0x95]p][0x91]l[0xbb][0xbe]+w[0x18][0xb6][0xcb][0xa9]Y*G[0xc][0xd9][0xdd][0xa0]#[0x94][0x16][0xae]/[0xde][0xc]?[0xb4]Dx[0xc8][[0x1e]!3[0x8d][0xa0][0xcd][0xbd]#[0x1e][0xba]j[0x9e][0x80]YU:C=mJ][0xfa][0xa4]+E[0xc8]e[0x10]2[0xcc][0x97]+#b[0xee]'8[0xc5]4/]H[0xa1]|[0x82][0xc4][0xca]g#[0xf7]#[0xfd][0x8b]L[0xb9][0xb2][0xcf]p8B[0xf6][0xaa][0x15][0xc9][0x90][0xb7]e[0xba][0xd3][0x1d][0xcb]a5[0x83]a[0xd8][0x16][0xaf]][0xa5][0xd7][0xe2][0x94]XS[0x9b]I[0xf5]=[0xbf][0xed][0x5][0x11]m>[0x10][0xb2][0x17]tlj[0xee][0x9a][0x8d]Y\[0xb3]1[0x87]g6[0x9e]c[0xd3][0xc0][0xb][0x1b]S[0xb8]B[0xaa][0xa7][0x16][0xbd][0xb4][0xae][0xf8][0xb6][0xc][0xbc][0xb4][0xb1][0x84]e[0xea][0xbc][0xd4]T[0xc]s[0x97][0xca][0xc6][0xb0][0x99][0x92][0x93]a[0xf6][0x12][0xc5][0xa9]M[0x84][0xb2][0x9a]zz[0xac][0x1b][0xe2][0xbb]J[0x87]H[0xed];y[0xcc][0xbd]R;[0x18][0x9c][0x8e]_g[0xa2][0xa1][0x90][0xa9]1[0x80]a'[0xf5]UI.[0xcb][0xd4]X[0x11]X[0xa6]'[0xc7][0xa2][0x17]i[0x2]EuB[0xa0][0x1a][0xf4]l[0xa6]XTgH~[0x86][0xbe]s[0x98][0xa7][0x95][0x5][0xf2][0xde][0xd1][0xda][0x4][0xd9][0x9b][0xd5][0xd5]s[0xb0][0xea]7LT[0xab]g`g[0xc8]\ [0xcb]p[0x8e][0xdc]W[0xbd][0xff]:[0xfd]Z:[0xb2]G[0x19]\[0xdc] o>[0xde]I[0xe3][0x16][0xa0]=[0x95][0x81][0xd1]X[0xc4]mZ[[0xd0]/c[0x86][0xe6][0x80][0xf9][0x3][0xf9][0xf7]Do|[0xf9]K[0x97][0xd7][0xb][0x9e][0xa6][0xb2][0xe3][0xa0][0x84]*.[0xf9][0xe]a[0xd4][0x19]I[0xa1]5MLEPy[0xb9][0xb]L2|[0xfe][0x87][0xe9][0xd3][0x8][0x93][0x95]0e[0x13][0xae][0xbb][0xb8][0xa7][0xed]}[0x94]4Z[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82]P[0xe5][0xc7][0x1f]3[0xb1][0xf9][0xc4][0x16][0xe9][0x9][0x9f][0xce][0x9b][0x0]PK[0x7][0x8] v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.class[0x9d]TQo[0xd3]0[0x10][0xfe][0xbc]fMSR[0xda]ml[0xc0][0x18]0 @[0xdb][0x8d][0x85][0xc1][0x10]B+[0x93]P4[0xa4]I[0xdd]^:M[0xe2][0xd1]M[0xad]4UH[0xaa][0xc4][0xad][0xb6][0x5][0xf][0x13][0x12]H[0xfc][0x0]~[0x14][0xe2][0x9c][0xe4]a-CB[0x89][0x15][0xdf][0xf9]|[0xf7][0xf9][0xfc][0xf9][0xec]_[0xbf][0xbf][0xff][0x4][0xf0][0x1a][0xb6][0x81]26U[0xf7][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x8f]u<[0xa9]B[0x83][0xa5][0xe3][0xa9][0x8e]g[0xc][0xe6]Q[0x18][0x8a][0xd8][0x9]x[0x92][0x88][0x84][0xa1]2[0xe5][0x81][0xe5]F[0xe3][0xb][0x86]zw[0xc4][0xa7][0xdc][0x9e]H?[0xb0][0x8f][0xf9]x[0x9f][0xa1],[0x87]~b[0xbd]dx[0xdb][0x8d]b[0xcf][0x8e][0xc6][0xc9][0xde][0xc8][0x1e][0xf3]s;[0x88]<[0xcf][0xf]=%[0xf7]F[0xd3]Wv7[0x93][0xa7][0xc3]X[0xf0][0x81][0x13][0x85]R[0x9c][0xcb][0x1c][0xa2][0xe3][0x87][0xbe]<`8j[0x16][0xc4][0x98][0xcb][0xaa]u[0xc6][0xa0]9[0xd1]@[0xa8][0x84][0xfd]P[0x9c]L>[0xf7]E|[0xca][0xfb][0x1]Y[0x96][0xbb][0x91][0xcb][0x83]3[0x1e][0xfb]j[0x9c][0x1b]5[0xb5][0xb][0x86]w[0xc5][0xd6][0xb7]vi[0x17][0x15][0x11][0xca][0xf8][0xa2]'$[0xc3]R[0xb3]u%#2[0xd1][0xb4][0xd1][0xf3][0xbd][0x90][0xcb]I,t4[0x19][0x16][0xf][0x95]7[0xc3][0xc9][0xbc]kgv/V[0xea][0x97][0x1b][0x3]N[0xb9][0xf4]dL)[0xed][0xff]m9[0xa0][0xc6][0xf0][0xfe]J[0xfc][0x87]~"c[0xee][0xaa][0x14][0xff][0x13][0x81][0xa1][0xda][0x8b]&[0xb1]+>[0xfa][0x8a][0x96][0x8d]lxG[0x85][0x12][0xb9][0x87][0xa1][0x1b]D[0x9][0x85][0x1e][0xb]9[0x8c][0x6]:Z&[0xda][0xd8]2q[0x3][0xa6][0x9][0x3]U[0x13]5l[0x13][0xaf][0x5]i[0xb5]v[0x15][0xc0][0xb]*[0xae][0x82][0x0][0xc][0xab][0xd7][0xd2][0xa1]c[0x87]a[0xe5][0x1a][0xa6][0x19][0xde][0x14]Z[0x8a]A[0xf7][0x84]t[0xd2]K2{[0xfc]Y[0x8d][0x97][0x9a][0xaa](;[0x5][0xb][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x85][0xd7]fP[0xb1]I[0x17]X[0xa7][0xb][0xbd][0xd0]h([0xae][0x1][0x92]D[0xbc][0xb2][0xd0]_[0xc3]M[0xd0][0x11][0x91][0xe6][0xd0][0xb8]D[0xb2][0xde][0xde][0xba][0x4]ko_b[0xa1][0xfd][\r][0xa5][0xaf][0xa9]c[0x83][0xfa]29[0x2][0x2]K[0xd4][0xaf][0xa5][0xc1]u,c[0x5]H5[0x5][0xc9][0xa8][0xdd][0xc2]*[0xcd][0xd5][0xd3][0x17][0xa4][0x94]F[0x18]?[0xa0]}"[0xa8][0xc5]/sP[0xc3][0x14][0xca][0xcc][0x9c]r[0xa8][0xb5][0xd4][0xe7].[0xbd]3[0x99][0xb6][0x8e]{[0xa9][0xdc][0xc0]}[0x92][0x1a][0x1e][0xe0]!*[0xa4][0xad][0x13]x[0x19][0xd9][0xa7][0xe5][0xf2]6[0x9e][0xe3]N[0xd9][0xf8][0x3]PK[0x7][0x8]Iab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.class[0x9d]V[S[0x14]G[0x14][0xfe][0x9a]][0x98][0xbd][0xc][0x82][0xc0]j &[0xf1][0xee][0xc2][0xa2][0xa3]Fb[0x92]%H[0xd8][0xa8]!.b\[0x82]bL[0xc8]0[0xc][0xcb][0xc0][0xec][0xcc]dv[0x16]![0xd7][0xe7][0xbc]$[0xcf][0xf9][0x5][0xbe][0xe4][0xc1]h[0x15][0xc6]X[0x95]G[0xac][0xca]o[0xb2]R9[0xdd][0xd3][0xec][0x8d][0x15],[0xa0][0xaa][0xbb][0xa7][0xe7][0xf4][0xf7]}[0xe7][0xf4]9g[0xf6][0xdf][0xff][0xfe][0xfe][0x7][0xc0][0xbb][0xf8]9[0x81][0x1]|[0xae][0xe0]v[0x2]m([0xc4][0xd1][0x8f][0x99]$[0xbe][0xc0],_[0xdd][0xe1][0xab][0xbb]I[0xcc][0xe1][0x1e][0xfc]2A[0xc3][0xfd][0x4][0xe][0xe3]+>|[0xcd]O[0xce][0xf3][0xd5]7|[0xd0][0xf9][0xb0][0x90][0x80][0x81]E[0x5]f[0x2]=X[0xe2][0xf6]E[0xbe][0xbd][0x9c][0x84][0x85][0x15][0x5][0xab][0xfc][0x81][0xc8]l[0x5]%[0x5][0xe][0x83]:[0xe9]8[0xa6][0x9f][0xb3][0xf5]r[0xd9],3[0xc4]K[0xf3][0x86][0xeb][0x4][0xe6]z[0xc0]p<[0xef][0xfa]E[0xcd][0xf5][0xca][0x97]V4O_[0xd7]l[0xb7]X[0xb4][0x9c][0xa2]vK_[0xcf][0x85]6Y[0x86][0xee][0xd2][0xfc][0xa2][0xb9][0xa4]W[0xec] [0xb7]}N-[0xcd][0x93]y>[0xb4]f[0x18]|5[0x8c][0xb4][0x99][0xd2][0x1d][0xbd]h[0xfa][0x84][0xd6]1j9V0[0xc6][0x10]I[0xf][0xce]2Ds[0xee][0xa2][0xc9][0xd0][0x95][0xb7][0x1c][0xf3]f[0xa5][0xb4]`[0xfa]3[0xfa][0x82]M;=y[0xd7][0xd0][0xed]Y[0xdd][0xb7][0xf8][0xb3][0xdc][0x8c][0x6][0xcb][0x16][0xb9]p[0xf9][0x15]|4_ZY[0xbb][0xa8][0xe5][0xc3]yf[0xd9]7[0xf5]E)zJ[0xf7][0xb8]/e3[0x98][0xa8]8[0x8b][0xb6]Y[0xf5][0xe5]T:D+[0x17]-m[0xc9][0xd7]K[0xe6][0x3][0xd7]_[0xd5][0x1a][0x8c][0xb2]\i[0xc4][0x8][0xd6][0xab][0x11][0xdb][0xcd][0x98]AY[0xb4][0xca][0x9e][&[0xc1][0x89][0xa2]Y[0x8b][0xda][0xc9][0xf4].[0x81][0xaa][0x9d][0xee],[0x4][0xba][0xb1]Jz[0x85][0xd3]t[0xa1][0xc4][0xed]U[0xe8][0xfc][0x99]t~E_[0xd3]5[[0xa7]#[0x85][0xc0][0xa7][0x93][0xd9][0x9d];B[0xeb][0xaa][0xb9][0xc1]C[0xb8][0xe3]%C[0xfb][0x9a]nWHY[0x84][0x94]1[0x9c]n[0x1]9[0xd8][0xea]X[0xc4]]XiD[0x9c]^X1[0x8d] +[0xb2][0xcc][0xa5]{[0xf5][0xcd][0x92][0xbb]F[0xc0][0xa9]V[0x90][0xa4][0xa9][0xdd][0xb0]M[0xdd]gH[0xf2][0xec][0xd3]-[0xa7]|[0x83]kli}[0x8f]B([0x2][0xe7][0x91][0xc5][0xc1][0xb4][0x14]T[0x9],[[0xb][0xaf]1j[0x88]W];^[0x1c]j[0xcc][0x9a][\r]o;sF[0x1a]MGw[0x8d][0xa4]tm[0x8c][0x9c][0xf3][0xa8]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xd1][0xd1][0x83][0x8a]O0[0x97][0x9b][0xc5][0xec][0xe]$w[0xc6]HY[0x8a][0x1c][0x9a],[0x95]*[0x1][0xd7]C[0x7][0xa7][0xfd][0x9b][0x15][0xdb]&G[0xad][0xf2][0xd5][0x92][0x17]l[0x88][0x82] [0xc7]c[0xa3][0x86]-+$Qp+[0xbe]a^[0xb3][0xb8][0x3]G^[0x91][0xd4][0xe7]8[0x9b][0x8a][0xe3]8[0xc1][0x90]i[0x9d]][0xd3][0x85][0xeb][0x93];J[0x91][0x1f][0x19]Rq[0x14][0xc7][0x14]|[0xab][0xc2][0xc7][0x9][0x15]o[0xe1]m[0x15]e[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "**[0xd6][0xa0][0xa9]x[0x87][0xef][0x9c][0xe3][0xab][0x8b]x[0xa0][0xe2]2[0xd6]Ul[0xe0];[0x15][0x1f]aL[0xc5][0x15]~[0xe8]{[0xe4][0x14][0xfc][0xa0][0xe2]G[0xe4](>[0xfb]*[0xcc][0x93][0x17][0xb8][0x9a][0x9f]TL [0xc7][0xe9][0x8][0xd0]S[0x91][0xc7][0x14][0xc3][0xd1][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xae]v_[0x9c][0xd4][0xb][0x9a]/[0x9c][0xe1],[0x87][0xd2]=[0xdd]X6[0x1b]q[0xb4][0xb2]gi[0xbb]B[0x84]WM[0xd5][0xdb][0x90][0x1e]T[0xb4][0xaf][0xd9][0x1a])[0xa9]][0xcf][0xa4]v[0xdd]G[0x89]R{[0[0xfd]5[0xcb][0xa0][0xfb][0xcf][0xec][0xd6]<[0x1a][0x8d][0xb3][0xaf][0xc1]Z[0xc5][0xed][0xc][0xe9][0xaa][0xd1][0xdc][0xa3][0xc9][0xc8][0xd2][0xe0][0x5][0xbd]W[0xef][0x90][0xa6][0x94][0xd2][0x81][0xbb][0x1d][0x9d][0xbe]t[0xcb][0xee][0xd2]+[0xab]}z[0xa9]>[0xba][0xa9]Z(s[0xae]m[0x13][0x98][0xe5]:[0xd4][0xfe]c&/[0x18]a2[0x99][0xde][0xe7][0xa7][0xa0][0xa9]s[0xc][0xce][0xe2][0x18]}H[0x7][0xc0][0xf0]&"H[0xf0]R[0xa0]Ow[0x82][0x17][0x80][0x98][0xa9]Nh[0xee][0xa4][0xf7]Ti4[0x9e][0xa4]'[0x8d]fFs[0xfb][0xd0]S[0xb0]?i[0xd1][0x86]S4v[0x88][0xcd][0xd3][0xf4][0xf][0xa8][0xa1][0x1][0xce] Ms[0x1c][0x83][0x18][0x92][0x87][0xaf][0x11][\r][0xd7][0xf7][0x1c]ms[0x4][0x10]y[0x82][0xe8]cD[0x9f][0xa1][0x9d][0xa1][0x86]u[0x80][0xac]8Q[0x12][0x17][0xd0]K5X[0xc3][0xec]C[0x6][0xc3][0x2][0xf3]lUP?[0xc2]?![0x86][0xd5][0x89]y[0x8f]<8'[0xf4]r3G[0xec][0x1][0xd9][0xc7][0xe8]x[0x81]4[0xb1]n[0xe1][0xb8][0xe0]V[0x18][0xb6][0xd0][0xbb][0xbd]|[0x86][0x18][0xc3]CD[0xd9][0x13]t[0x90][0xe9][0x16][0xe2]4>[0xe4][0xeb][0xf8][0xa3]&[0x85]WH[0xd5]8)[0x9a][0xc0]y[0x11][0xa6][0xf6]3[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xb4]%'h$[0xb6][0x8b][0xf4]#([0xe4][0xbe]A[0xe6][0xfc]@[0xfc]/$2[0xc3][0x9b]H[0xd6]|[0xe5]?[0x8e][0x80][0xeb][0x88][0xe1]S[0xe1][0xe7][0xd1][0xd0]P[0xc6][0x8e][0xaf].aDH[0x8f][0x93]C#dM[0xfd][0x6][0xef]K`[0x8b][0x9e][0xb9]}[0x8a][0x3]oB[0x9d][0x1a][0xde]B[0x82][0x8]:[0xb9][0x3]\n[0xa4][0x8e]$O$Su$[0xa9]*IJ[0x92][0xc4][0xc8][0x89][0xf][0xf0]!Y[0x9f][0x17]!o{[0x89]^[0x5]Y[0xf2]j[0x94][0xde]R[0xf7][0x93][0xb4][0xe3]d[0xc1][0x11]c![0xed][0x81]fwnCAA0[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xaa]L1[0xc9][0xc4]x[0x1b][0x95]h#2[0xa3][0x14]B[0xdb]DW3[0xd8][0x1d][0xba][0xce][0xbb]u9[0xa0]H0F2>[0x96][0x10][0xd3]RP[0xb7][0x8c][0xc3][0x16][0x94]([0x85] [0xf2]G5[0x4]aJ[0xdc][0xaf][0x13][0xd5]][0x15][0xd5]-E[0x9d][0x17]Y[0xdb]v`[0x9c][0xeb][0xa1][0xae]Lf[0x1c]|[0x3]Qq[0xa0]_[0xe8][0xeb][0xce]g^p[0xa9][0x7][0x1f]=G[0xcf][0xdc]P[0xe6])zy[0xa0][0xa3][0x82][0xa5][0x87]f@'[0x8d][0xb][0x94][0xbd][0x6][0xba]`[0xd6]1[0xf6]KF[0x85][0xec]>[0xc1]U"[0xb9]&[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xae]K[\r]1[0xb0][0x97][0xe8]R(#&E,>[0xa3][0xfd][0x1b]U9[0xb5][0x2][0xdc]D_-%C[0x7]iQ[0x80]5[0x10][0xfa][0xb8][0xc8][0x80]Uh[0xe6][0x92][0x6][0x84]O[0xa9]|f[0xb]j[0xe6][0x19][0xe]1[0xfc]^[0x17][0xba]h[0xdd]5[0xfc]J"[0xab]sf[0xa0][0xea]L/[0x95]@[0xa3]3|g[0xdb][0x99]$"/[0xd1]G[0xce]D[0xc6]y[0x82][0xdd][0xac]^[0xfb][0x9][0x1]C[0x6][0xcf]qx[0xee])[0xde]x[0x82]xs[0x5][0xf][0x92][0xc9][0xb4]P[0xb]G[0x84][0x12][0xfa]5[0x16]V[0xfb][0xff]PK[0x7][0x8][0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.class[0xbd]Xit\e[0x19]~[0xbe]Yr'[0x93][0x9b][0x85],M[0xd2]4M[0xda]&m2I;BK)4[\r][0xad][0xa1][0xc5][0x94]$[0x80][0x9][0x85][0xb6]"[0xdc]&[0x97]d[0xca]l[0xcc][0x12][0x1a][0x90]MDP[0xc1][0x5]*[0x18],[0xa0]lu)[0x98][0xb2][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x14][0xd1]V[0xd0][0xa3]G=n[0xe4][0xa8][0xc7][0x85]?z[0xd4][0xe3]vN[0x5][0x9f][0xef][0xbb]7w[0xee]L[0xa6],=[0x1e]{[0xda][0xef][0xde][0xf9][0x96][0xf7]}[0xde][0xe7][0xdd][0xbe][0xdb][0xd7][0xde]|[0xe1][0x8][0x80][0xd5][0xf8]~[0x10][0xed][0xd8][[0x8a][0x1a]|^[0xe][0xf7][0x6][0x11][0xc6]}[0x1a][0xbe][0x10][0x84][0x1f]{[0xe5]0[0x1d][0xe4][0xf4][0xfd][0xf2][0xed][0x8b]r[0xd8]'7[0x1e][0x1e][0x99]H[0x99][0xc6][0xd8]@b[0xd4][0x88][0xae][0x17]([0x1d][0x8e][0x8c][0xc7][0x8d]L6e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\\|W[0xcf]@"5[0x1e]6[0x92][0xc6][0xe8][0x84][0x19][0x8e]&[0xc6][0xc7]#\[0xe7]s[0xcd][0xee]p:[0x19][0x9][0xf]f3[0xc6][0xae][0xa8]i[0x1d] [0x90][0x8c][0xb9]'3[0x9c]1F[0xaf]^[0xdf]K[0xf9][0x81]l[0xda]T[0xbf][0x88]t[0x87]@IO$[0x1e][0xc9][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]:vtn[0xe3][0xa3]/1F[0xcd][0x95][0x3][0x91][0xb8]9[0x94][0x8d][0xed]2S#R[0x98]@[0xb5]R[0xbd][0xcd][0xa0][0xb9]R[0xb8]5[0xe9][0xcb]LD[0xd2][0x2]g+@[0x89]d[0x9a][0x8][0x92][0xc6][0x9e]|L[0x93]g[0x84][0x7][0xac]g[0x11]D[0x2]5[0xe3]ff([0x11][0x1f][0xca]F[0xa3]j[0xaa]/[0x91][0x9c][0x12]8[0xa7][0xa3][0xf3]T[0x8d][0xa4]M[0x93][0x92]u[0xe2]Zw[0xea]2[0xca][0xd5][0xcb][0xa0][0x91]T[0x96]2X[0x19]h[0x2]^clL[0xa0][0xae][0xc3][0xe5][0x97][0xe1]L[0x8a]R[0xd7]w[0x92]K[0x91][0x96]4[0xcd]["M[0xa3][0xca][0xa8][0x12][0x9e][0xde][0x14][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xda][0x2][0xb2][0x99]H4[0xdc][0x97][0x88]F[0xcd][0xd1][0xc][0xc3]G[0x9][0xd1][0xd2][0xea][0x14]E-([0xbe]I.[0xe4][0xb9]b*9[0xe7][0x8e][0xae][0xa2]'z[0xba][0xe6]c[0x92][0x91][0xb0][0xaa]8[0x8a][0xe2][0xdb]%[0xb4][0x12]#=[0x10]Igh$[0xbd][0x93];*[0xe7](n[0xf9][0xbc][0xc9][0x9e][0xe2]z[0xfd][0xa3]Q[0xd3]H[0x91][0xcc][0xe][0x19]p[0x81]Q[0x12]oD[0xe2][0xe9][0x2]^/[0xdc][0xb5][0x9b]x,^[0x13][0xf9][0xbc][0xda]K[0x2]esg[0x15][0xab]ZB[0xcd]SPcq[0xc3]BR[0xfb][0xa2][0x93]X[0x1d][0xb2]l\[0xfd]N[0x81]W<[0xe2][0xcc]k[0xb2]F[0x94][0x9a][0xfd][0x89][0xcc][0x84])m#[0x16][0x81][0xd3]OAT[0x80][0xf9]p[0x9e][0x99][0xcc]L([0x82][0xfa]91a[0xa4]'[0xac][0xac][0xf4]'S[0x91][0x18][0x9f][0x82][0xd3]%)3[0x9d][0x8d]fX[0x2]iy$[0xbd]9[0x96][0xcc]L[0xa9]#4"[0x10][0xc9][0x98])#[0x93] [0x90][0x5]y^[0xe9][0xb7][0xe7][0xa5][0x17]L[0xeb]D[0xd5]|O[0xb6][0xbd];?[0x86][0x8a][0x8a]>[0xc9]f_[0xd2]4Yrj[0xe7][0xce][0xe4]'[0x88]7[0x99]H[0xca]=[0xd9][0xf4][0xc4]I[0xd2][0x8b][0x91][0xa2][0xc5][0xcc]t[0xda][0x18]7[0x95][0xed][0xb1][0xc4]$_J[0xad][0x17][0xe5]~[0xbe][0xcb]XP[0xef][0xbe]t[0xe4]:.k[0x99][0xc4][0xa6]T[0xca][0x98][0x92]2;w[0x16][0x8b][0xa0][0x8e][0x8e]"[0xd3][0xc5][0xb7]zdd[0xd5][0x14]][0xf2][0xed][0x1c][0x19][0xe1][0xa3][0xb5]g[0xe4][0x9c][0xf9][0xcb][0xbd][0x1d]r[0xb5][0xd3][0xda][0x12][0xc8]$,[0x8b][0xd8]md[0xf9][0xa4]?e[0xe9][0xed][0x97][0xf6][0xf9][0xc7],[0xb7][0xd7]3[0x2][0xfa]c1[0xab]8[0xa9][0xb0][0xb8]0%[0xcb][0xa3][0x80][0xee][0x8e][0x15][0xfe][0xec][0x8f][0xc7][0xcd]T_[0xd4]H[0xa7]e[0xb5];[0xeb][0xed]B7/[0xd6][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xae]g4j[0xb7][0x81][0xe0]p"[0x9b][0x1a]5[0xb7]Dd=Y|[0xd2][0xc2][0xbd]J[0x9a][0xa9][0xa3][0x7];t[0x9c][0x83][0xf5]:[0xd6][0xe2],[0x1d][0xdf][0xc2]+[0x2]kO[0xad][0xe6][0xea][0x18][0xc2][0xa8][0x8e]>[0x9c][0xa7]c+.[0xd0][0xf1]m)[0xfb];8[0xa6][0xe1][0xb8][0x8e][0x4][0x92]:.[0xc4]E[0x1a][0xbe][0xab][0xe3]U\[0xaa]c[0x9b][0x1c]n[0x90]{v[0xe2]C:[0xae][0xc0]Ed[0xe0][0x14][0xdb][0x90]@[0xf8]=&[0xaa][0x8e]1[0xa9]u[0x2][0x11][0x1d][0xbb][0x11][0xd1][0xf0][0x9a][0x8e]k[0x90][0xd2]q3"[0x2][0xed]'[0x95][0xa6]Rex[0xae][0xc2]C[0xc7][0xb5][0xd8][0xa3]cJ[0xe]7H[0x81]7[0xe2]"[0x1d]7I[[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s o[0xca][0x8a]-[0x1d][0xb7][0xe0]VF[0xe6][0xce][0xcb]u[0xdc][0x81]=[0x2]Ks;[0xfa]Y[0xd9][0xc6][0x8d][0xe8][0xa6][0xd4]x6f[0xc6]3[0x9b][0xf7][0x8c]2[0xba]X[0xe8]X[0xa8][0x7][0x8d]=[0x91]X6[0xd6][0x9a][0x96][0x96][0xb4][0xaa][0xa8]k[0x1d]5[0xe2][0xf1]D[0xa6]u[0x97][0xd9][0x1a][0xe7][0xb1]Ld[0xd2][0x94][0xde][0xbd]^[0xc7]'[0xf1])[\r][0xdf]ca<[0x85][0xd0]b[0xde][0x15][0xbd][0xc0]0[0xe1][0x19][0xe3][0x85][0xd5][0xc0]I[0xa7][0x92][0xab]R[0xa6])[0xf3][0xd7][0x9b][0x96][0xbb][0x8a][0xb6][0x5][0xe6]Km[0xb1]:>[0xa7][0xb2]`[0x9a]d[0x97][0xaa][0x82]g5[0xb0][0x8a][0xfc][0x2]GN[0xde][0x9d]uX[0xc2][0xeb]_;" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x1b]^,[0xc4][0xe9]8[0x83][0xef][0xab]y[0xb9][0xf3]`[\r]3[0x9][0xf8]{[0x9d][0xfa]}6[0xaa]ef[0xf0][0xbd][0x99]s=[0xd8][0xc0][0xb1][0x97][0xbf][0xb6]p[0xcd][0xc3]g0[0xf4][0x1c]D[0xa8][0xe9]Yx[0xe][0xaa][0xfd][0xe7]r[0xac][0xa0]T[0xf0][0xb6][0xe9]C[0x8][0xa5][0xe8][0xc2]F[0xfe]Z`[0xed][0xc6]&[0xbc]_]#[0x83]J*[0x9d].S[0xc5][0x96][0x19][0xb3]e.{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]Y[0xf8][0x8e][0xc2]?[0xd0]u[0x1c][0xe5]/[0xc2][0xbf][0xfd]9[0x94][0xec][0x87][0xd6]5[0xb][0x8d][0xb3][0xfc];[0xc3]m^[0xa5],[0xa8][0x8e][0xac][0x82][0xbc][0xc9][0xe6][0x14]-[0xb3][0x15][0x5][0xd1][0x88][0xcd][0x4]+p>d[0x9c]zN[0xa0]A[0xc3][0x7][0xfa]4[0xf4]s[0x8e][0x9]j[0xab][0xbe][0x99][0xa7]$[0xe8]%[0xa1]g[0xe0][0xb9][0x1f]~[0xef][0x1][0xda][0x15][0x18][0xec][0xa6][0xc6][0xd2]K[0xbb]g[0x11]$$>[0xca]|[0x7][0x1c][0xc5][0x8b][0xa1]q\[0xc3][0xf1]LZy[0x16][0xad]^G>[0xcf]F[0x3]-k[0xa1]m[0x12]L[0xab]%[0xd4][0xb1]z[0x9][0x6]0H[0x95][0x15][0xe4]Hqx[0xbe][0x92]'J9[0xc9][0xba][0xc0][0x9][0x89]f[0x9f][0x8d]&$[0xd1]LC[0xef]:[0x4]]`:[0xf]V[0xf9][0x17][0xac][0x8d][0xa8][0xa2][0xd2]j[0x92][Oz[0x9b][0xc9][0xc1][0x12][0xaa][0xeb][0xa0][0xba][0x1c][0xac][0x90][0x3]+[0x84][0x8b][0xf1]A"[0xa8]w`[\r]+[0xb6][0x84][0xbd]6b[0xf3][0xe7][0x83][0xa7]j.0.[0xe1][0x1c][0x8b][0x97][0x8d][0xd8]T[0xae][0x4][0xea][0xf3]\[0xa7]=[0x8f][0x8a][0x19]b[0xad][0xcc][0xb9][0xab][0x9a]B@[0x16][0x82][0xe4][0xa1][0x82][0xca][0xaa]it[0xce]m[0xf5][0x8e][0xdb][0xca]]n[0xb]@[0x9c]@5[0xdd]f[0xab][0xbe][0x8c][0xf3][0xdb][0xb1][0xc3]v[0xdd][0x99]|J[0xa0][0x9a]R][0x95][0xb]C+2.A[0x9]qnt[0xec][0xd1]l[0x15]B[0x16]\[D[0xdc][0xe6]{[0x91][0x83]~[0xb0][0xfb][0x18]*%[0xcd][0xa7]MC[0xf3][0xed][0x87][0xcf][0x9b]s[0xbc]%w[0x7][0x9f];]l.r[0xd8]\[0x84][0xcb][0xf1]aJ[0xe][0xd2][0xb8][0xcd][0x8e][0x93][0x83]2[0xf6][0x16][0xd2][0x88][0x8d][0x12][0xee][0x15][0x8e][0xaf][0xf7][0xda][0xba]W8N[0xf6][0x1d][0x98][0xf][0xa3][0xda][\r][0xc3][0xe7]b[0xf2]J[0xc6][0x9e][0x81]2[0xd6][0xf1]::![0x7]g[0x85][0x3]g[0x5][0xf7]H[0xe7][0xd6]9pr[0xce][0x95]k[0x86][0xcd]r[0x19][0xbc]e'[0xd0]h![0xb4][0x88][0xde][0xc5]%[0xb6]3[0x9b][0xa5][0xb4][0x9d][0x9e]mb[0xc0][0x8a][0xcb][0xd3][0x1c][0x9c][0xdb][0x7][0x8e][0xa3][0xcc][0xce]S[0xe9]p[0xad][0xd0][0xe1][0xbb]y[0xf2]j[0xba]7[0xca][0xd4][0x88][0xbb][0x1c][0xde]f[0xc3][0xf4]`[0xa9][0xcb][0xe1][0xa5][0x92][0xab]z"[0xd1]81[0xe6][0xb8][0xe9][\r]n[0x93][0xc2][0xb6][0x86][0xba][0x1e][0x97]41[0xc2][0x98][0x11]]/[0xa3]f[0x1a]u]GQ3(qu[0xf3][0xdf]C[0xf6]B[0xad]Je.[0xd5][0xe]:X[0x87]V[0xaa]c+[0x99]7u9[0xa7][0xf6][0xa2]R[0x99][0xe8]G[0x86]!2I6[0xae]e[0xc]N1[0xa3][0xaf]c[0x9][0xb9][0x9e]@?[0x82][0xe5]li+Y*[0xc2][0xf8]([0xf3][0xfe]V[0x9e][0xf9][0x18][0xc1][0xdf][0xc6][0x4][0xbb]][0x99][0xb4][0x86][0xa7][0x1b]y[0xca][0xe4][0xac]4n[0xab][0xe3][0x83][0xad][0xb8]J[0x85][0xc4][0x1a][0x9a]mb\[0xb9]^W[0x6]{[0x95][0xc1][0x95][0xf0]k[0xfe][0x86][0xc0]P[0xcb][0xc2]$[0x3]][0xc8][0x9e]l[0x9b]}E[0xf1][0xdc][0xf2]Z[0x5]qAa`[0xde][0xc9][0xe7]][0xef][0x98]S*[0x1c]eN[0xf5][0xc9]p[0xdc][0xed]({[0xd4][0xe6][0xd8]U[0x83][0xab]Z6[0xf8]z[0xab]Z[0x9a]'\Z[0xeb][0xaf][0xec]m[0xce])^[0x0][0xf9][0x3]wS[0xe8]=T[0xb2][0x97][0xe6][0xdc][0xcb]zs[0x9f][0x2][0x11][0xb2][0xc4][0xcd][0xab][0xc7][0xe5]>[0x1f]pQ[0xd4][0xe4][0xa0];[0xcd]E[0x11][0x13][0xe2][0x4][0xea][0xa8][0xd4][0xab]R[0x96][0xf7]";e[0xef][0xe4]/[0x99]c[0x8b][0xf3][0x1c]R[0xc1]b7[0xd8]}[0x8][0x8d][0x2]2[0x5][0x16][0xce]8[0x99]j[0xd1][0xf3]0[0xc5]?[0xc2][0x9a][0xf7](S[0xe2]1[0xd2][0xb0][0xdf][0xc9][0xd6]jF\[0x9a]q[0xe7]Q[0xe5]{[0xe]J[0xad][\r]e.[[0xad]]Y[0xbb][0x9c][0xa8][0x9a][0xd8][0x98][0xab][0x89][0x93][0xdc][0xc1]K[0x98][0xcd]I[0xd4][0xe6][0xa4]y[0x1e]'M[0xf7][0xa3][0xa4][0xba]Y[0x2]\\[0x98][0xa3][0x7][0xa8][0xf4][0x9][0x96][0x89]'[0xd9][0xc2]f\[0xec]4;[0x90]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sT[0xb2][0xe3][0xe1][0xc4][0x94][0xa3][0xf9]y;~z[0xac]F*u[0xbd][\r][0x6]M[0xd5][0xb8]Y[0xb4][0xc][0xb9][0x9a][0xd9][0xca][0x1c][0xb0][0x10][0x95][0x2][0xcf][0xd2]r.Sv-[0xe][0xb1][0x80][0xbc][0xc8]bq[0x98]kG[0x98][0x89]/[0xf1][0xde]r[0x94][0x1d][0xf7]eW[0xb0][0xf5][0xd8][0x80]k[0xd9][0xf0],[0xc0]![0x9a]h5[0xb6]0[0x3]/[0xc6][0xde][0xe3][0xb5][0xb3][0xc0][0x1b][0x97]e[0xbf][0xe2][0x9d][0xe6]u2[0xff]kv[0xd8][0xdf][0xb0]u[0xfd][0x96]W[0xcc][0xdf][0xf1][0xf2][0xfa]{[0xa6][0xc0][0x1f][0xe8][0xf4]?[0xf2][0xb6][0xf3][0x86][0xcb][0xb2]-[0x8e]e[[0xec][0x16][0xb8][0xc8][0xb1][0xec]t[0xc7][0xb2]u[0x8e]e[0xb9][0xb6][0xb8]%[0xaf]-[0xfa][0xaa][0xc4][0x9c][0xb1][0xb9][0xb6]x[0xd3][0xff][0xc8][0xe8]e[0xef]`[0xf4][0x9f]h[0xf4][0x9f]i[0xf4]_[0x8][0xfe][0xaf]4[0xfa]o4[0xfa][0xef][0x84][0xff][0xf]b[0xf9]'[0x8d][0xfe][0x17][0x8d][0xfe][0xf7][0xff][0xcb][0xe8][0x9b][0xdf]eOj*,[0xb8]o[0xf2][0xf9][0xd6]{[0xec]I[0xb7][0xb0][0xcb][0xe6][0x17][0xb4][0xe4])[0xb]x[0xf][0xa3]m[0xa6]K[0xaa];[0x8c][0xf6]Y,/[0xa8]g[0xc2][0x87][0xa0][0xf0][0xa3]B[0x94][0xa0][0x86][0x89][0x97]S[0xde][0xe2]([0xaf][0xa3][0xe8][0xbc]Kf[0x8d][0xd5]{[0xf9]9j;[0xf7]nJ[0xf4][0xe6][0xa9][0x1e][0xec]f[0xa9][0xef]:[0xf2] [\r][0xf5][0x8a][0xe1][0xae][0x19]y;[[0x9e][0xab][0xf5][0xb]y[0xdd][0x84]([0xa7][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xae][0xa4][0xea]*[0xd4][0x8b]jv[0x85]Z[0xd7][0xed][0xac][0xc5][0xf1]R[0xb][0xef][0x10][0xb7][0xa9][0xcb][0xa2][0x5][0xc6]};[0x93]k[0x1f]/[0xbc][0x12][0xcd][0xf9][0xe3]v.[0xdc][0xe1][0x94][0xdd]][0xb6]?[0x1a][0xf2])[0xaa]^a9[0xa4][0xa3][0xe0]{I4[0x12][0xe0]B[0x17]'[\r][0xe]'[0x15][0x85][0xdf]K5[0xd6][0xf7][0xd2]'8[0xc7][0x8f]h[[0xdf]A[0xd9][0x92][0xf9]\[0xdb][0xb4]O~[0xa0]un[0xaf][0xe6][0x87]I[0xd7]Ky,[0xf9][0xe]:[0x81][0xde]4[0x8b]nW[0x98][0xe7][0xea][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xd1][0x2][0x9f]h%]K[0xd1] [0x96]a[0x91]hC[0xb3]X[0x8e]v[0xb1][0x2]![0xd1][0x81]U[0xa2][0x13]g[0x8a][0x90][0xab][0xc0][0xaf]u[0xe8][[0xcb]f,[0x9b]][0x3]+[0x9d][0x15][0xe4][0xed][0xec][0xe1]C[0xce][0xc5][0x8a][0xb4]U[0x9c]@[0x85][0xe5][0xd6][0xbb][0xf0]Y[0x1b][0xfe][0x1a][0xfb][0x9b]!8[0x7]X[0xf5][0x1c][0xeb][0xb3][0xa1]D[0xae][0x88][0xd5][0xae]O[0x6][0xfb][0xab][0xb5]j[0x13][0x5][0xcf]I[0x8][0xdb][0x12][0xfc][0xa1]Y[0xac]*8[0xcc][0xbb]O[0xee][0xb0][0xdf]9[0xbc][0xd5])[0xfc][0xab][0xed][0x80].[\r][0xf1]j[0xda][0xc6][0xce]r[0xe0]m[0x4][0x94][0xda][0xc6][0x6][0xf0]9[0xe7][0x9b]g[0x99]:[0xe]y[0xe7][0xe][0xf3][0xce][0xfd][0xbe][0xa7][0xe1][0x95][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x88]vn[0xb9][[0x89][0xbd][0x7][0x9f]QF[0x8]^^_[0xc2][0xa7]KJ[0xff][0xb]PK[0x7][0x8][0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.class[0xad][0x9a]ytT[0xd5][0x1d][0xc7][0xbf]oI&[0x19]^[0x12]&[0x93][0x90][0x10]Y[0x12][0x2]&d[0x12]&[0x89]HA[0x10][0x81]@0[0x90]D a/[0x8c]/[0x93][0x97][0x10][0x9c][0xcc][0xc4][0x99][0x9][0xe0].[0x88][0xfb]^[0xad][0x16]7[0xb4][0xb5][0xa2][0xe2][0x82][0x1b][0x8b][0xb8]ou[0xab][0xb5][0xea][0xf1][0x9c][0xf6][0xd8][0xe5][0xd8][0xba][0xb4][0xa7][0xad][0x87][0xda][0xba][0x1c][0xdb][0xdf][0xbd][0xf3]2[0x99][0xe5][0xdd][0xcc][0xc4]L[0xcf][0xe1][0xce][0xef][0xdd]w[0xef][0xef]~[0xef][0xef][0xfd][0xee][0xef][0xf3]b[0xdf][0xdb][0xdf]?[0xfb][0x2][0x80]S[0xf0][0x9e][0x1d]u[0xb8]([0x17][0x93]q1k.[0x19][0x87]K[0xb1][0x9b]5{[0xec][0xb8][0xc]{[0xed][0xb8][0x1c]W[0xb0][0xe6]Jvy[0x15]k[0xae][0xb6][0xd3][0xb8]kXs-[0x1b]w[0x1d]k[0xae]g[0xcd][\r][0xac][0xb9][0x91]57[0xb1][0xe6]f[0xd6][0xfc][0x84]5[0xb7][0xb0][0xe6]V[0xd6][0xfc][0x94]5[0xb7][0xb1][0xe6]v[0xd6][0xfc][0x8c]-[0xb9]o[0x1c][0xee][0xc0][0x9d][0xec][0xf2].[0x1b][0xee][0xce][0xc1]=v[0xec][0xc7][0xbd][0xe3]0[0x13][0xf7]1[0xeb][0xe7]l[0xa5]_[0xd8]p[0xbf][0x1d][0x95][0xb8][0x88]5[0xbf]d[0xf7][0x1e]`[0xcd][0x81]qx[0x10][0xf][0xd9][0xf0]p[0xe][0xe][0xb2];[0x8f][0xd8][0xf1]([0xee][0xb3][0xe1]1[0x1b][0x1e][0x97]P[0xd6][0xd1][0xda]<{[0x85][0xa7]m[0xf1][0x9a][0x95][0xcb][0xd6]x[0xda][0x96]6y[0x16]wv[0xae]iY[0xb2][0xb6]s[0x99][0x84][0xc2][0xd6][0xed][0xfa][0xe][0xdd][0xed][0xd3][0xfd][0xbd][0xee][0x8e]p[0xb0][0xcf][0xdf];_B^S[0xc0][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xfe][0xf0]:[0xdd]7hH[0xb0]G<4[0xaf]nj[0x97][0x90][0xdd][0xef][0xf1][0xeb][0xfd][0xac][0xb7][0xdf][0xd3]m[0xf8][0x8c]^=L[0x17][0x15][0xad][0x81]`[0xaf];0[0x10][0x9a][0xbd][0xdd]=[0xa0][0xef]r[0xfb][0x2][0xbd][0xbd][0xe4][0xcc][0xbd]J[0xdf][0xd5]J[0xa6][0x11]$[0xb7][0xd9][0xb][0xfa][0xfc]}[0xe1][0x85][0x12][0xe6]T'[0xaf][0x9a]r[0xfe][0xcc]u[0x12][0xd4][0xa6]@7-V[0xd0][0xda][0xe7]7[0xda][0x7][0xfb][0xbb][0x8c]`[0xa7][0xde][0xe5]3[0xd8]6[0x2]^[0xdd][0xb7]N[0xf][0xf6][0xb1]k[0xb3]S[\r]o[0xeb][0xb]I[0x98])p[0x1d][0xf2][0xf5]PO[0x7]k[0xa3][0x12][0xd5][0xc8][0xd6]r[0x86]7f[0xeb]5[0xc2][0xed][0xbc][0xb3][0xa8]z[0xa6]U[0xb0][0xf2][0xfb]B[0x9d]A[0xdd]k,[0xf3][0xb3]U[0xbb]%([0xd5]37I[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]N[0x9][0xc5][0x16]{e[Q[0xfa]C[0xbd][0x14][0xe9][0x8e][0xb0][0xee]=[0xa7]M[0x1f]0%WYEf[0xb8][0xe7][0xac][0xae][0xed][0x86]7[0xcc][0xe7]g[0x85][0x7][0x7][0xd8][0x8c]J[0xbe][0xbb][0xc8]^[0xb6][0x19][0xbe][0x1]#[0x18]r7[0x7][0x82][0xfd]z8L[0x93];[0xd9] [0x16][0xfa][0x1e][0xde]E[0xcb][0xea][0xc1][0xde][0xf8][0xa7]n[0xfa][0x94]0/[0xad][0xb5][0xad][0xd5][0xa8][0xe4][0xb6]![0xf2][0xd3]([0xa1][0xda][0xc2][0xd3]f[0xeb][0x89]94cq0[0xa8][0x9f]'[0xc1]i1DB[0xcd][0xc8][0xaa]:[0xb7][0x5][0x3];Y[0xec][0xb8]7[0x89]vXly[0x97]?[0x88][0xe1]H[0xb5][0xe9][0xc1]sXNmb[0xf9][0xcc]m[0x9e]C[0x89][0xf7][0xf9][0x3]I[0xea][0xb5]~[0xa0][0xf3][0xd2][0x1a]i[0x1d][0x85][0x95]?p[0xae][0xb5][0xb7][0xd3][0xd2][0xf2]&x [0xb]F+%[0xfe][0x9][0xd0]iXjt[\r][0xf6]FOCV7[0xbb][0xa4]L[0xef][0xb][0xb5][0xf8]{[0x2][0xd1]~[0xb5][0x8f][0xae]x[0xf7]z=[0xe8][0x1f][0xee][0xde]IW[0xdc][0xcd][0xb2]`0[0x10][0x1c]vc[0xb0]K[0xca]_:[0xbd][0x12][0xba][0xd2][0x12][0xd9][0x92][0xd6][0xa6][0x85][Q{[0xce][0xf5][0x92][0x94],[0x9f][0xb1][0xc3][0xf0]Qn[0xb5]P1[0xe8]7B![0xbd][0x97][0x15][0x83][0x90][0x11]6k[0x13][0xf9]m[0xd3][0xfd][0xd4]K[0xf2][0x16]V[0x8f]\[0xc7][0x86][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]([0xdf][0x97][0xe0]QT[0xbd][0x92][0x1d][0xd2][0xe4][0xa0]A[0xb2][0xa8][0xc2][0xb7][0x99])M[0xa5][0x88]|j[0xf1][0x9d][0x96][0x7][0x81][0x86][0xe5]Q[0xa5][0x8b]\F[0xea][0xdd][0xc9]V[0xe3][0xac]*`n[0xd0][0xe8]1[0x82][0x86][0x9f][0x95];9[0xd4]%[0xa1]4i[0xd4][0x92][0xc1][0x1e][0x1a]2[0x9f][0xf0]EG~[0x81][0xd7]g[0x82][0xc0][0xde][0x11][0x18][0xc]z[0x8d][0xe6]>V[0xc9][0xc6][0xc7][0x94][0xe2]Y[0xcc][0x81][0x86]98W#8[0xd7]k[0x98][0x8d]Sm8[0xa4]a1[0x96]hhB[0x87][\r]OhX[0x81]'mxJ[0xc3][0xd3]X[0xa4][0xe1][0x19][0x1c]f=G4[0x1c][0xc5]1[\r]A[0x84]4[0xc][0xb0][0xf9][[0xd9][0x14][0xf]:4[0x9c][0xcd][0xac]g[0x99][0xd5][0xc5],/[0xb3][0xba][0x99]e0[0xab][0x9][0xc7][0xd9][0xb8][0xe3]l[0xc8]qv[0xf7]8[0xbb]AM#[0xea]mxN[0xc3][0xf3]xA[0xc3][0x8b]x[0x89][0xaa]B[0x9a]Da[0xb1]gW[0xb3]"5[0xc6][0x86][0x97]5[0xbc][0x82][0xa5][0x1a][0xce]`[0x8a]_[0xc5]r[\r]a[0xc]J[0x98]`[0x1d]/[\r][0xaf][0xe1]u[\r]o0[0x89][0xbf][0xc2][0x9b]6[0xbc][0xa5][0xe1]m[0xbc]C[0xa1]J|0[0x94][0x9e][0xb3]4[0xbc][0x8b]E6[0xfc][0x9a]n'&9[0xf1]yxFh[0xa0][0xcf][0xcd]p[0x19][0xee][0xb][0xf8][0x17][0xd3]q3[0x86][0xb4]NM[0x81]`[0x9][0xd3][0x92]Y[0xd3][0x16]9[0x11]&r[0xd8][0xa0][0x96][0xf4][0x18][0x96][0x16][0xb7]*R[0xe][0xa2]$by;t.5[0xba][0x88][0x1e]c[0x9]%q[0xcc][0x8e][0xc5][0xc1][0xe6][0x1f]J[0xbb][0xb4]t[0x8f][0xd3][0x19][0xd3][0x9a]M[0xe8][0xae]H[0x93][0x87][0xe9][0xa1][0x9c][0x15][0xce]`?[0xaf][0xd4][0xe9][0xd5]e[0xeb]J#[0xc8]a[0x8b][0xa2][0x96]K1[0x1d][0xca][0x80][0xe5]#/:[0xe4]?[0x8d][0xb7]AVn[0xe8][0x9a]^5[0xc3][0xc6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0xf4][0xea][0x11]f[0x99][0xa3]hZy[0xaa]1[0x14][0xa1][0xa0][0xd1][0x1f][0xd8]AO_[0x19][0x18]d[0x97][0xfa][0xc0][0x80][0xe1]'[0x86][0xd4]Z[0xbd][0x8a][0x89]J[0x15][0x9][0xdc][0xa6][0x87][0xd6][0xc]U6z[0x8f][0xcc][0xe9][0xa3][0xf4][0xd6][0xc3][0x8c]B[0x13][0x86][0xd2]j0[0xdc][0xe7]s[0xb7][0x98][0xfd]4[0xa7]0[0xb9][0x97][0xbd]TrY[0xf1][0xef][0x8f][0xd1][0x17][0x9c][0x9c]p [0xb2]0[0xbd][0xd7][0xe][0xdf]n[0xf2][0xe9][0xa1][0x10]*[0xe8][0x9d][0xbf][0xe][0x12]fA[0xc5]D[0xb8]QOv[0x3][0xfd][0xbd]"c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "]S][0xe2][0xf6])[0xe6]/[0xd5]H[0xfa]]Jc[0xe6][0xe0]G[0xd4][0xce][0xa5][0xab][0x8d][0xd4][0xaf][0xd0]oA[0xcd][0x11]H5[0xae]g [0xd7][0xd4]>[0x3][0xe5][0x9]>a[0x1e][0xb5][0x85][0xe4][0x1a][0xa8][0xa2][0xb6][0x1a][0xb9][0xf4][0xb7]D>jp[0x1a][0xf5][0x94]G[0xa6]a>[0x16][0x0][0xdc]:[0x9d]/[0xcf][0xac][0x85][0xb4][0x90]L6U1s[0x19]7[0xfd][0xb2]{Y5OC>[0x14]u[0x9e][0xcd];[0x1b][0xb8]C-2[0xc0]t([0xb1]JnN[0x9e]mN[0xb6][0xd3]d[0xe5][0x18]T[0x9][0x8f]$xX[0x10][0xe3][0xc1][0x1e][0xf5][0xd0][0xc4][0xf7][0xca][0xb3]][0xd2]1d)`[0xdb]U[0xb8][0xbf]|[0xbe][0xad]f[0xf2]u&J[0x8][0x17][0xcc][0xef][0x84][0xc8][0xdc][0xe8]VK[0xb1][0x8c]o[0xb5][0x99][0xcf][0x92]J[0xf8]R[0xcb][0xcd][0xa5]vS[0x17][0x8b][0xd8][0xf4][0x98][0xa5][0xca]\[0xb5]G[0x91][0xdd][0xce]z[0xea][0xe][0xc3]F[0xff]r[0x12][0x96][0x8d]Dy[0x3]-[0xbb][0x89][0xec][0xcd][0xf4]7[0xda][0x16][0xbe]t[\r][0xf5][0x17][0xc2]AbZ[0xb8][0xb0][0xe9]Q[0x11][0xd3]I\$[0xde][0xd3][0xb1][0x12][0xad]$[0xd1][0x94]S[0xc9][0xe5][0xb4][0x99]rn[0xa4][0xae],[0xfa][0xad][0x8e][0x91]3[0xc5]U[w[0x14][0xb9][0xa7][0xa9][0xac]o[0xa2]J[0x8a]Xc-[0xc9]G[0x92][0xfc](B[0x80]R[0xe0]\.i6[0xf9]+[0x82][0x93]Kb#[0xaa][0xa3][0x92][0xaa][0xa3][0x92][0xaa][0xd1][0xce]%1[0xeb],[0xb2][0x94]!qU\[0xdc][0xaa]T[0xb1][0xb2][0xa7][0x8e][0xd5]%$l7[0xd9]{(V{G[0x11][0xab][0xd5]X[0x93][0x18][0xab][0xe]SN/u)[0x96]YRk[0x99]%7[0x92][0x84][0x9b])Kn[0x89]9[0x10][0xc9]Y[0xc2][0xac]N[0xac][0x1d]^[0xb4][0x84]'[0xf7]:s[0xd1][0x85][0xf4]+[0x8f][0x98][0xdc]w[0xc7]$[0xa1]=[0xea][0xde][0x8e][0xf5][0x94]/[0x12][0xdf][0xc0]F[0xd3][0xd7].s[0x3][0x15]1[0x1b]([0xa9]q[0x1d][0xc1]8[0xd6]Q[0x1b][0xc9]u:[0xe8][0xda][0xf0]N&[0xf0][0xec]x[0x90]v[0xf2]0[0x85][0xee] &[0xd1][0xf2][0xe5]x,fG[0x15][0xd1]%+[0xcc]%[0x99][0xc5][0xf6][0x16][0xdd]Q9W[0xb1][0xc9]T[0xb1][0xdf]L[0xb9][0xfa][0x18][0x15]'[0xb3][0x8c][0xcb][0xa6][0x8c][0x1b][0x12][0x93][0x90]v[0xf1][0xa2][0xca]h[0xe7][0xa0][0xb7],[\r][0xcf]Q[0xa2]=O[0x1]|[0x1].z[0xb3]r[0xe3][0xe5]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":I[0xea]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]G%[0xd6]G%[0xd6][0xf3]g.skel[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xb9][0xd8][0xcd][0xa6][0xd8][0x83][0xd4][0xc5][0x16]k[0x8c][0x11][][7Qe[0x7]$kXn[0x16][0x93][0x9b]5[0x92][0xdc][0xdf][0x90][0xdc][0xdf][0xa2][0x18][0x1f][0xd0][0xf5][0x87]T[0x95]?[0xa2][0xba][0xf6]1[0x97][0xbb][0x90][0xee][0x17][0x9b]rY`[0x1a][0xa3]r[0x1b][0xa3]r[0x1b][0xa3]r[0x1b][0xf9][0xd9]Q[0xb8][0xc5][0xce][0x8e]:$[0xbc][0x81][0xb][0xff]q[0xaa]([0xdb]G[0x17][0xe5][0xbf][0x90][0xec][0xcf]([0x9a][0x9f]S[0x94][0xbf][0xa0](IQ[0xfe][0xfb][0xf][0x8a]2;Y[0x9]Q[0xde]b[0x8a][0xdd]c[0x1e]tAb[0xd6][0x9][0x13][0xf3][0xdf][0xa4][0xee][0xbf][0x94][0x98]_[0x93][0x8e]o(![0xbf][0x8b][0x9e][0xf4][0x91][0x13][0x93]Y[0xec][0xd0])[0xb1])[0xba]UD[0x94][0xbc][0xa4]C'e[[0x12][0xc5]#"J^[0x1c]Q[0xf2][0x93]j[0x85]4[0x1e][0x9a]T[0x88][0x12][0xa9](][0xa2]xDD[0xc9][0x13][0x12]%?[0xa9]JJ[0xd3]h[0xd9][0xe9]([0x94]f[0xa0][0x92]j[0xef][0x18][0x88][0xe2][0x11][0x11]%oD[0xa2]XH[0x9a]C[0x92][0xe6][0xa2]H[0x9a][0x87]*i~f[0x88][0xe2][0x11][0x11]%OH[0x14][0xb]a-$l%[0xc5][0xaa][0x95]b[0xd5]>[0x16][0xa2]xDD[0xc9][0x8b]#[0x8a]E[0x96]l$[0x9][0x9b])K[0xb6][0x8c][0x9e]([ED[0xb1]H[0xee][0xde][0x14]D[0xf1][0x88][0x88][0x92][0x97]L[0x94]|[0xcb][0x83]+[0x5]i'a8[0xa4]AL[0x92]v[0xa0]\[0xda]5z[0xa2]xDD[0xc9]KI[0x94]$Q[0xbc][0xd6]I{I[0xd4][0x15]pJW[0xa2]T[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe9]j[0xb8][0xa5]k3C[0x14][0x8f][0x88](yi[0x10]E w[0x1f][0xc9][0xbd][0x13][0xc5][0xd2]]([0x93][0xee]F[0x9d]t[0xf][0x1a][0xa4]{3M[0x14][0x8f][0x88](y)[0x89]"[0x90][0xfd]([0xc9]~[0x9c][0xa2]|[0x88][0xa2][0xfc][0x4]E[0xf9]I[0x8a][0xf2][0xd3][0x99]![0x8a]GD[0x94][0xc4][0xc4][0xac][0x13]&[0xe6]K[0xa4][0xee][0x15]J[0xcc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W)1_[0xa3][0xc4]|c,D9[D[0x94][0x82][0xe4]C[0xf7][0xbe]%Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88]2>[0xb9]V[0xfc][0x9e]6[0xf2][0x9][0xd5][0x8a]?[0xa6]K[0x14]]D[0x94][0x2]!Q[0xc6]'W[0xc9][0xd0][0xb2][0xff][0xa2]*[0xf9][0x15]U[0xc9][0x13]c![0x8a]."J[0xc1][0x88]DI[0x96]D[0x1b][0xd7]d[0x19]E[0xb2][0x82]*9+3D[0xd1]ED)[0x10][0x12][0xc5]B[0x98][0x93][0x84][0x15][0xa3]P[0x9e][0x80]J[0xb9]t,D[0xd1]ED)[0x88]#Jr[0x96][0xc8][0x95]$a[0x6]J[0xe4][0xaa][0xd1][0x13][0xe5]l[0x11]Q[0x92][0x93][nHA[0x14]]D[0x94][0x82]d[0xa2][0x8c][0xb7]<[0xb8][0xf2][0x2][0xda][0xc9]B8[0xe4]30I^[0x84]ry[0xc9][0xe8][0x89][0xa2][0x8b][0x88]R[0x90][0x92](I[0xa2]x[0xad][0x93][0xdb]I[0xd4]*8[0xe5][0xd5]([0x95][0xd7][0xc0]%w[0xc0]-[0xaf][0xcd][0xc]Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2] [0x8a]@[0xae][0x97][0xe4][0x1a]([0x96]{P&[0xf7][0xa2]N[0xde][0x86][0x6]y{[0xa6][0x89][0xa2][0x8b][0x88]R[0x90][0x92]([0x2][0xd9];I[0xf6]y[0x14][0xe5][0xf3])[0xca][0x17]P[0x94]/[0xa4](_[0x9c][0x19][0xa2][0xe8]"[0xa2]$&f[0x9d]01[0xaf]!u[0xd7]Qb^O[0x89]y[0x3]%[0xe6]Mc!J[0x97][0x88]([0x8e][0xe4]Cw[0x87]%Q[0xbc]"[0xa2]8[0xe2][0x88]R[0x98]\+[0xee][0xa7][0x8d]<@[0xb5][0xe2][0xc1]t[0x89][0xe2][0x15][0x11][0xc5]!$Jar[0x95][0xed][0xe4][0x3]:[0xb8][0x1f][0xd2][0xc1][0xfd][0x88][0xe][0xee][0xc7][0xa3]'[0x8a]!"[0x8a]3%Q[0x92]DEj[0xdd][0xa7]$[0xea][0xaf]T[0xeb]>[0xa3]Z[0xf7]9[0xd5][0xba]/[0xa8][0xd6][0xfd]-3D1DDq[0xa6]A[0x14][0x81][0xdc][0xff][0x90][0xdc][0xaf][0x89]([0xdf][0x10]Q[0xbe]%[0xa2]|GD[0xf9]>[0xd3]D1DDq[0xa6]$[0x8a][0xb5]lu[0x1c]45[0xf]N5[0x1f][0xa5]j[0x1]\[0xea]x[0xb8][0xd5][0xc2][0xcc][0x10][0xc5][0x10][0x11]%11[0xeb]D[0x89][0xa9]N%u[0x15]p[0xa8][0xd3]0I[0xad]D[0xb9]:c,D[0xe9][0xa1][0x13][0xce][0xf5][0xc8][0x1a]9[0xc8]!D[0xd8][0xb9][0x86][0xc9][0x7][0x99][0x93][0xff][0x1]<[0xa0][0x91][0xe7][0xc2][0xe][0x18](K@[0xb5][0xe][0xd8]K[0xff][0xa6][0xd0][0xbf]GyE[0x3]>[0x8e][0xf9][0xff][0x83]^[0x9b][0xa8]N[0xcc]ba[0xb7][0xf1][0x88][0xdb]X[0xc4][0xb3][0xa9]`[0x14][0xab]8[0x80][0x3]1[0xff][0x99][0xef]N[0xc1][0xc0][0x9]l[0xe0][0xc5]1[0xbd][0x5][0x5][0x3]K[0xd8][0xc0][0xb5]1Pn[0x11][0xc],e[0x3]kcb].[0x18]8[0x91][\r]T[0xe2][0x3][0xdf]E[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xa9][0xc8]R[0xe7]`[0xae]:[0xf]K[0xd5][0xf9]hS[0x17]`[0xab]z:tu[0x11][0xfa][0xd5]%[0xd8][0xa1]6[0xe1]Ju)[0xae]Q[0x97][0xe3]6[0xb5][0x5][0xfb][0xd5][0x15]8[0xa4][0xae][0xc4]Sj;^TW[0xe1]Mu5~[0xa7][0xae][0xc1]'[0xea]Z|[0xa9][0xae][0xc7][0x9]u[0x83]$[0xab][0x1b][0xa5],u[0xab][0x94][0xab]z[0xf8]C<[0x9f]x[0xdd]f[0x96]k[0x1b]vD[0xad][0xfd]Q[0xeb][0xcd][0xa8]u"j[0xd1]3[0x1b]z[0xec][0xd2]P[0x9]d[0xd6][0xb6][0xc8]c'[0xab][0xf][0xdb][0xd9][0xe9]![0xeb][0x1c][0xea]S[0xb9][0xc5]R3[0x8b][,)[0xb2]yR[0xe4] {n5[0xfb][0x1f][0xd8][0xd7][0x2][0xfd]f[0xa6][0xae][0xa6][0x19][0x91][0xef]J\[0xb5]O[0xa2][0xec][0x18]NR[0x10][0xf7]][0x89][0x9d]-[0xa3]z[0x91][0xaf]v[0xb][0xbe]'[0xf1]#[0x80][0xc8][0xf7]$[0xa7]sQ2[0xfb]\[0xcf]t:[0xff][0xbe][0x84][0xb9][0xe7][0xf]g[0x92][0x84][0xc2])[0x87]15[0xd1]}?[0xb9][0xf7][0xc7][0xbc][0xd3][0xc][0xb9][0x97][0xd9][0xe7][0xa6][0xab][0xb0][0xf9]N[0xe3]r[0xbd][0x81][0x99]1[0xee]\[0xc7]P.[0xe1][0xf0][0xd0]Y[0x8b][0xf4][0x1d][0xc5]4[0xea]I`[0xa8][0x1a][0x84][0xaa][0x86])[[0x6]Q[0xa3][0xee][0x8c][0xa1][0x8c]+[0xba][0x1b][0x97][0x19]b[0xf3][0x14][0xd5] [0x97]}[0xd8]g*[0xb8][0xdf][0xfc][0x6]g[0xd1]qTn<[0x82][0xe9][0xad][0xae][0x1a]s[0xed][0x19][0xeb][0xc9]:[0x99]e[0xde]42[0xaa]$[0x1c]C[0xb5][0x84][0x97]0[0xb3][0xcd]UX[0xc3]n3[0xc8]O[0xe3][0xc6]a[0xb8][0xe]EeMaOX[0xbd][0x0]9[0xea][0x85]T[0x92].[0xa2]C[0x9][0x95][0xa4]K[0xd1][0xa8][0xee][0xc6]|[0xf5][0xb2]h[0xc0]][0x18]O[0x19][0xb3][0x81][0x8b]][0xc4]%[0xb2][0xe7]9[0x17];[0x9][0x81][0x92][0xf9]t[0xa5][0xef]0[0xdf][0x86][0xf3][0xc8]:?[0x1a][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]M [0xb7]p[0xf2]a[0xd4]>[0x85]2[0x16][0x11])[0xe6][0x9b][0x5]6[0xe0][0x2][0x1e][0xe8][0xb][0xff][0xf]PK[0x7][0x8]08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.class[0xa5]ViSSW[0x18]~[0xe]Y.I[0xae][0xb2][0x8]jj[7[0xc4]@[0x84][0xb8][0xe0][0xc6]f[0x15]E[0xa2][0x1][0x97]([0x88]K[0xe9]%\[0xc2][0x85][0xcb]Mzs[0xa3][0xd2]}[0xfd][0x11][0xfd][0x5]~[0xad]:SK[0x9d][0xa9][0x1d][0xfd][0xd0][0x99][0xce][0xf4][0xf][0xd9][0xc5]>[0xe7][0xde][0x10][0x88][0x89]b[0xdb]d[0xe6][0xbe][0xe7][0xbc][0xfb][0xfb][0x9c][0xf7][0xbc]s~[0xfb][0xfb][0xa7][0x9f][0x1][0x1c][0xc2][0xb7]alC2[0x84][0xb7]pN[0xc1][0xf9]0|H[0xc9][0xcd]h[0x4]c[0xb8][0x10][0xc1]E\[0x8a][0xe0]2[0xd2][0xf2]sE[0xc1][0xd5][0x8][0xc2][0x18]W0![0xe9]5[0x5][0x93]al[0xc4][0xf5][0x8]n[0xe0]f[0x18][0xb7][0xf0]~[0x88][0xdb])[0xb9][0xfd]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xe9]dZn3[0xf2]3[0xa3]@[0xf]c+[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x15]d[0x15][0xcc][0x9][0xa8][0x8b]Sy[0xed]n*[0x97][0xcd][0x1a]VV[0xa0]#[0x95][0xb3][0xb3][0x89]\[0xbe][0xd0]3[0x9f] ?az[0x82][0xc4][0xc5][0xb2][0xce][0xa8]fiY[0xdd][0xee][0x13][0x8]-NI[0xb1]n[0x17][0x4][0x1a]R[0xf3][0xda]m-Qt[0xc]31[0xaa][0xe5][0xa5]4md-[0xcd])[0xda][0xba]@[0xaa]R[0xda][0xef]mM[0x8d][0x8e][0xd3][0x8e]M[0xa7]}[0xaf][0x8][0g[0xc9]I[0xcb]o[0xca][\r][0xd5]7H[0xd7][0xc1]~[0xc3]2[0x9c]A[0x1]_[0xac]c\[0xc0]?[0x94][0x9b][0xd1]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa5][0x8f][0x15][0x17][0xa7]u[0xfb][0x8a]6m[0x92][0xd3][0x9c][0xca]e4s\[0xb3][\r][0xb9]/1[0xfd][0xce][0x9c][0xc1][0x84][0xf7][0xbf]i[0xc4]a-[0xe3][0xe4][0xec]%[0x86]m,[0xe8][0xce][0xa9][0xa2]5c[0xea]C9[0xcb][0xd1][0xef]:[0x2]{b[0x9e][0x9b]B[0xd6]H[0xcc][0xda][0xda][0xa2]~'g/$*[0x94][0xfa][0xdc][0x14]-[0xca]dBU[0x85][0xb3][0x1a][0xf][0xc4]Wc_[\r][0x82]@@[0xb7][0x1c]{[0x89][0xf4][0x8c]G[0xd5][0xa4]e[0xe9][0xf6][0x90][0xa9][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xab]k[0xad][0x4][0xbc][0xcd][0xd5][0xa2][0x99][0x92]Y[0xc9]|[0xd7][0xfa][0x89][0xb]l[0xae][0x4]p)[0xbf][0x2][0xe2][0xe5]Z[0xfe][0xff][0xef][0xb1]nH;Zf[0x81][0xee][0xdc] n[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x99][0xb5][0xad][0x9b][0xba]V`[0xdc]PVwR%[0xb8][0xda]c[0xd5][0xf1]<[0x8]=[0xf7]e[0xac]B[0xa5][0x6][0x97]F;_[0xdf][0xdf][0xd4]W[0xb0][0xe0]^[0x8f][0x9]^.[0x86][0x9e]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9c][0xc]][0xdf][0x9f]1Km[0x17]N[0xe7][0x8a]vF[0x1f]6$[0x14][[0xaa]{[0xa5][[0xe6][0xa5]b7[0xda]Tl[0xc7][0xe][0x81]x[0xed][0xa0][0x17][0xd2]g[0x93]U[0x17]K[0xda][0xc5]U[0xbc][0x83]w[0x15][0x98]*[0x16]a)[0xc8][0xa9][0xc8][0xe3]C[0xc2][0xa1][0xc2]FA[0x85][0x83][0xa2][0xc0][0xa6][0x1a]G[0xa0][0xe2][0xb6][0x14]5[0xbe][0xc][0x8c][0x8a];[0x92][0xbf][0xf7][\r][0x8f]C[0xc5]],)[0xf8]H[0xc5][0xc7]hS[0xf0][0x89][0x8a]O[0xf1][0x99][0x8a][0xcf][0xd1][0xa5]b[0x0]_[0xc8][0x14][0xbf]T[0xf1][0x15][0xbe]V[0xf1][0x8d],[0xf2][0xc][0xda][0xd8]s[0xab][0xf9]L[0xe8][0xda][0xc2][0x88]V[0x98]c^[0x2][0xdd][0xff][0xee][0xa2]Udaz^[0xcf][0xb0][[0xb7][0xae][0x1e]k[0xf2]%[0xed][0xe6][0xd5][0xb0]IG[0xb7]5rW[0xb0]q]\[0x99][0xb3]sw[0xbc][0xae][0xdd][0xbe][0xce][0xd9][0xb3][0x5]+0[0xe5][0xa1][0xbb][0xd7],[0xad]3[0x85][0xa6]X[0xc7][0x9a][0xa6]'[0xab][0xaf]B[0xdd][0xd5][0xa9]7[0xca][0x19]l[0xae]P_[0xc9]L^[0xc1]9[0xad]0[0xe6]^AN[0xaf][0xeb]r4[0xb8][0x9b][0x96][0x15][0xfd]5u[0xcb][0xe1][0xc0][0x86]?[0xaf][0xb3][0xcc]z.[0xc6]5[0xb3][0xc8]2Z8[0x87][0xaa][0xda]F`0[0xf6][0xc6][0xb3][0xbb][0xc6][0xc5][0x19]ew[0xd4][0x8][0xe5][0xcf][0xe5]uK[0xe0]@m[0x3][0x83][0xe3][0xc3][0xb6]431[0xac][0x99][0xe6]4[0xaf]4[0xcd][0xcb][0xc7][0xd5][0x94][0xb1]u[0xcd][0xd1][0xd7][0x88][0x4].[0xbe]f[0x8a][0xd6][0xca]u[0xdd];,[0xaf]hj[0xb8][0xe7][0xdc][0xd4][0xf0][0xa5][0xa1]1[0x81][0xb3]5&[0xc5]s{[0xa4][0x96][0xa7][0xf5][0xcc]$[0xb6][0xbe]|[0x91][0x87]|,V}[0xc6][0xd5][0x9c][0x9a][0x8d][0x10][0xc8][0x98][0x1c]C[0xd8][0xc9][0xa7][0xc1]6[0x8][0xbc][0x8d]:>[0x0]8$[0xf8][0x86][0x8][0xcb]!C[0xde]N[0xae][0xeb][0xb0][0xb]A[0xae]9{[0xf8][0xdd]CN[0x82]T[0x90][0x6]:[0x1f]A[0xdc]wU[0xda][0xf9][\r][0xba][0xcc][0x1d][0xd8][0xcb][0xaf][0xea]) [0x86][0xe][0xd2][0x10]:[0x11][0xf7][0x8c][0xc5]&>G[0x14][0xf2][0xe6][0x1f][0xa0]n2[0xf5][0xf4]1|[0x93]t[0xe3][0x88][0x0][0x19][0xcb][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",C[0x11][0x18][0xdd][0xb7][0x8c]z[0x81][0xef][0xb0][0x9f][0x8b][0x90][0xc0]/[0x8][0x8f]u-#"Wj[0xaf][0x9f][0xcb][\r]r[0xb9][0xb1]7[0x10][0xa5]a [0xea][0xff][0x1][\r][0xf7]^[0xfc][0xce][0xe5]2[0x1a]9[0x1e][0x9f][0xdd]C[0xb8]7[0x18][0x16][\r]>[0xb9][0xcf][0xfc][0x82][0x98][0xc2]4[0xa3]Nc[0xd6][0xa5]~7[0xe3]N[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tS[0x9a]@[0x13][0xe][0xe0] [0xff][0x3]|@[0x8d][0xa0][0x87]o[0xa3][0xc3][0xb8][0x8a]#|[0x1][0x1d][0x85][0x81]cnU[0x9d][0xb4][0x1b]@+[0xf6][0xa1][0x8b][0xab][0x11]Zw[0xd3]2@[0xab][0x1d][0xd8]O;[0x9f][0xac][0x8b][0xb6][0x87]I[0x8f][0x94]P[0xf0]dG);FN+[0xfc]a[0xbb][0x82][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9f][0xe3]pJA[0xdf]s[0x86][0xf][0xa1][0xbf][0x8c]n[0x14][0xde][0xcf]EV[0xac]A[0xf6][0x4][0xbf][0x3][0x18],[0xa9][0xfd][0xc1][0xc][0x82][0xa4]c,[0xf9]W[0xa8]"[0xfe]#[0x9a]F[0xef][0xa1][0x91][0xdb][0xf8][0x3]4/c[0x93][0xf][0xa3][0x8f][0xb1]q2[0xbe][0xef][0x11]Z<[0xad][0xdd][0x12][0xf3]^[0xff]S[0x92]8[0x11]l[0xf5]a"[0xea]'R[0x11][0xa2][0xe8][0x16][\r]<[0xe9][0xfa][0x9e]X[0x1d][0xc2]I[0x9c][0xa6][0xe7][0xd3]H[0xba][0xd4][0xe7][0xe6][0xd0][0xce]$[0xc1][0xb7]c[0x90][0xc8]4`[0x9c][0xed]r[0x8d][0xbc]Ibq[0x83][0x16]7[0x99][0xd7]-[0xa4][0x88][0xb2][0xc4][0xa9][0x87][0x98][0xa8][0xb4];[0x81][0xf7][0xe8][0x8f]9[0x96][0xfa]@[0xae]$v[0xb2][0xd9][0xe][0x96][0xa4][0xed][0x94]I[0x14]=|[0xf6][0xc0][0xdf][0xf0]'T[0x5]'_[0xd0]S@[0xc1])[0x5]C[0xdc])8M[0xd0] \[0xbc][0x14][0xa6]r[0xa6][0x8c][0xd7]q[0x17][0x1c]B[0xeb][0x9e][0xfd]f[0x1][0x97]na[0x8b][0xb2][0xa7]V1l&^[0x80][0x8e]zv@#[0xb2]h[0xc1][0x1c][0xd7][0xc3]e7{[0xdd]L[0x81][0xc8]cl[0x9d]|[0x84][0xe8]C[0xd4][0xad][0x1a][0x87]]a[0x7]i'Wg[0xdd][0x96][0x1f]a[0x9]R[0xc2][0xc9][0xc0][0xb2][0xe][0x4]C[0xff][0x0]PK[0x7][0x8][0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.class[0x8d]VaW[0x13]G[0x14][0xbd][0x13][0x2][0x9b]l[0x16]AH[0xa4][0xad]m[0xa5][0xa8][0x10][0x8c][0xb8]Z[0xb5]-[\r]E[0x5][0xc4][0xa2][0x9][0xd8][0x86][0xd2][0xa2][0xb6]t[0xd9]l[0xe2][0xc2]&[0x9b][0xb3][0xd9]P[0xfc]E~[0xad]r[0xe][0xd6]zN?[0xd2]s[0xfa][0x9b]zz[0xfa][0xde][0xee][0x90]@[0x8][0xe0][0x7][0xde][0xcc][0xce][0xbc]w[0xef]{o[0xee]L[0xf8][0xe7][0xbf]?[0xff][0x2]p[0x13][0x1b]*[0x86]p_[0xc1][0xbc][0x8a][0x8][0x1e][0xc4]q[0xe][0xdf]&[0xb0][0x80][0x87]<{[0xc4][0xb3]\[0x2]y,[0xf2][0xe7][0x92]J[0xe6][0xb1][0x8a]$[0xbe]c[0xf3]=G[0x16]x[0xb6][0xcc][0xe6][0x7]6+l~[0xe4][0xb0][0x9f][0xd8][0xac]*x[0xc2]+[0x84][0xff]T[0xc1]3[0x5]?[0xb][0xc4]+k[0xa6][[0xf5][0xad]m_`$[0xe7]ze[0xdd][0xad][0xd5]om[0xe8]5c[w[0xdc]r[0xd9][0xae][0x96][0xf5][0xc7][0xc6][0xf6]l[0xe8][0x93][0x15][0xe8][0xaf][0xac][0x15][0xad][0x92][0xd1]p[0xfc][0xd9][0xfd]8[0xad][0xb2]F[0xee][0xb9][0xd0][`[0xfc]x[0x18][0xe9][0x93]7[0xaa]F[0xd9][0xf2][0x8][0xad]g[0xca][0xae][0xda][0xfe][0xb4]@Wz|E :[0xeb][0x16]-[0x81][0xbe][0x9c]][0xb5][0x16][0x1b][0x95]u[0xcb][6[0xd6][0x1d]Z[0x19][0xc8][0xb9][0xa6][0xe1][0xac][0x18][0x9e][0xcd][0xdf]r1[0xea]?[0xb7][0xeb][0x2][0x13][0xc7][0xf0][0xd5][0x9d][0x12][0xad][0x14][0xd8][0xe6][0xe7]f[0xef][0x15][0x8d][0x9a][0x1f]p[0xf6][0xd7]-[0xa6]Q-:V[0xb3][0x82][0xcb][0xe9][0x10][0xa3]^[0xb6][0xf5][0x92]gT[0xac][0xdf]\oS?[0xe4][0x94][0xe5][0xfc][0xba]L[0xbb][0xd9][0xa7][0x93][0x9c][0x5][0xd4][0xb2][0xd5][0xea][0xd0][0xa5][0xf4][0x9]Mi[0xc5][0xf4][0x16]|[0xc3][0xdc][0xcc][0x1b][0xb5][0xa0]@:-b[0xac]5(~,[0x9d][0xdb]0[0xb6][0xc][0xdd]1([0xa4][0xe0]{[0x14][0x99]=[0xba][0x12]d[0xb8]i[0xbd][0xe0]v[0x1d][0xd9][0xa4][0xad]-[0xc3]!Ky[0x9][0x8c]v[0x0][0x1c][0xef][0x14][0xd4]MA[\r][0xeb]0[0xe2][0xd2][0xfa][0x86]e[0xfa][0xd9]@B[0xbf][0xd0][0x19]zV[0xc5][0xdd]"[0x9f]T'P[0xca][0xa9][0xdb]t,[0xc3][0x13][0x18][0xc]ZR{[0xb1]T[0x92]%S[0xa5][0x2]g[0xd3][0x92][0xb8][0xe1][0xdb][0x8e]NK[0xdc][0x88]z[0xb3]y[0x81][0xcf]@[0xba][0xcd][0x85]aU[0xf3][0x80]G[0xdf][0x11][0xc][0xa5]h[0xd7]kn[0x9d][0xf2][0x8a]M[0x99][0x8e][0x94][0x99]Zp[0x1b][0x9e]i[0xcd][0xdb][0xac][0x9f]d[0x9b]6[0xae]1[0x84][0x86]OqA [0xd3][0xf9][0xb8][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0x16][0x8e][0xe8][0x98]CF5|[0x8c]O[0x14][0xac]i[0xf8][0x15][0x17]4|[0x88][0x8f]4[0x18]XW`j([0xe2][0x8a][0x86][0xf3][0xbc]2[0xce][0xb3][0x9]X[0x1a]>GIC[0x19][0xcf]5|[0x85]I[\r]_sP[0x16]S[0x1a][0xbe][0xc1][0xb4][0x6][0x9b]?[0xef]q"[0xc3][0xa7][0xe9][0xe6][0xd8]\;[0xea][0x9f][0xe4][0xdf]~[0x90][0x2][0x1f]0@[0xe8]^[0xaf][0xd9][0xfa]1[0xde][0xe1][0x89][0x92][0x18][0xdf][0xf3]z[0xd3][0x5]ukV[0x95][0xfa]L[0xe7][0xde][0xda]-X[0xde][0x96]mR[0xfb]3'][0x8a][0xc3][0xce][0xd9][0xf7]`m[0xe2][0xf6][0x86]t[0xcd][0xf6][0x9c]ry[0xa4][0x9a]YQ[0xa7][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]J[0x8a][0xf2][0xdd][0xfd]n$[0xd3][0x9d][0xef][0x8d][0xe9][0x90][0xf6][0xf0][0x19][0xbd][0xd1]C[0xa0][0xe][0xa3][0xb]*[0x8b][0x82]^y[0x95][0xa5][0x10][0x8c][0xa4][0x18][0x1a][0x13][0xb4]O[0x9a]#;L_:[0x8d][0x82][0xc6][0xee]+o ^[0xd1]$B @O[0xb0]x[0x1e]#d[0xb5][0xd0][0x1][0x17]q[0x89][0xc6]8.cT[0x6][0xcf][0x13][\r][0xef]%[0xdf]![0xb2]J[0x0]];[0x88][0xbe]F[0xf4]-[0xba][0x5]ZXg[0xc8][0xb][0x14][0x95][0xc0][0x18][0x6][0x91]>[0x80][0x99][0xa4][0x95]t[0x90][0x1a][0x9]UbV[0x83][0x1d] [0xfb][0x1a]=#Mp{[0x18][0x9]@[0x15][0x81]=[0xc][0xee]O[0xdf]"&[0xf0][0x12]Q[0xb1][0x83][0x1e]r[0xdd]C[0x9c][0xec]K[0x9e][0xc7]o[0xa3][0xbe][0x1][0xd6][0x6][0xb7][0xe8][0xf][0xe8]E[0xf7][0xd8]][0x5]W#[0x89][0x19][0xb2][0xc4]6[0x81]k[0x92][0xfb][0x11][0xb9]s@[0xfc][0xf][0xa8][0x99][0xab][0xbb]H[0xb4][0x8a][0xe0][0x1f]H`[0x12]1[0xba]:\[0xc0]p[0xe8]([0x9b][0xc2]3[0x1d][0xd7][0x83][0xd4][0xe3][0xc4]w[0x9d][0xbc][0x5]q[0xde][0x94][0xc0][0x9b][0xf4][0xcd][0xfe]C"[0xcf][0xd0][0xbb][0xd0]V[0xf3]{P[0x89][0xa2][0x97]K[0xe0][0x84][0xbb][0xe][0xd0]L[0x93][0xbd]s[0x80]f[0xa8]I3$i"HQ9[0xb7]i[0xcc][0x4][0xdd][0x8c][0xfc][0x8b][0x94][0x82]/[0xa8][0xae]/i[0x97][0xae][0xb8]$[0xbe]K[0x1e][0x8c][0x18][0xb]i[0xcf][0xb4][0x17]4[0x7][0x5][0xf7][0x3][0xa6]s[0xa1]_[0x93])&[0x99][0x4][0xbf][0x15][0x12][0xed][0xb6][0x14][0x8b]Bh[0xbb][0xe8]k[0x7][ [0xd9]<[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x8e][0x94]|[0xc7][0x82][0x82][0xd4][0xbc][0x14]F[0x6]=[\r][0x9f][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0x82][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0xfd][0xe2][0x82]L[0xfd][0x80][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x8][0xd7][0xb5],5[0xaf][0xc4]Z3[0x8c][0x91][0x81]+8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A[0x0][0xa8][0x2]bRj[0x91]^VbY"#[0x83]*^[0xe3]`[0x8a][0x81]ZA[0xca][0xf5]s[0x12][0x81]r[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.class][0x8d][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x1c][0xc4][0xef]_[0xfb][0xa1]N[0xe]>[0x84]u0[0x83]n[0x9d]+[0xe][0x82]B[0xc1]=[0xb6]![0xa4][0x84]$[0xa4]U[0xfa]l[0xe]>[0x80][0xf]%6[0x93][0xe2][\r][0xc7]q[0xf0][0xbb]{[0xbd][0x1f]O[0x0][[0xcc]2d[0x19][0xa6][0x84]Dxo=a[0xbd]:[0xb6][0xfc][0xce][0x99][0xe6]F[0xb2][0xaa][0xf7][0xca][0xc8][0xe2][0xa7])[0x87]Z[0xb8]^YS[0xe4][0x17][0xc2][0xbc][0xb2]7_[0x8b][0xbd][0xd2][0x82][0xb0]<[0xf3][0xa1][0xc]#[0x7]n[0x1a]-[0xfc]&P[0x84][0xdc]z[0xc9][0xac][0xeb]v-s|`[0xda]J9n[0xb2][0xce])[0xf6][0x7][0x10][0x16][0xdf][0xa3][0xd3][0xb5][0x15]u[0x9f][0x12][0x8][0x11][0x82](&L[0x10][0x87][0x84]d[0xf4][0x8][0xe9][0x7]PK[0x7][0x8][0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxFilter.class}[0x8f][0xbd]n[0xc2]P[0xc][0x85][0x8f]IH[0x80][0xf2][0xd7][0x91][0x99][0x5][0x16][0xee]P6&[0x14]R[0x9])[0x2]Th%[0xc6][0xb]\E[0x89][0xa2][0xdc]([0xb9] [0x9e][0x8d][0x81][0x7][0xe8]C[0xd1][0x1a][0x10][0x12][0x13][0x96]<|[0xf6][0xf1][0xb1][0xfd]{9[0x9d][0x1]|[0xe0][0xdd]E[0xcb]E[0x9b]`O[0xfc][0xd9][0x9a]@SB[0xc3][0xd3]iadj~d[0xb2]W[0xd6][0x1f][0x7][0xc1][0x9d][0xf9][0xdf][0xab][0xaf]q`[0xf1][0x18][0x8][0xce][0xd8][0xf3][0xfc][0xc5][0xea]JD[0xa8][0xec][0xf4]g[0x94][0x18][0x95][0x13][0x6][0xbd]@[0xe7][0xa1][0xd0]Y1[0x8c]E&[0x8f]"[0xd1]a[0x18][0xa5][0xa1]([0xb2]H,[0xe4]1[0xb8][0xa3]P[0xa9][0x19][0xf5]y[m[0xa9][0xf7][0xf9]V[0xf1][0xbc]"4Yqw[0x1a][0xc4][0xf2] [0x9][0xdd][0x97]f[0x8f][0xa5][0xed][0xab]X$[0x92];[0xf3]M[0xac][0xb6][0xc6][0xe1]OP[0xe2][0xe3],t8m[0xa6]2S[0x9][0xe][0xb3][0xfb][0xc4][0x15][0xe6][0xea][0x13][0xd7]@6[0xe1][\r][0xf5][0xdb][0x97][0x8d][[0xad][0xf9][0xf]PK[0x7][0x8][0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLayout.class}OK[0xe][0x1]A[0x10]}[0xc5]0[0xfe][0xb1]p[0x3][0x9b][0xb1][0xd1][0xb]v[0x16][0x16]B,&![0xe1][0x2][0xcd]t:3[0x99]LMF[0x13][0xae]f[0xe1][0x0][0xe]%[0xba][0x91][0xd8][0x88]Z[0xd4]{U[0xf5][0xea]w\o[0x0]Fh[0xfb]h[0xfa]h[0x11]j[0x11][0x87][0xf2][0xc2]GC[0x98][0x6]![0x17]Zp~[0x18]'"[0x97]g[0x91][0xb2][0xd6]q[0xa6][0xc5]![0x8f][0xc5]Z[0x9e][0xc3]w8?[0xa9][0xcc]L[0x6]a"OR[0xa4][0xd2][0xd6]7[0xa6][0xb0][0xf9][0x9][0xa1][0xa3][0x95][0x99]qf[0xac]`{[0xc9][0x15][0xa1][0x17][0xfc][0xd4][0xd5][0xad]n[0xa9]d[0xa4][0x8a]7_0[0x1b][0xc7][0x1b][0x1b]>[0x16]{[0xb5][0x88]S[0xdb][0xdb]q+_[0xa7][\r][0xdd][0x8]B[0xff][0xff]u[0x9f]/[0xba][0xdf]}[0xab]][0xa2][0xf6][0xa6]J [0x94][0xe0][0xcc][0xf3][0x8]ex[0x96][0x10]*[0xa8][0xbe][0xd0][0xff]`[0xcd][0xa1]U[0xd6][0xad]/[0xa1][0xf1][0x4]PK[0x7][0x8][0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLevel.class[0x85][0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]1[0x10][0x84]g[0xfd];A[0xf0][\r]l[0xbc]kL[0xa1][0x9d][0xb5][0x8a] (\g[0x17]e[0x9]9[0x82]9s[0xf1][0xd0]W[0xb3][0xf0][0x1]|(1'X[0xbb][0xc5]N1[0xdf][0xee][0xcc][0xeb][0xfd]x[0x2][0x98][0xa1][0x1f][0xa1][0x1b][0xa1]G[0x18][0xea]b[0xed]Xzv;[0xb7][0xbc]\[0xa5]!L[0xe2][0xad]uJ[0xd8][0xbc][0x98]g"[0x97]7a[0xac]R[0xfa][0xac]D[0x91]k[0xb1][0x97][0xb7]-[0x97]l[0x16][0xc9][0x81][0xd0][0xf4]vs[0xf6][0x84]z[0x9c]l[0x8]#[0xc5]>[0xbd][0x17][0x81][0xe][0x8f]t)[\r]W^7[0xb5]Ww[0xe2][0x95]6L[0x18][0xfc][0xce][0xa7][0x99],%a[0xfc]?(T[0xac]Xad0v[0xc7][0x8c]O[0xbe]E [0xd4]PM[0xbd][0x11][0xd2][0xd1][0x0][0x82]6[0xd1][0xfa]jTi [0xda]a[0xd7][0xd0][0xf9][0x0]PK[0x7][0x8]k[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.class]N[0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x9c][0xad][0xd5][0xfa][0x4][0xf]~[0x84][0xbd][0x98][0x83][0xde]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]P[0x1f][0xd0]/Hk[0x8c])5)m[0x14][0xbf][0xcd][0x83][0x1f][0xe0]G[0x89])[0x15][0x4][0xf7][0xb0][0xb3][0xc3][0xce][0xcc][0xee][0xeb][0xfd]x[0x2][0x98]c[0x18][0xa0][0x1f]`@[0x18]Ha[0xd7]*[0x17];~[0x11][0x84][0xc9]4[0x8c]2~[0xe3],[0xe7]Z[0xb2][0xd8][0x96]J[0xcb]%a[0xe8]D[0xab][0x9c]WU[0xa3][0x1a]9[0x1a])-v[0xd7]K"[0xca][0x86]o[0x85]=[0x9b]c[0xb3][0xef][0xc7][0xe6]Z[0xa6][0xa2][0x8e]u[0x91][0x7]~[0x8f]L[0xca][0xad]2z[0xa3]OfV[0xe7][0x13]BSJf[0x8a]j[0x91][0xb1][0x82][0xdf]Yn[0xa4]t[0xb7]XU([0xf6]g [0x8c]/[0xed][0x93]L[0xa4][0xb6]C x[0xa8][0xcb][0xf7][0x9]-[0xf8]n [0xb4][0xbf][0xd8][0xf9]bP[0xa3]Sv][0xf7][0xd0][0xfb][0x0]PK[0x7][0x8]'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.class[0x85]P[0xcb]N[0x2]1[0x14][0xbd]E[0x14][0xe4][0xa1][0xbc]D[0xf9][0x1][0xc3],t[0x16][0xba]si [0xd1][0xf0][0x12]\[0xe9][0xaa][0xc0][0xa5][0xe][0x99][0x99]N[0xda][0x82]|[0x9b][0xb]?[0xc0][0x8f]2[0xde][0xe9][0x8c]b[0xa2][0x9]][0xf4][0xf4][0xde][0x9e]s[0xda]s?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z98[0xcd][0xc1][0x19][0x83][0xa6]@[0xd3][0x93]3n<[0x19][0xde][0x85][0xb][0xa9][0x2]{dp[0xd1]vzR[0x9]WF[0xfa]z[0xe9]F|[0xe3][0xfa]R[0x8]/[0x14][0xae][0x8e][0xc][0x86][0x8b]$[0xc1][0xad][0xcf][0xb5]N~2R2Be<[0xa4][0xba][0xfa][0x1d]ie<[0xdf][0xed][0xf3]([0xce]3[0x91]+5[0xc3][0xae][0xe7][0xc7][0x99][0xed]([0xed]x:k[0xc][0xcd]e[0xcc]f[0xe0][0xec][0x98][0xfd]V[0xc0][0xa0][0xb2][\r]5[0x9c].qf[0xe][0x18]0[0xc8]@[0xbc][0x8a]Y[0xfa]/d[0x1][0x8][0xf7][0xe1][0xc0]b[0xe][0xf2][0x16][0xf]S,[0xa4]XL[0xb1][0x4]e[0x8b]Gpl[0xb1][0x2]U[0x8b][0xb5][0xf4][0xbe][0xe][\r]r[0xa6][0x81][0xd2][0x9e][0x81][0xe6][0x17]PK[0x7][0x8][0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]org/osgi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/osgi/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/osgi/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/osgi/service/log/LogEntry.classm[0x8f][0xc1]N[0x2]1[0x14]Eo[0x11]g[0x0]AQL\[0xb9][0x16]6v[0xe1][0xd2][0x9d][0x9]&[0x92]!&[0xe]?P[0xc6]G-[0xe][0xad][0xe9][0xc][0x83][0xfe][0x9a][0xb]?[0xc0][0x8f]2[0xbe])Q[0xa3][0xb1][0x8b][0xde][0xa4][0xbd][0xe7][0xbe][0xfb][0xde]?^[0xdf][0x0]\`[0x10][0xe3]0[0xc6][0x91]@[Sy[0xb5][0xb6][0xf7]9[0x9][0x9c][0xe]G[0x89][0xf3]Z[0xba]B[0x1b][0xb9][0xf0]jE[0x1b][0xe7][0x1f][0xe5][0xf6][0xfb]R`[0xc0][0xde][0x94]|e2[0xba][0xa3][0x5]y[0xb2][0x19]Sg[0xff]S[0x8d][0xcc][0xb7][0x98]O[0xa8][0xa2]\`g8[0xba][0x11][0xe8][0xf0][0xc3][0x94][0x8a]Bi[0xce]9[0xe6][0x9c][0xa5][0xaa][0x94][0xcc][0x95][0xd5]2-[0xbd][0xb1][0x9a][0xa1].{[0xc6][0xcf][0x19]=[0x95][0xc6]Y[0x81][0x93]_[0xae][0xd9][0x83]w[0x1b]5[0xf][0xed]b6[0xce][0xcc][0x8a]B[0xf8][0x84][0xc3]S[0xb7][0xf6][0x19]][0x9b]z[0xb5]^[0xe2][0xf4][0xd8][0x96][0xfe][0xe5][0xbc][0x86]y[0xd5][0xef][0xc6][0xc5][0xb6][0xa7][0xcc][0x9d][0x96]_&[0x81][0xfe][0xcf][0x8c][0xdb][0xf9][0x92][0xb2]2[0x12][0x10]h[0xa0]>Q[0x93]G[0xa0][0x9][0xb0][0xee]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0xa3][0x15][0xb4][0x8d]N[0xd0]=t[0x83][0xf6][0xb0][0xcf][0x84][0xc0][0x1][0xdf][\r][0xf4]?[0x1]PK[0x7][0x8][0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/osgi/service/log/LogListener.classu[0x8e]1[0xb][0xc2]0[0x10][0x85][0xdf][0xd5][0xda]h][0xdc]\[0xc5]I[0x17]38:[0xd7][0xa9][0xe0] [0xb8][0xd7]z[0x84][0x94][0x90]@[0x9a][0x16][0xfc]k[0xe][0xfe][0x0][0x94][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x1d][0xde]q[0xbc][0xf7][0xdd][0xf1][0xde][0x9f][0xe7][0xb][0xc0][0x1][0xb][0x81][0x99][0xc0]\ 'd[0xc6])[0xc5]w[0xc2]f[:[0xaf][0xa4]k[0x95][0x96]-[0xfb]^[0xd7],c&K[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xfc][0xe3][0xb8][0xbb][0x12][0xf2][0x8b][0xeb]|[0xcd]'m[0x98][0xb0][0x8c]Q[0xa9][0xdb][0xc0][0x96][0xfd][0xbe][0xa9][0xfa][0x8a][0xb0][0xfe][0xf7]b[0xe4][0xe2][0xd5]@JSY%[0xcf][0xb7][0x86][0xeb]@X[0xfd][0xac].h#[0x8b][0x9e]m[0x18][0xe1][0x8c]@H[0xa2]&[0xb1]6[0xa5][0x84][0x14][0xd3]aC[0x16]g[0x2][0xf1][0x5]PK[0x7][0x8][0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/osgi/service/log/LogReaderService.classu[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x84]g[0x8d]&[0xfe]!ZX[0xf8][0x0][0x82]6^a[0x99]Z[0xab][0x80][0xa0]`&[0xcb]q[0x12]sp[0xb9][0xe4][0xe1],|[0x0][0x1f]J[0xbc][0xa8][0x85][0x16]n[0xb1][0x3][0xbb][0xdf]0s\o[0x0][0xd6][0x18]F[0xe8]G[0x18][0x10]F2[0xcb][0x12][0xa3][0x12]]:.[0xd8][0x12][0xe6][0x8b][0xc4]X%L[0xa9][0xb4]([0xd9][0xd6]:e[0x91][0x1b]%[0xbe][0xa0]xy$L,_L[0xcd]?[0xde]P[0xb1][0xf3][0x7][0xc2]l[0xb1]L[0xce][0xb2][0x96][0xa2]r:[0x17][0x9b][0xa2][0xba][0xb0][0x95]N[0x9b]"&[0xf4][0xf][0xa6][0xb2])ou[0xce][0x84][0xa9][0xc7][0xf7],3[0xb6][0x87]w[0xd6][0xaa][0xb1][0xf9][0x16][0xff]:[0xfc][0xc0][0x84][0xf1]+%[0x97][0x85][0x12][0xbb][0xd3][0x99]S[0x17][0x12][0x8]-4[0x13][0xb4][0x9][0x1][0xda][0x80][0xd7][0xce]GCD[0xfe]C[0xe8][0xfa][0xdd]B[0xef][0x9]PK[0x7][0x8][0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/osgi/service/log/LogService.class[0x9d][0x91][0xcd]N[0xc2]@[0x14][0x85][0xcf][0xa5][0xc8][0xaf][0x8][0xfe][0x91][0xb8]r[0x8b]1q[0x16].[0xbb]B[0x5][0xd2][0xa4][0xa1][0xa6](.[0xcd][0xd0][0xc][0xb5]X;[0xc9]P[0xe0][0xdd]\[0xf8][0x0]>[0x94]q[0xa6]6[0xd2][0x85]l[0xdc][0xcc][0xcd]w[0xe6][0xcc][0xbd][0x93]s?[0xbf][0xde]?[0x0]\[0xa3][[0xc5]I[0x15][0xa7][0x84][0xba][0xeb][0x8d][0x9e][0x7][0xbe][0xef][0xf9][0x4]r[0x8][0xad][[0x99],S[0x9e][0xa4]S[0x1e][0xaf][0x84][0xa5][0xcd]Dh[0x1a][0xd3]S[0xdf][0x1f];[0xe3][0x91][0x91]J[0x84][0x9a][0x91][0x9c][0xf1][0xd0]3l[0xe5]}[0xee][0x6]7[0x8f][0x99][0xa1]L[0xb0]b[0x19][0x12][0xba]=[0xc7]][0xf0]5g1OB6IU[0x94][0x84][0xf6][0xc5][0x94]p[0xf9][0xd7]EAyxQr[0xc3]g[0xb1][0xc8][0xdc]v[0xcf][0x95]*dr[0x19]Fl[0xae][0xf8][0x9b][0xd8]H[0xf5][0xca]&B[0xad][0xa3]@[0xf8]b.[0x94]H[0x2]a[0xef][0x98]u[0xff][0xef][0xd7];?[0xd4][0x98][0xc8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4]0[0x8a][0x5][0xa1][0xed][0xca]0[0xef]ve[0x1e][0x10][0xce][0xe7]-t[0xa6][0xd3]`[[0x1b][0xa1][0xb3][0xed][0xec][0xcd][0x16]"H+:[0x94]Lv8[0x83][0xa5]O[0xc2][0x9e][0x89][0x1a][0x15][0xcd][0xd5][0x2][0xd7]4[0xd7][0xb][0xdc][0xd0][0xdc],[0xf0]>[0xca]:[0xfe][0x16][0xe][0xb2]5[0xb4][0xd0][0xce]k'[0xaf][0x87]f[0xa7]8[0xca][0xbc][0xc7][0xdf]PK[0x7][0x8][0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/osgi/service/log/package-info.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xc1][0x82][0xc4][0xe4][0xec][0xc4][0xf4]T[0xdd][0xcc][0xbc][0xb4]|[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xfc][0xe2][0xf4]L[0xfd][0xe2][0xd4][0xa2][0xb2][0xcc][0xe4]T[0xfd][0x9c][0xfc]t}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%L[0xc][0xc][0x8c][0xc]@[0x2][0xc][0x18][0x19][0x98][0x81]$[0x13][0x3][0xb][0x0]PK[0x7][0x8](h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/osgi/service/log/packageinfo+K-*[0xce][0xcc][0xcf]S0[0xd4]3[0xe6][0x2][0x0]PK[0x7][0x8][0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/ILoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}[0x88]:kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]aO[0x88][0xb8][brI~Q[0xa5][0x1e][0xc8][0x8]F[0x6][0x9][0x84]6TyF[0x6][0x1][0x84]%[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/IMarkerFactory.classm[0x8d][0xc1][0xe][0xc1]@[0x10][0x86][0xff][0xa1]Z-[0x12]"[0x12]O \[0xf4][0xc0][0xad]Wi"![0xe]nnk[0xbb][0xaa][0xd5][0xb4][0xc9]v[0x9][0xaf][0xe6][0xe0][0x1]<[0x94][0xd8][0x16][0x11][0x89]9[0xcc]?[0xf9]f[0xe6][0xff][0xef][0x8f][0xeb][\r][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4]-[0xb][\r][0xb]M[0x82][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]d[0xf2] $a0\[0xc4][0xec][0xc4][0xdc][0x84][0xa5][0xa1][0xbb]V2JCo[0xb4][0xc8]d[0xe8][0xe6][0xc9]n[0x1a][0xbb][0xaf];[0x8f]`[0x8a]s[0x94][0xab][0x9c][0xd0][0xfb][0xf7][0xb1]!4[0x3][0xa1][0x18][0xdf][0x8c];:dV[0x12][0x11]|[0x98][0xb3][0xce][0x8e][0x92][0xb]?J[0x4][0xa1];a[0x9f]q[0x95][0xc9][0xcb][0xb8]0%[0xf4][0xbf][0xd1][0xbf]{B[0xfb][0x1b][0xbb][0xda][0xc6][0x82]+[0x93]@[0xa8][0xa0]([0xc3] Ta[0xe8][0x81]P[0x83]Y[0xaa][0xf5][0xd6]z[0xc1][0xf5][0xa5][0xad]{[0x5][0xce][0x13]PK[0x7][0x8][0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Logger.class[0x9d][0x93]_O[0x13]A[0x14][0xc5][0xef]@K[0x11][0xa4][0x94][0xd2][0xca]t[0x84]A[0xfe]$[0xb4]>[0xd8][0x7]}A[0xf4][0xc1]h%[0xc6]B[0x13]h0[0x81][0x7]2-[0xc3][0xba]u[0xdd]M[0xa6][y[0xe6]k[0xf9][0xe0][0x7][0xf0]C[0x19][0xef].'[0xd4]?[0xab][0xa9]>[0x9d][0x9c][0x93]{s[0xef][0xee][0xcc][0xd7]o[0x9f][0xbf][0x10][0xd1]c[0xda].[0xd0]F[0x81]6[0x5][0x95][0x8e]:[0x9d][0xee]y[0xbb][0xb3][0xbf][0xdf]::?|q[0xd0][0x12]Tn[0xf][0xcc]'[0xd3][0xc]L[0xe8]5[0x8f]c[0xe7][0x87][0xde][0x9e][0xa0][0x85][0x97]Q8[0x8c]M[0x18][0x9f][0x98]`dgiKP[0xc1][0xb3][0xf1][0xa1][0xf9]h[0x5]U[0xea][0x8d][0xac][0x9e][0xa2]?[0xec]:[0xd3][0xb7][0xad][0xd0][0xf4][0x2]{!h[0xba][0xde]8[0x15][0x94][0x8f][0x93]PP[0xb5][0xfe]{S[0xe3]D[0xd0]NF[0xfe]C[0xd2][0xe9][\r]l?N+w'[0xaa][0xcc][0xee][0xad]g[0xf4][0x9e]e[0x97]>[0xfc][0xfb]1[0xdd][0xf7].[0xba]J6L[0x8b]y[0xab][0xc8]y[0xcd]ap[0xf9]d[0xd0]<0[0xee][0x83]u{[0xc9][0xd6];[0x19]y[0xf6][0xfe][0xbb][0x13]Uf[0x8f][0xfa][0xf6]?{[0xb3]iO'[0xa2][0xfd][0xe1][0xab]=[0xfb][0xd7]Q~[0xfe][0x8e]|y^[0xd9][0xde][0xc8][0xbb][0xbd]<[0xf9][0x8b][0xc4][0xf2]M[0xf4][0x87]o[0xc2][0xcb][0xe8]6[0xcf][0xf9][0xec][0xd2][0xf8][0x9d]q[0xe1]8[0xbe]b[0x97]bZ[0xce]En[0x8c][0xb1][0x89][0x15]4w[0x1c][0x8d]\[0xdf][0xbe][0xf6][0x3][0xbe][0x8a][0xf3][0xed][0xc8][0xf3][0xac]{[0x94][0xc][0xc3]ob<[0xf7]M[0xce][0xd1][0xaf]+[0xf2][0x1][0xc9][0xcb][0x99][0x11]$h[0x8a][0x9f][0x94][0xa0][0x1a]MS[0x8e]5[0xcf]n[0x8a]f[0xe8]y[0x8e][0x9f][0x8][0xcd][0x12][0xb1][0xde][0xa1][0xb9]T[0xe7][0xe9].t[0x1]Zd[0xbd]f][0x84]/[0xa1]~[0x9][0xbe][0xc]][0x86]VP_[0x85][0xbf][0x97][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0x12]|[0x9][0xbe][0x4]_[0x82]/[0xc1]_[0x1]_[0x82]/[0xc1][0x97][0xe0]K[0xf0]%[0xf8]5[0xf0][0x15][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x5][0xbe][0x2]_[0x81]_[0x3]_[0x81][0xaf][0xc0]W[0xe0]+[0xf0][0x15][0xf8][0xf7][0xc1]_[0x5]5[0xe5]_[0xb3].[0xc2][0x17][0xa1]%[0xd4]/[0xc1][0x97][0xa1][0xcb][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xaa][0xf0]7[0xfc]5[0xf0]5[0xf8][0x1a][0xf3]k[0xcc][0xaf]q[0x8e][0x6][\r]|[\r][0xbe][0x6]_[0x83][0xaf][0xc1][0xd7][0x9][0x9f][0xff][0xf9]z[0xfa][0xcf][0x1f]|[0x7]PK[0x7][0x8][0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/LoggerFactory.class[0x95]Zy`[0x1b][0xd5][0xd1][0x9f][0x91]e[0xaf],o[0x1c]G9[0x88]s[0xb1][0x4][0x92][0xf8][0x8a]MH[0x8][0x90][0x84][0x80]c[0xcb][0x89][0x12][0xf9][0xc0][0xb2][0x13][0x1c][0x8][0xee]F^[0xdb]"[0xb2]d$[0x19][0xc7]PJ[0xca]M[0xe9]A[0xef]&[0xbd]([0x85][0xba][0xa5][0xb4][0x85][0xa4]5[0xe]i[0xa1]m([0xf4]n[0xa1][0x85][0xd2][0x9b][0xde][0xf7]}|[0x85][0x92][0xe6][0xfb][0xcd][0xdb][0x95],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1x[0xf7][0xbd][0xb7][0xf3][0xe6][0xcd][0xf1][0x9b]y[0xf3][0x9e][0xfc][0xd5][0xff]=[0xfa][0x18][0x11][0xad]u[0xcd][0xd5][0xf8][0xbd][0xd2]z[0x8d][0x87]M[0xe1][0xbf]W[0xa8][0xc3]^[0xee]cK[0xe3]~/[0xad][0xe1][0x1][0xe9][0xc]j[0x1c][0x11][0xda][0xab][0xe5][0xb1]O[0x98]5yi[0x1d]Ge[0xea][0x90][0x8c][0xc5][0xa4][0x15][0x97][0xd6][0xb0][0xb4][0xae][0xf1]pB$HJ'[0xe5][0xe1][0x11][0xf]_[0xeb][0xe1]Q[0xf][0xef][0xf7][0xf0][0x98][0xc6][0xd7]y[0xa9][0x85][0xd7]z[0xf8]zy[0xbf]V[0x1e]7x[0xf8]u[0xf2][0xbe][0xd1][0xc3][0x7]<[0xfc][0xfa]R[0x18][0xe6]&[0xb1][0xc4][0xcd]b[0xb9][<|[0xab][0x87]o[0xf3][0xf2][0xed]|[0x87][0x18][0x18]Dwj[0xfc][0x6][0x8d][0xef][0xf2][0xf0][0x1b]5~[0x93][0x97]v[0xf3]Z/[0xbf][0x99][0xdf]"S[0xee][0xf6][0xf2][[0xf9]m[0xf2]x{[0x19][0xbf][0x83][0xdf])[0x8f]wi[0xfc][0xee]2~[0xf][0x1f][0xd4][0xf8][0x90][0x87][0xdf]+MK[0x84]}[0x9f][0x87][0xdf]/[0x9d][0x1e][0xf]@[0x96][0xff][0xa0][0x87][0xef][0xf1][0xf0][0x87]<|[0xaf][0x18][0xe3][0xc3][0xb2][0xf8]}[0x1e][0xbe][0xdf][0xc3][0x1f][0x11]W[0x8d][0xcb][0x94][0x8f][0x96][0xf1][0xc7]`3[0xac]v[0x95][0xac][0xf6][0x80][0x10]~\><[0xe8][0xe1]Oh[0xfc][0xc9]2[0xfe][0x94][0xd8][0xf5].~[0xc8][0xc3][0xf][0xb][0xd9]a[0xf9]xD[0xe6]Z&|[0xc6][0xc3][0x13][0x1e]~D[0xe3]I1[0xf5]Z[0x8d][0x8f]z[0xe9]v1[0xc6][0xa3][0xc2][0xe9][0x98][0xc6][0x9f][0xf5][0xf0][0xe7]<[0xfc][0x98][0x87][0x1f]g[0xd2][0x9b][0xda][0x9b][0xfd][0xa1][0xde][0x8e]NK[0xe0]r&_[0xf0]j[0xf3]Z[0xb3]!j[0xc6][0x6][0x1a]B[0xa9]D$6[0xb0][0x91]iVS<[0x96]L[0x99][0xb1][0xd4]N3:by[0xf8][0xf3]L[0x95]m[0xed][0xbd][0xa1][0xae][0xc6][0xae]@S[0xb0]}[0xeb]V[0xe7][0x96]@[[0xb3][0xbf][0xb3][0xb7][0xbb]3[0xe8][0xe1]/0[0xcd]o[0xed][0xe]v[0x5]:[0x82][0xfe]^[0xf9][0x10]h[0xdb][0x1a][0xb2]?}[0x91][0xa9][0xac][0xad];[0x18][0xec][\r][0xb6][0xd8][0x3][0xc7][0x99]*v[0xfa];C[0x81][0xf6][0xb6][0xde][0xd6]@[0xa8][0xb5][0xb1][0xab]i[0x9b][0x87][0x9f][0x0][0x87]P[0xf7][0x96]PW[0xa0][0xab][0xbb][0xcb][0xdf]k/aO[0xf8][0x12][0xd3]B[0xa7][0xdf][0xd6][0xd8][0xea][0xcf]L[0xb2][0xbf]>[0xc9][0xe4][0xed][0xf4]w[0x4][0x1b]{[0xec][0xfe]S`[0xd4][0xdd][0x16][0xea]nj[0xf2][0x87]B-[0xdd][0xc1][0xde]@[[0xa0][0xcb][0xfe][0xf4][0xe5][0x82][0x9f]ZC[[0xa1]ow[0x9b]t[0x2][0x8d][0xc1][0xc0]n3[0x13][0x7][0x8a][0x10]~[0xc4][0xb4][0xa0][0xbd]mk;[0xb4][0xe9][0xcd]|[0x86][0x5][0xda][0xdb][0xe4]+[0x83]]Kc [0xe8]o.[0xf0][0xd1][0x5][0x83][0xe5][0xad][0x94]KP[0xc4][0xb4][0xb8][0xad][0xbd][0xa3][0xb7][0xa5]1[0x18][0xdc][0xd2][0xd8][0xb4][0xa3][0x0][0x89][0x9b]i^[0xee][0xa8]r[0x80][0x1f][0xe2]*SanSW{g[0xf]Sm0[0x9e][0x18]hHF[0xfb][0xd7]][0xdd]0hE[0x87][0xad]D[0xb2]!4[0xb2]7[0x99][0x8a][0xa4]FRV0>0`%Z[0xcc]p*[0x9e][0x18][0x83]s[0xe7][0xe5][0xac][0x9b]arN[0x1]&[0xa0][0xcc][0x9f]}N[0xb3][0xbf][0xcb][0xdf][0xd4][0xd5][[0xd0]%[0x1d][0x9d][0xed][0x1d][0xfe][0xce].p[0x9b][0xb7][0xbd]qgc[0xef]N[s{g[0xd6][0xf0][0xe2]W[0x98][\r][0xb3][0xef][0x86][0xc5][0x1b];[0x2][0xbd]M[0xed][0xad][0x1d][0xd0]xK [0x18][0xe8][0xea][0xe9][\r][0x6]B]Ls[0xaf]([0x84][0xd4]J[0x1b][0x93]i[0x86][0xe]*1[0x19][0xec]J6Eb[0x91][0xd4]f[0xa6][0xa2][0xaa][0xea][0x9d]L[0xee][0xa6]x[0x9f][0xc5]4;[0x18][0x89]Ym#C{[0xad]D[0x97][0xb9]7jI[0x8][0xc4][0xc3]ft[0xa7][0x99][0x88]H[0xdf][0x19]t[0xa7][0x6]#I[0xf0][0xcf][0xb2]J[0xbe])[0x8a][0x13]V[0xd2]J[0x1][0x6][0xb0]U<1[0x14][0xc0]j[0x11]3[0x1a][0xb9][0xce]LE[0xe2]1qS[0xca][0xc][0xef]k5[0x87][0x1d][0x96][0xab][0x87][0xac]d[0xd2][0x1c][0xb0][0x10]\)3[0x12]K[0xb6]'[0x6]B[0xc2]804[0x1c][0x5]i*[0x12][0xb6]W[0xd8][0x12][0x89][0xf5]Y[0x9][0xf0][0xad][0x9a][0xae]q5LT4[0x94][0x1c][0x80][0x80]{A[0x6][0x1][0x93][0xd3]fv[0x98][0xa9][0xc1][0x90][0x8]6[0xdb][0x9e]?[0x92][0x8a]D[0x1b]0[0x0][0x91][0xdd][0xb1][0xb0][0xd8][0xc0][0xc8]b[0xdc][0x16]o[0x8a][0x9a][0xc9]d[0xb3][0xd5][0xdf][0x12][0x1f][0x89][0xf5][0xf9][0x13][0x89]xBQ&[0x87]@[0xb9]4[0x87]24[0x12][0x1e]l[0xb5]R[0x83][0xf1][0xc][0x19][0x83]f~[0x16][0x8d][0xd8][0x1a][0x16][0xf5][0xf1]mA[0xae]][0xc7][0x86][0xd3][0xb6]=3W[0xae]Mv7f[0xa5][0x1a][0x10][0xa8][0x1b]7o[0xd4][0xf8]+[0xd8][0xa8][0x90][0xb6][0xb0][0x1d]a[0xf7][0x1][0x9a][0xfa]#[0xfb][0xf3][0x1][\r][0xe7][0x94]DUKy0[0xcf]KX[0xbe],)3[0x82][0xe]I!x[0xe7][0xb3][0xc4][0xc2][0x9f][0xd4][0xf8][0xab][0xd8][0x4][0xe0][0xbc]~3[0x12][0xb5][0xfa][0xc4][0xa2][0xb0];rP[0xb6]3[0xba][0x6][0x13][0xf1]Q[0xd1]e[0xa3][0x0][0x8b]S[0xb9]6[0x98][0xfa][0x8a]l[0x9b][0xb0][0x86][0xa3][0xe6][0x98][0xff]Z+[0x96][0x82][0xc4][0xc5][0x96]4[0x98][0xaa][0xb2][0xa4]QCy[0xb2]`I5[0x5][0x1c][0xbc][0xb1][0x91][0xa1][0xe6][0x4][0xf0]b[0xc1][0xdb][0xc5][0xd7][0x8c]X#[0xb0]`M[0x96][0x5][0xc3][0xf1]Xx$[0x91][0x10]&[0x80][0xf6]>[0xc8][0x1c][0x8d][0x87][0xf7][0x81][0xc3]eB[0xb][0xe][0xa5]jR(r[0x1d]&[0x16][0x87][0xe1]d[0x8][0xe0][0x19]2[0xf7]+[0xae][0xf8][0xac][0x4][0x8]F[0x92][0x18][0xae][0xc8][0xe2]+#[0x98][0xdd]5[0xe3][0xa5]6[0xcd]T[0xa9][0xcd]`[0xbb]!o[0xa5]W1Y[0xe3][0xaf]i[0xfc]u[0xa6]e[0xd6]P$[0xd5][0xa9][0xec][0xdb][0x9e]HS[0x3]z[0xbb][0xcc]DL[0xf9][0xac]n[0xc6]f[0xe][0x88][0x1f][0xe7][0xd8][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a4j[0xf9]mG[0xd5][0xce][0x98][0x85]p[0xf0][0xda][0x80]l3[0x87]P[0xea][0xec]a:C$[0xcc][0xd0]g[0x8b]6gJ[0xf6][0xcc][0x98][0xbb]J[0x89][0xe1]U[0xcb]4[0xd9]~[0xf2]][0xb][0xa0]bb[0xc8]Dr[0x19]k[0x1a][0xb4][0xc2][0xfb][0xc0][0xd6][0x88][0xc5]J[0x0][0xaf][0xbe]8<0[0xd7]^[0xb5]1[0x9c][0x1a]1[0xa3][0x99]DW:`e[0x92][0xe6][0xca]B;P[0xa1]\[0xeb][0x8e][0x99][0xb2][[0x94]Gr[0xf6]H[0xa6]EY[0xc4][0x81][0xfc][0xfd]sEU>[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3_h[0x8e][0xa4][0xe2]M[0xf1][0xa1]a[0x84]\_[0x93][0x19][0x8d]B[0xc]E[0xe][0xb4]N[0xe3] ).j^w[0x1d]6[0x8d][0xfc]o[0x9b]j[0x4][0x15][0xdf]B[0xf6][0x9d][0xb6][0xb0]|*[0xb8][0xb6]/[0x16][0x8f][0xb5]J[0x1c][0xa5][0xd7][0xb4][0x92][0x5][0x5][0x9f][0xae][0xc9]n[0x95]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]SpmP[0xcf][0x81][0xe1][0x3]y[0xf6][RU[0xfd]J[0x16][0xf4]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x9d][0x1a][0xc7][0x1b][0x8a][0x8f]$[0xc2]VK[0xc4][0xa9]h[0xb2][0x8][0xeb]eA[0x4][0xdc])*[0x19][0x9d][0x8e][0xd1]gu[0xfa][0x14][0xdd][0xaf][0xd3][0x97][0xa5]u[0x82]>[0x8b]8[0x99][0xa2][0x8e][0xa0]>i[0x98][0x1e][0x7]:[0x9b][0x9f][0xb6][0x9][0xeb][0x15]a[0xbd][0x10][0xd6][0x17]"\[0xc4][0x8b]u.b[0xb7][0xce]g[0xf0]B[0x8d]/[0xd0][0xf9][0x19][0xfe][0x8e][0xce]Ky[0xa1]N[0xcf][0xcb][0x92][0xbf][0x94][0xc7]C[0xf4][0xb0][0xce][0xdf][0x95][0xc5][0x97][0xbd]ry[0xa2][0xf3][0xb3][0xfc][0x9c]N_"T[0xff][0x17][0xb5][0xa8]}[0xda]H[0xc5][0x8d]([0x12][0x88][0x11][0x16]jc[0xf9]i[0x85]Z^[0xaf][0xf1][0xf7]t~[0x9e][0xbf][0xcf][0xb4][0x1e][0xdc]M[0x89][0xbd][0xd8][0x80][0xf0][0x89][0xc5]W[0xc7][0x87][0x9d][0xb4]bT[0xa1][0x6][0xae]6[0xec]4f[0x8]/k[0x8][0xd9][0xd9][0xa9][0xf0]v[0x84],[0xcb][0x18]L[0xa5][0x86]744[0x8c][0x8e][0x8e]:+[0x8a][0xe5][0xc2][0xa8]5[0x93][0xf5][0x83][0xa9][0xa1][0xe8][0xd9][0xd3][0xd7]6P-[0x1a][0xfd]#[0x89][0xd4] [0xda]}[0x16][0x8a][0xc1]h[0xb2]^[0xa7][0x17][0xe8]g[0xa8][0x90]_[0xa1][0xde]b:[0xf7][0xb4]z[0xd5][0x3]E[0xf6][0xe][0x96][0x8a][0xc7][0xaa][0xaa][0x99].V[0xe4][0xab][0xcd][0xe1][0x88][0xb1][0xa6]~}[0xfd]~[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]G[0xcd][0x94][0x95][0xa8]6"I#[0x12][0xb]#[0xb2][0xc0][0x5][0xdb][0x82]1[0x1a]I[\r][0x1a]R[0xf8][0x1a]{[0xed]tP[0xcf]T[0xdd][0x3]`[0xa5][0xfb]2[0xc3][0xd9][0x91][0xc0][0xed][0xfc][0xfa][0xf3][\r]0[0xb3][0xcc]D4[0x82][0x95][0x91]/[0xba][0x87][0x7][0x12][0xc8][0xe2][0xc6]X[0xf6][0x1c][0x98]tj[0xe]$[0x0][0xe1][0xdc][0x2][0x15]#[0xea][0xc2][0xa9][0xd1]@4j[\r][0x98][0xaa],[0xb6][0xb2]([0xce][0xea][0x8e]Y[0xfb][0x87][0xad]0[0x12][0x81][0x11][0xc9])[0xb7][\r][0xa9][0xd7][0x90][0xe1][0x81]f[0xfe][0x81][0xce]?[0x4][0xa0][0xf8]G[0xfc]c[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xff][0x84][0x8a][0xb2]N[0xe7][0x17][0x4][0x86]?[0xe3][0x9f]#u[0x9e][0xbe][0x18][0xd4][0xf9][0x17][0x0][0x19]/[0xe3]3u[0xfe]%[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x98]BZ[0xc4]>[0x1d]G [0x9c][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xac][0xdb]n[0xe4]F[0x14]`[0x5][0x19]~[0xcd][0xbf]A[0xa9][0xa2][0xf3]o[0xf9]wi[0x8d]U[0xaa]nL$[0xcc]1[0xa9]y$[0xf2][0xfe][0xab][0xf3][0xef][0xf9][0xf]0[0xdd][0xcc][0xca][0xc][0x9d][0xfe]E[0xff][0xd6][0xe9][0x1f][0xf4]O[0x11][0xed][0x8f]:[0xff][0x9]:[0xd1]K[0xc2][0xe6][0xcf][0xd2]zQ[0xf4][0xfe][0xb]/[0xc6]i[0xa3][0xd9][0x12][0x13]BB[0x7][0xbc]a3[0x16][0x8b][0xa7][0x8c][0xbd][0x96][0x11][0x1b][0x89]F[\r]3e{Z[0xce][0xf]V[0xbd][0x98][0xed][0xfb]:[0xff][0x95][0xff][0xc6][0xb4][0xb9]k[0xd0][0x2]D[0xa3][0xd1][0xf8][0xa8][0xb8][0xf]g[0x1c]#[0xde]o$3[0xf2]8[0xc][0x93][0xc6][0x90]9f[0xc][0x9a][0xd7]Z[0xe0]i[0xc5][0xc]3[0x1c][0xc6][0xf9]F*[0x8f][\r]}#[0x9][0xe5]x[0xf0][0xc9][0xf3][0xd2][0xf0][0xa0][0x99][0xb4][0xea][\r]G%[0xc8][0x14][0x8d]&[0x8d][0xc][0xb9][0x9c][0xb8][0xb6]([0x12]c[0xd4]J@P[0xc8];[0x18][0x8f][0xc5][0x13]V_[0xbd][0xb1]->[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]$[0xea][0x94]$R[0xe6][0xc4]RJ[0x92])>[0xf0][0xc][0x96]L"[0x1][0xae]J[0x8b]8[0x1a][0x81][0xaa][0xa3][0xf1][0xc4]>[0xc3]L[0x82]]b[0x8][0x84]cF[0x1a]C@[0xe2]E[0x12][0xc2]f4[0x19]?m[0x1c]'[0xf3][0x0][0x82][0x8c][0x9a][0xbf]9n[0x19][0x89]DUq[0xe3]m[0x84][0x91][0xe5][0x88]iT[0xe9][0xfc]w[0xfe][0x87]<[0xfe][0xc9][0x84]L[0x2]KF[0xb]+_[0xd8]VY[0x6][0x8e][0xc4][0x10][0xb4][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xa1][0x19][0xc3][0x1f][0xd0][0xce][0xff][0xe2][0xe7][0x98][0xae][0x8a][0xc5]GA#|[0xec][0x1a]V[0xec][0xd5]%[0xa6][0x10]"1[0xd8][0xd5][0xd0][0xd7][0xb1][0x8f][0xd1][0x1f][0x89][0x82][0x91]"[0x1e][0x89]ZI[0x11]I[0x86]G$}D[0xc7]d<-ar[0xc][0xa5][0xe4][0x10][0xac][0xd4]0c+[0xd9][0xeb][0xeb][0xfc]o[0xba][[0xa7]I:[0xaa][0xf3][0xff]I[0x9a]^ [0x98][0xca][0x14][0xa7][0x99]|[0xc0]To[0xec][0x1d][0xb3][0xd3][0x85]b[0x97][0x9d]h[0xc4][0xfb][0xf9][0xc9]I[0xe3][0xff][0xe8][0xfc]"[0xbf][0xc4][0x14][0x98]I[0xee]u[0xd6][0xe9][0x1d][0x8a]$U5\0[0xf3][0xa2]L[0xc9]O[0xba]-[0x11]+[0x9a][0xce][0xb9]Y[0xb9]*s[0xb2][0xc3][0x9e][0x91][0x95][0x89][0x86][0x13]q[0x8c][\r][0x19][0xf1]0NG[0xe8];.M+[0x99]T[0xb5][0xbb][0x11]v[0x8a][0xf7][0xec]s[0x8f][0x9c][0xa1][0xb6][0x99]I)[0x15]5F[0xc][0xbf][0xcc]'tz[0x94][0xee]F[0xf1][0xaa][0xf3][0xff][0xf8][0xa4][0xee]">[0x89]2Vw1[0xa2][0xdb][0xe5][0x92][0xdc][0xa5]gWy8*[0xeb][0xae]"[0x97];-fn[0xb9][0x8c][0x84][0xa9][0x94]0[0xb0])[0xa4]lt$U[0x99][0x90]4[0xfa][0x13][0xf1]!C[0xaa]v[0x9d][0xe7][0xf2]<[0x9c][0x95][0xd4]6[0xab]F`t[0xfb][0x82][0xc2][0x18]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R'[0xc9]9[0xbe][0x11][0x8b][0xf9][0xd4]n<[0xe5][0xad][0x98]q[0x5]0[0xee]*[0xc6]ix[0xcf][0xc]}[0x93]f[0xde][0x9b]f[0xab][0x9c]c[0xc6]$:am[0x15][0x3]Xi[0xb6][0xe8]Uo[0xd7][0xac][0xf5]#[0x89][0xa8][0xee]*qi[0xba][0xcb]#[0xb8][0xd7][0xcc]ti[0xbb][0xd8][0xae]b[0xb3][0xe1]#[0xb0][0x1e][0x1b][0xb6] [0x98][0xab]T2[0xf9]j[0xae][0xd7]\^[0x9d]&[0xe8][0x11][0xdd]U[0xe6][0xd2]u[0xae][0xe1]Z&[0xb3][0x95][0xb2][0xdd][0xe8][0xe4]I)e[0x8d]4`[0xea][0x8d][0xad][0x11][0xac][0xad][0x6]7[0x18][0xcb]W$[0x97]oT[0x98][0x94]R4k[0x10]rVL[0xc1][0xa4]][0x85][0x1b]JM[0xdd]5[0xcb]U>CsL[0x1d][0x1d][[0xb3][0xc1][0x9a]k[0xf][0xdd]5[0xdb]U[0xa1][0xd3]qdy[0xd7][0x1c]F[0xd6]>LG[0x98][0xee][0x9c][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xf6]!q[0x8b]}[0x8d][0xe1]dy[0xa3]=[0x11]A`[0xc3]NV[0x1a]"[0xc6]([0x12]cJp[0x1d]3[0xfc][0x8d][0x9d][0xc1][0x80][0xbf][0xb3][0xde][0x98]q[0xb4][0x8f][0xc4][0x92]#*[0xed][0xf7][0x8f]D[0xe5][0xfa][0xb]f[0xe8][0x8e]%,3<(Qb[0x84][0xd5][0x8d][[0xf5][0x8c]o'[0xb]n[0xcc][0xf9][0x97][0x90]([0xf]mY[0xfa][0x94][0xe3][0x82][0xd3][0xec][0xa6][0xbb]|[0x92]r*[0xf2][0xb3]3[0xe]@[0xa8]?[0xd4][0xf3][0x2]l[0x11][0xa7]-p[0xeb][0xc3][0xf6]![0xe3][0xcc][0xd3]X[0x81][0xe9][0xbc]W_[0x3]2[0xad]y[0xd5][0x1][0x2][0xa1]O7G[0xb6][0xf6][0xde]`[0xb]*[0xc5]W[0x9b][0x1a]g0e[0xfa][0xe]xZ[0xc5][0xa7][0xa3][0x1a][0xa5][0xce][0xcc][0xf6][0x90][0x19][0x8]4[0x1d]~[0xb3]rN[0xc4][0xc8]SS[0xfd]@Jjz[0xc9][0xe8]U3[0xbd][0xd1][0xc2][0x89]6[0xf7][0x96][0x8a]i~[0xc1][[0x8b][0xf4]x[0xfe][0xad][0x4]P[0x98][0xea][0xc2][0xa9]-[0x9d]_[0x91][0xb6]rN[0x88][0x83]f"[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0xb0][0xa5]N[0x84]zv-/[0xc7][0xce][0xec][0xc3][0xe0])@k[0x1f][0x80]Q[0x92][0xa3][0x8][0xc1][0xf4]V[0xfb][0xca][0x19][0xa7][0xe1][0xf4][0xbd]G[0xee][0xfd][0xf9][0x82][0xe9][0xf1][0xd6][\r][0x1d][0x98]J[0xec][0xcb][0x81]S[0xdc]B[0xef]d[0xaa])0~[0xca]+R[0xdf]p<[0x99][0xca][0xbf][0x1f][0xf7]fn[0x1a][0x92]r[0xc3]Q[0x9d]w#([0xe7][0xdb]H[0xc6]g[0xb]r[0xbe][0xa7]}[0x9][0x1a][\r]UR[0x9b][0xb5]?%[0x97][0x10][0xea][0x95][0xab][0xa9][0x9d][0x8b][0x85][0xe][0xab][0xb5][0xa9][[0x8a]2T[0xb4][0xe9][0xe2]X[0xe9]7[0xed][0xdc]/"[0xcf][0x2][0xbd]*[0xb9][0x1d]$" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8]p[0xda]KWwR[0xdd][0xb7][0x16]UU[0x7][0xb0]v[0x9f]\[0xb5]v[0xc5]Qid[0xdf][0xd9]4[0xa1][0xc6][0x86]pr[0xaf][0x15][0x10][0xb2][0x95]9[0xe]>[0xe5]-5T[0x8c]$[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0x11][0x1b]GM[0xb9][0xdb][0x9a]55[0x8c][0xa4])[0xd7]1S}[0xe4][0x5]H[0x83]p[0x94]+[0xb0]iw[0x9a][0xd3]n2K[0xcc][0xe1]aK~_X][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x14][0x85][0xef]F[0xb9][0xb1][0x8][0xbc][0xd2]gO*[0x9e]N[0xc6][0xf3];[0xfd][0x97]u[0xfb]C][0xfe][0xe6]^[0xb9][0xce]t~[0x14][0x4],[0xb0]W%R[0xc9]][0x11][0xb9]Q[0xac][0xc8];6[0xc9][0xad][0xbf][0x99][0xb4]CqE[0xd5][0x15][0xd3][0x1d]][0x0]E[0xb3][0xf3]B[0x16][0x86][0x81]os[0xa2][0xb7]2[0x7]3[0xb9][0xd7][0x91]>[0x89]BU[0x8]w[0xa6][0xab][0xa7][0xbc][0xab][0x9d]\[0xb3][0x14][0xb8][0x1e][0x95]@[0xce][0x9a]<[0x1b][0x90]m[0xc5][0xa1][0xc6]o_&`[0xa4]L[0xa0][0xeb]t[0xe1]&[0xb3][0xaf]//[0xf0][0xd2][0xda][0xed][0xce][0xf3]H[0xae][0xd6][0x5]M>?i[0xf6][[[0xd3]:t$[0xe4]nC[0xee][0x14][0xb]_[0xee][0x15][0xc8][0x11]e[0xa9]x[0x10]g[0xaf]D[0x93])G[0xab][0x85][0x99][0xa8][0xcd][0xbe][0xd5][0x5]1>[0x9d][0xea][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0x8b][0xc5]s[0xae][0xee][0xe6]N79[0xd6]*[0x91][0x1f][0xd2]L[0xd8][0xe0][0xa2][0x2][0xd2][0x9d][0xda][0xdd][0xb9][0x2]WD[0x92][0x8d][0xc9][0xa4][0xdc][0xf9]"[0xff][0xb4][0xa0][0xd0][0x95][0xa4]P[0xf0][0x86][0xae]"_[0x19][0x0][0xd8]1[0xd7][0x96]x[0x1c]i4[0x96]k5ZCL[0xd7][0x13][0xd1][0x19][0xb4][0x90][0xde]Bw[0xa3][0xf7]V[0xf9][0xb9][0x97][0xde][0x86][0xfe][0xdb][0xb3][0xfa][0xef]@[0xff][0x9d]Y[0xfd]w[0xa1][0xff][0xee][0xac][0xfe]{[0xd0]?[0x98][0xd5]?[0x84][0xfe]{[0xb3][0xfa][0xef]C[0xff][0xfd]Y[0xfd][0xf][0xa0][0xff][0xc1][0xac][0xfe]=[0xe8]([0xab]/[0xfa][0x1f][0xce][0xea][0xdf][0x8c][0xfe]}t[0xa6][0xff][0x11][0xf4][0xc7][0xb3][0xfa][0x1f]E[0xff]cY[0xfd][0x7][0xd0][0xff]xV[0xff]A[0xf4]?[0x91][0xd5][0xff]$m[0x93][0x1b]B[0xb4][0x17][0xca]=[0x9d]z[0xa3][0xf6]T[0xef]Og[0xad]{'[0xfa][0x9f][0xc9][0xea][0xc7][0xc8]#[0x5]7[0xda][0x8b][0xe4]4[0x88][0xb7]W[0xce]7[0xca][0x82].[0xb9]x[0x4][0xe5][0xe7][0xe4]_][0xf0]f[0xbc][0x8b]k[0x1e]![0xd7][0xc3]j[0xea]c[0x8a][0xd8][0x85]g[0x84][0xdc]t5=[0x8e][0x96]n[0x13][0xd1][0xe7][0xe9][0xb]x{[0xe8][0x8b][0x19][0x6]g[0xa9]/[0xf8]Vt[0x84][0x8a][0x1e]V?[0xde]O1[0xd8][0xf][0x6]c[0x90][0xe0]x[0x86]|[0xa3][0x1a]'*[0x9f]$[0xf7]a**[0xb9][0x87]J&[0xa9]xja[0x1f]f[0x10][0xbd][0x96][0x8a][0xe8][0x6][0xf0]x[0x1d][0xcd][0xa2][0x3][0xf4][0x84][0xfc]nO<[0xb][0x3]_[0xa2]'[0x1d]F[0xfb]0AV^V[0xf3][0x14][0xd6]~[0xb0][0xc6]W2A[0xda]A*v[0xa3][0xe9]I7[0x8b][0x1e]TS[0x85][0xf1]2[0xd2][0xf0][0xbc][0x19][0xec]o[0xa1][0x12][0xba][0x95]f[0xd3]m4[0x87]n[0x87]pw[0xd0][0x12][0x98]oJ[0xcb]e[0xf4][0x94]2[0xd4][0x13]J[0xe3][0xa2][0x12][0xaf][0x17]D_Nk[0xc0][0xcf][0x80][0x85][0xe8]p7[0xef][0x98][0xa4][0xd2]CT6I[0xde][0x1d]5[0x93][0xf2][0xd6]w[0x95][0xc0][0x8]h[0xcf][0x9a][0x14][0x5]g[0x1f][0xa6][0x8a][0x9][0x9a]3N[0x3];j&hn[0xb0]v[0x92][0xe6][0x1d][0xa4]J[\r]4[0xbe][0xf9][0x93][0xb4][0xc0]w[0x86]<[0x16][0xe2]1N[0xa5][0x98]UY[0xf3][0xf8]8m[0x14][0xda][0xc5][0xc1][0xda]'[0xe9][0xcc]Z[0xdf][0x12][0xa5][0xc8][0x82]b[0x99][0xb1]T[0x88][0x97][0xc9][0xe3]L[0xb9]O[0xd0]B[0x8d]~[0xac][0xd1]O^[0xa2][0xe5][0xcd][0x1a][0xfd][0xf4]%0[0xf4][0xc8][0xa5][0xb6][0xa3][0xd0][0xc5]N[0xa4][0x94])[0x18][0xad][0x86][0xa0][0xf5]S[0xf1]V[0xae]Ps[0x1c][0x8]yB[0x85][0xd7]T[0x18][0x94][0xd1][0xcf][0xe9][0x17]*[0x92][0x99][0xc1][0xfe].P[0x8b][0xcc][0xc3][0xca][0x1e][\r][0x2][0xd5]s7[0x15]]<[0x87][0xe]l>Fkz[0xf0]~[0x84][0xce][0x83][0xde][0x95]n4'h[0xed][0xfa][0xe2][0xf9][0xc5][0x87][0xa8]d[0x9c][0x1a]+[0xdd][0xca]x[0x1b]J*K[0x1c][0xf3][0x9d]#-e[0xbf]u[0x1b][0xb4]Jm[0x92][0xce]_r[0x8b][0x8b][0xf]Qi[0xa5][0xb6]x[0x92][0xd6][0x8f][0x9f]|^[0xe6][0xe0][0xc0]8~[0xf2][0xb0][0xc8]kcx[0xb][0x10]K[0x88]F[\r]^[0xd7][0x81][0x9d]r[0xa0][0xc5][0x7][0xbc],[0x3]>[0xaa][0x81][0x8d]z[0xa0]c[\r][0xd0][0xd1][0x1]Lt[0xd3]w[0xe8]J[0xfa].[0xed][0xa5]g[0xc9][0xa2][0xe7](J[0xdf][0xa3]8<-:n[0x3][0x87][0xe][0xcc][0xfc][0x15][0xfd][0x1a][0xad]jj[0xa2][0xdf][0x0][0xd1][0xc5]hG[0xe8][0xb7][0xf4];e[0x85]>[0xfa][0xbd][0xca][0xc4][0xe5][0xe0][0xf0][0x7][0xb4]\[0xa0][0xbf][0x8a][0xfe][0x88]V[0x11][0xd6][0xeb][0xa4]?[0xd1][0x9f]![0xd5][0xd3][0x8e][0x87][0xec][0x99]Q[0x9]D[0xbe][0xfd]U[0xd9][0x94][0x80][0xec][0x92][0x93][0x18]*[0xd6][0xe8]o[0xcc][0x80][0xdb][0xdf][0x89]^&[0x1f][0xbf]L[0x1e][0xb8]l[0xd5]K[0xe4]z[0x89]Ja[0xe4][0xd0]?[0x1d]][0xa3]`[\r]x[0xc0][0xba][0x17]N[0xd0]E[0x7][0xc9][0xb][0x83]l[0x18][0xa7][0xb9][0xf6][0xc0][0xc6][0x83]bQ[0xa4][0xcd]M[0xf]g[0xa0][0xb4]@A[0xf6][0x87][0xe0][0xf3]#d[0xb5][0x1f]c[0xbd][0x17][0x10][0xec]?[0xcf][0xc0]G[0xc0]&[0xaa][0x92]j[0xd9]j9[0xf9]m[0x8e][0xee][0xc2][0xb4][0xd1][0xbf][0x9d][0xe5][0x8f][0x82][0xa5]`b3[0x12][0xab][0xfb]aY2X[0xb]x[0xb7][0xe2]q[0xf1]A[0x9a][0xa5]2[0xce][0xe6]G[0xe8][0x92][0xc7]k[0xd3][0xa2],[0xa8]UR[0x96][0xd5][0x82][0xf8][0xd2]q[0xd2][0xea][0x90][0x9f][0xa6]D[0xab][0x7][0x92][0x8][0x8b][0xbb][0xb1]|1,[0xe4][0x85]ugC[0x84][0x5][0xb0][0xa9][0x1][0xb][0xd6][0xc0]Rk[0xe8]ot[0x11]Lp1[0xe4][0x10][0x91][\r][[0x2]Gd/[0xad]S[0x88]G5C[\r][0xf4][0xc8][0x9]6[0xf6]gSq[0xf1][0x9]Z[0xa4][0xd1][0x10][0xce][0xa5][0xe5]E |1[0x13][0xc6]-[0xce][0xbe][0xb4][0xc8][0xd7](9s[0x8b]<[0x9a][0xe4][0xd1],[0xf][0xbf]#[0xa2][0xbd]Y-B[0xc4][0x10][0xfd][0x7][0xe2][0xbd][0x8][0x1e]/[0x81][0xf1][0x91][0x14]_[0xa6]J:[0xa1][0xfa][0xff]ux^[0xe9]D[0xd2][0xca]c[0xd4][0xd2][0xf3][0x8]m[0xf5]m[0x9b][0xa0][0xc0][0xa2][0x9][0xda][0xee][0xdb][0x81][0xc6][0x4][0x5][0x85]u[0xab]<[0xda][0x1c][0xfe]Y[0x9b][0x1a]&.f&[0x83]][0xb4][0x82][0x8b][0xb2][0x2]m%V[0xba]_Iq"[0x13]hu*i[0x10]E[0xf]S[0xfb][0x8e][0xa2]M[0x87][0xa9][0xa3][0xb5][0xee][0xb1][0xcd]E[0xeb][0xdd][0xf3][0xdd]K[0xef][0xa5]Eu[0xf3][0xdd][0xe7]m([0xae][0xa9],[0x9e][0xa0][0xcb]d[0xa3][0xdb]t[0x8b][0x9b][0xc7]O[0xfe]z[0xf1]!jH[0x8b][0xd6][0x9][0x89][0xe0][0x8f][0x80]/[0x84][0x7][0xe6]OR[0xd7][0x4]uO[0x89][0xb9]Sm;[0xe5];[0x90][0xa8]v[0xf8]z[0xec][0xa4][0xe0]Ri[0xf7]5H[0xe8][0xf2][0xee]C[0xe2][0xb5]][0xd8][0x2]LI[0xa6]ts)[0x95][0xb0][0x97][0x96]p[0x19]t[0xd0][0x11][0xc7]^Z[0xcd][0xb3]i[\r]WP[0x80][0xe7]P7[0xde][0x97][0xb3][0x8f][0xf6][0xf0][0x12]z[\r][0xcf]#[0x13][0xef]>[0xae]$[0x8b][0x17][0xd3]>^[0xaa]t[0xae][0x81]-[0x96][0x0][0x12][0xff][0x83][0x1b][0x8b][0xd1][0xee][0xa1][0x93]j[0xb7]-[0xa1]]0[0xc6]#[0xd0][0xdf]B[0xfb][*[0xf5]<[0xa1][0xd0][0xaa][0x9d]D[0xcc]#|[0x9e]e[\r][0x1][0x4][0xa2][0x5][0xf0][0xd4][0x8b][0xd4][0xb0]EcW[0x13][0xf2][0x1d][0xb2][0x9d][0xfc][0xc6][0x9][0xe9][0xc5]r[0xab][0xf0][0x96][0x12][0xa2][0xed][0x18][0xed][0x86]![0xae][0xd8][0xe1][0xe3][0x9][0xba]2X[0xfb][0x14][0xcd]:L{&[0xe9][0xaa][0xd6]q [0x15][0xcd][0x9][0xea]m[0xad];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0x91][0x8b][0x16][0xa2]aJ*[0xda][0xdb]V[0xb3][0xfa]([0x85]][0xb4]k[0xfc][0xe4][0xaf]`[0x9a][0xa0][0xcf][0xc2][0xae]]_[0xf3][0x10][0xe4][0xf2] [0xf9][0xf8]a[0x15];[0x11][0xad]G[0x1a]&[0xae][0xc2][0xda]5T[0xe][0xf9]x5[0xec][0xd2]@[0xe7][0xf0][0x1a][0xd8][0xe4]<$[0xae][0xb5]t[0x9][0xaf][0xa3]-|[0x1][0xf9][0xf9]|j[0xe1][0xf5][0x14][0xe4][0xb]3[0x9b]_%[0x15]q1[0xcb]&x[0x1]xh[0xec][0x81][0xad][0xcb]i[0x1d][0x97][0xc2][0xa6]L[0xe7][0xd0]2[0xe7]k[0xb],^[0xc6][0xba]Z[0xbf][0xc5][0xd9].[0x9f]vB[0xc4][0xe6]1[0xb]T6[0xbd][0xb4]l[0xaa][0xf4][0x86]XI[0x88][0x90]%[0xd8][0x10]5.[0x99]4[0x8d]g[0xbf]HKa[0xb8][0x8a][0x12][0xb8]K[0xfe]][0xd2]G^[0xb9][0x87][0xb6][0x8d][0x7][0xc7][0xdb][0x0][0xaf][0xa8]9J[0xfd]8K[0xdf]G[0x9a]{[0x9c][0xdc][0xaa][0x8c][0xb2][0xd5].[0x91][0xef][0xbc])[0xb][0xbe][0x15][0xe3][0x1b]r"[0xce]=U[0xed][0xb1][0x9f]4n![0x9d][0xb7]b[0xeb][0xd9]F[0x8d][0x1c][0xa0]f[0xde][0xe][0xa4][0x6]3yq%bRl/[0xc8][0xdf]>M[0x91][0xed]Y[0x8a][0xe8]T[0xf4]2[0xcd]U[0xbb][0xec][0xb9]nG[0x9f]J[0xe8][0xb3][0x8][0xd8][0xb6][0xb3][0xc3]n[0xc7]x[0xb]|[0xb1]I[0x8a][0xef]p[0xea][0xd2][0x9][0x1a][0xf6]][0x83]2n[0xaa][0x12][0xb5][0xb3]A;[0xfc][0xda][0x81][0xf9][0x97]A[0xbe][0xce][0x8c]9K`[0xbc]%[0x99][0xea][0xd3]C[0xd8]&t [0x1f]tK3v[0x1b]s[0xd6][0xa9][0xab]y[0x92]jl[0xdb][0x9d][0x9d]6N[0x2]6A[0x1d]:AI[0x9][0xfd])[0xb]MYFm[0xf8][0xd8][0xc8][0xcb][0xf8]r[0xaa][0xe5][0xdd]Y[0x8e][0xac][0x9b][0xa6]][0x96][0xfe]([0xc0]k3j[0x97][0xca][0xcf][0xb3][0x8e][0xda][0xcd][0x10]G[0xcc][0xa7]OR*X[0xb][0xff][0x8d][0xb8]P[0xf3][0xe5][0x1c]$[0xd8]B[0xea][0xe8][0xcf][0xda][0x8c]t6[0x94][0x92]n@[0xff],^[0xe]N[0xc2][0xf1]lG[0xc1][0xaf][0xc8][0xb6][0x84]w#[0x8c]w-[0xca][0xaa][0xe0]a[0x1a]=H[0xeb]&ik[0xdd][0x93]P[0x1b][0xfb][0xcb][0x18][0xea][0x7][0xdf]u[0xc5][0x9f][0xa3][0xeb]{[0x8a][0x0][0x91][0xd7]2[0x85]z[0xdc]@[0xc5][0xb5][0xa1]I[0xba]A[0xd2][0xdb][0xeb][0xf0][0xa8]}([0xa3][0xf5]J[0xec][0xb1][0xc4]7b[0xb9][0x3][0x88][0xd6][0xd7]#ZoB[0xc4][0xdc]L[0xe7][0xf2]-[0x88][0xb9][0x9b]i[0x3][0xdf][0x8a]h[0xbd]#[0xb3][0xf9][0xf8][0x10][0xc3][0xe7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%l#[0xaf]DK[0xbc]q[0x91]*[0xc1]8[0xb3][0xe5][0xdb]T[0xab]2T[0xab][0xb2][0xfd]v[0x89][0xc6]U[0x8e][0xc1][0xaa][0xe1][0xbf][0x1a][0xae]u[0xd4][0x8b]8[0x6]+[0x97][0xfd][0xf2][0xc6]C[0xa7][0x8][0xb1]7f[0x99][0xab][0xdc][0x91]@Z"[0xd5][0x94][0x4][0xf6][0xb7]U[0x99]o[0xab]2[0xfb][0xba]K[0xcf][0x84]][0x1d][0xac][0xbb][0x9a][0xeb][0x1d]=[0xb][0xf5]d[0xe2][0x0][0x8e]_[0x87][0xe8]L[0x1f][0xab]"[0x17]M[0xaf][0x1b][0xf5][0xe1]$[0x1d][0x90][0xe2][0xd5][0x13][0xac]9^[0xfb]8[0x86][0x1f]P[0xac]/T[%[0xa9][0xc4][0xba]N%q[0xc2]I[0x1]fUX{[0xfd]C[0x87][0xe9][0xa6][0x87]Tap[0xb3][0x14][0x6]([0xe][0xed][0xde]-[0xd2][0xc3]be[0xd8][0xdb][0x96][0x82]|)l[0xbb]4[0x3][0x8d][0xf3][0x80]2[0xe2][0xf7] [0xe]P;[0xa0][0xf0][0x9b][0xc3][0xef][0xa5][0xf9][0x8c][0x3]8[0x80][0x96][0xf3]=[0x88][0xd5]{i[0x7][0xdf]G[0xed][0xfc][0x11][0xea][0xe1][0x7][0xb0][0xab]<[0xa8]t[0x9b]'E[0xbe][0x94][0xbc]v[0xb1][0xeb]>[0xab][0xa4][0xa8][0x14]e)roz[0xef][0xf]+A[0x89].[0x90]3[0xe9]1[0xba][0x15][0xa1]q[0xdb][0x11][0xaa]8F[0xb7][0xa3]u[0xc7][0x11][0xba][0xc9]w[0xe7]$[0xbd][0xe1][0x8][0x8d][0x2]@w[0xf5][0x14][0xf9][0xde][0x8][0xf0][0xf8][0xde][0x14]:B[0x1d][0xbe]7[0x1f][0xa1]=[0xf9][0x85]A7[0xd8][0xed]D[0xe0][0xec][0xc2])i[0xf]T[0xe8][0xc7][0x86][0x7][0xcc][0xf2][0xb9][0xca][0xba]k[0xfe][0x1f]PK[0x7][0x8][0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/slf4j/MDC$1.classU[0x8b]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h55*[0xf6][0x8].\[0x1b]DoP[0x15]\[0x14][0x17][0x9e] [0xd6][0x18][B[0x2]M[0xf5]p.<[0x80][0x87][0x12][0xa7][0xb8]r>[0xf3]?3[0xbc][0xff][0xfe]<_[0x0][0xd6][0x18][0xb][0x8][0x81][0x11]A[0x9e][0xc2][0xbd])[0xcd][0xbe]r[0x86][0x90][0x16][0xdb]|Y[0xeb][0x87]&[0xcc]v[0xbe]t!V[0xde][0x16][0xa6][0xbd][0x85][0x8b][0x80][0xe4]gh[0xac][0x8a][0xee][0xba][0xa9][0x15][0x93][0x8b][0x15]ar[0xf0][0xde]4[0xb9][0xd3]1[0x9a]H[0xc8][0xba][0xb2]r[0xda][u<[0xd7][0xa6]l[0x9][0xd3][0xbf]N6[0x7][0xa1][0x87][0xdf][0xf4]Y[0xe0]+[0xc1][0x80]3[0xc1][0x90]=[0xe5][0x95][0xcc]P[0x7]d[0xe9][0x17]PK[0x7][0x8][0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/slf4j/MDC$MDCCloseable.classuR[0xdb]N[0xc2]@[0x10]=[[0xa0][0xc5]Z[0xe5][0xa2][0xa2][0xe2][0xfd][0x86][0x8a][0x89][0x95]h|[0xd1][0xf8][0x2]11[0x1][0x8c][0x97][0xf0]^p[0xc5]bm[0x93][0x16][0x8d]~[0x96][0x89]F[0xe3][0x83][0x1f][0xe0]G[0x19]g[0xb7]D[0x14]4Mg[0xe7][0xcc][0x9c]9{[0xda][0xdd][0x8f][0xcf][0xb7]w[0x0][0xdb]X[0xd5][0x11][0xc3][0xb4][0xe][0x15]3[0x3][0x94][0xcd][0xea][0x98][0xc3][0xbc][0x86][0x5][\r][0x8b][0x1a][0x96][0x18]"[0xd7][0xfc][0x81]!]nYw[0x96][0xe9]Xn[0xd3][0x83]~[0xe6][0xdd][0xfa][\r]~h[0xb]Kq[0xaa]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x3]:[0x6]E[0x18]5[0x10][0xc7][0x80][0x86][0x15][0x3]9[0xc]2d[0xff]7[0xc9][0x90][0xec][0x1a]:[0xae][0xb7]x[0xa3]M[[0xca][0x92][0xed][0x99]?h[0x89][0x1e][0x17][0xc]C[0xbf]*[0xf4][0xff]}~[0xe3][0xdd]q,[0xd0][0xb9][0xa9]`[0xd0][0xe8]M[0xb]#t[0xb0][0x11]([0xc2][0x1c]U[0xc]B[0x87][0x84][0x14]Z[0xf5][0xfc][0xb][0x94][0xfc][0xc6]3"[0x8f][0x84][0x14][0xc]Q[0x1c]&.PF[0x14][0x15][0x9a][0xac][0x12][0x6]2![0x1b][0x9][0xd2][0x83][0xcc][0x84]*[0xa3]g[0x4][0xa3][0x1d][0xcd]][0x89][0x81]x[0xfe][0x9][0x91]WD[0xbb][0x8a][0xba][0x9c]>!?[0xa7]R[0xcd][0x8]y[0xa1]ZR[0xf4]3[0x1d][0x8d][0x12]1[0xc5][0xee]j~[0xe3][0x5][0xac][0xab][0xa0][0xca][0x89]#9=[0x1f]2[0xbe][0xbd][0xa8][0x18][0x97]^D6[0x81]I[0xf9]eY99[0x85][0x14][0xad]i[0xca]bt[0x89][0x93][0xc4][0x1a][0x13][0x3][0xc9][0xf8][0x17]PK[0x7][0x8][0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/slf4j/MDC.class[0x9d]Wks[0x1b]W[0x19]~[0xd6][0x17][0xad][0xac][0xc8][0xb1][0xab]\j;i[0xaa]:[0xbd][0xc8]2[0x95]H[0x93]^H\[0x83][0xad][0xd8][0xae][0x89],[0xb7][0x91]mp)[0x98][0xf5][0xea]X[0xda]d[0xb5][0xab][0xec]%[0x8e][0x13][0xee][0xd0]r[0xe9][0x85][0x96][0xb6]@[0xf9][0x3][0xf9][0x9a][0xb4]L[0xec]43[0xf4][0xb][0xbd][0xf2][0xb]`[0x6][0x6]f[0x98][0x81][0x81][0xcf]0[0xf0][0x1][0x86][0xe7][0xac]TI[0xb6]U'$39[0xbb][0xe7][0xec]{[0x9e][0xf7]y[0x9f][0xf7]=[0xef][0x91]?[0xfa][0xef][0xdb][0xbf][0x2]p[0x14][0xbf][0x88][0xe0]>h[0x11],C[0x97]CA[0x85][0xe8][0xe2]sEE1[0x8c]R[0x4]![0x18]][0xd8][0x85]3*[0xce][0xaa]0[0xc3](G[0x10][0x81][0xb1][0xb][0x16][0xec][0x8][0xd7]m[0x15][0x95][0x8]zqN[0xae]8rp[0xe5][0xe0][0xc9][0xc1][0x97][0xc3]yi[0xb5][0xaa][0xe2][0x82][0x8a][0xb5][0x8][0xfa][0xa5][0xab]>\[0xc][0xe3]R[0x4]_[0xc3][0xd7][0xc3][0xf8]F[0x4][0xdf][0xc4][0xb7][0xc2][0xf8]v[0x18][0xdf]Q[0xf1][0xdd]0[0xbe]'[0x17][0x9e]U[0xf1][0x9c][0x8a][0xef]+[0x88]N[[0x96]p2[0xa6][0xe6][0xba][0xc2][0xe5]t[0xe6]d&c[0xda][0xae][0xd0][0x96]M[0xa1][0xa0];7[0x9f][0xcd].qmli[0xfe]tVA,{F;[0xaf][0xa5]M[0xcd]*[0xa6][0xf3][0x9e]cX[0xc5][0x13]4[0xca][0xd8][0x96][0xeb]i[0x96][0xb7][0xa0][0x99][0xbe][0x8][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]r[0xb3]K[0xf9][0xb9][0xb1][0xb9][0xe9][0x8c][0xdc][0xbc]4>[0x9d];9qZB[0x84][0xf1]C[0x5][0x91]rA[0x1f]+h[0x15]O8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xb2][0xb6]SL[0xbb][0xe6][0xca][0xb1]3i[0xb7]b[0xa4][0xa5][0xb3][0xea]7B[0x87]F[0xc][0xcb][0xf0]F[0x15][0xb4]'[0x86][0x16][0x14]td[0xec][0x2]Y[0xf5]d[\r]K[0xe4][0xfc][0xf2][0xb2]p[0xe6][0xaa][0xe4][0x88][0xb2]}[0x9e][0xce][0xf7][0xb5][0xda]A[0xbe][0x9d][0xba])4[0xaa][0xb9][0x87][0xb8][0x19][0xbb][0xb2]6[0xbb][0xc2]j[0xf1][0xc4][0x5][0x8f][0x92]([0xb8]#QC[0xf5]=[0xc3]Ls[0x89][0x90]]y[0xa3]hi[0x9e][0xef][0x10][0xf5][0xd1][0xad][0xdf]Gn%[0xc4]Q[0xa9][0xbb]+[0xfd]5<[0xc5][0x12][[0x1c]Ir[0x11][0xbd][0xc9][0xa2]g[0x1b][0x93][0xfd][0x9b][0xab]j[0xad][0xf2]qe=|[0x9b][0xa4][0x1e]K[0xdc][0xd6]FI[0xb5][0xbb][0xd8]\[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]#[0xba][0xf9][0xf1][0xd9]([0xbb]EY[0x8f][0xba]<[0x1b][0xf1]M[0xf5][0x18][0x9c][0xeb][0x93]be[0xd2][0xf6][0xad]zI*2]Mf[0xf5]r<[0x11]t[0x91][0x1f][0xb1]KP[0x9a][0xbc][0xed];[0xba][0x98]4d[0xbc]azN[0xc9][\r]Q[0x1c][0xc1]C*[0x9e][0x8f][0xe2][0x5][0xbc][0x18][0xc5]K[0xf8][0x8c][0x82][0x3];[0x1c][0x80](~[0x8c][0x97][0x15][0xc]6L[0xa6]MS[0x14]5s[0xcc])[0xfa]eayu[0xdf][0xc5][0xf9][0x83]M[0xf3][0x14][0xc2][0xb2][0xc9][0xf0]}[0x17]glv[0xfc]r4[0xf8][0x1d][0xc7][0xbe][0xc9]ggr[0x1d][0xca][0xd5][0xc0][0xf4][0x18][0xc7][0x8][0x9f][0xc0]<:[0xb0][0x80][0x87][0xf9][0x16][0xad][0x1a][0xe1][0x11]<[0x1a]|[0xe5])[0xa7][0xc5][0xd1][0xc0][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xb3][0x81][0xb6]kh[0xbf]r[0xea]Mt[0xca]g[0xb0][0x18][0x82]J[0x88][0xf6][0x0]r7[0x9f][0x80][0xce][0x95][0x2][0xb9][0xac][0xd4]a[0xc3]\9[0x8e][0x13][0x9c][0x8d][0x4];[0x94])[0x15][0x8f]c[0x94][0xef][0x1d][0xfc][0xda][0x87].[0xd9][0x92]j[0xce].[0x11]C[0x12][0x1b]J[0xbe][0x8f][0xee][0x1b][0x8]-[0xc6][0xd4]u[0x84][0xdf]y[0x13]][0xc1]<[0xb2][0x18][0x8b][0xae][0xa3][[0xce][0x93][0xc3][0xd7][0xb1][0xbb][0x1d]W[0x3]i[0xa4][0xfb][0x1]B[0x3]/[0x12][0xf4]%Ry[0x19]{[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xb1][0xcb]$[0xf0]Z@e[0x15][0x18]c[0x14][\r][0xc1][0xdb]x [0xdf]H@[0xa4]mwO[0x9d]R[0x88][0x94]28Y[0xa3]4%[0xbf][0xca][0xf8][0x93][0xc3][0x1b][0xe8][0xb9][0x81][0xde][0xc5][0xa4][0xb2][0x8e];[0xae]l[0x91][0xf2]-[0x8a][0xf7][0xcb]&G=uG=5G[0xcd][0xf0][0xec][0xae]5x[0x93][0xf4][0xa5][0x92][0x89][0x9b]G|[0x1d][0xb1]6\[0xa9][0x7][0xbc][0x9f][0x1e][0x81]_[0x13][0xf3]][0x6][0xfc][0x1][0x3][0xfe][0x90][0x1][0xff][0xa6])[0x9d][0x89][0x1a][0x87][0xd6]![0xb2][0xb9][0xd7]8T[0xfe][0x1f][0xe]{[0xda][0xb6][0x89][0xfe][b[0xfe][0x8e][0x1c]~O[0xe] [0x87]?[0xe2][0x1][0xfc][0xe9][0x96]yL[0xd7]ku2[0xa8] [0xa0][0xbf][0x85][0xe7][0xeb][0xd8][0xab][0xa0]Q[0xbf]1n[0x7][0xfe]B[0x80][0xbf][0xf2]o[0x8c][0xbf][0xb1][0x8c][0xfe][0x1e][0xc0]3[0x90]^b[0xf2][0xba][0xaa][0xc5]6[0xbe]#[0xe6]>[0x5][0x8d]DV[0xb][0xf8][0x1f][0xc4][0xfc]'1[0xff][0xd5][0xc0][0xcb][0x6]&3[0xc4][0xe5][\r]X[0xc3]=[[0xd3]l[0xa0][0xb5]J[0xfb][0xab]*u4[0xc8]*[0x9d][0x8])![0xf4]*a[0xf4]+]M[0xea][0xc][0xe0]I<[0xc5][0xe7][0xe9]M+[0xf9][0x9a]^M[0x4][0xe6]H`[0x9e][0xe7][0xb2]*[0xd6][0xc1][0xc0][0x94].[0xe8]P[0xc6][0xa0][0x4][0xae]BrU[0x89][0xf1][0xd0]-[0xd4]e[0xfd]3[0xf7][0xca][0x92][0x9c][0xd8][0xc0][0x9d]o[0xa1][0xeb]2FO[0xdd]@[0xff][0xe2]:[0x6]8K^[0xc3][0x81][0xec][0xf0]{84[0x1c];x[\r]w[0xbd][0x81]}[0xb1]C[0x1b][0xb8];[0x16][0x97][0xc3]=[0x1c].[0xb3]u[0xbc]s[0x19][0x91]S[0xb1][0xc3][0xc9][\r][0xdc]{5[0x80][0x92]y[0xeb][0xb][0x9e][0x8f]c[0xb0]V[0xb][0xc7])[0xa0][0xac][0xe7][0x10].[0xf2]k[0x99][0xe7][0xc2]b=[0xd8][0xfc][0xcb][0xae][0x82][0xfb]q[0x8e]}[0xca]ar[0xd9]Z|[0xda]^[0xe4][0xce]U[0xd6][0xc1][0x1a][0xf][0xda][0xa5]@[0x8d]8q[0xfa][0xd9][0xef][0xbe][0x10][0x9c][0x96][0x8]m[0xbf][0x88]E[0xae][0x8f][0x12][0xf1]i|[0xa9][0xa6][0xc7][0x9d][0xe8][0x9c]V[0xf1][0xcc][0xc0][0xab][0xfe][0x19][0x15]_[0xfe]7[0x94]q[0x15]_[0x9][0x91][0xd6]R[0xa0][0xd2]WY|R[0xf2]6:[0xe5][0xbf][0xde]0s[0xb9][0x8b]%[0xd8][0xf5]?PK[0x7][0x8][0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Marker.classuR[0xcb]N[0xdb]@[0x14]=[0xc3]#6[0x9][0xe1][0x19]^[0x5]Z[0x9e]R[0x0][0x9]/[0xda][0x1d][0x15]R[0x94]R[0x9][0x11][0x8c][0x94][0xa8][0x91][0xe8][0x6][\r][0xce][0xc5][0x99][0xe0][0xd8]0[0x1e]g[0xc1][0xa7]u[0xd1][0xf][0xe8]GU[0xbd][0x1e][0x82]T[0x5]X[0xcc][0x1c][0xdf]3[0xe7][0x9e]9[0xd7][0x9a]?[0xfd][0x6][0xf0][0x19][0xfb][0xe][0xb6][0x1c]l;[0xd8][0x11]([0xd6][0xfc][0xeb][0x9b][0xcb]Z[0xf3][0xe2][0xac])[0xb0][0xd0][0xe8][0xc9][0x81][0xf4]"[0x19][0x87]^[0xcb]h[0x15][0x87]'[0x2][0xe5]z[0x12][0xa7]F[0xc6][0xa6]-[0xa3][0x8c]\[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xe6]M[0xfe][0x95][0xe3][0xff]h4[0x86][0xdd].[0xf6][0x4][0x9c][0x90][0x8c]/[0xfb]$P[0xa9][0x1e][0xbc]e6.;[0x1d][0x81][0xa5]j#[0xd1][0xa1][0x97]Fw_z[0xde][0xa5][0xd4][0xf7][0xa4]O[0xe][0xda][0x2][0x5]M[0xfd]d@[0xef][0x8]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xba]2[0xad]wU[0xd4][0xd1][0x14][0xb3]Y5[0xe7][0x8a][0xdf][0xe8]AS [\r][0xb1]s[0x99][0x5]M[0xba]#>[0xf]([0x15]p[0x95]!-M[0xa2][0x5][0x96]_[0x12]eFE[0xde][0xf9][0x90][0xe7]LS-[0x15][0xc6][0xd2]d[0x9a]/>|S[0xf4][0xf5]u[0x9a]Snt[0x83]$6R[0xc5][0xa9][\r][0xfc]j[0xda]<\[0x81][0x1e]3[0x19][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]n{[0x14][0x18]+p9p[0xb7][0x9e]t[0xc8][0x8e]s[0xce][0xe3][0xb4][0x92]L[0x7][0xf4]]EL[0x95][0x9e]o;[0xce][[0x5][0xe6]FS05j[0xca][0xde]R*[0xf1]Z[0xa4][0x95][0x8c][0xd4][0x93][0xbc][0xcd][0xad][0xc4]![0xaf][0xa3][0x2]o[0x18][0xe3]5[0xce][0xfb][0x1a]&0[0xc9][0xdf][0x5]~[0x15]cp[0xb8]v[0xff][0xab][0xa7]P[0x9c][0xe0]8([0x1][0x8c][0xd3]([[0x9c][0xc1][0xac][0xc5]9[0xcc][0xb3]r[0x81][0x95]y[0xb5][0xc8]U[0x8e][0x15],1[0xbb]l[0xfb]W[0xb8]^[0x1d][0xaa]W[0xd9];[0xc7][0xf]X[0xb7][0xb8][0x81]M[0xd6][0x8]|[0xb4][0xca]O[0xff][0x0]PK[0x7][0x8][0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/MarkerFactory.class[0x8d]T[0xeb]N[0x13]A[0x14][0xfe][0x6][0xb0]K[0x97][0x95][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8](U[0xbc][0xd0][0xaa][0x14][0x15][0xaf][0x5][0x14]J[0xb][0xb5][0x17][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0xfc]2[0xdb][0xed][0xd0].nw[0x9b][0xe9]V[0xf4]-|[0xb][0xff][0xa2]&[0x8a][0x9a][0xf8][0x0]>[0x94][0xf1][0xcc]XJ[0xcb]-f[0x93]9;[0xe7][0xcc][0xf9][0xce]w[0xce]|[0xbb][0xbf][0xff][0xfc][0xf8][0x5][0xe0]![0xb2]:[0x6]0[0xa5][0xe3]>[0x1e][0xc8][0xe5][0xa1][0x86][0xe9] [0xd9]GA[0xf4][0xe3]q[0xf][0x9e][0xe0][0xa9]\[0x9e][0xe9][0xb4]}[0xae]![0xa6]aFG[0xf][0xa6]4[0xcc]vcN[0xc7][0xb][0xbc][0xd4]0[0xaf]a[0x81][0xa1]7;[0xbf][0x9a]N[0xac][0xbe]N[0xce][0xc7][0xd7]VV7[0x19].e[0x5][0xa2]6[0xd1][0x2][0x96][0xf7][0x85][0xed][0x96]b[0xe1]#[0xad][0xa8][0xda]fE[0x8d][0xe0][0xc8]q[0x86][0x1][0x2]\[0xe4]T[0xb4][0xcc][0x8b][0xfb][0xc0][0xd2][0xd7][0xde][0x0]C[0xf7][0x8c][0xe5]4&[0xcd][0x8]+[0xd4][0xd6]G[0xdc]1k[0xb5]E[0xbe][0x95][0xf4][0xea]n[0xb3][0x95][0xb]-G[0x9a]-[0xc4][0xd4][0xdd][0xcf]RWy[0xaf].,[0x9e][0xb4][0xd5][0xe5][0xb4][0x15][0x9b][0x94]y[0x6][0xce][0xe3][0x82][0x86][0xb8][0x81]E$[0xc]$1[0xca]p[0xf9][0x94][0xd9][0x19]X[0xc2][0xb2][0x81]A[0x9c][0xd3][0x90]2p[0x1d][0xe3][0x6]n[0xc9][0xe5][0xb2][0xcc][0xbc]z:[[0x86][0x1b][0x7]c+s[0xa7][0xca]E-[0xba]`[0xd6]l[0xeb][0xd0][0x14][0xce][0x1d][0xd3][0x12][0xc3][0xe4][0xba][0xcb][0xdf]U[0xb9][0xe5][0xf3]bh[0xcb][0xb4][0x9d][0xba][0xe0][0xa1][0x9d]2u[0x16]*[0x90]8h[0xce][0xa1]6[0x18][\r][0xaf][0xc][0xa4][0x91]a[0x18]>Aw[0xc][0xfd][0x7][0x85]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x4][0xcd]p[0xed][0xe0][0xb0]][0xa9]:t[0x85]$[0xca][0x6][0xc1]}[0x11][0x1a]tsy*[0xe8]p_[0x12][0xbb][0xd9][0xa6][0xc9][0x13][0xb2][0xe8][0xaa][0xfa]K[0x87][0x84]MB[0xcb][0xa7]rK[0x99][0xc4][0xda]J[0x8e]a[0xfc][0xbf]@FNR?[0xc3][0xd0][0xd1][0xe9][0xae][0xfb][0xb6]C_[0xaf][0xe0]UOPs[0x91]c[0xb4][0xdc][0xe2]Y+[0xb]oG~[0x11][0xb1][0xf0][0x6][0xae][0xd1]?d[0x80]~:$Jy[0xdf][0xf4][0x16]@[0x87][0x94][0xb]y[0x86][0xd4][0xcf][0x88]4J[0xf6]L[0xe4][0x1b][0xd8]'z[0xe9][0xc0]0[0xad]:Y [0x8a].La[0x84][0xde][0x8c][0x87]p[0x11][0x97]T[0x94][0x84]B'$[0xc0]z[0x3][0xa0]o[0xf][0x1d]_[0xd1][0xb9][0x9b][0xfe][0x8c]3[0xd2]*g[0x0][0x1a]At*[0xc8]^[0xb2][0xc0],y[0xe6][0x88][0xcb][0xcb]&l7y[0xae][0xe0]*[0xed][0xc6]T[0x6][[0xd2][0x10]"[0xde][0xa0]L[0x92]>[0x82]R[0x9f][\r][0xb6][0xd3]TT[0xe2][0xea][0x9f][0x11][0x88]|[0x87][0xd6][0x81][0xdd]&[0xe5][0x80][0x8a]l[0xb6][0xd0][0xd5]q[0x3]7[0xc9][0x6][0xa5][0xb8][0x8f]G[0xe8]>[0x8a]P<[0x16][0xe1]65[0xfc][0xf]aTE[0x88][0x1d]![0xec][0xaa][0xc9][0x1e][0xe4]V[0xa9][0x9b][0x89][0xe6]l?4j[0x8d][0xed]![0xf8][0x5][0x81][0x8f][0x18]I[0xff]D[0xcf][0xe6]7[0x18]j[0xa7][0xa7][0x7]{#{[0xe8][0xfb][0xa4]f[0x1d][0xa0]"[0xba][0xb2][0xc3]8[0xdb][0x18][0xd9]u[0x82][0x3]}[0xab][0x1]d)[0xba]L[0xf1][0x14]]][0x96]b[0xaf][0x88]d[0x86][0x86][0x96]Sd[0x87][0x8]A[0xa7]'[0x8c][0x8][0xed]F[0xe8]|[0x18]w[0x1a][0x3][0xed]AgJ[0xc3][0xdd][0xac][0x86]{[0x92][0xe3][0xa4][0xea]6[0xfa][0x17]PK[0x7][0x8][0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/slf4j/event/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/event/EventConstants.class}[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff][0xe1]"[0x17][0xf1]~[0xc5][0xb][0x82]+ua[0x17][0xba][0xd3][0x98][0x14]DCBJ[0xd2]".[0xc9][0x80]c[0x1d]R[[0xd3]N[0xf5][0xb9]\[0x99][0xb8][0xf0][0x1]|([0xe3][0x99][0x6][0x14]7n[0xfe][0x9c][0xef][0x9f]s[0xcd]|~[0xbd][0x0]8[0xc1]~[0xe][0xbb]EdP[0xc9]a/[0x87]*C[0xa1]i[0xdb][0x1d][0xbb][0xdf][0xb2][0xba][0xc][0xac][0xc5]0[0xd7][0x8][0xfc]Hq_[0xf5][0xb8][0x17][0x8b]4[0x15][0x1d]0[0xe4]oM[0xdb][0xd2]9[0x9a]+[0xc4]-[0xeb][0xaa]3[0xe1]Ujr[0xd9][0xac][0xdf]\O[0x8c]"[0x19]][0xdb]l4'[0x6][0xa8][0xc2]2[0xfb][0xce]M[0xdd][0xa1])[0xcb][0xed][0x11][0xe6][0x86][0xc7]}[0xd7]pT(}[0xf7],[0x8f][0x1a][0xc3][0xcc][0xb9][0xf4][0xa5][0xba]`H[0x1f][0x1c][0xf6][0x18]2[0x8d][0xe0]N0,[0xb4][0xa5]/[0xac][0xf8]q [0xc2].[0x1f]xB[0xd7][0x7]C[0xee][0xf5]x(5[0x8f][0xcd][0x8c]z[0x90][0x11]C[0xb5][0x1d][0x84][0xae][0x11]y[0xf7][0xa7]#C<[0xb]_[0x19]M[0xad][0x93][0x9b][0xa2]3[0x86][0xa2][0x13][0xc4][0xe1]P\I][0xb6][0xf2][0xf7][0xf9]Xo[0xc6]P[0xfb]m[0x12]=IC[0xcf]S2[0xf0][0xcd][0x17][0x1e][0x8a]v[0xe0][0xba]",a[0x15]k[0xc][0x95][0xff][0xa7]1,[0xfe][0x9e][0xda][0x19][0x8c][0xc4]P[0xd1]H[0xcb]4[0x9c]x[0x10])[0xa9]b5n[0x87][0x1a][0xd2][0xf4])[0xc0][0xc][0xca][0xc8][0x92]2[0xe4][0x88]R[0xc8][0x13][0x17][0xa6][0xb8]H<;[0xc5]%[0xe2][0xb9])[0x9e]'^[0x98][0xe2]E[0xe2]%,[0xff][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EL[0xef]N[0xba]N[0x8e][0x91]0[0x90]=zC[0xea]5I[0xd9]H[0xd6]HLl[0x92][0x96][0xc6]q[0x19][[0xc9]On'Y;[0xdf]PK[0x7][0x8][0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/slf4j/event/EventRecodingLogger.class[0xa5][0x98]ml[W[0x19][0xc7][0x9f][0xe3][0xd7][0xc6][0xbe]][0xd2]dy[0xb1][0xe3][0x8e][0xae][[0x9b][0xf7][0x85]vKh[0x9b][0xae],M[0xd3][0xad]m^X[0x92][0xc5]u][0xaf]s[0x92][0x1b][0xd7][0x9d]cw[0xd7]vK[0x80][\r]:[0xd8]`[0x83][\r][0x6]l[0xb0][0xc1][0x6]C[0x2][0x9][0x9][0x10][0x9d][0xa8][0xcb][0x86][0x6][0x12][0x1f]@[0x9a][0x90]@[0x2][0x9]$>[0x80][0x4][0x12]Bb[0x12]H|[0x0][0x9]M[0xfc][0xcf][0xb9]77N[0xfc]8[0xbe]u[[0xe9][0x9c]s[0x8f][0xcf]y[0xfe][0xcf][0xcb]9[0xbf]{[0x95]w[0xde]{[0xeb][0xa7]Dt7[0xbd][0x1e][0xa0][0xe]z[0xa4][0x81]vR2@[0xb][0xb4](GK[0xb2][0xd1][0x3]h[0x96][0xfd][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90][0x9f][0x1e][0x9][0xd0]yJ[0xcb][0xd1][0x5][0xd9]<*[0x9b][0x8c]lVd[0x93][0x95]MN6[0x17]e[0xf3]X[0x80][0xc][0xca][0xcb]fQ>[0x16][0x82]T[0xa4]K[\r]t[0x99]>,M[0xae][0xfa][0xe9]#[0xf2][0xe1][0xa3][0xb2][0xf9][0x98]l[0x1e][0x97][0xcd][0x13]~[0xfa][0xb8][0x9f]>![0xc8][0x93]M[0xae][0xe8][0x82][0x9a]'.$/%[0x7]3[0xc9]ljp[0xb6]`[0xa4][0xb3][0xa9][0x11]A[0xbe]L.[0x95][0xd2][\r]AwN[0xe4][0x8c][0xd4]`>[0xb3]|[0xcf][0x85][0xc1][0xf3]z[0xe6][0xa2]n[0xe4][0x7]g[0x8b][0xb][0xf9]B[0xba]P,[0xe8][0x13]j[0x15][0xd6][0x7][0xf4]Kz[0xb6][0xf0]`Q/[0xc2][0xe2][0xe][0xd3]b[0xb1][0x90][0xce][0xc][0xaa]),h[0x98]M[0xa7][0xb2][0xc9]B[0xd1][0xc0][0xef]#[0x9b]?\&[0xa2][0xc]m[0x92][0x80]O[0xe3]rz[0xe4][0x88]t[0xed]p:[0x9b].[0x1c][0x11]t[0xa0][0xdb][0x89]o[0x15][0xbe][0xf4][0xcc]#[0xf4][0xb1][0xdc][0x12][0x1c]i[0x9c]Hg[0xf5][0xa9][0xe2][0xca][0x82]n[0xcc]%[0x17]2*[0x19][0xb9][0xc5]df>i[0xa4][0xe5][0xb3]5[0xe9])[0x9c]O[0xe7][0x5][0xed][0xa9][0xf0]R95[0xa3]/[0xe6][0x96][0xe0][0xa1][0x9d][0x8b][0xb6][0x8d]6V/[0xae][0xd9]Y[0xa8][0xcb][0xe1][0x1b]H[0x8e][0xc][0xcd][0x9f][0xd2][0xb]S[0xaa][0xb0][0xb7]v[0xf7]p[0xa5][\r][0x1a]p[0xd8]XR{[0x4][0xcd]uW[0x98][0x9f]@[0x97][0x19][0xa9][0xdc][0x1a]/[0x9b][0x9a]^[0xb8][0xa0]/[0x16][0xca][0x17][0xcd][0x9d]7r[0x97]e[0x9c][0xca][0xb]oF[0x1a][0x11][0xd4]^[0xc5][0xba] [0xf7]J>[0x85][0xd4]&[0x8d][0x14]R[0xdb][0xc2][0xd8][0xc6][0x99])[0xac][0xd9][0x14][0xd4][0xca]J[0x9]Z[0xae][0xea][0xff][0xfa][0xf4]d[0xd2]x[0xd4]Nl[0xbd][0x11][0xf9]V[0x94][0x15]uD6[[0x16][0xa4]e[0xca]*![0xa8][0xd2][0xa9]*5[0x13]tK:?g$[0x17][0xf5][0xf1][0xac][0x94]ZBb[0xba]{[0xce] [0x81][0x5]9[0x89][0xb8][0xbb]+[0xdd][0x96][0xee]t1[0xf3][0x95][0xd1]([0xc7][0x97]s[0xc6]J[0x12]N[0xb9][0x91][0xeb][0x8d][0xd7][0xdd][0xce][0xf4]AG[0xd6]x[0xfb][0xb2][0x84][0xfb][0xcc]n?"g,1i[0x96][0x1b][0x1b][0xb0][0xa3][0xb8][0x82],[0xe0][0x0][0xf4]n[0xed][0xc0][0xc6]R[0x88][0x82][0xca]KE[0x19]d[0xde][0xba][0x98]y>[0x83][0x7][0x1d][0xad][0xe4]]?U[0xe7]^[0xde][0xda]!G[0xd6][0xaa]dq[0x1b][0xb2]8j[0x18][0xc9]UA[0x87]o[0xd4][0xab][0x8d]i[0xc5]I<[0xa6]/[0x14]S[0xf6]I[0xf4].[0xc9]GA[0xdb][0xd3][0xf9][0x13][0xd9][0xe5][0x9c]=[0xef]I[0xe3]IMG[0x93]Fv}[0xfa]2[0x9e][0x94][0x99]q[0xc3][0xc8][0x19][0xeb]ft[0xf9][0x88]w[0xc4]l[0xae]h,[0xea][0xc7][0xd3][0xf2]>w0[0xec][0xbc]Kz[0xa6]Q[0x17]][0xd1][0xe8]v[0xda][0xed][0xa7]'5z?[0xed][0xd3][0xe8]}[0xb4]K[0xa3];[0xe8]N[0x8d][0xf6][0x13]N[0xeb]^g[0x97][0xcb]O[0x9f][0xd4][0xe8]S[0xf4][0x94]FO[0xd3][0xa7]5[0xfa][0xc]=[0xa3][0xd1][0xb3][0xf4]Y[0x8d]>Gc[0x1a]=G[0xcf]k[0xf4]y9[0xfa][0x2][0xbd][0xa0][0xd1][0x17][0xe9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K~[0xfa][0xb2]F/[0xd2]K[0x1a]}[0x85][0xc6][0xfc][0xf4]U[0x8d]^[0xa6]W[0xfc][0xf4]5[0x8d][0xbe]NCR[0xfa]nAM[0x9b]k[0xa0][0xd1][0xab][0xf2][0xc7][0xd7]d[0xf3][\r][0xd9]|[0x93][0x86][0x4][0xdd][0xe1][0xe0]M[0x1]c[0xeb][0xab][0xd6][0xa6]p[0xf9]Q[0x89][0xdd][0xb5]_[0x13][0x1b]\[0x99]][0xcd][0x17][0xf4][0x15][0xbc]x[0x17][0x8b][0x86][0x1][0xa1][0xb9][0xf4][0x8a]>[0x99][0xce]d[0xe4][[0xb][0x16]O[0x82]Oy][0xcd][0xce][0x16][0x92]+[0x17]Q[0xaa][0xee][0x93][0xea][0xec]`v[0xc2][0x4]u[0xb8][0x1a]G[0xd5]M[0x95][0xeb],[0xd9].G/1[0xb9]k[0xbb][0xbd][0xcb]|[0x1f]I+[0x93][0x16]D[0xd9][0xeb][0x8b]=[0x1][0xb9]F[0xcf][0xe7][0x93])lh[0xc2][0xc3][0xa8][0xc5][0x8][0xeb][0x88][0xb7]uW[0xb9][0x6]*[0xc0][0xf5][0xd7]EGw[0xd5]c[0xde][0xb4][0xe1][0x7]=[0x89][0x13][0xba]}-o[0xd6][0xf3][0xc6]7[0xa7]9;b[0x6]d>[0x98][0x1]5nzSK[0xc4].-mb[0xf6][0x9a][0x8f]`S+[0x9b]a\[0x90][0xb9][0x99][0xd1][0xb1]q[0xf4][0xc7][0xc6][0x8f]>t?[0xaa]sb[0xea][0xf8]4[0xba][0xe8][0xe8][0xcc][0x14]f[0xc7]gf[0xa6]gp!v[0xe2][0xfb]Q[0xd0]m[0xe4][0xc6][0xe7]$n[0x4][0xc9][0xb8]&[0xaa][0xc7][0xe5][0xc0]o{0r[0xd1]^[0xba][0xf][0xe3].[0xea][0xc6][0xb8][0x7]3[0x97][0xd1][0xcb]=[0xed][0xbd][0xd7]I[0xf4][0xf6]]#Wo_[0x89][0xdc][0xd7][0xc8][0xd3][0xdb][0x8d][0xbc]W[0xf1][0x93][0x9b]z[0xd1][0xb6][0x91][0x17]m#y[0xa8][0x89][0x1a]h[0x7][0xfe]7c[0xae][0x85][0xfa]0[0xbb][0xcb]4A[0xfd]4[0xa0][0x4][0xdb][0x95][0xb4]P#)[0xee][0xa2][0xbb]0[0xd6][0xec][0x99][0xbd][0x98]1[0xdd][0x19][0xc4][0x1c]n1Z[0xe9][0x8c]|[0x92]k[0xbc][0xbd]?"[0xcf][0xf][0xd5][0x2])[0xed]S[0x93]mJ[0xca]4[0xe2][0xb5][0xa4]\[0xf2][0xe2]Y[0x9b][0x93]X'][0xc][0xf6][0xf6][0x89][0xfe][0x81][0x90][0xe7]:[0xf9][0xae][0xda]&[0x2][0xe8][0x89][0xc2][0xe8];[0x95][0x99]{[0xcc][0xa5][0xb6][0xc7]A[0xcc][0xc])[0xd3]A[0x1a]F<.5[0xfa][0x0][0x1d]P[0x91][0x5][0xe9] [0x1d]B[0xe4]Rn[0xc4][0x92]{[0x17][0xbf][0xf8][0xd1][0xc7]B[0xfe][0xd8]u[0xda]v[0xc8][0x17][0xf2][0xfd][0x98][0x1a]J[0x14][0x8][0xf9][0x90][0xc1]`[0xc8][0x87] \%[0xd2][0xd4][0xc0]S[0xa2][0xed]!_[0x89]n[0x9][0xf9][0x6]J[0xd4][0x18][0xf2][0x85]0[0xd5][0x84][0xce][[0xa2][0x1d]rgs[0x89]ZJt+[0xd6]zC[0xbe]7[0xa9][0xd5]E[0xd1]u[0xf7][0xf7]#nY[0xd7][0x6][0xb8][0xb6][0x3][0xc9]mGzw![0x91]=H[0xee] R9[0x84][0x94][0x1e]FU[0xc7]P[0xd7])[0xcc][0x9e][0xc1].[0x19][0xe6][0x3][0xa6][0x8b]v[0x98]q;[0xcc]8[0xd6][0xdf][0xab][0xc2][0x8c][0xab][0x80][0xdd]j$[0x3][0xf6][0xa8][0x91][0xc][0xd8][0xb][0xbd][0x19]:B[0x1f]T[0x15][0xb8][0x8f]F[0xad][0xd0][0xfb][0xad]2[0xb9]<[0xdf][0xdb]T[0xa3][0x81][0xb2][0x1a][0xb9],UAG[0xe1][0x97][0xb9]s[0xc]6Uj{[0xdf][0xa0][0xb6]>![0xae]S[0xfb][0xe6][0x1a][0xed]C[0xbf]_[0x99]i[0xb3][0xaa][0xb0]^#[0xe9][0xa8]P[0x6][0x8f]Y[0x6][0xe7][0x10][0xa0]t[0xbd]Y[0x19][0xf4][0xbc]M[0x1d]1w[0xff],gw[0x8][0x89][0x1b].;[0xad][0xcd][0xb6][0xdd]f[0x1a]Wv[0xe5][0xe8]8[0xdd][0x8f][0xd5]R[0xe1][0x1]Ka[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2%mJ[0xc1]k)[0xc4]<[0x3][0xac][0xca]AjE[0xe2][0xa4]J[0xaf][0xb9][0xcb]Vi[0xb3]U[0xda][0xe8][0x84]R[0x91][0xa3][0x93][0x18][0xb9][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]NYz[0x93]H[0x91][0xdb]NQ?'r/[0xfa]#e[0xa1][0x94][0xa7]hM$H[0x13][0xa8][0xa5][0x19][0xca]$kZ[0xf4]3[0xa6]G[0xd1][0x1f][0xad]bz[0xd8]6=[0x85][0x18]][0xea]HL[[0xa6][0x87][0xd1][0xbb][0xd8]#1^VK[0x97]m[0xcd][0xa5][0x8e][0x9f]Y[0xcb][0xf]Y6[0xa6][0xb0]CjjV[0xe4][0x82][0xb9][0xc1]'[0xa0]~[0xaa][0xcc]?[0xcd][0xb6][0xa8]Y[0x16][0xe5][0xc8][0xbc][0xc1][0xd2][0xf6][0x83][0x96][0xed]s[0xb4]M[0xd5][0xa3][0xc5][0xb4]m[0x1e][0x14]U[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89])[0x1c][0x83][0xe9][0xb2][0x12][0xb6][0xd8][0x12]-[0xb6]D[0x8b][0xca][0xb3]K[0x8d][0x8e][0xab][0x12]J[0xb1][0x19]K,[0xb]1[0x89][0x97][0xe]S[0xcc]k[0x89][0xc5][0x1e]u|f-[0xed][0xd3]H[0xa2]g=[0x89][0x3][0x9c][0xde]<[0x92]x[0xba],B>[0x89]kz[0x1a].[0xd9][0x1]+[0xc2][0x87]x[0x15]1[0xc0][0xa8][0xc4][0xa1]r[0xb6][0xa6][0xca][0xb0][0xad]"[0xf][0x95]T[0x99]w[0xc0][0x99]s,g[0xa2]7[0xc2][0x99]E[0xf4]K58[0x13]e9[0x13][0xda][0x92]3)p&[0xed][0x98]3Q[0x96]3[0xa1][0x9a][0x9c][0xc9][0x80]3[0xd9]:8[0x13]e9[0x13][0xe2]9[0xf3][0x18][0xc9][0xbf][0x1e]9[0xe5]L[0x94][0xe5]L[0x88][0xe7]L[0x11][0xfd]%[0xc7][0x9c][0x99]w[0xc0][0x99][0xd5][0x1a][0x9c][0x89][0xb2][0x9c][0x9]U[0xe1][0xcc][0xe3]P[0xc2]1g[0xa2],gB[s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xc1][0x93]up&[0xca]r&[0xe4][0x80]3O[0x81]3O[0xdf][0x14]g[0xa2],gBU8[0xf3][0xc][0x92][0xf8][0xec][\r]pf[0xc2][0xe2]L[0x94][0xe5]L[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g[0x9e][0x83][0xca][0xf3]up[0xe6][0xb4][0x3][0xce][0xbc][0xc0]r&[0xc6]r&[0xcc]s[0xe6]E[0xf4]/[0xd5][0xe0]L[0x8c][0xe5]LxK[0xce][0xbc][0xc][0xce][0xbc][0xe2][0x98]31[0x96]3[0xe1][0x9a][0x9c]y[0x15][0x9c]y[0xad][0xe][0xce][0xc4]X[0xce][0x84]y[0xce][0xbc][0x8e][0xfe][[0x8e]9[0x13]c9[0x13][0xe6]9[0xf3]m[0xf4][0xdf]q[0xcc][0x99][0xd3][0xe]8[0xf3][0xdd][0x1a][0x9c][0x89][0xb1][0x9c][0x9]W[0xe1][0xcc][0xf7][0xa1][0xfe][0x3][0xc7][0x9c][0x89][0xb1][0x9c][0x9]o[0xcd][0x99][0xab]8[0x6]o[0xd4][0xc1][0x99][0x18][0xcb][0x99][0xb0][0x3][0xce]\[0x3]gJ7[0xc5][0x99][0x18][0xcb][0x99]p[0x15][0xce][0xbc][0x89]$[0xbe]U[0x7]gb,g[0xc2]U8[0xf3]6T~V[0x7]g[0xce]8[0xe0][0xcc][0xcf]Y[0xce][0xc4]Y[0xce]t[0xf2][0x9c][0xf9][0x5][0xfa]_[0xd6][0xe0]L[0x9c][0xe5]L[0xe7][0x96][0x9c]y[0x7][0x9c][0xf9][0x95]c[0xce][0xc4]Y[0xce]t[0xd6][0xe4][0xcc][0xaf][0xc1][0x99][0xdf][0xd4][0xc1][0x99]8[0xcb][0x99]N[0x9e]3[0xbf]E[0xff];[0xc7][0x9c][0x89][0xb3][0x9c][0xe9][0xe4]9[0xf3]{[0xf4]p[0xcc][0x99]3[0xe]8[0xf3][0xc7][0x1a][0x9c][0x89][0xdb][0x9c][0xd9][0xe0]^?{8[0xfe][0x84][0xfe][0xcf]U[0xdc][;[0xbb]A[0x1b]3q[0x1b]3[0xf][ET[0xc7][0xa4][0x9c]2[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]1[0xf9]kY[0x1][0xcb][0x8f][0xc9][0x9a]B[0xb3]}[0x7][0x9b]m[0xca][0xc4]Y[0xca]t:[0xa0][0xcc][0xdf]@[0x99][0xbf][0xdf][0x14]e[0xe2],e:[0xab]P[0xe6][0x1f][0xc8][0xd0][0xbb]uP&[0xce]R[0xa6][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xfe][0x9][0x95][0xd5]A[0x99][0xb3][0xe]([0xf3]o[0x96]2[0x9][0x96]2[0x11][0x9e]2[0xff]A[0xff][0xdf][0x1a][0x94]I[0xb0][0x94][0x89]lI[0x99][0xff][0xe1][0xf8][0xbc][0xe7][0x98]2[0x9][0x96]2[0x91]Z[0x94][0x11][0x82]Z[0x85][0xbb][0xe][0xca]$X[0xca]DX[0xca][0x8][0x1f][0x5][0xc4]6[0xc7][0x94]I[0xb0][0x94][0x89][0xb0][0x94][0x11]A[0x98][0xd6][0x1c]S[0xe6]lm[0xca][0x88][0xc6][0x1a][0x94]I[0xb0]_3[0x11][0xfe]kF[0xb4]PP[0xb4]:[0xfe][0x9a]I[0xb0]_3[0x91]-[0xbf]fD[0x7]5[0x8b]p[0x1d]_3[0x9][0x96]3[0x91][0xda][0x9c][0x11];[0xa9]][0xdc]vS[0x9c]I[0xb0][0x9c][0x89][0xf0][0x9c][0x11][0xb7]#[0x89][0xbb][0xeb][0xe0]L[0x82][0xe5]L[0x84][0xe7][0x8c][0xd8][0x3][0x95][0xbd]up[0xe6]ae[0xe7][0xdc][0xff][0x1]PK[0x7][0x8][0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/slf4j/event/Level.classuT[0xdb]R[0xd3]P[0x14]][0x87]&M[0x1a]#[0x94][0xc8][0xad]E[0x11][0xf0][0xd6][0x16][0xa5][0xa2]x[0x5][0x11],E[0xab][0x15]f[0x1a][0xc4][0xe9][0xe8]K[0xa8][0x11][0xc3][0x84]t[0xa6]My[0xf0]C[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xb4]^GG[0xc7]g?[0xca]q[0xef]Cd[0x0][0xdb][0xce]t[0xaf][0xee]u[0xf6]^[0xfb]r[0x92][0xfe][0xfe][0xf3][0xed]'[0x80][0xab]X[0xd5]p;[0x1][0x15]s[0x6][0xe6]qG[0xc3][0x84][0x86][0x5][0x3][0x83][0xb8][0xcb]f[0x91]O[0x96][0xd8][0xdc][0xd3]1d[0x10][0x16][0xd8]Y[0xd6]1[0xc2]X[0xd4][0x91]b\[0xd1][0x91]f[0xbc][0xaf]c[0x94][0xf1][0x81][0x86][0x92][0x80]Z[0xac]T[0xd6]*[0x2][0xc3][0xe5]zc+[0xdf][0xf4]_[0xce]n[0xe7][0xdd]]7[0x8][0xf3]e[0x2]N@y[0xba]TY%([0xad][0xae][0xac]Q[0xfc]r[0xf1][0xde][0x93][0xfb][0x84][0xeb][0x95][0xa5]BQ@[0xf7]9[0xac][0x14][0x84][0x2][0xa2][0xf4][0xcf][0xb5][0xc3][0x86][0x80]U[0xde]vv[0x9d][0xbc][0xef][0x4][y"[0xbc]`[0x8b][0xc4][0xb4][0xb3][0x1b]K[0xe5]'E[`[0xe4]Y[0xd7][0x8a][0xf1]][0xc7]o[0xb9]M[0x81]t&[0xdb]=J)[0xd4]_[0xb8][0x2]}e/pW[;[0x9b]nc[0xdd][0xd9][0xf4][0x89][0xd1]d[0xfa][0xda]K[0x81][0xa9][0xcc][0xff]=d[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0xe5]z[0xcd][0xf1]7[0x9c][0x86][0xc7]:[0x91][0x98][0x12]8;[0x4][0xf1]y/[0xf0][0xc2][0x5][0x81]l[0x7][0xc9]R[0xa9]C[0x99][\r][0xca][\r]_y4[0x85][0xf0][0xe8]K[0x98][0xb0][0xbd][0xad][0xc0][0x9][[\r][0xd2][0x1b][0xca]t[0xc9]Q[0xc3][0xba]\f,[0x93][0xe5]u[0x86][0xf5][0xbd]3[0x81][0x81]L[0xb6][0xd3]B[0xf5][0xf9][0x9a][0x1f][0xb5]F)$p0[0xaa][0x18][0xb4]v[0xe6][0xbb][0xcc][0xbb]@[0xc9][0x86]]o5j[0xee][0x8a][0xc7][0x93][0x1a][0x92][0x9f][0xe6]l[0x81][0xb1][0xa3]IE[0xb6][0x85]z[0xd0][0xc][0x9d] l[0x9a][0x18][0xe7]gp[0xc2][0xc4]C<[0x12][0x18][0xec]X[0xc2][0xc4]y[0x94]M[0xe4][0xf0][0xd8][0xc4]I[0x9c]21[0x86][0xd3][0xec]N[0x99][0x18][0xc2][0xb0][0x89][0x11]6)6i6[0xa3][0x18][0x16][0xe8]=[0xdc]<[0xed][0xa3][0xe6][0xd7][0x3][0xf7][0xe8][0xf8]k[0x9b][0xdb]n-[0xa4][0x9][0xae][0x1d][0xbc][0x8e][0x82][0xef]4[0x9b]s[0x9d][0xae][0xfc][0xb0][0xea][0x1c][0xef][0xbf][0xc3]5f7[0x16]g[0xe8][0xc5][0x18][0xa4]WN_Lq[0x93][0x0][0xe1]H[0x84][0xa9][0x8][0xd3][0x11][0x8e]2[0xa2][0x87]g[0x93]H[0xe3][0x1][0xc9]4[0xaf][0x86][0xfc]8[0x12][0x98][0xc4][0x19][0x8][0x9c]%o[0x92][0x90]?F[0x1b]=[0x9f][0x11][0xfb][0x5][0xe5][0x1d]y[0x2][0xe7]d$[0x9f][0xf5]R[0xfc]y\[0x88][0xe2]gI[0x8f]Y[0xc3]Rs_[0x11][0xff][0x5][0xf5][0x9d][0xac]q0>C[0xd6][0xdc][0x8b]B[0x96]k[0xd3]9m[0x97],+A[0xcf][0xa5][0x94]OH[0xbc][0xdf]W[0xb2][0xa0][0x90][0x1d]$[0xc5]![0x1c][0xa3]i[0xfa]iVV[0x1d][0xa7]\>[0xbd]('[0xe4]_[0x97]h[0xc6]=n[0x9a]*)[0xc8]K[0x8d][0xcb]T}[0x6]W[0xa2][0x9e][0xf3][0x84][0xdc][0x8d][0x9a][0xfb][0x8][0xfd][0xed][0x91]vG[0xf][0xb4][0xab]F[0xc2][0x82][0xfe][0xd9]f;$'[0x8e][0xce]:[0xd9]!Y[0xc7]5\[0x8f][0x92][0xdf]P[0x1c]^[0x87]Z[0xb5][0x8c]X2c[0x19]_p[0xec][0x3]LI[0x1c]W[0x92]c[0xd6]qI[0xf4]J[0xa2]OM[0xe]X}[0x92]HJ[0xa2]?[0x9e]4[0xac]~IX[0x92]8[0xa1][0xc5][0xac][0x13][0xd2][0x1f][0xd0][0x10][0x11]k[0xc3][0xb4][0xab]J[0x1b][0xbd]vUm#iW[0xe3]mXvUkc[0xc0][0xfe][0x80][0x9e][0xf7][0xfb][0xb7]iP[0xe7][0xf4][0x18]`[0x9d]n[0xa8]'[0xda][0xd3][\r][0xdc][0x94]x[0xeb]/PK[0x7][0x8][0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/slf4j/event/LoggingEvent.classe[0x90]=N[0xc3]@[0x10][0x85][0xdf][0x86][0x10];![0x81][0x0][0x89][0x10][0x12][0x7][0xb0][0x1b]\@G[0x95][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xa0]0[0x1d][0xd5]&[0xc][0x1b][0x1b][0xff][0xa0][0xb1][0x93][0x88][0xab]Qp[0x0][0xe][0x85][0x98][0xb5]-[0x94][0xc0][0x16][0xfb][0xb4]3o[0xde]~[0xbb]_[0xdf][0x1f][0x9f][0x0].0vp[0xec]`[0xa4][0xe0][0x1a]*[0xa7][0xb4][0xa2]D[0xe1][0xd4][0xf3][0xa7]9[0x9b][0xa0]H^.[0xe3]@jY[0x19]T[0xad]+[0x85][0xae][0xd8][0xee]4[0xbf][0x12]+[0x8c][0xb6]|uU,[0x3][0x9b][0x94][0x1b]C|[0xaf]S[0xaa]m[0xb1]^[0xe9] [0xd1][0x99][0x9][0xc2][0x92][0xa3][0xcc][0x88][0xad]g[0x93][0xa8]([0xb4][0xa1]z[0xe6]q[0xc1][0xa4][0x9f][0xeb][0x99][0xa1][0x9c]'l[0x96][0xa9][0xdc]=a[0xd6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xcf][0xda][0xc8]y[0x98][0xc5]4/%[0xa7]oG[0xa3][0x94][0xc2]R[0xa7]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x9e][0xdb][0x14][0x17][0x9c][0xaf][0xf5],[0x91][0xb8][0x93]-[0x84][0xdf][0x86][0xa5][0x8][0xf3]%[0xcf][0xe9]&[0xb2][0xb6]C[0x8b]-t[0xd7][0xf6][0xc9][0xe7]v@[0xe1][0xec][0xdf]Olx[0x4][0xf4]/QGA[0xa1][0x5][0xbb][0xdc][0xb6][0xe0][0xa0][\r][0x88][0xee][0xa2]S[0xa9][0x3][0xb7][0xd2]n[0xa3][0xbd]F[0xf7][0xd0][0xaf]t[0x80][0xfd]J[0xf]0[0x94][0x4]A[0x92][0xbd][0x85][0xa3][0x1f]PK[0x7][0x8][0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/slf4j/event/SubstituteLoggingEvent.class[0x8d][0x94]mO[0xd3]P[0x14][0xc7][0xff][0xdd][0xf3]fQ[0x4][0xb7][0xa1][0xa0][0xa0][0xa2][0x14]P[0xab][0xa2][0xa2][0x82][0x2][0xa2][0xa0]0@[0xdd][0xa2]&[0xbe][0xea][0xb0][0x96][0xe2][0x1e]L[0xdb]i[0xfc]P&[0x9a]HL|[0xe1][0x7][0xf0]C[0x19][0xcf][0xe9]:[0xd6][0xdd][0xdd][0x1a] 9[0xb7][0xf7][0xde][0xf3]?[0xe7][0xd7]s[0xce][0xfa][0xe7][0xef][0xaf][0xdf][0x0][0xe6]P[0xc9]A[0xc5]z[0x16][0xc7][0xf0][0x94][0xcd]36[0x1b]l6[0xd9][0x94][0xd8]l[0xb1][0xd9]f[0xb3][0xc3][0xe6]y[0x1a]/[0xd2]x[0x99]FYA[0xb2]f~2k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xa5][0xa6]c[0xe9]n[0xed][0xfd][0xad]}[0x9d]N[0x1a][0x9e]^[0xe2][0x8b][0x5][0x5][0xa9][0xba][0xe1]|0[0x1d][0x5]C![0x97]-[0xff][0x8c]ns[0xb5][0xa6]e[0x99][0xce][0xb6]Q7[0xd9]c[0xdf][0xf8]d[0xe8]5[0xa3]a[0xe9]e[0xcf][0xb1][0x1b][0x16][0xeb][0xdb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&C[0xfa]=[0xb3][0xf6][0xd1]t\[0xbd][0xdc][0xaa][0xba][0x9e][0xed][0xb5]<[0xb3][0xe4]{qDo[0xcf]1[0x8d]w[0xed][0x88][0xe9][0xba][0xe9][0xba][0x86]EO[0x19][0xc3][0xb1]V[0x1c][0xc7][0xf8][0xa2]`[0xf8]m([0xcf]Nu[0xdf][0xdc][0xf5]H[0x97][0xf5][0xec][0xba]Y[0xf6][0x8c][0xfa]G[0x5][0xca][0x6][0xef][0xf7][0x9c][0xe6]g[0xa3]Z#q>$[0xa8]t[0x8e][0x99]m[0xd1]n[0xd8][0xde]C[0x5]qm[0xfa][0x95][0x82][0xc4]j[0xf3][0x1d]y[0x9f]([0xd9][\r]s[0xbb]U[0xaf][0x9a]N[0xa5][0xad][0xa7]W[0xdf]5j[0xaf][0xc][0xc7][0xe6]}p[0x98][0xf0][0xf6]lW[0x81][0xd6]W[0xb9][0xde][0x97][0xa2]*<[0xe1]cJ[0x97][0xb1]L[0xaf][0xd4][0xae][0xf7]im:[0xb2][0xe2][0x19][0xf7][0xd0][0xed]L[0xf4][0xb6][0x17][0xe3]f)[0xdc]V[0xd0][0x9c]S=[0xf1][0xe][0xdb][0x93]u[0xbb].y[0xad][0xdf][0x83][0xc3][0xc]0U[0xa8][0x8b][0x1c]J[0xd2][0xc7][0x1][0xb7][0xd7][0x8d][0xc2][0xf5]yu[0xa8]JA[0xcb]/[0xf7]P[0xfd][0xa7][0xe9]Y[0xb7]+[0x9a][0xd2][0x8e][0xa2][0xe1]T9.@g@rnh3H7+[0x8e][0xd5][0xaa]S[0xc5][0x82][0xa9][0xc9]k[0xd3][0xd2][0xb9][0x19]t[0xfb]\[0xb][0x9a][0xc4][0x93][0x13][0xaa][0x14][0xb6][0xd2][0x1d]3[0x9a][0x1a][0x1a]4[0xd5][0xed]9Lh[0x1b][0x9d][0xaa]VB[0x93][0xcc][0xe5][0xb][0xef][0xd5][0xf6]}gB[0x8b]=E[0xf][0xcf][0xa8][0xea][0xf6]8[0x8e]hR?[0xbf][0x1c][0xe5]f[0xcb][0xd9]5[0xd7]l[0xf6][0x1b][0x95]O[0xe1]5[0x16][0xab]8[0x87]q[0x15][0xc7]qB[0xc5] N[0xaa][0x18][0xc2][0xb0][0x8a]S[0xc8][0xab]([0xf2][0xd3][0x8]N[0xab]8[0x83]Q[0x15][0x5][0xde][0x8e][0xe1],[0xb5][0xf2]hSN[0xf5][0x14]+[0xa7]`[0xac]o[0x86]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa7]O[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x10][0xb2][0xf4]A#([0xf0][0x1f]q[0xf9]+[0xa1][0xf9]+[0xd1][0xf9]k![0xd8][0x17][0x83][0x95]X[0xfd][0x95]p[0xfd][0x95]`[0xc9][0xe]S`H[0xf6]x)w[0xb4]X[0xb]i[0x8b][0x89][0xff][0x15]>[0xe8][0x12]M[0x8c]o&[0xfe]Q[0xc6]sK[0xa7]0LXh[0xd3][0xdb]s[0xbe]{[0xee]w[0xbe]s[0xee][0xbd][0xbf]~[0xfd][0xe][0xa0][0x8c][0x87]I([0xb8][0xa7]b[\r][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]*b[0xd8]S[0x90]S[0x9][0xbc][0xaf] [0xaf][0xa0][0xc0][0x90][0x8],[0xdb][0xcf]>f[0xd8]m[0xc][0xbc][0x9e][0xe1];'[0xcf][0xfa][0x86]%[0x9c][0xa1][0xf0]|[0xe3][0x5][0xf7]m[0xb3]yP[0xde][0xe5][0xc3]@x[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xda][0xae][0x1d][0xd4][0x18]r[0xf9][0xb][0xc4][0x17][0xda][0xc][0xf1][0xfa][0xa0]+[0x18][0xf4][0x86][0xed][0x8a][0xd7][0xa3][0xf7][0x1d][0xe1][0xbd][0xe5][0x1d][0x87][0x90]Lc`r[0xa7][0xcd]=[[0xfa][0x11][0x18][0x97]r[0x18][0xb4]#[0xd7][0x15]^[0xdd][0xe1][0xbe]/[0xc8][0xdd][[0x9c]+[0xfb][0x84][0xd4][0xa9][0xa6]e;[0xdd]6wFD[0xb5][0x9d]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xf9][0x7]n[0x8c][0x2][0xdb]1[0x9a]|X)[0x9c][0xf3][0x19]RC[0xee][0x9]7[0x88][0x16][0xe8]s[0xf3][[0xb3][0x12]?[0xe][0xcf]d[0xee][0xcf][0x86]V'[0xae][0xc3][0xdd][0x9e][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xdb][0xed]U[0xe6][0x91][0x1a][0x11]^j[0x5][0xdc]|G+"[0x9e]d[0xcb][0xee][0xb9]<[0x18]yd;[0xf9][0xa5]H[0xb]KJ[0xc9][0xe5][0xa7][0xf0]7[0x9d][0xbe]0[0x83]3[0xae]i[0x88][0xe1]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x12][0xba]sjQW[0xcc][0xaa]!$[0xe4][0x8f]]0c{TMUK/)[0xe5][0x19][0xd7][0x82][0x9c]i[0xa8]zq[0xba][0xd5]2K[0xff][0x12]:gT]5g%x[0x13]#k[0x12]|[0x99][0xd2]&E[0xec][0xcd][0xaa][0xba]X[0xae][0xee]n[0x8]c[0x95]CI[0x88]Xq[0xd6][0x14]C[0xb5]B[0xdb]F[0x9f][0xb9][0xa5]R[0xa6][0xe7][0xb2]%[0xa3][0x98][0xae]h[0xf][0xaf]n[0xa7][0xb7][0x84]V[0x16]F%}C[0xa9][0xa8][0x85][0xa5][0x9b][0x99][0xb9]M[0xa5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]"y[0xcb]US[0xc2][0xc5][0xc4][0xeb][0xb0]1[0x8a]wG[0x1c]p[0xdc][0x96]I[0x9a][0xda][0xe3]:zw[0x95]2[0xa3]6[0xa4]N[0xb3][0xd1]F[0xd4][0x83][0xf2]+[0xdc][0x89]7[0xaa][0x92][0x84]P[0xce]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0xb4][0xc2][0xd2][0xa1]>[0xa1][0xd8]EA[0xc9][0xc][0xb7]If[0xa4][0x1d]p[0xa7]!vK{[0x84]p[0xb2][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xb6][0xa3][0xa0][0x9][0xc5][0x90] [0x93][0xee][0xa2]8[0xa0][0xa2][0xf6]%F\[0xb8]9a[0x92][0xcc][0x85]f[[0x9b][0x14][0x18][0xb8][0x9f]T2[0xa5][0xf2][0xc1][0xca][0xc3]LI7[0xc5][0xbe][0xb9][0xc4][0x95]jT[0xb4]k[0xd5]Y[0xd2]6[0xad][0xc9][0xc9][0xe6][0xc9][0xd7][0xaf]N[0x85][0x83][0xd5][0xc3]D[0x12]MQ8?[0xc1][0xe5]1[0x95]x[0xa3]P[0x96]N[0xae]T5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b^[0xe5][0xfd]<[0xd1][0xd4]d[0x97]xQ[0x10]g0H=ylK[0x9e][0x1f]g[0xd7]O[0x83]x[0xb][0x3]t(]GL[0xd3]DQ[0xd1][0xe6][0x8c]buW[0xe8][0xe6][0xad][0xfd][0x82]([0x9b]jI[0xa7][0xd4][0xa8]%[0xe3][0x5]E[0xd7]Kf|C[0xc4][0xf5][0xaa][0xa6][0xb1][0xc6]e[0x19][0xf9] [0xd2][0xb8]O[0xc5]hH[0x8c]j^[0xbe][0xa3]T[0xb6][0xc8][0x16][0xc4]g[0xf8]<[0x88][0xf3][0xf8][0x82][0x97]<[0x90][0x10]nN5[0x88]q<[0x8][0xd2]Kk[0x90]Gt[0xf9][0x12][0x13][0x1c]fF[0xc2][0xd9]c[0xb3]j[0xd0][[0xd9][0xd8][0x16][0x5][0xea][0xd3]X}Y[0xa5][0xac][0xa6][0xdd][0xde][0xd4][0xc2][0xc7][0x1f]^[0xae]|[0xfc][0xb8]w[0x10][0xed]G[0xc2][0xdd][0xfc]vp>[0xad][0x15]>+[\r][0x9d][0xef][0xcc][0xb1][0xee]T[0x1b]{[0x1b][0xcf]v[0xc2][0xc3][0xed]$[0xdb]9v[0xd2][0xbe][0xd1]i[0xc1]Yz[0xef]G![0xe1][0x14]}<[0xbc][0xef]t[0x9b][0xbe][0x1f]<8[0x8d].[0x1a]S[0xe7][0xd0][0xf5][0x1d][0xb2]\[0x87][0x8f]F@[0xdf][0xe8]![0xa4][0xd1]#x[0xf2]4[0xf0][0xfe][0xe][0xdf][0xaf][0x96]{[0x9c][0xae][0xfc]M[0x2][0x8c][0x91]c[0x9a][0x84][0x81][0xa0][0xbd][0x0]C8Gw[0x89]v[0xf8][0x82]#[0xf6]'[0xbc][0xe4][0x5]L&_"t[0x84][0x8e]|[0xa4][0xf3][0x10][0xf2][0xdf][0xa3][0xbf][0xc1][0xf7][0x14]][0xcf][0xd1][0xbd]<[0xf6][0x12][0xfd]G[0xf0][0xe7][0xf][0x11]Xf[0xf3][0xd8]S[0x4][0xc7][0x92][0xa9]g[0x8]y[0xb1][0xce]!}V[0xc8]![0xa2][0x4][0xe6][0xe9][0xe9]6z[0xb0]@[0x19][0xdc]%[0xe6]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]%[0x90]e\[0xc3][0x8a][0x85]2j[0x87]sPx4[0x8c][0x8b][0x16][0xde]$[0x12]4[0xe2][0xdc][0x7]1B~^$[0x1d]t[0xdb][0x92]"[0xcb][0x18]Y[0xba][0xe1][0xe9][0xf9][0x17][0x83]2.[0xd1]T[0x1a][0xef]:[0x99][0xfc]HK[0xbd]t[0x8f][0xd7][0xd9][0x97]R/[0x10]I[0xbe]@O*[0xf9][0xc]=[0x1e][0xea][0xd1][0xa8][0x11]b,[0x89][0x9f][0x4][0x83][0xec]$[0xd2][0xc][0xd2][0xf0]3[0x89]A[0x6][0xb]Y[0xc6]"[0x1a]IFXD[0x80][0x1d][0xb7]F[0xcd][0xa8]E[0xab]{[0xe8][0xe9]![0x8][0x7][0xff][0xff]vp[0xfc]7T[0xe2]$[0xae]r[0xd8][0xb0]0[0xc6][0x16]E[0xa8][0xca][0xa7]R[0x15]Wy[0xe7][0x9d][0x17][0xd9]d[0x97][0xac][0xb2]O[0xa5][0xc0][0xe7][0xf5][0xf4][0xb4]F#[0x89][0xb2][0x17]z}[0xfb][0xf6]}[0xf7][0x9e]s[0xee]}o[0xf4][0xd5][0xad]?[0xfd][0x19][0xc0]N[0xbc][0x1f]G'[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe3][0x8]!_[0x8f][0x1f][0xc1]P0[0x13][0xc3][0xa9]8[0xa2]0[0xe5][0xfb]l[0xc]V[0x9c]O[0xbb][0x1]-r)[0xe0][0xb4]\[0x1c][0xe9]+J[0xcb][0x95]K)[0x86]3[0xd2][0xf3][0x8b][0x6][0x9c][0xc5][0x9c]\[0xce])x2[0x8e]_JO[0xb][0xce][0xcb][0xe5])[0xf9][0xfa][0xb4][0x8c]zJ.[0xae][0x82]g[0xe2]h[0x83])[0x97]ge[0xa9][0xe7][0xa4][0xf5][0xbc][0xb4]^[0x90][0xcb][0x8b][0xf2][0xf5][0xa5][0x18]^[0x8e][0xe1][0x95][0x18]^U[0xf0][0x9a][0x82][0xd7][0x5][0x9a][0x8a][0xba]ch[0xe6][0xb8][0xee][0x14][\r][0xdb]zt[0xf0]A[0x1]qH`U[0xbf]m[0x15]][0xcd]r[0xc7]5[0xb3][0xa4]G[0xbf]q[0xb3][0x13][0xff][0xf9][0xf7][0x89][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D,mV[0x17]H[0xc][0xcd]hg[0xb4][0x8c][0xa9]Y[0xf9][0xcc][0x98][0xeb][0x18]V~/79[0xfa]I[0xdd][0xd1][0xad][0x9c]>d[0x14]][0xe6].[0x7][0x95]\[0xc3][0xcc]H[0xf]C[0xea][0xc7][0x8c][0xbc][0xa5][0xb9]%[0x87]9[0xee][0xa9][0xf9][0xdc];d;[0xf9]L[0xd1]<[0xb9]k&[0x93][0xd5][0x9c]S[0xba][0xb3]w[0x1f][0xb7]DFF[0x7][0x86][0x5][0xa2][0xfd]C#c[0x3][0x2][0xe1][0xb1][0x81]Q[0x81][0xba]^[0xc3]2[0xdc]}[0x2]-[0x9d]K[0x91]t[0x8d]sW[0xbf]=[0xc5][0x1a][0xab][0x87][0xc]K[0x1f].[0xcd]N[0xea][0xce][0x11]m[0xd2][0xf4][0x90][0xdb]9[0xf2][0xd5][0xc8][0x9a][0xef][0xbe]3[0xe2]N[0x1b]E[0x81][0xcd]U[0x8][0xa6]u[0xb3]@Q2[0x7][0xb4][0xa2][0x91][0xf3][0xe1][0x90][0xe2][0x98][0xab][0xe5]Ne[0xb5][0x82][0xb7][0xd1][0x13][0xf1][\r][0x1]%[0xaf][0xbb][0xc3][0x9e].[0xcd][0x9d]][0xcb])[0x13][0xd6][0xa6][0xa6]<[0xac]K[0x18]J[0xac][0xf5][0x81]n[0x1e][0xbc][0xda][0x10]V[0x9d][0xd6][0x8a][0x87]+1[0xc4][0x19][0xee][0xec]:&[0xd0]@o[0xff][0xb4]aN[0xd1]-[0x10]3\[0xdd][0xd1]\[0xdb][0x11]h[0xad][0x80][0xf0][0xa4][0x1d][0xf4][0xfd][0xcc][0x93]Z[0xf6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xd7]9[0xfa][0xac]}F_[0x1]6[0xeb][0xaf][0x9]`[0x1f][0xb1][0xf][0xfb][0xb1][0xb1][0x9c]m[0xb9][0x9a]aI[0x90][0xfc][0xcc][0xb6][0xd9][0xee][0xb4][0xee]([0xf8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]b[0x9e]:[0xfd]tI3[0x8b]5[0x1]#[0x93]3z[0xce][0xf5][0x2][0xc2][0xf6][0xe4][0xcc][0xe2][0x91][0xf3]?[0xb2][0x1e]5[0x98].[0xb7][0x9a][0xa2][0xc][0xd2][0xe1][0xda][0xe5][0xd4][0x2]![0x83]3[0xd8][0xbc][0xbc][0x12][0xa1][0xe2][0xa4][0xc0][0xfa]%x[0xe][0x94]([0xa7]'y[0xeb][0xe2]1[0x99]+TF[0xa5][0xf3][0xbb]*[0xc8][0x3]I8[0xbd]9[0xd3][0x9f]T[0xe2]c[0xaf][0xe3]cv[0xc9][0xc9][0xe9][0xf][0x19]2WS[0xd5]p[0xf5][0xc8][0xb4]*~[0xc][0xe]J[0xd7]B[0x9][0xea][0x99]+9T[0xd9][0xcd][0xf4][0xdb][0x85][0xb9][0x11][0xeb][0xa8][0xc3]F[0xf7]9[0x8e]6'[0xcf][0x8c][0x8a]m[0xd8].[0xd0][0xb1]@d[0xd0]4[0xf5][0xbc]f[0xf6]9[0xf9][0xd2],w[\r][0x9c][0xcd][0xe9][0x5][0x97]G[[0xa0][0xad]/9[0xeb][0x95]J[0xca]3[0x9c][0xcc]i[0x96]e[0xbb][0xc9]I=i[0x95]LSV[0xfe][0x89][0x8a][0x1e]d[0x4]v[0xf7]y[0xae][0xe4][0x19]y[0xf6][0xab][0xe2]8[0xc4][0xfa]T[0xd2][0xb5][0x93]Z[0xb2][0x8c]9[0xa9][0x15][0x93][0xc1][0x10][0xf4][0xa8][0x18][0xc5][0xb0][0x82][0xb]*[0xfa]1[0xae][0xe2]M[0x1c]Sq[0x10][0xf][0xab]8[0x84][0x9f][0xaa][0xc8][0x82][0xec][0x9b]G[0xe4]4,)[0xfd]([0xc6]9!*~-[0xa3][0xdf][0xc2][0xdb]T[0xa6]VP[0x9e]3[0x99][0xff][0x88][0x8a]>[0x1c]P1[0x1][0xce][0xc5][0xda][0x15][0xda][0xa7][0xe2][0x1d][0xbc][0xab]b[0x17]2[0xd2]zO[0xc5]ni[0xdd]+[0x97][0xe3]8[0xc0][0xe6][0x1f]OrI>[0xc6]e+[0xad][0xf6];[0x1e]zb[0xa9][0x9d][0xbb]E[0xae][0xca][0xb4]%[0x96][0x8e][0x85]@[0xe3][0xe2][0x1b][0x8e][0x17]M[0xd1]8[0xc7][0xc6]+[0x1c][0xdb]a[0xfd][0xac]tX[0xde]c[0xf1][0xbd][0x11][0x8c]w[0x9d]V([0xe8][0x16]'[0xa2][0xad][0xb3][0xe9][0xc5][0xb2]0[0xad][0xdd][0xcb][0x1d][0xad][0x15][0xe3][0xb1][0x85][0xbf][0x7][0x9d][0xe0][0x81]C[0x1d]6[0xa0][0xb])[0xda]i[0xfe][0x82][0x85][0xb0][0x15][0x9]9[0x3][0x9e][0xcd][0xc9][0xa2][0x87]g[0xef]D\[0xea]I;.[0x85][0xf4][0x9e][0xbb][0xbd][0xe7]*[0xfe]qt[0x18]y[0x1f][0xad]g[0x10]f4pw[0xea]:D[0xea]&B[0x13][0xd7][0x11][0xfe][0x2][0x91][0xf4][0x97]Xu[0x13][0xd1][0x89]D[0xdd]u(I[0xa5][0xbf]@[0xec]*[0xc3][0xc2][0xd8][0xc3]u[0x3]a[0x0][0xdd][0x88][0x10][0xc4]j[0x96][0xbf][0x8b][0x89][0xdb]Y[0xbc][0x83][0xc5][0xf7][0xf2]Kk9%zq?[0xe0]Y[0x12][0xa2][0xc0]>[0xda][0xab]!n38[0xa4]`[0xbf][0x82][0x7][0xe8][0x10]r@|42H[0xf0][0x19]M}[0x8e][0xd8][0xa7][0x1e][0x11]Y[0xaf][0xce]s[0xde][0xeb][0xe5]V[0xcb][0x1]~n[0xc1][0xd1]}[0xd0][0xdf][0xfc][0xaa]O[0xa5]'[0xc0]^_[0xc6]>[0x8f][0xf8]ED[0xae][0xa6]S7[0xd0][0x10][0x82]4[0x99]>[0x92][0xbe][0x1]5[0x84][0xa3][0xb][0xac]:[0x10][0xe3]z[0x1f]Y[0xed]A#[0xb1][0xb6]b?[0xd6][0x12][0xdc][0x16][0xd6][0xe8][0xc0][0x0][0xf9][0x1e][0xac]b[0xd7][0x13][0xb0][0xeb][0xe1][0xb7][0x87]|vQ[0x84][0x1b]cq[0xbe][0xf0][0x1c][0xf9][0xb0][0xe][0xfa][0x9c][0x12][0xb2][0xe8][\r][0xac][0x12][0xf8][0x8]J[0xe4]2"[0xe1]+A[0xe9]2[0xc1]CU[0x4][0x13]~[0xfa]r[0xd2]P[0xd3][0x3]2[0xc9]`[0x90]tA[0xa8]y4^[0xa9][0x11]jxY[0xa1]x[0xa8][0x19]%7[0xef][0xf2]7[0xc7][0xcb][0x88]V[0xb][0xd4]J}[0xb8]*C[0xdc][0xcf]P[0x9e][0xab]![0xfa][0xb2][0xac]P[0x86][0xb1][0x9f][0x1e])F[0x83]/hS[0x8][0xb5]`[0xc6][0xab]4k[0x8]4k[0xc0][0x88][0xa7][0x99][0x90]W[0x90][0x9f][0xec][0xef][0x14]#[0xc2]g6[0xe8][0xdf][0x9a]J[0xff][0x12][0x17][0x11][0x8d]\[0x91]\/"[0x13][0xa0][0xce]n[0xbd][0x81][0xbb][0x4][0x1b][0xda]F[0xa3]Y[0xe0][0xaf]h[0x19][0xee]N[0xfb]Mf[0xfc][0xe5][0xdb][0xff][0xaa][0xd2]8E&[0xc0]1[0x96]8[0xce][0xf6]>NH?[0xc7]:Lb3r[0x84]5E8:[0xe5][0xcd]S%[0xc3][0x83][0x9c][0xe4][0xbe]^j[0xf0][0x8][0xbf][0x84]%[0xac][0x0]|[0x96][0xfa]T[0x1a][0xde][0x88]hc[0xfd][0xff][0xd1][0xa4]`l[0xd3][0xff]HR[0x12]:[0xe2][0x13][0xfa][0x87]Oh[0xb4][0x86][0x10]g[0x9b][0x9c]Z[0xbf][0x17][0xa7][0xb5]w[0xe0]T`[0x95][0xd3]D[0xe2]b=J[0xd8][0xc8][0xff]>;0[0xc7][0xde][0x9c][0xe3][0xc0][0xe7])[0xf1][0xd3][0x1][0xa7][0xfd]U[0x9c]F[0x3]N[0xa3]UGTrR[0x17]q[0xe2]}[0xef]s[0xba][0xc0]w[0xb9][0xb3]+[0x95][0xfe][0xa3][0xc4]Cj[0xd1][0xf0][0x95][0xf4][0xdf][0xd0]r[0xc9]3[0x88]7+[0x9][0x12][0xfd]:[0x1][0xb2]\[0x0][>_/s$_[0x81][0xc2][0xd3][0xda][0x80][0xd7]x[0x19][0xbd][0x8e]f[0xbc][0xc1]f\ [0xf0]7[0x3][0x90],[0x10]@[0xeb][0xc2]Q[0xfc][0x8c][0xe5]7[0x12][0x98][0x14]>T9iJ4F7Y|l;[0xfc][0xb9][0x8e]I[0x0][0xf3]X_;[0x8a][0xef]TMu,8[0x17][0xc7]+[0xb7][0x8f][0x8][0xfb][0xfd]2dS.1[0xcd]<6|[0xca]e[0xe3][0xd0]M[0xb4]M[0xc8][0xb7][0xeb]h[0x1f][0xee]nJ[0xce]c[0xd3]g[0xd8]<[0x8f][0xe4][0xd1][0xb4][0xdf][0xad][0xad][0xe9]J[0xb7][0xb2][0xdd][0x15][0xea][0xc1][0xd7][0xdb][0xff][0xec][0xfe][0xc][[0xa4][0xe3][0xf2][0xed][0xaf]ivH[0xb3]{[0x1e]w[0xcb]c[0x17][0xf1][0x0][0xee] ,[0xe0][0x3][0xea][0xf2]![0xad]KX[0x83][0xdf][0xf0][0x92][0xfc]-[0x1b][0xfc][0x11][0xaf][0xf2][0xdf][0x11][0xea][0xef]9[0x9c]`[0xe3]>[0xc6][0x9]|[0xc2]q[0xbd][0xec][0x91]Iq[0xff][0xfd][0x1c][0xe1][0x1]O[0x17]B[0xf7]i[0xad][0xa1]b'[0xf0][0x18][0x89][0xb5][0xf3][0xc8]>[0xce]Q[0xf][0xe3][0x9][0x9f]|[0xf9][0x9b][0x16]4;[0xac][0xde]B;{[0xcd][0xe2][0x93][0xdb])L[0x8e][0xd9][0xcb][0x82]n[0xf3][0xa4][0x2][0x9a][0x12][0xf7]\[0xc3][0xe6][0xc4][0xf][0xae][0xa1]#[0xf1][0xc3]k[0xd8]r[0xd5][0x13]nOy7[0xd7][0xe7][0xd8][0x8d][0xe7]9[0x8a]/[0xd0][0xab]{[0xa2][0x9f][0xfc][0x16]PK[0x7][0x8][0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/BasicMarkerFactory.class[0x8d]TYO[0x13]Q[0x14][0xfe][0xee][0xb4]tl[0x19][0xb0][0xd4][0x15][0xd7][0xa2][0x88],[0x85]qAE[0xd9][0xca][0xaa]([0xd5][0xc4]*[0x9][0xc6][0x7]o[0x87]K[0x19][0x9c][0xce]4[0xd3][0xa9][0xd1]_[0xe4][0x8b][0xf][0x9a]h[0x88][0x92][0xa8]O[0x98][0xf8][0x9b][0x8c][0xf1][0xdc][0x99][0xe9][0x80]-Q[0x1e][0xe6][0xae][0xe7][[0xce]='[0xf3][0xf3][0xf7][0x97][0xaf][0x0][0xae]c![0x85]4r*[0x86]SP[0x90]K[0xe2]0FT[0xe8][0x87]p%[0x85]6\m[0xc7]5\W1[0xaa][0xe2]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]`S[0xe][0xb7][0xe4]0[0xa6][0xe2][0xb6][0x8a];*[0xc6][0x19][0x92][0x15][0xee][0xbe][0x14]n[0x81]W[0x19]z[0x97]7[0xf9]+[0xae][0xd7]=[0xd3][0xd2][\r][0xc7]6[0xea][0xae]+lO[0x9f][0x8b][0x96][0x14]%!E[0xb3]ls[0xaf][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xfb][0x7][0x80]L[0x4]1[0x16][0xb7][0xcb]z[0xd1]sM[0xbb]<[0xbe][0xec][0xb8]e[0xbd]f[0xad][0x8f]n[0xea][0x5]_|[0x8a][0x88][0x13][0x13][0xa6]mzS[0xc][0xb1][0xfe][0x81][0x15][0x86][0xf8][0x9c][0xb3]F[0x12][0x87][0x97]M[<[0xac]WJ[0xc2]}[0xc2]K[0x16][0x9d]d[0x96][0x1d][0x83][+[0xdc]5[0xe5]><[0x8c]{[0x1b]f[0x8d][0xa1]o[0xf][0xf5][0x86][0xb0][0xaa][0xc2][0xad][0xe9][0xb3][0xbc]f[0x1a][0x81][0xce]"7<[0xc7]}#[0xb3]([0xb]/8#P[0xab][0xc5][0x81]V[0x8f][0x4]r[0xac][0xb5][0x6]([0xb3]_@[0xdc][0xe6][0x15][0xdf]a[0xb][0x1f][0xa5]W[0x9][0x91][0x1d]E[0x8f][0x1b]/[0xe9]e|[0xeb]T&[0xba][0x13][0xaf][0xcd][0x9a]G[0xfe][0x8f][0xed]g[0xe5][0x19][0x83][0xb6]&[0x8][0xb4][0xd1][0x10][0xef]"[0xf7][0xf3][0xfe][0x89][0x88][0xc][0xa5][0x8a]N[0xdd]5[0xc4][0xa2])[0x9f][0xe3]Dk[0xd2]#[0x92]X[0xc3]q[0x9c][0xa0][0x8c][0xff]S[0xb6]{[0xbc]FZU[\r][0x19][0x1c]a[0xb8][0xb0]ki[0xc9][0xb2]D[0x99][3n[0xb9]^[0xa1][0xb8][0x85][0xd7][0x86][0xa8]z[0xa6]c3[0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb2][0xf2][0x5][0xb2][0x6][0xb7]m[0xc7][0xcb][0x96]D[0xd6][0xae][[0x96][0x14][0x9d]P1[0xa9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xc][0xe9][0xe6][0x87]c8[0xfb][0xcf][0xaa]i[0xc8]cF[0xc3],[0xe6]4[0xcc]K[0x86][0xde][0x83][0x14][0x99][0x84]v}?*m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]c8[0xb9][0x8b]\j[0x8a][0xde][0xf7][0xe9]W[0x1a][0xd9][0xff][0xb3][0xc5][0xa9]e[0xa9] M[0x8d][0x14]HR#[0xb5][0x1c]1[0xb4]W[0xeb][0xde][0xd2][0xfa]L[0xa9]Fx[0x86][0xb1]}`[0x7]%"K[0x1e]7[0xed][0xda][0x3][0xd1][0x9c]B[0x3]F[0xdd][0x93]pE[0xc5]y%[0xd0]C[0xff][0x89]4[0xa8]}[0xe8][0xcb][0xc8][0xda][0xd2]|[0x94][0xfe]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xd1]o[0x83][0xc9][0xde][0xa0][0xf1]$[0x9d][0xcc]"F+ =[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]6[0xb8][\r]eu[0xb][0xb1]O[0x88][0xf0][0xa3][0xbb]i[0xec][0xa4][0x8]`[0x14]q[0xe4][0x88][0xf5][0x6]N[0xd1]N[0xb]08[0x8d]34SYq.[0xe4]#4E[0x2][0xf9][0xa1][0x1f][0xe8][0xd8]F[0xdb]j&[0xb1][0x5][0xf5][0xdb][0xe0]G[0xc4][0x87]>[0xe3][0x90][0x82][0xef]H[0x16]r?[0xd0][0xb3][0x8d][0xd4][0xea][0xd0][0x16][0xda][0xb][0xfe]U[0xee]3[0xb4][0x98][0xbc]{8[0xbc][0x83][0xb6][0xe1]B[0xee]=q[0xc4]|[0xfd]>$i[0x9c]&[0xd6][0x8f][0xe3]`[0xe0][0xb7]F[0xe7][0xa1][0xb7][0xc7][0x90][0xef]{[0xc3]![0xf7]=[0x86][0xb2][0xdb][0xe3][0x9f][0xb8][0x13][0xf2][0x81][0xef][0x9c][0xc4][0x82]0[0xf4][0xba][0x18]wE[0xf4][0x99][0xb7]C[0x2]T[0xae][0x1]ZWm[0xc2][0x14][0xb8][0xf0][0xf][0x84][0xe0]_[0x18]V>\[0xc3][0x1c][0xb7]{^'&[0x80][0xbe][0x1f][0xc][0x82][0xf8][0x15])[0xd4][0xff][0xf5][0xb0]Ni[0xe2]7[0xd1][0x19][0x19],[0xba][0xc1][0xc0];[0x1a][0xf5][0xdb][0x9e]hM,[0xcb]n[0xd4][0xe1][0xe1])[0x17][0x81]<'M-[0xee][0x6]C[0x86][0x97])b)[0xf6][0xa9]CK[0xd3][0x92][0xef][0xc5]o[0xaf][0x96]7[0xeb]V[0xda][0xfa][0xb][0x84]9[0x98]nW[0xa9][[0xa9][0xfb][0x19][0x84]j[0xcd][0xee]i[0xf5][0x86][0xd6][0x8d][0x9b][0xda][0xef][0x84][0xc9]Ud[0xeb]j[0x86][0x93]h$:[0xde]a y[0xe6][0xdc][0xd7][0xd9][0x91]"[0x6][0xca]X[0x93]a[0xdd][0x80][0x81][[0x6]nc[0xd1][0xc0][0x12][0x96][0x19]j[0xff][0xfd][0xbe][0x92][0xb7]b[0xa0][0x84][0x5][0x86][0xa5][0xf9][0xc1]Q[0xa3]?[0xa6]H[0x97]F[0x91] Te[0xa4][0x85][0xca][0xe4][0xa2]2[0x19]Q[0xd6][0xc1][0xa4][0x12]E[0x93]N[0xaf][0x89][0x91][0xa1]\[0xb0][0x1b][0x8c]][0x82]](d[0x85]bI[0xf5]-[0xe4]a[0xa3]JUu[0x82][0xc3][0xaa]R[0x97][0x95][0xd4]gJm-Q[0xb][0x9][0xa3]Q6[0xed]Kd[0xec][0xc6][0x18]Y{{[0xc][0xcd]n[0x8e][0x91][0x9b])W[0x91][0xa3][0xd8]$[0xe4]6M[0xbb]C[0xf3]94[0xcf]3[0xe5]bO[0xf8]S[0x17]3q[0x91][0x95][0x9c]?[0xa3]*[0xb9]Q[0x96][0xba]wp7qv[0xd4]$@[0xce][0xfe][0x8e][0xec][0xd7][0xa9][0x95][0xae][0x9a][0xbb]J[0xda][0x98][0x0][0x12]i[0x86]{[0xb8][0x9f]B[0xce][0xcd][0x93]_[0xa4][0x92][0x1f][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x9b]'[0xef][0xa5][0x90][0xb]x[0x84][0xf5][0x84][0xbc]Ek[0xc8][0xc7][0xf8][0x9][0xfd]=[0xdd][0xfe][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xca]`[0xa6][0xb1]A[0xb1][0xa6]t7[0xfe][0x2]PK[0x7][0x8][0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/MarkerIgnoringBase.class[0xa5][0x97]mS[0x13]W[0x14][0xc7][0xcf][0x85][0x84][0x90]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0xd1]j[0x9f][0xa0][0xb5][0x10][0x2][0x18]+[0xb4][0x16][0x83][0xa2]<(Hd[0x89][0x9b][0x5][0x85]Z\[0x92]%,$[0xbb]tw#[0xb6]>[0x8b][0xad][0xb6][0xb4][0xd5]>[0xcc][0xb4]3v[0xa6][0x9d][0xe9][0xdb][0xbe][0xa8]o[0xe2]L;[0xd3][0xf][0xd0][0xf][0xd5][0xe9]9[0x9b]L[0xc0][0xcb]n[0x89][0xcb][0x8b][0xfc][0xef][0xc3][0xb9][0xe7][0xfc][0xef][0xdd][0xfd]m[0xb2][0xf9][0xe7][0xdf]?[0xff][0x6][0x80][0x1e][0xf8].[0x4][0x9d]0[0x1b][0x82](|Hr[0x99][0xe4]#[0x92]9[0x92]+$2[0xc9]&1HL[0x12][0x8b][0xa4]@r[0x95]d[0x95][0xe4][0x1a][0xc9]'[0x1][0xf8]4[0x4]-[0xb4][0xbb][0xeb]p#[0x4]7[0xe1][0x16][\r]o[0xd7][0xc3][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xaa][0x87][0xbb]4[0xbe]G'[0xb8][0x15][0x80][0xb5][0x0][0xdc][0xf][0xc0]g[0xc][0x1a]M[0xc5]P[0xe5][0xdc][0x94]b[0x98][0xaa][0xae]Ic[0xc3][0xc][0xd8]9[0x6][0xbb][0x86]t[0xcd][0xb4]d[0xcd][0x9a][0x92]s[0x5][0xc5]s[0xed][0xa9]4q[0xb9][0xfd][0x9][0x83][0xba]~US[0xad][0x93][0xc]j#[0x1d]S[0xc]|CzFa[0xd0][0x90]P5e[0xa2][0x90][0x9f]W[0x8c][0x94]<[0x9f][0xc3][0x99][0xa6][0x84][0x9e][0xc6][0xb2]2[0x16][0xc7]qy[0xd2]g-[0xaa]&[0x83][0xb6][0x84]ndcfn[0xa1]w)[0xb6][0xa8][0xe4]V[0xd0];v^6[0x96][0x15]c,[0xab][0xe9][0x86][0xaa]e[0x7]eS[0x89]3[0xd8][0xad][0x9a])CN+#[0x1a][0xe5]g[0x18]4G6[0xa5][0x96]R[0xe2][0x1d]3[0xb8][0xab][0xbc][0xdd][0xb7]m[0xf9]8[0x3][0xbf]EE[0x18][0xb4];d'[0x96][0xe4][0xab]r,'k[0xd9][0x98]h[0x91]u[0x9c][0x8e]U[0x9b]7[0xb3]TlK[0x90]A_UE6[0xcd][0x8][0xf3]KJ[0xda][0xb2][0xcb][0xd6]-[0xe8]F^[0xb6][0xb0][0xbe]lp[0xf5][0xcb][0xab][0x18][0x8c]{[0xac][0xef][0xec][0xe8]C[0xa3]wK[0xcd]Q[0x6][0xc7][0xab][0xaa]=[0xeb]\*[0x88]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "yE[0xb3][0xf0][0xe][0xee]qX[0xc3][0xa0][0xff]E[0xb7][0x9e]Z4[0xf4]U[0xba][0xb5][0xb6][0x1][0xc3][0xb][0xd3][0xec][0x18][0xb5]I[0x18]V[0xe6][0xb][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9][0xfe][0xc][\r][0x11]T[0xd5][0x1c][0xd3][0x16][0xf4][0xca][0xbc]O[0xc5][0x91]==-[0x1b][0xda][0xc6][0xf4]*[0x8e][0xec]2#[0x86][0xa1][0x1b][0x1b]e[0x14][0x1a]2[0xa8][0xb7][0xf4][0xd2][0xf6][0x18][0xec][0x8d]t8[0xdd][0xf7]@V[0xb1]&[0xe4][0xb8][0x8b]f[0xa3][0x8e][0xa7][0xa9][0xe3][0xad][0xe2]x[0x9a][0xfe][0x17]8[0xcd][0x18][0x9c]+[0x9f]f[0xdc][0xd1] [0xc0][0x1b][0xc][0xa0][0xc1][0xa9]m[\r][0x6]*[0x6][0x9]8o[0x1b]L8[0xc2]R[0xcf][0xc3]2[0xb4][\r],[0x82]3,A~[0x9b]g1g[0xb4]jX[0x4][0x17]XB|[0xd9]qLJx[0x80]Ep[0x85][0xe5]%[0xde]B@X&w[0x4][0x8b][0xe0][0x2]K[0x98][0xb7][0x12][0xf1]4)[0xf][0xb0][0x8].[0xb0][0xec][0xe2][\r][0xa6][0xd1][0xe0][0xa2][0x7]X&[0x1d]a[0xd9][0xcd][0xc3]2[0xbb][\r],IgX[0x1a][0xf8]m[0xce]a[0xce][0x95][0xaa]aI[0xba][0xc0][0xd2][0xc8][0x97]McR[0xc6][0x3],IWX^[0xe6]-[0xb2][0x8][0xcb][0xe2][0x8e]`I[0xba][0xc0][0xd2][0xc4][-[0xe3]ir[0x1e]`I[0xba][0xc0][0xb2][0x87]7[0xd0][0xd1]`[0xc5][0x3],[0x17][0x1c]a[0xd9][0xcb][0xc3]bn[0x3][0x8b][0xe8][0xc]K3[0xbf][0xcd]U[0xcc][0xb9]V5,[0xa2][0xb],[0xfb][0xf8][0xb2][0xd7]1[0xe9][0x86][0x7]XDWX[0xf6][0xf3][0x16][0xb7][0x11][0x96];;[0x82]Et[0x81][0xe5][0x15][0xde]j[\r]Os[0xdf][0x3],[0xa2][0xb],[0x7]x[0x83][0x7]h[0xf0][0xd0][0x3],)GX[0xe][0xf2][0xb0][0xac]o[0x3][0x8b][0xe4][0xc][0xcb][0xab][0xfc]6[0x1f]a[0xce][0xe3][0xaa]a[0x91]\`y[0x8d]/[0xfb]=&[0xfd][0xe0][0x1][0x16][0xc9][0x15][0x96][0xd7]y[0x8b][0x1f][0x11][0x96][0x9f]v[0x4][0x8b][0xe4][0x2][0xcb][0x1b][0xbc][0xd5][0x13]<[0xcd][0xcf][0x1e]`[0x91]\`y[0x93]7[0xf8][0x5][\r]~[0xf5][0x0][0xb][0xfe][0xf5])[0x1b]L[0xda][0xf7][0x7]_[0x84][0xff][0x82][0x96]K[0xcf][0xa0][0x15][0x99]y[0xab][0x8]o[0x17][0xe1]P[0xd3];(8l[0xa3]~;J[0x11]"p4[0xfd][0xb6][0xe9][0xf5][0xb9][0xad][0xe4][0xdd]x[0x9a][0xfe]j9[0xbc]{w[0xf0][0xc9][0xce][0xef][0xde][0x97][0xec]U3[0xff][0x1]PK[0x7][0x8])[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/slf4j/helpers/MessageFormatter.class[0xa5][0x98][0x9]|[0x14][0xd5][0x1d][0xc7]ow[0xb3][0x93]l[0x86]$[0x4][0xc2][0x99][0xc0][0x82][0x1c][0xc9]n[0xe]n9[0xa3]!![0x12][0xc]G[0x9]B[0x1]9&[0xd9]!Y[0xdc][0xec][0xc6][0xdd][0x9][0x87][0xd4][0x8a][0x8a]Z/[0xea][0x89][0x82][0xa8][0x88]G[0xac][0xa0][0x5][0xab]I[0x14]Ei-[0xb4][0xd6]Z[0x15]m=[0xab][0xf5]h=[0xda]jk[0xbd](Jov[0x12]r,[0xc9][0xc6][0xe6][0xb3][0x9f]73[0xff]y[0xef][0xff][0xbe][0xff][0xe3][0xfd][0xdf][0x9b]<[0xfb][0xdd][0xe3][0x7][0x1][0x8c][0x17]i.[0xd8][0xb0]G[0xc1]^[0x17][0xd2][0xf1][0xa0][0x82][0x87][0xe4][0xf5][0xe7][0xb2][0xd9]'[0x9b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]N[0xc4]/\H[0xc4]#.<[0x8a]F[0x5]M.[0xa8]h[0x96][0xcd]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]s[0xe1]q[0x1c]p![0x15]O(x2[0x11][0x7][0xe5][0xf3]S[0xf2][0xf9]i[0xd9][0x1c][0x92]:~)[0x9b]_[0xc9][0xc7]g[0x14][0xfc][0xda][0x85]A[0xd8]#%[0x87]e[0xd7]#[0x89][0xf8][0x8d]|[0xf3][[0x89][0xf1][0xac][0xb][0xbf][0xc3]s[0xf2][0xdd][0xef][0x15][0xdc]([0xaf][0xcf]+[0xd8]&[0xaf]P[0xb0]]^_P[0xb0]S^_Tp[0xa7][0xbc][0xbe][0xa4]`[0xb7][0xbc][0x1e]Up[0xaf][0xbc][0xbe][0xac][0xe0]~y}EA[0xa5][0xbc][0xfe]Q[0xaa]=$'[0xd8][0x93][0x88]?I[0xf5][0xaf]&[0xe2]5[0x17]^[0xc7][0x1b][0x89]x3[0x19]o[0xe1][0xcf][0xb2]y;[0x11][0xef][0xc8][0xeb]_[0x12][0xf1][0xae][0xec][0xfc][0x9e]l[0xde][0x97][0xcd][0x7][0xb2][0xf9][0xab]l[0xfe]&[0x90]\2[0xab][0xbc]l[0xee][0xaa][0x8a]EE[0xb][0x17][0x9][0x88]b[0x81]^[0xc5][0xa1]`[0xc4][0xd0][0x82][0xc6]b-P[0xaf][0xdb][0xe9][0xd1]M[0x2][0xae][0x96]n[0xf3][0x17]H[0xc9][0x85][0x2]I-[0x92][0x85][0x2][0xe9][0xe5]k[0xb5]uZA@[0xb]V[0x17]T[0x18]a[0xb0]z[0x1a]5[0xcf][0xaa](.Z0kU[0xf1][0xec][0xa2][0x85]r[0xcc][0xb9][0x2][0xce][0xe9][0xfe][0xa0][0xdf]([0x14][0xb0]g[0xe7],[0x16]p[0x14][0x87]|[0xba]@j[0xb9]?[0xa8][0xcf][0xab][0xaf][0xad][0xd4][0xc3][0x8b][0xb4][0xca][0x80].[0xf5][0x85][0xaa][0xb4][0xc0]b-[0xec][0x97][0xcf][0x96][0xd0]a[0xd4][0xf8]#[0x2]#[0xca]C[0xe1][0xea][0x82]H`[0xcd][0x84][0xb5][0x5]5z[0xa0]N[0xf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xea][0x91][0x88]V[0xad][0x97][0x86][0xc2][0xb5][0x9a]a[0xe8]a[0xce][0xee]\c>[0x8][0x94]ew[0x86]k#[0x99]_[0xb9]V[0xaf]2[0xa6][0xe5][0xc4][0xd0]j[0xa9][0xe3][0x80]E[0xf5]u[0x1][0x9d]JSj[0xa3][0x13]-0g[0x9][0xd2][0xe]-\[0xdd][0xde]|K[0x9f][0xc0][0xf2][0xb8][0xe6][0xfd][0xbe]$[0xe]N<6z[0x19]'[0x90]Q[0xad][0x1b][0x8b]j[0xc2][0xa1][0xf5][0xd2]S[0xc5]Z[0xd0][0xe7][0xf7]i[0x6]][0xe6][0xc9]^[0x1e]k[0x82][0x93][0xa2][0xd6]AT[0x99]H]E[0xe1][0xb0][0xb6]Q[0xa0]O[0x8c]a[0x8c]x@[0x8b][0x18][0xb3][0x82]F[0x98]=zU[0x18]Z[0xd5]ys[0xb5]:38\j[0x8c][0xb7]&[0x7][0x97]Zn[0x9f][0x13][0xc3][0xfc][0x98]0[0xf1]X[0x9b]n[0xc4]0.[0xe3][0x14]vH[0x9f]D[0xb8][0xe8]I[0xc4]ikku_q[0xa8][0x8e][0xc8][0xd9]1[0x9d][0x11][0xd3]R[0x97][0x1c][0xa8][0xd7][0xfa][0xca]u[0xc6]X[0x94][0x9]([0x96]&[0x81]U[0xf1][0xd9][0x15][0x93]->c[0xc5]Z[0xba][0xba][0xd5]`>[0xfb]iS[0xa4][0xb2]~[0x8d][0xc0][0xc0]Ns[0xcf][0xac][0xf7][0x7]|f[0xc2][0x8b]r[0x5][0x1f][0xb2]x[0xd1][[0xfe][0xc8][0xac]H[0x95]V[0xa7][0xfb]J[0xf4][0x0][0xed]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x8b][0xc1]][0x96][0xb3][0x8c][0xb1][0xf6][0xb5]tbH[0xc3]FY[0xd0][0xa7]o[0xe0][0x9a][0xac][0xb][0x19]z[0xd0][0xf0]k[0x81][0xa8]*J[0xfc][0x91][0x92]P=[0x89],[0xdd][0xc][0x80]O[0xd7][0xeb][0x2][0x1b][0x8b][0xea][0xea][0xf4][0xa0]o[0x81][0x16][0xd6][0xac][0xa9]ft[0x9e][0xaa][0x5][0xf3]T[0x8e][0xaa]7[0xfc][0x81][0x2]f[0xd3]4Y[0x16]D[0x88][0xe][0x8f][0xe8]z[0x90][0x2]Y[0x1d][0xda][0xf7][0xa0])[0xed][0xab][0xc3][0xc6][0xba][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa9]}[0xd7][0xe9]][0xc7][0xc5][0x92][0x14][0xca][0xcc][0xae][0xf0]W[0x7]5[0xa3]>L%[0xbe][0xef]O[0x1f][0xef][0x84][0xd2][0xc8][0xb4][0x88][0xb6]F[0x8f]J[0xa2][0xe][0x14][0xc8][0xef][0xc9][0xcc]RGR[0xa8]([0x12][0xed]G[0xa7]q[0xcd][0xf5][0xe]E[0xf5][0xc9]u[0xd8][0xa2][0xb4][0xf0][0xd4]JOI[0xdb].[0x1a][0xf6][0x80][0xb9][0x8]4[0x1][0xfd][0xff]P[0xd5][0x13][0xd7][0xa4]W[0x86]B[0x1]][0xb][0xb6][0xb3]cH[0x17][0x93]/[0x93][0xa3]l[0xcb][0x99][0xcc][0xa9][0x95][0x1b][\r]=[0xee]q3[0xa3][0xe3]fr\U[0x8d][0x16][0x8e]{\qt\[0xb1][0x8c]bM(l[0xc4]=[0xb0]":[0xb0][0x82];[0x89]?[0x18][0xff][0xb0][0xb2][0xe8]0[0xd6][0xa1][0xd4]@(X[0x1d][0xf7][0xb8]9[0xd1]qs[0xc8][0xb9]&[0x10][0xd2][0xe2][0x9f][0xb0]4:[0xb0][0x94])[0xe5]3[0xd7]|[0xdc]#K[0xa2]#KXC+B[0xf5][0xe1]*[0xbd][0xd4]/WfF[0xc7][0x1d]:_jP[0xb1][0x0]? \[0xc7]1j[0xa8][0x8a]UX[0xad]"[0x80]Z[0xd9][0xe9]|[0x81][0xa1]';[0x95][0x5][0x2]z[0xb5][0x16]`[0x19]3[0xf4]Y[0x1b][0xaa][0xf4]:[0xc3][0x1f]b[0xea][0xe6][0x4]C[0xc1][0xbc][0x88][0x1e][0x8c][0xf8]Y5[0xdc]zm[0x9d][0xb1][0xd1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x83][0xf5][0x81][0x80][0x9b][E}-[0xeb][0x9c][0xdb][0xdc][0xbb]$[0xcf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">V[0xf1][0x9][0xfe].0[0xac][0xdb]j-[0x7][0xfc]C[0xa0][0xff])[0xdc][0xc1][0x82][0xac][0xe2][0x9f][0xf8]Tv[0xfb]L`x[0xf7][0x7][0x17][0xfa]n[0xd3][0x85]*[0xfe][0x85][0xab][0xf8][0x1c][0xff]Q[0xf1][0x5][0xbe]Tq[0x1]6[0xa9][0xf8][0xb1]l>[0xc7]W[0x8c][0xc9][0xc9][0x95]5[[0x8b][0xd4]pu[0xa9][0xb8][0x8][0x9b]U|[0x8d]o[0xb8]UH[0xc3]d[0xcf]c*[0xfe][0x8b][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]U[0xf1][0x1d]N[0xa8][0xf8][0x9][0xae]Tq=nPq[0x13]nVq[0xb]nU[0xb1][0x3][0xb7][0xa9][0xb8][0x1d]w[0xa8][0xd8][0x85][0xbb]T[0xdc][0x8d]{T[0xdc][0x87][0x6][0x15][0xd7][0xe0]Z[0x81][0xa9][0x15][0xe5][0xa5][0x13][0xe6]Lu[0x97]j[0xc][0xa2][0xcf]m[0x84][0xa2][0xd6]e[0xe7][0xb8][0xfd][0xc1]u[0xac][0xc1][0xd2][0xbf]n[0xfe]4[0xb6]f[0xe0][0xdc][0xa1]5n[0x83][0xf5][0xd8][0xbd]\[0x15][0xc0][0x97],[0x1b]+[0x14]!Ta[0x13]vy[0xa8](-*+[0x9f]U[0xd2]F[0xf][0xdf]:T[0x91] [0x9c][0xaa]PD"[0x8d][0xcf]u[0xab]"I[0xb8]Xu[0xf2][0xf3][0xf3]i[0x84]H[0x96][0x8d]*[0x9b]^[0xb2]I[0x91]Mj[0xbb][0x94]i)[0x80][0x19]168[0xb3][0xd0][0xb6][0x91]n[0x8c][0x18]z-[0xeb][0xa6][0x19][0xed]*[0xf3]T[0xe0][0xc9][0xee]\[0x86][0xca]b[0x88][0xcc]5[0x18]cg[0x8b][0xf3][0xe7]x'ki[0xb5]Qc[0x9e][0xb9][0x9a][0x1d][0xd9][0xa6]V[0xc5]/[0xf7][0xdc][0xf9]kN[0xb5]I[0xb3][0xa7]S[0xb3][0xd6][0xde][0xc4][0xb6]=[0x8a]Y[0xb4]*[0xf4][0xf3][0xeb][0xf5]`[0x95].[0x9][0xbb]8[0x1d]$[0xb6]8][0xa0]ov[0xe7][0x8e][0xec][0x91][0x99]][0xdc][0x95][0x2][0xa7]Y![0x8d](4+_^,ww[0x5][0xc0]#j1[0xf][0x90]<[0xc1][0xf7]i[0x7]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9]![0xb5][0x83]H[0xfa]%b[0x9d]G[0xe9].[0x16]w[0x85]*[0xe6][0xf1][0x90]A?u^I[0xe7]p9[0x90]2[0xac][0xd7][0xb1] w[0x8]k[0xe7][0xd3]w[0xfb][0xb0][0xf4]j[0xb7]U[0xf1][0xdc]X[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0x9a]?[0x18]9[[0xdf][0xd8]![0xb1]Zv_[0xe2][0xd8][0xeb][0xea]9[0xd1][0xe4][0x18]o[0xbb]>s[0xb7][0x9e]2[0x9][[0x1b]ZGsF[0xc5][0x9a]![0xd6][0x88][0xcc][0xec]e][0xf9]83[0xbb][0xcb][0x1c][0xc8][0xcc][0x9e][0xd3][0xf5][0xeb][0xd2][0xae]_[0x97][0x9c][0xfa]5[0xc6][0xf2][0xc3][0xd4][0xc6][0x8f]<[0x7][0x6][0xa0][0x14]gA`6[0x9f]l([0xe3][0xf3][0x9c]6[0xcf]g[0xf3][0xb9][0x1c]s[[0x9f][0xfb][0xf0][0xcb]y^[0x9b][0xf7][0xf3][0xd1][0x97][0xf7][0xdc][0x16][0xd8].[0xa4][0xa4][0x80]W[0x96][0x12]$x[0x9a] [0xf6][0x9b]]*[0xd8]:Ma%[0x16][0xb1]U[0xa3][0x1d]p[0xe][0x16][0xf3]:[0x10]K[0xf0]Ckp[0x11][0xa5][0x12][0xaa][0x97][0xc7][0xf1]$lK[0xed][0xde][0x8a]f[0xd8][0xf7]uP" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]#SI[0xbf]hG,%[0x1b][0xcc][0xbb]eX[0xce][0xf7]R[0xdd][0xb9][0x96][0xba][0xf9]T'?d{{[0x12],uK[0x1d][0xb9][0xb1]T[0xde]b[0xaa]tG;[0xb7][0xaa][0xec][0x8d][0x15][0xa6]Jy[0xb7][0x92]w6[0xba][0x82][0x9b][0x99][0xa5]|[0x3]{K[0x4][0xb7][0xe7]0[0x12]=[0x7]w A[0xec][0xf3]x[0xe]:|[0xe3][0xca][0xbd][0x87][0xe0][0xd8][0x8e]D[0xef][0xd3]p[0xec][0x13]r.[0xbb]9[0xd7] [0xce][0x6][0xec]D[0x12][0xb]x2[0xeb]w:[0xee]"[0xee]n[0xc][0xc1]=mLrC[0xa3][0x9f][0xc0][0xb7])[0xa8]2[0xe7][0xf7][0xf1][0xc9][0x5]{[0x92]8[0x8e]t[0x5]:[0xc7]p[0xb7][0xb5](6S[0xb7][0x83][0xd7][0xfe][0xde]f$[0xcc][0xf5][0xce][0xcb]%[0xc]o[0x9d][0xf3]{[0xe1][0x1][0xa4].[0xf5]4"-m[0xdc][0xea]&[0xf4][0x9e][0x9a]`[0x9f][0xe4][0xcc]pz[0xf][0xee]F[0xa3]'[0xbd]OV#[0xfa]Nrd8l[0xbb][0x90][0x97][0xb5]#[0xaa][0xc6][0x13]U30[0xc1][0x93]%[0xc7]5"c[0x89][0x14][0xf]LhD[0xbf][0xe8]+O[0x86][0xa3][0x19][0xfd][0xb7]c[0xbe]y3`[0x7][0x86]oq[0x9e][0x90][0xfd]3[0x1c][0xe][0x9f][0xec]?0!mS#[0x6].[0xe1][0xf3][0xea][0xc2][0x6][0x94][0xb6][0xe7][0xcd]p[0x8e];[0x80]AK[0x9b]@Oef8[0x12]d[0x9f][0xe1][0xd1]>[0xa7][0xec][0xb1][0xc5])[0x1a]N[0x94]u[0x1][0xd5][0xea][0xef]02[0xd9]>A[0x8f]=)[0xff]KF[0x9f][0x1f][0xa2][0xe4][0x19][0xa6][0xe2][0x11][0xe4][0xe3]YL[0xc6]s\[0x8c][0xcf]s[0x9d][0xbf][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0]"[0x17][0xea][0xcb][0xf4][0xf2]+[0xf4][0xeb][0xab]<[0xdc][0xbc][0xc6]@[0xbf][0x8e][0xcb][0xf1][0x6]n[0xc0][0x9b]<[0x92][0xbc][0xc5]$~[0x17][0xf][0xe1]=[0x1c][0xc4][0xfb]8[0x8c][0xf]9[0xea]#[0xbc][0x83][0x8f][0xf1][0x1]u}[0x82]O[0xf1][0x15]>3[0xe3]8[0x9b][0xd1](b[0xf6][0x85][0x19]=[0x87][0x8c]KK[0xce][0xf1].[0x9a]s[0xf2].b[0xe6][0xdc][0x10][0xea]1[0xd8][0xcf]N[0xa2]WQ[0x8f]u[0x8c][0xe5]X2[0xac][0xa7][0xcc]i[0xc6]{[0xe][0x92]R[0xd5][0x13],@[0x8a][0x82][\r][0xcc]Ef$7[0x1d]p[0xb][0xc0][0x9][0x8c]h+[0x15]Q[0xe9][0xa0]1[0xa7][\r]9!S[0xa2]S[0xe6][0x14][0xf]mV[0x1a][0xaf][0xe7][0x9c]2[0xdf][0x6][0xc][0xe6][0xaa][0xb6][0xef][0xf5][0xc][0x96]Q[0xc9][0x9a][0x91][0x99]v[0xee].$8[0xf6][0xda][0xf7]v[0xc8][0xdb]/h[0xcb][0x97][0xbc][0xfb][0x9a]K[0xf6][0x1b][0xe2][0x1c][0xe3]j;[0xde]&o[0x7][0xb4][0xae][0xac][0x1][0xac]^2oS[0x98][0xb7][0x17][0xd2][0xbb][0xd1][0xbc]U`s[0x1e][0x7]OI[0x3][0xe4][0xa1][0xd1][0x82]Xf[0xd5][0x97][0x8c][0xc1][0x9]w[0xb1][0x82][\r]N[0x90][0xc][0x9d][0x9]R[0xe4][0xc][0x82]gL[0xc1][0xda],[0x1c]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xeb][0xac][0x19][0xd6][0xac]>s[0x94][0xe8][0xc3][0xc9]y[0xfc]d'[0xce]#[0xb6]Z[0xc6][0x1e][0xe5][0x9a]H[0xf6][0xa4][0xf]i[0xc4][0xd0]%[0xfb][0xbd][0x8d]p7b[0xd8][0xe]JXM[0x86]7[0xa0][0x89]5[0xed][0xb4][0xed][0xe4]`Q;[0x8d][0xbf]f[0x8c]h[0xc0]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "GZ[0xc2][0x91][0xfc]5cT[0x3][0xae][0xa5]p[0xb4]%[0x1c][0xcd]_3[0xb2][0x1b][0xb0][0x81][0xc2][0x1c]K[0x98][0xc3]_3<[\r][0xa8][0xa2][0xd0]k[0x9][0xe5][0xaf][0x19][0xb9][\r][0x98]Ga[0x9e]%[0xcc][0xe3][0xaf][0x19][0xf9][\r][0x98]Ba[0x81]%,[0xe0][0xaf][0x19]c[0x1a]0[0x82][0xc2][0xb1][0x96]p,[0xcd][0x18][0xd7][0x80]T[0xf9]4[0x9e]?V[0xbf][0x9][0xfb][0xcd][0x9a] [0xbd][0xb4][0x92]5[\r][0xc2][0x5][0x87]HF[0xb2]P[0xa1][0x8a][0x14][0xf4][0x13][0xa9][0x18]Bg[0x8c][0x14]}1^d`[0xaa][0xe8][0x87][0xd9][0xa2]?[0xe6][0x8b][0x1]X![0x6][0xc2]'[0x6]!,[0x6]3=2q[0x85][0xc8][0xc2]V1[0x4];[0xc5]P[0xdc]-[0xdc][0xd8]/[0x86][0xa1]Y[0xc][0xc7]a1[0x2]/[0x89][0xd1]mb}[0xd4][0xcc]T[0x98]w[0x17][[0xdb][0xc7]Q\[0xc2][0x15]c[0xc3][0x96][0xd6][0xcd]OJ.[0xb3][0xa2][0xdf][0xb][0xc9]j[0xef][0xbe][0xd6]_2[0x97][0x95][0xdc][0x9b][0xae]`[0x8c]x[0xfe][0xb7]r[0xe1]!J[0xa4][0xf2])[0x8c][0xcb][0xc4][0xb9][0x9e]\[0x19][0xa3][0x6][0xe4][0xcd][0x95]u[0xab][0x9][0x93][0xd2]O[0xa7] [0x1a][0xb2][0xc9][0xbc]K[0x9f][0xc2][0x86]k[0x9e].[0x98][0xea]I[0x9f]f[0x6][0xd4][0x9c]5[0x99][0xd9][0xe2][0xb0][0xf2]f[0x88]Y[0x17][0xbd][0xdc][0xb5]r[0xe9][0x91]1H[0x11]y[0xcc][0xc0]|[0x8c][0x15][0x5][0x98],[0xc6][0xb5][0xee][0xb][0x9][0xcc][0xeb][0xab][0x98]G6[0xd6][0x89][0x1c]\m[0xae]L[0x82][0xb4]Z9[0xc5][0xb2][0xd2][0xca][0xe3]y\S9d[0xe7][0xe7][0x88][0x95]_[0xc9][0x9c]Pn=+=i[0xcb]e[0xbd][0xcb][0xf5]>[0x86][0xe9]6V[0x8d][0xa2]\[0xaf]x[0xc]3[0xec]X[0xe2]=Xh[0x97][0x15]6k7[0x86]y[0xbc][0x19][0x8e]q[0xb9]fE[0xcb]r[0xf8][0xee][0x84][0xcb][0x93]^(-[0xd8][0xe2]`m{[[0xe]>[0xc3][0x6][0x1a]O[0xf9][0x99]R[0xee]I[![0xb5][0x9e][0xc][0xf5]T[0x1a][0x9]1[0x11][0x8a][0x98][0xc4]Eq:[0x6][0x89][0xc9][0xc8][0x12]S0JLE[0x81][0x98][0x86][0xd3][0xc5]t[0x14][0xf2][0xb9]D[0x9c][0x81]rq&[0xc3]][0x84][0xc5][0xa2][0x98]!/1[0x8d][0x9e]@Z7[0xab][0x87]a[0x96][0xa8],[0x1e]h[0xb6][0x9a]EH&Q[0x8b][0xd1]+[0xf1][0xd3]h[0xb1][0xe2]][0xc7][0xd0][0xae]l[0x13][0xda]T$|[0xb][0xb7][0x10]Y[0xc7][0x90]p[0xc].[0xa7][0x15][0xdc][0xeb][0xe8] ~[0xd7][0xb5][0x6]7[0xba][0x85]O[0xb4][0x1c][0xe4]=8[0xc3]^[0x98][0x95][0xb9][0x1b]C=[0xde][0xac][0xf1][0x8d](Z[0x92][0x95][0xd9][0xce][0x13]vz[0xe2][0xdd]6vG[0x3]:[0x8a][0x9b]'[0xc4]Y[0xb4]{6\[0xa2][0x8c][0xb6][0xcf][0xc1]@q6[0xa7]/[0xc7]h>[0xe7][0x89]y[0x98] [0xe6][0xb7][0x6]V[0xc5]0[0xab][0xbc]r[0xea]V[0xcb]&[0xd2][0xb2][0x1b][0x9][0xe6][0x82][0xd7][0xb4][0xdb]fm[0xf8][0xf6]o[0xb9]f[0xc4] [0xda][0xc1]W[0xfc][0x1c][0x8d][0x93]}fO[0xd8][0x17][0x92][0xbd][0x82][0xec][0x8b][0xc8]~[0xe][0xd9][0x17][0x93]}[0x9][0xd9][0x17][0x91]})[0xd9][0x97][0xc5][0xc1][0xbe][0xad];v~E[0xc7][0xc3]>AJz[0xc0][0xbe][0x82][0xec]+[0xc9][0xbe][0x8a][0xec][0xab][0xc9][0xae][0x91][0xbd][0x92][0xec][0xab][0xc8][0xee]#[0xbb][0x1e][0x7][0xfb][0xf6][0xee][0xd8][0xf9][0xf1][0x1f][0xf][0xfb][0xc4][0x1e][0xfa][0xbd][0x86][0xec]~[0xb2][0xaf]%[0xfb]yd[0xf][0x90][0xbd][0x96][0xec]k[0xc9][0x1e]"{][0x1c][0xec];[0xbb]c[0xbf][0x1d]w[0xc4][0xc3][0x9e][0xdf]C[0xf6][0x8][0xd9][\r][0xb2][0xd7][0x93]}[0x1d][0xd9][0xd7][0x93]}[0x3][0xd9][0xeb][0xc9]~[0x1][0xd9]7[0xc5][0xc1]~gw[0xec][0xbb]xP[0x8f][0x83][0xbd][0xa0][0x11][0xc5]=a[0xff]1[0xd9]/"[0xfb]f[0xb2]_L[0xf6]K[0xc8]~)[0xd9]7[0x93][0xfd]2[0xb2]_[0x1e][0x7][0xfb][0xee][0xee][0xd8][0xef][0xe6][0xc7]E[0x1c][0xec]c[0x1a]Q[0xd2][0x13][0xf6]+[0xc9]~[0x15][0xd9][0xaf]&[0xfb]5d[0xbf][0x96][0xec][[0xc9]~5[0xd9][0xaf]#[0xfb][0xf5]q[0xb0][0xdf][0xdb][0x1d][0xfb]}h[0x88][0x87]}l#f[0xf5][0x84][0xfd]&[0xb2][0xdf]L[0xf6]md[0xbf][0x85][0xec][0xb7][0x92]};[0xd9][0xb7][0x91][0xfd]6[0xb2][0xef][0x8c][0x83][0xfd][0xfe][0xae][0xd9][0x5][0xbf][0xb2]d[0xa5][0xe0]PK[0x7][0x8][0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/slf4j/helpers/NOPLogger.class[0x9d][0x96][0xcf]O[0x13]A[0x14][0xc7][0xdf][0xd0][0x9f][0xd4][0xf2][[0x10]A[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "JYK[~[0x89]D"Q([0xa4][0xa4]R#[0x15][0x83][0x1e]t[[0xb6][0xcb]B[0xbb]Kf[0xb7][0x10]=z[0xf2][0xe2]A/^[0xbc]y21F[0xc2]A[0xa3][0xd1][0xc4][0x93][0xc6]x[0xd1][0x83][0x17][0xef][0xfe][\r][0x9e][0x8c]o[0xa7]ki`e6=[0xec][0xec][0xcc][0x9b][0xf7][0xfd][0xce][0xdb][0xf9][0xcc]$[0xfb][0xe5][0xcf][0xdb][0xf][0x0]0[0x2][0x13][0x1][0xf0][0xc2][0xa8][0x1f][0xc6]|p.[0x0].[0x18][0xad][0xc7]f[0xdc][0x7][0xe7][0x9]4[0xeb][0x12]U[0xc4][0xc2][0x92]DuES[0xaf]'g[0x8][0x90]y[0x2][\r][0xd3][0x9a][0xaa][0x1b][0xa2]j,[0x89][0x85][0x92][0xe4][0xf9][0xfd]}[0xf3]s[0xe7][0xaf]Y[0x99]@`!}[0xf5]v*=7[0x97][0xb8]F[0xa0]'[0xa5]Q9[0xa6][0x17][0xf2][0xa3]k[0xb1]U[0xa9][0xb0][0x81]&1[0x9c]Oi[0xb2],[0xd1][0xb][0x4][0xbc][0x93][0x8a][0xaa][0x18][0x17][0x9][0xb8][0xc2][0x3]K[0x4][0xdc][0xd3][0xda][0x8a]D[0xa0])[0xa5][0xa8][0xd2]B[0xa9][0x98][0x95]hF[0xcc][0x16]0[0xd2][0x9a][0xd2]rX[0x83][0x88][0x95][0xe0][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x8d]UE'[0xe0][0x93]%cA,b[0xe0]px [0xb5]&n[0x8a][0xb1][0x82][0xa8][0xca][0xb1]E[0x83]*[0xaa][0x8c][0x8b]4*z[0x86][0x8a]9)[0xa1][0x9a][0xba][0x15][0xb6][0xd8]M[0x2][0x1e][0xc3][0xc][0x12]h[0xf][0xef][0x17][0x99][0xc5][0xb8][0x8a][0xba]l[0xae]l[0xe3][0xd8]o#[0xa9][0x8a][0xa4][0xb3]kR[0xce]`&[0xde][0xbc]F[0x8b][0xa2][0x81]n"[0xdd][0xe3]fe[0x11][0x98]p[0xe4]f[0xef][0xef]F[0xdb][0xa1][0xf2]k[0x98]@[0xd8][0xc6][0xe9][0x96][0xbd][0xd0][0x8f][0x8a]K[0x94][0x8a]w[0x9][0xb4][0xd9][0xa4][0x10][0x10][0xe][0xae]*[0xb3]J[0xb5]-s?[0x99][0x1b][0xc1]/l[0xb7][0x9d]e[0xdb]?#eKre[0xfb]=+[0xe6][0x10][0x8f][0x90][0xa2]'[0xd5][0xbc]V[0x89][0xbb][0x15][0x1c][0xb1][0xf0][\r][0x91][0xaa][0xbb][0xe1]-[0x1c]1[0x9b][0x4][0xa5][0x1a][0xdd][0xb5][0x91][0xcc]!~[0xc9]d[0xae]`[0x9d][0xa2][0xc0][0xa2]V[0xa2]9iV1[0x8f]Gc[0xe5][0xa0]E[0xcd][0xc2][0x82][0xd0][0x8]M[0xc8][0x1][0xa3][0x4][0xba][0xf]8[0x96]A[0x8]B[0x3][0x81][0xbe][0xfd])WD[0xba].[0xd1][0xa4][0xac]j[0xe6]n\[0x16]u[0x9]BxO[0xbc]x[0x85][0xea][0xa0][0xb]|[0xe0][0x7][0x2][0xf5]l[0x14][0x80][0xa3][0xa6][\r][0xf6]C[0xe0]6W[0xc6][0x99]fv[0xd5]p[0xb3][0xf0][0xed][0x11]^[0x3][0xd9]f[0xa9]-[0xd8][0x6][0xf0][\r][0x10][0xc7][0xd4]!h[0xc5]^[0xb0][0x9c][0x4]m[0xcc][0x2]O6[0xb4][[0x6][0x83][0x96][0x81][0xab][0xb5][0xee]UE[0xee]e[0xa1][0xf1]*[0xa9][0xcb][0x92][0xb6]@[0x7][0x1c][0xb1][0xa4][0x11]KZ[0xe7]z[0xb1]G9U[0xa5][0xac][0xab](;[0xf1][0x1b][0xca][0xca]1[0x16][0x87][0xea][0x8a][0xcb][0xc2][0x4][0x13]v[0x94]'-[0xa1][0xd9][0xeb][0x82]nlM[0x8b]c[0x96][0xc5][0x14]+[0xca][0xc6]b[0x9e]Y[0x9c],OVY[0xf4]0[0xb][0xb3]w[0x1c]N0E'f[0x95][0xcd][0x92][0xf8][0xb8][0xed][0xcc][0xd2][0xcc]L(O[0xda][0x9a][0x85][0x98][0x99][0xd9];[0x85]=[0x17]we[0x9b]Lp0[0x4]QQ[0x98] [0x14]14Q[0xa7]$ [0xc6][0xcc][0xe8][0xcb]`&3[0xbc][0xdf][0x95]K[0xe9],ms[0xdb].[0xee]_[0xe9][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xeb]][0xc7][0xca]Z[0xa3][0xe1][0xa1][0xe7][0x9c]{[0xce][0xf9][0xbe][0xf3][0xdd][0xdb][0xf3][0xeb][0xf7][0x8f][0x9f]D[0xf4][0x9c][0xb6]*[0xa4][0xd1]z[0x99]6[0xca][0xf4][0xb8]L[0x9b][0x8c]J[0x7][0xb6]k[0x87][0x87][0x8c]4}[0xfb][0x84][0xd1]T[0xd3];[0x15][0x8c][0xaa]-[0xdb][0x15][0xc7][0xd1]EW[0xc8]O[0xbc][0xeb] Sky&wN[0xb8][0xb4][0xe3]s[0x92][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xed][0x80]Q[0xbd][0xe5]I[0xcb][0x8][0x9c][0xb3][0x17]=[0xe3]\8[0xbe][0x90][0x81]q[0xdc][0xfe]x[0xf4][0xae][0xf9][0xf6][0x94][0xfb][0xa1][0x90][0xfb][0x8c][0x8a][0xa6]#[0xb8][0xc4][0x18]K[0x84][0x8c]6[0xf5]V[0x8f][0xf7][0xb9][0xe1]p[0xd7]2:[0xa1][0xb4]]k;[0x9b]B[0xfb]g1[0x88][0x87][0xe7][0x95][0xfc][0x8]L[9L9[0xdc][0xb8][0x9a][0xd6][0xe7][0xe][0xee]+[0xc5][0x85][0xd7][0x87][0xf6][0xc5]<[0x9]h[[0x80][0xc0][0xa6][0xe7][0xf][0xda]gM[0xcf][\r][0xc5][0x97][0xf0][0x88][0xfb][0x8c][0xe6][0xf5]D^[0x14][0xda][0x8e][0x81][0x14][0x4]Lwl[0xcb][0xe5]a$[0xc1][0xf6]j[0xb2]~[0xf0]?[0xb2][0xe][0xc1]2[0x1b][0xc4][0xf3][0xc6][0x93]j[0xfa][0xc4][0xa0]XT[0xc5]LuT3J[0x96][0xae][0xfe][0x9c][0x81]?[0xfa]A[0x8d]k[0x8a][0xda][0xd3][0xaf][0x5]TR;^$M[0xf1][0xde]V[se[\r]vc[0xc8][0xc][0x15][0xa9][0xc4]h[0xf5][0x1f]+[0xc3]hn<[0xa0][0xdd][0xed][0x9][0x13]?{y[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xdb][0x18]wS[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xll$[0xb6][0xbc][0xc][0x8f][0x19][0xb0]e[0x9c][0xc]x[0x6]_|[0xf2][0x9d][0xd8]7[0x4][0x5][0xba][0x1][RI[0x9d][0xa6]ag[0x86][\r]T[0xa1][0x9b][0xf0][0xc][0xe7][0x11]xG[0x9d])[0xb][0xdc]I[0x1][0xd9]%p[0x96]n%[0xc0][0x97][0xf0][0x85][0x18][0xc3][0xbe]N w[0x15]riXM[0x90]qT[0xa5]9[0xa5]t[0x9e]j[0x9][0xc7][0x1b]|Z[0xde][0xf0]g[0x8a]bmX[0xbc][0xa4]`[0x9]E[0x1c]- *[0xc0][0xdf][0xa6][0xc5][0x84][0xac][0xa1]8r[0xc8][0x1a])=Y2[0xec][0x16][0xdd]A-[0xa6]x[0x9a][0xbc]d[0xf6]N{[0xa9][0xd7][0x18][0xdd]iY[0xc5]w[0x91][0xbb]G[0xf7][0x13][0x86][0xf]i[0x11]Z[0x8a][0xe0][0xf5]_D[0xac][0xd0][0x3][0xd8][0x87][0xa9][0xa7]^[0xa1]U[0xd8]![0xf9][0x1a][0xa2][0xba][0x8a][0x1e][0xfd][0x1]PK[0x7][0x8]![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NOPMakerAdapter.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xd7]ib[0x8]-i[0x93][0xb6][0x94]B![0x1][0x1]) [0xbc][0xe0][0xb1])[0x2][0xa1] VI[0x83]T[0xd4][0xfd][0xc4][0x9d][0xa6][0x93][0xba][0xb6]5v"[0xfa]W[0xb0]Bb[0xc1][0x7][0xf0]Q[0x88];[0xce][0x90]D[0xb1]Q[0x17][0x9e][0xfb][0x98]s[0xce]}x~[0xff][0xf9][0xf9][0xb][0xc0]K<[0xa8][0xa2][0x84]{.[0xee][0xbb]h[0xba]h[0x11]*oU[0xa8][0xd2]w[0x84]R{[0xff][0x98][0xb0][0xd2][0x89]N$[0xa1][0xd6]U[0xa1]<[0x1c]_[0xc][0xa4][0xfe]"[0x6][0x1]g[0xea][0xdd][0xc8][0x17][0xc1][0xb1][0xd0][0xca][0xc4]6[0xb9][0x92][0x9e][0xa9][0x84][0xf0][0xb0][0x1b][0xe9][0xa1][0x97][0x4][0xa7][0xaf]F[0xde][0x99][0xc]b[0xa9][0x13][0xef][0xb0][0xff][0xb9]'[0xce][0xa5][0xfe]p"[0xe2]T[0xea][0x3]B[0xd9][0xf][0xa4][0xd0]\h(S[0xc2][0xe3]vw$&[0xc2][0xb]D8[0xf4][0x8e]R[0xad][0xc2][0xe1][0xc1]~>[0xc5][0xf0]syi[0xca][0x17]][0xc5]cVzR[0xa0]T[0xa0][0xcd][0xc3][0x95]&"[0xe0][0x89][0xb5][0xbc][0x88]&[0xdc][0xfd]VQ[0xb][0xc]kp[0x83][0x9d]([0xbe][0xec][0x9f]v[0xa2]0[0x95]_[0xd3][0x9e][0x88][0x9][0x1b]m[0xdb][0xde]8U[0x81][0xc7])n`-1[0xc8]9[0xa6][0xde]^[0x82][0x18][0xb9][0xaa][0xbf][0x80][0xa8][0xe5]4[0xaa]G[0xd1]X[0xfb][0xf2][0x93]2[0xb][0xdd]\Z[0xdb][0xb][0x83]^E[0x19][0x15]B[0xeb][0xca]%[0x13][0xd6][0xe7][0x3][0xf5][0x7]#[0xe9][0xf3]zv[0xe6][0xb4]$V^[0xef]c[0xc7][0xa2][0xd1][0x82][0xc3][0x8f][0x81][0xff]"[0xbf][0xc][0x97]-W[0xe1][0xd3][0xe5][0xc8]cKl[0xcb]O[0x80][0xbe][0xb3][0xe3][0xe0][0x1a][0x9f][0x95],[0xb9][0x8e][0xeb]|[0xae]N[0x1][0xa8][0xe2][0x6][[0xe2][0xf8][0x1f][0xf9]Y[0x16]#Ol,[0x10]iF\[0xc3]MK|[0xc3][0xd6]1[0x1c][0xfa][0xb6][0xc4][0xdc][0xce][0x98][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][[0xcb]4^[0x8d][0x9b]1[0x9d]n[0xa0]n5[0xde][0xf3]W**[0xbe][0x9b]I4[0xa7][0x97]3[0x9][0xb2][0x12][0xc6]k[0xb0][0xe7][0xb0][0xdd][0xc4][0x96][0x15]{[0x9d]i[0x14][0x88][0xed]-[0xf4][0x93][0x17]#[0xbe][0xb9]e%[0x9e][0xdb]M[0xe6]gj.l[0xc3][0x99]mc[0x7][0xb7][0xaf]*[0xfe][0xe8]?[0xc5]wq'+v7[0xc3][0xef][0xfd][0x5]PK[0x7][0x8]@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NamedLoggerBase.class[0x85]RMo[0xd3]@[0x10]}[0x9b]8qb[0xc][0xfd] P>Zhi)q@[0x18][0x1][0xb7]"[0xe][0xb4]T[0x2]YA"4[0xf7][0x8d][0xb3]8[0x1b]9[0xde]j[0xbd][0xa9][0x0][0x89]?[0xc1][0x9d][0xff][0x0][0x12][0x2][0xc4][0x81]3[0xe2]G!&[0x9b][0x14][0x90]S[0x89][0xc3][0xce][0xec][0x8e][0xdf][0x9b]y[0xfb][0xbc]?}[0xfb][0xe][0xe0][0x1e]ny[0xa8][0xe2]j[0x1d][0x15][0xac]{[0x14]6<\[0xc3][0xa6][0x8b]-[0x17][0xd7]]l[0xbb][0xb8][0xc1][0xb0][0x98][0xb]-y[0xda][0x15]:[0x97]*;x[0xb2][0xc7][0xc0][0x9e]2[0x9c][0xde]UYnxf[0xba]<[0x1d][0x8b][0xca][0xe0][0xdd][0xfb][0x1f][0xab][0xed][0x83][0xb7][0xc]N[0xc6]G[0x82]a9[0x1a][0xf2]#[0x1e][0xa6][0xc3][0x7][0xc][0xff][0xe6]"[0xfe]G[0x82][0xf][0x9d][0xf0][0x11][0xfc][0x97][0xe1]c[0xae][0xe3]'[0xc5]p[0x11]|[0xca][0xc5][0xfc][0x1f]}E[0x90][0x10][0x9d][0xb0][0x14][0xb][0xf8][0x8b][0xcd][0x89]vt[0x14][0xc1][0x1][0x9][0xb]%[0x94][0x9c][0xb0][0xc][0x8b]x[0xbc][0xb8][0x98][0xc6][0x9d][0x12][0x96][0xf0]U&.[0x96]JX[0xe6][0xc4]r[0x1c]"[0xe1]P[0x9]+$[0xac][0x94]p[0x98][0x84][0xc3][0x11][0xec][0x1][0xa5][E[0xa8]h[0xd9][0xa8]lQ[0xdc]~%[0xe0]u[0xb7]GB[0xbe][0x80][0xb7][0x1e][0xa1]x}[0xa7][0xea]W[0xbd]JD[0x9b][0x10][0xc]y[0xdd]a[0xff][0x86]9[0x1b][0xdd]-A[0xaf]W[\r][0xd1][0x84][0x8a][0xbe][0xe7][0x8d][[0xd4]@d[0xd1]V%D3+SL-[0xe][0x6][0xfd][0xaa][0x12][0xa0][0xa9]e[0xfe][0xa0][0xb7]U[0x8d]t[0x5];[0x1b][0x14]O[0x17]M[0x1b][0x9d]2-[0xa4]n[0xf0][0xab][0x9e][0x88][[0x9f]@[0xb3]+U6[0xb8]R[0xf5][0x4];)[0x14][0xdd][0x1f][0xc2][0x94][0x94][0x18][0xb4][0x9][0xee]Fq[0x1a][0xb1][0x9d][0xda][0xc3][0x15]Q5J~[0x86][0xea]~[0xa2][0x11][0x9f][0xdf][0xad][\r]qb[0xed]>o@[0x89]D9[0xdc][0xfa][0xc1][0xcf][0xe7][0xb]^[0xda][0xa3][0x1d][0xe1][0x88]/[0x12][0x8d][0xa8][0xec][0x82]W[0xed][0x88]z[0xcd][0x86]vt[0xf2]W[0x84]R_[0xb8]9[0xb0]!h[0x8e][0xdb]}[0xf4]M[0x1b]^[0xa3][0x84][0x2][0xfd][0xc3][0xa4][0xa0][0x1][0xcd]Lc([0x14][0xc][0xf5][0x9b]Q[0xf9]+[0xad][0x96]zYT[0xf1][0x87][0x7]m[0x8d][0xbe][0xf8]i91[0xa8])[0x2]7{i{D[0xf1]ljU6k;[0x9c][0xce][0x15][0x84][0xa2].%[0xdc][0xa5][0xab][0xb][0xed][0xb4]f[0x1a][0xe8][0xd7]w[0xde][0xa2]i[0x14]~[0x4][0xed]aSdC[0xa9]b\[0x12]V#[0xe7][0x9a][0xf4][0x1][0xfd]e[0xb0][0xb9]"[0xc3][0xb8]"[0xe2][0x19][0x81][0xf4][0x99][0x98][0x92]B[[0xb0]=[0xea][0xe9][0xd2][0xe5][0xbf][0xf1]r[0x8f][0xba][0x99][0x15][0xb4][0x9e]N0[0x8a][0x94][0xe][0xe][0x9a]\+[0x88][0xcf][0x0][0xc9]a_[0xe]m[0x1c]a\[0xe6][0xa9][0xe6][0x11]h[0xac][0x97][0x1e]][[0xd4][0xef][0xd7][0x16][0xc4][0x1c]X[0xb6][0x9c]N[0x92][0xf6]`4[0xe4]Q[0x9b]|[0xac][0x91][0xc3][0x7][0xb][0xea]i[0x9c][0x80][0xc][0x1][0xac][0x92][0xe1][0x12]X/C[0x17][0xf8]d[0xf0]C[0xb7][0xc][0xf7][0xc0][0xbd]2l[0x83][0xed]2|[0x1e][0xae]`[0xd8][0xc9]p5[0xc3][0xb5][0xc][0xd7][0xf3][0xd3]/[0xf3][0xdd][0xcd][0xc][0xb7]0[0xdc][0xca]p[0x1b][0xc3][0xed]2[0xec]bn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]cn[0x8c][0xb9][0xbb][0x98][0x1b]cn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]c[0xee]n[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xc6][0x99][0xbb][0x9b][0xb9]q[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xee]an[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0x82][0xb9]{[0x98][0x9b]`n[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0xf]s[0x93][0xcc]M27[0xc9][0xdc]$s[0x93][0xcc][0xed]an[0x92][0xb9]I[0xe6]&[0x99][0x9b]dn[0x92][0xb8]8[0x2]G"[0xd4]d?[0xc4]$[0x1c]%[0xc3][0x1d]p[0xa7][0xc]{[0xe1]n[0x19].[0x5]E[0xc6][0xd1]8F[0x86]}\[0xf1][\r]@[0xbd]2)[0x87][0xb7][0x4]^[0xb5][0xb1]2t[0x80]G[0xc2]j[0x19][0xc7][0xc1]v:q[0xfb][0xfb][0xb1][0xc1][0xaf][0x84]i[0x9b][0x8d][0xcd][0xd4]H2[0x8e][0xc7][0x9]2t[0x82]*[0xe3]D[0xf0] [0x8c][0xcf][0xd2][0xcf]2[0xd6][0x80]G[0x86][0xfb][0xd9][0xd7][0x90][0xc1][0xdb]W[0xc2]I2N[0xc6])[0x8][0x13][0xfa][0x1f]5[0xfb][0xb9][0x17][0xfd][0x8b]<[0x1e]5[0x1c]6[0xed]P[0x9d][0xc4])[0xc6]I[0x92]2[0xa9]N|[0xbf]j[0xe]l[0xa1][0xf3][0x9f][0x1f][0xaf][0xa2][0xa3]GM[0x9d]=F,=[0xed][0x80][0xbe][0xcd]>d[0xf0][0xe6][0xd6][0x14][0x84][0xf6]\[0x11]Y1[0x8a]U9[0xe0][0x90][0xd7][0x6][0xeb][0x7]$[0xaa][0xab]'m*2[0xbc][0xbe]e[0xd9][0x92]%[0x8d]+[0x11][0xaa][0xd3][0xbc][0xb8][0x98][0x8e][0x89]Vm.o6[0xc2][0x9b][0x14][0xc7]6Tx[0xf]E[0x90];[0xf4][0xbb][0xd5][0x8a][0x9f]_[0xe][0x8b])|}[0x95][0x10][0x16]f9[0xb8][0xf5][0x8c]Rs[0x14]^[[0xed][0xab]V[0x9e][0xdf]HB[0xd4][0xb4][0xa8][0xa5][0x9d][0xae]#[0xad][0xa6][0x92][0x92][0xfb]h)6[0xa9][0x83]^<[0xc]%Ow8[0x89]C0[0x91]~[0x14][0xac][0x1][0xa4][0xdf][0xe][0x12]T[0xb0][0x0][0xd1][0x8f][0xb1][0xc5][0xbc]#[0xe8]Z[0xc0][0xad][0xad]][0xa9]?[0xb5]+m[\r][0xed]J[0x1a]E[0x9c][0x8d][0xda][0xfd]&[0xe2][0x91]\[0xd1][0xfd][0x12][0x1a][0xb]@[0x90][0xc6]6[0xd3][0xb7][0x9d]t[0xb5][0xd3]u[0x98][0xeb]([0xa0][0xab][0xae][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\3z[0xc1][0xe6][0xaa][0xee][0x5][0xfb]![0x1a][0xb7][0xc1]e[0x84]U[0xe0] [0x9c]G3[0xeb][0xa1][0x18][0xe6]C[0x19][0x9c][\r][0x95][0xb0][0x0]B4[0xea][0xd2][0xf9][0x10][0x86][0x8][0x80]v[0xc7][0xf1][0xa1]v[0xc7][0x11][0x14]hw[0xec][0xdb][0x6]Q[0xba][0x97][0xcd]g[0x9b][0xe8][0x99][0x1e][0xdd][0x16][0x1a][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x13]rLn[0xba][0xf2][0x1c][0x87][0xeb]!(8[0xa8]M[0xe0] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5][0xc1]E[0x9a]S[0xdd][0x88][0xc3]p[0x8a][0xac][0xbf][0x6]y[0x8e]Av[0xba][0x8e][0x80][0xe3][0x18][0x14]"[0x1c][0x18]d[0xa1]1[0xc5][0x82][0xd3][0xb4]@[0xe2]mXh[0xa0][0xd9][0x1c]t[0x9][[0xa8];[0x6]R[0x1][0x1c]2M8[0xb5]G[0xcd]t][0xaa][0x99][0xa9][0xd2][0xa7][0x9a][0xd9][0x97][0xc0][0xe]-{6[0xb8][0xd3]0[0xd8]F[0x99][0xdb][0xd8][0xa5]fp[0xc6]1([0xb2][0x9][0x16][[0x89][0xd9][0xa6]Y[0x9c][0xa0][0xcf]5-[0xca][0xf0][0x5][0xa3][0x9e]2\[0x9]W[0xd1]l[0xb6]}[0xb5]a{-U[0x9f][0xeb]_[0xaa][0xdb][0x9e]y[0xc][0x8a][0xed][0x82][0xf1][0x15]D][0x99][0xb2]X[0xa5][0xa6][0xf1]R[0xd3]x)|Q3[0xce]w[0xd7][0xd0][0x9d][0x8d]>t[0x82]Y[0xa5][0xe0][0x14]S8[0x9f]RX[0x9d]5[0x85][0xeb][0xe0]KF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][[0xd9].[0x11]m[0xaf]%[0xdb][0xeb],l[0xef]0m[0xdf][0x0]7j[0xb6][0xe9][0xbc]5l[0x9f]3h-[0xe5][0x2][0xa1][0x1d].[0xb6]X[0xc7][0xaf][0xc0]M[0xc6]:[0xde]l[0x15]h[0xa9][0x18][0xa8]B[0xcc][0xe][0x8b]@u[0x8b]}![0xeb]E[0xb8][0xc5]r[0x1d][0xcb][0xc4]uT[0x81][0xcf][0xbd][0xf4][0xeb][0xd8]g\_Q}[0x1d][0xaf][0xd4][0xd6][0x91][0xdd][0xdc]j[0xb8]Qi[0xcf][0xf0]V.7[0xdc][0x8c][0xb2][0x1f][0x83]r[0x87][0xe0][0xc8]G;|[0xa3][0xe6]h[0x8e]>[0xdd]tTn:*7[0x1d][0x95]k[0xad]c[0xd3][0xee][0xb8]u[0xec]Z[0xeb][0xdc]f[0x99][0xd9][0x10]1[0xb3]n[0xca],p[0x12][0x99]q[0x17][0xe9][0x99][0xdd]n[0xe9]f[0xa8][0xe8][0xe6]2r[0x13][0xca][0xea]f[0x87][0xe9][0x86][0x1b][0x8a][0xdd][0xec][0xb2][0x92][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q^[0xa2]i[0xe5]%f)/[0x95][0xa2][0xbc]l[0xa3][0xeb][0xf6],[0xf2][0x12][0xb3][0x96][0x97]ab[[0xee] [0xe6][0xce][0x9c][0xe5]%[0x96]A^[0x86][0x8b]U[0xbd][0x8a][0xa8]W[0xe7]!/1ky[0xa9][0x12]S[0xb8][0x96]R[0xb8].gy[0x89]Y[0xcb][0xcb][0x8][0xd1][0xf6][\r]d[0xfb][0xc6][0x9c][0xe5]e[0x97][0xa5][0xbc][0x8c][0x14][0xe5][0xe5][0xa6],[0xf2][0x12][0xb3][0x96][0x97]Qb[0xa0][0xb7][0x11][0xf3][0xf6][0x9c][0xe5]%[0x96]A^F[0x8b][0xeb][0xb8][0x1b][0xf8][0x97][0xc1][0xc9][0xcb]K,[0xa3][0xbc][0x8c][0x11][0xe5][0xa5][0x87][0xe4]%yJ[0xf2][0x12][0xcb] /c[0xc5][0xcc][0xbe]J[0x99]}-[0xf]y[0x89]e[0x90][0x97]j[0xd1][0xcd]^rsw[0x1e][0xf2][0xb2][0xdb]J^[0xc6][0x89][0xf2][0xb2]/[0xad][0xbc][0xc4]-[0xe5]e[0xbc](/[0xf][0xd0][0xf5][0x1b]Y[0xe4]%n-/[0x13][0xc4][0xb6]|[0x90][0x98][0xdf][0xca]Y^[0xe2][0x19][0xe4]e[0xa2]X[0xd5]CD=[0x9c][0x87][0xbc][0xc4][0xad][0xe5][0xa5]FL[0xa1][0x97]R8[0x92][0xb3][0xbc][0xc4][0xad][0xe5]e[0x92]h[0x9b]^i[0xe0][0xe1][0x9c][0xe5]e[0xb7][0xa5][0xbc]L[0x16][0xe5][0xe5]x[0x16]y[0x89][[0xcb][0xcb][0x14]1[0xd0][0xc7][0x89][0xf9]D[0xce][0xf2][0x12][0xcf] /S[0xc5]u|[0x92][0xa8]'[0xf2][0x90][0x97]xFy[0x99]&[0xca][0xcb][0xd3]$/[0xcf][0x9c][0x92][0xbc][0xc4]3[0xc8]K[0xad][0x98][0xd9][0xb3][0x94][0xd9]sy[0xc8]K<[0x83][0xbc]L[0x17][0xdd]Q?[0xc8]C^[0x12][0x19][0xe5]e[0xb6](/[0x1f][0x92][0xbc]|tJ[0xf2][0x92][0xc8] /s[0xc4][0xcc]>[0xa1][0xcc]>[0xcd]C^[0x12][0x19][0xe4][0xe5][0xb3][0x82][0x1b]D[0x90][0xb1] [0xf]y[0xe9][0xb1][0x92][0x97]3[0x4]yAGZyIZ[0xca][0xcb][0x99][0x82][0xbc]`18[0xd1][0x99]E^[0x92][0xd6][0xf2]r[0x96][0xd0][0x96]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%X[0x96][0xb3][0xbc]$3[0xc8][0xcb]\[0xb1][0xaa]C[0xa9][0xaa][0x15]y[0xc8]K[0xd2]Z^[0xe6][0x89])[0xc][0xa7][0x14][0xaa]r[0x96][0x97][0xa4][0xb5][0xbc][0xd4][0x8b][0xb6]G[0x91][0xed][0xd1]9[0xcb]K[0x8f][0xa5][0xbc][0xcc][0x17][0xe4][0x5][0xab][0xb3][0xc8]K[0xd2]Z^[0xce][0x16][0x3][0x9d]H[0x81][0xd6][0xe4],/[0xc9][0xc][0xf2][0xb2]@\[0xc7])[0xb4][0x8e]S[0xf3][0x90][0x97]dFy9G[0x90][0x17][0x9c][0xe]e[0xe8]:%yIf[0x90][0x97][0x85]bf3)[0xb3][0xd3][0xf2][0x90][0x97]d[0x6]yY$[0xba]9[0x9d][0xdc][0xcc][0xca]C^[0xee][0x80];[\r]7Iz[0xc2][0x99][0xba]]u[0xf7][0x81][0xc3]~[0xa0][0xee][0x4][0x94][0x91][0xc7][0xc5]u[0xf4][0xd9][0x7][0xe][0xdb][0x81][0xba][0xc7][0xa0][0xa1][0x95][0xff]h<[0x83]>G[0xe0][0xdc]$[0xf][0xda][0xb9][0xe9][0xf4]?c[0xd7]@[0x11][0x5]r[0x6]8[0xf0]L[0x90][0xf0],[0xa8][0xc2][0xb9]0[0x12][0xeb][0xa1][0x1a][0xcf][0x86]:\[0x0]3qaJ[0xfb][0xb8][0xcd][0x0][0xdd][0xf4][0x3][0xf2]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x1a]*[0xe8]gd[0x84][0xc2][0xb8]KkS[0xbb]T[0x86][0x1f][0xc3]0[0x9][0xbe]N[0xf][0xf7][0xd2]O?=[0xce]Y[0x86][0xc][0x16][0xb9][0xb4]0[0x1a][0x7]w}[0xea][0x1f][0xa0][0x8b]L'[0xf7][0xc0][0xbd][0x6][0xff]R[0x83]?[0x96][0xf8]M'43M[0x7][0x9][0xec]= [0x1d][0x86]%[0x7]]G[0xe1]s[0x7]a[0xc0][0xdf][0xe6][0xb1][0x95][0x12]j[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x87]J\[0x1]#[0xb0]=[0xc5][0xc7]X[0xc3][0x7][0x7]m[0x87][0x2][0x99][0xd7]c[0x9f][0xe9]m[\r][0xf1][0xfb][0xbc]5?[0x5][0x95][0xae]G`[0xe9]Z[0x17]}[0xb1][0x1d][0x85][0xf3]z[0xa1][0x99][0x87][0xfb][0xbd][0x95]qi[0xf0][0x2][0xf2][0xb6][0x96][0xbc]\h[0xe1][0x85][0xd6]m[0x4][\r][0xde][0x7][0xfb][\r]'[0xb][0xc]-([0xe4]14[\r]n[\r][0xf][0xad]Hg[0x8a][0x14][0x14][0x9a]E)[0xa4][0xb2](Z9[0xee]7O[0x99][0xfb]A[0xd2]f-[0xa6][0xc8]ZN[0x90][0xbc][0xd0][0xe5][0x8][0xb4][0x1e][0xe0][0x98][0x9b][0xa8][0x15]*[0xda][0xec][0xc7]a[0xd9]Z[[0xc5][0xf2][0xf6]#[0xb0][0xa2][0x17]V[0xba][0xe]C{/[0xb4][0xec][0x87][0x92][0x16][0xba]=[0x9f]n[0xfb](d[0xb1][0x9c]Vw[0x16][0xac][0x1a][0xd0]!^J[0xaf][0xb][0xca]q[0x13][0xd4][0xa2][0x1f][0xdc][0x18][0x84]Y[0xd8][\r][0xb3]1[0x0][0xf3]p[0xb3][0x19][0xe7]l[0x8a][0xe3][0x1][0xfa]![0xcd][0xc9]/NI[0xbe][0x8]l[0xe5][0x1d][0x12]|S[0x2]>[0xff][0x1e]4[0xa2]~[0x80]r[0xe1][0xae][0xaa][0xa5][0x8e]][0xdd][0x3][0x93]([0x84][0x95][0x1c]0[0xc5][0xba]f[0xad][0xad][0x8e]B[0xbd]`[0xcd]~[0x90][[0xf7]C[0x11]}[0xec][0xad][0x87]h[0xb6][0x4]c`[0x1c][0xed].[0xbe][0xd6][0xc0]:[0xed]:[0x15].4b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x14]k[0x84]b[0xdd][0x2]cp;[0x8c][0xc3][0xad]0[0x9e][0xae]5x9L[0xa2][0xeb]T[0xdc][0x6][0xd3][0xf0][0x8a][0x94][0xba][0xd6][0x9a]u[0xad][0xa5][0x9f][0xeb][0xdf][0xa6][0xc8][0xee][0xd2][0x84][0xc3]~[0x89][0x4][0x7][0x1b]$8D[0x9f][0xc3]| [0xc7],[0xf6]b[0xa3][0x17]K9[0xd6][0xa7]@[0xb2]Sl[0xb6][0xfe][0x1d][0xa5]7[0xf4][0x95])mP[0x9a]R[0x9][0x7][0x14][0x94],d[0xfe]C[0xa6][0xbd][0xd4][0xbd][0xd1][0xf4]8\4xo\[0x93]fo [0xfd]8[0xe7]YG[0xfe][0xf]PK[0x7][0x8][0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/slf4j/helpers/SubstituteLoggerFactory.class[0x95]Umo[0xdb]T[0x18]=7i[0xe2][0xd6]s[0xb2]&[0x1b][0xa5][0x83][0x1][0xe9][0x18][[0x92][0x86][0x99][0xb2][0x17]6[0xd2][0x15][0xba][0xd2][0xae][0x1d]I[0xcb]H[0xc9][0xd4]}s3[0x93][0xba][0xf5][0xe2][0xca][0xb1]+[0x95][0xff][0xc0][0x19][0x12][0xa5]*[0x95][0x10][0xdf][0x90][0xf8]M[0x8]q[0xae]m%N[0xda][0xb1][0xec]C[0xae][0xef]}[0xfc]<[0xe7]a[0xcb]1[0xd8][0x96][0xd3]i[0xf9][0xae][0xcb][0x97]z[0xcd][0xea][0xec][0x99]/[0x1e][0xd9]Nk[0x8f][0xd0][0x81]/#7Gv[0x9e][0x8f]%[0x13][0xd0][\r][0xa5]B[0xbf]ei[0xe][0x12]J[0xcf][l[0xcc][0x82]@[0xb2]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]-9/L[0xd9][0xe][0xab]c[0xae][0xfb]/[0xb7]Mw[0xd3][0xd8][0xb6]i[0xc9][0xd7][0x9c][0x96]a7[\r][0xd7][0x92][0xe7][0xc8]8[0xe6][0xed]Xl[0xde][0xec][0x8][0xd5][0xaf][0x18]-[0xcf]q[0xf]ec[0xdb][0xa6][0x17][0xda][0x4]n[0x14][0xcf][0xb6][0xb2][0x14]C[0x8b]:G[0xa6][0x8e][0xf1]2[0xc8][0xe2][0x8c];K[0xb0]#[0xb4][0xeb][0xa3]LA [0xd3][0xf0][0x8c][0xd6][0x1e][0xe7][0x18]TAA[0x9]d{9[0xad][0x93][0x87]%[0xe5][0x8b][0xa5]X[0xbf]kV[0xd7][0xab][0xca]l[0x87][0x8d][0xe7](![0x98]r[0xf][0x8e]P[0xf7][0xcf][0x89][0x1a]Q-[0x19][0xe2],[0xc7][0x4]S[0x19][0x80]z[0xa3]d[0x9a]o[0xe1][0xfe]V[0xa2]I[0xb5]l[0xd3]`[0xc3][0xd5][0x86][0xe3][0xbb]-s[0xc5][0x92]b[0xb8][0xfa][0x9a][0x91][0xdf][0x92])h[0xf8][0x8][0x5][\r]SxW [0xd7][0xcf]i[0xd5][0xe8][0xee]p[0x10][0x1a][0xa6]qE[0xa0]8j[0xb2][0x1a][0xae][0xe2][0x3][0x5]5[\r]u[0xac][0xb]\{s;%[0xff][0x86][0x86][0xef][0xf0]T[0xe0]R[0x9f]f[0xd1]u[0x8d]C9[0x12][\r][0xdf][0xa3]![0x9d]65[0xfc][0x80][0xa6][0x86]{([0x8][0x94]F[0xd6][0xb5][0xc0]d_[0x9][0x1b][0xdb][0xbb]f[0xcb][0x13][0x98][0xee][0x87][0xaf][\r]yg[0x6]>([0xbc]}[0x9c][0xf4][0xd0]u[0x8]Q[0xaa][0xa5][0xb3]&[0x81][0x9b][0xe7][0xdc][0x9b][0xd8][0xa8]C[0x1]<[0x97][0x17]:[0xb9][0xef]{R[0x83]gQF[0xa4]J[0xef][0x99][0x87][\r][0x99]\n@M4[0xf1][0xe5][0x95]b[0xcc][0xb4][0xe4][0xd8]6c[0xf8]u[0xad]J[0xe6][0xf4][0x81]a[0xfb][0xf2].M[0xf][0x4][0xc6][0xbc]0[0xc3][0xcf][0xfa]e[0x8][0xbc][0xc3][0xf]>[0xa4]8[0xb8]NJ-[0xd0][0xf6][0x1e][0xf7][0x9][0xbc][0xcf]3g[0xdd];[0x8][0x85]{j[0x89][0xeb][0xc]-MF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xb][0xe5]c[0x88]r[0xf2][0x8][0x89][0xf2])[0x92][[0xc7][0x18];B[0x8a][0xdb]4[0xb7][0xca][0x11][0xc6][0x9][0xa2][0xaf]q[0xcd]c[0x8c][0xeb],[0xd7]O1[0x1][0x9d][0xfc]s[0xf8][0x98][0x16]-[0xc4][0xc1]u|[0xc2][0xe7][0xc]n[0xe0]f[0xc4][0xf1]3RA~s[0xe5]_[0x91][0x9a]=[0xc1]D[0x2]B[0xad]W[0xfe]B[0xe1][0x14][0xea][0xd6],[0xcd][0xe3][0xfc]%[0x8e]q[0xa1][0x1e][0xb8]TN[0xa0]%[0xf1][0xac][0xf2][0x8a]A[0xc9][0x80]t[0x8a][0x10][0xc0][0x1d]dq[0x97][0x9][0xdc]#[0xe1][0x17][0xa4]~[0x10][0x10][0x17]B[0xf0][0x88]X[0xee][0x8a]([0x91]:[0xcb][0xb7]e&[0x9a]@[0x85][0xd6]q[0x88][0xa0]+LZ[0xe0][0x16]c[0x13]Aj[0xd5][0xa8][0xfc][0xdc])2[[0x92][0xfb][0x4]Y[0x81]c\|[0xd5][0xab]7[0x1d]8<[0x8c][0xd5][0x98][0x8b][0xa8][0xc2][0x8e]~F[0xdb][0xdc][0xff][0x1]N[0x9e][0xb][0xb8][0xf8]Z[0xc0][0xcf]i[0xbb][0xcd]ZC@[0x9d]'[0xe9][0x93][0x92]][0x1a][0x6]Y[0x8e][0x81][0xa4][0x6]@[0xee][0xd2]6[0xd5][0x9b][0xb2][0x4][0x93]>[0xe9]2[0xc7][0x9a][0xe8][0xcf]R[0xe5][0x13]Xc[0xec][0x93][0x18]R:B[0x12][0xf2][0x12]G[0x8]KQ[0x1a][0xb9][0xb0][0xa6][0x1c][0xff]|[0x99][0xcf]o[0xc8][0xf7][0xc1][0xb2][0xc1][0x1c][0xea][0x14][0xc5]:E[0xb7]qN}[0x82]S[0x93][0xde][0xf7][0xff][0x3]PK[0x7][0x8]`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/helpers/Util$1.classm[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x85][0xdf]h5m[0x15][0xec]J\[0xba]pm[0x10][0xbd][0x81]([0xb8][0x10][0x17][0xe2][0x1]b[0x1d][0xfb]CH$[0xa9][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][[0xdf]0o[0x18][0xf8][0xde]{[0x9e]/[0x0]K[0xc][0x4][0x84]@BH[0x8f][0xf6][0xee]r[0xde]V[0x9a][0x9][0xc9][0xa9][0xa9][0xf4][0xbc]V[0xf]E[0x18]mL[0xae][0xad][0xaf]L[0xb1][0xe7][0xa6][0xb4][0x17][0x81][0x94]0[0xb1][0xae][0x90]^_W[0xb5],Y[0xdf][0xd8]y[0xd9]Ff[0xb][0xc2]pg[0xc][0xbb][0xb5]V[0xde][0xb3]'dm[0x8b][0xd4][0xca][0x14][0xf2]p[0xae]9o[0x8][0xe3][0xff][0xe1]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x7]?u[0xc3] |[0x11]z[0xe1]F[0xe8][0x7][0x8f][0xc3][0xa6][0x81][0xa1][0x16][0xc8][0xe2]/PK[0x7][0x8][0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.class[0x95][0x91][0xcf]N[0x2]1[0x10][0xc6][0xbf].[0xb][0xb][0x88][0x82][0xa8][0xa8]([0xea][0xc1][0x3]pp[0xf1][0xcf][0xc5]@L[0xc][0x89][0x89][0x9]zA[0xb9]x[0xaa]X[0x97][0x92]u[0xd7]t[0x17][0x83]o[0xa5]'[0x13][0xf]>[0x80][0xf]e[0x9c].$[0x1a][0x5][0x13]{[0x98][0x99][0xce][0xfc]f[0xfa][0xb5]}[0xff]x}[0x3][0xb0][0x8f][0xad]4L[0xac][0xa6][0x11][0x1f][0x99][0xa2][0x85]u[0xb]%[0x86]DCz2h[0xf9][0xca][0xb1][0x3][0xf7][0xf6][0xa0]o[0xf7][0x84]{/T`_[0x86][0xd2][0xdd][0xfe]cH[0x9d][0x14]9"[0xfc]N0,[0x96]+W[0xad]>[0xe0][0xb6][0xcb]=[0xc7][0x8e][0x8a][0x4][0xa6][0xda][0xd2][0xf1]x8P[0xa4]oy[0x2][0xd2][0xa8][0x1e][0xd5]-l0[0x94][0xca][0xd3][0x94][0xec][0xd6][0xf5]S[0x18][0xc3][0x1a]Cq:[0xc3][0x90]n[0xfb][0x3][0xd5][0x15]'R[0xbf]EJ[0xa7]w[0xf4]a[0x19]$`e[0x90]E[0xce][0xc2]&[0xc3][0xde][0xff][0xef][0xcb][0xb0][0xfa][0xa5][0xfa]Wme[0x9a]$[0x86][0xc2][0xe4][0x12]j[0xf4][0xf9]q[0xe8][0x15][0x83][0xa1][0xe5][0x81]!I;[0x9b]<#[0x1f][0xaf][0xbe][0xc0]x[0xa6][0xc0]@[0x8a]l"J[0x1e]#M63[0x2]0[0x83]9[0xf2][0xa6][0xbe][0x16]Q?[0x9b]cO?[0x9a][0x9b][0x13][0x9a][0xe7]#&[0x9f][0xd3][0xcc][0xe2]X[0xc1]!yc<[0x84]MVP[0x18][0x1][0xe3]!:Z[0xa2][0x9c]n[[0x8e][0xf8][0x15][0xcc][0x92][0xcf]Sdb[0x8d][0x8e],bAc[0xb9][0xe4]'PK[0x7][0x8][0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/slf4j/helpers/Util.class[0x9d]V[W[0x1b][0xd7][0x15][0xfe][0xe][0xba][0x8c][0x18][0x6][0x83][0x5][0xc2][0xd8][0x18]GM[0xdd]D[0xa0][0x4]b[0xea][0xe6]b[0x88]S,c[0x9b]X`[0x82]d[0xd7]r[0xda][0xe0][0xb1]8[0x88][0xb1]G3[0xca][0xcc][0xc8]1I[0xda]\[0xdb]&[0xe9][0xed]9[0x8f][0xed][0x8b]_[0xf2]@[0x9d][0xb5][0xc0][0xab]^[0xcb]yk[0xd6][0xea][0x1f][0xc9][0xf][0xe8]kV[0xd2][0xef][0x8c][0x86][0x8b]A[0xce]j[0xbb]$[0xcd][0x9c][0xb3]g[0xef]o_[0xbe][0xbd][0xcf][0xe8]_[0xdf][0xfd][0xe3]![0x80][0x9f][0xe2]/:[0xb2][0xb8][0xa2][0xe1][0x17])\[0xd5][0xd1][0x81][0x8a][0x8e]kx][0xc3]/u[0x1c][0xc4][0xaf]RxC[0xc7][0x12][0xae]wrc[0xaa][0xcb][\r]%[0xae]jX[0xd6][0xd1][\r][0xa9]6+jU[0xd3][0xb0][0xaa][0xc3][0xc2]M[0xa5]}K[0x83][0x9d]B]G?*[0x9d]Dst[0xb8]h[0xa4][0xf0][0xa6][0xe][0xf][0xbe][0x86]@[0xc7][0x10][0xae][0xa4][0xd0]T[0xf7][0xdb][0xea][0xf2][0x96][0x86];[0x1a][0xd6][0x4][0x8c]Y[0xc7][0x91]^[0xc1]6}_[0xfa][0x2]C[0xe1][0xaa][0xe0]:[0x81][0xbc][0x13][0x94]d[0xb5][0xe9]Y[0xc1][0xda][0x9c][0xe9][0x98]5[0xe9][0x9][0xf4][0x96]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x17]g[0xcb][0x95][0xa5][0xb9][0xe9][0xf9][0xe9][0xf3]3[0x8b][0x2]'[0x8b][0xae]W[0x1b][0xf7][0xed][0x95][0x93]7[0xc7]W[0xa5][0xdd][0x90][0x9e]?~9[0xb0][0xec][0xe3]?[0x0]4)[0x90][0xdf][0x8b][0xb4]TX[0x9c][0x99].[0xcf]^[0x9a]_[0x9a].ru[0xb6][0xb2]4].[0xcf][0xcc]-[0x94]g[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]k[0x2][0xc9])[0xcb][0xb1][0x82][0xd3][0x2][0xb1][0xdc][0xc8][0x15][0x81]x[0xc1]][0x96][0x2]=E[0xcb][0x91][0xf3][0xcd][0xfa][\r][0xe9][0x95][0xcd][0x1b]6%[0xe9][0xa2][5[0xed]+[0xa6]g[0xa9]}$[0x8c][0x7][0xab][0x16][0xb3][0x1b]|L[0xb0][0xc]([0xe3][0x9b]+[0xf2][0xbc][0xc]Jk~ [0xeb][0xb][0x9e][0xcb][0x87][0x1][0xeb][0xf3]T[0xae]x[0xd3][0xbc]m[0x8e][0xdb][0xa6]S[0x1b]/[0x5][0x9e][0xe5][0xd4]&G[0xf6][0x8b][0x18][0xd6]-[0xb9][0xa6][0xbc][0xb7]y[0x94][0xf4][0xa4][0xdf][0xb4][0x3][0x81][0xee]R`Vo[0xcd][0x99][0x8d]0,[\r]o[0x93]u[0x81][0xa3][0x91][0xeb]3[0xae]kK[0xd3][0xd9][0x1b]A[0xa6]][0x4],H[0xe2][0xb6]i7U[0xc2]5[0xb9][0x9f][0xa9][0xe7]s#[0xff][0x1f]1[0x87]U0[0x5]O[0x9a][0x81][0xdc][0x7][0xda][0xe1][0xd7][0x5][0x86]wG[0x13]i[0xcc][0xdc][0xa9][0xca]F`[0xb9][0xe][0x1]z[0x18]N[0xc1][0xb4]m[0x86][0x19]z[0x12][0xe8][0xcb][0xed].X(Tz[0xfe]^[0xf8]D[0xe0][0x99]U[0x95][0xd0][0xeb]m[0xd4][0xbb][0x15][0x83][0xe1]f[0xde][0xac]SIX[0xfc][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x94][0xa9][0xd1][0xd3][0x93][0x9c]#[\r][0x5][0x81][0xce][0x92]Us[0xcc][0xa0][0xe9]Qs`|J5[0xe4][0xad][0xe1]z[0xe4]m[0xb4][\r][0x5][0xbb]$[0xe5]U[0xcf]}Ky[0x9d]T[0x9d][0x19][0xab][0xfb]5[0xc6]F[0xb3]L[[0x9d][0xc7]0J[0xcb][0xd4]T[0xd5][0x8e][0x9a]\/[0xb9]M[0xaf]*[0xcf]Y*[0x95]N[0xc5][0xdb][0x98]21[0x90][0xc3][0x88][0xc0][0x93];[0xe6][0xb3][0xb6]-k[0xa6]=[0xed][0xd5][0x9a]u[0xe9][0x4][0xdb]L[0x10][0xc2]i[0xda]v[0xd6]r[0x1a][0xcd]@[0x99]-jx[0xc7][0xc0][0xbb]x[0x8e]C[0xfe][0x3][0xc][0x1a][0x18]W*[0xf1][0xc0]k[0xaa][0x6]5[0xf0]k[0xbc]h[0xe0]8~b[0xe0])[0xab][0xde][0x1e]C[0xc3][0x7][0x6]>[0xc4]G[0x6]>[0xc6]o[0x5][0x9e][0xd8][0x97])G([0x90][0xbb][0xd2][0xbc]z[0xce]d[0x91][0x96][0xb3][0x81][0x9b]][0xb1][0x9c][0xe5],a[0xc7]B[0xd8][0xb1][0x8]vL[0xc1]R[0x9c][0xb5][0x2]?[0xcb]^[0xb1]%[0x97]N6X[0x95]Y_[0x8d][0xe3]dV[0xb5]V[0xd6]_u[0x9b][0xf6]r[0xd6]q[0x83][0xec][0xaa][0xd9]hHV[0xe2]w[0xf8][0xbd][0x86]O[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]t}[0x8b]a3[0xd0][0x93][0xdc]r~J[0xc3]g[0x6][0xfe][0xa0][0x18]9[0xb4][0x97][0xd0]3M[0xcb]^V][0xad][0x95][0x8a][0xe7]N[0xbe]z*k[0xe0][0x8f][0xf8][0x93][0x81]?[0xe3]#[0x9e][0xa3];[0xda][0x97]n[0xdc][0x94]U[0xf6][0xca][0xe0]cJz[0xe2][0x11][0xed][0x16][0xf6][0xa3][0xa2][0xf0][0xb8][0x10][0xe8][0xe2][0xdc][0xed][0x1c][0x1a][0xbd][0xf2][0xcd][0xa6]i[0xfb][0xb3]5[0xc7][0xf5]d[0xc1][0xf4][0xd9]E[0xc3][0xb9][0xc7][0x9d][0x8]'[0xc2][0xee][0xb][0x7]w[0x17][0x81][0x2][0xfd][0xb9][0x91]v[0xa3][0xd8][0xb3]G[0xc4][0x1c]i[0xda][0x1a][0xcb][0xfe]\[0xdb][0xc3]1[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "gO[0xeb][0xb7]r[0xf][0xf][0xb3][0x98][0xf4][0xbc][0xed][0x81][0xb1][0xdc][0xf1][0x5][0x1a][0x6]4[0x97]f[0x9d][0xe6]}m[0xc4][0xf4][0xda]P;[0xdb][0xd9]z[0xfe][0xe8][0x9c]1[0xce]FK[0x9b][0x1c][0x97]['K2$vY[0xe0][0xd9][0xff][0xea]T[0x8f]8d[0x0][0xa9][0xc0]m[0x89]p[0x82]/[0xe0],[0xdf][0xe3][0x1d][0xd0][0xd5]Tp[0xa5][0xab][0xc1][0xe0][0xbd][0x93]2N'x\[0x84][0xef]y[0x9e][0x1][0xbc]'F7![0xfe][0x1e][0x1a][0xe4]C[0xe5][0xe]^[0x8f]#N[0xd3]g[0xb8]2ZJx[0x16]c![0x4][0x87]/[0x2][0xf8][0x14]1~[0x80][0xa1][0xd1][0xaf][0xd1][0xfd][0x0][0x1d][0x95]tl[0x13][0xf1][0xaf]Dq[0xf4]>[0x12][0xc5][0xbb][0x88][0xcf][0xe5][0xd7][0xa9][0xda][0x8b][0xc][0x6][0x91][0xa4][0xaa][0x82]?[0x6][0x8d][0xd7][0x1c][0xe1]Gp[0x80][0x92]^[0x2]g[0x8]9H[0xf8][0xc3][0x8c]][0xb9][0x1c][0x8]C[0x18][0xe2]n[0x82][0xf7]^t1[0xd6][0x9]"[0x9d][0xe4][0xae][0x1f][0xb1][0x3][0xdf][0xab]L4[0xfc][0x8c]_[0x8][\r][0xcf][0xab][0xb0]^[0xc0][0x8b]QX[0xd7]i[0xad][0xec][0xd3][0xc]C+[0xe6][0xbf]F"[0xf6]E>[0x9d][0xda]@[0xe7][0x17][0x94][0xb6][0xa2]H[0xd3]?h[0x9d][0xa0][0xb1][0xb2][0xed][0xc2]K[0xbb]<[0xa7]#[0xcf][0x9][0xfe][0x8b]yi[0xdb]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][t)[0x9f][0xba]:$"o[0xd7][0xc2][0xf2][0x0][0xd9]{[0xd0][0xff][0x9][0x8d][0xd7][0xf5]{[0xe8][0xfa][0x1c][0x9][0xb1]~[0x1f][0xc6][0x97][0xd0][0xe3]_[0xa2]KI[0xb7][0xb][0xdc][0xaa][0xc0]EV[0xa4]H[0xa4]9[0xe6]7O[0x8f][0xb][0xac][0xc0]k8[0x8a][0xc5][0xd0]W[0x1c][0x1d][0xba][0xc6][0xa7]S[0xdb]~[0x16][0x19][0xb9][0xf2]d<@wEl[0xe2][0xc0][0xfa]E[0xb1][0x1e]JR[0xcc]`[0xab][0xba][0x7]BB[0xae]RR[0x81][0xfa][0xd3][0xb6]E[0xa0]"[0xf5]e[0x9c][0xe6]N[0xa1]'[0xf9]^[0xd2][0xc2][0xcc]_[0xc1][0xcf][0xf9]D[0xe1][0xff][0x9b][0x96][0xaa]&[0xaf][0xdd]G[0xcf]E[0x12][0xca][0xf8]G7[0xd0][L[0x1f][0xdc]@z.vz8[0xff][0xf0]o8[0xfc]L~x[0x82][0xfb][\r][0xf4]}[0x8e][0xe4]]t~[0x1c][0x13]w[0xbf][0xff]&|[0xd6]5[0x9c][0xb8][0x9e][0xf8]W[0xd5][0x9][0xfd][0x95]tf[0x13][0x3]_[0xe5])[0x9a]X[0xf][0xd3]Q[0xc1]M0[0x14]`[0x99];[0xc9][0xa0]W[0x18]T[\r]=X%[0xfd]6[0x86]Qg[0x18][0xe][0x9b][0xc1]&[0xd9][0x1e][0xa6][0xe1][0xb3]D[0xb7][0xc3][0x4]Fi[0x11]g[0xa1][0xa6][0xc3]f[0xee][0xc1][0x19]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L*[0xc3][0xf2][0x9c]%j[0x7][0xe][0x91][0x90][0x19][0x9c]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xa3][0x84][Z[0x17]"[0xea][0x6][0x90][0xfc][0x16],[0xe8][0xec]w04[0xbc]J[0xe]E&[0xd1][0xdd]I[0xf][0x8a][0x94]"[0x1b]o[0x8e]$[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8e][0xda][0xa7][0xff][0x1e][0xe][0xb1][0x2][0x83][0xbc][0xa5][0xf][0xf3][0x9e][0xdf][0xc0][0x91][0x9d])i5[0xd0][0xdb][0xa4][0xf2][0x1d][0xfa]z[0x17]}|[0xb][0xed]4P?.[0x85][\r][0xa4]V[0xb][0xa4]U[0x84][0x1e][0x16]#[0xf][0x17]"*[0x8f][0x10][0xfa][0x1][0x86]*[0x9b]8[0x9a][0x1e][0xde][0xc0]1z;[0xb6][0x81]'[0xe8]k[0xef]4[0xbe]O[0xfb][0xf]vM[0xe3][0x91][0x8]?[0x85][0xd2][0xf6]8[0xf]G[0x8d][0x98][0x88][0xb1][0xe1][0x14][0x80][0x8][0x1][0x92][0xa1][0xf8][0x2]a[0xca]![0xe8]e<[0x19][0x86][0xdf][0x81][0x1f])[0xed][0xde][0x14]{[0xfc] ~[0x8c]#[0xff][0x1]PK[0x7][0x8]hi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/slf4j/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/impl/StaticLoggerBinder.class[0x8d]Rao[0xd2]P[0x14]=[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xda]m[0x88][0x9b]c[0x13][0x9d][0x88]S`[0xda]j[0x9c][0xc6]Eb[0xe2]6[0xa6]$[\r][0xd3][0x15]I[0xfc][0xb4][0x94][0xae][0xd6][0x92][0xd2][0x92][0xd2][0x19][0xfd]W[0x9b][0xa8]K\[0xe2][0xf][0xf0]G[0x19][0xef][0x83][0x86][0xc1]f[0xa2][0xfd]po[0xdf][0xed]=[0xf7][0x9c]s[0xfb]~[0xfd][0xfe][0xf1][0x13][0xc0]#<[0x90] [0xa3]([0xe2][0xb6][0x84][0x18][0x8a]i[0x88]X[0xe5][0xe1][0xe][0xf]wE[0x94]$[0xca]E[0x9]eTRX[0xe3][0xc5]{"[0xee]3[0xa4][0xf5]z[0xe3][0xa5]Vk[0xee]6[0x18][0x8a][0x9a][0x1f][0xd8]j[0xdf]}[0xbf][0xde]Q[0x9d]n[0xcf]U[0xf5][0xd0][0x8][0x1d]S[0xf3]m[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0x1d][0xef][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]1,[0xb8][0xc3][0xf3][0x8e]a[0x86]~[0xf0]y[0xcb]5[0xfa]}=[0xc][0x18][0xb2]Z[0xc7][0xf8]h[0xa8][0xae][0xe1][0xd9][0x4][0xc][0x1c][0xcf][0xa6][0xe6][0x99][0xa9]f[0x86][0xe5][0x9][0x8a][0xba]6[0xf9][0x8d]O[0xde][0xab][0xbd]y[[0xd3][0x9b][0xb5][0xed][0xfd][0x17][0xaf][0xeb][0xfb][0xad][0xda][0x9e]^[0xe7][0xba][0x92]U[0xc7]s[0xc2][0xe7][0xc][0xf1]R[0xb9][0xc5] l[0xf9][0x7][0x16][0xc3][0x9c][0xe6]xV[0xe3][0xb0][0xdb][0xb6][0x82][0xa6][0xd1]v-[0xae][0xc0]7[\r][0xb7]e[0x4][0xe]?GE![0xfc][0xe0][0xf4][0x19]d[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xd2][0xe4]Z[0xa1][0xef]1[0xac][0x96][0xca][0xff]e6C0m[0xda]B~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0xc1]D[0xee]<[0xe2]lC[0xf3][0x84][0xfc][0xcb][0x8e]RU[0xd3][0x8d][0xc]J[0xba][0x18][0x98][0xd6][0x8e][0xc3][0x95]/^T[0xa4]p[0xb8][0x8c]y,0(\[0x84][0xdf][0xeb][0x93][0x88][0x9e][0xf1]I[0xe5][0x8b][0xa6]y[0x91],[0x9d][0xc7])[0x19]2.#+c[0x6][0xb3]2[0xe6][0x90]a([0xfc][0xd3][0xbf][0x8]E[0x86][0x8a][0x15][0xfa][0x3][0xf][0x95]'[0xca][0xc6][0x86][0x8c]+[0x1c][0x99]93[0xb1][0xdb][0xee]XfH?[0xe3][0xac]4[0xf4][0xcb] [0xd2][0x1e][0x1a]F[0xd7]B[0x81][0xee][0x9a]LWT[0xc0][0x12]g[0xa7][0xb7]e.[0x80]r[0x96]K[0xa2][0x9c][0xe6]c)'[0xe8][0xe6][0x92]50\[0xa5][0xd3]&[0xe2][0xf4][0x6]d*'`[0x95]S[0xc4][0xde][0x9d] [0xfe][\r][0xc2]1[0xd5]bX[0xa4]8K[0x1d][0xfc][0xea][0xb]X[0xa7][0x89][0x8f][0x91][0xa3][0x93]<[0xc2][0x10][0x17]gZ"[0xae]k[0xd1][0xbc][0xfc][0xf0][0xb][0xe9][0xf8][0x82][0xc4][0x11]e6[0x9c][0x91][0x1c]V[0xb7])[0xe6]q=[0xea]T)[0xf3]j[0xa2][0xf2][0x15][0xc2][0xd1][0x98]n[0xd4][0xfa]j[0x82]&[0x11][0xd1]0[0xdc][0xc0]J[0x4]V"0[0xd1]$[0xcf]c[0xb5][0x9][0xac][0x10]aS[0xb8]9[0xb6][0xfc][0x94][0xba][0xf9][0x93];[0x85]HnS[0x3]$[0xb2][0xb1][0xef]H[0xf][0x90][0xcc]J[0x3]\:[0x1e][0xcb][0x1e]Y/C[0xc2][0x1a][0xad][0xb0]J[0xd5][0xc2][0x90][0xeb][0xd6][0x1f]PK[0x7][0x8][0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/impl/StaticMDCBinder.class[0x85]Rk[0xd3]P[0x14]=[0xaf]M[0x9b]6[0xc6]m[0xd6]N[0xdd][0xec]f7[0xb5][0x1b],[0xa0]C[0x14][0xab][0xa8][0x9d][0x8a]P[0xbb]?2[0x6][0xfe][0xf9][0x9a]>[0xe3]+iR[0x92]L[0xfc]X[0x9b][0x5][0x7][0xe][0xfc][0x0]~([0xf1][0xbe][0xd7][0xd0][0xce]:[0x94][0xc0][0xbd][0xef][0xdd][0x9c]s[0xcf][0xb9][0x97][0xf7][0xf3][0xd7][0xf7][0x1f][0x0][0x1e]b[0xdb][0x82][0x85]z[0x19][0x5]l[0xa8][0xb0][0xa9][0xc2]m[0x13]w,[0xca]u[0x13]w-[0xdc][0xc3]}[0xb][0xa6][0xba]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0x18][0xca][0xee][0xbb][0xee][0xdb][0xce][0xeb][0x83][0xfd].C[0xbd][0x13][0xc5][0xbe][0x93][0x4][0x1f]w[0x7][0x8e][0x1c][0x8e][0x2][0xc7]My*[0xbd][0xf7]{[0xed]W2[0xec][0x8b][0xf8])Ce[0xd8][0xf7]^[0xf6][0xf9]([0x15]q;[0xe0]I[0xe2][0xa6]1[0x15];[0x3][0xfe][0x99];[0x1][0xf]}[0xa2][0xc4]2[0xf4][0x9]i[0xcd][0x90][0xc][0xab][0xe7]:'#[0xe9]P[0xcb][0xec][0x1f]![0x8b]-[0x19][0xca][0xf4]9C[0xbe][0xd1][0xef][0xba]B)[0xf9]6w[0xf][0xb8]tT[0x1d]7[0xb5][0xf0][0xc8][0x9][0x18][0xcc][0x9e][0x8];[0xa4][0xed][0x8a][0xd0][0xf7][0x18]6*[0xd5][0xff][0x1a][0xaa]@[0xb4]V[0xd2][0xea]J[0x82]z[0xc5][0xec][0xf2]e[0xc6][0xe4]%[0x16][0x88][0xf9][0x97][0xb7][0xc8][0xd5]m7[0x1e][0xd0][0xe8][0xf8][0xc7][0xd2][0x16];[0x8e]r[0xbe]t[0xd5][0xd1][0xa6][0xa2][0x9b](b[0x9e]a}b[0xe2]H[0xb8]C![0x3][0xab][0xc1][0x83]?[0xf8]X[0xdc]D[0x1][0xd7]M[0x98][0x98]11[0x8b]9[0x86][0xf2]?[0xa7][0xd6][0xf1][0xd0][0xc4]#[0xac][0xd2][0xf0][0x13][0xb3]{[0xdd][0xbe][0xb0][0xc3][0x4]=[0x18]:VBkD[0xa7][0x1f]3[0xa1]E[0xb3]3[0xe8][0xf4]&m>[0x10]([0xd3][0x9e][0x19]`[0xb8][0x86]4n*W[0xb4][0x9d]%e[0x8c]rQY[0xa5][0x9c][0xa1][0x15][0xa5][0x1][0x9][0xb5]@U[0x83][0x90][0x8c]r[0xa1]v[0xe]V[0xbb]@[0xea][0xdd]9[0xd2]_[0xa1][0x9d]R/[0x85]E[0x8a][0xb3][0x84][0x0][0x9e]C[0xc3]3[0xba][0xe7][0x5]nPe[0x8e]8X[0x8a][0x14][0xf2]X&[0xb5][0xd1]}+[0xd1][0x9][0xa0]}F[0xe6][0x84]2[0x8b][0xee][0xc8]F[0xdd]:[0xc5][0x12]n[0xc5]H[0x8b][0xb2][0xea]fj_[0xa0][0x9d][0x8c][0xe5]F[0xd0][0xd7]S2[0x99]X[0x86]V[0x3][0xab]1y3&[0x93]L[0xf6]2[0xb7]9[0xc5][0xd5]bn[0xe][0xb7][0xc7]#[[0x84]V[0xdf][0xfc][0x5]t[0x9a]6w[0x86]L1[0xf5][\r][0xf9]3dO[0xc7][0x8e][0x8d][0x8][0xf4][0x84][0xf2][0x16]u[0xee]D[0x12]w[0x3]PK[0x7][0x8][0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/slf4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LocationAwareLogger.classm[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff]C[0x91][0x2][0x8a]W[0xbc]mL[0xdc][0xe1][0xc6].t[0xd7]U[0xc5]b[0x9a][0xd4][0x92][0x14][0xc4][0x85][0xb]3[0x90][0xb1][0xb6]6[0x1d]3-[0xf2]n.|[0x0][0x1f][0xca]x[0xc0][0x10][0x1a]u1[0x93]|_[0xfe]?g.[0x9f]_[0xef][0x1f][0x0].ph[0xa2]mb[0xdf][0xc4][0x1][0xa1]1[0xc][0x9d][0xae][0xfb][0xe8][0x5]C[0x2]y[0x84]VWey![0xb2]b$[0xd2][0xa9]48[0xf][0xe]][0xbb]Ww7[0xf3][0xd0]\4[0x9]u/[0xe8][0xf5][0x97][0xdc]f[0xbe]w[0xc2]`[0xc9]'\p[0xc3][0xb0][0x1f].E[0x87]`[0xa4]*"[0x8c];[0xbe][0xd2][0x91][0x95][0xa7]O[0x97][0x89]u+[0xf4][0x8b][0xd4][0xb6][0x9f][0x88]7a[0xa5]"[0x8b][0xac]A[0xa1][0xe3],[0xb2][0xbd][0xbf][0xea][0xa1][0xa4][0xfa][0xe3]DN[0x8a]ro[0xf8][0xac][0xd5]L[0x8c]Si[0x9f][0x8d][0x8][0xcd][0x81][0x9a][0xea][0x89][0xec][0xc5][0xa9]$[0x1c][0xf9]j"[0x8a]Xe[0xce]Lh[0xe9][0xab]([0x92][0xfa]|[0xde]$[0x9c][0xae][0x8e][0x92][0xbf][0xc6][0xd6]?A[0xc2][0xf6][0xef][0xb1][0xac]V[0xb5][0x9f]T[0x8d][0x1f][0xe][0x15]^[0x6][0xd6]p[0x8c]*[0xef][0x84][0x1a]_[0xbb][0x2][0x93][0xb9]^[0xe2][0x6]s[0xb3][0xc4][0xeb][0xcc][0x1b]%n1o[0x96]x[0xb]T[0xe5][0x89][0xd8]Y[0xfc][0xc2][0xee][0xc2][0xed]}[0x3]PK[0x7][0x8][0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LoggerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/spi/MDCAdapter.class[0x9d][0x90][0xcf]J[0xc3]@[0x10][0xc6][0xbf][0xad]mb[0xab][0xb5][0xff][0xac][0xf8][0x4][0x9a]^[0xdc][0x83][0x5][0x5]E[0x90][0x88]'K[0xf][0x1][0xef]k[0xdc][0x86][0x84]5[0x9][0x9b]M[0xd1]W[0xf3][0xe0][0x3][0xf4][0xa1][0x8a][0xb3]A[0xc][0xb4]=[0x88]{[0xf9]ff[0xbf][0xf9][0xcd][0xec][0xae][0xd6][0x9f]_[0x0].q[0xe2][0xe2][0xd8][0xc5][0x98]a//[\r][0xc3][0xb9][0xf7][0x94][0x88][0xa5][0xe0]J[0xa4][0x11][0xf][0x8c][0x8e][0xd3][0xe8]f[0xbb]2y&$[0xc9][0xb6][0xc3]?[0xd9].18Z[0xbe]eK[0xc9]0[0xde][0xd5]A[0xbc]V[0xa8][0xa4][0xd0][0xc4][0xf5]l6"[0xba][0x9f][0xe5][0x1f][0xf3][0x85][0x9f][0xa5]F[0xbe][0x9b][0x99][0xc8][0x19][0x6][0xde][0xf][0xbb]4[0xb1][0xe2]T"p;[0x88][0xa3]T[0x98]R[0x13][0xfb]j[0xf3][0xfe][0xf6]/[0xaf][0xb9]#J[0xb7][0xb0][0xf3][0xea]ICoc[0x90]][0xea][0xda][0xfb][0x17][0xdd][0xb6]v[0x82][0xac][0xd4][0xa1]|[0x8c][0x15][0xad][0xd9][0x9b]=[0xf8][0xf7][0xaf]"7R_X?[0xc3]i[0xa6]#^[0xa8][0xc5]4[0xe1]E[0x1e][0xf3][0xfa][0x9e][0xa1]_[0x13][0xe7]/[0x89][0xc][0x8d][0xc3][0xc0][0xd0][0x80]=N[0x93][0xfe][0xb]M[0x80][0xb4][0x5][0xa7]R[0x17][0xfb][0x95][0xb6][0xd1][0xa9][0xf4][0x0][0x87][0xe4][0xef][0x92][0xbb][0x81]#[0xca]{[0xe8][0xff][0xe6][0x3][0x8a][0x86]U4[0xfa][0x6]PK[0x7][0x8]6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/MarkerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0xdf][0xc4][0xa2][0xec][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]Nt[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0x5][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]r[0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/apache/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xb][0x0][0x0]org/apache/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb][0x0][0x0]org/apache/avalon/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xb][0x0][0x0]org/apache/avalon/framework/logger/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xe][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0xf][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0x10][0x0][0x0]org/apache/avalon/framework/logger/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x12][0x0][0x0]org/apache/commons/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x12][0x0][0x0]org/apache/commons/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x12][0x0][0x0]org/apache/commons/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nt{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x14][0x0][0x0]org/apache/commons/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y[0x17][0x0][0x0]org/apache/commons/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x1f][0x0][0x0]org/apache/common" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s/logging/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Na[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1f][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`"[0x0][0x0]org/apache/commons/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]"[0x0][0x0]org/apache/commons/logging/internal/JclLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*([0x0][0x0]org/apache/juli/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j([0x0][0x0]org/apache/juli/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2]([0x0][0x0]org/apache/juli/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]*[0x0][0x0]org/apache/juli/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nw}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d],[0x0][0x0]org/apache/juli/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]5[0x0][0x0]org/apache/juli/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NPvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]5[0x0][0x0]org/apache/juli/logging/internal/JuliLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf]:[0x0][0x0]org/apache/log4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0]org/apache/log4j/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2]B[0x0][0x0]org/apache/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9d]U[0x9e][0xbf]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xaa][0x1c][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]I[0x0][0x0]org/apache/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#o[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]jv[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vy[0x0][0x0]org/apache/logging/log4j/EventLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xdb]U[0xba]T[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf9][0x18][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99]|[0x0][0x0]org/apache/logging/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x87][0x0][0x0]org/apache/logging/log4j/LogManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8][0x92][0x0][0x0]org/apache/logging/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x9c][0x0][0x0]org/apache/logging/log4j/LoggingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x9e][0x0][0x0]org/apache/logging/log4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xac][0x0][0x0]org/apache/logging/log4j/MarkerManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb1][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd7][0x86]\[0xfa]v[0x1][0x0][0x0][0xd8][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xb2][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xb4][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0xb6][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]9p[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]N[0x19][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xbc][0x0][0x0]org/apache/logging/log4j/ThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc6][0x0][0x0]org/apache/logging/log4j/message/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NF[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0xc7][0x0][0x0]org/apache/logging/log4j/message/AbstractMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xcc][0x0][0x0]org/apache/logging/log4j/message" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/AsynchronouslyFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0xcd][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]T[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xd4][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]S[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xd9][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0xdd][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xe2][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe6][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0xf0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xf1][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xf2][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xba][0xf3][0x9a]K[0x2][0x4][0x0][0x0][0xad][0x10][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfd][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x2][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0xe][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x11][0x1][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x12][0x1][0x0]org/apache/logging/log4j/message/MapMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x14][0x1][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa8][0xab][0xe])1[\r][0x0][0x0][0xfd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x18][0x1][0x0]org/apache/logging/log4j/message/MapMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xac][0x8c]PH[0xdf][0x0][0x0][0x0]F[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]%[0x1][0x0]org/apache/logging/log4j/message/Message.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]'[0x1][0x0]org/apache/logging/log4j/message/MessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N`JZn[0x12][0x1][0x0][0x0][0xdb][0x7][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]([0x1][0x0]org/apache/logging/log4j/message/MessageFactory2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90])[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NH9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_2[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]6[0x1][0x0]org/apache/logging/log4j/message/MultiformatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]7[0x1][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3=[0x1][0x0]org/apache/logging/log4j/message/ObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*C[0x1][0x0]org/apache/logging/log4j/message/ParameterFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xcf][0xe5][0x9c]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf][0x17][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x95]v"[0xc]@[0x4][0x0][0x0][0x1b][0x11][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]cf[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0][[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]k[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory$StatusMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Np[0xf9]t$[0xa8][0x2][0x0][0x0][0xd0][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97]m[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N~[0x1f][0x4]x/[0x1][0x0][0x0]#[0x2][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]p[0x1][0x0]org/apache/logging/log4j/message/ReusableMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NO[0x80][0xe1]l[0xd4][0x7][0x0][0x0][0xc5]![0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mr[0x1][0x0]org/apache/logging/log4j/message/ReusableMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbc]lQq[0xc1][0x5][0x0][0x0]a[\r][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c]z[0x1][0x0]org/apache/logging/log4j/message/ReusableObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe3][0x99]5[0xcc][0xb][\r][0x0][0x0][0xc2]$[0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x80][0x1][0x0]org/apache/logging/log4j/message/ReusableParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x8e][0x1][0x0]org/apache/logging/log4j/message/ReusableSimpleMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb1][0xc0][0x1f][0xf][0x8f][0x5][0x0][0x0]x[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x93][0x1][0x0]org/apache/logging/log4j/message/SimpleMessage.classPK" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x98][0x1][0x0]org/apache/logging/log4j/message/SimpleMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x9c][0x1][0x0]org/apache/logging/log4j/message/StringFormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa5][0x1][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xaa][0x1][0x0]org/apache/logging/log4j/message/StructuredDataId.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb3][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xb5][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0xc4][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0xc5][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xc9][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcd][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xd0][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98][0xd1][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xda][0x1][0x0]org/apache/logging/log4j/message/ThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]?[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWrite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88]'[0xc5][0xb6]C[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s@[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/C[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]dO[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ZR[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NOQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]^[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N*I[0x8f]yc[0x2][0x0][0x0][0x12][0x1a][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ck[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%n[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLoggerWrapper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]st[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].w[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x82][0x2][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x83][0x2][0x0]org/apache/logging/log4j/spi/LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x85][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NJ[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x86][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextKey.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x89][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x8c][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x8e][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegist" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ry$WeakMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x91][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nr[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x99][0x2][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NZ[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x9e][0x2][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0xa9][0x2][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0xab][0x2][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xad][0x2][0x0]org/apache/logging/log4j/spi/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xb5][0x2][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xb6][0x2][0x0]org/apache/logging/log4j/spi/StandardLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa4][0xbb][0x2][0x0]org/apache/logging/log4j/spi/Terminable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xbc][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xbe][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbf][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xc6][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0xc7][0x2][0x0]org/apache/logging/log4j/status/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xc8][0x2][0x0]org/apache/logging/log4j/status/StatusConsoleListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xcd][0x2][0x0]org/apache/logging/log4j/status/StatusData.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd3][0x2][0x0]org/apache/logging/log4j/status/StatusListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0xd4][0x2][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x2][0x0]org/apache/logging/log4j/status/StatusLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5][0xe8][0x2][0x0]org/apache/logging/log4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NX[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xe8][0x2][0x0]org/apache/logging/log4j/util/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0xf2][0x2][0x0]org/apache/logging/log4j/util/BiConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce][0xa3][0xce]M5[0x2][0x0][0x0]F[0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xf3][0x2][0x0]org/apache/logging/log4j/util/Chars.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xf6][0x2][0x0]org/apache/logging/log4j/util/Constants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfa][0x2][0x0]org/apache/logging/log4j/util/EnglishEnums.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xfd][0x2][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xfe][0x2][0x0]org/apache/logging/log4j/util/IndexedStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}[0xaf][0x4]Xf[0x3][0x0][0x0][0x94][0x9][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xff][0x2][0x0]org/apache/logging/log4j/util/LambdaUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NQG[0xca][0xd8][0xa9][0x0][0x0][0x0][0xee][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0x3][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce]\[0xd0][0xcb][0x9a][0x2][0x0][0x0][0x9c][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x4][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0xea]F[0xae][0xb1][0x2][0x0][0x0]B[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x[0x7][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$UrlResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x0]org/apache/logging/log4j/util/LoaderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x17][0x3][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Nw[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x1a][0x3][0x0]org/apache/logging/log4j/util/MessageSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x1b][0x3][0x0]org/apache/logging/log4j/util/PerformanceSensitive.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nh'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x1d][0x3][0x0]org/apache/logging/log4j/util/PropertiesUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]*[0x3][0x0]org/apache/logging/log4j/util/ProviderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]14[0x3][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]6[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7]9[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]I[0x3][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]TL[0x3][0x0]org/apache/logging" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/log4j/util/SortedArrayStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NJkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8]c[0x3][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]d[0x3][0x0]org/apache/logging/log4j/util/StringBuilders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NDM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ik[0x3][0x0]org/apache/logging/log4j/util/StringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]l[0x3][0x0]org/apache/logging/log4j/util/Strings.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Ni[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r]s[0x3][0x0]org/apache/logging/log4j/util/Supplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N5[0xa6][0x0][0x1b][0xbe][0x0][0x0][0x0]P[0x1][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]t[0x3][0x0]org/apache/logging/log4j/util/TriConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NAX[0xff]&[0xa5][0x0][0x0][0x0][0xdf][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],u[0x3][0x0]org/apache/logging/log4j/util/Unbox$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*v[0x3][0x0]org/apache/logging/log4j/util/Unbox$State.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"y[0x3][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"q[0xcf]7U[0x7][0x0][0x0]G[0x11][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=}[0x3][0x0]org/apache/logging/log4j/util/Unbox.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x84][0x3][0x0]org/jboss/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x85][0x3][0x0]org/jboss/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]e[0x85][0x3][0x0]org/jboss/logging/BasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x3][0x0]org/jboss/logging/DelegatingBasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NS[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x9e][0x3][0x0]org/jboss/logging/Log4j2Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa1][0x3][0x0]org/jboss/logging/Log4j2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xa7][0x3][0x0]org/jboss/logging/Log4j2LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2][0xcf]g[0xbd][0xea][0x6][0x0][0x0][0xf5][0xe][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xac][0x3][0x0]org/jboss/logging/Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[[0xdd]ys[0xa1][0x2][0x0][0x0][0xf6][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xb3][0x3][0x0]org/jboss/logging/Logger$Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0xb6][0x3][0x0]org/jboss/logging/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xae][0xe4][0xe9][0xfe]T[0x1][0x0][0x0][0xb1][0x2][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0xd3][0x3][0x0]org/jboss/logging/LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]T[0xf9][0xdd]+[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xd5][0x3][0x0]org/jboss/logging/LoggerProviders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0x82][0xd1][0xd6])[0x2][0x0][0x0]q[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xd6][0x3][0x0]org/jboss/logging/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xd9][0x3][0x0]org/jboss/logging/Messages$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xdf][0x3][0x0]org/jboss/logging/Messages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe3][0x3][0x0]org/jboss/logging/NDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xe5][0x3][0x0]org/knopflerfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0xe6][0x3][0x0]org/knopflerfish/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xe6][0x3][0x0]org/knopflerfish/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xe6][0x3][0x0]org/knopflerfish/service/log/LogConfig.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xe8][0x3][0x0]org/knopflerfish/service/log/LogRef.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xf5][0x3][0x0]org/knopflerfish/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf6][0x3][0x0]org/knopflerfish/service/log/LogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xfa][0x3][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0xfa][0x3][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xfa][0x3][0x0]org/ops4j/pax/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xfb][0x3][0x0]org/ops4j/pax/logging/EventAdminPoster.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xfc][0x3][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xff][0x3][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0x91][0x4]<[0xc][0x2][0x0][0x0][0x91][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x6][0x4][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x7]Kf|[0x4][0x0][0x0]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x9][0x4][0x0]org/ops4j/pax/logging/PaxContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xe][0x4][0x0]org/ops4j/pax/logging/PaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x10][0x4][0x0]org/ops4j/pax/logging/PaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0x11][0x4][0x0]org/ops4j/pax/logging/PaxLoggingService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x13][0x4][0x0]org/ops4j/pax/logging/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]T[0xf]Rj[0x5][0x0][0x0][0xed][0xb][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0x13][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x19][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x1e][0x4][0x0]org/ops4j/pax/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x1e][0x4][0x0]or" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g/ops4j/pax/logging/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd8][0xa4]K[0x83]1[0x3][0x0][0x0]'[0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]p$[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]([0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R+[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B3[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x8e]b[0xf6]+u[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee]4[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NS-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]8[0x4][0x0]org/ops4j/pax/logging/internal/DefaultServiceLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]?[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]B[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5E[0x4][0x0]org/ops4j/pax/logging/internal/TrackingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]J[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]K[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd]X[0x4][0x0]org/ops4j/pax/logging/log4jv2/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+Y[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]`[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>f[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf]h[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1]l[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NIab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]o[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?r[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe]x[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x92][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe4][0xef]J[0xc4]6[0x4][0x0][0x0]}[0x9][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x98][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PaxAppender.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0x9d][0x4][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x9e][0x4][0x0]org/ops4j/pax/logging/spi/PaxFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xa0][0x4][0x0]org/ops4j/pax/logging/spi/PaxLayout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa1][0x4][0x0]org/ops4j/pax/logging/spi/PaxLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa2][0x4][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xa3][0x4][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xa5][0x4][0x0]org/osgi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa5][0x4][0x0]org/osgi/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0xa5][0x4][0x0]org/osgi/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0xa5][0x4][0x0]org/osgi/service/log/LogEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xa7][0x4][0x0]org/osgi/service/log/LogListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0xa8][0x4][0x0]org/osgi/service/log/LogReaderService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0xa9][0x4][0x0]org/osgi/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A(h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0xaa][0x4][0x0]org/osgi/service/log/package-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xab][0x4][0x0]org/osgi/service/log/packageinfoPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xab][0x4][0x0]org/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xab][0x4][0x0]org/slf4j/ILoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0xac][0x4][0x0]org/slf4j/IMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xad][0x4][0x0]org/slf4j/Logger.class" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xaf][0x4][0x0]org/slf4j/LoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xc8][0x4][0x0]org/slf4j/MDC$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xc9][0x4][0x0]org/slf4j/MDC$MDCCloseable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcb][0x4][0x0]org/slf4j/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xd2][0x4][0x0]org/slf4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xd4][0x4][0x0]org/slf4j/MarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd7][0x4][0x0]org/slf4j/event/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd8][0x4][0x0]org/slf4j/event/EventConstants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd9][0x4][0x0]org/slf4j/event/EventRecodingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xe3][0x4][0x0]org/slf4j/event/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0xe6][0x4][0x0]org/slf4j/event/LoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8e]0[0x1e]!k[0x3][0x0][0x0]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xe8][0x4][0x0]org/slf4j/event/SubstituteLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xeb][0x4][0x0]org/slf4j/helpers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc3][0x91][0xa1][0x9a];[0x2][0x0][0x0][0xea][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xec][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N\&[0x93][0xc][0x9b][0x4][0x0][0x0][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xee][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xf3][0x4][0x0]org/slf4j/helpers/BasicMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0xf3][0xbc][0xf7]=[0x3][0x0][0x0][0x99][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xfa][0x4][0x0]org/slf4j/helpers/BasicMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xfe][0x4][0x0]org/slf4j/helpers/FormattingTuple.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbd][0x0][0x5][0x0]org/slf4j/helpers/MarkerIgnoringBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x6][0x5][0x0]org/slf4j/helpers/MessageFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nj[0xee][0xc5][0x97]X[0x3][0x0][0x0][0xc3][0xc][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8][0x13][0x5][0x0]org/slf4j/helpers/NOPLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf1][0xc1]*)M[0x1][0x0][0x0]H[0x2][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o[0x17][0x5][0x0]org/slf4j/helpers/NOPLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x5][0x0]org/slf4j/helpers/NOPMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1b][0x5][0x0]org/slf4j/helpers/NOPMakerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb4](v[0x81][0xd2][0x1][0x0][0x0]7[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0x1d][0x5][0x0]org/slf4j/helpers/NamedLoggerBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0x1f][0x5][0x0]org/slf4j/helpers/SubstituteLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=,[0x5][0x0]org/slf4j/helpers/SubstituteLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O0[0x5][0x0]org/slf4j/helpers/Util$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]91[0x5][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nhi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]3[0x5][0x0]org/slf4j/helpers/Util.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]9[0x5][0x0]org/slf4j/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3]9[0x5][0x0]org/slf4j/impl/StaticLoggerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xef][0xc0][0xe7][0xcd][0xfe][0x1][0x0][0x0][0xae][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84]<[0x5][0x0]org/slf4j/impl/StaticMDCBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4]>[0x5][0x0]org/slf4j/impl/StaticMarkerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>A[0x5][0x0]org/slf4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|A[0x5][0x0]org/slf4j/spi/LocationAwareLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7]B[0x5][0x0]org/slf4j/spi/LoggerFactoryBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe5]C[0x5][0x0]org/slf4j/spi/MDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?E[0x5][0x0]org/slf4j/spi/MarkerFactoryBinder.classPK[0x5][0x6][0x0][0x0][0x0][0x0]B[0x1]B[0x1]"s[0x0][0x0]=F[0x5][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 13:01:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1e2309dfad5e511bd5e3485038f64f9e8c6ca783" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 13:01:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45406<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 107979[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x96]Ms[0xda]0[0x10][0x86][0xef][0xcc][0xf0][0x1f][0xd4][0x1c]:[0xa1][0x13][0xb][0xcc]G[0x93][0xc0]pHR[0xe][0xc9]@[0xc2][0x84]6[0x97][0x1e]:[0xc2]^[0x13][0xa5][0xb2][0xe4]J[0xe2][0xeb][0xdf]wm[0xf3]a[0x83][\r][0xb9]z[0xdf]}v[0xb5]z[0x17]1b[0x92][0x7]`[0xac][0xf3][0x6][0xda]p%[0xbb][0xc4][0xa5][0x8d]j[0xe5]^[0xfa][0xce][0x90][0x19];R>[0xf]8[0xf8][0xf8][0xb9]s[0xdd]n[0xdc]6[0xdd][0xdb]V[0xab][0xdd]A[0xc1][0x9c][0xb][0xdf]y[0xf2][0xff][0xc6][0x9]7[0xb4][0xf1][0xc7][0xbd]n[0xa6]_[0xad]s[0xbf][0xee][0x92][0x8f][0xa9][0x92]*[0xd0][0x10][0x93][0xbe][0x0][0xe7][0x7][0x18]O[0xf3][0xc8]&5^[0xc6][0x93][0xf6][0x13][0xb9]g[0x6][0x88]C[0xee][0x8c][0x81]p*[0xd6]D[0x5][0x84][0x9]AB[0xe5][0xcf][0x5][0x18][0xba]OU[0xde][0xaf][0xd7]a[0x97][0xbc][[0x1b]u[0xeb][0xf5][0xe5]rIUd[0xda][0x1f]T[0xe9]Y}[0xa7][0x1a]r[0xf][0xa4][0x81][0x9c][0x8c]E[0xcc]{[0x87]D'[0xd2][0xb0][0xa9][0xf][0x1f][0x1f][0x6][0xcf][0x93][0x81][0xd3][0xa4][\r][0xfa]nC[0xb1][0x3][0x8c]6[0xa3][0xd8]M[0xa2][0xb9][0xb]=[0xb3][0x10][0xe][0xbb][0x16][0xfb][0xcc][0xc9]:[0x9c]*,[0x90][0xca][0xb0][0xda][0xa6][0xbf])Jw[0xa2]7[0x90][0xbe][0xd2][[0x8a]C^"[0x90]d[0xcc][0xb4][0xe5][0x1e][0x8f]X<[0x17]2Q[0x81]]2[\r]$P[0x9a]<[0xb1][0x5][0xcb]$[0xef]n[0xa7]C[0xdd]j[0xe5]A[0x3][0xb3][0xe0]'[0xa3][0xbe]K[0xe]IFl[0x81][0xc0]TO[0xc6]b>[0xe3][0xb2]Z[0x19][0xac]"[0xa5][0xad]3f[0xde]_6[0xcb][0xf5][0x6]+[0xf0]z[0x8b][0x14][0xdb][0xbf]H[0xb0][0x17]W[0xfb]0W[0xb9]`[0xb5]B0[0xde][0x9b][0xe3][0x0][0xbb][0xfd][0x8b][0xbd]L09[0xcb]d[0x85]Jr[0xab][0xb4][0xa1][0xc6]b[0x83]a[0x16][0x18]+c$[0x92]JJn[0x93][0xf][0xbb]:[0xae][0x9a]*[0x91][0x84][0x95]`[0xe5]A[0xe2][0xaa]"[0xd4]>z[0x12][0x8a][0xa4]\Z!*=[0xd2][0x99][0xe6][0x90]T[0xc2][0x91]`[0xcb]r?[0xf0][0xa6]W[0xb1][0x80][0x1a]#[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I'[0xcf][0x96]-c"~X[0x6]IY[0x1][0xe6][0xc2][0x89][0x8b]O[0xe2][0x94]K[0xb][0xfa]hhH:[0xbe][0x8c]$!K[0x98][.[0xa8][0xa7][0x84][0x0]/[0xee][0xee][0xe8]>ci[0xec][0xa7][0x8c][0x1a][0xe4][0x82]k%C[0x90]GC:[0x4]s[0xf7]&[0xd7][0x17][0x92][0x8a]d![0xf]O[0x9d]2[0xd1]DZE[0xa0][0xed]z[0xa3]CR[0xa9]t[0x15][0x8a][0xd3][0xb7][0x87][0x2][0x1a]1m [0xbe][0xab][0xd8][0x99]3[0xba]ly[0xd4]Wa[0x82][0x8a][0xc3][0x86][0xad]p[0x82][0x8f]3[0x89][0xf3][0xca]o[0xa4][0x11]A[0xbc]ra[0x84]?)[0x8f]a[0xd9][0xc6]n7([0xd7][0x84][0x6][0xa3][0xc4]<[0xf9]U[0xed][0xab][0xc4][\r],[0xb5][0x10][0xf6]pf[0xad]JS[0xf]|[0x86][0xa4][0xf2]5[0xfa],$[0xd9][0x1e]$[0x1d]/[0xd0][0x19]B[0xa1]_{[0xf1][0x84]?[0x91]W[0xe2][0xe3]lM$[0x15][0xa5][0x9f]3qA[0xdb]HBD~[0x99][0xb][0xcc]q[0xe0][0x8c][0xe4][0xee][0xf7][0xf4][0xdf][0x88][0xbf]BR[0xb3]vb2[0x1b]7U+c[0xcd][0x17][0xf8][0xe][0xec][0xdd][0xf2][0xe5][[0xb5][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xe6][0x1c]-[0xf6][0x80][0xaf][0xdf][0x94][0xb]n[0xf1][0x8d]Pf[0xc6])@/[0xc0][0xf7][0x19]4[0xba][0xf6][0xf2][0xeb][0xe5][0xe6][?~h&[0x83][0xda][0xe5][0xb6][0x7][0x97]^[0xd7]j[0xe8][0xd4][0x9f]J[0x89].[0x89][0xff][0x9][0xb4][0xf0][0xa9]l[0xd0]f[0xc3][0xed]4n[0xdd][0x86][0xdb]j~[0xaf]V[0xfe][0x3]PK[0x7][0x8][0x1a][0xa6][0xb9][0x9][0xda][0x2][0x0][0x0]9[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]_o[0x9b]0[0x14][0xc5][0xdf][0xf9][0x14][0xf7][0xad][0xeb][0x3]x[0xad][0xba][0x17][0xde][0xb2]*[0x95]R[0x91]&[0x13][0x9d][0xb4]W[0x7]n[0x8a]3c{[0xb6]C[0x9a]}[0xfa]][0x87][0xa0]%[0xd1]D$[0xb6][0xc1][0x3][0xc2][0xbe][0xe7][0xd8][0xe7][0xc7]?[0x9b]1[0x88][0xff][0xfa][0x88][0x18][0x83]W[0xcb][0x95][0x13]^4[0x8]%[0x1a]T%[0xaa]B[0xa0][0x3][0xbd][0x6]_[0x9][0x7][0xc6][0xea][\r][0x16][0x9e][0x8a][0x1e]m-[0x14][0x96][0xb0][0xb6][0xba][0xa6]"[0x6]{[0xcd][0x1b]T`[0xa8]C[0xdb]7[0xae][0xc4]O[0xaa][0xaf][0xf6]][0x83]{[0xa1]U[0x12]t[0xff] l[0xb4]X[0xe6][0xf][0xcf][0xf0][0x99];[0x84][0x18]&RFQ[0xf4]DQR[0xb8]i+1,[0x8][0x0][0x96][0xdc]zQ[0x8]s[0x98][0x1c]r[0xbd][0xf6];n[0x11][0xd6][0xda][0xc2]3o[0xf8][\r]|[0xa8][0xbc]7)c[0xbb][0xdd].[0xd1][0xc6]=l[0x12][0x8a][0xcb]n#[0x8]#[0x9c][0xce]1}[0xc7]b{[0x18][0xa5][0xb3]x[0xe4][0xf5][0x89]g'[0xbe][0xb]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g$[0xdf][0xb3][0x15][0x99][0xd8][0xa1][0x16][0x87][0xcb][0x18][0xc9][0xcd]n[0xc3][0xad]8:Boz!HW[UJL[0xef][0x92]O[0xc9][0x1d]%[0x0][0xc8]D[0x81][0x8a][0x84]0[0xc9][0x9a]{8[0xb][0xcb][\r]/*<[0xcc],[[0x95]c[0xd9][0xec]q[0xfa][0x92]O[0xe3][0xfb][0xe4]cR[0xf9]Z[0xfe][0x1]c[0xb6][0x18][0x94]_[0xe8][0xde][0xf4]B[0x8f][0x91]=[0xe3][0xea]mPzI[0xc6][0xde][0xfc]A0[0x6][0xc1]\+[0xe1][0xb5]u[0x83]([0xea][0xa3][0xb9][0x97][0xa4][0x13][0x8d]A[0xf3][0x82]~[0x10][0x88]B[0xdf][0xcb]@[0xf5]1[0xe2][0xe7]h[0x1b][0x92][0xc3][0xd2][0xea]F[0x94]haR[0x14][0xe8][0x86]=[0x1b]gD/[0x12][0xd5]GA[0xa2]G[0x8f][0xc3][0x0][0x82][0xb3][0x1f]!([0xc6][0x80][0xf8][0xea][0x85][0x1c][0xc4]@[0xbf]g[0xd9][0x8b][0x10][0x4][0xa3][0x11][0xc4][0xf0][0xa8][0xa5][0xa4][0xe5][0x92][0xd6][0x8c]a/U[0x88][0x1b][0x17][0xbf][0x7][0xb9][0xca]v*[0x1e][0x91][0x93]> [0x83][0xd6][0xef][0x87]C[0x9a][0xe3][0x8][0xd7][0x9];[0xe5][0x88]x[0xdf][0xe6][0xd9]p[0xb2][0xf7][0xfa][0xfa]+[0x19]D[0xff][0x81][0xa7][0xdb][0x10]}Y[0xe4]IQ[0x9d]ou~hG}-s[0x9e]=[0x11][0xf3]d9[0xa3][0xe5][0xa9][0xdc]J<[0x13]:[0xb9]nY[[0x88]C3=[0x9c]cN[0xff][0xb4][\r][0xb7]m[0xe4][0x8b][0xcc][0xf3][0xd9]k[0xd7][0x80][0x8b]=[0x16][0xf5][0xe9][0xad]-.[0xe2][0xd7][0xc2][0xc7][0xc7]Fb*C[0xe9][0xe9][0xf8][0x5]PK[0x7][0x8][0xfd][0xd2]l[0x1d][0x5][0x2][0x0][0x0][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd][0xbb][0xe][0x82]@[0x10]F[0xe1]~[0x9f][0xe2]/[0xa1][0xe0]"!&[0xda][0xa9][0x1d][\r]$[0xf8][0x2][0x13][0x18]`[0xcd][0xca]lvG[0x8c]oo[0xa2][0xb1][0xb7][0xff]r[0x8e]i[0xbb][0xbe]np[0xa6][0xc8][0xc8]pr[0xce]\[0xc4][0xbf][0x82][0x9d][0x17]EU[0x96][0xfb][0xac]*w[0x7]|Q[0x86][0xd6][0xf3][0x8a][0x8e][0x82][0xda][0xc1]zR++z[0x99][0xf4]I[0x81]1I@C[0x1b][0x19]s]l[0x84][0xf]2>[0x6][0x85]][0x7][0xf7][0x18]9"[0xfe][0xe0][0xc8][0x1b];[0xf1]<[0x82][0xd4][0xfc]SD[0xf2][0xf9][0xa7]H[0x16]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "e[0xba][0xe7][0xe2]c}[0xcb]%[0xcc]E[0x9a][0x1b]c[0xde]PK[0x7][0x8]LWE[0xc5][0x8e][0x0][0x0][0x0][0xc9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]META-INF/maven/org.ops4j.base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.properties[0x15][0xcc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14]@[0xd1]}[0xbe][0xe2]A[0xd7][\r]F[0xeb]T[0xe8]JD\[0xe8][0xca][0x1f][0xc8][0xf0][0x9a]FB^[0xc8]P[0xea][0xdf]K[0xb6][0xe7][0xc2][0xed][0x1e][0x18]0[0xc9][0x82][0x6][0xd4][0xf](Y.[0xa3][0xd4][0xb][0xf2][0x19][0xbd][0xdb][0xb8][0xaa][0xc1]x[0x8c][0xbe]Z[0x17]X[0xf7][0xa2][0x0]oZA\@[0x9c][0xc6][0xe1]<[0x1e][0x4][0xdc][0xee][0x1f][0xd8][0xef][0xc4][0x95][0xad][0x98][0xb2][0xa3]0[0x9]~[0xe4][0x82][0xd9]D5>[0xcd][0xd4][0x8e][0x14][0xf3][0xf0][0xe5]Jfd2[0x15]7K]Zi[0xda]7[0xed]qC[0xcd][0xfe]PK[0x7][0x8][0xec][0xf5]'[0x81]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.xml[0xc5]T[0xcb]n[0xdb]0[0x10][0xbc][0xfb]+[0x4][0xdf]E[0xda][0xa9]{1T[0x1d][0x2][0xf4][0x90]"i[0xc][0x4](z[0xa5][0xa8][0xb5][0xcc][0x94]"Y-e+_[0x8a][0x94]l[0xca][0x8f]6=[0xc5]'i4[0xdc][0x99][0xd9]]33[0x8d]~[0x5]n[0x93][0xae][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xcc]w[0xd6][0x9a]5[0xa5]5[0xdb][0x83]"[0xcc]0[0xbe][0x3][0xa2][0x9b][0x8a]n[0x9e][0x9f][0xe8][0x8a],[0xc8]b[0x1e][0x98][0xeb][0xe][0xc5][0x91]}8[0x1c][0xc8][0xe1][0x93][0xe7][0xdd]-[0x16]K[0xfa][0xf3][0xe9][0xf1][0xc5][0x1d][0xac]Y*[0x14]Z[0xa6]8[0xb8]S([0xd6][0xe8][0xc1]G[0xcd][0x99][0x15]Z[0xbd]C,[0xb9][0xc5][0xe8][0xb0][0xc]`[0xea]y[0xc4][0xbd][0xcf][0xf3]Y[0xe2]~Y[0xad]K[0x90]?[0xa0]A'[0x91][0xfb][0xaf][0x19][0x9d]`[0x81]fX[0x3][0xca][0x86][0x17][0xf][0xb0][0xc6][0x8a]-[0xe3][0xf6][0xa1][0xcc][0xb][0x86][0x90][0xd1][0x8]8[0xb1][0xaa]F[0xb7][0xc6]![0xce][0x4][0xd1][0x6]W[0xaf][0x19][0x1d][0xa1][0x13]i?(-[0xc9]g[0xb2][0xcc][0xe8]>[0x16][0xf6][0x84][0x6][0xa4]k[0xc1][0x1e]6[0xcc][0xee]rB2:[0x1][0x82]A[0x1a];[0xbc][0xd4]%[0xc1][0xe4]D<[0xce][0xe0]IiOJ[0xa1][0x3]~[0x19][0xc7]u[0x80][0xff]b[0x95]PU^[0xb4][0xaa][0x94][0xd0]+[0x8e]H`(VC[0xfe][0xbc]yY}K[0xee]][0xa1]$M[0xbe][0xba]Rm?[0xbc][0x8c][0xfa][0x8f][0xb3][0xa1]T[0xa3][\r][0xb8][0xfa][0x80]Q[0xc8]P[0x95][0xe0][]h)[0xf8][0xf7][0x9e]?[0xb5]O[0x82][0xb3]k[0xc4][0x8b]2[0xbd][0x1c]:[0x83]q[0x8d][0xc9][0xf1][0x13]a[0xec]_d*@%[0x18]P%(>5z[0x84][0xdf]N[0xe0]E[0xd3]Qn[0xaf][0xe][0xfb][0xbc][0xef][0x9e][0x97]2#n,[0x10][0xbd][0xa6][0xf6]o[0xb]|G~k$RW[0x85][0x1b][0xd2];|[0xc][0xcc][0x94]K[0x86]([0xae][0xcc][0xff]x[0x8][0xb9][0xeb]Sn[0x1]mF[0xc3][0xf3][0x7][0xba][0xd5][0xcd][0x8d][0xde][0xff][[0x8d][0x90]h[0x7][0x8a]V[0xc8]x[0x1e]F[0xb6]n[0xe3][0xf1]L([0xa0]Sp[0x92][0xb0]_[0x89][0xe1]>[0xda][0x82][0x14][0xdd][0x8d][0x8c][0xe7]9[0xc3][0x9d][0x15]66[\r]"[0x89]K[0xcf]m[0x8c][0x8][0x8e][0x9][0x87]43[0xbf][0xed][0xfd]=[0x9e][0xff][0x1]PK[0x7][0x8][+^[0x0][0xd2][0x1][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x8]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83]#[0xb5][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9]J[0x15][0xd5][0xfa]&[0xb9][0x91]w_[0xa9]k0[0x9e][0xa2][0xaf][0xd6][0x5][0xd1]=8[0xc0][0x93]w[0xc0][0x9]p[0x9c][0x87]i[0xc6][0x11].[0xd7][0x17][0x1c][0xf]x[0x16];[0xa5][0xec]8,(O[0x12][0x85]M\[0xe3][0xdd],[0xed][0xc8]1[0xf][0x1f][0xa9]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6][0xbd]c[0xf1][0x7]PK[0x7][0x8]d[0xda][0x3]U|[0x0][0x0][0x0][0x88][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xc8]*Rn[0xdd][0xc5]P5[0x14][0xc8][0x90]"[0xa9][\r][0x4]-[0xba][0x5][0xb4]t[0x91][0xe9]R$A[0xd2][0xb2][0x82][0xa2][0xff][0xbd][0xfc][0x90][0x14]Iu[0x81][0xc][0xd9]|[0xc7][0x97][0xef]=w<9WZ[0x9e][0xa0][0xb4][0xa8]k[0xb8]0[0x9f]WGk[0xd5][0x96][0x90][0x86][0xb6] 0U[0xb4]<[0x2][0x96][0xba]&[0xfb][0xdd][0x3][0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xcb][0xe5][0x82]/[0x1f][0x83][0xee]C[0x96][0xad][0xc9][0xcf][0x87][0xfb]Gw[0xb1][0xa1])[0x13][0xc6]RQ[0x82][0xbb]e[0xd8][0xd6][0x84][0xe4][0xbd],[0xa9]eR[0xbc][0xa1][0x18][0xfa][0x9f]"$[0xd2]v[0xf3][0x94]=e[0xb8]3[0xd5][0xaa]H[0x12][0x84][0xf2]FV[0xc0][0x80]6[0xce][0xbe][0x8][0xe]9[0x99][0xe5][0x82]JQ[\r][0xc2][0x16][0xee][0xa7][0xb]j-[0xcf][0xea][0xae]*[0x9c]+[0x96][0xca]lN9[0x19]RQ@[0xb5]e[0xcf][0xb4][0xb4].q[0xa0][0x6]r2IDE[0xdb][0x9b][0xaf][0xf1]'[0xbc][0xce][0xc9][0x10][0xc6]C[\r][0xdc]u[0xdb][0xc2][0x9e][0xda]c[0x81]1Q[0xb2][0xc1]n[0x82]9[0x99][0x1d]x,2p%[0xd7][0xb0]p,>a[0x9b][0x92][0x5]I[0xea]%)[0x93]KD[0xd7]p[0xf9][0x8b][0xd6]L[0xd4][0xc5][0xe1],*[0xe][0xbe][0xd4][0x90][0x9][0xd5][0x4]m[0xa0][0xd8][0xed][0x1f]7_[0xd1][0x17][0xe7][0x81]Rt[0xb7][0xcb]I[0xc8][0xfa][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L[0xa9][0x99][0xb2]cW3[0xe9]w[0xcb]8[0xb3][0xc][0xc][0xb9][0xed],[0x8][0xdf][0xbb]A[0xa1];[0xa8][0x90][0x95][0xe8]D[[0x8a][0x99][0xc4][0xa1][0xc7][0x99]U`[0xd3]R[0x81][0xf6][0xd7][0xfb][0x81]EDl^[0x9a][0x83][0xe4][0xac][0xfc][0xe6]![0xe6]S[0xc0][0xbe][0xc5]k[0xb2][0x99][0x81][0xa7]7[0xae][0xcf][0xe9][0xed][0xc9][0xc5][0xd7][0xe3]8[0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 107979 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9]F[0x12]L[0x18][0x1f][0xde]W[0xf1][0xb3][0x1b]U[0xcf]7[0xc6]C[0xb8]x[0xac]~I[0x9f][0x81][0xb3]n[0xb1]J[0xcb]u[0x8a]K[0x1c]y[0xd2]h[0xfa][0xef]v[0x5][0xb8]I[0xc1]!2[0x91][0xbb][0xe7][0x8c][0xaf][0xa4]@T [0xca][0xd7]Y[0x8e][0xa9][0x97][0xd1][0xec][\r][0x8b][0xb5][0xe4][0x9c],[0x17][0xa7][0xa2][0xbe][0xca]8,[0xfd][0xcd][0xef][0xfe][0xf][0x5][0xf7][0x99]?[0xcb][0xf][0x82],[0xa1][0xde][0x9f][0xb2][0x91][0x82]Y[0xa9][0xcd][0xfb][0x92]N[0xe2][0xb8]&ak[0xbc]C[0x91][0xfc][0x5]PK[0x7][0x8][0x17][0x8]Z[0xcb][0xe2][0x1][0x0][0x0]G[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83][0x91][0xa8][0xb5][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98][0xb4][0xd3][0x18][0x9][0x99][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb]Q[0xa0][0x84][0x85][0x16]0?[0xe0]d%F[0x9c][0xdf]$W[0xf2][0xee]+M[\r][0x8b][0xa7][0xe8][0xab]uAt[0xf][0xe][0xf0][0xe4][\r][0xd4][0x0][0xea]8[0xea][0xd3][0xa8][0x7][0xb8]\_[0xb0][0xdf][0xa9][0xb3][0xd8](e[0xc7]aR[0xf2] [0x95][0xb0][0x89]k[0xbc]/S;r[0xcc][0xfa]#[\r]f[0x12][0x98][0x8a][q.[0xad]4[0xed][0x9b][0xf6][0x1e][0x83][0x15]PK[0x7][0x8]$\\[0xa7]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.xml[0x8d]S[0xcb]n[0xdb]0[0x10][0xbc][0xeb]+[0x8][0xdf][0xb5][0x94][0x1b][0xf7]b[0xa8]:[0x14][0xe8][0xa1][0x85][0x93][0x18][0x8]Z[0xf4][0x16][0xd0][0xd2]F[0xa6]K[0x91][0x4]I[0xcb][0xea][0xdf][0x97][0xf][0xc9][0x95][0x9c][0x4][0xc8]M;[0x1c][0xce][0xce],W[0xa5]6[0xea][0x84][0xb5]#C'[0xa4][0xfd][0xb2]::[0xa7][0xb7][0x94]v[0xac]G[0x9]L[0xb3][0xfa][0x88][0xa0]LK[0xf7][0x8f][0xf7]t[0x3][0x5][0x14][0xab][0xc4][0xdc][0xe][0x96]_[0xd9][0x97][0xcb][0x5].w[0x91][0xf7][0xa9]([0xd6][0xf4][0xf7][0xfd][0xee][0xc9]_[0xec]X[0xce][0xa5]uL[0xd6][0xe8]oY[0xbe][0xb5][0x11][0xdc][0xa9][0x9a]9[0xae][0xe4][0x7][0x9a][0x91][0xf7][0x18][0x11][0xc8][0xfb][0xcd]s[0xf1]\[0xc0]`[0x9b]U[0x95]e[0x84][0x94][0x9d]jP[0xfc]Bc[0xbd]|[0x15][0x15]J[0xba][0xc0]"K3[0x83][0xd2]U[0xfe][0xd3][0x17][0xad]Qg[0xfd][0xbd][0xa9][0xbc]*(m7[0xa7][0x92]NP"0[0xe3][0xf8][0xb][0xab][0x9d][0x7][0xe][0xcc]bIg@b[0xf4][0xa3][0xf8][0x1a]>[0xc3][0xba][0xa4]S[0x99][0xe][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f][0xb6][0xc7]=s[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80]j[0xd5][0x81][0x9f]`I[0x17][0x7][0xc1][0x16][0x9d]|eo[0xd9][0x82][0xd4]|[0xe6]m[0xee],R[0xf2]@[0xc9][0x5][0x93][0xed][0xad]I[0x1f][0xb9][0xfe][0xc3]Z.[0xdb][0xea]p[0x96][0x8d][0xc0][0xd0]lBb?[0xc9]:[0xac][0x1e][0xf7]O[0x9b][0x1f][0xe4][0xab]W!9[0xd9]E[0x9d][0x88][0x7]B[0x83][0xb6]6\[0xbb]k[0xb2][0x5][0xf9][0xa7][0xe3][0x82];[0x8e][0x96]~[0x1b][0x1c][0xca][0x90][0xdf][0x92][0x98][0x10][0x1b][0xe2][0x14]9[0xb1][0x9e]Ap[0x6]1[0xe9]B,[0xfa]3J[0xa3][0x9][0x2][0xe3][0xd8][0x92]M[0xb0][0xbb][0x83][0x12][0xbc]~[0x8]6[0x96][0xb3][0x80][0x14][0xf4]-[0xe2]B"$[0xb0]>[0xed][0xfc][0xfe][0xe2][0xea]Bz[0x85][0x99][0x95],[0xca]p1[0xbd][0xb4][0x16]g?[0xb2][0xd1][0xe3][0xb5][0x9e][0xca][0x9b]g[0x1b][0xd7][0xf5][0x5][0x5][0x1f]n[0x96][0xea]v[0xb1][0xd2]:'?y[0x12]}[0xbd]g[0xd1][0xdc][0xac][0xe1]T[0xd9][0xe4]{[0xf4][0x99][0xc5][0x4][0xe1][0x97][0xae][0xfe][0x1]PK[0x7][0x8][0x8a](_[0xd7][0xa7][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uC#Uj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]5%fB~[0x8a][0xde]^[0xb2][0xfd][0x1e][0xbc][0xe6]F[0x9e]"f2[0xa0][0xc0]q[0x95][0x18]p~[0x93]\[0xc8][0xd9][0xaf][0xd4][0xc5][0x1b]G[0xc1][0x95][0xd5]z[0xd1]<[0xd8][0xc3][0x93]wP[0x3][0xa8][0xd3][0xd8][0xf]c[0xa7][0xe0]r}[0xc1][0xa1]Sg[0xb1]SL[0x96][0xfd][0xa4][0xe4]Q*[0xb1]F.[0xe1]n[0xa6]z[0xe4][0x90][0xfa]MjL$0f[0xbb][0xe0][0x9c]k[0xa9][0xda]Vm?[0xec]m[0xe6][0x98][0xc4][0x1f]PK[0x7][0x8]f[0xab][0xd3]|[0x80][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.xml[0x8d]SMO[0xc3]0[0xc][0xbd][0xf7]WD[0xbb]7[0xe9]`\[0xa6][0xd2][0x3][0x12][0x7][0xd0][0xc6]&M n(k[0xbd]-#M[0xa2]$[0xdb][0xca][0xbf]'[0x1f][0xed]h7[0x90][0xb8][0xd5][0xf6][0xf3][0xf3]{[0x8e][0x9b]+-[0xf7]PZ[0xd4][0xd4]\[0x98][0xfb][0xd1][0xce]Z5%[0xa4][0xa6]G[0x10][0x98]*Z[0xee][0x0]K[0xbd]%[0xcb][0xc5][0x9c]Lp[0x86][0xb3]QDN[0x1b][0xc3][0xce][0xe8][0xd3][0xe9][0x84]O[0xb7][0x1]w[0x93]ec[0xf2]>[0x9f][0xad]\cMS&[0x8c][0xa5][0xa2][0x4][0xd7]e[0xd8][0xd4][0x84][0xe4]L[0x96][0xd4]2)[0xfe]1[0xc][0xfd][0x85][0x8][0x89][0xf4]8[0xf9][0xc8]>2[0xdc][0x98]jT$[0x9]By-+[0xe0]o[0xa0][0x8d][0xa3]/[0x2]CN[0x6][0xb9][0x80]RT[0x83][0xb0][0x85][0xfb]t[0xc1]V[0xcb][0x83]z[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x8a][0xa5]2[0x93]}N[0xba]T[0x4]Pm[0xd9][0x86][0x96][0xd6]%[0xd6][0xd4]@Nz[0x89][0x88]8[0xb6][0xe4]c|[0x87][0xc7]9[0xe9][0xc2]X[0xd4][0xc0][0x9d][0xdb]#,[0xa9][0xdd][0x15][0x18][0x13]%k[0xec]6[0x98][0x93]A[0xc1][0xcb]"[0x9d][0xae][0xe4]7Y8[0xe][0xef]i[0xeb]+[0xb][0x90][0xd4]C[0xd2]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x97]B[0x9d][0xed][0xf2][0x93]n[0x99][0xd8][0x16][0xeb][0x83][0xa8]8[0xf8][0x81]]&[0xcc][0x14][0xb4][0x86]b[0xb1]\M[0x9e][0xd1][0x83]cB)[0x9a][0x9f][0xb9]B[0xcd][0x83]*0[0xa5]f[0xca][0x9e][0x1d][0xe][0x1a]^-[0xe3][0xcc]20[0xe4][0xb1][0xb1] [0xfc][0x1e][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "N[0xa1]BV[0xa2]V[0x9c][0x1b][0x89][0x83][0xe5][0x1][[0x10][0xa9][0xa5][0x2][0xed][0x19][0xda][0xfd]E[0xad][0xd8]|[0xd5]k[0xc9]Y[0xf9][0xe2]u[0xc][0x97][0x82][0x1c][0xff][0x6][0x1e][0xd0]x[0x1b][0xc6][0xd9][0xee]s\[0xb5][0xff][0x80][0xe2][0xb3][0xf4]$%[0x81][0x8a][0xf1][0xee][0xe9][0x15]?[0xb8][0xfd][0xb5]Z[0xcf]q[0x17]^[0xbc]c{[0xbf][0x1b][0xe0][0xac][0xb9][0xb8][0xb2][0xcb]K[0x8b][0xf7][0x1d][0xf5][0xa4][0x91][0xf4][0xfa][0xf0][0x82][0xb8][0xde][0xc0].2Qw[0xab]3[0x9][0xe][0xfc]?^|[0x3]PK[0x7][0x8][0xcf][0xa6]X[0xcf][0xa7][0x1][0x0][0x0][0xed][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]G[0xab][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12][0x92][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb][0xb1][0xe7]$[0xb]kP?[0x8][0xc9][0xa0][0x8c]ry3[0xae][0xec][0xec][0x17]U[0xf5][0xda]qt[0xd5]X/[0xba]G[0xf0][0xf0][0xc][0x1b][0xd0][0x8]t[0x9a][0x86]q:[0x10]\[0xae]/[0xd8][0xef][0xe8],6N[0xd9][0x6]?[0x13][0x1e][0x91][0x84]I[0xa1][0xc6][0xbb][0x9e][0xdb]1[0xc4]<|P[0xc9][0xcc]B[0xa6]bW[0xb9][0x94]V[0x9a][0xf6]M{[0xcf]E[0xfc][0x1]PK[0x7][0x8]&l[0x11][0xa3]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xe8]*RN[0xdd][0xc5]P5[0x14][0xe8][0xd0] [0x1f][0x6][0x82][0x6][0xd9][0x2]Z[0xba][0xc8]t)[0x92] iYA[0xd1][0xff]^~H[0x8a][0xa4][0xba]@[0x86]l[0xbe][0xe3][0xcb][0xf7][0x9e];[0x9e][0x9c]+-[0x8f]PZ[0xd4]5\[0x98][0xaf][0xab][0x83][0xb5]jKHC[[0x10][0x98]*Z[0x1e][0x0]K][0x93][0xdd][0xfd]-[0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xf3][0xf9][0x8c][0xcf][0x9f][0x83][0xee]*[0xcb][0xd6][0xe4][0xe9][0xf6][0xe6][0xc1]]lh[0xca][0x84][0xb1]T[0x94][0xe0]n[0x19][0xb6]5!y#Kj[0x99][0x14][0xef]([0x86][0xfe][0xa7][0x8][0x89][0xb4][0xdd]<[0xb2][0xe2]'7[0xae][0x9e]p[0x8c][0x87]p[0xf1]b[0xfd][0xa6][0xbe][0x0]g[0xdd]b[0x9f][0x96];[0x15]79[0xf2][0xa4][0xd1][0xf4][0xdf][0x15][0xb]p[0x93][0x82]Cd"w[0xcf][0x19][0x1f]J[0x81][0xa8]@[0x94]o[0xd3][0x1c]S[0xaf][0xa3][0xd9];[0xb6]k[0xc9]9[0xd9]0NE}[0x91]q[0xd8][0xfc]O[0xbf][0xfb][0x15][0xdc]g[0xfe],[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb2][0x84][0xfa]x[0xca]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x1f]K:[0x89][0xe3][0x9a][0x84][0xad][0xf1][0xe]E[0xf2][0x17]PK[0x7][0x8][0x12]|[0xc2][0xd9][0xe2][0x1][0x0][0x0]L[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x16]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#Qj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]1[0xa5]$!?Eo/[0xd9]~[0xf]^wg[0xcf][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1b][0xd0]?[0x8][0xc9]"E[0x9a]?[0x8c][0xb]o[0xee][0x8b][0xba]z[0xb3]q[0xdc][0xaa]u^t[0xcf][0xe0][0xe1][0x15]v[0x90][0x3][0xc8][0xf3][0xa8][0x86]Q)[0xb8][0xde][0xde]p<[0xc8][0x8b][0xd8]9e[0x17][0xfc]$[0xf1][0x84]R[0xd8][0x14]j|[0x98][0xa9][0x1d]C[0xcc]jEM[0x99][0x5][0xa5][0xe2][0x16][0x9a]K+M[0xfb][0xa6]}[0x8e]N[0xfc][0x1]PK[0x7][0x8]F[0xda]z[0xb0]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xml[0x8d][0x93]Qo[0xc2] [0x14][0x85][0xdf][0xfb]+[0x88][0xef][0x85][0xba][0xb9][0x17][0xd3]5[0xd9][0xde][0xb6][0xe8]41Y[0xf6][0x8a][0xf4][0xaa][0xb8][0x16][0x8]`u[0xff]~[0x14][0xda]Ig[0x97][0xac]o[0x1c]>[0xee]9[0x17]ns[0xa5][0xe5][0x11][0x98]E[0x97][0xba][0x12][0xe6]qr[0xb0]V[0xcd][0x9][0xa9]i[0x3][0x2]SE[0xd9][0x1][0xb0][0xd4]{[0xb2]^-[0xc9][0xc]g8[0x9b][0x4]r~1[0xfc][0x87]>[0x9f][0xcf][0xf8]|[0xef][0xb9][0xbb],[0x9b][0x92][0x8f][0xe5]b[0xe3][0xe][0xd6]4[0xe5][0xc2]X*[0x18][0xb8]S[0x86][0xcf][0x8d][0x17][0x17][0x92]Q[0xcb][0xa5][0xf8][0x87][0x19][0xfa][0x8b][0xb8][0x98]2[0x88][0xa9][0xe7][0xb0][O[0x8a][0x4][0xb9]/[0xaf]e[0x9][0xd5];h[0xe3],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0x9b][0x93][0x81][0x16]0E5[0x8][0x1b][0x16]^[0xa0][0xda][0xf2][0x1d]e[0xf6][0xa5],[0xb6][0xd4]@N"[0xe1]J[0xed][0xb5]<)[0xa7][0xb8][0x10]X*3;[0xe6][0xa4][0x97][0xae]P[0xd3]9M[0xf1][0x3][0x9e][0xe6][0xa4][0x89][0x8d]=[0xa0][0xa1]rW[0xd0][0xc0][0x9a][0xda]C[0x81]qN[0x6]B[0x8]H[0xe2][0x84][0xb7][0xbe]8[0x84][0x1c][0x98][0xc7]=x(m[0xa1][0xd4](~[0xdb][0x8d][0xbb][0x0][0xf6]I[0xf7]\[0xec][0x8b][0xed]I[0x94][0x15][0xb4][0x86][0xbd][0x12][0x8]Ak(V[0xeb][0xcd][0xec][0x15]=[0xbb]:(E[0x1b][0xd0][\r]g[0x80][0xd6]Z6[0xbc][0x4][0x8d][0x9e][0x18][0x3]cr[0xe2][0xd1][0xa4]+[0xac][0xa5][0x2][0xe7][0x6]&[0xea]8x`[0xf3]Uoe[0xc5][0xd9][[0xcb][0xf]{[0xc1]>[0xe6][0x18]wS[0xa5]u3.m\">}[0xdd][0xef][0xaf]2[0x8a][0x94]t[0x95]x[0x15]?[0x99][0xaa]N[0xae][0xf3](q[0xa4][0xe][0xc5][0x9b][0xe7][0xe8][0xc6]r[0x7][0x15][0xbf][0x8c]L[0xc3][0xd8][0x80][0x85][0xd1][\r]i[0xd3]`2>o][0xfc]_1z[0xc5][0xf4][0xfd]u[0xdd]$[0x89]o[0xb5][0xfd][0x9f][0x8b]oPK[0x7][0x8]R[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#[0xad][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9][0xa2][0x8a]j}[0x13]n[0xe4][0xdd][0x17]u[\r][0xc6]S[0xf4][0xd5][0xba] [0xba][0x7][0x7]x[0xf2][0xe]r[0x2]y[0x9a][0x87]i[0x1e]%\[0xae]/8[0x1e][0xe4]Y[0xec][0x94][0xb2][0xe3][0xb0]H[0x1c]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9b][0xb8][0xc6][0xbb]Y[0xda][0x91]c[0x1e]>[0xa8]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6]}.[0x9c]H[0xfc][0x1]PK[0x7][0x8][0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xml[0x8d][0x94]Mo[0xdb]0[0xc][0x86][0xef][0xfe][0x15]F[0xee][0x96][0x9c]5[0xbb][0x4][0x9e][0xf][0xbd]mh[0xd7][0x0][0x1][0x86][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ef[0x1c]u[0xb2][0xa4][0x8a][0xca]G[0xff][0xfd]d[0xc9]v[0xed][0xc4]-z3[0xa9]W/[0x1f]R[0x84][0xb]c[0xf5][0xb]p[0x97]^[0x1a][0xa9][0xf0][0xc7][0xe2][0xe0][0x9c]YS[0xda][0xb0][0x13]([0xc2][0xc][0xe3][0x7] [0xda][0xd6]t[0xf3][0xf4]HW$'[0xf9]"*[0xd7][0x17][0x14][0x83][0xfa]|>[0x93][0xf3]][0xd0]}[0xcb][0xf3]%[0xfd][0xfb][0xf8][0xb0][0xf5][0x17][0x1b][0x96][0x9][0x85][0x8e])[0xe][0xfe][0x16][0x8a]5[0x86][0xe4][0x83][0xe6][0xcc][0x9][0xad][0xbe]P,[0xfd]H[0x11][0x12][0xd9]i" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0x9c]?[0xe7][0xe4][0x82][0xd5][0xa2]L[0x92]4-[0x1a]][0x81][0xfc][0x3][0x16][0xbd]}[0x19][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xc9][0x5][0x95]a[0x16][0x94]+[0xfd][0xa7][0xf]j[0xab][0x8f][0xe6]gUzW[0xa2][\r][0xae]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xda][0xa7][0xa2][0x80]Y'[0xf6][0x8c];[0x9f][0xd8]1[0x84][0x82][0x8e][0x12]Qq[0xea][0xcc][0x97][0xe4];Y[0x16][0xb4][0xf][0xe3][0xa1][0x5][0xe9][0xbb]=[0xc1][0x86][0xb9]CI[0x8]5[0xba]!~[0x82][0x5][0x9d][0x1c][0xb4]X[0xb4][0xe7]J[0xe6][0xb0]H,>b[0x1b][0x93][0x5]I[0xd6]J2t[0xda][0xde]P[0xfa][0x9e][0xf9]?V[0xb]U[0x97][0xbb][0xa3][0xaa]$[0xb4][0xd5][0xfa]L([0xa8]X[0x3][0xe5][0xd3]f[0xbb][0xfa][0x95][0xde]{[0x9b]4K[0xb7][0xd1]([0x1c][0xb4][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][a[0xdc][0xd0][0xdb]X[0x1d][0xc4][0xa1][0x8b][0x89],[0x94][0xb6][0xda][0x80][0xa7][0x1][0xec]F[0x12][0x9][0x8][0xbe]5;-[0x5][0xff][0xdd][0x16][0x98][0xf6]I[0xba]&[0xe6][0x94][0x13][0x8f][0x16][0xe]}'c[0x83][0xe9][0xdd]wE[0x9c][0xf1][0x8]&[0x9]>B[0xf6][0xef]h[0xe4][0xd1][0xcf][0xa3][0xa3][0x1c][0xe2]>[0xbc]z[0x94]n[0x19][0xf7] [0xc5][0xe5]je[0xae][0xd7]&.k[0xe4][0xc9][0xa2][0xe9][0xed][0x16][0x5][0xb8]Q[0xc1]>[0xc2][0xc8][0xdd]q[0xc6]w0[0xa0]*P[0xfc]}[0xa2]C[0xea]m0[0x1b][0xb3][0xa2][0xdc][0xdf][0xec][0xf5][0x14]1(2f[0xc4][0xcc]z[0xd3]k[0xf7][0xcf][0xca][0xf1][0x3]y[0xd5]H[0xa4][0xae]w~[0xbf]>[0xad][0xd9]i2.[0x19][0xa2][0xe0][0xb3]#A[0xee][0x9f][0xab]t[0x80][0xae][0xa0][0xf1]{[0x96]i[0x14][0x87][0xa1][0x84]wnke[0xf2][0x1f]PK[0x7][0x8][0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.properties[0x15][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14][0x0][0xf7]9[0xc5][0x83][0xae][0x13][0x8c]T[0xb1][0x85][0xae]D[0xc4][0x85][0xae][0xbc]@>[0xaf]5%[0xe4][0x85]|[0x8a][0xde][0xde]f7[0xcc][0xc0]tw[0xc][0x98]TA[0xb][0xfa][0x7][0x94][0x16][0xa1][0xa2]2[0x1f][0x14]3z[0xf7][0x15][0xba][0x6][0xeb]1[0xfa][0xba][0xb8][0xc0][0xba]'[0x5]x[0xd1][0x6][0xf2][0x2][0xf2]<[0xf6][0xc3][0xb8][0xc3][0xf5][0xf6][0x86][0xe3]A[0xe]l[0xc3][0x94][0x1d][0x85]I[0x8a][0x93][0x90]lIT[0xe3][0xc3]N[0xed]H1[0xf7][0xab][0xd0]*#S[0xa9][0xb8]Y[0x99][0xd2]J[0xb3][0xbc]Y^[0x8b][0xf3][0xdc][0x90][0xf7]h[0xca][0xbe][0xc8][0xec][0xf]PK[0x7][0x8][0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xml[0x8d]T[0xc1][0x8e][0x9b]0[0x10][0xbd][0xe7]+[0xac][0xa8]Wl[0xd2][0xa6][0x97][0x88]rh[0xd5]C[0xab][0xdd]n[0xa4]U[0xab][0xde]V[0x8e][0x99]%N[0x8d]m[0xd9][0xe]aU[0xf5][0xdf]kl`[\r][0x9b][0x95][0xf6][0x4]3<[0xbf]y[0xf3]fL[0xa1][0x8d]:[0x1]s[0xa8]k[0x84][0xb4][0x9f][0xd6]G[0xe7][0xf4][0x8e][0x90][0x86][0xb6] 1[0xd5][0x94][0x1d][0x1]+S[0x93][0xfd][0xdd]-[0xd9][0xe2][0x1c][0xe7][0xeb][0x88][0xdc]u[0x96]O[0xe8][0xcb][0xe5][0x82]/[0x1f][0x2][0xee]}[0x9e]o[0xc8][0xef][0xdb][0x9b]{[0xb0][0xa1][0x19][0x97][0xd6]Q[0xc9][0xc0][0x9f][0xb2]|gC[0xf2]F1[0xea][0xb8][0x92]o([0x86]^C[0x84]D[0xd6]n[0x1f][0xf2][0x87][0x1c]w[0xb6]Z[0x97][0xab][0x15]BE[0xa3]*[0x10][0xbf][0xc0]XO_[0x6][0x86][0x82][0xcc]r[0x1][0xa5][0xa9][0x1][0xe9]J[0xff][0xea][0x83][0xda][0xa8][0xb3][0xfe]V[0x95][0x9e][0x15]+m[0xb7][0xa7][0x82][0x8c][0xa9][0x8][0xa0][0xc6][0xf1]G[0xca][0x9c]O[0x1c][0xa8][0x85][0x82]$[0x89][0x88]h[0x7][0xf2][\r][0xfe][0x88]7[0x5][0x19][0xc3][0xf8][0xd1][0x80][0xf0][0xdd][0xb6][0xb0][0xa7][0xee]XbL[0xb4]j[0xb0]w[0xb0] [0xb3][0xf][0xbd],2[0xea]Z][0x93][0x85]c[0xf1]D[[0xaa],@[0xb2][0x1e][0x92][0x9d][0x1d][0x17][0x19]SB[0xf8][0xa9]z[0x19]v)[0xd8][0xb7][0xcf][0xfe][0xd0][0x9a][0xcb][0xba]<[0x9c]e%[0xa0]/5[0x7]%8[0xfb][0xd1][0xab][0x99][0x9b][0x85]{'[0xf0][0xcc][0x89]k[0x87]ft}S[0xd6][0xdb][0x91]r[0xbd]J[0xf3][0xc][0x8e][0xe3]K$[0xae][0x2]%[0x17][0xe3][0x8a]hq[0xf6][0xfe][0xe][0xda][0xa7]x[0xc][0x17][0xf3][0x1e][0xf6][0xfc][0x11][0x4][0xef][0x16][0xdb][0xb8][0xdc][0xc8]x[0xf][0xa2][0x9e],[0x92][0xbe]\[0xd0] .)8F6[0xea][0x1e]t[0xc6]Qj[0x90][0x15]H[0xf6][0xec][0xf3][0x94]z[0x9a][0xc8][0xde][0xb0][0x9b]K[0x9d][0xc9]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*[0xeb][0xab][0x1a][0xc7]{[0xf3][0xee][0xef][0xf0]O[0xc2]C[0xe6][0xdf][0xf2]N[0x91][0xb9][0xa8]$[0x8e][0xe6][0x87]Y[0xf4][0xc][0xe5][0xea]?PK[0x7][0x8][0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.properties[0x15][0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xd1]}N1[0xd0]u[0x82][0xd1]Zl[0xa1]+[0x11]q[0xa1]+/[0x90][0xb4][0xd3][0x1a][0x9][0x99]0I[0x8a][0xbd][0xbd]d[0xfb]>[0xfc][0xe6][0x8e][0x1][0xd9]d[0x9c][0xc1][0xee]@[0xbc]*[0x13][0xcd][0xf4]A[0xb5][0xa0]w?eK[0x98]=F_V[0x17]D[0xf3][0xa4][0x0]/[0xda]@_@wC[0xdb][0xf][0xa7][0xe][0xae][0xb7]7[0x1c][0xf][0xba][0x17][0x1b]rr[0x14]F[0xad][0xce]J[0x8b][0x95][0xa9][0xc4][0xc7]<[0xd6]#[0xc5][0xd4]~[0x95]5[0x9][0x85][0xe1][0xec][0x16]3[0xe5]Z[0xaa][0xca][0xaa][0xb2]d[0xe7]ed[0x8a][0xc8]y[0x17]PK[0x7][0x8]j[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xml[0x8d]TM[0x8f][0x9b]0[0x10][0xbd][0xf3]+[0xac][0xdc][0xb1]I7[0xbd]D,[0x87]J=[0xb4][0xda][0x8f]H[0xab]V{[9fB[0xbc]5[0xb6]e[0x9b][0x84][0xfc][0xfb][0xfa][0x3]X[0xc8][0xa6]RO0[0xe3]7o[0xde]<[0xf][0x94][0xda][0xa8]w`[0xe][0xf5][0xad][0x90][0xf6]~utNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2]#`e[0x1a][0xb2]{~$[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xde][0xf2][0x9]}>[0x9f][0xf1][0xf9].[0xe2][0xbe][0x14][0xc5][0x9a][0xbc]>>[0xbc][0xf8][0xc2][0x96][0xe6]\ZG%[0x3]_e[0xf9][0xd6][0xc6][0xe4][0x83]b[0xd4]q%[0xff][0xa3][0x19][0xfa][0x17]"&[0xf2][0xd3][0xe6][0xad]x+po[0xeb]U[0x95]e[0x8][0x95][0xad][0xaa]A[0xfc][0x6]c=}[0x15][0x19]J[0xb2][0xc8]E[0x94][0xa6][0x6][0xa4][0xab][0xfc][0xab][0xf][0x1a][0xa3]:[0xfd][0xa3][0xae]<+V[0xda]n[0xde]K2[0xa6][0x12][0x80][0x1a][0xc7][0xf][0x94]9[0x9f][0xd8]S[0xb]%[0x99]%[0x12][0xe2]4[0x90][0xaf][0xf1]W[0xbc].[0xc9][0x18][0xa6]C[0x3][0xc2]O{[0x82][0x1d]u[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c[0xa2]U[0x8b][0xbd][0x83]%Y[0x1c][0x4]Yd[0xd4][0x95][0xdd][0x92][0x85]S[0xf3][0x99][0xb6][0xb9][0xb2][0x8][0xc9][0x3]$[0xef][0x1c][0x17][0xb9][0xbf]U[\r][0xc6]][0xae][0xd5][0xfa][0xd9][0xd9][0x1f][0xda]p[0xd9]T[0xfb]N[0xd6][0x2]B[0xd7]1[0x13][0x1b]K[0xda]B[0xf5][0xbc]{[0xd9][0xfc]D[0xdf]<[0x1d][0xca][0xd1]/O[0xe8][0x1f][0xbb][0x89]2B[0x2][0xb6][0x6][0xcb][0xc][0xd7]n[0x9a][0xf6]S[0x1d]w[0x1c],[0xf9][0xde];[0x90][0xc1][0x13][0x8b][0xe2][0xd4]P#[0xa7][0x90][0xbd]8h[0x9]S[0xf2][0xc0][0x9b][0xce][0xc4][0x95]@[0x83]n_[0x84][0xa3]%[0x8b][0xe]Q[0xff][0x4][0x18][0xfc]Mc`{i[0xf7]Jp[0xf6][0x14][0xb4]-M[0xc3][0xc1][0x11][0xfc][0xe1][0xc8][0xad][0x8a][0x5]W[0x98][0xcf]z[[0xe6]D[0xb7]9>[0x90][0xe9][0x2]g[0xe2][0xb2][0xc8][0xc7][0xc5][0xb8]$Zt[0xde][0xe4]A[0xf5][0x14][0x8f][0xe1][0xd5][0x8d][0xf][0x9b]~[0x0][0xc1][0xfb][0xab]}[0xbc][0xde][0xc9][0xf4]%$=y"[0xfd][0xbc][0xa2]Q[0xdc][0xac][0xe1][0x18][0xd9][0xa4]{[0xd0][0x99][0xc5][0x9][0xc2][0xdf][0xa0][0xfa][0xb]PK[0x7][0x8]b[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x6]#[0xb1][0xd8]BW"[0xe2]BW^ i[0xa6]5[0x12][0x93][0x90][0x9f]Ro/[0xd9]~[0xf]^w#OI[0x15]2[0xa0][0x10][0xd2][0x8a]*[0xaa][0xf9]M[0xb8][0x90][0xb3];[0xea][0xea][0x8d][0xa3][0xe8][0xea]j=[0xeb][0x1e][0xc1][0xc3]3l [0xce] [0xfa]Q[0xe][0xa3][0xec][0xe1]r}[0xc1][0xf1] [0x6][0xb6]Q[0xca]6[0xf8]I[0xe0][0x9][0x5][S[0xa8][0xf1]n[0xa6]v[0xc]1[0xcb][0xf]j[0x95][0x89][0xa9]T[0xec][0xa2][0xe6][0xd2]JS[0xde][0x94][0xd7]b[0x1d][0xdf][0xbf][0x8e][0xfd][0x1]PK[0x7][0x8][0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xml[0xad]T=o[0xdb]0[0x10][0xdd][0xf5]+[0x8][0xa3][0xab]H[0xb9]u[0x17]C[0xd5]P[0xa0]C[0x8b][0xa4]1[0x10][0xb4][0xe8][0x16][0xd0][0xd4]EfJ[0x91][0x4]I[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a][0xfe][0xf7][0xf2]CR$[0xd9][0x5]2d[0xb2][0xef][0xf8][0xf8][0xee][0xdd][0xdd][0xa3]Jm[0xd4][0x13]0[0x87][0xba]VH[0xfb]iupNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2][0x3]`e[0x1a][0xb2][0xbb][0xbb]%[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xce][0xf2][0x11]}>[0x9f][0xf1][0xf9]C[0xc4][0xbd]/[0x8a]5[0xf9]u{s[0xef]/[0xb6]4[0xe7][0xd2]:*[0x19][0xf8][[0x96]omL[0xde](F[0x1d]W[0xf2][0x15][0xc5][0xd0][0xff][0x10]1[0x91][0x9f]6[0xf][0xc5]C[0x81];[[0xaf][0xaa],C[0xa8]lU[\r][0xe2]'[0x18][0xeb][0xe9][0xab][0xc8]P[0x92]Y.[0xa2]45 ][0xe5][0xff][0xfa][0xa0]1[0xea][0xa8][0xbf][0xd6][0x95]g[0xc5]J[0xdb][0xcd]SI[0x86]T[0x2]P[0xe3][0xf8]#e[0xce]'[0xf6][0xd4]BI&[0x89][0x84]8[0xf5][0xe4]k[0xfc][0x11][0xaf]K2[0x84][0xe9][0xd0][0x80][0xf0][0xdd][0x9e]`G[0xdd][0xa1][0xc2][0x98]h[0xd5]b?[0xc1][0x92][0xcc][0xe][0x82],2[0xe8][0xca][0xae][0xc9][0xc2][0xa9][0xf8]D[0xdb]TY[0x84][0xe4][0x1][0x92][0x1f][0x1d][0x17]y[0xac]0[0x17][0xea][0xdb]f[0xbf]i[0xc3]eS[0xed][0x8f][0xb2][0x16][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0x99]XS[0xd2][0x16][0xaa][0xbb][0xdd][0xfd][0xe6][0x1b][0xfa][0xec][0x99]P[0x8e]~x.[0xff][0xe3][0xf7]Y[0x92]x[0x1a]`5Xf[0xb8]vc[0x8f][0x17]W[0xb8][0xe3]`[0xc9][0x97][0xce][0x81][0xc][0x93][0xb0]([0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "5r*[0xb8][0x7][0xc7]ng4Q[0x9f]Q[0x1a]L[0xb8][0xda][0x8f].[0xc9][0xc4][0xf6][0xb9][0xdd]+[0xc1][0xd9][0xf7] `>[0xf][0x1c][0x9a]M[0xe3][0xbc][0x6][0x9e][0xd1][0x4][0xfd][0xd6]w<[0xe5][0xb8][0xb8][0xfe][0x2]J[0x1b][0x99]H[0xca]"[0x15][0x17][0xc3][0xd6][0xb5]8[0xfa][0xd1][0xf5]Z[0xc7]x[0x8][0x17]+[0xec][0xad][0xfb][0x8][0x82]w[0xb][0x83]-M[0x96][0xac][0x9d][0xf4][0xe4][0x89][0xf4][0xd2]sQ[0xdc][0xa4][0xe0][0x10][0xd9][0xa4][0xbb][0xd7][0x99][0xb6][0xa5]A[0xd6] [0xd9][0xcb]\[0xc7][0xd4][0xf3]H[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb]-uN,'[0xa8]l[0xae]j[0x1c][0x9e][0xc2][0xbb]?[0xfd]g[0x6][0xf7][0x99][0xbf][0xcb]gB[0x96][0xa2][0xde]^e|[0x18]L[0x9][0xe1]u[0x4]W[0xbe][0xad][0xe2]I[0x9c][0xec][0x12][0xdd][0x13][0x18][0xaa][0xec][0x1f]PK[0x7][0x8]$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uCS[0xaa][0xd8]BW"[0xe2]BW^`[0xd2]LkJ[0xc8][0x84][0xfc][0x14][0xbd][0xbd]d[0xfb]=x[0xcd][0x9d][0xa8][0x9a]9[0xae][0xe4]4#[0xff]bD [0xef]V[0xaf][0xc5]k[0x1][0xbd]m[0x16]U[0x96][0x11]R[0xb6][0xaa]A[0xf1][0x1b][0x8d][0xf5][0xf2]UT([0xe9][0xc][0x8b],[0xcd][0xc]JW[0xf9]O_[0xec][0x8c]:[0xea][0xbb][0xa6][0xf2][0xaa][0xa0][0xb4]][0x1d]J:B[0x89][0xc0][0x8c][0xe3]o[0xac]v[0x1e][0xd8]2[0x8b]%[0x9d][0x0][0x89][0xd1][\r][0xe2]K[0xf8][0x9][0xcb][0x92][0x8e]e:4(|[0xda][0xe]7[0xcc][0xed]+[0x0][0xaa]U[0xb]~[0x82]%[0x9d][0x1d][0x4][t[0xf4][0x95]}g[0xb]R[0xf3][0x89][0xb7][0xa9][0xb3]H[0xc9][0x3]%?:..M[0xfa][0xc8][0xf5];[0xdb]q[0xb9][0xab][0xb6]G[0xd9][0x8][0xc][0xcd]F$[0xf6][0x93][0xac][0xc5][0xea]i[0xf3][0xbc][0xba]'7^[0x85][0xe4][0xe4]%[0xea]D<[0x10][0x1a][0xb4][0xb5][0xe1][0xda][0x9d][0x93]}!s[0xc7][0xd1][0xd2][0xdb][0xde][0xa1][0xc][0xf9]-[0x89][0x9][0xb1]!N[0x91][0x3][0xeb][0x18][0x4]g[0x10][0x93][0xce][0xc4][0xa2]?[0xa3]4[0x9a] 0[0x8c]-[0xd9][0x4][0xfb][0xb7][0xdd]*[0xc1][0xeb]_[0xc1][0xc6]|[0x16][0x90][0x82]~G[0x9c]I[0x84][0x4][0xd6][0xa7][0x9d][0xde][0x9f]][0xfd]$[0xa4]W[0x98]X[0xc9][0xa2][0xc][0x17][0xe3]Kkq[0xf4]#[0x1b]<[0x9e][0xeb][0xb1][0xbc]x[0xb6]a][0xdf]P[0xf0][0xfe]b[0xa9].[0x17]+[0xad]s[0xf2][0x93]'[0xd1][0xaf]{[0x16][0xcd]M[0x1a][0x8e][0x95]M[0xbe][0x7][0x9f]YL[0x10]~[0xe9][0xea][0x3]PK[0x7][0x8][0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]ME" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "TA-INF/maven/org.ops4j.base/ops4j-base/pom.properties[0x1d][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0][0xb5][0xc1]h+[0xb6][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98]4[0xd3][0x98][0x12]2!?Eo/u[0xfb]=x[0xcd][0x8d][0x2]%,d@[0x81][0x93][0x95][0x18]qz[0x93][0x9c][0xc9][0xbb][0x8f][0xd4]5[0x18]O[0xd1]W[0xeb][0x82]h[0x1e][0x1c][0xe0][0xc9]+[0xa8]3[0xa8][0xd3][0xd0][0xf6]Cw[0x84][0xcb][0xf5][0x5][0x87][0xbd][0xea][0xc5]J);[0xe][0xa3][0x92][0x9d]T[0xc2]&[0xae][0xf1]n[0xc6][0xed][0xc8]1[0xb7][0x8b][0xd4][0x98]I`*n[0xc6][0xa9]le[0xd3][0xdd]_PK[0x7][0x8][0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xml[0xdd]VMo[0xdb]0[0xc][0xbd][0xe7]W[0x18][0xc1][0xae][0x96][0x9c]-[0xbb][0x4][0xae][0x81][0xee][0xb6][0xa1]][0x3][0x14][0x18]v+[0x14][0x99]I[0xd4][0xc9][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Z[0xb2]][0xc7][0xcd][0x80][0x1e][0x86][0x2][0xc9]-|z"[0xdf]#[0x99]D[0xb9][0xb1][0xfa][0x19][0xb8]O[0xe][0x95]T[0xee]f[0xba][0xf5][0xde],([0xad][0xd8][0xe][0x14]a[0x86][0xf1]-[0x10]m7t[0xf9]pO[0xe7]$#[0xd9]42[0x17][0x7]'z[0xf6]~[0xbf]'[0xfb]O[0x81][0xf7]1[0xcb]f[0xf4][0xe7][0xfd][0xdd]#^[0xac]X*[0x94][0xf3]Lq[0xc0][N,\[0x0][0xef]4g^h[0xf5][0x86]b[0xc9][0xbf][0x18][0x1]Hw[0xf3][0xa7][0xec])#[0x7]WN[0x8b][0xc9]$I[0xf2]J[0x97] [0x80]u[0x98][0xbe][0x8][0x19]rz[0x82][0x5][0x96]a[0x16][0x94]/[0xf0]#[0x6][0x1b][0xab]k[0xf3][0xb5],0+[0xd1][0xc6][0xcd][0x9f]s[0xda]A[0x91][0xc0][0xac][0x17]k[0xc6]=[0x2]+[0xe6] [0xa7][0x3] 2vm[0xf2][0x19][0xf9]Lf9[0xed][0xc2]xhA[0xa2][0xdb][0x1d],[0x99][0xdf][0x16][0x84]P[0xa3]+[0x82][0x1d][0xcc][0xe9][0xc9]A#[0x8b]v[0xba]&[0xe7]d[0x91]X|[0xa0]m[0xa8],P[0xd2]s[0xfa][0xd0]-[0xff][0xc5]6Bm[0x8a]U[0xad]J[0x9]M[0x9d][0xe][0x9][0xa5][0x14][0xab][0xa0]xX>[0xce][0xbf]%_0A[0x92]&[0xb7][0x12][0xf5][0x5][0xb8]9/[0xc1]q+[0x8c][0xef]=[0x9d]r[0x9d][0x83]j%[0x8f][0x89]^'L[0xca][0x4][0xdb]]Kp$8:[0xb9][0x1a][0xc4]Xm[0x0][0xf5][0x81]k[0xdb][0x13]5[0x11]w[0xac]VZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0xbd]):[0xf6]|[0x8e]sr[0xbb][0x91][0xea][0xd0][0x15][0xc][0xa7][0xf8][0xea],[0xf6]x `[0x12]2[0x8][0xd9][0xcd][0xd1][0xc8][0x1a][0xbb][0xd2]*[0xeb][0xe3].[0x1c][\r][0xa5]][0xc6]5Hq[0x18][0xad][0xcc]xm[0xe2][0xb2]F=iL[0xfa]z[0x8b][0x82][0xb8]A[0xc1].rQw[0xab]3[0xce][0xc3][0x80]*A[0xf1][0x97].[0xf6][0xd0][0xb1]O[0xf6][0x86][0x5][0x1a][0xeb]|Y[0xa2][0x14][0xe][0xc0][0xcf]j[0xec][0x96][0xfb][0xc3][0xef][0xf6][0x87][0x83][0xb4][0xc8][0x9f][0xd1][0xe2]#W[0x87][0xc1]3Yx[c[0xe5]>l[0xfd][0x8d]E[0xff][0x17]B_[0xbe][0x7][0xc9][0xd4][0xe6][0xf2]]TZ[0x9][0xaf][0xad][0xbb]|'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0xe5][0x9b]pF\[0x81][0x9]\[0xa8]3[0xc7][0x97]f[0xa3][0xf6]B^[0x87][0x8b][0x94]k)Q'[0x96][0xbe][0x82]/zp[0xd4]>[0x17][0x8e]Wb'<<[0xdf][0xd3][0xc9] [0x8e]O[0xae][0xf0][0x2]k*[0x14][0x93][0xbf]PK[0x7][0x8][0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/CommandLineBuilder.class[0x9d]R[0xdd]o[0xd2]P[0x14][0xff]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "t`ql[0xc8][0xe6][0xb7][0xc3]MW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0x1a][0xe7][0x86][0xc1]ht[0x89][0x86][0xc8][0xf4][0x1]%[0x1a][0x1f][0xf4]Rn[0xb0]H[R[0x8a]q[0x87][0xef][0xfe][\r][0x98][0xf8][0x15][0x13]y[0xf4][0xc1]?[0xca]xni[0x18]S[0x12][0x8d]/[0xf7][0x9e]sz~[0x1f][0xe7][0xf4][0xfe][0xf8][0xf9]u[0xc][0xe0]*[0xf4]4T[0x9c]Qq6[0x85]$[0xce][0xa5][0xb1][0x86]B[0x9a][0xa2][0xf3]*[0xd6]Ul0d[0x9c][0xe7][0x96][0xe7]8[0xdc]m[0xd7]mW0[0xe4][0x9e][0xd5][0xbb][0xfc]57{[0xdc][0xed][0x98][0x8d][0xc0][0xb7][0xdd]N[0x95]!y[0xc3]v[0xed][0xe0]&[0x83][0xa2][0x17][0x9b][0xc][0xf1]][0xaf]M[0xbd][0x8b][0x12][0xf2]`[0xe8][0xb4][0x84][0xff][0x88][0xb7]zTY[0xae]{[0x16][0xef]5[0xb9]o[0xcb]<*[0xc6][0x83][0x97][0xf6][0x80]a[0xbd][0xee][0xf9][0x1d][0xd3][0xeb][0xf][0xb6][0xba][0xa6]x#,s[0xf7]@[0xf7][0xce][0xd0][0xee][0xb5][0x85]/[0x95]x[0xbf]/[0xdc]6CE[0x9f][0xe3][0xa4][0xf8]O[0x1c]j4[0x11][0xc3][0xc2]@t[0x1c][0xe1][0x6]$[0x9f]i[0x4][0xdc]z[0xb5][0xc7][0xfb][0x91][0xab][0x1d][0xfd][0xbf][0xe9]#R9[0xee][0x9c]][0xa9][0x81]w[0xdb][0xf7][0xf9]>C^/[0xce][0xdd]f[0xba][0xe1][\r]}K[0xdc][0xb5][0xa5][0x8f][0xd5]?5.I[0x8c][0x86]4[0x8e]0d[0xc7]kX@J[0xc5][0x5][\r][0x17][0xb1][0xa9]a[0x9][0xcb][0xc][0x85][0xbf][0xda]>D[0xf4][0xb0][0xd5][0x15]Vp[0x98]{[0x10][0x8][0x87]![0xc5][0xa5]u[0xcb][0xeb][0x93]}cvC[0x13]L[0xb5]6[0xa7]T+6Q[0xa0]7[0xa5][0xd2][0x83]c[0x88]I[0x14][0xc5])[0xa6][0x9][0xe8][0xd4]([0xbb]EuFw[0xc6][0xf8][0xc]f([0xdf][0x10][0xfb][0x8][0xe5]=[0x15]b[0xc8][0xd0]y[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9d][0x9b][0x4][0xd2][0xa9][0xbd]H9[0xe8][0xe][0x1]XD6$[0xa6]I#[0xb2][0xb7]H[0x84][0xfd][0x95][0xd2]w\+[0x8d][0xdf][0xe1][0xb2][0xf1][0x1][0xca][0xb8]4~A[0xbc]{2V[0xca]JX[0xfa][0x82]xI)G_)1[0xca]$k[0x8c][0x8][0xab][0x84][0xba]'[0xc9]6[0xb0]E[0x86][0xb7][0x91][0xc7][0xe]6P[0xc1][0x15]\[0xa7][0xac][0x1a]zX[0xa3][0xbe]<[\r][0x97][0xa3][0x8e][0x98]T[0x8c][0xdc][0xc8][0xe8][0x18][0xd5][0xe8][0x1f][0x87]\l;4[0xb8][0x12][0x19]|B[0x6]e{[0x8e][0xc]f[0x8d]8[0xb9]z[0xaa][0x94][0x1a][0x9f][0x90][0x18][0xcd]hOf[0xbe]G3[0xd7][0x8]z?[0xd4][[0x99][0xc0][0xa6]*9[0xac][0xe2][0xf8][0x81][0xca][0x12][0x85]'[0xc8][0xf4]D[0xc5][0xa4][[0xae](![0xe7][0x1b]Mw[0x99][0xc][0x8b][0x8f]gv[0x98][0x98][0xee][0xf0]T[0xd8]u[0xfa][0x17]PK[0x7][0x8][0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xe3][0x98][0xc]u[0x1d][0x92][0xa6][0x10][0xde][0x90][0x6]CS[0xb7][0xc2] X [0x81][0xd8][0x84]"[0xa8][0xd2][0x82]H[0xd5][0xae]'[0xf6][0x90]85[0x9e][0xc8][0x8f]R[0xbe][0x88]u%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x12][0xb]>[0x80][0xf]`[0x83][0x90][0xe0]G[0x10]w[0x9c]JAj[0xa5][0xc8][0xf2][0xbd]3w[0xce]9[0xf7][0xf8]z[0xbe][0xff][0xfd][0xfa][\r][0xc0][0x3][0xac][0xcd][0xa1][0x8c][0x1b]:[0xdc][0xb4][0xc0][0xd1][0xb4][0xb0][0x84][0x16][0xc7]-[0xe][0x87][0xe3]6[0xc7][0x1d][0x86][0xf9]}[0x11]9[0xe3]D[0xf9]2M[0x19][0x16][0xbb]#[0xb1]/[0xbc]H[0xc4][0x3][0xef][0xf5][0xa4][0xf8][0x98][0xa1][0x9c][\r][0xc3][0xd4][0xb9][0xc7][0xd0][0xea][0xaa]d[0xe0][0xa9]q[0xfa]p[0xe4][0xc9][0x3][0xe9]{[0xcf][0xe4][[0x91]G[0xd9][0x6][0x91][0xde][0xe4]q,[0x13][0x8d]~[0x12][0xc6]a[0xf6][0x94][0xe1]Q{6[0xfc][0x94]~+;[0xc]fG[0x5][0x92][0xa1][0xda][\r]c[0xb9][0x95][0xbf][0xeb][0xcb]d[[0xf4]#[0xaa][0xd4][0xbb][0xca][0x17][0xd1][0x8e]HB[0xbd]?.[0x9a][0xda][0x1f][0x83][0xfd]RKv"[0x91][0xa6][0x92][0xb6][0xce][0xcc][0xee][0xce]}[0xb2][J[0xf2][0x98]b[[0xb7][0xad][0xf4]2[0xe1][0xef]m[0x8a]q!L[0x83]b[0xb0]z*O|[0xf9]<[0xd4][0x8d][0x1a]'$[0xee]j[0xff]dt=[0xf6]#[0x95][0x86][0xf1]`SfC[0x15]p,[0xdb]hc[0xc5][0xc6]m[0xd2]7M_[0x8e][0x86][0xcb]pH@[0xa1]%[0x85][0x16][0x5]E[<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14]([0x16][0xca],[0x8a][0xf5][0x18]K[0x93][0x97]6%[0x97][0xc9][0x1b][0xa0][0xce][0xe9]t[0xee]`[0xce]M[0xe7]1[0x99]s[0xde]V[0xe7][0xe6][0x4]%[0xa5][0xa2][0xa2][0xa2][0xb8][0xe9][0xe][0xe7]t[0xa7][0xdb][0xdc][0xdc][0xe6][0xec][0xee]9[0xe7][0xa6]N[0xfc][0xfe][0xde][0xa4]o[0x92]6*[0x9f][0xfd]1>[0xf0]<[0xcf][0xfb]<[0xbf][0xfb][0xe]O[0xbf][0xf3][0xe0]#[0x0][0x16][0xa9][0x13][0xdd]X[0x8b][0x9b][0xdc]h[0xc7][0xcd][0x95]<[0xdd][0xa2][0xe1]V[0xb9][0xb9]M>n[0xd7]p[0x87][0xb]w[0xba][0xa1][0xa1][0xbf][0x12]w[0xe1]n7[0x1c][0xf8][0x9a][0x86]{[0xdc][0xd0]q[0xb3][0x80]}]N[0xdf][0x90][0xe5]^[0x17][0xbe])8[0xf7]i[0xd8][0xe5][0xc6][0x4][0xdc][0xec][0xc2]n[0xd9][0xef][0x97][0xc7][0x7][0xdc][0xd8][0x83][0x8c][0xb][0x3]r[0xb3][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83]x[0xd0][0x85]}[0x1a][0x1e]rc[0x6][0x1e][0x96][0xe5][0x11]Y[0xf6][0xb][0xc9]G[0xe5][0xf4][0x98][0x86][0xc7]]8 [0x9c][0x9f][0x90][0xcb]'[0x85][0xf4]A7[0x9e][0xc2][0xb7]d[0xf9][0xb6][0xb]O[0xbb][0xf0][0x8c][0x10][0xfa][0x8e]<[0xb7][0x12][0xdf][0xc3][0xf7][0xdd]x[0x16]?[0xd0][0xf0][0x9c]0[0xfb][0xa1][0x1b][0xb][0xf1][0xbc][0x90]z[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc2][0x8f][0xe5][0xf3]'[0xb2][0xfc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc3][0xcf]eyQ[0x1e]~[0xe1][0xc2]/[0x85][0xe2][0xaf][0xdc]X[0x89][0x97]\[0xf8][0xb5][0x86][0xdf][0xb8][0xf0][0xb2][0x1b][0xbf][0xc5][0xef][0x84][0xf2][0xef]5[0xbc][0xe2][0xc2][0x1f][0x84][0xd3][0xab].[0xc]i[0xf8][0xa3][0x86]?[0xb9][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0xe1]/[0x82][0xf3]W[0x17][0xfe][0xe6][0xc2][0xdf]5[0xfc][0xc3][0x8d][0xd7][0xf0]O[\r][0xaf]k[0xf8][0x97][0x86]7[0x14][0xf4][0xd6]X[0xcc]H.[0x8f][0x4]R)#[0xa5]P[0xde][0xd6][0xbe]J[0xc1][0xd3][0x16]Ov7[0xa4]"[0x9b][0x17][0xf7]6[0xb4][0xc5][0xbb][0xbb][0x8d]d[0x93]BEt[0xd3][0xb6]@[0xd8]TPg[0x13]"[0xba]is2[0x10]5[0xb6][0xc5][0x93][[0xd6]'[0xe3]A#E[0xe4][0x9]m[0xbd][0x81][0xad][0x81][0x86]H [0xd6][0xdd][0x90][0xbb]$[0xde][0xd8][0xe8][0xa6]TO[0xda][0xc][0xc5][0xb7][0xc5]V[0xc7][0xe3][[0x84]z[0x1e]lCO[0xd2][0x8][0x84][0x84][0xfa][0xd2]p,l[0x9e]L[0x9]j[0xe7][0x9d][0xa9][0xe0]X[0x1e][0xf][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3][0xda][0xc2]1c]:[0xda]e$7[0x4][0xba]"[0x86]%Z0[0x10]93[0x90][0xc][0xcb]w[0xee][0xd2]a[0xf6][0x84][0xc9][0xb6]%v<[0x91][0xa2][0xd8][0xc6]v#[0xd8][0xb0][0xc2][0xd8][0x1c]HG[0xcc]5dwzZ[0xf4]$#G[0xed][0xd9][0x16][0x83][0xac].[0xe][0x81]S[0x88][0xd5][0x9e]S T[0x87][0x99][0xc][0xc7][0xba][0x9b]J\[0xfd][0x8f]@[0xd9][0x9b]p[0xbc]ae8b4[0x9][0xfb][0xca][0xad][0xd1][0xf6][0x84][0x19][0x8e][0xc7][0xc4]l%h[0x10]"(>I[0x4][0xcc][0x1e][0x9e][0xa3][0x81]p[0xcc][0xf2]Q[0xb1][0xf5]l[0xe0][0xb1][0x89]d[0xbc][0x9b][0xfe][0xb0]i[0xba][0x4]huF[0xc][0xb7][0x98][0xda][0x8c][0xf6]M[0x91][0xfb][0x4][0xec]8f[0xf5][0x9a][0xe6]3[0x9b]7[0xad]n_[0xdb][0xe2][0xb][0xa7][0xb2][0xd1]a[0x98][0xe4]][0xd9][0xd0][0x15][0x8e]5[0x88][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbe][0xf]b[0xaa][0xa9][0xe3]u[0xb5]D[0x9d]P$r{W/[[0xeb]h[0x91];[0xcc]x"![0xe6][0xc8][0xe3]3:G[0x0][0xe5][0x82][0x9d][0xdb][0xd6][0xb0][0x95]_za[0x83]d[0x1b]**[0xce][0xac][0x97][0xf9][0xef]V[0xd3]H[0x6][0xd8][0xd2][0xa5]b[0x95][0xee][0xa3]cd[0x80][0xe8]0[0x12][0x81][0x1c][0x9c][0xa3]7[0x1e][0xa6]w[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x97][0xf7][0x4][0x92][0x1d][0xc6][0xf9]i#[0x16],[0xee][0xc7]E[0xf]%[0xab]f[0x5]}i[0xc4][0xe8][0xac]%%[0xeb][0xec][0xe1]t[0xd9][0x13]J[0xb5][0xce][0xc3]C]pX[0xc5]=[0xf][0xaf][0x99][0xf1][0xe6]d2[0xd0]g[0x15][0xf8][0x92]C[0xd7][0xf8][0xbc]m-[0xc8][0x94][0xd5]j[0xb3][0xcf][0xd2][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91][0xb2]N/m[0x97][0x89][0xb5]%[0xaf][0xc7][0x8f][0x1c][0xab][0x15][0x9c]![0xa3]+M[0xda][0x93]K[0x9a]A&[0xc5]P~n[0xf3][0xd7][0x8e][0x98]$[0xdf]o@[0xaa][0xc][0xc7]z[0x8c]d[0xd8]lmW[0x98]^[0xaa][0xa1][0xe5]A[0x9d]V[0x99][0xcc][0xd3][0x8f][0xd6][0x9f][0xef][0xda]"Xu[0xfe][0x81][0xa1]m[0x86]e[0xd6][0x94].j[0x14]w[0xd1][0xdc]5[0xb9][0x8d][0xb][0x84]B[0xc5][0xdd][0xbe](zs[0x9d][0xdd][0x1a][0xd2][0xc3][0xb1][0xcd][0xf1][0xe2][0xb6][0xd9][0x97]2[0x8d]([0x1b]U[0x4][0x7][0xa6][0xca][0xcc][0x4][0xc0]#s[0x1e][0xf7]2[0x19][0xe9][0xac][0x9d][0x3][0x6][0xf7]*([0x19][0x3][0xb9][0x9e][0xc7][0xaf][0xc5][0xbc]W[0xdc]+[0xfc][0x8e][0x1][0xa8]][0x16][0xdc][0x87][0xb9][0xba][0xb9][0x3][0xa7][0xc0][0x89]S[0xb1][0x89]'=[0xb][0x85][0x8f] [0xc0]](t[0xe5]([0xac]$[0xa4][0xc0][0xba][0xfd][0x3]([0xf3]O[0xdb][0x83][0xf2]<[0x95][0xb1]([0xe7][0xba][0x9a]R[0xb5][0xa2][0x12]k,J[0x93][0xb3][0xd0]9Jr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RN[0x8e][0x88][0x9c]?[\r][0xbe][0x9][0xcd][0xb][0xe1][0x82]&:[0xf8][0xeb][0xe6]/[0xf0]:[0xbc]NoE[0xf9][0xc3]pd[0xe0][0x1c])[0xe1][0x6]TS[0xcf]M[0x16][0x17][0xb][0xc3][0xa6][0xeb][0xc1]ft[R{[0xd0][0xc3]S[0x99]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa3][0xd7][0x92][0xc9][0x83]-[0xbc]sX[0xa7][0x8][0xef][0x9c][0xd6])[0x8a][0x18]u[0x8c][0xf3][0xec] [0xa6]f[0xc9][0x94][0xc8][0xca]T[0xe6][0xe7]][0x15]_[0x86][0xfc][0xf][0xa0][0xe2] [0xc6][0xec][0x83][0xd6][0xe9]q[\r][0xa0]r[0xff]n[0xb8][0xe7][0xef]EU[0xa3]k[0x1f][0xf4][0xce][0x1][0x8c][0xf1]:[0xf7]bl[0x6][0xe3][0xea]2[0x18][0xef][0xa9][0xe6][0xc1][0xeb][0xe2][0xb2]@[0xe]Ta|c[0xe5]nx[0xf6]a[0x2]A'z&e0[0xd9][[0x99][0xc1][0x94][0xbd]8[0x82]G[0x8f][0x97]K[0x6]S[0x7]1[0xad][0xc][0x4][0xf3]L[0xb7]N[0xfb]0[0xa3][0xd3][0x82][0x1a][0xc0][0x91][0xde][0x8a][0xc]ff[0xe0]kt[0xfb][0xbd][0x9a][0xd7]=[0x80]Y~[0xaf];[0x83][0xd9]{P[0xd1][0x8f][0xea]F[0xb7]%[0xd7][0xd1][0xf2]0g[0xbf][0xdf]/[0xc2][0xe]`[0xee][0x1e][0xd4][0xec]E-?j2[0x98]'t[0xfd]6[0x87][0xba]A[0xcc]/[0x3][0x9f][0xca]w[0xd2][0x87][0x19],[0xe8][0x7][0x5][0xac][0xcf][0xa0]a[0x17]m[0x10][0xc6][0x97]q#[0x8e][0xa2][0xcd][0xc4][0xe6]IL[0xe7][0xda]E[0xcb][0x84]h[0xf7]n[0xc6]Z[0x98]o[0xbd][0xf0][0xd3][0x9a][\r][0xb4][0xe3]bZ[0xf0][0x4][0xda][0xf0]$[0xda]p[0x19][0xce][0xe7]k[0x1a])l[0xc5]%[0xd8][0x86][0xcb][0xb0][0x1d];[0xd0][0x87][0xab]p[0x1]i^L[0xaa][0x17][0xe2]&\[0x84]{[0xf8]:[0x80]K[0xf1][0x18]![0x9e][0xc1]'[0xf1][0x2]>[0x8d][0x17][0x9][0xf9]2[0xae][0xc0][0xab][0x9c][0xea][0xc4][0xb7][0x17]0[0xfe]v[0x90][0xe3][0xf9][0x94][0xc0]M,[0x9d]TM[0x9e][0xe8][\r][0xdb][0xdf]C[0xb6][0xbf][0x87]l[0xf][0xd9][0xfe][0x1e][0xb2][0xfd]=d[0xfb]{([0xe7]o9[0xa5][0xf9][0xaa]Q[0x9f]g)m/[0xa3]o[0x19][0xee][0xa2][0xcc][0xdb][0x19][0xb5]}|[0xaf][0x87][0xb3][0xfa][0x10].[0x87][[0xc3][0x5][0x1a]>j[0xfd][0xbd]px[0xfd][0xd8][0xf0][0xe1]"([\r][0x17][0x8f]Y[0xe2],[0x88][0xa0]2[0xf9][0x85][0x90][0xcd][0x14]%VtI[0xcc][0xee][0xc3][0xc2][0xce][0xba][0xbd]8f[0x0][0xc7][0xae][0x9b][0x9f][0xc1][0xa2]F[0x87][0xdc]x[0x1d][0x83][0xe0][0x4][0xc9][0xcb]F[0xa7][0xd7][0xc9]p9n[0xa3][0xd7][0x99][0xc1][0xf1][0x8d][0x15][0xde][0x8a]A,Q[0xd8][0x89][0xe9]r[0xe2][0xbc][0xf7]([0x1c][0x8d][0x1a][0xf3]B[0x1b][0xc4][0x89][0xcc][0xef][0xfe]C/[0xed][0xb2]8[0x8a][0x8f]f[<[0xbe][0x8][0x99][0xfb]=[0xb8][0x86][0xdf][0xd7]b[0x1e][0xae]c[0x9e]~[0x89][0x15][0xe2]zV[0x87][0x9d]v[0xbe][0xac][0xa4][\r]/[0xa5][0xbe][0x9a][0x95]I[0xc3][0x96][0xdc]`YCY'[0xb1]x[0x19]i[0xad][0xc6]'[0xe8][0x9f]rR\F[0x1f]}[0x8a][0xbc]f[0xe3]Xz[0xea]2Z[0xf2]3[0x84][0xf4][0xf1]-[0xb][0xb5][0xc3][0x86][0xfa][0xac][\r][0xb5][0x83]Pb[0xc7]Y(;[0x84][0x85][0xd0][0x86][0xcd]x[0xb9][0x86][0xcf]i[0xb8][0xc2]Z?[0xf][0xbc]Ip%[0x83]|[0xae][0xb4][0xbc]D[0xd6][0xe2][0xbc][\r][0x12][0xb8][0x7]q[0x9a]l[0x9d]m[0x8f]g[0xbf][0x16]I[0xf0]6Zal[0x87]v[0xd3]F[0xbf]b[0x1e]d?[0x96][0xca][0xb9]F[0xa0]N[0xb2]B[0xbc][0xee]@?\k[0xeb][0xe][0xcc][0xdf][0xdf][0xf]G[0xdb].R[0x1e][0x8b]U,J[0xe0][0xbf][0xb5][0xd6][0xe][0x96][0xd1][0xd3]qr.[0xd8][0x8f][0xc7][0x18][0xae][0xb7][0xd0]8[0xb7][0x12][0xf2]6L[0xc2][0xed][0x98][0x89];[0x18][0xec]w2[0xd8][0xfb][0xf9]~[0x17][0x9a]p7Z[0x18][0xc2][0xed][0xd8]E[0xcc]{i[0xdc][0xdd][0x5][0xe5]r[0xd8][0xa4][0xa2][0xfa]D8[0xdf]F[0x8b][0x86]+Wh[0xb8][0xea]M8[0x96]i[0xf4][0x11][0xa1][0xae][0xb6][0xb5]}[0x81]|%@[0x9b]%g[0xa9][0xa6]H~J.M%[0x1d][0xe5]:[0x83]S72G[0x9b][0xfb]1a[0xad][0xbc]/[0x9f]?[0x88][0x15][0xe5][0x90]+K[0xbd]uu[0x7][0x16][0xec][0x17][0xd5]4[0xe6][0xe5]\zAc>6[0x91]h[0x13][0xd5][0x92]=[0xab]Z[0xbd]U[0xc9][0x6][0xf9][0xfa][0x10][0xb3][0xea]aL[0xc1]#Tm?q[0x9e]$[0xd6]c[0xa8][0xc1][0x1][0xfa][0xed][0x9][0xaa]x[0x90][0xf5][0xff])[0xbb]n[0xd7]`[0x1c]3[0xef][0x1a]+[0xb7][0x9a][0xb][0x94][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7]!"[0x96]Y~[0xbd]R[0xd2][0xe0][0xaa]q9=[0x9][0xcb]_[0xb7]9[0x15][0xcf]`[0xb6][0x9][0xee][0xc][0x91][0xbd]%W[0xda]Vv[0xee][0xc3][0xaa]N[0xdd][0x0]V{Z[0x7][0xb0][0xe6][0xbe][0x11]%[0xfe]9[0xee][0xcf][0x17][0xb4][0x8e][0x19]v[0xa0][0xce]`H[0x9f]E[0xd2].[0xf9][0xbf][0x83]\[0xeb]8[0x8f]*[0x8a][0xed]g[0xfb][0x9f][0xca][0xd5][0xe8][0xd3][0xa4]F[0xe7][0xea][0xad]_jl[[0xb6][0xc6][0xde]g[0x9b]#[0xdb][0xa6]^[0xa3][0xb0][0xaf][0xf3][0xfc]F[0x81][0x7]g[[0xc5]"[0xab]$[0xe9][0x8e]-[0xc8]l[0xc5]*vCN[0xaf][0x6][0xee][0x2][0xee][0x14][0x1f][0xe5][0xe5][0xaf][0xb0].[0xdf].[0xa0][0xe7][0xcc][0xc9][0xee][0xc2]Wl[0xbf][0xcf][0xb2]^[0x80]J[0xcf][0xda][0xbd]Xw?<[0xbb][0xac][0xe][0x9b]'PGr7ZD[0xbf][0xca] [0x13][0xb3]([0x6][0xae][0xf5][0xe7]]PK[0x7][0x8][0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/ExecutionException.class[0x85][0x91][0xcb]N[0x1b]A[0x10]Eo[0xe1][0xb1][0x7],[0x13][0x8][0x89]y[0x4][0x92][0xe0][0xb0]q[0xc]d[0x16][0x80][0x88][0x4][0x82]D<""+[0x8b]@[0xbc][0x8d][0x9a]I[0xcb]4[0xb2]g[0xd0]<[0x80][0xdf]be[0x89][0x5][0x1f][0xc0]7[0xb0][\r][0x9f][0x81][0xa8]j[0x8f] 2F[0xd1]H[0xb7][0xab]{n[0x9d][0xaa][0xea][0xbe][0xbe][0xbb][0xbc][0x2][0xb0][0x84][0xf]E[0x14]0#[0xf2]V[0xe4][0x9d][0xc8]{[0x17][0xb3].*[0x84][0xd1]XGF[0xb5][0x1a]:[0x8a]M[0x18][0xfc][0xda][0xdb]&[0xd0]w[0xc2][0xf0]V[0x18][0xc4][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0x86]j[0xa5]:[0xbf]y[0xf3][0xfb][0xf6][0xef]7Z![0x14][0xd6]M`[0x92][\r]B[0xae][0xfa][0xb1]Ap[0xb6][0xc2]?[0x9a]0R7[0x81][0xfe][0x91][0xb6][0xf]ut[0xa0][0xe][|2V[0xf]}[0xc6]*[0x86][0xf3]>;t[0x92]#[0x13][0x13][0xe6][0xea]a[0xd4][0xf4][0xc2][0x93]x[0xf9][0xd8][0xd3][0xe7][0xda][0xf7]vX[0xd2][0x84][0xeb][0xef][0x9c][0xfb][0xfa]D[0x82]5B[0xb9]Z?V[0xa7][0xca]k[0xa9][0xa0][0xe9][0xed]'[0x91][0x9][0x9a]kR[0xd2]m[0xeb]8VM[[0xe3][0x89][0x81]P[0xeb][0x93][0xf6][0xcf][0xc9][0xc1]Q[0x14][0x9e]I7[0x96][0x95][0xf7]U[0x1a]3[0xa9][0xdc][0xd7]A[0x98][0xac]>[0x9b]Z[0xdc][0xf][0xd3][0xc8][0xd7][0xbb]F[0x6][0x9b]x:[0xc1]'I,[0xa1][0x84]a[0x91]W"[0xe3]"S[0x84][0xca][0xc7]'[0xbc]y[0xac][0xfb]3[\r][0x12][0xd3][0xd6][0xf]?QA[0x9e][0x9f][0x10]`[0x17]\[0xc][0xf2]:[0xc4][0xbb][0x1][0x14][0xe1]p[0xcc][0x15]Y_[0xd8][0xa7][0xe7][0xc7][0xe4]5_[0xeb][0x80].[0xac]e[0x84][0xb5][0xc8]+[0x18][0xe2]`[0xe][0xa3][0x1c][0x95][0xba]&[0xbc][0xc4][0x98][0x85]r[0xb7][0x19]`[0x83][0x9d][0xe2]-[0xd4][0xe6];[0x18][0xe8]%,p[0xce][0xa2]%[0x8c]w][0x19]A[0xa2][0xd7]([0xdb][0xe2][0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nF[0x6][0x96][0xd4][0x8a][0xd4]dF[0x86]F[0x8d]h[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tk,Bd*[0x82][0x88]d[0xe6][0xeb][0xbb]e[0xe6][0xa4]b[0xd3][0xa2][0x19][0xc6][0xc8][0xc0][0xe5]Z[0x91][0x9c]ZP[0x92][0x99][0x9f]W[0xcc][0xce][0xc0][0xc3][0xc8][0x90]GO7[0x81][0x1d][0x10][0x9c]_Z[0x94][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]32[0xf0]{[0x1][0xa5][0x83]J[0xf3][0xf2]R[0x8b][0xf4]@*[0x19][0x19]$[0xf3][0x8b][0xd2][0xf5][0xf3][0xb][0x8a]M[0xb2][0xf4]A[0x81][0xa6][0x8f]P[0xc0][0xc8] [0x80]0[0xde]?)+5[0xb9][0x84][0x91]A[0x11]M[0xb9]+[0x90]([0x5][0xf9][0xe][0xee]M6F[0x6]F[0x6]&[0x6][0x10]`bad`f`[0x1][0xf2]Y[0x81]<[0x10][0xcd][0x6][0x16]aG[0x16][0x1]b[0xe][0x90]Z[0x6]N[0x0]PK[0x7][0x8][0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/ops4j/exec/ProcessProvider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0xf4][0xd4][0x92][0x80][0xa2][0xfc][0xe4][0xd4][0xe2]bF[0x6]Q[\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xa8][0xb0]5PQp~iQr[0xaa][fN*#[0x83][0x8]T[0x1c]H[0x95]e[0xa6][0xa4][0x16][0xe9][0x81]t02[0xc8][0xe5][0x17][0xa5][0xeb][0xe7][0x17][0x14][0x9b]d[0xe9][0xa7]V[0xa4]&[0xeb][0xa3][0xa9]bd[0x10]@[0x98][0xec][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],[0x8c][0xc][0xcc][0xc], [0x16][0x3]+[0x90]db`[0x3][0x0]PK[0x7][0x8]T[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/StoppableJavaRunner.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0x8e][0xe2][0x8c][0xd2][0x92][0x94][0xfc][0xf2][0xdf][0xb7][0x97][0xec][0xe6]RO[0xcf]I[0xde][0xf9].[0xef][0xe5]y[0x9f][0xef][0xfd][0xde][0x99][0xfd][0xc7][0xdd][0xbf][0xdd][0x1][0xb0][0x1b][0x1f][0x1b][0x8][0xe3][0xac][0xe][0xcb][0xc0]9$u[0xa4][0x1a][0xd0][0x5][[0xc3][0xb8]xN[0x8]1[0xa9][0xc3][0xd1]1[0xa5][0xe1][0xbc][0x81]F[0xa1][0x9a]6[0xb8][0x9a]iD[0x16][0xb9]FL[0xe3]I!\[\r]y[0xb1][0xec][0x9]Q[0xd0]p[0xc1]@[0x10][0xdf][0x15]bF[0xc7]E[0x3][0x1]<%&[0xdf]3[0xf0]4[0xbe]/L[0x9f]1P[0x8f]g[\r]\[0xc2][0xf][0xc4][0xc6][0xf][0x85]xN[0x88][0xcb][0x1a]~d`[0x1b][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1]c[0xb1]rE[0xc7]O[0xc4][0xe4]ya[0xf7][0x82][0x86][0x17]5[0xfc]T[0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0x99]3)[0xc7]U[0xd0][0x14][0x9b][0xb2].XQ'[0x17][0x1d]v[0xd2][0xf6][0x80][0x2]#s[0xc6][0xc9]&[0xd3][0x85][0x94][0x9d]W[0xb0][0xe9]tq[0xbb][0xe0]9[0xe9][0xa8]kO[0xd8]3[0xd1]#[0x96][0xe7][0xd9]n[0xb6][0xa8]i[0xcf][0x94]5[0xeb][0xf7]9Y[0xc7][0x1b]T[0x10][0xee][0xac][0xf5][0xb8][0xa6][0x83][0xae][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4][0x3][0xb9][0x94][0xad][0xa0]9[0xe6]d[0xed]x!s[0xce]v[0x8f]Y[0xe7][0xd2]\[0x9][0xc4]rI+}[0xdc]r[0x1d]1/-[0xaa][0xde][0xa4][0xc3]P[b9w"[0x9a][0x9b][0xce][0xef][0x99][0x12]Q[0x1e]u\;[0xe9][0xe5][0xdc][0x8b]1'O[0xc7][0x4][0xe6][0x93][0x99][0xd5][0x8f];i[0xce][0x15][0x84][0xbe] [0x87][0x83][0xcb][0xd0][0xae][0x9d][0xef][0xda];"[0x11]}[0x89]3}[0x89][0x14]5MHL[0xa6][0xb3][0xab][0xca]X[0xc0]d[0xe4][0x6][0xc2][0xb3][0x8f][0xe5][0x86]R)[0x9a][0x88]q[0xdc][0xca][0xc8][0xc4][0xa5]f[0xda][0xca]ND[0x13][0x9e][0xeb]d'[0xa8][0xab]%sY[0xcf][0xce][0xd2][0xd5][0xba]5[0x1c][0x9]c[0x6]l[0xa9][0xa5][0xed][0xe2]t[0x99][0xba][0xf6]ev[0xfb][0x8a][0xf3][0xac][0xed]E[0xc7][0x8e][0xc6][0x6][0x6][0xe9]g[0xc7][0xea]*[0xd5]H[0x84][0xda]=[0x9][0xcf]J[0x9e][0x1f][0xb5][0xa6][0xa5]g[\r]?[0xd3]0[0xcb]Z88[0x93][0xb4][0xa7]='[0x97][0xcd]k[0xf8]9A%[0x9c][0x89][0xac][0xe5][0x15]\[0xc6][0xde][0xb6]"[0xfd]U[0xa2]7g,/9i[0xe7]G*<[0x6];W[0x2][0xe8]:E2JTk[0x88].[0x99][0x1d][0xac]p[0xde] 8[0x17]g[0xc9][0xf1][0xae]Uk[0xb1][0xc6][0xe1]J>U[0xc1]'3[0x9a][0xb6]\R^<[0x15][0xff]x[0xd1]a[0xf3][0xe9]Z[0x87][0x1a]N[0xf1][0xbe]*[0x18][0xfe][0xd2][0x81][0xd6]`[0xd7]H[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0xd2][0x1e][0x96][0x10]6,+[0xed]^ab[0xe2]![0xbc][0xcc]4+{[0x1a]~a[0xe2][0x97][0xf8][0x15]+~XV[0xbc][0x89][0x1e]D[0x14][0xb4][0xae]Q[0xaf]&z[0x11]5[0xf1][0xa0][0xa4][0xaf]Dw{[0xf1][0xae][0x88][0xc]KL.[0xad][0xac]_[0xf2]3[0xe4][0xba][0x96][0xc4][0xa2][0x0]&[0xc6]p[0x9c][0xc7]o[0xe2][0xd7]x[0x85]5`[0xe2]7x[0xd5][0xc4][0x1c][0xe6]Y[0xa5][0xcb]s3q[0x4][0x8f][0x9b]8[0x86][0xc7][0x15][0x98][0xd5]L[0x89]l~k[0xe2]wxU[0x81][0xd2]k[0xe2]5[0xa1][0xf6]:[0xde][0xd0][0xf0][0xa6][0x89][0xb7]p[0xd5][0xc4][0xdb]x[0xc7][0xc4][0xbb]xO[0xc3]5[0x13][0xbf][0x17]![0xfe] [0xc4][0x18][0xde]7[0xf1]Ga[0xd6][0xba]<[0xd8][0xfe][0x82][0x93]N[0x9][0x1a][0xae][0xe3][0x3][0x13][0xc2][\r][0xba]f[0xc2][0x1f][0xe2][0x86][0x89][0x8f][0xf0]g[0x5][0x9b][0xbf][0xa8][0xd4][0xa0]?|n[0x8a]{[0xe4][0xa0][0xc6][0xa2][0xac][0xd8]T{[0xa4][0xbc][0xbc]K[0xb]#[0xd4][0xb0][0xe8][0x95][0xed][0xaa]R[0xeb][0xa3]Vz<[0xe7]f[0xec][0x14][0x8b][0xbe]r_[0xd8][0xae]:E[0x7][0xd9][0xb1][0x14]B[0x86][0x8e][0x17][0xd2][0xe9]!w[0xa2][0x90]a[0x11]V)7_[0xb0][0xd2]N[0xca][0xf2][0xec]x[0xce][0x13]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xa8][0xbe]'E[0xc0][0xab][0xd5][0x9f]lR[0x15]P-5w[0xb2][0xc]V[0xb4][0x9a]I+[0x1f][0xb7]g<[0x9][0x8b][0xb7]M[0xcd][0xca][0xc9][0x86][0xb2]~u[0x14][0x5][0xdb][0xff][0xdd][0xcb][0xb8][0xf9]CN*e[0x13][0xbe][0x91][0xf7],[0xd7][0xcb][0x9f]p[0xbc]I[0xde]*/7vt[0x84][0x84][0x97][0x9d][0x17][0x1b][0xc2][0xc8]@[0xb9]HJ[0xf3][0x92]fl[0x85]fL4{Kt[0xd0][0xe0]*$[0xc8]fQ[0xec][0xf][0xcc]xw[0xb5][0xc6][0x81]I[0xcb]M[0xd8]O[0x16][0xec]l[0xd2][0xae][0xb9][0x9a][0xc5][0x9b]2Z4[0x1a]X[0xe5][0x12][0x8d][0x96][0xfd][0x95]<[0xe7]Ew[0xb6][0xb2]Gm[0x8b]([0xee][0xed][0xec]Z[0xd6] [0x14]4:[0xf9]J[0x85][0xf1][0x8a]Z[0xd3][0xd3]v[0x96][0xaa][0x91][0xd5][0xba][0xdb][0x8a][0xa5]R)[0x8b]s[0x99][0xb0]K[0xbd][0xa8][0xf6](*[0xef][0x8][0xdd][0xcb][0x15][0xc7]"H*5$J#[0xd4]Y[0x95][0xda][0x81]\:M[0x18][0xac]"2[0x83][0xad][0xfc][0xd6][0x8]CA7|[0xfc][0xc0]`[0xc3][0xe0][0x17]M@t[0x6][0xf9]|P>[0xeb][0xb9][0xff][0x10]vQ[0xee][0xe6][0xec][0x12][0xfc][0xd4][0x5][0xc2][0xe1]E([0xdd][0x81][0xba][0xbf][0xc2][0xd7][0x13]P)[0xc3][0xdd]7[0xe1][0xf][0xab][0x9f][0xa0][0xfe][0xa4][0xaf]'q[0x13]Z[0xd8][0xc7][0xf1]M[0xe8][0x1f]Q[0xbb][0xe]{([0xb7]@[0xa3][0xec][0x87][0x8a][0x1][0x18][0xd8][0x87]u[0x18][0xe4][0xc7][0xc9][0xd7][0x89][0xe2][0x11][0xe2][0x18][0xc2][0xc3][0xdc]m/z[0xc7]^[0xf4][0x1]r[0xf4][0x15][0xa2]R[0xe4][0xe8][0xab][0xb4][0xad][0x93]h[0x6]Jh^[0xe0]\[0xe5][0xb3][0xa3][0x1a]M[0x83][0x94]F[0x5]S[0x8f][0x0][0x13][0xa9]A[0xb2][\r]:[0xe5](m[0xe3]Dr[0x98]H[0x8e][0xa0][0x5]Gq[0x1f][0x12]Dp[0xc];[0xd9]Y[0x1e][0x96]1[0xa5][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0xe][0xe2][0x8f][0xd2][0x9b][0x18]}[0x8d]#[0x1f]W[0x7][0x99][0x8b]O[0xe0]R[0xda]hW[0xcf][0xbd][0xc2]m4[0x9e]\[0x84][0x19][0xb][0x87][0xff][0x2][0xe0][0x9e]E4[0x8d][0xf6][0xdc]B[0xb3][0x82]x[0xe4][0x16][0xd6])l[0x94][0x9][0xe][0xee]U[0xf0])[0x2][0xfd]j8[0xa4].b[0xfd][0x1c][0xf6][0xc9][0xc1][0x86]y[0xec][0xbe][0x8d][0xe0]Ia*[0xe6]-[0xfd][0xfe][0x90][0x1][0xad][0xf3][0xd8][0x1c]R[0x3][0x1b][0x17][0x10][0x9a]G[0xa0][,mZ[0xc0]}[0xb7][0xb0][0xb9][0xe]'[0xae]}[0xfe]~[0xf7][0x87][0xc][0xac][0xca]4;[0xd0]@[0xf9][0x4][0x93]=[0x83][0xf5][0xb0]x[0xb0]IRm3[0xe1]q[0xce]&[0xf9][0xd5]y[0x1e]y[0xa4]e[0xaa]{x[0xb0][0x87][0xe5]QD8[0xea][0xc5]~[0x1e][0xc8]~[0x99]~[0xa1][0x94][0xbe][0x8e][0xc][0xe][0xe0]Q&[0xba][0x9e]_[0xba][0x7]9[0xaa][0xc3]0[0xd7][[0xf8],[0xee]}[0xa3][0xb2]w[0x88]k#[0xdc][0xdb][0x0][0xdf]]l[0xd2][0xf0][0x98][0xfc][0xfb][0xe6][0xbf]1[0xf6][0x19]wb[0x12][0xa1][0xc2][0x3][0x88][0xcb]#9[0xcc][0xbe][0x1a]J[0x87]z[0x95]3A^[0x1f][0x13][0xd7][0xee][0xcc][0xc3][0xaf]^[0x17][0xa3][0xd1][0x9e];[0x83][0xbe][0xbd]j" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Pm[0xbb][0x8a][0xb6][0x9e][0xa0][0xba]K[0xd0][0xd1][0xbd][0x80][0xb6][0x5]l[0x99][0x13]J[0x97]U[0xe5][0xda][0xe7][0xff][0xf4]][0xa7][0xa9][0xaf][0xaa][0xde]f[0x8][0xee])[0x88][0xcf][0xe6][0xad]x[0x86][0xc9]][0xe2]i=[0xcd][0x94][0x9f][0xab][0xd4][0xdb]V4[0xf1][0xec][0xfb][0x99]6[0x83]V[0xce][0xba]O[0x12][0xa0][0xc8]4[0x9a][0xa1][0x1a]wahH(J[0xe8]_T[0xac][0x13]o[0xb1][0x12][0xde][0xd9][0x12][0xde][0x8]Q[0xea]_[0x1e]e[0x8b][0x8c];[0x8b]V[0xbc][0x8c][0xed]|[0x85][0xef][0xe4][0xb8][0x1b][0xaf]T[0xd0][0xb5]V[0xa1][0x8b]T[0xd0]E[0xaa][0xd0]5[0x9][0x92][0x1b][0xab][0xc1][0xf1][0xa5]L)*[0xf1]1[0xce]E[0x11][0xcc][0x96]*1[0xae][0xf4][0xab][0x84]s[0xff][0x1c][0x1a][0xf8]h[0xef]WC[0xea][0xdf][0x91][0xf][0xa9][0x2][0xe6][0x9d][0xbd][0xf5][0xbe][0xbd]ZP[0xb][0xd6]_[0xc5][0xd9][0x90]?[0xa8][0xed][0xea][0xd7]C[0xfa][0x2][0xb6][0xce][0xa1]7[0x12][0xe][0xe9][0xb7][0xb1][0x8d].[0xb6][0xf7],`[0x87]X[0xde][0xc9]g[0xa0][0x83]b[0x1][0xf][0xb0][0xb0]o[0xa1]S[0x14] [0xda]#[0xab][0xe8]Q[0xa5]X[0xa0][0x97]5[0xa6][0xff]Fd[0xa9]F{[0xf9][0x93][0x8]|[0xbf][0xeb]x[0x87][0xa3]w[0xd9]v[0xae]a#[0xdf][0xee]m|[0xaf][0xf7][0xe1][0x3]^[0xa9][0x1b][0x98][0xc2][0xc7][0xb8][0xc2][0xf9]KX[0x94][0xb4][0xc][0x92][0xef]>V[0xcc][0x9][0xd2][0xa0]K[0xf2][0xca][0xb4][0xcc]V.[0xe8],[0xbe]E[0x82]De^[0x91][0xb5][0xea][0xa3][0xf7][0xcb]8[0x89]S[0x8c]+[0xaa][0xd6][0xa4]Vq[0xef][0x10][0xf7][0x4][0x8d][0xf7][0xc3][0xff]_l[0x94][0x85]z[0xfa].[0xd6]Q*[0xca][0xf0][0x88][0x86]o[0x86][0xcd][0x82][0xd7]b[0xb1]>A[0xc3][0xef][0xc8][0xd1][0x99][0xff][0x1]PK[0x7][0x8]!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/FileUtils.class[0x9d]Wiw[W[0x15][0xdd]W[0xd3]S[0x9e][0x15]O[0x89][0x92]8v[0x12]e[0xa0][0x96]e;j[0x93]&[0x14][0xdb][0x1d]2[0xd8][0x89][0x1b]Ynm'[0xc1]1[0x1]d[0xf9]Iy[0xb6][0xa4][0xa7]JO[0xad][0x1d][0x2][0x9d][0x92][0xd2][0x0][0x85][0x96]9CK[0x9]C[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0xc]v[0xc0][0xb][0xf7][Y[0x8b]?[0xc0][0x1f][0x80]/[0xfc][0x2][0x16][0xb][0x8][0xfb]^[\r][0x96]b%+[0xe0]e[0xdf]{[0xdf][0xb9][0xe7][0x9e]{[0xf6]9[0xfb][0x9c][0xf7][0xfc][0xe7][0xff][0xfc]a[0x5][0xc0]~[0xfc]NG'fu[0xb4]cNCJ[0x87][0x13]i[\r][0x19][0x1d]n[0xa4][0xa5][0xd0][0xd2][0x91][0xc5][0xb]:r[0xc8]k[0xb0]u[0xb4][0xa0][0xa0][0xe1]E[\r]/i[0x98][0xd7][0xb1][0x80][0xf3][\r][0xf8][0x1c].h[0xf8][0xbc][0x8e]/[0xe0]e[0x1d][0xaf][0xe0]U[\r][0xaf][0xe9][0xd8][0x88]Y/^[0x97][0xf3]E/.[0xc9][0xf9][\r][0x1d]:[0xbe][0xa8][0xe1]M[0x1d][0x97][0xa5][0xd9]v|I[0xc3][0x97][0xbd][0xf8][0x8a][0x8e][0xed]8/[0x9f][0xdf][0x92][0xc3]W[0xe5][0xf0]59[0xbc]-o{G[0xae]x[0xea][0xeb][0x2][0x9e][0x1]3c[0xda]O[0x9]8[0x83]][0xa7][0x4]\G[0xac][0x19]C[0xa0])bf[0x8c]h!=m[0xe4]&b[0xd3])JZ#V<[0x96]:[0x15][0xcb][0x99][0xf2][0xb9]$t[0xd9][0xe7][0xcc][0xbc][0xc0][0x96][0x88][0x95]K[0x86][0xad]l[0xfe][0xf1][0xd9][0xb0]i[0x85][0x87][0xcc][0x94]q[0xd2]6S[0xf9]~[0x1]o[0xdc][0xca].H[0x81][0xc0][0xf1]`d6[0xf6]b[0xac][0xac][0xd1][0xcf][0xd3][0xaa][0x89][0xb4]E[0x8f][0xac]\>[0x9c][0xb7]sF,[0x1d][0x1e]W[0xd3]HQ[0xda]/[0xbd][0x14]4[0xb7][0xa3][0xe6]|[0xd4][0xb2][0x87][0xac]Bffp>ndm[0xd3][0xca][0xf0][0xee]G[0xaa]l[0xa6]b[0x99]d8ZH[0xa5][0xe][0xe5][0x92][0x85][0xb4][0x91][0xb1][0xab][0x15][0x3]ES[0x19][0xc3][0xe][0x8f][0xc4]R[0x9]+[0x97]6fN[0x8e]E[0xaa]U[0xfc][0x95][0xdb][0x86]G[0xab][0xe5][0xce]|..[0xd0]X[0x8b][0x85][0x81][0x99]1[0xf2][0xb6][0x80]V[0x82]"[0xd0][0xf5][0xd0][0xf8]h3![0x83][0xda]Vcs8[0x93]-[0xd8]EE[0xa5]aQck[0x8d][0xc6]h[0xc1][0xae]V[0xf1][0xa4][0x8c]L[0xd2]>[0xc7]X[\r][0xb][0xac][0x1f][0xb7]c[0xf1][0xb9][0x91]XV[0xe5][0x8d]l[0xd1][0xf0][\r][0xf2][0x92][0x94]$[0xfd]*[0xcc][0x13][0xd0]+[0xd0]h[0xbe]!gd[0xad][0x9c]=[0x98][0xcb]I[0x0][0xa3][0xc1][0x87]FPtKE|5T[0xab]!fdU[0x12][0xfd]u[0xf5][0x8][0xae][0x90]KUBZ> [0xb0]1i[0xd8][0x12][0xe7]P[0xce]J[0x1f]I[0xc5][0xf2][0xf9]lL[0xc2][0xdb][0x15][0xac]2C?[0xcc]L[0xb2][0xbf][0xeb][0xde]th[0x9]I[0xc9][0xb1][0x88][0xc0][0xb6]j[0xb3][0xc3][0xe3][0xb][0x19];6_}[0xb9]Wj>[0xa7],[0xb7][0xae]5[0xac][0xe1][0x9b][0x1a][0xbe][0xc5][0x2]c|g[0x8c][0x94]a[0x93][0x87]-[0xf7][0xd0][0xba][0xeb][0x8c][0x80];~[0xce]L[0xcd]PI[0xcd][0x8c]e[0xd3][0xd4][0x1a][0x86]$TQ[0x88]3[0x1a][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4K0[0xd1]X[0xda][0xc8]OXR[0x81]G[0xf6][0x4][0xa7][0xea] [c[0xc7]+Ofx[0x92][0xb6]L[0xde],[0x97]<[0xbd][0xa1][0xce]a[0xee]&[0x8a][0xb6][0xf5]q[0xab][0x90][0x8b][0x1b][0xc5][0xba]l[0xac][0xd4][0xeb]^y[0xc4][0x87] [0xba]|x[0x1a][0xdf][0x16][0xd8]|[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0x9d][0xef][0xb0][0xee][0xef][0xc7]?[0x1f][0xbe][0x8b]+[0x1a][0xae][0xfa]p[\r][0xd7]5[0xbc][0xeb][0xc3]{[0xf8][0x1e][0x83][0xff][0xc0][0x8a][0xf5][0xe1][0x4][0x98][0xa1]=[0xf]S[0xb4][0x2][0xdb][0x1f]\[0xb2][0x8c]@[0x9d][0x82][0xd5][0xf0][0xbe][0xf][0xdf][0xc7][\r][0xd2][0xdf][0x87][0x1f][0xe0][0x87][0x2][0x9b][0xea]w.[\r]?[0xf2][0xe1][0xc7][0xb8][0xa9][0xe1]'>[0xfc][0x14]?+[0x87][0xa2]*[0x9c][0x87][0xb]L[0xad][0xc1][0xca][0xf0][0xc8]S[0x81])[0x1f]~[0x8e][0xf][0x4]v[0x9e][\r][0xc4][0xad]Bj&[0x90][0xb1][0xec][0xc0][0xb4][0x11]HH[0x8c][0x1]3[0x13][0x88][0x97]9[0xeb][0xc3]/pCF[0xf0][0x97][0x2][0xbe][0xea][0x88][0x90]]R[0xfc]+[0x81][0xf6][0x7][0x90][0x94]>[0xd7][0xbb][0xa2]/[0xe0][0xc3]-[0xdc][0xf6]aR[0xe][0xbf][0x96][0xc3]o[0xf0][[0xf9]H>6[0xaf]:?:=k[0xc4][0xd9][0x9a]:[0x1f][0xb2][0x9a][0xcb]>[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0xc6]V1[0x10][0xea][0xd5][0xf1]l[0x9d]B`[0x8d][0xbb]m[0x8b][0x8]x([0xd8]USx[0xfd][0xb5]f[0x87]K[0x9a][0x91]5[0x9a][0xb2][0xf2][0xb7][0xd4][0xe4][0xa8][0xe8][0x9d][0xca][0x12][0x89],_/E[0x89]@[0xf2]mQ[0xe5]+[0x86]W[0x9b]{U[0x9b][0xad][0x8]k:[0xeb][0x19][0x9]kC[0x9d][0xce]Eg[0xd8][0xa1]F[0x8c]|>[0x96]dUm,[0xe3][0xa8][0xad][0xc0][0x6][0xe6][0xcc]L,[0x94][0x9a][0xea][0xee]`[0xad]#u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xb7]5[0xad]JU[0xe3]c[0xc9][0xf2]&[0xb5][0x8c]X1[0xc5][0xc1][0xb6][0x9a][0xdb][0xaa][0xb6][0xe4][0xab][0xab][0xee][0x6]][0xa1][0x91]1#[0xaf]:[0xc1][0x3][0xfb][0xe8]j&<[0xb1]l[0xd6][0xc8][0xb0][0xb1][0xf5][0xde]_{m[0x89][0xc8].e[e[0xb2][0xf8][0xeb][0x1d]=[0xb5]J[0x9f]2C[0xa4][0xcc]c[0xcc][0x9b]y;[0xaf][0x18]F[0x1a]7[0x98][0xf9][0xa3]f[0x8e][0xf4][0xb5]r[0xb][0x2][0xeb]R[0xdc]+5[0xcb][0x96][0xe0][0xbd][0x9d][0x11][0x8f][0xf1];[0xa7][0x13][0xf2][0xc7][0x3][0x87][0xec]i[0x10][0x8][0xa9][0x8f]3vJ[0xce][0xee][0xd0][0x12][0xc4]m.[0x1c][0xe8][0xe6][0xa8]s[0x6][0xd5]\T[0xea][0xe1][0xca]WTB/[0xf6]r^[0x87]0[0x1e][0xa5][0x6][\r][0x88]k4[0xa8]QvADE[0x9f]+[0xb4][0x8][0xc7][0x9b][0x7][0xdd][0xcb]pN[0xd2][0xa0]+[0xba][0xc][0xf7]d[0xf7][0x12]<}[0xae][0x1e]ni[0x8b][0xf0][0xfa][0xdd][0xbd]m.[0xd7][0x1d][0xac][0xbb][0x89][0x13]}[0x9e][0x9e]6OI~[0x7][\r]m[0x9e][0xf][0xff]?[0xc9]m[0xfa][0xe9][0xa3]G[0xfb][0xe9][0xb7][0x9c][0x7]9[0xca][0xf9]4[0xd6][0xab][0xd9]D#[0xbf]9%[0xae]1~$[0x2][0xfd][0xf4]}[0x80]h[0x9e][0x84][0xec][0xec]~<[0x83][0x1d]8D[0xbd](-[0x1c][0xc6][0x1][0x1c][0xe1]x[0x94]V[0x6]q[0xc]C[0x98][0xe0]x[0x1a][0xc7][0xd9];[0x86][0x91][0xc0][0xb3][0xb4]v[0x2]s[0x88]`[0x1e]#[0xfc].[0x1d]U[0xf1]I[0xf0][0xe6][0x3]hf[0x98][0xf7]1[0x1e][0xc7][0xd4]j?W[0x93]j[0xf5]8Wsju[0x80]+[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x7][0xf1]q[0x95][0x8c][0xb]x[0x82]+[0xa1]V[0x9f]@[0x1f][0xfd]r[0xe0]<[0xfd][0x1b][0xa0][0xbf]n[0xbc]D[0xf][0x9f]R[0xd8][0xb2][0xf4][0xf3][0x19]J[0xe]Q[0xb3][0xb][0xee][0xbb][0xd2][0xb8][0x86][0xc3][0xea][0xf7][0x88][0x86][0xa3][0x1a][0x6][0x99]G[\r]C[0xcf]k8[0xc6][0xbf][0xe3][0xfc][0x1b]n[0xa1][0xb3][0xc5]|7B~[0x18][0xf3][0x85]R[0xca][0xfa]gh[0xde][0xc9][0xb9]9[0xf4][0x11][0x1a]C=[0xdd][0x8b]h[0xfa]=[0x9a][0x9d][0x90][0x4]([0x6][0xaa]Q[0xed][0x9f][0xe1][0xe5]Sh[0xc2]Y[0x5]2P<[0xa3][0x1c][0x85]Z=[0xc6][0x10][0x8][0xb5][0x8a]2[0x10][0xe][0xe5][0x9e][0x13][0xa2][0x89][0xc]y[0xe][0xcf][0x17][0x19][0x82][0xbf][0xd0][0x88]d[0xd3]tk[0xcb]"Z[0x99][0xb8][\r][0x91][0xee]?a[0xf7]2[0xf4][0xc9]el[0x9c]\[0x82][0xbf]u[0xd3]"6scs[0xeb][0x16][0xe][0x8b]h[[0xc2][0xd6][0xf][0x97][0xd1]>I[0xc7]:[0x96][0xb0][0xed]V[0xa4][0xae][0xf2][0xe][0xe][0xd4][0x8][0xac][0x9e]Q[0xce]H[0xf7][0xb6][0x97]`lU[0xf1][0x9e]#[0xf8][0x14]![0xa5][0xc9]^[0x8b][0xbb]YF[0xf8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0x9d][0x99][0x1f][0xa3][0xfb][0x82][0xd2]NB[0x1a]WV[0xa6][0x99][0xf7][0x93][0x9c]%$?[0x1c][0xff][0xc2]^[\r][0xa7][0xee][0xa2]AF[0xf9][0xb4][0x1c]>[0xa9][0xa2][0xeb][0xa2][0xb2]N[0xb8]|[0xb1][0x94]b[0xfb]7[0x82][0x95][0x5]1[0xe1][0x1c]`tG[0xe9][0xe9][0xce]+8[0xce]i[0xd7]@[0xfb]U<[0xcd][0xc5][0xee]+x[0x82][0xd3][0x9e][0x91][0x9e][0x8f][0x10][0xee]Yy[0xf][0xa1][0x9e]h[0xef][0xca]A[0x97][0xf3][0xa0][0xdb][0xef][0xf6][0xbb]n[0xc0][0xdf][0xeb]w[0xef][0xeb][0xf3][0xb4]y[0xee][0xe0]c[0xa7]/[0xba][0xc5][0xcd][0xbb]/[0x9e][0xff][0xa0][0x92][0x9f][0xbd][0xf4][0x4][0xfc]w[0xc8][0x81][0x97]I[0xf2]W[0xd1][0x8a][0xd7][0xb0][\r][0xaf]c[0x17].r[0xff][0x12][0xdd]~[0x83]4[0xbc][0xc4][0xfc]\&[0xb8][0xb7][0x14][0xd8][0x10][0xbd]=[0xc4][0x80]L[0x91]r[0x1e]j>[0x8a]O1[0xb3]25[0x13][0xf8][0xb4]"[0xa4][0x83][0xba][0x93]d[0x87]P[0xb0][0xdb][0xe1][0xbc]+[0xb9]K[0x96][0x11][0xef]g[0xf9]+[0x18][0x99]`[0xcb]?i[0xe8]2b[0x8c]Q[0x11][0xf2]u2[0xd3]%[0x99][0x19]Z[0xf9]#[0xda]#[0xce]';[0xba]Wn[0xa0]#[0xd4][0xb1]/[0xda]K[0x82]uw[0xc8]\[0xf6].[0xe1][0x91][0xf1][0x8b][0xe][0x82][0xf9]k[0xf7][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xed]*VW[0xe8][0xcf]U&[0xe8][0x1a]q\[0xc7]&[0xbc][0x8b][0x9d]|[0xee][0xc4][0xfb][0x15][0xbf][[0xc9][0xc2]8[0x13][0xe2][0x84][0x97][0xc5]:[0xc3]bp[0xa8]R0Xz[0x92][0xe3][0xbb][0x91]$[0x96][0xa2][0xdf][0xeb][0xe1][0xfc]7[0xbc][0xd2]]z[0xea][0xa6][0xf0][0x9c][0x82]f[0xfe][0x17]PK[0x7][0x8][0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/io/HierarchicalIOException.class[0x8d][0x92][0xdb]N[0xdb]@[0x10][0x86][0xff][0xcd][0x11][0x12][0x13][0x8e])[0x14]([0x5][0x84]Pp[0x10][0x96][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][0xa8][0x90]J[0xe8][0x1][0x14][0x15][0x89]C[0xb8]^[0xcc]*Y[0x94]x[0xd1][0xda][0xa1]}[0x19][0x1e][0x82][0x1b][0x90][0xb8][0xe0][0x1]x[0x19][0xc4][0xb]T[0x9d][0xdd]X[0x14]D"[0xf5]fg[0xf6][0xf7][0xcc]7[0xff][0xd8][0xbe][0xff]s{[0x7][0xe0]#[0xe6]sHc2[0x87][0x14][0xa6]L6[0x9d][0xc5][0xbb],f[0x18][0x86]B[0xa1]%o[0xd6][0x84][0xe][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e]v[0xb6][0x19][0xd8].[0xc3]@E[0x5]a[0xc4][0x83][0xa8][0xc6][0x9b]m[0x91][0xfe]0[0xf6][0xb0]Uh]>2d>[0xcb]@F[0x9b][0xc][0xc5]R[0xf5][0x8c]_p[0xaf][0xc9][0x83][0xba]w[0x10]i[0x19][0xd4]7[0x96]j[0xc][0xa9][0x8a]:[0x15][0xc][0x83]U[0x19][0x88][0x9f][0xed][0xd6][0x89][0xd0][0x87][0xfc][0xa4]I[0xca]HU[0xf9]4[0x88][0xd3]8[0xba][0xc7]b*j[0xc8][0x90]a[0xb1][0xaa]t[0xdd]S[0xe7][0xe1][0xa7]3O*[0xef][0x87][0x14][0x9a]k[0xbf]![0xa9]ag[0xef][0xeb]o_[0x9c]G[0xe4]n[0x83]![0xdb][0x12]a[0xc8][0xeb][0x16][0xf7]j<[0x83][0xdb][0xc5][0xd4]3[0xe5][0xb0][0xa1][0xd5]/3[0xd8]:M[0xfb][0xbc][0x1d][0x12][0xa9][0xd8][0xb5][0x82]a[0xa2][0xd4][0xb3]5w[0xa0][0xda][0xda][0x17][0xdf][0xa4][0xd9]a[0xba][0x87][0xdd][0x15][0xd3][0xed] [0xf][0xc7][0xc1]{[0xcc][0x9a]l[0x8e]a[0xe1]6e[0x18][0xb5][0xa3][0xa9][0xe2][0x85][0xda]o^~[0xa5]c{[0xb9][0x87][0xbd][0x1e][0xdb]$KK5[0xcc][0xd1][0xf7]O[0xd3][0xff][0xc0]0[0x89][0xc][0xb2][0x14][0xfb][0xe8][0x96]@?[0x92][0x94][0x93]S:[0x7]H[0xd9]$-A1[0xe3][0x96]o[0xc0][0xae]lM[0x81][0xce][0x9c]U]b[0x94]1H[0xd9][0x9b]N[0x15][0x86]0[0xc][0xd8]l[0x4][0xa3][0xc4]0[0xac][0xb1][0x98][0xb5]O5I[0x8a][0x8e]e[0xb9][0xcb][0xd7]H[0x1c][0xff]#[0x16][0xec][0xb3]U"[0xae]Q[0xcf][0xba][0xa5][0xce]v[0xea][0x9f][0xa8]NL5Y[0xd1][0xce]4[0xfc][0xf1][0x98][0xff]=[0xf6][0x9a]wo[0x90]t[0xcb][0xdd][0xf0]_h[0xed]-2_yf:[0xff][0x84][0xcf][[0xa8]1=a[0xfb][0xde][0xfe][0x5]PK[0x7][0x8][0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/ops4j/io/Lister.classeN;n[0xc2]@[0x14][0x9c]g[0x1c]/[0x9f][0x80]"[0xe8])[0xa8][0x92]&[@[0x7]J[0x17]*G[0x91][0x82]8[0xc0]b[0x16]k[0xad][0x8d][0x17][0xad][0xd7][0x88][0xb3]Q[0xe4][0x0][0x1c]*[0xe2][0x19]$[0x1a]^53of4[0xe7][0xff][0xd3][0x1f][0x80])[0x6][0x2]=[0x81]gBlM[0x15][0x8][0xc3][0xd7][0xb7][0xb4]P[0x7]%[0xeb]`[0xac]LY[0x9b][0x13][0xba][0x9f][0xc7]L[0xef][0x83]qe%[0xd0]'tV&/U[0xa8][0xbd]&L[0x1e][0x2][0x8b][0x1b]/u[0x90][0xeb][0x9f]t[0xfe][0xd1][0x14][0xac]\[0xed]3[0xbd]4[0x96][0x13][0xbd][0xc6][0xa4][0xfd]{[0xe3]"[0x8c][0x9c][0xcf][0xa5][0xdb]W[0xb3]B[0x1a]'o/[0xc2][0xcb][0xb5][0xc2][0xaa]2[0x97][0xdf][0x9b]Bg[0xbc]l|o[0xfd]Rv[0xe7][0xfc][0xaf][0xde]r[0xfd]}YB Dh[0x8e]bB[0xb]1[0xb3]'f1[0xeb][0x9][0x4][0xa3][0x8]m[0xc6][0x9d]+[0xea]^[0x0]PK[0x7][0x8][0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ListerUtils.class}T[0xdf]s[0x13]U[0x14][0xfe]n[0xb2][0xcd]n[0xb6][0x1]J[0x8a][0x80]4[0xd5]X[0xe5]G[0x9b][0x5]Z[0x8b][0x1a][0x1a]l[0xb][0xd5]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "jk[0x9d][0xe][0xea][0xb0][0xdd][0xdc]&[6[0xbb]q[0xb3][0x1][0x1e]|PF[0x1f]}[0xf5][0xd9][0xe1][0x85][0x7]_[0xf4]%udF[0xdf][0xf9][0x93][0x18][0x5][0xbf][0xbb][0xd1][0xa1]L[[0x93][0x9c][0xbb]w[0xbf]{~}[0xe7][0x9c][0x9b]GO~[0xff][0x3][0xc0],VMd1[0xa3][0xa3]b"[0x81][0x19][0x13][0x16][0xce][0xaa][0xe5][0x9c][0x81][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x99]50g[0xe0]-[0xb5][0x9d]W[0xcb][0x5][0x13]o[0xe3][0x1d][0x1d][0xef][0xea][0xa8][0x1a][0xb8]h[0xe2]([0x16]t[0xd4]t\[0x12]H]t}7[0xaa][0x9]$[0xb][0xc5][\r][0x1]m9hJ[0x81]c[\r][0xd7][0x97][0xd7][0xfa][0x9d]-[0x19][0xae][0xdb][[0x1e][0x91]l#plo[0xc3][0xe]][0xf5][0xfe]/[0xa8]Em[0xb7]'p[0xa6][0x11][0x84]-+[0xe8][0xf6][0xe6]v,7[0xb0][0x1a]n/[0x92][0xe1][0xa7][0x91][0xeb][0xf5][0xaa][0x2][0xa3]];[0xec][0xc9][0x15][0xd7]#&0Sh[0xec][0xd8][0xb7]m[0xcb][0xb3][0xfd][0x96][0xb5][0x16][0x85][0xae][0xdf][0xaa][0x16][0x87]P[0x9f][0x6]V([[0xf2][0xae][0xf5][0x91][0x1d]Q[0xdb][0xa7][0xb5]p([0xcb][0x94][0x1d]J[0x9d][0xc2][0xa8]/[0xec]qq[0xe5][0xae]#[0xbb][0x91][0x1b](][0xad][0xd7][0x95][0x8e][0xca]t_[0x4][0x81]DoK[0xe0][0xf4][0xbe][0x93][0xa5][0xfe][0xf6][0xb6][0xc]U[0x1c][0xd2]8[0xb2][0x16][0xd9][0xce][0xad]U[0xbb][0x1b][0xb3]cuu[0xbc][0xc7][0xa2][0x9][0x98]kA?t[0x14][0x7]F[0x1f][0xdb]C[0xaf][0xa2][0xfc]e0[0x8e][0x13][0x2]'[0xf][0xf6]M[0x1f][0x19],b)[0x83]e\f[0x1e][0x9f]W2[0xb8][0x82][0x15][0xee]*%[0x81][0x91][0x1b]_Z_[0x94][0x14][0xf2]~[0x6][0x1f][0xa0][0xae][0xe3]j[0x6][0x1f]bB`[0xfc][0x0][0x8e][0x2]S[0xcf][0xd0][0xba][0xe7][0xc9][0x96][0xed]-[0x86][0xad]~G[0xfa][0xd1][0x1e][0xa5]b[0xdd][0xbf]m{n3[0xef][0xb4][0xed][0xd0]v[0x98]l[0xbe][0xdf][0x93][0xcd][0xbc][0xeb][0xe7][0xa3][0xb6][0xcc]o[0xc7][0xad][0xc8][0xfb]vG[0xaa][0xd4][0x1b][0xac][0xcb]a[0xed]#[0xdb]g[0x1][0xaf]o[0xed]H'z[0xe][0x1a][0x12][0xe5][0x10]y[0xd2]oE[0xed]x[0x88][0xd8][0xa4][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbc]HU[0xad]P/[0xb2]y)[0xbb][0xdb][0x95]~S`[0xfa][0xf0][0xee][0x1f][0xd4][0x94][0x89][0xc2][0xf2][0xff][0x9c][0x1a]Q[0xf0]_[0xfc][0x13][0x85][0xfd]z[0xd4]8u[0xc8]\[0x9][0xe8]N[0xd0][0xe9][0xc6][0xed],[0x1d][0x90][0xd2][0x1e]d[0xbd][0x1d][0x6]w[0xd4]8T[0x8b][0x1b]8[0x87][0xe3][0xbc]w[0xea][0x93][0xe0][0x97]][0x7][0x87]1[0xbe][0x90][0x1c] >GJ[0xbb][0x10][0xbf][0xc6][0xc7]'[0xb9][0xaa][0xab][0x7][0xe4][0xa1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa7][0xb8][0xcb][0xc][0x95]p[0x1a]/[0xf2][0x99][0xc6][0x19]L[0xc][0x1d][0x88][0x9b][0xd4][0xd1][0x88][0xfd][0xf0][0x10][0x89][0xcd]]$[0x1b][0xc9][0x85]\i[0x0][0xed]>[0xda][0xa5][0xdc][0x0]#[0xb5][0xc9][0x9f][0xe3][0xb0][0x9f][0xc4][0xbe][0x81][0x12][0xe5]uJ[0x85]2Q[0xce][0xa6][0x6][0xd0]?{[0x80][0xf9][0xd8]Fk[0xde]G[0xae][0x94][0xd3]n[0xd2]n[0xac][0xf4][0x13][0xc6][0xca]YC[0x9d][0x97][0x10][0xf]0^[0xce][0xa6][0x87][0xca][0xe9][0xf2][0xe4][0x0]f[0x8c]>[0xfd][0xb1]<[0xc0][0xe8][0xea][0xf4]o[0xc8][0xfc]r[0xed]![0x8e]nf[0x8f][0xcd][0xec]b[0xec]O&[0xf7]5[0xbe][0xc1][0xb7]8[0x82]dLh[0x85][0xfc][0xc1][0xff][0x19][0x3]gY[0x87][0xf3]$2[0x8b]9[0xcc][0xa3][0x8a][0xb][0xa8]q][0xc7][0x2]npgc[0x9]m\[0xc6]-Z|E[0xdd];[0xb8]JO[0xab][0xf4]t[0x1d][0xf7][0xf0]q\[0x8c][0x1a]R[0xb4][0xdf]D[0xe][0x93][0xf4]n[0xa2][0x83][0x97][0xf0]2[0xc9][0xdd][0xc3](K[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "1[0x96][0x83][0x85]{[0x95]O[0x3][0xdf][0xe3]5[0x12]V[0xf9][0x1c][0xc7][0x1b][0xc4][0x12]x[0x93]x[0x11][0xc6][0xdf]0u[0x14][0xc4]_([0x8a][0xf4]T[0xfa]1F[0xf8]{[0xca][0xda]&u[0x14]y[0xc0][0x15]Bg[0xbd][0x4][0xca]q[0xed][0xa6][0xff][0x1]PK[0x7][0x8][0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/Pipe$Pump.class[0x8d]U[O\U[0x18]]{n[0x87]9[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x94][0x82]3-j[0xed][0x5][0x87][0x19][0xe8]TAm[0xa1][0xad]J[t[0xda][0xe1][0xa2]\*[0xa2]m[0xf][0xd3])" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c]:[0xb7][0xcc][0x5]l[0x8c][0xca][0x83][0x89]I[0x1b][0x8d][0x89]I[0xf5][0xc1]z[0x89])[0xc4]DC 8`[0xd3]H[0x2][0x89]I[0xfb][0xd4][0x9f][0xe0][0x1f]0[0xc6]>[0x98][0xb4][0x99][0x14][0xd7][0xde]C[0xb1]([0x98]N2[0xfb][0xdb][0xdf][0xfa][0xae][0xfb][0xdb][0xeb][0x9c]s[0xeb][0xfe][0xf5]_[0x0]4![0xa2][0xe1][0x5][0x1d]U8[0xe0][0xc6]V[0x1c][0x94]K[0x8b][0x8e]V[0x1c][0xd2]!pX[0xc7][0x11][0xbc](w/I[0xec]e[0x1d]m8*[0x97]cnb[0xc7]K[0xd1][0x8e]W[0xe4][0xf2][0xaa][0x86][0x90][0x8e]r[0x9c][0xd0]pRCXC[0x87]@I[0xfc]L&[0x99]KG[0xa2][0x2][0xd5][0xe1]Qs[0xcc][0xc]Z[0xc9]`([0x91][0xca]e{[0xb2][0xe9][0xa8][0x19]o[0x15]p[0xd1][0xc5]J\[0x10][0xa8]Ys[0xe8][0xca]e[0xd7]y[0x1c][0xb2][0x12]V[0xf6][0x88][0x80][0xc7][0xb7]a[0x8e][0xfa]~[0x1][0xc7][0xd1][0xe4]9[0x16])[0xf][[0x89]hg.>[0x14]M[0xf7][0x9a]C1"[[0xc3][0xc9][0x88][0x19][0xeb]7[0xd3][0x96][0xd4]WAGv[0xc4][0xca]Pt[0xe7][0xe2])[0x1]#[0x94]HD[0xd3]Gcf&[0x13]%[0xea][0x9]'[0xd3][0xc3][0xc1]d*[0xd3]<*+u[[0xa9][0xe8][0x1e][0xe9](;yp[0x18]-[0x92]dL$+[0xe0][0xf5]m[0xdc][0xb6]j[0xaa]x[0xb0][0xb2][0x9e][0xac][0x19][0xb9][0xd0]a[0xa6]Tu5[0x9a]N[\r]][0x1a][0xba][0x5][0xec][0xe9]\[0x82][0xab]O[0xba][0xb][0xee]D[0x88][0xda]P[0xee][0xbc][0x80]m[0xb0][0x8d][0xea][0xfa][0xc1]u[0x1d]'[0x12]Me[0xad]d[0xa2]UC[0x90][0xf3][0xe6][0xa8][0x5][0xf4][0x1e][0xd5]U[0xbb]%[0x8f][0xe6][0x96][0xfd][0xee][0x93][0x11][0x2][0x95][0xff]9[0x88][0x1][0xf][0x2][0x6][0xb6][0xa1][0xda]@[\r][0x1e]c[0x17][0x6]^[0x93][0xc8][0xeb][0xe8][0xd1][0xd0]k[0xa0][0xf][0xfd]R9e[0xe0][\r][0x4][0xd8][0xa7][0x81][0x1][0xbc]i`P[0xfa][0xbc][0x85][0xb7]5[0x9c]6p[0x6]g[\r][0x98]8+P[0xb5]Ag[0x6][0x86][0x10]x`[0x8a][0x99][0x89][0xe1][0xe0][0x9a][0x89]w[0xbc][0xf1]h[0x5]*[0xfe]q[0xef][0x1d][0xe1][0x0][0xcf][0x9]l[0xdb]h[0xae][0xeb]<[0xbb][0x86]F[0xd5][0x1d]T[0xad][0xb]N[0x8e][0x17]/[0xd9][0x95]Hf[0xad][0xf3][0x17]I[0xc2]13f[0x9d]3[0xb3][0xc4][0x1a]6a[0xd0]&[0xdc][0xac][0xda][0x0][0xe6][0xb5][0x16][0xfb]s[0xfa][0x6][0xdb][0xea]y][0xfb]6c[0xc0]f|v[0x8c][0x9b][0x16][0xbb]v[0x8e][0xa7]-[0xd9][0x93][0xc6]<[0xa1][0x90]$[0x80][0xf3]|,[0x97][0x19][0xa1][0xec][0xee][0xeb][0xe8][0xee][0x91]lV[0x19]rY+[0x16]$}[0x18]Z[0xb6][0xe] U[0x86][0xa3][0xcc]T[0xb7][0xda][0xc1]CCyP[0xfd]a[0x88]#IG[0xe3][0xc9]1[0xf9][0x9c][0xa4][0xd2]V"[0xab]x[0xd9][0x9b]6#Q[0xec][0xe4]#_[0xc5]W[0x81][0x8d][0x92][0xec]P;[0x12][0x84][0xd2][0xce][0x87][0xdc][0x3]/[0xd7][0xed][0xd4][0xda][0x89][0xdb](u[0xff][0xe]J[0x8f][0xa0]cI[0xe6]t[0xf8][0xf3]p6,O[0xa1][0xa4][0xb3]a[0xb9]qqF[0xd9][0xcb][0xd9][0x19][0xf8][0xaf]V[0xd2][0xae]*[0xd6][0xc0][0xc9][0xf5]]Z[0xdf]c[0xc5][0xf7]Q[0x86][0xf][0xd8][0xf3][0xc4]C[0x95]=k[0x95]=[0xd8]C[0x9b][0xc0]^[0xb5][0xb7][0xad]0[0x8d]]C[0x9d][0x86][0xa7]5[0xf8] 4[0xd4][0xdf]c[0x1e][0x1]?[0x2][0xc5][0xbe][0xec]v[0xea][0xa5][0x80]h[0xae][0xdc][0x89][0x1b]%a[0xe1][0x9f][0x83]}[0x1][0xae]k8!w[0x81]<[0xb4][0xc3][0xb5][0xb6]o[0xe0][0x9a][0xc2]A[0xff]@[0xe7][0x92][0xb4];[0x16]P2[0xc9][0xe1][0xe4][0xe1][0x9e]Z[0xf9]S[0x2][0x1]{m[0x9e][0x0]wy[0x94]6[0xf2]Lz[0x8b][0xa3]q[0xd9][0xeb]X[0x9c]Z[0x99][0x99][0x85]1[0x10]^[0xe2]*[0xf3][0xfd][0x8c]2[0x1b][0xfc][0x93][0xa8]X[0xd3][0xb7][0xd8]p*[0xa0]"[0x9c][0x81]e[0xaf]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xa8]&[0x1c][0xd7][0xa0][0xb1]z[0xc5]#[0x87][0xbb][0x18][0xee]bx<[0xfc][0xc8]![0x1a]C4[0x86][0xb4][0xb4][0x94][0xc8][0x98][0x16][0xf7][0xff][0x7]y[0xdd][0x8c]*m[0xd1])[0xbd][0xfa][0xa2][0xb7][0x84]wV[0x8e]:[0x9c]D'[0xa7][0xdd][0xc9][0x17][0x8a][0x94][0xa7]yK[0x13][0x94][0x13][0xf8]PI[0xf0][0x1d]s[0x89]~Wq[0x3][0x8b][0xd4][0x16][0xb1][0xac][0xa4][0xc4]o[0xa2][0x12][0xb7][0xf1][0x7][0xee]P[0xbb][0x83][0xbf][0x94][0x94]xA[0xf1][0xe5]s)[0x85]S[0xec][0x15]>J[0x9f]h[0x94][0x92][0xd8]}e/r[0xe3][0x8a][0xba][0xe9][0x8f][0xe0][0xa2]%>[0xe6][0x8d]~[0x82]'[0xf1])y[0xf7][0x19];[0xbb][0x82]g[0xf0][0x5][0xe][0xe0]K~[0xc7][0xae]"[0x84][0xaf][0xf8][0xe6][0xfb][0x9a][0xf9][0xa7][0xd9][0xe5],[0x12][0x98]#[0xab][0xf2][0x8c][0x9e]g[0xf4][0xb7][0xb8][0x8c][0xef][0x18]5[0xc9][0xba][0xd3][0xf4][0x9e][0xc5][0x8f][0xb4]_[0xa7][0xfd]W[0xda]o[0xe2]{[0xdc]"~[0x9b][0xf8]o[0xc4]'~[0x97]x[0x1][0xd3][0xc2][0x89]YQ[0x8d]9[0xb1][0xb]y[0xb1][0x1f][0xf3][0xa2][0x9][0xb][0x8a][0x9b]~2k;[0xbf][0xa5][\r]h$K][0x9c][0xcf]>[0x4][0xc9][0xba][0xcb]0[0xb0][0x9f][0x9d][0x9][0xc9][0xba]U[0xe6][0xca]S\[0x84][0xa7][0x0][0x97][0x86]g[0xb][0xd8]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0xb7][0xbe][0xca]>2[0xf6].\[0xf7]`+`[0x17][0x81]c[0x8a][0xc1][0xae]6[\r]M[0xc6][0xbf][0x91][0xe6][0x2]v[0xaf][0x3][0xea]W[0x98]W'[0xfd]Q[0xfc][0x11][0x91]O[0x1][0x8e]+[0xf]m[0x85]][0x89][0xa2][0xd5][0x86][0xe7][0xd4][0xfa]<[0x87]'[0x1f]_~Q[0xf9][0x2][0xfa][0xdf]PK[0x7][0x8][0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/io/Pipe.class[0x8d]V[0xfd]s[0x13]E[0x18]~6I{I8[0xa0][0x1f]P[0x8a][0xf8]Q[0x4][0xa1]I[0x3][0x1][0x81][0x8a][0xb4][0x14][0xa1][0xb4]P[0xec][0x97][0x4]Z[[0x84]zM[0x8e][0xf6]Jr[0x17]s[0x17]>[0xfc][0xd6][0x19][0xff][0x94][0xf2]sQ[0x9]"3[0xe2][0x80]?9:[0x8e]?9[0xa3]3[0xea]8[0xfa]g[0xf8][0xf1][0xec][0xe6][0x1a][0x1a][0xb8][0xcc]8[0x9d][0xbc][0xbb][0xfb][0xee][0xbe][0xfb]<[0xfb][0xbe][0xcf][0xee][0xf5][0xdb][0xbe][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc0][0x1]|[0x1c][0xc7]6L[0xc4][0xf0][0x14]&[0xa5]yM[0x9a][0xb3]q[0x9a]L[0x1c][0xed]8'[0xcd]y[\r]SqD1![0x7][0xd3][0xb2][0xf7]z[0x14]3[0xb2][0x9d][0x8d][0xe3][0x2][0xde][0xd0]p1[0x8e]K[0x98][0x93][0xa1]o[0xae][0x83][0x81]y[\r]Y[0xb9]6'[0x8d])[0xcd]e[0xe9]^[0xd0][0xb0][0x18]G'&4X[0x1a][0x96][0x4]"[0x93][0xe5]BQ@[0x1f][0xb1]m[0xb3]4[0x98]7\[0xd7]t[0x5][0xd6][0x9f][0x1d]:~r[0xee][0xc4][0xf9][0xe1][0xb9][0xcc][0xc8][0xec][0x90][0x80][0x18][0xa1]o[0xd0][0xb1]][0xcf][0xb0][0xbd])#_6[0xc3]@[0x17][0x4][0x9a]&[0xcf][0x8f]Mf[0x4]6[0x8e].[0x19]W[0x8d]t[0xd9][0xb3][0xf2][0xe9]1[0xa3][0xd8]'[0x10][0xcb]X[0xb][0xb6][0xe1][0x95]K[0xa6][0xc0]@[0xfd]luh9[0xe9][0x11][0xbb]X[0xf6]2^[0xc9]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa3]Ni![0xed][0x14][0xdd][0x83]Krf[0xd2]*[0x9a];%[0xb7][0xbe][0x1]n[0x16])[0xcc]Y[0xb6][0xc0][0xe6][0xc0]@[0xb2]([0xcc]9eO[0xa0][0xa3]6?Q[0xf6][0xd6].h.[0xcc][0x15][0xd5]9;[0x1b][0xa1]pM[0xbf]e[[0xde][0x80][0xc0][0xde][0xee]`~[0x81]{'[0xa6][0xc8]n[0xd0][0xc9][0x99]2[0x7][0x96]m[0x8e][0x97][0xb][0xf3]f[0xe9][0x9c]1[0x9f][0xa7][0xa7]m[0xd4][0xc9][0x1a][0xf9])[0xa3]d[0xc9][0xb1][0xef][0x8c]x[0x8b][0x16]S[0xdc][0xfe]$[0x13][0x92]X_,9Y[0xd3]u[0xab][0xbb][0xb3].[0xee][\r][0xd7]3[0xb][0xab][0xc3]5[0xd4][0xea]X[0x4][0x12][0x96][0xd4][0x9a]X[0xb1][0x12]3[0xb3][0xdb][0xf][0xcc][0x1b][0xf6]B[0x9a][0xf3][0x96][0xbd][0xd0][0x97][0x8]d[0x10][0xb1][0x8d][0x82][0xa2][0xfe][0xc4]z[0xb2][0xcb]xF[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xb8]z[0x14][0xd7]s[0x98][0xd4]p[0xb7][0x84][0x8a]^5[0xf2]V[0xce][0xf0][0xe8]O[0x5]g0[0xd1][0xa0]|[0xc2][0xac][0x95]V[0xe1][\r]][0xcf][0x9a]E[0xcf]rl[0xce][0x85],[0x97][0xda]n|[0xf2]D[0xa3][0x92][0x87][0x1c]&9[0xa6][0x8e]_[0x95]x[0xba][0x11][0xa9][0x86][0x8a][0x88]H[0xcd][0xf0][0x96][0xf0]*i[0xb8][0xa2]![0xcf]C[0xf6]g[0xf3][0xbe]L[0xe2][0x19][0xa7]\[0xca][0x9a][0xc3][0x96][0xcc]DL[0xc6][0xed][0x95][0xfb][0xeb]H[0xa1]_[0xc7].[0xec][0xd6][0xd1][0x8d][0x84][0x8e]$zt[0xc]aXG[0x1][0xb6][0xe][0x7][0xe4][0xb2][0xe5][0xf1][0xe4][0x9e]([[0xf9][0x9c]Y[0xd2][0xf1][0x16]h\[0xb0]d[0x1b][0xbb][0xba]s[0x96][0x9b]ux1[0xb3][0x9e][0x99][0xe3]Ne[0x94][0xc8]C[0xc7]U\[0xa3]~[0x2][0xf2][0xa5][0xe1][0xba][0x8e][0x1b][0x12][0xfe]y[0xec][0xd0][0xf0][0xb6][0x8e]w[0xf0].[0xaf]E[0xf0][0x9]%[0xd3][0xf7]t[0xbc][0x8f][0xf]t[0xf4][0xca][0xa0][0xf][0xf1][0x11][0xb][0xf1][0xe8][0xaa]N[0x9b][0xc6][0x95][0xd3][0x86][0xbb][0xc8][0x82][0xb][0xb4]>[0xb1][0x89]@[0xcb]#[0xe][0x13][0xf3]K[0xa4][0xb9]J[0xab]>[0xc7]ud[0xcf]-[0x96][0x9c]kU[0xf9]h[0xae][0xe9][0x8d]+[0xb5]m[0xe][0x92]'5[0xa5][0xf9][0xc7][0x17][0xd8][0xda][0xa8][0xfe]r[0xd5][0xc2][0xea]>[0x9b][0xba][0x13]A[0xba]m6[0x8a]E[0xd3][0xce][0x9][0xec][0x9][0xbc][0x6][\r][0x8a][0xc1][0xc0][0xa8][0xe7]T][0xac]0[0x17]Y[0xf9]*q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xf][0xe2][0xa6] B[0xbc]r[0x97][0xf3]ew[0x91][0x97][0xa5][0xee][0xcd]c[0x10]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec]Z[0xcb][0xa0][0x9a][0xb4]:[0x6][0xbe][0x8b]/U[0x3][0xb9]NIU[0x9b][0xde]I[0xc3],8|[0x12]#[0xdd][0xb3][0xd2][0x15].[0xca][0xf7][0xef]p[0xc0][0xe6][0xff][0xb][0xe][0xdb][0xf9][0xdd][0xd8][0xc6][0x8f]Q[0x13][0xdb]g[0xf1][0x1c]_[0xf6].[0x8e]B[0xf4]wJ-q[0xbc]S[0x8d]_@[0x9b][0x94]6[0xfb]mR[0xdd][0xca]G[0x81][0xb3][0x8d]rM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "{h[0xf7]r4C??[0x11][0xd8][0x98][0xbc][0x3][0x91][0xec][0xb9][0x8d]P2u[0x1b][0xe1][* [0xad][0xc2]#[0xb4]Gi[0x7][0x10][0xc3]1l[0xc0]+[0xd8][0x7][0xf9]QQa[0xd8][0x8f][0x17][0x1][0xd5];@8[0xa1]z[0x7][0x9][0x18]R0[0x87][0x2]aR[0x12][0xa6]'[0x0]f[0x84][0xf6][0xc]a^%[0xcc]hC[0x98]D[\r]f[0xb7]:y/^[0xf2]a>[0xe1]8[0xc4][0xf6][0xb0]H~[0x8e][0xc8]M[0xec][0x97]mh[0x19][0x9][0xd9][0x86][0x97][0xb1]=)[0xc7]_[0xa0][0xe9]6"rEO[0x5][0xcd][0xb2][0x95][0xb3][0x15]h[0xc9][0x15][0xc6][0x86][0x15][0x9f][0xe]f[0x18][0x98]bVg[0x98][0xd5]Yf[0xee][0x2]q.*N[0x1d]U[0x8c][0x1a][0xa7][0xc3][0xfc]{[0x99][0xc][0x8e][0xa8]h[0xd1]KJ}[0xe8][0xf7])[0xdd][0x90].[0xb6][0xbd][0x8a][0xd2]2[0xf6][0xc9]FH0[0xb6][0xf7][0x10][0x9d][0xb9][0x83][0x98][0xec]V[0x10][0xaf]`][0x9b]NS[0xc1]z[0xc9]K[0x90][0xe4][0xad][0xc7][0x8][0x99],[0xdf]"Z`[0x91][0xc8][0x12][0xb3][0x9b]W[0x84][0xf4]*[0x82]O[0xc8][0xa7]q[0x88]K[0x8f][0xb2]hU[0x1a][0x97][0xd8]J[0xd6][0xf1]d[0x5][0x1b][0xa6][0x93]+[0xa3]bE[0x5]5Cc&[0xc3]kjp[0x9f]@_[0xd3][0xfb][0x80][0xf1][0xdf][0xd4][0xce][0x1b][0xe5][0xef][0x18]K/c[0xe2]8[0xae][0x94]uD[0xc5][0x8b]S[0x1a]N([0xac]A[0x1f][0xeb][0xa2][0x8f][0x15]#V[0xcb]#[0xa8]&.[0xae][0x87][0xfa][0x8e][0xf6]{z [0xdc][0x8f]5(m[\r]T[0xc]'[0x95]x}[0xa8][0xe1]*[0x14][0x1f]i[0x1f][0xea]![0xf7][0x93];[\r]|[0x8a][0xd6][0x99][0xd1][0x7][0xb4][0xc9][0xbb]h[0xb][0xf1][0x0][0xed]c"u[0x13]][0xf7][0xd0]>C[0xcd]m[0x1a]K1[0xc3][0x9b]S[0x15]t[0xc8]5[0xa9][0xbb][0xd8][0x12][0xc6]t[0xaa][0xe7][0xe1][0xca]x[0xcf][0xc3]=[0xf7][0x89][0xd8][0xac][0x8a][0x8][0xfe][0xfa]U[[0xe5][0xb9][0x8b][0xc][0x80][0x9f]8[0xfb]3[0xff]3[0xfb][0x85]r[0xf8][0x95][0xd5][0xfd][0x8d][0xfe][0xdf]y[0x9d][0xfe]`[0x5][0xfe][0xe4][0xea][0xbf]j[0xdc][0xdb]9s[0x8a]b[0x91][0xc7][0x1f]X[0x93][0xa6]m[0x8][0xfd][0x8d]C[0x1a]Nk[0x18][0xf9][0x97]{[0x87]4[0x9c][0xe1][0x8]B[0xa3][0xd6][0xa3][0xd4][0xfa][0xaa]\v[0xa8]P`[0xdd]=tR[0x1a][?C[0xab][0xd4][0x80]Pl[0x9a]UN[0xd2]\2[0xa6].[0xce]8[0x9e]Q[0xe5][0xe0][0xbb][0xcd][0xe7][0xe0]i[0xc4][0xff][0x3]PK[0x7][0x8][0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/io/PrintStreamMonitor.class[0x85]TkS[0x13]W[0x18]~6Y[0xb2]!.[0x17][0x83]\jA#[0xd6][0x1a][0x82][0x92][0xb6]Z[0xb4][0xa2]D[0xa0]Pb[0x13]@[0x3][0xde][0xaa][0xc3],[0xc9][0x8a][0x8b]{[0x9b][0xdd]M[0xab]?[0xa0]3[0xfd][0xb][0xfd][0xd8][0x9f][0xd0][0x99][0x12];u[0xc6][0x1f][0xd0][0x1f][0xd5][0xe9]s[0xce][0xa6][0x81][0x86][0xd8][0xee][0x87][0xf3][0xbe][0xe7][0xbd]>[0xef]e[0xcf][0x9f][0xfd][0xf1][0x1e][0xc0]5<[0xcf]`[0x4]7[0xfb][0x91][0xc5]W[0xe2][0xb8]%[0x8e][0x85][0xc]n[0xe3][0x8e][0xe0][0x16]5[0x94]2[0xd0]p3[0x83][0xbb]X[0x12][0xdc]r[0x1a]+[0x82]~[0x9d][0xc6][0xaa][0xa0]k[0x19]|[0x83][0xf5]4[0xca][0x82][0xde][0xd3][0xf0][0xad][0x86][0x8a][0x86][0xaa][0x2][0xcd][0xd9]}a[0x5]a[0xa4]@y[0xaa] [0xe3][0xec][0x9a][0xaf]}[0xb3][0x1e][0x99][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca]R[0x1d]FF [0xd4][0xf7][0x14][0xf4]9[0xbb]^[0x93][0xfc]h[0xe5][0xc0][0xf8][0xde](Z^q+[0xb0][0xdc][0xa8][0x16][0x5][0xa6][0xe1],(H[0xdd][0xb6]\+ZT0[0x91][0xef]i1[0xf3]P[0x81][0xba][0xe2]5L[0x5]C[0x15][0xcb]57[0x9a][0xce][0x9e][0x19]l[0x1b]{6%[0xd9][0x8a]W7[0xec][0x87]F`[0x89]{[[0xa8]F/[0xad]P[0xc1][0x85][0x8a][0x17][0xec][0x17]=?[0xbc]~[0xd0][0x15][0xb3][0xea]1[0xa3][0x17]0yRB[0xd3]]/[0xb2]^[0xbc][0xd9][0xf1][0x1b]FD[0xff][0x91]6[0x10][0xd7][0x8c][0x8a];[0xf]*[0xb][0xe5][0xb2][0xc0][0x90][0xe][0xcc][0xd0]k[0x6]u[0x1a][0xc][0xfe][O[0xdd]Q[0x3][0xfa][0xea]^[0xd3]e[0xcc][0xfe][0xba][0xe7][0xf8][0xb6])e[0x3][0xb5][0xc8][0xa8][0xbf][0xaa][0x1a]~[0x1b][0xe0]p[0x9c]o%[0xb6][0xb0][0x8c][0x80][0x5]@EB[0xc][0x9d][0xef]IB[0x8c]\RN[R[0xee][0x1][0xa9]J[0xbb])[0x9c][0xe3]y[0x9e][0xb7]M[0xca][0x13][0xa4]C[0x85][0xb7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]![0x12][0x85][0xd9]C$[0x95][0xe]9[0x9e]Y:[0x0]sm[0x7][0x87]$[0xfa]H[0xd7][0xb][0xbf]![0xf1]3[0xce][0x14]&[0xf][0xa1][0x16]~G[0xdf]!R[0x85]$sM[\r]7^N[0xda][0xf3]*[0xf5][0xc9]w[0xd0][0x9e][0xbc]Ez[0xb6][0x85][0xfe][0x16]2[0xd9]Sw[0xc0][0x2][0xcf];[0xd0][0xb1][0xc8][0xe2]K,v[0x89][0xba]e[0xbe]}+[0x12][0xe1][0xf5]8w[0x7][0xe1]:.#Od[0x82][0x9b][0xa1]uBr[0x5]r"f[0x1e][0xb3][0xe4]T\[0x91]9[0x94][0x9][0x1a]^e[0xd9]q![0xbf]P![0x12][0x96][0x88]})G[0xb4])[0xf3][0x86][0x0][0xad][0xfe]8[0xa6]:?[0xcd][0xa7]>[0x84]?%[0xf0][0xf][0xff][0x83][0xff][0xf4]QW[0xc7]$[0xb6]*[0xc3]n[0x10][0xff]&G[0xb5][0xc5]*[0xee][0x1f][0xc3]][0xea][0xe0].[0xb5]q[0xab][0xac][0xb7][0xc8]Q&[0xe8]q[0x8d]S8K[0xc9]85[0x9f][0x13]w[0x8a][0xfa]/([0x8d][0xe1]6XA[0x92]t[0xfa][0x3][0xb8][0xae][0xf4]@[0x94][0x91][0xfd]xF[0x4][0xcf]%[0x8a]\[0x1c][0xa1][0x83]b[0xba][0xd3][0xbd]i"[0xfc][0x92][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe6][0xa5][0xf7][0x8d][0xbf][0x1]PK[0x7][0x8]t[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/StreamUtils.class[0x95]W[tTW[0x19][0xfe][0xf6][0xcc][0x99][0x9c][0xc9][0x99][0xc9]u[0x18][0xca][0xd0][0x84]@/[0x90]L[0x8][0x1]J[0xd3][0x9a][0x0][0xa6][0xa1][0xa4][0xa6]$D[0x12].[0x6][0xb4][0xed]09I[0x6]&s[0xe2][0xcc][0x19].^[0x11]k/Z[0x11]/[0xb5]B[0xa5]`)F-*xI[0x2]A.[0xaf]._[0xb4].][0xfa][0xd0][0x5]K_][0xcb][0xe5][0x83][0xcb][0x7][0x16][0xf1][0xdb][0xfb]Lf2[0x93][0x9]m[0x1f]f[0x9f][0xbd][0xff][0xfd][0xef][0xff][0xff][0xfe][0xeb][0xde][0xf3][0xfb]{W[0xaf][0x3]x[0xc]7[\r][0xd4][0xe3][0x98][0x81][0x12]|[0xc5][0x8b]N[0x3][0x1b]q[0xdc][0x8b]gt|[0xd5][\r]q[0x12]:^4[0xe0][0xc5][0xd7]t[0xbc]d[0xc0][0xc0][0xcb]rxER^[0xf5][0xe1][0xeb][0xf8][0x86][0x9c][0xbd]&[0xcf]~S.O[0x18][0xf8][0x16]N[0xea][0xf8][0xb6][0x81][0x0][0xbe]c[0xe0][0xbb]8))[0xdf][0x93][0xc][0xaf][0xcb][0xe1][0xfb][0x6]V[0xc8]e[0x1d][0xde][0x90][0xc3]kr [0xcb][0xf][0xe4]pJ[0x9e]<-)o[0xea][0xf8][0xa1]d<[0xa3][0xe3]-[0x3][0xf][0xe3][0xac][0x9d]F[0xb2][0xfc][0xd2][0x8f]K[0xb8][0xec][0xc7][0xaf][0xf0]k[0x96][0xb2][0x1f][0xbf][0xc1]o[0xfd][0x98][0x90][0x10]>[0x86][0x9d]~Lb[0x8a][0xb5][0xed][0xc7]A4[0x9][0x4][0x8a][0x14][0xa9][0x1f]W[0xd0][0xc4][0xda][0x97]b[0xae][0xfa][0x91][0x82][0xed][0xc7][0x18]>+[0x5]N[0xcf][0xa6][0xdf][0xe2][0xe2][0xc9]%[0xd5]_+[0xb2][0xeb][0xf8]\[0xee][0xfe]N [0xb4]`[0xf4]$[0xc3]u?^@[0x84][0x17][0xd3][0xc2][0x1e][0x97]l7[0xe8][0xe8]\[0xac]z[0xf7][0x1f]`[0x3]d5[0xe7]<[0xab][0xe8][0xdb][0xd3][0xf1][0xf8]S[0xc9][0xe1][0xf4][0xa8][0x99][0xb0][0xb3][0xf6][0x9][0xac][0xfa][0x90][0x8d][0x97]e6[0xb7][0xd5][0xce]uW[0xe][0xba][0xc0][0xa2]bPg[0x99][0x15][0x8e][0x9d]#I[0xeb][0xb0]s[0xef][0x96][0xe7][0xe7][0xe1][0x1c][0xc2]l[0xf1]T[0x1c][0x8a][0xc4]c[0x83][0x11][0xdb][0xdc]n[0xd9][0xd2][0x0][0xe2][0xad][0xef].[0xb4][0xb5]H[0xa6][0xca]D[\r][0xd5]/[0xdc][0x95][0x97][0x14]/J[0xf5]t[0x90][0xd5][0xcc]FS[0xbf][0xaf][0xa3][0x81][0xf][\r][0x8f]j[0x10][0xbc][0xab][0xb8][0xee][0xea][0x92][0xc][0xfe][0x84]e[0xc7][0x86][0x8e][0xee][0x1a][0x93][0xb8]hZ}[0xc1]}[0xaa][0x98]u[0xb6]I[0xed][0xce]k][0xf3][0xfb]M[0xa1][0x8f][0x1a][0x17][0xf0]Q1n[0xac][0xe3][0xbb][0xac][0x9e][0x8f]H&$[0x1a][0x10][0xe6][0xb7][0x91]+[0x17][0x1f][0x8d][0x6]G[0x16]6)k[0xd4]#[0x93][0xd7][0x1e][0xbf][0x9e][0xf0]$[0xc4]e[0xc5][0xd2][0xcc]Q2[0x1][0x1b][0xa0][0xe1]q[0xac][0xe5][0xcc][0xef]0Q[0xec]z~Kyl[0x3]9[0xa4][0x80]n*r[0xcb][0x13]B[0xb8][0xc3][0x8d]5Sp[0x15]Jy[0x9a][0xfc][[0x95][0x94][0xe5][0xe]'e[0xb6][0x0]j[0xf6][0x4][0x9e]T[0x92][\r][0xd6]x+[0xb9][0xdb]8/[0xe1]7[0xc0][0xb7][0xae][0xd4][0xb2][0xc9][0xd1][0xe2][0x8a][0x12][0x89][0x9f]{[0xd3]M[0xd5][0xee])h![0xad][0xda][0xc3][0x8f][0xbb]E[0xaf][0xd6][0xaf]y[[0xbd]![0xed][0x16][0xbc][0xa7]P[0x16][0xd2]n[0xc2][0xdb]Z:[0x8e][0xf2]ix[0x7]B[0xda]$J[K[0x9b]n[0xc1]8[0x5][0xd3]M[0x18][0xad][0xc6]8[0xca][0xa6]a[0xc]4M[0xc2][0xd7]j[0x84][0x8c][0x90]w[0x2][0xfe][0x81][0x96][0x92]7[0xb1]2[0xa8][0x7]K^h[0xd1]C[0xa5]![0xaf];X2[0x81]2[0x11][0xbe]0s[0x9b]&[0x5][0xf5]+([0xd7]0>[0xf3]^[0xa8]t[0x2][0x15]A[0xcf])[0xc8][0x93][0xa5]S[0xa8]$[0xb][0xc2][0xe1][0xc6]+[0xa8]ra[0x1c][0xcb][}[0x85][0x9b]Ff3[0xe4][0xbb]q[0x99][0xa6][0xf4][0xe0]8[0xce][0xd0][0x8c]38[0xab][0xbe]n[0xe5][0xa6][0x3][0x8c][0x11]0@[0xc3][0xf7][0xa2][0xc][0x9f]A%[0x9e][0xc3]bv[0x93]e[0xd8][0xcf][0x18][0xe][0xd1][\r]1:[0xe7] [0xb6][0xc0][0xa2][0x84][0x14][0xb9][0xd2][0x88][0xe0][0x10])[0x87][0xd9][0xe0][0x8e][0xe2][0x8b][0xf8][0x2][0xe5][0x1e][0xc3][0xcb][0x1c]O[0xe0]E[0xbe][0xed]_[0xa2][0xf4]cx[0x87][0xeb]w[0xb9][0xbe][0xc4][0xf5]$^[0xc1]U[0xbc][0xaa][0xc2]p[0x2][0xe5]x[0x94][0xba][0x9f][0xc0]f:[0xb9][0x9d][0xb3][0xc7][0xf1]q[0x86]`[0xf]:[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x13][0x7][0x1d][0x8d][0xa7][0xd0][0xa1][0x82]4M[0xbd]O[0xab] M3[0x8c]a[0x15][0xd2]ir[0xb6][0xa8]`N[0xe3][0x19][0x86]PS3[0x19]B[0xf][0xb5][0x88][0x8c][0x94]Jj[0xff][0x4]g:[0xad][0xb9][0x80].<[0xcb]$[0x8f][0x11][0x87][0xa3][0xb7][0x7][0x89][0x8c][0xde]m<}[0x1c][0xc6]=[0x1a]+tt[0xdf][0x85][0xa1][0xa3][0xa7][0xe2].Jul[0x9f][0xa1][0x87]|:zu|[0x92]{;t[0xf4][0x9]![0x99][0xc8][0xc1]][0xa0]r[0x86][0xc6][0x14]0`[0xe][0x3][0xa7][0xfd]wQ[0xc6][0xd1]7C[0xe8][0xf7][0x13][0x95][0x97]|2!wfj[0xe4]<[0xbf][0xd2][0xd6]Px[0x2][0xd5][0xe3][0xf0][0xf6][0xac][0x9e][0xc0][0xa2][0xc6][0x9][0x4]g[0xe7][0x97][0x95]S4[0x1a][0x1a]`[0x96]Vr[0xc]dB[0xbb][0x92][0x86][0x2][0xaf]s[0xef]4w[0xdf][0xa0][0x3][0x98][0x89]x[0x8b]<[0xe7][0xc9]s[0xe][0x8b][0xf0]6[0x96]0P2,ary[0xf9][0xdb][0x85][0xdd][0x94][0xb7](;[0xa3][0xe2]l[0xc5][0x84]2[0x15][0xb3]M[0xd5][0xa4][0xc6][0xff][0x82]{[0xb4]N9P[0xcf][0xa7][0x98]BNM[0xfe][0x81]_[0xf][0xbf][0xeb][0x9]x[0xf1]f"][0xdc][0xa2][0xd5][0x6][0xb5][0xb3][0xf0][0xb8]/[0xd6][0xba][0xce]B[0xd7][0xc6]Y<[0x9b]jN[0xcf][0xdc][0x91][0x9b][0xae]s[0x19][0xca][0xe6][0xda][0x8b][0xd9][0xa4]|[0x88]X[0xc0][0xeb][0xd7][0xc3][0xd4][0xf1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "U[0xc]l[0x0][0xd7][0x98][0x94][0xd7][0xb9]w[0x83][0x88]o*[0xd4][0x9b][0xe9]2[0xf]q[0xed]%~79[0x3][0xd8][0xa7],[0xa1]v|:[0x83]z=[0x93][0xba][0x85][0xa8][0x97][0xd1][0xaa][0xe7]T[0x9d][0xaf][0xe5][0xef]y[0xce][0xdc][0xca][0x92][0x1a][0xca][0xb8][0x87]j[0x8][0xe1]m[0x17]3t[0x8e][[0xc5]g[0x7][0x93][0xae]][0xa8][0xb0]h<[0x1d][0xa0][0x8d][0xbc]b[0x1d][0x1b]E[0xbb]jf@_x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf]lo[0x9c][0xc2][0x92]V[0xad]i[0x2][0xa1][0x16]O[0xd0]C[0x13][0x3]!-[0xe8][0x99][0xc0]R[0x87]4>[0xf3][0xaf][0x90]6[0x81][0x7][0xe5]PSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "utL-M_6[0x8e]E[0xad]%$[0xf8]f[0x9][0xa1][0x92][0x1b]N4[0xd7]1[0x89][0xa9][0x9e]E[0xd0][0x9e][0xf5]I[0x7][0xa1][0x1][0xa4][0xbd][0xa2][0xa5][0xef][0xd1]'[0xc6][0x3][0xf8][0xb][0xed][0xfa]+V[0xe1]ol[0xab][0xe7][0xb9][0xf7][0x19][0xad][0xdb]L[0x9f];<[0xf9]>[0xb][0xe5]6[0x13][0xff][0xe][0x13][0xec][0x1f][0xd8][0x81][0xce][0xf1][0xd9]j[0x96]wT[0xf9]l%[0x6]a[0xd2][0xc6]*v[0xc8]!zO[0xc6][0xae][0xf][0xc3][0x18]Q[0xde][0xeb]c[0xf9][0x1f]P[0x5][0xd8][0xc7][0x92][0x97][0xde][0xdb][0xa6][0x90]y[0xee][0xa1]JG\[0xc7][0xa8][0x8][0xce]0[0x8b][0xe8][0xb4][0x84][0xe]K[0xa5][0xff][0xc];[0x89]>K[0x0]=[0xd5][0xf][0xc8][0x2]p[0xe7]h9[0xbf][0x1a][0xf2][0x9d][0x94]I[0xf6][0x14][0x11]I[0xfb][0x97][0x86]o[0xa1]N:[0xe6]&[0xea][0xba][0xc7][0xe1][0x9f]F[0xdd][0x0][0xef][0x88][0xe5][0xdd][0x8d][0x97][0xb2][0xfe][0xa8]Vq[0xfe]7[0xa5][0xff][0x7][0x15][0xf8]/1[0xfc]/[0xdb][0xe7][0xfd][0xfc]I[0xab][0xa4][0xa6][0xa5]H[0xd2][0x2]p[0xdf][0x95][0xa1]mS[0xb7][0x88][0x8b]E[0xee]%~[0x2][0xe0]k[0xad][0x8][0x80][0x15][0xe][0x80][0x15][0xe][0x80][0x15][0x12][0xc0]C[0xf3][0x0][0x8][0xf]t[0x9a]\!|X"[0xca][0xf2][0x0]H[0x7];[0x0][0xd2][0xca][0x99][0x12][0x80]C[0xcb][0x3][0x10][0xe7][0xf4][0x10][0x9b][0xa9]S=[0xa3][0x14]*#[0x10][0x98][0xc6][0xc3][0x3][0xe1][0xd5][0x93]x[0xa4][0x95][0x17]Nc[0xed][0x14][0x1e][0xcd]]m[0xe5][0xb2]#[0x88]Z[0xf8][0xc4]2T[0x8b]:[0xa5]u[0x83]s[0x8c][0x1a][0x9c][0xb4][0xf][0xd0]X'p[0x1][0x1c]a[0x9f]v[0xa9][0xd9]A[0x95][0xf6]>[0x96]W[0x1a][0x9f][0xa3][0xaa][0xb9][0xe9][0xfd]yv[0xf2]y V[0xe]4[0x12][0xc4][0xaa]V-[0x1c][0xd2][0x8a][0x81]XC[0x10][0xcd][0x4][0xb1][0xb6][0x0][0xc4]H[0x16][0xc4][0x93][0xf7][0x1][0x91][0xe4][0xf5]1[0x17][0x84][0xc0][0x97][0x94][0xfc]/[0xff][0x1f]PK[0x7][0x8]+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ZipExploder.class[0x9d]X[0xb]|T[0xd5][0x99][0xff][0xf3][0xba]w&7$[0x4][0x6][0x18]y8 [0x8f]0I[0x88][0xbc][0xa2]L[0x4]y[0x4][0x5][0x85][0x80][0x82] ([0xd6]![0xb9]$[0x3][0xc9][0xcc]83[0x9][0x4]_[0xa8]h[0xb5]k[0xab]U[0xdb][0x15]k[0xb5]k[0xd5]h[0xd7][0xee]V[0xdb][0xe]PV[0xec]>[0xca][0xee]Z[0xd7][0xee]v[0xdd]n[0xd5]][[0xb7][0xdd][0xba]n[0xad][0xae]U[0xd7]GU[0xfa]?g[0xee]L&[0xc3][0xa4]h[0xf9][0x91]s[0xcf][0xe3];[0xdf][0xf9][0xbe][0xff][0xf9]^g[0x9e][0xfe][0xf8]{G[0x1][0xcc][0x97][0x1b][0x3]h[0xc3]O[0x3][0x88][0xe3]y[0xd5]{A5/[0xfa][0xd9][0xfc][0x87]j[0xfe]3[0x80][0x97][0xf0]3[0x3]?[0xf][0xc0][0xc4][0xcb]j[0xed][0xbf]T[0xf3][0xb][0xd5][0xfc]R5[0xff][0xad][0x16]~e[0xe0][0x15][0x3][0xff][0x13]@-[0x9e]7[0xf1][0xaa][0xfa][0xfe][0xaf]j~m[0xe2]5[0xf5][0xfd]M[0x0]5x[0xd9][0xc0][0xeb][0x1]L[0xc0][0x1b]j[0xdb][0xff]U[0xe1]M[0xfc][0xd6][0xc0][Ux[0x1b][0xef][0x18][0xd8][0x17][0xc0][0xff][0xe3]]5[0xf9][0x9e][0x81][0xf7][0x15][0xc5][0x7][0x8a][0xf6]wj[0xe3][0x87][0xea][0x8][0xb2][0x98][0x84][0x8f]L|[0xac][0xa6][0x8f][0x1b][0x82][0x0]f[0xe3][0xf9]*[0x11]q[0xa9][0xc6][0x1d][0xc0]T[0xf1]p[0xbf]x[\r][0xf1][0x91]F[0x8c][0x0][0x9a][0xc5]T[0xd3]~[0xb2][0x93][0x0][0x87][0x8a][0x9d])U[0xaa][0xb1][0xc8]N[0xaa]M[0x19][0xa5][0x6]5jP[0xab]z[0xa3]USg[0xc8][0x98][0x0][0x16]SP[0x19]+A[0xbf][0x8c][0x93][0xf1][0x1][0x99] ![0xd5][0x9c]b[0xca]DC&[0x5]d[0xb2]xL[0x99][0xa2][0xa6]N5%l[0xca]TS[0xa6][0x99]r[0x9a])[0xd3][0xd5][0x86][0x19][0x1]63[0xd5][0xb9][0xb3][0xc][0xa9][0xf]`[0xbd][0x2]w[0x92][0xcc]VM[0xc4][0x94][0x6][0xf5]m4[0xa5][0xc9][0xc4]Q[0x13];M[0x99][0xa3]H[0x9b][0xab][0xe4]t[0x99]k[0xca]k$WT[0xad][0xbe]~[0x4][0x99]f[0x9f][0xa0][0xb3]k[0xaf][0xad][0x9a][0x1d][0xc3][0xf5]X[0x99][0xe8][0xeb][0xb5][0xd3]1GW[0xe9]U[0x81][0xa0][0xe2][0xea]Y[0x11]J$[0xcb][0x18]x6[0xc4][0xbb][0x12][0xb1]l_[0x9a][0xec]6~[0xc2][0xe3]?[0x95][0xde][0xb4][0xb1][0x8e]dj@[0xf1][0xd1]S[0x82][0xb6][0x11][0xed][0xe8][0x84][0x83]Gb[0xab][0xc]giE[0xd3][0xfa]T,[0xdc][0x9d]*VN.[0xf2]Y[0xde][0xb7]c[0x87][0x9d][0xb6];W'R}YJf[0xc7]zyo[0xef]37[0x9][0x16][0x95][0x1d][0xb7]u$%[0x94][0xc9][0x95][0xec]w[0xce]ax[0xf2][0xab]@[0xb5]:[0xa3]C[0x95][0xa5][0xfa][0x8a]O[0xde]M[0x82][0x15][0xb7][0xd2]Z[0x93]}[0xd9][0xbc][0xb5]zv[0xe8][0x8f]/[0x15]K[0xdb][0x89],m>[0xc5]#[0xf9][\r]V[0x0]S;8[0x15][0xf3]k[0x9a]UvO[0x8a][0xae][0x9c][0xb6]S[0x8c][0xd3]+[0xd3][0xe9]$[0x8f][0xf7][0xf4][0xc6][0xe2][0x9][0x1a]z[0xa5][0x98][0xa2][0x5][0x8e][0xa5][0xe9]I[0x1e][0xb6]dS[[0x2][0xe1][0x9a]x&K[0xb9][0xfc][0xc][[0xcb]:[0xb2][0xf1]~[0x8a][0xe4]'[0xac][0x85]~[0xb5][0x13][0x8b][0xb][0xe3][0xe9]e[+X[0x8e][0xb2][0xc3][0xe5][0x86][0xac]`%Bo[0xd8][0x90][0xec]Kw[0xd8]y[0x95]kK[0xb2][0xd6][0x1c][0xb5][0xcf]B/[0xb2][0xaa]IX[0x18]P[0xbd][0xab]T[0xb3][0x13][0xbb],[0xf4]`[0x97]!m[0x96][0xac][0x94]s[0x8]n[0xe9]E)[0xfa]c[0x16][0xae][0xc6][0xcd][0x16][0xee][0xc4]m[0x16]>[0xaf][0x9a][0xbb][0xf0][0xa7][0x96][0x9c][0x8b]=[0xcc]/[0x15][0xe2][0x4][0x9d][0xaa]\[0xce][0xe5]}[0xf1][0x1e][0xca][0xc1][0x95]6[0xaa][0x18]Oh/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]^[0xed][0x8e]l2=[0x10][0x9e]e[0xc9]*Y[0xad][0x9a][0xf3][0x4][0xa7][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w&[0xed]L[0x98][0x9]%l[0xef][0xa1][0xde][0x8d][0xe1]d:[0xdc][0x11]K[0xcc][0xca][0x86][0xb7][0xdb]a^n[0xe7]TK[0xce][0x97]5[0xbc][0xbf][0x8a]VK[0xa1]e[0xad][0x85][0xc7][0xf0]M[0xc6][0xc]K[0xda]e[0x1d][0xe1]([0x17][0xc9][0x90][0xf5][0x96]\ [0x17][0x1a][0xb2][0xc1][0x92][0x8d]r[0x91]%[0x9b]d3/[0xb5][0xb2][0xc1][[0xc8][0xe1][0x90]%[0x17][0x13]<[0xd9]"k,V[0x1d][0x97][0xf0][0xa2][0xc3]MaK.[0x95]m[0x82][0xd1]C[0xfb]V[0xc5]2[0xdd][0xf4]s[0x6][0x8]K.[0xc3][0x1e]K>#[0x97][[0x12]S[0xbb][0xb6]K[0x87]`[0xe2][0x1f]p[0x18]K:E[0xcb][0xbf][0xc3][0x92].[0xee][0xe5][0xb1]O[0xaa]a[0xb7][0xc5][0x9c]C[0x6];e[0x97]`[0xf1][0xc6]n;L[0xdb][0xe6][0xae][0xb0]2[0xec]p<[0xf]VG2[0x91][0xa5]e[0xda][0x9d][0xe1]x"[0x9c]%Mg%[0xb0]-[0xe9]Q[0x9c]z[0x85][0xaa]$[0x95]x)u[0x91][0x13]Jo}[0x9d][0xe6][0x9d][0x97][0xc8][0x90]+,IK[0xc6][0x90][0xac]%}[0xd2]Oc[0xb3][0xf0][0x3][0x1a][0x85][0xec][0x6][0xaf][0xda][0xba]([0x13][0xeb][0xb2][0xa3]a[0xb5]=L6#[0x15]N[0x86][0xf0][0x90]s[0xc3][0xf5]M[0xb4][0xfd][0xb0][0x93][0xb6]U[0xe2][0x99]3gN[0xf8][0xaa]p[0x13][0xb1][0xe];[0xb9][0xc5][0x99][0x9d][0xad]V[0x9a](u[0xd8][0xf1][0x8a][0xf0][0x95]MN[0xd1]w[0xb5]:[0xfb][0x18][0xdd]ys7[0xe1][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a][0xc3][0xa5],[0xc3][0xa9]X[0xb6];[0x9c]M[0x86]3[0xda][0x1d][0xd4]Rc[0xb8]76@[0xcb]I[0xd9][0xb1][0xac]&/9[0xab][0x9c][0x9c]K[0xc3][0xc9][0xe7][0x87][0x8b]"[0xf0]_[0x81]:K[0xf7][0xb6][0xb3]C[0xb0][0xb6][0x86]3[0xdd][0xc9][0xbe][0x9e][0xce][0xbc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "V[0xb7]'[0xb3][0xc4]%[0x99][0xb0][0xc3]Zg[0x9a][0xb0][0xd6][0x92]w[0x95][0xb6][0xaf][0xe8][0xe3][0xb6]Nn[0xd9][0x1d][0xcf]vt[0xd3][0xb6]3[0xb6]"H[0xa6][0x89]T[0xe1]6[0xe3][0xbd]*[0xe4][0xc4][0x12][0x84]}@[0xfa]-[0xd9]+WZ[0xf8][0x7][0x85][0xf9][0x98]![[[0x96]N[0xc7][0x6]Tl[0xb0][0xe4]*!.[0xd7][0xc8][0xb5]4K[0x9e]g[0xc9]>e*n[0x1e]I[0xe3]\[0x9d][0xe8][0x8f][0xf5][0xc4];[0xb][0xe7][0xd1]j[0xf1][0x8f]8[0xc6][0xd0]a[0xc9]ur=[0x83]xg_[0xaa]'[0xae][0xaa][0xb4]0[0xd5]b[0x9e]KdI[0xd4]T[0xac][\r][0xc7]mL&[0x89]Ib[0x80][0xea][0xa7][0x89]Y[0xd6]Ng[0xb4][0xed][0xdf] [0x94][0xa7]nm<[0x93][0xa1]K[0x95],R[0xc8][0x95]4n[0x1d][0xc8]h[0x97][0xbd][0xdc][0xdb][0x19][0xa5]}[0x8][0xff]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f][0xc];P}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa8][0xfa]^}[0xd5][0xb4][0xa7]b[0x18][0xd1][0xfc][0xf7]+}K|w[0xdd][0xf6][0x9d]d[0xca]P9,[0xa5][0x16] [0xd1]$[0x1b][0xbb][0xd3][0xc9][0xdd][0xf9][0x8a][0xa3]$<[0x94]do[0x16][0x8b][0xc3][0xe3]jI[0x18][[0xaf]b~[0xde][0xf0][0xa9][0xf5]0cV[0xf6]r[0x11][0xb7][0xa8][0x98][0xae][0x8c]@[0x17][0xd0][0x1b][0x93]N[0xfd]9[0xbd]b28[0xa1]b[0xf5]i[0xeb]P[0xcf][0x94]X*e'XG7UJA'L9[0x1][0xb4][0xb5][0x8c]>[0xf][0xc7][0x1f][0xa4]7[0xb3][0xc9][0xfc][0x94]`l[0xfd][0x89][0x84][0xa4][0x18]][0x96][0x9b][0xf5][0xab]f[0x97]=[0xb0][0xc1][0xce][0xaa][0xc5][0xd2][0xf2][0x85]S[0xad][0xc3][0xc0][0xd7]4F6[0xa9][0xed][0xb0][0xbc][0xcc].HWa[0xae]p[0xa9]CFLL<[0xea])U[0x9e]W[0xb]LT^[0xed]R[0xa7][0xcd]<[0x9][0x0][0xc5][0x13][0xbc][0x1d]=[0xfa][0xe1][0xa5][0x8a][0xc4][0xb5][0xac][0xc3][0x19][0xa7](k<[0xd1]i[0xef]Y[0xb7]c[0x84][0xdc][0xcf][0xa2][0xde][0xb0][0xb][0x5]eh[0x98][0xee][0xc3][0xab][0xc3][0x9a][0xee]Xfm2m[0xaf][0xec][0xb1][0x95][0xb7][0xa8]r?a[0xef][0xc9]:[0xc3]r[0xac][0x8b]2[0x19][0x94]%_[0xb4][0xb8][0x19]a[0x5]gVP[0xe6][0x13][0xaa]7[0x8a][0xac]J2[0x87]z\[0x8d]X[0xad][0x8d]P M[0xa8][0x1f][0xb1][0xe8][0xaa][0x8a][0xab]R+[0x1f][0xda][0x98][0x92]+V[0x8b][0xe5]uO-%Z[0x11]K$[0x13][0x8c]$=[0xeb][0xe9]"[0xea][0x5][0xcc]8[0x99][0xcd]l[0x8e][0xab]AE[0xc4][0xd5][0xf3][0x9d][0xfb][0xd6];[0x95][0x99][0x8f]A[0xb9]K[0x11][0xf3][0x5][0xcd][0xcb][0xf0][0xf5][0xee]b\ [0xba]^[0xdd])O0y[0x81][0x1d][0xaf][0xc][0xa8]J[0xb9][0x1c][0x8c]2[0xd5][0x8a][0x93][0xa5])[0xae]U?[0xe4]K+[0x84][0x81]L[0xd6]&[0x13]wR[0xdd][0xd1]PyY[0x12][0x1d]Z[0xf5]s[0x9d][0xc3][0x1e][0xc6][0x93][0x9a][0xa1][0xad]+" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "zb[0xea][0x1][0xef][0xb6][0xd3][0xaa]P[0xa4][0xb7]g[0xd5]/[0x6][0xab][0xb5]Out[0xb3][0xee]s[0xc6]+[0xd4][0xaf][0x16]}[0xdb]3[0x8e]k[0x6]9U[0xc9]7k[0x99]*b=[0x99][0xd5]][0x9][0xda][0xda][0x8a][0x98][0xfe]i![0xd6][0xd9]Y[0x86]e[0xc1]L[0xb6]*[0x1f][0x8a][0xab][0xb7]MM*/*[0x9f][0xa7][0x1b][0xd3][0xb1][0xe][0x1b]S[0xd1][0x86]8[0x0][0x17]<[0xaa][0xe6]c[0xcf][0xa3][0xca]>~[0xc7]3[0xc][0xb3](d[0x9b][0xe4]h[0x1])[0x18][0x99][0xe1][0x8b][0xb8][0xf]B[0x1e][0xd7];Rl[0x3][0xfc][0x2][0xb3][0xe0]E=[0xae]`[0xcf][0xca]S![0x8d][0xc][0xa0]9d[0x1d][0xe][0xe7][0x90]R[0xd1][0x6]"[0x7][0xe1][0x8a]L[0xcc][0xc1]=[0xc4]e[0x14][0xdc]lO[0xe7][0xd9]s[0xe1][0xc7]<[0xcd]i\[0x9e][0xda][0xe1][0xa4]zJ>[0xd1]<[0xfb][0x1c][0x9e][0x17][0x90]F[0xed][0xac][0x8a]L[0xa4]T[0x91]I9x[0xca][0x99].[0xa6]hK[0xb8][0xf9]l[0xcd]4[0x9c]'/2[0xad]r[0x98][0xaa]^?{J[0xc9][0xdd][0xd8][0xe3][0xb0]o[0xd6][0xc7][0x1][0xde][0xc8]w[0xe0]}[0xac][0xc8][0xd8][0xa7]'W[0x97][0xe8][0xeb]-[0xea];P[0xd4]w[0x89][0xa3][0xaf]/2[0xf1][0xbb][0xf0][0x96]#[0xb6][0x81]{6[0x96][0xe8][0xe9]+[0x8a][0xe4][0xc3]^G[0xcf]++[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]+[0x17][0xe4][0xd2][0x8a][0x82]\UY[0x10]_[0xb9] [0x9d][0xdc]c[0x8f] H[0x8f]#[0xc8][0xd5][0xb8][0x86]W[0xa3]x[0xc5]8[0xeb][0xe1]7[0x18]i8[0x4][0xa3][0x91]G`ni:[0x8][0xe][0x81]r[0xd6]{0[0x96]x([0xd6][0x91][0xfc][0xa6]"[0xeb] [0xae][0xc5]>-p[0x10][0xd7][0xb1][0xe7][0xd2][0xbd][0xeb]q[0x3][0xaf]g[0xbf][0xb6]A[0x9a]*n[0xd4][0xb4]79[0x8a]~V[0xab][0xc5][0x17][0x7][0xa9][0x95]([0xdb]H[0xab][0xb8]VG[0x1a][0x9a]r[0xb4][0x80]F[0xb6]V[0xf9][0xed][0xdf][0xcc][0xad][0xb7][0x10][0x9b][0xcf][0x95][0x88]Q][0x14][0xa3][0x9a]k[0x9f][0xd3]bT[0xe3]O[0xd8]s[0xe9][0xde][0xf5][0xb8]u[0x98][0x18][0xc2][0xc7][0xcd][0x17][0x1c][0xfd][0xd5][0xb5])[0xbe][0xa3][0xb5][0xfe]J[0xf7]F[0xad][0xbb]U[0xae][0xfb]WP[0x8b]{KLnt[0xf1][0xd0][0xd1]Zc[0xd1]=[0xa5][0xb1][0xeb]$[0x1a][0xf3]e[0xe5]h[0xbc][0xd7][0xd1]x[0xbc]{[0xc9][0xe4][0x86][0xa3][0xf](!&[0xcf]k[0xcc][0xa1]z[0xbf][[0x6][0x8f][0xbf][0xa1]Dpk[0x11][0xea]4[0xd9][0xa3]0[0xf1][\r][0x8a][0xf1](o[0xf6][0xb1][0xa2][0xfe].^[0xca][0xed][0xf8][0xa2][0x16]j|Q[0xa8][0xf1]Z[0xd1]=[0xa5][0xbf][0xb]w[0xb0][0xef][0x87][0xeb]C[0xb8][0xe4][0x3][0x8c][0x19][0x6][0xc7][0x9d]'[0x85][0xa3][0xaa][0x1c][0x8e]')[0xc7][0xd1][0x11][0xe0][0xb8][0xf6]S[0xc1]q[0xe7][0x1f][0xb][0xc7][0xf][0x9][0xc7]3[0x14][0xe3][0x87][0x84][0xe3][0xd9][0x93][0xc2]q[0xcb]'[0x87][0xe3].|[0xc9][0x81]c[0xb3][0x3]G0[0xa2][0xa0]h [0x14]C[0x90]T[0x97]C[0xf2][0x12]O[0xfe]Y[0x9]$[0xa5][0xde][0xf1]e[0x2]!E[0x9f]8[0x19]$|v[0xe7]!q[0xdd]E[0xaa]*[0xce][0xbd]B[0x18]F[0xdd][0x83][0xd3][0x8e][0xa0]f[0xcb][0x11][0xd4]n9[0x88][0xd1]uu9[0x8c][0xe1][0xf4][0xd8][0xba] ;9[0x8c];[0x88][0xf1]OI[0xfb][0x11]LP[0x82][0x86][0xda]#t[0x9f]S[0xa2][0x9e][0x90][0xe7]0&2[0x99]<[0x89]I[0x87]1[0xd9][0x85][0xef]cJTG[0x9d][0x3]0C[0xde]C8[0xd5][0xdd][0xe2][0xb][0xfa]B^[0xe2]=3[0xe4][\r][0xfa][0xe6]E[0x8d][0x90]'d[0x1c]FX[0xd1]N[0x8d][0x9a][0xf4][0xc3][0x90][0x99][0xc3][0xb4][0xfd]>^[0xc2]O[0x9b][0x8e]a[0x1b][0x19][0x9f]6[0x88]MQ[0xcf] .P[0x7][0xe4]0=[0xea][\r]y[0x1b]r[0x98][0x91][0xc3][0xcc]{[0x11]v$[0xc]y)X[0xdd],6[0xf9]%%d[0xd4][0xab]T[0x8]y[0x95][0xb0]Q?[0xb9]Yyn[0xde]h [0xe4][0xea]q[0xe2]}+[0xaf][0xef]N[0x2]3[0x9b][0xbe]~[0xb7][0xf3]}[0x8e][0x10][0xbc]@[0x80]_[0xe6][0xf8]n[0xfc]D[0x8f]=[0x1a][0xfa]~Lf[0xfb][0x1a][0xc][0xfc][0x86]I[0xeb][\r]R[0xbf][0xc9]t[0xf3][,[0xc2][h[0xc7][0xdb][0xb8][0x8][0xef]`+[0xde]cD|[0x9f][0xd1][0xef][0x3][0xda][0xd8][0xef]x[0x5][0xef][0xe1]f[0xf1][0xe0]V[0xf1][0xe1]v1q[0xa7][0x18][0xf8][0x12][0xbf]w[0xe3]#[0xdc][0x83][0x8f][0xf1]g8[0x8e]o[0xf2][0xb6][0x9e][0x16][0x17][0x9e]#[0xdd][0xb][0xa4]{[0x89][0xeb]/[0x93][0xee][0x17][0x12][0xc0][0xaf][0xa4]J_s[0x8a]W[0xd3]C[0xe3][0xbb][0x9b]Wj[0x90][0xb3][0x89][0x3][0xdc]o2[0x90]5h[0x13][0xf4]Q[0x8a]u[0xc][0x1c][0xf7]R[0xd6]vD[0xf1]U[0xfa][0x85][0x97][0xdc][0xe7][0xe3]>[0xee][0xf0][0x92]6[0x8a][0xfb][0xf1]5m[0xcc][0xaf][0x14][0x8d][0xe5][0x15]R[0xdc][0xaa][0x8d][0xe5][0x15][0xc7]Tg[0xd3][0xd3][0xf6][0xe2][0x1][0x1a][0xd5][0xd7][0x91][0xcf][0xb]y[0xbe][0xf]r[0xa7]2[0xe3]$[0xaa]f}[0x8c]y[0x6][0x1e]2[0xf0][0xb0][0x81])[0xca][0xa6][0xdf]C[0xe4]<[0x3][0x83]m[0xfc][0xfb][0x8]s[0xd9][0x1a]x[0xe4]8[\r][0xde]c[0xe0]Q[0x3][0xdf][0xd0][0xff][0x1f][0x2][0x15][0xfa][0xf3][0xe3][0xe4][0x18][0x18]6[0xab][0xfe]qA[0xad][0xe][0xca]qUI[0x94]-[0xf]Y[0xaf]G[0xfd][0xf8][0xe2][0xb8][0xef]3[0x14][0xd0][0xcb][0xef][0x2][0xde]v[0xfd][0xda]#[0x98]M[0x1b][0x88][0xb4]7[0x1e]F[0x83][0x10][0x98]S[0xd9]i[0x14]mR[0x9e]&e3M[0xca]2[0xe7][0xb8][0xb1]y[0xf0][0xf8]KM[0xdf]*^[0xe8][0x14][0x1e][\r][0xa9][0x81]WjQ-[0xa3]1N[0xea]0U[0xc6][0xa0]Y[0xc6]b[0x9e][0x4]5[0xf0][0xb]x[0xce]T&[0x84][0xbf] [0x84][0x1e]=.[0x80][0xb7][0x0]I[0xa0]XE2[0xc3][0x1e][0xc0][0xb7](Y5[0xcd][0xe2]q^A[0x1e]<[0x95][0x12][0xf3]kO[0x14][0xd7][0x1e][0xe4][0xda][0x1d][0x1a]X[0xd7]G[0xa8]6[0xf0]m[0xa2]8[0x1d][0xdf][0xd1][0xde][0xfd]][0xf2][0xca][0xe1][0xa0][0x13][0xe].[0xe1]W[0x9d]WS[0xc][0x7]*GM+[0xb][0x4]2[0x3][0xa3]dfI~[0xaa])[0x8a]W[0xa3][0xdd]_tO[0x9][0xea][0xd2]=[0xa5][0xc6][0xc9][0xd2]d[0xe][0x87][0xf2]0[0xcb][0x14]*`r.z[0x4][0xcd][[0xd4][0xf9][0xa7][0x1f][0xc4][0xdc][0xa8]G'[0xcd]yM[0x1a][0xd7][0x1c][0xe6][0xab]f[0xc1] [0xc6]G[0xbd][0x83][0xa8][0x8b][0xfa][0x9c][0xa1][0x97][0xce][0xed][0xa3][0x97]y[0xe8]5[0xd3]0[0x83]g[0x8d]b/Bn[0x8d],[0xd4][0x16]p[0x1c]a/R[0xc][0xb4][0xf3][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d.[0xf5][0x99][0x8f][0xc9][0xd2][0x82]ir&f[0xc8][0x19][0x98]%[0x8b][0x10][0x91][0x85][0xbc][0xd0][0x16][0xcc][0xe5][0xdc][0x2][0xce][0xb5]pn[0x91]D[0x8b][0x17]D[0x9][0x8b]zG[0xb5]%[0x8b][0xee][0x15][0xf4][0x8e]:z[0x8f][0xe2][0x89][0x87][0xf1]=[0xc7][0x96][0x97][0xc2]{[0x9c][0x82]y[0xb][0x16]G[0x93]>b[0xe0][0xaf][0xb4]-[0xb6]ik[0xf5][0xc3](_,[0x1a][0xeb][0xfb][0xc3]B[0xab]G[0xfd][0xa8][0xe6][0xa0][0xb6][0x88]#[0xbf][0x8a][0x17][0xfa][0xe6]X[0xdf],T!+[0x87][0x16][0x1a]kK[0xe]g[0xdc][0x83]j[0x15][0x98][0xea][0xce]T[0x81][0xa9]P[0x2][0x11]7_[0xe][0x8b][0x8][0x9a]q[0xc][0xd3]BF[0xe][0xd1][0xfb]p[0x8a][0xe6][0x10]2[0x14][0xb]3d[0x1e][0x83]_[0x85][0xc7][0xd6][0xcd][0x93][0xe][0xc0]R[0x1c][0xcf][0xda]L[0xc4]C[0x9e]#X[0xac][0xc3][0xdc][0x12][0xcf]![0x9c]=[0x94][0xba]Zht[0x90][0xc5][0xa8][0x92]%8E[0xce][0xc6]tY[0x8e]9[0xb2][0x2][0xb][0xa5][\r][0xcb]e%[0xda][0xe5][0x1c]l[0x90]s[0xb1]E[0xce][0xc3]69[0x1f];d-[0xfa]d[0x9d]F[0xf5]Rj[0xd0][0xce][0x98]s[0x94]X[0x9a]:[0xf6][0x15][0xf0][0xed]/[0xe2][0xdb][0x8f][0xa7]t[0xd5][0xab]z[0xdf][0xd7][0xe5][0x97][0xea][0x1d][0xc6]_[0xeb]D[0xb2][0xb]C:/[0xe6]`[0x15][0xfe][0x96]=[0x1f][0x16]b[0x19][0xfe]N[0xc7]/[0x85][0xfe][0x18]x>[0xc4]tb[0xfb][0x11][0x16]h[0x84][0x1f][0xb1]F[\r][0x3][0xf4][0x7]8[0xe6][0x14][0xa1]K[0x9d]"[0xd4]|[0x2]K[0x89][0xe1][0xb2]r'[0xb8][0x10][0x86]l()C[0xcd][0xa2][0xb0]&[0xfe]^;[0x81][0xfe][0x91][0xcb][0xe1]v[0xa3][0x16][0x94][0xf5]?[0xb9][0xe5][0xb0][0x9c]m![0xcb][0xad]P9[0xa4]-[0x87][0x95][0xea]{N>[0x89][0xe4]p.)[0xea]V9[0xdf][0xd5][0xce][0xf7]<[0xe7]{[0xbe][0xf3]][0xc3][0xef][0xe3][0xda]{[0x94]X[0xd3][0x14]f[0xb2][0x19]>[0xb9][0x18][0xf5][0xb2][0x5][0xa7][0xcb]V[0x9c])[0x97]`[0xa9]\[0x8a]U[0xb2][\r][0xeb][0xe5]2[0xe8]_[0xcb]J[0xaa]l[0x85][0xa8][0xf5][0x4][0xd6]F[0xc8][0x89][0xf7][0xd8]^V[0x8d]J[0x8c]Jv[0xf0].;K*vKGwU\<[0xcd][0xd2]D[0xf3][0xf2]\H[0xa4][0x3][0xdc][0x1a][0x8c][0x1c][0xbd][0x7][0x81]CX[0xe7]&[0xb3]#XO[\r]/X[0xe3]|[0xd7]J[0xbb][0xbb][0xc5][0xe3]n[0xf1]2![0xbb][[0xc]w[0x8b][0x19]4#[0xcc][0xca]/F[0x82][0xe6][0xbc][0xa8]?[0xe4]w[0xe7]pam[0xd3][0xd7][0xb0];[0xe4][0xa7]7oPSu[0x1b]s[0xb8][0xe8][0x0]j<[0x85][0x8d][0x83]x[0x98][0xb3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3]^[0xcd][0x91][0xb3][0xb7]svs~6[0x88]G[0xcd][0xee][0xe5][0xec][0xc5]z[0xd6][0xef]i1[0x6][0xb1][0xb3][0x0][0xfa][0x16][0xe2][0x1c][0xf2][0xe7][0xc1]>[0x84][0xad][0x83]X[0x1f][0xf4]pkc[0xc8][0x18][0x97][0xb8][0x18][0xb2]qv[0xd0][0xcb][0x89][0x86][0xa1][0x89]9AV[0x14]uL[0xe8]f[0xdd][0xa5][0xdc][0x12][0xf2][0xb7][0xf]*W[0xc9][0xf3][0xdb]6[0x9c][0xdf]~[0x93][0xa5][0xc4]t[0xd2][0x8e]i8[0x8c][0xcb][0x4][0x8d][0xba][0xbd][0x9c][0xb9][0xb3][0xee]3\[0xe][0x1a][0x7][0xb0][0xaf][0xc4][0x4]./5[0x81][0x98][0xaa]z4[0xfd]}[0x98]R[0xa0][0xd8]^([0x85]b[0xf9]3[0x18][0xe9][0xea]:r[0x5][0xf6]%[0x84][0x9d][0xf9]b[0xe4][0x4][0xc2]:[0x9b]MS[0xd1][0xba][0x8e][0xa0]mK[0x90][0x1e].[0xca][0xc3][0x1b][0xf2]\t[0x1][0xb5]C[0x17]P[0xea][0xa5][0xd4]Xa[0xb2][0xe4][0xe9]4[0x88][0x86](]cm[0xe1][0xe0].[0x85][0x0][0xe3][0xc4][0xf4][0xe2][0x19]j[0xd4][0xed][0xd5]F%2([0xaf][0xca]k[0xda][0xc3][0x94]q=[0xcb][0x12][0x1][0xd2][0xc3][0x1c][0xd8][0xb]S[0x12]P?[0xdd][0x8f][0x95]+0I[0xd2][0x98]"[0x19][0x86][0xdf],[0xc3]o?[0xc3][0xee]nDe[0xf]V[0xca][0x0][0xd6][0xca]^l[0x96]+[0xb1]U[0xae]b[0xe0][0xb8][0x1a][0x1d]r[\r]z[0xe5]Z[0xa4]d[0x1f]2r[0x1d][0x6][0x84][0xa9]Gn[0xc0]M[0xb2][0x1f][0xb7][0xc8][0x8d][0xb8]Mn[0xc2][0x1][0xf9],[0xee][0x97][pXn[0xc5]Q[0xf9]<[0xb][0x9e]/[0xe0]Gr[0x1b]^[0x94][0xdb][0xf1]s[0xf9]"~)w[0xe0]U[0xb9][0xb]o[0xc8][0x97][0xc5]'[0xfd]b[0xc9]=[0x12][0x96][0xaf][0xc8][0xc][0xf9][0xaa]D[0xe4]>I[0xc9][0xfd][0xf2] [0xbf][0x83][0xf2][0x80][0xf7]7[0xfa][0x13][0x9d]S[0x7][0xbb][0x9e][0xd9]e[0xd8][0x15][0xf0]X}[0xd8][0xe7][0xe5]~[0xee][0xb9][0x9f][0xeb][0xba][0xaf][0xfb][0x9e][0x9d][0xdf][0xe7][0x1e]?[0x5][0xb0][0x3][0xdf][0xa9][0xd8][0x82]c~[0x1c]Wq[0x2]'[0xfd]x[0xcf][0x8f][0xa1]Rl[0xc6][0xb0][0x18]N)8-[0xe6][0xf7][0xc5]p[0xc6][0x8f][0x11]?[0xce]*[0xd0]U[0xac][0xc0][0xb1]2[0x8c]""[0x86][0xa8][0x2]C[0xc5]*[0x9c][0x13]CL[0xa5][0xe7][0x98][0x18]L[0x5][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xce][0xab][0xa8][0x11][0xe1][0xe3]bN[0xa8][0xa8][0x86][0xe5]GRlRbs[0xa1][0xc]6[0xd2]*[0xfc]pTdpQ[0xc1][0x84][0x82]I[0x5]S[0x12]J[0x13]#[0xa3]z[0xda]8~4,[0xa1]<<[0xae]_[0xd4]C[0x96][0xe1][0x84][0xb8][0xef][0x94][0xa0]%F.[0x99][0xa9]^[0xcb][0xb1]M#-[0xa1]&{[0x9e]q[0xcc]x[0xa8][0xd7][0xca]$[0xc][w[0xcc][0xa4]E[0xc7][0xd2]A3f[0xe9]N[0xc6]6$[0xb4].[0xed][0xd5][0xd5][0x94]gg[0xd4][0xd0]p6[0xf2]T[0xe7][0x1e][0x6]P[0x13]#[0xa6][0x15][0x89]g[0xa2][0xe2][0x9e]u[0xa7][0xf2]\m#fL[0x86][0xe][0xeb][0x8e]c[0xd8]V[0xd6][0xd3][0x98][0x9c][0xf7],[0xe9]2-[0xd3][0xd9]#[0xa1][0xbb][0xa1][0x10][0xfb]2H[0x97][0x8d][0xdb]xB[0x82][0xdc][0x93][0x8c][0x12]E[0xd8][0xb4][0x8c][0x81]Lb[0xd4][0xb0][0x8f][0xe9][0xa3]qZ*[0xc3][0xc9][0x88][0x1e]?[0xa1][0xdb][0xa6][0xd8][0xe7][0x8c][0xb2]3f[0x12][0xc1][0xda]p[0xd2][0x8e][0x85][0x92][0xa9]t[0xdb]x[0xc8]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ra3[0xcd][0x90]D[0xaa]x[0x89]U[0xf3][0xb3]Xr[0xce][0x8c][0xd3]AB[0xed][0xb]XV[0x17]^9[0x95][0x9a][0xbf][0xf6][0xf4]K[0x11]}Q[0xb2]_[0x98][0x83][0x97][0xb][0xdf][0xb9][0xbc]@[0xcb][0x9f][0x88][0xf0][0xfe][0x5][0x91][0xfd][0xb]*N[0xfc]oN[0xff][0x15][0x8f][0x1c][0xa7]X[0x14][0xb8][0xa1]1[0xcf]M[0x8]H[0x9][0x8a][\r][0x11]\([0xbc][0xcc][0xb5][0xe4]@)[0x8d][0x1]=[0xe1][0xd6][0x88][0xeb][0x15][0xd7][0xad]Xh[0x90]J[1Q[0x1][0x91][0xa4][0xe5]0[0x8c][0x84][0x95][0x8b][0xe3][0xd7]=g[0xea]*L[0x82][0xe8][0x8a][0x15][0x83][0x8e][0x1e]9[0xdf][0xaf][0xa7]\[0xf1][0x15]\b)[0xf5]NF[0x8c][0x94][0xc8]GZ[0xc1]e[0x9][0x9b][0x17]A_"NEBw"cF[0xfa][0xa0][0x97][0xfd][0xaa][0x86][0xc5]x[0x1b][0x87][0x89]8'[0x90][0x82][0xe6][0x85][0xc7]z=[0xa5][0xd4][0xc1]d[0xc6][0x8e][0x18]}[0xa6]([0xc5]r[0xaf][0xd8][D,[\r]-[0xf8][0x80]9[0xd9][0xcb][0xaa][0xaf][0xcb][0xd8]q[0x5][0x1f]j[0xb8][0x82][0x8f]$[0x94][0xd1][0xb1][0xce][0xf0][0xea][0xbf][0xcf][0xad][\r][0xaf]a[0xab][0x86]mh[0xe0][0x8b]e[0x19][0x8d]44[0xa1]YC[0xd0][0x5][0x93][0x3]_[0x97]m[0x1f][0x6][0xaa][0xc8][0xe1]Z[0xb0][0xac]^[0x88][0xd3]m[0xdb][0xfa][0x94]@[0xa7][0xe0]c[\r][0x9f][0xe0][0xaa][0x86]Oq[0x8d][0x8d][0xb5][0xb4][0x98][0x1a]>[0xc3]u[\r][0x9f][0xb][0xbf]~[0xc]h8[0x82][0x1][0xbe][0xff][0xf2]39[0xf]3/e{3f<*ZY[0x1e][0xd7][0xed][0xe][\r]_[0xe0]K[\r]7p]BQ}H[0xc3]W"d[0xb]nR8[\r]_[0xe3][0x96][0x86][0xdb][0xf8]F[0xc1][0x1d][\r][0xdf][0xe2]*[0xa1],[0xfd][0xe6]`[0xb1],[0xdc]sht[0xdc][0x88][0xb0]~V[0x17][0xf8][0xce];[0x96][0x17]*/a[0x93][0x7][0xb8]_[0x8f][0x9f]K[0xda][0x9]#J[0xe4]^[0xc9]H[0xf0]5[0x88][0xb2]u![0x9a]{[0xcb]@&[0x1e][0xef][0xb6]cl5[0xcb][0xc9]s[0xae][0xb8][0xa8][0xc7][0xcd][0xa8][0xee][0x18][0x3]IG[0xb8]H[0xd8][0x96]_6Yl[0x9d]K[0x14][0x12][0xaf][0xa8]Z[0xb2][0x87][0x19]sLO[0xf7]'m[0xa3]7n[0x88][0xdb][0xd2].$[0x16]^[0x99]eL:9[0xa3][0x84]5[0xf3]U[0x9d][0x11][0xab]3f8[0xd9]v+t[0xf0][0x1a][0xae][0xcc]L[0xef]3m:'E[0xe7][0x96][0xe8][0xa9][0x94]aE%[0x4][0x97][0xaa][0xf6]E[0xa6][0x9c][0x9a][0xc]S[0xee]${'E[0x1][0xea][0xf1]>&[0x91]E[0xed]$[0xb3]>[0xcb]t[0xe][0x9][0xfb][0xf4]h[0xf4][0xb9][0xd3][0x1c]n[0xb7][0xaf][0xb2][0xad]D[0xcd]v[0xe4]{[0xf4][0x8c][0xe9][0xf6][0xa0]q!cX[0x11][0xa3][0xb3]q[0xd1][0xab][0xaa]?[0xfb]P[0xe7][0x12][0x1d][0xd2]?[0x1f]/[0x17]9[0x8d]z~[\r]l[0x1][0xc5][0x85][0x8c]"[0xd1]\[0xfc][0xf0][0xa8][0x14][0xfd]E[#[0xd7]E[0x8]p[0xcf][0x86]r[0xed]Aw.[0xe6]Y[0xb]B<{[0x9d][0xbb][0x1f][0xb8][0x97]9[0xef][0xc][0xcc]Bj[0xaa],[0xfa][0x5][0xbe][0xe6]J[0x99]c[0xb0][0xb2][0x98]c[0xa0]i[0x1a]%[0x81][0xe6]i([0x1][0xf9]W[0xf8][0x87]|[0xc1][0xc1]i[0x94][0x6]|\OC[0xfd][0x89][0xf][0xfa][0xb0][0x9d][0xe3]V[0x94]r[0xdc][0xce]P[0xad]P[0xf9][0xed][0xb3][0x12]m[0xfc][0x6][0xd9][0x85][0xf5]hG[0x1d]v[0xf3][0xe2]7h[0xe9][0xe0])[0x8][0xc9][0xbd][0x90]^m[0x80][0xbb][0xda][0xc9][0xe7]%w[0xb5][0x8b][0xd0][0x8b][0xdc]U;[0x9f][0xf2][0xf1])@[0xf3][0xce][0x2]<[0xcb][0xd2][0xea]pIt[0xe6]H<[0xe6]\[0xcc][0xb9]u1[0x89]2w[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x4][0x5][0x87]Z[0xb9][0x80]A[0x80][0xb8][0x81][0x3][0xc4]v[0x90][0xab]w[0xc8][0xe0]]2[0x8]c[0x3][0x6][0x98][0xe6]CDx[0x98][0x89]Y2[0x83][0xf5]\Un[0xe0][0x10][0xe4]o[0x6][0x1b]g[0xb1][0xe9][0x11]^)[0xc2][0xc9][0x7][0xcf][0xbe]o[0xfa][0x91][0xb7][0xca]y[0x8a][0xe][0xf3][0xfb][0xf1]4[0xd6][0xe0][0xc]s0B[0xdb]Y[0x16][0x8e]N.[0x11]$` [0x85][0x98][0xa7]h=s[0xd5][0x8d][0xbd][0xe4][0xb2][0x15][0xfb][0xd1][0x83]}.o;[0x97][0x1f]?[0xc6][0xd1][0x8b]>[0xb2][0x9c][0xcf]@[0xd6][0xb2][0x9f][0xab][0x3][0xae][0xc5][0xf7]7[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0xfe][0x85]h[0x11][0xb3]/PHT [0x9b][0x9d]0|C[0xd3]"[0xb2]s[0x9f][0xbb][0x12][0xce][0xed][0xe4]S[0xfa][0xf4][0x1e][0x8a][0xe5][0x87]b[0xd5][0xdf][0xfc]t[0x8f]o[0x97]\%o[0xbc][0x8f][0x8d][0xcd]UrkGqmq[0xd3][0xc][0xea]fPW8][0x93][0xa5][0x7][0xcf][0xfe][0xf0]=[0xf4]$[0xdf][0x4][0x85]c[0x9a]P2[0x94]|[0x82][0x14][0xa6][0xd8]#[0x97]Iq[0x82]b^q[0xa9][0xd5][0xd1][0xb7][0x1e][0xe5],[0x80][0xdd][0xae][0xe0][0xed][0x9e][0xe0][0xed].[0xc9],[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8][0xea][0x1c]T[0x5][0x87]%[0xa9][0xf6]O:[0x16][0x89]?[0x93][0x1c][0xde][0xdb]9[0xbc]A[0xa2]T[0xff]=[0xca]j[0xf7][0xde][0x1b][0xfc][0xae][0xbf][0xc9]^[0xbf][0xc5].[0xbf][0xc1]B[0xbc][0xe3][0xa1][0xab][0xc9]C[0x17][0xf4][0xd0][0x5][0xf3][0xd0][0x95][0xc3]7[0x87][0xb2][0x5]p[0x12]KX[0xa4]u[0xf0][0x1f]PK[0x7][0x8][0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/NullArgumentException.class[0x95][0x95][0xdf]S[0x1b]U[0x14][0xc7][0xbf]7[0x9][0xd9][0x10][0x97][0x16][0xc2][0x8f]*-4[0xad]-[0x84][\r][0x5][0xfb]CZ[0xa1][0xa2][0x85]R[0x1b][0xc])[0xca][0xf][0x1b][0xa0][0xd6]M[0xb8][0x13][0x96]nv[0xe3]f[0xd3][0xb1][0xa3][0xe3][0xf8][0xe0]s[0x9d][0x8e]O[0xf4][0xb1]>[0xe8]ku[0x4]Ff[0xf0][0xd1][0x19][0xdf][0xfd]g[0xd4]Q[0xcf][0xbd][0xd9][0x9]IX[0xb4]2[0xc3][0xdd]s[0xcf][0x9e]{[0xce][0xe7][0xfc][0xd8][0x9b]_[0xff][0xfa]i[0x1f][0xc0]e[0xac]G[0xd1][0x8d])[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "nF[0x11][0xc4][0x8c]XnE[0xf0][0x8e]x[0xde][0x8e]"[0x80])[0xb1][0xa4][0xc4]2[0x1b][0xc5][0xbb]H[0x8b]e.[0x82]L[0x14]w0/[0xd4][0xef][0x89][0xe5][0xfd][0x8][0x16][0xc4][0x91][0xc5][0x8][0x96][0xc4]~Y[0xc1][0x7][0xc][0xed]e[0xee][0x18][0xba][0xb9][0xcc][0x9d][0xb2]a[K[0xa9][0x9b][0xc]l[0x96][0xa1]m[0xda][0xb6][0xca][0xae]n[0xb9][0xcb][0xba]Y[0xe1]-[0xa8][0xfe]1[0x6]%[0xb5]p?[0xb3][0x94]N3[0xc4][0xd2][0x9b][0xfa]C}[0xd4][0xd4][0xad][0xc2][0xe8][0x82][0xeb][0x18]Va[0x82]!B[0xaf]g[0xe6][0xe6][0x17][0xb3][0xc][0xe1][0xeb][0x86]e[0xb8][0x93][0xc][0xdd][0x89][0xc3][0x96]C[0xcb][0xc][0xa1]i{[0x9d]3[0x1c]O[0x1b][0x16][0xcf]T[0x8a]9[0xee],[0xea]9[0x93][0xb][0xcf]v[0x9e][0x90]t[0x2][0xa3][0xbd][0xa7][0xc][0xb9][0x1b]F[0x99]a m;[0x85]Q[0xbb]T[0xbe][0xb2]Yu[0x98][0xa9][0x98][0xe6][\r][0xa7]P)r[0xcb][0x9d][0xf9]$[0xcf]K.[0xe5]A$[0xc1]b[0xb9]@[0xce][0x1f][0xea][0xa6][0xb1][0xae][0xbb][0x8e]V[0x8e][0xa8]5[0x89]Ej[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "C[0xd2];Uq[\r]st[0xde][0xb1]K[0xdc]q[\r]^>[0x2][0xa1][0xa3]T[0xb3][0xa8]a[0xf4][0xf8];[0x10]@[0xab]/Z\J[0xc5][0xd1][0x1f][0xd5]\v[0xfa][0x1c]d8[0xd1]\<[0x9a]J[0x97][0xd2]o[0x8e][0xf4][0xaf]E[0xec][0xf4][0xb1]d[0x18][0xf2]spD[0xf1][0x98]A[0xff])j[0xec][0x82]]q[0xf2][0xfc][0x96]![0xba][0xdc][0xeb];x#[0xc2][0x81][0x8a]~[0x9c]f8[0xf7]"[0x93]JI6[0xc7][0x9c][0xaa][0x18][0xe6]:w[0x84][0x97][0xbb]*[0xb2][0xa0][0x9e][0xb5][0xc6][0x8d]r[0xdc][0xa2][0xf3]#*V[0xb1][0xa6][0xe2][0x2].[0xaa][0x18][0xc0][0xa0][0x82]{*>[0xc4]}[0x15][0x97][0xb0]F[0xdd][0x12]v\T*^[0x1d][0x9d][0x11][0x5][0x1f][0xa9][0xd0][0x91]S1[0x8e]7[0xc5][0xb9][0xab][0x94][0xcb][0xaa]p[0x9b]'[0xe1][0x9e][0xd0][0x8c]0[0x9c]=`H[0x99]&/[0xe8]~[0xa0][0xc1][0x84](FX/[0x95][0xb8][0xb5][0xce]p[0xc1][0xef][0xb3]>[0xa4][0xf2][0x92][0x11]W[0x83]kWU[0xc]][0x89][0xc3][0x86]d[0xd1][0xde][0xac][0xa3]h&[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0x86][0xc]N[0x1d][0xe8][0xf2][0x1b]<[0xba][0x94][0x8c][0xb2][0xf7]m[0x91][0x19][0x95][0xeb]T"u4[0x9][0xce][0xd0][0xe5][0xd7]M[0xb7]Y[0x10][0xbd][0xe8][0xc1][0x9]0[0xbc]L[0xbb][0x0]^[0xa1][0xfd]I[0x9c][0xaa][0xed][0xc3][0xb4][0xef][0xab][0xdb][0xb7]!B2[0xb5][0x96][0xd6]8i&I[0x17][0xa0]gXK[0xee][0x80]=[0x97]6gh[0x8d]J[0xed]8Z0[0x81][0xb3]$[0xf5]T[0xad][0xf0]*[0xce][0xc9][4[0x8c][0xf3][0xd2]k[0xab]h [0xbd][0x13][0xbe]8B[0xd2]*[0xae][0xfd][0x82][0xfe]=[0x4][0xb2]{[0x8]fw[0x10]Jn[0xa3]%[0x16][0xa6]e[0x1b][0xca][0xe]"??[0x97][0xdc]"[0xca]1z[0x2][0xb7][0xe9][0xdc],[0x11][0xa5][0xeb]"[0xc5][0x91][0xc0][0x90][0x8c][0x14][0x87]&#%[0xe5])v[0x1a][0xc3]$[0x84]H[0x11][0xa0][0xe0][0xd4]x/[0xf8][[0xf4]R[0x1c]T[0xb4]`r[0x17][0xad][0xcd][0x99]d[0x89]x[0xa5][0xce][0xbf][0x82]Q[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ")[0xbd]&[0xfd]7[0xba][0xbd][0xe8][0xb9]}L:[0xc1]8[0xa6][\r][0xef]"[0xaa]m[0xe3][0xa5]-t[0x9c][0xdc]B[0x82]D[0x95]vO[0x1b]2[0x1d][0x16][0x99][0xb6][0xf9]e[0xda][0x3][0xf1][0xfb][0xb3]A[0xab][0x81][0xe]lRWL[0xbc][0xe]K[0x12][0xc5][0xab][0x11]jDc[0xf4][0x1d]\&[0x12]![0x9][0xb6][0x80][0xcc][0x9d]j[0xdb][0xdb][0xdb]Dy[0xc5][0xa3][0xfc][0xd8][0xab]|BKV)[0x8f]m[0x1d][0xee][0x80]/W[0x8c]N[0x2][0x9f][0x12][0xd7]gP[0xf1]9[0xf5][0xf2][0x8b][0xba]*%[0x88]qL2%[0xbc]*y][0x18]l[0x2][0xb9][0xea][0x81][0xd8][0x1e][0xc8]@[0x15]d[0xff][0xe9][0xff][0xc2]xL[0x18]_Q[0xc3][0x9e][0xd0]p}][0x87]1[0x80]kxCb[0xc]4b[0x9c]o[0xc0][0x18][0xa7]Y[0xf5][0x1b][0x86][0xe3][0xcd][0xc3][0xf0][0x8c][0x86][0xe1][0x9b][0x86]a[0xb8][0x86][0xeb]G[0xe][0x3][0xdd]9[0x9e][0xdb][0xdf]H'8[0xf3]b[0x18][0xda][0x83][0x93]}[0xda][0xfe]3[0xdc][0xd5][0xfa].y[0xf9][0x91]$2[0xec][0xa0][0xa5]o[0x1b][0xb1]Xg5[0xd5]]t[0xd1][0xc4]h[0xf2][0xad][0xfa][0x9f][0xa6]_[0x6][0xd9][0xb7]wP[0x9a]~[0x82][0x2][0xbe][0xa7][0xd2][0xfc]@_[0xef][0x8f]4[0x99][0xdb][0xd4][0x95]][0xac][0xd1]>[0x87]=[0x99][0x86]FX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "][0xaa][0x93]2s[0x2][0xac]%[0x94][0xaf][0xcd]R[0xbe]n[0x96]T[0x4][0xff][0x84][0xc2][0xfe][0xc0][0xe2][0xef][0xe4][0xf7] Y[0x86][0xb7]e[0xa9]n[0xfc][0x3]PK[0x7][0x8]k[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/lang/Ops4jException.class}[0x91][0xc9]N[0x2]A[0x10][0x86][0xff][0x96]e[0x94][0xe0][0x8a][0xb8]o[0xe8]A[0x4][0x95][0xb8][0xdc]4^P[0x13][\r][0xd1][0xc4][0x85]{[0x83][0x1d]l[0x3]3d[0x16][0xf5][0xe4]3[0xf8]*[0x9e]H<[0xf8][0x0]>[0x8c][0x8f]`[0xac]j&.[0x88]f[0x92][0xbf][0xab][0xbb][0xfe][0xfa][0xaa]z[0xfa][0xf5][0xfd][0xf9][0x5][0xc0][0x16][0x16][0x13][0x88]c[0x86]e[0x96]e[0x8e]e[0xde][0xc2][0x82][0x85][0x8c][0xc0][0x90][0xa7]\-[0xeb]e[0xe5]z[0xda][0xb1]/[0x8f][0xf6][0x5][0xc4][0xb1]@[0xd1][0xb1]=_[0xda]~Y[0xd6][0x3][0x15]S[0x8f][0xf]o[0xc5][0xa7]&%[0xe3][0xbb][0xda][0xd6][0xfe][0x9e]@$[0xbb]R[0x16][0x88][0x16][0x9d]+%0X[0xd2][0xb6]:[0x9][0x1a][0x15][0xe5]^[0xc8]J[0x9d]NFJN[0x95][0xb0][0x92][0xe0][0xb4][0xf][0xf][0xa3][0xfe][0xb5][0xf6][0x4][0xe6]K[0x8e][+8Mo[0xfb][0xa6]P[0x97]v[0xad]p[0xca][0xe1][0xc1]}U5}[0x1a]bG [0x9d]-[0xdd][0xc8][[0xd9][0xce][0x9e][0xfb][0xae][0xb6]k;[0xdc][0xce]j([0xcf][0x93]5[0xc3][0xff]e[0x10][0xc8]u)[0xfb]vrq[0xed]:w<[0x89]a[0xc5][0xaa]2[0xf0][0x88][0x94][0xee][0xea][0x10][0x98][0xc8][0xfe]Y[0x9a]8w[0x2][0xb7][0xaa][0xe]5_*[0xf5]s[0xfa]u.J"[0x89]~[0x96][0x14][0xcb][0x18][0xcb][0xa4][0xc0][0xec][0xbf][0xd7][0x16][0x98][0xfa][0xea]w[0x16][0xd8][0xbe]n[0xa8][0xcf]$2[0x88][0xd1][0xb3][0x1][0xe4][0x82][0x85]^Z[0xfb]h[0xd7][0x83][0x4][0xa2][0x14]S7[0xd2][0x1][0xf3][0xdc][0xf4][0x80][0xb4][0xc6]r-[0x88]'c[0x19]$M[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ",[0x92]y[0x9]C[0x14]%[0xdb]&[0xc]c[0xc4]@i[0xd2][0x10][0xb0]GN[0xf6][0xc6]s[0xf9][0x16]z:[0x9][0xcb]T[0x93]5[0x84][0xb1][0xb6]+$p4[0x8a][0xb4]iN[0x17][0xe]YG[0x88][0xd0][0x7]X[0xb9][0xfc]j[0xb][0x91]N[0xd8]*[0x15][0xad][0x19][0xd8]B[0xdb][0xf6][0x9][0xb3]B[0x18]G[0xe3][0x98] 7c'[0xbb][0x8d][0x18][0xed][0xa4]n[0xd0][0x88][0x9b][0x8c][0xc8],a[0xfe]![0xd7]L[0x0]PK[0x7][0x8]W[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/lang/PostConditionException.class[0xa5][0x95][0xdf]n[0x13]G[0x14][0xc6][0xbf]q[0xd6]b[0xec][0x4][0xc][0x84][0x2]iX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xc5]I[0xec]4$[0xb4]`[0x9a][0xb6][0xc4]![0xe0][0x1a][0xa7]j[0xd2][0xb4]T[0xbd][0xd9][0xd8][[0xb3][0xe9]z[0xd7][0xac][0xd7][0xb4]w[0x95]*[0xd4]'[0xa8]DK[0xab]>AU[0x95][0x1b]G[0x2][0x9][0x84][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x89][0x7][0xa8][0x10][0xaf][0x80]P[0xdf][0xa0][0xe2][0xcc][0xac]m[0x9c][0xcd]:])[0xb9][0x98]9s[0xf6][0xcc]9[0xbf]9[0xdf][0x8c][0xf3][0xf4][0xbf][0xfb][0xf][0x1][0x9c][0xc5]r[0x1c])[0xcc]Dq6[0x8a][0xd9]8[0x6]0[0xc7][0x87]s1[0xbc][0xc3][0xe7]w[0xe3][0x8]a&[0x86][0xf3]1\[0xe0][0xeb]\[0xc][0x17][0xf9][0xfc]^[0x1c][0xf3]x[0x9f][[0x1f][0xc4][0xf0]a[0xc][0x97][0xa2]X`[0x88]\[0xd4]M[0xdd][0x99]g8[0xa8][0x14]7[0xd4][j[0xd6]P[0xcd]jv[0xc5][0xb1]u[0xb3][0x9a];[0xb3][0xc6] -X[0x15][0x8d]a[0xb8][0xa8][0x9b]Z[0xa9]Y[[0xd7][0xec]Uu[0xdd] O[0xaa]h[0x95]UcM[0xb5]u[0xbe]n;%[0xe7][0x86][0xde]`8][0xb4][0xec]j[0xd6][0xaa]7f7[0xdc][0x84][0x1f][[\r]g[0xc1]2+[0xba][0xa3][[0xe6][0xe2][0xb7]e[0xad][0xce][0x8d][0x1c]C[0xb4][0xa6]5[0x1a]jU[0xe4][0xdb]V[0x9f][0xca][0xde]R[\r][0xbd][0xa2]:Z[0xc9]rJM[0xc3][0xa0][0xd4][0xbd][0x9c][0xcb][0xeb][0x1b]Z[0xd9][0xc9][0xf9][0x93]G,[0xf1]uk[0xe6][0xf6][0xe][0x86][0xb8]^[0xd1]LG[0xff]J[0xd7]l[0x86][0xe4][0x8a][0xa3][0x96][0xbf][0xbe][0xa6][0xd6][0xdb][0xc7][0x88]w[0x11][0xe9]0[0x89].[0x83][0x0][0xd8][0xdf]Y.[0xd9][0x1a][0x8d][0xf6][0xea][\r][0xd5]d8[0xa4][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0x18]a[0x8a]oRNV [0xdb][0xd0]k[0xba][0xc3][0xa3][0xf3]y[0xff]h[0x96]g8[0xdf]{D[0xb7][0xe7][0xb9][0x1d]==[0xfb]S[0xdb][0x3][0xc9][0xd9]A.R[0xb3];[0xc4][0xdd][0xd6].[0xde]l[0xaa][0xc6][0xaa][0xc5]0X[0xee](D[0x1d]X[0xb1][0x9a]vY[0xbb][0xac][0xf3]v[0x1c][0xf5][0x97]/[0xc3]K%[0xb0][0x1f][0x7][0x18]N[0x5][0x12][0x9c]N[0xee][0xa5][0xbe][0xd4][0xd4][0x8d][0x8a]f[0xf3]4[0xf9][0x4][0x16]q[0x99]j[0xcb][0xdf][0xa8][\r][0xb9][0xf4]i[0xb1][0x98]I`[0x9]W[0x18][0x86]\[0xcf][0xf2][0xaa][0xeb]e[0x18][0x11][0xe][0xd3]r[0xe4][0xaa][0xab][0x82][0xec][0xd0][0xa1]d[0x9e][0xe0]*][0xaa][0x8c][0xfc][0x99][0xda][0xb8] [0x96][0x85](>J[0xa0][0x88]k|Q[0xa2]{[0xde][0xdd]i[0x88]f[0xb8][0x1b][0xa9]G][0xbf][0xc6][0xfb]!;[0x16]9[0x8f][0xbc][0xa6][0xfd][0xa4]I[0xb7][0xa5][0xa6][0xf5][0x1c]e@[0x11][0xb7]L[0xad][0xd7]5[0xb3][0xc2]0[0xe5][0xf7][0x80][0xb6][0xb9][0xda][0xc7]%Qb[0x8e][0xe5][0xba][0x18][0xe]([0xdb][0x3])bT)[0xec][0x94]`T[0xc9][0xef][0xf4]y[0xaf][0xf7]"0[0xec][0xa9]XM[0xba][0xdf]k[0xee][0x85]$[0xfe][0xbc][0x7][0xbb][0xfd]:[0xfa][0xa7][0xc5]q[0xfa]qI[0x81][0xff]%[0xc0][0xb8][0xf4]4[0x1e][0xa4][0xd5]<[0xf9]C4G[0xd2][0x13][0x9b]`[0xf7][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "a[0x84][0xc6][0xb8][0xf0][0x9e]D[0x18][0xa7]p[0x88][0xac][0x11]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "o[0xe0][0xb0][0xc8][0x12][0xc1][0x11][0x1c][0xa5][0x1c][0x83][0x18][0xc5][0x9b][0xf4][0x8d][0xe7][0xd2] [0x89](9[0xfd][0x4]c[0xf][0x10][0xba][0xfe][0x0][0x3][0xd7]7!M[0xb4][0x10]NEhh![0xba][0x89][0xd8]#^e@T[0x19][0xa2][0x19][0x98][0xa1]}[0xb3]8[0x86]s=[0x95]d[0x8c][0x91][0x7][0xc2][0x92]E[0xa5][0xe3]b[0x17];[0x86][0xb7][0xc8][0x90][0xc8][0x11][0xa2][0xe2]'|[0x8b]K[0xf7][0xbc][0xd5][0x7]_W[0xf7][0x14]_[0xa0]}[0x8b]t[0xcc][0xa5] [0xc5][0xc3][[0x8a][0x9f][0xa4][0xde][0xb8][0xc5][0xbf][0xa3][0x4]a[0x9a][0xa7][0xc7][0xe4][0x1f][0xdb]Z[0xfe][0xb0][0xc4][0xeb][0xc7]i[0x90][[0xd8][0x93]J[0x90]1F[0x86]?[0xcc][0xe7][0xd4][0xd7]/[0x10][0xc5][0x97][0x2]F[0x16][0xbe]i[0x8c][0xe3][0xb4][0x80][0x99][0x86]BVHX[0x1c]K[0xea]`E=Xg[0xbc]X[0xe3][0xca][0x9d][0xbe]XJ[0xb]I[0x81]5N[0x86]?V[0x8d][0xb0],[0xc2][0xba][0xe9][0xc1]Jw[0xb1][0xd2]A[0xb0]&[0xda]X[0xb7][0xc9][0xc7]S[0xcc][0xa5][[0x18]"y[0x86][0xbc]p[0x93][0x1d]6[0xfa]8,[0xd8](r[0xd8][0x9f][0xed]{[0xba][0xd0][0xb7][0x91][0xc4][0xf]=ls[0xc4]6)[0xd8][0xe6][0x88]m[0x92][0x0][0xb8][0xc5][0xd9]B[0x1d][0xb6][0xe4][0x16][0xb6])_%[0xf5]k[0xd9][0xde]`J[0xde][0xa1][0x96][0xfd]L-[0xfb]e7JN[0xf9])[0xf9]S_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f][0xbb]Qr[0xaa][0xbf][0x92]^[0xb8][0xc9][0xe][[0x0]%[0x1f][0x93][0x92][0x91][0x92][0xef]F[0xc9][0x8c][0xaf][0x92]w[0xfd]Z[0xb6]/[0x98][0x92][0xff]P[0xcb][0x9e]Q[0xcb][0x9e][0xf7]Q2[0x1b]D[0xc9][0x8c][0xef][0x9b][0xec][0x8b][0x15]@[0xc9][0x17][0x84][0xf5][0x92][0xb0][0xfe][0xed][0xa3]d6[0x88][0x92][0x99][0x1d][0xde][0xe4]][0x1f]%[0xf7][0x5]R[0x92]DJ[0xb0][0x10][0x92]L[0xea][0xa3]d[0xf6][0xff][0x95]d[0x4][0xce][0xff][0x17][0xbd][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x7][0x8][0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/PreConditionException.class[0xa5][0x95][0xcf]o[0x1b]E[0x14][0xc7][0xbf][0xe3][0xf8]W\'i[0xdd]6[0xa5]![0xa4][[0x8][0xe9][0xd6]I[0xec][0x90]&[0x85][0xd6]%@[0xe3]4`\[0x7][0x91][0x90]*[0xe2][0xb4][0xb1][0x7]w[0xd3][0xf5][0xae]Y[0xaf][0xb][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x0][0xa8][0xa8]B\[0x11][0xea][0xa9][0x17]G"[0x82][0x1e]+[0xf5][0x82][0x10][0x2]B[0xfc][0x9][0x8]!![0xde][0xcc][0xda][0xae][0xb3]Y[0x87][0x95][0x92][0xc3][0xcc][0x9b][0xb7]o[0xde][0xfb][0xcc][0xfb][0xce]8O[0xff][0xfd][0xf1]g[0x0][0x97][0xb0][0x96]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]1\[0x8a]a![0x81][0x1],[0x8a][0xe1]r[0x1c][0xaf][0x8a][0xf9][0xb5][0x4]B[0x98][0x8f][0xe3]J[0x1c]W[0xc5]:[0x17][0xc7]51[0xbf][0x9e][0xc0][0x12][0xde][0x10][0xd6][0x9b]q[0xbc][0x15][0xc7][0xf5][0x18][0x96][0x19][0xa2][0xd7]tSw[0x96][0x18]N[0xab][0xc5][0x1d][0xed][0xae][0x96]54[0xb3][0x9a]]wl[0xdd][0xac][0xe6].n2[0x84][0x97][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g[0x18])[0xea]&/5k[0xdb][0xdc][0xde][0xd0][0xb6][\r][0xf2][0xa4][0x8a]VY365[[0x17][0xeb][0xb6]3[0xec][0xdc][0xd6][0x1b][0xc]SE[0xcb][0xae]f[0xad]zca[0xc7]M[0xf8][0x9e][0xcd][0x97]-[0xb3][0xa2];[0xba]e[0xae]|Z[0xe6]ua[0xe4][0x18]b5[0xde]hhU[0x99][0xee]@y[0xaa]zW3[0xf4][0x8a][0xe6][0xf0][0x92][0xe5][0x94][0x9a][0x86][0xc1]p[0xa1][0x17]sm{[0x87][0x97][0x9d][0x9c]?x[0xd4][0x92]_[0xf7]gn[0xef]`H[0xe8][0x15]n:[0xfa]G:[0xb7][0x19][0x86][0xd6][0x1d][0xad]|[0xe7][0xa6]Vo[0x9f]"[0xd1]E[0xa4][0xb3]$[0xbb][0xc][0x12][0xe0]dg[0xb9]js[0x1a][0xed][0x8d][0xdb][0x9a][0xc9]pF-[0x14][0xfc]1"[0x14][0xdf][0xa4][0x9c][0xac]@[0xb6][0xa1][0xd7]tGD[0xe7][0xf3][0xfe][0xd1],[0xcf]p[0xa5][0xf7][0x88]n[0xcb]s[0x87]zz[0xf6][0xa7][0xe][0x6][0x92][0xb3][0x83]\[0xa4]fw[0x88][0xbb][0xad]][0xf9][0xb8][0xa9][0x19][0x1b][0x16][0xc3]`[0xb9][0xa3][0x10]u`[0xdd]j[0xda]e~C[0x17][0xed][0x18][0xf3]U/#*%q[0x12][0xa7][0x18]&[0x83][0xc8]M[0xe7][0xf6]2_o[0xea]F[0x85][0xdb]"K>[0x89][0x15][0xdc][0xa0][0xca][0xca]'ZC)}P,f[0x92]X[0xc5][0xdb][0xc][0xc3][0xae]gm[0xc3][0xf5]2[0x8c]J[0x87]i9J[0xd5][0xd5]@q[0xe8]H[0x8a]H[0xf0][0xe]][0xa9][0x8c]rKk\[0x95][0xcb]B[0xc][0xef]&Q[0xc4]M[0xb1]([0xd1]%[0xef][0xee]4d+[0xdc][0x8d][0xd4][0xa1][0xae][0x9f][0x8b]n([0x8e]E[0xce][0xb1]g[0xb4][0xef]7[0xe9][0xae][0xd4]x[0xcf]Q[0x6]Ty[0xc7][0xb4]z[0x9d][0x9b][0x15][0x86]Y[0xbf][0xd7]s[0xc0][0xd5]>.I[0x12]w,[0xd7][0xc5]pJ=[0x18]H[0x11][0xe3]j[0xe1][0xb0][0x4][0xe3]j[0xfe][0xb0][0xcf][0xc7][0xbd][0xd7][0x80][0xe1]X[0xc5]j[0xd2][0xed][0xde]t[0xaf]#[0xf1][0xe7]=[0xd8][0xed][0xb7][0xd1]?-[0xce][0xd3]/K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]/[0x9]&[0x94][0xa7][0xf1]4[0xad][0x96][0xc8][0x1f][0xa2]9[0x9a][0x9e][0xde][0x5]{DV[0x8][0xa3]4&[0xa4]w[0x12][0x11][0xbc][0x8c]3d[0x8d][0xba]Qx[0xe]ge[0x96]([0xc6][0xf0]<[0xe5][0x18][0xc4]8^[0xa0]o"[0x17]GXF)[0xe9]'[0x98][0xd8]Chk[0xf][0x3][[0xbb][0x8]O[0xb7][0x10]IEih![0xb6][0x8b][0xf8]cQe@V[0x19][0xa6][0x19][0x98][0xa7]}[0xb]8[0x87][0xcb]=[0x95][0x14]L[0x90][0x7][0xd2]Rd[0xa5][0xf3]r[0x17];[0x87][0x17][0xc9][0x8][0x93]#D[0xc5]_[0xf2]-[0x1e]~[0xe4][0xad]>[0xf8][0xac][0xba][0xa7][0xf8]2[0xed][[0xa1]c[0xae][0x6])[0x1e][0xd9]W|[0x92]z[0xe3][0x16][0xbf]G[0x9]"4[0xcf]M(_}[0xb7][0xbf][0xfc][0xd9][0xb0][0xa8][0x9f][0xa0]Ai[0xe1]X*I[0xc6][0x4][0x19][0xfe]0[0xb7][0xa8][0xaf][[0x88][0xe1]C[0x9][0xa3]H[0xdf][0x1c][0xa6]pA[0xc2][0xcc]A%+$-[0x81][0x15][0xee]`[0xc5][0xef]a[$[0xb6][0x19][0xc9][0xb6]Hl3[0x4] ,[0xc1][0x16][0xea][0xb0][\r][0xed]c[0x9b][0xf5]U[0xf2][[0xbf][0x96][0x1d][0xf][0xa6][0xe4][0x97][0xd4][0xb2][0xaf][0xa9]e[0xf7][0x8f][0xa2][0xe4][0xac][0x9f][0x92][0xdf][0xf4][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa0][0xe4][0xf7][0x84][0xf5][0x3]a=<[0x8a][0x92][0xb3][0xfd][0x95][0xf4][0xc2][0xcd]t[0xd8][0x2]([0xb9]GJ[0xfe]DJ>>[0x8a][0x92][0x19]_%[0x1f][0xf8][0xb5][0xec]D0%[0xa1][0x96][0xfd]J-[0xfb][0xad][0x8f][0x92][0xd9] Jf|[0xdf]d_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f]}[0x94][0xcc][0x6]Q2s[0xc8][0x9b]|[0xe0][0xa3][0xe4][0x89]`J[0xfe]EJ[0xfe]MJ[0xfe][0xd3]G[0xc9][0xec][0xff]+[0xc9][0x8]\[0xfc]/z[0xe5]?PK[0x7][0x8][0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/monitors/MonitorException.class[0x8d]PMK[0xc3]@[0x10]}Sccc[0xfd][0xaa][0xf6][0xe2]I[0xa9][0x82]V1[0x7][0xbd]E[0xbc][0x88][0x82][0x10]=[0xd8][0xd2][0xfb]6.[0xe9][0x96]$[6[0x89][0xfa][0xb7]<[0x9][0x1e][0xfc][0x1][0xfe](q6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0xb][0xf5][0xe0].[0xec][0xbe]y[0xf3]f[0xde]0/[0xaf]O[0xcf][0x0][0xe][0xb1][0xe6]a[0x6]+.Z.V[0x9][0xf5]c[0x95][0xa9][0xe2][0x84][0xd0][0xdd][0x9][0xc7][0xe2]V[0xf8][0x89][0xc8]b[0xbf]W[0x18][0x95][0xc5][0xc1]7[0xa6]?2[0xfa]N[0xc][0x13][0x19][0xec][0xe][0x8][0xce][0xa9][0xbe][0x91][0x84][0xa5]Pe[0xf2][0xaa]L[0x87][0xd2][0xf4]m[0x8e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "u$[0x92][0x81]0[0xca][0xc6][0xef][0xa4]S[0x8c]TN[0xd8][0xe][0xb5][0x89]}=[0xc9][0x8f][0xc6]~[0xaa][0xd9]U[0x9b][0xdc][0xbf][0x9c][0x82][0xb3][0xfb]HN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xb3][0x80][0xe0][0xa6]2[0xcf]E\u[0xfb]5[0x12][0xa1]!?[0xb4][0x84][0xf6][0x9f][0x13][0x12][0xbc][0x9e].M$[0xcf][0x95][0xb5]o[0xff][0xf4]8[0xb0]EM8[0x98]%t[0xfe]1[0x13]a[0xfd][0xcb][0xe6][0xba][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x95][0xca][0xcf]$6Q[0xe3][0x85][0xda]C|[0xb9])[0xbf]u[0x8e].[0x98][0xb5][0xbc][0xdb][0xdd][0xdb][0x4]=0[0xac][0xc1][0xe5][0xd7][0xe3][0x1f][0xe8][0xb0]h[0xb]s[0x8c]6[0xa6]248[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcd][0xa3][0xc9]M,Z[0xc0]"[0xab]y[0xd3]U[0xf5][0xf2][0x1b]PK[0x7][0x8][0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.class[0x95]Sko[0xd2]P[0x18]~[0xce][0xb8]cu[0xae][0xee][0xe2][0x85]i7/k[0xcb][0xa0]s[0xd3]O[0x18][0x8d][0x1a]MH@?[0x8c][0x90][0xf8]i)p[0xc2][0xba][0xb4]=[0xa4][0x14][0xc7][0xfe][0x93][0x1f]4q,[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xbe][0xa7][0x94]e[0x1]4[0xe1][0xcb]{}[0xde][0xdb][0xd3][0x9e][0xdf]~[0xfc][0x2]p[0x80][0x83][0xc][0xb4]<[0x18][0xb6][0xb2][0xd8][0x96][0xfa][0xa1][0x14][0x8f][0xb2]x,[0xf5][0x93]<[0x14][0xec][0xe4]p[\r][0xba][0x14]F[0x6]f[0x6]E[0x86][0x94]w[0xe4][0xd9]C[0x6]Ve[0xc8]zG}1[0x8][0xda][0x9c][0xa1]\[0x13]A[0xd7][0x12][0xbd][0xfe][0xb3][0x13][0xcb][0x13][0xbe][0x13][0x8a][0xa0]o[0xf1]a[0x9b][0xf7]BG[0xf8][0xd6][0xbb][0x89]u[0x18][0xe1]+[0xc][0xe9][0x17][0xe][0xa1]^2[0xec][0xeb][0x8b][0x95]V[0x8d]&C[0xf2][0xad][0xe8][0xd0][0xd4][0xe5][0x9a][0xe3][0xf3][0xf][0x3][0xaf][0xc5][0x83][0x86][0xdd]r)[0xa2][0xd6]D[0xdb]v[0x9b]v[0xe0]H?[0xe]&[0xc3]c[0xa7][0xcf]P[0x9a]7[0xa8]!D[0xdd][0xf6][0xcf][0xea][0xb1]9M[0xae]89.[0x11]][0xbc][0xd6][0xe5]a[0xdd][0x1e]N[0x90][0xaf]]W[0x9c][0xf2][0xe]eu[0x83][0xb8]P);[0xb5]*[0xc3][0x9e]n,[0xca]K~l[0xbd]w[0xe4][0xe2][0x9b][0xff][0xda][0xae]|b[0xb6][0x19]6[0xa4][0xb2]\[0xdb][0xef]Z[0x87]a[0xe0][0xf8][0xdd]7[0x3][0xc7][0xed][0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0x19][0xc]*[0xd7]<[0xaa][0xd7]&[\r][0xb4][0x16]'[0x94][0x16][0xf0][0xae][0xd3][0xf]y[0xc0];e[0xed][0xa3][0xef][0x9e]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J(Ka1[0xac]k[0x93]E5;[0xe0][0x9a]=[0xbe][0x93][0xb2]{x*[0x1b][0xef]+[0xb8][0x8e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96]q[0x93][0xa1][0xb8][0x0][0xa5][0xf4][0x87][0xcd]A[0xc7][0xb0]+("[0x94]>q[0xda][0xee][0xf5][0xb8]O[0xfc][0x96][0xf4][0xda][0xf4][0x99][0x15]c&[0x14]_N[0xc][0x16][0xf4][0xea][0xff][0xd2][0xd9]P[0x8c]C[0xc][0xab][0xfa],[0x90][0x10][0xe6][0x9c][0x81]W"[0x8d][0xe3]@[0x9c][0xca][0x1f][0xab]b4[0xb1]EoC[0xa1][0xd7][0xb4][0x4]U[0xb2]B[0x96]*[0x89]![0x9d][0xa0]G[0xb4]B[0x1e][0xc3]-[0xf2][0x2][0xf2][0x13][0xa4]u[0xf3]'[0xd8][0xa7][0xb],[0xa9][0x89][0x11][0x92][0x85][0x11]Rj[0x9a][0x8c][0x11]2[0xec][0x2]Y[0xb3]p[0x8e][0x9c]Y[0x8f][0x1a]*c@[0xdc][0x90]x[0xa4][0x91][0xb3][0xc5][0xf9][0xaf]S[0xc5][0xaf][0xe6][0x16][0xdf][0x8f]P[0xf][0xfe][0x2]PK[0x7][0x8]lrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/monitors/exception/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xd4][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xde]r[0xca][0xb6][0xe7][0xb8][0x15][0x81][0xbe][0xec][0xa6]y[0xdb]LW=[0xbb][0x94][0x9e]q][0xf3][0xf3][0xac]][0xf1]2[0x2][0x9d][0x8b]v[0xb1]lzU[0xd7][0x12][0x98]k[0xb6]f2[0xeb][0xb8][0xc5][0xb4][0xb3]]9[0xbf][0x99][0xde]O[0x97][0xb6]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xb6]g;[0xe5][0xf4][0xb5][0xfd]Q[0xae][0x1e][0xcb]L1ip[0xd2][0xe6][0xc3][0x94]@ 1[0xbc],[0xa0][0xcd]:[0xeb]L[0xdf][0x9d][0xb5][0xcb]V[0xbe][0xba][0xb5]f[0xb9]K[0xe6]Z[0x89]3[0x91][0xac]S0K[0xcb][0xa6]k[0xcb]gR[0xf3]6l[0x2]_h[0xed][0xdc][0x1b]N[0xd5][0xb3]\Y[0xd0][0xc1][0x1a][0x16][0x94]8f[0x92]E[0xa7][0xea][0x16][0xac]L[0xbd][0xfe][0x92]Y.[0xa6][0x97]6\[0xe7]3[0x9][0x94][0x91][0x15][0xe8][0xfe]f[0x81]t[0x8b][0xd7][0xc1][0xcb][0xa8][0xa8][0xe4][0x2]c[0xad][0xc1][0x1c]hv[0x84]G[0xe0][0xc4][0xa2]g[0x16]>[0xcd][0x99][0xdb][0xea][0xc6][0x94][0xdc][0xef][0xea][0xb8].[0xd0][0xef]ZEJf[0xb9]G1[0x4][0xce][0x1e][0xf7]*[0xf6][0xc1][0x87][0x97][0x95][0x95][0xa6][0x5]b[0xd5][0xf2][0xbf][0xe7][0xed]-Z[0xde][0xd1]Y[0xaa][0x17]I[0xc]7[0x98][0xc9][0xf7][0xda][0xec]S[0x93][0xcf]b.[0xad]ba)kI[0x8f][0xf3][0xf8][0x86][0x1a][0xe7][0x87][[0x96][0xa7][0xdd].[0xaf][;[0x2]Bf[0xab]_[0xfd][0x9c]-}[0x18]on[0xb1]1Y[0x81][0x81]([0x9e][0x17][0xe8]i[0xf2][0xbe][0x18][0x88][0xa0][0xc7]@[0x16]9[0xaa]b [0x8f][0x5][0x3][0xef][0xe1]}[0x81][0xd1][0x96][0xc8][0xc][0xbc][0x88][0x97][0xc][0xdc][0xc0][0xa2][0x81]%,[0xea][0xf8][0xc0][0xc0]2n[0x1a]x[0x3]g[0xc][0xdc][0xc2][0x8a][0xc0][0xb9]gxA[0x4][0xc2][0x87][0x9e]ZX[0xdb][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e]@[0xaa][0x15]_R[0xdb][0xc3][0xaa][0xe7][0x99][0xd2]Tw[0xdf][0xd3][0xc4][0xaa][0x2][0x1d][0xf6][0xc1][0x82][0xe8]?[0xc4][0xdf][0xdf]H[0x1][0xf4][\r][0xb3][0x92][0xb7]v<%[0xe9]*[0xf5]-[0xab][0x87][0xde][0xfd][0xf5][\r][0xa8]\[0x1d]0[0xd7][0xd7][0xf9]f$[0x9e][0x8e][0xc9][0xbd]A[0xd7][0xda]rn[0xf3][0xe0][0xbe][0xc3][0xa3]f[0x9d]R[0x89]q[0x16]@_[0x86][0xab][0xe5]-g[0xdd][0xfe]D}p[0xa4]\[0x2][0xa7][0x12]G[0x9d][0xda][0xc4][0xba][0x1][0xfa]L[0x1e];[0xdf][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83][0xfc]P[0x87][0xf9][0xf1][0xed][0xc0]s[0xe0][0xf5]H[0x3][0xb0][0xef][0xe5]'[0xbd][\r]}[0xd0]9[0xa6][[0xd8][0xf6]s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2][0x1c][0x1][0xe1][0x91][0xfb][0x10]#[0xf][0xd1][0xb6]r[0x1f][0x81][0x1f][0xa1][0xdd]S[0xab][0x7][0xd8][0x9e][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << " [\r][0x8d]Rw[0xe3][0xc]b|2[0xea]{[0x10][0xc7][0xb][0xec][0x85][0xf4][0x86][0x9f][0xef]7[0xae][0xd6][0xd9]O[0x8f][0xfc][0x0]m%[0xff][0xab][0xec]v[0xd1]>[0xa1][\r]h[0xf][0x10][0x14][0xf8][0xe]q9[0xd2][0x5]~A[0xc7]D[0xfb]@{2[0xf5][0x0][0x9d][0x1][0xdc][0xd9][0xfb]c[0xb4]v[0x7][0xa1][0x89][0xe0]hm [0xf8][0xf8][0x1e][0xf][0xd7]q[0x1e][0xe3]L5[0x8e][0x8c][0xea][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "'[0x86] [0xdb][0xc][0xa3][0x97]0[0x84]i[0x82]][0xc6]Y[0xcc]`[0x8a][0xa5]H[0xb4][0x11][0x82][0xe][0xa1][0x13]/[0xe3][0x15][0xb4]K[0x10][0x1f]R[0x8e][0x6]qJ[0x81]O[0x13][0xf8]U[0x9e]p[0x9a][0xe3]>h"[0xac][0xe3]5[0x1d]CO0xU[0xc7][0xeb]Ox[0x84]@[0x2][0xc3]~M[0xdf]r[0xa9][0xc6]>[0xae]j[0xca][0xa9][0x9a][0x92][0xbb][0x8][0xdd]L[0x91][0xb8]#[0x9f][0xaa][0x8d][0xfa][0xbc][0x11]f[0x93][0x19][0xfb]U_[0xe7][0x8d][0xa8][0xad][0xd7][0x19][0xcd][0xf1][0xc2][0xf2]d\P[0x9c]Q[0xee]`[0xca][0x3][0xba][0xb8]"[0x16][0x8a][0xa9][0x1f]m{L[0x11][0xd0]1[0xa2]#I6[0x8][0x85][0xa5]1[0x9e][0xfa]/[0xac][0xae][0x16][0xb0]n1[0xba]J[0xac][0xf][0x89][0xf4][0xd1][0xff][0xc2][0x1a][0xc5][0x18]wJ[0xac]m[0xf6][0xd2]1Q[0x85][0x95]UX?[0xc1]H[0xd6][0xee][0xe6][0x92][0xb5][0xd4]cE[0x14][0xa6]3[0xc1]_[0xaf][0xea][0x3][\r]>[0xb3][0x18]-rv[0xa3][0xc1]gQ[0x9f][0xe6][0xb4][0xe2][0x16]{[0xc][0xb7])[0x86]:[0x80][0xef][0xec]4[0xd7][0xf2]c[0xe4]_N3[0x8a]][0x9c]H[0xd6][0xbe]?[0xe][0x85][0xcb][0xa8][0xc7][0xd9]j[0xb][0x14][0xfc][0xde][0xf3]/S[0xfd][0xf4]/}ib[\r][0xd2][0xc4]wq[0x92][0x9e]O[0xd5][0xee]*i[0x14]Ao[0x13]e[0xea][0x4]_1[0xfa]5g[0xbf]iP%v[0xa0]J[0x8c][0xaf][0xc6][0x5]_[0x95][0x1e][0xc9]RWE4[0xc0][0xbc][0xa9].e[0xfc]oPK[0x7][0x8][0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.class[0x95][0x8f]MN[0xc3]0[0x10][0x85][0xdf][0xb4][0xa5][0xa1][0xe1][0xaf][0xa0].[0x10]'h[0x5][0xc2][0x12][0xb0]+b[0x83]`[0x95][0x8a]E[0x11]{[0x13]Y[0x96][0xa3]`W[0xb6][0x83][0xe0]j,8[0x0][0x87]BL[0x1a]5[0x8b][0x2][0x12]x3o>[0xcf]{[0x1e]|[0xbe][0xbd][0x3]8[0xc7]~[0x82][0xdd][0x4]{[0x84]C[0xaf][0xb4][0x9]Q[0xf9][0x9b][0x97]\-[0xa2]qv[0xe6][0xac][0x89][0xce][0x13][0xce][0xc6][0x99][0xf3]Z[0xb8]E[0xb8]([0xc4]SC[0x83]P[0xab]9[0xb1][0xee][0x98]N[0x1e][0x8]iKC[0x82]![0xe1][0xa8][0xb2][0xbf][0xbf]0[0xd2]*[0xae][0xd3]@8[0x18]O[0xb2]B>KQES[0x8a][0x8c][0xcd]S[0xc2]`n[0xb4][0x95][0xb1][0xf2][0x8a]p[0xfd]m[0xe0][0xf2][0x9f][0xab]^qb:w[0x95][0xcf][0xd5][0xad])9r[0xd4][0x8e]4[0xf4][0xb4][0xce]'[0x9c][0xfc]-[0xb6][0xf1][0x10][0x86][0xcb][0xad]Ji[0xb5][0xb8]{,T[0x1e][0x9][0xc7]?$[0xdc];7[0x93][0xf6]u[0xf5][0xe3]6[0xa6]O tP[0x9f]n[0x8f][0xd0]E[0x8f][0xfb][\r][0xee][0xea][0xda]g[0x92][0xb0][0x2][0xd7]M[0xc][0x98][0xa4]|[0xd3][0xc1][0x16][0xab][0xed][0xa5][0xda][0xf9][0x2]PK[0x7][0x8][0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/monitors/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.class][0x8e][0xcd]j[0xc2]@[0x14][0x85][0xcf]5[0xd6][0xd4][0x9f]B[0xd5]GpQ[0xdd]8[0xb][0xbb][0xeb][0xb2]T[0x10]"[0x82][0x12][0xf7]S;[0x86][0x9][0xc9][0xdc]0[0x99][0x16]|5[0x17]>[0x80][0xf]U:I[0x16]R[0xef][0xe2][0x1e].[0xe7];[0x9c]{[0xfd]=_[0x0],[0xf0][0x14][0xa2][0x1f]b@[0x18][0x18]v[0xfa]x[0x8a][0x8b]/[0xe9][0x14]a<[0x8d]R[0xf9]#[0x85]QN[0xc4][0xdb][0xe8]m[0xb5][0x9a][0xed][0x9][0xcf][\r][0xf4][0xce]y[0x91])[0xa7][0xd9][0x10][0x86]w`[0x85][0xf5][0x1b][0xec][0xc3]Z[0xb6][0x84][0xc9][0x1d][0xd1]\[0x99]4[0x89][0xd8]9[0xab]MRgz;[0xfe][0xb6][0x7][0xb5][0xd4][0x99]o[0x1f]yC[0xc9]|[0xcd]F;[0xb6][0xf3]*@xa[0x9b][0x8].[0xca][0xd7]T[0xe4][0x8d]Q[0x8a][0xb2][0xe6][0xc4]?[0xdc][0xbf]yk[0xd8]|[0xa6][0xea][0xe0]:[0x4]B[0xb][0xd5][0x4]mB[0x80]6[0xe0][0xf5][0x1][0x9d]ZC[0xe9][0xde];[0x18][0xc5]^ZE[0xb4][0xc5][0xcf][0xf7];[0xe3]"[0xb4][0xf9][0xc9]o[0xa1]^[0xcb][0xa8][0xbf][0x8][0xbb][0x8a]P&[0x14][0xb][0xad]![0xac][0xe0]+[0xec][0x15]3M[0xc1][0xcf][0x88]d[0xc2][0xb1]pb[0xef][0xbe]5t[0xa9][0xb8][0xbf][0xfe]GLm[0xdd]GwF[0xa3][0x8d]i[0x8f][0x1e][0x10] [0x82][0x13][0xc8]0][0x6]9i[0x83][0x12]i[0x4]a[0x8e][0xaf][0xd2][0x9b][0xc1]aL[0xe3]%[0x9c][0xc4][0x14]f(&'[0xf1][0xa6][0x10][0xe2]z[0x14][0xcf][0xe3][0x80][0x8c][0xcc][0xfb][0xa0]bv[0x10][0x87]$|[0x1e]cx[0x81];[0x88][0xd9][0x8b][0x9c][0x5]1[0xce][0xf9][0x1e][0xa8][0xa3]O[0xc3]a[\r][0xf1][0xc7]8tN[0xc3][0xc4]ch|[0x81]g[0xce]W[0xf8]=_[0x12]I[0xb3]RaiC`9[0xe5][0xcb][0x8b][0xa5][0xda][0xea][0xd4][0x98][0x9a]XC4@m%)-[0x9a][0x9]%[[0xb1][0x90]T[0xa6][0xe1]([0xff]][0xc4]?[0xcc][0x9]i;[0x95]][0xa0][0xf7]"[0xf9][0x8a][0xdc][0xb4][0x84]#(S[0xe7][0xac]Tv[0x80]qc[0xd4]-[0x94][0xa9][0x2][0xa2][0xad],[0xeb]+k[0xab][0xe8][0xd9]P[0xb1][0xff][0xac]T[0x11][0xa6][0x93][0x1f][0x8d][0xaf][0xe2]W&[0xd2]hsRE[0xb9][0xdd]&"[0xfb]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F[0xc5][0xcc][0x17][0xc2][0xe6]%[0x92]k[0xe8][0xe]R[0xc9][0x9f])[0xa9]$[0x9c]j[0xc5][0xc2][0xbe][0x92])j[0x0]Yi;[0x95]\[0xa7][0xf7][0x1d]2[0xbd][0x8b]4n[0xe0][0x18][0xde]c[0x97][0xc][0xa9]d[0x92][0xfc][0xe3][0xe8][0x92]JB[0x2][0xa4][0xad]$[0xd7][0xee]Q[0x8e][0xda][0xd3][0xdc][0xa1][0xad][0xa9]wC[0xd3][0xc1]MMG[0xd9]~O[0xd3]g[0xc][0x15]E[0x19][0xed][0xe8]Lb[0x15][0xfa]UQ[0xfb]H9[0xd9]J[0xf9][0xbc][0xfd][0xcc]&2[0xe]K[0xeb][0xf1][0xf6][0xcb]W[0x97][0xe8]][0xe6][0xc1][0xae][0x91][0xb1].9[0x87][0xe4][0x19][0x19]m[0xd3][0x8d]Jb[0xaf][0xce][0xc3][0x8][0xac]3EP[0xc3]1[\r][0xc7][0xc9][0x6]Eb[0xa9][0xf4]O[0xfd][0x17][0xd6][0xae]g[0xc0][0xba]M[0xef]]b[0xdd]#[0xd2][0x87][0xff][0xb][0x8b][0xf7][0xa4][0x8f][0xb5][0xc2][0xc][0xe2][0xcb][0x1e][0x92]XE[0xff][0x4][0xec]N[0xb4][0xbe].%Z[0xc9]G[0x92]H[0xdc]"[0xe0]oP[0xda]`[0xc7]}[0xf0]1[0xbd][0x9f]p[0xf5][0xd3][0x8e][0xfb]`[0xc8][0xa7][0x19][0x97][0xdc][0xca]:[0xdd][0x1][0xc9][0xe0][0x1]0[0xe6][0x4]?Zo[0xf7][0x8f][0xfc][0xa2][0x8c]t[0x14]et[0x15]=[0xc8][0x1f][0x8b][0xfd][0x95]:[0xe8]@[0xcc][0xa2]D[0x10][0x9a]Y3[0xb3][0x86]1?rB[0xe7][0xdf][0xdd][0x8c]&4R[0x9e]%\[0x86]l[0xb9][0x8d]E`[0x9][0xfd]/[0xb3]k[0xa5][0x16]\[0x9e]_[0xf][0x98][0xf7][0xa3]%[0x2]![0x87]4r[0x5]B[0x1e][0x5][0xa7][0x8b]N[0xa5][0xb9][0xe4][0x1c][0xcf]Upu9%Py[0x0]PK[0x7][0x8][0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.class[0x8d]Rmk[0x13]A[0x10]~6[0xb9][0xf4][0xd2]4[0xda][0x9a][0xfa]Z[0xb5][0xa6][0x82][0x98][0xb4][0xd0][0xf3][0xf5][0x83]6(%D[0x10]R+[0xe6](J?[0xc8]f[0xbb][0xbd]l<[0xef][0xc2][0xde]^[0xb1][0xff][0xca][0xea][0x7]A[0xd0][0x1f][0xe0][0x8f][0x12]g/g[0x1b]*[0xd8]|[0xd8][0xd9][0x99][0xd9]y[0x9e]yf[0xd8]_[0xbf][0xbf][0xff][0x4][0xf0][0x10]+[0x15][0x94]p}[0x16][0xe]n[0xb8][0xb8][0xe9]b[0xd9][0xc5]-[0x17]u[0x86][0xb9][0xce][0xd6]k[0xff][0xdd][0xfb]v[0xe7][0x8d][0xdf]c[0xb8][0xb3][0xdb][0x1d][0xf2][0x3][0xee]%R[0xa4]Z[0x99]COHm[0xbc][0xb7][0x8f][0xef]=i[0x93][0xa3][0xf6][0x95][0xe0]Fn0[0xcc][0xb4]T[0xa4][0xcc]3[0x86]b[0xa3][0xb9][0xc3][0xe0][0xb4][0xe3]=[0xc9]0[0xdf]U[0x91]|[0x95]~[0xec]K[0xed][0xf3]~H[0x99]Z7[0x16]<[0xdc][0xe1]Z[0xd9]8O:f[0xa0][0x12][0x86][0xb5]n[0xac][0x3]/[0x1e]%[0x8f][0x86]^$[0x8d][0xb7][0x19][0x86][0x13]M[0x12]_[0xa7][0x89][0xd9][0xe2][0x11][0xf][0xa4][0xa6][0x8e]51[0x90][0xe2]CO[0xea][0x3]"[0xb7]Or[0x8f][0xe1]ic*[0xbd][0xe3][0x9a][0x90]G[0x81][0xd7]3ZE[0xc1][0x86][0x15]][0xb2][0xb5][0xa4][0xa3][0xcc]S3[0xf0][0xf]G[0x99][0xdc]*[0xff]vn[0x87]JF[0xe6][0xb8]s-[0x90]fS[0x8]9[0xa2][0xe8]e[0x92][0xa4]R[0x13][0xd3][0xdd]Fs[0xca][0xfd][0x95]["[0xcc]7X[0xe9][0xc5][0xa9][0x16][0xf2][0x85][0xb2][0xab][0xa9][0xff]g[0x9][0xeb][0x96][0xb9][0x8a]YT[0xaa]pQf[0xb8]}v+[0x86][0xe6][0xd4]KfX8[0x99]~[0xbb]?[0x94][0xc2]0,[0xdb][0xd4][0xa7][0xc][0x9a]$aF?[0x89][0xc1]}[0xfa]Q%[0xd0][0x87][0xa0][0xb3]de[0xd1]o[0xb3]1[0xa9]$;G[0x91]G7[0xb3][0xd9][0xd5]o`G[0xe4][0x14]P%;[0x93]%Wp[0x8e]lu\[0x80][0xf3][0x98][0xa7][0x9b]t[0xe0]B[0xe]~N[0xa7]hs[0xa7][0x81][0xf]2`}[0xfc][0x98][0x3][0xad]W#[0x5],[0xf3][0x16]q[0x91][0x10][0xc][0x97][0xce]&kMMv[0x19]Wr[0xb2][0xf5]|,[0xe7][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f]O[0xf1]u&[0xa6]rr[0xbe]2[0xae][0x1e][0xaf][0xa4][0x9e][0xbd]P[0xae][0xf8][0x3][0xc5][0xaf]([0x1c]e=N[0xf0][\r][0xb2][0xd7]2[0xce][0xa5]?PK[0x7][0x8]`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/net/Base64Encoder.class[0x9d]V{l[0x1b]w[0x1d][0xff]^[0xec];;[0x17]7M[0xd3][0xba]m[0xd2][0x7][0xd9][0xd8]#uX[0x1e][0xb6][0xe3][0xd5][0xeb][0xda]5N[0x13][0xc7][0xa9][0x9b][0xa4]q[0xe2]W7[0xe8][0xf9][0xee]j_rw[0xf6][0xfc][0xaa]mF[0xf6]P[0xc6][[0x9a][0x6][0xda]4[0xa6][0x9]M[0x15]R[0x85][0x18][0xb0][0xb6][0xd0]N[0xac][0xea]*[0x98][0xb6]1[0xf1][0xc7]xL[0x8][0x90][0x10][0x9a][0xf8][0xb]$4[0xf8][0xb]M[0xd5][0xc2][0xe7]wv[0xd2]t[0xab][0x10][0xc2]J[0xee][0xbe][0x8f][0xdf][0xef][0xfb][0xfc][0xfc][0xbe][0xbf]{[0xf7][0xe3][0x9f]]#"[0x1f]=)R/%D[0xb2]SR[0xa4][0xad][0x94]rP[0x9a]1[0xa7][0x9c][0xf4][0xb0][0x93][0x1e]a[0xe4][0xe7][0x9d][0xf4][0x5][0xa6]:[0xed] [0xc9]I[0x19][0x91]:Hn[0x7][0xaf]8Hu[0xd2][0x19][0x91][0xb2][0x94]s[0xd0]^&[0xd2][0x9c][0xb4][0xe4][0xa4][0xe5]v[0xd2][0xc9]`[L[0x91][0xf2]Tp[0xd2][0xa3][0xe]*r[0xe4][0x1c][0x8b][0xce]M[0x8d][0xc5]&[0x16]8j;[0x15][0xe2][0xc8][0x1e][0x9][0xcc]z9[0xe2]"[0x1c]m[0x19][0xcf][0x9b][0xa5][0xb2]d[0x96][0xe3][0x92]^Qm[0x88][0xec][0x6][0xf4][0xb3][0x81][0x88][0x97][0xd1]6[0xb6][0xd6]?[0xeb]g[0xf4][0x87]L[0xee][0x8f]X[0xf4]V&[0xf7][0xce][0x6][0x18]}[0x9d][0xc9][0xbd][0x11][0x8b]~[0x88]#~|[0xf6][0xd8]D[0x8c]9[0x82]u[0xe1]A[0xcd][0xd4][0xca]G8[0xb2][0xf5][0x1f][0x88]c[0xdd]x^Q9[0xda][0x1a][0xd5]Lu[0xa6]bd[0xd4][0xe2][0x82][0x94][0xd1]![0xe9][0x8e][0xe6]eI[0x8f]KE[0x8d][0xf1]-[0xa1][0xbd][0x9c][0xd3]J[0x1c][0xed][0x8b][0xe6][0x8b][0xd9][0xa1]|[0xa1][0xe4]_[0x1a]2[0xd5][0xf2]PH*[0xa9][0x1][0xff][0x84])[0xc3]V[0xf1][0x10]|[0xa8][0x16][0xc9][0xd1]=[0xfd][0xd1]%[0xa9]*[\r][0xe9][0x92][0x99][0x1d][0x8a][0x95][0x8b][0x9a][0x99]=t[0xe0][0xd3]"[0xe4]]b[0x1e]o[0xa3][0x10]J[0xa1]zY[0x85]VP[0xd4][0xa6]Mq[0xa2]&[0xab][0x85][0xb2][0x86]"A[0xda]*t[0x80][0xd5][0xaf]M[0x19]a[0xf]/{[0xf8][0xf0]P[0x19][0xab]2V[0xb5]X?[0x12].H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0x8b][0x8b][0x82]l[0xf1][0x9d]7[0x17]Gt][0xcd]J[0xfa]X1[1T[0xb3][0xbc]Qjx[0x1d][0x97]L3_[0xee]k[0xb6][0xb6][0xcf][0xac][0xe8]:[0xb3]Yw[0xd1][0x1e][0xda][0xcb][0xd1][0x9e][0xff][0x82][0x88][0x9b][0x9b][0x9b]=[0xb4]6[0xe3][0x94][0xb8][0xa8]A_t[0xd1][0x0]}[0x8e][0xa3][0x89][0xc][0xda][0xdc]'[0x15][0x8b]R[0xbd]O+[0xf5][0xb1][0xc5]R_U[0xd2]5[0xa5]O[0xce][0x1b][0x83][0xa5][0x8a]9X[0xaa][0x9b][0x8a]&K,[0x9c]A-?[0xa8][0x19][0x5]}[0xb0][0xe9][0xa7][0x19][0x14][0xb2][0xe4]l[0xf][0x8b]s[0xe1][0xf9][0x82][0xa2][0x85][0xfc][0x99]D[0xad]"7[0x86]5ij~X>[0x96][0xaf]F}[0x8a]O[0xa9][0x8f][0xfa]N[0xd4]G[0xab][0xb2]!WO,,[0x8f][0xce][0xc6][0x82]~[0xe8][0xcb][0x99][0xf1][0xc8]@[0xdc][0xbb]h[0xca][0xc6]bV[0x9e][0x9a][0xae][0xca][0xe1]`CJ[0x8c][0x9a][0x91]c[0xb5]\$[0x9c][0xab][0x8b][0xe9]D*[0x18]1r[0xc3][0xca][0xd4]X Z[0xf][0xc2][0x94]\I{[0x83][0xd5][0xb4][0xb7][0xa6]G[0x8d][0x99]j&[0x16]\[0xca][0xf8][0xa6][0xcf][0xe2]?[0xa7][0x84][0x17][0xab][0xb2]7h(SJN6[0xe2]g`[0xb0][0x90]1f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa6][0xcb][0xf5][0xd1][0xbc][0x12][0x1e])E[0x96]F[0x1b]b[0xc6];[0xa2]G[0xc2][0xca][0x88][0x94][0x98][0xd7]3a[0xbd][0x92]N[0x9e][0xc8][0xce][0x8d][0x7]ss[0xe6]|[0x15]^[0xf5][0xcc][0xd4]X6[0xe5][0x8b][0xd7]SZhX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7#K[0x19]5=[0x13][0xb]U[0xd3]Zh:c[0xce][0xeb][0xb2]1[0xaa]+[0xe3][0xa1]F[0xc6][0x9b][0x1e]V[0xbc][0x93][0x88]4[0xc6][0x16]O[0xe]G`P[0xf6][0xcd][0xe7]2[0xe1]Z[0x3][0xf4][0xb0][0xec][0x8d][0x97][0xb0][0xc9]'%[0xe7][0xf3][0x19]_|82[0xc5][0x9c][0xd6][0x10][0x99][0x9c]U[0x13][0xc1][0x91][0xe8]x[0xa8]*k!-[0x9d][0xc8][0xe5][0x14]#[0x8e]=[0xd3][0xb9]t[0xb8]6[0x1a][0x9][0x7]+b[0xca][0xbb][0x98][0x95][0x92]'[0xb3]io|X[0xae][0x87][0xaa][0x19]-4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xf5]H[0x18][0xa9]'C#J8^[0x8f]j[0xa1]d:[0xa6]x[0x11][0x0][0x8c][0xc4]+,[0x83]Tr[0xda]r[0x90][0x8a][0x85]J[0x19][0xdf][0xc9]l[0xc6][0x9b][0xca][0xa6][0xbc][0xc1]2J[0x91][0x13]Q`f,[0x97]2[0x82]#H[0x1]Q[0xeb][0xf0]ZC[0xfd][0xe2]%5[0x16][0xca]e[0x8c][0x93][0x96]SD[0xae]gP[0x1a]%|0[0x9b]B[0x83]X[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+W=[0xe4]C[0xbd][0x1b][0xe9][0x98]?[0x8b][0xe6]A[0x9f]+[0x88][0x19][0xa3][0xc4]6[0x99]0\@dU[0xd9]D[0x9][0xcc][0x93]L[0x99][0x83][0x13]D[0x8d]:[0x1a][0xf1][0xe1]TB[0xaf]X[0xd1][0x9b][0xf3][0xf5][0x8c][0xf7][0xac][0x15][0x19]+[0x3]J[0xb0][0x84][0xbe][0x9c]U[0x92][0xa8][0xad][0xd6][0xc]BlmF[0x84][0xf1][0xba][0x95]^[0x8c][0x15][0x9c]5o[0xa6][0x94]NL[0xd6]#S308[0xba][0x8c]t[0x97]-[0xc7]Z[0xa8][0xaa]$#Yd[0xb8][0xac]$g[0x86]es[0xb9][0x12][0x99][0xa8][0xb1]F[0x8d]@_[0xcc][0x18]A[0x9f][0x88][0xa6][0x18][0x91])[0xbd][0xaa]X[\r][0xd3]+R[0xdd]r[0x80]tB[0xa6][0x92][0xd0][0x97][0xd3][0x9][0xd6][0x1c][0xd6][0x88]I[0xe6]t[0x4]e0[0x94][0x4]"[0xf5]1[0xc3][0xcd]h#,0[0x86]Y_[0xdc]DY[0x1a][0x88]TGJ[0xcd]ZI[0x89][0x91][0xb3][0xb2][0x11][0xf4]6[0x11][0x11]/G[0xb3][0xf9][0x83])3[0x92][0x8d]6[0xfc][0xc7][0xe7][0xc2][0xd3][0xf5][0xc8][0xf8][0xc1][0x81][0x98][0x11][0xac][0xa4][0x80][0x88]T[0xc2][0x9f]]4[0x82][0x8d]tbTK'[0xa7][0xcd][0xf1][0xa5][0x9a]&kc[0xd5]9[0xec][0x11][0xa3]^[0x9c][0xa8]%[0xff]q[0xd1]A[0x8f][0xb9][0xe8]K[0xb4][0xc2][0xe6][0xc6][0xa8][0x83][0x1e]w[0xd1][0x13]T[0xe7]hl,4~lb2<[0x15][0x99]>[0x1e]=13;wr>[0xb6][0xb0][0x18]O$Si)#+[0xea][0x99]lN[Z[0xd6][\r]3_x[0xb4]X*W[0xaa]gk[0xf5][0xc6][0xf0][0x88][0xd7][0xe7][0x1f][\r][0xdc]080t[0xf8][0x96][0x81]5[0x9b]YR[0xe5]2[0x6][0xe3]M[0xd1][0xa6]9[0xe4][0xcc][0xaa][0xe5][0xd6][0x95]`[0xef][0xb7]F?[0xcf][0xee][0x0][0xcc]S[0xb1][0xa8][0x16]tIV[0xc7]t[0x9d][0xa3][0x83][0xb7][0xb9]y[0xfe][0xc7][0xbb][0xc8]}[0xbb]K[0xb][0xf6]yY[0xcf][0x9b][0x98][0xbf];[0xfa]7okF[0xfb][0x89][0x91][/[0x95]U[0x3]7N[0xbe][0x82]<[0xdc][0xcd][0xd5]Z~h[0xe][0xb6][0xca][0xb0][0xa8]J[0xc6][0xa1][0xf5][0xfc]n[0x15][0xe3]")0N7[0xe9][0xe]|3[0xf4][0xe2][0x2]w[0xe2][0x89][0x11][0xb][0xaa][0x97][0xf6][0xd1]~[0xe2][0xe8]3[0xa0][0xdb][0xa8][0xf][0xfc][0x1d][0x9b][0xf8];[0xc1]v[0x13][0x17][0xf8][0xbb]7[0xf1][0xf7][0x80][0xbf]w[0x13][0xdf][0xf][0xfe][0xc0]&[0xde][0x3][0x1e][0xa3][0x18][0xb4][0x3][0x1c][0xee][0x13]h[0x86][0xac][0xcf]"\[0x15]x[0xf3][0x9e]+[0xc4]][0xb0][0x96][0xe][0xe3])[0xe2]Mpj[0x87][0xa3][0x11]b[0x97][0x8a][0xb5][0x88][0xbc][0xd8]@[0xd4][0x8e]kh[0xb4]e`[0x91]l[0xd6]Z[0xb7][0xe7]2[0xb5]E[0x7]^#[[0xf4]u[0xb2][0xa7][0x6][0xae][0x10][0xdc][0xf3][0xea][0x86][0xc1]n[0x98]"P<[0xcc][0x89]0[0xb3][0x1d][0x86][0x98][0xe1][0x9d][0xcd][0xcd][0x14][0xa0][0xfb]-[0x7]]t[0x10][0xd5][0xe0][0xe0][0x2] [0x84][0x8e][0xb9][0xc8][0xb7]\[0xdc][0xeb][0xe9][0x16][0xba][0x1d][0x97][0xc9]y[0xdc][0xd3][0xdd][0xde]"ZN[0xc5][0xdb]:[0xed]%[0x1][0xcf]c06[0x81][0x0]&i[0x17][0x85]a|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x85][0x8b]lr~o[0xcb][0xf9][0xae][\r][0xe7][0xf][0x80][0xb3][0xe3][0xdd]aez[0xa8][0x99]i[0xdb][0x13][0x90][0xb9][0xa0][0xf9][0xc0][0xf3]6my[0x9d]:R[0xdd][0xae]+[0xb4][0xe5][\r][0xcf]5[0xfe][0xb4][0xa0];rW[0x9d]Q[0xdb]a[0xdb][0x91]}[0x9e]k[0xe7][0xe8][0xba]-[0xc0][0xdb][0x2][0x82]-[0xd0][0xe1][0xd9][0xe7][0xb][0xd8][0xf7][0xd9]O3[0xe9][0x9d][0x1e][0x10][0xbe][0x0][0xbf][0x8f][0xb7][0xd8]-[0x1e][0x10][0xbe][0x80]p[0x9e]\[0xf6]@[0xc7]y[0x12][0xf8]@[0xc7]E[0xea]t[0xdb][0xb7][0xd1][0x8d][0x15][0xbe][0xe1][0xb]8,NXq[0xd4][0xdc][0xfc]6[0xfa]p[0xc5][0xd1]x[0xc2][0x17]p2![0xdf][0xb5]u[0x85][0xaf][0xb9][0x85]mt}[0xa5]K`[0xe2]v&[0x16][0xba][0x1e]Z[0xf1][0x5][0xc4][0x81][0xbd][0xab]m[0x9c][0xdb][0xf1][0xec]B[0x93]p[0xae][0x13][0x1d][0xfc]9jw[0xb7]?{[0x9e][0xf8][0xae][0xc3][0xeb]2;[0x93][0x89]-[0xd9][0xaa][0xcd]v~[0xed][0xe8][0x0][0xab][0xa0][0xcd][0xaa][0xe0][0x19][0xea][0xc1][0xf3]42[0xcf]P')[0xe0][0xce][0x0][0xae]Y@q[0x9][0x90][[0x6][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0]U[0x11][0xd5],[0xa1]a[0x15]:JU[0xd4][0xb7]F[0xf3][0xf4][0x18]%[0xe9]I:E[0xab][0xa4][0xd1][0xd3][0xb4]B_[0xa6][0xe7][0xe8]+[0xf4]2}[0x8d][0xbe]O_[0xa7][0x8b][0xf4][\r]z[0x8b][0xbe]I[0x84][0xad][0xbf][0xd0]3V7[0x1a][0xa8][0xee][0x8][0xb4][0xf][0x2][0xb6]vX[0xff][0x9][0x1d][0x6][0xc5][0xc3][0xc7][0x5]:[0x2]J[0x80][0xa5]G[0xe9]!P[0xe][0xd8]{[0x18][0xbe][0xf6][0xe3][0xf8]<[0x87][0xde][0x8e][0x81]j[0x87][0xed][0x7]([0x4]JDD?[0xa2]qP[0x1d]8R[0xbf]@[0xff][0xf7][0x13][0xfb]V[0xfe][0x0]+[0xd9]A[0xeb][0xa1]_[0x2][0xb][0xac][0xcf]{[0xe8]m b?P0[0x5][0xf9][0xcb]$v~L[0x9d][0xe][0xea][0xe6][0xb8]5[0xf4][0xdd][0x5][0xca]b[0xf0][0x83][0x9a][0x9d][0x0][0xbe]m[\r][0x1]oV4[0xb5]m[0x8c]][0xc3][0x8a]O[0xab]l-{[0xdb][0xfe][0xbf]m[0x82]E1[0xc6]:w[0xc1][\r]4[0xae][0xa2]2[0x1d][0x8]j[0xff][0x6][0x1a][0xbb],4^[0xa6]m[0xd7][0xf1][0xb1]m;[0xec][0x99][0xb9][0xef]Z[0xc0][0xe] [0xba]y7[0x9a][0xec][0xb9][0xcf][0xcd][0x3]l[0xc0][0xc]G[0xe7]h[0xe7]E[0xda][0xee][0x16][0x6][0xbb][0x8e][0x9e][0xa3][0x8e]&[0x10][0x84][0x85]U[0x9e];[0xbf][0xf6][0xfe]^[0x87].[0xe4][0x8e][0xec]u[0x14]~@[0xd6][0xef]n[0xeb]4Qk[0x1e][0x90]U[0xc9][0xbd][0xab][0xb6]6[0xe0]u[0xd5][0xc6][0xed][0xbb][0xea]|[0xc0][0xde][0x4][0xbb][`[0xa0]~[0xc6]-[0x8]@[0xf7][0xf7]Z1[0xed]`1[0xc1][0xd7][0x80][[0xf0][\r]2@3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x87]`[0x90][0xe1][0x98][0xd1]<[0xa3][0xdb][0x9b][0xb4][0xc0]h[0xb1][0xc7][0xee][0xe6][0x11][0x8a][0xdb][0x1][0x80];[0x1][0xf9]g[0x17][0xdc]|[0x8f][0x1d][0xa6][0xdd][0xeb][0x1a]'[0xe]D;[0xbf]I[0xb3]c][0xd3][0xde]%[0xd4][0xdc]"[0x14][0xab][0x82][0xfd][0xfc]Z[0xa1][0xc7]~[0x13][0xc9]U`[0x81][0xe8][0x87]@[0xd6][0x8f][0x81][0xe4][0xb]8[0xfb][0x17]i7][0xc2] [0xfc])[0xf0]s[0x5][0x13][0xe1][0x12][0xcd][0xd2][0xeb][0x98]gW[0xf1][0xa5][0xfd][0x6]>[0xa2][0xaf][0x3][0x91]?[0xc7][0x85][0xf8][0x16]=[0x5][0x9c][0x11][0x93]' [0xd7][0xf0][0xdb][0x81]e[0xdf]tD[0xef]bO[0xdc]9[0xa9][0xa9]c[0x10]Gt[0xc][0xe0][0xb0][0x8e]![0x1c][0xd5]1[0x8c]z[0x16][0xb3]:[0xee][0xe0]n[0x16][0xf7]t[0xdc][0xc7][0x9c][0x8e][0x6][0xe6][0x9][0xa7]>[0xa1][0xaa][0x8e][0xd3][0xf8]\[0xc7]8[0xce][0x12][0x6]{[0xc5][0xb9][0xd6]v[0xdc]%[0x11]:[0xa3]b[0x9f][0xe8]x[0x80][0x5]Y[0x1e]r[0x9b][0xe3][0xa3]rz[0xc4][0x93][0xfb][0x93][0x8e]s[0xa8][0x12][0xf2][0xbd]O[0xa5][0xde]`[0xe1]#G[0xe3]i+[0xb4]W[0x9][0x7][0xad]v[0x10][0xd8][0x9e][0x1a][0xfe]Y[0xc7]ue[0xb0]8[0x98]%8[0xbe]+[0xeb]Mi/[0x88][0xb4]'[0xf7][0x9a]~A[0xd4][0x96][0xed]P[0x8d])[0xe1][0xd0]G#[0xa0][0x8c][0xf2]e2[0xd7][0xd6]lo[0x89]p[0xd6][0xd8]> [0xdb]g&[0x96]e[0xaa]'[0xfe][0xc3][0xec][0xee][0x12][0xcc][0x98][0xd9][0xd9][0x8d]Q[0xfe]1*[0xf2]/T[0x12][0x9]y_>%[0xe4][0xb1][0x81]|^[0x9e][0x9a][0xef][0x19][0xfe][0xc][0xe3][0x18]X%>=A[0x9a]c[0xd9]R[0xae]l Y~[0x86]Ty|[0x3][0x89][0xf2]s[0xa4]+[0xcf][0xb9][0xa9][\r][0xd0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4]3^[0xb]H[0x1][0x94]A[0x1f]e[0xb1][0x9f]4[0x1c][0xa5]>[0x8c][0xb0][0xfd]0[0xfb][0x5]t[0x14][0xa7][0x0]u[0x1a]S6[0x92][0xc1][0x88][0xb][0xfd][0xc1]w)T[0xa9][0xfc][0x8f]tr[0xbd][0xd2]A[0xb6][0xa0]u[0xd0][0xf7][0xa7][0xba][0xfd][0x7]m[0xb6][0xfc]/[0xf][0x4]>[0x18]S[0xeb][0xaa][0xf])|[0x92][0xbb][0x2][\r] E[0x83][0xc8][0xd0][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0x8c]"[0x1d][0xc7][0x10][0x8d][0xe0][0xc][0x9d]@[0x89][0xc6][0x14][0x91][0xd1][0xa8]D[0x97]H[0x5]g`0[0x1][0xce]@[0x89]m[0x9][0x94][0xd9][0x9a]C2[0xd3][0xff][0x16][0xc5],[0xfb]I[0xc6]6[0xa6]x[0x81]w[0xe2]]++[0x16][0xb9][0xf5]n[0xe3][0x19][0xb1]SU[0xd5][0xd0][0xa3][0x98][0xb8][0x6][0xc9][0xd8][0xc6][0xf9]s\]|[0xc6]K[0xec]{[0xfc][0xc]z[0xa1][0xbf][0x83][0xfd][0x11][0xd6][0x81]B>:S[0x7][0x7][0xb][0x5]>wp[0xe8][0xef][0x1e][0xfc][0xc9]-[0xf8]F[0x84][0x9f][0xd7]0[0x81][0xf3]1~5[0xe6][0x97][0x16][0xcc][0x9e]d[0xbc][0xd9][0x92][0x9c][0xe6]V[0xa2][0xe4][0x8b][0xb8][0xd4]MNt[0x93][0xe9][0xaf][0xbd][0x93][0xd9][0xff][0x85]Z[0xbf]d[0xf5]E3[0xfe][0xe][0xf0]?[0xdb][0x9]$[0xde][0x3]PK[0x7][0x8][0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/net/ConnectionCache.class[0x9d]WktTW[0x19][0xdd]wr[0x93][0x1b]&7d[0x8][0x9]$)[0x84][0xf0][0x8]Nf&[0x9d][0xf0][0xb0][0xb6]!R[0xda][0x1]J[0xc2]LP[0x12][0x88]C[0xb5][0xf4]frM[0x6][0xe6][0x91][0xde][0x99][0x1]R[0xd1][0xaa][0xd5]j[0xad][0xb5][0xf6][0xa5][0x5][0x11][0xeb][0x13][0x1f]P[0x9][0x90][0x4]H[*[0xd1][0xa2][0x88][0xae][0xea]/[0xb8]\.u[0xf9][0xcb][0xe5][0xf2][0xf1][0xcf]E[0xc5]}[0xce][0xdc]L&O[0x82]Y+[0xe7][0xf9][0x9d][0xf3][0xed][0xef][0xb5][0xcf][0x9d][0xeb][0xff][0xbd][0xfc]&[0x80][\r][0xf8][0xd5][0x2]4[0xe1]cN[0xf8]qT[0xc3][0xc7][0x9d]([0xc0]Q[0xb1][0xf2][0x9][\r]O8Q[0x94][0x9d]|[0xb2][0x10][0xf2]/[0xd3]$f[0x9f][0x12]B[0x9f][0xd6][0xf0][0xa4][0x13][0xa5][0xf8][0x8c]h>+V[0x9e][0x12]{[0x9f][0xd3][0xf0][0xf9]b<[0xed]D9[0xbe] [0x9a]gD[0xf3]E'w[0x9e][0xd5][0xf0]%![0xf1]\[0x9][0xbe][0x8c][0xe7]5[0xbc][0xe0][0xc4][0x8b]xI[0x1c]|[0xb9][0x4]_[0xc1]WK[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0x89][0xe6][0xb8][0xb8][0xf1]kB[0xf4][0x84][0x0][0xf0][0x94]X[0xfb][0xba][0x90];i[0xa3]x[0x8f]K[0xa0][0xfd][0x86][0x86]W[0x9d]h[0xc0]7[0xc5][0xe4][[0x1a][0xbe][0xed][0x84][0xf]GE[0xf3][0x1d][\r][0xdf][0xd5][0xf0]=[0xa1][0x94]&[0x9d][0xd2][0xf0]}[0x5][0x85][0xdb][0x12]ik@[0x81][0xde][0x9a]H[0x98]V f[0xa4]Rf[0x8a][0xcb][[0xf7][0x84]Ba[0x5][0xe5][0xc1][0x3][0xc6]![0xc3][0x1f]3[0x12][0xbd][0xfe]][0xdd][0x7][0xcc]Hz[0x93][0x2]g|4[0x91]J[0x1b][0x89][0x88][0xa9]`E0i[0xf5][0xfa][0x93][0xfd][0xa9][0x8d][0x7][0xfc][0x9]3[0xed][0xf]$yQ$[0x1d]M&[0x2]F[0xa4][0xcf][0xa4]xI|[0x9f]a[0xf5]t[0xa4][0x93][0x16][0xe5][0x17]go[0xcc][0xa4][0xa3]1[0xff][0xe]#[0xd5][0x17]2[0xfa])[0xb3][0xa0]#[0xda][0x9b]0[0xd2][0x19]![0x11][0x9c].[0xd1]2[0x1d][0xc6][0xdc]j[0xd7]H[0xb3]6m[0xce][0xaa]?l[0x1a][0x7]m[0xf5]K[0xf3].[0xef][0xe2][0xf2][0x4][0x84][0xc0][0xcc];[0xb6]j[0xa1]c[0xcf][0xee][0xe0][0x84][0x9a]M[0xd3]![0x9]mz|:[0x1a]7;[0x93][0xc1][0xe8]![0xaa]S[0xda][0x14][0x14]s[0xa9][0xcf]2[0x8d][0x9e][0xc9][0xee][0xec][0x94]k#[0xd5]n[0x1e][0xa1]k[0xd4][0x84][0xec]*[0xdc]s[0xa6][0xd1]:[0x91]F[0xee]y[0xa6]Q[0x9b]|[0x16][0xe2]I[0xf1]e[0xa4][0xa6][0xa2][0x8f][0x9b][0xd2][0xa8]VN[0xe][0x1b]Q[0xa1][0xd2][0xdd]&[0xfc]1[0xef]'[0xcc]vl[0xab]8Td>[0x96]1b[0xf4]K[0xe5]L[0x95] [0xde]Y[0xa3][0xa7][0x7][0xeb][0xf8][0xed][0xeb][0x87][0x3][0xeb][0xf9][0x81][0xaf][0xa1]F[0xf0][0x7]?[0x9c][0x9d][0x82]>[0xd9];[0x4][0xd1]BA[0x8b][0x1c][0xbf][0x9f][0xff][0xe4][0xd6][0xdc]|[0xb][0xff]I[0xd3]rL[0xbe][0x94]=I[0x8d]}[0x9]G[0xe4]nJ[0xb6]r[0xf6]a~[0x92]+[0xec]WyF[0xe0][0xf0][0x8c][0xa2] <[0x2]u[0x8][0x85][0x1c][0x16]q[0xa8][\r][0xa1][0xd8]S[0x81][0x5]CP[0x6][0xe5][0x1d]ml[0x97]@|[0xc3]o[0x81]J[\r]e[0xd4]QC[\r]+[0xa9]c'W[0xf5][0xec]m[0x8]J[0x8c][0xb][0x10]B[0xbb][0xad]i[0x99][0xdc][0x1][0xd4]s(9[0xcb]^[0x91]w[0x15][0xc9][0xd5][0x10][0xdb]][0xf8][0x80]-y[0x81]z[0x84][0x86][0xb5][0x9e]p[0xe8][0xaa][0xe7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbd][0xc3][0xd0][0xdf]Bi{[0xe3]5h[0x8a]o[0xec]l[0xe3]E,d[0xd7][0xac][0xfa][0xc6][0xaa][0xd5]+[0xb4]@[0xc5]R[0xac][0xe0][0x89]*[0xd4][0xca]~[0x5]V[0xcb][0xbe]@[0xea][0xa8][0xa1][0x16][0xf0][0xe9]P[0xf1]0\[0xb4][0xb8][0x2][0x8f]P[0xf2]QJ[0x18][0x12]s[0x1d][0xe5]\[0xb4][0xe4][0x83][0xd8][0xcd][0x11][0xf5][0xda][0xe8][0xc5][0xa8][0x83]>W[0xd0][0xc9]q-[0x1c][0xef][0xa2]J[0xc3][0x1e][\r]{o[0xf1][0xc6][0x2][\r]]r[0xb6][0x7][0x8a][0x86][0xf]Q*[0x8c]}[0xb6][0x5][0xbf]#~[0xa1]s[0xa7]'[0xdc]~u[0x14][0xa5]a[0x8f]o[0x4]e[0xcd][0xaa]4[0xa6]Z[0x1d][0x86][0xab][0x8b][0xc3]E[0xd7]PG?[0x97][0x87]=[0xe5][0x8b]GP1[0x84]Eb[0x91][0xbb][0x95][0xa2][0x1f][0xc6][0x92][0xc6][0xb1]Sp6[0x17]6[0x8e]U[0x17]^[0x19][0xa4]ST:=[0xc0]k[0x3][0xc]` g[0xde]Z[0xba][0x19][0x88]q7A#[0x92]4[0xb7][0x9f][0xe1][0xb0][0x98]:)[0x82]O3-[0xe]Q[0xee][0xb0]4[0xd5]C[0xa9]2[0xee][0x8]SU[0x1]0g[0xea]N[0xdb]T1z[0x98]NrH[0xa3][0xcb]Pp[0x13][0x9b]i[0xe3]V[0x9a][0xf8][0x1f][0x19][0xad][0x8f][0x8c][0xe7][0x8e]RI[0x0][0xc2]_m[0x9e]p[0xf0]*[0xf3]g[0xe9]1[0x14]{[0x9][0xb9]E4[0xc5]![0xef][0x98][0xef][0xca][0xa9][[\r][0xd2][0x98][0xea][0xb7][0xb1]Pt[0x1e][0xef]%[0xd4][0x14][0xe0][0xd4][0xad]wf\[0xbd]<[0xc8]x[0x81]k[0xe2][0xae]z[0xbb][0x9c][0x19][0xf6][0xd2]Q4[0x84]=[0xea][0x8][0x1d]GZ+Jo[0x14]>Ruc[0xc8][0x97]E{w[0x97][0xcf];v[0xb6][0xdd]K[0x88]R[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5][0x94][0xac][0xa6]S[0xab][0xa5][0xd5][0x13][0x14][0xfe]w[0xce][0xfe][0xc1][0x18][0xfe][0x93]V[0xfc][0x8b][0xbb][0xff][0xce][0xa1][0xd2][0x99]C[0xfd]xL[0xe2][0xab][0xb5][0xf1]Y6[0xbd]g[0xf7]R6C[0x94]C[0xb9][0xc5][0xa3][0x8e],[0x1b]f[0xa9]0[0xfb][0x4][0xa5]][0xc5][0xc8][0x90]{[0xb2][0xbe][0x15][0xf][0x99]([0xa3]B[0x82]T[0xce][0xe4][0xde][0x92]"[0xfb][0xbd][0x98]x;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "IUB]1[0x8e][0xe4]^[0xa9][0xf7]J [0xe4][0x82]Q[0xf8]i[0xaa][0xe3][0xe8]L[0x1f][0xfa][0xc2][0x83][0xce]H[0x98][0x91][0x19]}[0xf7][0xaf][0xf8][0x3][0x9c]q[0x1c][0xe3][0xb7]w.P[0xcb][0xf8][0xb2]n{[0xed][0xb5][0xbe][0xf5][0xad]}[0x92][0xdf][0xff][0xf9][0xe5]W[0x0]7[0xf0]Y[0x4][0xd3]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0x8e][0xb7]t[0xbc][0xed][0xfb][0xaa][0xdd]nK[0xe7][0x1d])nE([0x96][0xa5]xW[0xc7][0x8a][0x8e][0xd5][0x8]"X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "aM[0xea][0xf7][0xa4][0xc8][0x86]p[[0xea][0xf7]#[0x8]#[0xa7]c=[0x2][0x3]y)[0xee][0xe8][0xd8][0x8][0xe1][0x83][0x10][0xee][0x86]P[0x8][0xe1]^[0x8][0x1f][0xea][0xd8][0xd4][0xf1][0x91]@[0xb0][0xb6]{[0xe0]:5[0x1][0x91][0x15][0xf0][0xd7]v=G@g[0xcc]i[0xda][0xfb]<][0xb4]l[0xcb][[0x12][0x8]$[0xb3][0xd9][0xd4]&3[0x96][0x9d]}S`8g[0xd9]f[0xbe]Y[0xdb]3[0xdd]{[0xa5][0xbd]*#F[0xce])[0x97][0xaa][0x9b]%[0xd7][0x92]~7[0xe8][0xf7]>[0xb7][0x1a][0x2]S9[0xc7][0xad]d[0x9c]z[0xe3][0xe6]a[0xc6]6[0xbd][0xcc][0xaa]k[0x9a][0x1b][0x8e][0xeb]-0[0xa3][0xd3]\Sm+[0xa6]'[0xc3][0x2][0xbe]d[0x8a]h[0x6][0xb]^[0xa9]|[0xbd]T[0xef]V[0xb][0x1d]X[0xf6][0xbe][0xbc]K[0xb0][0x16][0xb1]Y[0x8d][0x8e][0xe3]OfS[T[\r][0xa7]|_`2wXzPR}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa6][0xfb][0xc0]t[0xb][0xc][0x9b][0xb2][0x97]`[0xee]D[0xe7][0xb4]Z[0xb2]+[0x99][0x95]/[0xca]f[0xdd][0xb3][0x1c][[0xe2][0xa8][0xb3]1Yb[0x17][0xcf])x[0xae]eW[0x4][0xc6][0x93][0xa9]s[0xe9][0x9d][0xe8][0x2][0x99]W[0xdc]},[0x10])8M[0xb7]l[0xae]Z[0x12][0xdd]`o[0xaa][0xeb][0xf2]J[0x14]O[0xa1][0x18][0xc5][0x15][0xcc][0x8][0x8c][0x9e][0xd5][0xc8][0xda][0x9e]Y1[0xdd]([0xae]b&[0x8a][0x84][0x14]s[0xb8][0x16]E[0x6]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "\>[0xcb][0xbb][0xdb][0xb4]=[0xab]f[0xf6][0x11]r[0xac][0xff][0x2][0xb9][0xd5][0xb4][0xaa][0xfb][0xa6]+[0x10][0xcb];[0x89][0x3][0xf6]N[0xc8][0x11][0x12][0x96][0x9d]p[0x99]d&[0xa2][0xd8][0xc2][0xb6][0x14][0x9f]p[0xf2][0xf9](^[0xc3][0xeb][0x12][0xd4][0xe]9[0xb8][0x90] y[0xf8]i[0x14][0xbb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8c]]@[0x92]@[0xb8]7[0xe1]6[0x17]6[0x9b][0xa0][0xd8][0xa1][0x8]w[0x1f][0xcb]<[0xed][0x1][0xdb][0xb1][0x13][0xfd][0xc7][0x13][0xbb]x[0xeb][0x2]#g[0xe5][0xef][0xec][0x1d][0x9a][0xe5][0xc7]C=[0xf6][0xf9][0x8][0xf8][0xe0][0x82][0xa5]z[0xdd][0x94][0xd5][0xe6][0x92]O[0xee][0xe2][0xc9][0xf5]tY[0xe1]F[0xa7][0xf9]*[0xfe][0xe7]x[0xe2][0xa2]r[0x9b][0x9d][0xc7]D[0x15](W[0x9d][0x86]IJ[0xe2][0xfc]"[0x1][0x1f]4[0xb9]KZ[0x9a]\[0x9d][0xd2][0x9][0xa5][0x3][0x10][0xcc]z[0x9a][0xf2][0x19]zM[0xc6]}[0xd4]W[0xd3]'[0x10]i[0xdf]1[0xb4][0xb4][0xe1]?F [0xad][0x1d]#[0x98][0x8e]K[0x9a][0xee]O[0xaa][0xc0][0xb3][0x94]3[0xd0])g[0xe1][0xe7][0xf5]0#[0xc3]x[0xe][0xe3]|[0x13][0x97]p[0x9d]g[0x19]z`#U[0x12][0xcf][0xe3][0x5]@YI[0x9e][0x9]e[0xa5]hi[0xb4][0xd3][0xb8][0xd6][0x85][0xb0][0xa1]|`"[0xfd]3[0x82][0xda][0xf][0x18]H[0x13][0x8b].[0xdb][0xd3]?R[0xb3][0xc8][0xc6]C[0xaa][0xe8][0xab]D[0xc0]]P[0xfd][0xa2][0xb8][0xab][0xe9]'[0x7][0xb4]T[0xc1][0xc1][0xea][0xbc]9[0x9][0xeb]C[0x9f]7[0xd3]Z[0xce]ru[0xd2][0x98][0xe2][0x83][0x4][0x99][0x83][0xde][0xa4][0xc6][0x91][0xd4]+[0xa1]BO[0x92][0xe2]l[0xda][0xe2][0x8b][0x82][0xb][0x12]V|N[0xc1][0xee][0xac]i[0x8d][0x1b]i[0xea][0xa9]L9dV[0x8a]2[0x9b][0x8][0xab][0xc8]b<[0x1e][0xe3]4[0x11]-[0xcd]/6[0x9d]Ht[0xff][0x9e])[0xdd]H[0x15]\[0xa8][0xd4][0xdd])[0x9]M[0xde][0xdb])[0xcf][0xc9]L[0xc6][0x8a]p[0x19][0x1d]u[0x8d])[0x97]"[0xeb][0xf3]K3[0x86][0x9e]M[0x9b][0xee]t[0xa4][0xdf][0x98][0x1e][0xd0]l-aL2>[0xa5][0xba]B[0xf3][0x4][0x7][0x9d]xVO[0xf6]X[0x9][0x87][0x8f][0xc9][0xc9]RQ[0x9f]`X[0xc6]O[0xbc]l[0x15][0xd9][0xc7][0xc8][0x14]PG[0xed]T[0xd6][0xa5][0x86]6Y$[0xb2][0xc0]~[0xf7][0xe1][0xd6][0xa2][0x1f]E9*[0xac][0x9b]+'a[0x89][0xa6][0xb]s=[0xf6]t[0xaf][0x91]v[0xcd][0x9][0x91]H[0xe4]A:[0xcc][0xf0][0xce]"[0xc9][0x14][0xcd][0xee]u[0xdd][0xd4]^C#[0x9d][0x9c]l^8[0xd9][0x98][0xf5][0x81][0xb8][0x93]M[0xeb]F[0x9f])b[0xbe][0xe8]V[0xfa]v[0x88][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6]a[0xbb][0x84][0x95][0xc][0x9d]ZL"U[0xd7]l[0xdb]q[0xd5]1C[0xb5][0xb3][0x96]%[0xe3]u[0x5]?[0xc5][0xcf][0xe8][0xbf][0x82]7[0xf0][0xa6][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~[0x8e]_([0xd8][0x83]>[0x19][0xbf]T[0xf0]+[0xf4][0x11]j@[0x2]d[0xbc][0xa5][0xe0][0xd7]x[0x9b][0x86]DE[0x90][0xc9][0xb3][0x85][0x82]h\ [0x1b][0x98]T[0xbb][0xb5][0x8c][0xa9][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xde][0xc1]%[0x5][0x97][0x85][0xe2][0xdf][0xe0]][0x5][0xbf][0xc5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa2]`[0x6][0xef][0xcb][0xb8][0xaa][0xe0][0x1a]>[0x10]R[0x1f]JXU[0xd4][0x16][0xb5],#[0xa1]Y[0xcc]m[0xd7][0x98]eJ[0xc2][0xc6][\r][0xeb]6[0xa8]FF[0xd7]R[0x86]:[0x99][0xcd]x[0xde]L8[0x96][0xe5][0x9c]1[0xc6][0xd5][0xb1]i[0xd5]=[0xe3][0xa8]Lbu[0xdc]L[0x98]nF[0x10][0xf1][0x11]sv[0x96][0xc6]}Zz[0xe][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xe3]M[0x5]7pS[0xc1][0xef][0x4]g[0x8b][0xcb]$(3[0xb3][0x88]k([0xcb][0xed]`[0xb2][0x14][0xd2][0x86]^'k[0x8d][0xab][0x82][0xda]B[0x14]KI[0x9f]p[0xd2][0xea][0xde][0xe1][0xe1][0x3][0xf1][0xe][0x1][0xe6][0xf7][0x12][0xd4][0xb9]I."[0x9e][0x99][0x83][0x89][0xe5]0[0x1c][0x8b][0xcb][0xf8][0x83][0x82]?[0xe2][0xe3][0x82][0xf1][0xe2][0x82][0xe1]4[0xdd][0xce][0xa7]>Yn[0x9d][0xbb][0x8b][0xf5]XVI[0xa2]eJe[0x15]|[0x82]?)[0xf8]3>U[0xf0][0x17][0xfc]U[0xc2][0xda];)(&[0xff][0x9d][0x95][0x93][0x82][0xfb][0xb1]S[0x81][0x8e]q[0x5][0xf][0x8b][0xd1][0xdf][0xf0][0xf7][[0xc4][0x9]d[0xc2][0xcf]yn[0x6][0xc4][0x86][0xb8][0xb1]'A{[0x12][0xac][0x1][0xe7][0xac]iYZ[0xa4][0xab]c[0x93][0x1a][0x1a]1[0xed]q[0xe7]LF[0x1d][0x1c]V[0xb7]utv[0xab]#[0xfb]G[0xb6]mmU{R)[0xcb][0x18]1[0xc6][0xfa]M7[0xd2][0xb5]e{Gg[0xa7][0x1a][0xea][0xdf];<[0x10]kW-[0xf3][0xa4][0xa1]>d[0xe8]'[0x9d]V[0xb5]7[0x99]v&[0x8d][0xc8][0xe6]-[0x1d][0x9b]::7o[0xef][0xec][0xb8][0xb7]K[0x8d]k[0x13][0xec][0x3][0x85]U[0x12][0x96][0x95][0xdf][0xfd]%4[0x14]C[0xbd][0xec][0x4][0xa1]R[0xb6]|[0x15][0x92][0xc1][0xa2][0x12]o[0xc1] [0xcb][0xaa]'[0x9d][0xc8][0xce]c[0xb0][0xfe][0xb4]f[0x99][0xe3][0x8c][0xc7][0xa0][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0xa6]L[0xe9][0xce][0x9c]7[0xd3]]f[0xaf]f[0x95]W'[0xc][0x97]V[0x89]+[0xd4]:sQJ[0x9f]%[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd1][0xd9][0x16][0xb3]$Tv[0xab]o[0x9e][0xeb][0xf7][0xee][0x92][0x96]#j[0xd6][0xb0][0xf3][0xad][0xa3]a[0xfe]RF[0x8b][0xb9]mi[0xba][0xd1]#[0x1c][0xf8]B[0x99][0xd6]r[0xa7][0xcd]FK[0xa5][0xc][0x9b][0x9d]d[0xe3][0x1d][0xb5][0xa7]bw[0xf1][0xbb][0xce]-,[0xc1][0x8c][0xe1][0xe][0x19][0xa7][0xb2]F[0xc6]=[0x90]vR[0xcc][0xf8][0xe9]y[0xa4].[0x8c]I[0x90]j[0x19]v[0xc2]Mz[0xe7][0x87]([0x1f]u[0xb6][0xbc][0x1e][0x6][0xda][0x17][0x8a][0xb6][0xb2][0xef][0xd5]d[0xb2]c[0x99][0x82][0xa5]e[0xa1]h[0xb4][0xac][0x1b]w[0x95]lU[0xec]Q^1[0xfa]Y[0xfc][0x19][0xb6][0xe][0x91]3e[0xc0]D[0x85][0xb1][0x96]P[0xef][0xed][0x9c]\Z[0x8e][0x14]B^[0xc4][0xe0]r[0xf3][0x12][0xbb][0xbd][0x17][0xec]:zm[0x97][0xe6]bS[0xe8]6'[0x10][0xb9][0xb0]!I[0x8][0xdf][0x9e][0xa4]aV[0xce][0x19]q[0x8c][0xf0][0x8c]._[0xa8][0x1f][0xe7][0x93]-jg\[0xcd][0xd6][0x99].[0x1d][0xb][0x86]r[0x81]n[0xee][0x13][0x7]8[0x9]#[0xa1]#[0xf3][0xa4]fw[0xa1]t[0xf7][0xfc]W[0xa5][0x9b]Y[0xf7][0xbc]&[0x1f][0x17][0x3]cH[0xe3][0xae]1[0xe9]Ao [0xbe][0xb8][0xa3][0x9f]4[0xdc]>Mw[0x9d]4[0xf3]cM[0xa8][0xc][0xa4]92[0x4][0xb6][0x98][0x99]5Z[0xc2]=[0xa1][0xff][0xb7]R[0xd8][0xac][0xf3]8)974[0x86][0xca][0x1f][0x14][0xb0][0x9a]g[0xdb].[0x88][0xbf]jT[0x88]f[\r][0x96][0x94]wpg[0xc3][0xe5][0xbd]*|[0x5][0xd2]e[0xe]*p/[0xaf][0x1][0xde][0x81][0x8]|[0xe8][0xc4][0xe][0x8e][0x94][0xbc][0x10][0xba]q[0x1f][0xef]5b[0xe7]-(x[0x83]2[0x95][0xbc]?[0x18][0xe]V[0xcc][0xa0]2[0x9c][0x83]/[0x87][0xaa][0x8f][0xd1]U[0x18][0xcd][0xa0]:[0xd6]6[0x3]y[0xa0]=[0xe8][0xf][0xd6][0xe4][0x10][0x18][0x8][0x7]k[0xaf]A[0x19][0xbd][0x82]E[0xc1][0xba][0x1c][0xea][0xdb][0xf9][0xcb][0xa1]![0x87][0xbb][0xc2][0x97][0xa8][0xa7][0xd2][0xb3]7[0xf][0x0][0xa0][0xad]jZj@[0xf][0x9a][0xd1][0xb][0x95][0xc7][0x84]V[0xf4]a7[0xf6]z[0x98]T[0xca]6c[0x3][0x1e][0xc0].bQy[0xa2][0xef][0xe1]H[0xe0]~[0x90]2[0xbd][0xde]]`[0x96][0xfe][0xc5][0xc7][0x1a]q[0xc6][0xc8]C[0x96][0xd6][0x11]r5_Y[0xe1]OP%]*[0x80][0x89]U[0xde][0xdf]B[0xcc][0xc1][0xd7]1[0x14]n[0xc9]a[0xf1][0xce][0x95][\r][0xeb]^[0xc3][0x8e][0x96][0xaa][0xe3][0xf9][0xd9][0xf5][0xe1][0x16][0xdf][0xf1][0x96][0xea][0xe3]9,[0xd9][0xe1][[0xe1]kh[0x98][0xc1][0xd2][0xf3][0xdb][0xaa][0xda][0x96]V[0xe5][0xb0]l[0xe4]\E[0xe5]E,[0xbb][0x86][0xc6][0xd1][0xe0][0xf2]+Xq[0xbd]me~V[0xba][0xf8][0xd9][mt[0xaf][0xe8][0xda]>[0x4]y[0x1d]&[0x86]CD[0xf1][0x8][0xea]0J[0x17][0xf]c9[0x8e][0xd2][0xed]cX[0x8b]/[0xa1][0x3][0x1a]][0x1c][0xa3][0x3]:[0xfa]1[0x8e]A[0x18]lqI[0x1c][0xe1][0xe7][0x8e][0x6][0x9b]3)$p[0xca][0xa3]a'[0xb5][0xec][0xc0][0x12]I[0xf9]g[0xb8][0xea])[0xe6][0xc6][0xd3][0xd8][0x88]g[0xb9][0xea]9[0x92][0xf5]<]?[0xcf][0xf5][0xaf]P[0xd3][0xb][0xa4][0xfc]Ejz[0x89][0x9f][0xad]/[0xf3]{[0xf3][0xd5]YR[0xd7][0xa0][0x16]C[0x88][0x93][0xa2][0x1d][0xfc][0xa4][0x1c][0xc6]A[0x8e][0x8e]ys[0x87]82[0xbd][0xd1][0x88][0x97]o[0xa7][0xb][0xf9][0xe6]gh[0x1e][0xe1]H[0xf2]HmA[0xd5]g4^!c[0x94][0xff][0x90]d[0x1c][0xae][0xe5][0xd9][0xff]H[0xbf][0x8c][0xa3][0xb5]d[0xf7][0x18][0x83]Q[0xe1][0xd5][0xd0][0xa3]\![0xd8][0x15][0xf9][0xd7]2[0xd0]>[0x83][0x8d]#[0xbc]t4_[0x80][0x9f][0xf7][0xc8][0x8])[0xda]TL[0xa0]&/y[0xdf]f[0x88][0xdf]a[0xb0]/1[0xa8][0x97][0xe9][0xfd][0xbb][0xfc],~o[0xb6].[0x84][0xf5]~&[0x12][0xbc][0xd1]q&[0x8d]D[0xf9]F[0xf]]>[0xe4]~0[0xd4][0x8d][0x2][0xd8][0x18][0x9f]||7[0xb5][0xf1]0U[0xa8][0xeb]~j[0x11]5[0xdf][0x10][0xbe][0x89][0xce][0xb][0xa8][\r][0x7]7[0x7][0xb7][0xb0]H/[0xcf][0xe2][0xa8][0xf3][0xec][0xbc][0xcf][0xcc][0xb8]J[0xbe]?([0xd9]'[0x1a]<;[0xf9][0xfa][0xa3][0x96]zN[0x1a][0xde][0xd6]2[0xf1]?PK[0x7][0x8][0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/spi/NoServiceProviderException.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86][0x93][0xcb][0x94](\K([0x14]JH[0xa5][0xa2]tR1[0x95][0xda][0x1d][0x88][\r]P)([0xa0][0x8a]@[0xf6]f[0xb0][0x12]G[0xc9]8[0xb2]g[0x2][0xaf][0xd3]G[0xe8]*[0x12][0x8b]>@_[0xa0][0xab][0xbe]J[0xd5]cgD[0xab][0x90]Hh[0xa4][0xdf][0xc7][0x9e][0xff]|[0xe7][0xf8][0xf2][0xf3][0xcf][0xc3][0xf][0x0][0x9f][0xf0][0xb6][0x80]<[0xb6][0xad][0xbc][0xb1][0xb2]c[0xa5][0xec]a[0xd7]C[0x85]a[0xd9][0x8]-y[0xaf]%[0xb4][0x91]*[0xba][0xae][0x9f]0[0xb0]3[0x86][0x85]c[0x15][0x99][0x98]Gq[0x8b][0xf7][0x12][0x91][0xfb]}~[0xc8][0xbf][0xa9][0xfa]/[0x86][0xfc][0xa1][0x8c]d|[0xc4][0x90][0xa9][0xbe]o1d[0x8f][0xd5][0xad]`Xj[0xc8]H\$[0xfd][0x1b][0xa1][0xaf][0xf8]M[0x8f]VV[0x1b]*$,'8[0xcd][0xd3][0xc5]l[0xdc][0x91][0x86][0xc1]o([0xdd][0xe][0xd4][0xc0]|[0xee][0x6]f [0x83][0xb][0xd5][0x14]z(C[0xf1]U[0xab][0xa1][0xbc][0x15][0xfa][0xf4]>[0x14][0x83][0x98][0xfa]9`(U[0x1b]]>[0xe4]A[0x8f]G[0xed][0xa0][0x19]k[0x19][0xb5][0xf]le[0xaf]/[0x8c][0xe1]mW[0xea][0x89][0x81]jLI[0xfb]o[0xe5][0xaa][0xa3][0xd5][0x9d]m[0xca][0xb1]r!O[0xc][0x91]JS[0x1d][0xc][0x1b][0xd5][0x99][0xa9][0x85][0xa6]Jt([0xbe]H[0xbb][0xbf][0xf2][0xec][0x9d][0xec][@[0x11]E,Xyie[0xdd][0xca]&C[0xf5][0xb9][0xa7][0xc1][0xf0][0xfa]_[0x1b][0x97]I[0x14][0xcb][0xbe]x[0xfc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "rt[0xb1][0x0][0xb9][0xe0][0xe1][0x5][0x8d][0xf3]4[0x9b]C[0x1]Y[0x8a][0xa9]0[0xe9][0xa2]{[0x10]t[0xc5]4[0xe6][0xfc][0x11][0xd8]wgY"-[0xd0][0x8][0x94][0xc9]\[0xc1]2E[0xc5][0xb1][0x9]+XuPj:[0x5][0x1c][0x91][0xd3]z[0xf3]~m[0x84][0xb9]I[0xc2];[0xca][0xd9]s[0x84][0xf5][0xb1]+%[0xd8]h[\r]%W[0x9c][0xf6][0x9e][0xb2][0xea][0xc8][0xd0][0x7]x~[0xed][0xc3][0x8][0x99]I[0x98]OI5[0x7][0xdb][0x1d][0xdb][0x1e]a^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3][0xd1]+l[0x90][0xdb]b7[0xa7][0xb5][0x98][0x9d][0xa4][0x6][0xd4][0xe2][0xc7][0x19]-Z[0x16]sghs[0xb6][0xfe][0x2]PK[0x7][0x8]21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.class[0x95][0x92][0xdf]N[0x13]A[0x18][0xc5][0xcf][0xd0]?[0x8b]M[0x81]R,[0x82][0x80][0x16].[0xb0][0xb6][0xc4][0x95][0xe8][0x1d][0x84][0x1b][0xd4][0xa4][0xa6][0x10]c[0xa1][0xf7][0xc3]2)[0xd3][0xb4]3uf[0xb7][0xfa]:>[0x82]WM[0xbc][0xf0][0x1]|[0x1][0xaf]|[0x15][0xc3]7[0xd3][\r][0x98]Zb[0xc8]&g[0xbe][0x99]=[0xdf]o[0xce][0xcc][0xee][0xcf]?[0xdf][0x0]x[0x85][0x9d][0x2][0xf2][0xd8]t[0xb2][0xe5][0xe4][0x89][0x93][0xa7][0x1][0xaa][0x1][0xb6][0x19]JV[0x18][0xc9][0xfb][0x1d]a[0xac][0xd4][0xea][0xbc][0xf9][0x86][0x81][0xbd]gX8[0xd6][0xca][0xc6]\[0xc5][0x1d][0xde]OD[0xee][0xf7][0xc9]![0xff][0xaa][0x9b][0xbf][0x18][0xf2][0x87]R[0xc9][0xf8][0x88]!S{[0xde]a[0xc8][0x1e][0xeb]K[0xc1][0xb0][0xd4][0x92]J[0x9c]&[0x83][0xb]a[0xce][0xf8]E[0x9f]V[0xca]-[0x1d][0x11][0x96][0x13][0x9c][0xe6][0xe9]b6[0xbe][0x92][0x96]a[0xbf][0xa5]M7[0xd4]C[0xfb][0xba][0x17][0xda][0xa1][0xc]Oic%?%[0xa2]-[0xcc]HF[0xe2][0x83][0xd1]#y)[0xcc][0xdb]/[0x91][0x18][0xc6][0x14][0xeb][0x80][0xa1]Rk[0xf5][0xf8][0x88][0x87]}[0xae][0xba]a;6Ru[0xf]\[0x80]` [0xac][0xe5]][0xbf][0xe3]?[0x6][0x86][0xfa][0x8c][0xb6][0xbf]V[0xce][0xae][0x8c][0xfe][0xec][0xb2]yV.[0xe2][0x89]%Re[0xa6][0x83]a[0xad]vgk[0xa1][0xad][0x13][0x13][0x89]w[0xd2][0x1d]s[0xf7][0xbf][0x7]z[0xe1]8E[0x14][0xb1][0xe0]d[0xc5][0xc9][0xaa][0x93]u[0x86][0xf0][0x9e]w[0xc3][0xf0][0xf8]6[0xd4][0xc7]D[0xc5]r n^b[0x1b]9[0xfa][0xda][0x0][0xb9][0x10]`[0x9e][0xc6][0x7]4[0x9b]C[0x1]Y[0xaa]i[0xd2]E[0xff][0x97][0xd0]w[0xa7]1W[0x1f][0x83]}[0xf3][0x96]%[0xd2][0x2][0x8d]@[0x95][0xcc];(QU[0x9c][0x98][0xb0][0x8c][0xb2][0x87]R[0xf6][0x14]pDN[0xe7][0xcd][0xd7][0x1b]c[0xcc]M[0x13]v[0xa9][0xe7][0x99]'[0xac]N\)[0xc1]U[0xf]Q[0xf1][0x9b][0xd3][0x15][0xa4][0xac]&2[0xf4][0x0]A[0xbd][0xb1]7Ff[0x1a][0xd6][0xa0][0xa6]=[0xf][0xab]Nl7[0xb0] [0x85][0xb9][0xea][0x11][0xd6][0xc8][0xed][0xb0][0xeb][0xb3]"f[0xa7][0xa9]/)[0xe2][0xfe][0x1d][0x11][0x1d][0x8b][0xf9];t=[0x1b][0xd7]PK[0x7][0x8]"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/spi/SafeServiceLoader.class[0x8d]W[0xfb]{[0x14][0xd5][0x19]~g[0xb3][0x9b][0xd9][0xcb][0x84]`B[0x2][0xab][0x2][0xa2]H[0x96]M[0xe2]J[0xa1]V[0x97]4[0x96]K[0x80][0xd4]d[0x13][0x93][0x10][0xc][0x8a]u[0xd8]L[0xc2][0xc0]fg;;[0xb][0xa4][0xf4][0xa6]R[0xb5]Z[0xc5][0xb6][0xa8][0x5][0xdb][0xda]ZmZ[0xe9][0x5]D[0x93]FZ[0xb0]7Z[0xed][0xbd]H[0xee][0xe3][0xd3]G[0xfa][0x9e]3[0xb3][0x9b][0xdd][0xcd][0xe6][0x81][0x1f][0xf6][0xcc][0x99][0xef][0xfb][0xce]w}[0xbf][0xef][0xcc]~[0xf8][0xf1]{[0x97][0x1]l[0xc6][0xbf][0xc3][0xe8][0xc4]t[0x8][0x1d][0xf8][0x82][0x8a][0x13]a[0xd4]aZ[0xc5][0x17][0xc3][0x8]`:[0x88]/[0x89][0xe7][0x97][0xc5][0xf2][0x95]0[0xbe][0x8a][0xc7]#x[0x2]O[0x8a][0xe5][0xa4][0x8a][0xaf][0x85]y[0xe6][0xa9][0x8][0x9e][0xc6]3[0x11]|[0x1d][0xcf][0x8a][0xe5]9[0x15][0xdf][0x10][0xe4][0xe7][0xc3]x[0x1][0xa7][0x4][0xef]E[0x15][0xdf]T[0xf1][0xad]0V[0xe2][0xdb]*N[0xab]xI(zY[0xc5]+a4[0xe0];*[0xce][0xa8]8[0x1b][0xc4][0xab]a[0xac][0xc5]w[0xc3]X[0x83][0xef][0x89][0xe5][0xfb]B[0xc9]kb[0xf9][0x81]x[0xfd]a[0x18]Mx],?[0x12][0xcb][0x1b]bySh[0xff][0xb1][0x8a][0x19][0x15]?Q[0x10]Ig[0xf4]|[0xbe][0xcf][0xd2][0xc7][\r][[0xc1][0xca][0xbe][0xc3][0xfa]Q=[0x91][0xd1][0xb3][0x93][0x89][0x1d][0xb][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea][0xbb][0xcc][0xac][0xe9]t+[0xb8]9[0xb6][0x84][0xcc][0xc6]Q[0x5][0xfe][0x1d][0xd6][0xb8][0xa1][0xa0][0xb1][0xcf][0xcc][0x1a][0xa9][0xc2][0xd4]A[0xc3][0x1e][0xd1][0xf]fHi[0xea][0xb3][0xd2]zfT[0xb7]M[0xf1][0xee][0x11][0xfd][0xce]!3[0xaf]`][0x9f]eO&[0xac]\~[0xcb][0xe1]D>g&[0x86][0xf5][0x9]c[0xd8][0xb0][0x8f][0x9a]i[0xa3]d[0xde][0x9f][0xe1]N[0xc1][0xfa]r[0xe3][0xc3][0x8e]mf'[0xb7]ntI[0x5][0xc7][0xcc]$[0xfa][0xcc][0xbc]Ci5[0xef][0x1e][0x17]v[0x17][0xe4][0x7][0xe][0x1e]6[0xd2][0x82][0x1d]8"[0xdc]VpSu$[0xe4][0x85]d>R[0xfa]T[0xd5]a[0xcf][0x98][0x82][0xba][0x82][0x9d]Q[0xb0][0xcc]ee[\r]'[0xb1]w[0xa8][0x8f][0xe4]p[0xe9][0x1c][0x15]/_[0xec]R[0xc8]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf2]V[0xc1]N[0xb][0xf6][0xca]2vO[0xb6]0e[0xd8][0xba]cZY[0xa1][0xdc]8[0x9e]V[0xd0][0xe2][0xf2]M+[0xd1];[0xd0]s~[0xad][0x3][0xcb][0xf8][0x85][0xe][0x9e][0xf6][0xf3]d[0x88]g[0xb7][0xf0][0xad][0xd5][0x95][0xc6]'q[0xf] wB+';>[0x85]{[0xc9][0xa3]N_;[0xcf]E[0xc8][0xbb]x[0x9]ucs[0xf0][0xf7]_B[0x80][0xcf][0xfa]&u[0x16][0xc1]v[0xfe]f[0x11]J[0xc5][0xdf][0x81][0xaf]s[0x16][0xe1][0xa4]?[0xea][0x9f]GD[0xc1][0x19][0x1c][0x10];M[0xe1][0x1c]lH[0x6][0xe2][0xd1][0xc0][0x1c][0x96]%[0xeb][0xa3][0xf5][0xf3]hT[0x90]T[0xa3][0xea]<[0x96][0xb][0xb1][0xcd]bw[0x93][0x10]kJ[0x6][0xe3][0xd1][0xa0][0xd0]4[0x87][0xe6]d([0x1a][0xba][0x8a][0xe6]hh[0x16]+[0x92][0xe1][0x8e]hx[0x1e]->[0xec][0x9b][0xb9][0xf6][0xc1][0xcc][0xb5][0xd7]f[0xd0][0x96][0xf4]_[0xc2][0xca][0xb1][0xa8][0xe][0xab][0xae],[0xb5][0xef]8O[0xd7]o[0xc5][0xb3]x[0x9e][0x81][0x8a][0xe7][0x19]D[0xe5][0xf3]M[0xdc][0xcc]4[0x88][0xa4][0x8c][0xa2][0x85][0xeb]g[0x10][0xc4]6rvb[0x3]z[0x98][0xce][0xdd][0xe8][0xc2][0x1e][0xbe][0xf5]r[0xfc]?[0x0][0xb]}p[0x90][0xc2][0x9][0xc][0xe0]$[0x1e][0xe4][0xbf][0x87]![0xea][0xf8][0x1c][0xb5][0x8e][0xe0][0x14]5[0x9c][0xc1]Cx[0x15][0xfb][0xa9][0xf5][0x11][0xcc][0xe0]Q[0xde]-[0x8f][0xc9][0xe4][0x9e][0xe4][0xff][0x94][0x13]L[0xf5]}H2[0xb1][0x16]-m[0xa5][0xde][0x10]u[0xae][0xc3][0xa7][0xd1]M[0x9b]][0xd4]~?[0xad][0x7]hk[0x7]=[0xd8][0xce]rn[0xc0]8[0xf7];[0xe9][0xdf])[0x9e][0xea]aI[0xfd][0xd4].v[0xbb][0xb9][0x9b][0x91][0xbb]=[0xdc][0xb1] [0xa5][0xb2]][0xa4][0xa7][0xdd],Z[0x10][0xe7][0xf0]Yj[0xf1]1[0x96]W[0xa8][0xbb][0x9b][0xf1][0xf7][0x91][0xbf][0x85][0x16]\O[0xfa]K[0x9e][0xa4][0xf8][0xee]Z[0x1d](Y[0x1d][0xa4]^W[0xc7][0x83][0xd4]1[0xc4][0x93][0x84][0xca][0xc7][0xd8][0xa0]bX[0xc5][0x88][0x8a][0xbd]r?*_[0xf7][0xdd][0xf3]_[0xf8]>[0x82]o[0xbb][0x8a][0x87][0x1e]P1[0xc6][0xdf][0xfe][0x8][0x1e][0x96]p{[0x84]?[0xde][0x85].[0x80][0x18][0x87]O[0xfa][0x1b][0xe9] ZnIu[0x9e]O)[0xe7][0xe9],[0xa0][0xd2][0xd8][0xad]^![0x9a][0xa4][0x88]EWr[0xa4][0xda]t[0xce][0x91]I[0x14][0xae][0xd7]S[0x81]H][0x1d][0xa9]>&[0xfe]1[0x89][0xe4]H)[0xfc][0x88]L[0xa7]"w[0x2][0xbf]>[0x19][0xb4]F[0x8a]{2E[0xf9]![0xb7]W[0xf6][0xa8][0xd0]='[0xf][0xf2][0xc7][0xdb][0xdd]uR[0x19]"W%[0xfd][0x80][0xd2][0xaf][0xa4]<[0xa4]'[0xfd]tx5[0xf1][0xbe]f[0xec][0x12][0xd6][0x8e]u4[0xdd]6[0x87]us[0xb8]=[0xa5]$[0x3][0x4][0xfb][0x1d]c[0xc9][0xc0]U,[0x8b]G[0xfd][0x2][0xdc][0xeb]g[0xae][0xfd]'[0xde]9[0x87];g[0x10]M[0x6]$[0x8][0x3][0x12][0x90][0xf5][0x92][0x1a][0xad][0xbf][0x12][0xf5][0xb]<60[0x90][0x9d][0xc4][0xa3]x[0xe][0xd2][0xe0]N[0xba]&[0x9e]n[0x1a][0xba][0xd1][0xc8][0xf5]q:[0xf5][0x4])OR[0xea])[0xa6][0xe6]i[0xac][0xc7]3h[0xe3][0xff][0xe4]Mx[0x8e][0xe7]N[0xb3]j/[0xf1][0xe4][0xb]D[0xc7][0x8b]<}[0x1a][0xfb][0xf8][0xbe][0x1f]/[0xcb][0x94][0xed]a m[0xac][0xb1]Am[0x1]J[0xb8]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88][0xe0]J); q'[0xc6][0xc8][0xc3][0x98][0xc0][0xa4][0xac][0xd0][0x18][0xe][0xc1][0x94][0x1e][0xe][0xe2]0Q[0xe4]/[0xa5][0xd1][0xa5][0xc][0x90]"[0xd2][0xd8][0x86][0xc0]5.[0xf5]*[0x8e]H0dTL[0xb9][0x8][0x1]>[0xc2][0x8a][0xdd]. [0xb2]!/[0xcf][0x16][0xbc][0xfc][0xbd][0x9]5[0xc9][0xa7][0xa8]^C[0xfb]U[0xa8]L[0xef][0x86][0x19]N[0x94][0xb][0xb2]xA[0x96][0xaf][0x95][0xcc][0xcd]r0[0x9]_[0xa7][0xc5]7H[0x8b][0x9c][0x19]zr[0xae]lh5[0x94]bi[0x90]~+[0xd2][0xb7] [0xea][0x82][0x2][0x91][0xc2]0?;<[0x4][0x8a][0xbc][0xb]xm[0xea]X~[0xc7],[0xda][0xba]W[0xb3][0xa1]:[0xea]V[0xcf]"[0xd6][0xdf]1[0x8b][0x8d]b[0x89][0x9f]EK{[0xc7]<[0xda]}8[0x8b][0x88][0xd8][0x89]qs[0xa1]T[0x98]5[0x12][0x1d][0xb3]\[0xe7][0xe8][0xcc]<[0x8b][0xc2][0x12][0xf3]k0[0x86][0xcb][0x1c][0x18][0xef]K[0xc7][0xe2][0xae][0x91][0x92]c[0x9b]d[0x1a][0x15][0xb9][0x13][0xc5][0xf0][0xf1]t[0x9c][0xb8].xm[0xa9]y<[0x91]Z[0xd7]}[0x15][0xbe][0xff][0xa1]IY[0xed][0xa5][0xee]([0xc9][0xc7][0xe4][0xee][0xf8][0xff][0x1]PK[0x7][0x8][0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.class[0x95]U[0xdf]W[0x1b]E[0x14][0xfe]6[0x4]6[0x84][0x5][0xda][0x0]i[0x1][0xc5][0xd4][0xb6][0x12]HB[0xa8][0xc5]_[0x4][0xb0][0x94][0x82][0xd2][0x86]PM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ri[0xed][0x12][0x96]0[0x10]v[0xb7][0xbb][0x1b]N[0xf1][0xdf][0xf0][0xc9]'_<[0xa7][0xaf][0xfa][0x2]"[0xe7][0xd8]G[0xcf][0xe9]C[0xfd]?[0xfc][0x1b]j[0xf5][0xce]$[0xd9]$[0x9b]Tkr[0xce][0xec][0xec][0xcc]w[0xef][0xfd][0xbe]{[0xef][0xcc]>[0xf5][0xeb]o[0x0][0xae][0xe3]0[0x88]![0xdc][0xc]b[0x1][0xb7]d,[0x6][0xd1]V~Y[0xea][0xc2]g[0xf8][0x9c][0xf][0xcb]][0xb8][0x8d];A[0xc]"-cEF&[0x88].[0x8e]Y[0xc5]]>[0xfb]"[0x80]/[0xf9]3[0x1b]D[0x10]9[0xe][0xbb][0xc7][\r][0xd6][0xf8][0xb0].[0xe3][0xab][0x0]6[0x82][0x18]@[0x8e][0xbf][0xdf][0x97][0xf1][0xb5][0x8c]M[0x9][0x1d]3Lg[0xce][0x9c][0x84][0xb6][0xe8][0xd8][0x9a][0x4][0xff][0x82][0xb1][0xad]I[0xe8]M3][0xcb][0x94][0xe][0xb6]4+[0xa7]n[0x15]i%[0x94]6[0xf2]jqM[0xb5][0x18][0xaf],[0xfa][0x9d]]fK[0xb8][0x9a]6[0xac]B[0xd2]0[0xed][0xa9][0xbd][0xa4]m[0xb2]dV[0xb3][0xe]Y^[0xbb]k[0x19][0x87]l[[0xb3][0x96][0x98]NcJB[0xff][0xe][0xcd]<[0x9b]d~9[0x9a][0xde]S[0xf][0xd5]dQ[0xd5][0xb][0xc9][0x85][0xa2]j[0xdb][0xa9][0xb1][0xf2]J[0xc9]a[0xc5]d[0x9a][0xd9][0xe][0x19][0xb7][0xef][0xf3][0x1d][0x9][0xe7][0x9b][0xc0]$[0xa2]h[0xa8][0xe4]K[0xc2]`[0x9d]]%PZl[0x11][0xa8][0xd3][0xac][0x85]<[0xd7][0xec][0xdf][0xc7][0x1c]bX[0xb7][0xbe][0xec]h[0x96][0xea][0x18][0xdc]4[0xdc]([0xfe][0xc8][0xac]& [0xec]%3[0x93][0xcb][0xa5][0xe6][0xc8]b[0xe4]uD[0xaa][0x80][0x1][0xf][0x83][0xea][0xfa]`[0xb][0x6][0xd5][0xbd][0xee][0xac][0xa3][0xe6][0xf7]WTSD[0x97][0xf1]@[0xc6]C[0x19][0xdf][0x90][0xb4],+[0xe8][0xaa]S[0xb2][0x88][0xd2][0xc2]Ln[0xba][0x8e][0xd5][0xea][0xd6][0x9e][0x96]wRsM9.;[0xf5]&[0xba][0x1a]*[0xcc]K5[0xaf][0x1f]y[0xaa]E[0xb5]~m[0xb1][0xea][0xc3][0x89][0xd6][0xba][0xf6][0xff][0x98][0xd0]Hqy%[[0xc5][\r][0x98][0xee]4[0xd4][0xec][0x94][0xda]W[0x98][0xf]r[0xf3]{:{\[0xd2][0x9a]<[0x4][0xb3]F[0xc9][0xca]kK[0x8c][0x17]n[0xa8]e[0x8f]Np[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x86][0xf1][0x16]%W[0xc1]#[0xa8][0x12][0xfa]j[0x9][0x9a][0xb7],[0xf5][0x88]gI[0xc1][0x16][0xf2][0x94]y[0x5][0xdb][0xd0][0x14][0xec][0xa0]@[0x95]P[0xb0][0xb][0xa6][0xe0]#|,![0xda]x 2[0x86]'[0xdc][0xe2][0x93][0xbc]f:[0xcc][0xd0]%\[0xa8][0x89][0xc9]:[0x16][0xd3][0xb]7K[0xac]H[0x10][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]QTp[0x0][0x82][0xcd]NGt#b[0x97][0xdd]D[0xaa][0xc9][0x88][0xec][0x18]%};[0xc2][0xf4][0xc8][0xca]bn>[0xb1][0x9c]YJV v[0xc4][0xd0]#y[0x9e]^Suv[0x15][0x18][0xdc][0xd3]0L[0x5][0xef][0xe2][0xb2][0x82][0xc7][0x9c][0xb7][0x5]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I/U[0xbd]e[0xfe][0xea][0x18][0xdf][0x9a][0x8e][0x1c][0x94][0x8a][0xe]3[0x8b]Z[0x13]![0xfb][0xcd][0x19]9([0xd1][0xd9][0x83][0x9b][0x83][0x8e][0xab][0xb7][0xe0][0xd5][0xb4]5[0x9f]/[0x9]=[0x8d][0x1d]M[0xfd][0xd2]|[0xa2][0xe8][0xea][0xe2][0x9d]"![0xfe][0xef]w[0x8f][0xf7][0xe][0x9]0[0xd7]A8:[0xd6][0xfa][0xb2][0x90]wU;[0xa3]=q[0xc4][0x95]z[0x9f]"[0xe9][0xe2][0xa5]?[0xda][0xe2][0x9c][0x10]F[0xdd]&[0x1a][0x3][0xd1][0xe6]=n[0xdb][0xeb]!G[0xde][0xb][0x9a][0x93]Q[0xf]4[0xaf][0xc3]r[0xef][0xf0][0xbb]P5MM'[0x9f][0x89]h[0xf3]v[0xb3]E[0xa5][0xdb][0xb8]6[0xc7](/y[0xe8]TM[0xe9][0xeb] 3{[0xf1][0xc0]t[0x8e]H[0x94][0xcd][0xbe][0xd5][0x84][0xc2]e[0x1a][0x89][0x13]7Zn[0xa1][0x10][0x97][0xe8];4[0x4][0xfe]k[0x87][0xc4][0x8f][0x16][0x8d]o[0xd3][[0x92][0x9e][0x12]_[0x1d]?[0x81][0xf4]3M|[0x18][0xa1][0xb1]C,[0xbe]C@)[0x3][0x10]!'@'[0xef]\Bq[0xe3][0x17][0xf4][0xf4][0xd3]31[0xfe][0xb]|[0xe9]3[0xb4]m[0x9c][0xc0][0xbf][0x12];F{&q[0x8a][0xe][0x9][0xdf][0xa3]/N3Y[0xc2])[0x2]>[0xac]?[0xfd][0xfb][0xcf][0xf8]Od[0xe0][0x17]A[0x86]([0xc]0F[0xae][0xc7][0xd1][0x8d][0x18]B[0x88][0x13][0xb3][0x9][0x9a]M[0x8a][0xc0][0xe3]e[0xe7][0xb8][0x82][0xab][0x82]@[0x14][0xef]a[0x94][0xc8]t[0x13][0x95]([0xd9][0xf9][0xc8]b[0x98]P1[0xfa]F[0xc7][0x1b][0xf0][0x9][0x17]?[0xe1][0xe2][0x93].~[0x92][0xf0][0xd7][0x8][0xd1][0xb][0xdf]+[0x84]d[0xbc]/[0xe3][0xba][0x8c][0xa9][0x8b][0xf8]@[0xe8][0xff][0x90]4[0xd2][0xf5]Q[0xd1][0xf8][0x3]9h[0xa3][0xe7][0x88][0xd0][0xc8][0xb5][0xad][0xc4]+[0xda][0x94][0xb8][0x90][0xf6][0x14]~[0xa9]&[0xaa]G[0xa0]S[0x14]~[0x86][0xbe][0xff][0xb3]BH[0xa4][0xec][0xc1][0x15]2X[0x11][0x12]D[0xbf][0xa0][0xef][0x13][0xf4]k[0xa8][0x84][0x8b][0x9a]pQ[0x93][0x84][0xaa][0x90][0xfe][0x8b]_[0x8c]Dz[0xea][0x86][0x8c]O*[0xa4][0xa7][0x89]t[0xca]%[0xfd][0x1d][0x91][0xf1][0xf1][0xdc][0x12][0xe9][0xce]t[0xec]w\:Cp[0xe3][0xc]]T e[0xfc][0x18][0xdd][0xc7][0xe8][0x9][0xf5][0xd2]p[0x8c]s'8[0xff],V[0xe3][0x1f][0x12]I[0xbc]M[0xf1][0xef][0x90][0xcb]4[0xf1]\[0x15][0x1a][0xc2]e[0x87][0xae][0x86]+[0xa4]o[0x96][0xd8][0xc5][0x1b][0xf6][0x12][0xee][0xde][0x1c][0xed]q[0xbe][0x1]H/1[0xda]H[0xf4]S[0x97][0xe8][0x1f][0x15][0xa2][0x9b]D4[0x94][0x8e][0x9d][0xa2][0x8f]'[0xf6][0xbf][0xd8][0x9e][0xa2][0x9f]z[0xff]G[0x8e][0x1b][0xf0][0xe2][0xc2]U[0xdc][0x85]g[0xb1][0xb6]S\[0xf4][0xc1][0xdb]p[0xf][0x88][0xe1]C[0xaa][0xd3]#[0xe2][0x9e][0xa7]jk[0xc8][0xd1]7[0xa3][0xa6]q[0xd3][0xd5][0xb8].[0xda][0xac]^[0xe3][0xa6][0xab]q][0xb4]TYc'|/[0x11][0xa7].[0x1a]uEJ[0xb8]!f[0xf3][0xff][0x0]PK[0x7][0x8][0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/ops4j/store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/store/Handle.classE[0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2]1[0x14][0x84][0xe7][0xad][0xeb][0xc6][0x9f]FA<[0x83]6[0xa6][0xd0][0xce]^[0x14][0x4][0x8b]=A[0xdc]}[0x86][0x84][0x90]H6z8[0xb][0xf][0xe0][0xa1]D[0x83][0x85]S[0xc][0x1f][0xcc][0xc7][0xbc][0xde][0x8f]'[0x80]5[0x86][0x2]B`@[0x98]jN[0x87][0x96]}2[0x17][0xd3][0xa8]d[0x82]'[0xcc][0x16][0xcb][0xa3]Uw%[0x9d][0xf2]Z[0xd6])[0x1a][0xaf][0xb7][0x84]Q[0x1d]n[0xb1][0xe1][0x9d]qL[0x18][0xef][0x95]o[0x1d][0xaf][0xb2]G[0x98][0x87][0xa8]e[0xb8]v[0x1b]+[0xbb][0x14]"[0xcb][0xdf]J[0x98][0xfc]Ng[0xcb]M[0xaa][0x8][0x84][0x2]9T[0x12]z(3[0xa1][0xff][0xed][0x2][0xd5][0x7]PK[0x7][0x8]z[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/store/Store.class[0x85]PMK[0xc3]@[0x10]}[0x93][0xa6][0x8d]M[0xfd][0xa8]V[0x8f][0xde]S[0x10][0xf7][0xa0]'+[0xde][0x14][0xb][0x81][0x82][0x89]?`M[0x97][0x90][0x10]vK[0xb2][0x15][0x9b][0x7][0x80]?J[0x9c][0x8d][0xa2][0xd0][0xf][0xdd][0xcb][0xec][0x9b][0xf7][0xe6][0xbd]a[0xde]?^[0xdf][0x0]\[0xe0]8[0xc0]a[0x80]#B[0xb7][0xb1][0xa6]V[0x84][0xb3](.[0xe5][0xb3][0x14][0x95][0xd4][0xb9][0x98]=[0x95]*[0xb3][0x93]ql[0xea]\[0x98]EsY[0x8a]V&[0xee][0xa5][0x9e]WjB[0x8]o_2[0xb5][0xb0][0x85][0xd1]M[0x80][0x11][0xa1][0x9f][0x14][0xb9][0x96]v[0xe9][0xac]N[0xa3]4[0xfd]k[0xd6][0xaf][0x8c][0x9c][0xb7][0x89][$[0xe3][0xf5]U[0x9c][0xeb]V9[0xc7][0x11][0x6][0xb9][0xb2][0xb1][0xc9][0xa4][0xdb][0x89][0x10][0xfd]g[0xae][0x95][0x15][0x8f][0xf]S[0x1e][0x8c][0xae][0xd3][0xab][0xf5][0xc0][0x9b]M;[0x84][0x89]Y[0xd6][0x99][0xba]+*[0xe5][0x80][0xb3]=w2[0xc2][0xc9]jZ[0xf2]u[0xd6][0xe1][0xaa][0xb]a[0xd4][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xa6][0xb3][0x9f]#[0xf6][0x8][0x4][0xf][0xee]u|B[0x7]>[0xa3].#[0x9f][0xfb]=[0x4][0xfc][0xf3][0xb0][0xc3]L[0x1f][0xe1][0x6]f[0xc0][0xcc].[0xf6][0xb8][0xf3][0xcb]x[0xdf][0xdc]>[0xe][0xda]:[0xfc][0x4]PK[0x7][0x8]S[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/ops4j/store/StoreFactory.class[0x8d]V]S[0x1a]W[0x18]~[0x8e],[0x82][0xeb][0xaa][0x88]_[0xb1]b[0xd2][0xa6]5A[0x8c]b[0x1b][0x9b][0xb6][0xd1][0x98][0xaa][0xd1]h[0x82][0x9a][0x8][0xc5][0x1a]m[0xcd][0x1][0xe][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xcc][0xb2]h[0xec]d:[0x9d]N&?[0xa0][0xff][0xa0][0xcd]En[0xd3][0x1b]t[0xea]L~@/[0xfa]Wz[0xdb][0x9b]4}[0xcf][0xc2][0xe0][0x17]t[0x84][0x99][0xf7]|[0xbd][0xef][0xf3]~={v[0xff][0xfc][0xf7][0x8f][0xb7][0x0]nbGE/[0xee][0xa9]h[0xc2][0xac][0x7]s[0x1e][0xdc]W[0xa1][0xe0][0x9e][0x17][0xf3]*[0x16][0xf0]@.[0x1e]z[0x10][0xf1]bQN[0x97]T[0xb8][0xb0],[0x95][0x1f]y[0xf0]XE+V[0xbc][0x88]z[0x11][0x93][0xfb][0xdf]H[0x11][0x97]b[0xd5][0x83]oUtI[0xd8].[0xac]I[0xb1][0xe4][0xc1][0x13][0x6][0xdf][0xca]ld*[0xb6][0x10][0x9f][0xdd][0x8c][0xc6][0x96]W[0xa6][0xee][0xcf]2[0xf8]#[0xdb]|[0x97][0x87][0xb3][0xdc][0xc8][0x84][0xa3][0xb6][0xa5][0x1b][0x99]q[0x86][0x96][0x19][0xd3]([0xd8][0xdc][0xb0][0xe3]<[[0x14][0xc][0x8d][0x13][0xba][0xa1][0xdb][0x93][0xc][0xae][0xe0]`[0x9c]A[0x99]1S[0xb4][0xdb][0x16][0xd1][\r][0xb1]T[0xcc]%[0x84][0x15][0xe3][0x89][0xac][0x90]`f[0x92]g[0xe3][0xdc][0xd2][0xe5][0xba][0xb2][0xa9][0xd8][z[0x81][0xe1]r[0xc4][0xb4]2a3_[0x18][0xdb][0xe][0x17]l[0xd3][0x12][0xe4][0x8e][0xe4][0x1c]O[0xd2][0xb0]ON[0xb5][0x94]H[0xf3]b[0xd6]v[0xb6][0x19]z[0x83][0x83][0xb5]-H[0xb5])[0xaa]g[0xc]n[0x17][0xa5][0xde]h=[0xbd][0x89]rf[0xba][0x19]^0[0xf2]E[0x82][0xb5][0x4][0xcf][0x8d]O[0x92][0xb9][0xaf][0xb0][0xc5]-[0x91]r[0x82][0xad]x[0xf3][0x1a]b[0xaf]2[0xbd][0x1e][0xac][0x1a][0xce][0xe9]Y1^?[0xc]%[0xcf][0xed]-[0x86][0xd6][0xd3][0xfa][0xc][0x93][0x17]C[0xa8][0x1f]`[0xf0][0xc][0xc0][0x93][0xfa]1[0xb8][0xd3][0xd9]b[0x81][0x82]`[0xd4][0xde][0xbb][0x17]4[0xab][0xef][0xb8][0x95][0x1b][0xa6][0xb1][0x9f]3[0x8b][0x85]J1[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4][0xf2][0xc][0xea][0xec][0xb3][0xa4][0xc8][0xdb]:[0xd1][0xc2][0x83]u[0xea]U[0xd2]4v[0x85]e[0xc7][0xcc]y[0xf1][0x8c][0xa1];[0xb8]>=X[0x8b]H[0xde]-[0x9e]M'[0xf6]mBb[0xb][0xd4]7{[0xcf][0xdc][0x94][[0xc4][0x7][0xa6][0x13]z[0x8a][0xdb][0x9c][0xa1]a}[0x9a][0xa8][0x95]([0xa6][0x19].[0x9d]C[0x99].[0xa6][0xd3][0xc2][0x92][0xa4][0x8c][0xda]<[0xb9][0xb3][0xc8][0xf3][0xe][0xaf][0x88][0xe1][0x14]V[0xd4],ZI![0x93]eh?[0xc9][0xa7][0x11][0x9][0xa3][0xa1][0x1f][0x97]5[0x4]1@[0x11][0x9f][0xac][0xc]C[0xcf]y7z6%,*[0x81]<[0x19][0xd1][0xcd][0x11];[0x97]O[0xe9][0x96][0x7][0x1b][0x1a][0xbe][0xc3][0xf7][0x1a]6[0xf1][0x94]![0xf0]$[0xa6]$[0xc2]vB[0x3]GB[0xba]Nj[0x18]D[0x88]a[0xe0][0xac][0x8d]n[0xd8][0xc2]2[0xc2]1*[0xad]iqk[0xdf][0xc1][0x90][0x16])*[0xa5][0xa3]8[0xec]([0xe]W[0xbb]1[0xcc][0x0][\r][0x2]i[\r][0x19]li[0xd0]A-[0xef][0xae]]*[0x19][0xe9]6[0x91][0xfc][0xf8]t9[0xb1]-[0x92]6CG[0xb5][0xed][0xcb][0xd5]~[0x9e]R[0x8c][0xee][0x17][0xa8][0xdf][0xc][0xcd][0x19]a?[0xb2][0xcc][0xec][0xf5][0xe1][0xa3][0xa2][0xbd]E[0xac]|L[0xf4][0xf6]U`?n[0xf5][0xe1][0xe3]*n[0xf3][0xe1]v[0x1f][0xee][0x10]K[0x7]T|[0xc2][0x8f]9[0xb8]S[0xd8][0xba]K[0xf4][0xee][0x16][0xbd]{[0xc4][0xda][0xbd]~[0x1c][0xc4]'}[0xf8][0x94][0xf][0xf7][0x89][0xf1][0xa7]U[0xdc][0xef][0xc7][0x2]|[0xc6][0x87][0x7]T|V[0xc8][0x1d][0x12][0xf3][0xf][0xfa][0xf0][0x90][0x8a][0x87]+[0xf0][0x8][0x1e][0xf5]c[0x89][0xb0][0xb5][0x8]#>[0x8c][0xfa]q[0x18]G[0xfc]8[0xb][0x8f][0x89][0xde][0x98][0x1f][0x8f][0xe3]s[0xa2]wT[0xc5][0x13]*[0x9e][0xf4][0xe3]t<[0xa5][0xe2][0xf3]*[0xbe][0xe0][0xc7][0x17][0xf1]%[0xa1][0xf6][0xb4][0xf8]|Y[0x98][0xfe][0x8a][0x8a][0xaf][0x8a][0xf6][0x19]?[0xbe][0x86][0xaf][0xab][0xf8][0x86][0x8a]o*[0xd0]:-[0xcb]H[0xad][0x8b][0xeb][0xe9][0xb4][0x91]V0[0xbb][0xbd][0xb3][0xab][0xad][0xbb]uS[0xdb]%[0x9b][0xb7][0xb4][0xb5]wnW[0x10][0xe8][0xda][0xa5]_[0xa6]G[0xe2][0xba]5[0x18][0xe9]uR[0xa6]5[0xb8]J[0xc1][0xac]u[0xb6][0x95]vt[0xcb][0xd9][0xa6][0xc7]3F[0xa1]Z[0xef][0x85][0xed]R[0xcd][0xd5][0xd5][0xb3]A([0xdb][0xa9][0xc1]H:>[0xb0]bW[0xa4][0xcb][0x1e][0x1c]4RT[0xf6]$.[0x89][0x99])[0x5][0x95]Y[0xcb][0xa6][0x1d]i7[0xe3][0x6][0x17][0xbc][0xab]M[0xcb]t[0xd6]P-[0xfb][0x1c]{"[0x90][0xaa][0xe2][0xf7][0x6]s[0x1f]3[0xfa]3\[0xaa])[0xb5]=[0xb]Ge[0x94][0xc1]:[0x86]`d[0xf6][0xb4][0xaf](!x[0x1c][0xb7][0xe2][0xb4]J[0xb9]MT[0xca][0xb8][0x9d][0xa6]I[0xaf]cg#[0x98];[0x11][0x81]E1q[0x83]F[0xc4][0xfc][0xaa][0x89][0x14][0xe7]g[0x85][0x5]B[0xe9][0x8e][0xda][0xc9][0xe1]I[0xe4][0xa6]*[0xcd]p[0x83]mT[0xb0]zz[0xe9]-[0xfd][0xec])[0x8d][0xc8][0xa9]E[0x91][0x94][0x96][0x9a][[0xba]6[0x13][0x8][0xe6][0xad]3f[0xf0]X[0xc][0x98][0x13][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f]c[0xf3]Rf~[0xc2][0xd3][0xae]i[0xf1][0x82][0xe8][0x94][0xaf][0xc9]([0x95][0x97][0xcd]L[0x92][0x19][0xaf]^wJ^[0xb5][0x9e][0xf0][0xce][0xb5]u[0xdc][0xc3][0x9b]I[0xc6][0xe4][0xc3]I[0xe5]Dg[0xa7][0xcc][0xc3]n*[0x8a]<[0xc4]r[0xdc]u[0x87][0xeb][0xc4]=}b[0xe1]n[[0x87]R[0xf6]n[0xf1][0xbe][0x93][0xe1][0xcd]+yz[0xda][0xf5]([0x1b][0xa6]D[0x8b][0xda][0xd6]eF[0xca][0xd9]jw[0x18]{D^[0xb9]w)nV[0x98][0xe9][0xf5]f[0xca][0xc8]i[0x95][0xc7]ybr[0xb9][0xad][0xa6][0xb][0xc5][0x1c][0xaa]-[0xa6]o~[0xbf]r[0xf9]L[0xcb]2zI[0xa1][0xd7][0xf2][0xe9][0x9e][0xbb])[0xa7]<[0xb4][0xf9][0xee][0xaf][0xe2][0xcf][0x1b][0xb2][0x1]n[0x4][0xb1][0x6][0xe7][0xb2][0x1e][0xf7][0x94][0xa1][0x9a][0xe3][0xd6][0x82][0xf1]b[0xfe][0x10][0xe2]}[0xc5]~@\hl+[0xb8][0xd6][0x8e][\r][0xfc]vp[0xf4][0x14]\[0xfc][0x7]\P?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xbe][0xe1]Q[0x94][0xd5]?[0x82][0xb2][0x11][0xb8][0xf6][0xa1]j[0xde]>h[0xf5]b8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf7]E[0xd9]iO[0xae][0xf5]>[0x4]u[0xc][0xbe][0xbe]Q[0x94][0x7][0xfc]#[0xa8][0xc8][0xce]j[0xec][0x8d]`[0xd6][0x11]T[0x96][0xe1]A[0x1a]u[0xa1][0x93][0xdf]S[0xf8][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "8[0x93][0xae][0x9e][0x85]r[0xb4][0xa0][0x96]n[0x87][0xe8]t[0x98]nF[0xe8][0xe6]f:[0xbc][0x91][0x12][0xa1][0xac]#8[0x1f]][0x80][0xec]m[0xa2][0xc3][0x8a][0xec]u[0xa3][0x87][0xc1]lf[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca][0xb8][0x10]Uq[0x81][0x8a]-bU[0x11][0xe5][0x92][0xab][0xc]Gi[0x85][0x7]^[0xce][0x1d][0xa0][0x81][0xd9][0xd2][0x91]@u p[0x18]'lj[0xa4][0xd7]c[0x98][0xd3][0xd7]8[0x8a][0x9a][0xee][0xfa][0x86][0xa6][0x11][0xcc]mq[0xf3][[[0x1f]t[0x8f][0xe2]D[0x86][0xbc][0x1f]'S(([0x84][0xb2]s[0x94]<[0x8c][0x93][0xb6][0x1f][0xc4][0xe2][0x82]pOf[0x90]A7?[0x81]y[0x5][0xe1]Rq[0xfe]EcX[0x90][0xd5]\[0xd8][0xe2])[0xd0][0x8]MhL[0x8][0x7]=[0x87][0xf2][0xe8][0xac][0xc4],~[0xdb][0x99][0xa6][\r]LQ[0x7][0xe6][0x12][0x8b][0x85][0xc4]`)Qh [0x2]g2[0xf2][0x1e]F[0x98][0xc4][0x85][0xc8][0xe0]"\[0x81]Kp[0x1b]oo[0x81][0xd8][0x9a]l[0xac]y[0xc4][0xe]Pf[0x1b][0xf1][0x8]`/%[0xdb][0x88][0xc9]B[0xca]oG[0x1f][0xf7]Z[0x8a]a[0xec] [0xe2]n[0xce],[0xc4]N[0xbc][0x99]H[0x9][0xbc]C[0xc5];[0xa9][0xb1]h[0x9c]u[0xca]5[0xb9][0xa0][0xa8]x[0xd7][0xf9]*[0xde][0xcd][0xff][0xef]y[0x15][0x15][0x14][0x9a]r4[0xf8][0x9b] [0xc7][0xd7][0x97]8[0x12][0x15]n[0xbb][0xeb][0x9c][0x86][0xa7][0xd1][0xdb] [0x8b]g[0x17][0x9b][0xf9][0xe7][0xcc][0xdb][0x8f]u[0xec][0xbc]i[0x1f]V[0xb3]Y[0xd9][0xdd][0xf4]4[0x96]7[0x1d][0xbd][0x1d][0xcd]M-[0xee][0xa0][0xfb][0xe8]J[0x91][0xc1][0x1a]o[0x8d][0xe7]N[0xd4][0x6][0xdd]5[0xde]3Z[0xd4][0xfa][0xa0]*[0xaa][0xed][0x95]^[0xe5][0xe0][0xf8][0xb]Y[0x1b][0xf7][0xe7]kE31[0x3][0xee][0xe0]~[0x7]X5[0xee]$[0x1d][0xef]"[0xee]w[0xb3][0xc2][0xde]C[0xfc][0xee]e[0x81]?H$[0xee]e[0xbd][0xbc][0x8f](< q^[0xc1][0xf8][0xd7]3[0xca][0xf7][0xf2][0x9c][0xa9][0x94]\[0x81][0xf7]1s"[0xc3][0xdb][0xf3][0xa8]m[0x97][0xa7][0x90][0xbf],[0xa9]uy[0xbe][0xd2].[0x80]k[0x9c][0xe5]I[0xcd]UZ&[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91]z[0x19]'[0xbd][0x2]wU+[0xf][0xd6][0xd5]9[0xea][0x9f][0x9e][0xa3][0xbe][0xb7][0x9e]>[0x9f]YL[0xf9]f[0xe9][0x89]&[0xfb][0xde][0xdc][0xae]y,i[0xa7][0x97][0xfc][0xc9][0xda]Y[0x9e][0xb3]S^[0xdf][0xf0]$[0xce][0x1a][0xc1][0xd9][0xc7]2U^l[0x8a]i[0xf8][0x0][0xae][0xc9][0xa5]e[0x91][0x94][0xa1]T[0xa0][0xea]0Z[0x1e][0x86][0xfa][0xa0][0xbc]+&M[0x9]6_+[0xcd]_[0x87][0xf][0xca][0xf6]z[0x9c][0xc3][0xd6][0xcf][0xd5][0x5]R[0x15][0xaf][0x3]PK[0x7][0x8]2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]r" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesUtils.class[0x8d]V[0xfd]{[U[0x1d][0xff][0xdc][0xe4]&'Mo7[0xe8][0x9a][0xd2][0xf0]ZaB[0x9a]4[0x84])[0xce][0x91][0x96][0xca][0x18][0x9b][0xeb][0xec]:\[0xd7][0xbd]t[0x8][0xbb]Kn[0xdb][0xdb][0xa5][0xb9][0xe1][0xe6][0xb6][0xb4][0xc3][0x89][0x8a][0xc8][0x8b]/( R^D@[0xad][0x8]h[0x7][0x92][0xad][0xec][0x91][0xf9][0x93]>[0x8f][0xff][0x8b][0xff][0x80][0x82][0xf5]s[0xce]M[0xd3][0xa6][0xbd][0xd3]%[0xcf]s[0xce][0xb9][0xdf][0xf3]}[0xff]~[0xce][0xf7][0x9c][0xfc][0xe7][0x93]O[0x1]|[0x19][0x1f][0xc7][0xb1][0x1d][0xc5]8,[0x8c][0xc7]q[0x1b]&[0x4]&[0xe3][0xd0]%E[0x87]-[0x87])9[0x9c]iE[0x9][0xd3][0xad]([0xc3][0x91]CE[0xc0]m[0x85][0x81][0xaa][0x80][0x17][0xc3]L[0x1c][0+[0xa5][0x1f][0x93][0xc4][0xb9]8[0xe6]q6[0x8e][0xc7][0xf1]m)z.[0x86][0xef]H[0x86]'[0x4][0xbe][0x1b]G[0x17][0x8a][0x2][0xdf][0x8b][0xe1][0xfb]q\[0x8f]'[0x5]~[0x10][0xc7]MxJ[0xe]?[0x94][0x9b]O[0xcb][0xe1][0x19]9<+[0xf0][0x9c][0xc0][0x8f]4D[0xfb][0xed][0xb2][0xed][\r]h[0x8][0xa7]z[0x8e]j[0xd0][0xf7]8EK[0xc3][0xd6]![0xbb]l[\r][0xcf]L[0x9f][0xb6][0xdc]#[0xe6][0xe9][0x12])[0xed]CN[0xc1],[0x1d]5][~[0xd7][0x89][0xba]7iW5[0xf4][0xe]9[0xee]D[0xce][0xa9]T[0xef][0x9e][0xca][0xcd]xv)WpJ%[0xab][0xe0][0xd9]N[0xb9][0x9a]{[0xd0]u*[0x96][0xeb][0xd9]Vu[0x94][[0xd5]>[\r]-[0xae]e[0x16]%[0x99][0xa2][0xfd][0xa9][0xa1])s[0xd6][0xcc][0x95]-/7zx[0xa8][0xcf][0xff]RJ[0xd6][0x4][0xfb]z[0x82][0xc9][0x1a]b[0x15][0xa9]f[0xd4]-i[0xd8][0xd2][0xac][0x88]{[0xd3]f[0xa5]b[0x97]'h[0xa5][0xf3]J[0xf2][0xd1][0xaa]Gg[0xa6]5$|[0xe][0xdb][0xc9][\r][0x96]+3[0xde][0x88]"[0x93]![0xbe]w[0xae]`UT$[0x2]?[0xa6][0x95]U[0xdf]}[0x15][0x1a][0x1e]H[0x5]J[0x6][0x1b][0x1c][0xbb]b [0x91]Y[0xb3]4[0xa3][0xd2][0xac][0x18]Jfy"GUt_nZe[0xcf][0x9d][0xe7][0xbc][0xd7][0x9f][0x8d][0xc1]r[0xd9]r[0xf7][0x94][0xcc]jU[0xba][0x90]X[0xa7][0xf4][0xa0]Y[0xd9][0xae][0xb8]([0xa6]U4[0x88][0xa2][0xb3]{[0xc2][0xb4][0xcb][0xfc][0x1a][0xd3][0xd0]Z(9Uk[0xa4][0x1e]sgsI[0xe7]+[0xab]e[0xed][0xb]R[0xd8][0xbf][0xce][0xb3]C[0xa7][0xa7]X[0xde][0xbe][0xcd][0x94][0x1][0x9a]m[0x1b][0xf1][0xcc][0xc2][0x19][0xca])m[0x4][0xbc][0xc0]O[0x4]~*[0xf0][0x8e]Z',oM[0xe9][0xf0]U+[0xbd]J3[0xe1]3[0x16][0xd5][0x86][0x8b][0xd6]8[0x8f]$[0xb] Q0dW[0xbd]}[0xb6][0xcc][0xd7]m[0x1b]@[0xdc]s2P[0x87]]u5[0xdc][0x10][0x4][0x97][0xc3]Tg[0xb9][0x12][0x8f][0xae]Zi[0xe8]j[0xb0][0xdd]?3>n[0xb9]V[0xb1][0xc1][0xa3][0x97]x6[0x19][0xb9][0xed]Y[0xd3][0x8c]|[[0xa0][0xb1]X[0xa9][0xe1][0x9d].[0x97][0xcd]([0xd9][0xed][0xba][0xe6][0xbc][0xf4][0x9f][0x9c]=A[0xf4][0xfe][0xcd]:[0x7][0xfa][0x4]~[0xc6]&[0xc3][0xfe][0xc2][0xbe][0xc2][0x93]1[0xe2][0xcc][0xb8][0x5][0xcb][0xb7][0xd1][0xb1][0xe1][0x94][0xdf])[0xc5][\r]|[0x11][0xb7]S[0xc8][0xc0][0xcf][0xf1][0x82][0x81][0x9d][0xf8]*[0x19][0x83][0xea]b[0xe0]E[0xbc]d[0xe0][0x17]x[0xd9][0xc0]/[0xf1][0x8a][0xc0][0x82][0x81]W[0xf1][0x1a]qc[0xe0]u[0xbc]a[0xe0]WxS[0xe0][0xd7][0x8c]5[0x0][0x97][0x6][0xde][0xc2][0x9b][0x1a][0xae][0xd9][0xe8][0xb0][0x86][0xd0][0xf6][0xc7][\r][0xbc][0x8d]w[0xc][0xc][0xe2][0x80][0x81][0xdf][0xe0][0xb7][0x84][0xa1][0x81][0xdf]I[0xa7][0x16][\r][0xfc]^[0x12][0x87][0xf0][0xae][0x6]v[0xd5]?[0xe0][0xbd]&[0xf5][0x8d]LhH^[0xb1]`,[0xc2][0xe8][0x91]}[0xd9]]2[0xd0][0xf7]y[0x9e][0x82]K&w?0[0xf0]G[0xfc][0xc9][0xc0][0x12][0xde]3p[0x1e][0x1f][0x1a][0xf8][0x8][0xd6][0x90][0xbe][0xfa][0xbe][0xd9][0x14][0xa1][0xda]V[0x1d][0x96][0xae][0x1d]j[0xf4])[0xf6][0x90][0xb5]0[0x6]=[0xcb]5=[0xc7]][0xcf][0xba][0x16][0xc5]*U[0xe9]<2[0xe9]:[0x8f][0xf9][0xe7][0xdf]X[0x8f]fV[0x9a][0x8e][0x94]W%[0xae]K[0xf5]\[0xa1]U[0xea]%[0xc7],[0x12][0xb9][0xc1][\r]Q^.Q~[0xee].[0xb1]W[0xb7][0xa7][0x9a];[0x8c][0xda][0x8d][0xa9].7b1[0xae]kS[0xeb]QI[0x92]l+M[0x4][0xb2][0xdb][0x8d][0xd8]:[0x9b][0xd8]Wc[0xa6][0x8c][0x98]4[0xab][0xc3][0xd6][0x9c][0xa7]n7[0xf6]?[0xbd][0xac]>:R=[0x9b][W[0x93][0x5][0xfa]D[0xb][0xec])G[0xfd][0xb6],[0xec]r[0xd1][0x9a];4[0xce]c[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "h[0x19][0x83]d[0xae]6[0x98]oOm[0xd6][0x1e]h0[0xa2][0xda][0xb1][0x86][0xcc][0xff][0x87][0xc1][0xfc]a[0xbf]q2ZQ[0xef][0xa1][0x1a]v[0x5][0xf8]r[0x95][\r]-j=:cJT%[0x82][0x9c]e[0xaa][0xd2][0xff][0xeb]^kR[0xcf][0xd2]m[c[0xae][0xb7])UP[0xbf]K[0xca]f[0xd5][0x9c][0xf1][0xb5][0x96]h[0x16][0x89][0x18][0xbd]j[0x9f][0xb5]T[0x89][0x98]G[0xe1]9[0xea][0xec]iH[0xa5]N[0x6][0xb8][0x16]@[0xc3][0xe][0xbe][0x8d][0xb6]C[0xfe][0xa2][0x8][0xc9][0xa6][0x3][\r]w[0xa8][0xe7][0x17][0xaf]=[0xce][0x91][0xf4][0x5]h[0xe7][0xb9][0x8]![0xc5]1[0xce][0x19]\[0xe9][0xe8][0xe1]_[0x9e]~[0xc5][0x84]42[0x9c][[0xd0][0x8b],9[0xa4][0x82]a[0x84][0xf9]'G[0xba][0x86][0xd0][0xc1][0xde][0x8c]~[0x11][0xe1][0xa5][\r]z[0xee][0xa1]d^[0xe9][0xe9][0xf6]yq'r[0xca][0x19][0x3]w[0xd1]5[0x96][0x19][0x2]_[0xa2]3![0xdc]M[0xaa]N[0xca]Wh[0x85][0xed][0xd0][0xb7][0xa2]-rn[0xe1][0xce]s[0x97][0xa0][0x9f][0xb8][0x80][0xc8]p[0x96][0xe6][0xa2][0x99]l[\r]B[0xdf][0xa9]'[0xf4][0x5][0x1c][0xf][0xef][0xd4][0xf9][0x19][F[0x8b][0x86]|$[0x19]YF\[0xc3][0x2][0xee][0x95][0xab]V[\r][0x85][0x91][0x8f]&[0xa3][0xcb]h[0x93][0xeb]-y[0x91][0x14][0xed][k[0xb8][0xe6]5te[0x92][0xe2]"[0xae]%%[0x9a][0x14][0xcb]h[0xf][0xe1][0x18]u.[0xae]\^\y7[0x9b][0x8f][0xdc][0xb8][0x0]Ac[0xdb][0x92][0x91][0xa5]|[0xac][0xf1][0x11][0xbb][0xac]"sq[0x8e][0xe3]9<[0xa1]f][0xc5]|[0x18][0x1d][0x1c][0x1f]F[0xc][0x8f][0xa0][\r][0xa7][0xd0][0xe][0x13][0x9][0x9c][0xe6]k[0xb3][0xc8]G[0xa6][0x85][0x1]L[0xe0][0x0]&q[0x4]Sx[0x8]g0[0xce][0x87][0xad]-[0xdf][0xb5][0xa8]P[0x9f][0x87]Y[0xfe][0xcf]r}[0x8e][0xeb]'[0xb9]~[0x1a]s*w[0xfb][0x99][0xa3][0x3][0xb8][0x5][0xbb][0x98]OA-[0x19][0xe6][0xf4]^[0x96][0x93][0xcf]_~[0xed]`f[0x13][0xd4][0xfa]5[0xdc]G?[0x98])[0x95]O[0xa8][0x95][0x9f]c[0xb9][0xda][0xcd][0xdd][0x10][0xee][0xaf]W[0xd4][0xd7][0xb1][0x87]:[0x1e] e[0xf]b[0x9f]#![0xb0]W[0xfb][0xc][0xed][0x2][0xfb][0xfe][0x8d][0xfb][0xfe][0x85]P[0xe8]3[0xc4]I[[0xa1]XX[0xe0][0xeb]r[0x1b][0x9a][0xc0][0xfe][0x15][0xd6][0xa3]e[0x95] [0xa4]q\_>^)u[0x94][0xe5])-[0xd3][0x15]Mg.[0xa2]c[\r][0x1e]Q[0xe5][0xd6]S*[0xbc]N[0x9f][0x3][0xdf][0xa0][0xb3]>Ne[0xa0]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3][0x2]:X[0xd7][0xf3]<[0x83][0x94][0xc1]u[0xa7]3[0xbd]5$[0x86][0xb3]GD[j[0xef]d[0xe1][0xaf][@$[0xbb][0x94][0xce]R[0xff]pVZ[0x8]+[0xb]7[0xd3]/[0xf0][0xee][0x14]x[0x9][0xad]x[0x99][0x5]y[0x85][0x96]^[0xe5][0xf3][0xfe]u[0xee][0xbd][0xa1],[0xa7]}[0x9d][\r][0xcb][0xdd][0x4][0xf5]=[0xca][0xb3]n[0x1c][0xe2]*D[0xe9][0xa4][0xf2]&[0xac][0x12][0xd5][0x2]&[0xa5]M[0xe0][0xc1]8[0x97][0xdf]d[0xbd]}[0x8c][0x1e][0xa7][0x1a][0x89][0xd1][0xc2]%t[0x11][0xa3][0xc9]!u".[0xe1][0xfa][0x13][0xbd][0xed]7\[0xc0][0x8d][0xc3][0x97]p[0xd3][0x89][0xec][0x5][0xdc][0x9c][0xd7][0x93]z[\r][0xb7]H[0x90][0xfe][\r][0x1d][0x99]d[0xa4][0x86][0xee]cu[0xd2][0xe2][0xca]?35|[0xe1]/Dh4[0x93][0x8c][0xd6]p[0xeb][0xb1]d4/z%[0xe6][0x4][0x1][0xd8][0xdb][0x0]_[0x1b]F0Fsc[0x4][0xd1]X[0x3]|[0x3][0xd8][0xca][0xf1]}[0x82][0xe2][0x3]r,1[0xce][0xf3][0xb8][0x15][0x1f]2[0xce][0x8f]x[0xe8]>f]j[0x84][0xc8]E[0xd6]j[0x99][0xb1]}B[0x1d][0x9f][0xe2][0x18][0xe7]1[0xce][0xa7]p[0xb9][0x1][0xb4].[0x82]d[0x84][0x10][\r]Sz[0x17]FqT[0xb5][0x82][0x1d][0xe4][0x95][0x87]y?A}[0x1c]'X#[0x86]KYy[0x98]c8[0xc9][0xff]C[0xcc][[0x1b][0xb9][0xfd][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xef][\[0xc9][0xfc][0xe5][0x10]^[0xa1][0xb2][0xa8][0xc0][0xc3][0x2][0x8f]([0xc][0x9d][0x12]0[0x99]P [0xb1][0xc2]s[0x12]n[0xec]([0xa8][0xad][0x3]U[0x88][0xe7]H[0x82][0xa7][0x80]~[0xd5]]x[0x11][0xe3]Q[0xf4]E[[0xfe][0xb]PK[0x7][0x8]xD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesWriter.class[0x95]W[0xfb]s[0x1b][0xd5][0x15][0xfe][0xae]${ey[0xfd][0x92]c'J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][0x1][0x12][0xd9][0xb2][0xa3]4PH[0x1c]'[0xe0][0x4]'1[0xf8][0x91][0xc6][0xc6][0xc6]![0xd4]][0xcb]k{[0x1d]I[0xab]J+;N[[0xa0][0x90][0x2]m[0xa1]-[0xa5]/[0xe8]+MK[0xdd][0x7]-I[0xc1]q[0x8c]![0xe5]'2[0xd3]vJK[0xe8]?[0xd0][0xe9]/[0xfd][0x7]:LR[0xfa][0xdd][0xbb][0x92],[0xdb]r[0x86][0x8c]Fg[0xcf]=[0xf7][0xde]s[0xbe][0xf3][0xd4][0xea]O[0xff]{[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80][0xbb][0xf0]G[\r]q?[0x12][0x1][0x8]$[0x3][0xd8][0x5][0xdb][0x8f]T[0x0][0x9f]G[0xda][0x8f]L[0x5][0x85][0x8e]$Y[\r][0xd3][0x1][0x4]`[0xcb][0xc5][0x8c][0x86][0xd3][0x1]T[0xb9][0x8b]YI[0xce][0xf8][0xf1][0x5]y[0xe7][0x8b]~|[0xa9][0x12][0x8f][0xe3][0x9][\r]Oj[0xf8][0xb2]d[0x9f][0xaa]D#[0x9e][0xd6]p6[0x80][0x10]lI[0xbe][0xe2][0xc7]3R[0xf8][0xac][0x1f][0xcf][0xc9][0xe7]W+[0xf1]5|][0x92][0xe7]5[0xbc] O|#[0x80][0x6]|S[0x92]o[0xc9][0x3]/[0xfa][0xf1]m[\r]/i[0xf8]N[0x0]M[0xf8]n[0x0]a|O[0x92][0xef]K[0xf2][0x3]I^[0x96][0xe4][0x15][\r]?[0x14][0xa8]{[0xa0][0xf3]p[0xc7][0xc3][0xdd][0x3]#[0xfd][0x9d][0xc7]:[0x8e]w[0xc][0xf4][0x1d][0x17][0x8]vO[0x19][0xd3]F4n$'[0xa2][0xfd]N[0xda]JN[0xec][0x13][0xa8]:d'3[0x8e][0x91]t[0x6][0x8d]x[0xd6][0x14][0xa8]N[0x8c][0xd8]Y'[0x95]ux[0xc2]4[0x12][0x2][0x8d][0xee]-[0xcb][0x8e][0xf6][0x15][0xc9]y[0xb3]"1[0x12][0xb3][0x93][0x8e][0x99]t[0x4]j[0xdd]CY[0xc7][0x8a]G[0xbb][0xad][0x8c]#[0xb7][0xfb][0xad][0x89][0xa4][0xe1]d[0xd3]Tz[0xc7][0xaa][0xed][0xf6][0xb5]H[0xe][0xf0]Jeb$eg,[0xc7]"$[0x81][0x9a][0xa2]K=F[0x8a][0xfb][0xf7][0xac][0x94][0x94][0xd0]R$[0xe9]"[0xb4][0x9]3[0xad][0x14][0xfb][0x13]#[0xd3][0xd2]=j=[0xf2]1u[0xdc][0x18]k[0xe]m[0xc6]L[0x19]i[0xc3][0xb1][0xd3][0x2][0xe5][0xed]V[0xd2]r[0xe][0x8][0x84][0xc2][0xa5][0x3][0xd6]4([0xe0];d[0x8f][0x99][0xd2]3+i[0xf6]f[0x13][0xa3]fz[0xc0][0x18][0x8d][0x9b]25v[0xcc][0x88][0xf][0x1a]iK[0xae]sB[0x9f]3i[0x11]qk[0xb7][0x9d][0x9e][0x88][0xda][0xa9][0xcc][0xdd]S.[0xaa][0x98][0x1d][0x8f][0x9b]1[0x15][0xa5][0xe8][0xb1][0xb4][0x9d]2[0xd3][0x8e]ef[0x86][0xd2][0x96]Cw[0x5][0xf4][0x95][0xf9][0x8b][0xac][0x83]g[0xad][[0x12]aE[0xb1]KF*e&[0xc7][0x4][0xfa][0xc3]7[0x8c]t[0xfe][0xfa]M[0xe2][0xac][0xcc][0xd0][0x8a]9[0x96][0xab][0xbb]2'mXq[0x1][0xef])s[0x96][0xab]iW[0x1a]P[0xcf][0x1][0xbb]c[0x8c]0[0xfc][0xf9][0xe2][0x10][0xa8]/[0x91]h[0x2][0xce]'Y[0x1b][0xcd]Z[0xf1]1[0x93]>[0x84][0xd6][0xe0]<[0xe8]n[0xed][0x93][0x95][0xbd]"[0xe8][0xb3][0xa9]|[0xe0][0xab][0xfa][0x1d]#v[0x8a][0xd5][0xa1][0xd6][0xec]F[0xb7][0x8f][0xd9][0xbd][0x1a]~$[0xd0]Q"[0x1c]7[0xeb][0xbc][0x16][0xb3][0x13][0x9][0xd5]:z[0x8e][0xcb]9[0x19][\r][0xdf][0xac][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7M[0xc7][0x8d][0x19][0xc6]mFJ[0x19][0xc5][0xb0]*[0xb7]8[0xeb][0x8c]aQB[0x6]cS[0xa1][0x12][0xe]f[0xc7][0xc7]M[0x6]?[0xa7][0x84]c[0x85][0xb1][0xee]<[0x1d]3S[0xca][0x8c][0x86][0x1f]s[0xdd]og[0xd3]1[0xf3][0xb0]%C[0xd2][0xb0][0xda][0xf0]N[0xa9][0x8a][0xd5]u[0x13]X[0x5]D[0x8b][0x8e][0xfb]qT[0x92][0x18][0xc3][0xec][0xd6][0xe3][0xd6][0x8c]*H[\r]?[0xd1][0xf1]S[0x9c][0x93][0x93]#_[0x83]:[0xee][0xc6][0xa7]u[0xdc][0x87][0xdd]L[0xf9]r[v[0xa4][0xd3][0xc6][0xac][0xec]M[0x1d][0xf7][0xe0]^[0xe][0xbb][0xe5][0xad][0xa3]Ff[0x92][0x89][0xd3][0xd1][0x86]}:[0xf6][0x83][0xf1][0xf1]>d[0xce][0xea][0xf8][0x19][0xce][0xb]@[0xc3][0xcf]u[0xfc][0x2][0xaf][0xe6][0xef][0x14][0x17][0x10]g[0xdf][0xca][0xce][0xd7][0xf1]K[0xcc][0xe9][0xf8][0x15]~-[0xb0]q[0x9d]2[0xd2][0xf1] ~C[0xc7][0xf6][0xeb][0xf8]-^[0x13][0xf0][0x9c][0xc][0xe8][0xf8][0x1d]~[0xcf]B[0xd1][0xf1]:.[0xe8][0xb8][0x88]?p>[0xae][0xbe][0xae][0xe3][\r][0xbc][0xa9]c[0x1e][0x97]t,[0xe0]5[0x1d][0x97][0xb1]H5[0xb7][0xb3]*K[0xe7]H`s[0xa9]6v7e@;$yK[0xc7]([0x96]t[0xbc][0x8d][0x98][0x8e]w$[0xb9]"#]d[0xbe]ot[0x8a][0xf9][0xe1][0xc4]Y[0xf6][0xb5][0x8b][0x1a][0xdc][0x8e][0xaf][0xcf][0x9b][0xe8][0xea]+[0x14][0x3][0xa7][0xf7]r[0x8e][0x95][0x8a][0xde]l<[0xde][0x91][0x9e][0xc8][0xca][0xaa]-:V[0xc3][0xee][0xb3][0xc6][0xc][0xc7][0xec][0xb5][0x1d]yD`Gq[0xa3][0xb8][0x86][0xd7][0x19];[0xb5]Ew;[0x13])gv[0xd5][0xe5][0xf5][0x87][0xe]/W[0xad][0x98][0xe8]L[0xf8][0x84]I[0x7][0xb7][0x97]0[0xde][0xb4]V[0xc4][0xe3][0xc][0xa6][0xc0][0x9e][0x1b]c[0xbd][0xa1][0x2]C6nC){'8[0xbe]KN[0x8b][0xf5][0xa7][0x92]/c[0x9d]q;[0xb8][0x8b]#[0xcf]*[0xe4][0xa6]1[0xdc][0xd4][0xbd]6gr[0x94]L[0x1a][0x99]^[0xf3][0xb4][0xa3][0xee][0xd0][0xa0]/[0xa9][0x16][0x1b][0xc2]%[0xc1][0xfa][0x1d][0xdb][0xb5][0xb8][0xfa]D[0xe1][0x8d]@SS[0xb4]o\[0x9a][0xec]j*9h[0xfd]V[0xe1]}[0xc1][0x9b][0x91][0xc1][0xde][0x11][0xee][0xfa][0x98][0xc1][0xaa]_[0xfe]9[0xca][\r][0x1f][0x99][0xc2][0x86]RA[0xa2]\K[0x9a]3[0xdd]j[0x88][0x95][0x8d][0xc7][0xb3][0x99]I>cq;c[0xe2]6[0xbe]n[0xed][0xe2][0x8b][96[0xe3]S[0xd8][0xcd][0xd5]]\y[0xf8][0x9][0xca][0x99][0xa1]x[0xce][0x6][0xca][0xf7](~/[0xbf][0x1c][0x9][0x85]u;[0xbf][0xfb][0x8b][0xd6][0x7][0xf8][0xe5][0x98][0x81][0x1c][0x11]Bv[0x13][0xe9]A[0xae][0xee][0x87][0x97];[0x80][0xbf]9[0x12][0xf4],[0xc0]{Q[0x9d]>D[0x1a]P[0xf2][0xc3]<[0x4][0xf][0x90]kt[0xcf][0xa1][0x93]2([0xee][0x8]q[0x8][0xa5][0xed]hN[0xdb]+[0xd4][0xe6][0xe5][0xb3][0xbd]y[0x1][0xbe]H[0xb0][0xec]2[0xca][[0x82][0x1a]isd[0x9e]&Z[0xe6]Q[0xd1][0xbc][0x84][0xc0][0xf0][0x2]*[0xe7][0xa1][0x93][0xad]"[=[0x8f][0x9a]e[0xb6]v[0x19][0xc1]vT[0x90][0x1e][0x87][0xf][0xfd]D3[0x80]Z[0xc][0xf2]]q[0x88][0x11]y[0x4]wb[0x98][0xf1]9A[0xf][0x1f]U[0xe8][0xb6][0xba]v[0xb][0xe8][0xda]s[0xe8]$[0xd7]E[0xbf]=[0xe4][0x1f][0xc4]C.N[0xcf]^[0xea][0xc][0x0]bS$Xw[0x19][0xc1][0x96][0xde][0x96][0xab]([0xf][0xd6][0xf7]6[0xbf][0x89][0x9a][0xc8]"6x[0xf0].[0x1a][0xda]|\[0xd6][0xe6][0x97][0x8d]me[0xa1][0xb2][0xab][0x8][0xe5][0xe0][0xb7][0x95][0xa9][0xcd]P[0xd9]"6z1[0x14]*k][0xc4]&[0xf][0x86][0x96][0x10][0xe2][0xf6][0xe6][0xc8]%l[0x9]~[0x82][0xa4][0xad]\[0x1e][0xb9][0x85]U{[0xe]U[0xa1][0xf2]V[0x8a][0x86][0xe6][0xf0]X[0xa8]+[0xe4]3g[0x85][0x10][0xe4]R[0xa9][0xba][0x84][0xdb][0xdb][0xb4][0xb9][0x8f][0xde][0x9][0xf9][0xae]b'7[0xf4]P9E.([0xe5][0x96][0x94][0xb9]H[0xc6].[0xe3][0xe][0x17][0xf6][0x1c]6[0xaa][0xa3][0xbe]K[0xb8]3w~;[0xc5][0xcd][0x17][0x18]7[0x9f][0xca][0xc1][0x14][0xa3][\r]X[0xac][0xc3])f[0xfc][0x14]t$P[0x3][0x1b][0xb7]"[0x85]V[0xfe][0x15][0xd8][0x8d][0xc]s[0xe0][0xb0][0x2][0xa6][0xf1][0x19][0xcc] [0x86][0xd3]H[0xe2][0xc][0xe9][0xe3]x[0x12]O[0xe0]i[0xd2][0xf3]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "s8[0xcb][0x9f][0x8b]g[0xf8][[0xf0],[0xde][0xc7]s[0xf8][0x80][0xff][0x3][0xfe][0x89][0xe7][0xf1]o[0xbc] [0x82]za[0xae][0xe2]}[\r][0x17][0xc4][0xcb]E[0xb1]|[0x10][0xc6][0x87][0xc2][0xd7]GB[0xfd][0x92]X.[0x87]qE[0xa8][0x99][0x11]L![0x1d][0xc1]4[0xd2][0x1a],[\r][0x1f]+[0xa8][0xe9][0xb5][0xb3][0xb6]wLA0[0xd1]>[0xa9] t[0xc2][0x99][0xb6][0x14][0xd4][0xf][0xd9]Yk[0xa4]0?e[0xe5]'[0xcc][0xa9][0xc]%[0xd1]!'mf&[0xcd][0xbc]-[0xde]K[0xc2][0x90]7k[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RCN~[0xa6][0xd3][0xc9][0xb9][0x87][0xe6]:[0xb][0x9e][0x9d][0xe9]L;[0x99][0x8c][0x95][0xf6]l'[0xeb]v[0x8e][0xe5][0x9d][0x9c][0x95][0xf7][0x96][0xce]Z[0xae][0x93]Y[0xb0][0xf2]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb4][0xbc][0xbf]W[0xd0][0x9b][0x18][0x9a]3[0x17]L[0xdf][0xaa][0xa4]i[n[0x8f]/[0xcd][0x98][0xd9][0x99][0xce]q/oggz[0xda][0xd7][0x8b][0x14][0xa8][0x9e]s[0xd5][0xca][0x8a][0xe4][0xaa][0x1d][0xe6][0xe8][0x8f][0xd9]m[0xa9][0x1e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb]f[0xa6] P[0xe4][0x1c][0xf7][0x80][0x2]e[0x90]"[0xd7]3[0xd3]W[0x15]4[0x94][0xd9][0x8c][0xb][0x11][0xd5][0x3][0xae][0xa7][0xa0]u[0xcd][0x81][0x88]4!R[0xb0][0xaf]K`5[0x4]V[0xc8]x"[0xe6][0x1a][0xb6][0x96]r[0xab][0x8c][0xed][0xad]t[0xdc][0xbb]>[0xf5]c[0xf4]T'[0xf][0x87][0xcd][0x9c][0xb4]cS[0xb0][0x1f]Xc[0x5]:Q[0xa5]-[0xd7][0x9d][0xf0][0x91][0xaf][0x12]Xn[0xbf].[0xf7][0xea][0x4][0xc8]rg[0xcd]y[0xc1][0x0][0x85]tV;n[0xcf]dM[0xaf][0x90][0xa7]h[0xec]%[0x1c]W[0xcd]}[0xe3]`u$7[0xef][0xad][0xf6][0xc3][0xb]s_[0xd7][0xe]e[0x88][0x84][0xbb]ZQ[0xdf]I[0xbf][0x84]/[0xc8][0xf6]9[0xae][0xaa]b[0x90][0xd4][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0xac][0x82][0xb6][0xc4][0x6]t[0xae]iN[0xa1]?mz[0xa6][0x82][0xee]u[0xfa][0xcf]a[0xa9][0xd2]Gd[0xdc])[0xe4][0xd3]V[0xbf]-Z[0xa5][0xb9][0xf2][0xe6][0xec][0x17]6:vb[0x97][0x8e][0x19]0[0xb7]@[0xfc][0x86][0xd8][0xd9][0xbc][0xaf][0x15]1[0x15][0xc4]6[0xec]S^[0xf5][0xf8][0x8d][0x9b][0xc2][0xcf][0x9c][0x8e][0xab][0xc8][0xe8][0x98]GVG7[0xd8]v[0xd0][0xe1] [0xa7]`kez}[0x5];3m[0xe5]u\[0x3][0x1d]l[0xae]<[0xd6][0xe1][0xc2][0xd3]Q[0x0][0xbb]H[0xa1][0xef][0x5]|[0xa2][0xe3]m[0xbc][0xa3][0xe3]][0x9c][0xa4](.6[0x8b][0x1a][0x96]t\[0xc7][\r][\r][0x9f]*0[0xfe][0xc7][0xcc]X[0x13]qtj[0x8e]z[0x9c]"vv[0xda]Z[0x1c][0xe5][0xc][0xb]%[0x6][0xdb]yy[0x9b][0xab]4[0x81][0x90]'6l[0x8e]r[0xc9]E[0xd9][0xa2][0xb3][0xa6];[0xec][0xe4]-I[0x96]+[0x87][0xe2]EvZ[0xd6]Z[0xf4]J[0x17][0xae])Qu[0x12][0x85]\R+[0xf5][0x19]0[0x98]sr[0x95][0x9a]~[0xd6]bF[0x98]9^[0xb6]iN[0xcd]j[0xe9][0xae][0x13][0x95][0x88][0xa7]a[0xd8]s|[0x11]}X[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xc6][0xad][0x80]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "!2n[0xab]&[0xaf][0x96]My%[0x97]\[0xcf][0x9a]W[0xb0]i[0xc6]*[0xbb][0xa4]m/[0x95]%=5U[0xbb]n8[0xc0]O[0x9f][0x1d][0x10]?*[0x2][0xa2]u[0xa1]`[0xb7][0xfc][0xec]cW[0x8]i[0xf2][0x1e][0x94][0xbb][0xdc][0x4][0xb0][0x87]k[0x84]O[0xa0][\r]![0xec][0xc3]k[0x10][0xed]([0x95][0x10][0xc7]^>ky[0xb2][0xcf]w[0xa0][0x8c]RZC[0xd9][0xa2][0xf1][0x8][0xaa]r[0xc7][0xd8][0x1c]/"[0xf0][0x3]T[0xe3][0x8e][0x11][\r][0x16][0x11]:[0xba]][0xbe]<[0x84]z[0xe1][0x1e]jF[0x1e]B[0xbb]`D[0xc3][0xa1]{[0xa8][0xed][0xe][0xc5]BEDn[0xa1]I<7u[0xab]15[0x95][0xbc][0xf]}[0xf9][0xc9]_[0xd1][0xba]n5U[0xc4]+[0xb7][0xb1][0xfb]![0xea]i[0xb8][0x99]o[\r][0xbf]!ZDcL[0xe5]RDS[0xb7][0xba][0xfc][0xe4][0xcf][0x98]z[0x87][0xb1]C2[0xe7]~4p=[0xcc][0xb7]#[0xcc][0xa8][0x87][0x1f][0xc0]G)9[0x8e][0x16]^[0x80][0xed][0xe8]#[0xfc][0x93][0xcc][0xbb][0x9f][0x90][0x7]xz[0x9a][0x92]3[0x18][0xc4][0x10][0x87]1[0x86][0x11][0x9c][0xe7]Z[0xc0]Y[0x89]w[0x80][0x9f][0xf2]}[0xfc]O[0xa0][0x9d][0xf8][0x88][0xe]I[0x18][0x92][0xbe]EtP[0xa6][0xd0][0xeb][0x15][0xa4][0xb0][0x9f]<[0xb5][0xd1][0xa6][0x13][0xaf]#H[0xcf]'I[0xf4][0x1b][0xcc]`[0x8c][0x96][0x7][0xa5][0xed][0xa1][0x12]{[0xbe][0xd6]aj[0xbd]II[0xc]ZMd[0x5][0xba][0xf2][0x18]M[0x1a][0x8e]h[0xe8]jYAP[0xc3][qR[0xcf][0x9]@[0xb7][0x82][0xdc]0[0xd5]Ex+[0xda][0x9c],b[0xcb]-[0xf4][0x1b]>[0xf]#[0xa5]gw([0x1a][0x14][0xec][0xf1]HOu[0x18][0xf7][0xb1]u[0x19];[0x8d][0x12]g[0x82][0xff]F[0x12][0xd7][0x18]m[0xf6])[0xbb][0x8f][0x96]e[0xb4]Fc[0xbe][0xaf]:#[0x1a]+b[0xdb][0xf9]e[0x84][\r][0xf2][0xde]r[0xf7])[0x93][0xfb][0xb1][0x89][0xeb]%[0xd6][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]4[0xb1][0x8d][0xdf]V[0xe2][0xfc][0xb2][0x92][0xc2],[0x19][0x9b]#c[0xf3]8[0xc7][0x1]u[0x99][0xd3]f[0x9a]3F0v[0x88][0x89]6[0xa0][0xb][0xbd]D[0x1d][0xa4]E'[0xd9]o[0xa7]?&/Y[0x84][0xdc][0x9][0x9e][0x14][0xb9][0x13]|[0x6][0x9e][0xb2][0xe3][0x9f][0x1d][0xe6]N[0xb0][0xd3][0x0][0xf5]1Rd[0x83][0xa3]5[0x10][\r][0xe1][0x98]l[0xcd][0xe3]d[0x87][0xd3][0xcc]g[0x7][0xf][0x18]H[0x4][0xe8]b[0xf6][0xad]#[0xa9]G[0xa8]5[0x88]l[0xbb][0xd8][0xed][0xe9]([0xe7] Y[0xc9]A[0xb8]#[0xb5][0x6][0xf0][0xe][0x96][0x1a][0xf8][0x8c][0x10]>'[0xe8]/[0xd8]:_[0xa2][0x11]_[0xb1][0x94]_[0xb3][0x99][0xbe][0x91][0x0][0x93]~,[0x9][0x10]r' (r'`[0x5]h}[0x90]M#[0xe0]?[0x83][0xd5]%a[0x5]$[0xac][0x8][0x82]+[0xa8]'[0xa6]=[0xab]xNP[0xc6][0xc1]\[0xc2][0xf3][0x7]-[0x83][0xa2][0xf9][0x92][0xb2][0xf5][0x8f]&[0xfd][0x1a][0xf]G[0x83][0x1d][0xb2]`[0xd1]d[0x87][0xa8]W[0xd2][0xf0][0xab][0xb6]-Y[0xc2]Hi[0xa3][0xe1][0xa3][0xf3]Oj}[0x95]g[0xf8][0xda][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x96]([0xbf]#[0xb6][0xef][0xd9][0xbc]?[0x12][0xf3]m^[0xe2][0x9f][0x98][0xc9][0xcf]dt[0x19][0xa7][0xf0][0x8b][0xc4][0xb9][0x8b]9[0xd4]3[0xeb]~"[0x9][0xc8][0xab] [0xd0]A[0xee][0xfc][0xd6][0x86]n@[0xa2][0x83]DW[0x87][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6][0x11][0xdd]?[0xd8][0x12]PK[0x0]OQm@[0xee][0x6][0xff][0x3]PK[0x7][0x8][0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/environment/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/util/environment/Environment.class[0x8d]X[0x9][0x98]TW[0x95]>[0xe7]uU[0xbd][0xd7][0xd5][0xaf][0xa1])[0xd6]f- [0xa1][0xf7][0xae][0x84][0xb0][0x7][0x8]M[0xd3]@[0x87][0xea]%[0x14]MCB4[0xaf][0xab]_w[0x17][0xd4][0x96]Z[0x1a][0x88][0x1a][0x97][0xc4][0x18]cL\[0xe2]B4[0xfb][0x82][0x1a]T[0x2][0xa6][0xe9][0x4][\r][0x1a]51[0x89][0xce][0xa8]3[0xea][0x8c][0xce]8[0xe3]>.[0xe3]>3fe[0xfe]s[0xdf][0xab][0xea]j[0xe8][0xc6]|[0x1f][0xdc]w[0xeb][0xde]s[0xcf]=[0xe7]?[0xeb][0xed][0x17]^[0xea]i"[0xba][0x8c][0x9f][0xf3][0xd3][0xd5][0xf4][0xba][0x9f]n[0xa7][0xb3][0x98]1U0[0xb3]&C[0x99][0xce][0x1e]Y[0xf1]b[0x8f]}2[0xe8]:[0x1b]~[0xf2][0xd3][0xeb][0x6][0x97][0xe3][0xcb][0xfe]r,V[0x18]l[0xca][0x8f]J?[0xf9]x[0x8a][0xce]S[0xfd][0x14][0xe0]*![0x9f]&C[0xc0][0xe0][0xe9][0xf2][0x9d]Q[0x8e][0xe5][0x99]2[0x9b]e[0xf0]l[0x9d][0xe7][0xf8]i[0x1e]W[0xe9]\[0xed][0xa7][0x5][0x19][0xae][0x95][0xe1]M[0x6][0xbf][0xd9][0xe0][0xeb]t[0xb6][0xfc]ds[0x95][0xc1]}[0xf2][0x8d][0xca]Pip[0xbf]0[0xb3]e[0x18]0x[0xd0][0xe0][0xa1]r[0xe8][0x1e][0xf3][0xf3]~> [0x8b]q1[0x9f][0xcf][0xcf][0x9]N[0xca][0x90][0x12][0xb9][0xd2]:_[0xef][0xa7]a[0xce][0xe8][0x9c][0x15]yrr^v[0x86][\r]>(b[0x1e][0xf2]S[0x1d][0x1f]6[0xf8][0x6][0x9d][0xdf][0x2][0xd0][0xc4][0xda]o[0x15][0xf0][0xde]f[0xf0][0x8d][0x6][0xbf][0xdd][0xe0]w[0x18][0xfc]N[0x83][0xdf]e[0xf0]M[0x6][0xdf]l[0xf0][0xbb]u[0xbe][0x85][0xc9][0xd7][0x15][0xe9]l[0xe9]hc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xf7][[0xc3]V(n%[0x7]C[0x91]\&[0x96][0x1c][0xbc][0x9c][0xc9][0xe8][0x89][0xb4][0xed]t[0xf6]}=[0x9d][0xed][0xad]m[0x11][0xa6][0xe9][0xe]a>[0x17][0x8b][0x87][0xb6][[0xd9][0xa1][0x88][0x9d][0x3]ey$6[0x98][0xb4]r[0xf9][0x8c][0xcd]Ts>[0xc5][0xfa][0xf3][0xb9]o[0xc4])=[0xf1][0xe6][0xc8][0xf6][0xb6]p[0x18][0xec][0xd7][0xc7][0x92][0xb1][0xdc]F[0xa6][0xb2][0xda][0xba][0xdd]L[0x9e][0xd6]T?8M[\r][0xc7][0x92]vg>[0xd1]ggvY}q[[0xc4]LE[0xad][0xf8]n+[0x13][0x93][0xdf][0xee]b[0xd9][0x1][0xfb]0[0xce][0xe4][0x86]bY[0xa6][0xda]p*3[0x18]J[0xa5][0xb3]+[0xf6];"[0xd8][0xc9][0xe1]X&[0x95]L[0xd8][0xc9]\[0xa8]ml[0x8e][0xeb][0xfd][0xe9]L*mgr1[0x1b][0xe7]f[0x95]H[0xdd]]\[0x7][0x95]'[0x1e][0xcb][0xe6][0x98]f[0x97][0xec][0xb7]%[0xf3][0x9];c[0xe5]b[0xa9]$[0x8]*#9+z[0xa0][0xc3]J+q[0x0]+|D[0xe7][0xf7][0x80][0xdb][0xa1][0xa8][0x9d][0x16]*[0xf0][0xaf][0x1a][0xb4]s[[0xac][0x9c][0xb5]%[0x96][0xb1][0xa3][0xb9]T[0x6][0x12]/[0xa9]=[0x1f][0x96]:g)[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "m[0x8d][0xc5]mp[0xf7][0xa5]3[0xf6]@[0xec][0x10][0xc0][0xea][0x8f]e[0x92]VB[0xf4][0xc5][0x8c]i[0xca][0xb9][0x94][0x1e]gw[0xaa][0x95]N[0xc7]cQ%[0x9d][0xb3][0xa2]'[0xec]l[0xd6][0x1a][0xc4][0xcc][0x1b][0xb5][0xf2]Y|[0xeb]J.[0xee]If[0xf3][0xe9]t*[0x93][0xb3][0xfb][0xbb][0xd2][0xae]VE[0xc1][0xc1]6[0x0][0xc1]#[0x87][0xb3]9;Q"[0xba]>[0x94]J[0xd8][D[0xc]#;de[0x9c][0xa9]OM[0xfb][0x91][0x80][0x90]O[0xa0]^t[0xc8][0x8e][0x1e]([0x1e][0xea][0xb6]rC@*[0x93][0xcb][0xf6][0xc6]rC[0xdd][0xae]VK'[0xc0]`[0xbc]b[0xe2][0xf][0xc][0x99]g[0x16][0x97][0xdb][0xbb][0xc6][0xe4]Cj[0x1][0xd0][0xb9][0xd4][0xd6]X&[0x9b]k[0xb5][0xd2]L[0xcb]&Gu[0xbc]w{[0x7][0xe4][0xc][0x98][0xb7][0x2]L([0x9][0xe7](8[0x16]tIe;[0x15]x[0xbe]X[0xb6]')[0x92][0xc2]3[0x91]g[0x8d]X[0xb6][0xc3][0x8a]ve[0xf7][0xc0][0xe7]c[0xd0]$[0xd9][0x9f]:[0x98]U[0xf3]N;[0xd7]k[0x89][0xff]c[0xe] [0x93][0xbb];[0x10]-S[0xc7][0xf3][0x5][0xe5][0x9c][0xda][0xba][0xc9]<[0xcd][0x4]qO[0xd6][0xce]D[0x86][0xec]x[0x9c]iF[0xed][0x84]bO[0x7][0x95]{o[0x9][0xb1]\[0x4][0xc1]JVY[0xcc]&[0x8a][0xb8][0xdb]Y[0x14][0x9f][0x17]Qlx[0xd4][0x9c][0xa2][0xcd]7[0xe7][0x7][0x6]l8[0xd7]N[0xb5][0x3][0xb3][0xdf][0x8a]L[0x88]<[0xad][0xf3]{[0x99][0xa6][0xb9][0xfc]J[0x85][0x9e]W;[0xd9]Yq(/[0x0][0xb4]aTn[0xc7][0x1c][0xd9]@|z[0xa6][0x8b][0x89][0xc2][0xa0][0xc4]bz4[0x1][0xe9][0xed](,k[0x1f][0x8a][0xe5]v[[0xf1]<[0xf8][0xfb]]jX[0x17][0xbe]a[0xcb]8g[0xcc]2[0xe7][0xf2][0xf0][0xf5])[0x19][0x8a][0x1a][0x95][0xc0][0xe6]H[0x7][0x8d],[0x84][0x8c][0xab][0x88][0xe4][0xbd]l[0xd7]@I[0xba]*[0xe1]u[0xe9][0xa4][0x9a]M[0xec]XJ[0xdf]aGj$[0xb3]$>fV[0x2][0xb1][0xbb]`[0x85][0xda][0xbf]g[0xe0]1[0xd3]xl[0x85][0x84][0x19][0x85][0x89]r[0xf6]N[0xd7]NM[0xb5][0x13][0x10][0xd7]M&&[0xba][0x95]X2[0x9d][0xcf][0xe1]"[0xdb]J[0x8c][0x8b][0xec][0xb1]ePi[0xb1]$[0xec]8[0xd1]f[0x91][0xd1]T[0xf1][0x94][0x12][0x98][0x98][0x1a]&M([0xe7][0xe1]"[0xb6][0x8f][0xc6]S[0x92][0x10][0x8d][0xf5][0xd1][0xb8][[0x81][0xfc][0x91]T>[0x13][0xb5][0x1d]/[0xaa]*[0xe1][0xdd],\L[0xfa][0x8]}[0xd4][0xa4]o[0xd0][0xf3]&[0xdf][0xc6][0xef]C[0x9e]7[0xf9]v[0xfa][0xaa][0xc9][0xef][0xe7];@~[0xee][0xd5]&[0xdf]I_2[0xf9][0x3][0xfc]A[0x93][0x9e][0xa1][0xaf]"[0xca][0xce]7,[0xae]0[0xf4][0x85]$[0xa7][0x86]L[0xfe][0x10][0xd8][0xa4];[0x9][0xec][0xb8][0xd9][0xe4][0xbb][0xe8]E[0x93]?B/[0x2][0xf3][0xd2][0xb4][0x8]9[0x18]r[0x9c][0xa2]Q[0x93][0xbe].[0x8c][0xf5][0x96][0xee][0xee]--[0xbb]ZL[0xfa][0xb2][0xdc][0xf8]1[0xba][0xc3][0xa4]/[0xd2][0x97][0x98][0xb6][0x96][0xa8][0x10]L[0x15]2|6[0x98]L[0xe5][0x82][0xc5][0xcc][0x1f]L%[0x83][0xf9]$2uj0[0x19][0xbb]A~;[0x84][0xc9][0xc1]l0[0xab][0x92]?[0xd2][0xc0][0x1b][0xac][0x19]L[0xa1]7V[0x82][0x8b]'D[0x99][0x8f][0x9b]|D[0xf4][0xa8][0x8][0xe5][0xb3][0x99][0x90][0xaa]$![0xb8][&[0x95][0xca][0x99]|7[0x2][0xfa]w[0xef][0xec][0xda][0xb6][0xb3][0xa5]ck{X[0x1a][0x91]i[0xad][0xeb][0xf6][0xc1][0x9a][0x83][0x19]+[0x11][0x14]D[0xb2][0xfb][0x84][0xcd]'M[0xbe]G[0x10][0xbb][0x97][0xef][0x83][[0xee][0x1a][0xb2][0x95][0x8e][0xf1][0x18]T[0x92]b[0x18][0x8c][0xa6][0x92]9+[0x6][0xf5]c[0xf1][0xb8]=h[0xc5][0x83]Q[0xdc]dE[0x91][0xa6]$[0x1b]MPaL[0xbe][0x9f][0x1f][0xd0][0xf9]A[0x93][0x1f][0xe2][0x87][0xc5]8[0x8f][0x98][0xfc]([0x1f]5[0xe9][0xa7]p[0x1][0xfa][0x15]=[0xf][0xe8]S[0xd9]fa[0xae][0xf3][0xa7][0x90][0xfe]:S[0xc9][0xa6][0x12]\[0xb]8[0xba]0[0xae][0xb][0x9a][0xf4][0x1][0x82]7[0xbc][0x1f][0x6][0xe2]O[0x8b]^[0x6][0xf2]v[0xb0]+[0x12][0xdc]c[0xf2]g[0xf8]1[0xb0]+V[0x15]=i[0xe7][0xe][0xaa][0x9a][0xa2][0x83]Or8[0x91]5[0xe9]kp6[0xfa][0x16]T[0xa4]o[0xca][0xf0]m[0x19][0xee][0x12]g[0xd1][0xd6][0xae][0x91]a%[0x86][0xe][0x9c][0xa8][0x88][0xa6][0x12][0x9]+[0xd9][0xdf][0x8c][0xaf][0x93][0xc3][0x9a][0x11][0xba]p[0xb3]d[0xac]?[0x9f]HKc[0xa1][0xb2]%[0xbc],d[0xd2]w[0xe8][0xbb][0xc8]bh[0x1a][0xc4][0x0]v.[0x1a]r6M[0xfa][0x3][0xfd][0xd1][0xa4]?[0xd3]_L[0xfa]w[0xfa]1[0xb2][0xae][0xc9][0xc7][0xf8][0xb3]&[0xbd][0x8c] [0xe0][0xcf]I$[0xbc]L?fZx[0xe1][0x94][0x8f]8[0x93]B[0x13]Dq[0xe][0xc6][0x1c][0xcf]CW[0x93][0x15][0x87][0x8c]%[0x83]9[0x18][0xc9][0xb9].[0xd8][0x8f][0x6][0xa9][0xcf][0xca][0xda]&^[0x8c]x[0x9c][0x1f]gZ~[0xce][0xde][0x98][0x9][0x13]V| [0x95]I[0x0][0xe5][0xbc]pWi<[0x88][0x15][0xdc]3c[0xa2][0x88]7[0xe9][0x17][0x82][0xd6][0xdf][0xe8]%[0xa6][0xd5][0xa5]Q[0xe1]f[0xdd][0xe0][0x80][0x5]?[0xea][0xf][0x6][0xf][0xa2]A[0x81][0x94][0xc9][0xa6][0x1b][0xec]L*(I[0x1f][0x97][0xf6][0xdb][0xc1][0xd4]@P<[0xe0][0x4]l[0x16][0xea][0x8b]%[0xc5][0xaf]M>)[0xd1][0xff][0x5][0x19][0x9e]PQ[0xaa][0xfc][0xd7][0xdd][0x85][0xc2][0xad][0xa9]|[0xbc]_[0xa9]<[0x0][0xb3]*e[0xd1]J[0xef][0x81][0xb4][0xc3]A[0xc9][0xa5][0xf9][0x9c][0xd3]p[0xcc][0x9a][0xb8].[0xc0]t[0xc1]Pk0[0xd2][0xb6]Kn[0x1e]aZu[0x1][0xc1]/([0xf7]g[0xf8]q[0x93]O[0xf1]g[0x11][0x16][0x91][0x3][0xb1]tZ|R[0xaa]A[0xb0][0x9]D[0xe3]d[0xac][0xd9]P#v[0x91][0xcd]u[0xc1][0x1a]8H[0x8d][0xc9][0xa3][0xfc][0xa4][0xce]O[0x99]|[0x1a]Y[0x7][0xfe][0xff]E[0x9d][0x91]d[0x9e][0xe6]3&[0xfd][0x9][0x1e][0xc2]_[0xe6][0xaf]0UO[0x9a][0xa9]%2[0x9f])[0xe8]x^A[0x90]]8[0xf5]o[0xe9]w&[0xfd]\[0x4][0xd4]:[d[0xed]k&[0x9d]>[0x8a][0xb2]+[0xe6]mvz[0xd9]i[0xe7][0xbd]-[0xe0]\([0x97][0xf9]C&?+[0xd1][0xe4][0x8d][0xe4][0x93]]H[0xf]z$[0x15]G[0xcd][0x94][0xda][0xdb][0xd1][0xdd][0x16][0x8a][0xa1]a+ki[0xc7][0xa8]o[0xcd][0xd8][0xf6][0xe6][0xc8][0x16]$[0x97][0xf6][0x8c]4v[0xe6][0x96][0xd8]`,[0x87]T[0xe0][0xf4]y[0xde][0xed][0xdd]M=[0xa0][[0xf6][0xc6][0x92][0x18][0xca][0xd7][0x84][0xf][0x83][0x82][0xa8][0xa5]%[0xb1][0x90]a[0xd4][0xda][0xae][0xa1]L[0xea][0xa0]c[0xfb]J[0xf7]!rXZNPU[0x8f][0xeb][0x11][0xc7][0xbf]6[0xa6][0xe]Y[0xd9][0x8e]T[0xc6]n[0x8b][0xdb]r=[0xa8]+[0x92][0xf6][0xa1][0x9c][0xfb][0xf3][0xdc][0xae][0xb1][0xab]o?[0xba]o[0xa9][0xb8][0xe8]M[0xdc]H@[0xab]S[0x91]-[0xfd][0xb5]f[0xd2][0x92]9Y?Pd[0xeb][0xc3]c[0xc3]N[0xf6][0x9f][0xd3][0x1]L[0xda]"[0xba][0xc5]N[0x9e][0x96][0xb9][0x94][0xb3][0x4]ar[0xa9]p[0xea][0xa0][0x9d]i[0xb5][0xa4][0x12][0xcf][0x9c][0x88][0x11]:[0x98][0xf2][0xac][0x9d]F[0xa6][0xc6]KBz[0xe8][0xf0][0x4]8*2[0x1f][0xbc]>+[0xa8][0xf8][0xec][0xeb][0xf3]V<{[0xe]CWp[0xe9][0xe4]k[0xde][0x98][0xd6][0xbb][0x9d]f[0xb9][0xd5]B\[0xe1]U[0x15][0x97]g[0xc][0x9a][0x84]l[0xf1]%3[0x89][0xc8][0xb8][0xc1]'[0xb5][0xa5][0x5]6[0xf1][0xd4][0xb6][0xd7][0xb5][0x8e]3~k[0xa1][0xea]([0xf5]{[0x0][0xa2][0xab][0xbe][0xa7][0xb6]UH[0xe7][0xe3]s[0x1][0xf4][0xca][0xb3][0xf9][0xbe][0xac][0xb][0xdf]L0[0x9f][0xb0][0xc5]/Ys+[0xb8]QH[0x9d][0x88][0x2][0xd5][0x0]w[\r]L"=Z#[0xfd][0xa0][0x15][0xcb]m[0x15][0xb8][0xf1][0xf2][0x91][0xdf][0xfd]6[0xae]L[0xc1]_[0xc]i[0xba][0xc2][0xaa][0x91][0xac][0x88][[0xd9]\{[0x81][0x95][0xe8][0xd9].[0xc2]O [0xd1][0x98][0xf0]z[0xd4]JJ[0xe0][0xab][0xb7][0x95][0xd3]f[0xc9][0xeb][0xa5][0xa5]/[0x9b][0x8a][0xe7]s[0xb6][0x3]p[0xe3][0x1b][0xf4]'[0xd5];[0x83]S[0xdc]N[0xe][0xca][0xb9]2[0x14][0x9f][0xd2][0x8e][0xb2][0x1b]dc[0x1d][0xe5][0xf4][0x9][0x96][0xd5]s[0x4][0xbf][0xe2][0x8][0xd9]Y[0xb5][0xed][0x13][0x83]Y[0x12][0xcb];[0xf3][0xc9]\,[0xe1][0xbe][0x0][0x8a]?f[0x8e][0xb];w[0xf9]r[0xe7]a[0xd9]^[0xda][0xec][0xce][0xae][0xad][0x9b][0xa4][0xdd][0x9d]S;[0xe1][0x86]x[0xe0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf4][0xb1][0xad][0x92]GL[0xfd][0x85]=x|`LM;*[[0xd1][0x3][0xbb][0xe0]z[0xf2]g[0x4][0xab][0xbf][0x9f][0x16][0xd3][0xed]t5[0x11]y[0xa8]ZZ[0x12][0xcc][0xaa][0xa5][0xf7][0xc4]w[0xae][0xf4])[0xc4][0xf4]![0xcc]5[0xfa]0[0xf9][0xa5][0xcd][0xc0]|[0x1e][0xd6][0xd0][0x3]c[0xed]c[0xf8]u[0xc]'=[0xf8][0x86][0xea]O[0x11][0x8f][0x92][0x16]n[0x18][0xa1][0xb2][0x8e][0xc6]'[0xc9][0xc3]t[0x84][0xe6]a[0xe2]et[0xa4][0xbe][0xce][0xfa][0xa6][0x86][0xa6][0x11][0xd2]G[0xc8][0xe8]=z[0xf6][0xa7][0x8f][0xe3]H[0x19]}[0x1c][0xe3][0x12]20v[0x83][0xc9]U[0x98][0xed][0xa4]J[0x8a][0xd0],[0xea][0xa1] [0xed][0xa6][0x6][0xea][0xa5]f[0xda][0x3]FD[0xf5][0xa0][0x8]R[0x5][0xdd][\r]![0xca][0xe4]B[0xfa][0x4]}[0x12]_[0x83]j[0xe8][0x1e][0xba][0x17]BU[0x82][0xd7]}t?[0x4]{[0x0][0xeb][0xd3]I;[0x8b][0xa5]2[0x9d][0x1e][0xd4][0xe9]![0x9d][0x1e]&[0x1c]Di[0xca][0xb4][0x80][0xca][0xe9]Q:[0x8a][0x19]t[0xe0][0x1c][0x18]z[0xb1][0xf3][0xe8]([0x95][0x1f][0xa1]-[0xa7][0xc9][0xbf][0xf7][0x14]U[0x4][0xcc][0x11][0xaa][0xab][0xbc][0xe4].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd0][0xe7][0xd4][0x89]{[0xb0][0xfb]y:[0xee][0x9a][0xc5] [0xed][0x15][0xda][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb5]c[0xf5]qX@y[0x11][0xff][0x15]g}[0xd8]}NY[0xe0][0x16][0xc1]6|[0xbe][0x19][0x1c][0xac][0xd5][0xaa]`[0xd6]p[0x1e]n[0x8d].n#[0xb4][0xe8][0x8][0xf9][0x80]_[0x81]Gp"ro[0xb5][0xd7]%[0xf4][0x1e][0xf],VW,q~[0xe1][0xa4][0xb2][0xe1]21U8[0xb0][0x14][0x16][0xec]h|[0x8e]|[0x81][0x8b][0x1c][[0xc3][0x1e][0x17]w6:[0xc6][0xbe][0xb0][0x89][0xf6]#[0x8c][0x8]![0xe4][0x3] [0x15][0x8][0x9b][0xc5][0x8][0x9c][0x15]Py#v[0xb7][0x0][0xfc]0[0xbc][0xb8][0xb][0x10]E[0xe1][0xc1][0x9]xo[0x1e] [0x1d][0xa2][0x87][0xe8]&[0xb8][0xea]-[0x80][0xf7][0xbd][0x80][0xf3]N[0xc0]w[0x17][0x0][0xbc][0x1b][0x80][0xdd]K'A[0xf1][0x4][0xc0][0x1e][0xc1][0xca]):AO[0xe2][0xd7]S[0xf4]4[0x9d]V[0xa6]L[0xe3][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x98][0xe6][0x98][0x82]^[0x9c][0xe2]S[0xca]X+[0x10]Q[0x8e][0xb1]6[0xd2][0xe][0x9c][0x12]c%h>[0xb8]=[0x6][0xd7][0xbf][0x8b][0x16][0xba]'[0xee][0xa6]9[0xf4][0x5]u[0xe2][0xb1][0xa2][0xf1]a[0x16][0xd7][0xa8]O[0x14][0x8d][0xfa][0xf4]8[0xa3][0xae]$[0xdf]Y[0xa8][0xe1][0xd5][0xe9][0x89][0x92]#D[0xaf]R-[0xbe][0x95]gA[0xc7]X#z[0x8d]f;[0xdb]/[0xc1][0xcb][0xc6][0xa2][0xd1]/[0xf]Y'[0x1a]!\[0x99][0xf2][0xa4]f[0x18]l[0x19]<[0xa1][0x6]2[0x5]j;[0x4]d`;[0xbf]S@n[0x12][0x90][0x8f]R[0xe5][0x18][0xe2][0x8f][0xe3][0xb4]D[0xf8]R[0xaa][0x1b][0x97]X[0xbe][0x2]8[0xbe]JS[0xf0]l[0x9a][0x8d]wr[0x90][0x9e][0x7][0xc5]st[0x11][0x1e][0xf0]M[0xf4][0x82][0x82]l[0x5][0x0][0x98][0xe2]*[0xa6][0x81][0xca]Q[0xac][0xc]4[0xe5][0x0][0xf7])[0xac]A[0x16][0x5]#[0xa9][0x99][0x80][0xc2][0xae]/[0x97][0x5]7[0xeb]t[0xba][0x1c][0xf2][0xe3][0xa9][0xed][0xca][0x9f][0xc4]Y[0x1][0xed][0xa2][0xfa][0xb2][0x11][0xaa]_?o[0x94][0x1a][0xd6][0xbb]~8o[0x84][0x1a][0xeb][0xe1][0x9d]M[0xae]37[0x1e]W[0xb9]U[0xa4][\r]([0x9d][0xbf][0x7]G[0xf9]>$[0xfe][0x1][0xa4][0xff][0x17]%][0xd0][0xe1][0xe5][0x1a][0xc0][0x7]C=Mgp[0xd3][0x12][0x9c]s[0xe2][0xb0]\[0x1e][0xfc]n6>[0xe]]D[0xde][0xcd]*[0x8e]*G[0xa9]9[0xdc][0x0][0x8]u[0xc7][0x9d][0xf1];[0xe4][0xfe][0xe]\2J[0x97][0x86][0x5][0xbd][0xfa]B[0x8c],[0x1f][0x8b][0x91]St[0xd9][0x98][0xb];8[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w[0xff][0x1a]z[0xfe][0x6]v[0xfb][0x1d][0x12][0xf4][0xef][0xe1][0xd8][0x80]tF>[0xf8]K1A[0xfb]A[0xe5]$[0xe3][0xb9][0xc5][0x99][0xe4][0xa9]cJ[0xfa]ep[0xb8][0xaf]([0xf7]y@Y^[0xab][0x9a]:.#?[0x3]K9[0x18].QZ[0x10][0xf9]O[0xd0][0x8a][0x13][0xb4]r[0x84]V[0x1d][0xc3]/V[0xf2][0xf8][0x14][0xcf][0xd7]@[0xff][0xb5]"[0xfd]Z[0x85][0x12]Q[0x95][0x6][0xea][0xc0][0xea][0x11]Zs[0x1f]y=[0xc7][0xca][0x8e][0x15][0xf1][0x9d]"[0x14][0xf0]A[0x93][0xcb]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W([0x9][0xca][0x88][0xa7][0x80][0xcd][0xd7][0x8b]lV[0xba]l[0x2][0x8a][0xcd]Z[0xc5]F[0xf7][0x1c]%O[0x9]#u=[0xcf]T[0xc][0x0]v[0xd5]&tc[0xf4][0xec]$,[0xd6]][0x80][0xc5][0xa2][0xf1],[0x9e][0x9b][0x84][0xc5][0xe5][0x17]`Q7[0x9e][0xc5]7[0xe0][0xdd][0x8e][0x1f][0xbc][0x1d],[0x4][0xc1]:[0xe5][0x7]:[0xfc][0xc0][0xf1][0x0][0xcc]B[0xc8]X;$[0x98]P[0xb0][0xe7]+[0xf]h[0x18][0x97][0xb1][0x16]"[0xee][0x89][0xd7][0x90][0x8f][0xd7][0x91][0x9f]7P[0x15]_A3[0xb8][0x85]f[0xf3]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xab]2[0xf5],[0x15](N[0xc8][0x88][0x8b]:!S4[0xab][0xbf]|[0x9c]Y_[0xa0][0x17]][0xb1]>[0xe4][0x8a]u[0xd9]([0xad]W[0xc2]l([0x8a][0xb5][0xf1]xA[0xd4]+[0xfe][0x8e][0x80][0xcb][0xc0][0x92][0xf8]*[0x8][0x18][0x81][0x80][0xbb]![0xe0][0x1e][0x8]x[\r][0xcd][0xe5]ki!_G[0x8b][0xd9][0xa2]z[0xee]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xb8](h[0xfd]8A[0xbd]T[0xe6]//[0x1f][0x97][0x84][0xbe][0x9]I[0x1d][0x1b][0xdc][0xec][0xda][0xa0][0x85]O[0xd0][0xa6]GH[0xc7]x\[0x99][0xa3][0x5][0xe6][0xb8][0x9f][0xe6][0xa9][0xf9]f5[0x9f][0xaa][0xe6][0xad][0xca]Lf`[0xcb]I[0xda]$[0xc4][0x81]6wR4[0x99]#w[0x9a]t[0xce]P[0x5][0xe7]i[0x1][0xf]S[0x1d][0x1f][0xa4][0x10][0x1f][0xa6][0x15]|[0x3][0xad][0xe1][0xb7][0xd1][0x6][0xbe][0xb1] [[0xc5]R[0x3][0x12]}[0xab][0x88]]TI[0x89]TP"[0x91][0xef]K[0xe4][0xdb][[0x16][0xd8][0x1a][0xd9][0xeb][0x9]l[0x8b][0xec][0xf5][0x6][0xb6]Gv[0xa0]d[0xb5][0x1f]/[0x82][0xa5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdf][0x8e]K[0xef][0xc0][0xa5][0x1f][0xa0]E[0xfc]A[0x5][0x8c][0x9]^[0x8b]p[0xcd]?[0xd0]?[0xe2][0x97][0x1b][0xc][0x15][0xe3][0xc0][0xf8]v[0xf1][0xea]7[0xb9]W/*[0xb9][0xda][0xeb]\}[0xa5]\[0xbd]c[0xe2][[0xe1][0xb5][0xfc][0x0]n}[0x8][0xa6]y[0xb8]x[0xeb][0xdc][0xb][0xdf][0xfa][0x1d][0xfa][0xae][0xdb][0x95][\r][0xb8]]Y[0x96][0xc3][0xdc][0x1][0xfe][0xe1]p[0xc3](ut4[0x8e]R'[0xd2]TW/Z[0x80][0xee][0x86]gI[0xc7][0x8f][0xab][0xb0][0xb8][0xf3]([0xd5][0x8e][0xd5][0x86][0xb1][0x19][0xba][0xa9][0x12][0xa2]j[0xcf][0x99]B[0xbe][0xdb]5[0xd6][0xde][0xf5][0x14][[0x3]uh[0xf7][0x19][0xd5][0xd4][0xce][0x83][0xc3]D[0xd4]w[0x5][0x8a][0x8a]|7*'[0xda][0xa4][0xbe][0x8e][0xa6][0xbb]i&D=A[0x1a][0x9f]D[0xc7];B[0xe5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe9]e[0x94][0x2][0xfc]$"[0xe6])[0x9a][0xc7][0xcf][0x2][0xb6]o[0xd0]R~[0x81]j[0xf8]E8[0xe6][0x17][0xa9][0x81][0x9f][0x86][0xc1][0xbf]L+[0xf9][0x19][0xda][0x88][0xfd]-[0xd8][0xdf][0x8e][0xfd]0[0xf6][0xbb][0xf8][0x9b][0xb4][0x9f][0xbf][0xa5][0xd0][0xda][0x88](o[0x80][0xd3][0xfc][0x13][0xfd]3n[[0xa9]fO)[0xbf][0xcc][0xba][0x8]jh[0xec][0xbe][0x87][0x82][0x81][0x97][0x17]Z[0xbd][0x1f][0xa0]dh[0xe8]8[0xca][0x95][0xbb][0x97])|[0x17][0x93][0xef]5Z[0xaa][0xd3][0xbf][0xea][0xf4][0xc3][0xad]:[0xfd][0xa8][0x1d][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xff]M[0xd2]'>/[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xfc]e[0xcf][0xb5][0xf4][0x8f][0xdc][0xda][0xdb][0x83]"[0xd1][0x1b][0xe6][0x86]G[0xa8][0xa3]AaTs[0x84].o[0xa8]B:[0xdb][0xb3]a[0xbe]v?-)[0x80][0xb8][0xb7][0xb4]9[0x1b][0xc3][0xaf]a[0xbe][0xe7]:[0x94]9[0x84][0xc0]Q[0xaa]P[0xbc][0x8e][0x9e][0xfd][0xc2]X[0xcf][0xdf][0x8c][0x12]G[0xfc]C<[\r]~[0x84][0x10][0xfe]1[0xc2][0xf7]'@[0xea]g[0xc8]/[0xbf][0xa0]U[0xfc]K[0xba][0x82]M[0xed][0xfc][0x1b] [0xf2];[0xda][0xc5][0xbf]/[0x96][0x97]UE[0xdd][0xe6][0xd1][0xa5][0xf4][0x1f][0xf4][0x9f]*[0x9b][0xf4]([0xcd]%h[0xba][0xe9]'[0xc5][0xf2]RE[0x9e]WUG[0xf2]*[0xad][0xe5][0x97][0xc9][0xd4][0x8b]nV[0x7][0x95]ZL[0x95][0x1f][0xc7][0x9a]`[0xba][0xe2]4][\r][0x95]x[0xc7](][0x83]"9J[0xfb]6[0x94][0xcd][0xbf][0x8f][0x16][0x8a]N[0x5]m[0xaf][0x85][0x9e][0xf3]G[0xe8]M[0xaa]D[0xee]>S?[0xe6][0xf1]R[0xee][0x8][0xd7][0x18][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0xcc]k[0xc8][0xdd]D[0xb3]5[0x8d][0x96]k[0xde]b[0x19]7[0xa8]Q[0x95]D[0x89][0x83]Z[0xfa][0x99][0x92]4[0x80]R[0xf7]s[0xa5][0xc7][0x3]N|[0xbc]N[0xcb][0xd5]s[0xe5][0x9][0x1e][0x17][0x16][0xbf]([0x6][0xe3]I7[0x87][0xee][0x92]N4[0xf0]f4[0xb2];[0xea]U[0x1b];[0xb][0x9f][0xeb][0x8e][0xd0]T|[0xac]#d[0xe0][0xd3]w\[0xd1]D/L[0x13][0xe8]/$[0xd9][0xdd][0xe7][0x14]}-@~m[0x6]-[0xd2]f[0xd1]EZ55ks[0xa9]U[0x9b]O[0xdb][0xb5][0x85][0xb4]C[TL[0xb0]~[0xba][0x92]~[0x89][0xa6][0x88][0xd0]Y[0x96][0xbb][0xfd][0xa1]hSN[0xda][0xab]t[0x11][0xfa][0xbf][0xa5][0xe3]T[0xf9]U[0x11][0xfa][0xef][0xbb][0x11][0xbe][0xa3][0x0][0xfd]i[0xb2][0xf7][0xa2][0x14][0x9c][0xa2][0x81]pC`p[0x84][0x86]z[0x11][0xb7][0xb1][0x8e]F[0xb1][0xc6][0xc6][0xb2][0x5][0xf7][0x8d][0xf9][0xdd]~Xb[0x81]c[0x89]u[0x1e][0x11][0xbf][0xda]s[0x8e]ET[0xba][0xd5][0x1a][0xc9][0xd0][0x9a]i[0xba][0x16][0xa2][0xb9][0xda]%[0xd0]d9][0xac]]F[0xf5][0xda]J[0xba]B[E[0xed][0xda][0xda]b[0xb]x[0x5]D[0x13][0xd9]=[0xd0][0xbc][0xd5][0xb5][0xd3]tZC[0xff][0x85][0xb6]Gre[0xa3][0xb2][0x98]F[0x17][0x83][0xb3]X[0xac][0xcc]}e[0xf2]Y[0xbc]e<[0xca]f[0xbf]Qf[0xa3]q[0xda][0xfe][0x16][0xdd][0x92][0xf3][0xc6][0x99][0x89]#[0xf2][0xc6][0x89]IXLE[0xf2]w[0x12][0xb9]F[0xd2][0xce][0xc][0xfa]+[0xfd][0xf][0xd8]OAZ[0xfb]_[0xfa]?[0xd5][0x1c]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88]2\[0xfd]7z[0xc9][0xad]h[0xb7][0xe1][0x1c][0x9a]+[0x1a][0xe6][0xe][0xee][0xac][0x8a][0xae][0xf2]xT[0x11][0xad][0x8f][0xc8]S[0x14][0x5][0xae][0xb3]I[0x15]8[0x94][0xb9][0x1b][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x15][0xae][0xe9]Y[0xaa][0xc4][0x8f][0xab][0xf0][0xff]-[0xab][0x8]w[0xfa]0uj[0x1f][0xa1]n[0xed]c[0xb4][0xf]4}[0xa0][0x19][0x0]M[0x1c]4i[0xd0]d[0xb5][0x7][0x15][0x8e];q[0x0]8J1[0xf3][0xc2][0xe4][0xa6]*u[0x92][0xc6]MU[0xea]$7[0xc][0xab][0xb0]#5s[0x1c]J[0xa3][0x9c][[0xea]<[0x94]Q6[0x90][0xd4][0x9a]TA[0xe9]QN[0xb6][0x84]|[0xaf][0xd3]ZT<[0xd4]=[0x96][0xaa][0xd7][0x81][0xaa][0xd7][0xa1][0xaa][0xde][0xd4][0xb1][0xaa][0xf7]2[0xaa][0x9e][0xe3][0x12]i[0xd7][0xd9][0x2]\[0x8f][0xee][0x6]~[0xd1]}[0x94][0xc][0xf9]C[0xd6][0x8d][0xce][0xab][0xb2][0x1c][0xf2][0xd4][0x95]&z[\r][0xef],t}[0xe5][0xda]([0x99][0xda][0x13]T[0xa9][0x9d]BH=Yt[0xc6]J[0xc8]!/GV>[0xe4][0x4][0x84][0xfb]^,[0x97][0xf7][0xa2][0xd8][0xe1][0x15][0xfa][0xa8]{[0xfb][0xf3][0xee][[0xe7][0xb0]z[0x93][0x9d]D/[0xf9]v[0xf5][0x9d]r[0x9a][0xde][0x81]T[0xf0][0xce][0x93]h[0x16]T/[0xb9]"[0xf0][0xae][0x11][0xba][0xa9]W&7[0x17]&[0xef].Ln)L[0xde]S[0x98][0xdc]Z[0x98][0xbc][0xb7]0[0xb9][0xad]0y_a[0xb2]Z&[0x92]'[0x9c][0xa7][0xd5]F[0xe0]Cx[0x18][0x1b][0xb4][0x1c][0x91][0xba][0x2][0xca][0xae][0xc5]{`[0x3][0xd5]`[0xe7][0x12]d[0xc8][0xb5]p[0x94][0xcd][0xd4][0x82]<[0xbf][0x19]1[0xdf]J[0xd7][0xd2][0x16][0x1a][0xa0]6[0xf4][0x1e][[0xe9][0x10]m[0x3][0x97]WU[0xf0][0xbc][0xf6][0xff]PK[0x7][0x8][0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/util/environment/EnvironmentException.class[0x95]SkO[0xd3]`[0x14]~[0xde][0xdd]ZF[0x91]1[0x90][0xab]JQ[0x84][0xd1][0x1][0x95][0xab][0x17][0x88][0x89]"[0xfb]4[0xbc][\r]I[0xf0][0xb])]3[0x8a][[0xbb]t[0x1d][0xf2][0x3][0x8c]1[0xf1][0xab][0xbf][0xc1][0xcf][0x98][0x8]$[0x9a][0xf8][0x3][0xfc]M[0xc6]x[0xde][0xb6][0x1b][0x15][0x8a][0x89][0x1f]v[0xce][0xfb][0xbe][0xe7][0x9c][0xe7]<[0xe7]9[0xeb][0xcf][0xdf][0xdf]~[0x0]X[0xc0]j[0x1a]W[0xa0]t[0xa0][0xb]yn[0xa6][0xf9]u[0x86][0x9b]Y[0x1]j[0x1a])("[0xee]p?'b[0x9e][0xfb][0x5][0x11][0x8b][0x2][0x96][0x4],3[0xa4]k;[0x7][0x9a]cj[0xbb]U[0x83]![[0xdc][0xd7][0xe]4[0xb5][0xaa]Y[0x15][0xb5][0xe4]:[0xa6]UYa[0x10]j;[0xba][0xd6]lP[0xf8]j([0xbc][0xb9][0xe7][0xd8]oy[0x15]e[0xa4]VM[0xcb]t[0x1f]2[0xc][0xe6]"3[0xa6][0xb6][0x18][0x12]kv[0x99] [0xba][0x8b][0xa6]e*y[0x1e]K*_[0x11];j[0x83][0xa7][0xbc]G[0xcb][0x3][0x94][0xfc][0x84][0x0][0x90][0xe1]&nE[0x14][0xc7][0xcf][0x17][0x1f]F[0x16][0x8f][0xb7];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6]T ![0x93]E[0x96][0xff][0x8c][0xd1][0xef]Hm[0x9f]B[0xc8][0x8a]'[0xe8][0xe0]|[0xc8]e[0xd3]dN[0xd0]y[0x14][0x15][0x93][0xc8][0xe4][0x83]8![0xc5]C[0xba][0xbc][0xa3][0x9e][0xef]I[0x97][0xf][0x98][0xc0][0xc7][0xd0]r[0xb][0x1][0x93]$[0xad][0xff][0xb6][0xa7][0xcb][0x4][0xdd]D[0xb0]_[0x98][0x10]0I[0xf7][0x9c]7[0xc7][0xd4][0x1f]PK[0x7][0x8]D[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/i18n/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/i18n/ResourceManager.class[0xa5]WkW[0x1b][0xd7][0x15][0xdd][0x17]I[0x8c][0x90][0x7][0x1b]c[0xc][0x16][0xc6]O[0xc0][0x5][0x81] [0x8e][0xdd][0xd4][0x6]L[0x83]1[0xa9]I[0xc4][0xa3][0xc8]6[0xc5]MC[0x7]1[0x6][0x81][0x90][0xa8]$[0xe2]G[0xf3][0xea][0xbb][0xa9][0xd3][0xf4][0xfd]H[0x93][0xa6]i[0x9a][0xe0][0xa6]Ol[0xb7][0x82][0x86][0xb5][0xea],[0xf3][0xad][0x1f][0xfa][0xb][0xfa][0xf][0xfa][0x7][0xda][0xac][0xd4]t[0xdf];#1 [0x1]i[0xb3][0xb4][0xd6][0x9d];[0xe7][0x9e]{[0xce]>[0xe7][0xec]{[0xee][0xe8]o[0xf][0xde][0xfd]+[0x80][0x13]X[0xf6][0xa1][0x9]S>[0xb8]0[0xad]!&[0x9f]3[0x1a][0xe2]>x[0x90][0x90]/[0xb3][0x1a][0xbe][0xe0][0x83]Wjx[0x91][0xf4]"[0xe5]C[0x1a]s[0xf2][0xe5]i9\[0x95][0x8a][0xd7]J[0xa8]x[0xdd][0x87][0x1b][0xf8][0xa2][0x9c]=[0xe3]C#[0x9e][0xd5][0xf0][0x9c][0xf][0x15]x^[0xbe][0xbc] [0x87]/[0xc9][0xd7]/{[0xf1][0x15]i[0xf6][0xab]r[0xf8][0x9a][0xf]_[0xc7]7[0xe4][0xec][0x9b]rxQ[0xbe]~K[0xe]7[0xbd]x[0xc9][0x87]o[0xe3]e/[0xbe]#[0x9f][0xdf][0xf5][0xe1]{[0xb8][0xa9][0xe1][0xfb]^[0xfc][0xc0][0x87]c[0xf8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa1][0x86][0x1f]I[0x93]S[0x1a]~,P[0xd9][0x1d][0xea][0xe9][0x1a][0x1a][0xed][0xee][0xea]>[0xdf]3:[0xd8]3[0xd4][0xd7][0x1b][0xe][0xf7][0xe][0xf4][0xb][0x1c][0x8]M[0x19]O[0x1b][0xad]1#>[0xd1]:4[0x17]OGg[0xcc]A39[0x13]M[0xa5][0xa2][0x89]x[0xbb]@[0xc9]POx[0xe0][0xe2]PwOX`[0x8f][0xa5];[0x97][0x8e][0xc6]Z[0xcf][0x1b][0xa9][0xc9]>cVj[0x84][0xa3][0x13]q#=[0x97]4[0x5][0xcc]|[0x8d][0xe][0x87][0x83]p:[0x19][0x8d]O[0xb4];$I[0xf3]J[0xeb][0xb0]iL[0xf][0x99]W[0xcc][0xa4][0x19][0x8f][0x98][0x1d][0xa1]Dr[0xa2]51[0x9b]:9e[0x99][0x89][0x1e]?[0x15]o[0x1d]2S[0x89][0xb9]d[0xc4]L[0xb5]w[0xf2]'P[0xdc][0x11][0x8d]G[0xd3][0x9d][0x2][0xae][0x86][0xc6]K[0x2][0xee][0xee][0xc4]8[0xbd][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "E[0xe3]f[0xff][0xdc][0xcc][0x98][0x99][0xbc]`[0x8c][0xc5]()[0xf]%"F[0xec][0x92][0x91][0x8c][0xca]w[[0xe8]NOFS[0x2][0xf5][z[0xea]3[0xe2][0xc6][0x84][0x99][0xa4][0xaf][0xb2][0x9]3}[0xd6]H[0x99]9[0xc][0x2]'[0x1a][0xf2][0x83]j[0xdc][0x6][0xb8][0x80]w[0x8c]V[0xfa][0x8d][0x19][0x85]+o[0xbf][0xc0][0xe3][0x5][0xac]:$[0xdd]1#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "%[0x8c]q[0xa2][0xda][0xde]YIr[\r][0xee][0xa1]m[0xb5]wD[0xd6][0x8c][0xb]Tm[0xe2]U[0xa0]4[0x9c]6"[0xd3][0xac][0xaa]J%[0x99][0xc5]c[0xa0][0xe1]'[0x1a]~[0xaa][0xe1][0x15][0x81]'7[0x8d]@[0xb9]U[0xc5]0[0xff][0xff][0x98][0x8a]c[0xca]@.}N[0xa3][0x1a]~Fy$f[0x1a][0xc9][0xec][0x96]n#2Ie_[0xcf][0xb5][0x88]9[0x9b]&[0x9d]S[0x1a]^[0x15][0xd8]=;[0x97]VK[0xe3]YE[0x81][0x93][0x85][0x80]o[\r]G[0xf2][0xce]E[0xfa][0xae]?By|&[0xec][0xca][0xf5]$[0xbc]>[0x9b]%b[0xe7]G;[0x8][0xc][0x85][0xd4][0xdc][0x18]J[0xe9]U[0xa7][0x15]v[0x18][0x1][0x9d]j[0xe][0xf6][0xba][0xe3][0x8a][0x83]{([0x1d]d5Is[0xc7][0xe2][0xc3][\r][0x1b][0xcb][0xf3]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3]!}n[0xdc] [0x9e][0xbc][0xbd][0x2][0xe7][0xf2][\r][0xe6]Wo{[0x17]*T[0xb9][0xdb][0x81]u[0x81][0x8][0xce][0xe6][0xce]X}[0xa1]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c];[0xd7][0xec][0xf4]D[0xae][0xb7][0xa9]%[0xdb]&9[0xf5][0x9a][0x86][0x9f][0xb][0xf8][0xf3]|[0xaf]y[0xf1]vDbv/[0xf2][0x85][0xd5][0xe2]cQY[0xdb][0x8a][\r][0x8d][0xa4]E[0x9a][0xd7][0xf1]0N[0xe8]8[0x8d]3[0x2][0xb5][0x1f][0xa2][0xfb][0xe8][0xb8][0x88]6[0x12]l[0xcb][0xe4]H[0xa3][0xaf][0xeb][0x18][0xc0] O[0xee][0xc6][0xf8][0xce][0xce]Ec[0xe3][0xd2][0xd0]/[0xf0][0x86][0x80][0x18][0xe5]1[0xd1][0xf1]K[0xbc])[0x5][0xbf][0xd2][0xf1][0x16][0xde][0x96][0xdb][0xe7]u4#[0xa8][0xe1][0x96][0x8e]_[0xe3][0x1d][0x1d]-h[0xd5][0xf1][0x1b][0x9c]`[0x8a][0xb7]`[0xa8][0xdc][0xf9][[0x1d][0xbf][0xc3][0xef]u[0xfc][0x1][0x94][0xc3][0x2][0xb3][0xd0][0xe2]@v[0x1a]m:>[0xf][0x83]i[0xd4]q[0x1b]w[0xa4][0xe4][0xbc][0x8e]+`*[0xee][0xe2]O:[0xfe][0x8c][0xb7][0x9][0xab][0x85]=DG[0x6][0x8b][0xf2][0xbe]Y[0xdb][0xbd][0x84][0xbf][0xb0][0x4][0xeb]@[0xe4]]Q[0x8c]Y[0xa6][0xa3]E[0x9d][0xfc][0xee][0xc4][0xcc]l[0xcc]L['_[0xc2]{[0x97][0xc4][0xc9][0xbb][0x91][0xd8][0xd2][0xd7][0xc][0xe][0x8c]M[0x99][0x91][0xf4]:[0x91][0x95]9[0x81][0xbd][0x5][0xfb][0x14][0xa9][0xb2]&[0xbf]0[0x99]L\[0xb5][0xe]s[0xd9]FR[0xaf][0xc3][0x1d]6#s[0xc9]h[0xfa]z[0xae][0x17]e[0x81]9[0x9][0xc7][0x1b]l[0x83]K[0x81][0xe6][0xff][0xe1]R`G*6fg[0xcd][0xf8][0xb8]@[0xb0][0xe0][0x15][0xb5][0x9]=[0xe4][0xe5]4[0xc9][0xe4]X[0xd7]([0xef][0xd4]^[0x81][0x9a][0x86][0xde]-[0xf5][0xd3][0x89]l[0x9e]*[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xab][0xce][0x8f]t[0x19]0[0x96][0x83]j)eg[0xae][0xb5]+BR[0xa4][0xba][0x13][0xf1]t2[0x11][0x8b][0xc9]B[0xec]b[0x95]#[0xd3]N.[0x1c][0xb0]}[0xe6]69[0xbe]e[0xa4]I[0x8f][0xa2][0x9]K[0xeb][0xc4]fQ[0xc0]j[0xe8][0xbc][0x1b][0x4]N[0x15]X-[0xa0][0x9f]/[0xa2][0x1][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81]c[0x85][0xcc][0x17]R_[0x9f][0xba][0x9c]xg[0xb6][0xe1]d)[0xe7]_[0xa7][0xb7][0xfe]N[0xf6][0xad]uA[0x19]Xc[0x81]F&[0xa0]Q[0xc9]jX;[0xb8]9[0xdd][0x1b][0x1f]7[0xaf][\r]\[0xd9][0x90][0x88],MX[0xfd][0x92][0xd4][0xdc]X[0xca][0xae]oeCo[0x1]*[0xb4]o[0xb2][0xf9][0x12][0x8e][0xf3];[0xb5][0x89][0xdf][0xcd]E[0xa8][0x96]m[0x85][0xb3]j[0xd9]Q [0xf0][0x90][0x92][0x1e][0xc7].[0x8e][0xec][0x84][0x94][0x9c]T[0xdf][0xd7]l[0x1]|z[0x2][0x8b][0x10][0xb7][0x95][0xca][0xc7]9[0xfa][0xf8][0x4][0x95][0xdd]T}[0x84]3[0xdd]R[0xc2]'p[0x8a][0xcf][0x12][0xd9][l[0x3][0xf]QS[0xae][0x15][0x7][0xc4][0x12][0x8a][0x16]r[0x16][0x8a][0x95][0xf4][0x8c]cw1[0xda][0xd1]a[0xef]>c[0xef][0xbe]K[0xf][0x1e]>[0x1b][0xcb]]#}[0xf7][0x3]Kp[0xf7][0x8b][0xe0]<[0xca][0x97][0xe1][0x19][0x9]4-[0xa2][0xb8]?[0x10]\[0x82][0x16]l^Yhs7[0xaf][0xf8][0xdd][0xf7]h[0xde][0x83]#8[0xca]MG[0xf9][0xa5]-[0x9f].[0xe5][0xf0] 4[0x8e][0x8f]s5D[0xf8]}[0x8c]s[0x0]~[0xc]R[0x1e][0xa6][0xd6][0x5][0x5][0xe4]0u}[0xd8][0x87]N|[0x92]3[0xba][0xb5]![0xc9][0xd9][0xa3][0xe8]"[0xa8][0xb3][0xca]R[0xd1]pPC[0xb7][0x86]s[0xab][0xd4]si[0xe8][0xd1][0xf0][0x18][0x5][0x10][0x1a]>[0xa5][0x2]8o[0x7][0xf0]/[0xfa]+[0xe6][0xd3]`[0x0][0xfd][0xf7][0x97][0xe1][0x1d]YDI [0x3]_[0xf9][0xe][0xe]M[0x19][0xe8][0x19][0x94]f[0xb0][0x93][0x91][0xb5][0xb9][0x85][0xdf]=[0x8f][0x16]+[0xb6][0xe6]E[0xec]jso[0xbe][0xc1][0xef]f[0xdc]~w[0x90][0x81]{[0x82]+~[0x8f][0x15][0xf8][0x8].[0xd3][0xd9]e<[0xa5][0x9e][0xce][0xc0][0xc7][0xb8]:[0x8e]:[0x98][0x8]`[0x82][0xc1]N[0xf2][0xfa][0x9a][0xa2][0xd6][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "<[0xc0]<[0xd7]q&[0x3]wK[0xb8][0xb9][0xc0][\r][0xf4]2iB[0xcd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xc8][0x14]\[0xcc][0xa6][0xc0][\r][0xb7]J[0xc1][0x13][0xeb][0xb3][0x10]"{[0x8a]T[0x16]b|J[0xc2][0xd4]0[0xb]O[0xdc][0xbf][0x83][0xb2]%[0xec][0xbe][0x83][0xf2][0xc][0xf6][0x4]Vn[0xc1][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xac]4[0xdd][0xbb][0xad][0x2][0xd8][0x83]J[0xea]U[0xb2]2[0x95]9[0xaa]T*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdc][0xe0][0xf8][0xc]v[0xe0]Y[0xec][0xc6]s[0xd8][0x8f][0xe7][0x15][0x90]r[0x14][0xad]RAd[0xdd][0xbe]O0}[0x94][0xbb][0x9][0xb9][0x9f][0xb5][0xe4][0xcd]kW[0xe2][0xe][0xd3]![0xed][0xd4])*-[0xa3]b[0x84][0xfc][0xd9][0xdb]O[0x18][0x81]`[0x6][0x95][0xc3][0xcd]D[0xe2][0xb3]Ida[0xf1][0xa3]Fb&+j[0x94][0xc5]5,/r[0xbc][0x89][0x9d]x[0x9]U[0xfc]wW[0x8b][0x97]s[0xec][0xd9][0xc9][0xb8]?[0x8d]![0xc5][0x9e][0xba]\[0x12][0xeb]Tb[0x5][0x99]f[0x91][0xdd][0xd2][0xba]@-[0x19][0xc3]>[0x19]C[0x8d]M[0xa3]sk[0x91][0x14][0x13][0xff][0xc5][0xdc]Az[0x87][0x98]di[0x1a][0x88]?t_[0xc2][0xce][0xa0][0xea]=T[0xf4][0x89][0xe6]yh[0xa2]ie[0xa1]9[0x83]}[0xef][0xc1][0xc3]Y[0xd3]J[0xf0][0x9e][0x8a]w[0x1f][0xd1][0x81][0x91][0x1c]U[0xcf]Z[0x9e][0x88][0xda][0x1c]1[0xaa][0x15]3_[0xa1][0xd6][0xab]([0xc3]k[0xd8][0x8b][0xd7][0xa9][0xf9]&5[0xde]R[0xf1]T[0xd2]c[0x19]+r[0x89][0xf1][0xc8][0xea]5[0xd8][0xf1]H[0xcc][0xfb]%[0x1][0xfc][0x8a][0x0][0xc3][0xab][0x8c][0xa6]H[0x81][0xcf][0x95][0xfe]39[0xd8]][0xf6][0xf9][0xaf]rR[0xd9][0xcf]A[0x91][0xbe]zcC[0xb8][0xed]h[0x8]U[0xa4][0xb3][0xd5][0x10].[0xe3][0xb3][0xb6][0xb9]Gls:{[0xc1]~[0xda][0xaa])[0xd0]T[0xee]9l[0xe8]x[0x12][0x9f][0xb3]m<[0x95][0x83][0xe4]R[0xf1][0x94]J[0x1b]M[0x96][0x91][0x3][0x1b][0x8d][0xfc]=[0x97][0x2]*[0xda]F[0xe4][0xcc]:[\r]%[0x18]-[0x8][0xe9][0xe0]&[0x90][0xfe]Q[0x10][0xd2]hAH[0x7]7[0x83][0xf4][0xcf]m [0xf1][[0xce]2'd+[0x96]\[0x19][0xa1][0xa5]C![0xd1]4[0x8f][0xd3][0x9c][0x1d][0xee]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96][0x1f][0xc9][0xe0][0xe8][0x1b]()[0xaf][0xed][0xbb][0x85]#vM[0x82].K[0x9e]A[0x9d][0xa3]:T[0xa8][0xb6][0x15][0xd8]v[0xea][0x9d]+[0xcd][0xb]9[0x12][0x1d][0xa3]c[0xe0][0xdf]t[0xf8][0x1][0xe9][0xfa][0x80]mu[0x15]~[0xc1][0xff][0xb5][0xc2][0xc3]/i[\r][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x86]E[0xa9][0x82][0xde][0xc9]@[0xc8]sE[0xa3]"j[0xb6][0xa8][0x2][0xbb][0xd8][0xed][0xb3]2B[0xb6][0x3][0xf3][0xf0]x[0x8c]![0xc2]X[0x86])[0xb7]V%[0xf1][0xea][0xe1]~[0x80]C[0x1a]{[0x19][0x19][0xb7][0x8a][0x3][0xf2][0xd8][0xf0][0x9f][0xd4]8[0xdf][0x80][0xf7]Q[0xf4][0x1]*[0xe5][0xb4]D~[0xc7]nN[0xc1][0xc3]2[0x9a]Z+[0x9a][\r]i[0x16][0xd5][0xeb](h[0xa1][0xf1][0xb2]g[0xae]][0x89].[0x95]x[0x9a];6R[0xfe][0xb1]E4[0xdc]E[0xd9]2[0x1a]i:p[0x17][0xe5][0xf2][0x92][0x14][0x8e]K[0xb2][0x9e][0xa6][0x2][0x94]L*7[0xd1][0xff][0x2]PK[0x7][0x8][0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/util/i18n/Resources.class[0xc5]Y[0xb]|S[0xd7]y[0xff][0x1f]]I[0xf7]J[0xbe][0x6]E`[0x83][0xb0][0x1][0x5]0~H6[0xd8][0xbc][0x8d][0x81][0xf8][0x81][0x13][0x83]m[0x88][0xc5][0xa3]6$ [0xdb][0xd7]FA[0x96][0x1c]INa,I[0x93]6k[0xd3].k[0x9e]KY[0xb3][0x85]&i`[0x1d][0x18][0xe7][0x81]qC[0x9b]4}[0xac]M[0xda]uY[0xdb][0xb5][[0xb6]f[0xeb][0xba]v][0xf7][0xea][0xd6][0xc7][0xd6][0xa4][0x84]~[0xe7][0xde][0xeb]c[0xc9][0xba]R[0xec]-[0xa3]?[0xf8][0xdd]{[0x1e][0xdf][0xf9][0xbe][0xff][0xf7]?[0xdf][0xfd][0xce]w[0xe4]W[0xdf]~[0xe1]E[0x0]kX[0xbf][0x1b][0xdf][0xc1]_[0xb9][0xb1][0x5][0xed][0xc6]&[0xbc].[0xe3]o[0x14][0xfc][0xad][0x1b]v|W[0xc1][0x1b].[0x1a][0xff];[0xfe][0xf8]{[0xfe][0xf8][0x1e][0x17][0xfb][0x7][0x19][0xdf][0xe7][0xef]t[0xe3][0x7][0xf8][0xa1][0x82]r[0xa3][0xb]?[0xe2]#[0xff][0xec][0xc6][0x8f][0xf1]/2[0xfe]U[0xc6][0xbf][0xb9]1[0x1f][0xaf]+[0xf8]w[0xfe][0xfe][0xf][0xfe][0xf8][0x89][0x82][0xff]tC[0xc5]q[0xc9][0x9f][0xf2]5?[0xe3][0x8f][0x9f]+[0xf8][0x5][0x1f][0xf9]o7[0xfe][0x7][0xbf]T[0xf0]&[0xef][0xbc][0xe5][0xc6][0xaf]pY[0xc1][0xdb][0xbc]s[0xc5][0xcd][0xc0][0x98][0xc2]l[0xd4]a[0x92][0x9b][0xd9][0x99]CaN[0xde][0x91][0xdd]4[0xec]R[0x98][0x9b]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d[0xa6][0xba][0xb1][0x8a][0x15][0xf2][0xc7][0x1c][0x99][0xcd]U[0x98][0x87][0x8f]_[0xc3][0xfb]^[0x85][0xcd][0xe3][0x9d][0xf9][0xbc]S$[0xb3]b[0xde]Y[0xc0][0x1f][0xb]e[0xe6][0x93][0xd9]"7[0x1a]X[0x89][0xcc]J[0xdd][0xd8][0xc6][0x16][0xf3][0xc7][0x12][0x1a][0xc1]O[0xf8][0xf0]R[0xde]z]a~[0xde][0xb9]Va[0xcb][0x14][0xb6]\a+x[0xaf]La+[0x89][0x17]V[0xee]f[0x15][0xac][0x92]?[0xaa][0x88][0x14][0x16][0xe0][0x8f] T[0xcb][0xac]F[0xc6]k\f[0x95][0x1b][0xfb][0xd9]j[0x85][0xd5][0xca][0xac][0x8e][0x9a]x[0x9d][0xc1][0x1e][0xda][0xdd][0xd8]I[0xce][0xb5]1[0x14]6[0xc7]c[0xc9]T8[0x96][0xda][0x17][0x8e][0x8e]h[0x12][0xed]L?[0x83][0xb3][0xab][0xb1][0xb3]eW[0x7][0x83][0xb7][0xfd][0x96][0xf0]m[0xe1]U#[0xa9]HtUW8[0xd6][0x1f][0x1f][0xda][0xcc][0xa0][0xc][0x1d][0x8a][0xc6][0xfb][0xc2]Q-s[0xbe]][0x1f]3[0xe6]{Gb[0xfd]|~Q[0xfa]z-[0x19][0x1f]I[0xf4]iM[0xfa][0x1c][0xc9][0xb9]I.[0x9c][0xd4]:[0xc3]CS[0x9a][0xa2][0xe1][0xd8][0xe0][0xaa]P*[0x11][0x89][\r][0x92]D[0xe1][0xd0][0xa1][0xbe]h8[0x99]l[0x8f][0x87][0xfb][0xb5][0x4][0xc3][0x82]4[0xa1][0xe6][0xa9][0x9][0x92]t6Db[0x91][0xd4]V[0x86][0xa2][0x8a]lE[0x95][0xfb][0xc8][0xe5][0xe6]x?[0x99][0x99][0xdb][0x1e][0x89]i[0x9d]#C[0xbd]ZbO[0xb8][0xd7]p[0x81][0xe3][0xde][0x17]NDx[0xdf][0x1c][0xb4][0xa7][0x8e]D[0x92][0xc]K[0xdb][0xe3][0x89][0xc1]U[0xf1][0xe1][0xe4][0xda][[0xc][0x1f]"[0xb5][0x1b]c[0xc2][0x91]$[0xf7]u[0xca][0x83][0xa0][0x85][0xe5][0x1c]x9[0xa0][0x82][0xc][0xcf][0xca]s.N[0xe7][0x96][0xaf]sNr[0xbf]uFK[0xf2] ([0xc][0xa5][0xc2]}G;[0xc2][0xc3][0xba][0xd3][0x14][0x8b]j2'[0x4][0x93]9[0xb6][0x90][0xac]9'[0xa3][0xca]q[0x9b][0xb1]X[0xe6] [0x8f][0xa7]4k[0x84]M[0x95]M[0xa4][0xbf])[0x87]>[0x1a][0x97]b[0x3][0xb4][0xf4][0xda][0xb4]I#0Z[0xe3][0x89][0xa1]pj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xcc][0xd6]Qj1[0xcc]5[0x1f][0x9]'[0xac][0xcd]5W6[0x93][0xb9][0xe6][0x1c][0xe6]h\[0xa1][0xe5][0xa1]#[0xf1]D[0xca]z}[0xa8]2D[0xeb]C9[0xd6][0x87][0x8c]-i[0x8b][0xa5][0xb4]A-[0x7][0x82][0xb6][0xca][0xb6][0x1c][0xab][0xdb][0xc][0xf0][0xed][0xf1][0xd8][0xa0][0xf5][0xd2][0x1d][0x95];[0xc8][0xf8][0x8e][0x1c][0xcb]w[0x18][0xe0][[0xa3][0xf1]p[0xe][0xf0][0xad][0x95][0xad][0xb4][0xbe]5[0xc7]z[0x1a]w[0xd1][0xfa][0x96][0xf8][0x88][0xfe]qY)h[0xa9]l![0x5]-9[0x14][0xb4][0x18][0xf8][[0xc2]|[0xaf][0xd7][0xe6][0x8f]{.[0xb4][0xb9]r[0xfa][0x0][0x83]'{h[0x85][0x95][0xad]l1[0xe7][0x80][0x1e][0x10][0x4][0xdc][0x98]Ki[0xc7]R[0xfa][0x9c][0x11]($a[0x1b][0x9e][0xca]u[0xfa][0xec][0xee]p"[0xa9][0xa5]G[0xd0]\[0xc3][0x83]=[0x11][0x9e])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L_[0x8c][0x1e][0xa7][0xc6]0[0xce][0xb0]27[0xa2][0xcc][0xcc][0xb8]1[0xb2][0xd9][0xd5]{[0x8b][0xd6][0x97][0xb2]^j[0xf]'[0x6]k3[0x13][0xae])n[0xcc][0xd1][0x17]8[0xef][0x80][0xd5][0xe4][0x8e][0x19][0xd9][0x9c][0x5][0x8a]:[0x86][0x83][0xff]K[0x9d][0xb3][0xb0][0xb2][0x86]![0xf6][0xae]Y[0x99][0x85]][0xca][0xa2][0xef][0xfb][0xb4];[0xb]$[0xeb][0x18][0x1e][0xbc][0xaa]Hf[0x81]m=[0xc3]S[0xbf]al[0xb3]@[0xbb][0x81]a[0x93][0x5]Z[0x8b][0xcf][0xc5]R[0x85]<[0x1c]N[0xa5][0xb4][0x4][0x1d][0xa9][0xf6][0xde][0x91][0x81][0x1][0x86][0x85]YRM4[0xae]W4[0xee]!-[0x99]l53[0x8f]/-[0xb7]t[0xd0]xxp*[0xf9]8[0x13]Z[0x92][0xe]TJ[0x9f][0x11][0xca]D[0xc9]^[0xaa]+[0x8d][0xa4][0xd2]d[0x1e][0x97][0xa5][0x15][0xe9]I-[0xab][0xc][0xf3][0x90][0xe8]n[0x3][0xd7]d[0x1a][0x92][0x93]zcz&[0x10]~8[0xe3][0xba][0x93]T[0xce][0xd2][0xc9][0xd0][0xd0][0x17]5k/[0xa9][0x82][0x97][0x15][0xee][0x90][0xae][0xbf]5[0xc2]m[0xcf][0x11][0xc5]R[\r][0xd7]C[0xe5][0x85][0xca][0xd6][0xb3][\r]*[0x6][0x91][0xe4][0x8f]o1,I?[0xa3][0xd1][0xdd][0xf1][0x8][0x1d]r[0x9][0x91]<[0xc9][0xf9][0xc9][0x1a][0xcb]?[0x9c][0x88][0xf]k[0x89][0xd4]q$[0xe9][0x8f][0x91],[0xd7]p[0x84][0xca]B[0xa3]$[0xb2][0x98][0xee]C[0xbf][0x8a]C8[0xac]B[0xc3][0x80][0x8a][0xe3][0xb8][0x9b]a[0xd9];W+*[0xbe][0x86]?[0xa3]c_[0xc5]y[0x8c][0xf1]j01[0xa2][0xa9]l#[0xee]Vq[0xf]>$[0xb3]M*[0xab][0xc7][0x87][0xa8]>|[0x87][0xd2][0x81][0xa0]e[0xef]o$[0xaa]W|K[0xb7][0x1f][0x1b]&[0xe]i[0xc8][0x1f][0xf6][0xf7]R[0x15][0xe3][0xd7][0xab][0x1a][0xef]H[0xca]?[0x18]O[0xf9]U[0xb6][0x99]5[0xa8]l[0xb]#b=\K[\r][0xd7]Rch![0xc7][0xd9]6[0x15][0xf7][0xe1]~[0x95]][0xc7][0x1a]U*s[0x9a][0xa7][0xa9][0xec][0xa3]Je[0xba]J<[0x80][0x87]e[0xd6][0xa2][0xb2][0xed]x[0x98][0xc1][0x9f].[0x9e][0xe4][0x95]I[0x96][0xfc]#xTf[0xad]*[0xbb][0x1e][0x8f][0x12]q[0xe9][0xf2][0x11][0xa3][0x12][0xc9]Z[0xf1]1|\f7[0xa8][0xac][\r][0x1f][0x9f][0x6](J[0xd5]G[0x96][0xf8]cx\f;T[0xb6][0x13][0x8f]O[0x3]4[0xc0][0xab][0x8d],[0xf9]SxRf[0xed]*[0xeb][0xc0][0x93]T[0xba][0xa5][0xcb][0xf7][0xeb][0xd5]E[0xd6][0x82][0xa7]p[0x9a]a[0xbe][0xd5][0xb9][0xad][0xb2]N[0xb6]Ke[0xbb][0xb9][0xc0][0xc2]\G[0xf7]4[0x1f][0xfa][0xc3][0xd9][0xfb][0x84]s8[0xad][0xb2][0x1b][0xd9][0xae]i[0xb2]):[0xdd][0xb3]dG[0xb9]l[0x17]/[0xf3]<[0xd3]S[0x86][0x8a]3[0xf8][0xbc][0x8a][0xaf][0xf3][0x88]+[0xb6]N[0xb][0xc][0x8b][0xf3]^HxX[0xec][0x99][0xc][0xba][0xec]d[0xc1]?[0x97][[0xc9][0xc][0xdb][0xab][0xb2]}\[0xb0]do[0xec]h,[0xfe][0xde][0x98]?aj[0xa8][0xf1][0x1b]i[0xa1][0xde]_[0xce][0xe3]o?}[0xde][0xe5][0xfe][0x9d][0xda]q[0xea]SN)[0xf7]7Ry[0xa0][0xb7][0xed][0xe5]AC[0xe4]=[0xf4][0xc1][0x97][0xfb][0xbb][0xb4]p2[0x1e][0xab]'[0x7][0xc3][0xa0][0x4][0xd4][0xad][0xb2][0x1e]v@e[0x7][0xd9]M[0xf4])[0xb1][0x9b][0xf9][0xe3][0x90][0xca][0xe][0xb3]p[0x86][0xdf][0x93][0xb1]|[0x13]nVY/[0xeb][0xa3];[0xd4][0xde][0x18][0xbf][0x8b][0xf8]Sq[0xff]@$[0xd6]/p[0xf9][0xe3][0x3][0xfe][0xf0]0[0xff][0xbe][0xe9][0x9a]F[[0x90]:>[0xac][0xd5]L[0xea]J[0xbb][0x9d]f[0xc][0xb5][0x9b][0x17][0xa5]"[0xcb]+[0xd0][0xe4][0xa6][$E[0xa3][0xd6]n1.*[0x14]=[0x19][0xf9]S\s=[0xda][0xad]#[0xe1]h[0xb2]m0[0x16]Oh[0xcd][0x94][0xa2]([0xdb]MY2[0xee]%[0xae]a[0x1e]MF[0xdb]I[0xe]h1[0xba]]W[0xcf][0xa8][0xc8]3[0x13][0x5][0xbf]c[0xa6][0xe2][0x93][0x89]Y@[0xc9][0xcc][0xc7]Vg[0xd2]LF[0x8c][0xfb][0xa4][0x16][0x1b]L[0x1d][0xd1][0xb3]7[0xdd][0x13][0x9c][0xd5][0xf6]&[0x88][0x9][0xb2][0xe7][0xa0][0xf7][0xea]4[0xf7][0xab]'[0xe0]=[o[0xbf][0x4][0xb5][0xfb][0x12][0xe6]w_D[0x91][0xb7]x[0x1c][0xb][0x88][0x93][0x5][0xe3]X[0xe8][0xf5][0x5].b[0xd1]K[0xa4][0xa5][0x0]s[0xe1][0xa1]M6[0xb0][0x16][0xeb]z[0xbe]B[0xcf]Wh[0xe6]k4[0xf3]u"[0xe5]5[0x1d][0xf3]Z[0x1a][0xf5]b[0x9][0xee][0xc5][0x87]u[0x97]W[0xb][0xcc][0xab][0x5]m[0x1]A[[0x99]I[0x1b]G[0xbf][0x10][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x12]q[0xf4][0x11]z[0x82][0xc9][0x14][0x12][0xe9][0xfe][0xdc]G[0xe1]aAjI[0x1e]RH#?""<+R?[0x9a][0x87]T[0xba][0xa3][0x98] x[0xa4]p[0x10][0x1b][0xd2]H[0xb5][0x13]}[0xa5][0xa7][0xe0][0xaa][0x96][0xc6][0xb1][0xf8]l:[0xb7]K[0xb2][0xb9]E[0x6][0xa7]o[0xd2][0xf3]-[0xe2][0xe5]2q}[0x5]>&[0xa5][0x5][0xe0][0x6][0x1]t[0x83]`[0xb2]N0[0x19]Lc[0xb2][0x0][0xec]2|&[0x83][0xe9][0xb8][0x1f][0xc0][0x83]V[0xe4]-[0xcd]M[0x1e][0xf3][0xc1][0xc9]J [0xb3][0xc5][0xb3]"[0xef][0xa1]<[0xe4][0xd1]}-D[0xfa][0xa7]E[0xe4][0xb5]3[0x8c]HV[\r][0x7][0xab]A[0x1][0xab][0x85][0x87][0xad][0x81][0x97][0xad][0xbb]*[0x11][0xf9][0x8]~[0xdf][0x8a][0xd4]eyH[0xdd]I[0xa4]v[0x10][0xa9][0xbb]fEjO[0x1e]R[0xe9]R[0x9b][0x9f][0xd4][0xe5][0xd3]H]1SR[0xf][0x11][0xa9][0x87][0x89][0xd4]>"U#R[0x7][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x1f][0xc3]I[0xd3][0x9f][0x18][0xbd][0xb9]?nNj[0xd9][0xb9]z[0xbb][0xff]\[0xe]Vo'V[0xef][0x84][0xc2][0xee][0x12][0xac]*&[0xab][0x1c]a[0xfa]1~[0xbb]8[0xc6][0xef][0xc0][0x1f][0xe4]a[0x95].[0xfe][0xf9]Y]y.[0x93][0xd5][0xf2][0x99][0xb2][0xfa][0x0][0xb1][0xfa] [0xb1][0xfa][0x8][0xb1][0xfa]([0xb1]z[0xf2][0xaa][0xb0][0xfa][0x18][0xfe][0xd0]*T+F;W[0x8c][0xe6] [0xf5]<[0x91][0xfa][0xc][0x85][0xea]s[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5]?[0xca]C[0xea]cxi[0x15][0xaa]5c[0x9d][0xc1]1kRm[0xf3][0xe0][0xb4][0x15]A[0xb6]-[0x98]U[0xa8]>[0x9d][0x87][0xd4][0xa7]p[0xda][0x4][0xf1]m[0x93][0xd4][0x86]4R[0x1d]U[0xcf][0xc3]5[0x81][0xd5][0xf5]v[0x1f]?[0xf2]k[0xc7]2[0x9]^cMp[0x9]J[0xe9][0xd8]6p/![0x84][0xb0][0x95][0xc3]a[0xab]@[0x81]-[0x0][0x8f]-[0x88]"[5Jm[0xab][0xb0][0xc4]V[0xab][0xfb][0xb1][0x95][0x90][0x91]W8[0x83]?&\K[0xe8][0xdf][0xa7][0xf0]':![\r][0xc2][0xa3][0x6]A[0xf9][0x6]Ay[0xed]t[0xca]K[0xb3])?[0x9b][0xe1][0xed]9k[0xca][0xd7][0xe6][0xa1][0xfc]z[0xa2][0xbc][0x8d]([0xdf][0xf9][0xae]Q~n&[0x94][0xaf][0xcb]A[0xf9][0xfa][0x99]R~[0x80](?H[0x94][0x1f]"[0xca][0xf][0x13][0xe5]a[0xa2][0xbc][0x8f]([0xd7][0xae]2[0xe5][0xa3][0xd6][0x94]o[0xc8]C[0xf9][0x9][0xa2][0xfc]v[0xa2][0xfc][0xce]w[0x8d][0xf2]QA[0xf9]wL[0xca][0xb7][0xa4]Snr[0xbe]qv[0x9c][0x97]b[0xf1]4[0xce]?J[0x9c][0xdf]O[0x9c]?[0x84]kl[0xf][0xa3][0xd8][0xf6][0x8][0x16][0xdb][0x1e][0xc5]R[0xdb]I[0xc1]y[0xb1][0xe0]|i[0x1a][0xe7][[0x84]K[[0x4][0xe7][0x1b][0x5][0xe7]u[0xd3]9_[0xfc]N[0x9c][0x9f][0xc7][0x98][0xe9]n[0x7][0xbd]9i[0x5]S[0xee][0x8e]![0xe3][0xd2]n;K[0xa0][0xcf][0xa5]][0xda][0xb][0x4][0x98][0x2][0x1][0xc6]i[0x82][0xc9]4[0xf2][0x8c]y}?Hc[0xdc][\r][0x8f][0xfd][0xb3][0xd8][0xd4]-[0x5]C[0x9d]U[0x1][0xe2][0xab]~[0xba][0xa5][0x17][0xe0][0xb2]]J+[0xf7]=[0xc2][0x92]G[0xec][0xa4][0x7][0xcf][0xe2]9[0x92]v[0x11]Q[0xcf][0xe3][0x2]![0xe2][0x96][0xc6]MKQZ[0xc7]w[0xaf][0xd8]aZ[0xea][0xb6]W[0x87][0xea][0xed]U[0x1][0x9f][0xdd][0xc2][0xde]+[0x98]c{U[0xa4]r[0x9e][0xec]'[0xed][0x15][0xb]{[0xc5][0xa6]=[0xde][0xba]H-[0x89]bP[0xd1]-[0xdb]u[0xcb][0x13][0xa6][0xe5][0x13][0xd4]w[0xd2][0xbb][0xc4][0x99]f[0xb9][0xdb][0xe1][0xb3][0x87][0xea][0x1d]d[0xde]aa[0xfe][0xbb][0x98]g{C[0xec]<-[0x15][0xe6]K[0x84][0xf9][0x12]a[0xbe][0xc4]4[0xcf][[0x9f][0xa6][0x96][0x9d][0xce]([0x3][0x88]C[0x7][0xf2][0x82][0x9][0xe4][0xc3][0xfa][0xe7]@[0x9b]%O[0x7][0xd2][0xed][0xf4]9B[0xf5]NB[0xe3][0xb4]@[0xf3]S,[0xb4][0xfd]LGs[0x83][0xb1]^[0xa0][0xf1][0xb]4~[0x81][0xc6]/[0xd0][0xf8]M4[0xbc]u[0x89]Z[0xe][0x8a]A[0x3][0x97]S[0xc7][0xf5][0x19][0x13][0xd7]I[0xfd][0x84][0x7][0xca][0x14]K\[0xdd][0xb2][0xcf][0x19][0xaa][0x97][0x9][0x9c][0x9c][\r]N*[0xc0]bI[0xd5][0xc1]u[0x19]J[0x4][0xb8]2[0x1][0xae]L[0x80]+[0x13][0xe0][0xca][0x4][0xb8]2[0x13][0x1c]o}[0x96]ZN[0xfa]J[0xc][0x98][0xb2][0xe][0xf3]E[0x13]&[0xff][0xf4][0xf8][0xf]E[0x1]O[0xd6]FN[0xe1][0xec]V|r[0xa8]^![0xb0][0x8a][0x5][0xd8]2,[0x97]V[0xea]`[0xf][0x1a][0xaa][0x4][0xd8][0x80][0x0][0x1b][0x10]`[0x3][0x2]l@[0x80][\r][0x8][0xb0][0x1][0x13],o[0xbd]D-[0x19][0xcb]M[0xd8][0x8a][0xe][0xfb]s&[0xec]O[0xd3]:7[0xbd]k=[0xd6][0xdb]>[0x5][0xbb][0xdb][0xe3][0xf4])[0xa1]zJ[0xb2]>[0x97][0x5][0xf8]FTJM:[0xf8][0x1]C[0xa1][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5][0x2]|[0xad][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5]&x[0xde]z[0x99]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*M7\[0xa4][0xf1][0xc]>o[0xb8][0xc1][0xce][0x98][0xc1];ZEits[0xe7]%4tSJ*[0xf5][0xf4][0x1f][0xbe][0x88][0xad]<[0xe9]n[0xeb][0xae][0xe6][0xb9][0xf8]"[0xae][0xab]w[0xf8][0x1c]A[0x9f][0x9d][0x8d][0xa3]q?[0xff][0xba][0x9b][0xea][0x9d]>[0xbb]4[0x8e]f[0x9f]sL_x[0x11]-<_{[0xb7][0x8f][0xa3][0x95]$h[0x99]b[0xb4][0xbc][0xd7][0x1b][0xef][0x80][0xd9][0xbd][0x81][0xbf][0xa5][0xf5][0x8e]"G[0xf0][0xc5]'p[0xad]T[0xe4]x[0x1c][0x5]4[0xde]f[0xcc][0x7][0x8b][0x1c]u[0xe3][0xd8][0xb1][0xff][0x3][0xe]v[0xfa][0xca][0x1b]4[0xbe][0xd3][0x18][0xaf][0xe6][0x83][0xba]e[0xe3][0x9c][0xda]B[0x9f][0xf1][0xe4]9[0xd5]C[0xd9][0x2][0xd2][0x8d]pJ]([0x96]BX![0xed]A[0x8d][0xb4][0x17][0xeb][0xa4]}[0xd8],[0xed][0xc7]V[0xa9][0x1b][0xdb][0xa4][0x3][0xb8]A:[0x88][0xdd][0xd2]M[0xe8][0x91]nF[0xaf]t[0x8][0x11][0xe9]0n[0x95]zqB[0xea][0xc7]][0xd2][0x0][0xee][0x95][0x8e][0xe0]![0xea][0x9f][0x94][0x8e][0xe2][0x13]R[0x14]g[0xa4][0x98][0xd8][0x1b]'[0x1d][0x1]_[0xd0][0x13]1*[0xf0]E|[0x89][0xb8][[0x81]E[0xf8]S|[0x99][0xd8]_G[0xcc]~[0x85]f[0x9d]t,[0x94][0xe1][0x15]B[0xe4][0xa0][0xf]{[0x0][0xaf][0xea]r[0xdb][0x10][0x17][0xe7][0xe5][0xa8][0xd8][0xe1]Q[0xb1][0xc3][0xa3][0xfa][0xde][0x18][0xe7][0xe5]|[0xd8][0xef][0xa0][0xf3][0xf2]m[0xac][0xa3][0xa7][0x8c][0xaf][0xb2][0xf9]oR[0x89][0xcc][0xf8][0xdf][0xd2][0xcd]C[0xe4][0xb4][0xf9][0x3][0xf5]vF$[0xb7]?[0x8d][0xcd][0xf4]r[0xb7][0xf3][0xdf]i[0xdd][0x13][0xe8][0x18]G'[0xb5]?[0x89][0xe2]*[0xbe][0x5]|[0xf7][0x2][0x13][0xd8]u[0x1][0xed][0xa7][0xe1][0x15]C[0x13][0xd8]M#|9[0xf]H[0x83][0xc4]e[0xfc]S[0x97][0xe8]:+[0xdd][0x8d]B[0xe9][0xfd][0xf0]J[0xf7][0xc0]'}[0x10]K[0xa4]{Q+[0xdd][0x87][0xeb][0xa4][0xfb][0xc5]o[0xde][0x85]X[0xa3][0xff][0x1e][0xcb][0xc1]o7[0x1d][0xe2][0xe0]iC~[0xc5][0x7]:[0xb6][0xe0]MJ[0xdc]S[0xc7][0x93][0x8d][0xff]A[0xd6][0x84][0xff][0xb2]y[0xe4]7[0x8a]3[0xf0][0xc6][0xce][0xea][0x97][0xd1]u[0x12]J[0xf5][0xe7][0xd0]5F[0xed][0xd0]I[0xf8][0xa8][0x1d][0xa2][0xff]<[0xa6][0x9e][0xc5][0x1e][0x9f][0xfd][0xc5]q[0xec][0xad][0x1b][0xe3]u[0x80]w[0xdf][0xf4][0x9f][0xb2][0xc][0xe8]O[0xc0]!=[0x89][0x2][0xe9]i[0x82]~[0x6][0xb][0xa4]O[0x11][0xf4]s([0x97]F[0xb1]VzV[0x9c];[0xe5][0x4][0xfe][0xcf][0xf1][0x9a][0xfe][0xed]4[0x8a][0xbd]h[0x14]gk[0x83]8[0xe8][0xd7][0xe3]/[0xf4][0xaf][0xcd]p[0xcc]v[0x19][0xb][0xf4][0x3][0xfe][0x1b][0xa5]i[0x8e])[0xf8]&[0xbe]e&[0x85][0xe5][0xfa][0xae][0xd0]9}[0x9][0xfb][0xe9]sx[0xcf]s[0xd8][0xc3][0xf]g:D[0xa7][0xce][0xd5]jz[0xfe][0xa5][0x9e][0x2][0xbe][0xfd]kPK[0x7][0x8]\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/mime/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/mime/MimeTypeHandler.class[0x8d]SmO[0xd3]P[0x14]~.[0x1d][0xdb]]W[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "([0xe2][0xb]([0x82][0xc][0x1d][0x15]y[0x11]dN[0x11]A[0x96]lj2[0x2][0xf2][0xc9]\F)wn][0xd3]uF[0xf9][0x15][0xfe][0x10]?[0x88]&[0x90]hb[0xfc][0xec][0x8f]2[0x9e][0xb6][0xdb]x[0x19][0x1f]H[0xd3]{[0x9f]>[0xe7][0xdc][0xe7]<[0xa7]'[0xf7][0xef][0xbf][0x9f][0xbf][0x1]L#[0xab]b[0x0][0xa9]8[0xae]bRE[0x14]F[0xc][0xf][0xfd]}*[0x86]G[0xfe][0x9e][0xe2][0x98][0xe6][0x98][0xf1][0xe1],[0xc7][0x1c][0xc7]c[0x8e]y[0x8e][0x5][0x8e]'[0x1c][0x8b][0x1c]i[0x8e][0xa7][0x1c][0x19][0x8e]g[0x1c][0xcf]9[0x96]bx[0x11][0xc3]2[0x83][0x9a][0xcf][0xe6]W[0xde][0xaf]o[0xbd]])0[0xf4][0xe6]J[0xe2][0xa3]0[0xea][0x9e],[0x1b]k[0xa2][0xb6][0x97][0x17][0xce]"C[0xbc] -[xu[0xd7]dXh[0xcf]H[0x87]TY[0xd8][0x96]Q[0xf0]\i[[0x8b][0xed]L[0x86]t[0xa2]iiK/[0xc3][0xa0][0x8c]'7[0x18]"[0xcb][0xd5][0x1d]R[0xec][0xca]I[0xdb]|][0xaf]l[0x9b][0xee][0xba][0xd8].[0x13][0xa3][0xe7][0xaa]EQ[0xde][0x10][0xae][0xf4][0xbf][0x1b]d[0xc4][0xdb][0x93]5[0x86][0xd1]\[0xd5][0xb5][0x8c][0xaa]S[0x9b])[0x85]&*[0xb2]b[0x1a]yZ[0xd6]?;[0xe6][0x9a][0xb0]w[0xca][0xa6]K[0xb5][0x12][0x96][0xe9]5Y[0x86][0xb1][0xf1]vG[0xc9]v[0x8a]A[0x13][0xae]'wE[0xd1][0xb][0xcf][0xe9][0xe7][0xe5]t[0x9f][0x90][0xae][0x15][0xe4][0xbe][0x19]4[0x94]e[0xe0][0xe9]b[0xb9][0xd1][0xa1]Z[0xa8][0xd6][0xdd][0xa2][0xb9]*}[0xeb]}g[0xec]M[0xfa][0xa2][0x1a]n[0xe2][0x96][0x86]k[0x18][0xd4][0xf0][0x12]+${[0xb6][0x94][0x86]U$[0x19]z[0xda]~8[0xd5]+[0x9][0x97]"[0xc2]q[0xca][0xb2](L[0xe8]Z[0x13]^[0xd2]/7a[0x97][0xde][0xdd][0x84]=[0xba][0xde][0x84][0xbd]z_[0x13][0xf6][0xeb]W|x[0xd0][0xaa]>F&AH[0xa5]n[0xfb][0xa9][0xdf]ab[0xee][0x93][0xf9]9[0xb2][0xbe]D[0xe6]s[0xe4]j[0x93][0x18]F[0xaf][0xdf][0xf0][0x83][0xff]PK[0x7][0x8]O{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/ops4j/util/property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/DictionaryPropertyResolver.class[0x95][0x93][0xcb]n[0xd3]@[0x14][0x86][0xff][0xc9][0xc5]&[0x8e][0xd3][0x94][0x92][0x16][0xca][0xad]-%M[0xe2][0xb8]Mi[0xbb][0x0][0x8a][0xca]"U%[0xa4][0xa4][\r]M[0x15][0xb1]CN[0xea][0xa6][0x13][0x1c];r[0x9c]H}[0x3][0x9e][0x81][0xa7][0x0][0x9]Z[0x89][0x5]b[0xc5][0x82]gB[0x88]c[0xc7][0x9]![0x17][0x89]nf[0xce][0x9c]9[0xf3][0x9d][0xdf][0xff]x~[0xfe][0xfe][0xfa][\r][0xc0]6[0xb6]%[0xdc][0xc0][0x8a][0x84][0x8][0x1e]E(Z[0x95][0xf0][0x18]I[0x11]k[0x12][0xc2]H[0xb9]CZDF[0x84][0xc2] 7[0xdf][0xb6]l[0xab][0xa5][0xdb][0xe][0xd7][0xdb][0xc][0xb][0x85][0x86][0xd6][0xd5]r[0x1d][0x87][0x1b][0xb9]}^s[0xb8]ej[0xf6][0xc5].[0x83][0xf0][0x82][0x9b][0xdc][0xd9]cXLO.[0xc9]T[0x18]By[0xeb]Tg[0x88][0x17][0xb8][0xa9][0x1f]v[0x9a]U[0xdd]>[0xd1][0xaa][0x6]e[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "VM3*[0x9a][0xcd][0xdd][0xb5][0x9f][0xc]9[0xe7][0x9c]Z[0xee][0x14],[0xbb][0x9e][0xb3]Z[0xed][0x9d]F[0xf][0xea][0xeb][0xb9][0x18][0xa2][0x97][0xfc][0xd4][0xb1][0xde][0xb6][0x8c][0xae]n[0x93] iXv~[0x8a][0xa8][0xa9][0xe8]1[0xa0]+[0xf6]L3[0x8c][0xaa]V{[0xd7][0xcf]2([0xff]O`[0x88][0xb5]u[0xa7]4[0xa4]J>[0xe3][0xe6]i[0xbf][0x8e]a[0xcd][0x17]ihf=Wvln[0xd6]w3[0xe3]):[0xd7]or[0xa8]5=[0xf3]&[0xd4][0x84][0xbb][0x9a][0xd1][0xa1][0xcd]X[0xd9]![0xc1]E[0xad][0xe5][0x99]JWL[0xce][0x94][0xad][0x8e]][0xd3][0xf][0xb8]k[0xf2][0xd2]t[0x13]7\[0xac][0xc][0x19][0x9]w[0xc8][0xca][0x90][0x10][0x15][0xa1][0xca]X[0xc7][0x6][0x99]1[0xda]TF[0xe][0x9b]2[0x9e]`[0x8b]a[0xeb][0xfa]W[0xc6][0xb0]9[0xed][0xd0][0x81]o[0xfb][0xf8][0x91][0xf5][0xf4][0xf5]n01[0xe9]/`[0x8][0xd6]ug[0xc4][0xff][0xa3]jC[0xaf]9[0xff][0xf8][0xef][0xa7][0xdc][0x1f][0xd3][0xe6]M[0x82][0xa5]'[0xde][0x8e]`[0xe8]f[0xdd]9'j:[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xf4][0xbc]"[0xf4][0xe6][0x18][0x2][0xae][0x14][0x85]([0x96][0x11][0xa3]q[0x86]V/[0x11][0xa4][0x1d]@T[0xb2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec][0x13][0x85][0x1][0xc4]i[0x94][0xbc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81][0xec][0x9e][0xa5]h[0xa1]W[0x86][0x9b][0x98][0x3][0xbc][0xe8][0x16][0xe1][0x98][0x7]K[0xf8][0xb0][0xd7]T[0x13][0xa4]9[0xaa][0xa8]W[0x8]([0xd9]/[0x8][0xfe][0x5][0xce]x[O[0xe9]q?#[0xf8]s[0xf][0xba][0xdc]+[0x1f]@[0xa3]>[0xd4][0x8d][0xe6][0xbd][0x96][0xc][0xb7][0x7]Z[0xf7]h[0xed][0x8a][0x10]F[0xc8]=[0xa9]y"[0xef][0xf]I[0x15][0x6]Ta [0xf5][0xe][0x16]}[0xd6]{_j[0x8a][0x15][0x95][0xcf][0x8][0xfe]@[0xdc][0x9d][0xb2][0x97][0x8]}G[0xb8][0xa8][0xd2]Z[0xbd][0x84]p[0x9][0xf1][0x3][0xc2][0xac][0xa8]~[0xa4][0xd2][0xa0][0xd7][0xec].[0xe1][0x80]#:^"c[0x8f]I[0xe6][0x9]VQA[0x12]o[0x86]>)5h[0x9e][0xa2][0x13][0xf7]<[0xfb][0x93][0xb8]OQ[0x0][0xf]([0x1b]A[0xe0][0x17][0xe6]E<[0x8c][0xd3][0xd6][0x92][0xf7]%[0xcb][0x0]PK[0x7][0x8][0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/util/property/FallbackPropertyResolver.class[0x95]R[0xdf]O[0x13]A[0x10][0xfe][0xe6]z[0xf4][0xe0]8~[0x15][0xaa][0x80][0xa5][0x82][0x82]i[0xaf][0xe0][0x11]5[0x91][0x0][0xe1][0xc5][0xa4]O-[0x12]k[0xfa]j[0xb6][0xed][0xb6]l[0xbd][0xde]5[0xd7]k[0x13][0xfe]+LT[0xa2][0xf]>j[0xe2][0xdf]d[0x8c]s[0xd7][0x16]B[0x80][0x4][0xb3][0xc9][0xec][0xce][0xec][0xcc]~[0xdf]7;[0xbf][0xff]~[0xff][0x1][0xe0]%[0xb6]L$[0x91][0x99][0xc2][0x4][0xd6]L6[0xd9]i[0x18]xl`[0xdd][0xc0][0x86][0x81]'[0x84]T[0xe7]CS[0xb8]nM[0xd4]?[0xbe][0x93]=[0xdf][0x1d][0xc8][0x80]`[0x97][0xfc][0xa0][0xe5][0xf8][0xdd][0xde][0xab][0xb6][0xd3][0xf][0x95][0xeb]t[0x3][0xbf]+[0x83][0xf0][0xcc]9[0x19][0x1d][0xc6][0xb9][0x7][0x84][0xe4][0xa1][0xf2]TxD[0xd8][0xc9][0xdd][0xbf],_%[0xe8]o[0xfc][0x86]$[0xcc][0x95][0x94]'[0x8f][0xfb][0x9d][0x9a][0xc][0xde][0x8b][0x9a][0xcb][0x91]T[0xc9][0xaf][0xb][0xb7]*[0x2][0x15][0xf9][0xa3][0xa0][0x1e][0x9e][0xaa][0x1e][0xe1][0xc5][0x9d][0x18][0xc5][0x91][0x8c][([0xce][0xdf][0x94][0x98]h[0xc9][0x90][0xf0],Wj[0x8b][0x81]p\[0xe1][0xb5][0x9c]J[0x18]([0xaf]u[0x90][0xbf][0x19]"Xc[0x98]c[0xd1][0x89][0x19][0xde][0x92]31[0x10]n[0x9f]/g*!C[0x95]E7fn[0xe0])[0x97]7[0x95][0xd7][0x18][0x13]#[0x98][0x15][0xbf][0x1f][0xd4]eQE[0xc2][0xd6][0xee]"[0xfe]<[0xc2][0xb0]`b[0xd3][0xc2]$[0xa6],[0xac]`[0xd1]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8b][0x84][0xdd][0xff]m[0x2][0xf7][0xe0][0x8a][0xf1][0xdb]Z[[0xd6]Y}[0xee][0xbe][0xdf]u[0xad]z[0xa8][0x97];[0x98][0xcb]W[0xf5][\r][0x9e][0xa9]$[0x88][0x87][0x8a][0xa0]E,y[0xe8][0x12]|61[0xcd][0xd6]b[0xaf][0xc8]q[0x8d]w[0xd3][0xbe][0x0][0xd9][0x85]/[0xd0]>[0xb1][0xa7]a[0x86][0xed],[0xe7][0x2]y[0xe8][0xb0][0xb9][0xb2][0xc0]>[0xf0]`[0x98][0x8d]9[0xcc][0x3][0xf1]i[0x81][0xef][0x88][0x17]+[0x1f][0xbd]9[0xe0][0x9c][0xa8]2k[0x17][0xbe]"Q[0xde][0xfe][0x85][0xb4][0xfd][0x19][0xda]O[0xcc]F[[0xe1][0x1b]t[\r][0xe5][0xed][0xf3][0x98]K[0x84][0x93]b[0x4][0xe0]53[0xdd][0xe3][0xd7][0xf6][0x91][0xc1]a[0x8c][0xb5]>|[0xe5][0x12]+[0x8b]%[0xa4][0x19]#[0x89]e[0xe6][0x91]f[0x94][0x87][0x1c][0x9d][0x4][0xfd]A[0xc6][0xc0][0xb2][0xae]G_[0xc0][0x11][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "j[0xac][0xe1][0xd1]?PK[0x7][0x8][0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/PropertiesPropertyResolver.class[0x95][0x93][0xcd]s[0xd2]@[0x18][0xc6][0x9f]%[0x90]H[0x8]-[0x8d][0x88][0xd6][0xaf][0xd6][0xaa][0x15][0x2][0x15]G{P[0xeb][0xd4][0x3]NO[0xd0]b[0xe9][0xf4][0xda]Yh[0x8a][C[0xc2][0x84][0xc0][0xc][0xff][0x95][0xce][0xa8][0x9d][0xf1][0xe0][0xd1][0x83][0x93][0xe3][0xf8]&[0x84]4[0xd3][0xc2]h/[0x9b]g[0xdf][0x8f][0xdf]>[0xfb].[0xfc][0xfa][0xf3][0xfd][0x7][0x80][0x17]([0xa9]H[0xe1][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]+iR[0xab]*[0x1e]`M[0xc1]C[0x5][0x8f][0x18][0xb4][0xde]Q[0xdf]u[0xfa][0xa6][0xeb][0x9]s[0xc0]P[0xa8][0x9f][0xf2][0x11][0xaf][0xe]=aU[0x9b]Q|[0x8b]A~#l[0xe1]m3,[0x17]g[0x97][0x94][0xe][0x19][0x92]5[0xe7][0xd8]dX[0xac][0xb][0xdb][0xdc][0x1d][0xf6][0xda][0xa6]{[0xc0][0xdb][0x16]E[0xf4][0xba][0xd3][0xe1][0xd6]!w[0x85][0xbf][0xf][0x83]I[0xef][0x83][0xa0]#7[0xeb][0x8e][0xdb][0xad]:[0xfd][0xc1][0xe6][0xe9][0x4][0x1a][0xfa][0x19][0xc7][0xe8][0xa1][0x1a][0xef][0x9b][0x3][0xc7][0x1a][0x99].[0x19]R[0xe3][0xb6]ksL[0xfd][0xb]}[0xe][0xf4][0xed][0xe7]N[0xb8]e[0xb5]y[0xe7][0xe3]4[0xca]`[0xfc]?[0x81]!;0[0xbd]f[0xcc][0x95]v"[0xec][0xe3]i[0x1d][0xc3]zh[0xd2][0xe2]v[0xb7][0xda][0xf2]\aw[0xb7]J[0x97]C[0xd4]7=d[0x97][0xf7][0x82][0xe1][0xcd][0xa8]I[0x8d][0xb8]5[0xa4]d[0xb6][0xe5][0x91][0xe1][0x6][0xef][0x7]CU[0xf0][0x98]&[0xd3]r[0x86]n[0xc7][0xdc][0x11][0xfe][0x90]W[0xe6][0xf][0xf1][0xa9][0x8f][0xd5][0x90][0xc6][0x92][0xbf][0xac]kPpM[0xc1][0x13][\r]E[0x14][0x18][0x9e]_[0xfd]U[0x18][0x9e][0xcd]k[0xda][0x9]'{[0xb9]%w[0xf1]r[0xc][0x1b][0xc5][0xab][0xbd][~[0xd6][0xdb]3d[0xba][0xd1]s[0x8c][0xe9]'[0x9f][0xa2]?[0x0][0xc0][0x90][0xf0][0xef]I*I:[\r][0x95][0xd6][0xc][0xed][0xde]B[0xa2][0xc][0xa0][0x18]ev[0x6][0xf6][0x99]d[0x2][0x1a][0xad]j[0x10][0xae]P[0xf3][0x6][0xb2][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x93]2,`[0x11][0x8]T[0x8e]p,[0x80]-[0x85][0xb0][0xf7]T#[0xd1]7cT[0xce][0x90]0[0xca]_![0x9d][0x3][0x17][0x82][0xd4]K[0xf2][0xf3][0x8a][0xe0][0xaf][0x3][0xe8][0xea][0xa4]<[0x82]fB[0xa8][0xaf]t\[0xa7]N[0xba]e[0xe4]u[0x9b][0xf6][0xbe][0x9][0xf9][0x2]yb[0xb5]F[0xe4]w1[0xab]rD[0x95]#[0xab]7(7aY[0xa1][0xd5]Q\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8]:M[0xb][0xd8][0xa3][0xda]&]s[0x9f][0xf6][0x7]1[0xdf][0xf9][0xe8][0x84][0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkML!F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xd1][0x80][0xa2][0xfc][0x82][0xd4][0xa2][0x92][0xca][0xa0][0xd4][0xe2][0xfc][0x9c][0xb2][0xd4]"=[0x90][0xe]F[0x6][0x8d][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0xd2][0x92][0xcc][0x1c][0xfd][0x2][0xa8]2}t[0xf5][0x8c][0xc][0x2][0x8];[0xfc][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x5][0xe8]<[0x6][0x16][0x10][0x8b][0x81][0x15]H21[0xb0][0x1][0x0]PK[0x7][0x8][0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/util/property/PropertyStore.class[0x8d]Smo[0x12]A[0x10]~[0xf6][0xe]K[0x81]+[0xa5][0xd5][0xe2][0xbb][0xe2][0xb][0x94][0x3][0xda][0xab][0xb6][0x1a]#[0xa4]&[0xb6]1&b[0xd5]@0[0xfa][0xc5],x[0xa1]G[0xe0][0xee]r[0xdc][0x99][0xf0][0x9f][0xfc]P[0x13]MSM[0xfc][0x1][0xfe]([0xe3][0xdc][0xde][0x81][0x2][0x17][0xc3][0x97][0xdd][0xd9]gg[0x9e]yff[0xf7][0xd7][0xef][0xef]?[0x1][0xec]b/[0x89][0x4][0xf2]q[0x14][0x92][0x90][0x90]O`[0x19][0x9b])[0x14][0xa1][0xfa]K[0xc9]_[0xca]qT[0xe2][0xd8]bP[0x6][0x1f]l[0xc7][0xb2]u[0xc7]5[0xf4]![0xc3]j[0xbd][0xc7]?q[0xcd]s[0x8d][0xbe][0xf6][0x92][0xdb]U[0x86]D[0xc3][0xe8][0x9a][0xdc][0xf5][0x1c][0x9d][0xe1][0xc1][0xf4]m-8[0xf6][0xb9][0xd9][0xd5][0x1a][0xae]c[0x98][0xdd][0xea]?[0xc8][0xab]vO[0xef][0xb8][0xd5]}[0xe2]X[0xaa][0x19][0xa6][0xe1][0xee]3[0xc8]E[0xb5][0xc5][0x10];[0xb0]>[0xea]~.[0xc3][0xd4][0x8f][0xbc]A[w[0x9a][0xbc][0xdd]'d[0xbd]nux[0xbf][0xc5][0x1d][0xc3]?[0x87]`[0xcc]=6H[0xd9]f[0xdd]r[0xba][0x9a]e[0xf][0xf7]z[0x81][0x80]P[0xf6]H{[0x1d][0x1a][\r][0xd7]rt[0xca][0xb6][0xdc][0xb1]L[0x97][0x1b]&[0x5]m[0x14][0xe7]%[0xaa][0xef][0xa9][0xea]q[0xf0][0x11][0x1f][0x88][0xbc]s^[0xa4]u[0xa8][0xbb][0xc][0x8f]"[0x18][0xe6][0x8b]T[0xe7]![0x86][0x95]q[0x92][0x16][0xef]{3Y&N[0xd9][0xe9][0x92]G[0xf6][0xb8]l[0xb9][0xd9][0xa4][0xeb][0x9d]Z[0xf3]qDO#D[0x91][0xbb]*B[0xe4][0xae][0xaf][0xbb][0x10]Uy[0x94][0x80][0xad][0x85]3[0x4][0xf4][0xc9][0x86][0xe5]9[0x1d][0xfd][0x99]![0x6]6[0xd5][0xfb]m?DA[0x1a][0xab][0xc]k_[0xca]s><[0xa6][0xd7][0xa2] [0x89]T[0x1c][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xec]([0xb8][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xd8]e[0xc8]/4X[0x86][0xcc][0xac]Jj[0xf1][0xd4]{dH[0x8d]G[0xff]B[0x1f][0xcd]L<)[0x9a][0xbe]l{[0xb3][0x93][\r]o[0x17][0x9c]l![0x8a]x[0x1e][0xc2]-[0xfa]x[0x9][0xfa][0x90][0x8c]~![0x15]O[0xbb]B'[0x9]+[0x88][0x91]M}[0xa2]5C[0xc8]S[0xc8]d[0x1][0x99][0xd2])X[0xe9][0x7][0xa4]w[0xa7][0x90][0xbf]![0xf6]Ex[0xaf][0xd1][0x9a]&[0xf]@[0xa5][0xb8][0x12]E[0x95][0xb1]N'%[0x88][0xc1]y\[0x10]96[0x90][\r][0xf9][0x9e]P[0x94]D{[0xaa][0xf4][0x15][0xb1][0xf2][0x19][0xce]I[0xf8]<[0xa1]Z[0x12]a[0xf][0x5]E6p[0xb])|[0xeb]".[0xd1]=[0xc3]e\[0xa1];[0x9f][0xac]M[0xa9][0xfd][0xe4]iAV9[0xc3][0x92][0x8c][0xb7][0x95][0x13]Bd[0xc1][0x97][0x14][0x1c][0x7]$[0xe7]Pp[0xe6][0x2][0xef][0x9]g:[0xe4][0xf4][0xad][0xab][0xb8]F[0xde][0xd7]'[0xe2]}[0xe4][0x6]!A[n[0x12][0x96][0xa3][0xa6]I[0x91]E[0xc4]%[0x9c][0xcc][0x14][0xf1][0xe6][0xbf]E[0x4][0xa4][0xb7][0xc9][0xba]#[0xac][0xbb][0x0]PK[0x7][0x8][0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/util/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper$1.class[0x85]SmO[0x13]A[0x10]~[0xb6]-[0xbd]Z[0x8f][0x17][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""JE[0xa4]-[0x2][0x7][0x82][0x89][0x9]/[\r][0x90][0x12][0x9b]TI[0x0][0x9][0x8]~[0xb8]^7[0xe5][0x9a][0xbb][0xdb]fo[0x8b][0xed][0xbf][0xd2]/6[0x91][0xc4][0x1f][0xe0][0x8f]2[0xce][0xdd][0x95][0xb7][0x10][0xc2][0x87][0xdb][0xd9]}f[0xe6][0x99][0xd9]y[0xf6][0xfe][0xfe][0xfb][0xfd][0x7][0xc0][0x12][0xde][0xa7][0xf1][0x0]Y[\r][0xaf]4L[0xa6][0xf0]:[0x8d])[0xbc]I#[0x8e][0xe9]4b[0xc8]i[0xc8]k(h[0x98]aH[0xae][0xda][0x9e][0xad][0xd6][0x19][0xe2][0xf9][0xc2][0x1]CbK[0xd4]8[0xc3]`[0xc5][0xf6][0xf8][0xe7][0x96][[0xe5]r[0xdf][0xac]:[0x84][0xc]W[0x84]e:[0x7][0xa6][0xb4][0x83]s[0xf]L[0xa8]S[0xdb]g[0xd0][0xcb][0x9e][0xc7][0xe5][0x96]c[0xfa]>[0xa7][0xe3]TE[0xc8][0xba]![0x9a][0xfe]r[0xc3]h)[0xdb]1[0xda][0xae]c[0x94][0x1c][0xee]rO}[0xe4]N[0x93][0xcb][0xa9][0xc5][0x15][0x86]~[0xc9]}[0xe1][0x9c][0xf1][0x92][0xa7]l[0xd5]a([0xe6]+[\r][0xf3][0xcc]4[0x1c][0xd3][0xab][0x1b]{J[0xda]^}[0xe5]6R[0x8][0xc9][0x3]F[0xdf]l[0x1b]e[0xaf][0xd9]R{[0xa2]%-N[0x8c][0xa9]f[0xab][0xea][0xd8]V[0xb9][0x16][0xb4]{+[0x93][0xfc]~[0xc7]W[0xdc][\r][0xfc][0xe9]R[0xdb][0xe2]Me[0xb][0xcf][0xd7][0xf0]V[0xc3],A[0x11][0xcf][0xb6][0x1d]^[0xf7]F[0xbf][0xf3][0x1][0x19]M[0xa5][0xe4]Y[0x8e][0xf0][0x89][0xec][0x13]W[0xa7][0xa2][0xa6]aN[0xc7]<[0xc][0x1d][0xf][0xa1]3[0x8c][0xdc][0xd1][0x19][0xc3]x[0xd8][0x8c]-[0x8c][0xcd][0x8e][0xe2][0x1b]R[0x9a][0x9d][0xc8][0xad]$7][0x86][0xe9][0xd5]"[0xa5]e[0xcf][0xb8][0xf4][0xa9][0xa1][0xb5][0xdc][0xe2][0xfc]B.[0xcb]=K[0xd4][0xa8][0xd4]Z[0xee][0xcb][0xfe][0xf6][0xdc][0x87]\q][0xc3][0x82][0x8e]E[0xbc][0xb][0xca]-[0x5][0xcb]2[0xc3][0xe4][0xfd][0xa3]f[0x18][0xba][0x9a][0xc5]N[0xb5][0xc1]-[0xc5]0v[0xbd][0xd7]H[0x81][0xdd]H[0xe][0xc9]0z[0xdd][0xb9][0xb7]qx9+[0x86][0xc7][0x17]7)[0xef]\C[0xb3][0xf7]u[0xc1]0P[0xe7]jW[0x8][0xd5][0x83][0x19]f{r[0x7]\W[0xc3][0xe8][0xe9][0xfb]}[0xc9]2j[0xc2][0xbd] Y[0xb9]q[0x87]HO[0x92][0x93]([0x83][0x81][0xd2][0x93]K[0xe4][0xb][0xc7][0x9b][0xc]}[0xf9][0xe3][0xcd][0xe0][0x15][0x8f][0xde][0xc1]}[0x80][0x5][0xa4][0xe8][0xc7] [0xb1][0xe9]/[0x89][0xd1]G[0xc2][0xd1][0xa9][0x9f]v[0x6]YF[0xb6]o[0xa6][0xb][0xf6]3t[0xf][0xd0][0x9a][0xc][0xc1]C[0xc][0xd2][0xaa]G[0x1][0x18][0xc2]0Y[0x1a][0x6]2[0x14][0x15]$%4N6s[0x8e][0xd8][0xd1]9[0xe2]G[0xc3][0x89]_[0xe8][0xeb]"[0xd9][0x85][0xf6][0xe3][0x92]k [0x8c]9[0xa1][0xe2][0xdf]([0xf7]$[0xe4][0xcc]Fy=[0xce]`[0xf7][0x4]O[0xc3]:[0x19][0x8c][0xd0].[0x86][0xd1][0xb0][0x8b][0x18][0x9e]a[0x8c]b[0x9f][0x87]l[0xe3]xA6[0x81][0x97][0x98][0xc0]#[0xda][0xa5])#[0x15][0xe6][0xa7][0xfe][0x3]PK[0x7][0x8]=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper.class[0x95]W[0xfb]sTW[0x1d][0xff][0xdc]}[0xdd]esy[0x85]$[0xb0]4[0x14][0x8][0x10]6[0xd9],[0xdb][0x96][0x16]5[0x81]T[0xa0]DR[0x92]@[0x1][0x81][0x82][0xaf][0x9b][0xdd][0x9b][0xdd][0x85][0xdd][0xbb][0xdb]{[0xef][0x12]B[0xd5][0xfa][0xa8][0xad][0xda]Z-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa9]X[0x8b][0xb5][0xb6][0xa6][0x8a]!)B[0xad][0xef][0xc7]8[0xe3][0xf8][0x83][0xe3][0xe8][0xcf][0xfe][0x5][0x8e][0xa3][0xd3][0x81][0xe2][0xe7][0x9c]{7/v'ifr[0xce][0xb9][0xe7]|[0x9f][0x9f][0xf3]}[0x9c][0xfd][0xe3]{o][0x3][0xb0][0x19][0x88]`#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x98]([0x8a][0xa1]$[0x86][0x87][0xc2][0xb0][0xc4]l[0x87][0xe1][0x84]Q[0xe][0xe3][0xa4][0x8a]a[0xb1]qJ[0xc5]H[0x4][0x9a][0xa0]?[0x8d][0x87][0xc5][0xf0][0xe9]:|[0x6][0x9f][0xad]C[0x3][0x1e][0xa9][0xc3][0xe7][0xf0]y1|A[0xc5][0x17]U<[0x1a]A[0xa3] l[0xc4][0x97][0xc4][0xf0][0x98][0x18][0x1e][0x17][0x84]_[0x16][0xc3]W[0xea][0xf0]Uy[0xaa][0x90]O[0xee][0xca][0x1b][0x5][0xc3]tv[0x1b][0xf9][0x92]au)X[0x94]1[0x9c][0xfd][0xc5][0xa2][0xe3][0xed]+[0xe8][0x88][0xf5][0x1d][0xd7]O[0xea][0xc9]\1[0xd9]k[0x96][0xca][0xce][0x1][0xc7]2[0xf4]BW[0x9b][0x14]6[0xbc]9[0x95]L[0x17][0xb][0x15])[0xe4][0xf][0xe6][0x4][0x91][0x82][0xc6][0xaa]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4]!=[0xe5][0x14][0xad][0x11][0x5][0xed][0x92][0xe2][0x94][0xb4][0xa2][0xa4][[0xb6]a[0xd9][0xc9][0xfb][0x8a][0xa9][0xb2][0x10][0xb4][0xa3][0x9c][0xcb][0xa7][\r][0xab][0xc7][0xa5][0x15]l[0x83][0xee][0x8e][0x82]us[0xb3][0x91]>[0x9c][0xf6][0xb6][0x14]4[0xcd][0xb0][0xb4]BJ[0x9a][0x85][0x7][0x1c]=u[0xa2]_/I[0x98]T[0x9c]W[0xf1][0x1c][0x3]@[0xc5][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""[0xbb]N[0xa5][0x8c][0x92][0x93]+[0x9a][0xb6][0x8a][0x17]T[0xbc][0xa8][0xe2]%J%8;[0xb3][0xd4][0xa1][0xa0];V[0x15][0x0][0xd7][0xeb][0xbc]nf[0x92]t9gfj[0x2][0x15][0xb0][0x88][0xb2][0xc0][0xa9][0xc6][0xb1][0xa9][0x17][0xe4]}[0xde]"[0x90]g[0xf9][0x9c]}[0x8b]c[0x3][0x8c][0x88]>[0xee][0xf3]\1[0xf9][0xdf][0xab][0xe2][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]*[0x16][[0x6]7[0xef][0x9d][0xb7][0xd1][0xc7]j[0x99][0x95]s[0x8c][0x82][0xc][0xb3]Y[0xaa][0x85][0xda][0x1c][0xe3][0xd4]2[0xec]r~[0xea][0xfe]e[0x9c]m[0xb7],}[0xc4][0xb3][0x8d][0x4][0xce]I=O[0xeb]k[0xa9]h[0x9a][0x19][0xc2]#[0xa5]J[0x18]wT[0x13][0xb9][0xb5][0xaa][0x94][0xee].[0x99][0x9b][0xdf]az*HT[0xf7][0xba][0xa6][0x8f][0xe2][0x96][0xf][0xe9][0xf9]2U[0xb6][0xd5]`[0xad]v+[0xc1][0x93].O[0xc0][0x94][0xb9][0xa9]Q[0xca]v[0x87][0x87][0x83]e[0x87][0x9f]][0xf3][0x8f][0x97]*[0xb2][0xfd]'[0xc]fL[0xff]|e[0xcc]Wj[0xda][0x18]R[0xb0][0xc0],Z[0x5]=[0x9f];M+[c[0xf3]d[0xdd]Z[0x85]p[0xda][0xf5][0xec][0xb3][0x8a],'N[0xce][0xb0]k`U"[0x81]-[0xee][0xba]*[0xf][0xf3][0xef]@[0xb1]l[0xa5][0x8c][0x9e][0x9c],j3[0x8a][0xd4]&[0xc1][0xa2][0xa1][\r][0xed][0xcc]W[\r][0xdf][0xc5][0x5][\r][0xdf][0xc3][0xcb][0x1a][0xbe][0x8f][0x97][0xe9]A[0xd6]qJ[0x9d]IQ[0x1e]6[0x9][0xb0]l[0x96][0x8a]!Cw[0xca][0xc][0xcc][0xa4][0xc8])[0xbb][0xa4][0xa7][0xc][[0xc3]+[0xb8]8[0x7]5[0xef]3[0x97][0xd6]E[\r]P[0xb0][0xcd]#[0xd4][0xc9][0x9d]5$[0xad](@S[0x92][0x8b]f[0x85][0x9c]~[0xe6][0x8b]z:[0x91]v[0xd2][0x89][0x8c][0xa5][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xab]V[0xf7][0xfb][0xe7]7N9[0x86]e[0xea]y!H[0xc1][0xb2])[0x14][0xf]f[0xad][0xe2][0xb0]H[0x9][\r]?[0xc0][0xab][0xac][0xeb]s[0x95][0xf5][0xf5]w[0xb2][0xa6]i[0xf8]!^[0xd3][0xf0]#[0xbc][0xae][0xe2][\r][\r]?[0xc6][0xa8][0x86]7[0xf1][0x13]V[0x9][\r]?[0xc5]%[\r][0xfb][0xf0]3[0xaa][0xa9][0x12]`[0x15][0xe5]3[0x13]O[0xc3][0x18].k[0x18][0x17][0xac][0x13]xK[0xc3][0x15][0xfc]\[0xc3]U\S[0xf1][0xb6][0x86]_[0xe0][0x1d][\r]C[0xc8]h[0xd0][0x91][0x16]CF[0x1][0x98][0x90][0x1a]~[0x89][0xcb]*~[0xa5][0xe1][0xd7][0xf8][0x8d][0xa0][0xc8][0xaa][0xf8][0xad][0x86][0xdf][0xe1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xcc][0xe5][0x87][0x82]%S([0xec][0x1d][0xdd]7B[0xfc]E[0xe0][0x13]][0x9][0xb4]D[0xfe][0xe4][0xe0][0x8b][0x88]s[0xb0][0xfd]2[0x94]7[0xb9][0xf0][0xa1][0xc3]#[0x12][0x87][0x1][0xdc][0x8d][0x4]W[0x9a]K[0x84]MHr^[0x80];([0xd0]'[0x4]([0x1a][0xfc][0xa4][0x2][0xf6][0x8e][0xc3][0xd7][0x17][0xf7][0x8f][0xc1]/[0x86]@[0xbc]>[0xc8])[0x14][0xaf]W[0xdd])[0xec]N[0xb][0xc4]t[0x11][0x81][0xfe][0xf8][0x18][0xea][0xfa];[0xae]@{[0xf0]2[0x16][0x8e]a[0x11][0xf7][0x6]:[0xda][0xc7][0xb0]x 1[0x81]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F)~[0x11][0xad]L[0xd0][0x94][0xcd][0xe8][0xc6]v[0xce]~iZ7[0x16]s[0xbc][0x8f]Jw[0xd1][0x90][0x1e]R[0xf5][0xf2][0xb7][0xcc][0xfd]h[0xc6][0x1e][0xac]C[0x1f]y[0x1e] [0xd7][0x0]M[0xdd]O[0xce]C[0xa4][0x1f]"w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ";[0x90][0xc1]nd[0xa5];[0xed][0xae][0xc9][0xb8][0x8b][0x14][0xe0]z[0xf][0xdd][0xbc][0x87].n[0xa6][0x94]-[0xf8][0x0]u[0xef]f[0x1b][0xf8] >D[0x9d][0x9d][0xa4][0xd8][0x88][0xc0]M2[0xfa]T[0xf0][0xc5][0xb6][0x15][0x8a][0x8a]m[0xb8][0x89]z[0xf8][0xdd][\r][0x95]J[0xe4][0x1e][0xee]%q[0x98]L[0x1f][0xa6][0xca][0x1d]4o'[\r]u[0x81]>G[0xa1]BiLi[0x5]Ae[0xb4]=>[0x81][0xa5]>[0xf4]wL[0xa0][0x9e][0x8d]wU[0xe0][0x82][0xd8][0xed][0xf0]O`[0x99][0x8f]}[0xa9]a[0x94][0xb4][0xae][0xc3][0xb7][0xd3][0x14][0xa0]L[0xf4][0x87][0xb9][0x1a][0xa1][0xfb][0xa7][0xd1][0x84][0x87]q[0x1b][0xeb][0xad][0xc2]#[0xd3][0x1c][0x8a][0x11][0x92][0x1e]y[0xc9]1|[0x84].[0xf0][0xa7][0x17][0xa2][0x84][0xe7]~[0xea]n[0xa2][0xb9]{[0x8][0x8f][0xeb][0x10][0xef]W[0xbd][0x81]F[0x15][0xfd]Ls[0x82][0xb5][0xd7][0xb5]R[0x11][0xae][0xb]m)ae[0xd8][0x95]v[0xcc]2[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a]yeM[0x9d][0x1][0xff][0x96]`cp[0xd5][0x5][0xb4]v4[0x6][0xa5][0xd1][0x9d][0xa1]h[0xe8][0x1d]4[0x9c][0xc7][0xa2]h [0x1a][0xa2][0xb]cX~[0xf8][0xd1][0xa0]r[0xf1][0xe6]?[0xa2][0x81]1[0xac][0xa0][0xb0][0xce] [0x8f][0x82]c[0x88][0x1e][0x8e][0x6]G%[0xf2][0xc2][0xc1]-X[0xc8][0xf1]I:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x14][0xc4][0x8f][0xcd]z[0x8f]#x[0x1][0x9f][0xc2][0x8b][0xd2][0xf1][0xfd][0x84][0xfb][0x1e],[0xe3][0xb3][0xe0][0x1][0x84][0xb0][0x81][0x91][0xbd][0x9f]N[0x6][0x85][0xb][0x93]`[0xa4]<0[0xea]I[0xe3][0x82][0x11][0xe5][0xe8][0x82][0xd1][0xc2][0x8b]:[0x80][0x83][0xb4][0xe4][0x8][0xea][0xf0]Q[0xc6]K[0x10][0x87][0xbd][0x80]w[0xcf][0x8e][0xf0]L@[0xd6][0x8c]@[0xe4]&V"[0xa4][0xe2]A[0x15]G[0x5]t*[0x8e]1-Z[0xde]%[0x8f][0x0][0xf1]c[0x1e][0x88][0x9b][0xa9]!D[0x8e][0xec]4[0x10]'[0xb0]RA_\b[0xb8][0xad][0x99][0x97][0xed][0xee]{h[0xe][0xf8][0xb7][0x4][0x1a][0x3][0xcd][0x17][0xb0]![0xde][0x18]p[0xc1][0xc]F[0x83][0x12][0xcc][0x85][0x89]h[0xb0][0x82]e[0x80]X[0xfe]3[0xe1]A[0x19]H[0x8]T[0x89]d`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I77^[0xa5]=[0xaf][0x11][0xc9][0xd7][0xb1][0x14]o`[0x5][0x1f]Q[0xab][0xf8][0x86]j[0xe1][0xfb][0xa9][0x1d][0x97][0x18][0xe3]cD[0xf3]2[0xd1][0x99][0xe0][0xb5]_[0xa2][0xcf]W[0xf1][0x9]\[0x83][0x81][0xb7]%[0xa2]"[0xf2][0xb7][0x11]+[0x81]h[0x90];1[0x89][0xa8][0x8][0xaf][0xac][0x87][0xe8]R"$pd[0x99]#[0x95][0xc0][0xd1]G[0xc9][0xdd][0x12]G?eE$[0x8e][0x81]I[0x1c][0xdd][0xb3]#^[0xe8]5"[0x18][0xb9][0x81][0xe5][0x2][0xbf][0x1b][0x88][0x8][0x8][0xd7][0xba][0x0]~[0x9c][0xac]n[0xae][0x9c][0xa1]@Q[0xee][0xa8][0xe4][0x8a]DOb[0xf7][0x12][0xea][0xf9]u[0x9b][0xf8]j&[0xa0][0x17][0x11][0xe1][0xe7]*[0x1][0xed]8n[0x9f][0xca][0x99][0x95][0xf2][0x2][0xfe]D[0xb9][0xa6];[0xa1][0xd2][0xbf]b=[0xfe]F[0xe9][0x97]N[0xae]![0xdd]Z[0xfe]R[0x6][0x6]51[0xa0][0x84]kqr[0xb8]{n[0x96][0xf8][0xd5][0xe6][0xeb][0xe2][0xc6][0x8f][0xd2]>[0x1d][0x83][0x9e]}][0xe4][0x14][0xf6][0xa9][0xed]qe[0x1c][0xab]G'[0xcb]fH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfb][0x97]T[0xd1][0xe4][0x92]x[0x82][0xc5]*%[0x5][0xb]AiO[0xd0]s^Qh[0x95][0x8e]v[0xc8]\[[0xe3][0xc3][0x80][0x92][0x90][0x9f][0xf5]ky[0xd9]-[0xe7][0xc5]21[0xc3][0xbd][0x16]F=[0xf0]o[0x1a][0xfb][0x1f][0xca][0xfd]/o[0xfd]h[0xc0][0xbb][0xd4]y[0x1d][0xab][0xf1][0x1e][0xd6][0xd2][0x8c][0xa9][0xb2][0xd0]:iC[0xab]g[0x83]X[0x19]\[0xf9][0xc8][0xb9]\:[0xec][0x9f]t[0xf8]:[0x16][0xd1][0xdf][0x8][0xd7]|[0x18]{v[0xde]EJ[0xc1][0x15]n[0x1f][0xc7][0xba]q[0xac][0x9f][0xe5]1[0x9b][0xc0]T[0x93][0x8]Ky[0x90][0xfc]Y[0x8f][0xbf][0xd3][0xbb][0xd0]P[0x9c][0x2]6[0xcc][0xe6][0x8e]N[0xc3]+[0xe4]q[0x8b]U[0xe][0xc7]y[0xee][0xc3][0x9]I[0x9f]g$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9]l[0xd7][0xf2]<[0xfc]PK[0x7][0x8][0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/util/xml/XmlUtils.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe]ofy3[0x93][0x17]H[0x6][0x6]2[0x10]0[0xec]C&!"[0x10]%`"[0x8b]K[0xda]$[0xa0][0x89][0x4]P[0xab]/[0xc9]$[0x19][0x98][0xcc][0xc4]YX[0xd4]V[[0xa8][0xd5][0xd6]Vk[0x17][0x8b][0xd6][0xda]R[0x15][0xab]]b[0xd5][0x10][0x8c][0x8a][0xda]J[0xd5]Zm[0xdd]k[0xb5][0xb5][0xb6]j[0xb5][0xad][0xb6][0xb5][0x8b] B[0xff]{[0xdf][0xcb][0xcc]$[0x99] [0x8][0xdf][0xdc]w[0xdf]][0xce]=[0xe7][0xfc][0xe7][0xfc][0xf7][0xbc]<~[0xe8][0xde][0x7][0x0],[0x10]e[0x1e][0xac][0xc4]N[\r][0xdf][0xf7] [0xf]7{[0xb0][0x2][0xb7]h[0xb8][0xd5][0x3][0x7]vyp[0x1b]~ [0x9b][0xdb]5[0xdc][0xe1][0x81][[0x8e][0xfc][0x10]?[0xf2][0xe0][0xc7][0xf8][0x89][0xb][0xbd][0x1e][0xdc][0x89][0x9f][0xe6][0xe3].[0xdc]-w[0xdd][0xe3]B[0x9f][0xb][0xbb]5[0xf4][0xbb][0xb0][0xc7][0x83]q[0xb8]W6[0x3][0xb2][0xb9]/[0x1f][0x93]q>[0x1e][0xc0]^[0xd9]<[0xa8][0xe1][0xa1]|<[0x8c][0x9f]y[0xf0]s<[0xe2][0xc2]>[0xb9][0xfd][0x17].<*[0xdf][0x1f][0x93][0xcd][0xe3][0xb2][0xf9][0xa5]l[0x9e][0x90][[0xa5][0xe1]I[0xf]fcg>[0x9e][0xc2][0xaf][0xe5][0xea][0xdf][0xb8][0xf0][0xb4][0x9c]~[0xc6][0x85]g[0xe5][0xf3]9[0x17][0x9e][0xf7][0xe0][0x5][0xbc][0xa8][0xe1][0xb7][0x1a]^[0xf2]`>v[0xba][0xf0];[0xf9]|Y6[0xaf][0xb8][0xf0]{[0x17][0xfe] [0xbb][0xaf]zp<[0xfe]([0x85][0xbc]&[0x95][0xf8][0x93]l[0xee][0x97][0xaf][0x96][0xbd][0xd7]5[0xbc][0xe1]A-v[0xca][0xe6]M[0xd9][0xbc][0xaa][0xe1]/[0x1a][0xde][0x12]p.[\r]G[0xc3][0xc9][0x1a][0x1][`[0xee][0x1a][0x1][0xfb][0x8a]X{H`l}8[0x1a]jLu[0xb7][0x86][0xe2][0xcd]Fk[0x84]#[0xde][0xfa]X[0x9b][0x11]Yc[0xc4][0xc3][0xf2][0xdd][0x1a][0xb4]'[0xbb][0xc2][0x9][0x81])[0xf5][0xb1]xge[0xac]'[0xb1]pCe*[0x19][0x8e]Tn[0xe9][0x8e]T[0xae][0xed][0x8e][0x9c][0xcd]~b[0x89][0x80][0xab][0xc7][0x88]'B+cm[0x2][0xb3][0x3][0xf5][0x1b][0x8c]MFe8VyZ8[0x12]Z2Wm[0xdd][0xbc][0xa0][0xad][0xb2]=[0xd6]][0xc9]%[0xa9][0xee]P4[0xc9]=[0x1a]e[0xc8][0x15][0x2]c[0x86][0xee][0x10][0xf0][0x9c][0xba][0xa5]-[0xd4][0x93][0xc][0xc7][0xa2][0x9][\r]ok[0xf8][0xab][0x86][0xbf][0x9]Td$[0xd7]E{R[0xc9][0xa6]d[0xd0][0xc5]dQ[0xa4][0xe3]J|[0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xa7][0x8b][0x12]1[0x85][0x9d]st1U[0xf8][0x8][0xb3]d,M[0x1c][0xa7][0x8b]R[0xf9]:=[0x83]m]$[0x12][0xea]4"[0xcb][0xe2][0x9d]J[0x8f]tq1[0x8][0xdf][0x90][0x0][0xb0][0xae]u[0xb7][0xca][0x88][0xd2]XG[0xa9].[0xa6][0x89][0xe9][0xb2][0x99]![0x10],[\r]'J#[0x6][0xc3]1^[0x9a][0xec]2[0xa2]lB[0xa5]f[0x1a][0xc8][0xa5]*[\r]JU[0x8c][0x95][0x6][0xa8][0xda]\][0xcc][0xa4][0xeb][0xe8][0xc9]Y:[0xbe][0x8e]o[0xe8]b[0xb6][0x98][0xa3][0xe3]:|K[0x17][0x1][0xe1]"K[0xe6][0xe]@y[0xda]\[0x6][0xce][0x11][0x8a].[0xa6]Ef[0xef][0xaa][0xd6][\r][0xa1]6[0x86][0xf8][0xbc][0x91][0xa5][0xc8]j[0xf5]d[0xe2]t[0x84];SqC[0x9a][0x9d]eqv[0xa8]5-[[0x9b]55.][0x86][0xac][0x1a]1[0xaa][0xe]m[0xee][0x8a][0xc7]6[0x9b][0x9c]^8[0xdc][0xc][0x81][0xf1][0xb9][0xf2][0x93]d0[0x94]([0xb9]u[0xf8]:[0x81][0xa2][0xe1][0x15]$[0xab][0xd6][0xe2]Qj?N[0x5][0x8e][0xb6]l[0x93][0xfc][0x15][0xda]\[0x17]%[0xc7]Ee)V[0x1e][0x98]{,%[0x9f][0x97][0x9b][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcc]:[0x1a][0x19][0xdc]<[0xed]#[0x17][0x91][0x9c][0xd4][0x8c][0xc0][0xfc][0xc0][0xa8]5[0xe2][0xa8][0xb5][0xee][0xb8][0x1c][0xde][0x91]UU$&%[0xce][0xcc][0x4][0x92][0x2][0xa9]1[0x15][0xc9][0x95][\r]c7[0x19][0x91]p[0xbb][0x91][0xc]5[0xc6][0x92]r[0x89][0xba][0x19][0x87]GY[0xae]+e[0xcd]0[0xbc][0x7][0x15][0xa3][0xd3]H[0xfe][0x83]o[0xe9][0x1b]ab`[0xb4]20[0x10][0x18])}[0xe4][0xc8]zy`A[0x97][0x91]h[0x88][0xc5]C[0x8a][0xb4][0x12][0xea][0xeb]f=[0xd3]6J[0xae]o6[0xcb][0xc4][0xf1][0x81][0x9c][0xd7]A[0xc1]`[0x1][0xd0]h[0xde][0x5][0xc5][0xc3][0xb4][0xc9]*#[0xdd]\Z[0x1f][0x8a]vJ[0xb6][0xa4]|[0x96][0xa0][0xf6]p2D[0xc7][0xfa][0x2]u#7-1[0x8b]C[0xd9]5[0xaf]Bg[0xe8][0xc2][0x94]!S[0xd5][0x97][0xc3][0x8d]R[W[0x1b]/4#,[0xd5][0x9f][0x9c][0xbd]dE[0x97][0x11]o[0xe2][0xe6]PTb[0xbe][0xde][0xaa][0xc6][0xea]$#[0xad][0xea][0x18]&n[0x10][0x3]*[0xe7]N[0xa4]Z[0x13]V[0xfe]M[0x8][0xd4][0xd5][0xe5]4_[0xa9][0x9e]c||V][0xbb]|k[0xb3][0xd1]i[0xda]P[0x96][0xeb][0xac][0xd1][0xfc]e3[0xda][0xdb]ea[0x18]mO[0xb4][0x84][0xa5][0xd3]rjJ{[0xb4][0xf0][0xa0]-EY4[0xcd][0xcb][0xbd]S&[0x82][0xf9]5Y[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0xa3][0xa7][0x87][0xe2]2[0x1f]G.e2[0x9]W[0x92][0xcb][0xcc][0xcc][0xb4]+[0x19][0x1b]d[0xaa][0x9c]:[0xae][0xc9]`)kW[0x5][0x13]oPkl[0x8d][0x11]I)[0x6]9:[0xa5]TQ[0x81]i[0xfc]X_[0x9][0xf9]OG[0x9e],[0x1f] p[0xba][0xfc][[0x6][0x9f][0x82]OG[0xd9]n[0x88];[0xd9][0xc9][0xc3][0x19]l[0xe5][0xdf]5[0x80]*[0xd8]q[0x12][0xea][0xd4]&[0xb5][0x8][0x9f][0xc0]'[0xf9]t[0xb3][0xb6]h[0xe0][0x8a][0xd3][0xd5][0x1a][0x9b][0x9a][0xd3][0x7][0x90][0xb7][0x8e]Bl[0xfd][0xb0][0xf7][0xa6][0xe5]8[0xd5]\m[0x96][0xc][0x1d][0x8d]X[0xc5][0xe7]j[0xfe]\[0xdc]{&[0xce]B[0x93][0x92][0xd8]lI|[0x98][0xa3][0x1a][0x9f][0xb][0x7][0xe0][0x90][0x12][0x9d][0xf5][0xfd][0xd0][0x1a][0xca][0xfb][0xe0]j[0x1c][0x80]{]p7<[0xd5][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xbd][0xf][0xf9][0xd5][0x8e][0xb2]>[0xe8]~Go[0xb5]Su[0x9c]{[0x95][0xde]3[0x11]d[0x1b]D[0x85]z[0xda][0x94]&[0xb3]y[0x6][0xa8][0x87][0x9b]6[0x14][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "/O,[0xa1][0x15]3[0xa9]A[0x80][0xcf] [0x9f][0xf3][0xa9][0x8b][0xd4]t!-uc:[0xce][0xc6][0x1a][0xea]\[0x80][0xa9]h[0xc1]ZJ[0xf6][0xc2][0x8f]uXO[0x89]%[0x18][0x8b]sp.[0xfd]#W[0x9f][0x87]O[0xf1]y[0xbe]i[0xef]F[\r][0x17][0x8c][0xb0][0xce]@[0xab][0xe5][0xf0]:[0xca][0x91]:[0x16][0x95]y[0xb][0xfa]1[0xa6]l[0xf][0xc6][0xf2]j[0xef]Ga[0xef]0[0xe7][0xb7]P[0xd8]Z[0xa5][0xce][0x4]s[0x3][0xda][0xd0][0xae][0x10],B[0x8][0x1d][0x14]'[0xc5]v[0x9a]bE-Uvqns[0x99][0xb7][0x88]b[0x83]^[0xaf][0x14][0xde]0[0x80]q[0xeb][0x82][0xde][0xf1][0xb6][0xdd][0xf0]5V[0xf4]a[0xc2][0xe][0xb4][0x94][0xef]C[0x13][0xbb][0x13][0xab][0xed][0xe5]{P[0xcc][0xaf]H[0x87]h[0xb0]U9}N[0xbf]c[0xf][0xfc][0x2];1[0xdf][0xef][0xf0]9[0xf7]`R[0x1e][0xaa]5[0xbf][0xf6][0x10]&[0xef]@[0xb1]_[0xdb][0x83][0x12][0x96]m[0xf4][0xfa][0x94][0x1d]p[0xfb][0xb5][0x7]1[0xb9]a[0xbb]S[0xec]:[0xfc][0xd8][0xae][0xc3][0xb7][0x95][0xf7][0xa6][0xfd]\C[0xcf][0x80][0x1e]q[0xd2]':=1[0x86]JN[0xa2][0xf5][0xb3][0xa8]|[0x90][0x8a]/[0xa0][0xea][0x8b][0xa8][0xf6]J[0x84][0x19][0x7][0x1b][0xf8][0x16][0xe1][0xff]N[0xc4][0x11]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "=[0xca][0xe0][0xb3]h[0xca]*LA[0x17][0xd7]h[0x8c][0xc0]j[0xae][0xdb]H[0x89]A[0x9a][0x1a][0xe1][0xe];[0xa5][0xd4][0xa2][0x1b]Q[0x1a]M[0x93][0xb9][0xb3]G9f[0xb3][0xe5][0x98]1[0xdc]w![0xc7][0xf2]x[0xf2]y[0x94][0x9c][0xa0]n[0x12][0x9d]Ip|[0x88]I[0x1a]X[0xcf][0xa5][0xe]a[0x8a][0x86]M[0x1a]6[0x8b][0x5][0xef][0xc3][0x91]Ggn[0xc1]V+[0x2][0xb3]0[0x9a][0x9a][0x8d][0xd1]q[0xc3]1JQ[0xa9]MG[0xc4][0xe8]"[0xb5][0xe3]b%[0xfe][0x12]S[0xbc][0xd8]@[0xb5]e[0x80]o+[0xf3][0x96][0xa6][0xb1]"J}[0x98][0xb6][0x3]3[0xca][0x82]6[0xd5][0x9f][0xde][0x87][0x19][0xc][0x8b][0xc6][0xa0][0xf9]f[0xbf][0xa0][0xf]3[0x1b]vA+k[0xc]6[0x8]&[0xc0]>[0xac][0xa8] [0x82][0xb3][0x88][0x92][0xc3][0xef][0xd8][0x87]E[0x3][0x98][0xbd]n7[0xe6]T[0xdb][0x87][0xa2]9[0xc5]oO[0xe3]I[0xd0][0xf6] [0x90][0x87][0x16][0x85][0xdc]+~[0x95][0xa9]ve[0xd0]r[0x14][0xb2][0xbd][0x98][0x6]]B[0xdc].[0x85][0xf][0x9f]%f[0x9f]#V[0x97][0xe3]D|[0x1][0x8b]Y[0xfa].[0xc5][0x17]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xa2][0xc1]_f[0x16]_[0xcd][0x10][0xbd][0x86]F^K#[0xaf][0xc1]e[0xf8][0xa6]r[0xc4][0xb9]4[0xf5][0x4][0xfa][0xfb][0xd3][0x9c][0xc9][0xa3][0x84]B|[0x86]H[0xd8][0x98]5[0xb3]-[0x14][0xeb]([0xef]R[0xb][0xbb]mi[0xec][0xb6]Y[0xe][[0xcc][0xfc]4[0xf7][0x9e][0xc8][0xc]5[0xf7].[0xa5][0xdb].[0xa3]>v[0xea]c[0xf2][0x88]9[0xb2][0x8d]#[0x12]W?[0xec][0x8b]>[0x84]M[0xe1][0x99]<[0x84]R[\r][0xdb]%[0xb0][0xfb]y[0xbc][0xe9][0xff][0xcf]S[0xa9][0xcb]i[0x84][0x9][0xef][0xf3]|[0xca][0xc3]O[0xb1][0xe7][0xde]5C[0xd8][0xeb][0xa5][0xc8]1Yd[0xd3]P[0xd6]X[0xae][0xe8][0xe6][0x89]rE5~[0xbb][0x97][0x4][0x1d][0xdc][0x81][0xeb][0xd8][0xe3]PE[0x95][0xc3][0x1c][0xaa][0xa8]r[0x92][0xca]m>[0x7][0xa3][0xdd][0xc]fMR[\r]A[0xa8]r[0xf9][0xed]>[0x87][0xfd][0x2][0x9f][0x93]S[0xd5][0x1e][0xef]<[0xbf]Gq[0x8f][0xee]s[0xd9][0xdb][0xab][0xdc][0xbb][0xe0][0xf1]{[0xfa]QY[0xe5][0xf6][0xb9]}[0xae][0x9b]1o[0x0][0xc7][0xaf][0x1b][0xc0]|[0x2]z[0x82]wA[0x1f][0x16][0xfa][0xdc]}X[0xe4][0xad][0x92]=[0x97][0xec][0x9d][0xc8]^[0x1f]N[0xda][0x8d][0xc5]{[0xfd][0x9a][0xcf]=[0x98][0xf][0x8d][0xbb]0[0x95][0x1a]d%[0xd2]X[0xbf][0xc3][0x96][0x9e][0x15][0x15][0xb7][0xc2]!zw[0x1d]^P[0xd1][0x8f][0xea][0xc][0xcd]m [0x99][0x0][0xbd]t[0xda][0x9d][0xc4][0xe6].[0x14][0xe3]n[0x8e][0xdc][0xc3]{[0x96][0x1][0x85]~bw/ik[0x80][0xb7][0xee]}[0xbc][0x0][0xee]gZ[0xec]%[0xe6][0xf][0x92][0x8a][0x1e]f[0x82][0xed]#[0x8a][0x8f][0x12][0xa3][0xc7][0xb9][0xe3]I[0x8e]<[0x85]G[0xf0]4[0xdb]g[0xf0],[0x9e][0xc3][0xab]x[0x11][0xaf][0xe3]%[0xbc][0x89][0x97][0xf1]6^Q[0xa0]l[0xe7]5[0xb4][0x95]g_[0xc5]xqS[0xf2][0x15]L[0xc1][0x8d][0x4]a[0x5]S[0xe9]+*[0xad][0x9a][0x18]AW3^4[0x9e][0xd5][0xc1][0x84][0xdc][0xc8]x[0xd9]F[0x9a]4w[0x84]yq}[0x95][0xe3][0x1e][0x9e]R[0xc4][0xb4][0x92][0xe9]7[0x87][0xfa]\[0xab][0xe8][0x94]@[0xa6][0x13][0xf1]][0xb][0xee]b[0xbc][0xa0][0xa8]S[0x92][0xe8]s[0xf8][0x9a]JD[0x19]w[0x9d]p)[0x12]M1[0xd7][0xe][0x93][0xdc][0xf3][0x15][0x9f]n2[0x7][0xd8][0x11]B[0x6]$[0xd5][0xd8][0x4][0x1c][0xa6]^[0xb9][0xe7][0x85][0x9a][0x9f][0x98]a[0xee][0x18][0xb6][0x80]<}[0x0]N[0xc9][0xc8][0xfc]j[0xb5][0xc2][0xf8]z[0xab]Lia[0x0][0xb3][0x82][0xba]]**[0xab][0x8][0xb3][0xa2][0x90][0xb7][0x8e][0xf9];[0xc3][0xfa][\r]_e[0xfd][0xe4][0xd8]*[0xca]X*[0x88][0xd1][0xc9][0xbd][0xec][0xd5][0x8][0xf4][0x8a][0xc][0xae]^[0xe5][0x8d][0xd7]x=[0xbd]E[0x8a]{[0x87]%[0xc0]{Y[0xc5]K[0xb]I.l][0xf5][0x1a]l[0x1f]`[0xa5][0xdb]I[0x97][0xf2][0x9b][0xda][0xba][0x86][0x1d][0x16][0xb5][0x9c]?[0x80]ZF[0xe2])[0xf5][0xb6][0x93]K[0xca],N[0xa9]++Qa[0xd5]X[0xa1]l[0xb8]C[0xda]P[0xaa][0xb2][0x10][0xea]:[0x98][0xa4][0xd2][0x9f]O[0xb2][0xfb].[0xb8]e[0xbc][0xc9][0xc4][0xd9][0x7]OP^[0xbb][0xcb]Z[0xb6][0xe7][0x91]v[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]ayF[0xdf]y*[\r][0xf7]s[0xe3][0x1][0xf2][0xca]A[0x16]&[0x87]i[0x9c][0x1d][0xb5]Te9[0x9d]|[0x86][0xc8]G[0x83](`qu[0x0][0xeb]E[0xa1][0xb2][0xa5][0x86][0xa8][0xd4]r[0xff][0xe][0x85]}[0x9]Y[0xe5]zZ%[0xe5][0xe9][0xd6][0x98][0x87][0x5][0x8c]d[0xa6] INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_3.EmptyApplicationTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-3 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1036a5fc{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@424fe047{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "CIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5][0x5][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:~rOLWE[0xc5][0x8e][0x0][0x0][0x0][0xc9][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x15][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x16][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0x16][0x0][0x0]META-INF/maven/org.ops4j.base/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0][0x16][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]}rO[0xec][0xf5]'[0x81]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x17][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[+^[0x0][0xd2][0x1][0x0][0x0][0xd1][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf5][0x17][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x1a][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x8]~rOd[0xda][0x3]U|[0x0][0x0][0x0][0x88][0x0][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x1a][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x17][0x8]Z[0xcb][0xe2][0x1][0x0][0x0]G[0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0x1b][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0x1d][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO$\\[0xa7]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1e][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x8a](_[0xd7][0xa7][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0x1e][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc] [0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rOf[0xab][0xd3]|[0x80][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^![0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xcf][0xa6]X[0xcf][0xa7][0x1][0x0][0x0][0xed][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L"[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Z$[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO&l[0x11][0xa3]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]$[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x12]|[0xc2][0xd9][0xe2][0x1][0x0][0x0]L[0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d]%[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1]'[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x16]~rOF[0xda]z[0xb0]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>([0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOR[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$)[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q,[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf5].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]/[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rOj[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa]2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOb[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0]3[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]5[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*6[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19]7[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xa9]u2S~[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0]:[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]<[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g@[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]@[0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]@[0x0][0x0]org/ops4j/exec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14]A[0x0][0x0]org/ops4j/exec/CommandLineBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xe6]K[0xe6][0xa1][0xfe][0x1][0x0][0x0]|[0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]C[0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]E[0x0][0x0]org/ops4j/exec/DefaultJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x93][0xce][0x99][0xee][0xb1][0x1][0x0][0x0]/[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]R[0x0][0x0]org/ops4j/exec/ExecutionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#T[0x0][0x0]org/ops4j/exec/JavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rOT[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-U[0x0][0x0]org/ops4j/exec/ProcessProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xeb][0xed]o[0xc4][0x93][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]V[0x0][0x0]org/ops4j/exec/StoppableJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]V[0x0][0x0]org/ops4j/io/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])W[0x0][0x0]org/ops4j/io/DirectoryLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c]^[0x0][0x0]org/ops4j/io/FileUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])f[0x0][0x0]org/ops4j/io/HierarchicalIOException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=h[0x0][0x0]org/ops4j/io/Lister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Hi[0x0][0x0]org/ops4j/io/ListerUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]l[0x0][0x0]org/ops4j/io/Pipe$Pump.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]q[0x0][0x0]org/ops4j/io/Pipe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rOt[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gw[0x0][0x0]org/ops4j/io/PrintStreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]={[0x0][0x0]org/ops4j/io/StreamUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1d][0xe3][0x8d]u[0xc7][0x11][0x0][0x0][0xee]$[0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x84][0x0][0x0]org/ops4j/io/ZipExploder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0x96][0x0][0x0]org/ops4j/io/ZipLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x9c][0x0][0x0]org/ops4j/lang/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOk[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x9d][0x0][0x0]org/ops4j/lang/NullArgumentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOW[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0xa1][0x0][0x0]org/ops4j/lang/Ops4jException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0][0xa3][0x0][0x0]org/ops4j/lang/PostConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xa8][0x0][0x0]org/ops4j/lang/PreConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xac][0x0][0x0]org/ops4j/monitors/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xac][0x0][0x0]org/ops4j/monitors/MonitorException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rOlrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xae][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xb0][0x0][0x0]org/ops4j/monitors/exception/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO1%1[0xb2][0x99][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xb0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0xb1][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0xb6][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xb7][0x0][0x0]org/ops4j/monitors/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf2][0x9]_q[0xc9][0x0][0x0][0x0][0x1d][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xfe][0x1f][0xd8]2[0xc8][0x4][0x0][0x0][0xea][0x9][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0xb9][0x0][0x0]org/ops4j/monitors/stream/StreamMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbe][0x0][0x0]org/ops4j/monitors/stream/StreamSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xbf][0x0][0x0]org/ops4j/net/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0xbf][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x94][0xf][0x87][0x89][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x86][0x10][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xc1][0x0][0x0]org/ops4j/net/Base64Encoder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0xcc][0x0][0x0]org/ops4j/net/ConnectionCache$Entry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x97]'S[0xa6][0xf][0x9][0x0][0x0]8[0x13][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd0][0x0][0x0]org/ops4j/net/ConnectionCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rOP[0xcf][0x13][0x9e][0xc1][0x3][0x0][0x0][0x81][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xd9][0x0][0x0]org/ops4j/net/FreePort.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7][0xdd][0x0][0x0]org/ops4j/net/URLUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xe6][0x0][0x0]org/ops4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfd][0xe6][0x0][0x0]org/ops4j/spi/NoServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xe9][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xeb][0x0][0x0]org/ops4j/spi/SafeServiceLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2][0xf4][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xf9][0x0][0x0]org/ops4j/store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOz[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf9][0x0][0x0]org/ops4j/store/Handle.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOS[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xfa][0x0][0x0]org/ops4j/store/Store.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2g[0xe0]:|[0x4][0x0][0x0][0xc9][0x8][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xfb][0x0][0x0]org/ops4j/store/StoreFactory.classPK[0x1][0x2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x1][0x0]org/ops4j/store/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOh[0xe8][0x97][0xcc][0xb9][0x1][0x0][0x0]/[0x3][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x0][0x1][0x0]org/ops4j/store/intern/TemporaryStore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x2][0x1][0x0]org/ops4j/store/intern/TemporaryStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xc][0x1][0x0]org/ops4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[\r][0x1][0x0]org/ops4j/util/collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOxD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[\r][0x1][0x0]org/ops4j/util/collections/PropertiesUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOi[0xd5][0xa5][0x5][0x9f][0x7][0x0][0x0]e[0xf][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x14][0x1][0x0]org/ops4j/util/collections/PropertiesWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x1c][0x1][0x0]org/ops4j/util/collections/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd]"[0x1][0x0]org/ops4j/util/environment/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]#[0x1][0x0]org/ops4j/util/environment/Environment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOD[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]8[0x1][0x0]org/ops4j/util/environment/EnvironmentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc];[0x1][0x0]org/ops4j/util/i18n/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x1][0x0]org/ops4j/util/i18n/ResourceManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]yD[0x1][0x0]org/ops4j/util/i18n/Resources.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]T[0x1][0x0]org/ops4j/util/mime/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOO{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]U[0x1][0x0]org/ops4j/util/mime/MimeTypeHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]W[0x1][0x0]org/ops4j/util/property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]DX[0x1][0x0]org/ops4j/util/property/DictionaryPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][[0x1][0x0]org/ops4j/util/property/FallbackPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xcd][0x88]c*[0x15][0x2][0x0][0x0][0x9d][0x4][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E][0x1][0x0]org/ops4j/util/property/PropertiesPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]_[0x1][0x0]org/ops4j/util/property/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]`[0x1][0x0]org/ops4j/util/property/PropertyStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Oc[0x1][0x0]org/ops4j/util/xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]c[0x1][0x0]org/ops4j/util/xml/ElementHelper$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Cf[0x1][0x0]org/ops4j/util/xml/ElementHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x8b][0xf1][0x15]P[0xb5][0xc][0x0][0x0]2[0x1b][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]po[0x1][0x0]org/ops4j/util/xml/XmlUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0]{[0x0]{[0x0]A)[0x0][0x0]t|[0x1][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f45343391e66aabce1d8d47332ce78a08d6edf2b" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45414<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 9088[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "etag: "{SHA1{a755247791ccba141532301aca61c94b5b4e03f0}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}SK[0x8f][0xda]0[0x10][0xbe]G[0xca][0xb0]8T m[0x9c][0x7]a[0xd9][0x6]qXXT-[0xe2]%[0xd2]]U[0xea][0xa1]2[0xc9]$[0xb8][0x98]8[0xb5][0x1d][0x2][0xff][0xbe]N[0x2]a+[0xad][0x9a][0xe3][0xf8]{[0xcc]|3Y[0x92][0x8c]& [0x95][0xf5][0xe]BR[0x9e][0x5][0xc8][0xc5][0x8e]iL[0xb2][0xd8]Z[0x10][0xa9][0x96]<[0xa6][0x9][0x85]X[0x97][0xfd][0xaf][0xbe][0xd7]w[0x86][0xee]p0[0xf4]5[0xa0][0xa0],[0xb6][0xe6][0xf1][0xa1]"![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xml[0x95]TM[0x8f][0xdb] [0x14][0xbc][0xe7]W[0xa0]U[0xaf][0x6]o7[0x87]*r}i[0xa5][0xaa][0xd5]f[0x13]5j[0xd5][0xdb][0x8a]`[0xec][0xb0][0xc1][0x80][0x80][0xc4][0x8e][0xaa][0xfe][0xf7][0xf2]a'[0xb6]7[[0xa5]7[0xbf][0xc7]0o[0x18][0x6]gJ[0xcb][0x17]J,hk.[0xcc][0xc7][0xbb][0x9d][0xb5]j[0x81]P[0x8d][0x8f]T@[0xac]0[0xd9]Q(u[0x85][0xd6][0xab]%[0x9a][0xc3][0x14][0xa6]w[0x11][0xb9]h[\r];[0xa3][0x9b][0xa6][0x81][0xcd]C[0xc0][0xbd]O[0xd3]{[0xf4]k[0xf9][0xb8]q[0x1b]k[0x9c]0a,[0x16][0x84][0xba]][0x86]-Lh>J[0x82]-[0x93][0xe2][0x86]a[0xe0]-Dh$[0xc7][0xf9]s[0xfa][0x9c][0xc2][0xd6][0x14]w[0xf9]l[0x6]@V[0xcb][0x82][0xf2][0x9f]T[0x1b]G[0x9f][0x7][0x86][0xc][0x8d]z[0x1][0xa5][0xb0][0xa6][0xc2][0xe6][0xee][0xd3][0x15][0x95][0x96][0x7][0xf5][0xb5][0xc8][0x1d]+[0x94][0xca][0xcc]_[0xa0][0xc2]m[0x86][0xfa]v[0x4]amY[0x89][0x89]u[\r][0xd3]0c[0xb6][0xd2]A[0x6][0xcd][0x88]:vC[0xee][0xe1][0x7][0xf8][0x90][0xa1][0xbe][0x8c][0x8b][0x9a]rw[0xea]#]c[0xbb][0xcb]!DJ[0xd6][0xd0]9[0x99][0xa1][0xd1][0x82][0x97][0x87]z}[0xb3][0xb7][0xe4][0xc1][0x8b][0x88][0x81][0xce][0xa1]J[0x7]JzPB[0xa4][0xa6]S[0xb9][0xce][0x4][0xb2][0xc7][0x15][0x13]U[0xbe]=[0x88][0x82]S?[0xb6][0xef][0x84][0xc9][0x2][0xd7]4_[0xad]7[0xf3]o`[0x8d][[0xb0][0xe9][0xd8][0xc0]b[0x1]V[0x9b]/[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xac][0x1][0xe5][0xe1][0x5]5D3e[0xcf]'[0xbe][0xb2]5[0x1]?,[0xe3][0xcc]2j@86-[0x80][0x95][0x91][0xce][0x8b][0x4][0xa5]vt[0x8d][0xd4]{[0x18](>S[0x8b][0x19]w &J[0xa9][0xeb][0x90][0x1a][0xbf]a[0xeb][0x90][0xd2][0xa9][0x6][0xd8][0xf6][0x9]i[0xd8][0x9e]u[0x6][0xf9]|[0x10])J~[0xa0].y[0xa8]E[0xcb][0xea][0xfb][0x13][0xc][0xce][0x8e]D[0x6][0x17][0xb4]TT{A[0xdd]5E3[0xa0]9[0xd5][[0xc9][0x19]y[0xf2][0xc7][0xbb][0xee]=[0x8c][0xb6]^[0xdb]0[0xa2][0xf2][0xe][0x19][0xe7][0xed]m<[0x17]t[0x8c][0xc2]@[0xdf],p2[0xde][0xc7]M[0xf1][0x83][0xbb][0xad]N[0xf8][0xb9][0xee][0xcb]Iv[0xba][0xb7]SR[0xce][0xa6][0xe9][0x9e]&<[0xbe][0xad][0xa8]'[0x89][0xa4][0xaf][0xc3][0x1e][0xc4][\r][0x6][0xf6][0x95][0x89][0xba];[0x9d]1[0x18][0x8a][0x8a][0xc2]][0xc5][0xc5][0xe4]s[0xeb]t&[0xfb][0x8f][0x9c]O[0xf5][0x8e][0xb2][0xce]YI[0xc9][0x89][0xf0]W[0x81][0x1f][0xbd][0xd0]w[0xbf][0xbb][0xdf][0x1e][0xec]:[0xa6][0xcf][0x15]M5[0xde]&z[0x8b][\r][0xfd][0xa7][0xd8][0x0]K<,[0xe1]XTW[0xfe]"[0x93][0xc9][0x83]:[0xa6] [0x84][0xc2]k[0xcf][0xff][0x2]PK[0x7][0x8][0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/swissbox/core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.class[0x9d]Smk[0xd3]P[0x18]=[0xb7]M[0x9b].[0xc6]5[0xce][0xb9][0xa9][0xd3][0xf9]V[0xb5][0xcd][0xd4]8[0xd1][0xf][0xea][0x18][0xcc][0xa1]0[0xa8]/0)[0x8a][0x9f]n[0x93]kvkvSn[0xd2]u[0xfe]+[0x85][0xcd][0x81][0x82]?[0xc0][0x1f]%>I[0x3][0x96][0xe][0x7]5[0x90][0xfb]r[0x9e][0xe7]9[0xcf][0xc9][0xb9][0xb9][0xbf]~[0xff][0x9][0xe0][0x1]Vf`[0xe2]J6\[0xb5]P[0xc3]5[0x13][0xd7]-[0x18][0xb8]a[0x11][0xd2]0q[0xd3][0xc4]-[0x13][0xb7][0x19][0xac]=[0x1e]5[0xba][0x3][0x15]D[0x82]a[0xa9][0x1d][0xeb][0xd0][0x8b][0x93]Pz[0x1f]5[0xdf][0x15][0xc3]X[0xf2][0x9e][0xe5][0xc1][0xa7]Ej[0x9f]k[0xa1]R[0x86][0xc5]v[0x8f][0xef]q/[0xe2]*[0xf4]6#[0x9e]$[0xed][0x98][0x7]BSZuM*[0x99][0xae]36[0xa7]|f[0xfa][0x9f]m[0xdf][0xef][0xbb]3[0xd3]r=a[0xbe][0x9][0xe5][0xc0][0x11][0xd1][0xe1][0x8e][0xcb][0x7][0xc2][0xdb]^[0x4]6[0x18][0xca][0x17][0xb]8[0x9d][0xfe]-[0xa2]}Iv[0xb3][0xd7]k[0xb4](Aa[0xc4][0xfd]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "i;b"d[0xe0]G#9aX[0x97]b[0x16][0xc4]N[0x86][0x8d]j[0xad]3[0xe6][0x9f][0xb8][0xe9]p94?[0xf4][0xc7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "(x[0xad]k[0xf]%[0xf]B[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "JWk[0x84]4[0xf0][0x84][0xa1]^][0xb1][0xb8][0xbd][0x86][0xba][0x5]m[0xb6][0xcb][0xb0][0xb7]r([0xc3]A[0xb3][0xf7]2Y^+[0xe9][0x9a]{[0xc2][0xc0]v[0xcc]%[0xa3][0xc8]u[0xdd][0xd0][0xb3][0xc4][[[0xcd][0xb7][0x9c]H[0xf5]\[0x5][0xe7][0x91][0xc5][0x1a]C[0xe5]?[0xe8][0xc8][0xed][0x86][0xd6]([0x9e]T{f[0x89][0xa9]b[0x1a]x[0xca][0xd0][0xba][0xdc][0x15][0xd1]/[0xb6][0xd8][0x1][0xc3][0xe6][0xd2][0x16][0x18][0xcc][0x15][0xc7][0xc6][0xf0]l[0xa5][0x8][0xec][0xd2]{[0xca][0x80][0xc1][0xa0][0xe7][0x95][0x82][0xa6][0xe6]@V[0x8e][0xac][0xd7][0xa4][0x8c]4[0xbd]s[0x6][0xed]+-t[0xac][0xd3]7[0x13]9w[0x90][0xa7]o~~[0x0]WP$[0xbd]v[0xc1]S"e[0xb8][0x8e][0x8d][0x18][0xd7][0x8a]q[0x9a][0xfe]e[0x81]e[0x9e]ci[0x9][0x96][0xf6][0x8f][0xb5][0x89]2Y[0x8a]u@[0xaa][0xf6][0xb2][0xdf][0xa1][0x1d]A[0x17]>[0x13][0xc1]g[0xf1][0xb9][0x8]>[0x8f]/[0xf0][0xf6][0x8b]a|)[0x8c]/[0xf3][0xf2][0x89]0[0xbe][0x12][0xc6][0x93][0xbc][0xfc]*+=[0xc5][0x8f][0xaf]i[0xf8]z[0x4][0xbd][0xf8][0x86][0x86]oj[0xf8][0x96]@[0xf3][0xf0]b[0xd6][0xbf]4[0xec][0xe4][0x17]M[0xcf][0xf0]-[0xd7][0x11][0xd0]G[0x1c][0xc7][0xf4][0x8e][0xdb]F.g[0xe6][0x4]:[0x86][0xc7]&[0xa6]gfOO[0x8e][0xce][0xe][0x8f][0x9f][0x1e][0x1b][0x9e][0x1c][0x9a][0x1e]95.pt[0xd4][0xf5]2I7[0x9b];t>[0x99]5[0x96][0x93][0xb9][0x8b]V.7[0xe7].'S[0xae]g&[0x8f][0xe5][0x9d][0xb4]mJ[0x90]Q[0xd7]H[0x9b]^o[0xb9][0xa1]~[0x81][0xba])+[0xe3][0x18]~[0xde]3[0x5]&[0xde]%[0xdc][0xc0][0xe8]yc[0xc9]H:[0xa6][0x9f]$W[0xfb][0x7][0x9]>[0xbc]8;'[0xcf][0x9][0xdc][0x1c][0xa0][0xe7]2Vr[0xde]3[0x16][0xcd][0x8b][0xae]wA[0x81][0x92]b[0xa3]c^[0x9c][0xf0][0xac]%[0xcb]6[0xd3][0x19]3-0[0x1a][0xdd]B?[0xb6]3O[0x9]?t[0xdc]M[0x93][0x13]M[0xa3][0x96]c[0x8e][0xe7][0x17][0xe7]Lo[0xda][0x98]c[0xb7]ZG[0xdd][0x94]a[0x9f]1<[0x8b][0xf7]JX[0xbb][0xee]tj+/[0x82]pm[0xc3][0xc9]$K[0x8d][0xed][0xdc][0xb9][0xda][0xac][0xe1][0x99][0x8e]/[0xd0][0xb5][0x9]$[0xa9][0xc]X[0x8e][0xe5][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xdc][0xb2]%/g(R[0xc1][0xa2][0x9a]I[0xee][0xd8][0x8b][0xbb][0xfe][0x9f]X[0xc9]`][0xc6][0xf4][0x8f])[0xbe]z[0xa2][0xb1]-[0xd3]\O[0xba][0x93]f[0xce][0xcd]{)[0xd2][0xbe]-Z[0x2];[0xe5]{[0x96][0x93]![0xf6]n("[0x8a][0xc7]![0x14][0xce][0xd3][0x6]U[0x81][0x86])[0xdf]H][0x18]3[0xb2]*oz[0x9][0x94]7l[0x1e][0xbb][0xa5][0x81][0x9c][0x9a];o[0xa6][0xfc][0xfe][0x18][0xb1]&[0xdc][0x1b][0xcb]Q[0xbd][0x92][0xad]g[0xf8]t[0xd7][0x90][0x95][0x5]#[0xb7][0x10][0x8c][0x9c][0xea]hl[0x84][0x4][0x3])[u0[0x9][0xa8]k"S2[0xb0][0x93][0x16][0x93][0xd9][0xb9][0xa1][0x1f]ogx[0x1d]w[0xe0]nj[0xe5][0x9d][0x8d][0xe5][0x83]:>[0x80]#[0x1a][0x9e][0xd3][0xf1]<[0xbe]#p`G[0xc7][0xf9][0xf0][0xb]DB[0xf0]B[0xc3][0x8b]:[0xbe][0x8b][0x97]t[0xdc][0x8e][0xa4][0x8e][0xef][0xe1][0xfb]:[0x8e]bH[0xc7]Y~[0xc][0xe3][0xa4][0x8e][0x19][0x9c][0xd4][0xf0][0x3][0x1d][0xe3][0xf8]0?N[0xe9][0xb8][0x8f]W/[0xe3][0x87]:[0xe2]HPp[0xe5][0x1c][0x1f][0xcb][0xcf][0xcf][0x7][0x86],[\r][0xaf][0xe8]x[0x15][0x97][0xa9]pt[0xfc][0x8][0xb3]:~[0x8c][0x9f][0x10][0xc3][0x8f]P[0xa5][0x6]3[0xf8][0x8][0x8b]~J[0x4][0xf6][0x5]C[0xf2][0x8][0xbd]}T[0xc7][0xc7]Y[0xf7]A[0x10]E[0xf3][0xa0]T[0xe][0xbe][0xbb][0x9b][0x8b]}[0xb9]B[0x9][0xaf]8[0xe4]hNm:[0xd2]&M[0x8a][0xc4]t[0xb8]v[0xdb][0xe4]a[0xcb]M[0x8e][0x9c]*[0xc][0x12][0x81][0xbd]e[0x90][0xe3][0xae][0xd2][0xa5][0xa3]%*Me*[0xeb]~[0x94][0xd7]3[0xcd]~)[0xcf][0x99][0xa9][0xbc]g[0xf9][0x97][0x92]C)j[0x8c][0xdc]q[0xd7][0xf1]=[0xd7][0xb6][0xd9]Q=[0xed][0xaa]KT[0xde][0xa1][0x87]T[0x1][0x17]N[0x14]_[0xe][0xa5]d[0xf3][0xc4]*[0x95]qwt[0x8b]i[0xdf][dZ[0xbe][0x1f][0xcf][0xdb][0xf6][0x90][0x97]!/[0x1d][0xbf]4[0xa8]%[0xc3][0xb6][0xd2][0x86]oR[0xc0][0xac]B]Z[0xa1][0x9b]*[0xcc]:u[0xa1]L[0xa8][0x1b]qWt[0xc3][0xe4](\X[0xbb]6M[0xb]1[0xa1][0xe6][0x9c]b[0xb4]}CH[0xd2]Rs[0xb9]GTgd\[0x1d]j[0xdb]h[0x9b][0xef][0x1c]R[0x98][0xb2][0x16][0xb3][0xb6]9./[0xa6]Z#[0x9b]5[0x1d]b[0xbb][0xef][0x8c][0xee][0xd2][0xe2][0xef]/S_[0x9f].[0x9b][0xab][0x1f][0x8a][0xee][0xf0][0xeb][0xec] E[0x88][[0xe9];u?[0x88]|[0xfa][0x14][0xee][0xe6]v[0xa4]u[0x1f]}%W[0xe1][0x0]Z[0xb9][0xa7]i[0xdd][0x84]:[0x9a]3[0x7][0xe9][0xcd][0x9d][0xb4][0xbb][0x83][0xde][0x9][0xfa][0xad][0x8d][0x8b][0xab][0x10]+R[0xf7]}[0xbc][0x97][0xd2]{q[0x88][0x9e]z[0xa0][0x81][0xbb][0xe4]y>}[0xb7]:}[0x2]![0xd2][0x7][0x9a][0xaf][0xa1]j&[0x9e]XC[0xf5]U[0x84][0xde]@M9[0xce][0xfd][0x12][0xa7]3[0xd0]U8[0xbc]:[0x8c][0xf7][0xd3]{A[0xed][0xf8]A[0x85]x[0xf][0xaa][0xa5][0x96][0x16]O[0x88]5[0xd4][0xbe]V[0x0][0x8a]Hq[0x86][0x0][0x17]J[0xc0]4[0xf4]c@[0x82]i[0x12]6[0x0];[0xa2][0xc0]>J:[0xd5][0xf4][0xdb][0x12][0xef][[0x83][0x96]h[\r]_E]<[0xf1]+D[0x8a][0xb0][0xad][0x14][0x1][0xe0][0x11]o9[0xd4][0xd3][0xdf][0x84]f[0xe4]%[0xfc][0xde][0xe0]`[0x1][0xbe]E[0xc1][0xf3][0x8a][0xbd]f[0xd6][0x6][0xc9][0xdb][0xc0]P`[0x18][0xa8][0x89][0xff][0x12][0x91][0xf2][0xe0][0x1f]+![0xb1]F[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x1e][0xab][0xea][0xf0]Y[0xd2][0xe6]X[0xda][0xe2][0xab][0xa8][0xbf][0xce][0x1e][0xae]A_[0x89]'V[0xd1][0xc0]P[0xd5][0x12][0xaa]Q[0xfa][0xf3][0x4][0x85][0xf9]$[0x1a][0xf0]T[0x9][0x5]m[0x5][0x1f][0xdb]p[0xc][0xc7][0x9][0xf4][0x84]<%[0x1a]hI#[0x9b][0x96][0x9b]Yi[0x94]V[0x9a][0xca][0xad][0xbc]HV^"+/o[0xcf][0xca][0x87]h[0x11]"[0xc1][0xbd][0xaa][0xd4]FhGw[0x82][0xb2]{[0x8f][0xb2][[0xcf][0xd4]$~[0x8d][0xe6]*[0x94][0x13][0xb4]Rb[0xa7][0xbe]`[0xa7]^[0xd9]Y[0x87][0x1f]U[0xf0]c[0xb4][0xa3]{G[0xc1][0xbf]@[0xbf][0x9c][0xc1]=AX[0x91]xb[0xf7][0x1a]Zd\[0xad][0xe3][0xbb][0x9f]C8~`[0x15]m[0x7]V$[0x8][0x9b][0xec]&[0xa3][0xc0][0xeb][0x14][0xe2][0x1b][0x14][0xee]o[0xd1][0x8e][0xdf][0xe1]&[0xfc][0x1e]=xS[0xba][0x11][0xf][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "n[0xec]Qn[0xf0]j[0x2][0x1f]![0x7][0xda][0xc9][0xb5]IL[0x91][0xe1]i[0x95][0xd7]@r[0x9a]$'d[0x83]T5[0xbe][0x8d]F[\r]g6[0xf8]~?[0xed][0xce][0x16][0x12]_NM[0xfb]Fj[0xfe][0xb8]%5![0xbe][0x8d][0x15][0x11][0x8f][0xab]Z[0xef]P`[0x1d][0xc4]T[0xdf][0x9b][0xd0]~[0x8e][0xce][0x95][0xbe]b[0xf8]A[0xbd][0xff][0x99] [0xfe]B[0x93][0xe0][0xaf][0x94][0xcd][0xbf][0x95][0xd4]{G[0xc1]D[0x87]2QO[0x8d]wN6[0xd2]z[0xb0][0x81][0xe4]c$[0xe1]`[0xc3][0x10]o[0xa3]M[0xc3][0x3][0x15][0xca]@[0xf0][0xb5][0xad]b[0xb5][0xd4][0x9c]9|[\r]]3k[0xb8][0x89][0xd2][0xb5]k[0x15][0xdd][0xab][0xb8][0xb9]u7?z[0xe8][0xc1][0x9e][0xaf][0xe2][0x96][0xd6]=[0xbc][0xa6]t[0xf2]z/[0xad]Wqk[0x91][0x97][0xa0]D[0xdf][0xa2][0xd4][0xa7]1[0xf4]VIo[0x1d].[0xf4][0x16]}(([0xb3]R[0xac][0x18][0xf1][0xc4][0xab][0xa8][0x9]]I\G#[0x9b][0xa6][0xf2][0xd8][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "j[0xaa][0xaf]$hZ[0x8d][0xb1][0xe1][0xeb]h[0xe7][0x9f]>[0xe9][0xc3]m[0xcf][0xa3][0xe9]r[0xb0][0xb9][0xce]ZAq[0xb5][0xf3]O[0x9f]tl]A[0xca]I!t[0xa5][0xd0]Cq[0xe2][0x7][0xf8][0x7][0xb5][0xfa]?[0xa9][0xc8][0xfe]E[0xc9][0xfb]7[0x15][0xd8];[0xe8]![0x1f][0x7]D[0x15][0x6]E[\r][0x1e][0x10][0x1a]fE[0xa4][0x84]y[0xa3][0xc0][0xbc][0x81]9[0xa4][0xc8][0xfd][0x1e][0xe2]7M[0xb2][0x80][0xe7]f[0xd4]i[0x8d]D[0xf5]n[\r]f[0xad][0xe8][0xaa][0xe5]yC[0x9f]B*L[[0xb1][0x1b][0xb]"i[0x8][0x98]|[0xcf]e[0x84][0xaa][0x9b][0xf7]-[0x4][0xde]7[0x4][0x94]J[0xe1][0x83]Ewe[0x9d][0x89][0xe6][0x12][0x1e]c[0xca][0x95][0x13][0xb2][0xd9]C-G[0xc5][0x94][0xf8][0xf][0xf3]J[0xa6]Q%[0xe8][0xce][0xa4][0x11]l)[0xcb][0xbd][0xd2]{:z[\r][0xbd]34[0xb1][0xf7][0xfd][0x2][0x9d][0xaf][0xc9]$[0x14][0x8b]8J[0xde][0x9d][0x97][0x9][0xbc]@[0xe0]\[0x83]Ut[0xae][0x86][0xe4][0xdd][0xb2][0xb0][0xa9][0x8a][0xfe][0xb]PK[0x7][0x8][0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.class[0xad]U[w[0x13]U[0x14][0xfe]N[0x92]f[0xd2]t[0xa0][0x17][0xda][0xd2][0xb]"R-i[0xda][0x12]-[0x5][0x85]"[0xf4]F@I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xa5]P[0x4]T[0x98]$[0xd3]v[0xda]$Sf[0x92][0xd2]z[0xc5][0xca]r[0xf9][0xe0][0x1f][0x80]G_x[0xc5][0x97] [0xba]d[0xf9][0xe4][0x83].[0x1f]|[0xf4][0x9f][0xb0]X,[0xea]wf[0x92][0xd2][0xd0]4"[0xcb][0xac][0xac]s[0xd9]g[0x9f][0xbd][0xf7][0xf7][0xed]}[0xf6][0xfc][0xfe][0xf4][0xa7][0x87][0x0][0x6]p+[0x88][0x0]N+[0x88][0x5][0xd0][0xa5] [0x1e][0x84][0xf][0x13]A[0x9c][0xc1]Y9L*8'[0xe7])[0x5][0xe7][0x15]\[0x90][0xaa][0xd3]R[0xe3]b[0x10][0x1f][0xe0][0x92]\][0x96][0xab][0xb3]r[0x98][0x94][0xc3][0x95] :[0xf1][0xa1][0x82][0x8f][0x82]h[0xc6][0xe9]:[0x4][0xf1]q[0x1d]<[0xb8][0x1a][0xc4]5huH )[0xb7])[0x5][0xba][0x80][0xff][0xa8][0x91]5r[0xc7][0x4][0xbc][0xa1][0x9e]i[0x1][0xdf][0x98][0x99][0xa2][0xb4]>fd[0xf5][0x89]|&[0xa1][[0xe7][0xb5]D[0x9a][0x92][0xa6][0x98][0x99][0xd4][0xd2][0xd3][0x9a]e[0xc8]}Q[0xe8][0xcb][0xcd][0x19][0xb6]@O[0xcc][0xb4]f#[0xe6][0xa2]=8[0x1f]Y[0xd4][0x96]#[0xf6][\r][0xc3][0xb6][0x13][0xe6]r$iZzd4[0x9f]M[0xa5][0xf5][0xb]9#m[0xf][0x9]4[0xcc][0xea]9W2ffs[0xfa]rN[0xe0]x[0xc8][0xbd]o[0xcf][0x1a][0x91][0x19]K[0xcb][0xe8]7Lk[0xa1]xm[0xa8]g[0xeb][0xb3][0xa2][0x1][0x1a][0xf5]g[0xf4][0xdc][0x9c][0x99][0x12][0xe8][0x88][0xcd]kKZ$[0xad]eg#[0x96]>[0x93][0xd6][0x93][0xb9]H[0xdc]9[0xa3]V[0xcd][0x8c][0xa1][0xa7][0xa9][0xd4]^A)*[0x8f][0xa4]%G[0x87][0x98]:[0xae]T[0xd1][0x12][0xc4][0xde][0xb2][0xe1][0xfc][0xc4]rR_[0xcc][0x19]fVZH8[0xc1][0x9]tVA%[0xb0]m*[0xa7]%[0x17][0xe2][0xda][0xa2]C[0xa5][0x82][0x19]&[0x9f][0xc9]U[0x10]V0+P[0xbb]N[0x93][0xc0]d[0x15]~J[0x1c]l[0x8]f*g[0x19][0xd9][0xd9]j[0xc4][0xd1][0xbd]'[0x91][0x14][0xd8][0xfb]"[0xdc][0xaa][0xf6]J&a[0xa6][0x8d][0xe4][0x4]5d[0x1d]l[0xf2]$[0x10]\[0x8f][0x96][0xcc]E_2\G[0x94]g[0x99]Db[0x86]-=+[0x89][0x92][0xc9][0x86][0xcd][0x87][0xad][0xe5][0xf5][0xb8][0xb2]X[0xaa][0xc9][0xfe][0xe7]t[0x8f]V[0xe1][0xe1][0xd8][0x90][0xf3][0xa4][0xe6][0x14][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe6][0xc9][0xfa][0x94]1[0x9b][0xd5]ry[0x8b]v[0x92][0xff][0xb][0x8c][0xea][0xde]_[0xd6][0xcb][0xcd][0xb6][0xb2][0xa4][6[0xcb][0x93][0x99][0x9a]2[0xf3]VR[0x8f][0x1a][0x92][0xaa][0x86][\r]Os[0xbf]4[0xa9]b[0x17]^[0xe1][0x3][0xd9][0xd2][0x16];[0xc3]3[0xd7]ci[0xcd][0xb6]U, [0xcd][0xf2]U[0x91]AV[0x85][0x89]E[0xda]}[0xa6]s&1[0xcf][0x87][0xa3][0xe2]:,[0x81]=[0xff][0x6]U`G[0x85]G[0xa5][0xc2][0x6]M[0xe4][0xb1][0xc4][0xa7][0xa1][0xe2][0x86][0xdc],cE[0xc5]'[0xf8]T[0xc5]A[0x9c],]sX[0x1f][0xb1],mER[0xaf]b[0x8][0x9f][0xa9][0xf8][0x1c]_0[0xc3]*[0xbe][0xc4]M[0xa6]Y[0xc5]W[0xb8][0xa9]b[0x15]_[0xb][0xec]{[0xc1][0xae]%[0xd0][0xb6]UW[0x11][0xd8][0xb9]E[0x97](c[0xc1]M[0x92][0xc0][0xf6][0xf2][0xe2][0x10][0xd8]u[0xa5]j[0xde][0x1a][0xf9][0xae][0xc6][0xf5]dZ[0xb3][0xf4]T[0xc9][0xe1]phs[0xf6]7[0xf6]*'+[0xa5]:[0xac][0xdc][0x8]U[0xc3][0x1e]I&u[0xdb]6[0x9c][0x17][0xc3][0xce][0x99][\r][0xc9][0xd6]s[0x1b][0xa5][0xbe][0xd0]e[0xf9]A[0xf0][0x1b][0xd9]%s[0x81][0xfb][0xc3][0x1b][0xfd][0xba]i-[0xf3][[0x14][0xf5]l[0x16][0x9][0x4][0x88][0xc3][0x89][0x8b][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xf5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0x1c]h[0xb4][0xd8][0x81]w[0x85]z[0xaa][0xf5]`[0x85]W[0xe4][0xb3]'[0xd1][0x84][0xc3][0xa8][0xf9]r[0x19]x[0xd4]23[0x2][0xcd][0xa1][0xcd][0x8c][0x10][0xa3][0x97]w[0x4][0xba]+ [0xa9][0x18][0xf6]n[0x19]A[0xb5][0xfc][0xd4][0xd3][0xde]TY{l.[0x83][0xb7][0xde] [0xfd][0xfa][0xf5][0xbc]&+[0xa9][0xa5][0x92]o[0x19][0x99][0x96]J[0xb9]}t[0xba][0xf4]T[0xe9][0xbd][0x92][0xf3][0xe2][0xf9][0x10]^[0xe3]G>[0x0][0xf9][0xab][0x81][0x90][0xf][0x97][0xe3]n[0xee]"[0x9c][0x85][0x94][0x86][0xef]C[0xfc][0xc0][0x85][0x7][0xaf]r[0xf4];[0xc2].[0xec][0xe1][0xa8][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "4[0xb1][0x97]s-[0xa5][0xaf][0xbb][0x97]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "^([0x94][0xe5][0x9b][0xef][0xa1][0x9a][0x96][0x9a][0x16][0xdf][0xf7][0x18][0xec]o[0xa9][0x19]8[0xe2]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0xfb][0xb][0xd8]^@[0xfd]mt[0xca]e[0xc3][0x1d][0xd4][0xb6][0xfb]i[0xa6][0xb1][0xdd][0xcf][0xab]M[0xd2][0xc6][0xad][0x1a]qw[0xed][0x8f][0xbb][0xf0][0xc5][0xc5]=:[0x7]Cy[0x3]u[0xe8][0xc6][0x1c],[0xce][0x6][[0x8a][0x9c][0xbd][0xe][0x88]c[0xa8][0xe7]x[0x80][0x0][0x6][0xb1][0x3][0x87][0xd0][0x86]w[0xa8]}[0x84][0xda][0xc7][0xb1][0x1f][0xc3][0x18][0xc7](&9^B[0x14]Wq[0x8a][0xb7][0x87]y[0xff][0xc]-[0xc4][0xd8]D[0xce]9[0xe0][0x7][0x9]\E;[0xef]u[0x13][0xf4]8[0xe7]}[0x8][0x91][0x9e][0xfd][0x18]A[0xf][0xc2][0xa4][0xab][0x1b]q[0xf4][0xa2][0xcf]!)[0x8f]~[0x9e]HV[0x81][0x93][0x8]F[0xed][0x1a][0xbd]y[0xdc]S`[0x94][0xe3]c[0x87][0xf1][0x83][0xc][0xde]M[0xd7][0x10][0xa1]y8+[0xe1]^[0xf1]#v[0xdc]{.a[0xd7][0x9c][0x98][][0x15][0xbc]M[0xbc]pV[0x87][0x89][0x9a][0x1f],^?[0xca]3i[0xe8]/[0xce]2u[0xa3]?[0xa3][0xf9][0xd2]}[0xb4][0xc4][0xc3][0xf][0xd0]*P[0x9e][0x99]n73[0xed][0xfe][0x7][0xd8])[0xc0][0xc4][0xb6][0xdd][0x86][0xda]'[0xb7][0xed][0x1e]\tr[0xf1]w[0x9f][0x8c][0xc1][0xe7][0xc4][0xd0][0xc1]([0x80]4[0xeb],[0xc3]"1[0x89][0xf8]:[0xfd]f[0xc8]j[0xce][0x89]+L[0xbd].[0xec]t8[0x92][0x9a][0xa3][0xeb][0x11][0x8e][0x16]#[0xc]p|[0x97]y[0xf3]0Cn[0xe1][0xb9][0x92]aJ$[0xa7][0x9d][0xf0][0xae][0x11][0x1e][0x9][0x1c]Q$?c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xc6]%[0x81]][0x8f]H[0xdc][0x9][0x87][0x8c][0xa8][0xc3][0xd7][0xc9]"_[0xf][0x8b]0[0xa3][0x95][0xe0][\r]T[0x80][0xd7][0xd6][0xf7][0x1b][0x1a][0x1d][0x88][0x1d][0x2][0x8e][0x84][0xe7]n[0xd9][0xfd])$T[0xef][0x6][0xa8][0xab][0xc][0xe8][0x16][0xcb][0xe0][0x1b][0x12][0xfb]-[0xc3]^e[0x81]|[0xb7][0xe][0xb5][0x93]`KP[0xa3][0xeb]P[0xa3]E[0xa8]ru[0x8a]+[0x17]X+|O[0xb1][0xdd]A[0xf3][0x4]}[0xac][0x80][0xc7][0xf0]o[0xe9]F[0xc3]7[0x1d][0xdb][0xe3][0xc8]0[0xc][0x94][0xcd][0xba]-[0xfc][0xa6]K[0x11]*[0x85]J[0xee]b[0x81][0xb6]nV[0xeb]6[0x9f][0x4][0xad][0x14][0xb4][0xec]4][0xdd]xa[0xca][0xe6]"g[0xa7][0xc8][0xf][0xf2]W0[0x8f]$a$[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "v%[0xe0][0x90][0xe]"[0xa7][0xc9][0x9e]![0xcd]&[0x91][0xce]B[0x8e][0xca](r[0x98]D[0x81]|[0xb6][0x89][0xdd]3z[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe4][0xb5][0x8d]5[0x92][0xd5][0x0]E[0x91]|[0xe8][0xde]X[0x90]p[0x16][0xe3][0x98] [0xfe]![0xc2][0x88][0x91][0xa7][0x8c][0xb7][0x8e])[0xb2][0x86]q[0xfb]47yk[0x9a][0xa4][0x19][0x92]W[0xa1][0x1c]c[0x92][0xe3][0xe][0xc7][0xec]o[0x8c]p[0xcc][0xfd][0x95]^t[0xe2][0x98]o[0xab][0xc1]8[0x16][0x8e]![0x9f][0xd7][0x5][0xaa][0x93][0xe4][0xcc][0xa8][0xc8][0x8b]A[0x5][0xef][0x93][0xbc][0x14]H[0xf][0xfe][0x1]PK[0x7][0x8][0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xd0]h[0x0]?[0xf][0x2][0x0][0x0][0x99][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J>![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0x7][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x8][0x0][0x0]org/ops4j/pax/swissbox/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xe6][0xaa][0xa8][0x13][0x10][0x2][0x0][0x0]|[0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x8][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xf5]l[0x3][0xc0][0x8][0x2][0x0][0x0][0xdf][0x4][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$EmptyEnumeration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[\r][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xfe][0xb2][0x92][0x9f]c[0x5][0x0][0x0][0xfd][0xb][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x15][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x1a][0x0][0x0]org/ops4j/pax/swissbox/core/ContextClassLoaderUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x11][0x0][0x11][0x0][0x82][0x5][0x0][0x0][0xe8][0x1d][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "a755247791ccba141532301aca61c94b5b4e03f0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << last-modified: Mon, 08 May 2017 08:06:56 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45420<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 22256[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]SKo[0xe2]0[0x10][0xbe]G[0xca][0xb0]8[0xac]@"[0xce][0x3][0xda][0xb2]A[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe5][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(K[0xb6][0xd5]J{X[0x99]d[0x2].[0xc6][0xce][0xda][0x86][0xc0][0xbf][0xaf][0x93]@([0xdd]J[0xcb][0x8d][0xf1][0xf7][0x98]|33%[0x9c][0xa6][0xa0][0xb4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "RQ[0xc1]C[0xe4]c[0xcf][0xb6][0x86][0x5]T[0x83][0xa3][0xe3]v)[0x8c]]E2[0xde][0xa7][0xfe]3r[0xc0][0xea]D[0xc4][0xf0][0x99][0xf5]j[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "y6q[0xd0]s[0x6][0xdc]xIMc[0x9a]U[0xe9]F"[0xd5]9[0x91]E[0xc0][0x12]=[0x91]=[0xf9]@[0xae][0x97][0xa7][0x87];[0xb6]5[0x92]P[0xcc][0xaf][0xdc][0x84][0xfb]2[0x3]4%{#X[0xe1][0xd1][0x9c][0xed]V[0x94][0xdb][0xd6][0xf8][0x90][0x9][0xa9][0x9d]9[0x89]7d[0xf5][0xff]f[0xfb];[0x13]`8h[0xfc][0x3]3[0x3][0xad][0x90][0xcc]$[0x18][0x1f]c[0x6][0xed][0x12][0xa3]V[0x14][0xa7][0xd2][0xe4][0x90][0xb][0xb9]i[0xf4][0xf7]U[0x9b][0x83]F[0xd9]f[0xc3][0xb6][0x1e][0xb7]_[0xf8]_[0x91].[0x9c][0xdf]>[0xee][0xb4][0x83]V[0xa3]}qg[0x84][0xaf]J[0x80][0xf1]?cn>a[0xae]>[0xa4]n[0xef]J[0xb6]WS[0x94][0xd9][0x6][0x94]v[0xdf][0xae][0x9e]KE[0xdb]Z[0xc0][0xdf][0x1d][0x95][0xe0][0x8c][0xcc]R-[0x8b]C1[0xd9][0x96][0xbd][0x2][0xf4]Ssv M2[0xcd]o[0xcd]SmP[0xc]([0x1a][0xb7][0x9a]g)[0x1f][0xdf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9d][0x9f]B[0xb0][0x10][0x15][0x7][0x1e][0xe0][0x8e][0xd9][0xc1][0xc0]3[0x17]}[0xe3]{[0xde][0xad]wg[[0xef]PK[0x7][0x8][0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.properties5[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xbd]Oq[0x9]3[0x97][0x16]5[0x12][0x12]&c[0x8c][0x3][0x93][0xbe][0xc0]A[0xf],!m[0xd3][0x16]-o/[0xe][0xae]_[0xfe][0xfc][0xc5][0x8d]-[0x7]J[0xac][0xa1][0xdf][0xc0][0x85][0x9][0xc9][0xd3][0xf0]b[0x1c]y1[0x19][0xfb][0xd5][0xea][0x85][0xfd][0xb2]N[0xc6][0x8a][0xa2]s[0x16]:[0xda]@[0xd6][0xa0]d#OM[0xa5][0xe0]r}<[0xa1][0x92][0xea],[0xde][0x1c][0xa2]q[0xb6]UX[0xe3]AL[0xc1][0xad][0xfe][0xae][0xdb][0xdf][0xd2][0xf9]x[0x9c][0xd1]S[0xc6][0xf8]11[0xf6].[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc9][0x8c]4[0xa4][0xbd][0xd8][0xbd][0xfc]{[0xc9]9[0xb1][0xd5][0x1c][0xc4][0x17]PK[0x7][0x8][0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xml[0xad]TMs[0xd3]0[0x10][0xbd][0xe7]W[0x88][0xe]WI)[0xcd][0x81][0xc9][0x18][0x9f][0xe0][0x0][0xd3][0x8f]@)[0xc3][0xad][0xa3][0xc8][0xeb]T[0xa9],i$%q[0x87][0xe1][0xbf]#Kv[0xe2][0x98]4[0xa4][0xc0][0xcd][0xbb]~[0xbb][0xfb][0xf6][0xe9]I[0x99][0xb1]z[0x9][0xdc][0xa3][0xba][0x92][0xca][0xbd];{[0xf0][0xde]L)[0xad][0xd8][0x1a][0x14]a[0x86][0xf1][0x7] [0xda].[0xe8][0xec][0xe6][0x8a]N[0xc8][0x98][0x8c][0xcf][0x12]rZ;[0xb1]Eo6[0x1b][0xb2][0xb9][0x88][0xb8]7[0xe3][0xf1]9[0xfd]~uy[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "+[0x86][0x85]r[0x9e])[0xe][0xa1][0xca][0x89][0xa9][0x8b][0xc9]K[0xcd][0x99][0x17]Z[0x9d]0[0xc]=[0x87][0x88][0x9][0xbc][0x9e][0xdc][0x8f][0xef][0xc7][0xa4]v[0xc5]Y>[0x1a]![0x94]U[0xba][0x0][0xf9][\r][0xac][0xb][0xed][0xf3][0xd8]![0xa3]{[0xb9][0x88]2[0xcc][0x82][0xf2]y[0xf8][0xc][0xc1][0xc2][0xea][0x95][0xf9]X[0xe4][0xa1]+[0xd1][0xc6]M[0x96][0xc4][0xb0]:[0xa3]]:[0x81][0x98][0xf5][0xa2]d[0xdc][0x87][0x84][0xdb][0x8][0xe7][0xe6]:@z[0xc9][0x84]Z[0xb7]C[0xce][0xc9][r[0x91][0xd1].L?-[0xc8][0xb0][0xf5][0x1a]f[0xcc]?[0xe4][0x84]P[0xa3]+[0x12][0x94][0xcc][0xe8][0xde][0x8f][0x86][0x1e][0xed][0xf8][0x8d][0x9e][0xa3]Gv$z<[0xfb],[0x3][0x8]w [0xc][0xb5][0x7]U[0x80][0x1d]R[0xe]B[0xf0]G[0xb6][0x10]j[0x91][0xcf]W[0xaa][0x90][0xd0][0x8c][0xee]2q[0xba]b[0x15][0xe4]7[0xb3][0xdb][0xc9]'4c5[0xba]m;[0xa2][0xe9][0x14]}[0xd8]6[0x8d][0xa0][0x6]][0x80][0xe3]V[0x18][0xbf]][0xfa]@%Fw^H[0xe1][0x5]8[0x14]7[0x87][0x2]y[0x8d]:[0x8a][0xc8]0[0xef][0xc1]*[0x12][0xeb][0xdf][0x83]gB[0x6][0x84]P[0xa5][0xb6]UtM[0x83][0x9e][0x3]*u`[0x8c][0x98][0xef][0x1c][0xb2][0x11][0x8f][0xa2][0x15][0xa8][0xf1][0x7][0xd7][0xaa][0x94]+[0x8][0xce][0xa3]5[0xbd][0xfe][0xfc][0xe5][0x9a]De[0xf7][0x18]F[0x5][0xac]6`[0x1b]6[0xed]1%![0x88]{[0xaa][0xe6]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "~[0xdd][0xec]vX{[0xb2][0x93][0xf5]P[0xd1]^[0xbb]F"[0x17][0xb4]=[0xbd][0xd7][0xae]"Y[0xa2][0xc7]s[0x14][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd9][0xd9][0xce][0xc8]U8[0xb1]v[0x81]m[0xdc][0x85][0x3][0xf][0xb5]w[0xa8][0x4])[0x86].[0x1f]:=[0xdd][0xb1][0xc4][0x7][0xa7][0xa6][0xbf][0x9b]>[0x92][0xeb][\r][0xec]"[0x97]x[0xb7]<[0x93];L[0xb3][0xa2][0xe2];[0xb1][0xb7][0xa9][0xa7]m[0xb3][0x17][0xf8]}[0xc8]w[0xcf][0xf3]R[0x94][0xc0][0x9f]x[0xe3][0xe9][0x3][0x94][0xbb][0xab][0xf9][0xfa]G[0xfb][0xfc][0x91]6[0xf3]sxm[0xe9][0x90][0xe3]i[0xa4][0xe7][0xcc][0xc1]Q[0xb2][0x11][0x86][0x1b][0x18][0x96]L-[0xe][0xbc]&/[0x9e][0xec]d9Y[0x1e][0x1d][0x1a][0x11][0x98][0x19]q[0xd2][0xb8]W[0x18][0xa3][0xaf][0xe0]<[0xea][0x9f][0x1c][0xc2][0xf8][0xff][0xb2]q[0xa2]2[0xcf][0x9c][0x92][0xe3][0xc1][0xf4][0xb9][0xf][0x14]2[0x9a][0xbe][0xff]B[0x99][0xe5]J[0x9][0x94]G[0x8b][0xf8][0xf7][0x3][0x0][0x16]^[0x0][0xcd][0x1f][0x8f]N[0xdb][0x81][0xfe]4[0xb0][0x17][0xa7]{[0x1f][0x9f][0x81][0xc6][0xad][0xf9]/PK[0x7][0x8][0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.class[0x9d]V[0xfb]s[0x13]U[0x14][0xfe][0xb6]M[0xb3][0xdb]t[0xfb] [0xb4][0x85][0xc8][0x1b][0xb1][0xb4]i[0xda]@[[0x95]WA(O[0x81][0xd0][0x97][0xad][0x14][0xa4]n[0xd3]mX[0x9a][0x17][0x9b][\r]-*[0xbe][0x1f][0x88][0x82][0x88]O[0x10][0xe1]7[0xd1][0x91]qp[0xc6][0x6][0x94][0x19][0x7]_ut[0xfc][0x9][0xf1]5[0xe3]?[0xa2][0xa3][0xe2]9[0xbb][0xdb]4M[0x2][0x3][0xcc]4[0xe7][0xde]{[0xee]=[0xf7]~[0xdf][0xb9][0xdf][0xb9][0xdd][0x1f][0xff][0xfb][0xe2]K[0x0]M8[0xeb]B-z$[0xf4][0xba][0xf0]0vJ[0xe8]s[0xa1][0xe][0xbb][0x8a][0xc9][0xb9][0x9b][0xcd]#l[0xf6]H[0xe8]w[0xa1][0x12][0x8f][0x8a]P\([0xc1].6[0x3]l[0x82]<=[0xc8]Fe3T[0x82][0x10][0xf6][0xba][0xa0]a[0x9f][0x88]a[0xe][0x9][0xb3][0x89]H[0x88]r[0x1b][0x93][0x10]wa?t6[0x9][0x11][0x86][0xb][0xb3]y[0xb3]:$]8[0x80][0x11][0x1e][0x8e]J8([0xe1]1[0x9][0x8f]Kx[0x82][0x1d][0x87]$<[0xc9]mP[0xc4]S"[0x9e][0x16][0xf1][0x8c][0x0]g[0xa4]?[0xae][0x18]{[0x5][0xb8][0xb7][0xed]S[0xe]([0xfe][0xb0][0x12][\r][0xf9][0xbb][0xc]][0x8b][0x86]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8d][0xf4][0xf]ia[0xb5]]1[0xc]U[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8e][0xf4][0xeb]j0[0xa9]'T[0x1]B[0x9f][0x80]J+z[0xbb][0x12][0xd5][0x86][0xd4][0x84][0xb1]YU[0x6]U][0xc0][0xac])a[0xd9][0xb3]3[0xd2][0x9b]d[0xcf]8WiQ[0xcd]X-[0xa0][0xb6]6[0x17]M[0xae][0xa7][0xaf][0xae]G[0x80][0xa3]-6Hh[0xca][0xb7]iQ5[0x90][0x8c][0xc][0xa8]z[0xb7]2[0x10]V[0x99]P,[0xa8][0x84]{[0x14]][0xe3][0xb1][0xed]t[0x18]{[0xb5][0x84][0x80][0x96]m1=[0xe4][0x8f][0xc5][0x13]-[0xfb][0xfc]qe[0xd4][0x9f][0x18][0xd1][0x12][0x89][0x81][0xd8][0xa8]_[0x1d]5[0xd4](a[0xf1][0xaf]KF[0x7][0xc3][0xea][0x86][0xa8][0xa1][0x1f][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "*[0xd1][0xa8][0xaa]S:[0x1c]V[0xaa]J[0xa6][0xe4]DLg[0xa4]z[0xea][0x89][0x7][0xe3][0x13][0xa7].[0xbf][0x83][0xe3]Vuw[0xaf]\Mg[0xee][0xb9][0xa5]T[0xdc][0x99][0xc7]L[0xa0];[0xdf][\r]znrU7[0xb8][0xbd][0xd2].C[0x9][0xe]oW[0xe2]&kSc[0xc3][0x94][0x9e][0x90]j[0xb4][0x9b]i[0xf3][0xd7]ZiH[0x84]4[0xff][0x90][0xae]D[0xd4][0x91][0x98]>l3_Y[0x97]O~E[0x7][0x94]pR[0x9d][0xaa][0xcd][0x1d][0x3][0xfb][0xd4][0xa0]A[0x93][0xce][0x1]3[0x92][0xd4]v[0x93]mI[0xe6][0x2][0xca][0x8][0xc2][0xc6][0xcc]+s[0x91][0xa3]s[0xe2][0xd6][0xe6][0xde][0x14][0x16][0x89]\2b[0x16]"[0xd2]{m^[0x9c][0xc5]]Z([0xaa][0x18]I[0x9d][0xb6][0xdb][0xbd][0xaa]{E.[0xdc][0xd5][0xb9][0xae][[0xd4]D[0x96][0x1c]\][0xb1][0xa4][0x1e]T[0x99][0xe]UR[0xae]l[0x1a][0xf9][0x1c][0x19][0xcd]XCr[0xe5][0xbc][0x8b]xV[0xc6]sx^[0x80][0xcc]A[0xf3][0xe3]V[0x12]x[0xc9][0xb]2[0x96][0xc0]'c)[0x9b]&[0xf8][0xa8][0xa6][0xfd]2^[0xc4]K[0xb4]s6[0xcb]uI-L[0xa0]d[0x1c][0xc6][0xcb]2[0xda][0xd1]![0xa3][0x9e][0xc3][0x1a][0xd8]4[0xc2]/[0xe2][0x88][0x8c]W[0xf0][0xaa][0x88][0xa3]2[0x8e][0xe1]5[0x1][0x15][0xd9][[0xc8]8[0xce]a[0xaf][0xe3][0x4][0xd7][0xa1][0x9e]Te[0xbc][0xc1]g[0x15][\r])[0xe1][0x4][0xe9][0xe5]M[0x19]o[0xe1]m[0x19][0xef][0xe0]][0xaa][0xa5]\[0x0]CC|[0xfe]I[0x9c][0x12][0xf1][0x9e][0x8c][0xd3][0xbc][0xd7]a[0xbc]O[0xa0][0x1f][0xa7]=X[0xc4][0xad][0xa4]A_[0x86]pi\[0xec][0xb3][0xc5][0xda][0xca][0x8b][0xcf][0xd0][0xe2]C[0x2][0x9a]n[0xbf][0x1a][0xa7][0xd0][0xb1].P@[0xc3]m[0xdd][0xa0][0x80]E[0x93][0xeb][0xcd]}[0x2][0xc9]px[0xad][0x1e]JF[0xd4][0xa8][0xb1]a4[0xa8][0xc6][\r]-F[0xea],'[0xd5]k[0x83][0x8a][0xa1][0x6]b[0x6]/[0x11][0xb0][0xb8]6[0x8f]|rt[0xc8][0xc5]\X[0xcb]V[0xa2][0xe3][0x13][0xbd][0x1a][0x17]]U[0x9e][0xe7][0x83]E[0xed]T[0xe2]qZE$[0xf2]-[0xc8]q[0xd9][0xd7]O[0x2][0xf4][0xdc][0xb0]X[0xac][0xba][0xb2]^[0x3]zcgN[0xd4]J[0xd2][0xd0][0xc2][0xfe][0xf5]Z[0x90][0xd9])[0xfa]A[0xda][0xa3]2[0x9f][0x9f][0xc0]S[0xb8][0x80][0x9a]m2x],[0x16]V[0x15]~[0xb5][0xcd][0xa7]e[0xc7]PVr[0xf3]$[0xc0][0xe][0xa1][0x3][0xe5][0x1][0xab][0xdb]c[0xbd]Jt[0x1e][0xbf][0xe][0x4][0xba]-[0xac]$[0x88][0xf1][0xf4])[0xaf][0x83][0xe9][0xa4][0xa8][0xf2],[0x17][0x89][0x94]B[0xba][0xb4]H<[0xac][0x6]([0x83][0x2]|[0xb7]x[0x5]\[0x0][0xb4][0xe1][0xac][0xda][0xbe][0x1b][0xce]:[0x16][0xd0][0xb7]C[0x1d][0x4]x[0xe1][0x84][0x9b]K[0x94]>M[0xdc]\[0xa5]fK[0x85]j[0xb6]K[0xec][0xf1]R[0xbb]m2['[0xc5]5[0xa3][0x85][0xec][0xbd]4:[0x4][0x11][0xe]jgx[0x5]A[0xa8][0xf7][0xcd][0xb9][0x8][0xc1]]P[0x9][0x85]n[0x87][0x8f][0xec][0xa7]4U[0x88][0xfb][0xcc]p^[0xd6][0xe][0x17]:P[0x81]NT[0xa3][0xb][0xf7][0x93][0xc7]k[0x85]c[0x19][0x96][0x3]fo[0x5][0x1d]#[0x98][0xbd][0x95][0xd4]+0{[0xab][0x8]R!Z[0xa9]/[0xdb]s[0xcb][0xb0][0x9a]Z[0x86][0xb2][0xc6][0x82]"4[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x91]|[0x1d][0xde][0x8b]([0xf2][0xd6][0x8f][0xc1][0xe9][0xf5][0x8d]A[0xf4]6[0x8c]A[0xf2]z[0x1c][0xdf]Cr[0x17][0x9f]C[0x8d][0xc7][0xe1].N[0xc1]u[0x12][0x92][0xc7]q[0xe]3.[0xa3]d[0xe7]E[0xc8][0x1e]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0x83][0xc5]<[0x8]4[0x98][0xa9]<[0x95][0xce]bCF[0x12][0x3][\r][0x17]([0xbe][0xfc]BV[0xf2][0xe]Sj[0x8e][0xa0][0x8a][0xfe][0xb][0xd4][0xe1](I[0xed][0x18]%[0xec]8[0xb6][0xe2][0x4][0xb6][0xd3][0xc3]>[0xa1][0x88]F[0xcc]3[0x93]RH+[0x97]Q:[0xb7][0x98])[0xeb]L'[0xb4][0x93][0xd2][0xbd][0x95][0xb0]O[0xa6][0xa7]3#=e([0xf8][0x17][El#[0x9a][0xd1][0xac][0x83][0xf6][0x9e]`z[0x9a]v[0xe2][0xa4]7[0x13]8q[0x1c][0xde]4Sq[0x92]iU&S[0x89][0x7]L[0xa5]b[0x92]J[0xb5]yG[0x1f][0x10][0x95][0xf][0x9][0xe0]GD[0xe5]c[0x82][0xfc][0x89][0x9][0xbe][0x9][0xda][0x93][0x6][0xdd][0x9c][0x6][0xdd][0x9c][0x3][0xba]9[0x3]t!+[0xd8][0x81][0x0]v[0xd8]H[0xaf][0xd9]H{[0xe9]li[0x1c][0x81]4Ri[0x12][0xe9][0xf2]L[0xa4]>{[0xe0][0x9e][0x91][0xc2][0xcc]SpO[0xc]=4<[0x89]2[0x1e]^[0xc2]])[0xcc]:O[0x9b]L;[0x9f]u1W[0x88][0xcd][0xd7][0x84][0xfc][0x1b]b[0xf0]-[0xbd][0x5][0xdf][0x91][0x2][0xc7])m?Pj[0xca]`[0xd6][0x9a]f[0xd6][0x9b]f[0xd6][0x9b][0xc3][0xac]7[0x83]Y[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xfe][0xc1]&[0xba][0x8e][0xbf][0xa9][0xfa][0x5][0xfe],[0xb0][0x19][0x9e][0xa5]mxq[0xdb]e[0xcc]&[0xf9][0xcc][0xf1][0xa6]07[0x85]y)[0xcc]w/`[0xb3][0x90][0xc]k[0x88][0xfb]w[[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee]/[0xb2][0xfa][0xd3]R[0xb8][0xc7]]C[0xfd][0x14][0x16]_H?45T[0x99][0xc0]U[0xe2][0xf4]3U[0xc0]5[0xcc][0xc4]/X[0x84]_[0xe9]5[0xfb][0x8d][0x18][0xfd]N[0xcf][0xc5][0x1f]TyWMF[0x16][0xd6]6[0x9b]G[0xeb][0x14][0xf][0xa3]/ [0xee]l[0xbb][0xd0]m[0xb6][0xf][0xfd][0xf]PK[0x7][0x8][0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.class[0xad]Wi[[0x1b]U[0x14]~o[0xa0]LH[0x86]B[0xd9][0xac]-j[0xd0]ZC[0x2][0xa4]Z[0xb4]*[0xb5][0x8a][0x88][0x96][0x1a]h[0x15]Dq[0xed][0x90]L[0xc3][0xb4][0xc9]$[0xce]LZp[0xdf][0xf7]}[0xaf][0xfb][0xbe]/[0xb8][0x95]F[0x9e][0xc7][0xe5][0x8b][0x1f]|[0x1e][0x82][0x1f][0xfd][0x13]>uy[0xef]$[0x85]LI[0x91]V?p[0xef][0x9d]{[0xcf]=[0xe7]}[0xcf]9[0xf7][0x1c][0xf2][0xcb]_[0xdf]}[0xf][0xe0],[0xcc][0x5][0x10][0xc6]N?[0xb4][0x0]&[0x90][0xa8][0xc5][0x19]H[0xfa][0xa1][0x7][0xb1][0xb][0xa9][0x0]&a[0x4][0xb8][0xb3];[0x88]=H[0xcb]U&[0x0][0x13]Y[0x5][0xb9][0x0]T[0xec][0xc][0xe2]f[0x18]r[0xb0][0x82][0xb0][0xe1][0x4][0x91][0xc7]^9[0xec]S0[0xa5]`:[0x88]&[0xdc][0xa2][0xe0]V9[0xdf][0x16]@3n[0xf][0xe2][0xe][0xdc][0xa9][0xe0][0xae][0x0][0xd6]`[0xa7][0x82][0xbb][0xe5][0xdd]{[0xa4][0x99]{[0x83][0xb8][0xf][0xf7][0xcb][0xe1][0x1][0xf9][0xf9][0xa0]n[0x98][0xfa]p>3[0xa1][[0xa3][0xda]D[0x9a];[0x8d][0xf1]lBK[0x8f]i[0x96]![0xbf]K[0x9b][0xd5][0xce][0xa4]a[0xb]l[0xfa]WK[0x17][0xe7][0xcd]dZ?lo$[0xa1][0x99][0xa6][0x8b]v[0xe5][0x91][0x8c][0xab]m[0x9e][0x9]t[0x95][0xc0][0xdb])#[0xb6][0xcb][0xd2]2[0xfa][0xbe][0xac][0xb5][0xa7][0xa4][0xa5][0xb7]#[0xbe][[0xdb][0xab][0xc5][0xf2][0x8e][0x91][0x8e][0xc5][\r][0xdb][0x91][0xac]'[0xdc]#[0x81][0xb5]K[0xdc][0x13][0xa8]+[0x8a]m[0xd5]5[0x82]"[0xf0][0xd6]2M[0x97][0x18][0x9][0xc7][0xc8][0x9a][0x9a]5-[0x5]G[0x1c]-[0xb1]gH[0xcb][0xb9]D[0x15]<%P;b[0xa4]L[0xcd][0xc9][[0xb4]r[0xe3][0xb1][0xc0][0xdb][0xbc][0xec]8[0xc][0x98][0xe][0xad]o[0xa1][0xfd]&[0xcd][0xf6]lJ=[0x2][0xed][0xe1]2[0xd5][0x4]W[0xc9][0x13]+t)[0xcf]y[0xa0]8[0xab][0x83][0xd2][0xd5][0xfd]i[0xcd][0xb6]u2n[0xf1]jXW4)[0xa0][0xc8]k[0x86][0x94][0xa8]?[0xc2][0x6]w2eP\[0x99][0x86][0xc5]v[[0xbd][0xf9]1[0x9d];[0x9c]#[0xbd][0x95],n.n[0xa6]53[0x15][0x1b][0xa1]R3[0xd5][0xbb]xG:[0xe2]l[0xef][0xed]e[0xdf][0xeb][0xfb][0xcf]AP[0xf0][0xb4][0x82]g[0x4][0xa6][0xc2][0xc7][0x5][0xe1][0xff][0xc8][0x82][0xfa][0xe4]|N[0x8e]fiZ[0xe0][0x8c]p[0xe5][0x8c][0xed]X[0x14][0xb4][0xaa]=[0xfa][0xb4]|[0xb5][0x8b][0xa0][0xf1][0x8d][0xf1][0x88]A<[0xa1][0xec][0xce][0x80][0x99][0xcf][0xe8][0x96]&[0xd5]Q@0l'[0x97][0xdd]t[0xb3][0xa7]_#[0xb4][0xa9][0x84][0x9e]+[0x9][0x5][0x16][0xc0][0xd1]ZF[0xcb])xV[0xc1]s,o[0x2]C[0xcb][0x83][0xb9][0xec]hZe[0xdb][0xdb]'v[0xeb][0x9][0xa7]w[0x99]%[0xa7]Tj[0x8e][0xc7][0xfb][0x81][0x91]l[0xde]J[0xe8][0xac]Lt[0xc7][0x9a][0x8a][0x15][0xac][[0xc2]R[0xd1][0x89][0xe7][0x5]V-[0xf0][0xc][0xed]r[0xab][0x99][0x82][0x17]T[0xbc][0x88][0x97]TD[0x10]e[0x8d]*[0xaa]P[0xb0]_[0xc5][0xcb]x[0x85]EE[0xc5][0xab]xM[0xc5]v[0xec]P[0xf0][0xba][0x8a]7[0xf0][0xa6][0x8a]-[0xb8]P[0xc1][*[0xde][0xc6];,[0x3][0xb][0xee][0xea][0xb3],[0xcd]-[0x3]t[0xb3][0x8a]w[0xf1][0x9e][0x82][0xf7]U|[0x80][0xf][0x99][0xa4]*>[0x92]z>[0xc6]'[0x9e]+[0xf3][0xaf][0x8d][0xf5][0xf4][0x98][0xe8][0xab][0xf8]T[0xaa]j82[0x16]*>[0xc3]'[0x92][0xee][0xe7]|[0x1c]*[0xbe][0xc0][0xc]i/[0xd8][0xdb][0xaa][0xd9][0x93]n[0x96]6y[0xf7][0x1c]Y[0x8]T|[0x89][0xaf]T[0x8c][0xe0]k&[0x89][0x8a]o$[0xe0]o[0xa5][0xb6][0x3][0x98]Uq[0x10][0x5][0x81][0xb6][0xa5]2N[0xe0][0xd4][0x85][0xe3][0xc1]tZOi[0xe9]>+[0xc5][0xb4]5[0xcb][0x85]6[0x96]E[0xa1]T[0xd2]B[0x99][0xbc][0xed][0x84]&[0xb5][0xbd]z[0xa8]H#$[0xf3]?[0xa4][0x99][0xc9][0xd0]^-[0x9d][0xd7]m[0xc9][0xe8];[0x96][0x9a][0xe3]jb[0x1e]7[0x15]ss[0x19][0xee][0xf6]$[0xa7]@s[0xa5][0xd7][0xc2][0xee][0xe8]-!|[0xce][0xb][0x1b][0x83][0x8e]|[0xaf]Y^[0xae][0xf3]D[0x9c]%[0xbe][0xe2][0xb3][0xe6][0x1b][\r][0xcb][0x6][0xbf]n[0x1][0x9a][0xb]y8[0x9f][0xae][0xe4][0xc7]z[0xba][0xc6]Hj[0x8e]>[0x9c]u[0xa4][0xc8]B[0xe9][0xf1]<[0xc2]E[0xaf]U[0x9a]8[0xf1][0xa8][0xbd][0x91][0x8f]*[0xa5];[0xf3][0xed]wu[0xb8][0xe3]h[\r]X1[0xec][0x81]L[0xce][0x99]va_+[0xd0]}l[0xff][0xcb][0xb0][0xff]e4'1)[0x10]Z[0xaa]g[0x16]Ke[0x99][0xc3][0xfa][0xb3][0xcc],[0x17][0x6][0xe1][0xd5][0xea][0x12]A[0xc9][0xf3][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbd][0xd6][0xef][0xf6][0xda][0x11][0x9d][0xe7][0xab]<[0xe7][0xdc][0xea][0xf5][0x4][0xc6][0x95][0xf1][0x1b][0xf3]1k[0xf5][0x88][0x1f][0x8e][0xa5][0xe4]=[0xa9][0xd9][0xc3]$[0xc5]*m[0xba]S[0xf3]a[0xc9]r[0xbf][0xb3][0x98][0xd0][0x8f][0x97][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef][0xe7]bL[0xa6][0xf1][0x11][0x11]:j=[0x95][0x11][0xaa][0xd2][0x92]I[0xf2][0xae][0x10]Q[0xe9][0xeb][0x9a]\[0xde][0xe9][0x93]!o\[0xe4];[0x19]][0xf]to[0xe3][0xa8]'[0xfa][0xa1][0xac][0xa5][0xf][0xa4]u[0x99]O[0xf4]aP[0xb2](}[0xd2]nJ[0xfa]a}%[0xbb][0x95]HV[0x11][0x88][0xc0][0xb9]K'[0xde]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Z*x[0xa4]c[0xc][0xed][0xfc][0x9f]?[0xc][0x81][0xe][0xfe][0xf9]dq[0xe6]o[0x86]j[0xae];[0xd1][0xc5][0xb1][0x9b]_;[0xb8][0xef][0xe3][0xdc][0x10][0x99][0x85][0x88]6[0xfa][0xe][0xa2]*[0x12][0xfd][0x16][0xd5]_r[0xcf][0x87][0x18][0xc7]F[0xde][0x0][0xce][0xe1][0xb8][0x9][0x1][0x9c][0x87]z[0x9c][0x8f][\r][0xdc]i-[0xde][0xc3][0x99][0xfc][0x15][0x2]w[0xb5][0x91][0xfa][0xd9]S[0xd1][0x83][0xb3]y&[0xb5]?[0xcc][0xb9][0x8a]sW[0xb4]q[0x5]5G[0xb][0xa8]a[0xcf][0xec][0xfc][0x19]k;[0xf]@y[0x19][0xcd][0x91]oP[0xdd]y[0x10][0xfe][0x2]j}[0xac][0x8d][0x81][0x99][0x83][0x8][0xce][0xf0]B[0x95]k[0xba][0x15]+8^[0x86][0x1a][0xc][0xa2][0xe][0xdb][0xb0][0x1a]qR[0xd9][0xe1][0x9a][0xf][0x15][0x15][0xcf][0x9b][0xef]"[0xc4]M4^[0xc7][0x93]s[0x9][0xd3]G[0x98][0x80][0x1f][0xe2][0x10]:[0x14][0xf4]b[0xb3]K[0xe8][0x2]R`[0xe3])[0xc1][0xfb][0x9d][0xfa]%[0xb9][0xf1]9[0xa8][0xe3][0xb3][0xa8][0x8b]G~[0xc6]p[0xa4][0x80][0x95][0x82]}k[0x80][0x8b]z[0x81][0x2][0x1a]$[0xe4][0x2]V[0x9][0xec][0xc7][0x6].[0x1a][0x5]~D[0xd3]pt[0xe][0xcd][0xe3]][0x5][0xb4][0xc8][0xcf]V.Np[0x17][0xb3]X][0xc0][0x89]>\[0xfd][0xc1][0xdf][0xbf]Fg\K*kH[0x2][0xb8][0x81][0x80]nD[0xb]v[0xd2]G[0x13][0x18]E[0x2]WC[0x9f][0xa7][0xd3][0xc3][0xf1]"[0xf4][0xbb][0xc4][0xc6]q[0x9][0x6]\[0x2]W[0xe0]R[0xba]@`[0xab]Gjp^j[0xdb][0xbc][0xd4][0xe5][0x94][0x92][0xa4]W[0xc2][0xf7]'[0xda][0x15][0xc4][0x15][0xc][0xfd][0xc1]X[0x14][0xa9][0xf][0x93][0xfa]v7[0xde][0xa4].[0xaa][0x88]KR[0x1f][0x9d][0xc3][0x1a]R_[0x1b][0x8f][0xfc][0x84][0xb6][0xfd]h[0x88]F~D[[0x1]'[0xf9][0xd8]q[0xbb]#[0x7]p[0xb2][0xa4]~[0x8a][0xa4][0x1e][0xe2]"[0xe4]R[0x1c][0x8e]vE[0xba][0xe][0xa0][0x9d][0xcb][0x2]N[0xad][0x92]T[0x8b][0xce][0xc][0xcd]a[0xdd]x[0xe3][0xe9][0xb3]X[0xff][0x3]q[0xf8][0x89]w[0x10][0xa7][0x95][0xd8]w#[0xc8][0xd1][0xe6][0xee]>[0xe6][0xcf]4[0xda]p;s[0xf3][0xe]f[0xe4]][0xe4]s7Y[0xdc]C[0x8e][0xf7][0xf1][0xc6][0x3][0xe4][0xf3][0x90][0xeb][0x91][0x1e][0x6][0xa7][0x87]Yu[0x5][0xae]$[0xd7]v[0xac]gK[0x1d]%[0xfa]m[0xe4]q[0x15][0xc6][0xdc][0xec][0x1b][0xa5][0xff][0xce]s[0xf9][0xc7]q[\r][0xfd]U[0xf4][0x92][0xea][0xda][0x97];[0xdb]J[0x1e]iA[0xf5]![0xb4])[0x18]?[0x84]j[0x5][0xd7][0xfe][0x81][0xd3][0xfb][0x14]\Wr[0xcc][0xf5]T_\[0xdd][0xc0][0xe0][0xc8][0xf9]&\[0xcc]9[0xc0][0xcb]M[0xfc]![0xdb]WS[0xfb][0xf]PK[0x7][0x8]H[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.class[0x95]O[0xb1]N[0xc3]@[0xc][0xf5][0x95][0xd2][0xd0]B[0x5]R[0xa2],[0xb5][0x4]L[0xa4][0xea][0x80][0x4]S[0xa4][0xe][0x8d][0xd8]/[0x8d]9]H[0xef]*[0xdf]%[0xcd][0xb7]1[0xf0][0x1]|[0x14][0xe2][0x92],[0x5][0xa6]Z[0xb2][0xec]g[0xf9][0xf9]=}|[0x2][0xc0][0x1d]L#[0xb8][0x8c][0xe0]J[0xc0]T[0xe6][0xb9]6[0xea][0xd9]x[0xd6][0xe4][0x4],[0xe6][0x89]e[0x85][0xd6])[0x8d]o,wt[0xb0][0xfc][0x8e]O[0x95][0xc9]K[0x8a][0x93]B[0xd6][0x12]+[0xaf]KL[0xb4][0xf3][0xf1][0xed][0xab][0x80][0xf1]F+#}[0xc5]$[0xe0][0xfe][0x4][0xf2]2M[0xe3]Uw[0xe1][0x9a]ig[0xeb]c[0x13][0xf3]e[0xfa][0xd8][0xaf][0x97][0xd2](\g[0x5]m}[0xbc][0xfa]?[0x12]0[0xd9][0xd8][0x8a][0xb7][0xf4][0xa2][0xcb][0xa0]?[0xeb][0xa5][0xd6][0x99]#[0xae][0x89][0x17][0xed]~x[0xa9][0xf3][0xb4]w[0xf][0x5][0xee]e[0x83][0xee][0xa0][0x9d][0xcb]l[0x83][0xd4]x291[0xfe]f[0x9][0xb8][0xf9][0xab]3[0x12] `[0x0]m[0xc][0x86][0x2][0xce]`[0x18][0xf0]y[0x8b]`[0x14]pt[0x8c]C[0xf6][0xdd][0x5][0x8c][0xbb]:[0xf9][0x1]PK[0x7][0x8]F[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.class[0x95]N[0xbb]N[0xc3]@[0x10][0x9c][\r]&&[0x81][0x2][0xf1][0x15]I[0x1]+E[0xa9]p[0x94][0x82][0x82][0xca][0x12][0x85][0xfd][0x3][0x17]g[0xb1][0xce]8w[0xd1][0xdd][0x99][0xf8][0xdb]([0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "q[0x89]+[0xa0][0xca]J[0xab][0xdd][0xd9][0xc7][0xcc]|}|[0x2]X[0xe0]&[0xc5]4[0xc5]5![0xf1][0x95]2[0x84][0xfb]Yn][0xcd][0xd6][0xd7][0x9a]_[0x9d][0xda][0xc9][0xc1][0xba]7~[0xea][0xcc][0xb6][0x95]l[0x9e]7[0xea]]q[0x17]t[0xcb][0xb9][0xf6]!#L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "][0x1b][0x15]:'[0x84][0xc5]9[0xbf][0xab][0xb2][0xcc][0xd6][0x91]`[0xb6]*[0x1f][0x87]U[0xab]L[0xcd]/[0x9b]F[0xaa][0x90][0xad][0xff][0x8f][0x8][0xd3][0xc2]v[0xae][0x92]g[0xdd]F[0xb1][0xbb][0x81][0xb7][0x88][0xae][0x8d][0xb8][0x87][0xe3]yt[0xd2][0xdf][0xfb]e[0xc3]{[0xd5][0xb3]?h[0xef]7[0xb6]g[0xe9][0x83][0x98][0xad]8[0xfe][0xf5]D[0xb8][0xfd][0xab]2&[0x10]F8[0x6]%[0x84][0xb]$[0x11]_F4[0xc2]8[0xe6][0xd0][0xa5][0xb8]:[0xd5][0xc9][0xf]PK[0x7][0x8][0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.class[0x9d]U]R[0x1b]G[0x10][0xfe]FZ[0xb4] -[0xc2][0xc6][0x16][0x8e][0xec][0x98][0xc4][0x8e][0xe3]H[0x8][0xb1][0x89][0x83][0xed][0x4][0x9]%[0xfe][0x11][0xc1][0xb6]$0[0x92]qL[0xaa]R5[0x92][0x6][0xb1]X[0xac]T[0xb3][0xab][0x18][0xae][0x90][0x1b][0xe4][0x4]yM^L[0x91]T[0xa5][0xf2][0xe4][0x87][0xdc] [0xa7][0xc8][0x9][0xf2][0xd3][0xb3]Z[0x11][0x81]0[0x5][0xe8][0xa1][0xb7][0xa7]{[0xa6][0xfb][0xfb][0xba]{F[0xfc][0xf3][0xcb]o[0x0]n[0xe1][0x9b]0[0xc6][0xf0][0x99][0x12][0x9f][0xeb][0x98][0xb]#[0x88]L[0x18]Qd[0x95][0x98]W"[0x17][0xc1][0x17][0xf8]2[0x82]{[0xb8][0xaf][0xc4][0x3][0x1d][0xf][0x95]9[0x1f][0xc1][0x2][0xbe][0xd2][0xb1][0xa8][0xe3][0x11]C(k[0xd9][0x96][0x9b]cH$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9b][0xfc];n6[0xb9][0xdd]0[0xcb][0xae][0xb4][0xec]Ff[0xd0][0xb2][0x96]\e[0xd0][0x1e][0xb4][0xea][0x82]a[0xac]`[0xd9][0xa2][0xd4][0xd9][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Y[0xe1][0xd5]&Y[0xc6][0xb][0xad][0x1a]o[0xae]ri[0xa9][0xb5]o[0xd4][0xdc][\r][0xcb]a[0xb8][h[0xc9][0x86][0xd9]j;[0xb3][0x9b]f[0x9b]o[0x9b][0xce]+[0xcb]q[0xaa][0xad]mSl[0xbb][0xc2][0xae][0xb]i[0xde][0xef][0xd8][0xf5][0xa6]x[0xb6]R[0xc8][0xdb][0xae][0xdc])[0xd7][0xb8]m[0xb][0x99][0xa1][0x0]m[0xee]n[0xa8][0xe0][0x3]h[0x18]"[0xeb]VS,s[0xd7][0x15][0xd2]f[0xd0][0xa5][0xa8]u[0xa4]CI[0xd9][0x1a][0xc3][0xc4]A4;[0xed][0x1e][0xa2][0xec][0xd9][0xa0]d+[0x95]L[0x8e]r~{[0xa2]J[0x9d][0xcd][0xe2][0xd5]w\[0x11].r[0xdb]Z[0x17][0x8e][0xbb](8!b[0x88][0xf7]1=[0xec][0x8b][0xf9][0xbc][0xf][0xdb]5[0x87][0x90]3[0xa4][0x13]][0xc2]N[0xc3]2[0xd7]%[0xdf][0x12][0xaf]Z[0xf2][0xa5][0xcf]1[0x93][0xec][0x82][0xe8][0xb8]V[0xd3],X[0x8e]K[0x4][0x87][0x84]b[0xcd][0x10][0xed][0xba]l[0xe1][0x9a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "r[0x84][0xaa][0xde][0x19][0x86]+[0xc7][0x4]d[0x18][0x91][0xc2]iudMP[0xdb][0xcf][\r][0x86]g[0x14][0xe0]R[0x9f]9ow[0xb6][0x84][0xe4][0xae][0xd5][0xb2][0xc9][0x1b];t[0xa0]W[0xf5][0xd1][0xb2][0xcb]k/[0x8b][0xbc][0xed]5Q[0xc7]c[0x1d]O(U[0xd9]j[0xd8][0xdc][0xed]H[0x8a]y[0xeb]44{a[0xa3]5)[0xb8]+V|[0xc4][0xc][0xf3][0xc7]E9X[0x90]d_[0xff][0x96][0xaa][0x9b][0xa2][0xa6][0xd8][0xcd][0x9c][0xe2][0x14][0xb][0xed]"p8s[0x16][0xa3][0x98][0xf7]2/vw[0xef]g[0x8e][0xe2]=?s[0x14][0xef][0xfb][0x99][0xa3][0xb8]FZ[0xd0][0xd3][0x14].[0xcd][0xd3][0x14][0xae]!OS[0xb8]B}[0xb8][0xa2][0xfb][0xb8][0xae][0xe3][0x3][0x8a][0xa0]p[0xfd]E{[0xd5][0xee][0xd2][0xaf][0x8][0xbe][0xd8][0x85]VLM[0xa5]^cH[0x89][0x90][0x12][0xfa][0x1e][0x86]5[0x94][0xd2]o[0x90]N[0xef]a[0x84][0xe1][0x7][0xdc] %[0xcc][0xf0];"sZ\{[0x83][0xf3][0xd3]S[0xa9][0xb8][0xf6][0x1a][0xc6][0x1e]F[0x3]x[0xfe][0xe3][0xbf]N[0xff][0xe4][0xd5]\[0xf1][0xba][0x89][0x11][0x92][0xf][0xa9]&y[0xaa][0xc5][0x2]e^D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8f]q[0x7]O[0x90][0xa1][0xdb][0xfb][0x88].o[0x1]O=[0xce][0xb3][0x84][0xe4][0xe][0x9d][0xba][0x81][0xf]=.[0xa5]}[0xf6]%[0x8a][0xf3][0x11][0xe1][0x1e][0xa6][0x8][0x9]$[0x9][0xfb]$>[0xa6][0xee][0xa4][0xfc][0xba]Ox" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 22256 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf5]([0xf9][0xfc][0xba][0xbb][0xa6][0xc9][0x96][0xa6][0xd5]([0x82][0xe3]:uT[0x87]y3@[0xc7]@[0x8e]O4M[0xbd][0x3][0x14][0xb2][0xbb][0x9e]E[0xcf]s[0x9b] [0xa8][0xef][0xdd][0xff][0x0]PK[0x7][0x8]N[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.class[0x9d]S]O[0x13]A[0x14]=[0xb3][0xdd]vK[0xa9][0x5][0xab]U+[0xa2][0xe0]W[0xca][0x87][0xae][0x12]}[0xc0]"1~[0x0][0xf][0xf5]#[0x14]y[0xe0][0xc1]d[0xba][0x9d][0x96][0xad]e[0xb6][0x99][0x9d]J[0xfd]W[0xfa]"[0x89][0xf][0xfe][0x0][0x94][0xf1][0xce]t[0xd3]HI[0xc][0xb0][0xc9][0xce]=s[0xe7][0xce]9g[0xee][0xec][0xfe][0xfe][0xf3][0xf3][0x17][0x80][0x15][0xdc][0xcf]![0x8d]y3[0xdc][0xce][0xc1][0xc5][0x1d][0xf]w=[0xdc]c[0xc8][0xac][0x85]2[0xd4][0xeb][0xc][0x95]J[0xad][0xc3][0xbf]p[0xbf][0xcb]e[0xdb][0xaf]k[0x15][0xca]v[0xf5]dfoa[0x97][0xc1]}[0x15]5[0x5][0xc3]T-[0x94][0xe2]][0xff][0xa0]![0xd4][0xe]ot)S[0xac]E[0x1][0xef][0xee]r[0x15][0x9a]y[0x92]t[0xf5]~[0x18]3[0xac][0xd4]"[0xd5][0xf6][0xa3]^[0xfc][0xa4][0xe3][0xf7][0xf8][0xc0][0x8f][0xf][0xc3]8nD[0x3]_[0xc][0xb4][0x90]M[0xa1][0xfc][0x97]}[0xd9][0xec][0x8a][0x8f][0xdb][0xb5]z[0xc0][0xa5][0x14][0xaa]J{{\[0xef][0x1b][0xde][0x13]F[0x18]&[aW|[0xe0]Z[0xb]%[0x19]<%[0x82][0xbe][0x8a]I[0x8f][0xed]1|:[0xd5]a[0xce][0x97][0xb1]-([0x1a]co[0xb9][0xc]["[0xd6][[0x82][0x93][0x86][0xf2]?[0x8e][0xc6][0xd7]J[0x89][0xbf][0xf1]|!P[0x82]k[0xb1]-[0xe2][0xa8][0xaf][0x2][0xb2][0xbf]Z[0x19]6*n[0x87]~K[0xf1][0x3]q[0x18][0xa9][0xcf]Io[0x12]7Rh[0x9f][0xda]T]8>[0xa5][0xcb]l[0xd8]2[0x86][0x99][0xff]p0[0xa4][0x85][0xd4][0xea]+i[0x8f][0xef]~fm[0xdb][0x98][0xf7][0x8d][0x8e][0x8]4[0xed][0x9f][0xa8][0x87]m[0xc9]u_[0x91][0x85][0xcd][0xd3][0xdf][0xf7][0x1b]c'[0xb9][0xf4][0xb5][0xe3]2[0xeb][0xc4][0x9a][0xab][0xdb][0xd6]l[0x84][0xe6]d[0xa5][0xf1][0xaf][0xe4][0xa1][0xa9][0xcf]#[0x3][0xcf][0xc][0xc5]<[0xae][0xe0]*[0xc3][0xa3][0xb3]~l[0xc]O[0xcf][0xe5][0x17][0xf3][0xf4]7[0xa5]a[0x1e][0x17][0xcc][0xd8][0xa0]1K[0xb3][0x1d][0x9a][0xbb][0x14][0xb3][0x8b]K[0xcb][0xb3]G`[0xdf][0x9];[0x98][0xa0]1G[0x11]X[0xa4][0xca]%[0xc2][0x6][0xd9]:L"oy[0xb2][0xb8][0x80][0x2][0xb1][0x18]4E[0xc8][0xb1]h[0x1a][0x17][0x91][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc5]Da@[0xc][0x1e][0xc5][0x2])<([0xbb][0xe5]t)s[0x4]g\g[0x95][0xd8][0x9e]Y[0x9d][0xad]a[0xf5]H[0xa7][0x80]K[0x89]N[0x1][0x97][0x13][0x9d][0x2]J[0xf4][0xa6],2.\[0x8b][0x8c][0x8b][0xb4]E[0xc6]E[0x86][0xb2][0xd4][0xe4][0xc4][0xc5][0xb][0x8a][0xa6][0xde]Y[0xfe]6R[0xce]X[0xd6]M[0xab]:7\[0x1d][0xa9]:[0xb8][0x86][0xb2]]wp[0x1d]3p[0xa6]_[0x13][0xdb][0x8d][0x84][0xed]1U[0x9b]z[0x8f][0xce][0xf4][0x3][0xa9]q[0xca]YK[0x99][0xb7][0xd8]K([0x1d][0xca][0x9a][0xf1]&n[0xd9]8[0xf7][0x17]PK[0x7][0x8]%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.class[0x95]TmS[0x13]W[0x14]~.[0x9].Y[0xb7][0x82])[0xe0][0xbb]E[0x8b]v[0x13][0x2]+Tmk[0xac][0x16][0x10]l4@[[0x1c]:m?tn6[0xd7][0xb0]ts7s[0xf7][0xae][0x84]q[0xa6]/[0x1f][0xfa][0xa5][0xbf][0xa6][0xce][0xd4]`[0xeb][0x8c]?[0xc0][0x1f][0xe5]xn[0x12][0xc4][0xd4][0x8c][0x3][0x99][0xc9]9g[0xcf]=/[0xcf]y[0xb9][0xf7][0xe5][0xab][0xff]^[0x0][0x98][0xc3][0xb7][0x19][0x1c]G[0xc1]F[0x16][0xd3][0x16]fl[0xa4]0m4[0x9e][0x8d]+[0x98]=[0x8a][0xf]1g[0xe1]S[0x1b]C[0x98][0x1e][0xc2]U[0xc3][0xaf][0x19][0x9b][0xeb]F[0xfa][0xcc][0x90][0xcf]m|[0x81][0x1b][0x86][0x14]-[0xdc][0xb4][0xf0][0xa5][0x85][[0xc][0x83]~[0x94]H[0xcd]0U[0xde][0xe2][0x8f][0xb8][0x97][0xe8] [0xf4][0xfc]H[0xfa][0x89]RBj[0x8f][0xeb][0xa8][0x1e][0xf8][0xde]|[0x9b][0x95][0xa4][0x16]5[0xa1][0x8a][0xc]G[0xf4]f[0x10]O^a[0xf0][0xca][0x91][0xaa]yQ#[0xbe][0xba][0xe5]5x[0xd3][0x8b][0xb7][0x83]8[0xae]DMO4[0xb5][0x90]U[0xa1][0xbc][0x85]DVC[0xf1]=[0xd7][0xfe]f[0xc7][0xf5]f [0x3]M[0x99][0xe7][0xdc]C[0xfa][0xe6]6[0x18][0xd2][0x8b]QU0[0xc][0x97][0x3])V[0x93]zE[0xa8][0x7][0xbc][0x12][0x92]&[[0x8e]|[0x1e]np[0x15][0x98][0xef][0xae]2m`28%)[0x85]Z[0xc]y[0x1c][0xb][0xfa][0x9c]=\[0xde][0xc9]YB=[0xde][0x1b]~[0xa7][0xb1][0x97]"#[0xc5][0xf6][0x83]M%x[0x95][0xc1]u;M[0xc][0xb9][0xac]y[0xdf]%R[0x1a][0x93]b[0xee]-e[0xc7][0x92][0xe2]1[0xc5]0[0xda][0xcf][0x9a][0x8e][0xb4][0xa9][0xa6][0x8f][0x8f][0xbd][0x1e]%[0xca][0x17][0xcb]A[0xbb][0xde][0x1e][0x8c]3[0xc6][0x9c][0xda][0xb2]$[0xfd]0[0x8a][0x3]Y[[0x11]z3[0xaa]Z[0xb8][0xed][0xe0]$[0xbe]r0[0x8e][0x13]F[0x9a]g[0xc8][0x1d]x[0xce][0xe]F1fa[0xc1][0xc1]"[0xee]8[0xb8][0x80][0x8b][0xc]'[0xf6]q[0xad]kE[0x89][0x16][0x92] [0xa4][0x96]Q[0xee][0x1e]@7&[0x1c],a[0xd9][0xc1]]|m[0xa4][0x92][0x83]{[0xb8]o[0xa1][0xec]`[0x5][0xab][0xe][0xd6][0xf0][\r]-[0xcf]![0xe7][0xc0]0[0xb2][0x9f]~[0xad][0xb2]%|j[0xd5][0xc5][0xbe][0xf5]t[0x9a][0xb6][0xcc]}[0x1d][0xa9][0x1d][0x86][0xe9]Ceb[0xf8][0xb3][0xbb][0x9b]q-[0xf0][0x1e]*^[0x17][0xdb][0x91][0xfa][0xa5]k[0xb4][0x18]Q{[0x9a][0xba]x[0xc0]-Z[0xf7][0xb9][0xd9][0xbe][0xe2]O[0x7][0xb4]_[0xab][0xc4]B=[0xea][0xae]{[0xca]5[0xf4]|[0xdf][0x12][0x97][0x9a][0xc2]O[0xa8]<[0xda][0xe8][0xd1][0xaa]x[0xc8][0x93]P[0xff][0xaf][0xea][0xcb]n[0xae][0xff][0xad][0xee][0xb1]3w[0x92]7[0x1a][0x84][0x81][0xfa][0xf4][0xf6][0x6]w[0x6][0xdc][0xb3][0xbf]=3'[0xc7][0xe1]@[0xfa]J[0xd4])[0xe6][0xbc][0xac][0xde][0x15][0xba][0x8d][0xb8][0xc4]p[0xd6]-[0xbd][0xcf]mHG[0x1d][0x15]Aw[0xdf]5,[0xf6][0xc]z[0xef]vY[0xb1][0xd0][0xab]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x86][0xb1]~([0xa9]O[0x19][0xb2][0xb8][0xc3]E=[0x92]t[0xf5][0xdd][0x1f]s[0x1b][0x98][0xa0][0x7]2[0xb]F[0x8f][0xe3][0x0]qZg`d[0xc4]\[0x6]zQ[0x7][0xe8][0x12][0xa7][0xe8][0xf4]4I?[0xd3][i4c[0xf9][0xa9][0xa7]`[0xf9]][0xc][0xe4][0x9f]#[0xf5][0xc3].[0xd2]O1[0xf8][0x84][0xe]R8C[0xd4]n[0x1b][0xed] [0x83][0xc7]8K[0xd2]x[0xc7][0x9][0xe7][0xf0][0x11][0xd0][0x96]LpF[0x89][0x1][0x87][0xf8][0xfe][0x19]3[0x17][0xa8][0x9b][0xec]/[0x8a][0x96]">[0xf3][0xc]G[0xa6][0xfe][0x85]5[0x80][0x95][0xc2]s[0xc]Q[0xb6]L[0xd6]n[0xe1]h[0xfe][0x1f][0xc][0xb6][0xe0][0xb4][0xf0]A[0xb][0xc7]Z[0x18].[0xa4][[0x18])[0xfc][0xfd][0x6]E[0x16]i[0xa2][0xbf][0x12][0x9a][0xdf][0xf0][0x9]~G[0x1][0xb4][0xd1]Lt[0xa2][0xbe]A3[0x83][0x8f]1I9m[0xa2][0x97]p[0x99][0xb0][0xee][0xe3][0xda][0xb3]JQ[0x4][0xd3][0xc][0x17]9[0xe2]i[0xe4]1[0x85][0xf3][0xed]J[0x19]5[0xaf][0xfd]{[\r]PK[0x7][0x8]$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.class[0x95]SKo[0xd3]@[0x10][0xfe][0xb6]y[0xb8]u[0x9d]&[0x14]([0xcf][0x94]@[0x3][0xe4][0xd1][0xc6]I([0x7][0x2][0xe2]@T[0xa4]J[0x9] [0x5][0x95][0xf3][0xda]Y[0x12][0xa7][0xe9]:[0xb2][0x9d]6[0xfd]+ ![0x81][0x90]z[0xe0]T[0x89][0x97]8[0xf0][0x3][0xf8]Q[0x88][0xb1][0xe3][0xd2]F[0xa2]E9[0xcc]hgv[0xe6][0x9b]ofv[0xfd][0xfe][0xf1][0x13]@[0x15][0xeb]sPpC[0xc5],2*n[0xe2][0x96][0xaf]VT[0xa4][0x91][0xf5][0xd5]m[0x5]w[0x14][0xdc]U[0x90]c[0x88]{][0xcb][0xcd][0x96][0x19][0xf4][0x86][0xed]tt{[0xe0][0xae][0xf7][0xf4][0x1][0x1f][0xe9][0xee][0x9e][0xe5][0xba][0x86]=[0xd2][0xc5][0xc8][0x13][0xb2]-[0x1c][0xfd][0xc9]P[0xb6][0xfb][0xe2][0x15][0xf7][0xcc][0xae]p[0x1e]R[0xea]#KZ[0xde]c[0x86]jn[0xca][0xdc][0xfc][0x16]C[0xb4]n[0xb7][0x5]C[0xb2]aI[0xf1]l[0xb8]c[0x8][0xe7]%7[0xfa][0xe4]Yl[0xd8]&[0xef]oq[0xc7][0xf2][0xed][0xd0][0x19][0xf5]i2h[0x9b]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa7][0xde][0xe7][0xae]+[0xc8][0xac]LW7[%[0xd6]K[0x93][0xf0][0xfb][0x83][0xa3][0x12][0x9]#[0x88][0xad]w[0xb9][0xec][0x88]6[0xc3]J[0xd8][0x95][0xdb][0xb1][0xf4][0xd7][0xe][0xdf][0x11]{[0xb6][0xb3][0x1d][0x2]n[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe9][0x5]m[0xcc][0x1b][0xc7][0xe][0x86][0xcc][0xff]R[0xa8]L[0xcb][0xe3][0xe6]v[0x93][0xf][0xc2][0xb2]j[0xcb][0x1e]:[0xa6]xj[0x5][0xbd]O[0xf0]-[0xf5][0xf8].[0xa7][0x11]mH[0xb3]o[0xbb][0x96][0xec]4[0x85][0xd7][0xb5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(jP1[0xaf]ACQ[0xc1][0xaa][0x86]5[0x94]4[0xe8](k[0xa8][0xa0][0xaa][0xe1][0x1e][0xaa][0xb4][0xd4])[0xe7][0xc3][0x90][0xf2]k[0xea]}[0x9a][0x81][0xfe][0xdc][0xe8][0x9][0x93][0x9a]Z[0xfd]GO[0xad]}iv[0x1d][[0xda]Cw[0xc][0xd1][0xb0]\[0x82][0x14][0xe][0xc3][0xda]T5[0x19][0x14][[0xd2]H[0x1c]*[0x14][0xc9][0xf9][0x13]]>{[0x84][0x94][0xd0][0x11][0x9e][0xbf][0xb7] a[0x93]a[0x8e][0xec]q[0x0]C:[0x97]?}[0x5]4}[0x95][0x9b][0xa6]p[0xe9][0xc1][0x97][0xe9][0xc9]7[0xa7]}[0xb7]g@[0xfb][0xcc][0x8f][0xc0]+[0xe5]22[0xf4][0x1]gA[0xe4][0xc0]R)Q[0xf4]/gH4$[0xc8][0xbb]@[0xa7][0x17]d[0xfb][0x1e][0xb5]P[0xfc][0x2]V[0xf8][0x86][0x99]C[0xb2]"H[0x92][0x8e]S[0xc][0xf0][0x6])[0xd2]K[0xe3]([0x9c][0xc3]y 8[0xf9]h[0xc][0x17][0x2]4v[0xe2][0x8e][0xe1]"E[0x8f][0xd1][0xdf][0x86][0xe8][0xb5][0xe2]WD>[0x5][0x89][0xb8][0x1f]r[0xf0][0xe5]:I[0x94][0xa4]P[0xf8][0xc]F1[0xd1][0xef][0x88][0x1d]`[0xe1][0xd8][0x8a][0x1f][0x6][0x11][0xc9][0x80]A[0x8c][0xf4];[0xea][0xe9]=[0x8a][0xf8][0x80][0x12]>[0xe2][0x1][0xe]N[0xb0][0xab][0xfd]eW[0xc3]%\[0x9e]`wtw[0x85]$[0x86]H&[0xa1]R[0x93]W[0x3][0x1a][0xd7]B[0x1a]i,c1h[0x84][0xb6];[0xe6][0xfa][0x7]PK[0x7][0x8][0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.class[0x95]U[0xdb]R[0x13]A[0x10]=C[0x2][0xb][0xc9][0xa2][0x91][0x9b][0x82][0x8a][0xa8]QC[0xb8],[0xde]/ *[0x18]o[0x15][0xa4]J(xu[0xb3][0x19][0x92][0x85]e&5[0xbb][0x81][0xf8][0x11][0x96][0x9f][0xe1]3UP[0xa2][0xf]~[0x80][0x1f][0xe1][0x83]e[0xa9]_a[0xd9]3[0x4]Q[0xa4]([0xf3][0xb0]=[0xb3][0xbd]}9[0xdd]}f[0xf6][0xd3][0xcf][0xf][0x1f][0x1]\[0xc1][0xb3]6[0xd8][0x18][0xd2]bX[0x8b][0x11]-F[0x13]h[0x87][0x93][0xc0][0x18].'[0xc9][0xe4][0xaa][0x85]k[0x9][0xc][0xe2]z+n$q[0x13][0xb7],[0xdc][0xb6]p[0xc7][0xc2]8[0x83][0xbd][0xe6][0x6]iY[0x8][0xb9]Z[0xe3][0x8a]a,/U[0xc9][0x91][0x95][0xf0][0xda][0xb2]SqkN[0xb8][0xee][0x87]aA[0xd6][0x1c]^[0x8b][0xb8](r[0xe5]LUE1[0xe0][0xb3]u[0xf][0x8a][0x90][0xd0][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "F[0xcb]pr[0xc7]?,[0xf9][0xce][0x92]rW[0xf9][0xba]T+u[0x17]2m[0xd7][0xa6][0x8a][0x87][0xb2][0xaa]<[0x1e]2[0xa4][0xf2][0xcb][0xee][0x9a][0xeb]T#?p[0xf2]~[0x18][0x91]IKT[0xf6][0xc3][0xf4][0x18][0x83][0xf3][0x9f]H[0x16][0xdd][0xc8]+[0x1b] -[0x13][0xbe][0xf0][0xa3]I[0x86][0xd7][0x99][0x6]}[0x1b]-[0xfa][0x90]"[0xf7]W4[0xb8][0xc0][0x10][0x9f][0x96]E[0xea][0xcd][0xd1][0xbc]/[0xf8][0xf3][0xea]j[0x81][0xab]y[0xb7][0xa0][0xbb][0xd5][0x91][0x97][0x9e][0x1b],[0xb8][0xca][0xd7][0xef]ue\w[0x80][0x6][0xf3]T[0x8][0xae][0xa6][0x3]7[0xc]u[0xab].7VR[0xfa]*5[0xa4][0xe7][0xef][0xf0][0xaf]*[0xbb])b[0xaa]*Hf48[0x16]1t[0xef][0xa0][0xe]\Qr[0xe6][0xcb]J[0xae]k3=[0xaf][0xb9][0xc8][0xf5]Vf[0xdc][0x8a][0xf1]#[0x16][0xd1][0xb4][0xe7][0xcc][0xf0][0x1e][0xf9][0x6][0xff]_9Gu[0x10]*3'[0xbc]@[0x86][0xbe]([0xcd][0xf0][0xa8],[0x8b][0x16]&l[0xdc][0xc5][0xa4][0x8d]n[0xf4][0xd8]8[0x8a][0x94][0x8d]c[0xe8][0xb0][0xd1][0x89].[0x1b][0xc7]q[0xd6][0xc2]=[0x1b][0xf7][0xf1][0xc0][0xc2][0x94][0x8d]i'U[0xb1]*[0x8b][0xfe][0x92][0x99][0xa3][0xa6][0x15][0xc3][0xb9][0xcc]?L[0xfb][0xf7]0[0x8d]6[0xc6]k[0x1a][0xb8][,[0xd2][0xe0]r"R[0xbe]f[0xdd][0xe8]a[0x88][0xf][0xa2]z[0xc2][0xf5][0xe8]d[0x87][0xe9]+ct[0x84][0xbb]2[0x83][0xc6]=[0xc][0x96][0x8]A^[0x96]J[0xe6][0x9c][0xa6][0xf6][0xeb][0x18][0x9a][0xb9]R[0x92][0xd6]l[0xe6][0xf]&[0xce][0x11][0x8]Q[0x1a]?[0x90][0x9b][0x83][0xb][0x18][0xa0][0x8b][0xae][0x1d][0xc]G[0x10]O[0xa5]4[0xad][0x0]Z[0x89]Yf%r[0x99][0x95]8G[0xd7]d[0x13]=[0xc7]q[0x82][0xac]{i[0xf7][0x92][0xde][0x9b]i[0xed][0xcb][0xe]m[0x81]e[0x87][0xb7][0xd0][0x94][0x1d][0xd9]B,[0xdb][0x1b][0xdf]B<[0xfb][0xe][0xcd][0x1b][0xf4]5[0x86]>[0x92]-[0xe4][0x3]|[0xc6]I[0x92]=&N[0x1f]N[0xa1][0x1f]0;[0x1d][0x9d][0xe1][0xc][0xed]mc[0xb7][0xfb][0x8d][0x11][0xba][0xb3][0xf5]lo([0x92][0xf6]Kg7)[0xcf]&[0xa5][0xd9]D|[0x1b]-[0xef]a[0xc5][0xf0][0x96]n[0x85]m[0xb4]u$[0x86][0xde]#[0x19][0xc3][0x86][0x89][0xd2]EX[[0x11]7[0xf9]{[0xc][0xd2]/[0xa4][0xfb]N[0xda][0xaf]T[0xc3]7[0x9c][0xc7][0x8f][0xdf]xN [0x89]s[0xa4][0xd1]~[0xe9]z[0xf6]=<[0xbb][0x9a]4=[0x16][0x9a][0x16]-\H[0x12][0x9c][0x8b][0xa6]%[0x97][0x90][0xa1]5N?[0x86],N[0xd3].A.[0xb6])[0xc][0xbf][0x0]PK[0x7][0x8][0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.class[0xb5]X[0xb]|S[0xd5][0x19][0xff][0x9f]4[0xcd]M[0x93][0xb][0xa5][0x81][0x16][0x8b]P[0x3][0xb4]%MJ[0xd3][0x16]T[0xd6]V6(E[0x8b]mq[0xb4][0xc2][0xb0]8[0xbc]M.m [0xc9]-7[0x9][0xa5]n[0xe2]d:[0xa7][0x8e][0xb1][0xb7]sN[0xe6][0xdc][0x83][0xc9][0xc4][0x1]Rhd:t[0x8a][0x8f]=[0xdc][0xe6]c:7[0xdd][0xc3][0xbd]t[0xea]t/[0xa7]b[0xf7][0x9d]{on[0x93][0x92][0x96][0xc6][0x9f][0xeb][0xf][0xce][0xeb]~[0xe7];[0xdf][0xff]{[0x9d][0xef][0xe4][0xd1]w[0xee][0xbe][0x17]@=[0xab]/[0xc0][0x85][0xf8][0x8a][0x83][0x9a][0x9b]y[0xf3]U[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef]oq[0xa0][0x1d]{[0x4]|[0xcd][0x1][0x1]{[0xec][0xb8][0x95][0xf7]_[0xe7][0xcd]mv|[0x83][0xf7][0xdf]t[0xe2][[0xf8][0xb6][0x1d]{[0x1d][0xf8][0xe]n[0xb7]c[0x1f]g[0xf4]][0xde][0xdc]!`[0xbf][0x3]3[0xb0][0x87]O[0xee]t[0xe0]{8[0xe0]D[0xb][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "8[0xe4]@)[0xee]r[0xe0]0[0x86][0xf8][0xb7]#N[0x1c][0xc5]p>[0xf4][0xbf][0xa6][0x2]$q7_:&[0xe0][0xfb][0x2][0xee]q`[0xbe][0xce][0xe3]^[0x1]?p[0xa0][0x12]w[0xf1][0xc9]q'[0xee][0xc3][0xfd][0xbc][0xf9][0xa1][0x13][0xd5]x@[0xc0][0x83]|r[0xc2][0x89][0x87][0xf0][0xb0][0x13][0x8f][0xe0]Q[0xde][0xfc]H[0xc0][0x15]v[0xfc][0x98]S[0xfc][0xc4][0x8e][0x9f]:[0xf1][0x18]~[0xc6])~[0xce]%y[0xd4][0x8e]_[0xf0][0xfe]q'[0x9e][0xc0][0x93][0xbc]yJ[0xc0]/[0x5]<[0xed][0xc0]yx[0x86]K[0xf0]+[0x1][0xcf][0xda][0xf1]k[0xe][0xf1]7v<[0xc7]w>/[0xe0][0xb7]v[0xfc][0xce][0x81][0xdf][0xe3][0xf]N4[0xe1][0x5];[0xfe][0xc8][0xd7][0xff]$[0xe0][0xcf][0xe][0xfc][0x5][0x15][0xf0]"[0x83][0xd8][0x1a][0x8d][0xca]jsX[0x8a][0xc5][0xe4][0x18]C^[0xdb][0xea][0xf3][0x19]\m[0x8a][0xda][0xeb][0x8f][0x85]7-[0xde][0xec]oSz{e[0xb5][0x91][0xa1] [0xb2]1[0xa0]D[0xe3][0xf2][0xf6]8[0xc3]<[0x8d]@[0x89][0xf5][0x86][0xfc][0x9b]T)"[0xf]([0xea][0x16][0xff][0xf2]D4[0x18][0x96][0x9b]u[0x1a]}C, q[0xf6][0xc]~}C[0x8c]8[0xf6]K[0xdb][0xfd][0xb1][0x81]P,[0xd6][0xa3]l[0xf7][0x13][0xa9][0x1c][\r][0xca][0xaa][0xb1][0xbb]S[0xdf][0xc0]ww[0x86]z[0xa3]R<[0xa1][0xca][0xc][0x8b]s[0xdb][0xdd][0xd4][0xd5][0xd5][0xb8][0x94]X8#[0x1b][0x95][0x9e][0x98][0xac]n[0x93]U[0x82]6[0xad]m[0xb3][0xb4]M[0xf2]'[0xe2][0xa1][0xb0][0xbf]-[0x14][0xe3][0x12][0x9e]?f[0xa9]i[0x92][0xe7][0xac]6[0xb8][0xea][0x7][0xf1][0xa3][0x1c][0x91][0x8d][0x11][0xa9][0xbf]?[0x14][0xed][0xa5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd3][0xd8][0xb6]K[0xfd][0xf4]yY[0xe6]J[0xd3][0xf8][0xea]k[0x1c]+[0x92]y[0xc4][0xb4][0xc8][0xc6][0x1e][0x8d][0x84]/[0xcb][0x9a]V[0xe7][0x8f][0xcf]'ED[0x1b][0xb][0xe5][0xed]r [0x11]W[0xd4]N[0x12]:[0x14] }V[0xa6][0x1d]B6[\r]$TU[0x8e][0xc6][0xfd]-[0x99]t[0xb4][0xd5][0xd6][0x14][0x8a][0x86][0xe2]K[0x19][0xba]<[0xa7][0xb7]x[0x8e]&[0xae]Z[0xcb]`mV[0x82]2WX(*w$"=[0xb2][0xda]%[0xf5][0x84]e[0xcd][0x3][0x3]Rx[0xad][0xa4][0x86][0xf8][0xdc]X[0xb4][0xc6][0xfb]B[0xb1][0xc9][0xfb][0xd2]:)[0x1e][0xe8][0xd3]4 [0x98][0x8e]+[0x98][0x1e]Y[0x92]y[0xc2]`[0xea][0x94][0xc9]:[0x9b][0xc1]>[0xe5]l[0xeb][0xdf]s[\r][0xe9][0x9c][0xb9][0x9a][0xae]y[0xef][0xb5][0xdf][0x9d][0xa3][0xab]kr[0x14][0xa4][0x85]S][0xce][0x1c][0x18][0xce][0xc9]uOJ[0xb9]S:[0xe3]R`[0xb]E[0x8e]f#J`[0x2]^[0x12][0xf0]7[0x86][0xdd][0xff]'[0xad][0xbf];A[0xb9][0x8e][0x84][0xa0][0x1c][0x8b][0xab][0xca] [0xe5]RO[0xd5]Z[0xba][0x18]hI[0x89][0x92][0xfc]*[0xb9][0x9f]M[0x8f]`[0x86]3'[0xc8][0x0][0xb4]A'#-[0xcf][0xee][0x9e][0x90][0xd0][0xc6]9+[0xfd][0x94][0xea][0xe2][0xca]ry[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x1c]Q[0xb6][0xc9]A[0x6][0xbb]*[0xf7][0xf2][0xf8]'7/[0x9b]@A[0x9a][0xbc]6J[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "O[0xb2][0xc5]zR[0x8]K[0xd1]^W[0x9f][0xaa][0xc]pU[0xd3][0x19][0xf6][0x94][0xd1][0x19]js7y[0x81]*[0xc7][0x94][0x84][0x1a][0xe0]`[0xce]~[0x97][0xd6]/[0xce][0x9a][0x13][0xe9]z[0x13][0xf0]2[0xdd][0xa6][0xda]U[0xf8],[0xe5][0xe0]Dt[0x14][0xb7]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd0][0x99][0xb1][0xf2][0xda][0xda]Z[0x86]vO[0x8e])[0xe3]4:[0xb3]l[0xaf][0xe5]M[0xdd][0xe8]1u[0xfc][0x98][0xd4][0xa4][0x9e]Ofx[0xaa][0xb2][0xdd][0xa2][0xf6][0xa6]@[0xd8][0xc8][0xa9][0xab][0x9a][0xba][0x1a][0xd2]t[0xbe][0xba]g[0xb3][0x1c][0x88]7.[0x1d]O[0xd4]ph[0x93][0x1c][0x18][0xc][0x84]e[0xff][0xb2][0x1e][0xf2]0)[0x10]oK[0xad][0xf0][0xb][0xa8]S[0xd3][0xf2][0xca][0x90][0x96]=3[0xd0][0xd4][0xf0]3D[0xac][0xc6]E">[0x8d][0xab]D|[0x8c]7[0x12]"[0xbc][0x19]`[0x98]9*Cg\[0xa5]+ly"[0x14][0xe]r%V6[0xab][0xb2][0x14][0xa7][0x15][0xb7][0xee][0x90][0xee][0x1][0x9d][0xa3]{ [0x14][0xef]s[0x1b][0xa9][0xd4][0xdd]-[0xe2][0x15][0xbc][0xca][0x9b][0xbf]S[0x8e][0xbe][0xb4][0xa6][0xa6]F[0xc4]kx][0xc0]?D[0xfc][0x13][0xff]"w6"Q[0xc0][0xbf]E[0xfc][0x7]o0L[0xd5][0x5]L[0xb1][0x10][0xf1]A[0xac][0x11][0xd1][0x89].[0x86][0xe9][0xa3][0xb6]^[0xa6][0xaa][0xd2] 7[0xb8][0x88]u[0xf8][0x90][0x80][0xff][0x8a]x[0x13]o[0x89]x[0x1b]'[0xe9][0x16][0xc8][0xc9][0xa2][0xe5]u[0x1c][0xec];[0x2]FD[0x6][0xc6]Dl[0xc4]e[0x2][0xb3][0x88],[0xf][0x3][0x2][0xb3][0x8a],[0x9f][0xd9]D&0;E[0xcc][0xa8]:ZIlUM[0xf4][0xc7][0xe5]`[0xcb][0xf6][0x80][0xdc][0x1f][0xf])Q[0x86][0xa2]Q[0x9]/[0x90]b}[0x94][0x95]D\[0x82][0xee][0x9c]E[0xaa][0x17]q)>L[0x99]Ld[0x5][0xcc]!2'[0x13]E6[0x85]Me([0x1d][0xd7][0xfd]DV[0xc8][0x1c][0x2][0x9b]&[0xb2]"[0xe6][0x12][0xd8]t[0x91][0xcd]`SEV[0xcc]JH.-[0x83][0xa5]Y[0xab][d3[0xf1]:[0xe1][0xbd][0x94]r[0xa5][0xc8][0xce]`[0xa5]"[0x9b][0xc5][0xce][0xa4]Rb[0xa5]B[0x14]n34[0xdd]"[0x9b][0xcd][0xe6]P4[0x89][0xac][0x8c][0x9d]%27[0x9b][0xcb]P[0x93][[0xb0][0xe6][0xc][0x11]Y[0x84][0xcd][0x13][0xd9]|V[0x9e][0xb2]zf[0xee]a[0x98][0xdb][0xaa][0xe5][0xa6][0xa0][Ni[0xdf][0x1d]Lp[0xf]u[0xa7][0x2]]d[0x15][0xac][0x92][0x1c]~[0x8d][0x1c][0x96][0xa5]X&[0xf6][0x5][0xcc]C[0x9e][0x96][0x99]:[0xa8][0xd6][0xb8]8[0xba]0[0xb5][0x9b][0xd3][0xb][0xac]Jd^[0xe6][0x13]Y5[[0xc8]P>[0xee][0x91][0x89][0xd1]}"[0xab][0xe1][0xbc][0x17][0xe6][0x4]X`~[0x91][0xd5]2J[0x1a][0xf5][0xb9]G8[0x83][0xfb]t[0xf7][0xdc][0xa4][0xe5][0xe9]L[0x95]@[0xae]Q[0xdd][0xb4][0x12]*[0x89]J?[0xba][0xf][0xa8][0x8c]%j[0xe2][0xe6]i[0x1b][0x9b][0x18][0x1a][0xab]NY2rE[0xe3][0x18]z#[0x99]MDo[0x8f]+[0xfa][0x92][0x9e]+O9[0x8b][0xdc]tl[0xfe]d[0xc8][0xf][0xca]=[0x9][0xda]Q[0x9c]M8[0xca][0xcc][0xe5][0xa3]*[0xd0]>u$[0xc2][0xe1]ejo"B[0xf5]mZ[0x8][0x17]n[0x93][0xc2][0xa1][0xa0][0x14][0x97];[0x94]8'aX[0x90]E[0xfa][0xec]GL[0x1b][0x93][0xa0]b\g1[0xdd][0xb9]*<[0xdd][0xe3]*![0xfd][0xe1]a[0x93][0x82][0xc1]e[0xfc][0xd8]RO[0xda][0xc7]f%[0x1c][0xa6][\r]$ac[0xd5]%[0xe4]&[0xb9][0xde]Z\[0xba][0xb2][0x9]+{[0x92][0xb5]$*[0xf]t[0x12]y0[0x11][0x96][0x83][0x14]k[0xb2][0x14][0xbc]HQH[0x94][0xb5][0x9e][0xd6][0xec][0xcf][0x2][0x9d]h%[0xb9][0xa3][0xa2][0xe]f[0xa0]I#2Y[0x9e][0xfa][0x88]([0x9f][0xcc]c[0x83][0xfc]![0xd6][0x97][0x88][0x7][0x95][0x1]2[0xcf][0x9c][0xec]r[0x84]"[0xf2][0xc5]tu[0xd2][0x85][0xd2][0xd9][0xd2][0xbc][0xba]cE'[0xc3]Y[0xe3][0x88]l[0x90]r'[0x92][0x6][0xa4]P[0xbc]KV#!zNj[0xd6][0x9f][0xef]Yu[0x9a]m\[0xfd]Ed[0xa3][0xcc][0xb7][0x14]][0x88][0x13]TS[0xe6][0x8b][0x8b][0x9b][0xc1][0xd1]+[0xc7][0x97][0xa7][0x8a][0xb8]2O[0xd5][0xc4]e[0x9c][0x9d][0xa8][0xa9]B[0x8c][0xcb]Z[0xd1][0xd8]J[0x1][0xa1]j[0xa5][0xdc][0xd8][0xe3][0xa7]d[0xbc]"[0xc9][0x8d][0xb6][0xc8][0x83][0x9d]2)[0xa4][0xc8][0x93]n[0x16]Zj[0xcc] [0xd6]h[0xac][0xb1][0xd0][0xe5]t[0x80][0x10]W4[0xb7]e[0xf0]du[0xd6],k[0x14]/\[0xc0][0xc1]H[0x8f][0x12][0xe][0x5]:H|[0xce][0x8d][0xb2][0x88][0x16][0xf4][0x13][0x94]J[0xa7]:~^[0x82]DY2q[0xb0]eI[0x1e][0xa6]$[0xf6][0x90][0x99][0xa9]J2@[0xa7]2[0x18]/[0x9f][0xfb][0xa4]X[0x87][0x96][0x11]I[0x9b]dIkT[0x9b]df[0x19][0x93][0xe3][0xae]wW[0x1c]N[0xbe][0x8][0x9e][0xfc]c_/[0xc8]c[0x89][0x9e][0x8][0xf7][0xf2]E[0xe9]ZZ[0x93][0x88]F[0xb5][0x82]|[0x9c][0xf8][[0x99][0xe0]?[0x95][0x10][0x9c]|[0xaa]X[0xb8]v[0xbc]Y2d[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9f][0x9f][0x99][0xd7][0xcb]=[0xa4][0xf2]4[0x19][0xdc]TYq[0xb6][0x9c][0xc5]bID#J0[0xb4]I{R[0xeb][0x19]q[0x9e][0xe7][0x14][0x8c][0xa7]zE[0xa1][0xe6][0xee]$aK[0x94][0x4][0xe5]!S3[0x91]_e[0xd5][0x9a][0x1e]1T[0xcd][0x8e][0xbd]4[0x8c][0xc4]EO[0x11][0x2][0x99][0xba]G*[0xd2][0xa1]j[0xbf]~5f)[0xd7]1[0x17][0x17][0xa2][0x1d][0x80][0x80]Y[0xbc]~[0xa6][0x91][0x8b][0x97][0xaa]ZO[0xd5]*[0x18].[0xa6][0xb1][0x5]kiN%[0xaa]9_O[0xff][0xa9]$4[0xe7][0x1b][0xe8]?[0xd5]z[0xda]>[0xaa]<[0xa9]w[0xd2]7[0x9]=[0xb4][0x1e][0xa0]Y[0x8]V[0xe4][0xf1]U[0xaf][0xaf][0x9a][0x1d][0x87][0xf5]([0xf2][0xf][0xd2]4[0xf]Aj[0x1d]D[0x4][0xda][0xec][0xa0][0xad]2[0x8d][0xdc]:)6[0xa1]W[0xfb][0x1d][0xd2][0x89]>[0x12][0x89]i[0xa3][0x10][0x9]e[0xc1]f[0x1a][0x97]h[0xbb]8[0xd5][0x16][0x83]*DbZ[0xc][0x81][0xc2][0xb8][0x8a][0xbf][0x0][0xf4][0xe3]Y)[0xf2]I[0x0][0xa0][0xcf]{[0x14][0xb6]C`[0xc7] [0xac]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbb][0xab][0xe0][0x8][0x1c][0xd5]G[0xe0]t[0x89]48[0x82])IL[0xb5][0xc0][0xe7]*[0x1c][0xc6][0xb4]jW[0x11][0xb5]^[0xdf][0x10]\[0xde][0xea]!L[0xf7][0x1e][0xc3][0xc][0xda]S<[0x84][0x92][0x85]'P[0xe4]=L[0xfd]0f&q[0x86][0x5][0xeb][0xbc][0xb6]c(]O[0xcc]g[\r][0xe3][0xcc]![0xcc][0xe6][0xd8][0xac][0x1a][0xb6][0x1a][0x92][0xb]$[0xa1][0x95]$*G[0x14]^([0xa8][0xc5]V[0x9c][\r][0x15][\r][0x88][0xa1][0x5]q[0xb4]b[0x1b])w[0x90][0xd0]^[0xad][0xe1][0xf7][0xea][0xb2][0x9a][0xf8][0xfb]L[0xfc]}[0x6]~>[0x8a][0x12][0xa7][0xba][0xc3][0xc4][0xfd][0x2][0x99][0x80][0xe3][0xee][0xd6][0xc0][0x1e][0xe6][0x18][0x17]j[0x18]+[0x92][0xa8]a[0xa3][0x83]$[0xfc][0xc][0xf7][0xa0]:[0x89]Z[0xb][0x8e][0xa3][0xae]-[0x3]x[0xb1][0xe]\[0x3]k[0xd1][0xc0][0xbe][0xe4]e[0xa4]0[0xde]T[0x8c][0xc2][0x9e][0x7];[0xb5][0xc7]1[0x5][0xf7][0x91]{[0xde][0x8f][0x15]x[0x0][0xab][0xa8][0xbf][0x8][0xf][0x11][0xe4][0x87])[0xd6][0x1f]1![0xaf] [0xb1]R[0x90][0xbb][\r][0xc8][0xb5][0x4][0xfa][0xca]1[0x90][0xbb][0xd3] [0xcf][0x84]e[0x4]K[0xc6]@~[0x83]/[0xf3][0xc7][0xba][0x8e][0x98]]G[0xe][0xc0][0x11][0xef]O[0x8b][0xd0]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "L_[0x12][0x8b][0x18]h[0xe0]Z[0x9c][0x16][0xa6][0xa4][0x80][0xe9][0xf4][0xe5]l[0xb][0xda][0xb9].|[0xa4][0x80]s[0xf2][0xb0][0xae][0xfa][0x4][0x14][0x1a][0x9e][0xcb][0xb0][0x7][0x9b][0xd2][0x18]-1B=m{I[0x12][0xef]c[0xe8]X[0x98]D[0x3]#s/[0xa1][0x1][0xe5][0xea][0xe3]hj[0xb0]r?[0x86][0xf3][0xd6]{K[0xad][0xbe][0xea][0xa3]X[0x9a][0xc4][0xfb]-[0xdc][0xeb][0x8b][0x1a][0xf2][0x89][0xa7]k[0x19]w[0xa4][0xe5]y[0xd8];[0xf2] [0x8f][0x82][0x9d][0xf8]2n[0xc6][0x7][0xc]][0xd6][0x13]~[0xe0]qT[0xe0][0x9][0xd2][0xcb][0x93]h[0xc2]S[0x14][0xe2]O[0xd3][0xb7]g[0x88][0xf2]9[0xa2]}[0x85][0xa8]_[0xc2]-x[0x19][0xb7][0xe3]U[0xdc][0x81][0xd7]4[0xdd].&[0x8d][0xde]B{w[0xe2][0xe3]4[0xda][0x89][0x5][0x94][0xe][0xae][0xd1]bt[0xbf][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf6]k[0x9a]g[0xc4][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "|[0x82][0xf2][0xb1][0xc5]L[0x0]:[0xfd][0xb5]&[0xfd][0x16][0xcd]*[0x9c][0xea][0x93]D[0xb5]UO+'[0x11][0x15]p[0x9d][0x80][0xeb]GPm[0x18][0xe3][0x6]}A[0xc0][0xa7][0xc0][0x4][0xec]z[0x13]S[0xde]$z[0xb][0xff]![0xc5]0[0xcb]n[0xe2][0xce][0xcd][0xb2][0xcf][0xf7][0x10][0xac][0x7][0xd3]T[0xda]<[0x91]m*[0xe8][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee][0x90]-[0xed]d[0x12]9e[0x92][\r]i[0xfb]W[0x9e][0xd6]$5i&[0xe1][0x96][0x18][0xc6][0xf9]I\@zO[0x19][0xa2][0xd5]4[0xc4]c[0xc6][0x99][0xab][0xc8]N[0xdc]&;([0x7][0xed]2m[0xd2][0x80][0xa9][0xd4][0xbe]E[0xb3][0xb7]I[0xb7]'I[0x17][0xef][0x90];[0x8e][0xa0][0x85][0xfc][0xf0]2f[0xc1][0xe]f[0xc3][0xf5][0xcc][0x89]][0xcc][0x8e][0xdd][0xcc][0x81][0x9b][0x99][0x88]=l*ng[0x85][0xa6]mv[0x9b][0xb6][0xd9]AY-e[0x9b]}[0xa6]m[0xf6][0x19][0xb6]YB[0xa9]=[0xd3]6:[0xfd][0xb5]&=[0xb7][0x8d]N[0x95][0xb2][0x8d][0xf][0xf9][0xf9]'[0x11]L[0x19]g[0xde]D[0xc6][0x99]F"[0xe2]3F[0x96]h[0xd0][0x8c][0x5][0xd8][0xbc]>[0xca]f[0x7][0xb5]d[0xce][0x1][0xdb][0xb4][0x10]\[0xa4][0x9][0xaf][0xdf][0x94]6|[0xd6][0x10][0xd4][0x86][0xcf]qA[0x89][0xcf][0xe7][0xb3][0xf3][0xb1][0xe4][0xca][0xe7][0xb][0xf8][0xa2][0xc1]g[0xb6]FOi[0x85][0xac]s[0x80]z[0x96][0xc1][0xc5][0x8e]/[0x99][0xf9]m[0xae]AY[0xe0][0xba]p[0x18]mw[0x81][0x1d][0x1c]C[0xde]@[0x9a][0xd3]o[0xa7][0x1b])fx[0x13]:[0xa8][0x9f]E[0xeb][0xe7]A[0xff][0xab]4[0xfa]R[0xbd][0xfb][0x1f]PK[0x7][0x8][0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.class[0x95]SMs[0x1b]E[0x10]}#i?,V[0x96][0xb2][0x91]m[0xc0][0xc1][0x11][0x10][0x88][0xf5]a/1&[0x1][0xec][0x84]8[0x8e][0x3]&[0xb6]B[0xe1]`0[0x1c][0xc2]J^[0xe4][0xb5]WZ![0xad][0x82]S[0x14]?[0x81]?[0x90][0x1f]@.>@[0x15]Q([0xa8][0xa2][0xe0][0xc2][0x81][0x13]?[0x88][0x2][0xde][0xac][0xd6][0x96]"[0xeb][0xc2]agz[0xde]t[0xf7][0xbc]~[0xdd][0xfb][0xe7]??[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "`[0x1]w[0x92]0[0xf1][0x9a][0x8e]KI[0x1e]^[0x1f][0x83][0x8a]E[0xb9][0xbc][0xa1][0xe1]r[0x12]W[0xf0][0xa6]\[0xde][0xd2][0xf0]v[0x12]KXNb[0xc]Wu\[0x93][0xfb];:[0xae][0xeb]X[0xd1]qC[0x9e]V5[0xdc][0x14]P[0xea][0xf7][0xe][0x9c][0x7][0x2][0xe6][0xc6][0xbe]}[0xdf][0xb6]<[0xbb]Q[0xb3][0xb6][0x82][0x96][0xdb][0xa8]-[0x9]h[0xf5]{[0xf7]m[0xaf][0xe3][0x8][0xa8][0xcb]n[0xc3][\r][0xae][0x9]\[0x9c]=[0xed]x[0x1a][0xc9]o[0xb]$V[0xfd]]F[0xa6]7[0xdc][0x86]S[0xee][0xd4]+N[0xeb][0xae]][0xf1][0x1c][0xf9][0x94]_[0xb5][0xbd]m[0xbb][0xe5][0xca]s[0x4]&[0x82]=[0xb7]-`m[0xf8][0xad][0x9a][0xe5]7[0xdb][0x8b][0xfb]V[0xd3]>[0xb4][0xda]_[0xb9][0xed]v[0xc5]?[0xb4][0x9c][0xc3][0xc0]i[0xec]:-k[0xd3]n[0xb8]_8[0xed]`[0xad][0x11][0xb4][0x1e][0x90]c<[0xa4][0xaf][0x1c][0xf3][0xac]9[0xc1]m[0x9]dg[0xf3][0xa3]*[0xd2]y[0xbf][0x1d][0xb9]:_vl[0x8f]oN[0xc][0x96]t[0xa7][0xb2][0xef]T[0x83][0xa5][0xfc][0xa7][0x2][0xc2]Z[0x96][0xe8]*[0xe4]j[0x7][0x2][0xa9][0xad][0xc0][0xae][0x1e]l[0xda][0xcd][0xb0][0x4][0xaa][0xcf][0xf4]{v{[0xaf]Ww|6[0xbf][0xce]GZN[0xbb][0xe3][0xd1]Y[0xf0][0xa0][0x7]~[0x8f][0x88]@r[0xcb][0xef][0xb4][0xaa][0xce]-7[0x14][0xe4][0xa9][0x9a][0xe6][0xe5][0x8b][0x6]&[0xb1]6p[0x93]s[0xe4]U[0x8e][0xb5]j[0xb8]e[0xe0]][0xbc]g[0xe0],[0xb2][0x6]&[0x90][0x15][0x98][0xfb]_[0xa2]iX7[0xf0][0x12]^6[0x90]GA`jX[0xa6][0x1b][0x1d][0xd7]c[0x90][0x86][0xf7][\r][0xdc]FNR[0xd9][0x10][0x88]}Mk[0x13]e[0x96]O[0x16]WYM)[0x17][0x8a]N3[0x96][0xfb][0xc6][0xc0][0x1c]r[0x2][0x99]a[0xb9]B!8[\r][0x17][0xfa][0x14][0xc3][0xdb]r[0xc7][0xf3]VZ[0xb5]N[0x9d][0x85][0xad][0x1d]V[0x9d]f[0xe0][0xfa][\r]N[0xb]S[0xba][0xbb]v[0xe0][0x94][0xfd]@[0xba][0xc][\r]\[0xd4][0x82][0xd1][0x3][0x97][0x19]F[0x99][0xae][0xf][0xad]zv[0x9b][0xcd]Nq[0x0][0xb6][0xdc]z[0xd3]s[0xca]v[0xdd][0x19]j[0xfe]@2[0xd5]n6[0xa9][0x1d][0xb5][0x1d][0xe5]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8a]4[[0xc2][0x8b][0xfc][0x13]M[0xfe][0xa6]1[0xae]l[0x10]-S[0xf6][0x88][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "A%[0xa7][0xb8]>[0xcb]S[0x95][0x1e]q[0xee][0x13][0x85]'[0x10]E3[0xf6][0x13][0xe2][0x85][0xe2]c$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0xc7]P~[0x8][0x13]<[0xc7]u[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7]<[0x12]( [0x89][0x12][0xd2][0x94]9[0x8b]y[0xc0]V[0x4][0xd7][0x90][0x96][0xc3][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "2[0x11][0x8c][0xe0][0xba][0x82][0x8f][0xa4][0xd6][0x8d]0[0xb6][0xf1][0xb1][0x94][0xdc][0x94][0xe8][0xac][0x82][0x9c][0x82][0xbc][0x82][[0xc][0xc3][0xb5][0xfb]u[0xee][0xba][0xc2]6[0x19][0xa6][0xb3][0x87][0xfc]![0xd7][0xc3][0xba][0xb4][0xdf][0xc3][0x87]a[0xb0][0xc6][0xdd]R[0x95]a&[0xd6][0x11]S[0x8e][0xd7]Ss/[0xec][0x9]*L[0xd7]>[0xa2]9[0xd3][0x9c][0xd5]m[0xd3][0x14]v[0xda][0xe0][0x8e]#[0x88][0xe2]d[0xb7][0xc2][0xac][0x8f]"5E[0xaa][0xe9][0x12]1[0xda]c2[0xe4]{'&[0xc]S[0xdd][0xd1][0x1f][0xd5]O2[0x90][0xea]gw[0xad]7[0x96]^[0xc9][0x6]yHv" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "k[0xff]o[0xbd][0x91][0x82][0xcb]K[0xf]H[0xc3]g[0xa1][0xe0][0xb6][0x82]O[0xe8][0x12][0x14][0xf4][0x8a][0xc9]][0xcf]&^F[0xec]L[0xa6][0xe7][0xce]H(\[0xb0]<[0xbb]$[0xa8][0xac][0xe4][0xfb]b[0xff]j/JM[0x15][0xd3][0xd8][0xa1]j[0x13][0xc4]3[0xb8]=C[0xb5][0xb7][0x85][0xe3][0xe8][0x96][0xa9][0xa0][0xa0]b[0x17][0x9f]*[0xd8]Sq[0x7][0x9f][0xa9]8[0x8f][0xb][0xc]cmB7[0xb8]S%R[0x14][0xae][0x8a][0xbb][0xd8]Wq[0xf][0x9f]+[0xf8]B[0xc5][0x97][0xb8]O[0x9]P[0xf1][0x95][0x14]r[0x14][0x19][0xc6][0xfb]TEEI[0x1e]M[0xb5][0x3]HW[0xb9]][0x10]_{[0xc2],[0x9][0x15][0x7][0xa0]L[0x96]UT[0xa4][0x95]*[0x8a]*t[0x1c]2,[0x9f][0xed]n3[0x9c]k;[0xba]U<[0x14]%[0x97]a[0xf1][0xbf]l[0xbd]hc[0xa4]+[0xe][0xca][{[0xbf]M[0x0][0xee]Z[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc4][0xe4][0xcb][0x9d]m[0xdb][0xf6]}[0xe6]=[0xc3][0xd8][0xb2]+^[0x8d]nx[0xa6]Q[0x12]u[0x97][0x92]L[0xac][0x1e]rC?[0xe0][0xae][0xc8][n[0xa6]Vw[0xe9][0xa9][0xc4][0xfa][0xf4][0x82][0xfd][0xfe][0xed][0xe1][0xfc]?[0xb4][0x16]zH%[0xab]V[0xf7][0xcb][0xbf][0xd0][0xaf][0xb5][0xfc]KORt[0xa7]E[0x84][0x2][0xd9][0xa7]g[0xe7][0xbf][0xe4][0x82][0xa0]|[0x8d][0xc5]:[0x15]I[0x94][0xea]J[0x89][0x8f][0x9][0xe9][0xa7][0x89][0x98][0xea][0x82][0x9f]$H[0xba][0xa8]r'OI[0xa6][0x8e]e[0xfa][0xd3][0xc4][0x9][0xb2][0xa3]<[0xb2][0x1b]U[0x84]K[0x95]$[0x5][0xff][0xe9][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << ",uF[0xd3]ya[0xfa][0xc4][0x94]k*[0xa5][0xfa][0xe4])wb[0xaf]e[0x99][0x1a]N[0x88][0x9c][0xed]q[0xc3][0xa3][0x94][0x5][0xea][0x1e][0x91]Z[0x89][0xf5]r[0xea][0x95][0xf4]![0x8e][0xcb][0xf4]9[0x99][0x4]%[0x80][0xfe]Q[0xf9]n[0xe8][0xbb]3@[0xeb]i[0xbc]L[0xe3]E[0xda][0xed]"@[0x12]`"[0xfe][0x4],[0x11][0x8c][0xe][0x86][0x85]S[0xd4][0x2][0xa1][0x16]I:[0x8a][0xc0][0x1f][0xb8][0xac]@S[0xf0][0xce][0xe6][0xef]$|[0xd7]O[0xe4][0x15][0xfa]/[0xf9][0xab][0xab]x[0x8b][0xe6]0)[0x8e][0x10][0xb1]7[0x87][0x86][0xff][0x6]PK[0x7][0x8]!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.class[0xa5]SMo[0xd3]@[0x10]}[0xdb][0xa4]q[0xeb]:M(P>S[0x2][\r][0x90]&[0xa5]NB[0x91] [0x14][0xe]D[0xad]T)[0x5][0xa4][0xa0][0xc2]u[0xe3],[0x89][0xd3]t[0x1d][0xd9]N?[0xe][0x1c][0x90]@H[0xfc][0x5]~[0x0][0x7]N[0x95][0xf8][0x12][0x7]~[0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "1[0xeb]8[0xb4][0x15][0xb4]H[0xe1]0#[0xcf][0xec][0xec][0x9b][0xf7]f[0xbc]?~~[0xfb][0xe][0xa0][0x84][0xc5]qh[0xb8][0xa4]c[0xc]i[0x1d][0x97]qE[0xb9]Y[0x1d])d[0x94][0xbb][0xaa][0xe1][0x9a][0x86][0xeb][0x1a][0xb2][0xc]1[0xbf]e{[0x99][0x2]C[0xb9][0xea][0xb8]M[0xd3][0xe9]z[0x8b]m[0xb3][0xcb]wLo[0xdb][0xf6][0xbc][0xba][0xb3]c[0x8a][0x1d]_[0xc8][0x86]p[0xcd][0xda][0xae][0xb4]Z[0xae]#[0x9d][0x9e][0xf7][0xa0]'[0x1b][0x1d][0xf1][0x94][0xfb]VK[0xb8]w[0x9]e[0xc9][0x96][0xb6][0x9f][0xe1]^vx[0x98][0xb9]u[0x86]h[0xc5]i[0x8][0x86]D[0xd5][0x96][0xe2]ao[0xb3].[0xdc]'[0xbc][0xde][0xa1][0xcc]T[0xd5][0xb1]xg[0x9d][0xbb][0xb6][0x8a][0xc3]dT[0x91]g0V[0xa5][0x14]n[0xa5][0xc3]=OP[0xb8]44[0x85]L[0x91][0xb4]L[0x1f][0xee][0xb4][0xdb][0x1d]t[0x8b][0xd7][0x83][0xda]J[0x8b][0xcb][0xa6]h0[0xcc][0x86]Z[0xbd][0xa6]m>w[0xf9][0xa6][0xd8]v[0xdc][\r][0xb3][0xf][0xb8][0xbc]%[0xa4][0x1f]([0x9a][0xa8][0xef]'[0x18][0xd2][0xff][0xba]Bmj>[0xb7]6[0xd6]x7l[0xab][0xd7][0x9c][0x9e]k[0x89][0x15][[0x5][0xa9][0xa3][0xa8]/[0xb4][0xf9][0x16][0xa7][0xc1]-K[0xab][0xe3]x[0xb6]l[0xae][0x9][0xbf][0xe5]44[0xcc][0x19][0xc8]!o@[0xc7][0x84][0x1][0x3]y[\r][0xf3][0x6]n`[0xc1][0x80][0x89][0x82][0x81]"J[0x6]n[0xa2]D?[0xc0][0xf0]ScH[0xaa][0xf6]f[0x87]&c>[0xaa][0xb7][0x85]ER[0xe7][0xff][0xa2][0xf4][0xf][0x88][0xaa][0xed][0x11][0xba]p[0x19]n[0xf][0xdb][0x9e]As$[0xcd][0xcc][0xa5][0x9e][0x91][0xac][0x1a][0xf9][0xcc][0xf1]3[0xa6][0xb]M[0xe1][0xab][0xc5][0x6][0x17]V[0x19][0xc6])[0xee][0x17][0xd0][0x84][0xb3]sG[0xef][0x88][0xd6][0xa3]s[0xcb][0x12][0x1e]=[0x99][0x2]=[0x9a]g[0xff][0xf1][0xbb][0x1f][0xd3]E[0x89][0x18][0xf4])[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "H[0xd3]k[0x1e][0x3][0xf1][0x4]K&[0xd5]&[0xe9][0x91][0x8f][0x90][0x19][0x88]Sv[0x92][0xbe][0x1e]S[0xac]2z.[0xff][0x9],[0xf7][0x5]#{[0x14]E[0x90] [0x1f][0xa3][0x1a][0xe0][0x5][0x92][0xe4][0xa7][0xfb]U8[0x81][0x93]@[0xf0][0xa5][0xd0][0x18]N[0x5]h[0xec][0xc0][0x19][0xc3]i[0xaa][0xee][0xa3][0xbf][0xb][0xd1][0xcb][0xf9][0xcf][0x88]|[0x8].[0xe2]V[0xc8]A[0xd9]E[0xb2](Y.[0xf7][0x11][0x8c]j[0xa2]_1[0xfa][0x1e][0x93][0xfb]Ql/[0xa8]H[0x4][0xc]F[0xc9][0xbf]$M[0xaf][0x90][0xc7]k,[0xe0][\r][0xee][0xe0][0xed][0x1]v[0xe5][0xdf][0xec][0xca]8[0x83][0xb3][0x87][0xd8][\r][0xce][0xce][0x91][0x8d]"[0x92][0x8e][0xeb]$[0xf2]|@[0xe3]BH#[0x85][0x19]L[0x5]Bh[0xd1]}[0xae][0xbf][0x0]PK[0x7][0x8][0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.class[0xb5]X[0xb]|[U[0x1d][0xfe]N[0x9a][0xf4][0xa6][0xe9][0x1d][0xac][0x85][0xe][0xca]6[0xcc][0xc6]6[0xba][0xa4]k[0xba]9`[0xb4]e[0xb3]+[0xc][0x86]][0xa7][0xb4][0xec]A7[0xe7]mr[0xd7]fKr[0xeb][0xcd][0xcd][0xb6][0xa2][0x82]"[0xf8]@`[0xe0]DD[0x14][0x90][0xf1][0x1c] [0xe][0xd8]#[0xbc][0x1c]"C[0xf0][0x81][0xca]KP[0x1]E[0x5][0xc1][0xf7][0x13]Q([0xdf]97I[0xd3][0xae][0xed]h[0xc5][0xdf][0xaf]=[0xf7][0x9c]s[0xff][0xe7][0xff][0xf8][0xfe][0xaf]s[0xf3][0xd8][[0xf7]<[0x0]`[0x9e]([0xb]`[0x11]>'[0x87][0xb]5[0x18][0xf2][0xf9][0xf9][0x0][0x9a]qQ[0x19]g[0x17]k[0xb8]$[0x0][\r][0x17][0xf9][0xb1]U>/[0x95][0xc3]e~|A>[0xb7][0x95][0xe3][0x8b][0xb8][0xdc][0x8f]/[0x5]p[0x5][0xbe][0xec][0xc7][0x95][0xf2][0xc4]W[0xe4]p[0x95][0x86][0xaf][0x6]p[0xb8][0xcb][0xe3]k[0x1]\[0x8d]k[0xca][0xd1][0x80]k5|=[0x80]jw[0xfb]:[\r][0xdb][0x3][0x98][0x82][0xeb][0xe5][0xe2][0x86]r[0xdc][0x88][0x9b][0xe4]ps9[0xa6][0xe3][0x16][\r];[0xe4][0xe2][0xd6]r[0xdc][0x86][0xdb][0xcb][0xf1][\r][0xdc]![0x87]ojH[0xfa][0xb1]SR[0xdc][0xe9][0xc7]][0xe5][0xb8][0x1b][0xbb]$[0xc5]n[0xc9][0xfc][0xe]?[0xf6][0xc8][0xe7][0xde]rdq[0x8f][0x1c][0xee][0xd5]p_[0x0][0xf7][0xe3][0x81]r[0xcc][0xc3][0xb7]4[0xec][0xf3][0xe3]A[0xa9][0xf2][0xb7][0xfd]xH[0x1e][0xfb][0x8e][0x86][0x87][0xfd][0xd8]/[0xdf]>[0xe2][0xc7]w[0xe5][0xd6][0xa3][0x1a][0x1e][0xb][0xe0]{[0xf8][0xbe][0x86][0x1f][0x8][0xe8]KS)[0xd3]nI[0x18][0xe9][0xb4][0x99][0x16](i]~[0xaa]@e[0xab]ewG[0xd2][0x89][0xf5][0xf3]7DZ[0xad][0xee]n[0xd3]n[0x14](K[0xae][0x8b]Z)[0xc7][0xdc][0xe2][0x8]LW[0x4]V[0xba];[0x1e]Yo[0x1b]Is[0xb3]eo[0x8c],[0xce][0xa4]b[0x9][0xb3][0xc5][0xa5]q[0xf][0xa4][0xa3][0x86]d/[0x10]q[0xf][0xf4][0xa6][0xc9][0xb1][0xd7][0xd8][0x12]Io[0x8e][0xa7][0xd3]][0xd6][0x96][0x8]I[0xcd]T[0xcc][0xb4]s[0xa7][0xdb][0xdd][0x3][0xf2]t{[0xbc];e8[0x19][0xdb][0x14][0x98]?[0xb6][0xd3]M[0x1d][0x1d][0x8d][0xb][0xc9][0xa2]<[0xb9][0xce][0xea]J[0x9b][0xf6]&[0xd3][0xa6]i[0x13][7[0x18][0x9b][0x8c]H[0xc6][0x89]'"[0xad][0xf1][0xb4][0xd4][0xf0][0xd4]![M[0xef]P[0xce][0xf2][0x1c]WW[0x90][0x14][0x15]H[0xae]K[0x1a][0xbd][0xbd][0xf1]T7%[0x1d]Z[0xc4]v[0x99][0xd1][0xcb][0xd7][0xcd][0x83]w[0x9a]F[0x86][0xaf]q[0xa8]J[0x5][0x11][0x13][0x93][0xeb][0xba][0x14][0x89][0xdc]6[0x15][0xaa][0xc7][0x8c][0xcc]'O[0xc4][0x83][0xa5]M[0xf1]T[0xdc]Y([0xd0]Qsp[0xb7][0x8d][0xd1]O[0xb3]W[0x8]x[[0xac][0x98])[0xad][0x8e][0xa7][0xcc][0xb6]L[0xb2][0xcb][0xb4];[0x8c][0xae][0x84][0xa9][0xc2](j$V[0x18]v\[0xae]s[0x9b]^[0xa7]'N[0x8c][0x1a][0xe]*[0xa8][0xbd]/[0x15][0xed][0xb1][0xad][0x94][0x95]I[0xbb]2W[0x1a]N[0xb4]GY[0xa4][0x15][0x2]Q+D[0xd8][0xa4][0xc1][0xc2][0xfa]z[0xf3][0x2][0x17][0x8d][R>[0x8e]V[0xbf][0xeb][0xb8][0xb9][0x9c]%x[0x17][0xbc][0xfb]>[0xe9][0x1c]c[0x14]+=[0xca][0x8a]2e[0xee][0x98]9[0x8][0x1c]?[0xd6]3yp'[0xb4];Ft#[0x93]B[0xb9][0x8b][0xb5]I[0xc3][0xf]5<.[0xb0][0xf5][0xff][0x84][0xfa][0xf8][0x14][0x95][0x18]iV[0x8a][0xca][0xda][0xc][0xbb][0x92][0x1a][0xb9].u[0xf3]Q`[0xf2]([0xf9][0xcc]c.[0x19][0x81][0x9d][0xd2]9*a[0xa9][0xe4]o[0xf5][0xb2]p9[0xd6]b[0xf3][0xc]3im2c[0x2]~[0xdb][0xec][0x96][0xd9][0xcc] ?z[0x14]L[0x94][0x8a][0x82][0xca]U[0xb9]%$a[0xa4][0xba]#[0x1d][0x8c][0xeb][0xcd][0x12]X[0xb2][0xf7][0xe7]],P?v[0x7][0x97][0xd9]f[0xda][0xca][0xd8]Qi[0xc7]q[0xe3][0xf4]u[0xd5][0xb0][0xc5][0x8d]-J[0xc3][0x8f][0xd8][0xe][0xd9][0xcb][0xd8][0xc1]XL3[0xa9][0x1][0x93]K[0xd9][0x6],[0xd9][0x4][0x2]F[0x94][0xc2][0xd3]3[0xea][0xeb][0xeb][0x5]V[0xd5][0x8c][0xbf]~[0x1c][0x4]B[0xcf][0x96]z9[0xcc][0x1d][0x90]8WJ[0xf4]7E[0x13][0xb9]:zzSGC[0x11][0xc6][0xcb][0xbb]6[0x98]Q[0xa7]q[0xe1]H[0x1a]%[0xe2][0xeb][0xcd]h_4aF[0x9a][0xbb][0xd2][0x8e]mD[0x9d][0xd6][0xfc][0x8e][0xec][0x1c][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd5]%q[0x19]HSGR[0xba]N[0x8a][0xd3]q[0xe]>[0xa2][0xa3]W[0xe][0xed]X'[0x87][0xb8][0x8e][0x16][0x9c],p[0xc4][0x80]:[0xed][0x8e][0xcd]6[0xb4]8[0x13]O[0xc4]$~[0xb3]Zl[0xd3]p[0xb8][0x13]t[0xc3]0[0xb8][0xd9][0xe5][0x18][0xdc][0x1c]wz[0x82][0xb9][0xf2][0x19][0xec][0xd4][0xf1]c[0xfc]D[0xe]O[0xb0]D[0xaf][0xad][0xab][0xab][0xd3][0xf1]$[0x9e][0xd2][0xf0][0xb4][0x8e]g[0xf0]S[0x6]q.[0xe5]4<[0xab][0xe3]9[0xfc]L[0xe0][0x10]W[0xc1]<[0xb][0x1d][0xa7]`[0x89][0x8e]Sq[0x9a][0xc0]a[0x3]nn[0xb6]m[0xa3]O[0xfa]Z[0xc7][0xfb][0xd1][0xaa][0xe1][0xe7]:~[0x81][0xe7]u[0xbc][0x80][0x17][0x5]*[0x6][0xe8]N3[0xd2]=,[0x2]:[0xda][0xb0][0x9c][0xdd]a[0xbc][0xce][0x9d]1W[0xa2][0xf2]K[0x1d][0x1f][0xc4][0x19],$:~[0x85][0x97]t[0xfc][0x1a][0xbf][0xd1][0xf1][[0xbc],P=[0xa2][0xef]u[0xbc][0x82][0x97]4[0xfc]N[0xc7][0xab]xM[0xc3][0xef]u[0xfc][0x1]/[0xeb][0xf8]#[0xfe]D=U[0x1])[0xc2][0x90]p[0xfd][0x19]O1[0xdd][0xd6][0xb2]T[0xe9][0xf8][0xb][0xfe][0xaa][0xe3]o[0xf8];[0x9b][0xf4][0x12][0x8b][0x14][0xc1]B[0xae][0x4]u[0xfc][0x3][0xff]dx[0xeb][0xf8][0x17]^[0xd7][0xf1]o[0xbc]!P7[0xb6][0xec][0xd1][0xf0][0x1f][0x1d][0xff][0xc5][0x9b]:[0xde]B[0x1e][0xdc][0xc1][0xd9]-0m[0xa9]J[0x93]X[0xd0][0xdc][0x12]5{[0x9d][0xb8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc6]22[0x10][0x82][0xf9]T[0xd2][0xa9][0xae]`S>[0xc3]L[0x98]Fz[0x90]1[0xc2]#J[0xe8][0xd0][0xc1][0xc9][0xc9][0x8e]~fjN[0xfe][0xb4][0xa4][0xd7][0x85]W*0cDQ[0x99][0x1]z][0xf8]$[0xcf][0x5][0xe3]u[0xa4]&Ju[0xa1][0x9][0xbf][0xc0][0xbc][0xb1][0xa7][0x95]@[0xf0]`[0xad]C`[0xce][0x98]z[0x7][0x81][0x1b][0x80]g)[\r]4[0x1c]KV'^[0xfa]HMn5[0xad]CS[0xb0]q[0xf6][0x1][[0xb9][0xac]l[0x1c]B[0x9f][0xab] [0xa3][0xd1][0xfb][0x1d][0xcb][0xdd][0x12]8[0xbc][0xe6]@By?[0x1c]zg[0x17][0xf0][0xc5][0xcc][0xae][0xc]OT[\r][0xa7][0x1c]K[0xdd][0x8c][0x1][0x8][0xd4][0xab][0xb6]L"[0xd1]lwg[0x92]f[0xca]9%[0xef]\[0xc6][0xc1]&#[0x11][0x8f][0x19][0x8e][0xd9]f9[0x92]D[0xe0][0xd8]a[0xb4][0x1f]^[0xc4][0xc4]![0xa5] -1K[0xbb][0xf1]5[0xb3][0xa6]sD[0x10][0x8a][0xaf][0xe9][0xa5]F,[0xd6],[0xc5]V[0xd7][0x14][0xbd]l[0xb1][0x12][0x9][0x1e][0xa0][0x86][0x8d][0xb3][0xcf][0x12]8[0xe9][0xe8][0x8]R[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x19]|uf[0xed][0x1c][0xa5][0xdd][0x16].[0xd8][0xf2]p[0xa0][0xdb]t[0x16][0xe7][0xbb][0xfc][0xd1]5[0xb3]G[0xef][0xf3]~R[0xf3]"[0xe1][0x98][0xea]"[0xb1][0x94][0x1e][0xb5]U[0xaf][0x1f]*~[0xc2][0xa0][0x8f][0x6][0xe2][0xb0][0xd1][0xec]k7[0x9]\EM1J[0xdc]j[0x1c]D[0xac]h[0xbc][0xe9][0xf8][0xd9][0x14][0xa0]9[0x96][0xc2]][0xa0]fX[0xb4][0x87][0xd9][0xa3][0xc3][0xa5][0x82]}[0xc9].+[0x11][0x8f][0xb6]Q}[0xc9][0x8d]i[0xa0][0xa2]v[0x94][0xe6]y[0xa0][0xe7]Jz3Te[0xc1][0xe8][0xd1]2L[0xf4][0x17]4[0xf1][0xc7][0xb][0xa9]6i[0x90][0xd1][0xf9][0x14][0x94][0xf7][0xab][0x1e]#[0xdd][0xa6]R[0x9a]h2[0x12][0xbc])[0xb5][0x18][0x9c]&[0x5][0x8e]U[0xc3]E[0x90][0xfc]<[0xcc][0xa4][0x92]V,[0xbe]^}>[0xb8][0xf1]9[0xbd]f[0xa8]E[0xc3][0x98]8[0x81]q[0xc3]`?%[0xc5][0x98][0x97][0xde][0xaf][0x1b][\r][0xa2][0x3][0xf8]1v|[0xa6]mK[0xfb]B[0xc3]$[0xe9][0xb0]79y[0xa8][0xa4][[0xfa]x[0xd6]A[0x8a][0xc8][0x80]CU[0x80][0x15][0xab]Y[0xea][0x86][0x1c]o[0xe]C[0xcb][0xc6][0x12]VR[0xcb]f[0xc0][0x94]QF[0xbe][0x92][0xcc],[0x96][0xa4]~-[0xa0][0xa0][0x3]~$[0xc0]4,B3[0x80]R[0x1c]%[0xef]%[0x9c]U[0xca]k[0x81]z[0xf2]f[0x0][0x81][0xa5][0x9c]{p:[0xd7][0xbc][0xe][0x14][0xd6][0xcb][0xf8][0xcf][0xc6]_X[0x80][0xff][0xec][0xe0][0x9c][0x97]q[0xaf][0x1d][0x1d]\[0x9f][0xc9]U[0x1c]^[0x94][0xf0]Y[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7][0x8a]}([0xd9][0x3][0xef]N.K[0xb0][0x82]c[0x80]D[0xc0]*>Wc%gA[0x97][0x94];[0xab][0x1]5;[0x8b][0xaa][0x8]5[0xeb][0xa4]2[0x1e][0xac][0xe1]|[0x92]:%[0xa9][0xd6][0xe6][0xa8]:[0xa9][0x9e]'[0xa7][0xc8][0x87][0xf0]Iy[0xd5]r[0xc5][0xb][0x1f]9z[0xa5][0x8c][0xd0][0x1e][0xf8][0xee]D[0xe9][0xbd][0xd0]V[0xef][0x81][0xbf][0xb2]l7[0x2][0xb5][0xbb]Q^[0xa9]s[0xb2][0x1b][0x13][0xb2]8[0xc4][0x83]p[0xe5][0xa1]{1[0xb1][0xb6][0xb2][0x82]c([0xbc][0xb][0x95][0xa1][0xda]]8,t/[0xe][0xe7][0x99][0xaa]][0x98]4g?*Bw[0xf3][0xb9][0x17]Gdq[0xa4][0x7]+[0xa5]-^eK[0x88]V[0x0]&W[0xeb]1[0x3]=\[0xc7]Q[0x8f][0x8d]8[0xe][0x9]4 IPS[0xd4][0xb0][0x97]v[0xda][0xca][0xd6][0x90][0xab]W[0xc1][0xd6]U[0x5][W[0xe5]l[0x95][0xb3][0xf][0xc3][0xa0][0x5]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd8][0xac]*X[0xbd]*g[0xb5]K[0xd5][0xc5][0xb7]Q[0xce][0xab] [0xfa][0xc9][0xde][0xab]![0xa6][0x81][0xdf]f[0xeb]5u[0xcc][0x85][0xa6][0x9b]"{[0xa8][0x96]P[0x9e]y[0x15]>z[0x1d]XC[0x3][0xab]i[0xe0]Q[0xbb]0[0x99][0xc6]Ur9e5[0xe1][0x9a]z[0xd6].[0x1c][0x9d][0xc5]{<[0x90][0xbb]Y[0x4][0x5]Z[0xc3][0xfb][0x11][0x9]/[0xab]}`a[0xc9][0xf1][0xde]*[0xef][0xd4][0xeb]0[0xad][0xb6][0xca];[0xaf][0xc1]W[0xed][0xcb]b[0x1a]32x-[0xca]B[0xd5][0xbe]=[0xf0][0x9c][0xef][0x15]7[0xf5][0xbf]0[0x0][0xcf],[0xc6][0x5]p6[0x9d][0xf5]1[0xc6][0xdc][0xa5][0x8][0xe3]2D[0xb0][0x8d]1w9[0xa3][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "j[0xb4][0x8d][0x6]]U[0x8][0x83][0x16][0xc6][0xdb][0x6][0xc2][0xe7][0x93][0x1a][0xe6]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "c.[0xc1]LR[0x9][0x88][0xae][0xc0]Z[0x93][0x3]D[0x1a]$J[0xfa]q[0x2]|[0xca][0xf8]c[0xf9][0xc7][0xcb][0x13][0xa6][0xbe]N[0x1e]^[0x82][0x9f][0xb7][0xfb][0x15]"![0xed][0xee]T[0xc6][0xde]-mq[0xdc][0xc6][0xb3]6[0xd2][0x9c][0x9d][0x87][0xa9]p[0x90]Qy[0xb7][0xbd][0x90]w[0xdb][0x15][0xde][0xfc][0xc0]&[0xcd]&[0x16]8O![0xdb]\[0xfa][0xcd][0x5][0xfa][0xb5][0xca][0x17][0x92]j[0xb][0xa9][0xa2]n[0xe][0xbf][0x89][0x94][0x86]>[\r]g[0xf7]cz[0xce][0x5][0x1f]u74F[0xba][0xd0][0xf0][0xf1]70[0xe1][\r][0xd2]{[0xe4][0xa7]`[0xce][0x19][s[0xce][0xd8][0x11]~[0x84][0xe5][0xb0][0x8][0xc8][0x5][0xa3]yd2[0xdf][0x9c](C[0xb1]a[0xd9]H[0x8e]h[0x1c][0x9f]#[0x9a][0x8a][0x1c]q[0xd2][0x80]#r2[0x17][0xaa]:'[0xa8][0xff][0x85][0xb8][0xb8][0xe0][0x93][0x6][0x1c][0xc2][0xf1][0x9][0xae][0x9e]$[0xb6]O[0x11][0x8b][0xa7][0x19][0x84][0xcf][0xb0][0xce]=[0xcb]z[0xf4][0x1c][0xa9][0x9f]'[0xfd]K<[0xf1]"[0xb6][0xf2][0xa3][0xee]*~[0xd3]][0xcd]O[0xba][[0xf0]r[0xc1]7[[0xe9][0x9b]s[0x95]o[0xce])[0xf2][0xcd][0x8e][0x82]ov[0xe4]|[0xb3][0x80][0x1e][0x1c][0xec][0x9b]s[0x8a]|[0xb3]#[0xe7][0x1b][0x97]*[0xef][0x9b]0|[0xbe]7[0xa5];[0xde][0x81]s&[0xfa][0xf1][0x9][0xb6][\r][0xb7]>4(g[0xb1]#[0x86][0xc2][0xac]c;U[0xe5]\[0xa1]:[0xa4]P[0xa1][0xb8][0xb2][0xd0][0x82]J[0x19]"[0xae][0xa2][0xa5][0xf8][0x94]T[0x94]|[0xce][0x1f][0x9e][0x8f][0x18][0x13][0x1f][0xf8]qA[0xa1]^MS[0xf4][0xec][0xab][0x95][0x8b][0xf6][0xe2]}w[0xa1]T[0xb2][0x12]E[0xac]N$[0x1e]n[0x81][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "4>[0xa3][0x9e][0x9f][0xc5]b[0xd5]][0x5][0xa6][0xa8][0xa3]x[0x1b]PK[0x7][0x8][\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x8][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JH[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xf][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JF[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x16][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0x17][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JN[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x19][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1d][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << " [0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98]#[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M&[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8])[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J#[0xa8][0xaa][0x19][0xa8][0x3][0x0][0x0][0xb1][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:6[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J}[0xe4]]{[0xbb][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C:[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`;[0x0][0x0]org/ops4j/pax/swissbox/extender/RegexKeyManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]?[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zB[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x1b][0x0][0x1b][0x0][0x8a][0x9][0x0][0x0]PM[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "95617106da0939952eede355160d24d190cfc047" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45424<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 10034[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d]R[0xcb]n[0xdb]0[0x10][0xbc][0xb][0xd0]?,r.[0xf5][0xb0][0xdb][0x14]Q[0xd1]C[0x9c][0xb8][0x81][0x3]+0,'W[0x83]%[0xd7][0xe]c[0x89][0x14]H[0xfa][0xf5][0xf7]YK[0x8a][0x12]7=[0xe4]([0xee][0xcc][0xec][0xcc][0xac]r[0xae][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9d]gOh[0x9d]2:[0x83]4J[0xc2]`|[0xa8][0x8d][0xf5]l[0xc6][0xc5][0x86][0xaf]1[0x83][0x17][0xbe][0xe3][0x87]H[0xe9][0x17][0x14][0xfe][0xd7][0xae][0x85][0xfe][0xbe] [0xe8]E[0x18][0xcc][0xac][0xda]q[0x8f][0xff][0x7][0xb][0x83]IU[0x97]X[0xa1][0xf6][0xdc][0x13][0x8b]-[0x94]/[0x9]t]s[0xf1][0x8c]p[0x87][0xd6]hU[0x19][0xb8]/[0xe6]l8L[0xa0][0xa8]Q[0xc0][0xf5]l[0xf2][0x89]wnp[0xb4]U[0xa5]g[0xa3]c[0x6]s%6[0x90][0x8b][0xbb][0xad][0xb2][0x18][0x6][0xb]c[0xca][0xc]FZ[0xb2]$J[0xa2]a[0x9a][0x9e][0xa0]Z[0x96][0xc8][0x1e]x[0xf5][0xa5][0xb5]7[0x16])[0x8d]l[0xb4];t[0xce]w[0xa8][0xa1][0xd5][0x81]Y[0xb9]]+[0xdd][0xcb]>[0xa1][0x96][0xc6]f[0xb0] \[0x7]/[0xcc][0xca][0xef][0xb9]E[0xf8]c[0x8][0xd3][0xb8]o[\r]Kv/7[0xa7][0x0][0x97]Q[0xb2]L/?h[0x9c]E#[0xf3]S[0xee]|n[0xa4]Z)[0x94][0xf4]<[0xf8][0x99]^[\r]|O[0xd3]4[0xb9][0xea]Yyw[0xba][0x9e]=[0xe8]G[0xb7][0xe8][0x84]U[0xb5]o[0x9e][0xff][0x8d][0xac][0xce]z[0x5][0xb3][0x2]O[0xe3][0xb7]"n[0xb1][0xa6][0x1a]AK[0xd4][0xe2][0x8][0x93][0xe6][0x88]'[0xd8]{A[0xdd][0x8e][0xa9][0x12][0xa8][0x1d]U[0xfa][0xec]}[0x9d][0xc5][0xf1]~[0xbf][0x8f]x[0xb3]*2v[0x1d][0x97][0xed][0xd8][0xc5][0xd3][0xc9][0xcd][0xf8][0xa1][0x18][0xb3][0x1][0xdd][0xc3][0x1f][0xfc][0xbb]G#[0x1e][0xe7][0xd3][0x9e][0xbe][0xee][0xec]}[0xd4][0xa8]N[0xbd][0xd3]D[0xa3]S.[0xee][0xee][0xde][0x90][0x8b]c[0xf5][0xd7][0xd0][0x8a][0xf6][0xa8][0x84]}[0xa3][0xf5]2[0x8e][0xfc][0xba][0xfe][0x93]Q[0xd6]&[0xca][0x92]T[0x96][0x8e][0x2][0xd2][0xb8][0xf9][0xc5][0xbe][0xfc][0x9b][0x87][0xc1]+PK[0x7][0x8][0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]META-INF/DEPENDENCIES[0xad][0x8e]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc2]0[0x10]D[0xff]s[0x8a][0xbd]@[0x8d][0xd0][0x13][0xf4]K[0xf4]K[0xac][0x17][0x88][0xc9][0xd4][0xae][0x90][0xdd][0xb0][\r][0x5]=[0xbd][0xa9][0xe0][0x9]t[0xfe]f[0xde][0xc][0x8c][0xf7][0xd4][0xfd],[0xe7]=]-[0xc8][0xc2][0x95]WPB[0x81]$Hd,[0xa4][0x13][0xd5][0x99][0x17]*[0xa6][0xf][0xc4][0xda]`[0x85]e[0x16]$[0x9a]Ls[0x83][0xd8][0xe6]9[0xac][0x10]*-P[0xbb][0x7][0xe1]W[0xe3][0xb7][0xe7][0xd7][0x84][0xca]*[0xbb][0xad][0xf7][0x87][0xb3]n(![0xce][0xa0][0x3]L[0x85][0xb3][0xd2]i[0xbc]t}[0xbf][0xa7][0xb1] [0xd2]p>[0xba][0x8f][0xde]PK[0x7][0x8][0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]META-INF/LICENSE[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/NOTICE}[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xfd][0x9e][0xe2]F[0x1d][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9b][0x1b]1[0xd1][0xe8]d[0x84][0x17]h[0xda][0x93]6[0x81]^[0xd3][0x1e]6[0xbe][0xbd][0xc6][0xe8][0xea][0xfe]?[0xf4]Q[0x1b]Gx[0xa2][0xc4][0xc1]/[0x8c][0x97][0xe1]Vu[0x9d][0xc2]![0x92][0xc1][0xfe]z[0x86][0x3][0xc7]g[0xf2][0x93][0x13]l[0x95][0xea][0xaa]V[0xed][0x14][0x8e]o[0xf1][0x85][0x3][0xdf][0xa5][0xe8]Dx[0xe4]5X-[0x9e][0x3][0xc0][0xe8]|[0xc6][0x98][0xd8][0xae]F[0xd0][0x7]3[0xaf][0x96]2[0xe6]_j[0xe9]A3G[0xb2][0xa8][0x5][0xfe][0xbf]p[0xe3]D[0xe2][0xbe]iJ)[0xb5][0xfe]d5[0xa7][0xa9][0xd9][0xd6][0x0][0xf0][0x2]PK[0x7][0x8][0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesM[0x8c][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc3] [0x14][0x0]w[0xc1]x[0x90][0xb9][0xa2]f([0x4]2[0x14]ZJ[0xf7][0xec][0xc1][0xe8][0x8b][0xb1][0xa4]*/Z[0xda][0xbf]o:[0x14]:[0x1e]w\s[0xc5][0x88]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << ":[0x98][0xde][0x90][0xc8][0xb][0x93][0x8d]]P[0xcc][0xb8][0x86][0x97][0x98]jt+[0xe6][0xb5][0xfa][0x10]9k[0x86][0xa5][0xc2])[0x13]h[\r][0xf2][0xd8][0xe9][0xb6]k[0x15]\[0xce][0x3]h[0xa9]$gO[0xa4]-[0xa4][0xd8]+[0xb1][0x83][0xa7]T[0xf3][0xcd][0xf5]K[0x8f][0x94]bx$[0xb1]e[0xb4][0x1b]g[0x86]J[0x98][0x8d]-{[0xf5]S[0x7]SB[0xbc][0xa3]-[0xe3]>[0x19][0xbf][0x1d]g[0x1f]PK[0x7][0x8][0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xml[0xad]V[0xdb]n[0xe3]6[0x10]}[0xf][0x90][0x98][0x1a]}[0xd8]-"[0xc9]I[0xb6]@[0x91]U[0xb4]ps[0xd9][0xaa]M[0xec] r[0xba][0xdd][0xa7][0x80][0x96]h[0x85][0xbb][0x12][0xa9][0x92][0x94]e[0xa3][0xc8][0xbf]wHQ[0xb6][0xec][0xc4][0xed][0xa2]h^,[\r][0xe7]r[0xe6][0xcc][0xe1]([0xe1][0x87]eY[0xc0][0x82]J[0xc5][0x4]?[0x1f][0x1c][0xfb][0xc3][0x1]P[0x9e][0x8a][0x8c][0xf1][0xfc]|[0xf0]0[0xbd][0xf6]~[0x1a]|[0x88][0xe][0xf][0xc2][0xef]<[0xef][0xf0][0x0][0xf0][0xef][0x86][0xa5][0x94]+[0x9a][0x81][0x16][0xa0][0x9f]([0x8c]*[0x92][0xe2]O"[0xe6][0xba]![0x92][0xc2][0xb5][0xa8]yF4[0xa6][0x83]7[0xa3][0xe4][0xfa]-[0xe0]+[0x95] 8m[0xe3][0x85][0x84]R[0xa0]_*[0xb8][0x96]lVk4[0x14]mN [0xb9][0xa4][0xb4][0xa4]\+[0x1f] [0xa1][0xd4][0x16][0x18]O[0xa6][0xf1][0xc5][0x15][0xcc]Y[0xe1]2dL[0xb5][0x91][0x8][0xa2]a[0xfa][0x9][0xbd][0x98][0x82]F[0xc8][0xaf]0[0xc7]d$[0xcb][0x98])O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0x1c][\r][0xa5][0x5][0xd3][0x86]J[0x9a][0x13]iz[0xc3][0xf2][0xd5]J[0xb2][0xfc]I[0x83]h8[0xb6][0xff][0xc4]*[0xac]95[\r]%[0xd7][0x1d] [0xd5][0xa6][0xde][0x94][0xc6][0x9e]W[0xa2]v-[0xf5][0xba]w[0xa4][0x1c][0xc1][0xef]-[0x93]p[0xe2][0xf][0xe1][\r]:[0xb4]a[0x3]w>x[0xfb][0xde][0xc6][0x97]d[0x5]\h[0xa8][0x15][0xdd]T[0x0][0xba]Li[0xa5][0x11]4[0x82]+[0xab][0x82][0x11][0x9e][0xba]x[0xd7][0xe5][0xba][0xe]"[0xfd][0xec][0xd2][0x88][0x99]&[0x18]AlC [0xe6]}7 [0xfa][0xf0][0xa0][0xcd][0x0]OZWgA[0xd0]4[0x8d]O,f_[0xc8]<[0xe8][0xfa][0xc]n[0x90][0xe2]qr[0xe5]![0xee].[0xe4][0x81][0x17]T)[0xa4][0xec][0xcf][0x9a]I[0xa4]z[0xb6][0x2]R![0xac][0x94][0xcc][0x10]lA[0x1a]3J;1[0xab][0x5][0x4][0xd1]H$[0x9e][0xe7]Gm[0xbc][0xea][0x14][0xd1][0x9f][0xd7][0x86][0xb9][0xe]#v[0xdf]w@[0xee][0x88][0x1b][0xd6]`[0x94]@[0x9c][0xc][0xe0][0xe7]Q[0x12]'G[0xf0])[0x9e][0xfe]2y[0x98][0xc2][0xa7][0xd1][0xfd][0xfd]h<[0x8d][0xaf][0x12][0x98][0xdc][0xc3][0xc5]d|[0x19]O[0xe3][0xc9][0x18][0xdf][0xae]a4[0xfe][0xdc][0xc6][0xfe][0x16][0x8f]/[0x8f][0x80]"oX[0x8e].+iZA[0xbc][0xcc][0x10]K[0xb3][0x9e][0xbc]:[0x1c]F:[0xeb][0x81][0xa9][0x8a][0xa6]l[0xce]Rl[0x93][0xe7]5[0xc9])[0xe4][0x2]/[0x9]7[0xca][0xa9][0xa8],[0x99]2SV[0x8]5C[0xad][0x94]L[[0x8d][0xa9]6[0xf8]E[0x8f][0xfe][0xe1][0x81][0xe7]E[0x86][0xd7][0xb0][0x92][0xe2][0xb]M5[0xe0][0xad][0xe3][0xea]|[0xe0][0xa6]R[0x92][0x5][0xe5][0xfd][0xb9][0xdc]Mn[0x83]w[0xfe][0xd0][0xdc]F[0xeb]y[0xb6]Tl[0xed]mf[0xd8][0x9c]Z[0xbf][0x93][0xe1][0xf0]8[0xf8][0xe3][0xf6]&[0xc1][0xc0][0x92]x[0x8c]+mT[0x83]Q[0x8a][0x9d])k[0xbc][0x11][0xa9][0x5][0xf7][\r][0xc5]`[0x9f][0x87]5x[0x8b]w[0x8f][0xc3][0xc7][0xa1][0xbf]T[0xd9] j;[\r]K[0x91][0xd1][0xc2]i>[0xb2]9[0xc2]`[0xcb][0xd6][0x89])[0xac]P[0x9]\[0xbb]8k[0xc9][0xa5][0xa8][0xab]8[0x8b][0xb0]@W+[0xa7]RpV[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "|[0xe0]T1[0x15][0x6][0x9d]S/[0x8e]H[0xcd][0xe6]$[0xd5]hun[0xde][0x17][0xb2] ?z[0xf3][0x2][0xc2][0xa0]w[0xde][0x8b]r+.:1[0x10][0x17]kt[0xf6],X[0x83]s[0x86][0x82]f[0xa4][0xf1][0x2][0xd8]6[0xa8][0xd6][0xd3]C[0xda][0xb9][0x19][0xf6]#n[0xd5]G[0x13][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "6[0xe4]%[0xfd]Jr[0xd4]U4C[0xdd][0x14][0xd4][0x80][0xe9],[0xce][0x85][0x93][0x92]Fn[0xd1]|t[0xc9][0xe1][0xd7][0xe4][0xde];=[0x1d]B[0x82]yat[0x17][0x87][0x81]us!][0x83][0xc7][0xdb][0xdd][0xba][0xd3][0x8c][0xaa]T[0xb2][0xca][0xa8][0xe2]E^sA[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "nW[0xb8][(][0xb5]KZQT7OW[0x10][0xdb][0xde][0x8c][0xcf][0x6]B?[0xb1][0xab]U[0xcb]"r[0xb2]ZS[0xb8][0xab][0xac][0xe0][0xfb][0xbf][0x14][0xd3]4[0xce][0x9e][0xf1][0xc9][0xa1]}[0xe][0x3][0x13][0xba][0xc1][0xdc][0xed][0x8]<[0xbb]%[0x1c][0xaf]d[0xb9][0xa3]'[0x93][0xa2][0xf7]nm,[0x8b][0xda]b^Cg[0xc6]![0xc]X[0xb6][0xeb]d[0xea][0xb4][0x8][0xfc][0x8c]V[0x85]X[0xf9]hy[0xfe][0x6]h[0xeb][0xc]A[0xaf]6[0xb2][0xb0][0xf][0xaa]sPi[0xd9][0xf][0xc6][0xf]!o[0x99][0x8c][0xf0][0xe4]L-[0xf8][0x99]#[0xc][0x1f][0xfb]\IZ[0x9][0x15][0x10]5_3[0x19]X1[0x6][0x9a][0xe4]*[0xd8]/;[0xcf][0xaa][0xa0]W[0xa6]W<[0xa3][0xb]Z[0x8]\i[0x17][0xaf][0xa3]P[0xff]7[0x8c][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf6][0xf0][0xf4][0xe4][0xb2]Sv[0xc1]h[0x93].[0x94][0x9f][0xe6][0xec]?[0x15][0xde][0x8c][0xc][0xc7]e'[0xe0][0xde]f5+[0xb6]VEU[0xd4]x[0xfd][0xd4][0xae]LZ[0xf3][0x8e]u[0xdf][0xba][0x98][0xd3][0x82]-_[_[0xaf][0xad][0xb1]v[0xbd][0xb6][0xf7][0xdf]k[0xcb][0xec]Yc}[0xd1][0xcc]Y^K[0xb2]C[0xe0][0xb6][0xfa][0xf1]s k[0xcb][0xf1]n7[~W[0xcb]JH[0xed][0xdd][0xd9][0xc5]C#[0xb3]M[0x97]~K[0xe2][0xf][0xef][0xbb][0xff][\r]-[0x89];[0x9e]{[0xea][0x6][0xff]R[0xd8][0x8a]q/|[0xdc][0x80][0xbb]Lw&[0xb5][0x9e]`74[0xfc][0xa4][0x6][0xee][0x9b][0x8a]o[0x3]PK[0x7][0x8]<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]javax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]javax/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]javax/inject/Inject.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OA[0x18][0x5]P[0xdc][0xb8]0[0xfe],H[0xdc]8q[0xed][0xca][0xc0][0x10]'[0x1][0xc6][0xc][0x83][0x1b]We[0xbc]!%[0xa5]C[0xa0]C[0xe4][0xd5]\[0xf8][0x0]>[0x94][0xf1][0x16][0x12][0xd9]Lb[0x93][0x9e]6[0xe7]~[0xf7][0xb4][0xb9][0xdf]?[0x9f]_[0x0][0x1e]p[0xee][0xe1][0xd4][0xc3][0x99][0x87][0xa6]@m[0x98][0xe5][0x8b][0x94][0xba]J[0x93]@=4SJ[0xed][0xfd]T[0xae][0xa4][0xc0]E[0x9c][0x1b][0xab]f[0xf4][0xaa][0x96]j[0xac][0xe9][0xc9][0x98][0xcc]J[0xab]2[0xb3][0x14][0xb8][0xec]9[0xc6][0xd7][0xd2]L|[0xf9]W[0xf0][0x13][0xb9][0x98][0x90]}[0x14][0xa8][0xac][0xa4][0xce]9[0xf1][0xb6][0x98][0xb]4[0xcd][0xc8][0xd8]d='[0x86][0xab][0xfd] y[0x8e]:[0xfc]~;[0x1a][0xc][0x93]x[0xd4]N[0xa2][0x98]3[0xba]a[0xd0]c[0xf7][0xba]8#&[0xcb][0x11]|[0xe3][0x84][0xd6]?[0xc8]K[0xa6]U[0xba]f[0xd0][0x8b]G[0x83]$[0xec][0x7][0x2]7[0xc5]-[0x9d],[0xcd][0xdd][0xd7][0xe8][0x9d][0xe9][0xa6]C>|[0xb5][0x99][0x8a][0xbf][0x1d][0x8e]@c[0xd7][0x18][0x8d][0xb7][0xd6]Ua[0xd6]nb-[0x1][0x81][0x12][0xef]2[0xdc]*ao[0xa3][0x15]T[0xf9][0xbc]c[0xd7][0xe3][0xda][0xfe][0x1b][0xca][0x84][0x3][0xd4][0x9c][0xd4][0x9d][0x1c][0xe2][0xc8][0xf9][0x84]c[0x9c][0xa0][0x1][0xfc][0x2]PK[0x7][0x8][0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Named.class[0x85][0x90]MK[0xc3]@[0x10][0x86][0xdf]iS[0xa3][0xf1][0xab][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "zR/E/[0x6][0xcf][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "U[0x10][0xb4]j[0xaa][0xde][0xb7][0xe9][0xb4]l[0xd9]l [0xd9]-[0xfa][0xd7]z[0xf0][0x7][0xf8][0xa3][0xc4]i[0xf]F[0xa1][0xe0]a[0x98][0x19][0xe6]y[0xe7][0xeb][0xf3]k[0xfe][0x1][0xe0][0x12]{![0x9a]!Z![0xda][0x84][0xc6]L[0x19][0xcf][0x84][0xfd][0xb3][0xf3][0xbb][0xa9][0x9a][0xa9][0xd8](;[0x89][0x7][0xae][0xd0]vrEhu[0xad][0xcd][0x9d]r:[0xb7]=[0x1e]+o[0x1c][0x1][0x84]h[0x90][0xfb]"[0xe5][0x1b]mD[0x1a][0xf5]U[0xc6][0xa3][0x8b][0x85][0x9a]p[0x94]x[0xeb]t[0xc6][0xaf][0xba][0xd4]C[0xc3][0x95][0xbc]$[0x1c].'[0xbc][0xc5][0xda]N9u[0xf1][0x93]WF[0x8f]5[0x17]2[0xe7][0xf4][0xd7]p[0xf5][0xa3][0x89]{y[0xea]3[0xb6][0x8e]G[0xc2][0x9c][0xac]f[0x12]vBH$H[0xe7][0x1f][0xe4]17:}[0x17]0L^[0xfa][0xcf][0xb7][0xf7][0xd7][0x84][0xf6][0x9f][0x9d][0x96][0xa7][0x10][0x9a]U[0x9b][0x87][0xe1][0xa2]@8^[0xd9][0xb9][0xba][0xaf]C[0xf2][0x97][0x9a]X]~L[0x1]!@C[0xb2]5[0xc9][0xea]%B)[0xad]KX[0xc3][0x6]"[0xf1][0x7][0x82]m[0x8a][0xdf][0x12][0xdb][0x16],`[0xec]`[0xf7][0x1b]PK[0x7][0x8][0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 10034 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]javax/inject/Provider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x3][0x8a][0xf2][0xcb]2SR[0x8b][0xf4]@*[0x19][0x19]DAT[0x85]~f[0x1e]H[0xb1]>L[0x92][0x91]A[0x0][0xdd] 6F[0x6]F[0x6]&[0x6][0x10]`d[0x1]:[0x98][0x81][0x5][0xc8]g[0x5][0xf2][0x98][0x18][0xd8][0x80][0x18][0xc2]bg[0xe0][0x0][0xd3][0x9c][0x0]PK[0x7][0x8][0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Qualifier.class[0x85][0x90][0xcd]J[0xc3]@[0x14][0x85][0xcf]Tk[0xb4]j\[0x8].[0xa4][0xea][0xa2]K[0x83]kW[0x1]+[0x14]jR[0xe3]([0x88][0xb][0x99][0xc6]k[0x99]2[0x9d][0x94]tR[0xec][0xab][0xb9][0xf0][0x1]|([0xf1][0x8e][0x8b]v[0x13]p[0xe0][0xce][0xdf][0xf9][0xce][0xe1]r[0xbf]>[0xbf][0x0]\[0xe1](@+@;@G[0xa0][0xf1][0x90][0x97]EF[0xb7][0xda][0x90]@[0xf3][0xbe]TF[0xbf]k*.[0xa7]j[0xa9][0x4]N[0xd2][0xd2]:=[0xa3]'[0xbd][0xd0]cC[0x91][0xb5][0xb9]SN[0xe7]v!p:[0xf4]Lh[0x94][0x9d][0x84]j-[0x84]R[0x15][0x13]r[0xd7][0x2][0xf5][0xa5]2%[0x87]^Ts}C3[0xb2]N[0xae][0xe6][0xc4]p+[0x8a][0xe3]DFr[0x90][0xc4][0xaf][0xf2]y[0xd4][0x17]8[0xab][0xb6][0xa5][0xe4][0xd8][0xc5]76[0xf5][0xfe]AF[0xb9][0xd1][0xd9][0x8a][0xc1] }[0x8c][0xe5][0xe0][0x8e]S[0xcf][0xab]-7yV[0xfa]n[0xe8][0x8d][0xe9]c[0x8f]|[0x84][0xda]N)s[0xe1]z$[0x2][0xed][0x8d]7[0x19]{Q[0xa0][[0x19][0xb7][0x99]SO@[0xa0][0xc6][0xb5][0x5][0xbf]j[0xd8][0xfe][0xdb][0xeb][0xd8][0xe1][0xb3][0xcb][0xbf][0x1]k[0xbb]/[0x10][0x84]=4[0xb0][0xef]_[0x84][0x3][0x1c][0xa2][0x9][0xfc][0x2]PK[0x7][0x8][0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Scope.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OQ[0x1c][0xc5][0x1f][0x90][0x9d][0xb][0x83][0xba]`[0xe9][0xc4][0xb5][0xab]I[0xc0][0x84][0x4]f[0xc8]XM[0x8c][0xb]S[0xc6][0x1b]RRZ[0x2][0x1d]"[0xaf][0xe6][0xc2][0x7][0xf0][0xa1][0x8c][0xb7],d3[0x89]M[0xda][0xdb][0xdb][0xf3][0x9d][0x93][0xe6]~[0xff]|~[0x1][0xb8]C;B3B+[0xc2][0xb9]@[0xe3][0xd1][0x95][0xcb][0x82][0x1e][0xb4][0xa1][0xd0][0x14]nA[0xb7]3[0xb5]V[0x2][0x17]yi[0xbd][0x9e][0xd3][0xb3]^[0xe9][0x89][0xa1][0xc4]Z[0xe7][0x95][0xd7][0xce][0xae][0x4].[0x87][0x81][0x89][0x8d][0xb2][0xd3]X[0xfd][0x9][0xb1]T[0xcb])[0xf9]{[0x81][0xfa]Z[0x99][0x92][0x3]o[0xaa][0xb9][0xbe][0xa1]9Y/7[0xb]b[0xb8][0x99][0xa4]i&[0x13]9[0xc8][0xd2]7[0xf9]2[0xee][0xb]\U[0xdb]r[0xf2][0xec][0xe2][0x1b][0x9b][0xba][0xff] cgt[0xb1]a0[0xca][0x9f]R9[0x18]q[0xea]u[0xb5][0xa5][0xe7][0x8a]2[0xfc][0x86][0xde][0x99]n[0x7][0xe4]#[0xd6]vF[0x85][0x8f][0xb7][0xe3][0x10]h[0xed]|[0xd9]$[0x8][0x2][0x9d][0xca][0xa8][0xdd][0x8c][0xba][0x2][0x2]5[0xde]{[0x8][0xab][0x86][0xfd][0xed]Y[0xc7][0x1][0xd7][0xe][0xbf]F[0xac][0x1d][0xbe]B[0x10][0x8e][0xd0][0xc0]q[0xe8][0x8]'8[0xc5][0x19][0xf0][0xb]PK[0x7][0x8]Z[0x8d][0xc7][0x16][0xfe][0x0][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Singleton.class[0x85][0x8f][0xcb]JCA[0xc][0x86][0xff]T[0xeb]h[0xd5][0xda][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xae][0xd4]M[0x97][0xe][0xae]][0x15][0xaa] x[0xe3][0x1c]u?[0x1d]C[0x99]2[0xcd][0x88][0x9d]S[0xea][0xab][0xb9][0xf0][0x1]|(1[0xa7][0xa0][0xa5]P0[0x90][0xb][0xc9][0x97][0xf0][0xe7][0xeb][0xfb][0xe3][0x13][0xc0]9:[0x6][0xbb][0x6]m[0x83]=B[0xab]L[0xd5][0x9b][0xe7][0xab][0x10][0x99][0xd0].[0x83][0xc]#[0xe7]$g#7u[0x84][0xa3][0xa2][0x92][0x1c][0xc6][0xfc][0x1c]&a[0x10][0xb9]'[0x92][0xb2][0xcb]![0xc9][0x84][0xb0]S33[0x1b]d[0xc4]>[0xdb][0xd2][0xa7]W[0xbe] [0x9c][0xce][0xdb]6:[0x19]Z[0xf7][0xc7][0xdb]~[0xf2][0xd5][0x98]%[0xf3][0x8b]2'[0xab][0x99][0x82][0xb3][0x12]Z)[0xd2][0x9c][0xba]X[0xa9][0xa4][0xee]?[0xe8]C[0x8a][0xc1][0xbf][0xeb][0x82])[0x9e][0xee][0x1e][0xaf]o/[0x9][0x87][0xcb][0xba]~_"t[0x16][0xa7][0xee][0x7][0xf5][0x90]p[0xbc][0xf2][0xfa][0xe2][0xcf].[0x81][0xd0]P_Cm[\r][0xac][0xcf]c[0x13][0x1b][0x9a][0xf][0xb4]k4o[0xaa]o)[0xd3]blc[0xe7][0x7]PK[0x7][0x8]Y[0xb1][0x1c]K[0xdd][0x0][0x0][0x0]g[0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x1][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x2][0x0][0x0]META-INF/DEPENDENCIESPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0x2][0x0][0x0]META-INF/LICENSEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x12][0x0][0x0]META-INF/NOTICEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x13][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Z[0x14][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0x15][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x1a][0x0][0x0]javax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x1a][0x0][0x0]javax/inject/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x1a][0x0][0x0]javax/inject/Inject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x1b][0x0][0x0]javax/inject/Named.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x1d][0x0][0x0]javax/inject/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1e][0x0][0x0]javax/inject/Qualifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "a8ff150c4c035785c408df5b25f133a6a003e946" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 6][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45436<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 323076[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x95]X[0xdb]n[0xdb]8[0x10]}7[0xe0][0x10][0xfc][0xb6][0x80]E_[0xea][0xad][0x1b][0x7]}H[0xbb][0xc1][0xc2]A[0xd2][0x18][0xb5][,[0xb0][0xf][0xb]F[0xa2]m6[0x94][0xa8][0xa5][0xe8]K[0xf6][0xeb]w[0xa8][0xfb][0x85][0xa4][0x94]G[0x93][0x9c][0xc3]33gfh=[0xe1][0x90][0xee]I,[0xdd][0x9f]D[0xc4][0x94][0x87]+g[0x86][0xa6][0xc3][0xc1][0x9d][0xf0][0x8e][0xf4]LD[0xb9][0xbc]a[0xe4]z[0x8a][0x9d]|c8[0xf8][0x12][0xfa][0xee]#[0x8e][0xe5][0x13][0xf7][0xe9][0x9e][0x12][0x1f],[0x17][0xb3][0xe5]r9[0x9d][0xba][0xb9][0xb9][0xf9][0x8][0x7]N[0x94][0xf9][0xee][0x83][0xff][0xaa]0[0x97]h[0xfa][0xcf]r[0x9e].J[0xf7][0xcb][0xdb][0xca]9^[0x8]c[0x1][0xe]C[0xb5][0x18][0xfa][0x8c][0xb8][0x90][0xd8][0x13]4[0x92][0xc9]}[0xbb]#[0x8d][0x9d][0xe7][0xed][0x9f][0xd4]yIv[0x9d][0x8b][0xc0]Q[0xec][0xfc]:[0x85]T[0xba][0xb]4[0x9b][0x97]f[0xdc][0xfb][0xf1][0xfd][0x11][0x0][0xa5][0x8c]V[0x93][0x89]$8@<[0x8a][0x17][0xbf][0x10][0x17][0x87][0xc9][0x85][0xbe][0xd2][0x89]O[0xe3][0x88][0xe1][0xb7][0xc9][0xe6][0xee][0xaf][0xdd]z[0xb3].L[0x1f][0xa9]G[0xc2][0x98][0x14][0xb6][0x97][0xcb][0x5][0xe1][0x8]{G[0x92][0xd8][0xb2]t;[0x9e]<[0xae][0xbf][0xde][0xdb][0xde][0xbb]s[0x15][0x9b][0xcc][0xf6])[0x8b]\[0x11][0xa1][0x92][0xd1]7[0x1c][0x0][0xe6][0xf3]f[0xbb]xp6[0xf8][0xea][0xec]hD[0x1d]7[0xe5]^[0x1c][0xda][0xbe][0x5]/[0x1c]nH[0xf][0xc3]u[0x19][0xe9][0x8]_[0x91][0x4][0x3]T?[0xfe][0x93][0x84]>[0x17]9[0xaa][0xeb][0x1a][0x1b][0xee][0xa9]j[0xa9][0x8c]X[0xf3][0xb3][0xc2]Zs[0x8d])[0xa5]{[0xc6]5zR[0x8b]a[0xba]/[0xe1][0x93][0x9a][0xe6][0xd4]`6[0xb6]z[0xd9][0xfc][0xeb]U[0xf9][0xdf][0xd2][0xef][0xfa]b[0xbf][0x15][0x87][0xca][0xbc][0xeb][0xff][0xc7]B;[0x1e][0x8b][0xba][0xeb]Q[0xfa][0xc3][0xc1]:[0x88]X[0x92][0x9a][0xc4][0xde][0xdd]Q[0xc9][0xc8][0xca]y[0xf8][0x91]Pjl[0xe6][0xdf]dl[0xbb][0xee][0xda]_[0xe5]_~Z[0x7]*_e[0x92][0xdd][0xd6][0x97][0x96][0xbc]k[0x95]4[0xff][0x9e][0xa1][0xf][0xe3][0xf9]o[0xa3][0xf6][[0xa6][0xa6][0x8b][0xfc][0xd8]p[0xf0],[0xe8][0x81][0x82][0xab][0xec][0xcd]5~[0xf3][0xf9][0x80][0xa6]h1[0x1c][0xec]8g+G}[0xd8][0x9b][0xa1][0xdf][0xa7][0xea][[0xd7][0xff]PK[0x7][0x8]-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]LICENSE-junit.txt[0xc5]ZK[0x93][0xdb][0xb8][0xb5][0xde][0xe3]W[0xa0][0xbc][0xb1][0xbb]J[0xd6]Mr[0x93][0xdc][0xaa][0x99][0x95]FM[0xbb]y#K[0x1d]Qm[0x8f][0x97][0x10][0x5][0xb5]0[0xe6]C![0xa8][0x96][0xf5][0xef][0xf3][0x9d][0x3][0x80][0x4])[0xb5]3[0xc9]&[0xae][0x9a][0x9a][0x96][0x4][0x1c][0x9c][0xe7]w[0x1e][0xc0][0xff]?U[0xa6][0x15]"[0xc9][0xb]s[0xb4]Z>[0x9e][0xb6][0x85][0xc9][0xe5][0xc2][0xe4][0xba][0xc2][0xc7][0xf7][0xf2]E[0xfe]q[0xfa][0x7]!6[0xf][0x89][0x9c][0xcd][0xe7][0xab]O[0x8f][0xb3][0xe5][0xd7]t[0xf9]Q>[0xae]W[0x1f][0xd7][0xb3]O2[0xcd][0xe8][0xcf][0xcf][0xe9]}r/[0x9f][0x96][0xf7][0xc9]Z[0xd2][0xd2]M[0xb2][0xfe][0x94][0xc9][0xd5][0x7]|[0xc0][0x82]d[0xbe]H[0x1f][0xb3]D>>[0xfd][0xb2]H[0xe7][0x2][0xff]%K||[0xf7]f[0xf6]q[0x9d]$[0x9f][0x92][0xe5][0xe6][0xcd][0xdd]T[0x82][0xb0]|[0xca][0x92][0x89]\'[0xa0]x[0xff]4[0xdf][0xa4][0xab][0xa5]\[0xad][0xe5]}[0x9a]m[0xd6][0xe9]/O[0xee][0xf3][0x7]>[0xc0][0x1f]/[0xe6][0xab]e[0xb6]I7O[0x9b]$[0xc3][0xbe]y[0xfa][0x98][0x82][0xda][0xdb][0x8c]xM[0x1e]7[0xb3][0xe5]<[0xe9][0xb8][0xe8][0xe][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xc7][0xa9][0xbc]O>[0xa4][0xcb][0x94]hfB[0xbc][0x99][0xd7]U[0xdb][0x98][0xed][0xa9]5u[0xf5]F[0x96]ZU[0xf6]'!$[0xff]Sw[0xd2]T[0xb2]=h[0x99]+[0xe8][0xa4][0xde][0xf3][0xdf][0x6]z3[0xaa][0x90][0xdd][0xce][0xba][0x99][0xc]~[0xc8][0xeb][0x9d][0x96][0xaa][0xda]y*[0xf8][0xb7][0xab][0xf3]S[0xa9][0xab]V[0xd1])rg[0xac][0xdb][0xa8]w[0xf2]T[0xed]t[0x83][0xdd][0xc6][0xca][0xd9]s[0xa3]5[0xad][0x9a]D[0x9b][0xb7]W,h[0x95][0x1f][0xa4]=m[0xad][0xfe][0xc7][0x9][0x8b]c6:[0xc6][0xcd][0x9d][0xcc][0xf][0xaa]z[0xd6]V[0xb6]5[0xef]~l[0xea][0xe7]F[0x95][0x8e]tX[0x85]ej[0xb7]3[0xc4][0xd4]x[0xe1][0xcf]a[0xd1][0xf9][0xa0][0x1b][0x8d][0xf3]ph [0x9][0x12][0xff]S7[0xaf]n[0x95]uc[0x9e]M[0xa5]Z-[0xf7]M][0xd2]r[0xa9][0x1a]-b[0xb1][0xb7][0x17][0xec]P[0xad]<[0xaa][0xa6]5[0xf9][0xa9]PM,[0x7]\B[0xc6]v[0x91]o;[0x92][0xf6][0xad]'*[0xa2][0xf5][0xd2][0xec][0xa5]i[0xe5]YYb[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]G[0xc][0xe1]4[0x16]`[0xb0][0xa5][0xb5][0xba][0xd8]K[0x92][0xa3][0xba][0xd4][0x95][0x16]*oM[0xf5],q[0xda]x[0xed][+[0xb7][0xfa][0xa0][0x8a][0xfd]t[0xc0][0x95][0x85]YeU[0xb7]0P^[0x9c][0xc8][0xe4][0x91]BD|[0xfe][0xf9]`[0xf2][0xc3]O[0xf2][0x1d][0xe9][0x9b][0x94][0xa9]!6[0xa9][0xa7][0xac]w[0xa7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]Um[0xbd]o[0xcf][0xf4]c[0xac]%S[0x89][0xbc][0xae]~;U9k[0xe1]l[0xda][0xc3]@[0xae][0xe0]<[0xda]4[0xb2]>W[0xb2][0xf0][0xc1][0xab][0x6][0x9e][0x84]s[0xdd][0xc1][0x82][0x98][0xc5][0xe][0xf3][0x2]?|[0xd1][0xf2]\7[0xdf]l[0xf0]jOs*[0xe3][0x98][0xa8][0x1b][0x1f][0x12][0xa4]$y[0xd4][0x8d][0x5][0x1b]P[0x19]H[0x9b][0xd6][0x9b][0xb0]g[0xd8][0xe][0x8][0x81][0x8e][0x7][0x93][0x9d]|[0x84][0xb4]Uk[0xa5][0xa3][0x6][0xab][0xd3]G[0x99][0x17][0xca][0x94][0xd6]s[0xad][0xb6][0x85]&C[0xa9][0x81][0x95]Xs[0x8e]w[0x9d]kkUc[0x8a][0xb][0xf4][0xb2]o`[0xab][0xe0]GZ[0x9e](4[0x1a]iU[0xc1]![0x2][0xdb][0xe][0xfd]G[0x15][0xb0][0xb0]dz[0x9a]tZnM[0x85][0xdd]c[0x85][0x12][0xcf][0xfe][0xcf] 7[0xfd]:2[0xfa][0xc0]@R[0xe5]y[0xdd][0xec]T[0x95][0xeb]@.[0xe]e[0xa2][0xb8][0xd6][0xb9]9[0x1a]|[0x88]tI[0xec][0x9c][0xf][0xb5]l [0x15]Lao[0x9a]u[0x80][0x9][0xc2]y[0x19][0xb9][0xa8]*[0x6][0xe0]cq[0xc8][0x9f][0xa6][0x12][0xa8][0xb8][0xdc][0x10][0xe6][0xad][0xd3][0x8f][0xf][0x9b],[0xc2][0xb0][0xec][0xb4][0xfd]M[0xe7]m[0x88][0x8a]V7[0xa5]7[0xfb][0x10]u[0x18]Yb[0xed]S[0xe8]C[0xc3]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x13][0x9d][0x1c][0xb0]QUW[0xef][0xf5]w0d[0xc1][0xfd][0x84]<[0xa9][0xd8][0x9d][0xcd][0xe]6[0xf5]E[0x15][0xed][0xe5][0xfd][0x1e]d[0x81][0x84][0xc7][0xb]"[0xf7][0xd0]v[0xae][0x89][0xc8]h[0xf4][0xb1][0x81][0xe3][0xe7]X|l([0x14][0xf4]-[0xa7][0xc4][0x8f][0x9c][0x91]`nh[0xfc]X[0xa8]K[0xf4][\r]5[0xb9][0xee]p][0xd6]N[0x9f][0xfc][0x99][0xf8][0x98][0x8a][0x1e][0xad][0xff]{[0xca][0xf6]Q[0x15][0x14][0xc0]^$[0xae]B[0x10]|[0x95][0xea][0x1b][0xf6]"f&[0x80][0xa2][0xa2][0x98][0x80][0xbd]=9\[0xed]?[0x9a][0xf2]X7[0xad][0x93][0x14]24gc[0xb5]h[0xc1][0x97][0xdd];[0xb8][0xf9]7[0x14]{[0xad]=q[0xa5]=[0xb9]![0xdd][0x8c][0xd8][0xb7][0x7]rsu<[0xc2][0xdc]^[0x97].nU8[0x14]_[0x89]a[0x94][0x83][0xe1]8[0x8e][0xc][0x9c][0x8][0x0][0xc5]f0[0xe5][\r][0x97]0!_8[0x18][0x11][0x3][0x9]X[0xa6][0x0][0xe9][0x1]%[0x7][0xdb]s[0x5][0x1d]Z[0x9f][0x1b]#[0xde][0xc0][0xee]V[0x3]e^`[0xd1][0xe][0xa2][0xc6][0x86] [0xa9][0xaf]l[0xe6][0x84]&[0x98][0xee][0x4][0x87][0x16][0x5][!>[0xc2]z`[0xc][0x99]g[0xcc][0xda]T.kyP[0xcd][0x8e]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0x5][0x96][0x85][0xb4][0xa2][0x8]L[0x90][0xb3][0xb1][0x83][0x10][0xde];[0xdf][0xcd][0xef]d[0xef]t[0xfc][0x9b]m[0xa1]Q[0xeb]P[0x1e]nv[0xa8]O[0xcf][0x87]k[0xbf]u[0xe][0xcb][0xfa][0xf3][0xe4][0xd9][0xc9][0xc6][0x18][0xc]=[0xe9][0x96][0xec][\r][0x8c][0xa4][0xd3]M5[0x81][0xa0]RY{j[0x8]=-[0xa7]F [0xc3][0x8b]q[0x16][0x11][0x94]r[0xe2][0x83][0x98][0x8f][0xd8][0xbe][0xbb][0x1a][0xbb]\[0x2]v[0xf9][0x80][0xf5]*[0xc5][0x6]V[0x1b]p[0xb3][0x85]W[0xc3][0xe3]N([0xcd]@[0x1f][0xda]@[0xea]bT[0xe2][0xc0][0xa4]c[0x9c][0x82]]V[0x9b][0xca]d,"P[0xc6][0xe5]*[0xe6][0xa9]0jk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]u[0xa4]2[0x88][0x16]2[0xda][0xb6]!U[0xb5][0x9c][0xce]F[0xd4][0xe5]V[0x91][0xfe][0xeb]J[0x4][0xa6]K[0xe6][0x16]I[0xeb][0x87]|6}([0xa2]:[0x82][0xb2][0xe0][0xe][0x95][0xf7]M`[0xaa][0xfe][0xae][0x9b][0xdc]X[0xca][0xe][0xa4][0x3][0xbf][0x8b][0x2][0xa2][0xb3][0x9][0xdb])6[0xbd][0xc7][0xa0]^[0x2][0x87]@[0x82]LR[0x92]_[0xd7][0xc8][0xa6][0x8d][0xb6]G[0x18][0xcf][0xf4][0x12][[0x9d][0x9f][0x1a][0x1d][0x9][0xf6]#[0xc6][0x91][0xb6]5[0xcc][0x19][0xf0]`*?P[0xf5][0xf0]][0x95][0xc7]B[0xbb]/[0x9][0x18][0x9b][0x1d][0x17][0x82][0x97]q8 >[0x1b]T[0xb9][0xa6][0xe1][0x92]N 6[0xea]s[0xc4]/[0x98][0x89][0xf0]P[0xe5][0xa2][0x1a][0xc4][0xe6]n[0xe9][{-[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">&[0xed][0xfc]*[0x1c][0xb9][0xd5][0xb0]cT[0x85][0x5][0x8d][0xf6][0x15][0x82][0xaf][0xe8][0xef][0xae][0xdd][0x84][0x12][0x9b][0xb6][0xe]e[0xd9]W][0x14]|[0xab][0xea]s[0xa1]wpOpuP[0x4][0x18][0xfb][0xbd][0xc9][0x89]/[0xd1]'Ho2[0xe0][0xe5]8rz0[0x5]A[0xb6][0xa2]G[0xc3]Qn[0x15]}[0x80]q[0xcb]0[0xa8]C[0x10][0xe6][0xff];E[0xa3][0xf4][0xf7][0xa7]t[0xcd][0xbd][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84][0xd9][0x80][0xfb]R]P[0xe1][0xd7]5'[0xe9]W[0x14]K[0x84][0xc7][0xf0][0xed][0x13][\r]q[0xfd]J[\r][0xda][0x5]5ie[0xd0]\[0x11][0x19][0xb8][0x82][0x81][0xb7]u[0xb5][0x98][0xcb][0x98][0xe4][0xba][0x9d][0x87][0xdf]H[0xa0]?[0xc7][0x8d][0xc]5I[0xad][0xbd]>:[0xee][0x87]4r\Ny[0xdd][0x15][0x14]>R[0x11]=[0xae][0xb4]g$[0x18][0xd5]U[0xfc][0x5][0x10][0x94]Tn\[0xdf]#z[0x9e][0x10]>[0xdf][0xc9][0xde][0x8e]W[0xc3]b[0x90][0xa3]weZ[0xb4][0x93][0xa0]a([0x8c]i[0xb][0xb4][0x1c][0xd8]H[0xc9]=[0x86][0x82]IL[0xee][0x87]4J[0x84]<:[0xb2][0xd6][0xa3][0x11]S[0xdb][0x9b][0xb6]"[0x96][0x8][0x8c]T[0xdc]][0x1d]O[0xcd][0x11][0xa6][0xfd]Y[0xc6][0xcd]_[0xac][0x13].0v[0xfa][0xf7][0xa8][0xa4][0x7]@[0x1c]#v[0xaa]T[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0xc9]w[0x8][0xab][0xbc][0xa5]o[0xc2]_[0xf6][0x88]PT[0x5]/[0x82]+[0x80][0xe9]"[0x98][0xd8][0xf7][0xb1][0xf8][0xb5]'[0xe5]r/,Z[0xdb][0x96][0xdc][0x7]b[0xd9][0x98]u[0xf0][0x8e][0xe4][0xe4]:[0xe]JN[0xd4][0x9c][0x90][0x93][0xd9](7[0xee][0xc]W5[0xdc]-[0xe]}[0x87][0xfb][0x9][0xae]y[0xa2]N4[0xe][0x5][0xd7].8[0xeb][0x8c]P[0x9c]qj[0xe0]|[0xe6]e[0xc8]L\[0xee][0xec][0xeb]f[0x18]>P[0xe0][0x8b]2[0x5]7;[0xcc][0x19]I:[0xac];[0xd8][0xfc][0x15]EV[0xe7][0xd1] }[0x0][0xf2]!,[0xeb]m[0xab][0x18]"[0xb8][0xf5][0x0][0xe2](tdL[0xad]TU[0x5][0xfe][0x90]X[0xf8]L[0xce]@XQ[0xea][0x9d]9[0x95]2?[0xd9][0xb6].][0xf7]t[0xa2][0x4]D[0x9c]u='l[0xcf][0xad]=[0xa1][0xc4][0x17]tHc[0x9e]KE[0xa5][[0xc7][0xf8][0xa8][0xa6]#VGQ][0xe2]8x[0xd1]x[0xe3][0xad][0xc6][0x86]u)[0xa3]HV[0x8c]l[0xd7][0x11][0xdf][0x11][0xf5]E[0x8f]o[0xdf]8[0x87][0xf5];[0xb4][0x88][0x1a][0xd9][0x81][0xe7][0x12][0xbe][0x91]9[0x1b]][0xa2]2[0xe3][0xc6][0xbf][0x0][0xd6][0xb0]m{,[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xc5][0x8][0x1c][0x93]4[0xed]Oq#[0x18][0xd1]'[0x81]+[0xec]g[0xe6][0xd8][0xb3][0xcd][0xfe][0x12][0x86][0xb][0xca][0xf5]uaxAI[0xfc][0xba]9%x[0x17][0xa1]VV[0xc1][0x8e][0xec]J[0x9d]y/[0x92]s[0x9f][0x8d][0xe7]>]rs[0xe5]V8[0x9a][0xf8][0x1c][0x1e]xU[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xe7][0xa9][0x9c][0xaf]>}J[0xd6][0xf3]t[0xb6][0x18][0x8c][0xd9]Hi%![0xb][\r][0xb2][0xba]$@[0xfa][0x8b][0x87][0x14][0xa4]K4[0xbe][0xfa][0x8][0x0]G[0xb6]'[0x97][0x1c][0xe4][0xd7][0x0][0xe8][0x82][0xbe][0xf5][0xdd][0x90][0x86][0x99][0xe1]z[\r][0xc2]{[0x8b]N[0x86]a[0x8a][0xa2][0x9][0xd2][0xda][0xae]t/[0xcc]7x[0xe1][0x97][0x83])[0xb4]3_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p!W[0xf9][0xe9][0xce]^[0xe5]t[0x8e][0xf2][0xe9])[0xef]y>[0xf5][0x83][0xba][0xae][0x1a][0x18]h[0x80][0xa7][0x0][0xb5]o[0xa7]G[0x9d]7[ "[0xe6][0x1a][0xd5][0xd6]5H[0x84]l[0x16]Ep[0xb1][0xa3][0xc1][0x8f][0xad]c{[0x9][0x8f]9[0xa1]"[0xcd]a:[0xf0]v[0xac][[0x7]mC[0xcc][0xf4]X2[0xe8][0xe1][0xa9][0x1d]h[0xb8][0xf8]p[0xe]1[0x1c]V[0xfd]'[0xcc]N[0xae][0xc0]E[0xbe]{[0x13]Y7[0x9e][0xf2][0xdc][0x85][0xf6][0x93]s'{[0xd4]N[0xef][0xc9]d[0xe][0x8e]v[0xba][0xac][0xe0]]B[0xa3][0xa7][0xb9]\[0xb3][0xf][0xc2][0xa9]_CYkHY=[0xc3]?[0xac]Ci[0x0][0xba]%[0x80][0xf7]H/\[0xe][0xb0][0xf0][0xe1]wy[0xcd]E[0xa4][0xcb]Fo[0x16][0xbc][0x90]v7[0xae][0xac]e[0xb4]tY{"[0xb]u[0xb6]'[0xe3]+\[0xc7]M[0xa1][0x9f][0x91]AT[0xee][0xd2]c\[0x81][0xf]*[0xcc][0xc0][0xc])[0xf2][0x15][0x96]}[0xbb][0x89][0x9a][0xda]M[0xa9][0x14][0x3][0xa6]o[0xe3]p[0x80][0xab][0xc6]Kcm[0xc8][0xc4][0xbe][0xfd][0xbd][0xa5]Y?[0xc3][0xab]t4[0xc2]#[0xc6][0xfb][0x2][0xb3]o.[0xff][0x85]aE0[0xac]k[0x1d][0xeb]ma[0x9e]}7[0x18][0xea]=[0xeb][0x8f][0xf1][0x83][0xc9][0xb8][0x89][0xc][0xbd][0x9]Xr[0xba]El[0x16][0xca][0xd5][0xb7]n[0x81]r[0x15]<[0x3]#[0xb4][0xc9][0xe3][0xad][[0x95]}\[0xad]L[0xa1]D[0xec][0xa0][0x2][0x10]T[0xfe][0x81]u[0xf0][0x12][0xca]a[0xaf]*[0x97][0x80][0xf2]'J[0x13][0xa0]W[0x1e][0xdb][0x82]A[0xd9][0x3]W[0xa4][0xc3][0xe1]x[0x17][0x8a]k[0x8c][0x1b][0xcf]zm[0xb3]4.YR[0xce][0xe0][0xce]`H!>[0x95][0x98]#Do[0xea]b[0xe2][0xeb][0xe][0x12][0x86]B[0xb4][0xab];_[0xb5][0x9f][0xc3][0xf][0xe][0x7][0xeb]&[0x18][0xa4]-[0xd6][0x1e]dC[0xd1][0x8d]R[0x8e][0x13]T[0xa5][0x9f]![0x8a]3[0x89][0xb3][0xd1][0xab]JP[0x17][0xe1][0x8a]3C-[0xf][[0xbc][0xba]D[0x92][0xd1][0xdc]"T[0xd4](3[0xe9]d[0xc0][0xf6][0xa0]y[0x1a]"D[0xc9][0xd9]+[0x9e][0x7][0xfc]^o[0x9a][0xd0]J[0x6][0x8e]_[0x89][0xe9]Q)d[0x18]s*>[0xed][0x96]~[0xe0][0x0]{NV[0xe2][0x15][0xfd][0xf1]n[0x9a]8[0xd9]0[0xb5][0xe3]Yi[0x88]dNQ{J[0x1]}[0xa9]+[0x82]na[0xb5][0x8e]7[0xb2][0x2][0xf5]&[0xd7]D[0xd8][0xa0]q[0x99][0xee][0xef]+^[0xe1][0xe8][0xba][0x17][0xe4]ro*[0x9f][0xfa][0xea][0xc4][0xc7][0xd1][0xc4]O[0x85]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xe6]LpP/:B[0xcb][0xc0]Q[0x84]2n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1(E"[0xf9]~[0xa7]P[0xbe],[0xdc][0xb3])OM+|_l[0xa3][0xd2]t[0x4]aG[0xe5][0xea]V[0xf][0xb5]T[0x8c]P[0xc1]hOE;[0xf9]Q[0xb0]q%C[0x9b][0x1d]k~;[0xbc][0xef]/S[0xb9]\[0xc9]/[0xb3]5[\r][0x9a][0xbf][0xa2][0x6][0xfa][0x95]n[0xda][0xe4],[0x93][0xc9][0xaf][0x8f][0xeb]$[0xcb][0x16]_e[0x96]l[0xe4][0x87][0xd5]z[0xf3] [0xd3][0xe5][0xe8][0xf2]m[0x12]_[0xdf][\r]n[0xf]WK9[[0x8a]7 [0x94]fo[0xe4]/[0xb3],[0xcd]&[0xf2]K[0xba]yX=m[0xc2]yi[0x92][0xd1][0x8d][0xe0]|[0xb5][0xbc]wWw4[0xe9][0xa6][0x8b][0xc3][0xbf][0xa5][0xcb][0xfb][0x89]L[0xb0]:Y[0x7]F[0xb0]R[0xa4][0x9f][0x1e][0x17])[0x88][0xa7][0xcb][0xf9][0xe2][0xe9]>]~[0xec]I.[0xd2]O[0xe9]fFT&L[0xe2]GGl[0xd2][0xcd]"[0x99][0x88][0xe5]j[0xf9]>]~X[0x83][0x8e][0x17][0x86][0x8a][0xa7][0x7][0xec][0x9a][0xfd][0x92].[0xd2][0xcd]W[0xda][0xf9]![0xdd],[0xe9]t(@[0xce][0xe4][0xe3]l[0xbd]I[0xe7]O[0x8b][0xd9]Z>>[0xad][0x1f]WY[0xe2]&K[0xd1]h[0xd7][0xb8]!Kq[0xe9]=[0xb2]pM[0xc3]NS[0x1b]l[0xaa]0~[0x0][0x92][0x3]~[0x1b]C[0xf3][0x11]*[0x9c][0x0][0x83]TC=s[0x2]}mX[0xe1]n[0xde][0xfc]4[0x87][0x1a]7[0xa4][0xd2]o[0xe4][0x8][0xb6][0xce][\r];`[0x97][0x8e][0xfc][0xfc][0x88][0xda][0xa2]0[0x89][0xb8]}3[0xd9]7y8[0x8f][0x93]LaJ[0xd3][0xf6]wn[0xfe][0xc]n[0x95][0xad][0x9b][0xb0][0x1d]=;[0xba]ij*[0xff]\[0xcf][0xdf]_[0x99]P[0x9a]29w[0x8][0x94][0xd8]Cu[0xc0][0xfd]N[0xc3]%[0x3][0xa8][0xa0]9l[0xd5]$[0xd0][0xe2]Y[0xcf][0x16]B[0xa4][0xfb][0xe1][0xe4][0xe1]F[0xcf]j[0xa8]6{AU[0xb4]#[0x1e]u1[0xbe][0x12][0xe7][0xf6]&\[0xa1][0xc6]X[0x86][0xdc][0xd1][0xd3][0x93][0xc3][0xc4]y}/[0x14][0xd0][0x80][0xf2][0xe1][0xe6][0xaa][0x96]{[0xa6]7[0x1d]U?[\r][0xa4][0xda]!@z[0xc6][0xd3]h|XB[0xf9]_[0xeb][0xe6][[0x18]j[0xbf][0xf2][0x2]![0xde]KOqA5s[0xd7]H[0xf8]r[0x86][0xce][0x1c]"[0xf3];[0xe]7[0xb8]d?E[0xb2][0x1e][0x7]L[0xe3][0xca][0x1c][0x1e][0x86]"[0xee][0xa6]pe[0xed][0xee][0xba]+[0xc6][0xa1][0x8b]V[0x8d]p[0x1e][0xeb][0x1e][0x97][0xfa][0xb9][0xb9][0xa7][0xa0]P5i[0x1f][0xb5][0xee][0xfc][0xb3]b[0xeb][0x93][0xdb]y=s[0xc4][0xff]v[0xa2][0xe2][0x8e]r[0xba][0xf0]C,7b [0xae][0xfa]*[0x83].c[0xfe][0x9]PK[0x7][0x8]O[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesm[0xcc][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3] [0x10][0x0][0xe0][0xdd][0xa7]8[0xc8]~h0K SB[0xf7][0xbe][0x80][0xd1][0x8b][0xbd][0x10][0xf4]0Z[0xd2][0xb7]/[0xdd];[0xf0]u3%*[0xae]R[0x80][0xe5][0x3][0xb9]Dt[0xe2][0xfc][0x8b]p[0xa5][0x9d]O\Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xc9][0xde]"'[0xd5][0xdd][0xb][0xc3][0x95]<[0xe8][0x1][0x8c][0x1e][0xb5][0x1d][0x7][\r][0x97][0xdb][0x13]zm[0xac]zS98[0xa7][0xc9][0xa2][0xe9]Q[0xa3]Q[0xb1][0xe4]&[0x8f]0[0xfd][0xd2],[0x87][0xdd]P[0xdc][0x89][0x95][0x85][0x95]+[0x95]W[0xe7][0xeb]_[0xc5][0xad]%[0xae][0xea][0xb]PK[0x7][0x8]T[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xml[0xc5]V[0xdf]k[0xdb]0[0x10]~[0xcf]_[0xa1][0x85]=[0x8d]ZN[0xda][0xc0]F[0x96][0xba][0x83][0xc1][0xc6]FK[0xc3][0xda][0x8e][0xbd][0xaa][0xb6][0xea][0xa8][0xb3]%#[0xc9]I[0xca][0xe8][0xff][0xbe][0x93]d[0xc7]r[0xac][0x90][0x96]=,`[0x88]N[0xf7][0xe3][0xbb][0xbb][0xef][0xce]^\l[0xcb][0x2][0xad][0xa9]TL[0xf0][0xf3][0xf1][0x14]O[0xc6][0x88][0xf2]Td[0x8c][0xe7][0xe7][0xe3][0xbb][0xdb]/[0xd1][0x87][0xf1]E2ZTR<[0xd2]T#[0xd0][0xe6][0xea]|[0xbc][0xd2][0xba][0x9a][0xc7]qI[0xd6][0x94]cR[0x91]tE[0xb1][0x90]y[0xbc][0xbc][0xbe][0x8a]gxb[0xbc]X[0xcd][0xf9]V[0xb1][0x9d][0xf6]f[0xb3][0xc1][0x9b]3[0xab]w:[0x99]L[0xe3]_W[0x97]7`X[0x92][0x88]q[0xa5][0x9]O)X)6WVx)R[0xa2]-[0xa8][0xa3][0xc1][0xd0]![0x8d][0xad][0xca][0x9c]0[0xb2]z[0x18][0xce][0xe3]d4B[0xf0][[0x94]"[0xa3][0xc5]O[0x97]xb[0xaf][0x17]qO[0xd6][0xe8]UDR[0xae][0x13]{[0xb0][0x82]\[0x8a][0xba][0xfa][0x96]%[0x10][0x0][0x8b]J[0xcd][0x1e]qE[0xb6]X[0xb3][0x8a]-[0xe2][0xf6][0xae][0xd3]&R[0xb3][0x7][0x92]j[0x10][0x1a][0x95][0xa8]$JS[0xb9][0x88]=y[0xa7][0xdc][0xf4]![0x99][0xe2][0xa9][0x81][0xd3][0x1e];[0x5]I[0xb]([0xca][0x9a].[0x89]^%[0x18][0xc7]=[0x97][0xbd]K[0x7]>n[0xd1][0x8f][0xf6][0xc1][0xc][0xd1][0xe3][0xc7][0x9a]3=D[0xb6]C5[0xc3][0xd3]S[0xa8][0xd3]t[0xf][0x18]T([0xfd]Mr Lr_[0xf3][0xac][0xa0]&j+q[0x1a][0x9c][0x94]4[0xb9]^[0xde][0xcc][0xbe][0xa3]%[0xd9][0xa2][[0x88][0x86]"[0xf4][0xf6][0x8f][\r]+$[0xcb]q[0x17][0xf4]y[0x11][ug[0x99]Q[0x95]JV[0x19]"$[0xb7]+[0xa6][0xd0][0xf5][0xcd]W[0x86]\[0x1c][0xb4][0x91][0xa4]R[0x87][0xdc]D[0xbe][0xbc][0x1][0xc][0xbe]}[0x87]MU[0xde]D[0x11][0xda][0x95][0x18][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0xe][0x1a][0xa8]$O[0xf0][0x9f][0x96]H[0xd2][0xc]b[0x12][0xae]O [0xb8]F[0xec][0x1]=[0x89][0x1a][0x1][[0xa8][0xa6][0x88][0x81][0xd4][0xd1][0xc]Z@[0x89][0xa2]QU[0xd4][0x90]>[0xda][0xb0][0xa2][0xe8]<[0xa7][0xa2][0xac]jP'[0x1c]1[0x18]1)[0xcd]@[0xdd][0xfd][0xb8][0xc4]N%[0x8a][0x9a][0x9c]UZz-O[0x5][0xe7][0xe]M[0x2][0x17][0xf3][0x9c]i[0xf3]|[0x82]gU[0xdf]c[0xf0]9[0xb7]m[0x8c][0x3][\r][0xcd]M;=[0xfb][0xce]iF[0xd7][0xb4][0x10][0x15][0x95][0x9f][0xff][0xd1]{[0xc8]Q[0x17][0xa6][0x96]E[0xf2]*w[0xc6][0xa0]3[0xd7]$?[0xc8][0xd3][0xa8]c[0xa3]Qk[0xe8][0xde][0x94][0xae][0xe1][0xa5]4[0xc0]4[0xa3][0xca][0xf7][0xb9][0xe3]D;[0xab][\r][0xed][0x87][0x17]!#o8[0x6]v[0xc1][0x91][0x1e]p[0xd0][0x8e][0x91]o6[0x9c]rw[0xa7]r[0x86]YY[0x9][0xa9]m[0x11]V[0xa4]L%U@5[0xff][0x4]5[0x95][0xb4][0xf5][0xe6]Y[0x84][0x9c][0xd1]m[0xff][0xca][0xfc][0x8c]/[0x9b][0xc8][0xbb][0x8f][0xed]K 47'=[0xa3][0x17][0x18]t[0xf1][0xe3]0[0x0]X[0x12]^{[0xda]a[0xaf]([0xcf][0xe0][0xf5][0xd3]o[0xd9]N[0xfc][0xd4][0xc7][0xbe][0xdb][0xc4]>[0x80]F[0xf6][0x1c][0xd8][0xc5][0xd6][0xc6]k[0xd2][0xc1][0xfd][0x13]j[0xa4]5n[[0x15]^-[0x83]FZ[0x1b][0x95]B[0x9a][0x9]$[0xbb]f[0x19][0xcd][0xc]E[0xcd][0xb9][0xaf]#[0xec]>"E[0xa2]e[\r][0xdd][0xdc][0x1d][0xbd]*[0x86][0x8a]p[0xbc]2/zG[0xed][0xd7]%0r{t;Z[0xa0])>[0xb][0xbc])[0xc2][0x99]x[0x12][0x8f][0xb][0xf7]5+[0xfc]9r[0x1b]U[0xed][0xc5]s[0xd2][0xbe]pP[0x80][0xe6][0x83][0xe0][0x81][0x16]l{ [0xfd][0xfd][0x12][0xb8]m[0xee]^3[0xcd]2?[0x9c]u/[0xf3]S[0xc8][0xfc][0xfd]!.[0xc4]![0xbc][0xaf]J[0xc2]}[0xe2]4[0xc5]xU2][0xd9][0x8f]&[0xf4]_q*Q[0xcb][0xf4]x[0xd1][0x87][0x18][[0x89]ji[0xd5]P[0xc8]n[0x1a][0xf3][0xf1][0x9a][0x8c][0xfe][0x2]PK[0x7][0x8][0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]junit/extensions/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]junit/extensions/ActiveTestSuite$1.class[0x9d]SMo[0xd3]@[0x10]}[0x1b][0xbb]q[0x9a]8$-Q[0xd3]@[0xa1]ip!u[0xda][0x9a][0x80]8[0x81]*[0xa1][0x8a]JH[0x81][0x3][0x8d][0xca][0xd9]M[0x96][0xc6][0xc5][0xb5]%[0x4][0xfe][0x11][0xe7]J[\r][0x8][0xe]p[0xe7]G![0xde]Z[0x16][0xaa]PD$lyfv[0xe6][0xcd][0xc7][0xce][0x8c][0xfe][0xfa][0xf6][0x1d]@[0x1f][0xfb][0xcb]0[0xb0][0xa9]H[[0x91][0xad]2J[0xe8]Tp[0xf]V[0x19]w[0xb0]m[0xe0][0xbe][0x81][0x7][0x2][0xa5][0xa9][0xeb][[0x89][0x8c][0x13][0x81][0xb5][0xc1]y[0x1a]x[0x89][0xf3].r/[0xe4][0x87]0z[0xef][0xc][0xa9]*PV[0x98]H[0xc6][0xa9]O[0xd4][0xc6]\[0xd4][0x9b][0xcc]Jl1[0x99]x[0xb1][0xf5]P[0xa0][0x93][0xe3][0xe4][0xc7]D[0x6][0xb1][0x17][0x6][0xb1][0xf3]|[0x94]xS[0xa9][0xe0][0xc7][0xa9][0x97]H[0x85]~[0xe6][0x11]s [0xf0][0xb6][0xbb][0x18]>[0xbf][0xbc][0x95][0xb3]s"[0xa0][0x1f][0x86]c)P[0x1b]x[0x81]|[0x9d]^[0x9c][0xca]h[0xe8][0x9e][0xfa][0xd4][0xac][0xe][0xc2][0x91][0xeb][0x9f][0xb8][0x91][0xa7][0xce][0xb9]RW[0xe5][0xb]@[0xc0]|[0x19][0x4]2:[0xf4][0xdd]8[0x96][0xd4]X[0xb][0xeb][0xb3][0xfa][0xbc][0x90][0x16][0xa5][0x1]iWe.[0x1f][0x87]i4[0x92]G[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0xf8][0xb][0xbd][0xee]N][0x96][0xf5]"[0x18][0xf9]a[0xec][0x5]g[0xaf]d2[0x9][0xc7][0x6][0xba]&v`[0x9b][0xa8][0xe2][0x86][0x89]e[0x94]MT`[0x9a][0xa8][0xa1]e[0xa0]gb[0x1d][0xbb]&[0xf6][0xd0]b[0x83][0x17][0x17]$PWi[0x1c][0xdf][\r][0xce][0x9c][0xe1]$[0x92][0xee]X[0xa0][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 323076 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8]O[0xc0][0xe0]-[0x86][0xd9]N<[0xe9][0xfe]_[0xd7][0x1b][0xf3][0xec][0x2][0x9b][0xf3][0xc3]]s[0xac]0[0xf5][0x11][0x97]"[0x9e][0xc8]1[0xda]\[0xdc][0x12][0xb7]Y[0xab][0xd7]U+[0x0]rv#[0xe3][0xec][0xf]-[0x5]~5[0xd4]9[0xaf][0x15]J[0x7]<[0xeb][0xe4][\r][0xbb]7[0x83][0xb0]wg([0xd8]{3h[0xf6][0x17][0xe8][0x97][0x19]z[0x95][0xb4]H4[0xd0][0xc3]MR3[0x93][0x1b]|[0x9b]PS_G+[0x8f][0xe5][0x13][0xad][0xa2]w[0xec]+F[0xb9][0x82][0xf6][0x15]K[0x5]P[0x10][0x9f]Q[0xfc][0x84][0xea] [0x17]{?.3\5[0x8b][0xd0]d[0x84][0xe6][0x9f]LkX"uh[0xeb]3[0xc3]#Z[0xfa][0xd8][0xc2][0xe3]k[0x99];yf[\r][0xb7]2[0xaf][0xdb][0xd8] [0xd7][0xf9][0x87][0xde][0xa5]7xgN[0x3][0xd9][0xf3][0x1b]PK[0x7][0x8][0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]junit/extensions/ActiveTestSuite.class[0x9d]UmS[0x1b]U[0x18]=7[0x9],,+[0x9][0x94]D[0xc1][0x96][0x86]Zk[0x8]-[0x11][0x95]j[\r][0xc5][0xd2][0x14][0x14][0x8d]P[0xb][0xd6][0xe9][0xf8][0xa5]K[0xb8][0x90][0xc5]t[0xc3][0xec][0xde][0xed][0xcb][0xdf][0xf1][0x8b][0x9f][0x99][0xb1]0[0xa3]3[0xfe][0x0][0xff][0x8d][0xa0]z[0xee]eIB[0x88]0[0xfa][0xe5][0xde]g[0xef]}[0x9e]s[0xce][0xf3][0xb2][0xbb][0xbe][0xf9][0xed][0xf][0x0]sxd#[0x83][0xdb]z[0xf9]T/[0x9f][0xe9][0xe5][0xce] [0xd2][0xf8]\[e[0x9b][0xd6][0x82][0x85][0xbb]6[0x6]p[0xcf][0xc6][0x12][0xee][0xeb][0x93][0x8a][0x8d][0x7]X[0xb6][0xb0][0xa2][0xf7]/-|eaU [0xbb][0xb3]TS[0xde]s[0xb9])C[0xf5]@[0xba][0xaa]^iF[0xbe][0x12][0x10][0xbc][0xeb]_[0xf0]|O-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xb][0xd3][0x8f][0x5]R[0x95][0xe6][0xb6][0x14]HW=_[0xae]E[0xcf][0xb6]d[0xb0][0xe9]n5x2Zm[0xd6][0xdc][0xc6]c7[0xf0][0xf4]s|[0x98]Ru/[0x14][0xb8]V[0xdd][0x8b][0x8]R[0x92]/[0x95][0xf4]C[0xaf][0xe9][0x87][0xa5]6[0xe1]F[0xe4])Y[0x16][0x18]+T[0xf7][0xdc][0xe7]n[0xa9][0xe1][0xfa][0xbb][0xa5]J[0xc3][\r][0xc3][0xb2]&[0x1c]Pui[0x9e][0x4]F[0xce]8[0x8][0xe4]N[0xd3][0xbe][0xda]?[0xa1][0x9e][0xed]v^[0x98][0x89]U[0xec][0x4][0xee]3[0xf9][0xa2][0x19][0xfc]T[0xd2][0xf4][0x15]7[0x94][0xe5]E"[\r]nx[0xbb][0xbe][0xab][0xa2][0x80][0xc1]sg[0xb4][0x9c][0x1f][0xad][0x85]f;c6T[0xe0][0xf9][0xbb][0xe6]<[0xe5]3@[0xd7][0xe7][0xcc][0xad][0xc0][0x8d][0xb3]9[0xf7][0x6][0xa9][0xfc]GA[0xbd]Q[0x92]A[0xe4][0xb]\-[0xf4][0x8c]|$[0xc3][0xa8][0xa1][0x8c]_`l[0x81][0xcb][0xe7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc4][0xd3][0x7][0x2][0xf3][0xbd]1[0xcb][0x17]1[0xa5][0x94][0x9][0xcf][0xf5][0x8e][0xe6][0x4][0xaa][0xd3][0x95][0xdb][0xac][0x7][0xd2][0xdd][0xe6][0xc5][0xc8][0xb][0xd7]S[0xdf][0xfb][0xca]k[0xac]p>[0xc3][0xba][0xdc][0xa6]3[0xcb][0x9c][0xef]p^[0xf5][0x95][0xc][0x82]h_[0xc9][0xed][0xe5][0x97]5[0xb9][0xaf]8y[0xc][0x1d][0xa2][0xea]v[0x90][0xbd][0xd1][0x8c][0x82][0x9a]\[0xf1][0xf4][0xd0][0x8c]u[0x8d][0xe5][0xac][0x6]sp[0x9]cz[0x99][0xd0][0xcb][0x94]^[0xae];[0x18][0xc1][0xa8][0x83][0x1b][0xf8][0xc0][0xc1][0x87][0x18][0xe3][0x88]_4[0xe1][0xd7][0xe7][0x4] [0xe0][0xac][0xfa][0xbe][0xc]L[0x7]e[0xa8][0xa1][0xbe][0xb6][0xf0][0x8d][0x83][0xaa]f[0xf8][0x16]k[0x16][0xd6][0x1d]<[0xd4][0x80][0x93][0xe7][0xe7][0xe1][0xe0];[0xed][0x95][0xbf][0x88]V`[0xbc]Wi[0xe3][0xbb][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xbf][0x99][0xff][0xaf][0xb1][0x99][0xee][0x9e][0x9][0xf4][0x85][0xca][\r][0xd8][0xcf]A[0xdd][0xf3][0xf8][0xb][0xc3][0x8f][0xca][0xea])[0xe7][0xf5][0xad]=Y[0xe3]EJ[0xf7][0x97][0xbe]~Sy;[0xaf][0x96][0x1a][\r]L[0xf1][0xf3][0x95][0x81][0xae][0xe1]}]|Z[0x3][0xb4][0xd9][0x1a][0xae]Y>}[0xcc][0x9d]%F_[0xf1][0x8][0xe2][0x80]F[0x2]9[0xae]6w0 [0xc5][0x90][0xb7]i9[0xc7]Nx[0x7][0xe3][0x6][0x8c]m[0xa5][0x87][0x6]x[0xc8]][0xfb][0xf6][0x17]g[0x8e][0x90][0xd0][0x8][0xc9][0xe][0x84],cr[0x6]!w[0xec][0x15]#h[0xeb]]\&[0xd2][0x95][0x16][0xba]>[0x99][0xa4]u[0xd5][0xa8][0xc8][0x1b][0x96][0xa9]X[0xe6]b'K[0xb2][[0xe7]8Y&[0xfe][0x85][0xe5][0x1a][0xde]3)r[0xfc]b[0xc5]?Ra[0x92][0xbb]U[0x9c][0xb9]y[0x84]T[0xb7][0xe4]+[0xc][0x9a]4`[0xf9]c[0xb7][0x16][0x98][0x15]K[0xd6][0x96][0x86]Mt[0x88][0xb7]N[0x89][0x9f][0x16][0xa7]<[0x16][0xbf][0x1e][0x8b]O[0x17][0x93][0xaf]Yhf[0xd0]_<[0x84][0xd5][0xce]b[0x94]u[0x6]![0xfb][0x8]jS[0xe7]0[0x1][0xda][0xd9][0xa4][[0x2][0xd2](`[0xda]dS[0xc4]L[0xc][0xfe][0x94]Q::[0xf3];[0x6][0x9e][0x98][0x8c][0x6][0xd7]n[0x1d][0xc2]n[0xa3][0xf][0x9b]4[0xa6]1[0x84]y"[0xdc]6[0xc8][0xc5][0xe3][0x98][0x16]r[0x6]7q[0xcb]$[0x92]1[0x1c][0x9]z[0xf7]a[0x16]%[0xc6][0xe6][0xf5][0xbb][0x1a][0xb3][0xc9]8[0x95]l[0xf1]Wfr[0x88][0xa1][0x9f][0xe1]ps~[0xf9][0xfb][0xaf][0xea][0xc1][0x1][0x9d][0x86]H1[0x8a][0xb7]b[0xea][0x9][0xd6][0x12][0xb8][0xc3][0xd3]2[0xcf][0x17]y[0xb3][0xc0]F[0xdc]%[0xdc][0xbd]V[0x82][0x97][0x18]5[0x87][0x8f][0xc]y6[0x16]4[0xc5][0xb9]<[0xa1]\[0xa2][0x4]a[0xaa][0xf7][0x84][0x9c][0xa9][0xa7][0xaf][\r][0xf1]pw~[0x15][0xe8][0x9f][0xf3]0[0x96];[0xe6][0xf5][0xa4]r[0x9]|b[0xd6]y|a[0xda][0xcc][0xff][0xa3][0xc9][0x1a][0xff][0x0]PK[0x7][0x8]`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]junit/extensions/RepeatedTest.class}S]O[0x13]A[0x14]=[0xd3][0x96][0xb6][0xac]K[0x81][0x2]-[0xad][0x5][0x16][0x14]m[0x8b]P[0x10][0xfc],[0xa0][0x88][0x9a][0x90]4>[0x0]![0xc1][0xb7][0xa5][0x1d][0xca][0xe2]v[0xb7][0xd9][0x9d]U~[0x80][0xc2][0xc4]'_x[0xf1]A[0x13][0xa5][0x89]$[0xfa][0xee][0xf][0xf1]g[0xa8]w[0xb6][0xcb]G[0xf8][0xca]&w[0xef][0xbd]s[0xe7][0xdc]s[0xee][0xcc][0xfc][0xfe][0xfb][0xe3]'[0x80][0x19][0xb2],[0xa4]?C[0xea][0xe2][0xce]D[0xce][0x9][0x98]&[0xaa][0xb6]g[0x9][0x99]][0xd6]]N[0xd8][0xe1]|[0x81][0xc8][0x87][0x1d][0xcf][0xa2]>[0x17]3_[0xe5][0xae]g[0x8a][0xb2][0xa4][0xcf][0xc][0x1f]K[0xc6][0xc][0xb9][0xab][0xaa][0x19][0xe2][0xc2]^[0x13][0x8e]a[0xd5][0x19][0xfa][0xf3][0x85][0xca][0xae][0xfe]V/[0x99][0xba]U/[0xb5][0xb3]T[0xa1][0xac][0xd9][0x9e]S[0xe5]/[\r][0xa9][0xb5][0xf7][0xb4][0xa4])Y[0xad][0xa2][0xf][0xf][0x19][0xc6]Nv[0xae][0x98]&[0xaf][0xeb][0xe6][0x92]S[0xf7][0x1a][0xdc][0x12]/[0xf6][0xaa][0xbc])h[0x1e][0xc]Cr[0xb7]0d[0xa0][0xf9][0x12][0xb5][0x86][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0x8b]k[0x8b][0xb][0xda][0xb4]Dz[0xa4][0xa2][0x17]I[0x15]C[0x18][0x8e][0xe1][0xb1][0x8a]2[0xe6]U[0x8c]@cH[0x9f][0xa5][0xf6][0xcc]3[0xcc][0x1a]w[0xe4][0xae][0x5][0x15]71[0xae]b[0x11]O[0x88]o[0xde][0x9]8[0x16][0xa8][0xe3][0x95]g[0xc2]0|n][0xe6][0x9f][0xf3][0xaa][0xed][0xe8][0xc2]v[0x18]2[0x97][0xdc][0x13]9[0xe7][0x81][0xfc][0xf9]y[0xc9]|[0xf6][0xf2][0x89][0x13]=w[0xc7][0xf6][0xcc][0xda][0x9a][0xb0][0x9b][0xfe][0xb9][0xbe][0xf6]-[0xed][0x8a][0xea][0xcd]&[0xb7]j[0xc][0x93][0x17][0xc1][0x9e]K[0x5][0xf2][0xcb][0x18][0xa5][0xb7][0xd1]C[0xcf][0x86][0xd1]C[0xa1][0xd9][0x91][0x17]![0xbf][0xf][0xfd]d[0x7]([0xaa]#L[0x1f][0x90])N[0xb4][0xc0]r[0x1f][0xd1]u[0x88][0xd0]f2[0xdc]B[0xe4]W1[0xf7][0x1d][0x1d]_i1[0x84][0x14][0xd9][0x14]:[0xc8]v[0x91]M@>[0xb9]>[0x2][0x1c]$[0xc8]4e[0xb5]6[0x8][0xc5][0x19][0xc0][0xf7][0xb2][0xb8]N-[0xa4][0x97][0xa3][0x9a][0x10][0xf9]tjA[0xd3]9?[0x6][0x94]b[0xb][0xd1][0xe2]7t[0xec]|>[0xee][0x12][0xf5]WR>[0xaa][0xda][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "P[0x99]<[0xea][0x0][0xc1][0xa1]j[0xd9]Q[0xb]/[0xe4]$[0xc0]'[0xc]N[0x1c] [0xf6][0x1][0xd1]}$[0xa4][0x94][0xf8][0xfb][0x10][0xdb][0xff][0xf7][0xe7][0x84]}[0x96][0x90]A[0x9c][0x14][0xe2][0xd3]K\[0xfa][0x9]-C[0xf1][0x8][0x8d][0xe8]HA[0x88][0xf2][0xa3]>[[0x19][0x1f]i[0xd1]0[0x86][0x1b][0xd4][0x97][0xc9]k[0x14][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0xa4][0xf][0xd1][0xb9][0xd9][0xf2][0x85]\;[0x80][0x9a][0xec]"s[0x80][0xc4][0x97]3r[0xc6]O[0xc9]I[0x1f][0xcb][0xb9][0xe5]W[0xdd][0xfe][0xf]PK[0x7][0x8][0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]junit/extensions/TestDecorator.class}[0x92][0xdd]n[0xd3]@[0x10][0x85][0xcf][0xe6][0xc7]vm[0x93][0xb4]%mSZ[0x9a][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0xe][0x10][0x81][0xb8]+[0xaa][0x84][0x82]*!E [0xb5]U[0xef][0x1d][0xb3][\r]NS[Z[0xdb][0xc0]Cq[0x1][0x12][0x14][0x95][0xb][0x1e][0x80][0x87]B[0xcc]nVn[0x88][0xa2][0xca][0xd2]xgv[0xe6][0xdb]3[0xb3][0xfb][0xe7][0xef][0xaf][0xdf][0x0][0x9e][0xe1][0x89][\r][0xb][0xbb]K0q[0xcf][0xc1][0x12][0xee]K[0xb3]g[0x93][0xfb][0xc0][0xc6]C<2[0xe1][0x99][0xe8][0x98][0xf0][0x19][0xaa]g'<[0xcd][0x18][0xd6][0x7][0xe3]<[0x8e][0xb2][0xde][0x99][0x8].[0xf8][0xa7]D[0x9c][0xf7]d|[0x9f][0xc1]x[0x19]Q[0xfc][0x80]a[0xd3][[0x9c][0xd2]9e[0xa8][0xf4][0x93][0xf7][0x9c][0xa1]>[0x88]b[0xfe]6[0xbf][0x18]rq[0x12][0xc]'[0x14]Y[0x1d]$a09[\r]D$}[0x1d][0xac]d[0x1f][0xa2][0x94][0xa1][0xad]y[0xfc]s[0xc6][0xe3]4J[0xe2]T[0x1]_[0xf3]0[0x11]A[0x96][0x88]}[0x99][0xa9][0xc4]Y[0xc3] [0x8d][0xc2][0xa3][0xe0][0xe7][0x9c][0xe8][0xed][0xa8]$[0xcd][0x8c]T'[0xef][0x85]=[0xcd][0x8e]=D[0x1]V[0xb1][0x16] [0xc0][0xdd][0x0]>[0xee][0x4][0xa8]#[0xc][0xf0][0xc2][0xa9]u[0x17][0x88][0x11][0xd2][0xe]'[0xb1]bh[0xba][0xea]q[0xca][0xd5]I[0xfc][0xb1]?([0xd8][0xcc][0xff][0xb9][0xaf][0xdd][0x11][0xcf][0xd1][0xfc][0xb3][0xe3][0x84][0xdb]y[0x18][0xc2]w[0xa1][0xf1]tN[0x90][0xc5][0xee][0xff]~[0xc4][0x94][0x11][0xf6][0x90][0xf0][0xb5]>72[0xd9]sI5+[0xb8]~[0x93]](,[0xd1]%[0xab][0xd1][0xd6][0xa7]Qj6[0xdd][0xb8][0x0]Y[0x9a][0x9d].b[0x89][0xa4][0x8e][0x6][0xd9]&[0x9d]^[0x92]-[0x93]mD[0xab]W`[0xd1][0xda][0x15]J[0xd1]7[0x94][0xbf][0x14][0xc0][0x19][0xd2]U*[0x3][0xdc]C[0x8b]tP[0x9c][0x1b][0x98][0xc5]}[0xb2][0xf]H*[0xe4]yH2[0x87][0xf0][0xa6][0xe0].Y[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xaf]`[0xd7][0xa8]8CR[0xba][0xc6][0xd4][0xc8]S[0x1d][0xd7]nQ>[0xa8][0x96]G[0xb5]ZTg[0x8e][0xde]q[0x9f][0xf0][0xaf]>e[0xcc][0x17][0xb9][0xb]xT[0xf8][0xda]X$f[0xa0][0x1][0xe9][0x82][0xa0]x~[0x3]PK[0x7][0x8][0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/extensions/TestSetup.class[0x85]RMo[0xd3]@[0x10]}[0xe3][0xb8]v1&%m)4[0xa4][0x85]~[0x0][0xf9]@D[0xbd]p[0x9][0xea][0xa5][0x5][0x9]) DK[0x10][0xc7][0xad][0xbb][0x5][0x17][0xd7][0x1b][0xad][0xd7][0xb4][0x8b][0xb]H [0xf1][0x3][0xf8]Q[0x88]Y[0xc7]J[0x91]H[0xd2]=[0xec][0xce][0xce][0xbc]y[0xf3]fv[0xff][0xf9][0xf1][0xb][0xc0][0xe]:[0x1]<[0xac][0xf9]X[0xf][0xe0]`#[0xc0]&[0xb6]|l[0xfb]x@[0xf0][0x9e][0xc5]ilv[0x9][0xab][0xcd][0xfe]i[0xce]f[0xf7]D[0x8b]3y[0xae][0xf4][0xe7][0xee][0xa1][0xcc]L[0xaf]5 [0xb8]{[0xea]X[0x12][0x16][0xfa]q*_[0xe7]gGR[0x1f][0x8a][0xa3][0x84]=[0x8b]}[0x15][0x89]d tl[0xef][0xa5][0xd3]5[0x9f][0xe2][0x8c][0xd0]([0xf9][0xe4][0x85][0x91]i[0x16][0xab]4+[0x8][0xf][0xa4][0xc9][0x87]=[0x8b][0xe2][0xb]aerUBE[0xe7])[0xe1][0xde]dUoe[0x96]'#m[0x9e].[0xec][0xcb]z[0x13][0x91][0x4][0x1a][0x12][0xd6][0xfe][0x83][0xbc][0xd1][0xca][0xc8][0xc8]X[0xe1][0x8c][0x99][0xcb][0xa4]y[0xc7][0xb8]J[0xd3]2[0x7][0xcf]/"94V[0xb9][0x8f][0x87][0x84]y#[0x85][0xde]W[0xe7],+8P[0xb9][0x8e][0xe4][0x8b][0xd8][0xf6][[0x1d][0xb7][0xf5][0xe4]T|[0x11]!|[0xcc][0xb3][0x9c][0xe9][0xdd]o[0xef][0x10]@[0x8]_[0xa6][0xa9][0xd4]{[0x89][0xc8]2[0x99][0xd9][0xac]G>[0x9a]!Zh[0x13][0xea][0xd3][0xb3][0x9][0xeb][0x13][0x83][0xfb]2RZ[0x18][0xa5][0x9]KVG7[0x11][0xe9][0xc7][0xee][0xb8][0x7]B[0xaf]9[0xeb]E[0xae][0x9a]s}z[0x9c][[0xe1][0xc7]*G)[0x8f][0x9]O[0xa7][0xfc][0xa5][0x99][0xe3]o[\r][0xb0][0x81]9[0xfe][0xa8]v[0xb9]<[0x1f][0x1e]#[0xef][0xd7][0xf8][0xb6][0xcb][0xdf][0xd6][0xe1][0xd3]kw[0xbe][0x83][0xbe][0xb2][0xe5] [0xe0]=([0xbc][0xb][0x9c]u[0x13][0xd7][0xd9]Z[0x19][0xa1][0x10][0xe2]F[0xc1][0xe2][0xa1][0xca]Q~{[0x8e][0xd7]J[0xae][0xf7][0xcc]][0xe1][0xb3][0xf6][0x13][0xce][0x7][0xcb]Wy[0xd5]i?[0xfe][0x6][0xf7][0x92][0xb6]Z[0x0][0x96][0xd9][0xbe][0xcb][0x89][0x8d][0x82][0xfa][0xfe](iL][0xc3]"[0x96][0x98]2`[0x99][0xcb][0xb8][0xc5][0x99].[0x97][0xbf][0xcd][0xa7]-[0xd2][0x81]}`[0xfc][0xab][0xd5]+[0x1c][0x9b][0x5]Y8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]dw[0xca]~Wy[0xaf]_M[0xd1][0x9a]I[0xe1][0xb0]f[0x8b]o[0xb0]b; *F[0xc2][0xeb]/PK[0x7][0x8]p[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]junit/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]junit/framework/Assert.class[0x9d][0x97]iX\[0xe5][0x15][0xc7][0xff]oXf[0xb8][0xc][0xc4][0x90][0xb0]d[0x81][0xc][0x9][0xca][0xcc]@[0xc4][0x98]T[0x9b][0x80]YXF[0x18][0x9]$!&B[0x8d][0xe6][0x2][0x17][0x98]0[0xcc][0xe0],Y[0xd4][0xd6][0x9a][0xb6][0x9a]j[0xb5]v[0x8b]1[0xb5]j[0xb7][0xa4][0xab][0x9a][0xb6][0xc2][0xd4][0xd4][0xa4][0x8b]&[0xad][0xd5]n[0xda][0xd5][0xae][0xfa][0xad][0xfd][0xd4]~j[0xbf][0xf4][0xe9]9[0xef]}[0xb9][0xdc][0xb9][0xdc]1y[0xca][0xf3][0xcc]}[0x97]{[0xee][0xff][0xfd][0x9d][0xf3]n[0x87]W[0xff][0xfb][0xe2]y[0x0][0xeb][0xf1][0x8e][0x86][0x9b]pLC[0x1b]>[0xc4][0x8f][0xf][0xf3][0xe3]#[0x1e]<[0xa0][0xa1][0x88][0xbb][0x8b][0xf0] [0x1b][0x1c][0xe7][0xee][0x8f][0xf2][0xe3]![\r][0xf][0xe3][0xb8][0x17][0x1f][0xf3][0xe0][0x11][\r]ex[0x94];?[0xae][0xa1][0x2][0x8f]i[0xf8][0x4]>[0xe9][0xc1][0xa7][0xb8][0xf1]i[0xee][0xfe][0x8c][0x86]j[0x9c][0xe0][0xee][0xc7]=8[0xc9][0x8d]'[0xb8][0xfb][0x94][0x86][0xcf][0xe2]I[0xae]}N[0xc3]Sx[0x9a]k[0xcf]h[0xf8]<[0xbe][0xc0][0xb5]/j[0xf8][0x12][0xbe][0xcc][0xb5][0xd3][0x1a][0xce][0xe0]+\[0xfb][0xaa][0x86][0xaf][0xe1][0xeb]\[0xfb][0x6]?[0xbe][0xe9][0xc1][0xb3][0x1a][0x1a]q[0xcc][0x8b][0xe7][0xb8]|[0x9e][0x11][0xcf]r[0xed],[0xbf][0xfe][0x16]?[0xbe][0xcd][0x8f][0xef][0xf0][0xe3][0x5]~[0xcc]x1[0xeb]E[0xd6][0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb2][0xd9][0x8b]^[0x9c][0xf3][0xe2]{[0xfc][0xe2]%[0xf6][0xe7][0xbc][0x17][0x17][0xbc][0xf8][0xbe][0x7]?[0xf0][0xe0][0x87][0x2][0xc5]m[0xd1]x4[0xbd]E[0xa0] [0x10][0xdc]+P[0xd8][0x91][0x18]5[0x4][0x16][0xf7]F[0xe3]F_fj[0xd8]H[0xee][0xd1][0x87]c[0xd4]S[0xd1][0x9b][0x18][0xd1]c{[0xf5]d[0x94][0xdb][0xaa][0xb3]0=[0x11]M[0x9][0xd4][0xf4][0x1e][0xcc][0x90]H[0xcb]XR[0x9f]2[0xe]'[0x92][0x93]-[0xdb]S)#[0x99]n[0x15][0xd0]tY[0xdb][0x93][0xcc][0x90]yU[0xa0][0xf7][0xa0]~Ho[0x89][0xe9][0xf1][0xf1][0x96][0x81]t2[0x1a][0x1f]o[0x1d][0xe2]Q=SF*[0xa5][0x8f][0xcb]a[0x16]X[0x8][0x94][0x8c]$[0xe2][0xa3][0xd1]t4[0x11][0x17][0x10]C4l@~Ujj[0x87][0xf5]X[0x8a]Y[0xc6][0xf4]hL[0xa0][0xd2]e[0xc]6[0xf6][0x99][0xc6]]we[0xc8]\`[0x93][0x8b][0x99][0xad][0xa7][0xf8][0xa0]1[0x92]v[0xe9]a)[0xaf]qd[0x9a][0xea][0xc6]h.[0xae][0xb2][0xa0][0x90][0xea]#i[0x1a]E[0xa0]1p[0xa5][0x92][0x97][0xc1][0xc9][0xdb]#=[0x1b][0x89][0x19]z|[0xc7]\[0x4][0x1b][0xaf]H[0x8a]?[0xac]q[0xb1][0xec][0xec][0xec][0xe4]W[0xa2]S[0xa0]h[0xd4][0x88][0xa5]ur'[0xa0]:[0xdd][0xec][0xc3][0xe1][0xb0][0xb4][0xf][0xb3][0x9d]jT[0xbb][0xd8]E"[0xd2],B[0xb2][0x1][0xb3][0xee]f5$[0xe7][0xb5](`[0x96]n[0x16][0xed][0xed]R[0xa7][0x9d][0xad][0xcc][0xba][0x9b]UG[0x87][0xb4][0xea]`+[0xb3][0xee]f50 [0xad][0x6][0xd8][0xca][0xac][0xbb]Y[0xf5][0xf4]H[0xab][0x1e][0xb6]2[0xeb]e[0xe6]R[0xea]K[0xa4][0xfb]21[0xe7][0x92][0xb3]MjqB[0xd6]/;%[0xb6]O[0xd4]v1uUc[0x80]6[0x95]}P[0xb3][0xed][0xe5][0xe5]nVK[0xc6][0x12][0xc9])=-[0x17]d)w[Fe[0xaa]5[0xb7][0xea][0x8b]MK[0x81][0xc8][0xff][0xbb][0xfc][0xdd][0xb6][0xa7]6[0x90][0xc8]$G[0x8c]p[0x94][0x8f][0x84]Rs[0xeb]_[0xcb]v[0xf4][0xaa][0xd3][0x98]N[0x1a]#[0xba]d[[0xbe];[0x13]OG[0xa7][0x8c][0xbd][0xd1]T[0x94][0x8e][0x8f][0xed][0xf1]x"[0xad][0xf3][0xae]&[0xb2]*[0x9b][0xf0][0xfc]7[0xad]>l[0xc1]V[0x1f]v[0xa0][0xcf][0x87].[0x84]}[0xe8][0x5][0xad][0xb4][0x6][0xf7][0xe3][0x86][0x94][0xc2][0xe4][0xaf]1[0xda][0x95]L&[0x92][0xfc])}[0xf5]#[0xbc][0xec][0xc3][0xdd][0xd8][0xe9]C?vz[0xf0][0x8a][0x0][0x4][0xea][0x9d][0x2][0x1d][0x89][0xa9]i:[0xda]R[0xa6]B&i[0xf0][0xd7][0xb7][0xf2]7[0xf4][0xb8][0x88]K[0x1e][0xfc][0xd8][0x87][0x9f][0xe0]U[0x81][0xab]l[0x9c][0x89][0xc][0xb9][0xc1][0x96]?e[0xcb][0xdb][0xd8][0xf2]56{[0x9d][0xe][0xd0]y[0xb3]p,[0xa1][0xa7][0xd9][0xea]glu[0xbb][0x7]?[0xf7][0xe1][0x17][0xf8]%7[0xee][0xf4][0xe0]W[0xdc]x[0x83][0x1b][0xc3][0x1e][0xbc][0xc9][0x8d]_sc[0xd4][0x83][0xdf]p[0xe3][0xb7][0xdc][0x18][0xf7][0xe0]w[0xdc][0xf8]=7[0xe]z[0xf0][0x7]n[0xbc][0xc5][0x8d])[0x1f][0xa6]A[0xe1][0xab]vNK{&[0x1a][0x1b]5[0x92][0x2]+[0xba][0xd4]a[0xb5][0xd9][0xdf][0x16][0xa7]e[0xb5][0xc5]?[0x9c]I[0xfb][0xf][0xeb][0xa9][0xcd]~[0x1f][0xfe][0x88]?[0xf9][0xf0]g[0xfc][0xc5][0x87]4R>[0x1c][0xe5]0e[0xf8]q[0x98]Cw[0x8];i[0xe1][0xfb][0x5][0x96][0xcc][0x1d]x~[0x9a]1J.[0xad][0xc5]V[0x1f][0xb7]7[0xb7][0xb1][0xd8]_i[0xfa][0xb7][0xb0]6[0xdb]mn[0xa3][0x8f][0xb7][0xf8]p[0xf][0xee][0xf5][0xe1]ox[0x9b][0x16][0xc3][0xdc]'[0xfc][0xaa]t[0x1e][0x84]ZU[0xee]3[0x9a][0x13][0xee]~[0xb5][0x9b][0x8a][\r][0xb5][0x9a]][0xf7][0xdd]P[0xce]7f0[0xe8][0x82][0x19][0x91][0x13]l[0xf0]&[0xa6][0xc3][0x8c]6s[0xf9][0xbc][0xd1][0xe]==A[0xf7][0x9f]>[0x9c][0xe2][0xab][0xa5]3[0xd8]i[0x16][0xf2]$[0xa2][0x13][0xad][0x87][0x9b][0xe1]`[0xd8],[0xf6][0xe6]|[0xda][0x9b][0x90][0xea][0x87][0xf4]X[0xc6][0xe8][0x1f][0x13]X[0x1a][0x88][0xd8][0xb7][0x8][0xbf][0xa6][\r][0xb2]d[0xbe][0xa7]=[0x91][0xe0][0xd3][0x9a][0xef][0xc2]![0xbb][0xa5][0xea]o[0xcd]Qo?[0x9a]6X[0xb3]=[0xc7][0x92]:[0xc9]l[0xe9]|O[0xc7][0x84][0x9e][0xa4]+[0x87]g[0xbb]&[0xd0]a[0xb7][0xb5][0xde][0xb4][0xe6][0xac][0xc8][0x81][0x89][0x4][0xc7]vY` g?so.mO[0xd4][0x9]{r[0xb8][0xda]BN[0xbb]!_[0xca][0x8f]\I[0xc8]U[0x97]A[0xce]X[0x19][0xcc][0xbe][0xb9])oj>=[0x97][0xb1]\;/Y[0xc1][0x87][0xa0][0xa8][0xa5]|[0xa8][0x8e]b[0xed][0x87]O[0xd4][0xe7][0x9d][0xfa][0xdd][0xd6][0xd4][0x9b][0x99]J&O[0xa6][0xd2][0xe2]$[0xe][0x90]t[0xf0]2[0x99][0xca]![0x8b]x'[0xd9][0xf0][0xe0][0x1a][0x13]s[0x8e]|[0x9d]3[0x9e][0xeb][0x9][0xf7]z[0xba]V7[0xda]P5[0xb]U[0xb3]P5[0xb][0xf5]P[0x1e][0xd4][0xf5]N[0xd4]VBm[0xbb][0xc][0xea]a+E[0x9d]V[0x13][0xb6][0x91][0xd6][0xc3]r[0xb5][0x1e]h[0x11][0x84]*[0xae]7[0x17][0xc3][0x19][0x14]U[0xf8]z[0xd5][0xb]^ [0x15][0x1b][0xcc][0x17][0xb][0x13][0xb1][0x15][0xb5]b[0x1b]6[0x88][0xed][0xb6][0xd1]7*[0xa7]jQM[0xf9][0x88][0x99][0xef][0x1c][0xb5][0x2]u[0x82]l[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0xbf][0xdb][0xe8]}[0xea][0xc5]:~[0xb1][0x91][0x1e][0x84][0xf1][0x9e][0x8a][0x1b][0xa8][0xd2][0xcc][0x95][0x1b][0xf3][0xf2]t[0x12]O[0x17][0xba]D[0xd8][0x96][0x1b][0x84][0xad] [0x87][0xad] [0x87]U[0x90]k)78[0xa2][0x12][0xbc][0xbb]-[0xc6]^[0xb5][0xfc]4[0xb9][0xf0][0xde][0x9b]3[0x8e][0x19]q[0xca][0x94]E[0xe4][0x8a]'[0xf2][0x1e][0xdc][0xab][0x94][0x9f]T[0xde]w[0x93][0x8f][0x14][0x80]:rc[0x13][0xa5]?.q[0xc8][0x9][0xc1][0xe6][0xb9][0x10][0xb4]:B[0xf0][0xbc]cO[0xec]@[0x81][0xe8]C[0xb9][0xe8][0xc7][0x1a][0xb1][0xcb][0x16][0x83]n[0x8b][0xaf][0xdb][0xe2][0xeb]V|[0x5][0xf4]o[0x99][0x19][0x83][0x2][0xbc]_[0xea]}[0x0][0xf7]I[0xdb][0xf][0xca]SJP[0xea][0x86][0xff][0x1]PK[0x7][0x8][0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/AssertionFailedError.class[0x8d][0x91]KO[0xc2]@[0x14][0x85][0xcf]Hy[0xd5]*[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xd6][0xc4][0x18][0xc4]Db[0x8c]+[0x8d][0x9][0xf1][0x91]h[0x88].T[0xf6][0x3][0x8c]8X[0xda]d[0xda][0xea]Or[0xab]+[0x8c][0xb][0xb7]&[0xfe]([0xe3][0x9d][0xd2][0xe0][0x8b][0x85]][0xcc][0xdc][0xb9]s[0xe6][0xbb][0xe7][0xde][0xbe][0xbc][0xbc][0x2][0xd8][0xc2][0x8a][0x89][0x4]fM[0xc4]1[0xa7][0xa3][0xf9][0x14][0x16][0x92]XLb[0x89]![0xeb][0x9]%[0xb9]][0x17][0xca][0x93][0xae]sur[0xc8][0xc0]N[0x19][0xc6][0xe]\[0xc7][0xf3][0xb9][0xe3][0xd7][0xb9][0x1d][0x88]8[0xfa][0x1f]cH[0xec]IG[0xfa][0xfb][0xc][0xb1][0xd2]z[0x9d][0xc1]8p[[0x82]!S[0x93][0x8e]8[0xb][0xba][\r][0xa1].y[0xc3][0xa6]L[0xae][0xe6]6[0x9][0xcb][0x9]N[0xe7](i[0xf8]7[0xd2]cX[0xab]u[0x2][0x82]T[0xae][0x15][0xef][0x8a]{W[0xdd]V[0xaa][0x1e][0xd9][0xf0][0xc9][0xc0]1[0x97][0xb6]h[0x1d])[0xe5][0xaa]][0x86][0xe9]R[0xad][0xc3][0xef]x[0xc5][0xe6]N[0xbb]r[0xe1]+[0xe9][0xb4]wu[0xd5]dWx[0x1e]o[0x87]e[0xfe][0x8][0xc8]|K\[0xf3][0xc0][0xf6][0xfb][0x9][0xaa]7[0xc]3[0xec][0xa1]y[0xe1][0x6][0xaa])[0x8e][0xa5]6;3[0xcc][0xd4][0xa6]~e[0xc1][0xc2][0x98][0x85]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":Zf4[0x18][0xac][0xfe][0xa7]%[0x86][0xe2]W[0xd5][0x81] [0xba][0xfa][0xd1][0xec]y[0xa3]#[0x9a]>5[0x8b][0x15][0xfa]k[0x9]={[0xcc]"[0x89][0x14][0xed]i:[0x8d][0xc0]D[0x8c]b2B[0xeb]8e[0xb6]i''[0x88][0x97]{`O[0xa1]$C[0xab]I;Hd[0x90](K[0x91][0xd5][0x17]a[0x2][0xb9][0x10]ja2[0x2]TI[0xa9][0xb5][0xe9][0xf2][0xc6]3Fz[0x88][0xfd][0x86][0x14][0xa8]z1[0x84][0xe4][0xfb][0xc2][0x8][0xa2][0xa3])L[0x13][0xc6][0xd4]3[0x89]p;[0x91][0x9f][0xd1][0xf2][0x1b]R9[0xe3][0x1]F[0xf9]q[0x0]L[0x84]Ws[0xdf][0x1c][0x8d][0x86][0x8][0xed][0xa8][0x18][0xaa]f>[0x1]PK[0x7][0x8][0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]junit/framework/ComparisonCompactor.class[0x8d]V]S[0x13]g[0x14]~6[0x9]IX[0xd7][0x10]"[0x82][0x12]DE[0xd4][0x10][0xbe][0xa4]Zm[0x5][0xad][0x18]@[0xa3][0x1][0xd1]PZ[0xb1]V[0x96]d[0x13][0x16][0xf3][0x81][0xbb][0x1b][0xe5][0x7][0xf8][0x17]z[0xd1][0x9b]v[0xb4][0x9d][0xe1][0xa2][0xbd][0xa8]3[0x82][0xb4][0x9d][0xe9][0xa5][0x17][0xbd][0xec][0xf4][0xf7][0x94][0x9e][0xf3][0xee][0xbb][0x84]`.[0x1c][0x86][0xf3][0x9e][0xaf][0xf7][0x9c][0xe7]|[0xbc][0xb][0xff][0xf7][0xc7]_[0x0][0xc6][0xb0][0xa1][0xe2][0x4]fZ[0xd1][0x83][Ln3I[0xab]D[0xee][0xa8][0xb8][0x8b][0xc]s[0xb3]L[0xe6][0x98][0xdc][0xb]a^[0x85][0x8a][0x99]0[0xee][0xf3][0xf9][0x80][0xbd][0xb3]*[0x16][0xf0]%s[0x8b][0xcc]}[0x15][0xc6][0xd7]l{[0xc8][0x17][0x96][0x98][0x9b][0xce]*[0x88]e[0xd6][0xf4][0xe7][0xfa]hI[0xaf][0x14]G[0xb3][0x8e]eV[0x8a][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xa7][0xaa][0x15][0xdb][0xd1]+[0xce][0xa2]^[0xaa][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xa7][0xa6]3[0xb][0x93]O[0xa6][0xe7][0xa6][0x14][0x1c]r[0xf9][0xec][0xc2][0xe4][0x83][0x5][0x5][0x91][0x2][0xb9]:[0xc6][0x86][0x93]1*EgU[0x81][0x92]&[0xf7][0xc2][0xf4][0xc6][0xba][0x91]s[0xc]J[0x15]*L[0xe6][0x9c][0x9a]^bn[0xde]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0x6]s[0xd9]ZAp[0xc1][0x9][0xb3]b:[0xd7][0x15]$[0x12][0xe9][0xf][0x81]|[0xa8][0x19]XT[0x10]HU[0xf3][0x84][0xa9]-cV[0x8c][0xb9]Zy[0xc5][0xb0][0x16][0xf4][0x95][0x92][0xc1][0xa5]TsziQ[0xb7]L[0x96][0xa5]2[0xe0][0xac][0x9a][0xb6][0x82][0xb3][0x99][0xb5][0x1a]e[0x1a]-Xz[0xd9]xQ[0xb5][0x9e][0x8e][0xa6][0xaa][0xe5]ur[0xb5][0xab][0x15][0xc1][0xe5][0x9c][0xaa][0xc5][0x95][0xe7][0x1a][0xcb][0x9][0x1b]{[0x95][0x4]u[0xaf][0x90][0x9c]{A[0xc1][0xb9]D[0x13][0x88][0xcd][0x1a][0x1a]*[0x1b][0xb6][0xad][0x17][\r][0x91]@\vM[0x14][0xd5][0xae][0xd6][0xac][0x1c][0x19][0x82][0x96]a[0xd7]J[0x14]4Z0+y[0xc2]T[0xae]V[0xbc][0x86][0xf9][0x13]\[0xb8][0xdf][0xa8][0xe4][0x1b][0xcc]^[0x17]#[0x1e]HO[0xa1][0xb9]P=[0xf1][0x8][0xe7][0xac]9Fc[0xd0][0x8e]DS[0xa8][0x8d][0xce]^[0x88]6[0xdd]2\[0x17]{[0xfa][0x99][0xe8][0x2]aZR[0xa0]f[0x5][0xfc][0x19][0x93]{}[0xac]IOG8[0x85][0x86][0x1]\[0xd5]p[0x6][0xfd][0x1a][0xce][0xe2][0xa4][0x86]sLn"[0x15][0x82][0xa1][0xa1][0x80][0xa2][0x86][0xcf][0xd9]a[0x82][0xc9]e\R[0xd0]u[0x10][0xd9][0xcd][0x9a]Y[0xca][0x1b][0x16]-[0xd8]#[\r][0xab]05[0x9c]G[0x8]k[0x1a][0x9e][0xa2][0xa4]![0xc1][0xa1][0xcb][0xa8][0x90][0xfd][0xb1][0x86]*nh[0xf8][0x82][0xc9]$n[0x84][0xb0][0xae][0xe1][0x19],[\r]6[0xa8][0xbd][0xfe][0x91][0x91][0x11][0x5][0xd0]Pc[0xd5]s[0xbc]Pp[0xe6]#v[0x83][0x1a]_[0x87]toe[0xcd][0xe0][0xf9]w[0x1e][0xbc]8i[0xdb][0x86]E[0x86]`[0xa1]j[0x95]ub[0xee]4[0xd9][0x90][0xcc][0xc1]@M4MG[0x13][0xd4][0xd7][0xd7][0xc5][0xe][0xc][0xd4][0xde][0xc9][0x96][0x8d]7@[0xdf][0xdb][0xbb][0x92][0xdc]p[0x9a]#?Y[0xbb][0xb6]bKSg"[0x9d]n[0x9a]?[0xec]T[0xbd][0xeb][0x91][0xba]yV[0x17]a[0xca]&5[0xbf][0x85][0xaf]R[0xb8]`nU[0xb7]&[0xa9][0xfe]@"=[0x90]b[0xab][0xce][0xaf][0xdd][0xe0][0xd5][0xa1][0xd7]x4[0xd1][0xa4][0xe2]%[0x9c][0xa6][0xaf][0xd7][0x9][0xfa]L[0x86][0xd1][0x8d]^[0x9c][0x84][0x82]S$[0xf9]p[0x8c][0xe4][0xd3][0xfb][0xe4][0x18][0xc9]}[0xfb]d[0x8d]~i[0xb7][0x4]O[0xeb]%[0xce]s[0xf2]@gG[0xf2][0x1d][0x94]d|[0xb][0xbe][0xe4][0xd0][0x16][0xfc][0xc9][0xe1]-[0x4][0xde][0x88][CD;[0xd1]B[0xb4][0x8d]<[0xa3]hE;"[0x94][0xff][0x8][0xfd][0xc][0x93]6[0xe9][0xde][0xc7][0x8]F[0x1][0xc1]][0xa0]<[0x8a][0xe0][0xc6][0x8][0x81]Op[0x9f][0x10][0xe7]'[0xed]E\[0x92][0x99]"[0x99]o[0xa6][0x92]o[0xe1][0x8f]v:[0x2][0xef][0xa1][0x12][0x8e][0x96][0xef][0x11][0x1d]d-[0xab]v[0x10][0xfc][0x8d]t![0xfa][\r]'Y[0xf9][0xe][0xad][0xb3][0xcc][0x4][0x88][0x99][0x1b][0x1c][0x1a]f[0x87]=[0xa0][0xbd][0x8][0x9][0xb8]G[0xd1]E[0xed][0xe9][0xa6][0x16][0xc4][0x9]`[0xf][0xa5]=A/[0xab]w[0x1f][0xe0][0xd4][0x1e][0xe0][0x14]>[0x15][0x8d][0xbc]H[0xc5][0xb9][0x80]'([0x8a][0xb][0xd8][0xc7]OQ[0x2][0xfe][0x9d][0x9a][0xe0][0xa7][0xb3][0xf8]'[0xd4][0x87][0xef]p([0xa6]m[0xe3]0[0xe3][0x8c][0xc]n[0xa3][0x8d][0xce]h>[0xb0][0xbc][0x8d]v[0xd2][0xc6]bD[0xb6]qd[0x96][0xad]?[0xe0][0xb8][0xbc]A5t[0x90]a[0xa8]n[0x8c][0xd6][0x8d][0xac]%[0x87][0xa3][0xd2]8T/[0xaa][0x1b]A[0xa2]}[0x4][0xe2][0xc][0xc1][0xea][0xc7]m*[0xeb][0x1e]M[0xd5][0xa0]9rA[0xa7]\X{[0x5][0x15]qE[0x14]4H[0x85]|&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xf1][0xb7]E[0x96][0xf1][0x9d]([0xb]H'[0xfd][[0x88]pG][0xf4][0x1]:v[0xd0]9[0xc1][0x90][0xe3][0xaf]1$[0x7][0x10][0xd9]F[0x17][%[0xfb]#[0x82][0x9b][0x88]&[0x1f][0x92][0x14]X[0xa6][0xfb][0x9b][0xbb][0xff][0xbc]9[0xd0][0xfd]a[0xea][0xd3][0x8][0xf5][0x94]R_ [0x0]c[0x18]'[0xfe]6[0xf5]qX[0xcc]F$[0x97]`[0xbb][0xa8][0xa0]q[0xb1].[0xdc]u[0xf][0xe2]/[0x4][0x91]K[0xba]/[0xd1][0x5][0xf2][0x13][0x12]` [0xad][0x87][0x91][0xbc]B2[0xee][0x9e]}[0xec][0x13][0x97] {<[0x84][0xda]K[0xdf][0xee]Kews[0xf7][0xdf][0xa4][0x8c][0x11][0xcf]o!Z[0x87][0xda]G[0xef][0x0][0xd4]'[0x95][0x0]vPw[0xfa])[0xf9][0x15][0x82]r[0x95][0xf8][0x14][0xae]c[0x9e][0xbe][0x9d][0xf5][0xde][0xde][0x97]pU[0xdc][0xc2]5[0x1][0xb7][0x83][0xce][0xeb][0xc4]qo[0xe9]++[0x81][0x1b]T:o[0xfe][0xb8]7[0xf0][0xb7][0xa2][0xc3][0xbe][0x9f][0x11][0x8e][0x1d][0xdb]DK[0xec]8[0xf][0x99][0x0][0xf9]=K~[0x7][0xdd]nk[0xdb][0xdd][0xc1][0xd7][0xc7][0x1e][0x14][0xa1]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x9a][0x1b]V[0xc2][0xf0][0xf1]7][0xa6]|E[0xdb][0xcc][0x1d]5[0xeb][0x93][0xe4]=[0xe4][0xd8][0xcb]R[0xc5]S[0xad][0x3][0xf2]7:[0xc6][0xdd][0xcc][0x1f][0xdc][0x96][0x92]/[0xff]z?[0xf6][0x6][0x80][0xaa]Hk[0x1c][0xb7][0x9d]{[0x13]7[0x1e][0xe0][0xbe][[0x18]20[0xa9]g<[0xc3][0x91][0x9c]B[0xa6][0xcf][0xe4]I?5w[0x94][0x98][0xd6]yPAh[0xd0][0x9e]$[0xe2][0xf2][0xa4]i[0x19]#[0xd9][0xd9][0x9][0xc3][0x19][0xd7]'[0xd2][0xa4]4%[0xed][0x94][0x9e]>[0xa8];[0xa6][0xd8][0x7][0xc4][0x90]7c[0xd2][0xcb][0xcd][0x95][0xf5]S[0xb5]f[0xcd][0xb]M[0xf3]|[0xc0][0x93][0x99][0x8b][0xa0]-%[0x96][0x89][0xa0][0x8][0xe3][0xfa]Jm^[0xaa][0xe7]B<[0x9c][0xf2][0xc3]u]Y[0x5][0xff][0x7][0xa9]>eg-O:[0xa3][0xbb][0x6][0x9d][0xa9][0xee][0xe8][0x1c][0xe6][0xc8][0xc])X_[0x9a][0xe][0xc1]9j[0xb8][0xd9][0xb4]'[0xc5]k[0x1c][0xb9]V[0xb0]f1N[0x5][0x91]iC*[0xa1][0x82][0xa6][0x8e]N[0xdf][0xe8][0xac]g[0xa6][0x13]I[0xd3][0x15][0xe7][0xb1][0x12]b_Y[0xc0]^QSZ[0x0][0x16][0x84][0xc5]E[0xd9]y[0xb5][0xd9]\J[0xf5]+[0xb2][0x9e][0xd2][0xbb][0xc]7[0xe5][0x98][0x19][0xcf][0xb4][0xe9][0xe5][0x6]r[0x96][0x94]f[0x1][0x7]e[0x96]M[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xab][0xc4]^[0xe7][0x18][0xb3][0xf6]1cx[0xda][0xb2][0x1d]cRA[0xc7][0xe2][0x12][0x15][0xf5][0x87]S3f[0x9a]@![0x83][0x89]SPen[0xc9]_8[0x19][0xb0]a[0xe6]T[0xf7]lQ[0x9b][0xb5][0xa6][0x9b][0xd7][0xbb][0xb1][0x92][0xde][0xdb][0x98][0x19][0xcf][0x1e][0xf3][0x1c][0xd3][0x9a][0x16][0x17][0xa9]0d>U^N3[0xed][0x89][0x1b][0xdc]Y[0x6]nV[0xb7][0xcc]L6[0xad][0xb][0xbc][0xc4][0x1e][0xc9]([0xb][0xa3]}i[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xbb]O[0xa4][0xc]i[0x8e][0xab][0xe2][0x19][0xba][0xe8][0xda][0x8e][0xb7][0x4]]cd[0xb]t[0xd5][0xb8]r]Yi C[0xa5]cv[0xd6]I[0x19]4[0x82][0x97][0xa8][0xb9][0xe4]zl[0x13]QP[0xf1][0xac][0x86][0xe7][0xf0][0xbc][0x86].\-[0x86][0x17]4[0xc4][0xb1]U[0xc3][0xa5]hW[0xf1][0xa2][0x86][0x97][0xf0][0xb2][0x86]W[0xf0][0xaa][0x86]N[0xc4]T[0xbc][0xa6][0xe1]u[0xf4]jx[0x3]oj[0xe8][0xc3][[0x1a][0xf6]`[0xaf][0x86][0xb7]qZ[0xc3][0x8d][0xb8]I[0xc3]~[0xdc][0xa2][0xe1][0x1d][0xc]kxW[0x1c][0xbc][0x87][0xf7]U|[0xa0][0xe1]C|[0xa4][0xe2]c[\r][0x9f][0xe0]S[\r][0x9f][0xe1]s[0xde][0xa5][0xc5][0x92][0xa6][0xe1][0xb][0xc1]x[0x6]_*h[0x98]c[0xf4]s[0xae][0xe1]+|[0xad][0xe2][0x1b][\r][0xdf]bL[0xc5]w[0x1a][0xbe][0xc7][0xf]*[0xce][0xb2][0x14]*[0xf6][0x4][0xc2][0xcd]%[0xff][0xe6][0x89]#F[0x8a]iXY[0xee][0x12][0xb2]M/%[0xb9]~[0xf]l[0xaf][0x9c][0x12][0x9f]q![0xaf]'[0xfc][0xe3][0xee][0xc5]qFl[0xd9]^F[0x8d]Y[0xdd][0xb4][0xf2]%E[0xf5]K[0xeb][0x85],[0x9][0xd9][0x16][0xa6]t[0xd9][0xcd]d;Z[0xea]C[0xc4][0x8e][0xc9]"\U[0xfa][0xba][0x19]G[0xb3]2Z-)[0xd1]}[0xe][0x99][0xde][0x8c][0x9d][0xf5][0xc6][0xb2][0xa6]g[0xec]3[0xb8][0xe6][0x5][0xed]*[0xf3]t[0x95]y&} q[0xb9]i[0xe4][0xc5][0xf7]tu[0xb9][0xb6][0x95]Q[[0x16]8"[0x86]'Z[0xa7][0xe8][0xfa][0xec]k[0xc4][0x1b][0xb1]=s[0xca][0x14]'[0xe9]E[0xdb][0xfd][0x12]^[0xc6]2[0x6]Y[0x12]=[0xe5]'[0x89]&\[0xd4]F[0x13][0xb7][0x95][0xb9][0xe2][0xb][0xb2][0x8b][0x10]GuWh[0x13][0xaf][0x83][0x82][0xed][0x15]{j[0xc9]#[0x13][0xde][0xbd]o[0xff][0xf8]a[0xb6]g[0xd9]M[0xd3][0x86][0xeb][0xe][0xda][0x99][0x93]~[0x14][0x6][0x5][0xc9]1,[0xf1]h[0x17][0x8a][0xe]8[0x8e]~2[0x90]_Q[0x86][0xcc][0x6]j[0x6][0xcd][0xb7][0xe0][0xcd])n[0xca]M[0xa5]T[0xfe][0x1a][0xcd][0xe8][0xee][0x88]q[0xc2][0x93][0x15][0xc4]N[0x1c][0xb2][0xe4]f~[0x17][0xf6]/[0xa2][0xf8][0x91]2[0xdd][0xdd][0xb3][0x19][0x8f][0xe6]F[0xf4][0xc9][0xc9]A[0xff]=[0xa8][0xd8][0xe0][0x19][0xb5]:z7`1[0xb0][0xba]#[0xba][0xcb][0xd5][0xdc][0x1c]E[0xcf][0xb3]&[0xe6][0xa4][0xa8]y[0x91][0x10]-[0x12][0xc5][0xc3]bP[0xb0]e)[0xed][0x80][0xf1][0xd7]3[0x99]4[0x1d][0xb8][0xa4][0xa3][0xd4]Aai[0x5][0x18][0xbf]{c#[0xff]y7 [0xc4]y[0x13]6c[0xb][0xaa][0xd1]$Z2[0x14]\[0xc6][0xff][0xeb]*tp[0xcf][0x86][0xcc]u[0x93][0xe8][0xd7][0x9c]5[0x9e]ua[0x1b][0xcf][0x12][0xdc][0x8d]Q[0xa2][0x8a]sm,[0xfe]3[0x94][0xb][0xa8]:[0xc7]M5[0xb6]s[0x8c][0xca][0x83]U[0x88][0xa0][0x95]?[0xea]@[0xb3][0xcf][0x88]+p% W[0xdd]RQO[0x0][0xea]S:[0xf2][0xaa][0xaf][0x92][0x8a][0xae][0xe][0x14][0x9d][0xe2]\[0xcd][0xb9]-v[0x1][0xd5][0xb1][0xad][0xe7][0x11][0x8a][0xc5][0xcf]#,[0xd4][0xd6][0xe4][0xa0][0x9e]GdNs3[0xc2][0x1c]W[0xd3][0xad]5[0xc4]\[0x8b]z[0xac][0xa3][\r][0xeb][0xa5][0x15][0x1b]|[0x94][0xbc][0x15]m[0x81][0x15]bu[\r][0x1d][0xac]*[0xb0][0xa7]m[0x9e]=[0xd7]r[0xb5][0x3][0xbd][0x1c][0x85]=Wp[0x16]<[0x91][0xd8]O[0x88][0xe4]P[0xfb][0xad][0xe4][0x11][0xda]k$}[0x93][0xd4][0xe6][0xe3]D[0x2]m[0xfc]S[0xc5][0xce]@~[0x98][0xd6][0x89]x4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y~[0xa1]x,[0x87]h[0xe][0xcb][0xce][0xe5][0x81][0xfc][0x0][0xb6][0xa3][0x81][0x6][0xcc][0x5][0xb0]1oz#[0xfa]q[0x9d]4[0xe3]z[0xc][0x4]a[0xba][0x8a][0xb3]P[0xa9][0x9]H"j9[0xd4][0x9d]-2-^`[0x9a][0x16][0xa0][0xf9].[0xde]@[0xda] v[0x5]X[0x89][0xc0][0xc5]0[0xb1][0xc2][0xc5] [0xdb][0xb]@[0xc2][0xf3]@v[0x93][0xc6][0xc7]:[0xf0]s[0xf])[0xc2][0xec]z?N[0xf5][0xc9]X[0xfc][0x2][0x96][0x9f]-r[0xb2][0x9b]1[0xea])p[0xb2]>@[0x8c]P[0xdb][0x10]c[0xc5][0xbf]4[0xf1][0xec][0x7][0x98]pW[0xc3]yH`5[0x9c][0x86][0xfa]#[0x1a][0xcf][0xc6]sh[0xda][0xc7]aE[0xe]+G[0xba]~[0xc1]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe3]2.[0x9a][0x15][0xfc][0x8e][0x96][0x1d][0xa1]Xk[0x88][0x9a]w[0x84][[0xc3]9[0xac]z[0x7][0xb5][[0xc5][0xa2][0xf5][0xcc][0xbf]o[0x9d][0xb3][0xa6][0x9d][0xf5][0x2]f:[0xc2]L[0x8b][0xff][0x8e]F[0xe6][0xab][0x8b]a[0xee]a[0xa0]w2[0xcc][0x83][0xc][0xd1][0x1e][0x8e][0xc2][0xd2]~[0xda][0xd0]CK[0x93][0xb4]/L[0xae]f[0xec][0x93]Ym[0xe5]z[0x4]7[0xcb]:[0x1b][0xca]'k([0xf0][0xa3][0x91][0x15][0xdd][0xcf][0x95][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]a[0x2][0x8f]v[0x5]Qj[0x88][0xaf]@[[0xe][0xab][0xff][0x84][0x1a]:[0x83]PuqU[0xed]-[0x88]QC[0x1e][0xbb]![0xc0]V0[0xca][0xb]YZ[0x9f][0xf4]sMq[0xfe][0x92]e[0xeb]s[0x1c][0x7][0x82][0xe4][0xf][0x4][0x16][0xd5][0xc6][0xfd][0xc4][0xad]-[0xae][0xcb][0xfd][0x14][0xbb]e[0x81][0x8b]=[0x8e][0x83][0x4];[0xc4]u[0x88][0xf3][0xad][0xfc][0xe][0xe3][0xb6][0xc0][0xb0]b[0xe0]u[0xc5][0xc0][0xe3][0x4]>[0xb0][0x0][0xf0][0xed][0xb8]C[0xfa]u[0xa7][0x94][0xb9][0xeb]?PK[0x7][0x8]z[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96][0x6]B[0xb4][0x15][0x14][0xe4]C[0x5]-[0xd0][0x16]$[0x14][0x11][0x84]"[0x8a][0xd0][0x82]N[0xc5][0x19]@[0xde][0x97]fi[0x83]!a[0x92][0x14][0xfc][[0xce]@[0x9d][0xf1][0xc1][0x1f][0xe0][0x8f]r[0xbc][0x9b][0x16][0xa8]Ph[0x1f][0xb2][0x1f]7[0xf7][0x9c]s[0xf7][0xde][0xbb][0xfb][0xe7][0xef][0xaf][0xdf][0x0]2[0xd8][0xec][0x82][0x8a][0x94][0x1c][0xd2]*[0xba]1[0xa9]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "/UL`Z[0xae]t[0x15]3[0xc8][0xc8]aV[0xe][0xaf][0x14][0xcc])x[0xcd][0xa0][0x9e]p+[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]b[0xf9][0xc][0xc3][0x85][0xc3][0x8a]m[0xfa][0xfa][0x81][0xcb][0x8f][0xc4][0xa9][0xe3]~[0xd3]w[0x85][0xe7]o[0x7][0xb3][0xc]Q[0xbf]lz[0x89][0x19][0x86][0xe4][\r][0xbf]O_i?'[0xbd]W[\r]~[0xec][0xb]w[0x8d][0x17][0xcb]Bb[0x96]M[0xfa][0xb3][0xc2][0xb0][0xd1]6[0xe8][0xae] R{[0xc][0x91]5[0xc7][0x10][0xc][0xb1][0x82]i[0x8b][0xad][0xca][0xd1][0xbe]pw[0xf9][0xbe]E[0x96][0x9e][0x82]S[0xe4][0xd6][0x1e]wM[0xb9][0xaf][0x1b]#2h[0x6]0h[0x1f]m[0x9b]4,[0xee]y[0x82],[0xe9]6[0xe3]Id[0xe8][0x18][0xdd]>Y[0xf3][0xdc][0xb4]*.q[0xa6][0x93][0x5][0xc7]-[0xe9]5[0xbc][[0x91][0xb4][0xba][0xed][0xf8][0xe6][0x81]Y[0xe4][0xbe][0xe9][0xd8]z[0xdd]3[0x8]W9[0xb8][0x80]M[0xb4][0x89][0xa2][0xaa][0xe4][0xbe][0x17][0xc5][0xb1]4z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6])[0xf4]@[0x9e]2[0xe9][0x95][0x85][0xc1]0[0xda]D]xE[0xd7][0xc]0[0x81]l[0xb7]qe`xz7[0xa0]~[0xc0][0x1d][0x9f][0xbb][0xbe][0x14]Pw[0x9c][0x8a][[0x14]ySfp[0xa8]y^[0xa6][0xf][0xf9][0x9][0xa7]2[0xe4][0xec][0xa2][0xe5]x[0xa6]][0xfa],[0xfc][0xb2]c(X[0xd0][0xf0][0x6][0x8b][0x1a][0xee]#[0xa6]A[0xc3]=[\r]q,)[0xc8]jX[0xc6][[\r]+x[0xa7][0xe1]=V[0x15]|[0xd0][0xb0][0x86]u[\r]9[0xe4]5l O[0x8d][0xd5]nI[0x18]Rw[0xe7]r[0xbb]b[0x17]L[0xcf][0x17][0xf4][0x83][0xa1]W[0x86][0xaa][[0xdc].[0xe9][0x97][0x89]e[0x18]oO[0x8c]rS[0x12][0xfe]V@.[0xc9][0xac][0x9b][0x8d][0xdc][0xd0][0xa0][0xad][0x9b]*[0x9b]j[0xd1][0x6][0x14][0xfa][0x85][0x1a][0x15]&[0x9c][0x94][0xd5][0x1c]k[0xab]s[0x18][0xee]S[0xa8][0xeb][0x8d][0x85][0x1f]I6[0x91][0xfb][0xbf][0xf4]Q[0xee][0xc9][0xf0][0x18][0xe6][[0xb5]U[0xd3][0x83][0x13][0x83]F[0xaa][\r][0x89][0xed]'[0xcd][0xab][0x8c][0xef][0x96]][0xe7]T[0xde]Er[0x1c][0xbc]=s[0xc][0x9d][0xdc]0r[0xae][0xeb]P[0x8e][0xa7][0x9b][0xe7]8[0xdb][0x94]6[0xb8]d[0xc2]6j[0x87][0x18][0xb8][0x5]*[0xbd][0xba]<[0xd9][0xe0]r[0x8b][0x11][0xc8]G[0x12][0x8][0xc5][0xe3][0xb2]G[0x1][0x9a][0xa9]a[0xc9][0x12][0xa1]/[0x8e][0x7][0xf4]`[0xf4][0xd0]j[0x11]![0x84]i[0x8e][0xa5]'[0xcf][0xc1][0xd2]S[0xe7][0x8][0xa5]"[0xfc]CB[0xd1]Kc[0x94][0x1c][0x81]%<[0xa4]Q[0xb][0xd6]1<[0xc2]c[0xc8][0x17]g[0x0][0x83][0xe4]%i[0xbe][0x10]I[0x88][0xe6][0xfe][0xf4][0x19][0x11][0x9c][0x81]MV[0x11][0xa9][0xa2][0x83][0xa6]h[0x15][0xca][0x15][0x9d][0x1a][0xb8]e[0xd0][0x87][0xd9][0x80][0xb2][0xaf][0x6][0xab]S[0xca][0xd5][0x10][0x86][0x89][0xfa]I[0x10])]l[0xfa][0x9e][0xd1]ij2[0x9b]u[0x99]x[0x83]LG[0x15][0x9d][0xd7][0xf9][0xe7])[0xc8][0x85][0x6][0xfe][0xf8]%[0x1c][0xa3]x~[0x8d][0xff]E+[0xfe][0xae][0xeb][0xfc]Y[0xe2]_n[0x93]?[0x8c]D[0x80][0x1e][0xc3]x`[0x9b]@[0x92]N)[0x99][0xe8][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0[0xf8][0x7]PK[0x7][0x8][0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache.class[0x95]VYS[0x14]W[0x14][0xfe].[0xc]44- [0x8][0x88][0x10][0xd1][0x88]:[0xc][0xe2]h[0xa2][0xc6][0x8]1[0xc1]A[0x11]eI[0x4]1h[0xb6][0xcb]p[0x81][0xc6][0xa1][0x87]t[0xf7][0xa8]d[0xdf][0xf7][0xf5][0xd1][0xfc][0x1][0x9f]R[0x85]I[0x15][0xc4]PI[0xf9][0x92][0x97][0xfc][0x89]T[0xe5][0x87][0xc4]|[0xb7]{[0x1c][0x96][0x19][0x10][0xa9][0xe2].[0xe7][0x9e][0xe5];[0xdf]=[0xf7][0xf4][0xfc][0xfd][0xdf][0xef][0x2]8[0x8a][0x1f]M[0xec][0xc5]P9Z[0xf0][0xa2][0x89]Z[0xbc]druI[0xf][0xc3]z[0x18][0xd1][0xc3]e[0x3][0xa3][0xfa][0xec][0x8a][0x81][0x97]M[0x98][0x18]3pU[0xef][0xaf][0x99][0xb0][0xf0][0x8a]^[0xbd]j[0xa2][0x19][0xaf]U[0xe0]u[0xbc][0xa1][0x7]i`\[0x1b]&[0xb5][0xc2][0x84][0x1]e[0xa2][0x1e]C[0x6]&M[0xec][0x84][0xad]73&[0xae]#e`V[0x1b][0xe]U[0xc0]A[0xda][0xc0][0x9c][0xb6][0xa1][0xda][0x9b][0x2][0xd5][0x9e]rm[0x99][0x1a]U[0xae]g[0xa7][0x9d][0xcb]}=[0x2][0xe2][0x82][0xc0][0xb6]D[0xda][0xf1]|[0xe9][0xf8][0xa3]2[0x95]Q%[0x8][0xff][0x84]@[0xf9]d_p[0x90]T[0x2][0xd1][0xfe][0x99][0x8c]c[0xfb][0xf1]IW[0xce][0xaa][0x9b]i[0xf7]z[0xfc][0xc2]e[0xee][0x8f][0x8d]([0xcf][0xef][0x9e][0x90]s[0xbe]r[0x13]29[0xad]:[0x5]J[0xbb]l[0x9e][0x9c][0x16]([0x8e][0xb6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0x12][0xe9][0x9]:[0xa8][0xea][0xb7][0x1d]5[0x98][0x99][0x1d]W[0xee][0x88][0x1c]OQR[0xd3][0x9f]N[0x12][0x8d]$&[0xee][0xb3][0xc2][0x88]?m{[0x2][0xe6][0x94][0xf2]{[0xd4][0xa4][0xcc][0xa4]|[0x81]X[0xb4][0xed]1[0xa2]KOK[0x5]ND[0xfb][0xd3][0xee]T<4t3[0x8e][0xa3][0xdc]x[0x8f][0xf2][0x92][0xae]=[0xe7]3[0xfd][0xce]|[0x9f][0xda][0x8e][0x1e]*&V[0xb4][0x4]vo[0xee][0x85]P[0x93][0xae][0x92][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0x96]$[0xa7][0xed][0xd4][0x84]@[0x91][0xdd]*[0xb0][0xa3]F[0xde][0x90][0xf1][0x8c]o[0xa7][0xe2]}[0x84]([0xfd][0xb4]K[0x83][0x12]/c[0xfb]L[0xb5][0xa9] [0x80]a}[0xa8]Q[0x90][0x81][0xc1][0xb4]oO[0xda][0xca][0x15]H[0xe5][0xf3][0xaf][0x95]/)[0x8f][0xc]u>[0x9a][0x1d]f[0x9b][0x97][0x86][0x13]xOJ[0x9d]G[0xfc]R[0xc6]y[0x18]M[0x93][0xe8][0x6][0x8e][0x5][0x9a]7[0xb]+`[0xc8][0xd0][0xbd][0xc0][0xbe]-`[0x10](sr[0x19][0xb5]?[0x16] 3[0xbc][0xd5]~[[0x93]|[0xe4][0xd1]7[0x9b][0xe3]][h{W[0xf9][0x19][0xd7][0x19][0x9][0x8a][0xab]:[0xff][0xbc]~m-[0xce][0xcf]=[0xac][0xc7][0xe8]:[0xdd][0xae][0xc2]Us[0x9a]>[0xca][0x87][0xed])G2[0xc][0xcd][0xce]?&[0xc4]M[0xdc][0x96]u%S[0xd9][0x7][0xd5][0xb7][0xca][0xea][0xbc][0xf4][0xa6][0x7][0xe4]\[0xd7][0xe6]q6vk[0xe][0xa7]3nR[0x9d][0xb3]u[0x96]M[0x85][0x9f][0xd3]a[0x1d][0xce]B[0x1b]b[0x16][0xe]"j[0xc1][0x85]g[0xe1]8[0x9e][0xb2][0xe0]#c[0xe1][0x6]nZ[0xb8][0x85]y[0x96]z[0xa1]8[0x16][0xde][0x2][0xe9]n[0xdd][0xb8]2[0x12][0xd2]S[0xe7]dRN([0x1d][0xe5]m[0x81][0xc6][\r][0x9f][0x84][0x85]w[0xf0][0xae][0xd6]z[0xcf][0xc2][0xfb][0xf8][0xc0][0xc2][0x87][0xf8][0xc8][0xc0][0xc7][0x16]>[0xd1][0x98]>[0xc5]g,[0xd6][0xcd][0xa8][0xb0][0xd8][0x96][0x89][0xfb]s|![0xd0][0xb6][0xe5][0xd2]c[0x1]l[0xad][0xf3][0xb4][0x1e][0x15][0xec][0x99][0xb0][0xfa][0xb4][0xbb]DJz[0x9e][0xf2]4[0xda]/-|[0x85][0xaf][\r]|c[0xe1][|'P[0xbb]r[0x83][0xdd][0xae]+[0xe7][0xf5][0xe5][0x1b][0xf8][0xde][0xc2][0xf][0xc8][0x8][0x1c][0xd8]Z0[0x81][0xed]y[0x85][0xc0][0xc7]h{[0xc3]aga[0xe3][0xbd][0xca][0xe][0x92]L;[0xbe][0xb4][0x1d][0xef][0xa2][0xe2][\r][0xd5]e+9%[0x9d][0xa9][0xf8][0xd0][0xf8][0x8c]J[0xfa][0x9d]Z[0xab]x.[0xc3]'u[0xb2][0xc0]i[0x1][0xfd]|[0x11][0x1d][0xb0]Q[0x11]y![0xf7][0x85][0xd4]K[0xed]l[0xde][0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8]'[0xc2]oG[0xa5][0xfe][0xc][0xd8][0xde]\J[0xce][0xf][0x92][0x12][0xd6]Yt[0xb5][0xd3]a[0xdf][0xb5][0x9d][0xa9][0xce]u[0xc9]e[0xa5][0xda]^7[0xd1][0x84][0xee][0xc8][0xae]b+o[0x88][0xae]~v9[0xfa][0xf5][0x1b][0xb3][0xb3][0xed][0x99][0x9d]`[0x8d][0xd2][0xaa][0xb6]][0x93]/%[0xe7][0xd3][0xd2][0x1b]T[0xb7][0x98]N[0xc4][0x9][0xa6][0xb5][0x0]sY[0xb3]QN[0x84]i7[0x16][0xee][0xe4][0x1][0xdc][0xde]-e7k[0xcb]A[0xe2][0x8c][0xa7]sS[0x8e][0xae][0xe1][0xc3][0x5][0xa8]^_[0xf1][0xf][0xb5][0x3][0xf3][0xea]u4y[0xc1]w5[0xec][0xbe][0xfb][0xa3][0xd7]6[0xbc][0xea][0xd5]-[0xb5]r[0xad][0x84][0x85]BL[0xfc]Y[0xd4][0xc2][0xa0][0x8][0xbb][0xf0]$[0xf6][0xf1][0xc9][0xb4][0x6][0xbb][0xfd][0xdc][0xb3][0xc5]pmP[0xc6][0x8e][0xc3][0xb1][0x9d][0xbb]8g[0xbe],[0x94][0xc4][0x96] [0xee][0x6][0xaa][0x87]8[0x96][0x6][0xc2]m[0xe8][0xe0]h[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0x1c][0x98][0x97][0xd3][0xe4]H[0xd6][0xb8]98[0x1]"[0xbf][0xa0]hA[0xff][0xa6]Ye[[0xc3][0x91][0x1d]![0xab]9[0x8b][0x8]=[0x3]m[0xed][0x8b]([0xbe][0x8d][0xf2][0x18][0xe7][0xc8][0x82][0x1e]K~Be[0xac]=[0xd8]/[0xa2][0xf4][0x8a]^[0x18][0xf7]Q[0xb6][0x90][0x83]R[0x8f][0x92]`4[0xd0]@@[0x8d][0xa8]c&{[0x18][0xba]#[0x90][0x6]N[0xb3][0xd0][0xf4][0xea]i[0x1c][0xb][0xc2][0x1f][0xcf][0x85][0xfe][0x19][0xc5][0x81][0x87]^z.[0xbf][\r]k[0x19][0xe6]X[0xfb][0x12]*[0x16][0x96]a[0x8d]Q[0xb6]m[0x9][0x95][0x3][0x9c][0xab][0x16]Q=[0xd8]q[0xf][0xdb][0x5]n[0xa3][0x89][0x8b][0x1a][0x81][0xfb][0xa8]=[0x15]9[0x14]k$[0xb4][0x1d][0x8b][0xa8][0xbb][0xf3][0xe0][0xdf]C+[0xc0]v1S[0x90]l[0x83]DW[0x93][0xe6]f[0x92]|[0x12][0x7]p[0x96]`4[0xb8]c[0xc]{[0x92][0xbf]E[0xf][0x11][0xce][\r][0xcb][0xa8][0x1f][B[0xc3]`[0xc7]2v[0x8e][0xc5][0x88][0xbe]q[0x11][0xbb]:V[0xa0]T[0xd2]-[0x18][0xb4][0x8c][0xee][0xea]p:[0x8][0x1f][0xb]Ms[0x1][0x1a][0xf0][0x1c]OD[0xb0]z[0x1e]/[0xd0][0xb2][0xc]U[0xe8][0xc6][0x19][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xd0]C[0x89][0xe][0xfa][0x17][0x83]j[0xbe][0x6]B[0xbe]j#[0xa0]l[0xac]X[0xdf][0xcb][0x8e][0xe1][0xdf][0xd0]D[0xda][0x9a][0x89][0xe5][0x89]<[0xca]v[0xe7]Sv[0xf][0xbb][0x8b]p[0xe5][0xce][0x83][0x2][0xd6][0x8a]W[0xb1]v[0x86][0xac]%[0x8][0xe4],[0xcb][0xf5][0x1c]3[0xee][0xc5]E[0xf4][0xe5]X[0xeb][0xe4]E[0x87][0xac][0x1d]$o!k-L[0xe4],u5k[0x3][0xb9][0xa4][0x6][0xb2][0xac][0xf5]f[0xeb]4[0xd4]:O[0xad][0xbe][0x80][0x9c][0xb]L[0xf2]b[0xae][0xd8][0xf7][0x5][0xd6]@[0xc5]2Z[0x98][0xc3][0x9e]_Qtw][0xd9]V1Th[0xda]O[0xe7]z[0x1e][0xc4]4g[0x93][0xa7];[0xc3]_[0xee][0xff][0x3]PK[0x7][0x8][0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/JUnit4TestCaseFacade.class[0x8d]S]o[0x12]A[0x14]=[0xb3]|,,+[0xd4][0x96]Z[[0xb1]][0xb4]V[0xa0][0x95][0xb5][0xc6][0xc4][0x7]M_[0xaa]$[0x1a]R[0x93][0x16]I|[0x1c][0x96][0x1][0x17]a[0x97][0xc][0xbb]~[0xfc]'[0x1f]4[0xd1]6[0xd1]D[0xdf][0xfd]Q[0xc6][0xbb][0xcb]J[0x91][0x96]j6;;s[0xe7][0xdc]s[0xcf]=3[0xfb][0xf3][0xd7][0xd7][0xef][0x0]v[0xb1][0xab]![0x8d][0x1b]i[0xa4]pS[0xa3]aS[0xc3]-l[0xa9][0xb8][0x9d]BIC[0x2]e[0x15][0x15][0x15][0xdb]*vT[0xdc]a[0xd0];[0x8f][0xc5][0xc8][0x92][0xf6][0xd0][0xb3]][0x87]a[0xbd][0xee][0xca][0xae][0xd9][0xf3][0x1d][0xdb]3[0xa5][0xef]8B[0x9a]S[0xfb][0xf][0x19][0x92][0x8f]l[0xda][0xdb]c([0x96].[0x86][0x96][0x9b][0xc][0xf1]}[0xb7]-[0x18]ru[0xdb][0x11][0x7][0xfe][0xa0]%d[0x83][0xb7][0xfa][0x14]Y[0xac][0xbb][0x16][0xef]7[0xb9][0xb4][0x83]u[0x14][0x8c]{[0xaf][0xec][0x11][0xc3]V}[0xcc][0xd9][0x91]| [0xde][0xba][0xf2][0xb5][0xf9][0xec][0x5][0xad][0xef]7[0xc4][0xc8][0xdb][0xe7]#Q[0xe3][0x16]o[0xb][0x92][0x92]iO+Oy[0xee][0x91]'m[0xa7][0xcb][0x90]/[0x95][0xeb]=[0xfe][0x86][0x9b]}[0xee]t[0xcd]q[0x94][0xf0]Y[0xcb][0xf5][0x1d][0xef][0xf][\r]U[0x8a][0x95][0xca]Oi$[0xf1][0xc][0x1b][0xa5]3e[0x3][0xe4][0xa1][0x18][0xf9]}/l&)[0xc3]9C[0xe1]"$[0x95][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef]/O[\r][0x92][0xf3][0xf]W[0xb5]#[0xd7][0x97][0x96][0xa8][0xd9][0x81][0xf][0xab][0xe7][0xf5][[\r][0x1a][0xd2][0x91]EU[0x87][0x8e]K:[0xd6][0xb1][0xa1][0xc2][0xd4]q[0x5]+[0xc]k[0xa7][0xed][0x1e]R[0x8f][0xf6]@[0x91]s[0xcc]h[0x8d][0xaf][0x1][0x9d]Js>([0xea]i[0xb9]t[0xf6][0x84][0xcb]M[0x14][0xe9][0xc2][0xa7][0xa1]@C[0x6]t[0xcb][0x2][0xa7][0xe8][0x9f]H[0xd0][0x9b]E[0x8e]"[0xb]4[0xab][0xd1][0xbe]B_[0xad]r[0x2]V[0xd9][0xfe][0x2][0xe5][0x13][0xad][0x14]\[0xe]Q1[0x1a][0xd3][0x88]#[0xf8][0x89]2[0xc4][0x0]28Dc[0x9]y [0x9c]-[0x13]+[0xa3][0x87][0xac][0x8f]8[0xef][0x85]k U9F[0xec][0x18][0xf1][0x8f][0x13][0xc6]d[0x18][0xcf][0x85]L[0xfa][0x18][0x13]11\[0xc5]j[0x94][0xbf][0x13][0xe5]+[0xf1][0xf]3[0x99]KS[0x99][0xca]$s[\r][0xd7][0xa2][0xcc]=R[0x1c][0xea][0xfb][0x86][0xc4][0xcb][0xc5][0xe4][0x9][0xd4][0x1f]3[0xc]+s[0xba]([0xe0]zX[0x95].R[0xc4]eF*[0x12][0x95][0xcf]Pf[(L[0x9]IL[0x84][0x18]![0xaa][0xf8][0x1b]PK[0x7][0x8][0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/Protectable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6]Nv[0x6].F[0x6][0xf6][0x82][0xa2][0xfc][0x92][0xd4][0xe4][0x12]F[0x6]f[\r][0xcd]0F[0x6].[0xd7][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xbc]bv[0x6]n ?8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A [0x0][0xa2]81)'U/+[0xb1],[0x91][0x91]A:[0xab]4/[0xb3]D?[0xad](17[0xb5]<[0xbf]([[0x1f]I[0x9]P[0x3]H[0x91]~Nb^[0xba][0xbe]R[0x16][0xd8][0x1a]a[0x84]PHFQ~9H![0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb2][0x0]][0xc2][0xc0][0x2][0xe4][0xb3][0x2]y [0x9a][\r][0x88][0xd9][0x81]l&[0x6][0xe][0x0]PK[0x7][0x8]2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/framework/Test.classmM;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x14][0x9c][0x17]cb"[0x88][0x85][0xbd]m[0xd2][0xb8]X[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82] [0x8]*[0xf6][0x9b][0xf0][0x94][0xc4][0xb8][0x81][0xfd][0xe8][0xdd],<[0x80][0x87][0x12]w{[0xa7][0x98][0x81][0xf9]0[0x9f][0xef][0xeb][\r]`[0x89]q[0x8a],EN[0x98][0xd4][0xbd]S[0xf6][0xc4][0xc6][0xae][0xa5]aC[0x18][0x14][0xe5][0xd6][0xb3]v[0x8a]0/v[0xad]S[0x8d][0x15][0x17]-[0xef][0xfc][0xec][0xf5]M[0x84][0xe6][0x81][0x8d][0xeb][0xec][0xaa]<[0x13][0xf2]c[0xef]t[0xcd][0x9b][0xa6]cB[0x16][0xc2]E+[0x1f][0x92]0[0xfb]7$LC*:[0xa9][0xae]b_[0xb5]\[0xdb][0x84]@[0x88][0x10][0x10][0xc5][0xfe][0x17]1[0xe0]u[0x88][0xc4];[0x84]4[0xf8][0x18][0xfd][0x0]PK[0x7][0x8][0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]junit/framework/TestCase.class[0x9d]X[0x9]xT[0xd5][0x15]>o23of[0xf2]@[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0x8][0x93](0[0xcc][0x4][0xa3][0x82][0xb5][0x8]RIB44[0x89]b[0x2][0x8]*t[0x98][0xbc][0x84][0x81]a&[0xce]B[0xb0]*[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0x82][0x2][0x11]P[0x14][0xdc]Zw[p[0x9]S[0xad][0x82][0xb5]u[0xeb][0xaa]v[0xd7][0xae]j[[0x97]j[[0xb5][0xb5][0x8b][0xda][0xff][0xdc]w[0xf3][0x98][0xb9]yC[0xd2][0xe6][0xfb][0xe6]w9[0xf7]?[0xff][0xbd][0xf7][0xbc]s[0xdf][0xcd][0x8b][0x9f]>[0xfe][0x14][0x11][0x9d][0xa8][0x19][0x1]j[0xa1][0x87][0xfc][0xd4]L_[0xd3][0xe9][0xeb][0x1]*[0xa3][0x87][0x2][0xa8][0xec]a[0xd8][0xcb][0xd5][0x87][0xb9][0xf4][0x8][0xc3][0xa3][0xc][0x8f][0xe9][0xd4][0xeb][0xa3]}\[0xcc][0x7]h[0xc]}C[0xa7][0xc7][0x3][0xf4][0x4]}S[0xa7]'uz*@[0x15][0xf4][0x90][0x8f][0xf6][0xf3][0xf3][0x80][0x8f][0x9e][0xe6][0xe7][0xb7][0xd8][0xf8][0x99][0x0]}[0x9b][0xbe][0x13][0xa0]g[0xe9]9[0x1f]=[0xaf][0xd3][0xb]\Q[0xa7][0xef][0x6]h,}[0x8f][0xe1][0xfb]:[0xfd] @[0x95]\i[0xa1][0x1f]2[0xfc][0x88][0xe1]%[0x86][0x97][0x19][0x9e]ax[0x85][0xe1][0xc7][0xc]?a[0xf8])[0xc3][0xcf][0x18]~[0xce][0xf0][0xb][0x86]_2[0xbc][0xca][0xf0][0x1a][0xc3][0xaf][0x18]~[0xcd][0xf0][0x1b][0x86][0xdf]2[0xfc][0x8e][0xe1][0xf7][0xc][0xaf]3[0xbc][0xc1][0xf0]&[0xc3][0x1f][0x18][0xfe][0xc8][0xf0]'[0x86]<[0xc3][[0xc]o3[0xbc][0xc3][0xf0].[0xc3][0x9f][0x19][0xde]cx[0x9f][0xe1]/[0xc]e[0xf8][0x1b]O[0xf6][0x3][0x1f]}[0xc8][0x8b][0x82][0xe7]G:[0xfd]][0xa7][0xe8][0xf4][0xb1]F[0x9e][0x8e][0x96][0xe8]JS[0xa3][0x8a][0xa6][0xe5][0xd1]U[0xd1][0x9a]D4[0xd9]Y[0xd3][0x9a]M[0xc7][0x93][0x9d][0xd3]5[0xf2][0xce][0x88]'[0xe3][0xd9][0x99][0x1a][0x95][0x85]&[0xcd][0xd7][0xc8]][0x97]j[0x87][0xe9]aM[0xf1][0xa4][0xd9][0x92][[0xb9][0xd4]L[0xb7]E[0x97]&[0xc4][0xe0]T,[0x9a][0x98][0x1f]M[0xc7][0xb9].[0x1b][0xdd][0xd9]e[0xf1][0x8c]F[0xa3][0x9a][0x96][0xe7]@R[0xd3][0x91][0x86][0x9f][0xee]TzEM[0x9b][0x99][0xc9][0xd6]E3&[0x1c][0x1c][0x15][0xea][0xef]VxJ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QCc[0xa9]\2[0xdb]g[0x9f][0x11]:[0x1a]52bi3[0x9a]5[0xcf]13[0xb9]DV[0xa3][0xb1][0xa1]I[0x8e]>[0xac]~x)K[0xe7][0x92][0x98]LZ[0xda][0x8f]9[0xb4][0xf5][0xb8][0xd0][0xa1][0xfa]Y[0x9d][0xe][0xbe][0xda]h[0x1a][0x2][0xcb][0xb3]f[0x94]E[0xd7][0xa7][0xba][0xe1][0xe1][0xa8][0x82][0xc9][0xb4]-K[0xa7][0xba]y![0xa6][[0xf6]IXi[0xe4]7W[0xc7][0xcc][0xae]l<[0x5][0xeb][0xc0][0xec][0xbe]r[0xc6]2a/[0x1a]i[0xa0][0xad], jI[0xb5][0xe6]b[0xcb][0x9a][0xcd][0xec][0xb2]T[0xbb]=[0x2][0xa4][0x93][0xb]l[0xd2]fG[0xc2][0x8c]ek[0x1a][0x93][0xab][0xb0][0x11]l[0xd0][0x16]Mw[0x9a][0xd9]B[0xfb][0xaa][0x2][0xfb][0xc6]D[0xc2][0xec][0x8c]&f[0xc5]bf&Sh[0xe4][0x87][0xc][0xcb][0x95][0xd8][0xb8]~[0xe][0xac]>[0x18][0x6][0xa2][0x99][0x8c][0x99][0xce][0xb6][0xa5]s[0x90];[0xdc]a[0x17][0x17][0x89][0x85]Z[0x9][0xfe]h'L[0xfc][0xb1]T[0xb2]=nM\[[0x84][\r][0xe][0x9][0x83]r[0x8b][0xa6]![0x9a][0xc8]p[0xc4]tD[0xe3][0x9]l[0xaf][0xd5]8[0xfb][0xc2][0x1c][0x9a]5[0x9a][0xe6][0xc0]^[0xd0]r[0xd6][0xd2][0xe5]P[0xe6][0xd0][0xc2][0xfc]>su[0x17][0xca]f{q[0x80]K[0xb][0xc4]D4[0x96][0x85][0x17][0x8d]&[0x86][0x6]K9[0x80][0x9c][0x92]-[0x5]c[0xd1]d2[0x95][\r].5[0x83]I[0xac][0xbf]A7[0xd1]-[0x6][0xfd][0x9b][0xfe][0x83][0xf7][0xfa][0xbc][0x82][0xb9][0xd4]%[0xb0][0x15][0xd3]u[0xfa][0xc4][0xa0]O[0xe9]3[0xe4][0xf2][0x1][0xf2]([0xc2]J][0x88][0xda]\<[0xd1]n[0xa6][0xb1]`[0x96]m[0xb0][0xca]@[0x88]i[0xd8][0xca][0xaa] K[0xe8][0xc0][0x91][0xd4]n[0xd0]=t[0xaf]A[0xdd][0xb4]P[0xd7]\[0x86]VF[0xe7][0xeb][0x9a][0xdb][0xd0]<[0x9a][0x17][0x82][0xaa][0x82][0x99]e[0xa9]\[0xa2][0x9d][0xd5]v[0xe5][0x96]&[0xe2]1[0x8d][0x86][0xa9][gh[0xba][0xe6][0xd3]([0xf2]?$qC[0xf3]k[0x1]C+[0xd7][0x2][0x1a][0x5][0x7]J[0xe6][0x6]u[0xd1][0x85][0xc]9[0x83]Vqi[0x15][0x97][0xba]y[0xd9]W[0xd3]E[0xc][0x97]2[0xac]a[0xb8][0x8c]a-[0xc3][0x15][0xc]W2l`[0xb8][0x8a][0xe1]j[0x86]k[0x18][0xae]e[0xb8][0x8e][0xe1]z[0x86][0x1b][0x18][0xb6]0le[0xb8][0x91]a[0x1b][0xc3][0xe][0xde][0x9f][0x9b][\r][0xba][0xd5][0x2][0xec][0xd4].v[0xb9][0x8b]][0xee][0xe6][0xd2]n.[0xdd]F[0xb][\r][0xba][0x9d][0xab]w0[0xdc]Iw[0x19]t[0x1f][0xdd][0x8b][0xc5][0xe][0xe1]7[0x9]9[0xad][0xd4][0x87][0x3]N[0x1c][0xb5]k[0x96]x[0x3][0x11][0xda]Nc[0x8a][0x82][0xac]`[0xef][0x8f]q>[0xe9][0xc5][0xb7][0x89]8=[0xb0][0xfa]"[0xa2]@P[0xf4][0xca]Xa[0x86]/![0xa5][0x9][0xe7][0x1c][0x86][0xf4][0x1d][0xa0][0xa7];[0xbc][0xd4][0xfd][0x83][0xb5][0x90][0xb7][0xdf]1[0xeb][0x8d]vu[0x99]IpMv[0xfa]P[0xea][0xd7]$cw:[0xaf]][0x9]R[0x1c][0xaf],1[0xd5][0x1e][0xef][0x88][0x9b]i[0xfe]>s[0xb0][0x94][0xbd]X[0x81]x[0xe6]l[0x19][0xc1][0xee]P[0xe3]$[0x1c][0xdc][0xde]8[0xc2]s[0x85][0xa9][0x9c][0x83]2[0x1d][0x9d]w[0xe8][0xc]e[0x1f][0xbb][0xc3]:[0xe2][0x89]Dc[0xb2]5[0x1b][0x8d][0xad]hKGc&[0xa7][0xf7]B[0xcb][0xc2][0xaf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]U[0xde][0x4]w%>h[H[0xa3][0xb3][0xf0]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xbd]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc8]H[0xc0]6[0xd4]f[0xa0]][0xc3]3[0x10][0xde]GZX{[0x8c]\{Qs[0xd1]<[0xe0]P\![0x88][0xe6][0x93][0x9b][0x16][0x90][0x9f][0xce]E[0x89][0xc8][0xb0][0xac][0xd1]r.[0x9e][0xcc][0xb4]P25`[0x94][0xcb]f[0x8a]80][0x0][0xa6][0xc5]`Z"[0x98][0x86][[0xd6][0x92][0x89]K[0x8b][0xa0][0xf]!M[0xe7][0xd1][0xf9][0x92][0xb3]Z[0xd4][0xc1][0xe2]~[0xd0][0xe6][0xf2][0x8a][0x16][0xb3]@[0x8d]Kr[0xb8]9[0x85][0xca][0x91]'[0xc9]y[0xf9][0x9e][0xa0][0xb2][0x85][0xfb][0xc8][0xbd]G[0x19][0x9f],[0x18][0xef][0xb3]g[0xb3][0xc4][0x1e][0xa6][0x9c][0x8d][0x11][0xee]%OS8[0xd2]K[0xde][0xc8][0x1e]e>[0xab][0xc9]C[0x17]A[0xf7][0x97][0xb][0xe6]cH.[0xf][0xe9][0xf4]%[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xc8][0xe9][0x92]u[0xa6]d[0xf5]F@[0xab][0x1f]\[0x9f][0x80]h][0x87]Q[0x97][0x17]py[0xed][0xb5][0xf1][0xda]\1[0xec][0x9c][0x8b][0xb9][0xb4][0x93]Q[0xf3][0xa0][0xaf]Qk[0x2][0x99][0xf]??~[0x81]{hjs[0xe4]9[0xf2]T7[0xdd]C[0xe1][0xe6][0xea]&[0xab]-h[0xb7][\r]o[0xb1]Z[0x8c]S[0xdd]h[0xf2][0x1e][0xed]n[0x9a][0xbc]?[0xf2],y"[0xfb][0xf7]Br[0x0]S;[0x9c][0xca][0xe1]0@[0xa3][0xf1][0x1c]KU4^[0xd6]k[0xe0]l4Z[0xf8]y[0x2]M[0xa5]S[0xd0]^[0x83]R[0x8d]=[0x8d][0xc5]4[0x2]x[\r]j[0xd7]b[0xc4]&[0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]m`[0xec][0xc1]][0xf2]F[0x1a]I[0xdb][0xc1]p=[0xae][0x9e]7[0x80]g+[0xb8][0xb7][0x81][0xbd][0x87]&[0xa0][0xaf][0x1a]}5[0xb4][0x5]|[[0xc1][0xbd][\r][0xec]=4[\r][0xed][0xa7][0xa3]\K;[0xb0]!7[0x89][0xa5][0x99][0x9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0xda][0x11][0x2].0[0xb9][0xa8]C[0x94]&[0xd8]m[0xd3]0[0xf].[0xb9]yq[0xe4][0x12][0xba][0xe8][0xc][0xea]D[0x9b]F[0xcb]D[0xa0][0xe0][0x98][0x2][0xc6][0xed][0xc5]<[0x1][0x1b][0xca][[0xba][0xa1][0xc2][0x8]?J[0xae]<[\r][0x11][0xab]:[0x94]+[0xda][0x1]:[0xac][0x97][0x86]a[0xed][0xaa][0x9a][0x9f][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xd3][0x11][0x15]G[0xf6][0xd2]Q[0xdc][0x87]G[0xc5]p@/[0x8d][0xc8][0xd3]HD[0xc9][0xd1]y[0x1a][0xb5][0x93]*[0x9d][0xec]F[0x1f][0xb4][0xb][0x97]=Icz[0xe9][0x98][0x5][0xd8][0x8f][0xe6][0xea]^[0x1a][0xb7][0x0][0x10][0xdc][0xcf][0xc5][0xaa][0x5][0xd5][0xd8][0x89]2[0xe8][0xe3][0xb5]>[0x1c][0x9a]S[0x94]F[0x89][0x9f][0x97][0xe2][0x8a]m[0xad]t[0x3]z[0x8][0xa7][0x82][0x1f][0x87]B9[0xe][0xd9][0xd1]t?l[0xee][0xa5]q8[0x1a]N[0xa3][0x7]0[0xdb][0x7]1b[0xf][0xc6][0xec][0xc3][0xe8][0xbd][0x94][0xa1][0x87][0x11][0xae][0x8f][0x80][0xe1]QZC[0x8f][0xd1][0x15][0xd4]K[0xeb])/Vt*[0xc2]h[0x1c]F/[0xa7][0x15]`[0xcf]`[0xd7][0x96]S[0x2][0xa5]5X[0xc7][0xe5][0xb4]R[0x84][0xe2][0x6][0xb9][0x8e][0xe5]t1^[0x9d]T[0xd1]:[0xfa][0xf9][0x8]U[0x3]<<:O[0xc7][0xaa][0x1]~[0x0][0x9e][0x9e].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0xb4]HI\[0xca]P[0x16][0x1c][0xcc][0x95][0x93]\S[0xe4][0xcb][0xef][0x19][0x95][0xa7][0xe3]T[0xaa][0x17][0xe0][0xfc][0xc5][0x82]w[0xd8]#[0x8][0x8][0x4][0xab][0x9c][0xc5][0x8c]W[0x19]^[0xc6][0x98]W[0x6][0x10][0xb3][0xca]Q[0xcc][0x4][0x95][0xea]U[0x88]y[0xcd]QL[0xb7][0x9d][0x1e]m[0x82]p[0x9e]&[0xaa][0x4][0xaf][0x83][0xe0][0x8d]"[0x2]K[0xb][0x13][0xf4]e[0xea] Y[0xee]<[0x85][0xf6][0x8a]lup[0xfc];[0x8][0x98]wa[0x8d]O[0x16]i[0xdd]([0x3]Z[0xf]G[0xaa][0xf3]4Iu[0xf8]!&[0xf9][0x91]p[0x18][0xb4][0xcc][0xec][0xc9][0xeb]Hg[0x17][0xb][0x11]:][0x82][0x92]K[0xd0]^[0xda]oI#y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xac][0x9f]@[0xf8][0xa7]EK[0xca]\[0xd6][0x92]^"X[0x99]k[0x8d][0xa3][0xc4][0x88]B[0xa6]y[0xc8][0xab]yKJ[0x9c]kK[0x9c]+%^[0xe6]$[0xb1]Ze[0x1d]B[0x1e]m[0xa8]"q[0xae]-q[0xae][0x94][0xb8]Vr[0xcd][0x83][0x7][0x9d][0xf7]!O5*o[0x18][0xbc][0x91][0x2][0xe5]>[9{X/[0xf][0xc6]KP[0xea][0xf3][0xb0][0x1e][0xfe][0xd9][0xc3][0x6]u[0xff][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]=.O'[0xa8][0xe][0xa6]`[0xff][0xa6][0x16][0xed][0x1f][0xd3][0x92][0xdc][0xb5][0xf5]r[0xff].[0x17][0xe][0x98][0xf6]*[0x9b][0xd6]#[0xce]5=<[0xae]2O'[0xaa][0xb4]3@{Z[0xc9][0xb0][0xd8]h[0x87][0xc5]F[0xa9][0xf6]j;,[0xac][0xf5][0xf0][0x8e][\r][0xe6][0xe9]$[0x95][0xb5][0x1e]a1[[0x9][0x8b][0x8d]vXl[0x94][0x12][0xaf][0xe9][0x17][0xb9][0xa3][0xc7][0xe4]i[0x8a]J[0xd6][0xc][0x89]-%%fm[0x89]YI{[0xad][0x1a][0xb9][0xa3][0x90][0xaf][0xa6][0xaa][0xac][0xf3] q[0xbe]"1kK[0xcc][0xca][0xc8][0xbd][0xce]Q[0xe2][0xc9]*[0xd9]bH\RR[0xe2]&[[0xe2]&)[0xf1]z'[0x89][0x9f]SY; [0xb1]S[0x91][0xb8][0xc9][0x96][0xb8]IJ[0xbc][0xc1]Q[0xe2])*Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xbb]JJ[0xdc]lK[0xdc],%nq[0x92][0xf8]y[0x95][0xb5][0x1b][0x12]W+[0x12]7[0xdb][0x12]7K[0x89][[0x1d]%NS[0xc9][0xd6]B[0xe2][0xba][0x92][0x12]{l[0x89]=R[0xe2][0x8d]N[0x12]OUY7B[0xe2][0xd5][0x8a][0xc4][0x1e][b[0x8f][0x94][0xb8][0xcd]Q[0xe2]t[0x95]l[0xb]$n-)q[0xbb]-q[0xbb][0x94][0xb8][0xc3]I[0xe2][0xc][0x95][0xf5]fH[0xdc][0xa9]H[0xdc]nK[0xdc].$[0xe2]j[0xeb]p[0xf4][0x9d][0xa6]R[0xdd]An[0xed][0xce][0xa2][0xa3]o[0xa7]83[0x98][0xe0][0x16][0xa7][0x94]>Se[0xb8][0x1f]b[0x1e](q[0x90][0xef][0x94][0xa7][0xce][0xad][0x8e]b[0xbe][0xa0]R[0xf5]B[0xcc]>G1[0xb7]:[0x8b]9]e[0xd8][0xf]1[0x7][0x6][0x10][0xb3][0xab][0xc4])=K%{[0x1e][0x9b][0xf7][0xc2][0xa0]O[0xe9]][0xce][0xa7]t[0xad][0xca][0xfa][0x12]$[0xbe]<[0xc0])[0xbd][0xbb][0x84][0xc4]:[0x95][0xec]UH|m[0xd0][0x12]w;K[0xac]WY[0xdf][0x80][0xc4]7[0x7][0x90]x[0x9b][0xe3][0xa7][0xd5]l[0x95][0xea]-l[0xe9][0xdb][0x8e][0x9f]V[0xb7][0x97][0x98]c[0x83]J[0xf1][0x1e][0xe6][0xf8][0xfe][0xa0][0xe7]xG[0x9][0xda]3T[0xda][0xf]@[0xfb][0xe1][0xa0]i[0xef][0xa4][0xbb]$[0xed][0xec]"[0xda]3[0x95][0x9b][0xad][0xf6][0xf1] )[0xdd][0xfc][0x1f]F[0x12][0xd7][0x1f][0x8a][0x10][0x89]>mo1[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VN[0x93]w[0x80][0xbe]/[0xff][0xaf][0x2][0xef][0x1e][0x98]B?$[0x85][0xc6][0xff]![0x94][0x13];[0x9b][0xac];[0xfb][0x4]y{[0xc2][0x5][0xac][0x91]/Ns[0xf8][0x12][0x85][0xcb]X/}[0x91][0xab]M[0xd6]=J[0x99][0xb7]kh[0x81][0x9f][0x9][0xf6][0x8d][0xfe]>[0x9b][0xbd][0xc6][0x8e][0x12][0xdc][0xc7][0xd4][0xc1]#[0x8a]"[0xa4]o[0xf0][0xfd]v[0x88][0x15][0x84]k[0xd1]?6[0xc4]N[0xba][0x82][0xe4]qU[0x96][0xb8][0xb8][0xf7][0xfd]S[0xe3][0x1]1[0xe6][0xc1][0xff][0x2]PK[0x7][0x8]}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestFailure.class}T]S[0xd3]P[0x10]=[0xb7]-M[[0x2]--_[0x8a]`[0xab][0xa0][0xfd][0x82][0x2]"(E[0x14][0x10]P)[0xea][0xc][0x1d][0x1c]|[0xb][0xed]m[0x9][0x94][0xa6][0x93][0xa6][0xe2][0x8f][0xf2]Ag[0xa4][0xcc][0xc8][0x8c]3[0xbe][0xfa][0xa3][0x1c][0xf7][0xa6]1[0xd4][0x18]y[0xc9][0xdd][0xec][0x9e]=[0xbb]{[0xf6]&?}[0xfb][0xe]`[0xe];![0xc]b6[0x88][0x18][0xe6][0xc4]c^[0xc2][0x83][0x10]|[0x98][0x15][0x8f][0x85][0x0][0x1e][0x8a]s1[0x84]%<[0x12][0xd6]c[0x9][0xcb]![0xf4]bVB>[0x84]>[0xac][0x84]([0xe7][0x89][0x8][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0x85][0x9f]Jx&a[0x8d][0xa1][0xb7][0xb2][0xa5][0xa8]5^.[0xf2][0xa6][0xc1]0\8n[0xd5]U#W[0xd1][0x95]S~[0xa6][0xe9]'9[0xe1][0xcf]3D*[0xc5]#];[0xab]o~,[0xf1][0x86][0xa1]ju[0x86][0xa1][0xc2][0xb1][0xf2]A[0xc9][0xd5][0x94]z5g[0x6][0x95][0xc3][0x1a]'[0xa8]E%[0x8a]U[0x86][0x99][0xa4];[0x9b]k^j[0x9f][0xc1][0xb7][0xa1][0x95]9C[0xb8][0xa0][0xd6][0xf9][0xeb][0xd6][0xe9]![0xd7][0x8b]"[0xc6][0x10]-h%[0xa5][0xb6][0xaf][0xe8][0xaa]x[0xb7][0x9c]>[0xe3]Hm2[0x8c][0xbb][0x16][0x11]C[0xb5]t[0xd1]N[0xa8][0xd2]5_[0xd8]pN1[0x9a]L[0xfd]o[0xe6][0x11][0x11]r[0x1d]1`h{[0x86][0xae][0xd6][0xab][0xc][0x83][0x81]:^B[0xf4][0x18][0xba]R[0xa2]&[0xe5][0xa6][0xe9]y[0xa7][0xab][0x6][0xd7]M}[0x5]V[0xd5],d[0xc7]/D;[0xb3][0x10]C6[0xe2]-[0x1][0xc][0x1b][0x10][0xe1]z[0xde][0xe5][0xcd][0xa6]R%[0xee][0xa0][0xda][0xb4][0xc6]d[0xf0]&S[0xef]i[0xd6]=[0xad][0xa5][0x97][0xf8][0x96]*[0xf4][0x89]t[0xe9]0#He[0xdc][0xc0][0xba][0x8c]![0xc][0xcb][0x18][0xc1]([\r][0xe8]l|[0xbd][0xa5][0xd6][0xca]\[0x97][0xb1][0x81][0xe7][0xc][0x9e][0xe5][0xb8][0xb0]6%l[0xc9][0xd8][0xc6][0x94][0x8c]IL[0xd1][0xc4]n#0[0xc4]\[0xfa][0x16][0x15]_[0xc8]H[0xe0][0xae][0x8c][0x97]x[0xc5]0[0xe9][0x94]z[0xad][0xd9][0xe4][0xba][0x98][0xaa]s[0xb]7u]#[0xae][0xb1]kVJ[0x83]][0xb5][0xfd][0xe6][0xf0][0x98][0x97][0xc]s|[0xba]?~[0xa5][0xd1][0xe0][0xf5]2[0xc3]t[0xb2][0xe0][0xc4][0xe4][0xff]][0x93]5m[0xde][0x81][0xb7]vx[0x1d]>[0xe6]r-H[0xfd]*7[0xec][0xe5][0xc4][0x92][0xf6]"[0xad][0x1d][0x8a][0xe][0xc3][\r]![0xce][0x9e][0xa1][0x94]N[0x8a][0x9d][0xb]2[0x9a]t]xj[0x9f]T[0x8b][0xd1]7[0xf]x[0xe8][0x83][0xa6][0x9d][0x91][0xe5][0x13]k[0xa3]S[0x2]#ao[0xd2]s[0x8c][0xde][0xe][0x8][0xe1][0xa5]3[0x9c][0xbe][0x0]Kg[0xce][0xe1]Ig[0xcf][0xe1][0xfd]b[0xa6][0xde][0xa2]g[0x94][0x12]AT[0x82]&HD[0xfd]D3N[0x9e]x'[\r][0x13][0xb8][\r][0x98]V[0x9c][0xa2][0xcc][0xb4][0x12]T[0xc8]Cv[0x1c]w[0xac]29:E[0xac]'[0xfd][0x15][0x9e][0xcf]6[0xb9][0xdf]t[0x8e][0x9b][0x84]r[0x7]`[0x11]2[0xb1]w[0x97]d[0xaf]3y[0xd2]5[0x99][0xee][0x9a][0x95][0xbc]cv[0x2]$.[0xe1];[0xb8][0xe8]4[0xd0][0x86]?*[0xb5][0x11][0x10]|m[0x4][0xc9]j#[0xe4]$[0xce]v[0x11]'l[0xe2]{6[0xf1][0x11][0x9] $[0x98][0xb8]D/[0x11][0xcb][0x85]K[0xf4][0x1d]d.[0xd0][0xbf][0x9b]n#[0x9c]m#[0x92]ic[0xe0][0x8a][0xb5]#[0xe4][0x2][0xe8][0x8b][0x1],[0xd2][0xe][0x96][0xba][0x84][0x9c][0xb0]*[0x4]H[0xc4][0xfb]HR[0x8d][0x1][0xfa][0xf5][0xa6][0x90]6[0xdb][0xcf][0xd8]U[0xe7]--[0x2][0xa2][0x8][0xf5][0xee][0xec]z[0xb5][0xab][0xeb][0x80][0xdd]u[0x16][0xd3]n[0xf9]?[0x10][0xfd][0xe4][0xc8][0xdf]v[0xcd][0x9f]1Q[0xb9][0xdf]PK[0x7][0x8]c[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestListener.classuO[0xbb]N[0xc3]@[0x10][0x9c][\r]&v[0xcc]C[0xa4][0x8c][0x94][0xf][0x80]&'j[0x17][0x88][0x82]T[0x96]([0x88][0xd2]_[0xec][0x5]l[0xcc][0x9d][0xb4]w[0xc6][0xff]F[0xc1][0x7][0xf0]Q[0x88];G[0x8][0x9][0x91]-vV[0xa3][0x99][0xd9][0xdd][0xcf][0xaf][0xf7][0xf][0x0][0xd7]8Oq[0x9a][0xe2][0x8c][0x90][0xe9][0xba][0xbe][0x13][0xb1]BX][0x96]mo[0x1a][0xaf][0x1e]E[0xbf][0xf2]`[0xe5]Em[0xd8][0xf9][0xa2]l[0xf5][0x9b]V[0x9d]6Oj[0xf3],v[0xd0][0xbb][0x8e][0x8b][0xab]-![0xf][0xde][0xb5]n[0xba]^[0x98]ps[0xd0][0xfd][0x87][0xbd]u[0x8e][0xc5]7[0xd6]D+[0xef][0x97][0x8f]q)[0x9b]:Z[0x8][0x8b][0x3]YQ5s^[0x8b][0xdf][0xeb][0xf2][0x7][0xdb]K[0xc5][0xeb][0x90]C[0x98]G[0xae]l[0x9c]g[0xc3][0xb2][0x8a]7[0x13][0x96][0xff][0xc5][0xfc]h[0x8][0x17][0xbf][0x9f][0xdd][0xef]Z[0xae][0xfc][0x94]@[0x98] V[0x92][0x10][0x8e][0x90][0x84][0x81]p[0x8c][0xe9][0x88])[0xb2][0x11]g[0x11][0x83]2[0xf]}[0x82][0x93]oPK[0x7][0x8][0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestResult$1.class}R[0xdb]N[0x1b]1[0x10]=NB6l[0xb7][0xdd]Pni[0xb8]C[0xa0]aAMyAB[0xad][0xfa]@D[0xa5]J[0xe9]E%[0xe2][0xdd]Y[0xc][0xd9][0xb0][0xd8][0xc8][0xbb][0xcb][0xa5]|[0x15][0x12][0x14][0xa9][0xf][0xfd][0x0]>[0xaa][0xea]x[0x83][0x1a]DI,[0xd9]c[0x1f][0xcf][0x9c]93[0xf6][0xdd][0x9f]_[0xbf][0x1]l`}[0x18]C[0x98]5[0xcb][0x9c][0x8d]<[0xe6]m,`[0xd1][0xc2][0x92][0x85][0x8a][0x85]e[0x86][0xc2])[0xf]+[0xb1][0x88]b[0x86]r[0xa3][0x93][0xc8] [0xae][0x1d]h~,[0xce][0x94]>[0xaa]5[0x9][0xaf][0xf3]H[0xbc]c[0xc8][0xc7][0xed] [0xaa][0xbc]e[0x98]~[0xd2][0xeb][0xbb][0x88][0x92]06~[0xef][0x3][0xba][0xfd][0xc0][0xb0]U[0x1d][0xe4][0xd8]?[0xd5][0xea][0x1e]C[0xae][0xae][0xf6][0x5][0x83][0xdb][0x8][0xa4][0xf8][0x92][0x1c][0xb7][0x84]n[0xf2]VH[0xc8][0xcb][0x86][0xf2]y[0xb8][0xc7]u`[0xce][0xf7]`[0xce]Hc[0x0][0x83][0xf3]IJ[0xa1][0xeb]![0x8f]"A[0xc8][0xec][0x0][0x5][0x95][\r][0x12]k[0xef][0x9c][0xfb][0xe2]$[0xe][0x94][0x8c],[0xac]0X'Z[0xc5][0xc2][0xa7]^d[0xab]F[0x87][0xbd][0xab][0x12][0xed][0x8b][0x8f][0x81]I[0xe3][0xf6][0x82][0xdf]t[0xf8])'dG[0xfa][0xa1][0x8a][0x2]y[0xf8]Y[0xc4]m[0xb5]o[0xe1][0xb5][0x83]*V[0x1d][0xd8]x[0xe6][0xa0][0x80]a[0x7][0xe]J[0x16]<[0x7]k(Q[0xef][0x6][0xe9]a([0x1a][0xda]Z[0xc8][0xe5]a[0xed]k[0xab][0x93][0xea][0x98]z[0x1c][0xf1][0xad][0xab][0xb0][[0xf9]h/[0xa0][0xd9][0xd6][0xea][0xac][0x8b][0x96][0xfb]g[0xa1][0xc2]t"[0x19]f[0x9e]~[0x9c][0xf]P[0xea]wK="[0x82]m[0xae][0x5][0xe6][0xe9]O[0xe5][0xa9][0xe9][0x16]2[0xc5][0xa2])[0x16] K[0x95][0xd3][0xbf][0xcb][0xd0]t[0xf0][0x9c][0xec][0xb][0xda]m[0x91][0xcd][0x92]u[0xbd][0xb5][0x1b]0o[0xfd][0x6][0x19][0xef][0x16][0xd9][0xab][0xd4][0xd1][0xa5][0xd5][0xd0][0x0][0x17]([0xa6]af[0xef]b[0x4]cd[0xc7]i[0xe6][0x8][0x99][0xa0]9[0x89][0xd2]=[0xe1]&[0x9d][0x8c]W[0xc1][0xbb]F[0xe6]'r=&;M[0xfd][0x83]D]>`+[0xfc][0xc7][0x96][0xc5][0xab]4[0xa6][0x8c][0xa9][0x14][0x9b][0xc6][0xc]F[0xd3]xFe[0xa5][0xe3]/PK[0x7][0x8]Y[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/framework/TestResult.class[0x9d]W[0xeb]W[0x1c]w[0x19]~fw[0xd8]Y[0x96][0x9]D PH[0xa0][0xa5][0xa6][0xe9]f[0x17][0xb2]!bmCB[0xa4]$[0xb1]1[0x84][0xb6][0x80]i[0xa9][0xb7]Nvg[0xc3]&[0xcb].[0xce][0xcc][0x86][0xa4][0x1a][0xdb]j[0xd5][0xd6]K[0xef][0xa9]6[0xc6]^[0xec][0x85][0xda][0xe3][0x87][0xe4][0x1c][0x5]1[0xe7]X[0x8f]=~[0xf1][0xdf][0xd0][0xe3][0x9f][0xa1]>[0xef][0xcc]0{a@N[0xcf][0x1e][0xde][0xf9]][0x9f][0xf7]y[0xaf]3[0xfc][0xe3]?[0xfe][0xb][0x80]a|[0x9c]@[0x12][0x17]5[0x14][0x13][0x88][0xe0]b3[0xee][0xc5][0x82][0x88][0x92][0x88][0xb2][0x88]E[0x11][0xdf][0xd1]`%[0xd0][0xc][0xbb][0x5][0xe]*[0x9][0xae]\[0x92][0xd1]R[0xb].[0xe3][0x8a][0x88][0xa7]4|[0xb7][0x5];[0xf1]=[0x11]We[0xef][0xfb]"[0x9e][0x96][0xe9]32z6[0x81][0x1f][0xe0][0x87]r[0xf3]9[\r]?J[0xa0][0x7][0xcf][0xcb][0xe4][0x5][0x11]<[0xf0]S[0xfc]L[0xc3][0xcf]erU[0xc3]/4[0xbc](C[0x82][0xbd][0x84][0x97][0x5][0xe2]9[0x99][0xbe]"[0xe2]U[\r][0xaf]ix]As[0xfe][0xa4]Q(V,[0xd3]V[0xb0]s[0xf2][0x82]q[0xc9][0xc8]T[0x9c]B13Y[0xb0][0x9d]Qn[0xcf][0x14][0xce][0x97][0xc][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[\r][0xdb]G&/TJ[0x5]'[0x93][0xb7][0x8c][0x5]s[0xa9]l][0xcc][0xcc][0x9a][0xb6][0xe3][0xc3][0x8d][0x8e][0xf1][0xb6][0x96]?aYe[0x8b][0xd0][0x89][0xbc][0xdc]0K[0xa6]L[0xe]n[0xb]h[0xfd][0x82][0x8b][0xd4][0x9c][0x9f][0xae][0x94]d[0x95][0xd7][0x95]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0xf2]3Ny[0x91][0xe3]'[0x14][0xc4][0x8e][0x14]x{LA4[0xb9][0xff][0xac][0x2]u[0xa2][0x9c]#[0xdb][0xb6][0xc9]B[0xc9][0x9c][0xaa],[0x9c]3[0xad]Y[0xe3]\[0x91]+[0xed][0x93][0xe5][0xac]Q[0xcd],[0xe5]f[0xdd][0x8][0xf4]l[0xe2]?[0xa1][0x9f]0[0xc5][0xf2][0x89]r[0xa5][0xe4][0xb8][0xb9][0xc8]4[0x8d][0x99]~[0xfe][0xf7][0xd4][0xa9]=Q[0xaa],Hl[0xe9]3[0xa2][0xdf][0xbf][0xd9][0xde][0xff]/0=[0xef]M|[0xa5][0xf1]|P[0xcb]Q[0xab]RR[0xd0][0x17]Nw[0xc2][0xb0][0xbd][0xdc][0xec][0xdd]|[0x9b]I[0xc5][0xfa][0xea][0xdb]p[0xe0][0x11][0xab][0xec][0x98]Y[0xc7]O[0xae]8[0xd5][0xf8][0xca]u[0xe][0xfd]M3[0xa7][0xe0][0xbe][0xed]fZ-[0xa0]p[0xea][0xae][0xcf]c[0xd3][0xc8][0x1d]7[\r]g^2[0xd9][0x9e]/W[0x8a]9[0xaf][0xf2][0xe9]`[0xd6]~[0xb3][0xed][0x18][0x96][0xe3][0xc5][0xa6])[0xeb][0x11]Qm[0xf7][0xc0][0x8e]%[0xc3][0x9e][0xa9]d[0xb3][0xa6]m[0xe7]+E[0xde][0x9e])W[0xac][0xac]y[0xb2] i[0xd0]V-[0xef][0x3][0xa2]N[0xc7][0x8][0xbe][0xa8][0xa0][0xa3][0x1a][0x87]q[0xcb]2[0xae]H[0x16][0xe8][0xd8][0x8f][0x94][0x8e]![0x11][0x7]D[0x1c][0xc4][0xb0][0x8e]C[0xf8][0x82][0x82][0xdd][[0xc4]G[0x10][0x8f]h[0xb8][0xa6][0xe3][\r][0xfc]R[0xc7]$[0xce][0xe8][0xf8][0x15][0xde][0xd4]p][0xc7][0xaf][0x91][0xd3]q[0x3][0xbf]a[0xdf][0xd9]*[0xf7]t[0x8c][0xe2][0x88][0x8e][0x13]8[0xa9][0xe3]-[0x1]y[0x1b][0xef][0xe8]x[0x14][0xd3]:[0xde][0xc5][0xac][0x86][0xdf][0xea]x[0xf][0xef][0xeb]01[0xbd][0x9][0x92]g[0xe1][0xde]a[0x5]`[0x80]N[0x95][0x8]:Q4X[0xaf][0xb6][0xd0][0xfb]@[0xc7][0x93]04|[0xa8]cY[0xac][0xdf][0xbb][0x9d][0xca]f[0xa3][0x9][0x8d][0xcf][0xba][0xf3][0xea][0xfb][0x8f][0x86][0x8f]t[0xfc][0xe][0xb3]:[0x1e][0x17]1[0x83]Y&[0xdd][0xe6]L[0xf9][0xe][0xaa][0x82]<|[0xee][0x2][0xf3][0x82][0xa5]__[0xaf][0xc]=;[0xb]i$'[0x1b][0xcf][0x8e]JJ[0xc4][0xb]~[0xdf]d[0x17][0xa8][0xab][0xac][0x9a]~[0xda][0xbe]q[0x95]U>o[0xd8]S[0xe6]e[0xc9][0xa0][0x92][0xfb][0xe8]\[0xbf]^[0xab][0xc2]m2[0xd2][0x9b]8 [0x8f][0xf1]b[0xd1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xe0]D[0xb9]X[0xe4]A[0xa9]m[0xa1][0xa3][0xda][0x85][0xa7][0xcc]u[0xa7]5[0x1c]`[0x9d][0xb6][0x98][0xd5]z[0xe7]+v3[0xa0]M[0x9b][0xc7][0x3][0xe1]e[0xe6][0xbf][0xb9][0xb6][0xae][0xfe][\r][0xe9][S[0x8a]t[0xc7][0xa2]7[0xa3][0x1f][0xc2]P[0xa4]%K[0xbd][0xad]#[0xda][0x18][0xe0]wE[0x92]_CMP[0xa5]d[0x98]qi[0xce]"[0x18][0xe4]|[0xa8]a~[0xa0]f[0x9e][0xe1][0x9c]5[0xe5][0x8e]YV|[0xb6]s[0x8f][0xf5]Hy[0x1f]g[0x16][0xa2][0x1c][0x1][0x7]S[0xab]PR[0xb7][0x11][0x99][E[0xf4][0x8f]P[0xab][0xc3][0xa6][0xea]0[0x96][0xa2][0xd0]D[0xc4]o[0xb9][0x88]_[0xa2][0xec][0x87]Fy[0x7][0xf5][0xf4][0xa0][\r][0xbd][0xfc][0xed][0xc6]=[0xd8]C[0xe]}[0xd4][0xde][0x8f][0xfb][0xb9][0xab]{:[0xf0][0x0][0xe][0xf3]9 [0xa5][0xe7][0xeb][0xbf]A[0x8b][0x9a][0xf8][0x1c]K[0xfd][0x1]M[0xb7][0xd1]<[0x97][0x1e]\Eb[\r]-[0x11]Z}/[0x8e][0xd2][[0xc2]`[0x84]Z[0x86][0xf9]ux[0x14]c<[0xd1][0x87][0xbb]p[0xc]_[0xa6][0xed][0xd4][0xec][0xb3][0x92][0xd1]8[0x1e]t[0x99][0x8e]a[0x2][0xc7][0x89]8 [0xfd]![0x84][0xa9][0xfa][0x19][0x98][0xb6][0x87]2=H[0xa6][0xc3][0xfc][0x1d]"[0xb3][0x91][0xcf][0xc8][0xf4]+.[0xd3][0x87]p[0xca]g*[0xcc]#[0xe2]u2[0x8d][0xa5]=[0x86]U[0xbd][0x9]w[0xef]0Z[0x18][0x5][0xd1][0xd7][0xe5][0x9d][\r][0xb0]u|[0x95][0xa8][0xfc][0xa8][0xc0][0xe9]M[0x11];B[0x10][0xc7][0x89][0xf8][0xe0][0x96][0x88]wK[0xa3][0xe6][0x9e] f}[0xc4]]~rM[0xa6][0x5]z[\r][0x9d]DN[0xdf][0xe4]F[0xd4][0x85]nu[\r][0x8]qR[0xe9] L[0x15]~[0x97][0xf][0x1f][0xc7][0xe]L[0xb9][0x9][0xff][0xb0][0x9f]h[0xde]J&([0x81]G8b_[0xf7]M[0xb9][0xcc][0x15]q|2[0x88][0xd9][0x99]A?f[0xdd][0x83][0xeb]1[0x9b][0x1a][0xa2][0x91][0xbb]"[0xc][0xd8][0xbf][0xab]fz\[0x1e]eH[0xa6][0x99]X[0xb3].[0x97][0x94][0x1b]"[0xcd][\r]V[0x94][0x8e][0xe8]s[0x83]%[0xfc][0x92][0x81][0xf9]I?X[0x3][0xd2][0xa1]}[0x16]#|J[0xf8][0x12][0x92][0xf6]k[0xe8]R[0xf0][0xfb]@O[0xcc][0xdd]y[0xa2][0xa6]p[0x12]A[0xe1]|[\r]g}[0x7][0x1e][0xf2][0x11][0xe2][0x82][0xf0]'t[0xdf]l[0xb8]o[0xd4][0xdc][0x8f][0xfb][0xf7]=[0xa0]"/v[0xff][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UI6[0xf5]3u[0xfa][0x14][0xbe][0xe9][0xbb][0xa7]R[0xe9][0xa1][0x15][0xdc][0xb9][0x8c][0x1d]SC[0x9f]x[0x93][0xbb]o[0xb9][0x84]b,[0xea]~[0xf7][0xd9]A[0x8a][0xf2][0xec]"[0x11]O[[0x8a][0x9e][0x5]^[0xe4][0xda]5[0x9e]z[0x89][0xb3][0x97][0xf9]/[0xe5]5[0x9e]|[0x5][0x9d]x[0x95]'_C7^g~[0xbd][0xe1]2[0x1a][0xe3][0xc9][0x4][0xff][0xa4][0xf8][0xa3]<[0x11][0xe1][0xe8][0x1c]G[0xdd][0xee][0xda]qW_[0xe0][0x80][0xfe][0xa0]][0xf4][0x7][0xe][0xc8]"[0x17][0xe2][0x80]x[0xa3][0x3]n[0x84]:[0xc0][0xc][0xca][0xe9][0xef]T%[0x91]8[0xcd][0x82][0xf9][0xbc][0x82][0xa3][0xa9][0xb9][0xa9][0xbf][0xa5][0xe6][0xe8][0xc9]=O[0xf2]U1[0xf4][0xe9]2[0x12][0x87][0xd5][0xa1]O{[0xd4]O6[0xf6][0xc8][0x9e][0xfa][0x1e][0xb9][0x86][0xbd]Rq[0xff][0xba]E[0x2]-[0xb4][0xa4][0x97][0xb0][0xbd]d[0xdc][0x8b][0xfa]W[0xcd]{[0x94][0xef][0xf3][0xc4][0x7][0xc][0xfa][0x87][0xb4]d[0x99]5[0xf7][0x11]{[0xc3][0xc7]A[0xfb]<[0xc6]<[0xf3][0xda]g[0x1a]w[0x6][0xed][0xf3]t[0xe0][0x8f][0xd3][0xbe]?4z*[0xcf]f+[0xfe]8[0x1f][0xbc][0x12]G8[0x17]sc)[0xb5][0xee]E" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xb5][0xb9][0x9b][0xc4][0xbf]U[0xe3][0x94]XP[0x11][0xf3][0x81]G[0xc7]|[0x8f]v[0xa6]Vp[0xcf]u[0xb4][0xf2][0xb1][0xef]:4u[0x19]j[0xb4][0xd1][0xc1][0xab]5X[0x9d]>V[0x84][0xb5] [0xf2][0x2]~[0xe2][0xea][0xe5]G[0x90][0xcb][0x1b][0xff][0x3]PK[0x7][0x8][0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestSuite$1.class}QKO[0x2]1[0x10][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xc2][0xb2]*>P[0x14][0xdf][0x92][0xa8]hD.^4z [0x9a][0x98][0xa0][0x17][0x88]g[0xb]V,.[0xdd][0xa4][0xbb]+[0xfe]-[0x13][0x8d][0xc6][0x83]?[0xc0][0x1f]e[0x9c][0xae]D[0xf][0xa0][0x9b]l;[0x9d]~[0x8f][0x99][0xe9][0xc7][0xe7][0xdb];[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xd3]H`[0xce][0xc6][0x8][0xe6]m[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x16],,2d[0xee][0xb9][[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xe7]m[0xc1]0Y[0xeb][0xf0]{^v[0xb9]j[0x97][0xeb][0x81][0x96][0xaa]}[0xc0][0x90]<[0x94]J[0x6]G[0xc][0x1b][0x9b][0x83][0xd7][0x83][0x99][0xad]K[0x86]D[0xd5][0xbb]&[0xb9][0xf1][0x9a]T[0xe2]"[0xec]6[0x85]n[0xf0][0xa6][0x1b][0x19]x-[0xee]^r-[0xcd][0xb9][0x9f]L[0x4][0xb7][0xd2]g[0x0][0x83]s[0xa6][0x94][0xd0]U[0x97][0xfb][0xbe][0xa0][0xcc]b[0xad][0x13][0x92]u[0xf9]F[0xf3][0xae][0xe8]y[0xfa][0xae][0xdc][0x10]~P[0xf]e [0x8a][0x15][0xaa],[0xf6][0xb0][0xc7]`[0xe9]P[0x99]4C|[0xd3]x[0xdb]u/[0xd4]-q*[0x8d][0xf4][0xd8][0xf]a[0xd7][0x14]J%[0x9d][0xa8][0x96][0xeb][0xf9]T[0xe8][0xb9][0x8]n[0xbd]k[0xb]K[0xe][0x96][0xb1][0xe2] [0x9][0xcb]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xe][0xd6][0xb0][0xca]P[0xf8][0xc7][0x9a]!?[0xec][0xb6][0xca]}[0xb2][0x9c][0xfb][0x93]H[0xb5][0xf6][0xb8]V[0xe4][0xcd]P[0x1a]2[0xcb][0xad][0xa1][0xed]R[0x9f][0xb9]a`3[0xe6][0x1b].][0xac][0xd0]{[0x8e][0xd0]#[0xb3]l[0xd6]4AQ[0x8c][0xfe][0x14][0xd2]4P[0x9b][0xa2]c:[0xc7]i[0xcf][0x94]v[0x9e][0xc1]J[0xdb]/[0x88]=F[0xa0][0xc][0xad]I[0x2][0x1]Wph[0x9d][0x89][0x88][0x19][0x8c]"[0xb]D[0xd1][0x4][0xc9][0x91][\r]&1[0xd5][0x17][0xdb][0xa7][0xdd]0R[0xa5]'[0xb0]W[0xc4][0x95][0xec][0x88][0xcd][0x89][0xd1][0x8c][0xd4][0x9c]o\_-[0x8e][0xe9][0x8][0x99]#[0x17][0x90][0xe2],[0xf2][0x18][0x8f]XF[0xdf]|[0xa9]/PK[0x7][0x8]Q[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]junit/framework/TestSuite.class[0x9d]X[0x9]x\[0xd5]u[0xfe][0xaf]f[0xa4][0x19][0x8f][0x9e][0x84]V[[0x8b][0x97][0xf1][0x82]%[0x8d]$[0xb][[0xb6][0x0]Y([0x18][0xd9][0x6][0x81]$[0xc][0x12][0x16][0xb2][0xb3][0x8d]G[0xcf][0xd6][0x98][0xd1][0x8c][0xf2]f[0x6]C[0xd2]6[0x90][0x92][0x90][0x85]lM[0xb3][0xd8][0xd9]Z[0xda]D] [0xb5]S[0x90]M[0x1c]LH[0x1b][0xd2][0x90][0x12][0x8]m[0xda][0x90]6%ih[0xd3][0xaf]M[0xd7]$[0xa5]i[0x93][0xb8][0xff][0xb9][0xef][0xcd][0xd3][0xd3][0xcc][0x93][0x1c][0xf2][0xe9][0x9b][0xf7][0xee][0xbb][0xf7][0xdc]s[0xcf][0xf2][0x9f][0xe5][0xea][0xe9][0x9f][0xee][0x2][0x80][0xed][0xea]P[0x4][0x3]x:[0x84][0xaf][0x86][0xf0][0xe7][0x11][0x4][0xf0]L[0x18]_[0x93][0xf7][0xb3][0x11][0xb4][0xe2][0xb9]0[0xbe].[0x1f][0xcf][0xb][0xd1]_D[0xf0][0x97][0xf8]F[0x8]%[0xef][0xbf][0xe][0xe1][0x9b][0x11]T[0xe3][0x85][0x10][0xbe][0x15][0xc6][0xdf][0x84][0xf1][0xb7]B[0xf2][0xed]0[0xfe].[0x84][0x17][0xc3][0xf8]N[0x4][0x8d][0xf8]n[0x8][0x1f][0xc6][0xf7]Bx)[0x84][0x8][0xe1][0x1f][0x85][0xe3][0xf7]C[0xf8][0xa7]0[0xde][0x14][0xc1]z[0xfc]K[0x8]?[0x88]`#[0x9e][0x9][0xe1]_#[0xd8][0x8c][0x8b][0xe0][0xdf][0xf1][0x1f]2[0xc3][0xe3][0xc][0x99][0xfe][0xcf][0x8][0xda][0xf1]_[0xab][0xc8][0xf8][0x87][0xc2][0xfd]G2[0xfa][0xb1][0x8c][0xfe][X[0xbd][0x1c][0xc1][0xff][0xe0]'a[0xfc]o[0x8][0xff][0x17][0xc1]v<#[0x93]?[0x8d][0xe0]g[0xf8][0xb9][0xd0]\[0xe4][0xa7][0x2]9([0x15]Ve[0x9c]Q[0x1][0x99]~AF[0xc1][0x90]*[0x97][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x84][0xc2]*,[0x93][0xab][0x84]6"[0x8f][0xca]Je[0xa8]*yTW[0xa2]E][0x16]Q5[0xaa]VH[0xea][0xe4][0xb3]^H[0x1a][0xe4][0xd1]([0xc][0x9f][0x13]a[0x9f][0x8f][0xa8][0xd5]x[0xae]R[0xad]QMB[0xd7],[0x8f][0x96][0xb0]j[\r][0xab][0xb5]2[0x19][0x91][0xef]uB[0xf3][0xb2]<[0xbe][0x11]F2[0x82][0xb5]j=?[0xd4][0x86]U*[0xaa]6[0x92][0x89][0xda][0xa4]P~t,>k*[0xd4][0x8d][0x1c][0x8f][0xdf][0x19][0xef]I[0xc5][0xd3][0xc7]z[0xc6]sV2}l[0xb7]B[0xc5][0xd1][0x9]3[0x9b][0xcb][0xba][0xab][0xf9]\2[0xd5]s[0xd0]L[0xe4]2[0x16]WW[0x8d]'[0x8f][0xa5][0xe3][0xb9][0xbc][0xc5][0xed][0xb1][0x12][0x82][0x81][0x91][0xe3][0xf9]t2[0xd7]s[0xd4]"[0xff][0x13][0x19][0xeb][0x8e][0x1e][0xe1][0xb5]{[0x90][0x1b]#[0x9][0xcb][0x8c][0xe7]L[0xf9]V[0xd8][0xdd][0xee]9y([0x15][0xcf]fw[0x97][0x8a][0xd2][0xe1][0xcf]L!8[0x94][0x99][0xe6][0xf1][0x97][0x8d]$[0xd3][0xe6]X~[0xf6][0x88]iM[0xc4][0x8f][0xa4][0xb4]>[0x99]DJ[0xfe][0x12].[0x9]9[0x88]Whn[0xf7]WC[0xa8]V/[0xa7][0xa1][0xe1]l[0xd7][0x11][0xc7][0xa2][0xab][0xcd]k[0xdb]u[0xfb]+[0x84][0x8c][0x9c]S[0x9d][0xc8][0xe4][0xd3][0xb9][0xc2]dV[0x7][0xfb][0xb0][0x9b][0xec]5[0xfc][0x87][0x99][0xe][0xe2]v[0xf2],[0xd7][0xd4][0xd4][0x81][0xe9][0xd8][0xee][0x13][0x1a][0xda]}[0x93]S[0xc0][0xca][0xa7]Ym[0xfc][0x15][0xbc][0xd5][0xcc][0xe6]S[0xb6][0x9a][0x15][0x96][0x1e]+[0xac]][0x89][0x92][0x7][0x92][0x9f]m[0xb4]][0xcb][0x18][0xed]R'[0x85][0xb2][0x5][0x91]+[0xc4]d{[0xb4][0xfd][0x87][0x97][0x5]Ry2=m[0xde]U[0xb0][0xaf][0xad]uy[0xce][0xee]~[0x9a][0xb]:k[0xf3][0xec]K[0xe7]g[0xc5]@vQ[0xde][0xbe][0xdc][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]O8[0xe7][0x16][0x80]*[0xc7][0xbb]v[0xfe]**[0x9c]E[0xc9][0xad]8i[0xf9][0x6][0xb4][0x9a]U[0xb8][0xed][0x17]g[0xe2][0x9b][0xe6][0x96][0xb][0xed][0xba]d[0xf6]@[0xfe]H*[0x99][0xf0]J[0xbc]n[0x85][0xc3]:[0xe][0x11][0xbf][0xc9][0xac][0x97]<2[0x9e][0xc9][[0x9]sRZ[0x8c]j[0x17][0xd8][0xdb][0x84][0x87][0x81][0x13][0xa0][0xb]6\[0xa2]Acy)[0x16][0xfa][0xba]|25mZ[0x6][0xde][0x8a][0xb7][0xd1][0xe1]Z[0xea][0xa8][0xa1]6[0xab]-[0x6]N[0xe3][0xc][0xed][0x1a][0x9d][0x89]g[0xa3][0xe9]LtN+[0x10][0xf5]4I[0xd1]B0[0xb4][0xdb][0xbc][0xa2]R$:[0xa2][0xde][0x85][0xe][0x3]_[0xc0][0x19][0x3]o[0xc2][0xaf][0x84][0xd4][0xe5][0x86][0xda][0xaa][0xda][0x98][0xe8][0x8a][0x9b]CC[0xb5][0xab][0xe][0xe6][0xc6][0xe5]"[0xd0][0xc0]9[0x9c]R[0x88]^[0xaa]TX?[0x14]O[0xa7]3[0xb9]h[0xd2]]7[0xa3][0x82][0xc5]h[0x82]l[0xfa][0xa3],m[0xd1]v[0x3][0xbf][0x86]7[0xd3][0xdf]<[0xb1][0xf3][0x15]4[0x9b][0xac][0xb1][0xee][0x98][0xfc][0xbd][0x86][0xe8][0xa7][0xc5]b[0xaa]s[0xa9][0x84][0xbe][0xcd](C[0xc2][0x91]0[0xae][0x17][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xe0]g[0x0][0xf6][0xe8]E[0xa8]ZbA[0xdb][0xf4][0x86][0xea]R[0xdd][0xac][0xf0][0xcb]v[0x1c][[0xb6]+[0x80][0x98][0x1a]N[0xa7][0x9d][0xa2]nf[0xe9]t[0xb5]MN[0xf5]i{[0x14][0xea]}z[0x1d][0xd9][0xd1][0x13]RW[0x18]j[0xbb][0xda]Q[0x10][0xc3]su[0x91][0xf5]^[0x3][0xaf][0xc5][0xeb][0xc][0xbc][0xb][0xef]0[0xf0]j[0xbc][0xc6][0xc0][0xa7]1o[0xa8][0x9d]x8[0xa4]v[0x19][0xaa]O]I[0xf8]F[0x93][0x82][0xa9][0x9c][0x3][0xaa][0xc2]a[0x9a][0xd3][0x1e][0xcb][0x8a][0xdf]-[0x11]f[0xa8][0xab][0xd4][0xd5]![0xd5]o[0xa8][0xdd]j[0xc0][0xc0][0x93][0xf8][0xa2][0xa1][0xae]Q[0x83][0x86]z[0x15][0x1e]fH[0x8d]e[0xb4][0xf1][0xb2][0xd1][0xa3][0xcc]9[0xd3][0xe2][0x11][0x1]1[0xcf][0xfc]-[0xfc]6[0xcd][0xbc][0xac]%[0xc]u[0xad][0xda]c[0xa8][0xeb][0x4][0xdc][0xcd][0xd1][0xe9][0x8c]iKb[0xde][0x95]3[0xc9]f[0x11]ro[0xc5]G[\r]5[0xa4][0xf6][0x1a]j[0x9f][0xda][0x1f]R[0xd7][0x1b][0xea][0x6]5l[0xa8][0x1b][0xd5]M[0x6][0x1e][0x12]eF[0xc]5[0xca][0x19],[0xe0][0xac][0x81][0xcf][0xe2][0x8f][\r]5[0xa6]n6[0xd4][0x1]\[0x8][0xa9][B[0xea]VC[0x8d]s7[0xbe][0x84][0xa7][0xc]|[0x19]O[0x11]?[0xc2]<:[0xab]c[0x92][0x6]H[0xb7][0x15][0xf4][0x17][0xdf]+[0xe2][0xf2][0x8][0x12][0x86][0x9a]P[0xb7][0x19][0xea][0xa0][0x1a][0xc][0xa9]IC[0xdd][0x8e][0x8c][0xa1][0xa6][0xd4]^[0x86]f|n[0x8e][0x2][0xf2][0x86][0xe4][0xdf]D[0xfb][0xc7]5s[0xe6][0xba][0x15][tv[0xd7][0x4][0xf9][0x81][0xb8][0xd8][0x89][0xe][0x96][LV[0xd7]*[0xbf][0xf6][0xa6]2m[0x9e][0xb0]#/a[0x16]w[0x10][0xce]5[0xaf][0xa3]t[0xca][0xb9][0x93][0x14]G[0xd3][0x9a]%[0xf5][0xd0][0xdb][0x97]W[0x93]p[0x89][0x88][0xbd]~=[0xd8]%[0xef]/m>[0x86][0xf2]o4[0xea][0xdb][0xdd][0xc6][0xde][0xe9][0xe9][0xf5][0xac][0x8f]t[0xc][0xc6]9[0x9][0x87][0xf1]\[0x9d][0xc2][0xb0][0x8e][0x8f][0xe6][0xe0]9[0xd4][0xcb]G[0xc3]"[0xf7]E[0xd2][0xd5]KI[0x17][0xb0]f%[0xea][0xe6]K1[0xa6]x-[0xa7][0x11][0xa4][0xa6][0xe5][0x8]S[0xf7]v[0xdc][0x8e][0xc3][0xa8][0xd1][0xef][0xb7][0xa1]Q[0xbf][0x1f]A[0x13][0x2]0I[0xb3][0x1f][0xb5]|[0xee]"[0xed]U[0xa4][0xee][0xa3][0xc5][0xae]$[0xc5]n\A[0xfb]^[0x8d]kp-[0x6]q[0x13][0xf6]p[0xcf]0[0xb9][0xc][0xd1][0xce]{[0xc9]e[0x1f][0xde][0xce][0x9d][0x8f][0xe0]zV[0x94][0x1b][0xf0]"n[0xc4]Qry5w[0xaf][0xc2][0x6][0x1c][0xc3][0xc][0xb9]_[0x8d]:$q[0x9c][0xa3][0xd7][0xa0][0x83]swP[0xa6][0xb7][0xa3][0x8b][0xa3][0x14]G[0xb]znV[0xcb][0xf9][0x12][0xd2][0xc8][0x0]z4Gj6[0xe5][0xe4][0xf9][0x6]X[0x94][0xfe]v<[0xe0]p[0xc9]r}5gl[0xfa][0x9c][0xd6]O[0xa8][0xf2][0x9c][0xb3]=~'OgsIZ[0xfa][0x9b][0x1c][0xcb]5us[0x8c]Nj[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]c-[0xdd][0xb4][0xee][0xf4]H[0x8c][0xfe]l[0x95][0x11][0xf][0x2][0xaa]q[0x19][0xc9]lcT[0xf3][\r][0x8c]sf[0x82][0x6][0x9b][0xd4]J[0xc9][0x91]5|[0x8b]RB[0xdf][0xec][0x8]+[0xe2][0x18][0xee][0x8c][0x88]s7A[0xce][0x14][0xc4]y#[0xc5]a3[0xc9][0x99]im[0xe2][0xa0][0xa6][0xae]<[0x8f][0xf5]Su[0x1b]bg[0x11]=[0xad][0xc9][0xe4][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xf4]Z}[0xa0][0xcd][0xb4][0x12][0xbf][0xaa]1[0x1d][0x91][0xe][0xd0]aaR<[0x11][0xb0][0xf5]<6[0x12][0xb][0x9b]F[0xce]c[0xf3]T[0xe7]Yl[0x19][0x8d][0x11][0xab][0x97][0x13][0x15][[0x17]Y[0xd6]i[0xd3][0x1e][0xa7]S[0xef][0xa0][0x8b]S[0xd4]cV[0xb3][0x8f][0xda],[0xa8][0xcf]=|[0x87]Q[0x8f]{[0xf1][0x16][0x1e]P[0xcb][0xa3]~[0x1d][0xf7]q[0xb7][0x92][0x6][0xdb]9r[0xaf]#u[0x1d][0xe5]m[0x8b][0x9d]G[0xfb]TM[0xe4],:[0x1e]E[0xec][0x8c]{[0x92]m[0xb5][0x13][0xa4][0xb4][0xc8][0xe5].[0x8f][0x12]u[0xb8][0x9f].[0x87][0xe6][0xf8][0xe];[0xc][0xe9][0xcc][0xa0]v[0xcb][0x9a][0x12][0x8e]1[0xaa][0xd2])l[0x3][0x1e][0x5][0xee]q[0xd8][0xde]K[0x5][0xde][0xe2]:[0x84][0xdb][0x1d][0xd6]2[0x12][0x87]([0x8f]C[0xd6]h[0x87][0x14][0xf2][0xc0];[0xf9]{W[0xe1]x[0xf5][0x4][0xf9][0x85]9[0xff]l[0x8c][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=[0x8a][0xae]Nf[0x83][0xc9]y[0xb4][0x8d][0xc6][0xbc][0xe9][0xa0][0xb3]$[0x1d],[0xa0][0xfb][0xc]g[0xb7][0x9d]C[0xcf])l[0xf5]%[0xbe]b)[0xf1][0xe8]yl'[0xcd][0x8e][0xb1]z[0xb4][0xd0]?[0xbd]'[0xb1][0xab][0xeb][0x1c]v[0xf6][0x7][0x9b][0x83][0x17][0xfa][0xca][0x3]}[0x15][0x8d][0x15][0x8d][0xe5][0xf][0xa2][0xa9]9[0xd8]X[0xb1][0xa3]?[0x14]k[0xe]u[0xd3][0x2][0xbb][0xee][0xab]P[0xf3][0x17][0xbf][0xcf][\r]}[0xa3][0xf3][0x17][0xbf][0x1c]{[0x4]LMW[0x9e]B[0xd4]=[0xf2][0xaa][0xc5]#[0x17]O[0xa3][0xba]aT[0x11][0xa9][0x5],[0x8f][0xd1][0xb3][0xa0][0xdd][0xc3]4T[0x15][\r]PCs[0xd5][0xd2][0xc][0xbd]4[0xc8]N[0xbc][0x9b]a[0xfd][0x1e][0x1a][0xe8][0xbd]L[0x93][0xbf][0xc1][0x14][0xf9][0x1][0xa2][0xe4]7[0x19]J[0x1f][0xc4][0xfb][0xf1]![0x9c][0xe4][0xfb][0x93][0xf8][0x8][0xe6]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0xf0]Q|[\r][0x1f]w[0x3][0xbc][0x16][0x9b]u,[0x94][0x91]2[0xcc][0xe0]|7BD[0xf9][0x16]r{/M{[0xf][0xc3][0xff]}\)'[0x96][0xd6][0x92][0xf3][0xfb][0x9]m[0x1a][0xdb]u[0xd6][0xb3][0x8e][0xb3][0x12]D[0xe4][0x7]8*[0xe3][0xb9][0xd3]<[0xf9][0x83]N[0x80][0xdb][0xe8]|[0xd6]q[0xa0]M[0x95]s[0xa9]>[0xc4][0xd5][0x82]S[0x5]S[0x1f]v0[0x95][0xd0]Z3h[0x4]BWK0[0xf4]/[0xe2][0xc8][0x86][0xe7][0xa7]([0xd2][0xa7][0x9][0xf1]yO[0x10]T[0xba]bU:b[0xc9]H2P[0x99][0x7]M[0xb2][0xf6][0x11][0x17]M'[0xf5][0xc1][0xa7][0x9c][0xf0][0x98]\[0x1][0xcc][0x8e][0x10][0xde]h|[0xc8][0x1][0xf3][0xc3][0x4][0xf1]g[0x96][0x1][0xb3][0x9d][0x0][0xef][0x95][0x9e][0xde][0xd1][0xee][0x8b][0xdc]%V[0xec]+9[0xa4]s[0xb4][0xeb][0xc2]`[0xa0]/[0xd8][0x18]\[0xf7] [0x9a][0xbb][0x1a][0x83];[0xfa][0xcb]c[0xb1][0xe6][0xf2][0xb3][0xd8]ML[0xdc][0x17][0x14] -[0x1a][0xa2]Esy[0xd4][0x91][0x81][0x9][0x3]g[0xd1][0xc3][0xf7].<[0xa6]e[0x19][0xe4][0xfa][0xe5]4[0xd1][0x3]:u[0xd6]c[0x13]}[0xfa]1[0xca][0xb0][0xda][0xf1]i[0x80][0x99][0xce][0xf6][0xa9][0xe8][0xd2][0xe7][0xca][0xdc]Gt|[0xcc][0x9]@[0xd1][0xc7][0xe6][0x91][0xd3][0xc5]V[0xd6]>[0xe1][0x1a][0xef][0x93][0xfc][0xf1][0xca][0xe3][0xe8]u[0xaf]c[0xbc][0xde]z]O[0x19][0x1f]u[0xe7]10[0xd5][0xc9][0xcf][0x5]\CG[0x9e]v[0x10][0xcf][0xc5]A[0x89][0xaf]W-[0x16][0xb9]"[0xef]~[0x9e]G>N[0xf1][0x9e][0xf0][0x18][0xb5][0xd7][0x15][0xb0]W[0xab][0xe4][0xcd][0x10][0xbd]Z[0xc0][0x82]X[0xf]j[0x9f][0xfe][0x8e][0x1f][0x98][0xae][0xf5][0x5][0xd3]W[0xa8][0xdb][0xd3]<[0xf2][0xab][0xcb][0x80][0xc9][0xb6][0x87]?[0x98]>[0x8e][0xdf]u[0xf][0xfe][0x14]G[0xbc]q:`[0xba]N[0xb7]2L[0xf9][0x12][0xf3][0xd4]y[0xcf][0xe4]"~"z[0xe5][0xeb][0x8c][0xbf][0xe7]=*F[0xdc]3#[0xcc][0xab][0xbf]G>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xef]f[0xda][0x2]8[0xab]b[0xda][0xac]4[0xa8]N[0x14][0x5]Ul[0x96][0xdf][0xa4]`/xXV[0xb9],[0xab][0xf0][0x7]EV[0x93][0x99][0xc5]H[0xf8]C[0x8e]x[0xb9]t[0x84]3g[0x4][0x16][0x9d][0x81][0x1];e]7[0xda][0xf5][0x18][0x86][0x14][0x3][0xa6][0x99][0x3][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0x96][0x8c][0xb5]v?[0x6]6q[0xaf][0x1f][0x98][0xbf][0xf8]R[0xeb]CE[0xd1][0xf1]"[0xbf][0xbe][0x83]u[0xf8].[[0x83][0xef]i[0x91]b[0x9c]_G[0x9d][0x1f][0xa0]n[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x81][0xe8][0xfb][0x8c][0x16][0xb3][0xd3][0x11][0xb3][0x8c][0xb4]DD[0x8a][0xe6][0xa7]q[0xc6][0x11][0xa6]G[0xb3]A[0xa0](][0xc5]U[0xf6][0x7][0x9e][0x2]U[0xee][0x16](^[0x8a][0x9d][0xcd][0xf7][0xf3]([0x11][0xa7][0xa7]X[0x8f][0xe8][0xa2][0x1e][0xf4][0xce][0xfe][0x93][0xa8][0x98][0x87][0x11][0xeb][0xe6][0xf8][0xfa][0xf9][0x8b][0xdf]^[0xf4][0xd5]j[0x8d][0xfc][0x1f][0xb2][0xc6][0xfe][0x88]1[0xf4]c[0xc6][0xc3][0xcb][0xd8][0x86][0x9f][0xb8][0x1a][0xb5]2[0x17][0xdb][0x1a][0x85][0xb1][0xd5][0xd5][0xa8][0xc7]5|[0xf][0x1b][0xab]G[0xb5][0x6][0xbc][0xae];B[0xdd][0xe8][0x80]2[0xdc]I!n(C12~[0xca],[0xfc]3[0xf][0x1a][0xc3].[0xb7][0xb0][0x83][0xc][0x19][0x9]_[0xa9][0xef][0xe7][0xdc][0x4]6[0xe8]`[0xae]"[0xd6][0xc9]ZX[0xc4]U[0xb1]aV[0x15][0x1e]pT[0xb8]\+[0x9c]<[0xa5][0x98];>[0xe7][0xf0][0xba][0xd6][0xe1]e[0x88][0xe1][0xd8]`[\r][0xeb]Ft[0x89][0xf1][0x95][0xe1][0xe1]f[0xb8][0xdc][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]w|[0xf8]y[0x17]P;[0x1c][0x1f][0x86][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8]P[0x11][0xa7]z[0x8f][0x1b][0xc3][0xae][0x1b][0x1f][0xc7][0x5][0x7][0xfd]E[0xfb]o,[0x96][0xa4][0xc5]g[0xbf][\r][0xec]' N.`i[0xc8][0xe1]SK&7=Ev|[0x9d]f&[0x1e]Yd[0xa8][0x93][0x82][0xda][0x88][0x90][0xda][0x4]Cm[0xf1]0[0xae]ua[0xfa]$[0xd3][0xb8]-[0xd8][0xcb][0xa4][0x16][0x80][0x98][0x4][0xce]h[0xb0][0xab]9[0xf8][0x18][0xc6][0xa4][0xb0][0x4][0xcf]H[0xc6][0xb9][0xf9][0x14][0xfa][0xe5]}[0xe0]$[0xb6][0xbb]%[0xff][0x16][0xbb][0xe4][0x8f]J[0x16][0xbc][0x95][0x8f]n'#6,[0xe9][0x1]4[0xab][0xf1]2L[0xc6][0xba][0xe5]b0[0xb1]$[0xdc]c[0xf4])T;*T[0x7]jU[0xc]u[0xaa][0xb]-[0xaa][0x1b][0x9b][0xd4]6[0x1c]PW[0xe0][0x16][0xb5][0x3][0x87]T/[0xa6][0xd5]N[0xad][0xc0]N[H[0xd7]G&[0xfe][0x84][0xb5]^[0xe9][0x91][0xd4][0xeb]2=[0x92][0xb2][0x19][0xa0]E_[0xa7][0xf1][0x10][0xf4]4[0xe9][0xa6][0xae][0xd7][0x5][0xaa][0x9c][[0xb9][0xff][0x94][0xbf]/[0xe1])[0xc7][0xba]#[0xe]f[0x9a][0x1c][0x95]k[0xa9][0xe5]ml[0xb1]N"[0x14][0x9c]G0P[0xec][0xf5]+=[0xf8]irekrd+[0x93]^9[0x9c][0xf];[0x9c][0xdb][0xc8][0xf1] [0xaf]qQ[0xb1]_[0xdd][0xe4][0x2]n?[0x89][0x6][0x8e][0xa7]>[0x8b]C[0xb]8[0xbc][0xdc]A[0xbb]=[0x7][0xb5][0xb9][0x7][0xb5][0xb9][0x7][0xfd][0x99][0xa6][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe]Y[0x7][0x8b][0xc2]z;[0xd8][0xfe][0x1f]PK[0x7][0x8][0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/runner/BaseTestRunner.class[0x95]X[0xb]|T[0xe5][0x95]?'[0xb9]3[0xf7][0xe6][0xe6][0x6][0xc2][0x0][0x81][0x0][0x91]IT[0x98][0xcc][0xe4][0x1][0xf8][0xe][0xaf][0xf0][0x8][0x10]H[0x2]%[0x8][\r]TaHn[0xc2][0xc0]d&[0xce][0xdc][0xe1][0xa1][0xb6]Z_m[0xed][0xc3]V[-[0xa8][0x80][0xd6]n[0xda]]v7`;[0xa4]Rmw[0xbb][0xea][0xae][0xee]v[0xbb][0xd6]}[0xd9]}t[0x9f][0xad]u[0xab][0xc5][0xb6][0xab]n[[0xdd][0xff][0xf9][0xee][0xcd]d2[0x19]*[0x85]_[0xee][0xfd][0x1e][0xe7];[0xdf]y[0xfe][0xcf][0xb9][0xf3][0xc2][0xbb]O=CD[0x8b][0xf9]K&5[0xd2][et[0x98][0xde][0x96][0xd1];&F[0xff]'[0xd3]_[0xe9][0xf4]k[0x93][0xfc][0xf4][0x96]A[0xbf]1[0xe8]][0x19][0xbe]g0a[0x9f]Y[0xe7][0x12]y[0x97][0x9a]T[0xc1][0x9a][0x8c]|[0x6][0xfb]A[0xc1][0xba][0xac][0x18][0xb2]R&[0xf][0xd3][0xa4]8[0x97][0xcb][0xc8][0x92]G[0x85][0xce]SL[0xaa][0xe6][0xa9]:W[0x9a]4[0x17][0xac]y[0x1a][0xde][0x1c]0x[0xba][0xcc][0xe5]r[0x9e][0xa1][0xf3]L[0x83][0xab]L[0xaa][0xa3]w[0xc][0x9e][0xa5][0xf3]l[0x93][0x16]p[0xb5][0xce]sL[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]\[0x93][0xe7]q[0x8d][0xc9][0x97][0xf0]|[0x83][0x83]:[0xd7][0xca][0xbc]N[0xe7]Ku[0xbe][0xcc][0xe0][0xcb]MZ[0xc4][0xb]L^H[0xef][0xe8][0x1c]2[0xe9]J[0xb0][0xe4]z[0xe][0xfb][[0xef]k%[0xf9]'[0xb3][0x88][0xc1][\r]"W[0xa3][0xdc][0xd6]dp3[0xb4][0xe5]E[0x6]/[0x96][0xf9][0x92]2[0xbe][0x82][0xaf]4[0xf8]*[0x93][0xaf][0xe6]k[0xc][0xbe]V([0xaf]3[0xb8]E[0xde]K[0xe5][0xb1]L[0xc8][0x97][0xcb]h[0x85][0xc1]+E[0xb6]V9[0xb8][0xca][0xe0][0xd5]&[0xce][0xae][0xd1]y[0xad][0xc1]m&m[0xe1]u:[0xaf]7[0xa9][,[0xe4][0xe7][\r]B[0xd4].[0xa3][0x8d]&obC[0xe7][0xe][0x99][0xac]1[0xb9][0x93][0xbb]t[0xde][0xac][0xf3][0x16][0x93]n[0xa0][0xb7]t[0xfe][0x80]I[0xbb]y+[0x94][0xe0]nYQF[0xd9]&[0x8f][0xeb]u[0xde]n[0x92][0xcd];t[0xfe][0xa0]I[0x3][0xdc]#[0x8f][0x9d][0xb2][0xb3]K[0x8e]\[0xa3][0xf3][0x87][0xc][0xbe][0xc1][0xe0][0x1b][\r][0xde]m[0xf0][0x1e][0x83][0xa3][0x6][0xef]5[0xb8][0xd7][0xe0]>[0x11][0xd7]6[0xb8]_[0x88][0x7]t[0xde][0xa7]s[0x8c][0xa9][0xb2][0xfb][0xfa][0xf6]mm[0xbb];[0xdb][0xb6]m[0xd8][0xbc][0xb6]kUg[0x1b]S[0xa0]c[0xf4]`[0xb4]9[0x1e]M[0xc]4w;[0xa9]Xb`)S[0xc5][0x9a]d"[0xed]D[0x13][0xce][0xf6]h[0x94]L[0x1d]h[0x96][0x8d][0xa5][0xea]rG[0x91]T[0x15][0xa7]`[0x9a][0x92][0xb6][0x9d][0x9][0xd6][0x10]f[0xc5][0xcc]![0xcc][0xca][0x87][0xf2])[0xa7][0xc][0x14][0x1c][0x9d][0x1d][0xaa][0xbf][0x90])[0xa7][0xa6][0xa3][0x7][0xed][0x9][0xc4][0xa5][0xfd]I<[0xe7][0xb8][0x7]b[0xc9]f[0x18][0xd4][0xde][0x9c]q[0x86]2[0xe][0xfc]fG[0x7]q[0xc8]l;[0xdc]k[0xf]91x[0xf]6[0x9f] ([0xd3][0xc2][0xd0]dWO^[0x11][0xa9]K[0xf][0xd8]G[0x98]|[0x7]][0xe7][0xeb]v[0xa2][0xcf]5[0x9b][0x11][0xed][0xeb]kK[0xa5][0x92])[0xa6][0xa6][0xb]X0[0x8f][0xe1][0xb6]}[0xa9][0xe4]!q[0x91][0xe2][0xc9][0xe0]4[0xb3][0xe8].[0xc4][0x6][0xdf]u[0xd1]X<[0x93][0x2][0xd1][0xca][0xb]r.X][0x95]N[0x8b][0xb5][0x92][0x9]9j[0xbb][0x82][0xa9][0xab][0x16]\[0x1c])[0xbc]#[0xae][0xee][0x96][0xb0][0xb0][0xfb] ][0x11][0xfb][0x8][0xbb]2[0xa1]jK[0xf4][0x9][0x8d])c[0x97][0x9]Ss[0xa8][0xfd]w4[0x82][0x8e][0x0]pM[0x19].v[0xd9][0x85]B[0xce][0xd7][0x1b][0x8f][0xde]|3S][0xde][0x99]5[0xf1]h:[0xdd][0x95]t[0xd6]%3[0x89][0xbe][0x9c][0xdb][0x97]N4r[0xfe]zc[0xde]:[0xa2]"n[0xf7]:[0xcd][0xed][0x89][0x83]H(![0xd8][0x16]MA[0xb6]|[0xfa][0xfc][0xcb][0xda][0xe3]q{ [0x1a]_[0xd5][0x8b]@L[0xe7][0x13]MIgb[0x8e][0xed][0xca][0x2][0xa1]=c[0xa9]9[0xd3][0xb4]Bq[0xc5][0xe4][0xea]@[0xa7][0xed][0xec]K[0xf6][0xe5][0x82]y[0x82]L[0xee][0xde]R[0xc9][0xc0][0x9][0xc9]~dh,[0xe1]g[0x14][0xf2]][0x16]^[0x1][0xfa][0xe9]v<:[0x94][0xb6][0xfb][0xb6][0xc5][0x6][0xed]Ui[0xd7][0xa6][0xe2][0xd5][0x8d][0xf5][0xc5] N[0x7]N[0x8]%"s#[0x80]q([0x95][0x14][0xdd]V[0xa5][0x6]2[0x83]v[0xc2]IK[0xba][0xec]*[0xea][0xa2][0xc9][0xac][0x4]Y5[0xd8][0xf][0x87][0xa6][0x17]9#[0xd0]#J[0xbb][0x6]2[0x91][0x95]9[0xdc][0xd3]B;%,[0xfc]v[0xc2][0xd5][0xac][0xd2]>[0xec][0xa4][0xa2][0xbd]N[0x9e]A[0x17][0x14][0xf][0x94]"[0x97][0xf4][0x8e][0x1f]2[0x1c]h[0x7][0xc7][0x8a]v[0x90][0xaa][0xc][0xb3][0xb1][0xa0][0x9d][0x12][0xc7][0xe5][0xdd]9[0xaf]1][0xfe]>[0x17][0x8c]y[0xae][0xac];6[0x90][0x88]:*GC[0x17]s[0xc6][0xf5]Jyo[0xdc][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec];[0x19]\67[0x93][0xb6][0xb7][0xda]qW[0x89]n%[0x89][0xd8][0xc3]N)[0xf4]G][0x8]LDI[0x81]9Xf[0xc])=[0xe0][0x3]gm_Rt[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0xeb][0x9b][0x0][0x94]%[0xf6][0xe2]\[0x1a][0x80][0xbc]}s~[0xc4][0xea][0xd0]"[0x99][0x12]K[0x94]H[0xd5][0xc8]#K[0xe4]#i[0xc5][0xc0]D[0xf0][0xac]*[0xa2]q{=*[I[0x2][0xbb][0xb5]y[0x9b]n[0xc1]Z[0x97]L[\r]F'[0xe4][0x93][0xd6][0xd7][0x1f][0x17][0xc][0x8d][0xe5][0xaa]j%[0xee]p[0xab]"[0x82][0x16]n[0xc7]R}[0xa8]8v[0x14]s[0xb8][0x95]V[0xa3][0x1d])X0[0x95]+[0xca][0xd0][0xa4];o[0x1d]t[0xfe]C[0x1e][0xc5][0xb8][0xae][@[0xe0][0xe4][0x8]|[0x8e]{yy[0x9e][0xa5][0xb0][0x9a]vKuI[0xfa][0x10][0x1e]C[0xf2]H[0x17][0xb9]f[0xab]-[0xbe][0x3][0x97][0x92][0xbd][0xd8][0x9d][0x9d][0xdb]][0x9d][0xe9][0x17][0xe3][0xf5][0xe5][0xf6][0xb5]xLLe[0xa5][0xf7]%[0xf][0xa9].`k[0x14]<[0xcd]~e[0x80][0xe][0xb5]W[0x14][0x81][0xa5]S[0x18][0x8a]: [0x92][0xa2]f,[0xeb][0x8d]{[0xbd][0x82][0xd9][0x9d][0xcc][0xa4]zm7>[0xa6]O[0xac][0xf7]M[0xc2][0xc7][0xa2][0xbb][0xe8]n[0x8b][0xee][0xa4];,[0xde][0xcf][0x7],z[0x82][0xbe]l[0xd1][0x87][0xe9]#[0x80][0x90]bU[0x17][0xc1][0x11][0xcf]e&2[0xc8][0xb6]8[0xce][0x83][0xb0][0x8b]+[0xa3][0xb2][0x87]E/[0xd3][0xdd][0xd0][0xf3]BE[0xd8][0xa2][0xbf][0xa1][0x97]p1',[0xba][0x9f][0x1e]`"[0x8b][0x93][0xc4][0x87][0xd1][0xe6][0x14]+N*}E[0xdd]#:[0xdf]l[0xf1]-[0x9c][0xd6][0xf9]V[0x8b]?[0xcc][0xb0]q[0x8d][0xda][0xc][0xd5][0x7][0x7][0x15][0xa2][0x7][0x7]3i'[0xb8][0xd7][0xe][0xc2][0x8e]N[0xac][0x17][0xe1]?~[0xcf][0xe6][0xbd][0xfb][0x1][0xfd][0x16][0xdf][0xc6][0xb7][0x8b]o[0x8a]\[0xc4][0x14][0xf9][0x1d][0xca][0x17][0xa4]u[0xf1].[0xe8]$[0x83]1P[0x1d][0xc0][0xb5][0xae]4-[0x16][0x94][0xef][0xd0][0xf9][0xce][0x9]F/^[0xe0]t[0xbe][0xcb][0xe2][0xbb][0xf9][0x1e][0x8b]?[0xc6][0x1f]G[0xc0]5&[0x92]^[0x80]X[0xfc][0x9][0xbe][0xd7][0xa2]?[0xa1]?[0x5][0xa2]byB[0x84]|[0x94][0xee]@:4[0xf6]Z[0xf4]g[0xf4][0xac][0xce][0x9f][0xb4][0xf8]S[0xfc]i[0xf8][0xae]3[0x96]N[0xe3]lP[0xf4][0x9][0xf6][0xba][0xee][0x82][0x8e]:[0xc6][0xe2][0xfb][0x94][0x87][0xd6][0xda][0xfd][0xd1]L[0xdc][0x9][0xe][0x81][0xf]:hx2e[0xf1]g[0xe9]Mx[0xb1][0xc9][0xe2][0xcf][0xf1][0xfd][0x16]?[0xc0][0x9f][0xb7][0xe8]6[0xba]]F_[0x0]d65a[0xe7]Az[0xd1][0xa2]W[0xe8]Y[0xa0]4[0x0]6[0xd5]$[0xc8]h[0xf1]C[0xb2]`[0xe5]G[0xaa][0x18]][0x8c][0xdb]4[0x94][0xb]zI[0x92][0xa3]c[0x81][0xe5][0x91][0xe5]A[0xa1]l[0xd6][0xa2][0xfb][0xf0][0xe0]/[0xf2]Q[0x9d][0x8f][0x8d][0x5][0xd2]Dd[0xd5][0xf9]a[0x8b][0x1f][0xe1][0xfb][0x99][0xe6][0xbf][0xf][0x14][0x8e]%_[0x1]P[0xe5][0xb1][0xcd]C'[0x9][0xad]G->[0xce]',[0xfa]!=k[0xd1][0xcf][0xe8]{[0x93][0x18][0xb8][0x10]#[0x92][0xc2][0x86]U[0xc5][0x1]H[0x18][0x9d][0xb4][0xf8]1[0x81][0x81][0xf3]b[0xd0][0xca][0xc2]L[0x92][0xa4]V[0xb6][0xc9][0x5]^[0x93]8j[\r]p[0x5][0x8d]J[0xb1][0xad][0xad]v:#[0x90]^]l[0xb3][0xdb]M[0xa6]Y[0x85]{n+[0xda][0x94][0xbb]-}[0x8]wgbM[0xe3][0xd8]%:[0xa8][0xad][0xe8]![0xa7]`[0xc3][0xe3][0xe6][0xa0]M([0xd8]Q[0xb1][0xdc]$[0xea]4y[0xd9][0xd1][0xe4]6RMn[0xf8][0x87],~\[0xbc]c[0xe]F[0xf][0xf][0xba][0xdf]g[0x12]1?@I[0xfe]-[0x9f]ML[0xf3][0x8a]%cG,[0xed][0xd8]j[0xdb]p[0x92]c[0xd6][0x9b][0x11]*Z[0xa5]J[0x11]JL[0xd7][0xe6]#[0xbb][0x9b][0xed]K'[0xaf][0xd4]O^[0x2][0xb0][0x85]&[0x16]~i[0x98]P[0x9b][0x92][0xd2][0x87]D[0xc6][0xf7]&|[0x9][0x15]o[0xe4][0xd1]F'[0xc5][0x99][0xfe][0xb8][0xf7]e[0x8a]~[0x3][0x15][0xdc][0x4]rx[0x9f][0xac][0xd8][0x8b][0xe][\r][0xe1]{[0x7][0xed][0xf2]E[0xf5]][0x1e][0xfc]J{[0xa4][0xb8][0xb8]mmk[0x91][0xb3][0xbb]&[0xb5]T[0xf9][0xdc]&5[0xbf]3B[0x93][0xe9][0xb7][0x8f][0xd5][0x9d]"G[0x90][0xe8]"@[0xb2]/[0xd6][0x1f][0x3][0x10]I[0xc4]N[0xa6][0xf4]v[0xa5][0x9]Iw{([0xac][0x85][0xda][0xa5][0xc4][0xfa][0xdd]0a[0xba][0xae][0x88][0xa7]v][0xa4][0xab][0xa4]s[0x9b][0x84][0xc4][0xb3]&[0xc4]E[0xfe]g[0xdf][0xf4]"[0xcb]c[0x9],!>[0x1]?P[0x86][0xc1][0xb7]][0xfd],![0xcd][0xca][0x9c]1[0xb6][0x93]([0xa5][0xe5][0xe9][0xf7][0xce][0xcc][0xc][0xad]-[0x1a][0x95]~[0xfb][0xa6]L4[0x9e].h9[0xc6]t[0xdb]9[0x11][0x1e][0x8e] [0xda][0xd1][0x6][0x94]&%[0x92][0xb][0x9a][0xa8]\[0xc3]8[0xbd][0xc8]2[0xaa][0xeb][0x90][0xcc][0xe2][0x9][0xe9][0xfb][0xe5];3[0xbd]#&[0x81]W[0xe][0x87]B[0x97]>[0xfb][0xf0][0xe6][0xfe][0xb][0xb4]=[0xed][0xea][0xb3]ao:[0xf7][0x19][0xd3]^T[0x91][0xaa]P{[0xf1][\r][0x1d]&p?[0x6][0xca]U+[0xab][0xf0][0xfe][0x88][0xb4]a[0xa8]`[0xf2][0xcb]C[0xd1][0xc6]Wblz[0x91][\r][0xa4]a^[0xb1]L8[0xf6][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xa1]h*[0x8d]j[0x1][0xb3]L[0x1f][0xe7][0xe7][0xf5][0x95][0xc2]j[0xea][0x90]k[0xc][0x94]3[0xaf][0xc1][0xcd][0xbb]7[0xbf][0x9]U[0xf7][0x8e]oyM[0xa3][0xac][0x1a][0xd2][0xde][0xbb][0xed][0xa1][0x1e]s-[0xa6][0xd5][0xd2]aj$[0xa6]#[0xe4][0xa3]j[0xba][0x99]n[0xc1][0xf8]V"*[0xa1][0xcb][0xc9][0x94][0x6][0xf]cC[0x8a][0xa4]z[0xa3][0x1c][0xab]_[0x2][0xef]T[0xef][0xf9][0xa0]E[[0x88][0xe7]=[0x98]][0x8b]3,[0xbf][0x12][0x86][0xcf][0x12][0x87][0xb5][0xaf]S[0xc9]i[0xc5][0xe7]c[0xb2][0x86]7[0xd1]\[0xd2][0xa8][0x96]>[0x8e][0x91][0xe5]R[0xd2]'[0xe8]^[0xbc]k[0xe9][0x93][0xf4])[0x8f][0xcb]*P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mY8[0x92][0xa5][0xd2],i[0x85]L[0x16]B[0x8c][0x90]bR[0xe5][0x12]zLd[0xf4]i[0xfa][0xc][0xd8][0xa8][0x12][0xeb][0xb1][0xbb][0x2]o[0xb9][0xca][0x17]~[0x92]|[0x85][0xac]"[0x90][0xa7]!O[0x1e][0x1f]}N[0xe9][0xab][0xda]M[0x8f]A[0xf][0x95]*[0xe6][0x8d]g[0xc8][0xf7]<-8G[0xfe][0x9e][0xb3][0xa4][0x83][0x19][0xe6][0x1]#P[0x96]%s[0x87][0xc][0xcb][0xdd][0xe1](Y[0x98][0x8d][0xe0][0x0][0xab][0x8b][0xe6][0x90][0x1f][0xcf]f<[0x17]Q%-[0x86][0x9][0x96][0xd0][0x2]HUOWA[0xde][0xcf][0xc3]x%[0xea][0x9a][0x9b]p[0x8d][0x88]t[0xe9]9[0xaa][0xe8][0x19][0xa5])gi[0xea][0xa6]Q[0xaa][0xc][0x7][0xa6]e)[0x10][0xce][0xd2][0xf4]a2;[0xe4][0x1d][0xf9][0xd6]i[0x10][0x96][0xd3][0xc][0xb0][0x12][0x8b][0xce]S[0xef][0x92][0xbc][0xcb][0xae][0xc3][0xee]R[0xec]/[0xa7][0xd9][0xb4][0x2][0xbb][0xcb][0xa9][0x8e]V[0xe6][0xb4],[0xc7][0xea][0x17][0xe8]A[0xcc][0x1e][0xc2][0x9f][0x86][0x95][0x1e][0x8][0xf2]E:[0xea][0xe9][0xbb][0xda][0x13][0xc4][0x94][0xdb]#[0xa2]R[0xa1][0xd5]V[0x83]~M[0x9e][0x3]L:[0x86][0xa8]Q[0xbf][0xf][0xd3][0xc3]*~j[0xe9][0x91][0xb][0xfa]sF![0xbb]u[0xf0][0xe7][0xfa][0xdf][0xea][0xcf]Zz[0x94][0x8e]{[0xec]6Bdq[0x88][0x11][0xd6]"[\r]Y[0x9a]Y[0xc8]m#[0xe9][0xb4]Iq[0xb][0xba]t9n[0x86][0xc7]MF'[0xe8]$[0xa8]k[0xe9]1z|[0x12]__Q[0xbe]][0xe0][0xbb][0xf9]"[0xf8]~[0x89]J4[0x96][0x8f]#[0xd8][0x96][0xe5][0x1b]E[0xbd][0xf1][0x99][0xa2]"[0xe2][0xab][0xf4][0xfb][0xee]}%[[0xc0]E[0x9c][0xf5]6[0xac]R[0xf5]([0xac][0x93][0xa5]Y<[0xc2][0x9d]b[0xa5][0xd9][0x9d][0xc3][0xd4][0xd5][0xd5][0x98][0xa5]9-Z[0xb5][0xf6]<[0xf9]#-Z[0xf8][0x1c][0xcd]E[0xe0][0xcd][0xb][0xd4]d[0xe9][0x92]j[\r][0x8f][0xc0]|<[0xb2][0x14][0xcc]R-[0x8f]t[0xe5][0xf6]/[0xc5]*[0x8e]^[0x96][0xb7][0xc9]][\r][0x81][0xcb]K[0x9f][0xa6][0x5]YZ[0xd8]5L[0x1]p[0xc3]m[0xe7]([0xd4][0xd3]p[0x96][0xea]G@[0x1d][0x1e][0xa5][0xc8]1*[0xf][0x7][0x1a][0xdc][0x3]-Z#[0xe3][0x0]v[0x9a][0xbe]M[0xcd][0x9e][0x14][0xd5][0xda][0xc8]0[0xad]m[0xf1][0xe5][0xae]Z,[0xa2][0xf8][0xb2][0xb4]$KW[0xe4]]W[0x84][0xe2][0xaa][0xbc]m[0xb9][0x1b][0xac][0x90]lSi&[0x82][0xb1]Z[0xbd][0xd7]!Hm[0x1a][0xa2]4[0xde][0xf][0xd1])[0x1a]A[0xbe][0xc8][0xfb]%[0xba][0x12][0x96][0x12]?<[0x8]@"[0xba][0x11]~[0xd8][0x8d] [0xde]C[0x15][0xb4][0x17]'[0xfb]p6[0x9].6[0xf8][0xf4][0x3][0x90][0x6][0xe8]2[0xda][0x7][0x8c][0xd8]Ok[0xe9][0x0][0xb8][0xc6][0x11][[0x83][0x14][0xa5][0x4][0xf5][0x82][0xbb]M)<[0xf][0xe1][0x96]4e[0xf0][0xff][0x8][0x1d][0x4][0x90][0x1d]F[0xb0][0x1e]A[0xca][0xdf][0x8c]|[0xbc][0x15][0xb7]~[0x4]^[0xbb][\r][0x9e][0xba][0x9d][0xfe][0x10][0x1e][0x1f][0x1][0xc5][0x19][0x0][0xde][0xf7][0x0]u/!__[0x86][0xff][0xde][0x80]D[0xe7][0xe1][0xff]_[0x2][0xb8]$&[0x86] [0xd1]|[0xdc][0xfa][0x7][0x8][\r][0x92]4"[0x12]NA[0xee][0xf5]H[0xcf][0x13][0xe0]R[0x8a][0xbb]*[0xd4]H[0x3][0xaf] F[0x4][0xfd]_[0xa6][0x1a][0x8c][0xfe][0x18]#[0xc4]A.[0x9e][0xde][0xc6][0x8d][0x92]DS[0xe9]U:[\r][0xea][0x12]H[0xfd][0x0]=I_[0x3][0x97][0x87][0xa0][0x89]D[0x9b]F_[0xf7][0xd2][0xd9][0xa5][0xca]*[0xe8]=K[0xa3][0xb9][0xa4][0xf3][0xa9]([0xad][0x18][0xa5][0xab][0xe7][0xdf];[0x83][0xae]If[0xe9][0xba][0x91]\H[0xfb]U[0xb8][0xde][0x9f][0x97]t[0x15][0xb9][0xeb]+[0xe8][0x1b][0xf4][0x14][0xf6]5:G[0xdf][0xf4][0xd8][0xfd][0x17]f[0x1a][0xde]1[0xee],]Q[0x13]y[0xe6]q[0xda][0x13][0xa9]Y[0x12]h[0xc9][0xd2][0xd2][0xa3][0x88][0x1a]d[0xf5][0xb2]aZ/K[0xcb][0xd5][0x92]Y[0xfa]$[0xad][0x18][0xa6][0xab]de[0xa5]ZY[0x10]y[0xa6]F[0xdb][0xf3][0x84]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8][0x98]V[0xc4]x[0xf9][0x19]Z[0x15]X[0x9d][0xa5]5w[0x95][0xf2]0[0xe9][0xa0][0xee][0x94][0xd1]{'[0x1b][0xc6]Em[0xa1])x[0x1e][0xc3][0xec]ad[0xe2]#[0xf0][0xf6][0xa3][0xb0][0xda]qT[0x80][0x13]@[0xd5][0x93][0xd8][0xc][0x80][0xf4]8r[0xf3][0x9][0xda][0x81]|[0xbb][0x1][0x99][0x16][0x5][0xed][0x0]|![0xea][0x85][0x95][0xe8][0xbd][0xf4]4[0xbc])[0x16][0x89][0xe5][0x14][0x8d][0xd1]3[0xf4]-(X[0x2][0xda]o[0xc3][0xe2]bA|[0x83]z*[0xaf][0xf0]`[0xcb][0x1f][0x9e][[0xa4][0x90][0x1][0xe2][0xe1][0x91]q[0xf3][0xf9]s\[0xfd][0xf4][0x1d][0xc4][0x8b][0xd4][0x1c]|[0xaf]z[0xbc][0xb6]y[0x90]:;[0x12]X[0x9b][0xa5][0xb6][0xa3]T[0x19][0x89][0x4][0xd6]ei[0xbd][0xb6]'K[0x1b]F"[0xe3][0xda]NQ2~[0x3][0xc8][0xf7][0x14]83[0xef][0x86][0xd9][0xb9][0x1b]f[0xd3]s*>[0xca][0xe8][0xf9][0xdc][\r]{[0x14][0x90][0x13]5[0x9d][0xa1][0xf6][0x92][0x13][0x14]B[0x8e]Ua[0xf8][0x4]][0xe2]eb[0xb8][0x14][0xd3],m[0x14][0xdc][0xd8][0xe4]&[0xe3][0xa6]p[0xe1][0xbd][0xdf][0xa1]i[0x90][0xba][0x1][0xfc][0xc7]Kb[0x13][0xfd][0xb9][0x80][0xbb][0xa6][0xc9][0xef][0x1e][0xaa]`[0xbc]@/[0x82][0xfa][0x1e]UhX[0xc9][0xe6][0x8b][0x8c]RGat}?Ox_Nx[0x9f][0x17][0xdc]c[0xb5][0xa7][0x9a][0xfe]R[0x9d][0xfb]+[0xcc][0xbe][0x9b][0xeb]$"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xf1]w[0xba][0x80][0xe9]+y[0x92][0xb1][0xc7]T[0xa3][0xbf]Fn[0xba][0x7][0xd7]z-[0xc8][0x9c][0x80]1J[0x9d]R[0x91][0x11]{S[0xc2]_[0xa3][0x92][0xa3][0xa4]k[0xc3][0xa4][0x95][0x9e]*[0xe0][0xf8][0xcf]y[0x1c][0xe7]x[0x1c]M[0xf9][0xdd][0xc9][0xe3][0xb8][0xd2][0xb3][0xec][0xb4]@[0xd7](m[0xde]t[0x8e][0xb6][0xf4][0x84][0x3][0x1f]8K[[0xc7][0xf5]uC[0xe2][0xdf][0xc0][0xf0][0xdf]s[0xcc][0xfc][0x0][0x84][0xef][0xab][0xaa]h[0xca][0x8f]\.3n[0x82][0xe1]$[0x8f][0xb6]0[0x18]u[0xbb]e~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]&i)Pl[0xcf][0xd2][0xf5][0xa3][0xb4]][0xaa]n[0x96]v[0x84][0x9f]#[0x1d][0xef][0xf][0xe][0xd3][0x82][0x8e]a[0xaa][0xeb][0x18][0x9f]Wa[0x1e][0xe8][0x1c][0x9f]k][\r][0xe8][0x8]t[0x14][0xb3]z[0xb8][0xae]G[0x95][0xb5]Ex/[0x86]{[0x96]y[0xf3]V[0xdc][0xb9][0x8]+[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xda][0xa9][0x3][0xeb][0xad][0x18][0xb5][0xe6]t[0xd8][0x9]O[0x11][0xfd]7f?[0x6][0x2][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xfc][0x4][0xe7]^[0x7][0xe4][0xbe][0x1][0xbe]o[0x82][0xf3]y[0x80][0xda][0xcf][0xc1][0xe5]5[0xf0]y[0x1d][0xcd][0xcb][0x1b][0xe0][0xff]&n8[0x8f][0xfe][0xe2][0xe7][0xe0][0xf4]S[0xf0]{[0x9d][0xda][0xb0][0xde][0x8e][0xf5][0xe][0xac]w[0xe2][0xbd][0x99]~[0xa1]lr%<[0xdf][0x88][0xf7][0xdf][0xd2][0xdf][0xc1][0x16][0x8b]1[0xfa]{5Z[0x9e][[0xeb][0xf4]F[0x92]*][0xf4][0xf][0xf4][0x8f]$[\r][0xc0]+[0xb9][0x10]_[0xe2][0xb9][0xd6]p-[0xb4][0xb3]0[0xde][0xde][0xca]s[0xa4][0xe1]u$r[0xfe][0x7][0xde][0xf9][0xfb][0xf0][0x16][0xa0][0xad]F[0xad][0xeb][0xec][0x9c][0xbb][0xa2][0xe1]y[0xf2][0xd5][0x9c]j[0x18][0xa5]]@*_[0x8b]Vs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x15][0x14][0x0][0xc2]|[0xc8]c\[0x7]FD[0xbf][0xc2][0xb1]_[0xc3][0xc0][0xbf][0x81]K[0xdf][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xa7][0x19][0x97][0xd2]L.A[0xc1][0xd6]r[0xca][0xcd][0xc2][0xfb][0x9f][0x10]M[0xe2][0xde][0xea]\CTM[0xff][0x2][0xdc][0x91][0x8b]g[0xa8][0xd6][0xa8][0x4]|[0x2][0xf4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xca][0xe8][0x87][0x8][0x1a]W[0xb8][0xc3]^`[0x4][0xcf][0xd1][\r]H[0xd7][0x1b];[0xce][0xd1][0xee][0x9e][0xc8]Y[0xda][0xd3][0x19]FE[0x8e][0xa2]'[0xd8][0xdb][0xd5]8J[0xbd][0xe3]JW[0x89]2\N[0x6][4[0x8d]+[0xa8][0x8a][0xa7][0xd0]\[0x9e][0x9a][0xc3][0x5][0xf7]+=[0xa7]uzrC>[0xc3]y![0xf5][0x98]/v;[0xd2]{$[0xfc][0xb4]MO[0xb4]Q[0xec][0x82]\m[0x93]Mg[0x9f][0xa7]9[0x11][0xc7][0x9][0xfe]'Nw[0xd8]qQ[0x97]k[0xe1][0xeb] [0xc3]$[0xf9][0xbe]G[0x98]VJHQ>P[0x84][0xe1].[0xab]e[0xaa][0xdc][0xb2][0x96]Zs[0xff]x[0x18][0xc6][0xc7][0xe2][0xc5][&[0xd6][0xca][0xd4][0xb]D[0x87]V[0x83][tahv[0xd6]0Ss[0xeb][0x17]?[0x87]i[0xe8]g[0xc0][0x6]4[0xf6][0xd0]op[0xd0][0xe2][0x10][0xa3][0x6][0xc7]-^[0xe2][0x8a]>[0x1][0xd7]Mvr[0x0]PK[0x7][0x8][0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/runner/Version.classmQ[0xcb]N[0xc2]@[0x14]=[0x3][0x85]B[0xad][0x82][0xbc]|[0xe0][0xfb][0x95][0xe2][0x82][0x6]ua[0xa2]qc[0xe2][0xaa]Q[0x13][0xc][0x1b]W[0x3]LpH[0x1f][0xa6][0xb4]&[0xfe][0x95][0xba]P[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x9]Q[0xe9]b[0xee][0xdc]s[0xcf]=[0xf7][0xdc][0xe9][0xd7][0xf7][0xc7]'[0x80][0x16][0xf6]4[0xa8]X[0xc8]a1[0x8f]%,k[0xc8][0xa2][0xae]a[0x5][0xab]*[0xd6]T[0xac]3dO[0xa5]+[0x83]3[0x86][0xb4][0xd1][0xe8]0([0xe7]^_0[0x14],[0xe9][0x8a][0xcb][0xd0][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff][0x86]wmBJ[0x96][0xd7][0xe3]v[0x87][0xfb]2[0xca][0x13]P[0x9][0xee][0xe4][0x88][0xa1]f[\r]C[0x12]1[0xfd][0xd0]u[0x85]ov[0x84]?[0x92][0x9e]{[0xc2][0x90][0x92]}[0x86][0x8a][0xd1][0xb0][0x86][0xfc][0x81][0x9b]6w[0x7]f;[0xf0][0xa5];[0xa0][0x9a][0xe2]p[0xe9]R[0xaf]q[0xfb][0xbf][0x1a];[0xe1][0xfe][0x80][0xb4][0xcb]S[0xca][0xc]Z[0xdb][0xb][0xfd][0x9e][0xb8][0x90][0x91][0xb]=[0x19][0xd8][0x8c][0x88]:r[0xc8]S[0xf7]Q[0xb3]u[0xa0]bC[0xc7]&[0xb6]t[0x14]PT[0xb1][0xad]c[0x7][0xbb]dh[0x9a][[0x86][0xe2]d[0xce]Uw(z[0xc1]/[0xa8][0xfd]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84]C[0xcf][0xe4][0x85]T[0xa8][0x8e]MI[0xcf][0xbc]&G[0x1][0xf9][0x12][0xdc]!_[0xe5])0[0x83]z[0x1f]e6[0xcd][0xa8][0x1a][0xd3][0x96]%[0x8f]Y[0xfa]K[0xd1][0x97]F*Z[0x0][0xb4]"e[0x87][0x14][0x19][0xc5][0xcc][0xfe][0x1b][0xd8]3]R[0x98][0xa1]S[0xa3][0x8]jP[0x88][0xa8][0xd3]M[0x1f][0x93]0[0x8b]9[0x8a][0xf9]h[0xdb]D[0xa0][0x1e]WH[0xb6][0x94]z[0xa2][0xc0][0xe2][0xf6]l[0xc][0xea]D[0x9c]G)![0x1e][0x93]d[0x84]j/H[0xbf]CyE[0xe6][0xef][0xb8]b[0xcc][0x9f][0x8c][0xd3]PF%[0xd6][0xac][0xc6][0xcc][0xda][0xf]PK[0x7][0x8][0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]junit/runner/logo.gifs[0xf7]t[0xb3][0xb0]LTc[0x90]b[0xf8][0xce][0xc5][0x0][0x4][\r]`[0xdc][0x0][0xa6][0x1a][0xc0], `[0xf9][0x3][0x84],[0xfe][0xfc]a[0x18][0x5][0xa3]`[0xe8][0x83][0x3][0x7][0xe][0xfc][0x7]R[0xff][0x19][0xfe][0x83][0xa9][0xff]`[0x16][0x10]([0xfe]dad`[0xe0]b[0xd0][0x1])[0x2][0xe5][0x9][0x7][0x8e][0x85][0xc][0xa2][0x1c]2[0x1e][0x1b][0x16][0x1c]l[0xe6][0x10][0x96]r90aa[0x13][0x8b][0x80][0xb2][0x93][0x88][0x86][0xe1][0xa3][0x3]m[0xbc][0xe2]I2[0x1a][0x17][0x17][0xb8][0xb6]*8w[0xe9]tl\rx[0xa2][0x86]w[0xd1][0x1f][0x8f][0x9]O][0xa7][0xea][0x1b][0xaf]+[0xb9][0x19][0xb8][0xc4]s[0x86]Fn[0xde][0x99][0x99][0xc1][0xa9]G[0xfb][0xed][0x85]'[0xd8]X[0x86][0xdc][0x8]Xr[0xb0][[0xc2]r[0xd9][0x9b][0x1f][0x85]O[0xdc];[0xf9]Bg[0xcd][0xf1][0xc]V99[0x8b];~UKf`[0xba][0xcb]L[0x8d][0xd8]iON[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x9e][0x9c][0xa4]-[0xfb](&[0xca]X[0x81][0xc1][0x1a][0x0]PK[0x7][0x8][0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/textui/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/textui/ResultPrinter.class[0x8d]V[0xf9][0x14]g[0x19][0xff]N[0xb2][0xc9]N6[0x13][0x8e][0x85]p[0x86][0xb2][0x89]6[0xdd]$[0xc0][0x16]-[0xd8]OB)[0x1][0x12][0x8][0xa4]P[0x93][0x5][0x4]/&[0x9b]I[0x18][0xba][0x99][0x89][0xb3][0xb3]@[0xb5]J[0xf]j[0xb5][0x1e][0xf5][0xb6][0xd4][0xa3][0xd4][0xb]o[0x8b][0xc2]B[[0xad][0xf5][0xa8]G[0xbd][0xb5][0xde][0xf7][0xd1][0xff][0xc0][0x9f][0xad][0xdf][0xe7][0x9d][0xd9][0x83]0[0xb][0xdd][0xcf]g[0x9e]}[0xdf]w[0x9e][0xf7][0xfb][0xdc][0xcf]3[0xcf][0xfd][0xef][0xc9][0xa7][0x1][0xac][0xc7][0xb][0x9][0xdc][0x8a]{Z[0xb0][0x19][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9]/ArJ[0xc8][0xfd]B[0xde].[0xe4][0x1]![0xef]H[0xe0][0x9d]xP[0xc7][0xbb][0xe4][0xff][0xdd]q[0xbc]'[0x1][0x3][0xf7][0xe8]x[0xaf][0xfc]?$[0x1c][0xef][0x93][0xd5][0xfb][0x13][0xf8][0x0]>([0xe4]C:>,[0xc7][0x1f][0x91][0xcd]G[0x85]<[0xac][0xe3][0xb4][0x8e]G[0x84][0xed]c:>[0xae][0xe3][0x13]:>[0xa9][0xe3][0xd1]V[0x9c][0xc1]cB>[0x15][0xc7][0xa7][0xe5][0xca]g[0x84]|V[0xc8][0xe7]t[0x9c]M[0xa0][0x13][0x9f][0x97]K_[0x10][0xd1]_[0x94][0xed][0x97][0x12][0xf8]2[0xbe]"[0x98]_[0xd5][0xf1]5[0x1d][0x8f][0xcb][0xf2][0x9c][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0xf3]:.[0xe8]([0xe9][0xb8][0xa8][0xe3][0x92][0x8e]'[0x12]x[0x12]O5oyh[0xb][0xe4]'[0xbb]o[0xea][0xf8][0x96][0x8e][0xa7]u|;[0x8e]g[0xe2][0xf8]N[0x1c][0xdf][0xd5][0x10][0x9f]:[0xe0][0xd9][0xbe][0xe5]ih[0x1f]=j[0x1e]33[0xb6][0x9b][0xb9][0xdd][0xb3][0x1d][0xdc][0xf7],sf@8[0xb6][0xb9][0xf9][0xe2][0x8c][0xa3]A[0x1b][0xd1][0xd0][0xbc][0xc9]vl[0xb3][0x86]e[0xe9]H[0xfe][0x9e][0xfd][0x1a]b[0xdb][0xdc]IK[0xc3][0xfc]Q[0xdb][0xb1][0xf6][0x14]g&,/kN[0xe4]y[0x92][0x1c]usf~[0xbf][0xe9][0xd9][0xb2][0xf][0xf]c[0xfe][0x11][0xbb][0xa0][0xa1]c[0xf4]h[0x91][0xc8][0x19][0xdf]:[0xe1][0x17][0xed][0xcc][0x98]U([0xe6]}[0x85]ly[0xd4][0xa2][0xf9]x[0xa8]f[0xd3][0xac][0x9c]iH[0xa5][0xc3][0xb]S[0x9e]9c[0x1d]w[0xbd];2Y[0xab][0xe0][0x7][0xf7][0x6]v[0x89][0x1e][0xcd][0x9e][0xda]T[0xb1]#Yi[0xa1]Wt[0xb2][0xf6][0xc]u[0xd1]vQm%[0xe0][0x80]iS[0xba];3[0xcb][0xeb][0x8d]iAkU[0xe7];-sR[0xd4][0x88][0xa5]wU[0xf][0x87]<[0xcf][0xf5]h[0xc3][0xea][0xab][0xea]$[0xfc]m[0x8a][0xd8][0xb4][0xf3]E*[0xa7][0xc1]P[0xfb][0xed][0xd6][0x94][0x95][0xf3][0xb9]][0x1b]:[0xb5][0xe8][0xdb][0xf9][0xcc][0x90]S[0x9c][0xb1]<[0xd3][0xb7]]g`$8[0xcf][0x9b][0xce]t[0x86][0x9e][0xb6][0x9d]i[0x5][0xa7][0xd9][0xd4]~[0xc2]u[0xb7][0xba].o/[0xad]s[0x99]N[0xcb][0xb9]EqZ[0xcc][0xbf]sV[0xc5][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[\r]K.[0xf][0xe][0x19][0xc3][0x0]m[0x8c][0x86][0xdd][0x14]ikh[0xda][0xc0]f"[0xb6][0x8c][0xdb][0xd3][0x8e][0xe9]s[0xab]a[0xb4][0x8e]e[0xd7]B[0xa9]cxk[0x8d][0xdf]4tF[0xfb][0xbd][0x8c]2[0xa2][0x92]!p[0x93][0x86]UW[0xe5][0xd5][0xb0][0xb0][0x6][0xba][0x1c][0xed][0x5]5gY[0xcf][0xcc]Yu[0xf3][0xaf][0x8c]SUr[0xd8]uU[0xe2].[0xb2][0xf2][0xe6]l[0xc1][0x9a][0x94]L[0x1b],[0x4][0xb6][0xb0][0xea][0x98]GQ[0xd1]h[0x99][0xb6][0xfc]re.M[0xf7][0xd4][0xa9]M[0xdd][0x9c][0x9c]T[0xc9][0xa7]a][0xb4]>[0x3]5[0xe0][0xd9]#[0x9e]{\b[0x1a]T[0xa9][0xcf][0xd7][0x12][0xf6][0xc8]k[0xcc]-[0xab][0xd2][0x13][0xe6][0xdc][0xd6][0x90][0xa0][0xdc][0xd0]R[\r][0xb7][0xd6][0x95]<[0xe7]t[0xb0]P[0xb0]<[0x9][0xba]\[0xb5][0x2][0xc5][0x83]4[0xa6][0x1e][0xdd]/[0x8d][0x9d][0xf9]n9[0x93]Y[0xa5][0xfa][0xf2]:[0x82][0x5][0xb2][0xa5][0xe0][0x9b][0x9e][0x1f][0xf0]%[0xc6][0xdd][0xa2][0x97][0xb3][0x86]m[0xd5][0x83].[0xeb],[0xeb][0xc4]>[0x3]C[0xc8][0x1a][0xd8][0x86][0xed][0x6][0x6][0xb1][0xd5][0xc0]>[0xec]7p[0x0][0xaf]1pP[0xc8][0x8c][0x90]Y[0xbc])[0x8e][0xef][0x19][0xf8]>[0xb2][0x1a][0x16]o[0x1a][0x1b][0xca][0xee][0x1b][0xdb][0xb3]9[0xe5][0xbb][0xa9][0x9c][0xeb][0xf8][0xb6]S[0xb4][0xe4][0xdd][0xb3][0x8c][0xd6][0xdc]hn-[0xda]y[0x95]E[0xcd][0x12][0xfa][0xfe][0x94][0x81][0x1f][0xe0][0x87][0x6][0x1c][0xb8][0x6]~[0x84][0x1f][0xc7][0xf1][0x9c][0x81][0x9f][0xe0][0xa7][0x6]~[0x86][0x9f][0xb3]T-[0xb1][0xd3][0xc0]![0xbc][0xd6][0xc0]/[0xe4][0xf8][0x97]r[0x1c][0x9f]*[0xbb];[0x91]=byV[0xea][0xb8]YPH[0xbf][0xa2][0xfb]R|[0xfa][0x99]o[0xe1][0x1b]![0x1a][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]q[0xfc][0xda][0xc0]o[0xf0][0xbc][0x81][0xdf][0xe2]w[0x1a]V^%a[\r]La[0xda][0xc0]Q!w [0xcf][0xeb]=[0x84][0xff]=[0xfe] 2[0xfe]h[0xe0]6?[0x4]7[0xf3][0xe3]U[0xc3][0x16]4[0xf0][0xc3][0x8e][0xfd]J}[0xe0][0xb1]y[0x91].[0xe4][0xf9][0x10][0x86]Iwp[0xb7][0x97][0x1c][0xc2]3[0xbf][0xf7]"[0xb4][0xde][0xc6][0xb]h[0xe8][0xed][0xbb][0x80][0xc6]s&[0x9f]H![0xe8][0xc3][0x84]q[0x88][0x9d]"[0xc7][0xfa]}[0x98]u[0xf1](S[0xaa][0xea][0x81]3[0x15][0xf][0x9c][0xa9]T[0xf]?[0xe7]B[0xf][0xc][0x86]}[0xa5][0xed][0x12]^[0xb5][0xfa][0xc1][0xc5][0xb8][0xd9]-[0xa1][0xff][0xf1][0x8a][0xb8]f[0x15][0x8f]\[\r]\[[0x5][0xae]-l[0x1b][0x9a]|n[0x86]p[0x19][0xb5][0x7][0xdb][0xeb]y4[0xce][0x85][0x99][0xae][0xe9]qM![0x8c][0x6][0xf][0x85][0xf0][0xf2]([0xb9]E[0x97][0x84][0xf2][0xd9]@Dt[0x1d]Z[0xef][0xd6]$O[0xa2][0xa2]L[0x2]>[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x81]c8[0xae][0xda][0xef][0x9][0xdc][0x19][0x89][0xbc])[0x2][0xb9]H[0xe4]c[0xd7]D~3[0xde][0xa2][0x90][0xef][0xc2][C[0xe4][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]v[0x9c][0x9b]c[0xec]]5>[0xd3]*`Z[0x8][0xa6][0xb1][0xb][0x94]![0x8e][0x86]I[0xa8]Z{[0xf2][0x16]I[0xbb][0x83][0xe7][0xd1]p(v[0x98]CpA[0xfa][0xb1] [0xe5]%[0x95]d*[0xce][0x9d]V[0xf7]R[0xf1][0xfb]8[0xb3]NQ[0xf1][0xfb][0xd9][0xe2][0x1f][0xa8][0xd3][0xe2][0xcb]rO[0xaa][0xfb]w[0xff][0x1f]PK[0x7][0x8][0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]junit/textui/TestRunner.class[0x8d]X[0x9]x\U[0x15][0xfe]_fy[0x93][0xe9]k[0x92]&M[0xda][0x94][0xb6]L[0x95][0xd6]t[0xa6]iZ[0x84][0x14][0x93]Z[0xa0]1[0x85][0x94]$-M[0xd2]U[0x84][0x97][0x99][0x97]f[0xda][0xc9]L[0x98]y[0xd3][0xb4][0xa8][0xa8][0x88] [0xb2][0x89]J[0x91]}[0x9][0xa2]B[`[0x12]([0x16]P[0x1]-[0xae][0xb8][0xef][0x8a][0xe2][0xbe]+[0x8a][0xa2][0xe0][0xee][0xbc][0x99]L[0xd3][0xd7][0x94][0xaf]_[0xef][0xbb][0xcb][0xb9][0xff][0xd9][0xcf][0xb9][0x93][0xc3][0xaf]>v[0x8][0xc0]rM+[0xc7][0xb5][0xb8].[0x88]i[0xb8]^[0xc7][\r]Axp[0xbd],>[0x12][0xc4]J[0xdc]X[0xce][0xd9]Gu|,[0x88][0x0]>.[0xdb]7[0xe9][0xd8]+[0xdf][0x1b]e[0xb8]Y[0x86]O[0xe8][0xb8]%[0x88][0xca][0xfc][0xce][0xad]2[0xbb]-H[0xc4][0xdb][0xa7][0xe1][0xe][0xdc])pw[0xc9][0xc1][0xdd]2[0xbb]GX[0xdd][0x1b][0xc4]([0xee][0xd3][0xf1]I[0xd9][0xbe]_[0xe8]?%[0xf4][0x9f][0x96][0xb3][0xcf][0x4]1[0x7][0xf][0x4][0xf1] [0xf6][0x5][0xb0]?[0x80][0x3]A<[0x84][0x87][0x3]xDhs[0x1][0x8c][0xc9]z\[0x86]Gex,[0x80][0x83]:[0x1e][0xf]"[0x82][0x1b][0x3][0xf8][0xac]|[0xf][0x5][0xf1][0x4][0x9e][0xc][0xe0])Y|.[0x80][0xcf][0xb][0xe2][0x17][0xe4][0xfa][0xd3]2<[0x13][0xc0][0xb3]r[0xf2]EY|I[0xc7][0xe1] [0x9e][0xc3][0x97]E[0xbb][0xaf][0xe8][0xf8][0xaa][0x86][0xc0][0xc0][0xfa]tk[0xcc]x[0xc2][0x8a]ihj[0xe8]p[0xbf]_[0xa2]v[0xef]`:5"[0xb6][0xcc]{[0x9c][0x81]jg[0xe9][0x4][0xcd]*z}[0x12][0x19]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x1e][0xdb]L[0xdb][0xc2][0xa4][0xb6][0xd4][0x88][0x8c][0x8c]xr[0xbb][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]U7[0xd9]Jh[0x1e]E[0xe1][0xb8][0xbc]=[0x19][0x13][0x8c][0xaa]([0x3][0xca][0xb6]&,[0xa6]a~[0xc3]q,[0xea][0x8b][0xa5]6HD[0x9d]z[0xc][0x1b]m=[0x9e]GF[0x94][0x89][0xb5][0xad]b|[0x87][0xe9][0xdc][0xa9][0xaf][0x94]gD[0xe9][0xde][0xb8][0xe8][0xa4][0xad]ep[[0xc9]X~[0xa5][0xd3]k[0xf9][0x99]o[0xd8][0xcc]f$[0xf3][0x1a][0xb6][0x8a][0x15]Jm[0xd8][0xbe];j[\r][0xdb][0xf1]TR[0xb8][0xf][0x99]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xd7][0xb0][0xcd][0xdd]z[0x1a]}[0xe9]5[0xd3][0xdb][0xe9][0x8a][0x1a][0x17][0x12]q[0xbf][0xc8]"1[0xec][0x86]0[0xb5][0x1e][0x1e][0x2]S[0x1b][0x6][0xbc][0xdd]A[0x7][0xec]&[0xbb][0xb8][0xe3]0[0x89]t[0x1a]d[0xc8][0xb2][0x7]StL[0xb0](3[0x5][0xa9][0xa4][0x92]=[0x84]OX][0xce]q[0x9b][0x8b][0xef][0x8f][0xde]9[0x9e]'[0xca][0x89][[0x8]Y}[0xc8][0xca]d[0xcc][0xed][0x94]![0x98][0xb1][0xec]b[0xd5][\r][0xf6][0xa4][0xb2][0xe9][0xa8][0xb5]&.9_9[0x11][0xf0]K[0x85][0x99][0x8e][0xaf][0x19][0xf8]:[0xd6][0x1b]8[0xb][0xdd][0x1a][0xe6][0x1c][0xbb]$[0x9][0xc5][0xb9]2[0x9c]m[0xe0][0xad]`M[0xad]w[0x13][0xac]G[0x12]K[0xa8]z[\r][0xf4]`[0x9b][0x86]Y[0xc7][0xa8][0x9e][0x6]R[0xd8]&[0xc3]p[0x91][0xab][0x9b][0x8a][0x6][0x86][0x90]4[0xf0][\r]a/[0xbc][0xfb][0xf3][0x8a][0xcc]:[0x80][0xd9]9[0xd4]o[0x1a][0x85][0xb7]k[0xbf][0xfc][0xed][0x0]5[0xb4][0xca][0x1c]G[0xe6]9[0xc4][0x2].&[0xb7][0xf7]@[0x1e][0x88]5x?O/[0xc1],\[0xaa][0xe4][0xc][0x11]o[0x16][0xbf][0x3]x[0xa7][0xb2][0xe4][0xec][0xa2][0xc4][0xb3][0x95][0x9c][0x92][0x9][0xef][0xc2][0xbb][0x1d][0xfe]w[0x93]F[0xf8]/+[0xcd][0xae][0x13][0xba][0x96][0xe4]0w/t[0xef]8[0xe6]y[0xf8][0x14][0xd5]][0x7]0[0x9f][0xbb]'[0xe6][0x10][0xf2]qG[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x1e][0xb9][0x15][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x8f]\[0xce][0xdd]+[0x98]=W[0xa2][0x16]W[0xd1][0x96]W[0x93][0xe6]:R}[0x98]U[0xf6][0x1a]Dp-mz}1[0x15]*[0x98][[0x17][0xd3]be<[0xad](J[0xbc][0x8c][0x9a][0xbd]W[0x85]PC1[0xc3][0xf8][0x10][0xce][0x97][0x1c][0xed]%[0xde][0xb][0xc8][0xdf]O[0xaa][0x17]tU/[0xe8][0xf6]4{=[0xcd][0xbe]Z_[0xe4][0xd0][0x9d][0xb8]5R[0xeb];[0xb9][0xfa][\r]9[0xbc][0xf1]&[0x94]{[0x9b][0xbd][0xa3][0xb8]L[0xed][0x9c][0xa4]v[0xaa][0xc3][0x91]K}[0x1a][0xd7]9,[0xec][0x1a][0xc5]Nu[0xb4]H[0x1d]E[0x9c][0x93][0x16][0xbd][0xbf]ji[0xe]oj[0xd6][0xeb][0xfd][0x9e]Z[0xfa][0xa2][0xa1][0xab][0xde]_[0xab]{/[0xc8]aq[0xf7](V[0xa8];aug[0x11][\r]r[0x10][0x11][0x1a]mIuc[0xe]K[0xc7][0xd1][0xc4][0xb1]z[0x19][0x87][0x1c][0x96][0xd3]L[0xa3][0x8][0x8]y[0x17][0xa1]G_3[0x97]T/P[0xd7]X)[0xe7]l[0xa9]>y[0xc]o~[0xa2]Qm[0xed][0x85][0x11]^[0xd2]X[0xcb][0xfa]s[0xca][0xbe]0-|j[0x8b]/\[0xef][0x93]u[0xc5][0xbe][0x16][0x9f]P[0x17][0xb8]4[0x13][0xba][0xde][0x97][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0xcb]}[0x1a][0xe4])<[0xcf][0x1f][0x5]s[0xf8]3[0xe3][0x5][0xf5][0xcd][0xbb]b[0x80][0x86][0x7]n[0xa2]c[0xf7]2Xn[0xa6][0xc3]oa[0x98][0xdc][0x8a][0x13]q[0x1b][0xc3][0xf0]v[0x86][0xe9][0x1d][0xac]:w20[0xee]b[0x89][0xbb][0x9b][0x5][0xf2][0x1e]V[0x9c]{[0x19][0x1e][0xa3]4[0xfc]}[0xdc][0xbd][0x9f][0xe3]-x[0x80][0xff][0xc6][0xf0] [0xb9]<[0x84][0xc3]x[0x98]\r[0xfc][0xd1]2FN[0xe3]x[0x11][0x8f]*7[0xe][0xd0][0xed]}[0x98][0xcb] [0xdc][0xa9]Jm[\r][0xc3][0xf0][0xc][0xa6][0x8a]A[0xfc][0xf]p[0xe6][0xe3][0x8d]r[0x95]*>[0xde][0x99][0xab][0x9c][0xec]S[0xfe]r[0xc2][0x92]3q[0xb7][0xa4][0xc1][0xab][0xb8][0x8c](e[0xc4]y[0x85][0x81][0xb4][0x93];[0xe5]xY[0x5][0xad][0x17][0x1f]T[0x85][0x95][0xbf][0xbb]8[0xf2][0xd7][0x80][0xd3]n [0x8d][0xa4][0xc3][0xbc]p$[0x87][0xd3]j[0xf0][0x96][0x1c]ZZ[0xbc][0xf5][0xde]%[0xe3]hUv[0x9c][0xe7][0xd4][0x19]OIU?[0xc4]\[0x82][0xf1][0xf9][0xa4]R`U[0x1e][0xa0][0x98]%[0xf3][0x94][0x10][0x9a][0x9a]][0xae][0xc4][0x91][0x99][0x8][0xe1][0xe1][0xbd]*[0xd5][0xbb][0xbc][0xbc][0x1d]Pu[0xc9]W[0xec]b[0xf9][0xb3][0xcd][0x93]D[0xbd][0xaa]X[0xcf]v[0xfa][0x98][0xc1][0xb8][0xa1][0xb0]![0xaf][0xca][0xa2]#[0xfb][0xcd][0xd3]4[0xdc]3|[0x8d]<[R[0x9][0x8d][0xa2]d[0x6]>[0xe4]T[0xf5][0xab][0x8b]M}[0x95][0x83]:[0xb9][0xa1][0xe7][0xbb][0xe2]a[0xca][0xf7]\[0x9][0x96][0xbf][0x88][0xe5]w[0x9a][0xb9][0xc6][0xcc][0x94];[0xd7][0xfc][0x1f]PK[0x7][0x8]C[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0]org/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/junit/After.class[0x85]O=K[0x3]A[0x10]}[0x13]MV[0xe3]Gb)"[0x8a]EJ[0x17]k[0xab][0x80]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xc8]y[0xda]Xm[0x8e][0xf1][0xd8]c[0xb3]+[0x97][0xbd]@[0xfe][0x9a][0x85]?[0xc0][0x1f]%[0xce][0xa5]0[0xcd][0x81][0x3]3[0xf3][0x86][0xf7][0x1][0xf3][0xfd][0xf3][0xf9][0x5][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0x85]![0xa1][0xff][0x1c][0xea]*[0xe7][[0xeb]X[0x8e][0xf1]{[0xe4][0xea][0xb2]4KC8Nk[0x1f][0xed][0x9c]_[0xed][0xc2][0xce][0x1c][0x8f][0xbd][0xf][0xd1]D[0x1b][0xfc][0x82]p[0xfe][0xd0]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r][0xba]&t[0x97][0xc6][0xd5][0x92]9[0xfa]G[0xfa][0x14][0x9c][0xcd]WbP[0xe9][0xcb]cv?I[0x8][0xa7][0xed][0x96][0xcc]T[0x5]GQ^[0xb4][0xf3][0x89][0xe3][0xb9]df[0xab][0xf][0x16]Qo[0x92]dw[0xd3][0x1b][0xc2] T[0x85].ko[0xa3]^[0xbf]G[0x18]n[0xec][0xd3]Y[0xc9]y$[0x9c][0xb5]&n~[0x1e][0x11][0x8][0x1d][0xe9]-4[0xd5][0xc1][0xf6]zv[0xd1][0x93]}"H[0x9][0xb7][0xc3][0xd8]E[0x1f]{[\r]|[0x3]1[0xf6]q[0xf0][0xb]PK[0x7][0x8][0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/junit/AfterClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]G+x[0x11][0x11][0xc5]C[0x8f].[0x9e]=[0x95][0x9a]R[0xc1]Z[0x89][0xd1][0x8b][0xa7]m[0x18][0xc3][0x86][0xed][0xae]$[0x9b]B[0xff][0x9a][0x7][0x80]?J[0xdc]x0[0x97][0x80][0x3]3[0xf3][0xe0]}[0xc0][0xfb][0xfa][0xfe][0xf8][0x4]p[0x8d]#[0x81]C[0x81][0x81][0xc0][0x90][0xd0]rU[0x91][0xf2]T[0x1b]&[0xc][0xc6]o[0x9e][0x8b][0x89]Qey[0x95][0xab][0xb5]"[0x9c][0xc4][0x95][0xf5]z[0xc5]/[0xba][0xd4]K[0xc3]ck[0x9d]W^;[[0x12].[0xee]k[0x8d]4[0xca]fR[0xfd][0x11]2f[0xcf][0xb6]F7[0x84][0xee]Z[0x99]*[0x4][0x8f][0xfe][0x91]>:[0xa3][0xd3]M0[0x88][0xf8][0xf9]![0xb9][0x9b]G[0x84][0xb3]vK[0xa2][0x8a][0x8c]}P^[0xb6][0xf3][0x91][0xe1]U[0xc8]L6[0xef][0x1c]D[0xbd]y[0x94][0xcc][0x16][0xb7][0x84]cWd2[0xaf][0xac][0xf6][0xb2][0xe9]H[0x18]6[0x19][0x8b]e[0xce][0xa9]'[0x9c][0xb7][0xc6]6[0xc5]G[0x4]B'[0xec][0x16][0xea][0xe9]`[0xfb][0xf7]v[0xd1][0xb][0xff]4 [0x11][0xb8][0x1d][0xc6].[0xfa][0xd8][0xab][0xe1]+[0x88][0xb1][0x8f][0x83][0x1f]PK[0x7][0x8]h[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assert.class[0x9d]Y[0x9]x[0x1b][0xc5][0x15]~[0xb3]+iWk[0xd9][0x8e][0xe5][0xc4][0x8e][0x9d]K9Hd[0xc9][0xb1]sQ[0x12];[0x18][0x1c];N[0xec]8[0x86][0x92][0x3][0x12][0xf7]@[0xb1][0xd7][0xb6][0xa8],[0x19]I[0xe][0xa4][0xa4]@[0x1b][0x8e][0x0]M[0x9b][0x92]6%!m[0x81][0x1e][0xb4]%m[0xa1]PG[0x10]([0x85][0xd2]P(=[0xe9]}C[0xef][0xfb][0xa2][0xf7][0xf9][0xde][0xec]h[0xb4]Z[0xad][0x82][0xbf][0xe6][0xfb]<[0x9a][0xe3][0xcd][0xff][0xff][0xf3][0xe6]z;y[0xf6]?[0x8f]|[0x12][0x0]V[0xb2][0x1][0x3]v[0xc3]W[\r][0xd8][0x5]_[0xa3][0xe4][0xeb][0x94]|C[0x83]o[0x1a][0xe0][0xa5]j/|[0x8b]j[0xbe][0xad][0xc1]wt[0xf8][0xae][0x6][0xdf]3[0xa0][0x2][0xbe]OU?[0xa0][0xe4][0x87][0xd4][0xfb][0x5][0xca][0xbd]H[0xc9][0x8f]([0xf9][0xb1][0xe]?[0xd1][0xe0][0xa7][0x6][0xcc]$[0x80][0x99][0xf0]3[0x1d]~N[0xbf][0xbf][0xd0][0xe1][0x97][0xf4][0xfb]+[0x3]~[\r][0xbf]![0xcb][0xdf]R[0xf2];[0x3]~[0xf][0xa0][0xdc][0x1f])[0xf9][0x13]%/Q[0xf2]gJ[0xfe]B[0xc9]_)[0xf9][0x1b]%[0xa7][0xe4][0x1f][0x94][0xfc]S[0x83][0x19][0xd0][0x4][0xff][0xa6][0xe4]?T[0xf3]_[0xcc]1[0xc0][0x1c]c[0x1a]S[0xc]h%[0xfa]V[0xde][0xc6]T[0x83]y[0x98][0x17][0x99][0x98][0xcf][0xc0]V[0x9d][0x8a]~[0xca][0x19][0xd4]ZAI@g[0x95][0xf4][EI5%3([0xa9][0xa1]$[0xa8][0xb3]Z[0x9d][0xcd][0xd4][0xd9],*[0xd5]QRO[0xc9]lJ[0x1a]t[0xd6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xb3]9:[0x9b]K[0xa5]y[0x6][0xf8][0xc9]#~6_g[0xb][0xa8]&[0xa4][0xb3][0x85]:[[0xa4][0xb3][0xc5]:[[0x82][0xfe]b[0xe7][0x18]l)[[0xa6][0xb3]0[0xb5]6Q[0x12]1X[0x94]E4[0xd6][0xac][0xb1][0xe5][0xc]|[0xeb][0xe3][0xc9]x[0xb6][0x83][0x81][0x1a]n[0xda][0xc9][0xc0][0xd3][0x95][0x1a]6[0x19]T[0xf7][0xc7][0x93][0xe6][0xc0][0xe4][0xf8][0x1e]3[0xbd]=[0xb6]'[0x81]5[0xc1][0xfe][0xd4]P,[0xb1]3[0x96][0x8e]SYTz[0xb2]c[0xf1][0xc]oK[0x8f][0xb6]^1[0x89]@[0xad][0x9d][0x99][0x8c][0x99][0xce][0xb6][0xa3]ob<[0xb7]==[0x89][0x86]u[0xe1][0xfe]+b{c[0xad][0x89]Xr[0xb4]u[6[0x1d]O[0x8e][0xb6][0xef]&>m[0xdc][0xcc]db[0xa3][0x9c][0xa0][0xc4][0x82][0x81]([0x95][0x1c][0x8e]g[0xe3][0xa9]$[0x3][0xb6][0x1b][0x9][0xc3][0xbc]W[0x85][0x85][0xdd][0x13]KdH[0xc5]H,[0x9e]`0[0xcb][0x85][0x83][0x8c][0x3][0x96][0xf1][0xc6]+'[0xd1][0x9c][0xc1]:[0x17]3[[0xcd]E{[0xae]0[0x87][0xb2].5[0x1c]j(a[0xc6][0x92][[0xf3][0x92]u[0xf3][0xea][0x9]l2[0x87][0x8b][0xd5][0x8b][0xe][0xe8][0xdb][0xd8]P[0x16]I[0x19][0xd4][0x9a][0x9c][0xfc][0x12]s4[0x96][0x1e]F[0xc2][0x81][0xc9][0x4][0xd6].[0xb]O[0x8b][0x17][0x87][0xad][0xc7]3y[0xf9][0xd3][0xec][0x84]b[0xab][0xad]q[0xf][0xa4][0xe4][0xd0][0x8d][0xc9]dA[0xb1]A^sE-[0xeb][0x14]B[0xf5][0x8f][0xa4][0xd2][0xe3][0xb1],[0x87][0xa8]w[0xe9][0xd5][0xd7]GV[0xac][0x8f][0x81]7l[0xe5]g[0xbb]Xuwws[0xb3]n4[0x1b]6[0x13][0xd9][0x18]:+,*}[0xe1][0x9e][0x9e][0x1e][0xde][0xda][0xc3][0xa0][0xc6][0x1a]Dg:[0x1d][0xdb][0x97][0x17][0xdb][0xee][0x2]8X[0xaa][0xd6][0xa5][0x8a][0xf] [0xef][0x2]D[0xaa]u[0xb1][0xc1]5iM[0x1b]9l[0xe3][0xd5]C[0xe6][0x4]-[0xbf][0x8c][0xc6]Z[0x18]4[0x85][0xa7][0xcf][0xd3][0xe0][0xa6]r[0xf7] _[0xbf][0xca] N[0xaa][0x16][0xce][0x17]]M7[0xc]n[0xb0]L7pSQt5[0xed][0x1a][0xec][0xb2]L[0xbb][0xb8][0xa9]([0xba][0x9a]n[0x1b][0xdc]f[0x99]n[0xe3][0xa6][0xa2][0xe8]j[0xda];[0xd8]k[0x99][0xf6]rSQt5[0xed][0x1b][0xec][0xb3]L[0xfb][0xb8][0xa9](6[0xba][0x99]v[0xf]Z[0xb3][0xac][0xc][0xe2][0xdc][0xeb]aYv5[0xee][0x19][0xb4]V[0x82]2[0xd8][0xc3][0x8d][0xf3][0xe5][0xda]x2k[0xa6][0x93][0xb1]D[0xd1][0xba]p[hb)[0xd5][0xc][0xa7]&[0xf1][0xc4][0xea][0xcd]t[0xc7]GF[0xcc][0xb4][0x99][0xcc][0xe6][0x17][0x1c]N[0x84]2[0xbc][0x92][0x92]U[0xc]f[0x8c]$R[0xb1][0xac][0xc3][0x8a] [0xc8]j[0x84][0xac]FV[0xd1][0xc2][0xb6]$[0x1b][0xdd][0xe6]D[0xda][0x1c][0x8a][0xf1][0xbd][0xd0]p[0xc9]d2[0x1b][0x1f]7w[0xc6]3qd[0xea]L&S[0xd9][0x18]_9x[0xfa][0xd9]t[0x15][0xfa][0xb4][0xbb]o [0xb][0xbb]Rn^[0xeb][0xac][0xf0][0xa5][0xf8][0xca]r[0x9c]r[0xb6][0xe5]&[0x8e][[0xcb][0xba][0x82][0xf6][0xb6][0xec]+[0x9a][0xb6][0xc5][0xc6]M;[0xb0]U[0xd6][0xc9][0xd4][0xca][0xe6]{[0x9]CQ[0xca]{[0xd7]gm|[0x6]}[0xff][0xef][0x1][0xea]v[0xc0]W[0xe5]w[0xa3]UC[0xa7]5[0xdf]|[0xf9]b[0xad][0xc5][0xda][0x95]@[0xd9][0x9d][0xc9][0xe1][0x9d][0xb1][0x4]]'k[0xcf]~[0x8][0xe6][0xf]7B[0xef]^[0xb][0xa2][0x82][0xff][0xe6]i[0xfc]CD0[0xc0][0x7][0x9e][0xbf][0xb8][0xc6]h[0xb0]Q7&[0xba][0xed][0xc6]b[0xe3]Ci3[0x93]m[0xdd][0x1a][0xcb][0xe][0x8d][0x99][0xe9]v[0xeb]6[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0xe5][0xae]F[0xbc][0xc1]~[0x8f][0xee][0x9b][0xc8][0xdf][0xa5][0xea][0xf6][0xed][0xd8]<[0xd7][0xb5][0xdf][0xfa][0xe5][0xd8][0xd8]A[0xf7][0xe1][0xb6][0xf8]h2[0x96][0x9d]L[0x93][0x13][0xd6]oo+[0x15][0xd7][0x11]F[0xd3][0xb3][0x81][0x90][0xce][0xf3][0xa7]7[0x85]e[0xc7][0xe9]K[0x9b][0xb1][0xc][0xdd][0xc9]}e4[0x94][0xc2]OC[0x95][0xb1]-5[0x99][0x1e]2{[0xe2][0xe4][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x90]h![0xa0][0x0][0xc][0xc2][0xab][0x2]p[0x5][0xbc].[0x0]{`([0x0]q[0x18][0xc2][0xed]^[0xe0][0xb0]lq[0xb3]mL[0xa7]Si2[0xff]D[0x0][0xd2][0x80][0xab]v[0x86]S[0x8][0x3]`0[0xa7][0x10][0xaf]t[0xa5][0xc6]'p2p4=[0xb8][0xde][0xd1][0xb1][0xd8][0x9b][0xb5][0x6][0xe0]Q[0x18][0xf]@[0x16]2[0x1][0xb6][0x82][0xad][0xc]@[0x82][0x8a]W[0xc3][0xbe][0x0][0xec][0x85]q[0x9c]&[0xbe][0x10]3[0xa1][0xcc]Xj21[0x1c][0xda]c[0x86][0x86][0xf3]GFK[0x8][0xf7][0xb5][0x93]u[0xc3]d<1l[0xa6][0x3]l[0x15][[0x8d][0xa7]HK([0xc0][0xd6][0xb0]sq[0xf7]u[0xf2][0xd5][0xde][0x16][0xa2][0x96]Wh[0xec][0xbc][0x0][[0xcb][0xd6][0x11][0xc9]5[0x1][0xf8][0x0][0xdc][0xab][0xb1]6[0xaa]i[0xa7][0x9a]k)y[0x0][0xde]GRn[0x80][0x1b])y3%o[0xa5][0xe4]vJ[0xde]A[0xc9][0x1d][0x94][0xdc][0xc9][0xa0][0xb9]0[0xc8][0xfc]q[0xd9][0xda][0x8b][0x1][0x0]n[0xb0][0xc2][0xa0][0xbb][0xd2]ql[0x8a][0x93][0x8b][0xd9][0xfa][0x0];[0xdf][0xc2]~7[0x15];(w7[0x83][0x88][0xb][0xce][0xc6]r([0x1f][0x86][0xfb]4v[0x1]i[0xbe]0[0xc0]:[0xd9][0x6][0x8d]u[0x5][0xf0][0x96][0xdf]H[0x85][0x1e][0xca]m"_^C[0xc9][0xc7][0x19]l[0xd9][0x91]1C[0xf6][0xf0],[0x9c]?[0xe][0x9a]C[0xd6]9[0xd0][0x1c][0xe2][0xe1]AS([0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]q>3[0xc4][0xf]it[0xea][0xf2][0x89][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%y[0x98][0x9a]![0xc8]k)A[0x17]=H[0x13]u[0x8a][0x92])[0xd8][0x87][0x81][0x4]N[0xc9][0xec]<2[0xda]'[0x10]v[0xcf]d6tU,[0xd3][0xb6][0x1e][0x9b]q[0xa4][0xa7]i[0xe0]9J[0x1e][0xa1]U[0xf6]0MrM[0xa1]K*[0x1b][0xca][0xf0][0xc3][0xa1]Z[0xd6]Q[0x99]zWt[0x10][0xe][0x99][0xb4][0xad][0xf][0xc0]c[0xf0]I[0x1a][0xfc]f\[0xcd]yK[0x9c]\x[0x2][0x9e][0xc4][0x1a]I[0x1a][0xb2]7[[0x18]6=[0x1e]R[0x18]`[0xbd][0xac]Oc[[0x2][0xac][0x9f][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe][0xce][0xc6]m[0x1]8[0x3]_[0xd4][0xd8]V\[0xd8][0xce][0x90][0xbb]h[0xad]_$n[0x8b]&[0x97][0xb9][0xe3]wf[0xc9][0xb2][0xd9][0xc0][0xb8]l[\r]?[0x10]LqK[0xb8]^O[0xbb])[0x14][0x9e][0x98]0[0x93]xO.w[0x8b][0xd2]K[0xaa][0xc4]~[0xc1][0x13]O[0xcf][0xa6][0xf2][0x1b]wf[0xd8][0xf5]D_[0xee]Fy[0x16][0xc4][0xaa]BS[0x8a]p5~[0x15]\4[0x82][0xb7]M[0xb8][0xcf][0xde][0x93][0x9a][0xdb][0x8b][0xfc][0xda][0xcd][0xc3][0x8][0x1a]f[0xb7][0xdd][0xd0][0xaa]n[0xa7][0xef][0x93]n[0xeb][0xfb][0xc4][0x1e][0x97]x[0xc2]<[0x6][0xa9].[0xd8][0xf7][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0x1][0xf5][0xd8]Qx-[0xc5][0x9f]b[0xa1][0x8b]H[0xa3][0xb7]H2[0x1e][0x9b]cxY[0xc4][0xf6]d,6[0x8a][0xa0]1D!+[0xe2][0xc1]8i[0xe9][0xb4][0xfc]A[0xae][0x1d]5[0xad][0x8b][0x95][0x6]n[0xb7][0xe0][0x95][0xed]E[0x8a][0x85][0x9d][0x86]][0xac][[0xb2][0xd1][0xed]0[0xb7]V",[0xc4][0xf][0xe4][0xdd]@[0xff][0xba][0xc0]Cg7[0x1e][0xb9][0xaf][0xc6][0xd2]j[0xfc][0xc5][0xf3][0x17][0xbc][0x91]S[0xc0][0x1e][0xc0][0x8c][0x2][0xaf][0xc1][0xd4][0xc0]_[0x80][0xb9]h:[0xf]^[0x8b][0xb9][0x80]e[0x4][0x97]C[0xc][0xfd]t[0xe4][0xb][0x80][0x8d][0xf8]K[0xb6][0xfe]9[0xc7]A[0x8b][0xe4]@)[0x80]T[0x81][0x8a]i[0x18]A[0x9a]@[0x87]([0x7][0xaa][0xb3][0x8c]a[0x18]L[0xae][0xc6][0xf]#0[0x8a][0x10][0x4]9& [0xd7][0xa0][\r][0xd1][0xf9]Xc[0xe]T[0xa7][0xa8]5([0xe3]\[0x9b]([0x1f]G [0xa4][0xb8][0x14][0xd5][0x83][0x96]d[[0x15]!U[0x9e]{[0xc1][0xa3][0xba] ][0x8][0x95][0xd0]iSU%UUIUqwU[0x1e]'V[0x1f][0xaa][0xda][0xe2][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]H[0x81][0xb0][0x9][0xfd]Am[0xb3]"OC[0xc5]i[0xf0][0xee]:[0x5][0xbe][0xc7][0xe9][0x17]}[0xaf]=[0xee]p[0xdb][0xe]t[0xdb]N[0x4][0xbb][0xcc][0x6]:K[0x8]$[0xd0][0xfc][0x4].[0xe4]-87L[0xf8][0x9e][0xd9]T[0xbd][0x16]A.Gs[0xbc]*[0x85][0xf9]q[0xd4][0xe9][0xc1][0xdf][0xb6]hs[0xe][0xf4]c8[0x90][0xe8][0x13][0xe0]?[0x6]K[0x9b][0xf9][0xcf][0x2][0x94][0xa6][0x7][\r]tXd[0xe0]4T[0xec]Z[0x1e][0xfd][0x14][0xf8][0x9b][0xf1][0xef][0x14][0x4][0x1e][0x8f]P[0x9f][0xca][0xc2][0xc8][0xe7][0x83][0x86]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7]v[0x2]9[0xae][0x84]z[0xbc][0xdf][0x17]A[0x6][0xd7][0xd4]^X[0x87]73[0x9][0x8f] [0xdb]"[0xa8][0x81]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]a[0xb5]I[0x1f][0xb7]a[0xcf][0x9].[0xbe][\r][0xfb]N [0xa6]A[0xf1][0x81][0xd0]y[0xb1][0x98][0xc1][0x99]([0xa8]2[0xfa][0xb4][0x98][0xc4][0x93][0x91]h[0xe][0xaa]N:\u[\r]r[0xec][0xc7][0xfc]u[0xb6][0xb9][0x9c][0xc9][0xd1][0x81][0xe7][0xae][0xe4]<[0x6][0x85][0xe][0x2][0xbd]M[0xa0][0xfb]"[0xd1])[0xa8].[0xe0][0xf9][0xb8][0x9e][0x3]6[0x1c][0x9f][0xc4][0xf1][0x9][0x1c][0xf2][0xe6][0xa4][0xc0][0xb9][0x0][0xf9][0xc9]Jc$l[0x86]sQ[0x1c][0xc6]No[0xb3][0x81]i[0x12]L[0x93]`{[0xe5][0xd4]lG[0x1b][0x1a]N[0x95][0x98][0x1a]=[0x82][0xbf]5[0xce][0xed]t[0x17][0xba][0xfb]n\[0xb8][0xef][0xe5][0xb8]![0xab][0x87]m[0xe1]^%[0x9c]Z%[0x9c]J[0xc][0xee]r[0x83]N[0xb9][0x1f]C[0xb9][0xf7][0x17][0xc9][0xbd][0xca]![0xd7][0xa0]xK[0x80][0xdd]*[0xe4][0xae][\r][0xd6]n[0x8d][0x9c][0x81][0xfa][0xd3]0[0x13][0x17][0xf4][0xac][0xc8][0x14][0xd4][0x5][0xeb]1[0x99][0x82][0xd9][E]3[0xd5]5`[0x82][0xde]n[0xa4][0xfa][0xe6][0xa2]s[0xa2][0x11]y[0x1][0x3][0x4][0x15][0x1e]B[0xa6]O[0xc0][0x1c][0xbc][0xf5]W[0xe3]}[0x1e]^[0xfc][0x85]A[0xae][0x95][0x83]\+[0xd4][0xa8]x[0xe][0xbc][0x1e][0xeb][0xac]A^#t[0xd1][0xc6][0xf1][0xe2]o[0xf5][0x82][0x85]o?[0xe][0x15][0x91][0x85]9[0x98][0xe3][0xe2][0xc7]3H[0xfa]4[0xe6][0x9f][0xb1]QTK[0x8a]j[0x1c][0xfa]~[0xee][0xc7]j$[0xdb][0x8f][0xad]D[0xf1][0x6][0xe9]Gk[0x13]il~([0x7]s[0x9d]~|[0x1e][0xa1][0xbf][0xea][0xf0][0xe3]~[0xe9][0xc7][0xfd]B[0xef][0xb5][0x2]l[0x8][0xad]i[0x1f][0xd5].k[0x9a][0xed][0xcd][0xc1]<[0xd2][0xdc][0x94][0x83][0xf9].[0x9a][0x86][0x4]?[0x87] [0xfc]Rn-[0xec]&5[0xd7]"[0xcd]u\s-[0xd2]\[0xc7]{[0xd4][0xc2][0xf5][0x98][0xf3]r[0xc2]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]-HG[0xe][0xf7][0xb3][0xa5][0xe1][0xd9][0x9e][0x1c],p[0xea][0xff];.[0xb1][0xd8][0xdc][0xe2][0xe7][0xc0][0xc0]s[0x4]l[0x9d][0xe0][0x4][0xec][0xe1][0xc0]o[0x12][0xc0]}X&{[0x9d]-Z[0xbc]$[0x7]![0x7].[0xf3][0xa3][0xc3][0xc][0x1b][0xae][0x8e][0xb8][0x7]8[0xae][0x8e][0xb8][0x7][0xb8]t[0x1d]q[0xf]p[0xf]a8[0x8d][0xbf][0x84][0xdb][0x8b][0xd6]d[0xaf][0xf1][0x3]h[0xa1][0x13]v[0xe][0x1e][0xc9]sm[0xb0][0x9a][0xf4][0x88][0x6]7[0xc1][0xcd][0x1c]V[0x83][0x83][0x98]S[0xe0][0x16][0xcc]{[0xb0][0xe6]VNp[0x9b][0xeb][0xbe]X[0xe4]$[0x88] A[0xb4]h>[0x9][0x16]$,[0xe3]`o[0x9e][0x9e][0xda]6[0x4]k/[0xab][0xf6][0x90]T{[0xa8]D[0xed][\[0xd5].v[0x12]lB[0x82][0xcd][0xe][0xb5][0x87][0xa4][0xda]CB[0xed][[0xa7][0xa7]v[0x7][0x82][0xed],[0xab][0xf6][0xb0]T{[0xb8]D[0xed][0xdb]\[0xd5].q[0x12]\[0x8e][0x4]1[0x87][0xda][0xc3]R[0xed]a[0xa1][0xf6][0xf6][0xe9][0xa9]M"X[0xaa][0xac][0xda]#R[0xed][0x91][0x12][0xb5]owU{[0x8e][0x93]`[0x1f][0x12][0xbc][0xde][0xa1][0xf6][0x88]T{D[0xa8]}[0xc7][0xf4][0xd4][0xde][0x8c]`[0x7][0xcb][0xaa]=*[0xd5][0x1e]-Q[0xfb]NW[0xb5]K[0x9d][0x4][0xb7]#[0xc1][0x11][0x87][0xda][0xa3]R[0xed]Q[0xa1][0xf6][0x8e][0xe9][0xa9][0xbd][0xb][0xc1][0xee].[0xab][0xf6][0x98]T{[0xac]D[0xed]qW[0xb5][0xcb][0x9c][0x4][0xf7]![0xc1]I[0x87][0xda]cR[0xed]1[0xa1][0xf6][0xce][0xe9][0xa9]}[0x18][0xc1][0x1e])[0xab][0xf6][0x84]T{[0xa2]D[0xed][0xbb]\[0xd5][0x86][0x9d][0x4]O![0xc1]g[0x1c]jOH[0xb5]'[0x84][0xda]w[0xb][0xb5][0x83][0xf9];[0xe9]44[0xed]j:[0x5][0x11]T=[0x5]Q'[0xe8][0xd7][0xa0][0x8a]}[0xdd]v[0xb6][0xdb][0xef][0xa3][0x9b][0xe0]=[0xe2]>:[0x88]9[0x85][0xe7][0xae][0xe7][0xa7]|[0xb1][0xfe][0xbb][0xe4]al[0xdd]Q:[0xea][0xf][0xe7][0xa0][0xd9][0xc9][0xf5]#[0x1c][0xd9][0x8f][0x8b][0xe]cb[0x0][0x9e];([0xb8]t[0xce]`[0x1d][0xc6]w[0xdb][0x86][0xe2][0xc9][0xf][0xe5][0x9c]S[0xb0][0xdc]}(/[0xe1]P[0xfe]\v([0xf7][0xc8][0xa1][0xdc]#[0x87]r[0xa0]d([0xef]-[0xb9]W"Q[0xbc]WZ[0x1c]\[0x8a][0x2][0x9a][0xa2]:[0x86]r[0x8f][0x1c][0xca]=E[0xf7][0x8a]Ao5b([0x17][0xb][0xdc][0xaa][0xd3][0xd0][0x8a]a[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0x92][0x95]N[0xf4][0x99]P[0xa9][0xcc]*[0x13]l[0xdd]$[0x83][0xad][0x83]<[0xd8][0xb2][0xeb]O[0xc8][0x1b]~T[0xdc][0xf0][0xf5][0xe2][0x86]?[0x6][0xd5][0x91]ex[0xc3][[0xb7]|[0xa5][0xe3][0x96]W[0xc2]`(MP[0xa7]Dm[0xee][0xab][0x97][0xa4][0xf5][0x18]CZ[0xb7]|[0xbd][0xbc][0xe5][0xeb][0xe5]-[0x9f][0x80][0xf7][0xb][0xd2][0x11]l[0xa1][0x9e]u[0x8b][0x97][0x9c][0x93][0x83]U[0xc4][0xb9][0x18][0xc3]*[0xf4][0xdf]j[0x17][0xce][0xe][0xf0]+[0x17][0xc0],[0xa5][0xd3][0xc6]Y'9[0xeb][0x90][0xd3][0xba][0x9e][0xeb][0xf8]E[0xad][0xf0][0x9c]5e[0x14][0x0][0xe4]9[0xf7][0x8][0xce][0xa0][0xc5]I[0x91][0x8c][0xc5][0xe7][0x8c]d[0x94][0xed][0xc8][0xb7][0x3]j[0x94]Km|A[0xc9][0x17][0xe4][0x81][0x1][0xe3][0xb9]<_P[0xf0][0x19][0xf4][0x6]'[0xf8][0xc6][0xb0][0x1f]E2[0x8d]Kq[0x85][0xaf][0xc1]O[0x1b][0xf5][0xe4][0xd2][0xf0]h[0xe][0xce][0x9d][0xed][0xb9][0xe3]]T[0xf2][0x14]B[0xfb]:[0xda][0x80][0xca]n[0xd0][0x95]A[0xf4][0xef][0xab][0xd1][0xbf][0xaf][0x81][0xd9]J[0xcc]6[0xb1][0x8d][0xf0]A[0x11][0xe6]4[0xc2][0x87]D[0x98][0xd3]([0xc2][0x1c][0x83]^[0xd1][0xe4]tZ[0x81]o[0xc3]"t[0xe8]+8[0xeb][0xa2][0xc5]#98o[0xc9]QwR[0x13]IG[0x90]t[0xc][0x1d][0x1c][0x87]z%a#m[0x80][0x93]"[0x6]j[0x80][0x8f][0x88]A7[0xc8][0x18](Q&[0xe4]\[0xeb]\[0xa4]W[0x81]O[0xb9][0xda][0xf1][0xa5][0xe1][0xc]9[0x13]2D[0xde]%[0x8e][0xa3]Z[0xc][0x91]ia,[0xc0][0x10][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x93]K[0x16][0xc6][\r][0x8]|#[0x4][0x95][0x9b]m[0x9a][0xed]!gJ[0x84][0xc9][0xb5]2LN[0xc0]G[0xf1][0xb7]X3[0xcd][0xcf]:[0xa7]f[0xfc]:R[0x9c]_G[0xd7]I[0xcd][0xe4][0xff][0x8f][0xf1][0xd2][0xfd]`}[0x98]Q[0x82][0xff][0xb8][0x80][0xdf][0x8c]u4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xb0][0xad][0xe8]s[0xc2]B[0xbf][0x13][0xbc][0xca][0x9][0x9b]h[0x9f][0x14][0xed][0x93];[0xc8]'v[0x90];O[0xb9]x[0xb9][0xdd]Iu[0x1f][0xce][0xef][0xc9][0xa2]x9u[0x96]x9Q.^^[0xef][0xc4]}[0x14][0xcf][0xb5][0xc7][0x8a][0xce][0xb5][0xd4]Y[0xe2][0xe5][0x7][0xe5][0x97]Y[0xe1][0xf5]#z[0xa6][0xec][0xeb][0x87][0xf2]Y<[0xd7][0x9e])[0xf3][0xfa][0xf1][0x90][0xf8]8}[0x10][0xbf][0xc6][0x9c][0xaf][0x1f][0x91][0x1c][0x9c][0xef][0xc4][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xfb][0xf9][0xa2][0xd7][0x8f][0x87][0xf8][0x97][0xa3][0x9f][0x1e]{[0xa5][0x1b]-U[0x15][0xf8]5[0xef]y[0x80].[0xd5][0x8e][0x2]L[0x90][0x16][0x8a][0xf2]}[0xf0](?@[0xa8][0x17]p[0xb3][0xbc]h[0x93]V![0xa5]UHiS[0xee][0xd2].pJ[0xfb][0x15][0xe2][0xfd][0xda]E[0x9a]A[0x8f][0xd1][0x2][0xe1][0x16][0xb1][0xa3][0xdb][0x83]F[0xc9][0xa7][0xec][0x85].[0x9f][0xb2][0x9d][0xe2]S6[0xb8][0xc1]j,Z~[0xd6][0x9e][0xff][0x1d][0xa8][0xca][0xef]q[0xfe][0xfe][0x0]s[0x94]?A[0x9b][0xf2][0x92]m[0x1e][0xdb][0xe5]p[0xda][0xe5][0x97][0xec]Z[0xf9]%[0x9b][0x93][0xf][0x2][0x97][0x8a][0x18][0xa7]2[0xda][0xfc][0x1][0xee]2[0x8c]t[0xba][0x1c]>[0xc3]v[0xaf][0xca][0xc0][0xa7][0xaa][0x10]P=6[0x92]JIR)[0x1f]Z*[0xe5][0x9b]@[0xae][0xcc][0x9b]@[0xb7][0xc3]}j[0x15]BW[0xbf][0xcc][0x13][0xc6][0xc3]R[0xf1][0xc5][0xc2][0x91][0x6])[0xa6][0xd7][0xc0][0x8d][0x8e][0xf3]D[0x9d][0x87]r[0xe7][0x83]_[\r][0xd9][0xa4][0x1a]R[0xaa]![0x9f]/[0xc])[0xf5][0xe1]2R{[0x9c]R[0xa3]([0xb5][0xf9]e[0x9e]/[0x1e][0x91][0x8f]q{[0xc5]r\[0x15]4[0xfa][0xcb][0xcc]y[0xbf][0xa8][0x8b]R[0xdd][0xa6]rS[0xad][0xb6][0x82][0xaa][0xae][0x0]M][0x9]s[0xd4][0xd5][0xb0]R]c[0xd3][0xb0]J[0xc]M[0x85]V>[0xc1][0xa4][0xe1][0xb4]t[0x17]E[0x9f]t@v[0x7][0x8d][0x81]2[0x1a][0x6]D[0xdd]r[0xaa][0xdb][0x9c]_w[0xbd][0x98]i>[0xeb][0x2]T[0xd7][0xa2][0xaa]u[0xa8][0xaa][\r]U[0xad][0x87].[0xb5][0xc3]v[0xd3]vK[0x87]w[0xcb][0xb5][0xd1]-[0x1c][0xae]B'WJ7[0xed][0xa3]Ri[0xbf]X[0x8a][0x6]_[0x84]}[0xa5][0xe7][0xad][0xba][0x1]'[0xb5][0xab][0xcc][0xa4][0xa6][0x1c][0x93][0xaa][0xd3][0xff][0xc9]X[0xc8][0xcc][0x8b][0xd6]t[0xba][0x1e][0xb2]|[0x10][0x8a][0x4][0x8d])[0xd8]r[0xdc][0xdd][0x19]8[0xed][0xfd]m[0x9e]fJ[0xbd][\r][0x9e][0x6]/Z[0x1e][0x83][0x16][0xbb][0x8b][0xb6][0x92][0x8b][0x1a][0xf0][0x94][0x1e][0xa0][0xd2]E[0xe4][0xa7][0x6][0xaf]UB[0x80][0xfb][0xed][0xa6][0x17]c[0xd2][0xe0][0xa1][0xdc]+)[0xe7][0xa5][0x9c][0xf0][0xe7][0xfd]rp[0x8b]P,[0xa8]=[0xe8][0xcc]M0C[0xdd][0xc]K[0xd4]>[0x88][0xa8][`[0x85][0xda][0xf]m[0xea]V0[0xd5]W[0xf2]AwX[0x83][0x90][0x83]>$[0x7]}H:[0xf6]V[0xe1][0xd8][0x8][0xc][0xc1][0xe3][0x98][0xf3][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xc1][0xa7]0[0xe7]E[0xd7]<[0x1]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "gO[0x88]][0xd4][0xc2][0x1f]c/[0xb9][0x17][0xbd]>[0x5][0xdb][0xa6]`{[0xd1]![0xb4][0xc3]Z[0xc].[0x9a][0xad][0x9][0xb9][0x14]j[0xd4][0xcb]l[0x13][0xd2][0x2][0x9f][0x16][0xdb][0xa1][0x5][0x9e][0xe2]K[0xb1][0x6][0xe6][0xc1]g[0xc4][0xa9][0x93][0x80][0x1b][0xc5][0xb5]Z[0xfc]e[0xe5]|[0xc]Q[0x13][0xb8][0xcb][0xc6][0xa7][0xf9][0xda][0xe2]~[0xaf][0xde]&[0x88]:@>[0xc2][0xe6]`[0xa7][0x93][0xe7][\r]xP\[[0xf4][0x10][0x9b]t[0xf1][0x89]G[0x17]7[0xf4]3[0xf0][0xb4][0x8][0xee]_%[0xe][0xb]=h[0x10][0xfe][0xa5][0xf][0xf0]]X[0xc0][0xbf][0x13][0xf7][0xc6][0x9][0x1b][0xbe][0xce][0xa7][0x9]x[0xee][0xb3][0xf0][0xc]">[[0xd4][0xf6]9[0xd9][0xf6][0x1c][0xb6]}[0x9e][0xab][0xfd][0x2]g[0xfc][0xa2]`4[0x8b][0x1c]w[0x99][0x93][0xf0]Qt[0xdc]cE[0x8e][0xfb][0x92]t[0xdc][0x95]b[0xad]h[0x9c]Z[0xb1]Qk[0x9c]:[0xdf][0xf6][0x1c][0xd6]Y[0xd4]_[0xc6][0xba][0xaf][0xf0][0xdc][0xf3][0xff][0x3]PK[0x7][0x8]d[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assume.class[0x95]T]s[0xdb]D[0x14]=k[0xbb]V[0xac][0xc8]N[0x9b][0xd6][0xa6]M[0xf8]([0x1f]i[0x1d];[0xc4]5_[0x85][0xda][0x9]$[0xa1][0x81][0x14]7[0x1]b[0xc]M[0xa1]e[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x19][0xd9][0xea][0xe8]#$?[0x81][0x17]x[0xcf][0xc0]3[0xcf]}[0x8a][0x81][0x19]x[0xe7]G1[0xdc]][0xc9][0xb6]b+a[0xf0][0x8c]wW{[0xcf]=:[0xf7][0xec]][0xfd][0xfd][0xcf][0xef][0x2]([0xa3][0xa9]b[0x16]wTTPU[0xb1][0x82]U[0x15][0x97][0xf0][0xbe][0x18]>P[0xb0][0xa6]"[0x89]u[0xf1][0xb0][0xa1][0xe2]C[0xdc][0x15][0x80]M1|4[0x8d][0x8f][0xb1]%[0xa2][0xf7][0xc4][0xf0][0x89][0xd8][0xab][0x9][0xdc]}[0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0x18][0x92]U[0xa3]g[0xb8][0xab][0xc][0xf1][0xfc]b[0x83]![0xb1]a=[0xd1][0x19]fjFO[0xdf][0xf6][0xba]M[0xdd][0xae][0xf3][0xa6]I;[0xb3]5[0xab][0xc5][0xcd][0x6][0xb7][\r][0xf1][0x1c]l&[0xdc][0x8e][0xe1][0xc8][0x98][0xdd].[0xed]{DTZs[0x1c][0xaf][0xab]W[0x18]T.Wu[0xdb][0x13][0xc0][0xfc][0x9e]`gM[0xfa][0xef]1L[0xfb][0xb1]Mn:[0x14][0xcc][0xe5]k[0xfb][0xfc][0x80][0x97]L[0xde]k[0x97]v][0xdb][0xe8][0xb5]+[0x12][0xae]tu[0xc7][0xe1]m[0xf9][0xf6][0x9][0x4]C[0xda]g[0xd9][0xb6][0xdc]m[0xcf]4[0x5][0xcf][0xc3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]l[0xa7][0xb9][0xaf][0xb7][0xdc][0x8a][0xe4][0xb1][0xe4][0x9a][0x94]^[0x8e]@[0x8c][0xa4]v[0xb8][0xcb]P[0xcc]OBd}[0x1d][0xde]m[0xd9][0xba][0xe3][0x96][0xee]s[0xb7][0xd5][0xd1]mI[0x9d][0xe4]-[0xd7][0xe3][0xe6]i[0x85]Cb[0xa5][0xeb]CI[4[0x85][0xc][0x84]}=z:[0xf0]6^[0xaf]Sx>2[0xaf]J[0xb1]U[0x8a][0xa6]v[0x8d]v[0x8f][0xbb][0x9e]M[0xf8][0xdb][0xd5][0xfa][0x9d]I[\r][0xab]y[0x82][0x9e][0xc3]!jX[0x89][0xf0][0xff][0xff]x[0xb0]u[0xc6][0x9b]'Y[0xff][[0xcb][0xa5][0xc1][0x99][0xde]=l[0xe9]O][0xc3][0xea]1\[\r]3[0xd5];[0xb6][0xf5][0xbd]pH[0xc2][0x19][0x15][0x9e][0x8d][0x8c]2[0x14][0xce]/[0xeb]4[0x91][0xba]kyvK[0xdf]4[0x84][0xf5][0xd3]~[0x13]/[0xb][0xb0][0x86][0xcb][0xb8][0xa2][0xe0]S[\r][0x9f][0xe1]s[0x5][0xbb][0x1a][0xea][0xf8]B[0xc3][\r][0xdc][0xd4]0[0x87]y[0x86][0x85][0xb1][0xde][0x97][0xa2][0x1b][0x86]erW2[0xac]B[0xd0]4D[0xc6]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd4][0xf0][0x15][0x1e]h[0xd8][0xc3]C[\r]_[0xe3][0x1b][0x5][0x8f]4<[0xc6][0xb7][0x2]sS[0xc]e[\r]\[0xc4]n[0xa0][0xcc]pq[0xfc]n[0xd1][0xd6][0xb8][0xd9][0xe4][0xdb]hk[0xdd][0xb2]L[0x9d][0x93]o[0xca][0x1]7=}[0xe7];q3[0xf6][0x16]k[0x13][0x8][0xf2][0xe8][0xda][0xa9][0xd3][0xd8][0xb0]l=8[0x11][0xba]+1q[0xb5][0xb][0x11][0xb7]a[0xf1][0xac]^[0xce]F8.[0xcc][0xf5][0xf5]z[0xae]a[0x96][0xd6]l[0x9b][0x1f]9[0xe2][0xde]85[0xc3]![0xe1][0xb][0x91][0x97][0xb6]6[0xca][0x10]0[0xe2][0xd6]z[0xfe]5o[0x88][0x9a]DO[0x9c][0xa9]"[0xa5][0x1f][0xe8][0xf6][0xd1][0x96][0xab]w[0x19][0x96][0xf3]g[0xb4][0xed]Y[0xc9]W[0xa2][0xf6][0x87][0x17][0xd9][0x19][0xab]q [0x97]>i[0xa9][0xde]@[0x1c]^[0xa6][0xef][0xeb],[0xc4]O[0x5][0x13][0xed]Cc[0x96][0x9e]J43[0x9a]/[0x14]N[0xc0][0x9e][0xd1]"[0x86][0x1c][0x8d]I[0xb9][0xf9][0x1a][0x9e][0xa3]Q[0xf3][0x1][0xb8][0x8a]k4[0xa7]D[0x87][0x5][0xc9]+[0x84][0x16][0xb1][0x99][0xb9]>b[0x9][0xfa][0xf7][0x11][0xef]#1[0xa2]Qi[0x6][0x16][0x91]A!D5[0x83][0xe7][0xf1][0x82][0xa4]zqHU[0x9]t[0xa4][0xe7][0x8e][0xa1]$~E[0x82][0x88].[0x8c][0x13][0xdd]"[0x82]r[0x88](=$[0xa2][0x1e][0xe][0x88]6[0x11][0x97][0xd8][0xcc][0xfc]1[0xb4]?[0x90]|@[0x85])[0x8d]3U([0xb7]*[0x99]r>[0x1a][0xd7][0xc9]"[0xc8][0x95][0xe0]dR[0xdc][0x88]3[0xe6][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3]#uS[0xe3][0x9c][0xeb][0xc4][0xb9]q.[0xe7][0xf]x[0x5][0xaf][0x6][0x9c][0xd5][0xc0][0xbb]L[0xa1][0x8f]T[0x1f]j[0x1f][0xd3][0x11][0xd6]m[0x11][0xe7][0xbd]P[0xc5][0x19]:[0x93][0x5]Y1]vB[0x8][0xa6].[0x12][0x12][0x9b]-[0x16]~[0x83][0x16][0xc3]1[0xd2][0xb2][0xee][0xe2][0x9][0xd2][0xb2][0xf0][0xb8]$[0xcc][0xd0][0xc]<"[0xe2][0xc7]t[0xfa]<$4[0x8b]<[0x9d][0x11][0xe4][0xaa][0x80]"[0xbd]h[0xe9]T[0xec][0xf5]al[0x99]b%)[0xf1][0x96][0x94]P[0xe]$[0x1c]R{[0x8][0xf6][0xdc]R1[0x90][0x90][0xf1]%,[0x9d] 3[0xa1][0xc1]#[\r][0x7][0x94]w(5\[0xf7]3[0x87]f[0xe5][0xa4][0x1a]&WBM,[0xa4]&'[0xd5][0xc]b[0xcb][0xb4][0xe7][0xab]y[0x83][0xd4][0xbc][0x89][0xb7][0x2]k[0xdf][0x9][0xac][0x9d]"kg"L[0xfd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99]:[0x85][0xb7])[0x7][0x92][0xe3]v[0xc0][0xb1][0x16][0xb4]Q[0xaa]P[0x94]$[0x17][0xc7]I~[0xa6][0xb4]_B&[0xa6][0x86][0x5][0xa4]$[0x9d]h[0xe7]we[0xce]{[0xff][0x2]PK[0x7][0x8][0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/AssumptionViolatedException.class[0x95][0x93]]o[0x12]Q[0x10][0x86][0xdf][0x3][0x94][0xa5][0xa4][0xb5][0xb5][0xda][0xda]/-T[0xdb]R>[0xe3][0x95][0x89] [0x89][0xa9][0x9a]`P/@[0xee][0xf][0xcb][0x9],Yv[0xc9][0xee]Y[0xad]?[0xab]W$^[0xf8][0x3][0xfc]Q[0xc6]9gWJ[0xb]E[0x85]d[0xce][0xec][0xcc];3[0xcf][0xce][0xee][0xfe][0xfc][0xf5][0xfd][0x7][0x80][0xe7]([0xa7][0x91]DN[0x99]se[0xf2][0xca][0x14][0xc][0x14][\r][0x94][0x18]6}[0xe1]Y[0xdc][0xee][0x8][0xcf][0xb7]\[0xe7]s[0xe3][\r][0x3]{[0xcf][0xb0]~[0xe1]:[0xbe][0xe4][0x8e][0xec]p;[0x10]+[0x8][0x8c]!Y[0xb3][0x1c]K[0xd6][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xe6][0x90][0xe1][0x15][0x9b];[0xfd][0xca][0xa7][0xee]P[0x98][0xb2][0xda]t[0xbd]~e[0xc0]G[0xa6]'|Y[0xf9][0xc0][0xa5]9[0x10]^[0xf5][0xbc][0xc3][0x90][0xb8]p{[0x82]a[0xa3]i9[0xe2]c0[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xcd][0xbb]6E[0xb6][0x9a][0xae]I[0xe3]9A[0xd0]u[0x14]L[0xc8][0x81][0xe5]3[0x9c][0xe9]~[0xc3][0x80][0x6]V^[0xfb]~0[0x1a]Kb[0xec]X[0xae][0xcd][0xa5][0xe8][0xbd][0xbd]4[0x85][0xe]T[0x89][0x8a][0x9b]2[0xe0][0xb6]j7[0x7][0xc5]`[0x8c]B[0x12][0x86][0x9d][0xc5][0x84]:1[0x8b][0xf1]m[0xfc][0x7]%[0xde]nS[0xfa]`a][0x8d]ru[0xca][0xae][0xb6][0xac][0xbe][0xc3]e[0xe0][0x91][0xfe]E[0xad][0xfd]r[0x9e][0xa1][0x9e]#[0xe9][0x92][0x1e]jE[0xaf]f[0x17][0xda][0x92][0x9e][0xe5][0xf4][0xab][0xff][0xb3]bc$|[0x9f][0xf7][0xc5][0xcd]%D[0x8d][0x18]R[0xe2]rL[\r]D[0x8f][0xa1]q[0x7][0xe3]|[0xd9][0xdf][0xa9][0xb7][0x17]T[0xa9]x~[0xf9][0xdd][0xb4][0x7][0x9e][0xfb]UmX[0x8b][0xd3]|[0xfa]t[0xe9][0xf5][0x93][0xd4]u[0xa1][0x94][0x84]-7[0xf0]L[0xf1][0xce]R[0x8f]&[0xb3][0xe4][0x9d]([0xab][0xfa]5[0xac]a][0x99]Ce[0xb2][0xca][0x1c]3[0x9c][0xfc][0xd3]K[0xc5]P[0xbe][0xd6]Y[0x8e][0x14][0x9e][0xc3][0xed]e[0x5][0xc8]b[0x85]>,[0xfa]H[0xb0][0xf][0x3]):W[0xe9]*[0x86]4[0x12][0xe4][0x13][0x9][0xf9][0xf7]("[0x10][0xa7]?`[0xe4][0xb][0xc5][0x9][0xd8][0x15][0xb9]ql[0x90]M[0x93][0x0][0xd8][0xa1]&[0x8f][0xb0]I^&[0x94][0xe1]>[0xb6][0xf4][0xd7]g[0xe0][0x1][0x1e]R+[0xe5]m[0x93].F:[0xe8]3[0xcc][0xed]Ns{[0x14][0xdb][0xd7][0xc3][0xf][0xf4][0xe8][0xc3]h[0xf4][0x98]P[0x12]t[0xa6]hti[0x82][0xd8][0xed][0xd9]O[0xa8][0xfa]H[0xcf][0xce][0x87][0xba][0xe9][0xec][0x14][0x1e]S[0x96]i[0xef][0x88](b[0xda]S[0x14][0xf1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xdb][0x9d][0xe6][0xf6]([0x17]Rd4E[0x96][0xac][0xa2][0xa8]SDi[0x92][0xf9][0xc2][0x4][0xf1]+[0xad][0xb8]f8[0xa1]5[0x9e]j[0x86][0xb0]gr[0xca][0x90][0x8c][0x18]T[0xaf][0xe3][0xa8]W[0xe3][0xc6]2[0x13][0xb7][0x9b][0x15][0xa9][0xa8]t[0xc7]2[0x9f]F7d[0xe0][0x19][\r][0x8d][0x91][0xaa][0xab][0xcf]~[0x3]PK[0x7][0x8]cTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Before.class[0x85]OMK[0xc3]@[0x10]}SmW[?[0xea]QD[0x14][0xf]=[0xba]x[0xf6][0xa4][0x18]Q[0xb0]Vb[0xf4][0xe2]i[0x1b][0xc6][0xb0]a[0xbb]+[0xe9][0xa6][0xd0][0xbf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x12]p`f[0x1e][0xf3]>`>[0xbf][0xde]?[0x0][0x9c]aOaGaWaH[0xe8]?[0x86][0xba][0xca][0xf9][0xda]:&[0xc].[0xf9]5T|Z[0x9a][0x85]![0xec][0xa7][0xb5][0x8f]v[0xc6][0xcf]vn[0xa7][0x8e]/[0xbc][0xf][0xd1]D[0x1b][0xfc][0x9c]p|[0xd7]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r]:'t[0x17][0xc6][0xd5][0x12]:[0xfa]G[0xfa][0x10][0x9c][0xcd][0x97]bP[0xe9][0xd3]}v;N[0x8][0x87][0xed][0x96][0xcc]T[0x5]GQ[0x9e][0xb4][0xf3][0x89][0xe3][0x99]df[0xcb]7[0x16]Qo[0x9c]d7[0x93]+[0xc2]0T[0x85].ko[0xa3][0xfe][0xfd]ON+[0xff]dZr[0x1e][0x9]G[0xad][0x91][0xab][0xa7]G[0x4]BGz[\r]Mu[0xb0][0xfe]3[0xbb][0xe8][0xc9]>[0x10][0xa4][0x84][0xdb]`l[0xa2][0x8f]A[0x3]_@[0x8c]-l[0x3]PK[0x7][0x8][0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/BeforeClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]W=x[0x10][0x11][0xc5]C[0x8f][0x6][0xcf][0x9e][0xac]F[0x14][0xac][0x95][0x18][0xbd]x[0xda][0x86]1l[0xd8][0xee]J[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x89][0x7][0xeb]![0xe0][0xc0][0xcc][0xbf][0xde]?[0x0][0x9c]aWa[aGa@[0xe8]?[0xfa][0xba][0xcc][0xf8][0xda]X&[0xc]F[0xfc][0xea]K[0xbe][0xb4][0xba][0xaa]N[0xb]=[0xd7][0x84][0xfd][0xa4]v[0xc1][0xcc][0xf8][0xd9]Tfj[0xf9][0xc2]9[0x1f]t0[0xde]U[0x84][0xe3][0xbb]F[0x13]Y[0xed][0xf2]H[0xff][0x12]Q[0xc2][0x81]][0x83][0xce][0x9][0xdd][0xb9][0xb6][0xb5]$[0xf][0xff][0x91]>xk[0xb2][0x85][0x18]T[0xf2]t[0x9f][0xde][0x8e]c[0xc2]a[0xbb]%[0xd5]e[0xce]A[0x94]'[0xed]|ly&[0x99][0xe9][0xe2][0x8d]E[0xd4][0x1b][0xc7][0xe9][0xcd][0xe4][0x8a][0xb0][0xe7][0xcb]<*jgB[0xf4][0xa7][0xa4]T^[0x86]L[0xa6][0x5]g[0x81]p[0xd4][0x9a][0xbb]l>$[0x10]:[0xb2]+h[0xa6][0x83][0xd5][0x9f][0xdb]EO[0xfe][0x81] %[0xdc][0x1a]c[0x1d]}l4[0xf0][0x5][0xc4][0xd8][0xc4][0xd6]7PK[0x7][0x8][0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/ClassRule.class[0x85]OMK[0xc3]@[0x10]}[0x13]mW[0xab][0xd6][0xaa]'[0xf]b[0xf1][0xd0][0xa3][0xc1][0xb3]'[0xd1][0x14][0xb][0xad][0x95][0x18][0xbd]x[0xda][0x86]!l[0xd8]n$[0xd9]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4]][0xf][0xed]%[0xe0][0xc0][0xcc][0xcc][0xbc][0xd7][0xfb][0xf1][0x4][0x90]!a`[0xc]1!>[0xd9][0xce]U[0xb2]PZ[0x12][0x16][0xb9][0xbd][0xde][0x84]S[0xde][0x9a]B([0xdd]9[0xb9]m[0xc4]][0x10][0xe6];Si[0xeb][0x95][0xa9][0xf][0xb2][0xbd][0xd8]3[0xc3][0x8c][0xb0][0xb2][0xae][0xe6]MgT[0xcb][0xfe]6[0x19][0x1][0x84]do[0x8c]t[0xb9][0x16][0xde]KOH{[0x1a][0xd7][0xc2][0xd4][0xfc]X6[0xb2]j[0x9][0xcb]?[0x10][0xac][0x3]b[0x80][0xef][0xc][0x83][0x10]Z[0x84]Q[0xc8][0x8][0xe3][0xe0][0xd3][0xb0]q[0xb8][0xa1][0xbe][0xa5][0x93][0xf]PK[0x7][0x8]}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.class[0xa5]VIS[0x13]Q[0x10][0xfe]^[0x2][0x99][0x10][0x7][0x8d][0x1][0xe3]..QC[0xa2][0x84](*[0xae][0xa8],[0x1a]EP[0x83][0xb8]/[0x93][0xe4][0x1]C[0xc5][0x9][0xce]$[0x16]wo.U[0x1e][0xa3]q[0xe][0xbe][0x19]([0x9f][0x8][0xe1][0xc1][0xe][0x9b][0xad][0x81][0x9e][0x8f][0xd1][0x84]'X[0x8d][0xa7][0xd8][0x8c]g[0x88][0xd0][0x8a]J|[0xc4][0x82][0x9d][0xd8][\r]~eD[0xd1][0xee]*[0x1c][0xa4]H[0xde]Sc[0xc4][0xe7][0x99][0x83][0x16]M[0x1f][0xab]|>{[0xef][0xf9][0x2][0xe][0xb5][0xca][0x11][0xfb]#G[0xa0][0xe][0xc7][0x8b][0xba][0x1c][0xf1]*[0xc7][0x3][0xca][0x9c][0xf7]z[0xb8][0xac]2V8L[0xea]{[0xf8]y[0xe1][0xe3]W4_[0x9f][0xc5][0xca][0xd0][0xaa]2[0x82][0xbc][0xf0]+*W[0xc6]j[0xda](#4/[0xbb][0x92]Z[0x7][0xbc][0xa4]6[0xbc][0xa2][0xa6][0xbf]^ [0xdf]S[0x95][0xdf]S[0x95][0x9f]t[0xe5][0xbb][0x89]Q[0xa9][0x95]W*[0xf2]l{[0xdd][0xad]2ZH[0xd2]N[0xa8][0x8e][0xee][0x1b][0xd2]}K[0xba][0xef][0x16][0xe8]v[0xbb][0xba][0x1e]~[0xc3][0xb9][0xba]Y4[0xda][0x7][0x9c][0xa8][0x14][0xd8]J|q[0xb7][0xba][0xb8][0x93][0x8][0xe7][0x93]s[0xe5][0xd6][0xd4][0xca]9[0xdd][0xfd]`[0xcb][0x84][0x1d]*W[0x86][0xad][0x4][0xcd][0x96][0x8][0x82]&j[0x9f]+[0xd8]G[0x18]N[0xd0][0x17][0x8b][0xcf]B|[0xaa][0xe1]yd[0xf3]lu[0x10]U[0x1e][0x1f][0xf6][0xd3]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xea][0xc2][0x1][0x8a][0xf0][0xd0][0x99]s[0xe4]![0x9a])[0xd0][0x4]{[0xe9][0xcf][0xca]0M[0x1b][0xff][0x87][0xd9][0x84]][0xb4][0xd3]I>[0x82][0xfe][0x9f]PK[0x7][0x8][0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.class[0xa5]V[0xdb]w[0x13]e[0x10][0xff]}[0x9b]4[0xdb][0xc6]---[0x94]K[0xb]V-[0x98][0xa6][0xb4]i)([0xb7][0x16]K[0xdb]h0[0x14]$[0xa5]X.[0xc2]6[0xd9][0x94][0xad][0xc9]n[0xd8][0xdd][0xd0]xA[0xbc][0xa0][0xfe][0xb][0xfa][0xc4]9[0xfa][0xc0][0x8b][0xf]x[0x8e][0xb4][0x1c]9[0xc7]G[0x1e]|[0xf0][0x1f][0xf0][0xf8][0xaf][0xa8]3_6M[0xa0]{[0xb0][0xc5][0x87][0xcc]73[0xdf][0xdc][0xbf][0x99][0xd9][0xfc][0xfe][0xf7][0xaf][0xbf][0x1][0x18][0xc1][0xb7]-[0xd8][0x89]w[0x19][0xa4][0x19][0x9c][0x89][0x12][0x98]ap6[0x8a]]8[0x17][0xc5]{8[0x1f]E[0x6][0xb3]*.D[0xd1][0x82]9[0x6][0x17][0x19][0xbc][0xaf]b>[0x8a]V[0x96]i[0xc5]%[0xe6]\f[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "cWY[0xef][0x83]([0xae][0xe1]:c:[0x83][0x5][0x6]Y[0x15][0x86][0x8a][0xbc]@[0xe7][0xa4]],[0xe9][0x8e][0xe9][0xda][0x96][0xc4][0xb2][0x9e][0xed][0x8]h)[0xcb]2[0x9c][0xc9][0x82][0xee][0xba][0x86]+[0xd0]:e[0xe6][0xf3][0xd3][0x15][0xcf][0xf1][0xaf][0x9b][0xa7][0xd3][0xe9][0xd4][0xb9]L*#[0xd0][0x91]^[0xd2]o[0xe9][0x89][0x82]n-&2[0x9e]cZ[0x8b][0xc7]I~[0xd2][0xb6]\O[0xb7][0xbc]9[0xbd]P6[0x9a][0xb1]H*S[0xa9]d[0xf2][0xda][0xf4][0xcc]T3n[0x8]D%[0x95][0x99][0x9d]8?[0xdb][0xc][0x93][0x14][0xb2][0xb6][0xe5][0x19][0x15]/mX[0x8b][0x1e][0xdd][0x8b][0x14]i[0x18][0x95][0x92][0x91][0xf5][0x8c][0x9c]@[0x84][0xfc][0x96][0xf5][0x2]!'L[0xcb][0xf4][0xc6][0x5]b[0xb1][0xd4]z[0xc7][0xeb]9[0xfd]s[0x2][0xe1]I;g[0x8][0xb4][0xa5]M[0xcb][0x98])[0x17][0x17][0xc]gV_([0x18][0x1c][0xba][0x9d][0xd5][0xb]s[0x94]<[0xd3]>3[0xec][0xdd]0)[0xe3][0x91][0xb4][0xed],&[0x96][0xca][0xe4]-Q[0xaf]PR7[0xb]e[0xc7][0xe8][0xb][0xa8][0x19]e[0xad]f[0xab][0x84][0xc0][0xfe]X@(A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]j1[0xea]E=[0xb9]Y[0x97]}O[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Yk[0xf3][0x3]0r[0xe7][0x1c]#oV[0x1a]9[0x99]r^r[0xd4][0xa2][0xe1][0xba][0xfa]"e[0xaa][0xb9]7t[0xa7].[0xba]-[0x16][0x18][0xa1][0xa0][0xd7][0x9][0x19]VnM[0xbe]f(R[0xf2][0x15]5WrjO[0xd7]V[0xd4]+[0x99][0xa7]8Q=[0x9b]%[0xa7]}#[0xc3][0xc3][0x2][0xd3][0xb1]MW60.[0xa5]2\[0xb7]|[0x90]-_[0xdc][0xbc][0xe5][\r][0xbe][0x92]R[0x19][0xa9][0xfb][0x1a][0x1d]np|[0xa8][0x91]8[0xcc][0xc4][0xa1][0x17][0xc8][0x8f][0x9a]=[0x9a][0xb1][0xcb]N[0xd6]H[0x9a][0xdc][0x83]][0xeb][0xf4][0x86]8*[\r][0xfb][0xb0]_C[0xc]{5[0xbc][0xce][0xe0]8F4[0xbc][0x89]#[0x1a][0xfa][0xb1][0xa4][0xe2]C[\r][0x5][0x14]UX[0x1a]l[0x94][0x4][0xc6][0xfe]W?[0xb1]QW[0x83][0xc7][0xe6][0xcb]8"[0xb0][0xe3][0xd9][0xca][0x9c]*[0x9b][0x85][0x9c]A[0x82][0xb7][0xb0][0xac][0xa1][0xc2][0x82][0x1f]1[0xf8][0x98][0xc1]'[0xf8]T[0xc5]m[\r][0x9f][0xe1][0x8e][0x86][0xcf][0xf1][0x85][0x86]/[0xf1][0x15][0x83][0xbb]*[0xbe][0x16]Hl26[0x81][0xf6][0xba][0xfb][0xb3][0xb]K[0x6][0x8f]Yhhh[0x88]:[0xf4]*[0xfd].[0x13][0x15][0xe3]io6J[0xea]T[0xe3]&-[0xf][0x1a][0xea][0xed][0x8d]cY5r[0xbc][0xff][0x12][0xe9][0xd4][0x83][0x99][0xa0][0x85][0xe7][0x90][0xe9]H[0xde]v[0x8a]:![0xa7][0x3]Fy[0xbd][0x95][0x0][0xbb][0xeb][0xd5]T|#[0x0][0x81][0xcc][0xb]4[0xea][0xf3][0x14]F[0xe4][0x9a]k[0xf5]G[0xbd]6[0xcf]5zm^[0xf5]RI[0xce][0xf1][0xe0][0x86][0x96][0x93][0xff][0xb8][0xd4][0xfd]Zm[0xf]s{[0xd0]Z[0xf6][0xec]Za[0xa3][0xd5][0xb5]\[0xe5]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0xb8][0xd3];PCo[0xa9][0x1b]<[0xa3]Kv[0xd1][0xb4][0x4][0x9a]b[0xa9][0x14]_G[0xb2][0xb4]L&[0xa8][0xbe][0xe1]X[0xaa][0x92][0x16][0xa1][^p}[0xb3]],[0x13]4[0x87][0xdb]c[0xc1][0xfc][0xee][0xe7]TG`[0xcf]sk[0x87]^[0xfa][0xc6][0xee][0xa2]Op[0x4][0xbb][0xb1][0x7]{[0xe9]}^&J![0xfe]n[0xbc][0xd2]@[0xbf]J[0xf4]k[\r]t[0x1f]:x[0x1e][0x9][0xef][0xe0]i[0x94]gL[0x9e]-$[0xd3][0x8f]8[0xc1][0x1][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x1b][0xa6]s[|[0x15][0x91]x[0xf7]C[0x88][0xf8][0x81][0x87][0x8][0xc5][0x7][0x1f]B[0xf9]YZ:@[0xb0][0xb]M[0x4][0xe7]I[0xf2][0x12][0xc0][0xb1][0x5]W[0xd0][0x89][0xab][0x18]$n[0xbc][0xaa][0x8f]!$[0x0][0x89][0xb1]_!1[0xf6][0xac]H[0x8c]}[0x87][0x88];L&[0xaa][0x9e][0xff]"=[0xb6][0xba][0x1c][0xff][0x5][0xa1]'[0xd8]I[0x87][0xf2][0x4][[0x99]bt[0x5][0xea][0xf7]h[0x1f][0xa8][0x91][0x8f][0xd0][0xfc][0xe0]1Z[0xe6][0xe3]b[0x15][0xd1]3[0x7]V[0xf0][0xd2][0xc][0x1][0xed]Xx[0xe0]1Z[0xe7]W[0xb1]ep[0x5]m[0xc4]i[0xa7]cW[0x98][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]>}[0xd3][0xd1]p[0xc3][0xd6][0xd6][0x92][0xdb]M[0xc5][0x5][0xae][0xa3][0x7]:[0x15]&[0x8b]Q[0xe4]p[0x4][0x6][0xc6][0x91][0x97][0x9][0x1e][0xa2]0G1[0x85][0x83][0x4][0x15][0xba]9I[0x1c]Nf[0x1c]Gq[0x98]0Ny-[0xfd]e[0xbc]![0x9f]A[0xe1][0xd5][0xe7][0xa7][0xfa][0x1d]I[0x87][0xe8]Lr6+[0xe8][0xac][0xe6][0xd7][0xf9][0x8][0xdb]N[0x84][0xc6]z[0xba][0xc0]~[0xbe][0xe8]Y[0xc1]v[0xbe][0xe1][0xf3][0x1e]Z[0x99][0xc5][0xbc][0xae][0x7]w[0x15]q[0xff][0x9f]?%[0xdd][0xcd][0xf4]3[0x91][0x17][0xe9]i-j[0x12][0x9b]x%[0xf2]n[0xe1][0x4]\[0x19]y/y[0xe5][0xd2][0x1f][0xa5][0x7][0xe1]gH[0xfa]QvP[0x6][0xc7][0xe4]#)[0xbc][0xa5][0xfd]([0x9f]P&[0x9c]K>4[0xe6][0xc7]9@[0xbf][0x9c][0x1f][0xac][0xc4])[0xe2]pn[0xbc]g[0xcf][0x8f][0x18][0xf5][0x1f][0x86][0xc5][0xc2][0xb9][0x9e][0x9c][0x1f][0xbb]/[0xec]s[0xee]!r[0x1f]-2[0xfc]?[0x1a][0xe4][0xf9]nG=[0x8b][0xbd]Pe[0xdd][0x14]Z[0xd2][0xbd][0xb4][0x9e][0xf7][0xd1]vN[0xe3]6[0xce][0x12]~[0x81][0x96]s[0xbd][0xc9][0xf2]kU[0xce]S[0x8e][0xd5]*[0xe7]0&[0xb3][0xeb][0xa5][0xec][0xc6][0x9][0xb][0xb5]7[0xd3][0xb][0xbd][0xe5][0xe7][0x94][0xa0][0x93][[0xb1][0x89][0xda][0xbb][0xa9][0xee]2"[0x99]IiZ[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x82]M[0x93][0xf2])L[0xfa][0xca][0xc7]H[0x9a][0xcb][0x16][0x89][0xf][0xac]"[0x1c][0xac][0xdd]U[0x95][0xa8]jKl[0x8a][0x3]#;[0xd3][0x1]AP[0xfe][0x1b][0xb]"[0x19][0xa8][0xac]lL[0xf9]m[0xbc][0x13][0xa0],~[0xfa]oe[0xba]OIx[0x1a][0xdd][0xb2][0xbf]B[0xb4]~rt[0xf2][0xbf][0xf5][0x9d]4![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x12]MN[0xfe][0x5]PK[0x7][0x8][0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/ComparisonFailure.class[0x8d]R[0xe9]n[0xd3]@[0x10][0xfe]6q[0xe2]$[0xb8]4[0xa4][0xa1][0x7][0x10][0xa0]PJ[0xea][0x1e]&[0x9c][0xe2][0x10]RdR[0x8]J[0xd3][0x1f][\r]Q[0xf9]Um[0xd3]mp[0xe5][0xda][0xd5][0xda]A<[0x16]H-[0x91]@[0xe2][0x1]x([0xc4][0xac]sUmT[0xd5][0x92]wgf[0xe7][0x9b][0xe3][0x9b][0xf9][0xfb][0xef][0xd7][0x1f][0x0]%[0xbc][0xc8] [0x8d][0xa5]4R0[0xd5][0xb1][0xac]c%[0x3][\r][0xab][0xca][0xbc][0xa6]$K[0xc7]#[0x1d]%[0x1d][0x8f][0x19][0xc0]`T=OH[0xdb][0xe5]A [0x2][0x86])[0xdb]?<[0xe2][0xd2][0x9]|/[0x92]Z[0xa1]/[0x19]r[0x1b][0xe5][0xed][0x1d]{[0xb3][0xde][0xa8]l7vj[0x95][0xfa][0xfb][0xc6][0x7][0x6]Ve[0x98][0xb0]}/[0x8][0xb9][0x17]6[0xb9][0xdb][0x11]q[0xaa] [0xcf][0x90][\r][0x84]t[0xb8][0xdb][0x14]2p|[0xef]S[0xf5][0x1d][0xf9]~L[0xa0][0xf7]1[0x86][0xf4]~[0xe5][0xdb][0x91]h[0x85]b[0x8f]"[0xd7][0xe][0xf8]Wn[0xb9][0xdc]k[[[0xa1]t[0xbc][0xf6]k[0x6]}[0xbf][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xdc]eH[0xbe]q<'|[0xcb][0xf0][0xb2]x[0xde][0xf1]2[0x96][0xa5]&[0x83]f[0xfb]{[0x82]a[0xb2][0xe6]x[0xa2][0xde]9[0xdc][0x15][0xb2][0xc1]w][0xa1][0x92][0xfb]-[0xaa][0x93][0xda]Uz[0xdf][0xa8][0x85]_[0x1c]"[0xa2]P[0xf3]e[0xdb]:[0xe8]Pzk[0xc4][0xc9]:w[0xdc][0x8e][0x14][0xaa][0xc6]C[0x11][0x4][0xbc]M[0x80][0x94][0x18]v[0x93][0xe4][0xfd][0xba]3m[0x11]n[0xc][0x1c][0xf2][0xc5][0xa5]q][0xa6][0xc9]g[0xd0][0xe7][0x15][0x92]G[0xa4]d[0xb6][0xfc][0x8e]l[0x89]uG[0xd5]3}.[0xfb][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f`[0xe]O[0xc]Lc[0xc6][0xc0],f[0x18][0xac][0xb][0xea]][0x18]3U[0x15][0xe0][0xa9][0x81][0xfb]X0[0xf0][0xc][0xcf][0x19]n^[0x10][0x80]av[0xd4]A[0x99]VE[0x86]4[0xda][0x8a][0x94]j;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17]e.1\?=[0xbb][0xcd][0xdd][0x3][0xea]2[0x9a]K[0xb1]X[0xbd][0xec][0x8][0xf5]V[0xaf]l[0x86][0xc5]1[0x8b]0[0x86]^[0xcc][0xd3][0xf2][0xa7]i[0xdf]4[0xdc][0xc0]UL[0xd2][0xa6]gI[0x8b][0xe1][0x1a][0xe9]9L[\r][0xf5]<[0xfd]Db$[0xcf]F[0xb7]Fos[0xe4]E[0x8c][0x90][0xb6]Gv[0x8d][0xee][0xac][0xb9][0xdc][0x5]3WN[0x10]3WO[0x10][0xff][0x11]!n[0xd1][0x99][0x8b][0xde][0x1f] [0x81]Ed[0xf0][0x90]r[0x15]Q [0x8b][0xd9][0xc3][0xe1]6[0xee]D[0x9b][0x9f][0xc5]][0x8a][0xcf]"i[0x9e][0xa4]X$[0xdd]#)NV[0x9a]C?[0xa3]M[0x91][0x94][0xd7][0xdc]oh[0x9f][0xb3]y[0xf3][0x98]2[0x1e]#[0xde]E[0xc2][0xec]"[0xf9][0x13][0xfa][0xf7]a[0xea]d[0xe4]X[0x8a][0xd2][0x19]=P?[0x1d][0xa3][0x82][0x6][0x1]-[0xba][0xd5][B[0x85]9[0xb]~u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x18][0x82][0x17][0xc7][0x82]cg[0xc1][0xf6][0x18]p[0x8c](Pg[0x91][0xec][0x8a][0x9c][0x18][0x91][0x92][0xa2]NSDG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xc8][0xfc][0x7]PK[0x7][0x8]r[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/FixMethodOrder.class[0x8d]Q]KBA[0x14][0x9c]5[0xed][0x96]}i[0x16][0x14][0x11]}[0x81][0xd8]K[0x97][0x9e]{[0x12]T[0x8]4E[0xaf]A[0xf4][0xb4][0xea][0xc9]V[0xd6][0xdd]X[0xf7]J[0xfe][0xb5][0x1e][0xfa][0x1][0xfd][0xa8][0xe8]\[0x82].[0x81]P[0xf][0xcb][0x9e]a[0xe6][0xcc][0xec]9[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x1a][0xfb][0x1]v[0x3][0x94][0x2][0xec][0x9][0xe4][0xe6]R[0xc7]$pQ[0xb9]lZ7[0xe]'[0xb1]Q>t[0xb1]1[0xe4]fa[0x8b][0xfc][0xb3][0x1d][0xf5][0xac][0xf3][0x8c]n[0x4][0x8a]Uc[0xac][0x97]^YS[0xa3]'[0x19]k/p[0xf6][0x8f][0xbe][0xa0]VoT[0xfb][0xcd]H [0xdf][0xb3][0xb1][0x1b]RCi[0xe]-5[0xd4][0xeb][0xb7][0xb4][0xed]F[0xe4][0xae]&r.[0x5][0xe][0xbb][0xb1][0xf1]jJ[0xf7]j[0xa6][0x6][0x9a][0xd2][0xc8][0x99][0xc0]i3[0xd1][0x84]Z[0x9a]q([0x88][0xb0]K[0x9e]LRqV[0xf9][0xf]I[0xc7]j5\$[0x8f][0xea][0xf6][0xef][0xa2][0xdb]V][0xe0]xyK$[0xdd][0x98]<+[0xcf][0x97][0xf3]uMS[0xf6][0x8c][0x16]/[0xc4][0xa2]l[0xf4][0xd0]a[0xaf][0x83]t[0x1b][0xbf][0xa7][0x13]([0xa4].[0xed][0xc1][0x84][0x86][0xbc][0xbc][0x93][0xa5][0xc6][0xe9][0xc8]e[0x1][0x81][0xc][0x9f][0x15][0xfe]9[0x91][0xe5][0x14][0xe4][0x18][0xad]2[0xca][0x11][0x2][0xac]1[0xb9][0xce] [0x83]<6[0xf8]>[0xe2]j[0x93][0x5]Y[0xc2][0x16][0xb6][0xb1][0x93][0x94][0x8f][0x10][0x84][0x2][0x8a]_PK[0x7][0x8][0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Ignore.class[0x85]PMK[0xc3]@[0x10]}[0xdb][0xa6][0x8d][0xb6]~[0xb4]Z[0xf][0x1e][0xc4][0xe2][0xa1][0xe8][0xc5][0xe0][0xd9][0x93][0xd0][0x88][0x5]kK[0x1a][0x5][0xf1][0xb4][\r]c[0xd8][0xb0][0xdd]H[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x82][0xf1][0x10][0xf0][0xb0][0xbb]o[0xf6]}[0xc]3[0x9f]_[0xef][0x1f][0x0][0xae]p[0xe4][0xe2][0xc0][0xc5][0xa1][0x8b][0x81]@k-uA[0x2][0x83][0xf3][0x8b][0xfb]D[0xae][0xa5][0xa7][0xa5][0x89][0xbd][0x85][0xcd][0x94][0x89][0xaf][0x5][0xfa]7[0xc6][0xa4]VZ[0x95][0x9a]1[0xbd][0xca]B[[0x1][0x8]t[0x16]i[0x91]Et[0xab]4[[0xbb][0x93][0xd8][0xa4][0x19]][0x96]v[0x81][0xe3][0xa0]0V[0xad][0xe8]I[0xe5]j[0xa9][0xa9][0xf2][0xe7][0x2][0xc3]?-[0xe4]/[0xe1][0x5]d[0xc9][0x94][0x88][0x1b][0x8e][0xfe][0x91][0xcc]S[0xad][0xa2][\r][0xb][0xdd][0xe0][0xf1]![0x9c]L}[0x81][0x93]zK([0xb3][0x98],+[0xcf][0xea]y_[0xd3][0x8a]3[0xc3][0xcd][0x1b][0xb1][0xa8]=[0xf5][0xc3][0xbb][0xd9]X[0xc0][0x9][0x9f][0xe7][0x1c][0xda]K[0xb3][0xd8]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xac][0xf7]3[0x1e]U1[0xb3]eB[0x11][0xaf][0xe2][0xb4]6[0xb9][0x9a]y$xY[\r]>M^[0xbc]p8[0x1d]-[0xae][0xda]\5s[0xb8]Lm1l`[0x1b][0x1d]~[0x87][0x8c][0xba]L;[0x84][0x1d][0xec]b[0xaf][0x84]/h[0x10][0xf6][0xd1]+[0xaf][0xfe]7PK[0x7][0x8][0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Rule.class[0x85]O=K[0x3]A[0x10]}s[0x9a][0xac][0x89][0x1a][0xa3][0x9d][0x85][0x18],R[0xba]X[[0x9]^0[0x90][0x18]9O[0x1b][0xab][0xcd]1[0x1c]{lv[0xe5][0xb2][0x17][0xc8]_[0xb3][0xf0][0x7][0xf8][0xa3][0xc4]][0xb][0xd3][0x1c]803[0xf][0xde][0xc7]0_[0xdf][0x1f][0x9f][0x0]np&p"0[0x14]8%[0xf4][0x9f]]S[0x17]<[0xd1][0x86][0x9][0xbd][0xac]1|][0xa9][0x8d]"[0x9c]g[0x8d][0xf5]z[0xc5][0xaf]z[0xad][0x97][0x86][0xef][0xac]u^y[0xed][0xec][0x9a]0[0x9a]E[0x8d]4[0xca][0x96]R[0xfd][0x11]2c[0xcf]6[0xa2][Bg[0xa3]L[0x13]"[0xc7][0xff]H[0x9f][0x9c][0xd1][0xc5]6[0x18]D[0xf6][0xf2][0x98]O[0xe7])[0xe1][0xa2][0xdd][0x92][0xab][0xba]d[0x1f][0x94]W[0xed]|jx[0x15]2[0xf3][0xed];[0xc7][0xfb][0x93]i:[0xbb]'t[0xe7]i[0xfe][0xb0][0x8]`[0xe0][0xea]RV[0x8d][0xd5]^[0xc6]/[0x9][0xc3]][0xca]bYq[0xe1][0x9][0x97][0xad][0xc1][0xbb][0xd7][0xc7][0x4]B[0x12]z[0xf][0xb1][0x12][0xec][0xff][0xce][0xe][0xba]a[0x8f][0x2][0x12][0x81];`[0xf4][0xd0][0xc7]a[0x84]oH[0x18]G8[0x8e]c[0xf0][0x3]PK[0x7][0x8][0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/Test$None.classmP[0xbb]N[0xc3]@[0x10][0x9c]u[0xe2]X1[0xce][0x83][0x84][0xf0][0xea][0x90]([0x80][0x2][0xb]Q[0x82]h[0x8c][0x90][0x12][0xa2]4[0x4][0xf7][0x97]pJ.2w[0xd2][0x9d][\r][0xdf]E[0x85]D[0xc1][0x7][0xf0]Q[0x88][0xb5]M[0x83][0xc4][0x15];;s[0xb3]s[0x8f][0xaf][0xef][0x8f]O[0x0][0x17]8[0x8][0xd1][0xc0]N[0x80][0xdd][0x0]{[0x84][0xbe][0x93]V[0x89],[0x95][0xd6])[0xa3][0x1f][0xc7][0xb7][0x4][0x9a][0x10]:[0x89][0xd1].[0x17]:OEVH[0x1f][0xf5]"B[0xeb]Zi[0x95][0xdf][0x10][0x1a]'[0xa7])[0xa1][0x99][0x98]'I[0xe8]M[0x95][0x96][0xb3][0xe2]y![0xed]\,2V[0x6]S[0xb3][0xe4]X[0xc1][0xe1][0xcc][0xc5]f[0xbe]V[0x8e]af4[0xb3]h[0xac][0xb5][0xb4]I&[0x9c][0x93][0xac][0x8e][0xa6][0xc6][0xae][0xe2]M[0xc1][0xf1][0xf1]\[0xba][0xfc][0xb8]t][0x11][0xc2][0x7]S[0xd8][0xa5][0xbc]SeB[0xbb][0xdc]9[0xdf][0x88][0x17][0x11][0xa1][0x8d]0[0xc0]>a[0xf8][0xcf][0x1c][0xab][0xa5])[0xce][0x84]^[0xc5][0xf3][0xb5]5[0xaf][0xf5][\r][0xba][0xbd]8[0x82][0xc7][0xbf][0xc1]/[0xc3]![0x9a][0xf0][0x19][[0xcc]<[0x4][0xdc]y[0xe5][0x9][0x8c][[0xac]\2[0x12][0xa3][0xf6][0xe]z[0xab],[0x11][0xd7][0x90][0x11][0x98][0xf0][0xe8]=:[0xdc]E[0xb5][0x9]]lW[0x9e]AU[0x87][0xe8]W[0xde]2r[0x84][0x1e][0xda]?PK[0x7][0x8]TJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Test.class[0x85]QmK[0x2]A[0x10]~6[0xb5]S{[0xcf][0xde][0xec][0xcd][0x88][0x10]E[0xe8][0xe8][0xb3][0x11]D[0x19]%[0xa6]aW_[0xfa][0xb4][0xd9]d'[0xe7][0x9e][0xdc][0xed]Y[0xfe][0xb5]>[0xf4][0x3][0xfa]Q[0xd1][0xac]D[0x16][0x9]-,;3[0xcf]3[0xcf][0xec][0xcc][0xbc][0xbc][0xbe][0x1]8@[0xce][0xc2][0x86][0x85]M[0xb][[0x16][0xb6][0x5][0xe2]u_[0x91][0xc0][0xf4][0x85]R[0x14][0x9c]x2[0xc])[0x14]H[0xd2]K[0x8f]Z[0x9a][0x1e][0x4]2[0x85]b[0xad]#[0xfb][0xd2][0xf6][0xa4]j[0xdb]CFY`[0xe1]X)_K[0xed][0xfa][0xea][0x94][0x1e]e[0xe4]i[0x81][0xe5][0x9a][0x1f][0xb4][0xed]N[0xa4]\m;[0x14][0xea]=#[0xcd][0xdc][0xd4][0xb5][0xdb]VRG[0x1][0xd7])[0xfd]U;,[0xfd][0x88]8O[0x81][0xff],[0xef]=*[0x1f]q[0xa6][0xa5][0xdd].[0xf9][0x11]k[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]j[0x2]_G }[0xed]GA[0x8b][0xce]\[0x8f]5S[0xa6][0xd8][0xbe][0xd1][0x10][0xc8]6#e[0x92]n[0xdd][0xd0]e[0x95][0xd1]/[0xb9][0xa9][0x9d][0x1f]u[0xe4]7`7I[0x93]2[0x16][0x17]L[0xf4][0xa5][0x17][0xb1]d[0xfe][0x1f][0xea][0x95][0xef][0xb9][0xad][0x81][0xf9]a[0xf3][0xa6][0xee]\\V[0x4][0xb6][0xc6][0xa7]82h[0x93]f[0xe6][0xee]x[0xbc][0xe2]Q[0x97]5[0x9d]A[0xcf][0x8c]j[0xf2][0xb2][0xe2][0x9c]7N[0x5]f[0x8f]R`~[0x94][0xdd][0xb8][0xef][0xf0]n[0x4]rc[0x5]G-[0xf3][0xee][0xc6],$/x~[0x13]|c<[0xc9][0x89]8[0xb7][0x80]$[0xfb])[0xf6]b-[0xa4]1e[0xc2][0x98]f`[0x6][0xb3]L[0x1b][0x2]U[0xcc]1a[0x8]-"[0xc3][0xef][0x6][K[0xc]/[0x13]V[0xb0][0x8a]5c[0xde]A[0x10][0xb2]X[0xc7]$[0x13][0xd2][0x1c][0x89][0xf3]M [0xf5][0x9]PK[0x7][0x8]s[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/junit/experimental/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/ParallelComputer$1.class[0x8d]TkS[0xd3]@[0x14]=[0xdb]VB[0xdb][0x8][0x88][0xe0][0x1b]E[0x1]i[0xa9][0x12][0xf1][0xad][0xf8].E[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xad]0[0xe3][0xb7]%][0xe9]b[0xba][0xe9]l[0x12]A[0xbf][0xf8]s[0xfc][0xac][0xe3][0xb]?[0xf8][0x3][0xfc]Q[0xea][0xdd]6[0x8a]2U[0xc9]L[0x92][0xdd][0xbb][0xe7][0x9e]{rrw[0xbf]~[0xfb][0xfc][0x5][0xc0][0x14][0xca][0x19][0xf4]`<[0x83][0x1c][0xf2]i[0xec][0xc6]D[0x16][0x5][0x9c]2[0x8f][0xd3][0xbb]^}o_iL[0xc2]1[0xa1]3[0x16][0xa6][0xd2]8[0x8b]s[0x19]dp[0xde][0xc2][0x5][0xb][0x17]-\b[0xe8]~Z[0x11][0xfa][0xb9]t[0x5][0xc3][0xc9][0xf2][0x1a][0xce][0x9d]([0x94][0x9e][0xe3][0xfa][0xca][0x8d][0xb4][0x16]*tJ[0x1b][0xc2][0x8d]B_[0xc7][0xb8]i[0x86][0xae]kR[0xc9][0xf0][0x6]C2[0x97]_bH[0x15][0xfd][0x1a][0xa5][0xf7][0x96][0xa5][0x12][0xf3]QcE[0xe8]*_[0xf1]([0xd2]_[0xf6]][0xee]-q-[0xcd]<[0xe][0xa6][0xc2][0xba][0xc][0x18][0xc0]`[0xcf])%t[0xd1][0xe3]A (R([0xfb]z[0xd5]Y[0x8b][0x88][0xda][0x11][0x1b]M[0xa1]e[0x83][0xca]s[0xcf]Y[0xe4][0x9a]{[0x9e][0xf0][0x8a]~[0xa3][0x19][0x85]B[0x8f]N[0x91][0x86][0xee][0xc0][0xad][0x8b]Zd[0x18][0xf7][0xe7][0xda][0xc2]=[0xae]V[0x9d]G[0x91]R[0xa6][0xd0][0xb4]Q[0xd6][0xe3][0xd6][0xa5]W[0xab][0x84]<[0x14][0x86][0x8b]a[0xa0][0x13][0xd2][0x98]@[0x1f][0x14][0x10][0x1f][0x3]#[0xc2][0xe1][0xdf]Ps[0x8a]*[0xea][0xa8][0x19][0x8a]Zi[0xc3][0x15][0xcd]P[0xfa][0x8a]22[0x15]?[0xd2][0xae][0x98][0x95]F[0xc0][0xe0]v[0x85][0x93]&[0x9f][0x1c]))[0xd7][0xf3][0x3][0xa9]V[0x1f][0x8a][0xb0][0xee][0xd7],\[0xb6]q[0x5]Wm[0xf4]c[0xaf][0x85]i[0x1b][0xd7]p[0xdd]F[0x1f][0xf6]X[0xb8]a[0xe3]&n[0xd9][0xb8]mV[0xee][0xd8](b[0xc6]F[0x9][0xb3][0xc]G[0xff]-[0xc6][0xc2]][0x1b][0xf7]0g[0xe3]>[0x1e]0[0xe4]wl"C[0xdf][0x16][0xf3][0xc2][0xca][0x9a]p[0xc9][0xa0][0xf1][0xad]t[0x1d][0x99][0xdf][0x13]8[\r][0xfa][0xbb]^[0xcb]-[0xa1]+[0xb1][0xe9][0xfa][0xf][0xe4]?[0xb]1d[0x9b]qH[0xbe]$[0xb3][0xce][0xe7][0xca][0xdb]k[0xc4][0xe4][0xd3][0xf9][0xbf][0xae][0xfc]t[0xe1]o[0xbd]I[0xed][0xb3]W[0x89][0xf5]"7[0xfa][0xaa]u-xm[0xd1][0xf7]=[0x86]\.[0xbf][0xd3][0xae][0x1e][0xdd][0x9][0x8e][0x9a]?[0x88]V[0x1a][0x92][0xac]:[0xd7][0xb9][0xed]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97][0x9b][0x8d][0xc2]H[0xb7]Z-[0xa8]Ga[0xcd]_W[0xc]C[0x1d][0x91]U2[0xf2][0xb1]2[0x5][0xb2][0xf3][0xb7][0xe7][0x17]*[0xa5][0xe2][0xc2][0xfc]L[0x85][0xe1]Xg[0xe2][0x9f]p[0xa2][0xee][0xe3][0xeb]\[0x86]U[0xa1][0x1b]Rq[0xd3][0x1a][0xc]#[0xb9][0xfb][0xff]I[0xcb]?[0xf9][0xa3][0xf]*/[0x2][0xda]+[0xb4][0xb3][0xa9][0xcf][0xa8][0xb1][0xdb][0xc9][0xd2]w[0x16][0xb5]Ta%$c[0x1b]T[0xa9][0xb7][0xd9][0x9e]r[0xf7]YUs[0xe3][0xca][0x81]\Gh~[0x9][0xc3]t4[0xf5][0xd0]n[0xef][0xa5][0xbb][0xdf][0xf4]:[0x9d]]I[0xba]i[0xb]Pd[0x80]FW[0x91][0xa0][0x11]`O|[0x4][0x9b][0xf8][0x84][0xc4]{$[0xdf][0xd0]<[0x81]Azf[0xe8][\r][0xe4][0x91][0xc2][0x8][0xf6][0x19]T[0x1b][0x8b][0xfd]8[0x4]s[0x8a][0x1c][0xc6][0x91][0x98]g[0x86][0x90][0x89][0x16][0xcf];$[0xb][0x9b]H%[0xb0][0xbc][0x9d][0xe7]$[0xb2][0x18]o[0xf1][0xec]kcc[0x1e]3[0x1a][0xc2]Qb"[0xa7])[0x8b][0xa8][0xaa]A[0x8d][0x19][0xc6]M[0xec]b0[0x83][0x1]t[0xbd]E[0xf7]&[0xd2]),[0xbf]F[0xb6]\x[0x8b][0xec][0x7][0xd8]oZ[0xc2][0xe][0x92][0x9c]L\[0xf2][0x10][0xba][0xe8]Y@[0x1a][0xa7]([0xee][0xd0][0xca]i*2[0x89]Q[0x9c][0xf9]%a[0x8][0x16]Yt[0xbc][0x95];[0x16][0x8b]I[0xe2]DK[0xf6][0x8]!A[0x12][0xc6]H[0xf6][0xc1][0xd6]'02[0xd3]\[0xdd]?[0x0]PK[0x7][0x8]X[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/ParallelComputer.class[0x9d]U[0xdb]N[0x13]Q[0x14]][0xa7][0x1d]:t[0x18]Z([0x5]D@[0x5]Q[0xda][0xe1]R[0xb9]x-"P1!i[0x88][0x1]R[0x3]>[\r][0xed][0x4][0x86]L;[0xcd]tF[0xd1]?[0xe1][0xb]|[0xc5]D[0xc4]Hb[0xf4][0xd5][0x8f]2[0xee]sf@[0xb4][0xe5]"[0xf]=[0xb7]Y{[0xed][0xb5][0xd7][0xb9][0xf4][0xe7][0xaf][0xaf][0xdf][0x0]L`QA+&[0xa3][0x90]0[0xc5][0x9b]i[0x19][0xf7][0x15][0xea][0x1f][0xc8]x([0xe3][0x91][0x2][0x19][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xc8]r[0xd8][0xc][0xff][0xf2][0x94][0x8f]feD[0xd3]>[0xb8][0xd9][0xc9]@[0x10][0xc8][0xdd]([0xc5]5[0xc4][0x87][0xa5][0x6][0xf8]~(|G[0x2][0xfc][0x12][0xa9][0xe1][0xab][0xdd][0xda][0xf]D[0xf6][0xd0][0xae]}G[0xe4][0x8][0xf2][0xfa]![0x9a]?#[0xaa][0xed][0x9f][0x94][0x13][0x13][0xb2][0x7][0xe8]a[0x90][0xca][0x98][0x12][0xa5][0xa8]~(z[0xd1]'[0x92][0xd0]n[0x13][0x8a][0xd3]z[0xd4]K[0x82]vd[0xf4][0x10][0xca][0xb2][0xf6][0x9][0xa1]=(c_[0xd0][0xf2][0x1][0xd2][0x18][0xa7][\r][0xb]Z[0x85][0xe8][0x81][0xc7]D[0xfb]DPj~[0xd8][0x89];[0xdd][0xb8]I[0x8e][0xf9]ib[0x94]>D[0xc8]6[0x92][0xd0]G[0xf1][0xb7]OI[0x88]a[0x88][0xbe][0xdd][0xa1][0xb1]D+w1,[0x84][0xa7]hF[0x7][0xaf][0xa1]([0x95][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]#j[0x8e]R[0xcd]_(j[0x4][0xa3][0x81][0xa8][0xde]:Q#[0x18];%j<[0x10][0x95][0xa1][0xdf]=1[0x9a][0xa0][0xa2]y6z[0xdb][0x5]o[0xf3]oPK[0x7][0x8]@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/experimental/categories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.class[0xbd]YktTW[0x15][0xfe]Nf[0x92][0x99]Ln[0x80]L ![0xf]`[0x80][0x80][0x93][0x99][0x84][0x1]L[0x91][0x12][0xc0][0x86][0x90][0xb6][0xd1][0xf0][0xc][0xf][0x3][0xad][0xed]erI[0x86]Nf[0xa6][0xf3][0xc0][0x84][0xaa][0xb5]Z[0xad][0xb5]Z+Uk[0xa0]O|[0xa4]jj[0xa9][0x96]$[0x10][0xa1][0xd8]*[0xd4][0xd6]G[0xb5][0xd5][0xda]j[0xab][0x15]k[0xbb]\[0xfe][0xac][0xae][0xe5][0x1f][0xeb][0xde][0xe7][0xde][0xb9]s33[0x81]PX[0xae][0x95][0x9c][0xb3][0xcf]9[0xfb][0xec][0xfd][0xed]}[0xf6][0xde][0xe7][0xdc][0xe4][0xb9][0xff][0x9e]8[0x5]`[0x19][0xde]v[0xc1][0x85]/;p[0x8f][0x13]_q[0xa1][0x0][0x7]][0xb8][0x17]_[0xe5][0xc9][0xaf]9[0xf0]u[0xee][0xef][0xe3][0xe6][0x1b][0xe][0xc]r[0xc8][0x85]&[0x1c].&[0xea]~n[0x1e][0xe0][0xb9][0x7][0x99]z[0x88][0x9b][0x87]y[0xf8][0x88][0x3]G[0x9c][0xf8][0xa6][0xb][0xe5]8X[0x82]o[0xe1][0xdb]N|[0x87][0x7]CN<[0xca][0xfd]w[0xb9]y[0x84]9[0xbf][0xe7][0xc2]||[0xdf][0x85]a[0x5]{0+[0xd8]o[0xf0][0xee][0xca]J[0xbd][0xec][0xf1][0xa5]*w[0xa7][0x83][0xb7][0x9d]3.[0x11][0x8a]F(r]![0xcb][0xc0][0xe4]h[0xeb][0xb7]ph[0x96][0xc1]][0xd9](')[0x1]S[0xe3][0xba]T[0x8b][0x8a]V[0x87]h[0xeb]Z[0x81][0x85][0x17]v[0xde][0xe][0xca][0xf5]do[0x88]lXs[0x89]ZgL[0xf0]c7[0xe7][0xba][0x80]&,[0xab]m[0xfd][0xe6][0xaa]f[0x92][0x9b].[0xaf][0xff][0xc8]('[0xc9][\r][0xc6]C{([0xa6]fz[0xeb]-|[0x9d][0xc9]x([0xd2][0xc3][0xb9][0x9a][0x8c][0xea]4[0x95]^[0x9d]9[0x96][0xa4][0xd3][0x14][0xa8][0xca][0xe1]^[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85][0xbb][0xa5][0x91][0xc5][0x89][0xde]h*[0xdc][0xbd]5E|[0xf3][0xbd][0x16][0x8f][0xc5]S\[0x94][0x3][0xeb]3[0x82][0x9a][0xeb][0xa9][0xa8][0xdb]55[0xd8]+0[0xf7][0xfc][0x9c][0x2][0x5][0xa1]:[0xb3][0x92]P@}[0xad][0xc]b[0x10][0xa5][0xe3]([0xe8]r[0xdb]Fa[0xaa][0x9a]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]b[0xc]EGi[0xdd][0x86]u[0xd4]N[0xa3][0x1e][0xe8][0x87][0x3][0x3]([0xc3]-h[0xa5]Q[0x85][0xbe][0x1f][0xeb][0xa5]t[0xa6][0xda]p5[0xe9][0xbf][0x86]h[0x85]z}[0xe6]Z[0x13]Q;[0x8a]I[0xff][0x87][0xc][0xfd][0xed]([0x94]<[0xa5]v[0xfb]I8[0xba]l[0xbe][0xce]183[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xe4][0xe2][0xad]R[0x91].[0xac][0x14][0x1f]F[0x7][0xf5][0xd7]L[0x98][0xd9]@[0xbd].~[0xa3]4o[0x93]!~[0x1d][0xf5][0xcc]Sd[0xf7][0xe5][0x91][0xfb][0x19][0x8b][0xdc]"[0x9][0xdb]*[0xb7]H[0xc2]N[0xcb][0xdd]Lr[0xb7]L[0xc1]mv![0x1d][0x97][0xc7]mw[0x90][0xdb]>On[0xfb][0xc2]{v[0xdb][0x96][0xf3][0xba][0xad]8[0xdb][0xbc][0xbb]/[0xd2]m[[0xf2][0xbb]-G[0xee][0xc1][0x8b]r[1_[0xd4][0x86][0xdc][0x18][0xad][0xda][0x99]s[0x1c][0xae][0xae]jm[0xe3](J[0xb2][0xa5][0xdf]'[0xa5][0xfb]t>l3[0xdc][0xa3]`[0xbb][0x8c]j[0xa6]v[0xd0]\[0x81][0xa4]v[0xd2][0x9c]M[0xea][0xae]0f[0xb6]S[0xc4][0xb]cm%[0xad][0xe9](>B[0xd2][0xe8]>7P[0x1c][0xa1][0xbe][0x90]z[0x8f]o[0x14][0x8a][0xaf][0xe6][0x18]J}s[0x8e]a[0x9a][0xaf]a[0xc][0xd3][0x8f]a[0x86][0xaf][0xca].[0x89][0xb2]'Ld[0xd5][0x84][\r]8LR[0xee]'{[0x1e][0xa0][0x3]}[0x90]4>[0x84]yxX[0xa2]m[0xd2][0xe5]a7[0xae][0x93]h=[0xb8][0x9e]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "I}[0x94]0[0x16]H[0xea][0x6][0x9a][0xb3]I[0xea]F[0x9a][0xb3][p3[0xd7]J[0x83][0xba][0x91]([0xbb][0x81][%[0x19]{[0x10][0xa4][0x96]q[0x7][0xa8]g[0x99][0x85][0xbe][0x11][0xb8][0x8f]J[0x86][0x8c][0xdb][0x86],[0x87]Rh[0x0][0x11][0xfc]B16[0xdf]F[0xaa]YA[0xcb]8[0xca][0xbb][0xdc]3G1[0xcb][0xf7]$f[0x1c]G[0x85][0xc0] [0x9c][0xee][0xca]!8xb[0x4][0xb3];[0xa8]/[0x93][0xb][0x87]P[0xe6]wW[0x8d][0xa0][0x9a]ghe[0xa7][0x4]5[0x19][0xc5]nyFcX[0x80][0x13]X[0x82]q[0xaa]/'-[0xa1][0xdd]b[0x80]X@^[0xd2][0xb0]Wb[0xa7]W[0x8a][0x1][0xe7][0x1e][0xe2][0xe1][0xdd]M>[0xff](j[0x7][0xa9][0xd2][0xc][0x93][0xf0]9#[0x98][0xbb][0xa1][0xe1]8[0xe6]1[0xa8]j"<[0x2][0xa7]1[0xa3][0xaf]q[0x4][0xb]$[0xd3][0xd0][0xbb][0xe7]l[0xc3]&[0x2][0xfd]\[0x9e][0x86][0x13][0xcf]P=<[0x83]E8[0x8b]F<[0x8b][0xe5][0xf4][0xa4]JG[0xd1]"Z[0x9]Q[0xc2][0xda][0x8][0xaf][0x7]7!,[0xd1]5[0x99]g[0xd5]D[0xe8][0xf6][0x11][0xaa][0x2]~[0x81][0x19][0xe8][0xde]!n>[0xa9][0x18][0xa5][0xf2]B[0x6]$[0xbd]Tjzl[0xd8][0xe2][0xa2][0xc5]DO[0x1b]D[0x99][0xaf][0x81]'GQ7[0x88]r[0xdb]pz[0xb4][0x88]P[0xdb][0x86]-[0xae]&[0x1b]hT[0xca][0xd2][0x98]e[0x6]m[0x18]NS[0x8b][0x86][0xcd][0x88][E1[0x6][0xbc]@G[0xf9]"Q/a6^F[0x1d][0xbd][0xe8][0xfc]x[0x85]b[0xe3]U[0xaa][0xf1][0xaf]Q[0x9e][0xbd]N1t[0x8e][0xb2][0xeb]M[0x8a][0xfb][0xb7][0xc8][0x9e][0xb7][0xc9][0xcf][0xff][0x90][0x96]{t[0xfc][0xa6][0x95]1[0xc3][0xca]B[0xf2]@DFd:c[0xf5][0x19][0x8e][0xbe][0x2]~;[0x1a]9[0xf2][0xb8][0x91]#~2~[0xb1][0xc0][0xc6]F[0xe3]Pj[0x1b][0x8d]Cq[0xac][0xb2][0xfb]9Q[0xde]g[0x1c][0xcb][0x1b][0xb6][0xc]x=0[0xde]A[\r][0xfe]E[0xa0][0xff][0x8d]z[0xfc][0xc7]L[0x93][0x1a][0x94][0xe0]f*Ev[0xaa][0x86][0xb][0xe4]q0P[0xbf][0x9][0xd4]/[0xe1][0x9]I[0xc5]M[0xa0]l[0x8e][0xbe]s[0x83][0x94][0xed][0x97][0x90][0xd3]\[0xc]^O[0x98][0x4][0xfd]&[0xdf][0x83][0x11][0x87][0xf8][0x94][0xc8][0x8]{[0x96][0x11]B[0xa0]F[0x14][0xa0]N[0xd8]P/[0x8a][0xfe]oF[0xb8][0xf8])o[0x18]q[0xb3]<[0x19]`[0xde]8[0xbc]][0xa3][0xf4][0xb5][0xe8][0xa7][0x9a]L?[0xfe][0x9d]L4[0xa4][0xe9][0xa3]Y[0xc0]]p[0x8a][0x12][0x94][0x9][0x5]sD[0xa9]%-[0xe7][0xc9]@[0x0][0xa5]L%)Ya[0xb9]q[0xf4][0x99][0x95][0xe6][0x8d][0xb3][0x9f]`[0xd0][0xc7][0x81][0x91][0x12][0xd7][0xc9][0x14]![0xe9]T|[0x1a];[0xfc]g[0xe1][0x10]T2(?[0x96]d4[0xf3]?I [0xca]P([0xdc][0x16][0x8d]nCc!]9[0x3][0xe4]4a[0x9]=[0x9e][0xd9]@[0x94][0x8b][0xbf]I[0xc][0x83][0xf7][0x1a][0x6]/[0xf6][0x9d][0x85][0xd3]F[0xd7][0xdb]Q_9[0x2]#Xz[0x1a][0x1]V[0xec][0xe2][0xb9]![0x14][0xfb][0x8f]c[0x99]@V9[0x12][0x15][0xb0][0x8b]J[0x14][0x8b]j[0xcc][0x14]5[0x16][0x14][0x8b][\r][0x14]3[0x89][0xef][0xe3][0xf8][0x84]i[0xe5]'I7}[0xd6][0x19][0xba][0xf][0x18][0xba][0xab][0xd3][0xce][0xf6][0x9d]!Ed[0xf2][0xf2][0x9d]~1[0x82][0xf7][[0xfd]\[0xc1][0xb1]%[0xe6][0x91][0x9f]=P[0xc4]|[0xb8][0xc5]B[0xcc][0x16]u[0x16][0x9d][0xd5]TuWH_[0xbb][0xf1]izm[0x8]K[0xc9][0xe7][0xb5][0x95][0xe6][0xda][0xed]&[0x9e][0xcf][0xd2][0xfb][0x80]>[0x90][\r]<[0x8f][0x1a][0x11][0xcc][0xbe][0xe0]:[0xd2][0xe1]?[0xb5][0xc6][0xb6]vN[0xed][0x11][0xcc][0xf2][0xcf]Y[0xbe][0xca]^e?[0xcb][0xe9]w[0xbb]M[0xc][0xbd][0xfb]OK[0x6][0xca][0xc2]([0xbc]([0x12][0xf5][0xa8][0x14]>[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xe6][0x12]]'[0x96][0x98]A\)[0xdf]#[0x1c][0xc4]Nzk[0xdc])_[0x1f]%[0xa8]"[0xfd]w[0x91][0xd6]RZ[0xbf][0x89]([0x9b][0xf4][0xdd]m[0xe6]%[0xcf][0xe8][0xf5][0x9d]z[0x10][0xf3]Z[0xe6][0xba][0xff]"[0xfd]~IRw[0xe3][0x83]2"[0xf8]l[0xef][0xc5]Z[0x14][0xff][0xf]PK[0x7][0x8]0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categ" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ories$ExcludeCategory.class[0x95]PMO[0xc2]@[0x10][0x9d][0xe1][0xc3][0x2][0x82][0x80][0xa2][0xc8]I[0xf][0x86][0x80]16[0x9e]%&[0x4]5![0xf1]+[0xa0][0x1e][0xe0][0xb4][0xd4][0xb1].Y[0xb6][0xa6][0xdd][0x12][0xf8]k[0x1e][0xfc][0x1][0xfe]([0xe3][0x94][0x18]j"[0x89][0xf1]0[0xbb];[0xf3][0xde][0xec]{3[0x1f][0x9f]o[0xef][0x0]p[0x2]5[0xb][0xb6],[0xd8][0xb1][0xa0][0x8a][0x90][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15][0x12]B[0xa5][0xd1][0x1c]^[0x8d][0xc5]T[0xd8]Jh[0xd7][0xee]([0x11][0x4][0xa7][0x8][0xe5][0xb6][0xd6][0x9e][0x11]Fz[0xfa][0x9c][0x9e]E[0xa8][0xc]B[0xb6]/]-L[0xe8]s[uE[[0xeb][0xf0][0x8c];3[0x13]a[0x9c][0x97][0xb6][0x9e]#$[0x1b][0xcd]A[0x92][0x95][0x11]![0xd7][0xf7]B[0xdf][0xa1]K[0xa9][0xb8][0xb9][0xd8][0x11][0x86]\[0xcf][0x97][0x14][0x1c]G [0xd4]z[0xa1]6rB[0x8f]2[0x90]#E[0xb1]x[0x80][0xb0][0xff]CG,[0x1][0xbb]G[0x86]t[0xf4]b[0xcd][0xfa][0x1f][0x94];OIg[0xce]D[0xab][0xf7]ps[0xdf][0xbd][0xbe][0xb0]`[0x17][0xa1][0xe5][0xf9][0xae]=[0xe][0xb5]46[0xcd]^[0xc9]g}m[0x84][0xb2][0x9d][0xa5];;6zp1sT[0xf8]D[0xdf][0x15][0x9e][0xae][0xf8][0xab][0x92][0xef]jM[0xfe]b[0x17][0xc4][0xc6]K[0xb1][0xa9][0xdb][0xd1][0x98][0x1c]^[0xe1][0xde]J[0x9f][0xf1][0xb8][0x8]G[0xff]1UG@HpD[N[0xa4][0x10]R[0x90][0xe6]|[0x8d][0xb3][0xe4][0x90][0xf]+*C[0x86][0x81],[0xe4][0x98][0xb6][0x0][0x6][0xb0][0xce][0xfc][0xfc][0x2]*[0xc0][0x6][0xdf][0x5][0x86][0x8a][0x1c])[0x82][0x12][0x94]a[0x9b]K[0x11][0x1b]a[0x13]*[0xf5][0xec][0x17]PK[0x7][0x8] [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.class[0x95]P[0xcb]N[0x2]A[0x10][0xac][0xe1][0xe1][0x2][0xa2][0x80][0xa2][0xc8]I[0xf][0x86][0x80]1n)[0x7]K[0xe][0xb6][0x1c][0x9c][0x10][0xe2][0xc8][0xc9][0xd5]5[0x5][0xd7][0x15][0xcc][0x86][0xd0][0x88]9[0xf9]}C[0xe][0xaf]*[0xb8][0x19][0xc2][0xe][0xdc]j[0xc4]:|J[0xe][0xb7][0x15]|[0xba][0x11]a[0xf9][0x11][0xc6]mI[0xf3][0x19]9|6[0x84]-[0xf8]\[0x8][0x9f][0xc7][0x9d]F|[0x1][0xaf][0xc9][0xe1]u[0x5]_T[0xf0][0x86]<[0xb9]U[0x8f]/I[0xc9]_[0x96][0x1f]_i[0xc4]WqG[0xc1][0xd7][0xa4][0xe4][0xaf]+[0xf8]F[0x8][0xbb][0xf0][0xcd][0x10][0xbe][0x85]o+[0xf8][0x8e][0x82][0xef]*[0xf8][0x9e]@sRs[0xf4][0xc9][0xac]5w[0xc2][0xc8]8[0xba]%[0xa0][0xe][0x9a][0xa6]n%3[0x9a]m[0xeb][0xb6][0xc0][0xba][0xe3][0xb3][0xa9]L.[0xad][0xe7][0xc9][0xb8]3h[0x96][0xed][0x4][0xfb][\r][0xd3]p[0xe][0xb][0xf4]E[0x87][0xae]h[0xd7][0xb4]DF3'[0x13][0xae][0x88][0xbe][0xa1][0xac]5[0x99][0xb8][0x92][0xe3]y[0xc2][0xca]I[0xc9]vb:[0x9b][0xd6]3[0x89][0x11][0xf7][0xeb]h[0xce][0xc8][0xa4]u[0xab]/6&[0x10]H[0xf2][0x80][0xf2][0x87][0xc]S[0x1f][0xce]MO[0xe8][0xd6]9m"[0xc3][0x9d][0x96][0xa1]lJ[0xcb][0x8c]i[0x96]![0xbf][0xfd][0xcd]z[0xc3][0x83][0x91][0x96][0x1c][0xae][0xd6][0x9c]cd[0x12][0xa3][0xba][0xd3][0xc7]C}6[0xd8]d[0xd8][0x3][0xe6][0xdc]`[0x81]X[0x8c][0xe7][0xf7][0x8e][0x17]h[0x4][0xe5][0xf5]V MLk[0xa6]1[0x93][0xcb]h[0x8e][0x91]5[0x13][0xc3][0xd9]s[0xba][0xed][0xd8]#[0xfa][0xb4]f[0x98]d[0xd5]g[0xe4]6u[0x5][0x9c])[0x83][0x8e][0xea])[0xe1][0xd7]ggt[0xcb][0x98][0xd6]MG[0xcb]$R[0x9e][0x9f][0xc][0xdd]N$[0xb]K[0xf2][0xd5]][0x95][0xe][0x12][0xd8]P[0xe1]3[0x1]e[0xc2][0xf3][0x8b][0xc0][0x9e]U:P`[0xe3]r/[0xcd][0xcd][0xe4]=[0xb5]k[0xb9]{[0xfa][0xcb][0xf5][0xf5][0xc7][0xf][0xf7][0x1d][0xa6][0x80][0xd6]j[0x7][0x2][0xa1][0x82][0xb1][0x4][0xdb]0jL[0x9a][0x9a][0x93][0xb3]([0xf7]p[0xc5]mK[0x86]5\xxRw[0xf2][0x17]S[0x8c][0xa6][0xa7]*[0x83](Vq[0xc1]![0xcd]4[0xb3][0x8e]{3[0x4][0xb2]&[0xd7][0xef],[0x8b][0xdf][0xbe]jq+-[0x89][0xad][0xd6]oU[0x0]3[0xc8][0xda][0xab][0xb][0x1d][0xf7][0xec][0xce][0x7]_[0xd1][0xee]5ZQ[0x96][0x97][0xc4]q@[0xa6][0xac][0xe5][0xc]g[0xf3]T7[0xf4][0xf4]1[0xdd]N[0xe9]f[0x9a][0x82][0xec][0xd3][0x97]_2S[0x85][0x13][0x19][0x1a]g4K[0x1e][0x8]l[0x8f]V[0x6][0xbf][0xe4][0xb4][0xc]/[0xc8][0xdd][0xec][0xd4][0xb5][0xd4][0x94][0xc0][0xb6][0xf][0xa7][0x14][0xa8]1v[0x16]B[0xc9]u[0xdd] [0xcb][0x8a][0xe6]de[0x88]6[0xa6][0x8b][0xa4][0x2][0xf1]<^[0x1f][0xa4]F,'[0xb5]k[0x5][0x93][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "WL[0x88][0x1d])[0xcd],9[0x94][0xb6]%[0xa7][0x18]J[0xb4]`[0x15][0xf8][0xe9][0xf4]uS[0x9a]=`[0xdb]2|ezd[0x5]vD[0xcb][0xc2][0xaa][0xea]5[0x6].[[0xd9]if[0xa4][0xe6][0xf2][0x12]I[0x8d]C[0xde][0xfe][0xe8][0xaa][0x82]c[0xa5][0x8]hHY:[\r]![0xa3][0x84]qq[0x15][0x1]/H[0xd9]RI(PkK!m[0x15]G^[0xf2][0xf6]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_Kh[0x87][0xb4]TJ[0xb7][0xed][0x9d]{[0xf7][0xee][0xa5][0xe1][0xb3]{[0x8b];[0xfb][0xbc][0x9d]}[0xdc][0x19][0xcd][0xe6][0xac][0x94][0xce][0xfe]![0x8b]w1B{[0xa4]L[0x15][0x17][0xf1][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][0x13]*[0x12][0xd8][0xab][0xe2]$[0x6]U[0x9c][0x96][0xc3][0x1][0x9c]R[0xf1][0x9c][0x1c][0xbe][0x8f][0xbb]*[0xde][0xc4][0xf][0x4][0xf6][0xff]/5X[0xa0]s[0xa5][0x9a]3[0xc8]-C[0xcb][0x18]7\[0xfe][0xe3][0x96][0x95][0xb5]$[0x8e][0x1f][0xaa][0xf8][0x11]~[0xac][0xe2],F[0xe8][0xa2][0xff][0xa7]x[0xa8][0xf8][0x9]~[0xaa][0xe2]g[0xf8][0xb9][0x8a][0xb7][0xf0][0xf6]Z[0xa5][0x95]%[0xb1][0x8a][0xb][0x18]W[0xf1]1[0x8c][0xa8][0xf8][0x5]~[0xa9]`^[0xc5][0xaf][0xf0]k[0x5][0xbf]Q[0xf1][[0xbc][0xad]b[0x1][0xbf][0x13][0xd8][0xf2]a[0xb1][0xce][0xb4]Z5[0x2][0x16][0x9d][0xb1][0xfc]2R,[0xa8]v$kFX[0x1b][0xb4]i[0x9d][0xa9]+3-[0x92][0xf2][0x9e][0x3][0x11][0x16][0x8c][0x8][0xc9]"vnf&k9[0xb][0xfd]v[0xc3][0x7][0xd1]2[0xd6][0x92]6[0xd4]R[0xb9][0xcb][0x2][0xcf][0xfe]0[0xac][0xcf]RD[0xc0]t[0xa7][0xd6]h[0xa9]u[0xa7]'[0xae][0xe8])[0xa9][0xb6][0xad][0xd4][0xb][0xa3][0x8e]e[0x98][0x93][0xae][0x87]U[0xc2][0x96][0xd5])[0xe9][0xbd][0xea][0xc2][0xcb][0xb8][0xf3][0xc6]6-[0x8b][0x12][0x81][0xf5]FIO:[0xe1]6[0x1a]:[0x81][0xd2][0xda][0x8a][0x84][0xc9]l&C[0xd5]^[0x1b][0xc]j[0xe9][0xf4]@&[0xc3][0xd4](m@E[0x92][0xbe][0x8b][0x95][0x98]c[0xe3][0xd8][0xce][0xff][0xe]1[0xc8][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xb]1j[0xf9][0xc7][0x5]"[0x88]:([0xdc]=[0x12][0xef][0xec]z[0x80][0xda][0xce]%[0x4][0x86]9[0xd4][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p[0xc][0xf6][0xd6]qTz[0x83][0xf1][0xb6][0xba][0xee][0xb6][0xe0][0xe6][0xc0][0x12][0xea][0x17][0xd1]0[0x8f][0xa6][0xe1]w[0xd1]x[0xa1][0xfb][0x1][0xd4][0xf7][0xe2][0x8b]hZB[0xf3]}J[\r][0xa2][0x13]=[0x8]Q[0xf2][0xd3][0x94][0xd8][0xc3][0xbf]![0x10][0xcf] ([0x9e]E[0xa3][0xe8][0xc5][0x6]q[0x0][0xed][0xe2] [0xb6][0x8a]C[0xe8][0x14][0xcf][0xa3]G[0xf4]!![0xfa]qP[0x1c][0xc6][0xb][0xe2][0x5][0xf0][0x19]?[0xd0][[0xdf][0xc5][0xae][0xb][0xf][0xb0]{([0xfe][0x90][0xe9][0xc5][0x80][0xdb]s[0xbe][0xf3]^[0x19][0xc6]WQ/nB[0x15][0xb7][0x98][0xfe][0xb7]K[0xc2][0xbc][0x15])[0xa4]9[0xd7]3[0xb4]u"[0xf3][0xf0][0x14][0xcf].[0x17][0xce][0x92][0x5][0x14][0x93][0xeb][0xeb][0x99]d[0x13][0xfe][0xfd]%8K[0xd7][0xd6][0xc5][0xfd][0x9c][0xf6][0xee]&[0xe8]n[0x9e]uUyYS[0x7]C[0xaa]"[0xf3][0x15][0xfa][0xde]c>[0xe4][0x9b][0x10][0x8c][0xb3]g[0x88][0x85][0xaa][0xdc][0x1e][0x98] [0xb9]=[0xc7][0x5]q[0xd5]u\[\r]2.[0xfd]4[0xba]8w[0xd0][0xdc]8[0xfb]U'[0xef]=[0xcc][0xb9]{w[0x3][0xd6]q[0xee][0xd9][0xdd][0xf0]_PK[0x7][0x8]7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/categories/Category.class[0x8d][0x91][0xcd]N[0x2]1[0x10][0xc7][0xa7][0xb8][0xb8][0x82][0xa2][0xa8]$F/[0x1a][0xf]D9[0xd0]x[0xf0][0xa4]11D[0x13][0x12][0xfc][0xc8][0xa2][0xeb][0xc1]SY&K7[0xa5]5[0xdd].[0x91]W[0xf3][0xe0][0x3][0xf8]P[0xc6]Y[0x9][0xc2][0x1][0xa3][0x87]Ig:[0xbf][0xf9]wf[0xfa][0xf1][0xf9][0xf6][0xe][0x0]'P[0xf3]a[0xd3][0x87]-[0x1f][0xb6][0x19][0x14]GBe[0xc8][0xa0]vt[0xfc][0xdc]I[0xc4]Hp%t[0xcc][J[0xa4][0xe9][0x19][0x83]RW[0xc6]Z[0xb8][0xcc][0x12][0xb2][0xb3][0x0]9o\[0x10]U[0xee][0x9a][0xcc]Fx-[0x15]a[0x95][0x96]p[0x18][0x1b];n[0xe6],[0x83][0xdd] [0xd3]N[0xe]1[0x94][0xa9][0xec])[0xbc][0xd4][0xda]8[0xe1][0xa4][0xd1])[0x83][0x83]9=[0xf1][0x93][0xe0][0x1]:[0xd4][0xb9]G[0xda][0xf5]?[0x90]{[0xa3]d4&[0xd0][0xf][0x1e]o[0x1f][0xda]7W[0xbf][0xaa][0xb6][0xf5][0x0][0xad]t[0xd8]'[0xf8][0xb0]cl[0xcc][0x93]LK[0xc7]i[0x3][0xb2]/[0x9c][0xb1]<[0x9c]x[0xf8]$[0xdd][0x80][0xa0][0xd3]9[0x8]__[0xa8]xHo[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xa3][0xc9][0x84][0x12]S>[0x1d]6[0x9c][0x8a]P][0xe3][0xff]e[0xc][0xaa][0xb3]^[0xef]z[0x9]F[0x8e][0xc1][0xfe][0xc2][0xf6]g[0x8b][0xab]3`P [[0xa2][0xef]d[0x1e][0x3][0xf][0x8a][0x14]-ST[0x0][0x9f]l[0xe5][0xdb]+A[0x99][0xce]=[0xa2]V)[0xeb]![0xac]A[0x5][0xd6][0xe9]j#[0xf]#[0xa8]~[0x1]PK[0x7][0x8]Q[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.class[0x9d]U[0xdf]W[0x1b]E[0x14][0xfe]&[0xd9]d[0xc3]vI(%[0x94][0xa0][0xb6]X)$!4[0xb6]UZ[0x8]R1[0x16][0xa5][0x86][0xb4][0x96]J[0xad]>-aN\[0xce][0xb2][0xc9][0xd9]l<[0xe5][0xdd][0xbf][0xc4][0x17]_[0xeb][0xb][0xa8]=[0xa7][0xbe][0xfb]/[0xf8][0xe2]_R[0xfd]f7@[0x2])[0xe6][0xf4][0xec][0xd9][0x9d];[0xf7][0xc7]7[0xdf][0xbd]sg[0xf6][0xaf][0xd7][0xbc][0x2]p[0x13][0xdf][0x1a]Ha[0xc1][0xc0][0x1d][0xdc]5[0x90][0xc4][0xa2][0xfa],[0xe9]([0xe9]X6[0x10][0xc7]=[0x1d][0x9f][0x1a]H`![0x81]U[0x3][0x9f][0xa1]l[0xe0]s[0xdc][0xbf][0x80]5|[0xa1][0xe3]K[0x1d][0xeb]:[0x1e][0x8][0xc4][0x97]m[0xd7][0xf6]W[0x4][0xa2][0xd9][0xdc][0x96][0x80]Vn[0xec]H[0x81]T[0xc5]ve[0xb5][0xbd][0xb7]-[0xbd]'[0xd6][0xb6]C[0xcd]h[0xa5]Q[0xb3][0x9c]-[0xcb][0xb3][0xd5][0xbc][0xa3][0xd4][0xfc][0x1f][0xec][0x96][0xc0]b[0xa5][0xe1][0xd5][0x8b][0xbb]m[0x2][0x15][0xe5][0xf3][0xa6][0xf4][0xec]=[0xe9][0xfa][0x96]S[0xac]Y[0xbe][0xac]7<[[0xb6][0x8a][0xe5]P[0xdc]_[0xb3][0x1d]_zkV[0xcd][0xe7][0xa4]$`[0xd6]01[0x81][0xab][0x2]S[0xff][0xd7][0xad][0xec][0xb6][0xf3][t:[0x9c]1[0xb0][0x1c][0x9c][0xae][0xee][0xd0][0xcc]96s]auJ[0xae][0xf8]U[0xb9]y'i[0xaf]z[0x9e][0xb5][0xaf]r[0xe7][0xae][0x15]t<4[0xf1][0x8]_[0xeb]xlb[0x13]Ot|cb[0xb]O[0x5][0xee][0xbc][0xe5]m[0xc0]=>[0xc9][0xfc][0xe1][0xf6][0xae][0xac]q[0xa1]+[0xe7]g[0xca]v[0x1e][0xe4][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]u[0xe9][0xaf]zuJc[0xd9]\[0xbf]v[0x9c][0xe8][0xde][0xf3][0x93][0x8b]A][0x8a]#[0xa7][0xdd][0x5]b[0xad][0xa6]c[0x93][0xde]l[0xbf]N[0xe9][0xdb][0xee][0x93]'[0xc0][0xe5]|~[0xee][0x0][0x91]CD[0xf][0xa0][0xbd][0xd8]x[0x89][0xf8][0xb3][0xc2]![0xf4]?[0x83]@[0x13][0xc3][0xc][0xe]a[0x93][0xa1];5[0x13][0x94]3[0x1][0xfc][0x14]uI[0xc]a[0x12][0xef][0xd0]KY[0xc3][0x85][0x94][0xf4].[0xde]#[0xc6][0x95][0x80]5[0xef]hMSG[0x84][0xd2]T@[0xf4]}[0xbe]<7[0x8c]Wd[0xfe][0xe6],[0xc1][0xb1][0xf4][0x12][0x89]g[0x87][0x18][0xda][0x98][0x1b]5[0xe]p[0xa1]:[0xff]jA[0x8b].[0xc4][0xd2][0xb1][0xb4][0xf6]3[0xae][0xce][0xa7]c[0xb7][0x96][0xe2][0x99][0xf8]o0[0x97][0xf4]BF[0xff][0x1d][0xc3][0x11]<[0xfd])&~[0xf9][0xf7][0x9f][0xc2][0xb][0x86]G[0x3][0xa2][0x93][0xac][0x0]p[0x9d][0x80][0xb3]\ [0x8b]<[0x9f][0xdb][0x94][0x17]1[0x1f][0x90]~LK[0x9e][0xa4][0xa7][0xe9][0xa3][0xd3]c[0x4]3[0xb4][0xc6]Y[0xe4]<[0xbd]s[0x1][0xa5][0x19][0xca]s$>N{[0x81]RL[0x91];N[0xae]D[0xa4]Y[0xa6][0x92] [0xee][\r]nC[0x4][0x1f]R;[0xce]1[0xc4][0xbd]I[0xdc][0xd0]v[0x8b][0xba][0xa3][0x12][0xc4]:[0xa9][0xdf][0xe6][0xfb]Q }[0x8c][0x15][0x8e][0x86]*[0xf]Y|[0x82][0xa1][0xff][0x0]PK[0x7][0x8]"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/CategoryValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]&[0xb7]I[0x86][0x1]"[0x10]4Z5X[0xc5][0x4][0xd0][0xa9]Zi[0x5][0xa4]FJ[0x94][0x16][0x82]5[0x88][0x8d][0xd6][0xda]Ir[0x8][0x83][0x93][0x19]:3A[0xb0][0x17]{[0xb1][0xf7][0xda]w_[0xfb][0xe2]km[0xd7][0x2][0xa9]KW[0x9f][0xfb][0xdc][0xdf]S[0xbb]gr[0x1b][0x12][0xac].[0x17][0x8b]3[0xe7][0xec][0xd9][0x97]og[0xef][0x9d][0xf9][0xfb][0xdf]?[0x9f][0x0]8[0x86]_[0x4][0xec][0xc3]9[0x1e][0xe7][0x5]xpN[0xc0][0x14][0xde][0x9]a/[0xde]m[0xc3]4f[0xda][0x90][0xc6][0xac][0xbd]\[0xe0][0xf1]^[0x1b]."# [0x84]9[0x81][0x14].[0x9][0x98][0xc7][0xe5] [0xde][0xe7][0x91][0xb5][0x85]W[0x4]\[0xc5][0x7]<[0xae][0x9][0xe8][0xc2][0x87]m[0xb8][0x8e][0x8f]x[0xc8]P!l[0xf1]T[0x1b][0x96]a[0xc5]L[0x9a][0xa6][0xfd][0xab]C[0xf3]#e[0xe8]%;dk/[0x12][0xa0]H[0x3][0xf5][0x84][0xae][0xaa][0x84][0xa3]BT[0xb8][0xac][0x11][0xa7][0xca][0x82]3[0x8a][0xec]V[0xa0]i[0xd9][0xd2][0xdd][0xdb][0x8c][0xf0]vb<[0xa3][0x94][0x96]U[0x96][0xa6][0xbb]h[0xce][0xb4][0xde][0xe3][0xe1]f[0x19][0xcd]I*[0xb0][0x92]LqN[0xc5][-[0xae][0xb6][0xd2][0xb5][0xad][0xdf][0xc8]6[0xb6][0xf6]H[0xe8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xae][0x83][0x86]W[0x93]z[0xcd][0xef][0x95][0x1a][0xbc][0xc6], B[0x2][0xb2]Y[0xb1]<[0x14]6[0x18]7[0x13]Q7][\r]n[0x1d]8[0x9d]nv[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xb9][0xb5][0xed][0xcf][0x86]D[0xd3][0x99][0xbe]z[0xf6][0xd2]G[0xf][0xc0]a[0xb7]=[0x8d][0xe8][0xd9]G'[0xf][0xe][0xc0]G{[0x1a]a[0xb4][0x1e]"[0x89]DO[0x8e][0x9e][0xfe][0x81][\r]p[0xf][0x1c][0x95]~Z[0x3][0x8e]p[0xf][0xe][0xd3]*V[0x14][0x10]G[0xc2]q8[0x80]A[0xd2]"c[0xae][0x1f]^[0x8]$[z[0x4]Ov[0x3][0xde][0x99][0xc1]u[0xf8][0xd2]GF|Q[0xdf][0x93]a[0xbf]w8[0x10][0x9]D[0xfc][0xbf]b*[0xea][0x8b][0x4][0x8e][0x8f][0xf0][0xbf][0xc3][0xbf][0x89][0x0][0x87][0x91]`4[0xb8][0x9][0x9e][0xc3]=[0xc4][0xed]][0x90][0xc3]_[0x8][0x8d][0x84][0xa2][0xfc]&[0x4][0xa2]"[0xb4][0x8e][0xb6]{[0x10][0x6][0x86][0xa2][0xa1][\r][0x88][0xf7][0x9f][0xfe]s'[0xc0][0xdd][0xba]>[0xf4][0x10][0xed][0xbf]Q4[0xaf][0x83][0xf0][0x0][0x82][0xb4][0x1e][0xa1][0xf5]([0xda])[0x8d]~[0xbc][0x86][0x14][0xa5]}[0x9][0xc7][0xe9][0xc3]L[0x2][0xc3][0xb0][0x83]~[0x81][0x10][0xa6][0xd0][0x8b]![0xd2][\r][0x91][0x8e]D[0xfa][0x12]Y[0xf5][0xe3][0x14][0x9d][0x8e][0x81]G[0xd8][0xb1]9A[0xc4]Dp[0x1][0xaf][0xe3]$[0xe5][0xba][0xb]3[0xa4]w[0x92]x[0xa0][0xec][0xaa][0x99][0xdb][0xbb]a[0xbc]A[0xc][0x4][0x91][0xc3][0x9b]d[0xef][0xa1][0xc8][0xd7]0B[0xb6]^[0x8c][0xd2][0xfb]^[0x92]Tb[0x8d]Q[0xac][0x8a][0xd6]i[0x92]U[0xa8][0x1f][0xa7][0x9a][0xef][0x15][0xee]p[0x97][0xa2][0xf8][0xe8][0xd9][0xd7][0xd5][0xe1]{[0x8c][0xce][0xac]wh[0x1d][0xe1][0xcc]C[0xec]H[0xf]>BW[0xf6][0xc8][0x6][0xba]7[0xd1][0xe3][0xc1][0xe5][0x7][0xf5][0x94];[0xe8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0x83][0xdc][0xc7][0xc8][0xb1][0x9d][0xde]@[0xc5]I[0x1d]b[0x9f][0x3][0x8c]svv[0xca][0x1e][0xd2][0xe]#[0x89][0xb3].[0x88][0x15][0xad][0xd3]u[0xad][0xb1]:[0xc4][0x9][0x2][0xfd]v[0xbd]6&[0x9d][0xf4][0x89][0xe4]G[0x88]d[0xf9][0xc7][0x8]e[0xbd][0xdd][0xe8][0xcd]d}[0xdd][0xd8][0x99][0xc9][0xfa][0xbb][0xb1]+[0x93][\r]t#J[0xa8]wo`[0xcf]C[0xbc][0xf2][0x7][0xfc][0xf][0x9c][0x1a]i[0xd4][0xd0]>Z'[0x1d][0xe7][0xa9][0xff][0x0]PK[0x7][0x8][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0x96][0xc2]Z[0xf1]^[0x82][0x81]F[0xa3]I[0xe3]K[\r][0x6][0xdf][0xb6][0xed]I9d[0xd9]m[0xf6]b[0xe8][0xbf][0xd2][0x17][0x9a]H[0xe2][0xf][0xf0]G[0x19][0xe7]lWh[0x97][0x10]o}[0x98]3[0xe7];3[0xf3]M[0xbf][0xd9][0xcc][0xf7][0x1f]_[0xbf][0x1][0xa8][0xa2][0xa6]`U[0x5][0xc3]=[0x15]9[0xac][0xa9][0xd0]p_[0x81][0xae]b[0x2][0xa5][0xc][0xca][0xf2]\[0x97]`Ez[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x5]U[0x86][0xf4][0xb6][0xb0][0x85][0xbf][0xc3]0[0xab]7[0x8e][0xcc]O[0xa6][0x11][0xf8][0xc2]2[0x1a][0xc2][0xf3]k[0xa5]}[0x86]T[0xdd][0xe9]p[0x86][0xa9][0x86][0xb0][0xf9][0xbb][0xe0][0xb8][0xc5][0xdd][0xf7]f[0xcb]"[0xa4][0xd0]p[0xda][0xa6][0xb5]o[0xba]B[0xde]#0[0xe5][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]![0xf7][0xea][0xa4]m[0x5][0x1d][0xee][0xed][0xda]}[0x6][0xed][0xad]ms[0xb7]n[0x99][0x9e][0xc7][0xe9]q[0xb7][0xe1][0xb8]][0xe3]( V[0x83][0x9f][0xf4][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]6}[0xde]u\[0xc1]=#[0xca][0xaf][0x9f]#[0xab]#[0x15]k[0xc][0xea]E,[0xc3]t[0xbc]o[0x86][0xf9][0xf1][0xe6][0xfa][0xbd]_[\r][0xae][0xc5]b[0xb7][0x87]w[0xcb][0xb4][0xbb]F[0xd8][0xe1]vy[0xa7][0xb6]C[0x15][0xb2]M[0xd1][0xb5]M?p)[0xa9][0x14]W[0xe6][0x8a],[0xa9]Wa4[0xb6][0xc9][0x87]"N[0xc5]0[0x1a][0xd1]8re[0x1b][0xba][0xfe]G[0x81][0x92]$C[0xea][0xb4]][0xd1][0xa2][0x86][0xe7][0xf4][0xd2]H\[0xd3]w[0x85][0xdd][0x95][0xaa]5[0x9d][0xc0]m[0xf3][0xd7]B*1I[0xe3]M[0x99][0xc2]0sA[0xf8][0xc6][0xf4][0xe][0x89]TC[0x1e][[0xd2],J[0xf3][0x88][0xa1][0x18]/[0xbe][0x17][0x8][0xab][0xc3]][0xf9][0xfc][0x98][0xb4][0xe3][0xd1][0xb0][0x96]4<[0xc1]S[\r]KX[0xd6][0xf0][0xc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]3[0xbc][0xfc][0xcf][0xf1]+x[0xc1]P[0xfb]}[0x91][0x91][0xec][0xc8][0xed][0xd3]?[0xf7][0xb9][0xcb]0[0x19][0x7][0x16]Fe[0xae];[0x96][0xc5][0xdb][0xbe]p[0xec]P[0xd7][0x15][0xfd]cl|[0xf1][0xbb][0x8c]J[0xea][0xd2][0xa6][0xcd]^[0x8f][0xdb][0x1d][0x86][\r][0xfd][0xf2][0x0].[0xcf]$[0x92][0x8d]F[0x93][0xf1][0x9d]![0xc4][0xb0][0xf5][0xf][0xfa]0T[0xfe]F[0x10][0x1a]H[0x8e][0x16][0x81][0xfc]%i_[0xe4]1[0x89][0x4][0xa6][0xe8][0xf6][0x1])[0xf2][0x80]|[0xf9][0xc][0xec]`}[0x80][0xc4][0x0][0xc9]/a[0xd8]4Y5|[0xd4])[0xb5][0x84][0x19][0xf2][0xe6][0x87][0xc1]([0xe0]ZX,OH[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^'_[0xa3]s[0x88],[0x90]w[0x83][0xfc][0x4]n[0x86]d[0x8b][0x11]Y[0x93][0xd6][0x90][0xcc][0xcf][0x96]S,E\[0xa9]8Q[0x5][0x19]l[0x8c][0x10]e[0xcf][0x89][0xb2][0x84][0xdc][0x1a]#[0x92][0xc8][0xed]s[0xa2];[0xe4][0xd1]GGV[0x12][0xed][0x12]"c[0x8a]g[0x98]8[0x18] ]PN[0x91])[0xf][0x90][0xa5][0xe3][0x14][0xea][0xe7]0E[0xd2][0xa6][0xc3][0xb0]jH9,[[0x8c]([0x13][0xb8][0x1b][0xda][0x15][0xcc][0xd1]Y /[0x87]M[0xcc]B[0xee][0xd3][0x7]x[0x88][0xec]OPK[0x7][0x8]-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories.class[0x9d][0x92][0xdf]K[0x1b]A[0x10][0xc7][0xbf][0x9b][0x9c][0xa6]9[0xd3]j[0xb5][0x8d][0xad][0xfd][0xe1][0x83]E[0xd4]B[0x17][0x91][0xd2]BB[0x8a][0x4][0x85][0xc2]a[0x1f],[0x81]>[0xae][0xe7][0x12]W6{ao[0xaf][0x98][0xff][0xaa]}[0x12],[0xf4][0xf][0xf0][0x8f][0x92][0xce][0xee]E[0xab][0x91]R[0xf1][0x1e]vgfg>[0xfb][0xdd][0xb9]9[0xbf]8[0xfb][\r]`[0x13][0xcb]1[0xa6][0xf0][0xbc][0x86][0xa5][0x18][0x15][0xbc][0xa8][0xe1]e[\r][0xaf][0x18]fvNR][0x1c][0xca]|[0xdb][0x8c][0x18][0x1a][0x9f][0x8d][0x91][0xb6][0xab]E[0x9e][0xcb][0x9c]a[0xba][0xad][0x8c]r[0x1d][0x86][0xea][0xda]z[0x8f]![0xea]f[0x87][0x92]a6QF[0xee][0x15][0x83][0x3]i[0xbf][0x8a][0x3]M[0x91][0xf9]$K[0x85][0xee][0x9][0xab][0xbc]?[0xe]F[0xee]H[0x11][0xe3]}[0x92][0xd9]>?.[0x8][0xc4][0xe5][0xc9]PZ5[0x90][0xc6][0x9][0xcd]S[0xe1]d?[0xb3]J[0xe6]|[0xac][0xa1]{[0x15]i[0x91][0x94][0xd4]J[0xf2]w[0x95]v[0xd2]2|\K[0x8e][0xc5]w[0xc1][0xb][0xa7]4OT[0xee]Z[0xeb][0xd7][0xc0][0xb6][0xf0][0xba][0xf9]@[0x18]5,[0xb4]p*3[0xbc][0xac]$R[0xfc][0xf7]&[0x86][0xb9]I[0xc]C[0xf3][0xa6][0xfa][0xd1][0xf0][0xf2][0x5][0xab][0x13][0xb9][0xed][0xd2][0xd7][0xc2][0xf4]y[0xe8]Q{[0xa3][0xd3][0xea][0x10][0xa1][0xbe][0xaf][0xfa]F[0xb8][0xc2]R[0xd1][0xde][0xa4][0xd0]T[0xdd]][0xfe]~V[0xd8][0xd4]7[0x82][0xe8][0xcd][[0xad]z[0xe7][0xe9][\r]<@[0x9d][0xe1][0xd3]=Z[0xfd][0xe6][0xda][0x0]x[0xcc]k[0x86][0xad]{`[0x18]>[0xfc][0xbf]j[0x9c]>*[0xdf][0xb6]+RG[0xe][0xc3][0xc2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x8b]vF[0xfb][0xd4][0xc6])[0xd8][0xcf]p1X[0xcf]P[0xb][0x82][0x18][0xd9][0x11]1[0xe3]?PK[0x7][0x8][0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0xde]X[0x11][0xef]%[0x98][0xda][0xc4]H[0xd2][0xf8]R[0x83][0xc1][0xb7]m{R[0xe]Yv[0x9b][0xbd][0x18][0xfb][0xaf][0xf4][0x85]&[0x92][0xf8][0x3][0xfc]Q[0xc6]9[0xdb][0x15][0xca][0x12][0xe2][0xad][0xf]s[0xe6]|gf[0xbe][0xe9]7[0x9b][0xf9][0xfe][0xe3][0xeb]7[0x0][[0xa8]+XW[0xc1]pOE[0xe][0x1b]*4[0xdc]W[0xa0][0xab][0x98]B)[0x83][0xb2]<+[0x12][0xac]J[0xaf][0xa6][0xc0]P[0xb0][0xc5][0x90][0xde][0x11][0xb6][0xf0]w[0x19][0xe6][0xf5][0xd6][0x91][0xf9][0xd1]4[0x2]_XFKx~[0xbd][0xb4][0xcf][0x90]j:=[0xce]0[0xd3][0x12]6[0x1b][0x1c]w[0xb8][0xfb][0xce][0xec]X[0x84][0x14]ZN[0xd7][0xb4][0xf6]MW[0xc8]{[0x4][0xa6][0xfc]C[0xe1]1[0xe4][0xf6][0xec][0xae][0x15][0xf4][0xb8][0xd7][0xb0][0x87][0xc][0xda][0x9e]ms[0xb7]i[0x99][0x9e][0xc7][0xe9][0xb1][0xd1]r[0xdc][0xbe]q[0x14][0x10][0xab][0xc1]?[\r][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]5}[0xde]w\[0xc1]=#[0xca]o[0x9e]![0xeb][0x13][0x15][0xeb][0xc][0xea]y,[0xc3]l[0xbc]o[0x86][0xc5][0x8b][0xcd][\r][0x7][0xbf][0x1a][0xdc][0x88][0xc5][0xee][0x8c][0xef][0x96]i[0xf7][0x8d][0xb0][0xc3][0x9d][0xf2]n}[0x97]*d[0xdb][0xa2]o[0x9b]~[0xe0]RR)[0xae][0xcc][0x15]YR[0xaf][0xc2]dl[0x9b][0x8f]E[0x9c][0x89]a4[0xa2][0x8b][0xc8][0x95]m[0xe8][0xfa][0x1f][0x5]J[0x92][0xc][0xa9][0xd3]uE[0x87][0x1a]^[0xd0]K[0x13]qm[0xdf][0x15]v_[0xaa][0xd6]v[0x2][0xb7][0xcb]_[0xb][0xa9][0xc4][0xe2]%[0x8d]7e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3][0xdc]9[0xe1][0x1b][0xd3];$R[\r]ylK[0xb3],[0xcd]#[0x86]b[0xbc][0xf8][0xab]@X=[0xee][0xca][0xe7][0xc7][0xa4][0x9d][0x88][0x86][0xb5][0xa2][0xe1][0x9][0x9e]jX[0xc1][0xaa][0x86]gXU[0xf0][0x9c][0xe1][0xe5][0x8e]_[0xc1][0xb][0x86][0xfa][0xef][0x8b]LdG[0xee][0x90][0xfe][0xb9][0xcf]][0x86][0xe9]8[0xb0]4)s[0xd3][0xb1],[0xde][0xf5][0x85]c[0x87][0xba][0xae][0xe9][0x1f]b[0xe3][0x8b][0xdf]eTR[0x97]6m[0xe][0x6][0xdc][0xee]1[0xd4][0xf4][0xcb][0x3][0xb8]<[0x93]H6[0x1a]M[0xc6]w[0xc6][0x10][0xc3][0xf6]?[0xe8][0xc3]P[0xfd][0x1b]Ah 9Z[0x4][0xf2][0x97][0xa4]}[0x91][0xc7]4[0x12][0x98][0xa1][0xdb]{[0xa4][0xc8][0x3][0xf2][0xe5]S[0xb0][0x83][0xca][0x8][0x89][0x11][0x92]_[0xc2][0xb0]Y[0xb2]j[0xf8][0xa8]Sj[0x9]s[0xe4]-[0x8e][0x83]Q[0xc0][0xb5][0xb0]X[0x9e][0x90]"[0x15][0xbc]N[0xbe]F[0xe7][0x18]Y"[0xef][0x6][0xf9][0x9][0xdc][0xc][0xc9][0x96]#[0xb2]6[0xad]![0x99][0x9f]-[0xa7]*)6B*NTE[0x6][0xb5][0x9][0xa2][0xec][0x19]Q[0x96][0x90][[0x17][0x88]$r[0xfb][0x8c][0xe8][0xe]y[0xf4][0xd1][0x91][0x95]D[\r]BdL[0xf1][0x14]S[0x7]#[0xa4][0xb][0xca][0x9]2[0xe5][0x11][0xb2]t[0x9c]@[0xfd][0x1c][0xa6]H[0xda]t[0x18][0xb6][0x15]R[0x8e][0xcb][0x16]#[0xca][0x4][0xee][0x86]v[\r][0xb]t[0x16][0xc8][0xcb]a[0x13][0xf3][0x90][0xfb][0xf4][0x1][0x1e]"[0xfb][0x13]PK[0x7][0x8][0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories.class[0x9d][0x92][0xdb]j[0x1b]1[0x10][0x86][0xd9][0x9b][0xb8][0xde][0xb8][0xcd][0xd9]m[0xd3][0xd3]EC[0xc8][0x1]*J[0x8][\r][0xd8]8[0x4]C [0xb0][0xa4][0x17])[0x86]^*[0x1b][0xe1]([0xc8]Z[0xa3][0xd5][0x96][0xfa][0xad][0xda][0xab]@[0x3]}[0x80]>T[0xe8]H[0xeb][0xa6][0xa9]CI[0xc8]^H3[0xa3][0x99]O[0xbf]f[0xe7][0xd7][0xd5][0x8f][0x9f][0x0][0xde][0xe3]M[0x8c])<[0xaf]a%F[0x5]/jxY[0xc3]+[0x86][0x99]C[0x93][0xea][0xe2]T[0xe6][0xfb]f[0xc4][0xd0]84F[0xda][0xae][0x16]y.s[0x86][0xe9][0xb6]2[0xca]u[0x18][0xaa][0xeb][0x1b]=[0x86][0xa8][0x9b][0x9d]J[0x86][0xd9]D[0x19]yT[0xc]N[0xa4][0xfd]$N4E[0x16][0x92],[0x15][0xba]'[0xac][0xf2][0xfe]8[0x18][0xb9]3E[0x8c][0x9d]$[0xb3]}~^[0x10][0x88][0xcb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Ci[0xd5]@[0x1a]'4O[0x85][0x93][0xfd][0xcc]*[0x99][0xf3][0xb1][0x86][0xee]u[0xa4]ERR+[0xc9]?P[0xda]I[0xcb][0xb0][0xbb][0x9e][0x9c][0x8b]/[0x82][0x17]Ni[0x9e][0xa8][0xdc][0xb5]6n[0x80]m[0xe1]u[0xf3][0x81]0jXh[0xe1]TfxYI[0xa4][0xf8][0xef]M[0xc]s[0x93][0x18][0x86][0xe6][0xbf][0xea]G[0xc3]?/X[0x9b][0xc8]m[0x97][0xbe][0x16][0xa6][0xcf]C[0x8f][0xda][0x9b][0x9d]V[0x87][0x8][0xf5]c[0xd5]7[0xc2][0x15][0x96][0x8a][0x8e]&[0x85][0xfe][0xa7][0xea][0xfe][0xf2][0x8f][0xb3][0xc2][0xa6][0xbe][0x11]Do[0xde]j[0xd5];Oo[0xe0][0x11][0xea][0xc]{[0xf]h[0xf5][0xea][0x8d][0x1][0xf0][0x98][0xd7][0xc][0xdb][0xf][0xc0]0|[0xb8][0xbb]j[0x9c]>*[0xdf]v RG[0xe][0xc3][0xe2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x9b]vF[0xfb][0xd4][0xe6][0x5][0xd8][0xf7]po][0xa0][0xfa][0x8d][0x9c]j[0x80]L[0x87][0xa2][0xb7][0x1][0xd0],[0x93][0xc6][0x0]o[0xcd]c[0x81][0xce][0x17][0xaf][0xe1]>[0xb2]D[0xd6]r[0x10][0xe1][0xf3][0x9f][0x6][0xeb][0x19]jA[0x10]#;"f[0xfc][0x1b]PK[0x7][0x8][0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/experimental/max/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/experimental/max/CouldNotReadCoreException.class[0x9d]Q=O[0x2]A[0x10]}[0x83]p[0xc4][0x13][0x14]A[0xd0]X[0x98][0xd8][0xf9][0x91]x116[0x18][0x9a]S[0x13][0xcd][0x85]B[0x91]~[0x81][\r],9v[0xc9][0xde][0x9e][0xf2][0xb7][0xac]L,[0xfc][0x1][0xfe]([0xe3][0xdc]a[0xb4][0xd1][0xc6]-fv[0xde][0xce][0xbc][0xf7]2[0xfb][0xfe][0xf1][0xfa][0x6][0xe0][0x14][0xdb]>V[0xb0]UF[0xb3][0x8c][0x16][0xa1][0x96]H[0xab]D[0xdc][0x97]6QF?[0xdc]\[0x12][0xe8][0x96]P[\r][0x8d]N[0x9c][0xd0][0xae]/[0xe2]T[0x96][0xb0][0xec][0x13][0x8a][0xa1][0x19]I[0xc2]F[0xa4][0xb4][0xec][0xa6][0xb3][0x81][0xb4][0xbd][0xec][0x8d]P[0x8f][0xcc][0x90][0xb5][0x4]+r[0xfd][0x5][0x16][0xdd]D%[0x84][0xf3][0xc8][0xd8]q0M[0x99]=[0x90][0x8b]9[0xbb][0x9a]I[0xed]D[0x1c][0xcc][0xc4]"[0x8]M[0x1a][0x8f][0xba][0xc6][0xdd]I1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0x95]W[0x8b][0xa1][0x9c];6[0xdc]f[0xbb][0xcc][0xd1][0xfc][0xd5][0xb][0xc1][0xbf]7[0xa9][0x1d][0xca]k[0x95][0x9][0xed][0xfd][0xc9]r[0x92]MW[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]p[0xf6][0x1f][0x1b][0x84][0xc6][0x8f][0x81]o[0x14][0xfb]([0xf0][0xae]yo[0xd8]E[0x11]%[0xce][0x1e]W[0x5][0x94][0xf9]F[0x99][0x1c][0xc7]5F:[0x8c][0x15]8{G[0xc7]/[0xa0][0xe7][0xbc][0xa7][0xc2][0xd1][0xcf][0xd1]*O[0xae]s[0x4]Z[0xcb].[0xae]6[0xf2][0xff][0xf0]P[0xc3]f[0xce]U[0xcf]g[0x1a][0x9f]PK[0x7][0x8][0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1$1.class[0x8d]RMo[0x13]1[0x10]}N[0x96][0x84][0x84][0x85]&mi[0x81][0xf2]Q[0xda]P[0xd2][0x14]09'[0xea]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xd1][0x96][0x3]E[0xbd][0xbb][0xa9]I]m[0xec][0xc8][0xeb]E[0xb][0xff][0x8a][0x3]B[0xe2][0xc0][0xf][0xe0]G![0xc6][0x9b][0x5]A*[0xa4]]i[0xed][0xe7][0x99][0xf1][0x9b]7[0xe3][0xf9][0xf1][0xf3][0xdb]w[0x0]}[0x8][0x1e][0xb]=[0xe5]y[0xb6][0xc2][0x90]:[0x15][0xf3]H%n[0xb0][0xca][0x10][0x8c][0xcc][0xb9]dX[0x89][0x94][0x96]o[0xd2][0xd9][0x99][0xb4][0xef][0xc4]YL[0x96][0xd5][0xc8]LD|*[0xac][0xf2][0xe7][0xc2][0x18][0xf8]R[0x18][0xca][0x9][0xc8]UW[0xb2][0x97][0xc][0xed]+R[0xbc][0xa3][0xcf][0xd0]Z[0x96][0xc4][0xb0][0xf1]o[0xde][0x8f][0xf3][0xdf][0xb9][0xd7][0x97]I[0x86][0xbd]C[0x8a]?X[0xa2][0x18][0xfe][0xa5][0xcd][0xa6][0xbe][0xd5][0xfc]m[0xbe][\r]|ts[0x9c]M[0xe4][0xdc])[0xa3][0x93]:v[0xe9]|bR;[0x91][0xaf][0x94][0xcf][0x10][0x16][0xd2]_xF[0xea][0xc9]XOb[0x93](==[0x96][0xee][0xc2][0x9c][0x87][0xe8][0xe0]I[0x88]kh[0x84]hb[0x8f][0x9e][0xae]\[0x17][0x18]6[0x97]%%[0xfc]$U[0x8e]Rv[0xca]PP[0x91]W[0x9]f[0xf4]n1?"[0x93][0x12][0xb1][0xfa]$|Mck[0x8d]ehL[0xa5][[0xd4][0xcc][0xb0][0xd5][0xdd][0xff]oC(}[0xb7][0xc4][0x90]`[0x9b]F:[0xa0][0xe9]f[0xad][0x96][0xaf][0xde]#[0xfa][0x9b][0xb8][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "BB[0xef][0xb][0xd8];[0xf8][0x2][0xd6]{[0xf6][0xfc]+*[0x9f][0xe9]\[0xc5]MZky[0xb4][0xc5]-Z=[0x13][0xc5]a[0x5]- Gm[0xac][0x12][0x8b]GkX'[0xef]m[0xc2][0x1b][0x85][0xa5][0xfd][0x7][0xad]a[0x93]|w[0x8][0x7][0xc4]v[0x97][0xf0]=[0xc2][0x15]l[0xe1]~n[0xab][0xe1][0x1][0xae][0x13][0xf2]\5,[0xbe][0xea]b[0xfb][0x5]PK[0x7][0x8],[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x16][0x96][0x96][0x95][0xd6][0x8a][0x8a][0x82]_[0xb8][0xd6]v[X[0xab][0xf][0xc6]h|i0[0xc1],> ![0xe1][0xcd][0xa1][0x8c][0xed][0x90][0xed].[0xce][0xce]"[0xf1]Wa"![0x91][0xc4][0xf8][0xec][0x8f]2[0xde][0x99][0xd6][0x8f][0x0][0xc6][0xba][0xc9][0xce][0xc7][0x99]s[0xef][0xb9][0xf7][0xce][0x9d]o[0xdf]?[0x1][0xd0][0xc6][0xa3]"JX4[0xc3][0xdd][0x12][0xa6][0xe1]9[0xb8][0xe7][0xa0]VB[0x1][0xf7][0x1d][0xd4][0x1d]4J[0x98][0x82][0xef][0xa0][0xe9][0xa0][0xc5]0[0xbd][0xcf]#Oeq,T[0xca]P[0x9]w[0xf9]>[0xf]2-[0xa3] [0x94][0xa9]~[0xca]0[0xa9][0xfb]2[0xf5][0x1e]0xa[0xa2]z[0xc1]n[0x16]K[0x1d][0x88][0x83]=[0xa1][0xe4]@[0xc4][0x9a]G[0xc1][0x80][0x1f][0x4]k[0xfc][0xa0][0x93](a[0xf8][0xcf]$1[0x9e]3<[0xae][0x8f]cpZ[0xb0][0xb1][0xc9]P[0xe8]$;[0x82][0xa1][0x1c][0xca]X[0xbc][0xca][0x6][0xdb]Bm[0xf0][0xed][0x88][0x90]j[0x98]ty[0xb4][0xc9][0x95]4[0xfb][0x11]X0[0x1]2[0x80][0xc1]]5it"[0x9e][0xa6][0x82][0x90][0xda][0x18][0xfa]^[0x9b]B.[0xf6][0x84]^[0xb7]%`[0x98][0xaf]7[0xfe]0[0x1b][0x16]&[0x18][0x1e][0x12][0x93][0x91][0xde][0xd2][0x99][0xf3]4[0x18]P[0xc0]Q[0xb0]J[0x90][0xe4][0x91][0xfc][0xc0][0xb5]L[0xe2][0x15][0xa5][0x12]cSz[0x9d]d[0xaa]+^H[0x13][0xac];[0xd2]]6iS[0x8a]+q7JR[0x19][0xf7][0xd6][0x84][0xee]';[0xe][0x96]\,#p1[0x83][0xb2][0xb][0x17][0x17]\T@[0xc5][0xaf][0x8d][0x93][0x8a][0xd7]&[0x8f][0xb6][0x9e][0x11][0x8f]{[0x81]-[0x84][0xb1]'[0xb8][0xf9][0x1f]13[0x4][0xbf][0xd9]2[0xd6]B[0xc5][0xa4][0xf4][0xd3][0xcc]R[0xd6][0xc5]^[0xa2]4[0x85]=[0xac][0x8c][0x11]yH[0x1d]2N[0x90][0xc]sg[0xeb]+[0xde]e"[0xd5][0xc][0x8b][0xff][0xf6][0xc0]0[0xdb]M[0xe2]T[0xab][0xac][0xab]C[0xc1][0xdf][0xfe][0xb2]m[0xd5][0xcf][0xf4][0xd2]979d[0xd3][0xb5][0xe4][0xeb][0xa6][0xd5]^[0x8e][0xd3][0xa4][0xd4]$[0xe1][0xa9][0xb2][0x9e][0xdb][0xb7][0x8d][0xfa]_h[0x16][0xd8][0xe8][0xab][0xe4][0xbd]iY[0xe2][0xe2]6[0xcc][0xdb][0x4]r[0x95][0x8a][0xb9]e[0x80]f[0xba]r[0x83][0xd0]_[0xc1]Ej[0xe7]*[0xad][0x9e][0xd0]>Os[0xd9]o[0x1e][0x81][0xf9][0xad]#[0xe4][0xfc]c[0xe4]?Z[0xe2]%[0x1a]'[0x89][0x8][0xec]a[0x96]F[0xd7][0xae][0xcb][0xb8][0x8c]9[0x98][0xf7]p[\r][0xd7]Gn[0xde]`[0xc2]:^8Aa[0xcb]g_1[0xe1]B[0xee][0x18][0x93][0x87][0xe1][0x9][0xa6][0xb6]X[0xf3][0x18][0xc5]Ckm[0xa4][0x9d][0x91][0xef][0x19]+[0xad][0x8][0xd1][0xe4]%[0xb3][0x1a]W[0xe8][0xac]J[0xc1][0xcf]c[0xc1][0xf2][0x17]Fjy[0xdc][0xb0]1[0xdd][0xc4]-[0x9a][0xb][0x94][0xe0][0x1d]\[0xa5]U[0x95][0xb0][0x12][0x86]_a8[0xfd][0x0]PK[0x7][0x8][0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/junit/experimental/max/MaxCore.class[0xad]W[0xb]x[0x1c]U[0x15][0xfe]o[0xb2][0xc9][0xec]N[0xa6]I[0x1b][0xda][0xa6])P[0xb6][0xb4][0xd0]t[0xb3][0xc9][0xb6][0xb6][0xd0][0xd2][0x17][0x94]4[0x91][0xd6]$[0x85]$[0x94][0xb6][0x8]e[0xba];I[0xa6]lv[0x97][0xd9]Y[0xda][0xaa]("V[0x5]D+[0xa0][0xd6][0x17]*`[0x5]DS,[0x9b][0x94][0xc8][0xcb][0x17][0x8a][0xef][0xf7][[0x4][0xdf][0xf]T[0x14][0xf0][\r][0x9c]sgvv[0xb3][0xbb][0xd9][0xb4][0xdf]g[0xbe]/3s[0xef]=[0xf7][0x9c][0xff][0xfc][0xf7][0x9c]s[0xcf]>[0xf1][0xe2][0x83][0xf][0x3]X.[0x1a][0x15][0xdc][0xa4]B[0xe0][0xed]*|[0xb8]Y[0xc1];[0xf8][0xfd]N[0x15][0x9d]8[0xa8][0xe2]][0xb8]%@[0xc3][U[0xdc][0x86]w[0xf3][0xc2]{[0x14][0xbc]WE[0x1d][0xaf][0xf9]p[0x88][0x5][0xde][0xc7][0xc3][0xf7][0xf3][0xf0][0x3],[0xf5]A[0x1e]~H[0xc1][0xed]<[0xf3]a[0x16][0xf8][0x88][0x8a][0x8f][0xe2][0xe][0x1e][0xde][0xa9][0xe0].[0x15][0xf3]p[0xb0][0xe][0x1f][0xc3][0xe1]:|[0x1c]w[0xf3][0xe3][0x1e][0x5][0xf7][0xf2][0xf2]'x[0xfa]>[0x5][0x9f]T[0x11][0xc4][0x11][0x15][0xa7][0xe2]~?>[0xad][0xe2]([0x1e]P[0x91][0xc5][0x98][0x1f][0xe3]<8[0xa6][0xe0]A[0x5][0x13][0xbc][0xe3]3*[0x96][0xe2]![0x15]-x[0x98][0xc5][0x1f]Q[0xf0][0xa8][0x82][0xc7]TDp[0xd0][0x8f][0xcf][0xf2][0xfb]s[0xfc][0xf8][0xbc][0x1f]_[0xe0][0xf7][0xfd]*[0xda][0xd9][0xcf]S[0xf1]E[0x86][0xfa][0xb8][0x1f][0x9f]b[0x85]_R[0xf1]e<[0xa1][0xe0]+*[0xbe][0x8a][0xaf][0xb1][0xde][0xaf][0xb3][0xcc]7[0x18][0xea]7[0xfd][0xf8][0x96][0x82]o[0xf3][0xf8];<>[0xac][0xe0][0xbb][0x2][0x8b]z6vwm[0xed][0xeb][0xe9][0xdc][0xb4]k[0xcb][0xc5][0xbd][0x9b][0x7]v[0xad][0xd8]5[0xd0][0xd9]?[0xb0][0xab][0xa3]{c[0xff][0xae][0xb][0xfb]:[0xbb]6o[0x17]h[0xec][0xde][0xa3]_[0xad]G[0xe2]zb([0xd2]o[fbh[0xad][0xc0][0x8c][0x8e]d"m[0xeb][0x9]{[0x9b][0x1e][0xcf][0x18][0x2][0xca][0xb0][0x99][0xb6][0x93][0xd6]~[0x81]%[0xdd]Ik([0xb2]'[0x93]0[0xed][0x88][0xb1]/eX[0xe6][0x88][0x91][0xb0][0xf5]xdD[0xdf][0x17][0xe9][0xd1][0xf7]][0xe0][0x8][0x92][0x8e][0xc0]`[0xd2][0xea]J[0xc6]c[0x86]%[0xb0][0xba][0xa5][0xd4][0xca][0xd2]i4u$-[0x83][0xd4][0xf8]:[0x92]1B[0xd0][0xd0]m&[0x8c][0xde][0xcc][0xc8]n[0xc3][0x1a][0xd0]w[0xc7][\r][0x6][0x9e][0x8c][0xea][0xf1]m[0xba]e[0xf2][0xd8][0x9d]T[0x7][0xa5][0xc5]^}[0x84][0x7][0x9b][0x8c][0x94]eDu[0xdb][0x88][0x9]4[0xf7]e[0x12]6[0x99][0xd8]f[0xa6]M[0x12][0xdd][0x98]H$m[0xdd]6[0xc9]O[0x81][0xb9][0x5][0xe8][0xf2]{[0x98][0x7]v[0xc6][0x88]IKq[0xf2]~[0xa5][0xeb][0x87][0x99][0x8c]t[0x99]q[0xe3]x}p[0xd5][0xf4][0x19][0xe9]L[0xdc]&{[0xf5][0x93][0xb5][0x8][0xd4][0xae]3I[0xc5][0x6][0x81]Y[0xc5][0x6][0xb6][0x11][0x3]6[0xb1]/[0xb0][0xf8][0xf8]lU[[0x99][0x84]@[0xb8][0x90][0xf0][0x8e][0xb8][0x9e]NO[0xc2]J2[0x9][0xc3][0x8a]8[0x80][0xf8][0xac]l#mK1[0x82]P[0xb2][0x93][0x9][0x9a][0xc4][0xf5][0xfe]T[0x8e][0xef][0xd9][0xc5][0xc2][0xeb]B[0x1b]X_[0xbf]9[0x94][0xd0][0xed][0x8c]E"[0x91][0x12](,S[0x9][0xcd]Y-[0xe5][0x16][0xaf][0xca][0x10][0xc6][0x8a][0xfb][0x14][0xcb][0x11][0x12][0x98]?[0xb5][0x2][0x81][0x8b]*[0xa8]/][0xd9]r1[\r]$[0xb7][0x95]L[0xfb][0xa2]I[0xf6][0xf5][0x94]J[0xfb][0x5][0xea][0xd2]I[0xcb][0xee][0xcb][0x81]<[0xfb]D[0xdd][0xcc]9P[0x1b]7[0xf4][0xab][\r]:[0xaa][0x99][0xe][0xb3][0x19][0xdb][0x8c]G[0xba]M[0xb9][0xb6][0xac]hj][0xa9][0xa2]MF:j[0x99])[0x8e][0xfd][0xb5]|X[0xb3][0xa3][0x9c][0xec]V&jw[0x1b][0xfa][0xa0][0x7]/[0x17]By[0xed][0x15]A[0xf9][0xc]=:,[0xb0][0xa0][0xb2]=[0x81]*s[0xb1][0x17]6R[0xf5]f[0xdb][0xb0]t[0xca][0xf]y[0x80]r[0x7]y[0xd6]:[0xbd][0x1b]}[0xf2]%=[0xe8].[0x86]:[0xad][0xd7][0x15]][0xa9][0xdb][0x9d]1[0xe3]1G[0xbf][0xc0]9e[0x8e][0xa9]PY9U[0xe]4N]J[0x15]*D#[0x86]=[0x9c][0x8c]9Ui[0xce][0x90]a[0xf7][0xe8]q[0xaa][0x8e]#Fl [0x9f]w[0xcb][0xa7][0xb5]S[0x9a][0x97][0x82][0xf4][0x9d]^<[0xdf][0x9b][0xb4][0xbb][0x92][0x99]D[0xac]s_[0xd4][0xc8][0xb1][0xbe][0xf2]D[0x95];y|[0x12][0x7],[0xd5]?[0x19]o]Ik [0x17][0x19][0x15][0x2][0xb7]$$[0xbb]O@[0xfc]8[0xc2]U[0x1d]4[0x13]."[0x99][0xf2]nM[0xdd]:[0x8d][0x87][0xd3][0xac][0x16][0x87]:[0xd5][0xdd][0xda][0x94]nQ[0x85][0xa5]x[0x88][0xe5]%[0x5][0x92][0xff]OC[0xd3][0x7]*[0x1]Q[0xfb][0x93][0x19]+j[0xf0][0x85] [0xa0][0xb9][0xa5][0xbe][0x9d][0x15][0xd1][0xb0][0xf0][0xba][0xd0][0xb0][0x1d][0xdf][0xd3]0[0x80][0x8b]),[0xa6][0xbf]-X|[0x7]?[0xbe][0xaf][0xe0][0x7][0x1a]^[0x85][0x1f]j[0xd8][0x8c]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0xa4][0xe1][0xc7][0xf8][0x89][0x86]W[0x83].[0xce][0xf9]S[0x97]4[0x96][0x18][0xd2][0xf0]S[0xfc]L[0xc3][0xcf][0xf1][0xa4][0x86]=[0xb8]R[0xc3]/[0xf0][0x14]/<-[0x10][0xca]o5[0x13][0x94][0xe6][0x9][0xb2][0xef][0xd6][0xe8]t[0xa4][0x9f]B[0x8b][0xfa][0x0]7[0x12]4\[0x8f][0xeb]4[0xfc][0x12][0xbf]R[0xf0]k[\r][0xbf][0xc1]o5$[0x91][0xa2][0x10][0xcc][0x13][0xb6][0xd1][0xb2][0xf4][0xfd][0xcc][0x9a][0x82][0xdf]i[0xf8]=[0xfe][0xa0][0xe0][0x8f][0x1a][0xfe][0x84]g4[0xfc][0x19][0xa1][0xea][[0x89]K[\r][0xfb][0xb0]_[0xc3]_[0xf1],][0xa5][0xd3]s[0xb3]x[0xb9][0x0][0xf5][0x9b][0xda]f[0xd6]#3[0xc2]H3U[0xd3][0xf0]w[0xd7]?6[0xb3][0xa4]CO,[0xb1][0x83][0xb2][0x1e][0x6][0xf5][0xa0][0x83](8h%G[0x82][0x5]9[0x11][0xbc]T[0xc3]K[0xc4][0x15]=[0x4][0xd5][0xa4][0xcb]4Q[0x85][0xe7]4Q-|[0x9a][0xa8][0x11][0xb5][0x8a]P4[0xe1][0x17][0x1][0x81][0xe0]t[0x95]J[0x11][0xaa]&[0xea][0x84][0xc6][0xd1]p@[0x13]3D[0xbd]&[0x1a][0xf0][0xc][0x9d][0xd8]^[0xdd]J[0x10][0xb2][0x16][0xe9]w[0xbb][0xe7]w[0xbb][0xe7][0xf7][0xe2][0xe5]K[0x5]N[0xcb][0x1b][0xd0][0xbd][0x6]/[0x92][0xef][0xf5]41S[0xcc][0xa2]{3/[0xb6]u[0xf7][0x1e]#J9>[0xa7]\[0x87]J[0xb9]W[0xdd][0xc2][0xcf]3[0x8e][0xab][0xe9][0x15]Xu[0x82][0xfd]a[0xbe][[0x9e]7U[0x89][0xa4]:[0xa4][0xbb]7D[0xdb]q6u[0xb9]{[0xcc][0x1f]'[0xf5][0x86][0x8c][0x97][0xb6][0x96]2[0x92][0xc4][0x8a]9hF[0x1d][0x92](,[0xba]]q[0xbe][0x2][0xf5]X[0xac][0xdb][0xdb][0xdd]^[0xa6][0xe4]M[0xb9][0x99][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0x1d][0x97][0xb][0xd5][0x93][0xcb][0x99][0xf6]n[0xc8]r[0x17][0x93][0xbb]X[0xa9][0xdf][0xaa][0x97][\r]kr[0x84]J4[0xf7][0xe][0xc4]_K[0xe1]U[0x92]_![0xd9]9[0x85][0xf3][0xf1]8[0x1d][0xb7][0xd3][0xf5][0xfb][0xf8]r[0x13]XZ[0xd2][0xe7][0x94]W[0xc4]~[0xd5]O[0x96]$[0x8a]M[0xb7]{[0xa1][0x8a]0[0x9]AAW[0xd3]X:[0xcb][0xbf][0xa8][0xf4]t[0xaf][0xb1][0xcf][0x96][0x11][0xb6][0x93][0xc0]$[0xe4]`vK[0xe1]M[0xec][0x4]'7[0xf5]t[0x1c]E1[0xea][0xae][0xf1][0xde]U-[0xd3][0x84][0x99]l?[0xcb]]q~;[0xe9][0xc4]z[0xb1]e[0xef][0x97][0xe0][0xcc][0xe2]9[0x8a]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0=N[0x4]6[0x15][0x9f][0xf][0x15]uNE[0xba][0xb1][0x8c][0x91][0x94][0xbd]?7[0xa0]_[0x92][0x96][0x9d][0xbe][0x84][0xca][0xe4][0x14]y[0xb6][0x93][0xcd][0x97][0xc6]6[0x1]l[0xa6][0xe9]2[0x95]N[0xae]i[0x14]d[0x5][0xfd][0xd3]I-[0xe5]:[0xa4]Z=[0x95]2[0x12][0xb1][0xa2][0xe4][0xf1]~[0x82]NQ[0xf9][0xd6][0x16][0xc9][0xe7][0xc8][0xae] ?[0x83][0xdb][0xba][0x82]6[0xaf][0xd6][0xe9][0xf9][0x4][0xce]-[0xf5][0xac][0xf2][0x8f][0xe1][0x92]<[0xa6]&'[0x15][0xd7][0xa3][0xa4]t[0xd3]$][0xc3][0xba][0xd5][0xcf]B[0x89][0xa8][0xb1]v[0xaa][0xf9][0xb2][0x87][0xda]P[0x4][0x88]L[0xd0][0x15][0xe5][0xe0]>c[0x1a][0x9e]r[0xc4][0x96][0x1c]~$[0x97][0xf0][0xf5][0xc4][0xc4][0xa6][0xc2][0x8e])X[0xae][0x2]L[0xfe]UPG{:[0x86][0x89]K[0xea][0xb8]H[0xf7][0xa4]T[0xf2][0xae]}[0xa6][0xc2]LwrhQ[0xba]E-[0x83]~[0xa5][0xcb][0x18][0x9b]dm[0xa0][0x8c][0x3][0x97][0x16]L[0x95][0xbd][0x18][0xca][0x1d]@!B,[0x84][0xf][0x9d][0x0][0xaa]0[0x1f]]x%[0xb5][0x6][0x17][0xc8][0xd1][0x99]h[0xe4][0x9e][0x89][0xbe]g @-T7[0xaa][0xd1]C[0xa3][0xb3][0xe9]M[0x1d][0x4][0xb4][0x9][0x88][0x1d][0xa1]1T[0x8d][0xa3]zT[0xee][0xe8][0xa5]g[0xad]\[0xb]a+K8r[0xb8][0x90][0xb4][0x2][0x17][0x81][0xff][0xfa]\[0x99]~z[0x7][0xb8][0x9f][0xa3]o[0xd6][0xba][0xc2][0xd5][0x1a][0x98][0x80][0x8f][0xb5][0xd6][0x14][0xab]\^[0xa0]2[0x80]m[0xb8]D[0xae]S[0x9b][0xe7]*[0xd8]L[0xa3]*[0x6]K[0x9b]kC[0xad][0xe3]P[0x1e][0x80][0xff][0x88][0xa7][0xa4][0x9e][0xf4]3v[0x1f]V[0x91][0x92][0xd5]R[0xd9]\g[0x3]v[0xe2]R[0x89]m[0x86]TK[0xf7]<[0xf5]x[0x97][0xd1][0x1a][0xab][0xdd][0xea][0xaa][\r][0xb0][0xca]@[0x16]*[0xe3][0xaa].[0xc0]u^[0x81][0xaa][0x80][0xa7]*[0x80][0xcb][0xb1][0x8b][0xd6][0xaf]([0xc0]|9t[0xfa][0xda]-!E[0xa5][0x91][0x98][0x8b]}#[0xc1]r[0xb0][0xb7]N[0xa0]n[0xc7][0x18][0xb4],f[0x14][0x13][0xb0]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0x6][0x6]][0xcc]C[0xae][0xba][0x9d][0x4][0x90][0xbd][0x9d][0x17][0xe][0x1d][0x85]?[0x8b][0xfa],[0x1a][0xc2][0xa1][0xd6],ff1+[0x8b][0xc6][0xbc]fUj[0xdb][0x8e]:[0xa2][0x91][0xb5][0x7][0x9d]}[0x9e][0xf6]y[0xae]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xfe][0x1a][0x86]I[0xd2][0x82];a[0xd7][0xce][0xb5]4f[0xf9]`[0xeb]c8[0xe9][0x10]jZGC[0xad]c[0x98][0xdd][0xe3][0x9a][0x9d]3[0x8e][0xb9][0xa1][0xf0][0x18][0x9a][0xf2][0x94][0xcd]E[\r]=[0xaf][0x80]B4[0x4][0xc8][0xfd][0x6][0xd2]?[0x9f],[0xe4]m[0x7]=[0xdb]A[0xd7]v[0x3]f![0x8e][0x11][0xb2][0x95]#[0xd3][0x99]I[0xc8][0x93][0xa1]N[0xda]=[0xa9]1"[0x91][0xb5][0xaf][0x9f][0xc0]<[0xa2][0xb0][0xb9][0xa7][0xf5][0x18][0xe6][0xb][0xf4][0xb6][0x1d][0xc3][0xc9][0x2][0x87][0xb0][0x80]>N[0x11]x[0x14][0xa7][0xae][0xf1][0x85]C[0xcd][0xbe]1,8[0x86][0xd3][0xaa]p[0xc9][0xe1][0x97][0x9e][0x9c]@p[0x7]C][0x98][0x87][0xda]H[0xea]@[0xce][0xfa][0xc9][0xdd]Edn[0x5][0x19]d[0x98]+[0xc9][0xc8]"[0xa2][0xfd]*X$[0xd1][0x80][0xc5]H[0xc3][0x96][0xd0][0xd7]{[0xd0][0xd7]K[0xc0]t[0x9][0xe1],d<[0xe8][0xce][0xd1][0xad][0x97][0xd0]skW[0xd3][0x9c][0x13][0x11]{[0xe9][0x9f][0xfa]x[0x97][0xda][0xe7][0xe9][0xd0][0xd9]~[0x9a]N[0xed][0xf4][0xc6]EY,>[0x4]e[0x1c]g[0x8c][0xca][0xf1][0x99]Y,9[0x84][0xa6][0x9][0xb4][0xec][0x98][0xc0][0xd2][0x1d][0xcc]:E==[0xc3][0xbc][0xde][0xd6][0x13]~[0x1c][0x8b]&[0xd0]N[0x8b][0x11]bbY[0xe3][0xf2],^A[0xb]+[0x1a]W[0xd2]G[0x16]g[0x8d][0xe1][0xec]Gh[0xbc][0xaa][0xb7][0xed]q[0xd4][0x85]e\[0xcf][0x1a][\r][0xb7][0x8d]c5x[0x14][0xb4]S\[0x80][0x9a]n[\r][0xd7]`&[0xde][0x80]S[0xa8]w][0x86][0x3][0x4][0xfc]-8[0x7]o[0xa5][0x98][0xb9][0x81][0x82][0xfa]Fr[0xe0]&"[0xea]fIO[0xc8][0x81][0xed]Q[0x91][0x96]D[0x9][0xda][0xb3][0x1][0xaf][0xa1][0x94][0xa8][0xa2][0x1d]s[0xf0]Z[0xaa][0x8][0xd5][0xde]y:k[0xba][0xb9][0xf9]U[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0xd7][0xb4][0x91]o[0x87]_z[0xfa][0x88][0xe7][0xdd][0x2]J{[0xe0]n[0xa2][0xea][0x1e][0xa2][0xef]^[0xac][0xc1]}t[0xf1][0x8c]R[0x19]8B[0x14][0x1d][0x95][0xde]n [0x8c]1[0xf2][0x84][0xf][0xa8][0x86]v-[0x94][0xd9][0xc5]![0x95][0xf2][0x18]HQ[0xf8]Y[0xf2](R[0x14][0x84][0x96]<[0x88][0x94][0xe4][0xa2][0xba][0xa0][0xde][0xa6]$[0x17][0xd5].[0x17]o[0xa3][0xff][0x1b][0xe4][0xd7][0x8d][0x18][0x95][0xc7]E[0x97][0xb7][0xd4][0x86][0x97][0x1]PK[0x7][0x8][0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$1.class[0x8d][0x8c][0xc1][0xe][0x1]1[0x14]Eo[0x19][0xca][0x98][0x84]O[0xb0] v[0x1a][0xdf] [0x84][0xc5][0xc4][0xc2][0x17][0xd4]x[0x19][0x9d]T+mG[0xc6][0xaf]Y[0xf8][0x0][0x1f]%*[0x16][0xb6][0xde][0xcd][0xbb]7[0xf7][0xe5][0xe5]<_[0xf7][0x7][0x80][0x5]2[0xe][0xce][0x91]2[0xa4]{[[0xbb][0x82][0xd6]J[0x13][0xc3]0[0x97][0xcd]F[0xf9]`[0xdd]m^[0xc9][0xab][0x8c][0x97][0x95])[0xb4][0xf5][0xca][0x94]9[0x85][0x93]=r[0xc][0x18]f[0xd6][0x95][0xa2][0xaa][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0x9a][0xb]9u&[0x13][0xa4][0x16]g[0xd9][0x88][0x1f]a[0xb2]`[0x0]C[0xb6]5[0x86][0xdc]RK[0xef][0xc9]3[0x8c]>\[0xa1][0xa5])[0xc5][0xee]PQ[0x11][0x18][0xa6][0xe1]0[0x8e][0xb0][0x16][0xbe][0xd3][0x8e]Bl[0x9]:1[0x13]t[0xa3][0xf7][0xe3][0xa6][0xf1][0x87]}[0xda][0xa8][0xf7][0x6]PK[0x7][0x8]~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.class[0x9d]V[0xeb]S[0x1b]U[0x14][0xff][0xdd][0x10][0xb2]!,%@[0xa5]V[0x11]i[0x81][0x92][0x4]m[0xc0]W[0xad]AZ[0x84]"E[0x1e]J[0x90]Z[0xeb]k[0x9][0x97]dq[0xb3][0xc1]}[0xd0]tF?[0xe8][0xe4]LyTg[0x1c]?[0xfb]G9[0xfe][0xee]ML[0x2]E[0x9a][0xf1]C[0xee][0x9e]{[0xf6][0x9c][0xdf]y[0x9f][0xcd]_[0xff][0xf6][0x7][0x80]i[0x94][0x13][0x18][0xc0][0x9d].[0x1e]w[0x13][0xb8][0x8c][0xb9][0x4]>[0xc2][0xbc][0xba].[0x18][0xb8][0x97]@[0xc]s[0xea][0xb2][0xa8][0xd8][0x1f]'[0xd0][0x83][0xa5]n[0xdc][0xc7][0xb2]:>1[0xb0][0xa2]8[0xab][0x9][0xac]a=[0x81]O[0xf1][0x99][0xa2]6[0xd4][0x91]7[0xb0]i[0xe0]s[0x1][0xb3]r =[0xcb]q[0xf2][0x81][0xe5][0x5][0x2]bY [0xe6]+[0xda][0x17][0xe8]][0xd9][0xb3][0xe][0xac]l[0x18][0xd8]Nv[0xd5][0xda][0xcf][0x9]t[0xe5][0xed][0xa2]k[0x5][0xa1]'[0x5][0xee][0x9c]~;[0xb3]R[0xf1][0x8a][0xd9][0xbd][0xd0][0xb5][0x83][0xac][0x17][0xba][0xae][0xf4][0xb2][0xb][0xd2]/x[0xf6]~`W[0xdc]\M[0xd8][0xb1][0xdc]bv[0xa5][0xe2][0x16]s[0xb3]D[0x8b][0x5]%[0xdb][0x1f][0x9b][0x12][0x98]h[0xd1][0x95][0xd5]}[0xe9][0xd9]e[0xe9][0x6][0x96][0x93]-[UbW[0x97]l?[0xa8]xO[0x94][0xca][0x8c]M[0xa1]Y[0x81]L[0xaa]M[0x9d][0xf4][0x96]@t[0xbe][0xb2]#U<[0xb6]+[0xd7][0xc2][0xf2][0xb6][0xf4]6[0xad]m[0x87][0x9c][0xfe][0x95]J[0xc1]r[0xb6],[0xcf]V[0xf7]:3[0xaa][0xdc][0x12][0x18][0xd8][0x90]e[0xa9]dm[0xb7][0xb8]B0[0xc9][0x90][0x98][0xaf][0xfb]*[0xb4]y[0xc7][0xf2]}I[0xa1]\{^[0x8c][0x9d][0x83][0xc5]h[0xba][0x3][0xe9][0x7]:[0xf3]rG[0xe0]Z[0xea][0xe2][0x14][0xaa]H[0xba]w[0x9a][0xc][0x81][0xe1][0x8b][0x15][0x4][0x12][0xf7][0xaa][0x5][0xa9]/[0xbe][0x1][0xaa][0x9b][0xca][0xe0]"S[0xe8][0x97][0x94][0xc5][0xe][0xe9][0xf2][0xec][0xf4]k[0xb5][0xd7][0xde],Z[0xb6][0xa3][0xcb][0x9b]9[0xc7][0x1b][0xb7][0x12][0xd8][0xbb]v[0xc1]R[0x80][0xd9][0xba][0xa4]v[0xcb][0xd8][0xfd]Wm[0xa2]M-VC[0x99][0xdb][0x8][0xdd][0xa6];C[0xe7][0x98][0xdc][0x90]~[0xe8][0x4][0xda]H[0xcc][0xd3][0xb4][0xc0][0xd5][0xff][0x14]3[0xf0]@[0x0][0x2][0xf9]v[0xbb][0xa3][0xcd][0xf2]Mk[0x7]"[0xd5])uL[0xb][0xa4][0xdb][0xd6]c[\r][0xf2][0x95][0xd0]+[0xc8]E[[0xf5]Vo[0xf3][0xe5]M5[0x11]&^[0xc3][0xb0][0x89]W1[0xa4][0xa8]/[0xc]<4[0xf1]%[0x1e][0x99]x[0x9][0x83][0x2]}[0xcd][0x9][[0xb2][0xfc][0x12][0xa7][0xcc][0xc4][0x15][0xbc]l[0xe2]+%[0xf2]5[0xbe]1[0xf0][0xad][0x89][0xef]@[0x98]m[0x14][0x4].[0x9d][0x1e]2[0x13];xd@[0x9a][0xd8]E[0xd1]@[0xc9][0x84][0x8d]=[0x13][0xdf][0x83]o[0x1c][0xc][0xb][0xdc][0xfe][0xdf][0xcd][0xcb][0x14]\\g[0x16][0xb6]);[0xd0][0xf4][0xab][0xd1][0x90]l[0x95]6s[0xc8]>M[0xa9][0xf4]'[0x9b]([0xf9]'[0x84].3A[0x85][0xd0][0xf3][0xa8][0xb5]I[0xdd]U[0xdb]q[0xd4][0xdc]R[0x98]K,[0xee]ZnE[0xb1][0xd9][0x9c][0x7][0x96][0x13][0xca][0xf5]][0xfa][0x91]ZN[0x9f]]D[0x2]=[0xa7][0xf6][0x18][0x1][0xf6]C6[0xd9][0xfb][0xa9][0x16][0xc9][0xf5][0xed]=Y[0x8]r[0xcf]s[0xd2][0xcf][0xb3][0x8]P[0x94][0x4][0xb8]q[0xe][0xc0][0xb9][0xe2]][0xe][0xfd][0xd8]R>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xb7][0x95][0x13][0xf6][0x11]}[0xdc][0xe4][0xfc],[0x84][0x9e]U[0xcb][0xe6][0xf5][0x17]l[0x8f]e[0x95][0xc2][0xf1][0xb6][0x86][0x93][0x8d][0xc4][0x8][0x16]Z7[0xcd]H*[0xfd][0xa2]]s[0xa5][0xee]R[0x1d]D[0xe5][0x9e][0x8b][0xa5][0xcc][0x84]&[0xac]BA[0xfa][0xdc][0xf4]SS[0x98][0xe2][0xc7][0xea]2?l[0x1d][0x88][0xa8][0x1e]'[0x15]Q-[0xcd][0x99][0xbd][0xaa][0xe9]W[0x92]I5[\r][0xa4]c[0xbc]q8[0xf8][0xe6]u[0xde][0xd6][0xb4][0x6]0[0x94][0x99][0xc9][0x86][0xbf][0xc6][0x9b]I$[0xea][0xe3]:[0xc6][0xa1]v[0xc4][\r]LPZa/#[0xaa][0xb1][0xfb]3O[0x11][0x9f][0x7]z~[0x87][0xa1][0x18][0xe4]R [0x11][0xd3][0xc8][0xd6] [0x1c]_[0xc0]k[0x5][0xee][0x96][0x1c]c[0xc5]3lkpwmz[0x92]A[0xb2][0xf3][0xc]Gw[0xb7][0x13]V[0xa7])u[0xe]w}[0xd3]c`[0xf4]N)so\7L_[0xb8][0xd1][0xff][0xf]7[0xd2][0xc5]e[0xfd][0x9e][0xae][0x99][0xba]U[0xd6][0x8a][0xb6]U&[0xc4][0xc8]][0xbe][0xc6][0x90][0xdc][0xae][0xe8]Km[0xb9][0x9b][Z[0xe6]%op[0xfb]M[0xe0][0xfa]j[0xbf]([0xc0]6[0x9d][0xd0][0xe4]e[0x8c]2[0x80]a[0xbe][0xde]2[0xd7]Y[0x8c]|[0xd0][0xf][0xe9][0xba][0xad][0x19][0xe2][0xf3]F[0xd9][0xd2][0xbd] Q[0x13][0x8b][0xcd][0xf7][0xc]S[0xdb],[0xf2][0xd0][0xee][0xf9][0x1c]&Xe[0xde][0xf6][0x9d][0x12][0x1f]7D[0xc7]5mr[0x9e][0x12]x*[0xf6][0xa1]YE[0x13][0x92][0xe2]tU[0xc6][0x98][0x8a][0x2][0xae][0xa9][0xe8]B[0xb7][0x8c]q[0x15][0xd7]1[0xa1]b[0x12][0xdd]*[0xa6][0xc4]2[0x8d]"C[0xfb]n[0x9c]*[0xe][0xe3][0x8][0xc3][0xc0][0xff][0xb4],[0xd5][0xf9][0xcf][0xb0][0x19]Zw[0x8a][0x9b][0xca]_gb[0xa9][0x83]R[0xa2][0x12][0xbd]u[0xd9]S[0x15][0xc]w[0x96][0xdf][0x17]~1t[0xfd][0xab]]o[0xd0][0xf0][0xfe][0xde][0x98][0x4][0x10][0xe][0xdd][0x82][0xcd][0xd0][0x92][0xfa][0xb3]oE?6[0xd1]H[0x8][0x82][0x82]O[0xb1][0x10][0xe][0xd9]m[0xe][0xc9][0x2]9[0xe6]zze[0x85][0xc6][0xf7][0x9e]n[0xfa]|[0xee][0xb6][0xc0][0x99][0xda]6[0x1a][0xe8][0xa4][0x9f]\[0x82]:w/X2)JH[0xff][0xca][0x6]H[0xa2][0xa2]t[0xdb]B[0xd2][0x0]I[0x12][0xed]J&[0xfb][0x11]R[0xe6][0x13]"[0xef]I[0x92][0xd0]Jk[0x8c]l[0x80][0x7][0xd8]O[0xab][0x1a][0x9c][0x15][0xb4][0xe1][0x10][0xc4],P[0x5]C[0x84]7[0x88] J{![0xf3][0x1]Rv[0x3][0xd1]Wh[0x90][0xd6][0x85][0x90][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd1][0xf5]L[0xee][0x13][0x1a]2YZ6[0x10][0x1b][0xee]x[0x5][0xb9][0xe3]-[0xda]B{94[0x95]I[0xb7]^[0xe3]>L[0xec][0xc0]C[0xec][0xc1]#[0x8a][0xe0]1[0xe][0xe2][0x9][0xdd]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x2]2U[0xce][0xd0][0x1f]qjGG[0xe0]c[0x1]G[0xe9]$[0x91]e;[0x8e]Q[0x6]"t[0xa6]V[\r][0xbd][0xbd]IR[0x84][0xf6][0xd6][0x90][0xbd]q&[0xf7][0x1d][0x8d][0xf1][0xcf][0x88][0xbf][0xcb][0xbd][0xab][0xb1]7[0x7][0xe8][0xcf][0x11][0xc7][0xb]bI[0xf2][0xeb][0x80][0xb5][0xb3][0xfa][0xb6][0xc6][0xda][0x8a][0xe3][0x1]k[0x9c][0xfc]<[0x86][0x1e]H[0xc9]Q[0xf2][0xb2]7[0xe4][0x9a]&ka[0x9f][0xc8]d[0xbf]A[0xc9][0xd1][0xb7][0x81]=[0xeb];[0xa6][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xa8][0x1]'p[0x2]}[0x81]>A[0x81][0xf4][0x11]0[0xa8]h[0xd9][0x10][0xb8][0x10][0x6][0x11][0x13]9e;[0x17][0xac][0x8a][0x18][0xab]![0xc6][0x8]1[0x19][0xe8]c[0x84][0x98][0xb][0x10]N[0x6]/OA[0xb][0xf6]~J[0xb2][0x8]][0xa2]b[0xf][0xe0][0x0][0xed]i[0xda][0x91]l[0xfc][0x5]PK[0x7][0x8][0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory.class[0x9d]WiW[0x1c][0xc7][0x15][0xbd][\r][0x3]-[0x9a]F[0x12][0x83]A[0x2]kA[0xca][0x8][\r]#[0xe3]A[0x89][0x82]d[0x89]([0xb2][0xc1]D`[0x4][0x11] )(Q[0x92][0xd6]L[0x81]Z[0x9a][0xe9][0xc6][0xdd]=[0x8]9[0x8b][0xb3]9[0xfb]f;[0x9b][0x9d][0xd8]Y[0x1c]oq>[0xc8][0xe7][0xc4][0xc2][0xe][0xe7]D[0xfe][0x9c]_[0x90]_[0x93][0x93][0xfb]z[0x9a][0x99]f4 Nt[0xe]US[0xf5]^[0xdd][0xfb][0xde][0xad]zU[0xad][0xff][0xf7][0x9f][0xff][0x2]p[0x1c][0xef][0x19][0xd0]a[0x1b][0xb8][0x89][[0xf2][0xab][0xa0][0xa3]h [0x1]Gf\[0x1d]K2[0xf9][0xac][0xe][0xcf]@[0x8b][0xf4][0xbe][0x81]V[0x4][0xd2][0x94][0xa4]Y[0x96][0xe9]e[0x1d][0xb7]e[0xcd][0x8a][0x81]4[0xee][0xe8]x[0xce]@[0x7][0xee][0xb4]p[0xe1][0xd7][0xa4][0xf9][0xba]4[0xdf][0xd0][0xf1]M[0x1d][0xcf][0x1b][0xe8][0xc6][0xb3][0x6][0xf6][0xe2][[0xd2]|[[0x1a]B|[0x7][0xdf]m[0xc5][0xf7][0xf0][0x82][0x8e][0xef][0x1b][0xe8][0xc5][0xf]d[0xf0]Ci~[0xa4][0xe3][0xc7][0x6]R[0xf8][0x89][0x8e][0x9f][0x1a][0xe8][0x93][0xfe]g:~[0xae][0xe3][0x17][0x1a][0xa0][0xc1][0x1c]w[0x1c][0xe5][0x8d][0x14],[0xdf]W[0xbe][0x86][0x9d]s[0xca][0xf]F[0xdc][0xe2][0x92][0xe5]Y[0x81][0xeb]i[0xe8][0x98]QEU[0xbc][0xae]<[0xdb]Y[0x9c][0xb4][0xfd]@[0xd1][[0xc3]n[0x9f][0x13]V[0xe1][0xb2][0xf2]|[0xdb]u.[0x8d][0x8f]j[0xd0]&4[0xb4][0x8d][0xb8][0x8e][0x1f]XNp[0xd9]*[0x94]T[0x13][0xca][0xff]4[\r][0xc6][0xc2]h[0x89][0x80][0xf4]%[0xc7][0xae][0xc9][0x9b][0xd6][0xb2][0x95]-[0x5]v!{[0xc1]Z:[0xa3][0xa1]e[0xd6]^t[0xac][0xa0][0xe4])[\r][0x9f][0xda]h[0x1d].[0xf][0xb][0x96][0xb3][0x98][0x9d][\r]$[0x8a]3[0xb1][0x99]I[0x97][0xe3][0xb3]DH.[0x8c]Yv[0x81][0x0]sv[0x91][0x19]X[0xc5]%[0x12][0xb5]-[0x9c]g[0xc4][0xae]wg[0x96][\r][0xa1]w[0x96]W[0xda]nv[0xcc].([0xe1]]p[0xbd]1[0xb7][0x90][0x97][0x94]N[0xa6]7Z[0xfb]']o1{[0xb3][0xe4][0xd8]AV[0xad],1[0xdf][0xa2]r[0x2][0xab][0x90]-Z+[0xc]l%[0x82]&Jb[0xc4][0xcd]+I[0xcb]v[0xd4]TI[0xb4][0x9a][0xb3][0xae][0x17]8[0x93][0x9c]ts[0x14][0xc9][0xa2]T[0x1c]G[0x93][0x1a][0xff][0x86][0xb6][0xc2][0x1e]qK[0x85][0xfc][0x94][0x1b][0xcc](+?[0xc2][0xb8][0x9f]^[0xc9][0xa9]%[0x91]N[0xa8][0x16]l[0xc1]h[0xf5]h[0x8b][0x2][0xd0][0xd0][0xec][0x7][0x1c][0x17]5[0xc3][0x91][0x8b]FZ[0x81][0x83][0x99]{hx[0x5][0xc9][0xcc][0x87]h[0xbc];y[0xec][0x1e][0x9a]8[0xd1]|e[\r][0xfa]|f[0x15];[0xee][0xd2]][0xe7][0xd7][0xa6]I[0xe2][0x6][0x9c][0xe5][0x82][0x1e]4[0xb3]=[0xcc][0xd9][0x14]g[0x8f][0xa0][0x8d][0x1f][0x87][0xed]8[0x8a].d[0xf0]YZ[0xba][0xe8][0xd7]F[0xaa]sx[0x92]kI[0x80][0xa7]BzC.S[0xda][0x84][0xfc]?$[0x17][0x94]skh[0x11][0x1a]cr[\r][0xad][0xf3][0xc7]Va^x[0xec][0x1e][0xda]>[0x86]>[0xc5]~'[0xa3][0xd9]5p[0xf7]tB~w'[0xee][0x9f]n[0x92][0x89][0xee][0xa6][0xfb][0xf4]N[0x88]w[0xfb]}[0xa2]$[0x19]Q[0x8a]X)[0xc6]!}[0xb][0xe]` [0x1c]g[0xc3]^b[0x1d][0xc2]n[0x8e][0x87][0xc2][0xbe][0x9c]E[0x1f][0xfd]@[0x19]["[0x1]{h;@[0xa1][0xc4]k[0x80][0xfd][0x10][0xa5]:[0xc9]x%[0xa3][0xc]sO[0xe2]Q[0x8c][0xe2]i[0xae]n[0xa1][0xfd])[0x8c]1[0xb7][0x93]a[0x96][0x9f][0xb][0xb3]<[0x87][0xf3]a[0x96][0xe3][0xfc]KpF[0xd4][0xe2]u[0x1e][0x89][0x9d][0x8f][0xc4][0xee]e[0xae][0xc9][0xcc][0x1a]:[0xe6]W[0xf1][0xc8][0x7][0xe8][0xac][0xfe][0xec][0xca][0x1c][0xfb][0x0]{[0xde][0xf][0xb7][0xec]l[0xa8]bS[0x88][0x96] [0xe7].[0xb2][0xf5][0x10][0xed] [0xf1][0xd6][0x15]&[0x16]&q![0xcc][0xaf]7[0xe4][0xe6][0xeb]&oW[0xa4][0xf0]5[0xae][0x17][0xaf][0xfd]k[0xd8];[0xbf][0x86][0xee][0xf9][0xcc]?[0xb0]g[0x15]=[0xab][0xfc][0xda];[0xc6][0x1d][0xde]G)[0xf7]W[0xe9][0x92]$[0x2][0x97]w[0xe0][0xf3][0xfc][0xc1]E[0xec][0xc3]L[0x8c]jD[0xd5][0xc1]M[0x1c][0xa5][0x87]VI[0xf3]"[0xfb][0x19][0xcc]Fi[0x8a]<[0xe2][0xdf]N[0xb2].[0x12][0x1c][0xf8][0x8][0x7][0x1b][0xf0]1z[0xef]V[0x88][0x9a]C[0xb5].[0xc5][0xc0][0xdb]+y[0xb4]c[0x8e][0x16][0xb1]_[0xc6][0x95][0x8][0xf2][0x12]i$[0xb4][0x8e]u[0xc8][0xde][0xf]q[0xe8]#[0x1c]n[0xc4][0x95]j[0xf4]F[0x8]4[0xcf],[0xae][0x86][0xc0][0xbd][0x94][[0xa2]][0x7][0xee][0xa8][0x0]w[0xe0][0xb][0xdc][0xf4][0xb2][0xf7][0xd5][0x88]b"[0x8a][0xba][0x8b][0x14][0x9d][0xe5][0xa8]?[0xd1][0x80]W[0xa1]'[0xde]F[0xa2][0xf1][0xef]5[0xa1]_[0x8b][0x85][0xde]Ua[0xe8][0xaa]0|[0xb1][0xae][0x1a][0x9d][[0xa9]a=D[0x8d]/[0xd5]U[0xa3]sk5[0x14][0xd5]X[0xd8]D[0x8d]k[0x15]5[0xbe][0x1c][0xaa][0xa1][0xe1]+[0xf8]jDq"[0xdc]W[0xa2][0xac]!5[0x9f][0xd1]Vq[0xa4]6[0xdc]7BT[0xb3][0xec][0x15][0xa1]jL[0xe2]zt[0xf4]b[0x8]}![0xc2][0xd1]Z[0x84][0xf7][0xea] [0x94]o[0xab][0xdc][0xee][0x1d],[0x16][0x15]!e[0xe9]!>M,[0x1b][0xed][0xfd][0x1a][0x90][0x9e][0x18]H[0x13]S[0xbd][0x10][0xab][0xbe][0x8b][0xf4]\[0xc][0xfd]o[0xe0][0xb1][0xd0][0xb7][0x91]U[0xac][0x3][0x84][0xef]c?@K[0x8a][0xfd][0xe3]H[0xfe][0xf]PK[0x7][0x8][0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/results/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/results/FailureList.class[0x8d]T[0xdb]R[0x13]A[0x10]=[0x13][0x2][0x1b][0x92][0xe5][0x16][0x8][0x17][0xaf][0x11]AB[0x12]X[0xaf]([0x17][0xf1][0x82]D[0xd1][0x15][0xab][0xc4][0xb2][0xd4][0xb7]%[0xc]0[0xd4][0xb2]Im&[0x14]~[0x8a]_[0xe0][0xab]V)[0x94]Z[0xa5][0xbe][0xf8][0xe2][0xf][0xf8]7[0xea][0xd9]$HD[0xd4]<[0xa4]g[0xa6][0xbb][0xb7][0xcf]9=[0x9d][0xf9][0xfa][0xfd][0xfd]G[0x0][0xe7]`G[0xd1][0x89]L+:[0x90]50[0x16]E[0x13]2[0x81][0x19][0x8f][0xc1][0xc2][0xd9][0x18][0x13][0xce][0x7][0xe6][0x82][0x81][0x8b]Q\[0xc2][0x84][0x81][0xcb][0x6][0xae]D0[0x19][0x85][0x89])[0x3][0xd3][0x6]f[0x4]"[0xab][0x8e]r[0xcb][0xbe],[0x9]t[0xda][0x1b][0xce][0x96]c[0x95][0xb5]r-[[0x95][0xf4][0xb4]@[0xeb][0x92]Z[0xf3][0x1c][0xcd][0xb8][0xc0][0xe4][0x81][0xf0][0x8c]][0xf0][0xd7][0xac][0x8d][0xb2][0xa7][0xb4][0xe5][0x97]=O[0xfa][0x96]W[0xd0]jU[0xe5][0x1d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0x95][0xab][0x16][0x9e][0x9e]e[0x9d][0x96][0x19][0xc5][0xb4]Y[0x81][0xee][0xd4]A[0x90][0xd1][0xc7][0x2][0xe1][0xb9][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11]:l[0xe5][0xc9][0xc5][0xf2][0xe6][0xb2][0xf4][0x1f]9[0xcb].=q[0xbb][0x90]w[0xdc][0xc7][0x8e][0xaf][0x82]s[0xcd][0x19][0xd6][0xeb][0x8a]t[0xb3]u[0xf8]r[0xbb](}[0xb5])=[0xed][0xb8][0x16][0xc5][0x94]]][0xda]#P[0x93][0xd2][0xfb]{[0xa9][0xe7][0xc5][0xbd]r3[0x7])5.,[0xe0][0xde]R[0x85][0x13]8[0x9a][0x1a][0xfd][0xf3][0xc3][0x87][0x95] [0xe1][0x5][0x91][0x12]U [0xd7][0xf1][0xd6][0xac][0xf9][0xed][0xbc],[0x6][0xe5][0x18]3jw 0[0xd2] [0xb4]@H[\r][0x9][0xf4][0xd4]1_[0xd0][0xd2]wt[0xc1]gl[0xe0][0x1f]<".[0x15]J[0xba][0x4]2[0xff][0x1]{X[0xf6][0xec]Z2?[0x8c].[0x15][0xca]~^[0xe6]T[0xd0][0xb3][0xce][0xba][0xde][0x8e][0x7][0x1c]L$p[0xd5]D[0x17][0xe2][0x2]}A71[0x8b]k[0x6][0xae][0x9b][0xb8][0x81][0x9b][0x6][0xe6]L[0xdc][0xc2][0xbc][0x89][0x1c]n[0xb][0xc]7[0xa4][0xdb][0xc0][0x1d][0x13][0xb][0xb8][0xcb]9:[0xa4][0x93][0x2]G[0xf6][0xbd]$[0xaf]9[0x10]u[0xc1][0xe3][0xb][0xc9][0xbc][0xe3][0x8d][0xe8][0xe4][0xb2]t[0x95][0xdc][0x92][0xc9]`[0x8c][0x92][0xeb]N[0xb1]H[0x85]+[0x81][0x80]{[0x2][0xe9][0xc6]g[0x8a]][0xd8][0x87]{[0xb0][0xbc]![0xf3]t5[0xa5][0x82][0x99]h[0xcf][0xfb][0xd2][0xd1][0xd2][0xfe][0xd5][0xea][0xb1][0xc3]f[0xe3][0x1f][0xcd]n[0xff]}"ym[0xaa]v[0xbd][0x1c]d[0xd6]:[0xf4][0xda][0xe3]z9[[0xeb]NiQnW[0xa9]=[0xe3][0x9f][0xc7][0xab][0x1c]z[0xf6][0x8a][0xd4][0xb1]g[0x89][0xd1][0x86]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xb4],[0xe9][0xdc][0xde][0xe4][0xa6]S[\r][0x8e]n[0xd0][0x9f]D[0xaa][0xe]|I[0xfb][0xca][[0xa3][0x1f]I>e[0x9d]|[0xda](%[0x98]$[0xae][0xdd]<[0x85][0xd0][0xc3][0x1f]?B/[0xd7]>z[0x9e]p[\r]q[0x8d][0xa6]w![0xd2][0x99][0xb7][0x8][0xbd][0xe6][0xa9][0x9][0xfd][0xb4][0xed]\[0xc1][0x7].[0x8c]6[0xb4][0xf2]4[0xc0]So5[0x1b]Gp[0x14][0xa8][0xec][0xaa][0xd5][0x8f]U2E[0xcd][0xd3][0xf3][0xb][0xef]8w'p[0x92]6@[0xfb][0xc2][0x8a]-\[0xe7]?[0xa0][0xe9][0xe9].[0xc2]vf[0x7][0xcd][0xf7][0xd3]o[0x10]z[0x87][0x16][0x81][0xc5][0xb1]w0[0x4]^[0xe0][0xc]7[0x11][0x81][0xcf]h[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0x7][0xc2];[0x88][0xbe]D[0xc7]T[0xf3][0x7][0x98]O[0xe3]m[0xbb]h[0xff][0xf4][0xf2][0xc7][0xb7][0xcc]+[0x16][0xcd][0xf0]U[0xbe][0x88][0x18][0x81][0x2][0xc2][0x83][0x88][0xd0]v[0xd1][0xc6]I[0xb9][0x9b][0xd1][0x4][0xe3][0xfd][0xcc][0xe8][0xc5][0x4][0x9][0xcc][0x91]v b[0x96]$&H4[0x89]Sh[0xae]d[\r][0xe2]4e[0xf6]![0x8b]![0xc]Wd[0xcf][0xd7]$Fp[0x95][0x2][0xce][0x10][0xab][\r]W0[0x82]T[0xa5][0x81][0xa3][0x15]q[0xe9][0x9f]PK[0x7][0x8][0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/results/PrintableResult.class[0x9d]Umw[0x13]E[0x14]~[0xa6][0x9][0xdd]d[0xbb]}[0xc7][0xbe][0x0][0x15][0xb1][0xa0][0xe9][0x16][0xba][0x5]E[0xc4][0xa4]A[0x8]F[0xc1]H[0xb1])[0xd5][0xe2][0xb]n[0xcb][0x10][0xa6]'[0xdd][0xad][0xbb][0xb3][0x1e][0xea]o[0xf2]C9G[0x1b]4[0xe7][0xf8][0x3][0xf8]Q[0x1c][0xef][0xcc].I[0x9a][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd8]y[0xb9]/[0xcf][0xbd][0xf7][0x99];[0xb3][0xcf]_[0xfc][0xf3]/[0x80][0x8b][0xf8][0xc5][0xc4]U|f"[0x85][0xbc][0x81][0x82][0x81]%[0x13]i[0x14][0xd5]pM[0x9]?7p[0xdd]D[0x6]7[0xd4]P21[0x89]b[0x96][0xc4]7M|[0x81][0xf2][0x0][0xbe][0xc4]W[0x6]n[0x99][0x18]F[0xd1][0xc0]m[0x3]_[0x9b][0x18]C[0xc5][0xc4]([0xbe]Q[0xc3][0x1d][0xa5]Y6p[0x97][0xa1]?[0xe0]aT[0x97][0xc][0xd3][0x15]?[0xa8]9[[0x91]'[0xa4][0x13]D[0x9e][0xc7][0x3]gE[0xab][0xf2][0xc][0xa6][0xe4][0xa1]\I[0xc]K[0xb9][0xca][0x96][0xfb][0x9b][0xeb][0xd4]][0xaf][0xe6][0x94][0xea]n[0x18][0xe6][0xe7]:|[0xf9][0x93][0x1d][0x1e][0x88]m[0xee]I[0xb7][0xee][0xc4][0xe0][0xa1]s7[0x10][0xb4][0xdf][0xa8][0xf3][0x16]d[0xba][0xe4]?[0xe4][0xc][0xc3][0x15][0xe1][0xf1];[0xd1][0xf6][0x6][0xf]V[0x95][0x9e]a[0xac][0xe2]o[0xba][0xf5]57[0x10]j[0x9f][0x8][0xd3]rw[0x87][0xa6][0xd1][0x9e][0xc8][0xc][0x13][0x7][0xed][0xc9].[0xf1]9[0xde]m\[0xb0][0x8b]d[0x9f][0xad][0x8a][0x9a][0xe7][0xca]( [0x93]rO)[0xca][0xe6]-[0xaa][0xa9][0xe4]^[0xc5][0xde][0xaf][0x11][0xd1][0xf6]6pF[0x10][0xfb]2[0x9c]8[0x1c][0x97][0xce][0xae] H^d[0x18]O[0xea][0x88][0xa4][0xa8];[0x15][0xa1][0x82][0xae])[0xd2][0x1e][0x8b][0x90]a[0xf1][0xcd][0xe3]g[0x1e][0xb9][0xa2]N[0xc][0x91][0xf7]H72[0xc3][0xd5].Q[0xa1]7G[0xcf][0x97][0xe2][0x91][0xd8]t[0xa5][0xf0]=[0xa7][0x1c][0x83][0xe5][0x15][0xfb][0x85][0xee]L_[0xdf]Y[0x95]t[0xea][0x95]<[0xeb][0xac][0x95][0xda]J[0xf2].[0xf9][0x91]G[0xe4][0xa5]rs[0xb7][0xa8][0x18][0xe9]W%[0x95]X[0xa3][0x96][0xc8][0xcd]u[0x1c]x,U<[0x86]2[0xe0][0xee]6[0xc3][0xe9]X+|[0xe7][0xc6][0xae][0xe4][0xd7][0x83][0xc0][0xdd]][0x8e][0xe4]N$[0xab][0xda]@[0xdd][0x84][0xaa][0x1f][0x5][0x9b][0xbc],t[0x87]u1[0xb7][0xa0][0xbc][\r]|ka[0x5]U[0xb]'p[0x8e]a[0xe1][0xcd][0xc8][0xa7][0x13][0xef])[0xf0][0xf6]=[0xda][0x94][0xfc][0x80][[0xc8]a[0xd5][0xc2]=[0xac][0xa9][0xd5]"[0x83][0xfd]?[0xe0][0x9]y[0x8a]g[0xe5]1ga[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xa9]a[0xda][0xc0][0xf7][0x16][0xd6]q[0xdf][0xc0][0xf][0x16]~[0xc4]%[0x86][0x99]#K'n[0xda][0xb1](c[0x1e]x[0x14]g[0x95]?[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]S[0x9a][0xd4][0x85]/[0x11]tM[0xb1][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb][0x93][0x1a]~[0xb6][0xf0][0x0][0x8b][0x16]>[0xc2][0xc7][0xd4]T[0xed]CX[0xde][0xd8][0xe2][0x9b]T[0xf6][0xd4]a}N[0xc7][0xe3][0xea][0xab][0xc9]p[0xe1][0xe8][0x97][0xa7][0xe7]~[0xd0][0xf9]SS[0xa4]H[0xce]p[0xf9]5oh[0xf7][0xd3]w2w[0x94]v[0xf2][0x10][0x15][0xc3]@[0x8d][0xcb]r[0xeb][0x16][0x8d][0xbd]l[0xbc][0xce]{4tPB[0x17]6[0x14][0xbf]S[M[0xe7]Zmx[0xa0][0xfb]T1Sm][0x7][0xcb]Z5[0xac][0x1f][0xe9][0xc8]+[0xd3][0xa3][0x10]>[0xe6][0xf]q[0x86]~[0x8][0x93][0xf4]3a[0xe8]SGN[0xab]~d[0xa9]+O[0xd2][0xfe][0x14][0xed]n[0x92][0x86][0xd1][0x9c][0xb1][0x9f][0x81]=C[0xdf][0x1e][0xad]S[0x98][0xd1]vJ>[0x83]wi[0xb4]b[0x1b][0x9c][0xc6]{4[0x9f]9 y[0x9f][0xe6]Y[0xfa][0xfa]pV#[0x9f]#[0x8d]B^[0xa2][0xdf][0x94][0xb2][0x19]o"[0xb5][0xde]Dz[0xbd][0x81]c[0xf6]>[0xfa][0x1b]0[0xf6][0xb4]y;[0xc8][0xd9][0x8e] [0xe3][0xf8][0x0][0x1f][0xea][0x84][0xa9]W[0x93]$[0xef][0x13]T[0x1f][0xcd]#v[0x13][0x99][0xf5][0xf9][0x6][0xb2][0xfb]0[0x9][0xe7]i+YS[0xeb][0xe7][0xe9][0x8f]v^cM[0xc4][0xf6][0xb0]I[0x6][0xbd]:[0x8f][0xb][0x84][0xd9]N]I[0x16]h[0x15][0xa7][0xee][0xd0]G[0xb7])I[0xbd]L;[0xe5]o[0xda][\r][0xc][0xd8][0xf3][0xc1]z[0xda][0xca]x[0x88]"[0x82]<[0xd3][0xe4][0x93]%[0x8f]v4[0xb3][0x15][0xcd][0xd4]T+b/[0xe2]R[0x82]y%!z[0xd0][0xfe][0x13][0xd6]>[0x6][0xff][0xc6][0x10][0xc3][0x1f]]D|[0xd2]A[0xc4]`[0x2][0xc7][0xd4]uI@[0x1e][0xe0][0x98][0xe]5[0xdb][0xc4]0[0xf1]9Rib[0x94][0xb8][0x1d]S[0x9c][0x8c]7p<[0xc6]~g~[0x1f][0x13]{][0x19][0xe7][0xe9][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xbf][0xd4][0x91][0xf1]l[0x12]"C[0xed]p[0x99][0x82][0xab][0xc][0xaf]h[0xbf]O[0xff][0x3]PK[0x7][0x8]o[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$1.class[0x95]T[O[0x13]A[0x14][0xfe][0xa6]T[0xb6]][0x16]h[0xcb]Mn[0x82][0x80]Z[0x8a]t[0xa9][0xe0][0x95][0x8b]r[0xd5][0x9a][0xa2]D[0x8]F}[0xda]n[0x87]v[0xc9]v[0xb7][0xd9][0xdd][0x12][0xf8]7[0xbe][0xf9][0xe2][0x8b][0x89][0x96][0xa8][0x89][0xf1][0xd9][0x1f]e<[0xb3][0xdd]@[0x1][0xd1]4Mgf[0xcf][0x9c][0xf3][0xcd]w[0xbe]9s~[0xfd][0xfe][0xf6][0x3]@[0x6][0xcf][0xa3][0xe8][0xc0][0xb4][0x8c]N[0xa4]%[0xa8]2Z[0x90][0x8e]`F[0xcc][0x19]1[0xdc][0x89]`V[0xcc]sm[0xb8][0x8b]{2[0x14][0xdc][0x97][0xf0]@[0xa6][0x98][0x87][0x12][0x1e]I[0x98]g[0x88][0x1e]h[0xe6][0x84]nW-[0x8f][0x81]e[0x19]Z[0x17][0xc][0xcb][0xf0][0x96][0x18][0xc2][0xc9][0xec][0xe4].M[0xab]v[0x81]3t[0xe6][0xc][0x8b][0xbf][0xa8][0x96][0xf3][0xdc][0xd9][0xd1][0xf2]&Y[0x12]9[[0xd7][0xcc]][0xcd]1[0xc4]w`[0xc]{%[0xc3]e[0x0][0x83][0x92][0xb5],[0xee][0xac][0x9a][0x9a][0xeb]r[0xb2]dr[0xb6]ST[0xf7][0xab][0x84][0xad][0xf2][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x8c]2[0xb7]<[0xcd]T[0x1d][0xee]VM[0xcf]U_[0xf9][0xf3][0xa6][0xe6][0xe9]%[0xee][0xb8][0x13][0x19][0xa2]&[0x17][0xb8][0xab];F[0x9e][0xef][0xd8][0xc][0xc3]I[0x1f][0xa1][0xa4][0x95]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xd4]5[0xaf][0xe2][0x19][0xb6]5/x[0xb6][0x15]N[\r][0xc][0x3][0x97];3[0xb4][0x97][0xfd]S[0xdc]mm[0x8f][0x9b]G[0xc][0xb3][0xc9][0xff][0x91][0xdb]r[0xc][0xfa][0xa6][0xc][0xeb],[0xe7]'[0xdf]R[0xaa][0x86][0xc7][0xcb][0xc]3[0xcd][0xc6]2[0xf4]$s[0xfb][0xda][0x81][0xa6][0x9a][0x9a]UT_[0xe6][0xf7][0xb9]^G[0xc][0x1d][0xce][0x8]Y/[0xec][0xd1]%m[0x1b]EK[0xf3][0xaa][0xe]I[0xbc]u6[0xb5][0x9d][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0x89][0x4][0xca]-4KgI[0x8][0xbd]mW[0x1d][0x9d]o[0x18][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xce][0xde]DZ[0xd0][0xa1][0xfb]_[0xb7]t[0xd3]v[\r][0xab][0xb8][0xc9][0xbd][0x92]][0x90][0xb0][0xa0]`[0x11]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b[0x88]+H[0xe0]1C[0xdf])[0xf3]m[0x8f][0x8e])[0xae]T[\r][0xb3][0xc0][0x1d][0xd2][0xaa][0xa4][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]`Y[0xc]+[0x94][0xd0][0xe8][0x9e]f[0x98][0x94][0x8f][0xab]`[0x15]k[0x12][0xd6][0x15]l[0xe0][0xa9][0x82]g[0xa0][0x1a]L7[0x97][0x83][0x82][0x11][0x8c]2[0xa8]MV[0x18][0xc3][0xd0][0xbf][0x94]d[0x98]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90][0xa1]#[0xc8]iU[0xbc][0xa6],[0x19][0xfa][0xe9][0x9][0x9d][0xbd][0xad][0xc0][0x99]4oI[0x8a][0xaa]m[0xd5]*[0x15]n[0x15][0xe8][0xac][0xc6][0x9a][0xa8][0xab]7?y[0xc1][0x14][0x8]J[0xe1]C[0x2][0xfa][0xf2][0xed][0x88]g[0xd7]M[0xc][0xdd][0xc9][0x8b][0x8e][0xe4]q[0xf5][0xb2][0x7]B[0xe5]P'[0xb5][0xc3][0xf][0xa9]'[0xa4][0xff]J[0xec][0x1f][0xaf]KiT[0xc1][0xcf]3[0x8b]Q[0xea]8[0x9d][0xd4][0xb0]X,&[0xea][0x85]Va[0xfa]'[0xd0]E[0x8d][0xa2][0x9b]Vs[0x8][0xd1][0xf][0x90]S[0x83]_[0xc0]R[0xc7][0x8]}[0xa2][0xaf][0x10]zhl%[0x1f]`[0xc][0xbd]4*[0xfe]ZF[0x1f][0x6][0x4][0x1a][0x6]1[0x14] [0xbc][0xa3].'[0x10][0xc6][0xa7][0xbe][0xa3][0xe5][0xcd]1[0xc2][0x89]+5[0xb4][0xa6]>[0x83][0xd5] %"[0xb4][0xae]![0xfa][0x15]r[0x8][0xaf]O[0xa1]e?[0xe4][0x1a][0x81][0x8f][0xf8][0xf0][0xbd]u[0x88][0x0]^[0xac][0x86]i[0x97][0xfa][0xa2]([0xb0][0xe0][0xa0][0xf5][0x80]j|[0xaa][0x86]6[0x81][0xff][0x1e]R[0xf8][0x3][0xc2]-[0x1f][0xcf]1[0x1e]o[0x80][0x8c][0x9f]@[0xc6]q[0x9d][0x8e]c[0xb1]e[0x82][0x1c][0xf] [0x17][0x3][0xc8]hj[0xea]'[0x94][0x1a][0xda][0xcf]C[0x8d]5@EO[0xa0][0xa2][0x98][0xc0][\r][0xda][0xf][0xe3][0xa6][0xef][0xb]I[0x9e]D[0xca][0x17]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xd1][0xef]gI[0xa5][0xe9]GD[0xfe][0x0]PK[0x7][0x8]1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$2.class[0x95]T[0xeb]R[0xd3]@[0x14][0xfe][0xb6]DRB[0x84]r[0x95][0x8b]bQ[0xd4]^[0xa0][0x91][0x8b][0xd7]"*[0x5][0x14][0x5][0x9d][0xb1][0x88][0xa3][0xff][0x96]ti[0xc3][0xa4][0x9][0xe6][0xc2][0xf0]*<[0x81][0xfc][0xe3][0x8c][0x16][0xd1][0x19][0x1f][0xc0][0x87]r<[0x9][0x11]h)[0xe3][0xd0]L[0xf7]rv[0xf7];[0xdf][0xf9][0xce][0xd9][0xfd][0xfd][0xe7][0xc7]/[0x0][0x93]x[0xd9][0x86][0x8b]H+[0xe8]@FA[0x16][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x90]Sp[0xb]Z;ncR[0xc6][0x94][0x2][0x19][0x99]8[0xa6][0x83]~&h[0xc6][0xdb]q[0x7]we[0xdc][0x93]q[0x9f]A[0xd9][0xe1][0xe6][0x98][0xeb]9[0x86]Uf[0xe8]^[0xd9][0xe2];\3[0xb9]U[0xd6][0x8a][0xa1]-[0xcf][0xd0]:kX[0x86]7[0xc7][0xd0][0x97]:[0xbd][0x9c]^g[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vI0t[0xae][0x18][0x96]x[0xe5]W7[0x84][0xb3][0xc6]7L[0x11][0xc0][0xd9]:7[0xd7][0xb9]c[0x4][0xf3][0xc8](y[0x15][0xc3]e[0x0][0x83][0xba]lY[0xc2])[0x98][0xdc]u[0x5]Y&Wl[0xa7][0xac]m[0xf9][0xe4]L[0x13][0xbb][0xdb][0xc2]1[0xaa][0xc2][0xf2][0xb8][0xa9]9[0xc2][0xf5]M[0xcf][0xd5][0xde][0x84][0xfd]*[0xf7][0xf4][0x8a]p[0xdc][0xb1])[0xe2]&W[0xc3][0x99][0xdb]@[0xee][0xf5][0xc6][0x96][0xd0][0xbd]|[0xfa][0x3][0xb9]3FH[0x96]Q[0xc2][0x96]p-[0x94][0xf1][0xcc]v[0x3]m[0x85][0x10][0xb2][0xd9][0xb9][0x9d]s[0xbe][0xf3][0x9d][0xcb][0xcc][0x9f][0xbf]?[0x3]XFy[0x4][0xa3][0xb8][0xab]BCFE[0x16]9[0x15]y[0xdc]S[0xb0][0xa8]b[0x18][0x99]$[0x96][0xe4][0xac][0xcb]!7[0x8a][0xfb]XV[0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xba][0xcf][0xad][0x5][0xcf]wM[0xbb][0xc1]0^[0xd9][0xe3][0xfb]\[0xb7][0xb8][0xdd][0xd0][0xab][0xe1]Y[0x81]![0xb1]f[0xda][0xa6]_d[0xb8][0x9c][0xf9]_[0x9c][0xdd]e[0x88][0x97][0x9d][0xba]`[0x18][0xab][0x98][0xb6]x[0x1d][0xb4]j[0xc2][0xdd][0xe1]5KH8[0xc7][0xe0][0xd6].wM[0xb9][0x8f][0xe][0xe3]~[0xd3][0xf4][0x18][0xc0][0xa0][0xbd][0xb2]m[0xe1][0x96]-[0xee]y[0x82]N[0x96]+[0x8e][0xdb][0xd0][0xf7][0x2]r[0xa6][0x8b][0x83][0xb6]p[0xcd][0x96][0xb0]}n[0xe9][0xae][0xf0][0x2][0xcb][0xf7][0xf4]w[0xe1][0xbc][0xcd]}[0xa3])\oa[0x85][0xb8])[0xad]p[0xe7][\r][0x90]{S[0xdb][0x13][0x86]_[0xc8]~$w[0xa6]/Z[0xfd][0x91]ER[0x8a][0xbd].<[0xc3]5kb[0xc7]a[0x98][0xcb][0x84][0xfe][0x9b][0xbc]e[0x90]C_[0xdf][0xc]em[0xdf]t[0xec]0[0xca][0xd1][0xfa][0xf1][0x1][0xc3][0xcc][0xe9][0xca][0xc]#U[0xb3]as?p)[0xdc]J[0xbf]b[0x89]{"[0x8a]`[0xed][0xac]x[0xdf]R[0x86]}[0x99][0xb4]n[0xe0][0x85][0xa2][0xa4]\u[0x2][0xd7][0x10][[0xa6]L[0xe5]DF[0x96]d[0x88]T[0x87][0x97][0xb6]a9[0x1e]Ug[[0xf8]M[0xa7][0xae]`U[0xc3]C<[0xd2]p[0x1][0x17]5[0x8c][0xe1][0xb1][0x82]'[0x1a][0x9e][0xe2][0x99][0x82][0x82][0x86]5[0x91][0xec])e)[0xc][0xa6]o[0xb3][0xb7]7[0xd5].[0xe6][0x8e]8 [0xfa]Kg'[0xa1][0xb7]y[0x91][0xa6]WD[0xa3][0x7][0x85][0xa5]R[0xb2]_h5D[0xff][0x18]Rta/[0xd1]j[0x15]1[0xfa][0x0]5[0x97][0xff][0xe][0x96];D[0xec]+[0xed]b[0x18][0xa7]1A:[0xa0]~[0x98][0xa0]Q[0xb][0xd7]*&1%[0xd1]0[0x8d][0xab][0x11][0xc2]F[0x84][0xa0][0xe5];[0x18][0xca]}[0x3][0xeb] [0xfe]e[0x0][0xa3][0x18]b\[0xe9][0xea]E[0x18]r5[0x83]Y[0x92]3\[0xc3]\[0x84][0xb6]K[0xfc][0xa4][0xd6]|[0xfe][0x17][0x86]?[0x1c]"1[0xae]t[0x90][0xec][0xc2]&;[0x18][0xf9][0x1]5[0x86][0xf7][0xc7][0x1c][0xd5]P[0xbb]D[0xf6][0xe5][0x1e][0x1f][0xf3]G>[0xe6][0xe9][0xbb]N[0xd8]q[0xca][0x84][0xb4][0xb9][0x81][0x9b][0xe1]|[0xb][0xb]4[0xc7]q[0x1b]w[0xc8]F[0xe2][0xd0][0x93][0x10]Z$[0xff][0x1]PK[0x7][0x8]b[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers.class[0x9d]T[0xc1]n[0xd3]@[0x10]}['qcB[[0xda][0x6][0xda]@[0x81]BAIhkB[0x8f][0x89]r[0x89]T)[0x10][0xa0]"(R%.[0x1b][0xb3]u6rl[0xe4][0xb5][0x11][0x9f]UNE [0xf1][0x1]|[0x14]b[0xd6][0xe][0xd0][0xa6][0x89] [0xb5][0xe4][0x1d][0xcf][0xee]{o[0xc6]3c[0xff][0xf8][0xf9][0xf5];[0x80][0x1a]j[0x16],[0xec]X[0xc8][0xe3][0x91][0x89][0xc7][0x16][0xc]TLT-d[0xf1][0xc4][0xc4][0xae][0x5]S[0xdb]=[0x13][0xfb][0xc][0xb9][0x86][0xf4]e[0xd4]d0[0xca][0x95][0x1e]C[0xa6][0x15][0xbc][0x17][0xc][0xcb][0x1d][0xe9][0x8b]W[0xf1][0xa8]/[0xc2][0xb7][0xbc][0xef][0xd1][0xce]j'p[0xb8][0xd7][0xe3][0xa1][0xd4][0xfe]x3[0x13][\r][0xa4]b[0xb0];A[0xe8][0xda][0xc3][0x98][0x84]l[0xf1][0xe9][0x83][0x8][0xe5]H[0xf8][0x11][0xf7][0xec]P[0xa8][0xd8][0x8b][0x94][0xfd]&[0xb1]/y[0xe4][0xc]D[0xa8][0xea][0xc][0x5][0xa9][0xba][0xb1][0xe3][0x8][0xa5]Nb[0x8f]a[0xa3]\I$[0x6]|[0xe4][0x10]'[0xb2][0xc7]PB[0xe6][0xbb][0xd2][0xf5]y[0x14][0x87][0x14][0xee][0xf9][0xc]X[0xe3]_[0xf1][0x8f]BI>[0xa5][0x9c]&Ro[0x92][0xf0][0xd2][0x9][0x97][0x1e][0xc9][0xb6][0x82][0xd8][0x8f][0xda][0xf4][0x16][0x9b][0xe5][0xf6][0xcc],[0xb2][0x8e]F1[0xb0]6[0xc3][0x8b]Y[0xb8]+[0xa5]Q[0x1a]p[0xd5][0x95][0xbe][0xeb][0x89][0xc3][0xdf][0xf9][0x10][0x86]z[0xe2][0xbb][0xc][0xd5]rg[0xc8]?r[0xdb][0xe3][0xbe]kw#[0xa2][0xbb][0xf5][0x99]9[0xe6]T[0x2][0xd0][0xad][0xba]Dbh[0xfe][0xb7]T[0xe3][0x1c][0xf0]u([0x9c]4[0xd1]uJtJ[0x8a][0xef][0xe6][0xd0][0xbd]By[0xac]n[0x10][0x87][0x8e]8[0x94]z[0xdc][0xd6].[0xce][0xd1][0xbe][0xe]\[0xc0]5[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0x89][4[0x87]s[0x8d][0xe1]N[0x8d][0x1]4[0x8a]m[0xdf][0x17]a[0xcb][0xe3]J[0x9][0xa5][0xd5][0xec][0xb9][0x85][0x9e]i[0xda][0xd3][0xb9]i[0x7][0xc]{s1[0x18]V&[C[0xdf] [0x8d]#}[0xb8][0xc5]i}[0xe8]a[0x9b][0xfe][0x1][0x16][0xf4][0x95][0xa5]w[0xa5]R[0xd1]z[0x9d]<[0x9b],[0xd3][0xbb][0xd5]3[0xb0][0xcf][0xf4][0xb0][0x80]%Zs[0xc9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]i-[0xa4][0x0][0xf2]n[0x90][0xcd]c[0x15]k[0x84][0xd2][0xe4][0xad][0xe4][0x84][0xce][0x8c]/X8[0x85][0xae][0xe2]_r[0x11][0xeb][0x89]\[0x91]([0xd4][0x95]1[0xe5][0x80][0xfe]A[0xfa]4[0xff][\r][0xc6]q[0xe9][0xc][0x99][0xd3][0x89][0x98]w[0xce][0xc5][0xcc]c[0x3][0x9b]dS[0xa1][0x12][0xf9][0xb7][0xe9][0xfc][0x92]P[0xf6][0x98][0x92][0xcf]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]^[0x10][0xda][0xc2][0xdd]?B[0xf7][0xc8][0xbf]?M[0xc8][0xd4]B[0x8b][0x93]B[0x8d][0x99]B[0xdb]t?H[0x9e][0x1e][0xa2]L[0xb6]DRFR[0x91]E[0xaa]Wj[0xcd][0xd4][0xfe][0x2]PK[0x7][0x8][0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/runners/Enclosed.class[0x95]TKW[0xd3]P[0x10][0xfe]n[0x9b][0x12][0x8d][0xb1] R[0x14]|[0xa1]@[0xed]K[0xa3][0xf8][0xb6]XEDE[0xb][0x9c]#[0x1e]=[0xea]*m/x1$[0x9c][0x9b][0xd4][0x7]k[0x85]K7nu[0xa3][0xa2]G[0x8e]k[0xff][0x83][0xb][0xff][0x88]:7[0xa1] [0xa4][0xb][0xec]"w2[0xf3][0xcd]7[0xdf][0xcc][0x9d][0xe6][0xc7][0xef]/[0xab][0x0]Nc[0xc6][0x80][0x81]S[0x6]v[0xe3][0xb4][0x81]4Ft[0x9c]1[0xa0][0xe1][0xac]r[0x9f]3p[0x1e][0x17]v[0xe1]".[0xa9][0xc7]e[0x1d]eu[0x8e][0xea][0x18][0xd2]qEG[0x85][0xa1]cT[0xb8]" [0xa3][0x9c][0xab].[0xd8][0xcf]m[0xcb][0xb1][0xdd]yk[0xdc][0xb1]}[0xbf]\[0xf5][0xe4][0xbc][0xb5][0xd0][0xa4][0xb8]%[0x9b][0xae][0xcb][0xa5]o-z[\r][0xee]X[0xf7][0xc2][0xb7][0xeb]M[0xe1]4[0xb8],[0xe7][0x1f]0h[0xe3][0x14]`[0xe8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]O7[0x17]k\[0xde][0xb7]k[0xe]y[0xba][0xab]^[0xdd]v[0x1e][0xd8]R[0xa8][0xf7]5[0xa7][0x16]<[0x15]>C[0xfe][0x9f][0x2][0xfc][0xe5][0x12][0x97]b[0x91][0xbb][0x81][0xed][0xac]W[0x9b]p[0xeb][0x8e][0xe7][0xf3]F[0x99]![0xf5]LIb[0xd8][0x13]S[0xc9][0xa0][0xd7]"%[0xc][0xc7][0xb7])[0x99][0xa1]w[0xb3][0xae]WK-m=[[0xb][0x8c][0x16]*[0x84]7&^[0xd6][0xf9]R <[0xd7][0xd7]q[0x95]a[0xe7][0xac][0x98]w[0xed][0xa0]))[0xa5][0x12][0x1b][0x9d][0xca][0xf9][0x8f][0xe9]e[0xe6][0x84][0x13]p9V[0xf3][0x3]i[0xd7][0x83][0x90][0x82]S[0xb3][0xd9][0xdc][0x93]X[0xbb][0xf9][0xb8][0x8b][0xa6]Sw[0xec][0xe5]e[0x1a][0xac]-[0xe5][0x10][\r][0xbd][0x1d]Fs[0xb8]K16[0xc9][0x90][0x10]d[0xe8][0xf5]V[0x19]3*[0xcf][0x1b]U[0xe1][0x7][0xc]]Qr3[0x10][0x8e][0xa5]<[0x94][0x9b][0x89][0x11]FS[0xc9]n[0x81][0x8e][0xb6][0x83])`)[0xde][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x9b]Y[0x9b][0xf6][0xac][0xd7][0x94]u~S[0xa8][0x1b][0xd9][0xdd]Z[0x83][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xe2][0x1a][0xc6]L[0xc][0xe0][0xa8][0x89]N\g[0xd8][0xbb]!aLJ[0xfb][0x95][0xd2][0xa1]B[0xe3]&n`B[0xc7]M[0x13][0xb7]p[[0xc7][0xa4][0x89];[0xb8]k[0xa2][0x8a][0x9]Z[0xd4]-eMLa[0x9a][0xf6]g[0x9b][0xb][0xc9][0xb0]/~[0xbb][0xb3]M[0x11][0xf0][0x96][0x9e][0x90][0xfa][0xfe]S[0xe9][0xbd][0x88][0xd6][0xca][0x98][0xe7][0x1b][0xf7][0xda][0x93]k{[0x8b]S[0xb9]m[0xee]L,[0xb7][0xcd][0x9a][0xa8]?enR[0x1d]&[0x95][0x9e][0xf2][0x1a]bN[0x10][0x1f]C2[0x97][0xa7][0x15][0xe8][0xdf]H[0x90]|[0xce][0xe1][0xf5][0xc0]jaH[0xac][0xf0][[0xbb][0x18][0xb1][0x1c][0xa5]oY[0x1a][0xea][0x97][0x0][0xdd][0x14][0xba][0x90][0xc4][0x1e]z[0xab][0xd1]g-Ig[0xba]P*[0x16]?[0x82]}F[0xe2][0x13][0x92][0x1f][0xc8][0x93]D7=[\r][0xc2][0x3]G({[0x0]{[0xc9][0x1a][0x88][0xd0][0xe8]A&dK[0xa3][0x17][0xfb][0x88]QY[0xfb][0xd1]G[0xe8]~[0xb2][0xcd]5O/[0xe][0x90]u[0x90]l[0x8d][0xce]C8[0x1c][0xd6]?B[0xac][0xb4]jd)[0x5][0xbf][0x88][0xb1][0x83][0xce][0xbb]_[0xa1]=*[0xac]~B[0xaa]Z[0x98]*[0xad]V[0x92][0xe7][0xb5][0x8c]v[0xe8]-[0x6]K[0x19]m[0xe4]r[0xaa]/[0xf5][0x11][0x1d][0x9f][0xa1][0xbf][0x81]Y[0xec]K[0xad]`G[0x2][0xf]_k[0xec][0xdd][0x9f][0x9f][0xc5][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v2|[0x83][0xb1][0x82]][0x9]|[0x87][0xf9]~]~H=H[0x5][0x87][0xa9]x[0x16]y[0x1c][0xc7][0x8][0xd9][0x17]Q[0xc][0xdb][0xa9]P[0xfc]05s[0x8c][0x9a]H[0x91][0xec][0x12]a[0x87]HX'![0x87][0x9][0xaf]X[0xb2][0x94][0x93][0xa5][0x6]H"r[0x14]UC[0x19][0xa3]x[0x81]Z[0xea]_[0x1b]I[0xc4]q[0x80]8"Tq[0x1d]U"T[0xd4][0xf6][0x9][0xb2]N[0x86][0x96][0xf5][0x17]PK[0x7][0x8]~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/experimental/theories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/theories/DataPoint.class[0x85][0x91][0xcb]N[0xc2]@[0x14][0x86][0xcf]p[0xab]wA[0xc5][0xcb][0xc2]H\[0x10][0x89][0xc6][0xc6]5[0xc6][0xc4]H[0x89]&*[0x6][0xaa][0x1b]VC=[0x96]![0xc3][0xc][0x99]N[0x11]^[0xcd][0x85][0xf][0xe0]C[0x19]OM[0x4]M[0x9a][0xb8][0x98][0xe9]?[0xff][0xf9][0xfe]s[0xa6][0xed][0xc7][0xe7][0xdb];[0x0][0x9c][0xc1][0xae][0x3]e[0x7][0xb6][0x1d][0xd8]a[0x90][0x1f]s[0x19]#[0x83][0xf2]Q[0xad]{;[0xe0]c[0xee]J[0xae]B[0xb7]c[0x8d]Pa[0x9d]A[0xe9]R)m[0xb9][0x15]Z5[0xf0][0x85][0xc7][0xd2][0x92]'B[0xa5][\r]>{[0x93][0x0]GI%b[0xb0][0xf5]7%y[0x14]Q|[0xb1]C,[0xb7][0xb1][0xa1][0x11]')[0xc8][0xf9][0xf1]/[0xc7][0xef][0x1b][0xfd][0xca]{[0x12][0xeb][0x17][0x14]][0xea][0xe8][0xd8][0x4][0xd8][0x14][0x92][0xb2]k[\r]n[0xf9][0x83][0x16][0xca][0x9e]&<[0x83][0xbd]v[0xac][0xac][0x18][0xe2][0x93][0x88][0x4]%[0xe6][0xb7][0xa4][0xbb]T~[0xf5][0xe4][0xb3][0x82][0xdb]F[0x8b]*Q[0xd4][0xbc][0xfa][0xf][0xf2][0xa0][0xa5][0x8][0xa6][0x4]:[0xed][0xc7]{[0xff][0xe6][0xce]c[0xb0][0x9f][0x1e][0xf1][0xb9][0x9][0xd1][0x12]y[0x98]^[0xf7]$[0xe][0xa9][0xa7]?[0x1d]!A[0xf9][0xe6][0x8d]w[0xdb]`P[0xb8][0xf3][0xfc][0xeb][0x16][0x89][0x9a]6[0xa1];[0x88][0x95][0xb0].NFhD[0x2]s[0xe9][0xda]>j#0rg/[0xce][0xa0]8[0x1f][0xd0][0xea][\r]0 [0xeb] u[0xe6][0xfc]kT[0x19]0[0xc8][0xd0][0xca][0xd2][0x9f][0xcf][0xe4][0x18][0xe4] O[0xa7][0x2][0x9d][0xb2]][0x0]2[0x1c]X [0xe0][0xc7][0x80][0xc5][0x84][0x83]%Z[0xcb][0xdf]j[0x5]V[0xe9]Y![0xb5]F[0xb9][0x1c][0xc2]:[0x14][0xa1][0x94][0xc8].d[0x10]6`3[0xd9][0xb6][0xbe][0x0]PK[0x7][0x8][0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/theories/DataPoints.class[0x85][0x91]KO[0x2]1[0x10][0xc7][0xa7][0xbc]V[0xf0][0x81]([0xf8]8[0x18][0x8d][0x7][0xe2]+nc;[0xb5]i[0xf2][0x1c]u[0x6][0xc]24[0xb2][0xf4][0xf7][0x99][0x1c][0x83][0x1c][0xe4]iW[0xa0]][0xb6][0x7]@[0x1][0x7][0xe6][0x8][0xf8][0x9]@1[0xe6][0xa0]Dc[0xfe][-[0xc0]"[0xad];[0xa4][0x96][0xc8][0x97]C([0xc3]2Tb[0xd9][0x83][0xc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xc6]S[0xf5][0xb]PK[0x7][0x8][0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/theories/FromDataPoints.class[0x85][0x92][0xbd]N[0xc3]0[0x10][0xc7][0xcf][0xa5]%[0xb4]|[0x15][0xda][0x85][0x1][0x81][0x10][0xaa]`[0xc1]baa*"[0x95][0x90]Z[0x88][0x92][0xc0][0xc2][0xe4][0x86]#[0xb8]r[0xec][0xc8]q*[0xfa]j[0xc]<[0x0][0xf][0x85][0xb8] DA[0xaa][0xd4][0xc1][0xf6][0xd9][0xf7][0xbb][0xbf][0xef][0xce][0xfe][0xf8]|{[0x7][0x80]s[0xe8]z[0xb0][0xe3][0xc1][0xae][0x7][0x1d][0x6][0x8d][0xa9]P%2[0xe8][0x9e][0x9c][0xe]'b*[0xb8][0x12]:[0xe5][0x91][0xb3]R[0xa7][0x97][0xc]Z[0x91])m[0x82][0x3][0xa9][0x88][0xe9][0xc][0xac][0xc9][0xae][0x85][0x13][0x81][0x91][0xda][0x15]g[0x15][0xcf]`/,[0xb5][0x93][0x19]>[0xc8]B[0x8e][0x15][0xf6][0xb5]6N8it[0xc1][0xe0][0xf0][0x8f][0xa6][0xf8]u[0xf0][0x10][0x1d][0xea][0xca][0xa2][0x1b]zK[0x90][0xc0]([0x99][0xcc][0x8][0xf4][0xc2][0xfb][0xdb][0xf8]f[0xe4]3[0xd8]_[0x1c][0x12][0xb][0x9b][0xa2]#[0xf2]h[0xb1][0xdf]W[0x98][0x91]f<[0xcb][0x91][0xa0]f[0xd0][0xf][0xfb]#?[0xf6]C[0x6][0x17]CcS>)[0xb5]t[0x1c]_s[0xb4][0xb2][0x2][0x85][0xe2][0xee][0x5][0x8d][0x95]X[0xf0]@X[0x91]QJ[0xb6][0x88][0xca][0x1][0xab]3[0xa8]C[0x83][0xac][0x1a][0xac]~[0xcf][0x1e][0xac][0xd1]zL[0xde]&1u[0x84][0x16][0xac][0xc3]Fe>[0x2]C[0xd8][0x84]-[0xd8][0xae]v[0x9][0xb4][0xbf][0x0]PK[0x7][0x8][0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/ParameterSignature.class[0xad]X[0x9][T[0xd7][0x19]~/30[0xcc]pY[0x4][0x1][0xd1]L[0x10][0x15]3[0xce][0x90][0x10][0xd1][0xd8][0x88][0x88]"nDP"[0x4]c[0x8c][0xb5][0x97][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xc]3d[0xe6][0xe2]R[0xdb][0x9a]4[0xa6][0xfb][0x96]6m[0xa3]i[0xd3][0xd6].6[0x8d]m[0x8d][0x89][0xa0][0xb1][0xb1]v3m[0xba][0xef][[0xba]7[0xdd][0xdb][0x9f][0xd0][0xf4]=[0xe7]^[0xee][0xdc]Y[0x8][0xe8][0xd3][0xe7][0x91]s[0xce]=[0xe7];[0xdf][0xf7]~[0xfb][0x19]_[0xfc][0xef]s[0x97][0x1],[0xc7]|[0xf8]p[0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xf3][0xc3][0x8b][0x13]>[0x9c][0xc] [0x88][0xc7][0xfd][0xf0][0x89][0x8f][0x8f][0xf8][0xe1][0x17][0xf3]G[0xfd]([0x11][0xf3][0x13]~[0x94][0x8a][0xf9]c~[0x94][0x8b][0xf9][0xe3]~[0xcc][0x11][0xf3]'[0xfc][0xa8][0x12][0xf3][0xa9][0x0]>[0x89]O[0x95][0xe0][0xd3][0xf8]L[0x0][0xa7][0xf1]Y1<)[0x18]~.[0x80][0xa7][0xc4][0xe7]Sx[0xd2][0x87]3[0x1],[0xc0]c>|^[0x9c]|A||1[0x80][0xd5][0x2]A[0x10]g[0xc5][0xf0]t[0x0][0x11][0x9c][0x13]{[0xcf][0x8][0x92]g[0xc5][0xe7]y[0xb1][0x9a][0x10][0xa7][0x93][0x82][0xff][0x5]1\[0xf4][0xe1][0xb9][0x0].[0xe1]K[0xe2][0xec]y1\[0x16][0xa4]_[0x16][0xc3][0x15][0x1f][0xbe]RB[0xfd][0xbe]*>[0xbe]&[0xce][0xbe]^[0x82]o[0xe0]j[0x9]^[0xc0]7[0xc5][0xf0]-[0xb1][0xf7][0xa2][0xf][0xdf]VP[0xdd][0xb9]c[0xfb][0xc0][0xa6][0x9d][0xfd][0x1d][0x1b][0xba]7[0xed][0xeb][0xdf][0xdd][0xbb][0xa9]o_OG[0xaf][0x82][0xf2][0xee][0x3][0xda]A[0xad]y[0xdc]4b[0xcd]=[0xda][0xd8][0x1a][0x5][0xfe]>c8[0xae][0x99][0xe3]I][0xc1][0xea][0xcc][0xd3]6[0xeb]3[0xa6][0xc5][0x87][0x9b];cZ*[0xd5][0x16]n_[0x93]o[0xaf][0x9d]|[0xbc][0xe6][0x91]1[0xb2][0x98][0x93]}[0xce][0xa3][0xb9][0xf9][0xee](([0xd1][0xe2][0xf1][0x84][0xa9][0x99]F"[0x9e]R[0xb0]h[0x8f][0x8b]*}[0xd2][0xdc][0xe1],ye[0xde][0xe0][0xb8][0x11][0x1b][0xea]L[0xc4][0xf][0xea]IS[0x1b][0x8c][0xe9][0xfd][0x14][0x9a]"T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]-[0xcb][0xd1][0xcd][0xdb][0x99][0x18][0xd2][0x85][0xd2]F\[0xdf]>>:[0xa8]'[0xfb][0xc5]%[0x5][0x95][0xdd][0x89][0xa8][0x16][0x1b][0xd0][0x92][0x86]dbmzF[0x5][0x9f][0x9a][0xcc]#[0xf2][0xb7][0x8f][0xd7]d[0xb][0xb8]&[0xf3]T[0x8c][0x8d][0x9b]}GFGu3i[0x90][0xec][0x88][0x82]U[0xa1],[0xc0][0xae][0xbb];[0x6][0xf][0xe8]Q3[0xcf][0xce][0xb2][0x1][0x5][0x8a]&4[0xc8]9[0xe2][0xc1][0xa0][0x82][0xda],[0x90][0xfd][0xfd]k[0xf8]O@[0xf0]p[0xa6][0xd4][0xb6][0xfe][0xd6][0xdc][0xbb][0xed][0xa1]i[0xae]Y[0xb3][0x90][0x1a]HM[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xb5]<[0xe4][0xe2][0x91][0xd4][0xf7][0xc7][0xc8][0xa4][0xb9]G7G[0x12]Ck[0xdc]f[0xea]H&[0xb5]#[0xdd]FJ[0xa0]+[0x1a][0x95][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]OW[0xc1][0xf0][0xb5]rn[0xeb]N$[0x87][0x9b][0xf][0x8c][0xc7][\r][0xb3]Y?<[0xa6]'[0x8d]Q=nj[0xb1]fsDO$[\r]=[0xd5][0xdc][0xab]%5[0xca][0xd6][0x93]N[0xa8]K{[0xe4][0xd5][0x81][0xb1][0x95]2[0x93][0xe3]Q3[0x91][0xcc][0x10]g[0xeb]P[0x12]M[0x9f]+[0xa8][0x9f][0x81][0x1][0xa3][0xfa][0xd5])[0xac]D80[0x3][0x10]A[0x95][0x8d][0xe5][0xba][0xb5][0xee][0xe][0xed][0xc9]I[0xd1]=3[0xe7][0xde]tNU[0xc][0xfe]u)([0x1b][0x9b][0x12]'S[0x92][0x1][0x9a]+[0x86][0x95][0xc0][0xa1][0xea]p[0xe7][0xfe][0xe2]Y[0x0]`63[0x0]I\=[\r][0x92][0xea][0x1c][0x81][0x96]u[0xb7][0xfd]_[0x83][0xe6][0xe1]\[0xf3][0x9]1[0xd7]k[0xc1][0xeb][0xc6]Q[0xd4]f[0xf0]N{[0xba][0x8a][0xb8][0xdd]93[0x96][0x1]Q[0xb0]G[0xc][0x9a]s[0xe5][0xf5] `[0xab][0xc8][0x11]+[0xcd]0+[0xc9]eQ-[0xde][0x11][0x8d][0xea]c[0xe6][0x80][0x16][0x1b]gi[0xad][0xe][0xe5])t[0xf7][0xb0]7[0x91]p[0xc8][0x18][0xd2]L[0xd2][0x94]:[0x97][0xfa]e[0xa3][0x99][0x9b][0xab][0xb7][0xb8]R[0x9b][0x17][0x97]8[0x99]G[0x6][0xbd][0x9][0x93][0xca][0x19][0xa2][0xfe][0xba]y[0x5][0x8d]TGJ[0x96]7V[0xfa][0x1]C[0x13][0xbb]V[0x93]I[0x11][0xb3][0x82][0xc6]\Yy[0x85][0xab][0x87][0x92][0xda][0x18]M(wX1M-9[0xac][0xdb]2"y[0x81]M[0x7][0xd6][0xe7][0xdc][0xab][0x9a]j;[0x19][0x89]T[0x93][0xbb]kE{[0x19]/f[0xe4]Ve(O[0x19][0xbb]-g[0xb3]mF[0xcf][0x9][0xee][0xa5]#Z*[0xbd]E>9 "[0xb3][0xe2]s{[0xae]1fsQX[0xa6]r[0xbf][0x11][0x1f][0xda][0xa8][0xeb]cn[0x1c]+[0xf3][0x4][0xc3],*JY[0xfa][0xc0]2[0xb6][0xea]z[0x92][0xb4][0x88][0xb7]@6J[0xbb][0x95]v[0xb0][0x89][0xb6][0xce][0xc]8WKy[0x99]l[0xc4][0xbb]B3gK[0x8e]V][0xb3]Q[0xab]a6[0xc5]T[0xd7][0xa2]#[0x9c][0xb4]dr[0x9][0xa7][0x98][0x1e][0xe7]T`p([0x1c]b^[0xf0]hh[0x96]:^[0xbb][0x16][0x96][0x15][0xba],3[0x94]f[0x4][0xac][0xf3]X[0x94][0x81][0xd9][0xc5][0xa2][0xa3]Y[0x8d][0xb4][0xb8]-[0x1a][0xb3]+[0x9e]'$[0x9f]#}[0x89][0xf1]dT[0xdf]l[0x88][0xb7]Ymn[0x8d][0xba]E[0xb0][0xe1][0xb3]0[0xcd]m[0xab][0x96][0x1a][0xe1][0xd3]F[0x85][0x81]GU|[0x7][0xeb][0xa6]N%[0xb2][\r][0x89]DL[0xd7][0xe2]*[0xb6][0xa1][0x9b][0x91][0xe1]:8"[0xca]Oyz[0xa3]o$[0x91]4[0x99][0x98].[0xad]F(>J[0xe9][0x19][0x1c][0xbb][0xe2][0xa6]>,[0xf6]\[0xcc][0xba][0x13][0xf1][0xe1][0xc]f[0x9b]c[0x9][0x8d][0xcc]*[0xd2];[0x1b][0x13][0xe3][0xac]B>|W[0xc5][0xf7][0xf0]}[0x1f]~[0xa0][0xe2][0x87][0xf8][0x91][0xf]?V[0xf1][0x13][0xfc]T[0xc5][0xcf][0xf0]s[0x15]}[0xd8][0xeb][0xc3]/[0xa6]@d[0xf6][0x14][0x5]-[0xd7]^[0xd2][0x85]U[0xe][0xa8][0xf8]%[0x12]*[0xda][0xb1]NE[0x7]6[0xa8][0xf8][0x15]~[0xad][0xe2]%[0x1c]Uq?[0x92]*~#[0x86]q[0x1c]T[0xd1][0x8a]5*~+[0x88][0x87][0xdf]g($=[0xec][0xc3][0x1f]T[0xfc][0x11]R[0xf1][0x8][0x8e][0xab]x[0x8]oW[0xf1]gA[0xfd][0xb2][0xa0][0xae][0x9f]!`T<,D[0xbe][0x11][0x11][0xc3][0x9b]|[0xf8][0xab][0x8a][0xbf][0xe1][0xef]>[0xfc]C[0xc5]?[0x5][0xa2][0xe1][0xdf]*:[0xb1]1[0xc3]nV[0xdf]`,[0x8b][0x9f];[0xec])i[0xcb]t&b[0xe2]Ie[0xd5][0xc3][0xf2][0xf1][0xf8]hb[0xc8][0xd8]/[0x9f][0xf7][0xf2][0x97][0xc3][0xc2][0xec]wx[0xee][0xf][0x89][0xd2][0x8c][\r][0x86] _[0xf3]YUl[0xfa][0x17]{[0xbe][0x97][0xfa][0xbc][0xe9][0xde][0xb8][0x8c] &Do[0xd6]cjnhY[0xbe][0xe7]T[0xad][0x9b]4[0xa3][0xea]7[0xf2][0xc2]l[0xde]T[0xc1]W}xRQm[0x88][0x90]J[0x8c]T/[0x83][0xc8]0[0x8d][0x83][0xba][0xcc]?[0xd6][0xe1]b[0xca][0xb6][0xfb]\[0x85][0xbb]}nN&F[0xad]w[0xb2][0xa9][0x19][0xf1][0xd4]6[0x9d][0xbf]t<[0xa4]U[0xb0]4_[0x97][0xcf]g[0x9c][0x8a][0xac][0xa0][0xa6][0x88]"-e[0x85]vcF[0xbd][0xc9][0xe4][0xe2][0xee]p[0x1]#[0xd5]E=[0xb4]x[0x94][0x88][0xbd]QM[0xdc]][0x92]i[0xc5]i[0xbb]B&3[0xaa]j[0xd8]u[0xc8][0xd5]w[0xb3][0xeb]Se[0xee].[0xbb]8[0xdb][0xe5]v[0xfd][0xb0][0x8][0xca][0xb8][0x9c][0xe6][0x86][0xf2]([0x8c][0x6][0xfe]l_[\r][0xc0][0x83][0xf9]"[0xb1][0xa0][0xa0][0x8d]_[0x5]X[0x8b]J[0x91][0x8b][0xce][0xf7]z~3-[0xb9][0x9e][0x83][0x80][0x88][0xee]m[0xe2][0xd7][0xf3][0xbc][0xa9]p[0xde]{[0x9][0xca][0xee]I[0x14]l[0xb][0x9f][0x83][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb]([0xe4][0xaa][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">kU\[0x5][0xbf][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa1][0xc4]Z[0xa9]U([0xb5]VeU([0xb7]V[0x15]U[0x98]c[0xad]*[0xab]P%V[0x17]0[0xf7][0xac][0x4][0xb8][0x99]c[0x98][0xc2]A([0xc5][0x98][0xcb][0xb1][0x1a]7[0xa0][0x6]KQ[0x8b][1[0x8f][0xf0][0xeb][0x8]k>[0xb6]c[0x1][0xee][0xa6]Z[H[0xa9][0x12]\1[0xee][0xc2]V[0xaa][0x6]te[0xec][0xac][0xe5][0x97][0xa5][0xdc][0x1d][0xe4][0xca][0xd2]k[0xab]t[0x8c][0xb2]<[0x9c][0xab][0xc2][0x91][0xa6][0x8b][0xa8][0xf6]`W[0xb8])b-[0x9e]v[0x80][0x94]I[0x92][0x6][0xf8][0xb1][0x88]@[0x16]Ka[0xb][0xad]k[0xb6]0[0xb1][0xea]![0x18]E[0xae]vpU [0x1][0xa4][0xa9]z[0x1d][0xaa];[0x1d][0xaa];Ie[0x81][0xda]I[0xde]}[0xe8][0xb7]A[0xad][0xe2],h[0xd4][0xf0][0x4]j[0xf8]W{[0x1][0xf3][0xce]J:[0x81][0xa6]H[0x9e]-uT[0x16][0xe3]][0x18]p[0x14][0xdc]%y[0xdd]m[0xf3][0xda][0xea][0xe2]U[0xc7][0xbf][0xf9]6/[0x8f][0x8b]W$[0x83][0xd7]n[0xdc][0xe3]2[0x9f][0xb5][0xb3][0xc7][0xe1]~/[0xcd][0xc7][0xa6]`s[0x82][0x1c][0xbc][0xc2]U[0x97][0xb0][0x80][0x11]qC[0x8f][0xa7]=[0x18][0xbe]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0x9a].![0xb8];[0x1c]l[0x89][0x4][&q[0xe3][0x4][0xea]w[0x1d][0xf7]([0xa7]_y[0xb9])-[0xbb][0x6][0x85][0xf2][0xbf][0xd1][0x8a][0xd1][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xa0]m[[0x10][0xa2][0xee][[0xa4][0xeb][0xbd][0x94]s#^[0x8b]}[0xd2][0x82]a[0xbc][0xe][0x9a][0xb4]`[0x18][0x83][0x88]J[0xb7].[0xc2][0x10]t[0xdb][0xce]5[0x9c]-[0xaa][0xfd][0x9c][0xad][0xb3]a[0xc7][0xba]#[0xfc]c[0xd7][0xb1]1[0xdf][0xc7]Y[0xf0],[0xf]Oba8r[0x1e][\r][0xe1][0xa6][0xf3]X[0x94]vw[0xa5]Ti-[0xc7]v[0x9a]r[0x1d][0xdd][0xbf][0xde][0xe5][0xf2]r2[0x88]I([0xe5]v[0xd2][0x88][0x95]H[0x97][0x2][0x97][0xd1][0xc4][0xd9]z'[0xa1]F[0xb9][0x8a]#[0xc1]Q[0x0][0xe8][0xe3][0x8e][0x80][[0x1f]y[0x1][0xd5][0xe1]g[0xd1]0[0x81][0xc5]'[0xe1][0xf3][0x9e]F[0xb9][0xe7]4J[0xc2][0x91][0x9],[0x99]@[0xe3][0x99],[0x8f]wJ[0x10][0x96][0xa6][0xf5][0xe][0x88]z[0x8c][0xc9][0xb8]SD[0xe7][0xb4]5[0x8c][0x12][0xa8][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0xe4][0xb6][0xf4]$[0x95][0x95][0xeb]I[0xdc]tBJ[0xf2]z[0xce]d[0x5][0xc1][0x16][0x17][0xfb][0xa0][0xc3]>H[0xf6]B[0xc7][0xb4]fb'[0xad]Y[0x8a]+[0xd3][0x11]|[0x9f]-[0xb8]1b[0xa9]E[0xc1][0xb5]a[0xb9][0xa6][0xe0][0x93][0x96]j[0x8d][0xd3][0x1][0xe8]v[0x1]ht[0x0]4[0xe6][0x0]h[0xcc][0x2]P ^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x80][0xc7]9[0xb][0xe7]5[0x9c]C[0x88][0xf9][0xbc][0xac][0x0]'Pc[0xad][0xc3][0x5][0xb8][0x82][0xc8][0xf6][0xc8][0xcd][0x84]u[0xc6]%[0xdc][0xf2][0xf6]N[0x88][0xb7]N[0x1d]S[0xb0][0x9e][0xa9]4[0x15][0x82]u[0x84]v[0x88][0xe2][0xad][0xf4][0x9f][0x82][0xd4][0x80][0xc3][0xb6][0xdf][0x1b]$[0xb8]t[0xaa][[0xf4][0xeb]m[0xfa][0xc3][0x12][0xa6]E[0xb5][0xde][0x9][0xc6]#[0xdc]{=[0x8e][0xda][0x80][0x9b][0xa5][0xeb][0xc0][0xd2]G#e[0xe7][0xf8][0x1e]W^[0x16][0xda][0xe2]-&o[0xe0][0x1e]_,6[0x93][0x16][0x9b]I1[0x99],[0xba][0x80][0xa6]l>[0xfb]\|[0x8a]3[0xf8][0x1c][0xe3][0xde][0x3][0x8e][0xfb][0xfa][0xed][0xc0],[0x13]~[0xba][0xf9][0xea]4~[0x8a][0xba][0xfc]T[0xe6][0x18][0xa5][0xcc]N[0x86][0xb4][0x9f][0xc4][0xce][0x83][0x8e][0x9f][0xde][0xcc][0xd5]C8nK[0xd2]h\a[0xa4]R[0x81][0xb8][0x87]%[0xb7]h[0x12][0xb7][0xa4]KC@2[0x1f][0xa6][0xd2]#[0xae][0xcc]+u[0x84][0x95][0xf2][0xe1]&[0x84][0x15]R[0x9d][0xb7]de[0x9e]8{[0xab]#[0xf6]m[0xfc][0xe3][0xab][0xd0][0x12][0xab][0x94][0xf2][0x86][0x9f][0xfb]{[0x83]'Q[0xa8][0x9c][0x8d][0xb4]z[0xeb][0xbc][0x97]W[0x15]zV[0x15]U[0x17]U[0x17][0x9e][0xc2][0xe6]:ouQK[0xab][0xaf][0xa9][0xce]7[0x81][0xe6][0x13]([0x95][0x8b][[0xaf]`[0xf9][0xd9]p[0x9d][0xef]"[0xf8]Sm[0x2]+[0x9a][0x82][0xde]![0xc2]m-[0xae]+[0xbe]*H[0x8a]m[0x92][0xe3]E[0xac]p[0x17][0x95][0xec][0x6]6J][0xe3][0xb4][0xdd][0x18]C[0xeb]~V[0xb8]$[0xfd]e[0xf2][0xfc] [0xdb][0xd0]!V[0xee]1[0xfa][0xf9][0xa8]T[0xf3]^[0x82][0xdb][0xcc][0xd2]1[0x86]wP[0xb1]z[0xd6][0xc2]wr[0xe5][0xe3][0xee]N[0xbc][0x8b]jzi[0xd3][0x1e][0xbc][0x9b][0xfe],dg[0xbe][0x3][0xef][0xe1][0xaa]H[0xa8][0xe3][0x18]f[0xaf],D[0xb2]GK[0x13][0x15][0xc8][0xd5]{e[0x15]M[0x9b]h[0xaf]4[0xd1]T@[0xbe][0x8f]{[0x8f]8[0x9e]9ag[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x8a][0x95][0x17]q[0x9b][0x82][0x1e]&[0xcf]*[0x85][0x7][\r]\[0xbc]Fa[0x16]-[0x97]YD[0xfb][0xa8]b[0x96][0xba][0x9f]~[0xe5]%[0x97][0xe2]VN[0x1d]c[0xad]x[0x80][0xe9][0xfa] [0x8b][0xfc]q'[0xa7][0x82][0x84].[0xd4][0xf2][0xd0]87Q[0x85][0xf7]K[0x90]+[0x1c][0x15]V[0xd8][0xbe]M[0xc3]][0x91][0xe5][0xd1]b|[0x0][0x8f][0xda][0xb5][0xb4]^R@[0xbc][0x94]q[0xd9]J[0xba][0x96][0xb4][0x1d][0xf8][0x8f][0xfc][0xaa][0x89][0xa0]![0xd1][0xaf]&[0xfe]([0xe3]s[0xbb]A`[0xec][0x13]Mz_[0xce]9[0xcf]s[0x9f]s[0xcf]i[0xff][0xfe][0xbb][0xf8][\r]`[0x2][0xef]Z[0x11]CN[0xe][0xa3]*[0xe2][0x18][0x8b][0xe2]i[0x4][0xe3]*[0xf2]x[0x16][0xc5]D[0x14][0xcf]#[0x98][0x8c]bJE[0x18][0xd3]*^`FE+^F1[0x1b][0xc1]\[0x4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ZOts[0x98]oU(H[0xac][0x1f][0xe9]'z[0xde][0xd4][0xad]R[0xfe][0xc3][0xfe][0x91](z[0xc][0x88][0xca][0x0]K[0xaf]4[0xf8][0xb][0x9e]cX%[0xfa][[0x16][0xc][0xcb][0xf0]^)[0x18][0xc9][0xdc][0x86][0xdf][0x6]d[0xb7][0x15][0x84][0x96][0xed][0x3][0xd2][0xc5][0xd6][\r]KlV+[0xfb][0xc2][0xd9][0xd2][0xf7]M[0xff][0x0][0xbb][0xa8][0x9b][0xdb][0xba]c[0xc8]}[0xdd][0x18][0xf2][0xca][0x86][0xab][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4][0xf7][0x96]%[0x9c]eSw]A[0xcb][0xcc][0xba][0xed][0x94][0xf2]GU[0x1e][0x9f][0x17][0x9f][0x8f][0x85]cT[0x84][0xe5][0xe9]f[0xde]+[0xb][0xdb]1[0x84][0x9b][0xff]h{[0xb4][0x18][0xba][0xb9][0xe4][0xba]F[0xc9][0x92][0xee][0xe1][0x9][0x99]SIx[0xdb][0xb5][0x9c][0xbb]3[0xd9][0xa6]Y{vMpc[0xc4]U[0xde][0x1d][0xe4]X[0x11]n[0xd1]1[0x8e]=[0xc3][0xb6][0x14][0xb4][0xf9][0xb7]x[0x89]R[0xc8][0xdd]s[\r][0xb7]Uv[0xec]S[0x99][0x10][0xa1]j[0xc1][0xae]:E[0xb1]f[0xc8][0xf4]z[0x9b][0x88][0x1c][0x97]8^[0xd0][0xaa]U4m[0x97]|[0x1b][0xc2]+[0xdb][0x7][0x1a][0x16][0xb0][0xa8][0xa1][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9][\r]][0xe8][0xd6][0xd0][0x3][0xde]{h7[0xed][0xee])[0x88]7f[0x11][0xc1]k[\r]o[0xb0][0xc4][0x8][0xab]j[0x9a][0x9c][0x86][0xd2][0xee][0x90][0x82][0xae]&[0xa2][0x14][0xf4][0xed]^f[0x9c][0xc9]&[0xbd][0xb2]#N[0x93]iw[0x8e][0xef][0x9e][0x86][0xb7]X[0x8e]`E[0xc3]*R[0x1a][0xd6][0x90]b%[0xd2]nr[0xe1][0xd0][0xb1]+[0xc][0xa0][0x84][0xe9];[0x15]B[0xc1][0xe4][0x1d]p[0xac][0xcd][0xa1][0xed][0xd4][0xab][0xb7][0x9b][0xb9]][0x9a][0xdb][0xe5][0xcc][0xde][0xa5]QX[0xa7]`Fvk[0xbc][0xf1][0x4][0xf6]<[0x15]TtJ[0x99]mr[0xfe]n3[0x1]M[0x1a]H6[0xa1][0xdf][0xcb],[0xc9][0x8d][0x16][0xf3][0x8d][0xc][0x88]5[0x98][0x14][0xb4][0x13]R0*[0xc7][0xa6][0xd8][0xf4]?H[0x95][0xfb][\r][0xe1][0xba]zI [0xc9]@[0x9c][0xff][0x84]@<.;[0x4][0xe0][0xcc]&[0xa1]%[0xc4][0xb7][0x7][0xf7][0xf8][0x1][0xdd][0xe7]j[0x16][0x1][0x4]9[0xc7]r[0xa3]gPrcg[0x8][0xe4]~ [0xf8]MB[0xd1][0xcb][0xb1][0x85][0x81][0xc0][0x0][0xfa]8j[0xfe]:[0x86]~<[0x82][0xfc][0x2][0x7]0X[0xa7][0xc9]s[0x96][0xbe]p[0xee];[0x94][0xaf][\r][0xe0][0x9e]k[0xe0][0xf0][0x15]8[0x89]T[0x1d]x[0x1][0x17][0xf1]Q)H[0xbd][0xa0][0x14][0x11][0xad]}[0x8f]5[0xb4][0x91]5[0x91]MV[0xfb][>[0x9]>[0xf8][0x1]~[0x94]8[0xd9][0x16][0x14][0x11][0x1f][0xc4][0xc0][0xce]$3g[0xce][0x9c][0xc9][0xe6][0xed][0xfd][0xe5][0x15][0xc0]6[0x96][0x3]dQ[0xf5]f[0xae][0x80][0x85][0x2][0x16][0x9][0x13]V[0xc6]JD-[0x19][e[0xf4][0xd5][0xc9][0x1][0x81]N[0x9][0xa5][0xba][0xd1][0xd6][0x9][0xed]Z"Jd[0xe][0xfd]E[0x84][0xfc][0x9e][0xd2][0xca][0xd5][0x8]Ck[0xeb]-B[0xb6]nn$a[0xbc][0xa1][0xb4][0xbd][0xfa]{[0x93]]Bu[0xad]q+[0x1e]D[0x18][0x9][0xdd][0x9][0x9b][0xdd][0xd8]j[0xc0][0xe0]w[0xd3][0xa8]0G[0x86]3[0xbe]f[0x16][0x93]i[0x15]?D[0x96]<[0x81][0x91][0xf]PK[0x7][0x8][0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/theories/PotentialAssignment.class[0x9d]S]k[0xd4]@[0x14]=[0x93]f7[0xdb]X[0xdb][0xba]V[0xad]_[0xc5]j[0xc5]][0x5]C)>[0xad][0x14]d[0xfd]@X[0xaa][0xd8][0xb2] >[0xcd][0xa6][0xd7]t[0x96][0xec]L[0x99]LJ[0x96]>[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x0][0x94]x'[\r]Ku[0xb][0xc2][0xe6]![0x93]9s[0xee][0xb9][0xe7][0x1e]&[0xbf]~[0xff][0x9]`[0x1b][0xf]c4p7[0xc2]F[0x8c][0x0][0xf7]"lF[0xb8][0x1f][0xe1][0x81][0xc0]F[0xdf][0x94][0xf9][0xe1][0x9e]qoH[0x93][0x95][0x8e][0x86]2/[0xe9][0xd5]iJ[0xc7]N[0x19]-[0xb0][0xf4]V[0xf3]A?[0x97]EA[0x85]@[0xf3][0xb9][0xd2][0xca][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",t[0xba]C[0x81][0xb0]o[0xe]I`e[0xa0]4[0xed][0x95][0x93][0x11][0xd9][0x3]9[0xca][0x19]i[0xf]L*[0xf3][0xa1][0xb4][0xca][0xef]k0tG[0x8a]5[0x9e][\r][0x8c][0xcd][0x92]q[0xc9]B[0x9][0x9d][0x1e][0x93]U[0x13][0xd2]N[0xe6][0x89];"c[0x15][0x15][0xc9]{[0xe3][0x18]Q2Q[0x14]*[0xd3][0xfe][0xb8]'[0xd0][0xfa]lleO[0xe0]Sg0[0x96]'2[0xc9][0xa5][0xce][0x92]}g[0x95][0xce]z[0xe7][0x90]w[0xa3]1[0xa5][0xae][0xd7][0x9d][0xb3]Q[0xa8][0xe5][0xa4][0x9a]a[0xa6][0x87]@[0xe3][0xe4][0xcc]A{[0xb6][0x1d];[0xcc][0xc8][0xd5][0xe][0xd7]:[0xdd][0x8b][0x18][0xf1]4Z[0xe]b[0x99][0xe9]/[0xa9]H[0xad][0xaa][0xc3][0xfe][0xbb]h[0xda]3[0xde]7[0xa5]M[0xe9][0xb5][0xf2]![0xae]_[0xe0][0xf9][0xa9]/Z[0xc2]"bNw[0x8e][0x99][0xb7][0xb6][0x5][0xe0][0xeb][0xb7][0x4]v[0xe6][0xa8][0x17]X[0xfd]wV[0x81][0xf][0xf3][0x18][0xf9][0xdf]u|[0xd4][0x99]Mu6[0xb2][0xee]0[0xdc]D[0xc8]W[0xde]?![0x84]O[0x86][0xdf][0x97]x[0xb7][0xc3]+[0xf][0x8b][0xc6][0xe3]o[0x10]_[0xf9]#[0xe0][0xc1][0x1][0xff]_0[0xc8][0xe4]&.[0xc3][0x87]Q[0x91][0xb0][0x8c][0x15]^[0x17][0xb1][0x8a]+[0xb5][0xc0].s<7[0xfe][0x81][0xe0][0xe3][0x13]VY[0xf8]2UiVU[0xed]J[0xe1][0xfa][0x19][0x8b]wW+[0x1b]1[0xd6]p[\r]"[0x14]|r[0x83]y[0xeb][0xb5][0xb5]q[0xeb]<[0xc2][0x95][0xb7]+[0xcd];hUz[0x1]c!"[0xf6][0x11]TZ[0xad]?PK[0x7][0x8][0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1$1.class[0x9d]U[0xdb]R[0x13]A[0x10]=C[0x90][0x85][0xb0][0x18].[0x2][0xe2][0x15]$j[0x12].[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc4][0x1b]WE[0x3]R[0x5][0xc5][0x3]>X[0xcb]2[0x95],lv[0xa9][0xd9][0x8d][0xa0]?[0xc4]3[0x96]D[0xcb][0x7]?[0xc0][0xf][0xb1][0xbc][0x16]~[0x81]e[0xf7]&X)[0xc5]R[0xb2]U;[0xdd][0xd3][0xdb]s[0xe6]tO[0xf7][0xec][0xfb][0x1f]o[0xdf][0x1][0x18][0xc2]B[0x3]N"[0xc6]C<[0x8c][0x8][0x12]<[0xf4]5[0xa0][\r][0xfd]a[0xc]`PC[0x92]eJ[0xc3][0x10][0x1b][0xaf][0xf1][0xe4]z[0x18][0xc3][0x18]amT[0xc3][\r][\r]7[0x5][0x9a][0x9e][0x19]v[0xd4][0xf3][\r]_[0xe6][0xa5][0xe3][0xb][0xf4]f\[0x95]Mn[0x14][0x1c][0xcb]O[0xaa][0x82][0xe3]H[0xe5]%[0xf3][0xee][0xba][0xb4][0x93]K[0x87]Ni[0x81]:?gy[0xd1]![\r]c[0x2][0x10][0xd0][0xe7][0xd8]q[0xca]6[0x2][0x86][0xf3][0x17][0xfb][0xdf]@[0xd1]M[0x8b][0x8][0xfd]=j[0x9a][0x9b][0xb9][0xcb][0x1][0x92][0xd4][0xf2]l[0xa1][0xb7][0x13][0xa7]Iv[0x91]6F2D2[0x92][0xe8][0xdb][0x87]H[0xf4][0xef][0xa3]&[0xf1][0x1a][0xa1][0xbd][0xc0][0xf1][0xc][0x8d]ut[0xeb][0x3][0x1f]p[0x96]F=[0xd0]#8[0x87][0xf3]$/[0xd0][K[0x96][0x6]z[0xe9][0xfa]([0x3][0xbe]$[0x1b]o1[0x9d]x[0x85][0x9a]"jI[0x88]W8QD[0xdd].[0xae]e[0xca][0xb3][0xbe]"[0xea]w[0xe9][0xf]t8-[0xc9]py[0xfa][0x6][0x8d]E[0xe8]E4[0xed][0x5]H-8[0x5]-[0x90][0xbd][0xb4]W[0x89][0xd5][0x15][0xd2][0x80][0x8f]d[0xff]D[0xf6][0x3][0xf2][0xf8][0x8c]v|![0x16][0x7][0xe4][0xf5][0x15]Q|[0xc3][0x14][0xbe][0x7][0xac][0xbb])[0xc0]v4[0xa2][0x7][0x97][0x88]i[0x94][0xb8][0xf6][0x90][0xf]G2[0xfd]G$![0xfa][0xce][0x91]_[0xa6][0x1d][0xd8][0xd6][0x86][0xab][0xb4][0x16][0xb4]g[0x88][0xf4][0xd2]s[0xb2],[0x7]p[0x17][0xb7][0xd1][0xf0][0x13]PK[0x7][0x8][0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.class[0x9d]WmS[0x1b]U[0x14]~n[0x8]Y[0xd8]./[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xf5][0xa5][0xa5][0xa9]M[0x2][0xed][0x82]R[0xb1][\r][0xa2][0x14][0xa1]RC[0xd0][0x92]R[0xdb][0xaa][0xed][0xb2][0xdc]&[0xb][0x9b]][0xe6][0xee][0x86][0x17][0xbf][0xf9]7[0xfc][0x15]:c)[0xa3]3[0xfe][0x0]g[0xfc][\r]~[0xd0][0xff][0xe0][0x7][0x9d][0xea][0xb9][0x9b][0x85][0x84][0x10]$[0xb3][0xcc][0xe4][0xde][0xbb][0xe7][0x9e][0xfb]<[0xe7][0x9c]{[0xce][0xd9][0xe5][0xd7]W?[0xfd][0x2]`[0x1c][0xe5]Nt[0xe3]C9|[0xa4][0xa2][0x7]3r[0xb8][0xa3]`VE;>V[0xd1][0x8f]9[0x15][0xf3][0xb8]+W[0x9f][0xa8]X[0xc0]=[0x95]T?U[0x91][0xc3][0xa2][0x8a]<[0x96][0x14]|[0xa6][0xe0]s[0x6]m[0xcb][0xb0][0x93][0xa6][[0xde][0xb4][0xb9][0xcf][0x19][0xde][0xcb][0xb9][0xa2][0xa8][0xaf]W[0x1c][0xcb][0xd7][0xf9][0xce]&[0x17]V[0x99];[0xbe]a[0xeb]~[0x89][0xbb][0xc2][0xe2][0x9e]n9>[0x17][0xe]If<[0xcf]*:r[0xdb][0xcb]2$[0xfc][0x92][0xe5]%[0xc7][0x14],[0x13]fA*[0xef][0xce]8f[0xc9][0x15][0xf4][0xb8][0xe0]8\[0xcc][0xda][0x86][0xe7]q[0x8f]a[0xf2]T[0x8a]B[0xb8]H[0xd6][0xe3]H[0x8e])[0x8b][0xe]M3|[0x9b][0x8a][0x88][0x91][7[0xb6][0xc][0xdd]6[0x9c][0xa2][0x1e][0xd8][0x93][0x8d][0xe6]nz[0x85]!>[0xeb][0xae]Q[0xc0]zr[0x96][0xc3][0xf3][0x95][0xf2]*[0x17][0x5]c[0xd5]&I_[0xce]5[\r]{[0xc5][0x10][0x96]|[0xe][0x85]q[0x19][0x1e][0x6]0[0xdc][0x8a]fzr[0x9c][0x2][0x10][0xdb][0x19]c8{[0xcc][0x9][0x86][0xc1][0xa3][0x9c][0xbb][0x9b][0x7][0xbc][0x3][0x8d][0xca]S[0x99]i[0xd2]W[0xe7]vL[0xbe][0xe9][[0xae][0xe3])(0\4][0xdb][0xe6][0xa6][0xbf]@VY[0x86]m}c[0xc8][0xbd]9!\AV[0xf7][0xa7][0xaa]([0x15][0xdf][0xb2][0xf5][0x9c][0xe5][0xf9]A[0x0][0x12]<[0xdc][0xee]m[0xdc]e[0xb8][0xd6] [0x9a][0xaa]3[0xa3]P[0x12][0xee][0xb6][0xb4].+-[0xe9]\[0xa6][0xa8][0x1a]~E[0x90][0xb1][0x99]F[0x9e][0x93][0x8e]I[0xfa]3e[0xee][0x97][0xdc][0xb5];[0xb6]kn0[0xe4][0xeb]3BTd[0xc2]yz[0x99]n[0xc8][0xd6][0xe7][0x85]Q[0xe6][0xdb][0xae][0xd8]X[0xc][0xe]d[0xd3]'j.[0xfb][0x86][0xcf][0xe5]m[0xc8]\[0xab][0xc2]3[0x9c][0xac][0xde][0x8]L[0xce]x[0x7][0x8][0xc]WZ[0xa2][0xe9][0xaa][0xd2],8[[0xee][0x6][0xa7]Zy[0xd6][0xba][0x1f]u[0xb1]YZ][0xa7][0xcb]k[0xd1][0xb3][0xb8][0xcf]=_[0xa6][0xe9][0xb1][0xf3][0x94][0x17][0xa6][0xe0][0xa4]Y[0x8]4[0x6]R[0xe9]f:[0x89]M[0x83],[0x91]i[0xf1][0xe4][0xf8][0xb6][0x82][0x7][0x84][0xb2][0xec]V[0x84][0xc9][0xe7]-[0x99][0x81]][0x7][0xe9]|C*S[0xc1][0xcc]9[0xa6][0xed]z[0x96]S[0xac][0xfa][0xa1]a[0x5][0xf]5[0xf4]aPC/[0xce]j[0x18][0xc2][0x17][0x1a]Fq[0x9d]J%b[0xa5]$[0xc7]%[0xca]#[\r][0x8f][0xf1]D[0xc1][0x97][0x1a][0xbe][0xc2][0xd7][0x1a][0x9e][0xe2][0x99][0x2]C[0xc3]*L[\r]k[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]k([0xa2][0xa4][0xc0][0xd2][0xb0][0xe]J[0xa2][0xc9][0x88]|[0xc][0xa9][0xe3][0x81][0xf][0x12][0xf3][0xde][0x3][0x12]M[0x4][0x85]w?[0x90]+[0xb0][0x19]nF[0xe2][0xa1][0x80]7[0xa9][0x86]#[0xd2][0xc3][0xaa]f8Ov<[0xb4][0xfc][0xd2]l[0xd8][0xda]k[0xed][0x8b][0xe2]zz[0xfb]<[0xb1][0xed][\r][0xa4][0x8e][0xb5][0x1f])~[0x1a][0xb1]#S[k!i%[0x83]j[0x98]&[0xf7][0xbc][0xe4][0xf8][0x18][0xf5][0xc0][0xdf]"[0xbf][0x0]Z[0xae][0xae]H[0x11][0x8a]Z[0x93][0x13]Q[0xd8][0x18][0x86][0x8a][0xdc][0x9f][0xa5][0x1e][0xee][0x8b][0x8a][0xe9][0xbb]bF[0x14]+[0xe1][0xce][0xb9]T[0xba]Iu[0xd6][0xa2]8&[0xa3]x;j[0x14][0xd3][0x8f][0xa9][0xeb][0xd7][0x8e][0x92]M[0xc4]K[0xa5]n[0x4][0x8b][0xbc][0xeb][0xe7]+6[0xe5][0xf9]`[0xaa][0x89][\r][0xf2].5[0xb2][[0xf6][0x98] [0x18][0xae][0xa6]N[0x8e][0xd2][0xa1][0x1a][0x19][0xf9]T%jk[0x4][0xbd][0xe4][0xd8][0xbb]ua[0xa1][0x83]G:[0x99][0xe0][0xcf][0xe5][0xbb]N[0xaf]S![0xf0]7[0xfe]W[0x81][0xde]7[0xe][0xdf]^[0xa0]g[0xc3]1[0xc9][0xd5]kM]k[0x16][0xf1]T[0xab]![0xc6]%[0xfa]B[0xeb][0xa1][0x8f][0xbb]Xo[0xaf][0xec][0x84][0x0][0xcd][0xd4][0x16]I[0xd2]N[0xbf]![0xbc][0x86][0x18][0xce][0xd3]j[0x85][0xe6]8[0xcd][0xbd][0x99][0x91][0x17]`[0x99][0xeb]/[0x10][0xcb][0x8c][0xbe]D[0xdb][0xf]$k[0xc3][0x5][0x1a][0x13][0xf4][0x9d][0x1][0xfc][0x8d][0x8b]4[0xe][0x92]6[0xe9][0xe2]u[0xbc][0x9][0x4][0xab][0xb7][0x88])[0x86][0xcb][0xb4][0xd6][0x2]=)[0x19]&[0xc9][0x15]Z[0xc7]I[0x92][0xa4][0xf1]*[0xde][0xe][0xd9][0xee]J[0x8b][0xe8][0xc7][0x1a][0xe1][0xaf][0x83]g[0x87][0xf0][0x14][0x1a][0xa4]h[0xac][0xc1]KI[0x9a][0xc6]L[0x0]4B+j[0xee]4J[0xf0][0xfb]D[0xd5]Vu[0xe5]%[0xe2][0x8b]?[0xa3][0xfd][0x91]t%[0xf1]}[0xa0]+[0xb9][0xd4][0x0][0xff][0xf][0xe2][0xfc]3[0xe0][0xbb]T[0xd5][0xaf]s[0xe7][0x6]tBK[0x90][0xe6][0x18]}[0x17][0xcb][0xd0][0xbc][0x83]wC[0xfc]\[0x88][0xdf][0x9d][0xf9][0x11]l[0x84][0x86][0xd8][0xe8]>[0x94][0x1a]z[0xd5][0x93][0xbf][0xea][0x90][0xbb][0xf][0x91][0xbb]Cd[0xb9][0x9a][0xc0]M:A[0x9f][0xc7][0x98][0xc][0xc3][0xb2]J[0xb3][0xb4]lX[0x82][0xee][0xa1]#'[0x19][0xf6][0xd1][0xf9][0x1d][0x94][0x91]}[0xa8][0x99]=[0x9c][0xd9][0x83]6[0xb2][0x87][0xae][0x1a][_pm[0xff][0xa0][0x3][0xaf]h[0xfd]/[0x6]Y[0xac].[0x86][0xc3]!s[0x7][0xe9][0xbe][0x8f][[0xc4]vp![0xb7][0xc9][0xb2]l[0x80]2[0x85][0xf][0x2]Y?[0xa6]q[0x8e]V[0x17]h[0xa7][0x9f][0xa2]8[0x0][0xf9][0x9f]@[0xf5][0xaf][0xbd]:[0xfd][0x7]PK[0x7][0x8]wd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.class[0x9d]U[O[0x13]A[0x14][0xfe][0x86][0x16][0xb6][0x94][0x5]J+E[0xf0][0xc6][0xa5]J/[0xc0]V[0xe4]"[0x17][0xd1]Z[0x8a][0x92]T4[0xa1][0x81]D[0x9f][0x96]el[0x17][0xb6][0xbb][0xcd][0xee][0xb6][0xc0][0x1f][0xf1][0xc1][0xbf][0xe0][0x93][0x89]E[0xe2][0x83]?[0xc0][0x1f]e<[0xb3][0xad]BB[0x89]M[0x9b][0xcc][0x9c]3g[0xcf][0x9c][0xef]\[0xa7][0xbf]~[0xff][0xf8][0x9][0xe0]1^[0xf7]"[0x88][0x84][0xd8][0x92]bK[0x89]m&[0x88]>[0xcc][0x6]1[0x7]%[0x88][0x8][0xd2]A[0xd2][0x9b][0xf][0xe2][0x9][0x16]$,JXb[0x90]k[0xaa][0x11][0xd3][0xac]r[0xc5][0xe0].gX[0xca][vQ9[0xaa][0x9a][0xba][0xab][0xf0][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xf5]27][0xd5]P[0xdc][0x12][0xb7]l[0x9d];[0x8a]n[0xba][0xdc]6I[0x92]q[0x1c][0xbd]h[0x8a][0xcf][0xce][0x1a]CP[0xd8])s[0xb7]d[0x1d]2$[0xae]X[0xb1][0xab][0xa6][0xc9]mG)[[0x87][0xdc]P[0xb6]l[0xb5][0xcc]O,[0xfb][0xf8][0x8d][0xa7]J[0x17][0x87][0xc4][0xc5][0x8f]6wJ[0xdb][0xa6][0xe3][0xaa][0xa6]F^[0x84][0xf3]GjMU[0xc][0xd5],*o[0xf][0x8e][0xb8][0xe6][0x92]b[0x8f][[0xd2][0x9d]XZ[0xc2]S[0xf2][0xba] [0xdc]9[0xcb][0x98]Z[0xc9][0xb2][0xe9][0xb8]-0[0xb2][0x86][0xea]8[0xdc]aX[0xfe]o[0x10][0x85]&[0x13][0xbb]jG`[0xac][0xeb]ti[0x83][0xe1]K[0xbc]C[0x1b][0x9d][0xe5][0xaf][0xed]|]OLb[0x8f][0xc1][0x9f]%e[0x86][0xc1][0xbc]n[0xf2][0x9d]j[0xf9][0x80][0xdb][0x5][0xf5][0xc0][0xf0][0x12]ii[0xaa][0xb1][0xa7][0xda][0xba]87[0x85]~[0x91]H[0x6]0[0xac]t[0x16]dl" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0x14][0x88][0xd6][0x9e]n[0xb3][0x0][0xf4][0xba][0xe9]f[0xcd]:[0xe6][0xb9][0xd3][0x8a]h[0xe7][0x1a]7[0xce]h[0xea][0xe2][0xd7][0xad][0xb6][0x2]j[0x15][0xbc][0xdd][0x80]1[0xe][0xf1][0xf6][0x3][0xfe]PH[0x8c][0xc]@[0x94][0xa6][0xc6][0xa3]48[0x1e][0xa5]y"[0x8d].Z#[0xb8]Mt[0x94][0xb8]M[0xa2][0xdd]D[0xc7][0x92][0xa9]:Xr[0xa6][0x8e][0xae][0xe4]l[0x1d][0xbe][0xe4][0xa8][0xbf][0xe][0xf2];[0xba][0xbf]zw[0xc6]h[0xef][0x81]xF[0xfa]p[0x87]xY[0xf0]$[0xbd][0x8b][0xfb]D[0x1f][0x8]d[0x92][0x8c][0xd3][0x9a][0xc0]d[0xd3]v[0x9]>[0xf]-[0x96][0xfc][0x86][0xae]s[0xf4][0xe4][0x89][0xb2][0xb]H[0x9f]![0xa5].[0x10][0xa0][0x93][0x8f][0x96]?u[0x8e][0xde][0xfd]K[0x94][0xa8][0xf0][0x87][0xc9][0x8][0xb0][0x1][0x84][0xd9] [0xa2],[0x8c])[0x16][0xf1]P[0xa3][\r]{M[0xd4][0x0][0xd1]):[0xb1]+[0xf8]><[0xf4],=[0xc2][0xb4]'[0x8b] [0x8e]a[0xe2][0xc2]$[0x8b]`[0x19][0xb7] [0xfe]([0xbd][0xdf][0x1f]PK[0x7][0x8][0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.class[0xcd]W[0xeb][[0x14][0xd7][0x1d]~[0xcf][0xb2]0[0xcb][0xec][0x80][0x8][0xa2] B[0xd6][0x6][0xe2][0xba][0xb],^[0x92]VQ[Dm1[0x88][0xa4][0x10],Ik3[0xee][0xe][0xec][0xe8][0xec][0xc][0x9d][0x99]U[0xb4][0xd7][0xa4]i[0x9b][0xf4][0x92][0xde]/[0xda][0xfb]U[0xd3][0xa4][0xad][0xa6][0xb2]hh5[0xe9]%il[0x92]^[0x9f]~[0xe8][0xe7][0xfe][0x1d]mgfvwv[0x81][0x87]u[0x9f]~([0xfb][0x9c][0xe7][0xc3][0x5][0x11][0x1f][0xc4][0x87][0xf8][0xd6][0xf][0x8b][0xf8][0x8]>[0xca]g[0x1f][0x13][0xf0]8_~B[0xc0][0xc7]E4![0x1b][0xc2][0x93][0xfc][0xf9][0x9]>|[0x92][0xf][0x9f][0x12][0xf1][0x14][0x9e][0xe6][0x7]>[0xcd][0xf]|[0x86][0xf][0x9f][0xe5][0xaf][0x9f][0xb][0xe3][0x19]|>[0x8c]/[0xe0][0x8b]|[0xf8][0x92][0x80]/[0xf3][0xe5][0xaf][0x8][0xf8][0xaa][0x88][0xaf][0xe3][0x1b]""[0xb8][0xc8][0x87]K\[0xb1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0x96][0x88][0x1e]|[0x9b][0x9f][0xfa][0x8e][0x80][0xef]r[0xa9][0xdf][0x13][0x11][0xc5][0xf7]E[0xfc][0x0]O[0x84][0xd1][0x88][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xb1][0x80][0x9f]0[0xd4][[0xd9]dR[0xb1],[0xc5]b`#[0xc][0xa2][0xad]X[0xf6]1[0xc5]N[0x1b])[0x86][0xed][0xa3][0x86]9[0x9b]8[0x9d][0xd5]U;afu]1[0xad]D[0xc6]H)Z[0xe2][0x88])g[0x94]s[0x86]y[0xc6][0xdd]:H@[0xfc][0xe0][0xb0]&[[0x4]t[0xef][0xaa][0xe7]&[0xf3][0x9b][0xe8]D[0xf3][0xcc][0x88]~V[0xd6][0xd4][0xd4][0xb8][0xcc][0xd1]l[0xda][0xc5][0xd0]4zZ>+'[0xb2][0xb6][0xaa]%FU[0xcb][0xe6][0xc8][0x13][0xea][0xac].[0xdb]YSa8X[0xf6]y[0x9f]O[0x92][0xaa][0x13][0x84].k[0x89]![0xcb][0xca]f[0xe6]l[0xd5][0xd0][0xa7]TC[0x93]m%ux>[0xa9]8[0xb][0x83][0x7][0x8][0xb0]n[0x9f]J[0xfb][0xf]0[0x1c][0x8f]Vl`[0x5][0x16]m[0x9f]b[0x8][0xe][0xd3]"[0xc3][0xba]QUW[0xc6][0xb2][0x99]S[0x8a]9)[0x9f][0xd2]h[0xa5]y[0xd4]H[0xca][0xda][0x94]l[0xaa][0xfc][0xdd][[0xc][0xda]i[0x95]l[0x96]&[0xd3][0x8a]a[0x9e][0x1f][0xd2][0x93]i[0xc3][0xa4][0xd7][0x11][0x8e][0xef]`[0xf2][0xa8][0xbc][0xd5]'Z[0x99][0x9f]SL5[0xa3][0xe8]6[0x99]i[0xf3]S[0xaa]b%&[0xbd]I[0xb7][0x1f][0x87][0xec][0x94]f[0x15]{[0xb2][0x18][0x95][0x9e][0xe8][0xea][0xf1][0xf4][0xc7]%[0xa4]PT[0xb2][0xe4]6[0x86][0x9a](7[0xaa]%-[yh[0xdd][0xb0]e[0xee]H[0xca][0x96]G([[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xb5][0x4]\fXO[0xa8]'T;M[0x11][0xa0][0x98]q=[0x19][0xf6]D[0xd7]4[0xc0][0x1f]9[0xef][0x9c][0xeb][0xce][0x96][0xb9]|j[0xf8][0x11][0x1f][0xa8][0xe][0x90][0xa1][0xc3]SoDO[0x1a][0x99]9[0x8d]p[0xfd][0xb0]u[0x96][0x91]5[0x93]d[0xf5][0xfd]k[0xe2][0x8f][0x1b]6[0xad][0xa8][0xb2]V[0xec][0xe4][0xc3].[0xb2]u[0xc2]i[0xe]GT[0xde][0xb7][0x1b][0xf2][0x96][0xf4]sp[0x9]S8!![0x5]E[0xc2][0x1e][0x1c][0x96][0x90][0x0][0xf9][0xa3][0xa5][0xd8][0x6][0x86]LS>[0xcf]o+[0x9][0xf7][0xe3][0x1][0x89][0xa8][0xc4]N[0x9][0xbb][0xb0][[0xc0][0x15][0x9][0xcf][0xe2][0xa7][0x12][0xe]bX[0xc0]s[0x12][0x9e][0xc7][0xcf]$[0x1c][0xc5][0x83][0xc][0xf7]U[0x16]m[0x9]?[0xc7]/[0x18]6[0x15][0x8d][0x9c][0xb0]MU[0x9f]=[0x98]U[0xb5][0x94]B[0x89][0xfb][0xd0][0x98]rV1#3FVOE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xd4][0x8a][0xd8]i[0xd9][0x8e]X[0x94][[0xd6][0x8c][0xaa][0xa4]"n[0xc1]F[0xe4]B}X[0xfd][0x91]H[0xbe]F[0xfc][0xcb]{#[0x12][0xae][0xe2][0x1a][0x1f]^[0x90][0xf0]K\[0x17][0xb0] ![0x87]E[0x9]7[0xb8][0x3][0xc6][0xf0][0xa0][0x84]I>[0xdc][0xc4][0x8b][0x2][0x96]$[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0x16]pK[0xc2]m[0xfe][0xf9]%[0xbc]LE]E{[0x95][0xf0][0x1b][0xfc][0x96].[0xc3][0xaa]r[0xac][0x9b]B[0x9][0x1][0xbf][0x93][0xf0]{[0xbc][0xc2][0x83][0xf4][0xaa][0x84]?[0xe0]5[0x9][0x87]p[0xb8]j[0xcc][0x9d][0x1c][0xe8][0x8e][0x84]?[0xe2]u[0x86]C[0x15][0xe7]fIw![0xfb][0x14][0x93][0xfb][0xd5]i3[0x12][0xde][0xc0]u[0x8e][0xfa][0xa6][0x80]?I[0xf8]3[0x14][0x1][0xa1][0xeb][0xa8]*[0xfd][0x18][0xb6][0xae][0x99][0xe6][0xf9],-mT[0xc][0xdb]*,I[0xe2]fD1[0xf2][0xf3]-[0xc4]/[0x8a]p[0xa6]2[0xa3]Q[0xb5]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]qw5[0xe5]K[0xb5]&k[0xda][0xc3][0xba][0xec],)$%[0x1b]]]H%$[0xad]Z[0xee][0xd0]@[0x96][0xfa][0xe9][0xcf]n[0xbf][0x1e]y[0xec][0xe2]J[0xb1]u'[0x8a][0xa7][0xf8][0x15] [0xcf][0xcd]):[0xd9][0xd1][0xe7]?[0xef][0x16]m[0x9]@I[0x1d][0xf][0x96][0xed]/t[0xb2][0xd5][0xf7][0x87]l[0xc3]]"J[0x12]][0xbe][0x91]v4[0x15]=[0xe1][0xe6]![0x11][0xd2][0x19]Y[0xd5][0xe8][0xfe]ZI[0xb7])Nb[0xac][0xe1][0x2];[0xe9][0x98][0xcb]W[0xa9]u[0xc4]0[0xc7][0x94]y[0xdb][0x1f][0xa6][0xe6][0xbc]L?[0x93]o,]!%U[0x8f]![0xd1][0xa5]Ur[0xc0][0xc7][0x9c][0x9a][0x97][0xaf][0xd2]UI[0x94][0x94][0x8b]$[0x95]u[0xe7]Qjc[0xe1]J[0x15]][0x8d][0xdc][0xad][0x99][0xb5][0xaf][0xa8][0x95][0x88]][0xd5])[0xb3]j[0x1][0xfa]H9[0xe7][0xe8]GIo[0xef][0xb5][0xa5][0xc4][0x8c]<#[0xbc][0xea][0xbb][0xb5][0x1c][0xab]z*[0x1e]v[0xaf][0x88][0x83][0x9a][0x91]$[0x82]2V9[0xf5][0xac][0xec][0xba]}[0xee]@[0x1f][0xee][0x86][0x15]TL:V$x5r*UV&[0xf9][0xaf]D[0x8e][0x4][0x8a][0xe9][0x18][0xc1]0[0xec]_[0x99]6.[0xaf][0xae]U[0x88]d[0xdb]j[0xad][0x8e][0xfa][0x91]C[0x16][0x87][0x92][0x9c][0xbe][0xf2][0x82][0x8b]V[0xea]>lE[0x1f][0xfa][0x1][0x4][0x11][0xe0]T[0x85]f[0xcd][0x9c][0x92]8Ob%[0xf4][0xc]p[0x9e][0x2][0xba][0x19][0x9d][0xf9][0xdb][0xd0]@[0xf3]=[0xd8]K[0xe3] [0xad]|[0x0]5[0xf4][0x3][0xee][0x89]-[0xa2]&V[0xb3][0x80]`l[0x9][0xb5][0xd3][0x8b][0xa8][[0x80][0x10][0x8b]/ [0x14][0xeb]]@[0xfd]5[0xe7][0xf0]>[0x1a]7[0xa3][0x8e][0xc6][0xab]$[0xf0]Y[0xd4][0x13]a[0xd9][0x80]kh[0xc7][0xb][0xe8]"[0xfe][0xb0][0x9f][0xbe]D\8[0x1c][0xc0][0x10][0xe0][0xcc][0xb8]:[0xcc][0x99]q[0x85][0x2][0xf4]#[0x86][0xe4][0x89]O[0xd0][0x93][0xab][0x8d]]G[0xfd][0xd5][0x82][0x90]:g1[0xe7][0x0]J[0xee][0x6][0xf][0x90][0xf1]k[0x9e]v[0xf1][0xc3][0xcf][0x90][0xa8][0x0]=[0x8f][0xc6][0xe8]t([0x7][0x91]l[0x8][0xdf][0x80][0x94]C[0x3]_hAc[0xe][0xeb]^[0x81][0x10][0xbc][0x8c]`[0xcd]>Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^B[0xa4][0xe3]"[0xb6],[0xa1][0x89],\[0xdf][0xdc][0x9c]C[0xb]-[0xb]9l[0xc8][0xa1][0xf5][0x6]6[0x16][0xcd][0xdc]H[0x12][0x81]%[0xf2][0xe2]m[0xf4][0x10][0xd3][0x19][0xc0][0xcb][0x18]![0xc6][0xb1][0xdf][0xf9][0xe6]H[0xf5]4[0xea][0xa1][0xdf][0x11][0xbc][0x93]4{[0x97][0x13][0x7]F[0xfb][0x82][0x9c][0xf7]yZ>[0xec][0x98][0xc][0xb4][0xc6]s[0xd8]t[0x9][0xe1][0x18]=[0xdb].[0x93]_[0xe9][0xd9]^[0x14][0xd8]L[0x87][0x80][0xd7][0x88][0xd9][0xdc][0xc1]:[0xbc]N~}[0xd3]'[0xac][0xb5][0xe0][0xcf]V[0x8c][0xe2]X[0x99][0xb0][0xb1][0x82][0xb0][0xb][0xe4][0x12][0x8e][0xc3][0xc1]7[0xdf]D[0x7][0xc3][0xb1][0xde][0x9b][0xd8][0xc2]p[0x11][0xed]4[0xe9]ddJ[0xd7]X,[0xde][0x97][0xc3]=[0xe4][0xa6][0xcb][0xff][0xf9]WQ[0x83]F'rC'[0xfe][0x8e][0xed][0xf8][0x87]#=Fh[0x9d][0x14][0xe7][0xe3][0x18][0xa7][0xaf]"[0xc5][0xf0]![0xbc][0xdb][0xd1](V[0xd0]([0x86][0x89]e[0x1a]M[0x16]4[0x9a] G[0xf2][0xfd][0x1d]K[0x88]L[0xc7]x[0x84]r[0xd8][0x1a]_[0xc4][[0xdc][0x98][0xdd][0x9b]CwQ[0x5][0xd1][0xd9][0xfa]Olf[0xb5]>[0xe3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]:[0xc8][0x9b][0xa5][0xa2][0x2][0x9c][0xaf]{[0xc9]4Iy[0xc3][0x8d][0x97][0x96][0xd0]3[0x1d][0xeb][0x8d][0xf7]-[0xe2][0xbe][0xb2][0x9c]b[0xf5][0x5][0xb3]xf[0xe5]q%[0xbc][0xc7]KR[0xc9][0x91][0x10]pf[0xd3]x[0xc4]q[0xe7][0xa3]x[0xaf]'[0xe1][0x90][0x17]K[0x89]gM[0xfc]&[0xb6][0x5]p[0xa2]L{[0xd6][0x86]0k[0xf7]i[0xef][0x97][0xf2]>[0x9c]$[0xa4]'[0xf1]~<[0xe6][0xb9][0xe7]$[0xb9][0x87][0xbb][0xbd][0xad][0xf7][0xd6]%[0xd4][0xc6]o/!:[0x1d]w][0xb3][0xbd]w[0x11][0xb1][0xdb][0xa5][0xe1]a[0x9d][0xa8]e][0x10]X[0xc4]Wlm[0x5][0x9]m$Av[0xec]h[0xc3])$[0xe9][0xa4][0xdf]S[0xf4]O[0x8d]g[0xc7]I[0xcf][0x8e].[0xaf]p[0x9c]R[0x89][0xbf][0x84][0xc6][0xd1][0xf8][0xab][0xa8][0xad]y[0x9e]L[0xeb]e[0xf4][0xf]LIr[0xb2][0x1e][0xac]g[0xdb][0xd0][0xca][0xa2][0xd8][0xc4]b>[0xb][0xbb]<[0xf9][0xeb][0xa9][0xb7][0xcc]`[0x96]d[0x4][0x91][0xa6]*ue[0xed]![0x1d][0xb9]F[0xe1][0xd8]4U`[0xf0]1j1[0xe5].[0xeb][0x87][0xc8][0x12][0xbe]b[0xf][0xbb][0x80]M![0xa8]8[0xbd][0xac]S,"P[0xd4][0xcc][0xed][0x14]WJ:[0xc5][0x19][0xef][0xb0][0x86][0x8c]wx[0x9c]4[0xe2][0x11][0xa7][0xa2][0xeb][0xa5][0xac]`[0xe5][0x9d][0xe6][0x8a]/+B[0xee]yg[0xa6]{Y[0x11][0x82][0xe1]eE[0x8]sNV[0x4][0xa8]sr[0xc][0x13][0xef]p[0x9a]b[\r][0xf5][0xe1][0x1f][0xe1][0xed]T*[0x11][0xb8]=[0xee][0xe3][0xbf]PK[0x7][0x8]r[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/experimental/theories/Theories.class[0x9d]W[0x9]x[0x14][0xe5][0x19]~'[0xd9][0xdd]I6[0x13][0x81][0x84][0xc3][0x80][0xe0]"[0xa8]9[0x88][0xab][0x14][0xb1][0x12][0x94][0x86]p[0x18][0x9b][0x4]j[0x10][0x5][[0xeb][0xb0];I[0x6]6;[0xcb][0xec],[0x10][0xc5][0xaa][0xa8][0xb5][0xb6]V-Z[0xab][0xd4][0xab]VM+=[0xb4]G"[0xd2]R{ik[0xb5][0x97][0xbd][{[0xd8][0xfb][0xbe][0xef][0x83][0xbe][0xdf][0xec][0xec][0xec][0x99][0x18]$[0xf][0xff][0xfc][0xf3][0xff][0xdf][0xf9]~[0xc7]|[0xfb][0xcc][0xff][0x9e]8[0x2][0xe0][0xc]E[\r]c5[0xde]([0xcb][\r]at[0xe2]M[0xb2][0xdc]([0xcb][0x9b][0xc3]X[0x8e][0xb7][0x84]q[0x13][0xde][0xaa][0xe2][0xe6]0n[0xc1][0xad]*[0xde]&[0xcf][0xfd]a[0xdc][0x86][0xdb]U[0xbc]][0xc5][0x1d]a[0x1c][0x87]w[0xd4][0xe0]Ny[0xde]%[0x97][0x7]j[0xf0]Ny[0xb9];[0x8c]z[0xdc]S[0x87]{q[0x9f][0x90][0xdf]_[0x83]w[0x89][0xac][0x7][0xc2]x7n[0x95]e[\r][0x1e][0x94][0xe7][0x1]Q[0xf6][0x90],[0xf][0xb][0xf5]h[0x1d][0xde][0x83][0xf7][0xca][0xf2][0x88][0x8a][0x83]*[0xde][0x17][0xc6]"aX[0x84][0xf7][0xcb][0xf2][0x1]Y>([0xcb][0xa3]a,[0xc1]ca[0x9c][0x8d]Q[0x15][0x1f]R[0xf1]ay[0xff]H[0x1d][0xda][0xf1]Q[0x11]6&[0xda][0xc6]k[0xf0][0xb8][0xaf][0xa0][0xb6][0xdf][0x1c]L[0xea]N[0xc6]&[0xcb][0x9c]2[0x7][0x85]G|[0x9c][0x17][0xb3][0x12][0x9]#[0xe6]t[0xd3]^SO[0x98][0x97][0xeb]"a[0xad]m[6[0xed]j[0xf4][0xf8]2[0x8e][0x99][0x88][0xf6][0x98]i[0xc7][0xe5][0x9][0x19][0xde][0xf5][0xf4][0xd2][[0x5][0xa7][0x96][0x1c][0xad],P[0xbc]i[0xc8][0xb6]v[0x8b][0xf][0x1d]bok[0xa9][0xec][0x89]HE[0xe5][0x9c]][0xb4]-[0xae];[0xc6][0x1a][0xdd][0xd1]7Zf[0xd2]Yg[0x1a][0x89]8m[0x8][0xe][0xc8]FAS[0x1][0xb7]m[0xc][0x88]OQ[0x97][0x86][0xaa][0x2][0xba]m/V0[0xf7][0x92][0xc9]h[0x12]F[0x92]4J[0xb7][0x82]*[0x93][0x9b][0xd0][0x80][0xa7][0xe0][0xf8]2[0xd5][0xbd][0x86]3d[0xc9]Uh[0xd8][0xdd]Qr[0x5][0xc1]Y*J[0x9e]WI[0xad][0xab][0xe][0xe7][0xa4]5[0xe6][0x14]u1[0x84][0x8e][0x9d][0x89]9[0x92][0xb3][0xfe][0xe9]&#[0x9d][0xd7][0x1c][0xd6][0x93]I[0xcb]qc[0xa5]`[0xf9]K[0xa6][0xdc]F[0xdd][0xd6][0xa9][0xc7][0xb0][0xd3][0xfd][0x99]T*a[0x1a][0xf1][0xd5]#[0xd4]][0x9b][0xce][0xa7][0xc8][0xb2][0xa9][0xb][0xf1][0x13][0xab][0xc3]OF7[0x88][0xdd][0xbc][0xd3]i[0xb4][0xa0]i[0xe8][0xb1]![0x5]-[0x5]B[0xed][0x8c][0x14]_::[0xcc][0xa2]JD[0xd7][0x89][0xac][0xdd][0x96][0xbd][0xc3][0x7][0xa2])[0xe7]h^O[0xd6]V[0x82][0xb0][0xb8][0xbc]@+%f8%[0xac]R*[0x84][0xa8][0xe1][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "EU[0x9f][0xf6]dve[0xb]O[0x8b][0xe5][0xb1][0xe6]k[0xa4]R[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]A[0x9][0xb3][0xca][0xc4]f[0xcb]o}[0xd9]q[0xdb]1 [0xea]Y[0xe5][0x16][0xc6][0xa2][0x97]0"[0xab]ogyI[0xbf]<[0x85][0xc7]P[0x85][\r]1k8[0x95])I[0xc5][0x86][0xe6][0x96][0xf2]6P[0xe7][0x14][0x92][0xd4][0xbb][0x6][0x8c][0xf8][0xef][0xe5]:[0xa7][0x9a]&[0xe2][0xf9]9e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x8d][0xbf].[q[0xab][0x13]Vl[0x87][0x82][0xbe][0xe6])3O[0x9c][0xcd][0xfd],EC[0xc0][0x96]>[0xdc]oe[0xec][0x98][0xb1][0xce][0x94]^][0x9f]k[0xf6][0xa7][0x89][0xc5][0x1a][0xd6]b[0x9d][0x86]M[0xb8]P[0xc3]VYb[0xb2]<[0x83]/hx[0x16][0xcf][0xa9][0xf8][0xa2][0x86]/[0xe1][0xcb],[0x9b][0x97][0x8a][0xa3][0xdf][0x8a]T|E[0xc3]W[0xf1]<[0xdb][0xe9][0x94]y[0xd2][0x1a][0xbe][0x86][0xaf][0xab][0xf8][0x86][0x86]o[0xe2][[0xfc][0xbe][0xe5][0x3][0xee][0xf6]}v[0xdb][0xfc]I[0xbf]c[0x9b][0xc9][0xc1][0xd5][0x19]3[0x11]7l[0xb1][0xff][0xdb]l[0xfb][0xbe][0xa8][0x88][0xdb]$#[0x1a][0xbe][0x83][0xef]j[0xf8][0x1e]^[0xa0][0xb4][0xc8]p&[0xed]D[0xb6][0x19][0x91][0xb4][0xf4][0xa7][0x98][0x86][0xef][0xe3][0x5]a[0xfc][0x81][0x8a][0x1f]j[0xf8][0x11]^[0xd4][0xf0]cW[0xad]O[0x98][0xca]lK[0x8][0xe1]O[0xf0]S[0x15]?[0xe3][0xd7]0/?[0x1b]**[0xf8][0xb9] [0xb5][0x17]Wj[0xf8][0x5]~[0xa9][0xe2]W[0x1a]~[0x8d][0xdf]h[0xf8]-~[0xc7]o[0xce][0x14][0x3][0xa8][0xe0][0x94])}[0x9b]G4[0xfc][0x1e][0xd0][0xf0]G[0xd1][0xf9]'[0xd9][0xfd][0x19][0xd1][0xf0]W[0xfc]M[0xc1][0xd2]c[0xef][0x92][0xec][0xad]/[0xa7]?k[0xf8];[0x9e][0xd7][0xf0][0xf]<[0xa7]a'[0x88][0xfd]?[0xf1]/V[Y[0x9]G[0x14]tg[0xa1][0x1c][0xd2]w[0x19][0x11]+[0x99][0x18][0xe1]bD[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[[0xa4][0xd9]0[0xa9][0xcb][0x8e][0x18][0xc3])[0x87][0xb7]v[0xc4][0xd1]w0[0xac]Yb="[0xf5][0xec][0xb6][0x90][0x16][0x15][0xff][0xd6][0xf0][0x1f][0xfc]W[0xc1][0xc2][0x89]@[0xf5][0x89]U[0xfc]O[0xc3]Q[0xbc][0xa8]`M[0x91]2[0xd7][0x16]*0"[0x9e]V~[0xa9][0x86]\m6u[0xa5][0xb9]K[0x18]y[0x95][0x11][0x93][0x9c]z2F[0x98][0x1a][0xf3]U[0xdd]i[0xdb][0xfa][0x88][0x94]63[0x87]]ZQ[0x94]*M[0xa9]V[0x2][0x9a][0x12]T[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0x9c][0xea][0x8c][0xb5][0xb8]p[0x0][0x14]Y![0x5][0xcd]Se."[0xcd][0x81][0xe0][0xb6][0x8d][0xf3]/[0xe4][0xd1]2[0xd7][0xfe][0xb][0xdc]s[0x5]m[0x13][0xe1]Ua[0xb2][0xa2]G[0x83][0x86][0xe3]C[0xa0][0xe0][0xe4][0xe6][0x89]{[0x8b]O[0xd6][0x91]e;[0x9f] yl[0x8d][0xb9]NX[0xf4][0x8d][0x9b]Vr[0xc4][0x82]"[0xdb][0x1a]#[0x96][0xd0]m#[0x9e][0x9b][0x9b]Nhn[0x99]l[0x1c][0x9a]3[0xc1][0x15][[0x1a][0x85]u" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]L[0x1f][0xcb]*[0xc][0xcf][0x5]'[0xf9]A%[0x9a][0xe7][0xf2]\[0xe9][0xb5][0xe2]&;[0x88]|y[0xab][0x9b][8y[0xcd][0xad]0(y4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xcc]t[0xbf][0xdb]R8^4w[0xb7]lu[0x99]d[0x1c][0xd5]S)#I[0xcb][0xda][0xb]-[0xc9]6[0xae]"S[0x8a]z[0x99][0x8c]^4[0xa1][0x8f][0xc5]$?[0x0][0xca][0xe9]HP[0xe3]X[0xd9]=?[0xfb][0x95]dS[0xf9]q[0xc5]_"[0xda][0xa4][0xc7][0xe3]%[0xe4][0x1b][0xb6]m[0xa7]'[0x1d]b1}[0xd8][0xe8]v;VrAP[0xfc]/[0xe3][0xfc][0xca]Q[0xf1][0x87][0xa4][0xe3]'[0xba]#v[0xb9][0xf9]i[0x3][0x8b]zC[0xb2]x[0x8a][0xac]1[0xbd][0xd9][0x8c][0xbf]+[0x8a]>[0x9f][0x5]3[C[0xf9])1[0x1a][0xd2][0xd3]}[0xc6][0x1e][0xc7][0x5][0x9b][0xe][0x4][0x92][0xee]K1`[0x9e][0x83][0x14][0xe1][0xcf]p[0xae][0x93][0x9b]-3.[0xb4][+[\r]k[0xb]r[0xb4]}[0x96]Ll[0xf9][0x16][0xb8]![0xd9]i[0xf][0xa6][0xb]f[0xfe][0xbc][0xb0]>[0x8b]W[0x9c][%w<[0xb7]O([0xb2][0xa4][0xc][0xb0][0xb0]?[0xe2]R[0xe2][0x19][0xcd][0x13][0x93][0x16][0x82][0xe2]w[0x1f]qi[0xc0]L[0xc6][0xd7][0x18]F[0xaa]0[0xe7][0x83]4-#?[\r]iHW[0xd1][0x4]yR[0xe5][0x0][0x16][0xcf][0x90][0xf3]'%[0xc8][0xd6][0xab][0x8f][0x87]7[0xce][0xce],[0x16][0x9c]+[0xf6][0xe9][0xa5]Q[0x90][0x9f]g;3z[0x82],M[0x85][0xbf][0xb0][0xba][0xb2][0xbf][0xf3][0xa4][0xf8][0x4][0xfd][0xc6]|[0x15][0x17][0xa4][0xdf][0xa2][0x9]k[0xb9]p[0xb8][0xab][0xb5][0x8d]ak[0x97][0xd1][0x99]HL[0xa2]c[0xab][0x14]f<[0xee][0x12]m[0x98][0xfa][0x8c]5[0x85]6[0xd8][0xb2][0x19][0xb][0xd1][0x89][0xd5][0x90][0xb5]Pd[0xa8]B5[0xd6][0xf3]m#[0xaa][0xf8][0x7][0x84]Z[0xdb][0xc6][0xa1]<[0xc6]]5[0xce][0xe3][0x1a]vO[0xbb][0x11][0xc4][0xf9]\[0x81][0xd9]Y*[0xbe][0xbd][0xda][0x95][0x12]B[0xf]z)[0xa9][0x8f]{[0x8d][0xcf][0xec][0xc9][0x6][0xee]6r[0x1f][0xe0][0xf3]5[0xb8][0x80][0xbb]*[0xf4][0xf3][0x8d][0xf3][0x1b]w[0xa2]o[0x9b][0xa7]o[0xba][0xe8][0xab][0x92][0xa5]Z[0x96]@^s[0x3][0xe9]A[0xb9]AJ[0xb]S[0xda]4J[0xca][0[0xdd][0xb7]`:6[0xe3][0xa2]"[0xb][0xe4][0xe4]b[0xee][0xb2]z[0xb7][0xf0][0xff][0xd6][0x9c]^e=[0xe5][0xa9][0x86][0xf0][0xc4]C[0xe0][0x88][0xdc][0xbb][0xe4][0x10][0x16]*tj'7')x[0x12][0x8b][0xfa][0xda][0x1b][0xb1]x[0xc]'?[0x85][0x19][0xed][0xd5][0xb4][0xe6][0x94]v.[0xa7][0x8e][0xa2][0xd6]}kn[0x1f]C[0xcb][0xe3][0xa0][0x80][0xb6][0x15][0x81][0xa6][0x80][0xc7]}[0xba][0xec]\[0xf6]%+[0x82]M[0xc1]F[0x90][0xea][0xb4]'[0xd1].[0xb9][0xf0][0x14][0xa6][0xb5]6[0x85][0xe]![0xca]ap[0x1c][0xa7][0x8f][0x1e]}v[0xf4][0xe8]My[0xf]O#V [0xfe][0xf3]q[0x5]N[0xe5]O[0x99]v\[0x89]3q[0x15]:[0xb0][0x8f][0x98]_[0xcb][0x18]][0xc7][0x8]][0xcf][0xdb][0x1b]p[\r]n[0xf4][0xa3][0xb3][0x9d][0xb1][0xd8][0xce][0xe8][0x85]H[0xb5][0x0][0x9][0xc6]0H[0x1f][0xcf]bL[0x92][0xf4]y>[0x9f][0x16]R[0xd4][0x11][0xc6]n[0xf7]Lp[0xdb][0xe7][0xe3][0xb6][0xaf][0xc][0xb7]}e[0xa9][0xcf]_[0x17][0x1e]n[0xb3])[[0xe2][0xbc][0x97][0x0][0x9c][0xc1][0x94][0xf][0xdc][0x87][0xe8][0x92][0xc2]\\[0xca][0xf4][0xe3][0xdd]+$[0x15][0x97][0x95][0xa4][0xe2]([0xd6][0xb7]W[0x93][0xe0]L[0xc1][0xeb][0xc8]]8[0xbb])P[0xbd][0xb4][0x11][0xcb][0xc7]p[0xd6][0x1],[0x99]P[0xcc]+K[0xc4][0xe4][0x11][[0xe0][0xc6][0xf0]&Zt3[0xb1][0xbb][0x85]>[0xef][0xc7]*[0xdc]F[0xcb]o'Jw[0xba][0x8]-[0xe3][0xed]*[0xac]D[0x1a][0x8e][0xdb]i[0xf7][0xfa][0x9e][0xef]e6[0xf5][0xba][0x1e][0xef]u1[0xa8]"[0xe5]nf[0xd7]nJ[0xef]s+%[0xe0]q[0xee][0xf1]83[0x18][0xf1][0xe9]/[0xf6][0xe9]/'}[0x16][0xab]+H[0xc7][0x9f][0xa0]^&[0xdf][0xc6][0xf3]j>[[0xe][0xe3][0xec]-[0xad][0xe3]X1[0x8e][0x8e][0x1e]i[0x19]nV[0xad][0xec]mc[0xa2][0x9d]C[0xe4]y[0xae]<[0x1f][0xf5][0x1d][0x9b][0xed][0x82]|7[0x3]r[0xf][0xe6][0xe0]^[0x9c][0x88][0xfb][0x98][0x12][0xf7][0xbb][0xe]E[0xb2]B=74[0x6][0xf8][\r]n[0x0][0xe7][0xf0]Sr[0x95][0xeb]F[0x9f]W[0x1e][0xd9][0xbb][0xab][0xfd][0xbb][0xab]y[0x96]5[0xf4][0x1a][0x9e][0xed]cJ)[0xae][0xa1][0x9d]4[[0x92][0xa2][0xfe]0Vmi[0x13][0xb][0xc7][0xf1][0xaa]G][0xc2][0xf3][0xdc]:[0x12][0x9f][0x1f]*[0xa8][0xba]z[0x1f][0xc3]z[0xf6][0x85][0x14][0xef][0xab][0x98][0x9b]B=[0xd6][0xb8][0xb5][0xaa][0x10][0xb9]Nt[0xa1][0xf6][0xff]PK[0x7][0x8]L[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/theories/Theory.class[0x85]P;O[0x2]A[0x10][0xfe][0x86][0x87][0xa7] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8c][0xc6][0x82]h[0xe3][0xc6][0xda][0x8a][0x4][0x8c]&"[0x6]O[0xb][0xac][0x96]s[0xc4]%[0xcb][0x1e][0xb9][0xdb]#[0xf2][0xd7],[0xfc][0x1][0xfe]([0xe3][0x9c]&[0xd2][0x90]XL[0xe6][0x9b]|[0x8f][0xdd][0x99][0xcf][0xaf][0xf7][0xf][0x0][0xe7][0xd8][\r][0xb0][0x15]`;[0xc0][0xe][0xa1][0xe6]2k[0xd3]V[0x14][0xf1][0xd4][0xf3]3[0xa1]xr: 4Z[0xce][0xc5]^{[0x13][0xbb]6[0xbf][0xe8][0xcc][0xfa][0xa2]8[0x89]P[0xb9][0x8f][0xb3]$[0xe2]Kc[0x99]P[\r]_9N[0xe6]gc=[0xd3][0x84][0xbd]~[0xe6][0xbc][0x99][0xf0][0xa3]I[0xcd][0xd0][0xf2]"!%[0x1c][0xdd][0xe4][0x1a]e[0xb5][0x1b])[0xfd]G[0xa8]>{v9[0xba] [0x94]g[0xda]f[0x12][0xda][0xfc]Gz[0x17][[0x13][0xcd][0xc5][0x10][0xf4][0x1f]n[0xc3][0xeb]n[0x87]p[0xb0][0xdc][0x12][0xea]d[0xc4]^[0x94][0xc7][0xcb][0xf9][0x8e][0xe5][0x89]d[0x86][0xf3])[0x8b]h[0xa5][0xdb][0x9][0xaf]zm[0xf9]@[0x9c][0x8c][0xd4]8s[0xc6]+~[0x9b]rbr[0x91][0xb6][0xca][0xe7][0xcb][0x1a]N[0xd5][0xef][0xd6][0x84][0xfa]"[0xb5]7[0x1c]s[0xe4][0x9][0x87]K[0x1f]Z[0x9c][0xa2]I [0x14][0xa4]~[0xce]Y"[0x94]P[0x96]iE[0xa6][0xe2][0x0][0x81]P[0xab][0x2][0xb]XCE[0xfa][0xbe][0xa0][0xaa][0xd0][0xeb][0x8c][0x1a]6[0xb0][0x99][0xc3]'[0x10][0xa3][0x8e][0xc6]7PK[0x7][0x8]e[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/experimental/theories/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.class[0xa5][0x8d]=[0x8a][0x2]A[0x10][0x85]_[0xf9]7[0xee](hf[0xba][0x81][0xb1][0x8d][0xf1][0xb2][0xc1]"+[0x18][0x88][0x81]'[0xe8][0x99]-[0xc6][0x1e][0xda][0xea][0xa1][0xbb]G<[0x9b][0x81][0x7][0xd8]C[0x89]-[0x86][0x86][0xd6][0xa3][0xaa]x[0xc5][0xa3][0xbe][0xff][0xdb][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x89]q[0x86],CN[0xc8][0xf7][0xae][0xf5]%[0xaf][0x8d]e[0xc2][0xec][0xc7][0xda]-[0x1f][0xb][0xf6]a[0xdf]6[0x8d]5[0xec][0x17][0xb5]>i[0xc2][0xe4]WJ[0xeb][0x82][0x91]j[0xcb][0xf1][0xe0][0xfe]2[0x8c][0x8][0xdf][0xce]W[0xaa]n[0xc5]D[0xc5][0xe7][0x86][0xbd]9[0xb2]DmU<[0xb0][0xf3][0x86][0x83]2[0x12][0xd9]K[0xba][0xbc][0xfe][0x9d]/[0x9] [0x8c]7"[0xec]WV[0x87][0xc0][0x81]0}[0xd0][0x94][0xd5]R[0xa9]]Qs[0x19][0x9]_o@[0xf0][0x99][0x10][0x1d]<[0xab][0x9b][0x84][0xe4]z[0xe8][0xa7][0xdd][0xc3] [0xcd][0x8f][0xd4]y[0xca][0xd0][0xc3]M[0x87]wPK[0x7][0x8]p[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.class[0xad]VkS[0x1b]U[0x18]~N[0x92]fC[0x1a].[0xe5][0xd6][0xf4]b][,[0xe1]"[0x1][0x8a][0xd5][0x96]^D([0x88][\r][0x14][0x1]Q[0xc0][0xdb][0xb2]9[0x93],,[0xbb][0x99][0xdd][\r][0xc5][0xbf][0xe2][0x1f][0xf0]k;[0xa3][0xd0][0xda][0xd1][0xfa][0xc9][0xf][0xfe][0x8][0x8a][0xe3]s6[0x1]R[0x92][0x11]F[0x1c][0x86]sy[0xdf][0xe7][0xbd][0xbf][0xe7][0xdd][0xfc][0xf9][0xf7]/[0xbf][0x1][0x18][0x81][0x99]D[0x17]>H[0xa2][0x1b][0x1f]6[0xf1]tG[0xc3][0xdd]$[0xc6]qO[0xc3]}[\r][0xf][0x12]x[0x98][0x84][0x86][0x8f]4L$[0xf0][0xb1][0x86]I[\r]S[0x8a][0xfd][0xe8]<[0x9a]1[0x9d][0xc4][0xc]>Ib[0x16][0x9f]jx[0x9c]D;[0xe6][0x14]o^[0xc3][0x13][\r][0xb][0x2][0xf1]m[0x19][0x14][0xdd][0xbc]@_[0xce][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xcd][0xb2]c[0x5]Y[0xaf][0xec]8[0xd2][0xf3][0xb3][0xdb]n^[0xda][0xd9]i[0xcf][0xd8][0x96]O]ok.[0x84][0x8e]S[0xe8][0x9e]E[0xd8][0x3][0x81][0xc1][0xcc][0xa9][0xa5][0xfa]V[0x4]b[0x93]d[0x9][0xb4][0xe6],G[0xce][0x97][0xb7]7[0xa4][0xb7]ll[0xd8][0xa4][0xb4][0xe7]\[0xd3][0xb0]W[0xc][0xcf]R[0xf7]*1[0x16][0x14]-_[0xa0][0xb3][0xa2]`[0xc1]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xe9][0xad][0x18]v[0x99][0xdc][0xd4][0xac][0xb2]6i[0x1b][0xbe]/[0x89]Z[0xac]qD[0xee][0x96][0xa4]gmK'0[0xec]lP[0x94][0xae]gI?k9[0x14]vH[0x99][0xb0][0xed]9[0xa9][0x8c][0xfb]K[0xe5]R[0xc9][0xb6][0xa4][0xd7][0xd3][0xc8][0x4][0xe3]l[0xcd][0x1b][0x81][0xb1][0xe0]Rr[0xae][0x9a][0xa5]DA[0x6]U[0x7]:3}[0xb9]Mc[0xc7][0xc8][0xda][0x86]S[0xc8]>[0xd9][0xd8][0x94]f@[0x19]AVO[\r]c[0xd6][0xb6]e[0xc1][0xb0]'[0xbc]BYy[0xf4]h[0xd7][0x94][0xa5][0xc0]r[0x1d]B[0xaf]7[0x80][0x99][0xa6][0xf4][0xfd]ZP[0xd2]p[0x1c]70[0xd4]M`[0xe0][0xc4]([0xa7][0xe]<[0xa6]hSP[0xf4][0xdc][0xa7][0x95]dv[0xd5][0xd8]Z> +[0xf5][0x87][0xb6][0x98][0xc4][0x16]F7%}[0xd3][0xb3]J[0x15]{o[0xc6][0xb8][0x14]x[0x96]S[0x18][0xd7][0xf0][0x99][0x0][0x4][0xb6]N_[0xfc]3[0x15]g$[0xec][0x9d][0xc8][0xee][0xb0]ZF[0x4][0x1e][0x9e]Q[0x1b][0x83]^r[0xcb][0x9e])[0xa7]-[0x95][0x99][0x8b][0xf5][0xa0]![0x15]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]pY-[0x8b])\DZ[0xa0][0xed]x[0xb5]5,[0xa5][0xb0][0x8c][0xcf]Y[0xc9][0x93][0xeb]-p[0xf9][0x8][0xb4]Xv[0x2]z][0xc3][0xbc]YvT,f [0xf3]wu[0xa3]*[0xac][0xdb][0xd2])[0x4]E[0xdd][0xf2]u[0xb3]([0xcd]-[0x99]W[0xfe]0[0x19][0xfa]I[0x8d]#p[0xbb]V![0xeb]Z[0xa9][0x84][0xaf]{2({[0x8e][0xcc][0xeb][0x86][0xa3][[0x8e][0x11][0x8a]Y[0xec][0x5][0xfd]`[0x10]t4h[0x14][0x8e][0x87]S7^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xe0][0xcb][0x14]V[0xb1][0xa6]a=[0x85][0xaf][0xf0][0xb5][0x86]oR[0xf8][0x16][0xdf][0xf1][0x95][0x9e][0xa4]e[0xc1][\r]H[0xb1][0x18][0xf][0xbd]*8[0x8a][0xdd]3[0xe9][0x96][0xed][0xfc][0xbc][0x1b][0xcc]Hv[0x98][0x11][0xc8][0xf0][0xfd][0xd5]Dz[0xed][0xdf][0x1]*e,[0xe6][0x6][0x86][0x4][0x16][0xfe][0xef]!!p[0xeb]?[0x84]$p[0xff]L-,[0x10][0xcd][0xa8]7[0xd1]{[0xca][0xf7]'p[0xc1]rv[0xdc]-&[0xa5]d[0xbb][0xbe][0xb5]#[0xed][0xef][0x5][0xee]d[0xea][0xe7][0xd7]z=[0xa9][0xe1][0x94][0xeb][0xca][0xd4][0xcf][0x5][0xe5]Q3;m[0xa2]f`[0x8d][0xd5][0xe2][0xc2]a[0xfd][0x86][0xbe][0xa3][0xd9][0x96]=[0x92][0x1a]W[0xee][0x16][0x1c][0xd7][0x93][0xf9][0xda][0xe1][0xc4]Y[0xb4]^[0xa7]L`[0xfc][0xc][0x99]T[0xd3]5|[0x0]=[0xc3][0xc3][0x9c].[0xbd][0x99]z[0x3][\r][0xf2][0xb1][0xc6]Qpd[0x94]U[0xe5][U[0x9a][0xc2][0xc3][0xb2][0xa7][0x9a]"[0x96]YS[0xd9]Hg[0x1a]N][0xc5][0xd2][0x98][0xa8]y[0x16][0x9]:?[0xe8][0xdd]P[0xf3][0xb4]][0x8d][0x19][0x9e]b[0x88][0xa8][0xd1]C[0xca][0x15][0xde][0xa6]y[0x8b]pO[0xf6][0xef]#[0xd2]?[0xf0]3[0xa2][0xcf]y[0x8b][0xe0]*[0xd7][0x16]D[0xb9]^[0xa1][0xc4]U4[0xe1]-[0xfe][0x81][0xba]B4[0xae][0xe1][0x1d] <][0xa7]V~[0x97]p[0x3]=[0xe4])[0x9d]QNI.[0xf7][0xff][0x84][0xa8][0x88][0xfe][0x8a][0xd8][0x1e][0xce]=[0xcb][0xbd][0x82][0xb6][0xda][0x9e][0xd8]G[0xd3][0xeb][0xca][0xf1]|xT[0x98][0xe]4[0xef][0xa1][0xe5]w4[0xcf][\r][0xfe][0x81][0xb6][0xc1][0x97]h[0xe5][0xb7][0xe8][0x5][0xda]~[0x80][0x16][0xfb][0x11][0xb1][0xe8][0xb]\x[0x85][0xf6][0xd5][0x81]}t[0xbc][0xe]5[0xa7][0xf8][0xd3]#[0x1e][0xee]iz[0xa0][0xf6][0x1b][0xfc][0xaf]x}[0x93][0xbe][0x82]^5[0x93][0xd6]B[0x9f][0xd2][0xa4]\B/o}[0xbc][0xf5]c[0x14][0x3]x[0x8c][0xf7][0xc2]h[0xc6]p[0x8e][0x98]$[0xde]%F[0x10][0xa5]N[0xbd]<[0x8d]R>C|[0x84][0x12][0xc3][0x94][0x19] [0x8d][0xf1]T[0xa3][0x1e][0xc][0xb3][0xa8]2*[0xa8]g[0xa8][0x1a][0xf5]h[0x98][0x5] [0xa1]"[0xda]C[0xe7][0xb3][0xc3]<[0xc6]C[0xfa][0xad][0xd0]b[0xaa][0x82]9[0xae][0xa9][\r][0xb4]>R[0xad][0xc9][0x14][0xe5]T[0x94][0xf1]~F,[0x9e][0x1f][0xd3][0x93][0xe][0xf5][0xe8][0x15][0xc4]a[0x1d][0xe2][0xb4][0x9f][0xe][0xf9]qZ[0x1a][0xb][0xab][0xfa]~(y[0x9b]X[0xb0][0xde]Qv[0xc2][0xc][0xde][0xa6][0xed],w[0xb4]%[0xe8]7rh[0xfa][0x7]PK[0x7][0x8][0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.class[0xcd]Z[0x9]xT[0xd5][0x15][0xfe]o23/L[0x1e][0x10][0xb2][0xe1]D[0x96][0x11]"[0x84]$[0x18]P[0xd4][0x12][0x8][0x12]H[0x82]X T[0x10]Q[0xb4]vL^[0xc2][0xc0][0xe4]M[0x9c]L[0x10][0xac][0x16][0xeb].[0xb6].m][0xa2][0xb6][0xb5]T[0xa5][0xad][0xb4][0x82]K[0x2]R[0xd7]V[0xad]v[0xd1][0xda][0xbd][0xb6]v[0xb1][0xfb][0xbe][0xef]J[0xff]s[0xdf][0x9b][0x97][0x99][0xcc]Db[0xc0]~[0xfd][0xf8]r[0xe7][0xbe][0xfb][0xee]=[0xf7][0xfc][0xff]Y[0xee][0xb9][0xef][0xe3][0xf9][0xd7][0x1f]y[0xc][0xc0]\5+[0x88][0x16][0xdc][0x17][0xc4]2[0xec][0x1e][0xc3][0xde][0xa7][\r]|&[0x8][0x1f]v[0xcb][0xf0][0xfd][0xd2][0xec][0x91]f[0xaf]4[0xf]H[0xf3]`![0x1e][0xc2][0xc3][0x85][0xe8][0xc7][0x80]4[0xfb][0xc][0xec][0xf]b[0x1c][0x1e][0x9][0xe2][0x0]>+[0xcd][0xa3]A<[0x86][0xc7][\r][0xc][0x9f]|[0xf3][0x9c][0xaa]([0xff][0x96][0xd3][0x1b]"[0xa2][0x83][0xc2][0xce][0xb7]f[0xf7]#[0xcb][0xd9][0x4]r[0xa6][0x83][0x9b][0x89]%E[[0xd7][O[jK[0xad]CA[0xd4]}[0xca]L.[0xde][0x9c][0xd4][0xc][0xe6][0x1f][0x85][0x89]9f8[0x19]hb[0x8e]|[0xe5][0xbc][0xd9][0xf5]k[0x89]t[0x4]BE[0x9][0xeb][0x88]5rp[0xb4][0xe9][0xdc][0xe2]VN[0xb3][0xab][0x86][0xcd]I[0xb3]r[0xa5][0x1c][0xc5]5[0x95][0xe9][0xbb][0xc4]bV'[0x95]Ht[0xf6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb1][0xcc][0xa9][0xd3]rLkc[0x1][0xd3][0x93]>[0xa9]$[0xda][0xe3][0x0][0xd0][0xa5]B[0xbc][0xd1][0xde][0xd6][0xda][0xa1]0[0xb3]jCv[0xe][0xcb]v[0xb2][0xb3][0x99]m[0x18][0x11][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x82][0xca]vd[0xf7]0[0xe1][0xc2]IU[0xcb][0xdf][0xe8]uA2[0xee][0xc][0xe9][0xef][0xab]#s[0xe9][0xb2]\*[0xc8][0xf5]-u[0x86]([0x1c]s[0xc8]/[0xb5]N5[0xe5][0xfa][0xb8][0xd5][0xee]UL[0xd3][0x87][0x8d][0x8f][0xf4][0x8f][0x96][0xc5][0xe9]kS[0x85]XA[0xea][0xb0]Q8:#[0xb8]3+9[0x1c][0x83][0x16],[0x83]|[0xaf].[0x96][0xc2][0x8a][0xbd]"[0xf6]W[0xa1][0x95][0xed]j>[0xb5] [0x8f][0xff][0x80]`[0xf5][0x0][0xf2][0xaa]k[0x1e]F[0xfe]^>[0xe5][0xe1][0x1d]l[0xc7]![0x9f][0xed]B[0xf8][0xd0][0x80]1X[0x84][0xd3][0xf9]T[0xee][0xcc][0xc6][0x1a][0xac][0x5]t[0xef][0xc]J[0xe5][0xd1][0x8d]u8[0x93][0xf3]E[0xe6]U[0xfc][0x95][0x95][0xd3][0xe][0xc0]w[0xd6][0x0][0xfc]+[0xab]kj[0x7][0x10][0xd0][0xad][0xa1][0xdb][0x2][0xdd][0x8e][0xa9][0xdd][0xc3]Y[0xf9]z[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd8].A[0x1][0x9a][0xb8]o3J[0xa9]Y[0x5]5[0xf]c[0xb9][0xde]7[0xec]H[0xf4][0xf6][0x9d][0x86][0xf5]8[0x8b][0xbb][0x16]p[0xd6][0xd9][0xd8]@[0xad][0xce][0xe1][0xa8][0xe9][0x8d][0x9c][0xcb][0x91]wr[0xc4][0xc7][0x91][0x10][0xce][0xd3][0x98][0xde][0xc5]?[0x96][0x8c][0x8e][0x96][0xea]4[0xce],[0xe0][0xf8][0x8e][0xea][0x9a]~[0x4][0xf7][0xa3][0x90][0xb4][0xcc][0xde][0xf][0xd6]}[0xd8][0xca][0xce]X[0x85]'0[0xae][0xde][0x17][0xf2][0xf5]c|[0xbd]?[0xe4][0xef]GQ[0x1f][0xc6][0xd7]HgB?[0x8a]o[0xc7][0xb8][0x12][0x94][0xc8]Si[0x1f][0x9a][0xaa]C[0xfe][0x1a][0x99]YV[0x1b]bu[0xf8]([0xca][0xfb]1q[0x0]G[0xed]Bu} [0xe4]+AE?[0x8e]~[0x2][0x15][0xf5]F[0xc8]x[0x86][0xab][0x8c][0xfd][0x98]D[0xc5][0x2][0xfb][0xa0][0xfa][0xe0][0xdb][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xbe][0xeb][0xe0][0x95]{[0xa9]k3q[0x9c]G[0x8d][0x1d]V[0x8e]'"[0x90][0xdf][0xa9][0xb4][0xd8][0xc]j[0xdd]L[0xfc][0xe7][0xe8][0x19]g[0x10][0xc9]:[0xd8][0xe4][0xfc]22q9[0x11]_E[0xbc][0xd7][0xf2][0x8d][0xb0]u:[0x91][0xd9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mh[0x87][0xc1][0x99][0xc7][0xc2]B[0x7][0x19][0x9e]A[0xe]:[0xb1][0x11]~J[0xec]D[0x14][0x9b][0xc8]O![0xde][0x83][0xcd][0x88]i~wx[0xfc][0xee]p[0xf9][0x95][0xde] [0xbf]b}GF[0x17]e8[0xef]r1m[0xf3][0x8f][0x15]:[[0xf1][0x87]=[0x9c]+[0xb3][0x17][0xb][0xd3][0x93]3[0x99]>.[0x8d]iM[0xe0][0x94]~L[0xed]Ci[0xed][0x1][0x84][0xcf]"[0x95][0x3]8f?[0xa6][0xe5][0xe1][0xcc]][0x7]_[0xd8][0xeb]yK1w[0x3][0xe5]O%[0xc2][0x1a]b<[0x85][0x1a][0x9][0xee]y[0x1a][0xd9]dt[0xbb][0xc8][0xe6]y[0xc8][0x16]{[0xc8][0x16]{[0xc8][0x16][0xf][0xf1][0x1c]gD[0xf0][0xc][0xa2][0xb8][0xc0]C[0xf1]4[0x99][0x14][0x1f]m[0x10][0x14][0xd3]3Q[0xd4][0xa4]PT:[0xfe]rl[0xbd]?[0xe5][0x10]3j[0xab]C[0xbe][0x1][0xcc][0x14]g8[0xf8][0xd2] [0x84]rM[0xc9]&[0xaa][0xbb][0x99][0x94][0xc6]0[0x9f][0x94].[0xe4][0x96][0x2]c[0x91]6U[0x9][0x8d][0xec][0x98][0xaa][0x2][0x9][0xf4]h@s=@[\r][0x1e][0xa0][0x6][0xf]PC[0x96][0xa9]D[0x86]c[0xaa][0x86],hI[0xf][0xda][0xb3][0x94]([0xd0][0x9a][0x5]ZU&[0xb4][0x13][0xd2][0xa0]9H[0xea][0xfd]:[0x6]f[0x89][0x95]4[0xc2][0x90][0x1f][0xaa]SVz~[0x10][0xa2][0x13][0xd3][0x17][0x10]@[0x2]3[0xb9][0xdd][0x1c][0xf4][0xa2][0x91]W[0xa3]&l[0xf5]`[0xce][0xe4][0xac]^l[0xd1]0[0xa7]y0[0xe7]{0[0x9b]=[0x98][0xcd][0x1e][0xcc][0xe6],[0xbb]5g[0x81][0xe3][0x5][0xcc][0x5][0xf7][0x10]e[0x8b][0x1e][0xb5]5:[0x80][0x8b][0xaa]kg[0x87]|![0xff][0x0]jv[0xa1][0x82][0x11]\[0xa3][0x3]85[0xfc][0x4]J[0x6]P;[0xd4]L[0x17][0xd3][0xf6][0x97]0'm[0xc7][0x14]\J[0x8f][0xbb][0xcc][0xd3][0x9f]r=[\r]k[0xb5][0xc1][0x94][0xee][0x89][0xae]y[0xba][0xb7][\r][0x17]i$[0xb5]Zk[0x9f][0xee]9[0x88]SfrVv[0xb9]+[0x5][0x89][0xcf]E[0xf2]n[0xfe][0xf1]N[0xe5]"y[0x99]r[0xc][0xfe][0xb6][0xe6][0x9f][0xe4]/[0xf3][0x87]|[0xfb]0{'[0x9a]B[0xbe]2[0xf2]\}[0xa0]&[0x14][0xd0]V[0xa9][0x9d]}[0x0]u[0xcc][0xbb]sj[0xfb]1[0xb7][0xf8]x6e4[0xd7][0x9][0xc5][0xf3][0xd8][0xeb][0xc7][0x89][0x92]t\k][0xe1]W[0xbb][0xe][0xee][0x1b]j[0xb0]+1[0x96][0xc9][0xa4][0x1c]W[0xd3]$[0xd7][0xe0]T>[0xaf][0xc2]u[0x1a][0xf0][0xa9][0xdc][0xbe][0x9c]II[0xd4][0xf]p[0xcd][0xdb][0x99]:[0xb6]k[0x82]Z=[0x12]Z=3[0xb5]j[0xe8]y[0xba]'[0xd0][0xf3]u[0xef]R[0xae][0xf5][0xa5][0x99][0xae]U[0x3][0xce]w[0x1][0xbf][0x97][0xbc]?:[0x80][0x95][0x1c]@[0x92][0xa2][0xd7][0x87]|[0xfb]q[0x92]B[0xbd]?[0xff][0xa4]@[0xc8][0xef]zf[0x93][0xf4][0xe8][0x9a][0xf5]FM[0xc8][0x18][0xe]y [0x1d][0xb9]1[0x88]<[0x90][0x89]|[0x6][0xf]8[0xe0]z[0xb6]7P[0xaf][0x1b][0x89][0xf2]&[0xa2][0xff][0x0][0xaa][0xf0]A[0xbe][0xbf][0x99][0xd8]na[0xaa][0xbd][0xd5]K[0xae]Sq[0xa2]fA[0xcc][0xb1][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0x1e]W[0x90]K[0x1f][0xf7]h%[0xbf]1[0xf2]&[0xdf]:[0x84][0xc1][0x80][0xe6]#[0xec][0xce]r[0xf8]p[0xe6]_[0xed][0xcd][0xbf][0x86][0xf3][0x1d][0x8e][0xae][0xe5][0x1f][0xef][0xdf][0xee][0x1]~[0x85]{[0xd8]N[0xaa]Q[0xfd]8y[0xcf][0xca][0x3][0x98]Vq[0xfd][0x0][0x16]<[0xee]t[0x1b][0xa4][0xab]5[0x91]0x[0x9b][0xfe][0x9d][0xc0]L[0x93][0x97][0xe6][0xde]w[0xf0][0xcd][0x9d][0xc4][0xf2]a[0xbe][0xf9]([0x93][0xeb]][0x1a]g5[0xf7]6x[0xc0][0xbf][0xf][0xef][0xe7][0xec]b[0xdd][0xbb]^K[0x9a][0xe4]![0x9e][0xa4]CV[0xf1][0xdd][\r]d[0xcd]q[0xd3][0x7][0xf8]+~T][0xbd][0xb2][0xf6][0xb1]E[0xf9]'[0xf9][0xca]|[0x93]wbrm[0x99][0xef]x9F[0x19]o[0x8b]t[0xc8][0xf9]}[0xbb][0xaf][0xf0][0xd1][0xc][0xaf][0xe6][0xef][0x1e][0x12]n[0xf7]2[0xd4]v[0x91][0x8f]O0%[0xdc]K[0x1b][0xdc][0xe7][0x85][)[0x8b][0x3]'+Jv[0xbb][0x89][0x16][0xca]c:[0xad][0xb4]][0xfb]J[0x98][0x89]c[0xbb][0xe][0xb2]j|[0x88]o[0xa1]{7[0xd3]R[0xca][0xb]7G[0x86][0x93][0x15]e[0xd6]-[0xfc]u[0x98][0xbd][0x95]+o[0xa3]g98NqK[0xa3][0xc2][0xea][0x87][0x90][0xaf]O[0xf0]S[0xf6] U[0x1b][0x5][0xb4][0x99][0xef]O[0xab][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]7p[0x84][0xde]N[0xa1]wxB[0x9f]w[0xc9]Y[0xe2][0x8]][0xdc][0x8f][0xc6][0x95]n[0x99][0xb4][0xaa]v?[0x96][0xd0][0x9d]}[0xe2][0xed][0xda][0xc3][0xa7]HO'[0xdf][0xa5][0xf5][0xfe][0xd9][0x92]t[0x9b][0xf6][0xa3]Y[0xa7][0xd9]Wf[0xef][0x19]B[0xda][0x83][0x90][0xff][0xa4]P[0x2][0xfa]:[0x6]x[0x92]=[0xe2][0x91]6[0x97][0x8e]v'[0x8d][0xeb][0xc7][0xd1][0xac][0x4]$[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "AK<}[0x97][0xb8][0xfa][0x16][0xe2]d|Dg[0xd6][0x12][0xd4][0xd1][0x11][0xee][0xa2][0xfc][0x14]i[0xce][0xbb][0x8f]y[0xef]vz![0xfb]qJ[0xbb]{8|[0x15]G[0xe][0xdf]c[0xd4][0xe1]q[0xee][0xfe]$[0xf1][0xc9][0xa0][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]<>-[0xe2]3[0x1]T[0xe3][0xb3][0xbc]<.[0xe2]sL[0xe6]B!V[0xe2][0xf3]"[0xbe][0x10]@[0x1d][0xdb][0xaa][0xe3]]_[0xc4][0xb8][0x88]'x[0xe3][0x93]Eh[0xc0]S[0x8c][0xf3][0xb4][0x88][0x8b][0x1][0x84]1[0xc1]P[0x93][0x1]\[0xc2][0x94][0x88]g[0xf8]sZ[0xc4][0x97]X[0xf8],[0xab]][0xe6][0xe5][0xcb]L[0xe6][0x8a][0x80]Eq[0xc3]PF4yX@I[0xef][0xa1][0xf8][0x91]x4e*j[0xb4]W1[0xcc]6[0x1][0x85][0xfd][0xf4]][0xdc]L[0xe9][0xb2][0x80][0x1d][0xb3][0xbe]n[0xef]M[0xe8]#[0xd1]C)M1[0xa3][0xf2][0xb1][0xa4][0xac]+[0xa3][0xb2]f[0xc6][0xd5][0xa8]yPN[0xe8][0x8a]lDw%L[0x92](q[0xb5][0xd3][0xb2][0xc1]_[0xb7]u[0x10]j [0xa5]e[0xac]v_?l\[0x8f][0x8f][0xca][0xa6][0xac][0xbb][0xe4],[0xd4][0xfc]!5~[0xfc][0xb8][0x80][0xd5][0x1e][0x0]=[0xa5]i[0xb2]nDG[0x13][0xc3][0xb2][0x1a][0xdd]#[0x1b]f[0x97]J[0xa6]I[0xbb][0xa0]]![0x85][0xe][0xb2][0x1f][0x9a][0xed][0xf6][0x9c][0xf7][0xf9][0xf1][0xd6][0xee][0x15][0xe0][0xef]"[0xa1][0x80]`[0xaf][0xa2][0xc9]}[0xa9][0xd1]AY[0xdf][0x13][0x1f]TIR[0xda][0x9b][0x18][0x8a][0xab]{[0xe3][0xba][0xc2][0xef][0x8e][0xd0]o[0x1e]T[0xc][0x1]-[0xf3]z[0xab]h[0xe4][0xa9]F[0x92]L[0x10][0x99][0xff][0xd2][0x99][0xa0]c[0xc9]4[0xf0]S[0xb3][0xfd][0xc9]5O[0xaf]L^[0x16][0x18][0xbc][0xc5]qU[0xbd][0xc5]S[0x15])[0xc7][0xb]5[0xae][0x8d]Du[0xf9][0x80]*[0xf][0x99][0xd1][0x98]l[0x1e]L[0xc]/[0x8]2[0xd7][0xb0][0x6]L[0xc2][0xb0][0xed][0x8]X~u[0xe]t4[0xcc][0xb4]5[0xda]e[0xa4]=[0xe6][0x17][0xc5][0xe8]J[0x8c]&U[0x8a][0x84][0x0]_h[0xed]>[0x1][0xc5][0x9a]|[0xcc][0xf4][0xba][0xd7][0x12][0x9a][0x9f]a[0x96]p[0x12][0xb8][0x8d][0xd1]Gx[0x2]FC9[0xa5]6[0xe7][0xe0][0x14][0x18][0x89][0x94]>D^[0xdd][0x94][0x93]]:[0x1b]#[0xb2][0xd9]9d[0xa6][0xb8]p[0xd5][0x14][0x7]kY[0xa8][0xa7]g[0xed]~O[0x9c]w[0xe][0x1e][0xa2]0[0x93][0xae][0xa0][0xd0]_[0xf][0x1d]k[0xc3][0x8c][0xeb][0xe4][0xac][0xdf]0[0x13]I[0xe2]p[0xc4][0xd9]Y[0x96]uW`[0xfb][0xb1]!9i*[0x9][0xcd][0x10][0xf1][0x9c][0x80][0xaa]d[0x9a][0x88][0xd1][0x9d][0xd0][0xfb]f[0xa5][0xa1][0x94][0xd2]0[0xa7][0xe7]5[0xe7][0x96][0x99][0xa2]x&V"[0xbe]&[0xa0]g[0xe]x[0xee][0x1d][0xb3]vD[0xa6]:[0x8f][0x9b][0xb2]'![0xdd]zb[0x94][0xcf]}[0xa7][0x9a][0xd0]d[0xab][0x8f][0xe5][0xc0];[0x8b][0xff][0x85]IVcd[0x1]K<1Nw[0xce][0xf2][0xd9][0xb2][0xf6]0S[0xbc][0xfb][0x15][0xb1][0x9f]{[0x88][0x8a][0xa8][0xb6][0xfa]S[0xc9][0xa4][0xaa][0xc8][0xba][0x0]%G6[0xb][0xdf][0xe4][0x98][0xb2][0xce][0xa4][0xa6]%[0xcc]8[0x17][0xdd]B[0x1a][0xba][0xb]a8[0x18][0xc3][[0xc7][0xda]D|][0xc0][0xca][0xc1][0x94][0xa2][0xe][0xcf]1[0xc1][0x89]v[0x1a]MwhNBr[0xe3]\[0x9c]L[0xb]9[0xd1][0x84]\[0xba]?K[0xaa][0x8b][0x86][0xe8][0x1c][0x99]zj[0xc8]LPLWfi[0x87]][0x19][0x5][0xd2][0xf7][0xc7]u[0xbd][0x9e][0xaa]u[0xff][0xfc][0x9a][0xaa][0xac][0x91]f[0x9e]B[0x8b]oH%[0x2][0xe5][0x86][0xc3][0xce][0xa3]H[0xe2][0x8a]9[0xbc][0xec]r[0xab][0xbb][0xb6][0x9][i[0xc7][0x9c][0xbd][0x8d]9D[0x8b][0x91]V[0xcf][0xe3][0x92]m[0xef][0xae]9[0xe9][0xc9][0xd1]`nI]FG[0xc0][0xc3][0xa9]S[0x1f]IY[0x9d][0x82][0xa2][0x18][0xca][0xde]dKi[0x87]=[0xd1]<[0xca]V[0x97]VU[0x8f][0xa4]z&[0xb0]k[0xbb]+[0x91][0xd2]Lk[0xc8]Q[0xa3][0xae][0x1c][0xba][0xba][0x6][0xdb]I[0xe3][0xf5][0x9b][0xba][0xa2][0x8d][0x10][0xea][0xd2][0xd0][0xbe][0xec][0xac]D-[0xa5][0xaa][0xc6][0xce];h[0x0][0xd0][0xf0][0xc][0xf4][S[0xa7][[0xe1][0xdb]M[0x89][0xa7][0x1][0xae][0xe3][0xad][0x12][0xb6][0xe0]y[0x9][0x9b][0xd1]"[0xe1]&^[0xda][0xd0].[0xe1][0x1b][0xf8][0xa6][0x84][0x9b][0xf1]-^^[0x10][0xf1]m[0x9][0xdf][0xc1]w[0xa9][0xb5][0xe7]2[0xf8]h[0xd4]dzT[0xa7][0xae][0xc7][0xc7][0xb8]Q[0xb1][0xdd][0xe][0x9][0xdf][0xc3];%|[0x1f]?[0x10][0xb0][0xf1][0xfa][0xfb][\r]c[0xfc]P[0xc2][0x8f][0xf0]c[0x9]?[0xc1]O[0xc9][0xbb][0xd9][0xc1][0x10]pc[0xe][0xfd]P[0xc2][0xcf][0xf0]s[0x9]}[0xd8])[0xe1][0x10][0xee][0x90][0xf0][0xb][0x90][0xad]a^~[0x89][0x17]E[0xfc]J[0xc2][0xaf][0x11][0xa3]1[0xbe][0xe0]pl[0xd7]R[0xa3][0xe9]Bc[0xd6][0xbf][0xa1][0xd1][0x90][0xe1][0xba]5[0x91]P[0xe5][0xb8]&[0xe1][0xb7][0xec][0xc9][0xef]0"`[0xd3][0x82][0xa1][0x9d][0xcd]it[0x11]/I[0xf8]=n_@[0xb2][0xb2]5R[0x9][0xc0][0x1f]%[0xbc][0x8c][0x17]%$@[0xf7][0x85][0xb6][0x85][0xa7]\Uc2_[0xdb][\r][0xaf][0xa7][0x92][0xf0]g[0xfc]E[0xc4]_%[0xfc][\r][0x17][0xb0]j[0xde][0xcb][0xa7][0x84][0xe0][0x9f][0x2]6\[0xf7][0x9][0xe6][0x8d][0x94][0xb6][0x93]\R{p[0x8b][0x84][0xe1][0xdf][0x2]v[0xe7]P[0x0][0xf5]t[0xec][0xd4][0xe1][0xbe][0x84][0xb9][0xc3][0xb9]6X[0xd7]-[0xf7]j$`[0xc5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf][0xfb]f[0xf9]#[0xbb]'[0xc0]J[0xf6][0x9e][0x83]z[0xe2][0xa8][0xfd]S[0xc3]#[0xf5]l[0xa5]n[0xb0][0xd7]>[0xf1];5u[0xac][0xcb];AV[0xa5][0xaf]D[0xd7][0x98][0xc][0x1b][0xb2][0xdd][0xfc][0xbd]*Y[0xae],Y[0xf7]87u[0xaf][0xba]{zy[0x2][0xce]D[0xa1][0x9b]e|x[0x98]j[0x80][0x1a][0x99][0xf7][0x17]TWBe4[0xf2][0xac][0x8d]o[0xf2]~C9[0xce][0xd7]z[0xf2][0x8e][0xbb]j[0xcf][0xda]l[0xfd][0xeb][0xaa][0x0][0x14][0x17][0x1f]Y[0xe1][0x9d]s[0xf7]1[0xbc]h[0xa4][0x6]m6[0xe5]|1[0x9e][0xeb][0xe9]"2l[0xe5][0x8a]5[0xb2][0x1a][0xf][0xa6]5[0xec][0xb6]I[0xc9][0x13]Ib_[0xe7][0xca]flIO[0xf9][0xe0],[0x11][0x85]B1[0xf8][0xc4][0xb3][0x8d][0xb9][0xf7][\r]r[0xa2]@>Lwx" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf4][0xef][0x19][0xd8][0xb5][0x9d][0xdc][0xc9][0xe6].}]([0x8f]&[0xcd]1[0xdb][0xa1][0xd2][0x3][0x8a]6[0xbc]M[0x96][0x93][0x9d][0x9e][0xdb]Rs[0xb6][0xfb]LF[0x92][0xb9]XE3[0xbb][0xf8][0xa7][0xfe][0x11];[0x4][\r][0xa1][0x5][0xfe][0xbc][0xc][0xce][0x1c]`D[0xad]n[0xe6]D[0xcc]^[0x8b]5[0xd7]T[0xa0][0x1e]H[0xb0][0xbb]f][0xa4][0xca]g[0x2][0xbb]W)M>[0xda]C[[0xe3][0x1a][0xff][0x80]Z[0x13][0xca]2[0xf8][0xb2][0xa6][0xb3][0x98]Ll[0x93][0x8d]!]q[0x8e][0xd7][0xcc][0xb4][0xdb][0xc3][0xb4][\r][0xab]P[0x88]2[0x0]>[0x94][0xf2][0x18][0x84][0x80]W[0xd3][[0x1e]6[0xd1][0xfb]f[0xcf]{+[0xbd][0xd3][0x84][0xa4][0xe7] [0xbd][0xd1][0x8][0xa3][0xf5]5[0xf4]v/}[0xfa][0xe9][0xb3]<<[0x9]![0x1c][0xb9][0x88][0xbc]p[0xe3]E[0xf8][0xc2]M[0x17][0xe1][0xc2][0xc2]}-[0xad]K[0x91]Ok[\r]i[0xae][0x0][0xff]S[0xaa][0x18][0xb5]du[0x15]:I[0x1a][0xb6][0xf7]c+[0xba][0x0][0xeb][0xc9][0xe6][0xc1]O[0xcc] [0xcf]zb[0xdb]>l[0xb3][0xb0][0xf2][0x1c][0xad]M[0xae]V+[0xc9]l[0x9e][0xdb][0x9][0xbf][0x1b];[0xe8][0x1b]fw[0x17][0xd9][0xf5][0xd1]g}[0xe3][0x4][0xf2]/[0xa1] [0x16][0x9]_[0x82]8[0x85]Ey[0xb8]u[0x1a][0x85][0x3][0xd3][0x8][0xc]L[0xa2]([0xd2]8[0x9]i[0xdc]e[l[0xed][0x9]c[0x11]"[0xc4][0xb2][0xc9]bYk[0xe3][0xe0]u[0xe8][0xb1]X[0xd6][0xe3][0xf5][0xc4][0x88][0xce][0x15][0xaa][0xe9][0xaa][0xc0],[0x99][0x9b][0xe4]J[0x98][0x91][0x80]^[0xc4][0x1c]&[0xac][0xcb]lK[0xc3]O#o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0x5][0x9c][0x85][0xe8]?[0xf][0xbf][0xef][0x82][0xc5][0x9b][0xed][0x16]X[0x1a][0x1b]-{[0x92][0xad][0xed]DE[0xe0][0x99][0xec] m[0xb2][0x90][0x89]%#[0xf9][0xa6]P[0x9c][0x87]+[0x8][0x8e][0xcf]Bi[0xf1][0xa0][0x14][0xbb]([0xbb][0xf0][0x6][0x7][0xe5][0x14][0xe9][0xb1]G[0xcd][0x1c][0x2]B[0xf2]M[0xa2]$[0x16]i[0x9c][0xc2][0x12]'4[0x11][0x86][0xf7][0xbb]l[0xa7]P[0xea][0x3][0xbd][0xf9][0xb3]D[0xaa][0x95][0xec][0xb4]S[0x1e]:<[0x91]jv[0xf3][0xd9][0x8c][0xdd][0xe8]'[0xab][0x12]BVf3[0x91][0xb2]%[0xb6]?4[0xb7][0x9c][0x8a]z[0x90][0xea][0x81][0xab]%Z]5[0xfc],[0xca][0xfa][0xaa]Z[0xfc][0x15][0xfe][0xea]s[0xa8]m[0xaa][0xf0]W[\r]3[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xe3]u[0xf9][0x4]*[0xfa]O[0xfa][0x85][0xf3][0xff]{[0xa9])[0x13][0x0][0xbb][0xd8][0xb6]A[0xa4]b([0xa1]bXC[0x9f]M[0x94][0xb8]N[0x8b]L>[0x2]X[0x8d][0xbd][0xb8][0xd5]*[0xbb][0xa8]K3[0x8a][0xdb]H&XO[0x3][0xf4][0x94]G[0xfb]C[0xd8][0x87][0xfd][0xe4][0xce][0x1b]I[0xea][0xa7][0xef][0xde]Do[0xc6][0xed]$a[0xa2]'H[0x87]][0xad][\r]O`io[0x98]jh[0x19][0x95][0xd9][\r][0xb1][0x88][0x93][0xde]B[0x16]U[0xc6]"[0x99]p[0xd9][0xcc]b[0xb4][0xf6][0xd1]1[0xda][0x85][0x1b]([0x1d]+[0xc8][0xf5]L[0xd8]j[0x1d]>[0xf9][0xa8][0xa2][0xb2]~[0xb][0xd9][0xb]b[0x9][0xe2]3[0xc2]fK8li^[0x83]N[0xf1][0xf][0xd1][0x1f][0xdd][0xd6][0x9c]@>F[0x88][0x8c][0xb9][0x85]X-[0x8f]E&Pu[0x6]%[0xd3][0xa8][0x1e][0x88]L[0xa2][0x86]d+[0xc6]#eX9[0x81][0xda][0xb3]X[0x1c]y[0x12][0xab][0xe8][0xe9][0xc][0x82][0xd3][0xa8][0xa3]#[0xb1][0x9a][0xbe][0xaf][0x1f][0xbf][0x84]We[0xc8]/[0xa7][0x8a][0x1][0x5])[0x9f][0x82]"QX*[0xc9]|[0x13][0x85]d3[0x5]$[0xe3][0xc0][0x16]7[0xa0][[0x1c][0x7][0xf2][0x89][0xea][0x1][0x8c]x[0x1c][0xb0]%[0x7][0xdd]3[0xab][0xd0][0x1f]]7[0x1d][0xda]I[0x87]vCc[0x19][0x1a]&[0xb0][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]b[0x91][0xe7][0xa9][0xdc])[0xae]![0x1][0x93]X;>[0x8d][0xf0][0x80]][0x8b][0x8d][0x99][0xb4][0x97]Z[0x9][0x95]QD[0xc8]A[0xc2]\N[0x88][0x19]^[\r].[0xaf][0x6][0x87]W[0x11][0x85]X[0xc5][0xa8]'[0x8c][0x1a]=',[0xfb][0xc4]C(![0x9e][0x8b][0xd8]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "E$[0x16][0xe9]k[0xba][0xdc][0xe2][0xf7][0xb5][0xe4]W[0xe4]W[0xf8][0xcf][0xa1][0xa3][0xa9]"ckAe[0xc1][0x4][0x9a]Z[0xc5]J[0xf1][0xb2][0xff]Q[0xd4]W[0x8a][0xbe][0x8d]eXg[0xc5]qYe[0x81][0x9f][0xaa]w[0xc0][0xc7]<[0xfb]'[0x10][0xbd][0x82][0xf5][0xe3]'[0xf3][0xa9]T[0x9f]#[0xbc][\r][0xfc][0xe6]Fv[0x5][0x95][0x1a]p[0x98][0xec][0x19][0xc4][0xc9]D[0x1d]R[0x94][0xf0][0xa3][0xd4]a[0xc]*[0x92];-/v[0x13][0x97]:*[0xc8][0xc3][0xd0]I[0xbb][0x8a][0x8a][0xd4] [0xcd][0x2]z[0xee]![0xed]#[0x84]TDe~[0xd4]*k>[0xef][0xc7][0xe8])[0xdf][0xca]W[0xda][0xef][0xdb]0FY[0xe0][0xe8][0xf7][0xe3]8[0xed][0xb0][0xf3][0xc1][0xdd][0xd7][0xc6][0xbd][0xd3][0xc5][0xbd][0xcb][0xc9][0xf4][0x18][0xee]v[0xf5][0xdf]:#Nv[0xde][0xee][0xa1][0xe7][0x13]x[0x9b][0x93][0xb7]f[0xe2][0xc0][0xc7]'[0x10][0xf6][0xd1],[0xd8]8[0x81][0x1b]g[0xf7][0xa4][0x13][0x9e][0x9e][0x14]pxy[0x8f][0xd6][0xdb]][0xac]v[0x7][0xab]4[0xcc]P|[0xe6][0xad]3[0x95][0x5][0xf3]d[0x96]n[0xe9][0xc5]|[0x87][0x8b][0xb9][0xd9][0xc1][0xc][0x86]}[0xd7][0x2][0xbc][0xd7][0x3][0x18][0x9c][0x3][0x98][0xc7][0xb7]l[0xa7][0x85][0xaa][0xf4][0xc9][0xa5]U[0xce])[0xb6][0xe7]Ko[0xa3][0x5][0xbb][0xa5][0xfa][0xc2][0xac][0x16]y[0x8a][0xd2]s?[0x11]|[0xc0]S[0x92][0xe9][0x91]WD#[0xeb]fk[0xe4][0x95][0x12][0xfe][0xbb][0xac][0xde][0x93]>*[0xf6]w[0xad][0xd6][0xf0]x[0xb7]5l[0xed][0xa1][0xeb][0xb7][0x8a]}[0xbd][0xeb][0x8][0x95]Z[0xcc][0xd7]Q[0x13][0xb9]|[0xe][0xd5][0x91][0x1a][0x16][0xd7]dzds[0xff]I[0x1f][0x15][0xde][0xcb][0x91][0xd9]=[0xf2]!,[0xc6]iT[0xe0]a*[0x80][0xd3]X[0x87]G[0xdc][0x81][0x1c][0xa4]![0xcd]=[0x92]y[0xae]wKh=[0xde][0x83][0xf7][0x12][0x93][0xc5][0xd4]A[0xb9]3[0xe6][0xcd][0x88][0xcc][0xfb],[0xf4]S[0xf8][0xaa][0x95]^[0x96][0x95][0xe3]+([0xfc]?PK[0x7][0x8][0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/experimental/theories/internal/BooleanSupplier.class[0xad]S]k[0x13]A[0x14]=[0x93]M[0xb2][0xe9][0xba][0xb6]5[0xd6][0xf8]m[[0xb5][0xba][0xa9][0xe2]R[0xf4]AL)T[0xa1]O[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x2][0xb5]O[0x93]8[0xd9]N[0x98][0xec][0x86][0xd9][0xd9][0xa2][0xf][0xfe]'}[0xb2][0x8][0xfa][0x3][0xfc]Q[0xe2][0x9d]M[0xac]![0x8][0x95]`[0x8]s[0xef][0x9c][0xb9]s[0xee]p[0xce][0xdd][0x1f]?[0xbf]~[0x7][0xb0][0x85][0xc7][0x1e][0x16]p[0xdd][0xc5][0x8d][0x1a]nz[0xb8][0x85][0xdb][0x1e]J[0xb8]S[0xc3][0xaa][0x87]5[0xac][0xbb][0xb8][0xeb][0xe2][0x1e]Cu[&[0xd2][0xec]08A[0xb3][0xc3]P~[0x95][0xbe][0x13][0xc]Km[0x99][0x88][0xd7][0xf9][0xb0]+[0xf4][0x1][0xef]*B[0xea][0xed][0xb4][0xc7]U[0x87]ki[0xf7][0x13][0xb0]l[0x8e]e[0xc6][0xf0][0xa2][0x9d][0xea]8[0x1c][0xe4]D[0x14][0x8a][0xf7]#[0xa1][0xe5]P$[0x86][0xab][0xd0][0x1c][0x8b]TK[0x91][0x85]21B'[0x84][0xbc]LS%x[0x12][0xe5][0xa3][0x91][0x92]B[0xb7][0xa8]U,L[0x87][0xab]\Di[0xae]{[0x82][0xe8][0xf6][0x82]s[0xf9][0xde]p[0xcd][0x87][0x82]8#[0x19]'[0xdc][0xe4]Z[0xb4][0x9a][0xed][0x1]?[0xe1]an[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]23D[0xed]d2fx6[0xf][0x1b][0xc3][0xc2][0xd9][0x86][0xe1][0xe3]y[0xd1][0xf6][0xf9]$[0xa9]!Dr[0xb5][0x9b][0xd1][0xd3][0x13]{[0xdc][0xda][0xa1][0xb7]xcm[0xf6][0xa4][0x15]}eF[0xc3]'[0xb6][0x8b][0xf][0xf][0x17][0x18][0x9e][0xce][0xd1][0xc1][0xda][0xa8]s[0xe1][0xe2][0xbe][0x8f][\r]<[0xf0][0xf1][0x10][0x1]C[0xa5][0xcf]UF`[0xd3][0xc7]&[0x1e]1<[0x9f][0xd7]b[0x86][0xad][0xd7][0xee][0xec][0xce][0xa5]B:[0xc5][0x93][0xf8]7[0x1f][0x83]{b[0xc7]d[0xbf][0xcf][0xd0][0x8][0xde]N[0xc4][0x9d][0xae] [0xa1]j[0xfd]T[0x17][0xc3][0xc4]p[0x14]LUDF[0xcb]$nM![0xfb][0xdd][0x81][0xe8][0x19][0xf2]h[0x1e]O[0x18][0x96][0xff]X[0xbb][0xab]5[0xff]@c[[0xe5][0x99]u[0x99]a#8[0xfa][[0xa3][0x99][0xf1][0xc4]:j[0xf4][0x81][0xda]_[0x9][0xcc][0xda]G[0xab]O[0xbb][0x90]"[0xa3]X[0xd9][0xfc][0x2][0xf6][0xb9]8[0xbe]Hk[0xb5][0x0]=,[0xd2][0xea][0x8f][0xb][0xb0][0x84]e[0x8a][0xa4][0x16][0xea]Te/[0x1f][0x10]Z[0xa2][0xb8]V[0xf9][0x86][0xd2][0xa1]Sw[0xca][0xa7][0xa0]%:,[0xd7][0xab][0xce]$?[0x85][0xfb]i[0x86]w[0xb1][0xe0]m[0x8c][0xef]Nxmv[0x19]+t~[0xa5][0xa8]nPv[0xb5][0xc8][0xae][0xfd][0x2]PK[0x7][0x8][0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/internal/EnumSupplier.class[0xad]T[0xdb]N[0x13]Q[0x14]][0xd3]N;0T[0xee][0x5][0x8b]wEm[0xcb][0xa5][0x82]\[0x14][0x10][0xb9]([0xc6][0xa4][0xa2][0x11][0x82][0x17][0x9e][0xe]p,[0x87][0xc]3d:%[0xf2][0xe0][0x9b]_[0xe2][0x8b][0xaf][0x9a]x7[0xf1][0x3][0xfc][0x2][0x9f][0xfc][0x14]u[0x9d][0xe][0xa9]@I0[0x8d][0xf]3[0xfb][0x9c][0xb5][0xcf]^{[0xed]}[0xf6][0xcc][0xf7]__[0xbe][0x1][0x18][0xc0]-[0x1b]6[0xb2][0xf5][0xa8]G[0x8f][0x8d]^[0xf4]Y[0xe8][0xb7]a"k#[0x87]+6[0xf][0xc]6[0xe0]*[0x86],[0xc][[0x18]1P'[0xdd][0xd2][0xe6][0xe2][0xce][0x96]4[0xd0][0x92][0xdf][0x10][0xdb]"[0xe7][0x8][0xb7][0x90][0x9b]uD[0xb1]8n[0xa0]~A[0x15]\[0x11][0x94]|[0xfa][0xdb][0xf][0xfa]'[0xb2][0x93]<[0x12][0x9f]P[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0xe9]OW[0x11]d[0x96][0xc][0x98][0xb3][0xde][0x1a][0xa3][0x9b][0xf2][0xca][0x95][0xf3][0xa5][0xcd][0x15][0xe9]/[0x8a][0x15][0x87]Hk[0xde][[0x15][0xce][0x92][0xf0][0x95][0xde][0xef][0x82]f[0xb0][0xae][0x8a][0x6]F[0xf3][0x9e]_[0xc8]m[0x94][0xc8][0x9c][0x93][0xcf][0xb7][0xa4][0xaf]6[0xa5][0x1b][0x8]'[0x17][0xac]K[0xcf]W[0xb2][0x98]Sn }[0x97][0xc8]m[0x16][0xb0]P[0xda][0xda]r[0x94][0xf4])[0xa7]c?++[0xdb]e[0xee][0xac][0x92][0xa7][0xf5]k[0x85]M[0x5][0x19],[0x9][0xa7]$[0x17][0xbc][0x92][0xbf]*[0x99]~.}d[0xfe][0x7][0xc2][0x17][0x9b][0x92][0x1a]*[0x1d][0x1a][0xcf][0x84][0x9]J[0x81]rryU[0xc][0xa8]&[0xb6][0xad]yu[0xad]s[0xdf]_[0xd9][0x90][0xab][0xda]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xef]6[0xd0][0xb6]|[0xa8][0xd3][0x91].[0x9d][0xc6]][0x3][0x11][0xc5]E[0xb4][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0x86]j[0xd1]e[0xc0][0xd6][0xb7]\.[0x91][0xc5]5[0xb0]t[0xfa]t w[0xcd][0xd5][0xa2][0xef][0x1c][0x80]&[0x8e]N[0xea][0x5]D[0x94]p[0xa6]+[0xd4][0xe3]z6^[0xfc][0x97]>[0xd6][0x9e][0xdf][0xe]otN[0xe9][0x1]h[0xd9];)[0xfd]:E[0x2]M[0x18]M[0xa0][0x1][0x9][0xb][0xd7][0x12][0xb8][0x8e]1[0xde][0xc6][0xdf][0xdc][0xd3][0xbe]/v[0xb4][0x0][0xb][0xe3][0x9]L[0xe0][0x86][0x85][0xc9][0x4]nb[0xca][0xc2]t[0x2]3[0x98]50\[0xd3][0x98][0x1a][0x18][0xf8][0xf7][0xb6]Tb[0xa2][0xe9][0xf2][0xb0][0x1e][0x18]b[0xde] [0xc7]W[0xb3][0xcf]zn1[0x10][0xe5]KM[0xa6]3[0x87][0xe]U[0xf3]A[0x8c]?[0x80][0xc0][[0x8]|[0xe5][0x16][0xf4][0x7][0x9c][0xd9][0x13][0x14][0xa2][0xc][0xba]ZC[0xf7][0xc9][0xfb][0xcc][0xf3][0x97][0xc2][0xe1]_NW[0xd3]V[0xab][0xcb][0xd4]t[0xcb][0x6][0x1a][0xf7][0xf][0xb][0xfb]$[0xd6][0xd6]t[0xb][0xe]I[0xf1][0x14][0xe7][0xf8]c[0xb4][0xf9][0xa3][0xe4]W[0xa5][0xef][0x9d][0xf6][0x18]w[0x11]4[0xf2]as[0xd1]L[0xdb]B[0xe4]1m[0x84][0xd6][0xce]~[0x84][0x91][0xed]y[0x8f][0xc8][[0xee][0xa2]h[0xe5][0xbb][0x91]V[0xbf]M[0x9e][0xaf]gD[0x1b]w[0x1d][0xe1]i[0xb4]#[0x9][0x94]W!{[0x7][0xd7][0xda][0x86]Hc%_'W[0xc7][0x91][0xda][0xcd][0xf6][0x83][0x8c]u[0xb4]3[0xd9]w[0x88]|@[0xf4][0xde]W[0x98]O>"6[0xdf];f[0xa6][0xcc]o#[0xb1][0xe8]H<[0x19]O[0xc6]^[0xe1]\[0xca]L[0xc6][0x7][0xc7][0xac][0xbe][0x94][0xf5][0x1][0xf1][0x94][0xf5][0x9][0xd6]g[0xd4]E[0xf0][0xe8]e[0xdc]x[0xfd][0xfb]g[0xdf][0x9b][0x8a][0xca].[0xc4][0xf9]n'o[0x7]5v"[0xc3]|c[0xb4]S8QV[0xfc][0x90][0x9e][0xc][0xb3]wqo[0x11][0xe9][0xc3]I[0x9c]bM[0xc7][0x91][0xc6]i[0x9c]A[0x8c][0xf8]E[0x9c][0xe5]J[0xf3][0xcc]T*[0x9b]a[0xf][0xcf]S}[0x1d][0xd9].0"B[0xf6]At[0xf3]l[0xb4]Rm[0x88]\"[0x12]V{[0x99]X[0xba][0xbc][0xca][0xfc][0x1]PK[0x7][0x8][0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.class[0xad]VKW#U[0x10][0xfe].[0x9][0xe9]$4[0x8f][0x9][0xef][0xc1]GPa[0x92][0x10][0xc8]8[0x83][0x8f][0x99]0h[0x86][0x87]2[0x86][0x87][0x86][0x1][0x1]G[0xed][0x90]K[0xd2][0xb1][0xd3][0x1d][0xba];[0xc][0xb8]s[0xe9]O[0xe0][0x17][0xcc]f[0x16][0xb8][0xc9]d[0xf4][0xe8]9n[0xdd][0xb8][0xf3][0xe7][0xa8]u[0xbb]Cx5[0x9e]Y[0x98][0xc5]}T[0xdd][0xfb][0xd5]Wu[0xab][0xaa][0xf3][0xc7][0xdf]?[0xff][0x6][0xe0]][0x1c][0x5][0xf1][0xa9][0x84][0xa5] [0x1e][0x85][0x11][0xc4]gad[0xb1][0x1c][0xc6]M[0xac][0x88][0xed][0xaa][0x84]51[0x1e]F[0x9b][0x18][0xb2][0xf8]B[0xc][0xb9]0[0xd6][0xf1]X(6$l[0x86][0xd1][0x8d]/;[0xb0][0x85][0xed][0xe][0xec][0xe0]+1<[0x11][0xba][0xaf][0x85][0xe2][0x1b]187[0xbf][0x95][0xa0][0x4][0x91][0x97][0xb0][0xcb][0xd0]cqSU[0xb4][\r]nZ[0xaa][0xa1]?^[0x9a]g`[0x8f][0x18]:[0xe7][0xc][0xdd][0xb2][0x15][0xdd][0xde]P[0xb4][0x1a]o[0x87][0xfb]c[0xc][0x81][0x19]UW[0xed]Y[0x86][0x7][0xb1]lY9PR[0x9a][0xa2][0x17]S[0xeb]%[0xd3]x[0xaa][0xe4]5[0x9e]>'[0xcc][0xd9][0xa6][0xaa][0x17][0xd3];[0xe7]D[0xab][0xf9]2[0xdf][0xb5][0xd3][0xf1][\r][0x6][0xff][0x9c]Q[0xe0][0xc][0xdd]YU[0xe7]+[0xb5]J[0x9e][0x9b][0xeb][0x2][0x80]![0x92]5v[0x89][0x90]B[0xb4]h[0xdf][0x14][0xfa][0xed][0x92]j1,f[\r][0xb3][0x98]*[0xd7][0x88]B[0x8a][0x1f]V[0x89]z[0x85][0xeb][0xb6][0xa2][0xa5][0xec][0x12]7L[0x95][)U[0xb7][0xb9][0xa9][0x93]dM1[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x8d][0xfa]=/d,r[0xd3]&[0x7][0x17]L[0xd3]0[0xd3]d[0xd6]V[0xcc]"[0xb7][0x17][0xe]wyU[0xc8][0x19][0xfa]=[0xdd]a[0x8][0x13]H[0xc9]([0xac][0x10][0x98][0xe0]v[0xc5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "IU[0x98]"v[0xbd][0x1e][0xae][0x92][0x9a][0xef][0xd7][0x14][0x8d][0xd4][0xfd]1[0x8f]Hl3[0xf8][0x8c]|[0xf9]"t[0xeb]n[0xb0][0xa4]X%7P[0xbe]X|[0x89][0xe2]P6T"{/[0xf6]jq[0xf6][0xa2][0x1b]*pM[0xad][0xa8][0x14][0x19][0x86][0x19][0xf][0x1c]WR[0xb3]U-5gh[0x1a][0xe1]P|[0xbc][0xa1][0xfc]:?[0xb4][0xc9][0xc3][0x3][0x91]$[0xe4][0xe1][0x80][0xf7]][0x86]6+[0xcf]0|[0x5][0xe2]aM[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xbc][0x87][0xdf][0xe5][0xd3]w[0xe]`[0x89]$[0x8a][0xed][0xbc][0xd6][0xc0][0xc5][0x94]8[0xaa][0x9e][0xa6]E[0xc2][0xd3][0xe0][0xcc][0xd5]H[0xcc][0x12]J[0xcc][0x3][0xfc][0x9a][0xa3][0xa1][0x9c]Z[0xd4][0x15][0xbb]f[0x92][0x8d][0xb5]W[0x8d][0x91]'[0x96]g[0xdc]:-g[0xe5][0xd4][0xd6][0xea][0x1e][0xc3][0xb8]Wfx]d[0xc4]'[0x9c]3j[0xe6]._TE[0x0][0xa2][0xff][0x91][0xe6]S[0x2][0x80]^g[0xcc][0x8a][0x8d]Yq*[0xf5][0xcb]6[0xe8]][0x92]Q[0x19]w1-[0xa1] [0x83]cZF[0x14]{2[0x8a](1[0xcc][0xff][0x1f][0xa5]&CEY[0xc6]$[0xa6]d[0xea]pw$|'CCE[0x18]}[0x9f]a[0xf0][0x9a][0x84][0x10]4t[0x9][0x86][0x8c]*[0xf6]%[0xd0][0xde][0x82]-[0xe3][0x3][0xd4]d[0xcc]a^[0xc6][0x1][0x9e][0xca]8[0x4]5[0xab]^[0x8f][0xaa]e[0xb8][0xb1]c[0x1b].btO[0xa1]@[0x15][0x9e]0[0xc][0x9d][0x9d][0xbc][0xc8][0xf1]Bd[0xdc][[0x14][0xb5]=[0xc3][0xac]([0xf6]5UK[0xfd]+$[0xfa][0xe0][0x9c]R[0xb3][0xc8]\[0xd2][0xbb][0x17][0xc6][0xaf]i)[0xc1]Sr[0x94][0xf0]1[0xcf]w[0xee]9[0xcb][0xaf][0x8c]i*GT[[0x1][0xc5][0xca][0xaa][0x16][0x11][0x1a][0x8b]]_[0xe9][0xce][\r]q,[0xed]4[0xc][0xa2][0xd9][0xe7][0x95][0xa9]DAm[0x16][0x0][0x15]W,[0xee]]u[0x91][0xab]R[0x6][0x89]:[0xd2][0x8a]S[0xf5][0x84][0xbf]}[0xd9][0x81][0xb3][0xa6][0xa7]T[0xab]\/0LzT[0xcf]U[0x97][0xcf][0x1a][0x81]t[0xe0][0x16][0x5]F[0xe9][0xbb]uS|sh[0x1c][0xc1]k4[0xbf]N[0xbb]6[0xbc][0x81][0x0]~[0xa0][0xfc][0x18]%[0xc9][$[0xd9][0x87][0x4]?[0xcd][0xa3][0x89][0x8]k[0xff][0x15]m[[0xbe]dn[0xcb][0x1f][0xf1]M6[0xe0][0xcf]5[0xd0][0xfe][0x2][0x81][0xc4]D[0x1d][0xd2][0xe6]O[0xce][0xf5][0xb7]i[0xec][0x82][0x8f]F[0x99][0x80];[0x9][0xa8][0xb][0xef][0xd0].[0xe1][0x82]`[0xc][0xe3][0xce][0xa7]n[0x14][0xb7][0x10]#[0x13]b[0x15]'m[0x9b][0xb3][0x9a]@[0x92][0xee]2[0x91][0xcf]M[0xf3][0xab][0xa4][0x11][0xba][0x91][0x89][0xdf][0x11][0x82][0xfb]x[0x10]E[0x10][0xf]U[0xa4]#[0x8]c*[0x8a][0xc][0xa6][0xa3][0x98][0xc1]#[0xd9][0xcc][0xaa][0xc8][0xaa][0x98][0x8b] *[0xc3]4<[0x8e]`[0x1e][0xb]Q[0xfc][0x80]'[0xb2]y*q[0x16]U[0xfc][0x18]EL[0xae][0x9d][0xc1]3[0x15]?E[0xd0][0x8d][0x7]r[0xf0][0xb3][0x8a]_T[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xa3][0xa6]m[0xfa]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x13]i[0xc7][0xcd][0xeb][0xab]%[0xe]u[0xb7]d[0xdb][0xc2][0xf5][0xf4][0xa2][0xb3],,}Nx[0xfe][0x84]ex^*9[0xaf] 4[0xc1]I[0x5]'[0xd3][0xa6]-2[0xa5][0xe2][0x92]p[0xe7][0x8c]%[0x8b]3[0x9d]i'gX[0xf3][0x86]k[0xca]qm2[0xe4][0x17]LO[0xc1][0xbd][0x6]p[0xf1]rM[0xb8]fQ[0xd8][0xbe]a[0xe9]~A8[0xae])<[0xdd][0xb4]}[0xe1][0xda][0x9c][0xc9][0xae][0x89][0x9c][0xb9]b[0xe6][0xee][0x1a][0xbe]1[0xe3]p[0xda][0xcb][0x96][0xd6][0xd6],S[0xb8])[0x5]m[0xfe][0x16][0x17][0x5][0x17][0xe]@XAO^[0xf8]Y[0xd3][0xce][[0xa2][0xe]8i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0x99][0x0][0xe9][0xc4][0xbe][0xac]f[0xc][0xd7]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xcb][0x9a]y[0xdb][0xf0]K[0xae]H%[0xd3][0xab][0xc6][0xba][0xa1][0x97]|[0xd3][0xd2]'[0x1c][0xcb][0x12]9[0xdf]tlf[0x8a][0xac]H[0xdc][0xc][0xe3][0x89][0x1d][[0xac][0x86]Y[0x86][0x9d][0xd7][0xb3][0xbe]K[0x6][0xc]i[0xa9][0x84]([0x88]7,[0xba]bEb[0xe8][0x15]V[0x8c][0x9][0x98][0x17][0x15]t5$[0xb9][0xcf][0xf4][0x86][0xef]H[0xf9]A[0xcf][0xcc]+[0xb8]~[0x14][0xda][0xdc][0xea][0x95][0x9a][0xee][0xee][0xbd][0x14][0xb4][0xbb][0xe2]E[0x89][0xde][0x89][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xa3]M4[0x9c][0xae][0xc2],[0x98]~a[0xca][0xf0]s[0x5][0xce][0xd6]4w4[0xe0][0xa6]M[0xcf]O[0xc9]T;j[0xe2][0xd5][0xda]V][0xc]7[0xe5]0[0xba][0xa7]/c[0x4][0x1b]x[0x7][0xff][0xfd][0xd1]mu[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xc7][0xb8][0xd3][0xef][0xcf][0x1a]c[0xb9]mW[0xee]V[0xa5][0xc5]w[0x17][0xe1][0x94][0xf0][0xb][0x8e]\[0x8b][0x16]+[0xbd][0x9a][0x87][0xe1][0xea]HAr[0xcf][0xea][0x9e][0x94]D7[0x1c][0xf7]y[0x15][0x82]I[0xd5][0xe2][0x16]XO[0xad][0xd7]dw[0xc6][0xf7]Ps[0xd0]4R]j[0xd7][0xe][0x1c][0xe6][0xe9][0x8d]c[0xdd][0x85][0xc3]d[0xee][0xda][0xb1]+u[0xeb]#Y[0xa7][0xe4][0xe6][0xc4][0xa4])+[0xf2][0xfc][0xde][0x7][0xcf][0x90]d[0xa0][0xe1],>[0xd5]p[0x11][0x97][0x14][0xc][0xed][0xa7]c[0xd2]u[0x8a][0xdb]8*[0x96]4[0xe4][0xb0][0xac]A`[0x85]5[0xb2]-h[0xdc]u[0x8d]W[0xd2]I[0x89][0x9e]WQ[0xd0]`bU[0xc5]s[\r][0x16][0x8a][0x1a]l8|[0xe3][0xf6](8[0x16][0xc9]~<[0xea][0x1c]d[0xea]5[0x15]/4[0xb8] [0x1f][0x8e]KX[0xd7][0xb0]![0x9b][0x9b]RR[0xff][0x81][0xa1]<[\r]#[0xf2][0x89][0xbe][0x3][0xee][0x80][0x86][0x9][0x19]>q[0xc]7[0x0]+[0xf0][0xc0]([0xe3][0x96]5%[0xe4][0xf5][0xd4][0xf0][0xf4][0xd5][0xc3][0xd7][0x1f]OE[0x16][0xcf][0xb8]m;[0xbe]![0xb][0x8f][0xc7]o[0xa2][0xe1][0x4][0xa8][0xdd][0x8b][\r]3F=T[0xdf]~J[0x9e][0xfd][0xeb][0x86]U"\W"[0xd9][0xec]X[\r]&[0xe4][0xe5][0xda][0xd5][0xac][0xd6][0x15][0xb4][0x9a][0xb5];[0x80]'j"[0xd9][0xfc]n[0xe8][0xdc]=[0xcb][0x93][0xa1]`x[0x19][0xf1][0xd2][0xaf][0xe0]?[0xe5]ulW[0x6];9L/[0xad]2[0x11]!N%[0x92]M[0xaf][0xad][0x8e]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x9e]S[0x86]'[0xcb]V[0xc1][0xa5][0xc4][0xe2]n[0xa8][0xe4][0xee][0x9b][0xe0][0xc4][0xce][0x19]j[0xca]9[0xf4][0xde][0xb4]=[0x99][0xb7][0x9][0x4][0xd9][0x6][0x8d][0xe5]e|[0x81]8[0xff][0xb0][0xc8]O[0xb][0x14][0xf9][0xe][0xb2]=[0xc7][0xd1][0x18][0x2][0xfc][0x2][0xe1][0xfe][0x81]7P[0xfe]`/[0x80][0xcf][0xd8]F*[0xb3]1Fw[0xe1]<{[0xdd][0xd5](|N$Tz_[0xe2][0x2]1B[0xf2]U[0xe6][0x1a][0xb1][0x94]8[[0xb9]V[0x94]X[0x81][0xa9][0x81][0x18][0x82][0xaf][0x11][0xda]D[0xb0][0x8c][0x16][0x5][0x99][0xbf][0x10]~[0xf2][0x6][0xea]Hh[0xb0][0x8c]V[0x5]#-[0xf1][0x96]2[0xda][0x14][0xfc][0x8a]Q[0xd9][0x8b]([0xd8]Dt$[0x1c][0xf][0xc7][0xa0][0xbd]F[0xfb]&[0xb4]2N0N[0x8d][0xab]oq[0xf2]r[0x19][0x1d][0x1][0xc6][0xb6][0xc7]C[0xf1]p[0x19][0x9f][0x4][0xb0][0xf0][0xdb][0x9b][0xf1][0xd0][0xef]L[0x18][0xac]P[0xee]E[0x1b][0xdb][0x1e]R[0x8b][0x93][0xee]Y[0xd2]>[0x87][\[0x99]f[0xef][0x19][0x89][0xe7]Iy[0x95]t[0xa5][0x9c]Y[0x12][0x9d]fl/[0xfa][0xa0]2[0xaa][0x1f][0x9]$[0xf9]d[0x1f][0xdf][0xb2]~[0xc]P6e[0xd4][0xc5][0x16]1[0x88][0xcb][0x14][0x1b]&[0xc6][0x10]t[0xca][0xec][0xc6][0x2][0xae][0xf0][0xdf]f[0x90]h[0x19]\[0xc5]5[0x1a]q[0xbd]fS5[0xea][0x6]{[0xd5][0xb5][0xaf][0xb8][0xf6]u[0xc5][0xd8]o[0xd8][0xbb][0xd9][0xdc][0xae][0xce][0xf][0xb1]+V[0xb1]+VF[0xd7][0xa1][0xed][0x92][0xa2][0xfb]I{[0x90]d[0x87]h[0x84]N[[0xae][0xd0][0xae]a[0x8a][0xb8]F[0xbb]n|d[0xbb]F[0x9a][0xdb]u[0xea]Hvu[0xd7][0xab][0xeb][0xf4][0x11][0xab]k[0x84]tS[0xa4]}[0x8b]do[0xb3][0xfd][0x96][0xb6][0x8c][0xd3][0xae];[0x14]q[0x97]vM[0xee][0xb0]+U[0xb7]k[0x94][0xed]A[0xec][0x1a]kb[0xd7][0xed]]v[0x8d]1o[0xa0][0xb6]6^[0xb7][0xeb][0xe]{[0x13][0xcd][0xed][0xea][0xf9][0x10][0xbb]b[0x15][0xbb][0x8e]T][0xf]I7M[0xda][0x19][0x92][0x9d][0xa1][0x5][0x8f]h[0xcb],[0xed][0xca]R[0xc4]c[0xda][0xb5][0xf0]Q[0xed]R[0xb8]e[0xb2]w[0xef]PK[0x7][0x8][0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOn.class[0x95]Q=K[0x3]A[0x10][0x9d][0x8d][0x89]g[0xa2][0xd1][0xf8]UX[0x88]"[0x12][0xb4]q[0xd1][0xc2]F[0x9b][0x13]N[0x8]$[0xe6][0xb8][0x9c]6[0xa9]6[0x97]!n[0xd8][0xec][0x1d][0xbb]{[0xc1][0xfc]5[0xb][0x80]?J[0x9c][0xf3]+M X[0xec][0xce][0x83]y[0xf3][0xde][0x1b][0xe6][0xfd][0xe3][0xf5][\r][0x0].a[0xdf][0x83][0x1d][0xf]v=[0xd8]cP[0x96][0xda]Y*g[0xe7][0xfd][0x16][0x83]Z/[0xcd]M[0x82][0xf7]R![0x83]z[0x8c][0xd6][0xe1][0xb0][0xab]/[0xc6]b*[0x18][0x1c]D[0xb9]vr[0x82]O[0xd2][0xca][0x81]B_[0xeb][0xd4][0x9]'SM[0xf3][0xd7][0xed][0xd4][0x8c][0xf8]8[0xd7][0xd2]q|[0xc9][0xd0][0x10]O;[0xa1][0xb8]{[0xc6][0xd4]H[0xb4]<[0x14]FL[0xd0][0xa1][0xb1][0xbd]<[0xcb][0x94][0xc4][0xe1][0xdd][0xec][0x86]Ae*TNf[0xb7]K[0x5][0xec][0xf7][0x98][0xb1][0xfc]7[0xd7][0x8f][0x90]![0x99][0xe3]v[0x91][0x91]+[0xa1]G\[0xfc][0x5][0xe3][0x11][0x19][0xea][0x2][0x11][0xa5][0xb9][0x84][0x12][0xa6]J&E$/z|[0x88][[0x9d][0x80][0xc1][0xe1][0xe2][0x91]X[0x98][0x11]:b[0x9e],[0xee][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xf0][0xf1],C"UC?[0xf2];A[0x1c]D[0xc][0xae][0xfe][0xbf]$[0x83][0xc6][0xdc][0xa4];[0x18]c[0xe2][0x18][0x1c]-[0xf4][0x9d]_[0xa4][0xc9][0x80]A[0x89][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1d][0x9c][0x95][0xe9][0xbe]P!T[0x82][0xd5][0xaf][0xdf][0x83]5[0xaa][0xa7][0xd4][0xad][0x12][0xa7][0x96][0xc0]:l[0x14][0x0][0xa1][0xe][0x9b][0xb0]U[0xc0]>0[0x84][0x6]l[0x2]PK[0x7][0x8][0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6][0xb7]-[0xa5][0xdc]-X/([0x8][0xd2]r[[0xb9][0xaa][0x14]Q[0xc4]`Hj!)[0xc1]([0xbe][0xc]t(C[0x96][0xdd]fwJ[0xe4][0xc1]7[0x89]/[0xbe][0xea][0x8b][0x88]&[0xc4]g[0x84]?[0xc2][0x1f][0xa0][0x9e]Y[0xca][0xdd][0x4]ll[0xda]9[0xb3]g[0xcf][0xf9][0xbe]s[0x9b][0xe9][0xf7]__[0xf6][0x0][0xc][0xe1]I[0xc]q[0xa4][\r][0xf4][0xc6][0x10][0xd0][0xb2]/[0x86]~[0xc][0xd4]"[0x84][0xc1](:c0q'Ff[0xc3][0xb5][0x18][0xc1][0xa8][0x81]1[0x3][0xe3][0xc][0x91]IiK5[0xc5][0x10]L[0xa5][0x97][0x18]B3NA04d[0xa5]-r[0xe5][0xcd][0x15][0xe1].[0xf2][0x15][0x8b]4[0xcd]Yg[0x95][K[0xdc][0x95][0xfa][0xb9][0xa2][0xc][0xa9]u[0xe9]1Lf[0x1d][0xb7]hn[0x94][0x9][0xc8][0x14][0xaf]K[0xc2][0x95][0x9b][0xc2]V[0xdc]2[0xd5][0xba]p\)<[0xd3]+[0x97]J[0x96][0x14][0xae]g.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x89][0xc2][0xbc][0x9d][0xaf]h2DV[0x14]j[0x89][e[0x91]w[0xca][0xee][0xaa] [0xc0][0xd9][0xd4][0xb9][0x88][0xb][0xdc][0xe5][0x9b]B[0x9]7/[0x8b]6WeWd[0xd2][0xd9][\r][0xbe][0xc5][0xcd][0xb2][0x92][0x96][0x99][0x95][0x9e]"h&[0xe9]7G[0x81]r[0xd7][0xed]b[0x8],[0xeb][0xbd]%l[0xbd][0x97][0xb4][0x4]=Yd[0x18][0xad][0x86]M[0x3][0x11][0x9]C[0xe3]Y[0xda][0xa8][0xaa]dy[0x11][0xec][0xb3][0xb5][0xd1][0xd8][0xd2]VT[0x88][0xd6][0x93]U[0xdf].[0x1d]T[0xfe][0xe9])[0xd2][0xf3][[0xb0][0xe0]([0xd2]HnM{[0x94][0xb4][0xad]_g[0xa6][0x88][0xa9][0xe6]0%[0x86]7[0xff][0xa5][0xee][0xd5][0xc7][0x12][0xdb][0x9f][0x80]Y[0xa9]SL[0x9c][0x1e][0x95]AM[0x13]G[0x1d][0xea][0x19]Z[0x8e]([0xa7]][0x97]og[0xfd]V[0xc][0xff]{[0xad][\r][0xdc][0x8d][0xe3][0x1e][0xee][0xc7][0xd1][0x89][0x9][0x3][0x99]8&[0xf1][0xc0][0xc0]T[0x1c][0xf][0xf1][0xc8][0xc0]t[0x1c][0x8f]1[0xc3]0Q[0xfd][0x84]3[0xc]][0xbc][0xa8][0x87]>[0xe7][0xa6]r[0xb6][0x11][0xc]ut[0x92][0xa6]m[0xdb]Q\IG[0xf]_j[0xbf]5[0x16][0xb7][0x8b][0xe6][0x8c][0xc5]=[0xef][0xa0]Y[0xbe][0x86][0x1f][0x9a][0x9a]G^z[0xf8]Ri}P[0x9a][0x8e],[0xe7]l%[0x8a]:,cK[0x1f][0xd4][0xf9]5[0x1a][0xcd][0xd4][0xdc]q[0xac][0x8a][0x5]y[0x8f]T[0xd1]}:2k[0x8e][0xeb]_[0x2][0xc][0xcb][0xc7][0xa3][0xce]+W[0xda][0xc5][0xcc]1[0xcd][0xfc][0xca][0x86]XU[0x94]H5S[0xc6]PrX[0xe9][0xe][0xe0][0x85][0x2]M[[0xea]/[0x14]/[0xd1][0x81]Z[0xba]T[0xf5]'[0x0][0xa6]G[0x8f][0xd6][0x6]z2I2[0x92][0xe1][0xde][0x1d][0xb0][0x8f][0xfe][0xeb]FZ#[0xbe][0xb2][0x1e]M[0xb4][0xc6][0xf7][\r][0xd0][0x8c][0x16][0x92][0xc][0x97][0x90] +[0xed][0xfc][0x13]A[0xd4][0x90][0xcc]}E[0xe0][0xc5][0xe][0x82][0xcf][0xfa]Z[0x10][0xfa][0x84][0xf0]7[0x84]r[0x3][0xbb][0x88][0xd0][0xb8][0x85][0x92][0xa1][0x89]p2[0xbc]7[0x1e][0x9][0x8e][0x1b][0x9]#[0x11]y[0x87][0x8e]d8a[0xc][0x8e]G[0xfb][0x9b][0x8d]D[0xf4]3[0xe8][[0xb3][0x8b]X[0x0][0xcf][0xdf][0x1a][0xec][0xfd][0xef][0x1f][0xfd][0x1f][0x8]1[0xe8]G[0xd1][0xe][0x83][0xd6]&D}[0xee][0x16]\%[0xee]1b[0x9f]%[0x99]E[0x9b][0x1f][0xdd]+[0x8a]`[0x8c]v[0xad][0xf4][0x1c][0xc5][\r][0xc][0xe0]2[0x92][0x14]m[0x17]R[0xb8]B[0xba][0x8]z[0xd0]M[0x9e]m>V[0xae][0x92][0x85][0xde]][0xc3]u[0xca]&Jh[0xed][0xe4][0x17] }[0x6]7[0xa9]PA[0xb2][0x1e][0xa1]S[0x94][0xa4]?[0x9c][[0x95][0xfc][0xf7][0xad][0xba][0xc8][0xaa][0xdb][0xaf][0xd1]m[0xd2][0xf5][0xf8][0xbb][0xd4][0x1f]PK[0x7][0x8];[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/ArrayComparisonFailure.class[0x8d]U[W[E[0x14][0xfe]&[0x84]$[0x84]SR[0x2][0x2][0x5]*A[[0x9b][0xb][0x90]zmk([0x97]B[0xa9][0xa9][0x1]T([0xf4]"[0xea]![0x99][0x84][0x83][0xe1][0x1c]<[0xe7][0xa4][0xd6][0xb5][0xfc]#[0xfe][0x2]_u[0xad]6[0x15][0xbb][0x96][0xcb][0xa7]>[0xf4][0x7][0xf8][0xe8]OQ[0xbf][0x99]D[0x8]&[0xac]e[0x1e][0xe6][0xcc][0xde][0xb3][0xf7][0xfe][0xf6][0xfe]f[0xef][0xc9][0xab][0xbf]~[0xfd][\r][0xc0][0xdb][0xf0][0xa2][0x18][0xc7]B[0x18][0x8b]Q[0x4][0xb0][0xd0][0x83]1[0xdc]R[0xcb]R[0x94][0xcb][0xb2]ZnG[0xd1][0x8f][0x95]^[0xdc][0xc1]Ga[0xe4][0xa3][0x88]bA-w#[0xf8]X)[0xb][0xbd]X[0xc5][0x9a]Z[0xd6][0xc3][0xf8]D[0xd9]~[0x1a][0xc1]g[0xca]b#[0x82][0xcd][0x8][0xee][0xa9][0x18][Ql[0xe3][0xbe]R>P[0xe2][0xfd]0[0x1e][0x86][0xf1]H[0xe0][0xbc]'][0xcb][0xac]nI[0xd7][0xb3][0x1c][0xfb]^~Y@[0xdc][0x15]8[0xb7][0xe4][0xd8][0x9e]o[0xda][0xfe][0x96]Y[0xad][0xc9]n4~B R[0xce][0xdb]%[0xab](=[0xba][0x16][0xf6][0xcd][0xc7]f[0xb6][0xe6][[0xd5]l[0xc1][0xf2][0xfc][0x9c]@[0xcf][0x86]U[0xb1]M[0xbf][0xe6]J[0x81][0xcb][0xff]9[0x9e]m[0xc8]U[0xd3][0xae]d[0xf3][0xb6]/+[0xd2][0xcd][0xcd][0xe5]T[0xc4]U[0xe9]yf[0x85].[0xf1][0x16][0x93][\r][0xdf][0xb5][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf]C[0xb3][0x96]m[0xf9]s[0x2]W[0x93][0xed][0xc7]-[0x9a]E[0x8f][0xa5][0xf8],[0xe2][0xb6][0xeb]:n.[0x9f][0xda][0x12][0x8].9%[0xc6][0x8d][0x15],[[0xae][0xd5][0xe]v[0xa5][0xbb]i[0xee]V5[0x92]Sd[0xd5]&k[0xa7][0xdc]T[0x6][0xfd]=[0x8b]ue[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][[0xc9][0xee][0xd7][0x88][0x9a][0xb5][0x98][0xa8]k[0x9b][0xd5][0xec][0xa2][0xeb][0x9a][0xdf]-9[0x7][0x87]t[0xf1][0x1c]{[0xc5][0xb4][0xaa][0xac][0x92][0xe9][0x85][0xf][0xfe][0xcd][0xbe][0xbb]h[0xd6]<~G[0xcf]N[0x8a]F[0x96]][0x92]OHr^[0xc0]0K[0xa5]e[0xeb]@[0xda][0x8a]z[0xc2]'u[0xce][0xd1][0x8a][0xf4][0x8f][0x19][0x19]L[0xa6]:q[0x12][0x94]fqO `][0xa2]I[0xb][0xcf]yfk[0xfa][0x1a]([0xe0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\hs[0xbe]U[0xb3][0xaa]%[0xa9][0xc]"[0xbe][0xd3]P[0x11]r[0xc3][0xa9][0xb9]E[0xb9]b)[0x16][0xc6]:[0x97]:[0xa3]"[0x19]H[0xe2]s[0x81][0x81][0x13]Dm[0xac][0xae][0xd7][0xc0][0x1b]x[0xd3][0xc0][[0xb8]b`[0x7]_[0x18]x[0xf][0xef][0x1b][0xf8][0x12]_[0x85]A[0xb7]][0x14][0x5][0x86][0xcf]H[0xc6]@[0x9][0x4][0x9e]4U,/Q[0xb6]\[0xcf]O[0x94][0xac]rY[0xba][0xb2][0x94]0[0xfd][0x84][0xac]J[0xb2][0xe4]'[0xc][0x94]Q[0x9]c[0xcf][0x80][0x85]}[0x3]_[0xa3]*[0xd0][0xdf][0xd6]U[0x6][0xe]@:[0xc5]#[0x15][0xd7][0xe1]f[0x87]l[0xe4][0xe8]|[0x88]o[0xc2][0xe0][0xf1][0x7][0xb8]f[0xe0]&[0xae][0x9][0xa4][0xfe][0xf7]M[0xb][0x8c][0x9c]u[0xab][0x2]]Iuq=[0xaa]O[0x97][0x1a]=0[0xd5][0xda][0xab][0x9b]{[0xae][0xf3][0xad]j[0xb1]\[0xaa][0xa3][0x96]M[0xf4]X[0x8d][0xd9]zY`[0x88]M[0xd0]aP[0x4][0xfa]NO[0x13]A[0xd9]=[0xda][0xbe][0xc5]|}w_[0x16][0xfd][0x9c][0xca]&d[0x1e][0x1e]J[0x9b][0x16][0xd3][0x1d][0xc6][0xa6][0xbd][0xa9]Z[0xfa][0xc2]j6[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xea][0xdc]\[0xf1]v-[0x8b][0xd8]3[0xbd]5[0xf9][0xc4][0xd7]|[0xaf])[0xe1][0xc7][0xbf][0xff][0xc8][0xc4][0x87][0xb4]:][0xc7]p[0x1d]#z_[0xc7][0x85][0x9f][0x8e]s[0x9e]A/[0xd7]iD[0xb8][0x8b][0x91][0x88][0x11][0x12]0[0xc1]<[0xe7][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b]/[0xb0][0xfc]-f[0xbb][0x83][0xeb][0x1c][0xfb][0x1b][0xc7][0x4][0xce][0x93][0xd6][0xeb][0x9a][0xa2][0x14][0xbd]o[0xe0]C][0xab][0xdd][0xac]5[0xc2][0xa7]"[0x87]Y][0xeb][0xcd][0xe3]Z[0xb3]Z[0x6][0xaf][0xad][0x8e][0xd1][0x93][0x14]BZ[0xb9][0xa8]C[0x1b][\r][0x83]f[0x18][0x81]9m5[0xff][0xf]PK[0x7][0x8]R[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/AssumptionViolatedException.class[0xa5][0x95]mW[0x1b]E[0x14][0xc7][0xff][0x93]l[0x9e][0xb7][0xa4][0xe5][0xc9][0xd2]'C[0xd5][0x1a]6[0x81][0x14][0x8b][0xf][0x85][0x96][0x96][0x92][0xd6]R[0xa1]([0x9][0xa1]`[0xd1]n[0x92]IX[0xc][0x9b][0x9c][0xdd]M[0xc5][0x8f][0xd2][0xaf][0xe0]+=G[0xac][0xf8][0xc2][0xa3]o[0xfa][0xc2][0xf][0xe5][0xf1][0xce][0xec][0xe6][0x9][0x2][0x8a][0xc2]93[0x93];w[0xee][0xff]w[0xef][0xdc][0xdd][0xfd][0xf3][0xaf]_[0x3]0[0x8d]R[0x14][0x17][0xf0] [0x82][0xf3]X[0x14]CV[0xc][0xf][0xc5][0xf0]([0x84]O[0xa3]4?[0x16][0xc3]R[0x14]O[0xf0]Y[0xc][0xcb]X[0x9][0xe3]i[0x18][0xab]b[0xf9]y[0x18]_[0x88]y-[0x84]\[0x8][0xf9][0x10][0xd6][0x19][0xce][0xdb][0xdc]2[0xf4]Z[0x81][[0xb6]Q7[0xd7][0x97][0xb2][0xc][0xec][0x9][0xc3][0xb9][0xc5][0xba]i;[0xba][0xe9][0x14][0xf4]Z[0x93][0x7][0xe0][0xfe][0xf9][0x18]b[0x95][0x5][0xdb]n[0xee]5[0x1c][0xf2]f[0x18]\[0xde][0xd5]_[0xea][0x99][0x9a]nV39[0xc7]2[0xcc][0xea][0x1c][0x9d][0xad][0xc8]C+[0xba]S[0xda][0xe1][0x16][0xc5][0xdb]b[0x8][0xba][0xb6][0xde][0x13][0xab][0xc5]]^r[0xe8]D[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2]v[0x1e]][0xae][[0xd5][0xcc][0x8e][0xbe]W[0xb2][0xb8][0xed]d<;[0xf9]DrF[0xd5][0xd4][0x9d][0xa6]EA[0xc6][0xfa]:[0xdd][0xd1][0xe6][0xc9]/x[0xc7]0[\r]g[0x9e]a>y[0x1c]n[0xeb][0xb8]z[0xbd][0x89][0x2][0x83][0xb2]X/[0x93]X|[0xd9]0[0xf9][0xd3][0xe6]^[0x91][y[0xbd]X[0x93]9[0xd4]KT2[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xbf]=[0xa3][0xe2][0xec][0x18]6[0xc3]M[0x19]o[0xb7]I[0xc][0x19][0xc3]t[0xb8]e[0xea][0xb5]L[0xa7]d[0x5][0xa3]^[0xd3][0x1d]^~[0xb8]_[0xe2][0xd2]@[0xc4]Q[0xbd][0xab][0xa2][0xe1][0x1d][0xdd][0xf6]J[0x15]x[0xe9][0xce][0xa1][0xbd][0xae][0xe2]t[0xb][0xd7]h[0x89]G[0xb3][0xbc]a[0xf1][0x92][0x88][0xcc][0xb0][0xf0]?[0x12][0x17]5[0x14][0xb9][0x8f][0xad]5M[0xc7][0xd8][0xe3][0x5][0xc3]6Ha[0xc1]4[0xeb][0x8e].[0x8]mA[0xd1][0x89][0xd5][0xd1][0xa5]DR[0xc9][0xb3][0x94]w[0xea][0xdf]z[0xb7][0x98][0xee][0xf6][0xc9][0xeb],[0x82][0xf7][0xff][0xfb][0xf9][0x16][0xc2]H[0x9f][0x10][0xc2][0xae][0x9d][0x1e]:[0xbf]c[0xd5][0xbf][0x15]7%[0x9d][0x19]][0xd8]H[0xdf]][0xba][0xc8]*wV[0xb8]m[0xeb]Ur[0x1a]NN[0xf4]{[0xbe][0xa2]en[0x97],[0xa3][0xc8][0xf3]u[0x86][0xab][0xc9]^[0xe0][0xac][0xdc]s[K[0x88][0xc5][0xca][0x1d][0x3][0xc3][0xa5][0x93][0x9d])n[0xae][0xde][0xb4]J[0xfc][0x91]!:*qJ[0xcf]N[0x9]([0x15][0xd7]QPq[0x11]c*[0xae][0xe0][0xaa][0x8a]kx[[0xc5]%\f[0x18][0xea][0x93][0x9b][0x8a][\r]<[0x13]g[0xde][0x9]aS[0xc5][0x16][0xbe][0xc][0xe1][0xb9][0x8a]m|[0xc5][0xe0][0x9b]MP[0xb7]W[0xeb][0xce]lB[0xc5][0xd7]x[0xc1][0xa0][0xa6][0x13]|[0xbf]A[0xd7][0xc1][0xcb][0xc2][0xa6][0xa3]H[0xfd]r[0xb6][0x7][0x8b][0x92][0xed]`x[0xdd][0xdc][0xb5]y[0xb9][0xa7][0x10]9^[0xab][0xb8][0xc5](R[0x8d][0x19][0xfc]IQ[0xbb][0x88]x[0x93],[0xea]M[0x9b][0xea][0x91]N[0xf6][0xbf][0xcf][0x13][0xee][0xf1]Zoxyu[0xd9][0xee][0x9b][0x8][0xeb][0xb6]ke[0x98]>r[0x85][0xbd]0s}{[0xe0][0xe2]I[0xf7](^'[0x8d][0x6]7[0xcb]y[0xbe][0xef][0x1c]y[0xc8]Z[\r]{Z[0x13][0xc4][0xdc][0xd3][0xde]+[0xa8][0xdf]3z[0xea][0xf1]![0xf7]x[0x97]q[0xb5][0xc2]p[0xfb][0x9f]2<1"[0xc6][0xe9]cv[0x1][0xf4][0xce]E[0x80][0x9a]k[0x8][0xc3][0xb4][0x1e][0x11][0x9f]"[0x8c][0x92][0x8d][0xba][0x8f][0xd6][0x83][0xa2][0xed][0xe4]L[0x8d](g[0xea]E[0xf2]KH[0xbf]q[0x84]hM[0x8d][0x7][0x5][0xef][0x92][0xe5]{[0xb2][0x89][0xf][0x9a][0xa6][0xbd][0x6][0xd3]R[0x7][0xf0]i[0x93][0x7][0xf0]kc[0xca][0x1][0x14][0xed][0xca][0x1][0x2][0x93] [0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]6[0xf9];[0x82]?#[0xb4][0xf1]#y[0xfb][0xf1][0x1e][0x8d][0xd7][0x11][0xa6]1A[0x91][0xc6][0x11][0xa1]_[0x3][0x14]u[0x98][0xa2][0x8e][0xe1][0x6]Y[0xdf][0xc7][0x4][0xfd][0xdf] [0x8f][0x19]W[0x81],I[0xf9][0xe1][0xd4][0xc8]>F[0x14]b[0xa5][0x11][0xab]O[0xae]RD[0xeb][0x97][0xab]4[0xf1]*[0x98][0xa4][0xb5][0xea]y[0xa5]IA[0xc1][0x94]<[0xed][0xe6][0x91][0xc1]M[0x9a][0x83][0xb4]?M[0xb3][0xc8][0xe8][0x3]/[0xa3]mR[0x13]q"[0x1a]SR[0xe9][0xd7][0x8]w[0x80][0xa3]R[0xea][0x16]a[0xcf]H[0xb0][0x84][0xeb][0xd8][0x6][0x8b]H[0x8]&W[0x2][0xc2][0xd7][0x5][0x11][0x91][0x10][0xbe][0x1e][0x88][[0xc7] f<[0x88]*A([0x12]"[0xa5][0xa4]'[0xfb]@[0xcc][0x13][0xc4]=[0x9][0xa1][0xb9][0x8e]][0x10][0xad][0xea][0xb8]8[0xbe]6[0x8e][0xff][0x18][0x8e][0xbf][0x7][0xe7][0xc3]c8[0x1f][0x91][0x87][0xc0]Y [0x1c][0x9f][0x8b][0xe3]g[0xcc][0xc3][0xf1]u[0xe1]<&[0x9c]%[0x89]3[0xea][0x9][0x1e][0xc5]q[0x85][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xec][0x9][0xac]{E[0x8f][0xb7][0x4][0xb4]t[0xab]W\[0x99][0x1][0xb9][0xbd]F29Z[0xe7][0xbb][0xca][0x1f]oK[0xc5][0xdb][0x99][0xc7][0xf1][0x9]n[0xb7][0x8b][0xdd]+:[0x8b]9[0x1a][0x85]h[0x86]f[0xe1][0x1d][0xd0]~A[0xe4][0x87][0xb6]TP[0x1a][0x9f]I[0x9][0xb7]X[0x1]O[0x82][0xe1][0xe][0xee]z[0x87][0xa9][0xd3]e[0xa6][0x9b][0xda]O[0xf0][0xbd][0xc1]@J[0xcc][0x87][0x88][0xfa][0xb0]A[0xab][0xc0]+?[0xab]&[0xcf]P[0x18][0x82][0xf7][0x17][0xa9]8[0xb7]R[0xab][0xc2][0xc7][0x16][0x11][0x6]2S[0xdc][0x96][0x86][0x8][0xd1][0xff][0xc][0xd9][0xef][0x1d][0xb8]6[0x3]][0x9a]T[0x1c]I[0xa7]&[0xbc][0xbd][0xf2]kW[0x1a][0xc2]G[0xcb][0xc7]v[0x88][0xe7]x[0x11][0xe2]%v|[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x8b][0x88]a[0xfd]n[0xb9][0xc][0x8b][0x6]}[0x18][0x8e]Ej[0x19][0xb6][0xa6]f[0xf7][0xb5]=[0xd2][0xa5][0x1a][0xfd][0xd6][0xf0][0x17][0xeb][0xf8][0xd4][0x8]>bXHKc[0x84][0xb2][0xbf][0xfc][0x95]hRD[0x1d]%[0x9][0xab]n[0xbb][0x9a][0xae]qQ/9[0xd1]|$[0xc][0xc3]Z4[0xa3][0xb9]N[0x11][0xa7]3[0x95]`[0xf0]?iS[0xaf][0xfb][0xdd]?[0xb6][0xf7][0xf1][0x8e]N[0xb3][0x9f][0xe][0xdb][0x98][0xa7][0xbf][0xcd]=s`n[0x87]d[0xdb][0xe4][0xc5][0x84][0x8c]p[0xbe]w[\r][0xf6][0xa5]J[0x7]d[0x9b]U[0xb0][0x85]{d[0xc3][0xba][0x80]p[0x81][0xb0][0x8d][0xfb][0xe8][0xa0]Q[0x91][0xdf][0x12][0xba]\[0xd8][0xf3]n0w[0x85][0xc6][\r][0xbc][0xcb][0xa9][0x1e][0x8b][0x13]=B[0xf2][0x96][0x8][0x97][0xe9][0xf5]([0xf2][0x0]+U[0xf5]*[0x9d][0x1f]V[0xa7]G?[0x1]PK[0x7][0x8][0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/ComparisonCriteria.class[0x8d]V[0xdd]s[0x13]U[0x14][0xff]m[0xb3][0xc9]n[0x96][0xa5][0x85][0xb6][0x1][0x2][0xa8]A[0xbe][0xf2][0xd9][0x80]J[0x85][0x16][0xaa]PZ([0x4]P[0x8b][0xd5][0x82][0xa2][0xdb][0xe6]6[0xdd][0xba][0xcd][0x86][0xcd]Fa[0xc6][0xf1]Igxd[0x86][0xf1][0x81]'G[0x1d][0xa7][0xa3][0xe3][0xb]/mGFy[0xd3][0x19][0xff][0x15][0xff][0x7][0xf5]ww7[0x14][0xd2][0xc0][0xd0][0x99][0xde]{[0xee][0xb9][0xe7][0xf3]w[0xce][0xb9][0x9b][0xbf][0xff][0xfd][0xed][0xf][0x0]G[0xe1][0x1b][0xe8][0xc1][0x98][0x86][0xb7][0xc][0xbc][0x8d][0xd3]:[0xce]h[0x18]7[0x10][0xc7][0x98]\[0xce][0xea][0x98][0x90][0xfb][0xa4][0x81][0xbd]8g[0xe0]<[0xa6]$uA.[0x17]5T[0xc][0xf4][0xe2][0x92]<\[0xd6]pE[0x1e][0xde][0x91][0xd6][0xde]5[0xf0][0x1e][0xa6]u\5[0xf0]>ft| [0x15]?[0xd4]1+M][0xd3]q][0xc3]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]'[0xed][0xba][0xed][0x8f])[0x88]es3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]q[0xb7]*[0x14][0xf4]U[0xec][0xba][0xb8][0xdc]Z[0x9e][0x13][0xde]Uk[0xce]![0xa7][0xbf][0xe2][0xce][[0xce][0x8c][0xe5][0xd9][0xf2][0x1c]1U[0xd1]n*8\q[0xbd]Zy[0xa9]ECe[0xbb][0xee][0xb][0xaf]n9[0xe5]qw[0xb9]A[0xe9][0xa6][[0x1f][0xf7]l[0xf2]lkT[0xc1][0x16][0xcb][0xf3][0xac][0xdb][0x13]7[[0x96]C[0xbd][0x13][0xd9][0xca][0x92][0xf5][0xb9]Uv[0xac]z[0xad]<[0xed]{v[0xbd]6[0xfa][0x4][0xe7][0xca][0xdc][0x92][0x98][0xf7][0xbb]pd[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x17][0xba][0xf9]=-=l8[0x9f][0xb4]l[0xa7][0xe5][0x9][0xfa][0xde][0xfd][0x84][0xa1][0xd3][0xcd][0xa6][0xf0]|[0xdb][0xad]Ox[0x9e][0xeb][0xf1]R[0x17][0xb7][0x1a]4-[0xaa]2[0xd3]M[0xe][0x9][0x93]5[0xef]3h[0xfa][0xb5][0xf9]?[0xa5]@[[0x16][0xcd][0xa6]U[0x13]O[0xcb]GI(H[0xb6][0xed]1M-[0xd4]%[0x95]X[0x14]VUx[0xc4][0xf7][0xf1]uE[0xd4]k[0xfe][0xa2][0x2]c[0xe2][0xd6][0xbc]h[0xc8][0x90][0xa4][0x86][0xdd][0xc][0xd2]P[0x90][0xca]vI[0xff][0x9a][0x82][0xb4][0x15]d[0x10]HQVL[[0xcb][0xa2]m[0xea]D[0x17][0x9d][0xe7]r[0xa2][0xa8]sLkk[0x14]k[0xdb][0xd6]@[0xe8]g[0xc2][0x11][0xcb][0xa2][0xee]7[0x83][0xca][0xb1][0xe0]/[0xe4]A[0x96][0xc9][0x98]v[[0xde][0xbc][0x98][0xb4]e[0xbb][0xec][0xdc][0xdc][0x13]CR[0xcb][0xc4]KxY[0xc1][0xb6]N[0xb][0x1a]>6q[0x3][0x9f]([0x0][0x95];[0xe3]=[0xd3][0xb2][0x1d][0x82]i[0xe2]SX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "zF2&[0xe6]0o[0xe2]M[0x1c][0xd7]P5![0xb0]`[0xe2][0x18][0x86]M[0x1c][0xc0]A[0x5][0xb9][0x17][0xee][0x15][0x13]5,[0x9a][0x18][0x1][0xeb][0xb8][0xeb]Y=#c[0xb6]M,[0xe1]3[\r][0x8e][0xf4][0xb3][0xcc][0x10][0xdb]U[0xcd][0x4]m[0x9e][0xf9][0xc2]jf[0xea]-[0xc7][0xd1]P7[0xe1][0xa2][0xc1]r[0x86][0xf0]v[0xdc][0x9b][0xb8][0x9]6E6[0xe4]:[0x1][0xf4][0xcd]L[0xd5]^X[0x10][0x9e][0xa8][0x16]3m[0xb3]C[0xe1][0xd5])[0x99]2[0xbb][0xa4]/[0x13]Zk[0xb3][0x15][0x1c]|[0xa1]9l#[0xdd][0xf2][0xed][0x8][0x2][0x1a]3[0xaa]B4[0xda][0x83][0x99][0xcb]^[0xdf]\[0xce].,[0xd9][0x89][0x9][0xab][0xd1][0x10]u[0xce]M[0xa9][0xcb]4[0xe7]6[0xb1][0xa2][0xaa][0xc9][0x91][0xf3][0xdd][0x90][0xa5]`0[0xbb]Yp[0xf4][0xa9][0x92]{b[0xc1][0xa1][0xc7]r4[0x16][0xb1][0x9a][0xf0][0xbb][0xb7][0xe1]T[0xae][0xdb][0xf8][0x9a]V[0xb5]z[0xd6]f[0xb]7Y?[0xbe][[0xd9])[0xd9][0x9c]G[0x9e][0xff][0xfe]t<[0x12][0x81][0x8a]N[0xc7][0xe3][0xe][0x87][0x82][0xa3][0xf1]T[0xd0][0x1][0x93][0x9e][0xfa]:X[0xc1][0xc3]J[0x98][0xb6]m[0x94]&[0xb4][0xcb]([0x16][0xd8]o[0x1d]#[0xde][0xc6][0x8d][0xae][0x92]t[0xd5][0x1e][0xc3][0xae][0xcf][0x0][0xc7]uov[0xea][0xd9][0x10][0xab][0xfb][0xf8]I[0xe8][0x81][0xfc][0x8b]s[0x80]8c\_[0xe1][0xa9][0xcc]][0x91][0xdc][0xfc][0x1a][0x94][0x7]$z[0x90][0xe1][0x9a][0x8][0x98]&[0xf6][0x5]k [0x80]W[0xb1][0x1f]r[0xfa]8B[0x94][0xa2][0xb2]r[0x97]\[0x83][0xbc]_[0x8a][0xa5][0x9f][0x90]VG[0xcf]l[0xac]8[0x1d][0xee][0xa5][0xe9]u[0xc4][0xee]C}P[0xf8][0xb]z[0xbf][0xba][0x82][0x1d][0xf][0x11][0x9f]]C[0xa2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]_[0xe7][0xb2][0x8a][0xe4][0x88][0x9a]/[0x96][0xd2][0xea][0x1a][0x8c][0xe1]xl8[0x91]J[0xa4][0xe2]?[0xe0]F1[0x95]X[0xc7][0x96][0x11][0xad][0x14][0xee]z>[0xad][0xad][0xc1][0xbc][0x8f][0x3][0xf9][0xb4][0x1e][0x10]{[0xf2][0x85][0xb4][0x96][0xa6][0x8d][0xad]+[0xc8][0x8f]$[0xd3][0xc9]Tb[0x15]}[0xe9][0xe4][0xa3]|[0xc8][0xde][0xb6][0x82][0x81][0x91][0xe4]C[0xf4][0xce][0xa6]Uy[0xb9][0x86][0xfe]G_'[0x94][0x95][0xff][0xbe][0xc0][0xc8][0x1b][0xb8][0x8d]/[0xf9]e[0xbc][0x83][0xbb][0xb8][0x87][0xed]Q[0xc6][0x97]1[0xc0]u/[0xf6]@B[0xb5][0x9f]#[0x10]g[0x91]%?[0x87][0x19][0xe4][0xf9][0xf6][0x14][0xa9]9D[0xdd][0xd7][0xa8]][0xc6]W8[0x82]o[0xf8][0xb5][0xbe][0xc3]y[0xbf][0x8b][0xe3][0xb4]4[0x8c]o[0xf9][0xe0][0xfc]H[0x9d][0x9f]1[0x1a] [0xd7][0xc0][0x16][0xca][0x19]8[0x84][0xc3]H[0xf2][0xb6][0x97]T[0x96][0xd4][0xc].[0xd1]j[0x1e][0x1a][0xad]N[0xa0]@J[0xc7]9[0xbe]XE[0x94][0x88]<[0xf1][0x8c][0xb0][0x96][0xd4]PP"I[0x1d][0xa1]\O@[0x1d]%[0x15]c[0x84][\r][0xc6]R[0x86][0xca]8[0x17][0xf0]:u[0xe3]x[0x83][0xf7]*[0xe5]{)[0xc9][0xf7].*[0xf2]y[0xee]Rs[0xb0][0xf0]'[0xb6][0x13][0xff][0x81]U[0xc][0xde][0x87][0xc6][0xa2][0xa8][0xb1]_;j>[0x16]D[0xbe]#[0x94][0x1c][0xc7]`[0x10][0xaf][0xb4][0xc2]'5[0xb2][0xfa][0xf]O2Z[0x97][0x15]NG[0xc5]-[0xc9][0xe2][0xa6][0xc2][0xe2][0xae]cG[0xb1][0xe3]f[0xe7][0xc6][0xcd]:v[\r][0xab][0x5][0xb9][0xc6]Sj*[0xfe][0x1d][0xb2]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xb9][0xa4][0xe2][0xab][0xd8][0xdd][0xbf]GR*[0xa9]P/[0x15][0xdf][0x8][0xf8][0x10][0xa1][0x4][0xc6][0x3][0x0]vc[0x92]=}[0x8e][0x0]L[0x11][0x98][0xb][0xfc][0xe5]t[0x91][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]\[0x9][0x12][0x1a][0xb]C}[0x9c][0x90][0x1b][0xc0][0xa9][0x4][0xd4][0xd1][0x8]X7[0x80]S[0x2]{[0xc]'[0x8][0xa7]J+[0xe5][0x10]XU[0x95][0xdf][0x80][0xa0][0xfd]O[0x6][0xfe]O[0xfd][0xf]PK[0x7][0x8][0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/ExactComparisonCriteria.class[0x8d]Q[0xcb]N[0xc2]@[0x14]=[0x3][0xa5][0xc5]Z[0x4][0xc1]w\[0xe8][0xc2][0x88]Hl\cL[0xc][0xc1][0xb8]ht[0xa1]a?[0x94][0x9][0xe])S[0xec][0xc3][0xf0][[0xae]4.[0xfc][0x0]?[0xca]x[0xa7]4a[0x1]&vq_s[0xce][0x99]3[0xb7][0xdf]?[0x9f]_[0x0].q`[0xc3]@[0xc3][0xc6][0x16][0xb6]-[0xec]X[0xd8]e0[0xaf][0xa4][0x92][0xc9]5C[0xb1]y[0xd6]g0[0xba][0xe1]P0T=[0xa9][0xc4]}:[0x19][0x88][0xe8][0x89][0xf][0x2][0x9a][0xd4][0xbd][0xd0][0xe7]A[0x9f]GR[0xf7][0xf9][0xd0]H[0x9e]e[0xcc][0xd0][0xf6][0xc2]h[0xe4][0x8e]S[0x12]r[0xa5]JD[0xa4]x[0xe0][0xf6]f[0xdc]O[0xba][0xe1]dJ[0x94]8T[0xdd]H[0xd2][0x81][0xe4][0x1d][0x86][0x6][0x8f]c[0x11]%[0xbd]@L[0x84]J[0xe2][0xde]K[0xca][0x3][0x86][0xd3][0xa6]7[0xe6][0xaf][0xdc][\r][0xb8][0x1a][0xb9][0xf][0x83][0xb1][0xf0][0x93][0xce][0xf2]D{,[0x8b][0xd9][0x94]j1[0xd4][0xae][0x96][0x10][0xf4]$[0xba]8[0x93][0xb4][0x1f][0xc3]4[0xf2][0xc5][0xad][0xd4]^[0xf][0xff]0t[0xa1][0x15][0x1c][0x94]`Z[0xd8]s[0xb0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xeb][0xff][0xef]a8Y[0x1]^[0x85][0xab]-p7[0xd9][0x2][0x18][0x9c]|[0x13]z[0x3]1[0x8e]Q[0xa4][0xdf][0xa3][0xbf][0x2][0x98]6D[0xd1][0xa2][0xce][0xa5][0xcc]([0x97]Z[0xef]`o[0xd9]q[0x99][0xa2]9[0x1f]b[0x8d][0xa2][0x93][0xd7]6[0xd6])[0x1b][0xd4]Wr[0xf2][0x1d][0xa1][0x8b][0x1a]}[0xde][0xfe]@a[0xc1][0xb6])[0x83]*[0xcd][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "GsT[0xae][0xa0][0xab][\r]T3U[0x13]5[0xaa][0xb4][0xa5][0xcd][0x8c]][0xff][0x5]PK[0x7][0x8][0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/InexactComparisonCriteria.class[0x95]R[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x13][0xd7]y[0x90]>x[0xa7][\r]%$MB[0xcc][0xfb]![0x10]"[0x8a]k[0xa9]RD[0x17][0xa0][0xec]'[0xc9][0xa4]8r[0xec][0xe2][0xd8]U[0xff][0x81]/[0xe0][0xb]X#A[0x89]X [0xd8][0xf2]Q[0x88];v[0xd4]Hm[0xba]`3s[0xee][0xbd]s[0xcf]93w[0xfe][0xfc][0xfd][0xf1][0x13][0xc0]}[0xf0];[0xee][0xe4][0x90][0x9a][0xa6][0xae][0xd3][0xf1],*Y[0x9c]T[0x93][0xc3][0xc8][0x12]3[0xa4][0xb0])[0x85][0x99][0xc9][0xb0][0xca][0xa7]S[0xe1][0xf9][0xbb][0xb6][0x98][0x8][0xc7][0x9f][0xee]~[0x8][0xb8][0xcd]P[0xad][0x9d]7~>#9[0xd2][0xe2][0xf8][0x90][0xb0][0x18][0xd2][0xbd]H:[0xec]V[0xdf][0xba][0x81]7[0x10][0xa6]%[0xfd][0x96].4[0xd5][0x92][0x84][0x1a][0xf2][0xb8][0xab][0xa1][0x5]]C[0x16]9[0x89][0xee]1[0x14][0x16]Z[0x86][0x1b][0xd0][0xbd]5[0x1a][0xc6][0x3][0x5][0xf]5<[0xc2]cz[0xab]E[0xdd][0xb4]][0xee]kx[0x82][0xa7][0xb2][0xf6][0x8c][0xa1][0xf9]?[0xf][0xc3]PYr|[0xd9][0xb9]xM^W9[0xe2]v [0xf6]G[0xc][0xeb]4[0xbc][0xee]Y[0x9b][0xf4][0xce]k[0xf4][0xb6][0xdd]3[0xf6]([0xbd]2[0xc][0xf][0xf4]d{HFc(,[0xa4][0xdb][0xe1][0x14][0x18][0xb4][0xf9]8[0xe4][0x18]h[0xca][0xa9][0x9a]a[0x84]D[0x1d]I[0x9e]E[0xb7])k[0xa6]IcD[0x99]>[0xa6]F[0xbf][0x95][0xe6])_[0x90]P[0x9c]P[0x1e][0x5]Z/Q[0xb4]Gq[0x9c][0xf6]l[0xfd];X[0xbd]:C[0xec][0x1b][0xe2]_([0x11]C[0x91][0xd6]\XL#[0x81][0xc][0xd1][0xa8]X[0xa5]h[0x83]j[0xd4][0x80]5[0xac][0x3]![0xda][0xc0][0xe5]P [0x8f]+[0xa7][0xb4][0xb1][0xe8]TH[0xbb]=Cb[0x9][0xad]F[0xb4]YZs[0x17][0xd2]^%[0xba][0x4][0xae][0xe1][0xfa][0x9c][0xf6]#Rag[0xbb][0xf1][0x1b][0xc9]O(7~!y[0x82]T3[0xda][0xea]_[0x11][0x8f][0xd0][0xc][0xca]g[0x94][0xa8][0x9a]>A[0xa6][0x19]mQU[0xa2][0x19][0xd4][0x85][0x95]"[0x9][0xc8]U![0x13][0x15][0x92]~Mw[0x91]v[0xb6]"[0xa1]S;m[0xdc] [0xa3],D7[0x9][0xc5][0x8][0x97]B[0x96][0xcd]PK[0x7][0x8]7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/internal/JUnitSystem.classMNMK[0x3]Q[0xc][0x9c][0xd4][0xb5][0xab][0xf5][0x83][0x9e],^<[0xb7][0x97]><{[0x12]DP[0x4][0x8b]K{]C[0xc9][0xb2][0xfb]^y[0x9b][0x15][0xfd]k[0x1e][0xfc][0x1][0xfe](1[[0xf]5[0x10][0xc2]df[0x92][0xf9][0xfe][0xf9][0xfc][0x2]p[0x8d][0xf3][0x1c][0xa7]9[0xce][0x8][0x19][0xbf][0x8b][0xda][0x98]>[0xcc]V[0x84][0xd1][0x1d]o[0x13][0x97]^[0xf9][0x95]p[0xf9][0xd2][0x5][0x95][0x86]W[0xd2][0xca][0xba][0xe6][0xdb][0x10][0xa2]z[0x95][0x18]Z[0xc2][0xc5]S[0xe5][0xdf][0xbc][0xab]}[0xd8][0xb8][0xbd][0xe7][0x86]p[0x10];;7[0x99][0xce][0xfe][0x4][0x12][0xdd]"I[0xd0]B[0x13][0xfb][0xc6][0xf8]Q[0x11][0xbb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf2][0xbd][0xd4]L[0x18]?.[0x83]h[0xf1][0xd1]*7[0xf3]^O[0xb8][0x8a]i[0xe3][0xaa][0xce][0xd6][0xce]l[0x9c][0x82][0xaf][0xdd]?[0x95]y[0xf6][0x8f][0x9f][0xd7][0x15][0x97]:$[0x10][0x6][0xe8]k[0x90]Y[0x0]d[0x86][0xe]wx[0xb8]kB[0xe][0x18]s[0x84]c[0xc3][0x16][0xa1]W[0xe2][0xe4][0x17]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$1.class[0x85]T]O[0xd3]P[0x18]~[0xce]V[0xd6][0xad]tl [0xa2][0x8][0x8][0xc2][0xc6]&e[0x88][0xa0][0x19]!![0x3][0xc]q[0xcc][0x8b][0x19]nM7[0xea]V[0xd2][0xb5][0xa6][0xeb][0x8c]?[0xc3]`[0xe2][0x8d]7[0xdc][0xe8][0x5]F/[0x8c][0xd7][0xfe]([0xe3]s[0xda][0x85][0xa0][0xb0][0x90][0xa6][0xe7]}[0xcf][0xfb][0xf1][0xbc][0x9f][0xed][0xef]??~[0x2]([0xe1][0x99][0x86][0x14][0x96]4$[0xb0][0xac]![0x87]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xb1]2[0xc][\r][0x5][0x15]E[\r]I[0x81][0xb6]r[0xd5]S[0xf3][0x9d]i8[0xa6][0xdb]2|[0xeb][0x8d]c5[0x83][0xbe]}y[0xb0]&([0x10][0xeb][0x94][0x4][0xa6][0x7][0xdb]H[0x8b]u[0x1e]6[0xcd][0x84][0xb4][0xb7]y[[0xbe][0x1c][0xee]e[0xe3][0x94][0xf6][0xe5][0xab][0x92][0x10][0xfe][0xfd][0x9a][0xac][0xfd][0x8a]Nj[0x88][0x98][0xaa][0xdb]-[0xd7][0xc]z[0xb2][0x86][0xbd]A[0x98][0xbd][0xc0]v[0x8c]JX[0xaa][0x19]x[0xfe][0xf6][0xe0]dw[0x88][0xab][0xd5][0xbd][0x9e][0xdf][0xb4][0xe]l[0xd9][0xe0][0xd1][0xcb]=[[0x95]~[0x9c][0xcd][0xbe][0xdb]t[0xbc][0xae][0xed][0xb6]"[0xa5][0x8a][0x92][0x8e]a[0xe8]:[0xd6][0xf1]X[0xc5][0x86][0x8e]'[0xd8][0xd4][0xb1][0x85][0xa7]:[0xc6]qO`jP<[0xa9][0x9f][0x10][0x98][0xbf]qV[0x2][0xd9][0xff]k[0x13][0x18][0xbf][0xae]8[0x81][0xd9][0x1b][0xd0]8[0xf6][0x96][0x15][0xd4][0xcc][0xe][0xcb][0x1b][0xcf][0xe5]/5[0xa3][0x1e][0xf8],[0xaa][0xfc]O[0xb0]H&[0x90]l[0x9b][0xdd]v[0xb4][0x9b]\T[0xe]f[0xa4][0xb6]{[0xb4][0xff]z[0xb7]^[0xd9][0xaf][0xed][0x1d][0xd6][0x9e][0xb]L^[0xdb][0xec]2[0xe6][0xb8][0xf0])n[0xa8][0xc6]o#[0xce][0x97][0x9d][0xe2]-M[0xce] [0xe5][0xf2]bh[0xe5][0x1b][0xc4][0x17]21[0x8c][0xf0]L[0x84][0xc2][0x11]dx[0xea][0x91][0x1][0xb2][0xb8][0x5][0xb9][0xe6][0xec]W[0xdf][0xf9][0x3][0xc1][0x86]HW[0xb][0xe7][0x88][0x9d]#[0xbe]S[0x8c][0xe8][0xa6]23[0xa1]|D[0x86][0xe7]'[0xa8][0xb1][0xcf]P[0x94][0xb3][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xef][0x18][0x8a][0xe3][0xec]"[0xca]d[0xe8][0x9d]arY[0x8c][0xf2][0xb9][0x8d]1,[0x10]_F[0xdd][0x88][0x90][0xfb]Q%7I[0xbd][0x8][0xb9])r1z-[0xe1][0xe][0xa6][0x99][0xc3](fp[0x97][0x9c][0x92][0xdd][0x95][0xd3][0xee]g[0xf7][0x82][0x1a]Ylz[0xa5][0xf0][0xb][0x89]"[0xdf]s[0xa8]g[0xd7][0x96]8[0x17][0x19]^[0x4]K[0x13][0xf0]~[0xa8]Oc[0x96]\[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0xa4][0xe7]<[0x1e][0x84]t[0x1][0x8b][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]*`[0xd2]`g9[0x9f][0xd0]7[0xf9][0x17]PK[0x7][0x8]Q[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$2.class[0x85]S]o[0x12]A[0x14]=[0x3][0xb]K[0xd7][0xc5]R[0xa4]Z[0xab]@[0xb1][0xad][0xe5][0xcb]nA[0x8d][0xf]4$[0x6]5i[0xc4][0xfa]@[0xd3][0xf7][0x81]n[0xe9][0x92]e[0xc7][0xc][0x8b][0xf1][0xaf][0xf8][0x1f]x[0xf1][0x5][0x13][0x1f][0x8c][0xcf][0xfe]([0xe3][0x9d][0xdd]M[0x83]R[0xd2][0x87][0x99][0xb9]s[0xbf][0xce][0x9c]{[0xef][0xfc][0xfe][0xf3][0xe3]'[0x80][0x6]^[0x1a]Ha[0xcf]@[0x2][0xfb][0x6][0x9e][0xe2]@Ie[0x1d][0x15][0x3]:[0xaa]:j:[0xea]:[0x9e]1$[0x8f][0x1d][0xcf][0xf1][0xdb][0xc][0xf1]r[0xe5][0x9c]A[0xeb][0x88][0xb][0x9b]a[0xbd][0xeb]x[0xf6][0xe9]t[0xdc][0xb7][0xe5][0x19][0xef][0xbb][0xa4][0xc9]v[0xc5][0x80][0xbb][0xe7]\:[0xea][0x1e])5[0xff][0xca][0x99]0[0x80][0xc1]<[0xf1]<[v\>[0x99][0xd8][0xa4][0xd9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xb4]FSJm9[0x9e]oK[0x8f][0xbb][0xd6][0x7][0xdb][0xbf][0x12][0x17]=![0xe9][0xbe][0xd7]l1[0xe8][0x3]1[0xfe][0xc4]%%zU[0xee][0x8e][0xf8]gn[0xb9][0xdc][0x1b]Z[0xd2][0xbe]t[0xed][0x81][0x1f][0xf9][0xb7]V[*'[0xc][0xb1]q[0x83]a{[0xb5][0x8f][0xf2]h2[0x18]![0x94]3[0x11][0x1e][0x3][0xa3][0xb8][0x83]E[0xc4][0x8f][0xfd][0x11][0x85][0xb4][0x96]5[0x1][0xc2][0x97]#E[0xc9][0xa6],[0x84][0xbd][0xd6]s[0x86][0x1e][0xf7][0xa7][0x8a][0xc6][0x9b]U9[0xa7][0xbe][0xe3]Z[0x9d][0xe0][0x9][0xdc][0x17][0xf2]x[0xf5]{[0xdb][0x94][0xd7][0xe8][0x89][0xa9][0x1c][0xd8][0xef][0x1c]U[0xe3][0x8d][0xc5][0xb2][0x1d][0xaa]8j[0xcf][o[0xe0][0x8a][0x89][0xe3][\r]C[0xa3][0x8e]C[0x13][0x6][0xee][0x98][0xb0]p[0xa4][0xa3]a[0xa2][0x89][0xe7]&^[0x80]^[0xbe][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc4]=[0xe4][0x18]J[0xb7]v[0x8a]![0xf3]?-[0x86][0xdc]M[0xbc][0x18][0x8a][0xb7]d[0xa3][0xa6][0xf]m[0xff][0x94][0x8f][0x89]Y[0xae]\Y[0xa8]C[0xcf][0x97][0xc4][0xa7][0xf5][0xf]X[0xa8][0xa3][0x1a]G[0x83]r&[0x18]6[0xcb][0xcb]A[0xaa]M)_[0x84]7[0xec][0xd0][0x88][0xa7]h&[0xd7][0xe8]#[0xc4]iQa[0xd4][0x84][0x92]d[0xd1]I[0xe3][0x8a]D[0xf5];[0xd8]7[0x12]bH[0xd3][0x9e][0xc][0x94][0x8f]q[0x97]v3t[0xc0]:[0xb2]P[0x83]M5[0x8a][0x82]%ykt[0x16]js[0xc4][0xea][0xb4][0xe6][0x88][0xb7][0xf3]_[0x91][0xc8][0xcf]H[0xa3][0x91]F#[0xcd][0xec]:k6[0xf0][0xce]Sl[0x1][0x19][0x14][0xe9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xaa]a[0x96][0x8]AI[0x9b][0xb8][0x1f][0xa0][0x16][0xf0][0x80][0xa4][0x18]Ed[0xb1][0x85][0x87][0x88]g^[0x13][0xfe]v[0x84][0xff][0x9e][0xc8](:[0xe9]j[0xed][0x17][0x12]uZs$g7[0x92][0xd8][0x9][0x1d][0xaf]![0xd2]xD[0x16][0x16]Hy[0x92][0x14][0x91]B[0x10]Y$_u[0x96][0xf0][0x84]N[\r][0xbb][0xb4]o[0x4]5[0xa3]N[0x5][0xb1][0xa9][0xbf]PK[0x7][0x8][0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/MethodSorter.class[0x95]T[0xdb]N[0x13]Q[0x14]][0x87][0xb6]N;[0xc][0xa5][0x94][0x8b][0x8]" [0xa8]mAj[0x1][0x1]-[0x82][0xa5][0xa5][0x88][0xb6][0xe5][0xa1]Hb|0C[0x19][0xca][0x90]a[0x86]L[0xa7]D[0xf8][0x2]?[0x7]%[0x1][0x94][0xc4][0xf8][0xa4][0x89][0x1f]e[0xdc]s[0xa1][0xc][0x97][0x82][0x92][0x94]s[0xf6]>[0xeb][0xac][0xbd][0xf6][0xe5][0xcc][0xef]?[0xdf][0xbe][0x3]H[0xa0][0xc0]![0xce][0xe3][0x9][0x12]<[0x9a]1j[0xee][0xc6]x[0x8c][0xe3])[0x8f][0x10]&[0x2][0xe4][0x9b]l[0x4][0xc3][0x14][0x8f]gx[0xce]![0xc9][0x83][0xc7][0x4][0x87][0x19][0x1e][0x82]}<[0xcb][0xe1]%[0x87][0x14][0x3][0x97][0x99][0xcf][0xa6][0xde][0xe6][0x96][0x19]:r[0x9b][0xe2][0x8e][0x18][0xaf][0x1a][0xb2][0x12]Ok[[0xdb][0xa2].[0x1a][0x9a][0x9e]d[0x8][0x14][0xe5][0xb2]*[0x1a]U]b[0x18][0xbd][0x12]4m{[0x15]Q-[0xc7]ui][0x91]JFv![0xfa]d6[0xe0][0x8e][0xd9]mj][0xab]e[0xb5][0x91][0xdd]~[0xce][0xf6]"@[0x13]r[0x9b][0xf6][0x9d][0xe4][0xf9]D[0xab][0x87][0xd6]{[0xb1]V[0xb0]C4[0xfc][0x0];[0x86]'[0x17];[0x84]7?[0xf4][0x13][0xfe][0xe1][0xa1]c[0xf8][0x86][0xf7][0x9][0xe1]!&[0xd0]M[0x1f][0xfd][0x1f]G[0x10][0x13][0xc4]8I[0x8b][0xa1][0xc1]A[0xf5][0xd7]Pm5}[0xf7][0xe9]G#K[0xb6][0xa9]n[0x8c]V[0x9a]C[0xf8]bG[0xb8][0xf5][0xd9]I[0xf][0xf4][0x91]7)f([0x95]Y+[0xb0]`[0x83][0xf0][0x0][0xf][0xad]Sz[0x5]Nz[0x19][0x87] [0x1c][0xfb][0x5][0xee][0xb][0xb8][0xfd][0xd8]W[0xf8][0x19][0xe][0x11][0xd8][0xaf][0xb1][0x5]-[0xd9]s[0xc4][0x96][0x86][0x1f]Y[0x17]c[0x18]Q[0xc4]h[0xb5][0xa5][\r][0xd1][0xe9]pMZ[0xc2][0xd2][0x0][0xb4][0x9f][0x80]w[0x84][0xc6][0x3]p'[0x10]h[0xd7]t[0x80][0xa0])[0x95][0xb9][0xa4]6[0xd1][0xda]M[0xbb][0xc7][0x16][0xd1][0x8]^X[0xe4][\r][0xe4]5[0xff][0xfc][0x14][0xce]Z[0xff][0x2]PK[0x7][0x8][0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/RealSystem.class}Q[0xcb]N[0xc2]@[0x14]=[0x3][0xd5]J[0xad][0x82]([0xe0][0xb][0x14]W[0xe0][0x82][0xc6][0xb5][0x8f][0xc4]hL4D[0x8d]([0xfb][0xa1]NpH[0x99][0x9a]25[0xfa]W[0xea]F[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x8a]1[0xc4][0xcd]}[0xcd]=[0x8f][0xc9][0xfd][0xf8]|{[0x7][0xb0][0x85][\r][0xb][0x13]X[0xb2][0xb0][0x8c][0x95][0xc][0x85]U[0x13]e[0x13][0x15][0x13]k[0xc][0x93];RI[0xbd][0xc7][0x90][0xae][0xd5][0xdb][0xc][0xc6][0x81]-[0x18][0xb2]M[0xa9][0xc4]i[0xd8][0xef][0x88][0xe0][0x92]w<[0x9a][0xe4][0x9b][0xbe][0xcb][0xbd]6[0xf]d[0xd4]'CC[0xdf][0xc8][0x1][0xc3]Z[0xd3][0xf][0xba]N/$"G*-[0x2][0xc5]=[0xe7]Bp[0xaf][0xf5]0[0xd0][0xa2][0xbf]M[0x8b][0xe2]^jJ[0xb5][0xe3]X[0xc4][0x8d]E[0xd8]1[0x83]u(n[0x3][0xe1]r-[0xae][0x19][0x96].B[0xa5]e_[0xb4][0xe5]@[0x12][0xff][0xbe]R[0xbe][0xe6]Z[0xfa][0x8a]4[0x8a][0xcd][0x1e][0xbf][0xe3][0x8e][0xc7]U[0xd7][0x19]a[0x88]:[0xed][0x87][0xc4]\[0xaa][0xd5][0x87][0xb][0xd2]w[0xce][0x3]2[0xd1][0xd2][0x81][0xe0][0x91][0xb4][0xd5][0xf2][0xc3][0xc0][0x15]G22[0x9c][0x1d][0xb9]jD[0xeb]6LL[0x99]X[0xb7]1[0x8b][0xac][0x8d][0x2][0xaa][0xc][0xe5]?[0xc3][0x90][0x1b][0x19]9[0xeb][0xf4][0x84]K[0xea][0x95]1[0x90][0x93]+j[0xc7]`[0xbe]G[0x85][0xb1]~Q[0x85]A[0xb7][0xa2][0xbb][0xd0][0xe1][0xd2][0x94][0xc9][0x1f][0xc5][0xc]u[0xe]eFyb[0xf3][0x5][0xec][0x89][0x8a][0x14],[0x8a][0x93][0xc3]![0xa6])[0xda]Imc[0x86]2[0x8b]>E$[0x11]x[0x97][0xba]T[0xf4][0xb6][0xf2][0x8a][0xd4][0x8]l[0xc5]C[0x9b]4gb[0x82][0xe2]p)![0x88][0xaa][0x1c][0xe6][0x8][0x9a][0x8f][0xbb][0xf9]Dn!&/[0xd0][0xf6][0xd0]Y#qf<#[0xfd][0xf8][0xc7]X[0xee][0x97]1[0xe3][0xc7]X)[0xde]Z[0xfc][0x2]PK[0x7][0x8][0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/TextListener.class[0x8d]V[0xeb][0x1c]e[0x15]~[0xde]d7;[0xdd]L[0x92]v[0x93][0xb4][0xa4][0xf4][0xb2][0x1][0x9a]n6iW[0x1][0xb9][0xa4]1[0xa6][0xb7][0xc8][0x96][0xb4][0xc5]$m[0xa5] 8[0xd9][0xcc]&[0x13]63qf[0x96][0xb6][0xa0][0xa2]R[0xae][0xa2][0xa8][0xd4][0xb]x[0xab]R[0xad]w[0x8b][0xc2][0x96][0x82][0xa0][0x8][0x9f][0xfc][0xe0][0xdf][0xe1]_[0xa1]>gf[0xf6][0x92]t[0x13][0x9a][0xfd][0xe5][0x9d][0xf7]r[0xce]sn[0xcf]yg[0xfe][0xf5][0xdf]w[0xde][0x7][0xf0]I|[0xd4][0x8e]y,$q[0x7][0xac]$[0xee][0xc4][0xe2][0x6][0xce][0x1e]K[0xa2][0x84]%[0xd9][0xb3]epdXN[0xe2]Kpe[0xe6][0xc9][0xcc]O[0xa0][0x9c][0x84][0x8e]E[\r][0x8f][0xcb][0xf3][0x8c][0x9c][0x9c][0x95][0xd9]99~B[0x10][0x9e]l[0xc7][0x97][0xf1][0x15][\r]_[0x95][0xed][0xa7]4|M[0xc3][0xd7]5|Cv[0x9f]n[0xc7]y<#[0xc3][0xb3][0x9]<[0xa7][0xe1]yQA[0xc3][0x8b]Il[0xc7]7exI`[0xbe]%0[0xdf][0xd6][0xf0][0xb2][0x86][0xef][0xc8][0xf4][0xbb][0x1a][0xbe][0xa7][0xe1][0x15][\r][0x17]4|_[0xc3][0xf]4[0xfc]P[0xb6][0x94][0xc4][0xab]x[0xad]m[0xfc][0xe5]q[0xc8][0x9f][0xac]~[0x9c][0xc0]O[0x12][0xf8][0xa9]B[0xdb][0x19][0xd7][0xf2]MW[0xa1]wr[0xd1]x[0xdc][0xc8]YN[0xee][0x1][0xd7][0xb2][0xfd]i[0xdf]5[0x8d][0xa5]}[0x14][0x18][0xb5]l[0xcb][0x1f]S[0xb8]53[0xe9][0xb8][0xf3][0xb9][0xc5]2[0x97]9J[0x98][0xae]m[0x94]rGNp9}[0xce][0xf3][0xcd][0xa5]}[0x83]'[0x15]b[0x7][0x9d]9S[0xa1]k[0xd2][0xb2][0xcd]c[0xe5][0xa5]Y[0xd3][0x9d]1fK[0xdc]IM:[0x5][0xa3]t[0xd2]p-YG[0x9b]1[0xc1][0xf2][0x14][0xfa][0x9b]![0xcf][0x98]g[0xfd]I[0x8b][0xc0][0xb6][0xe9][0x8a][0x1f]^`D![0xfd]qn([0xdc][0x94]i[0x1a][0x8c][0xf8][0xd7][0xe5][0x9b][0x9e]?U[0xb6]'[0x18][0x95][0xb7]`[0xce])lk[0x8c][0xcb]-[0xdb]4[0x97][0x9b]2[0xbd]r[0xc9][0xf][0x14][0xda][0xdc]`[0xae][0xd0][0xb7][0xa6][0x98]B[0xbb][0xa0]N[0xfb][0x86][0xeb][0xb]b[0x13][0xc4]C[0xa6]Wp[0xad]e[0xdf]r[0xec][0x0][0xb6]}[0xae][0xbe][0xa1][0xb0]c}[0x85][0xc8][0xc0][0x84]a[0x95][0xca].[0xd3][0x96]mb[0xc0]v|[0xab]h[0x15][0xc]Q[0xc8]E[0x92][0x81][0xa5]D[0xb1][0xaa][0xb6][0xfb][0x6][0xb5]"s[0xf9]y[0xdb]q%[0x9e][\r][0xf3][0xa6]*[0xa2][0xc9][0x96][0xcc][0xe0][0x1a]Di_[0x96][0xe5]}[0xa6]1'r[0xb1][0xcc][0x91][0xc0]8[0xed][0xcc]XK4[0xae][0x8e](t[0x4]"[0x91][0x19][0xd6]=f[0x1a][0x85][0x5][0x85][0x16][0xeb]6[0x85][0x9e][0x10][0xb6][0xec][[0xa5]\[0x9e][0xa6][0xc][0xdf][0x91][0xb2]k[0xc5][0x9a][0xf4][0xc6][0x6][0x9]![0x6]O[0x95][0xc5][0xff][0xbc][0xc2][0xe6][0x95][0xe4]:[0xb7]\%[0xd8][0xbd][0xab]tFo0[0x5]c[0x4][0xd7][0x1b][0xbd]U[0x18][0xbd][0xd1][0xa4][0x87]&K[0x86]=[0x9f]cr,{>[0xe4][0xd1][0xb2]k[0x16][0xad][0xb3][0xd2][0x8][0xd7][0x9d]W[0x93]7[0xe1]8A[0x92][0xbb][0xcd][0x92][0xb1][0xec][0x99]s[0x92][0xb9][0xfd]^([0xc4][0xe]eJ[0x9b][0xe9]&[0xa7][0x9d][0xb2][0',[0x9]xSc[0xdb][0xec][0x15][0xe9][0x4]~[0xa6][0xe3][0xe7]8[0xae][0xe3]n[0x8c][0xcb]pQ[0xc7][0xa7]pW[0x2][0xbf][0xd0][0xf1]K[0xbc][0xae][0xe3][0x1]|N[0xc7][0xc][0xe][0xe8][0x98][0xc5][0x81][0x4].[0xe9][0xf8][0x15]~[0xad][0xe3][0x98][0xa8]\[0xc6]E[0xd6]|[0xb5][0xd1][0x3]e[0xab][0x14]T[0xb9]M<[0x1c]I[0x8b][0xc6]ot[0x14]0[0xa7][0xe3][0xb7][0xf8][0x9d][0xa8][0xfd]^[0xc7][0x1f][0xf0][0xc7][0x4][0xfe][0xa4][0xe3][0xcf][0xb8]B'g[0x16]L[0xd7]L[0x9f]1[0xbc]@[0xfa][\r][0xb2]*[0x1d][0x95]v[0x84][0xe1]G[0xa7]2P[0xb6]z[0xe2][0x8d][0xe8][0xf8][0xb][0xfe][0x9a][0xc0][0x9b]:[0xde]BE[0xc7]U[0xbc][0xad][0xb0][0xeb][0x86][0xca][0xa0][0xc0][[0xf5][0x11]T[0xd8][0xf9]1W[0x9a][0xc2][0xe0][0xfa]q[0xf0][0x92][0xaa][0xcb][0xee]X[0xff][0xce]Shu[0xca]t[0xbd]5#T[0xdb][0xb2][0xc6]E[0xc5][0xcc][0xb2][0x93][0xa7][0xaa][0x1d]Ia[0xf6]dw[0x93]nfa[0x8d][0xe5]e[0xd3][0x9e][0x93][0xab][0xf4][0xe0]Z[\r][0x9f][0x8]8[[0xe2][0xf5][0xb5]'[0xd3][0x84][0xf3][0xd7]mE[0xac][0x91][0xa6][0xf6][0x9d]*[0xa9]{2M9[0xdd][0xdb][0xc]Q[0xae]M[0x6]P[0xbf]?RU[0xe5][0xc6];[0xa1]s[0xe5][0xe]o[0x19][0xcf]z"[0xc]7/[0xb7]}~][0xcf][0xac][0xe8][0xea][0xe1][0x9d][0xb2][0x2][0xbc][0xe1]JJ][0xbf][0xcb]d,[0x18][0xde]1[0x96]7[0xb0]s[0x9a]F[0xed]`[0xb1]2[0xbc][0xe3][0xb3][0x8b]fA|[0xec]`[0x18][0xc2][0xa7][0xea]m[0xa9][0xc9][0xda]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t3[0x1e]d[0x95]"l[0x95][0xe9]r[0xa1]`z^[0xb1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#g[0xe9][0xe]:e9[0xed][0xaa][0xe7]![0xda][0xd9][0x1c][0x98][0xf1]i5[0x17][0xbe]w'[0x1c]w[0xc9][0xf0]C[0xc5][0xbc][0xed][0xf9][0x86]-[0xf0][[0xab][0xe]]')[0xef][0xd8]b[0xa4][0xd3][0x9b]9[0xd4][0xa4],[0xe8][0xe7]W[0xc8][0x9d][0xfc][0x82]`[0xe][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x81][0xb4][0x98][0xe2][0x8d]r[0xf][0xc7]{[0xb9]:[0x88][0x16][0xfe][0x80][0xf6][0xec][0xd0]5([0xc5]vmy[0x83][0xcb][0x16][0x8c][0x4][0x9f][0x1d]r[0xb4][0x89][0xcf][0x14][0xf6]q[0xb6]9[0x14][0xc5](>[0x1d]|[0x96][0xb4]c[0xc][0x9f]![0x90][0x0][0x8e]G[0x80][0x13][0x11]`2{[0x15][0xad][0xd9][0xa1][0xb7][0x10][0xab][0xe3]u[0xa2][0x95]c[0xf]b[0xe8][0xc5][0x6][0xa2][0xd5]1[0x93]5[0xcc]d[0xe0][0xa6]`[0xee][0xc7][0x81][0x8]s[0x9a]z"[0xd5][0x9d][0x1d][0xaa] ^A[0x9b]<[0x13]2hu[0xf0][0x14]a[0x81][0xad][0xd0]p3:[0xb0][0x8d][0xeb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed][\r][0x6][0xba]k[0x6][0xba][0x19][0xf3][0xa1][0xc0][0xc0]a:[0xbb]:[0xb]o"[0xb6]qo[0x5][0x1b]N[0xad][0xce]B?[0x9f][0xb7][0xac][0x91][0x85][0xcf][0xe2][0xbe][0x0]0[0x8f]#M[0x1][0xf]7[0x3][0x1c][0xe0]s[0xf7][0x1a][0x80][0xf7]c2[0x0]<[0xba][0x86][0x87][0xf9]f[0x80]C|[0xe][0xaf][0xeb]a[0x8b][0xbc]!"[0xc0]\`[0x0][0x88][0xb][0xe0][0x95][0x1a]T[[0xb0]yG[0x0][0xa3][0x87][0x2][0x11]LL[0xde]:[0x91][0xf2],w[0xa5][0x94][0x3],r[0xb2]B[0xa7][0xf8]x[0x17][0xfa][0x83]W[0xd1][0x91][0xea][0xac][0xa0]+[0xbb][0xb3][0x82][0x8d]|V[0xb0][0xa9][0x82][0xd4]j[0x2][0xdc][0x8d][0x4][0xf9][0xb7][0x8b]Hug[0x7]j[0xce][0xe]`[0x8a][0x5]g;[0xca][0xb].[0xb4][0xa7][0xee][0xe2][0xaa][0x8d]g[0x97]X[0xf2][0xee][0xa3][0xc3][0xd7][0xd0][0xa3][0xf0][0x1a][0x99][0x15][0xce]b[0x17][0x91]m[0xf4][0xa0][0x97][0x96][0xc3][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xa7][0xb6][0xd4][0xfc][0xb8][0x8c][0xdd][0x8d]b7[0xad][0x10][0xeb][0xab][0x89][0xc5][0xc6][0xb8][0xbb]Ua$[0xd6][0x17][0xbb][0x86][0x9b][0x15][0xbf][0xbd][0xf7][0xca]l[0x9b][0xe2][0xbb]b[0xfb]H<[0xdb][0x17][0xaf]B[0xec][0xa0][0xd2][0xf6][0xf3][0xad][0x8a][0x0][0x81][0xee][0xce][0xcb][0xff][0xfb][0xb7]D[0xdb][0x1a]D[0x9b]eA[0xc0][0xb8][0xe2][0x8c][0xac][0x93][0xad][0xd2][0xc5]&[0xe9]#[0xad][0xc7]Y[0xcd]9[0xb2][0xaf][0xc8][0xea][0x9e]gi^'q$[0x13]c[0x8c][0xf1]<[0x99]{[0x82][0xd5][0x8f][0xc3]f#[0x9c][0xc4][0xa9][0x80][0xd5][0x97]j[0xd9][0xb9][0x14][0xb1]7[0xce][0xef][0x83][0xcf][0xe3]A[0xe6][0xae]H[0xbd][0xd3]x[0x88]6[0x1f][0x8e]j[0x16][0x9e]}[0x81]g1y[0x9d]F5[0xf3](![0xd9][0xdf][0xd3][0x90][0x83]a[0xfa][0x9f]Js`^[0xfb]k[0x9][0x10][0x1]n[0xdc]R[0xc1][0xad][0xab]K7[0xc9]>8J[0x96][0x1d][0xb][0x1c]N[0x87][0x80]5[0xe7][0xf6][0x4][0xae][0xab]`[0xf6]E[0x18][0x81][0x3][0xb3][0xb5].[0xfe][0xf]WR[0xea][0xb][0xc4][0xbe][0xed]U[0x1c]o[0xe0]Nj[0x17]m5[0xd6]f [0xf4]i[0xb7]T&[0x13][0xcd]Yf-[0xb5][0xe3]2[0xe2][0xa9]Aq;[0xdb]P[0xd7][0xd1]F[0xac][0xa1]([0x84]*[0xd6]p[0x3][0xd6][0x9e]p[0xbe][0xb7]Z[0xb0]T[0xa4]X[0x8f]s[0x80]7[0x13]H[0xf4][0x4]i[0xd8]I"n![\r][0xa7]Y[0x86][0xd3]Li[0x81][0x9][0x89][0xa9]~[0x85][0xa9][0xae]S[0xf7]B-[0xfe][0xb]Qqb[0xf2]][0x15]E[0xbd]?j[0x95][0x8e][0xb7][0x91][0xdb][0xf9]b[0xf]>[0xe1]Tp[0xfb][0xea]~+4[0xc0]u[0xd4][0xe0]:[0xa2]NP0[0x3][0xf9][0xe2][0xff][0x1]PK[0x7][0x8][0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/Throwables.class}[0x91]KO[0xc2]P[0x10][0x85][0xcf][0x94][0xd2][0xca]CA[0x10][0xc5][0x7][0x92][0xe8][0x6][0x8][0xb1]1[0xea]F[0x8][0x89]1[0xba]"[0xba][0xa0]aiR[0xb0][0x81]K[0xb0]5mQ[0x96][0xae]4.t[0xef][0x8f]2[0xce]E[0x2]H[0xc0]&[0xed][0xcc][0x9c][0x9c][0xf9][0xa6]w[0xee][0xd7][0xf7][0xfb][0x7][0x80]C[0xe4][0xa3]P[0xb1][0x19]E[0x8][:[0xb6]u[0xec][0x10][0xb4][0xaa]pDP#[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]&A=womB[0xa2].[0x1c][0xfb]jp[0xd7][0xb2]=[0xd3]j[0xf5]YI[0xd5][0xdd][0xb6][0xd5]oZ[0x9e][0x90][0xf5]HT[0x83][0xae][0xf0][0x9][0xf9][0xba][0xeb]u[0x8c][0xde][0x80]A[0x86]p[0x2][0xdb]s[0xac][0xbe]av=[0xf7]Q[0xda][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w{v [0xeb]3[0xff][0xe2][0xa9]m[0xdf][0x7][0xc2]u[0x8][0xe5]B[0xbd]g=XF[0xdf]r:[0x13]{[0xa5]8[0xa5][0x8e][0xdd][0xcc] [0x1e][0x98][0x99][0xdb]A[0x88][0x8e][0x8d][0xbe][0x8e][0x1c]A[0x1f][0xcd]#d[0x17][0xc]i[0xea][0xd8]%D[0x1a][0xa2][0xe3]X[0xc1][0xc0]c[0xf6]I[0xd5]<[0x9d][0xeb][0xad]-B[0xdc][0x98][0xa6][0x9c][0xdd]p[0x7]^[0xdb][0xbe][0x14]r#[0x89][0xc9][0xb1][0xf]dS[0x1c]ahq[0xa4][0x90]&[0xe4][0xfe][0xdd][0x12]!9[0x99]r[0xdd][0xea][0xd9][0xed][0x80][0x90][0x9e][0xb3][0x8a]?[0xea][0xb8][0x9f]o7[0xc4][0x97]+[0x9f][0x10][0x14]9[0x15][0xbc][0x6][0xae][0x8e]8[0x12][0xc7]p[0xe9][0x15][0xf4][0xc2][0x89][0x82]%[0xfe]F9[0x2]1n[0x89]#[0xc2]Y[0xfc][0xd7][0xc4]z[0x8c]c[0x84][0xeb]evH[0xc0][0xf1][0x8][0xa0][0x95][0xde][0xa0][0xd0][0xf3][0xc]a[0x8f][0x9][0xfb]S[0x4][\r]+HpL[0xf2][0xab][0xb2][0xb2][0xca]>>=[0xff][0x94]d[0x95]G,[0xa5][0xf4]9[0xe6]hC[0xa5]0[0xc5]Pf[0x18]k[0xc8][0xc][0xd5]u[0xce]7[0x86]Y[0xf6][0x7]PK[0x7][0x8][0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/builders/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.class[0x9d]U[0xeb]R[0xdb]V[0x10][0xfe][0xe][0x96]-,[0x4][0x18][0xe2]B[0x9c]4i)[0xa1][0xd8][0xe6]"[0x12][0xd3]K[0xc0][0xa5]%$[0xb4][0xa4][0xc6]I[0x11][0xb8]u[0xdc][0x9b]l[0xb],F[0x91]2[0x92][0xdc]&[0x8f][0x92]'[0xe8]_:[0xd3]&M[0x99]f[0xf2][0xab]?[0xfa][0xc]}[0x83][0xbe]C[0xdb]=[0xb2][0xb0][0x8d]M[0x1d][0xa7][0xa3][0x99][0xb3]:{[0xf6][0xfb][0xce]^[0xb4][0xab]?[0xfe][0xfe][0xf5]9[0x80][0xab]8[0x94][0x10][0xc2]F[0x14][0x17]pS[0xc4]-[0x89][0xe4]&_>[0xe6][0xcb]'|[0xd9][0xe2][0xcb]m[0x9][0x9f]"7[0x84]m[0xe4][0x87]p[0x7]w[0xf9][0xf2][0x19]G[0xee][0x88]P%[0x8c]`C[0xc4][0xae][0x84][0x18][0x97]{[0x12][0xc6]Q[0x10][0xf1][0xb9][0x84]8[0xdf]!a[0x82][0xcb][0xa2][0x84][0xf3]\[0xde]c[0x18][0xab]h[0xd6][0x9e][0xab][0xab]u[0xc3][0xd3][0xb7]u[0xaf]fW[0x19][0x18][0xe9]#Y[0xc3]2[0xbc]5[0x6]!y/U [0xb1]aWu[0x86][0xd1][0x9c]a[0xe9][0xf9][0xfa][0xfd][0xb2][0xee][0xec]je[0x93]4[0xe3]9[0xbb][0xa2][0x99][0x5][0xcd]1[0xf8]>P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xcd]p[0x19][0xb2]9[0xdb]9P[0xe][0xeb][0xc4][0xa4][0x18][0x96][0xa7];[0x96]f*[0xe5][0xba]aVu[0xc7]U[0xd6]M[0xf3][0xa6][0xbe][0xaf][0xd5]M[0xef][0xae][0xed][0xba]F[0xd9]0[\r][0xcf][0xd0][0xdd][0x1b][0x8d][0xf3]U[0x86][0x11][0xa7]nY[0xba][0xb3]i;[0x1b][0xa6][0xe6][0x12][0xdf]|2w[0xa8]}[0xa7])[0xa6]f[0x1d]([0xbe]n5[0xd5]vE[0xc3]\[0xd9][0xf1][0x5][0xe1]#[\r][0x5]C[0xa2][0x87][0x91][0xa0]k[0x95][0x1a][0xc3]l[0x97][0x89][0xab][0xdc][0xa7][0x90][0xcd][0xc0][0xb2][0xe5][0xd5][0x80]q[0x85]![0xde]p[0xa4][0xee][0x19][0xa6][0xb2]E[0x81]i[0x9e][0xcd][0xcf][0xa2][0x9e][0xee]z[0x81][0xb3]c][0xbe]2[0xc][0x9e][0x4][0xcf][0x10]kc[0xc8][0x19][0xae]G[0xa7][0x13][0xa7]S[0xf9][0xe8][0xc1]I:[0xe3][0x9d]T[0xd9][0xf4][0x1a][0xd9]_[0xef][0xa0][0xc8][0xf6][0x19][0x3][0xc7]J[0xb7][0x1e]V[0xf4][0x7][0x9e]a[[0xae][0x88][0x12]y[0xae][0x1a][0x7][0x96][0xe6][0xd5][0x1d][0xba]N[0xe9]J3[0xbf][0xaf]W[0xa6][0x87]}[0xf5]rp[0x1][0xc3]B2[0xd5][0xb3][0xf4][0xb7][0xf7][0xda][0xcc][0x9b][0xf8][0xcc][0xab][0xe1]3-|L[0xb3],[0xdb][0xd3]<[0xbd][0xda][0xa4]Xz[0x9][0xc5]z[0x7][0x82]o[0x94][0x2][0xdb]i[0xe3]X|[0x9][0xc7][0xd6]){b[0x18]w[}[0xd4]dI%[0xbb]S[0xf7]_[0x1f][0x97][0xa4][0xda]u[0xa7][0xa2]o[0x1a][0xbc][0xec][0xd3][0xbd];d[0x91][0x17]I[0xc6]%|)[0xe3]"^g[0x98][0xe9][0xeb][0x16][0x19][0x1f]`M[0xc6]*[0xb2]2>[0xc4]G2[0xae]cE[0xc6]{x_[0xc4]W2[0xbe][0xc6]7"[0xbe][0x95][0xa1][0xa1],[0xa2]"[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "][0xc6]>[0xe]d[0xd4]0C[0xb1][0xf4]][0xd5]~l[[0x5][0x9f][0x95]R[0xf1][0x98][\r][0x86]t[0xff][0xa5][0xa1]R[0xf6]2V[0xcf][0xa8][0xda]l/@[0xbe]n[0x9a]M[0xcb][0x95][0xff]?[0xe4][0x18][0xce][0xb5]:m[0xb7][0xe6][0xd8][0xdf]7[0x1a]>[0x94][0xe4]37[0xd6]j[0xef]u[0xc7][0xd1][0x1e][0xd1][0xd4][0x88]h.[0xef]t[0xaa]u[0xb2][0xd4][0xd6][0xa4]w[0xca][0x87]z[0xc5][0xa3][0x16][0xed][0x9a])#[0xa7]54[0x82][0x8c]`\[0xd1][0xbc]I[0xa6][0xce][0x1e]c[0xe3][0xdd]Z[0x6][0xb1][0xa6][0xb9]y[0xfd][0xa1][0xe7]{G[0x8][0xc1][0xf2]7[0xf1][0x13][0x92]vGx'h[0xfb][0xfa]N[0xc7][0xfc]N'[0xfb]l[0x84]T[0x1]S[0xf4][0xaf][0xb][0xd1][0x91][0xa8][0xf8][0xd7]Mo"[0xbd]_[0xc2]eZ[0xdf][0xa0][0xdd]&[0x6][0xe8][0x1][0xa4][0xf4]S[0xb0][0xf4][0xc5][0x9f]1[0xf0]#[0xed][0x6][0xf0]&[0xad]#>R[0x86][0x80]aDi7E[0xbb][0x89][0x86]5[0xde][0xc2]4[0xe0][0xbf]qV[0xfa][0xd9][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc8][0x9e]s[0xfe]E[0x88][0x8][0xc9][0xd2][0xe0]o[0x8][0x15]C[0xe9]'[0x10][0xd4][0xa2]@"[0xac][0x16][0xc3]$"j1BBT[0x8b]"[0x89]A[0xf5][0x17]D[0xb7][0xe7][0x9f]Ab[0xc8]/<[0xc3][0x10][0xc3]cL[0xd1][0x8b][0xcc][0xf0][0x2][0xa1][0x15]!![0xcc]=[0xc1][0xf0]J8[0x11][0xfe][0x1d][0x91]D[0xf8][0xe8][0x87][0xfe]dGD[0x1f][0xf2][0x9d][0xbc]L[0x1][0x81][0x82][0x9b]C[0x82][0x82][0xb9][0x80]<9[0xa4][0x92]K[0x5]:)[0x92];[0xdc][0xe9]5r'[0x8f]A[0xbc][0x8d]Y[0x84][0xc9]*[0x86]$R[0xe4][0xe4]5[0xda][0xa7][0x9][0xc9][0xc3],5C*a[0x1e][0xb][0x14][0xd0][0x1c][0x96][0xb0][0x8][0x85][0x2]^j[0x6][0xce][0xcf][0xae]6[0xcf][0xae][0x91].CZ[0x81]4[0xcb]x[0xc7]O[0xdc][0xbb][0xb4][0xa3])[0x10][0xa4][0x97][0[0x92][0x83][0xc7][0x18])>[0xc5][0xe8]Q3[0xb9][0x11]_?[0xed][0xfb]'7l[0x2][0xf][0x4]>J[0xba][0xf1]1[0xc2][0x8f]u[0xe2]g[0xcf][0xc4][0xd3]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0x19][0x8a][0x8d][0x9f]E[0x8f]1^[0xa4][0x12][0x9f][0xeb]$[0x98]k#[0x88]6[0x9]h[0xb4]u;[0x10]'[0x7]^[0xeb][0xc4]+g:@[0x3]1[0xc0]o[0x5][0xf8][0xc9][0xf4]O[0x18]x[0x8c][0xa1]cL[0x10][0xcd][0xe4][0xd1]1[0xce][0x93]L[0xb4][0xe8][0x1a][0x1f][[0x86][0xaa][0xb9][0x8c]Q[0xca]b[0x8b]v2[0xa0]eX[0xf7][0xad]o[0xfc][0xb]PK[0x7][0x8]R[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/builders/AnnotatedBuilder.class[0x95]V[W[0x13]W[0x14][0xfe][0x86]$[0xe][0x84]A[0xb9]*[0xda][0xaa][0xa1][0xd5][0x12][0x92]`[0xea][0xa5][0x17]Ai1[0x5][0xc5][0x92]`[0x93][0x88]E[0xad]:L[0x6]20[0x99][0xa1]s[0xd1][0xb6][0xff][0xa4]}[0xee]Z}[0xc5][0xb5]Z[0xb1][0xed]j[0xeb][0x93][0xf][0xfd][0xb][0xfd]/m[0xbf]3[0x13][0x92]@[0x0][0xf5]a[0xce][0xd9][0xb3][0xaf][0xdf][0xde][0xe7][0xec]=[0xf3][0xf7][0xbf][0xbf][0xfd][0x9][0xe0]<[0xbc]8[0xfa][0xf1]i[0x17][0x86]1-[0xe3]Z[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "r[0xdd][0x88][0xe0][0xb3]893b[0x99][0x15][0xbc][0xeb]b[0xb9][0x11][0xc7][0x1c]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea]s[0x19][0xf3]b[0xcf][0xcb]([0xc4][0xb1][0x80][2[0xbe][0x90]Q[0x94]Q[0x12][0xdc][0xb2][0x8c][0xdb][0x9d]X[0x8c][0xe3][0xe][0xbe][0x8c]c[0x10]K2[0xee]J[0x18][0xce]-[0x14]J[0xe5][0xe2][0xed]\y[0xa1][0xf8]p[0xa6]X[0xe4]:[0xbb]P[0xcc]O[0x97]%[0xf4][0xcf][0xaf][0xa9][0x8f][0xd5][0xac][0xa9]Z[0xab][0xd9][0x92][0xe7][0x18][0xd6][0xea][0xa4][0x84][0x9e][0x9c]m[0xb9][0x9e]jy[0x8b][0xaa][0xe9][0xeb][0x12][0x14][0xd7]7<[0xfd][0x9a]o[0x98][0x15][0xdd][0x91]0:o;[0xab][0xd9]5[0xdf]2[0xbc][0xac][0xe3][[0x96][0xee][0xb8][0xd9][0x9a]][0xd1][0xcd]l1x[0xab]+[0xd2][0xd1][0xa1]+[0x6][0x95][0xa6]$[0xa4][0x92][0xaf]i3[0xb6](![0x9a][0xa3]@[0xc2][0x91]y[0xc3][0xd2][0xb]~mYw[0xca][0xea][0xb2][0xa9][0xb][0xb0][0xb6][0xa6][0x9a][0x8b][0xaa]c[0x88][0xf7]:3[0xea]U[\r]W[0xc2][0xb9][0x96][0x0][0x86][0xe5][0xe9][0x8e][0xa5][0x9a][0xd9][0xe5][0xd0][0xab][0x9b][0x9d][0xb6],[0xdb]S=[0xbd][0xd2][0xc4]v8[0x84]1k;9Su[0xe9]![0x93]l[0xa9]E[0xc0][0x9b][0x1c]kC][0x87]K[0xfb][0xb8][0x1a][0xfa]4lK[0xc2][0x89]=[0x15][0xef][0x18]^[0x95][0x9a][0xbd][0x9a][0xef]8[0xba][0xe5][0x95]u[0xd7][0xab][0xc7][0xea]k[0xb]%[0xa1][0xcb]k[0xca][0x8f][0xee][0xcc][0xf4][0xdb][0x8d][0xed]l[0x7]w[0x1b]^IM[0x9]03[0xdf]h[0xfa][0x86][0xc0][0xe2][0xca][0xb8]G_%c[0xd5]R=[0xdf][0xa1]I[0xb6]-/asPj[0xc9]U[0xdd][0x9b][0xb1]4[0xd3]vy[0x1f][0x2][0xb]V[0xa9]`[%[0x91][0xae][0x96][0xd7][0xc5][0x91][0xd4][0x81][0x9e][0xd9][0xab]h[0xed][0xb9][0xa5][0xf6][0xc1][0xb0]g2[0xdd][0xc1][0xb1][0x85]h$\m[0x8f][0xf0]f[0xe7][0xe4][0x1a][0xb5][\r]S/[0xa8]5[0xd6][0xa2]C[0xbf] a[0xa4][0xc5][0xbe]`[0x97]|[0xad][0x9a][0xd7][0xbd][0xaa]]i[0xd4][0x90]V[0x12][0x95][0xbb]CW[0xf5]L[0xc7][0xdb][0xc0][0xa6][0xf7][0x8d]*[0xb2][0xb8][0xdf][0x9e][0xf2]A[0x6]ozF[0xf1][0x92][0xed];[0x9a]>k[0x88][1[0xb4][0xfb]~[0x9f][0x13][0xde][0x14][0x9c][0xc2]}[0x5]o[0xe3]$G[0xc0]~[0xf7]S[0xc1]Wx[0xa0][0xe0]![0x1e])[0xf8][0x0][0x1f]*[0xb8][0x80][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T,+[0xd0]P[0x91][0xa1]+X[0xc1][0xaa][0x82]*[0x1e][0xb1]%w[0x81]T``[0x8d][0x17][0xbc][0xc9]^X^[0xd3]5O[0xc6][0xba][0x2][0x13]5[0x9][0xc7][0xf6][0xc9]@[0xc2][0xe9]W[0x1c][0x82][0x84][0xb3][0xaf]52[0x14]X[0xb0]%[0xa4][0xf7]S[0x9e]#[0xcb]PM[0xe3][0xbb][0xa0]Ug[0x1c][0xc7]f[0xf0][0xbb]9[0xdf][0xf5][0xec]Z"TMh"[0x99][0xc4]Y7[0xe1]Vm[0xdf][0xac]$[0xaa][0xea]c=[0xa1]&6[0xfc]e[0xd3][0xd0][0x12][0x9a][0x98][0x86][0x8e][0xaf]y[0xb6][0x93]x[0xc2][0x92]%[0xdc][0xed][0xe6][0xa2]I2(D[0xa2][0xd1][0xbb]c26[0x14]|[\r]GT_L[0x95]7[0x19]K[0x12][0x6][0x9a]Ui[0xa9]D$)[0xe6]b[0xf][0xdb]r[0xba]e[0xe8]\:[0xb8][0xf7][0x9a][0xf3])[0xdb][0xb4][0xe2][0xcd][0x89]=[0xe][0xa7][0xfa]@r[0xaf]N[0xed]1[0xdc][0x1d][\r][0xce][0xd0][0xfc][0x82]([0xc][0x9d][0xb7]+[0xc6][0x8a]A[0xd8][0x1]s[0x8e]C[0xaf]i[0xed][0xe8]+&[0xcf]=[0xbb][0xad]#[0xa1][0xd3]p[0xc3]q[0xc1][0x9][0x9d][0x9c][0x13]>[0xfa][0xda][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]0y[0xb9]fy%\L[0xde];0[0xa9][0xed]@-F[0x4]}[0xf2]@[0x5]v[0xb2][0xa5]?[0x99][0xb]>i[0x1a][0x13][0x1f][0xdd][0x11]#[0xbc][0xb1];[0x82][0xd4]Ya[0xc5]K-[0xe3]cpG[0xc9][0x1a][0xdf][0xcb][0xde][0xdd]<~[0xf9]Vl[0xa7][0xa6]z[0x12].'[0xdb]-^[0x11][0xbe][0xe1]wh[0xf][0xdb][0xb1]E[0x8c][0xf0][0xd7][0xa0][0x9f][0x10][0x1d]8[0x81][0xe3]|$[0xbc][0x15][0xbc][\r][0x91][0xcb]f'[0x1d]%[0xef][0x14]NsM[0xf0]m[0x96][0xb2][0xe][0xee][0xf1][0xd4][0x16][0xa4]T[0xfa][0x17]t<[\r][0xf4]G[0xb8][0x1e][0xe6][0xf][0x7]0O[0x8b]<[0xba]P[0xc0];|;[0x1a]j[0xe3]][0x9c][0x1][0x2]Jx[0xe5]L[0xc4]Y[0xbc]G}[0xe1][0xf3]G[0xee]Q[0xee][0x99]t>[0xf3][0x12][0xa3][0x99][0x1]D[0x9e]![0xfa][0x2][0x91][0xc2][0xf8]K[0x1c]I[0x8d][0xff][0x8a][0x18]{[0xf2][0x19][0xe]m[0xa6]2[[0x90][0xf3]?[0xfd][0xf7][0x8f][0xb4]I[0xfd]H[0x10][0xf5][0x4][0xe]q-r-[0xa3][0xf][0xb7][0x89]\dUB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x3][0x4])[0xfa][0xee]C/F[0x91][0xa4]E[0x7][0xd7]1[0xf2][0x4][0xaa]L[0x3]U[0x6]i[0xf2][0xd8]`u[0xc4][0xa1][0xd6]x]+M[0x8a]?[0x5][0xf5]Zd[0xf1]~[0x90][0xf1]y>[0x9c]o\E[0xe]+[0x94][0x8][0xed]a[0xe2][0xec][0xfc][0x1e][0xfd][0xdc][0xba][0x9e]#[0xfe][0x3]:Iuo[0xb6][0xe0][\r][0xab][0xf4][0x80][0x98][0x1e]2[0x96][0xda]R[0xa5][0xe1][0x6][0x9e][0xe1][0x0]c[0x88]G[0xe1][0x1e]r[0x4][0x8a]0[0xf6]%R[0x1c][0xb0]a[0xfd]$[0x19]rP[0x83][0xf5]t[0xf4][0xf](K[0x91][0x1]([0xa5]g[0xe8][0xe1][0xcb][0xe1][0xa5]H[0x86][0xe4][0x91][0x17][0xe8][0xdd],[0xa4]c[\r][0xe9]Rt[0x0][0xfd]B'V[0xd7]Y[0x8a][0xa6]~F[0xc7][0xb6][0xea]D[0x94][0xa0][0x7]&b[0xbf]cp[0xa9]([0xd4]9[0x1e][0xa3][0x12][0x97][0xe7]8[0xba][0x85]c[0x5][0x80][0xc5]Q[0xf6][0xf1]r\[0xc7][\r][0xee][0xad][0xc7]Q[0xa5][0xc4][0xa0]d[0x9d][0x92][0x1a]nr[0xac][0xde][0x82][0x1d][0xa4]:E[0xf9]-^[0xb2][0x8f][0xa8][0x19][0xa3]d[0x4][0x1f][0xe3]2[0xb]{[0x8a][0x97]f[0x82][0x94]([0xce]z[0xa3][0x10][0xeb][0x98][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xa8]tpl[0x99]F[0xb9][0x84][0xec]JC&[0xe]k[0xf7][0x11]]%=[0x15]P[0x9f][0xfc][0xf]PK[0x7][0x8]O$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/builders/IgnoredBuilder.class[0x8d]R]K[0x1b]A[0x14]=[0xd7][0xc4]l][0xd7][0xf8][0x91][0x98][0xda]O[0xb5][0xad][0xa0][0xb1]8[0x14]|S[0x4][0x15][0x84]B[0xe8]C-[0x81]>N[0x92]a[0x1d]Yg[0xcb][0xec]l[0xa1][0xff][0xca][0xbe]Th[0xa1][0x8f]}[0xe8][0x8f]*[0xbd][0xb3][0x1b][0x93][0x1a][0xa5][0xb8][0xf][0xf7]k[0xce]9s[0xef][0x9d][0xfd][0xfd][0xe7][0xfb]O[0x0]o[0xb0][0x11]"[0xc0][0xa3][0x0][0x8f]C<[0xc1][0xd3][0x0][0xcf]BT[0xf1]<[0xc0]j[0x80]5Bm_[0x1b][0xed][0xe][0x8][0x95][0xcd][0xad].[0xa1]z[0x9c][0xe][0x14]a[0xbe][0xa3][0x8d]z[0x97]_[0xf4][0x94][0xfd] {[0x9]W[0x96]:i_&]i[0xb5][0xcf][0x87][0xc5][0xaa];[0xd3][0x19][0xe1]u'[0xb5][0xb1]8[0xcf]YHh[0xe3][0x94]52[0x11][0xbd]\'[0x3]e3[0xf1]66[0xa9]U[0x83][0xa3]2[0xdf]#[0xd4]mn[0x8c][0xb2]'[0xa9]=Nd[0xe6][0xf9][0x9b][0x9d]s[0xf9]Y[0x8a]D[0x9a]X[0x14][0xb5][0xbd][0xad]$K[0xb8]x_8[0xe6][0xcf]8[0x95][0xb9]!u[0xf1][0x16][0x93][0xd0][0xba][0xd9][0xea][0x97]O[0xd7][0xed]6'[0xc1][0xfb][0xed][0x3][0xaf]w[0xaa]c#]n[0x19]"n[0xb5][0xe2]1[0xff][0xeb]&<[0x85]_[0x9d][0xeb][0xd1][0xc]a[0xda],[0xeb]\1[0xf4][0xda]3[0xc4][0xda]B[0x87]*[0xc9][0xe4][0xbe][0x8c]x&[0x13][0x15][0x12][0xdd][0x8e][0xb5][0x89][0xd3][0x94][0xd5]Ta1t/Q[0xca]P[0x1f][0x8b][0xec][0xb5]H#-[0xf]M[0x94]a[0xad][0xdd][0x99][0x7][0x98][0xc9][0xa0][0x1a]o[0x90][0xe4]:[0x12]o[0xa4][0x1d]e~[0xb]=3[0x9b][0xf][0x1f]O|[0xd4][0xe0][0xfa][0xb8][0x89][[0xe][0xda]>:[0x8][0x1c]t}<[0xc5]3[0x9a][0xf1]r[0xab]%[0xa6][0xb9][0xb6]N#[0xe5][0xb6][0xd9]A[0xe7][0xbf][0xe7][0xa6]g[0xb0]/[0xb5][0xd8][0xa5][0x9b]*[0x88][0x18][0xd6][0xcf]Y[0xf9][0xec][0xd8][0x86][0xe1][0xf6]E[0x19]t[0xdd][0x91][0x16]<[0x13][0x83]\f[0xe2]L`[0xe3][0x9c]'y1[0x1b][0xfd][0x8e]*}[0x18][0x80][0xde][0xa7][0xd9]!I[0x8f][0xac][0x12][0x16]Q&[0xdd][0xc7][0x15][0xd2][0xeb][0xe4]yO[0xb2]D[0xd2][0xb][0xbe][0x83][0x5][0xdd]o([0x1d][0x93]UF[0x83][0xce]:I[0x8a][0xa0]BU.[0xd5],[0x91][0xd5][0x9a]d[0xa3]I[0xb8][0xb0][0xda]5[0x8b][0xbe]L[0xba]Or[0xe2]Y[0x9c][0xf2][0xad][0x90][0xd6][0xc2]*[0x9d][0x86][0xed]U[0xc1][0xe6]v[0x83][0x13][0x94]OP9[0xb6]I[\r][f[0x2]K[0xd4]ls[0x86][0xc8][0x9d][0x12][0xb9][0xb8][0x8e][0x1b][0x4][0xc3][0xcc]k([0xe0]^X[0x1b][0xa8][0x5]_Q[0xfa][0x81][0x85]/S[0xb4][0xaa][0xf5][0xaf]X[0xa4]I[[0xb5][0x2][0x89]n[0xc1]f[0xdd][0xf9][0xb]PK[0x7][0x8][0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit3Builder.class[0x8d]S]O[0x13]A[0x14]=[0xd3][0x96][0xee][0xb2],[0xad][0xa5]Z[0xf0][T[0xb4][0x1f][0xe8][0xc4][0xe8][0x83][0x9][0x84]D[0x1b][0xfb]`[0x1a]B[0xa4][0x92][0xe8][0xdb]P[0xc6]2[0xb8][0xdd]%[0xb3][0xbb][0xa2]?[0xc5][0xff][0xe0][0x3][0xbe]H[0xa2][0x89]?[0xc0][0x1f]e[0xbc][0xb3][0xbb]Th[0x1b]c[0x93][0xce][0xb9]s{[0xcf][0xb9]g[0xee]L[0xfd][0xfe][0xfe][0x13][0xc0]#[0xac]:[0xb0]q[0xd3][0x81][0x85][[0x16][0x96][0x1d][0xe4]q[0xdb][0xc2][0x1d][0x7]w[0xb1]b[0xe1][0x9e][0x85][0xfb][0xc][0xc5]u[0xe5][0xab]h[0x83]!_o[0xec]0[0x14][0xda][0xc1][0x9e]d(w[0x95]/7[0xe3][0xe1][0xae][0xd4]=[0xb1][0xeb]Qf[0xa1][0x1b][0xf4][0x85][0xb7]#[0xb4]2[0xfb],Y[0x88][0xf6]U[0xc8][0xd0][0xea][0x6]z[0xc0][0xf]b[0x12][0xe2][0xca][0x8f][0xa4][0xf6][0x85][0xc7]wc[0xe5][0xed]I[0x1d][0xf2][0x97][0xaf])[0xff][0xf8]y[0xba]]c([0xe9][0xd8][0xf7][0xa5][0xee][0x4][0xba][0xed][0x89][0x90][0xe8][0xab][0xf5][0xee][0x81][0xf8] [0xb8]'[0xfc][0x1]Ork[0x8d]3[0x8a]i9[0x95][0x0][0xf1]g#[0x19]F[0x19][0xb5]2[0xc1]d[0xa8][0x9d]w[0xfa][0xe9][0xf0][0xd4][0xed][0xc5][0xf1][0xe2][0xf5][0xe6][0x6][0xd5];/>[0xf6][0xe5]a[0xa4][0x2]?[0xb4]P'[0xfd]m5[0xf0]E[0x14]k[0xa2][0xf0][0x9]k[0x86][0xf3]/w[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xb4]|[0xd2]#[0x8f][0xd4]q[0xca][0xc9][0xde]2,NW[0xa5]_[0x9c][0xed] [0xd6]}[0xd9]Q[0xc9][0xc8][0xcf]M[0xee][0xa1][0xa1][0xb8][0x98][0x85][0xe3][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae]2<[0x98]2[0xf4][0xd4][0xcd][0xe9][0xcc][0x9f]&[0xda][0xa9]5[0xc3]l0,[0xa5][0x84]wZ[0xc][0xe5]Q[0xa0][0xdf]sc[0xb4]-Bi[0xa1][0xe9][0xa2]et[0x1b][0xff]}[0x99][0xc]+[0xe3][0x83][0x8][0xf9][0x90][0x1e][0x90][0x97][0xcd]cTW[0xfd]{[0xde][0xde][0xbe][0xe][0x8e][0xb2][0xb][0x99]2[0x1e]z[0x83][0xe5][0xb1]$[0xc3][0x5][0x15]>[0xb]Cs-[0xc4][0xeb][0xe8]`[0x88]ez[0xd3]6[0xcc]'[0xf]f[0x86]B[0xeb][0x1c][0xed]8!#[0x9c]i[0x9e][0x80]}[0xa5] [0x7][0x97][0xd6]b[0x92][0xb4]0O[0xab][0x9b][0x16][0xa0][0x84]2![0x89][0xa3]B"[0x86],[0x8]s[0x84][0xd5]f[0xeb][0x1b]r[0x9f][0xe1][0xfe]@[0xfe]M[0xeb][0x4][0x85]cv[0x9c]t2R%B[0xc0][0xfc][0xb1][0xe6][0x88]8[0x9f]H[0xd6]RZ&i[0xa2][0x5][0xfa][0xd2][0x1]G[0xed]L[0xe6][0x12]E5[0x8a][0xb][0x84][0x8b]XJ[0xcc]][0xa6][0x95]n[0x93]"c`[0x93][0xd0]([0xd9]U[0xcc][0x90][0x85][0xe2][0x97]Q[0xd7][0xf4][0x0][0x95]3[0xdd][0xec]Q7{[0xa2][0x9b][0x9d]uK{\[0xa3][0xe8]z[0x12][0xdd][0xf8][0x3]PK[0x7][0x8][0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit4Builder.class[0x8d]R[0xc9]J[0x3]A[0x10]}[0x9d][0xc4][0x8c][0x19][0xf7]-[0xee][0xdb]AH[0xa2][0xd8][0x8][0xde][0x14][0xf][0x8a][0x1e]$([0xb8][0x4] {GE[0xf6][0x8b][0x81]k[\r][0x8a][0x9])5[0x88]Q[0x1f][0xfa]i}[0xe0][0xc3]<[0xee][0xc][0x12][0x1a]"[0x9c][0xa3]<[0x8c][0x11];J[0x91][0xf0][0xa8]EcoPK[0x7][0x8][0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/builders/NullBuilder.class[0x8d]QKO[0x2]1[0x10][0x9e][0xb2][0xb]+[0x88][0xbc][0xc5][0xd7][0xc9][0x83][0x11][0x88][0xb1][0xf1][0xc][0xe1] [0x91]x [0x1c][0x84]p/[0xd0]@I[0xe9][0x92][0xee][0xae][0x8f][0xa5]'[0x13][0xf][0xfe][0x0][0x94]q[0xba][0x8b][0x88][0x90][0x18]{[0x98][0xc7]7[0xdf]73m?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "NR`[0xc1][0x81][0x3][0x87][0xe][0x1c][0x11]H4[0x84][0x12]~[0x93][0x80]U[0xa9][0xe][0x8][0xd8]-w[0xcc][0x9]d;B[0xf1]n0[0x1f]r[0xdd]gC[0x89]H[0xa1][0xe3][0x8e][0x98][0x1c]0-L[0xbe][0x4]m*<[0x2][0xd5][0x8e][0xab]'t[0x16]`#*[0x94][0xcf][0xb5]b[0x92][0xe][0x3]![0xc7]\{[0xb4][0x1b]Hy[0x1d]%u[0x2][0x19][0x1d]([0xc5]u[0xdb][0xd5]-[0xc9]<[0x14]_T:3v[0xcf][0xa8]djBC[0xac][0xbe][0xde]/[0xa2][0xd3][0xbb][0xd0][0xa1][0xde][0xe6]l4%[0x90][0xdf][0x12][0x11]([0xff]^[0xf1]i[0xf1][0xbd]fi[0x93][0xdc][0xa8]5[0x91][0x9f][0xba]y[0x1c][0xf1][0x85]/\[0xe5]9pL [0xd9][0x13][0x13][0xc5][0xfc]@[0xa3][0x84]nme4-[0x96][0xea][0xb9][0x81][0x1e][0xf1][0xb6]0[0x13]sk[0x97][0xbe]4[0x8d][0xd2]`C[0x9c][0xc0][0xf9]?[0x1f][0x8a][0xc0][0xd9][0xe6]$[0x8f][0xce][0xf1]k[0xe4]r[0xe0][0x8a]W[0xfc]Y[0xb3]?[0xd5][0xee][0x83][0xb9]1[0x9c]B[0xc][0xff][0xd8][0x9c][0x18][0x10]3[0x19]m[0x2]3[0x8a][0x9e][0xa0][0x8f][0xd7]^[0x81][0xbc][0x84]e[0x7]m"[0x4][0x13][0xb0][0x83]6[0x1d][0x11] [0x9])[0xf4][0x4]v[0x11][0xb1]B[0xf1]-f1[0xa3]![0xcf]h[0xad]5e2T[0x96][0xa3][0xea]Ri[0xa2]=[0xc8]`=[0xbb][0xea]j[0x90][0x1c]Fy[0x8c]m[0xf4][0x5]([0x86]h[0x9][0xe3][0xfd]0*[0x1]PK[0x7][0x8][0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/builders/SuiteMethodBuilder.class[0x95]S]s[0xd2]P[0x10]=[0x17][0x2][0x81][0x80] [0xa5][0x82][0xdf][0x5][0xb5][0x95][0x8f]JZ_[0xe9]t[0x1c];[0xf6][0x89][0xf6]A:[0xed][0xa8]O[0x1][0xae]$[0x9d]4[0xe9][0xdc]$~[0x8c][0xbf][0xc4]_[0xe0]K[0x1f][0xea]K;[0xa3][0xa3]?[0xc0][0x1f][0xe5][0xb8]7[0xa1][0x94][0x2][0xa3]c[0x1e][0xee]n6[0xbb][0xe7][0x9c][0xdd][0xbb][0xf9][0xf5][0xfb][0xdb]O[0x0][0xeb]x[0xaa]A[0xc3]#[\r]i,[0xab]X[0xd1][0x10][0xc7][0xe3][0x14]j*[0xea][0x1a][0x92]h[0xa8]h[0xaa]XU[0xf1][0x84]![0xb9]a9[0x96][0xbf][0xc9][0x10][0xaf][0xd5][0xf7][0x19][0x94]-w[0xc0][0x19][0xf2][0x1d][0xcb][0xe1][0xbb][0xc1]Q[0x8f][0x8b]=[0xa3]gSd[0xa1][0xe3][0xf6][\r]{[0xdf][0x10][0x96]|[0x1f][0x5][0x15][0xdf][0xb4]<[0x86][0xb5][0x8e]+[0x86][0xfa]a@@[0xba][0xe5][0xf8]\8[0x86][0xad][0xf7][0x2][0xcb][0x1e]p[0xe1][0xe9][0xdd][0xc0][0xf2][0xf9][0xe][0xf7]Mw[0xf0]<[0x8a][0xb5][0x19]r"p[0x1c].[0xb6]][0xb1]e[0x1b][0x1e]a[0xac][0xd6]:[0x87][0xc6];C[0xb7][\r]g[0xa8][0x87][0xb1]v}[0x2]6J[0xd7]_[0x86][0x86][0xea][0x15]n[0xf4]M[0x86][0xc2]L[0x11]C[0xe9][0xaa][0xd2][0x8f][0xc7][0x17]j[0x17][0xa7][0x93]7[0x1a][0x9b][0x94][0xaf][0xbd][0xf8][0xd0][0xe7][0xc7][0xbe][0xe5]:[0x9e][0x8a][0x16]C[0xba]k[\r][0x1d][0xc3][0xf][0x4][0x95][0xe8]3[0xaa]d[0xcd][0xdf][0x84][0xe5]L[0xc3][0x9b][0xe8][0x98]X[0xe7]4[0xf6][0x9a][0x81][0x11]zu[0xe2][0xcb][0xae][0xdb][\r][0xfa]fT4[0x16]Dxi[0x9f]{[0xfe]hF[0xe5][0xf9]j[0x8]M[0xeb][0xba][0x81][0xe8][0xf3]mK[0xf6]Y[0x9e][0x9d]xK[0xd6]e[0x91]A6[0x8b][0xbb][0xb8][0xc7][0xb0]2[0xe7][0xc6][0xa2]V[0xae]\[0x98],[0xd1][0x19][0x12][0x9e][0xc][0xd1]ZL[0xd1]g[0xb1][0x86]u[0x86][0xa5][0xb4][0xc1][0xd0][0xfa][0xbf][0x5]aX[0x9e][0x9e][0xb0][0xa7][0x1f][0xd1]f[0xda][0xa3]A[0x8f][0xf3][0x8a][0x97][0xd4]{[0xa6]p[0xdf][0x8f]nz[0xce][0xcc]i[0xb9][0xd3]C[0xee]_\[0xcb][0xb3][0xc9][0x94][0xae]/,g[0xd8]~3g[0x5]/#[0x82][0xbf][0xb5]y[0xdf][0xd7]#[0x84]6[0xaa][0xf4]si[0x90]O[0x1c]L[0x8e][0x96][0xce]k[0xf4][0xa6][0x93]ed[0x13][0x8d]s[0xb0][0xaf][0xe4][0xc4][0x90][0xa3]3[0x19][0x6]U[0xe4][0xe9][0xcc]F[0x9][0xb8][0x8e][0x2]Y[0xfa][0xb9]P$[0x10]Yl[0x90][0x8d][0x91]-6[0x9a]g[0x88]}F[0xf6];[0xe2][0xaf][0x9a][0xe7]PN[0xd9]i[0xc8]$[0xa1]rdA[0xdc])b-P[0x99][0x84],Ee#H[0xe9]-[0xe2][0x6]A[0x97][0xc6]t2R&[0xef]&[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][[0xb8][0x1d][0x8a][0xbb]C>[0xed][0x4]yR[0xc0]'[0xc2][0x96][0xe8][0xc5][0xe6]B"[0xfe][0x3][0xc9]3[0xa8][0x7]_[0x90][0xdc][0x89][0x9f]('!L[0x86][0xe8]S#!%[0xea][0x1][0xa4]>CT9"[0xc8][0x13]E[0x81][0xa2]RP[0x85]r[0xf2][0x4]z[0x1f]K3[0xd2]*3[0xd2]*[0xa1][0xb4]HP[0x95][0xbc][0x7][0xa1][0xf7][0xf0][0xf]PK[0x7][0x8][0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.class[0xa5]V[S[0xdb]F[0x14][0xfe][0xd6]P[0x8c].[0xe1][0xea]P[0x9c][0x4]j[0xf7][0x16]c[0xbb][0x98][0xa4]M[0xd2][0x82]CK[0x2][0xf4][0x6]![0x89][0x1d]([0xa4]7YV@[0x14],*[0x89][0x6]~A[0xff]L[0x1f][0x9a][0x99][0x16][0x86]2[0xd3][0xc9]sT[0xa7]gWkY6[0xb6][0xdb]I[0x1f][0xac]][0x9d]s[0xf6][0xfb][0xce]u[0xe5][0xbf][0xfe][0xfe][0xe3]O[0x0]7[0xf0]LE[0x2]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0xb1][0xac][0xe1]S|[0xc6][0x1f][0x9f][0xf3][0xc7][0x17][0xfd][0xf8]R[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VU[0xd2]=[0x88]cM[0x85][0x82][0xa5]8[0x1e][0xaa][0xd0][0xf0]H[0xc5]0[0x1e]sI)[0x8e]2[0xb7]x[0x12][0xc7]:_7[0xf8][0xe3][0xab]86[0x19][0x86][0xfc][0x1d][0xd7]ynT[0xf6][0xac]U[0xc3]7w,[0x97]al[0xc5]q[0xb7][0xb];[0xc6][0xbe][0xe9]Z[0x9e]_[0x90][0xf2]9[0x6][0xa5]do[0xd7][0xc][0xff][0xd0][0xb5][0x18][0xae][0xb6]5*[0x96][0xcb]s[0xf3]d[0xd9]W[0xb4]k[0xb6]?[0xcf][0x90][0xcc][0xb4][0x7][0x9b]Zg[0xe8][0xbd][0xef]T[0x9]ip[0xc5][0xae]Y[0xf][0xe][0xf7]+[0x96][[0xe6]~0[0x8c][0xac]8[0xa6][0xb1][0xb7]n[0xb8]6[0x97][0xc2]^[0xc7][0xf6][0x18][0xee][0x8][0xbc][0xdd]C[0x82]/[0xd8]5[0xdf]rk[0xc6]^a?@[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0xdf]0[0xf0]][0xc3][0xb4][0x1e][0xba][0xa4][0xb5]k[0xdb][\r][0xef][0xc7][0x9a]Q[0x8f][0xf][0xea][0xc8][0xc5]W[0x83][0xac][0xc7]:[0xd9]>[0xc4]@[0xcd][0xe3]T[0xab][0x96]g[0xba]v[0xc5]*;[0xc][0x13]-[0xd6][0x8b]Bw[0xe0][0xdb]NM[0x18]k[0xd5][0x86][0x80][0xe1]Jgc[0x86]K[0x81][0x8f]^[0xc9]xf[0xed][0x1d]3[0x8c]gVv[0x8d][0x9f][0x8c][0xc2][0x9e]Q[0xdb].[0x94][0xeb]e[0x9d][0x9b][0xda][0xa2][0xe4][0xd9][0xbe][0xb5][0xcf]p[0xb9][0xad][0x1]C[0xf][0xf9]JE[0xcb][0xd0][0xc2][0xad][0xc7][0xea][0xe][0xaf][0xda][0x9e][0xe0][0xa8]3[0xdc]l[0xcf][0xd0]=[0xa2][0x14][0x87][0xed]n2[0xe0]ZF[0xb5][0x91]h[0x86][0xa9][0xe][0xa1]D[0xa4]%[0x9f][0xca][0xb1][0xcd][0xbb]2[0xec]`[0x6][0xdd][0x13][0xd2][\r][0x97][0xe2][0x15][0x9d],[0xec]mGZ[0x7]r:[0xa3][0xd9]^[0xb9]qj[0xba]S[0x93]v[0x1a][0x84]G[0xc5][0xf2]l[[0x7][0xe7][0xbb][0xf6]B[0xd7][0x91]I>>[0xa4][0xee][0xda][0xb7][0xd6]m[0xcf]&[0xa8][0x85]Z[0xcd][0xf1][\r][0x9e]![0xef][0xc2]D.[0x1b][0xa6][0xef][0xb8][0xc7]A[0x1c]KG[0xa6]%[0xbb]e[0xc8][0xaa][0xef][0xc3]Yn[0xf1]44[0xfe]?[0x9e][0x16][0xa2][0xc5]Y[0xab][0xec]Z[0xa6][0xff]/[0xf5][0x8d][0x1d][0xcd][0xf0][0xa9][0xbe]p[0x8a]knP[[0xb6][0x1][0xe4]}X[0xec][0x98][0xe6]f:>[0xcb][0xbc]E[[0xfc]TK[0xce][0xa1]kZ[0xcb]6[0xaf][0xf1]d[0xc7]9[0x9e][0xe6][0xc]:[0x92][0xd8][0xd2]q[0x19]cq<[0xd5][0xf1][0x16][0xde][0xd6][0xf1]5[0x16]t|[0x83][0xbb][0xc][0xc3]j[0xe3]t[0xea][0xb9][0xe1][0xcd][0xa6][0xe2][0xf8]V[0xc7]w[0xf8]^[0xc7][0xc]([0x82]D[0xbb]>c[0x18][0xad][0x8b][0x5]e [0xe5]LDW[0x81][0xa9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xec][0xd6]+[0xdd]>[0x1c][0xe6]J[0x9d][0xa1]9=:[0xde][0xc3][0xb4][0x8e][0xeb][0xc8]0\[0xeb][0x96]([0x1a][0xfc][0xc]/O[0xa2]][0xb5][0x19][0xe2][0xf2]~[0xa1][0xc6]j[0xbd][0x10][0xe8][0xb2][0xe9]Tp[0xca][0xbb]qp`[0xd5][0xaa]e[0xeb][0xc8][0x17][0xb3]uaf[0xa7][0xba][0xdd]j[0xa3][0x99]ph[0xe5][0xb8]r[0x17][0x7][0xf]x[0xf8]"[0x1b][0xe5][0xe0][0x8a][0x18]o[0xd8]E[0xb2]+[0x8c][0xfb]}'`[0xa2][0xd0]2m[0xee][0xc][0xa4][0xe9][0xf3][0x97][0xa0]/+5%/9[0xad][0xaf][0xd3][[0xc][0xe3][0xf4][0xad]d<[0xb1][0xb4][0xbf]J[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]1Z[0xd5][0xec])X6[0xf7];b/[0xe8][0xad][0x7][0xd7][0xe8]9@+0[0x8a]^BR[0x8]e[0x82][0xde][0xc6][0x2]kL[0xe2][\r]@[0xec][0x2][0xf4]T[0x93].[0x1d][0xea][0xc6]C[0xe6]7iGMGO[0xce][0xfb]D[0xf2]j[0xd9][0xdf][0x10][0xcb][0x9d][0xa1]'[0x86][0x6][0xb1]*T[0xe3][0xb4]&#[0xa4]ZH[0xaa][0xe1][0x1d][0xbc]+IuZ[0x3][0x1d]'[0xed][0xe5]=!C{[0xda]B[0xd1][0x1b][0xc3]/!E[0x9f]86[0xd1][0x1]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xa6][0x98][0xb4]0&[0xae][0xcb][0x85]1[0xe5][0x89][0x90]:Q[0x12][0xfe]L[0xd8][0x9b];E[0xb0]oD:B[0x0][0xa0][0xd4]h[0x94][0x9a][0x4]%'E[0x91]q[0x97]R[0x1]P[0xe8]RZ[0xba][0xc4]w<[0xf6]X[0xc4][0xb9]t[0xe8]\[0xba][0xc9][0xb9][0x2][0xfd]hte[0xc2]$&[0x8e][0x99]<[0x87][0xb2]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u5w" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]m3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0x4][0x97][0xf2]'[0x18][0xf8][0xb5][0xa5][0xee][0x19][0xf4][0x13]\[0x82]h[0x1b][0xe]%C[0x87][0x92][0xb8])[0x1c][0xea][0xa7]?`[0xef][0xe3][0x3][0xe9]PP[0x8c][0xa4]tH[0xc1]-[0xdc][0xa6]s[0x9c]~[0x89]V[0xae]S[0xce]1[0xb8]I[0xbd]6[0xd4][0xa0][0xb]J1#h[0x2][0x0]E4[0x15]"[0x90][0x8a]h%[0xc8][0xc8][0xee][0xe0]Cy[0xee]#[0xa1][0x9b][0xfd][0xef]4[0xb7][0x9b]h[0xe6].[0xd0][0xcc]Eh[0x8a]Q[0x9a][0xa1]E[0xaa][0xf4]][0x99][0xcc]-Yi5[0x9b]{[0x89]a[0xca][0xde][0xc8][0x8b][0x16][0x9e][0x81]H[0xd6][0xa2][0xd3]2[0x8f][0x8f][0x85]^[0xc5]'a[0x19]u)[0x11]Y#[0x9e][0xeb]X[0x90][[[0xa7][0xc7][0xd3]u[0xd3]2[0xbd]u[0x9][0xb][0xa5][0xe4][0xf8]K[0xbb][0x12]R[0x1b]v[0x87][0x82]_l[0x98][0x16]{6[0x1c][0xb4][0x99][0xd3][0xe2][0x1]$[0xcc]5lC[0xef][0xef][0xea][0x8e][0xc9][0xf7][0xc1]a[0xca][0xeb][0x99][0xae][0x84][0xbb]"[0xde][0xfe][0x90][0xc2]WM[0xcb]c[0x8e][0xa5][0xf7][0xab][0x3]?[0xaa]{[0xca]b#"rM[0xa8][0x8c]F<:[0x18]E[0xbd][0xfe]p[0xf5]VKh[0xac]%K[0x9b][0x98][0x15].Y[0xed]0[0xd7]p[0xcc]6k[0xd9][0x12][0xae][0xc5][0x2]l[0x8a][0xbb][0x3][0xcf][0xb4]-[0xe1]<[0xd3]9=[0x90][0xb0]8[0xd9]Y[0xc2][0x5][0x9f][0xb2][0xdb][0xd4][0xf7]X[0xff]HB[0xa1][0x94]Hb[0xe9][0x5][0xe5][0xd1][0xf4][0xd8]@B>[0xd1]A[0xc2][0x14][0xa9][0xa3][0xfa][0x95][0xc8]p[0xef][0xf9][0x11][0xe1]m[0xd3][0x15][0x18]#[0x84];[0xc9][0x8]g+*[0xf2][0xb0]g[0xbb]dz[0xba]+[0xb2]M]7[0xa9]w&[0xb5]lz0[0xea][0xea]N[0xbd][0xf5]0[0xb9][0xc][0xe7]-Z[0xb2]{[0xd0][0x2][0xb][0xcf][0x87][0x96]g[0xe][0xd8][0xae][0xe9][0x9a][0xe4][0xff][0xd8][0xb2]lO[0xe7]R[0xdc]7[0x6]kK7<[0xdb]9[0xa2]G[0xd5]h[0xe6]v[0xda][0xfb][0xcc][0xf0][0xde][0x92][0x13][0xf9]p[0x95][0xf][0xc5][0x1b][0xaf][0xf8]M[0x8d]J[0x99][0x10][0x90][0xd7][0xae]>1[0x9][0xe3]p|[0x1c]xYc[0xe2][0xd4][0xa6]=t[0xc][0xb6]e[0xf2]9YL[0x1c][0x85][0x15][0x1e]][0xc3]e|[0xa3]a[0x16][0x97][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";4[0x98] ^|iz[0xbd][0xa2][0xf8][0xad])[0xa6][0xf1]TC[0x3][0xdb][0x1a][0x9e]aG[0xc3][0xb7][0xf8].[0x8d][0xe7][0x1a][0x9a][0xb8]G[0x9d][0xe6][0xbb]hh[0x81][0xa4][0xd4][0xce]=[0x8d][0x1c]=/![0x97][0xa0]SC[0x9]K[0x1a]n[0xe0][0xa6][0x84][0xab]g)[0xa6][0xae]/[0xf1]<[0x17]&U[0x81][0x92][0xa1][0x1f][0x1c]0[0xab][0xd3]b[0x87][0x9e]h[0xcc]S[0xb8][0xa6][0xe7][0x98]V7[0xde]([0xe3][0xe3][0x99][0xf3]_G[0xe]w[0xf6]$<[0x88][0xf5]b[0x93][0xf5][0xf7]|[0x97][0xf6][#f[0xba][0xcc][0xb][0xc6][0xe4]Jii[0xc2],_N[0xea][0xdd]pL[0xa8]Gg[0xe3][0xd3][0x8d][0xf7][0xc1][0xff]b[0x0][0xea]7^Qa[0x1][0x19]9[0xa4]iM[0xa9][0xa6][0xf5]<[0x9d][0xb4][0xc9][0xca]d[0xd5][0xf2][0x9f][0x90][0xca][0x95]? [0xbf][0xa2][0xdd][0x14][0xae][0xd0]7K[0x16][0xf4]"E[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]([0xd0]n[0xde][0xf7][0xc6][0x2][0x16][0x1][0xb1][0xf2][0xa3][0xbf];vw5[0xbc][0xcb][0x85][0xc8][0xd7]hu[0x1d][0xef][0xd1][0x97][0xe3][0x1a][0x1]n[0xbe]27u[0x82][0x94][0x8c][0x1f]*[0xe5][0xdf]![0x9f][0xe0][0x1d]Z[0xc6])[0x14][0x8]~[0x81]H,F([0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x14]I[0xae]OA#[0xeb][0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0xde]3[0x81][0xd0][0x9f][0x2][0xc0],[0x87][0xa9][0x1c]c[0xfa][0x4]i[0x19][0xbf][0x86]H[0xd3][0xe2][0xe5][0xf5][0x8]B6D[0xc8][0xe2][0x16]n[0x8f][0x89][0xcc][0x86]"[0xf9][0xdd][0x7][0xa1][0xc8][0xf][0x9][0x93][0x9a]5[0xc0][0xfc][0x85]b[0xb][0xfe][0xcb]s[0x19]_[0xe4][0x8]|[0xf9][0x4][0xca][0x14][0xe2]:o[0x92][0xce][[0xb4][0xbf]-X[0x14][0x3][0xed]#[0x16][0x85][0x80][0x5]_q[0xc5]r[0x84]O![0xe4]S[0x18][0xe3]S[0xa6][0x88][0x15],S$[0xce][0xe7][0x9]Y[0xfe]^[0xf9][0x1b][0xea][0x8f]T[0xf0][0x99][0xdf]b[0xf2]W[0x5][0xb0][0x9f]D[0x5][0x1f]Qe[0x11]I+?[0xc9][0x91][0xf5]C[0xaf][0xa0][0x1a][0xbc][[0x5]f7Iv-[0xa8][0xed][0x8b]@[0xb6]Z[0xae][0xfc][0xb]m[0xf9][0x18][0x17]^[0xc5]p[0xb2][0x11][0x81][0xd1]^[0xba][0x83][0xbb][0xe2]^[0xc5][0xc7][0xa1]@-8[0x11][0x2][0x9][0xe7][0x6][0xee][0x5]8;AI[0x15][0x81]s[0x8c]l[0xbc][0x9a][0xd9]H5[0x95][0x10]F[0x9]`[0xa2][0xc2][0xfc][0xec][0xc9][0x81][0xb4]O[0xf0][0xa9][0xb0][0xf7]_[0x3]PK[0x7][0x8][0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.class[0x9d]U[s[0xdb]T[0x10][0xfe][0x8e]bbKQ[0xdc][0x10][0xc7][0xae]S[0x9a][0xd6][0xb4]\|I[0xa3][0xa6][0x17][0xa0][0x89][0x9][0x94][0xa6])[0x17][0xa7][0x81][0xda][0x13][0x86]>0[0xc8][0xca][0x89][0xad][0x8c]-g$[0x99]&[0xfc]&[0x1e][0xe8][0xc][0x84][0x9][0xcc]0<[0xf7]G1[0xec][0x91]dUV[0xe4]t[0xda][0x17][0xed][0xb9][0xec][0xee][0xf7]}[0xbb]{[0xec][0x17][0xff][0xfd][0xf5][0xf][0x80]U[0xb4][0x14]\[0xc0]'2[0x14][0xdc][0xcb]`m[0x6][0xeb][0xa8][0x8b][0xcf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Tl[0xcc][0xe0]3|[0x9e][0xc1]}a[0xbf]H[0xe3][0x81]Bn[0x9b]i<[0x14]vK|[0x1e][0xa5][0xf1]%C[0xba][0xaf][0xbb]F[0x97][0xdb][0xc][0x85][0xc6][0xc0][0xee]h][0xbd]o[0xd8][0xdc]q[0xb5]m[0xff]|[0x9d]An[0x9a][0x1d]Kw[0x87]6g[0xa8]&:[0xd5][0x1b][0x7][0xfa][0xcf][0xba][0xd6][0xd3][0xad][0x8e][0xd6]tm[0xd3][0xea][0xac]oP[0xe0]t[0xdd][0xb4]Lw[0x83]a[0xb1][0x9c][0x9c][0xbb][0xb2][0xcb][0x90]z0[0xd8][0xa3][0xc4][0x17][0x1a][0xa6][0xc5][0x1f][0xf][0xfb]mn[0xb7][0xf4]v[0x8f]N[0xe6][0x1b][0x3]C[0xef][0xed][0xea][0xb6])[0xf6][0xc1]a[0xca][0xed][0x9a][0xe][0xc3]]/[0xdf][0xc1][0x90][0xd2]k[0xa6][0xe5]r[0xdb][0xd2]{Z[0xa0][0xc4][0xd1]Z]{[0xf0]L[0xf8]os[0xc7][0xd1];[0xfc][0xa5][0x94][0xc2]x[0xce][0xe3][0xc3]Q[0xde][0xb5]7IXo[0xb5]<[0x9d]7[0x92][0xe5]%VEHV[0xf6][0xb8]c[0xd8]f[0x9b][0xb7][0x6][0xc]K[0xb1][0xe0]M[0xef][0xee][0xd0]5[0x7][0x96][0xe7]<[0xb3][0xf7][0xf2][0x80][0xe1][0xd2]dg[0x86]Y[0x9f][0xb0][0xd3][0xd4][0xf7]y[0xef][0x98][0xa1]X[0x8e]0[0x8]5[0xac]W[0x9e]R[0x1d]M[0x97][0xf7][0x19][0xf2][0x89][0xe][0xc]S[0xa4][0x8c][0xfa]W&#[0xbc][0xb]#[0xc2][0xdb][0xa6][0xe3]a[0x8c][0x10]n%#[0x9c][0xaf][0xa8]$[0xd2][0x9e][0xef][0xa2]tu'[0xa8]5[0xc3][0xca][0xa4][0xe9][0x99]4[0xb0]?[0xd5][k[0x89][0xbc]6^[0xa7]Q[0xc9][0xae]A[0xcb][0x17][0x9f][0xc]-[0xd7][0xec][0xf3]][0xd3]1)[0xf3]}[0xcb][0x1a][0xb8][0xba][0xa0][0xef][0x9c]yH[[0xba][0xe1][0xe][0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2][0xa2][0xd5][0xda]i[0x1f]p[0xc3]}E[0x1d][0xa4][0xa3][0x9b][0xe2]![0x9c][0x89][0x12]7[0xab][0xd4][0xbe][0x84][0x84][0xa2]_[0xf5][0x89][0x5][0x18][0x87][0x13][0xf]@[0xb4]2&Ni[0xe][0x86][0xb6][0xc1][0xb7]L[0xf1]2.O[0x18][0xfe][0x15][0x91]_[0xc5][0x2][0xbe]R1[0x87][0xb7][0x19].[0xf2]#[0x83]{[0xd4]K[0xcf]L[0xb7][[0xea][0xfb][0xee][0xa5]4[0xbe]V[0xf1][\r][0x1a]*[0xb6][0xf1]X[0xc5][0xe][0xbe]M[0xe3];[0x15]Op[0x87]!3rR[0xd1][0x4]I[0xbd][0xfd][0x6][0xaf]Pp[0xc8]3[0xe4][0x12][0xf4][0xaa]([0xa3][0xa2][0xe2][0x1a][0xae][0x93][0x8e][0xf3][0x94][0xd3][0xc4][0x97]E[0xbd][0x8b][0x93][0xba]AE[0xd1][0xf][0xf][0xb9][0xb5][0xd7][0xe2]G[0xae]7[0x92]gF[0xa6]r[0xde][0xd3][0xcc][0xf9][0xd1][0x91][0xc3][0x9d]}[0x86]{[0xb1]yl[0xf2][0xde][0xbe][0xef][0xd2]~eF[0xa5][0xc3][0xdd][0xf0][0x89],[0x94]+g[0x9][0xd1]q[0xd2][0x8][0x87][0xbf][0xf9]4[0xaa]s[0xf1][0x87][0x8d]w![0xfe]T[0x0][0x1a];[0xd1]V[0xcf][0x2][0x12]rH[0xd3][0x9a]*M[0xeb][0x2][0x9d][0xb4][0xc9]Jd[0x95][0xea][0x9f]`[0xd5][0xda][0x1f][0x90][0x9e][0xd3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe9][0x9b]%[0xb][0xcc]"E+[0x99][0xb2][0x15]iW[0xf0][0xbd][0xb1][0x88]K[0x80][0xb7][0xf2][0xb3][0xbf]3vw9[0xbc][0xcb][0x85][0xc8]K[0xb4][0xba][0x82][0xab][0xf4][0x15][0xb8]F[0x80][0x9b][0xaf][0xcd]O[0x9d]"%[0xe1][0xfb]Z[0xf5]wH[0xa7]x[0x8b][0x96]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x4][0x9f]#[0xd2][0xb][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0x90]B[0x1e]%[0x92][0xeb]SP[0xc9][0xfa]w[0x82]BJ[0x8c]L [0xf4][0xc7][0x0]0+`j'[0x98]>EZ[0xc2][0xaf]![0xd2][0xb4][0x17]Y[0x8c] dC[0x84],[0xde][0xc3][0xfb]c"[0xb3][0xa1]Hq[0xf7]A([0xf2]C[0xc2][0xa4]Y[\r]0[0xa1][0xdc][0x82]qy>[0xe3][0x8b][0x1c][0x81]/[0x9f]B[0x9e]B\[0xe7][0x12][0xe9][0xbc]B[0xfb][0xab][0x1e][0x8b][0x92][0x1f][0x1b][0xb2]([0x6],[0xc4]J([0x96]"|[0x8a]![0x9f][0xe2][0x18][0x9f]*e[0xac]a[0x99]2[0x9]>[0xf][0xc9][0x8a]x[0xf9]o(?P[0xc3]g~[0x8b][0xc9][0xbf][0xee][0x1][0xfb]E[0x94][0xbd][0xce]"RV[0xd9][0xeb]'[0x82][0xd4]7[0xb0][0x12][0xc4]i[0xc0][0xdc]&[0xc9][0xbe][0x19][0xf4][0xf6]i [[0xa9][0xd6][0xfe][0x85][0xba]|[0x82][0xd9][0xe7]1[0x9c]LD`t[0x96]Vq[0xcb][0xbb]Wp;[0x14][0xa8][0x6]'[0x9e]@[0xc2][0xb9][0x86];[0x1][0xce]N[0xd0]R[0xd9][0xc3]9A6[0xde][0xcd]L[0xa4][0x9b]r[0x8]#[0x7]0Qa~[0xf5][0xa4]@[0xda]]|[0xe4][0xd9][0x8f][0xff][0x7]PK[0x7][0x8][0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/matchers/TypeSafeMatcher.class[0x95]U]S[0x1b]U[0x18]~[0x96]l[0xb2][0xb0]l[0xf9][0xc][0x14][0xa8]))E[0x1b][0x12]J(Zl[0x1][0xa3]-P[0x8b]&[0xb4]6[0x91][0xda][0xd6][0xaf][0xc3][0xe6]$Y&[0xd9][0xc5][0xdd][0x8d]#[0xf7][0xfe][0x9][0xbc]r[0x9c]q[0xb8][0xf1]Bg[0x94]2:[0x83]w:[0xe3]/[0xf0][0xd6]?b}[0xcf][0xee][0x9a][0xe6][0x8b][0xce]4[0x17]{[0xce]y?[0x9f][0xf7]}[0x9f]s[0xf2][0xd7][0xbf][0xbf][0x9e][0x2][0xb8][0x86][0x8a][0x8a]([0xde]V[0x11][0xc6];*Fq[0xab][0x8f]>[0xb7][0x15][0xac][0xab][0xd8][0xc0][0xa6][0x90][0xdc]Q[0xf1].[0xee][0xaa][0xd8][0xc2]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xef]EV[0x85][0x8a][0x9c][0x10]n[0xf7]bR[0xc5]=[0xdc][0x17][0x87][0xf][0x84][0xc5][0x3][0xe1][0x90]WPP[0xf0][0xa1][0x4][0x8d][0xb5][0xcf]u[0x97][0x17][0xb][0x7][0xfb]\[0xc2]pv[0x8f]}[0xc9][0xd2]Uf[0x96][0xd3][0xeb]U[0xe6]8[0xab][0x12][0xfa][0xf2]F[0xd9]dn[0xdd]&}[0xb4]][0xbf][0x96][0xcc][0x90][0xc9][0xb9][0x1a]s[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0xf2][0xac][0xc4][0xab][0x7][0x12][0xc6][0x12]Mv[0xf7]v[0xf7]([0xc3][0xea][0xdc]c[0x9][0x91]D[0xa1][0xe0]o[0xd6][0xc][0xd3]p3[0x12]B[0x89][0xb9][0x1d][0x9][0xf2][0xba]U[0xa4][0xe8][0x83]Y[0xc3][0xe4][0xdb][0xf5][0xda].[0xb7][0xb]l[0xb7]J[0x92][0x91][0xac][0xa5][0xb3][0xea][0xe][0xb3][\r]q[0xe][0x84][0xb2][1[0x1c][0x9]W[0xb3][0x96]]N[0xef][0xd5])P[0xda]0]n[0x9b][0xac][0x9a][0xf6][0x81][0xd8]NZ[0xd4]#[0xe0][0xe4]|[0x1][0x81][0x1c]o[0x8d]E[0xfa] [0xde][0xd2][0xcb][0x4]Z[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xc9]C%[0xc3],n[0xb6]4o6[0xd1][0xd1][0xbd][0xb9].[0xfd][0x8c][0xd4][0xb8][[0xb1][0x8a][0x12][0xa6][0x9a][0x94]6/U)T:[0xe7][0xe9][0xc8]Jf[0xb6]=+[0xe1][0xc2][0x93][0x17][0x1a]U[0xb9]IF[0xd2][0x96][0x84][0x1e]Clt[0x1a]W[0xc9][0xb6]j^.[0x9][0xc9][0xe]Db^[0x1d][0xa0][0xfc]![0x8e][0x19]N[0xae]y[0x8c][0xb9][0x0]f,q6[0x4]1[0xcb]h[0x97][0xb2]wD[0xbb][0xdb][0xb3][0x4][0x9d][0x9b][0xec][0x4][0xe5]i[0x84][0x93][0x12][0x10][0x89]J3\^[0x13][0x4][0xe8] [0x92][0x84][0xeb]k[0x85][0x95]Ny[0xc6][0x1b]c[0x85][0xd5]t[0x9b];n[0xfa]6s[0xda]g[0xa6][0xe6][0xad][0xba][0xad][0xf3];[0x86][0x98]z[0xb4]m[0xb0][0xb]" [0xd9]l[0xf0]}[0x9b][0xeb][0x8c][0xa6]JP[0x1f][0xd4]M[0xd7][0xa8][0xf1][0x1d][0xc3]1[0x88]*[0xb7]L[0xd3]r[0x99]kX[0xa6][0xd3]Z[0xdf]s[0x9f]U[\r][0xaf] [0xa6]a[0x7][0xf]5[0xbc][0x8a][0xd7]4[0x8c]a[0x9c][0xd8][0xd2][0x8e]V[0xc1]G[0x1a][0x1e][0xe1][0xb1]F[0xd7]{I[0xc1][0x13][\r][0x1f][0xe3][0x13][0x5][0x9f]j[0xf8][0xc][0xf][0xe9]&<[0xb7][0xdf][0xb4]m[0xcb][0x96]ps[0x9d][0x89][0xec][0xf1]"'[0x82][0xd6][0xe8][0x9e][0xc4]u[0xcb][0xa6][0xa4]n[0xdc][0xa5]:[0xe2]%[0xcb][0x8e][0xb7]\[0xc2][0xc4]\[0xdc][0xe7][0xd9][0x82]@[0xf4][0xb9][0x6][0x86]][0x5][0xba][0x86]"[0xa6]4p[0x94]4[0x94][0xc5]n[0x12]S[0x12]R/q[0x1]$L[0x9c][0xd5]g[0x9][0xbd]e[0xee][0x6][0xdc][0x1b]Mt#[0xff]t[0x97]L>[0x97][0xf2][0x96][0xed][0x8a][0x10]#[0x14]b[0x83][0xeb]Uf[0xf3][0xa2][0xaf][0xa1]`[0xb]]8[0xf6][0xc2][0x9b]1q[0x96][0x8e][0xde]8Jp[0x9f][0xd9][0xac]&:)[0x8a]s[0x4][0x87][[0xc2][0xfd][0x8f]v[0xb0]MD/[0x1d]9[0xe7][0xeb][0xfb][0xdc][0xd6][0xfd]s[0xcb]K[0x97]wm[0xc3],[0xfb]D&[0xbb]mJ[0xe1][0x85][0xee]4ia[0x84]/[0xa3][0x87][0x81]QgU[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]o8[0xf9][0x3][0xd3][0xad]p[0xd7][0xd0][0xbd]'[0x92]n[0x99]j8[[0xa6][0xe3]2S[0xe7][0xf2]%z[0xc1][0xa3][0xf4][0xcf]@[0xb7]^[0xd0][0x8b][0xd6][0xf3]t[0xea][0xc1][0x4]"[0xb2]$&[0xda][0x90]\[0x80],[0xf8]H[0xe7][0x8b]t.[0x90]D[0xa2]u([0xf9][0x14]R2y[0x8c][0x9e][0x13][0x84]~[0x81][0xfc][0x13][0xc9]B[0x98][0xa6][0xef][0x0][0xad] [0x99]<[0x7][0xc9]3N'[0xcd][0xf7][0xc1]%[0xcc][0xd0]z[0xb9]E2K[0xab]*xN[0x91]E[0x86][0xbf][0xc9]?B[0xeb][0xdd]d65[0x8a][0xf0][0xf7][0xb8][0x91]:A$7[0x9a][0x9]-[0xcb]cr[0xec];L[0xcf][0x8f][0xc9]K+[0xe1][0xc9][0xf0][0x9][0x94]C[0xf4]O[0x86][0x8f][0xd1][0x1b]Z[0xfa][0xf1]kY:z[0xf6]O[0xea][0x18]}[0xd9][0xa3]g[0xfe][0x6][0xf5][0xd1]H[0xff]Sh[0xbf]7[0x90]][0x84]B[0xdf]i[0xf4][0x11][0xa6]8eN[0x10][0x9a]E[0xda]-[0x93],[0x83]+[0x1e][0xd2][0xc][0xe5][0x8e][0x13][0xae]+[0xa4][\r]S-[0x9][0xcc]!I[0xc8][0x86][0x9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x14])J^Wi'[0x93]t[\r][0xb]^[0xef][0x8]-[0xd2][0xb4][0xf3]k[0x1b]'[0x8d][0xaf][0x9b]h[0xe8]&h[0xf5][0xfb][0xb9]H[0xd5][0xd2][0x85][\r][0xfa][0x99][\r][0xfa]9C[0xad]<72p[0x8c][0xc1]C[0x9c][0xa7]}[0xef][0xa9][0xfc]-[0x6]h3[0xf4][\r][0x14][0xf9][0x8]r[0xe8][0x7][0xcf][[0xd4][0x11][0xf1]g([0x9d][0xae]/[0x18][0x8b][0xd4]RhX[0xee][0xb3][0x80][0xaf]Ev[0xc8]Wx[0xb8][0xeb]m3[0xb0]-[0x86]l[0x8c][0xce]P[0xae]y~[0xd3][0xdc][0x8b]\;4[0xe3][0x9c][0xb9]*[0x1d]][0xce].[0xd8][0x94]^d[0x18][0xd0];[0xd0][0xb7][0xc6]7[0x18]2K[0xde]6a[0xf7][0xd6]l[0x97]?[0x8a]^[0xd4][0xb9][0xbf]n[0xd5][0x1d].[0xf6][0xf1][0x1a][0x96][0xb3]a[0xf9][0xb6]8'[0xc9]L[0xb8]k[0xd3]&[0xc6]1D[0xdb][\r][0xb9][0xef]Z[0x8e][0xe9][0xf3]W[0x11]-[0x1b][0xc4][0xd3]W[0xe3][0x93]X1<[0x92]`[0xf0][0xe4][0xd0]7/[0xf][0x6][0xf]w[0xd0][0x13][0xcb]K[0x86][0xa5]N[0xe6]"=t[0xe6][\r]Q[0xc9]7y[0xb8][0x9a]h3[0xaa][0x8f][0xff]C[0x1d]u[0xcd][0x8b][0xfc][0x6]_[0xb6][0x5][0x85][0xc2]q[0xde]Sb[0xb6][0x86]a[0xdc]b[0xe8];[0xfd][0xb0][0x1a]z[0xd0][0xab][0xa1][0xf][0x5][\r]%[0xc][0x88][0xb6][0xb2][0x86]A[0xc]1[0xcc][0x9f]!L=[0xb2][0x9d]m[0xee][0x7][0xe6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xc7]y[0xc8]w[0xac][0xc8][0x9][0x9f]xA`[0xd7]m[0xc7][0xe]m[0x1e]<[0x88][0xeb]b[0xcc][0x9c][0x86][0xdb][0xb8][0xc3][0xa0][0xff][0xaf][0xbe][0xa4]\[0xe7]z[0x7][0xa5][0xb4]._X[0x97]2[0x16][0x3]k[0x87][0xc7][0x9b]/{~[0xf2][0x1e][0x13]gh[0xfb]W[0xbd]0F?[0xa1][0x9b]~M[0x6]E[0xa1][0x0]EE![0x2]h8[0xc5])[0xf4][0x93]'=(~ [0xd4] [0x9f][0xa6][0x1a][0x89]C[0xb5][0x11]:[0xbd][0xa5]s[0x9a][0xfc][0x88][0xd1][0x6]3[0xbe]"[0xb5][0xd9]F[0xba][0x85][0x8c]Qm[0xa1][0xcb][0xa8][0xb4][0x90][0xfd]([0xef][0x8c][0x92][0x1d]D[0x17][0xd9]~[0xc2][0xca][0x11]RI[0xce]-S[0xb6]B[0xd9]K[0xf1][0x14][0x9c][0xc7][0x5]@F[0x17]%[0xb][0x11][0x89][0xbe][0x14]u[0x80][0xb8][0xb2][0xa4][0xd6][0xc8]pL[0xf2][0xb9][0x9c][0xf0]yJsR[0xe4][0x15][0xa3][0x9a]iC9[0x2]We[0xba][0x8c],[0xb5]U$[0x19][0xd9]v[0x8][0xa8]$[0x80]G0[0xca][0x9][0x98]+[0x14]][0xc5]5[0xb2][0x2][0xe6][0x1d]-![0x8][0xcf][0x1b][0x9f][0x90][0xfb][0x89][0x19]r[0x99][0xcd][0xda][0x8f][0xf8]T&[0x1d][0xf2][0x9b][0x14]g[0xdb]P[0xc9]u}[0xc6][0xb9][0x16]r[0xd5][0xfd][0xf7][0xc8][0xad]T[0xf7]'[0xbe][0x8b][0xb6][0xf]4[0xb3][0x7][0x93][0x98][0xa6])[0xd3][0x98][0x95]>%[0x99][0x8e][0x10]G[0x10]+[0x81][0xdf]C|[0x6]h[0xc5]*[0xe1][0xcf][0x11]z[0xe5][0x90][0xdd]|[0xc2][0x9c][0xe1][0xba][0xbc]y[0xe3][0xf]PK[0x7][0x8][0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/requests/FilterRequest.class[0x9d]T[0xeb]R[0xd3]@[0x14][0xfe][0x96]^[0xd2][0x86][0xc8][0xa5][0x5][0xe4]"X[0x11]0m[0x91][0x88]"[0x8a] ([0x15]up[0x86]2[0xcc]t[0xfc][0x95][0x96][0xb4][0x84]I[0x93][0xba]I[0xbc][0xbc][0x89][0x8f][0x81]3[0x2][0x8e][0x8c]>[0x80][0xf][0xe5]x6[\r]R[0xa4]([0xe3][0x9f][0xb3][0xbb]'[0xe7];[0xdf]wvO[0xce][0x8f][0x9f]_[0xbf][0x3][0x98][0xc7][0x86][0x8c][0x14][0xee]$[0xd1][0xf]U[0x98][0xac]8[0xe6]d$[0x90][0x97]0+[0xe1][0xae][0x84]9[0x9]Z[0x2][0xf7]$[0xcc][0xb][0xf7]}[0x19][0xdd]x c[0x1][0xf]e$[0xb1](C[0xc2]#[0x9][0x8f]%,1H[0xdc]x[0xe3][0x1b][0xae][0xc7]0Ztx][0xdb][0xf7]m[0xd3][0xd3][0xb8]o[0xdb][0x6][0xd7][0xb6]Z[0xdf][0x96])[0xac][0xf6][0xd2][0xb4]<[0x83]3[0xcc]\[0xc]k[0xe8][0xb6][0xd9][0xf4]-[0xdd]3[0x1d][k[0xc5][0x11]$[0xbe]bR[0xcc]*CA[0xbd]<[0xf3][0xd5][0x92]ew[0x18][0xa2][0x5]g[0xd7]`[0xe8]-[0x9a][0xb6][0xb1][0xe9]7*[0x6][0xdf][0xd6]+[0x16]yRE[0xa7][0xaa][;:7[0xc5]9tF[0xbd]=[0xd3]e[0xc8][0xb7][0xe5]7mJe[0xeb][0x96][0x16]V[0xec][0x86][0xd9][0xcf][0x8a][0x8c][0xd7][0xc2][0x1a][0x93]u[0xc3][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]0[0x8c][0xa9][0xd9][0xe][0xf2][0x83]E@x[0x18]6[0xf2][0x97] F[0x82][0x16][0xff]Q[0xe9][0xa6][0xb3]-4m[0x19][\r][0xdd][0xb4]7[0xde]W[0x8d][0xa6]p[0x13]X.9>[0xaf][0x1a][0xa4]U[0xd4]zN[0xf2][0xdc][0xbe][0xfe]VWp[0x1d]O[0x14][0xa4]1[0xa0]`[0x10]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n"[0xa3]`[0x19]+[0xc][0xb][0xff]C[0xc9][0xa0]u[0xba][0xb3][0x0][0xef]j[0x1b][0x9c];D[0xdf]t[0xb8]g[0xda][0xf5][0xd3];[0x9a][0xba][0xca]+2[0xa4][0x85]^[0xcd][0xd2][0xed][0xba][0xd6]F7[0xb9][0xe9]d0[0xc][0xaa][0xc5]?U[0x4][0x9d][0x99][0xd8]5[0xdc]*7+[0xf4]>[0x3][0xd4],g1%[0x8f]S[0x1d][0xf4][0x86][0x9][0xcf]i[0xed][0xcf][0x15]r[0xea][0x8a][0xd7][0x1c]NE3,[0xa9][0x17][0xc1][0xaf];pv[0xa2][0x18][0xec][0x80][0x15][0xe2][0xb2][0xed][0xfe][0x82][0xa5][0xbb][0xee]r[0x9b]c{[0x8f];[0xef][0xc4][0x1f]C[0xb1]4Y[0xfa]i[0x92][0x0]]d[0xa9][0x9d]h[0x97][0x12][0x1d][0x15]x[0x18][0xdd][0xeb]0[0xd9][0x11]:[0x95][0xe9][0x1c][0xa1][0xb5]7w[0xc][0x96][0xcb][0x1f][0xa2]+7{[0x88][0xc8][0xa7] p4[0x80]E[0xc9][0xde] ;N[0xf3]f[0x2]=[0xd4][0x93]c[0xe4][0xc9][0xb4]`[0xf4]e[0x1c][0x8]v[0x82][0x86][0x5][0xbb][0x9]"[0x12]4[0xd4][0xbd]![0xcd]G[0xc8][0xe4][0x1][0xd6]s[0x9f][0xd1]u[0x84]h[0x91][0xd6]H[0xfe][0x8][0xb1][0xfc]A[0xf1][0x4]R9[0x8d][0xc4][0x9][0x92][0xe5][0x94][0x1c][0xfb][0x86][0xee]rD|=[0x82]R*G[[0xf1][0xd7]J_[0xd0]s[0x8c][0xde]c[0xf4][0x1d][0x4][0x1c][0xa2][0xb8]x[0xa8]p[0x8]1[0xb2]S4[0x1c][0xa7][0xd1][0x87][0x19]1OI[0x8b][0xfa][e[0x82][0xb8]oa[0x92]pih[0xb8]M[0x91]"[0xc3]z[0xa8][0x9c][0x11]J[0xd4]:[0xf3][0xb]PK[0x7][0x8]<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/requests/SortingRequest.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x17]J[0xcb]J[0xa1][0xb5][0xb][0x5]/[0xa0][0xa8][0xed][0xb6]qcL|[0x81][0xf0][0x82][0xf1][0xa9][0xd1][0x84]*[0x89][0x8f][0xd3]:[0xa9]S[0xb7][0xb3][0xeb]t[0xd6][0x84][0xa5][0x89]@[0xa2][0x89]?[0xc0][0x1f]e<3-([0xa1][0xf5][0xf2][0xb0]g[0xce][0x9c][0xdb][0xf7][0x9d]o3[0xdf]|[0xf9][0x6][0xe0][0x11][0xda]%[0x14]q[0xbb][0x88]ElY[0xb3]m[0xaf]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][B[0x1e];[0xd6][0xdc]+[0xe0]~[0x1][0xf][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xbc]O[0xc5][0xd8]0ltb=[0x8][0x87][0xa9][0x92]&[0xd4][0xa9]RB[0x87][0x87][0x93][0xdc].C[0xa9][0x1f][0x8f][0x12][0xae][0xb9][0x89]5[0x83][0xdf][0x19][0xf2][0xf][0x8f][0x8e][0xb8][0x96][0xf6]>[\r][0xe6][0xcc][9fh[0xff][0x86]$[0x95][0x11]Z[0xf1]([0x9c]*3[0xe][0xbb][0xb1]6R[\r]~[0xa9][0xe1]_[0x1e]u[0x9c][0x9c][0x8f][0xeb][0xfe]/[0xe5][0xbf][0xea]aW*[0xe][0x84]9tI[0x86][0xcd]Fs[0x6][0x84];[0xac]vzZV[0xff]CQ[0xa9][0x1b][0xa7][0xba]/[0x9e]I[0xcb][0xb8]zy[0xb9][0x87][0x96][0xa4][0x87][0x15]4<[0x94][0xb0][0xe4][0xc1][0xc3]5[0xf]ul0[0xec]\[0x99]8[0xe2]J&i[0xc4]-U'[0x92][0xd0][0xb6][0xb5][0xe9]!@[0x8b]![0xf8]wM[0x19][0xd6][0xe7][0xe9][0xc6][0x90]mX[0x11][0xea][0x8d][0xf9][0xff]<[0xcf][0x93]$:f[0xa8]Mk"[0xae][0x6][0xe1][0x8b][0xde]P[0xf4][\r][0xe5][0xb1]MO[0xa0]H[0xef]"[0x83][0x8a]][0x8a][0xbc][0x8a][0xdd][0xb][0xc][0xcb].Z[0xa6][0x8f][0x11][0xf1]UW[0x1][0xbc][0xa3]3Kg98[0x3][0xb]Z'[0xc8][0x4][0xed][0x13]d?Q([0x8b][0xaa]k[0xcf][0x91]]&[[0xa6][0xc1]+[0xe4][0xad][0xe2]:E[0xb6]&m[0xa8][0xc1][0x7][0x9c]g[0xe1][0x98][0xf3],`[0x6]k[0xe4]{[0x17][0x11][0xb]<[0xa1][0xb0]N1R[0x99][0xac]%[0xf0][0x8a][0xe6]d[0xe8][0xac][0x7][0x9f][0x91]9E[0xae][0xf3][0x15][0xf9][0xd7][0xe4]g[0xcf][0xb0][0xd0]:E[0xa1][0xf5][0xd1]5U[0x1d][0x9][0xb]Y[0xa3][\r]}[0x1a][0xbe][0xe6]h[0xf8][0x93][0xe6])[0x8d]E"[0xb7][0x89][0x1b]4[0x9a][0xe1][0xa6][0xeb][0xbb][0xf5][0x13]PK[0x7][0x8][0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/internal/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/ClassRoadie.class[0x95]V[0xeb]V[0x13]W[0x14][0xfe]&[0x9]L[0x18]F[0xa0][0x80] h[0xd5][0xa2]"[0x84]K[0xb4][0xb6]T[0x5]Q[0x4]/h[0x88][0x16][0x10][0xab][0xf6]6$[0x3][0xc][0x86][0x19][0x9c]L[0xbc][0xf4][0xfe][0xab]/[0xd0]_}[0x2]~[0xb3]V[0xc1]e][0xad][0xfd][0xed]k[0xf4][0x1][0xfa][0x6][0xb5][0xdf]>[0x19]B[0x80]H[0x91],[0xce]>[0xb3][0xcf][0xbe]|{[0x9f][0xbd][0xf7][0xcc][0xeb][0xff][0x13][0xc0]i[0xfc]h[0xa0][0x9][0xe3]58[0x84][0x1b][0xb2][0xdc][0x94]%%[0xcb]D-[0xd2][0xb8][0xa5][0xe3][0xb6][0x1][0x1d][0x9f][0x1a][0x98][0xc4][0x94]A[0xf6][0xb4],wd[0x99][0xd1]q[0xd7][0xc0]g[0xb8]W[0x8b][0xfb]xP[0x8b][0xcf][0xf1][0x85],_[0xea][0xf8]J[0xc7][0xd7][0x6][0x1a]a[0xe9][0x98]5[0xb0][0x1f][0x19][0x1d]Y[0x3][0xfb]0[0xae][0xc3][0x16][0xcd]9Q[0x9b][0xd7][0xb1][0xa0]![0xee]z[0x81]3[0xe7][0xd8][0xbe][0x86][0x9e][0x94][0xe7][0xcf]'[0x17][0xb][0xae][0x13]$[0xfd][0x82][0xeb][0xda]~[0xb2]x[0x98][0xb1][0x2][0xc7]s[0x93][0x93][0x5]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]j[0xa8][0x9][0xec]|0[0x9a][0xb3][0xf2]y[\r][0x9d]e[0x9a][0x8e][0x1b][0xd8][0xbe]k[0xe5]B[0x13][0xf9][0xe4][0xf4][0x86][0x1c][0x95]j[0xb3]v>[0xe3];[0xcb]bO[0xc3][0xe1][0x9d][0xe][0xc7]6[0xcf])[0x1e][0x17][0xae]5[0x9b][0xb3]54[0xa7][0x16][0xad][0xc7]V2g[0xb9][0xf3][0x2]Dq)Q=[0xe4]P{X[0xc3][0xcf]][0xef][0x80]~opwGW[0x9]O[0xf7][0x8c][0x86][0xd8][0xa8][0x97]%[0xde][0xfa][0x94][0xe3][0xda][0xe9][0xc2][0xd2][0xac][0xed]O[0x17]#hLy[0x19]+7c[0xf9][0x8e]<[0x87][0xcc]X[0xb0][0xe0]0[0x81]][0xbb]!Rh&=+[0xeb]H[0xc4]ud[0xdf]q[0x97]}/[0xb0]3[0x81][0x9d][0xd5][0x10][0xed][0x12][0xb7][0x86][0x95][0xcd]^[0xb5][0x9c]\[0xc1][0xa7][0xd5][0x3]]e[0xe8][0xa6][0x17]|[0xef]I[0x9]^}`[0xf9][0xf3]vp[0xe5]i[0xc6][0xe]oaEY[\r]&[0x1d][0xdd][0xde]t[0xa3][0xd1]n[0xf7]n0[0xc5][0xbb][0x9d][0xbd]l[0xcf]y[0xbe][0xa8][0x1b][0xe4][0x17][0x1f][0x18]_[0xf5][0xac][0xda]ih/s[0xe6][0xdb]s9[0x1a]ON[0xd8][0xc1][0x82][0x97][0xa5]J[0xc4]9^[0xba][0xe8]B[0xe0][0xe4][0x92][0xe3]ta[0x5][0x9e][0x94][0x9b]>[0xbb]a[0xab][0xa1]L [0xe5][0xe4][0x3][0x1e][0xf6]U[0xb0]:[0xee]>[0xf6][0x8a]W?[0xbd]5b[0xca][0x9f][0xaa][0x14][0xc7]H>_XR[0x12]3[0x8e][0x97][0xb3][0x18]t[0xb9]J[0xcb][0xd6][0xdb]{[0xb6][0xbc]q[0x83][0xbd][0xdb][0xe0][0xc][0xbd]=[0xc2]aIK[0xc9](C[0xa9]a[0x8e]F[0xe6][0xe8][0x9f][0xfb]*K6L[0x95][0x15]2[0x8c])[0xaf][0xe0]g[0xec][0xab][0x8e]xi(+[0x82]~q[0xc0][0xf3]1{[0xd9][0xb7]3[0x96][0xba][0x9d]6[0xd6]`[0xe0],[0xd9]3N[0xde]![0xac][0x11][0x97][0xb5]o[0x85]^Z[0xca][0x10]m[0xea][0xc][0x9a]8[0x81]>[0x13][0xef][0xe3][0xb0][0x89]#8j[0xe2][0x3]t[0x98]8[0x86][0xe3]:[0x1c][0x13][0x8b][0xe8][0xd3]pb[0xf7][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb]M[0xc]=[0xd4][0x91]3[0xb1][0x4][0xd7][0xc4][0xc7]b[0xb5]W[0x96][0x11][0xb1]qr[0x8f]%[0xa3][0xc3]3[0xb1][0x8c]G:|[0x13]y[0x4]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x1e][0xe3][0x89][0x89][0xa7]x[0xc6][0x92]~[V[0x99][0x9b][0xcd][0xa3][[0xb3][0x8b]<1[0xf1][\r][0xbe][0xe5]<{[0x87][0xa2]0[0xf1][0x1d][0xbe][0xd7][0xd0][0xff]nu[0xa1][0xa1][0xa9]B[0xef][0x98][0xe8]G[0xd2][0xc4][0xf]x[0xc4][0xc9][0xb8][0xb7][0xbe][0xe6]t[0xd8]9N[0xd8][0xda][0x14][0xd5]0Pa[0xb4][0xbd]e[0x12]m[0xed][0xf5][0xee]=OD[0xce][0x85]9[0xc7][0xb7]e[0xf6][0x95][0x86]H[0xe2][0xff]&j([0xa9]\[0x1d][0xdf][0xcb]De[0xcd]2[0xe7][0xa5][0xa1][0xd0][0xd8][0xd5][0xbd][0xb3][0x95][0xeb][0xb6]r[0xf8][0xe]p[0xc2]![0xc0]B[0xde][0xa2]P6[0x1c][0x1a]wr91[0x16][0xac]|[0xda]~[0x1a][0xa8][0x9]y[0x9f][0xa3][0xd6]U[0xf][0xcd][0x1b]F[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F^$[0xe]K[0xe3]![0xc3]>[0xd7][0xb5][0xf3][0xf8][0xc1]NVE#[0x8d][0xc]oz[0xfb]|m[0xdd][0xe2][0xb0]|[0xc2][0xd6]P[0xb0][0xd8][0xfe][0xec][0xbd]C[0xfc][0xc][0x0]b[0x88]HGr[0x17][0x91][0xa6]T[0x94]}I[0xda]([0xad]IZ[\r][0xf6]%:[0xb9][0x9e][0xe4][0xd3]O<[0xaf]"mO<[0x87][0x96][0xe8]YC$[0xd1][0xbb][0x86]h[0xa2]o[\r][0xb1]D[l[\r]U[0xab][0xca]F[0x97][0xc8]PW[0xd6][0x18][0xe]B>0[0xea][0xe8][0xa9][0x89][0xbe][0xda][0xe8][0xa9][0x9b]'[0x1f][0x15]-![0x81][0x1e]@[0xed][0x4][0x89][0xa6]v[0x82]%[0xa2]v[0x82]&[0xaa]v[0x82]'[0xc6][0x1f]{=Ds[0x96]T[0xe4][0x8d][0xc4]o[0xa8]z[0x81]j[\r][0x9b][0xde][\r][0xa5][0xdf]A[0xcf][0xc7][0x94]7[0xb3]([0x19]z[0x8b]I[0xcf][0x84]VR[0xc4]![0xb2][0xcd][0xb4][0x12]y[0x9][0xfd][0x1e]i[0xac][0xe7]9[0xe2][0xeb][0xa8][0xd9]n[0xaf][0x93][0x11][0x9c]T[0xf6]Z[0x8a]:%[0xf4][0xcd]8[0xc5][0xaf]+[0xc1][0xf3]a[0x9][0xdf]/[0xa4][0x82][0xfd][0x8][0xb3]e$[0xd6]QKj[0xae][0xf0][0xcd]\[0xa4][0xc6][0x84][0xd0][0xde]W[0xab][0x84][0x3][0xc4]Q[0xcf]O&[0xa1][0xad]\[0xeb][0xd1][0xa0]h+[0xe](Z[0x4][0xd1][0xc9]p@[0x87][0x92][0x84]8[0x3]0[0xe9][0xb4][0x9e][0xee][0x1a][0xb8][0x17][0x0][0xad][0xa4][0x87][0x9]c[0x3]`[0x3][0xe9][0x19]&ZB?[0x12]B[0x8d][0xc8][0xc4][0xe4]J[0x80]Z[0x13][0xe1][0x89][0xef])[0x86][0x1c]]G][0xaa][0xe7][0x5][0xea]5L[0xf4][0xbe]@[0x83][0x86]_[0xd1][0xce][0xcd]{[0x1a][0xfe]Bc[0xba]O[0x8b][0xfe][0x81][0xa6]u4[0xdf]]y[0xf3][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "jR=[0xeb]hy[0xb5][0xc2]7[0xec]K[0xec][0xbb][0xf7][0x1c][0x7]^[0xa5][0x12]d[0xb5]o<[0xad][0xaa][0xc8][0x93][0xcc][0xc6]~uS[0x83]*[0x8c][0xb3][0x18][0xe3][0xfd]GU0[0x3]*[0xdc][0x1][0x6][0xf2][0x9][0xef][0xe9],e[0x87](}[0x9e][0x80][0x7][0xf9]t[0x99][0xeb][0x5]r[0x86][0xa9]q[0x11]Wp[0x9]78[0xe0]'1[0xaa][0x82][0xbb][0xce]o[0xd4][0xe][0xde][0xc9][0x0]u[0xa3]L[0xc1]Qj[0x9c]cPq[0x86]u[0x9e][0x9a][0x1a][0xad]T[0xf1][0x88][0xbb]!r[0xcf][0xd0][0x96]F+[0xfb][0xb8];[0xad][0xd2]1[0x15][0xa6]c8[0xac][0x8d][0xa2][0xe6]E[0xee].[0xa9][0xfa][0xd0]([0x1b][0x91]WJx[0x97][0xff][0xd0][0x8f][0xd4][0xeb]x1U[0x7][0xb7][0xa7][0xea]L[0xc5]T[0xa1][0xed][0xbc][0xf4][0x5]S[0xc5][0xd4][0xac][0xa0]6|j_y[0xf3]z[0x95][0xe6];x[0x8f]I&H[0xe8][0x85]Rb[0xfa]Q[0xcb][0xf5]*!][0xe3][0xc9]8[0xcf][0xd2][0x94][0xba]A[0xe0]7[0x9]1M[0xc9][0x14][0x81]N0[0x9c]4[0x13]q[%d[0x98][0xcd]v[0x9a][0xd5]!![0xc7]xZ[0xad][0x2][0x8d]Q[0xff][0x18]SYL[0xd2][0xb9]0I[0xc]"[0xc]>[0xce][0x0]GU[0xba]6[0xd3] [0x9c][0x8b][0xaa]p[0xc7]T[0xb5]\![0x12][0xf9][0xbb][0x16][0xe][0x83][0xeb][0xc0]PK[0x7][0x8][0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/ErrorReportingRunner.class[0x95]Vkw[0x13]U[0x14][0xdd][0x93][0xa4][0x99]t:-%[0xf4][0x5][0xd2]6UJ[0xd2]I[0xdb]X[0x11][0xd4]R[0xab][0x18]@[0xd1][0x10][0x90]T[0xb4][0x80][0x8f]i2m[0xa6][0x86]I[0x9d]LJ[0xc1][0x7][0xbe][0x80][0xdf][0xc0]/[0xe0]+[0xac]%-[0xc8]R[0xf1][0x93]k[0xf9];\[0xcb]![0xee];[0x99]P8[0xa4][0xc4][0xec][0xb4][0x82]4[0xce]t[0xe0],>[0xec][0xc0]9d[0xc4]0'[0xe3]#[0xa1]p^[0xec]},f[0x9f][0xc8][0x98]W[0xa0][0xe2][0x82][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xb8]$[0xe3]S[0x5]=[0xb8][0xa4][0xe0]3|[0x1e][0xc2][0x17]BSW[0xb0][0x80][0xac][0x8c][0x9c][0x82]}0[0xc4]bQ[0xc]K2[0xf2]2L[0x9][0xc1][0xac]^.[0x19]%[0x9][0xdd][0xa9]e}UO[0x94][0x1d][0xb3][0x90]H[0x99]%[0xe7][0xa8][0x84][0xf6][0x8c][0xb9]d[0xe9]N[0xd9]6$D[0x9f][0xda][0x9e][0xa9][0xac][0xb][0xba][0xb5][0x94][0x98][0xcb][0xdb][0xc5]+[0xfa]B[0xc1]8:+[0xac][0x1c][0xa3][0xe4]$[0xb]z[0x89]Nw7h[0xb9]"[0xee][0xf7]<-[0x9b][0xd1][0x84]Yp[0xc6][0xb4]LgV[0xc2]X[0xac][0xc9][0xa8]e[0xac][0xb1][0xf3][0x12][0x2][0xc9]b[0x8e][0xe0]v[0xa5]L[0xcb]H[0x97]//[0x18][0xf6][0x9c][0xd8][0x93][0x10]N[0x15][0xb3]z[0xe1][0xbc]n[0x9b]b[0xed][0x9][0x3]N[0xde]$[0xa8][0xa9]T[0xd1]^J,[0x97][0x19].aZ[0x8e]a[z!a[0x97]-[0xcb][0xb0]K[0x89][0x13][0xb6]][0xb4][0xcf][0x19]+E[0xdb]1[0xad][0xa5]s[0xae][0x94][0xe8][0xda]\[0x9a]$[0xf4][0xb6][0x84]"[0xa1]os[0xbc][0xab]+[0xd5][0x98][0xe3]M[0xa7][0x11][0xc7][0xdd][0xf2]@]K[0x86]s[0xdc](ems[0xc5]1[0x8b][0x96][0x84]Hl[0xac][0x1]n[0x5]e[0xa2]A[0x83][0xb1][0x3][0x86][0x9e][0xcd]K[0xf0][0x99][0x7]j[0xe4][0xba]i:[0xc5][0xa3][0xe9]NQ[0xc0][0xef][0xc8]5[0xfa][0x1c][0xda][0xc9][0xa3][0x9f]R[0x9][0x93][0xb1]f=[0xab][0xe8][0x98][0x8b]fV[0x17][0x8a][0x9][0xb2][0x93]v[0xd7][0xa4]H[0x80][0xf]Y[0xde]JB[0xfc]9LY2[0x88] [0xe7]Q[0xc4]8[0x1f][0xa3][0xe4][0x6][0xfc][0xfc][0x1]#[0xda][0x6][0xa4][0xf8]_[0xe8]|[0x4][0xdf]|[0xd8][0xbf][0x81][0xc0][0x1f]Z[0xfc]>[0xda]4m|[0x3][0xc1][0xfb][0x90][0xef]Q[0xc9][0xf][0x8d][0xe3]>[0xba][0x0][0xdd][0x6][0xb0][0x7]!~[0x1f][0x85][0xd1][0x87]~[0xfe]"[0x18]@[0x9c];[0x91][0x8a]C[0x8c]c[0x2]pg[0x15][0x0]b6[0x89][0x4][0x3][0xbf][0xcc][0xb9][0xea]I[0xe][0x10]R[0x15][0xdc][0x14]g[0xaf][0xe0][0x10]G[0x1][0xed][0x16][0xfd][0x4][0xf8][0xff][0x90][0xf6][0xb][0xda][0x1e] [0x94][0xe2][0xf9]![0xda]%[0x9c][0x1e][0x8]E[0xc2]m[0xec][0xe5][0xa4]C[0xc2]c[0xa8][0xe9][0xb8]6[0xb1][0x81][0xce]ut[0xdd]y[0xf2]O[0xfc][0xae][0xeb]N[0xf3]`[0x2][0xfb][0x9]t[0x90] [0x86][0x18]"[0xe2][0x82][0xd4]([0x1f]E;^% ?[0xb5][0x86]q[0x18]Gh[0xc3]p[0x1e][0xf0][0x10][0xf5]^[0xc3][0xeb][0x4]#[0xe1][\r]L{[0xa0][0xae]x[0xa0][0xa2][0xcd]`[0xfa][0xea]`[0xb4][0x89][0xf8][0x6]v[0xdd]y[0xf2][0xef][0xbd][0x1a][0x90].[0x97][0x95]Q[0xc2]8[0xc8]_[0xac][0x6]b[0x90]lV@([0x84]Y[0x5][0x11][0xad][0xb1][0x17][0xc5]Q[0xcc]0[0xb8]O<$^[0xd2]n[0xd2]NhM[0xc7][0xff]D[0xf7]m[0xa8]Z|[0x1d][0xbb][0x99][0xa6][0xbb]\[0x87]o[0xa3]#[0xfe][0x18][0xe1]u[0xec][0x11][0xcb][0x9e][0xca][0xb2]g[0x1d][0xbd]w[0x3][0xbf]A[0x9d][0xf7][0xc7]3[0xf][0xd0]W'h[0x8]2[0xc7]q[0x8e][0x13][0xe8]&[0x8e]~fg[0x98]Y8H"&[0x89]F[0xe0][0xec][0xab]D[0xab]a[0x9a]v[0xf3]X[0xcd][0xda][[0xfc][0xe3];[0xe5][0x11]$0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mEd-[0xdc][0xff][0x0][0x3][0xf5]XA7[0xe7][0xd3][\r]>[0x95][0x9a]O[0x5][0xef][0xb8]>}[0xe2][0xa5][0xf3]|[0xad][0xa2][0xcd]%{H#[0x9d][0x9d][0xe9][0xf1][0x89]uf[0xfc][0x11][0xf6][0xcd][0xb]z_X[0xc7]~![0x19][0xac]s[0xdc]G}[0x10]O[0x90]x:[0x88]h[0x80]>[0x7][0xe9][0xaf][0xca][0xb5]8m5[0xde][0x90][0x17]O[0xcc][0x4][0xc3]>Z[\r][0xb8][0x9][0xf7]Sz[0xc2][0xf5]y[0xf2]PK[0x7][0x8]K[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/FailedBefore.class[0x8d]Q[0xb9]N[0x3]1[0x10]}[0xce])r[0x90][0xb][0xc2]Q[0xd1]A([0xb2][0xa2][0xe]B[0x82][0x84]H[0xa0][0x15][0x5][0xc7][0xf6][0xce]f[0x8][0x8e]6v[0xe4][0xf5]"~[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x89][0x82][0xf][0xe0][0xa3][0x10][0xb3][0x9b]H[0xa1][0xc4][0xc5][0x1c][0xcf]o[0xde][0x8c][0xc7][0xdf]?[0x9f]_[0x0][0xce][0xb0]_A[0x1e][0xbb]et[0xcb][0xd8][0x13]h[0xc6]d[0x95][0x8c][0x2][0xb2][0xb1]2[0xfa][0xe9]f$ n[0x5][0xea]C[0xa3]c'[0xb5][0xb]d[0x94]P[0x11][0xab]#[0x4]J[0xe7]J+w![0x90]?[0xe9][0x5][0x2][0x85][0xa1][0x99][0x92]@[0xc3]W[0x9a][0xee][0x92][0xc5][0x84][0xec][0xa3][0x9c]D[0x8c][0xb4]}[0x13][0xb2][0xac]dq[0xce][0xd7]`[0xc1][0xbd][0xa8]X[0xa0][0xe7][0x1b];[0xf3][0xe6][0x9][0xb]yJ;[0xb2]ZF[0x9e]M[0xb4][0xe6]![0xbc][0xb1]T[0x11]M[0xaf][0xe8][0xd9]X[0x1a][0x8]T[0x1e]LbC[0x1a][0xab][0xb4][0xbe][0xf5][0xf7][0xb2]?[0x97][0xaf][0x92][0x9]#ZZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa3][0xa9][0xc0][0xc1]}[0xa2][0x9d]ZP[0xa0]b[0xc5][0x1d]/[0xb5]6N:~[0x18]w[0xed][0xfa]i[0x81][0x17]I=[0xf3]65[0x83][0x1a][0xb6]P[0x11]8[0xfe][0xe7]H[0x2][0x9d][0x8d][0xcc][0xf5][H[0xcb]T[0x1e]G[0xc8][0xf1]VyC8D[0x1]E[0xf6]%[0xce]r(s[0x84][0xb4][0x3][0xfb]*G[0x1e][0xfb][0x14])[0x9e]~@[0xbc]g[0x94][0x1a][0xdb]R[0x6]VQg[[[0x11][0xb0][0x8d][0x6][0xfb]<[0x9a][0x19][0xab][0x85]v[0xf6][0x5][0x9d]5{[0x7][0xf8][0x5]PK[0x7][0x8][0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/InitializationError.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x97]-[0xad]E[0xb0][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]""[0xd2][0x8b][0xb2][0xe0]=[0x81][0x90][0x10][0xc0][0x4][0xd3]hb[0xb1][0x91][0xf8]4[0x94][0xb1][0xc])[0xb3]dvW[0xc5]7[0xff][0x91]$[0x9a][0x1a][0x8d][0xfe][0x0][0x94][0xf1][0xcc][0xb4][0xb6][0xd0][0x96][0x7][0xf7]a[0xe6]\[0xe6][0xfb][0xce][0xf9][0xce][0xec][0xfc][0xfe][0xf3][0xfd][0x17][0x80]%A[0xab][0xf1][0xec]i[0xf2]&[0xed]cLQ=[0xc3]>Ev[0x9a][0xf6]V$[0xd3][0xa9]w[0x15][0x9f][0xcc]h[0xc8]7[0xd5][0xd6][0xda][0xd5][0x92][0xc5][0xd2]7D[0x9b][0x88][0x9d][0xd8]C9[0xb]3[0x89])[0xc][0x11][0xa4][([0xd9])[0x94]$[0xda][0xeb]Dc[0x9a][0x9f]n[0xd3][0x95][0x91][0xb0][0xa7][0xb2][0xc5][0xd8]O[0xc4]w[0xa2]?[0xe0][0xec][0x94][0x9a]HT[0x9a][0x18][0xea]e[0x9e]&[0xdc][0x8d]S[0xcc][0xd9][0xe]s[0x96][0xe2]3[0x96][0xf9]&f[0xdb]cq[0xad][0xf][0xc4][0x8b]_[0x10][0xf9][0xdc][0xa1]rlp[0xd6][0xd2][0xb4][0xd4][0xc6][0xdb]4-[0xb5][0xb7]hbs[0xd6][0xba][0x8d]yK[0x9e]o[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]_PK[0x7][0x8][0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.class[0x95][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]h5Z[0xb][0xba]s[0xeb][0xc2][0xad][0x86][0xe2][0xc6][0xbd](([0x88][0xa0]x[0x80]XCM[0x9][0x9]$[0xad][0x87]s[0xe1][0x1]<[0x94][0x98][0xd6][0xa5]+g[0x98][0x19][0xfe][0xf0][0xff]{[0xbd][0x1f]O[0x0])[0x12][0x6][0xc6][0x10][0x13][0xe2][0x93][0xad]\&7JK[0xc2]xw6[0xaa]\,WZx[0xac][0x8c][0x91]n^[0x88][0xbb] [0xc][0xd7]&[0xd3][0xd6]+[0x93][0xef]ey[0xb3]W[0x86][0x1][0x81][[0x97][0xf3][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xae]L)[0x9d][0x11][0x9a][0xbb]&[0xe5][0xf9]/i[0x9a][0x12]@H[0xb6][0xb5]h[0xfe][0xd2][0x13]F5[0x9f]kar~[0xb8][0x14]2+[0x9][0xb3][0xbf][0xb0][0x98][0x4]h[0xb][0xdf]j[0x87]FP[0x11]:[0xe1]F[0xe8][0x86][0xdd][0xf][0x13][0x7][0xf][0xd5]j[0xd4][0xfb][0x0]PK[0x7][0x8][0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.class[0xad]VmS[0x1b]U[0x14]~n[0x80]lX[0x16][0x92][0xf2]R[0xa8]b-ZhH[0x80][0x5]QZ[0x5][0xa9]4[0x10][0x5]S[0xa8]@[0xd1][0xfa][0xd6].[0xc9]&,[0x84][0xdd][0xce]f[0xd3][0xfa]W[0xfa]/[0xe8][0x8c][0x82]/3[0x8e]~[0xf5]G9[0x9e]s[0xb3]l[0xd2][0x90][0x10]2[0xe3][0x87][0xbd][0xbb][0xf7][0xde][0xe7]<[0xe7][0xfd][0xcc][0xfe][0xf3][0xef][0xef][0x2][0x98][0x83][0xa3]b[0x10])[0x15]CX[0xed][0xa6][0xaf]5[0xde][0xa6]U|[0x8e]/xYW[0xb0][0xa1]B[0xc1][0x97][0xbc][0xc9](x[0xd8][0x3][0x15][0x9b][0x8c][0xd9][0xe2][0xe5][0x91][0x8a][0xaf][0xb0][0xcd][0xc2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vU[0xc4][0xf0][0x98]7{|[0xf7][0xb5][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]U[0xf0][0x9d]@[0xc4]v<+o[0x99][0xae]@2[0xe3][0xb8][0x5][0xfd][0xb0]l[[0x9e][0xee][0x96]m[0xdb]t[0xf5][0xca]e[0xd6][0xf0],[0xc7][0xd6][0xb7][0xcb][0xf6][0xa6][0xf]^[0x14][0x8]/Y[0x4]\[0x16][0x98][0x89][0xb7]!7[0xb9]'[0xd0][0x99]rr[0xa6]@4c[0xd9][0xe6]f[0xf9]x[0xdf]tw[0x8d][0xfd]"[0x9d][0xf4]g[0x9c][0xac]Q[0xdc]3\[0x8b][0xf7][0xfe]a[0xa7]w`[0x95][0x4]F[0xb7][0x8a][0xb9]][0xb3][0xe4][0xa5][0x8a]F[0xa9][0xb4][0x92]3[0x9e]{[0x96]][0xc8]X%[0xcf][0xb4][0xd9]vm[0x9d][0xf5][0xca]K[0x93][0xd0][0x99][0x1a][0x93],[0xdb]3][0xdb]([0xfa][0xb6][0x95][0xf4][0x8d][0xc7]t<O[0x82][0xb7][0xe5][0xd9][0xed][0xcb][0xc8][0xc9]W[0xc5][0xb4][0xe5][0xbd][0xc0][0x8d]x[0xa6][0xc2][0x9a]w[0x8d]c[0xf3][0xa5][0xe3][0x1e][0xe9]|Q[0xf1][0xcb][0x93][0x90][0xeb][0x8d][0x11][0x2][0xdd]%[0xcf]p[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0xc4][0xc8][0xe5][0xd6]\[0xd7]qe[0xfc][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xe][0x8d][0x17][0x86]^4[0xec][0x82][0xbe]{[0xe0]:/9[0x1c]R[0x8f][0xa0][0xa8][0xc]5[0xbc]%K[0xf3][0x86]U,[0xbb][0x84][0xb8][0xd3]"+[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90]dz[0x8d][0xd2][0xaa]Y[0xca][0xba][0xd6]s[0xbe][0x10]Xh[0xe6][0xe3]E[0xc6][0x1a]9.[0x89][0xbc][0x91]58[0xb5]7[0x9b]![0xf7]}3[0xaf][0x15]Lo-[0x9f]7[0xb3][0x9e][0xf5][0xc2][0x94]Q[0x17][0x98]l[0xaa][0xb6][0xea][0xaa][0x84]r(w[0xac][0x82]mx[0xd2][0xd1][0x7]W[0x95][J6[0x6].s[0xdc][0xc8][0xa0]M:[0x15]H\[0x81]n[0xc7]s[0xa9]@HL[0xa5]4[0xa6][0xcf]#~[0xbf]i"[0xeb]NW[0xa8]H][0x8e][0x19][0x8b][0x9a][0x95]:[0xa8]d[0x96]*c[0xe2]jp[0x5][0xdf][0xb]@[0xe0]i;[0xdd][0xd7]fW[0xcc]I[0xa3]B?[0xcd][0xf2]2'0[0xd7][0xb6][0xe0]X[0xbc][0x8f][0xda][0xfb][0x8d][0x19]w+[0xde]r[0x9a]5[0xab][0x1f][0x9f]a([0xeb][0x9a][0x86]'mz[0xe3]<[0x15][0xbf]0[0xaf].N[0x8e][0x96][0xca]#d[0xb0]?[0x17][0x7][0xe2][0x8d]&[0xe0]`[0xbc][0xe1]@[0x8a]xN[0xe5][`[0xba][0xad][0xc2][0xc0],[0xfd][0x18][0xc][0xd1]@[0xb9]NO?w![0xfd][0x83]t#[0xc4][0x9d]I'o[0xd3].M[0xbb][0x10][0xbd][0xd5][0xc4][0x19]B[0x89][0xe4]/[0xe8]xM[0xbb][0x10]Fi[0xed]C[0x7][0xad][0xa3][0xe8][0xc4];$u[0x93]V[0x10][0x93]D[0xd3]n[0xc][0x90]_[0xcc]JS[0xe][0xef][0xe1]}[0x9f]s[0x8d][0xe4][0x18][0xd5][0x9b][0xf8][0x19][0x1d][0x89][0xe4][0x19]:O[0xd1]U[0xa5]U[0xe5][0xe5][0x18]4[0x12][0xa9]R[0xf6][0x6][0x94][0xbd][0xb8][0x8d]qI9q)e[0xb8][0x9e]r[0x9c]('ZPR[0x83][0xfb][0x94][0x5][0xf2][0xab][0x93][0xde][0xc3]@y")[0xa7][0xce][0x10][0xd9]d[0x5][0xd3][0xa7][0xe8][0xae][0xf]C[0x82][0xde]I"[0x9e][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x15][0xd1]@[0xc1][0xb0][0xaf][0x80][0xbf]&[0xe9]6D[0xe8]n[0xc2]OI[0xbb]i[0xf2][0xf9]J[0x8f]h[0xcf]lc[0xc9][0xbf][0xa1][0xbe]B4[0xf9][0x17][0xd4][0x87]S[0xbf][0xa1]G[0xe0][0x84]m[0xd0]x[0xe9][0xfd][0x15]}'[0x81][0xfa]~[0xa9]J[0xa7][0xbf][0xc2]Y[0xf0]p[0x1b][0xc0][0xbc]4[0xe1][0x16][0x11]it[0xaa][0xd3]y%[0xa0][0xe7][0xc6][0x8c][0xf9][0xc6][0x84]x[0x14][0xd2][0xca][0x8a]?[0x96]{[0xa0]+y[0x8a]h[0x95]<,m[0xbe][[0x13][0xb4][0xae][0x80][0xa6][0xcb][0xa7][0x99][0x97][0xe8][0xf][0xe9][0xa1][0xa1][0xea][0xfb][0xf1][0xc8][0xa7][0x1b]$?b[0xaf][0xd0]C~[0xc4]Nq[0xed][0x84][0xd8][0xfb]O[0xea]"[0xb7]HF.![0x8a][0xe5][0x1a]-[0x83][0x81][0x96][0xc1] 5wq[0xcf]g_[0xf7][0xa3][0xa4]$[0x92]S[0xa7][0x18][0xa8][0xcf]s[0x8a][0xcc]^[\r]b@[0xb0][0x80]L[0x9][0xd2][0xa0][0x90][0xc7][0x9f] [0x14][0x3][0xd5][0xfa][0xa7]>[0xed]*I3>[0xcc]A[0x16][0xaf][0xeb][0x82]0R[0xc3][0x18][0xe][0x18][0xc3]d[0xf6][0x88][0xbc][0xf][0xe3]>>[0x93][0xdd][0xb2]"%[0x1f][0x10][0x96][0xb3][0x13]"[0x17][0xbe][0xc1][0xbb][0xd4]Q[0x8b][0xf4]F,[0xf2][0x1f]PK[0x7][0x8][0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner.class[0xb5]W[0xf9]cT[0xd5][0x15][0xfe][0xde]df[0xde][0xf0][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!$[0x8]!B([0x1]'[0x93][0x84][0x11]dQ[0xa0]T[0xc][0xd2][0x82][0x93]`[0x13][0xa4][0x5]T[0xfa]2[0xf3][0x92][0xc]Lf[0xe2][0xcc][0x1b][0x96][0xda][0x96].(VQ[[0xc5]%H[0xeb]R[0xdb]hm[0x15][0xac]&A[0x8a]B7[[0xbb][0xd9]}[0xb3]{m[0xff][0x8b][0xb6][0xdf][0xb9][0xef]e2![0x13][0x92][0xfc][0xd0][0x1f]2[0xb9][0xf7][0xdc][0xb3]~[0xf7][0x9c]s[0xcf]{[0xeb]?[0xaf][0xbd][0xe]`[0x5][0xfe][0xad][0xe3].[0x1d]w[0x1b]X[0x8c]c[0x6]4[0xdc]c`->g[0xe0]Z[0xdc]+[0xab][0xfb]t[0x1c]7[0x10]r7[0xf7][0xcb][0xea][0x1]Y=X[0x8e][0xcf][0xe3][0xb]:[0x1e]20[0x13][0xf][0xb][0xe5][0x84][0x81][0x6][0xc5]k[0xaa]-[0xe9]S[0xbb]:[0x15]$[0xe2]Y[0xdb]r[0xec][0xf1][0xb7]|[0xd3][0xb4]\-idD[0x19][0xcd][0xcc][0xec][0xb6][0x9d][0xcd]v.[0x9e]M[0xf6][0x89][0xb0][0x86][0xba]p[0xc3]x[0xfd]E[0x1c][0x94][0x99][0xd5]k[0xed][0xb7][0xc7][0x8][0xad][0x99][0x8][0xe0][0xc9]T[0xf9][0x9c][0xb8][0x86][0x9a][0x92][0xc2]-V[0xce]&[0x87][0xbf][0xd7][0x92][0xa4]\8[0x99]&-[0xc9][0xbf][0xad][0xa2][0x91][0xa9][0xb5][0xa0][0xa4][0xc6][0x8e]|[0xd2]Q*[0xd3][0xa4]JV[0x8f][0xa6]K[0x87][0x93]%[0xc8]<+O[0x14][0xc7][0xa5][0xf1]O[0xb7][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xf9][0x9]}[0xe8][0x94][0x1c][0x95]lL[0xd8][0xf1]L[0xd6]r2d[0xae][0xf3]\[0xb0][0xf][0x11]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0x1c][0xb5][0xe5][0x94][0xf][0x9b]G8<[0xec]7[0xa5]yw[0xea][0xde][0xe8][0xf6][0xc6][0xd2]0*$[0x1a][0xf6][0x14][0xb9]k[0x15][0xa4][0xa2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x84]^[0x85]f[0x81]/kw[0xa5][0xec][0xb8][0x13]m[0xb5][0x9d][0x9e]LB[0x18][0x18][0xf7][0x95][0xc5]q[0xdb][0xf1]|6[0xe9][0x1c][0xbe][0xf1]P[0xdc][0x1e]Arq[0xd1]y[[0xa6]#[0x1f][0xef]q[0xc5][0x8b]y[0xbc][0xec]T[0x88][0x8e][0xc9][0x84]h[0xe9][0x10]\[0xe8][0x1b]J![0x1e][0x88]g[0xf2]i[0xd6][0x83]n[0x1f][0xb2]z[0xfb][0xa4][0xd6][0x83]][0xc9][0x94][0x2][0xbc][0xa1]D[0xaa][0xf7]Z[0xe9]d_>[0xe5][0x6][0xbf]E1[0xaa][0x82][0x8c]L[0x89][0xd5][0xbb][0xa8]@N[0xfc]a[0x15][0xbb][0x96][0xec][0x84][0x86]eS3[0xa5][0xc1]([0xe0][0xc0][0x1b][0xf3][0xe7]2Yg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]v[0x90][0xcd]st*[0xac][0x9e][0x9b][0xc1][0x9c][0x12][0x9b][0xdc]9O=A[0xcc][0xd9][0xce][0xe][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8][0xdd]#[0xab]y[0xe1][0xd2]]@b[0xe9][0xc8][0xe4][0xb3]q[0x9b][0xb1]I[0xff][0x1c][0xdf][0xad][0x97][0xcb]}[0xb1]Nx[0xa5][0xd4]>Q[0xc6][0x9a]x[0x3][0x17]L[0xbc][0x1f][0xd7][0xcb]OL~.[0x9a][0xf8][0x14]bL[0xd1][0x89];[0x9f][0x89][0xe][0xec]0[0xf1]m|[0xc7][0xc4][0xa7][0xf1][0x19][0x1d][0xdf]5[0xd1][0x8a][0xef]i[0xd8]6[0xad]g[0xa6][0xfe]r/[0xa5][0xb8][0xf2]}[0x13][0x1f][0xc6]GL[0xbc][0x89][0x1f][0x98][0xf8]![0xde]2[0x91][0xc4]>[0x1d]?2[0xf1]c[0xfc][0xc4]D[0x1f][0xee][0xd0][0xb0]h[0x92][0x82][0x13][0xb6][0x9f][0x9a][0xf8][0x19][0xde]6[0xf1]s[0xfc][0xc2][0xc4]/[0xf1]+[0xf6][0xf5][0xcb]5[0x9][0x13][0xb7][0x80]9[0xb0][0xf0][0xf2][0xbd]A[0x14][0xff][0x9a]}[0xf6][0x92][0xe7][0xcc][0xc4]o[0xf0][[0x1d][0xbf]3[0xf1]{[0xfc][0x81]M[0xee]2e<[0xc6][0xf9][0x92]El[0xe2][0x8f]x[0x9b]=[0xa8]n[0x8f]Ww[0xeb][0xea][0x96][0xe6]n[0xd3]P1*[0xb7][0xbd]s[0x1f][0x9b][0x87][0x8e]wL[0xfc][0x9]f[0x1a][0x14][0xae][0xbd][0xee]`[0xd2][0xe9]![0x9d]L[0x1c][0xb9][0xa5]9[0x1d]1[0xf1]W[0xfc][0x8d][0xd9]=[0xd5]*4[0xe1] /7[0xf1]w[0x1d][0xff]0[0xf1]O[0xbc]k[0xe2]_[0x92][0x1c][0xab].[0xaf][0xa1]-#^[0xe4][0xda][0xed]^+[0x99].[0x8a]w[0xd9][0xd4][0xaa][0xca][0xc4][0x9d][0xf8][0xb8][0x89][0xf7][0x81]cP[0xf3][0xb4]R[0x8a][0x5]2[0xce][0xc4][0xc8]Itz[0xc9][0xb9][0x82][0x95]g[0xe5]:[0xf2][0x9d]qw[0x12][0xaa]/1[0x8f][0x95][0x18][0x8e][0xca][0xc2][0xd2]?[0xca][0xad]Dbt[0x1a]X\[0xba][0xdf][0x16]^x[0x91][0xa8]*[0xc5][0xc1][0xc])-[0xea]M "[0xb8]w:[0xa3][0xc6][0xf4][0xe6][0xc0][0xfa][0x15][0xee][0x18][0xc5].[0xd5][0xe2][0x82]0'\*ficm[0xea][0xb9][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]|>&*7/-[0xaa][0xdd][0x87][0xca]-[0xaf]"[0xba]=[0x1e][0xf2][0xf1][0xda]'r'[0x1d]pv[0x84][0xff]/jgH[0xe1][0xb5][0xb8][0xf]'[0xd3][0x82]sOP([0x9b][0x1c][0x19]v[0xb7]N[0xd8][0xef]C[0xcc][0x9d][0x96][0x9e]d*[0xa1][0x12][0xe7][0xb2]6[0xe4]vV[0x94][0xca][0xcb][0xc9]<[0xe3][0x85][0xb9][0xad]F[0xc3][0xf5][0x93][0x4]?>[0xd5][0xc7][\r],[0xf3]&:[0xe3][0xc][0xa2]FW[0x96][0x10][0xdf][0xef]1cT}xJ[0xc3][0xd2]L5x[0x8c][0xee][0xee][0xe0][0xb0][0x91][0xc5]a[0xe4]8:8[0x86]<[0x8e][0xe3][0x0]N[0x90][0xd2][0xa2][0xb2][0xc0][0xa0][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec]"[0xf2]|[0xf4][0x88][0xdd][0x1e][0xdc][0xca][0xdf]V,d[0xa2][0xdf][0xce]T[0xf][0x13][0xb9][0xbd][0xf8](O[0xd7][0x13]s[0xb][0x9d][0xf4]h3[0x1a][0xe8][0xcb][0xad]Dp[0x1b][0xbd]H[0x90][0xcf]O}:[0xad]v[0x91][0xef]8[0xf1][0xee][0xa6]o[0x82][0xfc])[0xaf][0x84][0xc][0x99]1[0xbd][0x9b][0xbb][0x8f]rr[0xbf][0x8b]$J[0xfe]U[0x12][0xc5][0xc5][0x83]x[0xaf]D[0xbf][0xe4]tl[0x0][0xfe][0x98][0xe0]zZ1U[0xa1][0x1a][0xf5][0xea][0xff]|,[0xf5][0xc0][0xa8][0xa1][0x83][0xc0]g[0xe9][0xf6]Q[0x9e][0xde][0xc5]t9[0xc6][0xd3][0xbb]I[0xbf]G[0x5][0x15][0xa1];[0x15]t}?A`[0x93]![0xa5][0x97][0x90]p[0xf6]V[0xab][0x8c]rl[0x11][0x1d][0xdb][0xad][0x1c][0xe3][0xbc][0xeb]9v'[0xf5]J:[0xaf][0xa6]S[0xcb]6,8[0x89]P[0xe5]U[0x3][0xa8][0xaa][0xc][0xfb][0xcf][0xa3]aWY[0xa4][0x8c]w[0xda]1[0x8c]Hkec@Q[0x16][0xc][0xa3][0xa9]c[0x97][0xbf]I[0x88][0xa3]w[0xe5]V[0xe4]q:p?[0xeb][0xe3][0x81][0xa2]:Y[0xad][0x90][0x4]O[0xae][0xe6][0x9d][0xdc]N[0xb3]u[0xc] [0xa7]0[0xd5]d(t[[0x8c][0xd6][0xe8][0xe5][0xe6][0x11][0xc9][0xed][0x8b]h[0xee]G[0xb5][0xac].[0xa0][0xb9][0xb5][0x89]Y[0xb3][0xdc][0x87][0x1][0xd8][0xee][0x19][0xd3]s[0x8f]{[0xa6][0xb5]J?jb^[0xe]![0xda][0xd6]46#[0x97]4[0xa9][0x8c]\[0x17]l[0x9c][0x1f]d[0x82][\r][0xe2][0xea]~[0xcc]P[0xa9][0xb9]B[0xa5][0xe6];[0x91]fv[0x95]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d]D[0xf9]9[0xac]dG[0xb8][0xe6][0x8d][0xd1][0xf2][0xbf][0x81]x[0x2][0xf][0x11][0xad][0x87][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0x10][0xed]G[0xb0][0xc][0x8f]b9[0x1e][0xc3]:<[0xce][0xde][0xd8][0xcf]T8[0xc9]4}[0x82]a[0x9d]bJ[0xf4][0xf3][0xba][0x9f]$[0xd6]O1[0xd9][0x9e][0xc6]'[0xf1][0xac][0x82][0xa1][0x9d][0xa9]Q[0xa9][0x12][0xe5][0x0]5[0xb7]s-[0xe9][0x11][0xe4][0xd9]U^[0xba]-g[0xa1][0x1f]$H>[0xea][0xdd][0x8c]C\[0x95]Q[0xfb]F/[0xc9][0x8]I[0xa1])[0x1c]!`[0x87][0x9][0xdb][0xc7][0xb8][0xf6][0xf3][0xbf]4[0x4][0xe][0xb8][0xde]]&[0xa8]A [0xaf]qaZ[0xd5][0x8f]J[0x17][0xa6]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xd5][0xe3][0x9b][0xdb][0x0][0xa3]{[0x8e][0xeb][0xe7][0x19][0xdd][0xb][0x85]Ks[0xbd][0xfd][0x84][0xca][0xc5][0x9a][0x82][0xed][0x1a]Ft[0x84][0x96]|[0xf2]QWhnn[0x93]f[0x83]~[0x15]kF[0xb5][0xbb]O[0xc1][0x8b][0x8c][0xed][0xa5][0xa2][0xe6][0x16],[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0xcd][0xd9]'[0x1f]}[0x9e][0xae][0xa8][0xd7][0xdc][0x2][0x91]W[0xb0][0xe6][0xd2][0xce][0xf6]rQg[0xb]xj|,[0x7][0xf9]=[0xca]*[0x95][0x80]|[0xb8][0x8e]O[0x19]*B[0xcc][0xc6][0xb5][0xd8][0x80][0x9a][0xff][0x1]PK[0x7][0x8][0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96][0xae]]G[T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]J[0x95][0xc5][0xd4][0xd2][0xb0][0x10][0xcb][0x83]Jxi [0xd1][0xd4][0x92]T[0xed][0x93]/[0xd3][0xed]P[0xa6]Yg[0x93][0xfd][0xe8][0xff]2[0x1]Mx[0xe0][0x7][0xf8][0xa3][0xc]w[0xb6][0x9b][0xb4][0x89]O[0xbb][0xc9][0xce][0xc7][0xb9][0xe7][0x9e][0xfb]13[0xff][0xdd][0xde][0x1]8[0xc2][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0xb0]m[0x86][0x17]6[0xca]xic[0x13];[0x16][0x1a][0x16]^Yx[0xcd][0xc0]g[0xc2]wt[0x10][0xab]K%C[0x86][0xfd]^[0x10]N[0xdc]i[0xa2]U[0xec][0x86][0x89][0xd6]2t[0xe7]FO[0xc4]*[0xd0][0xee] [0xd1][0xfd][0x8c][0xfc][0x91][0xa1][0x1c]_[0xa9][0xc8]9d8XrS:[0x96][0xa1][0x16]~[0xe6][0x1f][0xb9][0x9f][0xbf][0x13][0xdc][0xe9][0xfa]"[0x8a][0x6])d![0xe3][0x93][0xfc][0xfd][0x94][0x8c]O+[0x8][0xe2]3<|V[0xc1][0x83][0xf8][0x9c][0x8c][0xcf]+h[0xc7][0x17]x[0xf1]E[0x1e][0xbe]$[0xe3][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xf0][0x15][0x5]56[0xff][0xaf][0xf2][0xf0]5f[0xfd]u[0xde][0x9b][0x11][0xf2]*[0xf8][0x6][0xbe][0xc9][0xf2]~[0x8b][0x97][0xdf][0x96][0xf1][0x1d][0x5][0x1b][0xd9]0[0xdf]U[0xb0][0x19][0xf])[0xf8][0x1e][0xbe]/[0xe3][0x7]2~([0xe3]G2~,[0xa1][0xd4][0xd2]c[0xd6][0x1e][0xdd][0x1a][0x8f][0x8e][0xc4]$T[0xf4][0x1e][0xd1][0xa6][0xb4]P[0xdc]2[0xc2][0xa1]^#fuI([0xe9]7[0xc6]"[0x9a][0x15]7u[0x9][0xad])[0xc7][0x1b][0xec]uX[0x8b][0x8c][0x85]L}4[0xac][0xf][![0x9b]V[0xd7]&Fe[0xda][0xdd]a-F[0x94][0x1b]{[0xa3][0xe6]X[0xe8]H[0xe5][0x13][0xe2]p[0xd0][0xde][0x8e][0x9a][0xec][0xd9],[0x6][0xda]3[0x17][0x9a]([0x16][0xd2][0x11][0xb][0xe2][0xc1][0xb2][0x81]C[0x91][0xa8]e[0x8c][0x1a][0xc3][0x1a][0xab][0x1b]"s[0xf6][0x89]5[0xd9][0x94][0xf9][0x16]G[0x9c][0x95][0x84][0x96][0x5][0xa0][0x92][0x9][0x9][0xc4]5J[0x91]-[0xbd][0x84]K[0xe6]W[B[0x81][0xd1][0xe0]zD[0x18][0xaa][0x87][0xb4]r[0xc4]g;o[0xd7]c[0xc3][0xa6]![0xdc]"a[0x15][0x99]4M[0x1e][0xf][0x4][0xe1][0xf8]b[0x93][0xfa][0xb0][0x84]Ks[0xc1]U[0xc][0xb3]G[0xb7]FH[0x1b][0xa1][0x9][0x9][0xdc][0x10]h>[0xe8][0x11]Us[0xcf]B[0xb3]`[0x84])[0x93]T}[0xda][0x4][0x7]R[0xd2][0xc3][0x2][0xbe][0xdf]2[0x8d][0xc8][0x18][a[0xd8][0xd4][0xc9][0x8b][0x1c]![0xa9]0[0xd7][0x1c]>B[0xda]3{#2[0x15]=[0xaa][0xcf]F[0x91][0x84][0xab][0x3][0xf3][0xdb]i[0x81][0xe][0x94]H[0xb8][0xb6][0xc][0xd4]z[0x88][0xa9][0x8d]2[0xa0][0x99][0xa4][0x86][0x1b][0xf1]$Q[0xb5][0x7][0xde][0xbb]_:[0xe2][0xf5][0x80][0xcf][0x12]ZUe[0xd2]I[0xb1]<[0xda]4[0xe5]*$n[0x4][0x88][0xd2][0xb6][0xf5]p[0xd4][0xb4]t[0xc2][0xd3][0x16][0x12][0xac][0xd9][0x9d][0xec][0x91]q`[0xdc][0x8c][0x1e][0xe3][0xec][0x17][0xe6][0xa9][0xce]xB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]3[0xb5][0xc9][0xa4][0x2][0xdd]Y[0xdc][0xd1][0x9c][0xb7]r[0xc5][0xac][0x9c][0x1d]-[0xed]Y[0x9]f[0x88][0xa3]J;[0x81][0xe6]d@g[0x9e]Re[0x8c][0xf9]raio[0xc8]o[0xca]F.[0x9f]d([0x1a]5[0xc2][0x16][0x17][0x8a][0xe6][0xc]~[0x9b][0xd0]"[0xc6]dh[0xc4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]9n[0xac][0xf1][0x18]c[0x16][0xa7]KE/[0xe]Q][0xcb]G([0x86][0xdd][0xa3]b7[0x9e][0xa2][0xe2]Z[0x1c]T[0xb1][0x13][0xbb]T<[0x9d][0xf1][0x83][0xf9][0xdf]9L[0xe5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'*~[0xca][0x4]~[0xc6][0xb8][0x8d]Ypm[0x85][0xa3][0xda][0x88][0xa1][0xab]8[0x82][0xa3][0x94]"[0xb][0xb9][0xfe][0x1b][0xd6]J[0x0]9[0xa1][0x87][0x17]b_[0x17]Z[0xfc][0x9c][0x87]GT[0xfc][0x2][0x87]d[0xfc]R[0xc5][0xaf][0xf0]k[0x19][0x8f][0xaa][0xf8][\r][0x1e]S[0xf1][[0x90][0xb9][0x96][0xcd][0x17]:*,[0xc4]UL[0xe2]z[0x15][0x11]De[0xfc]N[0xc5][0xef][0xf1][0x7][0x15]7[0xe2]&[0x15][0xc4][0xe3]*[0xfe][0x84]?[0xcb][0xf8][0x8b][0x8a][0xbf]"[0xaa][0xe2]V[0xdc][0xa6][0xe2]o[0xf8];[0xd5][0xf3][0xd4]z([0xe3][0x1f]*[0xfe][0x89][0xa9]0[0x99]e[0xcb][0x2][0x8a][0xb1][0x8a]'pQ[0xc5]s[0xf1]<[0x9][0x8b]3[0x14]e[0x15]/[0xc0][0xb][0xa9][0xc2][0xe6]tK[0xd2][0xb6][0xbd]d%hd[0xe]IR[0xa5][0x2]<.aM[0xf6][0x1a][0xbb]S3[0xc2][0xd4]I2f[0xa1]*[0xf9]$[0xbf]*[0x15][0xa5][0xa0]e){[0x8c]&[0xab]x[0x11]^[0xac][0xe2]%x[0xa9]*[0x15]K%[0xb2][0xa4][0xa8]R[0xa9][0xa4][0xaa]R[0x19][0xe][0xa9][0xd2]"<&a][0xf6]4[0xeb][0x8b]2[0xc9][0xd8]>}B3"[0xae][0xf2][0xb][\r][0x92][0xe][0x96][0xa6]\[0x96]*T[0x9c][0x94]*[0xa9][0x83]Z[0x8]65[0x81]i2&O[0x2][0xf9][0x14]/[0xbb][0xe1]l[0xcc]]Ol[0xc0]l[0xaa][0xf5][0xd0][0xae]Ayv[0x83]@[0xda]a[0x9a][0xd1][0xd4][0xaa][0x9b][0xa5][0xe2]p}[[0x99]l/[0x9d][0xe]mg[0xd4][0xdc][0xae][0x8f]j[0xf1][0xb0][0x95]T[0xa9][0x94]s[0xc8][0xb4]D6K[0xb8].+[0xed][0xf4]n|[0x81]=[0xca]M[0xff][0xe1]E[0x9f]E[0xcb][0xbc][0xdb][0x1][0x96][0xd8][0xed][0x6]T[0x82][0xdd]kF-[0xca]I[0xae][0xb3][0x8b][0xe6][0xf6][0xec]t[0x85][0x1b][0xce][0x95]CuvNK[0xef][0xe9]T[0xab][0xd2]w[0xa9]Q[0x1c][0xd7]b}[0xfa]qK[0xb4][0xf3][0xd7][0xd2][0x9d][0x14][0x11][0x8b][0x15][0xd9][0xa4]$[0x1e]v[0xf7][0xd8][0x1f]'[0xb6]s[0xe][0x6][0x2][0xe9]MB[0xee]+:gSP[0xac][0x8d][0x8c]t[0x8f][0x1b]aR[0xbd]>[0x83]K[0xbc][0xc0][0xc2]ZT[0xa9]v[0x13]O[0xe7][0xce][<[0xa7][0xbd]M^o[0xe5])[v+?[0xe7][0xca][0xe2][0x8d]n[0x9a]Yf|XX[0xab]~[0xe][0xa5]d[0x91][0xf4][0x80][0x10][0xdd][0xba][0xac][0x0][0x14][0xc0][0x11][0xfd]X[0xf][0xad][0xb5][0xc8]0eSS[0xe0]`z[0x9b][0x9a][0xb1][0x1b]/fa[0xb4]xL[0xe7]W_[0xf3]<[0xdd][0xe1][0x8d][0x81]t[0xd4]<[0xfb][0xc0][0xff]YK[0xcb][0x1e]h[0xce][0x9b][0x18]9b[0xd4]0[0xc5]#[0xa3][0xdf][0xd2][0xec][0xfe][0xfa][0xca][0x1c]>[0x9e][0xb7]ivI9[0x97][0x3][0xf5][0x5][0xb9]2[0xd8][0x81][0x14][0xe8][0x15].[0xba][0x11]1b[0xe3]z[0x8e][0xe];[0xff][0xb2]V=[0xfb][0xda][0x9a][0x93].z[0xfa][0xff]%[0xfe]/[0xf9][0xd3][0x90][0xcf]= [0xa1]$6[0x1e][0x8d][0x87]G[0xf6][0xf1][0x83][0xfa]>[0xcd][0x11]n[0x88]V[0xd4][0xf0][0xd2][0x8c]E[0xea][0xa0][0x13][0x86].[0xe][0xde][0x3]_[0x2][0xc5][0xa7][0x5][0xc]s/[0x12][0xfb]M[0x82][0x9b]M[0xb1][0xd8][0xe1]f[0xd3][0xb9][0x8e][0xe8]P[0xbb][0xec][0xd0][0x19]$[0x99]Y[0xa2][0x9a][0x19][0x94][0xc]1[0xad]i([0xbd]-[0x9][0x94][0x1e][0xa0]A=[0xe3]R[0xad]",[0xa0][0x85]([0xb6][0xa2][0x12]m[0xa8]F[0xbb]G[0x9f][0x1a][0x87][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0xcf][0xc0]3[0xe7]HOOe[0x1c][0xa6][0x91][0xb9][0xed]G[0x89][0xad][0xff][0xc][0xca][0x86]Z[0x98][0x1d]Yn[0xd1][0xc][0xca][0x87][0x82]d[0xd1][0x8a]iT&P5[0xcb]T[0x11][0xc0][0x1d]d[0xbc][0xab][0xe6]1[0xde]0F[0x88][0xb4][0xf][0xba][0xcb][0xe2][0x18])[0xc4][0xa2]6[0x11][0xf5][0xa2][0xf3]X,aO[0xeb]y,[0x91]p;jhR-[0xe1][0x1][0xd4][0xf4][0x5][0xdb]H[0xbd][0xa5][0xa7].>2[0xcb]l[0x11]![0x2][0x9d]D[0xb4][0xb][0x8d][0xd8]([0x18][0x6][0x89]T[0x1d]Yt[0x14]ct[0xaa][0x90] [0xe3]0[0x84][0x10]M[0xae][0x10]M[0x8e][0x10][0x12]?[\r][0x1c]![0xee]"h[0x8e][0x81].Ro[0x19][0xfd]j[0xcf][0xe1][0x92]^[0x16][0x88]e![0x91][0xfa][0xda][0x1c][0x91][0x96][0xb7]%E[0xea][0xf4][0xb5][0x4]k[0xc9][0x93][0xcb][0x13]Xq[0xea][0xe2][0xc3]-[0xa7]S[0xc2]i+[0x19]w[0x1b][0x99][0xbe][0x9b][0x1c][0xb0][0x1d][0xeb])nY[0xc0]ut[0xd6]J[0x82][0xb1][0x80]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]z! +[0xd2][0xe5][0xba]$[0x84]0&H[0xb0]JR[0x87][0xa3][0xbd][0xc0][\r]6{[0x87][0xa3][0xde][0xc7][0xcf][0x8]G[0xf8]+[0x9c][0xd0]*[0xb5]C[0xab].[0x81]KS[0xa3]k[0xb7]'[0xba]J[0x1d]F>~[0x8e]8$f[0xa3]3[0x81][0x95][0x9][0xac]J[0xc5][0xef][0xcb][0x10][0x9d]>~[0x80]8Q[0xb9][0x9e][0xbe]|Vn[0xe3][0xd7][0x17]^[0xc0][0xea][0x4].K%[0xb3][0xcf]C[0xa6][0xdc]![0x93][0xc][0xbc][0x0][0x8d][0xf4]Hr[0x4]z[0x94]0[0x8a][0xe8][0xbb]%H~_[0xde]Gd[0x1b]:}[0xa7][0xb0][0xa2][0xd3][0x1f]lm[0xab][0xf5]'[0xd0]8[0x8d][0xa6]3[0xce][0x8a][0xa7][0xc][0xd7][0xdc][0xe9][0x9f]Ap[0xa8][0xd6]W[0xeb]om[0x9b][0x6][0xed][0xb4][0x9e]![0xfe]E[0xc4][0xb1][0x1c]k[0xc4][0xb7][0x8e][0xf8][0xd8][0x12]u[0xd0][0x8a][0xd3][0xa9][0x88][0x12]U[0xa5][0x14]([0xa7]d[0xad][0xa4]t]A[0x9]WG[0x9][0xb7][0x92]R[0xae][0x89][0x92]#@[0xe9][0x10][0xa2]h[0xdd]La[0xb3]W[0xe8]PLp*[0xa6](r[0xfd][0x4]UB[0xb3][0xe3][0xc2][0xe3][[0xdc][0x10][0xdb]"[0xfc]+[0x89][0x19][0x7][0x1b][0xcb][0xd0][0x89][0x13][0xe4][0xd5]B[0xc2]\[0x87][0x1b][0xf0],[0xd2]6Dt[0x9e][0x8d][0xe7][0x10]n[0x1][0xbf][0xc9][0x1c][0xcd][0xc3][0xb4][0xe6]|X[0xd6][0xd2][0x9a]@[[0xcb][0xc][0xda][0x87]X[0x99]P[0x2][0x97][0xf3][0xce][0xda][0xd4][0x14][0x1f]#[0xf8]q[0x9a][0x1b]XJ[0x1][0x9d]L[0x2][0xc2]w[0xa5]Y[0xe6][0x4]<[0xcf]X[0x86][0x2]1[0x9b][0xc2][0xf3]E[0xe6][0xd1][0x93][0xcf][0xe1][0xbc][0xd5][0xa9][0x9a]e3[0xe8][0xb0][0x93]}[0x1a]OJu[0xe1][0x84]'[0xb1][0xcb]\[0x16]e[0x8e][0xc2]>~[0x9c]9[0xe4][0xd6][0xd3][0x97][0xa1][0xfc][0xe4][0x87]u[0xa9]d[0xae][0xf7][0x90][0xf1][0xbb]d[0xfc].[0x19]z[0x17];dz[0x1c][0xa9][0xaa][0xed][0xd0][0xaa]cG_[0xc1][0xc3][0x95][0xe7]pU*[0xd9][0xb8][0x87]l[0xb5]K[0xb6][0xda]%K[0xaf][0xc6][0xc][0xd2]=9[0x95][0xcc][0x89][0xac][0xd2]I[0xb8][0x19]/s[0x2][0xff][0x82]S[0xbd]v[0xd9][0xd5]k[0xbd][0xa7]z[0xad][0x9e][0xad]^-[0xc1]6Q(:[0xef]@[0x9][0xed][0xd2][0xe5]~[0xea][0xe2]C6[0xc6][0x6][0x6]-[0x9d][0xc1][0xc6][0xa1]il[0xba][0xf6]NZMa[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xc5][0x14][0x1a]u[0x14][0x1c][0xcd][0xe4][0xae][0x10][0xb9][0xaa][0x83],[0xbc][0x89]l[0xbc][0x93][0xc]4[[0xf1][0xaa][0xdc][0x8a][0x17][0xc0][0xcb][0x9d][0x8a][0xb7][0xcb][0x15]|[0x17][0x9][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x9d]eC[0xbd][0x92][0xa0][0x92][0xc9][0xb7][0x91]~'[0xf1]*[0xd7][0xe4]~A[0xa1][0x92]E[0x9c][0xc1]fQ[0xec][0xb7][0x9c][0xc3][0xd6][0xd4]J3][0x97]'=[0xb6][0xaa]tYV[0xe2][0xd5][0xb8]E[0x98][0xfc]V[0xdc][0xe6][0x90][\r]9E[0xc6][0xcf][0xa1][0x95]j[0xf2][<[0xa5][0xc1][0xef]V[0x98][0xd7][0x8][0xa8][0xd7][0xe2]u[0x82][0xe8][0xeb][0x1d][0xe8]7[0xd0][0xf7]="[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "(m[0xed][0xbf][0xcd][0xf6][0xe7][0xdf]PK[0x7][0x8]q/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1$1.class[0x95]Smo[0xd3]0[0x10]~n[0xcb][0x1a][0x12]R[0xd6]u[0xe3][0x9d][0xc1][0x80][0xc2][0x9a][0x96]5T[0xe2][0x13]L[0x3]T[0x15][0x9][0xa9][0x3][0x89]M[0xfb][0xee][0xa6]V[0xe7]*8(q[0x10]?[0xb][0xa4][0x1][0x12][0x1f][0xf8][0x1][0xfc]([0xc4]9[0x99][0xc6][0xc4]$[0xd4]Y[0xf2][0xf9][0xfc][0xdc][0xdd]s[0xe7][0xb3][0xfd][0xeb][0xf7][0x8f][0x9f][0x0][0xfa][0xe8]yX[0xc2]m[0x1f]5[0xdc][0xf1][0xe0]a[0xc3][0xc7]][0xdc]sq[0xdf]E[0xcb][0xc5][0x3]B[0xcd][0x1c][0xaa][0xbc][0xd5]w[0xf1][0x90][0x0]B[0xf0]Zk[0x99][\r][0x12][0x91][0xe7]2'tGi6[0x8d]f[0x85]V&R[0xda][0xc8]L[0x8b]$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb][0x93]G[0xbb][0xd2][0x1c][0xa6][0x93]w[0xa9][0x98]([0xd9][0xea]?c[0xae]m[0xc5][0x8e];[0x84]^[0xfb][0x1c]q[0xe1][0x1][0xc1][0x19][0xa4][0x13]IX[0x1e])-[0xdf][0x14][0xef][0xc7]2[0xdb][0x17][0xe3][0x84][0x91][0xe6]([0x8d]Er 2e[0xf7][0xc7][0xa0]ck&l[0xcd][0x9f][0xa4],[0xcf]a[0xa6][0x84][0xb0][0xd6][0xe]G3[0xf1]QD[0x89][0xd0][0xd3][0xe8][0xed]x&c[0xc3]V[0xf8])[0x96][0x1f][0x8c]Ju[0xee]b[0x93][0xe0][0xed][0xa9][0xa9][0x16][0xa6][0xc8]8[0xe1][0xf0]l@[0x85][0x14]F%Q[0x9c][0xea][0xb8][0xc8]2[0xa9]M4[0xe0][0xc][0xb6][0xc6][0xed][0xb3][0x1];6[0xc7]^Zd[0xb1]|[0xa5][0xec])VN[0x97][0xd8][0xb3][0xfe][0xdc][0x80][0xa1][0x8e][0x93]4WzZ[0x19][0x3][0xb4][0x11][0x6][0xb8][0x80] @[0xdd]j[0x1d]t]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb0][0x85][0x90]o[0xe7][0x1c][0xe7]'4[0xfe]-[0x89][0xb0][0xfe][0xdf]C[0x10][0xc2][0xb9][0x13][0x10]V[0xff][0xd2][0x9f]t[0x92][0xb0][0xc8][0xee],[0xdb][0xf6][0x92][0xab][0xa7][0xf6][0x98]i[0xe7][0xbd]8n[0xd9][0xe6][0x9c][0xae][0x84]:[0xc3][0xfb]27[0x15][0x8a][\r]~[0xf7]5~[0xd1].[0xa8][0xd1][0xb0][0x1d][0xe4][0xef][0xb0][0xc0][0xb3][0x8e]K[0x8c].[0xb3][0xf6][0x84][0xf7][0x16][0xf1];[0xdd][0xaf][0xa0][0xce]w,|)}[0x1a],m$[0xf0][0x1c]+,[0x83]R[0xf7][0xd1][0xc4]*[0xec][0x1f]Y[0xc3]e[0xf6][0xb2][0xc]OygmA[0xe7][0x8]t[0x84][0xc5]op[0xe8][0xf3][0x9][0x87]_[0xb2][0xbf][0xe0][0xf5][0xe5])[0x9e][0xe0][0x98][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x87][0x91][0xab],[0xaf][0x95]1[0xd7]q[0xa3]\o[0xe2]Vi[0xf3][0xb0][0x8e][0x8b][0xac]5[0x19][0xf3]P[0x8d][0xa5]j[0xf9][0x3]PK[0x7][0x8][0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1.class[0x8d]UkS[0x13]W[0x18]~[0x16][0x16][0x96][0x84]- [0x14][0x90]R,-Q[0x2][0x11]V*[0xda]*[0x98]^ Qh[0x8][0x85][0x4]([0xb6]Z6[0xc9]1,[0xb3][0xec]:{[0x1][0xfb]W[0xfa][0x7][0xfc]l[0xa7]V[0xa9]3[0xfd][0x1][0xfd]Q[0x9d]>g[0x97]([0xb6]\[0x92][0x99]={[0xf2][0xbe][0xcf]{[0xbf][0xec][0xdf][0xff][0xfc][0xf9][0x17][0x80][0x19][0xd4][0x13][0xe8][0xc5][0x17][0xf2][0xf8]2[0x89]>[0xdc]I[0xe2].[0xe6]4[0xcc]'[0xd1][0x86]{[0x9d][0xc8][0xe2]+y|[0x9d][0xc0]7[0xf8]V[0xde][0x16][0xe4][0xb1][0xd8][0x89][0x1c][0xf2][0x1a][0xee]kx[0x90]D[0x17][0x96][0x92][0xb8][0x85]e[\r][0xdf]i(hX[0xd1]PT[0xd0]y`[0xda][0xa9][0xc0][0xda][0x17]n[0x18](P[0x96][0x15][0xb4][0x7][0xbb][0x96][0x9f][0xba][0xa1]`[0xa2][0xe0]zuc/t[0xac][0xc0][0xb0][0x9c]@x[0x8e]i[0x1b]^[0xe8]8[0xc2][0xf3][0x8d][0x15][0x11][0xec][0xba][0xb5]u[0xd7][0xac]Yb[0x8e]B[0xf3][0x16]aY[0x5]S[0xe9][0xa6][0xa5][0x96]'6[0x15][0xa8][0xb]nM([0xe8].X[0x8e]([0x86][0xfb][0x15][0xe1][0x95][0xcd][0x8a]MJo[0xc1][0xad][0x9a][0xf6][0xa6][0xe9]Y[0xf2][0xff]1Q[0x95][0xbe])[0x80][0x2]}Ij\[0xb0]M[0xdf][0x17][0xa4]d[0x9a][0xb5][0x9a][0x9a][0xa1][0xb7][0xad][0xe4][0xf0]LK[0x7][0x92][0x4][0xef][[0x8e][0x19][0x88][0x1a][0xe3][0xc8][0x87]v[0xc6][0xb]{[0xe6][0x81]i[0x84][0x81]e[0x1b]U[0xd7][0xa9][0x86][0x9e]'[0x9c][0xc0]([0xc7]y[0xca]=[0xab][0x8a][0xa7][0x81][0xe5]:T[0xd5][0x1f]#m[0xd3][0xa9][0x1b]'[0xe9][0x9a]/[0xbc][0x3][0xab]J][0xd7]N[0xd7][0x95]{&[0xaa]a[0xe0]z[0xa5][0x18]G[0x91][0xe][0xc6]k[0xc7]q~r[0xba][0xcc][0xc2]1@&[0xdc][0x13]~h[0xb3]d#[0xa7]C[0xf3]a[0x10]z[0x12]8[0xf0]~[0x1e]y[0xda][0xc8][0xe5][0xcd][0xf3]m[0xcc][0x9f][0x8]l[0xb5][0xb2]'[0xaa][0xc1]\[0x96][0xea]f[0xce]3w[0x86]L[0xb2][0xe4][0x86]^U[0xe4]-i[0xf6][0xd2][0xc9]jLK<[0xab][0x9f]s[0xaa][0xb6][0xeb][N=fjX[0xd5][0xf1]=[0xd6]t[0xc][0xe2][0xb2][0x8e]~[0xc][0xe8][0x18][0xc2][0x98][0x86]u[0x1d]%[0x94]Y[0xee][0xa6][0xab][0x9d][0x9a][0x91][0xa2][0x1b][0x1a]6ul[0xe1][0x7][0x1d][0xdb]R[0xcf]C[0x1d]?[0xe2]'[0x1d][0x8f][0xf0]X[0xc7][0xcf][0xd8][0xd1]`[0xea][0xa8][0xa0][0xaa][0xe0]jS[0x85]g[0x9f][0xbf][0xf3][0xa0]ax[0x9f][0x9d]l[0x1b]e[0xe1][0x7][0x12]^[=[0x81][0x97]>[0xd4]t[0x8][0xfd][0xd3]H[0x8d]4[0x92][0x98][0x8f];[0x17][0xb0]H[0xab]A?[0xe2]2[0x9c][0x98]E[0xb3]F[0xfc][0xfc][0x1]PK[0x7][0x8]"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie.class[0x95]W[0x8b]_[0x1c][0xd5][0x15][0xfe][0x6][0x16][0x6][0x86][0x81][0x10]B[0x88][0xd8][0xc4]l"[0x89][0xb0],![0xd2]$6[0x81]b^[0xa0][0xa4][0x80]m[0x82]$hk[0x1d][0xd8][0x1]&Yvqg6[0x8f][0xfa][0xa8][0xad]M}?ZS[0x95]P[0xad][0xf6][0x85]m[0xec][0x83][0xd4],[0x8d][0xa8][0xa9][0xad][0xad]V[0xfb]~[0xd9]w[0xed][0xe3]/[0xe8][0x1f]P[0xfb][0x9d][0xd9][0xd9]a[0x17][0x96]<[0xe0][0xb7][0xf7][0xde][0xb9][0xf7][0x9c]s[0xcf][0xf9][0xee]w[0xee][0x99]y[0xeb]/[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]j[0xfc]G[0xc3]f$K[0xd1][0x86][0xc3][0xd2][0x1c][0x91][0xe6][0xa8]4[0xc7]4|[0x2][0xb7]k[0xb8][0x3]wJs[0x97]<~R[0xe3][0xc2][0xdd][0xd2]|J[0xe6]>[0xad][0xe2][0x1e][\r][0xe5][0xf8][0xac][0xcc][0xdc][0xab][0xe2]>[\r][0x95][0xb8]_[0x1e][0x1e]([0xc3][0x83]xHF[0xf][0xab]xD[0xc5][0xa3]*[0x1e]+[0xc1][0xe7]4[0xac][0xc0][0xe7][0xc5][0xd0][0xe3][0xd2][0x9c]P[0xf1][0x5][0x15]OhX[0x85]d[0x9][0x9e][0x94][0xfe])[0x99][0x9f][0xd0]p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x93][0xf2][0xf8]E[\r]+[0xf1][0xb4][0x98]yF[0xc5][0x97]4[0xac][0xc7][0xb3]*[0x9e][0x13][0x99]/[0x97][0xe0]+%[0xf8][0xaa]8[0xff][0xb5][0x12]|]C[\r][0xa6]Tn[0xc6][0xd2][0x81],4[0xba]`[0xca][0xcb]6)[0xa2]n^[0xa4][0xa9][0x9b]eoY}[0xb6][0x92]{Qx[0xc9][0xbc])V'[0xaa][0xf7][0x1a]ct[0xb6][0xba]~[0xe1]6[0xf2][0xee][0xe7][0xc4][0xd3]c[0x82] '[0x91][0x9b][0x88][0xf2][0x9a][0xd0][0xb0]H[0xdd][0xd5]-{.[0xd3][0x16]/[0x1c][0xa4]U[0x9]Mz[0xfe][0x84][0xf2][0x84][0xbf]x[0xc1][0xa1][0x9e]_[0xa9][0xab]2[0x8e]d[0xd7][0xd7][0x8a][0xdc][0x19]ney[0x95][0x99]E&G![0xab]bW-[0x9c]%P[0xa3][0x86][0xdd]k[0x1e][0x95][0x17][0xa9][0x98][0xdb][0xe5][0xe2][0xe5][0xbf]+o[0xcd]s[0xe6]7[0xe7][0xa1]A>[0xdd]R[0xc6][0x93][0xa9][0xc2][.[0x90],[0x8b][0x82][0xe2]g[0x90]_[0xb2]CyL[0xe5][0xbb]M[0xa8][0x8e]5[0xfc][0xd8][0xd8][0xcc]/[0xa3][0x0][0xaa][0xa4][0xce]rT%[0xa5][0xd6][0xed]Ym[0xd9][0x17]H[0xc1]e_[0xca][0xea][0xd8][0x81]N[0xb6][0xd7][0xf1][0xe9]n[0xce][0x17][0xb1][0xbf]<4[0x3]%[0xd4]x[0x6][0x5][0xa1][0xa6]3([0xc][0xd5][0x6][0xce] [0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]A[0xd1][0xb4][0xab]{[0xbd][0xc8][0xa0][0x98]m[0x90]{[0xac][0xa1][0x95][0xb5][0xa8][0xc0][0x95][0xa8]F[0x1d]j[0xb1][0xe]]\[0xd9][0x94][0xb6][0x84]=[0xf8][0x10][0xe0][0x8e][0xc4][0x13][0xc5][0x1d]us[0xef][0x2]w$^[0x15][0xba]#[0xf1]+[0xc0]uVV[0xcf][0x9b]7[0xf9][0x1c]` [0xf4]"[0x8a]R([0x9e][0xc0][0x12][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xb][0xa4][0xa0]N[0xcf][0x8d]K[0xd2][0x2][0xa5][0xdb]W[0x97][0x9e]x[0x6]e[0xa1][0xd5]3[0xd0][0xa6][0xa0][0x86]R[0x1c][0xfb]B[0xfa][0x14][0x96][0xf6]f=6[0x9d][0x9b][0xa6][0xf]k[0xd0][0xea]z[0xdb]E?[0xbb][0xfc][0xd8]Z[0xa0][0xb3][0xad][0x87][0x86][0x6]~l[0x85][0xf8]][0x16][0xa6][0xe4][0x6]>5[0xf3]#[0xae][0xa1]D+[0x11][0xee][0xc4][0x16]jm[0xc6]~[0xce][0x88]v[\r][0xf5][0x1b][0x88][0xf1][\r][0xf8][0xb0][0x1b][0xe9][0x1]/[0xfa][0x2]y[0xf1][0xa2][0xea]$n[0x12]qEh[0x16][0xe5][0x3][0xe2]kE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0xe6]p[0xd5]\d[0xb6][0xf1][0x8b][0xb4][0xcf][0xb7]Ii[0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0xba]"[0xaf]C[0x9e][0xcd]V[0x17]9[0xa0][0x9c]6+[0x7]xxK[0xf3][0x98][0xdc][0xcf][0xa0]>[0xea][0x9a][0xd4][0xd3][0xc2][0x9e]IE^[0x85][0xa3][0xc3]7[0x90][0x8d][0xc3]D [0xfb][0x9c][0x8e]E[0x1d][0x17][0x85][0xf5][0x92][0xc][0x97]e[0xb8]"'[0x9f][0xd5][0xf1][0xb9]8[0x1a][0xf1]y[0x91][0xfd][0x82][0x81][0x17]D[0xe6][0x8b]r[0xf2]b5^[0xc2][0x97]d[0xf8][0xb2][0x8e][0x97][0xe3][0xd8][0x81][0xaf][0xc4][0xf1]U|[0xcd][0xc0][0xd7][\r]|C[0xc7]7[0xe3][0xd8][0x85][0x19][0x3][0xdf][0x92][0xf9][0xdb]r[0xfe][0x1d][0x3][0xdf]5[0xf0][0x8a][0xec]_[0x95][0xfd][0xf7][0xe2][0xf8]~([0xf4][0x3][0x3]?[0x94][\r]9~$'?[0xae][0xc2]Op[0xd5][0xc0]5[0xd9][0xfc][0xd4][0xc0][0xcf]t[0xfc]\[0xc7]k[0x1a]*m[0xdf][0xf7][0xfc][0xac][0x86]-#[0x17][0xac]E[0xab]'[0x17]8[0x99][0x9e][0x11]'[0x1b][0xf4]j[0xa8][0x1a]wf]+[0xc8][0xf9][0xb6][0x86][0xd6][0x92][0xe3][0xa3][0xe1]>c[0xb9][0xb3]=[0x13]s[0xbe]w[0xd1][0x9a][0xce][0xd8][0xbd][0xc7]D*[0xb0][0xb3][0xc1]@[0xc6][0xca]R[0xe9][0xde][0x11][0xcf][0x9f][0xed][0xb9][0x90]s[0x9d][0xa0][0xc7]q[0x3][0xdb]w[0xad]L[0x8f][0x9f]s][0xdb][0xcf][0xf6]L[0xe4][0xf9](Ty[0xd4]![0xcf]1[\r][0xed]m[0xf7]&[0xd2]>[0xa9]!6[0xe0][0xa5]iZ[0xed][0x88][0xe3][0xda][0xa3][0xb9][0xf9]i[0xdb][0x9f][0x10]+4$F[0xbc][0x94][0x95][0x99][0xb4]|G[0xf6][0x11]1[0x16][0xcc]94i[0xdf][0xdd][0xf4][0x9f][0xb2][0x83]9/=ie[0x9c][0xb4][0x15]x>[\r][0xbb]1[0xdc][0xd8][0xc3]n6[0xb0][0xdc][0x94][0x1d][0xb2]PQy[0x9b][0xd8][0xa0][0xcf][0xe7][0xf7][0x8d][0xeb]A//[0xe4][0x81][0xf7][0xdd]%t[0xbe]=[0x93][0xb1]SA[0x4][0xac][0xe2][0xd7][0x90]G[0x1c][0xf][0xac][0xc0]I[0x15][0xf0]v[0xe6][0xe9][0x11]e[0xc8][0xf3]O[0xd8]3V.[0x13][0x9c]V[0xd6][0xd3][0xed][0xb6][0xf6][0x8d]Il[0xdf]@[0xbc]s[0xea][0xaa][0x19]Y[0xdb][0xf][0x94][0xff][0x1a][0xe2][0x83][0x97]R[0xf6]B[0xe0]x.[0xd1][0x9b][0xf2][0xe8][0xa3]^[0xbf]?;@Z[0xe0][0xe7]R[0x8c][0x91][0x6][0x8d]>6[0xac][0xd1]Y[0x10][0xa3][0xc6][0xad]y1[0xc9]\[0xc1][0x95][0x86][0xb6]5[0xec]a>[0xcf]J0+[0x18][0xe2]@[0xe5][0xaf]x<[0x1e][0xf8][0x8e];KU1[0xdb]J[0xcd]i[0xd8]v[0xe7][0xe8]i(svk[0xa8]_[0xe3][0xef]0[0x13][0x1c]e2n[0xb9][0xae]'![0xf5]\[\r]u[0x1b][0xc][0xd0]`8[0xd9]0[0xe4]t[0xe9][0xac][0x86]GJY[0x8e]v[0xae][0xa1][0x14][0x95][0xf5][0xf4][0x17][0x96]*[0x88][0x87]78wO[0x82]*[0x0][0xf1]q/[0xe7][0xa7][0xec]!G[0xea][0xa6][0xbe][0xa4][0x1a][0xbb]E[0x9]yN[0xd8][0xb][0xbe][0x9d]b[0xa0][0x98][0xa3]f[0xe6]>p[0xe6][0xed]I'[0xeb]0[0x8b]E[0x8d][0xaa] [0x8b][0xa8]E[0x99]^[0x13][0xc7]0[0xc4][0xcc][0x14][0x83][0xd4][0xef][0xfb][0xd6]e[0xa9][0xc][0x13][0x8f][0xe2][0xb0][0x89][0xa3][0xf8][0x4]oU[0xf1][0x9a][0xf4][0xcf]0[0x8a]&[0xc6]1[0xc1]6Q$[0x1f][0xb7]g[0xd2][0xb9][0x82]j[\r][0xd7][0xd0]HZl[0x15][0xe6]T[0xe2][0xbe]e[0xd4][0xac][0xa0][0xb6][0xc]g[0xc4][0x9a]re[0xcd][0xe]:[0x1][0xba]j[0xe0]Al[0xe1]_i[0x13][0xf6]p[0xdc][0x8b]}h[0xa5]c[0xed]k,[0xeb][0x8b],[0xdb]E[0x9b]O[0xaa]p<[0xc6][0x9d][0xc9]9[0xa4][0xc]+[[0x1f]/[0xd8]:@[0x4][0x8d]s[0x1d]m[0xdb][0x12][0xb]m[0xac][0x93][0xb9][0x18][0x8a][0x1a][0xb2][0x80]P[0x6][0xba][0x8][0xde][0xad][0xc0][0xcc]P([0x2][0xd3][0xf0][0x4]F[0xc8]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O*[0x0]Q[0xb8][0x84][0x4][0xbf][0xad][0xfc][0xea][0xc5][0xb9][0xb7]Kb[0xbb][0x9f][0xe3][0xc3]Tz[0x80][0xca][0xe]n[0xa2]4L[0xe3])[0xd2]Fim[0xa8][0xfc][0x89][0xc8][0xda]fQ[0xb8][0x82][0x6][0x89]\[0xed]*[0x1a][0xa7]d[0xbf][0x8c][0xfb][0xdf]/[0xb5][0xfa]Q*=[0xcc]p[0xf5][0xae][0x1]h[0x8e][0x0][0x9e][0xe4][0x17]#[0xa5][0x91][0xdf]X! [0xf3][0xa8]P[0x81]l[0x91]$-[0xa1][0xe9][0xcc]u4[0x8d][0x14][0x92][0xd3][0xdc][0xb9][0x8c]m[0xf9][0xec][0x88]2[0x3][0xd5]T[0x1b]B6R[0x14][0xcc][0x87]A[0xb0]j*3IM[0x12],[0x9f][0x1d][0x93]U[0xf4])[0x9c]Vr-[0x91][0x11]e[0xf2][0xfc][0x87][0xde][0x95]5P[0x9e]y[0xd6][0xce][0xb]t'[0xab]c[0xb4]k[0x5][0x1f]cA[0xc7][0x9a][0xe9][0xec]v[\r]W[0xb5]!Y=[0xa0][0xf1][0x1d][0xd9]q[0xa4][0xa2][0x99][0xf6][0xed][0xbc][0x89][0xe4][0xf6][0xd7]qr[0xfb]U[0x18][0x89][0x96][0xeb][0xa8]H[0xdf]*[0xb8]:[0x87]g$[0xf9]\=[0x8b][0xe7][0x98][0xf4]*mR][0xd2]ruI[0xd5][0x5]V\[0xe7][0xc9][0x15][0x9e][\r][0xf3],[0xbc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xcf]se[0xa9][0xd5]4R[0xaa][0xf5][0xa4][0xf9]U[0x92][0xd3][0x6][0xfe][0xf]PK[0x7][0x8]J[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/SuiteMethod.class[0x95]U]w[0x13]U[0x14][0xdd][0xb7][0x99]v[0x92]a[0xa4]PJ[0xbf]PlQ1[0x1f]mGD[0xe5]#[0xa5]"--[0x85][0xa4]U[0x12][0xd0][0x82]>L[0xd3][0xdb]t[0xda]t[0xa6]k>@[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]W}IY[0xb0][0x10][0x9f]}[0xf7][0xef][0xb8][0xd8]w[0x12][0x9a][0x94]L][0x9a][0x87][0xdc]{[0xcf][0xdd][0xe7][0x9c][0xbd][0xcf]9[0xb9][0xf9][0xeb][0x9f][0x17][0x0][0xb8][0x84][0x9f][0xc][0x9c][0xc5]%[0x3]#[0xf8]<[0x8d]i[0x1d][0x97][\r]h[0xf8][0xc2][0xc0][0x97][0xf8][0xca][0xc0][0x15]\[0xd5]qM[0xc7]u[0x3][0x19][0x14][0xd5][0xcd][0x9c][0xda][0xdd]Hc^[0xad]_[0x1b]H[0xe3][0xa6][0x8e]o[0x14][0xfc][0x96][0x8e][0x5][0x1d][0x8b][0x6][0xce][0xe0][0xb6][0x8e]%[0x1d][0xcb][0x2][0x3]s[0x8e][0xeb][0x84][0xf3][0x2][0xc3][0xd9][0xd2][0x8e][0xfd][0xc4][0xb6][0x1a][0xb6][[0xb7][0x16][0x1a]v[0x10][0x14]s[0xf][0x5][0xb4][0x5]oS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x96][0x1c]W[0xae]F{[0x1b][0xd2][0xaf][0xda][0x1b][\r]Z[0x86]J^[0xcd]n<[0xb4]}G[0x9d][0xdb]F-[0xdc]v[0x2][0x81]l[0xc9][0xf3][0xeb][0xd6]N[0xc4][0xc8][0x96][0xe3][0x86][0xd2]w[0xed][0x86][0xe5]G[0xae]+[0xfd][0xc0][0xaa]DN([0xcb]2[0xdc][0xf6]6[0x8b][0x2][0xfd][0xbb]*[0x95][0xc0][0xe9][0x9e][0xec][0x2]#GS[0xfc][0xb2][0xff]6[0xcd][0xf0][0xbb][0xe0][0xb9][0xfc]<[0xf1][0xc6][0xed][0x9f]kr?t<7[0xd0]qG Sq[0xea][0xae][0x1d]F>]F{[0xe4])[0x1f][0xa5][0xf0]L([0x83]p[0xc9][0xf7][0xf6][0xba][0x88][0x9][0xe4][0x12][0xca]Qj)[0xda][0xf2][0xed]=[0xf9][0xd4][0xf3]w[0xad]*=[0x99]W0[0xfe]L[0x17][0xdc][0x97][[\r]Y[0xb][0xad][0x15][0xf7][0x9][0x5](>U[0xdb][0xaf][0xcb][0xf0][0x90][0x1e]}N[0x4][0xdd][0xd9]&[0x12][0xbc];%[0x8a][0xa1][0xaa][0x1c][0xc7][0xe4][0x9f]N[0xd6]v[0x1c][0xdc][0xa8]x[0x91]_[0x93]K[0x8e]*[0xe5][0xa9].[0xd5][0xb3]*[0x8a][0x89][0x8b][0xf8][0xd4][0xc4](V[0xd8][0xf5]w[0xc2][0x9a][0xb8][0x8b]{:J&[0xca]X[0xd5][0xb1]f[0xe2][|[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v`[0x87][0x12]Y[0xf1][0x8e][0xb5][0x12][0xfa][0x8e][[0xbf][0x15]9[0x8d]M[0xe9][0xab][0xd8][0xf7]MTP5[0xf1][0x0]l[0xc0][0xe8]l,0[0x9b][0x9b][0xdc][0x8b][0x82]prCN[0x6]![0xab]V3[0xf1][0xbd][0xc2][0x8c][0xe2][0x7][0xd2][0xec][0x4][[0xdb][0xd8]ayL[0xac][0xe3][0x11]'!I[0xa3]@[0xe1]4[0xc3][0xc4]c[0xfc](p[0xf1][0xbf][0x8d],;[0xfd]/[0xc0][0xbb][0xf]h[0xbe]|5.[0xd6][0xfd][0xd8]v[0xa4]:[0xd5]m[0xdf]{[0xda][0x1a][0xe1][0xf1]lr{[0xd4]DfH[0xef]m[0xb6][0x9b][0xdd][0xbd]m[0xd5][0xb1][0xf8]8i4[0x8f][0x9f][0x9f][0xb1][0xe3][0xee][0x4]L[0x95][0xc9][0xdb]t[0xb6][0x1c][0xb2][0x17]Hes[0xec][0xfa]D[0x2][0xbe][0x8d][0x11]H;A%[0xee][0xe][0xec][0xd9][0x95][0xdc][0xa3][0xd8][0x89][0x9c]uFZ[0xa5][0x12][0xf5][0x90][0xe4]z)[0xf3][0xa1][0xb1][0xf7][0xf7][0xa5][0xab][0xea][0x97][0xa0][0xa8][0xd7][0xa3]=,tL[0x87]^[0xcb]$p6[0xc9][0x95][0xc9][0x7][0x1c]6w[0x97][0xb9][0xaf]u[0x3]Z[0x83]r[0xa4]ZmS[0xae][0xd7][0xc4]d[0xb0]I[0xee]M[0xae]-[0xcb][0x14]w[0x17][0xb8][0xd7][0xb8]~[0x84][0x8f][0xe3][0x84][0x9f][0xf0][0x86][0xbf][0xcd]v[0xca][0xbf]y[0xa7]q][0x13]%Q[0xce][0xf][0xa5]R[0xaf][0xa0]5[0xd1]_*41[0xf0][0x1c][0xfa]3L[0xbd]Dz[0xfd]%2[0xeb][0x7]0[0xf2]M[0x9c]h[0xc2][0x1c]z[0x8f]_M[0x9c]<[0xc0][0xe0][0xeb][0x82][0xa0][0xc7][0xa9]&N[0xff][0x89][0xa1][0xf2][0xaf][0xc8][0xac][0xce]41[0xfc]z[0xfa]7&[0xd4][0xb0][0x88]e[0xfe]I[0xb4][0x4][0xe4])[0x1][0xa4][0xdb]G[0xc2][0x1a][0xa9][0xe][0x92][0xea]8[0x9]^![0xb1]E[0x12]Z&[0xbd];$W&[0xb5]s1^[0xe3][0xb9][0x1f]Y[0xe4][0x18][0x81][0x4]c[0x81]J@[0x99]w[0x85]8[0xfe]=Lc[0x86][0x96][0x8e][0xe8][0xb5]X4zD[0xcf]ro[0xc5][0xbb][0xcf][0xde][0x0]PK[0x7][0x8][0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/internal/runners/TestClass.class[0x9d]W[w[0x13]U[0x14][0xfe][0xa6]I:I[0x98][0xb6][0xd0][0xd2]J[0x8a][0xa5]"[0x5]K[0x92][0x12][0xad]X[0xb5]T[0xa4][0x14][0xaa]H)j* (:M[0xa7][0xed][0x94]t[0xa6]L&[0x8][0xde][0xd0][0x8a][0xf7][0xfb]]*[0xde]PW_X.]K[/K[0x96]O>[0xf8][0xe2]_[0xf0]/[0xf8][0x7][0xc4][0xef][0xcc]L&I[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xd0][0x99]s[0xf6][0xd9][0xe7][0xdb][0xb7]o[0xef]I[0xff][0xf8][0xe7][0xe7][0x8b][0x0]n[0xc2]WQ\[0x87][0xc9][0x8][0xda][0xa1][0xcb][0x98][0x8a][0xf2]}LFV[0xc6][0xb4][0xc]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0x93]Bd[0xae][0xc0][0xc][0x8e][0xaf][0x80][0x85][0x9c]x[0xd8]2[0xf2]Q[0x9c][0xc0]cQ[0xb4][0xe0][0xa4]P8%[0x14][0x1e][0x17][0xab]'[0xa2]x[0x12]O[0xc9]xZ[0xe0][0x9e][0x96][0xf1][0x8c][0x10]>+[0x14]g[0xa3]x[0xe][0xa7][0xc5][0xea][0x8c][0x0][0xa6]v[0x1d][0x9e][0x17][0x8f][0x17][0xc4]cV[0xc6][0x8b]2^[0x92][0x10]:[0x96]Us9[0x9][0xab][0x86][0xa6][0xd4][0x13]j*[0xab][0x1a][0x13][0xa9][0x1]![0xda]&![0x92][0xd6]'[0xc][0xd5][0xce][[0x9a][0x84][0xd5]K[0xcf][0xfb][0xe2][0xdb][0xa9]R[0xdb][0xa7][0x1b][0xba][0xbd][0x9d][0xe7][0x9d][0x15][0x0][0x9b][0xf]H[0x8][0xe][0x98]c[0xbc][0xdd]0[0xa4][0x1b][0xda]p~zT[0xb3]F[0xd4][0xd1],%[0x8d]CfF[0xcd][0x1e]P-][0xec]=a[0xd0][0x9e][0xd4][0xe9][0xcb][0xa6]![0xd3][0x9a]HM[0xe5][0x89][0x9c][0xd2][\r][[0xb3][0xc]5[0x9b][0xb2][0xf2][0x86][0xa1]Y[0xb9][0xd4][0x88][0x96][0xb3][0xb][0xe][0xb6][0x94][0x83][0x9c][0x9a])[0x0]]S[0xe1][0x8d]pW8T?[0xa1][0xd9][0x2]b[0x9f]fO[0x9a]c4[0xd6][0xd8][0xb9][0xd9][0xd5][0xcd][0xdb]z65[0xa4][0xe7]l[0x2]o[0xa9][0x10][0xf6][0x95][0x0]Z[0xda]xV[0xcb][0xd8])[0x17]c[0x9b][0xc8]C[0x94][0xb0];[0xb5]q[0xd3][0xd2][0x8][0x19][0xe1][0xa6][0x9c]~s[0xdd]$[0xd6][0x86]a[0xda][0xaa][0xad][0x8d][0xf9]F7T[0xc9]V[0xa5][0x17]Q[0xd5][0xbd][0xa8][0x9b][0x86][0x84][0xf5]%7[0x8a][0xf2]T[0xbf][0xbf][0x14][0x17]453[0xe9][0x1a][0x91][0xd0]zy[0x8f][0x99]i[0xd5][0xb2]:$[0xac]=[0xb2][0xac]RV3[0xa8]$[0xed][0x91]P[0xa3]s!O[0x17][0xfc][0x8f][0x8]C[0x3].sV[0x97]8[0xbe][0x87]A[0xab][0xb6]i[0xf1]rC[0xd1]IOQfr[0xf2]Y[0x9b][0xab][0x95][0x95][0xb1][0xde]RQ[0xb0][0xc4][0x15][0x3][0x16][0x89]O[0xfe][0xb7]:e*[0x89]q5v[0xfe]#[0x1b][0x1a]H[0xd6][0xdc][0x88]93b[0xee]4m[0xdb][0x9c][0xae][0xde][0x1e][0x87]%[0xdc][0xf6]?[0xdd][0xe1][0xd5][0xa8][0x9e]KO[0xaa]c[0xe6]c[0x1a]k[0xdd][0xd5]yy[0x87][0x96][0xe6]Z\[0xe][0x8a][0xfa][0xb1]{[0xa7]=[0xae][0xec][0xb9][0xfa][0xfb][0xcb][0x86].[0xb0]o[0xbd]"V[0xb5][0x13]qS[0xd2]I[0x92]L[0xde][0xb2]4[0xc3][0x96][0x10][0x9e][0xb1][0xb4][0x13][0xba][0x99]'_[0x1a][0xd8]D[0xe9][0xfc][0x8c]f9)rZ[0xcc].[0x8c][0x1][0x9][0xcd]%[0x1e][0xf6][[0x96]z[0xca][0xa3]T[0xa2][0x9a][0xbc][0xaf][0xda]`[0x10]5[0xeb][0xab]>2[0x96][0x89][0xbe][0xec][0xba][0x98]+[0x3][0xa6][0x91][0xb3][0xad]|[0x86][\r][0xc0]~-[0x8c][0x90][0xb2]hKTD[0xbf][0xee]>[0x99][0xd1]fDQs2^[0x96][0xf1][0x8a][0x84][0x8e]+]s[0xe7][0xae]Bs[0xf7]P[0xcd]KAS[0xd9]-[0xad][0x1d][0xd0]s:go[0x91][0xa7]91[0x9f][0x8b][0xd8][0xc5];[0xdb][0x14]l[0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xe3]z[0x82][0x17]G[0xbd]0[0xa3][0xe0]fleI[0x8b]Rw[0xaa][0x16]fMQ[0xee][0xc][0xd8]B[0xf8]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad] [0x8d][0xad]2^S[0xf0]:[0xde][0x90][0xf1][0xa6][0x82][0xb7][0xf0][0xb6][0x82]w[0xf0].[0xf9][0xb4]$+2[0xde]S[0xf0]>>P[0xf0]!>Rp[0xf][0xf6]*8[0x8b]9[0x5]w[0xe1]n[0x19][0x1f]+8[0x87]O8[0xb5][0x96]:[0xa5][0xe0]S[0xcc]IXs9R[0xb][0xa4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x8c][0xca][0xf8]L[0xc1][0xe7][0xf8]B[0xc1]y<[0xa2][0xe0][0x10][0xbe]d[0xa5][0xaf][0xe6]#G[0xab]E[0xf4][0xfd][0xa3]S[0x4][0xe7][0xd4].[0xa9][0x98][0xc6]~[0xd1][0xed]S>[0x91]$[0xb4][0x17]O[0x87][0xcd]t[0xbe][0xf0]A([0xd1][0x8]t:_[0xc2]rf[0xb3][0xe1]toz[0x97]0g[0xe9]To[0xac][0x94][0x92]N[0x93]jnX;i;[0xc8]b[0xba][0x18][0xce][0xa6][0x9c][[0xae][0xf3][0x84]h[0xaf][0x12][0xb7][0xeb]b[0xda][0xb4][0xb8][0xa7][0x11][0xd2]s[0x97][0x96][0xc9][0xaa]V[0xc9]'sK[0x95][0x9][0xba][0xec][0xd7][0xab][0xae][0xf8][0xe5]u[0xa2][0xde]z[0xd9]o[0xee][0xb2][0xdf][0xd4][0x80]:F[0x96]7wV[0x86]"Bm.[0xe6]c[0xc0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]\[0xe6][0xf3][w[0x82][0x85][0xd4]DkV[0xc]`&[0xbf]V;[0x9e]W[0xb3][0xe5][0xe5]u[0xbb][0x8f]?[0xc5][0xe8][0xf8][0xbd][0xaa][0xc5][0xfe]d6[0xc4][0x8f][0x9a][0x9c][0x93][0xcb]#U:[0xbc][0xae]0[0x18]3.Yn[0xee][0xac][0xd4][0xba][0xd2][0x18]b[0x1f][0xb6][0xf3][0xc7]#[0xc0][0xc4][0x8b][0x9e][0xe4]{[0x3]w5[0xe8][0x80][0xc2][0xf5]Fl[0xe2][0xfa][0x6]J[0xe][0xf1]][0xc3]w4[0xbe][0x8])[0x9e][0xf8][0x1]5[0xdf]q[0x17]@'[0x9f][0xf5]|[0x3][0xad][0x8]b-"[0xb8][0x16][0x9b][0xb9]kq[0xb5][0x11]G[0x2]pV.z[0x92]k[0x81][0xec]J:|{]\mA[0xca][0xb3][0xd6][0xcd][0xb7][0xd0][0x9][0xc7][0x9b][0x10]X@[0xf0][GG[0xd8][0xaa]u[0xe4][0xed][0x8e][\r][0x17]'[0xec][0xd9]pqnt~iW[0xc3][0x9]U[0xc1][0xd9][0xb0],NwU[0x9c][0xda]*87,[0x83]#[0x89][0xa9][0xe6][0xe2]H[0xa3][0xcc][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca]g[0x81][0xfc][0xe0]"[0xc2][0xfb][0xe2][0xf1][0xef]Q[0xb3][0x88][0xc8]O[0x88]J[0x18][0xee][0xfa][0x9]+$[0xe][0x9f]C\([0x12]~C]o0[0x16][0xfc][0x11][0xf5][0xbd][0xa1]X[0xa8][0xb7]6V{[0xb1]G[0xe][0xf4][0x84][0x9b][0xc3][0xcd][0xf2]y[0xdc][0x18][0xab]m[0xe]w[0xf7]Fb[0x91][0xc4][0x2][0x1a]z[0xa3][0xb1][0xe8][0xef]h[0x89][0xc7]"[0xc9]E[0xac][0x9c][0x83][0x92][0x8c][0x11]tU[\r][0xe][0x9e][0x9]K[0xf3][0x97][0xfe][0x9c][0xbf][0xf4]u<[0xb1][0x88][0xc6][0xb3][0x90][0x93]?[0xa2])[0xf9][0xad]_[0xbd]n[0xfa][\r]z[0x1c]fm[0xe2][0xac][0xc3]M[0xac][0xc3]^F[0x9e][0xa6][0xef][0xa3][0xdc][0x1d][0xe3][0xfe]8#[0xb0]q[0xb][0xff][0xdd][0xe8][0xc1]3[0xb8][0xcd][0x89]v[0x86][0x91][0xa4][0xb1][0x86][0xd2][0x1e][0xd6]r/Yt+O"[0xdc][0xf7][0xe1]v[0xf4]23[0xbd][0x94]l[0xe3]N[0xc6][0x1d][0xbc][0x7]Wa[0xe2][0xed][0xc0]v[0x9e][0x84]h[0xeb].[0xdc]IN[0x4][0xc9][0x95][0xa3]<[0xdd][0xe1][0xb0]h[0xd6]g[0xcc],[0xfa][0x1d][0xc6][0x84][0xf1]8vb[0x80][0x19][0x14][0xdc][0xb9][0x8e]Z[0xee][0xcd][0xe][0xde]t[0xb5]v[0xf9]Z[0xbb][0xa9][0xe5][0xe6]}[0x90][0x1c][0xe0]^[0xfd][0x1e][0xf5][0xd8][0xdb][0x9a]h[0xc2][0xea][0x5]4[0xcf][0xa1].[0xe1]0[0xa2][0x99][0xf9][0x8][0xce]#[0x18][0xb8][0xe0][0xe7][0xc3][0xad]h_[0x9][0x8b][}[0x9f]Z[0x19]]9[0x8b][0x85]d[0x97][0xcf][0xe2]=[0xfc][0xe3][0x7][0xc4][0xb3]z[0x8e][0x88]![0xbe][0x93][0xc9][0xf2][0xf2][0xb6][0x15][0xca][0xdb][0xd2][0x1b][0x8c]'b[0xc1]E\s[0x16][0xa1][0xe0][0x85][0xf9]K[0x95][0xf8][0xd1][0xe8][0xc4][0xb7][0x83]=[0xd5][0xcf]>[0xdc]I[0x1f]v;>m%[0xe6]ZZ[0x1f]b[0xb6][0x83][0xcc][0xed][0x6]?wI[0xdf][0xcf]$[0xf6][0xf1]TrV[0xc5][0xdc])[0xbe][0xa4][0x98][0xa7]a[0xc7][0xe3][0xfd]<[0x11][0x1e]C[0x1c]au0[0xb9][0x80]5[0xa4][0xd5][0x9a][0x5][0xc4][0xe6][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xe0][0xbe][0xf5]bB<>[0x13][0xdb][0xc0][0xf6]6Gr[0x1e][0xce][0xbb][0xad];[0xe1]<[0x9d][0xcc][0xf2][0xf8]L[0x80][0x94][0xfb]+x[0xc1][0xef][0x92]M[0xe4][0x5][0x98][0x9d]z[0xda]ZI[0xcf][0xdb][0xe8]_;[0xad][0xc6]q/3}[0x1f][0x19][0xb1][0x9f]Y[0x1c]q[0xe2][0x8b][0xd3][0x83][0xf5][0xf4]N[0x9c][0x88][0xa8][0x6][0xfd][0xa8][0x6][0xa9][0xe9]F5[0x88][0xfb][0xb9][0x12]5M[0x17]z[0x8b]_[0xd8][0x1a][0xc7][0xf7]u[0x85][0xde]J[0xc]w[0xfd][0x8e]U[0xc9][0xae][0x5][0xac]=[0xc8][0xc7][0xb5][0xc3][0xf3][0x97][0xfe].[0xe1]}++-[0xe6]Z[0x18][0xf][0x92][0xbf][0x87][0xe9][0xdb][0x11][0xac][0xc6]C[0x9c]_G}?[0x88][0xe6][_G[0xff]\>[0xb6]0[0x83][0xf][0xd0]Z[0x94][0xfa][0xf7]Q[0x16][0xf0][0x99][0xe9]ju[0xf8]Z[0x7]|[0xad][0xe][0x9e][0xba][0x19]?[0xc8][0xd3]C[0xb4][0x19]p[0xbc][0xee][0xf1]&[0x8b]"[0x6]A[0xe0]W[0xd4]-[0xa0]m[0xe9]t[0x19]-[0x99].[0x8a][0xe7][0xcf]a[0xe7][0xb4][0x86]>?[0xe4][0xe1]>[0xcc][0xf3][0xa3]x[0xc4][0xcb]F[0x8a];[0xa1][0x1f][0x12][0xb8]K[0x1][0xc7]K[0x0]Ce[0xe3][0xea]Q[0xca][0xf8][0x93][0xc5][0xa3]C[0xb7][0x7][0x12][0x16] [0xb]X[0xb7][0x14]g[0xaa][0xca][0xd8][0xb] [0xe3]h[0x8d]As[0xd2]6[0xee]iO[0x0][0xff][0x2]PK[0x7][0x8][0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/runners/TestMethod.class[0x8d]UmS[0x1b]U[0x14]~6[0x9]Y[0x12][0x96][0x4]y[0x13]P*[0xa5][0x94][0x84][0xa4]%V[0xd1][0xb6][0x82][0xb5])/[0x96][0x9a]R-)[0xb5][0xad]oK[0xb8][0x84][0xa5]a[0x97][0xd9][0xdd][0xd4][0xfe][0x16][0x80]~[0xb1]38c[0xe3][0xe8][0x8c][0x8e][0x9f][0xea][0x8c]?[0xca][0xf1][0xb9][0xbb]K[0xb2][0x90]DIf[0xee][0xbd]{[0xee]9[0xcf]y{[0xce][0xee][0xdf][0xff][0xfc][0xf6][0x7][0x80]+[0xa8]&1[0x80][0x9b][0x9][0xc][0xa2]([0x97][*[0x96][0x93]X[0xc1][0xaa][0x8a][0xb5]>[0xc4][0xf1][0xb1]\n[0xab]XO[0xf2][0xb2]$u[0xef]&[0xb1][0x81]{*>M[0xe2]3[0xdc]W[0xb1][0xa9][0xa2],-[0x1e][0xa8][0xd8]R[0x10]?[0x10][0xee][0x9e][0xb5][0xa3]`[0xa2][0xb4][0xaf]?[0xd3][0xb]5[0xdd][0xac][0x16]l[0xb1][[0x13][0x15][0xb7]p[0xd7][0xbb][T[0x90]p[0x85][0xe3].[0xd7]t[0xc7]Q0[[0xb2][0xec]ja[0xbf]n[0x1a]n[0xc1]0]a[0x9b]z[0xad]`[0xd7]MS[0xd8]N[0xa1]|[0xac]G[0xa3][0xf8][0x92]A[0x9d][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xb3][0xdd][0xb1][0xcf][0x6]6[0xc7]Hc[0xcb][0xd6][0x8e]P[0x90].[0x19][0xa6][0xd8][0xa8][0x1f]l[0xb][0xbb][0xac]o[0xd7]([0x19],Y[0x15][0xbd][0xb6][0xa5][0xdb][0x86]|[0xe][0x84]1w[0xcf]`[0xb0][0x99][0xff][0xc3]o[0xa5]h8[0xeb]U[0xd3][0xb2][0x5]k[0x11][0xcd][0xce]=V[0x90][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7]l[0x1c][0x8][0xab][0xee]z[0xa2];[0x14][0xe9][0xa6]i[0xb9][0xba]kX[0xa6][0x82][0x81][0x10][0xb6][0x84]"[0x88][0xea][0x1e][0xeb]+[0xd4][0x1e]&[0xc0][0xea][0xf3]Cf+vV[0x9f]W[0xc4][0xa1]o7[0x94][0x9d][0xb][0xd5][0xe3][0xb8]Z[0x89]M[0xa3]j[0xea]n[0xdd]f[0xf0][0xf9]v[0x8d][0xa5]|HR[0xde][0xb3][0xad]oe[0x9e][0x8b]7h[0xa9][0x19][0xce][0x3]S[0x4]~[0x14][0x8c]e;j[0xca][0x8c][0x12][0xa2][0x15][0xc5]HG-f[0xe5]#9[0xa1][0x80]e!n[0x89]][0xd6][0x86][0x15][0x1d]<[0x8e][0xad][0xee][0x1a][0xb5]B[0xc9][0xf0][0xf2][0x9e]o[0x13].uo[0xb9][0x8c]9A[0xc8][0xe2].[0xfb]A[0xc4][0xb8]a>[0xb3][0x9e]2[0xed][0x91]p[0xe4][0xf7][0xb6][0xf7]i[0xe3]w^[0xb2]O[0xf6][0xb9][0xed][0x96][0xb1]5[0xe3]tT[0x89]T<[0xd1][0xf0][0x5][0xbe]T[0x90]:I[0x12][\r]38[0xaf][0xe1]+dH[0x84][0x93]W3[0x1b][0x96])[0x99][0xeb]o[0xda][0xba]$[0xa9][0xd7]{[0xe1]h[0x98]EF[0xc3][0xd7][0xc8][0xa8][0xf8]F[0x83][0x8e][0xed][0x13]>[0xfd][0xe6][0xa8][0xa8]h[0xd8][0x81][0xcc][0xb8]u[0xe5][0x15][0x99][0xca][0xa7]K[0xa7][0xe1]][0xec]*[0xb8]x[0xa6][0xf1]P0[0xdd][0xb2]_[0xaf][0xd5]DU[0xaf][0x15][0xed]j[0xfd]@[0x98]n[0x88]'S[0xed]J[0x95][0x8a]p[0xc2]T[0xca][0xb7][0xb3]b[0x9d][0xdd][0xaf]x[0x5]/[0xeb][0xb6]71Mm[0xe][0x1d][0xdb]?[0xd6][0x8d]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]%[0x8d]B#[0xb9][0x90]m[0x9b][0xac][0xf0]$[0xb5][0xa6][0xb7][0xd0][0xb2]"[0x89]z[[0xd3][0xd3]K[0xc4][0xe0]E[0x97]>[0x5][0xc5]*[0x1a]N[0xd1]q[0xe4][0x9c][0x92](k[0xb6]u[0xc0][0x19][0xef][0xe0][0x91][0x93]6s[0x96][0xd7][0x1a][0x19][0xd0][0x8a]_[0xec][0xf8]IQz[0xa1]k[0x16][0xe1][0x99][0xbb][0xde]aZ[0x9e]t[0x18][0xa0]v[0x11][0xce][0xf3][0xdb]0[0xc0][0xaf]I[0x84];I[0xec][0x9d][0xc8]c[0xee][0x9]([0xe4][0xf6][0x18][0xd7]q>=[0xa2]<[0xca]=[0x9d][0xfb][0x5]J.[0xff][0x12][0x91][0xdc][0xa5][0x97][0x88][0xfe][0xe4][0x19]Lp[0x1d]D[0x8c][0xeb][0x18][0xd7]q[0x9a]N [0x85]7[0xf8][0x7][0xa6]|3[0xbc][0x89]I[0xc0];I7[0x8a]w[0x92][0x8e]"<[0x9f][0xc3][[0x81][0x9b][0xf][0xbd]g`([0xf7]3"C[0x88]5[0xd0][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xec][0x7][0xc4][0xa2]?6][0xc5]=[0x95]s[0x1e][0xbc][0xe6][0xab][0x7][0xf0]$[0x1e]3[0xf2][0xa1][0x9e]R[[0x86]4[0xe9]C[0xc5][0x9][0xf5]'[0xe2][0xa5][0xfc]_[0xe8]I[0xbc][0xc8][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UAq[0xea]E[0x13]t[0x14]=\[0xa7][0x19][0xf7][0x5][0xe6]2[0xc3][0x18]g[0xe9] [0x13][0xca]a2p[0x92]b[0xe4][0xd3][0xd4]Rx[0x17][0xa1][0xe6]E[0xcf][0x11][0xa7][0x92][0xbb]t\[0xe5][0x1e][0xe1][0x9e]9[0xe5][0xf8][0x15][0xd2]t[0xdb][0xcb]V#[0xf1]=z[0x94]#[0xff][0xe9][0xe8]T[0x9][0xf3]tp[0x89][0xd9]][0xa6][0xdb][0x82][0xe7]~[0xd4][0x87]k[0xba][0x1f][0xf][0xdc]g=[0xcb]9[0xae]9Z[0xf9]Y[0xdf][0xe][0x9c][0xf][0xe7][0x1a]H[0xe6][0x1b][0xe8]k@[0xfb][0xae]K[0x5][0x17]B[0xe8][0xc3][0xcd][0x6][\r][0xd3][0xfb]e[0xef]~[0xbe][0xd9][0x96][0xab][0xdc][0xa5][0xa4]_[0xa2]vk[0xc8][0xb5]PC[0xfa][0x9b]p[0x5][0xbc][0x1d][0xd4][0xe5][0xbd][0xa0][0xb7]}[0xac]Kt[0x8][0xfd][\r][0xa4][0x8e]NA,[0x85] [0xfa][0x2][0x8]?[0xcb]+\[0xdf][0xe9][0x6][0x95][0xee][0x0]u[0xf3]?[0xa0][0x14][0xbe][0xf1][0x16][0x2][0xa8]5[0xf6]V[0x16] %[0xbb][0x95][0x8f][0xfe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0x81][0x6]^{[0xd8][0xe2]u[0xd2][0xbb]]aF[0xab][0xa1]r[0xa5][0x9a][0xf9][0xa5][0x18][0xcc][0xfb]D[0xbc][0xca]s/[0xb1][0xae][0xe1]:>`#[0x17]=[0x84]%2Z[0xfe]n[0x4]q}[0xc4][0xfd][0x13][0xf][0x95][0x1f]>J[0xee] [0xf1]/PK[0x7][0x8][0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/internal/runners/model/EachTestNotifier.class[0x95]Umw[0x13]E[0x14]~&[0x9]][0xba]Y[0x93][0x12][0x92]Z[0x85][0x2][0x5]Z[0x93]M[0xe9][0x96]VP[0x1]Q[0x84]V[0xab]iPZ[0xa3][0x5][0xbf]l[0x93]i3=[0xdb]][0xce][0xbe] [0x85]_[0xc0]g[0xcf][0x91][0xf6][0xa0][0xe7]x[0xf0][0xab][0xbf][0xc4]_![0xdc][0x99]l[0x9b]m[0x12][0x8a][0xf9]rw[0xe6][0xce][0xbd][0xcf]s[0xef][0x9d]{g[0xff][0xf9][0xef][0x8f][0xbf][0x0]\[0xc5]/:[0x8a][0xb8]6[0x8a][0xd3][0xb8].[0xc5]'[0x1a]>[0xd5][0xe9][0xfb][0x99][0x86][0x1b]:FpS[0xc7]-|[0xae]#[0x83][0xdb]Y|[0x81]/[0xb3][0xb8][0x83][0xaf][0xa4][0xb8][0xab][0xe1][0x9e]4\[0x92][0x6][0xcb]R|-[0xc5]7R[0xac]h[0xf8]V[0xc3]w[0xc]']/[0x14][[0x82][0xfb][0xc][0xd5][0x9a][0xe7]o[;[0x91]+B[0xcb][0x8f]\[0x97][0xfb]V[0xe7][0xb0]i[0x87][0xc2]s[0xad][0x7][0x91][[0x8f][0x8d]o2d[Vf[0xc2][0xb6][0x8][0x18][0x16][0x13][0xb8][0xc2][\r][0xb9][0xef][0xda]NL[0x10]X[0xbb][0x4][0xe8]XKv[0xb3][0xbd][0xce][0x83]0[0x91][0xb1]n[0xb7]Z[0xcb][0xb6]p"[0x9f][0x90]&[0xca][0xb5][0x1d][0xfb][0x89]m9[0xb6][0xbb]m[0xad][0xb7]}[0xef]W[0xc9][0xa0]B[0xca][0x87][0xb6][0xbf][0xcd][0xc3][0xa5][0xa7]M[0x1e]W[0xa7]4[0xd0][0x96][0xe1][0xc]![0xae]FN([0x1e];[0xc3][0xe9][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]u'[0x8][0xa2][0xdd]8[0xd6][0xc5][0xf2][0xa0][0x92]v-[0x1a][0xc2]s[0xec][0x90][0xb7][0x8e]F[0xca]([0x88][0xf9]a[0x1d][0x19][0xc6][0xb6][0x84][0xcf][0xe5][0xe5],SO[0x5]m[0xde][0xa2][0x84][0xca][0xaa][0xf2][0x7][0x7]kt[0x5][0xa1][0xd4][0x1f]jV[0xb6]][0xcf][0x97][0x1a]}[0xcd][0x8b][0xfc]&_[0x16][0xb2][0x1f]J[0xbd][0xd7]<'[0xcb]e[0xe0][0x3][0xcc][0x1b](a[0xdc][0xc0][0xfb][0x98][0xa0][0x18][0x87][0xad][0x93][0x81][0xcb][0x98]f[0x98]>[0xbe][0xd3]c/IW[0xd3][0xb0]j[0xa0][0x8e][0xfb][0x6][0xbe][0xc7][0xf][0x1a][0x1e][0x18]X[0xc3][0xba][0x86][0x1f][\r]4[0xf0][0x93][0x81][0x9f][0xb1]A[0xa5][0x1f][0xd0]E[0x6].`[0xca][0xc0]C[0xe9]i[0xe1][0x91]A[0xef][0x5][0x89][0x5]``[0x93]S[0xf8][0xd6]9[0xa8][0xfc][0xef]9O[0xdc][0xd3][0xe1][0x80][0x99][0xef]z'bKE[0x95][0xa5]y[0x8b][0xf7]4[0xde][0x85]r%[0xd1][0xf6]5[0x11][0x84][0xd4]4[0xb9][0xa3][0x1a]z[0xf9]D<[0xf][0xc][0xe3]G[0x1c][0x12]sR[0xe8][0xd7]2hm;[0xa8][0xf3][0xa7][0xa1][0xea][0xba][0x87]4o[0xae][0xda][0x14][0xf]@[0x12][0xd5]#[0x88][0x89][0x83][0xcc][0xba]=[0xdd][0x19][0x1f][0x86][0xa9]wT[0xb6][0xd2][0xc0][0x14][0xbd][0xdf]E[0xfa][0xb][0xa4]P[0x90][0xfd]H[0xab][0x82]lI[0xfa]j`[0xd4]7[0x1f][0x92][0xca][0x88] ^@[0x19]E[0xbc][0xe4][0xbd][0x8d]Ml[0xe9]t[0x87][0x9e]nw[0xfd],[0x9f][0x16][0xf6]a?[0xc0][0x8f][0x12]k&J0 [0x88][0xf3]0u[0xaa][0xa8]sNUSO[0xcf][0xff][0xfe][0x3][0xd8][0xc4]r[0x84]!,T[0xb1]X[0xc5][0x12][0xa1][0x9e]I[0xa7][0x84]nJ[0x97])k[0xae][0x8e][0xf6][0x9]tL[0x18][0xdb][0xb3]&[0xf3][0xc2][0xf8][0xa6][0xd0]A[0xe][0xa3][0xf7][0x11][0xa1][0xb2][0xad][0x8c][0xf2];[0x84][0xa9][0x9f][0xe9][0x9d][0xb8][0x17]q[0xf0]J[0xc7][0xa9][0xca]|[0xf2][0xab]I([0xef][0xd9][0x1b]I[0x98]H[0x95][0x91][0xa7][0xa1]s-[0xdd][0xa5][0xb8][0xd6]\[0x99]Lm[0x8b]m[0x4][0x9b]q[0xfe]Z,[0xfb][[0x95][0x11][0x92][0xd4][0xba]v|[0x17]X8V[0xc6]Kg[0x84][0x8e]]0[0x86][0x87][0x8a];,[0xa8][0xe3][0x93][0xa0][0xbd][0xea]jy([0x94][0xe]N[0x1e][0xfc]i[0xc9][0xae][0xe7][0x81][0x13][0x9e]H:g[0x1d][0xcb][0xd4][0x7][0x7]"4[0xde][0xbb]>t[0xdf][0x9c][0xc][0xf4]n[0xf7]r-L;[0xbe][0xbc]u[0xf6]w[0xde][0x96][0xec][0xb0][0xc4][0xc8][0x85]j[0x1b][0xe1][0xd9][0x94][0xb0]:[0xb8][0xf3]G[0xb4][0xfc])[0xa2][0xb][0x1b]\K[0x1e][0xaa][0xdc]o[0xe9][0xa3][0x5][0xd6]s[0x1]n[0xde][0x97]]'[[0xc2][0xcb][0x1b][0xc2][0xdc]y0^udSe[0x8a][0xf5]v[0x8d][0xb1]^[0xe4][0xcd]Y[0xbe]Q[0xdf][0xb1][0xcf]Ij[0x18]AD[0xd8][0xfa][0xf2]C[0x12]6[0xfa][0xdc][0xcf]Q[0xb0][0x82][0x12][0x9f][0x12][0x9f][0x5][0xe6]Q[0xc6]0[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g%T[0x19]Q>[0x10][0xe3]Q[0xae][0x9c]q,q[0xac][0xac][0xae][0xfd][0x5]=2[0x1a]B[0x8d][0xff]QQ[0x8d][0x98]9[0x8a]1F[0x8d]^[0x17][0xc6]1Q[0x9c][[0x5]u|c[0xa5]I[0xc6]5[0x8e][0xbd][0xca][0x14][0xa3][0xef][0x85][0xcf]4[0xeb]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0x83][0xd9][0x82]1W[0xf4][0xe4][0xf3][0xe0][0x5]PK[0x7][0x8][0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/model/ReflectiveCallable.class[0x9d]Q[0xcb]N[0xdb]@[0x14]=[0x93]868[0x81][0xf0][0xa6][0x94][0xf7][0x8e][0x87]`[0x84][0x10]+[0xaa]nP+U[0xb2][0x8a]D#[0xf6][0x93]0[0x84][0x89][0xcc][0xb8][0x9a]8)[0x9f][0x5][0x1b][0x90]X[0xb4]{>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[0xc6]Di[0x81][0x15][0xb5][0xe4][0xfb]<[0xf7][0xdc][0xc7]<<[0xde][0xff][0x6][0xb0][0x87][0xb5][0x18]![0xe6]cT[0xf0]![0xc2]B[0x8c]2>FX[0x8c][0xb0]$[0x10]~2[0xd6][0xe4][0x9f][0x5][0xca][0x1b][0x9b][0xa7][0x2][0xc1]Qv[0xa6][0x5][0xea][0x89][0xb1][0xfa]{[0xef][0xb2][0xa9]]C5SF[0xa6][0x92][0xac][0xa5][0xd2]S[0xe5][0x8c][0xf7][0x7][0xc1] [0xbf]0][0x81][0x83]$sm[0xd9][0xe9][0x91]H[0x1a][0x9b]kgU*][0xcf]Z[0xed][0xba][0xf2][0x92][0x84][0xa9]<[0xd1][0xe7][0xa9]n[0xe5][0xa6][0xaf][0x8f]T[0x9a][0xfa][0xea]C[0xb6]$F`fc3[0xe9][0xa8][0xbe][0x92][0xa9][0xb2]my[0xdc][0xec][0x10][0xc7][0xa4] [0xff][0xce]?[0x9][0xf7][0xcc] [0xbf][0xd9]>'[0xc9]Mf[0x1b][0xca][0xb5]u[0xfe][0xe5][0xaa][0xa5]z[0x97]5[0xf1][0xd0][0xe9]FX[0x16][0x98]d[0x83][0x97][0x9d][0x89][0xf9][0x91][0xf5]\K5~[0x81][0xf9][0xb7]s[0xed][0xfa][0x96]5D[0x18][0xa9]a[0x6]u[0x81][0xed]w[0xcc]P[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x5][0xf6][0xff][0xe3][0x1e][0x2][0x13][0xaf][0xaf] 0[0xfd]7[0xd4][0xb8]p[0xd9][0xaf][0xc1][[0xb0][0xe5][0xab][0xc6]\[0xe5][0xc5][0x19][0x87][0xe8][0xc3]`[0x9d][0xcf][0x1e][0xc2]e[0x8][0xbf][0x17][0xe5](=I-[0xa8]+[w[0x10]74J[0x88])[0xc3]"8[0x8a]*e[0xed][0x19]@=F-0[0x8e]:Q[0xbe][0xf8][0x98]^[0x89][0xba][0xba]u[0x8b][0xd2]u[0xb2]}[0x8b][0xe0]O[0x1][0xe][0x8]/[0xf][0xa8][0xc6]iy[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]Cz[0x9e]r[0x8e][0xb9][0x90][0x91][0x9]L[0x16][0xf8][0xea][0x80]|[0xaa][0xa8][0xe5][0xc6]A[0xe0][0xcf]Nk[0x18][0xe1]?[[0x8c]7[0xf7][0x4]PK[0x7][0x8]68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.class[0x9d][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]1[0x10]Dg[0xf5][0xf4][0xf4][0x14][0xb4][0xb4][0xb4][0xb0]6[0x1c][0x88]? [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]"([0xd8][0xc7]s9s[0xc4][0x4][0x92][0x9c][0x1f]g[0xe1][0x7][0xf8]Qb[0xe][+w[0xd9][0x19][0x6][0x86][0xb7][0xaf][0xf7][0xe3][0x9] [0xc7]0E[0x9a]"#dG[[0xbb][0x82]7J3ar[0xa8]5[0xef][0xf8]vfw[0x92]Z]d[0xb0]n^[0xc9][0xbb]$[0x8c][0xd6][0xa6][0xd0][0xd6]+S[0xee]8\[0xed]%[0xc5][0x80][0xb0][0xb4][0xae][0x14]UmT[0x10][0xca][0x4]vFj[0xe1]jc[0xd8][0xf9][0xe8][0x9a][0xbd][0xf8][0x1][0x9c][0xe5][0x4][0x10][0x86][0xdb][0xa6][0xb7][0xd2][0xd2]{[0xf6][0x84]q[0xf3]FhiJ[0xb1]?W\[0x4][0xc2][0xe2][0x1f]:[0xa6][0x91][0xdd][0xc2]w[0xda]q[0x11]S[0x82]N[0xf4][0x4][0xdd][0xa8][0xfd]xY[0xec]P[0x93][0xc6][0xbd][0xf]PK[0x7][0x8][0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.class[0xad]V[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0xcb][0x16][0xca]U[0xc4][0x1b]*ji[0x95]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xb6] wE[0x8b]7L[\r][0xbe]-[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0x96]][0xb2][0xdd][0xe5][0x12]}[0xd0]D[0xff][0x8d][0xf][0x92]H[0x88][0x92][0xf8][0x3][0xfc]Q[0xc6]3[0xd3][0xd2][0x16][0xca][0x3]iy[0xe8][0x99][0xd9]3[0xe7]|[0xe7][0x9b][0xf3][0xcd][0xec][0xf6][0xef][0xbf][0xdf][0x0][0xc]"[0x13]F[0x13][0xc6]Bd[0x1e]q[0x93][0xe2]&[0x1d][0x86][0x8c]q[0x9][0x13]a[0x4]0[0xde][0x84][0xc7][0x98][0x94]0[0x15]F[0x8][0xd3][0x12]f$[0xcc]2[0x84]U[0xd3][0xb4][0x1c][0xd5][0xd1]-[0x93][0xa1]5[0xb3][0xae]n[0xa9][0x8a][0xa1][0x9a][0xab][0xca][0x8c][0xa1][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0x86][0xd0][0x92][0xbe]j[0xaa][0x8e]kk[0xc][0xc3]'[0xd7][0xd3][0x89]*O[0x5]I[0x99]*OS[0x13][0x84]!mh[0xce][0x9a][0x95]/0[0xb0][0xf7]TrK5[0xf4][0xbc][0xea]X69[0xa2]E[0x0][0xd7][0xd1][\r]%[0xa3][0x17][0x9c][0x94][0x84]9[0x86][0xc8][0x1b][0xd7][0xd0][0xb2]Ga[0xc][0xf2][0x82]ij[0xb6]([0xa9]QR[0xf6]DR:c[0xd9][0xab][0xca][0xba]k[0xea][0x8e][0xa2][0x9b][0x8e]f[0x9b][0xaa][0xa1][0xd8].[0xcf])[0xd0]hh[0x5][0x85][0x3].j[0x1b]+[0x9a]][0x86][0xed];VD[0x10][\r][0xa4]u[0xc2][0x98]`[0xe8][0x88][0xd5][0xb4][0xa2]?[0xcb][0xe0][0x9b][0xb1][0xf2][0xd4][0x87][0x96][0x8c]nj/\[0x8e][0xf6]V]1[0xc8][0xd3][0x96][0xb1]r[0xaa][0x91]Um[0x9d]?[0x97][0x9c]>gM'[0xb6][0xd2][0xb4][0xab][0x1b]y[0x8d][0xb6]1Q[0x1f][0xcf]R>[0xf1][0xeb]:^fw[0xf3][0xa8][0xd4]h[\r][0xdf]3I[0xc3][0xf7][0x14][0xfe]`[0xd9][0x8b]G[0xfa]L[0xc6][0xfa][0x1b][0xe5][0x18][0xd9][0xd6][0x9d][0xb5]*[0xed][0xbe][0xc6][0xce]C[0x9d][0x86]i[0x85][0xb6]*[0x94]f[0xcf][0x83][0x11][0x83][0x85][0xa3][0xf3][0xe6][0xd7][0xc7].[0xc5][0xaf]_.[0xa7][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xa3][0xc9]$[0xc3][0xeb]:;u[0xb4][0xc9][0xfe]S[0xae][0xaf]g'Y[0xa9]2[0xc6][0xab]L5Z[0x85][0xae]pS[0x9]p0[0xc9][0x11]_[0x9d][0xf][0xef][0xea]w[0xc0]<[0x3][0x18]2[0xb5][0xb7][0xb0][0xbe]J[0x83][0xe2][0xa4]{v[0x6]I[0xac]z[0x11][0xa8][0x8d]K[0x96]k[0xe7][0xb4]y[0x9d][0xdf][0xb8][0xee]S[0xa2][0x6]8[[0x19][0x17][0xd1]#[0xa3][0x1d][0x1d]2Z[0xd1]&#[0x82]f[0xee]{[0xc2][0xd0]^[0xd9][0xe7][0x94]m[0xab][0xbb]|[0xb3][0x12][0x9e][0xca]X[0xc0]3[0x86][0xa1]z[0x88]q[0xe4][0xe7][0xc][0xe9]F[0x4][0xa0][0xb7]p[0xa5][0xcd]/W[0xd6][0xb5][0x9c][0xc3]0[0xdd][0xf8][0x15]a[0x18][0xa9][0xaf][0xd7][0xc][0xde][0x18][0x17][0xac][0xf9][0xf8][0xb9] [0xb7][0x9a][0xa7][0xfb][0xd6]Y},[0x8a]|[0xc5][0xa9]l[0xf8]dg[0xd1]K_M[0x99][0xbe][0xa7]^[0xb4]q[0xdd][0xe8][0xc][0xb6][0xd0][0x93][0x7]Q[0xfa][0x91][0x98]4o[0xe3][0xca][0x96][0xfd][0xdd][0x8][0x92]%[0xc1][0xc9]^"[0xcf]&ezh[0xec][0x89][0x1f][0xc0][0x1f]O[0xec][0xc3][0x17][0xf7][0xee][0xc3][0x1b]?D`[0xf9][0x0][0xd2]><{[0x2][0xfd]2[0xd9].[0xf8][0xc9]:[0xf0][0xc1][0xa5]/[0xf2][0x16]U[0xdb]&[0xa4][0x1d]\[0x11]k[0x2][0x5]W[0x89][0x11][0xc4][0xac][0xc8][0xe6]:[0xcd]e[0x1a][0x8b][0x9e]h[0x99][0xc7][\r][0xb2]7[0xd1]G[0xcf][0x9c][0xc5]0yx[0x8c][0x14][0xf7][0xf1][0xe2]?D[0x8]/[0x19][0x16][0xb0][0x1f][0xa9][0xf0]'Q[0xa6][0x8]%[0x95][0xcb][0xdc][0xc2][0xed][0x12][0xc4][0x1c]E[0xf2][0xd8]H[0xfc]'<[0x89]_[0x8]z[0xf0][0xae][0x6][0xe8]3u[0xeb]K[0x15][0xdf]H[0x19]([0x82];[0x88][0x9][0xf0]~[0xc4]K[0x90][0xf]h[0xdf][0xdc][0x13]:Dh[0x99][0xfa][0x13][0xae][0xc0][0x5][0xc4][0xc2][0xb7]*N[0xa1]"T4[0x88][0x4][0xee][0x96][0x0][0x14][0x1a][0xf9][0x9a][0x9f]8[0xf9]N&[U[0xc9]~[0xdc]+%[0xf][0x88][0xa4][0x93][0xc9][0xde][0xef]gJN[0xd2][0xdf][0xaa][0xda]d[0xcf]Y*[0x83][0x94][0x1c]*%[0xcf]R[0xb4][0x97]G[0xc7][0x13][0x7]`{[0xa7]f[0xf7][0x16]#[0xca][0xfd][0xb][0x10]N[0xb3]X[0xf][0x90][0x9a]#B[0x8c][0x87]"s[0x14][0x17][0x84][0xfa]^tR[0x93][0xba][0x2]A[0xd2] [0x84]k[0xa4][0xc8]}[0x1a][0x89][0xf6]PK[0x7][0x8][0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.class[0xad]U[0xd9]R[0x13]A[0x14]=[0x1d]B&&[0xc3][0xaa][0xa0][0xe2][0x16]W[0xb2] [0x3]*n[0x89][0xa8][0xa0]([0x9a][0x80][0x8a][0x85][0xa5]o[0x93][0xa4][0x8d][0x8d][0x93][0x19]k2A[0xfd][0x6][0x9f]|[0xf5][0x1b]|[0xf1][0x5]\[0xaa][0xfc][0x0]-[0xad][0xb2][0xca][0xef][0xb1][0xbc][0xdd][0x19][0x6][0x88]X[0xc6][0xe8][0xc3][0xf4]r[0xe7][0xdc]{O[0x9f][0xbe][0xdd][0xfd][0xe9][0xc7][0xfb][0x8f][0x0][0xc6]q+[0x86]8[0x8c][0x18]t[0xd9][0xc4]1[0xa6]a<[0x8a][0x13]1[0x84]q2[0x8e]S[0x98][0x88][0xe1]4[0xce][0xc4]p[0x16][0xe7]b8[0x8f][0xac][0x86][0xb][0x1a]&5\d[0x88][0xe4][0x84]-[0xbc]I[0x86][0x8e]dj[0x91]!<[0xed][0x94]9CO^[0xd8]|[0xae]^-r[0xf7][0xae]Y[0xb4][0xc8][0xd2][0x9f]wJ[0xa6][0xb5]h[0xba]B[0xce]}c[0xd8]{$j[0xc]CWx[0xc9][0xa2]?ve[0xda]2k[0xb5]B[0xbd][0xe6]M[0xf1][[0xf5][0xa2]%J[0xc][0xfa][0xac]msW[0xfd][0xe0][0x84][0xbd][0x9d]w[0xdc][0x8a][0xb1]T[0xa7][0xa4][0x86][0xb0]=[0xee][0xda][0xa6]e[0xb8]u[0x89][0xa9]Qo[0xf1][0x9a]q[0x87][0xda][0x2][0x97][0xb9][0x17]MK[0x94]M[0xcf]q[0x8f][0xfc]>C[0x96]![0xba][0xdc][0xc0][0x11][0xa3]BrC[0xfc][0xb5][0xb0]UZ[0x93]e[0xcc][0xb8]f[0x95]?u[0xdc][0xc7][0x8d][0xd8][0xd9][0xfc][0x92][0xb9]l[0x1a][0x96]iW[0xc][0x15][0xd4]7[0xd4]=a[0x19]yQ[0xf3][0xb2]R[0x8f]HU[0x81][0x19]R-[0xc7]e[0x88][0x99][0xb6][0xed]x[0xa6]'[0x1c][0x9b][0xa1][0xef][0x97]<[0x14][0x95][0xbb][0xae][0xe3][0x92][0x1a][0xbd][0xcd]9[0x19][0x6]7[0xb][0xfd][0xfc][0xc9][0x9a][0xd8]#[0xad]2[0xc8][0xa5]')[0xce]Ds[0xde]\f[0x83]e[0x9d][0xa1]q9[0x18]f[0xa5][0xdf]p[0x13][0xa5][0xdc][0x6][0xaf][0xbb][0x8f]\[0xe7][0xa9]d[0xa3][0x90][0xdb][0x16]D[0xc5]6[0xbd][0xba]K[0xe4]^[0xb4][0xac][0xbb]d[0xd7][0x16][0xb5][0x16]y[0xc9]][0x1b][0x14][0xb5][0xcd][0x5][0xb3]V[0x8c]#[0xad][0x97]G[0xea][0x1][0x83][0xf1]W[0xab]J=[0xd0]p[0x99][0x1][0xc][0xd9]d{U>[0xae][0xd8][0x87][0x9e][0x8d]1[0x9c]m7[0x2][0x95][0xdf][0x82]SwK|F[0xc8][0xaa][0xd9][0xb5][0x5]jT*[0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0x1b]=:[0x8e][0xe2][0x18][0xc3][0xd8][0x1f]s[0xf9][0xbe][0xb4][0x13]We[0xe9]2[0x1c][0xae][0xd2][0x19]L[0x14]y[0xa2][0xac][0x84][0xe6][0xe5][0x84][0xb0][0x13]f[0xe2][0x89][0x12]:Q[0x92][0xa2][0x8f][0xca][0x14]S[0x1a][0xa6]u\[0xc1]U[\r]3:[0xae][0xe1][0xba][0x86]Y[0x1d]7pSC^G[0x1]s[0x1a][0xe6][0x19][0xe6][0xff][0xf3][0xa5]@'k[0xbd]:[0xe6][0x8b]K[0xbc][0xe4]1L[0xb5][0x95]D[0xda][0x82][0x19]CW[0xd3][0xfc]t{[0xdb]DK[0xfe][0xe7][0x9b]J[0x19][0x16]<)[0x80][0xaa][0x9b][0xee][0xcd][0x7][0x84][0xae]t[0xb3]\f[0x18]H[0xe6][0x9b][0xb5]P[0xc5]=[0xdc]bz[0xba][0xc2]*[0xdc][0xdb][0xac]5[0xc3][0xf6]dj[0x8b][0x8b][0xad][0xa7][0xc9]D[0xd7]?[0xf9][0x16][0x9c][0xb2]x([0xb8][0xbc][0xf0][0xe8][0x95][0x99][0xa5][0x7]c[0x1d][0xe6][0xf2][0x87][0x16]12[0xd6]0t[0x9b][0x8b][0xe0][0xb8][0x86][0x93][0xb3][0x92][0xe9][0xa9]v4[0xc6][0x18]=[0x84]:[0x1d][0xc6].z![0xc3][0x8][0xc9]r[0xa7]Y/[0xcd][0xc][0xea][0xe9][0x9c][0xa2]3[0xbd][0x8a][0xd0][0x1b][0x1a][0x84][0xd0]GmD[0x19]?[0xa3][0x9f]Z[0xbd][0x1][0xc0]v[0xc]B[0x9e][0xe8][0x9d][0xd8]E([0xe9][0xfc][0x92]pa[0xea][0xf7][0xa4]3[0xab][0xe8]x[0x85][0x81][0xe3][0x1f][0x10][0xbe][0x9f][0x19][0xe9][0xef]\E[0xe4][0x1d][0xb4][0x10][0xee][0xc9][0x90][0x1d]*d7[0xf5][0xc0][0x17]D[0xf1][0x15]C[0xf8][0xa6]B[0xa7][0x1b][0xee]~h9[0xda]M[0xff][0x98][0x1a][0xed][0xc1]^J#G[0xfb][0xb0][0x9f]|[0xf][0xd0]8[0xa1]bHT"@[0x1d][0xc]P[0x87][0xe8][0xef]a[0xb5][0x84]#[0xf4][0xd1]i[0xf6]i[0xde]&[0xac][0xc4][0xc4]3+[0x88][0xae]`[0xdb][[0xc4]^[0x7][0xb4][0x1a]+[0xfd][0xae][0xe8][0xc]6`[0x1][0x9d][0xb8]O[0xe7]@[0xa0]B[0xdc]O[0xdd]H3[0xdc]+[0x97][0x95][0xf6][0xa5]<[0xe7][0xa7][0x91]R[0xb2][0xad][0xa5]l$[0xe8][0xc][0x12]t"[0x83][0x11][0xe5]v\[0xe1]G1@[0xfd][0x10]Q[0x8b]#[0x87][0x1d]4JR[0x8f][0xde]([0xed]\[0xe][0x97]"[0xd1][0x9f]PK[0x7][0x8][0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.class[0xad]U[0xdd]N[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xab][0x6][0xa1][0xb0]E~[0x4][I[0x84][0x80]1i%[0x11]R[0xa3]wC;)[0x8b][0xdb]]2[0xbb][0xb][0xfa][0xc][0xde]x[0xed][p[0x85]?[0x89][0xf][0xe0][0x8b][0x18]M|[0x5][0xe3][0x99]m)PIl[0xaa]73g[0xce]~[0xe7];[0xdf][0x9c]93[0xfb][0xf5][0xd7][0xa7]/[0x0]f[0xf1]0[0x8a][0x8]RQ[0xf4][0xaa]![0x8d][0x8c][0x86]l[0x4][0xd3]Q[0x84]0[0xd3][0x7][0x1d]9[\r][0xb3][0x1a][0xee]i[0x98]c[0x8][0x17][0xc][0xcb]pW[0x18][0x82][0xc9]T[0x99]![0xb4]fW[0x5][0xc3]`[0xd1][0xb0][0xc4]S[0xaf][0xbe]#[0xe4]6[0xdf]1[0xc9]3\[0xb4]+[0xdc],si[0xa8]u[0xd3][0x19]rw[\r][0x87]![0xbe]a[0x8][0xb3]Z[0xf2][0x1c]wU[0x87]B[0xdd]h[0xa1]n[0xb6]P[0xb7][0xe8]k[0xc2][0xdf][0xc1][0xed]8h[0x8b][0x13][0xcd]-.[0xd3][0x1c]hn[0x91]][0xbc][0xc5][0xd1][0x6][0xa0]%[0xa4][0x7]w1[0xe9][0x87]M[0xf9][0xf8]$[0x86][0xfd]$A[0xaa]c[0x1a]Cd[0xdd][0xa1][0x19][0xf1][0x8][0xd4][0x9f]s>[0x1c][0xf9][\r]PK[0x7][0x8][0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.class[0xad]U]O[0x13]A[0x14]=[0xd3][0x96]n)[0x5]J[0xa5][0x8][0xf8]U[\r]J[0xbf]`[[0x5][0x4][I[0xc0]HB,[0x92][0x8][0xa9][0xd1][0xb7][0xa1][0x9d][0x94][0xc5][0xed].[0x99][0xdd][0x5][0xfd][\r][0xbe][0xf8][0xec][0xbf][0xe0][0x9]?[0x12][0x80]?[0xca]xg[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x12][0x9b][0xea][0xcb][0xde];w[0xcf]=[0xf7][0xcc][0xdd];[0xb3]?}[0xfb][0x1][0xa0][0x88][0xa7]QD[0x90][0x89]bP=[0xb2][0xc8]i[0xc8]G0[0x17]E[0x8][0xf3]C[0xd0]Q[0xd0]P[0xd4][0xf0]P[0xc3]#[0x86]p[0xd9][0xb0][0xc]w[0x95]![0x98][0xce]T[0x19]B[0xcf][0xec][0xba]`[0x18][0xad][0x18][0x96]x[0xe9]5[0xf7][0x84][0xdc][0xe5]{&E[0x12][0x15][0xbb][0xc6][0xcd]*[0x97][0x86]Z[0xb7][0x83]!w[0xdf]p[0x18][0xc6]7[0xc]a[0xd6][0xb7]<[0xc7]][0x17]k[0xbb][0xc2]q_y[0xea]ml[0xd3][0xb2][0x84]|fr[0xc7][0x11][0x84]zQ[0xb1]eC?[0xf0][0xa8][0x9c]nX[0xae][0x90][0x16]7u[0xe9])[0x8c]C[0xd6][0x14][0x8e][0xae][0xf2][0xb6][0x84][0xaa]Z[0xe5][0xa6]Q[0xe7][0xae]-g[0xae][0xe2].1D[0x8e]Z[0x8][0xaa][0xb3][0x95][0xbe][0xc0]|F[0xd8][0xa4]}[0x98][0xfa][0x86][0xe4]Mql[0xcb]w-[0xd6]R[0xe5][0x80][0x1f]q[0xdd][0xe4]VC[0xf7]u[0xb5][0x3][0x9e]k[0x98]z[0xc5]p[0xdc][0x92][0xea]A[0xb8][0xe9][0x83][0x19]2=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb][0xa3][0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI}[0x88]w[0xd7]d[0x98][0xb8][0xdc][0xdc][0xf][0x87]g[\r][0xce][0xf7][0xaa][0xa0][0x9c]]%[0x9e][0xc5][0xee][0xba][0xe5][0xdc][0x85][0xc8][0xb9]B}[0xad][0xe3][0x96]T[0xde]l[0x97][0xa4][0xf2][0x85][0xac][0xdd]}i[0x1f]+5>rp[0xc7]hX[0xdc][0xf5]$[0x89][0xfb][0xd8]s[0xdf][0x95][0xba][0xbe][0xa4][0xf5][0xa8]+S[0xd5][0xb0][0xc8][0x0][0x86]R[0xba][0xbf])+[0xfa]_>[0xf0][0xbe][0xc0][0xb0][0xdc]/[0x3][\r][0xc1][0x8e][0xed][0xc9][0x9a][0xd8]0[0xd4][0xb7][0x9b][0xbc][0x2]5[0xaf][0xf4][0xc7]0[0x84][0x98][0x86][0xa5][0x18][0x1e]c[0x99][0xa1][0xf0][0xd7]r[0xed]tj[0xc9]s5CD[0xdd][0xa4][0xf3][0x90]2[0x9a][0x87][0xa6]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]M[0x9d][0x9d][0x8b]yE[0xbd][0xa2][0xe1]I[0xc]%[0x94][0x19]6[0xff][0xdb][0x89][0xa3][0xb1]=o[0xfd][0xf6][0xde][0x81][0xa8][0xb9][0xc][0xeb]}[0xd1][0xab]Xg[0xc5]0[0xdc][0xb5]^[0xea][0xaf][0xfb][0xc][0xb][0xfd]$2[0xc][0xf1]ZM8[0xce]Lq[0xa1]@[0x1f]?[0xdf][0xfb]][0x92]y[0xcb][0xb0][0xfd][0xcf]W[0x8f][0x1f][0xd8]q[0xa5]a5[0xfc][0x11][0x1c][0xb9]<[0xf1]t/[0xf3]z[0x9d]![0x99][0xae]t[0xf7][0x9f][0x4][0xa0]@[0xf7][0xfc] [0x8d]}[0x94][0xae][0xfd] [0x2]j[0xb0]h5L+[0x9d],[0x9d][0x8][0xc]dO[0x11]8!'[0x80][0x11]z[0x86]U[0x90][\r]c[0x94][0xfc]X[0xb][0x80]8[0xae]A[0x9d][0x9d]q$[0x9][0xa5][0x92]?[0x11].Dv:[0xf7][0x5][0xc1][0xcf]H[0xce]}G[0xe8]M.[0x9f][0x18]8E[0xf8]+[0xb4][0x0]^[0x9f][0xf8][0x5][0x15][0xe3][0x8]Y[0xb0]1h,[0x81])[0x96][0xf4][0x99][0xb3][0xad][0xec]6[0xb3][0xf2]&p[0xdd][0xaf]6[0x8d]ILQ[0x15][0xe5]M[0xe3][0x6][0xe5][0xde]$?[0xa5]8|[0xd4][0xad][0xe][0xea]v[0x7]u[0x87][0xde][0xa6][0xfc][0x1d][0xdc][0x8d][0x83][0xb6]8[0xd3][0xde][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9]@{[0x8b][0xec][0xea]-N[0xb4][0x0][0x1d]![0x3][0xb8][0x8f][0x7]~[0xda][0xac][0x8f]O#[0xe1][0x17][0x9]R[0x1f][0xb3][0x18]#[0xef][0x1e]Y[0xc4]#P[0xff][0xcd][0x85]p[0xe4]7PK[0x7][0x8]M[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.class[0xb5]V[0xdb]r[0x1b]E[0x10]=[0xa3][0xcb][0xae],[0xcb][0x89]c[0xc7]![0xe1][0xba][0x10][0x7]K[0x96][0xe3][0xb5]bG$[0x92]0[0x91]M[0x1c][0x12]$[0x9b][0x8a]S[0xa6][0x2]OciJ[0x1e][0xb3][0xda][0xa5]fW1|[0x3]_[0x90]|[0x0][0x81]7[0x2]EL[0xa0][0x8a]G[0x1e][0xf8]([0xa0]gW[0x96][0x14];UQ[0x89][0xca][0xcb]\zNO[0x9f][0xee][0x9e][0xee][0xdd][0xbf][0xff][0xf9][0xfd]O[0x0][0x5]|[0x96]F[0x6]W[0xd2][0x98][0xd0][0xc3]2VL\M[0xa3][0x88][0xf][0xf4]p-[0x85][0xeb])[0x94]L[0x94][0xd3][0x18]Ce[0x1c][0x1f]b[0xd5][0xc4]G&n[0x98][0xa8]2[0x18][0x15][0xe9][0xca]`[0x95]![0x9e][0xcd][0xed]0$[0xd6][0xbd][0xa6]`8][0x93][0xae][0xd8][0xec][0xb4]w[0x85][0xba][0xc7]w[0x1d][0x92]L[0xd5][0xbc][0x6]wv[0xb8][0x92]z[0xdf][0x15]&[0x82]=[0xe9]3[0xcc][0xd6][0x85]F[0xd6];~[0xb0]&6=w;[0xe0][0x81]ll[0xa9][0xaa][0xe3]{[0xeb][0xe][0xf7][0xfd][0xbb][0x1d][0x8d][0xce][0xdc]v][0xa1]B[0x81] [0xad]/k[0x9e]j[0xd9][0xfb][0x1d]2oK7[0x10][0xca][0xe5][0x8e][0xad]:[0x1a][0xe3][0xd3][0xec][0x8][0xdf][0xd6]z[0xd1][0xdd];[0xdc][0x91]M[0x1e]xj([e[0x86][0xd4][0x83]H[0x83][0xec][0xd6][0xb3][0x3][0x96][0x8e][0xc][0xb4][0xc9]O[0xc7][0xde]P[0xbc]-[0xe]<[0xf5]Utk[0xb9][0xb6][0xcf][0x1f]p[0xdb][0xe1]n[0xcb][0xe]/[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0x81]t[0xec][0x9a][0xf4][0x83][0xb2][0x8e][0x91][0xd9][0x16][0xbe][0xcf][aP[0xfa][0xf8][0xed]@I[0xb7]E[0x96][0x8d]vx[0x17]Cnh[0xb3][0xc]i[0xee][0xba][0x9e]v[0xc5]s[0x19][0xce][0x9c][0xa0]A[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xd9]][0x8f][0xe5][0xd4][0x9f][0xf][0xbc][0xce]2,t[0xcb]@M[0xb0][0xe9][0xf8][0xa2]b[0xac][0x9a][0xf2][0xdf][0x8d][0x9d][0x81][0x9a][0x91][0xfa]c[0xe8]CL[0xc3][0xdd][0x18][0x16][0xb0][0xc8][0x90][0xfd]k[0xb8][0xa6];[0x95][0xe4][0x91][0xec]![0x1a][0xcd]:[\r]C[0xa2]l$v[0xd5]8[0xcc]H[0xc6]{[0x1a][0xf2]1[0x14]p_[0x3]M[0xf2][0xe3][0xff]4i[0xd4][0xae][0xc7]%[0xdf]([0xef][0x18][0x15][0x8f]a[0xb9]+rik[0xdd][0x18][0xfa][0xdb][0xee][0xf3][0xdd]U[0x9d][0x9a][0xb7][0xc3]&[0xa4]7[0xc3]t[0x8f][0xb2][0xa2][0x97][0xee]%[0xc3][0xc6]?[0xbf][0x1c][0xca][0xb0][0xe9][0x9][0xd3][0xae][0xa9][0xe][0x1a][0xf8][0xb3]a)[0x10][0xaf]V[0x19]F[0x92][0xc5][0xf6]2[0xe6][0xa5][0x80][0xd9]n[0x92]F[0x96]^[0xf6]^j[0xf6](=[0xf4]A[0x4]d;[0xd1][0xad][0x9f]n:[0xed]4[0x7][0xe8]I[0x1f]"p@[0x87][0x0][0x6]h[\r]+[0xe3]7[0xc][0xd2][0x1a]k[0x0][0x10][0xc7]9[0xc8][0x89]9[0x8f][0x11]BI[0xe7]w[0x84][0xb][0xd1]>[0x9e][0xf9][0x80][0xe0]{[0x8c]LF[0xe8]Efj[0xb8][0xe7][0x10][0xe1][0x8f][0xd0][0x2]x~[0xa0][0x2]J[0xc6][0x1][0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x1b][0xde]Mfy[0x1a][0xc5][0x5][0x15]m[0x1c]c[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]8.[0x91][0xef]e:'[0x14][0x87]D]i[0xa1][0xae][0xb6]P[0xd7][0xe8]kBep=[0xe]Jq[0xa2][0x99][0xe2]"[0xed][0x81]f[0x8a][0xec][0xec][0x14]G[0x1b][0x80][0x96][0x90][0x1e][0xdc][0xc4]-[0xe5]6[0xa9][0xf0]I[0xc][0xab] A[0xaa]c[0xe]Ct[0xba]A;[0xe2][0x11][0xaa]h[0xe]s[0xe1][0xc8]oPK[0x7][0x8][0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/junit/interna" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l/runners/rules/RuleMemberValidator$MemberMustBeStatic.class[0xad]T]O[0x13]Q[0x10]=[0xb7]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xaa][0x6][0xa5][0x1f][0xc0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]n[0xd5][0x8][0x11]CR$[0xb1][0xa4]F[0xdf]n[0xdb]MY[0xdc][0xee][0x9a][0xbb][[0xd0][0xdf][0xe0][0x8b][0xcf][0xfe][0xb]^$j[0xa2][0xd1][0xc4][0x17][0x94]q[0xee]m)PHl[0xaa]/[0xf7]c[0xf6][0xcc][0x99]3[0xb3]3[0xf7][0xd7][0xef][0xcf]_[0x1][0xe4][0xf0]0[0x8a][0x8]RQ[0xf4][0xcb]%[0x8d][0x8c][0x86][0x99][0x8]f[0xa3][0x8]an[0x0]:[0xb2][0x1a]nk[0xb8][0xa3]a[0x9e]![0x9c][0xb7][0x1c][0xcb][0xc0][0x10]L[0xa6]J[0xc][0xa1]U[0xb7]j2[0xc][0x17],[0xc7]|[0xda][0xa8][0x97]M[0xb1][0xc5][0xcb]6YF[0xb]n[0x85][0xdb]%.,yo[0x19]C[0xfe][0xb6][0xe5][0xd1][0xb7][\r]S"7[0x1a][0x9e][0xbf]b[0x16]}[0xee][[0x15][0x86][0xd8][0xba][0xe3][0x98]b[0xd5][0xe6][0x9e]g[0x12]f[0xbd][0xe0][0x8a][0x9a][0xbe][0xd3][0xa0]`[0xba][0xe5][0xf8][0xa6]p[0xb8][0xad][0x8b][0x86][0xc4]x[0xb4][0xdb][0xa6][0xa7]?[0xa3][0xb5][0xc9]T[0xe2][0xb6]U[0xe5][0xbe]+[0xa6]N3[0x1b][0xc][0x91][0xdd][0xe6]wR[0xb0][0x91]<[0xc6]{HW[0xa7][0x1c]l}M[0xf0][0xba][0xb9][0xe7][0x8a]WM[0xe][0xa3][0xb0][0xc3]w[0xb9]ns[0xa7][0xa6]+U-C[0xc3][0xb7]l[0xbd]`y[0xbe]![0xf3][0xf][0xd7][0x15][0x98]![0xd5]5/C[0x94];[0x8e]+[0xc5][0xb9][0xe][0xc3][0xc8][0xa9]8[0xc4]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]B[0xbc]3&[0xc3][0xf8][0xc9][0xc2][0xbe]}}X[0xdc][0x99]n[0x15][0xe4][0xd3][0xf][0x88]g[0xa1]3n>s[0xcc]r[0xa4]P[0xd4]>[0x1a][0xd2]o[0xba]CR[0xfe][0x98][0xd7][0xd6][0xb6]p[0xf7][0xa4][0x1a][0x85][0xec]/Z5[0x87][0xfb][\r]A[0xe2][0xde]u]w[0xa9][0xae]'i][0xea]J[0x95]4,2[0x80][0xc1]H[0xf6][0xd6]c9[0xf5][0xe7][0x3]o[0xb2][0xc]K[0xbd]2P[0x13][0x14][0xdd][0x86][0xa8][0x98]k[0x96][0xfc]w[0x13]g[0xa0][0xe6][0xa4][0xfe][0x18][0x6][0x10][0xd3]p7[0x86]%,3d[0xff][0x1a][0xae][0xe5]N%y,{[0x88]F[0xb3]N[0xc3][0x90]([0x9b][0x9]O[0x8d][0xc3][0x9c]d[0xbc][0xa7][0xc1][0x88]![0x8f][0xfb][0x1a]h[0x92][0x9f][0xfc][0xa7]I[0xa3]v=*[0xf9]fy[0xc7][0xac][0xf8][0xc]+=[0x91]K[[0xfb][0xc6]0[0xd8]q_[0xec][0xad][0xea][0xd4][0xbc]]6![0xbd][0x19][0x96]w[0x98][0x15][0xbd]t/[0x19]6[0xff][0xf9][0xe5]P[0x86][0xa2]/,[0xa7][0xa6]:h[0xe8]d[0xc3]R ^[0xad]2[0x8c]%[0xb][0x9d]e4[0xa4][0x80][0xf9]^[0x92]F[0x96]^[0xf6]~j[0xf6](=[0xf4]A[0x4]d;[0xd1]m[0x90]n:[0xed]4[0x7][0xe8]K[0x1f] [0xb0]O[0x87][0x0][0x86]h[\r]+[0xe3]7[0xc][0xd3][0x1a]k[0x2][0x10][0xc7]9[0xc8][0x89]9[0x8f]1BI[0xe7][0xf7][0x84][0xb][0xd1]>[0x99][0xf9][0x88][0xe0][0x7][0x8c][0xcd]~A[0xe8]Eff[0xb4][0xef][0x0][0xe1]O[0xd0][0x2]x[0xbe][0xaf][0x2]J[0xc6]![0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x9b][0xde]-fy[0x1a][0xc7][0x5][0x15]m[0x12][0x13][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]$.[0x91][0xef]e:'[0x14][0x87]D]i[0xa3][0xae][0xb6]Q[0xd7][0xe8]kBep=[0xe]Jq[0xaa][0x95][0xe2]2[0xed][0x81]V[0x8a][0xec][0xec][0x14][0xc7][0x9b][0x80][0xb6][0x90]>[0xdc][0xc4]-[0xe5]6[0xad][0xf0]I[0x8c][0xaa] A[0xaa]c[0xe]#t[0xba]A;[0xe2][0x11][0xaa]h[0xe][0xb][0xe1][0xc8][0x1f]PK[0x7][0x8][0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xbc][0xad][0x6][0xa5]7[0xd8]"[0x17][0xc1]V[0x12]![0x12]MZI[0x84][0xd4][0xe8][0xdb][0xd0][0x8e]eq[0xbb]Kf[0xb7][0xa0][0xbf][0xc1][0x17][0x9f][0xfd][0x17]<[0xe1]%[0xf1][0x7][0xf8]{[0x8c]&>[0x18][0xcf]lK[0x81]BbS}[0x99]9s[0xf6];[0xe7]|[0xe7][0xcc]9[0xb3][0xdf]~[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x6][0xf][0xa2][0x88] [0x19]E[0xaf]ZRHk[0xc8]D0[0x15]E[0x8][0xd3]}0[0x90][0xd5]0[0xa3][0xe1][0xae][0x86]Y[0x86]p[0xde][0xb4]Mo[0x99]![0x98]H[0x96][0x18]B[0xab]NE0[0xc][0x16]L[<[0xad][0xd7][0xb6][0x84][0xdc][0xe4][[0x16]i[0x86][0xb]N[0x99][%.Mun*C[0xde][0xb6][0xe9]2[0xc][0x15][0x85][0xb7][0xed]T[0x8a]u[0xd7][[0x11][0xf][0x9f][0xd5][0xd5][0xa7][0xd8][0x13][0xdb][0x16]r[0xd5][0xe2][0xae]+[0x8][0xf2][0xb8][0xe0][0xc8][0xaa][0xb1]S[0xa7]X[0x86]i{B[0xda][0xdc]2d]a\[0xda]-[0xe1][0x1a][0xca][0xae](T[0xc8][0x12][0xb7][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf7][0x1c]9q[0xc6]q[0x8e]![0xb2][0xd7][0xf8]LA[0x8a][0x89][0x13]n[0x8f][0xbc][0xd5]([0x3][0xcb]X[0x93][0xbc]&[0xf6][0x1d][0xf9][0xba][0xe1]2W[0xd8][0xe1]{[0xdc][0xb0][0xb8]]5|RME[0xdd]3-[0xa3]`[0xba]^Ne[0x1f][0xae][0xf9]`[0x86]d[0xc7]~[0x19][0xa2][0xdc][0xb6][0x1d][0x8f]{[0xa6]cS)[0xce][0xc4]![0xaf]BJGR[0x11][0xe2][0xed]1[0x19]FO[0x97][0xf5][0xed][0xee]Qi3[0x9d]2[0xc8][0xa7][0x96][0xc9][0xcf]|{[0xdc]|[0xfa][0x84][0xe6][0x98][0xa1][0xf1][0xb0]%[0xe6][0x94][0xdd]d[0x1b][0xa5][0xfc][0x9][0xab][0xcd]m[0xe9][0xec]+6>[0xb2]w[0xc3][0xac][0xda][0xdc][0xab]K"[0xf7][0xae][0xe3][0xba]+v]Q[0xeb][0x90]W[0xb2][0xa4]a[0x9e][0x1][0xc][0xb9]Dw-6[0xe3][0xdf]|[0xe0]M[0x96]a[0xb1][[0xf][0xd4][0x4][0x1b]N][0x96][0xc5][0x9a][0xa9][0xee]n[0xec][0x1c][0xd4][0xb4][0xe2][0x1f]C[0x1f]b[0x1a][0x16]b[0xb8][0x87]E[0x86][0xec]_[0xc3]5[0xcd][0xa9]$[0x8f]T[0xf][0x11][0xc5][0x1a][0xcd][0x82].[0x5][0xdd][0x83][0xad]s[7k[0xbb][0x96][0xa8][0x9][0xbb]Q7[0xdd]y[0xa5]7FF1[0xd0][0x1d][0xa9]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]S[0xf2][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xa4][0xe1]~[0xc]9[0xe4][0x19][0xd6][0xfe][0xcf]8RO[0x1f][0xdf][0xcb][0xfa][0xd6][0x8e]({[0xc]+][0xf9]V[0xba][0xd6][0x89][0xa1][0xbf][0xed][0xbc][0xd0][0xdd][0xd5]0[0xcc]uc[0xc8][0xd0][0xc7][0xcb]e[0xe1][0xba][0x13]3[0xb3]Y[0xea][0x8c]L[0xe7][0xf]M[0xf2]%[0xc3][0xfa]?[0xbf]K[0xbe]b[0xc3][0x93][0xa6]][0xf5][0xfb]s[0xe0][0xf4]8[0xd0]s[0xcd]+[0x15][0x86][0x91]D[0xa1][0xbd][0xfe]D[0x0]Yz[0xfe]{i&[0xa2][0xf4]7[0x8]"[0xa0][0xba][0x8e]N[0xfd]t2h[0xa7]qAO[0xea][0x10][0x81][0x3][0x12][0x2][0x18][0xa0]5[0xec]+[0xbf]c[0x90][0xd6]X[0x3][0x80]8.@[\r][0xd6]E[0x8c][0x10]J[0x19][0xbf]'\[0x88][0xf6][0xf1][0xf4]G[0x4]?`d[0xea][0xb]B/[0xd2][0x99][0xe1][0x9e]C[0x84]?A[0xb][0xe0][0xf9][0x81][0x1f]Py[0x1c][0xa0][0x1d][0xf8][0x1][\r]?q[0x19][0xbf]|[0xcf][0xa9][0x86]u[0xd3][0xb3][0x92]Fq[0xc9][0x8f]6[0x8e]1B[0x5]|i[0x1c]W[0xc8][0xf6]*[0xc9][0xba][0xef]C[0xa1][0xae][0xb5]P[0xd7][[0xa8][0x1b][0xf4]U[0xf7]3[0xb8][0x19][0x7][0xa5]8[0xd1]Lq[0x89][0xf6]@3Ev~[0x8a][0xa3][\r]@[0x8b]H[0xf]n[0xe3][0x8e]o6[0xe9][0xe3][0x13][0x18][0xf6][0x83][0x4][0xa9][0x8e])[0xc][0x91]t[0x8b]v[0xc4]#P[0xbf][0xd3][0xb9]p[0xe4][0xf]PK[0x7][0x8][0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeATestRule.class[0xad]UmO[0x13]A[0x10]~[0xb6]-[0xbd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14][0x4]|[0xab][0xa6]J[0xdf][0xe0]Z[0x5][0x4][I[0x80]H[0xa2]i%[0x11]R[0xa3][0xdf][0x96]v-[0x87][0xd7];[0xb2]w[0x7][0xfa][0x1b][0xfc][0xe2]g[0xff][0x5][0x9f][0xf0]%[0xf1][0x7][0xf8][0xa3][0x8c][0xb3][0xd7]R[0xa0][0x92][0xd8]T[0xbf][0xdc][0xcc][0xce]=[0xf3][0xcc][0xec][0xec][0xcc][0xee][0xcf]_[0xdf]~[0x0]([0xe0]I[0x14][0x11][0xa4][0xa3][0x18]T[0x9f][0xc][0xb2][0x1a]r[0x11][0xcc]E[0x11][0xc2][0xfc][0x10]t[0xe4]5[0x14]4<[0xd0][0xf0][0x90]!\2,[0xc3]]e[0x8][0xa6][0xd2]U[0x86][0xd0][0x86]][0x17][0xc][0xa3]e[0xc3][0x12]/[0xbc][0xe6][0xae][0x90];|[0xd7]$[0xcb]x[0xd9][0xae]q[0xb3][0xca][0xa5][0xa1][0xd6]mc[0xc8][0xdd]3[0x1c][0x86][0x89][0x8a]p[0xf7][0xec]z[0xc5]s[0xdc]u[0xb1][0xb6]#[0x1c][0xf7][0xa5][0xa7]~[0xc7][0x9e]Y[0x96][0x90][0x1b]&w[0x1c]A[0xb0]r[0xd9][0x96][\r]}[0xdf][0xa3]x[0xba]a[0xb9]BZ[0xdc][0xd4][0xa5][0xa7]0[0xe]IS8[0xba][0xf2][0xab][0x8][0x15][0xb6][0xca]M[0xa3][0xce]][&/%/2D[0xe][[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TI[0x9d][0xa3]>el[0xd2]NL}S[0xf2][0xa6]8[0xb2][0xe5][0xbb][0x16]m[0xb1][0xbc][0xcf][0xf][0xb9]nr[0xab][0xa1][0xfb][0x89][0xb5][\r][0x9e]k[0x98]z[0xd9]p[0xdc][0xa2][0xaa]B[0xb8][0xe9][0x83][0x19][0xd2]=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb]#[0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI[0x85][0x88]w[0xc7]d[0x98][0xbc]X[0xde][0xf][0x7][0xa7]%[0xce][0xf5][0x9a]A)[0xb3]J<[0x8b][0xdd]qK[0xd9]s[0x96][0xb3][0xc][0xf5][0xb5][0x8e]ZT~[0xb3]])[0x95][0xce]y[0xed][0xec]I[0xfb]He[0xe3]#[0x7][0xb7][0x8d][0x86][0xc5]]ORr[0x1f]{[0xae][0xbb][0xca][0xae][0xaf][0xd4]z[0xcc]+][0xd5][0xb0][0xc8][0x0][0x86]b[0xaa][0xbf]6+[0xf8]'[0x1f]x[0x9f]gX[0xee][0x97][0x81][0x9a]`[0xdb][0xf6]dMl[0x1a][0xea][0xec][0xa6].A[0xcd][0xab][0xfc]c[0x18]BL[0xc3]R[0xc][0x8f][0xb0][0xcc][0x90][0xff]k[0xb8][0xb6];[0x95][0xe4][0xa9][0xea]![0x86]L[0x93][0xe6]!![0x5][0x9d][0x83][0x95][0xe0]V[0xc2]h[0x1e][0x98][0xa2])[0xac]V[0xdd][0x12][0xf6][0xdb][0xc4][0xe9][0xa4][0xcc][0xab]`+[0x1a][0x1e][0xc7]PD[0x89][0xe1][0xf9][0xff][0x1b]B[0xea][0xe4][0xb3][0xd3][0xd8][0xda][0xdd][0x17]5[0x97]a[0xbd]/~e[0xeb][0xac][0x18][0x86][0xbb][0xd6]K[0xfd][0x1d][0x8][0xc3]B?[0x8e][0xc]C[0xbc]V[0x13][0x8e][0x93],,[0xe4][0xa9][0x1f]r[0xbd]_/[0xe9]7[0xc][[0xff]|[0x1b][0xf9][0x86]mW[0x1a]V[0xc3][0xef][0xca][0x91][0x8b]C@[0x97]5[0xaf][0xd7][0xe9][0xde]M[0x95][0xbb][0xeb]O[0x9] O[0x97][0xff] MB[0x94][0xde][0x82] [0x2][0xaa][0xd7]h5L+[0x9d]$[\r][0x9][0x6]2'[0x8][0x1c][0x93][0x12][0xc0][0x8]}[0xc3][0xf0]'[0x7][0xa3][0xa4][0xc7]Z[0x0][0xc4]q[0x5][0xca]x[0x15][0x13][0x84]R[0xce][0x9f][0x8][0x17]"9[0x93][0xfd][0x82][0xe0]gL[0xcc]}G[0xe8]u67>p[0x82][0xf0]Wh[0x1][0xbc]:[0xf6][0x3]*[0xc6][0x11][0x92]`Ah,[0x84]i[0xa6][0xf9][0xcc][0x99][0x96]w[0x9b]Yi[0x93][0xb8][0xe6]G[0x9b][0xc1][0x14][0xa6])[0x8a][0xd2]fp[0x9d]|o[0x90][0x9e]P[0x1c]>[0xea]f[0x7]u[0xab][0x83][0xba]M[0x13][0xfe][0xe][0xee][0xc4]A[L[0xb6][0xb7][0xb8]B2[0xd0][0xde]"[0xbb]|[0x8b][0x93]-@'[0x91][0x1][0xdc][0xc3]}[0xdf]m[0xd6][0xc7][0xa7]0[0xee][0x7][0x9]R[0x1d]3[0x18]#[0xed].I[0xc4]#P[0x8f][0xe9]B8[0xf2][0x1b]PK[0x7][0x8][0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.class[0x9d]Q[0xdd]J[0xc3]0[0x18][0xfd]2g[[0xeb][0xa6]^[0xfa][0x0]^[0xf8][0x3][0x6][0xc1][0xbb][0x96][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xa1]Cp[0xb2][0xfb][0xaf][0xdb]GMM[0x13]H[0xd2][0xed]!|#/|[0x0][0x1f]JL7[0xe9][0xc6][0xf4]B[0xc][0x84]|[0xe7]$[0xe7]|'[0xc9][0xc7][0xe7][0xdb];[0x0]\[0xc1]a[0x8]q[0x8]}[0x6][0xd1][0x1c][0xa5][0x98][0xa1]#[0x6][0xa3][0xd3]L[0x9b][0x82][0x97][0xb5][0x12][0x8e][0x9b]Z)2[0x96]WzF[0x92][0xf][\r]V[0xb4][0xd0][0xe6]eDUN&[0xc9]J[0x9c]#[0x97][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~'[0xd1][0xda]o[0xa2]vB[0xf2]LX[0x97][0x9c]M[0x18][0xec][0x8d]E[0xa1][0xd0][0xd5][0xc6]{[0xbf][0xfe][0xd9];=[0x1f][0xfc][0xb0]O/6[0x18]TJ;tB+~[0xd3][0x96][0xc9]`;B[0xba]!yz6z[0x81][0xb9]$[0xac]I[0x16][0x8f]um[0xa6]4[0x14][0xd2]G;~[0xac]%[0xad]zOVo[0xa1][0xcd]e[0xa3][\r][0xe1][0x80][0xc1][0xed]:[0xb6]P[0x8e][0x8c]B[0xd9][0xe6]7^h[0xf9]/[0xf2][0x93][0x86]k[0x11][0x83][0xfe][0x16][0xee][0xdd]7[0x6][0xcb][0xab][0x91]ep[0xb4]N[0xfa][0x90][0x97]4u[0xc][0xae][0xff][0xd3]6[0x0]`[0xd0][0x81]f[0xb0].[0x83][0x1d][0xe8]z[0xbc][0xeb]Q[0x7][0x2]?[0xc3]e[0x15]A[0xcf][0xaf][0xb1][0xdf][0xf1]?[0x4][0xfb]A[0xf4][0x5]PK[0x7][0x8][0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator.class[0xad]X[0xf9]C[0x14][0xf7][0x15][0xff][0xc],[0xc][0xce][0x8e]H[0x0][0xad]x[0x15][0x95]$[0xec][0xa2].[0xa8][0xd0]([0x14][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc9][0x2][0x6][0x8][0xad][0xe6][0xb0][0xc3]2[0x81]1[0xc3]n23[0xeb][0xd1][0xa6]G[0xd2][0xf4][0xb2][0x89][0xb9][0xf]s[0x9a][0x93][0xa4][0xb5][0xad][0xd6][0x88][0x18]r[0xf5]H[0x8f][0xf4][0xce]?[0xd0][0x1f][0xfa]S[0xff][0x89][0xa6][0xef]}gvw[0xd8]]Z[0xdc][0xcd][0xf][0xcc]{[0xf3][0xbe][0xdf][0xf7]y[0xe7][0xf7];o[0xf9][0xe4]?[0xef]~[0x0][0xa0][\r][0x9f]*h[0xc7][0xb7][0xf9][0xf1][0x1d]~[0xdc][0xaf][0xa0][0x3][0xf]([0xa8][0xc7]w[0x97][0xd1][0xeb][0x83][0xcc]}[0x8f][0xb9][0xef]3[0xf7][0x3][0xe6]~[0xa8][0xe0]G8[0xc5][0x8f][0x1f][0x7][0xf1][0x10][0x1e][0xe][0xe2]4[0x1e][0xe1][0xc7][0xa3]2[0x1e]c[0x8c][0xc7]e<[0x11]D-[0x9e][0x94][0xf1][0x94][0x8c][0xa7]Y[0xf1][0x19][0x19][0xcf][0xca]8[0xa3][0xa0][0x6][0xcf])x[0x1e]/[0xc8]x[0x91][0xb7][0xbe]$[0xe3]e[0x5][0xeb]q[0x96]7[0xbd]"[0xe3]U[0x5][0x8d]8+[0xe3]5[0x5][0x9b][0x98][0xbe][0xae][0xa0][0xc9]]|[0x83]M[0xbf][0xc9]:32[0xde]R[0x10][0xe2][0xe5][0xb7][0x15][0xb4][0xe0],[0xaf][0xfc][0x84][0xf7][0xfc]T[0xc6]9[0x5][0x11]W[0xf2]3[0x19]?W[0xb0][0xdd]}[0xf9][0x85][0x8c][0xf3]2.[0xc8][0xf8][0xa5][0x4]HP[0xfb][0x13][0x9][0xdd][0xda]gj[0xb6][0xad][0xdb][0x12][0xea][0xfb][0xc][0xdd][0x9c][0x18]H[0xd9][0xce]^=:[0xaa][0xdb][0xce]p[0xca][0xd4]%[0xac][0x1c][0xd0][0x9d][0xa9]d[0xbe][0xfc][0x9a][0x5]rWV[0xe3][0x87]pE[0xb5][0x3][0xfa][0xf4][0xb8]n[0xb9][0xb2][0x83][0xa9]q[0xd3][0x88]KX[0xd3][0xa3][0xc7]M[0xcd]2[0x12][0x93][0xc2][0xfa][0xc2][0xc5][0x5][0x1a]#[0x8e][0xe6][0xb0][0xb0][0xc9]/[0x1c]L&\[0xf9][0x90][0x15]5[0xed][0xa4][0xc0]p[0xad]-g2[0xa6][0x99][0xc6][0x84][0xe6]$-[0x9][0xf2][0xde][0x94]aN[0xe8][0xc4][0xd5][0xef][0x8b]EGF[0x8e][0xc][0xdf][0x1a][0xeb]=2[0x16][0x8d][0xf5][0xf7]DG[0x87][0x86]%t[0xc4][0x92][0xd6]d[0xe4]h*a8[0x11]#[0xe1][0xe8]VB3#V[0x8a][0x13]c[0x13]5u;[0xc2][0x90][0xae][0xf5][0xc]p[0xa7][0x84][0xea]\[0xa4][0xb5]>[0x3][0x3][0xbd][0xa3][0x7][0x86]z[0xfc][0xab]+[0x17][0x91]+Z"[0x91][0xe4]X[0x92][0x9]Ji[0xec][0xa8]vL[0x8b][0x98]Zb2"[0x82]";[0xcb]F[0x8c][0xc9][0x84][0xe6][0xa4],[0x8a][0xae]=w[0xbd][0xab][0xc5]'[0xc9]"E[0xa2][0x19][0xb6][0xb3][0x9b]0[0xe4]iQ*[0xaa][0xb1]tXB[0xdd][0xb1]t[0x18]#[0x8e][0xa5]9[0xfa][0xa4][0xc1][0xd5][0xaf]q[0x91]R[0x8e]aFb[0x86][0xed][0x90][0xda]X[0x8e][0xa8][0xab][0xa8]\5-([0x89][0xf0][0xa7][0xb2][0xcb] [0x8c]n[0x9][0xd1][0xe6][0xe2] [0xbd][0xaa]v[0x86][0xc6]$[0x4][0xf6]%'(7+bFB[0x1f]L[0xf1][0xbe]Qm\t^,[0x19][0xd7][0xcc]1j3~[0xf7][0x84][0x1]g[0xca][0xa0]h[0xe5][0xf1]t_t[0x97][0xe6][0x81][0x84]*/[0x9d][0x4][0xde][0xe1][0xf]'[0x8d]1M[0xee][0x99][0x11]>7nIs[0xf3],b[0xd0][0xb5][0xf8][0x94][0x84][0xd0][0xa2][0xea]}[0x96]6[0xad][0x1f]OZw[0xbb]~[0x90][0xd9]2[0xa3][0x89][0x9a][0xda][0x7][0xd6]O[0xbe]{[0xbd]Y[0xe9]h[0xd6][0xa4][0xee]H[0xd8][0xbc][0x4]h[0xbb]nYI[0xcb][0x16]}[0xc2][0xe8][0xc4][0xad]Z[0x98][0xbb][0x93][0xf7][0xa4][0xf3][0xb7]e[0xa9].v[0x85][0xb9][0xd2][0xd7][0xe7][0xb5]P[0xb6]_G[0xa7][0xac][0xe4]qF[0x15]=[0xb1]'wg[0xcb][0xd5]Xb[0x84][0x81]"[0xb2][0xbf][0x98]?\[0x94][0xea]ta]3[0x12][0xba][0x16]7[0x90][[0x9f]BE[0xae][0xb2][0xdd][0xe3]vRB[0xcf][0xe7]q[0x92][0xa8]p[0xd3][0x9e]gcK[0xf6][0x8c][0x93]u[0x15]9h[0x88][0xa7][0xef][0xd6][0x8c][0xdd][0xcc][0x8d]zcs[0xa8][0xd4][0xb3][0xb3][0xda][0xf1]>'[0xf9][0xe8][0x8a]![0xcc]r[0xeb]Q[0xd7]-=[0xf3]![0xba][0xe1]"W[0x95][0xe][0xd6] k[0xd9]/[0x9b]j[0xd8][0xee][0xb7][0xcd]}[\r]j[0xf1][0xb8]n[0xdb]Mm[0xdb][[[0xe9][0xdc][0x9d]h[0xf5][0x89]v[0xb4][0xfa][0xdf]v[0xf2][UW[0xdc][0xf4][0xae][0xb7][0xf2]f[0xce][0xa1]2[0x92]LYq[0xbd][0xcf]`[0xb0][0xd5][0x5][0x12][0xb2][0x8d][0xf3][0xaf]"[0x5][[0x85][0xc5][0x8f]c[0xfc][0x18][0xc6]}*.[0xe2][0x1d][0x15][0xfd][0xb8]I[0xc5]%[0xcc][0xaa][0x18][0xc0][0xa0][0x8a][0xcb][0x98]S1[0x84][0x83]2[0xae][0xa8]x[0x17][0xf3]*[0xde][0xc3][0xbc][0x8c][0xf7]U|[0x80][0xf]e|[0xa4][0xe2]W[0xf8][0xb5][0x8a][0xdf][0xe0][0xb7]t[0xfe][0x96][0x98][0x7][0x15][0x6][0x8e]J[0xd8][z[[0xaa]8[0x8c][0x8f][0xe9][0xac][0x94][0xd2][0x19][0xf4][0x8d][0xca][0xaa]g[0xbe][0xee][0x9c][0x92][0xdf][0xd1][0xb1][0xcc].[0xb9][0xf5]Y[0xed][0x8f][0x91][0x91][0xd3][0x95]T[0xf1]{[0xfc]A[0xc6][0x1f]U|[0x82]?[0xd1][0xd0][0x91][0xbb]/[d[0x15]I[0xdc]#a[0xa8]([0xa7][0x17][0x9f]e[0xd8][0xe3]?[0xab][0xf8][0xb][0xfe]*aQ[0xd8][0x85]F[0xa1][0xd2][0x91][0xd2][0x93]VQH[0x85][0xc6]D[0x15][0xc3][0xdf]U[0xf4][0xa0]W[0xc5][0xbd][0x9c][0xca]C%;[0xb9][0xf8][0x90][0xd7][[0xb2][0xdb][0xae][0xcb]}[0xec][0xed]?[0xd8][0xdb][0x9b][0x8a][0xf4][0xb6][0xc0]`[0xac]b?z%[0xf4][0x95][0x8e][0xe8][0xa2][0x1d]`[0xb4][0x9d][0xc5][0xa0][0xd1]L[0x97][0xbd][0xd8][0x87][0xc6][0x8f][0xea]q[0x9a][0x8]:[0x8a][0xf2][0xab][0x8d][0x7]U[0xf7][0x92][0xbb][0x81]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb8][J[0x9d][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0xba]i[0x3][0xbb][0xd8]@[0xc9][0x83][0xe1]a[0xdf][0xb5][0xdc][0xca][0x88][0x7]?[0x1f][0x97][0xfd][0xf3][0xf1][0xc6][0xff];n[0xd0]EFs[0x98]7[0x8d][0xeb][0x13][0x3][0xe9]1|ss^[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0xd7][0xfa]uE[0xfb][0x92]j[0xf5][0xc2]m[0xf4][0xbd]1[0xbc][0xc1][0x8f][0xa6][0xb6][0xe6]P[0xe1][0x81][0xb0]6_J[0xd3][0xde][0x94]f[0xf][0xea]'[0x1c][0xf1][0x9d][0xa2]|[0x5][0x12][0xe2][0xa5][0xbe][0xd9]_[0x1d][0xb7]o[0xfe][0xf7]tUx[0xf8][0xf1][0xc5]Vh[0x1a][0x8a][0xe5][0xa7][0xa0][0xb8][0x2][0xb5][0x9]8[0x99]r[0xe5][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u[0xcd][0x85][0xba]kE[0x8e][0x88][0xe][0x87]aGm[0x9b]\[0xd1][0xb8][0xd3]g%[0xa7]9[0xf4][0xfc][0xb2]Pb:[0x8b]l[0x1d][0xd7][0xb3][0xe5][0xc7][\r]g[0xca]w([0x1f],[0x12]m[0xe1][0xf0]W[0xf2][0xe8]U!~[0x1]I[0xb8][0xa1][0xc8])[0x8e]O[0xec]]I[0xcb]kilD;:[0x0][0xc8]h[0xe0][0xaf][0x0]q[\r]|[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xdf][0xa3][0x7][0x4][0xad][0xe5]y[0x6][0x12]n&[0xbe][0xc]1z[0xa7][0xa9]F[0xc8]i[0xa6][0xc9][0xc8]o[0x81]Jt[0x18]#$[0x19]%N#Y[0x19][0xd1][0xf5][0xe1][0xcb][0x8][0x84][[0xe6]Pq[0x9][0x95]L[0xe5]K[0xa8]b[0xba][0xec][0x12][0x94][0xb]B[0xf5]Vz[0xae]B[0x5]=oF[0x80][0xc][0xf0][0xd8]TO&[0xd6][0x91][0x81]1[0xb1]&[0x80][0xf0][0x15][0xe1][0xe]s_[0xc5]!2#[0xd1][0xe4]r[0x1b][0xad][0xb1][0xb9]OQ[0x8e]J[0xa2]=[0xe1]wPu[0x6][0xd5]-D+g[0x11][0x9c]A[0xd0]c[0xd5][0xc1][0xad]W[0xb0]\[0xc2][0xee]@C[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%[0x9c]A[0x3]s+$|[0x84][0x9a][0xdd][0x15][0xe1][0x86][0x8a]-[0x97]q[0xcd][0xcc]g[0xff]b[0xaf][0xca][0x85]W[0xb5][0xe4][0xf][0xc8][0xd6]Z[0xdc][0x8e]][0xb8][0x3][0xfb]pDx[0xd4]M[0xb6]vQ[0xea]n'Y[0x5]6[0xa3][0x11]w[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xed][0xc9]x[0xd9][0x83][0xaf]Q[0x12]$[0xc1][0x8d]S[0xa2][0xca][0x8]%[0x84]8q[0xe5][0x98] i#Q[0x17]C[0x17][0xb1][0xf3][0xae][0xbb]2[0xbb]&i[0xd5]M[0xec][0x14][0xfd][0xd1][0xac][0xe7][0xc5][0xf9][0x6]Y[0xe1][0xdd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0x11][0xf1]pX"[0x9a][\r][[0xbd]`j9D[0x11][0xf5][0x96]+[0xa8][0xb]`[0xe6][0xb3]fC[0xaa]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xb5][0x81][0x8c]l#[0xd3][0x1c][0xce]N[0x82][0xdc][0x80][0xe5][0xb8][0x1b]&[0xc1][0xf3][0xff][0xae]8[0x1c][0xde][0x17][0xc9][0x84][0x13][0xc1]4[0x5]+[0x9][0xce][\r]g"S[0x1a]^[0xd3]3k[0x1c][0x84][0xeb]z[0x82][0xb0]hN[0xf3]:[0xa2]I$[0x8]P[0xe7]Q[0xa8][0xe]+[0xa5][0xcb]Xu[0x1e][0xfc]-[0xf6][0xab]R[0xe8]O[0x91][0xc6][0xbd][0x8b]i|[0xa1][0x90][0x86]I[0x1a]4[0x83]{[0xe9]9([0xda][0x2][0xa8][0xf][0xcf][0xa1][0xfc]9(D[0xa4]3[0x90][0x3]3[0x8][0x94][0x9f][0xcb][0xe4][0xc0][0xd5]<%bW[0xdd][0xfd]":[0x88][0x98][0xb2][0x12]][0xb4]$G[0xe2][0x90][0x95]T[0xc6][0xca]~[0xa2][0xbc]'X[0x87][0xd5][0xe1]Y4[0xcc]bM.[0xf8]i[0x1f]x0[0xf]<[0x98][0x7]~[0xac][0x10][0xf8][0xda]E[0xc0][0x1f][0xbf][0x1a][0xf0][0x9a]*[0x1c]'p7[0xa3][0x11]/?[0x15][0x9c][0x9f]s[0x99][0xd3][0xe7][0xc2][0xae][0xf3][0xc1]V[0xe0][0x4][0xc3][0x92][0xf2][0xc9][0x82][0xca]eKS[0xfe]zAei[0x9][0xca][0xa8][0xc2]7p[0x9f][0xa7][0xfc]o[0xaf][0x11]>[0x9e][0xc3][0xba]y[0xac]?D[0x8d][0xb0]a[0x16]_[0x9c]G#[0xb3][0x1b][0x5][0xbb][0x89][0xd9][0xcd][0x82]mb[0xf6]Zbgq[0xdd]E\?[0x87][0xe6]y[0x84]X[0x16][0xce][0xdd][0xd9][0xc2][0xec][0x96][0xf4][0xce][0xad][0x4]?[0x8b]mK[0xb0][0x10]a[0xb6]5[0xad][0xd7]F[0x16][0x84]^a#[0xdb][0x99][0xdd][0x91][0xde][0xbc][0xf3]B[0xa6][0x83][0xdd][0xeb][0xa5][0x91]n[0xe2]0[0x9d][0xb7][0x1d]x[0x6]{(-[0xdf][0x14][0xc9][0xf9][0x16]][0xe][0xa0][0xb].[0x88]/[0xd1]:[0xe7][0xb2][0x89][0xe8]n[0xac][0xa1]L[0xb6][0xa3][0x93][0xe8]v[0xa2]]D[[0x88]~[0x99][0xe8]&[0xa2][0xdd]D[0xd7][0x13][0xdd]C[0x94]qo$[0x1a]"[0x1a]%ZKtoe[0x15]uv;]d[0xca][0x1]PK[0x7][0x8][0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/rules/ValidationError.class[0x9d]S]o[0x12]A[0x14]=S([V*[0x94][0xb6][0xf8]m[0xb7]*[0xf2][0xd9]nk[0xe2][0x83][0x81]4[0x9a][0xa6]}[0xc2][0xf6]a[0x1b][0x12][0xe2][0xd3]@[0x7]:[0xb8][0xec][0x92][0xd9][0xdd]Z[0xff][0x81][0xc7][0x97]jL[0xf4][0x7][0xf8][0xa3][0x8c]w[0xa1][0x2][0x2][0xf][0xe8]n[0xb2]s[0xef][0xcd][0x9c]s[0xef][0x99]3[0xfb][0xf3][0xd7][0xb7][0x1f][0x0][0xf6][0xb1][0xbf][0x82]G[0x1a][0x1e][0xeb][0xd8][0x82][0xa1]c[0x1b]Ot<[0xc5]3[0x1d]+[0xc8]jx[0xae]![0xc7][0x10][0xab]JG[0xfa][0x7][0xc][0xa7][0xf9][0x9a][0xab]:f7[0xa0][0xd4]T[0x81][0xe3][0x8][0xe5][0x99]=[0xf7]\[0xd8][0xe6][0xb1][0xe2]=[0xf1][0xc1]U[0xef][0xdf][0x8a]^S[0xa8]J[0xad][0xcb]/[0xb9]is[0xa7]c[0x1e][0xda][0xdc][0xf3]&[0xb][0x96][0xaf][0xa4][0xd3][0xa9][0x14][0xea][0xc][0xd1]CB3$k[0xd2][0x11]'A[0x88]<[0xe3]M[0x9b]*[0xe9][0x9a][0xdb][0xe2]v[0x9d]+[0x19][0xe6]7[0xc5][0xa8]!=[0x86][0x17][0x13]SH[0xc7][0x17][0xca][0xe1][0xf6]h[0x1c][0x15][0xd8][0xc2]3[0xeb][0xdc][0x96][0xe7][0xdc][0x97][0xae]s[0xa4][0x94][0xab]*$[0xa2]7[0x18][0x8c][0xa1][0xb0][0xb0][0x6][0x6][0x9d];[0x8e][0xeb][0xf]x[0x18][0xd6]f4[0x11][0xab][0x17][0xb4][0xdb][0xf2]*[0x9c]wF[0x1f]C[0xe6]o[0x11][0x1f][0xfb][0x84][0x94][0x17][0x9d][0xa1]Z< [0x9e][0x97][0xd3][0x9d][0xab][0xa5][0x89][0xca]xF[0xf3][0xcd]([0xac][0x84][0xb8][0xb8]%;[0xe][0xf7][0x3]E-/[0x17][0xf6].[0xec][0xf9]_[\r][0xe7][[0xac][n[0xa0]Z[0xe2]X[0x86][0xc2]7[0xa6][0x8c][0xd9][\r]![0xe4][0xff][0xd9][0x85]0^g=#[0x97][0xf5]rF[0x96][0x8c][0xde]8t,[0xe1][0x16]e[0x9f][0x10]C[0x94]V[0xa3][0x98]f[0xb1][0xef]XjD[0xca][0xd7][0x88]X[0x8d]h[0xe9][0x1a]Q[0xab][0xb1][0xbc]c}[0xc5][0xf2][0x17][0xc4]>[0xd3][0x9e][0x8][0x12][0xf4][\r][0x91] [0x86]-[0x8a]V)*[0xe][0xf1][0xb8][0x8d][0xe4][0x80][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xd4]#[0x8c][0xd2]X[0x1f][0xec]6[0xb0][0x81]M[0xc2]g([0xce][0xdc]TR[0xb8]3[0xda]u[0x97]j[0xf7](^[0xc2]}[0xaa]=[0x18]D[0xf][0x3]PK[0x7][0x8][0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/internal/runners/statements/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/ExpectException.class[0x9d]U[o[0x1b]E[0x14][0xfe][0xc6]6Y{[0xbb][0x8d]c[0xe7]V([0xb4][0xee][0x5][0xea]8N[0xdc][0xd2][0x1b]4[0xc6][0xd0][0x86][0xa4][0xd0]:N[0xc1]ih[0x10]/[0x1b]g[0xe4]nX[0xef]Z{i[0x83][0x4][0xfc][0xf][0xf8][0x3][0xd5][0xa9][0xba][0xd5]t[0xcc] [0xf4][0xa4][0xc0][0xdc]I}y~[0x0][0xd9]x[0xea][0xb9][0xcf][0xcd]m[.Uh7V[0xb6][0x18][0xb7]"p;[0xff][0x1f][0xd2][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xb7]I[0x1a][0xcb][0xdc]%[0x90][0xae]Z[0x8e][0xac][0x85][0xad]m[0xe9]m([0xf7][0x2][0xd9][0xaa][0xdb]0[0xed]M[0xd3][0xb3][0x94]|[0x4]&[0x82][0xa7][0x96][0xcf]p[0x3][0xd1],'[0x90][0x9e]c[0xda][0xfd][0xb0]~/[0xa0]_Z[0x89]X[0xaf][0xec]5d;[0xb0]\[0x87][0x19][0xcf][0xbc][0xee][0xf5][0x87]v[0xcf][0xf3][0xfa][0x9b]0[0xf8][0xc7][0xd2](fI[0xf9][0xcc][0xb4]C[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]\][0x1d][0x95][0xf9]][0xdf][0xf][Q[0x86][0x9b][0x96]k[0xd3]bg0e[0xad]%}[0xdf]lF%9[0x8e]V[0xf]<[0xcb]iR==2[0x5][0x86]o[0xb8][0xad][0xb6]-Ux[0xf1][0xad][0x80][0xde]w[0xc9][0xfa][0xe9]u7[0xf4][0x1a]r[0xd5]R[0xcc][0xa7]NTiQ[0xf9]3p[0xe]y[0x3]g[0xf0][0xb6][0x81]wp[0xd6][0xc0][0x15][0xe4][0x5][0x16][0xff]_[0xf2][0x2][0x93]#r[0xd3][0xf0][0xd0]@[0x15]k[0x1a]j[0x6][0xd6][0xf1]H`[0xf6]$[0xad]{[0xa1]e[0xef]HO[0xe0][0xfc]c[0xa7][0xd7][0xb9]9[0xd9]s[[0xcc][0xf5][0xb0][0xb2][0x81][0xaf][0xf0][0xb5][0x81]:6H[0xaa][0x92][0xdb][0xe][0x83][0xdc]s[0xd3]/[0x93]r[0xc5][0xc0]c[0x85][0xe]d[0xd0][0xcf]K[0x91][0xe3]y[0x9c]9V[0x91][0x84][0xf4][0x94]j[0xc5][0xf3]\[0xaf]_[0x93][0xc1][0xa8]wr[0xca][0xec][0x1b][0x81][0x9b]o[0xd4]{[0x2][0x17][0xfe][0xb5][0xbf][0x4]&[0x8e]SZ[0xdf][0xde][0xa5]=[0xcf][0xb1])[0x83][0xa8][0xd9][0xc8]%?t9y[0xd0][0xe9][0x13][0x10][0xbd]X>[0x9][0xa9]+[0xcd]r[0xaf]zn[0x8b][0x84][0xf2][0xc3][0xb7][0x8f]]1f[0xb6][0xdb][0xd2][0xe1][0xab][0xb0][0x90][0x1f][0xee][0xad][0xb9]![0xe8][0xe8]\TS2[0xab][0x9a][0xd9]R[0xed][0x93][0x1f][0xde][0xa7][0xda]/p[0xbb]k[0x81][0xc2][0x8][0xdf]#[0x9b]V][0x92][0xe9][0xc1][0xcd][0xdd][0x1a][0x10][0xc7][0x5]>[0xa1][0xb3]|Wc[0xc8][0xaa][0xa6][0xe4]*[0xab][0xfa][0x12][0x2][0xef]F[0xe8]{[0xfc][0x4][0xcf][0xe7]<[0xe7][0x1c][0x91][0xef]9[0xc7]9[0xa7][0xb][0xfb][0x10][0x85][0xf9][0x97][0x88][0x15][0x8a]/[0x11]A(Ng[0xca]<[0xc1]Q[0xe7]x[0x8a][0xf][0xad][0x81]q[0x9c][0xc6]E"[0xb9][0xae][0x19].[0xe1]2[0x10][0xad]T8[0x11][0xad]T[0xc0][0x18][0xde][0xe7][0xda][0xe8]#*p7[0x85][0xf][0x88][0xf1][0x96]t[0x13][0x10][0x13][0xf4][0xac]"[0xfc][0x1c]/[0x17]~G[0xac][0x83]D[0xa2][0xfc][0x1b][0xd6][0xd6][0x8a][0x87]k[0x94][0xe3][0xc5][0xe][0xb4][0xe][0x92][0xbf]b[0xe9][0x0][0xa9][0xad]}[0xe8][0xd9]S[0x1d][0x18]J[0xd3][0xc1]i[0xae][0xb2][0xe3][0x1c][0xba][0x9b]"1[0xcd][0xa1][0x83][0x89][0xda][0x1]2[[0xb][0xc5]}d[0xf][0xcf][0xfe][0x82][0xcb][0x7][0x98][0xdc][0xea][0xd9]O[0xbd]f[0xcf][0xbd][0xfb][0x98]>|[0xc1]lbd8[0x8e][0xb7][0xa2]9[0x83]1[0xce][0x8a][0xff]-[0xf2][0x5][0xe5][0x18][0xff]))LQw[0x8e][0xbb][0xa6][0xc9]i[0x86][0xe8]lT[0xe6][0x1c][0x99][0xd7][0xc8][0xee][0x9][0xcb][0xfa][0x1d][0xa5][0x9f]X[0x15]U[0xa3][0x1b][0xf4][0x96][0xa6][0xe5][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]k[0xac][0xe2]<[0x8a][0xac][[0x16][0xab][0xc4][0x16][0x88][0x91][0xf7]Q[0x5]c[0xf8][0x11][0x8b]([0xb1]6W)%8g[0xf8]][0x8b]4[0x1f][0xfe][\r]PK[0x7][0x8][0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/runners/statements/Fail.class[0x8d]PMO[0xc2]@[0x10]}[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xb5][0x2]~[0x80][0xe8][0x8d][0x9b][0xa2]q[0xe3]Y[0xe3][0xc5][0xc8][0xa9][0xf1][0x2][0xe1][0xbe][0xe0][0x6][0x96][0x94][0xad][0xd9][0xb6][0xe8][0xdf]2[0xd1][0x98]x[0xd0][0xbb]?[0xca]8[@/[0x1c]<[0xec][0xee][0xbc][0x99]7of[0xdf][0xd7][0xf7][0xfb][0x7][0x80][0xb][0x1c][0x5]p[0xd1][0xf4]QB[0xcb][0xc3][0x81][0x87]6CY[0x1a][0x93][0x18][0x86]f4[0x13][0xb][0xc1]c[0xa1]'|05[0xc9][0xa3][0x18][0xc5][0xf2][0x92][0xa1]r[0xa5][0xb4][0xca][0xae][0x19][0xda][0xc7][0x1b][0x19]'C[0x6][0xf7]&[0xb9][0x97][0xc][0xf5]Hiy[0x97][0xcf]G[0xd2][0xc]l[0x8d]a7J[0xc6]"[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3],^%[0xdd]l[0xaa]R[0x86][0xb3](1[0x13]>[0xcb]I[0x9d]+[0x9d]I[0xa3]E[0xcc]M[0xae][0xb5]4)O3[0x91][0xc9][0xb9][0xd4]Y[0xca]{B[0xc5][0xb4][0x7][0xa3][0xce][0xaa]\[0x88]8[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xe9][0xd8][0xe][0xe]n[0x9f][0xc6][0xf2]!S[0x89]N=[0x1c][0x12][0xee]'[0xb9][0x19][0xcb][0x9e][0xb2]s|[0xdb]ynw[0xe][0xe1][0xa1][0x11][0xa2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf7][0xff]S[0x19]:[0xe4]5gN_[0x8d]y[0xcd]d[0xd8][0xdb][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":d[0xb1]K[0x96][0x93][0x5]v,E[0xe][0xc5][0x1e][0xaa]t[0xfb][0x84]z[0x84][0x1d]z[0x83][0xee][0x1b]X[0xf7][0xf4][0x15][0xce]s[0xc1][0x9][0xe8][0xae]Q/[0x88][0xe9][0x12][0xd3][0xa7][0xcc][0x16][0xa1][0xd6][0x92][0x8d][0x10][0xdb]@[0x11][0xd5]H[0x95]\A[0x1d][\r][0xaa]YM^`[0xa0][0xdc]}[0x81][0xf3][0xf9]+W)[0x92][0xb5]B&\[0x12]V2;t[0xdc]bE[0xfa]E[0xc1][0xdf][0xff][0x1]PK[0x7][0x8][0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.class[0x9d][0x8d]Aj[0xc3]0[0x10]E[0xff][0xa4]n[0xdc][0xba][0x86][0x9a][0x9e] [0x8b][0xac]+L[0xc8][0x9]J[\r]Y[0x4]/[0x92][0xb][0xa8][0xce][0xe0][0xc8](#[0x90][0xe4][0x1e].[0x8b][0x1c] [0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x91][0xe9]*[0xdb][0xce][0xe7][0xcf][0xf0][0xe1][0xf3][0xe6]z;_[0x0][0xd4](s[0xe4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb1]s[0xa3][0xef][0xb8]1[0x96][0x9][0x1f][0x8d]6[0xb6][0x95][0xbd]9[0xb1][0x1b][0xe3][0xe7][0xa0]5[0xe1][0xfd][:[0xeb][0x82][0x91]~[0xcb][0xf1][0xe8][0xe]9[0xde][0x8]k[0xe7]{5[0x8c]b[0xa2]2[0x12][0xd9][0x8b][0xb6][0xca][0x8f]"[0xec][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QG>[0xb1][0xc4][0xa0][0x1e]x[0xcb][0x9a][0x0]B[0xb9][0x99]j_V[0x87][0xc0][0x81]PM_[0x94][0xd5][0xd2][0xab][0xf6]g[0xe0].[0x12]V[0xff][0x80]c[0x91][0xd0]3[0xfc][0xcd]S[0x12]R[0xca][0xf0][0x9c]n[0x86]y[0xda][0xaf][0xc9]E[0xea][0xd0][0x94][0xaa][0x97];PK[0x7][0x8]1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.class[0xad]U[O[0x1b]G[0x14][0xfe][0xc6][0xb7][0xb5]7[0x86]8n[0x3]q[0x93][0x80][0x13]hk6%[0xb][0xa1]i[0xca]%[0x10] [0x90]B-[0x88]jC[0x5][0xf][0x89][0xd6][0xcb][0xc8],Y[0xcf]F{I[0xf3][0x98][0x1f][0x91][0xa7][0xaa]?[0xa1][0x95]hU[0x84][0xd4]H[0xcd]c[0xa5][0xfe][0xa8](g[0xd6]k[0x9b][0xa4]Q@v_[0xe6]z[0xce][0xf7][0x9d][0xef][0xcc][0x99][0x99][0xdf][0xfc][0xf5]7[0x80]I[0x94]3[0xc8][0xe1][0x8e]l[0xbe][0x95][0xcd][0xb4]J[0xcd][0x8c][0x8a][0xb][0x98][0xc9]`[0x16]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xa6]1[0xaf]B[0xc1][0x82][0x82]{i,[0xaa]P[0xb1][0x90][0xc6][0x92][0x82]e[0x15][0xfd][0xb8][0xaf]`E[0xc1]*C[0xde]v[0x9c]'[0xab][0x8e][[0xf1][0x3][0xf3]Iu[0xdf][0xe5][0xc6][0x1e][0x3][0xdb]eP|[0xab][0xc1][0x9d][0xc0][0xa7][0xd9]:C"[0x10][0x16][\r][0x87][0xcb][0x7][0xc6]3C[0xf]|[0xcb][0xd6]MG[0x98][0x81][0xeb]r[0xe1][0xeb]U2[0xdd]"[0x83]Y[0x86][0xd4][0x9c]E[0x83]y[0x86]xil[0x9b][0xfc][0x96][0x9d]=[0xce]p[0xbe]l[0x9][0xbe][0x11]4j[0xdc][0xad][0x1a]5[0x9b]V[0xf2]e[0xc7]4[0xec]m[0xc3][0xb5][0xe4][0xc1]p[0xa7]K[0x0][0x6][0xd5]0M[0xee]y[0xa3][0x93][0x13][0x13]2[0xe3]=[0xe5]{l[0xbd][0x83]wK[0xe2]=[0xea][0x11][0xef][0xd4][0xbb][0xd4]b[0x9b][0xfa]?[0xa2][0xa7]+[0xad]V[0x9c][0xc0]5[0xf9][0xaa][0x15]^[0xc0]w[0xec]n[0xca]X[0xb2][0xc8][0xe3][0x93],[0x6]0[0x98][0xc5][0xa7][0xb8][0x98][0xc5]%[0x14][0x14]|[0x97][0xc5][0x1a][0x6][0x19][0xae][0x87][0xe1][0xda][0x86][0xa8][0xeb]k[0xb6][0xcd][0xeb][0x86][0xbd][0xe8][0xd6][0x3][0xc9][0xb9][0xf2][0xdc][0xe4]O}[0xcb][0x11][0xc]W[0xa2]W[0xa3][0xd8][0x8]<[0xbf]X[0xe3]E[0xe1][0x88]qA[0xc6][0xbe][0xf5][0x8c]K@J[0xe2]P[0x7]h#[0xb0][0xed][0x87]N[0xa8][0xe6][0x4][0xc8]`+[0x7]E[0xd3][0x10][0xc2]i[0xe2][0x90]%[0xc3][0xa5][0xb6][0xce][0xff]lMu[0x91][0x1d][0x19][0xd0][0xf7][0xc][0xb3]=$[0x96]![0xd7][0x91][0xb3]Y;[0xe0]&][0x8f][0xdb]][0xd5]+[0xc3][0xd5][0x8f]V[0x4]=[0x8c][0x95][0x95][0xe5][0xcd][0x8d][0xfb][0x15][0x86][0x8b][0xa5]r[0x87][0xb6][0xe2][0xbb][0xf4][0xc0][0x84][0xf7][0xe5][0xe7][0xde][0xaa][0xe4][0xc][0xd7][0xba][0xeb][0xcb][0x8c]k[0xf4]E][0xa0][0xcf]+[0x8e][0x98],4[0x1a][0xc5]d[0x99][0x85]=[0xd5][0x1c][0xf5]i[0x1a]Q[0xcd][0xd1][0xa3][0xf1][0x19][0xcd][0x1e][0x92]%[0xbd] [0x18][0xd0][0x8e][0x91][0xd4][0xe2]G`Z[0xe6][0x8]q[0xed][0xf][0xa4][0x8e][0x10][0xfb]=[0xf4][0xbb],[0xf7][0x91][0xa4]v[0x1e][0x9][0xcc]@~~[0xfd][0x98]#[0xd4][0x5]\[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd5]l[0x13][0x1]WQ[0x84]|[0x8c][0xae][0xe1]z[0x84][0xfe][0x82][0xec][0x13][0xd4]k[0xc3][0x99][0x97][0xbf][0xa0][0xef][0x15][0x94][0x9d]|[0xfa][0x18][0x99][0xd7][0xe3][0xff][0xc8][0x99][0xba][0x93]?w[0x8c][0xec]kmXR[0x8e][0x13][0xa1]v[0xd8]f[0x1c][0xa2][0x15][0xd8]D[0x8a]b[0xcc][0xe1][0x7]RQ[0xa1][0xb5]-[0x8c]`[0x1b]%[0xfc][0x18]2[0x17])zB[0x8f][0x98][0xe5]Hje[0xe1]H[0xaa][0x95][0xda]F0[0x1a]E[0xb3]@[0xc8]1[0xea][0x15][0xed][0xb2][0xd4][0xd9][0xa1]R[0xc3][0xe5]=[0x92][0xc8]C[0xd8][0x81][0xa6]Y[0x1b]V[0xc1][0xe7][0x94]J[0xfa][0xa4][0xf1][0x5][0xbe][0x8c][0xc0][0xb6][0xc8]ZZ[0x15]n[0xb4][0xa4][0xf4]I)[0xaf][0xd0][0xbf][0xa3][0xdd]`[0xc7]8[0xdf][0x81][0xef][0xf][0xa3]t([0x13]Oi[0xec][0x9e][0xa0]([0xb4])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa4]i[0xc],[0x7]:[0x9b][0xaf]"[0x8a]i[0xea][0xa5]U[0x92][0xce]&[0xd1]9[0x8a]T(p[0xfa][0x4]L[0xb2][\r][0x93][0xc4]8n[0x12]L[0x1a]:&"[0x18][0x9d]lX[0x8][0xf3]'[0xe2][0xbf]}[0x10][0xa6]y[0x82][0xd2][0x99]`[0xc8]y[0x12][0xb7][0xda][0xce][0xac][0xed][0x1c];<[0x93][0xf3][0x14][0xbe][0xfe][0x80]3[0xfb][0xf5]tg[0xda][0xbf][0x1d][0xb6][0xdf]`[0x98][0xfa]<[0x8d]r[0x94][0xb1]![0xaa]8[0x8d]z[0x2][0xb]PK[0x7][0x8][0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.class[0xad]TYS[0xd3]P[0x14][0xfe]NhI[0x1b][0xa3][0x94]M[0x10]7[0x96]VK[0xb][0xa4][0x88]l[0x82]([0x96]U[0xab]>[0xc0]0[0xa3]o[0x97][0x90][0x81]0!q[0xd2][0x4][0xfc][0x5][0xfe][0x15]_aF[0xc0][0xd1][0x19]}[0xf7]G9[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xc5]e:>[0xe4][0x9e]{O[0xce][0xf9][0xce]w[0x96]{[0xfc][0xfc][0xf2][\r][0xc0] ^i[0xb8][0x86][0x7]I^[0x86]44[0xe0][0xa1][0x8a]a[\r]1[0x8c]H[0xcd][0xa8][0xdc][0x8d]i[0x18][0xc7]#[\r][0x13][0x98]T[0xf1]X[0xc5][0x94]T>[0x91]^OUL[0xab]x[0xa6][0xa2]H[0xd0][0xca][0x81][0xf0][0x83][0x92][0x8][0xcc][\r]B[0xa6][0xb4])[0xb6][0x85][0x11][0x6][0xb6]c[0x98][0x9e]k[0x86][0xbe]o[0xb9][0x81]Q[0xf4]B7[0x98][0xf1]v[0xdc][0xc8]l[0x82]P[0x1f]l[0xd8][0xe5]t[0x81]0\[0xf2][0xfc]uc3t[0xed][0xc0][0xb0][0xdd][0xc0][0xf2]][0xe1][0x18]~[0xe8][0xba][0x96]_6[0x18]9[0xb0][0xb6][0x18][0xa0]l[0xcc][0x9][0xdb]y[0xed].[0xdb][[0x96][0x17][0x6][0x12]`[0xd2]f[0x97])[0xc2]X[0xb6]&[0x84][0xde][0x15]B[0xac][0xe8][0xad]Y[0x84][0x86][0x92][0xed]Z[0xaf][0xc2][0xad]U[0xcb]_[0x16][0xab][0xe]k[0x9a]J[0x9e])[0x9c][0x15][0xe1][0xdb][0xf2]\Q[0xc6]$eBcQ8[0x8e][0xd4],[0x1d]C[0x13][0xf4]E[0x19][0xad][0xe8][0x88]r[0xd9]b[0x93][0xf9]Z[0x18][0xa5]/[0xe0]r[0x96]1[0xa6][0xe1][0x10][0xda][0xb2][0xbd]Guu[0x84][0xbb]n,o[0xf8][0xde][0x8e][0xb4]d[0x3]bb[0xad]U[0xff]f[0xdf][0x9b][0xd6][0xbb][0xc0][0xf6][0xdc][0x89][0xb3][0xfa]j[0x1f][0xed][0xc4][0x88][0xb9][0xea]bG[0xd8][0xc1][0x92]l[0xa1][0xb5]F[0xa8][0xcb][0xf6][0xae][0xa8][0x98]![0xb4][0x9c][0x9][0xf9]zu[0xd3]2[0x83][0x9][0x15][0xb3][0x4][0x10][0xbc][0xda]j^SY[0x6][0xa3]V)[0xef][0xb]r[0x19]$[0x8c][0xd6][0x88]BH.[0xd9][0xeb][0xae][0x8]B[0x9f]k[0xb6]p1[0xb9][0xdf]Ln[0xa5]+[0x93][0x97][0x16]sJ[0x96]s[0xc9][0xb]}[0xd3][0x9a][0xb3][0xa3][0xc9]9[0x13]v@[0xfa][0xe8]h[0xc5]u[0x1d][0xcd]h[0x91][0xbb][0xc][0xa1][0xe7][0x1f][0xae][0x88]4[0x9d][0xd3][0xd1][0x88]&[0x1d][0xf3][0xc8][0xa8]X[0xd0][0xb1][0x88][0xe7]*^[0xe8](I[0x90][0xe6]Kz~F{BR[0xc7]Kdt[0xdc][0xc1]][0xc2][0xec][0x19]LB[0xea]|[0xf5][0x8][0xb7][0xff]X>[0xc2][0x9d]S[0x97]E[0x19][0xda][0xf][0xdf][0xf1][0xc4]Uq[0x1f][0xae][0xa9][0xaf]|G[0xb2][0x8b]rB[0x92][0xe6]q[0x1][0x9]C5@q#[0x85]iZ[0xe5]rz[0xa4][0xc0][0xb3][0xf6][0xb6][0xc6]g[0xa5][0xca][0xeb][0xd8]x[0x8b]_[0x19][0xc7][0xa8][0xbe][0xd6]]5"$[0xac]m[0xe1][0x84]|$[0xc4][0xa3];[0x8a]N~x[0x1b][0xf8][0xf6][0xa5][0xa0][0xa0]I[0x8e][0x6][0x90]J[0xc9][0xb9][0xe2][0xd7]<[0xce]:[0x1e]3[0xfe][0xdb][0xc6][0xa7][0x19]~[0xa7][0x15][0x96][0xd7]s[0xf9]}([0xb9]C[0xd4][0xe5][0xbe]"[0xf6]&v[0x88][0xf8]>[0xea][0xf7][0xf8][0x8f][0x82]v^5iEi$)[0x83][0x1b]|[0xd6][0xd9][0x9f][0xbd][0xd0][0x81][0xdb][0x90][0xf7][0x9c]g[0x86]-$[0xe2][0x7]>I[0xc4][[0xb9]O[0xa8]?[0x80][0xca]B[0xf9][0x8c][0xc4][0x1][0x92][0x1f][0x91],[0xe5][0xbf][0x97][0xf2][0xbb][0xb4][0x1b]Y42[0x1f]-[0x92]m[0xb8]R[0x89][0xd3][0x8d][0x4][0xc3][0xf5]B[0xa5][0x1c][0x1a][0xc9]@[0xb][0xe5][0xd1]J}h[0xa3]~[0xb4][0xd3][0x0]:[0xa8][0x10][0xc5][0xef]D[0x1d]g[0xa1][0xb0][0xec][0xe2]x[0xed][0xd1][0xae];[0xe2]t[0xab][0xc2][0xa9][0x87][0xbf][0x18]k4[0xfe][0xd2][0xc8]T[0xd8][0x8d][0xf0]IZ%[0x8e][0xd8][0xe9][0xe7]3|[0xc8][0x91][0x87][0xab]2L[0x9c]C[0xbb][0x97][0x9a][0xe6]\[0xef]W[0xd0][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout.class[0xb5]Y[0x9]XT[0xd7][0x15][0xfe]/3[0xc3][0x9b][0x19][0x1e][0x88]([0xe0][0x88]([0xae][0xc][0x3][0x88][0xb8][0xa0][0xc1]%*j[0x82][0x1f]`+$[0x15][0xd3]$}[0x8e]/[0xf8]t[0x98][0xa1][0xb3][0xb8][0xa4][0x89]mZ[0x9b][0xae]i[0xda],m[0x92]fi[0x92]6vKK[0xd2][0x8][0x18][0x9a][0xa5][0x9b][0xd9][0xbb]gO[0xdb]t[0xdf][0xb2]5K[0x97]$M[0xfa][0x9f]7[0xc3]0[0xe8] ~[0x98][0xfa][0xc9][0xbb][0xe7][0xde]{[0xee][0xb9][0xff]Y[0xee]9[0xf7][0xc2][0x83]o[0xdd]y7[0x80]z[0xb5][0xc2][0x83][0xd3][0xd1][0xeb][0xe5][0xe7]6[\r][0xb7]{[0xe1][0xc0]w[0xa4]s[0x87][0x7][0x87][0xd0]'[0xdd]~/[0x9a]1 \[0x87][0xa5]{[0xa7]P[0x83]B}W[0xa8][0xbb][0x84][0xba][[0xa8]{4[0xdc][0xeb]E![0xbe][0xa7][0xe1][0xfb]^[0x14][0xe1][0x7][0x1a]~[0xe8][0xc6][0x8f][0xbc][0x98][0x8c]#[0x1a][0xee]s[0xe3]~/J[0xf1][0x80]|[0x1e][0x94][0xcf]C[0xc2][0xfc][0xb0][0xec][0xf5][0x88][0xb0][0xff]X[0xc3]O[0xa4][0xfd][0xa9][0x86][0x9f]i[0xf8][0xb9][0x17][0xb3][0xf0][0xb][\r][0xbf][0x94][0xf9]G[0x85][0xfd]1[0xa1][0x1e][0xd7][0xf0][0x84][0x17]~<[0xe9]E[\r][0x9e][0x92][0xe1][0xa7]5<[0xa3][0xe1]W^[0xd4]b[0xc0][0x8d]_K[0xfb][0x1b][0x19]V[0xa8][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x11]Y[0xf8];[\r][0xbf][0xf7][0xe2][0xf][0xf8][0xa3][0x17]K[0xf0]'[\r][0xd6][0xf0][0x17][0x19][0xff][0xab][0xf0][0xfe][0xcd][0x83][0xbf][0xe3]9[0xe9]>/h_[0xf0][0xe2]E[0xbc]$[0xd4]?d[0xec]e[0xe9][0xbe][0xe2][0xc5][0xab]x-[0xf][0xff][0xc4][0xbf]d[0xc5][0xbf][0x85][0xfa][0x8f][0x86][0xd7]5[0xbc][0xa1][0xe1]M[\r][0xff]U[0x80][0x82][0xde][0x1c][0xe][0x9b][0xd1][0xa6][0x90][0x11][0x8b][0x99]1[0x85][0x89]MF(dl[0xb][0x99][0xed]q#nv[0x9b][0xe1][0xb8][0x82][0xb6]6a[0x85][0xb6][0x9b]Q[0xce]F[0xa2]V[0x97][0x15]6B[0x19][0xb3][0xb3]["[0xd1][0xae][0xba][0x9d][0x89][0xb0][0x15][0xaf][0x8b]&DX[0xac][0xae];[0xb2][0xdd][0xc][0xd5][0xa5][0x99][0x96]+[0xb8][0xe3]V[0xb7]y[0x6]y[0x14]f[0xb4][0xec]4v[0x1b]u[0x89][0xb8][0x15][0xaa][0xb]F[0xc2][0xc1]D4J[0x9e][0xba][0x8e][0x14][0x3][0x99]5a[0x8e]$[0xc8][0xab]6*[0x14][0x85]"[0x91]][0x1b]"[0xd1][0xf6]x"[0xb8][0xab]cG[0xd4]4[0xb6]sb[0xab]B^[0xdc][0xee][0x9c][0x16][0x8d]$z[0x14]J[0x93]bCF[0xb8][0xab][0xae]cxB[0xc4]m[0x1b][0xc2][0xaa][0xbf]*[0x3][0xad][0x15][0x8e][0x9b]Q*[0x93][0x86][0x1d][0x1b][0x2][0x1c][0xab][0xdb]`X[0xa1]M[0xe1][0x8e]$[0x8e]9)[0x3]P[0x96][0xb3][0x89][0xaa])Lh[0xb1][0xc2]f[[0xa2]{[0x9b][0x19][0xed][0x10]k)[0xe4][0xae][0xb0](s[0x95]B[0xa5][0xff][0x4][0xc][0xb2][0xb1][0xea]L*[0xd6][0x12][0x9][0x1a][0xa1]3[0x8d][0xa8]%"Rr[0x9c][0xf1][0x1d][0x16][0xfd][0xb0]d<8[0x89][0xcf][0x13][0x1b][0xf6]L~[0xca][0x8c][0xad]V($2[0xbd][0xeb][0xcc][0x9e][0xa8][0x19][0xe4]<[\r][0xe8][0xdb][0x9c][0x8][0xcb][0xfc][0x99]V[0xcc][0xe2][0xc6]k[0xc2][0xe1][0x8]WZ[0x91]0[0x19]K2L9[0xbc][0x86][0xd2][0x83][0xfe][0x93]2[0xdf][0x9][0x18]F[0xec][0xb2][0xf2]$}[0xe4]6w[0x1b][0xa1][0x4][0xd9][0x14][0x1c]~[0x11][0xe8][0xe][0xa6][0x82]Z[0xe1][0xb4]q[0xc9]>[0xe6]PH$[0xc4][0x8d][0xd8].[0x85][0x99][0xd9][0xa3]yC"[0x9e][0x88][0xd2][0xa7][0xb1]]d[0xcd][0x8d][0xa7][0xa2][0xb6][0xe8][0x98][0x18][0x15][0x97]q6[0xb2]'[0x9][0xaf]x$Crx[0xb9]xdD[0xa8][0xec][0xeb][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]ecm[0xbf]"[0xab][0xc4]U[0x94][0xe9]][0xbf]7h[0xf6][0xa4]\[0xee][0xe9]2[0xe3][0x9b][0xcd]X"[0xc4][0xb8][0xd9][0xe8][0x1f]S[0xa7]c[0xf5][0xa8][0x1a][0x5][0xb9]"[0xc8][0x8a][0x8c][0xb9]f1z4[0xd1][0xc3][0x80]J[0xef]O[0xb6][0xaa][0xec][[0xae][0xdf]k[0x6][0x13][0xc2][0x92][0xc9][9z[0x2][0xa1][0xb3]29=[0xed]VW[0xd8][0x10][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x98]Z[0x8d]f[0xaa][0x13]W[0xb6]$[0xc8][0xe9][0xb8]y4[0x12][0xaa][0xe7]?[0xbe][0x90]L[0xd0][0x93]c[0xc3][0x89].CD[0xf1]([0xec]^F-[0xd9][0xa3]F[0x90]JN?+[0x83][0xab]==[0xb1]>4[0x14][0xb5]y[0xb1][0xcc],:I[0x8c]p[0xcc]N[0xf9][0x8c][0x85][0xf6][0xc][0xa1][0xb][0xb3][0x81][0x1f]k[0xa3][0xf2][0xcc]y:1j[0xc5][0xf7]e[0xc2].[0xb0]7[0xc9][0xc0]2o[0xc][0x13][0xa5][0xcf]K~[0xf2]45[0xf5]$[0xc4][0xce]<[0x88]F4:[0x87][0xba][0x9c][0x95][0x8d][0xd9][0x19]2[0xc3][0x9c]T[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x16][0x9]o[0xb7]a[0x85][0x87][0xb6],HJ[0x8a]5[0x87]S5[0x84][0xb3]{[0xd3]r[0x5]a[0x92]sM4j[0xec]S[0xa8]9[0x16]a[0xb2][0xc4]Te[0xdd][0xda][0xd5][0x95][0x14][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0x12][0x92][0x8e][0xdd]f8[0xd1][0xdd]n[0x9d]O[0xd1][0x1e]![0x9b][0x92][0xc3]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]GY[0xe8]zR[0xa3]y[0xc1]H[0xcf][0xbe][0x8e][0xa1][0x99]*[0x96][0x1d][0x9a][0xb3]o[0xab],&[0x1c]j[0xdd][0x15][0xdf]A"[0x9a]:[0xd3]ZpH[0xad][0xe2]lv[0xde][0x98]>[0x81][0xf6][0xf0][0x19][0xe1]X[0xa2][0xa7]'[0x12][0xe5]![0xdd][0xd4]cF[0x8d][0xa3]O[0xa0][0x83][0x98])[0xbc]{[0xef]Z[0xd3][0x8][0xcb][0x15]`xi[0xb7][0x11]6[0xba][0xec] H[0x9]o[0xdd]"L\t[0xcd][0xff][0xbd]x[0x8c]K~[0xbd]]sr[0xf6].[0x90]O[0xbd]|[0x16]*,[0x1d][0xa7]([0x86][0x90][0x11][0xc][0x9a][0xb1][0xd8][0x9c][0x86][0x5][0x14][0xb8]u\*/[0xaf]:[0xa1]+[0x95][0xb7]=[0x92][0x88][0x6][0xcd][\r][0x96][0xd4][0x81][0xa2][0x11][0x12][0xe6][0x8b]?tl[0xc2][0xbb]t[0x9c][0x8d].[0x85][0xe5]'ay[0x11][0xf1][0x96][0x8e]Nl[0xd5][0xf0][0xb6][0xce]K[0xe3]f])[0x95]#[0xc3];u[0xbc][0x7][t[0xe5]PN[0x1d][0xed][0xe8][0xd0][0x95]K[0xe5][0xea]x[0xb7][0xb0]h[0xca][0xad][0xe3][0xc][0xd0][0xb6][0xeb][0xdf][0x91][0x92][0xcb][0xfd][0x94][0x87][0xb7][0xc7]1[0x92][0xb8][0xb0]y[0x19][0xe5]YO[0xea][0xd1]v[0xb2][0x7]eE[0x9e]B[0xe1][0xd1]+x[0xdd][0x15][0xb6][0xda][0x90][0xd5]m[0xf1] T[0xc4][0xcd][0x98][\r]B[0xd7]U[0xbe]*[0xd0][0xd5][0x4][0xaa][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x6][0xbb][0xb1]GW[0x13]U[0x11][0x93]P[0x96][0xba] S[0x93][0x98][0x9a][0x8f]_[0x3]Y[0xd6]N[0xb0][0x2][0xea]j[0xb2]*V[0x98]{BEP[0xc7]~|P[0xc7][0xc5][0xaa]D[0xc7]'[0xf0]I[0x85][0xda][0xd1]B[0xab][0x83][0xea][0xc9][0xea][0xed][0x9b]F,?[[0x95][0xea]j[0x8a][0xf2][0xe9]j*v[0x8e]P0[0x3]zif-[0x88]Z[0xe1][0xae][0xf4][0x8b]a[0xfa][0x9a][0x9e][0x1e][0xd3][0x88][0xc6]*[0xe2][0x91][0x8a]mf[0x85]]}*[0xac]pE2[0xe9]U[0xe8][0xaa]LM[0xd3]U[0xb9][0x9a][0xae][0xab][0x19][0xfc][0xe0]b|La[0xc1]h[0x18][[0x99][0xcb][0xac][0x9e][0x90])N[0xa4][0xbf][0xd3][0x8]4EI3[0xd5],[0x81];[[0xa1][0xec]8[0xa5]g[0xe4][0xec][0xd1][0x85]K[0xc7][0x15][0xb8]RWs[0xd4][0xf1][0xf8][0xea]lmniin_[0xdf][0xb4][0xa9]m];[0xab][0xdd][0x1e]+[0xbe]#[0xad][0xd5][0xb9][0xfe][0x8d]c<[0x11]O[0xf6][0x15]7[0x94][0xa4][0xeb]%I[0xaf]>[0xb9][0xba]$[0xb5]sH[0xde]B[0x91]w[0xce]I[0xca][0x1b][0xf3]y<[0xb4][0xdb][0xa2]w[0x2]=[0xdf][0xd1][0x91][0xf1]U[0xa9][0x93][0x8][0x8f]Y[0xa3][0xdc][0xc5][0x87][0x92][0xbe][0xcd]4[0xe2][0xa2][0x92]L+[0xf6][0xf8][0xea][0xd1][0xae]a[0x19][0xc3]|[0xdc][0x86]mA[0xd9]Exbf|[0x9d]av[0xcb][0xc9]s[0xfa][0xb7][0xca][0x90][0x8b][0x90][0xa3][0x12][0x99][0xc6][0x1e][0xc3][0x92][0xeb]o[0xd4]~&;x[0x9]TX|[0x2][0x11]9[0xbc][0xd1][0xa6]m;[0xcd][0xa0]8j[0xb2]?[0xeb][0xb0][0x9b]2[0x9b][0x8c]D[0x8c]e[0xbb][0xd4]?[0xda]S[0xa2][0xc2]?[0xe6][0x15]{[0xf6][0xd8][0xa8][0xa8]X~l[0xe4]m~[0xa6][0xff][0xf8]rm[0xfb]XC[0x15][0x8a][0xb7]<[0x83][0x19]h[0xd5][0xfd][0xc8][0xb9][0x8d]c9[0xf6]*/[ [0x80][0x9][0xa8][0xc6][0xb9][0xa4]*[0xec][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]>[0x18][0xf6]F[0x85][0xd8]F[0x98][0xca][0xa6][0x82][0x4][0x98][0x83][0xed][0xf6][0xb8][0x99][0xda][0xf1]<[[0x12]o[0xdc])[0x80][0x17]r[0xbd]H[0xa8][0xc][0xf4][0xc3][0x1d]P[0x87][0xe0][0x9][0xd4][0x1c][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf][0xc0]{[0x8]y[0xd2][0xea][0x87][0x90]/m[0xc1]!L[0x18][0x6]2[0x1d][0x1a][0xbf][0xb5][0x84][B[0x8d][0xe7][0xa3][0x0]u[0xa4][0x16]p[0xbc][0x1e][0xf3][0xb0]0[0x3]\e[0x1a]\%-[0xb3][0xc3][0x6]Wi[0xc3][0xcc]!ma'[[0x81][0xf2]$[0x95]w[0xb1]m[0x1d]Dag[0x80][0xc6][0x9a][0xd8]2[0x88][0xa2]N[0xea]?[0xa9]50[0x88][0xc9][0x9d]E[0xc5][0xfd](9$[0xb6],[0xed][0xc][0xdc][0x1]OM[0xd1][0x94]~[0xf8][0xda]j[0x9d]}[0x98]Z[0xdb][0x87][0xb2][0xea]>L[0xb][0xd4][0xd4][0xf6][0xa3][0xbc][0xd1][0xe9]s[0x1e]A[0xae][0xcf]y[0x8f][0x0]v[0xd8][0x80][0xe7]#[0x8f][0xdf][0xbd][0xb4][0xe0]>L[0xc2][0xf9][0x4][0xf7][0x1]B[0xbe][0x0][0x8b]i[0x83]e[0xbc][0x83][0xae][0xc0][0x7][0xb1][0xe][0x1f][0xa2][0xbb]/B[0xb]>b+[0xb0]8[0x9]([0xa5][0x80][0x17]M[0xd8][0x85][0x10]AOB#[0xba][0x11]&[0xf0]:*[0x1c]A[0xf][0xf7]XG3[0xbc][0x1f]Q[0x1a]$F^=[0xcd][0x15]'W[0x82]#N[0x8e][0xcc] [0xcd][0xab]xJ[0xe1][0x17]9&[0xde][0xae][0xa7]2y[0x9e]+[0xae][0xc7][0xa4]j[0xa1][0xf8][0x93][0xdf][0x87][0xe9][0xf7]bF/5[0xaa][0x90][0xb6][0xad][0x96][0xff][0xfb]0[0xbb][0xb7]-P[0xd3][0x8f][0xb9][0xbd]t%0[0x85][0xd1]5[0x13]>*"[0xad][0xf4][0xe7]`[0x96][0xdd][0x97]V[0xfa][0x1]R[0xd2][0x97]6i[0x84]y[0x4][0x9]|[0x9a][0xdf]K8s)[0xd7]}[0x8e][0xbc][0x97]q[0xfe]r[0xcc][0xc5][0x95][0xe4][0xfc]<[0x3][0xeb][0xb][0xb6][0xf2][0xab][0xb8][0xcb],B[0xdd]K[0x83]98[0xeb]"u>[0xa9]j[0x8e][0xef][0xa5][0xf1][0xc4][0xb7][0xf5]i[0xdf][0xd6][0xdb][0x6]Q6%[0x6][0xc9]I[0x9b]!9[0x17]'u[0x81][0x1d]=[0x17][0xf2][0x87]W[0xfe]d[0x0][0xaa][0x1c]J[0x13]m[0xf6]S[0xd7]y[0xad][0xd4]}[0xc2][0xd5][0x12]v[0xfd][0xa8]<[0x8][0xa7]j[0x1b][0x84][0xbf]s[0xc8]([0xfd][0xa8]jt[0xd6][0x1c]A[0xbe][0xcf]Y[0xd3][0x87][0x0][0x17]T[0xd7][0x1e][0xc1][0xfa]A[0xd4]t[0xe][0xa2][0xb6][0xb3][0x1f][0xf3][0x8b][0xea][0xfa][0xb0][0x80][0x86][0xaa]g[0xd3][0x87][0x85][0xfd]X[0xd4][0xe8][0xf2][0xb9][0x2][0xc][0x89][0xc5]\0[0x88]%[0x9d][0xae][0xbb]0[0xa3][0xd3][0xe1]s[0xb6]w:}[0xae][0xf6][0x1]4[0xf4]ci[0xaf][0xcf]>[0x96]9[0x19]ar-[0xb5][0xbd][0x8e][0xf1]|=#[0xf5][0x6]j[0xfc]%[0xea]p#[0x96][0xe0]f[0x9c][0x82]/[0xf3][0x9c][0x1f]d[0xfc]~[0x95]6[0xf8]F[0xda]R[0[0x9b][0xc1]s[0x91][0x1d]0[0xfb][0xd3]V[0xd9]o[0xdb][0x82][0xe9][0x86]6[0xfc]0[0x83]*[0x87]2w[0xe0][0x80][0x1d]0[0x95][0xcc][0x18][0x1f][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'G[0xf9][0xa8]H[0x1d][0xc8]N[0xb6]b[0xd9]<[0xb1]Go[0xab][0xe3].[0x9c][0xd2]k[0x1b][0xd1]I![0xcb]R [0xb]l[0x96]~[0x8e][0xc]p[0xeb][0xc3][0xe9][0xc3][0x96]k;[0xe9][0xe3]v[0x8e][0xc8]K[0x83][0xc8]K[0x81][0xc8][0x91][0xf7]U[0xca][0xec]U[0x94][0xa7]s[0xae][[0xe][0xd2]}p[0xa9][0xde][0x80]P[0xfd]hl[0xad][0xb1][0xbb][0xaa][0xcd][0xb3][0xd4]Y[0xd3][0x98][0xeb][0xcb][0xbd][0xbb]As4[0xb8][0x8b][0xdd][0xc5][0xda]Mh[0xf0][0xe5][0x16][0xbb][0x17]6z|[0x9e]>,[0xbf][0x1d]+n[0xc1][0xf4][0x80][0x8f][0xab]V.[0xf5][0xd2][0x15]y%[0xde][0x12]'[0xe3][0xd8][0xeb][0xf3][0xb4][0x95]x[0x97]:[0xf][0xb8][0xd5][0xc1][0xb7][0x1f][0xa8][0xad][0xbe][0x5][0x9a][0xa2]7k[0x87][0xad][0xbc][0x8a][0x9][0xc][0xb8][0x9f]9[0xe4][0x1][0xc6][0xe2]C[0xcc][0xa2][0xf][0xd3]2[0x8f]0f[0x1f][0xc5]T" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0x86]r<[0x8e][0x6]<[0x81]5[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]x[0x8a]9[0xf6]iZ[0xf8][0x19][0xae]}[0x9c][0x96][0xd6]V[0xf8]<[0xc8][0xdf][0xd0]&[0xe1]SLs^r[0xcf][0xb3][0xd5][0xf4][0xd0][0x10]k[0x19][0xe1][0x97][0xd0][0x18]s[0xb1][0x12][0x9f]a[0x94]k[0xf0][0xf3](~[0x96][0x94][TN[0x1b][0xa6][0x9b][0xd1]/[0x86])[0xa2]I.[0xe3][0x8a][0x1c][0xee][0xdd][0x9e][0xf2]N9[0xf3][0xd3][0xe5][0x94],[0xde][0xe1][0x8b]+[0xe5][0x9d]G8#y[0xef]Tzg[0xd5][0xca]i[0xae][0x1d][0x85][0xdb][0x7]p[0xea]*GCn[0xf9]](mtU[0xfb]\}X[0xdd][0xe0],v[0x96][0xdf][0x84][0xdc][0x83][0x98]x[0xc0][0xb1][0xfd]@[0xae]*[0xce]u[0xdf][0xf8][0xf6][0xb3][0xb4][0xb1][0xcf]U[0xec][0xec][0xc7][0x9a][0xa3][0xc3][0xed]9[0xfa][0xed]yz[0xf5]%L[0xc4][0xcb]([0xc5]+[0xcc][0x14][0xaf][0x12][0xfe]k[0x4][0xfe]:[0xc3][0xef][\r]f[0xa2]7[0xd1][0xa0][0x94][0xad][0xf8][0xe9]I[0x8]i5N[0xe5][0xa1][0xdd]b[0x7]Y#[0x8f][0xee][0xa5][0x94]\[0xc0]p[0xbd][0x8a][0x94][0x83]r*p5)'[0xa5][0xfa]q[\r][0x95]tq[0x8f][0xf9][0xf8]"[0xc7]r[0xc9][0xc9]7bJ[0xb5][0xab][0xc8]#[0x7][0xd1]?[0xad][0xfa][0xee][0x1][0xac]]e+[0xe4]t4[0xb8][0x8a]][0xd4][0xa5][0xc8][0xe7],vU[0x17][0xbb][0x16][0xb6][0x1f]p[0xd1][0xa9]/d[0x1e][0x99][0xa9][0xb2]N[0xe9]tr>[0xf2]U[0x1]J[0xd4][0x4][0xcc]`;WML[0x1f][0x8f]B[0x14][0xf3]0]j[0x1f][0xf][0x1a]y[0x12][0x91][0xb2][0xa9]$r[0x8d])[0xe9][0x6][0x1b]y>[0xca]x[0xec].[0xb1][0x1d][0xc0][0x7]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa4][0x1d][0xc9][0x99]e[0x3]hj[0xad]9[0x8c]u[0x8a][0xea]M[0xa8][0xa1];[0xd6][0x1f][0xc6][0x6][0x7]nm[0xf3][0xdc]J[0xd6]|[0xaa];[0x5][0xa7][0xa5][0x0][0x96][0xc8][0xb6]j*[0xf3]I[0x19][0x1][0x96]c[0x8a][0x9a][0xe][0x9f][0x9a]i[0x83][0xb]P[0x9c][0xcf].[0xc]7[0xdb][0x87][0xaa],[\r][0xae][0x8c]'][0xa2]CL[0xf7][0x15][0xdc][0x82][0x9c]B[0xb0]p[0x1e]L[0x1][0xd9][0x94][0x2][0xa2][0x5][0xaa]kFT[0xe8]d][0x9f][0x98][0x16]N[0x96][0xb4]H[0x8d]I#Y[0x0]5|[0xcd].[0x80]B}[0x9d]i[0xc4]Q[0xe8][0xc6]7qkJx[0x1d][[0xe1]r[0xf1]L[0xaa][0xde][0xac][0xa2][0x93][0x99][0xd5]E[0x81][0x86]=[0xff]-[0xfb][0xfb]m[0x96].0k;[0xb1][0x91]a[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-d[0xdb][0xca][0x19][0x7][0xdb]6[0xc8][0xdf]dK[0xd5][0xdc][0xd5][0xbe][0xff][0x1]PK[0x7][0x8][0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/internal/runners/statements/InvokeMethod.class[0x95][0x92]]O[0x14]1[0x14][0x86][0xdf]2#[0x3][0xc3][0xe0][0xb2][0xb]~[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]e5N4[0xde][0x18][\r]^[0x18]HLV[0xbd][0x80]`[0x8c]W[0xdd][0xe5]d[0xb7][0xcb]lK:[0x9d][0x5][0x96][0x9]hb[0xa2]?[0xc0][0x1f]e<[0x9d]E [0xae]&x[0xd1][0xd3][0x9e][0xd3][0xf3][0x9e][0xa7]=[0xed][0x8f][0x9f]_[0xbf][0x3]x[0x84][0xbb]1"\[0x9b][0xc6]$[0xae]{s#[0xc2][0xcd][0x18][0xb7]p;[0xc2]b[0x84]%[0x81][0xd8]Q[0xee]^[0x93][0xeb][0x99][0x1d][0x81][0xd5][0x96][0xb1][0xdd][0xb4]_h[0xe5]R[hM6O[0x7]f[0x87][0xb2]t[0xc3][0xca][0x1][0xed][0x1b][0xbb];J}&0[0xe9][0xa4][0xed][0x92][0x13][0xa8][0xb5][0xfa]r([0xd3]L[0xea]n[0xfa][0xb6][0xdd][0xa7][0x8e][0xf3][0xbb][0xcf][0x15][0x17]Y[0x13]Xk[0x9c][0xbb][0xe6]x[0x9d][0xd5]m[0x81][0xf0]%'[0xb]TZJ[0xd3][0x9b]b[0xd0]&[0xbb]%[0xdb][0x19]y[0xae][0xe9][0xc8]l[Z[0xe5][0xfd][0xe3]`[0xe8]z*[0x17]xr[0x6][0xaa][0xb4]#[0xab]evB[0xcf][0x9d]t4 [0xed][0xf2][0xf4][0x95][0x1e][0x9a]]:[0xb9][0xd3][0x14][\r]eV[0xf0][0xae]@[0xd0][0xf0][0xf0]x[0xfd][0xa0]C{N[0x19][0x9d]G[0xa8][0xb3][0xbf]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xa1][\r][0xe5]Y[0xd5][0xb3][0xea][0x87][0xfe][0xf0][0x9][0x12],$[0x98][0xc2]t[0x82][0x18]3[0x2]s^)[0xc2][0x9d][0x4][0xcb]X[0x11]x[0xfc][0xff]'[0x14][0xa8][0xff][0xab][0x97][0x9b][0xbf][0x15][0x2][0xf3][0xa7][0xcc][0xad][0x9e]5[0xfb][0xa3][0xc6][0xdc];[0xe7]+[0xf0][0xb5]T[0x89]\?[0xd8][0xcb]L[0xae][0x86][0x94]}[0x14]x[0xda][0x18][0x9c][0xf]y[0xaf][0xf1][0x10][0xea][0xfc][0xeb]"[0xfe][0x8a][0x13][0xa8][0xf9][0xc6][0xf0][0xaa][0xe6]{SF[0x4][0xf7]k[0x96][0xed]E[0xf6][0xde][0xb3][0x1f][0xf0]\i~[0x81]h[0xde]?[0xc2]D[0xf3][0xc1][0x11][0x82]Oeb[0xa5][0x94][0x85]lc[0xb6]3\&a[0xd1],[0xe6]8[0xb2]4[0x92][0xa1][0xca][0x19](W[0x1e]#[0xca][0x95][0x7]y[0xcc]<[0x16]x[0xf6][0x98][0x17][0x9c][0xed][0xf7][0xaa][0xcd]C&[0x1c]"[0x8][0xbe]![0xfc][0x8c][0xb][0xef]NA1[0xcf][0x9c][0xc0][0xc5]k% [0x19][0x9][0x8e][0x1][0x97]x[0x84][0x1c][0xb9][0xcc][0xe3]J[0xa9][0xb9][0xfa][0xb]PK[0x7][0x8]d[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/statements/RunAfters.class[0xa5]U[0xdb]O[0x1c]U[0x1c][0xfe][0xce][0xee][0xc0],[0xcb][0x8]-7]K[0xad][0xb4][0xb4][0xdd][0xb]0E[0xad][0xca][0xc5]U[0xac]PZw[0xa9][0x96][0x86]F}q[0x80]#[0xc][0x1d]f[0xc8][0xcc],[0x5][0x1f][0x8c][0x89][0xf1]UcBL|[0xf4][0x89][0xe7]&R[0xa4][0x8d][0x97][0x97]&[\r][0xf]>hb[0xe2][0x83][0xfe])[0xea]wf/r[0xd9]F[0xaa][0xf]{[0xce][0xef][0xfc][0xae][0xdf][0xf9]~[0xbf]9[0xbb][0xfb][0xe7][0xbd][0xef][0x1][0xc]b:[0x89]6[0xc]6[0xe1]8[0x9e]S[0xcb][0xf3]jyA[0xc7][0xc5]$[0x1a]0[0xa8]l/6[0xe3]%[0xbc][0xdc][0x8c]![0xc][0xab]eD[0xc7][0xa8][0x8e]W[0x92]hF^[0xc7][0xab][0xca][0xf8]Z[0x12]cx][0xc7]%[0x1d]o[0x8]h[0xae]\[0xb][0x5][0xce][0x14]<[0xc1]\*[0xb9]vh[0xfa]%[0xd7][0x95]~`.{[0xf3][0xd2]1[0xa7]C+[0x94][0xcb][0xd2][\r]G[0x4][0x1a]C[0xcb]_[0x90]to+,Y[0xab][0x96][0xe9]X[0xee][0x82]ymvI[0xce]EV[0xeb][0x83][0x90]q[0x2][0xc7][0xca][0xd6]Rh;f[0xc1][0xe][0x94][0xad]i[0xda]^p[0xad][0xb0][0xe4]K[0x81][0x91][0x3][0xe6][0xd1]G[0xd6][0x9e][0xf0][0xad]ey[0xdb][0xf3]o[0x15]e[0xb8][0xe8][0xcd][0x8f][0xe4]U[0x95]Q[0x9b][0x8e]y[0x81][0xc9][0xf4][0x11]0[0x1f]Dr[0x18]wf[0x86]$\b[0x98]@k[0xc1]v[0xe5]TiyV[0xfa]7[0xac]YG[0xaa]{zs[0x96]3c[0xf9][0xb6]:W[0x94]Z[0xb8]h[0xf3][0x96][0x83]{[0xca][0xdb].o[0xee]ZN[\r]GPE[0x10][0x98][0xd7]K[0xee]XD[0xc][0xc1]w[0xed][0xcf][0xb7][0xbe]R[0xcd][0x19][0xfc][0x87][0xcb]<[0xe]o[0xf5][0xef][0x9d][0x90][0xab][0x96]Sbz[0x81]xZ)[0x4][0xa5][0xce]=[0xbe]7[0x16]}[0xef][0xb6]BH[0xec][0x9a][0xb4][0xe6][0x16][0x5]2G[0xae]*[0x10][0xb3]{[0x5]:[0xf6][0xc0][0xbe]B[0x1e][0xac][0xd0][0xf3]U[0x1f][0xa5][0xef]{jZ[0xce][0x1f][0xba]V[0xbd][0xfa][0xaa][0xf5][0xc9][0xf1][0xb5]9[0xb9][0x12][0xda][0x9e][0xcb][0xb0][0xe4][0xb4]W[0xf2][0xe7][0xe4][0x84][0xad][0xe8]k[0xa9][0x91]<[0xa0][0x82][\r][0x9c][0xc0]Y[0x3][0xed][0xe8]0[0xf0]$[0x9e]2[0xd0][0x89].[0x81][0xf6][0xea][0x8c][0xf9][0xbe][0xb5][0xae][0x8a][0x19][0xe8][0xc5]Y[0x1d][0xe3][0x6]&pY[0xc7][0xa4][0x81]+[0xb8][0xaa]"[0xdf]$[0xb0]#^[0x94][0x3][0x90]][0x3][0x5][0x14][0xab][0x15][0xf7][0xdf][0xc4][0xc0][0x14][0xae][0xe9]x[0xcb][0xc0][0xdb][0xb8].`>[0xe6][0x10][0x9][0xf4][0xfc][0xeb][0xa0][0x90][0x8f][0xfd][0x94][0xb2][0xd3]v[0x85]y[0xce]`:S[0xbf]#m[0x87][0xb5][0x2][0xfa][0xa2][0x15]LEO[0x4]'[0xe4]]v[0xb3][0x1a][0xbd][0xff][0xdb]?n[0xbb][0xab][0xde]-9[0xbe][0xb6][0xe2]x[0x81][0xbd]*[0x9d]u[0x81][0xa1][0xf4]a[0xcf][0xf7][0xea][0xc]b[0xbd]|qk[0x9e][0xbc]v[0xd6][0xc9][0xa0]@\x[0x14][0x5][0xc5][0x92][0x13][0xda]+[0x8e][0x9c][0xb0]l[0x87]oMm^[0x4][0x9a][0xad] [0x90]~8[0xbe][0xbc][0x12][0x12]Z{[0xfa][0xe0][0xc3][0x90][0x99]A[0xf][0xdf][0xd2]6[0xbe][0xb2]q[0xae][0x1c][0x1d]Jmjp[0xa2][0x9d]S[0x4][0x81][0x14][0xe5][0x18][0x9e][0xe6]Op[0xc2][0xba][0xb9][0x9f][0xa4][0xe6]#[0xee][0x1a][0xf7][0x8e][0xec]6D6[0xb7][0x85]X[0xb6]o[0xb][0xf1]l[0xff][0x16][0xb4];Q[0xbe]g[0xb8]v[0xf1][0x85][0x6]+h[0xcc][0xd6][0xc4][0xfc]-[0xac][0xd0][0xce][0xfc][0xa7][0xa8][0xcd][0x96][0xe3][0xf1],1 [0x92]T}[0x11]I[0xaa]r,[0x92][0x14][0x96]8NS6j6[0x85][0xa5][0x8c][0xea][0xc]u[0x9c][0xe5]2[0xa6]X/=[0x9b][0xa8][0xff][0xe3]>[0x1a][0xde][0xd9]Fc![0xfb][\r]bw[0xa1]s[0x8b][0xef] !P[0xec][0xdb]A[0x93][0xc0]W[0xc8]QH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0x88][0xe6][0xa9]~Z[0xb5][0xf8]w0[0xee][0xe2][0x89][0x9b][0x9b]h[0x19][0xd6]r)m[0x7][0xad]1[0xdc][0xdc][0xfc][0xeb][0xe7]M|^T[0xce][0xea][0xf8][0xbf][0xd2]L[0xe]7[0xd4][0xe2][0x87][0x1b]S[0x8d][0x95][0xc][0x3]J*[0xa7][0x18][0xd6]S[0xfa][0xc1]$[0x89]\*QM[0xf2]S[0xaa][0xe1][0x87][0xdc][0xb7]8v[0x7]:[0xfa][0xf8]/7J6[0x13]hE[0x91]{[0x80][0x8f][0xf1]I[0xe5][0xbc]A[0x6][0x8a][0x98][0x89][0xf6]m<[0xc0]C[0xea]7[0xf0]et.we[0x89][0xc][0x82][0xc]&[0xd8][0xcf]V[0xf6][0xa2][0x8f][0x1d][0x18]"[0x8f][0xa3][0xe4]9ON/S[0xbe][0x8a]s[0xcc][0xd2][0xcd][0xef][0xf6]$s[0x9d]b[0x85][0x1e][0xd6][0xe8]e[0x95][0xd3][0xf8][0x94]>[0x9f]Q[0xfe][0x82]>[0x1b][0xb4]m[0xd3][0xf6][0x80][0xe7][0x87][0xb4][0xed][0xd2][0xf6][0xb][0xe5][0xdf]p[0x1e][0xbf]#[0x1d]u[0xfa]C[0xf6].[0xcf][0xce][0x9c][0xa3]Nc[0xb5][0x13][0xd4]g[0x88]%[0xc5][0xff][0xf6],r[0xec][0xde][0x14][0xb1](k[0x8c][0xb9][0xab]~A[0xcd][0xef][0xfd][0x9a][0xdf]n[0xc5][0x9a]`[0xcd][0xee][0xc8][0xaa][0xe3]k\[0x8c][0xac][0x8d][0xaa][0xf3][0x95]iJ[0xe0]W[0xd6]Q[0xd3][[0x9d][0x9c][0xb2][0xa6][0x9f][0xd2][0x0]5[0x1a][0xf7][0x16][0xfe][0xcc]h[0x8a].[0xfc][\r]PK[0x7][0x8][0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/statements/RunBefores.class[0x9d]TmO[0x13]A[0x10]~[0xb6]W8Z[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5]yS[0x14][0x4][0xa5]-/[0x7][0x8]*[0x16][0xab]b [0x9a][0x14]L[0x84]`[0xa2][0x9f][0xae]em[0x17][0xae]w[0xe4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd1][0xdf][0xe1]/[0xf0]3[0x89]`0[0xd1][0xf8][0xd9]_[0xe1]/Qg[0xaf][0xe5][0xb5][0x18][0xc1]\vgnfv[0xf6][0x99]yv[0xf7][0xc7][0xaf]/[0xdf][0x0]L`.[0x8a]&$#[0xd0][0x90][0x92][0xd3][0xb0][0x9c]F[0x1a]1[0x8a][0xb1]F[0xe8][0x18][0x97][0xd3][0x84][0x8a]I[0x15]w[0xa2]h[0xc0][0x94][0x8c][0x9e]VqW[0xc5]=[0x86][0xb0][0xc5][0xb7]=[0x86][0x81][0xac][0xed][0x14][0xf4]u[0xdf][0x12][0x9e][0xee][0xf8][0x96][0xc5][0x1d]W/[0xd9]k[0xdc][0xd4][0x97]=[0xc3][0xe3]%nyi[0x86]z[0xcf]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xc2][0xe3][0xd9]u[0xa3]l[0xe8][0xa6]a[0x15][0xf4][0x17][0xb9]u[0x9e][0x97]^5[0xc7][0xdf][0xda][0xe]w[0x19]Z*n[0xdf][0x13][0xa6][0x9e][0x15][0xae]tF[0x96]E[0xc1]2<[0xdf][0xe1][0xc][0xe9]3[0xee][0xd9][0xbf]n[0xbe][0xe0][0x18]%[0xbe]e;[0x1b][0x8b][0xdc]+[0xda]k[0xe9][0x8c][0x4]1+(0[0xc3][0xf0],q[0x1][0xd0]g[0x91][0xd4][0x2]O[0xae]R[0x17][0x9e][0xd2]2[0x86]XVX|[0xc9]/[0xe5][0xb8][0xb3]b[0xe4]L.[0xb][0xb5][0xf3][0x86][0xb9]j8B[0xfe]W[0x8d]a[0xaf]([0xa8][0xca][0xc9][0x13][0xdb][0xb][0xcb][0xe3][0x8e]e[0x98]G8[0xdc]C[0x4][0xae][0xfe][0xd2][0xb7][0xe6]*[0x9d]![0xf4][0x1d][0xa7][0x13][0xee]l[0x1e]&u[0xff][0xa3][0x9a][0xcb]4[0xee][0xfc][0xc2][0x1b]x[0xd9]0}J[0xcf][0xa0]$[0xa4][0xa1][0xbe]B"C[0xf2][0xc2][0xb9][0x19]Bb[0x90][0xa1][0xfd][0x4][0xb8][0xe7][0xd4][\r][0xc3][0xb3][0x1d][0xf2]E[0xe7][0xb7][0xf3]|[0xd3][0x13][0xb6][0xe5][0xaa][0xb8]O[0xff][0xcb][0xb6][0xef][0xe4][0xf9][0x82][0x90]E[0xc7][0x8e]{3&Wk[0xe8]@[0x9f][0x86]f[0xc4]4[0xc4][0xd1][0xa6][0xa1][0x5][0xad]*f4<@Z[0xc5][0xac][0x86][0x87][0xc8]H[0xf7]#[0x86][0xa1][0xb][0xc2][0xa3][0xd3]x[0xb6]r[\r][0x8f][0xf1]D[0xc3][\r][0xf4]1[0x8c]_[0x96]C[0x86][0xfe][0xf2][0xc4][0xd0]v[0xbc][0xe7]J[0xd1][0xb1][0xb7]*[0x1c]7[0x9f][0xa6][0x8f][0xda]/[0xaa][0x8d][0xa2][0x83][0x91]H[0x9e][0xdf][0xc0]x[0xad][0x95][0xee]Z[0xd1]p[0x97][0x82][0x9b]K[0xb4][0xbd][0xa6][0xe6][0x1f][0xae]>}%[[0x85]U[0xb6]7[0xf8][0xfc][0xf6][0xa6]i[0xbb][0xa2][0xcc][0xcd][0x1d][0x86][0x99]Dm[0xe4][0x9b]sNG[0xad][0x9][0xfd][0xf4][0xb0]4[0xd1][0x93][0xa3][0x10]9[0xc4][0x11]iq[0xc9]P [0x89].[0x10][0xe][0xd2]C[0xb8]B[0x83]*B'[0xc9].[0xb2][0xbc]#[0x19]&[0xd9][0x9e][0xfa][0xc][0x96][0x1a][0xde]C(5[0xb2][0x7]%5[0xba][0x87][0xf0]n[0x90][0xaf][0x9b][0xe6][0xe][0xd4][0xd1][0x1c][0xa3][0xc8][0x16]D(ks[0x90][0xb3][\r]=dMU[0xd6][0xe3]*[0xae][0x1][0x81]&[0xf7]g[0x81]&[0xa3]B[0x81]&[0xb1]([0xe8]%];[0xf2]I,[0x15]T[0xd7][0xc9]F[0x9c]W1[0xbd][0xa7]H[0x85][0xe4]t[0xea][0x13][0x94][0x3][0xd4]1d[0x87][0xf]P[0xcf][0xf0][0x1][0xbd][0xa4][0xa8][0xc][0xdf][0xd1][0xb0]8B[0xde][0xb0][0xf2][0x15][0x91]}D_}[0xfc][0xfd][0x93]~C[0xfb]h[0xdc][\r][0x12]v[0x7][0x85]K`[0x9d][0xb4]i[0x17]=[0xb8]=[0x98]"[0x88][0x12]p_[0x0][0xa4][0x89]Zv[0x93]"[0xa3][0x18][0xa0]o0[0x0]5]-[0xe2][0x16][0x8d]0Yn[0xd3][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]%[0xfe][0x0]PK[0x7][0x8][0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/matchers/JUnitMatchers.class[0xbd][0x96][0xfd]v[0x13]E[0x14][0xc0][0xef][0xd0][0xd0]m[0xd2][0xb5][0xc5]"[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0xb](i[0xb]][0x10]Q[0xa1]!ZB[0x80]b[0xca]G[0x93][0xd6][0x8f][0xaa]8[0xd9][0x8e][0xc9][0xd4]d[0xb6]gwR[0xe5][0x11]|[0x1b][0xfc]K[0x8f][0xf0][0x0]>[0x94][0xc7];[0x9b]M[0xd2][0x99][0xdd][0xd0]&[0xe5][0x90][0x9c][0xdc][0x99][0xb9];[0xf7][0xfe][0xee][0x9d];3[0x9b][0xff][0xfb][0xe7][0x15][0x0]\[0x7][0x9a][0x81]w[0xa0][0x94][0x81]5x[0xac][0xc4][0x13]%[0x9e]*[0xf1]L[0x89]u%[0xca]JT[0x94][0xd8][0xc8][0xc0]&|[0xa3][0xc4][0xb7][0x16]|g[0xc1][0xf7][0x4]Fs\p[0x99]'0[0x92][0x9d][0xdf]$[0x90]*x[0xdb][0x8c][0xc0]d[0x89][0xb][0xf6][0xb8][0xd5][0xac]2[0xbf]B[0xab][\r][0xd4]L[0x95]<[0x97]66[0xa9][0xcf][0xd5]8R[0xa6]d[0x9d][0x7][0x4].[0x94]<[0xbf][0xe6][0xec][0xb4][0xd0][0x91][0xd3][0xa4][0xd2][0xad]3?p[0x1e]m[0xe0]p-[0x1a]-[0x13][0xb0][0xea]4X[0x95][0xac]I`![[0xda][0xa1]{[0xd4]iPQs[0x9e]Tw[0x98]+[0x97][0xe7]C[0x17]u[0xda]t}[0x16]H'[0xb2]Sf[0xac][0xc1][0x9a]LH[0x15]A[0xcc][0x8a][0xc0][0xb4][0x1e][0xd6][0x8b][0xdd]Nh#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xce][0xdc]c[0xbb]>s[0xa9]d[0xdb][0x4][0xd2]e^[0x13]T[0xb6]||[0xbc][0x96][0xab][0xdc][0x8e][0xfb][0xcb]g[0xd1]*9[0x94][0xdc][0xbe][0xd9][0x98][0x86][0xaf]([0xb9][0xab]8=[0x8f]_[0x2]3[0xeb]-!y[0x93]m[0xf2][0x80][0xe3][0x93][0x15]!.[0x8][0x9c]K~r`]^k6L[0x9a]i[0xb6][0xc7][0xfc][0x17][0xed][0xf3]x&[0xd9]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "i{[0xa0][0xad]2t@[0x13][0xae]'$[0xe5]"(K[0x9f][0x8b][0x9a]qK[0xb4][0x95][0xfd]k[0x90][0xe]Z[0xd5] 2[0x9c][0x8a][0xdb][0x11][0xc8][0x1f][0xda][.>Q[0xc5][0x97][0xaa]z[0xb2]n[0xc1][0xf][0x4]N[0x15][0xbc]f[0x95][0xb][0x15][0xfe]][0xd4]u[0xcf][0xa2][0xbd]*[0x4][0xf3][0xb][\r][0x1a][0x4][0xc]7A[0xf9]p[0x87][0xdb][0xf5]|[0xe6][0xf4][0xba]}[0x90][0xe8]v[0xdc]t[0xeb]in[0x1f][0xc6][0xdc]>[0xdc][0xe7]v[0x15][0x8f][0xc2][0xde][0xd7][0xb0][0x8c][0xed][0x14][0xf6]n[0xc1][0x16][0xdc]F[0x8b][0xaf][0xb0]][0x81][0x99][0xff][0x1]PK[0x7][0x8][0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/junit/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/DisableOnDebug.class[0x8d]U[[[0x1b]U[0x14]][0x87]\[0x6][0x92])[0x85][0x81] [0xa2][0xad]mA[0x9a][0x1b][0x8c][0xda]Vm[0x83](mJE[0x3][0xd4][0x82][0x14][0xa9][0xb7][0x9][0x8c][0xe1]`2[0x89]3[0x13][0xb5][0xdf][0xe7][0x1f][0xe9]/[0xf0][0x85][0x87][0xf6][0xfb][0xec][0x5][0x1f][0xfc][0xfa][0xdc]?[0xe0][0xbf]Q[0xd7][0x99][0xa4]![0x17][0x8a][0xbc][0x9c][0xb3][0xcf][0x9e][0xbd][0xd7]^{[0x9d]}[0x92][0x17][0xff][0xfc][0xf9][0x17][0x80]w[0xf1]}[0xc][0x1f][0xe0][0xc3]8[0xae][0xe2]Z[0xc][0xc3][0xc8][0xc5]``n[0x80][0xd6]G[0xea]8[0xaf][0xac][0x8f][0xe3][0x18][0xc1]'q,[0xe0]z[0x1c]7[0x90]W[0xcb]M[\r][0x8b][0xfd][0xb8][0x15][0x83][0x8e]O[0xfb][0xb1][0xa4][0xf6][0xcf]4|[0xae][0xa1][0xa0]aY [0xec][0xd6][0xcb][0xb6][0xc0]D[0xa1][0xea][0x96][0xcc][0xbd][0xba]#}Sy6[0xd2][0xb8][0xdd]F![0xd1][0xa2][0x90]@[0x12][0xa9][0xa0]`[0x2]id[0x98][0x19]So[0xaf][0xd9][0xec][0x83]f[0xb3]W[0xd2][0x7][0x18][0x10](d[0xe][0x10][0x13][0xf4]N[0xd3][0x88][0xb]<[0x87][0xbe]l[0x9c][0xca]>[0xc1] I[0x84][0xf7][0xb3][0xc6][0xe9]'[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0xdf][0xff][0xfd];[0xb4][0xdf][0xd2]c[0x2]Q[0xae][0x92][0xfb][0x1e]{[0xfa][0x91][0xdd][0x94]1[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xa1][0xd6]"5A[0xf5]ga[0xb2][0xa0]F[0x2][0xef][0xf0][0xcf]Y[0x91][0xba][0x82][0xf7][0xa8][0xb][0xda]tQ[0x9e]I[0xee][\r]].[0xd1][0x97][0xc5][0xe5][0xa6].&w[0x15][0x13]Q[0xba][0xec][0xb7]t[0x88][0x6][0xce][0xdf][0x82]R[\r][0x90]H[0xb3]A8[0x15][0xf5][0xfe]PK[0x7][0x8][0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ErrorCollector$1.class[0xa5]S]O[0x13]A[0x14]=C[0x17][0x96].[0xab][0xd4]R1[0xa0] b[0xd5]v[0xf9]X+~<[0x88]D[0xa8]51[0x1]}([0xe1][0xcd][0x87][0xe9]2i[0xb7]ng[0xcd][0xec].[0xf1]gi[0xd2]F[0xe3][0x83]?[0xc0][0x1f]e[0xbc]3[0x12][0x10][0xdb][0xd0][0x7]7[0x99]{gg[0xce]=[0xf7][0xde]33?}[0xff][0x1][0xa0][0x86]gy[0xd8][0xb8][0xaf][0xcd][0x3]m*[0xda]T[0x1d]L[0xc3]s[0xb0][0x86]u[0x1b][0x1b]66m[0xf8][0xc][0xce][0x9][0x8f][0xca]J[0xf0]$[0x96][0xc][0xc5][0xfd].?[0xe1]~[0xc4]e[0xdb]o[0xa6]*[0x94][0xed][0xe7][0xc]y[0x8d][0xa0][0x91][0x89][0x8b][0x80]w[0xad][0xae][0x8]R[0x2][0xcc]h@[0x8f][0xa7]AG([0x86][0xf9][0xfd]X[0xb5][0xfd][0xe][0xef][0x5]J$[0xa9][0xf0]g[0x9d]`Si'L[0xca][0xf][0x19]V[0xc][0xa2][0x9b][0xc9]0[0xf5]U[0x16][0x89][0xc4]o([0x15][0xab]z[0x1c]ED[0x18][0x1b][0xec]vH[0xbb];[0xc][0xef]+[0xe3][0xc0][0xc3]%[0xf][0xd7]8[0xba][0xa4][0xea][0x11][0x83]U[0x8f][0x8f][0xa9][0xaf][0xd9][0xfd]P[0x8a][0xb7]Y[0xaf]%[0xd4]!oE[0xa6][0xd3]8[0xe0][0xd1][0x11]W[0xa1][0xfe]?][0xb4]t[0xb][0xc]`p[0xdf]H)T=[0xe2]I"heuL[0x95][0xe5][0x1a]5e[0x11]a[0xc4]P[0xaa]TG[0xa9][0xe8]4>[0x5][0xe2]c[0x1a][0xc6]2[0xb1]A*[0xe5][0x9b]a[[0xf2]4S[0x94][0xb7]1[0xa2]%[0xb3][0x92][0xa5]a[0xe4][0x7][0xb1][0xc]2[0xa5][0x84]L[0xfd]:e[0xd0][0xa5]n[0xf][0x7][0xec][0xe8][0x1c][0xcd]8S[0x81]x[0x1d][0xea]f[0xe6].[0x96][0xb8][0xa9]#H[0x89][0x86][0xc][0xa2]8![0x1d][0xf]D[0xda][0x89][0x8f]m[0xd4]\<[0xc2][0x96][0x8b][0x2][0xae][0xb9]p0[0xe3][0xc2][0xc5][0x15][0x17]W1[0xeb][0xa2][0x88][0xc7]6[0x9e][0xb8]x[0x8a]-:[0xd7]q[0x1a]0[0x14][0xfe]-[0x8b]a[0xe9][0xd2]F[0xa8][0xcc][0xf3][0x90]3[0x85][0x18][0x96]/[0xcf]E[0xf2][0xd1][0x11][0x7][0x1f][0xe];[0x9c]R[0xbc][0xa8][0xfc][0xdf]%[0xc9]U[0xb4]-[0x9c][0xa7][0xdc][0xa5]SWD[0xec]p3[0xd1]Y[0xb0]BOl[0x9a]nF[0x1e]V[0xa1][0xa0]u[0x2][0xc8][0x93]T[0xc6][0x93]Z[0xc6][0x93][0x88][0xf4]@'h[0x14]1G[0xe8][0x12][0xcd]^[0xd1][0xff]$[0xf9]Eom[0x0][0xe6][0xad][0xf]0[0xe1]m[0xc][0x90][0xf3][0x16][0xac][0x1],[0xef]+&[0xbf][0x98][0x98][0xeb]d[0xa7]([0x6]x[0x89]y[0xb2][0xae][0x99]/[0xe2][0x6][\r]}'o[0xe2][0x16][0xa1]4[0xe3][0x1e]rf[0xaf][0xe4][0xf5][0x89][0xab]OT}X[0xdf]0[0xa5][0xa7][0x9f][0xcf][0xb8][0x1c]S[0xc7].U[0xb6][0xf7][0x17]_[0xe9][0x94]o[0x89][0x86]E+[0xcb]do[0x9b][0x98][0x15][0xdc]1~[0x15]w[0xcd]^[0x19][0xf7][0xb0]`x[0x18][0xf5]n[0xbe][0xdf]PK[0x7][0x8]~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/ErrorCollector.class[0xa5]Uks[0xdb]T[0x10]=[0xd7]v-?[0xd4]:[0x8f]6[0x14]J[0xdb]P[0xd2][0xd6][0xb1][0xd3][0xaa][0xa1][0x90][0xd0][0xda]u([0xae][0x3][0xa1]N[0xd2][0xd6]&[0x9d]2[0xc3][0x7]E[0xb9][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb2][0x94][0xb9][0x92][0x2][0xf9]We[0x6][0x1a][0x1e]3[0xfc][0x0]~T[0x87][0xbd]W[0xb2]q[0x1c][0xe3][0xc][0xc3][0x7][0xfb]>v[0xf7][0xec][0xd9][0xbd][0xbb][0xab][0xbf][0xde][0xfe][0xfe]'[0x80]e[0xec][0xe4]0[0x85][0x7][0x1a][0x1e][0xe6][0x90][0xc0][0x83],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xe4]P[0xc5][0xa3][0xf9][0xaf](v][0xb3]g[0x9][0xee][0x7][0xc6][0xa6][0x19][0x90][0xbe][0x88][0x90][0xf]M'T[0xc1][0x9d]2b[0xd0]z[0x91]&[0xc3][0xdc]x[0x4]%[0x18]N[0xca][0xd1]A?1[0xc9]v[0x9b][0xc4]W[0xc6][0xda]UI&3[0xbf]Zm?<[0xed][0xb7]V$[0xf1][0x4];I[0xfb][0xd1]p[0x90][0xad]@[0xd8]n[0xa7][0xf2]_[0xc2]N[0xb]n[0xfa][0x9e]{2[0xee][0x18][0x87]a[0xe3]_x[0x9d][0xd6]=[0x9b][0xe9]y[0xf5]4[0xad][0xd0][0xb2]8[0xdf][0xa3][0x7][0xbf]_[0x1c]*L[0xcb]s[0xad]P[0x8][0xee][0x6]F[0xdd]t[0x9c][0xe8][0xbd][0xc7][0xbd][0x4][0xa3][0x8c]f[0xac]X[0x85][0xe1][0xfa][0x19][0x18][0xc][0xb][0x93]5[0xfa]/[0xb0]61[0xd2][0xc9][0xd6][0x8b][0xea][0x85]s-/[0x14][0x16]_[0xb7]%[0xaf][0xd9][0x93]UW[0xa2][0xe8][0xb8][0x84]9[0x12][0xfd][0x83][0xf8]X[0x8][0xf3]H[0xf6][0xa4][0x8e]i[0xcc]hh[0xea][0xd8][0xc4][0x96][0x86]m[0x1d][0xcf][0xf0][0x9c][0x1]:n`[0x89][0x9a]jrO-,3[0xe8][0x1b][0xae][0xcb]E[0xdd]1}[0x9f][0xfb][0xd2][0xd3][0xb][0x1d][0xf7][0xb0][0xac][0xa1][0xa5][0xa3][0x8d][0xaf][0xfb]nO6[0x8c][0x8e]k[0xb8][0xce]pm2<5[0xe4][0xa8][0xc2][0x8e][0xec]`[[0xf6][0xc3][0xbd]a[0x91][0xa4][0xe0][0x1b]=[0x1a][0x1b][0x8e][0xb1][0x19]:[0x81]}[0xe0][0xf0]u[0xd3]vh[0xe][\r]Z[0x9d]!/9[0x8a][0xa0][0xd1];[0x8]h[0x8][0xcc][0x16]G[0xc7][0x97],[0x96][0xb]'[0xef][0xa8][0x8b]hM\[0xcf][0xc7][0xa4]f[0x14][0x89]-[0xba][0xd9][0xa6][0xec]<[0xa3][0xfb][0xe7][0x83][0xc]e[0xe8][0xf6]#J[0xb3]tV[0x18][0xd0],[0xe0]>>&[0x9c][0xe2][0xe0][0xa1][0xe5][0xcd]'[0x83][0x12]\[0xa1][0xdf][0xaa][0xda]}[0x8a][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]>[0xa1][0xca][0x12][0x3]PK[0x7][0x8][0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.class[0xa5]T[0xcd]N[0x13]Q[0x18]=[0x97]V[0xa6][0xc][0x83][0xad] [0xa8]U[0x91][0x9f]R[0xfb][0x83]L[0xcb][0x16][0xc2][0x86]`Bl[0xdc]@[0xba]`w;[0xdc][0xc0][0x90][0xe9][0xc][0x99][0x99]bW[0xbe][0x87]O[0xe0][0xba][0x89](q[0xe1][0x3][0xf8]$[0xea][0xc6][0xff][0xb8]3[0x9e][kM[0xa0][0x86]&.[0xe6][0xde][0xef]~s[0xbe]s[0xce]w[0xef][0x9d]y[0xfb][0xf3][0xf5][0x1b][0x0]U[0xac][0x8e]a[0xc]s&L[0xcc][0xeb]hAG[0x8b][0x6]r&[0x96][0x90][0xd7][0xc3]}=[0x14][0xc][0x14][\r][0x94][0x4][0x92][0xbe]j[0xc7][0x2][0x8b][0xb5] <[0xb0][0x8f]Z[0xbe][0x1b][0xdb]a[0xcb][0xf7]U[0x18][0xd9][0xcd]`_y[0xf6]N,c[0xd5]T~[0xbc]&0[0x1a][0x1f][0xba]Q[0xae]r[0x1e][0xee][0xa9][0xc8][0xde]j[0x1f]+'V[0xfb][mG[0x1d][0xc7]n[0xe0]k[0xf8][0xba]K[0xc0][0x86][0xc0]va[0x8][0xfc][0x10][0xe][0x8a]u[0x1a][0xde]dR ]s}[0xf5][0xb8][0xd5]l[0xa8]pW6[0x8c]n[0x86][0x17][0x13][0x19][0x8e][0xd7][0xb8]z[0xc4]u[0x82]s[0xba]T>[0x85]([0xbd][0xc2]Hi[0xf9][0x14][0x89]N[0xaf][0x14],[0xd1][0xaf][0xdf][0x91][0xee]=[0xe3][0xf][0x98][0xe2]j[0x86][0xef]X[0x82][0xeb][0xb8][0x1]t[0xa3][0x9b][0x94][0xd0][0xc4]<`[0xce][0x9a][0xf8])g[0x8d][0xca][0x97]^ [0xf1][0x12][0xc9][0xe7][0x98][0xa8]1[0x14][0xe5]3[0x8c]vtp[0x6][0xe3][0x19][0xcc][0xdf]Q[0xaa][0xc3]Z[0xc0][0xa0][0xe5]+=[0xdd][0x5][0xa4]8~d[0xee]+[0xb3][0x9f][0xd8][0xc4]gj[0xa1][0xe6]7[0xcc][0xe2];[0xf]?[0xfa]^[0xc6][0xe9][0xee]6[0xee]t9[0xf2]=Ww[0xf9]$[0x99][0xd1]|[0xb3][0xdd]n[0xee][0x11][0xb]r[0x9][0xa2][0x97]0[0x8d][0x91]_PK[0x7][0x8][0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/rules/ExpectedException.class[0x95]Wiw[0x13]U[0x18]~[0xa6]I;[0xc9]t[0x84]R[0xa5][0x14][0xeb]R6m[0x13] -[0xee][0xb6][0x82][0xb5][0x5]A[0xb]([0xa9]U[0xc4]m[0x9a]L[0x9b])[0xc9]L[0x9c][0x99][0x8][0xb8][0xe3][0xbe][0xef][0x1b][0xee][0xcb][0x7][0xbf][0xa0][0x7][0xcf]Q[0xe0][0xc0]Q?[0xea][0xf1][0xb3][0xfe][0x1][0xfd][0x19]z8[0xbe][0xef][0xcc][0xcd]d[0x92]L p[0xe][0x99];[0xf7][0xbe][0xef][0xf3][0xbc][0xfb][0x9d][0xfe]q[0xe6][0xd4]/[0x0]F[0xf1][0x8d][0x82]8[0x16][0xf8][0xa7][0xc0]?[0x86][0x8c]E~[0xee]W0[0x80][0xfd]2[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xec]O[0xd2]N)[0x1][0x93][0x9f][0x96][0x8c][0xb2][0x2][0x15][0xf][0xf3][0x89][0xad][0xc0][0x81][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15]^=[0xc2][0xab][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xe2][0x90][0x82]G[0xf1][0x18][0x8b]<[0xae][0xe0][0x9]<[0xc9][0xab][0xa7][0xf8][0xf4]i~=[0xac][0xe0][0x19]<+[0xe3]9[0x5][0xcf][0xe3][0x5][0x19]/J[0xb8]x[0xeb][0xc1][0xb2][0x9e]s[0xf5][0xfc][0xd6][0x83]9[0xbd][0xec][0x1a][0x96][0x99]u5W/[0xe9][0xa6]+A[0xdd]a[0x9a][0xba]=Y[0xd4][0x1c]Gw$,)in[0xae][0xa0][0xdb][0xb7]T[0x8c]b^[0xb7]%[0x8c]N[[0xf6]Bf[0xb1]b[0x1a]n[0xc6][0xae][0x14]u'[0xd3][0x84][0xb6][0xb3]NeL[0xc2][0x8a][0x92][0xe1]8[0x86][0xb9]P[0x93][0xd0][0x1d]G[[0xd0]%[0xf4]N/j[0x8f]h[0x99][0xa2]f.d[0xb2][0xae]M2$[0x1e]7-[0x93][0xce][0xd6][\r][\r][0x9f][0x9b][0x8b][0xc5]'[0xad]<[0x89]/[0x9d]6L}W[0xa5]4[0xa7][0xdb]3[0xda]\[0x91]v[0xba][0xc6][\r][0xd2][0xdc],!64<[0xcb]\VN+[0xce]j[0xb6][0xc1][0xc7]B&[0xee][0x16][0xc]rsM[L[0xcb][0xb][0x9a][0x99]/[0xea][0x13][0x14][0x1a][0x9b][0xb7][0xb6][0xda][0xb6]e[0x93][0xb6]2[0xa5][0x97]m=G1[0xcc]KX[0xb9][0xa7]b[0xba]FI[0x9f]5[0x1c][0x83](&L[0xd3][0xa2][0xe8][0x92]4[0x9][0xf6][0x85][0xdc][0xad][0xe9][0x10][0xf2][0xea][0x0][0xb9]R[0xf2][0xd8]f[\r][0xab][0xa8][0x85][0xe9]I{[0x95][0xad][0x97]-[0xdb][0xdd][0xd9][0x10][0xcc][0xbb][\r][0xb7][0x10][0x4][0xf4][0xba][0xa1][0xe6][0x88][0xb6][0x17]F[0xb9]T[0xc5][0xe8][0xd4][0xca][0xe5][0xe2]![0x9][0xf3]Cu[0x8a]\[0x17]N[0xa6]D[0xc1]." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0x82][0x82][0x19]k[0x12]![0xc7][0x9c][0x9c]m[0xf8][0xb0][0xc3]m P[0x12][0xe6]4GoLB+[0xe1][0xee]|[\r]_[0xc2]eg[0xe7][0xa7]"[0xd0]=_)/[0xbe]7[0x5][0xad][0x94][0xb3]u[0xc7][0xcd][0x88]*[0x1d][0xe3][0xd2][0x90]E[0x95]s[0x86]"[0x85][0xbc][0x83]p[0xf5][0x1c]*W+he[0xa4][0xc6]xj3)%[0xb3][0xc6][0x82][0xa9][0xb9][0x15][0x9b][0xe4].[0x89][0xe6]gA6[0xe1][0xa2]p[0xe2][0xbc][0xf6][0xf3][0xb6][0xe3].1IX[0xd6]t(a[0xb8]qo<[0x1d][0xda][0x99])[0xd8][0xd6][0x1][0xb6]p[0x8c][\r]Y[0xdf][0x84][0xde]R[0x98]Y/[0xf0][0x83][0x16]T[0xd5][0xf2][0xa8][0xaa]"[0xb9][0xa4]S[0x99]s[0xbc]W[0x9][0xa9]h[0xf7][0x9a][0x15][0xd9][0x9e][\r]-[0x82][0x11]%[0xcd]D[0xdd][0xbe]A[0x93]Z[0x85][0xb]E[0x98][0xa7][0xe7][0xc5][0xfb][0xc6]h[0xb0][0xd6][0xe1][0x18]mA[0xb6][0x98],[0xf5][4h[0x19][0x9][0xfd]C[0x91][0xe2],,q[0xd0]"OiZ[0xd4]zZ[0xc6]KTY[0x86]3a[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xab][0xbd][0xe9][0x8d][0xad]{[0xa9][0xbe][0xe6]5[0xa3]8U[0xd1]g[0xac][0xc6][0xc6][0x97][0xf1]2[0xd7][0xcd]p[0xd4][0xc][0x15][0x1][0xd3]|K[0x15]-[0x97][0xa3]\[0xae][0x1d][0x19][0x19][0x91]06[0xd4][0xc6]dd2[0x0]N[0xe2]&l&[0xb0]-ATx[0xe7]fZMx[0x86][0xdd][0xe2][0x11]M6[0x11][0xa5]Ob[0xe9]q[0xf4]4[0x12][0x9d]"[0xa2][0xd3]-[0x88][0xa6][0xb0][0xb5][0x81]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x2][0xa2][i[0xb5][0x1d];D[0x9c]&[0xc2]D[0xcb][0x8e][0xa3][0xb7]VY>[0xd1]oD[0xf4]{[0xb][0xa2][0xdb]D[0xd8][0xb7]G[0x4][0x88][0xe0].[0x8c][0xb0][0xfb]O[0x82][0xfb][0xeb]<[0x2]t{`[0xf7]4[0xad]vF[0x13]][0x14]A[0xf4]7[0x11][0xfd][0xd3][0x82]hW[0x13][0xd1].[0xec][0xe][0x88][0xee][0xa0][0xff][0xf4][0xc1] [0x88][0xee][0x11]D[0xfd][0xd4][0x87][0x1d]G[0xb0],[0xcd][0xa9]?[0x8e][0xe5]'[0xd1][0xf7]-:[0xd3][0xbf]6v[0xe2][0xbf]T[0x8e][0xff]Q[0x17][0x9e][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xae][0xf1][0xf7][0x7][0xfc][0xfd]d[0xfc][0xc][0xb1][0xdd]E[0xeb]8=g[0xe9][0x9c][0xbe]RDB6[0x89][0x8e]J[0xf8]<+[0x8e][0xd6][0x97][0xad][0x14][0xb][0xf5]UB`v[0xf0][0xa7][0x8e][0xb0][0xf7][0xda]@[0xff][0x4][0xfa]ObeC>%[0x19][0xb2][0x94][0x88][0xc0][0xa8]Zs[0xaf]7[0xbd][0xf6][0x9]k[0xb2][0xd4]tl[0xfd]@[0xe0][0xf5][0xc5][0xd3][0xb4][0xec][0x8e][0xff][0x8c][0x81][0xbd][0xb1]t[0xf6]$.i[0xe8]S[0xa9][0x1b][0xdd][0x92][0x1a]r|@[0x10]t[0xa3][0x7][0xf7]q[0xc1][0xf4]$p?[0x1e][0x10][0xe6][0xde]([0xc2][0xdb][0xc5]=[0x1a][0xfb][0xa1][0xde]Y,[0x86]p[0xba][0xf0][0xa0][0x8]`[0x17][0x1e][0xaa][0xf] !j[0x98][0x13]&gD[0x0]:9aG#[0x1]}[0xcf];}@R[0xce]!/[0xcc][0x9]+K[0xd1][0xd6][0xd4])[0xd7][0x85]M[0xf7][0xe4][0xe7]q[0xb9][0x17][0xb][0x89]$[0xe3][0xb8][0xc][0x1d][0xff][0x3]PK[0x7][0x8][0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.class[0x95]T]S[0xd3]@[0x14]=[0xdb][0x6][0x2]%`)[0xa2][0x82][0xe2]'[0xd8][0xf][0x90][0x88](~[0xb4]V[0x5]Q[0xc0]"*[0x88][0xa3]o[0xa1][0x8d]m[0x98][0xd0]2I[0xaa][0xe0]O[0xf1][0xc9]7_|[0xc0][0x19][0x1d]Dg[0x1c][0x9f][0xfd]Q[0x8e][0xf7][0xa6]![\r][0x85][0xea][0xd0][0x99]n[0xf6][0xe3][0xee]9g[0xef][0xb9][0xbb][0xbf][0xff]|[0xff][0x9]`[0xc][0x8b][0x11]tc\[0xc6][0xd5][0x8]B[0x18]oG[0x14][0xd7]:0[0x81][0xeb][0xdc][0xdc][0x88][0xd0][0xf0]f[0x4][0xb7][0x90][0xe6]a[0x86][0x9b][0xdb]2[0xb2]<}[0x87][0x9b][0xbb][0x11][0xdc][0xc3]$[0xef][0x9c][0x92]q_[0xc6][0xb4]@[0xdb][0x9a][0xe6][0xe4]K[0xba]e[0xb]Ds[0xab][0xda][0x1b]M[0xad]:[0x86][0xa9][0xe6][0xc][0xdb]I[0xb][0xb4]/[0x1a][0xc5][0xb2][0xe6]T-]`[0xb8]a9[0x93][0xab]XE[0xb5][0xa4][0xad][0xe5]-[0xdd]v[0xd4][0xf9][0x1a]N&[0x95]Mgigk[0xc6]([0x1b]NV [0x9c]H.[0xb]HS[0x95][0x2]a[0x1c][0xc9][0x19]e[0xfd]qumE[0xb7][0x96][0xb4][0x15][0x93]fb[0xb9]J^3[0x97]5[0xcb][0xe0][0xb1]7)9%[0x83][0x4][0x8d][0xb9][0xc][0xab]U[0x2]R[0xad][0xaa][0xa9][0xdb][0xea][0xf4][0xc6][0xba][0x9e]w[0xf4][0xc2][0xf4]F^_w[0x8c]J[0xd9]c[0x9d][0xac][0x1a]fA[0xb7][0x88]7[0xac][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]}[0x89][0x3][0xc5][0xa5]Y[0x8a][0xec][0x9d]X[0xe0][0xd8][0xc1]A[0xee]BP[0xd4][0xe6][0xfa][0xae][0xb0][0xbe][0xa6]g[0x16]8u0'/2mTw[0xb5][0xdb]K%[0xab][0xf2][0xb6][0x86]F[0xa9]y%[0xd0][0xb2][0xc2][0xe2][0x5]N$[0x92][0xcd][0xf4][0xa8]M[0x96]25KL[0xad]\T}\7[0xfd]Q[0xcd]4[0x17]^/[0x95][0xf4]y[0xdf][0xde][0xae][0xbc]fS[0xea][0xea][0x13]1B[0xdd][0xe7][0xf8][0xe4][0xbe][0xc9]&>_j[0xc2][0xcd][0xec][0x12]S[0x9][0x8c]6s[0xa1][0xd9]9;m[0xa3]\4w5[0xb][0xcc][0xfc]#[0xa5][0x87]LHd[0xb1]R[0xb5][0xf2][0xfa][0x3][0x83][0x13]?[0xf8][0x9f]:[0x1a]e[0x14][0x5][0xc7]p\[0xa0][0xa7][0x9e][0x8d]{[0x96][0xa5]mrJ[0x14][0xc4][0xd0]#[0xe3][0x81][0x82][0x1]-C[0xbb]d[0xbb][0xab][0xfb][0x81][0xfc]#[0x9f]I[0x4][0x13][0x1f][0xf4][0xdd][0x1f]e<[0xb3]4~`L[0xd9]d[0xee][0xbd]s[0xef][0x9d]s[0xcf][0x9e][0x99][0xef]?[0xbe]|[0x5][0xb0][0x89][0xb5]2[0xc]<[0xd4][0xa6]a[0xa2][0x84]E[0x13][0xb]h[0xea][0xa8][0xa5]#[0xdb][0xc0][0x92][0x81]e[0x81][0xd2][0xb1][0xf4][0xed][0xbe][0x8c][0x95]@[0xab][0x17]FC[0xf7]([\r][0xbc][0xc4][0x8d][0xd2] PQ[0xec][0x8e][0xc3][0x3][0xe5][0xbb][0xbb][0x89]L[0xd4]X[0x5][0xc9]3[0x81]b2[0xf2]b{C[0xa0][0xf9]W[0xbb][0xaf]b[0xb7]{[0x92][0xa8]([0x90][0xfe][[0x15][0x87]i4P[0xba][0xfb][0xb9][0xc7][0xfa][0xb][0x81]W[0xed][0xe9][0xed]W[0x98][0xbf][0xb2]/P[0xd8]fR[0xa0][0xda][0xf3][0x2][0xf5]&[0x1d][0xf7]U[0xb4]'[0xfb]>3[0xb3][0xbd]p [0xfd]}[0x19]yz?I[0x16]4_[0x1][0x8]X[0xaf]5[0xe6][0xb6]/[0xe3]X1cO%do[0xf2][0xf][0xcc][0xee][0xc9]@[0xbd]K[0xbc]0[0x88][\r]<[0xa2]`[0x8a][0x8a][0xa5][0xe4]#[0x90]ok:[0xe6]n[0xd6][0xfc][0xd2][0xd3][0xd3][0xe6].c[0xac][0x1f][0xc9]cI[0xb2][0xdd]`[0xe0][0x87][0xb1][0x17][0xc]wT2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xc][0xb4]-[0xac][0xc0][0xb1]p[\r][0x96][0x85]2L[0xb][0x15][0xcc][[0xe8]hS[0xd7]f[0x15][0xf3][0x14]y:G[0x81][0xc5][0xa9][0xba][0x9][0xdc][0xd4]<\_[0x6]Cwo[0x14][0x85][0x1f].[0xc4]iL[0x83][0x17]([0xc7][0xbf]A.][0xe2][0xae][0xe8]j[0xcf][0xa8][0xaf][0xe][0xc3][0x88][0xf8]3[0xf2][0x90]#[0xd1][0xe0]C-[0xf1][0xe1][0xe6]j5[0xad][0x6]@Oit[0x86][0xab][0x82][0xeb][0xf4]UFO[0xe9][0xf3][0xf4]U[0xa7]s[0x6][0xe1][0xac][0x9e]![0xe7]|F[0xfe]4k[0xac][0xd1][0x16]y[0xd3][0xc0][0x1a]n[0xd0]ZY\[0xc5],[0xe6][0xe8]os[0x15][0x98][0xb9][0xc3]E[0x85]'[0x80][0xef][0xb9][0xd3]#Z[0xce]'[0x88]s[0x14][0xe8]r[0xe7][0x98][0xb9][0xd8][0x15]?[0xa2][0xd2][0x9b][0x84][0x9d]o[0xa7]l4[0xc8][0xa4][0xce]v[\r]P[0xff]5[0xf4].[0xc7][0x2][0xeb][0xac]n[0xb0][0xbe][0xc5]q[0x8f]Y[0xdd]B[0x13]O[0xfe] [0xd2][0xfa][0x87]H[0x9e]'5[0xc6]=[0xdc][0xcf]r[0xb]x[0x80][[0x8c]LV[\r]d[0xdf]OPK[0x7][0x8][0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ExternalResource.class[0x8d]RmO[0xd4]@[0x10]~[0xf6][0xae][0xd7]J[0xa9][0x82] [0x88]o[0xc8][0xab][0x1c]\b[0xc3][0xe7]3[0xf8][0x81][0x97]hr[0xd1][0x4].[0x97][0xf0]q[[0xf6][0xa0][0x97]^{[0xd9]m[0x15][0xff][0x95]~"[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xce][0xee]U[0xd0][0x82][0xd2]&[0x9d][0xed]L[0x9f]yf[0xe6][0xd9][0xf9][0xf1][0xf3][0xeb]w[0x0][0xdb]h[0xba][0xb0][0xf1][0xcc]E[0x3][0x8b][0xe][0x9e][0xbb][0xa8]c[0xc5][0xc1][0xaa][0x83]5[0x7][0xeb][0xc][0xf6][0xab]([0x89][0xb2][0x1d][0x86]zs[0xb3][0xc7]`[0xed][0xa6]'[0x82]a[0xaa][0x13]%[0xe2]]>[0xc][0x84][0xec][0xf2] [0xa6][0xc8]L'[\r]y[0xdc][0xe3]2[0xd2]~[0x11][0xb4][0xb2][0xb3]H1[0xac]tRy[0xea][0xf]r"[0xf2]e[0x1e][0xb][0xe5][0xef][0x9f]gB&<>[0x14]*[0xcd]e([0xda][0xc][\r]>[0x1a][0xc5][0x9f][0x18][0xfa][0xcd][0xbf][0xd0]I"[0xa4][0xf2][0x87]T5[0xf6][0x8f]2[0x9e][0x89][0xa1]H[0xb2][0xf6]5[0x88][0xbf]'T([0xa3]Q[0x16][0xa5]I{[0xb3][0x2][0x3]5[0x17]pE=[0xae]V[0x2]O[0x9e]\[0xf1]3,[0xfe][0xbf]>[0xc3][0x84][0xfa][0x9d][0xcb][0xf0][0xa6][0xca]@[0xd5]Z[0xb6][0x3][0xd1]O%5[0xed][0xee][0x9f][0x87][0xc2][0x14]S[0xe]^h[0xf1][0xfa]$([0xc5][0x8f][0x8c][0x9c][0x7][0x91]V[0xae][0xac][0xf2][0xcb][0x1][0xff][0xc0]=[0xdc][0xc1][0x84][0x87]9[0xcc][0xd3][0xc5][0xdc]v/k[0xdb][0xc]`[0xf0][0xde][0xea][0x8e]vc[0xae][0x94]P[0x9a]`[0x83]a[0xe9][0xb6]\[0x86]i][0xcf][0x8f]yr[0xea][0xbf][0xf][0x6]"$1[0x16][0xca]Y][0xa1][0xb2][0xc3]\[0xb7];{[0x85][0xee][0x9e][0xc9][0xf4][0xe3]x[0x85]J[0xea][0xdd][0xb8][0xd6][0xeb]?[0xc6]b[0x5][0xc5][0x2][0xbd][0x16]y[0x8f][0xc8]>[0xbe]T[0xe7][0x9f][0x14][0x7]7P[0xd4][0xf0][0xc4][0xd8][0xa7]X6[0x1d]139=[0xbf][0x0]PK[0x7][0x8][0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/MethodRule.class[0x8d][0x8d]A[0xe][0xc1]@[0x18][0x85][0xdf]_[0xad]b[0xc3][0xda][0x9][0xd8][0x98]Xw[0xdf]UE[0xa2]'[0x18][0xfc]AMg[0x9a][0xe9][0xc][0xb1]v+[0xb][0x7]p([0xa1][0xb1] [0x12][0x89][0xb7]xy[0x8b]/[0xdf][0xbb][0xdd]/W[0x0]Stc[0xc4]1:[0x84]HV[0x95]:[0x11][0xce][0xa3][0xcc][0xd8][0x8d]([0xbc][0xde]9a[0xbd][0xd6]lkQ[0x9a]5+[0x91];[0xe9][0xb8]d[0xed][0x92][0x9f]Hje[0xc9]Gc[0xf7]3v[[0xb3]N[0xb2]B[0x1e][0xa4]PRo[0xc4]|Y[0xf0][0xca]%[0xe3]?[0xf4][0x84]^n[0xbc]]q[0xba]SL[0xe8][0xbf]d[0xb][0xaf]x[0xd2][0xf8][0x8][0xc3]O[0x87][0xe2]Z[0xbc][0x9][0xc2][0xe0][0xfb][0xb3]M [0x4]hB![0xa1][0x85][0xb0]Y[0x88][0x9e][0x1d][0xa0][0xfd][0x0]PK[0x7][0x8][0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/RuleChain.class[0x8d]U[W[0x1b]U[0x14][0xfe]NH[0xc8]m[0xc][0x98]R[0xe4]b[0xb1][0xb5][0xd8][0x86]\:^[0xaa][0xad][0x4]Q[0x9a][0x96][0x82][0x86]PIZJ[0x97][0xae][0xae]![0x99][0xc2][0xb0][0x86][0x99][0xac][0x99][0x89][0xca][0x9b]o[0xfe][0x6][0x81][0xaf][0xd4][0x1b][0xc5][0xae][0xe5][0xea][0xb3]?[0xc3][0x1f][0xa2]~[0xe7]$[0x4][0x8][0x97]e[0x1e][0xce]9[0xb3]g[0xef]o[0xfb][0xdb][0xfb]L[0xfe][0xfa][0xe7][0x8f]?[0x1][0xbc][0x87]'q$p+[0xc1][0xe5][0xb6]\>N [0x8d]ii+F1[0x93]@?[0xa6][0x93][0xf8][0x4][0xb3]r[0xf9]4[0x8a][0xcf][0xa4][0xcf][0x9c]|[0xb8][0x93]D[0x9]w[0xe5]r/[0x8a][0xf9]$[0x6]p?[0x81][0x5],F[0xf1][0xb9]@[0xf2][0xde][0xd2][0x83][0xda][0xda][0xd3][0xd2][0xc2][0xdc]bE`[0xbc][0xec]z[0x1b][0xfa]V[0xcb][0xb1][0x2][0xdd]k[0xd9][0xa6][0xaf][0xaf]p-m[0x1a][0x96]S[0x14][0x18]S[0xa6]j`x[0x81][0xe5]l[0xac]Z[0xc1][0xe6][0xa2][0xe3][0x98][0xde][0x92][0xeb][0x7][0x2][0x83][0xe5]-[0xe3][0x1b]Co[0x5][0x96][0xad][0x97]-?[0xa0][0xbc]jm8F[0xd0][0xf2]L[0x81]|[0xcf][0xeb][0x99][0x13][0x99]j[0xa6][0x1f][0xc8]l[0xc5]Y[0x86][0xa6][0xcc][0xed]f[0xb0][0xd3]M.p)3u.[0xb7]p[0xc9]m0[0xcd]@[0xd9]r[0xcc]Jk{[0xdd][0xf4]j[0xc6][0xba]MK[0xdc]m[0x5][0xa6]'][0x5]ne[0xce][0xce]z>|[0xba][0xec][0xd6][\r][0xfb][0x91][0xe1]Y[0x12][0xb5][0x3]=v6[0x9a]@[0xff][0x8c]E[0xfb][0xac][0xc0][0x85]L[0xaf]2S[0x8f][0xc8]7[0xd8][0xb4]|[0x81][0x88][0x8a][0x13][0x18]>[0x8e][0xbf][0xd3]<[0xc8][0xa1][0xf7]F[0x9f]+[0x9c]D[0xee]7<[0xb7][0xe5]4[0x4]4[0xd3][0xa9][0xdb][0xae]o6[0xda][0xc5][0xf]([0xef][0xe5]g[0x15][0xf3][0xdb][0x8e][0xa6][0x11][0xa3][0xd9][0xb4]w[0x4][0x9e][0x1d][0x97]E[0xf6][0xd4][0xd7][0xb7][0xa9][0xa7][0xad][0xb3][0xd9][0x81][0xb9]m:A[0xf1][0x84][0x8b]~[0xd7][0xf4][0xeb][0x9e][0xd5][0xc],[0xd7][0xe9]Q[0xef]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x4][0x16]m[0x1a][0xf5]M[0x81][0x90]5)0t[0xa4][0xae]Ev[0xc8][0x8]\O[0xba][0xac][0x1b]>[0xc9]^[0xfd]_x[0xc9][0xc6]![0x5][0x81][0x89][0xf3])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4]f[0xea]v[0xa7])}[0x19])U[0xa2][0xea][0xb6][0xbc][0xba]9oI}R[0xdd]~[0xdf][0x90][0xcc]4\[0xc0][0x90][0x86]Q[0x8c]i[0xb8][0x8e][0x9][\r]WpS[0xc3]E[0xc][0xb3][0xa3][0x87][0xcc][0xe7]<[0xcf][0xd8][0x91]m[0x89][0xe2][0xb][\r]e,i[0xa8]`Y`[0xf4][0xcc]a[0x92]@okx[0x80]/[0xa3]X[0xd1]PEM[0xc3]C[0x90][0xcc][0xc8]Y}[0xd5][0x90]E.[0x8a]U[\r][0x8f][0xb1][0xc6][0x8b][0xa6][0xb2][0xdb][0x86][0xb3][0xa1]/[0xaf]o[0x99]u[0xde][0xbd][0xd4][0xf1][0x11]ayF[0x83][0x3]p[0xb1]3;G|[0x8b]SO[0xe4][0x84]4[0x1a]s[0xb6]M[0x96]G[0x87][0xab][0xe4][0xda]6=T7[0xe9][0x14][0xb3]:M[0xe1]p[0xf2][0xee][0x9d][0xda][0xac][0xf4]I[0xab]@t[0xd3][0xf0]+[0xe6]w[0x81][0x12][0x99]@aG=[0xc][0x1d][0x80][0x1c]eC[0x8e][0xa7][0x11][0xe0][0x85][0x88][0xab][0xf]@[0xbb][0x9a][0xf4][0xb1][0xfc][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QD[0xf9][0xf9][0xe3]T#[0x84]1[0xd9]*~"C[0xb2]=[0xb4][0xbd][0xa1][0xce]#[0xfc]"[0xc6]e[0xff]h[0x19][0xa7][0xe5]M[0xee][0xf2][0x17][0xfe][0x19]b[0x97][0xbb][0xa0][0x5][0xf4][0x91][0xd6][0xdb][0xf4][0xbc][0x84][0x89][0x8e][0xe7][0xfb][0x8c][0x96][0xd6][0xd8][0xb][0x84][0xb2][0xbf][0xa3]oW[0xe1][0x1d]z[0x97][0xf0][0x16]W[0xad][0xed][0xc3][0xb8][0xcb][0xea]=[0xdb][0xca]U[0xc6]?[0xe6][0x1e][0xe2][0x9e][0xc8][0xee]![0x9c][0xcd][0xfd][0x86][0xc8]s>[0xf5])[0x84][0x14]w`[0x1e]a[0xdc]g[0xce][0x5][0x85]4[0xdc][0xf6][0xc6]UU[0x85][0xfb]+"[0xfb][0x88][0xf3][0xf8][0x12][0x89][0xb5][0xfc][0x1e][0x92][0xbb]][0x1e]i2[0x0]V[0xc8][0xbf][0x8a]A[0xd4][0x88][0xf4]Pq[0xb9][0xdc][0xc6][0xea]r[0x99]D[0x86]6[0x8e][0x3][0xa3][0xa6][0x14][0xd3][0x3]Vm[0xcb][0x88][0xd2][0x8a][0x3][0xda]a[0xf3][0x3][0xe3]#[0xdc][0xb][0xed][0xe4][0x9a]@[0xa5][0xb0][0x8f][0xd7][0x4]~[0xc4]8[0xf])[0x81]W[0x18][0x98][0xe][0x8f][0x86]s[0xf9]}[0xc][0xf6][0xa1][0xfc][0xd3][0xbf][0xe7][0xe][0x5]n[0xcb][0xf3][0x15][0x8b][0xfb][0x9a][0x90]O[0x15][0xa5][0x9b][0x4][0x9c][0xa0][0x4]y[0x12][0x9]s[0xbf][0x82][0x2]n([0xbf]B[0x97]f[0x1]:[0xde]UR[0x15][0xf8]O)[0x1b][0x18][0xc3][0x7][0x8c]l[0x93][0xba][0xa6][0xbc][0x89].ux[0x81][0xd7][0xa9][0xc4]/[0x10][0xcf]{[0x86] [0xcf][0xf5]C[0xc5][0xe4][0xa3][0xff][0x0]PK[0x7][0x8][0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/RunRules.class[0xc5]T[0xdb]N[0x13]Q[0x14]][0xa7][0x9d]2[0xbd][0xc]EKE.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xa8]e[0xb8][0xc]([0xa2]RDQ416[0x98][0x0]![0xc6][0xb7]i9[0xd2]![0xc3][0xb4][0xce][0x5][0xc1][0xf]![0xf1][0xb]|[0x95][0xc4][0x1b]>[0x18][0x9f][0xfd][0xc]?D[0xdd][0xe7][0xd0][0x16][0xb1][0x15][0x1a][0x8d]1[0x93]9][0xe7][0x9c][0xbd][0xd7]^[0xfb]2[0xfd][0xf2][0xed][0xe3]'[0x0][0x13][0x98][0x8f]#[0x81][0x91]8[0xe2][0x18][0x8d][0xd1]2&[0xb6]F[0x2][0xe3][0x98]H[0xe0]2[0xae][0x88]eR[0xc5][0xd5][0x4][0xa2][0x98]RqM[0xc5]u[0x86][0x98][0xe7][0x9b]>[0xdf][0xe0][0x8e][0xcf]0[0x90]+[0xb9]k[0xc6]z[0xe0]X[0xbe][0xe1][0x6][0x8e][0xc3]][0xcf][0xd8]([0xad]r[0xdb]X[0xaa][0x1a]e[0x19]Zf,2[0x98]ex[0x9c]i[0xc2]>[0xb7]nn[0x9a][0x86]m:k[0xc6][0x3][0x9f][0xbb]f[0xde][0xe6][0xd9]:7c[0x9e]{[0x5][0xd7]*[0xfb]V[0xc9][0xc9][0xe][0xad]0(w[0x89][0x86][0xa1]-g9|![0xd8][0xc8]swYx2[0xa4]r[0xa5][0x82]i[0xaf][0x98][0xae]%[0xf6][0x95]C[0xc5]/Z[0x1e]C[0xf7]!^[0x9b]{[0xc6]b[0xe0],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0xaa][0x95][0xbc][0xe9][0x91]iD^0[0xa4][0x1b][0xe9]bH[0xac][0x1e][0x8]a[0xe8]=Z(C[0xc7]a5[0xdb][0xe5][0xaa][0xa2][0xf1][0x6][0xf4]3u[0xf2][0x96][0xb9][0xe7][0xb]}[0xd9]Y[0xe2][0x8a]-Yk[0x8e][0xe9][0x7].[0xb9][0xfb]X[0xd9]#C[0x1c]_[0xf5]([0xdf]4[0xed][0x80][0xf8][0x19][0xc2][0x19]q[0x10][0xbf][0xb7]U[0xe0][0xf2][0xde]Sq[0x83][0xc][0xcc]r[0xd9][0xde][0x9e][0xb3]m[0x86][0x17][0xff][0xa8][0xf9]M[0x8d][0xa0][0xc2][0xcd]B[0xb1]Q[0xc3]k[0xe9]2[0x84][0xac][0xc1]Z[0x9b][0x3][0xdf][0xb2][0xf7][0x15][0xf8]%W[0x8c][0xb0][0xcb][0xbd][0xc0][0xa6][0x89][0xdf][0xf9][0xf][0x85]n*[0xc3][0xf8]R)p[0xb][0xfc][0xbe]%[0xa6][0xa9][0xb5]:[0xc7]cB[0x89][0x86]$[0xfa]4[0x9c][0xc7][0x80][0x6][\r][0xad][0x1a]z[0xd1][0xa7]bZC[0x16]3*nj[0x98][0xc5]-[\r][0xb7]1[0xc7][0xd0][0xf9];[0x95][0x1a][0xee][0xe0]n[0x83][0xfb]j [0x86][0xfe]cU2[0xb4][0x1f][0x14]f[0xb9][0xe8][0x96][0x9e]W>[0xd1][0xfa]r[0xd1][0xe4]X[0x95][0xea][0xd3]G[0x93][0x19]j[0xdc][0x95]T[0xfd])[0x83]Z4[0xbd][0x5][0xbe][0xe5][0xcb][0x91]|B[0xad]w[0xe4]&]%[0x91]q[0x1e][0xe5][0xd7]yA[0x94]-"[0x7][0x94][0xe1]iS}[0xfd][0xeb]>[0xa1][0x1f][0xe2]?[0x16] [0xf1][0xa2][0x17][0x84][0xc2][0x84][0x93]hC[0x8]'h[0xf7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=@[0x9b][0xfe][0x1e]L[0x1f][0x1e][0x19][0xfd][0x80][0xd0][[0x84]w[0xa5][0xe1]IZ[0x93][0xf4]+V[0x85]\[0x92][0xe4][0x92][0xa2][0x9d][0xbe][0xef][0x82]v[0xa4][0x1][0x89]N[0x11]5[0x93][0xa8][0x3][0xa7][0x89]Z[0xa0]Nt[0x91]o7a[0xad]v[0xd7]Cwg[0x8][0x87]p[0x96][0xce]h.*2[0xa6]h'l[0xa2][0xfa][0x1b][0x84][0xdf]A[0xd9][0x95]6"~\[0xb2][0xa5][0xa1]R[0x8c]T[0x8d]+Z[0x89]}[0x8e]^[0x85]ND[0x9a]4o[0x15][0xb6][0x1d][0x8a][0x1b][0x11]:[0x87][0xf7][0x10]aX[0x18][0xdd]C[0xb][0xc3]K[0xf4][0x10]P[0x19]>#:[0xad]t)[0xfa][0xc8][0x1e]ba<|[0xf5][0xfd][0xab][0xfe][0xfa][0x97]|[0xbb]Hi72[0xa4]U[0xc4][0x9c]$[0xb6][0x1e][0x8a]0[0x88][0xb][0x14]M[0xa5]h[0x17]qI[0xda][0xe9]d[0xd3]*k[0xa0][0xcb][0xcc][0x99]D"[0xf3][0xd0]O[0x99][0xeb]2sV[0xc9]|[0x88][0x90].[0xd1][0xf0][0xf]PK[0x7][0x8]!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/Stopwatch$1.classu[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10][0x85][0xdf]h5Z[0x8b]v+n\[0xb8]6[0xf4][0xc][0xa2][0xe0]B\x[0x82][0x18]C[0x8][0x89]$[0xa9][0xde][0xcd][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xce]y[0xcc]{<[0x98][0xf9]^[0xef][0xc7][0x13]@[0x81][0x8c][0x81]1[0xa4][0x84][0xf4]d['[0xd5][0xae][0xd6][0x8a]0=[0x5]{[0xbd][0x8b] [0xab]u#n[0x82]0[0xdb][0x1a][0xa9][0xad][0xaf]MyP[0xa1][0xb2][0x17][0x86][0x9]aa][0xc9][0x9b][0xd6][0xd4][0x81][0xbb]V+[0xcf]_[0xab][0x82][0x0]B[0xb6]7F[0xb9][0x8d][0x16][0xde]+O[0xc8];[0x16][0xd7][0xc2][0x94][0xfc]xn[0x94][0xc][0x84][0xf9]_[0x4][0x96][0x11][0xd0][0xc3]w[0xfa]Q[0x88]-[0xc1] f[0x82]a[0xf4]q[0xdc]4[0xde]P[0xd7][0xf2][0xd1][0x7]PK[0x7][0x8]R[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/Stopwatch$Clock.class[0x85][0x90]MK[0x3]A[0xc][0x86][0xdf][0xb4][0xdb]n][0xd7][0xb6][0xd6][0xcf]zQ[0xc1][0x83]z[0xe8][0xe2]Y[0xf1]R[0x10][0x94][0xa2][0x87][0x96][0xde][0xa7][0xeb][0xd0]N[0xdd][0xce][0x94][0xfd]P[0xfc]Q[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe2][0xc1][0x1f][0xe0][0x8f][0x12]3k[0x11][0x15][0xc4][0x81]I2O[0xf2]fB[0xde][0xde]_^[0x1][0x1c]a[0xcb][0x83][0x83][0x86][0x87][0x15][0xac][0xba]Xw[0xb1]A([0x9f]([0xad][0xd2]SBq[0xff][0xa0]Op[0xda][0xe6]Z[0x12]j[0x1d][0xa5][0xe5]e6[0x19][0xc8][0xb8]'[0x6][0x11][0x93]F[0xc7][0x84]"[0xea][0x8b]X[0xd9][0xf7][0x1c]:[0xe9]H%[0x84]R;2[0xe1][\r][0xc1]?[0xd7]Z[0xc6][0xed]H$[0x89]d[0xbc][0xdb]1[0xf1]0[0x18]g[0xdc]?[0x88][0xb3]H&A75[0xd3];[0x91][0x86][0xa3][0xbd]\qL[0xa8]h[0xa1]MOMd>[0xc0][0x5][0xc1][0xeb][0x9a],[0xe][0xe5][0x99][0xb2][0xfd][0xab]_[0x82][0xd6]X[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]%[0x94]]l[0xfa][0xa8][0xa2][0xe6][0xa2]I[0xd8][0xfe][0xe7][0x7]B[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83]H[0xe8]ap5[0x18][0xcb]0[0xfd][0x81][0xba][0xf7]I*'[0x84][0xe6][0x9f]}[0xb0][0x83]"/[0xcd][0x9e][0x2]_[0x1e][0x0][0x4][0x97][0xa3][0x80]=Yr[0xf8][0x4][0x9a][0xe5][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]r[0xe]gX`[0xeb][0x16][0xc0][0xc3][0x12]{[0xb2]S[0xcf][0xc5]-[0xae][0xb6]9[0xe7][0x19][0x85][0x87]_[0xda][0xc7]oZg[0xae]-[0xa0][0x9e][0xdb]e[0xe6]`[0xc6][0xdb][0xc2][0x1a][0x16]Q[0xf9][0x0]PK[0x7][0x8]F[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/rules/Stopwatch$InternalWatcher.class[0xa5][0x94]oO[0xd3]P[0x14][0xc6][0x9f][[0xc6]6J[0x85][0x8a][0xe2][0x86][0x8][0x2][0xce]06d[0x1b] [0xa8] [0x82][0xa0][0x1][0xb2][0xf8][0x6][0x82][0xef]L[0xca]va[0xc5][0xd2].m'|[0x13][0x13]M4Q[0x13]5Q[0x13][0x13][0x5][0xe3][0xb]?[0x80][0x1f][0xca]xn7[0xba][0xb1][0xb0]A[0xf4][0xcd][0xb9][0xe7][0xdc]{[0xce][0xef][0xb9]N[0xfb][0xfb][0xcf][0xcf]_[0x0]2X[0x92][0xd1][0x8e][0x1b]md[0xc6]d(H[0xc9]H##[0xcc][0xb8]0[0x13][0xc2]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sS[0x98])a[0xa6]C[0xb8][0x15][0xc2]m[0x86][0xa0][[0xd0][0x9d]X[0x9a][0xa1]7k[0xd9][0xdb][0xa9][0x9d][0x92][0xa9][0xbb])[0xbb]dp'[0xb5][0xe6]Z[0xc5]=[0xcd][0xcd][0x15]f(mV[0xa7][0x85]9[0x86][0xfe]x[0x93][0xbc][0x91][\r][0x86][0xc0][0xa2][0x95][0xe7][0xc][0x9d]Y[0xdd][0xe4][0x8f]J[0xbb][0x9b][0xdc]^[0xd7]6[\r][0x9a][0xe9][0xca]Z9[0xcd][0xd8][0xd0]l][0xc4][0x95][0xc9][0x80][0x90][0xa7][0xec][0x15][0xd3][0xe5][0xb6][0xa9][0x19][0x8f][0x5][0x87][0xdb][0xc][0xca][0x8a]ir{[0xd1][0xd0][0x1c][0x87]SB[0xb2][0xb1]j[0xac][0xae][0x96]v[0x1b]v\[0xcd]vus[0x9b]a[0xf0][0xf8]~[0x5]4[0xb5][0xc4][0x9d][0x9c][0xad][0x17]][0xdd]2[0xbd]-[0xb7][0xe7][0xab][0x13]t[0xc2][0xe6][0x5]D[0xdf][0xa2][0xbb]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xcf][0xd0][0xe6][0x94]r9[0xce][0xf3][0xc2][0xf]ni[0xba]![0x9c][0xa9]xvG{[0xa6][0xa5][0xc][0xcd][0xdc]N[0xad][0x17]lkO[0x9c]u[0xe6][0xf4]}0[0xba][0x90][0xee][0x13]k[0x19]B[0xce]S[0xbd]X[0x14][0xf8][0xe5][0xda][0x13]-8Ni[0xd7]#l[0xe8][0x96][0xa1][0xb9]<[0xff]`?[0xc7][0xcb][0xc8][0xd3][0x5][0x87][0xcf]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][0xe][0x3][0x18]f[0x9a]=~[0x93][0x17][0xca]xj[0xd2]~Z[0x98][0xc]C_[0xd3]\[0x6]y[0xcd]*[0xd9]9[0xfe]P[0x17]-[0xd2][0xe1][0xaf][0x8d][0x89][0xab]Q[0xd0][0x9]U[0xc1]9t[0x8][0x8f][0xb6]6[0xab][0xe0][0xae][0x98][0x99][0xc3]=[0x5]W0[0xaf]`A[0x84]}[0xc2][0xeb][0xc7]}[0x5]CXd[0x18]9s[0xff][0xd0][0xa7]P[0x9f][0xbb][0xce][0x1d][0xb7][0xf1]j[0xcd][0xde][0x19]Z[0xe2][0xe2][0xa8]=[\r]s[0xe8]p[0x1a][0xb5][0x8c][0xe3][0xc4]2[0xe9]t5[0x18][0x17]A[0xf3]ok[0x95]a([0xbe]z[0xfa][0xa3][0x1e]!'[0x4]r[0x9a]*[0xfe][0xad][0x19]W[0x8e]i[0xfd]O[0x9f]a[0x80]~L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xa8][0x98][0xaa][0x8a]w#/[0x4]I<#[0xb5][0xd4]y[0x8a]&)[0x92]h[0x94][0x13][0xc9][0xef][0x90][0x12][0x87]h[0xf9]J[0x91][0x84].[0xb2]A[0xca][0x1][0x9e][0xe3][0x2]Y[0xc5][0xf3]e\D[0x84][0xc6][0x0][0xa2][0xe8][0xa9][0x10][0xe6]i[0x14][0x84]p[0xe2][0x1b][0xa4][0x1f][0x8]T[0xeb]eo[0xfe][0x5])[0xbe][0xf4][0x18][0x97][0xca]y[0x15][0x86][0xf0].[0xa3][0x97][0xaa][0x3][0xd4]:G[0xb4]e[0x8a]D[0x96]*hebk[0xf2][0x0][0xc1]z[0xea]+:[0xc3][0xeb][0x1a][0xaa][0xea]SU[0x9f][0xda][0xe7]S[0xd7]*[0xd4]H[0x99][0x18]:[0xe][0xf]W[0xe1][0x1d]h![0xfb][0x86][0xb6][0xfc][0x96][0xc0][0xef]j[0x4]"[0xbe]@[0xc4][0x17][0xe8][0xc7][0xd5][0x8a][0xc0][0x13][0xb4]z[0x95][0xd1][0x13][0x4]F[0xf][0xd0]V[0xaf][0xf0][0x9e][0x14]>[0x10][0xe9][0xa3][0xa7]0P[0xae][0xf5][0x15][0xa2]43[0xe8]]x[0xd4][0xd3][0x92]Hk[0x8][0xd7][0xce][0xa6]%[0xd7]k}"[0xad][0xcf]D[0xfe][0xd2]P+V[0xab][0xa5][0x82][0xae]v[0xb8][0xa2][0xb5]D$[0x91][0x1f]L$[0xf][0xc1]Nn[0x8d]21[0xe8][0x13][0x83][0x88][0x93]2[0xf3][0xbc][0x11]$[0xbc][0x6]Kz[0x95][0xa3]t[0x97][0xa0]z[0x89][0x9a]2[0x8d]n[0x1a][0xaf][0xd3][0x8]5[0xfc][0x17]PK[0x7][0x8]_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Stopwatch.class[0x8d]Umo[0x1b]E[0x10]~[0xd6]qj[0xfb]r[0x8d][0x93]4)iC[0x1b][0xe7][0x5][0xea]8I[0x9d][0xb4]@[0xa1])mB^[0xc0]![0xb5][0xa1]v[0xd2][0xa6][0xbc]^[0xce][0x1b][0xfb][0xd2][0xcb][0x9d]uwN[0x8b][0x84][0x4][0x2]$>[0x0][0x12]H[0xfd][0xc4]@[0xa2][0x88]$[0x12][0x91][0xe0];?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1[0xbb][0xbe][0xda][0xae][0xe3][0xd8][0xb1]u{[0xbb][0xb7]3[0xcf][0xcc][0xce]<3[0xfb][0xef][0xfd][\r]`[0x16][0x86][0x82]~[0xbc]/[0x86]51[0xdc][\r]![0xad] [0x88][0x8c]X|[0xa0]`[0x0][0x99][0x8][0xcd]>[0x8c][0xe0][0x1e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]9[0xb1]\[0xf]a#[0x8c][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T<[0x10][0xeb]M[0xa1][0xf2]0[0x84][0x8f][0x14][0xf4][0xe2]c1|[0x12][0xc2][0xa7]!|[0x16][0xc2][0xe7]!h[0xc]`PS[0x96][0xc5][0x9d]ESs][0xee]2t.[0x9a][0xb6][0xfe][0x88]![0x9a][0xb2]<[0xee]X[0x9a]y_[0xf3][0xf4]"whG[0xaf][0xec][0x8c][0xac][0xd9]N![0xb9]S[0xb6][0xc]/[0xe9][0x94]M[0xee]&[0xb3][0x9e]]z,[0xc4][0xc6][0xa5][0xf2][0x1c][0x83][0xe2]z[0x9a][0xe3][0xa5]5[0xcb]&H[0xb6][0xca][0x10][0xe6]V[0xde]_[0x9e][0xb9]e[0x90][0xea]m[0x86][0x8e][0xf8][0xc4][0x6]Cp[0xd1][0xce]s[0xb2][0xb7]fX<][0xde][0xdd][0xe2]NN[0xdb]2[0xe9]K[0xdf][0x9a][0xad]k[0xe6][0x86][0xe6][0x18]b[0xed][0xc]zE[0x83]0[0x86]N[0xf6][0x81][0xac][0x8f][0xc7][0xdb][0xba](,[0x87][0x9c][0xb2][0xe5][0x19][0xbb][0x84]:[0x1a]_[0xdb][0xd1][0xf6][0xb4]d[0xd9]3[0xcc][0xa4]n[z[0xd9]q[0xb8][0xe5]%s[0xb4][0xbb]N s[0x13]t[0x84][0xa0][0x80]c[0x18]n#[0xca][0x10]q[0xcb][0xba][0xce]y[0x9e][0xe7][0x5][0xf2][0xea][0xb][0xbe][0x88]X'[0x97][0xb8][0xab];F[0xc9]3lK:[0xd2]iU"[0xd3][0x95][0xaf]m0\n[0xad]H[0x81][0xdc][0xd6][0xc]S[0x18][0xb9]AF[0xa4]S[0xa6]f[0x15][0x92][0xb9][0xa2]c?[0x16][0xd1][0x9a]ko[0x99][0xd1][0xe1][0x7][0x9a][0xea]Rx[0xdc]GF[0xa9]$[0xf0]S/[0x1c]b[0xc1]u[0xcb][0xbb][0x12]b[0xc3][0xb0]M[0xcd][0xe3][0xf9][0xe5]':[0xaf]`[0xb6][0xb7]x[0xe5][0x94]HD[0x99]m[0xe2][0x89][[0x14][0xe][0x84][0xb][0xfc]9[0x99][0x88]4[0x94][0x8b][0xa8][0x1f][0xf6][0xe5]*[0xab][0xc2][0x92]q[0x86]U[0x90]S[0xbb]T[0x92][0xd3]N[0xad]T2[0xbf]`[0xd8][0x8e][0x1f][0xf3][0xcc]M[0xee][0x12][0xf1]Lb[0x6][0x19][0xde]%[0xac]v[0xce][0x9f][0x2][0x81]H[0xb2][0xa5][0xb9][0x14][0xd3][0xb1]S[0x9]+[0x1a][0xf1][0xc4]u[0xc7]ggf([0xdd]-H+#[0x17]x2SS[0xb9][0xd6]^e[0xb5]&}]H+Y[0xbb][0xec][0xe8]|[0xc5][0x10]u[0xd4]][0x15][0xbc]*[0xb2][0xaf][0xe2]6FU[0xdc][0xc4][0x9c][0x8a][0xb7]1J,oS@*F[0x84][0xc2][0x8][0xe2]*^[0xc6][0xa5][0x10][0xb6]T[0xe8][0x98]R[0x91][0x7]Wq[0x19][0xc3][0x4]Q[0xa3]U[0xca]4yA3[0xe5][0xd9][0xab])f[0xe8][0xcf]q[0xd7][0x8b][0x15]57f[0xd9]^L&[0x90][0xe7][0x5][0xe8][0xb6][0x8a][0x18][0x86]U[0x14]@Q[0x9a]8[0xd9][0x95][0x86][0x1e]%T[0x8b]*[0xee]`[0x9e][0xe1][0xc2][0x89]Z[0xc]=5[0xcf]2[;\[0xa7][0xaa][0x1e]l[0x14][0x17][0xae][0xdd]+[0x8b]P[\r][0x9d]l[0x96][0xe1]R[0xcb]n@5[0x9d]^Hg[0xb2][0xcb][0x8b][0x99][0xf4]R[0x96]j[0x8a]d[0xf6][0xb8]C[0xdf][0xc7][0x9e][0xd7]l[0xcb][0x9e]3[0x10][0xaf]+[0xce][0xac][0xe7][0x10][0xa9]%[0x17][0xc2][0xa2]c[0xe4]d[0xef][0x9a]kE[0x82][0x16]}p[0x96][0x80][0x82]#tI[0xc][0xd0]%p[0x1e][0x1d][0xe8][0x13][0x89][0xa4][0xbb][0xe7][0x1d][0x91]>[0xf9][0x8e][0xc9]w7[0xed]S[0xb2]i[0x1c][0xa3][0xd5]M[0x92][0xa4]{[0x3]j[0xe2][0x8][0xc1][0xcd]Ct[0x1e][0xe2][0xcc]3Z[0x7]0N[0xa3]Bo`[0x1d]][0xd8][0xc0]+B[0xaa]"[0x8b]Wq[0x5][0xe2]G|[0xf1]qVHR[0xc8]*[0x89]C[0x84][0x12][0x93][0xfb][0x8][0xd7]P[0xba][0xc9][0x6][0xf0][0x80][0xee][0xae]MD[0xf0]P"[0x9d][0xaf]HW[0x91][0x14][0xe9]-u0L [0xe1]c[0xce][0x93][0x86][0x90]R'[0x9]4[0xf0][0x7]"[0x7]P~[0xab][0xa2][0x9e][0x91][0xbe][0xe8]uh5[0xbf]TLb[0x8a][0xf6][0x83][0x98][0xc6]U[0x1f][0xed][0xe]=Az[0xd8][0xb3][0x6][0x88][0x1d][0x9][0x11][0x93]N[0xb2]*[0x4]C[0x92][0xc2][0xc5][0xe4]l[0x86].[0xf0][0xe]R[0xbe][0x86][0xeb]>X[0x8a][0x9e][0xce]f`%[0x9][0x96][0xa8]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x1a]^[0xf7]M[0x9][0xd8] [0xfd][0xdf][0xc0][0x8d]v[0xb0]{[0xa7][0x80]}[0xb3][0x1][0xf6][0xad][0xf6]G[0xff][0xf2][0x94]G[0xf][0x88]V[0xe2][0x83][0x95][0x9]J[0xc8]O'[0xfe]DW[0xe4][0xe9][0xaf]8{[0x4]u[0xb3][0xef][0xec]![0xba][0xff][0xa1]O[0xd1][0xf9]a[0xf1][0xb1][0x8b][0xa6][0xe1][0x3][0xf4][0xcc][0xf][0xb]1^K[0xdb]E2[\r]|ED[0xf8][0x1a][0xe7][0xf0][\r][0x6][0xf1]-[0x11][0xf4];2[0xfe]}]*[0xa7]}g[0x6][0x89][0xce][0xb7][0xa4]3[0x1][0xd1][0xc8]|[0x17][0x16]}[0xd2][0xf6]&|+[0xfb]d/[0xb2][0x8f]h#[0xe7]~ [0xe6][0xfe][0x88][0x1e][0xfc]T[0xc7][0xde]^[0x1f]: z[0xe4][0xb1]*[0xa8][0x2]F[0x1b][0xab][0xe0]g[0xc2][0xfa][0xa5]I[0x15][0xf4][0x8a][0x6][0xe5][0xe3][0xdc][0xf5]c[0x13]=B[0xef]f[0x82][0x1d][0xa2]or[0xea][0x0][0xe7]~o[0x8][0xfb][0xd3][0xba][0xb0]G[0xab]a[0x8f]b[0x81][0x8a][0x94][0xc9][0x99][0x8]{[0xa0]'L'][0xf2][0xa1][0x93][0xb2]8[0x88][0x1e]T[0xb][0x1d][0x8d]y[0xcc][0xd4][0xf9][0xd5][0x89]e[0x1]H[0xca]+x[0xb7][0xaa][0x1c][0xa8]*[0x7][0x1a]K[0xa8][0xb9][0xf2]{M-[0x1f]cP[0x13]e[0xda]O[0xc9]q[0x15][0x17]d[0xc2];[0xf0][0x12][0xf5]%[0x1][0x1a][0xa4][0xf7]E[0x84])f[0xfd][0x18]B[0xe0]PK[0x7][0x8][0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0]PK[0x3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/TemporaryFolder.class[0x8d]Vks[0x1b]g[0x19]=k]-[0xcb][0x97]([0xb1][0x1b][0xd3]8[0xd9][0xc4]I-KrL[0x92][0xd6]@[0x12]\[0xe2]4N\l7[0xc4]&[0xc1]I[0xda]t-[0xbd][0xb6]7][0xef][0x9a][0xd5][0xca][0xb1])[0x97][0xb6][0x84]6[0x85][0x16][0xda][0x19][0xbe][0xd0][0x81])[0x13][0xca][0xb4][0xcc]0C[0x99][0xa1]6C[0x86][0xf4][[0x98][0xe1][0x3]?[0x84][0x1f][0x1][0x9c]gw-[0x89][0x95]3[0xf0]A[0xef][0xbe][0xfb]^[0xce]s[0x9e][0xf3]\V[0xff][0xd7]_[0x1e][0x2]8[0x81][0x9f]e0[0x84][0x9b][0x19][0xe4][0xf1]b;g/[0xc9][0xeb]-[0x19]^[0x96][0xc1][0x90][0xb5][0xc5][0x14][0xca][0xf2]R[0xc9] [\r]%[0xc3]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb])[0xac]d[0xd0][0x89][0x17][0xd3]0[0xe5]y;[0x8d]W[0xe4]ie[0x90][0xc5]j[0x1a][0xb6][0x9c]sRX[0x93][0x9b][0xdf][0x96][0xc1][0x95][0x95][0xaa][0xcc][0xbc]4ji[0xac][0xcb][0xfb][0xaa][0xc]w[0xd2][0xd8]HcS[0xa6][0xdf]I[0xe1][0xd5]4[0xbe][0x9b][0xc1][0x11][0xd9][0x1a][0xc2][0xf7]d[0xf1][0xfb])[0xfc] [0x85][0xd7]4d[0xd7][0xc]W[0xd9][0xde][0xa4]cU[0x94][0xab][0xa1]k[0xfa][0xb6][0xb1]n[0x8c][0x9a][0xce][0xe8][0xa4]i[0xa9]3[0x1a][0x92]K[0xe1]N[0xf2][0xac]i[0x9b][0xde][0xb8][0x86]X~[0xf8][0xaa][0x86][0xf8]y[0xa7][0xa2]4tO[0x9b][0xb6][0x9a][0xad][0xad].*w[0xde]X[0xb4][0xb8][0x92][0x9b]v[0xca][0x86]u[0xd5]pMy[0xf][0x17][0xe3][0xde][0x8a]Y[0xd5]px[0xda]q[0x97]Go[0xd7][0x8]4[0xea][0xd6],U[0x1d][0x9d]W[0xab]k[0x8e]k[0xb8][0x9b][0x1][0x1][0x1a][0xdc][0x93][0xff]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b,[0xb9][0xa8][0x96][0x1c][0x97]8[0x99][0xb][0x1b]e[0xb5][0xe6][0x99][0x8e]]M[0xe1]u[\r][0x9]c[0xc9][0xf3][0xc9][0x95]]ex<[0x90][0xb2][0xd5][0x1d][0xb9][0xa6][0xe1]H[0x88]c[0x19][0xf6][0xf2][0xe8][0x9c][0xe7][0x9a][0xf6][0xf2][0x99][0xe1][0xa8]w[0xe9]%>g[0x8d]U[0x9f]w[0xcb]q[0xf2]^[0xf2][0xb1]z[0xf2]-7[0xdb][0xc5]P([0xcd]`[0xfe][0xc6][0xff]a+[0x13]([0x19]X[0xd3]L[0xfe][0xa6]4t4[0x16][0xa9][0xcf][0xde]]p[0xc8]l[0xdd][0xb0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x9b]l[0x2][0xe8][0xdd][0xcd]=J[0x95]V[0xae][0xeb][0xb8]3[0xd5]eN=[0x8a][0x1b][0x88][0xb1][0xcf][0xac]N[0x1b]U[0xef][0x82][0xa5]V[0x19][0xec])[0xfb][0x9c][0xeb][0x1a][0x9b][0x1a][0x9e][0xc8]O[0xed][0xc6][0xfc]:[0x85]5[0xed][0x8a][0xda][0x10][0x81][0xc3][0x93][0x81][0xc0][0x91]pM[0xd9][0x1a][0xe]F[0xe3][0x15][0xf5][0xbb]3[0xb8]Z[0xd9]Q+[0xb5][0xac][0xbc]+[0x8e][0xe3]1j[0x15]e)[0x89]Z[0xb7][0xab][0xca]5[0xb7]j[0xae][0xab][0xe7][0xc2][0x95][0xb8]2[0xca]+|[0xd0][0xfc]Q[0xee][0xdf][0x88][0x82][0xc6]-es[0xa3][0xcd][0xe4][0x90][0x90] Q[0xbd][0xcc][0x9c]Ss[0xcb]*[0xf4]8B[0xf5][0xb8][0x0]dQ[0xc2])[0x19]F[0xb2][0x18]F![0x8b]/[0xcb][0xec][0x8a][0xc][0xb3]x![0x8b]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x88]fSY|[0x3][0xe3]r[0xe3][0x8d],~[0x88][0xbb][0xc][0xd1][0xce][0xee][0xd4][0xb][0xf5]\[0xa4][0xe1][0xd7][0x82]TE[0x9][0xb][0xbc]![0xce]_[0xf7]-[0xdf][0xf8][0xf]PK[0x7][0x8][0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestName.class}[0x91][0xcd]N[0x2]1[0x14][0x85]O[0x99][0xe1]o[0x1c]D[0x11][0x11][0x1][0x8d][0xac][0x4]L[0x9c][0xb8][0xc6][0x98][0x18][0x8d]+d[0x3][0xc1]u[0x81][0x6]J[0x86][0x19][0xd3])>[0x97]&[0xfe]$.|[0x0][0x1f][0xca]xg[0xc0][0x18][0x15][0xd9][0xdc]{[0xdb]~[0xbd][0xe7][0xdc][0xf6][0xfd][0xe3][0xf5][\r][0xc0][0x9][0xf6]-[0xc4][0xb1]c[0xa1][0x88][0xdd]4L[0x94][0x92]('Qa0=>[0x15][0xc][0xb9][0xd6][0x84][0xdf]q[0xc7][0xe5][0xde][0xc8][0xe9]h%[0xbd]Q[0x93]!q*=[0xa9][0xcf][0x18][0x8c]Z[0xbd]G[0xe8][0x85]?$4[0xdb][0x92][0x9e]h[0xcf][0xa6]}[0xa1][0xba][0xbc][0xef]F[0x97][0xfd][0x1]w{\[0xc9]p[0xbd][0xd8]4[0xf5]X[0x6][0xc][0xa5][0x96][0xaf]F[0xce]dF[0x8d][0x1c]5sE[0xe0]tE[0xa0][0xdb]$J[0x2][0xa9]@s[0xa5]I[0x8c][0xa1]Z[0xfb][0x1]z[0x9e]P[0xce][0xa5][0x8][0x6]J[0xde]j[0xe9]{[0xcd][0xd0][0x0][0x1b]2[0xec][0xaf][0xc6][0x18]2#[0xa1][0xaf][0x85][0x1e][0xfb][0xc3]v4Y[0xbe]V_6[0x9b][0xd5][0xf1]gj [0xae]d[0xe8]5[0xf3][0xe5][0xe9]8$m[0xa4][0x90]Nb[0xcf][0xc6][0x16][0xf2]6[0x12]H2[0x14][0xff][0x9b][0x82][0xa1][0xbc][0xec][0xe8][0x86][0xeb][0xc1]X([0x86][0xca]*[0xbb][0xa8][0xd2]W[0xc4][0xe9][0x18]b[0xa1][0xe]U[0x6][0xd5]$O[0xd1][0xa2][0x95]C[0x99]Q[0x8e]7^[0xc0][0x1e][0xa8][0x88]a[0x8d]b"[0xda],[0xc3][0xa6]h[0xcf][0x1]d[0xb0]N[0xd9]D[0x16][0x1b][0x8b][0xcb][0xe7]D[0xc7]([0xa7][0x1b]G[0xcf][0x88]=[0xc1][0xf8]n`E[0x7][0x7][0xa4]T[0x8d][0x9a][0x14][0xe6][0xe0][0xa2]IXm"[0x17]i[0xd3][0x13][0xfc][0xf1][0xf2][0x8][0xe3][0xfe][0x97][0x97][0xc3]%^[0x18][0xb6]#[0xaa][0xf0][0x9]PK[0x7][0x8][0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestRule.class[0x8d][0x8c];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x18][0x84][0xe7][0x8f]y[0xa8] Xz[0x4]m\[0xac][0xd3][0x8a][0x95] [0x18]/[0xb0][0xc6][0xdf][0x90][0xb0][0xd9][\r][0xfb][0x10][0xbc][0x9a][0x85][0x7][0xf0]P[0xa2])[0x4][0xc1][0xc6])[0x86][0x81][0xf9][0xf8][0x1e][0xcf][0xdb][0x1d][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xc]Y[0x86]!![0x91]][0xa7][0xae][0x84][0xf3]|kl%[0x9a][0xa0]k/l[0xd0][0x9a][0xad][0x13][0xad]9[0xb1][0x12][0x85][0x97][0x9e][[0xd6]>[0xff]A[0xc4][0x9a]]i[0xeb][0xce][0xd7]F[0xe7][0x8b]?[0xc][0x84]qa[0x82]-yS+&L[0xe][0xec][0xfc]>(^6[0xf2]"[0x9][0xb3]o[0x83]b'>?a[0xda][0x13]BI][0x89][0xdd][0xb1][0xe1][0xd2][0xa7][0x4]B[0x84]>[0x14][0x13][0x6][0x88][0xfb][0x85][0xe4][0xdd][0x11][0xd2][0x17]PK[0x7][0x8][0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/rules/TestWatcher$1.class[0xa5]V[0xdd]S[0x1b]U[0x14][0xff][0xdd]$[0xb0]4[0xac]4[0x5]Z[0xad][0x95][0xda]ZjC[0xf8][0xd8][0x0][0x5][0xda]B)[0xc8][0x87][0xb6][0x86]T[0x5]A[0xa5]/[0x97][0xcd]-,[0xb3][0xec][0xa6][0xbb][0x9b]*[0xf]:[0xf8][0xee][0x8c][0xf][0xf6][0xf0][0xb9]3[0xa5][0xf5]cF[0xdf][0xfd][0xa3][0x1c]w!%i1M53{[0xcf][0xb9][0xbf]{[0xce][0xb9][0xe7]s7[0xfd][0xfd][0xdb][0x1f][0x0][0x86][0xb1]v[0x2][0xa7]0[0xa2][0x97]Q[0xbd]\M[0xa3][0x13]c[0x6][0xc6][0xd3]h[0xc1]X[0x1a]yLh[0xe4][0x9a][0xe6][0xae][0xeb][0xe5][0x86][0x81][0xc9]vL[0xe1][0xa6][0xde]L[0x1b][0xb8][0xa5][0xe9]L[0x1a][0xb3][0xf8][0xc0][0xc0][0x9c][0x81]y[0x81][0x93][0xf][0xa5][0xdb][R[0xa1][0x1d]8[0xe5][0xc8][0xf1]=[0x81][0xf3][0x5]?[0xd8][0xb4][0xb6]+[0x9e][0x13]YA[0xc5][0xf3]T`[0xcd][0x1f][0x9d]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]i[0x95][\r][0x19]*[0x81]K/[0xc9][0x86][0xd6][0x8e]_R[0xae][0xb5][0x1c][0xc9]H[0xed](/[0xa2]Bk[0xb4][0xe5][0x84][0xbd]y[0x81][0x9e]:qW[0x85][0xd6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3]5[0x19][0xd9][*[0xd0][0x82]S[0xe][0x8f][0xa6][0x5]d[0xb6][0xa1]dc[0xf][0x9b][0xf0][0xa9]oU 5G[0x90][0x9](8[0x9e]*Vv6T[0xb0]"7\"[0x9d][0x5][0xdf][0x96][0xee][0xaa][0xc][0x1c][0xbd]?[0x4]S:[0x6][0x1][0x8][0x98][0xb7][0xb5][0xcd]9W[0x86][0xa1]"[0xf2]n#O{[0x87][0x19]Uz[0xe1][0x1b][[0xc5][0xae][0x85][0x6][0x16][0x98]?[0xc5][0x4]V[0xe8][0x8a]@2[0xab]=[0x11][0xe4][0xf2]5f[0x1c]/R[0x81]']k6[0xc]+;[0xb1][0xe6][0xaa][0xe3][0xbb][0xd4](=7E[0xbb][0xa7][0xb][0xdb][0xf2][0xa1][0xb4]\[0xe9]mZ+[[0x81][0xff][0xb5][0xf6]TgQ[0x5][0x81][0x1f][0xd0][0xb5][0xcc][0x81]@%r\[0xab][0xe0][0x84][0xba][0x14]g[0xea]c[0xdb]-W[0xe3][0xbb][0xf2][0x82][0xec][0xd4][0xb1][0xc6][0xa7]u8[0xcb]~%[0xb0][0xd5][0xa2][0xa3][0xd5]25[0xc1][0xe]i[\r]&t[0xc1][0xb3]]?t[0xbc][0xcd]%[0x15]m[0xf9]%[0x3][0x8b]&>[0xc4]G&[0xde][0xc4][&[0xba][0xd0]m[0xe2]4[0xce][0x98]8[0x8b][0xcb][0x2]]G[0xd7][0xce][0x6][0x81][0xdc][0xd5]w[0x9b][0xb8][0x8d];&zq[0xd9][0xc4][0xc7][0x9a]+[0xe0][0x8e][0xc0][0xd0][0xeb]%[0xc8][0xc0][0x92][0x89]"[0xee][0x9a][0xf8][0x4][0x9f]V[0xef][0xa9][0xf][0xc7][0xc4]gX6[0xb0]b[0xe2]s[0xb0][0xc]=[\r][0xb])p[0xf1][0x95]}Uw[0xcd]sO[0x4][0xce]5[0xb0],[0xd0]"[0xcb]ewW[0xe0]~[0xb6][0x89][0xce]m[0xdc][0xfa]}M[0xcd]cZ[0xda][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x91]y[0xce]d[0xf1][0x8d][0xda][0xb][\r][0xa6][0xbb][0xb9]j}X[[0xaf]n[0xae][0xea]MG[0xbd]4[0xdb]_[0x96]J[0xec][0xe3]lM[0xaf][0xdd][0xdd][0xd8]V6[\r]}u[0xa4];[0xa2]u[0xbf]k[0xda][0xcd][0xa6][0xa6][0xe7][0xbf][0x87]5[0xaa][0xbd][0xb1]_[0xe1][0xcd]q[0xb3][0xf3][0xfa]W[0xe6][0xff][0xad][0x98]K[0x15]7r[0xca][0xae]Z[0x94][0x8e][[0x9]TM[0xa7][0xb5][0xeb][0xb7]R[0x10]-0nvTW[0xf6]e[0xb3][0xb8][0xc0]/G'?'[0xc9]LF[0xf]#@[0xca]y[0x8c])'[0x94]'[0x9]>g[0xf1]6[0xe9]9r[0xd3][0xa4])[0xd2][0xee]\[0xff]>Dn`[0x1f][0x89][0xdc][0xe0]>[0x92][0xb9]gH=[0x8e][0xa5][0xdf][0xe1][0xda][0xca]7#0[0x82][0x1e][0xae]f[0xcc]w[0xe3]<.[0x92][0xbe][0xc7]'E[0xe4][0x12][0x1f][0x8e][0xf4][0x81]Uq[0x9f][0x98][0xb6][0xfa][0xe8]w[0xb4]|[0xf9][0xc][0xad][0x85][0xdc][0x13][0x1a][0x82]D[0xff]/0H[0x93]O[0xd1]V[0x3][0x9d][0xa8][0xe1][0xd3]?[0xe3][0xde]R[0xff][0xc0][0xaf]0[0x13]X[0xd3][0xf8][0xc0][0xe1][0xc1][0x1b][0xf5]B[0x13][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xac][0x17][0xea],[0xd6][0xee][0x7][0xff][0xe4][0x9a]y[0xcc]h[0xba]q[0x5][0xe3]h[0x8f][0xe9]::b[0xba]G[0xc7][0xf9]2[0xd2]t[0x1d][0xf]b[0xba][0x87][0xef]c[0x9a][0x8c][0xb3]PdF[0x81]Q[0xb4]a[0x8c][0x1a][0x13][0x8c][0xf4][0x1a][0xf5]f[0x88][0xcc]R[0xf3]:[0x91][0x1b][0xb8][0x85]I[0xda][0x98][0xc1][0x17][0xc4][0xd6][0xf9]q[0xbe][0x87][0x9b](1[0xcb][0xf][0x88]}Kl[0x8f][0xf4]G[0xcc][0xe1]'[0xcc][0xc7][0xd9][0xcc]1O[0x13][0xac][0xd0][0xfb][0xb4][0x94][0xa0][0xb4][0xe6][0xb2]q[0x8d][0x1e][0x1d]f[0xb8][\r]?[0xa0][0x8f]r[0x2][0xfd][0x87][0xd9]?@[0x6][0xc8]U[0xb3][0xdf]A[0xf][0x7][0xe3]j[\r][0xc1][0x8a][0xb1]<[0xff]P\ [0x97][0xe6][0xe9])[0xc4][0xbf][0x0]PK[0x7][0x8][0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/TestWatcher.class[0xb5]V[0xcf]W[0x13]W[0x14][0xbe][0x8f]D&[0x81][0x11][0x10][0x1b]*[0xb5][0xd2]Z[0xb1][0x86][0x4]L@[0xd4]V,[0x96][0xa2]VZ[0xc4][0x1f] [0xa8][0xad][0xd5]!y[0xc0][0xe0]d[0x92]33Q[0xdc][0xb4][0x9b]v[0xd9]z[0xba]t[0xd5]U[0xf][0x9b].[0xea]FN[0xdb]sz[0xda]m[0xff][0xa8][0x9e]~[0xf7]e2I [0x84]@[0xf1][0xe4][0xcc]}[0xf3][0xee]{[0xef][0xbb][0xdf][0xfd][0xf1]n[0xe6][0x9f][0xff][0x93][0x88][0x86])[0xd7]F[0xdd]t[0x9b][0xc5],[0x8b]9[0x16]wX[0xcc][0xb7][0xd1]aZ[0xd0][0xe8]n[0x1b]i[0xf4][0x5]k[0xbe][0xd4][0xe8]A;}E[0xf]y[0xf2]H#[0x83][0xc7]E[0x16][0x19][0x16]Y[0x16]R[0xa3]%[0x8d][0x96]5Z[0x11][0xd4]z[0xd1][0xb4]Mo\P(>0/(<[0x99][0xcf]JA[0x9d][0xd3][0xa6]-g[0x8a][0xb9]E[0xe9][0xcc][0x19][0x8b][0x16]4[0xdd][0xd3][0xf9][0x8c]a[0xcd][0x1b][0x8e][0xc9]s_[0x19][0xf6]VLW[0xd0][0xb1][0xe9][0xbc][0xb3][0x9c]Z-[0x2]([0xe5][0x14]-[0xe9][0xa6][0xe6][0xa4][0xeb]-[0x18]^fE:c[0x82][0xe][0x18][0x85][0x82][0xf5]L[0xd0]R[0xbc]f[0xa3]mK[0xc7]M[0xe5]`[0xd0]J[0xcd]z[0x86]'s[0xd2][0xf6][0xc6][0xb6]lI][0x96]n[0xc6]1[0xb][0x9e][0x99][0xb7][0xc7][0x6][0x9a]@[0x0][0xaf]E[0xc3][0x5][0xbd][0x13]Mmn[0xcf]V[0xf0][0x5][0xf5]5[0xb6]/[0xa8][0xcb]-f2Rfe[0xf6]V[0xd1][0x94][0x1e][0xfb]5[0xbc][0xd5][0xaf][0x9a]C[0xd3][0xab][0xc6][0x13]#U[0xf4]L+5m[0xba][0xde][0x18][0x7]Z[0x80]_[0xac][0xb4]`[0x19][0xf6]rjn[0xc5][0xc9]?[0xe5][0xa8][0xc2]D[0xab]t[0x9c][0xbc][0x83][0xc0]vm>)[0xa8][0xa7]6[0xf][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]\[0x9c][0xda][0xb4][0xf7]b][0xf0]q@Dg[0xcd]e[0xdb][0xf0][0x8a][0xe]N][0xdb][0x1d][0xf5][0xed]@[0xd9][0xa3][0x83]K[0x86]iUE[0xe5]j[0xbc][0xee][0xe6][0xdd][0x87][0xaa]E[0xe][0xb]z[0xb0][0xf]h[0x8d][0xd8]w[0xb8][0x8f][0xcd]B[0xa1][0x8a][0xbe]Q[0x1d][0x19][0xd3][0xf6][0xa4]c[0x1b]Vj[0xc2]u[0x8b]9[0x5]>o[0xe6]-[0x14]Q[0xf6][0xca]ZF[0xfa][0xd6]v[0xed]Yz[0xb7]&[0x4][0xad][0xbd]^Z[0x8d]B[0xd4][0xe9]z[0x86][0xe3][0x99][0xf6]r[0x10][0xa3][0xce]%4[0xf]w[0xa5]*j[0xd1][0xe0]v[0x8]:[0xbe]Cm" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1fk[0xa9]h[0x4][0x9d][0xdb]K~[0x19]A[0xf3][0x13][0xb7][0xa9][0x96][0xf7][0x1e][0x11][0x6]=[0xd5]$[0x92][0xa0][0xc3][0x86];[0xe5]g!P[0xb][0xba][0xb5][0xcf]YbNm[0x97]e[0xc1][0x91][0x19]>&[0xa8][0xf7]v[0xd1][0xf6][0xcc][0x9c][0x9c]7][0x13]q[0x9a][0xb0][0xed]zG[0xad][0xb7]c[0xed]8N[0xb4]p[0xad]@2[0xec][0xb7][0x18][0xc3][0xcc]4[0x91]|E[0xd1]u[0xd2]g[0x6][0x87]~[0xa3][0xf6][0x16]Zx[0xe9]S[0x89]P[0x1b][0x10][0xd9]J[0xf]fD[0x9f]C[0xce]@;MQ[0xba]N[0x87][0xe8][0x86][0xb2][0x9a][0x0]J[0x14][0xda]~:[0xa9][0xec]w[0x7][0xf6][0xbb][0x95]U[0xa1][0xde][0xde][0xa7]S[0xb0][0x17][0xf][0x1c]e[0xcd][0x0]4[0x9][0xe5]I[0x12][0xf][0xea][0xd9]g[0xf6]#p[0xd8]^,[0x91][0x1c]|E[0xfa]:u\[0x8][0xf][0xf5][0x86][0xab][0xc9][0xb5][0xc2]d-[0xb9]9[0xe8][0x16][0xa0][0xbd][0x3]g[0xe7][0x91][0x82][0xbb][0x8a][0xdc]([0xd6][0xda][0xa1]=[\r]r[0xec]l, [0x17]S[0x84][0x85]z+[0x5][0x87][0xdf][0x98]f[0xa8][0x8a]fL[0xd1][0xc][0xf9]4Sxp[0xe3]|[0x9a][0xbf][0xf8]4[0xe3][0xc9][0xbf][0xe9][0xe0][0xb][0xea]L$[0xff][0xa2][0x83] [0xdc][0xb1]NQ[0xc5][0xbc][0xb3][0x1e][0xf3]^d[0xb6][0xcc][0xbc][0xf][0xdf][0xeb]D[0xf]![0x1f][0xa1]p[0x16][0xb1][0xb6][0x84][0xd5],[0xf4][0x12]<[0x96][0x3][0xf][0xfa][0xaa]<[0x88][0x7][0x1e][0xc4][0xe1][0xc1][0x88][0xc2][0x8c][0x7][0x1e][0xc4][0xb7]x[0x10][0xaf][0xf1][0xe0][0xc][0x9e][0xd1][0xfa]%[0xd0][0xd5]L[0x9]X[0x90]yhs`d[0xa3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb]Z[0x2]g[0xeb]3;[0xd4][0xc][0xb3]"[0xe4][0x1a][0xb4]O[0xc0][0xe4])[0x98]=[0xdb]Gfan[0x8e][0xfe]m<[0xab]t[0xb8][0xa1][0x9b][0xaf][0xf1]7[0xca]`Oi10#|3an[0x9e]>[0xc4]%<[0xa1]z[0x10][0xdf]U][0xe3]j[0x88]r[0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xcf]an[0xae]>[0xd8]=[0xec][0xe6]HE[0x93]3[0x89]!.[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "h[0x87][0x2][0xfa][0x1e][0xb3][0x1f][0x10][0x82][0xe7]A@[0xb0]9[0x0][0x8f][0x2][0xfc][0xa2][0x2][0x8f][0x6]=B[0xa3][0x8f]PX!ef[0x1c]cC[0xce]/[0xb6][0xe5][0x90]F[0x9f][0xfa][0x85][0xa4][0xd1]5.$@Nm[0x3][0x19][0xde];[0xe4]gh[0xbf]%[0xc8][0x9b]p[0x9b][0x93][0x18][0x1][0xe4][0xd0][0x6][0x85][0xea]c[0x96][0x12][0x1d][0x9]0#[0xc0],e$[0x2][0xcc]R[0xb7][0xe0]V[0x8e]n[0x1][0xf4][0xeb]h[0xec]u[0xd1][[0x9a]G?[0xb9]-[0xfa][0x8d]m[0xc2][0xb1]%UM[0x86][0x3][0xbf][0x9b][0xea][0xe4]-[0xba][0x8f][0xb1][\r]k[0x9a][0xda]I[0xff][0x1]PK[0x7][0x8][0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/TestWatchman$1.class[0x95]T[O[0x13]A[0x14][0xfe][0x86][0x16]Z[0xca]"w/[0x11][0xb1]H[0xc5][0xd2][0x96].[0x17][0x1][0x11][0x8a]![0x4][0x12]c[0xd1][0x7][0x8]>O[0xdb][0x81].nw[0xc9][0xee][0x16][0xf4][0xd9][0x1f][0xe3]3[0x9]`[0xe2][0x83][0xbc][0xfb][0x3][0xfc]9[0xc6]o[0x16][0x2][0xa8]PK'3[0xe7][0xf4][0xcc][0xb9]|[0xe7][0xec]9[0xf3][0xe3][0xd7][0xb7][0xef][0x0]&[0xb1][0xd4][0xe][0x3]i}[0x8c][0xe9]#[0x93]@'[0xb2][0x9][0x8c]"[0xa7][0xb9]q[0xcd][0xe5][0xf5]a[0xc6]0[0x11][0xc3][0xa4]f[0xa7]b[0x98][0x8e][0xe1][0xb9]@b_[0xda][0xa9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]nE`[0xac][0xe8]z;[0xe6]n[0xdd][0xb1][0x2][0xd3][0xab];[0x8e][0xf2]|[0xb3][0xe6]V[0x94]m[0xae]y[0xb2][0xa6][0xe]\[0xef][0xc3]z[0xa8][0xba] [0x10][0xd7][0x86]%[0xe9]+[0x81][0x91][0x1b][0xcd]6[0x2][0x19][0xa8][0x9a]r[0x2][0x1a][0xb4][0x5]U[0xcb]OM[0x8][0xc][0xfd][0xa1]n+[0xdf][0xdc]T~[0xf0]^[0x6][0xe5]jM:Zs[0xd1][0xe2][0xdd][0x92]@-[0xdd]X[0xb5]i[0xb8]M[0x0][0x1c][0xdb][0x12][0x88][0xae]P([0xd0]U[0xb4][0x1c][0xf5][0xb6]^+)oS[0x96]lJz[0x8b]nY[0xda][[0xd2][0xb3][0xf4][0xff]saT'$[0x0][0x1][0xe3][0xb5][0xf6][0xb9]bK[0xdf]W[0x94]$[0x1b][0xa2]NM2[0xc5][0xc4][0xea][0xc7][0xb2][0xda][0xb],[0xd7][0xa1]~\[0xb1][0x96]u[0x2][0x11][0x88][0xa4]5[0xe]An[0xe2][0x8a][0x13][0xcb][0x9][0x94][0xe7]H[0xdb]\[0xf6][0xfd]z-4[0xdb][0xb2]\[0x9b][0x16][0x95][0xb]?t:P[0xdc][0x95][0xfb][0xd2][0xb4][0xa5][0xb3]cnV=[0xf7]@[0xe3][0xd4][0xc1]6[0xdc][0xba]WVk[0x96]F[0xdd]s[0x15]K^[0x1b]0[0xe1]U[0xa7]l[0xbb][0xbe][0xe5][0xec][0x9c][0xd5]+[0x86][0x19][0x3][0xb3][0x98]3[0xd0][0x8b]>[0x3]w[0xd0]e[0xa0][0x1b]=[0x6][0xfa][0xf1][0xd8][0xc0][0xb][0xcc][0x1b][0x18][0xd2][0xdc]K[0xcd]-`^ ;[0xb0][0x2]}[0xd7]@5[0xb0][0x88][0x2][0xfb][0xa3]q[0xf5][0x4][0x86][0xff][0xfb]5[0x5][0x6][0x1b]9[0x11]h[0x95]{{[0xf6]'[0x81][0xcf][0xe9]&Z[0xa3][0xf9]6[0xbb]L[0xea]]iW[0x95][0xd9]UM[0x8d]F[0xdc][0xf][0xa4][0x17][0xb0][0xfc][0x2][0xb9][0x9b][0x1][0xfd][0x1d]MwJ[0xbb]_/[0x97][0x95][0xaa](No|[0x9b]c[0xe3]W5[0xdb][0xb6]-[0xf9][0xb1][0xc9],[0xa7][0xaf][0xed][0x89][[0xc4]@[0x92]OJ'[0xdf][0x99]Hw[0xb7][0xee][0x4][0x80][0x94][0xcd][0x10]R[0xb6][0x7]oZ[0xb8][0xfb]1@z[0x97][0xdc][0x12]iTK2[0xd9]c[0x88]L[0xee][0x18]-[0x99][0xf1]cD2_[0x11]=[0xc][0xb5][0xef][0xf1]l[0xe3][0xd8][0x0]S[0xb8][0xcf][0xd3][0x8][0xf9]~<[0xc0] [0xe9]#[0xee](%[0x9]nv[0xd9][0xb9][0xd7][0x9f][0x88]p[0x1][0xc5][0xcc][0x11][0x9d][0x1e][0xa1][0xe5][0x4][0xad]$[0x91][0x13][0xb4]]Jb[0x97]l[0xfc][0xb][0x9f][0xa5][0xec]i[0xa8][0x9e]=[0x13]udO[0xd7][0xaf]([0xe4]N[0xf][0x19][0xa7][0x83][0xf1][0xb2]h[0xf]i[0x9e]15-0N[0x96]y[0x14].[0xd0]N[0x11]#0[0xcd][0xdb][0x19][0xe6]<[0x1b][0xea][0xa4][0xa9][0x91][0xc5][0x1c]r[0x1c][0x88]<[0xe6]ar[0x1c][0x16][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\o[0xf0]*[0xcc],I[0xcc]9[0xfa]Hb[0x98][0xd9][0x98][0xac]_[0x12]O[0xc2]l[0x8b][0xff]d[0x1b][0xc1]H[0x18]/[0x85][0xa7][0xa1]l[0x14][0xcf][0xf0][0x90][0x9c][0xae][0x83][0x8e][0xce][0xdf]oPK[0x7][0x8]Negz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/rules/TestWatchman.class[0x8d][0x93][o[0xd3]0[0x14][0xc7][0xff][0xee]uk[0xb][0xbb][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]0[0x18][0x9b][0xa0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a[0xf]<[0x15][0x81][0xa6][0xa1]![0xa4][0xe][0xa4][0xb5]*[0x82]77[0xf5]Z[0x8f][0xc4][0x99]b[0x87][0x89]g[0xbe][0x10]i[0xd5][0xe]6[0x90][0xa1]KJM[0xa6][0x1b][0x9b][0xa3][0x95]JA[0xdf]y[0xfa]sh[0xa5][0xa4][0x91][0xad][0x9d][0x81]}[0xa3]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]D[0x9]x[0x84]"}KC[0x5]Z[0xaf][0xc0][0x96][0xe7]*[0x16][0x12][0xe3][0x16][0x9d]fh-[0xfe]@[0xea]}[0xad][0xbe]}[0x86][0xf4][0xd7]1[0xc4][0x93][0x18]Q[0x1b][0xaa]%[0x8][0xbb][[0xc4]R,/b[0x19][0xd7][0xc8][0xc2][0xee][0xae]c[0x5]i:-[0xe3]F[0xe2][0xe0]iL[0xc3][0xf9][0xc8]^[0xc5][0xd8][0xf2]P[0xf8][0x17][0xcb]b[0x98]M[0xe8]&V[0x13][0xc4][0xb]z[0xd3][0x17]![0xe]b[0xc4][0xbd][0xa1]p[0x4][0xb1][0x86][[0xb1][0x9c]%[0x91]Q[0xef][0xa7][0xc7][0xd3][0x9a][0x12][0xcf][0x9d][0xe9][0x88][0xf][0x13][0x11][0x19][0xac][0xc7][0xfa]w)b[0xfb]l$v[0xf7]i}@o[0x81][0xf6][0xa9]X[0x82]?PK[0x7][0x8][0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Timeout$1.class[0x8d]S]o[0x12]A[0x14]=[0x3][0x94][0xa5][0xeb][0x16][0x10][0xad][0xd8]V[0xdb][0xad][0xa2][0xd2]m[0xe3][0xca][0x9b][0xa6][0xc6][0x97]Z[0x93]&[0xe8][0x83][0x90]&>Na[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd3][0xec][0xce][0x92][0xd9][0xd9][0xaa]F[0x83][0x89]M[0x13]M[0xf4][0xdd][0x1f]e[0xbc][0x83][0x84][0xa2][0x96][0xc4]M[0xe6][0xeb][0xce][0x9d]s[0xcf][0xbd][0xf7][0xec][0x8f][0x9f]_[0xbe][0x1]hag[0x11][0xe]6[0xec][0xe4][0xbb](a[0xd3][0xc1][0x9d][0x12][0xee][0xba]([0xa0][0xe1][0xe0][0x9e][0x83][0xfb][0xc][0xb][0xa7][0x94][0x10][0xab][0x91][0x98]h[0xe2][0x85]za[0x8c]/[0xa0][0x17]^[0xfa][0x18][0xc6]3[0xd3][0xb1][0x92][0xa6]Xn[0xe6][0xcf][0x99][0xf9]~[0xf3][0x9d]3[0xb3][0xfb][0xf5][0xf7][0xbb][0xf][0x0][0x16]q3[0x3][0x3]E[0x3]#[0xb0]Ds[0xd9][0xc0][0x15][0xcc][0x8b][0xd1][0x82][0xe];[0x83]4[0xae][0xea]X[0xd4]q[0x8d]a[0xc2][0xb][0x82][0xad][0xe5] [0xac]Dq}[0xab][0xda][0xc][0xb9][0xb3][0xc9][0xc0]6[0x18][0xf4][0xc8][0xdd][0xe6]A[0x1c][0xd1]l[0x85]aD[0xcc][0x9e][0xf8].Mg[0xcb]-[0xe7][0x99]c[0xc7][0x91][0xeb][0xd9][0xf5][0xc0][0xaf][0xc7]a[0xc8][0xfd][0xc8][0xae][0xaa][\r][0xb7][0x18][0xd2][0xb7]][0x1a][0xdc]aH[0x16][0x8a][0xeb][0xc]Z)[0xd8][0xe4][0xc]ce[0xd7][0xe7][0xab][0xf1]v[0x8d][0x87]U[0xa7][0xe6]Qd[0xa2][0x1c][0xd4][0x1d]o[0xdd][0x9]]1WA-j[0xba]m:[0xfe]^[0xec]z[0x9b][0xf]K[0x9e][0xd3]nsZ[0xc8][0x97][0x83][0xb0]a[0xb7]b:[0xc1][0xe]c[0x8f][0xb7][0xe5][0xc9]dtN)[0xc8]@[0xf6][0xb9][0x1b]5[0xab][0xfd][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+C,[0x17][0xf][0xc1][0xd4]b[0x99]}[0xa6][0xc1][0xa3][0x1e][0x99][0xf2][0xa3][0xda]dU[0xa8][[0x9e]|[0xa1]8[0xb4]@'[0x85][0xbf]2[0x15][0xde][0xf5][0x1b][0xfd][0xb5][0x9f]+l[0x1c][0xc6]N[0x9a][0xfb][0xdd]zM[0xd1][0xe9][0x7][0xa0][0xc8][0x1e]]d[0xaa]&D[0xc][0xd3][0x85][0x3][0xb9][0xc4][0xcb]T[0x82]8[0xac][0xf3]eW0M[0x15]_[0x10][0x89][0x98][0x18][0xc7]Q[0x13][0x19]dM[0x98]8[0xa2]c[0xc9][0xc4]u[0x8c][0x99][0x18][0xc5][0x18][0xc3][0xe4][0x1]H[0xa1][0xba]A[0x8f]eH&[0xc][0xe3][0xb2]X[0x9e][0xe3]7[0xec][0xb5]Z[0x8b][0xd7][0xa9][0x84]3[0xff][0xad][0x1f][0xbd][0x8d][0xca][0x83][0xd2][0xda][0xea][0xfd][0x8a]([0xd6][0xd0]R[0x15][0xd7][0x91][0xa7][0x87]o[0xd0]w[0x91]DB[0xa4]A[0xa3][0x84][0xc8]D[0xf6][0x94][0x4][0xf5]:4[0x91]%[0xe8]M[0xd2][0xec][0x11][0xed]d[0xd4][0xe7][0xac][0xb7]`Vr[0xf][0x9][0xcb][0xd8]C[0xd2]z[\r]m[0xf][0xa9]WRwL[0xac]#E[0xed]K[0xd2][0xbe] [0xfe][0xe][0xb1]vq[0x2][0x1d][0x1c][0xa7][0xa8][0xd9]%[0xd0]|[0x8a]z[0xba]r[0x9c]R[0xf4][0xc7]D[0xd7][0xc4][0xe]kV@[0xe7][0x9]iuz[0xcc]QZ[0x5]>[0x12][0xf9][0x13]y[0xfd],Yge[0xcc]T,1[0x12][0xee][0x99][0x1c]M[0x93][0xc1];[0x8d][0x19][0xc5][0xb7][0x89]$[0xd6]R[0xd6][0x1b]$w{[0xe0][0xb4][0xc]~[0xd9]g.[0xa5][0x80][0x1a][0xce]`[0xb6]'f=q[0xaa][0xd3]'[0xfe]6@[0xcc][0xc8]]^[0x89][0xef][0xd2][0xee][0x84][0xa8][0xa6]5-j[0xf6]O[0x9e][0x91][0xe1][0xef]$[0xfa]![0x11][0xb9][0xee][0xb6]^B:[0xce][0xd1][0xb5][0xd0]7[0x86][0xf3][0x98][0x1b][0xe0]$[0xb1][0xd3][0xe7][0xe4][0xe7]@'[0x17]pQ[0x89][0x97][0xd4][\r][0x1a][0xef][0x91]~J[0xb7][0xa8][0xf7][0xa7][0xf2]k[0x1f][0xc0]P[0x80][0x4].[0xc9][0xb6][0x80]I[0xe9][0x99][0xfe]z[0xb4];[0x7][0xe3][0xf]PK[0x7][0x8]0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/rules/Timeout.class[0xa5]VkS[0x1b]U[0x18]~[0x16][0x2][0xb][0xcb][0xd2][0x96]k[0x85]r-EC[0x90]F[0xc4];[0xd8][0x1b][0x17][\r][0xa6][0xd0][0x12]J[0x5][[0xe9]&laa[0xd9][0xe0]^[0xaa][0xce][0xf8]U[0xff][0x80][0x1f][0xd5][0xa0]3[0xe8][0x14]pd[0xc6][0x1f][0xe0][0x8f]r|[0xde][0xcd]6[0x1]JJ[0x1c][0x92][0x99]s[0xf6][0xe4][0xbc][0xef][0xf3]<[0xef][0xe5][0x9c][0xcd]?[0xff][0xfe][0xf5]7[0x80]Q[0x4]*>[0xd1][0xa0][0xe0][0xd3]z[0xa4]0[0xab]A[0xc7]g[0x1a].[0xcb]RGZ[0x86][0xbb]2[0xcc][0x89][0xc9][0xbc][0xc][0xf7]d[0xb8][0xaf]bA[0xec]3[0x1a][0x87]E[\r][0xf][0xb0][0xa4][0xe1]!>[0x97]aY[0x86][0x15][0x1][0xfa]B[0xc5]#[0x15][0x8f]5[0xb4]aU[0xc5][0x13][0x15][0x86][0x2][0xf5]N`[0xd9]k[0xa6][0xab]@O9[0x8e][0xe9]N[0xda][0x86][0xe7][0x99][0x1e]7|k[0xdb][0xcc][0x7][0xbe][0x2]eVA[0x9d][0xac][0x1e]8[0x16][0x97][0xbd][0xe9]M[0xe3][0x99][0x91][0xc]|[0xcb]N[0xe6][0xf2]N.p][0xd3][0xf1][0x93][0x8b][0x91][0xc1][0xb8][0x82]f;[0x9f][0xdf][0x9a][0xc9][0xbb][0x19]?[0xc8]m-n[0xb8][0xa6][0xb1]F[0x94][0x15]bf_[0x90][\r][0xc4][0x87][0xd2]yw=[0xb9][0x19][0xd0]%[0xe9][0x6][0xb6][0xe9][0x85][0x8]$[0xbc][0x16])"Pl2[0xbf]f*[0xb8][0x98][0xb6][0x1c]s.[0xd8][0xce][0x9a][0xee][0xa2][0x91][0xb5][0xf9]K[0xed][0x84]E[0xbf][0x1b][0xb4][0x88][0xa7][0x86][0x96][0xc8][0x98][0xce][0xe7][0xc]{[0xc9]p-[0xd9][0x8f][0x8c]b[0xfe][0x86][0xc5]@:[0xca][0x11][0x91][0xa0]v[0xdb][0xb2]m1RR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4])s[0xc7]5s[0x86]oRn[0xc7]B[0xe0]H[0xcc]K[0x96]g[0x11][0xed][0xb6][0xe3][0xe4]}[0xc3][0xb7][0xf2][0xe][0x8d][0xdb][0xb][0x19][0xb0][\r]g=Y[0xf2][0x19][0x97][0xa8]f[0xcf]H[0x8e][0x88][0xbd][0x16]?3t1[0xeb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " A][0xf1][0xd9][0xb2]y[0xe4][0xb6][0xea][0x99][0x14][0xb1]F[0xc9][0xda][0xba][0xe9]/[0xbe]([0xe8][0xd5][0xf8]Y*Y[0xf1]X[0x10]V[0xfb]5:[0xa6]YN[0xcb]Y?Y[0xd1][0xea][0xf8][0x10]k[0xda][0x95][0xe3][0xca]7g[0xc][0xcb][0x9e]w"[0x8a][0xc]Sen[0x13][0x92]m|[0x1d][0xef][0xc0][0xd4][0xf1][0x14][0xeb]:[0xde][0xc7][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0x97]A[0xd4][0xb1]!.[0x16]6Ul[0xe9][0xe8][0x87][0xad]b[[0x87][0x83][0xbc][0x8e][0x1d]|[0xa5][0xc3][0x85][0xa7][0xe3]C|[0xa4][0xa0][0xe5][0x94][0xe8]y[0xb6][0xca]I[0x1d]U[0x0][0x91][0xc6][0x2]_*y[0xce]g7[0xcd][0x9c][0xb4][0xe2]Kn[0xa6][0xe7]/[0x4][0x92][0xb][0xb6]"OL[0xf7]+[0xbb][0x9a][0x19][0xbb][0x9b]J[0xa7]S[0x99][0xe9][0xc9][0xf9][0xb9][0xa9]L[0xe8][0xc4]>o[0x88]NF[0xc1][0xa4][0x9f][0xf7][0xd2]Y[0xd7][0x9b]ZDPi[0xf0][0xcc]t[0xfd][0x8a]N>[0xb9][0xc6]J[0x11]X[0x8e]o[0xba][0x8e]a[0x17][0xfb][0xa7][0xd8][0xdc]^[0xf2][0xd8]YRp[0xf3][0xd8]]Y[0xb1][0xe3][0x91]kb[0xfc][0x1c][0xee][0xcc][0xd0][0xd7][0x96][0xbf]QT[0xb3]zv[0xa4][0xe7]T[0xdb]!|e[0xee][0x9c][[0xf1][0x95][0xf3][0xc2][0xd7][0x84]/![0x5]+[0xff][0xf7]f[0xaa][0x98][0x8c]$[0xa3]e[0xef][0xf8][0xf1]So[0x84][0xa1]%[0x9e]#[0x9d][0xef]y[0xb6]9[0xaa][0xd1],G[0x93][0x7][0x9a][0xe5]t[0x86]3[0xf](g[\r][0xf5][0xb4][0xbb]J[0xab][0x1][0xae][0xfa]P[0x5][0xf9][0xd4][0x1d]BY>@[0xd5].[0x9f][0xf9]z[0xe1]X[0xcb][0x19][0x18][0xe3]8[0x88][0xd7][0x89]'[0xd6]w[0x10][0xb][0xed][0xb5][0xc4][0x95][0xef][0xff]@[0xf5][0x1]b[0xbf]sU[0x15][0xda]k[0xe1][0xce][0x14][0xd1][0xa7][0xf1][0x6][0x9f][0xda][0xb][0x96][0x88]c(d[0xd0][0x90][0xc0]0[0xd1][0xde][0xc]W#[0x11][0xc3][0xf5][0x90][0x8f]7I[0xa4]'K[0xa6][0x18][0xe7][0xd6][0xc4][0x1]j[0x12][0xbd]{[0xa8]M[0x8c][0xec]AMT[0xef][0xa1][0xae][0xc4][0xd5][0x8e][0x1a][0x8e][0xf7]hy[0x9f]|[0xb][0xb8][0x80][0xc]Z[0xb0][0x18][0xf2][0xf6][0x11][0x81][0xfe]E[0xde][0xd6]0[0xf]J[0xf8]$[0x99][0x10][0xfc]A[0xbc][0x15][0xf1][0x19]\[0x8b][0xce][0xee][0x90]ox[0x1f][0xf5]B[0xc9]Y[0x13]V[0xce][\r][0xa7][0x10]?"[0xc4]c[0xa6][0xfa]KB[0xae][0x12][0xfc][0xc9][0x91][0x80][0xbb][0x8b][0xc4][0xdd]L[0xf3](i[0xea][0x19][0xf8][0xdb][0x11][0xdd]{[0xf4][0x17]+[0xfd][0x10][0xfa]rO![0x85][0xbb]E[0xf4]B[0xca][0xad][0x10]M[0xf][0x9f]u[0xfa]J[0x11][0xeb]Y[0x88]r[0x18][0x8d][0xa7]`x[0xc7]0[0xc6]B[0x8c]V^[0xce][0xef]F[0x18][0xb7][0xa3]B6[0xe]'[0x9e]3[0xde][0xe7]P[0xf7]q[0xe1][0xb7][0x13] [0xdf][0x1d][0x9][0xab][0xb1][0x18]V#[0x5][0xf4]p[0xbf]Un[0xf8][0x8]N[0xaa]'[0x1e]5D[0xaa][0xfb][0xf5][0x4][0xcc][0xf]G[0xb4][0xd4]D01[0xb9][0xdb]i%[0xce]s[0x91][0x96][0xce]?q[0xb1][0xa4][0xe6][0x92]@[0xed][0xa3][0x89]%h>[0x19][0xdd][0x8f]G[0x84]u[0x16][0x85]ub[0x1c][0x13][0xdc][0xff]8[0xc4][0x17][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0xe0]f$[0xd1][0xe2]o[0xd2]XMR[0xd4][0x96][0xdd][0xb9]C[0xb4]-'F[0xe][0xd0][0xbe][0x1b][0x9][0xab][0xa5]C[0x81][0xe4]B[0xd8]A?[0xf1][0x97][0x9f][0xa1][0xe2][0x97][0x90],Ag[0x95]=|[0x8b][0xa9][0x93][0xdd][0xa6]"m[0x13]O[0xc5]D[0x88][0xd1][0x84]I[0xf6][0x15][0xbf][0xd3][0xa1][0xe0][0x19]J[0x12]Y[0xd5][0xdc][0xd5][0xd1][0xc1]"[0xb6][0xa1][0xf0]y[0xc8][0xd7]\[0xff][0x7]PK[0x7][0x8][0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/Verifier$1.class[0x8d]R[O[0x13]A[0x18]=[0xd3][0x96].[0xac][0xb][0xad] Z[0xb1][0xca][0xa5][0x8b][0xb4][0xb]q[0xe5][0xd1]`[0x8c][0x6]11[0xa9][0xbe]@[0xfa]>][0x86]v[0xc8]t[0xb6][0x99][0xd9][0xad][0xf0][0xb3]L[0x4][0x13][0x1f][0xfc][0x1][0xfe]([0xe3]7+[0xc6][0x18]S[0xed]&[0xdf]e[0xce]~[0x97][0xb3]g[0xe7][0xdb][0xf7]/_[0x1][0xec]#Z@[0x15][0x8f][0x9c][[0xf7][0xe1]a[0xc3][0xb9]M[0x1f]Mlyhy[0x8][0x19][0xe6]'\[0x85]}n[0x5]C[0xab][0x9b][0x9a]A|[0x9e]k[0x99][0xc5]&[0xd7]Z[0x18][0x1b][0x8f][0xd2]S[0xa1][0xe2][0xe3][0x8c]gb$tv[0xc0]P[0xcd][0x86][0xd2][0x86]O[0x19][0xd6][0xfe](W[0xc2][0xc6]=a[0xe4][0x99][0x14][0xc6]U=[0x97][0x84][0xbf]`x[0xd9][0x9e]^6[0xc3][0xbe]N[0x8f][0xa1]rH C[0xad]+[0xb5]x[0x9f][0x8f][0xfa][0xc2][0x9c][0xf0][0xbe]"d[0xb9][0x9b]&\[0xf5][0xb8][0x91][0xee]|[0x3]V[0x1c]?[0x6]0[0x4]o[0xdd][0xcc]C[0xc5][0xad][0x15][0x84]4[0xa7][0x12][0x9][0xf7][0x89][0xb1]t[0x91][0x88]q&Sm=l[0x93]0[0x82][0x94][0xc9][0x89][0x7]C[0xb9][0xed]h[0xf8][0xc7]in[0x12][0xf1]F[0xba]-[0x8b][0xbf]z[0x9f][0x9c][0xf3][0x9]'rG:Q[0xa9][0x95]z[0xf0]Nd[0xc3][0xf4][0xd4][0xc3][0xe3][0x0];h[0x7][0xf0]q+[0xc0]<[0x16][0x2][0x4]h[0x4][0xb8][0xe7]\[0x7][\r][0xd2]o:[0x1d][0x86][0xcd][0xff]J[0xc3][0xb0][0xe2]V[0xc7][0x8a][0xeb]A|24[0xe9][0x87][0x9f][0xdf][0xdf][0x98]6[0x96]a[0x8e][0x8f][0xc7][0xea][0x92][0xe1][0xac]=[0x83][0xf2][0x95][0xc4][0xaf][0x85]M[0x8c],$:[0xe8][0xcc]vW&n[0xf7]%6[0xe8][0x2]zt!K[0xf5][0xba][0x93][0x2][0xa0]H[0xba]8[0x84],[0xc0]"[0xc5]%[0xca][0x9e]Q,S[0xac]E[0xbb]W`[0xd1][0xde][0x15]J[0xd1]g[0x94]?[0x16][0x85]5[0xf2]U[0xfa][0xad][0xc0][0x16][0xea]E[0x9b][0xcb]k[0xb8][0x8d];[0x14]W[0xc9]*[0x84][0xdc]%#[0x8d]o[0x6][0xbe][0xa2]SQ[0x15]}B[0xe9][0x1a][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0x1a]s[0xbf][0x7].[0x15][0xfb]Z[0xc4].[0xa4]|[0xfb][0x9f][0x83][0xcb][0xb8]_[0xf4][0xad][0xe1]A[0x81]5[0xf1][0x10]+[0x94][0xf9][0xf4][0xb6][0x8a][0xe2][0xf9][0x1]PK[0x7][0x8][0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/Verifier.class[0x8d]R[0xdb]N[0x1b]1[0x10]=N6,][0xc2][0xbd][0xa5][0x80] [0x84][0xcb]C[0x2][0x12][0x16][0xcf][0xa9][0xaa]J[0x14][0x4]R[0x4][0x12]D[0x91]xt[0x16][0x3][0x8e]6[0xbb][0x91][0xbd][0xcb][0xe5][0xaf][0xda]'[0xa4]V[0xea][0x7][0xf4][0xa3][0xaa][0x8e][0x9d] [0xae]AYi=[0x9e][0xf1][0x99]33[0xc7][0xfe][0xfb][0xef][0xd7][0x1f][0x0];X[0xf]P[0xc0][0x82][0x8f][0xc5][0x0]9,[0xfb]([0xf9]X[0xf1]Qf[0x18][0xf9][0xa2]b[0x95]~e[0xc8]W[0xaa]M[0x6]o79[0x97][0xc][0x93]u[0x15][0xcb][0xa3][0xac][0xd3][0x92][0xba]!Z[0x11]Ef[0xea]I([0xa2][0xa6][0xd0][0xca][0xfa][0xfd][0xa0][0x97]^)[0xc3][0xb0]XO[0xf4]%ogD[0xc4]u[0x16]I[0xc3][0x9b]R[0xab][0xb]%u[0x8d][0xa1] [0xba][0xdd][0xe8][0x8e][0xe1][0xa2][0xf2][0xc][0x15][0xc7]R[0x1b][0xde][0xa1]j[0x11]?ME*;2Nk[0xaf] [0xfc][0xbb]4[0xa1]V[0xdd]T%q[0xad]:[0x4][0x3]5[0xd5][0x12][0x86]z[[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa9]um[0x7][0xa3]i[0x82][0xbd][0xdb]P[0xba][0xa8][0xf1][0xb1]J[0xfe]i[0x92][0xe9]P[0xee]++[0xcb][0xf8][0xc3][0xf8][0xdb]mq-[0x8a][0xf0]1J"[\r][0xd2]hc[0x87][0x1][0xc][0xc5]C[o7[0x12][0xc6]Hcs[0xd6][0x18][0xe6][0x7][0xe5]0LYj[0x1e][0x89][0xf8][0x92][0x1f][0xb7][0xda]2L[0xdf]@7[0xa4]IO2[0xdb][0xd1][0xec]#[0xba]q[0xa5][0x93][0x9b][0xde][0xf5]}[0xab][0xc][0xbe][0xb8]![0xd4][0xab]6[0xbd]Ux[0xf4][0xae]H[0x17]zdy[0xb2]4)[0xad][0x1f][0xc8][0xe3]di.[0x14]6[0xef][0xc1]~[0xd2]&[0x87][0x80][0xd6][0x11][0x17],a[0x8c][0xd6]b[0xf]@v[0x1c]V[0x81][0x9]L[0xf6][0x93][0xf][0x88]6O6[0xf8][0x8d][0xdc][0xd9][0xe6][0xd6]=[0xf2]?^0[0x94][0x1d]C[0xb9][0x87][0xea]3[0xd8][0xdd][0x14][0xa6][0xdd]y[0x80][0x19][0xcc]R[0x86][0x87][0x8f][0xd4]R[0xce][0xb1]n[0xb9]*x[0xdd][0xce][0xf6][0x93]vX[0x9f][0xec][0x13][0xfd][0x1e]ys[0x84][0xfc][0xec][0xf0][0xf3]Xr[0xc4][0x8c][0xf6][0xee][0xfb][0xf]PK[0x7][0x8][0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/runner/Computer$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96].[0xdd]ni[0x5][0xac]"[0x2][0xa2]E[0xda]me[0xe1][0xd1]@x[0xb0])[0x89]I[0xf5][0xc1]mx[0xe1]i[0xdb]N[0xb6]C[0xb6][0xbb][0xcd]~[0xa0][0xfe]+M@[0x13][0x1f][0xfc][0x1][0xfe]([0xe3][0x9d][0xdd]"[0xea]JS[0x1e]f[0xee][0x9d]3g[0xce][0xbd]w[0xe6][0xce][0x8f][0x9f][0xdf][0xbe][0x3]8[0xc0]~[0x1][0xb]x&[0xa7][0x9a][0x8a][0x9][0x85][0xe7][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xc]K[0x9][0xe9][0xc4]K$[0x18]Z[0xf5][0xee][0xb9]ua[0x19][0x8e][0xe5][0xda]F[0x8c][0x1d]6[0xd2][0x9a]I[0xfe][0xa4]W[0x8]y[0x10]N[0x8f][0xde]K[0x9d]d[0xa8][0xfe][0x9d][0xfd][0xc7][0xc9]u[0x5][0xab][0xff][0x92][0x8f][0xf4]c[0xa9]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xb5][0xc2][0xc8]'[0x8a][0x91]JErfe[0xa3][0x9a]^[0xe4][0xf][0xf8][0x89][0x90][0x11]J[0xd7][0x85][0xef]I[0x15][0xba][0xda][0x8e];p[0xbc]@[0xb8][0xf6][0x1b][0x1e][0x8e][0xbc][0xa1][0x2]]C[0x13]-[\r][0x5][0xa8][0x1a][0x14],j([0xe2][0x85][0x86]=[0x18][0xf4][0xfc]3[0xee][0x91]ag[0xae][0x87]eX[0xb9])[0xa0]7[0xf2][0xbd][0xf7]I[0xed]k[0xb7]j3,[0xda]<4#[0x11][0x12][0xad][0x97]n[0xad][0xff][0xf7][0xcf][0xd9][0x9d][0x9e],[[0x97][0xfd]V[0xa0]8[0x9][0xc4]`[0xce][0x1b][0xe8][0xe]q[0xf0][0x84][0xfe]e[0x9e][0xfe]i[0xa6]R[0x91]w[0xb][0x90][0xa5][0x8b][0x96][0x8][0x8d]"4[0xb2]%[0xf2]^[0x92][0xcd][0x92]-[0xeb][0xcd]+0[0xbd]u[0x85][0x8c][0xfe][0x15][0xd9][0xcf]1q[0x89][0xe6][0x11][0x90][0xfd]Cn+[0x96][0xab]&[0xc4][0xa9][0x9c][0xf4][0x1e]b[0x8d][0xf6][0x1f][0xfd][0xe]%[0x91]u[0xf2]nB=[0x8e][0x13][0xdb] [0xb5][0xcd][0xd8][0xdb][0xa2]J[0xe5][0xde]6[0x9e]b[0x99]<[0x95]X[0xb][0xb1][0x1a]~[0x1]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Computer.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b][0x8b][0xdd][0x98]^[0xd3][0x1b]%-[0x14]h[0xa9][0x9b][0x84][0x9a]p[0x87]F} J[0xa5]J[0x11]H[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]xrR+u[0xe5][0xd8][0xd1][0xda][0xe6][0xf6]U[0xf0]B$*[0xf1][0x1]|[0x14]b[0xd6]v[0x93][0x94]4%-[0x8e][0xb2][0xeb][0x9d][0x9d]3g[0xe6][0xec][0xac][0xfd][0xfe][0xf1][0x13]@[0x1]/[0x15][0xa4][0xa0][0xca][0xd8]T[0x10][0x13]sVFNA[0x12][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xd0][0x14]<@A[0xc6]C[0x6][0xa9]h[0xda][0xa6][0xb7][0xc3][0x10]W7k[0xc][0x89][0x92]sh0LUL[0xdb]x[0xed][0xb7][0xea][0x6][0xdf][0xd7][0xeb][0x16]Y[0xd2][0x15][0xa7][0xa1][5[0x9d][0x9b]b[0x1d][0x19][0x13][0xde][0x91][0xe9]2d*[0xe]oj[0xc7]>[0x5][0xd2][0xb8]o[0xdb][0x6][0xd7]JN[0xab][0xed]{[0x6][0xdf]&[0x6][0xd7] [0x90][0xc5][0xb0][0xa2]n^[0xe8]8[0xd6]4[0xbc][0xaa]oz[0x14]x_[0x1d][0xf0]t[0xb5][0x16][0xa5]fio[0x83][0xd5]+[0xdf][0xb4][0xe][0x9][0xf5][0xbe]r[0xac][0xd0]5K[0xb7][0x9b]Z[0xc9][0xd2]]w[0xfb][0x1c][0x8e][0x10]B[0xc]r=[0x84]1l[0x8c][0x18][0x9f]0[\r][0x11][0xd6][0xa0]2[0xd3][0x83]d[0xc][0xb]gu[0xf9][0xdc]>[0xd5]f~[0xc0][0xbb][0x98][0xdd]![0x80]R[0xfe][0xd4]0[0xda][0x9e][0xe9][0xd8][0xae][0x8c]G[0xc][0xa9][0xaa][0xd9][0xb4]u[0xcf][0xe7][0x84]yw[0xe5][0xb2]E[0xec][0x8b]*O[0x91][0xb6][0xe1][0x82][0xa1]:*[0xcb][0xa5][0xb4]My[0x86][0xeb][0x5]n[0xc]3[0xe7][0x8]5w^[0xca]2[0x1e]3[0xd4][0xae][0x9a][0xcf][0xbf][0x8a]V[0xaa][0x8e][0xcf][0x1b][0xc6][0xae])[0xce]c[0xe2][0xb4][0xd3][0xb6]D[0x94]q([0xb8][0xc6][0xb0]4[0xb4][0x1f][0x19][0x16][0x7][0x93][0x8a][0xba]33[0x14][0xb5]V`[0x0][0xc3][0xf8][0x9e][0xb0][0x96][0xc2][0xc6][0x11]TO[0xc4][0xf0]T[0xc6][0xb3]q<[0xc7][0xb][0x86][0xe9]^%o[0xea][0xc7]F[0xc3]c[0xc8][\r][0xd3]`[0x8f]Lt[0xcc]/[0xba]h[0x9a]2[0xe7][0xe]%7[0xdb][0xb][0xb0][0xc4][0x9d][0x8f]a[0xcf][0x95][0x7][0x95][0xec]][0xb0][0x11]E[0x16]_[0x81][0xe2]\?[0x82][0xaf][0x8f][0x4]f[0x98][0xc]ww[0x1d][0x1e][0xf5]M^[0xbd]D[0xcb][0xe1]6}[0xd9]R[0x10]O[0x82]4[0xa7][0xf3][0x14][0xca][0xd3]J[0xa3][0x99][0x8e][0x1][0xc9]l[0x7][0xec][0x1b][0xbd][0xc4]0A[0xa3][0x14][0x18]'[0xe9][0x7]r[0xb][0x1c]0[0x85]i[0x9a]S[0x98]A:[0x2][0xaf][0x92][0xb7]x[0xc6]N[0x10];[0xe8] [0xfe][0x15][0xe2]@{[0xf8]Y[0x1a]g1[0x87]x[0xe0]]'k[0x9c][0xe6][0xf4][0x9][0x12][0x7]'H[0x1e]ds[0x1d]H[0xf9][0xe]d[0x81][0x8b][0xf7][0xe1][0x96][0x3][0xde][0xd5][0xd0];[0xe2][0x15]o[0xf3]X[0x8][0xf6][0xd3]X[0xc4]u[0xe2]^[0xea]f',7[0xc8][0x92][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xc6]JP[0xcb]MZ[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0x89][0xc]jd[0x11]1[0xa5]\[0xfe];[0xc6][0xfe]fU[0xfb]X[0xa5].[0xab][0xd4]e[0x95]H[0xc4];gX[0x85][0xe5]n[0x1f][0xeb]Z[0xc4][0xba]N[0xff]{[0xc1][0xdb][0x6][0xee][0xd3][0xac][0xd0]^2[0x88][0x86]?PK[0x7][0x8].[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/runner/Describable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xbe][0xf4][0xd4][0x12][0x97][0xd4][0xe2][0xe4][0xa2][0xcc][0x82][0x92][0xcc][0xfc][0xfd][0xcd][0xe1][0x98][0x91][0xa3][0xe9][0x10][0xd1][0xf9][0xf6][0xf6]&2[0xc9][0xb0][0xb6]>[0xca][0xc5]}[0xb6][0x85][0x9c][0xcb][0x19]D`[0xc1][0x1b][0x11]XA[0x14][0xdb][0xb8][0xa1]Q[0x4][0x9a][0x1b]/)[0xf8][0x15][0xb6][0xb][0x1c]?M[0x8c][0xe8][0x0].M[0xf9][0x97][0xa6][0xea]If[0xe1][0x9]s[0xe3][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0x83][0xdf]*[0xb8][0x16][0xbf]c[0xf0][0xdb][0x5][0x2]9[0x8b][0xc2][0x89]x8[0x93][0xa4][0xfc][0x93]&Rd[0x87]t[0xbd][0xbc]D[0x8b][0x9c][0x9b][0xd1]2[0x9a][0x82]6[0xb4]+x[0x19][0x97]Qps[0xd8][0x9d][0xc4][0x9f]a5[0xd6][0x92][0x1c][0xce][0x8c][0xd2][0x6]3[0xba][0x2]'[0xf4][0x8d]huFu[0xa9][0xe3][0xb]h[0xdd]h&[0x95][0xae]#U[0xeb][0x6][0xb5]:[0x8d][0x8f][0xf6]rV[0xe3][0xf7]d[0x16]/[0xd5]o[0x88]u[0xd1]H[0xde][0xba]x&[0x16][0xa3]e=[0xd8][0xa0][0xa0][0x3][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0xc6]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xd0][0xed][0xc6][0x1f][0x14][0xfc][0x11]W[0x12][0x9]m2"[0x3][0xff]I[0xc1].[0xec]Tp57[0xc6]_[0xdc]xE[0xc1]_[0xf9][0xe1]o[0xf8][0xbb][0x82][0xb7][0xe3]2[0x5]Wp[0xf3][0x1e]\[0xa9]`[0xc][0xdb][0x15][0xb4][0xe0]L[0x5][0x1f][0xc7]n[0x5][0xff][0xc0]?[0xdd][0xf8][0x97][0x82][0xe3]U[0x5]7[0xf2][0xbb][0xff][0xf0][0xf4]kx]![0x82][0xd3]gX[0xdd]t[0xfc]Vp[0x15]o[0xfb],nRp[0x6][0xde][0xe2][0x16]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x15][0xe][0xb7]p*[0xc2][0xc5]Z[0xdc],[0x8a][0xe9][0x82][0xe2][0xdf][0xb2]5[0xb5][0xb5][0xf7][0xc2]@[0xfd]V[0xbf]9[0xb5][0xf5][0x8a]p[0xb][0xf]1[0xaa]'Q[0xc7]'-[0xc5][0x1f]c[0xd4][0xd7][0x8d]j[0xe1][0x11]5[0x1e]M[0x8d]*h[0xc5][0x99][0x94][0x99][0xed][0x8a][0x1a]}[0x12][0x14][0xe8]E[0xc][0xa6][0xd3][0xa3][0x9f][0x9b][0xd9][0x85][0xbc]'[0xbe][0xe8][0x17]$[0x81][0xd3][0xa6][0xf9]P[0xc9][0xe6]p[0xbb][0xb3][0xb3][0xc4]_?[0x93][0x8f][0xab]b[0xca][0x8d][0xc3][0xe9][0x91][0x82][0xe2][0x90]=[0x94][0x9b][0xb2]&[0x15]$&:QTZ[0xe9][0xf8][0xf9][0xed]S[0x1a]o[0xf4]D[0x8d][0xd2]d[0xc9])[0x85]%[0xcb]7u[0x96]|C[0xa5][0xab]G[0xdb][0x91][0xe6]o$[0xd9][0xe5]Ww[0xb3]69[0xc3]*[0x17][0xcb][0x13][0xed][0xaa][0x9a][0xdd][0xfa][0xd9][0x5][0x9c][0xa4]0[0x14][0xab])f[0xa6][0xc0]R[0xff][0xd1][0xfd]*w[0x18][0xc5][0xde][0x93]M[0x82]z[0x82][0x97][0xc3][0xae][0x84][0x1a][0x91][0xb9]hj[0xe6][0xd4]_q[0xa9][0xa7][0x90][0xea][0xf1]>[0xdd][0xc6][0xcf][0x9b][0x8f][0xb2][0xcf].[0x91]W[0x1f][0xe5]/[0x9][0x2]'[0xe7][0xd5][0xa3][0x11]5[0xd9]K[0x85]_[0x8b][0x87][0xb5]Nv[0xb4]n[0xbd]\w[0x16]=S[0xee][0x91][0xf3][0x94]~dO[0x19][0x88][0xfa]391[0x99][0xeb]6b[0x1]%[0x9b]sq[0x1e][0xcd][0xf4][0xd2][0xcc][0x19]p[0xd1],Pz[0x18][0xa2]_[0x4][0x82][0x93]([0xda]/[0x17][0xf6]Q[L[0x8b][0x80][0x6][0x9c]Om[0x95][0xbe][0xc][0x9b][0xa4][0x10][0x1e]]@[0xf0]B[0x82][0xbd][0xd5][0x0];[0x9b]v8[0xa8]W[0xc][0xb0][0xd0]$[0x1c][0x85]hk$Z[0x9d][0xbe][0xce]DS[0xd0]OJ[0xb]9b[0xdc]"[0xc2][0xdd][0x8c]-[0x6]n7)[0xc9][0xeb]gI[0xdc]`[0xe0] [0x9c]![0x1b]E;-[0xd0][0xb3][0xb0][0xd5][0x80][0x9e]%[0x85][0x8]9[0xca]A_H=C[0xf][0x1a][0xd0]>[0x86][0xe][0x4][0x3][0x13]pY[0xd0][0x1d][0x16][0xf4]M[0x16]t[0x1f]."[0x9f]B[0x8e][0xb2][0xe8]>[0x3]}@[0x1a]![0x8c]U[0x1b][0xa9][0xd7]=1[0xc5]v3TC[0xee][0x16][0xc3][0xef][0x95]yr[0x1d][0xf7][0xa2][0xd8]Ft[0xd8][0x12][0x81]JSt[0xa5]!:'[0xb0]2O[0xe0][0xa0][0x14][0x18]6|x[0xae][0x11][0x9b][0xb9][0x16][0x1f][0xea][0xe2][0xa6][0x84](n[0xb1]t[0xae][0xe9][0xc7][0xb9][0xa6][0xa5]se[0xb0][0x8a][0xe0][0xe5][0xc2]o[0xc0][0xaf]7[0xec][0xf1][0xf9][0xdc][0xae]{[0xe1][0xe9]w[0x4]z[0xfb][0x9d][0xc1][0xde][0x83]()DOZ[0x8c][0xf1][0x99][0x4][0xf0]I9t[0xd5]'E[0x87][0xc][0x1f]q[0xd8]y[0xc7][0x1c][0xe9]#v[0x11][0xfd]zm[0xfc]s[0x99][0x84][0xd4]}0[0x7][0xc3][0xd2]?[0x3]y39[0xaf][0x8c]P=[0xa5][0x9b][0x8b]!b[0x98]D8[0xa9]/![0xb2][0x86][0x1a][0xc8][0x17][0x7]Lh[0xaf][0xd4][0xf0]::[0x97][0xd7]K[0xf8][0x80][0xbe][0x10][0x97][0xc8][0xd3][0xc7][0xa3][0x8b][0xe4][0xb9][0xe2]Q[0x8c]t/[0x92]#[0xe6][0x80][0xc3]"[0xbc]D[0x86]${[0xfa]F[0xa5][0xf0][0xb8]![0xfc][0x9]Z[0xc9]4[0xed][0x8]L[0xa2]4p[0x18]J[0xff]$[0xca][0xc6]Q[0x1e]z[0x8][0xde][0xd0][0x4]f[0xed]A[0xd9]a[0xcc][0xee][0xf7][0xcd][0x99][0x84][0xef][0xbe][0x86][0x87][0x8d][0xa7][0xb9][0xfc][0x14][0x8][0x8e][0xa3]"[0x10][0x1a]Ge[0xa0]a[0x1c]U[0x81][0x1a][0xe7]8[0xaa]s[0xba]/[0xa7][0xe3][0x9][0xec]![0x8d][0xaf]![0xd6][0x9a]r[0xc8][\r]XBe[0xde][0x8f][0x9b][0xb0][0x12][0xb7][0xa2][0x9][0x9f][0xa3][0xfc]r[0x1b]e[0x94][0xdb])s[0xec][0x95][0xf6][0xad][0xd2]u1[0xed][0xeb][0x90][0x8e][0x14]r[0x94][0xb5][0xaf]CF[0xde]!Gl[0xa9][0xd3]bi[0x87]ts[0xd6][0xd2][0x4][0x8d][0xe8][0xba]b[0xb0][0xa3][0x91]z^[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8d][0xca]BB[0xdc]a[0x89][0x9e][0xcb][0x10]/[0x88]&)cs[0x1b][0xad]f[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m.[0xf][0x1e][0xc2][0xbc]"\p[0xc0][0xc4][0xd0][0xc3]4A[0x6]OZ[0x88][0xa5][0x98]f(H[0xd3][0x88][0xc5]gp[0xa9][0xe1][0xf8][0xd5]d[0x82][0xcc]5[0x87]Q[0xd3][0xcf][0xa8][0x93][0x98]_[0xa8][0xd5][0x11][0x8b]VY4[0xdd][0xb4][0xb7][0xd1][0xdc][0xe][0xec]4[0xb4]k2L+#n[0xd6][0xee][0x81][0xdb][0xb9][0x97][0x8e][0xf1][0xbe][0x2][0xb0][0x7]-`e[0xa6][0x89][0xbb]L[0x90]U[0x6][0x88][0x97][0x95]9[0x84][0x5][0x2][0x85][0x8][0x8f]Z[0x10][0xbc]&[0x2][0xdd][0xf][\r][0x84]kh5[0xf3]s[0x15][0xab][0xb1][0x1b].[0xe7]>G[0xb3][0xe][0xb6]P[0xa0];t[0x8][0xc7][0x9][0xec]F5[\r][0x8e][0x17][0xb8][0x1f][0xa2][0xa7][0xb6]a[0x2]u[0x17]7[0xef]}[0xfd][0xc5][0xda][0x9c][0xac][0xf9]$[\r]x[0x1c]n[0xe2]f[0x9][0x9e]$[0xa7]>E[0x9c]y[0x9a]8[0xf3][0xac]y[0x6][0xfc][0xf4][0xf6][0x1d]$[0xdf]A[0xe9]f![0xde][0x89]wI[0x87][0xaf]2t*E=[0xde][0x8d][0xcb][0xa5]=W[0x98][0xda][0xad]4[0xec][0xf3][0x90]JU[0x13]XTh[0xdd]s[0x16][0xeb]<[0xa6]ut[0xe7]5[0xf6]Gh5[0xb3]n~[0xf0][0x1][0x88]=p9[0xf6][0x5][0xc9][0x86]nF[0xb]I[0xc4][0xc5]9D[0x9f][0xf4][0xc3][0xf3][0xa4][0xe5][0xb]d[0xc3]K([0xa7][0xcf][0x92]\>[0x9b]o[0x12]c>[0xde][0x8b][0xf7][0x11]~9[0xc9]}?[0xcd][0x15][0xd1][0xf8]*[0x1b][0xc6]N[0xe0][0x84]Bn[0xbc]l[0xcb][0xd8][0xab][0xcd]p[0xae][0x94]`l[0xee][0x9d]X2[0x81][0xa5][0x85][0xe6][0xbe]bk[0xee][0x7][0xf0]Ac[0xff]:#[0xf1]U[0xc8][0xc4]w7[0x9d]t:6[0xf4][mS[0xf4]^[0xb5]`U[0x98]X[0x1f][0xc2][0x87][\r][0xae][0x8f]S[0xcf]Am[0xe2][0xfd][0xdd][0xa1]#[0xeb][0x1c][0xab][0x9d][0x95][0xce][0x85][0xb7]`Y[0xa8][0xd2][0xb9]r[0x8d][0xab][0xc6]u[0x8]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xc9][0x87][0xbb]Q[0x16][0xac]qM`[0xd9][0xfd]([0xde][0xa5]S[0xec]}[0xfd][0x19][0x91]K[0xb5]U[0x9c][0x1f][0x84][0x13][0xd5][0xf4]e[0xb0]T[0x14][0xa3][0x91][0xc6][0xa7][0x88][0x12])~[0x1d][0x89][0xa8][0xc6]<|[0x4][0x1f][0xa5]U.[0x9c]D|[0xe4]Z[0xe8][0xa1][0xcb][0xc3][0xc7][0x88][\r][0xe][0xe2]E[0x80][0xb8]r[0xb9][0x8c]M[0x93][0x19][0x83]&[0xfa][0x90][0xd9][0x90]W[0xc2]x[0xe6][0x13]f[0x16][0xf9]$[0x8d][0xae][0xc5][0xa7][0xc]S[0xac],[0xaa]>[0x8][0x81]+[0xc4]l[0x1b][0xb7][0xea]8[0xd7][0xd1][0xdc][0xf5][0xc4][0x1d][0xe7]Z[0xd2][0x82][0xb9][0xd0][0xc8][0xae]}H[0xc2]U[0xec][0xa7]8[0xd7]w[0x5][0x1f][0x86]K[0xec][0xf][0x4][0x1d][0xf4]D?[0xc1][0x83][0x8][0x8d]K[0xef]W[0xec][0xef]&W[0xd0][0xed][0x10]A[0x84][0xc8](][0xec][0x89]D0[0x88]yp[0x8b][0x1a]([0xa2][0x16]s[0xc4][0x2]T[0x8a][0x85][0xe4][0xa2]:,[0x13][0x8b][0x10][0x12][0x8b][0xd1] N0[0xe9][0xc7][0xfb][0xf6]P:.[0x92][0x4][0xd3][0x15][0x9c][0x83][0xe3][0x8c][0xc2][0xaa][0xab]z[0x3][0x8d]n4i[0xd8]nd[0xaa]Z][0xd5]2[0xee][0xa8][0xe][0xee][0xa5]d[0xc8][0xcc]\>[0x89][0xc6]B/[0x84],^[0xa8]5[0x9][0xf1][0x19][0x13]r[0x85][0x1][0xe9][0xe]8[0x85][0xcd][0xf6]U[0x96][0xed]nc{[0x11]![0x1a][0xdb]G[0x8c]D[0xb3][0xe0]N[0x9c][0xc4][0x1a]L`E[0xf][0xa5][0x92][0x95][0xbb]Q[0xda]P;[0x81][0x93])[0xfd][0x85]r[0x98]2;[0x8b][0xd3]P*[0xd6]X[0x8a][0xe8][0x2][0x93][0x0][0xb]p[0xb3]L[0x16]<[0xba]E[0x16][0x99]R[0xf2][0xc8][0xad]T[0x9e][0x1c][0x14][0xc2][0xdb][0xa8]<[0xe9]R[0xcf][0x81][0xfe][0xbf][0x8b]A[0xdf][0xaa][0x83]8[0xe5].[0x9c]$o1[0xbe][0xd5][0xc6][0x85][0xe9].,[0xd1]'[0x9a][0xcc][0x89]S[0xf]H[0xbb]Y[0x89]r[0x19][0xed]E[0x4]x[0x5][0xdd][0x9e][0xaf][0xa6][0xd9][0xbd]R[0xc1][0xcf][0xff][0x17]PK[0x7][0x8][0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runner/FilterFactories.class[0xad]V]W[0x13]W[0x14][0xdd][0x97]$L[0x18][0x86][0xf][0x13][0x15][0x14][0xb1][0xd4][0xa2][0x6][0x82][0xa6]*[0xad][0xda] m[0x8d]biC[0xb0][0xc4][0xd2][0xa2]mu[0x18][0x87]84L[0xc2]d[0x82][0xfa][0xda][0xb5][0xfa]#[0xfa][0xd2]W_[0xe9]K[0xb0]u[0xd9][0xf6][0xb9]?[0xaa][0xab][0xfb]N[0x2]L[0xc8][0x10][0xb3]Z[0xb3]V[0xe6][0xde][0xb9][0xf7][0x9c][0xbd][0xf7]9[0xe7][0xce][0x99][0xf9][0xfb][0x9f][0xdf][0xff][0x0]p[0x9][0xcf]T[0xc][0xe1][0xa6][0x8a][0xc]n[0xa9][0xb8][0x8d][0xb9]([0xee][0xa8]P[0xf0][0x99][0xbc][0xcc]+[0xf8]<[0x8a]/[0x14]dU[0xf4]`A[0xc5][0x9][0xe4][0xe4]e[0xb1][0x17][0x83][0xb8]+g_[0xaa]XB^[0xc1]=[0x15][0xc7][0xf0][0x95][0x82]e[0x5]_[0xab][0x88][0xe3][0xbe][0x82][0x7]r[0xe9][[0x5][0xdf][0xa9][0xf8][0x1e][0xf][0x15]<[0x12][0xe8][0x9e][0xb1]l[0xcb][0x9d][0x15][0x8]%&[0x96][0x5][0xc2][0x99][0xd2]cS` k[0xd9]f[0xae][0xba][0xb1]j:[0xf7][0xf4][0xd5]"Wb[0xd9][0x92][0xa1][0x17][0x97]u[0xc7][0x92][0xf7][0x8d][0xc5][0xb0][0xfb][0xc4][0xaa][0x8][0x9c][0xc9][0x96][0x9c]Bj[0xbd]J[0xa0][0x94]S[0xb5]m[0xd3]I[0xcd]YE[0xd7]t[0xe6]t[0xc3]-9[0x96]YI[0xb][0x9c]4[0x1c]Sw[0xcd][0xc6][0x86]S[0xda][0xa8][0xcf][0xf2]e[0xd3][0x10][0xb8][0x97]h[0x85]X27[0xab]f[0xc5]Mg[0xd7][0xf5]-=U[0xd4][0xed]B*[0xef]:[0x96]]HO[0xb4][0x1a]o[0xe8][0xb6]U[0xae][0x16]u[0xd7]*[0xd9][\r]rrF[0xdc]jY[0xea][0x8c]?h[0x5][0x11]P[0x9c]:[0x3][0xb5][0x1d][0xce].[0xa0][0xae][0xf9][0x84][0xc6][0x82][0x80][0xe2]n[0xa9][0x9c]5[0xb7][0xcc][0xe2]-[0xb3]b8VY[0x8a][0x10]8[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0xdb][0x97][0xc0][0xb7][0x9f][0x19][0xa6]w[0xc3][0x1c]j[0xfe][0xf4][0x8][0xd7][0x13]m[0xf6][0xb4]y[0x89][0xe5]U[0xc2][0xf4]B`/[0x1a]8P"[\r][0x15][0xb8]M[0xb9]Y\]7[\r]WAU[0xc3][0x16][0x9e][0xb2][0x9][0xbc][0xe9]} 0|X[0xc7][0xe5]CT0[0xdd]%oM`$[0x11]P[0xec][0xfa]&[0xab][0xc3][0x89][0xc0][0x16]"[0xe3][0x95]U[0xcb][0xf0]u[0xe8]:U[0x19][0x9e]L[0xdb][0x83][0xb6][0x98][0x8e][0xb9]V[0xe4][0xc9]K[0xf9][0x9c][0xc8]0[0xda][0xd6]@[0xa0][0xd7]6[0x9f][0xce][0xf3]^gA[0x5][0xce]7q[0xd4][0x8f]r[0x13]Ic[0x9]c[0xfc][0xb8][0x1a][0x82][0xfc]u[0xf3][0xcf][0xee][0xc1]Vp[0x8a][0xb3][0x14]G[0xf6][0x5]D&w ~[0xe5][0xa4][0xb][0xa3][0x9e][0x91]\Tq[0x9a]W[0xad]n[0x80]w[0x8][0x2]~[0xb7][0xbd][0x8b]3[0xb4][0x92][0xce][0xbf][0xd0].[0xcc]qf[0xb2][0x86][0xae][0x1a]B[0xb][0xc9]X[0xb8][0x86][0xc8][0xcf][0xe8][0xe7]$RCw[0xee][0x5][0x8e]D^CY[0x9]%[0xf3]+[0xe1]X4[0x9f][0xbb][0x10][0xba][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=+S[0x17][0xc2][0x97]w[0xa0][0xbe]D[0xef][0xf6][0x1e][0xe7]qr[0x80]"[0xa3][0x94]w[0x84][0x2]Oqu[0x92][0x9c]R[0xc3]4[0xf7]N [0x84][0xf7]0[0xce]+[0x19]q[0x16][0xe7][0xbc]pfp[0x1e][0x9]*[0x8c][0xd2]f[0x82][0xf6]][0xfc][0xc7][0x1a]vI[0xee][0x87][0xb9][0x17][0xa7]j[0xf6][0xb2][0x86][0xea]E[0x8e][0x12][0xa3]o[0xf2]%[0xb4][0x85][0xa9][0xe4]o[0xe8][0xeb][0xc2][0xbe][0xc][0x95]#[0xe8][0x1a][0xa1][0x83][0xa4][0x1e][0xab][0x1b][0xe3]"i[0xe0][0xcd]Rx[0x9f][0xa0][0x11]R^[0xc2]eZ7[0xd3]\[0xa1][0xbd][0xa4][0xd1]}4[0xfd]~[0x9a][0x90][0x8f][0xe6]:a[0xd2]M4[0xd3][0xf8][0xe0][0x10][0x9a][0xf][0xf7]j![0xad][0xae]z"w[0x89][0xaf]y[0xf2][0xaf][0xd3][0x96][0xed][0xba][0x11][0xe7]OD[0x94][0x98][0xa3][0x14]0[0x10][0xc7]`[0x8d]_[0x11]/[0xd0][0xb7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0x95][0xa9][0x1d][0x1c][0xfd]3Ia[0xdb][0x1e]`/[0xfa][0x99][0xb4][0x90][0xaf][0xc]7[0xb9]v[0x9b][0xab][0x19][0xc][0xe0][0x16][0x86]qgO[0xe4][0x0][0xa3][0x9c][0xc1][\r]O[0xfe]h#+[0xbd][0xf4][0x96][0xc2][0xc5][0x9e][0xc8][0xfa][0xca]U[0xce][0xf6]EJq[0xb3][0x8d][0xec]T8z[0x8][0x93][0xa1][0xd7]8V[0xc3]q[0xe]C5[0xc][0xff][0x85][0xc1][0xed][0xac]T[0x98][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=q1[0xba][0xee][0x8a][0xeb][0xf7]"Z[0xe0]J[0xe]GY[0xc9][0xd3][0x9e][0xe0].[0xce][0xeb][0xa2][0x84]'[0xaa][0x9e][0xc3][0xfd]|[0x8d][0x1e][0x92][0xaf][0x8f][0xf9][0xff][0xc4][0x9b]}[0x8a][0x15][0xaf]&ro[0x10][0xdf][0xa0][0xe7]_PK[0x7][0x8][0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.class[0x9d]QMK[0xc3]@[0x10]}[0x1b][0xdb][0xc6][0xc6]h[0xb5]_[0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe0][0xa1][0x1f]`[0xf0]&V9Y[0x8c],[0x8b][0x1c]y[0x9d][0xa2]S[0xc2]5:[0x8d]V[0xfb][0x1][0xac][0xfd][0x8][0xed][0x9e]"[\r][0xcb][0x9][0x96]f*[0xc8][0xa3]J[0x1b][0xe4][0xd3]J[0xb2][0xd5][0x94][0xc9][0xc0][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xa3]a=[0xed][0xd9][0x80][0x99][0xa2][0x8c]8[0xcb]XA[0xfe][\r]PK[0x7][0x8][0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runner/FilterFactory.class}[0x90][0xcd]J[0x3]1[0x14][0x85][0xcf][0xed][0xdf][0xb4]c-[0xe2][0xce][0x8d]+[0x17][0xba]i[0xe8]N[0xe8][0xb2]X([0x94]*[0xf8][0x4][0xd7][0x18][0xca][0xc][0xd3]d[0xc8]d[0xc4][0xbe][0x9a][0x8b]>@[0x1f][0xaa][0xf4]f*[0x82][0x88][0xcd][0xe6][0xe6][0xe4][0x9c]s?[0xc8][0xfe][0xf0][0xb5][0x3]0[0xc1]([0xc1]E[0x82]a[0x82]K[0xc2][0xcd]<+[0x82][0xf1]+[0x17]f[0xde]p0[0xef]O[0x9f][0xda][0x94]!s[0x96]0\Xk[0xfc][0xac][0xe0][0xaa]2[0x95]H[0xdd]$N[0x5][0xc2][0xea]~[0xe9][0xfc]Z[0xe5][0xb5][0xcd][0x82][0xf2]u[0x8c][0xaa][0x93]7g[0x1d][0x9c][0xdf][0xbe][0xb0][0xe7]M5}[0xf8][0x1b][0xdb][0xb0][0xcd][0xca][0xba][0xe0][0x88][0xf9][0xee]L[0x9][0xe9][0xf]Z`[0xe9][0xab][0xab][0xbd][0x8e]0C[0xb8][0xfe][0xb5]w[0x9c][0xf3][0x7][0x13]n[0xcf][0xd3][0x9]W1[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]k[0xf5][0xfc][0x96][0x1b][0x1d][0x8][0x8f][0xe7];w[0xff]~F[0x8f]@h![0x1e][0xea][0x10]zHD[0xf7]Eud[0xb6][0xc5][0x19][0xc8][0xbd][0x85][0x14]][0x99]i[0xf3]F[0xe2][\r][0x8e]PK[0x7][0x8]y[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/FilterFactoryParams.class[0x8d][0x92]_k[0x13]A[0x14][0xc5][0xcf]$[0x9b]l[0x9b][0xae][0xb6]M[0xff][0xd8]TM[0xf3] [0x92][0xa4][0xc5]E|T[0x4]Q[0xfb][0x14]j[0xa1]%[0xe0][0xe3]d[0x1d][0xd6][0x9][0xdb][0xdd]v2[[0xf4][Yh)([0xe8][0x9b][0x82][0x1f]J<[0xb3])V[0xec][0xd2][0xfa]r[0xe7][0xce][0xdc]{[0xe7][0xcc]0?}[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]1:[\r][0xf8]h[0xf9]Xo[0xa0][0x82][0xd6],[0xea][0xb8][0xeb][0xc2]=[0x1f][0xf7]}[0xb4][0x5][0x96]lv8P[0xc7]*y[0xa5]&[0x91][0xd1][0x87]Vg[0xa9]@{[0x90][0x99]8[0x1c][0xe7][0xa9][0xb6][0xa1][0xc9][0xd3]T[0x99][0xf0][0xaf][0xfa]S[0x1]O[0x9a]x"[0xd0][0x1c][0x8c][0xe5][0xb1][0xc][0x13][0x99][0xc6][0xe1][0x9e]5:[0x8d]Y[0xab]?[0xd3][0x9c]{.[0xf0][0xa4]{=[0xe6][0xea]poH[0xf4][0xcb][0xec][0x9d][0x12][0x98][0x1f][0xe8]T[0xed][0xe4][0x7]#e[0xf6][0xe5](QN,[0x8b]d2[0x94]F[0xbb][0xfd][0xc5][0xa1]g[0xdf]k[0x1a]yxUi['V[0x99]m[0x19][0xd9][0xcc]|[0xdc][0x95]F[0x1e]Lh[0xce][0x8f][0x95]}Qx_[0xee][0xf6][0xca][0xdc][0xaf][0xb2]a[0xbf][0xec]M:[0xec][0xbf][0xe1]U[0x1a]{Yn"Ee:[+1[0xf0][0xc8][0x9][0x6][0x8][0xb0][0xc1]7[0xbe][0x14][0xdf][0xc9][0x93]d7[0xd3])[0xdb]_[0x88]T[0x81][0xb]0[0x83][0xd9][0x0][\r][0xcc][0x9]<[0xf8][0x9f][0xcb][0x9],\[0x12][0xdf][0x8c][0xc6]*[0xb2][0x2][0xd5]no[0xc8]_P[0xe7]'[0x0]?@[0xd3]A[0x99]5[0x1d][0x97]k[0x15][0x82]fn1[0xde][0xe6][0xee][0x88][0x1d]U[0xae][0x1b][0xfd]s[0x88][0xad][0xef][0xf0]7`[0xee][0xb]*o[0xcf]Q[0xfd][0xd6][0xdf]<[0x83][0xd7][0xdf]:C[0xed][0xa4]@[0xcd]3[0xae][0x13][0xc][0xa2]=b[0x3][0x82][0x97][0x19][[0xc4][0xb5][0x89][`[0xa5]3[0xc5]a[0x91][0x82](2'/[0x8a][0xcc][0x19][0xa8]0_[0xe2][0xd4]T>[0xe4][0xea]j[0xb5][0xfe])j[0x9f][0xfe][0x88][0xd4][0x8b][0xc3][0xc5][0x2][0x18]L[0x1b].[0x80][0x2]+X-[0x19][0xf6][0xfe][0x1d]^)[0x1d][0xbe]St[0xad][0xfd][0x6]PK[0x7][0x8][0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.class[0xad]R]K[0x2]A[0x14]=[0xd7][0xd4]E[0xd3]2M+{)[0xe8][0xa1]/Zz6|[0xd9][0xc][0x94]%"[0xd3][0xf7]Q[0x87]me[0x9d][0x8d][0x99][0xdd][0xe8]w[0xd4]/[0xe9])[0xe8][0xa1][0x1f][0xd0][0x8f][0x8a][0xee][0xae]AP[0x11][0x4][0xcd][0xc3][0xfd]8s[0xcf][0xbd]g[0xb8][0xf3][0xfa][0xf6][0xfc][0x2][0xe0][0x18][0x9b]E,[0xa0]aa[0xdd][0xc2][0x6][0xa1]b[0xa4][0xf6]E0[0x94][0xda][0xf8][0xa1][0x1a]tO[0x9][0xd4]#[0x94][0x9d]P[0x99]H[0xa8]h([0x82]X[0xe6]0?D[0xc8][0x9f][0xf8][0xca][0x8f][0xda][0x84][0xfa][0xae];[0x15][0xb7][0xc2][0xe][0x84][0xf2][0xec]~[0xa4]}[0xe5][0xb5][0xf6][0x86][0x84][0xac][0x13]N$a[0xd9][0xf5][0x95]<[0x8f]g#[0xa9][0xaf][0xc4](`[0xa4][0xea][0x86]c[0x1e]$x[0x1c][0xe7][0x1f]`6[0xba][0xf6][\r][0xa1][0xe1][0x84][0xb3][0x99]P[0x93][0x84]t!4k[0xea]h[0x1d]jB[0xa9][0xab][0x94][0xd4]N [0x8c][0x91]\[0xd7]qC[0xed][0xd9][0xd3][0x98]%[0xd8]:N[0xae][0xec][0xde][0x80][0x93][0xaf][0xf4]Ki[0xe2] [0xda][0xf9][0xb9]k[0x8b]`[0xcd][0xa4]1[0xc2]KU}{[0x5][0xa1][0xd8][0xf]c=[0x96]g~"q[0xeb][0x97][0x9]G[0x9][0xb9][0x84][0x2][0x8a][0x16][0x9a][0x4][0xe7][0x1f][0xd4][0x11]j[0x9f][0x8a]:wcy[0x13][0xf1]b[0x8][0x87][0xe9][0x8d]mdx[0xcb][0xbc]14[0x91]E[0x8e]}[0x9e][0xb3][0xc],[0x8e]([0xd1][0xcb]v[0x91][0x91]6c[0x19][0xf6][0xf9][0xfd][0x83]'[0xd0]cZSb[L[0xd1]{f>[0xa0][0xcc]Qc^[0x85]%[0xac][0xa4]?![0x8f]*j[0xdc]#[0x83][0xd5][0x94]SG%e%[0xc8][0x1a][0x96]Qx[0x7]PK[0x7][0x8][0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult.class[0x9d]W[0xf9]c[0x9b]e[0x1d][0xff][0xbc]i[0xd2]7M[0xdf]u[0xb3][0x17]tt[[0x18]]I[0x93]f[0xa1][0xad][0xae][0xa3][0xdd]:[0xd7][0xb2]A[0xa1][0xeb]p[0xf7]V[0xd1][0xbd]M[0xdf][0xb6][0xef]H[0x93][0xf0][0xe6][0xcd][0xb6]N[0xd1]M[0x6][0xc8][0x14][0xbc][0xd1][0xe1]1[0x9d][0xc7][0xbc][0xed][0x4][0xda][0x95][0xc9][0x9c]([0x1e][0xa8][0xa0][0x88][0xc7][0xbc][0x10][0xef]_[0xfc][0x17][0xc4][0xcf][0xf3][0xe6][0xcd][0xd1][0xe4]mp[0xfc][0x90][0xe7]z[0xbf][0xe7][0xe7]{[0xf4][0xe2][0x84][0x8c][0xf7][0xf8][0xe0][0xc2][0x89]*xq[0x9f][0x18]N[0x8a][0xe1]~[0x1f][0x1e][0xc0][0x83]2[0xde][0xeb][0xe3][0xe6][0x84][0x18][0x1e][0x12][0xc3])1[0xbc][0xcf][0x8b][0xf7][0xfb][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0x8b][0xcd]#b[0xf5][0x1]/>[0xe8][0xc5][0x87]d|X[0xc6]G|[0xa8][0x17][0x1c][0xf5][0xf8][0xa8][0x17][0x1f][0x13][0xf3][0xa3]>[0xd4][0xe1][0xe3][0xd5][0xf8][0x4]N[0xb][0xe2][0xc7][0xc4][0xf0]I/>[0xe5][0xc5][0xa7]e|F(?-[0x86]3b[0xf8][0xac][0x8c][0xdd]>|[0xe]ge|^[0xc6][0x17][0xbc][0xf8][0xa2][0x17]_[0xf2][0xa1][0x15][0xe7]|[0xf8]2[0xbe]"[0x84]|U[0xc]gd|M[0xcc][0xa4][0xff][0xba][0xf8][0xf2][\r]a[0xcb]7e|[0xcb][0x87]N[0xcc][0x88][0xcd]y[0xf1][0xf9][0xdb][0xd5]x[0x1c]O[0x88][0xe1]I[0x1f]f1'H/[0xc8]xJ[0xc6]E[0x9][0x8d][0x3][0x89][0xa9])5>6[0xa4][0xc7][0xb5];U#[0xa5][0x19][[0xc]#aHP[0x6][0xe3]q[0xcd][0x18][0x88][0xa9][0xa9][0x94][0x96][0x92]P=[0xae][0xc7]L[0xcd][0xd8][0x99][0xd4][0xa2][0xdc]-[0x1b]:[0xa4][0x1e]V#iS[0x8f]E[0x86][0xf4][0x94][0xd9]+[0xa1]j[0xa7]>[0x11]W[0xcd][0xb4][0xa1]Ih)[0xfa][0xbc]![0xb3][0x8f][0xa9][0xf1][0x89][0xc8]N[0xd3][0xd0][0xe3][0x13][0xbd]}d[0x91][0xa3]Y[0xe9][0xad]e[0x18],[0x13]6[0x4][0xfb],[0x16]%[0x99][0xb7][0x91]|7[0x96][0xe1][0xdb]5i$[0x8e][0xa8][0xa3]1[0xcd]b[0xac][0xdc][0xa0][0xc7]u[0xb3]OBE[0xa0]m[0x8f][0x4][0xf7]@b[0x8c][0x86].[0x15]n[0xf][0xa7][0xa7]F5c[0x97] [0x95]P;[0x94][0x88][0xaa][0xb1]=[0xaa][0xa1][0x8b][0xbd]}[0xe8]6'uj[;[0x94]0&"[0x87][0xd2][0x14][0x14]1[0xd2][0x2][0x9e][0xc8][0xed][0xbb][0xb9])[0x86]p[0x87][0x96]J[0xc7][0x4]&5[0x13][0x9a][0xb9][0xb5][0x10][0xb7][0xda]@[)r[0xad]%[0x87][0x8b][0xe0][0xe5][0xa3][0xb8]\@[0x2]e[0xb9][0x16][0x80][0xe6][0xb1]@[0x93]0[0x10][0x18])[0x15][0xdc]v[0xb5]N[0xb9]Uc[0x82][0xfa][0xeb][0x1c]d[0x11]f[0xc3]"c:X:7[[0xa4][0x8d][0x8e]z[0xf7]d[0xa3][0xb9]=i[0xea][0x89][0xb8][0xe5][0x92][0x13][0x9d][0xa3][0x1e]_>[0x1d]E[0xcc][0x1c](*h[0xa6][0x4]I[0xe7]o[0x90][0xe6]D[0x13][0xc9][0xe9][0xcd][0x86][0xa1]NK[0x8]:[0xa9][0x19][0x1c]tV$[0x1d][0xa2][0xc7][0xe3]FbJ[0x82][0xcb]LHh([0x0][0xdd][0x92]g[0x7][0xb1]qa[0xde]L'[0xb3][0xb9][0xd3][0xe6][0xc4][0xb0]H[0x80][0x97]Zx[0x10]nuJ[0xa3]w[0x84]D[0xa2][0x84][0xd5][0xc5]q[0x1d]N[0x98][[0x13][0xe9][0xf8][0xd8][0x96][0xa3]Q[0xcd][0xc2].[0x13][0x15][0xa3][0x85]SL[0x8b]sr[0xe9][0x1c][0xaa]5Q%;[0xb4]d[0xc2]`@:[0x2][0x8e][0xb5][0xe1][0x10][0xfe][0x1d][0xda]=i[0xcd]r[0xca][0x13]U[0xd3]"q[0x1a][0x1c]Y%,[0x89][0x1a][0x9a]jj6[0x83][0x84][0xee]@[0xa9]4[0xe6]Q2Mg[0xca]k[0x92][0x8d][0xac][0x8c][0xe5][0xe5][0xc8][0xbc]Q[[0x9a][0x84][0xeb][0xca][0xa8]b[0x83]R[0x93][0xc9][0xd8][0xf4][0x82][0xda][[0xe7]`\VrY[0xdb]*3[0xb9]&[0xba]T[0x9][0x15]KDO[0xa6]c[0xaa][0x88]B$[0xa3][0x8e][0x1c][0xf5][0x5]1[0x1f][0xe4][0x91]j&[0xc4]qS[0x86][0x80][0xe1][0x1b][0xb0]p[0xcb][0x7]PBO[0xa9][0xec][0xc][0xf5]V5J[0xee][0xe9][0x96]EyE5[0xec]L[0xa4][0x8d][0xa8]F[0x12][0x6][0xcb]_[0xa6]|[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0x14]l[0xc5][0xad],`[0x87][0xbc]T[0xd0][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xc5]p[0xb]6[0xc9][0xf8][0x8e][0x82][0xa7]qIB[0xfb][0xd5]4[0x9][0x5]{[0xb1]O[0xc1]~[0x1c]P0[0x89]}L[0xc7]pX[0xc1]wqY[0xc1]AP[0xfd][0xf7][0xf0][0xc]+2[0x1c][0xce][0xe0][0xba][0x91]a[0xcd][0xae][0xd9][0xa3][0xae]FQ[0xcb]b[0x97][0xd7]5[0xc5][0xe5][0xd5][0x9f][0xd6]cc[0x9a][0xa1][0xe0][0xfb][0xf8][0x1][0xe3][0xe3]?[0xac][0xc6][0xd2][0x9a]?[0x9e]0[0xfd])f[0x87]>[0xae]kc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xc5][0xf][0x5]6?[0x92][0xf1]c[0x5]?[0x11][0xe6]>[0x87][0x9f]*[0xf8][0x19]~.a[0xa5]e[0x86][0xff][0xee]x[0xe2]HJ[0xf0]MR[0xa8]_[0x1d]M[0xa4]M[0xbf]9[0xa9][0xf9][0x99][0xc1][0xfe][0x84][0x1d][0xca]e[0xc5][0xca][0x15]<[0x8f][0x17][0x14][0xfc][0x2][0xbf][0x94][0xf1][0xa2][0x82]_[0xe1]%F[0xe9][0xb5]j[0x9a]u[0x9f]'[0x19][0x8c][0xc5][0xb4][0x9]5[0xc6]v[0x9a][0x9e][0xd2][0xe2]f[0x1][0x11][0xef][0xef]tl[0xcc][0xf2]d\[0x8f][0x8f][0xf9][0xad]+[0xd5]?[0xc2][0xce]q[0x97][0xf0][0xe5][0xd7]2~[0xa3] [0x8e][0xdf]*[0xf8][0x1d][0xae][0xb0][0xc3][0x14][0xa9]e[0xf3][0x1c])n/[0xbd]"[0x1]~[0xaf][0xe0]([0xd8],C[0xc5][0xf1]HE[0xa6]xu2[0xaf]y[0xa4][0xab]1[0xfd][0x98][0x95][0xfb][0x16][0xee]B[0xe1][0x1f][0x84][0xb6][0x84][0x82]?[0xe2]O2[0xfe][0xac][0xe0]e\Q[0xf0][0x17][0xbc]"[0xe3][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x86][0xbf]+[0xf8][0x7][0xfe])[0xe3]_[0x12][0xd6][0xbf][0xde][0x84]_[0x80][0xf0][0xf6][0xd1]CZ[0x94]m[0xa3]![0x9f][0xcd][0x3][0x9][0xa2][0x15][0xb5][0xef][0x94]e[0xe9]8[0xed]e[0x80]E[0xcb][0x12])N\[0x3][0xc5]w[0xb0][0xc3][0xa5]\[0xc9][0xf2]Wc[0x14][0xd0]P[0xd8]73[0xda]z[0xdb][0xe][0xb0][0xe6]R[0xa6]j[0x98][0xa9][0xbd][0xba]9YD[0x94][0xbd][0xb8]HT[0xc9]6[0xa4][0xc5][0xc7]$[0x84][0x9d][0x8]J[0x8e][0xec],[0x15][0x8d][0xce]Ld[0x8e][0x98][0xac][0x81]R[0xc2][0xde]ET[0xf2]N[0xad]Y[0xe8][0x8a][0xb8][0x8][0xc7]h[0x80][0xcc][0xe4][0xd0][0x8e]n[0x1f][0xe7][0x15][0x11][0x18]l[0x13]7b*=[0x9a][0xb2]U4[0xf0][0xc8]I[0x87];[0xa5][0x1f][0xd3][0xac]'[0x13][0x19]d3a_[0xa0][0xb][0xef][0xe9],&[0xe]g[0xec][0xe6][0xf9] [0xeb]q[0x86]3[0xae][0xc6]"[0xb9]'[0x8c]7[0xfb][0x9e][0x91][0xb0][0xe6]5[0xf0][0xc9]$[0xa6][0xb8][0xbb]K[0xe9][0x9c][0xef]5Bq[0xed]bM]B[0xa0]D[0xf8][0xd5]_[0x8f][0xb2][0x9e][0xda]2[0x95]4[0xa7]-[0x84][0x18][0xed][0xc1]r[0xd7]_i[0x99][0x95][0x95]]W[0x9a][0xa4][0xf4][0xc8][0xab][0xdb][0xb7][0x89]xT[0xb5]9[0xdf]2[0xb5][0xa5][0xa7]4uRM[\r]kG[0xe9][0xb9];nM[0xb][0xb3]*[0x17]/[0xd9][0xa2][0xd4]E[0xd4][0x96]g.}[0xfb][0x9c]/[0xa3][0xad][0x5]O[0xb1]]e.[0xd9][0xff][0xeb][0xed][0xe9]|[0xa1][0xda][0xcf][0xbd]L[0xb1][0xf5];[0xe8]pb+[0x8b][0xef][0xca][0xf2][0xdd][0x7]~[0xfe]{[0xea][0xe5]?[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0x8a];[0x11][0x12][0xde][0xcc][0x9d][0xb][0x9b][0xb9][0xef]/[0xd8][0xf]pK[0xc1]~[0xb][0xaa]9[0xf3][0x82][0xe5][0xc9]m\[0x1d][0xa4][0x4][0x89]skp[0xe]R[0xf0]"\[0xfb][0xe7]P[0xf1]$[0xdc][0xf9][0xa5]'[0xbf][0xac][0xc1]/[0x1a][0x2]4t[0x17][0xcf][0xe]@[0xb7][0xdc][0xbe][0x8d]4[0x1][0x96][0x99][0x8e]C[0x4][0xa0][0x9e][0xf5]*"[0xe3][0xa1][0x84]}[0xb8][0x9b]n[0xbb][0xb8][0xde][0x8d][0x98][0xe5][0xac][0x97][0xd1][0x9c][0xe2]J[0xb8]6[0x92][0x83]g$[0x17]->[0xf1]lw7[0xd8][0x15][0xee][0xad][0x83]7t[0x1][0xc1][0xe2]N[0x11]+(AoN[0x92][0x17]I[0xdc]c[0xf5][0x18][0x3])[[0xd2]C[0xd4]&[0x9a][0xc1]&[0x1][0xc8][0x84]p[0x92][0x8d][0xef]~R<[0x80][0xe]<[0x98]K[0xd1][0x16][0xd2][0x1d][0xc3];[0xe8][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xc9][0x11][0xab][0x8a]|<[0x9d]b5[0xba]HY[0xc9]H[0xbe][0xcb]r[0xa0];[0xe7]@[0xb7][0xe5][0x94]p[0xe0][0xdd][0x16][0xc][0xc7][0xb1][0xd1][0x2][0xc2][0xc5][0x9a][0xf7]2VU[0xb4]b[0x1e][0xf7][0xa2][0xea]PK[0x7][0x8][0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/JUnitCore.class[0xad]W[0xf9]w[0x13]U[0x14][0xfe]^[0x1b]:[0xed]0-[0xb5][0x85]BY[0x8b][0x80][0xa6][0xe9][0x12][0x10]P[0xa4][0x8]bk[0x1][\r][0x5][0xdb]ReQ[0x18][0xd2]I[0x99][0x92]L[0xea][0xcc][0x84][0xc5][0x15]\[0x1]q[0xdf][0xc0][0x1d][0x15]q[0x17][0x14]B[0xa1][0xe7][0xa8]?[0xfb]Gy[0xbc][0xf7][0xcd]$M[0xdb]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xf8][0xcb][[0xef][0xfb][0xbe][0xbb][0xbd][0xfb]f[0xfe][0xf9][0xf7][0xe6][0x9f][0x0]V[0xe1][0xa6][0x8a]([0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x86]T[0x94]!Q[0x85][0x19]8[0xa4][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa9][0xa7][0xc5]a[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]<9[0xac][0xe2]N$U[0xa4]`[0xf1]4[0xcd][0xcd][0x8]7O[0xcf][0x84][\r]G[0x81][0xab][0xa2][0x16][0x89]Jd[0xb8]?[0xa2][0xe2]([0x8e][0xf1][0xe8][0xb8][0x8a]g[0xf0][0xac][0x8a][0xe7][0xf0][0xbc][0x82][0x17]T[0xcc][0xc3][0x8b]|[0xea][0x4][0xaf][0x9c][0xe4][0xd1]K*^[0xc6]+[0xdc][0xbc][0xca][0xd3][0xd7][0x14][0xbc][0xae][0xa2][0x9][0xa7][0x14][0x9c]f[0xca][0x4]7gX[0xb7]7T[0x9c][0xc5][0x9b][0xf2].[0x8f]Np[0xf3][0xae][0x82][0xf7]T[0xb4][0xb1][0xe6][0xef][0xb]TZi[0xd7]L[0x98][0x86]-[0xd0][0x12]K[0xdb]C[0xd1][0xe1][0x8c]e[0xba]Q;cY[0x86][0x1d][0xf5]6[0xe3][0xba]k[0xa6][0xad]ho[0xc6][0xea][0xf1][0x85];[0x4]*6[0x98]$[0xb8]Q[0xa0]<[0xdc]< [0x10][0xea]L[0xf][0x1a][0x2][0xb3]b[0xa6]e[0xf4]dR[0x7][\r][0xbb]_?[0x98][0xa4][0x95][0xba]X:[0xae]'[0x7]t[0xdb][0xe4][0xb9][0xbf][0x18]r[0xf][0x99][0x8e][0xc0][0xc2][0xa9][0x8c][0x8f][0xec][0xa2]Ig[0xda]6[0x88]"[0x94][0xd2]MK[0xa0]![0xbc]76[0xac][0x1f][0xd1][0xa3]I[0xdd][0x1a][0x8a][0xf6][0xb9][0xb6]i[\r]uHN[0xdd][0x1e]"[0x94][0xfa][0x80]m[0xd2][0xcf]6[0x9c]L[0xd2][0x15]h[0x9c]J[0xd2]+[0xb7]HH[0xa5][0x85][0xce][0xa4][0xee]8[0x6][0xe1][0xb4]M[0xe0][0x91][0xcb][0x1d][0xcd]%[0xe]+[0xf1][0xdc][0xc9][0xba][0xa9][0x7]I[0xed][0x89][0x86][0x1f][0x1f][0xc9][0x19]?g[0x8a][0xf4][0x86][0xc8]F:P[0xd5]g[0xe]Y[0xba][0x9b][0xb1]If[0xe5]T]X[0xa8][0x94]:[[0xc3]S7;[0xd3][0xa9][0x91][0x8c]K[0xf1][0xba]=[0xcb]*[0xe3][0xfe]9[0x81][0x5]%@[0x5][0x1e][0xbd]-[0xce][0xe9],Pha[0xbb][0xc]yO![0xae]i[0x11][0x9a][0xa5]'[0xbd][0xdc][0xe8];[0xee][0xb8]F[0xaa]#(%J@W8[0xf2][0x98]@[0xd3]t[0xc0]d[0xf2][0xb0][0x97][0x83][0xa9][0x94]n[\r]r>[0xef][0xd4]m[0xc7][0xe8][0xf5][0xd3][0xa9][0xbd]h[0xce][0x6][0xc9][0xb3]3[0x93]&[0x1][[0xb7]x[0xc3]b[0xbe]0'[0xe7][0x90][0xe1][0xe][0x18][0xb6]C;[0x2][0xb3][0xc3][0xcd]AY^N0[0x2]k[0x3][0xc2][0xd0]k<[0x9d]1[0x1c]w[0x1a][0x87]{B[0x2][0xf3][0x8b][0x3][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7][0xbc][0x9d][0x84][0xad][0xa7][0x8c][0xa3]i[0xfb]p[0xb4]:[0xe8][0x90]+q[0x1b][0x82]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x9]RYv[0xa5][0xe3][0xe8]-[0x4][0xdf]j[0xef][0xb8][0xc0]L}p0[0x96]wz{[0x0]SQ[0xaf]sY[0xa9][0xb1][0x8d]T[0xfa][0x88]1[0x8e]0k[0xd0]H[0xe8][0xc4][0xdf][0x99][0xbf][0x15][0x8b][0xc2][0x1]J[0x16][0xdc][0xb][0xb5]/[0x9d][0xb1][0xe3]F[0xb7][0xc9][0xf7][0xbd]&_[0xd3][0xda]9[0x82][0x1a][0xee][0xc1]j[0x81][0xe6][.[0xb6][0x1a]Vb[0x15][0x85][0xa8]x[0xad]$[0x85][0x2][0xb2][0xba][0xd7][0xd0][0x93]^Rkx[0x14]1[\r][0x1f][0xe0]C[0x5][0x1f]i[0xf8][0x18][0xe7]4[0x1c]D\[0xc3]&l[0xd1][0xb0][0xb][[0x14][0x9c][0xd7][0xf0][0x9]>[0x15][0x98];9[0xc9][0x1e][0xca][0x98][0xc9]A[0xb6][0xd9]3[0xa3][0xe9][0x88][0x97][0x91]M[0x1a]>[0xc3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd0][0xf0]%[0xfa]5|[0x85]~[0x5][0x17]4|[0x8d]o[0x14]|[0xab][0xe1]"[0xbe][0x13]X[0x12][0xa0]U[0xbf]q[0xcc][0xcd][0xb9][0x96]]qI[0xc3]~[0x1c][0xd0][0xf0]=~`U[0x6][0x14][0xfc][0xa8]a3~[0xd2][0xf0]3~[0xe1][0x95]}T[0x99][0x3]p<[0x1f]8[0x9e][0x13]V[0xaf][0x93][0x5][0xc6][0xcb][0x0]F[0xfd][0x95],)[0x92]E[0x1a]~[0xc3]e[\r]Wp@[0xc1][0xef][0x1a][0xfe][0xc0]U[\r][0xd7][0x90]e[0xaa][0xeb][0x1a]FqC[0x83][0x8e][0x3][0x94]aE[0x3],P;[0xee][0xa5][0x1d][0x7][0x87][0x8d]8ez[0xf5]Q[0xdd][0xe9][0xcb][0xc4][0xe3][0x86][0xe3]$2I[0xf9],[0xee][0x99] [0xd8][0xe7]W[0xa0][0x90]q[0xcc]$[0xf9]Px[0x1b]'[0xdb][0xe2][0xd2][0xe5][0x88]p[0xd2][0x19][0x92][0x9e][0x9b][0xbb][0xfe]f:[0xba][0x93][0xc2][0xe2]Rp[0xc][0x9d][0xab]U[0x85]>2bX[0x83][0xfc]|[0x5][0x95][0xc4]"[0xe1][0xa4][0x83][0xb3]'[0xd8][0x96]/4e&aU[0xba]iO[0x9c]^[0xd7][0x0]Z[0xaa][0x1c]#[0xf6][0xb7][s[0x97]M[0xfb]~[0xb0][0x8a][0xd5]q2[0xc6]5zsE[0xf0][0xbe]R[0xaf]Y`U[0xca]U[0xc8]y[0xc5][0xf6][0x4][0xb6][0xfd][0xf][0xcf]r[0x8e][0xa6][0x8a]^[0x84]^[0xbf][0x0].[0x8]*A[0xf9][0x12][0xd8]X[0xac]ds}[0xf3][0xcc][0x1e][0xaf]omAP%[0x1e][0xa6]Z[0xaa][0xaf][0xdd][0xa6][0xed][0xb8][0xe3][0x10][0x1][0x97][0xcd][0xd7][0xb3][0x86]t[0xee]2[0x9c][0xb8]m[0x8e][0xb8]2[0xc1][0x9a][0x82][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x88][0xa0].a[0xda][0x6][0xeb]K }[0xae]n[0xbb][0x6][0xe5][0xe4][0xd2][0x0]G[0x16][0x1e]c[0xd3]n[0xa5][0xd6][0xe7][0xbf]a[0xf9]@}[0x1]S7}[0xd0]:[0x87][0x98]ja[0xe0]{*s[0xab]y[0x0]K[0xe9]s:J[0xbf][0x5][0xa4]'Wf[0x1a][0xd5][0xd0][0x98][0x8a]:[0xb5]kh[0xb6][0x11][0xe5]4[0x2]j#[0xd7]!"c([0xdb]}[0x1d][0xe5][0xd7][0x10][0xba]BkeXK-[0x86][0x83][0xbe][0xf2]Ch[0xc4][0xbd]4[0xd2]U[0xe0][0xcf][0xaa][0xbc][0x92]US[0xfc]Y5[0xc1][0x9f][0xdd][0x92]$[0x17][0xb8]=[0x84][0xc8][0xc9][0xa4]FZ[0xc8]g[0x8b]|[0xd7][0x14][0xb2][0x98][0x92][0xa5][0xc9][0x93][0xca][0xb3][0xa8]2~B[0x8e][0x98][0xaf][0xac][0x80]O[0x95]|e[0xf9][0xf8][0x9]~[0xf6]}[0x87]<@+[0x9e]Qd[0xd1][0xe2],[0x96]L[0xf6][0x8a]S[0xc4][0xa8][0xc7][0xf1][0x84][0xf4][0xe5].[0xec][0xf6][0xa1]6[0x93][0xd7]d*[0xd1][0x15]l[0xe2]@/[\r][0x80]{~B[0xce][0xe5][0xe0][0xaa][0xc9][0xee][0xbd]>[0xdc]>[0x1f][0xee]o[0x92][0xe1]pw[0x8d][0xe1]N[0xca][0xa9]e[0xdb][[0xb3]X[0xde][0x13][0xb9][0x8a]P[[0x16]+[0xb8]'[0x8d][0xef][0xca][0xe2][0xee][0x16][0x1e]g[0x11][0xe6][0x8e]d[0x9a]#[0xb4][0x1f][0xb9][0x84]jJ3[0x1e]5[0x86][0xfe]j[0xbd]LXs[0xa8]v0[0xdb]:[0xba][0xeb][0xeb][0xf2]ZE[0xc8];[0xc0]+t[0x99]^%-^#[0xa9]S[0xe4][0xdb][0xd3][0x8][0xe3][0xc][0xc9][0x9f]%[0x99]7I[0xfa],y[0xf4]-[0xa9]y[0x84][0x8c][0xe4][0x8b][0x9b][0xd3][0xbc][0xb]OR[0xdc][0xe9][0x1][0xa7][0xf4][0xe3][0xb]^&[0xad][0xe2][0xc4][0xe3][0x9a]D[0x1f]Zy[0xe7][0xe4][0xfc][0xec])[0xde]2[0xb9]8[0x9d]#[0x88][0xf3]E|[0xcd]p[0xec][0x1c][0xbd](\[0xeb]d[0xb8][0xb][0x4][0xf7]uI[0xb8]J[0xfe]"[0xf5][0xe1][0x9a][0xa4][0xc][0x95][0x94]1[0xb4][0x91][0xaf][0xdb]9j[0xa2] j[0x17][0xa9][0x1d][0x94][0xc][0xc6]PK[0x7][0x8]J[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/Request$1.class}QMK[0x3]1[0x10]}i[0xb7][0xdd]v]l[0xad]_[0xfd][0x12]<[0xf4][0xd0]Vp)[0xe8]I[0xf1]R[0x14][0x84][0xea][0xa1]J[0xef][0xdb]6[0xb4])[0xdb][0x4][0xf7][0xa3][0xbf]KA[0x11]<[0xf8][0x3][0xfc]Q[0xe2]d]A[0xc4]mB2[0x93][0x97][0x99][0x97][0x97][0x99][0x8f][0xcf][0xb7]w[0x0]=[0x1c][0x14][0x91][0xc5][0x9e][0x5][0x3][0xfb]&[0xaa]&j[0xc][0xd6][0xca][0xf5]Z~$%[0xf7][0x19]j[0x3][0xe5][0xcf][0x9c]E$E[0xe8]|c[0xce]06g[0xc][0xf9]sA[0xf0][0x5]C[0xb3][0x9d][0x1a][0xd5][0x19]1[0x18]}5[0xe5][0xc][0xa5][0x81][0x90][0xfc]6Z[0x8e][0xb9][0xef][0x8e]=B*[0x3]5q[0xbd][0x91][0xeb][0xb]}N@#[0x9c][0x8b][0x80][0x1][0xc][0xf6][0xb5][0xa6][0xe8]{n[0x10]pB[0x9a][0xff]<[0xc2][0x1f]"[0x1e][0x84][0xad][0x1e][0xa9])[0xce]x8LT7[0xda][0x9d]5[0xba][0xad];[0x15][0xf9][0x13]~%[0xf4]sv[0xc2]q[0xbc]pW.[0x89][0xbc][0x94][0x13]O[0x5]B[0xce]nx8WS[0x1b]u4l[0xe4][0x90][0xb7]a[0xa2][0xc9]PO[0x17][0xc1]PM[0xbb][0xa4]b[0xfd]T[0xf4]tM[0xb1]RH[0xaa][0xb3][0xed][0xce][0x8][0x87][0xd4]-[0x83][0x1a][0xc7][0xca]e[0xad][0x89][0xbc][0xc]-[0x13][0x5]*W[0x91][0xbc][0x13]:k[0xc4][0xea][0x1e][0xbd][0x80]u_[0x91]y[0x8a]c,[0xda][0xf3][0x14][0x3]Hl[0xd0]n[0xc7][0xbe]E[0xb6][0xa4][0xd9]P[0xc6]V[0xc2][0xe0][0x90][0xd5]w[0xb9][0xee]3[0xd8][0xe3][0x9f]d[0xf5]+9[0x97]$gQ[0x89][0xa3][0xb6][0xb1]C[0xd6][0xa0][0xb9][0x8b][0xcd][0x98][0x9c]4C[0x8f][0xc2][0x17]PK[0x7][0x8][0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/Request.class[0x9d]WYW[0x14]G[0x14][0xfe]J[0x6]z[0xa6][0x1d][0x2][0x12][0xc0][0x5]5cbt[0x18][0xc0][0x11][0xb7]$[0x82][0x1a]AL0[0x80][0x86]A[0xc][0x9a][0xad][0xa7][0xa7][0x80][0xc6][0x9e]n[0xec][0xc5][0x85][0xec]1[0x9b]Y[0xcc][0xf2][0x9c][0x1f][0x90]G[0xf3]"[0x9c]pN[0xf2][0x9e][0x1f][0x95][0x93][[0xd5][\r][0xb3]5[0x3][0xc8]9tu[0xdf][0xba][0xf5][0xdd][0xaf][0xee][0xbd]uo[0xcd][0xbf][0xff][0xfd][0xf5]7[0x80]~[0xfc][0xa6][0xe2][0x0]n[0xa9]x[0x17][0xef][0xa9][0xd8][0x8f][0xf7][0xc5][0xe3][0x3][0x5][0x1f][0xaa]h[0x84]&[0x1e]y[0x5][0xba][0x8a]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*8f[0xc5][0xf4][0x9c][0x82]y[0x5]F[0x1c][0xb]*[0x9a]q[[0x85][0x89][0xa2][0x90][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l[0x15]mXTpGE;<[0x5][0xbe][0x8a]N[0xdc]Uq[0xf][0xf7][0x85][0xc6][0x3][0x5]K*[0xf6][0xe1]#[0x5][0x1f]+[0xf8][0x84][0xa1]i[0xd0][0xb0][0xc][0xef][0x1e][0xc6]I[0x91]3[0x9c]h[0x8c][0xa6]k[0x11][0x86][0xed][0xe2][0xa2][0xef]qg[0xe0][0xd6][0xf6](*y[0xdf]0[0xb][0xdc]a[0x18],S3,[0x82][0xb2]43[0x1b][0xce][0xba][0xd9][0x8b][0xa6]y[0x89][0xcf]j[0xbe][0xe9]][0xb3]][0xd7][0xc8][0x1b][0xa6][0xe1][0x19][0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]E[0x12][0xb8][0x82],[0xc3][0xde][0x8]kr [0x1d]F[0xf3]}5[0xf3]n[0xb6]H[0xc9]mfGIdh[0xa6][0xb1][0xa4][0x89][0xc0][0x8f]8[0x8e]-[0xd6][0xc4][0xf5]pg[0xc]]u[0xb6]M[0xc9]U[0xbb]s[0x86][0x8e][0x1a]a[0x90]#c[0xdb]r[0xe1][0xa6]Q;[0x96][0xde][0xa6][0xdb][0xfb]k[0x17]ljd'[0x17].[0x99][0xe4][0x8b][0xb6][0xe3]EevyZO[0xcd];[0xf6]=qJ69[0xb9][0xb7][0x83][0xc4]n[0xd4]5[0xdf][0xa5][0xe0]tDB0[0x8c]lv[0x8c][0xb6]h[0xaf])[0x90]0[0x9c][0x8e][0xf0][0x98]&u[0x1][0x12]s[0xdc][0x9b][0xc]1[0xba][0xd2]Q[0xaa]k[0xb9][0xa6][0xce][0x1a]&[0x5]S[0x9c]$[0xe9][0xac][0x1a][0xcd][0xa2]f[0x19][0x8b][0xbe])[0x93]-{Y*oB>@d8[0xb2]50[0x86][0xb3][0x11]f[0xcb]k[]sm[0x5][0xee][0x1a][0xe]/[0x94]-[0xa0][0xd3][0xe0]R[0xf0][0x83]=[0x9d][0x8]c[0xe2]{[0x86])sWs4[0xcf][0xde]d[0xf][0xaa][0xbe][0xae]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k$[0x0][0xc3][0x99][0xc8][0x89][0xc1][0xfa][0x9b][0x11][0xc7]j2[0x9a][0xd3][0xa6]+[0xeb]s[0xce][0xd9][0xbe][0xa3]s[0xf2]*eh2[0x94][0x1f][0x13]v[0x92]8[0x88][0x17][0x14]|[0x9a][0xc4]g[0xf8]<[0x89][0xe3][0xe8]Ob[0x1c]o3[0xa4]#J[0x99][0x13],t[0x83][0xfc][\r]a[0x4][0xc2][0x17][0xe2][0xf1]%E[0xeb][0xd9][0xeb][0x9f]@x[0xa8][0xe0][0xab]$[0xbe][0xc6]7I[0x8c][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xcf]6[0xea][0x1c][0xf5][0xea][0xd2]Y[0xa2][0x14][0xf6][0x8c]"[0x1f][0xb9][0xaf][0xf3]0[0xea]W[0x87][0xfc][0xb9][0x94]a[0xa5]\mv[0xf6][0xa8][0x9b][0xca];[0x9a]a[0x9d]M[0xc9][0xee][0x90][0xd2]m[0xcb][0xf5][0x1c]_'7[0xf7][0xa6][0xa8]O[0x9a][0xbc][0x90][0xd2][0xdc][0x94][0x96][0xb7][0xef][0xf2][0xde][0x94]Km[0xc4]$[0x81]yO{[0xe0][0xa6]D[0xf0]M[0xee]qA[0xf7][[0x5][0xdf]%[0xf1][0x8][0xdf]'q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x19][0xb2]Q.[0xb]y[0x8f][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]5[0xcb][0xe0][0x88][0x9][0x8c][0x1f][0x88][0xf7]F[0x81];[0xdc][0xcf][0x0][0x8a][0xd7][0xa8][0x10][0xe][0x7][0xad]K[0xac][0xf9][0x91][0xa1][0xbb]^t[0x82][0xc3]S[0x16][0x9e][0x9f][0x14]E[0xec][0x9][0x89][0x1a]$[0x8c]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xf5]&[0x1c][0x95]P[0xa9]@[0x9d][0xbe][0xd2][0x92]K[0xb][0xba][0x91]![0xf8]&[0x9][0xdb]C[0xda][0xbd][0xeb][0x6][0x85]V[0x1f][0x8d][0xc7]$[0xa9],iP[0xc1][0xf][\r][0x8f][0x10][0x8e][0xd0]I[0xac][0xa2]q[0x86][0x98]7[0x95]L[0x6][0xcc]O[0x94]1O[0x84][0xe6]z+$%[0xe8][0x13][0xf4]}r[0x1d][0xfa]2bRG[0x95][0xd0][\r][0xcb]P[0xaa][0xb1][0xcf][0x95]a[0xab]5[0xd8]j[0x15][0xf6]#QoC[0xec][0xdf][0x9]'&[0xdc][0xb0][0x8a][0xf8]Ll[0x19][0x89][0xf1]Lo[0xcf]S[0xa8][0x13]}+[0xd8][0xf9]d|[0x15][0xcd]3m[0xcf]-[0xa3][0xe5][0x1f][0x89][0xd4][0x8e][0xe][0xc2][0xc],w[0x92][0xff][0x81]+[0xc4][0xf4]-[0xb4]b[0x8c]f[0xc6]I6![0x99][0x9c][0xa2][0xb9][0x4]i[0x9e][0xc1]+d[0xa7][0x95][0xbe]^[0xc5]k[0xb4][0xae][0x93][0xb8][0x9c][0xc5][0x80][0xc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xc4][0x1b][0xf2][0xed][0x14][0xce][0x13]~[0x89][0xb1][0x90]\[0xa0][0xb7][0x80][0xf1][0xeb][0x92][0xf1][0xc5][0x90][0xf1]%[0x1a][0x85]N|[0x5][0xad][0x14][0xde]][0xd5][0xbe][0xb8]U[0xe6][0x8b][0xb8]D.[0xf7]E\"[0xaf][0xf9]b[0x88]X[0xe]KD[0x81][0x9c]#O[0x8]f[0xcd][0xab]h[0x9b][0xc9][0xf4],[0xe3]y[0xe1][0x83]*[0xf8][0x82][0x84][0xef][0xc][0x14])[0xea]A[0xd6]4S[0x90][0xde][0xa8][0xd8][0x82][0x98]+9[0xfd]M2D=9[0xcc][0xf0][0x93][0xa5]\i[0x17][0xb9][0xd2][0xf1][0xa4]*[0xcb][0xcd][0x8a]\[0x19]%[0xdf]![0xc6][0xc8][0xcf]c[0x10][0x1d][0x8d][0x9a]P[0x8]t>dL[0x99][0xd1])[0x19][0xef][0xae]FzXFW[\r][0xcf][0x8b]x[0xbb][0x8a]k[0xf2][0x98][0xd1]e%[0xc4]:G:B+!N[0xce][0x9e][0xa7][0xd8][[\r][0xf5][0xb8][0xc]*[0xb1][0xe][0x95][0xc0]$[0x9d][0x12][0x1][0x95][0xc3]T[0xe8][0xc8]k%Z[0xfb]$[0xad][0xae]j/[0xfe][0xb1][0x1][0xad][0xeb][0x98][0xae][0xf0][0xa2][0x90][0xdc]XO[0x84]w[0xe8]F[0xbe][0xdd][0x84]+g[0xa9]_[0xc9][0x95][0xf1][0xff][0x1]PK[0x7][0x8][0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Result$1.classuLK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14][0x9c][0xa7][0xd5]h[[0xb0];q[0xe7][0xc2][0xb5][0xa1]g[0x10][0x5][0x17]"[0xe8][0x9]b[0xc][0xb5]%$[0x90][0x8f][0x87]s[0xe1][0x1]<[0x94][0x98][0xd2][0xb5]ox[0xef]1[0xc3][0xcc]|[0xbe][0xaf]7[0x80][0x1a]%[0x3]c[0xc8][0x9][0xf9][0xd5]F'[0xd5][0xa1][0xd5][0x8a]P\[0x94][0x8f]:l;[0xf1][0x14][0x84][0xc5][0xde]Hm}k[0x9a][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]{g([0x8]+[0xeb][0x1a][0xde]E[0xd3][0x6][0xee][0xa2]1[0xca][0xf1]![0xb3][0xa9][0x9] [0x94][0xc7]^[0xdb]i[0xe1][0xbd][0xf2][0x84][0xaa]o[0xe2]Z[0x98][0x86][0x9f]o[0x9d][0x92][0x81][0xb0][0xfc]S[0x80]u[0x8a][0x8f]0[0xcc]8[0x1][0x89]e[0x98][0xa4][0x9f]a[0x9a][0xee][0xf8][0x3][0xfc]Q.[0xcf][0xbd][0xc][0xc]+[0x85][0x94]U[0x1f][0xb8]s?" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0xd9]g[0x9f][0x8f]{[0xf9][0xe7][0xdf][0xbf][0xfe][0x6][0xb0][0x84]C[0x15]gq{[0x9a][0x86][0xf7]T[0xa4][0xb0][0xa6]b[0x1d][0xef][0xab][0xb8][0x83][0xf]T|[0x88][0x82]X~$fE1l[0x88][0xe5][0xa6][0x8a][0x12][0xee][0x8a][0xd9][0xc7]*[0xca][0xd8][0x12][0xb3]O[0x14]T[0x14][0xdc]c[0x88][0xfb][0x7][0x96][0x97][0xc9]3\[0xae]8nS?[0xec][0xd8][0x96][0xaf][0xbb][0x1d][0xdb][0xe6][0xae][0xbe][0xc3][0xbd]N[0xcb]_#[0xd0][0xba]E[0xdb]w[0x18][0xe6][0xb2]cQ[0xb][0xbb][0xc][0xb1][0xa2][0xd3][0xe0][0xc]g+[0x96][0xcd][0xef]w[0xda]u[0xee][0xd6][0x8c]z[0x8b]v[0xce]W[0x1c][0xd3]h[0xed][0x1a][0xae]%[0xd6][0xc1]fL[0xb8]f[0x98][0xaa]X[0x9e][0xcf][0x89][0x89]A+[0xb][0xc6]b[0xcb][0xf0][0xd1];x[0xfb][0xd0][0xf8][0xce][0xa0][0xde][0xa3]\[0xfa][0x94][0xb4]][0xcb][0xb3][0xa8]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x5]d[0x4][0xe9][0xfe][0x94],k[0x7].7[0x1a]Uc[0x9f],W[0x9e][0x13]>Q[0xf5][0xbb]#[0x13][0xda][0xad]i[0x98][0xc5]K[0x1a][0xce][0xe1][0xbc][0x98]}[0xa6]`GC[0x15]5[0x5][0x9f]k[0xd8][0xc5][0x9e][0x82][0x7][0x1a][0xbe][0xc0]C[\r]_[0xa2][0xa6][0xe1]+[0xec]i[0xf8][0x1a][0xdf]h[0xf8][0x16][0x8f][0x14][0x18][0x1a][0xea]054@[0xf9][0xda][0xd7][0xd0][0xc4][0x81][0x6][0xb][0x8f][0x18][0xd2][0xcf][0xeb]P[0x86][0x85][0x89][0xf5]2[0xcc][0x8a]|[0xe8]-[0xc3]n[0xea][0x83][0x96][0xa3][0xf4][0x8c]M+[0xc3][0xf2][0x8b]d[0x83]![0x9a][0x15][0xa5][0xbb]4[0x86][0x98]Rn[0x98]&[0xf7][0xbc][0xcc][0xcd]<[0x15][0xb7]x[0xca][0xad][0xaf]H[0xc5][0x1d][0xdf]j[0xe9][0xa6]c[0x9b][0x1d][0xd7][0xe5][0xb6][0xaf][0x1b][0xbe][0xd3][0xb6]L[0xbd] ?[0x15][0xc7]nR[0xfd]Sal[0xd5]c[0x92][0xd4]f8[0x17][0xe0][0xc5][0x85][0xb9]g[0xb5]Z[0xe2]9 etq[0xe6]'[0xa3]%[0xb8][0xc7]In,[0xbb]%[0xe2][0xe9][0xab]^[0x11][0xaa][0xa3]Mq2m4[0x1a][0x5][0xbb]q[0xb7][0x8f][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0xab][0x2]U[0xfa][0xb1][0x95]m[0x9f]7[0xe5];[0xb4]01[0x98][0xde][0xf][0x92]F[0xa2][0xca][0xb6][0xe9][0xf2]6[0xc1]d[0xd4][0xe5]P[0xd9][0xad][0x17]SVt[0x1e][0x1f]o[0xdb]{[0xae][0xe5][0xf3][0x82][0xeb][0x1a][0xc7][0xa2][0xf2]c[0x95][0x8d][0x2][0x93][0xe]J[0x17]=[0x15][0xd9]JX[0xac][0xed][0xfa]!7[0xc9][0xe7][0xc3]P[0xdf][0xed]|[0x1e]i[0xfa][0x7]J[0xd1]?[0x12]K[0xa5][0xc4][0xad][0xa2][0xd9][0x14]"[0xe2][0x92][0xd1]cr[0x81]V[0xcb][0xb4][0x8a][0xd0]W[0xcd]-[0xfe][0x89]H[0xee][0x9][0xa2][0xbf][0xd3]*[0x82][0x8b]4[0xc6][0x9][0x3]8[0xb8]D[0xa3]&[0xe7]*^[0xc6][0x15][0xc1][0x86]9[0xbc]J([0xc1]PBT2[0xcc][0xe4][0xfe]@[0xe4])bOq[0xa6][0x8b]x[0xc8][0xa2][0xca]S[0x17]Ix[0x92][0xe9]b[0xf][0x1d]0[0x89][0xd9]U[0xbc]F[0x8c]i[0x9a][0xc7][0xe8]{[0x8d]~[0xd7]I_[0x8f][0xbd][0x8e]3[0xb4][0xb][0xcc][0x11]m[0xa1][0xe7]AI[0x7][0x9e][0xba][0x98][0xe2]]L?[0x8]}[0xcd][0x90][0x16][0xe0]{[0xb2]8"[0xf6]c[0xe9]/-[0xf7][0xe6][0x6][0xfe][0xe6][0xf0]:[0xe5][0x81][0xda][0x8c]v2x[0x83],[0x87]=[0xcf][0xf][0xe2][0xda][0xa0][0x95]P[0xaa][0xf5][0xbc][0xa9]]$[0xf6]NF[0xf5][0x3][0x12][0xf8]q(*m[0xe0]E[0x1b][0x11][0xd5][\r]d[0x3][0xee][0xcd] [0xeb][0xc9][0x1e][0xb7][0xb6][0xd8]E[0xf2][0x19][0xf2][0x9f][0x88][0xe4][0xe7]![0xf2][0xe4][0x80]<[0x89][0x5][0xe4]N[0x90]/[0x8e][0x13]>3J[0xf8]/$[0xfc][0xd7][0x89][0x85][0xbf]I[0xc2]{[0xed]rS[0xf2]P[0x3][0x9c][0xec][0x92][0xdf][0x86][0xc8][0xd8][0x80][0x8c][0xf5][0x84]R[0x3][0xce]B[0xf](6[0x8]#*[0x12][0xcf]->y[0x96][0xc7][0x19][0xaa]Y|[0xc0][0x13]G^[0xd6]L[0xcc][0x96][0xf0][0x8e]dxWZ.KI[0xc2][0xf6][0x16]}_[0x91][0xbf]([0xf5][0xfc]:.[0xd3][0xe9][[0xf4]Ej[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+t[0x7]V[0xe7][0xa7][0xff][0x3]PK[0x7][0x8]+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/Result$SerializedForm.class[0xa5]W[0xe9]wSE[0x14][0xff]M[0x92][0xe6]%[0xe9][0xa3][0xd4]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5],[0x8][0xa5]4i%a_Z[0xaa]54[0x98][0x1a](R([0xe2][0x82][0xbe]&/[0xe1][0xd5][0xf4][0xbd][0xfa][0x16][0xa0][0xb8][0x80][0xbb][0xb8][0xe3][0x82][0xb][0x1f][0xdd][0xcf][0x11][0x5][0x8f]M[0x11]<[0x1e][0xfc][0xea][0x1f][0xe5][0xf1][0xce]d[0xa5][0xb4][0xe5][0x81]='w[0xee][0xcc][0xdc][0xe5]w[0xef][0xcc][0xbd][0xf3][0xfa][0xcf][0xbf][0xd7][0xff][0x2][0xb0][0x9][0x97][0x82]h[0xc7][0x13][0x9c][0x1c][0xe3][0xe4]IN[0x9e][0xe2][0xe4][0xe9][0x10][0xd6][0xe0][0x99][0x10][0x8e][0xe3]YN[0x9e][0x93][0xa0][0xf0]q,[0x84] 2!d[0xa1][0xf2]i.[0x84][0x95][0xf1][0x19]>[0xe7][0xe4][0xa2][0x8c]/8[0xc8]/e|[0x85][0xaf][0x19]:[0xdd][0xa5][0x87][0xa3][0xdd]C-M[0xb8]((z[0xbe]|}[0x18]Z*[0xf7][0xa9][0xa2]P[0xea][0x19]k[0xef]\z[0x95][0xe4][0x90]Pj[0xb8]Z[0x83][0xc][0xeb]\[0xd4][0x7][0xc3][0x9a][0x1a][0x14][0xd1][0x81][0xe][0x18]v[0x92]zp[0xb6][0xce][0x90][0xb7][0x8b][0x17][0xe8][0xb2]y"[0xac][0x1d][0xf7][0xe]~[0xdc][0xc9][0x5]:[0xe6]][0xdd][0xed][0x8a][0xd5]][0xf5][0xd7]z[0xe7][0xbd][0xb9]H[0x18][0x93]S[0xc3][0xfa]QS[0xb3][0xd5][0xea][0xed]![0x17]m]u[0xe2][0x9][0xa3]P[0xa0]4Q[0xc4][0xa2][0x1f]-[0x9d]k[0x87][0xbf]F[0xd6][0x94][0x9e]9a[0x1a]:?Rn[0x87][0xce][0xa8]kv[0xf5],PN[0xdb]y[0x4][0x89][0xff][0x97][0xa4][0xb4][0xa1][0xe7][0xc9]d[0xa7];I[0xea][0xc4][0x5][0x1a][0xc4]C-[0xe][0xb3][0xae]B[0xb7]q4[0xde][0xbc]JQ[0xec],G![0xae][0x2]][0x13][0x8d]|[0xa4]g[0xdf][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xfa]%[0x86][0xd6]9T[0x87][0xb8][0x9b][0x15][0xf3]_AB5Y[0xbe][0x84][0x16][0x95]".[0xdb][0xb9][0x97]Vk[0xaf][0xd8][0x1d][0xc0][0x8e][0xce][0x87][0x8d]6[0x1a]O[0xf1][0xeb]P[0x1][0xd0]6o[0x9d]Q[0xb2]h[0xc8]V[0x4];oC:[0xe7]sH_k[0xed][0xf4]cx[0x0]~[0xac][0xc0]Z[0xac]#[0xbe][0x83]>[0x91]_[0x90][0x8e]I[0xc7]>_[0xf0]?PK[0x7][0x8][0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Result.class[0xa5]W[0xfb]W[0x13]G[0x14][0xfe]6[0x9][0x86][0x84][0x5],Z[0x5][0x15][0x1f][0x15]m[0x0]%[0xa0](*[0xd4][0x16][0xa3][0xd1][0xd0]([0x96][0x97]Ek[0xdb]%,q1[0xec][0xd2][0xcd][0xae][0xaf][0xbe][0xdf]o[0xfb][0xb2]/[0xed][0xfb][0xe5]/[0xed]9[0xf5][0xb4][0x80][0xa7][0x9c][0xd3]?[0xa0]TO[0xef][0x9d][0xdd]MbH8[0xd1][0xe6][0x87][0x99];3[0xf7][0xfb][0xee][0x9d];w[0xee]N[0xfe][0xf9][0xf7][0xaf][0xbf][0x1]t[0xe1]f[0x8][0xcd]8[0xcf]M[0x86][0x9b][0x19]ntn[0x8c]0Z0[0x1b][0xc4]3a[0x4][0xb9]7[0xc3][0x8]q[0x9f][\r][0xa3][0x6][0xb3]a4[0xc2][0xe2][0xc6][0xe6][0xe6][0x2][0xaf]]d[0xe9][0x12][0xaf]^f[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3][0x9e][0xe5][0x85][0xe7]x[0xee][0xf9]0q[0xbe][0x10][0xc4][0x8b][0xbc][0xf6][0x12]7/s[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]z5[0x88][0xd7]x[0xf9][0xf5] [0xde][0x8]c[0x13][0xde][0xc][0xe3]-[0xbc][0xcd][0xcd];[0xbc][0xfc]n[0x10][0xef][0x5][0xf1]~[0x10]W%@[0x82][0x9c][0xd0]u[0xd5][0x8c]e[0x94]lV[0xcd]J[0xa8][0x1b]VMM[0xc9]hW[0xd4][0xc9][0xb8]a[0xce]H[0xa8]NjYK%[0x15][0x9]+[0xb3]bmL5[0xb3][0x9a][0xa1][0x8f]&[0xe]K[0x90][0x6]$[0xd4][0xc6][0xc]=k)[0xba]5[0xa6]dl[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]O[0x92][0xb0][0xc6][0xd1]?[0xc9][0xfa][0xcc]a[0xc5]553IF6[0x9c]IN+[0x17][0x94][0xa8]fD[0x7]'[0xa6][0xd5][0x94]5l[0x99][0xaa]2#[0x96]{%T[0xa5][0xc][[0xb7]$[0xb4];Z[0xb6][0xa5]e[0xa2])CO[0xd9][0xa6]I$Q[0xc5]2f[0xb4]T[0xb4]_t[0x9][0xdd]R[0xd3][0xaa]I[0xa8][0x1a]-[0xad][0x1b][0xa6][0x1a]s[0xb0][0xd5]S[0x8a][0x96][0xb1]M[0xde]R[0x19][0x9a][0x98]1{yP?ej[0x96][0xda]o[0x9a][0xca]e[0xde]'[0xd1][0x84][0x86][0x89]G[0xb1][0x8]*a[0xa4]rd_[0xd2]0[0xd3][0xd1]i[[0xd7][0xac][0xa8]isH[0xa3][0xba]aiSZJ[0xb1](X[0xd1][0xb8][0xe3]N[0xef]A2[0x11]$[0x85][0x11]m[0x86][0xc]D*[0xd8]a[0xd2][0xd0][0xd3][0xec][0x17][0x85][0xd8][0xb4][0x1c]X][0xb6][0xe8][0x90]"K[0xad][0xf][0xa9]Y;c[0xb5][0xdc]y[0x9c][0xc4][0xb3][0xa2]O#[0xad][0x83][0x12][0xfc][0x91][0xd6]1[0x9][0x81][0x98]1I[0x8c][0xf5]IMWO[0xd8]3[0x13][0xaa]9[0xa2]Ldh[0xa6]!i[0xa4][0xe8][0xac][0x15][0x82][0xd3][0xd8][0x9d][0xc]X[0xe7]4[0x8a]hS9s[0xc4][0xdf]^[0xb1]/l[0xbe]&[0xad]ZC[0xb6][0xee][0x1e][0x1a][0xb9][0x94] _h[0xce][\r][0x97];[0x1f]v[0xb4][0x9c][0xcd][0x93][0xd2][0x80][0x3][0x8c][0xe7][0x8e][0xb8]![0xd2]Z[0x10]I[0xf7]${[0x97]L[0xde][0xcd]![0xd5][0x91][0x81]DaF[0xd5]^T[0xb2][0xc3]v*[0xa5]f[0xb3]SvF[0xf8]q[0x9a][0xfc][0xb8][0xc8]i[0xe0]d[0xb1][0x84]M[0x91][0xa2][0xc4][0x1e][0xb4][0xad]Y[0xdb]Mo[0xb1]a[0x89][0xd3]9%[0xda][0xed][0x91]K)u[0x96][0x1d][0xca][0x6][0xf1][0x1][0x8d]i~[0xd2][0xb3][0xb0][0xb1][0xd8]BB[0xbf][0xd3][0xc0][0xfa]e[0xd6][0x83][0xf8][0x90][0x10][0x19](d[0xe8]f[0x6]?[0x15]eZ[0xc9][0x92]"[0x95][0xd1]e[0xae][0xe6][0x18]0=N[0xba]W[0x93]j[0xc1][0xe8][0xc8][0xb2]5[0xb4][0xf2]OiOy[0x7][0xca][0x92]t[0x9][0xdf][0x9a]J=Dn[0xd0][0x7]:c[0x18][0xe7][0xed]Y[0x9][0x1d][0x91]dQ[0xe2]x[0xd1]/[0x5][0xe4]'[0x2][0x13][0xdd]'[0xd6][0xc6]H[0xeb]r[0x8f],l[0xa1][0x97]`[0xb]=[0xff][0xb6][0xa1][0x1a][0xeb][0xd0][0x8e][0x1d]$[0xef][0xa4]g[0x9b][0xf][0x1d]4[0xa6]+Ar[0x3][0xd7][0x1d][0xd1]w[0xbb]=[0x15]#[0xd2][0xeb][0x11]z[0xfb]hL%I[0xcc][0xf7][0x8a][0xde][0xc7]wT[0x8c]%.Q[0xd4]>B[0xa3][0x17][0xe0]'[0x9][0xe8]k[[0xc0][0x8a][0xb6]E[0x4][0xc7][0x17]P=[0x7]^[0x94]H[0xc][0x91][0x18][0x9e][0x83][0x8f][0xc4][0x1a][0x12][0xe5]9[0x4][0xf2]b[0xd5]-[0xc1][0xde]O[0xed]Fz[0x6][0x3][0xdb][0x11][0xc0][0x83][0xa8]G[0x84]|m[0xa5]=[0xb4][0x91][0xc7][0xed][0xe4][0xc5][0xe][0x1c][0xa2]U[0xd9][0xb1][0x87][0x18][0xe][0xb][0x1c][0x95][0x6][0xd7][0x97][0xab][0xa8][0xa2]1pH[0xf8][0xd2]~[0x1b][0xb5][0xec][0x8][0xf5]u[0x9e][0x17]$[0xd7]/`[0xa5][0xe7][0x9][\r][0xef][@[0x83][0xe7][\r][\r]W[0x89][0xe1][0x12][0x8f]:[0xc8][0xa3]([0xb8][0x98][0xac][0xa6][0xd8]m[0xa5][0xc8]q[0xec][0xfa])r[0xec][0xd1][0x1a][0xc7][0xaa][0xeb][0x11]K[0x1c])z[\r] [0x8e][0xa3][0xae]o[0xbb][0xc4][0x18][0xa8]n[0xfb][0x13][0xfe]y[0xac][0xfe]5ga[0x85][0x98]?P[0xb0][0xb7]j[0x97]I[0xe2][0x92]Z[0x2][0xef][0x9b][0xc7][0xfd][0xc5][0xf8][0xfe][0x92][0xf8][0x4][0x6]rx_[0xe][0x1f][0x98][0xc7][0x9a][0xdf][0x8a][0xf0][0xc7]J[0xe2][0x1f]E[0x92][0xb4][0x18][0x1f]u[0xed]W[0xb1][0xfd][0xdf][0x8b][0xc0][0x83][0x5][0xe0]*[0x17][0xec][0xa4][0xd1]q[0x9a];Qr[0x13]R[0x89] [0x8c][0x95]tb[0x10]']|[0x8f][0x8b][0xaf]m[0x9b][0xc7][0xda][0xeb][0x8][0x6]n"[0xe0]/&9[@R[0x9b][0xcb][0x92][0xc7]0[0xe4][0xee]d[0x94]2[0xd6]O}[0xfd]"[0x1a][0xc7])S[0x9a][0x8e][0xef]h[0x9f][0xc7][0xba][0xfc][0x91][0xd7][0x89]e[0x85][0xfe][0x8c]M[0x90][0x9c][0x12]t[0x9b][0x1d]H[0xee][0x88][0xeb]1[0x8c][0x11]2[0x11]"[0xa3]|[0xd8]>[0xa2][0x5]%[0x89]D{[0xf0][0xe1][0x14][0x1e]w[0x8d][0xf5]S[0xcf][0xc9][0x11][0xe2]4\?[0x87][\r]y3a[0xb1][0x90][0xa6][0x8d][0x9e]+[0xc8][0xa2]P[0xce]D[0x88]L[0x8c][0x13][0xe1][0xa8][0xd8][0x99][0xf][0xa7][0x5][0xf5][0x19]<[0xe1][0x6]c[0xaf]{[0xf3][0xe4]E4[0x8f]S@7,`c[0xf1][0xc1][0x9c]/[0x88][0x85][0x9c][0xb][0xe8]Y<[0xe9]rt[0xb][0x97][0xc9][0x97]El[0x1a]o[0x93][0x16][0xb0][0xb9][0x98][0xe1]Z[0x1]C[0xd8]aXY[0x8d][0xa7][0xf0][0xb4][0xcb]P[0x98][0x17]U[0xc5][0xe0][0xa6];[0xf2]Bq[0xc1][0x13]%[0xc1][0x81][0xca][0xc0])L[0x96][0x0][0xfb]+[0x3][0xab][0x98]*[0x1]^[0x92][0xce][0xa5][0xc1][0xe9][0x92][0x96][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0][0xe2][0x88][0xbd][0x82][0xb9]M[0xac]Pj[0xae]B[0xe3]ml[0x99][0xc7][0x3]`[0xeb]-q.y[0x92][0xf5]D[0xa9][0x9][0xe2]i[0xaa][0x82][0xa0]:[0xe8][0xa7][0xaa][0xd8],[0xfc]h[0xa4][0xbe][0x15][0xfc][0xd7][0xbf][0x99]*[0xa3][0xef]?PK[0x7][0x8][0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/RunWith.class[0x85][0x91]QK[0x2]A[0x10][0xc7][0xff]k[0xda][0xa5]YY[0x16][0xd4]C[0x18]=H[0x11][0xb4][0xf4]l[0x4][0x11][0x6][0x82][0x95][0xe8]UDO[0xab][\r][0xe7][0x1e][0xe7]^[0xec][0xed][0x9]~[0xb5][0x1e][0xfa][0x0]}[0xa8]h[0xce][0x87][0xc][0xba][0xe8]a[0x98][0x19][0xfe][0xbf][0xf9][0xef]0[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0xc];[0x1e][0xb6]<[0xd4]=l[0xb][0x94][0xa6]*JI[0xa0]~t[0xdc][\r][0xd5]T[0xc9]H[0x99]@^E*IZ[0x2][0xe5][0x81][0xe][0x8c]r[0xa9]eB[0xfe]&[0xce]O[0xba][0xb1][\r]d[0x98][0x1a][0xed][0xa4]M[0x8d]!+[0xfb][0xf3][0xd4][0xba][0xe0][0xe9][0xca] N[0xed][0x88][0xae]u[0xc4][0xe3]U[0x16][0x1e][0xb5][0x1b][0x9f]f[0x1e][0x2]{[0xdc]:=[0xa1][0x7][0x9d][0xe8]aD[0x97][0xc6][0xc4]N9[0x1d][0x9b]D[0xe0][0xe0][0xc7];[0xea][[0x90]}rd[0xb2][0x8a][0xad][0x9b][0xff] [0xbd]8[0xd2][0xa3][0x19][0x83]^[0xff][0xfe][0xd6][0xef][0xdc][0xb4][0x5][0xf6][0xf3]G|e[0x3]rL[0x1e][0xe6][0xeb][0xed][0x88]&[0xec][0xe9][0xcf]^[0x89][0xa1][0xa2][0xff][0xd4]k[0xff][0xb9]a[0xc7][0x8c][0xc9]jG/L[0xee][0xe6]]&;[0x80]@m1|7[0xc]i[0xe4][0x4][0x1a][0xb9]~[0x8b][0xab]4[0x5][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]K[0xfc][0x83][0xa2][0xc8][0x8b][0xa0][0xc4][0xdd]2w[0x5]x[0x1c]+[0xf3][0xaa][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0x6]S[0xab][0xac][0x16][0x9]U[0xac]a=+[0x9f]![0x8][0x1b][0xa8]a[0x13][0xf8][0x2]PK[0x7][0x8]9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Runner.classuQ[0xc1]N[0xc2]@[0x10]}[0x3][0xc5]B[0xa9][0x80][0xa8] [0x8a]Fo[0xc0][0x81]F[0xaf][0x1a]/[0x18][0x13][0x13][0x82][0x89][0x1a][0xee][0xa5][0xae][0xb8][0x4][0xb7][0xa6]l[0xfd]*/^0[0xf1][0xe0][0x7][0xf8]Q[0xc6][0xd9][0x96][0x3][0x91]p[0x99][0xb7]3[0xfb][0xe6][0xcd][0xbc][0xdd][0x9f][0xdf][0xaf]o[0x0][0xa7]8r[0x90]C[0xcd][0x81][0x85][0xba][0x83]=4l[0xec][0xdb]8[0xb0][0xd1]$l\H%[0xf5]%![0xdb]j[0xf][0x9]V/|[0x14][0x84]r_*1[0x88]_F"z[0xf0]GS[0xae]T[0xfb]a[0xe0]O[0x87]~$M[0xbe](Z[0xfa]Y[0xce][0x8][0x8d]~[0x18][0x8d][0xbd]I[0xcc]B^[0x14]+%"[0xef].[0x81]sBi,[0xf4][0x95][0x98][0x5][0x91]|[0xd5]2T[0x84][0xe3]V{[0x95][0xbe][0xc4][0xe0][0x9e],W[0x9][0xdd][0xd6]*O[0x85]Z>[0xc9][0xc0]7D3c[0x90][0xe4]<[0xc8][0xec]^[0xd0]b[0xa6]{a[0xac]t[0xe2][0xe6][0x86][0xe0][0xdc][0x87]q[0x14][0x88]ki[0x96]-[0xa6];u'[0xfe][0x9b][0xef][0xc2]F[0xde]E[0x9]e[0x1b][0x87].[0xaa][0xd8]&[0xd4][0xd7][0x98] TL[0x8b]7[0xf5][0xd5][0xd8][0xbb][0x1d]MD[0xc0][0xfa][0xcd]5[0x16]F[0xe9][0xc3][0xac][0xbb]N[0x1c]Z'[0xfc][0x11]9[0xf0][0xdb][0xf3][0xe7]X[0x8c][0xbc][0xb][0xc7][0x2]g[0x1e]#1[0xe6]:[0x9f][0xa0][0xf]>d[0xe0]p[0xdc]H[0x8a]5[0x14]9[0xba])[0x81]q[0x93][0xbb][0xc9]xH[0xb0][0x82]-[0xae][0x93][0xf1][0xb2][0x10];[[0x88][0xe5];sd[0xe6][0xc8][0xbe][0xff][0xd3]k/[0xe9][0xe5]S=>[0xef]$[0xac][0xdd]?PK[0x7][0x8]B[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/manipulation/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$1.class[0x8d]S[0xcb]n[0x13]1[0x14]=7[0x99]<[0x9a][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa1][0x85][0xf2]*-[\r]![0x1][0xc1][0xa8][0x12][0xb0][0x9]bS[0x8a][0x84][0x14][0x82][0xd4]V][0xb0]sf[0xac][0xc4][0x91]cG[0xf3]@[0xf0]O,`[0x85][0xc4][0x82][0xf][0xe0][0xa3][0x10][0xd7][0x93]Q[0x88]R[0xa8]2[0x92][0xed][0xeb]{[0xcf][0xb9]O[0xcf][0xaf][0xdf]?~[0x2]8@[0xab][0x6][0xf]{U[0xdc][0xaf]`[0xbf][0x82]&[0xa1][0xfc]R[0x19][0x95][0xbc]"[0x14][0xdb][0x9d]3[0x82]whCI[0xd8][0xe8])#[0xfb][0xe9]d [0xa3]S1[0xd0][0xac]i[0xf4]l [0xf4][0x99][0x88][0x94][0xbb][0xe7]J/[0x19][0xa9][0x98][0x0]B[0xfd][0xad]12:[0xd4]"[0x8e]%k[0xda]=[0x1b][\r][0xfd]q[0xca][0xae][0xfd](u&"[0x8c][0x9a][0xa6]Z$[0xca][0x1a][0xff][0x8d][0xd2][0x89][0x8c][0x9a][0x7]][0xc2]Z<[0xb2][0xa9][0xe][0x8f]SC[0xd8][0xfb][0x7][0xef][0xb5][0x8c][0x83]HM[0x1d][0xad][0xdb][0xf9]@X[0xf][0xff]*[0x8];[0x17][0x13][0x8][0xd5][0x19]|[0xc0][0xd9]n[0xb6];[0xbd][0xb1][0xf8](|-[0xcc][0xd0]?I"e[0x86][0x8c]([0x89][0xe9]T&l[0xb5][0x17][0xac][0xef][0x7]c[0x19]$][0xd7][0x92]R0R:t[0x1d]8g&[0xd4][0x8e]>[0x5]2[0x8b][0x15]W[0xf0][0x80][0xab]Q[0x86][0xb][0x8b][0xd9]H[0xe8][0xaf][0xd6][0x85]ng5[0x18][0xcf][0x8a][0xfd]Z[0xc3][0xa9][0xb4]Ve[0xd4]Nl[0x1a][0x5][0x92][0xef]\[0xff][0xfa]L[0xfd][0xd4][0x95][0xc1]#>2[0x81][0xb6]1[0xf7][0xe0][0x9d]LF6[0xac][0xa3][0x84]2[0x17] [0xb4][0xde]Md[0x9c][0xf0][0x14][[0xab][\r][0x91][0xd0]\[0x5]Hxv1[0xac]oO][0xdc]c9[0x11][0xca][0xcc][0xfb][0x8a]][0x14][0xf9][0xcd][0xba][0xaf][0x94][0xad]2?[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K>[0x9f][0xe4]4[0x8f][0xbe][0x83][0xbe][0xb1]P@[0x95][0xf7]r[0xa6]la[0x8d][0xf7][0xfa][0xc][0x80][0x1a].[0xc1][0xbd][0xd2][0xcb][0xd8][0xc8][0xc9]/[0xf8],8[0x8e][0xf7]e[0x89][0xb9][0x9d]1[0xaf][0xcf][0xac]9[0xd3]IWp5[0xb][0xd8][0xc0][0xb5][0xdc][0xc7][0x93]<[0x81]b[0xa3][0xf0]u[0xc9][0xc9][0xdd][0x85][0xf0][0xc5]y[0xf8]Ml1[0xca]Q[0x9f]gx[0x9c][0xcf]{!:[0xcd][0xa3][0x13]kn[0xf0][0xbe][0xcd][0xb2][0xc7][0xe7]M^[0xb7]p{[0xb9][0x96][0xc7][0xcb]i<[0xfc]O-w8A[0xfe][0xe3][0xb1][0x93][0xdd][0xee]q[0x8b][0x9d]_/K[0x19][0x8c]s6[0xf7]U[0xff][0x0]PK[0x7][0x8][0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$2.class[0x8d]T[O[0x13]A[0x14][0xfe][0x86][0x96]n[0xd9][0xae]RK[0x1][0x83][0x88] [0x5]K[0xb]T.*w[0xe5][0xaa]h)[0x89][0x10][0x12][0xf5]ihG:d[0xd9][0xc5][0xbd][0x10][0xf9]#&[0xfc][0x2]_x[0xd0]D[0xf1][0x92]h|[0xf6]o[0xf8]?[0xd4]3[0xdb][0xaa][0xdc][0x82]d[0xb3]g[0xce][0x99][0xf9][0xf6][0x9c][0xef]\f[0xbf][0xff][0xfc][0xfc][0x15][0xc0][0x0][0x96][0xeb]P[0x8f][0xb4][0x8e]8zt[0xd4]![0xa3]DV[0x89]^[0x1d]}[0xe8][0x8f]![0x87][0x9b]J[0xc]h[0x18][0xd4][0x9]:[0x14][0xc5][0xb0][0x86][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[[0xc7][0x1d][0x8c]h[0x18][0xd5]0[0xc6][0xd0][0xb4][0xc3][0xcd]TI[0xb8][0xd2][0x11][0xa5]9[0xe1][0x16][0x1d][0xb9][0xed]I[0xdb]bh[0xcb][0xdb][0xce]Fn[0xd3][0xb7][0xa4][0x97]s|[0xcb][0x12]N[0xee][0xd0][0xf9]8CdB[0xd2][0xd9][0x14]CG[0xfa]lh[0xcf][0x1a]Cx[0xd6].[0x9][0x86][0xfa][0xbc][0xb4]D[0xc1][0xdf]Z[0x17][0xce]*_7i'[0x91][0xb7][0x8b][0xdc]\[0xe3][0x8e]Tvu3[0xec][0x95][0xa5][0xcb][0x0][0x6]cQ[0xb9][0x9b]5[0xb9][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]9%[0xd2][0x16][0xb7][0xe4][0xb6]or[0x15]*[0xb7] MO8[0xa9]A[0xa2]W[0xe7][0x96]m[0xdf],=[0xf6][0xad]s0|J1[0x5]/[0x96][0x19]jd[0x8a]![0x99][0xdf][0xe4];<[0xe7]{[0xd2][0xcc]-[0x92]C[0xee][0xd9][0xe][0xb9][0x8c][0x95][0xe][0x17](Z[0xb1][0xd6][0x89]o2[0xdd]S[0xf9][0xc2][0xe4][0xd6]Fn[0xc5]s[0xa4][0xb5]Ax}[0xc5][0xf6][0x9d][0xa2] R[0x84][0x89]U[0xb8][0xf5]+[0x1c][0x15]b[0xde]*[0x9a][0xb6]K[0xb8]%[0xe1][0x95][0xed][0x92][0x81]qL[0x18][0xb8][0x84][0x84][0x81][0x6]L[0x1a][0x98][0xc2]][0x3][0xf7]0m`[0x6][0xb3][0x1a][0xe6][0xc][0xcc]cA[0xc3]}[0x3][0xf][0xd4][0xc9]"[0x1e]2[0xb4][0x9e][0x95][0x94][0x81]V\[0xa5]2T[0xfc][0xb7]wQ[0xf5][0xe2][0xff]8.[0xaf]o[0x8a][0xa2]g[0xe0][0x11]:5[0xe4][\r],[0xa1][0xc0][0xd0]}[0xbe][0xe2]2[0xa4][0xce][0x3][0xa4][0xd9][0xda][0xe2]^[0xb1]\!pd[0xb6][0x16][0xfe][0xd7][0x8f]s[0xb5][0x99]*[0x1c]J[0xab][0xe1][0x8a]HwU[0xb8]^`R'#[0xe2][0x85][0xcf]M[0xca][0xb7]1[0x9d]?[0x9e]q[0xd0][0xea][0xd8][0x86][0xf0]f[0xcb][0xd2],9[0x82][0xc8]4[0xff]i^[0xd0][0xee]i[0xc7][0xe1][0xbb]y[0xe9]z[0xe4][0xbd][0xe1][0x94]m[0xea][0xbb][0xac]N[0x4]%x[0xe4][0xd3]C[0x93][0x92]8[0xb9][0xcb][0xa0][0x95][0xb9][[0x10]/[0xc9]E[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xa3]cS%[0xc8]p[0x91][0xe8][0xcd]Iw[0xdb][0xe4][0xbb][0x5][0xbe]%[0x8e][0xf4][0xad]2[[0x94][0xe3]s[0xdb][0xa1][0xea]2[0x8c][0xa6]ON[0xde][0xb3]S[0xd2]>[0x89]B;[0xfd][0x17][0xe2][0xf4]7a[0xf1][0xb8][0x1a]<[0xd2]B[0xf4]6 I[0xf7][0xae][0x91][0xb4]a[0xd4][0xd0][0x3][0xe8][0x99][0xec]{[0xb0][0xcc][0x7][0xd4][0xbc]%[0xab][0x6]M$#[0x84][0x1][0xa6][0xd1]L[0xd2][0x8]t[0x1d][0x97]qEySsW[0xf5][0xf0][0x8a][0xd0]aZ[0xc7][0xb2][0x7][0x8][0xed][0xc1][0xc8][0xbc][0x3]#5[0xbc]O[0xa2][0xf6][0x0][0x91][0xa5][0xde]O[0xd0][0x18][0xf6][0xd0]BJ[0x94][0xe1][0x1b][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99][0xbe][0x3][0xe8]{[0xa8][\r][0xef][0xbf][0xfe][0xf5]#[0xb4][0xff]7b[0xb][0xc5][0x4][0x86][0xa0][0x11][0xaf]8F[0x90][0xc5](Yc[0xa4]M[0x6],2[0x14])K,[0xda]([0x93][0x10]qi[0xc7]5z[0x15][0xff][0xb1]*3[0xa5]u[0xd0])[0xa3][0xe7]::[0xab][0x1c][0xa7]P[0x1b][0xf0]O&b[0xe1]/0[0x9e][0x84][0x14][0xc9][0x3]\X[0xf9][0x88][0x8b]o[0x8e][0xe5];s([0xdf]d[0xd5]k[0x8][0xa9][0x0][0xd5][0x85]nZ[0xc3][0xc4][0xed][0x6]qU[0xf5][0xa0][[0x1e]D[0x8d][0xfe][0x6]PK[0x7][0x8][0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$3.class[0xad]S[0xcb]n[0xd3]P[0x10]=7v[0xf3]ti[0x1a]B+[0xa0][0x94][0x14]L[0xc9][0xa3][0xa9][0x81][0xf2]X[0x14]uA[0x1][0xa9]R[0x88][0x10]E[0x95]`[0xe7][0xc4]&[0xb9][0x95]{[0x1d][0xf9][0x91][0xe1][0xb][0xd8][0xb0][0x0][0x89][0xa4][0x12]H|[0x0][0x1f][0x85][0x98][0x89]-[0x81]Z[0x84][0xb2]`[0xe1][0x99][0xb9][0xe3]3gFs[0xcf][0xfd][0xf1][0xf3][0xeb]w[0x0]w[0xf1][0xa8][0x0][0x3][0xb7][0xd8]l[0xb2][0xb9]][0xc4]"[0xea]l[0x1a]94[0x8b][0xc8]&[0x87][0x16]G[y[0xb4][0xd9]o[0xe7]`[0xe5]pG[0xa0]0[0xb6]=[0xf3][0x9d][0xc][0xc2]H`[0xb3][0xe3][0x7][0x3][0xeb]8V2[0xb2][0x82]X)7[0xb0]Nl%G[0xb1]gG[0xd2]W[0xd6]s[0xe9]En[0xb0]+P[0xe4][0xa2][0xd0][0xed][0xfb][0xca][0x11][0xc8]FC[0x19][0x9a]D[0x95]},[0xa9]rO [0xae][0xcf]G[0xf4]?Q[0x8d]#[0x1]}[0xdf]w\[0x81][0xa5][0x8e]Tn7>[0xe9][0xb9][0xc1]k[0xbb][0xe7]Q[0xa6][0xd2][0xf1][0xfb][0xb6]wd[0x7][0x92][0xcf]iR[0xe7][0xb9][0x5] `[0x1c]0[0xed][0xbe]g[0x87][0xa1]K[0x99][0xf9][0xa6]7wh[0x11][0x85]p[0xe8][0xc7][0x9e][0xf3]*V[0x2][0x1b][0xa9]{[0xea][0x86][0xfd]@[0x8e][0xb8]l[0xb7][0xf1]V[0xa0][0xe4][0xfc]N[0x8][0xac][0xff][0xbb]@ [0x9f][0xc0]{4m[0xb5][0xde][0xe8][0x1c][0xdb]c[0xdb][0xf2]l5[0xb0][0xe][0xa3]@[0xaa][0x1][0xdf][0xc4][0xa1][0x1f][0x7]}[0x97]F"L)[0x99]l[0x9b]q[0xb4][0x86]g[0xaa][0xef][0xf9]![0xe1]^[0xb8][0xd1][0xd0]w[0xc]R[0xca]=[0x3][0xcb]X2p[0x81]M[0x99]M[0x5];[0x6][0xae]bM`[0xf5],[0xfd][0x93]Xz[0x8e][0x1b][0x18][0xb8][0x8e][0x9a][0x81][0xfb]x [0xb0]P[0xb3][0x95]C[0x87][0x87][0xa8][0x91]\[0xe6][[0x93][0x80]9[0xf][0x90][0x96])[0x15]y[0x92][0x15]I[0xb1];[0xa7][0x84][0x1a][0xf3]JV[0xab][0xb3]B[0xb2][0xf6]h[0xe4][0xb2]h[0xdb][0xf5][0xf3][0xdb]<[0xbf][0xe0]t[0x3]|[0x13][0x91][0x9f][0xa4]P[0xa3][0x17][0xb6]H[0xcf]N+[0x97]y[0x8d][0x0][0xf9]r[0xea][0x97][0xd9]C[0xa3][0xaf][0x82][0x8b]$[0xac]*E{[0xc8]@'_m[0xb6]&[0x10][0xcd][0xad][0x9]2[0xcd][0xf6][0x4]Z[0xf3][0x14][0xfa]g[0xca]gp[0x89]l[0x96][0xd0]@[0x8c][0x15][0xb2][0xc6],[0xae]b[0x15]W[0xc0][0xf2][0xa4][0xdb]I[0xb9]^[0x12]:C~[0xad][0xf9][0x5][0x99][0xd6][0x14][0xb][0xef]Q[0xa1]PK[0xc2][0x9c][0xfe][0x1][0xba][0xf6][0xf1][0xc][0xe7]h[0xc6][0xb9][0x92][0xd4][0xa5][0x9c][0x1c]][0xc3]:[0xfd][0x17]|[0xb9]){[0x97]0\a~C[0xf6][0xcd])r[0xdc]d[0x8a][0xfc][0x14][0x85]J[0x91][0xc]7J[0x8e]S[0x94]>[0x9d][0xe9]2[0xfe]cr3[0xed][0xa2]ac[0x86][0xba][0x81][0x9b][0xe4]u[0xda][0x9a][0x89][0xcb][0x14][0x15][0xf9][0xc9][0xcd][0xa6][0xc0]/PK[0x7][0x8][0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Filter.class[0xad]T[O[0x13]Q[0x10][0xfe]N[0xbb][0xed]v[0xb7]U[0xa0]R[0xbc]TQ[0x4][0xb1][0x17][0xb4][0xdc][0xbc][0x16]I[0x8c]JbR0[0x1]B[0x82][0x89][0xc6][0xed][0xf6]@O[0xb3][0xdd]m[0xf6]b[0xf4][0xaf][0xf8][0xae][0xcf][0xa0][0xf]DI[0x8c][0xbe][0xfa][0xa3][0x8c]s[0xb6][\r]T [0xb8][0xf]n[0xd2]s[0x99][0xf3][0xcd]7[0xf3][0xcd]L[0xfa][0xeb][0xf7][0xb7][0xef][0x0]f[0xb0][0xa8]#[0x83])[0x15][0xb7]t[0xc4]0[0xad]b&[\r][0x5][0xb3][0x1a][0xd2][0x98]S1[0xaf]C[0xc5][0x1d][0x15]wuh[0x12]tO[0xc5]}[0x86][0xf8][0xe3]Z[0x8d]a[0xb2][0xe6][0xb8][0xdb][0x95]V`[0xb][0xbf][0xe2][0x6][0xb6][0xcd][0xdd]J[0xdb][0xb0]E'[0xb0][0xc]_8veIX>w[0xab][0xc][0xc9][0x5]A[0x98]E[0xf2]+[0x14]7[0x18][0x94]'N[0x83]3[0xc][0xd4][0x84][0xcd]W[0x82]v[0x9d][0xbb][0xeb]F[0xdd]"K[0xb6][0xe6][0x98][0x86][0xb5]a[0xb8]B[0xde]{F[0xc5]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]a[0xa4]m[0xf8]fs[0x99][0xfb]M[0xa7][0xf1][0x94]{[0xa6]+:2[0x8][0xc3]R[0xe1]x[0x1a]}[0x80]j1j[0x96][0xd9][0x6][0xf7][0x84][0xcb][0xff]f[0x1f]=[0x9d][0x9c]A[0xf3][0x9a]N`5V[0x3][0x2][0x8f][0xfd]+[0x95][0x97][0xc][0xa9]Fh[0xa8][0x93][0xb2][0xe1]B[0xb1][0xd6]2[0xde][0x1a][0x15][0xcb][0xb0][0xb7]+k[0xbe]+[0xec]mbL[0x18][0x9d][0x8e][0xf5][0x9e]!W[0xe8]{}Qoq[0xd3][0xaf][0xca][0xf2]%[0xcc][0xa6][0xb0][0x1a][0xb2]Z[0xc7][0x9e][0x19][0xf4][0xad]PN[0xb7]t[0xa5]H[0xd2]%Vz>{g[0xf2]0OO[0xc5][0x3][0x12]&lz[0xf4][0x88][0x96]a[0xe5][0x4]a'[0x15]1r[0xad][0x93][0xc4][0xeb][0xd8]$"[0xb1]%\[0x8f]"[0xa4][0x16]L[0xab]7$[0xfa][0x9a][0x13][0xb8]&',IHw]nK[0xa9][0x19][0xc]`[0x90][0xc6].J[0x8c][0x89]Y[0x6]0d[0x9e]K[0xc0][0x13][0xcb][0xf0]<[0xee]I[0xff][0x87][0xc][0x85][0xa8]E[0xc9][0xa0][0x8a][0x85][0xc][0xce][0xe0]l[0xd4][0xa0]s2[0xc4][0xa3][0xa8][0xe8][0x19][0x86][0x89](@[0x86][0xc1][0xa3][0x9d]f[0x98]?[0xdd]s[0xc5]Y[0xe7][0x9e][0xef][0xad][0xf2][0xb6]![0xec][0x83][0xce]F[0x18]Q[0x1a][0xb0][0xe4]V/l1j[0xdb][0xc9])[0x88][0x88][0xfd][0x9f][0xa8][0xe2][0x86]2FS[0x19][0xc8]V_[0x94][0x8d][0xa2][0x93]Jg[0x9a][0x13]Z[0x87][0xe8]V[0xa1][0x9d]&[0x1][0x89][0xd2][0x1e][0xd8].[0x1d]b[0xc8][0xd2][0x9a][0xc][0x8d]C8Gk[0xa6][0xb][0xc0]p[0xe8][0xae]![0x87][0x91][0x9e][0xf3][0x1c][0xe2][0xe1][0x9b][0xb6][0x8f][0xd8]&[0x11][0xc4]w[0x8e][0x10]L[0xf7][0x11]h8[0x8f][0xb][0x80]"3[0xb9][0x14][0xee]y\[0xe]3[0xbb][0x82]Q[0xf2][0x92][0x84]&[0xed]q[0xda]s[0xe5][0x9f]P>@[0xd9]-[0xff][0x80][0xb2][0xd4][0xcd][0xd2]Ty[0xf][0xa9]CuY"[0x0][0x4])kQ[0x18][0x8b][0xaa][0xd9][0xee][0xb][0x9e]?[0x8][0x9e][0xc7]M:[0xd1]|R[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x8a]Q[0x12][0xc5][0x83][0xda][0x8f][0xd3]]~[0xe9]}h[0x9b]{[0xd0][0xbf] [0xb9][0x1b][0x16][0xe4][0xb0][0x80]9[0x82][0x94][0xc2][0xb0]ej[0x15][0xa8]p[0xf1][0x9e]S[0x8a][0xd4]w?[0xad]{[0xff][0x3]PK[0x7][0x8]}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runner/manipulation/Filterable.class[0x8d][0x8e]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]Tm[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x8c]vc[0x10][0xdc][0xb9][0xd6][0x95]([0xa8][0xb8]O[0xcb]()5[0x95]4[0x15][0xcf][0xe6][0xc2][0x3]x(1Qp)[0xe][0xc][0xf3][0xff][0xf0][0xfe]0[0x8f][0xe7][0xed][0xe]`[0x82]A[0x84]^[0x84][0x98][0x10][0x1e]Ti[0xd9][0x10][0xd2]dY[0x99][0xa3]([0x1a][0xad][0xac]0[0x8d][0xd6]l[0xc4]IjunJiU[0xa5][0xc5][0xe2][\r][0xce][0xd2]=![0x9e]_s>[0xfb]m[0x1d][0xa1][0xef][0xfc][0xb6]jL[0xce][0x8e]`[0xc2][0xf0][0x3][0xca][0xac][0xe4]q!/[0x92][0x90][0xfc]s[0xd8][0xf3][0x84][0x91]O[0x88]R[0xea][0xa3]Xg[0x5][0xe7][0x96]0[0xfd][0x9d]^U;[0xae]m[0xbd][0xe1][0x93]T[0xfa][0xfb]WH [0x4][0xf0]EmB[0xb]m[0xe7];[0xce][0xf9][0x19][0xba][0x8e][0x9c][0xe][0xd0]}[0x1]PK[0x7][0x8][0xcf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/manipulation/NoTestsRemainException.class[0x9d][0x90][0xbd]N[0xc3]0[0x14][0x85][0xcf]m[0xf3][0x3]![0xa5][0xa5][0x85][0x5]&6`[0xc0]B[0xaa]X@,[0x5]$P[0xd4][0x1]Jv7X[0xc5]UjWN[0x82]x-&$[0x6][0x1e][0x80][0x87]B[0xdc][0xa4][0x88][0x89][0x9][0xf][0xc7]>GG[0xdf][0xb5][0xee][0xe7][0xd7][0xfb][0x7][0x80][0x13][0xec]Dh[0xa3][0x1f]b[0x10]b[0x9b][0xd0]+[0x94][0xd3]2O[0x95]+[0xb4]5[0xf]7[0x97][0x4][0xba]%tF[0xd6][0x14][0xa5]4e*[0xf3]J[0xf9]X[0x1d]"[0x4][0xe7][0xda][0xe8][0xf2][0x82][0xd0]>8L[0x9][0xde][0xc8]>*B7[0xd1]F[0x8d][0xab][0xc5]T[0xb9][0x89][0x9c][0xe6][0x9c][0xf4][0x13][0x9b]1V2[0x9c][0xfd]O[0xe8][0x95]O[0xba] [0x9c]&[0xd6][0xcd][0xc4][0xbc]b[0x90]p[0x95]1[0xca][0x89][0x85]4zY[0xe5][0xb2][0xe4]O[0x88][0xb1][0x9d][0xa8][0xa2],[0xee][0xd4]Bjs[0xf5][0x92][0xa9]e[0x1d][0x9f][0x11][0xa2]{[[0xb9]L][0xeb][0x1a][0xb6][0xf7]w[0xed]x.[0x9f]e[0x8c]uD[0x84][0xe1][0xe6][0x10][0x6]5B[0xe4][0xd2][0xcc][0xc4]o[0x8a]}[0xb4]xo[0xbc][0x3][0xec][0xc2][0x83][0xcf]w[0xc0][0xae][0x85][0x90]_T[0x8f]c[0xdd][0xe0]D4[0x1e][0xf0][0x8f][0xde]@[0xaf]M%f[\r][0x9a]p[\r][0x1d][0xd6]xU[0xc0]&[0xba][\r][0xb0][0xd7][0xb4][0xb6][0xbe][0x1]PK[0x7][0x8][0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sortable.class[0x85][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]D[0xe7][0xd7][0xd8][0xaa] x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x1b][0x83]k[0xf7][0xae][0x4][0x17][0x5][0xf7][0xbf]%[0x94][0x84][0x98][0xc8]7[0xf1]p.<[0x80][0x87][0x12][0x9b][0x13]8[0x8b]a[0xe0]=[0xe6][0xf3]}[0xbd][0x1][0x1c][0xb0]l[0xd0]4X[0x10][0xd4]#J"[0xb4][0xbb]s[0x94]Q[0xbb][0x1c]l[0xd2][0x92]C0[0xa2]o[0x1c][0xec]={N6[0x6][0xdd]M[0x9a][0x91]c{%[0xac][0xba][0x98]e0'[0xeb][\r]a][0x0][0xf7][0xde][0xec][0x1d]?[0x99][0xb0][0xfd]Sl[0xc2][0xa6][0xf8][0xda]s[0x18][0xf5][0xa5]wfH5[0x81]P[0xa1][0x84][0x14]a[0x6]U[0x16][0xe6]SW[0xa8]PK[0x7][0x8]$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter$1.class[0x8d]RMo[0x13]1[0x10]}[0xde]l[0xb2][0xed]6[0xa1]![0x94][0xef]R[0x2][0x84][0x92][0x16][0xc4][0x12][0xae][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0x80][0xa8]H[0xe1][0x10][0xd4][0xbb][0xb3][0xb5]RG[0x1b];[0xf2]z[0x11]?[0x8a][0xb][0x17][0x90]8 [0xce][0xfc]([0xc4][0xd8][0x89][0x10]jJ[0xd4][0x83]=[0xe3]y[0xf3][0xde][0xfa]y[0xe7][0xd7][0xef][0xef]?[0x0]t[0xb0][0x1d][0xa3][0x8c][0xdb][0x11][0x9a]1B[0xdc][0x89]p7[0xc2][0xbd][0x8]-[0x86][0xca][0x9e]T[0xd2][0xee]3[0x94][0xda];G[0xc]aO[0x1f][0xb][0x86][0xf5][0xbe]T[0xe2]]1[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x81][0xf]3[0xaa]4[0xfa]:[0xe5][0xd9][0x11]7[0xd2][0x9d][0xe7][0xc5][0xd0][0x9e][0xc8][0x9c][0x1][0xc][0xd5][0x3][0xa5][0x84][0xe9]e<[0xcf][0x5]U[0xda]}mF[0xc9][0xb8] [0xe9][0xc4][0x14][0xe]J&\[0xc9]i[0x91]q+[0xb5]J[0x6][0xda]XaZ[0x9d].C[0x94][0xea][0xc9][0x94][0x1b]R{v[0x6][0xeb][0xa5][0xc8]S#[0xa7][0x8e][0xd4]][0x8e][0xee][0x1c]0[0x4][0xba][0xc3][0xb0][0xb5][0xbc][0xcf]u=ex[0xd0][0xee][0x8f][0xf9]G[0x9e]d\[0x8d][0x92][0xf7][0xc3][0xb1]Hmw[0xb1][0xe2]E?=q[0xf6][0x17]0[0x87][0xd0][0xe7]V[0x7]r[0xa4][0xb8]-[0x9c][0x83]7[0xff][0xd3],[0xac][0xcc][0x92][0x9e]7[0xca][0xad]6{[0xcb][0xaf][0xb8]O[0xda][0xf1]@[0x17]&[0x15][0xaf][0xa5]{[0xe7][0xb5][0xd9]{=vZ[0xf4]s^[0xa9]4[0xd3][0xb9]T[0xa3]CaO[0xf4]q[0x84][0xfb]UDXa[0xd8]\&[E[0x1d][0x17][0x19][0xb6][0xcf][0xf7]g[0x18][0xea][0xa7][0xbd]0l[0x9c]e[0x86][0xa1]u[0x1e]I4i[0xf2][0xca]4*[0x15][0x1a][0xc8][0x12]-[0xba]1[0x9d]V)K([0xd2][0x14][0xa1][0xbc][0xfb][\r][0xec][0xb]%[0x1]b[0xda]+[0xbe][0xd8][0xc0][0x1a][0xed][0xd5]Y[0x3][0xc5]u[0xb8]y#+s[0xf2]s[0x8a]N.(}>[0xc5][0xbc][0xe4][0x99][0xcd][0x19]:g[0xba][0xac]A[0x8][0xf3][0xd9][0x6]eA[0xfd][0x5][0xa9]][0x9e][0xab][0xbd][0xa5]n[0xd7]_[0xdb]}[0xf8][0x13][0xc1]#Z_[0xb1] [0xdc][0xf8]G[0xb8][0xf6]W[0xb8][0x86]+[0xb8][0xea][0xf1][0x1a][0xae]Q[0x16][0x90][0xdf][0xeb][0x9e]y[0x3]7}[0xdc][0xc4]-[0x8a]![0xb6]h[0xbf]@+[0xa6][0xee][0xd0]sW[0xfe][0x0]PK[0x7][0x8][0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter.class[0x95]T[S[0xd3]P[0x10][0xfe]NZH[0x9b][0xa6][0xdc],[0x8][0x8a][0xdc]Dh[0xd3]J[0x0][0x15]/T[0x90][0xc1]qD+>[0xa0][0x8c][0xbc]8[0x13]j[0x6][0xc3][0x84][0xa4][0x93]&[0x8e][0xfc][0x14][0xff][0x83]/[0x8c][0x17][0x6][0x99]q[0xf4][0xd5][0x1f][0xe5][0xb8][0x9b][0x86][0xe][0x97][0x88][0xf5]![0xe7]lv7[0xdf][0xf7][0xed][0x9e][0xcd][0xf9][0xf5][0xfb][0xdb]w[0x0]3XR[0x90][0xc5]t[0x1a])[0xcc][0xc8][0x98][0xcd] [0x81][0x1b][0x19]t[0xe0][0xa6][0x8c][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xe7]d[0xdc][0x96]qGA[0x1a][0xd3][0xfc]>[0xcf][0x99]e[0x19][0xf7]e,[0x8]$W_V*[0x2][0x13][0x15][0xd7][0xdb][0xd2][0xb7][0x3][0xc7][0xf2]u/p[0x1c][0xd3][0xd3]w[0xc][0xc7][0xaa][0x5][0xb6][0xe1][[0xae][0xa3][0xaf][0xb9][0x9e]oz[0xf3][0x2]J[0xd5][0xdd][0xa9][0x19][0x9e][0xe1][0xbb][0x9e]@_e[0xdb]xg[0xe8][0x81]o[0xd9][0xfa]r[0xd3]OY[0xe9]5k[0xcb]1[0xfc][0xc0]3[0x5][0xe6]b[0x93][0xca]g[0x9][0x1f][0x9a][0xf5][0xaa]g[0xd5][0x98]o~[0x81]@[0xda][0xcb][0x16]EI[0xe3]@>[0x9e][0xa7][0xb0]N[0xfa][0x97][0xdd]7D[0xd2]Y[0xb1][0x1c]s5[0xd8][0xd9]4[0xbd][0x17][0xc6][0xa6]M[0x9e][0x9e][0x8a][5[0xec]u[0xc3][0xb3][0xf8]=r&[0xfd][0xb7]V[0x9d]u[0x9f][0x88][0xed][0xd6][0x8e][0xe2]w[0xe3][0x99][0xfe])[0x96][0x95][0xb4][0x19][0xb5][0x9a][0xbd]+[0xd0][0x1b]a[0xd8][0x86][0xb3][0xa5]?[0xdf][0xdc]6[0xab]~[0x18]O[0xd5][0xa9][0x87][\r][0x9a]|[0xb][0xdd][0xe6]Ln[0x82][0x1b]"p=gP[0x5][0xe4][0xc6]i[0x10][0xe4]b[0xc][0xe6]q[0x8d][0xe7]G[0xb]+[0x2][0x92];#0t~[0x1e]g[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xc6][0x94][0x18]S4[0x83][0xbe][0x9f][0xe6][0x85][0x90]S[0xe5][0xaa][0x1d][0x9d]g"[0xcf][0xfd]x[0xfc]7[0x8c][0xff][0x9f][0x14]e[0xcd][\r][0xbc][0xaa][0xf9][0xc8][0xe2][0xe6]f[0x1a][0xb3]:[0xc5]X*zQR[0xd1][0x8d][0x1e][0x1a][0xf1][0xd6]z[0xae]b[0x11][0xf]T\E^`[0xf0][0x94]}d>A[0xe5][0xd6][0x88]c[0xe8][0xdd][0x84][0xdb]h[0xef]u*[0x81]w[0x1d][0xf7][0xc2][0xd6][0xd3][0xad][0x1d]b[0xa4][0xfe][0x0]PK[0x7][0x8][0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/notification/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runner/notification/Failure.class[0x8d]UkS[0xd3]@[0x14]=[0xdb]RRBJ[0xa1][0xa0][0x82]"[0xf][0x15]i[0xb]R[0x15][0x4][0x5]D[0x14]D[0xc0][0x82]([0xf][0x87][0x8f]KY[0xca]bI:I*[0xea][0xaf][0xd2][0x19])32[0xe3][0xf][0xf0]G9[0xde]Mc[0x9][0xa5][0x83][0xf6][0xc3]f[0xf7][0xee]=[0xe7]>[0xce]M[0xfa][0xeb][0xf7][0x8f][0x9f][0x0][0x1e]`CG[0x7]&[0x9a][0xd0][0x8e][0xc7]jy[0xa2]c[0x12]S[0x1a][0xa6]uD0[0xa1][0x93][0xe5][0xa9][0xda][0xcd]D[0xf1]L[0xc7],[0x9e][0xab][0xc3][0xb][\r]s:[0xc]Lh[0x98][0xd7][0xd1][0x82][0x97][0xca]mA][0xbf]Rf[0xba]^[0xd4][0xb0][0xa4]a[0x99][0xa1][0xd5][0x11][0xb6][0xe4][0x85]-a;[0xd2]27[0x97][0xe6][0x19][0x18][0x99]cs[0x96][0xe9][0xb8][0xdc]t[0xb7]x[0xa1]$"[0xa8][0xfc][0x18][0x83][0xb1]7/[0x9c][0x9c]-[0x8b].[0xb9]3[0xf4]d-;[0x9f]9([0x99][0xd2][0xcd][0xd8]%[0xd3][0x14]v&p?E[0xfc]{[0x1b][0xfb][0xb6]ud[0xbe][0xfc][0x94][0x13]>[0xe6]J[0xf6][0x80][0xe4][0x99][0x2]7[0xf3][0x19][0xef][0x92][0xef][0x14][0x4][0xb9]6NK[0xa2][0x99]a[0x18]O^[0xce]Z[0x17][0x9f][0xda]bh[0x98][0xb3]v[0x5]C<+M[0xb1]Z:[0xdc][0x11][0xf6][0x86][0xba]cHd[0xad][0x1c][0x15][0xc9][0xa9]T:[0xfb][0xc6][0x6]w_:[0xc][0x83][0x17][0x83][0x99][0x96]+[0xf7]d[0x8e][0xab]h[0x99][0x5].[0xb]%[%[0xd8][0xbc][0x1b],=[0xee][0xd6][0x16][0x16][0xcb][0xb]wC8[0xee][0xa2][0xe0][0xbb][0xc2]f[0xe8]H[0xa6][0x2][0xa9][0xae][0xbb][0xb6]4[0xf3]D[0xd3]Bn[0xe7][0x9a][0xd8]G~[0xff]h[0xa3]A[0x98]@[0xa4]k[0xe7][0x98][0x83]M[0x8c][0xba]V%[0x10]mU:6[0xcf]Q[0xa9][0x86][0xe3][0xd9][0xde][0xdb][0xd2]U[0x89]][0xad][0x80][0xa5][0xe5]'U[0xb1]+[0x9][0x8e]|[0x8f]+U[0x8f]5rp[0xab][0xe]:q[0xae][0x8][0xc7][0xe1]yb[0xd5][0xd7][0xad][0x92][0x9d][0x13][0xb]Ru[0xd3][0xf0][0xfb]4[0xa2][0x80][0x6]z[0xf1][0xda][0xc0]M[0xf4][0x18][0xb8][0x81]n[\r]Y[0x3]+HQ[0xe2][0xb5][0xfd]xQ[0x92][0x5]j[0x96][0x81]$R[0x6]V[0xf1][0x86]!4[0xd9][0xa7]a[0xcd][0xc0][0x98][0xb2][0x8c](TG[0xbd]t[0x19][0xda][0xeb][0xe4][0xa8]"[0xbf]50[0x8c]{[0x6][0xde]a[0x9d]a[0xe0][0xbf][0xd4][0xa5]A=[0xcb][0xec][0xcd][0xce][0x81][0xc8][0xb9][0xc1][0xb0][0xde];"[0xbf]T[0xe6]&[0x9c]T[0xb3][0xd6]}[0x99]b[0xbe][0xc8][0xd2])[0x16][0xf8][0xe7]U~H[0xa8]F^,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "s[0x97][0xe1]^[0xf2][0xe2]P\[0x9c][0x13][0xbf]/S[0xab][0xea][0xa5]?VG[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb9][0xd7]f[0xbd]YW[0x88]G[0x9e][0xd7][0xf8][0x1f]PK[0x7][0x8]\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/RunListener$ThreadSafe.class[0x8d][0x90]MK[0x3]1[0x10][0x86][0xdf][0xf4][0xc3][0xb5]k[0xd5][0xfa][0x9][0x1e][0xa4]*R[0xf0][0xe2]"x[0xf3]$Z[0xa1]P[0xb5][0xb4][0xab] [0x9e][0xd2][0xed][0xb4]fI[0xb3][0xb2][0x9b]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x88][0xf5][0xb0][0xa0][0x81]d2y[0x9f][0x99][0xbc][0xcc][0xc7][0xe7][0xdb];[0x80]3[0xec]zhx[0xd8][0xf2][0xb0]-[0xe0][0xf][0x92]<[0x8d][0xe8]Fi[0x12]h[0xf4]s[0xd3]U[0x99]%C[0xe9]i,gR`[0x8f][0x9f][0xac][0x9a][0xd2][0xa3][0xca][0xd4]P[0xd3][0xa5]1[0x89][0x95]V%&[0x13]8[0xec]:&[0xd0][0xd2]L[0x2][0xf9]#[0x4][0xd7]I[0x94]O[0xc9]X[0x1a]][0x8][0xec][0x17]3[0xa1]L'dY[0xaf][0xce][0xa4][0xce][0xf9][0xeb][0xa3]b[0xae][0xad][0xc9][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xaf][0xc4]p%|[0xea][0xb5][0x5][0xe][0x8a][0xd9]>[0xb1]qwc[0xb2][0xf5][0x7][0xd2]K[0xb4][0x8a][0xe6][0xc]z[0xfd][0x87][0xbb][0xb0]s[0xdb][0xf6][0xb0]#p[0x9e][0xa4][0x93] [0xce][0x8d][0xb2]A[0x9a][0x1b][0x1e]B[0xc0][0x95]j[0xac][0xa2][0xef][0xea][0xc5]t[0x8e][0xc3][0x97][0x94][0xe4]h [0xc7][0xec][0xdd][0xff][0x9d][0xd4];[0xae][0xf0]J[0xcb],#[0x9e]Qc[0xe1][0xe3]~[0x18]Sd[0x5][0x9a][0x85][0xd6][0x16][0x93][0x15]8[0xf9][0xb7][0x8f][0x96][0x80]@[0x89]w[0x19]n[0x95]Q[0xe1][0xb3][0x84]*[0x96]869[0xf7]8.[0xb3]^{[0x86] [0xf8]XA[0xdd]e[0x84]U[0xac]a[0x93]E[0x1f][0xae][0xc5]:6Z[0xb5]/PK[0x7][0x8][0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunListener.class[0x8d]T[0xdb]n[0x13]1[0x10]=N[0xd3]l[0xbb][\r][0xf4]^([0x94]B[0xda][0xd2][0x1b][0x12]+Dy* [0xa1]B[0xa4]J[0x11][0x95][0x9a][0xaa]}v6N[0xe2]h[0xbb][0x8b]lo[0x85][0xc4][0x1f][0xf0]7&[0xb0][0xe1]a[0xd3][0xc3][0x96][0x87][0xa7][0xc][0xfe]YG[0x9][0xde][0xac][0xf3][0x96]`([0x1f][0xc7][0xb1]PG[0x11][0xd7]Zh[0x86][0xd2]k[0x19]K[0xf3][0x96]abw[0xef][0x9c][0xa1]x[0x94]4)i[0xb6]&c[0xf1]1[0xbd]l[0x8]u[0xc6][0x1b][0x11][0xed],[0xd4][0x92][0x90]G[0xe7]\I[0x1b][0xf7]6[0x8b][0xa6]#[0x89][0xe3]Y-Q[0xed][0xa0][0x9b][0x12]Q[0xa0]RK[0x1f][0xc4][0x89][0x91]-[0x19]r#[0x93]88M[0xe3][0x9a][0xd4]F[0xd0][0xc1]![0xc3]]#[0xb4][0xa1][0xad][0xba][0xe1][0xca][0x88]&Ce[0xf7][0xfc]{[0xa1]C%?Y[0xf8][0xa1][0xad]k[0xa6]9[0xd8]`X[0x1f][0xf][0xa0][0x8e]?|[0xe][0x85][0xb][0xb4][0x87]m[0xea][0xa7][0xa7]Y[0xa5]fu[0xc7][0x8a][0xae][0xdd]"z*t[0x1a][0x19][0xa7]WR[0xce]gX[0x1d][0x99]FEY[0xd6]~[0x1b]e[0x1b][\r][0x4][0xdc]a[0x95][0xcb](UtS[0xfb][0xb7][0xc8][0xfd]sG[0xbd]L'[0xee][0xb5][0xfe][0xc2]vr[0xa2][0x18][0x96][0xad][0xdc];[0xad][0xd3]K[0xd7]v_[0xd8][0x95]q[0xdc][0x8e][0x13]e[0x8b][0xf2][0xeb]I[0xaa]BQ[0x95]vzsCsy[0xde][0xe5]W[0xbc][0xc][0xf]S[0xc]{[0xb9][0xa7]I[0x1c][0x16][0x17]D[0x1e][0x8a]t[0x9f][0x1f][0xc6][0x84][0xb4]zI[0xc8][0xe3][0x3][0x9e]J=[0x1f][0x83][0x86][0xd6][0xcd][0x0][0x6][0xe7][0xbd]f[0xda][0x8c]y[0x96][0x9]B6[0xaa][0xeb]i?[0xa7][0x93][0xd8][[0x9f]C[0xf1]I/e[0x16][0x9e]0[0xcc][0x95][0xde]'=[0x99][0xe5][0x82][0x82][0x19][0xba][0x15]Nx[0xee]=:[0x88][0xe0]aT)[0xa1][0x93]0[0x92][0xb1][0x97][0x14]i([0xb6][0xa5]>[0x9c]{Ad[0xf7][0x88][0x1f]sJ[0xcb][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3]$[0x93]j[0xf8]A[0xe4]Q[0xd2][0xb7][0xb0][0xe6][0xa0][0x3][0xcf]A[0x3][0xb6][0x3][0xb][0xd7][0x1c][0xcc][0xc2][0xb7][0xb0][0xee]`[0x3][0x1e]m[0x85]40[0xbc][0xa8][0xee][0xbd][0xc7][0x7][0xe2]|B[0xd9][0xbf]<[0x9d][0xd7]j[0x83][0x98][0xab]a0[0xc9]+C[0xa7]2;1[0xc]d*[0xf6]E[0x96][0x13][0xba]ME[0x96]E[0xa2][0xcf][0xb0][0xf4][0x97]K[0xb8]P;U[0xee]hR[0x85]:[0xe0][0xff][0x8a][0xa6][0x5][0xd0][0xcc]/[0xab][0xc1]2[0xbd]9[0x93][0xde]`[0xcd]uu[0xe2][0x1][0xb2]t[0xb][0x1a][0xa1]6[0xb][0x87][0xec]u[0x1a][0xbd]$['[0xeb]z[0xfe][0x19][0x98][0xb7]~[0x86][0x9a][0xe7]C[0xfd][0xb4][0xf4][0x9c][0xa3][0xde][0xa4][0xfa][0x5][0x6]hR[0xef][0x94]c[0x97][0xfe]y[0xb2]7[0xa8][0x19][0x84][0xdc][0xa4]~[0x1][0xb7][0xc6][0x8c]o[0xc9][0xea]=[0x1a][0xbe][0xf7][0x5][0xb5][0xaf]0[0xa6]Tv[0xb9]0$9QI[0xb7]0r[0x1c][0xd3][0xe9][0xd1]m,[0x12][0xe1][0x94][0xb8][0x8e];e[0xf4]],[0x95][0xd8]=[0xdc]G[0x8b]F-[0xc2]f0[0xfa]LB[0x1f][0x1b][0xb5][0xdf]PK[0x7][0x8][0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$3.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]6qLk[0xa5]P[0xee][0xa5][0x85][0xd0]6v[0x1b][0x83][0x90]x[0x0][0x84][0x84]J[0x91][0x90]L[0x1f]H[0xd5][0xf7][0xad][0xb3]I[0xb6]26Z[0xdb]U[0xcb]_!Q[0x90]x[0xe0][0x3][0xf8]([0xc4][0xac][0x93][0xc6][0xdc][0x4][0xae][0xad][0x9d][0xdb][0xce][0xcc][0x9e][0x99][0x9d][0xfd][0xf6][0xfd][0xcb]W[0x0][0xf][0xd0]kb[0xe][0xb7]5Y[0xb1]``[0xd5][0xc2][0x1d][0xdc]5[0xd1]1q[0x8f]a[0xe1][0x88]G[0x9d][0x81]HC%[0xdf]e2[0x89][0x19][0x96][0x83]D[0x8d][0xfc][0xc3]<[0x96][0x99][0xaf][0xf2]8[0x16][0xca]Q[0xee]?a0[0xb2][0xb1]L;[0xf7][0x19][0xbc]?=[0xe3]$[0x93]C[0x19]r[0xed][0xea][0xbf][0xc9][0xe3][0xdd]B[0x17]J[0x87]=[0x95][0xe4][0xf8][0x8c]![0xd8]8G[0xdc][0xbf][0xc1]t[0xf7][0x19][0x1a][0xdb][0xc9]@P![0x81][0x8c][0xc5]n[0xfe][0xf6]@[0xa8]=~[0x10][0x91][0xa5][0x1d]$![0x8f][0xf6][0xb9][0x92]Z[0x9f][0x1a][0x1b][0x1a]<[0x3][0x18][0xec]W:[0xdd]v[0xc4][0xd3]T[0x90]e[0xab]:[0xa8][0xce]C*[0xc7][0xda]9[0xe]E[0x81]"5[0xb1][0xce]0_x[0x9f][0x4]2[0xcd][0x4][0x5]3[0xf4]*[0x94]y[0xe6]=)D[0xf0]p\[0xa9][0xab][0xb3]0[0x82][0xd1]Or[0x15][0x8a][0x97]R[0x17][0xe7][0xfc][0x4][0xb2]w[0xc8][0x8f]8[0xb5]e'[0xe][0xa3]$[0x95][0xf1][0xe8][0xb5][0xc8][0xc6][0xc9][0xc0][0xc4][0x86][0x8d].\[0x1b]MX6L\[0xb0][0xd1][0x82]gb[0xd3][0xc6][0x16]\:[0xfe][0x1c]m`xT[0xdd][0xbb][0xcf][0x87][0xe2]L[0xa1][0xee][0xff][0xaa].j[0xb4]~[0xc4][0xe3][0x91]?[0xeb]+C[0xb7]rv*t([0x95][0xd8][0x13]i[0xd6][0xcf][0xb8][0xca][0xc4][0x80]a[0xf5]/[0x17][0xf0][0xfb][0xf0]T[0xb9][0xa4][0xd9],[0xea][0x80][0xff]C*'[0xa0][0x95][0x95]p[0xb0]B[0xef][0xcf][0xa0][0xf7]Xs[0x1c][0xdd]u[0x80]8][0x81][0xb6][0xd0]j[0xc1]&~[0x91][0xa4][0xc7][0xc4][0xeb][0xc4][0x1d][0xd7];[0x5]s7OQs[0xbd][0xcf][0xa8](<[0xe7][0x89][0x1a]4[0xbc][0xc0]1[0x16][0x88][0xda][0x85][0xec][0xd0][0xbf]H[0xfc][0x12][0xad][0x6]Y.[0x13]][0xc2][0x95]i[0xc6][0xe7][0xc4][0xf5][0x19]M[0xcf][0xfd][0x88][0xda]'4[0xca]TV[0xb1]qBp[0xde][0x17][0xe9][0x96]&[0x8e][0xd3]tZ[0xba][0x8a]k[0x94][0xb0]L\[0xc7][0xf5]"[0xfa][0x6]n[0x16][0xb6][XF[0x9b][0xa4]6[0xd9][0xe6]0[0xf9][0xc][0xb2][0xae]5j?[0x0]PK[0x7][0x8]0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$4.class[0xa5]T[O[0x13]A[0x14][0xfe]f[Xh[0xd7]R.[0xe2][0x5][0xef][0x94][0xd2]n)[0xb][0x8a]x[0x1][0xea][0x5][0xa9][0x92][0x94][0x9a][0x8][0xc1][0xc4][0xb7][0xa5]L[0xe9][0x90]u[0x97][0xec]n[0x9][0xfc][0x7]5[0xbe][0xfa][0xb]|&[0x11][\r]>[0x18][0x9f][0xfd]%[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xcc]B[0xcb]E[0x93].[0xb1]Ig[0xe6][0x9c]=[0xf3][0x9d][0xef]|sf~[0xfc][0xfa][0xfa][\r][0xc0]8[0x9e]u[0xa2][0x13][0xba][0x1c]r1[0xc4]0[0x12]G[0x1e][0xa3]q[0x18][0x18][0x93][0xc3][0xb8][0x8a][0x9b]1[0xdc][0xc2][0x84][0x8a][0xdb]*&[0x19][0xb4]M[0xd3]JUMa[0xd5]][0xee]1$K[0xeb][0xe6][0xa6]i[0xd4]}a[0x19]%[0xe1][0xf9]S[0xc][0xed]~Mx[0xa9]1[0x86]\[0xc9]q[0xd7][0x8c][0xf5][0xba]-|[0xc3][0xad][0xdb]6w[\r][0xdb][0xf1]EUTL_8[0xb6][0xf1][0xa2]n[0x97][0x3][0x9b][0xbb]r[0xdb][0xb4][0xa0][0xc0][0x2]C9s[0x8a]}'[0xd3][0x9f][0xb4][0xb3][0xcb][0xc][0xd1]Yg[0x95]3t[0x95][0x84][0xcd][0xcb][0xf5][0xd7]+[0xdc]]2W,[0xf2][0xf4][0x94][0x9c][0x8a]i-[0x9b][0xae][0x90][0xf6][0x81]3*[0xe9]3[0x80]J[0x9d][0x97][0xb9]g-[0xd3][0xf3]d[0xa9][0xf9][0xf0][0xb4]R[0x13]T[0x90][0xb2]E[0x1a][0xf4][0x1f]O[0xb1][0xbd][0xd1]H3s[0x82][0xe9]tkt[0x19][0xc6][0xe9][0xc3]T[0x81][0xd0]cs[[0x15][0xbe]!?y*[0xee]2$[0x82][0xe8][0xed]F[0xc][0xc3]h[0x8][0x19][0x9b][0x88][0x81]L[0xdc][0xac][0xd4][0x18][0x86][l+[0xee][0x9f][0xbd],P[0xa4][0x18][0xfa][0x8e][0xd4]1[0xef]s[0xd7][0xf4][0x1d]y[0x9a][0x1d]V[0x93]H[0x88]6h[0xf2][0xa0][0xba][0x16][0x9d][0xba][[0xe1]E!EJ[0x1e][0xd1]tT[0xe6][0xa1]S[0x9c][0xb3]+[0x96][0xe3][0x9]{m[0x81][0xfb]5gU[0xc5]=[\r][0xf7]1[0xa5][0xe1][0xc][0x12][0x1a][0xe2][0xd0]4taZ[0xc5][0x8c][0x86][0x2][0x1e][0xa8]x[0xa8][0xe1][0x11][0x1e]k[0x98][0xc5][0x13][0x86][0xa1]P[0xb5][0xa9][0x98][0xd3]P[0xc4]S[0xe2]~[0x8a]#g[0x98][0xc][0x1f][0xbd]hVy[0xc3][0xa0]N;n[0xf6][0x6][0x92]Z[0xa6][0xbd]f4O[0x99]![0x1b][0x1a][0x9d][0x84][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]/q[0xcf]/6o[0xea]`&[0xcc]])[0xfc][0xcf][0xe5][0x93][0x0][0x89][0xe3]>[0xea][0x4]q[0xd0][0x15]t[0x19]2[0xd9]wK[0xcf][0xdf]^[0x6][0xb5]fze[0xbe]E[0x10][0x91]L[0xf6][0x15][0xf5][0xa7][0x1d][0x18]}[\r][0x90]@[0x9f][0xe7]+[0xeb][0xbc]"_[0x9d][0xd6][0xea][0x1c]^[0x8d][0xb8][0xa8][0xc][0x83][0xde][0xaa][0xe4]F[0xc7]g[0x97]q[0x8d][0x9e][0xc9][0x18]=[0x9b]J2)[[\r][0xa0][0x99][0xfa]Nz[0xe8][0xdf][0x85]$[0xcd][0xdd][0xb4]z[0x89][0x8][0xa2]4w[0xeb][0xb9]]0=[0xbf][0xb]E[0xcf][0x8d]|Ad[0x87][0x9c][0x11][0xf4][0xd0][0xd8]N/[0xc][0xf0][0x6][0xbd]4[0xf6][0x7][0xdb][0xbb][0xd1][0x87]s@[0xb0]:O[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xd0]Z[0xb][0xe2][0xa4][0xe7]"y[0x6]h[0x1d]%[0xcf]%[0x1a]/[0xe3][0xca]A[0xba]M[0x9a]e[0xba][0xb4][0xfe][0x9][0xca][0x1e][0xa2][0xc][0xb]#{hc[0xf8][0x80][0xb3][0xb4]hg[0xf8][0xe][0xb5][0x9c][0xcb]F[0xc7][0xc7][0xdf]?w[0x2][0xba][0x92]C[0x82][0xb8][0x0]o[0x9][0xe9][0x1d][0x86][0xf0]>[0xe0][0xa2][0x7][0xc8]m[0xb8]J[0xc5]F[0xa8][0xd8][0x1]\[0xc7][0x8d][0x80]_[0xba][0xc9]/[0x8d]A[0xa4][0x88][0xc5]![0x9b][0x8][0xed][0x97][0xa8]i[0xc][0x7][0xbe][0xc][0xb2]T[0x15]([0x8b]B[0x92][0xed][0xff]b[0xe4][0xbd][0x13]U[0xfe][0x0]PK[0x7][0x8][0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$5.class[0x95]S]O[0xd4]@[0x14]=[0xb3][0x94][0xd6][0xed]Vh[0x16]A[0xfc]F][0x85]ma[0xab][0xf][0xfa][0xa0][0xc6][0x84][0x10]HLV[0x1e][0x0]y[0x1f][0xba][0xb3][0xbb]C[0xca][0xd4][0xf4][0x83][0xe8][0xaf]Q[0x82][0x89]h[0xe2][0x83]?[0xc0][0x1f]e[0xbc]3[0xb][0xb][0xc6][0x87]-m:3[0xf7][0xce][0xb9][0xa7][0xe7][0xde][0xb9][0xf3][0xfb][0xcf][0xcf]_[0x0][0x9e][0xa2]S[0xc7]4[0xee][0xe9]a[0xc9][0x85][0x8d][0xfb].[0x1e][0xe0][0xa1][0x83][0x96][0x83]G[0xc][0x8d]c[0x9e][0xb4][0xfa]\&e&[0x18][0x96][0xbb]i6[0x88][0xe]K%[0x8b](+[0x95][0x12]Y[0xa4][0xd2]B[0xf6]e[0xcc][0xb][0x99][0xaa]hk[0x4]|[0xc9]`[0x17]C[0x99][0xb7][0x9e]0[0x84][0x13]BvJ[0xb5]ml[0x91][0xe9][0xb0]W[0x92][0x80][0xaf][0x19][0xde][0xad]\"[0xae][0xa2][0xaa][0xf6]>[0x83][0xb5][0x91][0xf6]([0x91][0xd9][0xae]Tb[0xbb]<:[0x10][0xd9][0x1e]?H[0xc8][0xd3][0xec][0xa6]1O[0xf6]y&[0xb5]}[0xea][0xb4]t[0x16][0xc]`[0xf0][0xde]h[0xde][0x8d][0x84][0xe7][0xb9] [0xcf]Zuu[0xad]g[0x94][0xd7][0x8c][0xd9][0xfd][0xd8][0x95]y![0x8][0xcc][0xd0][0xa9][0x90][0xdf][0x19]z$\[0xf0]xX[0xa9][0x9c][0xe3]0[0x6]w[0xf3]C,[0xde][0xeb][0x8d][0xdc][0xc1]2[0xd9][0xbb]i[0x99][0xc5]bK[0xea][0xe4][0xfc][0xb]";[0x87][0xfc][0x98]SY6U[0x9c][0xa4][0xb9]T[0x83][0xb7][0xa2][0x18][0xa6]=[0x7]+[0x1e][0xda][0x8]<[0xd4][0xe1]zpp[0xc5]C[0x3][0xa1][0x83]U[0xf]k[0x8]H[0xce]%[0xca][0xc0][0xf0][0xbc]:z[0x97][0xf7][0xc5][0x99]A[0xd5][0xff][0xd7][0x9c][0xd3]j[0xa3][0x84][0xab]A4N[0x90][0xa1]][0x99][0x9d]a[0xb1]/3[0xb1]'[0xf2]b=[0xcf][0xcb]#C[0xa0][0xbb]D[0xf4][0x18][0x82]I's[0xb1][0x9d][0xaa][0x1c][0xe3][0xb8]Mu[0xc0]d[0x91][0xe7]=2_[0xfc]'[0x90][0xfe][0x8b]%[0xba][0xa9]6[0xdd][0xdc][0x9a][0xef][0xeb][0x13][0x1]h[0xa6][0xe3][0xd1][0x1e][0xfa][0x1a][0xf0][0xa8]][0xaf][0xd2][0xea][0x5][0xd9]S4[0xfb]Ax[0x2][0x16][0xac][0x9e][0xa0][0x16][0x84]?0[0xf5][0xd5] gh[0xb4][0x9][0x9]|[0xc2],[0x8d][0x9e]Y[0xfb][0xf4][0xce][0xd1]l[0xe1][0x1a][0xe6][0x9][0xa5]y[0xd6]i[0xd6][0xcc][0xf5]0[0xf8][0x86][0xda]wX[0xe7][0x4][0xae][0xd9][0xf8]L"[0xbe][0x18][0x92][0x85][0x11][0xf0][0x94]D[0xaf][0x16]p[0x9d][0x88][0x17][\r]%[0xc3][\r][0x12]t[0xd3]D[0xdf][0xc2]m[0xe3][0xbb][0x83][0xbb]h[0xd2][0xaa]I[0xbe]i[0x8c][0x1e][0x9b][0xbc][0x8f][0xad][0xda]_PK[0x7][0x8]O[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$6.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]1qLk[0xa5]P[0xee][0xa5][0x85]@[0x1b][0xbb][0x8d][0xe1][0xa5][0xf][0x80][0x90]P)R%[0xd3][0x87][0xb6][0xea][0xfb][0xd6][0xd9]$[[0xb9]k[0xe4]K[0x5][0x1f][0x5][0x8][0x89][0x82][0xc4][0x3][0x1f][0xc0]G!f[0x9d]4[0xe6]&pm[0xed][0xdc]vf[0xf6][0xcc][0xec][0xec][0xb7][0xef]_[0xbe][0x2]x[0x88]^[0x13]3[0xb8][0xad][0xc9][0x92][0x85][0x6][0x96]-[0xdc][0xc1]][0x13][0x1d][0x13][0xf7][0x18][0xe6]Nx[0xd4][0xe9][0x8b]4L[0xe4][0xab]L[0xc6][0x8a]a1[0x88][0x93][0xa1][0x94]+[0x99][0xf9]I[0xae][0x94]H[0xfc][0xe7][0xe5][0xfe]c[0x86]F6[0x92]i[0xe7][0x1][0x83][0xf7][0xa7][0xa7][0x8a]39[0x90]![0xd7][0xae][0xfe]n[0xae]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]$:[0xec][0x89]$[0xc7][0xa7][0xc][0xc1][0xea]9[0xe2][0xfe][\r][0xa6]{[0xc0]`l[0xc6]}A[0x85][0x4]R[0x89][0x9d][0xfc][0xf8]P$[0xfb][0xfc]0"K;[0x88]C[0x1e][0x1d][0xf0]Dj}b44x[0x6]0[0xd8][0xdb]:[0xdd]f[0xc4][0xd3]T[0x90]e[0xbd]:[0xa8][0xce][0x6][0x95]cm[0xbd][0xe]E[0x81]"5[0xb1][0xc2]0[x[0xbf][0x9]d[0x9a][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xe8]U([0xf3][0xcc]{\[0x88][0xe0][0xe1][0xa8]RW[0xa7]a[0x4]c/[0xce][0x93]P[0xbc][0x90][0xba]8[0xe7]'[0x90][0xbd]#~[0xc2][0xa9]-[*[0x8c][0xe2]T[0xaa][0xe1]K[0x91][0x8d][0xe2][0xbe][0x89]U[0x1b]][0xb8]6[0x9a][0xb0]l[0x98][0xb8]`[0xa3][0x5][0xcf][0xc4][0x9a][0x8d]u[0xb8]t[0xfc]9[0xda][0xc0][0xb0]Q[0xdd]{[0x8f][0xf][0xc4][0x99]B[0xdd][0xff]U[0x9d][0xd7]h[0xfd][0x88][0xab][0xa1]?[0xed]+C[0xb7]rv*t [0x13][0xb1]/[0xd2]l{[0xa8][0xe2]D[0xf4][0x19][0x96][0xff]r[0x1][0xbf][0xf]O[0x95]K[0x9a][0xce][0xa2][0xe][0xf8]?[0xa4]r[0x2]ZY[0x9][0x7]K[0xf4][0xfe][0x1a][0xf4][0x1e]k[0x8e][0xa3][0xbb][0xe][0x10][0xa7]+[0xd0][0x16]Z-[0xd8][0xc4]/[0x92][0xf4][0x88]x[0x9d][0xb8][0xe3]z[0xa7]`[0xee][0xda])j[0xae][0xf7][0x19][0xf5][0xf][0x85][0xe7],[0xd1][0x6][\r]/[0xf0][0x16]sD[0xed]Bv[0xe8][0x9f]'~[0x89][0x96]A[0x96][0xcb]D[0x17]pe[0x92][0xf1][0x19]q}F[0xd3]s?[0xa2][0xf6][0x9]F[0x99][0xca]*6[0xde][0x11][0x9c][0xf7]E[0xba][0x85][0xb1][0xe3]$[0x9d][0x96][0xae][0xe2][0x1a]%,[0x13][0xd7]q[0xbd][0x88][0xbe][0x81][0x9b][0x85][0xed][0x16][0x16][0xd1]&[0xa9]M[0xb6][0x19][0x8c][0xbf][0x6]Y[0xef][0x1b][0xb5][0x1f]PK[0x7][0x8][0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$7.class[0x95]S[O[0xd4]@[0x14][0xfe]f[0xb7][0xb4]l[0xa9][0xd0],[0x88]w[0x4]][0x95]ma[0xab]/[0x9a][0xa8]11[0x8][0x89]I[0xe5]A[0x8][0xef]CwvwH[0x99][0x92]^[0x88][0xfe],[0x13][0xd1][0xc4]D|[0xf7]G[0x19][0xcf]t[0x97]][0xbc]DK[0x9b]9[0xb7]9[0xe7][0xcc]w[0xce][0x9c][0xf9][0xfe][0xe3][0xcb])[0x80]G[0xe8]40[0x85][0xdb][0x9a],[0xdb]0[0xb1]b[0xe3][0xe][0xee]ZhY[0xb8][0xc7]0w[0xcc][0xe3]VWdQ*[0x8f]r[0x99]([0x86][0xa5]0I[0xfb][0xc1]A[0xa1]d[0x1e][0xa4][0x85]R"[\r]^M[0xf6][0x9f]1[0x98][0xf9]@f[0xad][0x87][0xc][0xfe][0x9f][0x9e]*[0xc9]eOF\[0xbb][0x6]o[0xb][0xb5]][0xea]"[0xd5]a[0xcf]%9[0xbe]`[0x8]W/[0x10][0xf7]o0[0xed]=[0x6]c#[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*$[0x94]Jl[0x17][0x87][0xfb]"[0xdd][0xe5][0xfb]1Y[0x9a]a[0x12][0xf1]x[0x8f][0xa7]R[0xeb]#[0xa3][0xa1][0xc1]3[0x80][0xc1]y[0xad][0xd3]m[0xc4]<[0xcb][0x4]Y[0xd6][0xab][0x83]j=[0xa1]r[0xec][0xcd]w[0x91](Qd[0x16][0x1e]0[0xcc][0x96][0xde][0xef]C[0x99][0xe5][0x82][0x82][0x19]:[0x15][0xca]<[0xf3][0x1e][0x16]"x4[0xa8][0xd4][0xd5]q[0x18][0xc1][0xd8]I[0x8a]4[0x12][R[0x17][0xe7][0x9e][0x3][0xd9]9[0xe0][0xc7][0x9c][0xda][0xb2][0xa9][0xa2]8[0xc9][0xa4][0xea][0xbf][0x11][0xf9] [0xe9]ZXu[0xd0][0x86][0xe7][0xa0][0x1][0xdb][0x81][0x85]i[0x7]3[0xf0]-[0xac]9X[0x87]G[0xc7]_[0xa0][\r][0xc][0x8f][0xab]{[0xef][0xf0][0x9e]8S[0xa8][0xfb][0xbf][0xaa][0xf3][0x1a]m[0x10]s[0xd5][0xf][0xc6]}ehW[0xce]N[0xb5][0xf7]d*vE[0x96]o[0xd1][0x98]e[0x3][0xd1]e" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xf9][0xcb][\r][0xfc]>=Uni<[0x8c]:[0xe0][0xff][0x98]&#[0xe0][0xe4][0xe7][0xf0]`[0x99]^[0xa0]I/[0xb2][0xe6][0xba][0xba][0xef][0x0]q[0xba][0x4]m[0xa1]5[0x3][0x87][0xf8]%[0x92][0x9e][0x12][0xaf][0x13]w=[0xff][0x4][0xcc][;A[0xcd][0xf3]?[0xa3][0xfe][0xa1][0xf4][0x9c]%j[0xd2][0xf8][0x2]_1G[0xd4])e[0x97][0xfe]y[0xe2][0xb][0xb4][0xc][0xb2]\&[0xba][0x88]+[0xa3][0x8c]/[0x89][0xeb]3[0x1a][0xbe][0xf7][0x11][0xb5]O0&[0xa9][0xec]r[0xe3][0x94][0xe0]|+[0xd3]-[0xe][0x1d]G[0xe9][0xb4]t[0x15][0xd7]([0xe1]$q[0x1d][0xd7][0xcb][0xe8][0x1b][0xb8]Y[0xda]na[0x9]M[0x92][0x9a]d[0x9b][0xc2][0xf0]3[0xc9]z[0xdf][0xa8][0xfd][0x4]PK[0x7][0x8][0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.class[0xa5]VkW[0x1b]E[0x18]~[0x86]l[0xb2][0xc9][0xb2][\r])[0x10]4[0x16]k[0xb5]`s[0x1]B[0xd5]"rI[0xa1]!Hh[0x12]l[0x13][0xa9]Tk[0xbb],[0xb][0xc][0x86][\r]gw[0xa3][0xc5][0xe2]/[0xf0]s=VZ{[0x8e][0xc7]o[0x9e][0xe3][0x8f]R[0xdf][0x99]\[0x1a][0x1a][0xce]1[0xb4][0x1f]2y[0xe7][0xbd]<[0xef]m[0xe6][0x9d][0xfd][0xfb][0x9f][0xdf][0xff][0x0]p[0x1d][0xdf]iX[0xc0][0xa2][0x86]adB[0xb4][0xdc][0xd4][0x10][0xc5][0x92][0xa0][0x96][0xfb]q[0xb]Y[0x15]+[0x1a]T[0xe4][0xc4]f[0xb5][0x1f][0x9f]cM,y[0x15][0xeb][0xc2][0xe4][0xb6][0x90][0x15]T[0x14]U[0x94]B[0xd8][0xc0][0x17][0x1a]"[0xb8]#[0x10][0xef][0xaa]([0xab][0xa8]0D[0xcc][0xba][0xe3]X[0xb6]W[0xe0][0xae]g[0xd9][0x96][0xe3][0x12][0xab]p`|o[0xa4][0xeb][0x1e][0xaf][0xa6][0x5]{[0x9e]!T[0xe6]{[0xb6][0xe1][0xd5][0x1d][0x8b]a[0xf1][0x15][0xf1]B[0xa1][0xe6][0xec][0xa5][0xf][0xea]6[0xf7][0xd2]N[0xdd]&[0x8c][0xb4]][0xf3][0xf8].7[\r][0x8f][0xd7][0xec][0xf4][0xdd][0xba][0xdd][0x2][0x9f][0xcf][0x10]V[0xc0][0xdb][0xe7][0xee][0xd8]4C[0xea][0xff][\r]KrO[0x86]d[0xb6][0xc0]I1[0xc3]0[0x15]?[0x87]]b[0x93]A[0xc9][0xd6]v([0xee][0x81][0x2][0xb7][0xad]R[0xfd]p[0xdb]r*[0xc6]v[0x95]8[0x83][0x85][0x9a]iT7[\r][0x87][0x8b]}[0x93][0xa9][0x88][0xf0][0x18][0xf4][0xb2][0xb1]k[0xb5]`h[0x9b][0x17]~[0xb2]U[0xc3]u-[0x92][0xce][0xf6][0x1e][0xc2]X'[0x10][0xe5][0x91]9O[0xf8][0xaf]vB[0xa4]3r:[0xea][0xe3][0xa3]V[0xe4]K[0xf1]7[0xea][0x8c][0xc0][0xf6][0x91][0x1a][0xad]qA3[0x82][0x8c]6[0x10][0xab][0x86][0xbd][0x97][0xce]=6[0xad]#aGI[0x4][0xab]M[0xbb][0x9e][0xba][0xd8]v[0xc2][0xd0][0xc7][0xc7][0x18][0x86];[0xe2][0xcc]{[0x96]cx5![0xb][0x9a][0xc6][0x91]ar[0xef][0x98]|[0xe7][0x19].[0xb8]T[0xb8][0x8e]c[0x19][0xed][0xb0]Zv[0x1c][0xe3][0xb8]y6[0x83][0xbb][0x6][0xaf][0xd2][0xc9]$[0x95][g[0xa9][0x9c][0xf7]|f^[0x7]d[0xb5][0x11][0x83][0x4][0x8]K[0xc9]q[0xa1]][0xa2]^Nl;[0x4]Qz[0xad]]kJJ+[0xd7][0xea][0x8e]i[0xad]r[0xd1][0xe3]H[0xc7][0xe9][0x98][0x12]q[0xaa][0xf8]R[0xc7]&[0xee][0xe9][0x18][0xc5][0xb8][0x8e]wpIP[0x9][0x1d]#xK[0xc5]W:[0xb6]p[0x9f]a[0xe8][0x8c][0x94][0x84][0xde][0xd7]:[0xbe][0xc1][0x3][0x15][0xdf][0xea]x[0x88]G:[0xc]l3$z[0xe]V[0xc7][0xa7][0x98][0xd5]ab[0xa7][0xe5][0xe2][0xf4]Ia[0x18][0xef][0xa9]l*,[0x1d][0xbb][0xd8][0x13]![0xed][0xeb][0xe0]8`[0x98]y[0xbd][0x1b]F%z[0x19][0xc8][0xc6][0xf6][0x81]ez[0xbd]d[0xf4][0xd2]\3L[0xd3]ri@M[0xd3][0x88]Z<[0xd7][0xac][0xe9][0x9e][0x9b][0xe1][0xd3][0x1c][0x9a]..[0xff][0xd1][0x92]7[0x8c]N[0xb8][0x12][0xcf][0x8b]n[0x7]y[0xf3][0xe][0xd0][0xdd][0x8e]'[0xce][0xbe][0x1b][0x83][0xdd]\[0x6]u[0xdf]pK[0xd6]cO[0xe2]Q[0x97][0x15][n[0x86][ [0x1d]5 [0x8][0x9f][0xb1]Cm[0x8a][0xc6][0xbb]e[0xc2]v[0xb4]+[0xcf][0x15][0xcb]5[0x1d][0xde][0xec]c[0xb8][0x92]+W[0x1e][0x16]s[0xd9][0xb5][0xe5]R[0xbe]\d[0xb8][0xdc]][0x98][0xe][0x3]r7sF[0xe9]:5:[0xc2][0xa8][0xec];[0xb5][0x1f][0xc4][0xc]k[0x1c][0xfe]f[0x3][0xae][0x8b][0x6][0x94][0xde]dZvOO[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0x8a]QzX[0xfb]0(n[0x8][0x18][0xde][0x96][0xbb]X$"[0xee][0xe][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]F[0xf1].I.[0x13]5[0xb][0x1f]I[0x1]-[0x99]J=[0x3];A[0xdf][0x13][0xa9][0xff][0x9e][0xe0]I[0xc9][0x95]h[0x6][0xe1]>y[0xfc][0x98][0x8a]1[0x8a];[0xf8][0x84]([0x9f],[0x97](eCv[0xa3]-[0x9b][0x81]OQ[0xc4][0xfc]"[0xbb][0xcf]d[0xdf][0xe9][0x13][0x81][0xa4]s[0xb2][0x98][0xf3][0xe4]Q [0xd3]m"[0x8f][0x1f](}[0xff][0x1]PK[0x7][0x8]m[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier.class[0xa5]W[0xeb]s[0x13]U[0x14][0xff]m[0x92]v[0xdb]m([0xa5]O[0xa0][0x5][)4M[0xb1]iy[0x8a][0x5][0x14]J[0x8b][0x95][0xd8]")[0x8f][0x82][0xa2][0xdb]d[0xdb]nM7uw[0x3][0x4]qD[0x5][0x15]|[0x8b][0xa2][0xa0][0xf8]Vt[0xfc]"3[0xd2][0x8a][0x1d]e[0xfc][0xe4][0xc]~[0xd2][0xd1][0xc7][0xf1][0xdc][0x9b][0xcd]f[0xbb]M[0xdb]D:[0xd3][0xfb][0xda]{~[0xbf]s[0xce]=[0xe7][0xdc][0x9b];[0xff][0xfe][0xfc]+[0x80]N|'[0xa1][0x1d]c[0xa5][0xd4][0xa8][0x12]B[0x18][0x17][0xf1][0xb4][0x4][0x1f][0xc6][0xd9]J\[0xc4]D[0x9]4[0x9]"[0x12]l[0xdb]d[0x19][0x9e][0x81]^[0x2][0x83][0xf5]&[0xdb][0x9e][0x14]qRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]E<+a[0x19][0xce][0x88]xNB[0x15][0x9e]g[0xcd]Y[0x11]/H[0xa8][0xc5][0x8b][0xac][0xa1][0xc9]K[0x12]V0[0x82]s[0x12][0xea][0xd9][0x8e]z[0xb6]x^[0xc2][0xcb]x[0x85][0x1][0xbe]*[0xe2][0x82][0x84]&\d[\r]}yMB3^g[\r]M[0xde][0x90][0xd0][0xc2]dZ[0xd8][0xe4]M[0x9]A6[0x9][0xe2],[0x13]|K[0xc4][0xdb]"[0xde][0x11][0xf1][0xae][0x0]D[0x1e]Q[0xfa][0x13][0xa6]:[0xa2]*:M[0xfb]4M[0xd1][0xbb][0xe3][0xb2]a([0x86][0x80][0xd2][0xb8]j[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd0][0xb8]"<.[0x9f][0x90]CIS[0x8d][0x87][0xc2][0xb4][0xdc]E[0x9f]#[0xea][0xa8]&[0x9b]I][0x11][0xb0][0xc3][0xf5]y{8[0xa1][0x8f][0x86][0xc6][0x93][0x9a]j[0x86][0xf4]$C[\r]i[0x9c]&*[0x9b]jB[0xb][0x1d]Hja[0xb][0xbc]k'aI[0x93]qE6[0x94][0x88][0x99][0x98][0x14] [0x1c][0x15]P[0xbc]]%[0xd9][0x9d][0x2][0xbc][0x81][0xd6]C[0x2]|[0xdd][0x89][0x18][0xd1],[\r][0xab][0x9a][0xd2][0x9f][0x9c][0x18]V[0xf4]Ay8N+[0x95][0xe1]DT[0x8e][0x1f][0x92]u[0x95][0xcd][0xad]E[0x9f]9[0xa6][0x92][0xce]m[0x8b]+[0x91][0xb1][0x9d]T([0x93]c[0xb1][0x8c]N[0x2][0xda][0x3][0x5]X[0xc0]4,[0x89][0xdb][0xb2]y[0xf0][0xda][0xa2][0x2][0xca]ue"qB[0xc9]RW[0x9d][0xd4][0xe5][0xc9][0xbe][0x11]RmpLW[0xe4][0x18];#[0x1]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xa8] [\r]*GT][0x19]T[0xc][0x93][0x96]#[0xa6][0xac][0x9b]JL@S[0xe][0xbe]=[0x8a][0x11][0xd5][0xd5]I[0x6][0xc1]m.[0x8b]e[0x17][0x4][0xac]^X[0x80][0xc]s[0xf0][0xf4][0xd2][0xf1][0x1a]c[0x8c][0xa8]![0x7][0xd1][0x1][0xc5]H[0xc6]M[0xce]Q[0xac][0xf3][0xb1][0x80][0x15][0xf3]n[0xa3][0xb8][0xc8] [0xdb][0xea]K=[0xa7][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'6[0x1c][0x9f]{e5[0xce][0xe3]5[0xb8][0x98]7[0xad][0x9d]\[0x5]q$#[0xd6][0x92][0xa7][0x14][0xe5][0x8b][0x8b][0x92][0xb4]X[0x13]p[0xe7][0x90]{[0xce][0xe3]h[0xc4][0x16][0xa8][0x9d][0x1d][0xdb][0xa9][0xc9]L|o+0[0xdb]2j[0xb1]LK[0xb9][0xb5](,U[0xff]73[0xb3]my[0xc6])[0xbb][0xc]#9[0xc1]O[0x87]m`[0xe7]e[0x1f]Q[0xdf][0xa8][0x96][0xd0][0xd9]J[0xd6][0x83]v[0xa8]TP[0x8a][0xf6][0xaa][0xba]af[0x93]E[0x92][0xa3]Q[0xc5]0[0x9a];::[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x91]#v[0xc6][0xb7][0xce][0xad]h[0x9e]S[0x1d]Y[0xc4]N[0x86][0xd8]_[0x8]b>[0xc7][0xeb]9[0xd5][0xc9][0x9a][\r][0xc4][0x13]I$[0xf5][0xa8][0xd2][0xab][0xb2][0x13][0xad]p[0xe0][0xb4]31?[0xe][0xe2][0x90][0x1f][0x1b][0xb1][0xc9][0x8f]mx@@k[0x16],[0x9a][0xd0][0xa2]I]W43[0xd4][0x9d][0x98]L[\r]h[0x87]u[0xd5]Tv[0xe9][0xba][0x9c]b<~l[0xc5][0xfd][0x94][0x8e]\ .k[0xa3][0xa1][0xfe]d<[0xbe]?[0xa1]j[0xa6][0xa2][0xdb]i!`e[0xb7][0xac][0x91]-[0x8d][0xe4][0xd4]F[0xb9]Q[0xa3]=[0x8d][0x99][0x1a][0xc6]8/[0xf9][0xd1][0x83]^[0x11][0xef][0xf9][0xf1]>.[0xb]XemO[0x97][0xab][0xb9][0x12][0x1f][0xe0][0xb2][0x1f][0x1f][0xe2][0x8a][0x88][0xab][0x2]6[0xe5][0x1d]S[0xcd][0xce]"'e'">[0xf2][0xe3]c\[0x13][0xb0]ya[0xac]HJ[0x8b][0x8e][0xe9][0x9]M=[0xad][0xc4][0x1c][0xb8][0xcc][0x84]O[0xa8][0x16][0xe7]}|[0xcd]t0`R[0x9f][0xfa][0xf1][0x19][0xf3]x[0x1][0xa2][0x1b][0x98][0xdc][0xe7][0x8b][0x9a][0xcd][0xae][0xb7]I%[0xb6];u[0xd0][0x98]u[0x12][0x5]0m[0x14][0xb0]6[0xaf][0x94][0x13][0xf1][0x85][0x1f]_[0xe2]+?[0xbe][0xc6]7[0x5]Q[0xf0][0x88][0x8b][0x16]$[0xb2][0x99][0x89]\/HdKA[0xbb][0xb7][0xb2] [0xfc][0x96][0xb2] o[0x11][0xca][0xa9]l[0x2][0xc][0xc][0x8f]+Q[0xba]C[0xb6][0xe4][0xcf]8[0xfb]eTcUM[0x8e][0x16]1uU[0x1b][0xe5][0xe9]\>;[0xc5][0xe9][0xb9]B[0xd9][0xe4][0xda][0x9e]&[0xef]j=[0xca]/3[0x96][0xaf][0xb4][0x85][0x2][0x9d]R[0x8e][0xa8]j[0xe1][0x90][0x81])[0xb4][0xba]![0xbf]'[0xc8][0x1b][0x8b]D[0xd5][0x13][0xb9] [0x83][0x1c][0x92][0xb2]a[0xbd][0x1b]r[0x86] [[0x4]r[0xab]][0x89][0x98][0xb3][0x98]s[0x8a][0x83][0xbe]Y[0xa5]'[0x8d]u[0x87]N[0xe9][0xf]G[0xc9])[0xb6]K[0xce]qG[0x19][0xf0][0xcd]Wr[0xbc]V[0x1d][0xb8][0xcf][0xb]wd[0xfe]I[0xed]_t[0xb8]S[0x19][0xf8]g[0xa1]2PQ[0x82]'[0xf1][0x94][0xc5][0x15][0xe2][0xda][0x3]E[0xc][0xdd][0x9d][0xf0]5[0xe]E[0x8b] 3[0x18][0x12][0x1e]F[0xd4][0xf6][0x9e][0x97][0xc7][0x8d][0xc8][0xa3][0xcc][0x11][0xbf]N[0xf1]th[0x89]iq>[0x8a]Y[0xa1]%B[0xe1][0xde][0xf2]`[0x84]K[0x8e]R[0x85][0x1][0xf9][0xb3][0x14][0x1d]T[0xfd];}[0x1e][0x9e]g[0xa7][0xd6][0x95]R[0x1e][0xa4][0xff]j[0xad][0xbe][0xde][0xea][0x9b][0xac][0xbe][0xd9][0xea][[0xac]>[0x98][0xee][0xfe][0x3]PK[0x7][0x8]9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/StoppedByUserException.class[0x9d][0x90]1O[0xc3]0[0x10][0x85][0xdf][0xb5]M"BKK[0x81][0xa5]Ll[0xc0][0x80][0x85][0x84]X@[0xc][0x14][0x90]@[0x15][0x3][0xa5][0xdd][0xdd][0xd4][0x14]W[0xa9][0x1d]9[0xe][0x82][0x9f][0xc5][0x84][0xc4][0xc0][0xf][0xe0]G!.)bb[0xc2][0xc3][0xb3][0xef][0xf9][0xe9][0xbb][0xd3]}~[0xbd][0x0]8[0xc4]V[0x8c]:[0xba][0x11]6"l[0x12]:[0xb9]rZ[0xa6]c[0xe5]rm[0xcd][0xe8][0xfa][0x82]@7[0x84]V[0xdf][0x9a][0xdc]K[0xe3][0xc7]2-T[0x80][0xe5]!Bx[0xaa][0x8d][0xf6]g[0x84][0xfa][0xee][0xde][0x98][0xd0][0xe8][0xdb][0xa9]"[0xb4][0x7][0xda][0xa8][0xdb]b1Q[0xee]^NRv[0xba][0x3][0x9b]0V2[0x9c][0xeb][0x1f][0xb3][0xe1][0x1f]uN8[0x1e]X7[0x13][0xf3][0x82]A[0xc2][0x15][0xc6]('[0x8c][0xf5][0xfa]A'[0xd2][0xf3][0x10]b[0xe8]m[0x96][0xa9][0xe9][0xf9][0xcb][0x88][0x87][0xbb]|NTV[0xda]'[0x84]xh[0xb][0x97][0xa8]+][0xc2][0xb6][0xff][0x8e][0x1d][0xcc][0xe5][0x93]lb[0x5]1[0xe1][0xe8]?}[0x8][0xbd][0x12]!Rif[0xe2][0xae]0^/[0xd4][0xef]'vP[0xe3][0xf5][0xf1]*[0xd0]C[0x3][0x1][0xdf]!W5D[0xfc][0xa2][0xb2]+[0xeb]*;[0xa2][0xaa][0x81]`[0xff][\r][0xf4]ZE[0x9a][0xac]ae[0xc6]h[0xb1]6[0x97][0x1][0xac][0xa1]][0x1];Uj[0xfd][0x1b]PK[0x7][0x8][0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/runner/notification/SynchronizedRunListener.class[0x9d]UmS[0x13]W[0x14]~.[0x9]$[0x84]-b[0x4]-H[0x95]T[0xd4][0xbc]a[0x4]_[0xd0]b[0x91][0x8]Di[0x3]XBi[0xb1][0x9d]N[0x97]d![0xcb][0x84]][0xba][0xbb][0xa9]mJ@[0xfb][0x85][0xf]u[0xa6][0xe2][0x8c][0x9d][0xe9][0x9b][0xdf][0xfa][0xa3]:}[0xee]eM[0x10][0x8]l[0xfd][0xb0][0xe7][0x9e]{[0xcf][0xb9][0xcf]y[0xce][0xb9]''[0xff][0xfc][0xfb][0xf2]w[0x0][0xa3]x[0x12]C/[0xf2][0x9d][0xd0][0xf0]@[0x8a]i[0xb9][0x9d][0x91]bV[0x8a][0x82][0x14][0xf][0xa5]x$[0xc5][0x9c][0x14][0x1f][0xc5][0xf0]1[0x8a][0x11][0xcc][0xcb]u![0x82][0xc5][0x18][0xba][0x91][0x97][0x9b][0xc7]R[0xfb]$[0x8a]%[0xb9]>[0x8e][0xa0]$[0x10][0xad][0x99][0xae]gX[0x86]#[0x90])[0xda][0xce]Fn[0xb3]n[0x99]^[0xce][0xa9][<[0xcb]Y[0xb6]g[0xae][0x9b]e[0xdd]3m+[0xb7]T[0xb7][0x8a][0xbe][0xf3][0x84]@d[0xcb][0xa6][0xa3][0xcd]{[0xf1][0xe2][0xa6][0xfe][0xad][0x9e][0xab][0xe9][0xd6]Fnqm[0xd3]({4w[0xdc]3i[0x9e][0x14][0x98]J[0xfe][0xf][0xd8][0xc3]H[0xa9][0x15][0x81][0xf0][0xb4]]1[0x4]N[0x15]M[0xcb]X[0xa8]o[0xad][0x19][0xce][0xb2][0xbe]V3dd[0xbb][0xac][0xd7]Vt[0xc7][0x94]{[0xff]0[0xec]UMW`[0xfc][0x84][0xb0][0xa5][0xef][0xad]r[0xd5]a[0xe]?[0x18][0x95]73[0xeb][0xf6][0xc][0xd7][0xe3]Q[0xc9][0xd3][0x1d][0xcf][0xa8][0x8]$[0x8e]Ha[0xc6]p[0xcb][0x8e][0xb9]-[0xa1][0x14][0xc7][0xae]J[0xf3]@[0xe0][0xc2][0xf1][0x17][0x4]b[0xb3][0xdf][0x95][\r][0xb5]q#Xfn~[0xcc][0x2][0xab][0xe6]Ve[0xd0][0xc1]#[0x82].[0x19]n[0xbd][0xb6]W[0x93][0xe]G[0xe9][0x2][0xfd]-[0xdd]HJ[0xa2]6[0xd2][0xd0][0xe4][0xae][0x19]@[0x19][0xb][0xba]Y[0xab];[0xac]Z[0xfa][0xa4]g[0xf2]=U[0xf0][0xc8][0xfa][0xeb]kW[0x3][0xde][0x12][0xe8][0x93][0xe1][0xf2][0xae][[0xdf]Ri7[0x2]+[0x1a]s[0x1b][0x96][0xed]HR[0xd1][0xaa][0xee]V[0xf7][0x9e];[0x94]L[0xcd]1O[0xe3][0x9b][0xba]^[0xe3]{[0xf6]%[0x8f]h[0x8e]'[0x2][0xed][0xb6]W[0x95][0xdd][0xcb]g[0xd7]Y[0x8e][0xa8]g[0x97]<[0xc7][0xb4]6[0x4]z[0x93][0xa9]}W[0xf6]Ne[0xe9]Kv[0xdd])[0x1b][0x5]S6[0xcb]`[0x8b]6[0xb8]&/[0xb2][0xb8]<[0xf2][0xcc]-c[0xc5]tM6W[0xde]br[0xba][0xff]j[0x9f][0x12]j[0xb9][0xea][0x18]z[0xa5][0xa4][0xaf][0x13]J[0x9b][0x93][0xe9]O[0xd7]t[0xd7]5[0xc8][0xf7]v[0xf0][0xb6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]n[0xc2]Lh[0xe8][0xc7][0x8a][0x86]>[0x9c][0xd5]p[0xe][0xef]j[0x18]BB[0xc3][0x15]\[0xd5][0x90][0x96]ZF[0x8a],F4\[0x97]b[0x14][0x89][0x8]>[0xd3]0[0x86][0x1b][0x2][0xb7][0xde][0xaa][0xe3]5[0xdc][0xc4]-[0x81]s[0x7]K[0xf5][0xa0]n[0xd6]*[0xd2]|[0x7]w5|[0x8e]U[0x81][0x8b]C[0xc9][0xa7][0xa6]W[0x1d]r[0x1b]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0xe8][0xa9][0xa3]oo[0x1b]NJ [0x15]8i[0x81]3[0xcd][0x88][0x8d]_[0x83][0xc0][0xcd][0xb7])[0x9b][0xea][0x16]6f[0xcf][0xc1][0x16]a[0x3]Ij[0x16][k$y[0xb8][0x1b][0xe]7[0x88][0x9f][0xf5][0x4][0xcb][0xab]q[0x96][0x2]m[0x88][0xcb][0xd7][0xa0][0x16][0x97][0xf][0xc2][0xb5][0x8b]_?[0x6] p[0x9e][0xda]*=B\O[0xa5]_@[0xa4]3[0xcf][0xd1][0x96][0xce]>G[0xe8][0x99][0xba]:[0xa8][0xae][0x85])[0xcf]S[0xe][0xa2][0x13][0xef]q[0xf2]^[0xa0][0x4][0x1f]V][0xe3][0xee]"[0xa0]4[0x19]F(M[0x6]j[0xa3][0xce][0xc7][0xe7]*[0xc3]lr[0x95]8[0x3][0xe9]_[0x11]Z[0x9d][0xff][0x9b]K[f[0x17][0xe1][0xec][0xab][0x9f][0x11]][0xc8][0xbe][0x1a][0xf9][0xe3][0x19]="8[0xad]H[0xf7][0x12][0xa1][0xf7][0x0][0x83][0xf7]i[0xbd]D[0xec]a[0x92][0xbf][0xac][0x18][0x9c][0xa5][0x9d][0x88][\r][0x6][0x3][0xf4][0xb9][0xc4][0xa8][0xc3][0xd4][0xc3]\/[0xf3]c[0xe7][0x1d][0xcf][0xa0]=8[0x83][0x14][0xad]i2[0xc8][0x90]A[0xb6][0x5][0x83]$[0xbd][0xde]d[0x90]>[0xa9][0x6][0x1d][0xc1][0x19]\[0xa7]u[0x94][0xc][0xc6][0xc8][0xe0]F[0xe0][0x1a]dNb[0x10][0x9][0xce]`[0x9c][0xd6];dp[0x97][0xc]>[0x8][0xcc][0x80]?[0xf8][0xe3][0x19]D[0x83]3[0x98][0xa4][0xf5]>[0x19]L[0x91]A[0xbe][0x5][0x83]k[0xc8][0x1d]`[0xc0]i[0xe3]7|[0xb][0x6][0x9d][0xc1][0x19][0xcc][0xd2]Z [0x83][0x87]d[0xf0][0xe8]X[0x6]B[0xe][0xb8][0xe3]3[0x8f][0x5][0x8f][[0xa4]u[0x9e]q[0x17][0x18]w1p[0xed]9Z[0xfd][0xcc][0xc7][0x14]# *C[0xef][0xa2]k[0xa7][0x81][0xdf][0xa1][0xce]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xdb][0xf3][0xf1]1[0x85][0x9c][0xae][0xfe]}[0xd7][0x1f][0x15][0x89]t[0xe6]'[0xb4][0x87]w2A[0xfb][0x11][0xed][0xa1][0x9d][0xcc][0x9f][0xd0][0xe6]%hV[0x1][0xbf][0xd3][0x4][0x1e] 48|[0xdb]9g"[0xf8][0x82][0xc3][0xe3]K[0xf4][0xe0]+[0x8e][0x8a][0xaf][0xf7][\r][0x91]D#[0x81][0x4]nst[0xf0][0xdf][0x92]4[0xc6]y&[0x87][0x8][0xe7][0xb7]O`F[0xed][0x89][0xfa][0x1b][0xba]W_pd[0xa9]p=[0xbb]8[0x1d][0x8f]S[0xec][0xe2][0xcc]/[0x7]R2[0xf6][0xa5][0xf4][0xba]L!6[0xae][0xf4][0x9a][0xc0]=[0xdf]o[0x8a][0xeb]}~1[0xea][0x1f][0xb2][0xec][0x93]W:[0xff][0x3]PK[0x7][0x8][0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/junit/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runners/AllTests.classuQMO[0x2]1[0x10]}[0x85][0x85][0x95][0x15]D>[0x4]!^[0xbc][0x18][0xc5][0xc4][0x8d]g[0x8][0x89]!zBc[0x2][0xe1]^[0xa0][0x81][0xe2][0xda]%[0xdd][0xae][0x1f]?[0xcb][0x93][0x89][0x7][0x80]?[0xca]8[0x5][0x91]([0xb1]M:o[0xde][0xbc][0xbe][0xe9][0xa4][0x1f][0x9f]o[0xef][0x0][0xce]Q[0xf3][0x90][0xc4][0x9e][0x8b][0x8a][0x8b]*C[0xba]%[0x95]4m[0x86][0xf2]qw[0xc6][0x1f][0xb8][0x1f]p5[0xf1];[0x1][0x8f][0xa2][0xe6][0xc9][0x80][0xc1][0xe9][0x84]c[0xc1][0x90][0xef]J%n[0xe2][0xfb][0xa1][0xd0]}>[0xc][0x88])v[0xc3][0x11][0xf][0x6]\K[0x9b][0x93][0x8e][0x99][0xca][0x88][0xe1][0xa0][0x1b][0xea][0x89]?[0x8b][0xc9][0xd9][0xd7][0xb1]RBG[0xfe]E[0x10][0xf4]Ed[0xa2]&C[0xea][0xce][0xda]3[0x14]6:2T~[0xdb]>[0xcf]W[0xd6][0xe5][0xbf][0xe2]V[0xa3]Mz[0xef][0xf2]i$[0xe6]F[0x86]*r[0xb1][0xcf][0x90][0xe9][0xc9][0x89][0xe2]&[0xd6]t[0xa5][0xba]1[0x92][0xbd]c[0xa7][0xf2]za[0xac]G[0xe2]JZ[0xe7][0xdc][0xea]igV[0x9d][0x85][0x83][0x14]C[0xfd][0xff][0x9][0x18][0x8e][0xd6]E[0xa9][0x8c][0xd0][0x8a][0x7]?[0xaa]^,[0x8d][0xb8][0x16]f[0x1a][0x8e][0x19]J[0xeb][0xfe][0xfd][0xa9][0xe][0x1f][0xed](8D[0x82]~[0xc0].F[0x9b][0xba]Q[0x96][0xa6][0xec][0x96][0xf8][0x4][0xc5]t[0xe3][0xf4][0x15][0xec][0x85]P[0x12].[0x9d][0xde][0x82][0xad][0x91][0xae][0x8e]-B[0x95][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0xaa]`[0x81][0xb6][0x91]%[0xa7][0x1c]a[0x1b][0x97][0xcc][0xe][0xa1][0x80][0x8f]B[0x8c]7UK[0xab]"e%{f[0x8f][0xcf][0x19][0xcf][0x8c][0xe7][0xf7][0x9f][0x9f][0xbf][0x0][0xac][0xe1]a[0x5]E[0xac][0x84][0x98][0xc5][0x8d][0x10][0xcb][0xb8][0x19][0xe0]V[0x80][0xdb][0xc]%7[0x94]Y[0xfd][0x19]C[0xab]k[0xec] [0x1e][0x8d][0xb5]t[0xb1][0x1d]k-l[0x16][0xbf]V&9x[0xfb][0x9e][0xa0][0xf5][0x8e][0xe2]Y[0xb6][0x93][0xe3]mR[0xbd][0x94][0x4][0xbe]bx[0xd2][0x98]^[0xd6][0xdc]c(v[0xcc][0xbe]`[0x98][0xef]J-[0xb6][0xc6]i_[0xd8][0x1e][0xef]+B[0x16][0xbb]&[0xe1]j[0x8f][[0xe9][0xff][0x8f][0xc1][0xa2]O[0x8e][0x1][0xc][0xd1][0x1b][0x1f]"[0x8f]&[0x8]y<[0xf5][0xad][0xf5]5J7[0xdc][0xf8][0x94][0x88][0x8f]N[0x1a][0x9d][0x5]XeX [0xcd][0x8e][0xf8][0xa0]D[0xe2][0xe4][0xa1][0xe8]p[0xa5][0x18]j[0x8d]fw[0xc4][0xf]y[0xac][0xb8][0x1e][0xc4][0xdb][0xfd][0x11][0x1d][0xb6][0x3][0xdc]![0xf5][0xae][0x19][0xdb]DlJ[0x9f][0xd2][0xca][0xc5][0xd7]<[0xf5]R[0xaa]kC'[0xca]dR[0xf][0xde][0x9]74[0xfb][0x1][0xee]F[0xb8][0x87]z[0x84][0x12][0x82][0x8]e[0xdc][0x8f][0xf0][0x0]5[0xea][0xf6][0xf4][0xf9]3[0xbc]8%K[0xed][0x84][0xd5]\[0x9d][0xa8]R[0xea][0xa7][0x8a][0xcf][0x16]3i[0xde][0xd2]i5'[0xe5][0x9f]A{Ck[0x8e]&[0xdc][0xc6][0xb4][0xe9]0[0xcc][0xa5]ye[0xf9]1[0xc3][0xd6]E[0xef]?[0xc9]i[0xd3][0xf2]T[0x1c][0x19]{0iE[0xbb][0xf9]_[0xe6][0xae][0xe3]N[0xa4]B;z[0xaa]B[0xc3][0x8f]I[0x98]XAXOd[0xe][0xab]4[0xb8][0xb3]4[0xc3][0xac]Z[0xf5]]$o[0x86]V[0x19][0x15][0xb2]!y[0xeb]d=[0x12][0xb6][0x1e]}[0x3]k[0xfd][0xc0][0xcc][0x97][0x9c]3G{[0x9]~z*[0x88][0xc8][0x8f][0xbc]O[0x8a]K[0xa8][0x92]][0xa0]U$d[0x91][0xf6]%[0xd4][0x8e]c='[0xc4][0xb3][0xca][0xad][0xaf]`[0xdf]Q[0xf8]|.R[0xf8]O[0xa4][0xf2][0xb9]H[0x97]Q[0xc0][0x95][0x9c][0x15][0xd7]rl[0x19][0xd7]1[0x9f][0xdf]I[0xa3][0x8c][0xfc][0xfb][0xb]PK[0x7][0x8]j&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runners/BlockJUnit4ClassRunner.class[0xb5]Y[0x9]\T[0xe7][0xb5]?[0x7]f[0xe6][0xc2][0x9d][0xcb]"[0x8][0x8a][0xa2]"[0xa2][0x19][0x6]F[0xd4][0x98]Dq[0x9][0x8]ZA[0x16][0xab][0x88]A[0x9b][0x9a]a[0xb8][0xc0][0xd5]a[0x86][0xcc][0xe2][0xd6]$Mj[0x9b]t[0xb5]I[0xd4][0xb6][0xda][0x98][0x98]4[0x9]mc[0x1a][0xcc][0x2][0x12][0xb2][0xf5]5[0x8d]M[0xde][0x96][0xe5][0xb5][0xaf][0xcb]k[0xdf][0xcb][0xdb][0xdf][0xeb][0xdb][0xf7][0xb5][0xed]9[0xdf][0xbd]s[0xe7][0xce][0x2][0xc][0x9a][0xf0][0xfb][0xf1][0xdd][0xef]~[0xf7][0xfb][0xce][0xf9][0x9f][0xe5];[0xe7]|[0xdf][0xbc][0xf5][0xab][0x17]_[0x1][0x80][0xd5][0xf8][0xa2][0xc][0xc3][0xf0]7[0x12][0xfc][0xad][0xc]Y[0xf0][0xcb]\[0x8][0xc2][0xdf][0xc9][0xd4][0xfc]=7[0xff] [0xc3]?[0xc2]?q[0xef][0x9f][0xb9][0xf9][0x17][0x9][0xfe]U[0x86]![0xf8]7[0x9e][0xfa][0xef][0x12][0xfc][0x7][0xf][0xfe][0xa7][0xc][0xff][0x5][0xff][0xcd][0xbd][0xff][0xe1]o[0xff]+C[0x1e][0xfc][0x1f]O[0xf8][0x1e][0xfb][0x95][0x4][0xbf][0xa6][0x9][0x8][0xc4][0x5][0x91]F0[0x8b][0x9b]lnl[0xdc][0xd8][0xb9]q[0xf0][0x14]I[0xc2][0x1c][0x19][0x16][0xc3]/s0[0x97][0x9e]([0xf3][0xa0]3[0x7][0x15]~[0xc9][0x93]0_[0x86][0xe5]X[0xe0][0xc4]B[0x9c][0xc3]k[0x8a][0xb8])[0xe6]fn[0xe][0x96][0xf0][0xdc]R[0x19][0xe7][0xe1][0xfc][0x1c],[0x93]q[0x1].[0x94][0xb0][0x9c]?.[0x92]p1?[0x97][0xf0][0xc2][0x8a][0x1c]\[0x9a][0x8b][0x95][0xb8]L[0xa6][0xa6][0x8a]{[0xcb]%\[0xc1][0xcb][0xae]#[0xec][0xe8][0x94][0xd0]%[0xc3]F[0xac][0xe1][0xa6]VB[0x8f][0x84]+eh[0xc0]:&[0xb0][0x8a][0x9b][0xd5][0xdc][0xac][0xe1][0xe6]zn[0xd6]rs[0x83][0x84]7[0xca][0xb0][0x1d]o[0xe2][0x97]u[0x12][0xae][0xe7]g[0xbd][0xc];p[0x3][0xf7]6[0xca][0xb8][0x9]7[0xe7][0xe2][0xcd][0xd8] c#n[0xe1][0xa6][0x89][0xc1]4K[0xb8]U[0x86].[0xdc]&[0xe1]Gd[0xe8][0xc6]m<{;7-[0xdc][0xb4]r[0xb3][0x83]'[0xb6]9[0xb1][0x1d];[0xb8][0xe9][0x94]p'[0x8f]|[0xd4][0x9][0x7]p[0x17]O[0xd8]-a[0x17][0xcb][0xbe][0x87][0x9b]n[0xfe][0xb6]W[0xc2][d[0x18][0xc0][0x1e][0x9][0xf7]9[0xa1][0x4][0xf7]K[0xf8]1~~\[0xc2][0x3][0xbc][0xe2]6[0x9][0xbd][0x12][0xf6]"[0x14][\r][0xa9][0x91][0xc1]`_[0xb3][0x1a][0xf6][0x85][0xb4][0xe1][0x88][0x16][0xc][0x84][0x11]\m[0x7][0xbd][0x87][0xbd]u[0xd1][0x88][0xe6][0xaf][0xf3][0x5][0x3][0xbe]h([0xa4][0x6]"uMfw[0xbb]7<[0xd8][0xee][0x1d][0xde][0x80][0x90][0xbb][[0x1b][0x8]x#[0xd1][0x90][0x8a]p{[0x86][0xcb]6[0xb6][0x5]C[0x3]u[0x7][0xa3][0x1]-R[0x17][0x8a][0x6][0x2]j(\7[0x14][0xec]S[0xfd]u[0xdb]B[0xde]![0xf5]H0t[0xa8]][0xa0][0xda][0x90]2[0xb1][0xce][0x2]t[0xc3]f[0xe2][0xef][0xd8][0xa8][0xd1][0xd7][0xcd][0x8]s[\r][0xd0]~o`[0xa0][0xae][0xc9][0xef][\r][0x87]7Tw#[0xd8][0x9a][0x88]0BA[0x9b][0x16]P;[0xa2]C[0xbd]j[0xa8][0xcb][0xdb][0xeb][0xa7][0x91][0xa2][0xb6][0xa0][0xcf][0xeb][0xef][0xf6][0x86]4~7[0x6]m[0x91]A[0x8d][0xe4]w[0xa7][0x1][0xb8][0xc5][0x1f][0xf4][0x1d]j[0xdd]CCk[0x5][0xf5]]b[0x9c][0x10][0xd8][0xf][0xf1]+[0xc2][0x9c][0x14][0xfe][0x8][0xa5][0x89]L[0x8e][\r][0xc7][0x18][0xcd]M[0x9e][0xbc][0xd1][0xcd][0xd2][0xc8][[0x8f][0xfa]T[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xfa][0x10][0xe6][0xa5][0x8][0xc5][0xf3]X[0xae][0x1c][0xc2][0xd5]4[0xa8][0xf9][0xfb][0x10][0xf6][0xba][0xae]A[0x9f][0x81]`D[0xeb][0xd7]|^[0xe6]YG2u[0x88]w[0x12][0x8c][0x99]8t[0xe7]@[0xa8][0xce][0x98][0x3]![0xb][0x18]$[0x10]jf[0xc1][0xf][0xc1][0xd9][0x17][0xb7]-[0xc2][0xe2][0xe9]mO[0x9e][0xa7][0x85][[0x6][0x2][0xc1][0x90]J[0xf8]j3WA[0xf5]>2[0x99]O[0xd7]\[0x9e][0xce][0xb1]W54[0xd9]2[0xb]23[0xc1]s[0xe][0xa8][0x11]A[0x96][0x1c][0x9f][0xbc][0xcd]Um[0xd9][0x1c]mZ8BS6[0xa5][0xc]f[0xbe]3[0xd8][[0x8a]|[0xc1][0xa1][0xe1]hD[0xed]R[0xc3][0x11]}[0x98][0xdc]p[0xa1]/[0xe8][0xf7][0xab][0xbe]H[0xb][0xd1][0xd0][0xbc]~[0xed][0xb8]P[0xf5][0xd6]P([0x18][0xa2][0xaf][0xc5][0xae]d[0x18][0xc2][0xce][0xaa][0xf1][0xb9]0[0x15][0xe4]u)[0x10][0xe3][0x1e][0xd9]5[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e]a[0x87][0x16]p[0xdc][0xc9][0xb4][0xa7][0x9a][0xca],[0x17][0x1d]&l}[0xde][0x88][0xda][0x11][0xec][0x8][0x6]vG[0x8][0xa5][0xaf][0x85][0x5]n[0xd2]w[0x93]}[0x80]T)[0xb6]i[0x9c][0xc6][0xee]HH[0xb][0xc][0x10][0xa7][0xe2][0xd8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-[0xe1]H([0xea][0x8b][0x4][0xc9][0xdb][0x16][0xc4]F;[0x3][0xfe]c[0x9d][0x81])>[0xee]SC[0xc1][0xc6][0xd0]@[0xc2][0xc7]9[0x83][0xde]p[0xf2][0x82]l[0x17]{[0xca][0xbc][0xd8][0xb2][0x16][0xfa][0xe4][\r][0xf8]TS[0xcf]r[0xb3]:[0x1c]R[0xc9][0x91][0xd9][0xff][0xca][0xc8][0x93]#[0xda][0x90][0xda][0xad][0x85]5[0x92][0xb1]1@n[0xee]5[0x82]i[0xa9]E[0x82][0xf8][0x1a][0x92]"?F{[0x9b][0xa6][0xfa][0x99]dAl[0xc0]db[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]`b[0xd9][0x17]R[0x8d]1[0x8e]{[0xd5][0x16][0x6][0x9d][0xbd][0x7][0xc9][0xf6][0xbc][0xb]#[0xf4][0xb5][0x83]|[0x86][0xdd]l[0x16]^[0x9d]F[0xdb]N=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x88][0x0][0x88][0xd0]q-{$6[0x93][0xed][0xad][0xe]QF [0xf2]H[0x10]K[0xd2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]c!cQ:[0x9]s[0xc3]1"[0x8][0xcb]2[0xe2][0x94][0xa7][0xb][0xd2][0x12]8[0x1c]<[0xc4][0xe1][0xe9][0xb6]Y[0x4][0xce][0x14][0x0][0x99][0x9][0xb7]p8[0x18]f[0x97]8[0xb6][0xf5][0xe8]0[0xad]"[0x85][0xc6]#<[0xc2][0x89]k[0x1][0x90][0x1][0xff][0xcc]0[0xda][0x2][0xea]Q[0xd2][0xa1][0xec]5[0xbd][0x96][0x3]A|%[0xfb][0x19]M[0x9b]{D[0x8b][0xc][0xee][0xc]Fh[0x11][0xc5][0x95].[0xf2][0xf6]`[0x94][0x96]I[0x91]X[0xf][[0xc9]Wx[0xd2][0x16][0xb5][0x9f][0xc2]2[0xc9][0xe7][0x88]xC[0x14][0x6]iRolh[0xc3]5E<[0x99][0xc9]7[0xf6]GT[0xe]V[0xe][0xaf][0xd1][0xc9][0xe5][0xd1]]Q?[0xd3][0xcf]e[0x8f]1[0xfa][0xe][0xe2][0x18][0xf5][0x13][0xfb][0xda]i[0x99][0xd2]\!#[0xaf][0x12]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x98][0x9e][0xce][0xd5][0xa0]tj[0xb6][0x86][0x8a]G[0xd0][0xf][0xd3]p[0xaa][0xd7]7[0x88]P[0x9e]"M[0x1c];[0xcd][0xca][0xd2][0xaa][0xcc]zC[0xc0]j![0xad]y)[0xc6][0xd1][0xb7]g[0xae]Z[0xae]iU[0xf8]![0xca][0x9c]O[0xfe][0x94]`[0x9a]*W[0xba][0xbd][0x99][0x92][0xc6][0xb6]d0-U&[0x8b]"[0xd9]1[0xec]![0x9d][0xe7][0xca][0xd9].[0xcc]c[0x8f][0xea][0x8a]{[0xe6]=[0xd7][0xe0]O[0x1f][0x94]&[0xcf]H[0xb6][0xff][0xa0][0xf0])di[0x8b][0xca][0x1a][0xae][0xca][0x80][0x9][0xfb]z.Q[0xd4][0xe3][0xb0][0xda]g[0x86]aJ[0x1e][0xae][0xe4]`gM[0x83][0xb1]R~[0xc3][0xcc][0xb3]6[0xd6]LY[0x1b][0x15][0xaa][0x82]o[0xd8][0xc2][0xb6]8[0x95] [0x15][0x1c]2K[0x1d][0x8b][0xa8]i[0xa6]P[0x8c]-I[0xa7][0x9]Z[0x9a]utUz5[0xcd][0xb2][0xea][0xcf]:[0xba][0x1a]aMZu[0xcf]P[0xf3][0xee]Hc[0xd8][0x9d]^>[0xf9][0xe9][0xa7][0xa5]Y[0x6][0xfb][0xdd][0xc1]h[0xc8]G[0xd5][0x11][0x1f][0x98][0x16][0xa6]?[0xad]d[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xe1]0[0xc2][0x8a][0xcc]N[0x9f]4[0x1b][0xfb][0x14][0xb8][0x1d]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x84]/+[0xf0][0x5][0xf8][0xa2][0x84][0xaa][0x82][0xfd]8[0xa0][0xc0][0xd3][0xf0][0x1d][0x5][0x7]Q#[0x93][0xc5][0xb1][0xea][0xe7][0xc][0x5][0xf][0xe2]![0x5][0xfd]8D1w:M([0x18][0xc0][0xa0][0x84][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8e][0xc4][0xe4])[0xb8][0xa8]`[0x18]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0xf1][0xb0][0x82]G[0xf0][0xa8][0x2][0xa7][0xe0][0x1][0x8a]e[0x89][0xc6]U[0xf0][0x18][0x1e]W[0xe0]4[0x9c]Q[0xe0][0x1c]7[0xe7][0xb9]y[0x8c][0x9b]'[0xb9][0x19][0xa1][0x6]?[0x1][0x8f]RU[0x9a]\[0xa5]m[0x89][0xd2]A[0x83]K[0x9a][0xc2][0xae]A[0xb5]Bc@[0x15]>[0xd6]R[0x85][0x82]w[0xe0][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x85][0x9f][0xa4][0xbc]V[0xa1][0x85]+[0xc8][0xf4][0x15]aQn[0xaf]T[0xf0]n[0x1e].[0x8e]S3[0xdd][0x93][0x95]t[0x8f][0x84][0x9f]R[0xf0][0x4][0xbc][0xaf][0xc0][0xc3][0xcc][0xff][0x11]n.0[0xff][0x1b][0x18][0xae][0xc1] <[0x18][0x8c][0xfa][0xfb]*[0x6][0xbd][0x87][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xa8][0xd7][0x17][0xf1][0x1f][0xab][0x8][0x6][0xd4][0x8a][0xe1]h[0xaf]_[0xf3]U[0xf8][0xe2]5[0xb5][0x82][0x9f][0xc6][0xcf]Hx[0xaf][0x82][0xf7][0xe1]g[0x11][0x9a]2'r[0x9c]jv[0xf][0x95][0x12]Q[0xe][\r]V[0x92][0x12]~N[0xc1][0xcf][0xe3][0x17]H[0xb6][0xb8].E}[0xa0][0xe0][0x17][0xf1]K[0x9]F[0xd4][0xab][0x12][0x5][0xbe][0xc9]j<[0x89]_&[0xc1];[0x82][0x15]l=[0xde][0xa5][0x15]zmH[0xc7][0xee][0xfb][0x15]|[0x0][0x1f]T[0xf0][0x14][0x9e]V[0xf0][0xc]>HD[0x92]w[0x82][0x82]_[0xc1][0xaf][0xd2][0x81]'[0xd3][[0x82]*[0xda]P@[0x11]-~[0xc0]Q[0xc3][0xac][0xe1][0xaf])x[0x16][0xbe][0x9d]`[0x1]3l$[0x90][0xd7][0x2]$R[0xc0][0xeb]7[0xf9][0x98][0xb5]o[0xb8]n[0x9b]W[0xf3]3[0xb1]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xc3]e[0x5]^[0xe2][0xe6]Un[0xbe][0xc7][0xcd][0xf7][0xe1]2m[0xe9][0xcc][0xe8][0xe9][0xe5][0xb1][0xbe][0xf][0x99][0xee][0xd7][0x15][0xf8]9[0xfc][0x82][0x8c][0x9e][0xd9]r=[0xc0]Z[0x1c][0xe9][0xa7][0xf0]3&[0xf3][0x90][0x2][0xc]"[0xe1]y[0x5][0x1f][0xc6][0xb][0x12]>[0xaa][0xe0]c[0xf8][\r][0x9][0x1f]W[0xf0][0x9]|R[0xc1][0x11][0xfc][0xa6][0x82][0xdf]b[0xef]Z[0x95][0x19]#R[0xad]Qh2y[0xd2]b][0xc6][0xeb][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x81][0x1f][0xc3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x9]o)[0xf0]C[0xf8][0x91][0x2]o[0xd3]+>[0x85][0x17]%|Z[0xc1][0xef][0xc0][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xb0]u[0x16]L[0x9d][0xdc][0x15]|[0x86][0xb6][0x7][0x8e][0xe2]%[0x5][0xde][0x83]w[0x12][0xb6][0xb4][0xfe][0xfd]Y|N[0xc1][0xe7][0xb9]y[0x1][0xc7][0x10][0xe6]'[0xd3]"4"[0xc1][0xb1][0xc][0xe3]i[0xbe][0xc7][0x12][0x98][0x82][0x97][0x91][0xf6]wqb[0xc8][0xa8][0xa2][0xb3]3_[[0xf1]C[0x81][0x97]q[0x82][0xce][0xeb][0x19][0x86]X[0x5]N[0xc0][0xa7][0x11]\[0x99][0xfa]0[0xc2][0xe2][0xe9][0x83];B[0xcd]T[0xac][0xd3][0xdc]E[0x88][0x3]6%[0x9b][0xea][0x8c]s[0x13][0xed][0xf1]~-$N[0xbd][0xe6][0xbd][0xcf][0xd2][0xd4][0x1a]&!%1[0x7][0x89][0xc6][0xdb]To?Bp[0xea][0x8a]'^xLOp[0x96][0xa9]4[0x8f][0xb2]y[0xa3][0xe5]X[0xb5]6[0xcd]%[0xa5]e$~[0x2][0xab][0x8b][0xaf][0xa2]L[0x98]-[0xe]Q+[0xa6][0xae][0x80][0x12]O[0xc6][0xb1][0xca][0xc9][0xb8]JY[0xee][0x9a][0xba][0xe0]2[0xa7][0xd1][0xb2][0xa5]3N[0xd2]I[0xb7][0x12]G[0xe3][0xb5][0xd8][0x95][0xae]T[0xca]O[0x90]Z[0xd4][0xe8][0xd5][0xfb]3[0x10][0xb3]$~[0xaf][0xd1]l[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TS[0xb5][0x96]zO13[0x83][0x99][0xaf][0xec][0x86][0xa3][0x91][0x96][0xfe][0xc6][0xde][0xb0][0xb8]SX[0x97][0xae][0x92][0xca][0xcc][0x0][0xc5]q[0x5][0xa8]}[0xe6][0xb5][0xcd][0xb2])[0x8d]o=[0xa8][0x94]j[0xe1][0xc6][0xb4]7b[0xe][0xef][0xf0][0xb0][0x1a] [0xa7][0xf7][0xb8]R[0xa5]O[0xbd][0xb8]1J[0x2][0xa2]([0x11][0x1a][0xfd]&([0xf1][0xae][0xc8][0xbc][0xe0][0xc9][0x89][0x4][0xf5]~Rm[0x19][0xa3]M[0x8e][0x9c][0x9f][0x88][0x93]\[0xd2][0xdb]GP[0x8a][0x88]4[0xdf][0xb6]%[0xdc][0x9c]-M[0xe0][0x12]R[0xfb][0xf9]:[0xb2][0xce]2[0x85]X.[0x9a]v[0x2][0xc2][0x1c]"L[0xc1][0x85]PS[0xa4][0xe6]{[0xf3][0xb0]@[0xbf]?[0x8d][0xb7][0x15]$[\r][0xd1][0x8]_[0xbd][0xc6][0xa9][0xd1]He[0xe2][0xd2][0xf4][0x98][0x16][0xc7].[0xdb]v[0x8a][0xaa][0xa3];[0xa8][0xf5]u[0xf0]U[0xa1]i[0xc0][0xe5][0xa9][0x6][0xdc][0x97][0xee]:[0xd5][0x16][0xd6][0x8e][0xab]"[0xc0][0xb5][0xd0][0x96][0x9f]&+[0xc5]R[0x80][0x9f][0xd2]-[0xff]4[0xd1][0xad][0x3]`[0x5][0xe4][0xef][0xda][0xd3][0xb6][0xf5]@wc[KscW[0xe7].[0x84][0x1b][0xdb][0xae][0x86][0x10][7&[0x16][0xd1][0x98]:[0x0][0xc6][0x3]A:[0x89]J[0x4][0x9a][0xf6][0xad]][0xdb];[0x9b][0xad][0xa0][0x9c][0x1][0xf5]H[0xec]f[0x94]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x8f]k[0x86][0x1b][0xc4][0x93][0xe][0xc8][0x14][0xbf][0xb0]0[0xff]l[0x9a]C[0xc9][0xd1][0x95][0xf6]|[0xc5][0x13]6_[0xd3]U[0x1e][0x11][0xb8])[0xa3][0xdc][0x90][0xee][0x17][0xa6][0xeb]3/[0xd3]:[0x3][0xf1]k[0xb3][0xde]X[0xc9].[0x99][0xc5][0xfb][0xcd][0x9][0x81]:cbU[0xf1][0xad][0xbe]([0xed][0x11][0x88][0xe7][0xb1]Z)|[0xb7][0xb7][0xb4][0xb5][0xb5][0xec][0xde][0xda][0xd4][0xd9][0xd1][0xbc][0x1b]aI[0xfa][0x1f][0xec]b[0xf3][0xf9][0xd4]{[\r]x[0x8c][0xdb]@S[0xe4][0x3][0xae][0xd6][0x19][0xf8]][0xab][0xf8]v[0xa1]T[0x84]}[0x99][0x18][0xf3][0xaa][0x98]q8[0xd5][0xc2][[0x87][0x86]#[0xc7][0x10][0xb6]g[0xee]3[0xd3][0xdd][0x7][0x8a][0x9f][0xf3]4[0xe3]R[0x8e][0x12]@[0xc2][0xaf]B[0x96][0xcb][0xba][0xa2][0xd4]QB3[0xe8][\r]w[0x88][0xfb][0xdb][0x1c][0xd2]h[0xc4][0xab]q[0xbe][0xb5]S[0xaa][0xf0][0x1f][0x9b][0xf6]~y[0x9a][0x82][0xe7][0x83][0xbe][0x3][0x9f][0x9f][0x9a][\r])>E9[0xa4]o[0x9b]>[0xc7][0xa6][0xe4][0xfa])[0xb3][0xe6]<+[0xf][0xf1]{J[0x8c][0x85][0x83][0x12]U[0xa3][0xdf][0x8f]Pf[0xfd]y[0xaa]I[0xff][0x91]L[0x94][0x5][0xfb][0x10]n[0x99][0xe5][0xee][0x17][0xfa][0xe7][0xd8]3s[0xf9][0x99][0xa3][0x1a]7N"![0xb4][0xc2]R[0x8][0xc2]0[0xf0]q[0xb0][0x88][0xef] [0xe8][0x19][0xa6][0xb7],[0x88]@[0x15][0xf5][0xa3]p[0x18][0xb2][0xe1][0x8][0x8d][0x1c][0xa0]g[0x16]=[0xe7][0xb8]k[0xc6][0x1][0xdd][0x93][0x90][0xd5]3[0xe][0xd9]/[0x80][0xed][0x12][\r]f[0xc3]Qj[0xf3][0xe9][0x9][0xd0][0x8]v[0xa8][0x87]B[0xd8][0x2][0xc7][0xe8][0xad]T_[0x4][0xc7][0xe1][0x13][0x0][0xa2]w[0x7][0xdc]I[0x84][0xef][0xa2][0xbe]BO}[0xe4][0x93][0xd4][0xbb][0x9b][0xfa]6z[0xde]c[0x0][0xf8][0x14][0xbd][0xd1][0x91][0x80]F[0x98][0xfd]qz[0xb3][0xd1][0xb3][0xd2]]3[0x6][0xf6][0xe]n[0x1d]g[0xc1]Y[0xeb][0x19][0x3]i[0x4][0xf2][0xdd]<[0x90][0xe3][0xa9][0x1d][0x83][0xdc]Kb[0xf5]Q[0xc1][0xdb]Nm+8`[0x7]ak[0xa3][0xf7][0xe][0x12]w[0xa7][0xc0][0xe5][0xd6][0xa9][0x99][0xb8]*[0xe1]3p[0xaf][0xc0]S[0x9][0xf7][0xc1]g[0x89][0x82][0x3][0xca][0xe1]s[0xf0]y[0x92][0xc9][0xc6]W2[0x6][0x8e]f[0xfa][0xc2][0x12][0x15][0xd6][0x14][0x83]<[0x6][0xce]7@[0xb2][0x8d][0x80]-[0xfb][0xa2][0xc9][0xd5]![0xa8][0xdc]b[0x91][0xbe][0xd0][0xe4]R[0x8]_[0x12]\l|[0xd3]cP[0xbc][0x8b]8[0xb0][0xde]V[0xb9][0x9f][0x7][0x1b]I[0xa1][0xbc][0x6]y[0xed][0xb5]W`[0xa9]{[0xc][0xf2][0xc7][0xa0][0x80]%+[0xa4][0xff]9[0x97][0xa1][0xa8]][0xcc]!)[0x8b][0xf7][0xd6][0x8e]&[0xc9]y+[0xe9][0xf3][0x0]q[0xb8][0x8d][0xc][0xd7][0xb]+A[0x15][0x8]*t[0xda]&[0x82]U[0x86][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]b[0xe9][0xb2][0x8][0xcb][0xfd][0xf0][0x0]=[0x19]K[0x1d]}a[0xf4]v[0xe2]=w4I[0xa4][0x83][0x82][0xa0]n4[0xbb]AP7[0xd5][0x83]D[0xe4][0x94]I[0xe4][0x6]z[0xf2][0x1c]'[0xb]P[0xc]%cP[0x9a]L[0xea][0x88][0x85][0x94]3[0x85][0xd4]i8c[0x90][0xba][0xd3][0xd0][0xf6][0x12]v[0xba]y[0xac][0x89][0xf9][0xdc][0x94]q[0xb3][0x80][0x9b][0x85][0xfc][0xa1]<[0xee][0x82][0x8b]A[0xa2][0xf6][0xe][0xc2]w[0x17][0xc8][0xe4]V[0x5][0xe4]Vs[0xc9][0xa5][0xca][0xc8][0x9d][0x16][0x93];[0xc5][0x8d][0xb2][0xc4]T[0xc9][0x12][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|5[0xc1]%y[0xe4]k[0xe6]N8K[0x90][0xce][0x99][0x90][0xce][0xd0][0x1b][0xab]t[0xbd]n[0x9e]Ega[0xf5]$,[0xa6][0xbd][0xb0][0xa4][0xa8]b,f[0xb4]J[0xea][0x15]-[0xa3]f[0xc][0xaa][0xda]k&ayO[0xed]8[0xac][0x98][0x80][0xeb][0xb2]`o[0x1c]l[0x91][0xf0][0xc1]{[0x9][0xe8]}PM[0xd6]XG~[0x16][0xb3]Y5A[0xff]:<$[0xa0][0xae]7[0xa1][0xae]O[0x81][0xba]>[0x5][0xea]y[0x13]j[0x8f][0xa1]='k[0xca][0xc5]Mu[0xf2]f=E[0x9a]:M[0x0][0xce]X4[0xe3]4[0xd9]9S[0xd8]9S[0xd8]=l[0xb2];lhf[0x81]{[0x1c][0xdc][0xe7][0xa0][0xa4][0xa8]f&[0xd1][0x1f]"k[0x9d]'[0xee][0xf][0x93]}.[0x98][0xa2][0xcb][0x16][0xd1][0x17][0x98]X[0x16][0xa4]`Y[0x90][0x82][0xe5][0x11][0x13][0xcb]I[0x3][0xcb][0x1a][0xc3]J[0xe7][0xc0][0xcd][0xa8][0xce][0xc2]2}[0x80][0xb6][0x90][0xe7][0x95][0xb3][0x84]q[0xe5]L[0x18]G[0xc8][0x1b][0xbe]MA[0xe1])X[\r]O[0x9b][0x18]+-[0x18][0xd7][0x98][0x18][0xd7][0xa4]`\[0x93][0x84]1[0x8b]/,[0x8d][0x8d][0xb3][0xb1]OJ[0x8c][0x8d]>[0x6]u[0xaf][0xd8].L[0x11]OF-;[0xa6][0xc4]`h[0xe3][0xcb]Xjc[0x2]3[0x98][0xb5][0xee]bX[0x95]M[0xa6]^M[0x9d]5z[0x87][0x9a][0xeb]yCO[0xc0]Z$O.[0x16][0x12][0x17][0xdd][0x90]F[0xe4][0x5][0xc4][\r][0xe0]E[0xc8][0x85]I[0x12][0xff]%[0x98][0x7][0xaf][0xc0]2x[0x15][0xae][0x87][0xef]Z[0x1c]d[0xad])[0xf0][0xda][0x14][0x81][0xd7][0x1a][0x2]C|[0x8f][0x89][0xfd][0xb8]![0xc7][0x13][0x2][0xf5][0x93][0xa6][0x99][0xba][0x8d][0xa4][0xa2]<[0xb]7[0xb2][0x16][0x8][0xe9]Mq4[0xb2][0xf8][0xf6]:9[0xdd][0xf7]-[0xdc][0x15][0x93][0xbb][0x92][0xc2]]IQ[0xf7]H:^[0xeb][0xa6][0xe2][0xf5][0x3][0xe2][0xf5][0xe6]U[0xf2][0xb2][0xf1]M[0xae][0xc1][0xab][0xcb][0xb0][0x86]LF([0x11]FH[0xe6][0xf4]6[0xe9][0xf8][0x1d][0xb]'[0xd9][0xe4]$[0xa7]p[0x92]S8}[0x8b]\R[0xe7][0xb4][0xde]p[0xa2][0x2][0xc3][0xaf][0xb3]_[0x86][0xf5]cP[0x9f][0x1c]pbq[0x9f][0x2][0x83][0xd5][0xdd][0xa0]'[0xdc][0xe5][0xd4]>[0x5][0x17][\r][0xaf]\OO[0x6]d'[0xd4][0x1b][0x92][0xc9][0xbc]oAl7[0x11][0xdb][0x8d][0x9c]b[0xe3]_+[0xc]2[0xbf]c[0xe4][0xeb][0xd6]I[0xd8][0xd8]C[o[0xd3][0x18]ln[0x1f][0x81][0xbc][0x8e]Ih[0xe8][0xf1][0x8c]C[0xe3][0xa8][0x9b][0xf3][0xd8][0x16][0xca][0xe4][0x9c][0xc3][0x9b][0x8c]g[0xb3][0xf1][0xdc]j<[0xb7][0x89][0xe7]8|[0xa4][0xc3]3jh[0xbd]@l[0x1c][0xc6][0xb4][0x92][0xac][0x5]([0x81][0x82][0x5]P[0x80]yP[0x88][0xf9]P[0x86]s[0xa0][0x2][0x8b][0xc0][0x85][0xb4][0xf]p.[0xac][0xc3][0x12]h[0xc0]R[0xd8][0x8e][0xf3][0x4][0xf6][0xb5][0x84][0xb6][0x90]t[0xff][0xc][0xed]([0xe][0x10][0xad][0xa6][0x14][0xad]ff[0xdc][0xc][0x97][0xe0]Y[0xe2]QAU[0xc2]s[0xf0][0xbc][0xa8][0x0]^[0x80]1C[0xb2][0xed]Fh[0x91]'a{O[\r][0x5][0x8e][0x96]$-a[0xa5]%[0xf3]Z[0xed][0x1a][0xab]0d[0x83][0xbe][0x8d][0xef][0xc6][0xcd]*[0xc0].[0xb2][0xb8][0xab]FdL[0xe7]kPRos[0x97][0xd9][0xc6][0xa1][0xf5],[0xcc][0x9d][0x84][0x1d]=[0x1e][0xf1][0xd6]6[0xe][0xa4]F[0x9b]'[0xce]S[0xf8][0x13]zH[0xb]+M[0x9][0x89][0x8e][0xc9][0xd7]e[0xf2]u[0x19]|[0xb9]7![0xe4]R[0xa8][0xc6]y[0x91][0xf6]:[0xdb][0xea]%[0xc2][0xa2][0x97]z[0xf7][0xd1][0x1b][0xc7][0x81]jw[0x1c][0xcc]8t[0xdc]d+[0xb5][0xe5][0x9e]>[0xf]v[0xcf][0xe8]e[0xe8],[0xb5]=[0xb];[0xc7][0xe0][0xa3]d[0xa4]]q0"f"[0x95][0xb8][0x1][0xe6][0xe1]F2[0xc7]f[0xb][0xa8]j[0x13]T[0xb5][0x9][0xaa][0xda][0x4]Um[0x80]*[0xa4]l[0xf0]2[0x5][0x1e][0x9b][0x11]D[0x12][0x83][0xc7][0xab][0xa6][0xca]N[0x1a]*[[0xa1][0xd7][0x19]k[0xa8][0xce][0xa8][0xb7][0x95][0xd9]&[0x80]N[0x92]gA[0xf2]PY8[0x9]]=[0x9e]2[0x1b][0x19]i[0xcf]h[0xe2][0x6][0xc4]VRX[0x9b][0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x[0xcd][0xc0][0xb6][0xc2]p[0x4][0x85]B[0xe4]wi{[0xda][0xcc][0xed][0xa9][0x8f][0xfc][0x96]P[0xe1][0xf7][0xa6][0xc2][0xb6]*-[0xb6]n[0x3][0xdb][0xde]dl=[0x84]m[0xff]Ua{=[0x5][0xdb][0xeb][0x2][[0x16][0xff][0xe4]b`{[0x8c]h[0xb2]y[0xab][0xdc][0xb4][0x1]o[0xa9][0xb7]y[0xea][0xed][0xee][0x1a][0x2]Rf[0x1f][0x87][0x1e][0xbd][0xcf][0xdd]}[0xf5][0xf6]2{[0x1c][0x99](2[0xd1][0xb][0x12][0xf6][0x82][0x8c]>([0xc5]>X[0x8a][0xfd][0x2][0xe5]f[0x9d][0x9e][0x89][0xb2][0xca]DYe[0xa2][0xac]2PJ[0xb0][0x8][0xde][0x10](eBw[0x85][0xc6][0xec]&^[0xfd][0xdb][0xf][0x4][0xde]7[0xe1]-#[0xc4][0xbd]N[0xef]\[0xd5]5[0xb8])[0x10][0xec][0x9f][0x80][0x8f]!0[0xb4][0x9][0xb8][0x95]u[0xe9][0xe6][0xde][0xc7][0x91][0xf8][0x1c][0xa8]w[0xd4][0x96]9&[0xe0][0xb6],Jr[0x85]e[0x8e]2[[0x8d]g[0x2][0xbc]6[0xa8][0xb7][0x8d][0xfc][0xfa][0xdd]2[\[0x16][0xdd]K[0xf]A%[0xfa][0xc1][0x83]C[0xb0][0x9][0x87][0x85][0x1c][0xdb][0x89]O%[0xcc][0x87][0xdf][0xa6][0xf0][0xe5] D[0xab][0xe1]w[0xe1][0xf7][0x84][0x5][0x1a]L[0xd9][0x1a]L[0xd9][0x1a][0x84][0x1c]Y[0xa2][0xc7]Rf[0x8b][0x1e]Kd[0xb3][0x4][0xef][0x6]!Q[0x96][0x11][0xbc][0x9f][0xfe][0xdf][0xa6][0xc0][0xaf]KVo[0x14]h[0xe]N[0xd1][0xbd][0xc9]a$b[0x9][0xb6][0xe][0x93][0xbf]C[0xf0][0x8a]%[0x83]w[0x89][0xd7]{&=[0xe]"[0xd9]1[0xaf][0xa3][0xbd][0xeb]+[0x86][0x3]c[0xd0][0xd7]^[0x9b][0xf0][0xae]N@?e[0xfd][0xda][0xb8]>D-[0x88]wR[0x10][0xbd][0x1b][0xaa][0xf0][0x84]%|Y=O[0xe7][@E[0xc1]{B[0xee][0x98][0x8c][0xfa][0xc8][0x1f][0x98]2[0xbe]K[0xff]?[0x84][0x1f][0x99]U[0xa1]C$[0x82][0xf2]Z[0x8b][0xf3][0xcf][0x99][0x84][0x81][0x1e]O[0xad]8[0xcb][0x8d][0xc3]`[0x1c][0x89].[0xf9][0xfd][0x96]#Z[0xb9][0x89][0xa0][0xdc][0xd4]|[0xb9][0xa9][0xf9]r[0xc3][0xab][0xe2][0xfa].O[0xd0][0xf7][0x1f][0x12][0x8d][0x1f]O[0xa7][0x1f]-I?[0xda][0xd4][0xfa]9G[0xfa]9O[0xfa][0xb9]0[0xa3]~[0xae][0xa4][0xe8][0xe7][0x8a][0x5][0xd3]O[0xe8][0xff][0xa7][0xf0]3[0x3][0xd3][0x1e][0xc3][0x7][0xca]j[0xde][0x80][0x82][0x9a][0x9]8[0x88]P[0xc][0x87][0x9e][0x4];[0x8e][0xea]oq[0xb7][0xd0]aMp[0xfd]H%@"[0xdc]Q[0xb0][0xe1]%p[0xe0]s[0x16][0xb2]y&[0xd9]<[0x9d]la3[0x1d]}[0xde]7[0xc8]n2[0xc8][0xe6][0xba]k^[0x83]!:[0xe7]'[0xd7][0xc2][0xeb]-[0xa4]rMR[0xb9][0xf0][0xa7]l[0x0]"u[0x2][0xfe][0xcc][0xcc][0xd5][0xfa][0xd9]Z[0x16][0xa4]([0xdc][0x5].[0xa5][0xa5][0x95][0x9a][0xab][0x5]-[0xd1][0xfb]s[0xbe][\r] [0xaa]'[0xe1]/[0xa6][0x0]hO.[0x93][0xa6][0x5]H[0xac]t[0xe3][0xfc]%[0xfc][0x95]x[0xfe]5[0xba][0x81]K[0xef]l[0xd8][0x8][0xfa][0xdf]!([0xc1][![0x17][0x1b]q[0x13]>[0x2][0xb9][0xbf][0x1]PK[0x7][0x8][0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runners/JUnit4.classuQ[0xd1]N[0xc2]0[0x14]=[0x85][0xc1]d[0xa0][0x8]"[0xa0]_[0x80][0x98][0xb8][0x98][0xf8][0x6][0xe1]A[0x82][0x89]f1F[0x94][0xf7]2[0x17],[0x8c][0x96]t[0x9b]Q[0xff][0xca]'[0x13][0x1f][0xfc][0x0]?[0xca]x;[0xf4]A[0x17][0xdb][0xa4][0xf7][0xdc]sOOo[0xdb][0x8f][0xcf][0xb7]w[0x0][0xc7][0xd8]s[0x90][0xc7][0xae][0x8d][0xa6][0x8d][0x16]C[0xb1]/[0xa4][0x88][0x7][0xc][0x8d][0x8e]7[0xe7][0xf][0xdc][\r][0xb9][0x9c][0xb9][0xc3][0x90]GQ[0xef]`[0xc2]`[\r][0xd5]][0xc0]P[0xf5][0x84][0xc].[0x93][0xe5]4[0xd0]7|[0x1a][0x12]S[0xf7][0x94][0xcf][0xc3][0x9][0xd7][0xc2][0xe4][0xdf][0xa4][0x15][0xdf][0x8b][0x88]a[0xdf]Sz[0xe6][0xce][0x13]rvu"e[0xa0]#[0xf7][0xe2][0x96][0xb2][0x93][0x1e]Caa[0xcc][0x19]j[0x99][0xf3][0x18][0x9a][0xbf]M[0x9f]V?[0xc6][0x8d][0xbf][0xe2]~w@zg[0xf4][0xe8][0x7][0xab]X([0x19][0xd9]h3[0x94][0xc6]b&y[0x9c]h[0xda][0xd2][0xca]\[0xc8][0xec]1wr[0xc6]*[0xd1]~p&[0x8c]sy[0xdd][0xd8][0x91][0xd1]V`[0xa1][0xc0][0xd0][0xfe][0xaf]{[0x86]N[0xb6]t[0x1a]*[0xb1][0xae][0xa7][0xa7]\[0xa7]<[0xc3]aV[0xba][0xa4][0xb7][0xc][0xdd]s[0xa2][0x4][0xf][0xc5]37[0x8d][0x8f][0xb4]V[0x9a][0xbe]%G[0xbf]b[0x6][0xa3]I]PV[0xa4][0xec][0x8a][0xf8][0x1c][0xc5]b[0xf7][0xf0][0x15][0xec][0x85]P[0x1e]6[0xad]N[0xca]6I[0xd7][0xc2]F[0x8a]R[0x15]JTA[0x8a][0xca][0xa8][0x90][0xd3]&a[0x13][0xd7][0xcc][0x16][0xa1]*a[0x8b][0xe2]6j[0x84]r[0xa8][0x13][0xde]IQ[0xe3][0xb]PK[0x7][0x8][0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/MethodSorters.class[0x95]TYO[0x13]Q[0x14][0xfe][0x86].[0xd3]e[0x80]R6YDA[0x94][0xb6],[0x95][0xcd][0xad][0x15][0xa9][0xa5]([0xa6][0x94][0x87][0x1][0x12][0xf4][0xc1][0xc]e(C[0xa6]3d:%[0xf1]_[0xb1][0xa8][0x18][0x8d][0x86]g[0x94][0xf1][0x9c][0xe9]@Z,[0x1][0xa7][0xc9]=[0xf7]l[0xdf]9[0xdf][0xb9][0xf7][0xf6][0xf7][0x9f][0xef][0xbf][0x0]Lc9[0x8]/fB[0x98][0xc5][0x9c][0x88][0x1][0x11][0xf3]!t[0xe0][0x9]/O[0xd9][0xf3],[0x80]h[0x10][0xcf][0xf1]"DJ[0x8a]-[0xe9][0x0][0xba]X[0xbe][0xc][0xa0][0x9b]=[0xb][0xac][0xbc][0x12][0xb1]([0xa0][0xad][0x90]Y[0xcd]}[0xcc][0xc8][0xd9]\ai[0xa5][0xf0]F[0xc0]p[0xde][0xb4]J[0xc9][0xfd][0xaa][0xa1][0xd9]I[0xab]j[0x18][0xaa]UI[0xae][0xaa][0xf6][0x9e][0xb9]#[0x9b][0x96]MZJ[0x80][0xe7][0xdd][0xe6][0xaa][0x0]q)[0xb7][0x9c][0xd9][0xc8][0xaf][0xb][0x8][0x15][0xcd][0xf2][0x81]b)[0xb6]i[0x9][0xe8][0xc9][0xef]+[0x87]J[0xb2]jkz2{i[0xa7][0xac][0xa0][0xac][0x95][0xc][0xc5][0xae]Z[0xaa][0x80][0x99][0xa6]A[0xe9][0x9a]UW[0x8c]R[0xd2]Rwu[0xb5]h[0xbb][0xb5]S[0xb][0x4] [0x8e]nf[0xf2][0x1b]9Y[0xc0][0xc8][0x87][t[0xe9]?T[0xf4][0xaa]Z[0x11]0[0x1a][0x8b][0xdf]&[0xde][0x9b]5w[0xa8][0xb5][0xf6][0xbc]f[0xa8][0x85]jy[[0xb5][0xd6][0x95]m[0x9d],[0xa2][0x3][0xb4][0xb6]+`>V[0xd7][0xa1]l[[0x9a]QJ[0xc5]o[0x1][0x1d][0xcd][0x9b]EE[0xdf]T,[0x8d][0x11]]X[0xaf][0xa1][0x94]U[0xf6][0xfd][0x3]I[0xbd][0xa7]5[0xc2][[0x10]0[0xd1][0xa4][0xe2]J[0xf3][0x9][0xc7]7[0x9][0xd3][0xde][0xd3]*|[0x6][\r][0xf5]>[0x1d]\[0xd4][0xbc] [0xf0]?[0x83]g[0xdc][0xd6][0x92]jg[0xeb][0xe][0xf9]N,~[0xdd]1[0xcf]][0xe3][0xba][0xe1]p[0x3][0xe9][0xa2][0xee]r[0xf6][0xc4][0xb8][0xe4]l]|[0xce][0xa8][0x96][0xd3]7[0xce][0x99]aB[0xb2]Y[0xb5][0x8a][0xea][0xb2][0xc6]l[0xa3][\r][0xfe])[0xc6][0x93][0xd0][0xcf]Of@B[0x6][0xaf][0x5][0xdc][0xbb][0x1]S[0xc2]}d%<[0xc4][0x92][0x84][0x1e][0xf4][0x8a][0xc8]I[0x88][0xa2][0x97]-[0x8f]x[0xd7])[0xa1][0x8b][0x97]n[0xb6]u[0xa3][0x93][0x1e]Tc[0xd7][0x2]|E[0xdd]4[0xa8][0x99][0xae][0x8b][0xb9]8[0xbe][0xb5][0xed]}[0x1a]@[0xea][0xca][0x95][0xca][0xea]J[0xa5][0x92]jv[0xc7][0x1a]Q)[0xaf][0xa7][0xd9][0xc5][0xe0][0xb9][0xd5]Q[0xd2][0xc][0xe2]`(z[0x3][0xa7][0xc5]iz[0xfc][0x1d][0xf4]G[0xe2][[0xec]c[0x6][0x0][0xc9].Wv[0xb3]$+q[0x5][0x9d]2[0xed][[0xd0][0x17][0xe9][0xe7][0xa1]q[0x6][0xfa]0[0x88][0xbb][0xe4][0x19]"m[0x84]$[0xa1][0x13][0x8]_[0xd1]r[0xe][0xcf][0x11]i[0xd4][0x0][0xad]~[0xc7][0xd7][0x86] [0xcd]o[0xd8][0x8d][0x9f]',[0xb6][0x86];[0xe1]M|[0x83][0xef][0x1c][0xde]#[0xa7]@}[0xc2][0x8][0xad]R-[0xc][0xf]0[0xea][0xf8]i[0xd6][0xb4]2[0xc4]{x[0xa8]y[0x8a]H[0x8c][0xf][0x9e][0xc1][0x9f][0x98][0xfc][0x2][0xf1][0x98]t[0x8f][0x83][0xd1]F[0x92][0xdb][0xf2]Sf[0x98]r[0x19][0xab][0x87]2[0x19]q[0xcc]![0xc6];[0xa6][0xe6]A[0xec][0xb2][0xe][[0xfa][0xc8]R#[0x1b]'[[0x2][0xe3]n[0xbd]$i[0x1c][0xe3]K|[0x86]x[0xb5][0xd9][0xb1][0xba]f}n[0x81][0x1a][0xc8][0x4][0x2][0x98][0xc4][0x94][0xcb]['/o[0xc0][0xbb][0x15][\r]xN[0x10][0xbf][0x0]\[0xa0][0xea]`[0xd3][0xc1][0xb6][0x83][0x1d][0x86][0x8c][0xe6]c[0xc1]P99[0xbd][0x1b][0xf1][0x9][0xf7][0x14][0xd7][0x81][0xd7][0xb3]F[0xea][0xe0][0x92][0xa1]t[0xa5]uh[0xb9][0x95][0xa1][0xae][0x8b]g[0x1e]+[0xcb][0xe0][0xbc]K=[0x14][0xaf][0x1f][0xc]n/[0x8c][0xcd]@[0xdc]HE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0xe]7$e[0x85][0x91]obx[0x9e][0x88]1T[0xbb][0xb1][0xb6]r,[0x1e]e$[0xfb]J[0xcc][0xd5]"[0x86][0xc3]?[0x86]|[0x96][0xf0][0xba]$[0xa1][0x93][0x88][0xec][0xb3][0x13][0xae]b[0xd2][0xae]-[0xa1]vB%[0x7]S*p[0xba][0xf][0xf7]~[0xb3][0xd5]`[0xd8]_\[0xe2]s[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]K[0xcc][0xa3][0xc5][0xf9][0x86][0x12]c[0xd2][0xf4][0xa7]/[0x82]H[0xb9]V[0xc3][0xbf]m[0xd7][0x1d][0xec]2[0x9c][0x85]&[0xf0]F[0xb1][0x96][0xd6]3[0xb1][0xd6][0xc2]D[0xde][0xbf][0x8e][0x8f]g[0x88]zs[0xff][0x82]B3[0xa1]_+[0x1e]E[0x82]`qn[0xdc][0xee][0x8f][0xc4][0x80]Fz[0xb0][0xf0]/[0xf3]i[0x11]c[0x89]{[0x8d][0x81]!E'M[0x1b]f[0x19][0xda]+[0xb2][0x84]r[0x84][0xd2][0x11][0x1c]z^[0xa1]0[0x85]<\[0xba][0xf7](Z[0xa5]tA`[\r][0xeb][0xd8]H[0xc2]'0[0x81]"J[0xd8]"[0x82][0x8b]D[0xaf][0x8c]J-[0xff][0xb]PK[0x7][0x8][0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.class[0x85]R[0xdb]J[0xc3]@[0x10][0x9d][0xb5][0xad][0xb1][0xb5]j[0xbd][0xdf][0x10]E[0xa4]([0x82]A[0xf0]IE[0xf0][0xd2]B[0xa5]j[0xa9][0xad]">[0xad]qL[0xb7]n7e[0xb3][0x11][0xf4][0xd3]|[0xf0][0x3][0xfc](q[0x12][0xd1]TZ[0xed]C[0xd8][0x99][0x9d]3[0xe7][0x9c][0x99][0xec][0xfb][0xc7][0xeb][0x1b][0x0]l[0xc3][0xa2][0x5][0xd3][0x16][0xcc]Y0[0xcf] [0xf5][0xc4]e[0x80][0xc]&[0xd7]7[0xca]M[0xfe][0xc4]m[0xc9][0x95]k[0x1f]K[0xee][0xfb]{[0xc][0xc6][0xf][0x95][0xf2][0xc]7[0xc2]S'[0xf8][0xc0][0x3]i[0x18][0x9c][0x95]=[0xed][0xda][0xcd]@[0x9]c[0xeb]@)[0xd4][0xbe][0xdd][0xe6][0x9a][0xb7][0xd0][0xa0][0x16]/xo[0x1f]I[0xcf]y<[0xad][0x13]`'"[0xaa]F[0xa8]ka[0x1a][0x95]o[0x9c]_[0xe4][0x8e][0xf1][0xf4]3i[0xa4]/[0x85][0xab][0xb8][0x9]4[0xb9][0xb8][0xe8]v[0xb1][0xbf][0xd9]W/f[0xfd]R[0xfa][0xe6]> [0xf6][0xcc][0xa5][0x17]h[0x7][0x8b]B[0x12][0xfd]D[0xa5][0xb3]o+Tb0OMF[0xb4][0xf0]J[0xf8][0xe2]Nb<[0xb1][0xcf]`[0xa5][0xc3][\r][0xff])[0xd8]U[0xa2]PaD[0x2][0xf9]>[0x90][0x8a]'[0x85][0x13][0xce]iU[0xeb][0xe7][0xb5][0xd2]Y[0xe1]O[0xd6][0x92]j[0x90]1[0x83][0xf7][0x4]^[0xea][\r][0xa9]q[0xed][0xa2][0xa1][0xfa]j[0xef]zAb[0x8b]dk[0xcf]m$P[0xb2]vS)X[0xb0][0xc0]`[0xb7]{[0x85][0xbf]V[0xb1]V[0xf7][0xf1][0x8f]-2X[0xf8][0xaf][0x98]-[0x85]i[0xf4][0xa7][0x90][0x16][0x96][0x8b]m][0xdc]5[0xd1][0xa1][0xf7][0xb2][0xdc][0xd3]i[0xbc]fB[0xf4]q[0x97]g[0xc0]`[0x80][0xbe][0x4]=_[0x96][0xa4][0xc1] E[0xf9] e[0x9][0x7],[0x18][0xa2]`[0x0][0xd2]T[0xce]D[0xd1]0d[0xe9]\[0xa6]|[0x84][0x9a][0x92][0x8][0xa3]0[0x6]9[0xba][0x1a][0xf][0xd3][`[0x8][0x13]0[0x9][0xb3]t[0x93][0x81][0x90]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xf2][0xe9]OPK[0x7][0x8][0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/Parameterized.class[0xb5]X[0x9]x[0x1b][0xd5][0x11][0xfe][0x9f]-yei[0xed][0xd8]r[0xe2]DN[0x8][0xb2][0x13];[0x8e]d[0xc7][0x1]BIl[0xe3][0xd4]111Xr[0x88][0x9d][0x4][0x93]P[0xba][0x91]7[0xf6]&[0xb2]$V[0xab][0x1c][0xa4])-[0xa5][0xa5][0xf7]][0xda]P[0xa0][0xb4][0xa5]M[0xef][0x9a][0xcb]v[0x8][0x87])[0xa5]Pz[0xd2][0xbb][0xb4][0xf4][0xbe]([0xbd]i)[0xbd][0x80]yoW[0xd2][0xea]pl[0xc2][0xd7][0xef][0xf3]j[0xdf][0xbe][0x9d][0x9d][0xf7][0xcf][0xcc]?[0xf3][0xe6][0xf9][0xd1][0xe7][0xee][0xbe][0xf][0xc0]YlI9[0xba][0xf0]!76[0xe2][0x16]7[0x8d]>[0xcc]>"[0xe1][0xa3]n,[0xc7][0xad][0xfc][0xe1]c[0x1e]8[0xf1]q>:[0xee][0xc6]'[0xf0]I.[0xff])[0x9][0x9f]v[0xe3]3[0xb8][0x95]?|[0xd6][0x3][0x19][0x9f][0xe3][0x8f][0x9f][0x97]0![0xe1]J[0x9][0xb7]q[0xf1][0xdb][0xf9][0xcf][0x1d]\[0xcf][0x9d][0x12][0xee]rc[0x12]S|f[0xda][0x8d][0x13][0xb8][0xdb][0x83][0x93][0xb8][0xc7][0x83]{q[0x1f][0xff][0xb9]_[0xc2][0xc][0x17]|[0x80][0xff]|A[0xc2][0x83][0x12][0xbe][0xe8]F[0x3][0x1e]r[0xe1]K[0xfc][0xfe]0[0xff][0xe6][0x11]>[0xfa][0xb2][0x1b][0xf5]x[0x94][0xeb][0xf9][0x8a][0x84][0xaf][0xba][0x11][0xc0]C[0x12][0xbe][0xe6]A5[0xbe][0xce]U~C[0xc2]7=X[0x8c]{[0xb8][0xc4]c\[0xdb]#.|[0xcb][0x8d]o[0xe3];.|[0xd7][0x8d][0xef][0xe1][0xfb]n[0xfc][0x0]?t[0xe1]q[0x17]~[0xe4]F[0xb]~,[0xe1][0x9]7:[0xf0][0x10]7[0xee]'[0x12]~*[0xe1]g[0xc]u[0xdb][0x93][0xea]VEW[0xc6]UC[0xd5][0x93][0xdb]R[0xb1][0x98][0xaa][0xf7]*[0x11]#[0xae][0x1f]f[0x90][0xfb][0xf8]cOTI&[0xd5][0xa4][0x84][0x9f]3[0x94]gd[0x19][0xdc][0xd9][0xef][0x18][0x16]\[0xb0][0xb9][0xb7]{{[0xff][0xd0][0x15][0xbd][0xdd]=C[0x3][0xdb][0x86][0x19]6[0xf4][0xc7][0xf5][0xd1][0xb6]}[0xa9][0x98]f[0xb4][0xe9]Bo[0xb2]-[0x91][0xfe]B[0xbb]J[0x1d]i[0x9b]e[0xdd][0xe]R[0x1d][0x1e][0xb8]b[0xdb][0xf6]px[0xf3][0xb6]A[0x86][0xaa][0xfe]}[0xca][0x1][0xa5]-eh[0xd1][0xb6]~-i[0xd0][0xfb][0xf2]Am4[0xa6][0x18])]e[0x8][0xe6][0xbd][0xee],X[0xb7][0xcd]T[0xdf][0xd1]E_J[0x16][0x14][0x86][0xb2]N[0x8d]D[0xba][0x18][0x16]6[0x9b][0x1a][0xa2]Jl[0xb4]M[0x18][0xdb][0xb1]z[0x7][0x83][0xa3]'>B[0xea][0x17][0xf4]k15[0x9c][0x1a][0xdf][0xa3][0xea]C[0xca][0x9e]([0xcd]x[0xfb][0xe3][0x11]%[0xba]C[0xd1]5[0xfe]lM:[0x8c]1[0x8d][0x94][0xd6][0x17]1z[0xab][0xdd]h[0x82][0xe0][0xdc][0xcf][0xd7]`[0xa8].X[0x96][0xa1]B[0xcf][0x8d][0x80];a[0xf3]q[0xcb]\[0xca]Wf=J[0xba]jsq[0x1e]N[0xa4][0xb1].[0xcc]_[0xb8]3[0xc0]][0xe3][0xde]|([0xa2]&[0xc]-[0x1e][0xa3]X[0xff][0x82]aq[0x81]_[0xb8][0x1c]wM[0xdd][0xa8]j[0xcc]J[0x9a][0xfe]"[0xee]|[0x9]T[0x90][0xf7][0x9a][0xc3][0x1e][0xd3]in%[0x16][0x8b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xc9]P[0x18][0xea]|[0x87][0xcc][0xce]nR[0x1d]*[0xb0]/x[0xda]@[0xbb]:$[0xfc]R[0xc2][0xaf][0x18][0x6][0x8a][0xbb][0xed]%[0xb8][0xc0]C[0xee][0xee][0x19][0xd3][0xa2]#[0xba]JF{[0x9b]W[0x17]&Dk[0xc1][0xe4][0xa9][0xd3][0xa0]1[0xa2][0xab][0x8a][0xa1][0xe][0xa9]Ic[0xa7]f[0x8c][0x85][0xe3]F8[0xae][0x8f]+Q[0x8e][0xc4][0x9e][0xd6][0xbb][0xec][0xc6][0xc][0x1a][0xba][0x16][0x1b][0xed][0xe8][0xb3]M[\r][0xec][0xd9][0xa7]F[0x8c]yX[0x97]^)[0x87][0xa1]RB1h[0xc8][0x8d]*\[0x86][0x12]E[0x8b][0x8d][0xa8][0x87][0x18]X[0x1f][0xc3][0xd2]l"[0xc][0xe8][0x83][0xf4]>[0xaa][0xda]J[0x91][0xb7][0x10][0x12]C[0xcd][0xae]b[0xb3][0x15]J4j[0xb7][0xb0]6[0xed]9![0xd6]G[0x93][0xce]][0x9e][0xe1][0xea][0xe6]Y[0x13][0x9d][0x8b][0x9b]{s[0x91][0xfa]^[0xa4]n[0x9e]f[0x81]/7[0xd2][0xeb]0[0xac][0x98][0x7][0x18][0xbe][0xdd]k1%[0x9a][0xc9]-GL[0x98][0xeb][0xea][0x8c]D[0xad]n[0xad][0xb4][0x99]w [0xee][0xc1]xJ[0x8f][0xa8][0xbd][0x9a]h[0xc8]r[0xf6][0xfc]5[0x1c][0xbc][0x8c][0xb][0xb1]EF?~#[0xe3]r[0xbc]BF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0xa8][0xa4][0xcf][0xbf][0x92][0xf1][[0xfc]N[0x86][0xe][0x1a][0xdd][0x80]'e[0x1c][0xc5][0xab]%[0xfc]^[0xc6]S[0xf8][0x83][0x8c][0x8b][0xb1][0x85][0xa1][0xfd][0xf4][0x9b][0xf][0x9][0x94][0xb1][0x19][0xbd]2[0xfe][0x84]?[0xcb][0xf8][0xb][0xfe][0xca]p[0xde]i[0xe6]$5[0xc8][0xf9][0xe1][0x92][0xf1]7<-[0xe3]}[0xb8]^[0xc6][0xdf][0xf1][0xf][0xf2]Pa"HxF[0xc6]?[0xf1][0xac][0x8c]w[0xe2]][0x12][0xfe]%[0xe3][0xdf][0xf8][0x8f][0x84][0xff][0xca][0xf8][0x1f][0x9e][0x93][0xf0][0xbc]L[0xf9][0xc4]dV[0xc2][0xa1][0xad][0x9a][0xe7]~![0xb3]R[0xfe][0x8d][0x83]1[0xda][0x11][0x8b]0[0x9a][0xa8][0x9e][0xcf][0xb6]M)JWU[0xe7][0xa1][0xba][0x91]:[0xdc]p[0xdc][0x9f]H[0xed][0x89]j[0x11][0x92]7y[0x11]6}[0xfc]&[0xff][0xfd][0xf1][0x98]_d[0x85]_fNV&3[0x89][0xa2][0xc3]\[0x8f]h[0x91][0xea]-[0xc5]>[0x9d]oW[0x97][[0xcf][0xca][0xd5][0xf1][0x84]![0xb6]B[0xd4][0xa3][0xb][0x1b][0x1][0x94][0xa2][0x8e][0xb7]!4[0xaa][0xe3][\r][0x13][0x18][0xfa]h\[0x82][0x8b][0xe0][0xe5]=[0x8e][0xed][0xd9]C[0xe3]~[0x84][0xe8][0x8b]0[0xcd][0xdc][0x4]'[0x1c]t?'[0x10][0xbc][0x1d]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0x81][0xe0][0x14]JC[0x81])8j[0xe0][0x9c]D[0xd9][0xc][0x9c][0xe1]@[0x80][0x9e][0xa5][0xd6][0x13]p[0xd1][0xbe]8[0x85][0xf2]i[0xb8][0xef][0x82][0xe7]6[0xb1][0xec][0x0][0xfd][0xd6][0x92][0x12][0xe0]i[0xb8][0xa8]G[0xa9][0xc4]3X[0x86]gq6u![i6`[0xaa][0xc7]%[0xd8][0x6][0x88][0xd1] [0x86][0x8]B%[0x1a][0xb1][0x9d][0x0][0x97][0x90][0xf4]b[0xec][0xc0]N[0xd2]u)[0xbd][0x97][0xe9][0x9d])5L[0xa3][0xcb]h[0xec][0xa0][0xfb].[0xb][0xfe]n[0xba][0xa8][0xb][0xb4][0xc0]_OO\{C[0xb0][0x6][0xf2]$*f [0x87]Z[0x1e][0x86]t;*'ZN`[0x1]C[0xb8]u[0x12]U3[0xa8][0x9e][0xc8][0xc3][0xfa][0x1c]<[0xb4][0xcc][0x2][0xde][0xdd]0r[0x1d]sf[0xb0][0xd6][0x91][0x15]W[0x10][0xc2]R[0xae]7[0x83][0xba][0xc1]B[0xcd][0xff]Q[0xfb]J([0xb4][0xee][0xa5]BW[0x89]%[0xbf][0xc7][0x92][0xcf][0xa2].[0xa3]w[0x11][0x8c]X[0xb8]U[0xd2][0xbc][0x17][0xa3]4[0xe2][0xb8][0xdb]H[0x86][[0xe9][0xc][0xdc][0x9][0xcf][0x84][0x10][0x18][0x10][0x9f][0xd0]$[0xf3][0x8]([0xa6][0x1b][0x9c][0x16][0x0]S[0xc9][0x18]][0xd4][0x9b][0xd0][0x1b][0xae][0xe4]([0xa9][0xe4][0xa6][0xac]j}[0x0][0xde]c[0xa8]h[0x9d][0x81][0x97][0xfe][0x8e][0xc3][0xe3][0xb8][0x17]5[0xc3][0xa5][0xad][0x83][0xed][0x8e][0xc0]$[0x16][0x6][0x97][0xf9][0x1c][0xd3]X[0x94]][0xc6]Mw[0xb0]*,e^[0xb1][0xd4]:SM[0xc6][0xd6]U[0xd8][0x8f][0xa8]X~[0x15][0xc6][0x11][0xe3][0xd2]4[0x8a]#A6.%`;p%-][0xc2];j+[0xe][0x87][0xe8][0xce][0xa5][0xd6]r[0xda][0xb0]RZ~[0x12][0xb5][0xfd][0xc1][0x7][0xb0][0xf8][0x18]\[0xc1][0x19],[0x9e][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x95]A[0x13][0xe3]4[0x96]L[0x90][0xa8][0xef][0xfe][0xc][0xa6]:2[0x1e]l[0x9]*[0x98][0xf][0xb]Y[0x1d]|l)[0xfc]l[0x19][0x82]l[0xb9][0xc0]Xk[0xea][0xb7]0V`[0x5][0xa1]H[0x14][0xe1][0x87]A[0x17][0x1d][0x10],??H[0xef]8?[0x86][0xb9][0x1f][0x4][0x9d][0xeb][0xfa][0x83]'[0xc8]p[0x84][0x88][0x1e][0xcb][0x18][0x8e][0xc1]O[0x83]3[0x18]f[0xb0][0x9c]S[0xe5][0xcc]c[0x90][0xe9][0xe6]?[0x6]g[0xeb][0xc4][0xf1][0xe7][0x9f]8[0x89][0xfa][0xe1][0x93]h[0x18][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xca]I4r=[0x93]h[0xa2][0xd1]$VM[0xa1][0xf9][0xfe]\Z[0xb1][0x15]D[0xab]F4[0xb2]&[0x9c][0xc3]Va=[0xb]fh[0xd5][0x88]*[0x1c][0x14][0x8e][0xf2][0xa2][0x9][0x87]q[0x95]0h[0xd8]2[0xc8]Cp[0x8f][0x88],M[0xa7][0x80]9[0xf3]*[0x9b][0x89][0xf5][0xf4][0x5][0x1d]]L[0x97][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xbb][0xe8]M([0x10][0xa4][0x8c]\[0xdd][0xee]8[0x89][0x0][0xc1][0xc][0xb6];}[0xe]aa{[0x99][0xaf][0xcc][0xb2][0xb1][0x81][0x8f][0x84][0x91]-[0xed][0x92][0xcf][0xd9][0xea][0x93]N[0xa0][0xb5][0x4]'[0xb0][0xa6][0x4];[0x8f]?[0xff][0xb8][0xcf]9AT[0x11][0xf1][0xe0]Q[0xe7]e[0xa4][0xcd]2k9$Z[0xec]\J[0xfc][0xf3]P[0xcd][0xd6]c-[0xdb][0x80][0x1e][0xd6][0x89]^v>[0x1d][0x9c][0xba][0x84]y[0xbb]QN[0x91][0xa9][0xc2][0xd5]x[\r]I[0xd7]a[0xb5]0[0xaf][0x8c][0xe0]u[0xe1][0xb5]d[0x94][0x3][0xd5]8W[0x14]![0xa7][0xb8][0xae][0xc1][0xeb]DTB[0x19][0xc6][0x85][0x88]K[0xd7][0x8a][0xb5]Cx=q[0xaf]D[0x8c]xu0k[0x82]_[0x18][0xcb][0xb5][0xbd]![0xa3][0xed]"[0xc1]Z[0xfe][0xe5]u[0xb6][0x8c]{#[0xb9][0xc9]d[0xc2][0x9b][0xe8][0xa2][0x13][0x84][0xc5][0xd0][0xc7]H[0x9a],[0xc1][0xc6][0xd2][0xae][0xb4][0xa3][0x1c][0xc4][0x84][0xb5][0xe4]'[0xa7][0xcf][0x99][0xf1][0x93]S[0xf8][0x89]\[0xe7][0x8][0xb4][0x9c]qm)[0xf3][0x95]M[0xe1][0xac][0xac][0x9f][0x1c]ye[0x84]mF[0x9][0xeb][0xa5][0x98]_[0x88]&[0xb6][0x5][0x9d][0xec]b[0xe1][0x90]-[0xb4]T[0x13]j[0xf0]V[0xa2]h[0x19][0xdd]M[0x87]p[0xb8][0x1b]3&o[0xcc][0x98][0xbc][0xd1]2[0xb9][0x4][0xe7][0xe3]m[0x94]n[0xa5][0x14][0xfb]ux[0xbb]p\[0xba][0xc8][0x98][0xf2][0xd7][0x9]^[0xf0]w[0xdc][\r]Y^[0x98][0x6][0xbf][0x83].:[0x0]Z[0xd4][0xbf][0xda][0xaa][0xeb]A[0x8b][0xb2][0xfd]<5'qv[0xc8]{[0x8e]S[0x94][0x87][0xe0][0xe0][0xb0][0xa3]ep[0x1a][0xeb][0xc2][0x9c][0xe4][0xad]D[0xe6]l[0x85][0xf0][0xf2]O[0xd9][0x0]E}+[0xaa][0xd8]%h`C[0xb6]Z[0x1e][0xb4][0x8c]pQ[0x16][0xbe][T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%x[0x8f]0[0xa2][0x81][0xb8][0xf0]^[0x1a][0x95][0xda][0xe0][0xb9][0xf9][0xf1][0xd5]*Z7[0x13],[0xca]t[0xb4][0x7][0xbd][0xe7].[0x9b][0xc6][0xcb]&q^[0xbb][0xc3][0xe7]h%[0x1c][0xed][0xce][0x93]h[0xc9]d[0xdb]z[0xca]1[0x1f]%l[0xa3]w[0x83][0x99]m[0x1][0x92]Y2[0x85][0xf6],[0xca]J^s[0xd9]0d[0xb6][0x8b]j[0xc6]n[0x81][0xb0][0xcb][0xd4][0x8e][0xf7][0xe3][0x3][0xc2][0xcd][0xed][0x99]Z[0xd6][0x9e][0xa9]e[0xed][0xa2][0x82][0x95]R[0x9a][0xad][0xa1][0xa0]G[0x9][0xe5]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][\r]4r[0x92]M[0x1f][0xc4][0x8d][0x16][0xd6]V![\r]T[0x9f]D[0x7]a[0xea][0xbc][0x3][0x95][0xd3]8[0xff][0xe]0[0xbe][0xf1][0xb1]l)[0xc5][0x93]t[0x8a]F7[0x9]h7[0xa3][[0x14]4[0xbe]@[0x17]^[0xde]T[0x8e]Mt[0xef][0xa1][0xbb][0x93][0xee][0x17]4[0x95][0xbf][0x0]PK[0x7][0x8][0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$1.class[0x85][0x92]]O[0x13]A[0x14][0x86][0xdf]iW[0x97].+[0x16][0x84]B[0xfd]@[0x84]*[0x15][0x12]W[0xae][0x15]o[0x88][0xf8][0x91]U[0xd1][0x1a][0xee][0xa7][0xdb][0xb1][0xdd]f[0xbb]k[0xf6][0xc3][0xc4][0x9f][0xe5][0x5]!x[0xc1][0xf][0xe0]G[0x19][0xdf][0x19]Vk[0xad][0xb1][0xd9][0xcc][0x99][0x99][0xb3][0xe7]<[0xf3][0x9e][0x99]s[0xf1][0xe3][0xfb]9[0x80]=[0xb4]k[0xb0][0xb0][0xee][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xce]c[0x3][0xf7]ll[0xda][0xd8][0xb2][0xd1][0x12][0xb8][0x9a][0xf][0xc2][0xac][0xf5]X`[0xc3]O[0xd2][0xbe]7,[0xe2]0[0xf7][0xd2]"[0x8e]U[0x9a]yG2Uq[0xfe][0xc1][0xec][0x9e]0[0xf6]i[0xc8][0xbf][0xcf][0x4][0xb6][0xda][0xb3][0x82][0x1f][0x1e][0xb]X[0x7]IO[0x9]\[0xf7][0xc3]X[0xbd]-F][0x95]~[0x94][0xdd][0x88][0x9e]%?[0x9]dt,[0xd3]P[0xef]K[0xa7][0xa5][0x85][0x8]@[0xc0]}[0xa5][0x11][0x7][0x91][0xcc]2E[0xcf][0xe6][0x8c][0xb3]Z{[0x94][0xd6][0x98]D~[0xfd][0xfc][0xb];+[0xfb][0x91][0xce][0x9e][0xcb][0x82][0x81][0xea][0x15]:~[0xb5][0xed][0xf][0xe5][0x17][0xe9]E2[0xee]{:DcL9[0xb][0xc1] [0x8c]z[0x9d]\[0xe6]j[0xc4]t[0x81][0xe5]E[0x12][0xf6][0x89][0xb7][0x94][0x91]'Pm[0xeb]D[0xa7][0x93][0x14]i[0xa0][0xe]C[0xcd]_[0x9c]8\[0x3]xC[0xcf][0xe3] J[0xb2]0[0xee][0xbf]Q[0xf9] [0xe9][0xd9][0xb8][0xef][0xc2][0xc6][0x9c][0x8b][0x1a][0x9a]6[0x1e][0xb8][0xd8]F[0x93]/4[0xeb][0x1e][0x4][0xea]cE[0xef][0xba]C[0x15]P[0xe5][0xf6]t[0xd6][0x88][0xef][0x12]y[0x97]Y[0x9d][0xb2][0xf2]T`[0xfd][0xff]|[0xbe][0xdb]t[0xbd][0xac][0x91][0xb1][0xec])[0x8b][0xcd][0xc5][0xe][0x81][0xa8][0xd7][0xb5]t[0xb6]][0x95][0xa3][0x6][0x87]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde]y[0xae][0xe]Q[0xe1][0x7]8;[0xbb]'[0x10];[0xa7][0xa8]|31.-[0xb3]h_[0xe3][0x1a][0xad]k[0xd6][0xe][0x16][0xb0][0xc8]yi[0xc2]s[0x3][0xba]=[0x96][0xb1]R2[0xdf]s[0xd6]L{[0xf7][0xc]U[0x81]1[0xd0]1[0xee][0x17][0x4][0xbf]4[0xd0][0xc6]eX[0x9][0xd5][0xab][0x6]V[0x99]<[0xc6][0xdb][0xbf][0xf1]kh[0x96][0xf8]}[0xb3][0xe7][0xf8][[0xa9][0xff][0x87]R1[0xa5]T[0x94][0xa8]*n[0xd2]Vp[0xb][0xb7]9[[0xb8]C[7[0xe2][0xd8][0xec]F[0x6]~[0x2]PK[0x7][0x8][0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$2.class[0x95]S]O[0x13]A[0x14]=[0xd3][0xad]-l[0x7][Q[0xc1]O,X[0x15][0x8b]q[0xab][0xaf][0x1a]_[0x88]&[0xc4][0xda][0x10] [0xbc][0xf][0xdb][0x91][0xe]ng[0xcc]~4[0xf1]g[0x99]@4>[0xf8][0x3][0xfc]Q[0xc6]3[0xb5]Fk[\r][0x8d][0x9b][0xec][0xde][0x99]3[0xe7][0x9e][0x9c]{[0xef][0xec][0xb7][0xef]_[0xbe][0x2]x[0x82][0x7][0x8b][0xb8][0x80][0xdb][0xfe][0xb3][0x16][0xa2][0x82];!n[0xa2]Y[0xc5]z[0x15][0x1b][0x2]r[0xa4][0x92][0x96]u[0xb9]ykt*[0xb0][0xd5]u[0xe9]qtRX[0x93]Gia[0xad]N[0xa3][0x9f][0x87][0xb1][0xca][0x8d][0xb3][0xd1]^a{[0x13][0xf2]3[0x81]J>0Y[0xab]#[0xd0][0x9c]I[0xcb][0xa2]][0x95]j[0x9b][0xef][0x8d]w[0x9e][0xfb][0xdc][0xf0][0xf4][0x85]@os[0x1e][0xf9]?<<<[0x14](o[0xbb][0xbe][0x16][0xa8]w[0x8d][0xd5][0xbd]bx[0xa4][0xd3][0x3]u[0x94][0x10]Y[0xee][0xba]X%[0x87]*5~?[0x1][0xcb][0xde][0xb3][0x0]X[0xfa][0x8e][0xd7][0xde]NT[0x96]i"[0x1b]sl[0xb5][0x9e][0xb2][0x8a][0x95]i[0xc9][0xf][0xef][0xc9][0xce][0xcb]~[0xec][0xb3][0x17]4[0xbb]][0xa8][0x9c][0xfc]`[0xd3][[0xf][0xf7]][0x91][0xc6][0xfa][0x95][0xf1][0x12][0x97][0xa6][0xf8]'j[0xa4]X[0xd4]K[0x1b]'.3[0xf6][0xf8][0x8d][0xce][0x7][0xae]_[0xc5]][0x89][0x16][0xee]I,"[0x94][0xa8]bA[0xa2][0x86]U[0x89][0xfb][0x90][0x1c][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd6]g)C[0xb6]/[0x89][0xf6]s[0xfa][0x1a][0x92]+[0xb0]v[0xbe][0xc]][0xc5][0x3][0x93][0xf4][0x89][0xec][0xd8][0x91]{[0xe7][0x91][0xdd][0xd9][0xa1][0x9e]3[0xb4][0xf4][0xea]/[0x13]lV[0xa8][0xe2]Xg[0xbc]^[0x9d][0xe][0x9a][0xbc][0xbc][0x15]^[0xe6]R[0xa3][0xe1]k[0x6][0x18][0xd9][0x0][0x8f][0xf0][0xad]Ar[0x9c]K\[0xbd][0xe6]>`[0xac][0xb7][0xb7][0xce] [0xda][0x8f][0xce]PjB[0xf0][0x91]P[0x80][0x8b][0xfc]V[0xe0]G_C[0x9d]k[0x9f]D*[0x1a][0xb8][0xcc]xe[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "CV[0xb0]:[0x11][0xee]R[0xd8][0x9f][0xc9][0xf6])uOQ[0xfa][0x8c][0xf2]o[0xd5][0xd0][0xdb][0x10][0x9c][0x84]X[0xfa]CY[0xce]([0xcb][0x89]r[0x80]kc[0xeb][0xd7]q[0x83][0xb1][0xcc][0xff][0xf1][0x16][0x96][0xc7]:[0x82][0x85][0x8e][0x9f][0x1f]PK[0x7][0x8][0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$3.class[0xa5]Smk[0x13]A[0x10]~[0xb6]w[0xe6][0xd2][0xeb]j[0xae][0xb5][0xd4][0x97]jM[0xd3][0xa8][0xe9][0xa5][0xcd])~TD[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xac][0xa5]J?[0xbb][0xb9][0xac][0xc9][0x86]sO[0xee][0xa5][0xd0][0x9f]UHZ[0xf0][0x83]?[0xc0][0x1f]%[0xce]^Sk[0xc]4[0x88]92[0xb3];/[0xf]3[0xcf][0xec][0xfc][0xf8][0xf9][0xed];[0x80][0xa7]h-[0xa2][0x84]M#jFl[0xb9]pPw[0xf1][0x0][0xf][0x1d]?[0xe0][0xa6][0xcd][0x9d][0xae][0xf9][0xa1][0xdd][0x17]V[0xb0]3n)6[0x18]bnUu2[0xe6]S[0x9e]-[0x86]x[0xab]EjjOv[0x1d][0x1e][0x84][0x8a]:U [0x13]=*x[0xfd]Y[0xc2]@[0xda]f=[0xaa][0x86][0x7][0xae][0xb7]K[0xf8][0x1a][0xf1][0xe8]{n[0xe8]Y[0xe2][0x8d]T-[0xcd][0x8e][0xd4][0xaf][0xc2]h[0x93]_;[0x96][0xed][0xfa][0xd2][0xe9][0xbe][0x13]A[0xcf][0xed]h0[\r]l[0xa2]j[0xe0][0x16][0xc][0x3])[0xe8][0x6][0xd2][0xd8]2[0xf0][0x14][0xdb][0x1a][0x9e][0x19][0xc8][0xe2]9M[0xc6][0xb4][0x9d]e[0xc8]\.[0x94]a~R[0xa5][0xc][0xcb]W[0x93]Q[0x13][0xd6][0x5]tm|[0xd0]&[0xf][0xd2][0xc4]}[0xa1]-[0x89][0x17][0xd4][0x8c][0xa5];[0xc2][0xb7]<[0xd9][0x16][0xf5][0x9e][0xb4];[0xc][[0x13][0xce][0xaf]8[0x9e][0xe9]U[0x14]5T[0x89][0x88]*[0x9d]J[0x18]^N([0xf9]"[0xd1][0xd5][0xde]b[0x3]9[0xba][0xe6][0x1a][\r][0xf8]M[0xc4]2[0x19]u&[0x0]I: [0xfa][0x15][0xc4][0xe8]M[0xe3]6ygH{K[0xeb]8[0xc9][0x99]R[0xf9][0x8][0xac]T9B[0xac]t[0x82][0xf8]72[0xc5][0x91][0xa1]o[0x12][0xea][0xaa][0x9c]`[0x96]tC[0xe9][0x14]6[0x87];$[0x17]F,[0x8b]P7*[0x8b][0xbb]D[0xa8][0x88][0xbf] [0x11][0x11]gK[0x87]Dy[0x8]V>FB[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc9]c[0xdc][0xf8]z)[0xc3][0xf7](C[0xee]4[0xe6],[0x83][0xd2][0xee][0xe1]~[0x94]#[0x8b][0x7][0xa4][0xc5][0xa2][0xac][0xff]P[0x8b][0xe7][0xa8][0xa5]s[0xd4][0x12][0xa1][0x96][0xa3]F[0x1f]R[\r][0xa7]Z[0xe][0x8f]"[0xb9][0x82][0xc7]$[0x13][0xf4][0xef]{[0x82]y[0xd2]t[0x8a]JF[0x1c][0xf8][0x3]PK[0x7][0x8][0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runners/ParentRunner.class[0xa5]Y[0xb]\\[0xd5][0x99][0xff]>[0x98][0xe1][0xc2]pCH [0x10][0xf2]$![0x10][0x98][0xe1][0x11][0x13][0xd4][0x8][0x88]![0x4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x3][0x89][0xa2][0xb5][0xc9]d[0x98][0xc0]$[0xc3][0xc][0xce]@L|[0xc6][0xf7][0xa3][0xda][0xaa][0xf5][0x19][0xdb]j[0xad]-[0xbe][0xb6]k[0xd4]@"[[0xd3]&[[0xed][0xda]u[0x1f]u[0xd7][0xed][0xee]v[0xfb][0xd8][0xee][0xea][0xba][0xed][0xb6][0xfb]h[0xf7][0xe9][0x9a][0xfe][0xbf]s[0xef][0xdc][0xb9][0xf3][0x0]&-[0xbf][0xdf][0xdc]{[0xce]=[0xe7]|[0xef][0xe7][0xe1][0x9d]O[0xde]x[0x93][0x88][0xce][0xe1][0x97]\[0xb4][0x8f][0xfe][0xcf]E[0xfb][0xe9]c[0x8d][0xfe][0xdf]E[0xd9][0xf4]q[0x1e][0xbe]|"[0x8f]3[0x1a][0x93][0x8b]4[0xce][0xc6][0x84][0x1d][0xd8][0xc8]N[0x19][0xe5][0xc8]H[0xd3]8[0xd7]E[0xf3]8Oc[0x97][0xcc][0xf3]5[0xd6][0xe5]=O[0x1e][0x5][0xf2][0x98]/[0xcb][0x85]r`A>/[0xe4][0xa2]|.[0xe6]E[0xf2]([0xd1][0xb8]4[0x9f][0x96][0xf0]b[0xf9]\&[0xbb][0x96]h[0xbc][0xd4]E+xY[0x1e]/[0xe7][0x15].[0x85]l,v[0x96][0xa9][0xc2][0x6]<2[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9]#[0xd1][0x86][0x91][0xf0][0xa0]?[0x18]G[0x80][0x13][0x85]{[0x3][0xc1]1[0xc4]?[0xd8]nBg*[0xb1]Q[0xd9][0x1e][0xe][0x6][0x1]:[0x10][0xe]a[0xef][0xd2][0xb4][0xb]-[0xfd][0xfd][0x8a][0xbe][0xbc][0xa8]o[0xd8]?8[0x1e][0xf4]G[0x98]jf[0xc4][0xbd]][0xcd][0xfa]b[q.[0xa7]%[0x80]m[0xad]L[0xc5][0xd5]6[0x96][0xc][0xfa]jv29[0xda]q[0x90]i~w [0xe4][0xef][0x1d][0x1f][0xd9][0xe3][0x8f][0xf4]{[0xf7][0x4][0xfd]"[0x81][0xb0][0xcf][0x1b][0xdc][0xe9][0x8d][0x4]dn~t[0x8c][\r][0x7][0xc0]|y[0x1a][0x2][0xb6]y[0xc1][0xde][0x98]A[0x0][0xf0].H[0xc1]&[0xac]'[0x80]<4[0x1a][0x3][9[0x7][0xbc][0x98][0x10][0x8a][0x93][0x81][0xb6][0xb8][0xe5][0xb3][0xab][0xe3][0xa0][0xcf]?*[0xd2][0x2]m[0xa5])|[0xca]&au[0xbe]/[0xe2][0xf7][0x8e][0xf9][0xfb][0xe3]Jfc[0x0][0x16]k[0x94][0xad][0xc8][0x19]ilt[0xc4][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x8e][0x7][\r][0x88][0x9d]j[0xa3][0xd2][[0x1a][0xe4][0x9][{[0xc3]"[0xa5][0xe8]v[0xff][0x88]7[0x10][0xb2]#w[0x4][0x14][0xae]\[0x9f][0xe5][0x1a]U[0x99]ae*K[0x93]Dc[0xa5][0xd2][0xa2][0x19]J(G4[0x1c][0x19][0xcb][0x80][0xb5]>l3Y+[0x90]#[0xf6]">G}[0x88][0xcc]M[0xa9][0x9][0x4][0xdc][0xc5]R[0x8a][0x8a][0xb2][0x80]Y[0x4]-w[0xa6]t[0x7][0x8b][0x13]BRB[0xb0]|[0x86][0xa5]x[0x87]0[0x1c][0x1e][0xf][0xe]n[0x17]Ch[0xce]Po[0xe9][0x3]Vm[0x86][0xa7][0xcd][0xb0][0xe6][0xf2][0x85]GF[0xbd]J[0xf6]L[0xad][0x99][0x8a]5[0x81][0x97][0xd8]y[0xb0][0xb1][0xe5]w[0x2][0xd0]RgJC[0x8f][0xfa][0xed][0x81]2[\r]K3[0xf5]L[0xa2][0x1c][0x97][0xd7][0xe7][0xf3]G[0xa3]k[0xd6][0xad][[0xc7][0xd4][0x9b][0xee]lB[0xbb]s[0x96][0x11].[0xeb][0xe0]:y[0x9c][0x3][0xab]h[0xf1][0x5][0xcd][0xfe][0xec][0xd6][0x96][0xfe][0xa6]Tu[0xb4][0xa6][0x82][0x9e][0x11]g[0x1a][0x15][0xa9][0x18][0x98][0x81]<[0xcd]X[0xe9][0xea][0xb][0x8f]G|~[0x9c][0x85][0x99].[0xb0][0xb3]X/[0x94][0xe9]t[0x8a]N[0xeb]t[0x3]}[0x88]d[0x94]L[0xaa]N[0x11][0x8a][0xea]t[0x80][0xae]C[0xc0][0x9a]]^k[0xc0]9AE]21[0x93]=[0xc0][0xf2]>[0x9d][0xe][0xd1][0xf5]:[0xdd]C[0xf7][0xea]4F[0xe3]:} [0xa8]V[0xcd][0x99][0xb1][0x84][0xa6][0x1b][0xe1][0xf1][0xf1][0x8d][0xb6][0x82]E[0xa7]/[0xd1][0xd3][0x88][0xc9][0xf1][0xc5]x[0x91][0xa1][0xd3][0xb][0xf4][0xa8]NO[0xca][0xe3]m[0xfa][0x8e][0xce][0xfb]9[0xa8]S[0x88][0xc2][0x1a][0x8f][0xe8][0x1c]b[0xbc]Gu[0xbe][0x96][0x8e][0xea][0x1c]aD[0xf0][0xaa][0xcc]j|[0x9d][0xc7]x\[0xe7][0x3]|[0x9d][0xce][0x7][0xf9][0x10][0x9a][0x91][0xc][0xb]\[0x9d][0xaf][0xe7][0x1b]4[0xbe]Q[0xe7][0x9b][0xf8]f[0xb0][0xcf][0xb7][0xe8]|XFo[0xd2]K:[0xbd][0x2]:[0xe8]u:[0xa6][0xd3][0x94]F9[0x98]k[0x3]X[0xc8]=Fyn[0xb7]g[0x92]\[0xc7]([0x1f]s[0xfd](Nd[0xd3][0xcd]x[0xae] [\r][0xcf][0xed][0x80]r[0x11][0xcd][0xa7]v*[0xa6][0xe]*[0xa7]>[0xaa][0xa1]~[0xaa][0xa3][0x1d]t[0xb]VK[0xc][0xc]t[0x98]n%R[0xa3]1[0xba][\r][0x94][0xdd][0x9e][0xb0]v[0x87][0xb5]v'[0xd6][0xee][0xc2][0xd8][0x81][0xf7].[0x93][0xfe][0xbb]1C[0x9f][0x89][0x91]P=[0x0][0xec]r.o[0x9a][0xe6][\r]x[0xa6][0xa8][0xe0][0x15][0x8b][0xa0][0x1c][0x1c]"[0xba][0xd2][0x86]8[0xcf]B[0x9c][0x97][0x82]8[0xcf]B[0x9c]g"6[0xd0][0xdd][0xe7]pH[0x9]k[0xcd][0x1f][0xc0][0x1c][0x95][0xbc]5[0x10][0xf3][0x87][0xe8]ak[0xfe]y[0x90][0x87]R[0xd9]$[0xef]&S[0xa8][0xcb][0xdd]E4[0xdf][0x1][0xb9][0x15]b[0xb0][0xc0][0x18][0x80][0xda][0x85][0xf2]([0x8a][0xcb][0xb0][0x4][0xda][0x94]Cy[0x98]-[0x4][0xe1][0xa5] j[0x19]H[0x8e][0xb3][0xb0][0xdc]ba94[0x16]N`a[0xb9][0xc5][0x82][0xac]=n[0x91][0xf4][0x4]~OZ$[0xbd][0x4]\[0xe][0xbc][0x9b][0xdd][0x93]T[0xa1]|+`[0xd7][0xe0][0xf7][0xc]}[0x19][0x16]T[0x4][0x13][0x16][0xca]E-[0x8d][0x16][0xe5][0x8d][0xf4][0xac][0xb2][0x1e][0x19]}[0x85][0x9e]S[0xb4]7*n[0xb2][0x1][0xcf]M_[0xc5][0xc8][0xa1][0xf8]r+,[0x8d][0x16]_r[0xf2]k[0xe6]I[0xe1]0[0xb6][0x2][0xfb][0xc]^[0x9f][0xc7][0xef][0x5]KYa[0xd3][0xbc]K_[0xa5]r[0x93][0xdd]U[0xaf][0xd2][0xea][0xd8]0[0xce]N[0x1][0xde][0x4][0xa2][0xf3]Av[0x9][0x90][0xc4]-[0xa6][0xd4]"[0xbb]4E[0xe0][0xa5][0x16]a[0xa5])[0x2]G[0x93][0x8a][0xb9][0x10]q'[0xbe][0x8][0xf4]U[0xe2][0xf8][0x15]=p[0xfb]5Gh[0x91][0xbb]v[0x92]*{[0xe4]Y[0x85][0xe7][0x14][0xad][0xed][0xa9][0x8d][0xfb][0xde][0x12][0xc8][0x8e][0xe8]M[0x97]%[0x5][0x97][0xe9]Bq[0xc7]qY[0xb6]y[0x12].hp[0xbc][0x1d]+r.+[0xfb][0xe5]$[0xa8]e6[0xa8]Y[0x16][0xd4],[0xe5][0xf]v.[0xb2][0xac][0x98][0x91][0xa5][0xbc] [0xc6][0xc5][0xb7][0xf0];E[0xa7]M.~[0x4][0xa8][0x12][0x2][0xba] [0xc9][0xbc][0x1e][0xcb]K{[0xeb]L/]Y[0xa7][0xbc][0xb4][0xc9]Q;MM[0x3][0xee]2[0x7][0x18]m>A-Y4q[0xe6][0x87]0[0x8a][0xb][0x19][0x86]S[0xd0][0xe4]4[0x86]e[0xce][0x93]G[0x1][0xde][0x89][0xa8]y![0x80]^[0x88][0x12][0xe3]BJ([0xc6]?5E[0xb3][0xc3][0x12][0xcd][0xe][0x14]Q[0xff]h[0x8a]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe3][0xa4][0xe4][0x12]c[0xff][0x8f][0xad][0xfd]F[0x8d][0xfb][0x1]}h[0xa6][0xea][0xc3]f[0xed]_.[0xbc]M[0xd1]5[0xdd][0xe2]t[0x9f][0xf6][0xa8][0x82][0xe9][0x8][0xe9][0xd3][0xb4]K[0x1a][0xde][0xdd]'[0x93][0xda]G~[0x9a]r[0xf9][0x19]8[0x16][0x1a][0x1]~[0x96]V[0xf2]s[0xb6][0xc4][0x1e]+[0x9a]rQ[0x9a]%7[0x3][0xb1]R[0xc9]X{<[0xa1][0xf5][0xce][0x92]W[0x9a]t[0xc5]j[0xef][0x6][0xb1][0xdd][0xb7]U[0xed][0xe4][0x1c][0xe8]>e[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8][0x11]^C[0xec][0x1e][0x88]=[0xb7][0xc7]s[0xba][0xf6][0xa4][0xac][0xbd][0x82]c[0x5]`[0xbf][0x12]G+[0x11][0x86]*)[0xa1]Y[0xe0][0x9][0x8][0xfe]y*[0xe0][0x17]h[0x11][0xbf][0x88][0x18][0xf0]2[0xd2][0xc0][0xd7]m[0x1][0xb6]!%[0xc0]6[0x98][0x4][0x1b][0xf5][0xc7]?[0xe3][0xf7]3[0xfa][0xb9]I[0xa4][0xf8][0xaf][0x10][0xe9][0xf2]H[0x1f][0x80][0x10][0xba]'[0xb9][0xde]y[0xd5]VK[0xda][0xab]([0xc3][0x92]I5[0x86][0xd1][0x84]Z2VO[0x19]kR[0xff][0x1b][0x98][0xff][0x5][0xbf]_[0xd0]/M[0xcc][0xb6][0xfa][0xcd][0xa7][0xea][0xb7][0xc1][0xe4][0xb4]19C[0xfd][0x16]7[0x94][0xc4][0xfa][0xcd][0xc0][0xf2][0xaf][0xf8][0xf6]o[0xf4][0xef]V[0x95][0x98][0xa5][0xce][0xe7][0xb8]=[0xc7](/n[0x2][0xaa]V[0xe6]S([0x86]N[0xdb][0xb0][0xe4]XXr[0xd4][0xdd][0x8f][0x1d]K[0x8e][0x81][0xa5]0[0x97][0xfe][0x3]5[0xb6][0x1][0xbd])[0xe]}[0x8a][0xf8][0xa8][0xc2][0x1f][0xbf]RiJ[0x80][0xfc]k[0xb][0xf2][0xaa][0x8][0x9b]K[0xff][0x5][0x13]6[0xe0][0x9c][0xaf][0x92]2[0xd1]J[0xe7]7h[0xc9]@[0xf6]4[0xf9]a[0xc8]{[0xfb][0x6][0x1c][0xd3]4[0x84][0xd1]p[0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]F%GU[0xf0][0x8d]#h[0x1]3[0x6][0xd3][0xff][0x8d]` [0xef][0xff][0xe5],[0xe5][0xa1]F[0x19]#[0x1b][0xcd]w[0x93][0xf9][0xf6][0x19][0xaf][0xdf][0x0]PK[0x7][0x8]}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runners/Suite$SuiteClasses.class[0x85][0x91][0xdf]K[0x2]A[0x10][0xc7][0xbf]k[0xda][0xa5]YYY[0xe6]C[0x18]!G[0xf5][0xd0][0xd1][0xb3][0x11]D[0x18][0x8][0xfd][0x10][0xbd][0x82][0xf0]i[0xb5][0xe1]Z9[0xf7][0xe2]nO[0xf0]_[0xeb][0xa1]?[0xa0]?*[0x9a][0xbb][0x7][0x8d]8[0xe9]av[0xe7][0xbb][0xf3][0xd9][0x99][0x9d][0xd9][0xaf][0xef][0x8f]O[0x0][0x17][0xa8][[0xd8][0xb5][0xb0]o[0xa1]&P[0x98]J?&[0x81][0xea][0xc9][0xe9][0xe0]n,[0xa7][0xd2][0xf1][0xa5][0xf6][0x9c][0x1b]_FQK[0xa0][0xd8]W[0x9e][0x96]&[0xe][0x19][0xa9]e [0x97]gWL[0x95][0xfa]A[0x1c][0x8e][0xe8]V[0xf9][0x94][0x88]X[0x19]:O@[0x81]z/[0xd6]FM[0xe8]YEj[0xe8][0xd3][0xb5][0xd6][0x81][0x91]F[0x5]:[0x12]8[0xfa][0x95]L[0xce][0x3]N[0x8f][0xc][0xe9][0xc4][0xe3][0xc4][0xf6]?H7[0xf0][0xd5]h[0xc6][0xa0][0xd5]{zp;[0xf7]m[0x81][0xc3][0xec]+[0xae][0xc]=2L[0x1e]g[0xc7][0xdb]>M8[0xa7];{'[0x86][0xf2][0xee]K[0xb7][0xbd][0xf4][0x85][0x1d][0xfd]F![0xf7][0xf8][0xda][0xb2]p [0xd0][0xc]B[0xcf][0x19][0xc7]Z[0x19]'[0x8c][0xb5][0xa6]0r[0xd2][0x11]4[0xd3]5[0x1d][0x13]q[0xbb][0xe5]?[0xb2][0x93][0xa0]sYYTz[0x1c][0x8e]id[0x4][0x1a][0x99][0xc5][0x17]#[0xe4][0x1f]YR[0xd9][0x16][0x10][0xc8][0xb1][0xad][0xf0][0x8b]<[0xf7][0x83][0x2][0xab]UV9X|[0xba][0x96]zE[0x94]xo[0xb0]^[0xe7]h[0x9e]P[0xc6][0x6]6[0x13]w[0x0]A[0xd8]B[0x5][0xdb][0xc][0xec][0xb1][0x95][0x90][0xa4][0xdc]A[0xd5].[0xfe][0x0]PK[0x7][0x8][0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runners/Suite.class[0x9d]W[0xfb]W[0x13]G[0x14][0xfe][0x86]<[0x96],K[0x2][0x88]OZ[0x1b]-[0xcf]$[0x18]m[0xd5]VA|[0x0][0xa2]5[0xe2][0x3][0xb5]Emu[0x9][0xb],n[0x12][0xdc]l[0xa8][0x8f]>[0xb4][0xef][0xf7][0xeb]/[0xd1]sZ[0xb0][0xf5]X[0xfd][0xad][0xe7][0xf4][0x8f][0xea][0xe9][0x9d][0xd9]e[0xb3]d[0x17][0x8c][0x1e][0xe][0xbb]3w[0xee]|[0xdf]7w[0xe6][0xde][0xd9][0xfc][0xfb][0xdf]_[0x3][0xd8][0x83][0xdf]$[0xbc]/[0xe1][0x3][0x19][0xc][0xd7]$\[0x97][0xa0]6bJF[0x4]y[0x9][0xd3]2[0x1a][0xa0]5bF[0xc2],o[0xce][0xc9][0xd0]1/#[0x8c]|[0x13][0x1a]q[0x83]O2[0xf8][0xa3] [0xa3][0x88][0x12]o-H[0xb8])[0xa3][0x1d][0xa6][0x8c][0xed]([0xcb][0xb0]P[0x89][0x91]yQF[0x7]>[0xe4][0x8f][[0x12]ns[0xc7];[0xfc]qW[0xc2]G[0xc][0xca]DE[0xb7][0xb4]aC-[0x97][0xb5]2uO[0x16][0x8b][0x9a][0xe9]v%[0xb3][0xc2][0xfb][0xd4]j[0xc9][0xcd][0xab][0x8b]j[0xb6]b[0xe9]F6[0xa7][0x97][0xad][0x1][0x86][0xd8][0x84]>[T[0xad][0x8a][0xa9]1[0xa4]k[0x86][0x7]s%s6;_)[0xea]V[0xd6][0xc6][0xc8][0x9e][0x17][0xaf][0x81]![0x9a])k[0x85][0x5][0xeb][0xb6]`f[0xe8][0xe8][0xed][[0xd3][0x99]!<\[0x9a]&[0xa7]DN/j[0xe3][0x95][0xc2][0x94]f^P[0xa7][0xc][0xb2][0xb4][0xe5]Jy[0xd5][0xb8][0xa4][0x9a]:[0xef];FF[0xff][0xfd]>[0xb4]r[0xb6]@ F[0xf6]$[0x99]t[0xd5][0xd0][0xef][0xa8][0x96]^*[0x8e][0x9a]f[0x89]3l[0x98][0xd5][0xac][0xa3][0xc5]b[0xc9]R-m[0xda]]yW[0xaf][0xbd]"C-[0xce]f[0x85]u[0xa0][0xef][0x8a][0xcf][0xc4][0x10][0xb9][0xc1][0x1b][0xc][0xad][0x1]c[0xb2]j[0xc3][0x12][0x19]Cw[0x80],[0x11][0x81]N[0xef][0xe][0xd0][0xac]M[0xab][0x17]v{aeq[0xed][0xb5][0x14][0x83])[0x11][0xcc][0xd1][ym[0x81][0x93][0x90][0x8c][0xb4]O6w[0xf2]+[0xb7][0xa7]F[0x7]u[0x92]3[0xc4]0[0xe0]_[0xed][0x9a]Q[0xb4][0xb7][0xe6]XE7[0xa6]i[0x87][0xfa].[0xd1][0x1e]Ys:qo]k[0x85][0xc4]$M[0xd9][0xfe][0xc]=u[0x2]3[0xc][0x5][0xae][0xe5][0x5]t[\r][0xf6][0xd6][0xe9][0xec][0xdf]X>][0xca][0xaf][0x1c][0x86][0xb6][0xa0][0x9d][0xdf][0xb8]FP[0xf][0xbf]4[0xab][0xd8]*"[0xee][0xf6][0xef]F[0xb0]B[0xa5][0xbc]*y3[0x81][0x1][[0x93][0xe6]t[0xbd]B[0xeb]T3[0xf1][0xb2]x[0xeb][0xaa][0xec][0xc]8[0x9a]5[0xa5][0x88][0xbb][0x1d][0xb]>,[0xf5]W%[0xe][0xd2]D[0xa5]`x[0x8e]D[0x9a][0x1a]el[0x1b][0x15]&_[0xd1][0xeb][0xf7][0x19][0xd7]/u[0xcd][0xd3]Z9o[0xea]S[0x9a][0xc0]e8[0xe0][0xf][0xd2][0x8a]{@[0x19][0x1c][0x11][0x93]Er[0xf3]Z[0x93][0xb7]1[0xfc][0x89]V[0xad][0x97][0x8d]dp[0xa8][0xc6][0xd6][0xa6][0xf2][0xf]P[0xa1][0xd2]g[0xf4][0xbc](V[0xdc]k\[0xf4][0x9d]D[0x8a][0xda]N[0x84]^t[0xcc][0xbc][0xe2][0xd7][0x8f][0xc1]p[0xc4][0xbb]=g[0xa6][0xe6][0xb5][0xbc][0xf5][0xa2]"[0x1a]n[0xed][0xe6]U[0xdf][0x7][0xc3]G[0xf6]0[0xbc][0x11][0xc0][0xf0][0xdc][0x88][0x6]U[0x93][0xb3]*[0xed][0xbe]e[0x7][0xea]9[0xd7][0xd8]D[0xa9]b[0xe6][0xb5][0xe3]:[0xaf][0xce][0xb2](u[0xbb][0xb8][0x6][0x86][0xcd]kTB[0xba][0xc8]jN[0xa9][0x82][0xfd]8F[0xd1]|[0x81];[0x8b]a[[0x15][0x84][0xe4]XzAs[0xef][0x0][0x1a][0xbc]@[0xd5]8Y[0x9e]+U[0x8c][0xe9]b[0x8f][0x95][0x9c][0xd2][0x92][0xb][0xa5]rY[0xa7];[0x84][0x93]}L)U[0xcf]M[0xa4][0xe0][0x13]|[0xca][0xb0]K[0x14][0xc1]dOW[0xb9]'Y[0xa8][0x94][0xad][0xe4][0x9c][0xba][0xa8]%[0xd5][0xa4][0xd7]5[0xe9][0xbd][0xe7]ZjwA[0xc1]=[0xdc][0x97][0xf0][0x99][0x82][0xcf][0xf1][0x85][0x82]/[0xf1][0x95][0x82][0xc][0xfa][0xb9][0x96]Q[0x9]_+[0xd8][0x81]oxg[0x8c][0xe1]`U[0x98]^[0xb4]4[0xb3][0xa8][0x1a]Y[0xe7][0xe2](g[0x8f][0x1a][0xc6][0x88]6[0xa3]V[0xc][0xeb][0xac]X[0x8e]nPd[0xb4][0xb2]ST8[0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xfc][0xf1][0x9d][0x84][0xef][0x15][0xfc][0x80][0x1f]9[0xf0]N[0x5]?[0xe1]g[0x5][0xbf][0xe0][0xd7][0x80]Mq[0xf6]R[0xc1]Y[0x9c]S[0x90][0xc3]i[0x86][0xed][0xeb][0x9f][0x7][0xaa][0xfa][0xde]c6a[0x99]zqV[0x9c][0xce][0xe6][0xea]W[0x84][0x8][0xc3][0xde][0x80][0xef][0x7][0x8f][0xa5][0x1a][0xb1]lu[0x16][0xbf]'[0x9]f\-[0xf0][0xdb][0xbe][0xb7][0xcf][0xcf][0xb4]*[0xbc][0xb6][0x8d][0xb2]s[0xa6]d[0x16]TK[0xd4][0x16][0xdf][0x8c]+AY[0x11][0x80][0x1b]YT[0x8d][0x8a]M[0x1b]t[0xd9]u[0xd5]U[0xd9][0x19][0xf6][0xd5]uu[0xf9][0xcb]j[0xb8][0xf7]2[0x8f]b{@[0xd4][0xc8][0xbc][0xb1][0xea]?\2[0xc]Z[0x84][0xfd][0xb5][0xd3]R)[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*[0x11][0xfc][0x3][0x89]#1[0xec][0xec][0xf5][0xdd][0xe]~[0xb6]8E[0xd9]S[0x8][0x18][0x92]A[0xdf][0xa0][0xab]KE[0x88][0xac][0x94][0xe][0x1]5u[0x9d][0xaa]EG[0x90][0xce][0x14]}[0xeb]S[0xe5][0xe2][0xc7][0x91][0xde][0xaf]S[0xaf][0x1][0x9d]P[0x10]C[0x17][0xba][0xc9][0xd2]C[0x96][0x8b][0xf4]][0xcf][0xe8][0xdd][0xf1][0x18]l[0x92]=CC[0xe8][0x9][0x1a][0x96][0x11]zp[0xea]1"[0x93]m[0xd1]eHO[0x85]C[0x2]-[0xe4][0xda][0x80]^j[0xc7][0x11][0xa2][0xe7][0xe][0xb2][0xec]D+[0x1][0xf7]QO![0xaf]V[0xc8]H!M=[0x99]g[0x1a]yq[0x8a]{[0x90]h[0x1e][0xb0]+[0xb5][0x1][0x8d]K[0x88]=Cc.[0xfd][0xf]g[0xc]O[0xb6][0xc9][0xe1]'h[0x9a][0xc][0xa5][0x96][0xe8][0x7][0xc1]#4/#[0xfe]4[0xfd]'[0x12][0xc][0xf]hFH[0xb0][0xb5][0x11]/([0xc1][0x9a][0xf0][0x16][0xa9]x[0x9b]0[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]M6*[0xfd]e[0xe9][0xdd]D:v[0xd3]O[0x1b]*[0xc8][0x8e][0x1a]{[0xec]Mz[0xef][0xa5][0xbe][0xcc][0xb0][0x13][0x84]}[0xd4][0xde]Oh[0xb6][0xbe]kd[0xe7][0xeb]iJe[0xd2][0xe9]GhYF[0xeb]C[0x97]\[0x16]$[0xc7][0xe9]=&H[0x93][0xb6]+[0xc9]8[0x0][0x88][0x16][0xa7]g[0xa2]u[0x10][0x3][0xe4]][0xa5]o[0x12][0xf4][0xcc]G?([0xe8][0xf]9[0xf4][0xd7][0xe9]g[0x17][0xc7]TR,[0xcd]2Kh[[0xc6][0x86]Z[0xfe]s[0x84]u[0xde][0xc3][0xaf][0xb8][0xfc][0x8a]`e[0xa2]5[0x84][0xc3][0xab][0xf8][0xb9][0xe5][0x8]Yj[0xf9][0x8f]R[0x8b][0x8a][0xbf][0xc3]_p[0x96][0x9f]H=F[0xfb]dx[0x19][0x1b][0xd3][0x99][0x80][0x10]\[0xa1]][0xbf][0xea][0x91][0x90]p%$[0xdc][0x10]$0[0xec]J[0xb0]w'[0xe1][0x84][0xc0][0x1e][0xb][0x12]3"[0xc4][0x8c]:b,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "FX[0x4]#[0x93][0xce][0xf4][0x7][0x7]c[0x86][0x82]1+[0x94][0xa4]l[0xdf][0xc0]`pM[\r][0xa2][0xc5]5[0x85]<[0x9a][0x14][0xa1]ie[0xec][0x8][0x8d][0xd5]j:.4[0x8d]9[0x9a][0x16][0xc8][0xc2]W[0x1c]O[0xa5][0x97][0xb1])[0x95]y[0x84][0xcd]`KU[0x95][0x9d][\r][0xb][0xa4][0xfc]&[0x9a]azb[0x14]w[0x95][0xc5][0xdd][0x18][0xc5]E:zc[0x14]wc[0xc4][0xc7]:[0x3]bt[0x82]Z'[0xf1][0xe][0xb5][0xb8][0x1e][0x8e][0xc3][0xbd]#[0xa9][0xdf][0xb1][0xe5][0x81]p[0xe0]2[0xa2][0xc2][0xb8][0xe8]b[0xf4]6[0xc8])[0x2][0xa1][0xab][0xc6][0xc9][0xfb][0x3][0xf4][0xe6][0xe4][0x91][0xf4][0x12][0xb6][0xd6][0x82][0xdc][0xf5][0xe4]W[0xc4]]C[0x4][0xe3]8#T[0xd1][0xb5][0xe5][0xc0][0x9c]pb[0x13]M[0xd3][0xc9][0xdd][0xf6][0xd0][0xc5][0xb1]w[0xea][0x1e][0xcd][0xb9][0xef][0x89]G[0xd4][0xc5][0x8a][0xd2]q>#[0xb8][0xa2][0x98][0xc0][0x5]4[0xb4][0x8c][0x10][0xea]E[0x17]5$[0xfc][0xe5]T[0xfa][0x19]:[0x8][0xf9][0x95][0x87]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";<[0xa8][0xb2][0x8b]*[0xe3][0x12][0xde][0x15][0xe3]2[0xde]sPs[0x98]tP[0xf][0x11][0x2]W[0x15][0x13][0xa8]Kx[0xb5]v[0xd9][0x1d][0x9e]e[0xc7]\[0xd0][0x98][0x3][0x1a]r[0xe2]x[0x99]R[0x81][0xbf][0xaf][0x12]='[0xa2][0x8f]S[0xfa][0xad];[0xf6]?PK[0x7][0x8][0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/junit/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/Annotatable.class[0x8d][0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x10]E[0xef][0xf8][0x8a]o[0xfc][0x7]-L[0xe3]"X[0x19][0x11]D[0xb0][0x12],Lg[0xb5][0xea][0x12][0x12][0xd6]][0xd8]l[0xfc]8[0xb]?[0xc0][0x8f][0x12]7">[0xb0][0xd0])f.w[0xe6][0xdc][0xb9]\Og[0x0]C[0xb4]<4<4[0x9][0xed]H[0xd8][0x99]R[0xda]r[0x1b]k[0x95][0x12]z}[0xb3]L[0xf8][0x91]3[0xc9]U[0xc4][0xf8]s[0xc7]^g[0x1][0xa1][0xf5][0xc1][0x11]F[0xfd]7h.y[0x9a][0x6][0xfe][0x1f]1[0xb5]u[0x1c])n3#[0x8][0xb3]I8[0x1e][0xff]d[0xa6]_[0x8f]&a[0x18]L[0x3][0xdf]uB}[0xad]3[0xb3][0x13][0x8b]X[0xba][0xc0][0xce][0x3][0xe3][)[0x6]9D[0xe8]j[0x13][0xb1]$S[0xb1]e&SJ[0x98][0x94][0x1d][0xf4]^H[0xf6]v[0xea][0xc0][0xd7][0x87][0xd5]6[0x11];[![0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xab]P"[0x14]Q[0x2][0xdc],[0xa3][0xe2]|/wQu[0xaa]vW[0xf5][0x1b]PK[0x7][0x8]a[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runners/model/FrameworkField.class[0x8d]Ums[0xdb]D[0x10]~[0xce][0x89]#[0xdb][0xbd][0xa4][0xb1][0xd3]&-)[0xa9])[0xa5][0xf5]K[0x1b][0xb5]4[0xbc][0xc5]N[0xc0]Ik[0x8]8N[0xc1]&[0xd0][0xb4]0[0xa3][0xd8]WGA[0x91][0x8a],[0x91][0xe6]?[0xf1][0x1]f[0xc0][0x9d])3[0xc0]7f[0xf8]Q[0xc]{[0xb2]j[0xcb][0xb2][\r][0x9e]L[0xce][0xa7][0xbd]}[0x9e][0xdd]}vO[0xfa][0xfb][0x9f][0x97][0xbf][0x3][0xb8][0x8b]o[0x13]X[0xc0][0x96][0x82][0xed][0x18][0xee]'[0x10][0xc1][0x83]8[0x92]('h[0xf9]8[0x81]O[0xb0]#[0x97]O[0xe5][0xf2][0x99][0xb4][0xd1]c[0x5][0xbb][0xf2][0xb1]*[0x97]=[0xb9]<[0x94][0xcb][0xe7]r[0xf9]BAMz[0xd5][0x15]|[0xc9][0x10]}[0xaa][0xb][0xa3][0xc9]p[0xb9]r[0xac][0xfd][0xa0][0xa9][0x86]f[0xb6]T[<5D[0xc3]Q[0xcb][0xf2][0xa8][0xc0]0S[0xd4]M[0xdd][0xd9]d[0xb8][0x92][0x19][0xeb][0x95][0xdd]g[0x98][0xde][0xb6][0x9a][0x82][0xe1]|E7E[0xd5]=9[0x14]v];4[0xc8][0x92][0xaa]X[\r][0xcd][0xd8][0xd7]l]>[0xfb][0xc6]i[0xe7]Ho3d*[0x96][0xdd]R[0x8f]][0x8a][0xa0][0xda][0xae]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xad][0x9e][0x10][0x8f][0xa1][0x96]m[0xed]D[0x9c]Z[0xf6]w[0xaf][0xf2]PZ[0xc2][0xa9][0x92][0x8d][0xe1]B&[0x1b][0xc8][0xa4][0xe6][0xd8][0xba][0xd9]"[0x87]9r([0x99][0xa6][0xe5]h[0x8e]n[0x99]D~=[0x93]}[0x1c]p[0xd4]zgj[0xdf][0x8d]p[0xb3][0x3]8[0x86][0xb5]`[0x9d][0xdb][0x86][0xd6]n[0x17][0xb2][0x13][0xd0][0xcc][0xf5][0xf][0xea]g[0xcf]([0xcd][0xe4][0x10][\r][0xc3][0xe2][0xa0][0x16][0xe4][0xe7][0xeb][0xb1][0x18]v.[0xd6][0xeb][0x85]MB[0xc4]kz[0xcb][0xd4][0x1c][0xd7]&[0xa7]R[0xb1][0xbe][0xbe][0xfe][0xbf][0xa9]l[0xe][0xe5][0xdf][0xe5][0xca][0xd2][0xca][0xc0][0xf5]v[0xed]HkZ[0xa7][0xa2][0xb9]u[0xc6][0x90][0x9f][0xb8][0x3][0xd9][0x3][0x86]s[0x96]s$[0xec]]![0xbb]KT$[0xdc][0xae][0xd5][0xd4]i[0x88]l[0x92]{*[0x93][0xdd]a[0x88][0x91][0xb1][0xdc][0x9d][0xaa][0xe5][0x81]>[0x85][0xe7]J[0xf6][0xb3]+[0xd4][0xc2][0x80]_O[0xaa]ak1'[0x15]I[0x12][0xf0][0xbe]h[0x18][0x9a][0xec][0xbb]g[0xa7][0xd8]dc[0xb8][0x11][0xac]|[0xef][0xf0][0x98][0xc2][\r][0xb4][0xce]7[0xd1]L;[0x9a][0xed]!R[0xa3]N[0x13][0xf][0x9e]7[0xc4]3o[0x88][0x14][0xec]+[0xf8][0x8a][0xaa]r[0xac][0xee][0x9c]1[0xdc][0x9a]@[0xb1][0xae]B[0x9e]d[0x91][0xe7]w[0x18][0xb2][0x13]C[0x18]j[0x93][0xfa][0x16]'[0xed][0x9c][0x14]-Q[0xb3]\[0xbb]![0xca][0xba][0x1c][0xb6][0x85]A[0x87]U[0xa9][0x1][0xc7]"[0xbe]fX[0xe9][0xeb]Qu[\r][0xe3][0xa1][0xa5][0x9b][0x8e][0xb0]{[0x82]0l[0xc]b[0xd3][\r]o[0x8][0xd3][0x87]"[0xdd][0xb0][0x85][0xe6][0x88]f[0xfa]Tw[0x8e],[0xd7]Ikf[0xda]5[0x9b][0xc2]6[0xce]H[0xb7][0xb4][0xf7][0xa6]Y[0x95]Q[0x1e]q\[0xc0]E[0x8e]U[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]8^[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]U[0xa4]9[0xde][0xc0]5[0x5][0x8f]9[0x9e][0xe0][0x1b][0x8e][[0xb8][0xcd]q[0x7]w9[0xee][0xc9]e[\r][0xef]p[0x14][0xb0]B][0x9e][0xac]l[0x8e],r[0xc]7'T[0x93][0xe1]Z[0xbf][0xf4][0x1d][0xc3][0x10]-[0xcd]([0xd9]-[0xf7]D[0x98]N[0xa0][0xfc][0xf4][0xb0]S[0xa3]![0xda][0xed][0x80][0xb][0xdd][0x3]z[0x1d]^[0xcc][0xc][0xbf][0xa3][0xa4]}i[0xcc][0x8d]`[0x98][0xf][0xfb][0xd3][0x9c][0x8a][0xef]][0xcd]h[0x87][0xd8]^M[0xf6][0x1][0x9][0x96][0xa4]O[0x3]@[0x83],5[0xa5][0x1d][0xa7][0xff]E,[0x91][0xe5][0x12][0xed][0x9e]`[0x8a][0xbe][0x17][0xc0][0xa5][0xdc][0xb][0xb0][0xfc]_[0x98][0xfd][\r][0x91]G[0xa9][0xa9][0x17][0x98][0xfe]#[0x97][0xff][0x15][0xd1][0x9f][0xe9],[0x82][0xcb][0x1e]&Jk[0x12][0xd3][0xc4][0x14]#[0xce][0x94][0xc7][0xb2][0x84][0xd7][0xbc]3[0x8f][0x3][0xcb][0xb8][0x2]x;[0x19][0x8b][0xd1][0x1f][0xb5][0xce][0x8f][0xf4][0xb6][0xf7][0xc][0xc4]r[0x1d][0xcc]t[0xa0][0xfc][0xd4]c[0x9e][0xf1][0xec][0xcb][0x1e][0x13][0xef][0xfa][0xf8]LLv}[0x8][0xff][0xb][0xa2][0x1d][0xc4][0xc2][0xf8][0xab]#[0xf1]40[0xe4]%[0xf1]{[0xf4]+[0xb3][0x8c]K|[0xbe][0x83][0xb8]$[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xbc][0x19](%[0xde]+%N[0xf6][0xeb]t[0xfe]V[0x8f]\Zn[0xd0][0xee][0xa6][0x97]@[0x86]v4F~[0x92][0x1f][0xf9]A8[0x5]HP[0xa1][0x89][0xe][0xce][0xfd][0x18]J4[0x13][0x88][0xc3]{q8[0xf2][0xb4][0xa3][0xcf][0x9e][0x1c][0xeb][0xd1]%[0xf3]0[0xd3][0xed][0x91]%[0xd3][0xad][0xf1][0xf1][0xaa][0x8f][0x8f]J|X[0xaf][0xb5][0x0]8[0xda][0x3][0xd3]u[0xf2][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x9f][\r][0xe3]7F[0x4][0xef]J"[0x91][0xf7][0xc6][0xf1][0xcc][0x85]y[0xb6][0xfe][0x93][0x87].[0xb5][0xcf][0xb3][0x11][0xea][0xdf][0xf9]0[0xd1][0xce][0x98][0xfe][0xbd][0x8b][0xf7][0xe8][0xfc]}[0xcf]/[0x82][0xf][0xb0]NO[0x85][0x11]c[0xe9][0xa5]7[0x1f]f[0xad][0xe][0xa7]7_[0xa2][0x8e][0x17]}|?[0xad][0xfc][0x9f]Hv[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7inLZ[0x1b][0xd8][0xa4][0xf3][0x88]_[0xeb][0x87]4:[0xf2][0xb7][0xf4]/PK[0x7][0x8]sJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMember.class[0x95]T[0xcb]r[0x12]Q[0x10]=7[0xc][0xc][0x81]1[0xf]BbD[0x8d]y[0x1a] [0x8f][0xf1][0xfd][0x8][0x88][0xe6]!V[0xaa][0x8]Z[0x5][0x95]Ev[0x3]L[0xe0][0xc6]a[0xc6][0x1a][0x6]c>%k[0x17]n[0xb2]q[0x13][0x8d][0xb][0xcb][0xb5][0xbf][0xe1][0xa8]}[0x7][0x88]0[0xa9]T[0xe1][0x82][0xdb]}[0xf]}Ow[0x9f][0xee][0x9a][0x9f][0xbf][0xbf]}[0x7]p[0x17][0xaf]B[0x8][0xe1]N[0x98][0xbc]{a[0xdc][0xc7][0x3]q<[0x94][0xf1]([0x4]?[0x1e][0x8b][0xe3]I[0x8]O[0xb1]&[0x8e][0x94][0x8c][0xb4][0x8c]g[0xc][0x81]47[0xb9][0x93]a[0xf0][0xc5][0x13][0xbb][0xc][0xd2][0xa6]U[0xd1][0x19][0x86]s[0xdc][0xd4][0xf3][0xcd]zI[0xb7][0x8b]Z[0xc9] $[0x92][0xb3][0xca][0x9a][0xb1][0xab][0xd9]\[0xdc][0xdb][0xa0][0xe4][0xd4]x[0x83]![0x91][0xb3][0xec][0xaa]z[0xd0]$"[0xd5]n[0x9a][0xa6]n7[0xd4]:[0xf1][0x18]j[0xd6][0xd6][0xea][0xfa][0xa1]e[0xbf][0xdd][0xd1][0x5]W[0x8a]a[0xa2][0x97][0xe7][0xe8]][0x87]k[0xb5]_[0x92]t[0xb1][0x98][0xca][0x10][0x93][0xc2][0x1b][0x85][0x9a]V[0xb1][0xe][0xf5][0xca][0xc6][0x11][0xc3]r[0xbc][0xef]*[0x12]{[0xc][0x83][0x5]^55[0xa7]iS[0xea]@[0x9c]([0x5]8[0x16][0xcf][0x1d]h[0xef]5[0xb5][0xe9]pC[0xcd][0xf1][0x86][0xe3][0xa2][0x92][0xae][0x95]k[0xc][0x3]|[0x9e]![0xda][0x15][0xb0][0xed][0xe8][0xb6][0xe6]X[0xa2]+[0xb9][0xee]2[0x93][0x16]#^[0x6]R[0x96][0xd8][0x19][0xc6]=t[0xda][0x98][0xf4][0xe6]l[0xfd]![0x12]+U[0xdd][0xd9][0xb1]*|[0x9f][0xbb][0xd4]4[0xa1]m[0x86] [0xb5][0xed]h[0xe]/[0xbb][0xc0][0x9e][0xb][0xbc]i[0x96][0xc][0x1][0xc8][0xf4] O[0xbd]R[0x9d][0xf1]D[0x8b][0xd6][0xd0][0xcc][0xaa]ZplnVS[0xad][0x0][0xa1][0xb9]h[0xb5];`[0xd3][0xd0][0x1a][\r]1[0x9d][0x8b]h:)[0xaa][0x1c][0xa5][0x87][z[0xd9][0xd0][0x4][0x91][0x8b]3[0xf0]tq[0xed][0xff][0x86][0x96][0xe9]"]:[0xd0][0xcb]N[0xea]R[0x82]u[0xd3][0xb4][0xa8]O[0xb1][0x1c][0x94]?T[0xb0][0x9a]vY[0xcf]r[0xb1]*Q[0xf][0xf9][0xaa]`U[0xa0][0xe0][0x8a][0x8c][0x8c][0x82][0xe7]x!c][0xc1][0x6][0x16][0x14]lb[0x8b]a[0xb1][0xcf]*[0x15][0x8c]cB[0xc1],[0xe6]d[0xbc]T0[0x8f][0xac][0x82][0xdb][0xc8][0xd2]T[0xbd]u3[0xcc][0xf5]Q8[0xc3]P[0xef]l[0xc5][0xb4][0xda][[0xd3]%[0xb6]w[0x9b]"[0x17]Q[0x1a]]Mk[0xe4][0xf5][0xf]D![0x99][0xae][0xe9][0x1d]q[N[0x86][0xd8]?[0xcc][0xd6][0xf7][\r][0x2][0xd5][0xce][0xe][0xd1][0xd3][0xf8]vbO[0x9a][0xa1]OA[0x8][0xc]a[0xfa]j[0xc][0x92]%[0xe1][0xe8][0x1c][0xa2][0xdb]:YF[0xd6][0x9f][0xfc][0x2][0xf6][0x99][0x1c][0x1f][0x86][0xe9][0xc][0xb8]`[0x18]#t*[0xad][0x0][0x8c]"Bv[0xac][0x7][0x89][0x2][0x12][0x84][0x86][0x84]\%l[0x0][0x93][0x10][0xf7]k[0xe4][0x9][0xfa][0x8f]d)[0x0][0x89][0xa5]3[0xc]0[0xec],[0x9f][0xc1][0xc7]p[0x8c][0x18]9[0x12][0xc3][0xf][0xf8][0xf3][0xc9][0x95]S[0x4][0x8e][0xe1][0x97]N>[0xfd][0xf9][0xe5];9/![0xe2]>[0x1c]A[0x8c][0xd2][0xcc][0xd2]m[0x91]hE9I[0xc2]c[0xd4]M[0x8c]0[0x1f]dL[0xe3]:nP[0x1a]J[0xd2].Qx71E%[0x89]b[0xa7])[0xaa][0x15][0x8b][0xbc]VT[0xf4][0xa3]=Xh[0xeb][0xb3][0xd5][0xd6]'[0x98]<[0x85][0xfc][0x15][0xc1][0x13][0x8f]DS][0x12][0x5]/H[0x14]l[0xe7]b[0xb4]T[0x97]0[0xe]z[0x19][0x17][0xfa]a$[0xed][0x16][0x11]wm[0x82][0x14][0xe9][0xf4][0xb0]D[0xf7][0xe5][0xee];[0xfd]Z[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V][0xab][0xfe][0x5]PK[0x7][0x8][0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod$1.class[0x8d]Tmo[0xd2]P[0x14]~.[0xe0][0xba][0xd5]*l[0x10][0x9d][0xef][0x9b][0xa2][0xe3]e[a[0xf3]%F]b[0x8]KH[0x98]F%[0xfb][0xe2][0xa7]Kw[0x85][0xb2]KK[0xda][0xc2][0xe6][0xbf][0xd2]D[0xd4][0xf8][0xc1][0x1f][0xe0][0x8f]2[0x9e][p [0xc3][0xa4]m[0xee]=[0xb7][0xe7]<[0xe7][0xfd][0xdc][0xfe][0xfa][0xfd][0xe3]'[0x80]2[0x9e],A[0xc3]=[0xb5]e[0xd5]v_[0xc7]"[0x1e][0xe8]X[0xc7][0x86][0x8e][0x1c][0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0x8a][0xc][0xfa][0x80][0xcb]l[0xc0][0xbd][0x96][0x8][0x18]V[0xea][0x1d]>[0xe0][0xa6][0xe4]N[0xcb]|[0xdd][0xec][0x8]+x6F[0xf4][0xb8][0xc7][0xbb]>C[0xfa][0xfd]<[0xc8]B[0xd0][0xb6][0xfd]l[0x89]!_w[0xbd][0x96][0xd9][0xe9];v`z}[0xc7][0x11][0x9e]ov[0xdd]#![0xcd]}[0xd2][0x17]'[0xae]w| [0x82][0xb6]{[0xa4][0x94][0x9e][0xdb][0x4][0xdb]cx[0x93][0x8b][0xac]u[0xde][0xf9][0x9c]x[0xf2][0x87][0xc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe9]3$[0xeb][0xb6]#^[0xf5][0xbb]M[0xe1]5xS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xa2]kqy[0xc8]=[}[0x8f][0x99][0x9][0x15]?[0x3][0x18][0x8c][0x9a]r_[0x91][0xdc][0xf7][0x5]q[0x8a]Q#[0xcb][0x96]U[0xa5][0xaa][0xa7][0x96][0xe8][0x5][0xb6][0xeb][0xf8][0x1a]65l1,[0x93][0xd6][[0xf1]AR\[0xf6]@T[0xb8][0x94][0xc][0x99]\[0xfe]|[0xd0][0x1a][0xb6][0xc9][0xc0];[0xb7][0xef]Yb[0xdf]VAef\l+[0x1d]J[0xa9][0xea]X[0xd2][0xf5]m[0xa7]5bk0[\r][0x94]P6p[0x9][0x97][\r],A7p[0x11][0x86][0x81]$v[0xc][0xec][0xe2][0xa1][0x86]G[0x6][0x1e][0xa3]L[0xdd][0x89][0x9c][0xc][0xc3][0xee][0x4]k;[0x81][0xf0][0x1c].g[0x94][0xfe]MkT[0xc8][0xe2]$/o$6k[0xce][0x80]*[0xae][0x8a][0xd2][0x8][0xa7][0xec][0xac]F[0xc]k[0x13]tMJ[0xd1][0xe2][0xf2][0xa5]e[0x9][0xdf][0x9f][0x82][0xa4]'[0x90]F[0xdb]sOFn6"&B[0xf5][0xb7][0xc9][0xfd][0xb1][0xa8][0x9e][0xf6]T[0xcd][0x6]B~dx[0x9a][0x8b]6F[0xf3]&=[0x9e]S[0xd3][0xa5][0xf3]0[0xce]l[0xa9]D3_[0x8d]>[0xbe][0xd3]&[0xff][0xd6][0xe7][0xec]>[0xac][0xfe]OFWe[0x94][0x5][0xd6][0xe8]"/[0xd2][0xed][0x8e][0xa7]R[0xaa][0xd1][0x0]Q[0xea]uH[0xa9][0xfb]$[0x89][0xd1]J"Et[0x99]N{D[0x13]D3[0x85][0xe2][0x10][0xac][0xb0]9D[0xac][0xb0]5D[0xbc][0xf0][\r][0x89][0xcf]!z[0x85][0xf6][0x5][0x9a]{[0xf5][0xc7]H[0xd3]n[0x84][0xe7][0xc][0xbd]W[0x89][0xae][0x86][0xd2][0x18][0xae][0xe1]:[0xd9][0xb9][0x81][0x9b]c[0xbb]/[0x10][0xf]q[0xe9][0xc2][0x17][0xb0][0xef][0xb8]@$F+[0xfe][0x15][0xb][0x9f]f[0xcc][0xee]L[0x99]MO[0x99]M[0x10][0xe7][0x16][0x99][0xb9][0x1d][0xe2][0xef]Pj[0x8a][0xb7][0x8e][0xbb][0xb8]B'[0x9d][0xa4][0x1a][0xc2][0xe7][0xf]PK[0x7][0x8][0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod.class[0x95]W[0xfd]c[0x13]g[0x1d][0xff]\[0x93]6i8J[0x9]o[0x85][0xf2][0x12][0x18][0xb0]&m[0x9][0xb0][0xa9][0x1b]-[0x9d][0x5][0xda][0x8d]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xb5][0xd8][0xc2]^[0xae][0xc9][0xd1]^I[0xef][0xb2][0xbb]K)[0xce]9[0xa7][0xa0]c/2t:[0x8b]Sdn[0xa2][0x82][0x8e]MH[0xdd][0xaa]ls[0xea][0xe6][0xfc]'[0xfc]K[0xd4][0xef][0xf7][0xb9][0xeb]%[0xb9]$5[0xfe][0xd0]'[0xcf]}[0x9f][0xef][0xcb][0xe7][0xfb][0xfa]<[0xfd][0xfc][0xdf][0x1f][0xdc][0x5][0xb0][0x7][0xff]lD[0x1c][0xe7]#[0xb8][0xf][0x17]B[0xf8]n[0x18][0xdf][0x8b] [0x80][0x17]B[0xb8][0x18]A[0x3]^[0xe6][0xe5][0x95][0x8][0xbe][0x8f]K[0x11]b{[0x95]w[0x97]C[0xf8]A[0x8]?[0x8c]`9.[0x84][0xf1][0x1a][0xff][0xfe]([0x8c][0x1f][0xf3][0xef][0xeb][0x11][0xc8]xa[0x19]~[0x82]9f[0xbf][0x12][0xc6]O[0xc3]x#[0x8c][0x9f][0x85][0xf1]s&\[\r][0xe3][0x17][0xac][0xe2]Z#[0xde][0xc4]/[0xc3]x[0x8b]?[0xde][0xe6][0x93]k[0xbc][0xfb]U[0x8][0xd7]#[0xd8][0x86]_[0xf3][0xf2][0x1b]&[0x93][0xd5][0xdf][0xe2][0x6][0xef].Gp[0x13]7B[0xf8]][0x4][0x9d][0xf8]=s[0xdf][0xe0][0xe5][0x9d][0x10]n1[0xe5]][0xfe]x" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x97]?[0xf0][0xf2]:[0x8b][0xdc][0xe][0xe1][0x8e][0x84][0x86]i[0xd5][0x9e]4[0xd2][0x12]6[0xc]L)3J2[0xa3][0xe8][0x13]IS=[0x9d]QSv[0xf2][0x88]8[0xeb]"[0xae]nM[0xd7][0xec][0x1e][0x9][0x9b][0xda][0xaa][0xb3][0xc5]G$[0x4][0xf][0x1a]iU[0xc2][0x8a][0x1]MW[0x7]s[0xd3][0xe3][0xaa]9[0xac][0x8c]g[0x88][0x12][0x1d]0RJfD15[0xfe]v[0x89]A{R[0xb3]$[0xc4][0x7][0xc]s"9[0x95]#[0x13]I3[0xa7][0xeb][0xaa]i%[0xa7]IO&[0xd9]o*[0xd3][0xea]Y[0xc3]<[0xe3]!i[0x9c]P[0xed]#.[0xe4][0x8d]m[0xf1][0xa5]@[0xaf][0xd4][0xf4][0x19][0xe3][0x8c][0xda]7[0x9b][0xcd][0x18][0x96]6[0xa3]f[0xce]Ix[0xb0][0x18][0xff][0xd1][0xf1])[0x12][0xe8]:YN[0x8a][0x97][0x93]([0x8][0xb6]b[0x92]u[0xf6][0xa5][0xd2]iV![0xb0][0xe4][0xcd][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]$D[0xfa]fSj[0xd6][0xd6][0xc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!/!D[0x9a][0x6][0xc9]9[0x9][0xab]K[0xbc][0x18][0xb2]MM[0x9f] [0x81]u3JFK+[0xb6]z,7[0x9e][0xd1]R#[0x86][0x96][0x1e]4z[0xcd][0x9][0x16][0x18]s[0x4]r[0xb6][0x96]I[0xe]h[0x96]-B[0x1f][0xd6][0xac]![[0xb1][0xb5][0x94][0x4]i[0x8c][0xf0][0xa8][0xa6]i[0x98][0x84][0xa7][0xd9][0xcf],ami2[0xce]e[0x17][0x13]r[0xaf][0x8f][0xb7][0xbb][0x8][0xd9][0xf0][0xa4]i[0x9c]e[0xb6][0xae][0x1e][0xce][0xc3][0x90]6[0xa1]+v[0xce]$[0xa9][0xf6]2@[0xd5][0xe4][0x18]g[0xb4][0xdc]1[0x9][0xf5][0x16]AWKC[0xeb][0x85]B[0xe6][0x9c][0x1b]i[0xed][0xb4][0xa6][0xb2]C[0x81][0xb6][0xf8]a[0x9][0xcb][0x89]x\%[0x0]:[0xe3][0xa7][0xb0][0x97][0x84][0xf1]`F[0xb1],[0xf6][0xb4][0x9c][0xda][0x9d]`[0xfc][0x1c]Gp%[0xed][0xe][0xa9][0xa9][0x8c][0xc2][0xd6][0x4][0x87][0x84][0xcd][0x8b][0x18][0x7][\r]f:[0xc6][0xa9]Um[0xb2]~T[0xa7][0x14]p[0x92][0xdb]*[0xa5] [0xe1][0xa7].[0x15][0x7][0x99][0xf2]5[0xa9][0xa4][0x8d][0xb3]j[0xfa][0x0]UfG[[0xcd]][0x10][0xa7][0xf4]J[0x1a][0xfd]Q[0x18][0xea][\r]{R59[0xdd]O[0xe7][0x94][0xc]![S[0xa1][0xc2]Y `[0x8c]OQ[0x91]L*[0xd6][0xa4][0xd3][0xa3]r[0xd6]4[0xd2][0xb9][0x94]j9ah[0xad][0xd4][0xd9]|$[0xa4][0x83][0xb6]`j[0xa9][0xc6]C[0x5]~H[0xcd][0x9a]j[0x8a]bF[0xe9]\<[0xa7][0xdb][0xda][0xb4]:[0xa2]Y[0x1a]y[0xdc][0xab][0xeb][0x6][0x97]&[0x15]?[0x17]_AGA[0xa6][0xcb]I[0x84][0x17]i[0xd6]j[0x89][0xe6]8Y![0xad][0xeb]*[0x90][0x9d][0xbc]6[0x91][0x92][0x12]s[0xdb]KY[0x15][0xef],Y`[0xeb]r[0xca][0xa9]@[0x90]p[[0x99][0xd9]x[\r]j[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]nuU*[0xca]2[0xe8][0xc3][0xc3][0xa2][0xa9]z[0xbb][0x87][0xf7][0xed][0xfb][0x9f]Vz[0xca][0xa0]9[0xf2]qZ)[0xc3][0xb6][0xe1]4N[0xad]%[0xc5]CZ[0xe4][0xb8]nvw[0x8d][0xb3]X[0x88]P[0xca][0x95][0x14][0x95][0x8f][0xb5]}[0xf7]n[0x12][0xec][0xfb]?[0xea]w[0xa9][0xa9]=\+[0x80][0xee][0x9a][0xed]qh#CF[0xce]L[0xa9][0xfd][0x1a][0x8f][0xb9][0xd5]>[0x8e]][0x8c]G[0xc6][0xfd][0xf8][0x82][0x8c]/b[0x9e][0xfa][0xbf][0x0]p0[0x97][0xc9][0x1c]34[0x9d]j[0xd2][0x1b][0xe1][0x12][0x1e][0xf2]i[0x88][0xa5]D[0xae]b[0xe3]j,e[0xaa]\[0xd0][0xb1][0xb3][0x1a][0x1d][0xe4][0xec][0x98][0xa2][0xc7]rzZ53[0xe7]()1[0xe7][0xba][0xdd][0xc5]v[0xfe]H[0xd1][0xae][0xd1][0x85][0xed]{$[0x80]Z[0xf6]0[0xf3][0x88][0x94][0xab][0x16][0xab]x_[0xc6][0x7]X[0x8][0xe1]O2[0x1e][0xc6]#2[0x86][0xf0][0xa8][0x8c],[0x9e][0xa6][0x1]U[0xf0][0xa0][0x8][0xf6]:[0xff]t=[0x90][0xd3]2i[0x9e][0x1f]![0xd7][0xf][0x19][0xc6]]z[\r][0xc4],[0x2][0x9f]I[0xc7]&[0x95][0x19]5[0xa6][0x1b][0xb1][0xac]7[0x2]e<[0x83]GB[0xf8]P[0xc6]G8-[0xe3]+[0xf8][0x98][0xa6][0x8f][0xc3]Mav[0xc5]([0x16]bP[0xc7][0x88][0xc4]A[0xb1][0xc4][0xcd]$[0xe3]/[0xcc]M[0xa3]zQ=[0x1d]e[0xc5]5 [0xe3]k[0x18][\r][0xe1][0x13][0x19][0xc5],[0xb5]M[0x9][0xcb][0xc][0xdd][0x11]2FpB[0xc6])[0x8c]Jx[0xa0]Z[0xd8][0x6][0x8d][0x87]U[0xfa][0xd4]R[0xa5]S{[0xc4][0x99][0xe6][0x86][0xc9]1[0xfb][0x92][0x8c][0xbf][0xe1][0x89][0x10][0xfe].C[0xc5][0xe9][0x10]>[0xa5]k[0xaf][0xc6]4[0xc8][0xf8][0x8c]][0x9e][0xc4][0x9]z[0xe2][0xf8]zP[0xc6]?[0xf0][0xb9][0xc][0xb][0xb6][0x8c][0x1c]fd<[0x5][0xa5]6[0xcd]\[0xcc]%[0x9][0xf3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xc2][0x11][0xdf]Lw[0xaf]E[0xa6]?V{[0xcf][0xd5][0xf6][0xec]![0x9d][0x1][0xd2][0xe3][0x94]x[0xaf][0x98][0x96]j[0x8d]K%[0xa0]d[0xb3][0xaa]N[0x9b][0xce]J`[0xcb]Hn[0xe1][0xf1][0xc8],[0xbd]2[0x9][0x81][0x92]N[0xb][0xcf][0xc7][0xc4][0xa3][0xc6]y&,[0xf2][0x9][0x15][0xce][0x9b]!8p[0x17]FyP[0xd0]n[\r][0xed][0xa9][0x9c]h}[0x80][0xbe]N[0xd1][0xff][0x5]u[0xf4][0xdb][0x92][0x98]G][0xfb][0xa7]X[0xbe][0x80][0xc0]h48[0x8f][0xfa][0xf][0x13][0xed]w [0xbd]Kgux[0x90][0xd6][0xb5][0xa8][0xa7]u=[0x82][0xd8][0x80]0ZI[0xdf]f[0xac][0xc3][0x16][0xec][0x13]gB[0x7][0xba][0xd0][\r][0x88][0x1d][0xdb][0xa2][0xab][0x1e][0xfb][0xd1][0xe3]ZJ[0x8a]o[0xa0]>q[0x1b][0xd2]-Om[0x83] [0xee][0x10]jd[0x87][0xc1]U[0xf3]<[0x1e][0xc2][0x97][0x89][0x8b][0x85][0x7][0x88][0x1a][0xa0][0xdf][0xa6][0x5]4[0x8c]&[0xda];[0xe6][0x11][0xca]#[0xec][0xd7][0x92][0x14]Zb[0xe][0xa7][0x7][0xa6][0x9][0xbd]8 [0xce][0x9b]p[0x10][0x87]H[0xa2][0x8f][0xf6]A[0xa2][0xf4][0xd3][0x1f][\r] [0x17][0xe0]^[0x17]`[0x98][0x1][0xe6][0xd1][0xe8][0xd7][0xde]][0x84]1[0xec]j[0x97]p[0x18][0x8f][0xba][0x18][0xaf][0xb8][0x18]{[0x12][0xad][0x1d]yD[0x1c]-[0xcb][0xee][0xce]![0xd9][0xb1][0x0]yt[0x1][0xcb]G[0xe7][0xd1][0x14]][0x91]G[0xb3]k[0x81]v[0xd1][0x95][0xb4][0xe4][0x11][0x9d][0xc7][0xaa][0xf7][0xb1][0xba][0xe]'8[0xe0][0x1]a5J[0x18]A[0xda][0x1b]hX[0xad][0xa4][0x8][0xec][0xc7]`[0x91]=[0x9e]=t> P[0xf5][0xe0][0x8][0xf1][0xd4][0xe1][0xa8][0x87][0x93])[0xc7][0x88][0xf2][0x98][0xf0][0xe5]8[0xd1][0x86][0x16][0xf1]J[0x1d][0x84][0x97]-[0xe4][0x13]y[0xac]i[0xbd][0x8a]C[0xad]s[0x8]G[0xd7]^G}t[0xdd][0xe0]R[0x90][h[0xe9][0xe4][0xcd]z[0x1f]vR[0xb4][0xe1][0xca][0xd2][0xee][0xb6][0xfa]E[0xc4][0xd1][0xc6][0xf7][0xb0][0xe9][0xed][0xa5][0x5]7W[0x8d][0xd3]6[0xca][0x6]p[0x92][0xd6]SX[0x8d][0xc7])#O[0x92][0xcf]O[0xe1][0x1b][0x18][0xc7]E[0xa4]p[0x87][0x6]&[0xc7]-A[0xde][0xae][0xa6][0xb2][0x1c][0xc6]WE[0x4][0xf3]^[0x4][0xf3]^[0x4][0xf3]e[0x11][0xcc][0xfb]"[0x18][0xe4][0x81]^[0xb9]b[0xb6][0xdc][0xf4]U[0x8c]V[0xb1]b[0xe8][0xc6]p+[0xc6]'[0xbf][0xd1]_q[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xe][0x8e]1[0xa2][0x9d][0xf4][0xf4][0x14]Z+[0x8f][0x98]_[0xc9]l[0x85][0xd6]*(9U[\r][0xcc]V[0xbf][0x9e]o-[0x9][0xe6]q<[0xe1][0xea][0x19]s'J[0xf3][0x2][0xb6][0x8d][0xb2][0xae]y[0xdc][0xd3][0x9e][0xc7][0xf6]B[0xc2]"[0xe2][0xfc][0x8d][0xa8][0xc][0xed][0xac]h[0x9a][0x81][0xda][0xf8][0x90]f[0xa0]v[0x8d]|[0xeb][0xda]*[0xfc][0x1]PK[0x7][0x8]i|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/runners/model/MultipleFailureException.class[0x95]V[0xd9][[0x1b]U[0x14][0xff][0xdd]$0a[0x98][0xb2][0xa4]@[0xb][0x1a]M[0x11][0xda],[0xd0][0xb4](U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd2][0x14]45[0x80][0x1a]JM[0xab][0xe2]@[0x86]08[0x99][0x89][0xb3][0xb0][0xd4][0xa5][0xee][0xfe][\r][0xbe][0xf9][0xe6][0xab][0xfd]>e[0x91]O[0xeb][0xb3][0xf][0xfe]I[0xea][0xb9]7[0x81]$$[0xf8]i[0x1e][0xee][0xdc]s[0xee]Y~g[0xbb]7[0xfc][0xf5][0xcb]o[0x0][0xae][0xe2][[0x19]a[0xbc]"aZ[0x86][0xf][0xb7][0xda][0xf0]4R2ncF[0xc2]l[0x10][0xaf]Jx[0xad][0x1d]i[0xdc][0x91][0xf1]:22[0xe6]0/[0xa3][0x15][0xb][0x9c][0xf7]F;[0xde][0xc4][|[0xc9]JX[0xc][0xe2][0xae][0x8c] [0x96]d[0xdc][0xc3][0xdb]2[0xba][0x90][0xe3][0x82][0xf7][0xf9][0xf2][0x80]K[0xbf][0xc3][0x97]we[0xbc][0x87]e[0x9][0xef][0xcb][0x18][0x80]*aE[0xc2]*C[0x97][0xa3][0xd9][0xba]j,i[0xb6][0xa3][[0xe6][0xdd][0xf4]m[0x6]v[0x87][0xe1]L[0xca]2[0x1d]W5[0xdd]%[0xd5][0xf0][0xb4][0x16][0x94][0x8c]AZ[0x9b][0xb1]m[0xcb]vH3[0xb3][0xa1]n[0xaa]I[0xcf][0xd5][0x8d]dFw[0xdc]I[0x86][0xb6][0xac]^0U[0xd7][0xb3]5[0x86]K'[0x8e][0xa7][0xca][0xb4][0xa1][0x9a][0x85][0xe4][0xe2][0xba]mm[0xa9]+[0x86]6y[0x93][0xb4]Z[0xa7]tSwo2[0x9c][0x8d][0x9e]4[0x19][b[0x8][0xa4][0xac]<[0xd9][0xeb][0xcc][0xe8][0xa6]6[0xef][0x15]W4{[0x91][0xab]2[0x84]2[0xd6]*!W[0x9]?[0xd1][0x15]f[0xc0]][0xd7][0x9][0xdc]X[0xc6][0xb2][0xb][0xc9][\r][0x8f][0xc]'m[0xcf]4)[0xbc]d[0x91][0xec][0x18][0xc9]9[0xcf]p[0xf5][0x92][0xa1][0xcd][0xaa][0xba]A@g[0xb6]W[0xb5][0x92]K[0xa1]s Z%[0xb4][0xbe]z[0xcb];[0xa5]#[0xeb][0xf1][0x93][0x8]O[0x8b][0x8a][0x3]o/hn[0xc5][0xb][0xd9][0xc]Ec[0x8d][0x9][0x8b]50OO[0x93]L[0xe6][0xe6]4[0xc7]Q[0xb][0x4][0xa4][0xe7]HQ[0x8]f][7[0xb]$[0xc3][0xe8][0xa8][0xb7][0xa9][0x5][0x6][0x9f]>Dz5[0xee][0xd2][0xae]f[0xab][0xae]e[0xf3]3g[0x85][0xa1][0xbf][0xc1][0xe2]-O7[0xf2][0x1a][0x17]hW[0x1d]j[0x14]w[0xa6]Xrw[0x8][0xca]q[0xd6](09ky[0xf6][0xaa]6[0xab][0xf3][0x4][0x85]OK[0xef]en[[0xc1]%[0xe4][0xa9][0xce]U[0xc][0xd3][0xb6][0xad][0xee][0xf0][0xb8][0xf9][0x91][0xa6][0xe0]9[0xc]IXSP[0xc0]:[0xc3][0xb9]S[0xf0]P[0x8c][0x8b][0xeb][0x9a][0xad]E[0xb6][0xf8]2[0x9c][0x8f][0x94][0xeb]v[0x9d]z[0xb2][0xaa][0xb1][0xb0][0xb2][0xa1][0xad][0xba][0x12]t[0x5][0x1b][0xf8]@[0x82][0xa1][0xa0][0x8]S[0x82][0xa5][0xa0][0x84][0xf][0xb9];[[0x81][0x3][0x92][0xf0][0x14]lbK[0xc1]6v[0x8e][0xb0][0xd5]'[0x8f][0x1a][[0x8e]D[0x86][0x9d][0xe8][0xb0][0x13]S[0xf0][0x10][0x1f]I[0xf8]X[0xc1]'[0x18]W[0xf0][0x2]_>[0xc5]#[0x5][0x9f][0xf1][0xdd][0xe7][0xdc][0xce][0x17][0xf8]R[0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xc6]7[0xc][0x13][0xd5]>[0xd4]MJ[0xb8][0xa9][0x1a][0xff][0xb1]!9[0xc4]([0xc3][0x95][0xff][0xdb][0xc8]u1[0xd4]p[0xfd]Q[0xde][0x94][0xfd][0xb5][0x1d][0x9c][0xb2][0xc][0x83][0x92][0xc4][0xbb][0x9f][0x9f][0xf5]6;[0xe1][0x93][0xee][0x99][0xe4]R_[0x13][0xd3][0xc0][0x8b][0xc5]0[0xd8]8[0xaa][0x8d][0xdd][0xdd]Q[0xcf][0xa1][0xe1]t[0xf4][0x87][0x9a]@[0x92]f[0xe8][0xae][0xa2]LSf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xae][0xd2]&[0xbf]n[0x16][0xd6]h[0x4][0xa3][0xe9][0xda][0xe][0xaf]HL[0xd6][0x95][0xb8][0xdc][0x14]4[0xb7]k[0x96]]T[0xc9][0xfe]D[0xb4]q([0x1e]dN[0xf6][0xc4]d[0xd3][0xd1][0xe9]m[0xa2][0xcb][0x93][0x12][0xd4]+c[0xc2]1[0xc5][0x9a][0x8f]O[0xa8][0x91]K[0xb1][0xac][0xab][0xce][0xbc][0xb6][0xed][0x8a]x[0xef]S[0xf0][0xa6] [0xea]'[0xb7][0x82][0x88][0xdc][0xd0]t[0xa7][0xc][0x9a]2~[\r][0xd6]J[0x8]&[0x9]t[0x9e]`[0x91][0x3]R[0x99]W[0x8b][0x94][0xd0]V[0xb5]T[0xd2]L[0x9a][0xac][0xd1]fA[0xfc][0xcb]X[0x7]][0xeb]([0x89][0x92][0xee]T[0xa6][0xdb]Ovy>[0xd2]M[0x81][0x86][0x9b]4[0xf4][0xf1][0xa4][0xf0]{[0xce][0xd6]\NN;5[0xbd]7[0x12]mz)[0xd5]:[0xa8]^[0xc4][0xb8]@[0xef]`[0x98][0x9e][0x1b][0x1f]=T[0xcf][0xe0]Y0D[0x4]u[0x1]!~A[0x10]=,[0xe8][0x8b][0x8][0xd0][0x9e][0xa6][0x84][0xf6]1[0xe2],[0x13][0xed][0xa3]ow|[0xf],~[0x8]_.[0xb1][0x7][0xff][0xcf][0x8]<&[0xa6][0x1f]qZ;[0xe8][0xb][0x9c]'[0xc1]~z&[0x7][0x90] [0xaa][0xaf][0xac][0x84][0x11][0x8c][0x8a]W[0xae][0x1b][0x97][0x85][0x93]$[0xed][0x15][0xfa][0x96]9[0x17][0x8f][0xdd]^[0xa1][0xdd]U[0x8c]U[0x9c][0x8e][0x11][0xc5]e[0x82][0xf1][0x9f][0x10][0xd8]G[0xcb][0x8f]B[0x86][0xfb]j[0x15][0xfc][0xb0][0xf0]Q[0xb6][0x13][0xac][0xf8]([0xdb]y[0x9e]xt[0xd0][0xca][0xed][0xec]C"T@[0xfe][0x10][0xad][0xb9][0x90][0x14][0xf8][0x15][0xc1][0x9c][0x9f][0xdb]<@[0x1b][0xa3]S9[0xbb][0x8f][0xf6]=([0x99]2[0xef][0xc][0xc3][0xdc][0xc8][0x1]:[0x18][0xbe]C[0x92]6[0x9d][0xc][0xbf][0xa3]k>[0x11][0xea]n[0x11][0x9a][0xa3][0xbb][0x8][0xed][0xe2]l6[0x17][0xa0]][0xf][0xd7][0xdd]E[0xef][0xbd][0x1f][0xfe][0xfe]3[0xb1][0x8b][0xbe]*[0xc6][0x90][0xf0]9H[0x9][0x1e][0xc2][\r][0xc2][0xb5]L[0xe9][0xe4]x[0xe3][0xc4][0xbf]A[0xa9][0xbf][0x86][0x17]E[0xe6][0xc6][0xf1][0x12]&D[0x9e][0xf2][0x95][0x18]"[0xf4]?[0xe5]:&[0x9]}[0x1b][0xa6][0xa8][0x4]~[0x11][0xc5][0x16]}y[0xa4][0x89][0xf8][0x1][0xce]ql[0x81][0xc7]q[0x11]@[0xe0]{*[0x8b][0xff][0x0][0xe7]}[0x1c][0xe7]>[0xfa][0x9f][0x1c]b G[0x85]z[0xea][0xc9]qq[0xfa][0xc0][0xff]h[0x8c][0x93][0xc1]k[0x90][0xc9]a[0xf][0xb9][0x1c]D[0xaa]&[0x81][0x9]Q[0x1a][0xd4][0x94]&!J[0x3][0x2][0xb][0xd1][\r][0xe1][0x9a]"[0xdd][0x14][0xbb][0x97][0xff][0x1]PK[0x7][0x8]#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]NH2[0x10]FP0(([0x1a]/H.@*[0xb6][0xa8]`i[0x81]z[0xa3][0x1][0xa4] V[0xed][0xc5]![0x19][0xc3][0xd0]0[0x13][0x86][0x9][0xa8][0xcf][0xfd][0x13][0xbe][0xfa][0xc2]S[0x1f][0xba]V[0xb][0x8b][0xba][0x96][0xab]}[0xed][0xbf][0xe8]c[0xfb]#[0xda]~g2[0xe6]F[0x88][0xe8][0x9a]5g[0xf6][0xd9][0xb3][0xf7][0xfe][0xf6][0xb7][0xf7]9g[0xe6][0xcf]{[0x3][0xe0]2^[0x84]p[0x1a][0xd3]-8[0x85]/CH" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a&DiV[0xc1][0x9c][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]CP0[0xdd][0x8c][0xaf][0xe4]sA[0xbe]_l[0xc6]}9Y[0x92][0xc3][0x83][0x10][0x82][0xf8][0xba][0x15][0xf][0xf1]H[0xc1]c[0xe9][0xf9][0x8d][0x82]o[0xe5][0xf3];[0x5][0xdf][0xcb][0xe7][0x93]V[0x1c][0x83][0xd6][0x8a]N,[0xcb]![0xdd][0x8a]02[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x5]O[0x5][0x82]k[0xba][0xb3]be[0x4]zR[0xab][0xda][0xa6][0x96][0xcc]if6i[0xeb]Osz[0xda]I[0xce][0xb8][0xef][0xc6]hu[0xc3]0[\r]g\[0xa0]7z[0xb0]YlI[0xc0]?eet[0x81][0xf6][0x94]a[0xea][0xb3][0x85][0xb5]e[0xdd]^[0xd4][0x96]s[0xd4]t[0xa4][0xac][0xb4][0x96][[0xd2]lC[0xce]=[0xa5][0xdf]Y16[0x4]FS[0x96][0x9d]M[0xae][0x16][0x8][0x91][0xb4][0xb][0xa6][0xa9][0xdb][0x1b][0xc9]5[0xc6][0xc9]%g[0xad][0xdb]:[0xa7]Fz[0xf1]y^[0xbf][0xa7][0xd9][0x1a][0xb3][0xe5][0xdb]%-gd4[0xc7][0xb2][0x99]Z[0xf3]fq[0xc2]p[0x9d]^r[0x5][0xc7][0xc8]%S[0xc6][0x86]SLI[0xd7][0xd2]+[0x2]'[0xeb]$.[0xa3]2[0x84]_[0xb3][0xed][0x8b][0x2][0xdd][0x8f][0x1b][0x98][0xe4]t[0x93]&[0xe2][0xae][0x80][0xcf][0xa0][0x10][0xd4]m[0xdb][0xb2][0x99][0xfb][0xd1]ZH[0x81][0xae]j[0xaa][0xc][0xe0][0xd1][0xed][0xaf][0xb1][0xbd]Q[0x81][0xb7][0xb8]b[[[0xd2]ll[0x9c]!Z[0x16][0x8c][0xac][0xa9]9[0x5][0x9b]^[0xf1]ZV[0x7][0xb9]I[0xb2][0xbd]o[0xab]1kU[0x95]l[0xce][0x94]S[0x81]D[0xbd][0xfe][0xb9][0x1c][0xeb][0x96][0xce]q[0x9d]&[0xf][0xeb][0xd4]([0xb3][0xf8][0x81][0x99][0x95]D[0xe3][0x85][0x9e])[0xa6]y[0xad][0x1e][0xe2]>[0xbb][0xba]9[0x1f][0xc9]W[0x9a][0x9][0xf4][0x1d]*[0x92][0xc0][0xdc][0x7]A6b[0xdc]w [0xe3][0x7]F.[0x93][0xd6]l[0x8f][0xec][0x95]z[0xc8][0x95]&uy6oy[0x16][0x2][0x91]w[0xf9][0xb]L[0xbf]/F#b[0xb1][0x3][0x89]y[0xbb]u[0xc2][0xb6][0xb5][0xe7]ErW[0xeb][0x1][0xd7][0x9a][0xd5]%[0xd8][0xa2][0x95][0xa3]\[0xc1][0x88][0xc0][0x99][0xfa]{[0xe8][0xed]9[0xc1][0xe3][0xab]lp[0xf3]YZ[0xcf];[0x86]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c](k[0x17][0x1c][0xdb]0[0xb3][0x93][0x5][0xb6]M[0xb7][0x5][0x94][0xe2][0xb9][0x1b]Q[0xf1][0x3]r*[0xd6]@[0xeb][0xbe]h,[0x92][0xb6]LG3[0xcc][0x8d]H[0xc1][0xb4][0xf5][\r]+[0xb7][0xa9]g"r#G6=([0xd7][0xc3]R[0x91][0x87])[0xb3]]W`[0xab][0xd8][0x80]#p[0xe1][0x10][@[0xc5]u[0x8c][0xd6][0xa5]S[0xb9][0x9e]T[0x8c][0xe3]3[0x81][0xf3][0xef][0xee][0x87][0x8a])|[0xa1][0xa2] [0xb][0xb5])[0x87]-9<[0xc3]s[0x1e][0x3][0x1f][0xfa]][0xe0][0xb9]\[0x6][0x9e][^%[0xae]@ST[0xb6][0xf4][0xe4]A[0xdf]/[0xbe][0xca][0xea][0x8e][0x17][0xb7][0x14]S[0x2][0xf0][0x98]?[0x15][0x8d]5[0xf8]:[0x4][0xb5]|^7[0x19]a[0xb0]r[0x1][0x16][0xdb]5[0x16][0xdb][0xa7][0xf2]:HG[0x85][0x88][0xb3][0x4][0x12]8[0x1e][0xdd]o7V[0x13][0xb0]H[0xa4]a[0xc0]f[0xc7]*[0xaa][0x4][0xc2][0xf5]ra[0x1][0xda][0xaa][0x97]?[0xeb][0xa2]e25[0xe6]o[0x91][0x1e][0xf1]k[0xc6][0x14]'[0xd2]NA[0xcb]I[0xb2][0x13]v[0xb6][0xb0][0xa6][0x9b][0xe]K[0xd2][0xc6][0x17][0xf7][0xc9][0xdb][0x9e][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc6]S[0xa4][0xac][0xad][0xb2][0xe2]D[0xb9][0x9e]S[0xd6]Z[0xde]2[0xe9]X[0xdc][0xcf]=Ul[0xab][0xaa][0x89][0x8]YN[0xf3][0xb7][0x88][0xff][0xc]r[0x17]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]>K[0xbd][0xc0]9J[0xb7][0xe0][0xe3][0x5][0x84][0xe2][0xbb][0x10][0xf1][0xc4][0xaf][0xf0][0xfd][0xcc][0x99][0xf][0xe7]9[0xb6][0xa1][0xc9][0x1d][0xfd]hG[0xb][0x8e][0xe2][0x2]g]Ek\D[0x1f][0xe0]J2[0xaa][0xa0]t[0x9][0xfd]|'c[0xbe][0xa2][0x9f]D[0x89][0xc6][0x81]o[0x7]M3[0x3]o[0xc6][0x9b]F[0xfc]a[0xef]+t[\r][0x84][0xfd][0xc3][0xa3][0x81]xw [0xb1][0xb][0xff][0x8f]~[0xb1][0xfd][0xdf]?[0x12][0xb1][0xc9]E[0xec] [0x16][0xf8]W[0xd5][0x83][0xe3][0x8c][0xd4][0xc9][0x88]].[0xea]8[0xe3][0xf5][0xf0][0xf7],[0x8a][0x18][0x2]hf[0xfe]q$[0x88][0xd6]Jn[0x3][0x18][0xa4]w[0x1b][0xba]1DI[0xfa]GK[0xd9]E[0x91][0xc4]G[0xcc][0xee]2e[0xd5][0xcd]Rj[0x86])]qY~[0xcc][0x9b][0xc7][0x89][0x97][0xf7]_[0x8c]-[0x19][0xaf]'[0xfe]@[0xe0]%F[0x6]^#[0xf8][0xf0]5[0x94][0x87][0xbb]h[0xee]h[0xd9]a[0x8d]\>[0xad][0x94]:T[0xe][0x89][0x1d][0x1c][0xd9]A[0xdb].[0xda][0xf7]p[0xd4][0x87][0x7][0xdb][0xb8]N[0xcf]c/[0xd1][0x1e]O[0xfc][0x8e]c[0x3][0xbb][0xe8][0xd8][0xc6]%[0xaa]:=U'U[0xc7][0xb7][0xd1]IU[0xf8]%T[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xd5]U.[0xc0]%[0x16][0x1a][0xa4][0xa2][0x90][0xee]([0xc9]M[0xb0][0xbc]3,[0xf0]")?a[0xd3][0xb2]L4[0xcf][0x92][0xc8][0xa2]D[0x8a][0xc9][0x96][0xc8][0xae][0xe3]*[0xcb]#\I[0xd2][0xf6]U[0xd0]^wi[0xfb]<[0xda][0xd7]x[0xf3][0xd8][0xf1]h[0xff][0xc4]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f][0xb1][0xc4][0x1e]N[0xf0][0xd8][0x1f]|3[0xe2]o[0x1a][0x9][0x84][0x3]a?[0xfb]5[0x18][0xe][0xc][0x8f][0x6][0xe3][0xdd][0xc1][0x1][0xd9][0xaf][0x0][0xfb][0xf5]wm[0xbf][0xfa][0xb9][0xc6][0xa2][0x9c][0xf7]s[0x8c][0xbb][0xa9][0xdd]a[0xc0]S^[0xbf][0x82]|[0x9e]s[0xfb][0xd5][0xc4]~[0xf5][0xba][0xfd][0xf2][0xb3]_=n[0xbf][0x2][0x12][0xb8]D![0x86]1[0xdc]p[0x13][0x8e][0xed][0xa3][0x10][0xab][0xa2][0xf0])o[0x9e][0x89]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xc5][0xa3]0O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'[0xf]C[0x81]v[0xdd][0xef]G[0xf5][0x8c][0xb]0DZI[0xce][0x87]H[0xed]2[0x8f][0xda]aL[0xf3]y[0x8f][0xb]I[0xd2][0xce][0x93][0xe0]aiO[0x95][0xec][0x92]%[0xbb]+%[0xbb][0x91][0x8a][0xf2][0xcc][0x97][0xca]3[0x8f][0xcf][0xb9]"[0x84]+[0xd5][0x96]g[0xbe][0xaa]<[0x93][0xbc][0xf9]![0xf0]:[0xfc][0x84][0xb1][0xe5]Z[0xe1][0x8a][0xdb]C[0x8f][0x80][0xe4]Wf[0x16]r[0xb7][0xf4]5fy[0xbd]b][0xa9]%T[0x15]7yL[0x8]W[0xaa]EU[0xab]PoSw[0xc7][0x95][0xee][0xfe][0xf]PK[0x7][0x8]D[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runners/model/RunnerBuilder.class[0x95]WM[[0x13]W[0x14]~'$[0x19][0xc]#[0x2]!*[0xb5][0xd8]XAB[0x2][0xc6][0x8f]j+[0xa1][0xa8]P[0xac]ZDK([0x14]mk[0x87]d[0x8][0x83]a&[0xce]LT[0xec][0xb6][0xfb][0xee][0xbb][0xec][0xa6][|[0x9e][0x16]jy[0xd4][0xae][0xba][0xe8]o[0xe8][0xf][0xe8][0xaf]h[0xfb][0xde][0x99]![0xe4]c[0xf0][0xd1][0x5][0xf7][0xe3][0xdc]s[0xdf][0xf3][0x9e][0x8f]{2[0xfc][0xf5][0xef][0xef]/[0x1][0x9c][0xc5]w1([0x98][0x93][0x91][0x8f]![0x84][0xb9][0x3]x[0x17][0xf3]1[0xe]_[0xc8]X[0x90][0xb1][0x18][0x83][0x8c]/;[0xb0][0x84][0xbb]2[0xee][0xb5][0xe3]+[0x19]_[0xc7][0xd0][0x8b]ob[0xb8][0x8f]oc[0x88]A[0x15][0x87][0xcb][0xe2]FA[0xc]E1h2V:P[0xc2][0xaa][0x8c][0x9][0xb1][0xd7]e[0xac][0xc5]p[0x14]sb[0xf3]@[0xac][0x88]V[0x96] WTK3[0x1c][[0xc2][0xa1][0x99]5[0xf5][0x91][0x9a][0xad]:z9[0x9b][0xd7][0x9c][0x9c][0x84][0x3]y[0xbd]d[0xa8]N[0xd5][0xd2]$[0xc]6[0x9e][0x8e]{[0xdb][0xb2]j[0x94][0xb2]Se[0xd5][0xb6][0xc7][0xd3][0x13][0xb9][0x9][0xde][0x89][0x8e][0xeb][0x86][0xee]LHhK[\r]/H[0x8]O[0x99]EM`[0xeb][0x86]6[]_[0xd6][0xac]yu[0xb9]LI[0xcf][0x8c]YP[0xcb][0xb][0xaa][0xa5][0x8b][0xbd]/[0xc];[0xab]:[0x99][0xc][0xcd][0x98]V)[0xbb]V%P[0xd6][0xaa][0x1a][0x86]f[0xd9][0xd9]u[0xe2][0x94][0xb3]s[0xee]n[0xb2][0xaa][0x97][0x8b][0x9a]Ek[0x9d][0xde][0xf1]5[0xd3]rIH[0x18]I5[0x13][0xcb][\r][0xb7][0xa0][0xf9]0[0xbc][0x1f][0x9b]~R[0xd0]*[0x8e]n[0x1a][0xbc][0x9b]m[0xb9]+[0x9c]z[0xdd][0xf5][0x1e][][0xd1][0xe6][0x9a](Ht$Q[0x87]4[0xbf]j[0x99][0x8f][0x85]"[0xa2][0x8e]f;[0xbe]^w[0xb]S[0x9][0x87][0x1b][0xa3][0xb2]Q[0xd9][0x8d]Lo[0x10]5[0xe2][0xa9][0xc5][0xe2][0x1d]7[0x81][0x12][0x6][0x82]\o5[0x11][0xad][0xf8][0xfa][0xe9]}[0xdc][\r]4[0xa4]X[0xda][0xba][0xf9]H[0xdb][0xb5][0xd5][0x1b]`[0x8b][0xd9][0x8e]<[0xf0]\;[0x12][0xc]M[\r][0xd9][0xcf][0xa7][0x84][0xb][0xad][0x10][0xf7][0xf6]s[0xc0][0xad][0xba][0x19][0xdd][0x16]E[0xd9]^Xe[0xf6]I[0x83][0xe1]o[0xbd][0xc0][0xd0][0xb7][0x8]=[0xf][0x16][0x2]9[0x5]*7[[0x1d][0xdf][0xb7][0x4][0x4][0xf0][0xf9]VG[0x9a]Y[0x7][0xb8][0xd1][0xd5]*:[0xd5]bv[0x9f]7V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xe5][0xcd]n[0xbf][0x9d]o[0x3][0xa9]7[0xca]I[0x87][0x9b][0x13][0xef][0x9e][0x84][0xbe][0xd7][0xbc][0x98][0xb0][0xa6][0x16]V9[0xa9][0x96]5[0xc0][0xa9][0xac][0x19][0x9c][0xa4][0x1b][0x12]B[0xfa]@[0xed][0xd9][0xb8][0xd0]W-K[0xdd][0xf0][0xf1][0xcf][0x4][0xc9]_[0xcf]|[0xb2][0x95][0xf9][0xdb][0xa7]6[0x96]7[0xab]VA[0xbb][0xa6][0xbb][0x1d][0xab][0xa1][0xf9][0x9c][0x16]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe0]}[0xbe][0xe4]=[0xcc][0xeb][0xaa][0xbd][0xca][0xf6][0xa8][0xa0][0x1f][0xc7][0x15][0xa4]0,![0x1e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd8]l[0xf6][0xec][0xea][0x86][0xa3]Y[0x86]Z[0xae][0xf5][0xba]i[0xcb]2[0xad]9[0xad]bZ[0x8e]n[0x94]<[0xb3][0xc2][0xd4][0xba][0xc]C[0x81][0x89][0x8a][0x84][0xcc]~[0x1d][0xf2][0x6]E[0xba]Z[0xd6][0x9f][0xaa][0xa2][0xab][0xb9]H[0x12][0xae][0x14][0x84][0xff][0xc9][0xa1]A{([0x99][0xaa][0x98][0xb6][0xad]/[0x97]7[0x92][0xba]Q[0xd4]-[0xad][0xe0][0x94]7[0x86][0x93][0x5][0xd3]pT[0xdd][0xb0][0x93][0xba]ck[0xe5][0x95][0xa4]j'[0xd5]d[0xbe][0xaa];[0x9a][0xdf][0xad][0xba][0xf6][0xbc][0xb8][0xbd][0xbc][0xc6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xc2][0x92]a+pP[0x15][0xec][0x1e])x[0x8c][0x8a][0x82][0xf3][0xf8]@A[0xe][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xc4]Gl[0xfd]MY[0x90][0xf1]D[0xc1][0x6][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xf1][0xdd][0xe8]4fV[0xc1][0x88][0x8][0xdc][0xe0][0x1b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0x18][0xde][0xef][0x1]6[0xb5]_[0xd1][0xe]6[0xfc][0x8a][0xf1]W[0x8a][\r][0x94]uW[0x8f][0xe0][0xb9][0x97][0x1b][0xbe][0xcb]nU[0xd2][0x9c]Yu][0xf4][0xdf]T}c[0xcc];[0x16][0x13][0x93]k[0x88][0x8a]'c]1[0xad]u[0x95][0xd0][0x97]R[0xad]7[0xee][0x5][0xd8][0x9][0xc2]M[0x4][0xdc][0x15][0xf4][0xa3]^[0x1b][0xe6][0xf]_c[0x19][0x93][0xaa]c[0xba][0xf1][0x93][0x90]J[0x5]Y[0x9][0x90][0x85]O[0xf0]S@[0xe1][0x7][0x8]k[[0xd4]+[0xe7][0xf7][0xb8][0xb]![0x89]v[0xae]Y[0xda][0x1c]OR2[0x81]6[0xae][0x80][0xae][0xf4]6[0xa4][0xf4][0xe]BK[0xdb]h[0xfb][0x15][0xe1]g[0xae][0xf6][0x0]G[0xf1][0xdd][0x2][0xc]![0xcc][0x92][0x1f][0xe4]J[0xf1][0xf4]q[0x8a]2[0x84]%[0xf1][0x10][0xa8][0x91][0xa6],[0xcc][0x93][0xa8]o'[0xc3][0xf5][0x88]{"[0xac]<[0xe4]Y[0x1b][0xe7][0xee]tf[0xb][0x91][0xcd][;[0x90][0x97]2#[0xdb]h[0xdf]t[0xc1]"[0xbc][0x16][0xa5][0x82]0[0xd7][0xe9]*[0xe6][0xb8][0x1f][0xe7][0xb7][0xd1][0xc7][0xae][0xc9]$e2[0x89][0x8c][0xe2][0xb4]K[0xa6][0xdb]3[0xee][0xae][0xb2]8C[0x8c][0xb3]5bBr[0xae][0xe6]n[0x86]#[0x8b][0x96][0xf7][0x5][0x8d]*Q\g[0xd2][0xbf] [0x9c]y[0x8e][0x3]![0xfc][0x88]c;[0x88]-[0xf5]t[0x84]_@Yj#[0xbd][0x83][0xf9][0xdf][0xd0][0xb9][0x8d]C[0xaf]2[0x9b]T[0xad]'5[0x89][0x83][0x98]"[0xa1]i[0x97][0xd4]a?.[0xbb]T[0x86]p[0xa1][0x89][0x8a][0x90][0x8]*[0xbb][0xb1][0x89][0xf9][0xa4].r[0xe4][0xfb][0xf1]c[0xb3][0xc0]Y )>[0xa9][0xae][0x10][0x16][0x9f][0xd5],{[0xd1][0xbf][0x81][0xe][0xdc][0xac][0xb3][0xaa][0xd4][0xac]*[0xb8][0xd4]dUH[0xf6][0x2]0[0xc6][0x15][0x1f][0xa3][0x1f][0x80][0x1f]([0x89]p[0xee][0x17]y[0xe8]^L3[0x5]=[0xb3]b[0x1d][0x1f][0xdd][0x1c][0xb][0xbb][0x8b][0xbe][0xf0]+*E[0x9][0x13][0xa7]b[0x1c][0x9]w[0xae][0xf][0xc3][0xa5][0xf6]q[0xfe]Wp[0x9d][0xbe]D[0xc9][0xee]4[0xeb]A[0xbc][0xdb]N2[0xbe][0x89][0xcf][0xc8][0xb9][0x9b][0xfe][0xce]p%r;V[0xf3]~[0xcc]M[0x0]?[0xab][0x88][0x9b][0xc3]-[0xdf]{[0x11]#[0xf][0xed][0x1c][0xd1]<[0xad][0xcb]5[0xad]Yjy[0xde][0xdf][0xa6][0xec][0x8e][0xbb][0xfa][0xfc]PK[0x7][0x8][0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/RunnerScheduler.class][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]E[0xef][0xab][0xb5][0xa9]uq[0x10][0xfc][0x4][0xeb]bpvw[0x12][0x4][0xb][0xee]i[0x1b]kJL!m[0xfc]8[0x7]?[0xc0][0x8f][0x12][0x13][0x11][0x4][0xdf][0xf2][0xe0]p[0xee][0xbd][0xcf][0xd7][0xfd][0x1]`[0x83])[0xc3][0x84]!#[0xa4]}u[0x91][0xb5][0xd3][0x92][0xb0][0xc8][0xf7][0xad][0xb8][0x9][0xae][0x85]i[0xf8][0xd1][0x19]#J-[0xb7][0xab][0x93][0x97][0xce][0xca][0xa8][0xde]{[0x84]Q[0x1e]@Vt[0xce]Vr[0xa7]Bn[0x1e]\i[0x8b]o[0x91]][0x87][0x16][0xc2][0xb2][0xb3][\r]o[0x9d]Q[0x3][0xb7][0x1f][0xa1][0xe7][0xd7][0xae][0x96][0x9a][0xff][0xe9][0x84][0xd9]o[0xf6]P[0xb6][0xb2][0x1a][0x12][0x2]!B[0xb8]([0xf6][0x9b][0x88][0x1][0xff][0xc7]H[0x80][0x8f]B[0xbc][0x4][0x4]#[0x96]|[0xa7];[0xbf];[[0xfe][0xf8]|{[0x7]p[0x81][0xa3][0x18]}L"[0x1c]F[0x98][0x12][0xc2]+m[0xb4]_[0x10][0xfa]'[0xa7]kBpm[0x1f][0x14]a[0x9c]j[0xa3][0xee][0x9a]*Sn%[0xb3][0x92][0x9d]ijsY[0xae][0xa5][0xd3][0xad][0xfe]1[0x3][0xbf][0xd5]5[0xe1]8[0xb5]n#[0x8a][0x86][0x8b][0x84]k[0x8c]Q[0xae][0x16][0x15][0xf7][0x94]b[0xe9][0xa5]W[0x95]2[0xfe][0x92]0T;Y6[0xac][0x9][0xf1][0xcd]s[0xae][0x1e][0xbd][0xb6][0xa6][0x8e]0c[0xbd][0xb4][0x8d][0xcb][0xd5][0xad]nKG[0xbf][0xa1][0xf3]B[0xee]d[0x82][0x0][0x3][0xc2][0xfc][0xdf]+[0x8][0x93]v^[0x94][0xd2]l[0xc4]}V[0xa8][0x9c][0xad][0xd9][0x9f][0xb5][0xda]:[0xfb][0xd4][0xbe];[0x98][0xa3][0xc7]_[0xd0][0xae][0x1e][0xa8][0xad]g[0xc]Y[0x9]fb[0x1e][0x9c][0xbd][0x82]^[0xba][0xe3][0x88]1[0xec][0xcc][0x18]C[0xc6][0xe4]{[0x0]{[0xac][0x11][0x10][0xf6][0xbb]p[0xc2]^[0xc0]|[0xc0]{[0xd4][0xe5][0xc6]_PK[0x7][0x8]u[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/TestClass$1.class[0x85][0x8c]Q[0xe][0xc1]@[0x10][0x86][0xff][0xa1],%[0xf4][0x8][0x84]g[0x9b][0x9e]AH<[0x88][0x7].[0xb0][0xda]I[0xb5]Y[0xbb][0xc9]n[0xeb]p[0x1e][0x1c][0xc0][0xa1][0xc4][0x96][0xc4][0xab][0x99][0xcc]L[0xfe][0xf9]g[0xbe][0xe7][0xeb][0xfe][0x0][0x90]b, [0x4]bB|[0xb4][0x8d][0xcb]x[j&LN[0xec][0xeb][0xb5]V[0xde][0xaf]*uS[0x84][0xe9][0xc6]d[0xda][0xfa][0xd2][0x14]{[0xae]/6[0x17][0x18][0x11][0x16][0xd6][0x15][0xb2]jLYK[0xd7][0x18][0xc3][0xce][0xcb][0xab][0xcd]Y[0xcb][0xdf][0xf7]2%[0x80]0[0xde][0xb5][0xee]g[0xc3][0x9e][0x90][0xb4]L[0xa9][0x95])[0xe4][0xe1]\qV[0x13][0xe6]Q[0x98][0x5]P[0x7][0xdf][0xe8][0x86]DP[0x11]zaF[0xe8][0x87]>[0xc][0x15][0x87][0x1b]jU2x[0x3]PK[0x7][0x8][0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/runners/model/TestClass$FieldComparator.class[0x95]SMo[0xd3]@[0x10]}[0xeb]|8[\r]N[0x1b][0xd2][0xb4][0xa5][0x80][0xa0][0xa5]_[0xce][0x7]uC[0xe9][0x1][0xa5][0xaa][0x84]"U*D[0xed]!Q[0xef][0x9b]t[0xeb]n[0xe4][0xd8][0xc8][0xb1][0x11]?[0x8a][0xb][0x97] q@[0x9c][0xf9]Q[0x88]Y[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!iD8[0xd8]3;[0xf3][0xf6]=[0xbf][0xd9][0xf5][0xcf]_[0xdf][0xbe][0x3][0xa8][0xe1]$[0xb][0x1d][0xbb]Yd[0xd4]+[0x85][0xbd],[0xf6]q[0xa0][0xc3]T[0xe5][0x92][0x8e][0x8a][0x8e][0xaa][0x8e][0x97][0xc][0xe9]S[0xe9][0xca][0xe0][0x8c]!a[0x96][0xae][0x19][0x92][\r][0xef]F0[0xac]4[0xa5]+.[0xc3]~G[0xf8]m[0xde]q[0xa8]Rhz][0xee]\s_[0xaa]u\L[0x6]wr@[0xe8]s)[0x9c][0x9b][0x86][0xd7][0xff][0xc0]}[0x1e]x>[0x83]q[0xe1][0xba][0xc2]o8|0[0x10][0x4]8nz[0xbe]m[0xf5]BR[0xb2][0xfc]P[0xb5][0x6]V[0x9f][0x84][0x1c][0xab]-[0x6]A[0x4][0xdb][0x9d][0xe2][0xa8]3[0xe8][0xdd]hE:'f[0xb3][0xc7]?r[0xcb][0xe1][0xae]m[0xf9][0xe2][0xd6][0x11][0xdd][0xc0][0x8a]6[0xd4][0xe7]6J[0x17][0xf4]}[0x8e][0xb8][\r][0x18]6[0xe7][0x82][0x18]R[0xbe][0xb4][0xef][0x8]s0)q[0xd5][0xe9][0x11][0xa6]>[Q[0xa4][0xda][0xa7]#5[0x8e][0x99][0x9e][0xea][0xd4]t[0x1c]2[0x80][0xc1]4[0x17][0xb0]\[0xab][0xab][0x91][0xef]-[0x84]dXjI[0xdb][0xe5]A[0xa8][0x6][0xd2][0x98][0xf7][0xb1]a [0x1d][0xeb][0xcf][0x14]O[0xe7]:?#[0xc6]l[0xcb][0xb][0xfd][0xae]8[0x97][0xea],[0x97][0xc7]j[0x87]j[0x8f][0x81],[0x1e][0x18][0xb0]p[0xa4][0xa3]f[0xe0][0x15][0x8e][0x19]6[0xe6][0x90][0x19]XEQ[0xc7]k[0x86][0xda][0x9f]3C~[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf1]>/[0xc];[0xb][0xc][0x8a][0xae][0x8d]-[0x82]K[0xde]'KE[0xb3]4[0xe1][0xbf][0x15][0xf8][0xd2][0xb5][0xeb][0x9][0x8e]j4[0xdb][0xf8][0xaa][0xb5]=[0x86]5sv[0x93]:[0xf7][0xed][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8b]~[0xae][0xc][0x9d][0xfe][0x12][0xfd][0x82]Ihj[0x84][0xb4]2heQ[0xa4][0x8b][0x81]T[0xf9]+[0xb4]/[0x94]h[0xc8][0xd1];[0xad][0x8a][0xac][0x8c]e[0xca][0x8d][0x11][0x0]+(@]![0x9a]i[0xbc][0xf9][0x1d][0xa1][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0x19]"Q[0xa5]g[0x88][0xe4][0xe7])[0x8e]j[0xc4][0xb1]5[0xc2][0xc5][0x1c]*[[0xc3]z[0xc4]k`[0x83]2-[0xff][0x96]x[0x1f][0xc5][0xbc][0xef][0x9][0xad][0xf0][0xb9]r[0xe5][0x7]RUz[0x86]HO[0x13][0x97]'[0x88]sc[0xe2][0x1c]6[0xf1]8"[0xce][0xe1][0x9]eZ[0x1e][0xe4][0xf6]YL[0xfc][0x86][0xa2][0x16][0xbb]e[0xf7][0xbb]][0x1f][0x1][0xc6][0x84])"|N[0xfd][0x4]I)[0xfc]6^Dq[0x7][0xf])[0x16]([0xd3]QF[0x9e]D[0x9e]RD>[0xf3][0x1b]PK[0x7][0x8]Q[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/model/TestClass$MethodComparator.class[0x95]S[0xdf]O[0xd3]P[0x14][0xfe]n[0xf7][0xa3][[0xe9]`L[0x9c][0xbf]0[0x80]0[0xd9][0xd8][0xa4][0x8e]![0xc6][0x8c][0x90],[0x13][0xc]q[0x8c][0x87]![0xaf][0xa6][0x1b][0x97][0xd1][0xd9][0xb5][0xe6][0xae]S[0xff](_[0xf4][0x1][0xa3][0xf][0xc6]g[0xff]([0xe3][0xb9]]3[0xc8][0xd8][0xe2]L[0xd3][0x9e]s[0xee][0xf9][0xee]w[0xee][0xf9][0xee][0xe9][0xef]??~[0x2]([0xe2][0xb9][0x86][0x18]2[0x1a][0xe2][0xc8][0xc4][0xf1][0x18][0xeb][0x1a][0xa2][0xc8][0xce]@CN[0xc5][0x86][0xcc][0xe5]U[0x8f][0x10][0xed][0xf8]D[0xcb][0x3]p@$[0xbd]4[0xee][0xf8][0xe4][0xf3][0xb8]K[0x9e][0x92][0xac][0xc8][0xfb][0xf][0xc8]_[0x7][0xe4][0x89][0x8d][0xfc]/D[0xb][0xf4]^B[0x1d]%.]#N[0xc][0x89][0x13][0xb8][0x8f][0x7]>q[0x2][0x8b][0xe4])IP[0xcb]K[0x1][0xf1][0xb][0xb2]J[0xd0]2[0x1b][0xdf]rz[0x0][0x18][0x12]F[0x88]p[0x99][0xf2]![0xac][0xf8][0xf8]GX[0xf5][0xed][0x1a]RdS[0xe4][0xc5]P[0xa0].4<$[0x8b]d[0xec]/PK[0x7][0x8][0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/runners/model/TestClass.class[0xc5]Y[0x9]x\[0xd5]u>G3[0x9a]'[0x8d][0x9e][0x16]k3[0x12]6[0x1e]/[0xd8]c[0x8d][0x84][0x8c]-[0xc][0xc8][0xb2]A^[0x84][0x5][0x92][0x8c]mac[0xcc][0xe2][0xe7][0xd1][0xb3]5[0xf6]hF[0xcc]bc[0xc0],[0x89][0x9d][0x10]BH[0x8][0x1]"[0x92]`B[0x0]u[0xa1][0x89][0x9] [0xc9][0xb8][0x18][0x92][0xb4]@C[0xba][0x12]H[0xd3]$$[0x81]4I[0xd3][0xa6]-)[0x84][0xb6]iq[0xff]s[0xdf][0x9b]7[0xab]l[0xe1]@[0xf9][0xf4][0xcd][0xbb][0xf7][0xdd]{[0xee][0xb9][0xe7][0xfc]g[0xb9][0xe7]>}[0xfb][0xdd][0xa7][0x8f][0x11][0xd1][0xd9][0xfc][0x88][0x97][0xd6][0xd3][0xbb][0xa5][0xb4][0x8d][0x8e]{i[0x1a][0x93][0xc6]\[0xc2]E^r[0xb3]Kc[0xb7][0x97]4z[0xd7]K[0xdb][0xb8]X[0x1e][0x1e][0x90][0xb1]&[0x8f][0x12]y--#?{[0xcb][0xb8][0x8c]uy[0x94]k\[0xe1][0xe5]J[0xae][0xd2]x[0x9a][0x97]j[0xb8]Zhj[0xe4]Q[0xab]q[0x9d][0x97][0xa6]s[0xbd][0xec]0][0xd6][0x9f][0xe6][0xe5][0x6]n[0xf4][0xf2][0xe9]<[0xa3][0x8c]V[0xf1]L[0xa1]:C^gI[0xcf]'[0x8c]g[0xcb]cN[0x19][0xcf][0xe5]ye|&{5[0x9e]_Fg[0xf2][0x2]y[0xf8]5^[0xe8][0xe5]&[0xe]@>n[0x96]^[0x8b][0xac];KX[0xb7][0xca][0xeb]"[0x8d][0xcf][0xf6]R+[0xbd]+[0xeb][0x17][0x97][0xf1][0x12][0x91][0xf3]Ln[0xd3][0xf8][0x1c]/[0xb5][0xf1]R[0x19]>[0x17]=[0x8b][0xa0]Y[0x1e][0xe7][0xc9][0xba][0xf3]5n[0x7] [0xbc]L[0xe3][0xe]![0x9c]#[0x12]//[0xe1][0x15][0xd2]^[0xe0][0xe5][0xb][0xb9]S[0xe3][0x95][0xf2]2C[0x1e][0xab]d[0xd7][0xd5][0xa2][0xda]y[0xf2][0xba]F[0x1e]][0x1a]_[0xa4][0xf1][0xda][0x12][0xee][0xf6][0xd2]%|[0xb1]P\"p[0xf4][0xc8]d[0xaf][0xc6]}[0xf2][0xb2]N[0xe3]K5^[0xef][0xa5]~z[0xb7][0x84]7[0xa0][0xe5][0x8d]2~[0x81][0xf4][0xfa][0x85][0xf2]2/o[0xe2][0xcd][0xd2][0xbb]\z[D[0xaa]+[0xe4][0xb1]U[0xe3]+5[0xbe][0xca]K[0x6]_[0xad][0xf1]5^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0xbb]Mc[0x83][0x89][0x98][0xf4][0xee]H[0xc4][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b][0xf1][0xb8][0x19]g[0xaa][0xea]5[0x13][0x83][0xd1][0x81]U[0xd1][0xa1]a#f$[0xa2]1[0xa6][0xca][0xae][0x90][0x19][0xce][0x1a][0xa9][0xea][0xea]^[0xd3][0xb3][0xfa][0x9a]U[0xeb]z/[0xed][0xdc][0xd0][0xd9][0xbf]n[0x3][0xd3][0x92][0x9e]hlg[0xeb][0xae]d$[0x94]h[0x8d]%[0x85]e[0xbc]u(:`[0x86][[0xfb][0xcd]xB[0xb1][0x9f][0x97][0xc3]g[0x19][0xd3][0xb4][0xde]5[0xfd]k[0xd7]esj[0x9b][0x2][0xa7]\![0xc1][0xaa]8[0x18]6[0xae][0xbf][0x1e],{v[0x19]{[0x8c][0xd6][0xb0][0x11][0xd9][0xd9][0xaa][0x88]1W[0xba]1[0xb4]3b$[0x92]1[0x93][0xa9]6w[0xbe][0xa3]i[0x5]H[0xea][0x86][0x14][0xcb]xW4[0xd6][0x19][0x89]D[0x13]F"[0x14][0x8d][0x0][0x8f]J[0x8b]<[0x99][0x8][0x85][{[0x8d]aP[0xde][0x9a]=[0xd2][0x91][0xc7]/[0x90]1b8[0xbc]Z[0xd3]l[0x97][0xad]X[0x96][0xc1][0xa3]'[0x14]OtL[0xaa]sW[0xcc][0x18]2[0xf7]Fc[0xbb]-[0x95][0xb1]T[0xa4][0xad][0xdd]!P[0xe6][0x9]{[0xcb][0x87]#[0x9a][0xb2][0xab]-[0x99][0xa7]#[0x4][0xca][0x15][0x10][0xd1][0x9f]g[0x88][0x85][0x9b][0x98][0xdc][0xab][0xb0]V`[\r]E[0xcc][0xbe][0xe4][0xd0]v3[0xd6]ol[0xf]c[0xa4][0xba]'[0x1a]4[0xc2][0x9b][0x8c]XH[0xde][0xed]Awb0[0x4][0xbd][0xe6][0x9e][0xdc]%[0xb0]u}6[0x87]}[0xc3]).[0xd3][0xf3]D[0x11][0x9b][0x8b]4[0xb5][0xf1][0xa0][0x11][0xb1][0xb5]7[0x7]zM[0x91][0x7][0xfb][0xcd][0xf6][0xe7]X=[0xe7]U[0x96]zM#8h[0x19][0x85][0xa9]1c[0x83][0x98][0xb9]#l[0x6][0x13][0xad][0xb6][0xc1][0xa0][0x84][0x11][0x8b][0xcd]c:}[0xeb][0x9][0x89][0xc2]f[0x4]D[0xdc][0xcd]T[0x14]B[0xa7]T[0xd8]+`[0x99][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xb4]0[0xc7][0xce][0x85][0xb8][0xa6]&[0x15][0x13][0xa5][0xb0][0xe3][0xf7]J[0x87][0xee][0x84]i[0x87][\r][0xbb][0xfd][0x1f][0xba];[0xd8]N+[0xd6][0x9c][0xbe][0xd3]Ll[0x8c][0xc6][0xe0][0x4][0xab]M$[0x92][0x98]9[0xa0][0xe6][0x81][K[0x1]?>[0x11][0xe6][0x15][0x3]9[0xc][0x16][0x15][0xf6][0xbe][0x13][0xf1][0xa8]5[0x6][0x6][0xfa][0xa3]i[0x5]E%pZ[0xe6][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae][0xe2][0xc3][0x85][0x1c][0xd6][0x9d]@D[0xe0][0xbc][0x1e]JyyU[0xe]h[0xe2][0x85][0xe2]0[0xf0][0xff][0x93]"[0xce]4g[0xeb][0x14][0x88]<[0xd6]fL[0xb][0xa7],9[0x93]k[0xc8][0x18]f:[0xe7][0x94][0xfc][0x0][0x89]<[0xd7][0x15][0xfa][0xfb][0xd5][0xb8][0xb]-[0xd3][0xd6][0xf][0xc2][0xd9][0xd4][0xe][0xb2][0xc7][0xdd][0x1d][0xfd][0xed]SU[0xd4]^[0xe5]G[0xf3][0x1][0xca]$[0x86][0xaf][0x1f]2v[0x9b][0xab]Ms8[0xbc][0xef][0xb2][0x8]d[0x9][0xed][0x8]Yy[0xd1][0x97][0x9b][0xe6][0x16][0xe6][0x1d]v[0xc5]f$[0x11][0xdb][0x87]v[0x8d][0xd5][0xd6]eS[0xcc]S[0xc3]b[0xe8]x4[0x19][0xb]J[0xc6][0xe]F[0x87][0xf7]9)[0xcb][0x96]'[0xb2][0xdb][0x1c]Xk[0xc4][0x7]-[0x9e]F![0x1e][0xef][0xb3]%[0xcc][0xc9][0xf6][0x9f][0xf7][0xf9][0xd5])X[0xfc][0x83]4[0xf7][0x7][0xea][0xde]5H[0x92][0x19][0x87][0xa5][0xaa][0x97]pp[0xfb][0x17][0xe6][0xac]X[0xa6][0xb2][0x8c]=[0xfd][0xfb][0x9c][\r]L[0xcb][0xf3][0x98][0xbf][0xb7][0xf5]s[0xb]d[0xef]|i+[0xd3]P[0xd8][0xa7]e,?iO[0x5][0xba][0xdf]O[0xd8][0xea]L|S[0xc7]G[0xc7][0xa9] [0x90]:[0xdc][0x98][0xae][0xfd]S$[0xbd]gy0[0x1a][0x96][0xf3]l[0x93][0x11]N[0x9a][0x85][0xca][0xa9][0x2]&[0xa8][0xc2][0x91][0x17][0x92][0xcd][0xa5][0x82][0xb3][0x96]y[0xf6][0xd8][0x9d][0xcc][0x1a]|[0xa3])[0xd4][0xb]r[0xfc][0xbc]iR[0x9f][0xad][0xcd]^[0x9b]:[\r][0xfa]%n[0xd3]0[0xac][0xdb][0xbe][0xb][0xf2][0xe6][0xc7][0xe6]d|[0xf3][0xe0][0xb1][0xd9][0xe6]D[0x88]}[0xd0].)\Nf[0xf8][0xe4][0x15][0x5][0x10][0xd1]w[0x84][0xc2][0xe1][0xee][0x1d][0x9d][0xdb][0xe3][0xc8][0xc1][0xa8][0xc][0xaf]`:65[0xa9][0xdf][0xcf][0xa8]?%^y[0xea][0xa4][0xf0][0xa9][0x84][0xef][0xc4][0xfb][0xa3][0xc3][0xfd][0xd1][0x95][0xd1]D":T[0xf8][0x9a][0x0]M[0xbd]i[0xd6]L[0xe7][0x9d][0xa2][0xf][0x83]O[0xa5][0xd4]u[0xc9][0xe1][0x8c][0xb]ni"ue@[0x96][0x8a][0x99][0xf1]dXJ[0xab][0xcc]s[0xad]3[0x16]3[0xf6][0xa5][0xf2]X0[0x19][0x8b])[0xfc][0x3][0x85]([0xf2][0xa1]n[0xb2][0xdc][0xae][0xa3]p[0xd1][0x97][0x17]U[0x93],[0xd7]![0xf6][0xc5][0x98][0xb2][0xe5][0xac]I[0xe5][0x80][0xac][m}[0xfe][0xa8]u[0x97][0xd5][0xb0][0xba][0xf]Q)[0xe8]f[0x92]lL[0xc4]B[0x91][0x9d]v[0xa2]Y[0x17][0x9][0xef][[0x85][c"[0x96][0xc][0xaa]K[0xfd][0xec],[0xda]TI[0x9a]A"r[0x5][0xd3][0xaf][0x90][0xcb]W[0xa8][0x88][0xcd]^1[0xf7]$$[0x96][0xc4][0xf3]N[0xb6][0xb7]EV[0x91][0xe]/[0xeb][0xc2][0x8b]uS)C[0xcb][0xb3][0xd6]1[0xb5]Mz*[0x9c][0x90]MEz[0xa2]_[0xd5][0xd2][0xf5]y[0xf8][0xdb]~[0xde][0x89]@m?[0xb9][0x8b][0xe6];[0x89]Z[0xbf]P[0x95][0xaa][0xd3][0xf3]N[0x83]Tb[0xec][0xf2][0xe7]'[0x81]<[0x85][0xa6]r[0xee]yw8l[0xe5][0x2][0x9e][0xc7][0x14]Y[0x7][0x13]s2&[0xba][0x91][0xd8]w[0x1a][0xe1][0xce]`[0xd0][0x8c][0xc7][0xd7]\[0x17]4[0x87]ml[0xa6]p5I[0xdd]n[0xdc][0x12][0x81][0xd8]\[0xa5]w[0xdb][0xc3]o?af;[0x91][0xa2][0xef]![0xb9][0xe5][0xe1][0x14][0xef][0xec][0x8b]F6[0x8a][0xb8][0xc1][0xf4][0xe7]8P[0xe][0xa2]h[0xb5]>[0x98][0x80][0xb2][0x1b]G[0xa2]ym[0xd2][0x8][0x8b][0x1c][0x5][0x90][0x11]V[0xae][0xe8][0xf6]][0xa8][0xd6][0xa3][0x89]A[0xb9]u[0x95]t[0x4][0xc3][0xf6][0xe7][0x18][0xac][0x97][0x8f][0x16][0x1b]U[0x99][0xde][0x15][0x92][0xf2][0xbf][0xc2][0xf9]xr[0x96][0xf0][0xd2][0xe9]:[0xfa][0x9d]NQ[0x1a][0xd6]y;C[0xb8]9[0xf9]f[0x8f][0xed]L[0xe]![0x1b]:[0x86][0x87][0xdd][0x85][0x89]/(\|A#[0xe2][0x8b]"[0xad][0xf8][0x6][0x8d]=&z[0xa6]/#][0x80]=[0xf][0xc0][0xab]'[0xa9][0xcb]u[0xba][0x95]>[0xa2][0xd3][0xc3][0xf4][0x88]NqJ[0xe8][0xb4]G[0x1e]/[0xd1][0x93]:\p[0x87][0xc6];u[0x1e][0xa4][0xdf][0xe8][0x1c]b[0xe8]W[0x99]cN[0x8d]w[0xeb][0x1c]f[0x1c]'[0xb][0xa6]h[0x6][0x91]&[0xa2][0xd3][0xe7][0xe8][0x1e][0x9d]>Cw1[0xcd][0x9f][0x9a][0xfb][0xca][0xba][0xa8][0xce][0xc3]|[0xad]N[0xbb])[0xac]qL[0xe7]8'4N[0xea][0xf4]#zM[0xa7][0x9f][0xd2][0xcb]:}[0x93][0xbe][0xa5][0xf3][0x1e][0xde][0xab][0xd3][0xb][0xf4][0xa2][0xce][0xd7][0xf1]><[0xe8][0x1d][0x8d][0xaf][0xd7][0xf9][0x6][0xbe]Q[0xe3][0xfd][0xc8][0xe9][0x5].A:[0xdf][0xc4][0xbb]t[0xbe]Yt[0xac][0xc8][0xf6]M[0x8d]o[0xd1][0xf9]V[0xfe][0x88][0xce][0x1f][0xe5][0x3]:[0x1f][0x14][0x9c][0x9e][0xa6][0xa3]:[\r]QDD[0xf8][0xd8]$[0xd0][0xa2][0xe6][0xd1][0xe9][0x19][0xfe][0xb8][0xc6][0xb7][0xe9][0xfc][0x9][0xbe]=kc[0xe7][0x1c][0x13][0xb5]>[0xa9][0xf3][0x1d][0xf4][0x8e][0xce][0x9f][0xe2];u[0xfe]4[0x1d]FM[0x96][0xc6]d[0xa5][0xb9]#[0x1a]3u[0xfa]-[0xbd][0x3][0xe7][0xcb][0x1d]WF[0xd0][0xf9]3[0xf4]2[0xa2];[0x92][0xc][0x87]uz[0x85]^[0xd5][0xf8].[0x9d]?[0xcb]w3[0xcd]:I[0x84][0xea][0xf4]c[0xfa][0x89]N[0xe3]b[0xed][0xcf][0x89][0xc][0xf7][0xf0][0x9d]8]N[0x96]v[0x98][0x1a][0xd3]$[0x1b][0x92][0x91]Dh[0xc8][0xcc][0x98]l[[0x1b][0xdd][0xeb][0x1b][0x8][\r][0xf8][0x10][0xce]V5[0xed][0x8b][0x99][0x89]d,[0xe2]3|*[0xf1][0xf9][0xf6][0x8a][0x87]&[0xc3][0x3][0x91][0x5][0x9][0x9f][0xa1]x_ H[0xdc][0xab][0xd3][0xd7]D[0x94][0xfb]`K[0xfe]<[0xbd][0x8]$r[0x83]M[0xe7][0x11][0xbe]?[0x85]ev6H[0x19]"[0xe3][0xc8]][0x99][0xc][0x85][0x7]$ [0xcb][0x1d][0xf1]|[0xa1][0x88]O[0xe7]/[0xf0][0x17]u[0xfe][0x12][0xbd][0xaa][0xf3][0x3][0xf4][0xb6][0xc6][0x87]tz[0x93][0x1f][0xd4][0xf9][0xcb][0xe2][0xe9][0xf][0xa1]Go[0xd1][0xdb]:Ep[0x9d]}[0xd2]O[0xa0]Lg[0xbf][0xe7]o[0xf0][0xa2][0xee][0xc3]L[0x8b][0xdf][0xfb]'w[0x1c][0xed][0x93]-[0xb2][\r]k[0x81]1)U[0x9a][0xf5][0xd9]V[0x9d][0xb6]*[0xab][0xb6][0x98][0xe3]/[0xf8][0x89],[0xbb][0xba][0xc8]J[0x83]vy#y[0xae]$d[0xe1][0xcc][0xa8][0x92]r[0xbe]|Ru[0xfe](J'd[0xdc]>[0xf3][0xba][0x84][0xf8][0xb1]j[0xb2]+([0xe7]\[0x9c][0x95][0xd6]*[0x14][0xc1]j\[[0xec]o[0xb9][0xea]+b[0xcc][0xaa][0xb1]R[0xdf][0x12][0x9d][0xbb][0xf2]YS[0xfc][0x98][0xe8][0x9c][0x15]3[0xfd][0x93][0xcf][0x8a][0xa2]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd][[0x7][0xad]LO[0xcb][0x10]"u[0xa1][0x9c]Q[0x18][0xd8][0xd4][0xe9]\[0x95][0x93][0x1e][0xb0][0xc2][0x1d][0x87]NL[0xcd][0xfe][0xad][0x93][0x1d][0xc7][0x8a]<[0xe3][0xdf]1[0xb2][0xf7]TR[0xb1][0xf5]qP[0xf][0xc5]7[0xe][0x1a][0x3][0xd1][0xbd][0xe6][0xc0][0xca]}R[0xed][0xe6]V*[0xea]d[0xc3][0x5]Q[0xac][0xd9]][0xe0][0xe0][0xc3]n[0xe5]Y[0xe9][0x14][0x1e][0xa0]>\![0xfb][0x1][0x84],[0xf][0xb0].[0x90][0xe5]Y[0x3]8X[0x1][0xd4]%&6/A[0xc7].[0x88][0xea]2US[0x17]Z[0xab][0xe8][0xac]Jf|E[0x13][0xf9][0xc4]Y[0xf3]D[0xce][0xaf][0xb6]\[0xc3][0xc9]D[0xce]e&[0xbf][0xa6]I[0xa9]T[0xc8][0xe9]*37VZ.[0xcc][0xdb]wr{[0x9c][0x96][0x5]CZ#[0xb9]$[0x17][0x1a][0x7]([0x80][0xbc]3[0x1c]fj[0xf0][0x17]^)v[0x99]t[0xe][[0x96][0xe1][0xfc]O[0x18][0xa1]H\A[0xeb][0xda])H[0xcf]/T[0xb9][0x14][0xd2][0xb6][0xd4][0x1c][0x1a]N[0xec][0xb3][0xf0]-O][0xe3][0x82]V[0xa2][0xcb]8[0x99]:q[0xad][0x13][0xef][0xd4][\r][0xd5]Yc[0x17]H[0xc5][0xfe][0x8b]/V[0x15]O([0xde][0x8d][0x8c]aD[0xac][0x8f][0x93][0x86]pk*[0x90]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6]u[0xca][0xb1][0xb0][0xf5][0x6]ulX5[0x15][0x8a][0xb5]x\[0xfe][0x9f][0x8][0x8a][0xae][0x98][0xdc]a[0xa7][0x85]"{[0xa2][0xbb]q[0xf4][0xc][0x87][0xa3][0xf1][0xd0][0x1e]3[0xc]e[0xcf]/[0xa0]f[0x81][0xf0])[0xa8][0xb9][0xc7][0x18][0x1e]6#[0x3]9[0xff]{H[0xa5][0xb7][0xbc]![0xfb]t[0x91][0xca]2[0x11][0xb5][0x86][0xac][0x1b]d[0xaf]r[0x16][0xf5][0x9][0xa2][0xb1]@[0x16][0xb1]g[0x1][0x8b][0xbf][,Y[0x1e][0x8a][[0x11][0x99][0xaa]>[0x11][0x96][0xaa]$[0xb5][0xa2][0xc2][0x1e][0xf5]O^[0xe9]gdt@G[0xb3]i[0x1b][0xad]'&[0x93][0x8a][0xa9]Q[0xaa]%"[0xb4][0xa8]W[0xd0]VK[0x9d][0x89][0xb9]k[0xd1]/[0xa2][0x18][0xde]Q[0xf4]9[0xef]I[0xbc][0xef][0xc9]x[0xdf]K[\r][0xe8]_G[0xfb][0xd0][0xbf][0x1e]#[0xdf]'[0x17][0xb9][0xd1]^[0xd4]4N[0xdc][0x14]x[0x8a][0x8a][0x2][0xcf]S}`[0x8c]\[0xc7][0xdc][0xf]S[0xf9]Qro[0xa9].[0x1e]'[0xcf][0xb3]GI[0xdb]2N%[0xbd]v[0xdb][0xd7][0xd4][0xdc]2F[0xa5]M[0xcd][0x13][0xe4]}[0x8a][0xca][0x9a]ZT[0xab]?[0xe]V.[0xba][0x1][0xcf]&[0xf2][0xe2][0xd9][0x2][0xe6]gQ)[0xb5]R=-"[0x1f][0xb5][0x91][0x9f][0x96][0xa2]w>[0x9e][0xcb]h[0x5]uP[0x17]-[0xa7][0x1b][0x15][0xbd][0x12][0x83][0xf6][0xd3]MD[0xaa]g[0xa9][0xe5][0xa7]YJ[0xa1]"[0xac][0x9a][0xae]Tq[0xd1][0xcd][0x98][0xf7][0xa1][0xb5][0xa8]b[0xe]U[0xd2][0xa1][0xda][0x8b]YK[0xe1][[0xc0][0x17][0xf5][0xb0][0xa5].[0x87]0^[0x8a][0xf1][0x83]MOR[0xd1][0x4][0x95][0x1f][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xbe][0x96]#T[0xc9]4B[0xd7][0xa2]S[0xc5][0xf4][0x1c]Mkw7[0xb8]'[0xa8][0xba][0xbd][0xb8][0xa1][0xf8][0xd8]R[0x8f]k[0xa9]V[0xa7][0xd5]y[0x1e][0xa2][0x99][\r][0xc5]u[0xda][0xe2][0xf6][0x92][0xa3]T[0xb3][0xa5][0xa1]d[0x9c]j[0x3][0x13]Tw@[0xe3][0xd1][0xe3][0xaf][0xb]}[0xfd][0xe4][0xf4][0xd3][0x15][0xfd]i[0xcd][0xe][0xfd][0xe8][0xf1];[0xd2]`[0xcd][0xa1][0x12][0x6][0x9f]h[0xa1]y[0xf4]q[0xba][0x8d][0xe4][0xac][0xb3][0xf2][0x9c]/[0xe][0x7]KP[0x15][0x9c]9[0xed]|[0xd5]v0[0x94][0xe2][0xef]qX)[0xed]|[0xd6][0xc8][0xd7][0x9d]][0x9f]P[0xbb]>i[0xef][0xba][0x11][0x1c]e}[0xb9]l[0x1a]p[0xc1][0xbd][0x80]NzC[0x8f][0xf2][0xde][0x9b]26*w[0xa2][0xae][0x9c][0x9e]R[0xe9]/[0xed][0xe5]2r[0xc8][0xd9]h[0xc][0xbd]qG[0xbd]%h[0x85][0xa6]T[0xd4][0xd3][0xa1][0xde]aE[0x94][0xde][0xe4]6[0xb5][0x89][0xc5][0xa8][0xd4][0xde][0xc4]b4[0xa1][0x18][0x15][0x92]X[0x9f]L[0xe2][0xbb]NI[0xe2]#[0xf8][0xe1][0x9a]mo[0xf4][\r]p,F[0xbb][0xfc]([0xb5][0xc2][0xcd][0x16][0xf5][0x6][0x8e][0xd0][0xd9][0xe2]f[0x8b]3[0xf2]qc*[0x1f][0xfb][0xdb][0xdd][0xcd][\r][0xee]#[0xb4][0x4][0x81]7z[0xfc][0x8d][0xa3][0xd4][0xb6][0xa5]y[0x9c][0xce][0xc9][0xf5][0xae]{[0xe0][0x5][0xf7]"-[0xde][0x87]sfD[0x9][0xd9][0x86]M[0xfc][0xd0][0xf8]Oa57[0xbc][0xcb][0xe7]$[0xb8][0xe5][0x8e][0xe0][0xcb][0xed][0xe8])[0xa1]s[0xe8][0x19]:[0x96][0x91][0xe0][0xac][0x95][0xf]*[0xde]B[0xf5][0xac]C[0xf5][0x9c][0x93][0xe0][0xbe][0x81][0xe8][0xf9]&}[0xcb]V[0xeb][0xab][0xa0][0x15][0xea][0xb6]&[0xe8][0xb3][0xb4][0x8]q\?c[0x4]^[0x17][0x10][0x91][0xc7][0xe9][0xdc]#t[0x9e][0xb][0xb9][0x8][0x93][0xe7][0x17][0x89]^}-/P[0xe9][0x4][0xb5][0x8f][0x92][0xbb]%W[0x9b][0x7][0xe0][0x91][0x87]h&b[0xd6][0xf][0xf]O[0x9f][0x91]mJ^R[0xbd]{[0x15][0xe4][0xd2][0xfb]3[0xfa]s[0xc8][0xe0][0x7][0xf4][0x92]G2[0xcf][0xc8]6[0x15][0xed])[0xfa]C[0xea][0xb4][0xd4]UVH[0x9d][0x91][0xcf]C[0x87][0x17][0xe8]E[[0x87]M[0xb6]356[0xd5][0xd0][0xb2]1[0xea][0xb8][0x1f][0xde]PC[0xcb][0xd1][0x1b]![0xcd][\r]I][0x8f][0xe5]8[0xc4][0xa3][0x19][0xde][0xd5]H[0xa1][0x12][0xf5][0xcd]Y#[0x87][0x1c][0xfb]6[0xf6]z[0xc9][0xf1][0xb7]{[0xd1][0x8a][0x8c]g[0xd8][0xf8][0xf4]4[0xf5]6?O[0xd3][0x2][0xcd]c[0xb4]b3[0x1e][0x17][0xf4][0x8e][0x1e]3#F[0x1b][0xb1]#![0x17][0x94] [0xfa][0xbd][0x88][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " ^[0x8b][0x88][0x9b][0x81]([0xbc][0xd1][0xd1][0xf8][0xc][0xfa][0x8e][0x92][0xa1][0x4]N[0xfa][0x97][0xf4]W[0x90][0xc2][0xb][0xaa][0xbf][0xc6]XQ[0x6].B[0x15]s[0xa8][0xfe][0xc6][0xa1][0x8a]9[0xb6][0xfd][[0x8c][0xfd][0x1d][0xbd]l[0xcb][0xda][0x8a]7[0xd1][0xa7]Xj[0x87][0xdc][0x0][0x9b][0xc8][0x80][0xa0]8+[0xc0][0xbe][0x8b][0xb1]W[0xe8]U<[0x85][0xc9]j[0x9b]I[0xb5]0y[0x81]<[0xd5][0x17][0x1e][0x96][0xde][0x18]u[0xa6]9Z[0x89][0xe8]Y$[0xed][0xe7][0x94]s[0xa5]9[0xa7][0x12][0x11][0xd3][0xf7][0xe8][0xef]m[0xb1][0xc]8[0x85]Db[0x8d][0xc5][0xc7][0xd5][0xe3][\r][0x1c];8A+[0x3][0xae][0xc5][0xb9][0xb9][0xed]%[0xe8][0xfa][0x1d][0xaa][0x84][0xb6][0xe9][0x0][0xae][0xb1]Y[0x96][0xe0]l[0xf9]>[0xfd]CF[0x0][#?p[0x2][0xf8][0x87][0xe8][0xfd][0x88]^[0xb3][0x15][0xe9][0xb2][0x15][0xa9][0xb5][0x14])q=C[0xab]lUV[0xe7][0xaa][0xf2]][0xa8][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x~/C[0x95]ZG[0x95][0x1f][0xd3]O[0xf2][0xb2][0xb4][0xe2]Y[0xcc][0x8a]![0x8a][0xd1]5[0xb9][0x9a][0xfc][0x0][0x1c][0x88][0xe8]|[0xad]@[0x96][0x96][0xde]OsR[0x91][0x8c][0xbc][0xee]h[0xf2][0x6]z?[0xa3][0xb4]K[0x84][0x85][0x0]PJ[0x4][0xc3][0xf6][0xc1]vw[0x13]<[0xaf]K[0x95][0x86]V[0x81][0xa0][0x92][0xd1]J[0xe9][0xa9]l4[0xbd][0xdd][0xd3][0xe0][0x81]T[0x17][0xb5]k-R,[0xac][0x1d][0xa1]i[\r]n[0xd5][0xed][0xb6][0x8a][0x83]QT[0x90][0xda]Q[0xba]dKuO[0x83]6N[0xbd][0xcf][0x8e][0x1e][0xba][0xc1]}[0x18][0xdb][0x6]P[0xc9][0xf5][0xe2]g)3_[0x15][0xa3]o[0xe0][0xf9]3[0xcc][0xfc][0x1c]y[0xfc][0x17]([0x89][0x89][0xf9]_[0x83][0xea]W[0xa8][0x80][0xfe][0x99][0xae][0xa6]SJ^[0x9][0xaa]%8[0xf8]~[0xe][0x1a][\r]3:[0xe8][0xfe][0x9][0xbd][0x0][0xe][0xfb][0x11][0xd0]z[0xa8][0x8e][0xba]Uz+V^[0x91][0x2][0xc3][0x0][0x8f]_([0x10][0xc][0x95][0xa1][0x8b]T[0xef]_[0xd0][0x93]R[0xf8]r8[0x83][0xa4][0xc6]tX[0x18]*k[0xa7][0xa8]^w[0xa8]$[\r]Z[0xf0][0xfd][0x1a][0xdc][0xfe][0xd5][0x81]o[0x8d][\r][0xdf][0xfe],[0xf8][0xfa]r[0xe1][0xbb][0xda][0x81][0xaf][0xa6][0xdd][0xd3][0xd2][0xe0][0x19][0xa3]uct[0xe9][0x8]JdO[0x0][0xbe][0xb3]~[0x8c]6[0xb4]k[0xb9]([0xce][0xb7]P[0x90][0x82]v=[0xea][0xab][0x8d]Y[0xd0][0xbe][0x85][0xe7][0xdb][0x98]9N[0xe7][0x2][0x81]U[0xcc][0xb4][0x9e]=[0xd4][0xcf].[0xda][0xc4]n[0xba][0x9e]K[0x1c]hW[0xc1][0xb3],h[0xe5][0xba][0xf5]K[0x80].[0xd0][0xf6]@[0xf2]W[0xd0][0x9a][0xe][0xb4][0xfb][0x1d]h[0xf7];[0xd0][0xee]w[0xa0][0xdd][0xef]@[0x9b][0xc8][0x83]v[0xbf][0x3][0xed]~[0x7][0xda]D[0x1e][0xb4]o[0xd2]o[0xec][0x18];[0xc7][0x8e][0xb1]2+[0xae][0xae][0x98][0xa0][0xad][0x8f]e[0xe7][0x1d][0xd6]3B[0xaa][0xcc][0x9][0xa9][0xff]pX\d[0xb3][0x98]i[0xb1][0xb8]r[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc5][0xec][0xaa][0xfb]3[0xf2]y&[0xd3][0xaa][0xc][0xa6]3[0x1d][0xa6]o[0x1]I[0x8b][0xe9]r[0x9b]i[0x8d][0x15][0xa7][0x9a]k[0x94][0xbc][0x16][0xd7][0xab]sY[0xd5]e[0xb0][0xaa]qX[0xfd][0x96][0xde][0xb1]Y[0xdd]n[0x1f][0x0][0x8b][0x9a][0x2][0x8f]R[0xb1][0xfb][0xb1][0x0][0xc2][0xde][0xf5][0x18][0x8a][0xf5]k[0x10]`[0xd7]<"/[0x81][0xe7]h[[0xaf][0xb0]o[0xc6][0xef][0xd1]<[0x91][0xd5][0xdd][0x89][0x1b][0x91]-N'[0x8d]gR[0x19][0x9f]A[0xe5][0xec][0xa3][0xd3]x65[0xf2]\[0x9a][0xc5][0xf3]2[0x8e][0x86]E[0x8e][0xf1][0x16][0xd1]*[0xe3][0xcd][0xa2]i[0xf4]_[0x18][0x93]2[0xfb][0xbf][0xe9]w[0xb6]\K[0x14]5[0xd1][0xf4][0xa3]dl[0xe1]q[0xda][0xfe][0x4]5[0x1e][0xa5][0xa0]t[0x7][0x9e][0xa0][0x96][0xc7][0x95][0x1a][0xb2][0xbd]W[0xd9][0xd3][0x7][0xf0]g[0xa3][0xf7]?J[0xac][0xff][0xa5]A%[0x98][0x1b][0xb5][0xee]6[0xa2][0xaa][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][\r][0x81][0xd6]@[0xbb][0xb][0xed][0x99][0x10]l[0xd4]S[0xfa]PK[0x7][0x8]pS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/runners/model/TestTimedOutException.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0xdb]\[0x9c][0xb8].[\r]I[0xcb][0xa5][0xa5][0xc4]![0x4][0x9c]@j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]R[0x8a]xiA"[0xb2][0xc8]C[0xd2]H[0x15]ON[0xb2][0x9][0xae][0x12][0x1b][0xec]u[0xe1]?[0xf8][0xe]$[0x90]h[0xa9][0x90][0xe0][0x3]x[0xe6]o[0x90][0x10][0xb3]nH[0xab][0x12]Q[0xf1][0xb2][0xde]=3[0xe7][0xcc][0x99][0x19][0xf9][0xfb][0xaf]/[0xdf][0x0][0xac][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x5]WT[0x14]qUE[0x9][0xd7]T\[0x87]![0x8f][0xb2][0x8a]iT[0xd2]PqC[0x1e]7[0x15]T[0x15],3d[0x2][0xee];[0xf6][0xa0][0xc5][0xfd][0xc0][0xf1][0xdc][0xad]g[0x9b][0xc][0xac][0xc6]0[0xb3][0xe1][0xb9][0x81][0xb0]][0xd1][0xb2][0x7]!O[0xe0]u[0xd8]*[0xfc][0xf8][0xf9][0x8e]!%[0x9c]![0xdf]r[0x1d][0xc1][0x90][0xb7]v[0xec]][0xdb][0xc][0x85]30;[0x9e][0xdb][0x9]}[0x9f][0xbb][0xc2]l[0x8e][0x12][0xd6][0x19][0x14][0x99][0xec][0x85][0x94][0x9b]|[0xe4][0x10][0xf4][0x98][0xa1]h[0xd4]N[0xa1][0x95][[0xc][0xf1][\r][0xaf][0xcb][0x19]f-[0xc7][0xe5][0xcf][0xc3]a[0x9b][0xfb]M[0xbb]= $ky[0x1d]rk[0x93]gz[0x8f][0xc0][0xb8]x[0xe9][0x4][0xc][0xa6][0xe5][0xf9]}s'$[0x11][0xd3][0xf]][0x97]Z2[0x87][0xa4]30[0x9b]<[0x10]R[0xbf][[0xf][0xc5][0x93][0xb7][0x1d][0xfe]JP[0xaf][0xe4]O[0xed][0xf3][0x8][0x8f],[0xc6][0x8c]25>=[0x82][0xe][,[0x18][0xe5]S[0x9b]T[0x1b]^[0xe8]w[0xf8]SGZY[0x98]XjYjPPPP[0x97]3[0xe9][0xea]TR[0xb7]{[0x82][0xfb]z[0xa9][0xab][0x97][0xc8]}&[0xaa]3[0xb0][0xdd][0xbe]Yo[0xef][0xf0][0x8e]P`j[0xb8][0x85][0x15][0x5][0xb7]5[0xdc][0xc1][0xaa][0x82][0xbb][0x1a][0xee]aU[0xc3]}<[0xd0]0[0x87]5[\r]g[0x91][0xd5][0x90][0xc3][0xc]C[0xf5][0xbf]zg[0xc8][0x1d][0x95];[0x86][0x9e]9B-[0xcf][0xed][0xd3][0x6]w[0xe5][0xfe][0xeb]="[0x18][0xb5][0xd1],[0xc6]aj~[0xe9][0x9f][0xd3][0xa1][0xd5][0xb8][0xf6][0x90][0xc6]2g[0x1c][0xe7]6[0x84][0xef]D[0xec][0xcc]I[0x8c][0xe6]/<[0xcb]{[0xc3][0xfd][\r]; ^[0xb2][0xe7][0xf9]C[0x9b]t[0xd6][0x8c][0xbf][0xf9]/[0xac][0x93]#[[0x9f]Xe~[0x2][0xb7][0xdc]B[0x1][0xf2][0x97][0x0]bX[0x80][0x86][0x19]P[0xf7][0xf4][0x9a][0xc2],[0xb2]r[0xae]t[0xcf][0xca][0xd1]F[0x19][0xd4][0x1][0xe6][0xe9][0x15][0xc6][0xa7][0xc3][0xf8][0x8c][0xc8]:[0x8c][0xcf][0x86][0xf1][0xb9]0[0x9e][0x91][\r][0xcf][0xaa][0xf8][0xbc]H[0xfa][0x82],}Q[0xc5][0x97]T|YAd[0xd8]p[0x8c]!3k:[0x19][0x5][0xb3].Z[0xbf][0xd3][0xd8]e[0xc4]S[0x86][0xdd][0x1f][0xdf][0xb0]c[0xa7][0x99][0xc8].W[0x10][0xb0][0xb9]AA[0xd4][0xb7][0xd6][0x93]u,[0xbb][0x9f]k[0xa1][0x15][0x96]meW*8-[0xb6]>[0xed][0xf4][0xc7]w[0xe6]8[0x8c];9[0xdb]&`[0xbc][0x84]m]f&[0xe3][0xbd]f&[0xbb][0xc5][0xca][0xe]l,I\[0xde][0xb4][0x99][0xf0][0xab][0xd3]I[0xc2]O_o[0xd9]fwnh[0x87][0xe9][0xf4][0x1a];R[0xae][0xc0]t[0xc2]Hm6[0x1c]K[0xc6][0xde]d ;`Q[0xd3][0xb5]G[0x94][0xb6]*[0x95]N[0xc][0xae][0xdb][0xc4][\r]KW[0xa7][0x8c]L[0xe6][0x2]wW[0x85]|[0xc1][0xa3]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xfe]/[0xda][0xd3]zkv'[0xcc][0xe1][0xac][0x95][0xb6]3*[0xbe][0xc2]q[0xc2]1[0x8d][0xac][0xd9][0xeb]b[0xce][0x8e]5U3[0xe7][0x9][0x13]{6eh[0xc5][0xd5]<[0x9c]ur[0x89]l[0xda][0xe9][0xb4]e[0xf][0xd1][0x14][0xcc][0xad][0xd8][0xb5][0xd6]2SI[0xdf]z[0xc0]2[0x1c][0x9a]c[0xa1]OBg*e[0xf6][0x1b][0xa9][0xe][0xa7]?7d[0xda][0xd9][0x92]j[0x94][0x19][0xec][0x93][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]}[0xdb][0x1d][0xb3]/E[0xb4][0xb8][0x8b],w1l;[0x9d]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0]u[0xa5]k*[0xd0]:[0xc5][0x1e][0xae][0x11]M[0x9a][0xbe][0xb9][0x8a][0xa9]6[0xfa]M[0xb5][0xb0]4[0x12][0xc9][0x96][0x9d]4w+P:[0xa9][0xb3]i$[0x6][0x14]Tc[0xca][0x10]9[0x90][0x8a][0xaf][0x95]s#ig[0xb0][0xa8]S[0x8d][0xb5][0x90]v,([0x9d][0xcb]Z[0xa9]x'Q[\r]Z[0x8a]ks<}[0xcd][0xa4][0xbb];[0xb3]j[0xd4][0xa7][0xf3][0xc][0xdf][0x99][0xf5]VF[0xec]>S<[0xed][0xde][0xa2][0x93][0x6]7[0xec]D[0x5][0xa7]K[0xe]:[0xba][0x9c]w[0xa3][0xc3]E[0xee][0xb5]W[0x80][0xae][0x98][0xea]EV[0x12]U[0xed]7[0xb3][0xdd]n [0x95][0xf3][0xa2][0x14]Ja[0xd1][0xaf][0xb0][0xe3][0xcc])[0x98][0xa8][0xcb][0xcc][0xe][0xa4][0x93][0xcb][0xab]B[0x85][0x86][0xdc]E[0x5]MS[0xc6]a[0xf0][0xef]2RV[0x92][0xf6][0xf4][0x11][0x92][0xb3][0xb1]JKJ[0xcc][0x86]L[0xc7]IK[0xc6]X4[0xc9]$[0x13][0xea][0xf4][0xe]8[0xe9][0x11][0xb1][0x9c]{[0xff][0xba][0x1e][0xab][0xdf]6[0xb2]9a[0xed][0xe2]J[0xd0]C[0x1d][0x13]Y[0xd3][0x8a]z[0x15][0xdc][0xac][0xa0][0xde]v[0xb3][0xc4][0x86][0xbe]M[0x19]b[0xd5][0xe7]2&[0x3]#i%[0x84][0x9c]5[0x17]uJ[0x14][0x8a][0x97][0xdd][0x4][0xa0]`[0xe3]d[[0xc6][0xc9][0x1b][0xab][0xcf]J[0xb8]\[0x8f]31t[0xbb]c[0xf2][0xf5][0xd0][0xf6][0xea][0x11][0xa6]IX[0x89][0xa7]lo[0xb5]`848=O[0xe][0x14][0xf2]PG)[0xd6][0xa8][0xf4][0xc2]X[0x93]?[0xf1]N[0xc4]a|b[0x1b]O[0xcf][0xe5][0xe9][0x8e][0xc3]p>Z[0xe4][0x95][0x9f][0xf5]+&M[0xbe],[0xd6]F[0xdd][0xc4][0x91][0xe9]p[0xcc][0x92]d[0x5][0xb5][0xb1][0xa6]m[0xb4]rO:[0xe7]$[0xe8][0x15][0x9][0x8d][0xa6][0xa9][0xa4][0xdb]6QD[0xc5]W5|[\r]_W[0xf1][\r][\r][0xdf][0xc4]s[0x1a]:[0xf1]-[\r][0xdf][0xc6][0xd5]*[0xbe][0xa3][0xe1][0xbb]x[0x9e][0xd1][[0x19][0x95][0x1a][0xbe][0x87][0xef]kX[0x83][0xb5][0x1a]R[0x18][0xd2]p.[0xce][0xd3]p-[0xae][0xd3][0xb0][0x5][0x9b]4l[0x96][0xe6][0x7][0xf8][0xa1][0x8a][0x1f]i[0xf8]1~[0xa2][0xe1][\r][0xb8][0x9a][0xe4][0x9d][0xc0])eC[0x5][0xc7]TF[0xcc][0xaa][0x9c][0x95]J[0x9a][0x8e]h[0xf2]S[0x5]][[0x9c][0xb4][0xdd][0xaf][0x17]H[0xa6][0xa7][0xfb][0xf4][0x89][0x17]R7[0xec][0xa4]~v[0xe9]Bz[0xc1]8m[0x93][0xa7][0xf4]D:g[0xd3]V[0xed][0xba][0x86][0x9f][0xe1][0xe7][0xd2][0xfc]B[0xc1][0xb1]-:%[)![0xb7][0xf][0xb5]]gzl[0xd3][0xf0]K[0xb9]X'~[0xa5][0xe2][0xd7]r[0x9][0xde][0xe8]7[0xf8][0xad][0x8a][0xdf]i[0xf8][0xbd]\[0xf4][0xf][0xd8][0xa4][0xe0][0xa4][0xa9][0xf9]N[0xc3][0x1f][0xf1][0x82][0x8a]?[0xd1]1SN[0xd6]*[0xfe][0xac][0xe1]/[0xf8][0xab][0x86][0xbf][0xe1]y[\r]/[0xe2][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x1c][0xf9]u[0xa1][0xb7][0xda][0xf5]^g[0x94]v[0xd4][0xb3]i=cfy[0x9d][0x19][0xfa][0x8]=[0xaf]g[0x7]L[0x9d][0xd1][0x9b]3]3[0xfc][0x83][0x14][0xe6][0x94][0x91][0xd5][0xad][0x8c]N2[0xb9][0xcb][0x8e][0xd5]?[0xc0][0x1e][0x93][0xac][0x1e][0xd3][0xf0]O[0xe1][0xc3][0xbf]0[0xc4]GG[0xb7][0x98][0x85]L#)[0x1e][0xd0][0xf0]o<[0xc7][0xe0]nj[0x13][0x3][0xfd]G[0xc5]K[0x1a][0xe]"[0xa3])`[0x83][0xdd]`[0xc][0xcd][0xe9][0xb4][0xdd]<[0xe1][0xf7][0x85]+Z[0xac];[0xf7][0xb0].b[0x0][0xb6][0xe9][0x1b]S[0xa6][0x91]1u&[0x13]:Yw[0x1f]-}[0x87][0x99][0x1d]1M[?[0xd9][0xf5][0xbb][0xa6](J[\r][0xf3][0xcd][0x4]R[0x8c][0x17]mr/c[0xee]"[0xae]$[0xa2]6j[0xe2]N[0xc9]@[0x1f]J;[0xa6][0xdc][0xd8][0xd6][0xd3]|nxA[0xa5][0x16]W([0x98]w[0x84]X[0xd7][0x94][0x80][0x12][0xd4][0x94][0x10][0xae]Sp[0xce][0xff][0xa3][0xce][0xe1][0x9b];[0x19][0xa6][0xfa]A[0xa6][0xb4]CQ[0xac][0x93]S[0x16]m|[0x99][0xab][0xe4][0x1a]y[0x1][0x14][0x9c][0xf2][0xf2][0xeb]&:[0x97][0x99][0xac][0xb7][0xf8][0x1a]+81v[0xe8][0xbc][[0xda][0xc6]d4[0xff][0x88][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0xeb]h^o8[0xab][0xec][0xad]-[0x2][0xcd][0x8e]M[0x9a][0x94][0x97][0xe6]([0x9e][0xf5][0xab]9[0xad][0x87][0x98][0xb9]x[0x1c][0xf5]wR[0xce]8[0xb4]}l[0x8e][0xda]W[0x12]4[0x8d]z[0x2]'@[0xa5][0x18][\r]'[0xb9]B[0xb4][0xc2]!OH[0x11]:[0xca][0x13][0x9b]K[0xd0]g[0xf0]+[0xbb][0xa6]/[0xce]cZ[0x9e][0x9f][0x87][0x10][0xce]c[0xc6][0x4]p[0xc8]]n[0xf6][0x1]N[0xaf][0x2][0xb8][0xa5][0x8][0xa8]<[0x8b] [0xea][0xf8][0xad][0xa5]~3[0xd7]7[0xbb]&[0x12][0xd0][0x3]w[0xe3][0xd4]G[0x11][0xdd][0xfa](fm[0x1d][0xc7][0xec]hC[0x1e]G[0x17]V[0xf3]8&z,G[0xee].[0x19]4r[0x90][0xc7][0x9c]q[0x1c][0xf7]DA[0xab][0x9a]<[0x8e][0xef][0xe2][0xe6][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][[0xf7][0xe3][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xc4]^v[0xe6])x[0x12]z{[0xa0]1[0x90][0xc7][0xfc][0xf6]`cp[0x16][0x16][0xe4]q[0xc2][0x93]X[0xd0][0x1e]j[0xa4]W[0xf8][0xfb]r[0x99][0xda][0x18]l[0x11][0xe4][0x6][0xf5][0x94][0x1a][0xe7]z[0xdc][0x8e];[0xe8][0x8f]Z[0xd7][0x98][0xed][0xf4][0x13][0x10][0xa7][0x89]N[0xc6],,![0xf3]N[0xa7][0xe3][0xcf][0xc0] W[0x1c],[0xc7][0x95]X[0xc1][0x13]+y[0xe6]\[0x9e]:[0xb]{p6^[0xc2]y[0x8a]0R[0x1c][0xb0][0x9d][0xa6][0xdd][0x83]$.[0xc4]V[0x84]y[0xe2]&l[0xc3]ED[0xbb][0x92][0xdb]q1[0x9d]u=v[0xe1][0x12][0x18][0xe4][0xc1] n[0xc5][0xe]$[0xe8][0xa2]-[0xb8][0x97]gLa[0x8]k[0x94][0x82][0xf3][0x82][0xc4][0xed]C?5[0xdc][0x88][0x7]1[0x0][0x8b][0xee][0xdb][0xe9][0xb9][0xb8][0xb0]6[0xe8][0xa3][0xa3][0xd0][0x98][0xa5]9{[0xe7][0xbb][0xfa][0x17][0xe8][0x18][0xa4]I"[0x95]L[0xe9][0xf6]1%[0xe8][0x9][0xb][0xc0]F[0xda];[0xdc][0xc5][0xdd][0xc2][0xfd]F[0xcf][0x3][0xc][0x99]W[0x8a]u[0xf3]XZ[0xb0]_%`[0x8f]/`[0x1a]K[0x1][0xd3][0x88]a\[0xca][0xf5][0x0][0xad][0x90][0xf1][0xb8][0x9c][0xf4][0xa0][0xa3][0x12][0x87][0xa7][0x16]c[0x85][0xfd]e[0x12][0x90][0xb5][0xbe][0x80][0xbc][0x90][0xaa]m[0xa5][0x92][0xdb][0x18][0x1d][0xdb]}[0xf8][0xd1][0x12]~[0x14]Y[0xd7]:;K[0x97][0x91][0x99][0x1c]{[0xbb]\[0xfd]F[0x88][0xb3][0xbb]([0xb9][0xa6][0x8e][0xba][0xaa][0xb4]n|q[0xf3]8Ns%+'J[0x0]t[0xb5][0xb8][0x14],[0xd2][0xdd][0xe2][0xd2]W[0xb8][0xea][0x11][0xf8][0x6][0xe9]y[0xc][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0xe6][0x97][0xd8][`n[0xa8]!t[0x17]f4[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0x81][0xe4]^[0x9c][0xdf][0xec][0x8f][0xa0][0xd3]i[0xaf][0x86][0x90][0x4][0xcc][0x19][0xec][0xb5][0x94]b[0xa9][0xbd]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xcb][0xc3]i?[0x96]3T[0xc7]P[0xdf][0xda][0x10][0xda][0xde][0x16][0xb8]d[0xc3][0xd8][0xc1]L[0xed][0xb2]@C[0xa0][0xf5][0xc0]=[0xc8][0xb5]6[0x4][0xda][0x96][0x5][0x1b][0x82]{[0xd0]Z&g[0x85][0xc8][0x9][0x8][0xd2][0x99][0x93][0x90][0xda][0x1b][0x82][0x81][0xbd]Xz[0x88][0xfd]+[0xa5][0x17][0x94][0xde][0x92][0x8a][0x93][0xd7][0x4][0x94][0xb1][0x83]7N[0xb8]e[0x1d][0xcd][0xb][0x12]7H[0xea]j[0xa4][0xed]L[0x12]w[0xe][0x1d]z:i[0xdb]EG\L[0x8a][0x8e][0x91]E[0x1f][0xa3][0xdb][0x1f][0xa0][0xe3][0x1f][0xa3][0xdb][0x9f][0xa2][0xf9][0x9f][0xa6]S^[0xa0]K^[0xc4][0x88][0x12][0xc3][0xa5]J[0x1b]./[0x5]J[0x17]q$[0x14]BD[0x19]qC![0x88][0x5][0xb8][0xc5][\r][0x85][0x0]O[0xf7]a[0x94][0xab]A&[0xee]Qw_[0x0]3[0x95][0xb9]nP[0xd4]`[0x8e]2[0x1b][0x97][0xe1][0xb5]n[0xc8][0xc4][0x8b][0xa4]`o[0x82][0x14]B[0x98][0xc2][0xfe]A[0xa1][0x8e][0xbb]VN[0x8f][0xcb]q[0x85][0xc7][0xf9]v[0x8f][0x98]!![0xe3]Y[0x95][0x4][0xbf][0xca]G[0xc0]P[0x89][0x80]![0xbc][0x8e]A-[0x4][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xaf][0xc][0xbc][0xda][0xc7]qv%[0xcc][0xb5]U[0x2][0xaf]F~*{[0xd1]q[0xaa][0x97][0xe9][0xeb]%[0xe7][0xb9]T[0xeb][0xa8][0x84][0xb8][0xc1][0x7]Q[0xef]A[0x14][0xee]s[\r][0xff][0xf9][0x8b][0xdc][0xd3]c[0x85][0xa7]GT([0xbe][0x1f][0xab][0x14]&%50[0x86]@[0xed]}[0x15][0x88]7[0xfb][0x10][0xa3]%[0xa5][0xde][0xe8][0xb6][0xd7][0xe3]5[0xfc]F[0xb8][0xb6][0x80]~}[0xf5]Iu[0xff][0x5]PK[0x7][0x8][0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.class[0xad]S[/[0x3]A[0x14][0xfe][0xa6][0x17]K[0x15]U[0xf7]k[0xd2]741$[0x12][0xf][0xc5][0x83]K[0x13][0x94][0x8a]K[0xc5][0xe3]tM[0x98][0xda][0xee][0xc8][0xec]V[0xf0][0xab]x[0x92][0x90][0xf8][0x1]~[0x94]8[0xbb]m#[0xf4][0xa1]!}[0xd8][0xf3][0x9d]s[0xe6];[0xdf][0xd9]93[0xf3][0xf1][0xf9][0xfa][0xe]`[0x19][0xb3][0x9][0xc4]1ja,[0x81][0x8][0xc6]-LX[0x98][0xb4]0[0xc5][0xd0][0xb5][0xa6]\[0xe5]o0D[0xe7][0xe6]K[0xc][0xb1]-})[0x19][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0x95][0x87][0xb5]jY[0x9a]SQv([0x93].h[8%aT[0x10]7[0x92]1[0xff]Zy[0xc][0x7][0x5]m[0xae]x[0xa5]FB[0xdc][0xd4]\W[0x1a][0x8f][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#[0xaa][0xd2][0x97]F=[0xca]K[0xbe][0xe9]h[0xfb]f[0xef][0x8c][0x8]+[[0x8e][0xf0][0xbc][0xe3][0x90]u[0xae][0xfc][0xeb][0xa3]&[0xcf][0xcb][0xb][0xdb][0xd7][0xe6]![0xc7][0x90][0xb1][0x8d][0x14][0xbe][0xac][0x93][0xf2][0xda][0x9c]J[0xcf][0xff][0xc9]e([0xce][0xb5]m[0xda]Z[0x96][0x9b]o)[0xe2][0xf5].[0xb9]`3[0xc4]gX[0xf9][0x8f].Cb[0xe7][0xde][0x96][0xb7][0xbe][0xd2][0xae]ga[0x9a][0xe2][0x13]]3[0xb6][0xcc][0xab]`NK[0xd8][0xff]bE[0xdc][0x89]$,t3lwb[0xae][0x81][0xd6][0xc][0xc3]~[0x7][0xcf][0x88]![0x15][0xfc]%w[0x84]{[0xc5][0x8b][0xe5][0x8a][0xb4]ip[0xab][0xed][0x1a]|[0xcb]4N[0xb6])[0x96]m[0xad][0xac][0xd2]5t[0xf8].[0xa5][0x94]p[0xd4][0xa3][0x8][0x6][0xbb]c[0x8c]6[0xd4][0xe7]'_B[0x6]1z[0x4]t[0xe5][0xe9]ED[0x8]i[0xc4]d{([0xe2][0x84][0x8c]0[0xbe][0xf0][0x2][0xf6][0x1c].'[0xc8]v[0x85][0xc9]$zC[0x1b][0x12][0x8][0xfb][0x8][0x19][0xfa]1@[0xac][0xa0]x[0x1d]Q[0xf2][0x80][0x9e]7D.[0xb2]/[0x88]>[0xfd][0x12]H[0x85][0x2][0xa3]uRC [0xf0]R[0x18][0xa4][0xf5]4[0xf9]1[0xc2]![0xfa][0x86][0xc3][0xca][0x91]/PK[0x7][0x8][0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.class[0x85]NAJ[0x3]A[0x10][0xac][0x8e]1[0xab][0x89][0x7][0x1f][0xe0][0xc5][Dp[0xc8])[0x87][0x9c][0x13][0x10][0x2][0x11]#xn'M[0x9c]e3[0x13]zg[0x83][0xe6]i9[0xf8][0x0][0x1f]%[0xce][0x9a][0x88][0x87]E[0xd2][0xd0]tWSU][0x9f]_[0xbb][0xf][0x0][0x3]\d8[0xcf][0xd0]%\[[0x15][0x8e][0xf2]Xy/:[0x9][0xfa]$e|v[0xf1][0xf5][0x81][0x95]W[0x12]EK[0xc2][0xac]?[\r][0xba]4y[0xe5]]4[0xfa][0xc3],[0xcd][0xfa][0x97][0xe0][0xb6][0xb2]0M[0xd9][0xe8][0xa6]!2[0xfb]/#Bw[0xfc]fe[0x1d]][0xf0]e[0x86]^[0xc2][0xf3]P[0xa9][0x95][0x89]+[0x84]p[0xf5]gr[0x88][0xc5]6[0x6]}[0xbf][0xcb]y[0xc3][0x84][0xe1][0xb1],[0xff][0xc8][0x9][0x97][0xb5][0x81])[0xd8]/[0xcd][0xec]%[0x17][0x1b][0x9][0xb7]M[0xb3]UXHa[0xee][0xd3][0xc9]q[0xe1][0xb6]\[0xa7][0x1c][0xab][0x6][0xed][0x10][0x8]-[0xd4]Em[0xc2][0x9][0xda][0x9][0x9f]&T[0xcf]N[0xea],[0xed]-[0x9c]}[0x3]PK[0x7][0x8]t[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/parameterized/TestWithParameters.class[0xad]UkS[0x1b]e[0x14]~[0x96]\6,[0xb][0xa5][0xe1]V.[0x85][0x14]*[0x84]\H[0xd1][0xaa]Eh+`+TJ[0xa8] [0x98]Z[0x95]%l[0x93][0xc5][0xcd]&[0xdd][0xdd]T[0xeb]?a[0xfc]l[0x1d]g[0xf8]`g$tdF[0xfd][0xd6][0x19][0x94][0xe3]9[0xbb][0x9b][0x10][0x92][0xa8]u[0xc6][0xc9][0xe4][0xe4][0xbc][0xef][0xb9]=[0xe7][0xf6][0xe6][0x8f]?[0xf9][0x15][0xc0],[0x9e]H[0x18][0xc5]J[0x8][0xab][0x12][0xba]q/[0x84][0x8f]BXk'[0xf6]>[0x93]u[0x11]i[0x9]!lHx[0x80][0x8f][0xf9]fS[0xc2][0x16]>[0x91][0xb0][0xcd]d[0xd4]%;">[0xe5][0xeb][0xc][0x1f]2,[0xcb][0x88]x([0xa1][0x17]+|[0xf8][0x8c][0xb9]G!|[0x1e][0xc2][0x17][0xcc]~[0xc9]dW[0x84]"a[0x4]{"[0xb2][0x2][0xfc][0x86]RP[0x5][0x84][0xd7][0xe][0x94][0xa7]JJW[0x8c]\j[0xd3]65#7/[0xa0][0xdd]V-{YW,K[0xc0][0xc4]Z[0xd1][0xcc][0xa5][0xe][0xca][0x86]f[0xa7][0xcc][0xb2]a[0xa8][0xa6][0x95]*[0x14][0xf7]U=[0xb5]UU"[0xb][0xa9][0xa4][0x98][0xe4][0xcf]&[0xa9][0x80]n[0xd7]g[0xd9][0xd6][0xf4][0xd4][0x9a]f[0xd9][0xec]qS[0xcb][0x19][0x8a]]6)[0xe4][0xd5][0x6][0xf1]B[0x1d][0x84][0xf4][0xde][0x81][0x9a][0xb5][0xe7]o[0x91]IpA[0xa3][0x98][0xb7][0x4][0xac]D[0x9b]1[0xbe][0x6][0xa8]F[0x10][0xd3][0xdb][0x94][0xf4]2)[0x9][0xb8][0xb0][0xa6][0x19][0xea]z[0xb9][0xb0][0xa7][0x9a][[0xca][0x9e][0xee][0x94][0xa1][0x98]U[0xf4]m[0xc5][0xd4][0xf8][0xec]][0xfa][0xed][0xbc]F[0xe9]\o[0x11][0xac][0x96][0xae][0xf6][0xad][0xba][0xef][0x4][0xdd][0xd1][0xec][0xfc]F[0xad][0x8][0x84][0xbf][0xff][0xbc][0xcb]g[0xa5][0xaa][0xdb]G[0xff]K>-[0xab][0xc6]9[0x8a]9[0xd5]^wz[0xdb][0x1b][0x9d]n[0xd5]][0x99][0x14][0xb6][0xce][0x1a][0xfc][0x6]i[0xbd]N[0x8b];[0xc9]l[0xa3][0xae][0xcb][0xe1][0xaa][0xf7][0xfa]>O6][0xfe]MwCy[0xc5][0xca][0xbb][0xdd][0xf0]E[0xa7]W[0x5][0x4]J[0xa6][0xc6][0xa0][0x5][0xe2][0x83][0xa6]j[0x95]u[0x9b][0x18][0xf5]IY[0xd1])X_[0xb4][0xd9][0xcd][0xf4]C[0xb2]-[0xee][0x1d][0x9c][0x1f]bOH[0xe][0x8b]v^5)[0x92]]tS[0xa7][0xd2][0x18]E{[0xbd][0xac][0xeb][0x2][0xa6]Z[0xf8]k[0xae][0x15][0x97]3[0xf0]T[0xd1][0xcb][0x84]K,[0xa8][0x96][0xa5][0xe4][0x88][0x93]6[0x8b]e3[0xab][0xde][0xd5][0xb8][0x99][0x3][0xcd][0xbd][0x9f]a?2[0xa6][0xb0]O-[0xd8][0xca][0xab][0x11][0xde][0xb4][0x88]fE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]e[0x91][0xdb][0x19][0x19]KX[0x16]0[0xc4]2[0xde][0xb4]H[0x96]K\[0xaf]!`[0x98][0x85]gK[0x15]QL[0xb5][0xce]~[0xc][0x11][0x19]W0.[0xa0][0xe7][0xac][0xda][0x8b][0xa6][0xa9]<[0xe3][0x92]slU[0xc4]c[0x19]9[0xe4]eL[0xe0][0xaa][0x8]M[0xc6][0xbb][0xb8]![0xe2]@[0xc6]W[0xa0][0x2][0xbc][0xf9][0xdf]gZ[0xc6][0x2]nR[0xc6][0x8d]eZ*k[0xfa][0xbe]j[0xca][0xb8][0x86]Y[0x19][0x5][0x18][0x2][0xda]"S[0xd4][0x95][0xa9][0xc8][0xd7][0xe4][0xa0]>[0xb][0x16][0x17]e,bV[0xc0][0xe8][0x99][0x1f][0xee][0xc9]FQ3H[0xe7][0xce]7Y[0xb5]dkE[0x83][0x93]([0xd1][[0xd2][0xd8]&g^[0xa8]/[0x83][0xd1][0xba]A[.[0xea]:[0xc9][0xc8][0xcc][0xe9]Y_+[0x9]?Le[0x83][0xe6]Z{[0xec]l$WJ[0xc0]x[0xb4][0xe9][0x9d]h[0x9e][0xea][0xee][0xc6][0x94][0x5]\[0xf9][0xd7][0x95][0xa1][0xc9][0xa3][0x8d][0xf1][0xd8][0x9e]s[0xab]X][0xa9][0xa0]R*[0xa9][0x6][0x8d]I[0xb2][0xc5][0x93][0xd0][0xbc][0xbb]^[0xa1][0xe7][0x1b][0xf4][0xab][0xeb][0xf0][0xf][0xfa]}[0xad][0xfc]o[0xd3][0x4]u[0xd3][0xdf][0x7][0xe0]C[0x98]G[0x8a][0xb8]0O[0x95][0xf3]KS[0x3]z[0x1c][0x88]o[0xc3]$[0xfd][0x1f][0xd1][0xce] J[0xfc]4[0xdd]<[0x87][0x9f]>[0xc0][0xb5][0xd8][0x9][0x84]x[0xb8][0xed]%|[0x89][0xb0][0x9f]h2[0x1c] [0x1a][0x8b][0x1f]#[0x18]K[0x1c]C[0x8c][0x9d]"[0x94]I[0x9e][0xa0][0xfd]%[0xa4]ct[0xbc]pb[0xc5][0x88][0x8e][0x93]G`[0x90][0xbc][0xc]A[0xc2]0[0xe1][0x18]A?.[0x13]7J8[0xc6][0x90]"[0x1a]'[0x8d][0x98][0x1b][0x7][0x9]$[0x1][0x87]c[0x9c][0x82][0xc3]1[0xd2]6[0x87]c[0xac]>[0xcc][0x10]/{[0xb2][0x9][0xc2][0xec][0xf3][0xd0][0xa7][0xe8][0x8e]F[0x93](c[0xe7][0x13][0xeb][0x4]b?#[0xf8][0x93][0xa3][0xc0][0x80][0x82][0xce][0xe5][0x84][0x13][0xd4]u[0x12][0xf0][0x82][0xd2][0xae][0xe0][0xad][0x16][0xc6]b[0xa3][0xf1]TK[0xe3][0xeb]x[0xdb][0xab]Z[0xbd]qG[0xa3]q[0xbc][0x85][0xb1][0xb][0xff][0x1d][0xba][0xa3][0xd5][0xf5][0x10][0x94][0xe8][0xc6]G[0xbf][0x93][0x17][0xe7][0xbe][[0x18][0xe6][0x1c]*[0x90]wo[0xe][0x8f][0xe4][0x19]R[0x5][0x9d]U[0xbe][0xa3][0x82][0xae][0xdd][0xa3]Z[0x94][0xb0]WH?[0x15][0xa2][0x8b]2[0x1a][0xa2][0x9c]8b[0xc4][0xf5][0xe6]E[0xf4]SI[0xe7][0xf0][0x1e][0xc5][0xea][0xc2]%[0xcc][0x13][0xd7]F<[0xad][0xbd][0x17][0xfd]G/z:[0x16][0x8e][0x80][0xff]([0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xdf]Q[0xac][0x82][0xb]q[0xfa]~[0xcf][0x87][0xf8][0xef][0xe8][0xbe][0xcf][0xb8][0x12][0xe][0xb6][0x8b][0x87][0x98]`4[0x9][0x7]Q[0xf8][0x10]}[0x8c]3[0xe1]`[0xed]9[0x84][0xe8][0xff][0x1]~[0xdf][0x19]Lw.nP[0x9][0xe6] [0x12][0x80][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x89][[0x4][0xe6]6A^[0xa4][0xee]/[0xd5][0xc1]N[0xd7][0xe6]"M:[0xb7][0x9][0xe4][0x18][0xa5][0xf8]>[0xdd]1[0xec][0xc5]Z[0xcf]w[0x9c]3[0x90][0xa3]*[0xc8][0xa8][0xc8]b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0xc9]{[0xc5]([0xb][0x1c][0xa8]F[0x90][0x9b][0xf5][0x10][0x2][0xea]l[0xb1][0xa8][3[0xa6]V.[0xeb][0xb4][0xba][0xb0][0xb][0xb9]r[0xdd]u[0xa8][0x15][0x1e][0xb9][0xf6]7s[0xd8]\[0xab][0xf1][0xb8][0xf8]z[0xd0][0xa9]|~j[0x9a][0xf8][0x87][0x96]u[0xdb][0xf5][0xbe][0x9c])Yy[0xbd]l;[0x19][0x8]LF]Q[0xac]u[0x99][9q[0x9f]r[0x99][0x89][0xba][0xd5]T,[0xbb][0xaa]=[0xd0][0x12][0xa6]V\N[0xcc][0xda][0xba]%q[0x88][0x1c][0xbc]a,[0x17]5{[0xdd]"[0xd9][0xe9]W[0xc5][0xa9][0xd1][0xec][0xad][0xa6][0xa8][0xbb][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8b][0xb6][0xfb][0xf1][0xa7]^[0x1a][0xdf][0x5]Xc[0xb0]n[0x1b]f"k[0x94]m[0x6][0xbe][0xd9]~[0x8]R[0xdd][0xe][0x90]r[0xa5]ti[0xa3][0xa0][0xaf]I[0xf]'[0xa1][0xfd][0xb5][0x84]\j[0x9f][0xdd][0x83]Jn[0x8e][0xdd][0xda][0xd2][0x92]![0x91]5[0xf3][0x92]e[0x95],Bu[0xef][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "kn[0xe9][0x8e][0xb7]%[0x88][0x80][0xc7][0x18]b[0xb1][0xbb][0xd0][0x9c]/S[0xa9][0xcd][0xa0][0xdd][0xe0]>[0xd8][0x6]u[0xd2][0xaa]fM[0xae]5[0xa6][0xc3]mK[0xe6][0xa5][0xc0][0x2][0xd9]W[0x11][0xe9][0xe5][0xa0][0x13]/[0x87][0xdb][0xa5]2z[0xb5][0x9d]5 [0x10]k[0xbb]\[0xd8][0x87][0xf4][0xaa][0x6][0x9d][\r](y[0xc2]Y[0x1d].[0xbe]5[0xed][0xd4]Z[0xc5][0xdc]2[0xec][0x15][0x81][0x81][0x96][0x81][0xe6]]6[0xf4][0x9]5[0x80][0x5][0x8e][0xb9]@[0x1b][0xfb].nt[0xf0]i[0x96][0xc5][0xf]>p[0xa7][0x1d][S/[0xd2]V[0xcc][0xb2]r[0xb7][0xf3]M[0x8d][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xd5][0x1f][0x8d][0xee][0xe1][0xd0]([0xf8]B[0x0][0x2][0x89][0xdd][0x8e][0xa4][0xab][0xf5][0x9d][0x9a][0x92][0x1d][0xde][0xb3]q[0x92][0xb1][0xf6][0xe2]%[0x10]H[0x15][0xcc][0xea]5[0x91]J[0xe5][0x93][0xc9][0xb6][0xca]d[0xda]E}nqU/[0xc8]B[0x9][0xdd]([0xad][[0x5]=c[0xc8]s[0x17]i[0x15]pLz[0xa9][0x88][0xe0] [0xcb][0xaa]!F[0xda][0xb2][0xb4]M[0xa9][0x88][0x8a]![0x1c]W`[0xaa][0xb8][0x8f][0xa2][0x82][0x92][0x8a]5|[0xa9][0xc2][0x82][0xd5][0x8a][0x1][0xde][0xc6]1[0x8e][0x3]M;[0x83][0x80][0xf][0xf2][0xf4]r[0xe7][0x1d][0xee]y0[0xcc]5[0x8f]O}[0x1d][0xe7]l[0x4][0xa3][0x9c][0xc9]p[0xff]r[0xec][0xe0]x[0xfe])[0xbc][0xb7][0x9f][0xc0]w5>[0xf2][0x18][0xfe]-t[0x8][0xe4]NlA[0x11][0xf8][0x5][0x3][0x9c][0x4][0x4][0x9e]#[0x98][0xf4][0xc5]#[0xbe]'[0x8]%[0xfd][0xa3][0x11][0x1a][0x85]=[0xb8][0xf5][0xf0][0xc5]?[0xa3][0xbf][0xd5]i[0x1e]t[0xc0][0xce] [0x80][0xb3][0x18][0xc6]8[0x12][0x98][0xc0]9[0xfe]Ma[0xd2][0xa1]>[0xcd][0xf7][0x9][0xfe] ?[0x81]1[0xd2][0x1d][0xc6]~[0xae]N[0x92]q/)[0x9e][0xc2]i[0xa2][0x90]J519{[0x97]X[0xc2]A;K[0xf][0x8f][0x93]l[0x9c][0xf6][0x15][0x8c][0xf1]:[0xc6][0x84][0xcc][0xda][0xf1][0xa4][0x0]U[0xfb]q[0xda]WR>[0xc7]6[0xa4]J[0xca]"[0xc7](a[0xee]/[0xd6]R[0x1e][0xd9][0x82]*[0xd3]}6[0xee][0xf3][0x8e][0xfb][0xfb][0xfc]}[0xbe]_[0x91]9[0xd1][0xe7]?[0x9d][0xec][0x88]tla[0x9f]@R[0x89]([0xbd][0xe8]|[0x8c][0xae][0xe7][0xe8]L[0x6]"[0x81][0xbf]p[0xe4]wtG[0x2][0x8f][0xb1]?[0x19][0x8c]G[0x82][0x14][0xad]'[0x19][0x1a][0x8d][0x84]*[0xa2][0xfc][0xec][0x17][0xf]_l[0xb9]t[0x89]#[0xe4][0xf0][0xb]P[0x81]A\[0xa0][0xfc]i[0xf2][0x99][0xe1][0xea]".#[0x83]k|.pu[0xf]W[0x1c][0x9d][0xd6][0xc8][0xf0]2z[0x90][0xa4]rA[0xbe][\r]"[0xc5][0xfc]C[0xf4][0x1b]#[0xca]4kf[0x92][0x1a]][0xc0]{D[0x1c]d[0xf6]i[0xbc]Oe[0xbb]h9CD/[0xf5][0xbc][0x8a]K[0xc4][0xf5][0xb1][0xd6]>[0xa4][0xb2][0x19]*[0xc5][0x8c][0xeb][0xca].:[0xba]Ke[0x17]\[0xca][0x9e][0xa1]U%[0xd6]x=[0xd6][0x7][0x8c]U[0xf1][0x1c][0xac]{N[0xd4]=[0x1b][0x1a]_[0xee][0x6][0xab][0xf8]J[0xb5][0x8a][0xe5][0xe8][0xa9]V[0xb1]h][0xc5][0xfd][0x15][0x83]:%?[0xb2]$-v[0xd6]3C[0xe5][0xea][0xc7]c[0xd0][0xf1][0x2][0xc2]O[0xd1][0xcb][0x8f]w[0xe0][0xf]t?rNS[0x3]~[0x94][0xc1]*[0x9c][0xe6][0xf0][0x91]3^[0xc3]Q[0x8e]=[0x9c][0xf5]a[0x5]G|![0xcc]rDw[0xe0]PK[0x7][0x8][0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.class[0xb5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xd9][0x96]nY[0x97][0xf][0xf9]RD[0x11][0x2]H[0xbf]d[[0x15][0x11][0xa9]D[0x83][0x12]I[0x1a]I[0x84][0x10][0xaf][0x8c][0xdb]vR[0x97],[0xbb]fw[0xb6][0xe1]g[0xe9][\r][0x18]/[0x8c][0xd7][0xfe]([0xe3][0x99]em[0xd7][0xda][0x84][0x5][0xb5][0x17]3[0x9d][0x99]s[0x9e]w[0xce][0x99]3[0xb3][0xdf]|[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa0][0x82][0xaa][0x6][0x15]y[\r]Y[0x14]4[0x14]Q[0xd2]p[0x17]+*[0xc]9]VqO[0xc5]}[0x86]L[0xd5]r,[0xb1][0xc9][0x90][0xca][0xe5][0xf][0x18][0xd2][n[0x93]3[0x8c][0xd4],[0x87][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xea][0xdc][0xdb]7[0xeb]6[0xcd][0x8c][0xd5][0xdc][0x86]i[0x1f][0x98][0x9e]%[0xc7][0xd1]dZ[0xbc][0xb7]|[0x86][0xe1]-[0xdb][0xf4][0xfd][0x3][0xd3][0xb6][0x9a][0xa6]p=[0x6]}[0xc7]q[0xb8][0x17][0xce]rZ_[0xaf][0xb9]^[0xcb]8[0xc]H[0xc8]h[0xff][0xb2]2[0x9e]9[0x8e]+La[0xb9]N[0xd7]u[0xf1]w[0xd2][0x6][0xc3]L[0x8b][0x8b][0xc8]Rj[0xfa][0xdb][0xae][0xb7][0xcf]}[0x11][0xda][0x11]9[0x17]C{[0x81]T[0xf5][0x8d]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]6:V[0x1b][0xf9][0xda][0xa1][0xd9]6[\r][0xdb]tZ[0xc6][0x8e][0xe0][0x9e][0xe4][0x10]yPt9[0xb][0x9]0[0xe4][0xb1]g[0xb5][0x1c]S[0x4][0x1e][0x85][0xfe][0xf6][0xb2][0xca][0xd5][0x4]~[0x9b]$6[0x1e]e[0x8a][0xc7][0xa2][0xef][0x91][0xed][0x97][0xcb]n[0xee][0x92][0xef]/[0x10][0x96]m[0xd4],_[0xc8][0x18][0xdb][0xdd]c[0xcc]'[0xd6]b[0x8][0xfe][0xeb][0xc6][0xaa][0xb1]D[0xbe]8n[0xf0][0xf][0x92][0x18][0xa6][0xe9][0xdd]?[0xd0][0x8d]e[0xb8]_J[0x94][0xe3][0xb2]l*[0xc]K[0x89][0x10]*[0x1e]0[0x80][0xc1]8ok[0xb1][0xba][0xaf]l[0xc8][0xdb]W[0xba][0x88][0x3][0xc3]DL5v[0xfb][0x9a][0xc9])[0xfd][0x0]I[0xb]T[0xdb]s[0x3][0xaf][0xc1][0xb7]-Y[0x97][0xd3][0xfd][0xf0]+2[0x95]:[0x6][0xa1][0xc9]fA[0xc5][0xaa][0x8e][0x87]XS[0xf1]H[0xc7]:[0x1e]3[0xcc][0x9f][0xab][0xa4][0xe3]:[0xa6]U[0x90][0xdc][0xda]%[0xdf][0x10][0x86]'[0x95][0xe][0x86]B[0xf2]Ca[0x98][0xec][0x96][0xcf][0x96]k[0xdb][0xbc][0x11][0x9a]0[0xc][0xf9][0x96][0xd3][0xb2][0xb9]p[0x1d]YU[0xc][0x8b][0xb9]XI[0xef][0xd6][0xf][0xc9][0xb0]_[0xed]-',n[0x86][0xa9][0x9e][0xf7][0x82]7[0xa3][0xb7]m[0xf5][0x2]/U\:[0x97]4l[0xcc][0xd1][0x7]%[0xb][0xf9][0x1b][0x80]"[0x8f][0x9b][0x8a][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0xca]4[0xa2][0x9b][0x80]L[0x81][0x9d]B[0xf9]D[0xff][0x14][0xe8]r[0x1c][0xce][0xee]b[0x88]Z[0xfd][0xcc][0x2][0xc3][0xb8][0x1a][0x12][0xc6]0NV[0xd2]{[0x9d]V[0x14][0xc9],~F[0xea]c[0x8f][0xf3][0xeb][0xd0]y[0xea][0xcc][0xa0][0xe3]<[0x80][0x9]L[0xd2][0xfa]Th}[0x8d]Z[0xaa][0x9e][0x8][0xf7][0x9c][0xfa][0x94][0xf4]/[0x96]N[0x90][0xee][0xe5][0xbd][0x9]ysg[0x16][0x1d]^[0x6]70[0x13]mP[0x92][0x95][0x88]|s[0xf4])[0x91]oEa[0xbe]$/[0xe9][0xa7][0x15][0x8a][0xa5]o[0x18]8A[0xa6][0x97][0xbe][0x1b][0xa3]k[0x1d][0xba][0x86][0xd9][0x88][0xae][0xe1]6[0xad]*[0xa3][0x90][0xd7]$[0xa2]v[0xc2]/[0x9c][0x82][0xf5][0xcf][0xdd][0x9f][0xe1][0xcf]b[0x91][0xd6]S[0xd1]6[0xef]`9[0xec]s 2[0x85][0x92][0xa2]s[0xaa]`[0x84][0xe4][0xe6][0xa9][0xc7]h[0x96]N[0xad][0x82][0xa5][0xb4][0xf6][0x13]PK[0x7][0x8]Y4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.class[0xb5][0x95][S[0xd3]@[0x14][0xc7][0xff][0xdb][ F@@[0x14][0xf1][0x2]"[0xd0][0x9b][0x84][0x8a][0x8a][0xd0][0xc2][0xe8][0xa8][0x1d][0x99][0xe9][0xf8][0x2][0xc3][0xb3][0xa1]][0xeb]BH[0x9c]\[0x90][0xf1]S[0xe9][0xb][0xcc][0xf8][0xe0][0xf8][0xec][0x87]r<[0x9b][0xc6]6[0xd6]0[0x4]T[0x1e]6[0xec][0xee]9[0xbf][0xff][0x9e]s[0xf6]l[0xbf][0xff][0xf8][0xf2][0x15]@[0x5][0x1b]*[0x14][0x94]T[0xc][0xa0][0xac][0xe2]>[0x16]U[0xe8]XRP[0x91][0xcb][0xf][0x14]m[0x86][0x8f][0xff]?[0xa0]Z[0xa4][0x14]/[0x8f][0x9a][0xfc][0xbd][0xc4][0x6]9~[0xf3][0xf][0xc4]#[0xe5][0x89]Ke[0xea]hI[0xe][0x15][0x86][0xb9]D[0x8][0x5][0x8f][0x19][0xc0][0xa0][0x9f]u[0xb4]H[0xe7]T[0xaa][0xb2][0xcb][0xe7]q`[0x18][0x8f][0xa8]F[0xfa]W$[0xa7][0xc4][0x1][0xce]u[0xc5][0xd5]-[0xdb]w[0x9a][0xbc].[0xe4][0xcd][0x9e][0x8c][0xd3]X[0x94][0xf9][0xd4]0[0x8]U[0xe]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V4<[0xc1][0xaa][0x82]5[\r]U[0xd4][0x18][0xe6][0x93][0xc9]i[0xb8][0x8e]I[0x5][0xeb][0xc]+[0x17]|[0x8f][0x18][0xd6][0xff]*1[0xc][0xc5][0xe4][0xe5]a[0x98]9[0xf3][0x85][0xa1]w[0xb9][0xf7]>[0xf2]VpZ[0xb9][0x98][0x8f][0xb9][0x84][0xb][0x9]o9[0xc3]D[0xdf][0xab][0x13][0x82][0x19][0xd6][0x12][0xf7]t[0x8c]~>i[0xe8][0x98][0xa6][0x1f][0xa8][0x1][0xc8][0xbf],R[0xb2][0xee][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]h[0xb6]D3[0xea][0xb][0xe4][0x8a][0xec][0x4][0xa9][0xcf][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0x9c][0x7][0xab][0xfb][0xb8]L[0xa3][0xd6][0xb1][0xc0][0x10][0xae][0x4][0x84]Q[0x8c][0x91][0x95][0xf4]^[0xa5][0x9d][0x94]d[0x96][0x8e][0x91][0xfe][0xd4][0xe7]l[0x7][0xce][0x13][0x1d][0x83][0xae]s[0x16][0xe3][0xb8]J[0xfb][0x13][0x81][0xf5]5[0x1a][0xe9][0x6][0x85][0xb8][0x17][0xf4]MK[0xff]R[0xf9][0x18][0x99]~[0x9e][0x1f][0xf0][0xa6];[0x16]]^[0xe]70[0x15][0x1e][0xf0]&n[0x91]G[0x87]|{[0xe4])[0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0x16]K[0xe5]o[0xc8][0x1e]#[0xd7]O[0xdf][0x8f][0xd0][0xd5].][0xa5][0x95][0xe]][0xc5][0xc][0xee]"5[0x2][0xd9]/![0xb5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]~[0xf1][0x4],>w[0x86]?[0x8d]y[0xda]O[0x87][0xc7][0xcc][0xa3][0x10]|[0x8b] 2[0x85][0x92][0xa6]:-c[0x98][0xe4]f[0xe9][0x8b][0x91][0x1][0xaa][0xda]2[0x16]2[0xea]OPK[0x7][0x8][0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.class[0xbd][0x95]]S[0xd3]@[0x14][0x86][0xdf]mK[0x3]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x82][0x88][0x1f] "[0xfd][0x92][0xb4][0xe2][0x7][0xd0][0xc2][0xe8][0xa0][0x8c][0xcc]To`[0xb8][0xe2][0xc2][0x85][0xee][0x94]`[0x9a]8IZ[0x99][0xf1]O[0xe9][\r][0xcc]x[0xe1]x[0xed][0x8f]r<[0x9b][0x84]6[0xd6]"[0x1][0x1d]{[0xb1][0xe9]n[0xce]y[0xde]=[0xe7][0xec][0x9e]|[0xff][0xf1][0xe5]+[0x80][0x12]VU([0xc8][0xab][0xe8]GA[0xc5][0x3][0xcc][0xab][0xd0]QTP[0x92][0xcb][0xf][0x15])j[0xc1]viu8[0xd3][0xe3] [0xce][0xc5]<[0xe9][0xc][0xe3]][0xdd][0xe7][0x84][0xcc]P>[0xbd][0xfd][0xc5]h,[0x99][0xb8][0xd1]c[0x8a][0xbe]V[0xfd][0x90][0xbf]>$d[0xf1][0xe9]B\[0xa2]Y[0x91]ft;[0x90][0xce][0xb1]c$>[0xd3][0xbf][0x4]49[0xf7]Wwp[0x99]F-[0xb0][0xc0][0x15]\[0xf5][0x9][0xc3][0x18]!+[0xe9][0xbd]Do[0x12][0x92][0x99]?B[0xf2]S[0x97]3[0xf7][0x9d][0xc7][0x2][0x83][0xb6]s[0x1f]Fq[0x8d][0xde][0x8f][0xf9][0xd6][0xe3]4[0xd2])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q/[0xe8][0x99][0x94][0xfe][0xf9][0xc2][0x11]R[0xdd][0xbc][0xba][0xcf][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xda][0xbc]4n`2[0xdc][0xe0]M[0xdc]"[0x8f][0x80]|{[0xe8][0x19][0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0xe6][0xf2][0x85]o[0xe8];B[0xba][0x9b][0xbe][0x13][0xa1][0xab]m[0xba]J+[0x1]][0xc5]4[0xee]"1[0x4]yiBj;[0xfc][0xdc]1X[0xef][0xdc][0xfd][0x1e][0xfe][0x14][0xee][0xd3][0xfb]d[0xb8][0xcd][0xc][0xb2][0xfe]3[0x7]"S(I[0xaa][0xd3][0x2][0x6]In[0x86][0x9e][0x18][0xea][0xa7][0xaa]-`.[0xa5][0xfe][0x4]PK[0x7][0x8][0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator.class[0xa5]V]S[0xd3]@[0x14]=[0xdb][0xa6]M[0x1b][0x2][0x94]"*[0xf8][\r][0xa8][0xa5]|DT[0x10]i[0xad]V>[0x14]-[0xa0][0xb4][0xa2][0x95][0xa7][0xd0]f LL[0x98]$E[0xfd])[0xfe][0x2]_EgDdt|[0xf6][0xcd]g[0xff][0x8b]z7[0x4]Z,[0xce]t[0xe4]![0xd9][0xcd][0xdd][0xdd]s[0xce][0xbd]{[0xf7]n[0xbe][0xff][0xfa][0xfc][0x15][0xc0]0[0x96]$[0xb4]cL[0xc4]M[0x9][0x1][0x8c]E[0x11][0xc7]x[0x13]RH7[0xe1][0x16]2[0xfc]u[[0xc4][0x1d][0x9][0x11]d[0xb9][0xf9][0xae][0x88][0x9][0x9]M[0x98][0x14]1%[0xa1][0x99][0xb7][0xd3][0x12]Z1)[0xe1][0x1e][0xee][0x8b][0x98][0x11][0xf1]@[0xc4]C[0x11]9[0x6]0[0xc8]3[0xa6][0xa9][0xd9][0x13][0x86][0xea]8[0x9a][0xc3][0xd0]2[0xad]kFyQ5[0xf4][0xb2][0xea]Z6C[0xeb][0xac][0xe6][0xae]Z[0xb5][0x96][0x16]or[0x8d][0xe1]X[0xd6]4-Wu[0xd5]eC[0xab]1K[0x8b][0xd9][0xdc][0xcc]d[0xb6]0[0xbf][0x90]g[0x88][0xe5][0xd6][0xd4][\r]U[0xa9][0xb8][0xba][0xa1][0xe4]t[0xc7]M1D[0xf3][0xfa][0x8a][0xa9][0xba][0x15][c([0xfc]5[0x9c][0xce]Y[0xf6][0x8a][0xb2]V1uW[0xd9][0xd8][0x83]T|[0x1e][0xdd]2[0xab][0xf4][0xbd][0x87][0x91][0xa7][0x93][0x99]T[0x86]([0xc2]i[0x9d][0x10]2[0xc][0xc1]D[0xdf]"[0x83]0a[0x95][0x89][0xac]5[0xa7][0x9b][0xda]\[0xe5][0xc5][0xb2]f[0x17][0xf8]2[0x86]x[0xce]*[0xa9][0xc6][0xa2]j[0xeb][0xfc][0xdb]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xaa]N[0x11]I6,[0x85][0x8][0xdb][0xfc][0x19]ZAs\/N[0xc]#[0x89][0x1a][0x4][0xbb][0xc2][0xc3][0xed](/H[0x89][0xa1][0xec][0xcf]J[0xf5][0xd5][0xc7]'[0xa6][0x96][0xcb]:gP[0x8d])[0xdb][0xb6]l[0x82][0x8a]nT[0xc3]{[0xfb]h!"[0x82][0x80][0xde]K[0x9b]WC<[0xe3]j[0xb6]?[0x16]u[0xab][0xe][0xf4]4[0xa0][0x9f][0xe4][0xfa]"[0x88]zO[0xee][0xf1][0x83]a}[0xbd][0xbe][0x17][0xda][0xcb]u[0xdb][0xed]}[0x1b][0xaa][0xb9][0xa2]L[0xbd]*i[0xeb][0x1c][0xc5][0xdb][0xc1][0xbb]GO[0x4][0x86][0xdc][0xff][0xec][0xc0][0xbf]5E[0xd2]%[0xc3][0xcf]+)oU[0xec][0x92]6[0xad]s[0xaf]:[0xf][0x93]5[0xc4]Qd[0x9c][0xc7][0x5][0x86][0xf6]*C[0xd6][0xb6][0xd5][0xd7][0x9c]F[0xc6]i[0x9c][0x11]1+c[0xe][0xf3]"[0x1e][0xc9]x[0x8c][0x5][0x19]y[0x14][0x18]n[0x1d][0xc9]w[0x19][0x97][0x91][0x90][0xf1][0x4][0x94][0xf9]7[0x1a]F:x[0xb8][0xb9][0xf0][0xa7][0xc]c[\r]/[0xaf][0xab][0x16][0x8d]3[0x1f][0xac]<"[0x9e][0xc9]([0xe2]9C[0xa2]Q[0x4][0xca][0xc1][0xea][0x96][0xcd]/[0xaf]i%[0x97][0xe1][0xd2]a[0xab][0xf7]w[0xbd]fm[0xb2]a[0xa1][0xc3]T[0x3][0xf][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x84][0xee][0x9f][0x1d][0xca][0xfa]D[0xdf][0xe1]g*^oe[0x10]WUgN{[0xe5]z5[0x8a][0xbc][0x15]L[0xef][0xe3][0xd8][0x1e]H[0x8d]3[0xbc][0xa0]QM[0xc8][0x1a][0x6][0xe5]Z[0xa2][0x86]c[0xc2]2[0xc][0x1a][0xe7][0xf9][0xc9]![0x94]D[0xe3][0x87]f8[0xc5][0xb]c[0xec][0xaf][0xc4]t8[0x93][0xb3][0xeb][0xd9][0xc5][0xc4]R[0xbd][0x92][0xba]rE[0xd7]T[0x9c]n)[0x12]NO[0x17][0xcf]ij[0xcf][0xd2][0xf5][0x15][0xc0]9[0x4][0xa9]O[0x7][0x80][0xde][0xdd]d[0xb9]F-]=[0x8]%[0xb7][0xc0]6[0xbd])=[0xf4][0xe6][0x97][0x1b][0xd0][0x1][0x1]/[0xd1]K=yw[0x12].[0xe2][0x12][0xf8]EE[0xc9]L38[0xc0][0xf]j[0xc3][0xd4][0xa6]v[0x10](n!8[0xfb][0x1e][0xc2]6B[0xc]s[0x83][0xdb][0x8]3[0xbc]A7uD[0x86]o[0x88][0x8c][0xb][0x9d]B[0xff]GD[0xc7]C[0x3][0x9d][0xa1]mH[0x1]<}[0xfb][0xfb][0xe7][0xc0];Z[0x1e][0xf4]h[0xbb]<[0xa8]n[0xba]={[0x88][0xaa][0x17][0x83]D7Jd7[0x89][0x8e][0xcb][0xc8][0xd0][0xf8] [0xa2][0xe8]#[0x8f][0xb8][0x98]6$[0xd1]O"[0xdb]h|[0x80]F[0x82]\[0x88]/[0x92][0xf7][0x86][0xa0][0x90][0xd8][0x8]yy[0x85]V[0x4](. [0xdf][0x83]>[0xc6][0xd5]}[0x8c]k[0x84][0xb1];[0xeb]*[0xcd][0xda][0x8d][0xd4]u[0xb2][0x8c][0xec][0xc7]i[0xd2]S[0x6][0xc][0x84][0xbf] R[0xc][0xee][0xa0][0xa9][0xc8][0xb6] [0xe7][0x8b][0xc2][0xe][0x9a]y[0xb7]%_[0xc][0xed][0xa0][0x95]wc[0xf9]Oh[0xfb][0x0]a[0xd3][0xb][0x15][0xf7]+[0xec][0x85][0xef]8[0xa1][0x8e]z[0xd8]7p[0x82][0xda]$[0xf1]w[0xd0]N![0x16][0xa1]_[0x82]8N[0x82][0xff]"[0xc4][0xd1][0x9][0xfe][0xcb][0x10][0xa7]h[0xf0][0xff][0x88]8N[0x9][0xd2][0x1f]PK[0x7][0x8][0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/PublicClassValidator.class[0x9d]T[0xdb]N[0xdb]@[0x10]=K[0x2][0xe][0xc1][0x14][0x1a]n[0xa5]7B[0xb9][0x19]([0xb8]7zK[0xa0][0x85]@%$+[0xa9]H[0x14][0x89][0xbe] '[0xb1][0xc2]"[0xc7][0x8e][0xec]5j?[0xa5][0x1][0xad][0x4][0xa8]H[0xfd][0x80]~T[0xd5]Y'$[0x8]R[0x15][0xf5][0xc1];[0xbb][0xb3]3gf[0xce][0x8c][0xf7][0xd7][0xef][0x1f]?[0x1]<[0xc5]V[0x1c][0x83][0x98][0x89]c[0x16]s[0xbd][0x18][0x80][0xa6]`^[0xc1]B[0x1c][0xdd][0x98][0x89]aQ[0xca][0xc7][0xf2]r)[0x86]ey[0xd0][0xe3][0x88][0xe2]I[0x9c][0x1c][0x9f][0xc9][0xe5][0xb9][0x82][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x14][0xbc]d[0x18][0xce][0xe6][0xf6][0x8a][0xeb][0xc6][0xf6][0xe6]za;[0x97][0xdd][0xdb][0xda][0xd9][0xc9][0xed][0xe4][0x19][0x6][0x8d][0x3][0xf3][0xd0][0xd4][0x3][0xc1]m[0xdd][0xe0][0xbe]H1[0xf4][0xe6]y[0xd5]1E[0xe0]Y[0xc]sW[0xae][0xd3][0x8d][0xb3]m:U}[0xeb]s[0xd9][0xaa][0xb][0xee]:[0xa9]5[0xf2][0xea]Is[0x87][0x8b]5[0x86][0x88]6_d[0x88]f[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xf][0x18][0xdc][0xb1][0xb2]A[0xad]dy[0x5][0xb3]d[0x93]&a[0xb8]e[0xd3].[0x9a][0x1e][0x97][0xe7][0xa6]2*[0xf6][0xb9][0xcf][0xb0]`[0xb8]^U?[0x8][0x8]H?4m^1[0x85][0xeb][0xe9][0x1f][0x83][0x92][0xcd][0xcb][0x19][0xdb][0xf4][0xfd][0xe2][0x85][0x92][0x2][0xde]nZX[0x5][0xcb][0x17][0xe1]-[0xc3][0x8a]v[0x9][0xc1][0xb][0x1c][0xc7][0xf2]|[0xbd]F[0x99][0xd8]z[0xcb]*5[0xdf][0xa1]d[0xd1][0xc6][0x98][0xba][0x1][0x4][0x83][0xf1]?[0x91][0xfe][0xce]^,][0xb6][0x9b][0xfc][0xc5][0xf3]n[0xe0][0x95][0xad][0xf]\[0x12]3[0xde][0xa9][0xf8]e[0x89][0xa2]b[0x14]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xa9]x[0x8d]7*[0x12][0x18]b[0x18][0xea][0x0][0xcf]0[0xd6][0xd6][0xe6][0x85][0xc7][0x9d][0xea]F[0xc0][0xed][0x8a][0xe5]Q[0xa8][0xc2][0xbe][0x95],K[0xec][0xa4][0x8a][0xb7]H[0xa9]Hc[0x95][0x9a][0x96][0xe4]~[0xd2]qE[0xb2][0x1e][0x6]_V[0xb1][0x86]U[0x19][0xef][0x9d][0x82][0xf7]*[0xd6][0xb1][0xa1]"[0x83]M[0x6][0xed][0xa6][0xed][0xa2]9k'[0x91]+[0x1d]Xe[0xc1]0[0xdb][0xc9][0xbb]E[0xde]%[0xdf][0xc9]2M[0x4]r[0xbf][0x11]8[0x1c][0xc0]O4[0x8f]f[0xbd]n9[0x15][0x86]%[0xcd][0xb8]J[0xc0]Ec[0xae]sB[0xad]P[0xaa][0x96][0xc8][0x9a]5"X[0xbb]n'{%[0xdc][0xc6][0x9e]a[0xa4][0x13]6M[0xff]H[0xbb][0xef][0x19][0xd7][0xb6][0xa9]\[0xea][0x4]e[0xd9][0xef][0x93][0x85]m[0x9][0xd7][0x91][0xe3][0xc0]0}[0xd9][0xbf][0xc1]K[0xc7][0xf1][0xb4]ju[0xf1][0xa5][0xe1][0x92][0xd0][0xae][0x19]`[0x92][0x9e][0x86]A[0xd0]/A[0xdf]]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x87][0xe9][0xfd][0xe8][0xc2][0x8]"[0xb4][0xa7]I[0xa1][0xf5][0xe]it[0x92][0x8c]d[0xf7][0xc2])[0xd8]qh2NkO[0xa8][0x1c] g@m[0x18][0xe0][0x1e][0xee][0x93]dx[0x80][0x87]d%[0x9d]k[0xf4][0xb8]t[0xc9]gi[0xf1][0x4]]_[0xa1]|C[0xe4][0xe8][0x1c][0xd1][0xdd]st[0xef][0x9e][0xa2]'[0xa1][0x9c] FW[0xbd]$[0x12]qZN[0xd0]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xc][0xfd]G[0xad]@[0xb7]([0x1f]P[0x18][0x85][0xe0][0xfb][0x8]Z[0x6][0x1c]m[0x80]6[0x3][0xca][0xdd][0x4][0x92][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x11][0xc3][0xa3]V[0xfe][0x13]ar[0x80]r[0x86][[0xdf][0x11]9[0xe]3lW I[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xa6][0xff][0x0]PK[0x7][0x8][0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/validator/TestClassValidator.class[0x9d][0x8e][0xbd]n[0xc2]@[0x10][0x84]g[0xf9][0xb1][0xf9]iH[0x95]7[0x88][0x92][0x86][0x13][0x5][0x95][0x11][\r]"[0x95][0xa5][0x14][0x8e][0xd2]_[0xec][0x93]u[0xd6]q[0x87][0xee][0xc7][0xe2][0xd9](x[0x0][0x1e]*[0xca][0x11]+[0xa6]H[0x97][0xad]f[0xb4][0xb3][0xdf][0xec][0xf5][0xeb]|[0x1][0xb0][0xc2]<[0xc5]4[0xc5][0x8c][0xf0][0xd0]r%+[0xee][0xc5][0xbb]p~[0xa7][0xb8]s[0x84][0xf5]snl[0xcd][0x9a][0xa0][0xa5]g6h-[0xac]c[0x7]S[0x9][0xc5][0xfa]T[0xf6][0x92]7[0xbc][0xe5],x[0xa9]X.[0x9d][0xcf][0x8][0xd3]B[0xd6][0x9a][0xfb]`[0x5]![0xff][0xf]c[0xd3]y[0xc5]u[0xcd][0xf6][0xa7]R[0x1c][0xbd]4:[0xdb]F[0xf4][0xac]0[0xc1][0x96][0xe2]U[0xaa][0xc8]~[0xec][0x9][0x1f][0xdd][0xf3][0xc6].o[0x87][0x84][0xa7]{g[0xfb][0xbb]b[0xd3][0x84][0xc5][0xbd][0xe8][0xed][0xb3][0x11][0xa5]O[0x8][0x84][0x1]nC#[0xc2][0x10][0xa3][0xe8][0xc7][0xd1][\r][0x90]D[0x95][0xfe][0xa8][0xc9]7PK[0x7][0x8]V<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/validator/ValidateWith.class[0x85][0x91][0xcd]J[0x3]1[0x14][0x85]O[0xea][0xd4][0xb1][0xf5][0xaf][0xa3]+WvU[0x14][0xc1][0xe0][0xba]E[0x11]Q([0xd4][0x1f][0xa6]Z[0xd7][0xe9][0xf4]2[0xcd][0x10][0x13][0x98][0xc9][0x14]|5[0x17]>[0x80][0xf]%[0xde][0x8a]:[0x5]+..97[0xe7][0xf0][0xdd]\[0xf2][0xf6][0xfe][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x4];![0xb6]C[0xb4]BD[0x2][0xf5][0x99]2%[0x9][0xec][0x1e][0x1c][0xe]25S[0xd2]([0x9b][0xca][0xb][0xa3][0x8a][0xa2]+[0xd0][0x18][0xea][0xd4]*_[0xe6][0x9c]8[0xfb][0x9d][0xe8][0x1d][\r]\[0x9e][0xca][0xac][0xb4][0xda]K[0x6][0xe9][0x89][0xf2].[0x97][0xe7][0xd6]:[0xaf][0xbc]vv[0xf4]}[0xd7]=eZs[0xe8][0xca]<[0xa1]+m[0x18][0x17]}y[0xf4][0xa8][0xfd][0xf4]x[0xe][0x16][0xd8][0x8b]K[0xeb][0xf5][0x13][0x8d]t[0xa1][0xc7][0x86]*N![0xd0]^[0x18][0xae]~[0xc][0x19][0x93]';W[0xcc][0xef][0xfc][0x13][0xb9]sF'[0xcf][0x1c][0xc][0xe3][0x87][0x9b][0xfb][0xfe][0xf5][0xe5][0x9f][0xd4][0xbe][0x9d]R[0xae]=M8[0xdc]^[0xb6][0xe2][0xe2][0xe3][0x5]Z[0x15][0xe4]v[0x9c]Q[0xe2][0x5][0xf6][0x97]r[0xab][0x8d]:[0x2][0x2]5[0xae][0x15][0xfe][0x12][0x11][0x8][0x4][0xa8]s[0xb7][0xca]][\r]![0xd7][0xda][0xa7]j[0xa0][0xc9]g[0xc4]j[0x9d][0xdd][0x80][0xb0][0x81]Ml[0x1][0x1f]PK[0x7][0x8][0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]EO[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0x4][0x0][0x0]LICENSE-junit.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x15][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]ET[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x1b][0x0][0x0]junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x1b][0x0][0x0]junit/extensions/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x1b][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "junit/extensions/ActiveTestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed][0x1d][0x0][0x0]junit/extensions/ActiveTestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]![0x0][0x0]junit/extensions/RepeatedTest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Etp![0x19][0xf][0x2][0x0][0x0][0xc][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]$[0x0][0x0]junit/extensions/TestDecorator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:'[0x0][0x0]junit/extensions/TestSetup$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ep[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n)[0x0][0x0]junit/extensions/TestSetup.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6]+[0x0][0x0]junit/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]+[0x0][0x0]junit/framework/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]5[0x0][0x0]junit/framework/AssertionFailedError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9c][0xa5][0xc1][0x9a]*[0x5][0x0][0x0]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]7[0x0][0x0]junit/framework/ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc][0xb1][0xc4][0xc1]/[0x2][0x0][0x0]T[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T=[0x0][0x0]junit/framework/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ez[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8]?[0x0][0x0]junit/framework/JUnit4TestAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5]F[0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0]I[0x0][0x0]junit/framework/JUnit4TestAdapterCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]O[0x0][0x0]junit/framework/JUnit4TestCaseFacade.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5R[0x0][0x0]junit/framework/Protectable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]S[0x0][0x0]junit/framework/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]S[0x0][0x0]junit/framework/TestCase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ec[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m_[0x0][0x0]junit/framework/TestFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]b[0x0][0x0]junit/framework/TestListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EY[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]c[0x0][0x0]junit/framework/TestResult$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4]e[0x0][0x0]junit/framework/TestResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EQ[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ym[0x0][0x0]junit/framework/TestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Po[0x0][0x0]junit/framework/TestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x~[0x0][0x0]junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x80][0xa5][0x98][0xcc]![0x11][0x0][0x0][0x6]#[0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]~[0x0][0x0]junit/runner/BaseTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x90][0x0][0x0]junit/runner/TestRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x91][0x0][0x0]junit/runner/Version.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0xb4]XWY[0xf3][0x0][0x0][0x0][0xc4][0x3][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x93][0x0][0x0]junit/runner/logo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0x94][0x0][0x0]junit/runner/smalllogo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x95][0x0][0x0]junit/textui/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x95][0x0][0x0]junit/textui/ResultPrinter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]EC[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x9e][0x0][0x0]junit/textui/TestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xa8][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0xa9][0x0][0x0]org/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xa9][0x0][0x0]org/junit/After.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]Eh[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xaa][0x0][0x0]org/junit/AfterClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xab][0x0][0x0]org/junit/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xbb][0x0][0x0]org/junit/Assume.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EcTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xc0][0x0][0x0]org/junit/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0xc2][0x0][0x0]org/junit/Before.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc3][0x0][0x0]org/junit/BeforeClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14]x[0x95][0x8b][0xf2][0x0][0x0][0x0][0x8a][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xc5][0x0][0x0]org/junit/ClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xc6][0x0][0x0]org/junit/ComparisonFailure$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0xc7][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xcb][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Er[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7][0xd0][0x0][0x0]org/junit/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xd3][0x0][0x0]org/junit/FixMethodOrder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd5][0x0][0x0]org/junit/Ignore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xd6][0x0][0x0]org/junit/Rule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]ETJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0xd7][0x0][0x0]org/junit/Test$None.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Es[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xd8][0x0][0x0]org/junit/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xda][0x0][0x0]org/junit/experimental/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EX[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xda][0x0][0x0]org/junit/experimental/ParallelComputer$1.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xde][0x0][0x0]org/junit/experimental/ParallelComputer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xe1][0x0][0x0]org/junit/experimental/categories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xe2][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xec][0x0][0x0]org/junit/experimental/categories/Categories$ExcludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E*B[0xbb][0xca]K[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xee][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xf0][0x0][0x0]org/junit/experimental/categories/Categories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EQ[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xf8][0x0][0x0]org/junit/experimental/categories/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xfa][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xfe][0x0][0x0]org/junit/experimental/categories/CategoryValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x4][0x1][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x7][0x1][0x0]org/junit/experimental/categories/ExcludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x9][0x1][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xc][0x1][0x0]org/junit/experimental/categories/IncludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0xe][0x1][0x0]org/junit/experimental/max/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xe][0x1][0x0]org/junit/experimental/max/CouldNotReadCoreException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E,[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x10][0x1][0x0]org/junit/experimental/max/MaxCore$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x12][0x1][0x0]org/junit/experimental/max/MaxCore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x14][0x1][0x0]org/junit/experimental/max/MaxCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0x1f][0x1][0x0]org/junit/experimental/max/MaxHistory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x83][0xd4][0xc6]+*[0x4][0x0][0x0]|[0x9][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf] [0x1][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v%[0x1][0x0]org/junit/experimental/max/MaxHistory$TestComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&)[0x1][0x0]org/junit/experimental/max/MaxHistory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L0[0x1][0x0]org/junit/experimental/results/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]0[0x1][0x0]org/junit/experimental/results/FailureList.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eo[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]3[0x1][0x0]org/junit/experimental/results/PrintableResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]8[0x1][0x0]org/junit/experimental/results/ResultMatchers$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb][0xbd]W[0xc5][0xe7][0x2][0x0][0x0][0xe2][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y;[0x1][0x0]org/junit/experimental/results/ResultMatchers$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eb[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3]>[0x1][0x0]org/junit/experimental/results/ResultMatchers$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]A[0x1][0x0]org/junit/experimental/results/ResultMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]BD[0x1][0x0]org/junit/experimental/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]D[0x1][0x0]org/junit/experimental/runners/Enclosed.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]H[0x1][0x0]org/junit/experimental/theories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]kH[0x1][0x0]org/junit/experimental/theories/DataPoint.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*J[0x1][0x0]org/junit/experimental/theories/DataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb]K[0x1][0x0]org/junit/experimental/theories/FromDataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ET4[0xc3][0xd4][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xb7][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]M[0x1][0x0]org/junit/experimental/theories/ParameterSignature.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x1b][0xe1][0xb2]J[0x1][0x0][0x0]{[0x2][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]X[0x1][0x0]org/junit/experimental/theories/ParameterSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EV[0xa5][0x1c]aL[0x1][0x0][0x0]A[0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]Y[0x1][0x0]org/junit/experimental/theories/ParametersSuppliedBy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf0]~1[0xed][0x2][0x0][0x0][0xe7][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]X[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]^[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$CouldNotGenerateValueException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]`[0x1][0x0]org/junit/experimental/theories/PotentialAssignment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]c[0x1][0x0]org/junit/experimental/theo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ries/Theories$TheoryAnchor$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ewd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]f[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]k[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Er[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]n[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EL[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]w[0x1][0x0]org/junit/experimental/theories/Theories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ee[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x82][0x1][0x0]org/junit/experimental/theories/Theory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0x83][0x1][0x0]org/junit/experimental/theories/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ep[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x83][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]V[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x85][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EXV[0x10]![0x7][\r][0x0][0x0][0xf5]#[0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x89][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x97][0x1][0x0]org/junit/experimental/theories/internal/Assignments.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xa1][0x1][0x0]org/junit/experimental/theories/internal/BooleanSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa4][0x1][0x0]org/junit/experimental/theories/internal/EnumSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EtX[0x1f]_[0x97][0x4][0x0][0x0][0xe3][0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0xa7][0x1][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xac][0x1][0x0]org/junit/experimental/theories/internal/SpecificDataPointsSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xb1][0x1][0x0]org/junit/experimental/theories/suppliers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xb2][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOn.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E;[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xb3][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xb7][0x1][0x0]org/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ER[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89][0xb7][0x1][0x0]org/junit/internal/ArrayComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb5]1o[0xc2][0x86][0x4][0x0][0x0][0x3][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9][0xbb][0x1][0x0]org/junit/internal/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xc0][0x1][0x0]org/junit/internal/Classes.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xc2][0x1][0x0]org/junit/internal/ComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xc8][0x1][0x0]org/junit/internal/ExactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xc9][0x1][0x0]org/junit/internal/InexactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcc][0x1][0x0]org/junit/internal/JUnitSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EQ[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0xcd][0x1][0x0]org/junit/internal/MethodSorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xd0][0x1][0x0]org/junit/internal/MethodSorter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xd2][0x1][0x0]org/junit/internal/MethodSorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xd6][0x1][0x0]org/junit/internal/RealSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xd8][0x1][0x0]org/junit/internal/TextListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xdf][0x1][0x0]org/junit/internal/Throwables.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0xe1][0x1][0x0]org/junit/internal/builders/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xe1][0x1][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EO$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xe5][0x1][0x0]org/junit/internal/builders/AnnotatedBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb1][0x9a][0x88][0xba][0xba][0x1][0x0][0x0]p[0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xeb][0x1][0x0]org/junit/internal/builders/IgnoredBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xed][0x1][0x0]org/junit/internal/builders/IgnoredClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0xef][0x1][0x0]org/junit/internal/builders/JUnit3Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf2][0x1][0x0]org/junit/internal/builders/JUnit4Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf4][0x1][0x0]org/junit/internal/builders/NullBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0xf6][0x1][0x0]org/junit/internal/builders/SuiteMethodBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xf8][0x1][0x0]org/junit/internal/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[\r][0xe4]{q[0x4][0x0][0x0][0x81][0xb][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xf9][0x1][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0xf4][0xfd][0x1][0x0]org/junit/internal/matchers/ThrowableCauseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x2][0x2][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x9b]d[0xb2][0x94]r[0x4][0x0][0x0][0xfb][0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x6][0x2][0x0]org/junit/internal/matchers/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0xb][0x2][0x0]org/junit/internal/requests/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xb][0x2][0x0]org/junit/internal/requests/ClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xe][0x2][0x0]org/junit/internal/requests/FilterRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x11][0x2][0x0]org/junit/internal/requests/SortingRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x13][0x2][0x0]org/junit/internal/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x14][0x2][0x0]org/junit/internal/runners/ClassRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EK[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1a][0x2][0x0]org/junit/internal/runners/ErrorReportingRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc6][0x1f][0x2][0x0]org/junit/internal/runners/FailedBefore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W![0x2][0x0]org/junit/internal/runners/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C$[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R%[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D*[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ea[0x84]~Q[0xb2][0x1][0x0][0x0]w[0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc]4[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14][0xa7][0xc2][0xb8]w[0x2][0x0][0x0][0xcf][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] 6[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eq/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]8[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]C[0x2][0x0]org/junit/internal/runners/MethodRoadie$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf4]d[0x96][0xea][0xea][0x3][0x0][0x0][0xba][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]E[0x2][0x0]org/junit/internal/runners/MethodRoadie$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?J[0x2][0x0]org/junit/internal/runners/MethodRoadie$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x16][0x1e]V[0xb1]@[0x9][0x0][0x0]5[0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]L[0x2][0x0]org/junit/internal/runners/MethodRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EJ[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]U[0x2][0x0]org/junit/internal/runners/MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R][0x2][0x0]org/junit/internal/runners/SuiteMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]a[0x2][0x0]org/junit/internal/runners/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]h[0x2][0x0]org/junit/internal/runners/TestMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zm[0x2][0x0]org/junit/internal/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xcc][0xa6][0xdc][0x9a][0xa7][0x3][0x0][0x0][0xbb][0x8][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]m[0x2][0x0]org/junit/internal/runners/model/EachTestNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]q[0x2][0x0]org/junit/internal/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc]s[0x2][0x0]org/junit/internal/runners/model/ReflectiveCallable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]u[0x2][0x0]org/junit/internal/runners/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]v[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9w[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]U[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa]z[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]~[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EM[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x82][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe2]")k[0xad][0x3][0x0][0x0]/[0x9][0x0][0x0]_[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x85][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x89][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0x8d][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeStatic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x90][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x93][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeA" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa][0x96][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x98][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0xa0][0x2][0x0]org/junit/internal/runners/rules/ValidationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa3][0x2][0x0]org/junit/internal/runners/statements/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa3][0x2][0x0]org/junit/internal/runners/statements/ExpectException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xa7][0x2][0x0]org/junit/internal/runners/statements/Fail.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa9][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xaa][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xab]ig[0xca]>[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xae][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xb1][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xbf][0x2][0x0]org/junit/internal/runners/statements/InvokeMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc1][0x2][0x0]org/junit/internal/runners/statements/RunAfters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xc5][0x2][0x0]org/junit/internal/runners/statements/RunBefores.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xc9][0x2][0x0]org/junit/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xc9][0x2][0x0]org/junit/matchers/JUnitMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xcd][0x2][0x0]org/junit/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0xcd][0x2][0x0]org/junit/rules/DisableOnDebug.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0xd1][0x2][0x0]org/junit/rules/ErrorCollector$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xd4][0x2][0x0]org/junit/rules/ErrorCollector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xd8][0x2][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xdb][0x2][0x0]org/junit/rules/ExpectedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ez4[0xbf]/a[0x3][0x0][0x0][0xb1][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0xe2][0x2][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0xe5][0x2][0x0]org/junit/rules/ExternalResource$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xe8][0x2][0x0]org/junit/rules/ExternalResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xea][0x2][0x0]org/junit/rules/MethodRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xeb][0x2][0x0]org/junit/rules/RuleChain.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xef][0x2][0x0]org/junit/rules/RunRules.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xf2][0x2][0x0]org/junit/rules/Stopwatch$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EF[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xf3][0x2][0x0]org/junit/rules/Stopwatch$Clock.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xf4][0x2][0x0]org/junit/rules/Stopwatch$InternalWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xf8][0x2][0x0]org/junit/rules/Stopwatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xfd][0x2][0x0]org/junit/rules/TemporaryFolder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x4][0x3][0x0]org/junit/rules/TestName.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x6][0x3][0x0]org/junit/rules/TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x7][0x3][0x0]org/junit/rules/TestWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xb][0x3][0x0]org/junit/rules/TestWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ENegz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x10][0x3][0x0]org/junit/rules/TestWatchman$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x13][0x3][0x0]org/junit/rules/TestWatchman.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E3[0xfe][0x13][0x8c][0xfc][0x1][0x0][0x0][0x9f][0x3][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x16][0x3][0x0]org/junit/rules/Timeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x18][0x3][0x0]org/junit/rules/Timeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0x1b][0x3][0x0]org/junit/rules/Timeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y [0x3][0x0]org/junit/rules/Verifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90]"[0x3][0x0]org/junit/rules/Verifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b]$[0x3][0x0]org/junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]$[0x3][0x0]org/junit/runner/Computer$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1'[0x3][0x0]org/junit/runner/Computer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf]WQ[0xac][0x88][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6])[0x3][0x0]org/junit/runner/Describable.classPK[0x1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]*[0x3][0x0]org/junit/runner/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1]7[0x3][0x0]org/junit/runner/FilterFactories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17]<[0x3][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ey[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]=[0x3][0x0]org/junit/runner/FilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe]>[0x3][0x0]org/junit/runner/FilterFactoryParams.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x7]A[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]B[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EJ[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]L[0x3][0x0]org/junit/runner/JUnitCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]S[0x3][0x0]org/junit/runner/Request$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]fU[0x3][0x0]org/junit/runner/Request.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdc]<[0xd4][0xd7][0x9c][0x0][0x0][0x0][0xcb][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][[0x3][0x0]org/junit/runner/Result$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]\[0x3][0x0]org/junit/runner/Result$Listener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]`[0x3][0x0]org/junit/runner/Result$SerializedForm.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]f[0x3][0x0]org/junit/runner/Result.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]vm[0x3][0x0]org/junit/runner/RunWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EB[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]n[0x3][0x0]org/junit/runner/Runner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]p[0x3][0x0]org/junit/runner/manipulation/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]p[0x3][0x0]org/junit/runner/manipulation/Filter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]s[0x3][0x0]org/junit/runner/manipulation/Filter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]nv[0x3][0x0]org/junit/runner/manipulation/Filter$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]y[0x3][0x0]org/junit/runner/manipulation/Filter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf][0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0|[0x3][0x0]org/junit/runner/manipulation/Filterable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];}[0x3][0x0]org/junit/runner/manipulation/NoTestsRemainException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]~[0x3][0x0]org/junit/runner/manipulation/Sortable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x3][0x0]org/junit/runner/manipulation/Sorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0x81][0x3][0x0]org/junit/runner/manipulation/Sorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x84][0x3][0x0]org/junit/runner/notification/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x85][0x3][0x0]org/junit/runner/notification/Failure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0x88][0x3][0x0]org/junit/runner/notification/RunListener$ThreadSafe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xa5]2[-[0xf9][0x1][0x0][0x0]K[0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x8a][0x3][0x0]org/junit/runner/notification/RunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x92]Fn[0x9a][0xf9][0x1][0x0][0x0][0x87][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x8c][0x3][0x0]org/junit/runner/notification/RunNotifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x8f][0x3][0x0]org/junit/runner/notification/RunNotifier$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x91][0x3][0x0]org/junit/runner/notification/RunNotifier$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x93][0x3][0x0]org/junit/runner/notification/RunNotifier$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EO[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0x96][0x3][0x0]org/junit/runner/notification/RunNotifier$5.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x99][0x3][0x0]org/junit/runner/notification/RunNotifier$6.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0x9b][0x3][0x0]org/junit/runner/notification/RunNotifier$7.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]Em[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x9d][0x3][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa2][0x3][0x0]org/junit/runner/notification/RunNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xa9][0x3][0x0]org/junit/runner/notification/StoppedByUserException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0xaa][0x3][0x0]org/junit/runner/notification/SynchronizedRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xaf][0x3][0x0]org/junit/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EB)[0xd8][0xb]D[0x1][0x0][0x0][0xf][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xaf][0x3][0x0]org/junit/runners/AllTests.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ej&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0xb1][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]l[0xb3][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xc5][0x3][0x0]org/junit/runners/JUnit4.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x81][0x8][0x16][0xa9][0xf1][0x2][0x0][0x0]7[0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xc7][0x3][0x0]org/junit/runners/MethodSorters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0xcd][0xb1]s2[0x1][0x0][0x0][0x16][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0xca][0x3][0x0]org/junit/runners/Parameterized$Parameter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcc][0x3][0x0]org/junit/runners/Parameterized$Parameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xcd][0x3][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xcf][0x3][0x0]org/junit/runners/Parameterized.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f][0xdb][0x3][0x0]org/junit/runners/ParentRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xdd][0x3][0x0]org/junit/runners/ParentRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ewr[0x93]8[0xea][0x1][0x0][0x0]*[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2][0xdf][0x3][0x0]org/junit/runners/ParentRunner$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xe2][0x3][0x0]org/junit/runners/ParentRunner$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0xe4][0x3][0x0]org/junit/runners/ParentRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xf8][0x3][0x0]org/junit/runners/Suite$SuiteClasses.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8][0xf9][0x3][0x0]org/junit/runners/Suite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x4][0x0]org/junit/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ea[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x0][0x4][0x0]org/junit/runners/model/Annotatable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EsJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x1][0x4][0x0]org/junit/runners/model/FrameworkField.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x6][0x4][0x0]org/junit/runners/model/FrameworkMember.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x9][0x4][0x0]org/junit/runners/model/FrameworkMethod$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0x8c][0xb6][0x97]_[0x8][0x0][0x0][0x8f][0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xb][0x4][0x0]org/junit/runners/model/FrameworkMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ei|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x14][0x4][0x0]org/junit/runners/model/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0x17][0x4][0x0]org/junit/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ED[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0x1c][0x4][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7"[0x4][0x0]org/junit/runners/model/RunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EA[0xcf][0xb6][0xa4][0x9e][0x0][0x0][0x0][0xcd][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]([0x4][0x0]org/junit/runners/model/RunnerScheduler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Eu[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1])[0x4][0x0]org/junit/runners/model/Statement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R*[0x4][0x0]org/junit/runners/model/TestClass$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EQ[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L+[0x4][0x0]org/junit/runners/model/TestClass$FieldComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]-[0x4][0x0]org/junit/runners/model/TestClass$MethodComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EpS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]0[0x4][0x0]org/junit/runners/model/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x95][0x90]-[0x8e]`[0x2][0x0][0x0]e[0x4][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2]C[0x4][0x0]org/junit/runners/model/TestTimedOutException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3]E[0x4][0x0]org/junit/runners/parameterized/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]F[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6]Q[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Et[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]S[0x4][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ey}[0x88]-[0xb0][0x4][0x0][0x0]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]YT[0x4][0x0]org/junit/runners/parameterized/TestWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]oY[0x4][0x0]org/junit/validator/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]En[0xa2],[0xce]([0x2][0x0][0x0][0xb5][0x5][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]Y[0x4][0x0]org/junit/validator/AnnotationValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb2]3%][0xdf][0x3][0x0][0x0][0x9b][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6\[0x4][0x0]org/junit/validator/AnnotationValidatorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eor[0xa8][0xa9][0xa9][0x0][0x0][0x0][0xfb][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w`[0x4][0x0]org/junit/validator/AnnotationsValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~a[0x4][0x0]org/junit/validator/AnnotationsValidator$AnnotatableValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EY4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gg[0x4][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Uj[0x4][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]km[0x4][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89]p[0x4][0x0]org/junit/validator/AnnotationsValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{t[0x4][0x0]org/junit/validator/PublicClas" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EV<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{w[0x4][0x0]org/junit/validator/TestClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]x[0x4][0x0]org/junit/validator/ValidateWith.classPK[0x5][0x6][0x0][0x0][0x0][0x0]H[0x1]H[0x1][0xf8]s[0x0][0x0][0xf6]y[0x4][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "e4daa6442c581776076f8a63bf2c9c3c9fa36843" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] Stopped o.e.j.m.p.MavenWebAppContext@62691991{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-3 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-3 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-3/target/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-3/3.0.99-SNAPSHOT/servlet-3-init-3-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-3 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-4 >------- [INFO] Building jersey-tests-integration-servlet-3-init-4 3.0.99-SNAPSHOT [245/370] [INFO] from tests/integration/servlet-3-init-4/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-4 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-4 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-4 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-4 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-4 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-4 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-4 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-4 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-4 --- [INFO] Reserved port 32945 for jersey.config.test.container.port [INFO] Reserved port 33367 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-4 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-4] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT.war [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45438<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 48078[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x93]Qo[0xda]0[0x10][0xc7][0xdf][0x91][0xf8][0xe][0x16]O[0x9b]4;[0xe][0xa1][0x14]R[0xf5][0x81][0xb6]h[0x2]A[0x89][0x6][0xab][0xf6]6[0x1d][0x89][0x1][0xf][0xc7][0xb6]lC[0xe0][0xdb][0xcf][0x9][0x90]B[0xbb][0x87][0xbd][0xde][0xdd][0xef][0xfe][0xe7][0xff][0x9d][0xa7] [0xf9][0x8a]Y[0x87][0xdf][0x98][0xb1]\[0xc9][0x18][0x85][0x84]6[0x1b][0x3]y[0x15][0x19]hH7[0xc][0xf9][0x98]O[0xf6]H[0xd8]l<[0xc9][0xc]O[0xc0][0xba][0xa9][0xca][0xf8][0x8a][0xb3][0xcc]S[0xd1]][0xb7][0x1b][0xb5]{4[0xec][0xd1][0x9e]/[0xd8]q[0x91][0xe1]q[0xb6]-[0xfb][0xdd][0x13][0xfa];[0xa4][0xa7][0xa0][0xc3]O[0xc7][0x18]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "&D[0xe]R^[0x82]/[0xe0]X[0x8c][0xda]4lcz[0x8f]i[0x1f][0x85][0xfd][0xb8][0xd3][0x8f][0xa3]NY 3[0xc1][0xf0][0xb][0xb3][0xa9][0xe1][0xda]U[0x13]-6[0xdc][0xa2][0xd9][0xfc];G[0xcb]*[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0xda][0xa2][\r][0xe4][0xa9])[0x1f][0x93]*[0xc3]pH"[0xf2][0x8e][0xab][0xf4][0xe7][0x8f][0x89]WvN[0xc7]A[0xe0][0x18][0xe4]Di[0xdb][0xf9]C[0x94]Y[0x7][0x5][0xdf][0xf2] [0xe3]V[0xb]8[0x6][0xc9][0xe0][0xd7]b[0x94][0x8c]jt[0xc2]S&-[0xab][0xd9][0xa2]([0x8]T[0x96]T[0xac]8[0xa5]m0[0x19]=[0xf]_[0xe7]C[0xdc]&[0xb4]f[0xa7]g{k/[0xdb]u[0xea][0x15]r[0xdf]s[0x96][0xcc];c[0x94][0xc0][0x1]-[0xb8][0xe6][0x8][0xdf][0xbe][0xa1].[0x9e][0x1f][0xf3][0xa5][0xf2]J'[0xc8][0xcb][0x9e][0x87][0xd7]p [0xce][0x83][0xe4][0x82][0x91][0x1b][0xec][0x8d][0xc9]L[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F3[0xcd][0xa4][0x17]3[0x8e][0xa7]\C[0xe9]%[0x9a][0xab][0x95]+[0xc0]0[0xb4]R[0x6][0x8d]a[0xf]Wp}[0x11][0x11][0xa1][0xe5][0xda][0x9f][\r][0xf3]{[0xca][0xaa][0x15][0x9e][0x8f]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{[0xdf][0xf2]D[0xa0]D[0xec][0xd6][0xdc][0xef]tx[0xd0][0xca]8[0x9c]@[0xba][0x85][0xf5]y[0xde]z@.[0x1d]3[0x12][0xc4][0xc3][0xce][0x9b][0x16]?[0xb6][0xae][0x93][0xad][0x87][0xfd]I[0xf4][0xb1][0xe5]E[[0xcd][0x6][0xfa]v[0xc3][0x96][0x8f][0xfb][0xf][0xee][0x6][0xaa][0xea]}[0xa7][0xf]H=[0xc7]g[0x85]OS[0x8c]r-X[0xce][0xa4][0xab],[0xc3][0xb][0xee]Dy[0xe][0xb7][0x9b][0xfa]Pt[0xb1][0xbe][0xee][0xec]e[0xfe]Q[0xf4]nq[0xb3]13[0xdc][0xdb][0x7]B[0x1c][0xf1][0xb5][0xd3]![0xe9][0xfa][0xf][0x14]ExI#[0xf4]e[0xbe][0x93]h[0xca]S[0xa3][0xec][0xd1]:[0x96][4[0x92])[0xf9][0xda]l,[0x94][0x12]1*?fH[0xee]hy[0x82][0x1]PK[0x7][0x8]F[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]LICENSE.txt[0x8d]TM[0x8f][0xe2]8[0x10][0xbd]G[0xca]([0xcd]iZ[0xca][0xb2][0xad]9[0xcc]a[0xf7]d[0x12]C,[0x85][0x84][0xb5][0x9d]f8[0xa6][0x13][0xd3]m[0x89][0xc4][0xad]$4[0xea][0xbf][0xcf][0x6]4l[0x8f]V[0x9a][0xb][0x18][0x97][0xeb]}U[0x89][0xa5][0xca][0xa8][0xb0][0xad][0x19]&[0x13]Gq[0x94][0xba][0xb7][0x8f][0xd1][0xbe][0xbc][0xce][0xf4][0xb5]}[0xa0]o[0x8f][0x8f][0x8f][0xe0][0xe3]{B[0xe7][0xf3]y[0xf1][0xda][0xf4][0xed]h[0xa6]y[0xe1][0xc6][0x97]8b[0xc7]#[0x85][0xa7][0x13][0xe1][0xd2][0x8c][0xef][0xa6][x[0x8]i:;[0xcd][0xa3]}>[0xcd][0xd6][\r][0xd4][0xc][0x1d][0x9d]&Cv[0xa0][0xc9][0x9d][0xc6][0xd6][0x84][0x9b]g;4[0xe3][0x7][0x1d][0xdc][0xd8]O[0x0][0xb7][0xf3]+[0xb9]1|[0xbb][0xd3][0x1c]G[0xbd][0xeb][0xec][0xc1][0xb6][0x8d]GH[0xa8][0x19][\r][0xbd][0x99][0xb1][0xb7][0xf3]l:z[0x1b][0xdd][0xbb][0xed]p[0x98]_[0x9b][0x19][0x1f][0x6]([0xc7][0xa3];[0xdb][0xe1][0x85]Z7t[0xd6]7M[0xa1][0xa9]7[0xf3]_[0xbf]J[0x9a][0xc8][0x1d]nZZ[0xd7][0xe1][0xd9]i[0x9a][0xe1]an[0xa0][0xd1][0xe3]5[0xcf][0xee][0xdd][0x97]nQ[0xc]nFB[0x9]jv[0xa2]#[0x90][0x0][0x10]G[0xf7]\C[0xf7]I[0x8][0xf8][0xda]cc{3.[0xe8]3;X[0xee][0xec][0xdf][0xd8]a[0xab];[0xb5][0x18][0xc2][0xef]*[0xa0][0xdf][0x14][0x0][0xbe][0xb]h[0xe7][0xda]So[0x86][0xb9][0xb9][0xcd][0xe5]OD[0xee]P[0x19][0xa9]of3[0xda][0xe6]8[0xfd]L7[0xcc]$[0xb4][0xdd][0x89][0xf][0x3].[0x8d][\r]M[0xbe]84[0xbd][0xf1]Z[0xf2][0xeb]j@[0xe9][0xcf]B[0x8][0xda]b?[0xa0][0xf4][0x2][0xe1][0xc6][0x9]\[0x1f][0xf4]l[0xfc]N@[0xb3]#3t[0xb8][0x85]o4[0x82][0xbc]w[0xb3][0xa1]K[0x16]h[0xec][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{E[0x7][0x14].[0xe6]'w[0x98][0xcf]~[0xb6][0xd7]][0xa1][0xe9][0xcd][0xb4]~W[0xd0]d[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8d]~K[0xe0]8,[0xcc]4[0xdd]D[0xeb]\(R[0xd5]J[0xef][0x98][0xe4][0x84][0xf3]VVO"[0xe3][0x19]-[0xf7][0xa4]sNi[0xb5][0xdd]K[0xb1][0xce]5[0xe5]U[0x91]q[0xa9][0x88][0x95][0x19]nK-[0xc5][0xb2][0xd6][0x15].[0xbe]0[0x85][0xce]/[0xa1][0xc0][0xca]}[0x1c][0xf1][0x1f][[0xc9][0x95][0xa2]J[0x92][0xd8]l[0xb][0x1]4[0xc0]KVj[0xc1]UB[0xa2]L[0x8b]:[0x13][0xe5]:! PYi*[0xc4]Fh<[0xd3]U[0x12]Xm[0x8b][0xa3]jE[0x1b].[0xd3][0x1c][0xbf][0xd9]R[0x14]B[0xef][0x3][0xe3]J[0xe8][0xd2][0x93][0xad][0xc0][0xc6]h[0xcb][0xa4][0x16]i]0I[0xdb]Zn+[0xc5][0xc9][0x1b][0xcb][0x84]J[0xb]&6<[[0x80][0x1e][0x94][0xc4][0x9f]x[0xa9][0xe3]H[0xe5][0xac](>[0x19][0xad]v%[0x97]^[0xfc]\.9T[0xb2]e[0xc1]/L[0xe5][0x1e][0xa0][0x92][0xa7][0xda][0xfb][0xb9][0x9e][0xe2][0x8][0xd6][0x10][0x1e][0x4][0x16][0x9][0xa9]-O[0x85]?[0xf0][0x1f][0x1c]v[0x98][0xdc]'WP[0xc5][0xff][0xa9][0xf1][0x8]E[0xca][0xd8][0x86][0xad][0xb9][0xa2][0xaf][0xff][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0x84]T0[0x97][0xb4][0x96]|[0x83]>B[0x12][0xaa]^*-t[0xad]9[0xad][0xab]*[0xb]Y+.[0x9f]D[0xca][0xd5][0xdf]TT>[0xfd][0x15][0xd5][0x8a]'[0xa0][0xd0],0[0x3][0x2]a[0xa1]\[0xc9]8Z[0xd6]J[0x84][0xdc]D[0xa9][0xb9][0x94][0xf5]V[0x8b][0xaa]|[0xc0][0x90]wH[0x6]*[0x19]z[0xb3][0x10]pU[0x6][0xb7][0xc8][0xa8][0x92]{[0x8f][0xea]c[0x8][0xf9]'[0xb4][0xcb]9[0xee]1[0xe6][0x12][0xff][0x91]>-[0xe6][0x3]QH-[0xd5][0xf7][0xef][0xc0][0x8e][0x10][0xf5][0x9d]M*[0xf9][0xba][0x10]k^[0xa6][0xdc]W+[0xf][0xb3][0x13][0x8a]?`^B[0xf9][0x7][0xa2][0xbc]l[0xd3][0x8e][0x81][0xb5][0xe][0xae][0xfd][0x9c][0xa0][0xeb]r[0xbc][[0xdc]$[0x8c][0x93][0xc4][0x8a]X[0xf6]$[0xbc][0xf0][0xeb]c,[0x80][0x12][0xd7]e[0x9][0xa9][0xa5]y[0x1c]]2[0xc7][0xfa][0xff][0xb]PK[0x7][0x8]s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesm[0xcc][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10][0x0][0xd0]=_q[0xd0][0xfd]hbQ,tR[0x11][0xf7][0xfe][0xc0]5[0xb9][0xb6][0x91][0x9a][0x84]K"[0xf5][0xef][0xc5][0xdd][0xf9][0xc1]k[0xee][0x1c]X[0xa8][0xb0][0x83][0xe9][0x3]Q[0x16][0xa4]Dve[0x9c]y[0xf3];N5[0xb8][0x8d][0xd3]V[0x17][0x1f]T3[0xae][0x15][0xae]l[0xc1][0x9c]@[0x9f]{s[0xec];[\r][0x97][0xdb][0x8][0xa6][0xd5]F[0xbd]Y[0xb2][0x8f]a[0xd0]x[0xc0][0x16][0xb5]Z$[0xd6][0xf4]p[0xc3][0xef][0x8c])wOL[0xb4]c[0xf1][0xc9]+[0x92][0xe2]g[0xb2][0xe5][0xaf][0xe2]J/+[0x9c][0xb][0xda]([0xac][0xbe]PK[0x7][0x8]5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xml[0xbd]V]o[0xd3]0[0x14]}[0xef][0xaf]0[0x15]O[0x88][0xd8]-[0xdb][0x3]*Y[0x86][0x84][0x4][0x2]mZ[0xc5]6[0xc4][0xab][0x97][0xdc][0xa5][0x1e][0x89][0x1d][0xd9]N[0xdb][0x9][0xf5][0xbf]sc'[0x8d][0xdb][0xa6]L[0x3]i[0x91]"5[0xd7][0xe7][0x9e]{r[0xbf][0xd2][0xf8]|][0x16]d[0x9][0xda][0x8]%[0xcf][0xc6]S:[0x19][0x13][0x90][0xa9][0xca][0x84][0xcc][0xcf][0xc6][0xb7]7[0x9f][0xa3][0xf7][0xe3][0xf3]d[0x14]WZ=@j[0x9][0xa2][0xa5]9[0x1b]/[0xac][0xad]f[0x8c][0x95]|[0x9][0x92][0xf2][0x8a][0xa7][0xb][0xa0]J[0xe7]l~u[0xc9]N[0xe9][0xa4]aq[0xc8][0xd9][0xda][0x88]-z[0xb5]Z[0xd1][0xd5][0x89][0xc3][0xbd][0x9b]L[0xa6][0xec][0xe7][0xe5][0xc5]5:[0x96]<[0x12][0xd2]X.S@/#f[0xc6][0x19]/T[0xca][0xad][0x13][0xf5]d0r[0xc][0xb1]6[0x99]7F[0xe]G[0xf1]y[0x9c][0x8c]F[0x4][0xaf][0xb8]T[0x19][0x14]?[0xfc][0x8b]'[0xee]8f;[0xb6][0x16]Wq[\r][0xd2]&[0xee][0xc1][0x19]r[0xad][0xea][0xea]k[0x96]`[0x0][0xaa]*s[0xfa]@+[0xbe][0xa6]VT"f[0xdd]Y[0x8f][0xe6][0xda][0x8a]{[0x9e]Z46[0x90][0xa8][0xe4][0xc6][0x82][0x8e]Y`[0xef][0xc1]m[0x1d][0x92][0xa9][0x97][0xd3]=[0xf6][0x0][\r][0x5]&e[0x9]sn[0x17][0x9][0xa5]l[0x87]r[0xe7][0xd0][0x8b]g[0x9d][0xfa][0xd1][0xbe][0x98]C[0xf5]t[0xc1][0xcb]T[0x83][0xb1]4U[0x1a][0xe][0x15][0x6][0xea]NP[0xdf]tO[0x1f]&*[0xfd][0xc5]s[0xec][0x9b][0xe4][0xae][0x96]Y[0x1]M[0xf0][0xce][0xe2][0x11][0x92][0x97][0x90]\[0xcd][0xaf]O[0xbf][0x91]9_[0x93][0x1b][0xc]J"[0xf2][0xfa][0xb7][0x8b][0xae][0xb4][0xc8]i[0x1f]s[0x13]3[0x7][0xf7][0x9e][0x19][0x98]T[0x8b][0xaa][0xe9][0x87][0xe4]f![0xc][0xb9][0xba][0xfe]"[0x88][0x8f]CV[0x9a]W[0xe6][0x18]M[0x14][0xda][[0xc1][0x1b][0x1a][0xb3][0x90][0xb1][0xcd][0xce][0xab]("[0xdb]T[0x13][0x17][0xc6]`[0xcf]#[0x82][0x94][0xfc][0x11]CI4d[0x18][0x94]K[0xfb][0x16][0xa3]["[0xee][0xc9][0xa3][0xaa][0x9]v[\r]X [0x2][0xad][0xbe][0xdd][0xb0][0x14][0xc0][\r]DUQ[0xe3][0xfb][0x93][0x95]([0x8a][0x9e]9UeU#[0x9c]K"p[0xd4][0xb4]n[0x6][0xeb][0xf6][0xfb][0x5][0xf5][0x90](j_[0xda][0xa4]eP[0xfa]TI[0xe9][0xd5]$x0[0xcb][0x85]m[0xee][0x8f]x/[0xea];,Y9s[0xe5]d[0x3][0x85]EL[0xcc][0x2][0xff][0x9e]4[0x83]%[0x14][0xaa][0x2][0xfd][0xe9]?[0xd9][0x87][0x88][0xfa]0[0xb5].[0x92]g[0xd1]5[0xe][0xbd][0xbb][0xe5][0xf9][0x93][0xfd][0x1a]m[0xbb][0xb2]A[0xb7][0xdd][0xef]2[0xd8]v[0xa7]n[0xd4]Y[0x1]&$[0xde]vF8[0xd4][0x1d]o[0xcc][0xe][0xcf][0x87]|[0x83]A[0xe9]\#?B[0x83][0x98]![0x8a]`[0xb4]B[0xaf][0xc3][0x5][0xe0][0xcf]L.([0xac]+[0xa5][0x83][0xbd][0xd4]\[0xa1]z[0xfa][0xe6]C[0xb7][0xd6][0x91][0xb5]g`[0xc3][0x14]8[0xad]A[0x86][0xba][0xa9][0xab]@f[0xf8]9[0xd8][0xcd][0xda][0xd6][0xfc][0xb8][0x1b]}[0xbb][0x19][0xc3][0x91]km[0x9b][0x81][0xdd][0xb8][0xbf][0x92][0x8e].[0x82][0xa1][0xe4]9[0xe7].?C3>[0xb0]>[0x9d][0x8f]r3[0xcf][0x8b][0xc4][0xea][0x1a]K[0xb4]}[0xc]2[0xb4][0xff][0x82][0x81]%[0xc8][0xce]]-[0x8a][0xb0][0x9a]~[0xd6][0xcd]^8o[0xdd]5[0xee]$[0xab][0xa9]Y[0xfb][0xc9][0xf2][0xdf][0xaf][0x96][0xe7]H[0xc2][0xf6][0x93][0xe6][0xf7]M[0xaf][0xb8]]9I[0x1a][0x1b][0x92][0xf4]B:[0x8d][0xaa]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xa1][0xf1][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb1]~[0x96]6[0xff]5[0xf9][0x7]m[0x9d][0xc5]t[0xdd][0xd2]v[0xc6][0xc8][0xcd]T[0xf3][0xb7])[0x19][0xfd][0x1]PK[0x7][0x8][0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]org/hamcrest/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/BaseDescription.class[0xb5]X[0xfb][[0x1c][0xd5][0x19]~[0x7][0x16]fX[0x6][0x16][0x96]$[0x84]Kn[0xc4][0x90]e6[0x80]hL[0xd1] [0x86][0xa0][0xd1]XLlARBR3,[0x3]l[0xba][0xec][0xe2][0xee]l[0x84]j[0xb5][0xb1]F[0xad][0xa9][0x97]^[0xd4][0xa2][0xb5][0x17]{[0xa1][0xad][0xbd]D[[0x97][0xc4][0xa8][0xf5][0xd2]Vkm[0xfb]<}[0xf2]S[0xff][0x86][0xfe][\r][0xb5][0xef]93[0xc];[0xb0][0xd9][0xa8]O[0xf2][0x3][0xe7][0x9c][0xf9][0xce]wy[0xbf][0xef]|[0xe7][0xfb][0xce][0xf2][0xe1][0xff]^[0xb]@[0x17][0xfe][0x15][0xc4]u[0xc8][0x4][0xb1][0x13]v%v [0xab][0xe1][0x84][0x8a]{[0xc5][0xf7][0xac][0x8a]915[0x8][0x15][0xf7][0x89][0xd5][0xfd]*[0xbe]&[0xe6][0x7]4<[0xa8][0xe2][0xeb][0x1a]N[0xaa]xH[0xc3]7[0x84][0x8a][0x87][0x83]8[0x85]G4<[0xaa][0xe1]1[\r][0xdf]T[0xf1]x[0x10][0xf5]8-[0xd8][0xbf][0x15]D[0x19][0x9e]P[0xf1][0xa4][0x8a][0xa7][0x82]h[0x16][0xd6]N[0xe1]i[0xb1][0xfa][0xb6][0x86][0xef][0x8][0xe1][0xef][0x6][0xf1]=<#([0xcf][0x6][0xf1][0x1c][0xbe]/[0xa4][0xe6]+[0xf1]<^P[0xf1][0x83] [0xb6][0xe3]EA[0xf9]a%~[0x84][0x1f][0x8b][0xe1]'*^[0x12][0x94][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]?[0x13][0xc3][0xcf]5[0xfc]B[0xc3][0x82][0x86]_j[0xf8][0x95][0x8a]_[0xab]xY[0xc5]o[0x14][0x94][0xf7][0xc4][0x93]q[0xbb]WAi[0xa4]mXA[0xa0]?5n)[0x8][\r][0xc4][0x93][0xd6][0x81][0xec][0xf4][0x98][0x95][0x1e]2[0xc7][0x12][0xa4][0x84][0x7]R131l[0xa6][0xe3][0xe2][0xdb]%[0x6][0xec][0xa9]xF[0xc1][0xc6][0x81]Tz[0xb2]s[0xca][0x9c][0x8e][0xa5][0xad][0x8c][0xdd][0xb9][0xd7][0xcc]X7[[0x99]X:>c[0xc7]S[0xc9][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x82][0xe6][0xcc][0x8c][0x95][0x1c][0x1f][0xb2]fm[0x5][0x1d][0x91][0x81][0xe3][0xe6][0x9][0xb3]3a&';[0x7][0xed]t<9[0xb9][0xbb][0xcd][0xaf][0xc1]/[0x1d][0xb0][0xa5]\x[0xb5][0x98][0x82]:Gs[0x9e][0xc0][0xc1][0x9][0x5][0xd7]G[0xfc][0xfa][0x6][0xad][0xc4][0x84][0xc3]2vIke'[0xcc]D[0x96][0xbe]m([0xaa]BA[0xa5]cy[0xd8][0xe1][0xf6]9up[0xec][0xb8][0x15][0xb3][0x8b][0x9b][0x9][0xaf][0xe6]WP5[0xee][0xf7][0xa3][0xb5][0xa0][0xd6][0x2]aP[0x8]am[0xde][0xc6]-[0xb3]1k[0xc9]R([0xf][0xe8]@<[0xc3]HZ[0x5]N[0xe0][0x93]PF?[0xa5][0x8f]e[0x19][0xdb]L[0xd3]^E[0xc6][0x9a]1[0xd3][0xa6][0x9d]J3[0xcd][0x8][0x85]Y'[0x83][0xcc][0xd4][0xa9]+[0xa0]S[0xc1]:[0xb2][0xcd][0xcd]x[0x9]7:4[0xc4][0xfd][0x8a][0xc1][0xf8]d[0xd2][0xb4][0xb3]i[0x92][0x12]=C7[0xac][0xd6][0xd1][0xfb]Y][0xa4][0xfe][0xa2]>M|F[0xc5]y[0x94][0xfd][0xb6][0x95][0x16][0xee][0x14]7[0xb4][0xa6][0x90][0x84][0x82][0x86][0x2][0xe4][0x1e][0x82][0xee][0xe5][0xde][0xc9][0xcb][0x1a][0x8a][0x8b][0x1a][0xba][0x82][0xf1][0xc9][0xda][0xf1][0x84]c[0x8d][0xc9][0xf2][0x89][0xe2][0xe3][0x97][0xf0][0xe2][0xe3]#_[0xc9][0xf8][0x14]0T[0x14][0xb6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9d][0x8b][0xb8][0xb3]P[0x8c][0xa3]E[0xb][0x8f][0xf0][0xe3][0x91][0xcb]x[0xa2][0x97][0xb2]V[0xd4][0x19]%[0xae]@s/7[0xaf][0xa2]r[0xd8]s[0xc9][0x1f][0x96]+[0xed][0xd2][0xa7][0xb3]V[0xd4][0xa5]r[0xe7]|XN[0xb][0xb5])vHe?[0x8b]X[0xc6]f)[0xb]D[0xfa][0x5]A[0xb7]S[0xb7][0x93]qp.i[0x9b][0xb3][0xec][0xb][0xd9][0xe4]D*=m[0xda][0xb6]E-%[0xb1])[0x8a][0xf4][0xf3][0xdc][0x7]S[0xd9]t[0xcc][0xda][0x17][0x17]el[0xcd][0x8a][0x16][0xd9]!,[0xe9][0xf8][0x1c][0xba]uL![0xae][0xe3][0xb7][0xf8][0x1d][0xf5]'[0xb3][0x89][0x84][0x82][0x9a][0x95]0tL[0x83][0x81][0xaf][[0xa6][0xf7]O[0xf1][0x4]b[0xf4]_[0x88]'t[0xfc][0x1e]g[0x4][0x13][0x85]Cy[0xc2]S[0xa9][0xb4][0xad]c?n'[0xac][0xc];~[0xf5][0xf2][0xde]@*9I[0xea]@[0xaf]Ob_"e2KK[0xf6][0xf5][0xea]x[0x5][0xaf][0xaa][0xf8][0x83][0x8e]?[0xe2]5:4J[0xea][0x8e][0xcd]\[0x1c]U[0xb0][0xd5][0x17][0xcd]x[0x92]0[0x92]f[0xa2][0xb3]/[0x9d]6[0xe7][0x96][0xce]D[0xf8][0x96][0xd3]q[0x7][0x8e][0xe8]X[0x14][0x0][0xf2][0xc0]{[0xbd]JA[0xfd]JW[0xf7]f[0xe3][0x89]q[0xe1][0xd6]Y[0x9c][0x13][0xbe][0xbd]N[0x93]{t[0x9c][0xc7][0x1b]*[0xde][0xd4][0xf1][0x16][0xfe][0xa4][0xe3]m[0x9c]S[0xf1][0x8e][0x8e]w[0xf1][0x9e][0xb0][0xf0]%[0x15][0xd6][0xf1][0x17][0xfc]UAWad[0xfe][0x84][0x90]}1[0x1f][0xe7][0xfb]:[0x8e][0xe1][0x88][0x8a][0xf]t[0xfc][\r][0xaf][0xe9][0xf8][0x10]W[0xd0]T$[0xa5]t[0xec]E[0xbf][0x8e][0x8f][0xf0][0x86][0x8e][0xe0][0x9f][0xc][0xcd][0x91][0x16]1$[0xc5][0x90][0x16][0x3][0x83][0xd8]\[0xec][0x89][0xe4];d[0xa7],)X[0xb1],e29[0xef][0x84]1k([0xc5][0x87]J[0xe4][0xe2][0xf9],[0xf2][0xb3]"[0xc6][0xec]p[0x9f])|[0xe4]1[0x17][0xb5]I[0xcb][0xee]O[0x98][0x19][0xd1]#[0xf9][0xef][0x9]I[0xdc][0xed][0xcb][0x1][0x97]O[0x8d]g[0xe4][0x81]J[0x15][0x87]W[0xdc][0x8e][0xa5][0xb7][0x0][0x8d][0xa9][0xb2][0xb1][0x8b][0xb7][0x8b]J#[0x7][0xcc]i[0x91][0xed][0x91][0x82]o[0x96][0xf6][0x82][0xef][0xc0][0x8b]d[0x0][0xf9][0xb5])33[0xe5]g"m[0x85][0x9b]U}[0xa4]`[0xdb][0x1b]^R[0xe9][0xa3]3[0xa4][0x8c][0xc0][0x1][0xf9][0x16][0xe]$[0xe5][0xe4][0x8f][0xac][0xf7]|*OX[0xc9]I[0x9b][0x85][0xa7]\[0x1c]}[0x9f][0xe0]g [0xfa][0x3][[0xf8][0x8b][0xe0]:([0xd8][0xc5][0x1f]6[0xd5][0x9c]Yo8^[0xcf][0xaf]N[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe7]2c[0x11][0xca]+\[0x94][0xe0][0x6][0x8e][0xe5][0x92]X[0x8d][0xdd][0x1c]u[0x87][0x1]=[0xb8][0x91][0xb3][0x82]^[0xdc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdf]D[0xee][0x12][0xce][0xaa][0x11][0xcd][0xa1][0xc4]8[0xe3][0x89][0x7]%9L[0xa1]:[0xa9]b[0x9d][0xc3][0xe6][0xaa][0x10][0xab]=[0xe8][0x93][0x96]y[0x81]\e}[0xae][0xb2][0x8a][0xa8]q[0xe][0xa5]%X[0xa5]n=[0xc5][0x1a][0xf2][0xd4]Ux[0xea]*p3n[0x91][0xea][0xf6][0xe1]VG[0x9d][0x92] [0xb7][0xe0][0xba][0x10]}[0x1f][0xba][0x11][0xe][0x10][0xe0][0x2]>[0x88][0xbe][0x83][0xb2]yT[0x1b][0xd1][0xb7]Q[0xb6][0x88][0xf2][0x5][0xe4]HQ[0xe7][0xb1][0xc1][0xa8]i[0xc9]A[0x13]t5[0x87][0x8a]E[0x4][0x1d][0xc2][0x2][0x9e]!C[0xe5]<[0x9a][0x8c][0x9a][0x1e][0xc1]`D[0x17][0xa1][0xb]g[0xc3]UR[0xe3][0x9]nW[0x17][0xda][0xe][0xc9][0xed]C[0xdc][0xae])[0xb4]]+[0xb7][0xbb][0x19][0xb7]p[0xe]u[0xf3]h0[0xc2]k[0xc2]k[0xc3][0xeb][0xce][0xa3]~[0x84]L[0xeb][0x17][0xd1]ph[0x1][0xeb]W[0xca][0xd5][0xf4][0x8a][0xcf][0xe5][0xc8][0x1c]G#[0xc7][0x8d][0x8]`[0x13][0xaa][0xb0][0x19]k[0xb0][0x85][0xab][0x16][0xb4]b+[0xb2]^[0xc5][0x83][0xde][0xc6]P[0xb7]2*[0xdb]Y!#[0x18]F[0x1b][0xee][0x86][0x81][0x9]D[0x91][0x10]?j[0xd1][0x8e][0x7][0xd0][0xc1]_[0x9d][0x9d]8[0x8d][0xab][0xf9][[0xb3][0xb]/[0xe2][0x1a],[0xe0]Z[0xbc][0xc9][0x94]y[0x8f])[0xf3][0x11][0xb5][0xfc][0x9b]1][0x8e][0xfc][0x5]/[0xf2][0x17][0x18][0xf9][0xdb][0x18][0xf1][0x12][0xd1]][0xdc][0x83][0x9c][0xe5]W)g#z[0x16][0x8d]g[0xee]8[0x8f][0xe6][0x91]Elp<[0xdd][0x98][0xc3][0xa6][0xf0]f[0xe][0xfc][0xdc]r[0x16][0xc][0xf1][0xa6][0x1c][0xb6][0x9e][0x91][0x19][0x16]`[0xba]4[0xb9]~UK[\r][0xbd][0xa4][0xec]a.[0xf6]I[0xdb][0x9b]I+[0xa7]O[0x9f][0xc7][0x80]Dax([0xc][0x17][0xc5]I[0xfa]x[0x80]{[0x2][0xc5]=[0x94]-[0xe3]\eDw[0xb4]7[0x4][0xce][0xe2][0xaa][0x1c][0xb6][0x89][0xc0][0x95][0xe6]%[0xf8][0xad]R[0xf1]N[0x87][0xd1]SW[0x85][0x83]2;[0xc5][0xea]N[0x99][0x97]b[0xf5][0x5][0xae]J[0xe5][0xea][0x8b][0x18]$[0xd8]![0xef]j[0x8][0xca]][0xa4][0xc][0xcb]c9D[0x1a][0x9b][0x91][0xb]#[0xe3][0xc2][0x8]90[0xce][0xa1]Ua[0x1f]lX[0x9]d [0xf]H[0xc8][0x3][0x12][0xf2][0x80][0x84]< ![0xf]H[0x88]fG|@[0x4][0xe5][0xb0][0x7]d[0x94][0xec][0xbb].[0x90],[0xef][0x83][0xd0]^+[0x80][0x9c][0xc7][0xf6][0x91][0x86][0xc0]""[0x8b]h[[0x9][0xe5][0xce]<([0xb5][0x1e][0x94]Z[0xf]J[0xad][0x7][0xa5][0xd6][0x83]RK[0xc3]G}P[0x4][0xe5][0xcb][0x1e][0x94][0xbb]I;v[0x89][0x98][0xac][0x2]r[0xd7]e[0x8b][0x89][0xe9][0x1][0x19][0xe3][0xdf]1/&[0xef]r.[0xe7][0xdc]][0xba][0xab]L[0x96]0[0x1][0xc6]P0[0x8f][0x96][0xb5],[0x13][0x9a][0xb1]C[0xdc]9A[0x8c]*|m[0xf0][0xab][0xfd]P`W[0xd9][0xc2][0xc7][0xff]1[0xda][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9e][0x83][0xb8][0x5][0x1a][0xc7][0x11]~[0x8d]ru[0x84][0xa5][0xef]([0x9a][0x19][0x80](][0xef][0xa2][0xfd]][0x88]Ioz[0x1d]{[0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x94][0x12]a-[0xe5]M[0x1c][0x87][0xc5]H,[0xfb]%[0xf6]&<[0xbf]&[0xb9][0xe2][0xfb][0xd1][0xbd][0x81][0xe3][0x94][0x10][0xf2][0x8d][0xa5]76[0xd3][0xad][0x8e][0x97][0x10]6[0xa2][0xcd]9t[0xb2]x<\[0xa2],|[0xfc][0xdf][0xe5]J[0x1f][0xa6]$X[0xb][0x82]|6[0xd6]qn@[0xca][0xbb]m%[0xa8][0xa7][0x95][0xe3][0x12]U[0xa3][0x87][0xb9][0x11]_[0x11][0x98][0x3][0xc2]bB[0xea][0x99][0xf6],[0xcf][0xba][0x96][[0x9d][0xf2][0xb9][0xd2]>[0xeb][0xaa]c[0xdf][0xd9]^F[0xd1]([0xe3]r/[0xc7]Y[0xd4]`[0x8e](fY[0xc7][0xee]c[0xf5][0xba][0xdf]C[0xa3][0xe5][0xa1]i[0xf5][0xd0][0xb4]")#(P$\[0x14][0xaf][0xba][0xad]d[0xb8][0xe9]e[0xc9]sPV[0x17][0xd1]'[0xc0][0xe]![0xfa][0x89][0xc8]+qq![0xb5][0xb4][0xf0]/j[0x84][0xaf][0x96]5y[0xab][0x11][0xee][0x92][0x8b]F#|[0x8d]\[0xd4][0x1a][0xe1]k[0xe5]B3[0x9a]|[0xa8];P[0xc9][0xf1]A[0xd6][0xd1][0x93][0xac][0x99][0xf][0x89][0xff][0xf5][0x11][0xed])[0x9e][0xf2][0xa3][0xac]H[0x8f][0xb1][0xbc]<[0xce][0x1b]x[0x9a]'[0xfb][0x4][0xb3][0xf9][0xa9][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << ":[0xec][0xe1][0x1f]f[0xbc]gd[0xef][0xba]G[0xea]M[0xff][0x1f]PK[0x7][0x8][0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/BaseMatcher.class[0x8d]S]s[0xd2]@[0x14]=[0xb][0xb4][0xb4][0x1][0x85][0xd2]Zi[0xad][0xfd][0xf0][0x13][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "V[0xc7][0x17][0xc1][0xce][0xd4]v|[0xa2]uF[0x18]|[0xcc],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb]![0x9][0x93],~[0xfc]+}[0xd2][0xfa][0xe0][0xf][0xf0]G9[0xde]|8[0x4]b[0xab][0xcc]p[0xef]f[0xf7][0x9e]s[0xcf][0x9e][0x9b][0xfc][0xfc][0xf5][0xfd][0x7][0x80][0x3]<[0xd5][0x90][0xc5][0x9d][0x5][0xdc][0xcd][0xe1][0x1e][0xee][0xfb][0xe1][0x81][0x86][0x87][0xa8]dQ[0xcd]b7[0x8b]=[0x86][0xf9][0xa6][0xb4][0xa5]:dHW[0xaa]][0x86][0xcc][0xb1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86]BK[0xda][0xe2]ll[0xf5][0x84][0xdb][0xe1][0xbd]![0xed][0x94]Z[0x8e][0xc1][0x87]][0xee]J[0xff]9[0xda][0xcc][0xa8][0x81][0xf4][0x18][0xd6][[0x8e][0xdb][0xaf][0xf][0xb8]e[0xb8][0xc2]S[0xf5][0x97][0xdc][0x13][0xa7]\[0x19][0x3][0xe1]6[0x18]V[0xa7][0x81][0x9f]F[0xc0][[0x97][0xa2][0x9a][0x9d]N[0xe3][0x90][0xa0][0xcf]t[0xd3][0xb1][0x95].[0xad][0xd1]PX[0x82]V[0xd1][0xb9][0xae][0xeb][0xd2][0xf6][0x94][0xe0][0xa6].>*a[0x9b]z[0xc][0xac]3h'b[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]+a2[0xac][0xbd][0x19][0xdb]JZ[0xa2]+=I}[0x8f]l[0xdb]Q\I[0xc7][0xf6]|m[0xe7][0xfc]=[0xaf][0xf][0xb9][0xdd][0xaf]O0[0xd4][0xb9]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcf]peO[0x9c]J[0xcf][0xf2]y[0x19][0xea][0x95]X[0xf1][0xeb][0xde][0xb9]0Tc[0xfa][0x6]'[0x1]f[0xe4]s7[0x2]/[0xa5][0x12][0x96][0xef]\[0x2][0xc7][0x90]3'[0xc5][0x9][0x3][0xe3]D[0xc][0xb][0xca]i+W[0xda]}[0x86][0x95]J5F[0x16][0xee]R[0xc5]b[[0xf6]m[0xae][0xc6].[0xb9]z[0xdc][0xec][0xd8][0xd4]p[0x8d]b>,[0xc0]u[0x14]([0x17][0xa7]v[0x96](/[0xa1]D[0x95][0xe9][0x80][0xee][0x5][0xfd][0xfd][0xb3][0x4][0xd5]r[0x8c][0x8a]%[0xa8]XD[0xb5][0xc][0xff][0xb7][0x12][0xa1]n[0x4]'[0xab][0xb8][0x19]i5[0x91]"N[0xc2][0xed][0x97]R[0x17]H[0xa7][0xb0]w[0x81]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o'[0xbd]4[0xaa][0x0][0xd5][0x17]P[0xe][0xfa]m[0x87][0xf5]Q?U[0xc6]Z[0xd0][0xb1][0x88]u[0xdc][0xa2][0xea][0x89][0x86]b[0xa4][0x81][0xd1];v;[0xe1][0xce]7[0xcc]}[0x9e][0xb9][0xd2][0xc6][0xb9][0x93][0xc2]f[0x10][0xb7]H[0x8c][0x9f]w~[0x3]PK[0x7][0x8][0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/Condition$1.classm[0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10]E[0xff]h[0xb5]Z[0x8b]v%.][0xb8]6[0xf4][0xc]E[0xc1][0x85][0xb8][0xf0][0x4]1[\r]mJL [0x89][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xca]?[0xcc][0x1f]>[0xcc][0xfb][0xaf][0xf7][0xe3][0x9][0xa0]D[0x9e]"M[0x91][0x11][0xb2][0xb3][0xbd]9![0xf7]JK[0xc2][0xbc][0xb2][0xa6]VAY[0xb3][0xed][0xf8][0x9d][0x13][0x16];#[0xb4][0xf5][0xca]4G[0x19]Z[[0xa7][0x98][0x11]V[0xd6]5[0xac][0xe5]W[0xe1][0xa4][0xf][0xec][0x87]lJ[0x2][0x8][0xf9][0xc1][0x18][0xe9]*[0xcd][0xbd][0x97][0x9e]P[0xf4]ELs[0xd3][0xb0][0xd3][0xa5][0x93]"[0x10][0x96][0xff][0xf9]b[0x1d][0xe9][0x1][0xbe][0x1a][0xc6]AL[0x9]F[0xf1]&[0x18]G[0x9f][0xc6][0xcd][0xe2][0xf][0xf5][0xa9][0x98]|[0x0]PK[0x7][0x8][0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/Condition$Matched.class[0x95]U[0xdb]R[0xd3]P[0x14]][0xa7])[0xa4][0x94]J[0xb]*"x[0xc1][0xb]X[0xd2]j[0xc1][0xbb][0xb4][0xe2][0x5]EQ[0xc0][0x7]*[0xce][0xe8][0x83][0x13][0xda]L[0x89][0xd3][0xa6][0x9d]48[0xfa][0x1f][0xbe][0xf8][0xf]>[0xe8][0x8c][0x8e][0x83][0xf]~[0x80][0x1f][0xe5][0xb8][0xce]I[0x89][0x14][0x92]:[0xbe][0x9c][0xb3][0xf7][0xd9][0x97][0xb5][0xce][0xde][0xfb]$[0xbf]~[0xff][0xf8][0x9]`[0xe][0xcf][0x92][0x18][0xc0][0x8d]$[0x92][0xb8]9@[0xe9][0x96]\[0xe6][0x7]QDi[0x10][0xb7][0xb1] [0xa5];[0x83][0x98][0xc6]][0x1d][0xf7]t[0xdc][0x17]Hx[[0xd6][0x86]Y[0xdf][0xb6][0x4]FV[0xde][0x98]o[0xcd]B[0xdd]tj[0x85]g[0x9b]o[0xac][0x8a]W[0x14][0x18]X[0xb7]k[0x8e][0xe9]m[0xbb]t[0xd0][0xca]e[0x9e]$[0x1a]v[0xbb]az[0x95]-[0x81][0xf1][0x95][0xa6][+l[0x99][0x8d][0x8a]k[0xb5][0xbd][0xc2][0x3][0xab]]q[0xed][0x96]g7[0x1d][0xfa][0xf5][0x97]l[0xc7][0xf6][0x16][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd9][0x83][0x89][0xa3][0x3]g6[0x4][0xe2][0x8b][0xcd]*[0xf1][0xd2]+[0xb6]c[0xad]m76-[0xb7]ln[0xd6][0x15][0xc5]f[0xc5][0xac]o[0x98][0xae]-[0xf5][0xce]a[0xdc][0xdb][0xb2][0xdb][0x2][0xfa][0xaa]$eU[0x5]R[0xcb][0x8e]c[0xb9][0x8b]u[0xb3][0xdd][0xb6]h[0x98][0xec][0x6][l:U[B[0x9d][0xef][0x4][0x90][0xeb]hw[0xde][0xf7][0xad][0xdd][0xdc]S[0xff][0x88]-[0xb1]$[0xb]L0[0x99][0xa5][0xd0][0xfb]R[0x9]U4[0xdb][0xa9][0x9][0xe4][0xb2][0xdd][0xae]~2[0xb7][0xb8][0xa7]N[0xeb][0x9e]K[0xd7][0xe2][0xcc]K^[0xac][0xe1][0x9b][0x15][0xcd][0xb0]0[0xe9]b[0xb5][0xdb]fm_[0x13];9[0x4]&B[0xe3]v[0xb9][0xcf][0x86][0xb3][0xf1][0xcd][0xe1][0x94]4[0xd3][0xa9][0xea]Xd[0xed][0xd7]=[0xab]%p#[0x1b]U'i/[0xce]DX[0x9][0x1e]w[0xac]w[0x9e][0xc0][0xc9][0x9e][0xf1][0x2][0xd3][0xbd][0xec][0xa5][0x8b][0xa4]Z~[0xae].[0xf3][0xaa][0xf4]|[0xfe][0xe0][0xb8]-[0xf4][0xe4][0xf7]7>[0x8a]hIYu<[0x10][0x80][0xc0][0xf2][\r]t[0x14][0xf2][0x9c][0x9a][0x8a][0xd8][0xbb]Y[0xb9][0xcc][0xc9][0xe5][0xf2][0x81][0x17][0xb5][0xd7][[0xe0]J[0xa9][0x1c]v[0xb7]H[0xce]~{[0x93][0xeb][0xcd]m[0xb7]b-[0xd9]r[0x9e][0x87][0x2][0xf3]%[0x99]([0x85]a[0x8c][0xc8][0xe5]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]H[0xa5][0x90]FF[0xc7]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8f][0xf0]X[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "O[0xf0]4[0x85][0x15][0xe9][0xb3][0x8a]5[0x81]S[0xbd]_[0x3]'4[0xdc][0x81]#[0xd8][0xa3][0xfe][0x2]cQ[0xb7][0xe6]dD[0xb6][0xce]/[0xe0][0x91][0xb0][0xd9][\r][0x1e][\r][0x9f][0xff][0xd1][0x90]n[0xc9][0x19][0x1e][0x8b][0xea][0x18]Kf[0xb6]Z[0x96]S-[0xab][0xd1][0xbc][0x94][\r]y[0x3][0xbd]>|[0x99][0xaa]R7[0xad][0xd5][0xe0]C[0xd9][0xc7][0x84][0xf5][0xf7][0x2]K[0xff][0xf7])[0x8c]z6[0x98][0xe5]g=[0xc9][0xf]~[0xc]#[0xb2]o[0x9c][0xc9]CJ[0x1b][0xa2][0xce][0x16]R[0x8e]Sco[0xb9][0x1e][0xa6][0xf6][0x96][0xbb][0xc6]=c[0x88][0xef][0x88][0x19][0xb9]o[0xd0][0x8c][0xfc]7[0xc4][0xbf][0xf0]L[0xc3][0x11][0xae]#[0x8c][0x0]f[0xd0][0x7][0x83][0x99]s[0xcc][0x92][0xc7]Q[0x9e]L[0xfa]q[0x18][0xc5]q@I>[0x9e][0x94]$R[0xc][0xe3][0x94]G[0xb9][0xfb]^[0x13][0x81][0xd7]P[0xc0][0xea][0x4][0xa5][0x93]8[0xd5][0xe1][0xf2][0x81][0x19]eN#g|[0x85][0xb6][0x83][0xbe][0x18]>[0xa2]/[0xfe][0x89]Z<[0xbf][0x83][0xfe][0x18]^([0x8b][0xd4]w[0xa0][0xd3][0xf9]S[0xc0]r[0x94][0xfc][0xc0][0xdb][0x1f][0xe2][0xaf].[0x8d]+[0xc4][0xbe][0x8a],[0xae][0xed]aj[0x4]L[\r][0x9c][0xe6][0x99]P[0xd2][0x19][0x9c][0xed]bj[0x4]L[0xa5][0xd7][0xb9][0x80][0xe9]yJS[0xcc][0xe8]3}[0xcd][0x8c][0xd2];[0xbd][0x87]OB[0xc3][0xe7][0x80]N[0xbf]J?[0xaf][0xe0][0xfd][0xc4][0xe9][0x0]>[0xcd]b[0x1a][0xb4][0x8f]w[0xd9]&[0x2][.[0x0][0xcd][0xb3]_[0xc3](P[0x97][0xa0]&s[0xcb]V[0xe8]F.[0xff][0x1d][0xe2][0xcb]>[0xb0])[0x5]f[0xf8].[0x1][0x98][0xce][0x9a][0xf8]][0xd1]Y[0x99][0x8c][0x82][0xd3]q[0x99][0x15][0xd2][0x14][0x81]][0x9b]O@[0xeb][0x0]_e[0xe5][0xe4]~[0x1d]c[0xdc][0xc7]y.[0xa7][0xea][0x18][0xa5]i[0xee][0x17][0xfa][0x7]pQNY&[0xf1][0x7]PK[0x7][0x8][0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/hamcrest/Condition$NotMatched.class[0x85]SAs[0xd2]@[0x14][0xfe][0x96]$[0x4][0x10][0xb]V[0xad][0x95]Zm[0x15]+P[[0xa8]=8c[0x18][0x9c]ig[0x9c]q[0xa4][0xf5]@[0xda][0x83]zY [0x3][0xe9]@[0xc2][0x84][0xe0][0xe8][0xf2][0xa0][0xa7]:[0x1e][0xfc][0x1][0xfe]([0xc7][0xb7][0x9b][0x94][0x16]Lh[0xe][0xfb][0xde][0xdb][0xf7][0xde][0xf7]}[0xfb]v[0xf3][0xe7][0xef][0xaf][0xdf][0x0][0xf6][0xb0][0x9f][0x81][0x8a]J[0x6][0x1a][0xb6][0x85][0xf7]\[0xc7][0x8e][0x8e]][0x86]d[0xdd]vl[0xbf][0xc1][0xa0][0x94][0xca][0xa7][0xc][0xea][0xa1][0xdb][0xb5][0x18]rM[0xdb][0xb1][0x8e]'[0xc3][0xb6][0xe5][0x99][0xbc]=[0xa0][0x9d][0xe5][0xa6][0xdb][0xe1][0x83]S[0xee][0xd9]"[0xe]7U[0xbf]o[0x8f][0x19]2[0xc7][0xae][0xc4][0xfd]N[0xdf][0xea]2d[0xdf]:[0x8e][0xe5][0x1d][0xe][0xf8]xlQ[0xee]I[0xd3][0xf5]z[0xd5]>[0x1f]v[0xb3]:[0xbe][0xd1]X([0xf1][0xb2]?Nk]fu[0xd4][0x18]@bc[0xd1][0xf6][0xc][0xf1]b[0x13]_[0xa8][0xae][0x10]_[0xc3][0xb0]_7[0xa3]T[0xc6][0xb2][0x7][0xf7][0x96]i[0xb9][0x13][0xaf]c[0xbd][0xb1][0xc5]3\[0x9a][0xa6]w[0x5]P[0x16]I[0xe8]b)f[0xe9][0xd7]z[0xc1][0xb0]y[0xed]+[0xa5][0xe7][0x15]]C[0xef]g" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 48078 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc1][0xb4][0x18]V[0xe3]NF[0x12][0x9d]+[0xf0][0x85]R[0xec][0xdd][0xa3]F[0xbc][0x6][0xf1][0xa9]H[0x8][0xed]4[0xd7][0x14]E[0x7][0x14][0xd1][0x90][0x91][0xac][0xb0]s$~[0x90][0xa7] -b[0xb9][0xdb]@[0x86][0xd6]lP[0x81][0x1b]X"[0x9b][0x9b][0xd9][0xc9]C[0xdc][0xd0]-,[0x13][0x8e][0xc0][0xfb]D[0x91]B6[0xa1]|[0x9b][0xc3]z-[0xb1]6[0x82]l[0x88]%[0xbc][0xdb][0xb8]#[0xf3][0x9][0xdc][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0x2]_[0xd8][0xa0]*?[0xad][0xba]GU[0xab][0xd2][0xbf]O^[0x1][0xeb]![0xa3]I[0x91][0xa8]VB[0xf9]>[0xc7]y 9[0x3]4u[0xca][0xa9][0xe2]![0x1e]Q>7[0x93][0xcb]Os[0x1b]S[0xa6][0xcd][0xbc]@*[0x86][0xb3]z[0x17]2i[0x95]s[0xb0][0xe8]Q[0x5]p[0xda][0x94]J[0xc3]Sl[0x85]T[0xc1][0xd0][0xb4][0x90]J[0x9])[0x9e][0xa1]$m[0x19]7[0xc9][0x16]h_\T[0x96][0xbc]5[0xb2][0xf][0x92]i<[0x16][0x17][0x97]O[0xfd][0x3]PK[0x7][0x8]'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/Condition$Step.class[0x9d]N1n[0xc2]@[0x10][0x9c][0x5]cc[0x7][0x8]U[0x9a][0xb4][0x14][0xa4][0xc1]J[0x1b][4 $KH.[0xcc][0x7].[0xe6][0xe4][0x1c]2g[0xeb][0xee][0x88][0x94][0xaf][0xa5][0xe0][0x1]yT[0xc4][0x19][0xa4]H[0x80][0xab]l3;[0xb3][0xbb]3[0xfb][0xf3][0xfb]}[0x4][0xf0][0x8a][0xb1][0x87][0x7][0xf]#B[0x8f][0xd5]u[0xf9]EXM[0xd7];[0xf6][0xc9][0xc2][0x92][0xc9]"L[0xdf]w<7[0xd1][0xba]RE[0xf8][0xc1][0xf6][0xb9][0xe2][0xda][0x84]K[0xae]s%j#*[0x19][0xbd]\[0x8f][0x16][0x95][0xdc][0x8a][0xf3][0x80][0xe0]g[0xa2][0x90][0xcc][0x1c][0x14]'[0xc4][0xd3]M[0xf2][0xf][0x97]x[0x93]Fsk[0x15][0xc7][0xc9][0xdb][0xfd]Wi[0x8b]6[0xbf][0x97][0x8]AV[0x1d]T[0xce]W[0xa2][0xb4][0xaf][0x8c][0xfe][0xdc]g[0xcd][0xaa][0x87]G[0xc2]s{[0xfc]$3[0xbc]&8[0x17][0x18]$Rr[0xb5]([0x99][0xd6]\[0x13][0xc6][0xb7]A[0x84][0xa7]v[0x1b][0x97]@[0xe8][0xa0])r[0x8]]8[0x96][0xf7],[0xeb][0xc0][0xb5][0xec][0xd2]y[0xe8][0x9f][0xd1][0xc7][0xd0]b[0x80][0xe6]&[0xc0][0xc0][0xf5]OPK[0x7][0x8]-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/hamcrest/Condition.class[0x95]V[S[0xd3]P[0x10][0xfe]Ni[0x93]^"7[0x11][0xb9][0xdf][0xc5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x5][0x15]Q[0x1a]Q( H[0x81]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "#[0xfa][0xe0][0x84][0x92][0x81]0m[0xda]I[0x83][0xa3][0xff][0xc9][0x7][0xd0][0x19][0x98][0x91][0x19][0x80]?[0xca]qO[0x12]B[[0x9a]"}[0xc8][0x9e][0xcb][0xee]~[0xbb][0xdf][0xee]9[0xa7][0xfe][0xfe][0xfa][\r]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b]aD[0xb0][0x10][0x86][0x84][0x85] [0x1a][0xf9]$[0xc5]?[0x8b]![0xfa],[0x89]X[0xe]C[0xc4][0x1b][0x11]+a[0x84][0xb0]*[0xe2][0xad][0x88]5[0x11]i[0x6]0H[0xab][0xba][0xae][0x1a][0xa9][0x9c]R*[0xa9]%[0x86][0xf0]F[0xc1]\W[0xcc][0xec][0xa1][0xba][0xcf] :#[0x11][0xeb][0xc][0xfe]-S-2D663[0x9f][0xd7][0xe7]3[0xa9][0x95][0xa5]E[0x86][0xe1]t[0xc1]8H[0x1c]*[0xf9][0xac][0xa1][0x96][0xcc]D[0xaa][0xa0][0xef]k[0xa6]V[0xd0]G[0xae][0xdc]$[0x19]B[[0xda][0x81][0xae][0x98][0xc7][0x86][0xca]0s[0xb3][0x85][0x9c]>R[0xbe]([0x89][0x9c][0xa2][0x1f]$6[0xf7][0x8e][0xd4][0xac][0x99][0x9c]#/[0x82][0xac][0xe9][0x9a]9[0xc7][0xd0][0x10][0x1d][0xdb][0xa1]xR[0x85]}[0xf2][0xd7][0x94][0xd6]tu[0xe3]8[0xbf][0xa7][0x1a][0x19]e/G+[0xad][0xe9]BV[0xc9][0xed]([0x86][0xc6][0xe7][0xce][0xa2][0xdf]<[0xd4]([0xbd][0xe][0xf]tr[0xdf]^i[0xf6][0xad]xi[0xda][0xeb]a#g2V\[0xc1]<[0xf][[0xd3][0xf][0x18][0xe2][0xd1]J];!#Y[0x96][0xd0][0x96]i[0x90]jr[0xec]#[0xc3]dmm[0xdb]om[0x93][0x6]E[0xa7][0xba][0xcc]D[0xbd]H[0xe4]5J[0x8e]y'[0xf9]I[0xde][0x9e][0xad][0xc1]n][0xf2]8[0x5][0x94][0xd9][0xa6][0x98][0xbc][0x1c][0xcb][0xd6].C[0xa7]G[0xfa]<[0xf2][0x80][0xc5][0x92]Es-[0x15][0x86][0xee]:d0[0xf4][0xd5][0xe3][0x8a][0xfb][0xa7][0x2][0xab]:[0xb5]l^)[0x16][0xad]Zx[0x95][0xcd][0xe6][0x88]a[0xf4][0xff]r[0xa6]#[0xa1][0x97][0x1d][0x89][0xae]h[0x1d]v[0xa7][0xe5]LMv[0xbd]y[0xb3][0x93][0x13][0xf3][0x97][0xee][0x97][0xa3][0xd7][0xed]+[0x8d][0x17][0xd5]R[0xd6][0xd0][0x8a][0x16]b[0x9d]P[0x82]D[0xc7][0x8e][0x92];[0xb6][0xce][0xc3]5[0x97][0xbc]i[0xb5][0x92]S[0x91].o[0x0]j8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x91][0xe1][0xbd]Gb[0xb4]y[0xfb][0xe8].[0xb3][0xee][0xf5][0xec][0xba][0xa9]$?[0xe0][0xbe][0xaf][0x93][0xd7][0x82]+[0xd7][0xa1]$[0xe4]l[0xce][0xb9][0x13][0xa2][0xb5]#[0xac][0x95]zx[0xab]pld[0xd5]e[0x8d][0x1f][0xee]F[0xd7][0xe3][0x4]W[0x95][0xd0][0x81]N[0x9][0x83][0x18][0x92]0[0x82][0x7][0x12][0xda]p[0x8f][0x9a][0xcf]#[0x6][0xa7]+[0xb8][0xd1][0x6][0xc3][0xe0][0x8d][0x17][0x1b]W[0xe4]7MmE[0x86][0xe6][0xea]h[0xe9][0xc2][0xf2]J[0x9f][0xe]L[0x9d][0xfe]eX[0xbd]U'[0xd5][0xab][0x84][0x90]^[0x11][0x9][0xfc][0xb1][0xe8][0xe4]|[0x90]l[0xa7][0x99][0xf][0xf7][0xe9]5[0xf1]q[0xc2]h[0xa5][0x8b]V[0xe6]I[0xd2][0x9b][0x82]@[0xec][0x1c][0xbe]S[0x1a]4[0xa0][0x9b][0xbe][0x82][0xb5][0xd8][0x86][0x1e][0xfa]J[0xb6][0x2]z[0xd1]G[0xb2][0xbf]be[0x0][0xf0]3N[0xbd][0xb]0Ls[0xaa][0x82];[0x1f]E[0xb][0xed]?[0xa4][0x11][0x87][0xfb]@[0xfe]}$[0x83][0xb1]xk[0xc3][0x19][0xfc][0xdf][0xab][0x10];-[0xc4]v[[0xc7]A[0xe4][0xa3]([0xc6]h[0xbf][0xbf]bo[0xc0][0xdd][0x8b][0xb9]hqB{D[0xe8]6[0xda][0xe]I[0xae]-[0xc4][0xe2]g[0x8][0x9c]Tau[0x95]a[0x9].[0x96][0x80]qLT`[0x9].[0x16][0xdf]K[0x94]e[0x16][0xc2]$=[0xe4]6V[0x8f][0xe5][0x93][0xe8][0xf8][0x1][0xe1][0xc4]"[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xcf][0xb1]xL[0x16]O[0xf0][0xd4][0xb1]xG[0xc]r[0xff][0x91][0xb][0x88][0xbb][0xb1]8;G[0xb0]:[0xc4][0xa1][0xb2][0x10]#[0x98][0xc6]3[0xb]"[0x82][0x19][0x4][0x0][0xa7][0xc1]a[0x5]V[0xc2]G[0x14]8[0x8][0xf7][0x92][0xf8]([0x89][0x8f][0x91][0xf8]8[0x89][0xfb]H[0xdc]O[0xe2][0x1][0x5][0xc6][0xe1][0x13]$[0x1e]$[0xf1]I[0x12][0x9f]"[0xf1]i[0x12][0xf][0x91]xX[0x81]G[0xe0]Q[0x12][0x8f])[0xf0][0x19]x\[0x81][0xcf][0xc2][0xe7][0x14][0xf8]<|[0x81][0xc4][0x17]I[0x89][0xa7][0x15][0xf8][0x1][0x1c]"[0xf1]C[0x12]?"[0xf1]c[0x5]~[0x2]?%[0xf1]3[0x5]~[0xe][0xbf]P[0xe0][0x97][0xf0]+[0x5][0x9e][0x81]_[0xcb][0xf0][0x1b][0x19][0x9e][0x95][0xa0]*f[0xa6]M[0xbb]E[0x82][0xca][0xba][0xfa]n[0x9]"m[0x99]~C[0x82][0xe3][0xda][0xcd][0xb4][0xd1][0x91][0x1b][0xee]3[0xb2][0x9d]z_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xef][0xcc]k[0xcf]$[0xf5]T[0xb7][0x9e]5[0xe9][0xb7]{3b[0xf][0x99][0x96][0x4][0x8b][0xdb]3[0xd9][0xc1][0xa6]!}8[0x99]5,[0xbb][0xa9]-[0x93]5[0xd6][0xeb]vr[0xc8][0xc8]Z[0xcd][0x12]D[0xf5]Tj[0xc3][0x80][0x4]+[0xea][0xda]7[0xeb][0xdb][0xf4][0xa6][0x94][0x9e][0x1e]l[0x8a][0xdb]F[0x96]0[0x9a][0xeb][0xfd][0xb6][0xae][0x1d][0x9a]U[0xf][0xbb][0x10][0x12][0xcc][0x17][0x19]J[0xb0][0xc0]Oitd[0x82][0xd6]j[0x81]~L[0xe8]'[0xb6][0xb2][0xb3][0xb3][0xb9][0x5][0xff]KP[0x93]0[0x7][0xd3][0xba][0x9d][0xcb]"[0x80][0x11][0xeb]<[0xab][0x0]cC[0xdf]f#i7[0xb7][0x88][0x2][0x98][0x4]W[0x1c]^[0x8c][0xcd]J[0xd0]T[0xd7]+[0xe]?0+[0xb][0x3][0xc]$X*[0x9e]q[0x99]H[0xb0]1 [0xa6][0x92]f[0xa5][0xe9][0xaf][0xad][0x13][0x93][0x9][0x19]St[0xc0][0xcc]Z6[O[0xb1]B[0x95]e$3[0xe9]~[0x9][0x96][0x94][0xe]qK[0xd0][0xb2][0x95][0xb0]*?[0xfa][0x8b]BE[0x1f]6'[0xd8]YY[0x8c][0xf8][0xda][0x19][0xe][0xa9][0xfc]pGf [0xdc][0x90]I[0xa8][0x1a][0xc8][0xe4][0xb2][0xf6][0x90][0x4][0xfb]g1[0xb][0xe5]g[0xe8][0x9a]#[0x96][0xa1][0xf0][\r]5@i{[0xf8](I[[0xf9])[0xdd]=[0xcb])[\r][0x9b]h[0xcb][0xdc]N[0x89]~[0xfa][0xff] [0xd1][0xe5]/BTO[0x8f][0xd2][0x3][0xbc]i*[0xf][0xf0]$>[0xfc][0x9b]Z[0xc9][0x0]-[0x87][0x8e][0xd4]s4[0xef]e[0x82][0xe4][0xa6][0x99][0xdf][0x8d]}[0xa1],.[0x99][0xa2][0x9d][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`&[0xd7][0xaa]8[0x13][0xd6]lm[0xd4][0xbe][0xfc][0x1c][0x98][0xbd][0xc]L+;;[0xff][0xb7][0x9b][0xb4]/g[0x8f][0x1e][0x1d]9[0x9b]V>o;[0x1a]wh_[0x96][0xf][0x1d][0xfd]Y[0x9e][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0x9b][0xce])[0xdc][0x97][0xa9][0xe1][0x99][0xcd][0xd4][0xa4][0xcc]WO[0xf1][0xf5][0xc7]G21[0x3][0xef]1[0xc5]T"}[0x19]{H[0x86][0xdf]Jpb[f[0xb8][0xcf]L[0xd3]3[0xe9]\[0xbc][0xe7][0xe2]H[0xa0][0xc6][0xd3]i#[0xdb][0x96][0xd2]-[0xcb][0xc0]w[0xd2]D@[0xd6]E[0x9e][0xf2][0x88][0xae][0xd6][0xa9]B[0x1f]HC[0x1e][0x9e]pwRP8[0xed][0xe7]'[0x18][0xe3]Kb8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "u[0xea]p,[0xa7]A0[0xe6]9[0xaf]2L[0x1b]o[0xc8][0xf0];|%[0xcd][0xeb]j[0xec][0xae][0x97][0xb2][0xae][0x19][0xca][0x91][0xf][0x16][0xbd]_6K[0xa1][0xfb][0xfc][0xe6][0x83][0x9f][0xd3]oX[0xc9][0xac][0xd9]g[0xf4][0xb7]:[0x85][0x90]'[0x92][0xb0][0xb3]fz0[0xa0][0xf5]z[0x8b][0x19][0x7][0x9e],][0x1f]#[0xb6][0x99]I[0xd3][0xc7][0x97]"[0x17][0xb8][0x6][0xdb][0xf4]T[0x8e]J[0xf1][0x4][0x1]0[0x1e][0x3]&?{[0x95]b[0xeb]4[0xc6][0x94])O[0xf4]Q[0x8d][0xb1][0xcd][0xc8][0x8e][0xe2][0xa1]nX[0x82]US[[0xfe][0x82][0xa0]M[0xb4][0xf3][0xaa]'[0xe8][0xc4][0xd5][0xc5][0x1c][0xf5][0xc7][0xba][0xc2][0xec]U][0xc1][0xa7]\[0xd1]a[0x94][0xe9][0x93][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfa][0xbe][0xd5]P[0x17]b[0xe5][0xa2]lY[0xfc]k[0xe6]-J%[0xa6]I[0x82]3[0x3][0x96][0x6]'Kg[0xb7]#[0xfc][0x6]][0x1a][0xb0][0xbe]02[0xb6][0xb7][0x5][0x7][0x16][0xb1]GG0[0xae][0xb9]E[0x16][0xf4][0xe5][0x86][0xbb]7[0x81][0xaf][0xac]5F[0xb2]FR[0xb7][0x8d]~[0x9][0xe2][0x93]Wd[0x81]qi[0xe2][0x95][0xa6][0xd5]*A5[0xbe][0x99][0xd8]CX[0xc3][0x12],[0xaa][0xb]$[0xbe]"`*& [0xd3][0xcc][0xad][0xb6][0xdb]"[0x81][0xd8][0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5]M[0x1e][0xd2]-[0xa7]]"&[0xbb][0xac][0xf]][0x1c][0xa2][0x2][0xce][0xd7][0x1c]([0xe3][0xdd][0xb4],G[0xd5]n$[0xd8]0[0x8d]ua[0xf6][0xba][0xa8][0xe9]XEzYw[0x4]%[0xa0]7\[0x6]<^j[0xc1][0xae]b[0x5][0xe7][0xa3][0x9c][0xef][0xa0]%[0xfd][0xca][0xc6][0xd6][0x9c][0x9e][0xea][0xcc][0xe0](3[0x82][0x93][0xf4][0x1][0xb3][0x12][0xb][0x16][0xbb][0xc2]L[[0xb6][0x9e]N[0x1a][0xf4]V=[0xbf][0xa8][0xfc][0x1b][0xd8][0xa9]n[0xaa][0xcd][0xd2]0i[0xab][0xa4]36n[0xcc][0xe9]\*[0xd5][0xed]lM*[0xde][0xe9]([0xf8]i[0xe9][0xc3]F[0xdc][0xa5][0x84][0xcf][0x15][[0xcf][0xe][0x1a]h2[0x7][0x9f]~[0xf9][0xdb][0xc7]&3i[G[0xe6]N[0x95]#[0xa2][0x95][0xeb][0xb3][0xdc]qym[0xe0]*[0xb2][0x8d][0x2][0xdd]dm[0xab][0xc7][0xa4][0xcf])U[0xb8]g[0xc][0x98][0xdb][0xb1][0xa4][0x8c]t[0xff][0xc4]=+7[0xc0][0xee])[0x89]L.[0x9b]4[0xce]3[0xe9]K[0xff][0xdc][0xc2][0xbf]5[0xac]"d[0x15]VA[0x93][0xc][0xbf]W[0xe1][0xc]8[0x93][0xc4][0xd9]$ZI[0xac]#q[0x1][0x89][0xf5]$6[0xca][0xf0][0x7][0x15][0x12][0xd0]I[0xa2][0x9b][0xc4][0x85]$zIl"q1[0x9]][0x86]?[0xaa][0x90][0x84]A[0x15][0xb6]@Z[0x86]?[0xa9]0[0x2][e[0xf8][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o[0x84][0xed]2[0xfc]E[0x85][0xcb][0xe0]r[0x12][0xdb]I[0xec]Pa'[0xec][0x90][0xe1][0xaf]*[0xbc][\r][0xde]Nb[0x97][0xc]Sa[0x8c]t[0xc6]H[0xe7]=[0xf0]^[0x12]g[0xcb][0xf0][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xc1][0xe5]2<[0xaf][0xc2]n2[0xbc][0x85][0xc][0xff][0xae][0xc2][0x1e]R[0xdb]C3[0xff]Pa/[0xa1][0xec][0xa5][0xe9]}4[0xda]G:[0xff]Ta?[0xe1][0x1d] [0x9d][0xa9]p[0x7]9[0xf9][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "w[0xd1][0xf5]?*[0xdc][\r][0xbb]$[0xa8][0xf5]e[0xbf]0O[0x12][0x1c][0xcf][0x17][0x96][0x4]k[0xca]>[0x15]J[0xd0]<[0x8d]c[0x15][0x9e][0x1f][0x5]Gs[0xe7]/F[0xa2][0x19][0xe7]S[0xd4])S[0xf0]([0xc1][0xd2]b[0xad][0xb5][0x85]G7[0x1][0xbe]F[0xc7][0x17]l[0xca][0xe2][0x99]8[0x1a],[0x11][0xdd]n[0xf5][0x9e]Au[0xa2][0xe9][0xb6]L*[0x85][0x19][0xc6]s\[0x9b][0xd3]@L[0xb5]V[0xa4][0xaa][0xd1][0x86][0x81]G[0xd1]\[0xbc]`[0xcb][0x10][0xf0][0x8e][[0x1d][0xd4][0xe5][0x8b][0x84]3[0xd8][0xea][0x1]S[0x9][0xec]|[0x9][0x96][0x15]O9[0xad][0xe9]2[0xc6][0xc8]O[0xe]RI[0x14][0xf4]m [0x8e][0xe6][0xb6]1,[0x87][0x15][0xb0][0x12][0xe8]_#H[0xd4][0xa9](_[0x8a][0xbf][0xe8]*[0xe1]5[0xda][0xf0][0x0]H[0xf7][0xe2][0xa0][0x2]NCY[0xc5]nF`5J[0xd5]Q[0x80][0x97][0xc1][0xe9]x[0xad][0xa1][0xf6]F-2n[0xf5][0x8c][0xc7][0xa1][0xe2] [0xe]*[0xb][0x8c][0x8f][0xf1][0x19][0xbf][0x1c]^[0x81][0xd7]5[0xbe];g[0xe1][0xb5][0x99][0xb9][0x8c]a[0xef][0xe2][0x86]![0x80][0xad][0xe4]a[0x17]r[0xb0]-E[0xb0][0xe7]x[0xb0][0xaf]dl[][0xd8]n[0xbc]V[0x10]NC[0xe3]8Dx[0xdc][0xe5][0xc]w[0x81][0xa3][0x1][0xe7]B[0x1b]KV[0x15][0xac][0xc5][0x91][0xc4]<[0xe4][0xe7]4oN[0xc3]9[0xc7][0xd7]y[0xcc][0xd7]:[0xd7][0xd7][0x16][0xc4][0xae][0xc4][0xab][0xdc][0xd0][0xb8]b[0x1c][0xa2][0xbc][0xb3]F[0xe6]l[0x99][0xa3][0xe2]9[0x93]]g4:[0x1f]G[0x15][0xcc]m^K[0xf3][0xb4]4OKC-[0x87]@[0x9c][0x11][0xb8][0xc0]%[0xf0]&\[0xbc][0x8]^[0xab][0x91][0xc0][0xca]q[0xa8][0xe2][0x19][0x9c][0xc1][0x18]48:[0x1e][0x83]j[0x8f]A[0xb5][0xcb][0x80]F[0xaf][0xc2]Q%[0xe3][0x92][0xd7][0xd7]<}[0xcd][0xd3][0xd7]<}[\r][0xf5][0x1d]V[0xed][0x8c][0xd5]z[0x97][0xd5][0xfb]p[0x81][0xa2]xU[0x88]Umd[0x1c]d[0x9e][0xd7]9[0x8c][0xd7][0xe9][0x8e][0x96][0xc7]K[0xf1]x)[0x1e]/[0xc5][0xe5]E[0xa3][0xe][0x1c]E[0x18][0xc3][0xbc][0xa5][0xe6]Yj[0x9e][0xa5][0xe6]Yj[0x9e][0xa5][0x86][0x96][0xe][0xd7][\r][0x8c][0xeb]F[0x97][0xeb]=[0xc8][0xa8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb][0xe1]Z[0x1b][0x1d][0x87]j[0x9e]m[0x9c][0xb1]mq[0xf4]<[0xb6][0xaa][0xc7]V[0xf5][0xd8][0xaa][0x1e][[0xd5]eK[0xa3]W[0xe3]([0xca]x[0xe7]14[0xf]C[0xf3]04[0xf]C[0xf3]04[0xf]CC[0xc]'[0x82][0xd7]`[0x4][0xf8]\[0x15][0xf4]Q[\r]O=[0x11][0xa2]=[0xbb][0x18]l[0xb7][0xb0][0xb6][0x15][0x1e]xSY[0xb5][0xdd]S[0xb2][0xb6]_[0xcb][0x8]\([0xae][0xed]9<[0x83][0xc1]i[0xd6]v[0xcf][0x14]k[0xfb]"[0xc6][0xaa]7[0xa8][0xb6]U[0x9e][0xd7][0xd6][0x19][0xab][0xed][0x9e][0xd0][0xb5][0xfd]:[0xc6]uSpm[0x1f][0xc3][0xb3][0xbd][0xf4][0x8][0xd4]v[0xcf]4j[0xfb][0xf5],[0x82][0x8b]E[0x9b][0xf9][0xb1]<[0xf7][0xb7][0x84][0xd8][0xcc]{[0xbc][0xb9][0xfc]f[0xfe][0x6]|[0x1e][0xe1][0x9]T[0xd0]G[0xc7][0xf1][0xae][0xc6]B<[0x8f][0xfa]0[0x4]<[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`[0x8f][0xe7]ao[0xf4][0xc1][0xe][0xb1][0x8][0xd6][0xf8][0xee][0x98][0x1e][0xec]f[0x84][0xc5]#[0xb2][0x0]v.[0xf][0xbb]?[0x4]l[0x6][0x93][0x80]'n[0x17][0xb6][0xc7][0xd7][0xf5][0xf3]x[0xe0][0xfb]|][0x9f][0x5][0x8b]eUf.[0x9c]~[0xb6]![0xe7]v[0xbd][0xea][0xde][0x19]B[0xd0][0x89][0x8c]o[0xc3][0x18][0xf0]X/[0x88][0xe1][0x4][0xde][0xd5][0xe3][0xbe][0x18]F[0x8b]b[0x18][0x85]K[0xbc][0x18].EX|K[0x10][0xc0][0xce][0xe7]a[0x9f][0xf4][0xc1]^[0x1]Wr[0xb0]W[0xe0][0xbe]3[0x1]{[0x15][0x83][0x15][0xb1]=[0x91][0x87]=4i[0xc6]{<[0xd8]73[0xd8][0x1d]h[0xcf][0xc3].[0xe0]a[0x9f][0xf5][0xc1]^[0x8d][0x15][0xef][0x87][0xbd][0x1a][0xae][0xc1][0xeb][0xb5]l[0x15][0x1c][0xf0][0xb7]"8[0xbe]![0x9]8/[0xe4][0xc1][0x9f][0x9f][0x12]x[0x1e][0x16]_[0xb8]\[0xd8]%L[0x3]O[0x8e][0xe3][0xb0][0x88]P[0xa5][0x2][0xd4][0xc3][0xae][0xc5];[0x98][0xc5].[0xd7][0xa2][0xa9][0x80]H[0xed]A[0xf0][0x1d]@[0xa5][0x1a][0x1f][0x11][0xa7][0xaa][0x1c][0x90]w"[0xc8][0x98]pa_[0xc0]E#[0xd5][0xfa]@[0xae]+Z[0xd8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xf6]][0xc]V[0xb4][0xb0][0x8b]y[0xd8][0xfa]I[0xcb]P[0xf3]`[0xdf][0x8d][0x99][0xc7][0xd7]O[0x1][0xec][0x12][0x1e]v[0x8d][0xf][0xf6]zl[0x1a]?[0xec][0xf5][0xf8][0xa0][0x99][0x80]}?[0x83][0x15][0x1d][0x9b][0x97][0xf2][0xb0]q[0x1f][0xec][\r]E[0xdb][0xd4][\r][0x5][0xdb][0xd4][0x8d][0x98][0x84][0x9b][0x84][0xb9]=[0x89][0x87]M[0xfa]`o.[0xca][0xed][0xcd]\[0xd3][0xec][0x16][0x16][0xe0][0xb]yX+d[0x1][0xde]"[0x84]][0xc6][0xc3]^5)[0xec][0xad][0x1e][0xec]m[0x8][0xbb]GX[0x9][0xcb]y[0xd8][0xb1][0x90]-[0xbe]G[0x98][0xdb][0x93]y[0xd8][CnH{E]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd7][0x85][0xd2][0x9d][0x5]][0xb8]W[0x98][0xb6]Sy"[0xf7][0x87]\[0x8d]}""/[0xe2][0x89][0x90]{| [0x15][0xf0]!6[0xfa]0[0xc][0xe0]u[0x1e][0x8e][0xfa][0xe1][0x11]0[0xa0][0x16]Rx[0x1d][0x86][0xda][0xff][0x2]PK[0x7][0x8]E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/hamcrest/CustomMatcher.class}S]o[0x12]A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]=[0xc3]G[0xf9][0xda][0xda][0x16]m[0x8b][0xfd][0x2][0xda][0xaa][0x14][0x92][0x12][0x1f]|[0x11]B[0xa2]U[0x13][0x93][0xaa][0xf]l0>[0xe][0xcb][0xb8]L[0xb3][0xcc][0x92][0xdd]Y[0x83]?[0xcb]D[0xd3][0xa8][0x89]>[0x9a][0xf8][0xa3][0x8c]w[0x16][0xb4][0xa0][0xe2][0xcb][0x9d]{[0xe7][0xee]=[0xe7][0xdc][0x93][0xd9][0xef]?>}[0x1]p[0x17]'yd[0xb1][0x97][0xc1]~[0x16][0x7]y$P[0xce]![0x83]J[0x1]U[0x1c]fp[0x94][0xc1]1[0xc3][0xfa]k9[0x11][0x83]G"t[0x2]9[0xd6][0xd2]W[0xc][0xc5][0xf3][0xb][0xfe][0x86]7=[0xae][0xdc]fW[0x7]R[0xb9]-[0x86][0x95][0xb6]TRw[0x18]6k[0xb7]Oz[0xc][0xa9]3 [0x18][0xd6][0xce][0xa5][0x12][0xcf][0xa3]Q_[0x4]6[0xef]{[0xc2][0xc0][0xf9][0xe][0xf7]z<[0x90][0xa6][0x9e]][0xa6][0xf4]P[0x86][0xc]{[0xe7]~[0xe0]6[0x87]|[0xe4][0x4]"[0xd4][0xcd][0xb3]([0xd4][0xfe][0xe8][0x19][0xd7][0xce]P[0x4]DZ[0x18][0xcc][0xeb][0xda]Z[0x4]z;[0xfe][0x5]V[0xfd][0xf]J[0xdb][0xb6][[0x1d][0x82][0xca]O[0xa1][0xfa][0xc2][0xf6][0x19][0xf6]k[0x8b][0x13]s[0xeb][0xc7][0xbb][0xec],o3[0xe4][0xba][0xd2]U\G[0x1]1[0xdf]k[0xdb][0xf7][0xe7][0xec]x[0xd1][0xbf][0x10][0x8e]nu[0x16][0xc7][0x1f][0xf2]P[0xfc][0xa9][0xa6][0xeb]G[0x81]#[0x9e][0xc8][0xd8][0xa0][0x5][0xc1][0xa7][0x6][0xce]B[0x1][0xb7][0x18][0xe][0xaf][0xa0][0x9f]z[0x9e]p[0xb9][0xf7] p[0xa3][0x91]P[0xfa][0xf1][0xc4][0x11]3[[0xca]s[0xf2]*[0xe1][0xd0][0x8f][0xbc]A[0xa5]/*[0x8a]*[0x15]y^[0xd5]`Y[0x16]r[0xc8]gp[0xdb][0xc2][0x1d][0xd4]h[0xc1][0xe5][0x86]1[0x94][0x96][0xa9]gH[0xd6][0x8c]=[0xa5]e[0xee][0xd0]b|<[0x16]j`[0x8b][0x89]f8[0xfd][0xd7]SYnm[0xaa]J[0xaf]3K[0xf][0x97],1r)KPN[0xea])[0xae]R[0xa5][0x90][0xa4][0x1b][0xa0]T[0xbf][0x4]k|[0xc3][0xea]g$^[0x15][0x93][0x97]H}[0xad]7> [0xfd][0x8e]zI\[0xa3][0xb8][0x85]4[0xc5][0x1d][0xa4][0xb0]k[0xfe][0x0][0xc2];[0xc0]6[0xca]X[0x8b]{1[0x6][0xd6][0xb1][0x1][0xc4]Y[0x91][0xb8][0x18][0xae]Sn[0x98][0xa6][0xbd][0x1b]tn`[0x93][0xbe][0x9e]r[0xf7]h[0xca][0xcc]Y[0x8d][0xfa]{[0xa4]?b%[0x81][0x97]W|[0xf9][0xb8]wDZ[0x8f][0xe7]8[0xac][0xdf][0x1c][0x16]ql/pX3[0x8e][0x4][0xb1][0x99]x[0x93][0xd4][0x9a]s[0xf7]'PK[0x7][0x8][0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.class[0x8d]S[k[0x13]A[0x14][0xfe]&[0x97][0xe6][0xb6][0xb5]mj/[0xc6][0xa4]nj/[0xb9]@[0x83][0x8f][0x9a][0x10][0x90][0xaa] D}[0xc8][0x12][0xf1]q[0xb2][0x99]n[0xa6]lf[0xc3]fV[0xe2][0xcf][0x12][0x94][0xa2][0x82]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfe]([0xf1][0xec]&[0xd8][0x4][0x1b][0xf5][0xe5][0xcc][0x99]9{[0xbe][0xef];[0x1f]g[0xfc][0xfc][0xfc][0x15][0xc0][0x3]T[0xb3]H[0xa3][0x98]B)[0x8d][0x83],b[0xb8][0x97]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "f[0xe]e[0x1c][0xa6]p?[0x85]#[0x86][0xcd][0xb]9[0x15][0x83]'bb[0xfb]r[0xac][0xa5][0xa7][0x18][0xf2][0x9d]K[0xfe][0x96]7\[0xae][0x9c]FW[0xfb]R9M[0x86][0xb5][0x96]TR[0xb7][0x19]v*[0x96][0xab]=[0x86][0xc4][0xb9]7[0x10][0xc][0x1b][0x1d][0xa9][0xc4][0xcb]`[0xd4][0x17][0xbe][0xc5][0xfb][0xae][0x8][0xe1]<[0x9b][0xbb]=[0xee][0xcb][0xf0]>L[0xe8][0xa1][0x9c]0[0x1c]u<[0xdf]i[0xc][0xf9][0xc8][0xf6][0xc5]D7[0xce][0x83][0x89][0xf6]F[0xd6][0xbb][0xb1][0xe8][0xf2][0xb][0xf1][0x82]k{(|"[0xcf][\r][0x16][0xf5][0xed].[0x3][0xd2][0xd7]s[0xd0][0xea][0xa0][0xb5],[0xab][0xd9]&[0xc8][0xec][0xc][0xb2]/,[0x8f][0xa1]TY[0xee]\[0xb0]#[0x9a][0xad][0xb0][0xba][0xcc][0x90][0xe9]JGq[0x1d][0xf8][0xa4][0xe0]a[0xcb]z[0xb4]`[0xcf][0xab][0xfe][0xa5][0xb0]u[0xb3][0xbd][0xdc][0xbe]JQ[0xd7][0xb]|[<[0x93][0xe1]([0x85][0x1b][0xc5][0x9f][0x85][0xd0][0x6]r8f8[0xbc][0xa6]y[0xee][0xba][0xc2][0xe1][0xee]c[0xdf][0x9]FB[0xe9][0xa7]S[[0xcc][0xad]*-H5G[0x4]i[0xf6][0x85][0xa9](W[0x81][0xeb][0x96]C$[0xc3]@[0x6][0xd9][0x14]N[0xc][0x9c][0xa2]B[0xb0][0xff][0xb6][0x90][0xa1][0xf8][0xb7]y[0x18][0xe2][0x95][0xd0][0xb4][0xfd]U[0x9e][0xd1][0xa8]|<[0x16]j`[0x89][0xa9]f8[0xbb]i[0xa1]V[0x1b][0x9e]([0xd3][0xe][0xa7]i[0xbd]i[0xb3]B[0xe9][0x94][0xc5]([0xa7]I([0xae][0xd3]M!N/[0xc0]~[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0xfe][0x1d][0xeb]_[0x10]{[0x93][0x8f]_![0xf1][0xad]V[0xff][0x88][0xe4]{[0xaa][0xc5]q[0x8b][0xe2].[0x92][0x14][0x8b]H[0xa0]D[0x88][0x7][0x84]gb[0x8f]~[0x8e][0x8d][0xa8][0x16]a`[0x13][@[0x94][0xe5][0x89][0x8b]a[0x9b][0xf2][0x90]iV[0xbb]M[0xe7][0x16]v[0xe8][0xeb][0x19]w[0x8f][0xba][0xc2]>[0xa3]^[0xfb][0x80][0xe4]'[0xac][0xc5][0xf0][0xfa][0x9a]/[0x1b][0xd5][0x8e]I[0xeb][0xc9][0x2][0x87][0xf1][0x9b][0xc3] [0x8e][0xbd]%[0xe]c[0xce][0x11]#[0xb6]0[0xde]A!:[0xef][0xfe][0x2]PK[0x7][0x8][0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/hamcrest/Description$NullDescription.class[0xad]T]o[0x12]A[0x14][0xbd][0xc3]R[0xa0][0x14]m[0x85]Z[0x8b]Z?j[0xab][0xb][0xb5][0xac][0xad][0xd4]D![0xc4][0xa4]j[0xd2]H[0xda]4[0x10]^[0xfa]4[0xd0][0x81]n[0xb3][0xdd]%[0xb3]C[0xa3][0x8f]}[0xf1][0xf7][0xe8][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xce][0xee]J[0x16]X[0x96][0x96][0xf0]2[0x1f]w[0xee]9[0xf7][0xcc][0x99][0x8f]?[0xfd][0x6][0x80][0x1d][0xd8]KB[0x14]^%`'[0xe][0xbb]qx[0x1d][0x87]"[0x81]XY7uQ![0xa0][0xa8][0xb9][0x6][0x81][0xe8][0xbe]u[0xca][0x8],Vu[0x93][0x1d][0xf6].[0x9a][0x8c][0xd7]i[0xd3][0xc0]H[0xba]j[0xb5][0xa8][0xd1][0xa0]\[0x97]s/[0x18][0x15]g[0xba][0x8d][0xd9][0x87]=[0xc3][0xf8][0xc0][0xec][0x16][0xd7][0xbb]B[0xb7]L[0x2][0xa9][0x3][0xd3]d|[0xdf][0xa0][0xb6][0xcd]0!_[0xb5]xG;[0xa3][0x17]-[0xce]l[0xa1][0xf9]R7[0x86][0xa0]%[0x2][0x19][0xda][0xed]2[0xf3][0xd4][0x17]][0xcd]T[0xca][0xd8]B[0xa1][0xfa][0x12][0xc2]r[0xf1][0xf8][0x8a][0xd4]\[0xd0][0xbb]K[0xd6][0xac][0x1e]o[0xb1]O[0xba]|9K>tA&[0xa7] [0x6]q[0x2]@@[0xbd][0xee][0xc7][0x86],[0xc3][0x9b]&[0xb0]:[0xe][0x8d][0x9f][0xb5][0x82]5~[0xe][0xf8]q'[0xb0][0xc7]z[0xd8]&p[0xa6]a[0x8f][0xa5]a.[0xff][0x13][0xc8][0xf][0x1c]D`[0x1e][0xdb][0x98][0x13][0xdc][0x85]$[0xb6])7[0x1][0x16][0xe0]6H[0x91][0x8b][0xb0][0xe4][0x81][0xdf]`[0x1f][0x91][0x98][0xfc][0xf7]![0xe4][0x9e][0x83]\qW=[0xa4][0x1c][0xdd][0x81][0xb4]S0[0x3][0xcb]8[0x93][0x1c]mO[0x96][0xcb][0xa1][0xf8]8J[0xe]G[0xd1]][0xf5]q[0xdc]E^[0xe2][0x8c][0xee][0xf5]+[0xac][0xe2]HqFY[0xb8][0x8f][}[0xd0][0xd7]-#[0xf]1[0xb2][0xe6][0x8c][0x1f]a[0xec]1<[0x99][0xa8][0xff][0xfd][0x18][0xfd]O[0x9d][0xda][0x4][0xd6][0xe1][0xd9]D[0x8e][0x8f]c=[0xd8][0xc0][0xf5]+[0xd8][0x84][0xe7][0x13]=[0xf8]<[0xa5][0x7]/FH[0x1c][0xaa][0x1c]x[0xc2][0xf0][0x86][0x12][0xd1]Bg[0x9f][0xda][0xd7][0x8][0xf9][0x12][0xb5]Z[0x8e][0xf6][0xf0]xa[0x7][0x87]{[0xfe][0x89][0xd2][0xbf]"/[0xed]+[0xae]&J[0x8e][0x92]Zze[0x86][0xb1][0xc2][0xc6]![0xbd][0xbd][0xdd]n[0x93]nB[0xa6]"[0xb5][0xa8][0xfa]'[\r]a[0xec]@[0x85][0xfc][0xd7][0xbb][0xbe]q[0xc4][0xbe][0xc][0x92]l[0x88]e3[0xf0][0xc4]PxIe}[0xe8][0xb9][0xa7][0xb1][0x86]|[0x1a][0x13]H2[0xe4]^[0x2][0x91][0xc4][0xf0]y1$J}[0xab][0x9]r[0x89]q[0x1a]0[0xc][0xf9][0x80][0x86]VV[0x9c][0xc]"[0x5]PLc[0xaa][0x1f][0xbf] C[0xf1][0xc]YL[0xd3][0xce][0x19][0xda][0x15][0xc3],[0xd5][0xb3][0xf8][0xfa][0x94][0xcf]Q>[0x1f][0xca][0x17][0x88]/G[0xac]4|(_[0xa3]J[0xf0][0xa5]n[0xc0][0x8e][0xae][0x10][0xbb][0xc4][0xd8]E_v[0x89][0xfe][0x9][0x8a] [0xa9][0x18][0x96][0xfb][0xd0][0x15]X[0x14][0x83]i[0x17][0xd8]K [0xff][0x0]PK[0x7][0x8]>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/DiagnosingMatcher.class[0x95][0x92]KO[0xdb]@[0x10][0xc7][0xff][0x9b]8q[0xec][0xba][0x85][0x84][0x92]R[0xda][0xd2][0xd0][0x87][0x4][0xa1][0xc2][0xe2][0xd0]K[0x13]E[0xea][0xf3][0x14][0x92][0x3][0x11][0x95][0x10][0x97][0x8d]Y9[0x8b]b[0x1b][0xd9][0xe][0x12][0xdf][0x89][0xb][0x1c]Z[0x89][0x3][0x1f][0x80][0xf]Uuv[0xe3][0x92]&)[0xad][0xea][0xc3][0x8f][0xa5][0xf2][0xb3][0xa0][0x91][0xe]d[0xc2]PkG[0xb1][0xef][0xe]x[0xe0][0xc5]"I[0xdd]O[0x92][0xfb]a[0x94][0xc8][0xd0][0xdf][0xe5][0xa9]7[0x10]q[0x83][0xa1]:]~v[0xf2][0xb][0xf1][0xfa][0x1f][0xb5][0xcd]^[0xaf][0xd1]"[0x80][0x19]h[0x9f][0xba]-o[0xb4][0x8f][0xf9])w[0x87]<[0xf4][0xdd]n[0xff]Xxic[0xf3][0x80][0x86][0x91][0xa9][0x8][0xd4][0xa0]sY[0x86][0xc5]#[0x91]x[0xb1][0xec][0x8b]][0x99]h[0x10][0x83][0xfb][0x7][0xcc][0xcc],[0xba][0xe6]$[0x95]Q[0xd8]P[0xbb]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2][0xe2][0xdf][0x12][0xc][0xab]w[0x17][0xfd]w[0x13][0xba][0x85][0xb5]'[0xfd][0x90][0xa7][0xa3][0x98]v[0xf3][0xb6][0xd9]{7_[0xdf][0x9a][0x6]|[0xe0][0x89][0x98][0xd9][0x95][0xbd][0x17][0x8d]bO|[0x91]j[0xc1][0xd5][0xb9][0x95]n+[0xa4][0x83]"L[0x13]/[0x1c][0xbc]D[0xd5][0xc1][0x2][0x1e]1[0xac][0xfd][0xfd])[0x18]V[0xee][0xea]<[0x9b][0x9a][0xda][0x90][0xd1][0xe9]v>[0x1b][0xeb][0xf4][0xd7][0x15][0xa0]>[0x3]L5'Y"[0xef]=iF[0xba]P[0xff][0xe]vAF[0x1e][0x16][0xc9][0xa2][0xe][0x96]`[0x93]t[0xc6][0x7]p[0x8f],[0xe0][0xfe]T[0xe4][0x1][0xe9]2[0x8d][0xbf][0x98][0xe1][0xba]T[0x9f]#m[0xd5][0xb7].[0x91][0xfb][0x86][0xfc][0xf9][0xc][0xd2][0xd1][0xc8][0xea][0xf8]P[0x86]TV[0x19][0x15][0xca]O[0xe0][0xd6]-|[0x9][0xf]3[0xf8]![0x91][0xf2]j[0xac][0xfa][0xd6][0x1b]B[0x9d][0x8c]kk^[0x99]nU[0xd1][0xfc][0xda][0xf8][0xdc]-[0xbf][0x94][0xf1][0x95][0xb5][0xac][0xbb]O:[0x95][0xc6][0x9d][0xc]C[0xbd][0x2][0xf9]9[0xac]h[0xf9][0x18][0xab]Z?[0xf9][0x9]PK[0x7][0x8]#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Factory.class[0x85]OMK[0xc3]@[0x10]}Sm[0xa3][0xb5]j[0x5]/"[0xa2]x[0xe8][0xd1][0xc5][0xb3]'[0xa1])[0x15][0xac][0x95][0x18][0xbd]x[0xda][0x86]!n[0xd9][0xec][0xca]fS[0xc8]_[0xf3][0xe0][0xf][0xf0]GI7"[0xf6][0x12]p`f[0x1e][0xbc][0xf]x_[0xdf][0x1f][0x9f][0x0][0xae]q[0x14][0xe1] [0xc2]a[0x84]![0xa1][0xff]d+[0x97][0xf1]Di&[0xc]&2[0xf3][0xd6][0xd5]WK[0xb9][0x92][0x84][0x93][0xa4]2^[0x15][0xfc][0xa2]J[0xb5][0xd0]|k[0x8c][0xf5][0xd2]+kJ[0xc2][0xc5]}[0xa3][0x11]Z[0x9a]\[0xc8]?B$[0xec][0xd9]4[0xe8][0x86][0xd0]]I][0x85][0xd4][0xd1]?[0xd2]G[0xab]UV[0x7]C[0x94]g[0xa6][0x4][0x9a][0x91][0xc6]?[0xe7][0xb2][0xcf][0xb7][0xf7][0xfe][0xf6][0xde][0xdf][0xc0]_[0xff][0xfe]'[0x80][0x9b][0xa8][0x8e]c[0x12]w[0x13][0x98][0xc2]=q*[0x8a][0xa5]$[0x96][0xfb][0x9]ZV[0x92][0xf8][0x16][0xdf]%[0xf1][0x0][0xf][0xe3]X[0x15][0x97]5qY[0x8f]a#[0x8e]+[0x9]h[0xf8]>[0x86][0x1f]b[0xd8]dH[0x1a]O[0x1e][0xad][0xff][0xba][0xb1]Y^[[0xdf]e[0xc8]ou[0xdc]Va[0xdf]l[0xd7]][0xde][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x96][0xe3]q[0xd7]1[0xed][0xc2].o[0xda][0xbc][0xee]Y[0xcf][0xb8][0xf1][0xe2][0x80]oXN[0x83][0xbb]E[0x86]D[0xb7]W[0xdb]6[0xbd][0xfa]>w[0x19][0xd2][0xc3][0xbe][0x81][0x9d]P[0xe3][0x15][0xab][0xe5][0x98]^[0xcf][0xe5][0xc][0x99]PPi[0xd1][0xd8]+[0xae][0x10]4[0xd5][0xe4][0x12][0xb8][0xc6][0xbb]u[0xd7]:[0xf0][0xac][0x8e]C[0xc6][0xad][0xa7][0xe6]3[0xb3]`[0x9b]N[0xab]P[0xf1]\[0xcb]i[0x11]2[0x19] [0xcb]f[0x9b][0xc2]FK[0x96]cy+[0xc][0xf7][0xb3][0xe1],N[0x86]8i[0xc9]U[0x19][0xd4][0xd5]N[0x83][0xe2]MnY[0xe]/[0xf7][0xda]5[0xee][0x1a]f[0xcd][0xe6][0x82]D[0xa7]n[0xda]U[0xd3][0xb5][0xc4]=0[0xaa][0xde][0xbe][0xd5]e[0xb8]4[0x9c]s[0xc3]gv[0xdc][0x80][0xf4][0xb0]/u0[0xf0][0xbf]:[0xca][0xb1]d[0x18][0xc5][0xa0]-[0xab][0xe1]U[0x5]m;mmg[0x82][0x96]UM[0xbb][0xc7]w[0x9a][0xc][0xd7][0xb2][0x3][0xc0][0x9d][0xda]S[0x9a]p1w[0xd2][0xc4][0x10][0xcf][0x12][0x97][0x1c]%c[0x98]h[0xcb][0xdc][0xdd][0x8a][0xd9][0xe4][0xf6][0xb][0x86]BH[0x8c]a[0xb2][0x3][0xb3],[0xe6]~[0xa1]Y[0x99]u[0xaf]g[0xda][0xc3]s=N[0xd5][0xb6][0xba]2[0x5][0xc3][0xec][0xc7][0xe3]0h[0x83][0xc5]0(DP[0xac][0x82][0xe2][0x9c]`;[0x9a]C[0xa2]![\r]5nth|[0xd9][0x11]`[0xea][[0xb2]1[0xa8][0xc6]x[0xa9]n[0x7]bS[0xb2][0xe2][0xf9]q[0xc9][0xb8]w[0xb2][0x92][0xbd][0x10][0xdb][0xca]p[0x1e]![0x4][0xd1][0xc6]5[0xcb]l9[0x9d].[0x8d]i`[0xf2]b[0xec][0x89]J[0xa7][0xe7][0xd6][0xe9]s[0x13]Z[0x99][0x1e]V[0xc7][0x92][0x88][0xae][0xe1],R[0x1a]f[0xf1][0xa3][0x86]i[0x9c][0xd3]0[0x83][0xf3][0x1a].[0x88][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0xc6][0xf0][0x93][0x86]-l[0xc7]P[0xd6][0xb0][0x83]G[0xc]lN[0xc3][0xcf][0xd8][0xd5]P[0x81][0xc1][0xa0][0x9f][0xfe][[0x17]9[0xf6][0x18].[0x8e][0x90]+[0xc9][0xe9]t[0xd5]I[0xcd]|[0xc2][0xcf][0x8c][0xe8][0xf1][0xb9]0[0xf9]3[0xc4][0x2]12|[0x16]&e[0x1a][0xf4][0xf9][0x8f]M[0x96][0xba]k[0x1e][0x1c]p[0xa7]a[0xf0][0xe7][0x1e][0xc3]R6[0xe4][0x9b][0x19][0xa5][0xbf][0xa9][0x15][0xb4][0xdd][0xd7][0xeb]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "T[0xd6][0xb4]Oa[0xc0],>[0xcb][0xbb][0xff]iO[0x85][0xdb]M[0x1f]R[0xfb]_Z3!uln[0xe6][0xaa][0xea]e[0xfa][[0x98][0xa2][0xbf][0xe][0x95]&I[0xa2][0xa1]SJH[0x6][0xd4]::G[0x90][0xa6];[0xa9]G[0xda]/[0xc8]}[0x8c][0xde]fq[0x91][0xde]2t{I[0xbb]J[0xfb][0x8c][0xfe][0x6][0xec][0x3]"[0xfa][0xc2]![0x14]=[0x8]U_<[0xc4][0xd8]kzRp[0x89][0xd6]49[0x82]B[0xc4][0xc8]Y#[0xf7][0xb3][0xe4][0x9e][0xa6][0x97][0xcf][0xc9][0xaa][0xfb]![0xf0][0x5][0xe6][0x0]y[0xf2])[0x88][0x93]H[0x1e][0x91]'[0x91]^[0xc1]e[0x19]+[0x12][0xe0][0xe7][0xfb][0xf8]t[0x9f][0xf2][0x97][0xaa]*d[0xde][0xbf]_[0xa3][0xe8][0xd7][0x91][\r][0x8][0xbf][0xa7][0x18]"[0xdb][0xb2][0xbe][0xf0][0x1e][0xd1][0xb2][0xfe][0xe][0xca][0xe2][0x11]b[0x11][0xfc][0x86][0xf9]<[0xdd][0xc6][0x8e][0x10][0x8f] 5.[0xb7][0xc7][0xf2]9[0x84][0x84][0x2][0xe5][0x95][0xfa][0xaa]_[0xcd],[0xa2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4]fi[0xcd]Qn[0x9d][0xb2]-[0xe0][0x6][0xf2][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "K[0x3][0x15]-[0xf7]+Z&[0x9c].+Z&d[0x9e][0xb8]D[0x9][0xb9]H6[0xbf][0xa2]9[0xda]}[0xfc]|[0x1f][0xbf]Dx[0x1f]U[0xa0]W[0xbf][0x96][0x1b][0xd4][0xb7][0x9b][0x94][0x85][0xc9]Z[0x9a]d[0x11][0x9d][0xc8],[0x10]Ou[0x90][0xb8][0xe0]}[0x84]$Up<[0x81][0x84][0xc4]~M[0xbd][0xbf]%9[0xfa]][0xcc][0xf4]9f[0xe8]-O[0x91][0x5][0x1f]Mr[0xcd][0x4]|[0xe2][0xc4][0xe7]V[0x90][0xf3][0xba][0x9c]#0[0xf9][0x7][0xb4]'[0xa9][0x9]U[0xf9][0x80]3o[0xc1]D[0x1a]&[0xd3]D[0xa5][0xeb][0x4][0x5][0xf7])[0xdf][0xc6][0x1d][0xb9][0xf3][0xf]PK[0x7][0x8][0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Matcher.class[0x85]QMK[0xc3]@[0x10]}ckck[0xd5][0xaa]U[0x10][0xff]@{1x[0xf0]bEP[0xaa][0xa7][0x16][0xc1]J[0xf]^[0x96]M2[0xa6][[0x92]M[0xc9]n[0xc5][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]7[0xb1][0xe2]'[0xba]0[0xfb][0x6]f[0xde]{3[0xbb][0xcf]/[0x8f]O[0x0][0xe][0xd1][0xf6][0xb0][0xe9]a[0xcb][0xc3]6[0xc1]K[0xa5][\r]'l[0x8];[0x9d][0xc1]T[0xde]K?[0x91]:[0xf6][0xaf][0x82])[0x87][0xb6][0xd7][0xbd]%[0xb4]"6a[0xae][0x2][0x1e]*S6[0x13][0xfc]_Z[0x7]Y[0x1e][0xfb][0x13][0x99][0x86]9[0x1b][0xeb][0xf7]K[0xce][0xcc][0xaa]L[0xf7][0xba]c[0xc2][0x91][0x88]2m[0x85]Jg[0x9][0xa7][0xec][0xb2]ai[0x9b][0xb]![0x94]6[0x96]e$[0xf8][0xc1][0xb2][0x8e][0xc4][0xb9]4[0xfc]^$T:[0x5][0xbb][0xd1][0xe7]Y[0xce][0xa1][0xb4][0x1c][0x11][0xf6][0xae][0xe7][0xda][0xaa][0x94][0xc7][0xca][0xa8] [0xe1]3[0xad]3+[0xb]#[0xb7][0xc3][0xee][0xa7][0xb9]>8=B}[0xa4]b-[0xed][0xc4][0xdc]x[0x8e][0x17].[0xcc][0xf1][0xf5][0xa5][0xb][0xf3][0xdc][0xb9] a[0x91]g$d(HJX[0x92][0xb0][0xcc][0xe0]L[0xea]e[0xdd][0xa4][0x8d]=[0x10][0xdc]cp[0xa4]*y[0x8d]a0[0xad][0x97][0xb5][0xed][0xfa]qV32j[0xb6]D[0x16]o[0xba][0x92]SK{[0xaa][0xa1][0xf3]s[0xd3][0xe8]0[0x8b]z[0x8d]a*]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf1][0xa2]z[0x9c]3[0xb4][0x9a][0x19][0xdf]R[0xcd]\Q3Vj5[0xcd]0[0x13][0xc][0xb2]*v[0x99][0xa2]j2[0x84][0x3][0xe9]#[0xf5][0x93][0x1a]/[0xa9][0xe5]B|'{[0xa4][0xe5][0xcc]D[0xd7][0xf4][0x4][0x87][0xe3]Tsf]-[0xf1][0xf6][0x1d]Y[0xc][0xd2][0xb1][0x15][0xca][0xe0][0xeb]^B8Za[0xae]^@[0xb7]g2[0x89]^[0xc8][0x93]Qr.[0x93][0xbb]W/[0x94]U[0xb3]nP[0xc2]|2[0xb3][0xd8][0x9]b9@[0xa1][0xd7][0x15][0xe1],[0x96]Z9[0xef][0x9a][0x86]^.$[0xfe]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xbc]V[0xcb][0x19]z[0xd5][0xd4]+e[0x86][0x89][0xf6][0xc0][0xb5]+[0x1f]!v[0x1a][0x9a]Z[0xe3]Q[0xde][0xce][0x96][0xc][0x9b]=8t[0xc6][0xfe][0x3]+_[0x97][0xb4][0x3][0xee][0xe8][0xb7][0xee][[0x80]e[0x7]t[0xff][0xbb][0x95][0xba][0x91][0xd3]6t[0xa1][0xa3]6u[0xc4]x[0x5][0x5][0xb7][0xe0]e U[0x8e]aF[0xc2]+[0x5][0xaf][0xb1][0xc2]p[0xb7][0xad][0xbf][0xd5][0xa0][0x85][0xac][0x84]U[0x5])[0xac][0xd1]x[0xe4][0xf5][0x93]*[0x11][0xd1][0xf2][0x8b]~[0x5][0xeb][0xd8][0xe0]&?[0xb2]u[0x93][0x9b][0xde][0xe0]-[0xc3][0xd8][0x15][0xd8][0x95][0xb]|[0xeb][0x86]Q1[0x14][0xbc][0xc3]&[0xc7][0xf0][0x9e]f[0xdb][[0xc8][0xc]CO[0x8e]a[0xa4][[0xfc][0xa5]0[0xe9][0xd3][0x18][0xed]"[0xf7] [0xcd]d[0xac][0xd7][0x1d][0xf2][0xcf][0xa5]Z[0xd5][0xca][0xf9][0x8c]vB[\r]b][0x86][0x1c][0xbc]N[0x0][0xc3]Vv[0x8b]q[0xe7][0x90]a![0xd0][0x9e][0xb3][0xab][0x95][0xe][0xad][0x90][0xec][0x8d][0x15][0x87],[0xf5]e[0xb5]-[0xbd]&x1[0xc4]o[0xfc][0x88][KpM[0xb8][0xcc][0x8a][0x85][0x9e]f[0x16][0x8]v[0xd3]f[0xd7]I[0xed]a[0x9a][0xfe]mC[0xe0][0x8f][0x3][0x8c][0xb][0x85][0xde][0xc3]t[0x8a][0xd3]J[0x9a]A_[0xe8][0xc][0xec][0xb]ml[0x18][0xa1][0xb7]S[0x18][0x9d][0x18][0x5][0xd7][0x93][0x8][0x80][0xf][0xb7]i[0xed]'u[0x8d]S[0x14]O[0xfe][0x8];[0xed][0x0][0x97][0xd7][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83][0x9d][0xe7][0xdb]E[0xbe]l[0xd9]!Q<[0xaf][0xe1]k[0x9e]'0)@[0xb8]0[0x85];T[0xf7]n[0x9b][0xef][0xde][0xa5][0xcf]O[0xbe]i[0x81][0xe6][0xbe][0xe8]8[0xd3][0xec]xN[0xf5][0x1d][0xb4][0xa6]"[0xe1][0x6][0x1c]6[0x9c]"q[0x8e][0xbe][0xfd]38[0xb7][0xa3][0xa1][0x6]$[0x1b][0xbc].[0xb1]D[0x1a][0xe8][0xa7][0x83],[0xe][0x1f]"[0xe1]h[0x3]n;[0xa5]+[0xfb][0xd1][0xaf][0x18]8[0x83][0xe7][0xe7][0x15][0xd8][0x9]"[0xca]i[0xca][0x18][0xa0][0xb9]x[0x10][0xa3][0xf7][0x1c]yV[0x9][0x1a][0x7][0x1f][0xa2][0x96]^[0xcc][0xe2][0x1][0x1e]R[0x6]5[0xc7]#<[0x16]PS[0x82][0x10][0x13];N[0xc8][0xd6]B(%[0x8]][0xf8][0xfc]d[0xb3][0x8][0x5][0x4][0xa1]`s[0xfe][0x9b][0xcd][0x11]z&O[0xa1]px[0xa1][0xb]l[0xd6]ExD[0xc7]qB0A[0xe8][0xa6]Z[0x86][0xe9][0xb9]D[0xe1]![0x84]aq[0x8f][0x11][0x91][0x17][0xfd][0x3]PK[0x7][0x8][0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/SelfDescribing.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0x94][0xd4][0xe2][0xe4][0xa2][0xcc][0xa4][0xd4][0x90]|F[0x6]Y[\r][0x9f][0xfc][0xa2]t[0xfd][0x8c][0xc4][0xdc][0xe4][0xa2][0xd4][0xe2][0x12]}[0x17][0xb0]\AIf~[0x9e][0xb5]f[0x18]Pqp~iQr[0xaa][fN*#[0x83]ppjN[0x1a]DERf^[0xba]^VbY"#[0x83]4[0x8a][0x1][0xa8]J[0x18][0x19][0x4]@[0x8a][0xf4]s[0x12][0xf3][0xd2][0xf5][0xfd][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x85][0x91][0x81][0x99][0x81][0x5][0xc4]b`[0x5][0x92]L[0xc]l[0x0]PK[0x7][0x8][0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/StringDescription.class[0x8d]S[O[0x1a]A[0x14][0xfe]F[0x90][0x85][0x5][0xc5]"b[0x15][0xb5][0xb4][0xf6][0x82][0x8b][0x8a][0xf7][0xd6]k[0xab][0xa8]I[0x13]Z[0x93]jl|\`[0x94]5[0xb8][0xab][0xcb]R[0xfb][0x8f][0xfa]Z[0x93]VjM[0xda][0xf7][0xfe][0xa8][0xa6]g[0x96][0x15][0x17][0xdd]h[0x1f]v[0xf6][0xcc][0xb9]|[0xdf]7g[0xce][0xfc][0xf9][0xfb][0xf3][0x17][0x80]IlH[0x18][0x93][0xc1]0.#[0x80][0xac][0x8c][0x7][0x18][0xf][0x91]5!aRxl[0xf7][0x94][0x8c]i[0xcc][0x8]k6[0x8c]9[0xbc][0x94][0xf0]J[0xc2]|[0x10][0xb]2:[0xb0](\K[0x12][0x96][0x19]|F[0xcd]bH[0xe4][0xf][0xd5]Oj[0xb6][0xa2][0xea][0x7][0xd9][0xd5][0xe3]c[0xae][0x97][0xd4]B[0x85]/2[0x4][0x96]4][0xb3]V(/=[0xb2][0xcb][0xe0][0xcf][0x19]%[0xce][0x10][0xcd]k:_;*psG$2[0xc4][0xf2]FQ[0xad][0xec][0xaa][0xa6]&[0xf6][0x8e][0xd3]o[0x95][0xb5]*C*o[0x98][0x7][0xd9][0xb2]zT4y[0xd5][0xca]n[[0xa6][0xa6][0x1f][0xac][0xf3]j[0xd1][0xd4][0x8e]-[0xcd][0xd0][0x89][0xa6]/[0xed]-@p[0x6]-[0xa3]Q[0xc2]0[0x99][0xbe][0x1][0xc5]+[0xfb][\r][0xa0][0x2][0xc5][0x17]G\ [0x8d][0x12][0x82][0xee][0xac][0xb6]$1[0xc][0xde][0x89]A|j[0xf5][0x8a]/[0xa0][0xda]R[0x18]z[0xd2][0xb7][0xa1][0x85]6F[0xa7][0xec]i[0x84]4#[0xfb]vk[0xe3]s[0x91]_[0x9d][0xc9]W[0xb5]L[0xd1][0x18][0xf]M[0xfe]t[0xce][0xae].[0xd2][0x97]c[0x88][0xa7]=[0x95][0xcb][0xdb]F[0xcd],[0xf2]MM[0xf4]2q[0xab]m[0xe3][0xa2][0x84][0xa1][0xf7]f[0xe5]ZM[0xab][0x94][0xb8][0x19]A[0x1c]=bIF[0x10]C7[0xc3][0xd0][0xdd][0xb7][0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^Kx[0x13][0xc1][0x0][0x14][0xb1][0xc]JX[0x8d][0xe0]1[0xd6][0x18][0xba]=N[0xc8][0xd0][0xcd][0xfc][0xa1][0xa6][[0xda][0x11]w[0x5][0x93]9[0xa3]V)[0xa5]t[0xc3]J[0x9d][0x9a][0x9a][0xc5]S%7U[0x1c]9[0x1][0xbd][0xce]0[0xd0][0xa2]jM[0xad]r[0x97]&bn[0xdc][0x80][0xcb][0xb7][0xb5][0xcf]0[0xdf][0x1c][0xb4]D[G[0xad][0xeb]Z[0xf5]V[0xe1][0x90][0x17]i[0xfa][0xe3]^[0xb3][0xc7]0[0xe1][0xbe][0xf4]\Y5[0xb7][0xf9]I[0x8d][0xeb]E[0xde]2h-[0xcf]E[0xf1][0x98][0x13][0x97]g[0xa7]l[0x1a][0xa7][0xcd][0xc1][0xee][0xa3])[0xf0][0x6][0xa2][0xd6][0x4][0xe8]U[0x83][0xde]xL\[0x1e]Y[0x12][0xd9]t[0xa1][0xb4]&h[0xb7][0x0][0x1f]Y@D[0xb9][0x4][0xdb][0xab][0xa3][0xad][0xe][0xdf][0x19][0xed][0xdb][0xd0]K[0xab]L[0x8a]!LO[0xfd][0xa1]m[0xd9][0xb9][0xe8]C[0xbf][0x8d]I3[0xe1][0xe0]lR[0xa6][0xc8][0x95][0x95]:[0xfc]J[0xe6];[0xda][0xaf]Q:[0x89][0x3][0x88][0xc2][0x8f].[0x84]H[0x8d]@J4[0xb2][0x1d]$a[0x9]u[0x8c][0xe2]4/[0xe][0xe6]<[0xe5][0x8][0xbe][0xe8]%[0x2]$MR[0xce][0x11][0xa1][0x9d]P[0x9f]T[0xbe][0xa1]=s[0x81]p[0x1b]>~A[0xf4][0xdd]%:[0xf6]b[0x9d][0xa3]uD[0x9f][0xd9][0xc5]a:f[0xc4][0x81]N[0x10][0x14]0B[0xbe]Q[0xf2]*[0xa4]*C[0xc7][0x1c][0xb3][0xa9]R[0x4][0x17][0xa5][0xc8]0[0x9e][0xda]-H6[[0x90][0xc4]3<',A[0xff][0xc2][0x8b]>y[0x81][0xae][0xff][0xa7][0x9f]"[0xdf],y[0xa7][0x89]n[0x86]([0xe6][0xee][0xa5]O[0x93]d[0xd1]*z[0xb6][0xe][0xfd][0x94][0xd3][0xba][0xa0][0xa0][0xf7]h[0xfd][0xb2][0xab]{[0xc1][0xe6]Td[0xec][0xac][0xd1]PK[0x7][0x8]r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.class[0x95]U]s[0xd3]F[0x14]=[0x1b]+[0x91]#D[0x1c][0x1b][0xea][0xf0]];[0xb8]A[0x96][0x3].P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc5]&m[0x13]'[0xc5][0xd4][0x9][0x1d][0xe2]I'}adg[0xe3](#[0xcb][0x19]Ia[0xca]L[0xff][0x8][0xfd][0x3][0xbc][0xf0]B[0x81]x[0x6]fx[0xe4][0x81][0x1f][0xc5][0xf4][0xae],[0x14][0xcb]v[0x86][0xf0][0xe2][0xd5][0xde][0xaf]s[0xef]9[0xbb][0xeb][0x8f][0x9f][0xde][0xbe][0x7]p[0x1d][0xf][0x15]L[0xe3][0xe6]$[0x12][0xf8]A[0xc1]-[0xfc][0xa8]@[0xc5]m[0xb1][0xbd][0xa3][0xd0][0xcf]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xa2]$[0xe3][0x9e][0x82]8n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb]/"[0xfe]W[0x19][0x8b]q[0xcc][0x88][0xd8]%[0x19][0x15][0x19][0xcb][0xc]'[0xea][0x9b],?^[0xa9][0xae]U[0x96][0x1f]1[0xcc][0xd7]:N[0xab][0xb8]c[0xb4][0x9b][0xe]w[0xbd][0xa2]i{[0xdc][0xb1][\r][0xab][0xf8][0x88]o[[0xbc][0xe9][0x99]Ox[0xfd][0xe9][0x1e]_1[0xed]-[0xee][0x94][0x18]T[0xfe][0xf7][0x1e][0x99][0xf9][0x96][0xb0]2$k[0xbb][0xc6][0x13][0xa3]h[0x19]v[0xab][0xb8]d[0x19][0xae]K![0x93][0xeb]f[0xcb]6[0xbc]}[0x87][0xfc][0xa7][0x7][0xfd]e}[0x81]BN[0xb6][\r][0xaf][0xb9][0xc3][0xdd]uc[0x9b][O[0x19][0x8a]Z_[0xdc][0xc3][0xc6].![0x94][0xa2]}U[0xb8][0xdb]t[0xcc]=[0xcf][0xec][0xd8][0xa5][0xfc]_[0xc][0x19][0xad]^[0xff]B[0xc8]D[0xd9][0xb4]Mo[0x81][0x9a][0xd0][0x86][0xba][0xcc]o0HK[0x9d]-j1Q3m[0xbe][0xb6][0xdf]np[0xa7]n4,[0xb2][0xa4]j[0x9d][0xa6]am[0x18][0x8e])[0xf6][0x81]Q[0xf2]vL[0x97]A[0x8b]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xc4][0x10][0x15][0xd3]h[0xd9][0x1d][0xd7][0xb4][[0xab][0xfe]d[0x82][0xaa]t[0xb4][0xc]E[0x6][0xa5][0xae][0x1e][0xb3]F[0x99]F[0x14]l[0xcd][0xc][0xf5]/X[0x14]#[0x14][0xb5][0xaf]QOd(^[0xb8]g[0x88]i[0xc2]$[0x7]b0|3B[0x6][0xc1][0xa4]dz[0xbc]-x[0x19][0xf2]2Lo[0xf9][0xb4]7[0xf8][0xaa][0xe9][0xfa][0x85][0xbe]ZMj[0xe1]T;H[0xee]s0[0x9c];:[0x89]!^nZ[0x81][0xbe][0xb7][0xca][0xf5][0xbb][0xc3][0x88][0xb][0xd1][0xec]E[0xc3][0xe5][0x3][0xbc]*[0xeb][0x9d]}[0xa7]Il[0x8]Q.[0x1d])[0xc3]5QZ[0xc5]9[0xcc][0xa9]8[0x85][0xd3]2VT[0xfc][0x86][0xfb]*[0xaa]x[0xa0]"[0x89][0x94][0xf0][0xe5]d[0xfc][0xae][0xa2][0x6]M[0xc6]*[0x9d][0x92][0xa3][0x1a][0xcf][0xad][0xed][Vd[0xc8][0xc4][0x90]E[0xad][0xda]6w|[0x9d][0xb9][0xab]b[0x6]gT[0x14]0[0xcf][0xa0][0x1f]_k[0xd1][0xd2][0x1a][0xc3][0xdc][0xf1][0xe][0x1a][0xc3][0x99][0xa3][0xb8]"[0x81][0x7][0x99]%[0xee][[0xdc][0xf3][0xfb]#[0xe5][0xb4][0xfc][0x88]'`z[0x9b][0xba]X[0x8e][0xbc][0x14][0xb9][0x11][0x97]pDfb[0xc0]D*[0x99]n[0xd5]v=[0xc3]n[0xf2][0xc1]>#[0xb4]En[0xc9][0xba][0xe7][0xd0]x[0xa5]j5[0xbf]!e[0xe9]1[0x9c][0xa6]'t[0x8c]8![0xb5][0xe8]+%t[0x4][0x9d]w[0xdf][0x9a][0x86],I[0x82][0xe6][0xd0]r[0x16][0x12][0xc5][0x9e][0xa7][0xaf][0xb][0xb4]o[0xd0]:F[0xab][0xa2]w[0xc1][0xf4][0xc2][0x1b][0x8c][0xbd][0xa4]][0xc][0x17][0xe9]w[0x8a]V C[0xf1]YLb[0x16][0x97]h[0x97][0xee]E[0xe3][[0xb2][0xc3][0xff][0xea][0xa1]e#[0xbe][0xd9][0xd0][0x97][0xe]q/[0xfb][0xb8]9[0xda][0xb][0xdc][0xc7]T[D'{[0xb8][0xfa][0x1]b[0x7][0x90]F[0xc0][0xe7])M[0xa7][0x11][0xb]}[0xf0][0xc9][0x10]>[0x89][0xef]h[0xe0][0x1e][0xbc]Jk[0xcf]'[0xe0][0x5][0xd8]\[0x0]v[0x9f][0xb2][0x84]/[0xae][0xff][0x87][0xf1].&[0xe]1[0x14][0xbf][0xde]u[0xc8][0xb8][0xe1][0xd7][0xef][0xd5][0x88][0x7][0xf5][0xb3][0x11][0xcb][0xac]_[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4][0xa0][0xea].a[0x88][0xec]\[0xe1][0x3][0xb2][0xfa]k[0x8c][0x15][0xe] ?CZ/[0xbc]C|[0xb3][0x8b][0xc9][0x3]([0xcf][0x88][0xfe][0xe7][0x90]b/B[0xc4][0x9][0xbf][0xde][0xed][0xbe]ir[0xe1]49[0x9a]V[0x8f]L[0x93][0xb]q[0xe9][0x92][0x4][0xb8][0xff]P%_[0x18][0xc2][0x9d][0xfa][0x8c][0xfb]/T[0xbd]0[0xdf][0xc5][0x89][0xe7]$ea[0x9e][0xa0][0xff]<[0x9c]2E[0x9d][0x2]?[0x8b][0xff]M:[0x8][0x8b]T[0xb3][0xe2][0xe3]g[0x2][0x81]?[0xe3]g[0x2]|[0xf1]u[0x15][0xd7][0xa8][0xbb][0xc3]N2A'q[0x14]C^[0xaf]`[0xdc][0xcf]K[0xbc][0x83][0xba][0x99]:9[0x1e][0xeb]b[0xea][0x15][0xc6][0x5]0[0xeb][0x1b]6E0[0xbd]3[0xf0]=Q-[0xd6][0x1b][0xd4][0x8c] [0x9f]n[0x1b][0xca]X[0xc0][0xd9][0xff][0x1]PK[0x7][0x8]}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/TypeSafeMatcher.class[0x95]Uks[0xda]F[0x14]=k[0x14][0xb]d[0xd9][0x18][0xe2]G[0xea][0x84][0x94][0xd4]n[\r][0xc2]1}[0xa5][0x8f][0x98][0xba]I[0xfc]h[0x8][0xd8]I[\r]%u[0xfa]p[0x5][0xac][0xb1]2 <[0x92][0x9c]&?%[0xfd][0x3][0xfe][0xd2][0x99]N_[0xf6][0xa4][0x9d][0xe9][0xc7]v[0xa6]?[0xaa][0xd3][0xbb][0x92][0x90][0x1][0x13][0xa6][0xfd][0xc2][0xee][0xde][0xbd][0xf7][0x9e]s[0xcf][0xde]+[0xfe][0xfe][0xe7][0xb7]?[0x0][0xbc][0x5]=[0x82])[0xac]([0xf4][0x93]S0[0x8d][0x8f][0xc4]qU[0xc1][0xc7][0xb8][0xa5] [0x86][0xdb][0xc2]vG[0xc1][0x1a][0xd6][0x85][0xcb]F[0x18][0x9b]c[0xf8][0x4]w[0x85]%[0x1f][0xc6]=q([0x84]Q[0x14][0x97][2[0xb6][0xc3]H[0x8b][0xb0][0xfb]2[0x1e][0xc8][0xf8][0x94]a[0xac][0xbc][0xfb]`co3[0xbf][0xbd][0xbe][0xb1][0xc3][0xb0]Tl[[0x8d][0xec][0x81][0xde][0xaa]Y[0xdc]v[0xb2][0x86][0xe9]p[0xcb][0xd4][0x9b][0xd9][0x1d][0xbe][0xdf][0xe4]5[0xc7]x[0xc2][0xcb][0xcf][0xe][0xf9][0xa6]a[0xd6][0xb9][0xb5][0xc2][0xa0][0xf2][0xa7][0x87]d[0xe6]uae[0x88][0x15][0x1f][0xeb]O[0xf4]lS7[0x1b][0xd9][0xb5][0xa6]n[0xdb][0xe4][0x12])[0x19][\r]Sw[0x8e],[0xba][0x9f][0xea][0xbf][0xcf]i[0xab][0xe4]2[0x9a]3L[0xc3]Ye[0x8][0xa5][0xd2][0x15][0x6]i[0xad]]'[0xe7]h[0xd1]0[0xf9][0xf6]Q[0xab][0xca][0xad][0xb2]^m[0x92]%^l[0xd7][0xf4]fE[0xb7][0xc]q[0xf6][0x8d][0x92]s`[0xd8][0xc]W{[0x89][0xb]>%}[0x9f]o[0xe9]N[0xed][0xc0][0xa5]:[0xd3][0x1b]L[0xf7]~[0x82][0xf9][0xa1][0x91][0xb9]ryEp[0x9c]J[0x9d][0xab]Mp[0x9d]=g[0x16]%[0x89][0x9b]l[0xea][0xff]H)"[0x14]'83[0x8c][0xb7]\|[Pi>c[0x98][0xee][0x6][0xba]_}L[0x19]V[0xd2][0x8f]H[0xbb][0x14][0x11][0x14][0x9b][0x99]:[0xb7]k[0x96]Q[0xe5][[0x86][0xed][0xc6]v"[0xb3][0x3]"{[0xa9][0xad][0xbb][0x91][0x87][0x8e][0xd1]6]"[0x92][0xe1][0xf0][0x96][0x90][0xfb]\[0x1c][0xc3][0xc5][0x96][0x9f][0xbe]+[0x88]a[0xee][0xe5][0x9][0xe9]U[0x89]!CR[0x10][0x1d][0x8e]+[0xfb]53L[0xf6][0x17]C}Z[0xef][0x6][0xc][0xe7]jM[0xbf]in[0xe4][0xca]7[0xcf]3][0xed][0x85][0xba][0xa3][0xdb][0xfd]/[0xaa][0x94][0xda]GV[0x8d][0x4][0x17]M0[0xd5][0xf7][0xec][0xcb]"[0xa1][0x8a][0x19][0xcc][0xaa][0xb8][0x82]E[0xf1][0x93]Pq[0x9][0xaf][0xc8][0xd8]QQBY[0xc5]g[0xa8][0xa8][0xb8][0x81][0xeb]2[0x1e][0xaa][0xf8][0x1c][0x9a][0x8a]44z[0x90]ou;[0xa9]'e[0xec][0xaa]x[0x84]/T|[0x89][0xaf][0x18]F[0x92])[0x15]_c[0x8f][0x81][0xa5]U,[0xe1]:[0x83][0xf6][0xdf][0xdb]C[0xc0][0xc3]peX[0xa3]2\zY[0xc5][0xa4]g[0xbf]>[0xa4]`[0x83];n[0xc3][0xd2][0x9b][0xa6][0xd2][0x3][0x6]wr[0x9f][0xb0]7z[0xe6]{a[0xc0][0x10][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x88][0x8c][0xf6][0x99]Hk[0xc3][0xce][0x9b][0xb6][0xa3][0x9b]5[0xde][0xcf][0xb3][0xa7][0x8f][0x14][0xfd][0xf0][0x90][0x9b][0xf5]2J[0xc][0x97][0xbb][0xd1]J[0x8e]e[0x98][\r][0x82][0x1b][0xd2]h2[0x95][0xb4][0xad][0xb7][0xc4]s[0xf6]T[0xe4][0xc7]R[0xf]y[0xe9]+z[0xf3][0x88][0xf7][0xe5][0xef][0x8c][0xd4][0xb0][0xfc][0xb3][0x3][0x8][0xe5][0xf3][0xe9][0x8a]t[0x8d][0xbe][0xad][0xd3][0xf4][0xad][0x1e][0xc1][0x9c]h[0x19][0xda][0xc5]E[0xaf][0x80][0x6][0xc3][0xb5]^F[0x18][0x92]h![0xb2]\%[0xcb]][0xb2]1Z[0xc3][0xda]O`[0xa7][0x18][0xf9][0x91][0xf6]![0xbc]J[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdd][0x80]r[0xc8][0x94]%I;[0xd5][0xf3][0xc3]5[0xbc]F[0xeb]|[0x8f]e[0x81]V[0x91][0xf5]u[0x8a][0x11]Y[0xab][0xb4][0x8a]hE;EH[0xcb][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9],[0xef][0x4][0xad] /[0x89]N[0x11][0xca][0x9c]tQ\o?[0xb7][0xd8]y[0x9c][0xe7]{[0xee][0x16][0x82][0xbb][0xcb]A=o[0xb8][0xb8][0x8b]~5{[0x94][x[0xc7]<\[0xed][0x4][0x17]N0:[0x0]~[0x91][0xc2]R[0x98][0xa4]99[0x83][0x8f][0x5][0xf0]1[0xba][0x9b][0xf5][0xe1][0xbd]"c[0x1e][0xbc]$[0x89][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc0]3[0x94][0x85][0x6][0xc8]/[0x9a]Sf[0x91][[0xd6]2K[0xa7][0x90][0xfb][0x95]|[0xf][0xa3]x[0xdf][0x85]Kzn[0x1][0x9c][0x8c]ed][0x18][0x19]o[0xd2][0xbf][0xec]HW[0xdd]rP[0xb7][0xf0]z;[0x80]~[0x87]([0xbd][0xeb]R[0x11][0xd0]5_[0xef]D[0xe6]O[0xcc]i[0xbf]@[0xca][0x9c] [0xfc][0x1c]Q[0x8d][0xd6][0xc8]s[0xc8][0xd2]1[0xa4][0xd0][0xf7][0x1][0xa1]Q[0x17][0xec]vW[0xed][0x89][0x80]L[0xc2]'sV{[0xc2][0xa7][0x10][0x13][0x9f][0x18][0x1f][0xf0][0x7][0xbf][0xd6]B[0xe6]/[0xa8]^[0xbd][0xc7][0xb8][0xd5]A[0xfe][0xe][0xd9][0xa5][0xb8][0xf2][0x2]c$[0x91][0xfb][0x4][0xaa][0xbb][0x8f][0x8f]{[0xa6][0x17][0x98][0xa0]C[0xd4]=<[0xb3]f[0x8e][0xb5]][0x87]*[0xe][0xf0][0x84][0x96][0xcb]Z[f[0x89]q[0xe5][0xa9])o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3]V[0xc4]I[0xe][0xb4]o-[0xa2][0x9][0xd3]x[0xa0]w[0xb3][0xd3]3[0x8e][0x89][0x16][0xb4][0xc1][0xbe]xJ@`E[0x94][0x90][0xad][0x1][0xa1][0xc1][0x99]z[0x8d]g[0x5][0xf4][0x8a]3D[0xbd][0xa0]G-Z [0xf6]R[0xe7]U][0x9a][0xea][0xce][0xc7][0x1d]M1[0x2][0x9b][0xca][0x17][0xa8][0xfa]j&[0x83]'[0xe8]_[0xb1]v[0xfa][0x1f][0x8f][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbb]=4n[0xa7]7[0x17]v @6[0x1d]j[0xb2];hf[0x96]F[0x17][0x8d][0x81][0xd8]]H[0xb1][0x9e][0xef][0xe1][0xfa][0x96][0xde][0x9a][0xf0]8=7[0xd1][0x8][0xfa]W[0xce][0x8d]V[0xf8][0xd1][0x86]Nzk[0xb3]vS[0xfc][0xdd][0x0][0xb7][0xac][0xe8]O[0x96][0xad][0xed][0x11]k;D[0xe6][0xbd]du[0xe1])z[0xb2][0xbc][0xbf]Ql[0x99][0xc6]T[0xec];[0xb8]V[0xd1]$a[0xbc]w[0x15]n[0x9][0x9f][0xe1] [0x19][0xb2][0x84][0x9f][0xe1][0x19]tG[0xdc]=[0xab][0xf0][0xba][0xf0]9:[0xe2][0x11][0xf7]*|.[0x84][0xfd][0xab][0x8][0xb8]0MK[0xf1]U[0x4][0x9b][0xd0]t[0xe7][0xab][0xbf]q[0xdf][0x11][0xb0][0xb7][0xd3][0xa9][0xec][0xd9]A[0xc9][0xbb][0x89][0xea]!"{[0x84][0xde]N[0x10]0Fa[0x80][0x12]w[0x10][0x94]([0xad][0xba][0x9][0xe4]a[0xc4][0xd0][0xc3][0xa9][0xa6][0x4][0xad][0x14][0xe2][0xe8]%[0xa8][0xcc][0xea]C?[0xc1]w[0x8]Z[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "yZ[0xfb][0xf7]p[0x91][0xf7]a[0xbf]M[0xec][0x12]Eg2[0x84]{[0xc2][0xa1][0xf0]c[0xe1]M[0x16][0xbf][0xcd]2[0xa6]K[0xc2][0x6][0xf8][0x8e].l!9J[0xa2][0x86]E[0xf6]0[0x9e][0xa6][0x9c][0x96][0xa8]![0x8e]"lg[0xf2][0xb3]O[0x10]Ea[0x99][0x8e][0xd1][0xc8][0xd6][0xfc][0xf7][0xd1][0x9][0xc0][\r][0x4][0xa9]Sj[0xc1]-:[0xa0][0x1f][0xd2]q[0xbd]M[0xdf][0xbb][0x8f][0xe8][0x93][0xf3]1][0xb0]O[0xb8]L'-[0x0]B[0xa6][0x94][0x90])%dJ[0x9][0x99]R[0xb6]L[0xcc][0x1a]#K[0xa6][0xf8][0x9].[0x98][0x87][0xb]V[0x8a][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0x96][0xa4]h[0x96]t[0xe3]e[0xd2]9[0x9f][0x8b][0xd3]8[0xc3][0xc7][0x17][0xff][0x1]PK[0x7][0x8][0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/AnyOf.class[0xcd]W]S[0x14]G[0x14][0xbd][0xbd][0xec][0xcc]~[0xb0]*[0xc1][0xaf][0xac][0xb2]FMHp[0x1]Ww0[0x1f][0x2][0xab][0xa8][0x11][0x8d][0xb]$B4[0xa2]&5,[0x3][0x8c]ag[0xac][0xd9]!%[0x95][0xef][0xbc][0xf1][0x90][0xdf][0x90][0xa7][0xbc]%U[0xc9][0x8b][0x98]X[0x95][0xaa][0xbc][0xe6]5[0xcf][0xf9][0x19]yM[0xe5]tOO[0xef][0xe][0xbb][0xb][0x11][0x8c]%[0xf][0xd3]w[0xa7][0xef]=[0xf7][0x9c]33[0xdd][0xcd][0x1f][0xff][0xfc][0xfa][0x1b][0x11][0x9d][0xa6][0xbb]i[0xda]EW[0xd3][0xa4][0xd1];I[0xba][0xc6][0xc7]r[0x82]&[0xf8][0x88][0x9b][0x93]4[0xc5][0xa3]w[0x13][0xf4]^[0x9a]Rt[0xbd][0x93][0xa6]i[0x86][0x17] [0xe7]}F[0xfa][0x88][0xed][0xd8]~[0x89][0xd1][0xc1][0xbe][0xf2]=[0xf3][0x13][0xb3][0xb0]l:[0x8b][0x85][0xab][0xbe][0xe5][0x99]s[0xcb][0xd6][0xf0][0x89][0x1b][0x8c][0xe2][0x17][0xdd]y[0x8b][0xd1][0x9e][0xb2][0xed]X[0x93]+[0xd5]9[0xcb][0x9b][0xe1]s[0x8c][0xba][0xcb]n[0xc5]\[0xbe]az6[0xff]-o[0xc6][0xfd]%[0xbb][0xc6]([v[0xbd][0xc5][0xc2][0x92]Y[0xad]xV[0xcd]/T\[0xcf]*[0x8c]9[0xab]S[0xb][0xc3][0x8c][0x92]U[0xd3][0xaf],Y[0x1e][0xd2][0xf6][0xb5]j[0xca][0xe8]@[0x14]y[0xf5]~[0x88]~[0xa4][0x1d][0xec][0xc8][0xcc][0xcc]p[0x9][0x95][0xc5][0x16][0x80]#[0xd1][0xa2][0x89][0xa0][0xfb][0xc8][0xa0]([0xe1]E[0xa9]i{[0xd1]1[0xfd][0x15][0xf][0x1d][0xce][0xb4][0xf2]a[0xb][0x4][0xee]R"[0x10][0x5]M[0xfb][0x1b][0x11][0xa6][0xe6][0xee]Y[0x15][0xf8][0xc4],#[0xe6]r[0xcb][0x9a][0xa6][0x18][0xa5][0xe7][0xad]Z[0xc5][0xb3][0xe7][0xac][0x19]d[0xe4][0xfa][0xa2][0xbd].[0x89][0xb9][0xfb][0xbe][0xed]:[0xa2]O[0xe7]|[0xfd][0x6][0xa3]C[0xed][0x93][0x19]i&w[0x86]Q[0xa1][0xf5][0xa3][0xdd][0xe4][0x9]-[0x8d][0xcc][0x9c]mfZ[0xda][0x8e]5[=[0xb0][0xec][0xf5][0x15][0xc7][0xb7][0xab][0xd6][\r][0xbb]f[0x3]n[0xcc]q\[0xdf][0xe4][0x2]j[0xe2]5h,[0xbe]lV|[0xd7][[0xe5]O[0xb9][0xef]v[0xcb][0xb6][0x9b][0x8a]:[0xd8][0xa6][0x6][0x9e][0xb7][0x9e][0x91]"[0x18]M[0xb7][0xb1]c[0xd3][0xb2]-[0x95][0x8f][0xf7][0xb5][0xe6][0xf3][0xe4][0xca][0xb4][0x5][0xdb][0xab][0xf9]M~[0xd5][0x5][0xea]5[0xab][0xe2]:[0xf3][0x8c][0xba][0x2][0x19]+[0xbe][0xbd]\([0xdb]5[0xfe][0xf6][0x1d]n-B[0x92][0xec][0xd9][0xdc][0x99][0x93][0x1b][0xf0][0xb6][0xfc][0xd4][0xaa][0xed][0xde][0xac][0xf6]$vd[0xf2][0xdd]'2y[0x1b][0xd6]c[0xb9][0xf3]`[0xec][0xda][0xd3][0xd5][0xb5]#[0xcd][0xb5][0xa7][0xa0][0xf9][0xc9][0x9d][0xd0][0x17][0xdc][0x15][0xcf]_b[0xf4][0xfd][0xb3][0xb3]bG6[0xad][0xfd]o6m[0xeb][0xb]^[0xe0][0xde][0xfd][0xfe]|x[0xb7]#_[0xbf]{[0xc6][0xbe]n[0xc3][0xed][0x9a][0xfd][0x80][0xbb][0xfd][0xd7][0xf3][0xef][0xf6][0x8e][0x9e]Da[0x93][0xb3]D[0x83][0xee]i[0xdf][0xb3][0x9d]Eq[0xba][0x88]=8[0xc5]/[0xa7][0xa3]'[0x15][0x99][0xc0][0xe8]Bk[0xc3]Z[0xf0][0x98]^r=[0xbf][0xb2][0xe2]_t[0xab]s[0xb6]#6[0xf4][0x90]Uz[0x1a][0xb]E[0xc5][0xba]l[0xf3][0x3]]Z[0x10]>[0xc9]13[0xb4][0x9b][0xf6]d[0xa8][0x87]8[0xf][0xd7][0xcb][0xd0]Q[0xba][0x80]][0xbb][0x8d][0xc6][0x4][0xdd][0xcc][0xd0][0x7]t+C[0xaf]P/[0xa3][0xbd][0xf5]}h[0xcc][0xf3][0xcc]U[0xbe][0x19]q[0xc0][0xd9][0x4][0xdd][0xce][0xd0][0x1d][0xca]1[0xea][0xfd]O,[0xb1][0x8b][0xb6]8[0xbf][0xcd][0xf2][0x3]\[0xd7][0x86][0x1e]8[0xa1][0xe8]f[0x8d]w[0x2]8[0xe][0x3][0xcd][0xa7][0xbe][0xe6][0xdd][0xb6][0xa3][0x8f][0xdb][0xbc];z[0x1f][0xb7][0xcd][0xf9]y:[0x86]s[0xfa].[0xe2][0x9d][0xc4][0xb8][0x19][0x14][0xa3].[0xfc][0x9a][0xc5][0x18][0xc3][0xa8][0xe7][0xfb][0xd7][0x89][0xfd][0x8c][0xa8][0x83]^[0xc0]5-[0xee]v[0xa3]j/[0xae]D[0x7][0x82],[0xfc][0xda]'Pt[0xda][0x8f]{[0xb0]02[0xf7][0xa2][0x9a][0xcb]b[0xee][0x10][0xe2][0x18][0x1d]F[0xd4]C9\y[0xbf][0x9][0xe0][0xf3][0xec]D[0xbe]?[0xfe][0x90]b?[0xa8][0x86]:[0x12][0x8]p[0xf5]f[0x9][0xd5],AG[0xe8]%[0xd9],#[0xf2][0x12][0xb2][0x19][0xc3][0x83]<&[0xa1][0xaf]K[0xe8]d[0xbe][0xbf][0xbb][0xe3]![0xc5]7[0x8a][0xe9]AU[0xae][0x1]?[0xa9][0xf0][0x93]t[0x9c]^[0x8e][0xe0]'%~[0x8a][0xbf][0x1]@[0xe1][0xf8]oc[0xe4]s[0xa9][0xc7][0xa4][0xdd][0xca][0xaf][0x93][0xfe][0xd3][0x6][0xf2][0xaf][0x9][0xf0][0x0] %[0xfc][0xa1][0x6][0xc8][0x94]p[0x85][0xa4]+[0xaf]";[0xa8][0xeb][0xc3][0xb8][0x86]6'd[0x9b]K[0xb8]'([0xe4][0x1f]Q[0xe2][0x11]%7v)6tI[0x2]3[0x1f][0xe9][0xc2][0xef][0xf4][0xab].[0x3][0x91].\[0xcc][0xa0][0xec][0xf2]-f;0[0xe6][0x1e]S[0xea][0xd6]:[0xa5]'[0x6][0xf2][0xbf]Pg[0x8c]n[0xe][0xf4][0xcb]1[0xd2][0xba][0x9b][0xe2][0xb8][0x8e][0x2][0xbe][0x84][0xf2]s[0xf0][0xe6][0xbc][0xa0]q4[0x0][0xa1][0x93]T[0x10]N[0xe6][0xe8][0x14]"&h[0xec][0xc7][0xbf][0x8f]1A[0xad][0x9e]UTY[0x86][0xca][0x1a]BV@[0xf7]L[0x13][0xdd][0xd7]%[0xdd][0x1f]1[0xcb][0x19][0xf4]J[0xba][0x93][0x83][0x92][0xee][0xa0][0xa4];8 [0xc7][0x8][0xed][0x3]x[0x89][0xae][0xa1]Q[0x19]0[0x13][0xa0]=[0x9]2S[0x82]z>[0x0]T[0xd4]{%u[0x1e][0xbd][0x81]([0x86][0xaa][0x9c][0x10][0xd1]!D[0xd4][0xf3][0x8b]*[0xdf]P[0xf9][0x86][0xca][0x1f]B~ [0xe7][0xcd]&9oI9b[0x96]33[0xa4][0x9c][0xb3][0xf1]l\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xca][0xc6][0xfb][0xc3]` [0xc][0x6][0xc3] "[0xee][0x10][0xa0][0xf9][0x7][0x9c][0xa2][0xdb][0x10]t[0x7][0x1f][0xda]][0xb4][0xf8][0x10][0x8f][0xf8]#!p(h[0xa1][0x4][0x1a]J[0xa0]![0x5][0xf2][0xe8],[0xa2][0xe]`[0xe4][0x85][0xd4][0xb8][0x90]Z[0xaf],[0xaa]JCU[0x1a][0xaa][0xd2]P[0x95]C[0xa8][0xc]D[0xf]7[0x89][0x1e][0x91][0xa2][0xff][0xc6],g<[0x1a][0x8a][0xd6][0xb2]Z(Z[0xb]Ek[0xa1]h-[0x14][0xad]e[0xe3]a[0x14][0x91][0x4][0x9f]3[0xd1]=[0xb4][0xf8][0x18]r[0x97]![0xbf][0x8a]f[0xe][0xe4][0xbb] y_XP[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a]*[0xb]F[0x95][0x5][0xa3][0xca][0x82]Qi[0x1][0x8f]F[0x11][0xc5][0x81]8$[0xcc][0xd0][0x84][0x19]u[0x8c][0xa2][0xc2]0[0x14][0x86][0xa1]0[0xc][0x85]a([0xc]nd`K[0xa9][0xc9][0x96]s[0x81]-[0xec] f[0xb9][0x92][0xf1][0xd0][0x16]=[0xab][0x87][0xb6][0xe8][0xa1]-zh[0x8b][0x1e][0xda][0xa2]+[[0xf4][0xac][0x16]F[0x11][0x83][0x8e][0xe3][0x85]$[0xfa][0x14][0xcd]>[0x83][0x19][0x9f][0xc3][0xa0]/[0xd0][0xf6]K[0x18][0xf4][0x15][0x88]Mc[0xf4][0x8d]0[0xe9]J[0xd0]^[0x99]4[0xae]L[0x1a]W&[0x8d]+[0x93][0xc6][0xa5]I<:[0x8f]H[0x3]~I[0xd8][0xa5][0xb][0xbb][0xea]hE[0x85]f(4C[0xa1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]Ph[0x86]B[0x1b][0x2]Z`[0xdc]X[0xa3]q]c|[0xe3][0x96][0xeb][0xfd]M p[0xc]l%[0x3][0xeb][0x94][0xa9]/[0xf7][0xc1]:[0xb9][0xa7]a[0x81]j[0xdc]J.[0x8a][0xa5][0x9e]G[0x97][0xb0][0xa4][0xc7]Zl*[0xe1]rt[0x19][0xa4][0xf8]x[0xe5]_PK[0x7][0x8],[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.class[0x9d]S[0xdb]n[0xd3]@[0x14][0x9c][0xcd][0xcd][0xc4]5[0xad][[0xa8]![0xa5][0xd0]+[0x90][0xa6][0x2][0x8b]7[0xda][0x98][0x8][0x11][0x9][0x81][0x14][0xe0][0xa1]UT[0xde]X[0xbb]K[0xb2]Ub[0xa3][0xb5][0x83][0xc4]_[0x81][0x4]T[0x2][0x89][0xf][0xe0][0xa3][0x10]gS[0xc7]m[0xda][0x80][0xa2]>x[0xcf][0x9e][0xcb][0xce][0x8c][0xc7][0xde][0xdf]~[0xfc][0x2][0xf0][0x8]U[0x13][0x6]V[0xcb](a[0xcd][0xc0][0xba][0x89]<6[0xf4][0xb2]i[0xe0][0xae][0x81]{[0xc][0xc5][0xf7]R[0xc5][0x9][0x83][0xd3][0x8a]T[0xc7][0xed][0xf2]~[0xa0]D[0x9c][0xb8][0xaf]x[0x12]t[0x85][0xaa]3[0x94][0xf7]d'[0xe4][0xc9]@[0x9][0x86][0xe5][0x89]C[0xde][0x83][0xfd][0x83]z[0x83]FK[0x9e][0xc]e[0xd2]`[0xa8]T'[0xa3]m[0xb5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd][0xe8][0x90][0xa0][0xe6]Z2[0x14][0xaf][0x7]}_[0xa8]}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xf7][0xa8][0xb2][0xd0][0x8a][0x2][0xde]ks%u[0x9e][0x16][0xb]IW[0xc6][0xc][0x8b][0xcd][0xa8][0xef][0xcb]P[0xd7][0x9e]EI7[0xc5]c[0xb0]^[0x86][0xa1]P[0xcd][0x1e][0x8f]cAc[0xf5]q[0xda] R[0xc2]==[0x99][0x9e][0xda][0x9c][0x88]E[0xf2][0x8d][0xfe][0x8][0xd6][0x19][0x97][0xf2][0xe9][0xc3]H[0xce][0xd3][0xcb][0x13]x[0xa9]I+[0x93][0xbd]IM[0xd4][0xe][0xe5]yx[0xc8][0xf0][0xe4]_[0x1e]N#[0x81]x[0x8a]D[0xad][0xdf][0xe5][0xc5][0xff][0xf9][0xa6]A[0x1b]I[0xaf]z[0x7][0xbb][0xad]#[0xfe][0x91][0xbb]=[0x1e]v[0xdc]7[0xfe][0x91][0x8][0x92]z[0xe3]b[0x89][0xc1][0xdc][0x8b][0x6]*[0x10][0xcf][0xa5]v[0xcd][0xb9][0x80][0xf8]P[0x1f][0xb1]`[0xe1][0xbe][0x85]+(3lL!C[0xcf]_[0xb5]P[0xc1][0x12][0xc3][0xce][0xa5][0xbf][0x3][0x83]}^/Y^[0xdd]j[0xd3]e)[0xd1]][0x1][0xe8]W[0xd4][0xa2]([0x9a][0x94][0xe5]0C[0xf][0xd3][0xdc][0x14]g[0xa9][0xe2]S[0xcc]Q4k[0xc7]`[0xb5][0xed]o[0xc8]}[0xa1],[0x8f]9Zg)[0x2][0x8f]Q[0xc0][0xe]![0xec][0xc2][0xa6][0xcc]9[0x99][0xc6]<[0xae][0x3][0xc3][0xdd][0xe2][0x10][0xdd][0x19][0xeb][0xdd][0xc8]z3[0x19][0xf3]M[0xda][0xd1][0xeb][0xa6][0xbc][0xef][0x8][O[0xdb]?[0x91][[0xfb][0x8a][0xdc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb][0xdf]Q[0xfc][0x9c][0xb1][0x97]h[0x1e][0xf0][0xce][0xb0][0xda][0x19][0xab][0x8d][[0xe7]X[0xed][0x8c]U[0xf7]NY[0x97][0x9][0xed]dw[0x1b]w[0x86]q[0x5][0xd7][0x86][0xda][0xe8][0x8a]So[0x1][0x95][0xbf]PK[0x7][0x8][0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.class[0xa5]S]o[0xd3]@[0x10][0x9c]s>L\[0xd3][0x9a][0x2].[0x81]B[0x81][0x16]HS[0x81][0xc5]+I[0xf3]@[0x4][0x2])mU[0xb5][0x8a][0xca][0x1b]gs$W%6:;H[0xfc]+[0x90][0x80]J [0xf1][0x3][0xf8]Q[0x88]=[0xd7]qI[0x9b][0xa2]H}[0xb0][0xf7]vwnfn[0xed][0xfb][0xfd][0xe7][0xc7]/[0x0]OQ[0xb3]`[0xe2]n[0x5]e[0xdc]3q[0xdf]B[0x1][0xab][0xfa][0xb5]f[0xe2][0x81][0x89][0x87][0xc][0xa5][0xf7]R[0xc5][0x9][0x83][0xdb][0x89]T[0xcf][0xeb][0xf3]a[0xa0]D[0x9c]x[<[0x9][0xfa]B5[0x18]*{[0xb2][0x17][0xf2]d[0xa4][0x4][0xc3][0xf2]TP[0xf3][0xf1][0xfe]A[0xa3]E[0xd0]rS[0x86]2i1Tk[0xd3][0xd9][0xd6][0xbb][0xc][0xc5]v[0xf4][0x8e][0xa8][0x16]:2[0x14][0xdb][0xa3][0xa1]/[0xd4]>[0xf7][0x7]TY[0xec]D[0x1][0x1f]t[0xb9][0x92]:[0xcf][0x8a][0xc5][0xa4]/c[0x86][0xa5]v4[0xf4]e[0xa8]k/dBT[0x19]#[0x83][0xfd]:[0xc][0x85]j[0xf]x[0x1c][0xb][0x2]nN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x7][0x91][0x12][0xde][0xc9][0xde]l[0xd7][0xda]9lt[0x4]s8&v'[0xed]|[0xfa]0[0xb6][0xf4][0xfc]"[0x12][0xcd]lT+[0xd3]'[0x94][0x8d]R[0xcf][0xc9][0x88][0xc8][0xc4][0xe6]y[0x83][0x9c][0xc5][0x3][0xc9][0x94][0xa2]$=[0xcc][0xab][0xff][0xcb][0xcd][0xc2]6v^k[0x1e]<[0xeb][0x1c][0xf2][0x8f][0xdc][0x1b][0xf0][0xb0][0xe7][0xed][0xf8][0x87]"H[0x1a][0xad][0xb3]%[0x6]k/[0x1a][0xa9]@[0xbc][0x94]zl[0xee][0x19][0xc6]'z[0x8b][\r][0x1b][0x8f]l\B[0x85]au[0x6][0x1b][0x1a][0xd9]F[0x15]7[0x19][0x1a][0x17][0xf8][0x10][0xc][0xce]i[0xc7][0xc][0x85][0xda]z[0x97][0xee]L[0x99][0xae][0xc]@[0xa4][0xb6]E[0xd1][0xa2][0xcc][0xc0][0x1c]=L[0xab]S[0x9c][0xa7][0x8a]O[0xd1][0xa0]h[0xd5][0x8f][0xc0][0xea][0x1b][0xdf]`|[0xa1][0xac][0x80][0x5]z[0xcf]S[0x4][0xb6]P[0xc4]61[0xec][0xc0][0xa1][0xcc]=F[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0x1][0xe9][0xea]z[0xca][0xee]N[0xf4][0x96][0xf2][0xde]\[0xae]|[0x83]Vt[0xe0]L[0xf7]-qk[0xb4][0xf3][0x13][0x85]7[0xf5][0xaf]0[0x8e]P[0xdc][0xf8][0x8e][0xd2][0xe7]\[0xbd]Lx`[0xf7][0x1f]U'Wup[0xeb][0x94][0xaa][0x93][0xab][0xea][0xde][0x89][0xea]2[0xb1][0x1d][0xaf]n[0xe3]N[0x1a]Wp5[0xf5]F7[0x9d]z[0x8b][0xa8][0xfe][0x5]PK[0x7][0x8][0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher.class[0xbd]V[S[0xdb]F[0x14][0xfe][0xd6]8[0x18][0xb][0x91][0x80][0xe3]@[0xcc]%![0x9][0x10]cC[0xdc][0x96][0xde][0x88][0x1d]Z[0xc2][0xa5][0xd0][0x9a][0xd0]`[0x7]J[0xda][0xb4][0x95][0xed][0xc5](cK[0x8c]$:C[0xa7]O}[0xeb]_[0xe8]o[0xc8]C;[0xd3][0x96][0xa1][0xcc][0xf4][0x7][0xf4]GurV[0x12][0x12][0xb6]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa1][0xd3][0x7][0xed]Y[0xed][0x9e]=[0xdf]w.:[0xab][0xbf][0xff][0xf9][0xf3]/[0x0]o[0x83]K[0x88]c%[0x8a]N[0xac]v[0xe3]S|&[0x86]|7[0xd6][0xf0]$[0x82][0xf5][0x8]>[0x97]h[0xe7][0xa9][0x84][0x8]6[0xc4][0xac][0x10]AQB76"x&[0xa1][0x7]+b[0xd8][0x8c]`KB[0xaf][0xd8][0xfc]BBL[0xc8]m[0x86][0x81][0x5][0xbd]^R5[0xa5]T[0xe3]K[0xaa][0xb5][0xcb][0x8d]5[0xc5]*[0x93]`[0x90]W5[0x8d][0x1b][0xb]5[0xc5]4[0xb9][0xc9]p[0xc3]W|[0xac][[0xbb][0x9e]Z[0xa4]~2[0xeb][0xcf][0xeb]F5[0xb3][0xab][0xd4][0xcb][0x6]7[0xad][0x8c][0xab][0x91]e[0x88][0x16][0xd4][0xaa][0xa6]X[0xfb][0x6]g[0x18][0xe]T[0xca]M[0x17][0x8b][0xd9]9R[0xed][0xcc][0xa9][0x9a]j[0xcd]1$[0x92][0xc1][0xd6]&7[0x19][0xc2][0xb]z[0x85]L][0xcb][0xab][0x1a][0xb2]_/q[0xa3](h1[0xc4][0xf2]zY[0xa9]m*[0x86]*[0xde][0xdd][0xc5][0xb0][0xb5][0xab][0x12][0xff][0xf1]F{e[0xdd][0xe0][0x19][0xdf]%[0x9f]l[0xa3][0x8d][0x83][0xbd][0x13];[0xa9][0xf3][0x18][0xc8][0xb9]~[0xdc][0xe][0xa6][0xef][0xfa])[0x9c][0xe8]q[0xe2]f[0x16][0x94][0x1d]^;`[0xc8]$[0xf3]/[0x95][0xef][0x94]LM[0xd1][0xaa][0x99][0xf5][0xd2]K^[0xb6][0xb2][0x8d]6[0x16][0xb9]Y6[0xd4]=K[0xd5][0xb5][0xec][0xe4]srL[0xb5]x]8[0xdd]r[0x8e][0xa1][0xab][0xae][0x9a]6[0x0][0xc3]`{+[0xc][0x1d][0xc4][0x87]a4I[0xe2]l0[0xa9]b/[0x94]xQg[0x18]I[0x9e][0xa1]L[0xbe]uW[0xfc][0x5][0xc2]P[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0xa3]v[0x9]=g^[0xae][0xe8][0x96]]e+gG[0xf6]"I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9]d[0xaf][0x8f][0x82][0xb8]WS,^[0xc9][0xab][0xa6][0xb5]E[0xdf][0x0][0xc3]t[[0xae]v[0xa8][0xf7]-[0xb5][0x96][0x99]7[0xc][0xe5]@[0x1c][0xb1][0xa3][0xed]([0x88][0xcf][0xa4][0x8d][0xca]L[0xd0]z[0xee],W[0x4][0xc3][0xa7][0xff][0xe2][0xec][0x9b][0xd8][0xc][0x97]t[0xe1]c[0xe1]2[0xf9][0x18][0xb]l[0x6]d[0xfc]V;[0xf4][0xfc]J[0xc1]F[0xff]>G[0xb3][0x87][0xad]%;[0xd7][0xd6]S[0xe7][0xe4]%h[0xe5]<[0xf0][0xc4][0xc6][0xbe]f[0xa9]u[0xbe][0xa9][0x9a]*[0xe9][0xcc]k[0x9a]n)[0xa2]H[0xcd][0x96][0xee][0xb5][0xac][0x94]-[0xdd]8[0x10]-[0x89][0xab]N[0xe5]=[0xfb][0x8f]"[0xd6][0xd0]g[0x9][0xe0][0x87][0xff])$[\r][0xb8]~P[0x16]r[0xc5] [0xf0]F[0xe3][0xa2][0xf][0x8a]N[0xb5][0xa8]*UM7U[0xad][0xda][0xf4]-I[0x5]}[0xdf]([0xf3]eU[0xb4][0xca][0xfe][0x16][0x1a][0xf][0x4][0x80][0x8c]a<[0x97]q[0x13][0x89][0x8][0xbe][0x94][0xf1][0x15]^[0xc8][0xf8][0x1a][0xdf]D[0xf0][0xad][0xc][0x5]%[0x86]{[0xe7]p[0x88][0xae][0xac]V[0xad][0xf9]Zm}G[0xc6][0xfb][0xf8]@`[0x94][0xc5]0[0x12][0xac][0xa8][0x1d][0xac][0xef]0\[0xf][0xf8]pdT[0xf0][0x82]a[0xf6][0x8d][0xeb][0x8c]!{[0x89][0x84]0L[0x9c]/[0xe2][0xd4]P[0x93][0xa2][0xc9][0xc6][0x83][0x8a][0xc3][0xbb][0x8f]E+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb8]QD+[0xef]=i[0xe5]k[0xde][0x1d]q[0xc1][0xcb][0x87][0xd0]o[0xb6][0xdb][0xa5][0xe0]*{{\[0xab][0x9c]Z[0x13]![0x9f]m[0xaa][0xe6][0x2][0xaf][0xed]8*[0x14][0x8d]js17[0xde]R[0x3][0xa7][0xe9][0xad]Z[0xdc][0x10][0xd1][0xb3]it([0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xd0]/O[0x9c]~[0x93][0xe8].[0x14][0xc5]Er[0x90][0xde]B[0x18]B[0x17][0xcd][0xa9][0x14]h~[0x8b]VJ$C$[0xa5][0xd4]!X*[0xfd];B[0xbf][0xd2][[0x7]n[0xd3]x[0x95]$[0xed] L[0xbf]MQ[0xc8][0x18][0xa5][0xb7]~G[0x9b][0xec][0xdf][0x5][0xec][0x99]c[0xfd]^[0xc3][0xde][0x98][0xb7]7[0xe4]![0x8f][0x93][0x9d][0x9][0xdc]wq$[0xdb][0xc2][0xfa]p[0xea]7[0x84][0xd2]G[0xe8][0x8][0xe1]g[0xf4][0xda]/SG[0x8][0xd3][0xe6][0xab][0xf0]+[0x8f]I[0x8c][0xce][0x82][0xfe][0xd3]z[0xd0]G6cd1n[0xb3][0x19]ulxl[0x86][0x91][0xc4]$![0x8a]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0xc2][0xf2]y[\r]{[0xbc][0x84][0xd6][0x94][0xc7]k[0x9a]f[0xf][0x90][0xa1]Q[0xf0][0xda]t[0xe3]![0xa7][0x5][0x97]#\[0x9]a[0xcb][0x8f][0x88]d[0xef]%([0x1e][0x83][0xa7][0xa2]!{[0xf8]2[0xde]"T'[0x1a][0xb2][0xcd]CvQ[0x19][0xfd][0xb0][0xbe][0xe3][0xfa]^[0xa1][0xdc][0x88]s[0xf1]ctn[0x1f]#[0xb2][0x9d]J[0x1f][0xa2][0xeb][0x10][0xd1]CH[0xbf]xX[0x9d][0xf6][0xf9][0x91]S8q[0xf]'[0x8e][0x99][0xa6][0xa8][0xc7]=[0xef][0xc4][0x9e][0x1f][0xf5]wi[0xf6]^;[0xe4][0xee][0x13]d9[0x0][0xf9][0xce][0xa5][0x91]C[0xa2][0xf9][0xb8][0xc8]?[0x91][0x14][0xb9]J[0x1c][0xa3]g[0xfb][0x10]W[0xd7][0xa6]D|[0xff][0xc0][0xb5][0xad][0xa9][0xb4]=[0xfa][0xf0]N[0xb2][0xc7][0xa9]P'([0xdd][0xf7]1@[0xe9][0xf2][0x93][0x9d][0xf0][0xa8]$\*][0xa4][0xf5]!f[0xdd]d[0xfb]Zc[0x9e][0xd6][0x90][0xa7][0xf5][0x90][0xb4][0x1c]zY*[0xe9][0x1c][0x1e][0x91][0xb6][0xa0][0xb7]DR8[0x1d]=F[0xef]6}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "}[0xcd][0xd1][0x98][0xb1])89[0x8d][0xda]5[0x8f]SY[0x16]+s$[0x1d][0xd3][0x1f][0xe1]c[0xf7][0xdc][0xbc][0xbd][0xf7][0x18][0xb][0xad]01[0x1]s[0xbd][0x19]f[0xe5][0x2]0[0x8b][\r]0[0x1d][0xee][0xea][0x12][0x96]m[0xf9][0x9][0xa5]G[0xc4]2DO'n[0x90][0xa5]^[0x92][0x3]H[0xbc][0x6]PK[0x7][0x8][0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/hamcrest/core/DescribedAs.class[0xa5]V[0xcd]W[0x1b]U[0x14][0xff]M[0x12][0x92][0x90][0x19]ZJ[0x81][0x12]([0x16][0xb4][0x1f][0xf9][0x82]T*[0xd5][0x16][0x8c]R(-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x94][0x92]Hm[0x11][0xda][0xc9][0xe4]5[0xc]&3afB[0xc1][0xaf][0xea][0xd2][0x8d]{[0xb7]n[0xdc][0xb8][0xb0]*[0xb4][0xe8]9[0x1e][0xd7][0x9e][0xe3][0xde][0xbf]F[0xbd]of[0x8]!L8=[0xc7][0xcd][0xcb][0xbd][0xef][0xdd]w[0xef][0xef][0xde][0xfb][0xbb]o[0xf2][0xe7]?[0xbf][0xfe][0xe][0xe0]u|[0x15]A[0x14][0xb7]Z[0xd1][0x85][0xdb]|[0x99][0x89][0xe0]=[0xbc][0x1f][0xc2] WfE[0xcc]a[0x9e]Kw"X[0xc0][0xdd][0x8][0x16][0x91][0xe5]K.[0x82][0xf][0xb0]$[0xe2][0x1e]>[0xe4][0xea][0xfd][0x8][0x1e]`[0x99][0xab][0x1f]qu[0x85][0x9f][0xae][0xf2][0xe5]!w[0xf0]([0x4]9B>[0xf2]a([0xdc]M![0x4]&[0xe0]t[0x81][0x99][0x8a][0xa1]V,U[0xd7]r[0xac]\)[0xc9][0x16][0xed]v[0xcc][0xae][0xcb][0x9b]r[0xba]$k[0xc5]t[0xd6]2T[0xad]8& T[0x96]-e[0x8d][0x19][0x2][0xba]gu[0xa3][0x98]^[0x93][0xcb][0x8a][0xc1]L+=[0xe7][0xec][0x93]IkV-j[0xb2]U5[0xc8]G[0x9f][0xa7][0xd1]x.7[0x96]![0xcb][0xe0][0xa6]\[0xaa]2[0x93][0x0],[0xd7][0xc5][0xba][0x93]_g[0x8a]E[0xc7][0xe2][0xc4][0xe2][0xad][0x87][0xb][0x13][0xb9][0xdc][0xcd][0xc5]y[0x1]Q[0xc7][0xa4]j[0xa9][0xa5][0xb4][0xc1][0x8a]l+[0xbd] [[0x16]34[0xee]h\[0xd5]T+# [0x13];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xda][0x1b][0xa7]G[0xc4][0xf8][0x92][0x80][0xc0][0xa4]^ [0xdc]'gU[0x8d][0xcd]W[0xcb]yf[0xe4][0xe4]|[0xc9][0xae][0x86][0xae][0xc8][0xa5]%[0xd9]P[0xb9][0xee]n[0x6][0xac]5[0x95][0xe0][0x9f];[0x1c]B[0xd1][\r][0x96][0x9e][0xb2]K[0x9a]g[0x85][0x9]s[0xcc].V[0xfd][0xed][0xed][0xca][0xbe][0x87][0xf3][0xc7]_[0xdd][0xaf][0xd4][0xe4][0xcb][0xe6][0xe5]\h[0x92][0x9c][0xdb][0x91][0xf0])>[0x93][0xf0]9t[0x9]_[0xf0]e[0x3]O$\[0x7]a[0xea]?v[0xd0]8[0xa6][0xb]D[0xb6][0xb][0xb1][0xe5][0xcb]C[0xd7]V[0x92]q[0x9]O[0xf1][0xa5][0x80][0x9e]f[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "hQJ[0xba]F[0xf9]u[0xc6][0xe2]^[0x13][0xd3][0xe9][0xd5][0x1e][0x1]g[0x9a][0xbc]b[0x2][0xae][0xd4]SbrM6[0xb2]l[0xa3][0xca]4[0x85][0x8d][0xc5][0x8f][0x19][0x8f]#[0xfe]j[0x91][0x2][0x8f]U[0xad]`w[0x92][0x6][0xbb][0xc5]t&[0x88]4>C[0x8d][0xdc][0xa3][0xcc][0xcd]j[0xde]t[0xe5][0xee][0xd8][0xcc]L[0xdc][0xeb][0xf5][0xef]i6T[0xd4]r[0xb9]RaZ!G[0xc3]*`[0xd8][0x83][0xdd][0xf1][0xe3][0x9e][0x81][0x96][0xa2][0xa1]W+[0xfc]][0xf2][0xe]|[0xea]`oF[0xb3](O[0xca]/\[0x91][\r][0x93][0x91][0xda][0xf0][0x9c][0xed][0xc7][0xa3][0xc9][0xbd][0x9c][0xf6][0xf4][0x1b][0xa4]3"$[0x9d]]$[0xed][0x1b][0xfa][\r][0xf0][0xd3][0xc4]s[0x8][0x89][0xe4][0xe]|[0x89][0xd4][0xe][0xfc][0x89][0xa1]][0x4][0xfe]@[0xcb][0xe][0x82][0xcf][0xe8][0xd4][0x8f]K[0xb4]v[0xa3][0x85][0xd6][0x1e][0xb2][0x8f][0xa2][0x95][0xfc][0x9d][0xa0]xQ[0x8a][0x16][0xa3][0xdd][0x84][0xe3][0x5]q[0x92]`K[0x1c][0x8d]`K[0x1c][0x8f][0xcf][0x96]8[0x12]?[0x92][0xb6]/[0x9f]k[0x9f]r[0xed][0xcf][0x12]V[0x9f][0x8b]z[0x88]n[0xd2][0xa4][0xd2][0xca]1[0xde][0xa5][0x1d]n-&~[0x81]?[0xb9][0x87][0x90][0xf]?[0xd4]@[0x5][0xed] [0x3]6[0x8][0xc7][0xa9]X[0x3]![0xe2]2[0xfd][0xf5][0x11][0xec][0x80][0x92]m'[0xba][0x1][0x5][0x8c][0xe0][0x8a][0xeb][0xfe]o[0x82][0xce][0xc1][0xaf][0xfe][0x84]0E[0xf0][0xed][0xa2]u[0xce][0x9f]I[0xed]"[0xf2]-F[0x92]|[0xa7][0x9f][0x14]q[0x17][0xd2][0x1e][0xda]|[0xb8][0xc7][0xb7][0x82][0xa9][0xc0].N[0xbc][0xc0][0xc9][0x91]=[0xb4][0xd3][0x1e][0x19][0x9c][0xca]|[0xff][0xef]_[0xfd][0x8e][0x83][0x8e][0xef][0xd0][0xe1][0xdc][0xdc][0xc5]i[0xe7][0xd6]A[0x19]/R[0xf1]@[\r][0x10]Ik#[0xdc][0x9d][0x84][0xe9][0x12]![0x1e]#[0x9c][0x93][0x94][0xf6]<%[0xbe]B[0xb8][0xf][0xca][0xba]Z[0xcb]h[0x15]o`[0x94]p[0x8b][0xc8][0xe2]*[0xde][0xa4]|[0xdb][0xa8]"[0xb]?[0xb7][0xb0][0x8b][0x98][0xda]C[0xa7][0x1f][0x7][0x98]"v[0xe5]F[0xc9][0xef]U;[0xee][0x80]c[[0x8b]+a[0xdc][0xae]$[0x97]8[0x2]_]4[0xc9][0x8d][0xf6]5[0xde]F[0x86][0xee][0xf1]h[0xcb]D[0x15][0xee]A[0xfc][\r]][0xf7][0x13][0xc9][0xd4]st[0xff][0xd8][0xd0][0xb2][0xdb]u[0x81]Dr[0xda][0xe7][0xb6][0xcc]a/[0x97]8[|[0x87][0x9a][0xc7]9[0xb2][0xcf][0xec]w[0xf0][0xae][0xeb]k[0x82]~[0xc3][0xb8]A[0xc5]sR[0x1d][0xb4][0xad][0x81][0xd6][0x8e]3/[0xd0][0xf3]3[0xc2][0xcf][0xec]Z[0x1c][0x84][0xee][0xae][0x11]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xed][0xdf][0xe9][0xff][0x0]PK[0x7][0x8][0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/Every.class[0x95]V[W[0x1b]U[0x14][0xfe]N[0x12][0xc8]m[0xa0]4I)P[0xa0]Q+[0x6][0x2][0xa4]X[0xad]B"[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "h[0x95][0x8b]6[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Zu[0x92][0xc][0xe1]t%3[0xac][0x99]IW[0xf9])[0xfa][0x7]|[0xe1]A[0xd7][0xf2][0xb2][0xa2]k[0xb9][0xfa][0xdc][0x87][0xfe]$u[0x9f]3[0x93]iB&[0xa8]/[0xe7][0xb2][0xcf][0xde][0xfb][0xdb][0xdf][0xbe]L[0xf2][0xe2][0xaf][0xdf][0xff][0x4][0xb0][0x4]5[0x86][0x11][0x14][0xa2]P[0xf0]A[0x1c][0xc3]X[0x8d][0xe3]C[0xdc][0x13][0xcb]Z[0x1c][0xeb][0xb8][0x1f][0xc1]F[0x1c][0x9b][0xd8][0x12][0x97][0x8f]"[0xf8]X\[0x1e][0x84][0xf1]I[0x8c][0xc]>[\r]c[[0xec];a[0xec]2[0x84][0x1b][0xaa]]9[0xd1]L[0x86][0xd1]m[0xc3][0xac][0xe5]N[0xd4]F[0xc5][0xd4],;[0xb7][0xe3][0xc8][0xf3][0xc][0xd1]"[0xaf][0xe9][0xaa][0xdd]45[0x86]I_[0xa5][0xc2]B[0xa9][0x94]_%[0xd5][0xc1][0x2][0xd7][0xb9][0xbd][0xca]0[0x9e][0xf1][0xf7]6{[0xc0][0x10][0xba]oT[0xc9][0xd5][0x95]m[0xae]k[0xbb][0xcd]FY3Kj[0xb9]N[0x92][0xc4][0xb6]QQ[0xeb][0x7][0xaa][0xc9][0xc5][0xdd][0x15][0x86][0xec][0x13]n[0x91][0xc3]n[0x15][0xc3][0xd4]r[0x9b]O5[0xf3],/#[0xef][0xb4];;m[0xdb]N[0xf7]3*[0xb8][0xf1][0xde][0xf4][0xf][0xd3][0xe5]#[0x82][0x1d]r[0xf2]c[0x15][0xd5]c[0xad]~[0xc6][0xb0][0x94][0xd9]~[0xa2]>UsuU[0xaf][0xe5][0x1e][0xd8][0x9a])[0x90][0xf2][0xdd]^64[0xab]b[0xf2]S[0x9b][0x1b]z~[0xf6][0x88][0x81][0xd9][0x82][0xdb]+[0xb3][0xbd][0xf2][0x13][0xad]b[0x13]|[0x80][0xdf]bH9/M[0x9b][0xd7][0x1d][0x87][0xb6]![0xb2][0x1e][0xab][0x18][0xf5]:[0xa9][0x91][0x13]O[0xa7][0x1b][0x94]![0xd9][0xe0][0x96][0x8c][0xaf][0x3][0x91]a[0xa2]4[0xc]Ab&[0xb2][0xd9][0xeb][0xaf][0x9d][0x93][0xbb]~[0xc][0x9d][0xc7][0xcb]i[0xc6][0xaa]RP[0xd6]J[0x6][0xc3]T[0xe6][0x12]e[0xca]k[0xbc][0xda][0x19]rT[0x13]U![0xb0][0x6][0xc3]b[0xbf][0xd6][0xe9][0xd7][0x9f]qNv;[0xed]6[0xbe][0xe1]_[0xd1][0xd2][0xbe]$W-[0xec][0xaf][0xf4]Vb[0xb5]O[0x1b]H#[0xdc][0x82]o[0x92][0x84][0xbe][0x80][0x19][0xd8][0xd4]m[0xde][0xd0][0xe][0xb8][0xc5][0xe9]aM[0xd7][\r][[0x15]T[0xad][0x9e]9[0xdb]R+Tp[0xd1][0xc6][0xb9]Lod[0x97]g<[0xf0][0xec][0xb6]X[0x96][0x18][0xe][0xb]%?^[0xdd][0xe6]b2D[0x1f]op[0xb5][0xa6][0x1b][0x16][0xd7]k[0x97][0x92])[0xb9]dbE[0xa3]iV[0xb4]-.F*&[0xe7]gQ[0xe8]+[0xb8][0x86]=[0x5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "W[0x91]P[0xf0][0x19]>[0xf][0xe3][0xa1][0x82]"J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6]q[0x10][0xc6]#[0x5]_[0xe0][0x90]![0xa2][0xea]iQ[0xa0]t[0x18]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbe][0xc4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0xe3]k[0x86]aYr[0xe7][0x89][i[0x5][0xdf][0xe0][[0x86][0xeb]}[0x6]V`[0x8d][0xd2][0x14][0xf5][0xc6][0xa9][0xe0]&[0xd2][0xc]3[0xff][0x8d])[\r]@F[0xb4]_[0x84][0xbb][0x93]F[0xf5][0xc8][0xcc][0xfa]O`[0xa2]WJ[0xdf][0xcb][0x13][0xd5][0xda][0xd5][0x9e][0xd9][0xd2][0x11][0x95] [0xa4][0xcb]K[0xaa][0xed][0xa4]{[0xc0]S~[0xad][0xe3]}t[0xa9][0x19][0xae][0xf9][0xd4]\[0xb8][0x1d][0xeb]Ww[0xaa][0x80]zz[0xaa][0xe9][0xd5][0x92][0xc4]][0xec][0xb4]/[0xda]&1[0xbd][0xd8][0xb0][0xdd][0xf3]?[0xd2][0x1e][0xd2][0x1d][0xf7][0xd3][0xf1][0xbf][0xfb][0x8e][0xb2][0x97]tB[0xe8][0x10][0xef][0x1d]3,_[0x98][0xa2][0xa2]V?vT[0xca][0xff][0x12][0x16]^[0xa3][0xdf][0xa3][0x11][0xfa]a[0xa3][0xa4][0x8b]~[0xa2]=I[0xb7][0x0]R[0x18][0xa0]3[0x95][0x9e][0xce][0xd7]IR[0xa6]=@{l[0xee]7[0xb0][0xb9][0xec]/[0x8][0xfc]D[0xb7] [0xc6]h[0x1d][0xa6][0x1d][0x88]#D[0xbe][0xa2][0x18][0xc2]8[0xdd]F[0x1d]mL[0xe0][0x6] O[0x8e][0xf7][0xc9][0xae][0xb7])[0xef]-[0xe5]!O[0xd3][0x89][0x1a][0xcb][0xc5]}I[0xbe][0x7]h_[0xcf][0xb6][0x10]d[0xd8]]h![0xc4][0xf0][0x1d][0xee][0xd0]a[0x80]a%4[0xf7]3[0x2][0xe3][0xa1][0x16][0x6][0x3][0xf8][0x1e][0x13][0xf3][0x89]p[0xb][0x91][0x0][0x1e]9[0xe2][0xf9][0x16][0xa2]A[0x4][0xcf][0xf8][0xfb]E[0xe8][0xdc][0x8b]w[0x2][0x83][0xb4]^[0xa5]s[0x2]3[0x84][0x9a]#[0xf4]vs[0x9b][0xcc]&b2z[0x11]|[0xb]q[0xa2][0xf1]*[0xc9]1[0xa9]2E!Ow$8[0xe9][0x5][0x94][0xc4]"[0x85][0xe1]$X[0x91][0x81]%][0xf0]([0x11][0xbc]M^[0x4][0xd4]&[0xed][0xe2]-[0xfa][0x7][0x94]C*[0xe5][0xd0][0x8f][0x1e][0xc0][0xa0]|X[0x90][0xce][0x1d][0x7]Q[0xfa][0xbb][0x93][0xa0]}[0xb2]K[0xf2][0xb6]t-X[0xdc][0xa1]L9v[0xef][0x2]#kT[0xb5][0xbb].[0xa3]#[0xf2][0x19][0x94][0xdd][0x92]}[0x8e][0xe1][0xf9]_q[0xe5][0xfc][0x2]ND[0xe2][0xa4][0x1d][0xad][0x8e].y[0x8f]r[0xce][0xe4][0xe9]}/[0xab][0x8a]+q[0xe8][0x4]\[0xf4]e[0xac][0xc8]=[0xff][0xf]PK[0x7][0x8][0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/core/Is.class[0x9d][0x95]s[0x1a]E[0x18][0xc7][0xbf][0xb]$[0xc0]q[0xfd][0x91][0x90][0xd6][0xa6][0xb1]i[0xaa]V[0x13]h[0x83][0xa9]m[0xb5]%F[0x93][0x90](J[0x12][0x1b]0[0xb5][0xce][0xe8][0xb8][0x1c][r[0x1d]8[0xf0][0xee][0xe8][0xd8][0xf7][0xe4][0x1f]:[0xa3]c[0xa2]3[0xbe][0x0]_[0x94][0xe3][0xb3]{[0xc7]q[0xc0][0x81][0x8e][0x93][0xc9][0xed][0xde][0xf3]<[0xfb]|[0xbe][0xfb][0xec][0xb3][0xc7]_[0xff][0xfe]'[0x80][\r]<[0xd3]p[0x1][0x1f][0xa6][0x91][0xc2]V[0x6][0x1f][0xe1][0xe3][0x14][0xb6]3[0xd8][0xc1][0xae]|[0x94][0xa4]e/[0x89]}[0x8d][0xdc][0x9f]h[0xf8][0x14]e9[0xfb]L[0xc3][0xe7][0xa8]$q[0xc0][0x90]ls[0xd7]8[0x15]6[0xc3][0xd5]J[0xc7]n[0x16]Ny[0xdb][0xb0][0x85][0xe3][0x16][0xe]<{[0x91]!]5[0x9b][0x16]w{[0xb6]`X[0x8a][0xc][0xda][0xac][0xd5][0x8a][[0x14]9[0xbb]iZ[0xa6][0xbb][0xc5][0xb0][0xb8][0x1a][0x9d]l[0xed][0x84]![0xb1][0xdb]iP[0xa6]K[0x15][0xd3][0x12][0x87][0xbd]v][0xd8]5^o[0x91]e[0xbe][0xd2]1x[0xeb][0x84][0xdb][0xa6]|[0xf7][0x8d][0x9][0xf7][0xd4]t[0xc6][0xc4][0x19][0x1d][[0x14][0xca]NQ9[0xc2][0x8b]^u[0xfb][0xb][0x97]"W[0xf4][0x95].G[0xb][0xf4][0xdc]R[0xa5]_[0x17]B_Y[0xad][0xbc][0xe0]/y[0xa1][0xc5][0xad]f[0xe1][0xa8][0xfe]B[0x18]nq[0xed]k[0x86]8[0xb7][0x9b]R[0xf4][0x98][0x93]Ak[0x8][0xc7][0xb0][0xcd][0xba][0xa8]u[0x18]n[0x8c][0xa0]J[0xca][0xd7]u[0xcd][0x8e][0xa5]H[0x99][0xc6][0xc0][0xc0]p}r0[0xc3][0xe5]~[0xde][0x3][0xd3]Q[0xfa][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x11][0xea][0xa6][0xf3][0x12][0xa6]+[0xda][0xc][0xd9][0xb6][0x9f][0xa3][0x14][0xc6][0xc7]d[0xb1][0xd7]'[0x9d][0xde][0xa4][0xe]9[0xdc][0xac]=[0x1e][0x97][0xb1]5[0xb5][0xc6]S[0x1b]i[0xf1][0xb8]g[0xb9]f[[0x9c][0x98][0x8e]I[0xa7][0xb9]mY[0x1d][0x97]K[0x85][0xe3][0xad][0xb0][0xcf][\r][0xb7]c[0xbf][0xa2]E[0xb9][0xa8][0x83][0x9a]$y[0xe6]%o[0xf5][0xa8]M[0xe2]Ddx8a[0x3][0xe4][0x9c].t-[0xcc][0xdc]mq[0xc7][0x99][0x8c]L[0xb8][0xd4][0x9d][0xc]sc+[0xa8][0x7][0xa4][0xeb]`p[0x13]G"[0xfa]4[0xad]$[0xba][0xb6]0[0xb8]+[0x1a][0xc][0xe5]IE[0x8f]\<}[0x1b]a[0xe2][0x80]A[0x8e][0xb8][0xe9]l3<[0x88]F[\r][0xa7][0xdc][0xe1][0x8e][0x18]I[0xab]U;=[0xdb][0x10][0xfb][0xa6][0xbc][0x90][0xc9][0xb2][0xb3].s[0xe8][0x98][0xc7][0xa1][0x8e][0x8b][0xb8][0x94][0xc4][0x91][0x8e][0xd7]qCaV[0x92][0xf8]B[0xc7][0x13][0x1c][0xeb][0xa8][0xa2][0xa6][0xe3]-[0xdc]fX[0x88][0xba][0xc3]2A6[0x89]/u[0x9c][0xe0][0xae][0x8e]U[0xac]%[0xf1]T[0xc7]W[0xd8]`[0xb8]6I[0x12]1Ve[0xf7]/D[0x95]at[0xdd][0xd0][0x95][0xd0]x[0xb7]+[0xac]FM[0xfc][0xe0][0xaa][0xab]1[0xa8]C[0xd5][0xb5]M[0xab]9Z[0xda][0xe1]+[0x9b][0xf5]V[0x87][0x8c]G[0xcf][0x19][0x1e][0x8d]\[0x8d][0xaa]h=[0xf7]B[0xea][0xff][0x9a]q1[0xaa]&{[0xdf][0xf7]x[0x8b]j,[0xe4]([0xbf]:[0xcb]QQe[0xcb]q[0xb9]e[0x8])A3[0x83][0x17][0xdc][0xa2][0xdf][0x84][0xb][0xf4]cB[0x9f]3y.4^[0xa6][0xb7][0x18][0xe6][0xc8].mY[0x9a]/[0x90][0xa5]Nc[0x8c]F-[0xf7][0x1b]X.[0xff]+b?[0xd3][[0x1c]W[0xe8]y[0x91]F[0xd0],[0x81][0xab]H[0xe3]5z[0x82][0xfe]U4[0xbd]][0x3][0xd4][0xcc][0xcb][0xbe]8[0xe4][0xbb][0x1e][0xf8][0xe6][0x2][0xf2][0x12][0xcd][0xa8]3[0xe8])[0xb9]O|n&[0xf7][0xb]b[0xf9]s[0xc4]c[0xf8]1[0x0][0xcf]R[0x10]h[0xc1][0x0][0x98][0x9][0x80][0x19],[0xe3][0xa6][0xf][0xd4]U\[0xc6][0x7]2[0xac][0xd0][0xb6][0xbd][0xf4][0xdf][0xf8][0xe9][0xb3][0xf9][0xf9][0xc4]9fb[0x90][0x98]s[0xcc][0xc6][0xf0]t[0xb0]?M[0x85][0xac]P5n[0x85]P[0xd9][0x0][0x95][0xc5][0x1b]xs[0x8][0x95][\r]P[0xd4][0xcb]>[0xea];[0xca]&[0xeb][0xa4][0xab][0x9d][0xdc]9G2[0x8e]Q[0xc6]m[0x12][0xf9][0xb6]b[0xac]x[0xb1][0x1]C'[0xfb]M[0x95][[0xc7];D[0x8b][0x85]h[0xba]OK[0xcb][0xb]A[0xeb]$m[0x8f]F[0xe9]K[0xff][0x81][0xd4]3:[0xb3][0xf4]O#U[0xbb][0xaf]0^[0x82][0xb4]:[0x1c][0x84]R[0xa6][0xd5][0x91][0xc0]?[0x92][0x1c][0xf2][0xfe][0xba];>[0xe6][0xae][0x8f])[0x91]M[0xc6][0xa7]rg[0xd0][0xce][0x90][0x19][0xa5][0xec][0x84]()[0xac][0xd3][0x16][0xc2][0x14]i)[0x4][0x94]w[0xc7]([0x1b][0xd4]R[0x92][0xf2]-[0xd9][0xbc][0xe6];[0x83]^[0xc9][0xf]q[0xbc][0xc2][0x1d]c[0x86][0xbe][0x1d][0xe1][0xc6][0xbb][0x87][0xf7]h[0x9c][0xa1][0xbf][0xfb]c[0x8d]w[0xf][0xf][0x2][0x9f]l[0xbc][0x87][0xaa][0xc4][0x9e][0x8a][0xf7][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x99]U[0xaa][0xf8]@)yDJ[0xe2][0xff]Q[0x9][0xa7][0xac][0xf5][0xff][0xad]$[0xac][0xa1]_[0x89][0x98]o}[0x8c][0xa2][0x1a]7[0xff][0x1]PK[0x7][0x8][0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/core/IsAnything.class[0x8d]SkO[0x13]A[0x14]=[0xb3][0xd4]n[0xbb][0xac][0xa2][0xbc][0x4][0x4][0xe4][0xe1][0xa3]][0x90][0xaa][0x84]/[0xd2][0x90][0xa0][0x84]G[0x82][0x98][0xc8][0xa6][0x8a][0xdf][0xa6][0xdb]IYBw[0x9b][0xdd][0xad][0x91][0xff][0xe4][0x7]L4DM[0xfc][0x1][0xfe]([0xe3][0x9d][0xe9][0xd2][0xee][0x2]E[0xbf][0xcc][0xdc][0xbd][0xf7][0xdc]s[0xce][0xde][0x99][0xf9][0xfd][0xe7][0xc7]/[0x0][0xcf][0xb0][0x9c]C[0xc1]@[0x16]E[0x3]9Xy[0x8a][0x16][0xfa][0xb1][0x88]':[0x96]d[0xda][0xd2]Qb[0xd0][0x1b]"[0xc]y]0[0xc][0xee][0x1e][0xf1][0x8f][0xbc]t[0xcc][0xbd]zi?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "\[0xaf][0xbe][0xca][0x90]-[0xbb][0x9e][0x1b][0xad]1[0xf4][0x15][0x8a][0x15][0x86][0xcc]+[0xbf]F[0xd0][0x81]][0xd7][0x13]{[0xad]FU[0x4]6[0xaf][0x1e][0xab]f[0xdf][0xe1][0xc7][0x15][0x1e][0xb8][0xf2];Nf[0xa2]C7d[0x98][0xde][0xf5][0x83]z[0xe9][0x90]7[0x9c]@[0x84]Q[0xc9][0xf1][0x3]Q[0xda][0x9][0xd7][0xbd][0x13]*+[0x91][0xd1]t[0xf3]I[0xf3][0x9c]`[0xfe][0xda][0xce][0xb2]m[0xaf][0xae]Q[0xfb]H[0xe1][0xb2]siVo[0xf0][0xc8]9[0x14][0xe1][0x5][0xc4][0x9b][0xea][0x91]p[0xa2][0xd5][0xe2][0x7][0x6][0xe6][0xa7];.1[0x18]5[0x11]:[0x81][[0x15]6![0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0x1b][0x1b][0xaa][0xd6][0x8c]\[0xdf]S:[0xfd][0xb5]n[0x82]a[0xa2]7[0x98]![0xc7]c[0xef][0xc]c[0x85]b[0x1a][0xf9]Z[0xb9][\r][0x8][0x95][0xdf]w[0xeb][0x1e][0x8f]Z[0x1][0x8d]`[0xb1][0x7][0xac]|[0xd9][0xb6][0x9c][0xc5][0xf8][0xdb][0x96][0x17][0xb9][\r]QqC[0x97]F[0xb8][0xee]y~[0xc4][0xa5]x[0xa8][0xc6][0x9c]$[0xda][0xe4]N[0xe4][0x7]'[0xd4]d]5[0xc0]^[0xe6][0xd6][0xfe][0x1b][0xdc][0xc3][0xe2]J[0xd9]~qE%M[0xf1][0x92][0x87][0xe2][0x9c]&>fc[0xdf]o[0x5][0x8e][0xd8]t[0xe5][0xcd][0x18][0xe8]^[0x83]%[0xc9]E[0xa3]][0xdf];[0xb0][0xb7]w[0xf6][0xb6]L[0xf4]cX.[0xa6][0x89]<[0xc][0x1d]OMz[0xc][0xcf][0x19]&[0xaf][0xbb]Lt [0xbd][0xc]\,m$[0x8f][0xdb][0xe0][0xcd][0xa6][0xf0]j[0xb6][0xf8][0x14]1,[0xfd]{6[0xc9][0xfb][0x80]Yz[0x86]9z[0xab]t[0xb][0xa5]U[0x8a][0xb2][0x14][0x93]sZo[0xd2][0xd7][0x16]4[0x8a][0x0][0xdd][0x1a]dg[0xd0][0xbe]P[0xd8][0x87][[0xb4][0x1a]T[0x0][0x86][0x8]>[0x8c][0x1][0x8a][0xcc]6[0xc][0xb7]q[0x87][0xf6][0xc1]TfH[0x9][0xd0]Lb[0xd2][0xf7][0xd4]+[0xbb][\r][0xeb][0xc]}[0xd6][0xc2]7d[0xba][0xbc][0xb7]h[0x7]F[0x91][0xc1]]24[0xa6][0xb8]G[0xdb][0xe8][0x98][F[0xd2]*K[0xa8][0x18][0x1d][0x95][0x11]B[0xb7]U[0xb6]i[0x97]}Z[0xe6]s[0x87]=[0xab][0xd0][0x93][0x9]V[0xad][0xc3][0xaa][0x91][0xe2]X[0x8a]U[0xeb][0xb0][0x8e]c"f[0xad][0xc4][0xde][0xcd][0x5][0xeb]+2[0xdf]qC[0xc3][0xbb][0x8b]S[0x99][0xa5][0x9d]Kh[0x98][0x1d][\r][0x13][0xf7]H=[0xa9]a[0xc6][0x1a]yLa[0x9a]X[0xa4][0xc6][0x8c][0xea][0x2]r?[0x91]=8[0x83]~[0xaa]{[0xdf]>[0xdf][0xd9]g[0xfe][0xfc][0xe7][0xd7][0xc7][0x0][0xfa][0xf1]][0x4][0x9d][0xb8][0xd8][0x4][0x11]oE[0xd1][0x8e]KQ[0xcc]`[0x96][0xde][0x8e][0xe2]2[0xae]4[0xe2][0x9d]([0xae]B[0xe2][0x83]B#[0x8a]|0[0x17][0x86][0x1c][0xa1][\r][0xf3][0x11],`1[0xc]%[0x82][0x16]\[0x8b][0xe2]][0xa8][0x11][0x94][0xa0][0xf1][0xb5]r[0x18]K[0xbc][0xbd][0x1e][0x86][0xce][0xd0],[0xab]rI[0xd6][0xcc][0xbc]d[0x16][0x17]e[0x9a][0xe8][0x9c]([0xeb][0xb][0x99]E[0xa9]T[0xd4]e[0xc3][0xcc]8[0xf3]Y[0x86][0xa6]IeA[0x93][0xcc]e]f[0xd8][0xed]k4thj*[0x9b]#[0xd3][0x86]!ES[0xcc][0x1c]C<[0xe1][0xef][0xad]w[0x9a]A[0x18])[0xcf][0x91][0xab][0x96][0x9]E[0x93][0xcf].[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2]>%[0x15]T[0x9a]i[0x9b]([0x17]%uZ[0xd2][0x15]>v&[0x5]sQ1[0x18][0x92][0xd5][0xfe][0x8a]e][0xce][0x8c][0x1b]#eU[0x95][0x8b][0xa6]R[0xd6]F[0xca][0x9a])Qpm!kQ[0xf1]:Z]Zw[0x96][0xd9][0xb4][0x97]![0x87][0xd1]^"[0xe]cNg[[0xc9][0x9a]2&[0xa5]yY]e[0xe8]OL\[0x93]nH[0x19]U[0xd2][0x16]2[0xe3][0xa6][0xac][0xf3][0xd0][0xd9]j/[0xa3][0xb2]Q[0xd4][0x95]%[0x1e]2[0xdb];C$[0x15]S.[0xf1][0x4]Tv[0x9e]+\#L[0x84] [0xa0][0xec]gh[0xb7]W[0x96]ME[0xb5]}[0x9a]e~4[0x91][0xa2][0xb][0xdd][0xb5][0xa9][0x8e][0xcb][0x10]+)[0x86][0x5][0xd1][0x13][0x94][0xa1][0xab]> [0x86][0xa8]b[0x9c][0x97][0xc]sL[0xd1][\r][0x93][0x81][0xcd]p[0xf3]Z[0xdf][0xee][0xa9][0x1f][0xf7]c[0xec][0xac]n[0xcc];2gM[0x14][0xe4][0xa9]2Cwb[0x3]cJtt[0xce]K [0xbc]([0x19][0xe3]V[0xd6][0xfa][0xea]i[0xad][0x9e][0xa0][0xa3]<[0xdb][0xae][0xee][0xe7][0x87][0xa6][0x6]k[0xf3][0x9e][0xdb][0xf8][0xdc][0xfd][0x17][0xeb][0xa7][0x81][0xa7])~aY3[0x95][0x92]<[0xad][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0xc]kZ[0xd9][0x94]8[0x19][0xa3][0xe6][0xf2][0x8d]IE:[0xe0]U[0xda][0x94]L[0xd4]b[0xab]K,H[0xb1][0x18][0xf2]u[0x8][0xd1][0xe2][0xff][0xc2][0xdd][0xe8]d[0x9a]`f[0x12][0xb3][[0xcc][0xb5] [0xe9]:[0xe9]wG[0x9d]}d[0xa0][0xca][0x1a][0x19][0xb0]q[0x6][0xd1]s.[0x14],([0xa9]*C[0xab]G[0xf9][0x13][0x8a][0xc1]oD[0xb7][0xbf]3W[0x8f][0xa3][0xcf]l[0x19][0xaa]c[0xee]G[0xdb]a[0xcd][0xdd][0xd4][0x13][0xc6][0x86][0xd1][0xb7][0x90]a7[0xc1])r[0xb9][0xf9]C[0xe];[0x85][0x9b]n[0xb6][0xcf]6[0x86][0x90]b[0x9f][0x95]0[0xbb][0xa1][0x1a]f[0xb7]&[0x7][0x17]l[0xc6]G[0x90][0x1b]_[0xf2][0xc0][0xca]a[0xfe][0xe9]g[0x98][0xf1][0xc7]R[0xbd][0x9d][0x97]k^KG[0x15]iA+[0x1b]T[0x8b]7'[0xd3][0xc8]dyY/[0xca]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xf4][0xbb][0xfc][0xab]z[0x1f][0xf7] b[0x17][0xc][0x11];[0xb0]S[0x84][0x89][0xe5]0n[0x88][0xb8][0x89][0x15][0x11][0xab]x/[0x8c]["[0xde][0xc7][0x7][0x4]8[0xdd][0x13][0xc6][0x87]">[0xc2][0xc7]">[0xc1][0xa7][0xc];[0xa5][0x9e]J[0xb9][0xa5][0xee][0xba][0xd3][0x1e][0x11][0x9f][0xe1]6Cb[0xb3]o[0xb][0x7][0xb0];[0x8c][0xcf]E|[0x81]!:[0xc6][0x8a]Z[0x87]u]Z[0xe5][0x92][0xe5]&_[0x86][0xf1][0x95][0x88];[0xf8] [0x8c][0xaf]E|[0x83]oE[0x1c][0xe3][0xf6]m[0xb5]i[0x10][0xf1][0x2][0xe]0[0x1c][0xd8]\"[0xe9]j%xAmT[0x9c][0x97][0x84][0xea]O[0xa2][0xd7][0xff][0x85]i[0xab][0x9d][0xb5]k[0xef]Yy[0xc5][0xb4][0x1c][0xf1][0xe7]K[0xb3][0x6][0xed][0xeb]N[0xaa][0x5][0xd9][0xee]'2r[0xe2][0xbc][0x9b][0xc][0x1d]~5[0x8e][0xdc][0xee][0xac]'+:liiI[0xd6][0xe6][0xa6][0xac][0xb8]}[0xde][0xfd][0x93][0xa6][0xce][0x2]z7z[0xdf]Z[0xd7][0x9f][0x9d][0xbc][0xf3]4nY[0xd6][0x94][0xbd][0x98][\r][0xc1]3}n[0x9e]a[0xe0][0x99]wcRV[0xe7]m[0x93][0xc2][0xc2][0x8a][0xfb][0x9][0xe8][0xd4][0xf5]eI[0xe5][0xb7][0x9e][0xb7][0xfc][0x99][0x14][0x12][0xe3]<|su[0x8d][0xe3][0xe5]rn[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "m[0xad][0x8f]aU[0xe5][0xc8]B[0x92][0xdd][0xa6]}[0xff]O[0xea][0x94][0x1b][0xec][0xa3][0x1f][0xc6]N[0xfa]+%%[0xf0][0x1b]Cm[0x9c]F[0x1]t[0xa1][0x91][0xfa][0xa4]c[0xea]w[0xd3]L[0x81][0xda][0x0][0xb5][0x91][0xe4][0x3][0xb0]d[0xea]g[0x4]~[0xa4]Q[0x10]{[0xe8][0xdb]L-[0xb0][0x1d][0x2][0xf9]hB[0xc]{i[0xd4]i[[0xa3][0x87]"[0xc0][0xea][0xd9][0xde][0x9f][0xab]Z{[0xde]][0xeb]r#[0xef]'?[0xa4]v'[0xee][0x13][0xf2][0xdd]@m>[0x98]K[0xad]![0xc8]0([0xc4][0x85]5[0x8][0xc]w1[0xc8]{![0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "%B [0x1e]ZCC[0x80][0xa6]C[0xc2][0xfd][0xee][0xbb][0x10][0xd3]m[0xe1]54[0x6]p[0xd1]^L[0xaf][0xa1])[0x8]!w[0xef][0xe9][0xef][0xc1][0xfb].[0xf4][0x3][0x4][0x18][0x14]>@[0xe0][0xba][0x9]@[0x8a][0x80][0x1c]"[0xd2][0xfd]4[0x1a]$"c[0x4][0xf2][0xc][0x81][0xe6][0x94]r[0x4][0xa4][0x9b],[0xe]"[0x81][0x10][0x81][0x1e]F/[0x92][0x4][0x96][0xc0][0xb9]4[0xf3][0xb4][0x9e]&*[0xbc]w[0x8]}V[0xd2][0xce] [0x83][0xc3][0x14][0xaf]B=[0xef]R[0xe7][0xf6][0xfd].[0xf5]#[0xd4]{[0x11]/[0xd1][0x97]S[0xbf][0xec][0xa4]<[0x96]j[0x8b]XL8[0x91]5D[0x89]R%[0xf7][0x11][0xcb][0xe4] e>[0xe9][0xc9]{[0xcc][0x5][0x14][0xc3]Q[0x82]a[0xe7]][0xb4][0x80][0xc5][0x9c][0xe0]MTm[0x8e][0x93][0x17][0x1e][0xea][0x14][0xb5]|[0xad][0xe9][0x11][0xc4]Kt[0xc2][0xdb]~p[0x3]4X[0xb]Y[0xcb][0xb9][0xed][0xa0][0x9]/S[0xb6][0xe0]q[0xc9]g[0xba][0xa8][0xb5]Y[0xc]P[0xe6][0xec]}Y'[0xcc][0x90][0x13][0xe6][0xb4][0x13]F[0xb4][0xc2]~@[0xbf][0x19][0xc9]|[0xfa]q.xL[0xe8][0x10][0xba][0xbf][0xc7][0xde]t[0x87]pd0[0x94][0xe2]@[0xe2]![0x82][0xb1][0x86][0xed][0x94][0xd7][0xdb][0x2][0xbb][0xf7][0xf4][0xef][0xd4]C[0xb4]U`u[0xd2]a[0x3]W([0xd3]Wi\[0xa0]l^[0xa5]#[0x92]]I[0xec]A[0xab][0xa5][0xed][0x10][0x81]K[0x90](N[0x12][0xb0][0x16]R[0xf0][0x8]F[0xc9]C[0x1b][0x81][0xef][0xa5][0x1e][0x97][0xc9][0x0][0xe5][0xf9][0xa4]uf[0x19][0x12][0xd6]k[0xce][0xa9][0xf4]XqZ[0xad];[0x10]r[0xac]N[0xbb]V[0xe3][0xae]8^[0xaf]!{[0xc6]![0xfb][0x87]sG[0x8e][0xd6]![0xbb][0xcb]![0x1b][0xf]=D[0xcc]C[0xf4][0x89][0x1f][0xd1][0x1b][0x14][0xf8]&[0x8d]WHP7I[0xb7][0xb7]HI[0x8a][0xdf][0xac][0x99][0x1e][0x11][0x9f][0xcd]vF[0x8]#[0x5][0x8c][0xf6][0x98]Ds[0xf6]q[0x89][0xbe]{c[0xf4][0x19][0xa5][0xf][0x13][0xbf]1Z[0xa9][0xb4][0xa6][0xbe]"[0x82][0x9][0xda][0x95]i[0x8e][0xd0][0xac][0x19][0xbf]@1r?#[0xf2]#[0xed][0xa2]H[0xd3]8B3(2F[0x91]*Y[0xce][0xd3].[0x1d]Dc[0x12][0x17][0x0][0xb1][0xba]H[0xa8][0xf4]i[0xeb][0xf2]M[0x87][0xbe][0x19][0xf2][0xbd]D[0xeb][0x8]fi5G[0xf9]([0x82]wW[0xf2][0xaa]9[0xe3]'DN[0x11]=[0xe]i[0xe3][0x14][0x2]:[0xda][0xa6]SC:[0x15]/[0x87]t[0xba][0x88]S%[0x9d][0x82][0xcb][0xc8]H[0xf0][0x92][0x4][0xd7][0x5][0xf8][0xaf][0x88]E[0xf0][0xa0]][0x96]&|[0xb3]HQ:m[0xe]=[0xe4][0xd0][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^[0xed][0xe2][0xd0]%[0x87][0xc6][0xf5].9[0x9e]H[0x8e]e[0xe3]9[0x86]s[0xcf][0x91][0x88]=C,z[0x9c][0xfb][0x13][0xb3][0xc6])[0x86][0x9e]b2'[0xa6]Q[0x83][0xe6][0xf8][0xd3][0x96][0xdf][0xc8][0x9d] q,[0x1a][0x92][0x16][0xdc]C4^[0xa6][0x16]g[0xa8][0xdd][0xf3][0x94]A[0x96][0x1e]M[0xae]#[0xaf]e,[0x88]k[0xe3]+C[0xd4][0xae][0xf1]7&[0xb3][0xb8]#[0xb3]Hs[0x96][0xa4]dSC[0xb6][0x90]'[0xe8]i[0xbe][0x3]7[0x8d][0xd7]$n[0x1a][0xaf]K[0xdc][0xc5][0x10]wK[0xe2][0x8e]S-[0x1a]Aj[0xdf][\r][0x80]|[0xab][0x3]r<[0x84][0x1c][0xf]![0xf3]![0xa4]K[0xed][0xe7]z[0xca]DoLs[0xd4][0xef]1eL[0x9f]"[0x95][0xe3][0x3][0x9][0xe0][[0xc]E[0x8f][0xbf][0x89]([0xcf][0xfe][0xfd];[0xd6][0xdb][0xa0][0x15]Bz[0x9b]$q[0x8d][0xae]a[0x85]$[0xb0]&X[0xe7][0x8]/B[0xe3][0x1b][0xf4]'[0x81][0xf3]gB[0xfe]L[0xc8][0xbf][0x14]*n[0x89]f[0x9e]q[0xd2]8[0x81]~[0x82][0xe1][0xde]Jn[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcc][0xe0][0xc2][0x93]TW[0xf0]V[0x96]q[0x85]X[0x82][0x96]D[0x3][0xc1][0xfd][0x8e][0x91][0x87][0xf4]ZF[0xe8]Q[0xec][0xa3][0xe][0x0][0x15]W[0x5][0xc0]T[0x97]e[0x86][0xe6][0xe0]1[0xac]P9[0xc1][0xb9]kb[0x1f]X[0xaf]cU[0xcc]k[0xff][0x1]PK[0x7][0x8]Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/core/IsInstanceOf.class[0x8d]V][[0x1b]U[0x10]~7IY6,[0x1]B[0x9][0x5]Z[0x1a](bH([0xb1]Z[0xbf][0x9a][0x88][0xf2]Y[0xa9])[0xd4][0x12][0xa9][0xd4][0x8f]z[0x92][0x1c][0x92][0xc5][0xcd]n[0xba][0xbb][0xa9]P[0xfd]#[0xea][0xbd]W[0xbd][0xa0]},[0xb5][0xf6]y[0xfc][0x1]^[0xf8][0x93]|[0x9c][0xb3][0x9][0x9b]O[0xb0]7;g[0xe6][0x9c][0x99]y[0xe7][0x9d]9[0xbb][0xfb][0xf7][0xbf][0xfe][0x5][0xe0][0x1a]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x6][0xb7][0x14]L[0xe3][0xb3] =2bu[[0x81][0x8c][0xcd] [0xb6]pG[0xc6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]l[0xca][0xb8][0xab][0xa0]O[0xc8]m[0x5][0xfd]Bf[0x15][0xc][0x8][0xf9][0x85][0x82]!!w[0x14][0xc][0xb]yO[0xc1][0x88][0x90]_[0xf6]b[0xb7][0xf][0xf7][0xf1]U[0x10]_[0xe3][0x1b][0xb1][0xfa]V[0xc6][0x83] [0xc6]q[0xab][0x17][0xdf][0x9][0xc9]D[0x86][0x9c][0xd8][0xce][0xb][0xb5][0xd0][0xb].cO[0xa0]([0xca](I[0xe8][0xe7][0x7][0x15][0x9e]wxaEg[0xb6]-a([0xb3][0xcf][0x1e][0xb1][0xa4][0xce][0x8c]b[0xd2]5[0xa5]$([0xdb]Z[0xd1]`N[0xd5][0xe2][0x12][0xce][0xb7][0xef][0xa7][0xe3][0x8b]t$TfN[0xbe][0xc4]r:[0xaf][0xc7][0xe9]Ik[0x86][0xe6],[0x92]C[0xac]#[0xe2][0xdc][0x8e][0x84][0xc0][0x8a]Y[0xa0]p[0x3][0x19][0xcd][0xe0][0x9b][0xd5]r[0x8e][Y[0xe1]-![0x9c]1[0xf3]L[0xdf]a[0x96]&[0xf4][0xba]1[0xe0][0x94]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a][0xcd][0x98]V1Yb[0xe5][0xbc][0xc5]m'[0x99]7-[0x9e][0xdc][0xb0]7[0xc][0xdb]aF[0x9e]o[0xed][0x11][0x90]H[0xab][0xfb]a[0xe5]$[0xc4]h[0x7][0xe][0x81]\@[0x99][0xe9][0x82][0xb0][0xb][0xb][0xf1][0xee][0x1][0xba][0xf3]![0xbb]|p[0xc2][0x9c]lv[0xdb][0xca][0xed][0x13][0xd9][0xa9][0xd6]2V[0xb9][0x9d][0xb7][0xb4][0x8a][0xa3][0x99]Fj[0xee]>[0x15][0xab]9[0xbc],[0x88][0xe8][0xf0][0x93][0xd0][[0xd6]l7[0xb4][0x84][0xf1][0xd3][0xa3]H[0x8][0x16]\5[0xc7][0xb3][0xa6][0x84]K[0xb1]3[0x12][0x12][0x1]}[0x85][0x86][0x81]\5[0x8f]O[0x9]s[0xdd][0xb8]i[0x9]v[0xdb]-[0xd4]J[0x89]&[0x11][0xdb][0x12]n[0xa6][0xb3]7:[0xa1]/[0x9e][0xc2]^[0xb7]X[0xe9]l6%H[0x1c][0xbb][5[0x1c][0xad][0xcc]w4[[0xa3][0x1e].[0x19][0x86][0xe9]0[0x1][0xd2]v[0xfb][0xdc][0xec][0xb9][0xce][0xf2][0x8e]i[0x1d][0x92][0x93][0x9f][0x19][0x87]b[0xbb]=[=[0xe6][0xc6][0xeb][0xa2]s[0xcf][0x9f][0x8d][0xef]z[0x1b][0xad][0x1a]+[0x1a][0xa6][0xad][0x19][0xc5][0x93]s][0x12][0x89][0xde]l[0x9b]U+[0xcf][0xd7]51[0x96]C[0xcd][0xf3][0xbb] [0xce][0xab][0x88]CS[0xf1][0x6]fU[0xcc][0xe1][0x1d][0xf1][0xa0][0xd5]>fe|[0xaf]B[0x7][0x8d][0xc6]P#[0xee][0xb2]i[0xea][0x9c]Q[0xdb]BM[0xb6]C[0x87]"[0xf]7UTb[0x16][0x11][0xc4]-[0x9][0x83][\r][0xeb][0xaa]Yuo[0xc6]@[0xc3][0xb4][0xae][0x9b][0xcc]i[0x89][0xbf]a8[0xbc]([0x1c][0x9b][0xe2]gL[0xa3][0xd8][0xe2][0xb6]]2-r[0xb][0x18]U][0x97]a[0xa8]0Q[0x91][0xf1]P[0x85][0x85][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1b][0xb4]7[0xda]t[0xda][0xb1][0x88][0xa3][0xe5][0xaa][0xa6][0x17]D[0xe0][0x9e][0xa8]fGYTE[0x15][0x8f]T[0xfc][0x80][0x3][0x15][0x87]x[0xac][0xe2]G<[0xa6]$[0xcc][0x88][0x9e][0xcc]c[0xd4][0xdc][0x8b]J[0x98]<[0xfb][0x15] [0xd8]K[0xb4][0x9f][0xea][0xe8][0xc][0x8d]I[0xcc]}[0xb]ew[0xef][0xac][0xb5][0x90]R[0xeb][0x13][0xa1][0xe2][0xf][0xab]L[0xa7]A[0x1b][0xe9]r[0xc5]-[0xbd]p[0xda][0x95][0xa2][0x6][0xb3]J[0x85][0x1b][0x85],?[0xa0]@[0xb][0xcd][0xfe][0xb5][0xd2][0xdb][0xc7][0xaa][0xf5][0xea][0xe][0xb4]M[0xa2][0xb8][0x91]^[0x81]tYk[0xc1]w[0x98]^[0xe5]m[0xd1]O[0xd0][0x9d][0x15][0xbd][0xa7][0xe6].[0xe1]jW\[0xa7]tI[0xbc]y[0x8a][0xdc][0xa9][0xe3][0x19][0x8e]u{?[0xca]t`[0x93][0x95][0xc5]7"[0xd6][0x19]HDp[0xcc][0xda][0x1a]S[0xf4][0xf9][0x99][0xa1]/[0xa3][0xf]a1[0xe7][0x90][0xf0][0xa6][0xab][0xc5]H[0x9f]k[0xd1]{hM[\r][0xa5][0xf5][0x1c]y[0x89]Q[0x1f][0xee][0xf9][0x9f][0xc4]G q[0x8c][0xb][0xbf] 1[0x9f]x[0x89]1[0x1f]^a|[0xf7][0x5]&[0xc2][0x17][0x8f]q[0x89]v&[0x8f]q[0x99]V[0xc7][0x88][0x9e][0xb8][0x4][0x9e][0xb8][0x9][0x4][0xec]I[0xfa][0xcf][0x1]%8GZ[0x88][0xc0][\r][0x12][0x9c][0x9][0xa2]w[0x89][0xc8]][0xa1][0xe4][0x2]n[0xb4][0x96][0xd8]k[0xce][0x1a][0xde][0xa7][0xd2]$w[0xf5]!n[0xb8][0xe4][0xa7][0x90][0xae][0x3][0xdd][0xac][0x8f]A$[0x11][0x9e]r[0x13][0x12]@[0x1f]A[0xa8]%[0xea]e[0xe][0xba][0xa7]R[0xf4][0xab][0x94]n[0x1a][0x81][0x88][0x97]%[0x82][0x8f](6[0xfd][0xdf]`[0x11][0x1f][0x13][0x82]y7[0x9f][0xdf][0xcd][0xab][0xbc][0xc2][0xf4].[0x8d][0xd9][0x95][0x6][0xff]=[0xee]F[0xa6][0x89]_[0x5][0x9f][0xb4][0xf1]+,[\r]~[0x97][0xb0]\[0xf7][q[0xf7]V_?[0xcd][0x83][0xff]M[0xb3][0xe6][0xa5]YoI[0xe3][0xab][o[0xe2]SWn[0xfc][0x7]PK[0x7][0x8][0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/IsNot.class[0x85]TkO[0xd3]P[0x18]~[0xda][\r][0xba]v[0x15][0x94]q[0x1b][0xc8][0xc5]+c[0xd3]MTP[0xd8][0x9c][0x2][0x83][0xc4]dB[0xe2][0x16][0xc]&~[0xe8][0xba]2J[0xb6]vv[0x1d][0x91][0xbf][0xe2][0x1f][0xf0][0x8b][0x1f]4[0xd1][0x8][0x9a][0xf8][0x3][0xfc]Q[0xc6][0xf7][0xb4]e7V[0xfc][0xd2][0xf7][0x9c][0xf7][0xf6]<[0xe7]9o[0xcf][0x9f][0xbf]?[0x3]X[0xc2][0x96][0x84]0[0x92]"[0x4][0xa4][0xc2]x[0x80][0xa5][0x10][0x1e][0x86][0xf1][0x8][0x8f][0xd9]gY[0xc0][0x8a]D[0x91]'[0x12][0x9e]b[0x95][0xad][0xd6][0x4][0xa4]9[0x8]5[0xc5]V[0xf]5[0x8b][0xc3]x[0xde][0xb4]*[0xa9]C[0xa5][0xa6]ZZ[0xc3]N[0xbd]r[0xfd][0x94]"[0x16][0xf4][0x8a][0xa1][0xd8]MK[0xe3]0[0xdd]7)S,[0xa6][0xb3][0x94]9[0x98][0xd1][\r][0xdd][0xce]r[0x88][0xc6][0xfa]7[[0xdc][0xe3][0x10][0xdc]4[0xcb][0xd4]i8[0xaf][0x1b][0xda]N[0xb3]V[0xd2][0xac][0xa2]R[0xaa][0x92]g$o[0xaa]JuO[0xb1]t[0xb6][0xf7][0x9c]A[0xfb]PoP[0xc3][0xee]~[0xaa]ii[0xa9][0x97][0x8d][0x1d][0xd3]N;[0xc4];[0xeb]N[0xea][0xe7][0xb5][0xb3]~E[0xe7]|g[0xfb][0xd3]t[0xc3][0x8c][0xab][0xa7][0xe][0x11][0x18][0x8b][0xe5][0x8f][0x94]c%UU[0x8c]Jj[0xb7]t[0xa4][0xa9]vz[0xf1]-[0x87][0x80]bU[0x18][0xf5][0xb]A[0xe]RYk[0xa8][0x96]^[0xd2][0x8a]&[0x87][0x99][0x1e][0xa8][0x9c][0x13][0xab][0xdb][0xba]i8H[0xe1]r[0xdb][0xc1]a[0xca]?[0x99] [\r][0xd3][0xe6][0x90][0xf4][0x93][0xd8][0xef][0x1a]w2[0xc5][0xb5][0x8b]4[0xb3][0x97]Jp[0xe9]mG_7[\r][[0xaf]i{zC'[0xbd][0xd7][\r][0xe2][0xa5]0[0x8e][0x8d][0xb][0xc3][0xb4][0xad][0xa8][0xb6]i[0x9d]PQ[0xbc][0x9f][0x8e]~[0x94][0x7][0x8e][0x95]j[0x93].2@[0x88][0x1c]V|[0xe]@[0xc1][0xcb][0x89].[0xf7]/[0xec][0xae][0xd9]P[0x1a]ZO[0x9d]T0[0x9b][0x96][0xaa]m[0xeb]l[0x98]$gr[0x92][0xac][0x8d][0x8c][0xab][0xc8][0xc8][0x90]qE[0xc0]3[0x19]S[0x98][0xa6]9[0xa5][0xc3][0xcf][0xb][0xc8][0xca]x[0x8e][0x17]2[0xd6][0xb1][0xc1]a[0xc2]g[0xfc]X[0xfd]5[0x1][0x9b]2rX[0x90]q[0x13][0xb7]8L[0xfa][0x91][0xa1][0xd3][0xc7][0xd8][0x80][0x8c][0xf6];ao][0xae]s[0x88]$[0xa5]^[0xd7][0x8c]rQ[0xfb][0xe0][0x8e]K[[0x81][0x82]m[0xe9]F[0xa5]W[0xb5][0xee])[0x8b][0xb8][0xd5][0x1d][0xce][0xdd][0x3][0xe][0xab]=[0xe3]R[0xd0][0xaa][0x7]nJ[0xe9][0xbf][0x1d][0xa3][0xfd][0xe4][0xd8]z[0xdf]T[0xaa][0xf4][0xa3]i[0xcc][0x16]M[0xdc][0xa0][0x97])L[0xaf][0x19][0xfd]SL`[0xb2]C[0xb4][0xe3]1[0x8c][0x1]Z[0x93]n[0xb4][0x1e]!O[0x89],OV[0x8a][0xff][0x0][0x17]O|[0x7][0xff][0x95]v[0x1]D[0xe8];D[0x16][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x14]"[0xc6][0xe8][0xb][0x8c][0xbb][0xd9][0xb4][0x1b][0x7][0x9c][0x95][0xdb]}[0xa2]+6[0xd9][0x8a][\r][0xb7][0x90][0xa3][0xb4][0xa2]+v[0x18][0x1][0xfb][0x1e]n$[0xfe][\r]|[0xe2][0xc][0x1][0x1e][0x1f]![0x4]?![0x18][0xf8][0xdc]"0H[0xc9][0xa0][0xc2]6p[0xa4][0x5][0x1c][0xc1]u[0xcc]x[0xc0][0xb2][0x93][0x17][0xf1][0x80][0xe9]=[0xc2][0x9c][0x7][0xf3][0xee][0x1c]&1[0x12]<[0xc3][0x0][0xf][0x6]w[0x86]A[0x1e]o[0xda][0xe7][0x94][0x9c][0x94]Y*[0x98][0xf3][0x81][0x9a]'=[0xfb]A[0x89]l[0xe8][0xa8][0xb][0x83][0xda]"[0xcb]b[0xe2]/[0x8][0xfb][0xa4]f[0xe8]K[0xcf]9[0x92]Ns[0xb7][0x81][0xe8][0xc8][0x86][0x8e][0x96][0xa2]#[0x16]<[0xb1]n[0xe3][0x8e]Ww[0xd7][0x83]Y[0xf0]`r[0xe4]c[0xf9][0xa1][0xf8])[0xc4]SH[0xbd]([0xd9][0xe][0x94][0x10]b[0xa4]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf3],[0xb6]P[0xe2]]([0xbc][0xe7]M[0xe0][0x9e]c[0xef][0xff][0x3]PK[0x7][0x8]1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsNull.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]u[0xe2][0x4]J[0xb][0xbd]BI[nIZ[0x9a][0x16]([0x97]&**[0xad]*U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0xd2]([0x8][0xde]6[0x8e][0x95][0xba]r[0xec][0xc8]v[0x10][0xfd]"^x[0x80][0xa7][0x16][0x90]xE[0xe2][0xa3][0x10][0xb3][0xb6][0xdb][0xd8]N[0xfc]B"[0xed][0xec][0xce][0x9e]9sff[0xfd][0xe7][0xef][0x8f]_[0x0][0xd6][0xb1])#[0x83]R[0x1a][0xcb]Y[0xac][0xe0][0xbe][0x84]U[0x19])[0x94][0xc4]R[0x96][0xb1][0x86]u[0xb1]{ [0xe1]![0xc3]hU34g[0x8b]!Y(6[0x18]R;fKe[0x18][0xab]i[0x86]z[0xd0][0xeb]4U[0xab][0xce][0x9b]:y&j[0xa6][0xc2][0xf5][0x6][0xb7]4q[0xf6][0x9d])[0xe7]H[0xb3][0x19][0xe6]j[0xa6][0xd5].[0x1f][0xf1][0x8e]b[0xa9][0xb6]SVLK-[0xef][0xdb][0x7]=][0xaf]0L[0x85][0x3]O[0xba][0xe7][0xc1][0xf9][0xd8][0xa8]j[0xbd]^[0xd9][0xa2]P[0xa9][0xc3][0x1d][0xe5]H[0xa5][0xc][0x93][0x85][0xda]1[0xff][0xc8][0xcb]:7[0xda][0xe5]W[0xcd]cUq*[0xc5][0xf][0xc][0xcc][0x14][0xca][0x6][0xae][0x18][0xe4][0x96]j+[0x96][0xd6]T[0xeb][0x84][0x98]/[0x84]S[0xed][0xba]w]G3[0x8d][0x8a](:[0xdb][0xea];[0x6][0xaa][0x9][0x82][0x19]2[0x6][0xe9]kp[0xbd]G[0x5][0xcc][0x14][0x8a]a[0xe8]KW[0xae]%`[0x87]Z[0xdb][0xe0]N[0xcf]"[0xd8]J[0xc][0xac]:[0xa8][[0x14]=[0xfb][0xb6]g8ZGmh[0xb6]F}[0xda]6[0xc][0xd3][0xe1]"[0xbb][0xed][0xf6]2H[0xb4][0xc7][0x15][0xc7][0xb4]N((G[0xa0][0x83][0xbe][0xb2]b[0xb0]];:[0xb7][0xed]J[0xac][0xd4][0x94]C#a[0x18][0x1f][0x88][0x10][0xe9]"[0xbe][0xf3][0xc1][0xec]W[0xeb][0x9b]C[0xd4][0xf]d[0xf5][0xf0]1[0xe5][0xfb]\[0x1b][0xc3][0xb9][0xc2]1/[0xb8][0xad]F[0xe2][0xe4]C[0xb3]g)[0xea][0x9e]&[0xde]R[0xd6]{8[0xab][0x82]'[0x7][0x19]Y[0xaa]KLJ[0xc2][0xa3][0x1c]6[0xf0][0x98][0x86][0x15][0xf7][0xd8]r[0xb8][0x8e][0x1b][0x12][0x9e][0xe4][0xf0][0x14][0xcf][0xc4]a)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe]$[0x8f]^[0xed][0x6][0x1f][0x8e][0xcc][0xbb]][0xd5]h[0xd5][0xd5]O[0xe][0xc3]j[0xb0][0x19][0x87][0x8e][0xa5][0x19][0xed]h#[0xc2]/kz[0xa8]@[0x93][0xa8][0x92][0x86][0xe9][0x11][0xe][0x9d]`[0xcc]`[0xb1]H[0x9f]x[0x6][0xe2]'[0x81][0x89][0x96][0xd0][0x9a][0xa3][0xd3]6YFv[0xa4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6][0x8d]6I\[0xa2]u[0xd4]u^[0xa6]?[0x8][0xe6][0x2]0[0x86]+d[0xc7]C[0x9e][0x9][0xb2][0xc]Wq[0xcd][0xa7]{M6AV^[0xfe][\r])[0xf5][0x19][0xa9][0xe4][0x97][0x8][0xe7][0xb8][0xcb]9[0xe5][0xa1]|N[0xb1][0x9b]$[0x1f][0xb][0xb0][0xcb][0x17][0xec][0xd3][0x98][0xf1][0xd9][0xeb][0x14][0xe5][0xb1]O$[0xbe]#[0x99][0xc0][0xbb][0xbe]b[0xd9][0xbd][0x99][0xa2]"[0xa7]c2[0xcc]bnh[0x86][0x8c][0x18]9[0xb1][0x88][0xc][0xb]n[0x14][0x90][0xfe][0x89][0xd4][0xfb]S[0x8c]|u[0x15][0xf4][0xd5]/a[0x9e][0xd6][0x4]n"[0xef][0xfb][0x16]\[0x86][0xc5][0xb][0x86][0xbc][0x8b][0xa3]6[0x9f]a[0xf4][0xc]R[0x94]`-[0x86][0x80][0x1e][0x9a]O[0xb0]K[0xb7],"![0xd8][0xc0][0xe7][0x81][0xa1][0xa4]q[0xb][0xb7]CC[0x11][0x9e];d[0xbd],w[0x7]d[0xf6][0xb3]xsO[0x97][0xce][0x90][0xf6]u[0x6][0xb3][0xbc][0xf9][0xef],[0x9][0xdf]{[0xf][0x5][0xd7][0x16][0xff][0x1]PK[0x7][0x8][0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsSame.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0xeb][0xa4]q[0xed]8)[0x14]Z[0xda][0xd0]R[0xee][0xa4][0x9]4[0x14]h[0xb9]U[0x95][0xb8]U[0xaa][0x14]@"V[0x10][0xbc]m[0x9c]U[0xe2]*[0xb1]#[0xdb]A[0xf4][0x87][0xe0][0x85][0x7][0x90]@[0xa8] [0xf1][0x1]|[0x14]b[0xd6]qS;M$[0xc4][0xcb][0xce][0xec][0xec][0x9c]9gf[0xb4][0xbf][0xff][0xfc][0xf8][0x5]`[0x1d][0xf7]uhX[0xd5][0xa0][0xa2]4[0x8d]r[0x16][0xd7]qC[0x1e]k[0xd3][0xa8][0xa8][0xb8][0xa9]S|][0xc5]-[0x86][0x8c][0xdb][0xd8][0x13]V[0xc0]0[[0xdd][0xe3][0xef]x[0xa5][0xc3][0x9d]V[0xe5]e[0x18]{[0xc8][0xa0][0xd5][0xec][0x96]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0x83][0xbe]'[0x18]R[0xa6]I[0x91][0xcc][0x96][0xed][0xd8][0xc1]6[0xc3]\[0xf1]8`[0xb5][0xce][0x90]~[0xe2]6){[0xa6]j;[0xe2]E[0xbf][0xdb][0x10][0x9e][0xc9][0x1b][0x1d]![0x9]\[0x8b]w[0xea][0xdc][0xb3][0xe5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa6][0x83][0xb6][0xed]3[0x14][0xaa][0xae][0xd7][0xaa][0xb4]y[0xd7][0xf2][0x84][0x1f]T,[0xd7][0x13][0x95]][0xbf][0xc6][0xbb][0x82]([0xe7][0x93][0xc0][0xfd][0xde]!xe"j[0x8b][0xb4]nK[0xb5]Er[0xa4]*[0xb5][0xcb][0x3][0xab]-[0xfc][0x9][0xba][0xdf]R{[0xdc]k1[0xe8]M[0xe1][[0x9e][0xdd][0x10][0xa6][0xcb][0xb0]\L[0x12]<[\r][0xdf]z[0x81][0xed]:a[0xd1]l[0xf3](p[0xac][0x87]x2[0x83][0xe1][0x93][0xaa]][0xc7][0xf][0xb8]c[0x91][0xf2][0xd2]8[0x11]I[0xfc][0xf3]P[0xb0]'[0x9b][0x8]H[0x9a][0xa0][0x15]mn[0x99][0xf][0x8e][0xe3][0xb6][0xc3][0x1e][0xc7][0x82][0xf][0xc7][0xb0][0xf8][0xaa][0xef][0x4]vW[0xd4]m[0xdf][0xa6][0xc9]=r[0x1c]7[0xe0]R[0x99][0x1f]N7[0x8e][0xdc][0xe1]V[0xe0]z[0xfb][0x4][0xca][0x6][0xed][0x98][0xe2][0x8d][0xf1][0xdc]I[0xf0]c[0xee][0x8b][0x11]j[0xbd][0xe6][0xf6]=K[0xec][0xd8]ra[0xd9][0xc1]v[0xd6]d[0x1d][0x3]y[0xdc]6[0xa0]#[0xcb][0x90][0x8b]O[0xa7][0xa8][0xe2][0x8e][0x81][\r]l[0x1a][0xb8][0x8b]{[0xc]l[0x95]aa[0xd2][0xa2]e[0x95][0x99][0xd1][0xf7][0x98][0xc][0xda]kQ[0xae]ja[0xd2]nH![0xef][0xf5][0x84][0xd3]4[0xc5]{[0x1a][0xf1]Z|1[0xb5][0xc0][0xb3][0x9d][0xd6][0xe8]l[0x93][0x8b][0xcd][0xe][0xd0]u[0xde][0xe9][0x8b][0x11][0xf8][0xf8][0xbd][0xc6][0xe1][0xb8]@[0xff]P[0xa3][0xff]J[0xbf]CN[0x82][0xac]A7[0x5]9L[0x91]O[0xad][0x91][0x82]"[\r][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xbd][0xf4][0x1d][0xac]T[0xfe][0x6][0xe5][0xb][0xdd]R8Ig[0x9e],[0xc8]KS[\r][\r][0xa7][0xe8][0x4][0xe6][0x7][0xd9]t;[\r][0x84][0xde][0xa0][0xfa]\[0xe2]m~[0xf8][0x96][0x1b]2[0x9f]!o[0x1][0x8b]tJ^3[0xe2][0xcd][0x97]K_[0xa1]|[0x80][0x9a][0xfe][0x88]t[0xea][0xd3][0x90];Cy [0xcc][0x11]g~[0xc8][0x99]Ga[0xc8]i[0x84]y[0xf9][0x88][0x93][0xe1],[0x96]"[0x86]f[0xc4]P([0xcf][0xa6][0xe][0x90]V [0x89][0xe]0[0xa5]`6[0x13][0xde]_[0x1f]u[0xaa][0x87][0x99]K[0xa4]n%[0xc6]X[0x18]2[0x16][0xb0][0x8c]s[0x9][0xc6]B[0xc4][0xa8][0x11][0xe2]\[0x13]q[0xdd][0x8f][0x1e]L[0xfb]p[0x83][0xdb]Y[0xfe][0x98][0xf3][0xe1]f[0x0][0xb7]0/[0xe2][0xb6][0x88];[0xc][0xbe][\r][0xc5],[0x94]T[0xa3][0xc6][0xd0][0x97]y[0xa6][0x18][0xc1][0xf6]([\r][I[0xa9]-[0xa9]/L[0xb][0x9d][0xa6]B[0xa8]XN_[0x3][0xa4]u[0x84][0xba][0x95]jU[0xad][0x14][0x19]&e[0x97][0x19]h[0xb]9m[0xe1][0x7]n[0xea]vh/t[0xf3][0xc8][0x7]:[0x8d][0xb][0x9d][0xaa]]5[0xa3][0xd5][0x88][0xd9]S[0x97][0xca][0xff][0x19][0xd9][0xbd][0xb4]:[0xcf][0xa8][0x10][0xa1]k[0xb9][0x97][0xae]i[0xea][0x1b][0x9f][0x14][0xb2]}[0xe4]y[0xd0][0xf]/[0xad]C8J[0xeb][0x1][0x8a][0xe4][0xc9]z[0xc8][0xfa]c[0x9f][0xc0]b[0xe3][0x1f][0xe1]yG^[0x17][0x8e][0xd1][0xf3] Y [0x0][0x1][0x12][0xdd][0xda][0x7]0H^[0xc8][0xce][0xc6]q[0x84][0x1]ke[0xa3][0xf][0xb5][0xec][\r]7[0xf7][0xfa][0x9b][0x95]G[0x4][0xc6]G[0x10] {[0x12][0xa7](&[0x90][0x9a][0xf6]9[0x8f][0xf7][0x94][0xe1]%[0x9b][0x88]}[0x80]g[0x7]][0xc]K[0x93];<[0xf5]5Fh[0xe1]e[0xf8][0x86][0xee][0x19][0xe1][0x98]0[0xbe][0x3][0xd1][0x83][0xf0][x[0xc3][[0x9b][0xbf]~[0x84][0xdf]@[0x14]6!tm5i[0x7][0x9][0x98][0x93][0x19]&[0x91]1[0x2][0x8f][0x13]!N[0xfd][0x12][0x15][0x18]&Q[0xa3]8C[0x19]~[0xb2]c[0x90]-[0x89][0x89][0xa6][0x9c][0x4][0xa2][0xf4][0xe][0xb3]V[0xe3][0x98] R[\r]a[0xf6][0x9b][0x93][0x16]v[0xc2][0x91][0xc8][0x85][0x9c]u[0x4][0xbc]"t[0x8e]%[0x8f][0x7]}_[0xd0][0xb3][0xf6][0x9][0xfe]``[0x1b][0xd2][0x4]}[0xad][0xc5]6[0xe][0x4][0xf][0xda][0xea][0xe]y[0xb1][0xba][0xdb]f[0xbf][0xd5][0xb6][0x11]b[0x13][0xb1]xFl[0x9c]&'[0x99][0x14][0x9c][0xb3]8[0xc9][0xf4][0xaf]{[0xc1][0xe1]$9[0x11][0x9b][0x89][0xc7]i[0xf2]ER[0xc9][0xed][0xd4]oPK[0x7][0x8][0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringContains.class[0x8d][0x92][0xdd]j[0x13]A[0x14][0xc7][0xff][0x93]l[0xb3][0xdd]uM[0x9b][0xf4][0xcb][0xfa]Q[0xdb][0xfa][0xd1]4E[0x83]x[0xd9][0x12][0x90]bA[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F[0x2]z7[0xd9][0x8e][0xc9]H2+[0xb3][0xb3]E[0x9f][0xc5][0x7][0xf0][0xc6][0xb][0x5][0xb1][0xa0][0xe0][0x3][0xf8]P[0xe2][0x99][0xcd][0xb4][0x9a]4Ewag[0xce][0x99]s~[0xe7][0xfc][0xe7][0xec][0xcf]_[0xdf]~[0x0][0xb8][0x87]Z[0x8][0x1f]k[0x1]fp=[0xc4]:6f[0xb1][0xe9][0xe3]FH[0xf6][0x9a][0x8f][0x9b][0xc][0xa5]=[0xa9][0xa4]i2,[0xd5]Z[0xaf][0xf9][0x11]o[0xc][0xb8][0xea]5[0xda]FK[0xd5][0xdb][0xdd][0xee]0x[0xfb][0xc9][0xa1]`[0x98]kI%[0x9e]d[0xc3][0xae][0xd0][0xcf]yw@[0x9e]j+[0x89][0xf9][0xa0][0xc3][0xb5][0xb4][0xb6]sz[0xa6]/S[0x86][0xcd]V[0xa2]{[0x8d]>[0x1f][0xc6]Z[0xa4][0xa6][0x11]'Z8[0xe6]~[0xa2][0xc][0x97]*[0xdd]e[0x8][0xd2][0xac][0x9b][0xe6]N[0xb];S[0x9c]j[0x8a]#>h[0x9f][0x4]=}uN[0x93]/[0x19][0x18][0xd5][0x8c][0xb4][0x18]p#[0x13][0x95][0xf6][0xe5][0x1b][0x86][0xc5][0xda][0xf6]4f9v[\r][0xb4]][0xe5][0xfa]4[0xe4]x[0xfb][0x8f][0xb9][0x89][0xfb]B[0xdb][0x96][0xdb][0xb2][0xa7][0xb8][0xc9]4Im[0xfe]w[0xe2][0xde][0xd9][0xc0]&[0xc1]V[0x9f]e[0xca][0xc8][0xa1][0xe8][0xc8]T[0xd2][0xe5]=P*1#[0x1][0xc][0xcb][0xe3][0xa0][0x3][0x1e][0x9b]D[0xbf][0xa3][0xa4][0xb0][0x9d]d:[0x16][0x7][0xd2][0xde][0xf6][0xc2][0xf8][0x9d][0xde][0xb5]e"[0xcc]"[0x88]0[0x87]y[0x1f][0xb7]"[0xdc][0xc6][0x16]%9[0xd1][0xb9][0xe0][0xf5][0x8d][0x86][0xc6]7%[0xe4]d[0xc]N[0x13][0xc3][0xfc][0xa4]([0x6]_[0xaa]C[0xf1][0xf6][0xdc]A=[0xc2][0x6][0xfd]w>[0xec][0xe3][0x81][0xd9]F[0xe9][0x1b][0x92][0xd5]D[0x81]^[0xa0]T[0xdf]9[0x6][0xfb]L[0xbb][0x2].[0xd0]7[0xcc][0xbd][0x17])[0xab][0x8c][0x88]v[0xcb][0xa3]([0xf2][0x94]sJ[0xc9][0xea]$[0x86][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaa][0x8e][0xf5][0xd0][0xb1]*;[0xf5]/(|E[0xf1]=|[0xef][0x3][0xbc][0xe2][0xc7]Sl[0x89]BA[0x9][0x90][0x95]Sd[0x5][0xb][0xe][0xb9][0x88]%[0x87][0xbc]C[0xab][0xcd](V[0xbd]O[0x13][0x90][0x95][0x1c][0x12][0x8d][0x8e][0x1d]$ [0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y6[0xf5]>[0xad][0xf6],[0xf8][0x8e][0x99][0x17][0xf5]c[0x94]&[0x1][[0x1][0x82]\[0xe]p)[0x8f]Y[0xc5]e[0x17]u[0x85]V[0x86][0xab][0xb9][0xf7][0xda]oPK[0x7][0x8]#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringEndsWith.class[0x8d][0x92][0xdf]n[0xd3]0[0x14][0xc6]?wi[0xda]da[0x1b][0xdd][0xd6]1[0xfe][0xad][0xc][0x18]['[0xa8][0x10][0x97][0x1b][0x95][0x10]bW[0x5]$[0x8a][0x8a][0xe0][0xce][0xcd][0xdc][0xc6](M[0x90][0xe3][0xc]x'.@BL[0x2][0x89][0x7][0xe0][0xa1][0x10][0xc7][0xa9]7hW[0x4][0x89]d[0xfb][0x1c][0xe7]w[0xce][0xb1][0xfd][0xe3][0xe7][0xd7][0xef][0x0][0xee][0xe2][0x96][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "6<[0x94][0xd1][0xf0]q[\r][0x9b]U\[0xaf][0xe0][0x86]O[0xf6]F[0x5]7[0x19][0xdc]}[0x99]H[0xdd]fX[0xdd][0xee][0xbc][0xe6]G[0xbc][0x15][0xf3]d[0xd8][0xea]j%[0x93][0xe1][0xde]N[0x8f][0xc1]y[0x98][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0xc5][0x8e]L[0xc4][0x93]|[0xd4][0x17][0xea]9[0xef][0xc7][0xe4][0xa9]u[0xd2][0x90][0xc7]=[0xae][0xa4][0xb1][0xad][0xd3][0xd1][0x91][0xcc][0x18]6;[0xa9][0x1a][0xb6]">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x95][0xc8]t+L[0x95][0xb0][0xcc]G[0xc9]a[0xf6]B[0xea]h[0x8f][0xc1][0xcb][0xf2]~V8[\r][0xec]Lr[0xca])[0x8e]x[0xdc]=[0x11]=[0x1d][0xfc][0xa5][0xc8]W[0xc][0x8c]r[0x6]J[0xc4]\[0xcb]4[0xc9]"[0xf9][0x86]ae{g[0x16][0xb3]*l[0x1][0xc][0xcd]Y[0xb0][0xc9][0xc2][0x1f]s[0x1d]FBQ[0x9c][0x9b][0xe5][0x83][0x81]|GUw[0xe5]0[0xe1]:W[0xd4]m[0xfb][0xbf][0x9][0xfb]g[0x85]m[0xa2][0xae]?[0xcb][0x13]-G[0xa2]'3I[0xe7][0xf7] IR=[0xee][0x81][0xa1]>[0x9]:[0xe0][0xa1]N[0xd5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf2][0xbb]i[0xae]Bq [0xcd][0x81]/O[0x1e][0xeb][0x1d][0x93]&@[0x15]^[0x80]E,U[0xb0][0x15][0xa0][0x8e][0x1a][0xc3]<[0xf5]M[0xba][0xc6][0xdb][0xa2][0xf5][0xc6][0xbf][0xae][0x87][0xae]p[0x86][0xe4][0xe4]*lS[0xc]K[0xd3]][0xd1][0x13]+[0xd3][0x83]3[0x9f][0x3]f[0xea][0xa0][0xd1]'[0xab][0x8d][0x12][0xfd][0x80][0xdb][0xdc]=[0x6][0xfb]D[0xab][0x12][0xe6]i[0xf4][0xb][0xef]9[0x8a]Z@@[0xab][0xfa]XE[0x9e][0x85][0x82][0xe2][0x9a]6[0x88][0xe1][0xe0]jX[0xf5]P[0xc5][0x9a][0x8f][0x9b]X[0x9f][0xc5][0xad][0x1a]6|[0xb2]Wk[0xb8][0xcd][0xe0][0xee][0xc9]T[0xea][0xe]Cc[0xab][0xfb][0x86][0x1f][0xf3]v[0xc2][0xd3]A;[0xd4]J[0xa6][0x83][0xdd][0xed][0x1e][0x83][0xf3]8{-[0x18][0x16][0xba]2[0x15]O[0x8b]a_[0xa8][0x17][0xbc][0x9f][0x90][0xa7][0xde][0xcd]"[0x9e][0xf4][0xb8][0x92][0xc6][0xb6]NG[0xc7]2g[0xd8][0xe8]fj[0xd0][0x8e][0xf9]0R"[0xd7][0xed](S[0xc2]2C[0xcd][0x95][0xce][0xf][0xa4][0x8e]w[0x19][0xbc][0xbc][0xe8][0xe7][0xa5][0xdb][0xe0][0xce][0xa5][0xa7][0xac][0xe2][0x98]'[0xe1][0xa9][0xe8][0xd9][0xe1]_[0xca]|[0xc5][0xc0](k[0xa0]D[0xc2][0xb5][0xcc][0xd2]<[0x96]G[0xc]K[[0xdb][0xd3][0x98]~>.[0x81][0xa1]5[\r]w[0xb6][0xf8]'\G[0xb1]P[0x14][0xe9][0x1e])q([0xdf]Q[0xdd][0xa1][0x1c][0xa4]\[0x17][0x8a]:[0xee][0xfc]7a[0xef][0xbc][0xb0]C[0xd4][0x95][0xe7]E[0xaa][0xe5]P[0xf4]d.[0xe9][0xc][0x1f][0xa5]i[0xa6]G]04[0xcf][0x82][0xf6]y[0xa4]3[0xf5][0xde]4[0x11]f[0x85][0x8a][0xc4][0xbe]4[0x87][0xde][0x98]<[0xda]{&Q[0x80]Yx[0x1][0x16][0xb0]X[0xc3]f[0x80]&[0xea][0xc]se[0xef][0xa4]]{[[0xb6][0xbf][0xfe][0xef]k[0x9a].:[0xbd][0x12][0xdb][0x1a][0xc3][0xe2]do[0xf4][0xd8][0xaa][0xf4][0xf4][0xcc][0xe7][0x80][0x99]Zh[0xf4][0xc9][0xea][0xa0]B?[0xe0][0xb6]vN[0xc0]>[0xd1][0xaa][0x82][0xb]4[0xfa][0xa5]w[0x8e][0xa2][0xe6][0x11][0xd0][0xaa]9R[0x91]g[0xbe][0xa4][0xb8][0xa6][0x15]b8[0xb8][0x88][0xba]e=[0xb4],o[0xa7][0xf5][0x19][0x95]/[0x98][0xf9]0[0xc6][0xb9]$[0x1][0x9][0xa3][0xbc]1[0xca][0xc3]%[0x8b]ZB[0xc3][0xa2][0xee][0xd2]l"f[0xea][0xce][0xc7][0x9][0xc8]r[0x9][0x9]F[0xdb][0x16][0xe2][0x11]t[0x99],[0x13][0xfa][0x80]f[0xb3][0xe7]}C[0xf5]e[0xeb][0x4][0xee]$`[0xf3][0xf][0x80][0x87][0xcb][0x94][0x1b]X)5Wp[0xd5][0xaa][0xae][0xd1][0xcc]p[0xbd][0xf4][0xde][0xf8][0x5]PK[0x7][0x8][0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/core/SubstringMatcher.class[0x85][0x94]MS[0x1a]A[0x10][0x86][0xdf][0x1]\XX[0xc5]`[0x14]5[0x1a][0x11]L[0x82]`D[0xcd][0xb7]_[0x89][0xd1]X9h<@[0x99]JrZ`[0x84][0xb5][0xf8][0xaa][0xdd][0xc5][0xe8][0xca][0xc5][0xaa][0x84][0x94]9[0xa4]r[0xce][0x8f]J[0xa5]gX[0x11][0x10][0xb4][0xac][0x9a][0x9d][0x99][0xee]~[0xba][0xfb][0xed][0xc1][0xbf][0xff]~[0xfd][0x6][0xb0][0x8c]w~[0x4][0x91]R1[0x84]%?-[0xcb]>[0xac][0x4][0xf0][0x4]O}x[0xe6][0xc3]sq[0xf5][0xc2][0x87][0x97][0xe2][0xea][0x95][0x17][0xab][0xe2][0xbc]&[0x96]u/6[0xbc][0xd8]dP[0xad]z[0xd6][0xb2]M[0xa3]R`[0x8][0xed][0x1d][0xeb]'z[0xaa][0xa4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xb4][0xbc][cP[0xd6][0x8d][0x8a]a[0x93][0xe7]h[0xfc][0xba]y[0xfe][0x90][0xc1][0xb3]][0xcd]s[0x86][0xe0][0x9e]Q[0xe1][0x1f][0xea][0xe5],73z[0xb6][0xc4][0x5][0xae][0x9a][0xd3]K[0x87][0xba]i[0x88][0xb3]s[0xe9][0xb1][0x8b][0x86][0xc5]0[0xb7]W5[0xb][0xa9][0xa2]^[0xce][0x99][0xdc][0xb2]S[0xb9][0xaa][0xc9]S[0xe9][0xcb]J[0xf6]u;W[0xe4]&%[0x1f],[0xcb][0xad][0x95][0xd6][0x8f]x[0xe9][0xac]O[\r][0x9f][0x89]j[0xd8][0xbc][0xcc]0[0x96][0xe7]V[0xce]4[0xb2]|[0xdf][0xb0]d[0xe4]e\[0xaa]G\g[0x5];2[0xb2]f[0x1b][0xd5][0x8a][0xec]j[0xa4][0xec] [0xda][0xc][0xc][0x93][0xfd][0x83][0x18][0xfc][0x97][0xd9]3U[0x86][0xe9][0xf8][0xcd][0xfc]@[0xbe][0x9d][0x1b][0xe4]'z[0xa9][0xd5][0xff][0xc1][0x11][0x83]f[0xf2][0x92].[0x8c]V[0xd1][0xa8]1[0xdc][0x8d][0xcf][0xf7][0x1a]NG_[0x7][0xd9]c[0x9e][0xb3]o[0xe9][0xcb]u[0xba][0xd4]9h'JX[0x96][0xbb][0x4]vLB`5m[0x14]*[0xba]]7i[0x84]+[0x9d][0x19]2g5.tv[0xa6][0xb6]~[0xbd][0xce]M!N[0xba]Z7s|[0xd7][0x10][0x8f]`[0xb4]{[0xd4][0x8b]"FC[0x8][0xaf]5[0xc][0xe3][0x8e][0x86][0x18]&[0x19][0x6][0xbe][0xea]V$[0xea][0xc5][0x1b][\r][x[0xcb][0xc0][0xa2]T[0x88][0x1e]iFF4[0xcc][0xe1][0x1]][0xd2]f[0x1b];[0xc][0xc3][0xdd]y5LaZ[0xc3][0x84]@Eon[0xc]S7[0xf5][0xc5][0xe0][0x8e][0xb][0x1][0xc7][0xfb][0xc9]K=[0xea][0xb5][0x1a][0xaf][0xe4]3[0xfc][0xd4]fX[0xec][0xf5]Toz>[0x81]f[0xf4][0xa1]^[0xaa][0xf3][0xae][0xf0][0xcb]A[0xf4][0xf][0xf7][0xcc][0xd2][0x8f]:H[0xff][0x11][0xe8][0xa9][0x8][0x5]i[0xe7][0x83][0x87][0x4][0x1d][0x91]7[0xc0].\[0xf4][0x7][0xf8][0x13]?[0xc1][0x12][0xc9][0x1f]p[0x9d][0xd3][0xc9][0x85]QZ[0x87][0xe0][0xa6]u[0x90][0xfc][0x87][0xa0][0x12]e[0x8c]NcMo[0x84]1[0xe][0xc8][0x9d][0xa0][0x92][0xdc]BO[0x87][0xb9][0xea]0[0x95]D[0xb2][0x1][0xf7][0xb7][0x16]O!;([0xf3][0x15]Giq[0x14][0xdc]s84[0x1c][0x87][0xf3][0x89]|D[0x5][0xe1][0x85][0x90][0xe7][0x2][0x3].$[0xe5][0x1a]R[0xe4][0xe7][0xe3]U[0xa1]~[0x9][0xb][0x13]t\[0xc2]#[0xcd][0xb0][0x16]<[0xec][0xc0][0xc5][0xee]>f[0xc8][0x9b][0x91][0xcf][0xac][0x93][0xe6][0x8b]Sn,[0x19][0xf2]Jr[0xa2][0x1]_3[0x93][0xda]<[0x87][0xeb][0x2][0xfe][0x1e])[0xa7][0x10]%[0xd0]U?[0xb1]V[0xca][0x18]Yf[0xc0]<[0x1e][0xf1]d[0x1][0xfa][0xd2][0xab][0x4][0x86][0xb7]([0xe6][0xa1][0x93][0xf8]=[0x95][0xe9][0x96][0xda]'[0xff] [0xb0][0xd0][0x80]v[0xde][0xa5][0x95][0xd2][0xd6]N[0xbb][0xe6][0x8f][0x10][0x97]v?[0xe6]E;D[0x9d]@[0xc2][0xa1]n8[0xed][0xa8][0x92][0xda][0xc0]`[0xf7][0x0][0x94][0xb6][0x82][0xd5][0x16]Tu[0xa0][0xa4][0xb2][0xf4]_[0xc0]c[0xf9]][0xfc][0xf]PK[0x7][0x8][0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/hamcrest/in" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "ternal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/internal/ArrayIterator.class[0x8d][0x94][O[0x13]A[0x14][0xc7][0xff][0xd3][0x96]n[0xbb],V[n^[0xd0][0x2]"m[0x11]*[0x8a]7n[0xda][0x10]M[0x9a]4[0xf0][0x80][0x92][0xc0][0x93]C[0x19][0xb6][0x8b][0xdb][0xdd]f:%[0xf8]U|[0xf4][0xc5][0x17][0x1f]4[0x91]K$[0x91]w?[0x94][0xf1][0xcc][0xb6]ri1[0xf1][0xa1]3;g[0xce][0xfc][0xce]9[0xff]3[0xd3]_[0xbf][0xfc][0x4]0[0x8d][0x82][0x89][0x4][0xee][0xc5]q[0x5][0xe3][0xfa]+c"[0x8b][0x9c][0x81][0x89][0x18][0xee][0x9b][0xe8][0xc2][0xa4][0xde][0x99]2[0x91][0xc7][0x3]=L[0x1b]x[0x18][0xc3]#[0x13][0xdd][0x98]40c[0xe0][0xb1][0x81]'[0xc]]\J[0xfe][0x81]!Y[0xda][0xe1][0xbb]<[0xef]r[0xcf][0xce][0xaf]l[0xee][0x88][0xb2][0x9a]c[0xb0][0xca][\r])[0x85][0xa7][0x8a][0xde][0x96][0xd8]c`E[0x86][0xe8][0xbc][0xe3]9j[0x91][0xa1]/[0xd3]y"[0xbb][0xc6][0x10]Y[0xf2][0xb7][0x4]C[0xa2][0xe4]xb[0xb9]Q[0xdd][0x14][0xf2][\r][0xdf]t[0x85][0x8e][0xe0][0x97][0xb9][0xbb][0xc6][0xa5][0xa3][0xd7]-cDU[0x9c]:[0xc3]X[0xc9][0x97]v[0xbe][0xc2][0xab]e)[0xea]*[0xef]xJH[0x8f][0xbb][0xf9][0x82]N[0xae]H[0xb][0xae]|I[0x9][0x19][0x15]^_[0x16]{[0x8a]![0x9c][0xc9]n[0xd0]q/X[0xf4]f[0xb2][0x97][0xa5][0x1f][0x95][0xa2][0xea][0xef][0x8a][0xc0][0x99]2[0x8b][0xaf]:[0xb6][0xc7]UC[0x92]e[0xb6][0xd3][0xbf]ii([0xc7][0xcd][0xff][0x8d]8[0xdf][0xe9][0xb5]H\s[0xd5]o[0xc8][0xb2]x[0xed][0x4]e][0xc8]qJ[0x1f][0xb0][0xd0][0x87]a[0xb])[0xf4]Zx[0x8a]g[0x6][0x9e][[0x98][0xc5][0x10][0xc3][0xc8][0x19][0xae][0xe8][0xba][0xc2][0xe6]nA[0xda][0x8d]*)[0xfc]j[0xaf],j[0xca][0xf1]=[0x12][0xdd][0xf3]U[0x9a]{[0xe9][0xa0]1[0x1a]5g[0xe1][0x1a][0x92][0x6][0xe6]-,`[0xd1][0xc2][0xb][0xbc]d[0x18]?C[0xbd][0xf5][0xea][0x8d]Z[0xcd][0x97]Jl[0xad][0xd4]t[0x1a][0x84]9[0xc7][0x1b].sO#[0x9b]b[0xa4][0x1d]%[0xaa][0xf5][0xf4][0xb6][0xf4][0xab][0xa7]A[0x18]F[0xff]C~[0x86][0xab][0xed]jP[0xf5][0x9d][0xa2]1[0xc4]l[0xa1][0x96]\^[0xa7][0xc6][0xa6].t&0[0x92][0x80][0x89]6[0x13]5[0xd6][0xa9][0x17][0x9a][0xa9]\[0xb8]W[0xab]J:[0x9e][0x1d][0xdc][0xab][0x81]3[0xab][0x14][0xdb].E[0xcf][0xb7]N[0xc4])\Ix[0xb6][0xaa][0xfc][0xe3]V[0xd2][0xb5][\r][0x93][0xf][0x89]v[0xc9]n[0xf1][0x92][0xab][0x83]az:[0x9]P[0xc5][0x8]![0xa9][0xd5][0xa7][0x7][0x17][0xd2][\r][0xa5]9B[0xf6]>[0xf4][0xd3]8@[0xab][0xf7][0x8][0xd3][0xe]0[0x9a];[0x4][0xcb][0x85][0xf7][0x11][0x9a]8@[0xf8][0x0][0x91][0x8f][0xe8]9F[0xd7]z2z[0x8][0xe3]$7[0xb1][0x8f][0xd8][0xb7][0x0]2H[0xe3][\r]Di4[0x9][0x15]C[0x9c][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0x86]([0xe4][0x8][0x5][0xbd]N;[0xfd]M$[0xf9][0xdd][0x4][0x82]/[0x9d][0x2]=@[0xdc]"[0xbf]f[0xe0]E[0xf2]a4[0xf7][0xe6][0xbe]#D[0xbf][0xd8][0x11][0xe2][0x9f]`D>#[0x12][0xfe]r[0x1a])[0x1a][0xf8][0xa4][0x2][0xaa][0xd5][0xf4]oQ[0x19]n[0xe3]N[0x8b][0xb5]@[0x17][0x81][0x9f][0xe6][0xe4][0xd6][0x9][0xb8][0x11]yG[0xa5][0x1c][0xc1][0xfc][0xda][0x86][0x1a]<[0x87]J[0x9d][0xa2][0xd2][0xa4]X[0x13]5Cz[0xe8]=[0xf3][0x18][0xdd][0xeb]I[0xeb][0x10]='m[0x84][0xa1]s[0x4][0xb3]E[0x8]Q[0xe9]z[0x1c][0xc5][0xdd]`[0x1e][0xfb][0x3]PK[0x7][0x8][0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.class[0x95]U[S[0x1c]E[0x14][0xfe]zwv[0x7][0x86][0x9][0x97][0x85][0x85][0x0]!Y[0x9][0x92][0xdd]aa[\r]*[0x86][0x8b][0x18][0xc3][0xc5][0xa0]\b[0x16][0xa3][0x80][0xb7]a[0xb6][0x81]I[0xcd][0xce][0xe0][0xec]l[0xca][0xbc][0xfb]'[0xe2][0x93]e[0x95][0xc5][0x8b][0xf][0xb1]J[0xa0][0xca]T[0xe1][0x93]/[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xff][0x88][0xc6][0xd3]=S[0x1b][0xb2][0xbb][0xa1][0xf4][0xe5][0xf4][0xe9]3[0xe7][0xf2]}[0xa7]O[0xf7][0xfc][0xf9][0xcf]og[0x0]n[0x82]kH`[0xba][0x15][0xbd][0x98][0x11]bV[0x88]9[0x15][0xef]j[0x98][0xc7]{[0x1a]mn[0xb][0xf1][0xbe][0xd8][0xde]Q[0xb1][0xa0]bQC[0x1b][0xa6][[0xb0]$[0xd6][0xe5][0x16]| [0xd6][0xbb][0x1a]4[0xac]h[0xf8][0x10][0x1f]iX[0xc5][0x9a][0xd0][0xd6][0x85][0xd8]Pq[0x8f]A+[0xf3][0xe0][0xc0]+[0xad][0x9b]e[0xce][0x90]Z}h>2[0xb][0x8e][0xe9][0xee][0x17][0x8a][0x81]o[0xbb][0xfb][0xb3][0xc][0x3][0xfc][0xdb]Cn[0x5][0xbc][0xb4]^-[0xef]rc[0xef][0x9e][0xe9][0x93]w[0xc0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][ah[0xf][0x1e][0x1f][0xf2]R[0xcd][0xca][0x90][0x9c][0xb3]];[0x98]g[0xe8][0xcb]6&\Y[0xc9]=`P[0x16][0xbc][0x12][0x15][0xec]X[0xb5]][0x1e][0xe6][0xdd]4w[0x1d][0x9][0xc1][0xb3]L[0xe7][0x81][0xe9][0xdb]b[0x1f][0x19][0x95][0xe0][0xc0][0xa6]b[0xf9]U[0xcf][0xdf]/[0x1c][0x98]e[0xcb][0xe7][0x95][0xa0]`[0xbb]T[0xcd]5[0x9d][0xc2]}[0xbe][0xe7][0x10]B[0xfb][0x11][0xdf]$$[0xcb][0xb6][[0xe2]>[0x1][0xef][0xdc]#m)[0x2]/[0xbe]0[0x8c][0x9c][0x7][0xb4][0xe0][0x98][0x95][0xca]l[0xae][0xc1]B[0x4][0xc2][0xa6][0x10][0xf7]s[0x1f][0xfd][0xb0]JaM~#/[0xc5][0xf4][0xfd][0x11][0x86][0xc1][0x9d][0xb][0x9d][0x1c][0xee][0x92]S[0xcc]&[0xc1],[0x86][0xae]&[0xe5]Z[0xf7]|[0xaf],7[0xc][0xbd]/[0xf3]'[0xd4]Q[0xf]z[0xea][0x3][0xe7][0x8c]y[0x11][[0xb4][0xf7]]3[0xa8][0xfa][0xe4]b4[0xb0][0x13]>[\r][0x4][0xc3][0xc0]~[0xcb]t7v[0x3][0xd3]v[0xcf][0xb7]h[0x99][0x90]0[0xc]e_M)[0xb7]M[0x9d][0xe5][\r]![0xe3][0x17][0x85]4[0xe1][0xfc][0xc6][0xff][0xf1][0xf][0x11]kE[0xaf][0xea][t[0xbe][0xa2][0x1d][0xfd][0xcd][0xe]}B[0xc4][0xe9][0xb8][0x82][0x8f]u[0xf4][0xe1][0xb2][0x8e]~[0xc][0xe8][0x18][0xc4][0x0]A~[0x91]rc[0xf7]![0x5][0xaa][0xb8][0xaf][0xa3][0x88]M[0x1d][0x93]xS[0xc7][x[[0xc7]'[0xa0][0xd1][0xec]x[0xe1][0xb9][0xe4][0xfb][0x1e][0xcd]s_[0xfd][0x10][0xdf][0xa9][0xda]NIL[0xfa][0xf0][0x82][0xe9][0xba]^[0x90])[0x89][0xc1]/[0xd3],g,[0xcf][0xf7]){F[0xdc][0x89][0xcc][0x9e][0xe7]gt|[0x8a][0xcf][0x8]|6[0x97][0x9][0xa7]jB[0xc7][0x16][0xb6][0x5][0xca][0x1d][0x15][0x9f][0xeb][0xf8][0x2][0xdb]*[0xbe][0xd4][0xf1][0x15][0xbe][0xd6]abW[0x87][0x5][0x1a]=[0xe3][0xbf][0xcf]:C<[0x9b]{[0x19]y4M[0xa9]}[0x1e],r[0xcb]1}^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b][[0x11][0xa7][0x9b][0xbb]pd/QP[0xb1]z[0xc8]}+L[0xd2][0x9d]mzG[0xcc][0xc3]C[0xee][0x96][0xea]N>[0xba][0xe4][0xb9][0x6]S[0xd4]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "l[0x9][0xbc][0xd0]D3[0x9d]mt$[0x8f]t[0xb3][0x8c][0xc4][0xef][0xf2][0xab]@3[0xa8][0x84]9|[0xc3]:[0xeb]C[0x9]*[0xff][0xa6]j:[0x95][0xba][0xc4][0xe1][0x18][0xc8]y[0xee][0xa2][0xe8][0xda][0xfb]%[0xfa]Z[0x91][0xd8]v[0x9a][0xd0]n[0xb3]+[0xc5][0xc7]np[0xc0][0x3][0xdb][0x92]}[0xdf][0xc6]k[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "'[0xe8][0xc5][0x8e]#%[0xa6][0x8e][0xb4][0x94][0x18]<[0xb9][0xe][0xca]U[0x1][0xa3][0xe3][0x1e]"y[0x95]v[0xe]bd[0x1]z[0x8c]S0c[0xec][0x18]1[0xe3][0xca]1[0xe2][0xc6][0xd0]1[0x94]_[0xc8][0x1e][0xc3]5[0x92]a[0xce][0xeb][0xe4]9[0x82]V[0xbc][0x8e]v[0x8c][0xa2][0x1b]7[0x90]![0xab][0x11][0xc6]S[0xe5]a@j[0xa2].[0x93][0x9a][0xa8][0x1c][0x93][0x9a][0xa8][0x1d]'[0xeb]u[0xca][0x10][0x93][0x95][0xff][0xa6]8[0x95]Vkl-[0xdf][0x8d][0xc4]O[0x98][0xc9][0x9f] [0xb9]>~6[0xa5][0xc4][0xa7][0x12][0xe9]DZ[0xf9][0x11][0xd7][0xc6][0xd3][0x89][0xc9][0x99][0xa4][0xd1][0x9f]<[0x81][0xfa][0x4][0x9a]TZ[0x9e]~[0x97]`G[0xcf][0xff]"[0xf7][0xd6][0xb5][0xa3][0xe7]<[0x83][0xb6][0xf5][0xc]m[[0xa7][0xd0]S[0x97]N[0xd0]n[0xfc][0x8a][0x18]-[0xa9][0xe][0x12]'[0xe8]>[0x95]C[0x86]F;[0x8c][0xfa][0xce])?[0xf7]#1[0x8c][0x1d][0xa9]b[0x11])[0x1e]8[0x1d][0x11][0x9c][0x1c][0x89][0xa1][0x1f]IO[0xaa]~WgJ9[0xac]d[0x99]~[0xe][0xee][0xd8]>=[0x9f][0xa6]I[0xd5][0xb4]t=5:[0xe8][0xbc][0xad]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x10]n[0xc8][0xb0]Q[0xcb]2[0xa5][0x8f][0x7][0xb1][0xc]U[0x2].[0xf5][0xee][0x1d][0xc]k[0xb3][0xc1][0xc][0xc7]M[0xf7][0xcb]t[0xa7]Z[0xd3][0xae],I6e[0xe2][0xb1]:[0xe1]([0xf2][0xc5]W[0xa9][0xb][0xad]>Q[0xd1][0xbe]f[0xb4]Q[0xc2][0xb6][\r][0x13]/M[0xec][0xd8][0xd8][0xc5][0x7][0x86][0xbd]g7[0x85][0xa1][0xf2]8-[0x86][0xf5][0xff][0xe4]ESQ[0xd3][0xfd][0xa8][0xce]j[0x0][0xb5][0x8a][0xf][0x6]B[0xf5][0xc6][0xfc][0xfb]OM[0xcd][0xec][0xf6]a[0x93]F[0xb6][0x0][0xfa]&Z[0x86].[0x8b]l[0x91]F[0xda][0x80]E[0x8b][0xd8]a[0x93]}E[0x1e][0x8f][0xac]A[0xd6][0xaa]_[0x81][0xd5][0x1b][0x97]0~[0xd1]-[0x87]9[0xda][0xe7][0xc8][0x2]z[0xfc]-[0xda]K([0xd3]m%E[0xa3][0x82]y 9[0xa5][0xec][0xb][0x99][0xd8][0xe2]$fM[0x94][0x97][0xe8][0xb4]L[0x18][0x96][0xe8]v[0xc7][0xba]v[0xa3][0xfe][0x1b][0xc6]5r[0x6]~[0xdc]+[I[0xac]L[0x9a][0x95][0x7][0xaa][0xf6]D[0xd5][0xc6]*[0xaa]cU[0x9b]l[0x1a][LtR[0xb5][0xd7]XK[0xec][0xfa]?PK[0x7][0x8][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.class[0x95][0x93][0xdb]n[0xd3]@[0x10][0x86][0xff]u[0xe]&[0x8e]i[0x92][0x92]4[0xb4][\r][0xb4][0xe5][0x18][0xa7]PSq[0x83]h[0x14][0xa9][0x2]U[0x2][0x85]r[0x91]([0x12]p[0xb5][0x9]K[0xe2][0xca][0xb1][0x91][0xe3]D[0xf0]N\[0x80][0x4]T[0x80][0xc4][0x3][0xf0]P[0x88]Y[0xc7][\r]u[0x1c]U[0xed][0x8d]gvf[0xf7][0x9b][0x99][0xbd][0xfe][0xfe][0xfc][\r]`[0x17][0xf]4h[0xb8][0x95]A[0x6][0xb7][0xb3][0xc8][0xe2][0x8e][0x8a][0xbb][0xd2]V5$aH[0xaf][0xa6]Qn[[0xc5]=[0x15][0xf7]U[0xec]0[0xa4]'[0xdc][0x1e][0x8b][0x11]C[0xb1]y[0xc4]'[0xdc][0x1c][0xfb][0x96]m>[0xf3][0x85][0xc7]}[0xd7][0xdb]c[0xc8][0xb4][0xac][0xbe][0xc3][0xfd][0xb1]'[0x18]V[0x17]l[0xa9][0xb7][0xdb]{[\r][0xda][0x97][0xae][[0x8e][0xe5]7[0x18][0xca][0xd5]E [0xa3][0xc3][0x90]|[0xe2][0xbe]%J[0xae]i9[0xe2]p<[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaf][0xcd][0xbb]6E[0x96][0x9b]n[0x8f][0xdb][0x1d][0xee]Yr[0x1d][0x6][0x93][0xfe][0xc0][0xa2][0xb6][0x1e]6][0xaf]o[0xe][0xf8][0xb0][0xe7][0x89][0x91]oZ[0xe][0x11][0x1d]n[0x9b]-a[0xbf]{*F=[0xcf][0xea]ZN[0xbf]#[0x87]8[0xd5][0xf5]J[0x94][0xf8][0xf1][0xfd][0x9][0xf5][0xd1][0xc5]q'[0x13]V[0x16][\r]6M[0xca][0xe9][0xd4][0x1][0x1f][0x1d][0x8a][0xf]>C[0xa2]j[0xbc][0xa6][0xfe][0x9d]`[0xb1]Q5[0xa2]%[0xa3][0x95][0xa4]r[0x9e][0x18][0xba][0x13][0x11][0x9c]#N[0x91][0xe][0x4]ul[0xee][0xf4][0xcd][0x97][0xdd]#[0xd1][0xf3]i[0xd7][0x9b]z[0xfb]q<[0xde][0x88][0x87][0x16]5yf[0x7]r6[0xad][0xe5][0x8e][0xbd][0x9e]8[0xb0][0xa4]F[0x9b]g[0x88][0xb1]#[0xe9]:[0xf2][0xd8][0xd0][0xa1][0xe3][0xb2][0x8e]5[0xac]3[0x18][0xe7][0x16]UG[0x5][0x9b][0xf2][0xbc][0xa9][0xe3][0xba][0x84]Tp[0x8d]a[0xf7][0xc2][0x97][0xc2][0x90][0x9f][0x9f][0x9c][0xfe][0xa3][0xf8][0xe8][0xc][0xa5]j\#[0xa3][0x83]-z[0x7][0x1a][0x18]=[0x9][0x6]E[0x8e]Bv[0x89][0xde][0x90][0x82][0x1c]R[0xe4][0xe7]Q [0x99]"][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xad]v[0xc]V[0xdb][0xfe][0x6][0xe5][0xb][0xad][0x12][0xb8]B[0xdf]%[0xb2][0x94][0xa1][0xd7][0x95]%[0x9e][0x8e]"[0xad]V[0xa6][0xbb]Q"[0xf][0x81]7[0xa5][0x97]#[0xb9][0xab][0xb3]\nVy[0x95]<[0xd2][0x93][0xbe][0xb2][0xee][0x1]Y[0x16][0xd4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0x7][0x12][0xc][0x9f]fu[0xd3]A&[0x1f][0xd4][0xd3][0xa7][0xbb][0xc2]z[0xe5]HDVaR[0xe3][0x90][0xf9][0x82][0xce][0xcb]\[0xe1][0x17][0x92][0xaf][0xa6][0xdc][0x14][0xc3]1[0xd2][0x9f][0xe7][0xd0][0xa5]S[0xe8]B[0xc]][0x98][0xa1][0xe9][0xe]C[0xf4][0xf3]h[0xbb]*[0xc3][0x99][0xb4]`[0xec]5[0x92]h[0xfd]<-[0xe7][0xf7][0xe5]_[0x12]r[0xf7]Cn[0xaa][0xf6][0x1d][0x97][0xe6][0xdb]TO[0xe1]R1\*lS[0x9][0xf5][0xdd][0xc2][0x8d][0xc0][0xde][0xfc][0x7]PK[0x7][0x8][0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]AF[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x2][0x0][0x0]LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0x5][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xb][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xb][0x0][0x0]org/hamcrest/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xb][0x0][0x0]org/hamcrest/BaseDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x14][0x0][0x0]org/hamcr" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "est/BaseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x16][0x0][0x0]org/hamcrest/Condition$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x17][0x0][0x0]org/hamcrest/Condition$Matched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x1b][0x0][0x0]org/hamcrest/Condition$NotMatched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0x0][0x0]org/hamcrest/Condition$Step.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@yst[0x11]e[0x3][0x0][0x0])[0x9][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x1f][0x0][0x0]org/hamcrest/Condition.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7[0xa6][0xe9]@E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]"[0x0][0x0]org/hamcrest/CoreMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed],[0x0][0x0]org/hamcrest/CustomMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4/[0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xca][0x17][0xb5][0xf6][0x8d][0x2][0x0][0x0][0x93][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86]1[0x0][0x0]org/hamcrest/Description$NullDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o4[0x0][0x0]org/hamcrest/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s6[0x0][0x0]org/hamcrest/DiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xac][0xf]n([0xeb][0x0][0x0][0x0]|[0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]8[0x0][0x0]org/hamcrest/Factory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]9[0x0][0x0]org/hamcrest/FeatureMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@5ve^-[0x1][0x0][0x0][0xfc][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]=[0x0][0x0]org/hamcrest/Matcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F?[0x0][0x0]org/hamcrest/MatcherAssert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]B[0x0][0x0]org/hamcrest/SelfDescribing.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]wC[0x0][0x0]org/hamcrest/StringDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]F[0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Kr]9[0x16][0x4][0x0][0x0][0x9][0x9][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9]J[0x0][0x0]org/hamcrest/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf]O[0x0][0x0]org/hamcrest/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]QO[0x0][0x0]org/hamcrest/core/AllOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@,[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]MV[0x0][0x0]org/hamcrest/core/AnyOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])\[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w^[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]`[0x0][0x0]org/hamcrest/core/CombinableMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]e[0x0][0x0]org/hamcrest/core/DescribedAs.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]j[0x0][0x0]org/hamcrest/core/Every.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]To[0x0][0x0]org/hamcrest/core/Is.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x95][0x89]H[0x95][0x96][0x2][0x0][0x0][0xdc][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]rs[0x0][0x0]org/hamcrest/core/IsAnything.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@:[0x0][0x9b][0xa9][0x18][0x6][0x0][0x0][0xaf][0xf][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Xv[0x0][0x0]org/hamcrest/core/IsCollectionContaining.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]|[0x0][0x0]org/hamcrest/core/IsEqual.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x81][0x0][0x0]org/hamcrest/core/IsInstanceOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x86][0x0][0x0]org/hamcrest/core/IsNot.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x89][0x0][0x0]org/hamcrest/core/IsNull.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe0][0xf]8[0x96][0xa1][0x2][0x0][0x0][0xf6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x8c][0x0][0x0]org/hamcrest/core/IsSame.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x8f][0x0][0x0]org/hamcrest/core/ShortcutCombination.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x93][0x0][0x0]org/hamcrest/core/StringContains.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x89][0x95][0xe3][0xb1][0xe8][0x1][0x0][0x0][0xb5][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x95][0x0][0x0]org/hamcrest/core/StringEndsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x97][0x0][0x0]org/hamcrest/core/StringStartsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x99][0x0][0x0]org/hamcrest/core/SubstringMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x9d][0x0][0x0]org/hamcrest/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x9d][0x0][0x0]org/hamcrest/internal/ArrayIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf1][0xe][0xd2][0x1b][0x1c][0x4][0x0][0x0]([0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xa0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0xa4][0x0][0x0]org/hamcrest/internal/SelfDescribingValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xa6][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.classPK[0x5][0x6][0x0][0x0][0x0][0x0]9[0x0]9[0x0]&[0x12][0x0][0x0][0x92][0xa9][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "938d9a0860835a9a4354675c1e0ddc185ea7cff6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:45448<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 19676[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]TMo[0xe2]0[0x10][0xbd]#[0xf1][0x1f],[0xe]+*[0x11][0x93][0x84]@i[0x10][0x87][0x96][0xe5][0x0][0x82][0x16][0x95]m/{X[0x99]d[0x92][0x1a][0x82][0x9d][0xb5]M[0xa0][0xff]~'[0x1f][\r][0xd0][0xad]T[0xe5][0x92][0xbc][0x99][0xf7]<[0xf3]f[0x9c]%[0x13]<[0x2]m[0xac]WP[0x9a]K[0xe1][0x13][0x87][0xda][0xcd][0xc6][0x83][0x8][0xad][0x5][0xd3]f)C[0x1e]q[0x8][0x11][0x1e][0xd8][0xf6]p[0xd8][0xb7][0xdd];gp[0x8b][0x9][0x7][0x9e][0x84][0xd6]<[0xdc][0xe5][0x84]![0xb5][0xff][0xb8][0x9e]S[0xa2][0xc6]zx[0xf7][0xc9]v#[0x85][0x8c][0x14][0xe4][0x98][0x8][0x13][0xb0][0xee][0x3][0xc3]3f[0xa4][0xf2][0x89]T1[0x95][0xa9][0xf6][0xb6]4e'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "'[0xb6][0xa7]\dr[0x7][0x8a]n[0xf][0x82][0x1b][0xfc]2[0xa0][0x4]KhM[0xaa]e~[0x82][0xe][0x14]OMQ[0xea][0x8a][0x9d][0xc8][0x14][0xe9]d[0x86][0x84]X[0xb1][0x1c]%[0x6][0xbb][0xe1]"&[0x91]b{8J[0xb5]#[0x91]T[0x4][0x1b]AI2g[0xcd][0x6][0xc9][0x18]Y%[0xcc] [0xbc][0xd7][0xf4][0xac],[0x83][0x97][0xe7][0x85]O[0xde][0x8c]I[0xfd]n[0xf7]x[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d];[0xe][0x82]@[0x10][0x86][0xfb]=[0xc5]_B[0xc1]#[0x84]X[0xd8][0x1a][0xb]i A[0xf][0xb0][0xc2][0x0][0xab][0xb0][0xb3]Y[0x6][0xc4][0xdb]k4[0xf6][0xf6][0xdf]C[0x95]U[0x9d][0x17][0xa8][0xf4][0x86][0xe3][0xa6]'[0x14][0x17]k[0x4][0x95][0xe7]+[0xe1]dW[0xbe][0x93]W[0x7]vOo[0xfa]A[0x90][0xa5][0xe9].[0xca][0xd2],[0xc5]W[0x8b]P:[0xb2]o[0xdb][0x8b]i[0x8c][0xd3]b[0xd8][0xa2][0xe6]N[0x1e][0xda][0x13]:[0xf6]([0xf4][0xaa][0x95]:[0xf]f[0x86][0xf3][0xdc].[0x8d][0xc0][0xd8]f\Z[0x9a]1[0xff][0xc0][0x96]V[0x1a][0xd9]Q[0xb]-[0xea][0x9f]"[0x82][0xcf]?D0[0x88][0xb8]}[0x92][0x8][0xe9])f7[0xe7][0xb7][0x98]}[0x9f][0x84][0xb1]R[0xea][0x5]PK[0x7][0x8][0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80][0xe7],[0x1a][0x85]R[0xc1]S)[0xa5]g[0xb]=[0xaf][0xba][0xa6][0xd1]4[0x9]1[0x11][0xfb][0xf7][0x8d][0xc7][0x99]y[0xbc][0xe2]A[0x96][0x2]F[0x9a][0xf8][0xf0][0xe3].(@[0x8f][0xe3][0x87]`&[0xa3][0xf][0x18][0x92][0x9d][0xc]y[0x93][0x94][0xb6][0xac]x[0xe7]UO[0x9e][0xcb][0x9a][0xcb][0xb2][0xad].my[0xe5][0xb7]{[0xff][0xca]$K[0xb6]S[0xd8][0xb4][0xb3]][0x3]U[\r][\r]S[0xc1]%[0xff][0x9c][0xba][0xf3][0xd3][0xf9][0xad]Y[0xc0][0xe3][0x1]t[0xe0][0x97]a[0x88]z[0xc6]1[0xe6][0x9a][0x9d]8[0x9d][0xd0]vw+[0x5][0xb1]$[0xab]#[0xfb][0x3]PK[0x7][0x8][0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xml[0xcd]U]o[0xda]0[0x14]}[0xe7]Wdh[0xaf][0xb6][0xd3][0x95]'[0x94][0xe5]i{h[0xd5][0xae]H[0xd5][0xa6][0xbd]U[0xc6][0xb9][0x5]Cb[[0xb6][0x13]RM[0xfb][0xef]s>L[0x2][0x9][0x94]>[0xb4][0x1a]BH>[0x9c]{[0xef]9[0xb6][0xef]u[0xa4][0xb4][0xdc][0x0][0xb3]A[0x99][0xa5][0xc2]|[0x9d][0xae][0xad]UsB2Z[0x80][0xc0]TQ[0xb6][0x6],[0xf5][0x8a],[0x1e][0xee][0xc9][0xc][0x87]8[0x9c]6[0xcc]yi[0xf8][0x9e][0xbd][0xdb][0xed][0xf0][0xee][0xba][0xe6]}[0x9][0xc3]+[0xf2][0xfb][0xfe][0xee][0xd1][0x5]f[0x14]qa,[0x15][0xc]\[0x94][0xe1]sS[0x83]w[0x92]Q[0xcb][0xa5][0xb8][0xa0]Xp[0x8a]Q[0x3][0xa8][0x98]=[0x85]O!.M2[0x8d]'[0x93][0xc0]}[0xa2]L&[0x90][0xfe][0x2]m\[0x81][0xb8][0xce][0x11][0x91][0x3][0xac][0xe5])[0xaa]A[0xd8][0xb8]^[0xd4][0xc0]J[0xcb]\[0xdd]$[0xb1][0xcb][0x8e][0xa5]2[0xb3][\r]V[0xb4][0x8c][0x88][0x87];"[0xd5][0x96]?Sf[0x1d][0x8]%[0xcd]"[0xd2][0x3]:V[0xb1][0x97]pu[0x8d]g[0x11][0xf1][0xeb][0x8e][0xa1]!u[0xdb]P[0xc0][0x82][0xda]u[0x8c]1q_%][0xba][0x3][0xbc][0x11]K[0xbc][0xda][0xc9]i[0xa9][0xb8][0x11]s[0xa0][0xb7][0xaf][0xd5]QPEqGR[0xc8]-h[0xb4][0xc9][0x5][0xb7]C[0xf5]ng[0xd8][0x96][0xae][0xb8]X[0xc5][0xcb]\$)T[0xd5]=[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x10]4[0x83][0xf8]a[0xf1]8[0xbb][\r][0x16][0xb4][0xc][0xbe][0xbb][0xb4][0xc1][0xed]O[0x97].Xh[0xb9][0x84][0xe0][0xa6])[0x11][0x91][0x9a][0xe8]w\K[0x5][0xae][0x18][0x98][0xde]&4%[0xb0]y[0xc9][0x96]2[0xe5][0xec]G[0xc5][0x1f][0xda][0xc2][0xad]f[0xdc]j[0x1e][0x8b][0x1a][0xe4][0xac]j[0x1b]'[0xfd][\r][0x9][0xbb][0x10][0xbf][0xef]G[0x9a][0xa3][0x4][0x14][0x88][0x4][0x4][0xeb][0xa0]O[0x8][0x5][0x95][0xef][0xba][0x8b][0xbe][0xf5][0xfe][0xf][0x10][0xea][0xa9][0xda]G[0xbe]t[0xe0][0xf0]4[0xcd][0x8a][0x8f][0xdc][0xb9][0xe3][0xb3][0xf4]T[0xcc][0xa4][0x86][0xf1][0xb]X[0x87][0x18][0xe6][0xe4][0xc7][0xce]D[0xc1][0x13]H"[0xd2][0xac];MdL[0xd4]{)[0xcd][0xaa][0xac][0xf6]P[0x8e][0xda][0xac][0x9f][0xed]f[0xda][0xa2][0xa6][0xc8][0x19][0xbb][0xe4]X[0x86]G[0xbc][0x19][0xd2][0xba][0xa9][0x7]uu[0x1b][0x9d][0xf3]PK[0x7][0x8][0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/pax/exam/invoker/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.class[0x9d]T[0xed]R[0xd3]@[0x14]=[JSC[0x15],X[0xf1][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xa4]|E[0x5][0x14]-2#([0xa3]NEG[0x14][0xc6][0x9f][0xdb]t)[J[0xd2][0xd9][0xa4][0xb5][0xbc][0x86]o[0xc2][0x1f][0x18]e[0xc6][0x7][0xf0][0xa1][0x1c]o[0x92][0xda][0x2][0xad][0xc2][0xf8]#{sO[0xee]=[0xf7][0xec][0xcd][0xdd][0xfd][0xf9][0xeb][0xfb][0xf][0x0]sX[0xd6]q[0x19]c[0x1a][0xc6]uD|;[0xa1]#[0x8a][0xb1]8[0x8c]82:&1[0xa5]aZ[0xc7][0xc]f{`[0xe2][0xbe][0x86][0x7][0x1a][0x1e]j[0x98]c[0x88]-I[z[0xcb][0xc]]Ff[0x93]![0xba][0xea][0x14][0x4]CoN[0xda]b[0xbd][0xba][0x97][0x17][0xea]#[0xcf][0x97][0x9]I[0xe6][0x1c][0x8b][0x97]7[0xb9][0x92][0xbe][0xdf][0x0][0xa3][0xde][0x8e]t[0x19][0x16]r[0x8e]*[0x9a]N[0xc5][0x9d]/[0x99][0x15]^7E[0x9d][0xef][0x99][0xd2][0xae]9[0xbb]B[0x99][0xa5]*[0xf1][0x93][0xe7][0x9]e[0xf3][0xb2][0xf9][0xdc][0xf2]d[0x8d]{[0x8e][0xca]2t[0xbb][0x1e]W[0x1e][0xc3][0x98][0x11][0x12][0xb8]Ein+[0xbe]'[0xbe]8j[0xd7]\[0xa9][0xda][0x85][0xb2]Xu([0xb3][0xee]e}q[0x9a][0x15]:[0xc][0xa3][0xe7]'P[0xf8]6[0xb7][0xa8][0xd0]>[0x83][0xd1]I[0xe0]{[0xe5][0xe4][0xc5][0xeb]P[0xe5]Z[0x18][0xe9]k[0xaa]([0x8a]cH[0xe5]J[0xbc][0xc6][0xcd][0xaa]'[0xcb][0xe6][0xb]I[0xa2][0x1d][0x9b][0x7][0x1][0xa9][0xd3][0x8d][0xd8][0xaf][0xfc]i[0xc6]R[0xc7][0x8c][0x6]Z[0xe6]v[0xd1][0xdc][0xf0][0x94][0xb4][0x8b][0xd9]vd[0x99]x[0xf5][0x97]uKT[0xfc],W[0xc3]<[0xf5][0xd6][0xf5][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc1][0x1b]NUYbM[0xfa]%[0xae]4[0xbb]7[0xeb]s$[0xd0][0x8b]>[0x86][0x95][0x8b]w[0xff][0xcd]'r;l[0x9c][0xa1][0xbf]%[0xfe][0x15]ww[0xbc]pO[0xb1][0x82][0x92]5[0xa1][0xa8]-[0x1][0x91][0x86][0x85][0x4][0x1e][0xe1]1[0xc3][0xf8][0xc5][0x1a][0xaa]a1[0x81]'x[0xaa]![0x9b][0xc0][0x12][0x9e]1[0xcc][0xfd][0xc7][0xa8]0[0xf4][0xb5]Z[0xf6]._[0x12][0x96]?[0x2][0x9d][0x80][0x13]y[0xfd][0xad][0xbc]f{[0x19][0x6]:[0xfd](:[0x1][0x95]*[0xf1].[0x1a][0xb9][0xb3][0xc5][0xb2][0xed]H[0xa6][0x1d][0xa2]S[0xd3][0xc2]V[0xcb][0xdc][0xa5])[0xd2][0x8a][0xc2]['uT[0xd3][0xc8][0xb4][0xff]w[0x86][0xf4]ysL[0xac]J[0x14][0xa5]K=[0xd9][0x10][0xaa]&-[0xe2]*[0x18][0xff][0x1c][0xaa]S[0xa2][0xcf][0xe]p[0xa6][0xd3][0xc9]i0[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ")[0xee][0xc7]f1[0x82][0x4][0xdd])4tt[0xc1]t[0x91][0xa5]Y[0xa3][0xf5]*y&YF[0xb6]{[0xf2][0x8][0xec][0x80]^"H[0xd2][0x1a][0xb][0xc0][[0xe8][0xa7]5[0x11][0x6]`[0x0][0xd7][0xc8][0xd2][0xa9][0xc1]u[0x8a][0xf2][0x93][0xbf][0xd2][0xc5][0x14]%k[0x1c]#[0xf2][0xf9][0x8]]o[0x8f][0x11]%[0xdb][0xbd]>[0x93][0x8c]%[0xb5]C[0xc4][0xb7][0xa6][0x92][0x97][0xe][0xa1]O[0xcf]|CO[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 19676 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x7]Ay[0x9f]?E|[0xc0][0x10][0xe2][0x18]&)i[0xdc] [0x89][0x13][0x18][\r][0xea]M[0x86][0x9c][0x8d]z[0xfe][0xdb] }g[0x14][0x9b][0xc6]M[0xd2][0x14][0xa1][0x8c]A[0xdc][0xc6][0x1d][0xe2][0x1a]j[0xe8][0xb][0x91]aB[0xd2][0x84]D[0x9][0x19][0xa1]g[0xb4][0xa9]t![0xd8][0x19][0xda][0xb7]8[0x1e][0x94]L[0x85][0x1f][0x9b]%Y[0xa3][0xe4]I[0xb2][0xbb]A[0xe6][0xbd][0xdf]PK[0x7][0x8]5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.class[0xa5]W[0xd9]w[0x13]U[0x1c][0xfe]n[0x9a]d[0xda]t[0x80][0xd2]R[0xa0][0x88]Z,hH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "A[0xa9][0x88]-{[0xa1]X[\r]E[0xe8]BAQ[0xa7][0xc9]4[0x99]v:[0x13]'[0x13][0x16][0xf7]}[0xdf][0xf7][0xdd]s|[0xf1]U\[0x8a][0xe8]9[0xe2][0x93][0xf][0xfe]G[0x9e][0xe3][0xf6][0xdd];i[0x1a][0x9a] [0xed][0xf1][0xa1][0xb9][0xdb]o[0xfd][0xee]w[0xbf][0xe9][0xef][0xff][0xf4][0xb][0x80][0xed][0xf8]2[0x86][0x1b]p_[0x13][0xd6][0xe3]~9;[0xdd][0x8c][0x7][0xf0][0xa0]\>[0xd4][0x8]#[0x86]u[0x98]hF[0x6][0xd9][0x18]wL[0xf9]3[0xa9]!'[0xb7][0xf3]1X[0x98][0x92];[0xd3][0xf2][0xc7][0xd6]0[0x13]C[0xb][0x1c][0xf9][0xe3][0xc6]P[0xc0][0xc3]r[0xe6]i([0xca][0xd1][0xd7]P[0xd2]pFN[0xcf]j8'5[0xce]kx$[0x86]G[0xf1][0x98][0x86][0xc7][0x5][0x1a][0xd2]G[0xf][0xb][0xb4][0xa6]]/[0x97]*[0xda][0x93]=S[0xa9][0xb4][0x9b][0xcb][0x99]^[0x9f]@[0xa3][0xe5]L[0x99][0x19][0xdf][0xf5][0x4]nR[0xe7]n[0xa1][0xc8][0xf3][0x82]q.e[0x9e]3fR%[0xdf][0xb2]S[0x83]e[0x19][0xca]GwY[0x8e][0xe5][0xef][0x11][0xd8][0x11]OO[0x19]g[0x8c][0x94]m8[0xb9]T[0xbf]m[0x14][0x8b]}[0xd7][0xd6][0xdf]<&[0x10][0xee]w[0xb3][0xa6][0xc0][0x8a][0xb4][0xe5][0x98]C[0xa5][0x99][0x9][0xd3][0x1b]1&lS[0xc5][0x97]1[0xec]1[0xc3][0xb3][0xe4][0xba][0xbc][0x19][0xf6][0xf3]VQ`o=[0xdb][0x96]s[0xc6][0x9d]6[0xbd][0xd4]T[0x89]!q[0xe5][0x9b][0x9e]c[0xd8][0xa9]~[0xd7][0xf1][\r][0x1a][0xf7]F[0xcc][0xa2][0xbc][0xe4]8*[0xd1][0xc8][0xb4][0x8c]Q`eM[0xd8][0x2][0xab][0xaf][0xf4]|[0xbe]0[0xe7]}[0xd5]B[0xe1]][0x89]=[0x94][0x8f][0x1d]:[0x97]1[0xb][0xbe][0xe5]:E[\r]O[0x8]4[\r][9[0xc7][0xf0]K[0x1e]U[0xee][0xac][0xc1]E[0xea],[0xe][0x9a]X[0xc6]3[\r][0xdf][0x94]q[0xd3]w|s[0x95][0xa5][0xa3][0x13]R[0xae]O[0x2][0xa2]N[k[0xcf]4<[0xc9][0xfb][0xf4]JN[0xde][0xb2][0xb3][0x2]'[0xe2][0xca]k[0x80][0x8e][0xa7]p([0xa6]f[0x8][0xbe][0x9d][0x1a][0xf0][0x8c][0x19][0xf3][0xac][0xeb]M[0x1f]1[0xfd][0xbc][0x9b][0xed][0xab][0x11]L9[0xae]oMZ[0x19]C&[0x99]"[0x88]Cjm[0x6]qFg[0x94][0x9a][0xc0][0xe6]E{`dN[0xd9][0x84]@r[0x9][0xfe]xcs)[0x9d][0xb0][0xfc][0xfc]q[0xd3][0xf7][0xce][0xb]4g[0xcd]b[0xc6][0xb3][0xd4][0x1d][0x8][0xdc]Pk[0xef][0xe0][0xfc]9M,[0x1b][0xf6][0x8d][0xcc][0xf4][0x11][0xa3][0xa0][0xee]U[0xc3]S[0x2]-[0x14]L[0x9b][0xc6]d[0x95]Q[0xf7][0xea][0x80]Q[0xdf]7gL[0xc7][0xaf][0x3]U[0xb5][0xab]%[0x2])H[0x98]mU:[0x15][0xe][0xef]/[0x16]K3[0xca][0xe4][0x98][0xe5][0xda][0xf4][0x9d][0xad]P[0x8e][0xe9][0xdc]R[0x8f]N[0xc7]Mz[0x94][0xd4][0xa9][0x96][0x14][0xa4]J{[0x15]UF[0xf2][0x9e]{Vb[0xc0][0xb3][0xa6][0xe2]\R[0x2]][0x8b][0xc8]\@7[0x8d]L~[0xa8]r[0x8d][0xdb][0xeb]E~[0xa5][0xf6]!*[0xc8][0x98][0xaa][0xae]3[0xe2][0x5]h[0x8b]S[0xac]Q[0x1a][0x9e][0xd6][0xf0][0xc][0xcb][0x1b]KYP[0xc5][0x4][0xf6][0xc5]k[0xb9][0xbd]D\[0x1b]we[0xec]r[0x9d]j[0x88][0xab][0x97]5[0xec][0x96][0xbc][0x8c]9`[0xc9]W[0xbd][0xb6]N[0x85][0xd8]*][0xea][0xe8][0xc2][0xb3]:6[0xe0]&[0x1d][0xb7]a[0xbb][0x86][0xe7]t<[0x8f][0x17]t[0xdc][0x88]N[0xe2](=[N[0xae][0xf3][0xd1][0xc7];-[0xa7][0x93]OU>\[0x1d]/[0xe2]%[\r]/[0xeb]x[0x5][0xaf][0xea][0xd8][0x8d][0x9d]:^[0xc3][0xeb]$[0xd8]|[0xc8][0x83]9[0xc7][0xf5]L[0x1d]o[0xe0]Mf[0xab][0xe3]-[0xbc][0xad][0xe3][0x1d][0xbc][0xab][0xe3][0x0][0xfa][0x5]n]2[0x8c]2[0xd0][0xf7]t[0xbc][0x8f]q[0x2][0xa8][0xe3][0x3][0x8c][0xeb][0xf8][0x10][0xe3][0x2][[0x97][0xc6]%[0x1d][0x1f][0xe1]c[0x81]M[0x8b][0xa2][0x93]@[[0x1d]"[0xe9][0xf8][0x4][0x9f][0x92][0x92][0x8b],[0x4]:[0xee][0xc0]N[0x81][0xdd][0xff][0xab][0x9c]k[0xf8]L[0xc7][0xe7][0xf8]B ^[0xeb][0xf6][0x80][0xed]f[0xa6][0xef][0x1e][0xe5]V[0x8f]*[0xbf][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x8b][0xce][0xd5]"[0x1c][0xe4][0x96]e[0xd8][0xd6]#[0x8a]K[0x87][0xc1][0x90][0xdc]X[0xf5]5[0x6]z[0xa3][0x1d][0xe1][0x8e][0xe8],V[0xcb][0xdd][0x9d][0xe5][0xdd]m[0xbd][0xd1][0xf0][0x8e]HG[0xf4][0xf2][0xdc]i[0x87]<]W>m[0xed][0xd5][0xe4][0xb2]Q-;[0xb4][0xcb][0x17]H[0xb4]6&[0xb2][0x91]([0xc9][0xb1][0x97]r<[0x80][0xb5]j[0x1c]g,[0x1b][0xc9][0xe]9[0xf6][0x12]m9[0x8e][0xe3][0x94][0x1a][0x3]P[0xc6][0xa8][0x9][0x9c][0x86][0xfc][0xbf][0xb1][0x5][0xf]R[0xcb][0xa0][0x9e]Kb[0x17][0xa8][0x99][0xa1]L[0x96][0xfa].[0x99]T[0xa0][0x85]IB[0x91]#[0x8]yz[0x98]&Ml[0xda]t[0x9]g[0x81][0x16]]j[0x17]([0xed]Q[0xa2][0xa8]@[0xbd][0x9f]0[0xdd][0xcc][0x8][0xf][0x92]LQjF9[0x1b]P[0xbf][0x1a][0xe][0xe3].[0xce][0x88]T[0x5][0xf2]<[0x6][0xc9][0x9][0xa1]f[0x12][0xe8][0x90][0x9a]I[0xf0][0x1b][0x18][0xdd]izJ[0x13][0xdd]6[0x8c][0x92][0xcb]C[0xbc]Jy[\r][0xb7]![0xfa][0xf][0xc3][0x8c]j8[0xaa][0xe1]^^[0x87][0x86]c[0x1a][0x8e][0xf3][0xd3]O[0xc3][0xf0][0xa8][0x86][0x91][0xc3][0x1a]F9[0x8e][0xfe]E[0x13][0x1c][0xfe]@[0xa8][0xe5] [0x9];V[0xe6]QO[0x99][0xb0][0xb1]D[0xf2]W[0xac]#][0xae][0x9b]giT[0xc5][0x92]T[0x99][0x4]/-V[0x8e][0xb5][0x11]'[0x98]o`a[0x83]:!!Z[0xd7][0xff][0x88][0xeb][0xbf]CD[0x1a][0x10]U[0x6][0xe4][0xd3]<[0xa9][0x8c][0x9e][0xfa][0x17]PK[0x7][0x8][0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.class[0xad][0x94][O[0x13]A[0x14][0xc7][0xff]C[0xb][0xb]k[0xb9]#[0xde][0xe5][0xa2][0xc8]vA[0x6][0x5]/[0x9][0xe8][0x83]([0x9][0xa6][0x1a]#[0xa4][0x9][0x8f]C;)S[0xb6][0xbb][0xcd]v[0x16][0xab]/~%LD[0x12]I|5[0xf1]C[0x19][0xcf][0xcc][0xd6][0x1b]E1j6[0x99]=[0xe7][0xcc]9[0xbf][0xff][0xdc]?}~[0xff][0x1][0xc0][0x2]n[0xb9]pq[0xa5][0x7]=[0xb8]j[0x9a])[0x7][0xd7]\d1[0xed][0xc0]s[0x91][0x87][0xef][0xa2][0xb]3[0xe]f[0x1d]\g[0xe8]VaU[0x96]t[0x14]3L[0x16][0xa2][0xb8][0xc2][0xa3]zc[0xb1][0xca][0xeb][0xa2][0xc9]eS[0xd4]x[0xa2]U[0xc0][0xd7]Z9K[0xc][0x9d]*,[0xcb]&[0xc3]p[0xa1]*v[0x5][0xf]DX[0xa1]n-+[0xd2][0xf4]v-[0xab]P[0xe9][0xfb][0xc]w[0xbd][0x93]a[0xc7][0x10][0xf2]E[0x86][0xec]JT[0x96][0xc][0xfd][0x5][0x15][0xca][0xa7]ImK[0xc6][0x1b]b+[0xa0][0xc8]P!*[0x89][0xa0](be[0xfc]V0[0xab][0xb7]U[0x83]a[0xf5]89[0x15][0xee]F;2[0xe6][0xd5][0x84][0x6]E[0x9e][0x96]q([0x2][0xbe][0x12][0x85]Z[0x10]<[0xde][0x90][\r][0xfd]<[0x9][0xc9]z[0x90][0xa8][0xa0]lg[0xd0][0x17][0xdb][0xc0]j[0x14][0xaf][0x4][0xa2]A[0xe4]Y[0xef][0x87]q[0xda][0xd8]R[0xde][0x8a][0xa5][0xd4]4[0x9d][0xa7][0x18][0xaa][0xef][0xd1][0x4]m[0x95][0xe][0xb6]U2[0x8c][0xfe]<[0x89][0x97][0xf5][0xaf][0x13][0x19]9[0x9a][0xbc][0xec][0xdf][0xa7][0xfc][0xde]u-J;OD[0xbd][0x95][0xe6]>j[0x96]d][0xab](l8[0x98]#[0xbd]uU[0x9][0x85]Nb[0xea][0xe3]mC5[0x8c][0xdf][0x8d][0xd6]][0x8f][0x92][0xb8]$W[0x95]A[0x8f][0xfd]za[0xe6][0xc]7[0x87]~[0xf0][0x1c]N![0x97]C/[0xfa][0x18][0xee][0xfd][0xd3][0x9a][0x1b][0xdc]<[0xc3][0xe3]?[0x87]<[0x13][0xb1][0xa8]Ir[0xd4]+Y>[0x86][0xe8][0xe0]F[0xe]7[0xb1]`[0xc8][0x8b][0xc][0xf][0xff][0xc7][0x91]`[0x98]:[0xba]|[\r]^[0xa3][0x13][0x1a][0xf0]#y[0xc3][0xdf][0xd7]~c;[0x8e]^[0xa4][0xfb][0x95][0xf1][0xcc][0x99][0xbe][0xdd]~[0x88]N[0xbe][0x1f][0xa6]p[0xb0][0xed][0x8e][0xd8]+[0xab][0x8b]"HR[0xfa][0x1a][0xc3][0x9d][0xbf][0xa1][0xaf][0xe5][0x8b][0x98][0xa0][0xe7][0xc1][0xa5]7[0xa3][0x83]>[0xda]Vk[0xd1][0xce][0xda]?[0xdd]@[0xc]P;H[0xde]&[0xf9][0x19][0xfa][0xf7][0xfb][0x7]`[0xfe][0xcc]>:[0xfc][0xd9]}d[0xde][0xd8][0xc4]!j[0x87][0xe8]}[0x1][0xa6][0xa9][0xf5][0x8][0x99]'[0x84][0x8f]a[0x8a][0x8c][0xa7]e[0x18][0xc1]i[0xc0]ZF[0x86]Y[0xcb][0x8][0x19][0x99]Q[0x9c][0xa1],#[0xf3][0x1a][0x9d][0x14][0x1]<[0xff]-2[0x1f]1p[0x88][0xec][0xe6][0xc][0xd9][0x1d][0x7][0xe8][0xdc];DW[0xea][0x98][0xce]wp[0xe][0xd0][0xbd]G[0xb9]Y[0xab][0xdf]gu8[0x1c][0xcc][0x93][0xd6][0x82][0xd5][0x1e]MY[0xdf][0xb4]=[0x9c][0xc5]9[0xd2];Ov:[0x6][0x13][0xb9]@[0xd6]E[0xb2]3`#[0xb8]d[0x81][0xc][0x97]1f[0xa7]6N[0xf6][0x84][0xb5]&[0xbf][0x0]PK[0x7][0x8][0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.class[0xad]T[O[0x13]A[0x14][0xfe][0xa6]-[0x94][0xae][0xab][0xdc]J[0x15][0xf1][0x6][0x82][0xb4][0xdb][0xc2][0x98][0x88]Jb[0xe5][0xc1][0x1a][0x92][0xc6][0xc6]D $>[0xe][0xed]X[0xb7]nw[0xeb]^H}[0xf2]/i[0x2][0x92]h[0xe2][0xf][0xf0]G[0x19][0xcf][0xcc].*[0xb6][0x6][0x83]<[0xec][0x99]3[0xe7][0xf2][0x9d]o[0xce][0x99][0x9d]o[0xdf]?[0x5]p[0xf]w[\r][0xe4]0[0x9f][0xc3][0x18][0x16][0x94][0xb8][0xad][0xc4]b[0x16]K[0x6]Fp[0xc7][0xc0]2[0x8a]Y[0x94][0xb2][0xb0][0x18]r[0xa1][0xc][0xc2][0x9a]#[0x82][0x80]a[0xb2][0xd1][0x11][0xfb][0x82];[0xc2]msmzD[0xfe]m[0xbb][0xed][0x8a]0[0xf2]%C[0xfe]O[0xd5][0xda][0xa0][0x90]1[0xdb][0xed][0xc8]f[0xe8][0xf9][0xc][0xb][\r][0xcf]os[0xaf][0x17][0xac]uxO[0xf4][0xb9][0xec][0x8b].[0x8f]B[0xdb][0xe1][0xf5]$[0x86][0xe2]Gl[0xb7]%[0xfb][0xc][0xd3][0xbf][0xc1][0xd5][0xdd]P[0xb6][0xa5][0xf2][0x8e]Vm[0xd7][0xe]7[0x18][0xea][0xc5][0x1]:[0xa7][0xa3][0xf][0x81],[0xed]2dj^[0x8b][0xe]0[0xde][0xb0]][0xf9]<[0xea][0xee]IG[0xec]9d[0x99]jxM[0xe1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdf]V[0xfb][0xc4][0x98][0x9]_[0xdb][0xd4][0x8e]g[0xc3][0xca][0xd9][0xee][0xbe][0xf7]F[0xfa][0xbc][0x13][0x11]K[0xda][0x85][0xd2]w[0x85][0xc3]k[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x2][0xf7]w[0xa8][0x9d][[0x91]K[0x9a][0xa6][0xbc]%[0xdf]Fd[0xa1]s[0x15]NVz[0xd7];[0xae][0xd6][0x18]8[0xa7]j[0xeb][0x99][0x8f][0x9a]k[0xcb][0x84][0x0][0xc3]\[0xb1][0xa4]qb[0xb2][0xbe][0xb6][0xf2][0xd8]I[0x8c][0xb2]{[0x91][0xed][0xb4]T[0xdc][0xf2]@T[0xc0][0xbb][0xd4]1'[0x9]~[0x12][0x7]R[0x8e][0xb1][0xed]E~Sn[0xda][0x8a][0xf9][0xe2])[0xa7]^U[0xc]ML[0xa1]l[0xc2][0xc0][0x5][0x13][0x97]0nb[0x2][0x93][0xc]O[0xff][0xab][0xb5][0x9][0x1f][0x5]][0xc9]b[0xc5][0xc4]*8][0x98]s[0x1b][0x17]C[0xf1]WC~&[0xf9][0xb1]3[0xe0]'C[0xf3][0x83][0xf7]T[0xcd]a[0xbd]x[0xe6][0x11].[0xfd][0xd3]4[0xe8][0xf2][0x6][0xe2][0x95][0x8c]m[0x9b][0x9e][0x9f][0xfc][0xc4][0x95]!t[0xfe]z[0x9]0O[0xf]C[0x8e][0x9e][0x8c]4RjD`0i[0x97][0xc2]E[0xfa]hZZ[0xa7][0x81][0xe9][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "b[0x9a][0xd6]<[0xed][0xde][0xd3][0x9a][0xa1]u[0xc6]*[0x1f][0x81]Y[0xe5]C[0xa4][0xac][0xca]![0xd2][0xd6][0xca]!2[0x1f]5[0xe0][0xc][0xc9][0x2][0xbd]7[0xc0][0x1a][0xc9][0xfb][0x4][0xff][0x80][0x0][0x1f]R[0xfa]:[0xd9][0x1]+[0x6][0xc0]e\[0x1][0xb4][0x16][0x13]P[0x9a]*[0x9d][0xd2][0x9a]*[0x9e][0xc6],[0xe9]f[0xe2]3[0x88][0xdc]1[0xcd][0xab][0xa4][0xcd][0xe1][0x1a]IE[0xea][0x5]![0xaa][0xac][0xd9]/[0x18]yi[0x1d][0x10][0x9b][0x3]d[0x8e]0[0xda]([0x93][0x92][0xfa][0x84][0xec][0x7][0x9d][0xa4][0x88][0x19]:[0xb0]J[0xf0][0x8f]5[0x99]B[0x9c][0x98][0x90][0x99][0xa0][0x9e]\[0xc7][\r][0x82]e[0xb8][0xa9]sn[0xfd][0x0]PK[0x7][0x8]JZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.class[0xa5]Wit[0x13][0xd7][0x19][0xbd][0xa3][0xed][0xd9][0xf2][0x80][0xc1]`[0x8c][0xc]8[0x82][0xb0][0xd8]2F[0x84]-[0xc4]l[0x5][0x1b][0x1a][0xa7][0xb6]![0xd8][0x98][0x12][0xd2][0xd0][0xb1]<[0x16]cd[0x8d]2[0x1a][0x81]M[0x9b]&i[0xd3]6[0xa5][0xfb][0x1e]h[0x96]6][0xe8]B[0xdb][0xa4][0x5]9[0xc4]-!M[0xd7]t[0xdf][0xd3]}[0xdf][0xf7][0xf6]OOOO[0xd2][0xfb]fd#[0xdb]#[0x9b]s[0xfa]C[0xef][0xbd]y[0xcb][0xf7][0xdd][0xfb]m[0xef][0xe9][0xe9]g[0x1f][0xbf][0x4]`=[0xfe][0x15][0xc6][0xf5][0xb8][0xb7][0xc][0xaf][0x9][0xe3][0x14]^[[0x8e]Mx[0x9d]l^/[0x9b]7[0xc8][0xe6][0x8d][0x15]x[0x13][0xde]\[0x81][0xb7][0xe0][0xad][0xf2][0xf3]m[0x2]o[0x17]xG[0x18]*[0xde][0x19][0xe6][0xf7]}[0x2][0xa7][0xc3][0xa8][0x94]"[0xce][0xc8][0xfe]]e[0xb8]?[0x8c][0x7][0xf0][0xa0][0xfc]xHn{[0xb7][0xc0]{[0xca][0xf0][0xb0][0x9c]|o[0x18][0xef][0x93]+[0xa7][0xf0]~y[0xf6][0x3][0x2]g[0x5]>[0x18]F[0x1d]>[0x14][0xc6][0x87][0xf1][0x91]0[0xce][0xe1][0xa3][0x2][0x1f][0xb]c[0x19][0xee][0x95][0xcd][0xc7][0xc3]x[0x4][0x8f]V[0xe0][0x13][0xf8][0xa4][0xc4][0xf9][0x90][0x1c][0x9d][0x17][0xb8][0x10]F[0x3][0xf2]R[0xc4][0x88]l[0x1e][0x93]j.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "<[0x1e][0xc6][0x1a][0xd9][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "|*[0x8c][0xeb][0xa4][0x88][0xb5][0xf8][0xb4]l.[0x9][0xbf][0xb7]W[0x1a][0xc9]5[0x91]f%'[0x8b]/,S|[0xbf][0x91][0xee][0xdb][0x99][0xee]s1[0x97][0x92]r[0xb]M7[0xa8][0xa0][0xb6]h[0xc9][0xd2][0xfb]S\[0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "w8[0x1]FI[0xd1][0xa2][0xc5]N[0xd3][0xb1]l[0xab][0xde][0xef]Z[0xd6][0xb2][0x9c][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "R[0x97][0xce][0xb8][0x9e]W[0xb4][0xb5][0x8d]VH[0xd2]X[0xcc]A[0x81][0xcf]3[0xdf][0x14][0xcc]v-[0xdc]ch[0x8e]M[0x15][0xac][0xad]/[0xad][0xd8]C[0x94]$[0x1d][0x96][0xf1][0xdb]Q[0x8]~5![0xd1][0xec][0xd7]o[0xcf]qR[0xd2][0x90]^u[0xdd]g[0xe5][0xd2]i[0xfa][0xb2][0xb0]F[0x8c]s[0xdd][0x8c]i[0xd5][0xb3][0x9][0xcb][0xc8][0xb8][0x1e][0xab][0x9b]z[0xa0]h[0x9d][0x87][0x84]5&;[0xe8][0xec]R[0xb0]x[0xea][0x11][0x87]L[0x8b]i[0xe9]27,=[0x9b]Kq_[0xc4][0xb][0x8b]\[0xe2][0xa6][0xb2]~[0xcd]H1[0xc3][0xe8][0xbc]9.M'[0xfe][0xdb][\r][0x7][0xe8][0x82][0x89][0x1]>[0x9c][0x19][0xb][0xf2][0x1b]&[0xed][0xdd]:UE[0xda][0xb4][0x8d]~#[0xa1]I[0xf8][0xf1]=[0xae][0x96]-[0xdb][0xe9][0x83]/[0x8]|Q[0xe0]K[0xac]p[0x2]O[0xb]|[0x99]D[0x12][0x96][0xae][0xd9]z[0xb7],[0x7][0x8c]X[0x8d]yf[0x8d]g[0x8a][0x82]n[0xaf][0xdc][0xbe]2[0xd3]}[0xd4]2OHX[[0x1a][0xbc]R[0xc9][[0xaa]4[0xe8][0xa0][0x9e][0xcd]jI[0xb2][0xf1][0xc9][0x80][0xa9][0xf6][0x14][0xc9]*/[0x83]%[0xdb][0xa5][0xd3][0x6])[0xe3][0xa4]Ka[0xbd][0xb7]~[0xc6][0xb0]_[0x1f]Z[0xc7]:[0xcb][0xe8][0xe8]2sVB[0xdf]c[0xc8][0x3][0xb][0xa6]d[0xee][0x1a])@E+[0xbe][0xc2][0xb8][0xa7][0x9a][0xa7]T|[0x15]_S[0xb1][0x5][Ul[0x93][0xcd][\r]hV[0xb1][0x1d];[0x98][0x89]*[0xbe][0x8e]o[0x8]|S[0xc5][0xb7][0xf0]m[0x15][0xcf][0xc3]N[0xe6][0xc2]L%FA[0xc3]U[0x9b]C[0x2][0xf9][0x8e][0x8a][[0xf1]"[0x5]5[0x93][0x8d][0xbd]+g[0xa4][0xfa]tV[0xf5]PT[0x9e][0x8e][0xaa][0xf8].[0xbe][0xc7][0xb0][0x8a][0xd2][0xc5][0xd1]~[0xa9]3j[0xa4][0xa3]2[0x19][0xa2]N[0x12]D[0x5][0xbe][0xaf][0xe2][0x19][0xfc]@[0xc5][0xf]e[0xd3][0x8a][0x1f]1[0xe6][0xa7][0xe4][0x10]%[0x14]FQV[0x8f][0xdc][0xa0][0x9e][0xb6][0xa3][0xfa]P[0x86]y[0xa7][0xf7][0xa9][0xf8]1~[0xc2]PQ[0xf1]S[0xfc]LE?[0x92][0xcc][0x90][0xe9]s_A[0xdb][0xd5][0x17][0xd2]q[0xb]HB[0xfb][0x9d][0x80]m)[0xca]_[0x89][0xf9][0xe7][0x8c]Q[0x15][0xbf][0xc0]/[0x19][0xae]*~[0x85]_3[0xa9]K[0xe7][0x9b][0x8a][0xdf][0xe0][0xb7][0x8c]g[0x15][0xbf][0xc3][0xef][0x19][0xd4]*[0xfe][0x80]?[0xaa][0xf8][0x13][0xfe][0xac]`[0xc5]U[0xe5][0x86][0x8a][0xbf][0xe0][0xaf]*^[0x8a];T[0xbc][0x1c][0xaf][0x90][0x10][0xfe][0xc6][0xb2][0xe4][0xc1][0xe9][0xa0][0xa5]e2z_[0xa9]t[0xa9]u[0xec]d[0x98][0x85][0xca][0xba]7ggr6=[0xa9]k,[0xaf]K[0xc6][0x16]w[\r][0xdb][0xfa]N[0xcb][0xd2][0x86][0x8b][0xd7][0xa5][0xd2][0xbf][0xab][0xf8][0x7][0xfe][0xc9][0x2][0xea][0x11][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xfc][0x1f][0x97][0x15]K[0xcc][0xe4][0xb2][0xaf][0xe0][0x1a][0xf][0x81]%[0xf][0xb9][0xf1][0xc8][0xd8][0x9f][0xe9]f[0x1f][0xdb]2[0xcd][0xd5][0xae]`[0xd1][0xe1][0xe9][0xee][0x9a][0x85][0xa5][0xd6][0xb8]T[0xaa][0xb6][0xb3][0x94]MW[0xc5][0x99][%*1k[0xcc][0xc4][0x82][0xca]BR/[0xef][0x98]`6[0x93][0x92][0xb5]~[0x95]G[\r]l[0xf0][0xbc][0xcc][0xcb][0x93][0xba][0xed][0xda][0x82][0xde][0xae]o([0xfd][0x8][0xe2][0xde]H[0xc9]E[0xca]I[0x99]Z_[0xe1]u[0xb6][0xc2]K[0xbb][0xc7][0x8b][0xad]T]$[0x91][0x90][0x8c][0xd9]4[0x8d][0xd7]4[0x83][0xac][0x9]5[0x87]2+'[0xa9]a[0xe1]&[0xc3]N[0xc2][0xe5][0xab][0xb0]~[0xea]Iy[0xa9][0xd9][0xe6]X[0xa4]T{i[0x93]w7e[0xb8][0xee][0xcc]:f[0x9a]6[0x14]B[0xf4][0xae][0x96][0xca]N[0x92]V[0xf4]pi[0xab][0x9f]b[0x8c][0x99][0x9f][0x96]%^[0x15][0xd5]W.[0xc3][0x9][0xa1][0xd3][0xe2][0xa1][0xc3][0xc3][0x90]3[0xbc]"[0xc2][0xfd]F[0x8a][0xf9]y[0xd0][0xb0][0x8f]*h[0xae][0x9f]~[0xbb][0x87][0xb4]+[0x8f][0x18]?g[0x14]l[0xf4][0x10]1[0xb6][0xc7][0xf3]x[0xe1][0xdd]QA[0xfb][0xef][0x19]zT[0x8d][0xf9][0xb1][0xf8][0xf1]![0x8c][0xec][0xee][0xc1][0x8c]=[0xec][0xa4][0x82][0xbc]YyD[0xba][0xa0][0xad][0xc1][0xeb][0x91][0xa9]r[0xb5][0xa8][0x8][0xd6]L[0x88][0x8c]+[0xa1][0xa8] v[0xd5][0xaf][0x9]:#R[0xd8],[0xab]iQ[0x9d]t[0xd6]*NX[0x86][0xad][0x8f][0xd5]1[0xcf][0xd0][0xe8][0xc1]R[0xfe]3[0xbb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "6#[0x8][0x9f][0xbc][0xd2][0xf9][0xd3]'/y[0xa7][0xdf]V[0xe8]y[0xcb];=/v[0xee][0xdd][0xe5][0x8c][[0x10][0xe2][0xb8][0x15][0xbb][0xd9][0xee][0xe1][0xcc][0xe0][0xe7][0xc][0xd0][0x1e][0x1b][0x81][0xd2]X[0xe5][0xcb][0xc3][0xdf][0x1c][0x88]E[0x2][0xfe]u[0x17] [0xfb][0x0][0xfb]`l[0xf5][0x5][0x84]bM[0x17] b[0xb1][0xf3][0x8]]D[0x19][0x9][0x9f]G[0xe0]"[0xca]}[0xb8][0x80][0xf0]YT6[0x7]G[0xa1][0x1e][0x8a][0x4]G0[0xeb][0x89]G){%1[0xec]@[0x5][0xa5]?[0x9f][0xd2][0xd7]p[0x4][0xe2][0xc][0x10][0xa3][0xca][0x95][0xf9][0xc4][0xb8][0x98][0xf8][0x96]r[0xcf]J[0xa2][0xdb]J<;[0x88]m'[0x91][0xbd][0x80][0xb8]n[0xe4][0xee][0xed][0xc4][0xb5][0x13]a[0xb4][0xe1]&[0xb2]$B[0xae][0xb4][0x3][0xce][0xa8][0x83]'[0x14]g[0xd4]I[0xee]>g$[0xd9][0xfa]![0x9f]1{[0xb1][0x8f][0x9a]n[0xe6][0xec]b[0xf8][0x9e][0xe3]tP`[0xbf]@[0x97]@[0xb7][0xc0][0x1][0x81][0x1e]([0x2][0x7]+p7^[0x88]C[0x5];[0xdc][0xc9][0x13]R[0xce][0xa6]X[0xe3][0x8]f[0x9f][0xc1]ZIg[0x14][0x95][0x87]F0[0xa7]jn[0x1e]U[0xe4][0x1b]dW5[0xcf][0x1d][0x87][0xf3][0x98][0xcf]Q[0x1e][0xd5]#X@[0xc6](0[0xad][0xa2][0x1c][0x10]s[0x19]Q[0xd7][0x13][0xf1]Fb[0x95]l[0x16][0xb8][0xd2][0xc7]9l[0xc2]-8L[0xdd]7;'[0x95][0x8d][0xbc][0x9c][0xf9]Lr[0xc1](QN[0x9].[0xc]([0x1d][0x8d][0x97][0x1e][0xc4][0x92]F[0xff][0xba]'Qs[0x6][0xb3]$[0xa8][0xaa][0x85]R#[0xa7].[0xa3][0xa6][0xc3]E[0x12][0xe9]l[0xba][0xb4])[0xe0][0xdf][0x14][0xac][0xe]V[0x7][0x1e][0xc6][0xaa][0xa6][0xea][0xe0][0xba][0xe6]P$[0x94]G[0xad][0xb]{[0xd1]i[0xa8][0xb1]Hh[0xf5][0x8][0x16][0x7][0xce][0xdd][0x13]T[0xce]>[0xf7][0xcc]Y[0xcc][0xea][0x94][0xe2][0x9a][0xa4][0xc7][0xfc][0xe7][0x8][0xcf][0x87]n[0xdc][0x86]%8@`[0xb2]w[0x9]5c6[0xdb]}\[0xed]![0xa6][0x83][0x98]C[0xa3][0xd5][0x12][0xfc]R[0xee][0xd9][0x86]#[0xa4][0xa3][0xa1][0xb][0xbd][0x12]![0x9a][0x18]>[0xfb][0xa3][0x8c]s[0xb7][0xa5][0x14](bB[0x93][0xde][0xc7][0xcc][0x99]33w[0xa6][0xd3][0xdf]~[0xfc][0x2]0[0x8e][0xe9][0x10][0xc2][0x88]I[0x18][0x94]0[0xd4][0x84][0x9b][0x18][0xe]a[0x4][0x8a][0x4]5[0x84]F[0x8c][0x6]1[0x16][0x80][0xf7][0x19]h[0xe][0xe1][0x9][0xc6][0xc5]2![0xe1][0xa9][0x84]g[0x12][0x9e]3[0xdc][0x9a]K[0xce]OgR[0xe9][0x8d][0xf4][0xc2][0x87][0xe4]r&[0xcd][0xc0][0x16][0x19][0x1a][0x13][0x86]e[0xb8]S[0xc][0xbe]h,[0xcb][0xe0][0x9f][0xb5]79aS[0x86][0xc5][0x97][0x8a];9[0xee][0xa4][0xb5][0x9c]I[0x92]H[0xca][0xd6]53[0xab]9[0x86][0xb8]W[0x84]~[0xf7][0x93]Q`[0x98]K[0xd9]N^[0xb5]w[0xb][0x13][[0xea][0xae]VRyI[0xdb]Q[\r]k[0xcf][0xde][0xe6][0x8e][0xba]U$~[0xba][0xb9][0xdc][0xb1]4S][0xcc][0xd0]u[0xc5][0xb1]s|[0xa1][0xc][0x98][0xd7]t[0xd7]v[0xe][0xe2][0xe4]Bw[0xb8][0xe6][0xf2]Z%[0xc3][0xdb]hjK[0xdb][0xd3]TS[0xb3][0xf2][0xea]rn[0x8b][0xeb]n[0xbc]F[0xb2][0xe6]:[0x86][0x95][0x8f][0xc7][0xea]EPKD[0xf4][0x92]nS[0x10]%W[0xe4]r[0x81][0x92]r[0xe1][0xa5]][0xe7][0xac][0xae]BNo[0xa3][0xbb]%[0x86][0xde][0xb2][0x93]B[0xde]P?:[0xda][0xe][0xdf][0xb7][0x9d]mu[0xa6]hm[0x9a]|[0xb6]LM[0xd0][0xa0]a[0x9]B[0xdb][0xa9][0xe2][0xcf][0x6]Ut[\r]S][0xa8]`[0x4]>[0xa1][0x9b][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "t[0x9d]+[0xd0]Fv:[0x95]In[0xac][0xac].[0xaf]$W[0xd3][0xeb][0xc]mu[0x1]T[0xc7][0x5][0x86][0xd0][0x9a]]tt>o[0x88][0xba]t^[0xf6][0xca][0x8a]HNF[0x4][0xb7][0x19]z[0xae][0xca][0xe6][0x4][0xf2][0x8f][0x4]d4[0xa3]E[0xc2][0xb][0x19]/1[0xc9][0x10][0xbf]F[0x1f][0x88][0xa8][0xe8]=V[0x89]B[0xf1]([0x14][0xa2]P[0x4][0x85]R[0xa1]P<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xe5][0x84]B[0xb9]4[0xc9]s[0xcf]$!![0xe3][0x15][0xa6]d[0xbc][0xc6][0x1b][0x86][0x99][0xeb]7+C[0xf3][0xf9][0xe]b[0xe8][0xbf][0xa2][0x5][0xab][0xb6][0xc3]g[0x81][0x85]}[0xa3]P[0xc8][0xd9]%[0xd5]u4][0x4][0xb1][0xc6][0x9d]=C[0xe7])[0xdb][0xde].[0xee]Re[0xf3][0xdc][0xad][0x88][0x18][0xde]E[0xaf]n[0xc2][0x9a][0xe][0x9e]5[0xb5]B![0xbe][0x18][0xab][0xd7][0xf0][0xeb][0xd1][0x8b][0xad][0xfe][0x1f][0xe4]W[0xf6][0xb4][0x18]#[0xe1]S[0xe6][0x94]m[0xe5][0xe9][0xc7]GI[0x94]O}u[0xdc][0x9e][0x9]P[0xc0]([0xbc]&[0x93][0xf6][0xac]f[0x16][0xb9]7[0x9b][0x16][0xf1][0x90]F^[0x18]4[0x9b][0xe8][0xdb]![0xfa][0x8e]F[0x9d][0x8f][0xce][0xd4][0xcc][0xb4][0xb6][0xd2]M[0xa5][0x9d][0xd1][0x1e][0x18]<[0x4][0xfb]B[0x87][0x6][0xb4][0xd1][0xda][0xe8][0x9]{[0xd0]N[0xab]\[0x6][0xe0][0xe][0xee][0xd2].[0x88][0xee]U[0x8c][0xf]H*[0x6]h[0xf7][0xd0]1[0x1a][0x96]F"[0xbe][0xaf][0xf0][0x1f]!p[0xc][0xdf][0xa4][0xff]'[0x1a][0xd7][0x87]G:[0xfc][0x87][0x90]>Wi[0xc3][0xe4]][0xf8][0xc]`[0x94]"[0x18][0xf3][0xe8]'[0xca][0x14][0x15]zq[0xba][0x8f][0x7][0x9e][0xcb]nt[0xa2][0x8b],[0x3][0xe4][0xb0][0x9b][0x82][0xf1][0x91][0x8d]L9[0xf5][0xc2][0x8f] [0x1e]Us[0xc8][0x92][0xa6][0x81][0xf6][0xf6]H[0xf0]}[0xcb]@s"[0x12]lE[0xd3][0x11]n|[0x87][0xfc][\r][0xfe][0xd3][0xa4]"d[0x7]D[0x9]=[0x8][0xfa]? [0xd9][0xb0][0x17]A;[0xe9]}[0xa4]}L[0xde]@[0x9a]0[0xfa][0xd0][0xef][0xbd][0xcb][0x80]g[0x1b][0xfd][0xb]PK[0x7][0x8]td=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.class[0xad]Yy|[0x14][0xd5][0x1d][0xff][0xbe]d[0x93][0xd9]l[0x6][0x8][0x1b][0x12][0x8][0xe7][0x0]![0xe4]^@[0xe]I"w[0xc0][0xd0]$P[0x12][0x95]`[0xaf]![0x99]$[0x3][0x9b][0xdd][0xb8][0xbb][0x81]D[0xa4][0xb6]j[0xa5]-[0xbd][0xeb][0xe3][0xe7]X.[0xd6][0xe3]x.[0x1e][0xc4]C[0x1a]Z[0xe5][0xf6][0xc3][0x1a][0x1e][0xd1]0[0xe4][0xc3]0N[0xf8][0x90][0x83][0x11][0x9][0xf6][0xa8][0xfc][0x9c][0x94][0x9f][0xcf][0xc9][0xcf]c[0xb9]x[0x1c][0xa7][0xe4][0xec][0xb4][0xf]O[0xe0][0xf3]>|[0x1]_[0x94][0xcb]/[0xe5][0xe2][0xcb][0xf8][0x8a][0x86][0xaf]j[0xf8][0x9a][0xf][0xd3][0xf1][0xa4][0x17]_[0x97][0xe3]7[0xe4][0xe7][0x9b]^|[0xcb][0x8b]o[0xcb][0xe9]w|([0xc4]w[0xe5][0xdd][0xef][0xf9][0xf0]}[0xfc]@^S\<[0xa5][0xe1]i[0x1f][0x8a][0xf1]C[\r]?[0xf2][0xe1][0xc7][0xf8]I.J[0xf0]S9{V[0xc3][0xcf][0xe4][0x85][0xe7][0xbc][0xf8][0xb9]\s[0xfc][0x85]D[0xf5]K/~[0xe5][0xc3]Z[0xfc]Z"[0xfa][0x8d][0x17][0xcf][0xcb][0xc3][0xdf]z[0xf1];I[0xe2][0x5])[0xd1][0xef][0xbd][0xf8][0x83][0xf][[0xf0]\.[0xfe][0x88]?I[0xf9]_[0x94][0x88][0xfe],[0x89][0xfe]Er[0xfd]W[\r][0x93][0x0][0xd7][0xf0][0xf][0xb9][0xfe][0xa7][0x17][0xff][0xf2][0xe1][0xdf][0xf8][0x8f][0x86][0x97]$[0xe4]5[0x9c][0x91][0xe7][0xaf][0xc8][0xcf][0xab]^[0x9c][0x95]@/j[0x2]>!D[0x86]&2[0x5]2[0x1b][0xb7]m[0x11][0xf0]7[0x86]#][0x81]h[0xb0]s[0xf9][0x9e]@c[0xb8][0xab][0xcb][0x8a][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x[0xed][0xd0][0x1e][0xab]=[0x16][0x8e][0x8],P[0xe7][0xe1][0xde]([0xcf]{[0xcd][0xfe][0x80][0xd5]o[0xf6][0x4][0xfa]bv0[0xd0][0xe0][0xc2][0x10][0xde][0xd7]kF[0xcc][0x1e]+fE[0xa2][0x2][0xf9]W6[0xee]1[0xf7][0x99][0x81][0xa0][0x19][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "l[0xdb]-[0x81][0x8][0x92]]g[0x87][0xec][0xd8][0x1a][0x81]U[0xa5][0x9][0xc7][0x1b][0x83]f4Z{a[0x12][\r]e[0x97][0xb]x6[0x86];,[0x81])[0x8d]v[0xc8]j[0xee][0xeb][0xd9]mEZ[0xcd][0xdd]AK[0xc9][0xd0]n[0x6]/7#[0xb6]\[0xbb][0x9b][0xc2][0xe6]_[0x83]@[0x86][0x1d][0x13][0x98][0xe6][0xd0]t[0x90][0x92]M[0xd3][0xe1][[0xf0][0xa8] [0x81][0x9d][0xd6][0xee]Hx[0xbf][0xbc][0xce]3O[0xac][0xdb][0xa6]4[0x8d][0xe9][0x98][0xb3]C[0xfb][0xc2]{[0xad]H`O[0x1f]e[0xe2][0x8a][0x18]Cf0[0xb0]}T[0xb][0xf6][0xd5]V[0xc7][0xc6]p(f[0x92][0xd3]H[0xab][0x15][0x8d][0xed][0xe8][0xb][0x85][0x94]f[0xb3][0xf6]J[0x89][0x5][0xa6][0xa6]([0x81]gv[0xa8][0xc3][0xea][0x17](L[0x16]g[0xa0]wT[0xa4][0xb2]4R[0xd4][0xa5][0xd1][0xf6][0x9a][0xda][0xb8][0xc4]c[0x4][0xea][0xca][0xe5][0xf6][0xa4][0x96][0x98][0xd9][0xbe][0xb7][0xc9][0xec]U([0xe9][0xf][0x9a][0xf0]h"K[0x13][0xd9][0x8c]![0x1a][0xb2][0xbe][0xbf][0xdd][0xea][0x8d][0xd9][0xe1][0x10]y[0xcc]i[0xb1][0xbb]Bf[0xac]/B[0xd2]5)V[0x93][0xf8]&h[0xb8][0xfc]}f[0xd0][0xee]0c[0x16]u[0x12][0x8d]E[0xfa][0x1c][0xcf][0xca]/M[0x10][0xa7][0xd1][0x8e][0xc6]j%l[0xb6][0x15][0x89][0x84][0xa5][0x1b][0xe5][0x8d]?[0x15]X[0xd2][0xd5][0xd7]c[0x85]bq[0xf3]Hw[0xe9][0x94][0xd7][0x5][0x8a][0x12][0xc0]#Vg[0x90][0xd8][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb3][0xc]L3[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7]L[0x7]}N[0xdc]?[0x5][0xf4][0x6][0xe9][0x90][0xca][0x90][0x16][0x95]][0xa1],[0xe9][0xb8]sD[0xf9]j4[0xd9][0x9b][0x8b][0xe3]+[0xa9][0xc][0xcb]l[0xef][0x16](Ms[0xa9][0x87]![0x1a][0xc]l[0x96][0xb0][0xfb][0xc3][0x91][0xbd][0xa3]|[0xcc]t[0xf9][0xb0]:[0xd4]Nt[0xc3]@[0x2]/S[0xa5]n[0x15]+[\r][0xd4][0x9a][0x19]j[0x97][0xfe][0x96]b[0xbf][0x9][0xd2]ZS[0xab][0x9][0x8d][0x19]Y[0x13]^[0xe6]c&`f3^[0xd8][0xd8]mK]]1[0x1][0x9e][0x9b][0xac]Xw[0xb8][0xa3]6[0x5]0@[0x9][0xec]N[0xbb]]i3[0xc0][0x88]nVkjD[0xf9]m[0x8f][0xba]&[0x83]t[0xa2][0x14][0xc8]Y[0xc8]E[0x91][0xce][0x2][0xe7][0xa6]GO[0xea][0xb2]b[0xeb][0xcf][0xa3]RiYj[0xf8][0xd4][0xa5]l[0xbe][0x6][0xad][0x12][0xa7][0xf2][0xb7][0xe8][0xfa][0x88][0x15][0xa7][0xcc]"RZ[0xb6][0x8b]Y[0xc5][0xc][0x6][0xb7]'[0x94][0x80][0xc2][0xa4] R[0xa9][0xca]I[0xaa][0xd9][0xaa]PH[0x87]K[0xb]q[0xae]d6[0xac][0xbe]8[0xba][0xdb]a1-[0x85][0xac][0x8e]+"[0xe1]P[0x97][0xcc][0x90][0x2][0xd3][0x93]0&[0x6]JN[0xbb][0xf4][0xad]f"H[0xe][0xe0][0x96]X[0x84]A([0xa3][0xc4][0xb1][0x9d][0x3][0xa1][0xf5]X[0xd1][0xa8][0xd9][0xc5]Y>[0x95][0xbc]}[0x1c]a[0x87][0xf3][0x89][XsPS[0xe2][0xda][0xd7][0xae]{[0x17][0x8b][0xd4][0xc0][0xba][0xd2]T[0xcd][0xbc]F[0xf][0xf5][0xd6][0xb5][0x7][0xdd][0x1a]L[0xab][0xc9][0xbc][0xd7][0x12][0xee][0x8b][0xb4][[0x9b]mY[[0x16]][0xa8]xUK[0xfa]:.[0x13]9:^[0x8f][0x1d]:[0xee][0xc0][0x9d][0xba][0xf0][0x89]\[0xd6][0xe]][0xe8][0xe8][0xd7][0xd1][0x82]Vj-M[0xa2][0xa5][0xd6][0xce]%l[0x3][0xb7]l[0x96][0x87][0xab][0x15][0xd3][0xf5]2[0xf9]kb[0x92].&[0x8b])$[0x86][0x88].[0xf2][0xf8][0xc1][0x11][0xdc][0xae][0xe3][0xa0]$r[\r][0xfa]Y[0xb0]t1U[0xf8]u[0x91]/[0xa6]i[0xa2]@[0x17][0x85]b[0xba]&f[0xe8][0xa2]H[0xcc][0xd4][0xf1]![0xdc][0xc6][0x1c][0xa0][0x8b]Ybv[0x12];q[0x9f][0xa0][0xb3][0x8c][0xf7][0x82][\r]}[0xcc][0xf]VD[0x92][0xbc]_[0xa0]I[0xf9][0x95][0x11]RM[0x86][0x11][0xee]4[0xc6][0xfc][0xcf]0C[0x1d][0xc6][0xba][0xb8][0xb2][0xc]'([0xaa]S[0xb7][0x8c][0xf6]p[0x1f][0x1b][0x83][0x8e][0x1a]C[0x17]s[0xc4]\[0xf9][0x99]'0[0xa3][0xd2] e;([0xb5][0x92][0x80][0xb5][0xc6]`3R[0xad][0xb]C[0xcc][0x97]*^[0xa0][0x8b][0x85][0xa2][0x98][0xa5][0x99][0x12]Qf[0xb1][0x8][0xb7][0xb][0x94]L,VuQ"[0x16]k[0xa2][0x94][0x99]h[0xc2]9[0x9d][0xc9]R[0x17]e[0xa2]\[0x17][0x15]b[0xb6].*E[0x15][0x1b][0xbf][0xb][0x17]!]T[0x8b][0xf9][0xac][0xd4]5Fkd[0x80]J4ba#j[0xc5](K[0x9e][0xb1][0xdf][0x8e]u[0x1b][0xb1]n" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xcb]`[0xed][0xef][0xb3][0x94][0xe][0x2][0xcc][[0xdc]2c[0x86][0x1d]5[0xe8][0xaa][0xea]8bwus[0xc6][0x10]6Ju[0xb1]D[0x14][0xeb]b[0xa9]D[0xaa][0x1b]6[0x8b][0x81]evH[0xf5][0xeb]b[0x99](f+WV-[0xb5]s[0x91][0x8e]m[0xd8][0xce][0xce]MJ%[0xc9][0x1e]8H`[0x83][0xb5]U[0xd6][M,[0xd7][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]R[0xc7][0x7]p[0x93].V[0x89][0x8b]u[0xb1]Zz[0xcf]=[0xb8][0x97][0x8c][0x8d][0x8f]"][0xd4][0x8][0x99][0xdc]R[0x93][0x91][0x8e][0xbb][0xf0]1[0x81][0xca][0x3]K[0xe]V[0x1f]Xz[0xb0][0xb4][0xcc][0xe8][0xe9][0x8b][0xc6]HF[0xa6][0x1e][0xba][0x81]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "(94#[0x11]s Z[0xad][0x89]:]\"[0x18]b[0xe5][0x13]V>s[0x83]ol[0xa1][0x8b][0xb5][0xe2]b[0xb6]:[0x13]L[0xe][0xba]XG[0xd9][0xc4]z[0xe9] [0x95][0xcd]a[0xa3][0xb7]ow[0xd0]n7[0xa2][0xb2][0xe6][0xb7]'[0xba][0xad][0x93][0x87][0x8c]p[0xc8]P[0xd9][0x90]6[0xda][0xfa][0xff]kl5[0xb1]A[0x17][0x1b][0xc5]&[0xf6][0x4][0xa9]|o[0x8][0x86][0xdb][0xf7]n[0xbd][0x8c][[0xcb]U[0x91]w[0xae][0xb0][0x8f][0x1f][0xd7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x18][0x17]j'G[0xed][0x94][0xd4][0x1][0xb]LN[0xce][0xac]I[0xe1][0x9d][0xd4][0x11][0xc9][0xf6].[0xa5][0xf1]V[0xb9][0xd1][0x8e]#+,M[0xd7]f[0xcb][0xae]'d[0xf5][0xcb][0xf7][0xc2][0xd8][0xe1][0xc6]p0[0xe8][0xf4]nd~[0x92][0xec][0xe8][0x82]V,[0x1c]rx(N[0x93][0xb1][0xd3][0x14][0xe5][0x99][0xa3][0xbd][0xf1][0xb6]Pp`[([0xb9]E[0xd6][0x9d]w[0x98]S[0xe0]I:[0x1d]Jr[0xaf][0xb3]P[0xb5][0x8e][0xf6]PL[0xe5][0xe7][0xa9]Pq0YU/[0x8]D}[0x13][0xb5][0xe4],[0x89][0xad][0xf9]I[0xa5]vT[0xc3][0x9] [0xb2]C9/[0x80]@n[0xc8][0xda]?[0xd6][0xee]-.MS[0xf9][0xd3]7[0xe2]Q[0xfa][0xa0][0xaa]`|[0xdb]e[0x9b][0xbd][0xbd]V[0x88]f[0xad]*M[0xad][0xeb]e)[n[0x92]'[0x96][0xd9][0xa5][\r][0xe7];[0xf6][0xc6][0xc2][0xce][0xd6][0xf8][0xf7]@[0xbc]e(HG[0xd0]5[0xc5]V[0x1e][0xb8][0xea][0xcb]O[0xba]=[0xaa]x[0xad][0xdb][0x8c]6+g[0xf2][0x12][0xdc][0xf5][0xcc]Yi[0x95]:[0xda]@[0xcf][0xbb]@:[0xa1][0xff][0x8d][0xb5][0x84][0xaa][0xc4]-O[0xe3][0xe9][0x9];c[0xf][0x83][0xc0][0xd8]-[0xf9][0xaa]P[0xf9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "f"[0x97]vI[0xd3]v[0xa4][0xf5]A[0x8d][0xe4][0x9d][0x6][0xaa][0xea][0xdc][0x8e][0x9f]^[0xd9][0xbc][0xe9][0xaa]K[0xca][0xd0]b[0xf7][0xf4][0x6]-[0xb7][0x17][0x93][0x8e][0xad][0xba][0xbb][0xf2]4[0xfa]N[0xfb][0xa4][0x93][0xbc][0xe4][0x8d][0xff]IC>[0xad]B[0x9d][0xe1]q[0xf2][0xa4][0xa2]I[0x90][0xc7][0x9f][0xda]a[0xf3][0x99]wN[0x9d]&[0x86][0xb4]fG[0xeb]{zc[0x3]|[0xd9]8[0xf9][0xb4][0xbe][0xbf]7[0x18][0x8e][0xda][0xfb][0xac] [0xf7]V[0xa7]Q[0xcf]D[0x9d][0xdf][0xc9]k1[0xba]N[0xa0][0xc9][0xe9]R7[0x87]#=&[\r][0x95][0xdd][0xe9]NV[0xa7][0x91][0xf0][0x2][0xe8][0xe3]N[0x9d][0x9f](s[0xd3]h[0xe3][0xea][0xb5][0xa3]-[0xaa][0x9c][0xa8][0xe9]vU`[0xc8][0xca]x[0x1d]oV[0xd5][0x97][0x2][0xe6][0x10][0xcb][0xa8][0xda][0x17][0xa5]SX[0xca][0xf]N[0x98][0x8f]F4[0x3][0xc8][0xc4]LY[0xda]9[0xcb][0x90]=[0xa6][0x1a][0xd9]Tr[0x9c][0x4][0xc1][0xd6][0xec]rB\[0x1][0x88][0x19][0x1c][0xb3][0xb9][_^1[0xc]Q^[0xf9][0x8]2[0xca][0x87][0x91]9[0x2][0xf]_[0x8e][0x9e][0xcc][0x95]Y[0x5]Ys[0x8e]bzy[0x91]g[0x4]Y[0x2][0xa7][0x91][0xfd][0x8][0xb4][0x1b][0xb2][0xc4][0xe0][0xd9][0x17][0x6][0xe1][0xaf][0xf1][0x9c]DN[[0x91][0xe7][0x4]|[0xc3][0xc8]=u[0x9c][0xa8]}X[0x86][0x15][0xf0][0xc2][0x83][0x9d]D[[0xce]5[0xb0][0x9]Y[0xa8][0x87][0xfc][0xfd][0xac][0x0][0x97]b.[0x1a]P[0xc9]q[0x19][0x19]\[0x81]&[0xac]"[0xc3][0x9b][0xc8]j[0x1b]!/[0x85][0x86][0x19]d}[0x17][0xae][0xe4][0x9d][0x2][0xcc][0xc1][0x1b][0xf0]F[0xe2]ZE[0xb6][0xdf][0x84]7sFV[0xf1][0x16][0x98][0x80][0x9a][0xed]F;i[0xca][0x99][0x14]2C[0xcd]:x7[0x13][0x16][0xe7][0x85][0xdc]qpt[0xba]7w[0xa3][0x8b][0xf0][0xdd][0x9c][0xcf][0x83][0xe7],Iek[0xb0]5[0xec][0xd1][0xb0]Wh[0x8][0x12][0xd5]K([0xda][0xa0][0xa1]g2B[0x4][0xf2][0x10]8[0x7]a[0xa5][0xbd]^[0xae][0xae]B[0x84]3[0xea][0x8d][0xec]f(r[0xd9][0xe5][0x15]C[0xd0][0x8f]+[0x8d]K[0x81]}j[0xb7][0x85][0xcc][0xb7]*[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1d][0xa8]8[0xcb][0xd9][0x88]"F[0xac][0x92]=][0xb1].w[0xfa]8s[0xa8][0xec]#[0x95][0xfd][0xe8]w[0xa9][0xc][0xb8]T[0x16][0x88]FZe[0xd2][0x11][0xe4]r[0x98][0xdc]8[0x8]/[0xc7])[0x8d][0xe5][0xf]#[0xa3]b[0x4]y[0x19][0xa8]8[0x16][0xe7]`[0xa6][0xb2][0xe7]N[0xde]k#[0xef][0xbb]0[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ",[0xa4][0xea][0xc][0xf2]0[0xc6][0xd1][0x2][0x97][0xa3][0xc][0xee][0xf][0xe0]jW)9[0xc8]8[0x83][0xa9][0x1a][0xe]x[0xe2][0xe2]K[0xf0]k[0xe2][0xc][0xad][0xe6]([0x99][0x9e]R>[0x84][0xa9]C[0xf0][0x93][0x3]m[0x8][0xf9][0xc7][0x14][0xa6][0x9d]J[0x1a]y[0xdc][0xa1](9[0xf2]Mq)%"<8[0x8a]0[0xa3][0x88][0x9a][0xca][0xa1][0x1f]J[0xaf][0x9b][0xd6]Ha[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x98][0xa1][0x88][0xf4][0xf1][0xbb][0xb0][0xe2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdb]Nbz[0xdb]0f[0xf8][0x8b][0x86]0[0xd3]9[0x1d][0xc2],[0xff]l[0xae][0x14][0x94]\[0xcc][0xe1]b[0x8]s[0x87]1[0xef][0x94][0xc3][0x95]1[0x84][0xf9]M[0x4]^ [0xd0]\5[0x82][0x85][0x82]o[0x9e][0xa3]U[0xae][0xff][0x16][0xd7]x[0x8a]>[0x82]K[0x4]O4[0xcf] <[0x99][0xf][0xc4][0xa3][0xd6][0xc1]x8[0x1][0xa3][0xdf][0xc5][0xd8][0xad][0xb4][0x9f][0x91][0xb7][0x8e][0xaf]6[0xf9]K[0x81][0x93][0xb8][0xa9][0xa4]L[0x15][0xc8]s[0x89]t[0x8d][0xc8]|[0xc]k[0x87][0xb0][0xae][0xb1][0xe2][0x9][0xac]?[0x2]o[0xc5]i[0xac]?[0xc6][0x83][\r][0xa7][0xe2][0x4][0xfc]*[0x3][0xde][0xc4]A[0x16][0xf2]0[0xb]G9[0xcb] d[0xe][0xee][0xe6],3)[0xb7][0xf0]q[0xea][0xb2][0xf5][0x14][0xf7]$[0x8e][0x9d][0xca][0x82][0xf5]C[0xd8][0xdc][0xe8]d[0x85][0xa6]J7+[0x18][0x95]nV[0xd8][0xd2][0xcc]@[0xbe][0xf4][0x8]t[0xe][\r]G[0x90]Uul[0xf0][0xec][0xb3][0x89][0xf9]g[0xab][0x8c][0xe9]x[0xf8][0xbb][0xe9]FQ[0xdd][0xa9][0xd4][0xa7][0xf1]{[0x94]^p7[0xa3][0xf4][0x1e][0x96][0xb6]{[0xe9]?[0xf7][0xb1]l}[0x8a]%[0xed][0xfe][0xb8][0xf7][0x15][0x93][0xfb][0x1b][0xa9][0xfc]L[0x95][0xa1][0x1d][0xc9][0xe4][0xbf][0xa4][0x6][0x93]j[0x82][0xb3]s[0x9f]k[0x84])[0xc8]T[0x91][0xc4][0xd8][0x8].H[0x8a][0x8b][0xbc]M[0x8c][0x8b]O[0xba]N[0xb6][0xdc][0x8d][0xb]_9[0x8d][0xbf][0x85][0xe9][0xe9]uc[0xc1][0xe0]8Wu[0x1a]w[0xf5][0x92][0xc1][0xfb]][0xc]e[0xea][0x84]E[0xc0][0xdf]x[0x2]M[0xf]a[0x95]D [0x12][0xa2]i[0x9][0xd1]-[0xe5][0x15]9>[0xa0][0x90][0x9a][0x91]%-[0x98][0x81][0x12]<[0x83][0xeb]Kr[0x98][0x9f][0x9e][0xc1][0xcb]%9[0xff][0x3]PK[0x7][0x8][0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xec]Q[0xaf]@8[0x2][0x0][0x0]a[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xea]TPj[0x82][0x0][0x0][0x0][0x1c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x3][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x13][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x14][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]G[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0x18][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x18][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x19][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x19][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1d][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]$[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7QJZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]'[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x91][0xb6][0xd8][0xcc][0x1e][0x9][0x0][0x0][0xad][0x13][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b*[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Qtd=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]3[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvokerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V7[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0]%[0x8][0x0][0x0][0xa1]D[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 13:01:49 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "9e302c7bf7a882d3cbfc15047cb993fdaeef97bd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 13:01:49 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 418609kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 489371kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843744912-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843744912-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-4 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-1e6f7e9e-1a93-4b50-b389-bc5a1d8fbcc2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 9a57d39111abd3de3f469ac342d3de6cb6eedee3 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-1e6f7e9e-1a93-4b50-b389-bc5a1d8fbcc2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, }, ManifestEntry{ key=PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0 to be in PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBadResource in reactor Nov 01, 2023 1:02:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:28 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:02:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.xml Nov 01, 2023 1:02:28 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-1e6f7e9e-1a93-4b50-b389-bc5a1d8fbcc2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, }, ManifestEntry{ key=PaxExam-d4642c8d-997d-43b1-a3e0-7c7b78ca4da0, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1140d444.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.415 s -- in org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [INFO] attaching as servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.json [INFO] attaching as servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-4 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-4 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-4 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@941526e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/} [INFO] Started ServerConnector@3e5211f0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3b8764e9{STARTING}[11.0.18,sto=0] @3388441ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-4 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 parent=null root=[TestAddress:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 root:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2] args=[Ljava.lang.Object;@add0edd [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-05bc4606-8554-43a0-8831-d1851da79102 parent=null root=[TestAddress:PaxExam-05bc4606-8554-43a0-8831-d1851da79102 root:PaxExam-05bc4606-8554-43a0-8831-d1851da79102] args=[Ljava.lang.Object;@290d210d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a parent=null root=[TestAddress:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a root:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a] args=[Ljava.lang.Object;@1d76aeea [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 parent=null root=[TestAddress:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 root:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4] args=[Ljava.lang.Object;@78dd667e [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 parent=null root=[TestAddress:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 root:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4] args=[Ljava.lang.Object;@10db82ae [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@27c86f2d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-c8f19784-8cbe-4358-b59c-c798067d8114 parent=[TestAddress:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 root:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2] root=[TestAddress:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 root:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2] args=[Ljava.lang.Object;@7b227d8d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b49818b1-3124-4117-b7cf-084182676a78 parent=[TestAddress:PaxExam-05bc4606-8554-43a0-8831-d1851da79102 root:PaxExam-05bc4606-8554-43a0-8831-d1851da79102] root=[TestAddress:PaxExam-05bc4606-8554-43a0-8831-d1851da79102 root:PaxExam-05bc4606-8554-43a0-8831-d1851da79102] args=[Ljava.lang.Object;@7219ec67 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-40bc3456-ba6e-4d94-a4a7-483675cb915c parent=[TestAddress:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a root:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a] root=[TestAddress:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a root:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a] args=[Ljava.lang.Object;@45018215 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-f8a7031f-50b3-40d0-b4d7-6cf93cb54891 parent=[TestAddress:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 root:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4] root=[TestAddress:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 root:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4] args=[Ljava.lang.Object;@65d6b83b [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-1c1e7bd9-8945-4bec-aba8-005b4214be22 parent=[TestAddress:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 root:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4] root=[TestAddress:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 root:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4] args=[Ljava.lang.Object;@d706f19 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testGetIt @ [TestAddress:PaxExam-c8f19784-8cbe-4358-b59c-c798067d8114 root:PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2] Arguments: [Ljava.lang.Object;@add0edd [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-69f5d892-47ec-4b51-a2e1-c94389356ac1, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843749238-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_4.EmptyApplicationTestITCase Nov 01, 2023 1:02:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... Nov 01, 2023 1:02:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_4.EmptyApplicationTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-4 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@3b8764e9{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3e5211f0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26683 bytes @ [ 26683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@941526e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-4 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-4 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-4/target/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-4/3.0.99-SNAPSHOT/servlet-3-init-4-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-4 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-5 >------- [INFO] Building jersey-tests-integration-servlet-3-init-5 3.0.99-SNAPSHOT [246/370] [INFO] from tests/integration/servlet-3-init-5/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-5 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-5 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-5 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-5 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-5 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-5 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-5 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-5 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-5 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-5 --- [INFO] Reserved port 43403 for jersey.config.test.container.port [INFO] Reserved port 43665 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-5 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-5] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT.war [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-05bc4606-8554-43a0-8831-d1851da79102 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 4c71f24fc071dc4cba1674453be9a16908cf0055 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-05bc4606-8554-43a0-8831-d1851da79102 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-05bc4606-8554-43a0-8831-d1851da79102" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-5 --- [INFO] CycloneDX: Resolving Dependencies org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testGetIt in reactor [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.xml [INFO] attaching as servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.json [INFO] attaching as servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-5 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-5 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-5 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@3d7d59d1.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testQueryParam @ [TestAddress:PaxExam-b49818b1-3124-4117-b7cf-084182676a78 root:PaxExam-05bc4606-8554-43a0-8831-d1851da79102] Arguments: [Ljava.lang.Object;@290d210d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-d124ec60-d805-4365-9604-1323f1e7ad19, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843749238-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:02:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@2a9c469f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/} [INFO] Started ServerConnector@15f7a60{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1f1e79d6{STARTING}[11.0.18,sto=0] @3391384ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-5 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_5.HelloWorldResourceITCase Nov 01, 2023 1:02:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-883653647.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2125466086.jar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_5.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-5 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1f1e79d6{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@15f7a60{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26683 bytes @ [ 26683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-05bc4606-8554-43a0-8831-d1851da79102 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): ad3980c10a3243fcee0057afb9d5829b42c0c595 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-05bc4606-8554-43a0-8831-d1851da79102 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-05bc4606-8554-43a0-8831-d1851da79102" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testQueryParam in reactor [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2a9c469f{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-5 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-5 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-5/target/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-5/3.0.99-SNAPSHOT/servlet-3-init-5-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-5 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-6 >------- [INFO] Building jersey-tests-integration-servlet-3-init-6 3.0.99-SNAPSHOT [247/370] [INFO] from tests/integration/servlet-3-init-6/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-6 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-6 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-6 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-6 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-6 --- [INFO] Reserved port 34791 for jersey.config.test.container.port [INFO] Reserved port 41691 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-6 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-6] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-6 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:02:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@b3f4835.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPathParam @ [TestAddress:PaxExam-40bc3456-ba6e-4d94-a4a7-483675cb915c root:PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a] Arguments: [Ljava.lang.Object;@1d76aeea [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-1b05a8ca-b91f-420f-b1b8-a4e7a09680ea, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843749238-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.xml [INFO] attaching as servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.json [INFO] attaching as servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-6 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-6 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-6 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@61091312{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/} [INFO] Started ServerConnector@12186ffb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@583d5fc1{STARTING}[11.0.18,sto=0] @3394006ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 2365kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26683 bytes @ [ 26683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_6.EmptyApplicationITCase [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] Nov 01, 2023 1:02:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-05bc4606-8554-43a0-8831-d1851da79102 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): bfc5b8f00a80c3103605e08a6094a8fbd9ccad80 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-05bc4606-8554-43a0-8831-d1851da79102 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-05bc4606-8554-43a0-8831-d1851da79102" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPathParam in reactor Nov 01, 2023 1:02:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_6.EmptyApplicationITCase Nov 01, 2023 1:02:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@3d7d59d1.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSubResource @ [TestAddress:PaxExam-f8a7031f-50b3-40d0-b4d7-6cf93cb54891 root:PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4] Arguments: [Ljava.lang.Object;@78dd667e [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-70d7a51b-5641-44e5-a8f6-f9e3bccb6bf9, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843749238-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-6 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@583d5fc1{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@12186ffb{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Stopped o.e.j.m.p.MavenWebAppContext@61091312{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-6 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-6 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-6/target/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-6/3.0.99-SNAPSHOT/servlet-3-init-6-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-6 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-7 >------- [INFO] Building jersey-tests-integration-servlet-3-init-7 3.0.99-SNAPSHOT [248/370] [INFO] from tests/integration/servlet-3-init-7/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-7 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-7 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-7 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-7 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-7 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-7 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-7 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-7 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-7 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-7 --- [INFO] Reserved port 37833 for jersey.config.test.container.port [INFO] Reserved port 46419 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-7 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-7] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp] [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/577205423.jar [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-7 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26683 bytes @ [ 26683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-05bc4606-8554-43a0-8831-d1851da79102 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): f7d3216c4e53d05bbfeade1113b9e4796cb70016 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-05bc4606-8554-43a0-8831-d1851da79102 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-05bc4606-8554-43a0-8831-d1851da79102" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSubResource in reactor [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.xml [INFO] attaching as servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.json [INFO] attaching as servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-7 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-7 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-7 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@4dac57d8{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/} [INFO] Started ServerConnector@3e2d10{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1b263798{STARTING}[11.0.18,sto=0] @3397461ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-7 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:02:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@b3f4835.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPostIt @ [TestAddress:PaxExam-1c1e7bd9-8945-4bec-aba8-005b4214be22 root:PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4] Arguments: [Ljava.lang.Object;@10db82ae [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843749238-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-defc392e-35f6-4b5c-988d-4d005aa5c6ce, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843749238-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_7.HelloWorldResourceITCase Nov 01, 2023 1:02:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog Nov 01, 2023 1:02:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 7712kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_7.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-7 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1b263798{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3e2d10{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26683 bytes @ [ 26683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843749238-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843749238-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@61f0afa1]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-05bc4606-8554-43a0-8831-d1851da79102 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 56fd58395770257dba997b96ae206643a9538994 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-05bc4606-8554-43a0-8831-d1851da79102 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-05bc4606-8554-43a0-8831-d1851da79102" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4 to be in PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPostIt in reactor [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4dac57d8{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-7 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-7 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-7/target/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-7/3.0.99-SNAPSHOT/servlet-3-init-7-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-7 --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-8 >------- [INFO] Building jersey-tests-integration-servlet-3-init-8 3.0.99-SNAPSHOT [249/370] [INFO] from tests/integration/servlet-3-init-8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-8 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-8 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-8 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-8 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-8 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-8 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-8 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-8 --- [INFO] Reserved port 38663 for jersey.config.test.container.port [INFO] Reserved port 41819 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-8 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-8] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-8 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:02:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-54b49e05-e174-4741-aab2-40a025f6cd46] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2,PaxExam-05bc4606-8554-43a0-8831-d1851da79102,PaxExam-b1a7d5de-77d3-4d0c-97ef-e71d4c772a8a,PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4,PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, }, ManifestEntry{ key=PaxExam-05bc4606-8554-43a0-8831-d1851da79102, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }, ManifestEntry{ key=PaxExam-0c98d527-2647-4f81-bdf9-081ca9cb12d2, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-5d317b07-895b-46f0-9846-7022adef9bc4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-a50932d1-1111-4e2f-ad76-f46c9b0b40f4, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1ae44da6.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.45 s -- in org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.xml [INFO] attaching as servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.json [INFO] attaching as servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-8 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-8 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-8 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@2db94d4a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/} [INFO] Started ServerConnector@303d1e2b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4419e743{STARTING}[11.0.18,sto=0] @3400500ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-8 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843761436-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-37851325-dc54-471d-9cce-4f4586a97398 parent=null root=[TestAddress:PaxExam-37851325-dc54-471d-9cce-4f4586a97398 root:PaxExam-37851325-dc54-471d-9cce-4f4586a97398] args=[Ljava.lang.Object;@78047b92 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@7fc229ab [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843761436-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-c650b237-ac0d-494a-b5a0-3dbacc2833d2 parent=[TestAddress:PaxExam-37851325-dc54-471d-9cce-4f4586a97398 root:PaxExam-37851325-dc54-471d-9cce-4f4586a97398] root=[TestAddress:PaxExam-37851325-dc54-471d-9cce-4f4586a97398 root:PaxExam-37851325-dc54-471d-9cce-4f4586a97398] args=[Ljava.lang.Object;@37918c79 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJsonObject @ [TestAddress:PaxExam-c650b237-ac0d-494a-b5a0-3dbacc2833d2 root:PaxExam-37851325-dc54-471d-9cce-4f4586a97398] Arguments: [Ljava.lang.Object;@78047b92 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843761436-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-56991822-1927-4838-9294-843c37ec9248, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843761436-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase Nov 01, 2023 1:02:41 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-8 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4419e743{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@303d1e2b{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 8076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/359966245.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/2131451499.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : 20435 bytes @ [ 20435kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/2131451499.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-54012720.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.json:jakarta.json-api:jar:2.0.2) as /home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/2.0.2/jakarta.json-api-2.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : 46260 bytes @ [ 46260kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-54012720.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-524797802.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.0.5/parsson-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : 118767 bytes @ [ 118767kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-524797802.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843761436-0/pax-exam-downloads/-1645423891.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson-media:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson-media/1.0.5/parsson-media-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : 20257 bytes @ [ 20257kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843761436-0/pax-exam-downloads/-1645423891.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@2db94d4a{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-8 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-8 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-8/target/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-8/3.0.99-SNAPSHOT/servlet-3-init-8-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-8 --- [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-processing', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.json', artifactId='jakarta.json-api', version='2.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson-media', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson.media] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-37851325-dc54-471d-9cce-4f4586a97398, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-3cd62c5f-6610-4de2-9495-300c47f3ccf3 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-37851325-dc54-471d-9cce-4f4586a97398 = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): e8c89a235c81d28655dae8a4ef90f0d173eb0168 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-3cd62c5f-6610-4de2-9495-300c47f3ccf3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-37851325-dc54-471d-9cce-4f4586a97398, }, ManifestEntry{ key=PaxExam-37851325-dc54-471d-9cce-4f4586a97398, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-37851325-dc54-471d-9cce-4f4586a97398, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-37851325-dc54-471d-9cce-4f4586a97398 to be in PaxExam-37851325-dc54-471d-9cce-4f4586a97398, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-37851325-dc54-471d-9cce-4f4586a97398" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-9 >------- [INFO] Building jersey-tests-integration-servlet-3-init-9 3.0.99-SNAPSHOT [250/370] [INFO] from tests/integration/servlet-3-init-9/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-9 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-9 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-9 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-9 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-9 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-9 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-9 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-9 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJsonObject in reactor [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-9 --- [INFO] Reserved port 35857 for jersey.config.test.container.port [INFO] Reserved port 32939 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-9 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-9 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-9] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-9 --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:02:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"foo":"bar"} Nov 01, 2023 1:02:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson.media] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-3cd62c5f-6610-4de2-9495-300c47f3ccf3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-37851325-dc54-471d-9cce-4f4586a97398, }, ManifestEntry{ key=PaxExam-37851325-dc54-471d-9cce-4f4586a97398, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@44c83e2c.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.600 s -- in org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843764759-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 parent=null root=[TestAddress:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 root:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312] args=[Ljava.lang.Object;@2cbb3d47 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 parent=null root=[TestAddress:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 root:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70] args=[Ljava.lang.Object;@add0edd [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@290d210d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843764759-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-8ee58bc7-89c6-4b47-934e-a3809dd6a8f6 parent=[TestAddress:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 root:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312] root=[TestAddress:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 root:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312] args=[Ljava.lang.Object;@3d121db3 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-a85c3038-e396-4d5c-995b-447220fe4cf1 parent=[TestAddress:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 root:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70] root=[TestAddress:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 root:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70] args=[Ljava.lang.Object;@3b07a0d6 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] Running org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.xml [INFO] attaching as servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.json [INFO] attaching as servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-9 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-9 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-9 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [INFO] Started o.e.j.m.p.MavenWebAppContext@58b1f690{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/} [INFO] Started ServerConnector@3ee6c2ee{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@271cd3e2{STARTING}[11.0.18,sto=0] @3404123ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-9 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResourceInitParameters @ [TestAddress:PaxExam-8ee58bc7-89c6-4b47-934e-a3809dd6a8f6 root:PaxExam-72c04158-3fae-4ad2-9514-0363b858d312] Arguments: [Ljava.lang.Object;@2cbb3d47 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843764759-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, --add-opens=java.base/java.net=ALL-UNNAMED, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5963fe04-a914-441e-ae7f-12c88bff93a3, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843764759-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_9.HelloWorldResourceITCase Nov 01, 2023 1:02:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 8695kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar Nov 01, 2023 1:02:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_9.HelloWorldResourceITCase [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 80006 bytes @ [ 80006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 75262 bytes @ [ 75262kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20454 bytes @ [ 20454kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-9 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@271cd3e2{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3ee6c2ee{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.27.221:40242<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:02:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 142417[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF}S[0xc1]n[0xe2]0[0x10][0xbd]G[0xca]?X[0x1c]*[0x90][0xb0][0x81][0xee]e[0x15][0xc4]a[0xdb]RiQ[0xe9]FE[0xdb][0xcb][0x9e]\g[0x12][0xc]N[0xec][0xb5][0x9d][0xb0][0xfc][0xfd][0xda]$[0x84]4[0xa5][0xbd][0x8e][0xdf][0xbc][0xf7][0xe6][0xcd]xM[0xb][0x9e][0x82][0xb1][0xf8][0x15][0xb4][0xe1][0xb2][0x88][0xd0][0x8c]L[0xc3][0xe0][0xae][0xe4]"[0xc1][0xab]d[0x8f]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]+[0xce]|[0xad]H[0x4][0xe0][0x7]0LseO[0xe0][0x7]Hi),RZV<[0x1][0x8d]R[0xa9][0xd1][0x8a][0xee][0xa9][0xb6][0x14][0xad]6[0xbf][0x9e]Q[0xac]%[0x3]cx[0x91]][0x18]$[0xfb][0xfd][0xf2][0x14][0xa1][0xad][0xb5][0xca]D[0x93][0xc9][0xe1]p [0xc0][0x4]W[0x6][0x88][0xd4][0x17][0xdc][0x13]gP[0x18][0xb8][0x0][0x9d][0xca][0xe][0x98]5][0xf4]D[0xd4][0xa8][0x9]([0x81]o[0xc9]t[0xdc][0xa2][0xc3][0x0]}[0xd9]`[0x80][0xc9]"[0xa1][0xfa][0x88][0xb3][0xba][0x15]3[0xd5]j[0xaf][0x9b]\[0xda]Xn[0xdb][0xa7]g[0x9a];O~8[0x1c][0xb7][0x1][0xc4]M[0x0]-js[0xcc][0xdf][0xa4][0x93][0xaa][0xd1]N[0x97]d[0x82][0x1a][0x93]r[0xb3]%[0xbb]: [0xb2]3[0xb2]h[0x1b]^[0xa1]H[0xa4][0x8e][0xd0][0xb2][0xb6][0x8a][0x1e][0xa5][0xab]S[0x1f]s[0x7]r6C[0xa6]~K[0xf7][0x1a][0xa8][0x85][0x4][0xdf][0x1d]#[0xf4]CQ[0xb6][0x5][0xb4][0xa6][0x15][0x14][0xa8][0xc6][0xa3]X[0x94][0x19]w[0xed][0xcb]Jj[0x8b]c[0xca][0xf6]4sn[0xba][0xfa][0xf3][0xd2][0x80][0x89][0x16][0x83]n[0x8d][0x18][0xeb][0x98][0xf3][0xc1][0xbc][0xaa][0x5][0x17][0x3]/[0xe8][0xf2][0x9c][0xe][0xc6][0xef]q[0x8a]_[0xeb][0x1f]I[0xe6]xN|[0x1f][0xc8]N[0xb8]k|=#[0xae][0xd1][0xe7][0xe9]x:[0x91]z[0x6][0xea][0xec][0xf4][0x90]~x[0xeb][0xd6][0xed]J[0xcd][0xe2][0xde][0x87][0xff]3W[0x2]r([0xec])[0xe9][0xf][0x9][0xbb][0xe7][0xcf][0x93]k[0xa5][0xfe][0xf8][0xbb][0xfb]6[0xba]>O[0xe5][0x8f][0x2][0xf5][0x80][0xbd]{h[0xcc][0x87][0xc1][0xb][0xfc]-[0xb9][0x6]|O[0x15]}[0xe3][0x82][[0xb7]Yi2N[0x0][0xe6])[0x17][0x16][0xb4][0x8b]fx3lj[0x8b][0x15][0xad][0xe8]f9[0x1a][0x9e][0xad][0xcc][0xc8][0xf7][0xd1][0xc8][\r][0xed]-O9;O[0xf5][0xf9]i[0xf5][0x91][0x97][0xf9][0xc3] [0xc][0xfe][0x3]PK[0x7][0x8]E[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/LICENSE.md[0xc5]}[0xdb]r[0xdb]H[0x96][0xe0][0xbb][0xbf]"C[0xfd]`1[0x2]f[0x97][0xab][0xa6]g[0xa6][0xca][0x13][0x13]AK[0xb4][0xc5][0x19]YR[0x93][0x94][0xdd]z[0x1b][0x90][0x4]%[0xb4]A[0x80][0x8d][0x8b]T[0x8c][0x8d][0xfd][0xf7]=[0xd7][0xcc][0x93][0x0][0xa9][0xf2][0xf6][0xc3]nGw[0xb4]%[0x1]'3O[0x9e][0xfb][\r]r[0xd3]u[0x91][0xef][0x9b][0xcc][0xdd]u[0xab]"_[0xbb][0xeb]|[0x9d][0x95][0xf0][0xe3];[0xf7][0xec]~[0x1e][0xff][0xf4][0xe6][0x8d][0x93][0xff],[0xaf][0xa6]nrqq[0xfb][0xe5]nr[0xf3]0[0xbb][0xf9][0xec][0xee][0xe6][0xb7][0x9f][0xe7][0x93]/n[0xb6][0xc0]~[0x9d]]N/[0xdd][0xfd][0xcd][0xe5]tN[0x8f].[0xa7][0xf3]/[0xb]w[0xfb][0x9]~[0x80][0x7][0xa6][0x17][0xd7][0xb3][0xbb][0xc5][0xd4][0x3][0xbb][0xbb][0xff]x=[0xbb]p[0xf0][0xbf][0xe9][0xcd]b[0xea][0xce][0xcf]&[0x9f][0xe7][0xd3][0xe9][0x97][0xe9][0xcd][0xf2]l4v[0xb0][0x80][0xbb]_L[0x13]7[0x9f][0x2][0xe4][0xcb][0xfb][0x8b][0xe5][0xec][0xf6][0xc6][0xdd][0xce][0xdd][0xe5]l[0xb1][0x9c][0xcf]>[0xde][0xe3][0xcf][0x1e][0x16][0xad]1[0xf5][0xdb][0xb9][0xb8][0xbd]Y,g[0xcb][0xfb][0xe5]t[0x1][0xef]_[0xcc][0xee]f[0x0][0xf5][0xed][0x2][0xf7]>[0xbd][Nn.[0xa6]~W~[0xd1]1[0x1f][0xf3][0xfd][0xd8]]N?[0xcd]nf[0x8][0xc1][0xbf];[0xbb][0xa8][0xca][0xb6][0xce]W][0x9b]W[0xe5][0x99][0xdb]ei[0xd9][0xfc][0xa6]XIG./][0xfb][0x94][0xb9]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0xab][0xb6][0xf4][0xef][0xbc][0xcc][0xdb]<-[0x9c][0xb3][0xaa][0x93][0xe8][0xf]k[0xf8]CV[0xb6][0xfe][0x4][0xee]2o[0xf8][0xc9]l[0xe3][0xba]r[0x93][0xd5][0xf0]x[0xde][0xb8][0xc9]c[0x9d]e;x2qi[0xb9][0xd1]EW[0x83]E[0xb3]t[0xfd][0xe4][0x9a]n[0xd5]d[0xff][0xe8][0xe0]i[0xbb][0xf0]o.[0xac][0x92][0x8f][0xdc][0xfa])-[0x1f][0xb3][0xc6][0xb5][0x15][0x1][0xb8][0xab][0xab][0xc7]:[0xdd][0x11]x[0xfb] <[0x99]n69[0x1e][0xb9][0xff][0xec][0x7]y[0xec][0xe5])[0xab]3X[0x14]VV[0xa0][0x0][0xe4][0xcf]U}[0xf2]MW[0xd5][0xf9]c^[0xa6]m[0xe6][0xb6]u[0xb5]S[0x14][0xc2][0xca])@[0xb2](X[0x1d][0xe0][0xbd][0xb4]u[0xfb][0xb4]n[0xf3]uW[0xa4][0xb5]=[0x12][0xd0][0x87][0xb3][0x97]"[0x80][0xce]<[0xf8][0xe6][0x8c][0x16]p[0xa9]}[0xcb][0xe5][[0x97][0xb7][0xee]%mp[0x83][0xb0]Hos[0xab][0x83][0xc0][0xa1]#E/[0xb6]MVl[0x1d][0x9e][0xac][0x1d][0xdb][0xbe][0xfc][0xa8]h[0xc0]'[0xe2]{[0xb0][0xb4][0x6][0xac][0x94][0xae][0xd7]U[0xbd]I[0xcb]u[0xa6] [0xf3][0x86] y[0xfe]S[0xc8][0xf3]l[0x9d][0xef]s[0xf8][0x85]A1R[0xc4][0xcb]S[0xe5]j8e[0xfe][0x1c]#[0xf4](3[0xeb]a[0xf0]z[0x16][0x19][0xc8][0x82]MZ[0x1f][0xbc][0xdc]=G[0x2][0xdd][0xef][0x1][0xbb][0x88][0xda]Q"[0xd4][0x82][0x4]g0[0xec][0xaf][0xfd]2[0xab][0xf3][0xe7][0xb4][0x85][0x85][0x99][0x1c][0xce]\[0x3][0xf4]W[0xf0][0x85][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xf0][0xdb][0x4][0x11][0x7][0xdb][0xaa][0xf1][0xb4][0x8b][0xaa][0xab][0xd7][0x88][0x91][\r]![0xbe][0xc2][0xdf][0x13][0xac]mU[0xef][0x12][0xa6][0xf][0xd8][0xee]*E[0x2][0x80][0xb]8[0x87][0x87]6[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0x88]l5[0x8a][0xe][0x88][0xec][0xbb][0xd5][0x1b][0xc7][0xbf][0x10][0xa8][0xc][0xa8][0x19][0xd8][0x11]D][0x9d]=[0xe7][\r]"[0x1d]e[0xc]Po[0xda][0xf2][0xf]Y[0x91][0xae][0xaa]Z[0xd2]}[0xb8][0x1d][0xd1][0xf6][0x9a]O[0xa0][0xea]l_g[\r][0xcb]@[0xc0][0xc][0xa2][0xba][0xc8][0x10][0x98][0x8a][0x93][0x82][0x8e][0x88][0xb4][0x93]v[0xed][0x13][0xa0][0xe6])[0xdf]+vbV9[0x8a][0x9b]S(!t[0x4][0xf6][0x83]=t[0x5][0xd0]&[0xb][0x96][0xd2]3,[0xf0]k[0x2][0xe8])2[0xfa][0x1][0xff]J[0xa7][0xb1][0xe7][0x10][0xb5]@`D[0xf2]7[0xaa]*[0xbc][0x0][0xf6][0xb7][0x9c][0x10]:[0xf7]][0xbd][0xaf][0x9a][0x8c][0x9e][0x3]~[0xab][0x91]sq[0xc7]e[0xf6][0xe2][0xb6]y[0xc1][0xc0]z;[0xf7][0x1b][0xa6]U[0xd2]\$[0xc0][0x89]%[0xc7]^[0x8e][0x10],B[0x90][0xe0][0xc7][0xca][0xa8][0x17][0xfa][0xbd][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4[0x1]|[0xbc][0xc9]p[r[0xb2][0x9b]6[0xab][0xb7])[0xb0]:[0x10][0xd1]a[0x8f][0xff][0x7][0x8f]4[\r][0xfe][0x3][0xd8][0xad][[0xb7]][0x9d][0xf1]][0xe3][0x9][0xfa][0xfb]q[\r][0xdc]kq[0xd0][0x83][0x91]J#[0xfd][0x86]+[0xd6][0xc4]E[0x15][0xc8][0x9c][0xf2];a[0x1c][0x4][0x0]I[0x90]2[0xdd]e[0x4][0x12][0xb4][0x1f][0xad]fA*[0xa3][0xc5]T[0x80]O[0xd4]Y[0xb5][0xf5][0x1c][0xe4][0x85][0x81][0x15][0x18] [0xe3]i[0x87][0xa0][0xe1]7[0xfa][0x0][0x9][0xfd][0x1a][0xf5][0xef].[0xfd][0x8e]?[0xa4][0xcf]i^ [0x9b][0xea][0xae][0x11][0xdf];[0xa0]s[0xe2]y@YV[0xe2]_[0x19]b[[0x3][0xec]-[0xfc][0x5][0xa1][0x2]2[0xf7][0x7][0xdd][0x81][0xb9]D[0xbb][0x5][0xba]OzXQ[0x4][0x9c][0x0][0x0][0xea][0x8c]Y[0x8e]7A "[0xb6][0xb1]"[0x3]vM[0xd7]Y[0xe4][0xbb][0xbc]e[0xa5][0xd7]T[0xdb][0xf6][0x5][0xc5]r[0xc3][0xcb][0xae]aY[0xbe][0xc1]M[0xb5][0xee]P@1[0xd5][0xf2][0x9f][0xd9]4[0x80][0xab][0xdf][0xe6][0x8f][0x1d][0xdf]7_[0x9f][0xdf]|_[0x82][0xe9][0x11][0xb2][0x9c][0xd8][0x8]O[0xf2][0xf9][0xe6][0xde]}[0xce][0x0]+[0xc0][0xac][0xb1][0x99][0xc9][0xb][0x5]%[0x85][0x80][0xc1][0xde]LT2[0x16][0xa0]lj[0xf7][0xcc][0x11]bI[[0xd1]:[0x99]=#<[0xcd]B[0xe7][0xf7]u[0xb6]g[0x1]o4*,[0x9]:p[0x97]7[0xc][0x7]dH[0xbe]AUH[0x4]!:H[0xec][0xb2]7[0x91][0xc6][0x6]C[0x83][0x8f][0xf8][0xf3][0xd8][0x81]ay[0xb3]D[0xb3]q>[0xfb]|[0xb5]\[0x18][0xf3]o[0xd1][0xad][0xfe][0x9e][0xad][U[0xdb][0xb0][0xe7][0x9d]l6[0xb6][0xdf][0x88][0x9e][0xad][0x8a]D"[0xf4]6[0x7][0xdc].r[0xa8]W/p[0xe7]eU[0xbe][0x83][0x13][0x15]][0x3][0x92]7A>,6/[0xb0][0xf5][0xc4][0xd5][0xd5]!-[0xda][0xc3][0xbb]-[0x0]':[0x2]9[0xf8][0xa4]F[0x82][0xe0][0x7][0xf7][0x83][0x92][0xb3][0xda]tx[0x87]@8{2[0xb2]z[0xda][0x2]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0x1b]A[0x9e][0xce][0x9b]}[0x91][0x1e][0x12][0x1][0xe5][0xf][0xf8]c[0xdd][0x10]X[0x85][0xa8][0xa2][0xa1][0x7]x[0xb9][0x9e][0x8e]E[0x14][0xa0]q[0xd4]7[0x83][0xd0][0x12][0x6]C[0xc][0xae],[0x11][0x10][0x80][0x96][0xfe][0xae][0xc6][0xc6][0xd2][0xfd][0xff][0x8d]_[0xb6]yz[0xc8]e[0xad][0xde][0xb7][0x92]p[0x8f][0xc0][0x93][0x0][0xa1]C[0x2][0x5][0xa3][0xb1][0x0]j[0xde]nYt[0xd1][0x8f][0x2]'[0xdf][0xed][0xab][0xba]%[0x4][0x90][0xae]y[0xc9][0x1b]#[0x1f]N[0xe1]2[0xc2][0xa2]B[0x12]\[0xbe][0xa6][0xc4][0xc6]n[0x89][0xc8][0x12][0xeb]M[0xcf]@[0xa2]^[0xe9][0x18][0xec][0x8d][0x83][0xa2][0x98][0xcd]+[0xab][0xb9]z[0x6][0x19][0xec][0xda][0xca][0xed][0x1c]H[0xc8][0xdb][0xa8]tG[0xf9][0xee][0x8]A[0xe4]jw[0xb][0xcf]E$A[0xc7]S[0x8e][0x15]P[0xc7][0xd6]^[0xa7][0x1d]*E[0xf6]:[0xcc]>a[0xeb]+[0xdc]9[0x88][0xb][0xbf][0x82][0x80][0xe9][0xdf][0x12]b#;[0x8a][0xc][0x12][0x94][0x1e][0x15]([0x83][0x82]m[0xe4][0xec]r[0x8d]X;[0xaa]#[0xfb][0xdb][0x1c][0xbb][0x9b][0xca]=[0xa5][0xf5][0x86][0xc4],p[0x8f]C5[0xd6][0xc4]D[0xb4]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "%J[0xf2][0xf4][0xbe][0x1e][0x19][0x12][0xa5]?5-[0xa0][[0xf4]/[0x10][0xe5]S[0xd5]=>[\r]i][0xc8];[0x1c]Z[0xd6] [0x92][0xec][[0xd4][0x80][0xbe][0xac]E[0xc2][0x0]K[0x17][0xb7][0x90][0x97][0x9][0x9c][0x1c][0x4]c[0x3][0xf2][0x1d]l[0xe0][0x6]mv[0x15][0x1]u[0xf5][0x9c][0xcb][0xa5]!B[0xec][0xa2][0xb4]'K[0x8][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde]e[0xdb][0x81]m|[0xb3]![0xc1][0xb7][0xa7]K4[0x16][0x8a][0x2][0x18][0xbb]C[0xf9]\W[0x80]$[0xb0]pH[0x90][0xb1][0xda]U[0xec][0x8b][0xdb][0xa2][0xfe][0xd4][0xb4]t[0x90]Y[0xe2][0x8f][0x90][0xd2][0xc8][0xd3]U^[0x90][0x9b]S[0x19]T[0xa2][0xb6][0xe4][0xa7]T[0xb0][0xd4][0x88][0xc8]V[0x8f]eW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86][0xaf][0x1e]cG;[0xdf]F{[0xe][0xf8][0x89]w^[0x7][0x86][0x6]7[0xb5]!E_zK[0x11]TTV[0xaf][0xc1][0x1e][0x6][0xad][0x15]p#[0xef]"_[0xf9]{[0xa3][0x1b][0xb5]4"[0x12].[0x9c])[0x92]oxy;d[0xc][0xb0][0xa1][0xd0]T[0xdd][0xc3]5[0xe7][0x1][0x13]M[0xb6][0x6][0xdb][0xcb][0x1c][0xf5][0x7][0x8e]Rf[0x19]\[0xbc]J[0xeb][0xb1][0xfb][0x84].[0xe4][0xef][0xe9]n[0x8f][0xd6]7[0xfe][0x12]Ep[0xbd]![0x1f][0xfd][0x10][0xdf][0xb2]r[0x15][0xb0]|[0x9d][0xfd][0xa3][0xcb]k6<[0x80][0xc5][0xaa][0x17]s[0x2][0xf8][0x95]Q([0x1][0x1f][0xc1]&&G[0xc4][0xbf][0xf0][0xb6]9r[0xb4]tM[0xb]D[0xc6][0x81]^r[0x6][0xf7][0x9e][0xc5][0xe6][0xdb][0xd0][[0x4][0xb3]g4$+[0xef]u[0x8][0xef][0x9][0x1f]}/[0xab][0x97]"[0xdb][0x0]i[0xc3][0xde][0x9e]R%[0xa7][0xa6][0xdb][0x82][0xf5]E[0x87][0xf2][0xfa]X[0xf1][0x8][0x92][0xb9][0xcf][0x81]A[0x5][0x2]X[0xba]i#=[0x3][0x0]/[0x9c]<[0xbb]R[0xd8][0xc7][0xea]=[0x86]l[0x4]2[0xa7]E[0xef][0x95]$[0x86][0x1e][0xd5][0xab][0xcb][0xa3][0xbe]&[0xf2][0xfd]PA[0x93][0xe]k[0xac][0xfd][0xa4][0xe2][0x85][0x85]b[0xb8][0xc0][0xf3]J,[0xbc][0xb4][0xf4][0x7][0xa8]^[0xdf][0xf0][0x88][0x9d]8[0xf6][0xa6][0xbc]b3W[0xac]<[0x81][0xce][0xf4][0xbe][0xed][0xfb][0x8][0xea]N[0xdb][0x93][\r][0xcf]%0[0xce][0x1][0xcb]d[0xfa][0xb5]6[0xac]f^[0x85][0x17][0x89]1[0x19][0x9][0x1e][0x19][0xbb][0xf9][0xf4][0xaf][0xf7][0xb3]9[0x5][0x5][0x17][0xfa][0xcb][0xf7]n[0xb6][0xed][0x5]8N[0x4]P[0xd4][0x7]PW:+m[0xa8][0xd0]>[0xb8][0xeb][0x1a][0x94][0xe8][\r])[0xae]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xc4];[0x13][0x88]"[0xa3][0xcc]Q[0xb9]+[0x8c]^[0xa0][0xa2][0xd1][0x3][0x8c]N[0xbc]^[0x8e][0xae][0x92]V[0x81][0xb7]v{[0xb5][0x92]][0xb4][\r][0x2][0x93][0x82][0x6][0x9c]Kr[0xce]K[0xf5][0x9e]g9[0xf0][0xab][0x1c]it[0xbf][0xe7][0x93]QK[0x14][0xa3][0x15]"[0xdc]_r[0xe3][0x9e]@[0xe][0xb4]Jz[0xd5][0x8a][0xbc]Jd[0xf6][0x92]H#m*r[0x9b][0xd4][0x93][0xe2][0xf0]U[0xfb]D2[0x1b][0x9e][0xd8]e[0x9b][0xbc][0xdb][0xb9]5[0x9c][0xad][0xda]QTI u[0x8d]xF[0xde][0xc5][0x1][0x3][0x8f]bl[0x1f]z[0xf1][0xd3][0x1][0x9e][0xd2]CO[0x16][0xf5]H.[0xed][0xc9][0x16]p[0xb7][0xc0]T[0x13][0x84][0xf5][0x89]<[0x9]z[0x93][0xd0]I4.[0xef][0xff][0x16][0x85]c3[0x80][0xb2]F[0xc3][0x97][0xad]o[0xd1]dp`[0x8e]"[0x12]}[0x83]a[0xc2]|f[0xc3]?.[0x18]o[0xf0][0x1f]8+[0xb2]h[0xce]1[0xd8][0xa0]r0[0xce][0xf2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0xfe]=[0x98][0x9d]EN2]}[0xa7][0xa3] PYz[0x8][0xc4][0x81]y[[0xb0][0xc5][0x8f]F[0xb3]U[0x8b][0x1c][0x97][0xe]'[0xe2][0x5]^[0x5][0xb6][0x3][\r][0x8](kUQS[0x0])oK[0xd8]d[0x0][0x84][0x97][0x98][0xda][0xf0][0xaf][0xc4]C>[0xbc]1[0x8b][0xf5][0xf0]G[0xc6][0xfc]&[0xfb]'[0xd0][0x17][0xac][0x6]\w[0x93][0xee][0xd2][0xc7],[0xf2][0xa2]7[0xa0]a[0xd6]-[0xfe]F[0xff][0xd5][0xec][0x81][0x9a]So[0xd0][0xe3]v[0xca]59[0x96] /[0xe5][0xe]$[0x1a][0x8f]Q0[0xf][0x93][\r][0xdd][0xc6][0x15][0x15]0&P[0x9][0x9c][0xbc][0x89][0xf][0x5][0xa7][0xf2][0x86]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]k[0xb7]o9[0xf2][0x1]r[0x8c][0xfc][0xda][0xa2][0x15]9V{[0x86]z+[0xca][0xc6][0xee]f[0xc0][0xc4]L[0xc8]FdDL[0x81][0xef]<[0x8f]T_[0xb3]5e2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0x89][0x6][0xaf] D[0xce]][0x10].[0xce][0xb1]E &y[0x8f]{[0x84][0x1f][0xc0][0x8a]n[0xb6][0xb9][0x88]NY[0x12][0xc9][0xc9][0x1c]@][0xbc][0xb0]_[0x95][0xc6]?[0xbb]o[0x18][0x5][0x8e][0xa4]n[0x1c][0xd2][0x8d][0xe5]g[0x94][0xac]iY$[0xe]e[0xee]q[0xf9][0xc5]i[0x83][0x81]i[0x2][0xaa]e[0x84][0x8b][0xc6][0x91]h[0x89]`b[0xdc][0x2][0xef][0x9c][0xa4]Y[0x83]~7e[0xbe]Q\[0xe]P[0xa8]Bx[0xa8]g[0x89][0xe8][0x7][0xa7]j[0xfa]I-[0xe][0x8a][\r]7[0xe0][0xaf]L[0xfc]-A7G[0x8][0xf9][0x8d][0xa1]f[0xf3][0xe4][0xf2]K[0xcc][0xf8][0xb8]ud- 8[0xf0][0x16][0x3]Cq[0xa4]TL[0xaf]D,Yfop[0xcc]7[0x19]([0x9a][0xef][0xe8][0xe7][0x6].`d[0xc2])Tp[0x83][0xb7][0x86][0x9b][0x17][0xe1]w [0xea]![0xb6]5[0xd1]l[0xf8]{[0x90]6[0xe7]g[0x2][0xe3]l[0xa4][0xc1]U9\[0x1e][0xe3][[0x82][0xce][0x87][0xe8][0xb8][0x91][0x1a][0xd7][0xe8][0xbb]Uc}54[0xc0][0x3][0x98]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")[0x7]5[0xfb]R[0xa2][0xf7][0xb]n[0x0][0x90]o[0xab][0xc4][0xa2][0xc1][0x98][0x19][0xbb][0x8b][0xdb]/_[0xa6][0xf3][0x8b][0xd9][0xe4]:[0xce][0xc3]J[0xd8]l[0x87][0x92][0x9d][0x84][0x9d][0xee][0xa0]b[0x84]xmLk[0xae]1H[0xe7][0xd6][0xe0]j[0xa0][0xd6][0x8f][0xc]z[0x90][0x8][0x4][0x8b][0xae][0x17][0xff]"[0x81][0x9f][0xc][0xa8][0x1f]t{[\r][0xb8]^u[0xe0]<[0xa1]>C!S"[0xc6][0xd5][0xec])[0xf2][0xef][0xe0]r}{B>[0xf3][0x9][0x1c][0xe3][0x89][0xa0][0xcb]SJ[0xde]o[0x9b][0xae]q[0xbd]TT[0xfd]:[0xec][0xbd][0xb]Y\uC<[0xb2][0xe3][0x4]W[0xa5][0xe4]84[0x0]-@[0xe][0xc1]I[0xce][0x7]m[0x6][0xd4]'[\r][0xf8][0xf1][0xc5][0x6][0xd3][0x81]M[0xc5]o[0x88][0xa9][0xc3][0xf7][0xe8][0xe5][0xff][0x1a][0x8c]![0xd8][0xe3][0xbe]jY[0x8f][0xbc][0x19]j[0xab][0xa1]n[0xa3][0x0]GM[0xbe][0x8f]8jQ2S6= [0xa1][0x13][0x1b][0xf7][0x9b]N[0x6]1([0x2]q~fn[0xde][0xe6] G[0xe2][0xa1][0xba][0x14][0xf9][0x98][0xbc][0x87]M[0xb6][0xc5][0xab]d[0xa3][0x10]X[0xaa][0xcc][0xb7][0xa0][0xb6][0x9f][0xb3][0x9a][0x95][0xc7][0xe0]([0x0]|&[0xcf][0xa1]U[0x11]CO[0x1f]1[0xc3][0xd1][0xb2][0xdb]_Q[0x9a][0x81][0x83][0xd8][0xac]jE[0x9]7`m[0x9e][0xaf]+[0xf2]u[0xd9]L8[0xbb][0xa6][0x87][0x11]B[0xcd][0x9e]8q[0x17][0x9b]^[0x89]+[0xd2][0x97][0xa6][0xcb]E[0x13][0xf9][0x0][0x9d]+[0xb2]GT[0xec]k6cl[0xf8][0xc0][0xba][0xc1]~S[0x88]X[0xb3][0xf5]~`Y[0xe5]s[0xf6];'TS[0xb2]\%0[0xc6][0x99][0x7][0xb8]Y[0x1f][0xb3][0xb6][0xb1][0xd4][0xe3][0xd8][0xc6][0xdb][0x3][0x9]R[0x8a][0xb2]$[0x6]B[0xaf][0xf3][0x15][0xb5][0xed]S[0x16][0xaf]]:[0x7][0xcb][0xaa]U[0x91]?J[0xe4]K=:[0xd5][0xcb][0x9c][0xd2]fl[0xd9][0xd0][0x99][0x9a][0xb2][0xb5]c|[0x3]?[0x17])[0xbb][0xe0][0xfc]@[0xca][0xb1][0x1f][0x12][0xc0][0x80]]A[0xd2][0xf1][0xb8][0x90]59[0xc7][0x80][0xd8][0x90][0x10][0xfa][0x7]<[0x7]TD[0xf9][0xc0][0xd7][0x10][0x8e]*[0xe4]7[0xb4][0x0][0x0]&XT[0x5])[0x1]$?f[0xec][0x13]8eiT[0xe7][0x9c][0xf9][0x11]EF'c[0x95][0x8c]J[0x8b][0x82][0x1a][0xaf]@[0x81]M[0xa2]l[0xaf]+1[0x16][0x99].[0xf1]`[0xc8][0xda]>[0x85]}r[0xf]\9B[0xac][0xd3][0xb0][0x11][0xae][0xc6][0x16]a[0x14][0xe8][0x6][0xdc]m[0xb0][0xcf]IS[0x96][0xd9]#[0x1c][0x8b][0xaf][0x8a][0xef][0xee][0x4][0x3][0xa1],~[0xa3][0xc6]Z[0xe]v$nF[0x9c][0xd7]pJ[0x87][0xa9]`[0xa4]FP[\r][0xe0]H[0xe0][0xe]D[0x1d]D[0xd1][0xa0]X[0xc2][0xec](xac[0xa3]'D[0xc][0xaf]?[0x10]3w[0xf2][0x9b][0xbf][0xe1][0x1]b[0xb5][0x85]r[0x9c][0x8c][0x91][0xd4][0xe0]k[0x90][0xb5]Ao][0x14][0xde][0xf1][0x1b]A[0x8][0x1c][0xe4][0x90][0xcc][0x6]z[0xd4][0x9c][0x9e][0x15])[0x80][0xec][0x87][0x1b]j[0xac]+[0xa3][0xf8][0x86][0x1b][0xf5]{L$[0xe4]q[0x1c][0x10]][0x97]u[0xce][0xb4]b[0xe6][0xf8][0xce][0x6][0x1].&[0x18],[0x80][0x18][0xbb][0xfb]`[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]%[0xaf][0x11][0xce][0xb]i[0x98][0xa7][0xf4]9SO[[0xa4][0xaf][0xee][0xcc]H[0xaa]#[0xfe][0x91]9[0xeb][0xff][0xc5][0x1][0xc5][0xe1][0xe7][0xfc]fW[0xb7][0xb1];1[0x94][0xef][0xb2][0xb3]}[0xca]aX/[0xba]C[0x88][0xe8][0xd5]3[0x92]][0xb8][0x17]B[0xe6]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xa1][0xd2][0xbf][0x8c][0xdd][0xcd][0xad][0xfb]6[0x99]c[0xfa][0xee][0x81]7[0xfd][0x1b][0x96][0x81][0xb9][0xc9][0x2][0xfe]u7[0x9f].[0x16][0xd7][0xf]n1][0xba]O[0xb7][0xf3][0xe5][0x95][0x9b][0xdd][0xf4]*[0xc3][0x12]7[0xb9][0xb9]t[0xcb][*1[0x9b][0xfe]m[0x9][0xbf]"0w[0xd3][0xf9][0x97][0xd9]r9[0xbd]t[0x1f][0x1f][0xdc][0xe4][0xee][0xee]zv1[0xf9]x=u[0xd7][0x93]oIT[0x8e]f[0xab][0xe3]no[0x0][0x9a];[0x83][0xb5]g[0x8b]3[0x2][0xf3]q[0xb2][0x98]-[0x12][0xf7]m[0xb6][0xbc][0xba][0xbd]_[0xea]Vg[0xd3][0x5]V[0xbb]][0xdc][0xde]\r)[0x1a][0xa6][0x1e][0xb1]([0xee][0xbf]g7[0x97][0x89][0x9b][0xc2][0xd3][0xd3][0xb9][0xee][0x1f][0x9e]$P[0xb3]/[0xb0][0x9]Xdvsq}9[0xbb][0xf9][0x1c][0xc0]^[0xcf]`[0xaf][0x13][0x84][0x94][0x10][0x98]W[0x96]!P[0xcb][0xd9][0xf2]z[0x9a][0x0][0xee]n[0xde][0xcd]n>[0xcd][0x1][0x96][0xe0][0x2][0xed][0xbf]+xs[0xf2]qv=[>[0xe0][0xdb][0x9f]f[0xcb][0x1b][0xdc][0x5][0xe0][0xf][0xbc][0x87][0xbb][0xc9]|9[0xbb][0xb8][0xbf][0x9e][0xf0][0x9e][0xee][0xee][0xe7]w[0xb7][0x8b][0xe9][0x98][0x3][0xac]!r[0x98]7[0x92][0xee][0xf][0x4]_p[0x98]i[0x93][0xa1][0xdb][0x0].[0x8e][0x9][0x91][0x1b][0xab][0x94]l?[0x90][0xc4]][0xc3][0x99][0xdf][0xcd][0xc9][0xf0].[0x8b]J[0x89][0x8b][0xab][0xbb][0xf][0x1a][0xff];[0xd2]WS[0xad]s[0xa2]o[0xaf])%2O[0xd6][0x9f]Dn[0x8f][0xba][0x84][0xa2][0xa5]^[0xc9][0xaf][0x93]O[0xcb][0xeb]x[0x13][0x4][0x80][0xee]e[Y][0x3][0x83]1[0x1c][0x8c][0xcb][0x81]9[0xe7][0xe3]y[0xa1][0xee][0x87][0xec][0x90]D[0xc8][0x19][0xa1][0xa2]/Q[0xf1][0xd9]7i[0x9b]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0xd1]"[0x7][0xe4][0xb4]}[0x88][0xba]u[0xa5]8fl*V[0x1c][0xf3][0xaf][0xeb]n[0xaf][0xb6][0x0][0xab] [0xd2][0x14][0xcc][0x19][0xff]:F[0xbb][0xfe][0xe2]z2[0x83]kF[0x8a][0xbb][0x9e][0xc9]=[0xff][0xbf][0xe3][0x9c][0x1b][0xa1]m_[0xb8][0x9]D8'[0x9a][0x5]*e[0x97][0xe3]v[0xbe] 8[0x8b][0xab][0xc9][0xf5][0xb5][0xbb][0x9a]|[0x9d][0xd2][0xdf][0xfd]f[0x99][0x12][0xe1]7[0x97]3[0x80][0x2][0xdb][0x0][0x9e][0xf1][0xff][0xba][0x0]>[0x4][0xf2][0xbd]N[0xdc][0xe2]n[0x8a][0xae]L"G[0x9b][0x2][0xf7]L[0xe6][0xf][0x89]0[0xc4]b[0xfa][0xd7]{x[0x90]|[0x9d][0xc9][0x97][0xc9]g[0xe0][0x94]s[0xcf]XG[0xf8][0xca]][0xdf].[0xe4]x[0xf3][`[0x89][0xc5](qW[0xb7][0xdf][0xa6]_[0xe1],[0x17][0x93][0xfb][0x5][0x9c][0x16][0xb1]A[0x2][0xe0][0x1]1r;[0x88]P[0xc][0xcc]z5[0xa5][0xa3][0xcf][0xb8][0xb2][0x95][0xce];[0xc1]][0xa3][0xab]u[0xb1][0xb4][0x8f][0xc2][0x1e][0x1][\r]K[0xbb][0xa5][0x9b][0xe9][0xe7][0xeb][0xd9][0xe7])U[0xb7][0xc2][0xe5]![0xa4]o[0xb3][0xc5]tD[0xb0]&[0xf3][0xd9][0x2][0x1f][0x9a][0xdd][0x8][0xfb][0xc3][0xda][0xf7]K-[0x9c][0x85][0xdd][0xf5]kk[0xfb]5[0xb5][0xb7]T[0xd3][0xab][0xa8][0x2][0x1f]p1U[0x91][0xc4][0x15][0x11]\![0x1][0xa7][0x84]u[0xa7]T[0x4][0xc]b[0xea][0xeb][0xf4][0xc6][0xcd][0xe0][0xa9][0xcb][0xaf]3D[0x0][0xc3]d$[0xdd].[0x16]3[0x95]![0x9f][0xdc][0xe2][0xfe][0xe2]J[0xf1],[0xc4][0xf8]oc[0x7][0xa7][0x99][0xce]'[0xd7][0xfc][0xf3][0x8c]s[0x18][0xe4][0xd1]6[0xde][0x9a][0x8d][0xc2][0x4][0xe4][0xe4]=[0x83]=[0xb8]Ar[0xef][0xca][0xc][0x3][0xcf][0xeb],[0xc4]V[0xbc][0x95][0x1a]x[0x8c][0x92]L&[0xfb]K[0xf1]Dba[0x2]$[0xac][0xe3]![0x9]3[0x5][0x7][0xbc][0xce]viNrB[0xac][0xeb][0x93][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4])s[0xcc][0xe0][0xb6]n[0xb][0xba]Q3[0xcb][0xec]S[0xa8][0xf1]O[0xe6][0x18][0x8],[0xf4][0x9d][0xb0][0xce][0x89][0xac][0x85]ph[0xde][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd7]Em[0xec][0x5][0xe]AB[0xa9][0xb9][0xeb]v[0xea]Uh[0xd5][0xe5]A[0xeb][0x12][0xfa][0xc0][0x18]U[0xb8]/[0x83][0xa9][0xb1]G[0xb7][0x91][0xd6]`([0xe4]-[0xe5]:|[0x86][0xaf][0x15][0x8f] [0xf2][0xc3]8[0x83][0xca]~[0xa1][0xa9][0xcf][0x1]?[0x16]D[0xd7];6)) [0xdc][0xa1],[0xe2][0x9f][0xc9]([0x14][0xaf]k[0xc4][0xbe][0x0]Kr[0xce]C0[0xb9][0xa8][0x1][0xc9][0x95][0xb8][0xe7][0x1c][0xea][0xc5][0xc7][0xa2][0xac]|/.i[0x82]r[0x1a][0x82]Pa[0xa9][0xc9][0xf9][0x91]w-[0x9a]A&J[0xce]z[0xde][0x8c]$[0x2]v4U%[0xba]B[0xf3][0xb5][0xac]34[0xb1][0xf4][0xf3]9x[0x8]|g[0xac][0xd5][0xd0][0xca]N[0xfd]F7[0xf8][0xa3][0xf7][0xec][0xc]N[0x81]r0B[0xb8][0x91][0xcb][0x98][0xc0][0xfb]Q[0x16][0xf4][0xb4]~[0x1a][0xac]FU[0xcf][0x4]e[0xb][0xea][0xa0]awd[0x87][0x8e][0x1a]k[0x9c][0xf2][0xa0][0xbb][0xf1][0x81]K![0xe1]A[0x16]`P[0x15][0xcb][0xfa][0xd7][0x7]+:[0xb5]nq%[0xfc][0xa1][0x9f][0xcf][0x1][0x85][0x93]W[0x1b][0xcf]>X&[0x92]n1[0xf8][0xb6][0xca]`OD*[0x14]'RO[0xab][0xac][0xca][0xa0]![0xc9][0xac]OcL[0xd8][0x1b]8[0x8a][\r][0x8f][0x87][0xc4][0xd6][0xfe][0xf8][0x80][0x4][0x90]|C[0x15][0xc8][0xde]3{-[0xce][0x9d][0xa2][0xd1][0x82][0x14][0xdf][0x84]C[0xa1]DB[0xe]^3[0xef] [0x98][0xab][0xea][0x5]c[0x1a]Ite[0xd6][0x85]>[0xba]Sq[0xec]|[0x5][0x0][0x81]R[0xaa]Z[0xd9][0xac][0xab]u[0xa4][0xa3][0xfa]I[0xba]y[0xf4]5[0xf3][0xb2][0xd3][0x2][0xad][0xfa]9V[0x9e][0x9e]b[0xa4][0x5][0xab][0x95][0xf3][0xc6][0xe4]E[0x89] [0xf6][0x87][0xf8][0xf4][0x94][0x86][0xce][0xb3]c[0x82][0x8c]@[0xa1][0xd9]c[0xeb]2[0xd3][0xe7]*[0xc7][0xa0][0xe]f=[0x0]FV[0xae]Y[0x9c]E[0xc2][0xd9][0x87]W[0xb3][0x8d]O[0x1b]aH[0x90][0xea]I1[0x9c][0xac]e[0x9a][0x12][0xfd][0xdc]V[0xe8][[0xe3]I9:[0xc6][0xe]m[0x0][0xb9]h3 [0x97][0x8d][0xf8][0xc2]MVk[0xf1]5[0xa7][0xcf]a[T[0xc1][0xd6][0xd3]4[0xe5]"'[0xdb])2n[0x8f]&-m[0xf9][0x0][0xfd][0xc5][0xdf][0x86]@[0x12]j0[0xa5]c[0x94][0xe5][0xf][0xe5][0xd4][0xc3][0xdc][0xfd][0x10][0xaf][0xbe][0xfe]k[0xb6][0x95]j9[0x84][0xb9][0x7]k[0x9b][0x2]*[0x14]Oi[0xf2][0x9a][0xae][0x8b][0xf4]ak[0xf3][0xc0]d[0x9f][0x85]"[0xb][0x93][0x9b][0x16][0x8b][0xf7][0xa1][0xea][0x88][0x0]l0[0xd7][0xbe][T[0xd2][0xe1]r[0xae]u[\r][0xa9][0xb6]t[0x1a]`j[0x7][0x16][0xd9]sJ[0xa5][0x4]XBQ[0xd5][0x87][0x91][0xf4][0x10][0xa6][0xa1][0x92]A[0xc2][0x96]+N[0xe7]Q6A[0x0][0x15]U[0xf5][0xdd]P[0x8c]l[0xc3][0x9f]_w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7]ho2][0xaf][0xbb][0xda]$3[0xa9][0x9d][0xc6][0x17][0xd8]U/[0x98]A[0xe4]v[0xa1]w[0xef][0xde][0xbd]y[0xf3][0xa7]?![0xac][0xe5][0xab][0x1d][0xb][0xee][0xfc][0xf3][0xdd][0xf5]([0xb4],$[0xee][0xbf][0xc0][0xd5]t[0xef][0xfd][0xf5][0xbd]fB[0x15][0xfe][0xf9][0xc5][0x8]~[0xff][0xef][0xbf]&[0xf4]W[0xf7][0x9][0xeb][0xc9][0x17][0x9a][0xc][\r][0xaa]:[0x1][0x15][0xb3]f[0xde][0xff][0xb]>[0x95][0x96][0xdf][0xb][0x94][0xd3]-<[0xf]t[0xf4])[0xdf][0x2]3|[0x2][0x4][0xf0][\r]}[0xac]@[0x8][0xc2]K_&[0xee][0xa7][0x9f][0xdf][0xbf][0xff][0xe9][0xdd][0xfb]_~[0xf9][0xb][0xfd][0xe5]~1[0xf9]',=xv[0x5][0xfb][0xd8][0x89][0xc9][0xa7]ij"Z[0xa5]G[0xed][0xc]I[0xc8][0xf2][0xa3][0x9a]*[0xd6]M^[0xa8][0xa1][0x0][0xf0][0xe][0xcb][0x1d][0x8][0xa7][0x1d][0x96][0x4][0xbc]Q|z[0x95]A[0x8d]+X[0xfc][0xe2][0xb3][0xc2][0xf8]?[0xa4][0xd2][0xc7]R[0xdc]YtU[0xc1][0x11]8[0xb8][0x3]p[0x80][0xc3]*[0xfc][\r]ZaL[0x9]`[0xe5][0xd6]l[0xdc]re[0x17][0xec]a[0xec]>r[0x97]S[0x9d]6[0x12]0~[0xe5][0xfa][0xc4][0x89][0xb1][0xe9][0xe0][0xc7].%[0xc5][0x90][0xf5]W[0x1c][0xae]F=[0x1][0xba][0xf5]w[0xef]dS[0xe2]][0xd7][0xcc]![0xfe]d[0xe8][0xc6][0xe1][0xf3][NrQ[0x9c][0x91][0xf2][0xd8]R[0x91][0x1f][0xef][0x90] [0xe9].)J[0xc1][0x1a][0x96][0xb0]%6[0xc6])[0x12]z[0xdb][0x18]|[0x96]^'[0x85][0xa8][0xfb][0xde][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0x94]\[0x1a][0xe5]([0x17][0x93][0x93][0xe0][0xe1]x*[0xe2][0xf2]|Q[0xed][0xd4][0xbc][0xc5][0xe5]X[0xa2][0xf][0x97][0x8c][0x8e][0x19]W[0xde][0x13][0xfa][0xaf][0xf3]U[0x8d][0xa2]J[0xe][0xc9]t[0xd1][0xbb][0x8a][0x12]\[0x85]t3[0x1e][0x11][0xfb][0xae][0xd3]RR[0x88][0xbc]%[0xba][0xb][0x8d]rb[0xa9]l%[0xd4]E[0xe5]?/[0x19][0xd6]`[0xa5][0xd4][0xf7][0x17]]J[0x82]b=[0x8e][0xbd]R[0xe2]([0xc9][0x9d]&,[0x1f]k[0x12][0x1d][0x8][0xeb][0x16][0xd6]8N([0xcd][0x80]0[0xed]-[0x83]:[0x87][0xfd]I~E[0xcc]kC7G[0x1d][0xa9]h[0x9b][0xee]\[0xa8][0xaa]~[0xd4][0xfa]J[0xa1]L[0xb4]>H[0xc2]ni[0x9][0xb0]p[0x9e]FIXRL2[0xdb][0xbd]E[0xbe]:`[0xef]1k[0x89]%[0xe9]E[0xce]][0xa2][0xc0][0xcd][[0xf3]:>'[0xb4][0x1c][0xd1]*Zf[0x98][0xe6][0xc9]3[0x11][0x93]\[0x8f][0x9][0xc6][0xa5]?[0x9b][0xbf][0x8c][0xf]Rt! [0xb1]([0xda][0xc3][0xde][0x90]IH*[0xc]P[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jY[0xe1][0xcb]-[0x1a][0xbd]t[0xad]l[0xc8][0xd0]Ua[0x9d][0xb9][0xc7].[0xd8]^[0x80]7[0xb1]Oi[0x1]@[0xcd][0x8a][0xa2]T[0x7]m[0x3][0xa6]B[0x82][0x92][0xa4][0x83],[0x15],S[0xa4][0xf9][0xe6];[0xff][0xa9][0xc2][0xbb][0xaa]3o[0xa4][0xf0]S[0xe4]\4[0xde][0x1f]2[0xab]a[0xfb]MA%![0xd5][0xc9][0xf2][0x14][0xba])[0x84]np|[0xc2]i[0xb6][0x14][0xc9]ed[0xf8][0x9e]8[0x80]y{,[0x8f]*[0xcf][0x1c][0x5](jo[0xaf][0xb5][0xf1]j0?b[0xc][0xdf]'[0x1][0xb8]nr[0x9b][0x1]0Z[\r][0x13]d[0xe8]w[0xf5][0xea][0x5]I[0x1a][0x5][0x9c][0xc4][0xf4][0xcc][0x8c][0xf1][0xa0][0xaf][0xf7][0xa8][0x1e]k[0x8c][0x88][0x19][0x13]O[0x89][0x86][0xfa][0xf8][0xd8][0x9e]0[0x19][0xd4][0x4][0x88][0xc5][0xef][0xa6]y[0xe2]t[0xf9]N[0xc9][0x84][0x82]MM[0xc5][0xc5]KDJ\[0x8e]$[0xd7]%,[0x9f][0x1d][0xa3][0x1f][0xc9][0x9e][0xbf][0xc0]M[0xb7][0xd9][0xbe][0xf9][0xcd][0x9d][0xbf][0x1f][0x19][0xf5][0x1e][0xdf][0x81][0x8a][0xc5][0xf3][0x9f]G[0xd2][0x94][0xc5][0x4]d[0xb4][0x1c];[0x81][0x8f][0xe4][0xf0][0xe0][0x1f][0xb9][0xe8]#X[0x83][0xaa]A[0x93][0xfe][0xbd][0xcb][0xe0][0x3][0xef][0xdd][0x87]u}[0x4][0xaf][0xa9][0xb8][0xb1][0x97][0xaa][0xd6]X[0xfe]b[0x88][0x91][0xf][0xa5]mUp4f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!F[0x89]O`W[0xa9][0xaa][0xf7]A[0x8b]PK[0x6][0x15][0xe9]d_[0x87][0xe6][0xa5][0xb]11[0x8b][0x18][0xdd][0x1d][0xa7][0xca]c[0x95][0xe5][0xc3]0 [0xcc][0x1b][0xd0][0x5][0xb8]PVH[0xed][0xc1][0x1e][0x1b]z[0xb1];[0x6][0xb7]iELc[0xc9][0xb]v.7[0x9]{zQ[0xb2]ai)[0x6][0x3][0xe5][0x9d][0xa5][0x81];[0x81]u[0xc2][0xe9]$[0xcc][0xf][0xe6][0xc3][0x8e][0xbc],[0xee]a[0xa4][0xed][0x90]Vj8[0xa2][0xc0]E|[r[0xa4][0xab]2[0x82][0xc7][0xd1]<[0xd6]qo[0xb1][0x95][0xa3]k[0xa3]D[0xd7]'|[0xa8][0xa0][0xa2][0x91]C$[0xd9]8[0xda]B[0x9e][0x15][0xca]|[0x8c]f[0x1]r[0xb1]Z[0x84]p!8[0xda]K#[0x99]R&J[0xe8][0x10][0x4][0xe3][0xc0].[0xc8]W[0xe9][0x90][0x2][0xb5][0xd8][0xab][0x87]K[0xe3]5[0xf1]4b[0x92]l[0xf2][0xe7]|[0xd3][0xe1][0xde][0xb4]*>[0xee][0xa8][0xa1][0xa2]d)z[0xd6][0x1e]d[0xca][0x1a][0x98][0x92][0x1e]N[0x95]f-[0xe8][0xde]1[0xcb]] [0x17][0xaa]S[0xcf][0x99][0xb6][0xe8][0x16][0xc8][0x95][0xcb]q[0x96]C[0x96][0xd6][0x6][0xef][0xbc][0x1c]r*[0xc7][0xf9][0xb2][0xd0][0xae]F[0xd4]+[0x94][0xf7]V,[0x1b][0x19][0xde][0xc0][0x19]Py[0x8e]:[0xd5][0x8a]q[0xb0][0xfd][0xf6]H[0x19][0x9e][0xd5][0xe3][0x2]un[0xcd][0x2][0x9e][0xa2][0xd2][0x8f]([0xfa][0xea]C[0x84][0xb6][0x95][0x9e]=M[0x5]N#f0[0xaf]fR[0xd8][0x9f]([0x81]w[0xf7]@[0x9][0xf0]([0xa7][0x85][0xf]~[0xb9][0xbd][0x9c]}[0x9a]]LB[0xe1][0xe2]Ob[0x8c][0x1d][0xb1][0xbc][0x84][0x12]ev[0x89][0xd8]D43[0x80]%Eh[0xb3]'H[0xe2][0x19][0xed][0x8b]t[0x1d]L[0xa1] [0x8e][0x9e][0xaa][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0][0xd3][0x83][0x98][0xce]RE[0xbb][0xe9][0xcf]~[0xf1][0xc9][0xa5]8[0x97]t[0xdc]L[0xe1]`[0x99][0x1f]y[0x1][0x6]z[0x6][0x8]J[0xd8][0xfa]i[0xac]![0xa8][0xd9][0x1f]=[0xe][0xf][0x86][0xa0][0xb8][0xb3];[0xa3]S[0xf9][0xce]7[0x13]A[0x91]nn[0x8e][0xbe][0x84][0x8e][0xee]0[0xd2][0x85]+7B[0x7]/Ab[0xd5][0xb4]2[0xa5]/[0xbf]i[0x10]D[0xf7][0x4][0x88][0xc0][0xd2]!z^0[0xd9]O[0xe1]s[0x17]@Uk4[0x1e]-[0x19][0xde][0x84]:[0xf4][0xec][0xb9][0xe0]iP[0x15]Dm[0xf0]*[0x95][0xbd]b[0xc7][0xe8][0x17][0xe1]BJ[0xfa][0x80]I[0xbb][0xf4]Q[0x94][0xd4][0xf9][0x15][0xb5]BR|/[0xf1][0xef]H2&*<[0xc6][0x4]^([0xeb][0xd5][0x0][0x5][0xde][0x15][0x87]P[0xec]&[0xce][0xc6][0xd2][&[0xdc][0x91]I[0x1b],[0xc6][0xa3][0xb8]P[0xfd][0xc][0x14][0xcd][0x99]j[0x9][0xac]Qd;[0xc3][0x84][0x97]OrG[0xcc][0x19]2[0x1d]F[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8c]9[0x1e]h[0xfb][0x3][0x8b]a2[0xf7][0xba][0xb6][0xc9]I[0x4][0x80][0xf2][0x85][0x15][0x84][0x8e]R[0xaa][0xc4]ruW[0x96][0x1a][0x9b][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x1a][0x11][0xbb]l7a+[0x89][0x96][0xdf][0x2]@[0x8c].p[0xc0]Qc#[0xc2][0xbe]S[0x87]zu[0xbc][0x7]B[0xe5][0xd1][0x9c][0xa2]V[0xd3][0x94][0xfb]g[0xd0][0x1c][0x7]l[0x13][0xaa][0xe1][0xbc]T[0xf4][0xc0]D[0xe9][0xe1]`[0xda][0xc3][0x97][0x13][0x10][0xb][0xd1]-[0xb0][0xcc]b(*[0xc1]([0x1b]/[0xa4][0xc9]O[0x8d][0xc3]~V[0x83][0xfd][0xf8][0xf9]A[0x1e][0xb4][0x91][0x6]4[0xc1][0x87][0xf8]P[0x7]*[0x95][0x1e][0x14][\r]0[0xe2][0x82],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x6]3[0x82][0xb]\[0xed][0xac][0xa5][0xa3][0x97][0xe][0xef]x`-[0xcf][0xb2]I$[0x3][0x11][0x8c]0?*[0x9][0xa9][0x14][0xbc][0x1][0xa1]zn[0xc3]v[0xa1]f=7[0xc8]:r[0xb5][0x96][0xbd][0xc]:[0xd6]#[0xf5][0x1c][0xfc][0x95][0xec]}[0xc6][0xa5][0xde][0x91][0x5][0xb]f[0xf4][0x86]CL[0xe4][0x9f]P[0xf9]Y*U[0xf8][0x6][0x19] [0xb8]A`[0x1b][0x95][0xd1][0x9b]sR[0xa8][0xc4][0x1b][0xac]Qw[0xab]T[0xd7][0x18][0xb0][0x7]a[0x0][0x93]=*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xc3]f[0xf5][0x6]tz[0x8d][0xb2][0x86][0xbb][0xad]A[0x0][0xf2][0x18][0x2][0x99]u[0xe2][0xd2]p18[0x9f][0xaa][0x3][0xf9][0xc4][0x19][0x1e]3^[0xe6]U[0xd9])[0x16][0x94][0x11][0xa4][0x9e][0xe8][0x8f]zc8N[0xb][0xdd][0xa9]D-AO?[0xc2]5bM[0x12]v[0xe4][0xa5]Q[0x8][0xb8]P[0xfc][0x90][0xa4][0x85]q,2[0xeb][0x5][0x84]kl[0xc2]~lK([0xc1][0xca][0x8a]Bu$[0x82][0x94][0x96]\[0xf7][0x9c]g/'[0xa4][0xeb][0xd8][0x3];[0x9f]j[0xe6][0xe4]7i[0x8f][0xeb]W[0xe8][0xe4][0xd1]}S[0xd0]X[0xeb]D<[0x14]O(|'[0x1c][0xe0]([0xa3][HX[0x16][0xbe]n[0x12][0x88].g[0xc3]$L[0x1b]`[0xa8]=[0x80][0xe3][0x91]wK[0x9a][0xb8][0xf3]0[0x9e][0x81][0xe2][0xa9][0x9a][0x96][0xe][0xcc][0x84][0xe]3[0x8b]Z[0x99]!$[0x89][0xf1][0xb5][0xa9][0x92]A[0x97][0x97][0xde][0x92]q}[0xa7][0xf8]9[0xe8][0x13][0x8c][0x9e]PM[0x97]/*[0xa1]:[0x8a][\r]YL[0xd6][0xe0][0xa1][0x9a][0xe][0xed]([0xe4][0xc9]\>.[0x0][0xde]rV<[0xd3][0xf0]-[0xce][0xb5][0x85][0x9b][0x93][0xb2]lt[0xcc][0x91][0xaf][0x13][0x9d]Ch[0x8e]\[0x9][0xad][0xf8][0xa3][0x10][0xef][0xf5][0xa4][0x1a][0x85]m[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xda][0xc2][0xd8]}[0xec]Z[0xff]|?4B[0xd1][0x5][0xcc][0xc6]y[0xc8])7o[0xb1]'[0xcc]"J[0xb2][0xef]M_a[0xf5][\r]P[0xe9][0x85]8R[0xa3][0xc3]p[0xb4]Q[0xb0]*[0x87]R[0xcc][0x86][0xd7][0x13][0x89][0x83][0xdb]D_h[0xa6]R[[0xbd][0xe1]J:o[0xbe][0xe0][0x8d]K[0x9][0x99][0x1f]B[0xb7]a[0x85][0x8b]Mj[0x14][0xd8][0xc1][0xb4]"[0xfa][0xc8]|[0xc4]:{L[0xeb]M!5[0xcb][0xd8]3[0xf6][0x82]FA[0x8][0xff]-[0xe1][0xe5][0xc4][0xa4]Q4[0x9b]^[0xb6][0x83][0x6]XTvT0[0x17][0xa2][0x9d]d@[0x8b][0xa7]n[0xc3]b[0xf0]({[0xa9]5&~J[0xd9]8G1[0xe0][0xb9][0xf][0xe].[0xef])[0xf3]3I[[0xc9]h[0x8b][0xf5][0xe6]+[0xa1][0xa3][0xca][0x15][0xe9]a9z[0x1][0xc6][0xfb][0x93][0x1c]U[0xe8][0xb8][0x12]2=[0xc6][0xbd]Zjh[0xeb]+v[0x94][0x10]||D[0xcc])xu[0xd8][0xe8]L[0x88][0xa5][0x93][0xa2][0xa0]o[0xf9][0x91][0xb0][0x95][0x11][0x7]'[0x85][0xc8][0x8]N[0xdd]sUt;6[0x0][0x98][0x13][0xda][0xaa][0xc6][0xda]k[0xd6][0x15][0xe1][0xbc]2}[0xc0][0x97][0xbd][0xad]j[0x95][0xa3]f[0x97]^[0x4]3(t[0xb0]Nh[0xd3]_^w+[0xfa][0x87][0xe9][0x9f]#[0x97][0x82][0xac]^[0xdd]!M[0x88][0xad][0xb8][0x0]F3[0x4]p[0xaf][0xeb][0x8e]+yh[0xb2][0xdc]P[0xdb]k[0xf2][0x9e][0xf9][0xf4]=[0xd7][0x86][0xb0]Mw[0xc4][0x19]!sn#[0xd5]P[0xcc][0x85][0xbe][0xe] [0xb6][0xe4]&:[0x80][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "l[0xf4][0x8e][0xa8][0xb4]/#[0x8d]Zs[0x9c]}[0xc3][0xb5]^[0xeb]'[0xb0][0xe5][0xde][0xa1][0xf9]`[0xda][0x8a]]4[0xae]N$[0x86][0xf2][0xfb] [0x84]r[0xd4]>[0x85]#[0x19]][0x1f][0x8e]F[0xd7]?[0x1c]*qd[0x9c][0x4][0xe9]4[0x9d]([0x81]C[0xb8][0xac]}8<[0x80][0xfe]M[0x18][0xab][0xa0]i[0xd1][0xdd][0x90])[0xea][0xa1][0xfc][0xf0][0xdd][0x9c][0xba][0x93]`[0xc3][0xfc][0x93]w[0xb3]>E[0x81]<[0x99][0x84][0xe5][0x8c][0xf1][0xc5][0xc9]z[0x16][0x99][0xaf][0xe3][0xdb][0x8e][0x1c][0xe7]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xee][0x9c]B[0x8a][0xd4]Y^[0xb2]`[0xa4][0x1f])G[0x1e].[0x8]c![[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f][0x96][0xeb]#[0xed][0xd3]>+ 1[0x93]h[0x8b][0xed]S@[0xb1][0x8f]^[0xff]![0xcf][0xf3][0xd4][0x18][0xb1][0xb4][0x84]([0x8d]k[0xc2][0xf3]e[0xf8][0xa9][0x5][0xe][0x90][0xda]t[0xbe][0x14]c[0xb4][0x15]%![0x1][0xec][0xd8][0xcd][0xa4]AKf[0xf1][0xf6][0xe2][0x89][0x9][0xda][0x9d]h[0xd7][0xd0][0x90][0xa4][0xc8][0xbf][0xf7][0x9e][0x8]"[0xc][0xb]5C)P[0xf]P/~f[0x90][0x13][0xa6]@[0xa8][0xb5][0xc2][0x0]1,[0xc6]a[0xab][0xc4][0x8c][0x3]M"[0xab])[0xb2]b[0xc]I[0xc7][0x5][0xaa][0xde][0xc0]0[0x15][0x8d]>[0xc7]1[0xc1][0x86]q[0x19][0x86][0xe3][0xeb]>[0xed][0xad][0x1c][0xdb][0xc5][0xe9]M[0xe0]Uc[0xb2]N[0xbb]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]2[0xac]P[0x1d][0xb0][0xc6][0xc]=[0x14][0xd6][0xb6]>[0xb6];[0xcf][0xbb]6[0xa0][0x82][0xd6]>[0xa5][0xda][0xbc][0xc8][0xe6]P[0x1e][0xe1]F[0xeb][0x1f][0xe8][0xda]Q[0xae][0xf][0xc1][0x86]m![0xa6][0xb5][0xd0]$[0xb7][0xd5][0xb7][0xba]Ab5[0xba][0xba]T[0xda]X[0xf4][0xe6][0xb9]=IE[0xfc][0xb6][0xa3][0x6][0x1][0xdf]Q[0xe1][0x9b]d[0xf1]N[0x95]H[0xa2][0x89]}<[0xac]#[0xf6]%[0x9b][0x1c]c[0xb8][0xbe][0xfa]E]z[0xa9][0x93]A[0xe1][0xed][0xf1]QJ[0x1]-[0xa5][0x8f]e[0x8a][0x1c]E:[0xa2][0x94][0xba][0x84]=E[0xae][0x9c][0xb8][0xb1][0xaa][0xe6][0x81][0x6]q[0xa2]I[0xcb]9[0xfc]d[0x6][0xed][0xf1][0x1]j[0xa2]rKN[0x82][0x14][0xe9][0x8b]/[0xae][0x10][0xd7]wx[0xb2]hn[0x86]LV[0xe4][0xad][0xc9][0xdc][0xe7][0x93][0x9d][0xa6][0xe7][0x12][0x99][0x1b][0xb8][0x18][0x4]C[0xdd][0xc][0xe]qa[0x92]w[0xed][0x89][0x8a][0xb7][0x91]JP<[0xba][0xfe][0xb6][0xe2][0xf9] [0x92][0xa2][0xd3][0x1c][0xb1]:[0xf1]?[0x98]G[0xe5][0x9d][0x87]c[0xf4]6[0xa5]Q[0xdd][0xc6]z[0x14][0xa1][0x1d][0x94]RW[0xd4][0xfe][0xc0][0xb6][0xc7]k[0x8e][0xc9][0xf][0x9c][0xbf][0xb5]E(=n[0xf3][0x95][0xe6]aV[0x94][0xca]D[0x82][0xe2][0x87][0xbd][0xf3]_u[0xb0][0x2]r~[0x1c]w5E[0x18][0xbe]3[0xc6][0xb7][0x2][0xa8][0xec]=[0x91][0x8d][0x8e][0xa5][0x1b]N[0xe9][0x95]@[0xaf]4[0xec]E[0x15]C[0xbc][0xad]2>U[0xf3]6[0xea]$[0xf6].t<[0xd1]3/#[0x9e][0x93]dG[0xdc][0x8][0xcd][0xc5][0xe4][0xd2][0xe3][0xa6]][0xc2][0xab]CO[0xb4][0x93][0x99]:p*[0xff][\r][0xe3]TbJ[0xf8]Ad[0x92]x[0x91][0xce][0xfc][0xbf]w[0x9b][0xc7][0x9d][0x8c]d[0xa5][0xa6];o[0x99][0x98][0x89][0xc7][0xf1][0x4]T)/[0xf2]5[0x85][0x1c][0xaf]r[0xe7][0xbd][0xfe]g[0xa9]![0x0][0xfe][0xee]2-[0xbd]6[0x84]J[0xb6]:a[0x96][0xa8][0x4][0x9][0xeb]\[0x8b][0x99]V[0x7][0xd9][0x1d]5[0x16]%[0xdc][0xa9]%[0x8b]3[0xba]U[0xf6][0x8f][0xd4]*[0xc0][0xaa]O[0xe0][0xa8]V[0x9c][0x92]~[0xc3]Z[0x10][[0x94][0xfa]4[0xd3]J@[0x7]a[0xb4][0x18][0xd7][0xf7][0xca][0xf7][0xf4][0xfb]T)#5n[0x14][0xd4][0xeb][0xe5]K*[0xf1][0x19][0xb8][0x8][0xfd][0x0][0xd2]p[0xd7][0x15][0xc0][0xd8][0x19][0xa5][0xea]$Mt[0xbc][0x7][0xcc]$[0xca]$[0xf][0xe7][0x8b]63[0xb8]d[0xb2]y[0xcc][0xab]bg[0xc][0xee][0xf6][0x10]([0xf7]59*[0xd5][0x19]G[0xc6][0xb9][0xf6][0x86][0xb7]R%[0xb6][0xd7]?\E[0x1c][0x8f][0xc6]6[0xf2][0xe0][0xc4]T8[0xb2][0xc6]+[0xaa][0xac][0xaa]4[0xa3]G[0xd9]N[0xc9]jq)x![0xed][0xe9][0xfe]'[0x1d][0xf5][0x8]G2[0xc3][0xc7][0xc8][\r][0x92][0xb2]`!*[0xac][0x15]W[0x8c][0xaf]*[0xea][0xe4][0x97][0x98][0x9c][0xd5][0xa3]ZRN#[0xd1][0xb7]5*D[0x1f][0x11][0xf3][0x1f][0xa2]y[0xe5]([0xc1][0x96][0x8c]snq|.[0xc7]^[0x81]b[0xf3]C-[0xc8][0x92][0xc5][0x91][0xd9][0x86][0xeb][0xbc]^w[0xbb][0x86][0xd4][0x0][0xb][0xc9]UZ[0x4][0x9d][0x90][0xd9]%L[0xd9]2[0x83][0xa2][0x10][0xae][0xa6][0xb0][0xf4]A[0x93][0xfd][0xe9]M[0xbe][0x92][0x2][0xdb][0xd2]dY[0xed][0xf2][0x9a][0xec][0x9e]E[0x11]I[0x19][0xbe]x,$[0x9][0xb7][0xd6][0x9][0xf1][0xd1]O2[0xf8]Y=*)[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5]3[0xf1][0x94]a3%H[0xdc]'[0x90][0xaf][0xa6][0xf3]:t[0x10][0x85][0x99]4[0xcd][0x87]x[0x13][0xda]cG[0xa3][0x8f][0xcd]N5[0xfd]j[0x94][0x1e]"[0xe2][0xb1][0x16][0xc8][0x14][0xaf][0x8a]*r#[0x12]`'%[0x9][0xa1]il[0xfc] Y$[0x1e][0xfc]JR[0xed]k[0xcf]1[0xd2][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Ht_[0xf8][0xd3];[0x15][0xbc]b[0xea][0xad][0x1e][0xb1][0x82][0x7][0x4][0x82][0x8a]D3[0x92][[0xc2][\r]8[0x80][0xde][0xd5][0x94]'[0xb6][0x83][0xd3][0xac][0xb3][0xa6][0xcc][0xe1][0xeb][0x18][0xc4][0x9d][0xa2]jUQ[0x13]U[0xe9]|'f[0xab][0x1d][0xef][0x81]jq[0x4]#[0xbd][0xf4]AB[0xcf][0xdd][0xde][0xe8]F[0xa9][0x9c][0xfb][0xf3][0xa6]*[0xf9]^6[0xd9][0x9a]JE[0xb6][0xee][0x89]?[0xd5][0xf3]Dd[0x85][0xf6][0xa9]TW[0xf][0xa4][0xa1][0xec][0xdb][0xcf]l[0xf5]"M6[0xcb]93_[0x14]#BU[0x14].K[0xf6][0xa7]*[0xf4]w,{[0x8c]f)[0x9a]J$q[0xc3][0xb8][0x12][0xa6]N[0xa8][0xa2][0xed]E[0xbf]b[0x3]([0xc9][0x9e][0xf9]I[0x9]J[\r]T"+[0xf0][0xa6][0x1d][0xc8]|^[0xfc][0xdf]}[0x95]d?2[0xf3]g)[0x9a][0xee]I>[0x1a]{[0xad][0x15]2j{kE19u5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0xf1][0xb8]W[0x7][0xcb]%+3[0x85][0xd0][0x86]!X[0xec][0xc7][0x96][0xd0][0xa0][0xb4][0xc]][0xe]r[0x1d]O~[0x83]He[0xa2]N[0xa2]v[0x19][0x9a][0xed][0x4]w[0x1][0xb4][0xf0][0x98][0xe1]+[0xfb]'*[0x85][0x88][0x8e]k*[0x9e]B[0xf7]}[0xc8][0x1b][0xf9]c%\[0xcb][0x9b][0xf6]F[0x86]F[0x8d]([0x1c][0xd0][0xa2][0xa9][0xbe][0xe9][0xae]"[0xb]G[0xde][0xf6][0xfa][0x86][0xb2]*2[0xd1][0x95]{0Y[0x2][0xa4][0xac][0xca][0xcd]Q[0xb0][0xe9][0x18][0x98][0x1e][0xf3]Q![0x10]`v[0x8b][0x1f][0xfc][0xd8][0xfa]@[0xac]$[0x87]W[0xd5][0xe6]H~[0x93]^[0xfd][0x95]+[0xa1]NuZ[0x90][0x8e][0xd5][0x1a][0x1b][0xea][0x1f][0xe6]nf[0xa4][0x5]-[0x96][0x8f]?Z[0x92][0x9d][0xea]D9[0xd2]\[0xbc][0xe8][0xb8][0x9b]6[0x6][0xa3][0x1d][0xb4]`T[0xe4][0xa8]0[0xe0][0x10][0xcd]>[0xaf]s[0xdf][0xdc]*[0xb3][0xca][0xf5][\r][0xee][0xd2][0xd1];[0xe6]Q[0xc5][0xf8][0xd2]&[0x3][0x12],H[\r]p[0x9][0x1a][0xf5][0x8e][0xfa]Z[[0xce]([0x1][0xa1][0xfa]BY[0xb2][0xff][0xb5][0xcd][0x15]0u[0xbc][0x85]w[0xd0][0xbe];[0x1b][0xe][0x9a][0xa3][0x80][0x16][0x8d]|M{[0x8f][0xf][0x1c][0x1f][0x96][0xb8][0xa6][0xc]S[0x94][0xfa][0x99][0xea][0x82][0xe8][0xcb]0gI[0xd4][0x88][0x11]jqLSb[0x8]8[0xfb][0x8c]k0[0xf4][0x84][\r]U0[0xfa][0xa6][0xde]ZkA[0xa2][0xe5]Bc[0xaf][0xba][0x88][0xed]+[0xc4][0xd2]GE[0xc8][0x1a]1>[0xe][0x1][0x1b]L[0xf9]G1[0x92]x[0xdb][0xe][0x84][0xa2]z$[0xba][0x1f]t[0xb4][0xa3]My[0x1e]8[0xb9])[0xa9]g[0xfb][0xc9][0xdb][0xb4]Z[0xc0]lX[0x89][0xec][0x93]A[0xd9][0x11][0xd5]O[0xca][0x87]E4m[0xa1]M![0x92]R[0x8d][0xb8][0xbe]g[0xf6][0xfb][0xa1][0xd9][0x9][0xf1]cf[0x87][0x97][0xb0][0xd2][0xd1][0x6][0xe][0xfa][0x4][0x96][0xf][0x12][0xb0][0xb5][0xea][0xb5][0x8a]W[0xc9]VR[0xfe][0xc0][0xc1][0xe3]UO>[0xf6]A+[0xdb][0xb1][0xf8][0x1d][0xd9][0xb2]a[0x1d]c[0xda]E[0xb5][0xa2]~L[0xfd]C[0xa8][0x1f][0xe9].|[0xa7]{[0x97]o[0xe2]-a[0x8f][0xc2]c[0x95][0x16]2[0x9][0x8a]:[0x8c][0x95]2[0xd9][0x8][0x1]i[0xd5]5:[0xb0]:D9[0xe8]W[0xda][0x94][0x16]+WJ[\r][0x90][0x9d][0xb3][0xab]|H[0x2][0x1b][0xd6]t2V[0x9d][0x89]r[0xf2][0xaf]<[0xb2] *[0xf4][0xcb]S[0x83][0xe1]h[0xef][0xdf][0x8f][0xdd][0xc7])[\r],[0xea][0xf]1[0x93][0xbe][0xce]K[0xf7]i>[0xa5][0xe1]?[0x17]W[0x93][0xf9][0xe7])[\r];[0x9b]O[0xf1][0x89][0x9b][[0x82][0xa1][0x10][0xa9][0x12][0xdb][0x0]I[0xe2]YP[0xaf][0xcd][0x81][0xe2]R[0x13][0x99]7[0xf5][0xed]jz[0x13][0x6][0x1a][0xb9][0xc5]r[0xb2][0xa4])g[0xee][0xdb]|[0xb6][0xc4][0xa9]F[0x8][0x13]+[0xbe]i[0x12][0x91][0xbb][0xba][0xbd][0xbe][0x9c][0xce][0xa9],[0xfc][0xcf]2[0x19][0x8d]^[0xe6][0xd1]dS?[0x8d]-:[0x9f][0x8c]d[0xeb][0xcf]a{[0x88][0xe6][0xae][0xf1][0xa6][0xa2][0xd9]k8[0xd5]h[0xae][0x93][0xd7][0x12];z[0xed][0xe3]=[0x8e][0xae][0x92][0x11]QS[0x9c][0x83][0xc5]c[0xe1][0xe4]Y[0x8b])[0x1a][0xc3][0xf6]i0[[\r][0xcb][0xd5]O[\r]W[0xb][0x83][0xd5][0xfc]X&[0x80][0x3][0xd7]0[0x9f]-[0xfe][0x1b]'t[0x9][0xaa][0xff]z?[0xf1][0xb0][0x0][0xdf][0x0][0xe6]K[0xf8][0x0]jt[0xbd]xr[0x2][0xf4]p{[0xf]z[0x8][0xb0]p}[0x19]=[0x83]h[0x9b][0xe2][0xe7]Q[0xa7][0x17][0xcb][0xd9]W[0xb8]wx[0x10]VZ[0xdc][0x99][0xca][\r],h[0xa2][0xd4][0xe4][0xfa][0x9a]ikz[0x1];[0x9f][0xcc]qF[0xd8][0xfc][0xeb][0xec][0x82][0xb0]2[0x9f][0xde]Mfs[0x9e][0xb1]5[0xc7][0x99]\[0xb3][0xdb][0x1b][0x95]G?[0x8f][0xf1]R[0x81]$qn[0xd4][0xd2][0xdd][0xdf]\[0xe3][0xc9][0xe5]{[0xc]G[0x88][0x4][0xa1][0xd0][0xb0]1[0x1a]2&S[0xb3][0x94]&[0xbe][0xcd][0xae][0xaf]elXL[0x18]4<[0xb][0xff][0x10][0x88][0xe2][0x1]H[0xec][0xd6]}[0x99][0x9][0x1][0xca]h+C [0xb4][0x5][0x19]p[0x15]f[0x91][0x99][0x1]e[0x83]9d[0x16][0x90][0x1f][0xe8]5[0x9c][0xe2]5[0xbb]Q[0xfa][0x81]=[0xf4][0xd8][0x98]@[0x98][0x99]aC[0x1a][0xc5]1fD[0x8c][0x97][0x93][0xe5][0x84][0x86][0x82][0xe1][0xff][0x9c][0xe2][0xd3][0xf3])[0x8e][0xf5][0x12][0xd2][0x85]e..[0xee][0xe7][0xc0][0x8a][0xf8][0x14][0xbe][0x5][0xbb]Z[0xdc][0x3]s[0xce]n[0xf8][0xb2][0xf0][0xfc]$[0x0]f[0xf3]K[0xcf]{D[0xc6][0x9f]&[0xb3][0xeb][0xfb][0xf9][0xd4][0xf][0x1b]4X[0x85][0x1d][0xdc][0x2]Z[0x11],[0x12][0xa4][0xbd](~[0x2][0xe7][0xaa][0xe9]\1[0x9a][0x1a][0xc6][0xb7][0xea][0x6][0x9c][0xfe][0xe0][0xae][0xe0][0x8a]>N[0xe1][0xd1]x[0xfe][0xd8][0xf][0xcc][0x1e][0x9b][0xde][0xf0][0xc3]G[0xda]K[0xf8][0x81]+.[0x96][0x9b][0x90]3[0xcd][0x1][0xe8]%[0xd9][0x17][0xf0][0xcb][0x7][0x94][0xd6]7`W[0xdd][0xe9][0x80]>[0x8d][0x1e]P[0xf8][0x19][0xf4]uQ[0xed]e[0x82][0xc8][0xde]T[0x82][0xb1]&[0xe6]f*[0xa9][0xe6][0x14][0xed][0xfb]H[\r]I[0x92][0xd9][0xf7][0xbd][0xfd]][0xe3]5[0x19][0xfb][0xa1][0x12]:@G[0x6][0xa3]$[0x14][0xbe]B[0xe7][0x87][0x8d][0x89][0xdc][0x9f][0xcc][0xf][0x84][0x8a][0xbc]_[0xd6][0xaa][0xbe][0xb5][0xc]k[0xd2][0xa2][0x80][0xaf]i[0x82]6[0x5][0x86]lW[0x85].O[\r]Y[0xd3] [0xfa][0xb8]&$[0x14][0x8c][0xab][0xd1]*[0xdf][0xa1][0xe4]`C[0x93]nq[0xeb][0x1a][0xd7][0xf0][0x0]v[0xfa]<[0x15][0x82]R[0x6][0x8f][0xbe]v[0xcc][0xc9]3[0x9a]/[0xa0]M[0xd2][0xf6]k[0x10]`z[0x1a][0xd5]\Q[0xb9]'[0x9d][0xb9][0xe3][0x6]5j[0xe3]Es[0x1]0f[0xaa]go[0xcb][0x8c]Ah[0x9d][0x87]A[0xc7][0xdb][0x86][0xbe]i)[0xd0]W[0xe0][0x14]m[0xb1][0xd8]0[0xe5][0x2]2[0x9a][0xc7]+][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0x9e]7[0xf0][0x1f]XB[0xf2][0x9f][0xee]?[0x8]H[0xa5][0xdf]D[0xfd]O[0xf3][0x19]o[0xfa][0x16]\pU#*[0xf8][0xe0][0xfb]x[0xa3][0xbb]g[0xb]<[0xb4]8z`y{[0xbc]h[0xf8][0xd5][0xe][0xfc][0xb4][0x19]Z[0xd1]dIP;][0xed][0xde][0x9f]u[0xa1][0xeb][0x90]r[0xf4][0x90][0xce][0xe3][0xca][0xfc][0xd1][0xd0][0x8e][0x1f][0x9f]F[0x88][\r][0xb6][0x88][0xbb][0xf8][0x84][0xf5][[0xad]`_[0xad]<`@[0xb8]g[0xf2][0xb5]<,[0xb5][0x1f][0xcc][0x90][0xd5][0x87][0xf][0xbe]kH2[0xb4]Y[0xff];)[0xe6][0xb][0x6]n`[0x6][0x0][0xd2][0xff][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Xd[0x99]b[0xdd][0x3]:[0xe5]u[0xd2]-Rk;z[0x83][0x8d][0xc1][0x4][0xa6]$,[0xf][0x84]z[0x98][0xa8][0xf4][0xe7][0xf4][0xd5][0x86]B[0x12][0x9b]H[0xe][0xe8][0xfd][0x80][0xae]8[0xf0][0xc5]k[0x96][0xb8][0x87][0xd1][0x1f][0x90][0x91][0xfc][0xd1]t[0x8c][0xe4][0xf8]h[0x8c]0[0x16][0x3][0xbb]p)[0xe4]a[0xb]0[0x84][0xc8][0xe2][0x9c][0xaa]B[0xb8][0xc3][0x18]mw[0x9a][0xd1]TW%[0x1c][0x8f];_[0xf7][0xf4]u[0x8f][0xbc][0x8][0xf1]`[0xc3][0xb7][0xbd][0x92][0xe7]D%[0xad]6F[0xa5][0x88][0xd9][0xda][0x17][0x8d][0xe3]x[0x13][0xe7][0xcb]R[0xa9]x[0x16][0x7]Q[0xb6][0xe4]uQ[0x1f]PT@[0xbd][0xb3][0xdf]1[0x81][0xab]-[0xc1][0xe6][0xd7])[0x8e][0xc2][0x10][0xff][0xfa]k[0xd2][0x13][0x5]([0x9]\,[0x7][0x8e]BXW[0xe8][0xe3][0xd0]eM>.n[0xaf][0xc1][0xd4][0xb9]~[0xb0][0xbe][0xc1][0x7][0x9d][0xcc][0xcb][0x13][0x4][0xf][0xfb]pI[0xff]C[0xfd][0xdc]/o[0xa5][0x89][0xb2]/O[0x82]f#[0x15][0x93][0x15][0xb8][0x16][0x7][0xe2]{1[0xc3]H[0x9a][0x84]`[0x99][0xfa][0x8f][0x1f]hYYn[0xfd][0xd6]n[0xc8]t[0x9a]>[0x1d][0xf6][0xe8][0x9d]RN1t[0x1e][0xe8][0x1e]i/[0x1e][0x82][0x10][0xba][0xf6][0xa3]k4[0xdd][0xd7][0xf9]G[0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xa9][0xde][0xcb][0xdb]-%[0xac]$[0xbf][0xe4][0x97]$`[0x94][0xd6][0xe7]X[0x1b]}[0x9c]2[0xa5][0xca][0xb]r*)jbZ[0xfc][0x8e][0xee][0x90][0xbb][0xf5]L[0xa6][0x83][0xc4][0x7][0xcd][0xc9][0x3][0xb0][0xef][0xd6][0xb0][0x91][0xef][0x14][0xb4][0xd9]ee[0x7][0xb8][0xcb]v[0xcd][0xbb]w[0xa8]"($@[0x1f]1[0x88]fh[0x98]6(9;Upb[0xdb]>=[0x96][0x81]P[0xaa][0xe][0xf0][0xea][0xb9]N[0x9e][0xf0][0xb5][0xef][0x2]a[0x97][0xd5]#[0xc7][0x3][0x10][0x98][0x92][0x1a][0xc]H[0x14][0xd1][0xe7][0xec]h[0xe0]\j[0xb4][0xa5][0xe9]);[0xb][0xed]V[0xfe][0x13],[0xf8][0xfc][0xac][0xd2][0xb1][0xbb][0x92][0x9e][0x89][0x14]Ka[0xf6][0x5]~[0xba][0xcb][0xf1][0x8][0x89][0xd9]v[0x9]=T[0x87]js(3[0x15][0x10][0xf2][0xc5][0x9][0xf3]M[0xc8][0xc2][0x86]I[0x89][0xa3][0xd0][0xc8][0xc8]Cv[0x1a][0xff][0xa3],[0xfc]?[0x86]+[0xde]bV[0x92]jLyP<}[0xc8][0xda]I![0x12][0xd6]:5#[0x1f]T4:[0xec][0xbf]p[0x87][0xee]*]7[0x9f][0xf5][0xe4][0xe2][0x88][0x14][0xbf][0x8d][0x4][0xb5][0xc4][0xef]h[0xa2][0x98]z[0xf][0x16]d[0x9d][0x17]4#([0xa8]#[0xfd][0xeb][0x1d]l5[0xd7]>[0xc7][0xaf]~D[0xd7][0x91][0xc9]1^[0xb6][0xfb][0xf0][0x92][0xa4][0xeb]B@[0x7][0x9][0xce][0x12][0x83][0xe6]C*[0xdb]/[0xee]c9[0x1a][0x19][0xaa][0xad]t[0xc3]I[0x80][0xf8][0xe1][0xb]LI[0x82][0xfc][0xa2][0xe9].[0x89]O[0xc6]q[0x1]3w-Ps3[0xaa][0x18]V[0x91][0x94][0x14][0xe6][\r][0xe1][0xf7][0xbb]q+vQ[0x93][0x9e]0[0x9f][0xc1][0xeb][0x96]E$[0x8a][0xc6][0xe2][0xe5]E[0xcb][0x8f]uD[0xc2][0xa6]J[0x9c][0xf6][0x87][0x99][0xb9]3o^Q[0x81]2w[0xe6]H[0x0]X[0xa7]@]\[0x83]g{7[0x1][0xf][0x84][0x83][0x10][0xbe][[0xfc]Z[0xe] s#x[0xc4][\r]5[0x99]q[0x19][0x3][0x8a][0xa5][0x3][0x90][0xa9][0xfc]h[0xbf][0xb][0xa5][0xe5][0x87][0x8d][0xe0][0xeb][0xbb][0xb6][0x16][0xea]7[0xa4]z[0xd5][0x13]a[0x81][0xb1]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x1a][0xc8][0xfc]c[0xc3]+[0xd8]N[0xd4][0x8e][0xcb][0x19]'[0xcc][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(?JW[0xfb][0x91]M)b[0xbf][0xc][0xb1][0x9f]|[0x8][0x19]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xb6]J[0x1e]q[0xc5][0xf][0xc6][0xdd]>[0xcc]s[0xd8]M[0xab][0x8b][0xa2][0x8b])[0x94][0x92][0x8c][0xd2][0xaa][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x92]^[0x83][0x5][0xd3][0x8c][0x94][0xcf][0x18]c[0x94][0xae][0xdc][0x83]f[0xf4]3[0xf8]D[0xdb]SO[0xd5][0xde][0xf3]W[0x8][0xa8][0x86])[0xd4][\r][0x9a].}][0x85][0xcb][0xaf])gu[0xac]q[0xd7][0xb7]>[0x9a]! [0x88][0x4][0xff][0xd5][0x93][0xfe][0xc1]{w}[0xe4][0x9e]}[0x91][0xdb]6[0xa4][0x2][0xf9][0xdd]1[0x8e]\9[0x2][0x93][0x99]X[0xfe][0xed][0x83][0xa8][0x83][0x16]%[0xb1][0x12]NQ[0xe2],[0x1a]dc[0xff][0x18][0xe2][0xd4][0xda]7[0xa3][0xf6][0x8d][0xa7][0x1d]?[0xd7][0xa9]7;[0xd3]C[0xc0][0xc4][0xc5]!T[0xc6]h[0xe1]CHx[0x93][0x83][0x19][0xb6]![0xe5]\[0x1a][0xc1][0x16][0xf7]s[0x93]Q[0x8d]0m.[0xac][0xed]?r)[0xde]/[0x97][0xde][0x19][0x97][0xe0][0xff][0x0]PK[0x7][0x8]8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]META-INF/NOTICE.md[0xad]V[0xdf]O[0xe3]8[0x10]~[0xf7]_1[0x82][0x87][0x83]S[0x93]Pv[0xa5];U:[0x9d]X[0xca]r[0x8b][0x10] `u'[0xad][0xee][0xc1]M[0xa6][0x8d][0x8b][0x13]G[0xb6][0xd3][0x92][0xff][0xfe]f[0x9c][0xa4][0xb4][0xbd].t[0xb5]<[0xf4]G[0x1c][0xcf][0xf8][0xfb]>[0xcf]|[0xf6][0xb7]$[0xf9]w[0x4][0x87]p[0x0][0xe7][0xa6]j[0xac][0x9a][0xe5][0x1e][0x8e][0xd2]c8=[0x19][0xfe]>[0xa0][0xef][0xd3][0x13][0xb8][0xb5]2[0xd5][0x8][0xb2][0xcc][0x12]cAy[0x7]r:UZI[0x8f].[0x86]3[0xad]![0x84]9[0xb0][0xe8][0xd0].0[0x8b][0xe1]@|[[0xe5][0xdd]xx[0xcc][0x95][0x83][0xca][0x9a][0x99][0x95][0x5]g[0x4][0x9f]S[0xe6]45E%[0xcb]F[0x95]3(([0xad]UR[0xd3]*[0x16][0xe9])[0xa3][0xf7][0xb][0xa9][0xb4][0x9c][0x10][0x86][0xba][0xcc][0xd0][0x86][0x98][0xf5][0xa4][0x14]P80[0xd3][0xf0][0xe2]"[0xd5][0xaa]r[0x8]w[0xf5]D[0xab][0x14][0xae]U[0x8a]%=.b8[0x8d]O[0x6][0xb0][0xcc]U[0x9a][0x3][0x81]xI*[0xfd]F[0xb6][0xdc][0xfb]j[0x94]$[0xcb][0xe5]2[0xc6]6Wl[0xec],[0xd1]8[0x93]:[0xc1]JG[0x94][0xe7]-[0x86][0xf][0xa6][0xb6])[0x92][0xa4][0x19]Sh[0x80][0xe8][0x18][0x98][0xbc]Bgj[0xb4]6K[0xe6][0xff][0x80][0xa9])3i[0x9b][0x8d][0xac][0x1d][\r]G[0xf8][0xb1][0xc][0x11][0xb8]n#fe[0x1d]6[0xc1][0x99][0xa9]_[0x12][0xba]$[0xed]s&[0xba]E[0x12][0xe7][0xbe][0xd0][0xaf]l[0xcb][0xc3][0xdd][0xf8][0x9f][0xa8]C[0x1d]}[0xc9][0xb0][0xf4][0x8a][0xc8][0xd9][0x11]\[0xdc]][0xf3][0x8e][0xc2][0xed]=\v[0xff][0xfe][0xf2][0xf8][0xd7][0xb][0xea][0x8]{[0xd4][0xe1][0xe5][0x81][0x10][0x87]pc<[0xa5]j[0x95][0xbf][0x92]O[0xd2]z[0x9]W[0xf][0xb7]7pg[\r][0x8d];[0xda]H!B%[0xd0]6yZ[0xc][0xda][0xb2][0xcf][0xea][0x14][0xb3]P[0xf7][0x85]T[0xa5][0xa7][0xf]=N[0x9a] [0xd5]w[0xf2]p[0xd8][0x1c]S[0x1f][0xb][0xf1]+[0xf][0xf3][0xc8]M[0x81][0xa3][0x95]B[0xdd][0xc][0xb7]Q[0xaf][0xfd]`[0x82][0xf8]q[0x1e][0xcf][0x9d])+B~[0x8][0x8f][0x96]j[0xb0][0x90][0xf6][0xc9][0x9][0xf1][0xdd]5y_[0xc0][0xf7]3[0xb7][[0xeb][0xb3][0xa1][0xc2][0x95][0xac]H[0x1c]R[0xae][0x9c]C[0x8]v[0x83]5[0xca][0x1c]E@*[0xb4]T[0x90]][0x16]r[0x89][0x8a][0x80][0xa9][0x5][0xed]x[0xed]sc[0xa9]uC[0x13]([0xb]XT[0xda]4TF1-bEa[0xa8][0x10]UI*[0x17]a9[0x8a][0x9d]I[0x9b]1[0xc2].4W[0x15][0xe7][0xed][0x96][0x1c]@[0xa5]Q[0xba][0xd0][0x1c][0xae][0xd6]>[0xac][0xa7][0x95][0xf3][0x98][0x9][0xd7][0xb6]d[0xca]-i[0xb1]2NyCM[0xa6][0xcd][0xcc][0xb5],[0xc6][0xa4][0x1e][0x95]V[0xb6][0x12][0xb9][0xef][0xb9]n'[0xdf][0xc3][0xb5][0x82]S[0x89]}[0x9c]jw[0x83][0x88][0xfd][0xcc][0xe9]M[0xf][0x12][0xfb]z[0xd0]^[0xbe]#^[0xf7][0x9d][0x1f][0xf5][0x1a][0xb1][0xdb]k`[0x11]dI^[0xec]d[0xd5][0x98][0xaf][0x88][0xf5][0xa3][0xe]"[0xc4]{9E([0xaa][0xb5]M[0xe0]2[0xc2][0xbe][0x9b]W[0xfd][0xef][0xb6][0xa4][0xdf]Y[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x88][0xdb][0xbf]'4#{[0xad]'1[0xd5]_[0xd2]UA[0xc4]][0x9e][0xac]uy[0xae]l[0x16]U[0x92][0xfb][0xee][0xbc]m[0x8e][0x97]2[0xe][0x0]4[0x92]][0xcb][0x19]n[0x3][0xf0][0x1c][0x9]md[0xd7]V$[0xca][0x9c][0x84]}[0x8e][0x97].[0xb6].[0x92][0x95][0x1a]q[0x99][\r][0xe1]([0xfc][0x1c]3[0xb4]N[0xb0][0x11][0x1c][0x9d][0x8f][0xc7][0xd7][0xd1][0x90][0xde][0xae][0xe9][0xb4][0xa7]d[0xc7]pv3[0x16][0x0]pV[0xc9]4[0xc7][0xa0][0xe2][0xca][0xf4]F[0xbb][0xe8][0xcf][0xe5]sd]B[0x90]hb+[0xf6][[0xf3][0xd6][0xb9][0x8c][0xe6][0xce]~[0x18][0xe][0x3][0xa5][0xb9][0xb4]#[0x82][0xcd][0xb4][0xc2][0xcf]&[0xad][0x8e][0xd5][0x9]#[0xfc]9x[0xcc][0xaf]kc[0x87][0xd2][0xa6]y\[0xc8][0x5][0x96][0xa1]:-[0x16][0xc6]c'[0xfb][0x9f]t[0xc9]B[0x16][0xe9][0x8f][0x80]8Y[0xba][0x84]r[0xbd] N[0x2][0xcc][0xb5][0x81]([0xc]Dm[0x9][0xb9][0x98][0x8]udG[0xfc][0x8d][0x18]-q[0xb2][0xa2][0xfa][0x1b]q9[0xa2][0xaf][0xdd][0xbb]w[0xf2]3[0xbb]w[0xc4][0x9d][0xd2][0xe5][0xf8][0xf4]0[0x8e]>D[0x14]Q;<[0xde][0x12]/~[0x2]z[0x17][0xff][0xc7][0xec]R[0xa0]{}[0xaf][0xd1]f[0xe4][0xe8]g [0xea]T[0x9a]A[0xba]a[0xc9]Y[0x9e][0x9d]G[0x1][0xe0][0xbb]K%[0xb4][0x5][0x15]+[0xdf]+[0x9a]+B[0xcc]A[0xe6]8[0x94][0xd0]x#X[0xea]{[0xb5][0x86][0x8a][0xca]*JphX(>+[0x2]Nb[0x90][0xc3][0x9a][0xcc]`o[0x2][0xd7][0xf5]2[0x96][0xb8] [[0xdf]kt[0x18]f[0xbd][0x82][0xdb][0xc9]hV[0x1b]l[0xe2][0x8f][0xf0][0x85][0xdd]nvA[0x14][0xe1]G[0xbc][0x4][0x3][0xc][0xe6]`[0x95]1Q[0xd3][0x15]-[0x93][0xc1][0xc5][0xf8])NH[0xf0][0xe6][0xf2][0xe2][0x9d]3C[0xa7]d[0x81][0xf3]X[0xa2][0x19]gk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xee]{[0xba][0xd7][0x10]FD[0x84][0x9c]j[0x15][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2][0xcc][0x12]j[0x83]~c[0xf8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "LA[0x84]D[0x8]`[0xc2][0xf7][0xea]#[\r]V[0xce][0xe3][0xa0][0xb0][0xa2]%Xb>w[0xc1]Iz[0xd6]C9[0x84]|{[0xe3][0xa9][0xe5]f[0xbe][0xa7]H[0x8b]M[0xe7],#[0xb0]|"j[0x1b]a[0x16][0xb]~9[0xe3]t[\r][0xde][0xb5])V+[0xb4][0x7]D[0x1d][0xe3][0xc9]m[0x6][0xbe][0xa7]!m[0xf7][0xc5][0xde]C4[0xd0]dZC[0xb4][0xc3][0x8a][0x9d][0xae][0xb1]h[0x9a][0xe6]9[0x8d][0xeb][0x9a][0x95][0xc5]9lMm[0x5][0xb5][0xd6]f[0xe3]veq5h[0x87]vwi[0xb9][0xc8]H[0xe8][0xd8]=w[0x8c][0xd9][0x99][0xd9][0xba]U[0xbf][0x84][0x0]w[0xbd][0xa0][0xcb][0x9c]c[0xd9][0xd0][0xfc][0x6][0x8d][0xc2][0xee][0xee]2[0xba][0xc5][0xd2]W4[0xc5]q[0xf0][0xec][0x1e]~[0xba][0xb][0xf5][0xfb][0x13](U[0xd1][0xbc]}[0xe4][\r][0xe6]Ww[0x19][0x9]h[0x92][0x81]M[0x15]_[0xdb][0xe9][0x15]#[0x85][0x8b]xv[0xaf][0xbe][0xae][0xed][0x92]a[0xbe]zg[0xf][0xb3]ds[0xd9]@[0x81][0x86][0xeb][0x16]R[0x8b][0xa6][0x9f][0x9f]s[0xe0][0xbd][0x3]M-[0xa9][0xc5]\[0x9d]r;&m[0xe0][0xb5]`[0xe8]([0x8]`[0xe2]!W-[0xa4][0x16][0xcd]v0[0xb0][0x83][0x99][0xb1][0x2][0x0][0x82][0x8f]kk[0x13][0x80]Q[0xeb][0xea]_[0xcf];[0xf0]/p[0xbe][0x85][0xa4]XQZ4[0xd8]5U[0x4][0xdd][0x1a][0xe8]u[0xab][0xa0][0xef][\r][0xa8][0xaf]OnI[0x98][0xeb]hd[0xb]rI[0xd0][0xb3][0x84]%[0x83][0xf8]h{I[0x13]@h[0xe3]hC[0xac][0x1c][0x4][0x98]/[0xeb][0xb3][0x1]=[0x18]bUtuqzq[0xd4]KV:[0x6]g[0xab][0xb1][0xa3][0x94][0x90]H [0xa9][0x83][0xb9]<[0x8b][0xc0][0x9]F[0xbd][0x98]0[0x84]q[0x1d][0xe4]1[0x4][0x7]w[0xf8][0x11]=/\[0xe3]s[0xf0][0xfb]dAoI[0x84][0xd6]8[0xce]![0xc6][0x3][0xe2][0x4][0xa7]tA[0x84][0x84][0x90][rX^/[0xb8][0x8a]^[0x86][0xd6]m[0x4][0xa7][0xa7]v [0x4][0xc8][0xd5][0xc9][0xa6][0x9b][0xfa][0x6][0x1b][0x92]m[[0xea][0xf5][0xec]i[0xad][0xb3][0xed][0x9c][0xbd].[0xef]<[0xce]e[0xdb][0xa8][0xc7][0x84]@[0xd6][0xf5][0x8f][0xf4][0xdb]f[0xf7][0x84][0x8e][0xc7][0x1f][0xd1]c[0xa4][0x99][0x89][0xf1][0x3][0xc9]s[0x10]i[0xad]a7+[0xfa]S[0xc5][0x2][0x89][0x97][0xe6]Y[0x8c][0x93][0xcc][0xa3][0x18];[0x85][0xb3][0xd4]N[0x8a]E[0xc5][0x1][0xf8][0xa9][0x8e])+y[0xac][0xb0] [0x81]u[0x8d] 3[0xfd][0xf9][0x8][0x1e]%[0x84][0xe4][0xb5][0xce]D[0xbf]3[0xe9][0xb5][0xb]M0ByJ[0xda]r[0xda]~[0xba][0x6][0xed]0[0xa9]&[0x8f]([0x87][0x84][0x86][0xf1][0xbb]@[0xf0][0x10][0xb2][0x4][0x9a][0xc2][0xe9][0xbf][0xc6][0x90][0x87][0xab]@[0xb2][0xec][0x1c][0x9e][0xd7][0x1b]7qE7$u[0x96][0xcb],[0x97][0xa7]%[0xb][0xcf][0xee]m[0xf6]e[0xa2]1[0xb7]d[0xee][0x93]g[0x1][\r][0xd3][0xed]q={4[0xc6][0x80][0xbf]@[0x1f][0x16][0x91][0x8c][0xa4][0x90][0xec][0x86]wOk[0xad]y[0xaa][0xcc][0xce][0x1e][0x1e][0x90][0xcd].[0xd8]([U[0xe5][0x1a][0x1a]?[0xa6][0xad]ZFJ9[0x8c]8[0xfd][0x1f][0xd7]`i[0x1a][0xc6]yDNJ[0xa9][0x8b]F[0x9e][0xe3][0xe8][0x94][0xa6][0x83][0xe8][0xd1],b[0xe][0xf1]>[0xd7][0xcb][0x1e]m[0xe]u[0xc6]EP[0xdb]DW[0x97]XJ~[0xfb]d[0xf4][0xbb]-J[0x13][0xec][0xa6]n[0x90][0xc3]B[0x8][0xe4][0xec]t:p[0xa2]J[0x4][0xce][0xe3][0x9f][0x12][0x86][0xa7][0xa7]U[0xb6][0xd2][0xb6]%I[0xc6][0x9c][0x10]u[0xfa][0x91][0xa7]D[0xe1]|[0x9a][0xa5][0x91][0xad].[0xa9][0xda][0xa8][0xc3][0x16][0xfa][0xfc]S'[0xda][0xba]L[0xa9][0xda]`n[0x95]Z=(#[0xf5]Bj5[0xd7][0xf5][0xc1][0xa0]T[0xa6]Z[0xdb]8[0x10][0x6]s[0xfe][0xcc][0xa9]$[0xc1][0x2]v[0x18]T[0xab]j[0x18][0x9][0xb0][0xf3][0xb1][0xb7][0xa3][0x8d][0xeb]Y[0xbc][0xf1]J[0xd0][0xa4][0xfd]C[0xad][0xff]3=Oo0[0xda][0x83][0x14]K[0x9],[0x17][0xb9][0x8]L?[0xe0][0xd5]F[0xbb]'[\r][0xf5][0x94][0xbe][0xe9][0xf7][0xd8][0x94][0x19]L[0xc4]n[0xb6][0xf0]`[0xd0][0xe7][0xa4][0xaf][0xea]*[0xac][0x9]a[0xae][0xb0]L[0xc9][0x80][0xaa][0xb][0xae][0xc][0xb0][0xa8][0xba][0xfc]P%[0xde][0xb2][0xb2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbd]k[0xe7][0xf9]X[0xa0][0x8b][0xcb][0xd7][0x14][0x99]Z[0xb4]p[0x11][0x9a][0xc5][0x4][0xe]3@Z[0xe8]bB[0x8b][0xde][0xde][0x11],HLo[0xeb]w[0x4][0x2]<[0x94]g[0xbe][0x1d][0xdd]i[0xab][0x19][0x6][0xd7][0xaa][0xbf]3O#}[0xbd][0xd2][0x2]U[0xac]&[0x8c][0x13][0xa4][0xc2][0x5][0x9e]hq"<[0x7][0xb7][0x84]Vl[0xa3]*[0x1a]9p$[0xab][0xa5][0xba][\r][0x80]v[0x81]a'[0xb3][0xd6][0xcc][0xee]d[0xce][0x8d]%[\r]Z[0xb4]$[0xa9][0xd0][0xfb]k[0xd2][0xf7]Z[0xc3][0x1f]g[0xff][0x91])[0xf7];[0xc5][0x5][0xc3][0xe3][0x18][0x81][0xf6][0xb4][0x81][0xb0][0x0][0xb9][0x85]=" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2i[0x90][0xff][0xcb]lM[0xb3][0xb2][0xec][0x1a][0xc6]k[0xe7]z[0x8b]l4[0xee][0xe5]]2g1[\r]U[0x91][0xb3][0x5].l[0x97][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2][0xd5][0x14][0x8d][0x11][0xc3][0xf3][0x9c][0x15][0xda][0xe1][0xd4][0xa7](u[0xc6][0xb5][0xe0]-[0xb2]a\U &[0x9][0x84][0xb9]Z[0xe6]m[0xf9][0xd0]FoMN[[0x86][\r][0xcf][0xa7][0x8a][0xee][0xe0][0xa1][0xc3]b\[0x1a]1[0x1e][0x14]7[0xc3][0xaf][0x18][0xc8]F[0xf7][0xf8]^'[0xe1][0xee][0xf8][0x8d][0xe5][0x88]zgm5[0xdd][0x83][0xc6]l[0x8a][0xba]1r[0xaa][0xda]y[0xeb].IoH[0x83]d[0x18]sf[0xee][0xb5][0xba]@[0xed][0x95][0x17][0xa0][0xb6][0x89][0x86]a[0xaf]#[0x96]2[0xa9]JM[0x81][0xfb]B=u[0xa0]p[0xa6][0xb9]/|[0xaf][0xd6]1[0x8c][0xa2][0x8a][0xd8]X?e[0xf8][0xbb]{[0xe0][0x1e][0x18][0xc7][0xbb]a[0xe9]s[0x89]p[0x14]![0x9c][0xa9][0xa2]8W[0xaf]+[0x94]_[0x16][0xa8]q[0x5]' [0x82]~[0x3]?[0x8a];[0xc9][0xef][0x95][0xfb][0xae]e[0x83][0x83][0xb5][0xe4][0x82][0x5][0xff][0xfa]&KD[0xbd][0x1a][0xd0]J[0x1f][0x1e][0xf6][0x8f][0x82]>7i[0xa8][0xf3][0xbe][0xa8]7[0xdd][0xb7]J[0x94][0x9f][0xf6]$[0xe6]K"[0xcb]$[0xd8][0xeb]Hf[0x1f][0xa0][0xc][0xc4][0xc0][0xe3][0x1c][0xd9][0xd3]&[0xc0][0xaa]Z[0xe7][0x14][0xc7]WY[0xb3][0xff]r[0xf][0x8b]Z`X,ft[0xac][0xf8][0x85][0x1e]4n[0xb1][0xd0][0xff][0x9f]7[0xd6]y[0xb0][0xed][0xc5][0xc1][0xe7]r&[0x8c][0xf7]w6[0xf5][0xf9][0x92][0xdc][0xdd]g[0x9b][0xf1][0xaf]q[0xc4][0xc2]G[0xbc][0x6][0xd4]RW[0xf][0xcb][0x2][0xbb]Ye[0xc2]Z[0xeb][0xea][0x1e][0x8b]y[0xb8][0xa2][0xeb][0xbe][0xf2]dq[0x17][0xd0]v.[0xcd]Yn[0xd5][0xb8][0x84]$[0xec][0xc9][0xf8][0x18][0x9f][0xc8][0xf4]8[0xbf]"#[0xcf]([0xbc][0x84][0xcb]2>[0xc5][0x98][0x84][0xcf]d|[0x8e]/d|[0xc9][0x96][0xaf][0xf0][0xb5][0x8c]o[0xf0]m[0x18]l?A[0x9c]Y[0xbb][0xa2]Q[0xf5][0xdb][0xd5][0xe0][0x80]}[0xb0][0x8][0x2][0xce][0x1c][0xd6]_[0xd4][0xbb]J[0xbd][0xae][0x1a]5[0x1]c[0x99][0xa3]L[0x96][0x97][0xfa][0x9c][0xff]PE[0xa9];[0x1d][0xb3]9[0xcc][0x7]{[0xd6][0x9f][0xbe][0xfe]v[0x17][0xd2][0xa7][0xa2]?[0x9a][0x19]S[0xd7][0xa9]V[0xd4][0x5]l[0x94]T[0x96]"7[0x11]}[0x99]6[0xef]\[0xa7]f4[0xc7][0xbd][0xb5][0xb6][0x9e]B[0xac],-[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0x19][0xfd][0xd1][0x10][0x17][0x96]K%[0x9a][0xef][0xc2][0xd2]RaU[0xc0][0xd9][0xa3][0xcc]h[0xcf][0xec][0xfc][0x8d][0xca][0xea][0x9d][0xb9][0xf2][0xe2][0xc2][0x1d][0xcf][0xaf][0xcd][\r][0xee][0x1c][0xe1][0x12]}u[0x7][0xe9][0x1b]-[0xe3]i[0xc]A[0xa0][0xf5][0x14][0x9e][0xa1][0xfd]4}[0xdb]cx[0x16]}[0xb4][0xd3]t[0x90][0xe4][0x1c][0x9d][0xb2][0xb4][0xb][0xb4]w\x[0x4][0xe1]7n2Lk[0x82][0xb]O[0xe3]yZe[0xd7][0x0]/[0xe0]<[0xed][0x2][0xeb]{[0xcf]y[0x11]"[0xd9][0x3]CO[0x10][}[0x82][0xf8][0xea]#[0x88]}[0x1d][0xf][0x91][0x18]z[0x8][0xe9]!:[0x1f]![0xf9]W[0x8]r[0x98]C[0xe][0xb8]n[0x1e]$;][0xc0]E[0xce]d[0x14]c[0x1e][0xf8][0xa8][0xc7],[0x16][0xff]%[0x84]1[0x12][0xa0][0x15][0xf3]i[0x8d][0xf3]X[0x98][0xe7][0x14]I[0x19]~[0xf2][0x2][0xf1]H[0xfd][0x8d][0xf4][0xaf]![0x80][0xf1][0x0][0x89][0xa4]O"[0xe9][0x93][0xb8][0x84][0x17]#[0xa0][0xe4]0[0xd4][0xe5]C[0xa0]hL#[0xa0][0xba][0xc2]P[0xaf][0x1f][0x2]E[0xb3][0x1f][0x1]u,[0xc]5u[0x8][0xd4][0xab]x[0x8d]t[0xc]j[0x8e][0xfe]1+[0xf1]wt3[0x94]x[0x0]e:[0x80]"[0xfa]("[0x11]}[0x83][0xf4][0x13]~[\r][0x98]$G[0xa7]I[0xce]b[0x8a]Ny\[0xf1][0xa8]^[0xf1][0xa8][0xa6][0x19][0xd5][0x9e][0xc7][0xe8][0x15][0x10]&[0xfb]f[0xe0][0x9a][0xb4]M[0xda]'[0x9b][0xc7]U[0xf][0x8c][0xed]q[0xe6]=[0x1a][0xc6](q[0x8c]3[0xae][0xd6][0xc7][0x88]y[0x18][0xec]T[0xa0]pbt[0x9e][0xc1][0xb5]v[0xd4][0xfa][0x1e][0xe3])[0x1][0xe1]N{[0xe7][0x10]j3[0x98][\r]S;[0x15][0xc6]X9[0x2][0xb5][0x8b][0x9c][0xda]uJ[0x85][0x8b]v[0xc3][0xa3][0xd6][0xcb][0xb][0xfc][0x0][0xc7][0x82]$[0xfe][0xc][0x91][0x8f]B[0xb0]D[0xb7][0x3][0x4]{}[0xf0]^[0xf][0xfc]->[0xb7][0xb1][0xee][0xab][0x2]G/[0x1e][0xca][0xf5][0xee][0x11][0xb8][0xce]q[0xae]oGr[0xed][0x8f][0xe2][0xaa][0x1e][0x9d]k[0x89]P][0xf4]q[0xef][0x15][0x10][0x1f]` \[0xf4][0x8d][0xc0];[0xd0][0xec][0xcf][0x18][0xd5]l[0xa9][0xd5][0xf7]D[0xd8][0xd7]l[0xf5][0xed])[0xd0][0xd3]V[0xf6]|/yQ%xTa[0xef][0xe0][0xc3][0x98][0xf0]n[0x8e]{[0xfd]_[0xc1]2[0xdf]W[0xe8]y[0x4]Rd3OL[0x17][0xae][0xe][0xfe][0xf]PK[0x7][0x8][0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/EmptyObject.class[0x95]V[s[0xdb]D[0x18]=[0xeb][0x9b]|Q[0xc9][0xa5]mh[0xa0][0x94][0xd0][0x86]b[0xa7]I\J[0xa0])I[0xd3]&[0xae][0x3]vs[0xa3]v[0x2][0x9][0x97] [0xdb][WA[0x91]2[0x92][0xdc]![0xfc]&[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa4][0x85][0x19][0xe0][0x99]?[0xc0]+[0xef][0xfc][0x5][0x86][0xe1][I[0x16][0xb6],c3[0x1e]iW[0xbb][0xdf]9[0xdf][0xd1]wY[0xf9][0xb7][0xbf][0xfc][0x19][0xc0][0x2][0xd4]4[0xc6][0xb0][0x9e][0xc6][0x7][0xf8]0[0x8d]Q[0x94]$[0x94]%<[0x94][0xb0]!aS,le a[[0xcc]v2H[0xe0]#[0x9][0x8f][0xd2][0x90][0xb1][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*)T[0xb1]+aO[0xc2][0xc7][0x12]>a[0x18][0xb5][0xb8][0xa9]*[0xda][0x1e]7-[0xd5][0xd0]wK[0xf][0x18]X[0x99][0xe1]\[0xc1][0xd0]-[[0xd1][0xed]=Ek[0xf1][0xf8][0x9f]g[0xb9][0xdf][0xff][0xf8][0xeb][0xd9][0x1d][0x86][0xc4][0xb2][0xaa][0xab][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C4[0x9b][0xdb]c[0x88][0x15][0x8c][0x6]g[0x18][0xd9]Pu[0xbe][0xd5]:[0xae]q[0xb3][0xaa][0xd4]4Z[0x19][0xdf]0[0xea]D[0xab][0x10]9={[0x8b]1[0xfb][0x89]j1[0xbc][0xb2]q[0xa4]|[0xa5][0x98][0xb6][0x92]?[0xb2][0xc]=_<>[0xb1]O[0xb7]kG[0xbc]n/1$[0xb9]n[0x9b][0xa7][0x15]n3[0x8c]esd[0xf9]T[0xc9][0xb7]lU[0xcb][0xd3][0x12]m[0xa7]*jSW[0xec][0x96][0xc9]%[0x1c]0[0xc4][0x8b][0xc2][0x9a]A.[0xe9]:7[0xb][0x9a]bY[0x9c][0xd8][0x9e][0x97]^[0xc]1[0x1c][0x12]*7[0xf8]c[0xa5][0xa5][0xb9][0xe5]IUI[0xee]K:[0xc5][0xed]b[0x98][0xef][0x12][0xc3]D[0xc8]zIl0[0xba][0xd2][0x84]^3[0xc][0x8d]+z[0x1f][0x86][0x83]p[0x86][0x3][0xb1][0xc1][0xe8]J[0xa8][0xd6]VK[0xd3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q4UOO[0xa8]B?[0xa5][0xc8][0xf8][0x8f][0xc][0xd3][0xd9][0x90][0x18]:[0xfb][0xd3][0xbe][0x15][0xbd]\[0xc6][0xe4]J[0xe3][0x11][0xb7][0xc][0xed])[0x81].d;#[0xe0]g[0xdc][0xec][0xa8][0xe8][0xd5][0x9a]e[0x9b]J[0xdd][0xa6][0xca][0xfe]_5[0xdd][0xb7][0xa0]\[0x12][0xd5][0xa0][0xd6][0x11][0xa7][0x83][0xfa][0x8d][0xe8]_r[0x9a][0xae][0x18]-[0xb3][0xce][0xd7]U[0xd1][0xcd][0xa3][0x1d][0x8d];/[0x0]2.aR[0xc2]g2>[0xc7][0x94][0x8c]/pHa[0xb]o[0x7][0x86][0x97][0xfb][0xf8][0xe][0xdb]iWu[0xef][0x8e][0xfb][0x8a]2[0xe6][0x91][0x97]q[0x13]_[0xca][0x98][0xc5][0x9c][0xc][0x5]5[0x86]+[0xff]FB$g[0xc7]Pu[0x9b][0x9b][0xc5][0xaf][0xeb][0xfc][0xc4][0xa6][0xb3]NF[0x1d][\r][0x9]\[0xc6]cP[0xd5]^[0xea]w&QI[0x84]F[0x9a]2[0x13][0x16]%[0x9]O[0x18][0xce][0x87][0x9c]6[0xc]S[0x83]r[0xdf][0xe5][0xaa]`h[0x1a][0xb9]'[0xa5][0x96]8[0x15][0x85] [0xe7]T[0x8c]6[0xc5][0xbd][0xab][0xc9][0xbc][0xac][0x85][0xd6]Iw[0xf9][0xf8][\r][0x94]T[0xf5]v[0xf3][0xd0]INM[0x90][0xd8]^+[0x17][0xb]U[0x86][0xab][0xc3][0x94]hoZ=[0xb2][0xb1][0xe2][0xe6]Nu[0xff][0xb0]\[0xd9][0xde]:l3N[0xfe][0xd7][0xc1][0xd5][0x15])J[0xe1](}[0xdc]"[0x88]c[0x1c][0xf4][0xa1][0xc0]y\[0xa0][0xf1]"}[0xf7]"[0x98][0xc0][0x8][0x8d]Tb[0xce][0xe][0x90][0xa7][0x91][0xd1][0x18][0x9f]9[0x3][0xfb][0xce]1y[0x95][0xee][0x9]g[0xf1]5\[0xa6][0xbb][0xec][0x1a][0xd0][0xd3][0x15][0x1a][0x19]^[0xc7][0x14]Y[0x9][0xf0][0xbc][0x7][0x8e]=G[0xe4]Y[0x0]{[0xad][0x3][0x1b][0xf3][0xb0]o86o[0xd2][0xda]u[0xbc][0xe5][0x9][0xb8]K+[0x11][0x1a]S37~@[0xf4]W[0xc4][0x82]DY[0x87]h[0xc2]5[0xf2][0x88][0xc4],[0x8b][0x9c][0xe3]~[0x6]7[0xfa]P[0xc5][0x83]Ts[0x3][0xa8][0xa8][0xec][0xfb]P%[0x82]T[0xb7][0x6]P[0xcd];[0x91][\r][0xa3][0x92][0x82]T[0xb7][0x7]P[0xdd][0xc4][0xdb][0x1e][0xd5]=[0x8f]*#[0xa8][0x92]/[0x90]b[0x8][0x92]-w[0x90]e|[0xb2]L[0x7][0xd9]-[0x8f][0xec]>[0x8d]Q[0x81][0x9e][\r]r[0xac]:[0x1c]S[0xee][0xae][0xcf][0x11][0xf1]8[0xc4][0xec][0x1d][0x9a]Eh[0xbe][0x80]w[0xc3][0xa4][0xa5]_ [0xc3][0xf0]m[0x80]v}[0x80][0xb4][0x5][0xbc][0x17][0x94]v9[0xc8][0xf1]p[0x8]i[0xb7][0x1d]i[0x8b][0xb8][0xe3][0xb1]-{[0xd2][0x92]?A[0xde]?[0xc3][0xb9]_[0x2][0x9c];[0x1d][0xba][0x92]>g[0xd2][0xd7][0xb5][0x88][0xf7][0x7][0xea][0xda][0x1d]B[0xd7][0x92][0xa3]kyh][0x7][0x3]t[0xdd]u[0xf4]t[0xf5][0xe1][0xf7]x)[0x98][0xcc][0xc3][0x90]>[0x8c]P[0x8a][0xd7]z[0xb1]#Al#[0x4][0x1b][0xf5][0xba][0xb8][0x80][0x7][0xce]X[0xc4]4[0x8d][0xe3]4[0xbb][0x8a]}\K[0x88]?[0xc8]U[0xdc][0xbb]?[0xf9][0xf]PK[0x7][0x8]cT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]jakarta/json/Json.class[0xa5]WYx[0x13]U[0x14]>[0xd3]-i[0x19][0xa4][0xa4]P[0x1]Yd[0xb1][0x84]V[0x8][0xad] K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "J[[[[Z[hQP[0x9c][0xa6][0xd3]tJ[0x9a][0x84][0xc9][0xa4]XT[0x14][0x5][0x11]q[0xc7][0x15]wQ[0xdc][0x5]D[0x3][0x82][0xe0][0xfe][0xf9][0xe9][0xab][0xf]>[0xfa][0xe4][0x93][0xdf][0xe7][0xb3][0x9f][0xf]~[0x9e]sg:[0x99][0xb9][0xb9]m[0x12][0xe8][0xc3]?[0xc9][0xe4][0xfc][0xff]Y[0xee][0xb9][0xe7][0xde][0xfe][0xfa][0xdf][0xf9]K[0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~*[0x83]e[0xf0]|[0x19][0xbc][0x0]/[0x12][0xbc]D[0xf0]2[0xc1]+[0x4][0xc7][0x8]^%x[0x8d][0xe0]u[0x82]7[0x8][0xde]$x[0x8b][0xe0]m[0x82]w[0x8][0x8e][0x13][0xbc]K[0xf0][0x1e][0xc1][0x9][0x82][0xf7][0x9]> [0xf8][0x90][0xe0]#[0x82][0x8f][0x9]>![0xf8][0x94][0xe0]3[0x82][0x93][0x4][0xa7][0x8]N[0x13]|Np[0x86][0xe0][0xb][0x82]/[0x9]R^8[0xeb][0x85]se[0xf0][0x15][0x9c][0xf7][0xc2][0x5]/|[0xed][0x81][0x8b][0x1e][0xb8]$AI[0xbd][0x16][0xd5][0x8c][0x8d][0x12][0x14][0xfa][0x97][0xf5]JP[0xd4][0x18][0x1b]P%[0x98][0xd6][0xae]E[0xd5][0xcd][0xc9][0x91]~U[0xdf][0xa2][0xf4]G[0xf0][0x8d][0xaf]=[0x16]R"[0xbd][0x8a][0xae][0xd1]w[0xeb]e[0x91]1[0xa4]%$[0xa8]h[0x1f]Vv)[0xba][0xa1][0x4][0x86][0x13][0xb1]h[0xa0][\r]!([0x81][0x1c][0xd2]U[0xc5]P[0xbb][0x14]=[0xa1][0xea][0x12][0xd4][0xf9][0xd1]jT[0x9]h[0xb1]@[0xb7][0xaa][0xc][0xa8]zp[0x99][0x9b][0x96]0[0xd0]~[0x84][0xb1]M[0xe]j[0x94][0xe8][0xcc]T[0x82]r[0x9e],[0xc1][0x9a][0xb4]`k4[0x9e]4z[0x18]?[0x17][0xd5][0x2]-*[0xc1]L![0x1b]S7[0xc3]nQ[0xa3][0xaa][0xae][0x18]1[0xf4][0xbd]:[0xed][0xa8]O[0xd7][0x8c]I#[0xb7]i[0x14][0xfc][0x1e]f[0xed][0xc][0xde][0xe2]K[0x10]Lkv&[0x8d]\[0xa2]w*[0x17][0xc6][0x92][0x86][0x4][0x95]b[0x9]\[0xf]g[0xe5][0x9b][0x95][0x10][0x92][0xc6]$Xk[0xb9]L[0x1a]Z$[0xd0][0xa1][0xc4][0xb3]V[0xca]bR&[0xa1]XtP[0xb]S_[0xb8]%([0x8]W_[0x8c][0xc5][0xc7]{c[0x89][0xdb][0xb4][0xde][0xfc][0x1a]Q[0xa2][0xe1][0x0][0x6][0xaa]E[0xc3][0xc1][0xea][0x8d][0xc8]/[0xed][0xd1][0xc2]Q[0xc5]H[0xea]H[0xe9][0xf0][0xe7][0xc2][0xc9]=[0xec]Jn)[0xed]R[0x4]s/[0x5]OF[0xd9][0xae]+[0xc]S i[0xed][0x95]>[0xab]aj[0xb2]u[0x1c][0xc9][0xd8][0xbd]T[0x9b][/[0xb9]8[0x96][0xc3]nk{[0xd5]d[0xdb][0x9c]D[0xb6]w[0xde][0xca][0x9c]v[0x9e][0x8b]R[0xe1][0xf4]g[0xaf]Cm[0x96]uHK[0xa4]K[0xd5]|9[0xd5][0x17][0x9]U8k[0x9e]WH.[0xca][0x95][0x84][0xc4][0xb][0xf9][0xcc][0x90]6[0xe9][0xba]2[0xd6][0x90][0xd4]"lm[0x16][0xfa][0x5]L[0xa7][0x9][0x12][0xd7][0xf9]'0[0x11]y[0xe5][0xb8][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x97]`[0xd6]D[0x12][0xe9]Q[0xcb][0x12]l[0x8c]E"j[0xc8][0xd0]p[0xc8]g[0x17]/[0xb][0xd9][0xd6][0xf6][0xc0][0xe2]U$[0x98]-[0xfc][0xa1][0x9e][\r][0x88][0xf5]b[0xdf][0xf5][0xe2][0x8a]r[0xee][0xad]5[0xee][0xec][0x1f]F[0x96]][0xd1]E[0xa2][0x8a][0xba]l[0xc6]'[0xb4][0xd0]F[0xe4][0x97]g[0x97][0xc4][0xd8][0xb]35[0xb1]Jn[0xbd][0xc6][0xb][0x17][0x8e](q<[0x92][0xb2]6[0x9c][0xe3][0x8d][0xe5][0x8f][0x8a][0xd9][0x97][0xbd]SE[0xc4][0x1c][0xe2][0x9a]j[0x9d]91-[0xca]F[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xb4]@[0xc6][0xb2]G[0x81])[0xc3][0xe9][0xaf]t[0xdd][0xc8]`[0xdb][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]K1BC[0x93]o[0xf][0xa7]I[0xbe][0xdb][0x83][0xe3]Nq8[0xb5]n1y)[0xb1]M[0xc0]$[0x9a][0xb4][0xc1]A[0x9][0xba][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]a2Dg`p[0xb2][0xdf]&[0xf1]P[0x92][0x88]%[0xf5][0x10][0x1e][0xa1]s'[0x13]@;C[0xd1][0xc3]*[0xb6]e[0xb9][0x19]R[0x87][0x8a]_[0xad][0xd4][0xd6][0x8][0x2][0xeb]U"I[0xa1][0xe3]4[0x91]&H[0xdc]T[0x10]L[0x10]S[0xc0][0xbe]U1[0x9a]Y[0x87][0xce][0x9][0xdd]]n[0x18]3L[0x1f][0xd6][0xd2][0xd9][0x13][0xbd].[0x87]][0xe6][0xe6][0xa0]V[0xcb][0xe5][0x8e][0xf4][0xc]%[0xab]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12],[0xcf]m[[0xd8]-_[0x19][0x1e][0x82][0xfd][0x4][0x8f][0x10][0x1c]$8Dp[0x98][0xe0][0x8].[0xe0]>[0xfc][0xe7]f[0xdf]J[0xf]|/[0xc3][0xf][0xf0]#[0xbe][0x8][0xd0][0x8b]Z[0x9][0xa6]g[0x14][0x1c]g[0x0]?[0xe9]%[0x98][0xe7][0xbe][0xb3][0xc6]5s[0xca][0xe8][0xb1]Q[0x8d][\r][o[0xdc][0xfe][0x98]1wy[0xeb][0xa0][0xcb][0x83][0xb9][0x1a]Xr][0x8d]G[0x14][0x1a]UM[0xce][0xf5]k[0x1c]R[0xf4][0x1e]uw[0x12][0xd7]X[\r]N[0xf4]^[0xb0][0xba][0xb8][0x1a]~[0xfc]'[0x9c][0xfe][0x16]C[0x1][0xad][0x16]Hp=~[0xbb][0x1][0x9f][0x12]>[0x8b][0xab][0xcf][0x82]t[0x1a]?[0x14][0xc0]r[0xc4]2|[0x2]l[0x80]"[0xd8][0x8]+[0xf0][0x93]l[0x1a]A[0x0]V[0xe2][0xb3][0x94]V[0xd8][0x12][0xa8]CK[0xfa][0xcd]{[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaa]SPx[0xca][0xd6](a[0xef][[0x1c]|/[0xba][e[0xf1]W[0x8b][0xf9]E<[0xab][0x8b]#[0xac]a|[0xec]+1[0xbf][0x98][0xe7][0xef]t[0xf1][0xd7]C[0xd0][0xe2][0xd7][0x8b][0xf9]%<_s[0xf1]7`=[0x88][0x8f][0xdd][0x8c]V[0xc4]or[0xf3]=[0xc4]/t[0xf0][0xf7][0xbb][0xf8][0x9b][0xa0][0x1][0x9f][0x8d][0xae]7M[0xf8][0xbc][0x85]ymFe[0xdc]"be/[0xaf]|,[0xf][0xe5]VT[0xc6]}'[0xce][0xb9][0x94][0xcf][0xf9][0x84][0xb0]f[0xb8]e[0xc5][0xfc]2[0x9e]FX3[0xdc][0xed]b[0xfe][0x14][0x9e]Q[0xd8]38([0xc4]|[0x99][0xe7][0xff]"[0xec][0x19][0x9c]1[0xe2][0xca]N[0xe5]+[0xfb]{[0x1e][0x95][0xed]Fe[0x1c]\b[0xe5][0xab]x[0xe5]?[0xf3]P[0xde][0x8a][0xca]8[\r][0xad][0x9c][0x17]0[0xb][0x0][0xf]*[0xa7]`[0x1a][0x9]K[0xe][0xe1][0xbf][0x99][0xf1]6q[0x81][0xca][0xf9][0x2][0xfd][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xe][0xb8][0x93][0x15][0x8][0x7][0xae]8[0x8d][0xe9]\[0x1a]R[0x99][0x8b][0xbf][0x3][0xee][0xe2][0xd2][0xd8][0x1]w[0xdb]i[0xec]De[0x9c][0xe2][0xc2]4|\[0x1a]R[0x5]3[0xee][0x17][0xa7]Q[0xc1][0xa5]!-p[0x85][0x11][0x82][0x1][0x96][0x6][0x1e][0x14][0xe2]4f[0xf0]i[0x4]\[0xfc][0xc1][0x8c][0xd5][0x18][0x84][0xb0][0x9d][0xc6][0x10]*[0xe3][0xe9]#[0x8e]l&[0x1f]Y[0x83]Ky[0x17]DXdxp[0x9][0xcb]P[0xc9][0x97][0xa1][0x83][0x19][0xc7][0xc4][0xce][0xae][0xe6][0x9d]m[0x17][0xae]&[0x9e][0x8d]b[0xfe],[0x9e]?$[0xe4][0xe3][0xb1]j[0xf1]7`[0xd1][0xe8]8(%~M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "f[0xf3][0x2]{[0x98]@[0xa5]i[0x4][0x6]$Yn[0xa5]0[0x8a][0x9f][0xf0][0x9a]@[0x87][0xb3]8[0x94]9[0xbc][0xd2][0x1]W(c[0xb0][0x97][0xe9][0xe0][0xb9]>A([0xd7][0xf0][0x2]G[0xb9]P[0xf6][0xda][0xa1][0xec]e[0xa1][0xe0][0xed]@[0xdc][0x1c]s[0xf9][0xe6]8[0x9e][0xc7]V}[0x10][0x95][0xf1][0xca]!Nr[0x1e][0x1f][0xe3]I[0x97][0xf2][0xc3]Vs[0xe0]mE[0xc0][0x9f][0x93][0x82][0xf9]<[0xff][0x2][0xc7]?`[0xf1][0xf][0xda]|[0xb3]H[0xc4][0x9f][0x9f][0x82][0x5]<[0xff]g[0x8e][0xff][0xa8][0xc5]?$[0xe0]W[0xa5][0xe0]Z[0x9e][0xff][0x1b][0xc7][0xcc][0xe2][0x1f][0x16][0xe7][0xbf][0x90][0xe7][0xff][0xc1][0xf1][0x1f][0xb7][0xf8]G[0xc4][0xfc]E<[0xff]/[0x8e][0xff][0x4][0xe3]?[0x9]OY[0xfc][0xf5][0x18]?[0xfd]V^[0xed][[0xec][[0x92][0x82][0xeb]|U[0xbe][0xa5][0xf8][0xe0]u[0xfe]q[0xe8][0x94][0xc3][0xd3][0xd6]:<#[0xd2]Y[0xea][0xab]"[0x9d]%[0xbe][0xc5][0x99]:[0x5][0xc5].[0x9d]g[0x99][0x8e][0x4][0xcf]1[0xab][0xa3][0xff][0x3]PK[0x7][0x8][0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonArray.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96]F[0xda][0xf2]![0xca][0xf7][0x87](") AE[0xc5][0xa6][0xa2][0xd0][0x19]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x15][0x1f][0xda]a[0x1c][0xde][0x96][0x1a]k0$L>[0x1c][0xf9]W[0xce][0xe8][0x83][0xf8][0xe0][0xf8][0xec][0x8f]r[0xbc][0xbb][0x9][0xa5][0xd0][0xa6][0xf8][0xd0][0x9e][0xbb][0xf7][0x9e][0x9c]{v[0xf7]&[0xfe][0xfe][0xfc][0x5]`[\r][0xa5],[0xd2]X[0xcd][0xe2][0x11][0x1e]g[0xf0][0x4]k"z[0xaa][0xe0][0x99][0x82][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0x15][0xbc]`[0xe8]k[0x18][0xfe][0x8e][0xe7][0xd8]o[0xf][0x8f][0x8c][0xba][0xcf]0[0xa5][0x96][0xf3][0x95]#[0xfe][0x89][0xbb]>[0xd7][0x8e][0xa8][0xa0]]Tu[0x86]\D[0xdf]t]~[0xca]0[0xd9][0x91]-[0x8b][0xfa][0x85][0xf6]^p|h[0xb8]q[0xda]a[0xb5][0x85]^[0xf5]][0xd3]n[0xc4][0xd1][0xc3]*[0xd1][0xb3]D[0xdf][0xe7]V`x[0x9b][0x1e][0xc3][0x9c]J[0xd4][0xcf]\[0xb3][0xb8][0xdd][0xd0]J[0x16][0xf7]<=[0x1f]f[0x2][0xdf][0xb4][0xb4][0x8a][0xe9][0x9][0xfb][0xbd]U[0xb3]as?p[\r][0x86][0x9d]b[0xad]Ph[0xd7][0x97][0x92][0xfa]F[0x9b]\[0xb1]V[0xd3]7[0xda]4[0xc3],[0x83][0xa6][0xb6][0x14]>[0x4]v[0xdd]7Io;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ":YI[0x95][0x9c][0xf7][0xe4]b[0xa0]b[0xda]Fx[0x4]5~hQf[0xa8][0xe2][0xd4][0xb9][0xb5][0xcf]]S[0xac][0xa3]d[0xca][0xff]h[0xd2].[0xc7][0xe2][0xf];%[0xba]2Lw[0xf5][0xc1][0x90][0xf6]|[0xd7][0xe0][0xc7][0xc][0xe3]-[0xc4]0[0xa7]U%[0x10]i[0xe4][0xb2][0x85][0xd3][0x93]s[0x1b][0xf3][0xdd][0xd4][0x8b][0xb5]]=:[0x8e][0x99]8q[0xc1][0x11][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-'[0x1c][0xcd][0xd7][0xee][0xf5][0x17]rM[0xeb][0xb8][0xfb][0xe9][0xa5]a9[0x9f][0xab][0xe1]p[0xae][0xce]{7[0x7]jA-[0xb7][0xa7];2[0xd3][0xa4]V[0xb6][0xe9]mI[0x91]T[0x99][0xa1]G-K[0xcc]P~[0xcb]q,[0x83][0xdb]a[0xed]@[0xd6][0xe][0x4][0xa6]Mo/[0xb0],[0x86]w[0xed][0xfb][0xee]8[0xe5]A][0xcc][0xa9]~uC[0xb1][0x7]D[0xbe]2U'p[0xeb][0xc6][0xb6])[0xee][0xaa][0xbf]9[0x1d]+B"[0x87]i[0x14][0x14][0xe8]9[0x14][0xf1]R[0xc1]F[0xe][0xaf][0xf0]:[0x87]Ml[0x11][0xf5]r[0xf][0x1a][0x80][0xce]c[0xc6]0x[0xd5];[0xc3]D[0xbc]y[0xf1][0x81][0xc8]w[0x99][0xb3][0xd1][0x98][0x12]C[0xf2][0x98][0x9f]0[0xac][0xff][0xff][uUz[0xb2][0xad]Tr,[0x8b][0xc];.[0xbd]Gi[0xdf][0x9]7:[0xd3][0xc9]_[0x93]I:J=\0[0xac][0xaa][0xdd][0x98][0xf9][0xf6][MS[0x1f](H[0xe0][0x6]z[0xe8]s[0xdc][0x97][0xa2]1D[0x6] [0xcc]"'[0xb1][0xf][0xfd][0x12][0x7]0([0xf1]&[0x86][0xc0]p[0x8b][0xd8][0x9][0xdc][0x86]X[0xf]S4B[0xeb]/[0x84]I[0xc2][0x89][0xc5]30[0x86]7[0xcb]KgH$[0xf0][0x3][0xc9]3[0xa4][0x12][0xf8][0x8d][0x9e][0xaf]TMb[0x94][0xfe]3[0xc4][0x5][0xbe]Q[0xef][0xef][0x18][0xa3]h6|[0x12][0xe3][0xf4][0x83][0x8c]&1E[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0x9a][0xc6][0xc][0xb1][0xef]PvD>%j[0xb3][0xcd][0xda]][0xca][0x85]n[0xee][0x91][0xbb]9[0xdc][0x97].[0xe7]0/[0xf1][0x1][0x16]"T%[0xe6][0xb1][0x18][0xe1][0x92][0xc4]e[0xb1]n*<[0xc4][0x8a]D[0xed][0x1f]PK[0x7][0x8]>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonArrayBuilder.class[0x9d][0x95][0xdd]N[0x13]A[0x14][0xc7][0xff][0xb3]-m[0xa1]U>TD[0xbe][0xbf][0x94][0x82]J]A@@[0xa0][0xa5][0x92][0x14][0x1b][0xb8]@H$[0xf1]bi7[0xb0][0xd8]n[0xc9][0xb2]%x[0xe5]3[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0x81][0xd1][0xb][0xa3]&zc[0xbc][0xf0][0x1]L|[0x3][0x13]_A[0x8d]g[0xb7][0xc3][0x87][0xd0][0xb2][0xa7]@2g[0xda]9[0xe7][0xb7]3[0xd3][0xf3][0xcb]~[0xfb][0xfb][0xe1][0x13][0x80]Q$[0x83][0x98][0xa8][0x83][0xc0][0xfd]ZLb*[0x8c][0x0][0xa6][0x9d][0xe1]A[0x10]3A[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xb4]l[0x96]V[0xa3][0xe9]m[0xed][0x99]f[0xd9]Zl{[0xb7]`[0xc6][0x16]iX[0xd3]rE}j[0xf0][0xf4]B[0xdc][0xb2][0xb4][0xe7][0x89][0xa2][0x91][0xcb][0xea][0xd6][0x94][0xc0][0x88]S[0xbb][0xa7][0xc5]r[0x9a][0xb9][0x19][[0xb1]-[0xc3][0xdc]dT[0x8d][0xcb][0xaa][0xbc]fo[0xc5][0x12][0xc6]fR[0xcf][0x18]y-w[0x8e][0xca][0x94]i[0xeb][0x9b][0xb4][0xe2]][0xd9][0x1b]Mq[0x92][0x16]9IIN[0xd2][0xba]wR[0x90][0xee][0xa9][0x98][0xcb][0x9][0xf4]D[0xbd][0xb3][0xe3]e~[0xa7][0xe5][0x8d]m=c[0x1f][0xe4]x3[0xe6][0xca]0[0xfe]K[0xf1]F[0x4]h[0xd3]qg[0xcf][0xfe][0xf9]BV[0x17][0xa8]O[0x1b][0xa6][0xbe]T[0xcc]o[0xe8][0xd6]cm#G[0xdf]4[0xa5][0xb][0x19]-[0xb7][0xa6]Y[0x86][0xf3]Y~[0xe9][0xb7][0xb7][0x8c]][0x81].[0xef]K[0xd9](M[0x5]&[0xa3][0xa9][0xf3]wf[0x8d]af[0xf5]}[0x1][0x91][0xa2][0xf9][0x9e]S$[0xd0]R[0x9]'0[0xea]>[0xab][0xea]Nn:]$0q[0xc0][0xaa][0xbe][0xbf][0x9b][0xcb][0x17][0x96]a[0xf2];[0xbf][0xb9]|[0xa1]@_4[0xc5]p[0x82][0xb2][0x18]R[0x88]E7[0x93]a[0x86]H[0xba][0x99][0xc]=[0xc4][0xba]@[0xa2]\[0xf]T[0xdb][0xf5][0xdd]^[0x8]G[0xae]2[0xcf][0xa9][0xd2][0xc][0xdf][0xae]nS[0xff][0xd2]X[0x92]:`[0xe9][0xf9][0xc2][0x1e][0xf5]][0x8d][0xdb][0xd2][0x2][0xad][0x15]-[0xa7][0xea][0xba][0x95]B[0xd1][0xca][0xe8][0xb][0x86]c[0xcb][0x95][0x93][0xf8]a[0xe7]7[0x14][0x18]8j[0xb7]Us[0xb7][0xb8][0xb3]S[0xb0]l=[0xbb][0xbc][0xa3][[0x9a]m[0x14][0xcc][0x87][0xfb][0x19]}[0xc7][0x99]D0[0x87]x[0x10][0x89][0x8][0xe6][0xd1][0x1d]A[0x8][0xed][0x11][0xa8]h[0x17][0xe8]8[0xf3][0x10][0x2][\r]G[0xf](][0x11][0x1d]c[0xda]0[\r]{[0x86][0xce][0x17][0x1d]\[0xa3]v*[0xef][0x10][0x19][0xbe][0xb4][0x9a]N[0x7]([0x1f]A8[0xfd]~A[0xf][0xae][0x5][0xdc]X'cX[0xc6][0x88][0x8c][0x17]d[0xbc](c[0xbd][0x8c][\r]nlD[0x93][0xfc]|I[0xc6][0xcb]D[0xa6][0xfb][0xa1]H[[0xa1][0xf9]4[0x14][0xfa][0x7]B[0x1f]![0x9e][0xbc][0x83][0xf2][0x99][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xd2][0x18][0xa0][0xc][0xe0][0xb]Zhl.[0xe5][0xe0][0x1a]Z[0xdd][0xbd][0x85][0xd0]F3j1[0xe7]j$i[0x81]r|g[0x90][0xbe][0xbb][0xa4][0xee]R[0xce]1R[0x7]:[0xdd][0xf5][0x10][0xba]hUq[0x99]=L[0xe6]O[0x6][0xb3]W2[0xfb][0x98][0xcc][0xdf][0xc]f[0xbf]d^[0xe7]1E[0x3][0x83]yC2[0x7][0x98][0xcc]>[0x6][0xb3]S2[0xa3][0xc7][0x98][0xfe]3[0x98]c[0xc][0xe6][0xa0]d[0xe]1[0x99][0x8f][0x18][0xcc][0x9b][0x92]y[0x8b]y[0xf6][0xa7][0xc][0xe6]m[0x97][0xd9]H[0x86][0x94][0x98][0xb3][0x94][0xed]tqx[0xa8][0xed][\r]|[0xef][0xe1][0xf7][0xe1][0xf5][0x9]l[0xfe]X[0xb3][0x87][0xf][0xb1]a[0x89]u68[0xcc][0xdc][0xe0][0xb][0xcf][\r][0xb6]!&[0xf]}[0x87][0xc9]|[0xc9]`[0xb6][0xba]L[0x95]+[0xa5]x[0xc5][0x96]R[0xe5]J)[0xde][0xb2][0xa5]T[0xb9]R[0x8a][0xaf]l)U[0xb6][0x94]?[0xd8]R[0xaa]l)[0xb1][0xa5]T[0xd9]R[0xfe]aK[0xa9]r[0xa5]T[0x1a][0xd9]R[0xaa]\)[0x95]^[0xb6][0x94]w+JYsJJE[0xf5][0x90]R[0xe5]J[0xa9]$[0xd8]R[0xaa]\)[0x95][0x15][0xb6][0x94]#[0x87][0x87][0xf6]x[0xe7]*[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]\[0x97]Io[0xf1]Q[0xdc][0x83][0xf3][0x16][0x1f]s[0xeb][0xc6][0xff][0x1]PK[0x7][0x8][0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]jakarta/json/JsonBuilderFactory.class[0x9d]S]o[0x12]A[0x14]=C[0x11](bi[0xa9][0xf4][0xc3][0xaa][0x95][0xaa]-[0xf4]Ab[0xa2]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0xa2][0xc4][0x1a][\r][0xb6][0xf][0xb4]5>[0xe][0xcb][0x88][0x83][0xeb][0xee]f[0x98]U[0xf9]e&[0x9a][0xe8][0xbb]?[0xca][0xf4][0xce]B[0x91][0x8f][0xdd]t[0xe3]n2{[0xe7][0xde]s[0xcf]=3[0xf7][0xee][0x9f][0xbf]?~[0x1]x[0x84][0xfd]4[0xee]e[0xc1]p?[0x8d][0xdd]4[0xf6][0x18]V-%[0xb8][0x16][0xc7][0xed][0x9e][0xb0][0xf4][0xb]_[0xda][0x1d][0xa1][0x18]v[0xca][0x95]f[0x8f][0xe2]J[0xf3]j[0xaf][0xef]:[0xd5]7[0xb4]Laj[0xc][0xb5]r[0x14][0xa6][0x16]#;[0xd9]p;[0x82]![0xdf][0x94][0x8e]8[0xf2]?[0xb7][0x85]:[0xe1]m[0x9b]<[0x85][0xa6]kq[0xfb][0x8c]+i[0xf6]#gR[0x94]}[0x86][0xd2]<[0xef][0x88][0xf1][0x90][[0xda]U[0x3]"N[0xb9]A%[0x86][0xcd]Hy[0xc][0xf][0x8d][0xf6]/[0xbc][0xea]kiW[0xdf]r/[0x8e][0xe2][0xfc]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xda][0xb4][0xd4][0x81]w![0xf7][0xf1]4[0xb4]>[0xdc][0xda][0xdc][0xe9]V[ZI[0xa7][[0x9b][0xf0][0x8c]D[0x1d][0x10][0xe1]bKv[0x1d][0xae]}E[0x1c][0xef][0xca][0xff]E[0x12][0xe3] [0x85]a[0xcf][0x9f]+[0xc5][0x7][0xe3][0x96][0x97][0xc2]Z>[0x9][0xa1][0xc4][0xa7]![0x1d][0xf] aUgr[0xaf]p[0xb3]g[0xd8][0x88][0xa2]`x2y[0xe2][0x86]k[0xdb][0xa4]Z[0xba]N[0xc][0xf2][0xac]5F[0x9b][0xae][0x84][0xb2][0xc][0x7]b>P[0xdf]77[0xff],[0xbc][0xb6][0x9]^^~[0xa9]+t[0xc3]u>[0xc8][0xee]k[0xe7][0xb4]O[0xbd][[0x9].szXvg}![\r][\r][0xa4]d[[0xae][0xaf],q([0xcd]$[0xad][0xcf][0xcf][0xf8][0x3][0x93][0xc6][0xb0][0xf7]/[0xfb][0xd4][0xe9][0xfb][0x9e][0xe7]*-:[0xc7][0x9e]P[0xdc]([0xf9][0xcd][0x12][0x9e]1r([0xa3][0xc2][0xb0]}[0xc9][0x9f][0xc3][0xb0]<;M[0xf4]/[0xd5][0xa5]#[0xf5][0x1][0xc3]B[0xb9]r[0x96][0xa2][0xf][0x92]0O:I[\r]E[0x8a],[0xf3]M[0xd3][0x9a]![0xbb][0x8e][0x4][0xbd]@[0xe6]'[0xd8][0xfb][0xef]H[0xfc]&;[0x81]EZS[0x84][0x0]^!K[0xeb][0xda][0x10][0x83][0xab][0xc8][0x5]\[0x19]\[0xc3][0x12][0xc5][\r]S[0x9e]b[0x86][0xe9]([0x84]ia[0x82][0xe9]$[0x92]i[0x99][0xe2]+d[0xe7][0x2][0x9c][0xf1][0x14][0xc8]Z[\r][0x94]\'[0xd5]E[0xca]2[0xaa][0x8b]X[0x8f][0xa9]ZF[0xd4][0xda][0xc0]f[0xa0][0xba][0x88][0x1b]1U[0x8d]`[0xda][0xc2][0xcd][0x19][0xd5][[0xb8]5V}[0x9b]To[0xe3][0xce]x_"k'[0xb0][0xee][0x9e][0x3]PK[0x7][0x8]yc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonException.classu[0x90][0xcb]N[0x2]1[0x14][0x86][0xff][0xe][0xc3][0x8c]"[0x82][0xa2]`b\x[0xd9][0xe8]`[0x9c][0x85][0xec]0l[0x8c]&[0x1a][0xe2]B[0x8][0xfb]26P[0x1c]:f.[0xea]k[0xb9]"q[0xe1][0x3][0xf8]P[0xc6][0xd3][0x82][0xc4][0xb]v[0xf1][0xb7][0xe7][0xf6][0x9d]?}[0xff]x}[0x3][0xd0][0xc0]V[0x1]66[0xb4]l[0xba][0xa8][0xba][0xa8]18gR[0xc9][0xb4][0xc5]P=l[0x8f][0xf8]#[0xf7]C[0xae][0x6]~'[0x8d][0xa5][0x1a]4[0x8f]z[0xc][0xf6]yt'[0x18][0xca]m[0xa9][0xc4]M6[0xee][0x8b][0xb8][0xcb][0xfb]!e*[0xed]([0xe0]a[0x8f][0xc7]R[0xc7][0xb3][0xa4][0x9d][0xe]e[0xc2][0xb0]C[0xac]{[0x1e][0xa7][0xdc][0x1f]%[0x91][0xf2][0xaf]I.[0x9e][0x3][0xf1][0x90][0xca]H5[0x19][0xdc][0xb1]H[0x12]>0[0x90]?K[0x19][0xbc][0x5]V[0xbe]e[0xba][0xc3]8z[0xd2][0xeb][0x8c][0xbf]|[0xc0][0xb3][0x84]H[0xd5][0x85][0x1d][0xc][0x85]N[0x94][0xc5][0x81][0xb8][0x94][0xc6][0xf3][0xf]''z[0xa2][0x88]<[0x1c]-%[0x86][0xed][0xff]][0x9b][0xe2][0x17][0xff]6S[0xa9][0x1c][0x8b]y[0x11]{[0xc8][0xd1][0xa7][0xea]c[0x81]i [0xa9]KQ[0x8b]b[0x8b]n[0xc7][0xab]O[0xc0]^L}[0x89][0xb4]`[0xb2][0xfb][0xd4]y[0x80]ez[0xd5][0xa6]][0x94]_1[0x14][0x7]E[0xac][0x12]C[0xb3]J3[0xd6][0x15][0xed][0xc8][0xd1][0xed]z[0xf5][0xe3][0x9][0xac][0xdf][0xb0]S[0x1a]j[0x18][0xd8][0xee][0xb4]m[0xe]sg0[0xfd]*c[0xcd]X\7[0xd3][0x95]OPK[0x7][0x8][0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]jakarta/json/JsonMergePatch.class;[0xf5]o[0xd7]>[0x6][0x6][0x6][0x13][0x6]nv[0x6]Nv[0x6].F[0x6][0xd6][0xc4][0x82][0x82][0x9c]JF[0x6]#[\r][0x9f][0xac][0xc4][0xec][0xc4][0xa2][0x92]D[0xfd][0xac][0xe2][0xfc]<}/ [0x11][0x96][0x98]S[0x9a]j[0xad][0x89]K[0x82][0x91][0x81][0xbb]$[0x1f][0xce]ed[0x90][0xd2][0xc0][0xa3][0x94]+8[0xbf][0xb4](9[0xd5]-3[0x7][0xa8]R[0x18]$[0xe3][0x9b]Z[0x94][0x9e][0x1a][0x90]X[0x92][0x9c][0xa1][0x97][0x95]X[0x96][0xc8][0xc8] [0x8d][0xa1][0x19][0xa1][0x84][0x91]A[0x0][0xa4]H?'1/][0xdf]?)+5[0xb9][0x84][0x8d][0x91][0x81][0x91][0x81][0x89][0x1][0x4][0x98]X[0x18][0x19][0x98][0x19]X[0x18][0x18][0x80]4+[0x3][0x1b]P[0x84][0x91][0x81][0x1d]$[0xce][0xc0][0x1][0x0]PK[0x7][0x8]'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonNumber.classuR[0xcb]n[0x13]1[0x14]=[0xe]i&[0xcf][0xa6][0xb4][0xa1][0xf][0xca][0xa3][0xd0]B[0x93].[0x18][0x9][0xb1]+b[0xd1][0x7]R[0xab][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95][0xe8][0xce][0x99]X[0x13][0x87][0x89][0x1d]f_W&[0xdf][0x9a]JG[0xbd][0xe9][0x2][0xad];a[0xc4]U[0xe8][0xb2]%[0x12][0x15][0xf]u[0x9f][0xaa][0xcd][0xae]T"'?s[0x9a][0xca][0xb0][0xdc][0xd5]A6%[0x96][0xd9][0xd9][0x91]E3[0x90][0x9][0xc3][0x6]9}[0xe3][0xb1][0xe1][0xfe]0[0xd1][0xca]?[0xa5]05,[0x1b]}nb[0xa9][0xc2][0xf9][0x91]9K[0x8a][0x92][0xf8][0x9e][0xf2][0x88]l[0x1e][0xb5][0xff])[0x9f][0xf5][0x86]"0[0xfb][0xf6][0x5][0x6]<[0x19][0xe4]{U[0xcf]u[0x1a][0x7][0xe2][0xa3][0xcc][0xa6]7g[0x83][0xde]d[0x8d][0xc][0xbb][0xb3][0xfe]/*I[0xc7]c[0x1d][0x1b][0xd1]?[0x1b][0x8b][0x98][0x1b][0xa9][0xd5][0xf1]$[0x10][0xe3],[0xa9][0xa3][0x8d][0xe][0xc3][0xda]=k3,[0xcd]/[0xc2][0xb0][0xfa][0x9f][0xd8][0xdd]d[0xe9][0xbd]T[0xd2]|[0xb0]orQ"@[0x91]~[0xd5][0x2][0xfd][0xb1]F[0x91][0xaa][0xf0][0x0][0xc2]2*[0x16][0xab][0xe]k[0xa8][l8\D[0xd3][0xe2][0x92][0xc3][0x87]X[0xb6][0xb8][0x82][0x16]9[0xd1][0xe5]`[0x95][0xe2][0x1a][0xe5]oQ[0xa0][0xc]([0xdf][0x80]}[0xfd][0x81][0xc2]/[0xca][0xb]X[0xa7]X[0xb2][0xfc]56([0xd6]s[\r][0x1e]c[0xd3][0xfa]<[0xc1]S[0x8b][0xcf][0xf0][0xdc][0xe2]V[0xb6][0x7]i^[0xd8][0xee][0x97][0x1]PK[0x7][0x8]=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonObject.class[0x8d][0x92]MK[0xc3]@[0x10][0x86][0xdf][0xd5][0x9a][0xd8]/[?[0xda]j[0xfd][0xba][0x89][0x82][0x9a][0x8b][0x7][0xa1]"[0xe8]A[0xa8]h=[0x14]<[0xf4][0xb6]-KH][0x13][0xd9]f[0x5][0xff][0x9a][0x7][0x80]?J[0x9c]lW[0xad]%[0x81][0x10][0xc8]Kf[0xde]ggv2[0x9f]_[0xef][0x1f][0x0][0xce][0xb0][0xef]b[0xdb][0xc5][0x8e][0x8b]][0x17]{[0xc][0x15]_[0xc4][0xb7][0x93]([0xbc]R[0x8a][0xbf]1[0x1c][0x1f][0xde][0x8d][0xf9]+[0xf7]$[0xf]}[0xaf][0x1f][0xab] [0xf4];G[0x14]z[0xe2]*[0xe6][0xde][0x98][0x8c][0xde][0xaf][0xbb][0xc3]P[0xb5][0xf4][0xc3]p,F1[0xc3]I>|j[0x9f][0xe1]{[0xfa]y(Tn~j[0x9f][0xe1][0xa7][0xd6][0xdc][0xbc][0xcd]0[0x14][0x89][0xff]a[0xf]2[0xd8][0xb9][0x10][0xc3]y[0x8a]1'[0xea]P[0xbd]nH[0x83]j[0xa4][0x15][0xeb]24S[0xe2][0xdd]$Q"[0xf2]:[0x8a][0xa4][0xe0]a[0x6]=H[0xa7][0x7]I[0xc2][0x9]&=-%][0xb8][0x1f][0xf8]![0x8f][0xb5][0x12][0xc][0xc1][0x8c][0xd9][0xfe][0x91][0xd4]Q[0xe9]Q[0xe2][0xb7]W[0xd4]q [0xbd]{[0xfe]r[0x91]:[0x83]9[0xf8][0x91]K-:[0x97]t[0xf1]R?[0xd2]j$n[0x2]I[0x85]k;p[0x9a][0x9c][0xc2][0xd0][0xca]X[0x11][0x86][0xfa]|[0x8f][0xc][0xed][0xec]&i#[0xfe]u[0xe9]00,[0xd0][0xb3][0x88][0x2]m[0xb9][0xc0][0xb0][0x4][0x7] u[0xb1]l[0xb4][0x88][0x92][0xd1]2*F[0xab]X[0xb1]Z3Z[0xc7][0xaa][0xd5]5[0xa3][0xeb][0xd8][0xb0][0xda]0[0xda]L[0xbe][0xa9]B[0xcb][0xbc]7[0xb1]e[0xb4][0xfd][\r]PK[0x7][0x8][0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonObjectBuilder.class[0xad][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][j[0xaf]V, [0x82]?P[0x4]E)/[0xde][0xb]>[0x95][0x90]P[0x91][0x84][0xa6][0x81][0x87]b[0x13]y[0xdb][0xde]m[0xca][0xd6][0xbb][0xbd]f[0xbb]G[0xf4]/3[0xd1][0x4][0xdf][0xfd][0xa3][0xc]s[0xd7]M[0x88][0xb6]5k[0xc3]m[0xb2][0xdf][0xb9][0xd9][0x99][0xcf][0xce][0xec]m[0xee][0xd7][0xef][0xef]W[0x0]v[0xb1][0xed]a[0xb3][0x2][0x86][0x97][0x1e]^y[0xd8]b[0x98][0xe3]a[0xc8][0xd0][0xaa][0xb5][0xfa][0xfc][0x92][0xfb][0x11]W=[0xbf]m[0xb4]T[0xbd]:y>sm[0xb8][0xdf][0x1f]&[0xca]o[0xd2][0xd4][0xe1]Q*[0xea];[0xe3][0xb][0xa7][0xdd][0xbe][0x8]L#[0x95]Q(t[0x9d][0xe1]h2[0xee]/[0x8f][0x3][0xa8]9[0x15][0x14]ss[0xe1]7d[0xef]X[0x19][0xd1][0xa3][0xd8][[0x81][0x1d][0x8a]@[0xc6][0xf9]8[0xa1][0x9][0xb8][0xb1]y[0xae][0xe0][0x7][0xba]Ya[0xa9][0xe][0x87]F[0xce]uA[0x8c][0xdb]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde][0x96],X[0xc6]J[0xa5][0xb8]e8[0xeb][0xfa][0x96]I'[0x12]GJm[0xb][0xf8]$[0xf4]vf#[0xe7][0xc1]V[0x93]vV7[0xd3][0xba]S`[0x90]u\[0xd1][0xe2][0xd5][0xfa]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xc1][0x9d][0x13][0x10]j[0x82][0xbe][0xd8]$`[0x9a][0xae][0xba];[0x5]*[0xcd][0xaf][0x15][0xf2][0x96][0xee]V[0x1c][0x82][0xe9]l[0x96][0x1b][0xb9]^[0xe][0x8d]4k[0xe7][0xa5]m[0xc7].[0xa6]N[0xf7][0xbd][0xc5].[0xd1]04W[0xcf][0xee]-[0xeb][0xa5]z[0x96][0xf2]L[0xd6][0xac]'[0xe8][0x9]1[0xc0][0xc9][0x13]p[0x9][0xab]R[0x9c]y[0x3][0xe6](`@[0xb3]+N[0xd6][0xb8]_`[0xa0][0xad][\r][0xaf]q[0x6][0xa6][0xe0][0x16][0xdb][0xfe][0x9][0x5][0xbb][0xd8][0x93]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xbe][0xf]S[0xc1]m[0x14][0x15]L[0x83][0xa4](>T[0xf0][0x11]&[0x99][0x14][0x93]`+(a_@[0xef][[0x18][0x89]o[0xb3]F[0xa9][0xb6][0xcf]W[0xce][0xf6][0xe4]^[0xa5]`[0xe6][0xc][0x87]A[0xd2][0x82][0xce]/[0x9a][0xa6][0x91][0xd7][0xcd] [0x9f]}p[0xdb]v[0x82][0xee][0x8e][0x11]<[0xb5][0xa8]A{[0x9b][0x1f].i[0xa9][0x95]`[0x89][0xa5][0xf7][0xbf]}*[0xa8][0xc0]AY[0x81][0x8b][0x18][0x83][0xbc]K[0xdd][0xd3]s9&[0xce]([0xb8][0x89][0x11][0x9a][0xbb]c[0x14][0xed][0x3]CA[0x98]i[0x92]c[0x94]L=Kj[0x84][0xa9]b[0xcd]4[0xca][0xe5][0xac]][0xfa]N[0xc1][0x18][0x97]][0xa3][0xec]*[0x18]gr[0xeb][0xe9]9[0x8][0xf0]fM[0xdb]2[0xce][0x8e]<[0xb5][0xb5]kd][0x9a]@W[0xf3][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xf8][0xe4][0xea][0xf0]'>[0xdd]|[0xcf]O[0x86]c[0x80][0xcd][0x16][0x96][0xad]H[0xfb][0xd9]c:2[0xf6]+[0xba]Y^[0xcc][[0xb6]c[0xc4][0xf5][0xf2][0xbb]6v[0x83][0x1a][0xa3][0x97]J[0x86][0x95][0x13]0[0xf6][0x8e][0xe7][0xd6]tp[0x94][0x8f][0xec][0xda][0xb5][0xa3][0xd8]-[0xfa][0x92][\r][0xd3][0x17]V[0x8e][0xf5][0xb0]f[0x3][0xc4][0xc3]u[0x1e][0xa9][0xf3][0xd1]:[0x1f][0xab][0xf3]q[0xc6][0xa1][0xb2]m[0x2][0xda]{[0xd9]J[0x92][0xee][0x83][0x9f][0xad][0x16][0xa8]K[0xa4][\r][0x12]g[0xbf]@[0x15][0xc2]!Z^[0xc1][0xf3][0x94]4[0xfa]0pOf[0xbb]C[0xfe][0xb7][0x89][0xd6][0xfc]'[0xd1][0xc2]O[0x3][0xaa][0x18]~[0x1][0xef]+[0x88][0xcc][0xbf][0xe5][0x94][0xff][0xa7]D[0x95][0x9a][0x17][0xa6]Xl[0xb2][0xd3][0x96][0x10]e[0x8][0xf][0xe0][0xa1]Z[0xc8]#[0x1c][0xe9];[0x82]/<[0xf6][0x1b][0xa4]g[\r][0x8c]V[0xb2][0x2][0x1b][0x84][0xb5]I[0x1]O8V[0x17][0xd9][0x18][0xe2],[0xaf][0x87]I[0xac]"[0xf][0xe6][0xf8][0xad][0xbb][0x14][0x89]^I=[0xbf](q[0x16][0xd9][0x1b][0xfe][0x15][0xd2][0xd9][0xd4]r'R[0xf3][0xd6][0xe1][0xfc][0x98]o[0x14][0xf7][0x13]%[0xe6]%[0x1e][0x1]9[0x19]y9[0xeb][0x99][0xeb][0xef][0xfb][0x19][0xfd][0x91][0xfe][0x89])[0xb1]G<[0x84]?|[0x88][0xc0][0x8f][0xf0][0xf5][0x88]O[0xbf][0xf7][0x8][0xbf][0xfc][0xfb][0xf7]1.d[0x8e][0xa1]d[0x8e]pQm=D[0x1b][0xd9][0xdb][0xe][0xd1]~[0x84]K[0x12][0x8c][0x87][0x87][0xee][0xe2][0x90]6:[0xe8][\r]_[0xc3]>u[0xdc]F[0x88]^[0xd1][0x9b][0xca]:[0xd0][0x86]{[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb]I[0xbc]6+[0xe2][0xbc][0x13][0xaf][0xe1][0x97][0xe0][0x11][0x84][0xee][0x8]C[0xc6][0x2][0x12][0xf5]D[0x8f]8&[0xf0][0xc3]1[0xc4][0x8c][0xaa]z[0xd4][0x8e]#\~[0x8e]N[0xae]v[0x89][0xea][0x15][0xae]vs[0xb5][0xc7][0xab][0xf6]r[0xf5]*W[0xfb]|j?W[0x7][0xb8]zMR[0x83]\[0xbd][0xce][0xd5]AY[0xbd][0xc1][0xd5][0xa1]v[0xdf][0x1f]t[0xe0][0xa9][0xa2]S[0xcb][0x88]Utk[0x19]o[0x15]W[0xb5][0x8c][0xaf][0x8a][0x1]-#Uq][0xcb][0xc8]U[0xc]i[0xcf]![0xc5]@n_[0x1c]'[0x12][0xfd][0x87][0x8b]_PK[0x7][0x8]*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonPatchBuilder.class[0x9d][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xad]i[0xa2][0xd1]j[0xfd][0xdb][0x8][0xee][0xeb][0xc6],[0xec].;A[0xc1][0x1f]P([0xb8]p7[0x9d][0xc]5qL[0xca]tR[0xe8][0xab][0xb9][0xf0][0x1]|([0xf1]&[0x1d][0x14]j4[0xe0],[0xe6]c[0xee][0x9c]s[0xe6][0xc0][0xbc][0xbc][0xbe][0x1][0x18][0xe2] [0xc0]^[0x80]}[0xc2][0x9a]H[0x12][0xc2][0xcd][0xe0]6[0x13]s[0x11]i[0x91]O[0xa2][0x91]5i>[0x89]y[0xf2],[0x8c][0x15]Q6+[0xf2][0xe8][0x9a][0xb7][0x7][0xa1]K[0x15][0x9f][0xfc][0xbc][0xb8][0x17]V>[0x9d][0x97][0xa9]N[0x94][0x89][0x9][0x17][0xcd]i+[0x93][0xf6][0x9c]aC[0xce][0xd5][0xff]l[0x8f][0xed]6[0xdf][0xa8][0x97]b[0xae][0x8]g[\r][0xfe]v{`[0xd4]T[0xb][0xc9]~o[0x19][0xe3][0xc9]b[0xba]`X5[0xb3][0x84][0xee][0xb8]R[0x12][0x8e][0x6][0xbf]EqF8*J#[0xd5]e[0xaa][0xd9][0xb8][0xfa][0xc8]i[0xd5][0x8a]p[0xfc]g[0x13]B[0xff][0xbb][0xfc][0xdd]8S[0xd2][0xfa][0x4]B[0x7][0xd5][0xea]{[0xfc][0xe3][0xf0][0x80][0x9a]]G[0xdf]1[0xa8][0xb9][0x8e][0x8d][0x9a][0xa1][0xd3][0x85]N[0x17]:][0xe8]t[0x9b]n[0xbe][0xe5][0xd8]s[0xfa][0xde][0xd7][0xd9]w\[0xea][0xb7][0xb1][0xc3][\r][0xb8][0x1f][0xef][0x1d][0xec]~[0x2]PK[0x7][0x8][0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/JsonPointer.class[0x95]R[0xb1]N[0xc3]0[0x14][0xbc]WJ[0xd2][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x5][0x8a][0xc4][0xc6][0x9a].dA[0xc])Bba@H [0x12]1[0xb0][0x19][0xd7][0x8a][0x12][0x82][0x8d]\[0xa7][0x1f][0xc7][0xc0][0x7][0xf0]Q[0x88][0x97][0xa4][0x2][0x89][0x8a][0x0][0x1e]l[0x9d][0xef][0xde][0xdd]Y[0xf2][0xdb][0xfb][0xcb]+[0x80]c[0xec][0xfb][0xd8][0xf3]1&[0xac][0x89][0xd9][0x8c]p[0x1b]\[0xe5][0xe2]QX'[0xc2]|ntx[0xc9][[0xec]l)]i[0xd5]t[0x95][0xbb][0x13]E[0xa9][0xa6][0x93][0xb6]!B?[0xce]R-*@8?M[0xa2][0xa8]M~[0x16]$[0xc9][0xcf]A[0xcc][0x11]<[0xab][0x9e][0xcc][0x82][0xcd][0xa2][0xd6][0xb6][0xbf][0xb4][0x9a][0xfc][0xa9]I[0x93][0xe8][[0xf5]\[0x8][0xc9][0x91]Ci[0xb4][0x13][0x99][0x9e][0xd7][0x85][0x8][0x87][0xed][0x15][0xee][0x9][0xbd]T[0xb9][0xa5][0xf8][0xe4][0xbf]}[0x9b]W[0xb3][0x87]3[0xac][0xcb]tJ[0x18][0x7][0x95]n![0xc2]B[0xe8]4lnY1[0x88]Mi[0xa5][0xba][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce][0x19]U[0xb3]7&[0xd3]N[0xd9][0xa3]JL8X[0xf1]^[0xf2][0xac][0xfe][0xb2][0xbb]~[0xc8][0x95]t[0x1e][0x81][0xd0]A[0xb5][0xbc].[0xff][0xc]t[0x19][0xaf]3[0xea][0xd4][0xd8]G[0xef][0x13][0xf7][0x19][0xf][0xbe][0xf1][0x1b][0xd8][0x4][0xf8][0x1c]b[0xab]>[0xb7]1b[0x8e][0xb0]S+v?[0x0]PK[0x7][0x8][0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonReader.classu[0x91]MO[0x2]1[0x10][0x86][0xdf][0xe2][0xc2][0x2][0xa2]|[0x88]"[0xf8]q[0x15].nb[0xbc]iL[0xc][0xd1][0x83]![0x92][0x88][0x92]x,K[0xa3]][0xd7][0xed][0xa6][0xbb]k[0xf0][0x97][0x99]h[0xa2]w[0x94]q[0xb6]H8[0x8][0x97][0x99][0xe9];O[0xdf]N[0xdb][0xef][0x9f][0xf7]O[0x0][0xc7][0xd8][0xb3][0xd1]([0x82]a[0xdb]F[0xd3]F[0xcb][0xc6][0xe][0x83][0xa5][0x5][0x1f]3[0xec][0xb7];=[0x8f]?q[0x1d]s[0xc7][0x8b]T[0xe0]\Q[0x18][0xc4]:q[0xe3]D[0x8b][0x13][0x86]b[0xca][0xf5]G[0x9e]pc[0x86][0x9d]E[0xf4][0xb4]Ih!E[0xcf][0xb5][0xe6][0xaf][0xc][0xad]E[0xa4][0xe9][0xcd][0xc0]![0xf7][0x13][0xb1][0x4]4=[0x2][0xad][0xae][0x1a][0x13]S[0xee][0xc9]@\'[0xcf]#[0xa1]o[0xf9][0xc8]'[0xa5][0xd6]S.[0xf7][0x87]\[0xcb]t[0xfd]'Z[0xf1][0xa3][0x8c][0x18][0x9a][0xff][0xfd]n[0xe8]<[0xa1][0xc9]0[0xeb][0xfa]*"t[0xa5][0xdd][0x19][0xd2][0xdd][0x6]*[0xd1][0xae][0xb8][0x94][0xe9][0xee][0xf2][0x1c]<[0xf4][0xf8][0xb]g8H[0x93][0xe3][0xf3][0xe0][0xc1][0xb9][0xb][0xa2]$[0xc][0x95][0x8e][0xc5][0xb8][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd]c[0xa9][0x82][0x8b][0x89]+[0xc2][0xb4](a[0x17]u[0x86][0xc6][0x92]c[0x19]*s[0xa3][0xd9]KV[0x8d]$[0x95][0xd3]M[0x7][0x9a][0xce][0x9f];[0x95][0x81][0x8c][0xcf]r4[0x1e],[0xfa][0xae],}^[0xd6]"[0x1d]6@9[0x8f][0x82][0xc9]E[0xac]R[0x87][0xa1][0x84]5[0x8a][0xeb]T[0x1f]!C[0x15][0x90][0xff][0x0][0xbb]C[0xe6][0x8b][0xea][0xc][0xca][0x14]sF[0x9f][0xa0]B[0xb1]4ePE[0xcd][0xf8]l[0xa0]n|6[\r][0xbd][0xf5][0xb]PK[0x7][0x8][0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonReaderFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0x83][0xb7]J/[0x85]B[0x8b]"[0xb8][0xf8][0x1][0xcf][0x18]c[0xd6]5)[0xd9][0xb7][0x82][0xbf][0xe6][0xc1][0xf][0xf0][0xa3][0xc4][0xb7][0xcd][0xc2][0x82]hs[0xc8]L[0xe6][0xcd]L[0xde][0xd7][0xf7][0xc7]'[0x0]\[0xc2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{)[0xc][0x5][0xc]T[0xd0]H[0xfa]N[0xe3][0xa3][0xe][0x2][0xce]F[0xd7]9[0xbe][0xa1][0xb4]^Fi2f[0xe1][0x5][0x3][0xa1][0xcc]K[0xef][0xe4][0x92][0xaf]f"[0xe0][0xa2]u/[0xdc][0xaa][0xa2][0x8c][0xb8][0xec]ucd[0xf9]w$[0x8a][0x8e]U[0xf5][0x8c][0xa1][0xd4]$g[0x11]7[0x96][\r]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xa6][0x99]wO[0xd6],[0xdc]}[0xa9][0x5][0x1c][0x8e][0xc6][0xb1][0xa9]"[[0xc8][0x1b]\[0xb1][0xa9][0x97]Y[0xe3][0x90][0xaa][0xc0][0xf3][0x93][0xdf][0xf3][0xab][0xf8],[0xd0][0x19][0xc9][0xab]Xg&[0xa7]S[0xe][0xf5]3_[0x5][0xa5][0xe7][0xb6][0xe0][0xd4]Q[0xfb][0xe9][0x1c][0x15][0xf9][0xf0]~^[0xa7][0x4][0x1c][0xff][0xb3]Z[0xe3][0x12]p[0xd0][0xb6][0xdf]>[0xe4]ZQW[0x80][0x80][0xe][0xd4]'I[0x4]lA[0xc2][0xa4][0xc6][0xed][0x6][0xbb]kLa[0x87]}=vu[0xa0][0xcf]lw[0xcd][0x6]?PK[0x7][0x8]g[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonString.classe[0x8f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]`[0x10][0x85][0xdf]h4qWp[0x1]O[0x90]4[0xa6][0xb1][0xb3][0x14][0x4]E[0xb0][0x8]X[0xd8][0x8d][0xf1]'1[0x86][0x4][0xb3]x8[0xb][0xf][0xe0][0xa1][0xc4]Q[0xb][0xb7]b[0x16][0xde]|[0xb3]]o[0xe7][0xb][0x80]1::[0x9a]:Z:[0xda][0x84][0x8a][0xa7]2'K[0xf6][0x91]G[0xe8][0x9a][0xd6]2[0xe0][0x13][0xdb]!G[0x9e][0xfd]R'[0x4]C[0x90][0xa9][0xcf]IJ[0x18]~[0x11][0xf][0xd1]Q[0xc7]\E[0xae][0x12][0xae],)[0x87]B[0xf5][0xcc][0xf]h[0xb5][\r][0x94][0x9b]M[0xac][0x8d][0xc][0xf2]9[0xf5][0xa7][0xf1]N[0x11][0x8a][0xa6]5'T[0x9d]8O\5[0xdb][0x87]"[0xb5][0x16]i[0x1c][0xbd][0x96][0x8e][0x1e][0xed][0x84]A[0xc0][0x7]N2[0xb6][0x3][0xa9][0xd8][0xef]2[0xa1][0xfd];[0x9f][0xd0][0xff][0x83][0xd7][0x1c][0xe6][0xaa]L [0x14][0xc4][0x8a][0xf2][0xba][0xa6][0x11]4[0x94]$[0x91]k[0xa1]?[0xa3][0x81][0xca]3VQ[0x13][0x82]P[0x17]_@[0xe3][0xe]PK[0x7][0x8][0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonStructure.class[0x8d]Q[0xcb]J[0xc3]P[0x10]=[0x13]cR[0xfb][0xb0][0xf][0xb5][0xd6]Zw.[0xea][0x83]f#n[0xba]p![0xb8][0x90][0xa2]B[0xa5][0xfb][0x9b]x[0x89][0x89]1[0x81][0xdb][0x1b][0xbf][0xcb][0xa5][0xba][0xf0][0x3][0xfc](q[0x12][0x8b]"1"[0x3][0x87];3[0xe7][0x9e]y[0xbd][0xbd][0xbf][0xbc][0x2]8[0xc2]N[0x15]mtjX[0xc3][0xba][0x8d][\r][0x1b]][0x1b][0x9b][0x84][0x8a]/[0xf5]LD[0xa9]$[0x1c][0xe]'[0xa1]x[0x10]N$b[0xdf][0x99]j[0x15][0xc4][0xfe]x[0x8f]CwBi[0xe1][0x84][0xf3]$v[0xce][0x19]r[0xf6][0x98]`[0x9e]&7[0xfc][0xab]9[0x9]by[0x91][0xde][0xbb]R][0xb]7[0xe2]Hg[0x92]x"[0x9a][0x9][0x15]d[0xfe]"h[0xea][0xdb]`N[0x18][0x14][0xf5][0xb8]R[0xea][0xe9]Te[0x9a][0xb5],z[0x95][0x4][0xb1][0x96]*[0x13]*[0xf4]C[0xa8]N[0x93]Ty[0xf2],[0xc8]K[0xfd][0x10][0x18]et[0x1b][0xbd]:[0xb6][0xd0][0xb7][0xb1]][0x87][0x85][0x1][0xa1]_^[0x92][0xd0][0xfa].q[0xe9][0x86][0xd2][0xd3][0x84][0xee][0xef]#[0x13][0xda][0x85][0x4][0xa1][0xe1]))[0xb4][0xfc][0xea]y[0xf4][0xbf]%.[0xf8][0xac][0xe2][0x89][0x84][0x88][0x84]g>[0x4][0xb1][0xc6]DR[0xc6][0x88][0x8f][0x94]If[0x91][0x92]1[0xce][0xf0][0xb9][0x8c][0x10][0xc3]u[0x19][0x13][0xc]7dL2L[0xcb][0x98]b[0x98][0x91][0x11]f[0xb8])!+[0xc0][0x9d])[0x16]3[0xba][0x0]o[0xc5][0xa8][0xb5][0xcd][0xd2][0xc7][0xf][0xa6][0x0]%o[0xdb]f#[3[0x9a]M[0xb3]) [0xa2][0x1e][0x1a][0xef][0x8d]F[0xcb][0x88][0x1f]6[0xeb]v|[0x97][0x4]7[0x9e][0xb9]tI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xec]m[0xee][0xe6][0xb2]%[0xfa][0xd0]J[0xc5]|a[0x87]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0x97][0x9b][0xb9][0xa2][0x0][0xb1]T,[0xe7]([0xd3]vF[0xd5][0x8][0xc5]BYU[0x5]H3[0x95][0x8c]Z[0xce]i[0x2][0xa6]_[0xdd]*[0xc1]1#T[0xce]l4v+[0x7]1[C[0xcd][0xf4][0xab][0x96]m[0x16][0xda]G[0xfb]f[0xa3]d[0xec][0xd7][0xe8]D[0xe2][0x91][0xf6][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0x8d]R[0xa0]c#^3[0xec][0x83][0xb8][0xd6]jX[0xf6]A2v[0x9b][0xd8][0x1][0xb5]^5j[0x15][0xa3]a[0xb1][0x90]N\[0xd1]6[0x8e]L[0xa6][0xfb]'&U[0x9f][0xb2]l[0xab][0xb5]. xM[0xca]|[0xac]B[0xde][0xad]w[0x16]u[0xe7][0xd5][0xac][0x3][0xdb]h[0xb5][0x1b][0x14][0xc9][0x15]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9U[0xad]9[0xce][0x89].[0xdf][0x9c][0xdd]>J[0xdd]\[0xeb]:%[0xf7]i[0xf5]v[0xa3]jn[[0xac][0xca];[0x97]V[0x8b],[0x98][0x82]{l[0xa7]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0x90][0x93][0xb0]- |SL[0x5]s[0xd8]Q[0xf0][0x0][0xf][0x15][0x8c]`L[0xc1]8[0x13]!&&[0x98][0x98]db[0x8a][0x89]0[0xc6]([0xe1][0xd5][0x9a]i[0x11][0xaa][0xb5][0xba]M[0x95][0xc]Ec][0xfd][0xec][0xed][0x1f][0x9a][0xd5][0x16]U[0x1b][0xbc]>[0xbf][0x80][0x95][0xee][0xd1][0xf1][0xed]L^[0xff][0xfb][0xba][0xd3]%[0xd3][0xcb][0xb4][0xeb]A[0xba]Hrz[0x94][0x95][0xb][0x10][0x8e];[0x18]rp[0xc2][0xc1]I[0x7][0xa7][0x1c][0xc]3[0xf4][0x8f][0xb1][0x19]Q[0x4][0x11]^Lc[0x6][0xb4][0x83][0xc4]"[0x84][0xec][0xf1]u |A[0xcf]9\[0x9f][0x89][0x9][0xb8]O[0xd2][0xc3]u[0xcb]d?[0x87][0xa8]c[0x9f]@[0xf]?[0xf5][0x5][0xc4][0xf9][0xaf]p[0x9f]Cd[0xf6]=W[0xec]c$[0x95][0xb]+[0xcc]c[0x81][0xeb]i[0xce]$g[0xb9][0xde]E/ [0xcd]/[0x84][0xce][0xe0]9[0xf9][0x8f][0xbb][0x84]EV:[0xe2][0xdc]f[0x9]2i[0x97][0x9c]B~Q#[0xec][0xf9][0xf4][0x1d][0xa2][0x1e][0x90]\g[0x90]O[0xe1][0xe5][0xc4]'r[0xd2][0xcb][0x89][0xe2][0xe6][0xa4][0x8f][0x93];[0x1e]N[0xfa]9[0xf1]K[0x9c][0xc]p[0x12][0x90]9[0x19][0xe4]d[0xc8]a7[0xec][0x97]~[0x10]wuh[0xa1]u[0xb1][0x83]^Mww[0xd0][0xa7][0xe9][0x9e][0xe][0xfa]5][0xea]`@[0xd3][0xe5][0xe][0x6]5[0xdd]OG[0xc3][0xda])[0x84][0x93][0xcb][0xf1]E[0xa8]^`[0x5]}X[0xa3].6h[0x88][4[0xbe]<2([0xd0][0xab][0xe1]5[0x1f][0xc5]Eo[0x8f][0xf0][0x98]c[0x2][0xa3]|lt[0x93][0xf0][0x14]w[0xd3][0xa3][0x1]PK[0x7][0x8][0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonValue.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xb7][0xa5][0xcb][0xca][0xa5]"P[0xa0][0x88][0x8][0xd8]"R/xm[0x5]J-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x8b][0xa1][0xa5]I_$C[0xd9][0xe0][0xe2]vK[0xb6][[0x13][0x1e][0xfd]Gj[0x13]I$1>[0xfb][0xa3][0x8c]gf[0xcb]EZ[0x82][0xfb]0s[0xce][0xd9][0xef]|[0xe7][0x9c]of[0xf7][0xf7][0x9f][0x1f]?[0x1],`MAR[0xc5]}[0xff][0xc8][0x1d][0x97]'[0xf7][0xeb]5;[0xb9]N[0xcb][0xc6][0xce][0xbe]QqS[0xc]}[0xe7][0xf0][0x99][0xcd][0xcd]L[0x99]a[0xb8][0x1d][0x9e]q[0x1c]~H[0xe8]@~K[0xd7];"dG[0x2]Q[0xdc][0xdc][0xca]1[0x4]W3z[0x81]vm[0xcf]p[0xcf]5;[0x15]O\[0x92]:u[0x8a]"[0x12][0x8d][0xd7][0xcf][0x9a]d[0x18][0xed][0x94]u:A [[0xdb]%[0xea]^[0xdd][0xb4][0x8d]|[0xa3][0xba]c8E[0xbe]cQ$[0xa2][0xd7]*[0xdc]*q[0xc7][0x14]~+[0x18]p?[0x98]$S[0xb7]WA[0xce][0xc5]0[0xd2][0xa9][0xc0][0xc9][0xcc]]n[0xad][0xe0]:[0xa6][0xbd][0xc7]0 q[0x9f]x[0xd2][0xe2][0xf6]^[0xd2][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "D[0xba]b[0x99][0xb6][0xe9].2[0xf8][0xe3][0x89][0x12][0x83]Z[0xa8]5[0x9c][0x8a][0xb1]j[0x8a][0x8a]=[0xa7]3[0xce][0x8b]\[0x86][0xa1]KfQ[0x90][0xd5][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0xda]`[0xe7]fH[0xf8]^[0xe4][0xaa][0x7][0xee][0xa1][0x97][0xab]a[0x15]s[0x1a][0x86]0|[0x91]_[0x82]d[0xba][0x86](Fh[0xd8][0xce][0x7][0xb0]V=[0xb0]4[0x8c][0xe2][0xb5][0xa0]z#[0xac]1[\r]1[0xe1][0xc6][0x84]5.[0xac]q[0x8c]ujN[0xe6][0xd3]U:[0x93][0xe6][0xe4][0xe4]&[0xae]:l:[0xb7][0xb3],y[0x89][0xe9][0x88]*[0xbc]N[0xb9]3q[0xfd]"a*[0xd1][0x1e]b[0x8][0xa5][[0xe2]O[0xfe][0xcf][0xdd][0x9a][0x8e]_[0x8d]J[0x94]Bt}p[0x9d][0xbe][0xe1] [0x89]F[0xaa][0x92][0x15][0x15][0xf2][0xc9][0x9d][0xa4][0x91]{[0xac][0xb5][0x8f][0xcb]=[0x18]`[0xb8][0x89][0x9][0xb2][0x18]na[0x92][0xd6][0xdb][0xf2][0x1f][0xe0]#[0xb]P#l[0xf6];|[0xbf][0xc0][0xbe][0x90][0xe7][0xc3][0x14][0xad]![0xf9][0xa6][0x81]iZ5[0xf][0x85][0x19][0xc9][0xc5]p[0x7][0xf1]6[0x6][0xbf][0xc7][0xe0][0xbf][0xc8][0xf0][0xb9][0x9d][0x81]zI`[0x96][0xfc].[0xdc][0xc5]\[0x8b]i[0x17]~[0x88]'}[0x8c]@[0xf9][0x8][0xc1]&B[0xc7]P[0xc8][0xea]j"|[0xc][0xb5][0xfc][\r][0xdd]G[0xd0][0x9a][0xb8][0xe6]9=[0xd2][0xe9][0xf5][0x9c]>[0xe9][0xf4][0x95][0xdd][0x89][0xda][0x83][0xa4][\r][0xa8][0xb2]J[0xfc][0x3]([0xd3][0xcc][0xef]1[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "uvO[0xf6]7O[0x8][0xd1][0xf]}6[0xa4][0xe5][0x8d][0xe5][0xe8]_PK[0x7][0x8]S"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonValueImpl.class[0x8d]R[0xdb]n[0xd3]@[0x10]=k[0xa7]u[0xe2][0xb8][0x17]B[0x9b][0xd2]Rh[0xd3][0xb][0xc4][0xe][0xd4][0xa5]P[0x10][0xb4]@[0xa5]J[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe1]"[0xa5][0xca][0x3]o[0x9b][0xb0]j[0x9d][0xba]v[0x88][0x9d]"[0xf8][0x13]~[0x80][0xa7]<[0x80][0x4]A[0xf0][0x80][0xe0][0x95][0x8f]B[0x8c]7N[0x94][0x6][0xaa]"[0xcb][0xb3];[0xb3]3g[0xcf][0x99][0x9d]_[0xbf][0xbf]}[0x7]p[0xb]wt[0xa4]q%[0x5][0x1d]W5[0xe4]uZ[0xcd]4T[0x98]:FaE[0xa6][0x10][0x99]k:[0xae]cE[0x83][0xad]aU[0xc3][\r][0x86][0xd4]1w[0x9b]b[0xef]M]hX#[0xb7][0xdc]u[0x19][0x8c]][0xcf][0x13][0x8d]m[0x97][0x7][0x81][0x8][0x18][0x16][0x8a]5~[0xc8][0x1b]![0xb7]k[0x81][0xef][0xd9][0x8f][0xc8][0xc8][0xe4][0xa5]^[0xc9][0x6][0xc3][0xf0][0xa6][0xe3]9[0xe1][0x3][0x86][0xe5][0xfc][0xd9][0xe9]f[0x99]![0xb1][0xed][0xbf][0xa4][0xbb][0xc6][0x8a][0x8e]'[0x9e]6[0x8f]*[0xa2][0xb1][0xc7]+.E2E[0xbf][0xca][0xdd]2o8[0x91][0x1f][0x7][0x13][0xe1][0x81]CTfO[0xc1][0xde]=[0xaa][0xbb]D[0xc2][0xd8][0x17]a[0x9f][0x8e][0xa5][0xbc][0xf9]_[0xd4][0xc5][0xab]&w[0x9]}2[0xa2]~[0xcc]m[0x97]{[0xfb][0xf6][0xb3]JMT[0xc3][\r][0xf3][0x5][0x83][0xea]Wj[0x11][0xaf][0xbf][0xe][0x19]FJ![0xaf][0x1e]>[0xe1][0xf5][0x98]g[0xf2][0x80][0x7][0x7][0x1d]ej[0xde][0xdc][0xa5]@[0xe8][0x97][0xc2][0x86][0xe3][0xed]3LH:][0x88]N[0x94] [0xf4][0x92][0xdf]lT[0xc5][0x8e]#[0xc5][0x9f][0x90][0xb4][0x12][0xa5][0x1b][0xc8][0xe0][0xa6][0x81][0x11][0x9c]c[0xc8][0xfe][[0x8e][0x81]i[0xcc][0x18][0xb8][0x88]Y[0x3][0xf3][0xc8][0x19]4[0x15][0x8b][0x1a][0xd6][\r][0xdc][0xc6]"[0xc3][0xcc][0xe9]=c[0x18][0x1f][0x14]E[0xd9]FjP[0xff][0xf3]>[0x88]t[0xc][0xa1]`I[0xda]e[0x8c][0xcb][0x96]2[0xd9][0xfa][0xb1][0xad][0xe9]?PK[0x7][0x8]m[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonWriter.classu[0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa0][0x8]([0x1f][0xca][0x87][0x82]z[0x14]/[0xf6][0xe2][\r]bb[0x88][0x1e][0xc][0x91][0x3][0x8a][0xf1][0xb8][0x94][0x8d].[0xd6][0xb6]Y[0xb6][0xa8][0xbf][0xcc]D[0x13][0xbd][0xfb][0xa3][0x8c][0xb3][0x8b][0x86][0x83][0x98]&3[0xd3][0x99][0xa7][0xef][0xbc][0xdb][0xfd][0xfc]z}[0x7]p[0x84]][0x7][0xf5],[0x18][0xb6][0x1c]l;h8h2d[0x1f][0x95][0xd4][0xe2]D)[0xfe][0xcc][0xd0]h[0xf5]&[0xfc][0x9e]+[0xcd][0xdd][0xc9]4[0xc][0xdc]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xd4]>[0x18]2[0xe4],[0xda][0x1f]M[0x84][0xa7][0x19][0x9a]K[0xd8][0xf9][0xcc][0xc2])[0xb]3[0xec]-[0xc1][0x6]Z[0xc5][0x9e][0x8e][0x95][0xb0][0xe4][0xb2][0xa5]C[0xee][0xc7][0xf3]i[0xb2][0x1b][0x8e]I[0xa6][0xd0][0x93][0x81][0xb8][0x88][0x1f]FB][0xf2][0x91]O[0x9d]r/[0xf4][0xb8]?[0xe4]J[0x9a][0xf7][0x9f]fR[0xdf][0xc9])[0x1d][0xf0][0xaf][0xe2][0xb5][0xb1][0xa3][0xda]dlf[0xb4][0x19][0xea][0xff]m%[0xc4][0xf3][0xc3])!+-[0xe3] ;[0x8]c[0xe5][0x89]3i[0x16][0x14][0x16]Z[0x87][0x13]>[0xe3][0xc][0xfb]&[0xb9]>[0xf]n[0xdd][0xab]`[0x1a]GQ[0xa8][0xb4][0x18][0xf7]#[0xa1][0xb8][0x96]ap[0xfa][0xe4][0x89][0xc8][0x14]y[0xec][0xa0][0xc2]P[0xfb][0xc7][0x19]Cq![0xf4][0xfb][0x8f]K[0xb6]%C[0xb7]k[0xc][0xcd][0x8f][0x98][0xee][0xc8]@[0xea][0xe3]4[0xd9]C[0x92].3EW[0x9b]JR[0x1f][0xe]@9[0x83]U[0x9b][0xb3][0xc8][0xd1][0xc4][0xe4]<[0xc5]5[0xaa];H[0xd0][0x3]d[0xde][0xc0]n^[0x90][0xf8][0xa0]:[0x81]u[0x8a]i"[0x80][0x18][0x5][0x8a][0xd5]9[0x83]"J[0x80][0xad][0xca][0xd8][0x0]#[0xc5]MT[0xac]b[0xd5]~W[0xfb][0x6]PK[0x7][0x8]t[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonWriterFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc1][[0xc5]K[0xa1]`[0xab][0xf4][0xb0][0x88][0xe7]g[0x88]1[0xeb][0x9a]-[0xd9][0x17][0xc1]_[0xf3][0xe0][0x7][0xf8]Q[0xe2][0xdb]faAhs[0xc8]L[0xe6][0xcd]L[0xde][0xcf][0xef][0xd7]7[0x0]\[0xc3]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x7])[0xc][0x5][0xc][0x94][0xd7]H[0xfa][0xc9][[0xd2]^[0xc0][0xc5][0xe8]>[0xc7][0xf][0x94][0xb6][0x94]Q[0x9a][0x8c]YxCO([0xf3][0xaa]tr[0xce]W3[0x11]p[0xd5][0xba][0x97][0x81]V[0x81]2[0xe2][0xb6][0xf7][0xad][0x99][0xc5][0x86]LT[0x1d][0xcb][0xea][0x15]}[0xa5]IN#nm[0x1b][0x1a]M[0xd3][0xd2][0xbd]Xs[0xe7][0x1e]+-[0xe0]x4[0x8e]M[0x81]l![0x1f]p[0xc5][0xa6]^f[0x8d]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe7]g[0xff][0xe7]7[0xf1]Y[0xa0]3[0x92]W[0xb1][0xce]L[0xce]o9[0xd4][0xcf][0xca][0xe0][0x95][0x9e][0xd9][0x82]S'[0xed][0xa7]3TT[0xfa][0xcf][0xcb]:%[0xe0]t[0xc3]j[0x8d]K[0xc0]Q[0xdb][0xbe]|[0xce][0xb5][0xa2][0xae][0x0][0x1][0x1d][0xa8]O[0x92][0x8][0xd8][0x81][0x84]I[0x8d][0xbb][\r]v[0xd7][0x98][0xc2][0x1e][0xfb]z[0xec][0xea]@[0x9f][0xd9][0xfe][0x9a][\r][0xfe][0x0]PK[0x7][0x8][0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]jakarta/json/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/spi/JsonProvider.class[0xa5]XY{[0x13]U[0x18]~[0xf]m[0x93][0x90][0x6][0x81][0xb6][0x14][0x17][0x94][0x80] [0xa5]@#E@hE[0xa1][0xa5][0x90][0xd2][0xb4][0xb5][0x85]V[0xdc][0xa7][0xe9]4[0x9d]2[0x9d][0x89][0x93]I)[0xb8][0xef][0xfb][0xbe][0xe2][0xbe][0xef]"[0xde][0x80][0xca][0xf3][0xa8]W^x[0xe9][0xf][0xf0]?[0xf8][0x3][0xf4][0xf1];g&[0x93][0xc9]t&[0x19][0xf0]"s[0xb6][0xf7]{[0xbf][0xe5]|g[0xcb][0x1f][0xff][0xfe][0xfc][0xb][0x80][0xeb]p&[0x8e][0x95]x"[0x8a]'[0xe3][0xe8][0xc4]S[0xfc][0xf3]t#[0xb6][0xe1][0x19][0xfe]y6[0x86][0xe7][0xe2]x[0x1e]/[0xf0][0xcf][0x8b]Q[0xbc][0x14][0xc5][0xcb]1[0xbc][0x12]G#^[0x8d][0xe2][0xb5](^[0x8f]c)[0x9e][0x88][0xe1][\r]^[0xbe][0xc9]?o[0xf1][0xcf][0xa9]([0xde][0x8e]c[0x5][0xa7]}[0x87]aY[0xef][0xfe][0xbe][0xbd]G[0x6][0xe][0xdf]5<24[0x96][0xee][0xdd]?[0xc2][0xd0]40#[0xcd]I)U[0xd2]r[0xa9]Q[0xd3]P[0xb4]\[0x17][0xc3][0x92][0x1e]]+[0x98][0x92]f[0x8e]IjQf[0x88]t+[0x9a]b[0xee]a[0xa8]k[0xdb]8[0xc6]P[0xdf][0xa3]OR[0xef][0xd2][0x1]E[0x93][0x7][0x8b][0xb3][0x13][0xb2]qX" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]PeN[0xa6]g%uL2[0x14][0xde][0xb6];[0xeb][0xcd]i[0xa5][0xc0][0xb0][0x9a][0x14][0x1d][0x93][0xc]SJ[0xcd][0x14]t-U[0xc8]+[0xa9]~[0xaa][0xc][0x1b][0xfa][0x9c]2)[0x1b][0xa4]5[0x96][0xb7][0xeb][0xc]k[0xda]6[0xd6][0x84]7dU[0xe9][0xe4]I[0x86][0xe5].[0xf]zT[0xa9]P[0xa0]16[0xcf][0xb0][0xd6][0xdb]?[0xa8][0x9b]}zQ[0x9b][0xdc]?[0x9f][0x95][0xf3][0xa6][0xa2]k[0x4]\[0xe1][0x2][0xb9][0xfb]#[0xaa].[0x9]K.[0xb3][0x0]ESQS[0xa3][0xb2]1[0xa7]d[0xe5][0x1]1D[0xa0]E[0x8a][0xc9][0xd0][0xe2][0x2][0xa4]M[0xd9][0x90]L[0x9d][0x8f][0xb5]V[0x86][0xe2]D[0xbe][0x14][0x8e][0x16][0xaf]Y[0xdd][0xed]{[0x8][0xbf];HOw[0x8d]@p[0xe1][0xed]>6[0x84][0x91][2jJ[0xd9]c[0x19])/l[0x8b][0xe2][0xdd]([0xde]cHd[\r]Y2[0xe5]a[0xc9]([0xf0][0x8]t[0xb6]Y[0xec][0x8a][0x9e][0x1a][0x91][0x85][0xe7][0xde][0xb9]1[0x9]?k[0xb1][0xb][0x19]b[0xde]Y[0x16]Jk[0xf9][0xa2]9*0a$[0x9b][0xdd][0xda][0xfb][0xa4],[0xb9]r[0x82][0xe1][0xfa]6[0x97][0x8b]dpM&[[0x92][0x8][0x17][0x8f]*9M2[0x8b][0x6][0x5]?[0xe3][0xa1][0xe9]^[0x98][0xfd]4[0x1b][0xe1][0xb9][0x97]Z[0xc6][0x1e][0x90]5+[0xe8]4[0x15]e[0xc7][0xc7][\r][0xc5][0xac][0x1a]-G[0x8c][0x98][0xba][0xca]rCE3L[0xc4][0xdc][0xd2][0xad][0x1e];[0x9c][0xb8]u[0x85][0x8f][0x9b]W[0x98]h[0x87][0xff]g[0xb8]|([0xed][0xe4][0xb2]2[0x89]aS[0xad][0xe4][0xe2]4[0xf6][0x8][0xc3][0xb5][0xa1][0xb2][0xaa]B[0xc4][0xd6]g[0xcd]E[0x85]>[0xff][0xe9][0xe1][0xc2][0xf6][0x8][0xc3][0xd6]p[0x93]R![0xd3][0xec]V[0xe8][0xcc][0xc3][0xd6][0x1a][0xf3]P[0xa6]([0x87][0xaa][0xef]b[0xa2][0xef]G[0xd4][0xec][0x8e][0xf9][0x5][0x99]T![0xf2]L[0xf2][0x12][0xd9]&[\r]M[0xcc][0xc8]Ys_QQE6[0xac][0xf5]n[0xfb]\[0xb4][0x2]SZ)[0xbe][0x18]?[0xc5]^[0xe9][0x88].:[0xac][0x8d][0xdd][0x9f]%\h[0xbc][0xc4]u[0xb3]R[0x9e][0x9f][0x89][0x95][0x82][0x95]{[0xb3][0xc4]\=[0xb6][0x5]|o[0x1e][0xaf][0x1d]j?[0xc1][0x10][0x96]6Y[0xb1][0xdf]k[0x18][0xd2][0x9]'[0xf4][0xb]N\.[0xe9][0x86][0x90][0xe0].[0x9f][0xc8][0xb][0x88][0x9f]V[0x8f]l[0x83][0xc4][0xdb][0xc][0x97][0x6]Q[0xd0]id[0xef][0xfc][0xba][0xa2][0x89][0xb5][0xda][0xd1][0xb6][0xd0]e[0x1f]E6[0x9e][0x8][0x1a]g[0xca]M[0xc7][0xcd]a[0xc9][0xcc]NWw[0xd3][\r][0xb9]P7=[0xb2][0x8d].[0xa5][0xf6][0xd1]yALD[0x11][0xb7](z[0x95][0xa9])[0x86][0x11][0x1f][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E1[0xcb][0xcf][0xb3][0xae]jcU4D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xd1][0xc8][0xd2]q[0xb8][0xaa][0x1a][0x1][0xe1]L[0xc9][0xc8][0xc9][0xb4]V[0x96]Y&edj[0xda][0xae][0xed][0xf4]1L[0xdc][0x16][0xfd][0x14][0x97][0x5]y&[0xe4]-[0x6][0x9f]L[0xb0][0x8][0x9c]cU[0x88]Yq[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Tw[0xb1]f[0xec]t[0xaf][0xaf][0x1e]]Ui[0x8d][0xf0][0xbb]_[0xed]T[0x8e]g[0x1d]4[0xbf][0xe7][0xf9][0xb2]T^[0x1c][0xcb][0x3][0xf6]e[0xcf]_w[0xb7][0xff][0xde][0xe9]Q[0xdf]b[0x5][0xc7][0xee]p[0xb6][0xf3][0xce][0x10]{V[0xa5][0xc]q[0x1d][0xb8][0xd8][0xfd]|[0x1][0x93][0x9d][0xf8][0xf6][0x83]aK[0xb8][0xa5][0xeb]<8[0x1a][0xe6],[0xb9]Umi[0x1f][0x98][0xf5][0xc6][0xe0][0xd7][0xfa]4[0x87][0xf4]W[0x85][0xf4]sHoUHoy[0x87][0x9f][0x95][0xcc][0xe9][0xd4]>%[0xd7]+g[0x95]YI[0xf5]3[0xd2][0x91]k[0xf5][0x17]YH[0x96][0xa6][\r]([0xe7][0xb5][0x8]"+[0x89]Pv[0x8d][0x8a][0xc5][0xd9][0xa7][0xf0][0xc7][0xc2]r[0xf7][0x95][0xbd][0x83]K$p[0x5]V1\Y[0xf5]r[0x9f][0xc0][0xfb][0xf8] [0x81][0xf][0xf1]Q[0x2][0x1f][0xe3][0x93][0x4]>[0xc5]g[0xc]W[0xeb]F[0xae]#[0xc7][0x9f][0x1c]SJa[0xba][0x83]Kv[0xb8][0xa5][0xd2][0xb3]y5[0x8a][0xcf][0x13][0xf8][0x2]_&[0xf0][0x15][0x17]I[0xd6]zB1\[0xbe][0xc0]G[0xd7][0xe0][0x8e][0x12]w2[0x84][0xee][0xa4][0xa6][0x9b][0xc9])N[0xcf][0x9d][0xfc][0x9a].[0x9]>o3[0x86][0x95][0xde][0xcc]r6[0xf7][0x83][0x17][0xa4]-[0xab][0x17][0xd5]I[0xa1]sBN*[0xd6]{W[0xa1][0x14][0x9e][0xdc][0x9d]L[0xe0][0x1b]|[0xcb]?[0xdf]%p[0x1a][0xdf]3l([0xeb]<[0xa2][0x15][0x8a][0xf9][0xbc]n[0x10]p([0xcf]o[0xb7]J[0x85][0xc7][0xcb][0xbc]gr[0xc9][0xe0][0x85]/;:[0xa2][0x16]>[0xdb][0xe8][0xbd][0xcc][0x9f][0x9e][0xc][0x9b][0xdd]K[0xc8]z[0xd7]n[0xac][0xf2][0x16][0x8d])[0xe]Ak[0x9b][0x1b][0xe8]z[0x93]F[0xa7][0xa5][0xc2][0xa0][0x9e][0x16][0xa1][0xe5][0xc7]M[0xbb][0x8f][0x94][0xab][0xe7][0xf0][0xb4][0xa1][0x1f][0xe7][0xf][0xd1].[0xfe]'CD[0xca][0xe7]em2x/[0xf1]M[0x82].[0xf][0xde]u1[0xc][0xc2][0xc7]L[0xdd][0xea][0xf2]F[0xc2][0xd6]U[0xbf][0x6][0x8b][0xb0][0x12][0x0][0xe5]:.[0xc5]e[0xa2][0x4][0xf5]E[0xb1][0x16][0xf5]|9R[0xcf][0x95][0xd4][0xb3][0x8d]JFeC[0xfb]9[0xb0][0x1f][0x4][0xe4]*[0xfa][0xc6][0xa9][0x4][0xb6][0x13]t[0x7]VS-a[0x81][0x90][0xc4][0x1a]*[0x17][0x13][0xc9][0xd5][0x16][0x1][0xbb][0x9c]0u[0xd4]w[0xa4]i[0xd1][0x8f][0xa8];[0xd4]~[0x16][0xf5][0x3][0x9b]~B[0x3][0xc3]),[0xa1]J[0x84][0xe1]7,:[0xd3][0x14][0xfd][0x11][0xb1][0xcc][0xe6][0xb3]X[0xcc][[0x99][0xf3]h<[0xda][0x94][0xd8]|[0xe]K~[0x15][0xf5][0xf3]Xz[0xf4][0x1c][0x96]5-?[0x8b]&[0x2]5[0x9f]E[0x8b][0x18][0x14][0xe6]l[0xc2]f2[0x88][0x97][0xd7][0xe3][0x12]R[0xc7][\r]l[0xa7][0x1e]`[0x1f]"[0xe8]A#z[0xd1][0x82][0xfd][0xd4][0x10][0xeb][0x90]&t?[0xb6][0xe0][0x10][0xa1]3[0xd8][0x85]A[0xe1][0xc0]ud[0xfc]:[0xc4][0xe8][0xb7][0x9e]8[0xb7][0x90][0xcc]5[0xd8]@[0xb5]][0x14][0x89]k[0xd0]F[0xb5][0x8][0x86][0xb0][0x91]xAc[0xfd]B'M[0xb][0xb5][0x92][0xe4][0x9e]%[0xd9][0xe1][0xa0]R[0xe][0xea]ZBm[0xa5]V3[0xea][0xfe][0xc1]UQtF[0xb1]-[0x13]E[0xfc]P[0x14][0x97][0xd4]3R[0xbb][0x1d][0x10][0xe5][0xe]Q[0xee]$[0xa3][0xe8][0xb2]&[0xe2][0xbc][0x9b][0xda]][0xe8][0x16][0xfd]][0xb8]A[0x94]{p[0xa3]3~[0x13][0xb5][0xf7][0x92][0x8b][0x10]e[0x8f]({[0xc9]M[0xab][0xec][0x13][0xe5][0x1]r[0xb9][0x84]OS[0xbb][0x9f][0xdc].[0xb5][0x7][0xa8][0x9d]![0xf7]y[0x12]d[0xc8]lk[0xc2][0xbb]i[0x84][0xcf]m[0xec][0xd0]:[0xd5][0xb1]N[0x15][0xd6][0x8d]C[0xf][0x99][0xc5]O[0x5]X[0x97][0xc7]=[0x9e],[0xce][0xc3]p[0xb2][0xb8]@Yl[0xa2][0xe8][0xb4][0xe7][0xa8]v[0x1c][0xf3]!#[0xf2]q[0x80][0xce][0x13]v[0xe][0x1e][0xc7][0xc9][0x90]L[0xa7][0x3][0x99][0xee][0xb5][0x99][0xee]s1U[0x8b][0xed][0xcf][0x81]L[0xf7][0xdb]L[0xf][0x84]d[0xfa]=[0x90][0xe9]A[0x9b][0xe9][0xa1][0x90][0xde][0xfd][0x19][0xc8][0xf4][0xb0][0xcd][0xf4]HH[0xa6][0xbf][0x2][0x99][0x1e][0x15]L[0x8f][0x9][0xfc][0xe3][0xff][0x1]PK[0x7][0x8][0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]jakarta/json/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]jakarta/json/stream/JsonCollectors.class[0xb5]Zw`[0x13][0xd7][0x19][0xff]=K[0xd6]i[0x9c][0x91],0[0xe0][0x81]1`@[0x96]m[0x1c][0x2][0xa4]`[0x83][0x83]mL![0x18][0xdc]`b 4I[0xcf][0xf2][0xd9][0x16][0x96]t[0xaa]tr[0x80][0xa6]m[0xd2]$m[0xda][0x84][0xee][0x99]6[0x1d][0xe9]L[0xd3][0x1][0xe9][0x0];[0xcd][0xe8]Hi[0xd3][0xd0][0x96][0xb4]M[0x17][0xdd]{[0xef][0x9d][0xa6][0xfd][0xde][0xdd]Y[0xd6]8[0x9d]d[0xc7][0xf1][0x1f]w[0xef][0xde][0xfb][0xc6][0xef][0x1b][0xef]{[0xdf][0x13]<[0xfa][0xd4][0xd4][0x83][0x0]6[0xb2]un[0xb4][0xe0][0x84][0x9f][0xc6]7[0xfa][0xc1]p[0x8b][0x1f]e[0xb8][0xcd][0xf][0x1b][0xee][0x10][0xf0]J[0xf]N[0xe2][0xd5]~[0xd8][0xf9]Z9_s[0xf0]5[0x1]w[0xf8][0xe1][0xc4][][0xf4][0xf9]6?\x[0x87][0x1f]n[0xdc][0xed][0x87][0x87][0xaf][0x8a][0xb8][0xd1][0x8d]f[0xbc][0x9f]?>[0xe0][0xc1]=[0xf8][0xa0][0x1b][0xf7][0xe2]C~T[0xe0][0xa3][0xfc][0xf3][0x94][0x7][0xa7]q[0x1f][0x97][0xfc]1[0xf]>[0x8e]O[0x8][0xf8]$[0x9f]9#[0xe0][0xac][0x80]I'[0xa6][0xdc][0xa8][0xc7][0xfd]~,[0xc0][0xdd][0x9c][0xfc]A[0x1][0xf]q[0xe2][0x87]=[0xf8]4>[0xc3]G[0x9f][0xf5][0xe0]sxD[0xc0][0xe7]=[0xd8][0x82]s[0xfc][0xf1][0x5][0x1]_[0x14][0xf0]([0x83]ck8[0x16]V;[0x19]l[0x81][0xa6]A[0x6]{[0x8f]2,3x[0xfb][0xc2]1y_*:$'[0xe]HC[0x11][0x9a][0xf1][0xf7])!)2(%[0xc2][0xfc][0xdb][0x98][0xb4][0xab]c[0xe1]$Cc[0xdf]Qi\J[0xa8]R[0xdb][0xd1][0xa4][0x12]kK[0xaa][0x9]Y[0x8a][0xb6]]A[0xe3][0x1e]%[0x12][0x91]C[0xaa][0x92]Hv0xT[0x85][0xcf]u%[0x12][0xd2]q[0x86][0xfa]@[0x13][0xb1]MHm)5[0x1c][0x99][0xe6]I[0xd3][0x13][0xb9]k <[0x1a][0x93][0xd4]T[0x82][0x14])[0x96][0xc4][[0xb3][0xf5]s%[0x83]R$%w[0xe4][0xcf]k[0xca][0xbb]S[0xe1][0xc8][0xb0][0x9c]([0xb4][0xdc][0xd1]I[0xda]E[0x1d]l[0xff][0xd0]QR![0xe0]K[0xc][0xe5][0xbd]15A[0xc0][0xc5][0xdd][0xb1][0x98][0x9c][0xe8][0x89]H[0xc9][0xa4]L[0xc6][0xdf]Y[0x14][0xda][0xf4][0xda]^)[0xde][0xa8][0xc9]0&#Rl[0xb4]m@M[0x84]c[0xa3]&Pt[0xb]:MVtL[0x85][0x8d][0xd0][0xd7]5+[0xe][0x5]2[0xf4][0x8f][0xa4]b!5LD;[0x8d]A[0x87][0xe5]b[0xb1][0xf0][0x8c][0xcb][0xc7][0xc9][0xa2][0xb8][0x9c]`Xf)[0x88]"?[0xc1][0x8d][0x99][0xa6]^[0x9c][0x9d]J[0xc7][0xe3][0xd3][0xe9][0xb4][0xdb]J[0x8c]U[0x90]s[0x9c][0xc9]-[0xef][0x9f][0xab][0xac][0x2]a`[0xcc]e[0xe9][0xcb]Y[0xc1][0x9b]gl[0xf3][0xb4]7f[0x91]W[0xee][0xd1][0x84][0x92][0x8a][0x93]1[0xdd][0xb4]![0xe][0x96][0x9c]dyiT$[0xc7][0xdc]![0xbe][0xcb][0xc2]#a[0x9e]6[0xee]a[0xe5][0xfa][0x98]N[0xc4]Pg[0xcd][0xe8][0x91]B[0xa1]T4[0x15][0x91][0xe8][0x93]a[0xb9][0x19][0xbe][0xee]p[0x8f][0x12]K[0xa6][0xa2]2[0xa7]w[0x8e]P[0x15]L[0x8e]q5[0xce][0x90][0x12][0x1d][0xa2][0xea]G[0xc3]U[0xe6]|1)q[0xbc][0x9f]2Y[0xd2]u]9[0x17][0xef][0x1f]8`Y}[0xae][0xb3]F[0x9c]SUL[0xea][0x9][0xc9]7+[0x1d][0xe9]l[0xc6][0xb5][0xc5]rpN[0xf2]3RdOq[0xe7][0x95][0xa8][0x86]o[0xbe]M[[0xf][0xb4][0xb7][0x17])[0xe7][0x9d][0xcf][0xc8][0x6][0x9d][0x9f][0x90][0xce]u[0x8b]>[0xdd](tX[0xef][0xcd]"[0xfb][0xef][0xe2][0xfc]y[0xf4][0x99]q@[0xb1][0x8c][0xb0]v[0xce][0xc2][0x88][0x14][0x1d][0x1a][0x96][0x1a]g[0x8a]Y[0xe3]e[0xc]m[0x81]l[0xb5]9([0xb2],[0xe1][0xdf][0xd4][0x6]E[0xa5][0xf8]z[0xde]4[0x99]-\j[0xaa]g[0x13][0xc3][0xce][0x80][0x95][0xf3]M[0x94][0x9a][0x1b]B[0x9d][0x1b]ia[0xa8]P2[0xcb]7CC[0xb1][0x2]o[0x8a]k#C[0xbc][0x18][0xae]b[0xc7][0xc6][0xec]b[0xc4][0xbb]N6[0xce][0x1b][0xcc][0xbf][0xe7][0xc3][0xf7][0xf9][0xe7][0xf][0x4][0xfc][0x90]!X8[0x98][0x8d]=cRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]r"[0x9c]T[0xc3]![0xba][0x81]xsfD[0xfc][0x8]?&[0xfd]U>[0xfc][0x84]^?[0xf5]a[0x82][0x14][0xfc][0xcc][0x87][0x9f][0xd3]k[0xa9][0xf][0xbf][0xa0][0xc9]_[0xfa][0xf0]+[0xe][0xe6][0xd7]"~[0x83][0xdf][0xd2][0xc4][0xef]|[0xf8]=[0x9f][0xf8][0x3][0x8d][0xff][0xe8][0xc3][0x9f]8[0x96]?[0xd3][0xf8]/>[0x1c][0xf4]:[0xf1]W[0x1f][0xfe]&b#6[0x89][0xe8][0xc5]N[0x1][0x17][0xf1][0xf][0xfc]S[0xc0][0xbf]D[0xfc][[0xd3][0xf2][0x1f][0x1f][0x9e][0xe4][0xfc][0xff][0x15][0xf1][0x14][0xfe]'P23[0xc6][0xca]D[0xf4][0x91]E[0xcc][0xc6][0xa5]][0xa4][0xce][0xdf]<[0xe9]Dfg[0xe5][0xe4][0xca][0xdc],e[0xa8][0xc9]c[0xe8]=[0x16][0x92][0xe3]<[0x99][0x18][0xd6][0xc8][0x11]9*[0xc7][0xd4][0x86][0x90][0x14][0x8b])j[0xc3][0x90][0xdc][0x10][0xe5]W[0x8c][0xe1][0x6]Ui[0x90][0x1a]b[0xa9]H[0xa4][0x81][0xf6][0x15][0x5][0x8a]9[0xbc][0xe]&[0xf8][0x98]Sd.[0xe6][0xa6][0xfb][0x8a]e[0xf2][0x8b][0xb8][0x2]O[0x8][0xcc][0xc3][0xcd]y\d".[0x8][0xac][0x82][0x7][0xf2][0xbc][0x99][0x5]Z[0x86][0x8a]l[0x1][0xce][0x8b][0xcc][0xcb]IV[0x16][0xbf][0xc]g[0xd9][0xaa]'*%[0x99]I"[0xba][0x99][0x8f]U2,[0x9a][0xbe]cf0t[0xb8]q/[0xf3]3[0xac][0x8][0x14][0xdf][0xcb][0xb6]Q[0x99][0x14],[0xcf][0xba][0xa9][0xa6]w[0xe7]@*[0x1e][0x8f][0x84]5[0xba][0xb5][0x81]|5[0xf9]3M[0x83][0x1e][0xac]b[0xb][0x19][0xda]M[0xb6]][0x91][0xb][0xf6][0xcc]~vP[0x8b]N[0x91][0x9c]6[0xc0][0xba]?[0xdf]\[0x1a][0xb0][0xfc])[0x8e]t[0x11][0xf5][0xd3][0xb3]G[0x9a]}H[0x95]p[0x6][0x91][0x17][0xa9][0x86][0xaf].dM[0xce][0xad]a[0x8d][0x89]E[0x5][0xf0]W1l)[0x86][0xbf][0x10][0xc0][0x8e][0x82]a[0xcf][0xb8][0x9e][0xd7][0x14][0xae]6[0xc]e[0xca][0x8][0xc3]9[0xd3][0xa2][0x9f][0xce][0x9c]"[0xf1]+[0xc1]![0x96][0x8][0x8f]X[0x9c]m[0xb9][0xe5][0xb0]XK[0xbb][0xd2]l[0xbb]d[0x9f][0x15]n4[0xb3][0xc5][0x1e][0x9c]fK[0x18][0x86]J9Y,[0xd7][0x8b][0xaa]3[0x9a][0xf4][0xb9][0x9][0xd1][0xc0].-E[0x84][0xd5]^<2O?[0x13][0x99]o^[0xd7]U[0xfb][0xfa][0xf7][0xef][0xe8][0xdd][0xdf][0xbb][0x83][0xa1]e6[0xa1][0xe4][0xb6]U[0xd3]ah[0xd2][0x90][0x17]4[0xe5][0xea][0xf9][0xf9]1[0xc2][0xcc][0x12][0xe][0xa7][0xc6][0x4][0x8e]Uo[0xde]a[0xd9][0x97]YoL[0xae][0xaf][0xd6][0xcd][0xea]p[0x82][0xa1]2[0x90][0xed][0xa8][0xc8][0x9a][0xa0][0x8a][0x1a]O[0xa9]][0x91][0x8][0xb5][0xd2]y[0x8][0xc9]1[0x95]y [0xe9][0xc8][0x9][0x11] U[0xce]J[0x14][0xae]u[0x19][0xc3][0xc6][0xcc][0xfa]Tz'[0xcd][0xd3][0xba]<[0x14][0xcf]%aDI[0xf4]J[0xa1]1[0xbe][0x91][0x8b][0x10]s8[0xf5][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]l[0xf][0xf1][0x11]Cm[0xe1][0xb2]@Zk-[0xc2]D[0xa7][0xab]4L[0x12][0xfa]Jr[0x98][0x91][0xa8][0xc5]kB[0x95][0x89][0xb8][0xa6]A[0x1e][0x9c]z[0x86][\r]f[0x8b]E[0x8f](oH[0x89]R[0x8a][0xc8][0xbb]G[0xba][0x86][0x92][0xd4]71[0xf4][0x14][0x85][0x7][0xfe][0xf]PK[0x7][0x8][0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]jakarta/json/stream/JsonGenerationException.class[0x95][0x91]MO[0x2]1[0x10][0x86][0xdf][0xf2][0xb1][0xab][0x88][0xa0]([0x98][0x18][0xf][0x9a]h[0xa2][0xa0][0xee]E[0xbd]`[0xb8][0x18]5[0x1a][0xe2][0x5][0xc2][0xbd][0xac][\r][0x14][0xd8][0xae][0xe9].[0xea][0xdf][0xf2]D[0xe2][0xc1][0x1f][0xe0][0x8f]2N[0xcb][0x86][0xf8][0x81][0x7][0xf7]0[0x9d][0x99][0xbe][0xf3][0xcc][0xdb][0xec][0xfb][0xc7][0xeb][0x1b][0x80][0x13]l[0xe4][0x90][0xc1][0x9a][0x9][0xeb].[0xca].*[0xc][0xce][0xb9]T2n0[0x94][0xf7][0x9b][0x3][0xfe][0xc8][0xbd][0x11]W=[0xaf][0x15]k[0xa9]z[0xf5][0x83][0xe]C[0xe6]"[0xbc][0x17][0xc][0xc5][0xa6]T[0xe2]n[0x1c]t[0x85]n[0xf3][0xee][0x88]:[0xa5]f[0xe8][0xf3]Q[0x87]ki[0xea][0xa4][0x99][0x89][0xfb]2b8"[0xd6][0x90][0xeb][0x98]{[0x83](T^[0x14]k[0xc1][0x3][0xef][0x96][0xf2]k[0xa1][0x84][0xe6][0xb1][0xc][0xd5][0xe5][0xb3]/[0x1e]LRgp[0x3][0x11]E[0xbc]g[0xa9][0xbf]\0T[0xe7]x[0xfb][0xd2]i[0xf7]u[0xf8]d[0xf6][[0xc3]Y[0x9f][0x8f]#"[0x95][0xe7]*[0x18]r[0xad]p[0xac]}q%[0x8d][0xdf][0xad]?<[0x1d][0x9b][0xd9]<[0xb2]pL(0[0xd4][0xfe][0xf1] [0x86][0xcd]oj#[0x9b]]b[0x7]i[0xfa][0x1][0xe6]K[0x81][0x99][\r][0x14]][0xaa][0x1a]T[0xa7][0xe8]t[0xaa][0xb5][0x9][0xd8][0x8b][0xbd]_[0xa0][0x98][0xb3][0xdd]]R[0xee]a[0x91][0xb2][0xca]TE[0xfd]%Kq[0x90][0xc7]21[0xc][0xab][0x90][0xb0]nhG[0x9a]N[0xb7]Z;[0x9c] [0xf5][0x13]vJCg[0x16][0xb6]=[0x95][0xcd]`n[0x2]3Y[0x11]+[0xd6][0xe2][0xaa][0x9d].}[0x2]PK[0x7][0x8][0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]jakarta/json/stream/JsonGenerator.class[0xad][0x94]KO[0xdb]@[0x10][0x80]g[0x81][0xe0][0x0][\r][0x9][0xe1]Y[0xfa][0xa4][0x80][0xd9]p[0x88]9 [0xb5][0x12][0xea][0xa1][0xe5]%[0xd3]6DI[0x84]T.h[0x93]n[0x83][0x83]c[0xa3][0xf5][0x6][0xc4]_[0xe3][0xd0][0x1f][0xd0][0x1f][0x85]:[0xde]L[0x8a][0xd2][0xa6][0xaa][0x1b]*[0x1f]>[0xef]X[0xf3][0xcd]>[0xc6][0xfb][0xfd][0xee][0xf6][0x1b][0x0]l[0xc3][0xa6][0x5][0xeb][0x16][0xd8][0x16]lX[0xc0][0x19]d[0xcb][0x95][0xfd]Z[0xed][0xf3]Y[0xb9][0xe2][0x96]jn[0xe9][0x90]A[0xfe]cK\[0x9][0xc7][0x17]A[0xd3][0xa9]j[0xe5][0x5][0xcd][0x1d][0x6][0x99][0xdd]0[0x88][0xb4][0x8][0xf4][0x89][0xf0];2[\r][0x5][0x6][0xb9]k[0xe5]iY[0xd5]B[0xe9][0xe3]zK64[0x83]u^[0xc0][0xe4][0xb][0x8c][0x8][0xa7][0x15][0x85][0x81][0x13]i%E[0xdb]9[0xc2][0xf7]C[0x19]H%t[0xa8][0xd0][0xf6][0x9a][0xff]^#Yf[0xda][0x14][0xfd] op[0xe6][0xf7][0xf5][0xdf])%0[0x92]2[0x11][0x6][0xc7][0x3][0xf4][0xfd][0xf6]XkV[0x92][0xb0][0xac];[0xd8]8[0xd4][0x12]>[0xfd][0xd1][0xd5][0x16][0xfa][0xdc]y[0xef]5[0xdd]@[0xcb][0xa6]T[0xff][0xcd][0xb7]'[0x1b]^[[0xf8][0x9]}o[0x6][0xf8][0xdc][0xe1]S[0x8f][0x86]O[0xdd][0x1b]>[0xf5]4Y[0xea][0x84][0xe9][0x98]R[0xc7][0xf7]{[0xad][0xb5][0x1f]|a[0xf0][0x96]?[0xac]]v[0xf8]C[0xe][0xe0][0xd7][0xec]k[0x7][0x9b]'<,[0x9b]'<[0x1a][0x9b]'<[0x8][0x9b]'[0xdc][0xf6]T[0xc3][0xf]#[0xfc]QGy[0xe1][0x4]G_[0xfd]Nt[0xce]`[0xb2][0x1a]vTC[0x1e]x>~[0xca][0xf7][0xe5][0x14][0xe3][\r]a[0xb0][0xf2]W9^K[0xf7][0xbd][0xd0][0xbb][0x96]fL[0xc8][0xb][0x9d][0x83][0xb8][0x90][0xa8][0xc7][0xfe][0x9f][0xb1][0xdd]x*[0xdd][0xd8][0x16][0xe9][0x8b][0xb1][0xbe][0xd8][0xd5][0x17][0xfb][0xe7]q[0xa9][0xa4][0xd6]7e[0xec]1[0x8d]m6[0xce][0x80][0xc1][0x8]>[0xa3]0[0x86]o[0x8f]![0x5][0xe3]H[0xb]/[0xda][0x11]H[0xc3][0xf2][0x18]v[0x18]L[0x2][0x18]N[0x19]>"f([0x9e][0xa1][0xf1]4d[0x89]9[0xe2][0xc]1O[0x9c]%[0xce][0x11][0xe7][0x89][0xb][0x86][0x8b][0xe4]Y"[0xef]4[0xce][0xa6][0xcb][0x9e][0x99][0xf8][0x84][0xf8][0x94][0xf8][0x8c][0xf8][0x9c][0xf8][0x82]|][0xcf]KX1|[0x15][0x13][0xd7][0xb6]j[0xd6][0xb6][0xf6][0x3]PK[0x7][0x8][0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.class[0x8d][0x8e][0xb1]N[0xc3]0[0x10][0x86][0xcf]%4[0xb4]@[F^[0x0][0xa5][0xc]x[0x81])[0x88][0xa5]R[0x11][0xa8][0xa8]CT1[0x1f][0x96]1[0xe][0xc1][0xae][0x9c][0xb][0x12][0xaf][0xc6][0xc0][0x3][0xf4][0xa1][0x10][0x97][0xa4][0xa2][0x2][0x9]Q[0xf][0xfe][0x9f][0xff][0xef][0xee]V[0x9f][0xef][0x1f][0x0]p[0xe][0xc3][0x18][0xe]c[0x18][0x8][0x18][0xaa][0xa0][0x91][0xf4][0xb5]v: [0xf9] [0xe0]"[0x99][0xe5][0xf8][0x8a][0xd2]zy[0x1f],[0xe9][0x90][0x8e][0xb9][0xf0][0x8c][0x81]P[0xe6][0xa5]w[0xb2]$F^[0xe4]-[0xfb]o,[0x15][0x90]n[0xb8]yE[0xcb][0x8a][0xb2]&[0xb7]%[0xbd][0xf8][0x83]n[0xab][0x8e][0xcb][0xea][0x9]C[0xa9]INZ[0xdd][0xb2][0xef][0xc0]h[0x9a]x[0xf7]h[0xcd][0x8d][[0x94]Z[0xc0]Q2n{Vd[0xb]y[0x87]K[0xe][0xf5]2k[0x1c]R[0x15][0xf8][0xff][0xe4][0xf7][0xff]e[0xfb],[0xd0][0x19][0xc9]KYg[0xd2][0xd3]+[0x86][0xfa][0x99][0xaf][0x82][0xd2]S[0u[0xfc]c[0xee][0x14][0x15][0xdf]og5( [0xf9]w[0xcf]u^[0xc0]h3j[0xfe][0x90]kE][0x1][0x2]:P[0x9f]([0x12][0xb0][0x3][0x11][0x9b]Zw[0xd7][0xda]m4[0x86]=[0xce][0xf5]8[0xd5][0x81]>[0xbb][0xfd][0xc6][0x1d]|[0x1]PK[0x7][0x8]0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]jakarta/json/stream/JsonLocation.classM[0x8e]A[0xe][0x82]0[0x10]E[0xff][0x0][0x82]b[0x8c]z[0x3][0x97][0xba][0xb1][0x1b]o`[0xe2][0x82][0x10]]p[0x82]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa1]B[0x9b][0x94][0xe2][0xe1]\x[0x0][0xf]el[0x8d]&[0xce]b^[0xf2][0xe7]M[0xf2][0x9f][0xaf][0xfb][0x3][0xc0][0x1][0xf3][0x4][0xb3][0x4])a[0xd1][0x8][0x9b][0xb7]J[0x9c][0xc7][0xbe][0x14][0x86][0x10]nw[0x19]a[0xe9][0xd2][0xa3][0xee][0xc6]^[0xfd]r[0x9f][0x14][0xd6][0x8][0xde]_[0xea]z[0x10][0x96][0x90][0x16]z4[0x95]8[0xb5][0x9d] [0xac][0xb3]A[0xab]\W[0xdc][0xb6]Z[0xed]%[0xbf]q[0xc2]F[0xf2]+7[0x96]3[0xe9]nl[0xf8]<[0xb3][0x8f][0xb0][0xf2]&[0xeb][0xb8]j[0xd8][0xa5][0x94][0xa2][0xb2]1[0x81][0x10][0xc0]O[0x18][0xb9]6[0x88][0x0][0xc7][0xc9][0x97][0xb1][0xa7]3[0x12][0xb7][0x3]L[0xdf]PK[0x7][0x8]a[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]jakarta/json/stream/JsonParser$Event.class[0x8d]T]O[0x13][[0x14]][0x87][0xe][0x9d][0xe9]t[0xb0][0x15]?A[0xfc][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xa0]T[0xfc][0xbe][0x96][0x8b][0x14][0x18][0x14],E;[0x85]d[0xa2][0x9][0x19][0xea][0x88][0xc5]2M[0xa6]-[0xf1][0x17][0xf8]{.5~[0xdd][0x9b][0xab][0xbe][0xf8]bL[0x8c]/[0xbe][0xf8][0xe0][0x83][0xff][0xc3][0xb8][0xf7][0xe9][0x4]1[0x1a][0xd3]i[0xb2]V[0xd7][0xd9]k[0xef][0xee]}[0xce][0x9c][0xbe][0xfb][0xf6][0xef]+[0x0][0x17]P[0x8c]@[0xc1][0x94][0x8e]k[0x98]V1[0xa6]bFG[0x1f]f[0x19][0xe6]4[0x1c][0xd7])8[0xc7][0xe]SC?[0xf3][0xbc][0x86][0x1][0xe6][0xeb][0x1a][0x6][0x99]ohH0/h[0x18]b^[0xd4]0[0xcc]|S[0xc3][0x8]sNC[0x92]yIC[0x8a]9[0xaf]bY j[0x15][0xb3][0x85][0xe2]Z[0xb6]P[0xc8][0xda][0x2][0x9d][0xe6][0xb6][0xeb][0xd5][0x5][0x8c][0x5][0xcf]s[0xfd][0xd9][0x8a]S[0xab][0xb9]5[0x81][0xe1][0xdc][0xa6][0xf3][0xd0][0xf1][0xeb]Nz[0xb3]V[0xf5][0xd2][0xb5][0xba][0xef]:[[0xe9]E[0xfa]~[0xcb][0xf1]k[0xae][0x9f][0x90]i[0x19][0xca]kU[[0x9e]Y4g[0x8b][0x2][0xda]M[0xd3]^[0xcb]g[0x97]L[0x8a][0xac]fs+[0xe6][0x9a]U,,[0xe4][0xaf][0xef][0xca][0xfc][0xca][0xd2][0x8c]Y[0x10][0xd0][[0xb2]XX!k[0xb4]%[0xe6][0xb3]9[0xcb][0xdc][\r][0xe5]Wr9[0x12]f~n[0xb7]z[0x84]E[0xd0][0xb8][0x9a][0x90]6K`[0xe4]N[0xbb][0xcd][0x86][0xb7][0x9d]J[0x83][0xc7]K%Sm')[0xb3][0xd5]{[0xae]@,W[0xf6][0xdc]|ck[0xdd][0xf5][0x8b][0xce]z[0x85]VTYm[0xf9][0xbe][0xc0][0xd5]$[0x15][0xdb]v[0xd2][0x15][0xc7][0xdb]H[u[0xbf][0xec]mdR[0xed][0xd6][0xef][0xce]UKNe[0xd5][0xf1][0xcb]\6[0xa8][0xad]x[0xce][0x96][0xcb][0xb1]_[0xea][0xd2][0x14][0x93]e[0xaf]\[0x9f][0x12]8[0xfc][0x9b][0x9f]]H[0xad]Rv[0xfd]A[0x99][0xa6][0x8c]X[0xe5][\r][0xcf][0xa9]7|[0xaa][0x14]Jr@[0x9b],U[0x82][0xe4]+{rM[0xaf][0xb1]5[0xd9]^[0xbf]S[0xd4][0x80]nU[0x1b]~[0xc9][0x9d]/s[0xa7][0xb1][0x1f][0x96]q[0xae]h`[0x94]_[0xe5]1[0x3][0xb7]p[[0x5][0x1d]u[0xa2][0x9d][0xc2][0x6][0xce][0xc2]2p[0x11][0x97][0xc][0x1c][0xc7])[0x3][0xfd][0xc][0x3][0xc][0x83][0xc][0x9][0x86]![0x86]a[0x86][0x11][0x86]$C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa7][0x4][0xf6][0xfd]<[0xb][0xbd][0xd6][0xa5]J[0xd5][0xa3][0xee][0xe]&S{[0xe6]\^[0xdf]tK[0xbc][0xe7]'[0xfe][0xdc][0x92][0xc0][0xc5][0xbd][+oE[0xe6][0xf7]G[0xbc][0xf7]g3[0xd3][0x13]t[0xcb][0xfa][0xe8]jG[0xa7]{x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0xb8]?[0xe0][0x81][0x80][0x7][0x3]N[0x4]<[0x14][0xf0]p[0xc0]#[0x1]'[0x3]N1[0xc7]{y[[0xa9][0xb2][0x82][0x8]N[0xe3][0xc][0x4][0xc6]I[\r][0x10][0xf3][0xa3]7![0x9e][0xa1][0xe3][\r]B[0xff][0x90][0x12]H[0x13][0x86]el[0x87][0xfc]g1[0x11][0xf8]/[0xa0]C[0xae][0xea][0xdd][0xca][0xe8][0xb]t[0xbe][0x81][0xc2][0xfe][0x8e][0x9f][0xfc][0xe7][0x8][0x8d][0x96][0xb][0xe7])[0x83][0xe3]t,[0x84]\a[0x2]![0xfa][0x0][0xea][0xe8]X[0xdf]s[0x84]w[0xfe][0x90][0xae][0xe2]2[0xb7][0x8e]+[0xd2][0xf3][0x17]4\%[0x94][0x8d][0x88][0x18][\r][0xc2][0xcf][0x87][0xff][0xa0][0xd8][0xdd]j[0xe8]9[0xb4]'[0x88]H[0xa1]+RD[0xa5]0:[0xa5][0xe8][0x92]b_X[0x8a][0x98][0x14]qU[0x8a][0xfd]RtkR[0x1c][0x90][0xe2]`[0xbc][0xe5];$[0xd5][0xe1][0xc0]xD[0xaa][0xa3][0xf1][0x96][0xb3]G[0xaa][0xde]xD[0xaa]cq[0xfd][0xd2][0xa1]&][0x19][i[0xd2]_[0xa4][0xdd][0xd9]D[0x97]e[0x87][0x9b][0x88]Y[0xb6][0xda][0xc4]~[0xcb][0xd6][0x9a]8`[0xd9]qZ:DDkG[0x88]h[0xb1][0x87]([0xd2][0xc4]1[0xeb][0x9][0xc4][0xce][0xee][0xee][0x8f]#J[0xf8][0x14]]x[0x89]^[0xbc][0xa6]S}K{[0xf9][0x1e]Y|D[0x1e][0x9f]p[0x17][0x9f][0xb1][0x89]/x[0x84][0xaf]xL[0xdb][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6])[0x83]I[0xc9][0xe3][0xa4]<[0x1][0xba][0xcc][0x94]sb[0xba][0xe7];PK[0x7][0x8][0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/stream/JsonParser.class[0x8d]T[0xed]N[0x13]A[0x14]=SJ[0x17]J[0xa1]|[0xf9][0x1]([0xa2]V)*[0xac]"[0xf8][0xd9][0x10][0x15]1)A0[0xa9][0x92][0xe8][0xf][0x93][0xa1]L[0x96][0x81][0xed]l3[0xbb]%[0xf0][0x6]>[0x84][0xf][0xe1]?[0x13]M[0xe4][0xbf][0x89]O[0xe0][0xbb][0x18][0xef][0xce]vm[0x94][0xb6][0xee][0x9f][0x9d][0x99]{[0xcf]9s[0xe6][0xce][0x9d][0xfd][0xfe][0xeb][0xcb]7[0x0]K(YX[0xcc][0x82][0xe1][0xae][0x85]%[0xb][0xcb][0x16][0xee]Y[0xb8][0xcf][0xd0][0xbb]v(T[0xc0][0x90]++%[0xf4][0xaa][0xcb]}_[0xf8][0xc][0xd6][0x1e][0xf7]7[0xc5][0x11]%z[0x8a]s[0xef][0x18][0xd2][0xca],[0x8a][0xc5][0xb9][0x8d]}~[0xc0]u[0xc0][0xed]}[0xdf]S[0xb6][0x1f]h[0xc1]k[0xf6]:[0xcd]_q[0xed][0xb]]0z[0x8f][0x19][0xfa][0x1d][0x11]T[0x2]-[0x95][0xc3]0nh[0x87][0xdc]v[0xb9]r[0xec](J[0x90]a[0xe9][0x97]U [0x1c][0xcd][0xdd][0xcd]FmGh[0x86][0xc][0xb1][0xca]*[0xda][0xb6]L6h[0xb9][0xe1][0x85][0x12][0xb4]^g[0x18][0xa4][0xf5]3[0xe9]<[0x17]UY[0xe3].[0xc3][0xf9]X[0xb8][0xc6][0x83]=[0xbb][0x95]![0xf1][0x1]C[0xad][0xf2]@z[0x8a][0xa1][0xd0][0xc5]x[0x8c]j[0x9a][0xde][0xda][0xd9][0x17]Ur0[0xf5]/%[0xc4]FIB[0xa6]W[0xbd]][0xc1][0x90][0xdf][0x90]JD[0xe6]_[0xf3][0x1d][0x97]"[0xa3][0xa1][0x9c][0xbb][0xcd][0xb5][0xc][0xd7][0xcd]`:[0xd8][0x93]T[0xd5][0x99][0xff][0x14][0x8f]t[0xfb][0xc8][0xc1]6w[0x1b]D[0x9a]lg[0xc0][0xe4][0x9a][0xb8][0xa7]Z[0xf3][0xe3][0xe]8[0x93]#[0xdc]P[0x8c][0xab][0x98][0xcd][0xe2]cQ[0xc9][0x1a][0x81]tc[0xb]Q2,@E:[0x8a][0x7][\r]M[0xfb]/wF[0x96]:[0x19][![0x8d][0xfc][0x9f]"F`[0xb][0xf][0xc3]>S[0x81]&[0xb3][0xef][0xbb][0x8b][0xc6][0x89][0x97][0xbc]^0[0x8c][0xd2][0xe9][0xc6][0xe9][0xbc][0xf7]J[0xf3][0xc0]f[0x1d][0x1f][0xb8][0xdf]?[0x90][0xf5]f[0xa9][0xa8][0x8b][0xb6][0x19][0xb2]a$[0xbe][0xe6][0xde][0xaa][0xeb][0xf9]t[0xda]l[0xc5]k[0xe8][0xaa]x![0xc3][0xfb][0xca][0xb7][0xee]d![0xdc][0x9f]a[0xb6]e[0xe3][0x8d][0xf2][0x1b][0xf5][0xba][0xa7][0x3][0xb1][0xbb]U[0x17][0xda][0xf4][0xce][0xda]QU[0xd4][0xc3]I[0xe][0x8f]0[0xcf]0[0xdd][0xfd][0xa2][0xa9][0xf7][z[0xb1][0x93][0x11][0x13][0x92][0x9e][0xbd][0x1a]:[0x8a][0x1a][0xa7][0x90][0xe4][0xb5]Y[0xa0]s[0x8f][0xb5])[0x1e][0xbd][0xa7][0x92]T2X[0xa1][0x97][0xf3]W:C[0xa5]@[0x9a][0xfe][0x6][0xbd][0xf4]o[0x18]IS[0x91][0x90][0x5]h[0x1c]@[0xce][0x8c][0x83][0x18]2c[0xbe][0x19][0x1f][0xc6][0x88][0x19]G1f[0xc6]q[0x9c]1[0xe3]Y[0x9c]#[0x5]z[0x88][0x98][0xa0][0xef]$[0xcd][0x17][0x91][0xa2][0x19][0xd0][0xf7][0x15][0xec][0xed]g[0xa4]Nh[0x9e][0xc2][0x14]}3a[0x9c]9[0xb8]@[0xf3]\[0x84][0xc1]EL[0x1b][0xfe]%[0xcc]$[0xe4][0x1f][0xb7][0xe5]_[0xc6][0x95][0x84][0xfc][0xf]m[0xf9]WQ T[0x12][0xfe][0xc7]6[0xfc]k[0x6]s[0x9d]b[0xb3][0x89]u>u[0xd4][0xb9]A[0xb1][0x9b][0x89]uN[0xba][0xfa][0xb9][0x85][0xf9][0x84]u[0xf9][0xd1][0xb6].[0xb][0x89][0xf9]?O[0xf3][0xa9]?l[0xe2][0x87][0xb8][0xdb][0xe6]{[0x87]2[0xa0][0x1e]J[0x11][0xa7][0x7][0xd6][0x93][0x9][0x14][0xf1][0x0]s[0x99][0xfe][0xdf]PK[0x7][0x8][0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]jakarta/json/stream/JsonParserFactory.class[0x8d][0x90]_J[0xc3]@[0x10][0xc6]gkMl[0xad][0xb5]}[0xf1][0x6]J[0xea][0x83][0xb]"[0x8][0xa6][0x8]R(T[0x14][0xff][0x4][0xf]0[0xae]k[0xdc][0x18]7e[0xb3][0x11]z5[0x1f]<[0x80][0x87][0x12]'[0xd9]@P[0x8a]d_[0xbe][0xd9][0x99][0xef]7[0xb3];_[0xdf][0x1f][0x9f][0x0]p[0x2]c[0x1f]v}[0x18]1[0x18][0x8]#[0xd1][0xca][4[0xb9]4[0xc][0x8e][0x83][0xab][0x4][0xdf][0x91][0xab][0x8c][0xdf]K|[0x92]&[0x9c]P[0xe2][0x15][0x8d]E[0x9e][0xe4][0x99][0xe6][0xb9]%[0xff][0x1b][0xbf][0xa4][0xd8]1![0x83][0xd3][0x6]Z[0xe8]ea[0xa3][0xca][0xd3][0x86][0xbc][O[0xba][0xa4][0xa6][0xac]x)[0xad][0x96][0xcf][0x9c][0xb6][0xe9][0x19][0x6][0xbf]=e[0xf1][0xe6]1[0x91][0xa2][0x15]}[0xb6][0x86][0xbe]0[0x6]Wm[0xe0]a,[0xed],[0xd3][0xcf]*^[0xe8][0x87]\2[0x18][0x7][0x13][0xf7][0x97][0xc2][0xaa][0x94]_[0xe3][0x92]L[0xbd]H[0xc5][0x1a]ma[0xa8]~[0xf0][0xb7]>u[0xd7][0x14]u[0xcc]i[0x19]J[0xc7][0xe1][0xe1]9A[0xfd](+[0x8c][0x90]s[0x95][0x12][0xb5][0xd7][0xc][0x9d][0xa3][0xb0][0x99]Y[0x1d][0x95][0x14][0x83][0xfd][0xff]_X[0x9b][0x19][0x8c][0x9a]!n3[0x1e][0x3][0x6][0x1d]([0x8f][0xd7]e[0xb0][0x1]][0x80]J7k[0xf5]j[0xf5]k[0xdd][0xaa][0xb4][0x7]}[0xe2][0xb6][0x89][0xea][0xc0][0x80][0xa2][0x9d]*[0x1a][0xfe][0x0]PK[0x7][0x8][0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonParsingException.class[0x8d]R[0xcb]N[0xc2]@[0x14]=S[0xde]P[0xc5][0x17]*[0xf8]6&BA[0xbb]11[0x11][0xe2][0xc6][0xc7][0xc2]4F[0x3]a[0xe5]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0x6][0x8a][0xd0][0x9a][0xb6][0xa8][0x9f][0xa5][0x89][0x86][0xc4][0x85][0x1f][0xe0]G[0x19][0xef][0x94]J4[0xd6][0xc8]f[0xe6][0xdc];g[0xce][0xb9][0xf7][0xce][0xbc][0xbc][0xbe][0x1][0xd8][0xc3]Z[0x12][0x11],&[0x10]FV[0xa0]\[0xc]K1,3[0xc4][0xbb]V[0x93][0xbb][0x86]e2lj[0x1d]~[0xc3]m[0x97][0xab][0x1d][0xc7]2U[0xc7][0xb5]u[0xde]S[0xcf][0x8]k>[0xa7][0xcc][0x10][0xad][0x18][0xa6][0xe1][0x1e]2[0xec][0xe7][0x89]~[0xc7][0xd5].7[j[0xd5][0xb5][\r][0xb3]U[0xfe]_[0xa0]Pg[0x8][0x1f]Y[0xd7]:CZ3L[0xfd][0xbc][0xdf]k[0xe8]v[0x8d]7[0xba][0x94][0x99][0x11][0xb4]n[0x9d][0xdb][0x86][0x88][0xfd]d[0xd8]m[0x1b][0xe][0x83][0xf2][0xa7][0xf6][0x5][0xb7][0x1d]2?yh[0xea][0xb7]~[0x91][0xb1][0x9e][0xee]8[0xbc][0xe5]I[0xfe]*[0x92]A[0xb].[0xfd]+Sk[0xdb][0xd6][0xbd]0[0x1f][0xb3][0x9f]H[0x93][0xf7][0x1d][0xf2][0xca][0x4]j0[0xa4]Z[0xba][0xab][0x8d][0xa6][0xbc][0x95]/[0x8c]3[0xe7]d[0xd5][0xea][0xdb]M[0xfd][0xd4][0x10]3[0xc8][0x6][0xf5][0xb9]+[0xdc]d[0xc4][0xb1]"#[0x8a][0x98]@[0xab][0xc][0xf9]q[0xc7][0xc4][0x90][0xfb]A[0x15][0x9c]o[0x87][0x99][0x80][0x19][0x89]f[0x95]qgW[0xa8]c[0x83]~[[0x84]~[0x1f]=[0x83][0xa8][0x90]P[0x88]p[0x1c][0x9]Z[0x93][0x14]]B[0xa2][0xc][0x90]R[0x8a][0x3]0[0xa5][0xf4][0x2][0xe9][0x89]B[0x9])Z'[0xbd][0xa3]m[0x12][0xc8][0x13][0xb9][0x0][0x99][0xa2][0xf5]![0x1d][0x13]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa5]1Eb[0x2][0x9][0x3][0xc9][0x93][0x9f][0xf6][0xe5][0xaf][0x88][0x1d][0xa6]]V[0x8a][0xa5][0x1]B[0xca]N[0x80][0xfe][0x1][0xdd]+S\[0xf1][0xf4][0x95]![0xa4]/[0x8f][0xf4]eja[0x96]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x9c]D#s[0xc8][0xf8]N*[0xed][0x82][0x15]Q[0x9e]!=[0x8e],[0xa2]^[0xf2][0xd8][0x93][0x96][0x87][0x4]_[0x9a]a[0xde]c-|[0x2]PK[0x7][0x8][0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]module-info.class][0x8e][[0xe][0xc1]@[0x14][0x86][0xff][0x83][0xaa][0xaa]{[0xfb]j[0x3][0x12]S[0x91][0xd8][0x82][0x7][0x89]Db[0x5][0x7]CZ[0x97][0x91]iy[0xb6].[0xf][0x16]`QbZ[0x15][0x97]I[0xe6]?3[0xff][0xf9][0xce][0xe5][0xfe][0xb8][0xde][0x0][0x8c][0xe0][0x13][0xdc][0xbd]Z[0x9d]v[0xb2][0x1f][0x1e][0xd6][0xca][0x6][0x11]Z_[0x86][0x88][0xf8][0xcc][0x84]Z[0xc4][[0xd6][0x9][0x8b](V[0x7][0xf]%[0x82]5[0x14][0x3]1 4[0xa6][0x19]<[0xe3][0xe5][0x96]726[0xd5]9[0x1a][0xa4]h[0x10][0x1f]C[0x1f][0x15][0x82][0xf7][0xeb]&Z[0xf2][0xde]G[0xf5][0xd3]9K[0xf8][0xa8][0x11][0x9c]t[0xa4]Xp,=4[0x8][0xdd][0xff]~[0xc1][0xc4][0xf6]bE[0xe4][0xa5][0x1b][0x90][0xb0][0xc4]G2D[0xc4]@[0x90][0x9f]J[0xb9][0x1b]ee[0x1d]]k[0xc2][0x85][0x89]B"[0xc6][0xf0][0x8b][0x98][0xf8]7[0x19][0xe3][0xb9][0xed]xEE[0xf7]C{[0xee]9[0xf7]|[0xe7];[0xe7][0xbb][0xb7][0xfd][0xfe][0xf3][0xd3][0x17][0x0][0xe3][0x98]Q[0xd0][0x8a][0x94][0x2][0x15]i[0x5]2Fd[0xf4]G[0xc9][0xc9]([0x88]B[0x93]1*[0x82])[0x19][0xf][0x85]?&[0x9c]G2[0xc6]eL[0xc8][0x98]d[0x90]v=[0xee]q[0x86][0xfe][0xc2][0xb6][0xfe]N[0xd7],[0xbd]R[0xd2][0x1c]^[0xd4]V[0xb9]^~[0xcd][0x8b][0xdc][0xe1][0x15][0x83]g[0x19][0xa2][0xcb]f[0xa9][0xa2][0xbb][0x9e]C[0xb9][0x8b]W[0xe5][0xe6][0x82]M[0xcf]5-[0xcd][0xb0]+[0x86][0xe7]P[0xd8][0xd5][0xf2]g[0xcb][0x82]Y)[0xf3][0xcd]%A[0x9b][[0xcf][0xcf]fg[0xa9]zS[0xce][0xac][0x98][0xee],C8[0x9e]Xa[0x88][0xe4][0xed]M[0xe2]i[0xa3]T[0xfe][0xd2][0xdb][0xd9][0xe0][0xce][0x1b]}[0xc3][0xa2]HG[0xc1]6tkEwL[0xe1][0xd7][0x83][0x11]w[0xcb][0xac]1[0xc][0x17]l[0xa7][0xa4][0x95],[0xbd]V+[0x9a][0xb5]-m[0xbb]fW[0xb4]y[0xaf]H}[0xbd][0xb2]m[0xeb][0xc5]N[0xd5][0xca][0x8a]d[0xbd],0[0xf1][0xc4]z[0x9e][0x81][0xb9][0xc]![0xb1]h]vu[0xa3][0xbc][0xa0]W[0xeb]5[0x9b]K[0xdc]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xc9][0xc4][0x13][\r][0x8c]D[0x14]l[0x93]![0xdd] d[0x97][0xa1][0xe7][0xf2]l{[0xd5][0xd3][0xf9]F[0x1b]U[0x94]a[0xac][0xa1][0x9e][0xeb] [0xd9][0xe1][0xc6][0x9e]![0x18][0xa5][0xf8]z^[0x9c][0x83][0xb2]l{[0x8e][0xc1][0x9f][0x9a]"[0xd8]yY[0xcb][0x8c][0xa8][0xaf][0xa2][0x13]]*[0x6]0[0xa8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]*[0xda][0xd0][0xae][0xe2]1[0xa6][0x19][0x92][0xff][0xcf][0xcf][0xd0]w[0xc5][0x85][0x12][0x1c]OTd[0x91]c[0x18][0xfa][0xe7][0x11]3[0xb4][0x9f][0xd7]Z[0xdc][0xd8][0xe6][0x86][0xfb]g[0x98]^5/@[0xe9]FTm[0x8b]L[0xd7][0xa9]r[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90]6a[0xba][0xf][0xc][0xdd][0xf1][0xdf][0xf7][0x84]N[0x92]-[0xea][0xfc]e[0xff]-[0x6][0xe9]kl[0x5][0xc3]5z[0xe6][0x85]Ddc[0xf4][0xe9][0x86][0xd0][0x81][0x8]Y[0xd2][0x90]"[0xdd][0xb4][0xd2][0xc8]2[0xb2]R[0xf2][0x10][0xec][0xbd][0x9f][0xd2]C[0xef]&?[0xd8][0x8f]^z[0xab]A[0x2][0xae][0xe3][0x6][0xd9][0x18]n[0xa2][0xaf][0xe][0xe6]dCd{[0x9][0x1c]:@[0xf8][0x18][0x91]B[0xea][0x1b][0xa2][0xb1]v|[0x96][0xf6]S[0xfb][0xb4][0x15][0xf6][0xcb][0x5][0xac]#hA[0x86][0xba][0xd1][0x8]<[0xea][0x97][0xee][0x9][0xe0][0xf5][0xd2]-Du[0x8b]H[0x19]n[0x93][0xd7][0xc][0xf6][0x3][0xdd]2!C[0xe2][0xb8][0xe9]-([0xbf][0x92][0x1f][0x16][0xb5][0x92][0x1f] [0x15]R'[0x88][0xa5][0xe][0xd0]t[0xc]y!}[0x2])[0xbd][0x4]y[0xed][0x10][0xcd][0xb][0xc9]#D[0xd7][0xd2][0x87]P>[0x8a]([0x1]"~#w[0xa8][0xac][0xf8][0x83]I[0x98][0xa0][0xd3]$M3Ee[0xa7][0xa9][0x85][0x1c][0x91][0xcc] [0x85]9[0xbf][0xb1]$[0xe5][0xc7]H[0x85]!B[0x84][0xfc][0xd6][0x83][0x16]%[0xc4]1[0xec][0xcb]9@[0xe2][0x6][0xbb]w)>HM[0x5][0xf9][0xf7]([0x12]du[0x9c]e[0x89][0xd8][0xd9]H[0xbd]21[0x7][0x87]q[0x9f][0xec][0x3][0xca][\r][0xd4][0x9c][0xa7][0x88][0xe0]R[0x84][0x9a]4U[0xcb][0xea][0xf9]y([0xfe][0xce]3B>[0xbf] [0x9c]R[0xef]J[0xac][0x2][0xe1][0x18][0x12]>&[0xf9][0xb]PK[0x7][0x8][0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.class[0x9d]VYw[0x14]E[0x14][0xfe]j[0xb6][0xce][0xcc]t[0x12][0x84][0x84][0x10][0x12]$[0x9a][0x0][0x93]!0[0xb8]+[0x89][0xd1][0x4]A[0x83]C@[0x12]@[0xe2][0xda][0x99]t[0x92][0xe][0x93][0x99][0xa1][0xbb][0x87][0x0][0xee][0xfb][0xbe][0xef][0xe0][0x86][0xfb][0x12][0x8f][0x1][0x5]N[0xc4][0xed][0xc1][0x17]}[0xf0][0xc5][0xe5][0xc5][0xed][0xc5]?[0xe1]9[0x1e][0xf5]VwM;[0xe9][0xe9]I[0xa2][0xf]]U]u[0xef]w[0xf7][[0xf5][0xcd]_[0x9f]|[0xe][0xe0]\|[0x10][0xc1]*[0xec][\r]c%t>[0x18]Q[0x98][0xc8][0xf3]a[0x9f][0x84][0x9][0x9][0xfb]%[0x1c][0x90]p0BG7E[0x11][0xc6][0xcd]|u[0x8b][0x84][[0xf9]|[[0x14][0x15][0xb8][0x9d][0xaf][0xee][0xe0][0xc3][0x9d]a[0xd4][0xe1].>[0xdc]-[0xe1][0x9e][0x8]j[0xb0][0x97]o[0xdf]+[0xe1]>[0xbe]y[0x4][0xf][0xe0][0xc1]0n[0xc0]C\[0xd2][0xc3]\[0xf0]#[0x12][0x1e][0x8d]`[0x19][0xf6]Jx,[0x82][0xe5]x<[0x8a]1<[0xc1][0x87]'%<[0x15]A3[0x9e][0xe6][0xc7][0xcf]HxN[0xc2][0xf3][0xc][0xe1]}J:[0xaf]&5[0xc3]dX[0x90][0x1c]S[0xf6])[0x89][0xbc][0xa9][0xa5][0x13]|[0xa7][0x9d][0x8e][0xfb][0xb4][0x91][0x8c]b[0xe6]u[0x95]![0xee]:[0xee][0xa0][0xff]=[0x8a]n*[0x89]1#[0x9b]Il[0xa6]a'[0x7]k[0xef]$[0xc6][0xc8]`~xX[0xd5][0xb7]e[0xb3]i[0x86][0xe6]dV[0x1f]I[0x8c][0xa4][0x15][0xc3][0x18][0xd6][0x8c]Q[0x9b]^[0xc9]i[0x89]n[0x87][0x88]X*F[0x15]ctCv[0x88]D[0xb1][0x1e][0x86]P[0x87][0x96][0xd1][0xcc]N[0x86][0xf3]cn[0xbd][0xe6][0x1][0xd7][0xba][0x93]!`[0x83]U'[0xb5][0x8c][0xda][0x9b][0x1f][0x1f]T[0xf5]~e0M;[0xb][0x93][0xd9][0x94][0x92][0xde][0xa9][0xe8][0x1a][0xff][0x17][0x9b][0x1]sT3[0x18]*[0xb9][0x1d]][0xba][0xae][0x1c][0xe8][0x19][0xcf][0x91][0xee]rO&[0xa3][0xea][0x1b][0xb8]0[0x95][0x8e]/[0xf0][0x92][0xed][0xb0]t[0xe7][0xb5][0xf4][0x90][0xaa]s[0xce][0x96][0x19]8d[0xde][0xe2][0x99]B[0xf][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x82][0xb7][0xb9][0xed][0x9b][0xc5][0xb1][0xf3][0xb5][0xdc][0xd0][0xe][0x12][0xb2]?[0xd6]J[0x8e][0xac][0x1c]QM[0x8e][0xb1]upLMQ[0x98][0x1b]c=[0xad][0xa5][0x12][0xec]S[0xd2]3[0xa8]e[0x86][0xd4][0xfd]d[0xb8]`[0xb3]l`h[0xf0][0xe4][0xb2][0xe][0xdb][0xff][0x95]a[0xbb][0xb9][0x9c][0xc][0xfb][0xb4][0x88][0xbc][0xcf][0xd4][0xb5][0xcc]H9r[0xfb][0x94][0xc8][0xa3]Dny[0xc0][0xe8][0xa2][0x10]4[0xb][0xa5][0x95][0xcc]H[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "L{ki[0xe6][0x6]Si[0xe5][0xe0]A[0x86][0xd3]J[0x88]y(\{[0x1d][0xfd][0xfd]V[0xd6]n[0xee][0xe8]_[0xbf][0xbe][0xac][0xf7]K[0xe4][0xda]ln[0xe1][0x5][0xb0]0i]0[0xb0][0xd6]6[0xb0][0xc0][0xed]X[0xb6]*[0xd6]S[0xba][0xed]I[0xc9]([0x9e][0xb5]E[0x7][0x1b][0xf7][0xa7][0xd4][0x9c][0xa9]e3t&[0xf][0xa9][0xc3]J>m[0xfb][0x88][0xa7][0xb7][0x7]e[0x9f][0xa9][0xa4][0xf6]lQr"[0xeb]B[0xa4]]O[0x86][0xd2]!@[0xaa]Q[0x96][0x4]c=[0xd6][0x1c][0xa1][0xfd]n[0xca]#U[0xc9][0xd8]g[0x3]d[0xc9]X[0xc1][0x9][0xc]K[0xca][0xb9][0xc7][0x82][0x18][0xe0][0xe4][0x8c][0xbe][0x90]f[0xf4][0xe6][0xd3]i;[0x8d],[0x2][0x9e][0xf1][0x12]^ 4[0xe7][0x97][0xa1]%[0xe6][0x11]w[0xeb][0xbc][0xc5][0xa1]"d?[0x81][0x94]K[0xc1][0x82][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[[0xf0]vM[0xcc][0xd3][0x85][0xbe][0xb1][0x9][0x86][0xfa]R[0x84]][0xba]fZi[0xe9]3&[0x9c][0xe4][0xd0][0xb2][0x82]Q[0x9c]J8D[0x89][0xa8][0x18]E%[0xb1][0xd4]K[0xf9]BE[0xb8]"[0xee][0x94][0xd7][0xe6][0xa2]l[0xe9][0x1a]4L]I[0x99]s[0x15]}Y![0x91][0xbe]l^O[0xa9][0x9b]4[0x1e][0xd1]z[0xaf]6[0xb4][0x96]K[0x93][0xb1][0xe][0x87]e[0xc4][0xd0]*[0xa3][\r]k$[0xbc]([0xa3][0x1d][0x1d]2[0x6]1[0xce]PW[0xa6][0x17][0x90]+[0xbc][0x5]{[0xb1][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf4][0xc4][0xf6][0xa2][0x8c][0xcb][0xb0]QF[0x12]*[0x1f][0xb6]0,[0xf2]He[0x19][0xdd][0xd8] [0xe3]%[0xae]Z?vp[0xfd]R2^[0xc6][0x80][0x8c]W@I[0xd5][0xe8][0xaa][0xbf][\r][0x8a]a[0x16]1[0xef][0xc2][0xd5]^:[n[0x94][0xf1]*[0x6]$[0x1c][0x91][0xf1][0x1a]^[0x97][0xf1][0x6][0xde][0x94][0xb1][0x16][0x9]>tP[0xc2]x[0x85][0x9c][0xe1][0x8c]2[0xbd][0xde]>[0xe7][0xee][0xe5][0x9e]}K[0xc6][0xdb]xG[0xc6][0xbb]8<[0xc3][0xac][0xfe]Q=;[0xc1][0x8b]M[0xc6]{x_[0xc6][0x10]([0xff]'[0x19][0xce][0xfb]_7[0x88]e[0x99]W[0xe2]04[0xcd]UA^a)[0xd8]Hw[0x4]][0x18]U3[[0x18]U[0x93][0x96])[0xb4][0x93]@[0xff][0xf6][0x1d][0x1b][0xa9][0xba]7u%[0xfb]h[0xe][0xf4][0xee]H&[0xe9][0xb1][0xe0][0xce]m[0xaa]yuo^I[0x1b]<[0xf7]K3[0x9f]7[0x86]`[0xd7][0xf6][0xed]][0xbb][0x19][0xce][0x9c]O[0xcd][0x17][0xae]}[0x8a][0x8a]([0xc1]y^~[0xc1][0x9]N[0xce][0xb0]<[0xe6]y[0xa5][0xe4]S[0xfc]9cS[0xa6][0xd2]Y[0x83](+[0x95][0xa1][0xa1][0xbe]|.[0xa7][0xab]t[0xc9][0xf]Q[0x8f]+[0xd6][0xdf][0x9][0xa3][0xc5][0xb2]j[0x9e][0xc1][0xa3][0xbc]XI[0xcf]1[0x6][0x9]~,[0xe4][0xa5]G[0xeb]8=[0x10]}XM[0xff]T[0x85][0xd6][0x9a]R[0x90][0xe6][0x1a][0xfa][0xd6][0xe1],[0xfa]?[0x9b]V{h[0xf6][0xd3]\[0x1d]?[0x9][0x16]_}[0x1c][0xbe]x[0xdb]q[0xf8][0x8f][0xd2][0x96][0x1f][0xe7][0xd0][0xb8][0x10][0x1][0x80][0x8d]#[0xc0]2[0x8][0xb3],[0xaa]X[0x8e][0xde][0x9d]@[0x93][0xcd][0x86][0xf3]p!`[0xad]l[0xb1]|[0xc5][0x5][0xfa]p[0x11][0xad]e[0xb1][0x13]#E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xad][0xa7][0x15]5[0x4][0x1a][0xcf][0xb6][0xde][0xb0][0xcc][0xa2][0x89][0xc4]?[0x86]o[0x9a][0xc4]`[0xd2][0xa2][0xe2][0xb2]C[0xfc][0x84][0x99][0x96]<[0x1b])"[0xe4]1\[0x8c]N[0x81][0xd0]M[0xd4]>[0x9a][0xab]8B[0xc3]4[0x82]>|[0x89][0xd0][0x94][0xb][0xe5][0x80][0x85][0xb2][0xd8][0xa6]t[0xb4][0xae][0xc2]%[0xe4][0x14][0xae][0xc1][0xa5][0xe8][0x9a][\r]Or[0xe3][0xdd]:[0x7][0x1e]5[0x97][0xd9][0xf0]*[0xdc]xw[0xcd][0x81]G[0x1d]m6[0xbc][0xb0][0x1b][0xef][0xfe]9[0xf0]6[0xe1]r[0x91][0x2]W[0xd2][0x1f][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r[0xbc])'[0xf0]6[0xcc][0xa3]E0A[0x7]&[0x88]+[0xd0]C[0xe7][0xff][0x86][0x98][0xef]lvB[0xcc]![0xa9][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85]/[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "G[0xe3][\r]'[0x10][0x99]F[0x94][0xc1][0xad][0xed]SEb[0xa2][0x8e][0x98][0xa8][0xa3]m[0x12][0xbd][0x2]l[0x9c]h(#[0x11][0xe6]`[0xf2]To[0xdb][0x94][0x90][0x1f]B[0xa5][0xd0][0xbc][0x8a][0xa7]&{[0x1]!v[0x8][0x12];lA[0xc7][0x89]I"[0xd6][0xad][0xd8]f%n[0xd8][0x11][0x12][0x16]B[0xf8][0xea]*l'[0x9a]>[[0xad]M[0x12]!2~7x[0xd9]Q5[0x8d][0xea][0xd2]\=2[0x87][0x1d][0xfd][0xd8][0xe9]e[0xc7][0x82][0xc9][0xde][0xc6][0xc9]2v[0xbc]Mv[0xbc]Cv[0xbc][0xfb][0x9f][0xec]H[0x94][0xd8]A[0x17][0x96][0x10]}[0x87][0xa8][0xf9]&.[0xfa][0xb4]-m[0xc7][0xb0][0xf0]-[0x4][0x3][0x93][0xb4]XD[0xb][0xff][0xe4])[0xd4][0xec]>[0x89][0xda]/[0x9c]\XJ8`[0x1f][0x92]&S[0xa8]dG[0xc9][0xf2]cX[0xcc]>[0xc2][0x12]v[0xbc][0xa8][0x19]49[0xba]4[0x9]]B[0xc4][0xb9][0x1b][0x3]B[0x97]0|[0xa2]ZB][0x85][0xa5][0xce]5^[0x9e]X<[0x8b]'>%[0xf9][0x9f][0x91]'>[0xff]O[0x9e][0xb8][0xb6][0xc4][0x13][0xd7]9[0x9e][0xb8]BD[0xb4][0xa6][0xb8][0x94][0xea][0x8e]a[0xc9][0x9][0xd4][0xbb]C[0xfb]UQhk[0x1c]Y5Nh[0xaf][0x87]"P[0xd7][0x8a][0x96][0x16]8[0x86][0xa5][0xee]D[0xff][0xba][0xa8][0x99][0x5][0x9c]fFO[0x8f][0xd9][0x8a][0xbb][0xce][0x8d][0xf2][0xed][0x1c][0xc5][0xbd][0xd6]i[0xaf][[0x89][0x86][0x9][0xb][0x1b][0xe]Q[0xea]R[0x9f]o<[0x8e][0x6][0xfe];[0xe9][0xc4][0xd7][0xf6][0xef]w[0xe4][0xdb][0xef])[0xb6]?[0x16][0xe9]X[0xb0][0xb4][0xcf][0xa2]e[0xd5][0xb4]IO[0xb][0x1][0xfe][0x3][0x99][0x10][0xa4][0xb9][0xf3][0x14][0x96]Q[0xc2][0x9c][0x9e]<[0x85][0xe5][0xbb]W[0x13][0xb4][0xff]$[0x9a][0xb6][0xb4][0xc5][0xa7]q[0x86][0xf]m[0xd3]8[0x93][0xd1][0xa3][0xa5][0xae][0xb7][0xb0][0x8a][0xae][0xf][0xac][0xa9][0xf][0x9c]@[0xcb][0x9a]/V[0x9f][0xc0][0x8a])R[0xb1][0x16][0x8d]X[0x81]f[0xba][0xc6][0xda][0xc8][0x84][0xe6][0x19]i[0xf7][0x13]*[0xd8][0xcf][0xa8]e[0xbf][0xa0][0x91][0xfd][0x8a][0x15][0xb4][0xbe][0x88][0xfd][0xe6][0xa4]]-Z0[0x8c][0x11][0xcb][0x15][0x9d]B[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8f]Qh[0xa4]%W;[0x81][0xc0][0xdf][0x4][0xee][0x97][0xb0]R[0xc2]2[0x9]c`[0x12][0x9a][0xff][0xa6][0xe4][0x8]8[[0xb4]a[0xed]JX[0xfe][0xdb][0x83][0xb4]0[0xb1]M[0xc4][0xd2][0x17]w[0xc7][0xe0][0xf7]"/[0xf9]l[0xc1][0xb][0xba][0xf8]#Wp[0xae][0x13][0x91][0xc]YU[0xe6][0xe6][0x1e]-[0xe2][0xe][0x9][0xb5][0xfd][0xa2]{f[0x90][0xb5][0xe6][0x1c].[0x0][0xbf][0x80]}[0xe4][0x96]g[0xc9][0xa4][0xa5][0xb8][0x1]u[0xb8][0xf1][0xd2][0xfa][0x0]PK[0x7][0x8]u[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.class[0xb5]Y[0xb]x[0x14][0xd5][0x15][0xfe]o6d[0xc8]fBB[0x8]Q[0xb2]! [0x82]Y6[0xc1][0x10]_[0xa0] [0x9a]@[0x90][0x84]M[0x82][0x9][0x9][0x6][0xb5]8d7[0xc9][0xc2]f7[0xd9][0x7][0x5][0xac]U[0x84]>[0xb4]Z[[[0xb5][0xb4]jk[0xd5][0xd2][0xaa]m[0x85]*[0x89]R_[0xf5]U[0xad][0xad]V[0xfa][0xd0]j[0x1f]j[0x1f]j[0x1f]j[0x1f]j[0xad][0x95][0x9e]{[0xe7]fv63[0x93]L[0xda][0xaf][0x1f]_n[0xee][0xcc][0x9c][0xfb][0xff][0xe7][0x9e]{[0xce][0xef][\r]O~p[0xef][0xfd][0x0]N[0xc2][0x11]/[0x16][0xe3][0xb2]|[0xd4][0xe2]r[0x5][0x9f][0xf2][0xc2][0xa3]?\[0xc1]{Wz[0xa9][0xf7]i[0xde]\[0xc5][0x9b][0xcf]([0xf8][0xac][0x17]^\[0xed][0xc5][0xe7][0xf0]y[0xde]\[0xc3][0x9b]kys[0x1d]o[0xbe][0x90][0x8f][0xf3][0xb1][0x97]7_[0xe4][0xcd][0x97][0x14]\[0xef][0xc5][\r][0xb8][0xd1][0x8b]R\][0x80]/[0xe3]+[0xfc][0xf1][0xa6][0x2][0xd4][0xe1][0xab][0x1c][0xf0]f[0xde][0xdc][0xa2][0xe0]V[0xfe][0xfa]k^Tph[0xf][0xf6]y[0xf1]u|[0x83]7[0xb7])[0xb8][0xdd][0x8b]y[0xb8][0xa3][0x0][0xdf][0xc4][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x11][0xbe][0xcd][0x9b];[0x15][0xec]/![0xef][0xf]zQ[0x85]a/Fp[0xf][0x1f]w/o[0xe][0xf1][0xe6][0xbb][0x1c][0xf0]>[0x5][0xf7]+x@[0xc1][0x83][0xc][0x85][0xcd][0xc9]x[0xac]>[0x91][0xd0]v4[\r][0xc]F[0x19][0xd4][0xa6]X,[0x9c]X[0x19][0xd5][0x92][0xc9]p[0x92]![0x9b][0x16]M[0x87][0x83][0x91]d[0x8a]afp[0x8b][0xb6]M[0xab]M[0xa7]"[0xd1]Z1[0x82][0xbf]^F6[0x1d][0x91][0xbe][0x98][0x96]J'[0xc2][0xc][0xb5]v6[0xcb][0xe9][0xe5]V-[0x91][0xd2]j[0xb7][0x10]Y-g[0xec][0xe2][0xb0][0xcb]V[0xd0]h[0xef][0xe6]too8[0xb1].[0x1e]'[0xf6]c[0x83][0xf1]D_m[0x1f]g[0xef][0x8d]$[0xfb]u{m0R[0xdb]`[0x18][0xd1][0x90][0xbc][0xe5][0x91]X$[0xb5][0x82][0xe1]8[0xbf][0xb][0xfb][0x85]][0xc][0xb9]+[0xe3]![0xf2][0xae]([0x18][0x89][0x85][[0xd3][0x3][0x9b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0x89][0xf5][0xda][0xe6]([0xbd])[0x9][0xc6]{[0xb4]h[0x97][0x96][0x88][0xf0]g[0xf9]27[0xd5][0x1f][0xa1][0xb9]/[0xb4][0x3]7[0xc2][0xd5][0x90][0x8e]DC[0xe1][0x4][0x8f][0x1a][0xb9][0xb4][0xc2]o[0x9d][0xa3]0[[0xe6][0xd2][0xc3])[0x1a][0xb7]f8[0xda][0x9][0x87]a[0xb9][0xdf][0x14][0xdc][0x95][0xf1]h4[0xdc][0x93][0x8a][0xc4]cn[0x19][0xbc]=[0xc6][0x10][0x86]2{([0xfe]!+ ;[0x6]G[0x83]2[0xcb]v[0xc4][0xf2][0x0]_[0xc3]3[0xec]=[0xe3][0x1f]]:[0xe7][0xd1]B![0x86]Sm[0xa2][0xa8]g[0xca]B[0x87][0xb0][0xc8]U [0x1f][0xa6][0x88]L[0xb5][\r][0xa0][0xe][0xc1]p[0xa2]t3[0xaa][0xc5][0xfa]j;R[0x89]H[0xac][0xcf][0x5]p[0x89]u[0x10][0xc3][0x12][0x9]5[0xa0][0xa5][0xfa]k[0x1b]"}[0xab][0xc2]=[0x91][0x1]-[0xea][0x2][0xae][0xcc]~[0xa0][0x15][0xb2])[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xd1][0x90]IC[0x8e][0xe]d[0x98][0xe7]o[0x9a]x4k[0xe2][0x86][0xcd].[0xc][0x9b][0xb9][0xe1]*[0x17][0x86][0xab][0xb8][0xe1]F[0x17][0x86][0x1b]I[0x80]:RZ[0xcf][0xd6][0x16]mP[0xe4][0x99][0x82][0x87][0x18][0x14]J[0x86][0xd6]t[0x94][0xf4][0xe0][0x18][0xff][0xc4] [0xf5]6I[0xd3][0xb6]y[0xb][0xa5][0xe0][0xa8][0xcd][0xc4][0x18][0xca]f[0xbd][0xcb]0w"0[0x86]3[0x9d]j[0xdd]=[0xdf][0x9c][0x9]-[0xf2]([0x6][0xf5]<[0x4][0xa7][0xf9][0x9b][0xfe][0x87][0xa2][0x88][0xc4]B[0xe1][0xed][0xc]'[0x9][0x90]I[0xa7][0xfe][0xd2][0xd1]a[0x93]Os[0xcb]P[0xf7][0xe9]|[0xac][0xbf][0xc9]E[0xda][0x92][0x95][0x8b][0x9c]%+[0x17][0x9]KV.[0xb2][0xb5][0xc1]n%&[0x9b]i[0xf5]v [0x93][0xcc][0x1e]O2L[0xdb][0xb1]B[0xad]^%y[0x89][0xf0]@|[0x1b]i[0xdf][0x14][0x91][0xc6][0xc][0xe5][0x8e]eC[0xa3][0xa7]&c[0xda]`[0xb2]?N[0x10][0xc5]&[0xd9][0x96][0x9b]y`[0xcc][0xab]q[0xf6]n[0x5][0xdf]#[0xb4][0xc1][0xf8]`:[0xaa][0xa5][0xf8][0xe][0xe1][0xb0]?q}7[0x8b][0xa8][0x1e]2[0x1a][0xfe]0C[0x85][0xf3][0xce][0xc1][0x87][0xa9]T[0x5]][0x99][0x13][0x88][0xcf]y[0xe8][0xe2]X[0xce][0x95][0xc2][0xb1](^&[0xac]B[0xda]/"!r[0xbc]K[0xdf]7f[0xfa][0xad].[0xf2]a[0xd3][0xa3][0xda][0xc0][0xe6][0x90]6t[0x9e][0xf3][0x17][0x93]nm[0xa3][0xed][0xb4]#[0x9e]N[0xf4][0x84]WG[0xc4][0xe6]hw,8[0x9e][0xe3][0xa9]8[\r][0x8f][0xa8]X[0x8a]S[0x19]f[0xd8][0x9c][0x8d]T:i[0x9e][0xac]"[0x8c]GU[0xec][0xc4][0x85]*vc[0x8f][0x8a][0x8b]q[0x9][0x89][0x9f][0xc3][0xf1]C/_[0xce][0xc0][0xc1][0x1f]S[0xf0][0xb8][0x8a][0xef][0xe3][0x9][0xde]<[0xc9][0x9b][0x1f][0xf0][0xe6])[0xde][0xfc]P[0xc5][0x8f][0xd0][0xa2][0xe2]i[0xde]<[0x83][0x16][0x86][0xca][0xcc][0x1c]y[0xee][0xac][0x8b]G[0xa8],[0x13][0x8d][0xdb]{[0xc2][0x83]<[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xac][0xe2]Y[0x1c]V[0xf0][0x13][0x15])[0xfc]T[0xc5][0xcf]p[0x98][0xf7][0xd2][0xdc][0xa7]]*.[0xc5].*[0x97][0xc]H[0x13][0xd7][0x97][0xb6]t[0xaa][0xad][0xb7]![0x9e][0x8e][0x85][0x92][0x6][0x92][0x8a][0x9f][0xe3]9[0x15]I<[0xaf][0xe0][0x17]*^[0xc0][0x8b]*~[0x89]_1[0x9c][0xec][0xf2]P5?[0xeb]`[0xca]g[0xfa]k[0x5][0xbf]Q[0xf1][0x12]^V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xab][0xe2]w[0xf8]=%V&[0xa6]m[0x82]X[0xa3][0x82](n[0x88][0xc7]S[0xc9]TB[0x1b]l[0x9][0xa7][0xfa][0xe3][0xa1]dQ[0x1e][0xfe]P[0x8c]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^U[0xf1][0x1a]^W[0xf1]G[0xfc]I[0xc1][0x9f]U[0xfc][0x5]o[0xa8]h[0xc6][0x9b][0xbc]yK[0xc5][0x10][0xfe][0xaa][0xe2]o8[0xcc]P[0xe5][0xd2]Ob[0x1b][0x9b]7[0xc][0xb3][0xc7]-a[0xda][0xb1][0xed][0xf3][0x94]aZv[0xf5]e[0xcd][0xaf][0x89]VJK[0xc5]i[0xb8][0xc7][0xcf]3[0xd3][0xb1][0xde]6[0x8e][0xc9][0xe6]Q[0xbd][0xef]r[0xce])[0xfd]P[0xac][0xcf][0xa7][0xb0]/[0x9c][0xca][0xbc]c[0xa8]s[0xd6][0xd1][0x87],[0xb3][0x8e][0x19]G[0xfd][0x8d]1[0x15][0xb6][0xa7][0x15][0xd3]g;[0xbd]7}[0xb6][0x13]z[0xe3]s[0xee][0xfa][0xf6][0xce]FR[0xc8][0xd5][0xf5][0xc1][0xe][0xfa][0x9d][0xdb][0xda][0x19][0xc][0xd2]>[0xec][0x10][0x8e][0x96]p2[0xa9][0xf5][0xf1][0xb]Pe}{{CgSpUc[0xfb][0xa6][0xb6][0x86][0xe6][0xc6][0x95][0xeb]7[0x8d]>[0xea][0x10][0xa5]Bk-[0x7][0xc4][0xca][0xf1]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae]e6[0xee]J[0xdd][0xa1][0x4]2[0xd1]R[0xb7][0xbe]{[0xc][0xeb],[0xd3][0xf7][0xae][0xfa]`gc[0xb0][0xa9]c[0xbd][0xfc]V&[0xf7]O[0x8b]O3[0xfd]Y[0xef][\r][0xb2][0x99]vi[0xc4]/[0xe1][0x81][0xc1][0xd4][0xe][0x99][0x87][0xa3][0xd3]4o[0x16][0xc5][0xe9][0xd8]@<[0x14][0xe9][0x15]w[0x5][0xdd]n[0x9e][0xac][0x99][0xcd][0xb8]S,F.[0xaf][0x9][0xa5]v[0x9e][0xd2]&[0x14]1J[0xa3],[0xcb][0xcf][0xd1][0x92][0xe1]G[0xbc]~-[0xd9][0x1a][0xde][0x9e][0x12][0xd5]C[0x15][0x92][0x1b][0x13][0xf][0xd9][0xcb]'C[0xe2][0xc5][0xdf][0xf1][0xf]~[0x5][0x9b][0x1f][0xc4]z[0xb8][0xa4]1[0xac][0xb1][0xbd]l[0xda][0xde][0x7][0xcd].[0xf4][0xa6]c[0xc2]Kr8[0x96]L[0xf][0x88]d[0xcc][0x8f][0xf4][0xae]K[0x84][0x93][0xe1][0x18][0xc1][0xce][0xf5][0x8f]k[0xcc]g]n[0xc3]K[0x7][0xe6]N[0x1a]A[0xfe][0xf5]k[0xb1][0x10][0xdf][0x83][0xda]l607au[0xbe]/[0xd9]n[0x89][0x1b]E[0x82][0xd9][0xef][0x95]U[0xb6][0x1f]lSnl[0xfe][0x8a][0xdc]U[0xf0][0x8e][0x8a]w[0xf1]/[0x15][0x1f][0xc3][0x1e][0xca][0xa5][0xcc][0xc0]Hl[|k[0xb8]6([0xf6]b[0x12]u[0xad]W[0xeb][0xa1]u[0xa5][0xb]s[0xc1]@[0xe6]I[0xc1][0xbf]) [0xc1]x|kz[0x90][0xe1])[0xb3][0xfb][0x12]@[0xdf][0xf][0xd6][0x88][0x90]%[0xe7][0xeb][0x96][0xcb][0xac][0xb5][0xe2]4[0x90][0xdf][0x87][0xff][0xbb][0x8f]:[0xe5][0xf8]c[0x17]Z[0xbf][0xae][0xd4][0xa2][0xd1][0xe][0xca]n:-}[0xc0][0xb0][0xc0][0xd5]|[0xb2]vy;;[0xcc][0xa5][0xd4]^[0xc]Ri[0xe4][0xd0]?:[0x80]P[0xff][0x14][0x80][0xfa]KP[0xc2][0xcf]*[0xd4]_D?[0xa7]a[0x19]}YN[0xbd][0xd5][0xc2][0x12][0xf0][0x6][0x86][0xc1][0x2][0xd5]w#g[0xbf][0xb0]?[0x9d][0xda]i[0xf0]P[[0x8d]\[0xd4] [0x9f][0xc6][0xad][0xa0][0xa7]2[0xdd][0x1a]g[0xe0]L@[0xf4]8*[0x13][0x98][0xf5][0x12]3J[0xe3][0xf8][0xc8]J[0x81]YC[0x98][0x81]C[0xf0]t[0xf]#[0xf7]nL[0x9][0xdc][0x85])[0xd5][0x7][0x91][0xb7]![0xc3]S[0x86])[0xd4][0xd6][0x12][0xcf]b[0xe2][0xa9]C)N[0xc0]l[0x9c]([0xf8][0xe6][0xea]H[0x6]_%[0x1a][0xb0]R[0xf0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe6][0x1c][0xc1][0xbc][0x8a]~s[0xe6][0x9d][0x92][0xb9][0xdc][0x96][0xb9]z[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0xf5][0x98]XO&[0xd6]S[0x88]u[0x9][0xb1].[0xc5],B[0xcc][0xb0][0x96][0x1b][0xac][0xe5]h[0xa4]H1[0xd1][0xd3]Y[0xcf][0xa2][0xbe]*[0xdf]4b[0x8d][0x11][0xe7]&[0xea]5c[0xad][0x8c][0xc4][0x1a][0x19]][0x95]sO[0xe5]M~[0xe0][0xce]1[0xf1]=[0x9d][0xfc]X!"[0x9a][0x89][0xaf]j0[0xab][0x8][0xa2][0x85][0xd0]8j[0xab]Dm#[0x9f][0xb9][0xd5][0xc][0x1d][0xf5][0x10][0xbc][0xdd][0xd4])[0xb0][0x3]_E[0xe0][0x8d][0x98]N[0xce]g[0xc0]g[0x18][0xe0]3[0x8][0xbc]M[0x82][0xaf][0x93][0xe0]k[0xa5][0xcb]E[0xd2][0xe5][0x11][0xa8]v[0xc0]k[0x9]8[0x88]B[0xf2]-[0x3]\d[0x0][0x17][0xd1][0xb7][0xb3]%p[0xbb]#p[0xa1][0x1d]p;[0x1]w[0x10][0xf0]zG[0xe0][0xe][0x9][0xbc]^[0x2]7[0x18])[0xec][0x1b][0xc1][0xb4]lL[0xaf][0xf8][0xd2][0x8d][0xa9][0xd8][0xe8][0x90][0xbe]AtJ[0xbc].[0x3]OO"o`[0xce][0x8][0x8a][0xec][0xf0]6[0x11][0xde][0x5][0x8e]x[0x1b]$[0xde]9[0x16][0xbc][0xaa][0x11][0x14][0xdb][0xe1][0x85][0x9][0xaf][0xd7][0x11][0xaf][[0xe2]m[0x94]x[0xfd]r[0xbe]3[0x2][0xbe][0xbd][0xc8]?[0x80][0xe9][0xfb][0x90]w[0x0]%[0xa3][0xc0][0x1e][0x13][0xf0]VZ[0xfa][0xa8][0xe3][0xd2][0x9f]K[0x80][0xe7]Q[0xff]([0xe4][0xac]UP{[0x84][0xe3][0xd2]o&Z[0x5][0xe7][0xd3][0xe7][0xf][0xd1]\u[0xd6]%[0xf4][0x95][0xa7]{~[0xe0][0x0]f[0xd8]Mb[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12][0x82]K[0xaf][0x8b]|[0xc9][0xc5]][0xbf]@[0x82][0x84][0xc8];n[0xeb][0xab]~[0x1c][0xd3][0xe][0xa1][0xb4]{[0x4]3[0x87]Q[0xf6]@[0xa0][0xfa][0x1e][0x1c][0xc5][0x90]=[0x85][0x12]Js[0xe0][0xc3][0xd4]n[0xa7]u[0xdf]I[0xc5]y[0xa1]i*>c*>h[0xd8],[0xa7][0xe2][0x1]+[0x12][0x8c]=[0xce][0x8c]G[0x8f]2[0xce][0xb2]g[0xbc][0x84][0xda]][0xc4][0xb8][0x9b][0x18][0xf7]82[0x86][0xb2][0x19][0xc3][0x6][0xe3]n[0xc9]X7[0x96][0x91][0x84][0x8f][0xde][0x8c][0x95]B[0xe1][0x6][0xd7]C[0x93][0x1f][0xe5][0xc8][0xa3][0xf6]2[0xf2][0xe3]r[0xf2][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][0xbf][0x12][0xc7][0xe0]*[0xfe][0x1f][0x12]&[0xea][0xc][0xea]L[0xfe][0x90]4[0x14]M[0x17]![0xe8][0x95][0xe]u[0xc8][0xfc]+[0xc][0xd4][0xf0][0xc2][0xf3]Q[n)[0xbb]k[0xa8][0xec][0xae]E[0x1][0xae]3[0xe9]_[0xa1]AP[0x88]>Q&[0xbc][0xc7][0xf5](G[0x10][0xf4]K[0x82][0x8d]4[0x96][0xdb][0x97]J[0x2].H5B[0x90][0xac]<[0xd7][0x93][0xed][\r][0x14][0xe8][0x1b]M<[0xa5][0x6]O[0xa9][0xc1]S*[0xa4]I[0xe7][0x89]H[0x9e].9[0x91][0xe2][0xd1][0x89][0x8]m[0xb2]r[0xdc]L[0x1c][0xb7]P[0xff]V[0x13]G[0xb1][0xc1]Qlp[0x14][0xb][0x95][0xd2]9[0xb6]8s[0x14][0xda]q[0xdc]F[0x1c][0xb7]S[0xff][0xe][0x17][0x1c][0x1d][0x92]c[0xab][0xe4]h[0x91][0x1c][0x5][0x1]_[0x85]P[0xac]rK1[0xed][0xa7][0xf2]9`[0x82].0[0xa0][0xb][0xc][0xe8][0x2][0xa1]]:t[0xd4][0x80][0xce][0x15]9L[0xd0]s[0x85]xY[0xa1])[0xe5]1[0xe2][0x2]z[0x83][0x84][0x1e][0xb0]B[0xfb][0x85][0x8e]Y[0xa1][0xef]#[0xe8][0xfb]]@wK[0xe8][0x98][0x84][0xde]%[0x3]RJ[0x1][0xc9][0x96][0xb4]r[0x8b][0xa4]=L[0xc9][0xf3][0x88][0x8b][0xe4]9[0x97][0xac]y=,@[0xce][0x11]R$[0xf][0x17]6][0xd9][0x18][0x17]:[0xf9],~[0x8d]J]fC[0xf1][0x8c]n(B[0xeb][0xac][0x13]}[0x82][0x4][0xfb]I[0x7][0xc1][0xee]36[0x94][0xb8][0xc4][0x8b][0xcb][0xe9]U[0xd4][0x8c]Q=_[0x8d][0x94][0xbd]r[0x8b][0x8]=M[0xed]3T[0xfc][0xcf][0x92][0x18][0x1c]6M[0xb7][0xc2]`[0xaa]0[0xa6][![0x4]0'[[0x0][0x7][0xdd][0x90][0xcf][0xb2]'[0x8e][0xda][0xe7][0x89][0xfc][0x5]"[0xd1][0x5]y([0x9b]|h<[0xe9][0xf1]YJ[0xe9]%*[0xa5][0x97])/^q-=C.[0xa4][0xc7][0xca][0xf3]*[0xd9][0xbe]F3|[0xdd][0xb5][0xf4][0xc]M =V[0x8e]7[0x88][0xe3]M[0xea][0xbf][0xe5]Zz[0x86]&[0x90][0x1e]+[0xc7][0xdb][0xc4][0xf1][0xe][0xf5][0xdf]u-=C[0xce][0xd2][0xe3][0xb3][0xe4][0xf6][0xbf][0xa9][0x88]?p-=C[0xce][0xd2]c[0x81]f[0x1e][0xe4][0xb3]\[0xd7][0xd2]3[0xe4],=V[0xe8]|[0x82][0xf6][0xba][0x96][0x9e]![0x17][0xd2][0xe3][0x1b]+=[0x94][0xdb]%[0xac][0xf8][0xff]!=[0x9]G[0xe9][0xb1]Nt&[0xa6][0xb2][0xb2][0x9][0xa4]gh[0x12][0xd2][0xe3][0x1b][[0xfd][0xcc][0x87]\V[0x81]"V[0x89]r6g[0xf2][0xd2]34[0x9][0xe9][0xb1][0x92][0xcf]'[0xf2][0x5]D^E[0xe4][0xfe][0xc9]KO[0xd2][0x88]d[0xbf][0xbc]$[0xcd][0xd1][0xcf]][0xc5][0x87]P[0xd1][0xed][0xf3][0x8c]`[0xf6]0*[0xc5]Y[0xcc]w[0x10]s6X[0xf8][0x17]Aa[0xc7][0xa3][0x94]-[0xc6]lVg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x1c][0x83][0x8e][0xe4][0x97][0xac][0xa5][0xd4]M!-Yo[0x92][0xac]~[0x9d][0xd5];[0x82][0xb9][0xc1]}[0x94][0xb7][0xf4]4[0x82]c[0x82][0x1]F[0xc7][0xbe]C[0x98][0xd7]]Mor[0x86]q,[0xa7][0xcf][0xcd]\G[0xd9][0x12][0xa2]_[0x8a]il9[0xca][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xd8][0x19]F[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe8]g[0x1b][0x9d][0x86][0xf9][0xc4][0xfd][0xd2][0x99]2rZw[0x96]tT[0xb7][0xda]No[0xf4]o[0xdb][0xa5][0xa3][0xf9][0xc8][0x99][0xf6]>[0x14][0x5];[0xc8]h'[0x1d][0xa4][0xf5][0xfb][0xf2]#d[0xce][0xb]k5[0x1d]C[0xe7]3[0xb4][0xd0][0xba],`[0xd8][0x8b][0xa5][0xd4]9[0x8e][0xa1]u[0xd1]c(_[0xf4][0x10][0xaa][0xf6]b[0xc6][0xa2][0x7]Q[0x15][0xb8][0x97][0xa8][0xe9][0xb0][0xba]p[0x1f]]>hJ[0x8b][0xf8],F[0x10]8[0x88][0xea][\r][0xfb][0x8e]<[0xba][0xdf][0x98][0x8c]8[0xc0][0xb2][0x95][0x94]a[0xab]0[0x8f]5[0xe2][0x4][0xb6][0x6][\r][0xac][0x19][0x8d]l[0xad]1[0xa1][0xa3]PM[0xb5][0xf2][0x11][0xb1][0xba][0xab][0x8d][0xe8][0xae][0x96]7[0xed][0xcc][0xfd]z[0xb5][0xbc]_[0x9f]'[0xaa]+W[0xcc][0xe2][0xa2][0xf7][0x11]P[0xb0][0xf8]=[0x14][0xbd]G3[0xd1]o[0xde][0x1f][0xa5][0x9f][0x8b][0xe9][0xf0][0xae]/DX[0x16]R[0x85][0xc3][0xb1][0x9b][0xbb][0x9c][0xf9][[0x80][0xbe][0xf6][0xad][0x14][0xfc]6[0xaa][0xf1][0xb3])[0xf0][0xed][0xa6][0xb5]7[0xe7][0x9e]~[0x1b][0x97]k_"(w[0x8d]Mw{J_[0xcd]A[0xd4][0x8c][0xa5][0xec]$[0xca].[0xa2]<[0x87]([0xbb]'Lw}[0xff]3[0x91]_j[0x90]'[0x8][0xce]3n[0xba][0x13][0xfd]"[0xcb][0x94][0xcf]#[0xfe][0xf3])[0xdd]7[0xa1][0x92]]`[0xe2][0xb7][0xa6];[0xef]e[0xf1][0x97]Rw7][0x90]t[0xfe]N[0x19][0xef][0xe2][0xcc][0xad][0xe7]x^[0xeb][0x19]B[0xb1]y[0xb1][0x1e][0xaa][0xef][0x10][0xd5][0xb7][0xf9][0xba]k[0xde][0xbc]xFd.V[0xc5]9[0xfc][0xf][0x86][0x92][0xa2]QRL[0x17][0xb]hJ[0xbd][0xcc]_[0x92][0xf2][0xb8][0xa3][0xcc][0xfc][0xc7][0x8e][0xe9][0x6][0xf6]t|\`{[0xf0][0x9]a[0xff]I[0x9c]([0xc2][0x90][0x83]yt[0xb1]:[0x81]r[0xf6][0x9f]x[0x1f][0xef][0xd1][0xa5][0xef][0x80][0xcc][0xbd][0xef][0x90][0xed]][0xb8][0x1b]w[0xfd][0x7]PK[0x7][0x8]^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.class[0x9d]U{O[0xd3]P[0x14][0xff]][0xf6]bc [0xc]A[0x10][0x15]y[0x8d]=[0x90][0x8a][0xf2][0x10]7yMP[0x10]_[0x99]b[0xfc][0xb3][0x1b][0xdd]([0x96]v[0xe9]:[0x93]}+M$[0x18]M[0xfc][0x0]~([0xe3][0xb9]][0xa9][[0xd7][0x86][0xc6],;=[0xbd][0xf7][0xfc]~[0xe7]u[0xcf][0xed][0xef]??~[0x1]X[0xc6][0x8b][0x18][0x6][0xb0][0x12][0xc3]*[0xd6][0xa2][0xe8][0xc7]#.[0xd6]#x[0x1c]C[0x8]9.[0xf2]\<[0x89]`#[0x86](_[0x89]b[0x93][0x8b][0xad][0x8][0xb6]#[0xd8][0x89][0xa0][0xc0][0x10].kjE[0xae]2\;<[0x15]?[0x8b]B[0xc3][0x90][0x15][0xe1][0xa5]X[0xcb]1D[0x8b]rU[0x15][0x8d][0x86].1[0xcc]v[0xee][0xe6][[0xaf][0x8a][0xa8]V[0x85][0xa2][0xa1][0xcb]j5[0x97][0xd9] H[0xac][0xd4][0xa8]T$[0xfd][0x8d][0xa6])[0xc]3[0x87][0x9a]^[0x15][0xaa][0x8a]X[0xaf]W[0xe4][0xfa][0x89]pZ[0xd7]TA[0xac][0xc9][0xc2][0x8e]mD[0x90]p^Vec[0x83]![0x99][0xf2]a[0x9f]>b[0x8][0x16][0xb4]c[0x89][0x7],[0xab][0xd2][0xab][0xc6]YI[0xd2][0xdf][0x89]%[0x85]V[0x12][0x87]ZYT[0x8e]D][0xe6][0xef][0xd6]b[0xd0]8[0x91][0xeb][0xc]Y7[0xf2][0x3][0x12];[\r]Y9[0x96][0xf4]=[0xb1]lhzs[0xff][0xac][0xc6][0x83][0x1a].[0xeb][0x92]hH[0xaf]K[0xa7]R[0xd9][0xb0],[0x18][0xa6]Si[0xca][0xfb][0x93][0xa8][0x1b][0xe2]?|[0x87][\r]As)/[0x9b][0x9c][0xf]tX3[0x17][0x18][0xc6]=Y[0x18][0x96]R[0x8e]^[0xf9] [0x1e][0xed][0xac]M[0xb3]vY[0x9f][0x95]+;[0xdb][0xb6]b[0x85][0xc0][[0xfd]![0xf5]_@[0x1f][0xa1]&Z[0xc5][0xdf][0xd6]u[0xb1]i[0xd7]~[0xca][0xad][0xf6][0xed]&[0x4]\w)[0xbd]i[0xe2][0xe6][0xd5][0x81][\r][0x89][0xfc][0x9d]a[0xcc][0x8b][0x82]a[0xad]=[0xe3][0x82][0xa6]([0x14][0xb5][0xac][0xa9]>[0xc8]ce[0xdb][0x9a]w[0xc2][0x95][0xa5][0xd5][0xf2][0xee][0x8d][0xbc]9X[0x8f][0xdd]}[0xf3][0xcd][0xab][0xdd][0xf]T%[0xa3]`[0x8e][0xf9][0xbe][0xfa][0xbe]N=[0x1f]2[0x8b][0xd9]9[0xed]I[0xe7][0x9a][0xe7][0x8c][0x17][0xb5][0x86]^[0x96][0xf6]d~z&[0xdc]Gh[0x91]C[0xe3][0x18][0xc5][0xd3][0x8]v[0xe3][0xd8][0xc3]R[0x1c][0x83][0x18][0x8a][0xe3]:F[0x18]R[0x1e][0xa3][0xd8]q[0x10]8[\r]g[0xb8][0xc1][0xc5]3.[0x9e]3[0xcc]{ [0xdb][0x13][0xbe][0x4][0xee]sq[0xc0][0x90][0xf6]=[0xf8][0xc][0x83][0xce][0x13][0xcb]0[0xd9]U[0xdd]N C [0xc5]o[0xa5][0x11][0xb7][0xfe][0xd0][0xc5][0xd3]+[0x9d][0xd5][0x8c]&[0xd5][0x93]a[0xd3][0xfb]j[0xf0]y[0xf5][0xad]8'[0xdf]'n[0xc3]s2|[0x12][0xe4]=[0xce][0xbe]/8[0xee][0xd2][0x87]i[0x0]te[0xa3][0x7][0x9]~[0x10]HO[0xd0]'[0xac][0x7][0xc3][0xf4][0xa4]3Az/[0xfd][0xa9][0xdb][0xb4]3F[0xda][[0xda][0xeb][0xa1][0xe7]P[0xe6][0x2],[0xf3][0x1d]=[0xe7][0x8]d[0xb2][0xe7][0x8]~5a[0xe3]$[0x13][0x8][0x92][0x9c]#[0x99]D[0x1f][0xe6][0x89]6[0x85][0x9b]&[0x89][0x9][0xc4][0x4]n[0x1][0xa6][0xc6][0x1d]0[0xfa][0xdd][0xc6][0x1d][0x8b]~[0x15][0x1][0xd2][0x80][0xf8]O[0x84]>f[0xbe]!x[0x81][0xf0][0x17][0x9b]9l[0xee]-[0x98]l[0xf1][0x96][0x9d][0xc5][0xc6]9&-[0x8e]m[0xf2][0xcc]=[0xf5]s[0x8e]l[0x8b]$[0xe2]$Yj[0xb][0xa9][0xdf][0xe][0xa9][0x9f]*2e[0x85]4M{[0x9c][0xae][0xe8]B[0xd7][0xcb][0xe9][0x2]mt[0xab][0x9e]t[0xbc][0xa4]3v[0xbc]|e[0xd6].[0xf2][0x1c]iI[0xaa]PW[0xee]Q+[0xf7][0x98]3[0xec][0x9c]k[0xee]I[0xaa]pW[0xee][0xd1][0xcb]`[0xfb][0x9c]$[[0x1e][0xc1][0xa6][0x91]1sO"[0xdb][0x9d][0xbb]M[0x17]w[0xe6][0xbe][0xeb]A[0xb7][0x80]{[0x8e][0xdc][0x17][0xb0]h[0xe7].[0x90]v[0x9f][0xda][0xd0]r$[0x98][0x8e][0x81][0x10][0xf9][0x8]8[0xe3]=hK:d9h[0x91]<[0xa0][0xb5][0x87][0xa6][0xb6][0xfc][0x17]PK[0x7][0x8][0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.class[0x95]UkO[0x13]A[0x14]=[0xd3][0x7]+[0xb5][0x2]V[0xad]oE[0x1]-[0x8b][0xb0][0xbe][0x0][0xb5][0x15][0x1f]M4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*I[0x15][0xa3][0xdf][0x86][0xba][0x94][0xc5][0xb2][0xdb]l[0xa7][0x1a][0x12][0xe3][0xff][0xf0][0x17][0xf8]U[0x13][0x89][0x89]&[0xfe][0x0][0x94][0xf1][0xcc][0xec]RC[0xa1][0xa1][0xa6][0xe9][0xcc][0xbd]w[0xe7][0x9e]s[0xe6][0xde][0xbb][0xed][0xef]??~[0x1][0xb8][0x8e]r[0x6][0x3][0xb8][0xda][0x8f][0x3][0xb8][0xa6][0x97][0xeb]z[0x99][0xb6]0[0x93]A[0x1a][0xb3][0x16]nd`aV;7[0xb5]uS[[0xb7][0xb4]u[0xcb]B[0xd1]B[0xc9][0xc2]m[0x81][0x81]F[0xe8]*[0xb5][0xb1][0x18]z[0xbe][0xf2][0xfc][0x9a][0x80]x-[0xd0]W[\r][0xfc][0x15][0x8f][0xce][0xe0][0xc2][0x9a]|'[0x9d][0x96][0xf2][0xea][0xce][0x13][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf4]W[0xbc][0x9a]/U+t[0x5]F[0xb7]?-En][0xfa]5[0xa7][0xa2][0x8]X+[0xda]sL[0xc9],[0xb7]VV[0xdc]p1[0x8][0xea][0x2]#[0xb]AXsju[0xd9]l[0xae]x[0xcd]Ug[0xad][0x19][0xf8][0x8e]lx[0xce][0xfd][0xf6]![0xa6][0xf4][0x95]<[0xdf]Ss[0x2]3[0x85][0xe][0x5][0xaf]{[0xc8][0x1f]_[0x12]H[0x95][0x83]7[0xae][0xbe][0x80][0xe7][0xbb]O[[0xeb][0xcb]n[0xf8]\.[0xd7][0x19][0xc9]-[0x4]UY_[0x92][0xa1][0xa7][0xfd]8[0x98]R[0xab]^S`r7[0xf0][0xc7]\[0x1e][0xba][0xbe][0x1b]J[0x15][0x84][0xf]d[0x95][0xeb][0xc6][0xa3][0xf5][0x86][0x96][0x99][0xdf][0x8e][0xb5][0xd1][0xd8][0xc2][0x9b]/[0xf4]R[0x9a]^[0xef]2X[\r]][0xa9][0xdc][0xb6][0x8][0x81][0xe9][0x18][0xdf][0xb][0x9c][0x97][0xa1][0xa7][0xdc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]8[0xce][0xc0][[0x19]*[0x19][0xa1]4[0x15]S[0xd6][0xb7]k[0xd7]u}oN[0xb][0xc]u[0xe6][0xb][0x1c][0xa8](Y}K[0xb1][0xe6][0xe][0x16]X[0xfd][0xe2]?[0x9a]g-[0xd5]h[0xa9][0x8a][0x81][0xed][0x91],[0x19][0xb4][0x94][0xae][0xd1][0xae][0x10][0x2]/[0xba][0x80]GQ[0x9f][0xe1][0xea][0xaa][0xc][0x9b][0xae]r[0xca][0xd1][0xde]#[0xad][0x15][0xa7][0x9][0x9c][0xe8][0xe][0xc5][0xc1][0xaf][0xb9][0xaa]l[0xc6][0xfc][0x91][0xff][0xa2][0xc9][0x9e][0x1d],[0x8c][0xef][0x98][0xf6][0xb][0x9d][0xb1][0xae]3^[0x9]Za[0xd5]}[0xe0][0xe9][0xee][0x9f][0xee]62S:9[0x8b]c[0xb8][0x93]E[0xe][0x87][0xb2][0x18][0xc2][0xc1],[0xf2]8*`w[0x99][0xbc]E[0xf3]z[0xb6][0xc1]4[0x8a][0x6][0xb8][0xcb][0xb7]o[0xaf]Y[0xdd]:{O/[0xf7][0x5]&[0xfe]c[0xb8]9![0xff].[0xfa]ly[0xcd][0xad][0xb2][0x9e][0x85]=[0xcb][0x1f]#[0x8][0x9c][0xdb][0xf3]([0xe7][0xa3][0xa0][0x87]{f[0xc7]([0xf7][0xf8]V[0x94][0xba][0xcd]Oo[0xe9]K[0xff]=~=[0x1]c[0x98]?[0xc2][0x3][0xe0]K[0x8b]${[0xcc][0x6][0xf3][0xa7]:[0xa7][0xbb][0xcd][0xd8]a[0xda][0x9][0x1c][0xa1][0xc7][0x9e][0xd3]N[0xf3]{[0xc][0xc7][0x19];A[0xeb]#[0xf7][0x14][0xf7][0xc3][0xf6]w[0x8]{b[0x13][0x9][0xfb][0xd4]&[0x92][0xf6][0xe4]&R_[0x19]O[0xe2]$[0xd7][0xbc][0xc9][0xba][0xc0][0x93][0x17][0xd1][0x8f][0x2][0xb9][0xc6][0x89]m[0xe3][0x14][0xa3]v[0x94][0x8f][0xd3]8[0x3][0x18]+[0xe2][0xd5][0x96]V[0x92]0[0x96][0xe6]N[0xe2],[0xed]l[0xfc],GM[[0xea][0x86]i[0x9d][0xc3]y[0xae]ZS[0x83][0x88]:k[0xc4][0xfe][0x86][0xe4]'[0xe4]~"[0xfd]j[0x82]v[0xea];[0xfa]>c[0xf0]'[0xac]-w[0xdf][0x97][0xb6][0xc4][0x9c][0x91]1[0xc5][0x1a][0x87]d[0x97][0x9]6e[0xe4][0xe5]#[0xa8][0xb6][0xbc][0x11]~FI4F[0xdb]B"?o[0xf1]^[0x9a][0xfd][0xe2][0xde][0xec][0xfd][0xdb][0xd9]3[0x9d][0xec][0xd3]D[0x9c]![0xe3],[0xd9][0xa7][0xbb][0xb0][0x17]X[0xba]][0xd8][0xed][0x98][0xfd][0x3]+[0x9d][0xe4]>[0x16][0xb1][0x1f]2[0xec][0x97]"[0xbe][0xfd][0x9f]1d[0xe8]c?[0xdb][0xc9]_"[0xe6]m[0x16]z[0x8e]7,[0x19][0xfe][0xe1][0x8][0xac][0xcd]?[0x16][0xf3]kk[0x2][0x97][0xa8].Vrt!R2[0xc9][0xb2]E[0x93][0xe1][0xd0][0xd3][0x7][0xd3]$K|1m[0xd2]L}&X6[0xe8]Q+[0xd3]1z[0xd4]J[0x9d]v[0xd9]XW[0xfe][0x2]PK[0x7][0x8][0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.class[0x8d][0x93]ko[0x12]Q[0x10][0x86][0xdf][0xc3]m[0x1][0xb7]-[0xa2][0xf6][0xe6][\r][0xdb][0x85][0x82][0xd5][0xd2][0xd6]z7F[0x8a][0xd0]P[0xb9][0x18][0x16]0[0xa6]_<,+,[0xdd][0xee][0x92][0xdd][0xa5][0xc6]_[0xe4]g51[0xc6][0x98][0xfe][0x0]Q?[0x19][0xe7] [0x91]&mb[0x13][0xce];[0xf3][0x1c][0xe6][0xcc][0x9c][0x9c][0x99][0xfd][0xf5][0xfb][0xc7][0x11][0x80]-<[0x89]b[0x11]W#[0x90]q-B[0xde]u[0x81]7$[0xdc][0x14][0x90][0x10]rK[0xc8][0x92][0x90]e![0x8a][0x90][0xa4][0x84][0x94][0x84]4[0xc3][0xaa][0xa2]~0<[0xad]W[0xe1][0x3][0xa5][0xcf][0xf7][0xb9][0xe3]q[0xa5][0xef][0xda][0x96][0xb2]K[0xd2][0xe2][0xe6]PWF[0xda][0xf8]8[0xd0][0x19]|{%[0x86][0xf0]3[0xcd]4,[0xc3]{[0xce][0xe0]OgZ[0xc][0x81][0xbc][0xdd][0xa1]?g[0xca][0x86][0xa5]W[0x87][0x7]m[0xdd]i[0xf0][0xb6]I;[0xf1][0xb2][0xad]q[0xb3][0xc5][0x1d]C[0xf0]xsJ[0xf5][0xb8][0xb6]O[0xf5][0xc6][0x1c]U[0xed][0xa1][0xa3][0xe9]EC[0xc0][0xac]([0xbb][0xa3][[0xba][0xc3]=[0xdb])[0x1d][0xc][0xcc][0xb5]>?[0xe4][0x94][0xbc]`i[0xa6][0xed][0x1a]V[0xb7][0xa2]{=[0xbb]#!#aU[0xc6]][0xac][0xc9][0x98][0xc6][0x8c][0x8c],[0xd6]el`[0x93]aQ[0x1c][0xc9][0x9a][0xdc][0xea]f[0xab][0xb6]:[0xd4]zEC7;[0x5][0xc7][0xb1][0x1d][0x19][0xf7]D[0xd8][0x96][0x90][0xfb]B[0x1e][0x8]y([0xe4][0x11][0xd6][0x19]R[0xb6][0xd3][0xcd]vM[0xee][0xba][0xef][\r][0xb7][0x97][0x15]/[0x91]=u%e[0x83]A.Y[0xb4][0x93][0x17][0x91][0xba][0xcb][0x10][0x9b][0x94][0xac][0xb5][0xfb][0xba][0xe6]1([0xe7]I%[0xe1]1Cb[0xfc][0xf0][0x93][0x98]S[0xf][0x1f]9[0xe1][0x87][0xe][0x85]OE[0x93][0xe9][0xcc]^[0xf9]g[0x9f]2[0x4]s[0xf5]z[0xee]-[0xc3][0xd2]y[0x82]%[0xdb][0xe9][0x18][0x16]7G[0xcd][0xa5]n[0x87]j[0xdb][0xbb][0x85]|[0x83][0x1c][0xb5]Q/Uw[0xc8][0xa9]6+[0xdb][0x85]:[0xf5][0xbd]Qo[0x16](}1WV[0xc9][0x6][0xaa][0xcd]r[0x99]Zxv[0x91]X[0x82]&t[0x8a]&[0x96][0xc5][0xe6]E[0xc3][0x84][0x87]0b[0xb8]H6Nt[0xc]?y[0xc0][0xf0];[0xd8][0xd1][0xcf][0xe8]W[0xf8][0xbe][0x88][0x9f][0xff][0x1b][0x2][0x81][0xda]'[0x4]^[0x8d]0D[0x18][0x9c][0xa0]D[0x18][0x9a]`[0x98]P[0x9a]`[0x84]0<[0xc1](a[0xec]D[0xf4][0x5][0xc1][0xc3]?CB[0x4][0x97]1[0x87] [0xe6][0xb1][0x8c][0x14][0xd9][0x15]l[0xd2][0x8c][0x4]iDrxI[0xb6][0x80][0xd7]P[0xc9]6[0xf0][0xe][0x1a][0xd9][0xe][0x6]p[0xc9][0xfa]q[0x89][0xae][0x1d][0x1a]][0xfe][0x98]r[0x0]>ZWh%1[0xfd]F[0xa2][0x88][0xca][0x19]R[0xfd]'[0x94]`vth[0x8e]J[0x3][0x1],[0x90][0xae][0xd0][0x8a][0xd3][0x9e]L[0x16][0xb1]0}[0xb2][0xb7]q[0xe7][0xc5][0xc2][0x1f]PK[0x7][0x8].[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.class[0x95]QMO[0xc2]@[0x10]}[0x3][0x85]J-[0x1f][0xa2][0xa2][0xe2][0x17][0x7][0xe]X[\r][0xbd]x[0xd3][0x18][0x13][0x12][\r][0x86][0xc8][0x1][0xc3][0xc1][[0xa9][0xb][0x94][0x94][0x96][0xb4][0xc5][0xf8][0xb7]<[0x10][0x13][0xf][0xfe][0x0][0xff][0x90][0x89][0x1a][0xe3]l[0xe5][0xe6][0x5][0xe];[0xfb]v[0xf6][0xbd]7[0xb3][0xb3][0xef]?[0xaf]o[0x0]NQ[0xd1][0x90][0xc2]V[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6]e[0xd8]Q[0xb1][0xab]b[0x8f][0x90][0xea];A[0x18][0x11][0xe8][0x9e]qh[0xfb][0x13][0xa1]b[0x9f]aGB[0x82][0xde][0xf4]<[0x11]4\+[0xc]EH8i[0xf9][0xc1][0xc0][0x1c][0xc8]c[0xdf][0x9][0x87][0xe6]([0xf4]=[0xf3][0x86][0xc3][0xb5]`[0x9a][0x15][0xf9]Asw<'[0xba] [0x98][0xb5]e[0x84]G][0x82][0xd2][0xf0][0x1f][0xb8]~[0xbe][0xe5]x[0xe2]v:[0xee][0x89][0xe0][0xce][0xea][0xb9][0x9c])[0xb6]|[0xdb]r[0xbb]V[0xe0][0xc8][0xf3]<[0xa9]DC[0x87][0xdb]S[0x1b][0xbe][0x17][0x89]'~N}[0xb1]zs>[0xb7][0xaa]u[0xfc]i`[0x8b]+G[0xda][0x95][0xfe]1[0xeb]#[0xeb][0xd1][0xd2][0x91][0xc5][0x81][0x8e]4T[0x1d]+[0xd0]U[0x1c][0xf2]D[0x96][0xa9]C(H[0x1f][0xd3][0xb5][0xbc][0x81][0xd9][0xee][0x8d][0x84][0xcd])c[0xf1][0xc9][0x10][0x92]59[0x9c][0xea]"[0x12]T[0xf8][0x9f]S[0xfc][0xf9][0x9]^[0xdc]3[0xc7][0x82]l[0x9b]w[0xe2][0x95]E[0x8e][0xf7]<[0xa3]63$'o[0xbc][0x80][0xc]e[0x86][0x84]q[0x90][0xa1]/[0xe4][0xe8][0x1b]k[0x9c]/[0xfd][0xc9][0xf8]~[0x3][0x88][0x91][0xb4]'[0xce]n[0xc6][0xda][0x12]Vcu[0x2][0x19][0x94][0xa1]][0x96][0xd9][0xa7][0x8c]uh[0xbf]PK[0x7][0x8][0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.class[0x95]SmO[0xda]P[0x14]~[0xae][0x14]Zj}c[0x82][0xd3]9[0xf7][0xc6]6[0xc0][0x97][0xaa][0xd3][0xbd]A[0xc][0xce][0xe1][0x82][0xe9]`[0xb1][0xce][0x84][0xec][0xc3]RX[0xc5][0x9a][0xd2][0x9a][0x2]~[0xda][0x8f][0x9a][0x98][0xcc]e[0xcb][0x16]?[0xef]G-;[0xf7]B[0x16][0x8d]f[0x91][0x92][0x9c][0xd3][0xa7][0xe7]9[0xe7]<[0xe7]p[0xef][0xef]?[0xdf][0x1]XA.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9]s*[0xe6][0xb1] cR[0xc6][0xa2][0x8a]Q,q[0xb3][0xac]`L[0xa5][0xe0]2g[0x96][0xca][0xa5][0x2]C[0xd8][0xac][0xf9][0x87]6[0x83]V[0xf4]<;[0xd8]p[0xad]f[0xd3]n2[0xcc][0x19]~P[0xd7][0xeb][0x1c][0xee]9[0xcd]}[0xfd][0xa0][0xe9]{[0xfa][0x16][0x99]76[0xd1][0xac][0x96][0x1f][0x14][0x1b][0x87]nR$g[0x19][0xa2]T[0xaf][0xfc]j[0xab][0xb0][0xb1][0xc3][0xa0][0xd0][0xfb]f[0xb1]`[0xbc][0xee][0xbe][0xae]oo[0xaf]W[0xa8]crw[0xdd]x_0[0x19][0xe6]?[0xf4]W;rd[0xb9]m[0xae]IO[0xa5][0xfb]L[0x95]6[0xfc]O4[0xdb][0x88][0xe1]xv[0xa9][0xdd][0xa8][0xda][0xc1][0x8e]Uu[0xe9][0x8b],j[0x96][0xf7][0x18][0xf2])[0xe3][0xc0]:[0xb2]t[0xd7][0xf2][0xea][0xba][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c][0xaf][0x9e]M[0xf7][0xd7]%f[0xf8]5[0xcb][0xdd][0xb5][0x2][0x87][0x17][0xef]u[0x90]<[0xab]a[0xf3][0xd8][0xa5][0xea]4Q[0xce][0xf1][0x9c][0xd6][0x1a]C[0xe2][0x8a][0xe6][0xc5][0xf4].e[0xb7][0xf6][0x1d][0x9a]8j:u[0xcf]j[0xb5][0x3][0xaa][0x14]J[0xf1][0x80][0x92][0xab][0xb9][0xbd][0xe4][0xb5]s[0xb9][0x5][0xaf][0xdd][0xc8][0xf5][0xa3]z[0x8d]d[0xa8][0xa6][0xdf][0xe]j[0xf6][0xa6][0xc3][0xf5]&.1[0x17]xy[\r]7[0xf9]![0x9b][0xd4][0xf0][0x1c]/d[0xbc]d[0xc8]\[0xbf][0x8b][0x86][0x19]d5<@R[0xc3][0x18][0xc6]5[0xc4][0xb9]Ip3[0x81]q[0x86][0xe1][0x8b][0x3][0xd0]a[0xac][0xb9][0xbe]Gb[0xc6]S[0xe9]s[0xc3][0x95][0xab][0x7]v[0xad]E[0x82][0x93][0xd7]i[0xcd][0xb0]z~[0xab][0xe2]Dg[0xaf][0xfa][0x8f]/6[0xcf][0xe6][0x17][0xe9]v[0x8c][0xd2][0x15][0xb][0xe7]'[0xb9]Z[0x80]|[0xbc][0xe7][0x13]=?[0xc1][0xfd][0xe8][0x14]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1%D1[0x85][`[0x98]&t[0x9f]<[0xd4][0xe][0xd8]W[0xc][0x9c]![0xf4][0x85][0x10][0xc3]m[0xb2][0x11][0x11]3[0x88]?[0x83];=[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc4]W5&e[0xbe]!|[0x6][0x89][0xf3][0x7].[0xf0][0xef][0x92][0xd5][0xba],[0xdc][0xa3][0xe][0x6][0x0][0x85][0xf8][0x91][0x1d][0xae]D[0xa7][0x8a][0xf1]Qp[0x1d]&[0xd8]A[0xc1]QQ[0xb0][\r]G[0xab][0x98]h[0x7]+:[0xb9][0x93][0xc4]b[0xc][0x8b][0xb1],[0x92][0xa3]q[0x1c][0x8e][0xe7]VJ[0x14][0xa6][0xe2][0x4];[0xb5][0xd2]TL[0xb7][0x83][0x13]'rg[0x12][0x8b][0xd3][0xec]8[0x19]OWq[0x8a][0x8a]S[0xed][0x98][0x81][0xd3][0xec][0x90][0x84][0xae](2[0x90][0xc9][0xa6][0xb2]T[0xcc][0xe6][0xe1][0xe9]v[0x18][0x8f]9<[0x9c][0xcb][0xdd]<~4[0x9f]EA4[0x16][0xe2][0xc]n[0x15][0xb1](fQ[0xc2][0xa2][0xd4][0xe][0x95]8[0x93][[0xb3][0xec]8[0x1b][0xe7][0xb0][0x98][0xab][0xe2]<~|[0xbe][0x1d]21[0x87]'[0x94][0xb1]X`[0xc3]r[0x1b]V[0xd8][0xb0][0x92][0xa7]/[0x8c][0x82][0xab]qQ4[0xcc][0xc6][0xc5]v[0xac][0xc2]%*.[0xe5][0xe1][0xea]h([0xc6][0x9a]hx[0x3][0xdd],jU\[0xc6][0xc3]g[0xb0][0xa8]S[0xb1][0x9e][0xaf][\r][0xd1]0[0xf][0x97]G[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac]Q[0xf1][0xcc]h([0xc7]F[0x15]W[0xf1]u5[0xdf]^[0xa3][0xe2][0xda]hX[0x8c]gq[0xa7]I[0xc5]u[0xd1][0xb0][0x14]=[0xdc]Y[0xcf][0xa2][0x99]E[0xb][0xb]//[0xbd][0x95][m,[0xda]Y[0xf8]Xl`[0xb1][0x91]E[0x87][0x1d]7[0xa1][0x87][0xe7][0xf9][0xed][0x18]@[0xf][0xbb]a[0xb3][\r][0xcf][0xe6]{[0x9d][0xbc][0xc6].vl[0x90][[0xdd][0xbc][0x11][0xe7][0xf0]B[0xcf]e[0xb1][0xc5][0x4][0xce][0xfe]~[0x9e][0xb7]U[0xc5][0xf3][0xec][0xd0][0x8a]N[0x1b][0x9e][0xcf][0xd7][0xb][0xec][0xb0][0x19]/[0xe4][0x96][0xc7][0x86][0x17][0xf1][0xdc][0x8b][0xed]x[0x9]^[0xca][0xad][0xcb]T[0xbc][0xdc]t[0x9]q[0x81]7[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xfa];v[0xdc][0x86]Wr[0xeb]*6u5[0x9b][0xba][0x86][0xef]^k[0x2][0xd4][0xe6]][0xc7][0xe2]z[0x13][0xc0][0x8f]_[0xe6][0xd6]wmx[0x3][0xeb][0xba][0x91]&l[0xdb]i[0x82][0xb8][0x5][0xf3]Lp[0xfb]m[0x17][0x9b],[0xff]|[0xb7][0xdf]4[0xeb][0x8e][0xe3][0xfd][0xa6][0x8b][0xfb][0xfb][0xfb]U[0xbc]I[0xc5][0x9b]U[0xbc]E[0xc5][[0x11][0x1c]U~[0xbf][0xb7][0xb3][0xbc][0xc3][0xd3][0xd5][0xe5][0xed]BP[0xcb][0x3][0xfe][0xa0]wKP[0xc5][0xef]!X[0xea][0x9b][0x3][0x9b][0xbd][0x8][0xa3][0xaa][0xdc][\r]M5U[0xee][0xa6][0x15]e[0xd5][0xcb]+[0x9b][0xca][0x17][0x97][0xd5][0xd5]#([0xab][0xcb][0x11]F[0xf3]-[0x19]h[0xaa][0xaf]ZU[0xd9][0xd4]P[0xb6][0xa0][0xba][0x92][0xef]U![0xd8]+[0xaa][0x16]U545T[0xba][0xeb][0x8d]N[0xad][0xbb][0x92]:V[0xe9][0xf0][0xe8][0xfa][0xee][0xd6]Vo[0xe7][0xb2]@[0xa0][0x3][0xe1][0xb4][0xea]@g[N[0x1b]Ci[0xf5]u[0xb5][0xe7]l[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8]s<[0x9b]}9[0xb][0x8c]I[0xb3][0xe8][0xd9]s;}Ao'[0x82][0xb3]z[0x83][0xe7][0x1c]O[0x8e]/[0x90][0xb3]RF[0xe8]^lswg[0xa7][0xd7][0x1f][0xd4][0x17][0x81]0=[0x92][0xca]%$[0x16]yi[0xd5][0x9e]`[0xa0][0xb3]j[0xd3][0xe6][0x8e][0xc9][0xfa]|[0xd2]`[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0x9a]7"[0xc4]k[0xca][0xbb][0x83][0xbe][0x8e][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xd9][0xdd]^[0xba][0x17]U[0xef]k[0xf3]{[0x82][0xdd][0x9d][0xe4][0x92][0xb2][0xa1][0xf7]g3KsI[0x9f][0x89][0x16]O[0xb2][0xc3][0xeb]G[0xa0]H[0x0][0xeb]l[0x9f][0xdf][0x17][0x9c][0x8b]P[0x94]1ti#[0xf0][0xcc][0xb4][0x15][0x8][0xe6][0xf2]@[0xb][0x81][0x8b][0xab][0xf6][0xf9][0xbd][0xee][0xee]M[0xeb][0xbd][0x9d][\r][0x9e][0xf5][0x1d]4[0x92]P[0x1d]h[0xf6]t[0xac][0xf0]t[0xfa][0xb8][0xaf][0xf][0x9a][0x83][0xed]>[0xda][0xf2])#BNxg[0xf][0xc0][0xaa][0xed][0xe]n[0xee][0xe][0xd6][0x7];[0xbd][0x9e]M#[0x5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd3][0x8e]$E[0xd6][0x81][0xb0]b8[0xed]2[0xea][0xa7][0xe1][0xe6]vOg[0x97]7[0x98]S[0xae]]Gj[0xd7][0xe6][0xf5]7[0x7]Z|[0xfe]6[0x84]q[0xc3]+[0xa3][0xad]o[0xed][0xe8][0xee]j'[0x9c][0x19][0x82][0xd6][0x17] [0x17]%[0x1a][0x98][0xaa]j+[0xb7]4{7[0x7]}[0x1]?[0xcd][0x8d][0xa9]g[0x9a][0xd4]x6[0xeb][0xae]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")i[0xb0]3X[0xbb]~[0x83][0xb7][0x99][0x16]zz[0xc6]4zx#[0x8d]x4h][0xb2][0x9e][0xc1][0x9e]%U[0xc5][0xfa][0xba];<[0xfe][0xb6][0x1c]Z3[0x1][0x9d]5[0xb2]'[0xcd]~[0xcf]&[0xd9][0xdb][0x93][0x9e]'[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << " [0xb7]L[0xb0]H[0x1b][0xa1]*[0x82][0xa5]ok[0xdb][0xde][0xea][0xf3]v[0xb4][0xac][0xf0]tt[0x93][0xe2][0x92][0x8][0x8a][0xab]F[0xa6][0xc7]r[0xce][0xf0]*[0x96][0x8c]L[0x5].[0x89][0xfc]x[0xc5][0x8][0x1f][0xaf]@[0xa8][0x19][0xd6]3[0x9b]<[0xc1][0xf6][0x9c][0x5][0xbe][0xb6]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x91][0xe9]L[0x8a][0xfc][0xf0]H[0xc]Ux[0x9b]}[0x9b]<[0x1d][0xdf][0xce]P[0xe8][0xe1][0xc8][0xe]Y5B[0x87][0xac]2[0xe8][0xd3][0xdd]AiyN[0xc6][0xe0][0xc7]x[0xbe]l[0xfc][0x8]1Z[0x9a][0xdb]}[0x1d]-[0x8]c[0x87]SCS<[0x9d][0x9d][0x9e][0xad][0x11][0xa7][0x94][0xf1][0x1d]N[0xfb][0x9b][0xbc][0x9c][0xcf]hn[0xa5]?[0xd8][0xb9][0xd5][0x8]M[0xc9][0xc0][0x14][0x88][0x93]e[0x98]'[0x6][0xf4][0x0]L>Y[0x99][0x16][0x9b][0x9c]z[0x9]k[0xc4][0x19]F[0x0]Y[0xfd][0xdd][0x9a][0xbd][0x8][0x93][0xb4][0xd4]*[0xee][0x1f][0x94]V[0xb7]n[0xe][0xa5][0xd6][0xb2]H[0xe0]fG[0xdc][0xfb][0x88].[0x99];K[0xc5][0xdb]([0x91][0xf][0xa4][0x95]2[0xcd]C[0xb5][0x91][0x9][0xf4]_l[0xcf][0x94][0x8c][0x11][0x86][0xea][0x94][0x8c][0x11][0x6][0xe4][0x94][0x8c][0x11][0x86][0xde][0xac][0x8c][0xff]&[0xc8]F7[0xb7]{[0x9b]7[0xea][0x7][0xea][0xc2]@[0xa7][0x9e][0x8c][0x86]*[0xfd]f[0x1][0x15][0xb7]9[0xb0]y![0xa7]6[0xa3][0x84][0x98][0x92]1[0xc2][0xb8][0xb1][0xcb]f[0xe9]([0x12]#eu:V[0xa6][0x8e],[0x7][0xf3][0xb1]%[0xea][0x96]z[0xb7][0x86][0x9a][0x95][0xfe][0x96][0x90][0x91][0xf2][0xc0][0xa6]M[0x1e][0xe2][0xa8][0xcf][0xef][0xe][0xf8][0xbd]rdQ[0xd0][0xc6][0xfa][0xba][0xe4]FYGG[0xe0]\o[0xd8][0xe4][0x8e][0x80][0x9f][0xc3][0xb0]#[0xd0][0xc5][0xc7][0x85][0xa6][0xac][0xab][0xd9][0xb3][0xd9][0xdb][0xa2][0xd9]#[0x5][0xed][0xde]-4e[0xbd][0xb7][0xcd]GSM^6[0x85][0xcd][0xf4][0xa3][0x12][0xf]}d[0xa9]K[0x9f][0x18][0xad]3R[0xeb][0x8d][0x89][0x94][0xf8][0xab][0x18][0xbd][0xe2][0xf][0x84][0xb2][0x8][0x9f][0xb0]tXe[0x94][0xf][0xac][0x8a]6[0x9a]Gd[0xa6][0xb9][0xcb]w[0x1e]/[0x81][0xe2][0x8d][0xd4][0xcb][0x19][0xac][0x1d][0xe0][0x84]_[0xb3]Z/[0x13]x:[0x15]IH8[0x1d][0xad][0xbe][0x8e][0xe][0xd2]!g7[0xd5][0xac][0x19]U[0xab][0xcb]E[0x17][0x9e]M?[0xce][0x11]>[0xb]/H[0xe5]S~Y[0xa0]K[0xac][0xb4][0xf9]U[0xb8][0x81][0x10][0xcc]n[0xee][0xd0][0xeb],{}[0xa0][0xbb][0xb3][0xd9][0xbb][0xd0][0xc7]![0x9b]tR[0xc9]3[0x9d][0xd7][0xe6][0x80]{[0xe0]1[0x84][0xac]oR[0xdd]9[0xf0][0xfb]x;=[0x88][0xdb][0x1d][0xb0][0x1d][0xee] [0xaa][0xe]d[0x3][0x89]c[0xa9][0x18][0x1d]p'[0xec]p[0xc0].[0xd8][0xed][0x80][0xef][0x3][0xcd][0xff][0x1e][0xdc][0xa6][0xe2][0x1d][0xe][0xbc][0x13]ix'[0xdc][0xa0][0xe2]][0xe][0xbc][0x1b][0x1e]a[0x8]{[0xa8]x[0x89]T[0x1e]i[0xf5]![0xdb][0xda][0xc9][0xd3][0xee]u [0xc2]c*[0xee]r[0xc0][0xa3][0xc]{T[0x84][0xf2]E4[\r]I[0x18][0xc6]M[0x15]w;[0xf0][0x1e][0xbc][0x97]5[0xfe][0xc0][0x81][0xf7][0xd1]:[0xf0]~[0xbc][0x1d]![0xf3][0x14]![0xe0][0xb]S[0xe2][0xc0][0x1e]|[0x80][0xe1]|[0xe4][0xc0][0x7][0xe1]E[0x7]>[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0x0][0x8f]9[0xe0][0xb][0xf8]R[0xc5][0x87][0x1d][0xb8][0x7][0xe8][0x80]C[0xd0][0xeb][0x80]Oi[0x16][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xef]}[0x5]_;[0xf0][0x11]|[0xd4][0x1][0xff][0x86][0x8f]T|[0xcc][0x81]{q[0x9f][0x3][0xf7][0xe3]>[0x84][0xb4][0x1][0x9e]i[0xd9][0x97][0x2][0x9e]"<[0xcc][0xe4][0xe3]d[0x83][0x9e]>[0xc0][0xe2][0x1].n;9[0xe]-[0xad][0x9e][0xe]f[0xbd][0xd9]Og[0x99][0x3]~Kv[0xb0][0x17]nr[0xe0]A<[0xa4][0xe2]a[0x7][0x1e][0xc1][0xa3][0xb4][0xf7][0x91][0x8f][0x1d][0x7][0xbc][0x9][0xa4][0xef]Gx[0xcc][0x81]O[0xc0][0x9f][0x1c][0xf8]$>[0x15]i[0xb2][0xc4][0xbc][0x3][0xe][0xc3][0x9][0x7][0xfc][0x1e][0xe]P\[0xc]s[0xf2]8[0xe0]qV[0xf8]4>[0xa3][0xe2][0xb3]*>[0x17][0xda][0xa0][0xc1][0xe7][0x84][0x3][0x9f]g;[0xce][0xa1][0xa1][0xe5][0xc0][0x17][0xf0])6[0xf3]V$[0xb][0xa1]9/[0xb2][0xaf][0xf]Co[0xa4]9[0x9a][0xeb][0x1c]x[0x9c][0xe7]|[0xc8][0x8e][0x9f][0x1d][0x18]>p[0xc0]qFv[0x82]y[0xfb]&o[0xcb][0xe3],[0xe][0xc3][0x11][0x9e][0xf7]1[0xb7]^[0xe0])[0xbd]*[0xbe][0xe4][0xc0][0x1f][0xe3][0xed]*[0xbe][0xec][0xc0][0x9f]0[0xcc]i[0xa1][0xe4][0x94]1-[0xbd][0xd9][0xe3][0xf7][0x7][0x82][0xe9][0xeb][0xbd][0xd4][0xea][0xe8][0xf0][0xb6][0xa4][0xfb][0xfc][0xe9][0xfe]@z[0xb3][0x1e][0x16][0xf0][0x9];[0xf1][0xa7]l[0xfc]/[0xbc][0x11]?[0xe3]-{[0x5]_u[0xe0][0xcf][0xf1][0xa8][0x3][0x81][0xbf][0xe4][0xad][0xff][0x8f] [0x1f][0xbc][0xf4][0x5][0xdd]TBpJ0[0xe5][0xe6][0xe6]:[0xf0]5[0xfc][0x95][0x3][0x8d][0xaf]S[0x9e]Y[0xd3][0xed][0xc0]7[0xf0]u[0x15][0xdf]t[0xe0][[0xf8][0xb6][0x3][0x83][0xef][0xd0][0xeb][0xdb][0x80][0x2][0xfd]Pq[0xc0]w[0xe1][0x6][0x7]*hR[0xf1]][0x7][0xfe][0x16][0xdf]s[0xa0][0x5][0xad][0xb4]2|[0xdf][0x81][0x1f]0[0xa6][0x1b][0x89][0x17]p[0xb][0xcd][0x82][0x9b]Y[0xdc][0xca][0xd9]":;?[0xaf][0xb0][0xb8][0xb0][0xa4][0xa0][0xa8][0xb0][0xc4][0x81][0x1f][0xe2][0xe][0x84][0xc9]#I[0x5][0x83][0xb6]/[0xf4]J0[0xf1][0x94][0xc7][0x8][0x1d]7#J4y[0x8][0xae][0x11]M[0xd4][0xdf][0xe0][0x13][0x6]hV[0x15][0xc][0x99]R[0xe9][0x8d][0xde]M/[0xe4][0x94][0xdd]F[0xf6][0xf2]*[0xca][0xe8][0xa4][0xcb][0xc9][0xf8]&[0xf3]91O<[0xe5][0xab][0x1a]G[0xac]g[0xa3][0xe4][0xf9]i[0xfc]aa[0xe2]IojT[0x6][0xf9][<[0x9d]-[0xfa][0x1b][0x1b]%u[0xcb][0xf2][0x86][0x85]M%[0x8][0x5][0xdf][0xf8][0xd5][0x91]1[0xc5][0xe]~[0xc7][0xa6][0x1c]3[0xcc][0xa2]j[0xbc]]][0x9e]6[0xfe]:[0x92][0xb4][0xa8][0xd2]]YW[0xd6]P[[0xd7][0xb4][0xb0]zy[0xfd][0xe2][0xa6][0xaa][0xda][0xa6][0xca][0xba]:J[0xf0][0xf2][0xb2]w[0xd2][[0x98][0xeb]?[0xed][0x1b][0xda];[0x3][0xe7]r[0xc1](x,][0xda]^E[0xd1][0xb6][0xd4].XRY[0xde]@[0x5][0xf1][0x80][0xc1][0xaa][0xea][0xea][0xca]Ee[0xd5]M5[0x95][\r][0x8b]k+[0xb8].[0xa9][0x1e][0xca][0xb0]Y[0x11]AXZ}[0x9d]][0xc4][0xbe][0xb4][0x8][0xba][0x96]W7T-[0xab][0xae]lj[0xa8]<[0x93][0xac][0xc5][\r][0xf9][0xa6]A[0x9b][0xb1]Y^[0x89][0x13]#[0xd9]"[0xc8][0xaa][0xbc][0xbd][0xd5][0xb6][0xf2][0x8c]%[0x11][0x8d][0x87]EAE[0xa0][jc[0xbb][0xaf][0xab][0xca][0xdf][0xca]G[0xb0][0xec]v[0x5][0x97].[0x16]_[0x97][0xdb][0xe3]FH[0x1d][0xc0]XQ[0xbb]|[0x1]![0xab]r/[0xac]rW5T6[0xb9][0xcb][0xdc]l[0xa6]"[0xa2][0x99][0xcc][0xc9][0xf5][0xe7][0xfa][0x82][0xcd][0xed][0x9c]C[0xf5] [0x9b][0xcc][0xfb]7[0xd9]H[0xcf][0x93]Er[0x89]N[0xf5]C[0x9b]7[0x18][0xd6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "kO[0x1e][0xfa][0xd6][0x1e]A[0x1][0xd9]K?[0xd5][0x1c][0xf2]M[0xa0][0xb3][0xc5][0xe7][0xf7]tHuF[0x85][0x8b][0xcd]g[0x4]^R[0x88]-[0x83][0x2][0x92][0xd4][0xaa][0xed][0x9e].[0xb7]T[0x9d]f[0xbf]\[0x6][0xf3][0xca]x}[0xb1]y[0xf9][0x9c][0xa8][0xf7][0xd2][0x8c][0xf8]A[0xba][0xea][0xe5]KF[0xcc][0xa0][0x81]A}r[0x10]Us[0xb4]~[0xad][0xb0][0xc]9[0x82][0x9c]@[0xcd]PYg[0xb][0x6][0x8c]&[0x91][0xb1][0xac][0xae][0xae][0xac]1T[0xc4][0xc][0xa9][0xd5][0xb5][0x19][0xb][0xab]*[0xab]+[0x86][0xce][0xd0][0xb]oZ?[0xd5][0xd4][0xf4][0x1e][0x15]F?wym[\r][0xd1][0x8e]vuI}[0xad]{P\[0x95]W[0xd7][0xd6]W[0x1a]q[0xa5]vz[0x9b][0xb7]63k,[0x19][0xab][0xa5][0x80][0xb4]vx[0xfd]mA[0xe2][0xa4][0x95]c[0xba]L[0xaf]#)aX=[0x9b]7K[0xdd][0x9a]=[0xcc][0x7][0x95][0x88]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "y+:[0x18]X[0xec][0xdd][0x12]Zp[0xa2][0xf6]:t[0xf2][0x7][0x95][0xae][0xee][0xf5][0xa1]"8v[0xe0]~[0x8d][0x87][0xb1][0x98]6q[0xd9]l[0xc9][0xa8][0x92][0x12][0x95][0xbd][0xaa][0x97][0xa6]6[0x1a][0xd2]k[0xd3][0xf0][0xe3]|kW[0xd0]K[0xd5]n[0x94][0xbc][0xf6]R[0xd4]o[0x1d][0x92]*[0xf4][0x8d][0xae][0x8a]0$[0xba]Tr[0x86][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xdc][0xca]:[0xe][0x93][0x90][0xe7]hU[0x8c]A[0xea][0x18]H[0x87]mp% \[0x5][0xd1]0[0x8e][0xf]B[0x0][0xba][0xd2]y'[0xd7][0x9b][0xf5][0xfe]-[0xfa][0xf5]V[0xb9]&p=*W*N[0xe9][0xaa]p)+}*[I[0xd7]]2v7[0xf5]w[0xca]|[0x85]+Y[0xba][0xe6][0xd0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Q[0x9a][0xf1][0x3]j[0xdd][0x4]f0[0xd1][0xb5][0xd8]u[0x10][0xd0]u[0x4][0x94][0xc6]}`:[0x8][0xe6][0x3]`[0xa1][0x9e][0xb5][0xf1] [0xa8][0x7][0xc0][0xe6]2[0x1d][0x80](W[0xe6][0x1][0xb0][0xbb][0xb2][0xe]@[0xb4]+[0xeb][0x10]8[0x10][0xe]@[0xcc]^Q|[0x1f][0xc9]I`#y[0x16][0xa9][N&W@*[0xac][0xa1][0xb1]&[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb] [0xb][0xfb] $[0xc]U[0xef][0x83]X[0xd8] [0xea]][0xda]tC}[0x9c][0xa1]>[0xe]~[0x8][0x8f][0xc8][0xec]81[0xc4][0xdf][0xff][0xa9][0xba][0xd7][\r]m[0xa5][0xe7][0xf8]^[0x8a][0xab][0x17]F[0xb9][0x1e][0x7]{/[0x8c][0xee][0x1]g[0xf5][0x11]Hj[0xec][0x83]1[0x99][0x7]a[0xec][0x13]{i[0xae][0x99][0xf6]>[0x16][0x12][0xe9][0xe9][0xfb]d[0x97][0xad]$[0xfd]4[0xba][0x99][0xc6][0xbb][0xe8][0xce][0xd9][0xa4][0xbd][0x13][0xc6]CP[0xd0]$[0x91][0xce]8p[0xc0]^[0xd8]'[0x18]Rt\[0xfb][0xe9][0xa7][0x82][0xe2]V![0xd1]A7[0xa8][0x9c][0xd5]a[0x1c]%U<[0xb1][0x9d] X[0x1e][0x87][0xe4]}0[0xee]~H<[0x2][0xe3][0x1b][0xf5][0x81]>H9[0x8][0xa9]O[0x18][0xb7]M[0xf7][0xc3]X[0xad]3[0xe1][0xe][0x88][0xe5][0x89]}[0x90]&3z![0xdd][0xe5]<[0xbf][0x17]&[0xd2]m[0x1b]O9[0x4][0x93][0x14][0xd0][0xc9]3N'[0xcf]cdK[[0xca][0x14][0xda]![0x80]-[0x10]C[0xae]H[0x83][0xf3][0x89][0x9][0x17]@[0x19]\[0x4][0x95]p1,[0x85]K[0xe0]L[0xb8][0x94]v[0xf0]2Y[0x96]C[0xc3][0x18][0xb6][0x18]r^[0xda]DYI[0xaf][0xbe][0x92][0xdd][0xba]C[0x17][0xf][0xac][0xe4][0xbe][0x88]+![0xd7][0x9e][0xb6][0xf2][0x9b] [0xd5]8|%![0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xc2][0xd5][0x84][0xf6]Z8[0x1d][0xae][0x83]L[0xb8][0x1e]J(,[0x17]R [0x85][0x9c]O[0xf6][\r]*,[0x86][0x83][0xd0]G[0xe8][0xf6][0x8b]&L[0xa3][0xdb][0x87][0xc][0xb8][0xb5][0xd4][0x13]n[0x88][0xdf]2{a25N[0x17][0xab][0x1a][0xd1][0x12][0x84]X[0xb7][0x90][0xbc][0x95]<[0xf5]=[0xb2]~[[0x98][0x95]p[0xc2]iV[0x90][0xcb]~][0xf9][0x95]d[0x8f]Y[0x9f]52_d[0xb1][0xf5][0x81][0xf5]j$[0xbb][0x93],[0xee][0xa0][0xf5][0xde]E[0xeb][0xdd]I[0xeb][0xdd]ET[0xdf][0x1d][0x16]QY[0x6][0x82],[0x1d][0x1][0xb7][0x8e]RK[0x19]X1[0x83][0xfa][0xd1][0xb7][0x3][0x95][0xd2][0xb]SN[0x2]u?[0x81][0xea]!P[0xf][0x10][0xa8][0x87][0x8][0xd4][0xc3][0x4]j[0xcf])A[0x1d]#[0xe0]C@=[0xa1][0x83][0xba][0x86][0x86][0xd8][0xcf]9#[0x3][0x95][0xde][0x7]S{![0xe3]$\{[0x9][0xd7]>[0xc2][0xb5][0x9f]p[0x1d] \[0xbd][0x90]M[0xf6][0x7]p[0xe5][0x18][0xb8]r[0xc]\9[0x84][0xeb][0xc9][0xa1][0xb8][0x9e][0xd2]q[0xfd]P[0xc7]u*6g[0xf4][0xc1][0xb4];[0xc0]N[0x17][0xd7]v[0xe][0xc7]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "GJZ[0xd9]![0xc0]tc[0xfa]`[0xc0][0x1a][0x9b][0x8f][0x12][0xe0][0x1f][0x11][0xe0]c[0x4][0xf8]I[0x2][0xfb][0x14]1[0xf9][0x19][0x98][0xb][0xcf][0x12][0x9b][0x9f][0xb][0x3]~2[0x9b][0xb9]u[0xc][0x9e][0xd6][0x81][[0xc0][0x94][0x16]c[0x17][0xe8][0xcf][0x84][0xb9][0xd4]4r[0x97]f[0xf5]AN$[0x97][0x9e] [0x84]/[0x11][0xc2][0x1f][0x13][0xc2][0x9f][0x90]KJ(6[0x2][0x97]>;[0xd4][0xa5][0xcf][0xfd][0xdf][0xe2][0xfa]%[0xe1]z[0x8d]p[0xfd][0x8a]p[0xbd]N[0xb8][0xde] \o[0x8e][0x0][0xd7][0xf3]Cq[0xbd][0xa0][0xe3]zP[0xc7]U4[0xc2][0xb8][0xd8][0xe][0xb6][0x84][0xdc][0x1e][0xb0]$[0xe4]E[0x82][0xf7].[0xc1][0xfb]-[0xc1]{[0x8f][0xe0]}@[0xf0]>[0x84]B[0xf8]([0xc]^[0x91][0x1][0xaf][0xc8][0x80]WD[0xf0]^[0xd4][0xe1][0x8d][0xa7][\r][0xad]Ua[?[0xdd]1[0xd1]U[0x5][0xfe][0xbb][0xb0][0xd6][0xa0][0xa1][0xe3]F[0x2][0xbb][0x88][0xd4]q&[0xca][0x1e][0x19][0xec][0x84][0xfc]Hh[0xff]Hh[0xff]Dh?![0xb4]![0xb4][0x9f]RR[0xfd]kX[0x9a][0xcb]6[0xd0]f[0xf]M[0xa6][0xec][0xc2][0x13][0x1a][0x16]e[0x1a][\r][0x91]:[0xb4]S[0xb9]R[0xb0][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[0xf][0xc1][0xc]$[0xa4]E[0xd3][0x1f][0x92][0x87]?[0xa3][0x1f]/T[0xa5]_&[0xfd][0xd6][0xeb][0xa7][0xc8][0x8b][0xe2]0[0x80][0xdf][0xd3][0xef]o[0x99]OBq[\r]%[0xe1][0x92][0x95]T[0xc7][0x94]"[0xb8][0xb3][0xf][0xc1]L[0xa4][0xf2]i,5[0xa8][0x94]|[0x12]f[0xcf]4[0xbb][0x92][0xcd][0xbd]0geO[0xff][0x87]4s[0xee][0xca][0x1e][0xb8][0x9d][0x1e][0x9b][0xe7][0xa6][0xce][0xfc][0x95]4[0xad][0xc])[0xc5]/@[0x98]iN6[0xeb]OgrK[0x1e]/[0x9f]iq%[0xd3]YS[0xc1][0x9d]Jn-[0x14][0xad][0xbd][0xb0][0x88][0x14][0xbe][0xa2]+\D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x17][0x8b][0xa1]CP[0xc5][0x8b]XB[0x83][0xf9]4[0xb8]T[0xbc][0x1a][0xc9][0x15]5[0xb4]Rw[0xf][0x8c]s[0x11][0x9c]Z[0x9a][0x10][0xef]2i[\r][0x1b][0xa9]Y[0xb6]R[0x1c]m[0x16]G[0x9f]C5[0x17][0xc0][0xbf][0xa8][0xf7]o[0x98][\r][0x9f][0xd3][0x19][0xfb][0x5][0xc5][0xf8][0x97]T{}E'[0xea][0xd7][0xb0][0x11][0xfa][0x81][0xea]|[0xe8]B[0x5][0xb6][0xa0][0x9].D3[0xec]B[0xb][0x1c]B+[0x1c]E[0x15][0x9e]B[0x1b]<[0x8b]v8[0x81][0xd1][0xf0][0x1a]:[0xe0]u[0x8c][0x85]w0[0xe][0xfe][0x80]N[0xf8]3[0xc6][0xc3]_q[0x14]|[0x86][0xa3][0xe1]sL[0xa2]Ch[0xc][0x9a]0[0x19]m[0x98]*[0x9b]XG[0xb9][0xc6]C^[0x89][0xa2][0xd8]L[0x96][0xf3][0xe1]e[0x8a]e.9[0x93])[0x9e]_[0xa1][0xec][0xb1][0x85]j[0xb9]W[0xe1][0xe7][0xb4]'[0xe8]$[0xfb][0x5]E[0x97][0x19][0xde][0xa1][0xb3][0xef]5[0x8a]/[0xb][0xef]h[0x88][0x0][0xd4]:FZ[0x10]~[\r]Z=[0xa0][0xe9]x[0x9d]f[0xf1]NN[0x5][0xc7][0xec][0xaf][0xc0][0xa9]B[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "o|[0xe][0xa9][0x9f][0x83][0xfa]5qH[0x85]y[0xd2][0xcf][0xfb][0xf][0xa8][0xa3][0xc7][0xd8]l\[0xec][0xbc][0xf9][0xff]V[0xfc][0xac][0x1e][0xa6][0xa4]8#r[0xf1][0x83][0x93] [0x6]O[0x83]4<[0x1d][0x8a]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q'[0x83]bm[0x1a],E[0x17][0x9c][0x89][0x99][0xd0][0x8a]Y[0xa7](~[0xde][0xfc][0xd6][0xc5][0xcf][0xc8][0x91][0xca]q[0x81]y[0x84]4[0x1f][0xc6]b[0x1][0xa1][0x9d][0x1][0xa7]c[0x11]db1[0x94]`[0x9]Q[0xb8]td[0xc5][0xf][0xc7][0xeb][z[0xbc][0xae][0xa1]![0x8a]E[0x9c]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x14][0xca]YCB[0x19]CB[0x95][0xa3][0x1d][0xa0][0x8d]~G[0xe8][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfd]>[0xa2][0xdf][0xa7][0xf4][0xfb]<[0x8b]b[0xd9][0xcd]UU[0x1d]Ge[0xe9][0xa0][0x80]L6[0x2]r[0xb6]D[0x94][0x16][0xcf][0xef][0xeb][0xe1][0xb7][0x83][0x1e][0x9d]G[0xe1]G[0xcf][0xd6][0xaf][0xe4][0x99]FH[8[0xf8][0xf4][0x90][0xb6][0x18]!mu%[[0x8d][0x90][0xb6]F[0xe][0xe9][0xc5]Y[0x1c][0xd2][0x16][0x97]<'1[0xdd][0xc0]1[0x9d][0xc5]1m[0xa5]Q[0xab][0x1e][0xd4][0xcb]{ [0xd5][0x95]I[0x11][0xbd][0x82]n[0x8f]re[0x9a][0xb4]V[0x14][0x83]Y[0x19][0x1e][0xd3][0xe7][0xc1][0x4]r[0xc2]\[0xda][0x94]y[0xb4])[0xf3]iS[0x16][0x10]e*`-VB3.[0x84]Kq[0x11]\[0x85][0x8b][0xe1]Z[0xac][0x82][0x1b]q[0x9][0xdc][0x82][0xd5][0xb0][0x1d]k`'[0xba][0xe1][0x19][0xac][0x85][0xb7]p[0x19][0xc5][0xf0][0x19][0xf0][0x1][0xd6][0xc1][0xc7][0xd8][0x0][0x9f][0xe0]r[0x8a][0xdf][0x15][0xf0][0x15][0x9e]I[0xf1][0xdb][0x88]q[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]p[\r]E[0xf2]ZL[0xc1]&<[\r][0xd7][0xe1][0x14]\[0x8f]Y[0xe8][0x95][0xcd]^C[0xf4][0xbd]T[0x8f]k[0xb][0xac][0xa5][0x3][0x84][0xe3][0xda]D%[0x80][0x16][0xd7]Vr[0x92][[0xe2][0xda]L[0xa9][0xdd])qm[0xa1][0xdc][0x12]'q[0xcd][0x99]z[0xba][0x11][0xd7][0xd3]C[0xc7][0x10][0xb5]8[0xc2][0x15]#[0xc2][0x9f][0xd1]#[0xdc]*$[0xca][0x80][0x98][0xb4][0x92][0xaf] ![0x14][0xe2]i[0x12][0xe2][0xc9][0x83]BKz[0x15][0xfe]#[0x92][0xae][0xff][0x6]y[0x17][0x7][0xd2][0x17][0xca][0xe5][0xa9]F":[0xe3]>p[0x1a][0x9d][0xc6][0xfb][0xe9][0x84][0xd5][0xe6]l[0x87]I[0xa7]8%[0xf6][0x1a][0xde][0xd0][0xb0]}[0x9f]R[0xc4]v[0xca][0x7]w@[\r][0xee][0x8][0xcb][0xe4][0xee][0xb0]LN[0xe5][0xf3][0xe4][0xa4]xY[0xfc]{[0xc3]-~[0xd5]p[0x8b][0xdf]E[0x8b][0xdf]M[0x8b][0xbf][0x87][0x16][0xff][0x83]a[0x17][0xff][0xbc],[0xfe]}c[0xf1][0x8d][0xd4]c[0x18][0x13][0xc2]W9[0xca][0xc5][0xa7][0xc1]!X[0xcd][0xd9]K[0xa1][0x13]``1[0xb1][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "|[0x80][0xf8][0xfa] m[0xeb][0xc3]a[0xb][0x99][0x10][0xb6][0x10]rh[0xaa],[0xe3][0x3][0xa3]<[0xd4][0x96][0x91]:[0x10][0x13][0x83][0xb][0xd7][0xc1][0x4][0xd2][0xa2][0xe3]QZ[0xd1]c[0x14][0x1d]{a[0xc][0xee][0x83][0xf1][0xb8]?lU[0xa9][0xc6][0xaa]R[0xa5]\[0xd5][0xc8]3[0x6][0x94]:[0xbd]Z[0xe5]"up[0xa9][0x1a]:[0xe7][0xdd][0xfa][0x92]G[0x1b]X[0xb4]j4R[0x80][0xf6][0x11][0x84]C[0x4][0xe1]0[0xc4][0xe2][0x11][0xe2][0xf2][0xd1][0xb0][0x5][0x8f][0xd6]!([0xfc]G8][0xf7]B}[0x9d][0xf6]Pr[0xc9][0x18][0xf8]V[0xa4][0xb9][0xee]I[0xd2][0xf8][0x14]D[0xe1][0xd3]a[0x8b][0x9][0xff][0x1c][0xa5][0xe5][0x13][0xd6][0xf9][0xb1][0xae][0xd3]C=[0x93][0xe4][0x93]A[0xdf][0x6][0xb2][0x6])[0xd7][0xe0]>G[0xca][0x9f]'[0xe5]/[0xd0][0xfe][0xbc]Hp[0x8f][0x87][0x95][0xfa][0xe1][0xf9]$T[0xea]k[0xe9][0x8b][0xdd][0xf1];#G[0xde][0xab][0x17][0xf]KFV[0xae][0xb9]q [0xae].[0x82]4[0xf2]r[0x12]X[0x95]1[0x10][0xad][0x8c][0x85][0x4]%[0x19][0xc6]*[0xe3] MI[0x85]Y[0xca][0x4](S[0xd2]`[0xa1][0x92][0xe][0xcb][0x94])[0xb0]R[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb][0x94][0xc][0xf0]*[0xd3][0xa0]][0xc9][0x86]=J.[0xf4])ypD)[0x80][0x17][0x94]B8[0xa1][0x14][0xc1]kJ1[0xbc][0xae][0x94][0xc2][0x87][0xca]L[0xf8][0x9d]2[0x1b][0xfe][0xa1][0xcc][0x81][0xcf][0x94]yhR[0xe6][0xa3]UY[0x80]iJ9[0x96])cq[0x91][0xb2][0x10]k[0x94]E[0xa1][0xd7]`[0xca]`[0x93][0xe0][0xaf][0x94][0xd2][0x88][0x0][0xf4]^[0xf7]7yc[0x1b]Ko{[0xa7][0x96][0x85][0xd2][0xe2]$[0xf8][0x7][0xfc][0x93][0xa2]([0x6]g[0xd2][0xcb][0xfa]n99[0xdc]F[0x91][0xec][0x86][0xcf]$[0x1d]Fc[0xb9][0xfc][0xbd]F[0xfb]V3[0x1]b[0xbe][0xa2][0x7][0xf0]k*$[0x11]s[0xc7]|[0x1][0xe5][0xb1][0xf2][0xef][0xdf]0[0xf3]s>[0x1e][0xf8][0xbf]e[0xe8][0xb1][0xf2][0x12][0xf5]y[0xa4]:%[0xf5][0x1e][0xa8]b[0xbe][0x1f]#[0x11][0xd5][0x92][0x9a][0xd2][0xd2][0x7][0xfe]"sfJJ[0xa2]y[0x1d][0x8f][0xf3]p/[0x4][0xb8];[0xc7][0xd5]H[0x1d]j[0xf0][0xdf]y[0x1e][0x97]_[0xcc][0xb1][0xdd][0x14][0xb2][0x14]M=[0xfd]}[0x3]^[0xd6][0x82]d[0x9]X[0x94][0xa5][0x14]([0xd5][0x90][0xa1][0xd4]P[0x90][0xb8][0xa1]D[0xa9][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e[0x19],V[0xea]`[0xa9]R/[0xde]($[0x1c]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c(L>[0x17][0x1f][0xf0][0x1f]sBI[0xbf][0x9a]^[0x14][0xb4]c[0xaa]Z<[0xa4]H[0xeb][0xef][0xe2][\r][0xed]/[0x18]&[0xf8][0x2][0x16])[0xb2][0xb0][0xd0][0x1]\[0xae]'[0x81]hz_[0xe2][0xe8]![0xaa][0xf][0xc9]%[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]++[0xc3][0x8e][0x99]h[0xc3]b[0xb4]a[0xf1][0xb][0xf8]RW[0xb8][0x91][0xb3][0x15]3~[0xe8][0x8a][0xc5]9[0xec][0x90]U[0xe2][0x90][0xf1][0xcb][0x87]do[0x8a]e[0x87][0xb2][0x1a][0x9c][0xca]Z[0x98][0xa8][0x9c][0x15]fo[0x92]aO[0xdb]e[0xe3]Xs[0xd2][0xe5]+[0xf8]Z7[0xfc][0x1][0x97][0x83]t[0xf5][0x8e]O8{[0x17]D[0xef][0x83][0xce]csz i[0xfc][0xe][0x88][0x19][0x1f][0xec][0x83].[0xf3][0xba][0x1e]P[0xc7]Sc[0xe]#KY[0x17][0x8e]M[0x1e]I[0xa2]GL[0xa1]-L[0xe9][0x83]`[0xf][0xc4][0x8f]7[0xfa][0xeb][0xfa][0xa0][[0xe0][0xa7]0[0xfa][0x1][0xec].[0x8e]y[0xa5][0x85]"[0xc4][0xb][0xb1]J[0x1b]a[0xf7]A[0x8e][0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xe](U6A[0xb5][0x12][0x80]U[0xca][0xd9][0xd0][0xa2]t[0x1a][0xf1][0x8a][0xa6]g[0xfb][0xf5][0x1d][0xf2][0x1a][0xab][0xf3]"[0xc8]k[0xcb]D[0xa8][0xd0][0xef][0xee][0x97][0xc][0xa2][0xc6][0xc6][0x94][0xe3][0x97]D[0xe3][0xf8][0xb1][0x94]N[0xf8][0xbf][0xba][0x19][0x85][0xb8][0xd9][0xf8][0x86][0x18]u[0xb7]|[[0xb1]3^[0x93][0xc6][0xc1]s[0xe4][0xf][0x8c][0x3][0xf9][0xfa]\[0xe3][0xaf]b[0xfc][0x97][0xad]4#EO[0xe0]L[0xa6][0x9c][0x7][0xaa]r>[0xb1][0xef][0x2]HQ.[0xa1][0xf8][0xbe][0x8][0xd2][0x95][0x8b]!K[0xb9][0xd4][0xd8][0x89][0xf4][0xb0][0xd4][0x9c][0x1d][0x96][0x9a]m`JY [0x99][0xd9][0xce][0xff][0xd3]H[0x7][0xb7]^[0xff][0xc0][0x99]h[0x9a]=n[0x1f]l[0x19]?[0xfd]^[0xf2][0xbe]y[0xdd][0x9e]+[0x10]{[0xfa]?[0x1d][0xb2][0xf5]w[0xd2][0x11][0xb1][0x83][0x12][0xcc]][0x10]G[0xed][0x90]A[0x85][0xe][0xd9][0x89]KH[\r][0x9a][0xe5][0xf][0xad][0xfa][0x9f][0xe2][0xbe][0x4][0x5][0xd9][0x9e][0x5][0xad][0x9a]=[0xc][0x90]"[0xce][0xc8][0x97][0xa7][0x14]YLE[0xd6]q;[0xc0][0xee][0xcc][0xa6]kp[0xd6][0xb8][0x84][0xad][0xbb][0xa1]x[0x9c][0xb3][0xa5]c[0xee][0xb8]T[0xa7]uK[0xaa]m[0xcb][0xba]T[0xcb][0x96]u-t@[0xcc][0xca][0xbc][0xc2][0xd2][0x9f]h[0xd9][0x7][0xe7]%[0x9a][0xb][0x97][0x87]:[0xe7]s[0xa7][0xa7][0xff][0xf8][0xb8][0x84][0xb][0xda][0x9d][0xa3].[0xa0][0xc7][0xe8])[0xb3]<[0x11][0x9a]r!OI[0x9d]5[0xee][0x8e][0xfe][0xb7]{[0xc0][0x94]h[0xdd][0xe][0xe][0xed]V[0xa2]5[0x8c][0xd8]nZ[0x1]([0xf][0x83]I[0xd9]C[0x4]y[0x84][0x2][0xe9]Q"[0xc9]c[0x10][0xaf]@[0xae]>H.[0xa6]wB[0xe5][0x10][0xa5][0xd3][0xc3][0x14][0xe4]OB[0xbd][0xf2][0x14][0x9c][0xa5]<[\r][0x1b][0x95]g`[0x93][0xf2],[0x4][0x95][0xe7]a[0xab][0xf2][0x2]\[0xa6][0x1c]7[0xbe][0x1e][0xa4]Pu[0xa5]J`gQ[0xf2][0xb3][0xe9][0xa9][0xe0]r[0xf1][0x16]H[0x8b][0xff]<[0xcd]~[0xbb][0x1c][0xa3][0x84]J[0xf5][0x90][0xab]?q[0x16]U[0x90][0xda][0x13]&[0xb8][0x4][0xed][0x92]@[0xad]p!FK[0x2]e[0xff]N[0x6]s?[0xc4]S-[0xa5][0xa2][0x3][0x85]qP[0xda][0xf][0x19][0xfa][0x0][0xff]cZ[0xda][0xa8][0x8e][0xd2][0x99]hi[0x12][0xfb]`)N[0xb8][0xa8][0x17].[0xde][0xf][0x9d]N[0xfb]Q{[0xa3][0xc9][0x19]U[0xdb]hv6[0xd7]6Z[0xe2]M[0x1f][0xd7]6Z[0xe3][0xa7][0xc6][0xd5]6[0xaa][0x9][0x97][0xd4]6[0xda][0x12].[0xad]mtZ[0x13].#[0xa9]&\N[0xd2][0x96]p[0x5][0xc9][0xa8][0x84][0xef][0xd4][0xee][0x87]-[0xce][0x96][0xa3][0x16]z[0xc9]D[0x91]I"[0xc7][0x88][0x1c]+2Y[0xe4]8[0x91][0xe3]E[0xa6][0x88]L[0x15]9[0xc1]Y@2Md[0xba][0xc8][0x89]"'[0x89][0xef]9[0xef]9[0xe7]9O[0xdf]~[0xff][0xf1][0xf5][0x1b][0x80]2[0x9e]e0[0x8a]R[0x1a][0xc3]Xb[0xa3][0xb3][0xb9]#a9[0x83]$J2[0xee][0xf2]z[0x8f]MY[0xc6]}[0x19]+2[0x1e][0xf0][0xee][0xa1][0x84]G[0xc9][0x9f][0xd1][0x93][0xa1][0x9c][0xc7][0x9c][0xb8]*aM[0xc2][0xba][0x80][0xf4][0xa6][0xf6][0xaa][0xb6][0xf5][0xb6]&0_m[0x1b][0xef][0x8d][0xae]o[0xe8]m[0xcf]ut[0xcf][0xef][0x9a]FG[0xaf][0x10][0xae][0xba][\r][0xc3][0xb7]\gU@n[0xb8]v[0xaf][0xe3][0xd4]\[0x1]Q[0x11]H[0xd9][0x96]c[0xf2]&[0xe5]6[0x9b][0x9e][0xe9][0x13]X[0xb3][0x1c][0xcb][0xdf] [0xa0]V*[0x95][0xc2][0x8e]@b[0xd3][0xdd]3[0x5]F[0xaa]|[0xb4][0xd7][0xa9][0x9b][0xdd][0xd7]F[0xdd]&O[0x96][0xeb][0xda];F[0xd7][0xe2]}[0xe4]L[0xf8][0xfb][0x96]'p[0xb3][0xea]v[z[0xcb]6<[0xaf]iy[0xfb]![0xa5][0xf3]\^v[0xe]l[0xe2][0xa3][0x84]4[0xb7][0xa2][0xee]C-[0xd3]?[0xeb]#[0x10]W[0xb][0xc4]r[0x84][0xbc][0x9b]![0xef][0xc8][0xcf][0x9e][0xed]?2e[0xdf]%[0x87][0xe5][0xb4][0x4][0xc6][0xd4][0x2]I[0xf1][0xc1][0xd0]m[0xc3]i[0xe9][0xa1][0x97]G_k[0xd8][0xd1]lT[0x96][0x6][0xcb]l[0xbb][0xbd]n[0xc3]|a1[0xef]\?[0xb9]%.[0xa1][0xe0]*4[0x5]S[0x98]T0[0xc1]f[0x1a][0x93][0x2][0x13][0xfd][0xd5][0x9f][0xf7],{[0x8f]y[0xa5]U[0x16]4[0xef][0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xf0][0x84][0xcd]S[0x1a][0xb2][0x98][0xf]e[0xe7][0x0][0x1d]*[0xe6]C[0xb5][0x9][0x8b][0x82][0x82]E[0xa8][0x2][0xb][0xff][0xa1][0x17][0xb3][0x99]Q[0x90][0xc3][0xb8][0xc0][0xe5]3[0xe][[0xf5][0xb6][0xd9] [0x9][0xf2][0xff]z[0xff][0xf4]R[0x8d][0x83][0x3][0xd3][0xd9][0x13]([0xa9][0x17]%[0xba][0xa8]Z4[0x17][0x89]7[0xa3]V[0xfe][0x1e]F[0x9e]n[0xe4](Hy$0[0xc9][0xfc][0xe8][0xc2]gY[0xb0]`[0x9d][0x8a][0xd6][0xe9]`M[0xd1][0x9f][0xc6][0xa0][0xd3][0xd7][0x8]u[0x10][0x87]DkN;[0x81][0xd0]f[0x8f][0x10][0xd3][0xe6][0x8e][0x10][0xd7][0xc6][0x93]GH[0x1c]R [0x86][0xeb]d[0xc7][0xe9]C[0x0]f[0xa9]|[0x1e]i[0xcc]Q[0xbb]yj[0xb6]@[0x1e]@#/[0x15][0xa0][0xc8][0x1c][0x10] n([0x2][0xc4][0x14][0xe2][0x1][0x9a]'[0x94]$[0xef][0x2]nD[0xad]u[0xaa][0xcd][0xa7][0x92][0xda][0x17][0xc4]>[0xfe]n[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8b]Ai%<[0x10][0x95][0xa6][=09[0xde][0x9f]\[0x1c][0x98]|k`r[0xa2]?yy`2[0xdd][0x91]([0xf9][0x1d][\r][0xc4][0xb1][0xf2])[0x92][0xbb]'He[0xa5]c[0xc8]<[0xc2]1[0xd2][0xd9]L[0x88][0xe3][0x8c]/[0x85]8[0xc1]X!|[0x8c][0xa1]O}[0xbd]V[0xce][0xf5]*G[0xbd]d[0x14]H[0xd2][0xb0]W[0x91]v[0xfc][0x8c][0x9d]bxw[0xc]#[0xe1][0xef][0x4]W>#{[0x18][0xf0]:[0xab]5E[0xf6]vP[0xbf][0xf8][0xb]PK[0x7][0x8][0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.class[0x9d]W[0xe9]W[0x13]W[0x14][0xff]M[0x12][0x18][0x13][0x86]E@[0x4][0xa1]J1`[0xc8]b\[[0xb][0xae] ([0x98][0x5][0xb]b[0xc1]*[0x1d][0x92][0x9][0xc]$3q2[0xa1][0xa5]{[0xed]j[0xf7][0xbd][0xd5][0xd3][0xaf][0xb5]_[0xd5][0xd3]V[0xa1]==~[0xee][0xe9][0x87][0xfe]E=[0xbd]of2[0x89][0x92][0x0]zr[0xf2][0xe6][0xbe][0xfb][0xee][0xfb][0xdd][0xdf]][0xde][0x9b][0xe4][0xef][0xff]V[0xff][0x2]p[0x8]7<[0xe8][0xc0]I7[0xda]q[0xca]C[0xc3]@[\r]Z0[0xe8][0xc6]i[0xc][0xb9]I[0x1a]f[0xd3]3<[0xce]z0[0x82]Q[0xf][0xb6][0xe0]\#m;_[0x83]:<_[0x83]qL[0xf0][0xb8][0xc0][0xd4][0x93][0x8d][0xe0]p[0xbe][0x11][0xe]sm[0x8a][0xad]M3[0xe9][0x12][0xc3][0x91][0xc7]e[0x86]~[0x85][0xa9]g[0x18][0xf0]KL[0x12]y[0xcc][0xf2]H[0xf0]Hr[0xa8][0xca][0x8a]zb[0x9e]CkdA\[0x14]5][0xc]/[0xe4]T%[0x1][0x9b][0x6][0x93][\r]S[0xc5]g[0x17][0xa4][0x4][0xf1]j[km.[0x91]9?[0x9b][0x97][0xd3]II[0xe3][0xd0]Y[0xc9]j[0xc0][0xb4] [0xe3][0xda]q]L,F[0xc5]l![0xcf]I9[0x95][0xa2][0x4][0xe4][0xd4][0xbc][0x96][0xa0]9GI[0xe7][0xc8]amZ[0xcc][0xcc]&E/[[0xf6][0x1e][0xe0][0x90]*[0x13][0xa0][0xc5]`#[0xa7][0xb4][0xbe]$[0x86][0xd3][0xa2]2[0x17][0x1e][0xd7]5Y[0x99][0xab][0x9c][0x13]j[0x13][0xe7][0xa2][0xb4][0xcc]zb[0xcd]&*[0xf1][0x92]Y[0x96][0x87][0xb8][0xed][0xe7][0xd0]d[0xcd][0x8b][0x5][0xf1][0xee][0xa3][0xfa][0x8c][0x1b]![\r][0xcb],[0xcc][0xed]k{f/[0xf3] [0xa0][0x13][0x92][0x80][0x9d][0xd8]% [0x88][0x90][0x80][0x14]d[0x1e][0xb][0x2][0x16][0x91][0x16][0x90]AX[0x80][0x2][0x95][0x83][0xaf]B[0x1b]>[0x14])C[0xe5][0x91][0x15]p[0x15][0x1a][0x3][0xa6]T6[0xc][0xa8][0xaa][0x9e][0xd3]51[0x1b][0x95][0xf4]y5[0x99][0xab][0xaf][0x86][0xde][0x80]<=[0x96][0x1a][0xf0][0xb2][0x80]W[0xb0],[0xe0]U[0xbc][0xc6][0xe3]u[0x1]o0W[0xdb]+[0xa4][0x93]![0xbe]I[0xfb][0xde][0xa2][0xef][0xdb][0x2][0xde][0xc1]5[0x1][0xef][0xe2]=[0x1][0xef][0xe3][0x3][0x1][0x1f][0xe2][0x1a][0x87][0x96][0xf2]y[0x15]p[0x90][0x85][0xf6][0x11][0xae][0xb][0xf8][0x98]E[0xfa][0x9][0xae]s[0xe8][0xde][0xd4][0xc9][0xa2][0x10][0x8a][0x95](tc[0xfb][0x1a]?[0xd1][0x92][0xb3][0xe0][0xf4][0xb1]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xc1][0x86][0xf7][0x89][0xe5],[0x15][0xc0]]"[0xb]#[0x8a]"i[0x83][0xcc][0xb5]D9[0xf2]V1%&tU[0xa3][0x8c][0xd5]d[0x8a]3[0x1e]?[0x10]jDU[0x17][0xf3]Y[0xe][0xff][0x94][0x92][0xb3][0x0][0xcc][[0xf3][0xac][0xa8]$[0xd3]R[0xce]kZ[0x96][0xa1][0x94][0xdd]h[0x9c][0xf4]'Z4][0xae][0xbf][0xb7]w[0xed][0xea][0xa0][0x98]N[0x8f][0xcb][0xba][0xd4][0xcf][0xe3]G:[0xea][0x9b][0x8a][0xc7][0xe8][0xd7][0xf5][0xec][0xb0][0x9f]Z[0xaf][0x83]~[0xc8]=E_[0x7]{Y[0xd1]o[0xbd]-$w[0xe2]i[0x1a][0xbb]h6Lz[0x7]==[0xfe]{[0xe0][0xfc][0x81][0xdf][0xe0][0xb8]C3[0x7]v[0xd3]X[0x7]'[0x8d][0xbb][0xe1][0x82][0x17]nt[0xd3][0x8][0xfa][0xa5]gX[0xd3][0xac][0x7]0$[0x86]J[0xaf]~[0xec][0x81][0xcf][0xc2][0x1a][0x9d]8@[0xeb].8[0xea][0xea][0xa9]N[0x7][0xed]H[0xfe][0xa5][0x95]*zN[0xd8][0xdc]o[0xa1][0xfe][0x91][0xa8][0x1e][0xa0].[0x1a][0xa0]![0xc6][0x2]1[0xe2][0xa8][0xef]s[0x5]Cm[0xae]U4[0x14][0x82][0x8][0xb2][0xd9]Vk[0xd6][0xe6]*[0x1b][0xd3][0x14]j1[0x8d]V\[0xa2][0x98].[0x13][0xcf]+[0x14][0xc3][0xc][0xb1][0x13])[0xca][0xc]"[0xf4][0x1b][0xc5]k[0xfc][0xd1]0[0xf8][0xd0][0xd3][0x8c]i[0xc2]*[0xde].[0x1c][0xa6][0xf][0x8b][0xc9]K{[0x9e]![0xc9]IO[0xaf][0x11][0x9d][0xab][0x10]]+[0xd7][0xe0]a'[0xdf][0x8a].C6,C[0xcd][0xfe][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x1d][0xb8][0x9]![0x10][0xa4][0x84]79q[0xf1][0x8e][0xcd][0xce][0xec]F[0x85]*[0xac][0xa2][0x9][0xd9][0x92][0xcc]6[0x1b][0x1e]aH[0xcc][0xf]gH[0xcf][0xa1][0xcf]h[0xb0]f[0xaa][0xd2].+[0xb3]NpM[0xe4][0xfa][0xa8][0xed][0xfa]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]A[0xf4]Y[0xae]o[0xc0][0x1f]bb[0xb3][0x3][0xbf]c[0xdb]Mx[0x89][0x88]5[0x80][0x96][0xfb][0xd8]n[0xb2][0xfa][0x5]5[0x1][0xd2][0xb6]:J[0x9][0xb6][0x18])[0x99]%[0x82]IJ_[0x8a][0x88][0xc8]Db[0xb1][0x84]h[0x9f][0x91][0x10][0x18]R[0x81]h[0x9f]M[0xb4][0xaf][0x84](%i?OL[0x8f][0xd9]LW[0xad]f[0x8e][0x87][0xee][0xa2][0xed][0x16]Zm[0xc2]'[0x19][0x93][0x1d][0xe]F[0xea][0xb0][0xad][0xec][0x8][0x4][0x8b][0xb4]Ct[0x4][0xb][0xbc][0x1b][0x3]A[0xea][0xf9][0xa2][0xa6]H'x[0x1a][0x87]h[0x1c][0xa6][0x16]9C[0xf7][0xc6][0x8]u[0xc4]([0xf5]u[0x4]1[0xfa][0x14][0xc3][0x88][0x1b]][0xb]C*[0x84][0x11][0xb7][0xc3][0x88][0x97][0x84]Q[0x5]gG[0x17]+[0xdc]q[0xe3][0xe8][0x9e][0xc0]<=[0xd9][0x9f][0xca][0xd3][0x94][0xad][0xb9][0x93]m[0xf8][0x6][0xdf][0xe3][j[0xfe][0x8][0xe9];[0xc9].J[0xdf][0x18]A[0x8c]Y[0xd2]E[z[0x1]c[0xff][0x3]PK[0x7][0x8][0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/glassfish/json/JsonMessages.class[0x95]X[0xb]|[U[0x19][0xff][0xce][0xfa][0xc8]Y[0xc8][0xba]6[_[0xeb][0xda]ue[0x8c][0xae]-)o[0x18][0x1b]cir[0xdb]e[0xcb][0xa3]$[0xe9][0xb6][0xe][0xb1][0xde][0xa5][0xb7]m[0xb6]I[0x3][0xfb]XNI[0xa3][0x9b]4[0x11]/[0xfb][0xb1][0x82][0x92][0x95]lX[0xb3][0x8b][0xb4][0x10][0xa8][0x1f][0x1a][0x8b][0x6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81]U[0xe1]}[0xea][0x1]upNOg[0x6][0xe3]Z1?WHiCs[0xb9][0xc9][0x8c][0xb6][0x9]Q[0x9b][0xd3][0xb9][0xb4][0xbe][0x85]@M[0xef][0x86][0x9d][0x4]j[0x3][0xf9]I[0x8d][0xc0][0xf2]p:[0xa7]E[0xe7][0xb2]{[0xb5]BR[0xdd][0x9b]A[0x8b]7[0x9c]O[0xa9][0x99][0x9d]j![0xcd]~[0xb]c[0xad]>[0x93].[0x12]X[0x1b][0xce][0x17][0xa6][0x7][0xa7]3j[0xb1]8[0x95].[0xce][0xc][0xee]+[0xe6]s[0x83][0xdb][0xf1]#[0xa2][0x15][0x8b][0xea][0xb4]V[0xc4]y[0x1a]B[0xd1][0xa4][0x12][0x8f][0xfa][0xc3][0x13]J<[0x1e][0x8b][0x13]X[0xd9][0xbb][0xc1][0xd0][0x95]Qs[0xd3][0x83][0x9][0xbd][0x90][0xce]M#[0xae]=[0x19][0xdb][0xa1]DC{[0x94][0xf8][0xc4]XT[0xd9]=[0xaa][0x4][0x92]Jp"[0xb0][0xcd][0x8f]C[0xce][0xea][\r][0xe1][0x90][0xfd]jAW[0x8d]9[0x8a]zAS[0xb3]|*&OO[0xe7]s[0x9b][0xa4][0xac][0xee][0xb9][0x9c]vpVK[0xe9][0xda]$[0x1][0x12][0xc2]tg[0x4][0x9e]@[0xcf][0xc2][0x9c][0x4]Z-Y[0xf3]D[0x9d][0xbd][0x18]Q[0x1][0xa9]*j[0xd3][0x14] [0xd0]h[0xcd][0x11][0x8a][0xb1]4a[0x92]F[0xfd][0xf1][0x4][0xfe][0x1e]Q[0x92][0x89]d<[0x14][0x1d]af[0x17]i#P[0xa7][0x1c][0xd0]r:[0x1]O([0x97][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0x96]{[\r][0x97][0xe2][0x9c]^G1[0xa3]j[0xa1][0xa8][0x15][0xd6][0xf1]q[0xf2],[0xd5]i[0x6][0xe7][0xfa][0xc5]q[0x10][0xe8][0x10][0xf2]B[0x9][0xb6][0xba]#q8:[0x16][0x19]b9b[0xe2][0x9b],[0xf1][0xe8]6l^[0xcb][0x16][0x8e][0x19][0xe1][0x10]h[0xb3][0x8c]C[0xa1][0x91][0xa0][0x12][0x8]E[0x8c]:![0xb0][0xc2]r[0xf9][0xe3]q[0xff]xEZbC[0xdb]q5*[0xc0];[0xfd][0xe1]1[0xc5][0xb0][0xb6][0xcf][0xb3]b"[0x15][0xa4]|[0x84][0xb9][0xa6]Jl[0xd8]EV[0x11]X[0xca][0xa2]M[0xe6][0xf7]kX [{[0x9d][0xea][0x9b][0x3][0xd2][0x97]`F[0xcc]_[0xe][0x99][0xd5][\r][0xaa][0x81]W[0xc2]dI[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x10][0x8e]%[0x14],[0xf]+[0x7][0xa1](F[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x18][0x2][0xfa]+[0x12][0xbb]p[0xe5]VF#[\r][0xb0][0xa1]T[0xca][0x9c][0xb7][0xc8][0xf6][0xb][0x9][0xaa]QhN$[0xfd]I[0xc5]([0xe5][0xd5][0x98][0xeb][0x9d]jfNK[0x1e][0x9a][0xc5][0x1d][0xe5][0xcc]y[0xf5][0xcb][0xb4]p[0xf7]:[0x13]$[0x17]P[0xab][0xf3][0xf1]=[0xb][0xf][0xb7][0xc9][0x8][0xc4]FE[0x91][0xc]8[0xcd][0xeb][0xb0][0x9e][0x7][0x98][0xf]+[0xd7]i[0x14][0x81].s}F[0xc7][0xb0]>[0xa3][0x81][0x89][0xa0][0x92]d[0xa5]:[0xec][0xf][0x85][0x95] [0x81]N'@([0xc6]%[0xb5][0x8c](Q%[0xee]O[0xc6][0xe2][0x13][0xc3][0xe1][0xb1][0xc4]6sS[0xb0]9J[0xe5]P[0xe1][0xd8][0x15][0xf]%-G[0x9b][0xe5][0x8][0x85][0xc3][0xca][0x8]vWDIn[0x8b][0xa1][0x8a][0xf5][0xbd][0xb6][0xf8]b{[0xf7][0xe1]":[0x84]\L[0xe5]g[0xb5][0xf2][0x85][0x15]x[0x8c][0xc5][0x9a] [0x18][0x1b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xd4][0xd1][0xe1]P[0x94]i[0x88][0xfa][0xb1]*[0xdb]m[0x2][0xa2][0x81]Xd4[0x8c][0xa1]NlO[0xc4][0xd0][0xb7]F"n,[0x9c][0xc]!f"[0xa9][0xec]N[0xe2]6[0xc3][0xa3])[0x5][0xe5][0xf]c[0xff][0x6][0xc7]'[0x2][0xfe]0[0xcf][0xe3]*[0xf6][0x13][0xbd][0xec]Q[0xe1]\[0x89][0xfb][0xc3][0xd0]X([0xcc][0x0]Q[0x4][0xe5][0x8c][0x85][0xc3][0x4][0x9a]mfc[0xab]0[0xec]]6[0xbb][0xd8]Y[0xcc][0xd1][0x1c][0xd0]i[0x3][0x18][0x1b]R[0xb9][0xbf][0x19][0x8d]Rb[0x9b]]Nl[0x3][0xc8][0x88][0xdb][0xe7][0x13][0x87]C[0x89][0xa4][0xf0][0xb5][0xf4][0x86]B[0xf2]5K[0xe7]&[0xb5][0x83][0xd8][0x1c]E[0xec]{[0xc4][0x8d][0xc6][0xf8])<1[0x1c][0x8b]G[0xfc][0xc9][0xd2][0xd6][0x81][0xa7][[0xc9][0x11][0xf1][0x8f][0x8e][0xb2]S&[0x12]J[0xe0][0x96]>B[0xe0][0x8b][0x8f]YU[0x9f]a[0xeb]o[0xcd][0x81][0xc7])[0x1e][0x88][0xa2][0x80][0x9a][0xc]G[0x12][0xcf]Fs{j5l[0xa5][0x96]d[0x8a][0xfc][0xc9][0x10]k[0xd8][0xa5][0xb8][0xf][0x14][0xc4][0xe5]i[0xa5][0xa0]T[0xf8][0xb1]oF_[0x9f][0xd5][0xd8][0xdd][0xd1]d1G[[0x10]~[0x3][0xcb][0xf0][0xba][0xdc]([0x9][0xf0][0x82]EnK5[0xd9][0xe2]4^[0x9f][0x90][0xa5][0xd9][0xe6]V[0xe][0xa6][0xb4]Yqu[0xab]U[0xb][0xd3]x [0xad][0x90]0[0x12]X[0x96][0xd0][0xd5][0xd4][0xfe][0x88]:+n[0xb4]M[0xd3][0x9a][0x1e][0xd4][0xa6][0xd4][0xb9][0x8c]..[0xaf]H[0x9e]&[0xb0][0xa4][0xb8][0xd7][0xa8][0xe0]r[0x1]Cs[0xe9][0xcc][0xa4]V`w[0xb9][0xcd][0xa9][0x8c][0xb8]I[0xbb][0x13][0xfc][0x8a]=[0x9c][0xe6][0x84][0xf6]{[0xb0][0x8f][0x8d][0xf7]@[0x14][0xf0][0xfc]nH[0xe7]t[0xad][0x90]S3>[0xad]P[0xc8]c[0xaa][0x1a][0xe7][0xcb][0xf3][0xc0][0x1d]p'[0xce][0xaa][0x97][0xe]n[0x9f]u[0x8b][0xf5][0xa5]f[0xd4][0x82][0x8b]tzH[0x17]Y[0x83]i[0xb6]0[0xf3][0x10][0xdd][0xc][0xb1][0x16][0xd9]-D:[0xcf][0xa6][0xc4][0xb5][0x9b][0xe5][0xb7]9[0x1f][0x86]lDc[0x98];[0x84]9][0xc][0xa1][0xc2][0xe9][0x82][0x9a]1^[0x4][0xc]o[0x93]5[0x8][0xdd][0x86][0xcd]k[0xd9][0xc2][0xf9][0x12]M[0x9b]e[0x1c]JO[0x7][0xb5]T:k[0xc4][0x8a]Ka[0xb9][0xfc][0x85][0x82]z[0xa8]B[0x8e][0x11][0x5][0x98][0x1f][0xad][0x86][0xb5]}[0x9e]5[0xc1][0xaf].[0xe5]#[0xcc]Lh[0xf9])k[0x84][0x95][0x87]T&_[0xd4]0[0x1b][0xd6][0xd4][0xe9][0x1c][0x9e][0xeb][0xe9]I[0x9f][0xb8][0xad]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "sQWu1[0xaf]ib[0x87][0xa1]a[0xea]2[0x7][0xcf][0xce][0xa1][0xe6]\[0xca]7[0xa9][0xe9]L[0xfe][0x94][0x8a][0x15][0x80]w[0xfb]N'@:[0xcf][0x9]Z[0xa6][0xb5][0x1c]k[0xa8]|[0xc1]7[0x95][0x99]+[0xce][0x98][0xb]ds[0x94][0xb4]V8..[0xa4]u[0xcb][0xd1]f9[0xd2][0x99][0x8c]6[0x8d][0x19][0xcf]j[0xfa]L[0x9e][0xa9][0xb0]\[0x93][0xf9]9,v[0xd4]3[0xc5]*V[0xf3][0xe5]T[0xc][0xb6][0xdd]64[0x97][0xca]gg3([0xd2][0xc7][0xb6]j<[0xa2]%[0xb4][0xd8]!i[0xc4][0xf8]t[0xed] n[0xee][0x1d]\GI[0x8e][0x9a][0xc1][0xd5][0x98]<[0xe4][0xc3][0x6][0xe7][0x19]X[0xc5]~[0xa2][0x97]=*[0x9c]+[0xf1][0x80][0xd8]k[0xf4][0x11]*[0xc9][0xa2][0x9c][0xb9]L[0x6][0xdb][0xd9]f[0xe6][0xb7]-a[0xef][0xb2][0xd9][0x8d][0xa3][0xc5]g[0x8e][0xe6][0x80]N[0x1b]@[0xe5][0xe5]U[0xee]oF[0xa3][0x94][0xd8]f[0x97][0x13][0xdb][0x0]2[0xe2][0xf6][0xf9][0xc4][0x99]tQ[0x17][0xbe][0x96][0xd9]<[0xef]w[0xdf]T[0xbe][0x90]U[0xf5]R[0xa5]a[0xe7][0x96][0x1c]Yuv[0x96][0xf5]`6],[0xe2][0x93][0x15][0xac][0xf0][0x14][0xb4])[0xad][0x80]e[0xa3][0x95]FyH[0xf][0xec][0xb4][\r]5[0xc4][0xf0][0xb3][0xbe][0xd4][0xc2][0x12][0x8f]X9L@[0xe][0xdf][0xf1][0x91]TD[0xaf]NN[0x8a]Q[0xe5][0xf6][0x94][0x9a][0xcb][0xe5]u[0x9c]=[0x9b]?[0xc0].[0xf]%[0xaf][0xc8][0x8d][0xa9][0xb3][0xb5][0xe4][0xa8][0x90][0x81][0x8d][0xa8][0xa7]f[0xb0]T0[\r]{5[0xc3][0xcf]7[0x6]nEV[0xdf]l[0x81][0x9d]%[0xf8][0xd0][0xa6][0xd2][0x7]Y[0x96],[0x97][0x8e][0xdb][0xb6]VJ_[0x93][0xe1][0xd0][0xb5][0xa2][0xd5]V[0xad][0x86][0xad]T[0x90][0xf6]CI[0xd0][0xf0]3[0xc8]&[0xd4]0[0x9b][0xc0][0x92][0xc7][0x3]a[0x88][0xb8][0xc8][0xf1][0x1e][0xb2][0xe]nt[0x91][0x13]6[0xe0]I2[0xd0][0xed]"}[0xb8]+[0xc3][0xd5][0x1e][0xd2][0xcf][0xd6][0xb1][0x3]_[0xd8]|[0xe6][0xb][0x1b]o9[0xd4]n[0x9c][0x18][0x1e]2@N[0xc2][0x6]\[0xe0][0xf],.[0xe2]#[0xb0]n1o[0xed].2H[0xa0]o[0xf1][0xaf][0x88].r2[0x81][0xee][0x85]^[0xaa]p[0x85][0xac][0x94][0xf0]c[0x83]%[0xc3][0xc5][0xb])6[0xc5]o[0xa8][0xf6][0xd3][ 6[0x95]%9[0x80][0xe7][0x95][0x8a][0xfb]5[0xdb][0xc6]z[0xcb][0xfe]`bz[0xd8]i[0xce][0xb6][0x8]D8[0xfd]I[0xb][0xaf]'[0xe6]yVZ([0xb6]E[\r][0x8a]T[\r][0xf3][0xfe][0xc3][0x1b][0xca]T[0xe9][0xb][0xf6][0x9d][0x96][0xc3]z:iQ[0xf7]H[0xeb][0xc4]_[0xdd]+[0xf9][0xab][0x8e][0xe5]n[0x9c][0xef][0xc2];[0x82][0x9e]/}e"K[0x82]}[0xce][0x13][0xcb][0xff]f[0xd7]U}[0xa1]q[0xbd][0x16]Z_\[0x11][0xf9][0x92][0xc2][0xc9][0xb0][0x3]j[0x0][0x0]7m[0xd6][0x16][0xf8]m#[0xfe][0x8f]7[0x16][0xb4][0x8c][0xe2][0xb7]A|[0x12]|[0xd6][0xf5][0xdd][0xe][0xe4][0x8]~Y[0x2][0xe7][0xe3]g=7vC[0x1c]?=[0x6][0x0][0x12][0x90][0xc4]'[0x85]1[0xd8])[0x6][0xf7] [0x9a][0xfd][0xe7][0xf6].[0xa9][0xb9][0x1b]j[0x8e]A[0xed]a>[0x95][0xc5][0xb0][0x1e][0xf1][0xbb]`[0xb7][0xc0][0x87][0x90][0x85][0x8d]h[0xf6][0xd6][0xd5]!~[0xbc]f[0xd5]1[0xa8]O[0x8c][0xd7][0xf6]'[0xc4]P[0xfb][0xe4][0xfd]|[0xf2][0x16]c[0x0][0x8c][0xc3][0x1e]>U3\[0x0][0xaf]B?[0x85][0xb][0xe1][0xd5][0x82]v[0xf][0xd2][0xb2][0x18]W{][0xf5][0xe5][0xb4][0xe3]u[0xab][0x8f][0x1][0x95][0xb1][0xf]r[0xf6]nc[0x9c][0xc9][0xbe]Z[0xb0][0xb3]o[0x13][0xf0][0x1a][0x1c]AA[0x95][0x84][0xbb][0xd4]![0xdc][0xd3][0x10][0xbf][0x17][0xa6][0x4][0xfe]l[0xd4][0xc5][0xac][\r]^w-[0xd7][0xd5]'S[0xb2][0xd1][0x96][0xe4][0x6][0x98][0x86][0x19][0x9e][0xe4][0xb4][0x84][0xe5][0xb8]*,[0xe7]JY[0xf6]IX"[0xf0]aqQh[0xf3][0xf6][0x95]][0x14]:[0xd8]CR[0x8f][0xf7][0xd9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xf0]Qq[0x9a][0xb7][0xe1]*[0xed][0xe1]w[0x85][0x8f]K[0x94][0xf4];(y[0x0][0xf1][0x9f][0x80]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0xb0]P[0xe2][0xf5][0xe][0xd4][0xd9]v;[0x89][0x86][0x87]l[0x1a][0xbc]p=|[0x8a][0xcf][0xe3][0xc5][0x95][0xbf][0x94]k[0xf8][0xb4][0xb9][0xbf]m[0x12]=[0xd6][0xe4]=I[0xf4][0xd8]Q[0xf0][0xc9]([0x1f][0xb6][0xb5]Y[0x93][0xb9][0xc5]}[0x6]n[0xac]h[0xd6][0xc1]*[0xcd][0xfa][0xc8][0xbc][0x3][0xe0]R[0xce]r[0x93][0x84][0xe5][0xe4]*,[0x8f]JY>+I[0xec])[0xe][0x89]}[0x1c][0xf1][0x9f][0x93][0xe0]Ou[0xc0]?[0x81][0xf8][0xcf]KT[0x9e]VE[0xe5]Se*o[0x10]*o[0x96][0x14][0xd6][0xe9][0x8b]*[0xac][0xa7][0x17]([0xac]/H[0xe2]9[0xc3]![0x9e]g[0x10][0xff]E[0xf8]REa[0x9d][0xb9]@a=[VX[0x87]yL[0xec][0xdb][0x11]QX[0xb7]HrtV[0x95][0x1c]=W[0x96][0xa3][0xc3]"G[0xb7]J[0x94][0x9d][0xbd][0x80][0xb2][0xe7][0xcb][0x94][0x1d]1[0x95]]![0x94]}Y[0xa2]lc[0x15]e/[0x96])[0xbb]M(;*QvNue[0x84][0x94])[0xbb][0xcd]Tv[0xbb]PvL[0xb2]n[0x9b][0xe4][0xeb]F[0xea][0xf0][0xb0][0xba][0x3]74[0x3][0x19][0xe2][0xd9]e[0xa6][0xf9][0x16][0xd8][0x8c]}{nd[0xa0][0xff][0x18]l9[0x1c][0xe9][0xc3][0xc7][0xd6][0xc3]\[0xfa]2[0x14][0x1e][0x82][0xce][0xe7]S[0xd6]"[0xc5]q@[0x89][0x7][0x1a][0xc8]2XN[0x1a][0xb8][0xb4]>[0xb4]S[0x9c][0xe0].~[0xfb]Y[0x8e][0xdf][0xbe][0x2]w[0x8b]w[0x9d][0x1b][0x84][0xdc]f[0xdc][0x15][0xbf][0x8a][0x8c][0xf7][0x1a]R[0xa2].d[0xbd][0x8a][0xfd][0xc5]BHy[0xc][0xe7]@v[0x18][0xbd][0xb][0xfc][0xe3][0xb7][0xc3]Pd[0xc0][0x1b]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]][0x3]}[0xec][0xb3][0xff]~8c[0xa0][0xb1][0xf7](([0xbb]j[0xb6]t[0xf6][0xdf]s=[0xac][0xe9][0xbc][0xe][0xdc][0x3][0xde]a[0x8e][0xe9][0xef]<[0xf5][0x18][0x8c][0xb0][0xaf]W[0xd4][0x90][0x1b]_~r[0xa0]q[0x3][0x83][0xe][0x1c][0x85]m,[0x1][0x86][0xfa]Sq1[0x80][0xac]@[0xf5]+Qy34[0x93][0x16]h'[0xad][0xd0]M[0xda][0xa0][0x97][0xb4][0xc3][0x0]Y[0x5][0xa7][0x91][0xe][0xd8][0x82][0xbf][0x83][0xa4][0x13]v[0x90]5ft=[0xf8][0xef]>l[0x13][0x96][0xac]Q3[0xa6]Q[0x11][0x13][0x85]m[0xf0]u[0xf8][0x6]F|/_[0xec][0xda][0x17][0xa1][0xc7][0x5]~[0xd2][0xf8][0x2]4[0xd6][0xa3][0xf7][0x9b][0xe6][0x1b][0xea][0x6][0x9e]S[0x80][0xa5][0xde][0xd0]1[0xd8]~+l>b[0xae]O[0x3]'_[0x8b]$=8[0x84]=[0xef][0xe7]u[0xf0][0x0]^;[0x1]_xk [0x85]b'[0xb7][0xb6]C[0x1][0xc5][0x16][0xb7][0xb6][0xc1]e([0xf6]u[[0xdb][0xff][0xf]PK[0x7][0x8]I[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.class[0x9d]Q]K[0x2]A[0x14]=[0xb3]~[0xaf][0x9b][0x96][0x9a][0xa9]}@[0xd0][0x83][0x1a][0xb4]=D[0x4]E[0xf][0x19][0x82]![0xbd][0x14][0xbe][0x8f][0xb6][0xe9][0xc8][0xba][0x1b][0xbb][0xea][0xef]*([0x8d][0x88][0xa0][0xd7]~Ttw[0xd6][0x94][0xca][0x8]b[0xd9][0xcb]=[0x87]s[0xce][0xdc];[0xf3][0xf6][0xfe][0xf4][0x2]`[0xf][0x1b]*B[0xc8][0xc5][0x10]D^[0xa5]R[0x88]`5[0x82]5[0x6][0xb5])[0xda][0xa7]FK[0xf4][0xb8][0xc9][0x90][0xad]w[0xf9][0x90][0xeb]=[0xde][0xef][0xe8]'S[0xfe][0x90]!|$,[0xd1]?f[0xc8][0x17][0xe7]KJ[\r][0x86]`[0xc5][0xbe]2[0x18][0x92]ua[0x19][0xe7][0x83]^[0xd3]p.y[0xd3]$&U[0xb7][[0xdc]lpGxxB[0x6][0xfb][0x1d][0xe1]2d[0xce]\[0xdb][0x9a][0x5][0xf9]>[0x6][0xad]fY[0x86]S1[0xb9][0xeb][0x1a][0xa4]:[0xa8][0xdb]N[o{[0xf0]Z[0xb8][0x1d][0xbd]K&[0xdd]s[0xfa][0xfa]Z[0xef][0xc6][0xdc][0x9a][0x17]D[0xa3][0x87][0x86][0xdc][0x1c]xc[0xcd][0x16]m[0xf8]L[0xae]X[0xfa]m[0xdf][0xb8]%[0xed][0x13]a[0xe6]Shr[0xab][0xad]O[0x93][0xd5][0xb]{[0xe0][0xb4][0x8c][0xaa][0xf0][0xd6]I[0x9d]f[0xc7][0xd3]k[0x88]b]C[0x18][0x11][\r])[0xa4][0x19][0xf6][0xff][0xb7][0x5][0xc3][0xe6][0x9f]F[0x86]@[0xb1][0xd4][0xc0].[0xbd]m[0x88][0x1e][0x9c].[0xdd];[0x97][0xba][0x0][0xfd]Q[0xc4][0x88]Q[0xa9][0xab]B[0xa1][0xf]P[0xcb]c[0xb0][0xf2][0xf6][0x3][0x94];B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2]T[0x13]R;[0xa2][0x84]1[0xe9][0x1f][0xa1][0x11][0xca][0xfa]j,`[0x11][0x90][0xdd][0x12][0xa5]2[0x99][0x9f][0x9e]d[0xea][0x12][0x3][0xa1][0xf2]=[0x94][0xdb]i\X[0x92][0xcf]2F[0xf3][0x5][0x93][0x18][0xba]Q,[0xff]0[0x8f][0x10][0xf8]n~[0x9d]cVh&[0xaf][0xae] )[0xe7]ar[0xe3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]PK[0x7][0x8][0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.class[0x95][0x93]mO[0xd3]P[0x14][0xc7][0xff]wO[0x1d][0xa5][0x80]<[0x8a][0x80]"[0x8a][0xb2][\r][0xa4][0x80][0xf8][0x8c][0xbc][0x0][0xc4][0x8c]T[0x8d][0xc1],A_u[)[0x85][0xae]%]G[0xfc][0x2][0xc6]/[0xa3][0x11][0x13][0x9]F[0x13][0xdf][0x9a][0xf8][0x99][0x8c][0xf1][0xdc][0xbb][0xcb]6f[0x8d][0xf8][0xa2][0xb7][0xf7][0x9e][0xfb][0xff][0x9d][0x9e][0xa7][0xfe][0xf8][0xf5][0xe5][0x1b][0x80]E[0xdc]W[0xd1][0x81][0xe9][0xe][0xa4]1[0xc3][0x97][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fU$[0xa0][0xab][0x98][0xc3]<_[0x16][0x14][0xdc]T[0xb0][0xc8][0x10][0xf7]j[0x15][0x6][0x96]gP[0x8b][0x8e][0xbd]f[0x95][0x9c][0x8a][0xe9]2[0xc][0x19][0xbb][0xe6][0x81][0xa9]W[0xcc]pG_i[0xd8][0x1f]0[0xa4][0x96][0x1c][0xcf][0x9][0x97][0x19][0x12][0x99]|[0xb6]@[0xaf]U[0xbf]l1[0xf4][0x18][0x8e]g=[0xad]U[0x8a]V[0xf0][0xc2],[0xba]d[0xe9]3[0xfc][0x92][0xe9][0x16][0xcc][0xc0][0xe1]giL[0x84];N[0x95][0xa1]k[0xa3][0xea]{y/[0xac][0x3][0xc]Z[0xde][0xf3][0xac]`[0xd5]5[0xab]U[0x8b][0xae][0xe7][\r]?[0xb0]u[0x9b][0x1f][0xb7][0x9d][0xea][0x8e][0xbe]Kj[0x9d]#u}[0xbe][0xb2][0xef]N[0x9e][0xf2]@q[0xa9]N[0x95][0x8e][0x96][0x1d][0xf0][0xe8][0xe3][0x99][0xec]K[0x86][0xb4][0xe3][0x85][0x5][0xd3][0xad]Y[0xc2]@[0x19]v[0x9d][0x18][0x1e][0xbd]6K!C[0x87][0xeb]{vS[0xb1][0xc1][0xd0][0xdd][0xb0]HIg[0xd9][0xaf]Q[0xe4]M[0xd1][0x1a][0xe5][0xda],[0x94][0xb4][0xf]g[0xb2][0xab]W[0xac]X[0xa6][0xf]o[0x86]fi[0xef][0x89][0xb9]/[0xcb][0xd0][0xe9][0x89][0xb0]%=pB[0xbb][0xa6]g[0xeb][0x8d][0x8c][0xd2][0xa1][0xbf][0x19][0x6][0x8e]g[0xb7]+[0xea]V[0x9e][0xf3][0xa6]_[0xb]J[0xd6][0xba][0xc3]}[0xf6][0x9f].[0xd0],[0xd7]k[0xe8][0xc6]-[\r]*:5h[0xe8]"GQQrU[0x8f][0x82][0xdb][0x1a][0xee][0xe0][0xae][0x86])[0xdc]c[0xd0][0xff][0xb3][0x3][0xc][0x13][0xff]$D[0xfd]hdz[0x9b][0xa9][0x88][0x96]qZ9[0xe0][0xb5]x[0xb6]M[0x93]Gse[0xfc][0xa1][0xa0]l[0x7]O_[0xc8]*[0xd0],[0xa7]i[0xd6][0x81][0x18][0xfa]x[0xa2]bG[0xb9][0xd2][[0xa5][0x87]2[0x3][0xc3]9[0xda][0xad][0x93]=[0xc6][0xad][0xb9]c[0xb0][0xdc][0xe8][0x11]b[0x1f][0x85][0xb6]W[0xa8][0xe2][0xb4].[0xd1][0x1f][0xf2][0x90]|-[0x93]'`[0xa8][0xae]F?[0xed] v[0xdc];[0xfd]*8[0x8f]a[0xe9]sF[0x9c][0xc9]K[0xe2]][0xc3]WJXV[0x84][0xf][0xad]~+}0\[0xc0][0x88]$uI" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&s[0x9f][0x10]k[0x87][0x1f][0xb7][0xc0][0xc9][0x6][0xfb]H[\r][0x14][0xa9][0x6]%[0xea]i[0x99][0x8a][0xb7][0xdd][0xd2][0xd7]1[0xe9]?I[0xdd][0xbc]J[0xd3][0xc2]0I[0xa7]4[0xd8]O[0x8c](D2\[0xc3]u[0xf9][0xdd][0x5]Y[0xee]4[0xff][0xd2]g[0xa4][0xe][0xdb][0xe2][0xde]k[0x89];[0xdd][0x88]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]h^i[0xe7][0xf7]#[0xf8][0x18][0xb2]b[0xcd]aP[0xcc][0x1e][0x13]S>[0x80][0x91][0xdf]PK[0x7][0x8][0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.class[0x95][0x93][0xcb]O[0x13]Q[0x14][0xc6][0xbf][0xdb][0xd7][0x94]a([0xca]KD[0x14]Q[0xd4][0xb6] S[0x11][0x9f] [0x1a]A[0x92]6[0x83].0$[0xb8][0x9b][0x96][0xa1][0xc]NgH;%>[0x16]n\[0xa8][0xb]7n[0xdc][0xa9]q[0xe3]B"&[0x12][0x8c]&nM[0xfc][0x9b][0x8c][0xf1][0xdc][0xe9]e[0xfa][0xc8][0x18]5M[0xa6][0xf7][0x9e]s~[0xdf][0x9c][0xf3][0xdd];?~}[0xf9][0x6]`[0x12][0xd7]d[0xc8][0x18]kC[0x1b]N[0xcb][0x18][0x87][0xca]W[0x19][0x9]gdD1![0xe3],&[0xf9][0xe3][0x9c][0x84][0xf3][0x12].0[0x84][0xed]j[0x89][0x81][0xe5][0x18][0xe4][0xbc]Y[0x9c]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fI[0xb7][0x18][0xfa][0xb4]u}SWK[0xba][0xbb][0xa6]^[0xf7][0xe3]S[0xc][0xb1]i[0xd3]6[0xdd][0x19][0x86]H2[0x97]Z[0xa2][0xbf]Yg[0xc5]`[0xe8][0xd4]L[0xdb][0xb8]Y-[0xe5][0x8d][0xf2]m=oQ[0xa4]Ks[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba][0xb5][0xa4][0x97]M[0xbe][0x17][0xc1][0x88][0xbb]fV[0x18][0x12][0xb9][0x8a]ck[0x8e]][0xac][0x11][0xc]J[0xd6][0xb6][0x8d][0xf2][0xac][0xa5]W*[0x6][0xe5]'4[0xa7]\T[0x8b]|[0xbb]jV[0xd6][0xd4]u*W9S[0xab][0xcf][0x96]6[0xac][0x91]f[0x9][0xea]L6+Y[0xdb]5[0x8a]e[0xde]8[0x99][0xba][0xc3][0x10]7mwI[0xb7][0xaa][0x86][0x17][0xc8]2t[0xec][0x5]n[0xdc][0xd3][0xb].C[0x9b]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r![0xe1]GDI[0xfb][0x8a]S[0xa5][0xde][0xeb]Es4m[0xdd]*[0x11][0xef]O[0xa6][0xfe][0xe4]X([0xbf]B/^t[0xf5][0xc2][0xdd][0x5]}C[0x18][0xd1]n{m[0xb][0xba]g[0x8f][0xb6]t[0xbb][0xa8][0xfa][0x13][0xc5]]g[0xd1]-[0x9b]v[0xb1][0xb5][0xa2][0x16][0xe5]3/:[0xd5]r[0xc1][0x98]7[0xb9]fw[0xb3]C[0xe3][0xbc]^A'.*h[0x87]"[0xe1][0x92][0x82][0xcb][0x98]R[0xd0][0x81][0x4][0x9][0x6]u[0xcb][0xab][0xf7]I[0x98]Vp[0x5]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0xb8][0xca][0x90][0xf9][0xdf][0xa3]`[0x18][0xfe]+[0xe2][0x19]I[0xb7]'Q[0x9f]i[0x81]Z[0xa1][0x81]\[0x87][0xe]QX[0xcf][0xaf]X[0xb6][0xa9][0x88][0xbf][0x85]A[0xda][0xe4][0xb6][0xdd]Z[0xa5][0x91][0xa9]BkN[0x93]+[0xbd][0xcd]Q[0xe1][0x16]2[0xf4]%[0xc8][0xf4][0x8d][0x84][0xd0][0xc5][\r][0xf1]V[0xe4][0x5][0xfd][0xf3](M[0xe][0x86][0xfd][0xb4][0x9a]G[0x98]~[0x14]M[0xef][0x82][0xa5][0x87]v[0x10][0xfa]((P5[0xcf][0xdc]G[0x4][0xf]H[0xed]![0xba]i[0xd7]G9[0xae][0xd1][0x83][0x3][0x80][0xb7][0xe2][0xea][0xf4]Q[0xa1][0x1f][0x7][0x85][0xe6][0x98][0xb7]'[0x95][0xc8]{_+[0xe6]E[0x1e]y[0x1a]J-+4[0x18][0x6]pH[0x90][0x19][0x8a][0xf2]\,[0xfd][0x9][0xa1]'[0xad][0xf4][0xe3][0x6]:[0xe6][0xd3][0x83]>=![0xe8]8[0xa7]?#[0xdc][0xca]?m[0xe0][0xe3]>[0x18]G[0x4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xca][0xf9][0xad][0x16][0xf8]y[0x3][0x1c][0xf5][0xe1][0xa1][0x83]_[0x4][0xc2]G1[0x1c]4[0xf7][0xb3][0xf]-[0xf4][0xcb][0xc0][0xb9][0x8f][0xe1][0xb8][0xa0][0xd7]I[0x93][0x9f][0xca] [0xd1][0x11]m[0xf4];z[0xd2]_[0x11]][0xe6]Z[0xbb][0x88]-k;[0x88][0x8c]nS>[0xec]iv[0xd1]y[0x2][0xaf][0x88]yM[0xa7][0xfa][0x86][0xdc][0xdb]p[0xb2][0x83]B?J[0xcf][0x11][0xba][0x1][0xc]'<[0xb7][0xd8]O[0xc]H[0x14]e8[0x89]S[0xc1]~K[0xdb]-}[0xbf][0xb][0xf4];[0x89]T0[0x1f]o[0xe5][0xb7][0x2][0xf8][0x10][0xd2][0xde]s[0x94][0xfa][0xe5][0xb7][0x8f]y[0xf7][0xbc][0x17][0x3][0xbf][0x1]PK[0x7][0x8][0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl.class[0x8d]VKS#U[0x14][0xfe]n[0xd2]I'[0xa1][0x9][0xc][0x3]dx8[0xf2][0x12]C[0x18][0x9]3[0x83][0xe3][0x8]#"[0x8f][0xd1]`[0x0][0x5][0x6]e|vB[0x93]4[0x84]n&[0xe9][0xe0][0x8c][0x8f][0xf2][0xf0][0x3]t[0x83][0xe5][0xa3][0x14]T[0xaa],[0xdd]YV[0xb9]q[0xe3][0xc6][0x8d][0x1b]7n[0xdc]h[0xb9]q[0xca]s;[0x97]$4[0x1d]`[0x91]s[0xef]=[0xf7]|[0xdf]9[0xf7][0x9c]{O[0xe7][0xa7][0x87][0xdf]~[0x7]`[0x4][0x1f][0x84][0xd0][0x89]E[0x19]K!x[0xb0],[0xe3]N[0x8][0x12]Vd[0xbc]"[0xe3][0xd5][0x10]d[0xac][0x86][0xe0][0xc7]]>{-[0x84][0xe][0xbc][0xce]gop[0xf1]&[0x17]oq[0xf1]6[0x17]*[0x17]).[0xd2]\[0xac][0x5]1[0x3]-H[0x88]u[0xbe][0xcc][0xc8][0xc8][0xd6]!R[0x82][0xeb]\l[0xc8][0xd8][0x94][0x91]ch[0x9e]-[0x98][0xc6][0xa4][0x9e][0x99][0xd6][0xd2][0xfa][0x96][0x9a][0x9b]/n[0xa5][0xb4]<[0x83][0x92]0[0xc]-?[0x95]S[0xb][0x5][0xad][0xc0][0x10][0xe6]VI[0xd3][0xc8][0x1c][0xed][0xd7]sE[0xc2][0xb0][0x8e][0xd6][0x81][0xac]Z[0xc8]N[0x99]k[0x1a][0x3]K0[0xf8]o[0xe9][0x86]n[0x8d]3x[0xa3][0x3]+[0xc]Ri[0xa7]![0xa9][0x1b]Z[0x9][0xb1][0xac][0xa6]r[0xa4]iJ[0x9a]i5[0xb7][0xa2][0xe6]u[0xbe][0x16]J[0xc9][0xca][0xea][0xe4][0xb3]7i[0xe6]3[0xf1][0xc][0xf]a]/d[0xe3][0x1b][0xe4]1[0xce][0xdd][0x96][0x18][0x12][[0xdb][0xb9]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xa3]Y[0x15]%Cg41[0x90][0xdc]P7[0xd5][0xbc][0xa5]:!d[0xee]5[0x8a][[0xdc]h[0xf6]4#6[0xcb]p5J[0x6];j|K[0xb5][0xb2]q[0xca][0xf][0x9d]U[0xcb][0xd0][0xee]i8[0xdf][0x8e][0x9a]+[0xd2][0x1]Z[0xdd][0xa1][0xdc][0xef][0xf4][0xa9]~[0xa7]O[0xfa][0x15]u9[0xd5]o[0xab];[0x84]![0xa4][0x17]l[0xe7]y5g[0x97][0xe2].[0xe5]k[0xc9]R[0xd3][0x9b]s[0xea][0xb6]Hv@7[0xac][0x95]R[0xd8]d@[0xa5][0xab]?R[0xcc][0xdc]W[0xd3][0x16]C0Ge[0xaf]XPj[0xc2]e[0x8d]0[0xa9][3[0x8b]DV1[0xa2]s4[0xa4][0xca][0x7][0x17][0xfa]K[0xd1][0x81]Zyiv[0x18][0xb]^[0x85]jk[0xaf][0x97][0x1f]lk2[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xbc]d[0xe8][0x8b][0xba][0xe4][0xc4][0xde][0xef]+[[0x11][0xb7]_[0xbb]WTst[0x9f]ZDfs[0xaa][0x91][0x89]/[0xa4]6[0xb4][0xb4]5[0xc6]3[0xe2]5S[0x1b][0xfc]&[0x9e][0xd8][0xa4][0x82][0x9a]V[0x96]_[0xaa][0xb6]S[0x92][0x1f][0xb0][0xcc]%+[0xaf][0x1b][0x19]:[0xc6][0xd1][0x9]m[0x96][0x92][0x96]Wa[0xc9],[0xe6][0xd3][0xda]m[0x9d][0xe7][0xfb][0xe2][0xf1][0x1b]<[0xc4][0xed][0x15][0xf4][0xa2][0x8f]!~[0xe6]}[0xef];[0xf6][0xea]8[0xcc]d[0x18]>[0x1f][0xac][0xf2]z9n[0x9b][0xe1][0xc6][0xf9]p'{C[0xb3][0xdb]m[0xe3][0xa4][0xf7][0xb8] [0xfa][0x2],[0x5]E[0xec](x[0x7][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe6]b[0x8c][0x8b][xF[0xc1]8[0x17][0xcf]bB[0xc1]}L*x[0xc0][0xc5][0xbb]xOA7z[0xb8][0x18]e[0x88][0xd4]H[0xb7][0x82][0x17][0x90]P0[0x8f][0x5][0x86][0xee]3[0xc3]ght[0xd6]T[0xc6][0xfb][0xc]]g[0xdd][0x1a]jA[0xd4]Ex[0xdf][0xa2]>AC[[0xad]^[0xe0][0xb2]W~[0xaf][0xb4]'[0xdb][0xfd]`a[0x9d][M[0xf][0xd4]z[0xa4][0xfc][0xa5][0x88]U[0xad][0x97]R1[0xf6][0x15][0xa8]_[0x92][0x89]b[0x99][0x95]@[0x18].T/[0xc5][0xeb][0xf1][0xcf][0xdf][0x99][0x9b][0x9c]Yd[0xe8]9[0xcf]3iu[0xb7][0x91][0xba][0xe8][0x1b][0xd2][0x9]*[0x9][0xfd]<[0xbc]D[0xf4][0xd9]j[0xa2][0x1f][0xdd]X[0xd2][0xea][0xf6][0xa1][0xec]B[0x96]>[0x86][0xe4][0xdd]#[0x9d][0xb7][0x8a][0xe7][0xc7]c[0x87])[0x95][0xe5][0xa6]]"Ox[0x82]S[0xd0][0x9b][0x15][0x94][0xd7][0x4]e[0xa0]DY[0xbf][0xe7][0x8][0xe9][0xe7]*[0xaa][0x80][0xa0]b[0xfc][0xb9][0xbb][0xe3][0xc3]N[0xfc]/[0xae]x[0xea][0x14]e[0xbc][0xa7][0x1a][0xdf][0xf0][0x89][0x3][0xff][0xab]+~[0xbc][0x16][0xbe][0xd1][0x89][0xff][0xcd][0x15]O[0xfd][0xc9][0x1d][0xe1]S[0x7][0xfe]wW[0xfc]s[0x98]t?[0x93][0xb3][0xa4][0xb8][0xe2][0xa7]j[0xe1]/:[0xf1][0xba][0xe2][0xa7][0xf1][0xbc][0xc0][0xf][0x9][0xbc][0xf4][0x5][0x9a][0x9d][0xd8][0xbf][0xaa][0xb0]R[0x19][0xdb]][0xae][0xdd][0xa2]8{$[0xf6]%Zv[0x11][0x8e][0x95]bh[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-\S[0xb9]Ua[0x1a][0x81][0xbf][0xe9][0x8f][0xe5]?[0xd4][0x1d][0xfe][0xad][0xa2][0x8d]T[0xdd].[0xba][0xdc]M[0xa4][0xa4][0x1e].[0xf8]?$~[0xe][0xec][0x8d][\r]~[0x4][0x9f][0xb4]7[0xf8][0x3]"[0xbb][0xf0]y[0xf7][0x6][0xbf]Gd[0x8e];[0xbb][0xf2][\r].1[0xec][0xa3][0xad][0xe2][0xab][0x9d][0x82][0x7][0xfe][0xa3][0xbb][0xfa][0x10]2[0xb9][0x8]3j[0xf4][0xcc][0x8b][0x16]&[0xd9]~[0xbb]J[0x94][0xc2]/[0x9f][0xcd][0xe2]Er[0xd8]BQ&1G.o[0xda][0xc7][0xf5][0xc8][0x1][0xd2][0xd2][0xb7][0xc4]=[0xd1][0xed][0x8e]d[0xb1][0xa0]K[0xa2]=x[0xc9][0x96]/[0xe3]2x[0xaf][0x92][0xc8][0xb6][0x83][0x9a]^;[0xcd]:[0xf0]([0x8d][0x1e][0x1a][0xbb]h[0x9c][0xc1][0x16]nO[0xb4][0xfd][0xf]PK[0x7][0x8][0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.class[0xa5]W[p[0x1b]W[0x19][0xfe][0x8e]$kuY[0xdb][0x89][0xe3]K[0xa4][0x98]:u[0x9d]T[0x91][0xe5](-[0xe9]%[0xb1][0xeb][0xc6]6N[0xb1][0xa3]8i[0xed][0xa4]$[0xb4][0xc0]Z^[0xcb][0xeb][0xc8]+w[0xb5][0x8a][0xeb][0x16]([0xb7][0x96][0x96][0x96]K[0xb][0x14]Z[0xca][0x1d][0xca][0xcd][0xcc][0x84][0xe]I[0xc6]d[0x86][0x94]'f[0xfa][0xc2]e[0x6]^x[0xe1][0x85][0x17]^[0x80][0xe1][0xa9]3[0x99][0x86][0xff][0xec][0x1e][0xad]W[0xab][0x15]V[0xe1]A[0xe7][0x9c]=[0xe7][0xff][0xbf][0xff][0xfe][0x9f][0xa3][0xb7][0xde][0xf9][0xd5][0xaf][0x1][0x1c][0xc6][0xcf]c[0xb8][0x1d]F[0x14][0xfb]Q[0xe6][0x83][0x19][0xa3][0xa1]"[0xe1][0xa2][0x84]5[0x9][0x8f]KX[0xe7][0x1b]O[0xc4][0x11][0xc1][0x93]|[0xf5][0xd1]8$|L[0xc2][0xc7]ch[0xe5]l[0x3]x[0x8a][0xf][0x9f][0x90][0xf0][0xc9][0x18]v[0xda];[0x9f][0x8a][0xe1][0xd3][0xf8]L[0x14]g[0xf0]t[0x1c][0xcf][0xe0][0xb3][0x1c][0xf7]Y.[0xe6]9[0x9][0x9f][0x8b]![0x1]C[0xc2][0xf3]1[0xec][0xc1][0xb]q,[0xe0][0xf3]|[0xf8][0x82][0x84]/[0xc6][0xd0][0x87]/[0xf1][0xe3][0x17]9[0xd7]K|[0xf8][0xb2][0x84][0xaf][0xf0][0xf9][0xab][0x12][0xbe]&[0xe1][0xeb][0xc][0x91][0x8b]J[0xb1][0xa2][0x9e]TV[0x19][0xda]s[0xcb][0xca]E%[1[0xb5]b[0x96]6[0x86][0x19][0xa2][0xb3]ZAW[0xcc][0x8a][0xa1]2[0xc][0xd7][0x9e][0x8e][0xd8][0x9f]EE/dgMC[0xd3][0xb][0x9c][0xe0][0x82]b[0x98]Jv[0xb9]\[0xd2][0xb3][0xd3]4[0x9c][0xe5][0xd8][0xc3][0xa3][0x84][0x14][0x9b][0xaf],.[0xaa][0xc6][0xe9]R[0xa9][0xc8]p[[0xae]d[0x14][0xb2][0x85][0xa2]R./j[0xe5]%[0x9b]^Y[0xd5][0xb2][0xe3][0xe][0x11][0xb1]D[0x96][0x94][0xf2][0xd2]Di[0x81]d[0xb3])[0x86][0xf0][0x88][0xa6]k[0xe6]([0xc3]])[0x8f][0x9e]M[0xa0][0x1d]8[0xcb][0x10][0xb2][0xb1][0xda]s[0x9a][0xae][0xce]TV[0xe6]UcN[0x99]/[0xd2]NG[0xae][0x94]W[0x8a]g[0x15]C[0xe3][0xdf]b3d.ie[0x86]6n[0xc6][0xa9][0xf9]e5oN[0xad][0xac][0x92][0xee][0xf2][0x94][0xae][0xab][0xc6][0x4][0x97][0xa6][0xd2][0xf9][0x11]?[0xe1][<[0xe3][0x15][0xad][0xb8][0xa0][0x1a][0x9c]u[0xa0][0x16][0x89][0xc][0xec][0xae][0x95][0xbb][0xbe]Z[0x95][0xad][0xa4][0xfe][0xf]_7[0xe9][\r][0xb9][0xa0][0x9a][0x9c]m[0xcc]0[0x94]u[0x86]L[0xaa]^[0xc6][0x81]z![0x16]5[0xa9][0x1e][0xd2][0x95][0x15][0xcb]suL[0xc][0xad][0x2][0xd9][0xb6][0x95]a[0xa8]9h[0x9b][0xdc][0xc5]o[0xc7][0xa8]i~[0x9b][0xdc][0xc5]o[0x93]6[0xcd][0xef][0xe8][0x1f]%[0xfe]*[0xef][0xfe][0x6][0xbc]uF[0xdf][0xeb]C[0xd8]$[0xab][0xbc][0xa0].*[0x95][0xa2]i[0x5][0x90][0xa1][0xe5][0xa2]=[0xef]n[0x14]b[0xb2]p[0xd6]T[0xf2][0x17](1D[0xbe][0x84]I[0xe3])[0x9d]\[0xdd][0xe5][0xa7].[0xd5]N[0xb7][0xcf][0xfe][0x14]?[0x88][0x11][0xe7]8[0xa5][0x84][0xaa][0xe8][\r][0xb8][0xcf][0xfb]s[0x9f][0xe7][0x7][0x8c]~a[0xad][0xe0]P[0xf1][0x9a]Wu[0xd3]X[0x9f]U[0xc9][0x96][0x9d][0xa9][0x3][0xae]*[0xa0][0xad]a[0x9][0xaf][0x92]{&9[0x5][0xc3][0x9c][0xf7]x[0xa4][0xb6]f[0x6],[0xba]wU9[0xbc]O[0x5]S[0xdc]-[0x11][0xb3]T[0xcd][0x80][0xce][0x94]o[0xd0][0x2][0xcb]k[0xc][0x89]z[0xac][0x87][\r][0xcd][0xb4][0xb2]0P^[0xe3][0x15]n[0xb1]j%[0xc1](N%|[0x83][0xfc][0xa5][0x94][0xdd]U[0xb2][0xc7][0xcf]ANM[0x84][0xca][0xda][0x13][0xe4][0xc5]`[0x81]{[0xa6][0xa6]V[0x5]I#[0xef]r[0x93].[0xa8][0xeb][0xb5][0xa5][0xea][0xc0][0xc6][0xf3]%[0xdd]T4[0xbd]|[0x82][0x93]t[0xf9][0xe1][0x9e][0xf7][0x14][0x81]K^[0x1d][0xdc]#[0xae][0x10][0x8c][0xcd][0x97]MC[0xc9][0x9b][0xef][0xba]}5vBl[0xb6]T1[0xf2][0xea]q[0x8d][0xe7]|[0xd2][0xb7][0xc9][0x1e][0xe4][0x92]d[0x1c][0xc2]k2R8 #[0x83]![0x19]K[0xd0]([0x16][0xfe][0xcd][0x8c][0xa1][0xa7][0x81]D[0xbf][0x93]jO[0xaa]?[0xb1][\r][0x93]1[0x81][0xf7][0xc9][0x98][0xc4][0x87]e[0x8c]a\[0xc6]7[0xf1]([0xc3]-[[0xf6][0xf3]Z9][0xd2]tJ[0x83][0xc9][0xc7][0xf3][0xea][0xaa][0xa9][0x95]t[0x19][0xdf][0xc2][0xb4][0x8c]oc[0x9a][0xa1]w[0x8b][0xd4][0xba]c&[0x94][0xb2][0xe9]"[0xfc][0xe][0xa6]%|W[0xc6][0xf7][0xb0]"[0xe3][0xfb][0xf8][0x81][0x84][0x1f][0xca][0xf8][0x0][0xce][0xc9]8[0x88],[0x1f]HZ[0xa7]_[0xce]1[0xdc][0xda][0xe0][0xa2][0xb2][0xcf][0xb9][0xf3][0xb8][0xdf]^[0x97][0xf1]#[0xfc]X[0xc6]O[0xf0][0x1a][0xc3][0xae]-e[0xe6][0x96][0x8c][0xd2][0x1a][0xef]62~[0x8a][0x9f][0xc9][0xf8][0x10][0xb7][0xb0][0x80]G[0xb9]su?[0xe7]Z[0xf1][0x94]Q[0xc4][0x8a][0x84][\r][0x86]{[0xfe][0xc7]k[0x92][0xb2][0xd2]7[0xa7][0x18][0xf6]n[0xd7]N[0xaa][0xfa][0xd7]v[0x4][0xbf][0xd8]U]D[0xc5]O7c[0x84][0xa2]#zqh[0xee][0xa1]3[0x93][0xd4]s[0x8e][0x8f][0xe5]fi[0xe][0xcd][0x9c][0xc9][0xe5][0x18]vxS[0x9f][0xba][0xa0][0xfa]XE)[0xd2]{ |j|zrb[0x8e][0xa1][0xbf][0x99]v[0xd7]Z[0xa3] [0xc3][0xdd])[0xa7]a[0x88]V[0xd1][0xe4]m[0xde][0xb2][0xc6][0xc9][0x19][0xfa]R[0xbe][0x17][%[0xcf][0xdf]p6e[0xbe]X*[0x13]e[0xab][0xb2][0xb0]0[Y]5Tz[0xc8],[0xd0]u[0xe3].r'[0xda][0x16]K[0xaa][0xd9][0xd8]Q[0xfe][0xec][0xa7]G)y[0x1]At[0xf0][0x2][0xa4]u[0x9a][0x1e][0xc5][0x1][0xc][0xd2]7[0xd5][0xa2][0xb5][0xa6]T[0xa5][0xb9][0x8b]~[0x87]p[0x7]}[0xdf]I[0xab][0xb]4[0x7]inO_[0x5]K[0xf]^F [0x9d][0xb9][0x8c][0xe0]/h+[0x88][0xf7][0xd2][0xd8][0x81][0x10][0x8d][0xbf][0xa3][0xf1][0xf7][0x88][0xe2][0xf]h[0xc3][0x1f][0xe9][0xad][\r][0xec][0xb5][0xd9]p[0x17][0xee][0x5][0xac][0x95]-[0x96][0xaf][0xb8][0xc0][0x0][0x8e][0xd0]Z[0x16];)R[0xa4][0xaa][0xd2]QZ[\r]c[0x84]F[0xae][0xc0]}[0xb4][0x13][0xa0]9[0x9a][0x1e][0xbc][0x82][0xd0][0x9b]h[0xb9]d[0x11]q[0xd1]a[0x8b][0xf9][0xcf][0x96][0xb8]n[0x9b][0xc8][0x11][0x17]%[0xc6]Q:g[0xb8][0x1f][0xc7][0x1a]@[0x85][0xbd]P[0xd9][0x6][0x8a]:G[0x3]([0xc9][0xb][0xf5][0xd7]m[0xa0][0xa8][0x1d]5[0x80][0x8a]x[0xa1][0xfe][0xb6][\r][0xd4]$[0x8e][0xb][0xa8][0xfb][0x5]T[0x9c]CE7[0x11]c[0xf0][0x82][0xfd][0xdd][0x5][0x16]w[0xc0][0xe2].[0xb0][0x7][0x4][0xd8][0x93]D[0xc3]C[0x9b][0xb0][0xf4][0x9a][0x19][0xfa][\r]"[0xaf][0xa0]u[0x88][0x14][0xb4][0x81]3[0x97]<9[0xf0][0xf][0x12][0xf1]O[0xfa][0xaf][0xf4]/[0xf4][0xe0][0xdf][0x96][0x98][0xb4][\r][0xe0][0x88]I[0x8]1|[0xf5]~Z[0x5][0x88]c[0x17][0xa6]0M8'h7[0x2]v[0x3]=[0x12][0xfd][0xb1]b[0xc8][0xe1][0xa4][0x9f]U[0xf1]M[0xc8][0xc][0x1b][0x1e][0xab][0xde][0xde][0xc6][0xaa][0x1c]f[0x1a]Z%[0xd9]VI6p[0xef][0x86][0xc7][0xaa]wH[0xc4]M[0xb4][0x92][0x94][0x1e][0x16]h[0xc2][0xaa][0xec][0xb5][0xea][0x14]N[0xb]E^[0x16][0x85][0x95][0xb1][0x14]9[0x99][0xf9]-[0xe2][0xd7][0xd0]z[0xee]*[0xda][0xae]g[0xde]@[0xfb][0xeb]h[0x9]m[0xd0]b[0x7]-[0x82][0x1b][0xd7][0xb0][0x93]N:[0xae];[0xba][0xf5][0x13]*X[0x4]a[0x16][0xa5]`[0xc4][0xd0][0xc1][0xe2]H0[0x19]{X+[0xfa]Y[0x1b][0x6][0xd8][0xe]W[0x15]f[0x1c]]3B[0xd7]05[0x4][0xae]a[0xc0][0xd2]0[0x86][0xe0][\r]t[0x90][0x86][0x91][0x88][0xa5][0xe3][0x83]B[0xc7][0xa7][0x85][0xb3][0x92][0xc2]YU[0xbd][0x86][0xaa]z[0xb9][0xbc][0x95]$L[0xb0]n[0xd2][0xa8][0x87][0xbc][0xb5][0x1b][0xed],[0x81]n[0x96][0xc4]n[0xd6][0xeb][0xf2]Z[0xd2][0xd1]$[0xe9]x-I^{[0xc8][0xf2]Z[0xa7][0xcb]kQ[0x4]n[0xa0][0x9d][0xeb]DD[0xb3][0x8e][0xdb][0x8e][0x89]d[0x90]-[0x95][0xde][0xc0][0xae]+[0xe8][0xf4]d[0x3][0xeb]we[0x83][0xec][0x8][0x94][0x9d]l[0x98][0xc3][0xc3][0x2][0xed][0xa0][0xf5][\r][0xe][0xd4][0xe5][0xa9][0x14]v[0xbb][0x85]b7[0xa8][0x90]@a[0xfc]N[0x17][0x9d][0xf1][0xb0][0xe0][0x8d][0xa5][0x89][0xc0]&[0xd9][0xea][0xad]5[0x96]q![0xc4][0x4][0x82][0xdd][0xe2][0x1e][0xa1]=z[0x13][0x8]-N[0xd1][0xe][0xa7][0xe9]$[0xa4][0x9e]W)[0xcf][0xa9][0xd7][0xee][0xbe][0x8c][0x1e][0xfe][0xb9][0xe5][0xe0]6[0x1e]Jv[0x7]$v'9[0xf7][0xb0][0xb][0xbb]S`[0x9f][0xb0]hY;m[0xd2]3@[0x80][0xff][0x89][0x94]o[0xa1]y[0xf4][0x1a][0x12][0x94]C[0xc9][0xdc]5[0xec]97H[0xd0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1][0xab][0xe8]=[0x99]Io[0xe2]=[0x1]d6q[0xb][0xa3][0x7]F[0xcf]Lu[0x15]?[0x1a][0x1a]J[0x84][0xae]`[0xef][0xd0]ur[0xf4][0xad][0x97]H[0xc5].[0xf4]b[0x1f][0xfa](s2[0x94][0xe5]}5q?[0x82][0x8];[0x8a].6[0x8c]^6[0x82]}[0xb4]>[0xc2][0xee]s2[0xb0][0x8b]r[0xff]#P[0xac][0x80][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e#[0xb8][0x1b][0xf3][0xc8][0x93][0x96]\[0xed],B7[0x9]<(a[0xbf][0x84][0x84][0x84][0x5]0[0x9]}7)[0xb]B[0xce][0x16]mX[0xbb][0xd2][0xdb][0x96][0xe7]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]3"[0x12][0x81][0xb4]7[0x2][0xe3]./[0x5][0x9c][0x18][0x16][0x1c][0xcf]{b[0xd8]_[0xd7]Y[0xd8][0x3]>1d[0xfc][0xe1]*[0x10][0xc6]E>[0xb6]q[0x84][0xc1]M[0xdc][0x16][0xc0][0x9b][0x18][0xf0][0xea][0x91]sed[0x9b][0x93][0x91]mX[0xa6][0xfb][0x95]k@[0xaf][0xb1][0xba]fg[0xe3][0xed][0xb][0xd4][0xa9][0xf4]`[0x83]fg[0x81][0xed][0x18][0xe3][0xf]?[0x1]vH[0x80][0x85][0xad]b[0xf1]^[0x5]o[0xb9]L[0xb][0xb][0x9c][0xa0]H[0xd0][0x12]V[0xad][0xf9]1[0xdc]c[0xc5]8HQ[0x99]"[0x96][0xc4][0x19][0x8a][0xe5][0xd9]c[0x9][0x9c][0xc7]3[0xf8]`8[0xfa][0x1f]PK[0x7][0x8][0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl.class[0x9d]XyXT[0xd7][0x15][0xff][0xbd][0x99][0x81]'[0xc3]S[0x90][0x0]:DY[0x94][0xe8][0xc8]"[0x89][0xd1][0xc6][0x6]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0x15][0x1c][0xc0][0xb0]Y[0xb4][0xad]y[0xc0][0x3][0x9e][0xcc][0x96]YP[0xd2]4K[0x9b]f1][0xb2]5[0xa9]m[0x92].Yh[0x9a][0x98][0xa8][0xd5][0x0][0x9a]F[0x93]6[0x9a]&[0xe9][0xbe][0xef][0xfb][0xbe][0xf7][0xbf][0xf6][0xfb]R{[0xee]}w[0xde][0xcc]0o[0xf4][0xe9][0xe7][0xc7][0x99][0xfb][0xee][0xbb][0xe7][0xfc]~[0xe7][0xdc]s[0xcf][0xb9][0xcf][0xd7][0xff]w[0xfc]%[0x0][0xeb][0xf1]o7[0xd6][0xe2][0x96]<[0xd4][0xe3]V[0x19][0xb7][0xb9][0xe1]4[0x1e]>[0x90][0xf][0x1d][0x1f]t[0xd3][0xe8]v&>[0xc4][0xc4][0x1d]L[0xdc])[0xe3].7[0xf2]q[0xb7][0x1b][0xfb]q[0xf][0x13][0x1f]f[0xe2]#L|[0x94][0x89][0x8f][0xe5]a[0x17][0xee]e[0xe2]>&[0xee][0x97][0xf1][0x80][0x1b][0xf][0xe2][0xe3]n[0x94][0xe0][0xee]|4[0xe0]![0xf6][0xf8]p>>[0x81][0x3][0xc][0xe4][0x93]n|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f]0[0xf1][0xa8][0x8c][0xc7][0xdc]([0xc7][0xa7][0xd9][0xf4]g[0xf2]q[0x3]>[0x9b][0x8f][0x8]>[0xc7][0xc4][0xe3]2[0x9e]`[0xd3]O[0xca]x[0xaa][0x88][0x88]?[0xe3][0xc6]*<[0xeb][0xc6]A<[0xc7][0xa6][0x9f]g6[0xf]1qX[0xc6][0x11][0x19]_[0x94]qT[0xc2][0xa2][0x8e]h([0xd8]=[0xb4]G[0x1b][0x8e][0xb5][0x7][0xc2]~[0x9]J{0[0xa8]EZ[0xfc]j4[0xaa]E%,[0x98]T[0xfd]q[0xad]S[\r]K([0xf0][0xed]Q'[0xd5][0x86]xL[0xf7]7[0xd0]D[0xa3][0x84][0xbc]^},[0xa8][0xc6][0xe2][0x11]MBc[0xfa][0xdb]M[0xc6][0xa3]_[\r][0x8e]5[0xf4][0xc6]"zp[0x8c]-[0x98]P#1[0xb5]a[0xf]A60[0xdc][0x1]f[0xbb]q3Yr[0xf][0xc5]GG[0xb5][0xc8][0xf6]P[0x88]([0xac][0xf4][0x85]"c[\r]c[0x8c][0xc2][0xa8][0x1e][0x1d]7[0xd6][0xab]a[0xbd][0xa1][0xd9]\D*[0xb9][0x9b][0xf4][0xa0][0x1e][0xdb],a[0x95][0xd7][0xc6][0xfa]5[0x3][0x12]\-[0xa1][0x11][0x8d][0xf9][0xa1][0x7][0xb5][0xae]x`H[0x8b][0xf4][0xa9]C~[0x9a])[0xf2][0x85][0x86]U[0xff][0x80][0x1a][0xd1][0xd9][0xb3][0x98]t[0xc5][0xc6]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x8d][0x95][0xf1]d[0xd0][0x9a][0xe3][0xba]D[0x8b][0xb0][0xd8][0x11][0xa7]k[0xbd][0x99]N[0x1a][0xeb][0x1a]mr[0xcc][\r][0xf1][0xe5][0x12]w[0xfd]L[0xd1][0x96]&[0xe9]r[0xd0][0x1b][0x8a]G[0x86][0xb5]6[0x9d]5[0xa9]2[0xcb][0xde][0xbb][0x96])+[0xd8][0x88]9[0x5]o[0xc3]U[0x12][0x96]$cG[0xed]~B[0x1b][0xd9][0xaa]F[0xc7])[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0xe1]J[0x5][0xc7]1[0xa1]`[0xf][0x13][0x93][0xd8][0xab]`[0x1f][0xa6][0x14][0xc4][0x10][0x97]P[0x95][0xa5][0xdb][0x1b]$[0x19][0x14]C[0xd9]+[0xe3][0x84][0x82][0x17][0xf1]%&^b[0xe2]$[0x13][0xa7][0x98]xY[0xc1]+[0xf0])[0xf8]2[0x13]_[0x81]OBy[0xd2]3V[0x1c][0xb6][0x87]t[0xaa][0xcc][0x91][0xd6]}[0xc3]Z8[0xa6][0x87][0x82]2^Up[0x1a]g[0x14][0x8c]bL[0xc1]k8#[0xe3][0xab][0xec][0xe1]u[0x5][0x1a][0xde][0x90][0xf1][0xa6][0x82][0xaf][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x81]oJ[0xb8][0xca][0xee]u[0xa4]:[0xfd]f[0xc7]h7+[0xf8][0x16][0xbe][0xad][0xe0];[0xf8][0xae][0x82][0xef][0xe1][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x80][0x1f]J([0x9c][0xbf][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x84]7([0xcb][0x93]1[0xec][0xe6]LU:[0x9c][0x85][0xcd][0xa1]P,[0x1a][0x8b][0xa8][0xe1]N-6[0x1e][0x1a][0x89][0x16][0xe4][0xe2][0xc7][0x85][0x98]*[0x90][0xf1][0x13][0x5]?[0xc5][0xcf][0x14][0xfc][0x1c][0xbf][0x90][0xf1]K[0x5][0xbf][0xc2][0xaf][0x15][0xfc][0x6][0xbf]U[0xf0];[0xe6][0xdd][0xef]qF[0x82][0xd7].[0xfd]4Z[0xdd][0xe2]RT~[0xee]cO[0xcd][0xc9]:[0xaf])[[0xd3][0xce]R[0xda]3[0x1d][0xc4]4_[0xdb]is[0xd4]X[0x88][0xac]9[0xbd][0xfc]JF[0xa7][0x89][0xd7][0xa5]l[0xb9]a[0xdc]%[\r][0xd2][0xb][0xc7][0xb4]XrN[0xc2][0x15]^[0xdb][0xed][0xdc]Pi[0xcc][0xd4]9Gs6u[0x96]y[0xad]Zm[0xca]k[0xab]n[0x9a][0xf2][0xda][0xaa]a[0x9a][0xaf]]}=[0xfd][0xad]T[0xe0][0xda][0x9a]|[0xbd][0xf4][0xeb][0xea][0xea][0xf7]QZWd[0x9]G[0xa7][0x16][0x8d][0xaa]c[0xec][0xe3][0xa1][0xbc][0xbb][0xb9][0xa3][0xb9][0xbf][0xdd][0xb7][0xa5][0xb5]g7[\r][[[0xfa]v'[0x1e][\r][0x13][0xc5][0xbc]&g[0xdc][0xc0][0x96][0xa7][0xe8]5[0xf5][0xf4]4[\r][0xce]S[~[0xce]VB5[0xc2][0xaa][0xd4][0xf3]%[0x8d][0xfc]s![0xb3][0xd2]X[0xd5][0xf3][0x92]dJ[0xb4][0x84][0xfc]~[0x9a][0xa4]#[0xc0]>[0x89][0xb4]@86[0xc5][0xb3]hq[0x82][0xca]GQA<[0x18][0x8][0x8d][0xe8][0xa3][0xfc]v[0xcd]WUf[0xb4][0x90][0xc][0xa5][0xdc][0x9]m[0x8a][0xe7]a[0xba]E[0xa3]k,[0xd0][0xcd][0x8c],M{[0x9d][0xc8]T[0xd6][0xe1][0xc7][0xd5]h[0x97][0xb6]/[0xc6][0x93]v'[0xbb][0xe0][0xf2][0x87][0xf4][0x0][0x9b][0xae]9)K[0xdd][0xf8][0x3][0xfe][0xc8]>W[0xff][0xc4]Z[0xef]0+F[0xfc]*o[0xfb]s[0xc7][0xfa][0x82][0x93][0xe0]6[0x1a][0xf][0xf2][0x80]Q[0xec][0x82][0xd1]x[0x80][0xe7]Q[0x9e]>[0xba]=[0xa2]E[0xb5]`l^P2[0x17][0xb3][0x83]WfA[0x85][0xc2][0xd5]O[0x1a]Dy\[\r][0x8e][0xb0][0x86][0xd0]m[0xb1][0x9f]v>-[0xb2][0xdf][0xee][0x9d]t[0xe0][0x93][0xfd]7[0xcd][0xae][0xbd][0xcc])N[0xc9][0xdf][0xae][0xa6][0xce]V[0x91][0xb6]%)[0xd3][0x3]M[0xbe]~c^[0xc6][0x9f][0x15][0xfc][0x5]Wp#[0xde]'aE[0xd2][0x9e][0x1e][0x9c][0xc]Mh[\r]>[0xde]?[0xa9][0xda][0xaa][0xa3][0xea]0[0xed][0xf6][0x14]5[0xf8]@[0xf2]I[0xc6]?)[0x1a][0xbe]Ph"N[0xb9][0xf6]f*ka[0xc0]([0xd4][y[0xbc][0xa2][0xd5][0xc6]J[0x8b][0xdd][0xcb][0xa6][0xc8][0xbe][0x10]/[0xee][0xa5][0x1]yn[0xdd]5[0x99]o[T[0xbf][0xbf][0x97]r[0x9e][0xae]B[0xff][0x92]p[0x99]-[0xd2][0xba][0xac][0xd5]:TR[0xaa][0xaf][0x85][0x84][0x6]8[0xe8][0x1f][0xdd][0x2]h[0xbc][0x1e][0xa0][0xf1][0x6][0x14][0xb1]K[0x3][0x8d]K[0xe9]o#[0xde]No[0xae][0xa6]Q[0x1b]_[0x9][0xb8]kf [0xd5][0xd4][0x1e][0x83][0xe3]0_[0xdf]Hr[0x11][0x9c]$W[0xc3][0x5]/[0xf2][0xb0][0x6][0x9b][0xb8]6_[0x8d]k[0xb0][0x19][0xe0]#fU[0xe2]6[0xaf][0x15]6[0x3][0xa4][0xc7]4+[0xb8][0xcd]:[0xb2]Ys[0x2][0xce][0xc1][0x19][0xb8][0x8e]![0xa7][0xe6](rj[0xe7][0x90][0xeb]@[0x12][0xa8][0x14]9$k[0x9][0xa8][0xe][0xec][0x9d][0x8a][0xc9][0x89]rr[0x82][0x1]V[0x1a][0xa6]L[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x3]M[0x1c][0xb0][0x82]C;8t3[0xfd]2[0xe8][0x1b][0x5]t[0x99]%t[0xed][0xc]d[0x86][0xea]LA[0xbd][0x82]P[0xd7][0x11][0xea][0x95][0x84][0xba][0x1e][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T[0x12][0xb5][0xcc]D-C[0xb][0xf]&[0x1b][0x19][0xa8][h[0xac][0x88][0x99][0x16][0xb4][0x9a][0x81]n[0xa3][0xd1];[0xb1]U[0x84][0xe2][0xdd][0x82]O[0x11][0xc3]^PS7[0x83][0xbc][0x9a]Z[0x92][0xee][0x9a]C[0xa6][0xf7]E[0xc4][0x0][0xb4]!9[0xa4][0xe1][0xa6][0x99]Bb[0x90][0xe4]Pdr(B;:8b[0x11][0xb6][0xc1]G[0xda][0xc][0xa9]S [\r][0x93]>[[0xef]IE:[0x81][0xfc]A[0x1a])V[0x80]M[0xa4][0xd0]L[0x80]-XB[0xce]$[0x1]=&[0xa0][0xc7][0x4][0xf4][0x10]`[0x87][0x0][0xec][0x12][0x80][0xbb][0x85]k%i[0xae][0xcd]b[0xa1][0x15]X;[0x81]u[0x10][0xd8]6\B[0xcc][0x93]`%&X[0x89][0x9]VB[0xab][0xba][0x5][0xd8][0xf6][0xf3][0x80]-[0xb2][0x2][0xbb][0x8e][0xc0]z[0x8][0xac][0x97][0xc0][0xfa]l[0x80]]'[0xc0]z[0x4][0xd8][0x80][0x0]+4[0xc0]j[0x97][0xcd][0xa2] [0x1d][0xc7]8[0x19][0x83][0x84][0xb3][0x93][0xc6][0xbb]R0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x8c]B[0x13][0xa3][0x90]0z[0x5]F[0x9f][0x89][0xe1][0xe2]\[0x13][0x18][0x95][0xb3]([0xb4][0xc2][0xb8][0x9e]0T[0x1a][0xf][0xd9][0xc0][0xe8][0x17][0x18][0x3]Y0[0xbc][0xb3]Xl[0x85]1F[0x18][0xe3]4[0xd6]m`[0xec][0x10][0x18][0xef][0x12][0x18][0xf7][0x8b]Xy[0x12][0xb1]:[0x80][0xbc]#([0x9a]F[0xee][0x11]\[0x92][0x0]s[0xa6][0x80][0x5][0x9],D)[0x17][0xb6][0x91]r[0x83][0x4][0xb6][0x93][0xc6][0xf5]p[0x9c][0xc5]b8e[0xd4][0xcb][0xa8][0x96][0xe0]0[0x6]g[0xe9][0xb5]9'[0x6]2[0xed][0x86]D[0xc7][0xee]=[0x82][0xdf]6[0x2]`%[0xa2]@[0xf0];[0x82]b[0xab][0x10][0xc4][0x89][0xd5]$[0x16]boJ[0x91]+0Y[0x15][0x8]V[0xcc][0xf1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xfb][0x84][0xe3]U[0xdc]p[0xdd][0x19],:[0x81][0x92][0xc1]Y[0x94][0xce]`[0xc9]I[0xca][0xcd]9,[0x95][0x90][0x1e][0x0][0xa3][0xe0][0xdc]D[0xf2][0xfd]Tpn[0xa6][0x82]s+[0x15][0xb1][0xdb]R[0x2]QeBV[0x99][0x81][0xa8][0xa2][0xe4][0xbf]^[0x4][0xc2][0x9][0xa9][0x98][0xb3]P[0xcf][0xc3][0xc2]c[0xb2]([0xb3]fq[0x7][0xc9];[0x89][0xc5]][0xc4]b?[0xb1][0xb8][0xc7][0x6][0x8b][0xa1]t[0x16][0xc3][0x18][0x11],n[0x17]A^W;/[0xc]T[0xeb]i&[0xb3][0xfa]Shx[0xb]H[0xa1]U[0x86]\[0x92][0xf7]R[0xc2][0xde]G[0xf1]~[0x80]h>H[0xa0][0xf][0xe1]r<[0x9c][0xb2]'[0xeb]Lj[0xeb]xX$N[0xc8][0x5]G[0xc1]b[0x1a]k[0xe6][0xb6]w[0x89][0xb6]&[0xea][0xae][0x81]z[0xa9][0x3];2v[0xfe][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0xa3][0x94][0xda][0x8f][0xa5][0xa0]d[0xd6]\[0x89]}[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb][0xfb][0x19][0x1e][0xfd][0xae]6[0xdc][0xcb][0x9b][0xc5][0xb2]i[0x8a]0=[0xcc]b[0xb9][0xaf]F"7O[0xa0]|[0xb0][0x96]f[0x1c]3[0xa8]8[0xc4][0x9]&#[0xff]8d[0xf0][0x8d][0xde]'[0x15][0x10][0xc][0x8b][0xa1]F[0xae]VJ[0xe8][0xa4][0xcd][0xaf][0x92][0xd0]U?[0x87][0x15][0x12][0xe]`;[\r]VJ8[0x85][0xea][0xab]][0xb5][0x1e][0xd7][0x1c].#[0xb5][0x1c]O[0xce]i[0x94]{r^[0xc6][0xaa][0x3]([0xf5][0xe4][0x9c][0xc2][0xaa][0x1a][0x8f][0xeb]8[0x11][0xc1][0xb][0xf0]Nc)s[0xcb][0xe3][0xf2][0xb0][0x8d]s[0xcc]b[0xcd][0x1c]j[0x9c][0xd8]1}[0xf6][0xe0]a[0xd3][0xab][0x15]X@[0xf2][0x19][0xe2][0xf4],[0x8d][0xf]R[0xb][0x8e][0x9a][0xd9][0xf3]T[0xe6][0x8f]P[0x9a][0x1e][0xa5]$9[0xc6]=\O[0xde][0xd7][0x91][0x7][0xdb][0xe0][0xa7][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba]-[0x4]([0xb4][0xac]>if[0xb8]5[0xd1]fe:fA*[0x13]F[0x9b]5b[0xa3][0x89]6k[0xbc][0xb][0x8b]\,[0x83][0xeb]-,[0x92]q[0x83][0x8c][0xc8][[0xb8][0x86]W[0x80][0xb5][0xff]A[0xf1][0xe9][0xbd][0xd1][0x90][0xa3][0xf4][0x17][0xa3][0x3]nl^[0xc4][0xbc][0x9b]X[0xe7]f[0x9d][0xe1]a[0xf2][0x96]`[0xb4][0x94]Y[0x82][0x9d][0xa3]1m,^[0xcc]r/I[0x1c][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0x9d][0xc5]Q)[0xa2][0xe1]$[0x15][0x16][0x3][0xbf]_[0x1c][0x95][0xc2][0xe4]Q[0xa9]eG%[0x9]h[0xa4][0xe5]I[0x82]=E[0x7][0xe1][0x95][0x94][0xec][0xc8][0xac][0xc9][0x2][0xa2][0x80]^[0xef][0xc3]Tv[0x88]:+[0x88]W[0x9][0xe2]4A[0xbc][0x96][0x5][0x82]mT[0x12][0xa2][0xd0][0xc1][0xee][0xee][0x2][0xa2][0x87]T[0x99][0x89]b#fi[0xc9][0x91][0xbc][0xd6][0xe5][0xf2]p[0x1c]J[0x9]W[0xb1]i[0xbe][0x98][0xef][0xbe][0xc4]G7[0x11][0x10]Ur[0xaa][0x8a]L[0xf3]f[0xba][0x92][0xb1][0xb0];([0xd4][0xf5]t[0xfc][0xcb][0xf0]W[0xfc][0x3][0xa3][0x86]0-[0xce][0xc2][0xe7]i[0xed][0xd3][0xf8][0x2][0x9e][0xfe]?PK[0x7][0x8]a_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonParserFactoryImpl.class[0x95][0x95]}O[0xd3]P[0x14][0xc6][0x9f][0xbb][0x8d][0x95][0x8d][0x8d][0x97][0xe9][0x90]7[0x15][0x4][0xe6]^[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""(C[0x4]&([0x6][0x5][0x9c][0x90][0xf0][0xe7][0xdd][0xe8]Fqk[0x97][0xae]3[0xe1][i"[0xc1]H[0xe2][0x7][0xf0]C[0x19][0xcf]m[0x9b][0x1]c]j[0x96][0x9d][0xde][0x97][0xf3][0xfc][0xee][0xb9][0xf7][0x9e][0xd3][0xfe][0xf9][0xfb][0xeb]7[0x80][0x5][0xbc][0xb]#[0x8a][0xb9]0[0xe6][0xf1],[0x84][0x8][0x16][0x84]y.a1[0x8c].,[0x9][0xf3]B[0x98][0x97][0x12][0x96][0xc3][0x8]!+[0xcc][0x8a][0x84]W[0x12]V%[0xbc]f[0x8][0x16]u[0xad][0xa4][0x96][0x19][0xfa]vN[0xf9]W.7L[0xb5]"[0xe0][0xb5],C([0xaf][0x96]5n6[0xc][0x85]a[0xea][0xe6][0xec][0x8a][0xdd][0xad]p[0xad],[0xe7]MC[0xd5][0xca][0xd9][0xf4]*I[0xc2][0x85]F[0xa9][0xa4][0x18]{[0xba]^a[0x98][0xdc][0xd1][0x8d][0xb2]\[0xae][0xf0]z[0xbd][0xa4][0xd6]O[0xe4][0xd3][0xba][0xae][0xc9][0xbc][0xa6][0xca][0x1b]M'[0x92][0x4]WTM5W[0x19][0x12]I[0xf][0xfe][0xa9]C[0x86]@N?VD[0xc0][0xaa][0xa6]|lT[0xb][0x8a][0xf1][0x99][0x17]*4[0x12][0xdb][0xd1][0x8b][0xbc]r[0xc8][\r]U[0xf4][0x9d][0xc1][0x80]y[0xa2][0xd6][0x19][0xd2][0xed][0xe0][0xef][0xc9][0xec]q[0xa3][0xae][0x18][[0xbc]h[0xea][0xc6][0xd9]v[0xb5]&b[0x8a][0x14][\r][0x85][0x9b][0x8a]=[0xc5]0[0x9f][0xb4][0xb7][0xab][0xea][0xf2]'[0x85][0x1f]+F6E[0x3]_[0xb8]ar[0x9b]S7[0xc9][0xbf]z[\r]'[0xf6]eX[0xae][0xc][0xfd][0xad]b[0x86][0xa5]+[0xe0][0xb6]Vk[0x98]yK[0xef][0x85][0xea]S5[0x86]x[5[0xc3]~{[0xac]=[0xa8][0xd1]h[0xf1]DpL9g?[0xbd],(9[0x1a][0x86][0x11]w[0xe][0xc3]r[0xf2]&J0[0xd6][\r][0x83][0x9f]yY[0xa3][0x8b][0xb]O[0x86]!7[0x6]CoY1sV[0xa6]nk[0x7]u[0xba][0xd6][0x81]d[0xea]V[0xc2]&Z[0xc7][0xdc][0xd2]4[0xdb]&[0xda][0xdd][0xc2][0xa9]R[0xf4]t$A[0xdd]re[0x18]v[0xa5]P%[0xe4][0xf5][0x86]QT[0xb6]T[0x91][0x83]#m[0x13]mV[0x4][0x17]A[0x1c]k[0x12][0xd6]#[0xd8]@:[0x82]>[0xf4]Gp[0x7]w[0x19]&:[0xe6][0xab][0xd0][0xb]iN[0x98]7[0xc2]l[0xd2][0xfe]]$[0xb4][0xf5]FQ[0xd4][0xb1][0xad][0x15][0xde][[0xc2][0xbc]eHz[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca][0xe3][0xab][0xb3][0xdc]u[0xe]`[0xba][0xf3]Y9r[0x6]R[0xd4]m[0xfc][0xea]nrz[0xa5]B[0x4]U[0xd7][0xa8]4[0xbb][0x95]j[0xcd]<[0xa3][0xeb]bX[0xbc]Ui[0x1e][0xdf][0x9]Y[0x97][0xd4][0xf7][0xa6]>[0xf8][0xdf][0xc2][0xf1][0xc8][0x1d]u[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a][0x1d][0xeb][0x90][0x85][0x87][0x18][0xa7][0xf7]x[0x14][0x94][0xf9][0xf0]!&[0xf2][0x82][0xda][0x3][0xf4][0xc6][0x17][0xbd][0x98]H[0x11]jK[0xf4][0x8f]c[0x90]f[0xee]Qk[0x9f][0xe6]|[0xf4][0x1c]H_[0x80][0xa5][0xc2]w[0xe]:s[0x8e][0xc0]wK6D6[0x86][0x0][0xd9][0x4][0xd9]I[0xf4][0xe0]1A[0x93][0x18][0xa6][0x91]A[[0x88][0x11][0x8c][0x2]VK,[0xc0][0xe8]7[0x86][0xfb][0xe]~[0x9d]T[0xc2]+z[0x89][0xae][0xa3]L[0xfa][0x7][0x2][0x17][0x8]~k[0xa2][0x83][0xe4][0x6][0xcc]\[0xc3]E[0x9b][0xb8]([0x1e][0xe0][0xa1][0x83][0x1b][0xef][0x80][0x93]Zqs.[0xb8][0x9]r~z[0xf6]Z[0xb8][0x19][0x9b][0xd7][0xdd][0xca][[0xb4]x[0xe3][0xb6]g[0x93][0xd7][0xeb][0xf0]Dk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3][0xa4][0x10][0xe4][0x84]C~E[0xde]b[0xfd][0xd0]%BG[0x99][0xb][0x84][[0xa1][0xd9]kA[0x86][0x9a][0xd0][0x10][0x1d]o[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0x85]4[0xcd][0x9][0x94]l[0xf5][0x81].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcf][0xdf][0x8a]Y[0xb3]0[0x11][0xdb][0xc1][0xc1][0xd8][0x17][0x9e][0xb1][0xe2][0x99]q[0x89][0xa7][0xa7][0x15][0xb4][0xe9][0x12][0xcf][0x13][0xcc]Z[0xeb][0xcb][0x96][0xff][0xd3]PK[0x7][0x8][0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$1.class[0x8d]U[o[0x13]G[0x14][0xfe]&^g[0x13]{[0x13][0x2]i[0xd2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x84][0xe0][0x80]/[0x5][0x93]B[0x3][0xad][0xc3][0xc5][0x4][0xa7]88&[0xc2]m$[0xfa]RM[0x9c][0xc1][0xd9][0xb0][0xd9][0xb5]f[0xc7][0x11][0xf9]+[0xbc]"[0xf1][0xc4]C[[0xb5] @\[0x1e][0xa8][0xa8]@[0xf0][0x93][0xaa][0x9e][0x99]uI[0x82][0x82][0xb1]%[0xcf][0x9c]s[0xf6][0xcc]w[0xbe]s[0x99][0xdd]7[0xff]>y[0xe][0xe0][0xc][0x16][0xfb][0x91][0xc0][0x89][0x4][0x92]8i#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]@[0xc][0xa7][0x12][0xc8]aJ/[0xdf][0xf6][0xe3]4[0xce]h[0xe9][0xbb]$[0xa6]q[0xd6][0xc6]9[0x1b]?0[0xf4][0xaa]U7L[0x9d]b8Z[0x9]d#[0xdf][0xf0]x[0x18][0xde]r[0xc3][0xd5][0xfc]Z[0x18][0xf8][0xf9]yZ[0x16][0xb9][0xc][0x85],[0xaf]7[0xbd][0x2][0xb9][0xcf][0xb8][0xbe][0xab].0[0xa4][0xd3]][0xf8][0xcf][0x97]3K[0xc][0xd6]l[0xb0]"[0x18][0xf6]T\_T[[0xeb][0xcb]B[0xfe][0xc4][0x97]=[0xb2][0xec][0xab][0x4]u[0xee]-q[0xe9]j[0xbd]m[0xb4]4![0x6][0xa7][0xec][0xfb]B[0xce]jxA[0xea][0xe4][0xe7][0xa3][0xa5][0xa6][0x88][0x9f][0xc5]e[0x83][0x92]a[0xf3][0x91]8Eb[0x99][0xa1]O[0xc9][0xcd]Z[0xd3]s[0x15][0xc3]X:SY[0xe3][0x1b]<[0xdf]R[0xae][0x97]7F![0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x1d][0xee][0xaf][0xb9][\r][0x9f][0xab][0x96]$[0x1a][0xa7]?[0xe5]7C[0xe6][0xdb]\*[0xbe][0xc5]a[0x89]{-Q[0xb8]@[0x8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T\[0xd9][0xe0]~[0x9d] [0xc6][0xd3][0xdb][0x10]n[0xb5][0xfc][0xba]r[0xe9][0xc0]l[0xe0][0x87][0xad]u![0xb][0x99]_[0xa8][0x9c][0xdc][0x18][0x19][0xe]vte[0x18][0xdd]Y[0xaa][0xcd][0xe6][0xff][0xe5]:[0xd7][0xe9][0xe0][0xcc][0x89]Nd[0x7]j[0x8a][0xd7]o/[0xf0]f[0x1b][0xaa][0xd0][0x91]o',[0x9d][0xca]pq9T[0x92][0xf2][0xd9]V+[0x86][0xb9][0xdd][0x8b][0x18][0xa6]v[0xf1][0xee]\[0xd9]Z[0xd0][0x92]u1[0xe7]j[0xa6][0xc3];;R[0xc7][0xa0][0x1]+[0xf9]u/[0x8]][0xbf][0xb1] [0xd4]j[0xb0]b[0xa3][0xe0]`[0x6][0xe7][0x1d]8[0x18]p0[0x8][0x1a][0xdb]C[0x86][0x8e][0xc7][0xfd]F[0xbe][0xda][0xf2][0xbc][0xc5][0xc0][0xf5])z[0xe9]N]4u[0xb6][0xda][0xeb][0xa2][0x83]K(:[0xb8][0x8c]+6[0xe6][0x1c][0xfc][0x88][0xab][0xe][0xca][0x98][0xb7]q[0xcd]A[0x5][0xb]tU[0xba][0x98]E[0x1b]U[0x86]l[0xf7][0xc9]3[0x1c][0xf9],*[0xc3]`C[0xa8][0xa2][0x94]|[0xb3][0xa6][0xa4][0xe0][0xeb][0xc][0x7]v[0x8c]ih[0xac][0xf9][0xe8]![0x15]-[0x9e][0x8e]n`,[0xad]W{[0x95][0x87]UqG[0x19][0x9d]:f[0xf9]F[0x89][0x97]6[0x84][0xaf][0xf4][0x8d][0xce][0xec]l@[0x1b]m[0x8b]C[0xca]x[0x16]l\gHu[0xe3]JW[0xaa]T[0xbd][0xf2]k[0xf1][0xc6][0x8d][0xe2]M[0x86]c[0xdd][0xc1][0xd3]u[0xa5],M[0xe7][0x19][0xf6]Ljk*([0xf9][0xe][0xe3]j[0xee][0x96][0xee]*[0xc3]H{[0xae]M[0xd7][0xaf]/[0xaf][0x89][0xba]*[0xe8]z[0x8c][0xee][0xde][0x1d]3$[0x9d]xb[0x1c][0xfa][0x1d][0xb][0xb0][0xa1]!=Z$[0xc5][0xe8]?[0x88]=`[0x18]"[0xe9]gX[0x88][0xd3]>[0x90][0xcd][0xfd][0x5][0x96][0x1d][0x1f][0xb1][0x1e][0xa1][0xe7]w2[0xf4]`/[0xad][0xbd][0xe4][0x6]<[0xc3]>Z[0xb3][0xe4]J[0x8e][0x18][0xc6][0x8]`$[\r][0xc8][0x8c]4[0x8a]/[0xe9][0x84][0x96][0xbe][0xc2][0x18][0xf9]Q5p[0x80],:[0xc4]7[0xa4]i[0xaf][0x1e][0xf6][0xdb]G[0xb8]/[\r][0xae][0x13]=m[0xe3]~m[0xe4][0x83]d;[0x84][0xc3]m[0x84]{[0xb4]k[0xf4][0xe9][0xdc]k$[0x9f]"v[0xf3][0x11][0xac][0x17][0xd9]?[0xc1][0x1e]"~[0x17][0xf1][0xd8][0x83]H[0xee][0xfd][0x3][0xf6]}[0xad][0xe6]"[0xbd][0xef]1[0xfa]{`=[0xa0][0x93][0x96][0x89]:[0x81]>Z_[0x91][0xf6]7E}M[0xac][0xff]![0xbe]o0[0x89][0xb7]8[0x8e]w[0xf4]Yzo[0x18][0x8d]F[0xd1]>d:Me[0xb0][0xd5][0x96][0xa3]$[0xa5]H[0x8e]#[0xe6]$[0x7][0xdb][0xc4]'[0x9]<[0x92][0x8e]#m[0xf6][0xc][0x15]N[0x13][0xc8]Q![0xbe] i?u [0x81][0xe8][0x97][0xc4][0xf7]8f[0xe9][0xcf]][0x9][0xb3][0x97][0xc6][0xfe][0x3]PK[0x7][0x8][0x19]sp:\[0x3][0x0][0x0][0x1e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$2.class[0xad]V[0xdd]S[0x1b]U[0x14][0xff]][0xb2]aIXh[0x80][0x82][0x5][0xfa]Am[0xda][0x86][0xf0][0x91][0x16]QkC[0xb1][0x90][0xa6][0x1a][0x9a][0x4]$[0x94][0x16][[0xc5]KX[0xc2][0xc2]f7[0xee]n[0x98]2[0xfd]O|[0xd7][0xa7]>[0xa8][0xa3][0xa2]2[0xa3][0x8f][0xce][0xf8]/8[0xe3][0x83][0x8e][0x8e]::[0xea][0xf8][0xf1][0xd4]qL[0x88]ww[0xc4][0x92][0x94][0x91][0xf6][0xa3][0x19]S[0x8d]x[\r][0xd3]222[0xee]2[0xd4];[0xcb][0x9a][0x1d][0xbc][0xc2]p!iZ[0xb9]HN[0xe7][0xb6][0xbd][0xa4][0xd9][0xcb][0x91][0x15][0xdb]4"[0x13][0xb4]Lq[0xcb]V[0xad]D[0xbe][0xa0]G[0xc9]|D34g[0x94]![0x14]:[0x82][0xfd]D[0xa2]w[0x96]A[0x8a][0x99][0x8b]*[0xc3][0x89][0xa4]f[0xa8][0xe9]b~A[0xb5]f[0xf8][0x82]N[0x9a][0xd6][0xa4][0x99][0xe5][0xfa],[0xb7]4[0xb1]/+%[0x1][0x88]AI[0x18][0x86]j[0xc5]Dx[0x95][0xb6][0x17][0xf][0xcf][0x16][0x1c]"|[0x12][0xb7]rT[0xc][0x9b]([0x89]WIL048[0xd6]z[0xa6][0xa0]k[0xe]Cg[0xa8]7[0xb9][0xc2][0xd7]x[0xa4][0xe8]hz[0xc4]U[0xaa][0x16]wL[0x8b][0x9c]}[0x19]-gp[0xa7]h[0xa9]2[0xee]1x[0xe3][0x6][0xf9]1<[0xdc][0xcf]e[0xa4]B[0x9d][0xe2][0x85][0xa0]k_V[0xea][0xdc][0xc8]E2[0x8e][0xa5][0x19][0xb9](iV[0xb9][0xe5][0xf0][0x1d][0xd4][0xb3]\/[0xaa][0xd1]Q[0xfa]0[0xf8][0xc9]ilq[0x8d][0x1b]Y[0xaa][0xbe]'T[0x11]s[0xa9]hd[0x1d][0x8d]\b[0xa6]a[0x17][0xf3][0xaa][0x15][0xed]}[0x9d]Z[0xc0]]%[0xc3][0x99][0x3]M[0xa9]r*cN[0x94][0xb1][0xa6][0x1a]T[0xf9][0xa5]j[0x18][0xb6]c[0xa9]<_[0xc1]a[0xd0][0xb5]#?[0xcf][0xaa][0xba].[0x9a][0xb3][0xa7][0xe][0x8a][0xb5]&[0x80]3[0x9c][0xda][0xaf]$[0x86][0x8e][0xea][0xa6][0xae][0x17][0xb6][0x1a][0xcb][0xf][0x82];2p,\6e[0x1c][0x9e]]%7[0xa7][0xc][0xa2]k[0xf1]@F[0x8f]%[0xaf][0xe8]J[0xdb][0xd8][0x2]1J[0xad][0xa9]8[0x1f][0xc]f[0xed][0x83]c[0x7]kX[0x1f][0xd3]i[0xca][0x98]E+[0xab][0xde][0xd6][0x4][0xe5]m[0xd5]7dP[0xc4][0xa2][0x8b][0x18]7[0xb2][0xba]iS[0xac][0x94][0xea],[0x9b][0x8b]2[0x1e](x[0x88]7[0x14][0xb4][0xe1][0xa4][0x82]v[0xbc][0xc9]pv'm[0xba][0xa8][0xeb]S[0xa6]f[0x10][0xcc][0xf8][0xa3][0xac]Z[0x10][0xfc][0x9][0xab]y[0x5]o[0x81]+X@V[0xc1]"[0x6][0x15][0xa8][0x18]d[0xe8][0xda][0x3]o[0xdb]K[0xc6][0x92][0x82][0x1c][0x96][0x85][0xb7][0xa6]`EH[0xab][0xd0]e[0xe4][0x19][0xc2];[0xc5]oq#H[0xc8]h[0x84][M[0xe4][0xf3]EGt[0xb4]|#O[0xd6]R[0x8b][0xa8][0x94][0xc2]TP[0xc0][0xdb]4[0xcf][0x8e]00dXU[0x99][0xf]k[0x91][0xc][0x1a]Em5[0xda]$[0x83].X[0xf0]([0xf7][0x8b]![0xb0][0xbb][0xa3][0xc][0xe7][0xf][0xc5]J][0xcb][0xa9][0xce][0xe4][0xc2][0x8a]J[0x80][0xdc][0xc8][0xc][0xdd]Us[0xa9][0x9c][0xaf][0xf4]R\[0xd5]Pi[0xfa]zBb[0x95][0x97][0xb9][0x9d]V[0x1f]9[0xee][0x9e][0x8e][0xab]d[0xb8][0x9b][0x90][0x1b][0xe2]HS[0xc1][0x1f]O[0xdf][0x9a][0x9f][0x1c][0x9f][0x88][0xc7]fh[0xa0][0xde][0x89][0xcf][0xcd][0xa7][0xc7]Rq[0x86]s[0xfb]`O[0xa9][0xb6][0xcd]sbv7'[0xd2]3[0xf1][0xe9][0xf4]Xr>>==9M[0xed][0xdb][0x2]^=\[0xda]C{[0xb5][0x2][0xbb][0x8f]*[0xdf]b[0xaa][0x81][0xe4][0xd9][0xd2][0xc][0xea][0xda][0x8d][0xbd]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5][0xd7][0xbb]U[0x16]UU[0xad][0xf2][0x9a][0xb4]p[0x1b]S[0x16][0xee][0xe0][0x9e][0x85][0x19][0xdc]71ka[0xe][0xf][0xe8][0x8a][0x1c]a[0x6]M[0x91][0xc7]+[0xeb][0xa2],[0xf3]Js[0xcf][0xc1][0x1d]4[0xf1][0x88]!}[0x14][0xa9][0xfa][0xa8][0x1b][0xb9]a[0x80][0xbe][0x93])[0xfa]d[0xb2][0xf6]v5 [0x84][0xe2][0xf4]oE[0x1b]h[0x94][0x8]=[0x85][0x81][0x84][0xb2][0xe4][0x86]?[0x80][0xe5][0x6][0xba][0x8d]][0xc4][0xde][0x91]![0x86]vZ[0x9b][0xc8][\r],[0x8e][0xe][0xc2]9rU[0xa1][0x9d]8[0xe]h[0xa4][0x8][0x99]F[0xdd][0xe8][0xa1][0x8][0x85]N[0xa0][0x97][0xfc][0xe8][0x13][0x84]>[0xb2][0xa8][0x14]#[0xb4]S^1[0xf6][0xf6][0x1f][0xde]&[0xcd][0x1b]q[0xc4][0xea][0xbc][0xa7]4>M[0xb6]3[0xe8][0xaf]3[0xbc][0xa6][0xa7]b[0xb7][0x87][0xbf][0xa3][0xe5][0xb][0xe2][0xcf]wa|[0xcb][0xbd][0x7][0xfb][0x88][0xc4][0x1b]$[0xe2];[0x11]nz6[0x1c][0x1][0xf3][0x13][0x9a]c0v([0xc4][0xd0][0xe9][0xfa]aR[0xba][0x14][0xc]F[0x92]Y+zX[0x1b]zY;[0x6]X[0x7]FY[0xa7][0x96][0x11][0x15]`[0xff])[0xcf][0xc6]Y[0xea][0x1e]M[0xee][0x1f][0x89][0xca]r[0x9e][0xd0][0xa0][0xe6][0x8d]Y-u[0xb1]i[0xda]E[0xe8][0x2].[0xea]g[0x6]Y[0xed][0x93][0xc3]0[0xba][0x8][0xf5]Q[0xd7][0x93][0x88]~)\[0xc7][0x90][0x91][0xc4]][0x14]0}[0xf7][0xe4]/PK[0x7][0x8][0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$4.class[0x95][0x95][0xdd]o[0xdb]d[0x14][0xc6][0x9f][0xb7]M[0xea][0xc6][0xf5][0xb6][0xec][0x83][0xd1][0x95]1:f[0xba]f[0x8c][0x19]F;>:F[0xdd][0xcc][0xdd][0xd2]:N[0xe7]|[0x8c][0xd2][0xa1][0xca]MM[0xe3][0xd6][0xb5]''[0xed][0xa4]q[0x8f][0x4][0xf7]H[0xc0]=[0x2].[0xd9][0xb4][0xa9] [0xb4];$@[0xbb][0x9d][0x4][0x0][0x12][0xda][0x1d][0xff][0x0][0xe2][0x1c][0xa7][0xa9]3[0xb1][0xb1]"[0xc5][0xcf][0xf3][0xfe][0x9c]s[0xce][0xfb][0xbe][0xc7]o[0x9c]_[0xff][0xfe][0xe1][0x1e][0x80]1\[0x93][0xf1][0x12]F28[0x8c][0x93][0x19][0x1a][0x8d]2[0xe6]$[0x9c]bx[0x99][0xe5]4[0xcb]+2[0xce]@[0xe3][0xa8]W34z[0x8d]1[0xc7][0xa3][0xb3],[0xaf][0xb3][0x8c][0xb1][0x8c][0xb3][0x9c]cy[0x83][0xe5]M[0x96][0xb7]X[0xde][0x96]0![0xe1][0x1d][0x1]M-[0xdf][0xf0]Z[0xf5]F[0xd1][0xb9][0xae][0xae]:kN[0xd4]r[0xd4][0xd5]f[0x18][0xa8][0xcd]V[0xe4]:[0xeb][0xea][0xc][0x8d][0xe7][0x9c][0xa8][0xe9]F[0xaa][0xb1][0xe9][0x6]-[0x81][0x9e][0x85][0x82][0xc0]xWZ[0x18][0xad][0xa8]+[0xbe][0xd3]l~[0xe8]5[0x1b][0xed]d[0xce][0xaa][0x84]kn[0xe0][0xdd][0xa4][0xc4][0x1d][0x12][0xe8]?_[0xf7][0xbd][0xc0]k][0x10][0xe8][0x1d][0xcd][0xd5][0x4]R[0xf9]p[0xd9][0x15][0xd8]gz[0x81]km[0xac]/[0xb9]Q[0xc5]Y[0xf2][0xe9][0xce][0x1]3[0xac];~[0xcd][0x89]<[0xe6][0xed][0x9b]{[0xca]-[0xa7][0xbe]F[0x93]n[0xb3]\[0xe]7[0xa2][0xba];[0xed]1[0x1c]L[0xd6]ZX[0xbf][0xee][0x9f]Yu6[0x1d][0xaa]l[0x4]u?lz[0xc1]J[0xd1]m5[0xc2]e[0x9][0x17]$L*[0x98]B^[0xc1][0x10][0x8e]([0xb8][0x8]C[0xc1]4.[0x9][0xc]q[0x8a][0xe6];[0xc1][0x8a]f[0x85][0xe5][0x8d]zc[0xda]s[0xfd]e#[0x8a][0xc2]H[0xc1]e[0xe]+[0xb0][0xcc][0xc0][0x90]`r[0x9]K[0xc1] [0x97](aN[0xc1][0x15][0x16][0x9b][0xa5][0xcc]Ra[0xa9][0xb2][0xd4]X[0xae][0xb2][0xbc][0xc7]2[0x8f]9[0x81][0x13][0xd4]5m[0xa7]k[0x1a]wM{t[0xfd][0xea][0x98][0x80]R[0x8][0x2]7[0xca]s[0x98][0xdb][0x14][0xc8]&[0xeb]+-[0xad][0xba]uz[0x1a][0xc7][0x9f]ZG[0xc2][0xfb][0x2][0xa7][0x9e][0x10][0xf6][0xd8][0x87][0x94][0xe9][0x1a][0xf7]m:[0xfe][0x6][0xcf][0xad][0x8d][0xe6][0x16][0xcc][0xdd]W[0x99][0xa0][0x87][0x93][0xaf][0xda][0xe6]|[0xde],[0x95][\r][0x81][0xd3][0xff]/W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]e/p[0xfc][0xf8][0x98][0xd0]y[0xcb][0xc4][0xb5]Js[0x86]%0P[0xbe]R[0xd5]mc[0xbb][0xb0][0xdc]&[0xfe]J[0xc2][0x82]@[0xe7][0x14][0xb7]gh[0x9f]b[0xed][0xdf][0xa7]8[0xbd][0xed]9[0xde][0xd6]nR&x[0xe2][0x8a]nW[0x16]u[0xdb][0xd6][0xe7][0x5]Fv[0x9b][0xa6][0xb4][0xd3]JS3F[0xbe]B?[0x81]Yc~[0xd1][0xd2][0x8b][0xb4]v[0xa5][0xa6][0x9b]Uc[0xb1]\[0xb1][0xb][0xd6][0xa5][0x1d][0xb4][0xaa][0xc5])[0xc3][0xa6][0x9d][0xb5][0xb1]bW)t[0xa0][\r][0xd3][0xba][0x19]o[0xba][0x13]i[0x9a][0xd4][0x1b][0xc3][0xba][0xd8]Y[0x94][0xcc][0xe3][0xce]L[0xc3]Ok[0xb9][0xc0][0xb1][0xff][0xde]Cv[0x98]^1[0xcf][0xd2][0x8b][0xa9]';[0xc8]'[0x1d] [0x1f]b[0x7]m[0x4][0xcf][0xe1]([0xf9][0xf3][0x4][0xf7][0xd1]K#[0xe0][0xe1][0x16][0xc4][0xbd][0x1f][0xe5][0xdb][0xe8][0xb9][0xc5][0x9f][0xde][0xbb]H[0xa5]J_#5[0x1b]c[0x1f]a:A[0x89][0xb0]/[0xc1]~B)[0xc6]-d[0xe2]"[0xf2]-[0xfe][0xc][0xdc][0x85][0xd2])B[0xb8][0x87]0[0x9d][0xe0]^[0xc2][0xbe][0x4][0xf7][0x11]J[0x9]f[0x9][0xfb][0x13][0xdc]O[0x98][0xed][0x8a]>[0xc0][0xdc][0x15]~[0x90][0xb9]+[0xfe][0x10]s&[0xe1]g[0x98][0xe5][0x98][0xbf][0xc3]^dp[0x88][0xba][0x93][0xa6][0xce][0x9c][0xc0][0x8][0xf9]I[0x9c][0xc5]8[0xf9]9[0xe8][0xf4]VI[0xc3][0xa2][0xdf][0xfa]5[0xf2][0xf][0xd0][0xc0][0x1a][0xb9][0x8f][0x1b][0xb8]I[0xfe][0x11]>[0xc6]'[0xe4][0x9f][0xe2]3|N[0xfe][0x5][0xbe][0xc2]7[0xe4][0xdf][0xe2][0xe][0xb6][0xc8][0xbf][0xc7]O[0xf8][0x99][0xfc][0x17]<[0xc0]o[0xe4][0xbf][0xe3][0xf][0xfc]I[0xde][0x8b]c[0xd4]c[0x19]=[0xd4][0xf1][0xbf]`[0xe0]K[0xbc][0xc0][0xcf][0x86][0xae]a[0xba].[0xe3][0xe8]U[0x89][0xa2][0x8a][0x8f]J[0xed]1[0xf7]b[0xb1][0x9e]$4[0xcf][0xf1][0xb8][0xee][0x8b][0xb4]/ [0x5][0x95][0xf4]<]C[0xf4][0xcd]ard[0xfb][0xe9]O[0xe8]][0xe8][0x93][0x83][0xf4]_2[0x8b][0xe2][0xe4][0x91][0x0]PK[0x7][0x8]c[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.class[0xad]WYWSW[0x14][0xfe][0xce]I[0xc2][0xcd]pA[0xc0][0x19][0x11][0x3]F[0xc5][0x10]I@[0x6]g[\r]1[0x8][0x18][0x2]&[0x1][0x8b][0xd4][0xda]K[0x88][0x10][0x8][0x9]M[0x2][0xa2][0xd6][0x8e][0xb6][0xb5][0x83][0x9d][0xec][0xb0][0xf4][0xa5]O[0xc5][0x87][0xbe] [0xab]"[0xab][0xed]jW[0x1f][0xfa][0xd2]>[0xf4][0xad][0xa1][0xff][0xa1][0xab][0x85][0xee]s[0xef][0x5][0xe2][0xb2]6qiX[0xdc]3[0xed][0xe9][0xec][0xfd][0x9d][0xbd][0xcf][0xf9]u[0xe9][0xbb][0x1f][0x1]4[0xe1]K+[0xaa]p[0xd2]B[0x1f][0xbf][0x15]5h[0x17][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "SVt[0xa0][0xd3][0x8a].[0x9c][0xb6][0xa0][0x19][0x1][0xb][0xba][0x11][0x14]s=V4[0xa0][0xd7][0x8c]3b[0x10]2#,[0x96]#b[0xd0]gE?[0xce][0x8a][0xde]s[0x16][0xa2][0x19][0x10][0xb][0xe7][0xcc][0x18][0xb4]R[0xfb][0xbc][0xf8][0x9c][0x17]3/[0x8][0x82][0xb][0x82][0xf4]E[0x9][0x8a][0x15][0x15]B_[0x3][0xa2]bmXBL[0xc].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m#[0x82][0xa5]W[0xc2]([0x83][0xf5]b<[0x9d][0xc9][0xf6]+[0x89][0xa9][0x18][0x3];[0xc7]P[0x94][0x1d][0x8d]g[0x1c][0x1e][0x86][0x9d][0x81]Tz[0xc4]=[0x92]P2[0x99][0x8b][0xf1][0xcc][0xa8]{,[0x93]J[0xba][0xbb][0xe8][0xd3][0xab][0xa4]3[0xb1]t[0xe7][0xc4]d[0xe2]0[0x91][0x1f][0x89]'[0xe3][0xd9]c[0xc][0xbb]k[0xb][0xa0][0xdf][0xdb][0xcf]`[0xf4][0xa5][0x86]I[0xd7][0xba]@<[0x19][0xb]NM[0xc][0xc5][0xd2][0x11]e(A3[0xe5][0x81]TTI[0xf4]+[0xe9][0xb8][0x18][0xeb][0x93]Fa[0xe][0x83][0xec]M[0xa7][0x95][0xcb][0xbe]T2[0x1b][0x9b][0xc9][0xd2][0xb0]3[0x99][0x8c][0xa5]}BW[0x8c]V=[0xf9]U;r[0x5][0x90][0xdd][0xf2]H,[0x1b][0xa4][0xae]:[0x96][0xcc]J[0x18]g0[0xa9]][0x86][0xda][0xda][0xbd][0x81]1e\Ig[0x15]MP&[0x9b][0x8e])[0x13]9[0xf2][0x1c]*%[0x9]1eS[0xe3][0xb1][0xa4][0x84][0x4][0x83]E,G[0xc4][0x90][0xc1][0xf5]8s[0xd4][0xf5][0xf8][0x15][0x92][0xb0]:")[0xc5][0xe1][0xac][0x12][0x1d][0xef]V&W[0xb6][0x9c][0x19][0x8f]O2[0x18]j[0x85][0xb7]L[0xc3][0xb1][0xc9],[0xc5][0x89]uJ[0x98]`8][0x88][0x97][0xb][0xf0]F[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xe3][0x11][0x9f][0x6][0x86]][0x5][0xf1][0x10]\[0xc2][0xa9][0xa9]t4[0xd6][0x1e][0x17][0x86][0xae][0x98][0xa0]~L[0x99]Vd[0xec]A[0xad][0x8c]][0xd8]-z[0xc7]d[0xec][0x84]CBRF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x93][0x12]^[0x92][0x91]FFF[0x16][0xad][0x12][0xa6]dL[0xe3][0x92][0x8c][0x19]\[0x96]q[0x5]W[0x19][0xe][\r][0xfa][0xfa]B[0x81][0x81][0x9e]^[0xd0]e[0xf][0x9f][0xe9][0xf3][0x86][0xfc]z?[0x12][0xea][0xc][0x9e]r[0xd9][0x83]}[0xdd]m[0xfe][0x90][0xcb][0x1e][0x9][0xf5][0xf9]][0xf6]vo [0xec][0x17][0x93][0x81][0xc0]y[0x19]/[0xe3][0x1a][0x99]4[0xe8][0xeb][0xe9][0xee][0xf6][0xba][0xec][0xaa] _[0xa0]'[0xec][0xa7][0xa5]W[0xd0]*[0xe3]U[0xbc].[0xe1][\r][0x19]o[0xe2][0xba][0x8c][0xb7][0xf0][0xb6][0x8c]wpC[0xc6][0xbb]he[0x90]46"}[0xf][0xef][0xcb][0xf8][0x0][0xfb]e[0xdc][0x14]L[0x1f][0xe2]#[0x19][0x1f][0xe3][0x13][0x6]w~[0x7][0xf5][0xc][0x8d][0xc5][0xa2][0xd9]U[0x90][0x16]?4[0x96][0xf1][0xa9]PwK[0xa8][0xab]2[0xb8][0xca][0xf8]L[0xb0]~[0x8e]K[0xc]{[0xf3][0xb3][0xae][0x1a] [0xe9]=[0x9]_08[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]4[0x83][0xb3]p[0xe8]R[0x8a]([0x0]4[0xc][0xd5]y[0xa9][0x8]WJ4[0x1a][0xcb]d[0x1c][0xcd][0x1e]B[0xe4][0xa9][0x82]RI[0xde]CFp[0xb5][0xe7][0xa3][0xa1][0x83][0x9b]$[0xf][0xe9][0xfb][0xa9][0xaf][0xcd]/[0xf5][0xa1][0xa3]k[0xf0][0xf7][0xb4][0x17][0xe4][0x86]&[0x2][0x90]#|)[0x9e][0x8d][0x8e][0xd2]A_[0x89][0x85]C[0x90]:[0xb4]X8[0x1e][0x8d][0x5][0x1f][0xec]d[0xb0][0xe9][0x9e]ih[0x14][0xae])[0xe8][0xfc][0x17][0x9c][0xbf][0xa4]Tz8[0x9e]T[0x12]j[0xb2][0xc9][0xd5][0xd5] t[0xdd]|[0x9a]\[0xf3]_[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x88][0x4][0xe1]N([0xc9][0x11]w8[0x9b][0x8e]'G[0xf2]XJ[0x14][0xfe][0x99]([0xe5][0xbf]xJ8[0xdb][0xa6]e[0x4][0xf5]P[0xaf]![0xa6]U[0x98]jRS(C[0xf0][0xa9][0x90][0x93][0x13]/U[0x1e][0xe9][0xdc]S [0xe9][0x9a]=j[0x98][0xfa][0xb][0xb0]C[0xd7]Q[0x88]5kekEK[0x8b][0xa7][0x91][0xe1][0xea]3*[0x6]+[0xe2][0x9f][0xcc][0x14][0x8b]?x[0xf2][0x82]7[0x14][0xf2][0xe]P[0xf1]/[0xb8]b[0xaa]y[0x96][0x90][0x17][0xcf][0xe8]w[0xe]B[0x1e][0xdd]:[0xcc]T[0x8e]u[0xd4][Vk@[0xee]v[0xc9][0xa9][0xbd][0xcf]*[0xb8][0x8f][0xba][0xf3][0x80][0x90][0xb6][0xf0][0xa0]=[0x89]S[0xa9][0xce][0xca][0xe1][0x88]7[0x14][0xb9][0xd0][0xd3][0xd6][0xe5][0xf7]ED[0x11]]-m[0x2][0xd5][0xea][0x9a][0xee][0xc8][0xe6][0x9c]$A:[0x1c][0xab]:[0xb4]T[0xf1][0xd8]L\[0xf5][0xff][0xfe][0x87][0x87][0xee][0x9d]5t#[0xe5][0xf4]G[0x15][0x19](-[0x15]5[0x9a]f[0x8c]4C%[0x1b]TZht[0x1c][0x6][0x1a][0x3]e[0xce][0xba][0xfb][0xe0][0xce]:[0xf6][0x0][0x6][0xa7][0xf1]>[0x8c][0xf7]Tf'}[0xad][0x82][0x80]-[0xc1][0xc6][0x96]QGc[0x99]X[0x89][0x1].[0xb8][0xa9][0xa5][0xcb][0x18][0xf6]k[0xc2][0xd8][0x1c]L*[0xad][0xc5][0xf9]-[0xf8]"L[0xb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xcd]C[0x9a][0xc5][0xe1]y[0x98][0xb5]I[0xcb][0x2][0xac][0xf5][0xdf]@[0xfd][0xed]P[0xf9][0xb5][0xff][\r]b[0xb9][0xae][0xdc][0xb6][0x8][0xf9]'[0xad][,[0xba][0xc4]^2[0x8b][0xad]bF[0xe3]_[0xb7][0x88][0xd2]E[0x94][0x9d][0x9d]G[0xf9][0x1c][0xcd][0x18]o[0xc3][0xe6]4[0x90][0xbd]wa'[0xda][0xf5]_[0xa3]D[0xe3][0xde][0xb0]"h[0xc5][0x8e][0x5]l[0xbc][\r]35[0x9b][0xe6][0x88]p[0xf3],\[0xba]@[0xad][0xd9][0xb2][0xa8]i[0xf9][0x1e][0x15][0x3][0xa2]%Gl[0xd3][0xf4]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xed][0xb3][0xa8]{[0xc]}[0x95]J[0xff][0x0]L#[0xdf]1[0x97][0xb3][0x13][0xda][0x98]Au[0xe2][0x10][0xb6][0x90]?[0x8d][0xb0]q[0x13][0xca]y[0x11][0x9a][0xb8][0x19][0xc7]9[0xbd][0x9]x1[0xce][0xf0][0x12]D[0xf9]:[0x8c][0xf0]2$y9[0xa6][0xf9][0x6]\[0xe3][0x1b]q[0x83]o[0xc6]-[0xbe][0x15]wx[0x5][0xbe][0xe2][0xdb]0[0xcb]+[0xf1][0x80]o[0xc7]o[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf3][0x1d][0xf8][0x83][0xdb][0xf1]'[0xaf][0xc6]_[0xbc][0x6]K[0xdc][0xa1][0x6]g[0x93][0x16][0x0]=86,[0xd1][0x9b][0xa4][0x95][0x1c]|@[\r][0x99][0xf5]o4Ih[0xb6]Z+K[0xca][0xac]6w=M[0x1e][0xc4]![0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0x10][0xab][0x81]Z[0xbf][0xf1]h[0x8e][0xdf][0xe6][0xc9][0xaf][0xb][0xa8][0xd6]C[0xe6]PQ[0x1][0x95]n[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xa0][0xfa]:_[0xbe][0x8b][0xa2][0xeb][0x9c][0xa9][0xc1]Z[0xfe][0xa5][0xf2][0xce][0xf2][0xcf][0xf7]Vw^[0x3]3[0xf1]8[0xc1][0xb9][0xb][0xc5]|[0x1f]<[0xdc][0x8d][0xfd][0xdc][0x83][0x16][0xde][0x88][0x83][0xbc][0x19]'y[0x8b]j[0xb9]]S[0xae][^L[0x16]k[0x96]s[0xf8]p[0x18]G[0xa8][0x15]{[0xd8][0xc][0xe3]?[0xd4]%([0xee][0x83]AB[0x15][0xed][0x86][0xd0]c[0xe2][0xa5][0x10][0xb7]O}''[0xf5][0x9d][0x14]9[0xeb](,kH.[0x12]H#$[0xaf][0xa9]+[0xd2][0xd5][0x89][0xde]q:[0x1e]L[0xed][0x9d][0x80]W=8m*[0xa7][0xf][0xc2]Om[0xb4][0x8d]*zn[0xed]C9[0xbd][0xaa][0xc6][0xd0]xb+[0xbd][0xa9][0xba][0xd0]rb[0xb][0x8e]jp[0xa6][0xf7]W[0x7][0x5][0xba][0x9c][0xb6][0xdc][0x81][0xb8][0x91][0xd3][0xc3][0x8b]~[0xa5]fz[0x9f]u[0xe0]5T[0xfc][0xb]PK[0x7][0x8][0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Context.class[0x8d]S[0xc1]n[0xd3]@[0x10]}[0xe3]ljj[0xc]M[[0xa0][0xb4]@I[0xa9][[0xec]D[0xc2][0xad][0xc4][\r][0x84][0x90][0x2]H[0x85][0xa8] [0x81]r[0xdf][0x84]m[0xea][0xd4]YWk[0xb7][0xea]'[0xf0];[0x1c]P%[0xe]|[0x0][0x1f][0x85][0x98][0xdd][0xe4][0x0][0x12][0xa2]>x[0xf7][0xcd][0xe8][0xbd][0xd9]7[0xb3][0xeb][0x9f][0xbf][0xbe][0xff][0x0][0xf0][0x14][0x9d][0x0][0x2][0xf][0x17]yi[0x7]hb[0xcb][0xc7][0xb6][0x8f][0x88] [0xb4][0xba][0xa8][0x8]~[0xaf][0xd0][0x95]C[0xe1][0x81][0xd6][0xca][0xf4]rY[0x96][0xaa]$t[0xfb][0x85][0x19][0xa7]c[0x1b][0x1e]e[0xe5]q:)[0xb][0x9d][0xbe][0xe5][0xe5][0x83]4[0xa5]2[0x7][0xd3][0xd3]<[0x9a]k[0x9f][0x11][0x16][0xaa][0xe3][0xac][0x8c][0xf6][0x8][0xdb]W[0xcb],[0xfd]y[0xa6][0xb3][0xea][0x5]a7[0xae][0xc1]O[0x6]l[0xb7]W|V[0x84][0xa5]~[0xa6][0xd5][0xe1][0xd9]t[0xa8][0xcc]'9[0xcc]9[0xb3][0xd2]/F2[0x1f]H[0x93][0xd9]x[0x9e][0x14][0xd6][0xe][0xb7]4V[0xd5]![0x1b]|}[0xae]t[0xe5]c[0x97][0xd0]t[0x90][0x10][0xc7]I"O[0xa4][0xa9][0xe4][0xec][0xc8][0xb2]2JN[0xff]89rL[0xf6]*[0xca][0x93][0xec][0x94][0xd0][0x88][0x93][0x81][0x8f][0xc7][0x84]wu,[0xd7][0x18][0xde][0xbe][0xeb][0xcb][0xbb][0xd8][0xb3][0xcb]>a[0xa7][0x96][0x86][0x10]|,[0xce][0xcc]H[0xbd][0xc9]l[0xa3][0xab][0x13][0x9e]L[0xe4][0xb9][0xc][0x11][0xe2]F[0x88][0x0][0xd7]-Z[0xf3][0x11][0x13][0x92][0xda][0x97]Ih[0xd9]"i.[0xf5]8}?[0x9c][0xa8][0x11]O.!Du[0xc6][0xc5][0xf7]_[0xa3][0x9][0xc2][0xd6][0x95],[0xc2][0xe6][0xff][0xf][0x14]m~[0xd2]M~[0xe2][0x1e][0xb]X[0x4]Z-[0xdb]3G[0x82]s<[0x2][0x10]n[0xba]_[0xc0]s[0x9c][0xa0][0xd3][0xfd][0x6][0xaf]s[0x89][0xc6]W[0xa7]Zr:[0x2][0xe8][0xb]Z[0x8c]C[0x8b][0xb9][0xc2][0xb2][0xad]%[0x80][0x15][0xdc]v[0xfb][0x1d][0xac][0xc1][0x12]B[0xac][0xcf]+[0xbe]bu[0xc3][0xaa];[0xdd]K[0xd0][0xbf][0xab][0xb5]g[0x8c]Y5[0x87]6[0xd8][0x1b]9t[0xf][0xf7][0x9d][0xa7][0x7]N[0xb9][0x89]k[0xbc]o0_[0xe0][0x11]|[0xe1]a[0x15];[0xb8][0xf5]r[0x1d]w[0x9d][0x12][0xbf][0x1]PK[0x7][0x8]>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$NoneContext.class[0xad]V[0xdf]W[0x1b]E[0x14][0xfe]&[0x9]l[0xb2]Y[0x4]S-m[0xd5][0x9a]JJ[0xf3][0xab][0x4]j[0xb]Hj%[0xa4][0x1][0xa1]K[0xa0]I[0x0]i[0xd5][0xba][0xa4][0xdb][0xb0]$l8[0xbb]K[0x8b][0xfa][0xe6][0xbb]>X[0xb4][0xd5][0xe3][0x93][0xc7]g[0xec][0xd1][0x96][0xa3][0xe7][0xe8][0xbb][0x8e][0xcf][0x1e][0x8f]wv[0xb7][0x4][0xd4]6[0xcb]i[0xc9]a[0xe6][0xde][0x99]o[0xee][0xdc][0xef][0xee][0x9d];[0xf3][0xc7][0xdf][0xbf][0xfc][0x6][0xe0],[0x9a]"[0xe][0xe3]\[0x88][0x9a]a[0x11][0xbd][0x18][0x11]1[0x8a]7D[0x8c]![0x1b]B[0x1c][0xe7][0xb9][0xfa]&o.[0x88]x[0xb][0xe3][0x2]r"D[0x7][0x95][0xf]![0x86][0x8b][0x1c]U[0x10]0)[0xa2][0x1b]#|[0xe4]m[0x91]F[0xa6]y3[0x13][0xc4]%[0xe][0x94][0x5][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(2tZ[0xab][0x9a][0x19][0x1b]d[0xe8][0x93][0x9b]F-Sk([0xa6]yC3W3kfS[0xcf][0xcc]P3[0xaf][0x18][0xa6]jL[0xaf]o4[0xb2][0x4]?[0xaf][0xe9][0x9a]u[0x81][0xa1]?[0xee][0x1][0x9f]Xd[0x8][0xe4][0x9b][0xd7]U[0x86]nY[0xd3][0xd5][0xe2][0xe6][0xfa][0x8a]jT[0x94][0x95][0x6][0x8d]D[0xe4]fUi,*[0x86][0xc6]uw0[0xc0][0xdd]a[0x8][0x17][0x9b][0xba][0x9a]o[0xea][0x96][0xba]e1H[0xd3][0xba][0xae][0x1a]y[0xbe][0x95]J[0x93][0x99][0xf6];[0xc7][0xf6][0xac]'[0xaf][0xa5][0x9a]j[0x15]I,[0xdc]TuK[0xc0]e[0x86][0xe][d[0x88][0xc7][0x13][0xf2][0x9a]RW[0xc]Kq[0xec][0x98][0x96][0xa1]*[0xeb]{[0xcc][0xc5]l$[0x19][0xe9][0xb0][0x9a]uU[0x17]Pb[0x8][0xf1][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0x19][0xd2][0x8f][0xf3][0xc6][0x9e][0xd7]>"[0xb][0xbb][0x1a]Y[0xe9]*[J[0xb5]>[0xab]l<"l[0xd6][0xb5][\r][0x6]<[0xb1]([0xa0][0xcc]p[0xc9]K\=[0x4]`[0xc8][0xe][0xbe]ok[0x90]7C[0xc]'=[0xad]a[0x10][0xcb][0xcd]M[0xa3][0xaa]Nj[0xdc][0xb9]C[0xfb][0x1][0x3]k[0xca]ME[0xc2]1[0xbc]$[0xe1][0x8][0x8e]r)#[0xa0]"a[0x1][0xe4][0xfc][0x92][0x84]w[0xb0],[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0x12][0xae][0xe2]=[0x9][0xef][0xe3][0x9a][0x80][0xf]$(X[0xa1][0xaf][0xd6]~[0xff][0xb9][0x95]5[0xb5]j[0xed]~[0xf6][0xae]}[0xba][0x84]*[0xae]KPqCB[\r]I[0x86][0x81][0xf6][0x6]s[0x86][0xa1]|[0xd8]J[0xa3][0xbd][0xaa][0x84]UnI[0xc3][0x9a][0x84]:[0xfa][0x19][0xc6][0xae][0xe6][0x17]J[0xf2][0xf2][0xdc]|[0xa1][0x98][0x8e][0x96]//[0xe4]J[0x5]W[0xae][0x94][0xa6][0x8b]S[0xe9]hqav[0xa2]PJG+[0xa5][0x85]B::[0x99][0x93][0xcb][0x5]>([0xcb][0xc4][0xb4][0x81]u[0x86][0xd3][0x7]JK[0x86]D{[0xfc].Vp%[0x1][0x94]r1/[0x19][0xcb][0x90][0xf4][0x9e][0x98]t[0xfc]=[0xa4][0x7][0xc3][0x89][0xb6]([0xca] [0xa5]ZUM3vn[0x90]ro[0xca]S[0x99]h{[0x84](1[0xa3][0xed]0t,u[0x8a][0x90][0xcb]g [0xde][0xde][0xea][0xbe][0x83][0x19][0xda][0xfd][0xfc]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x9c]B[0x87]}b[0x19][0x8a]OEeO[0x1c]m{[0xd9][0xd6].[0xc3]|[0x97][0xf9]ge[0xbd]U[0xf5]Nyt[0xa5][0xe5][0xc9]([0xf7]d[0xc9][0x83]'.[0x87][0x3][0xb8][0xc3][0xab]Q[0x8b][0xf0][0x19][0x86][0x8f][0x9f]Q[0xa1][0xdb][0xdd][0xe0]@[0xb1][0x91][0xca][0x95]\[0xa9]rmnb[0xa6][0x90][0xaf][0xd0]m[0xe6][0xf5][0x12][0x10][[0x95][0x81]n)[0xc7]H[0xae]T[0xca]-[0xd3][0x11][0xd5][0xcc]E[0xa5][0xb1][0xa9][0xda][0xc5][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0x90].[0x1d][0xf7]$[0x86]][0xe2]CC<[0xc0][0x9f]>[\r][0xf3][0xff]K^[0x99][0xd7][0xe5]LC[0xd1]k[0x99][0xb2]ehz-[0xfb][0xe4]K[0x8d][0x10][0x85][0xad][0xaa][0xba]aiM[0x9e][0xf9][0xc7][0x9f][0xcc][0x1d][0x83][0xf4][0x10][0xe9][0xa5][0x87][0x9][0xeb][0xe9][0xe1]e[0x9f][0xa4][0x0]|[0xfc][0x16][0x0][0xc3][0xcb][0xa4][\r][0xc3]O: %S?[0xc3][0x97]L[0xb1][0x87][0xf0][0xff]H[0xba][0xf][0xaf]P[0xdb]I([0xb0][0xcf]p[0x9c]#[0xb8]L[0xed][0xab]x[0x8d][0xdb]C[0x1f][0xfa]][0x1b][0xa2][0xc3][0xb6][0xf1]I[0xf2]'[0xf8]v[0x10]x[0x80][0xe]9u[0x1f][0x9d]? [0xed][0x8c][0x8]N[0x17][0xdc]A[0x88]K[0xbf]B\[0xe6]=[0xed][0x15][0xde][0x81][0xb4]t[0x1f]][0xdb][0x84][0xee][0xf1][0xf8][0xee]G[0xf8][0x1e][0x7][0xff][0xfc]v[0xea][0x1]"w[0x11][0xa4][0xee][0xd0]6[0x9f]KE^[0xd8][0xc1][0x8b][0xbf][0x93][0x17]~[0xdb][0xf3]3[0xe4])[0xd8][0xe7][0x8][0xb3][0xdb][0x88][0xb0]/[0xd0][0xc7][0xbe][0xc4][0x8][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xf6]5&[0xd8][0x1d][0xba][0xad][0xef][0xa2][0xc6][0xee][0xa1][0xce][0xbe][0x81][0xc1][0xbe][0xc5]-[0xf6][0x9d][0xcd][0xf2][0xb0][0xc3][0xc4]e[0x19][0xc6]-[0x9c]B[0x92]x[0xa6]H[0x13][0xe1][0xff][0xb]Y[0x1][0xf1]L[0x98][0xb4]4N[0xbb][0xfc]Sv<[0xe8][0xff][0xdf][0x81][0xfb]~O[0xe0][0x98]c[0xb2][0x7][0xfc][0xe2]u[0x17]^$[0xb4][0x9f][0xa3][0x93][0xa9][0x87][0xff]][0xed][0x84]=[0xea] \[0x87][0xb8]4H[0x9f][0x91][0xd9][0xd2][0x10][0xd1][0xf4][0xd1][0xef]u{[0xe5]Y[0x9c][0xa0]~[0x2]A"1J[0xeb]"[0xf4]x[0x9c][0xc7][0xc9][0xf1][0xa3][0xf4]t[0x1c]Cb[0xfc][0x8][0x6][0xe0][0xfc][0xf1]G[0xe4][0x4][0xcd]wS?E}/[0xf5]s[0x1][0x1f]=HG[0xf1].[0x8e][0xfd][0x3]PK[0x7][0x8][0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.class[0xad]WipSU[0x14][0xfe]N[0x9a][0xf6][0xa5][0xaf][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xa5][0x15][0x3][0x4][0xe8]f[0x17]v(EBI[0xb1][0x90][0xa6]%i[0x8b][0xa5]T|[0x84][0xd0][0xa6]KR[0x92][0x94][0xdd][\r]pEpAQp_(?[0x18][0x1d][0xe8][0x8]t[0x80]Ae\[0x6][0xdc]u[0x9c]QFG[0xc7][0xd1][0xf1][0x1f][0xe3]6[0xce][0xe8][0x88][0xf5][0xdc][0xf7]^[0x93][0x82]b[0xd3][0x81][0x97][0xc9][0xbd][0xe7][0xdc]{[0xee]9[0xdf]9[0xf7][0xdc]s[0xdf];[0xf7][0xf7][0x89][0xd3][0x0][0xa6][0xa3]K[0xc6](,I[0xe6]f[0xa9][0x8c]l8[0x5]U)[0xc3][0x85]*[0x19][0xd5]X[0x96][0x8c][0x12][0xb8][0x93][0xe1]A[0x8d][0x18][0xab][0x95]1[0xb]u[0x16],[0x17][0xcc][0xcd][0x16][0xd4][[0xb0]"[0x99][0x87][0x1a][0x84][0xd8]J[0x99][0x9b]F[0xd1][0xdc]"[0xd8]UB[0xe6]V[0xd1][0xa8]2V[0xc3]+a[0x8d]`|B~[0xad][0x10]h[0x92][0xd0],#S[0x98][0x9c][0x85][0x16][0xb]Z[0xc5]`[0x9b][0x90]m[0x17]#[0x1][0xc1][0x6]-[0xe8][0x10][0xfd]:[0xb]B[0x2]EX[0xa8][0xaf][0x93][0x10]![0xc8]k[0xfd][0xa1]p[0xa4]Nm[0xeb][0xf4][0x11]h[0x5]!)[0xd2][0xec][0xf][0xdb][0x8a][0x8][0x13][0x9d][0xc1]PSaS[0x9b][0x1a][0xe][0xaf][0xf5][0x87][0x9b][0xb][[0xc2][0xc1]@[0xe1][0x12]n[0xaa][0xd5]P[0xd8][0x17][0xaa]h[0xef]h+a[0xf1]y[0xfe][0x80]?2[0x9f]09;[0xe][0xf9][0x9c]:[0x82][0xb9],[0xb8][0x86]m[\r]u[0xfa][0x3]>Wg[0xfb]j_[0xa8]F][0xdd][0xc6]#[0xe9][0xce][0xa0]Wm[0xab]SC~[0xc1][0x1b][0x83]f[0x1][0x87][0x90]Z[0xb5][0xba][0xc5][0xe7][0x8d][0x94][0x5][0x3][0x11][0xdf]F[0x86][0xad]T[0x4][0x2][0xbe]P[0x99]0[0xe6][0xe3][0xe9][0xe2][0x81]m[0xdb].[0xd1][0xc0][0xc8][0x95]&_[0xc4][0xc5][0xa4]c[0xbd]/[0x10][0x91][0xb0][0x81][0x90][0xa8][0x91][0x84][0xec][0xec][0x1c]g[0x8b][0xda][0xaa][0x86]"[0xaa][0xae])[0x1c][0x9][0xf9][0xd4][0xf6]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0x9a]$+I[0x8c][0x4][}[0x1][0x9][0x1b][0x9][0xc9]b[0xba]F[0xb0][0x84][0xfc]+[0xe1][0xd1][0xe6][0xfd][0x9b]YC[0x94]c-[0xa9][0x9e][0x88][0xea]m[0xad]T;[0xfa][0x9c][0xe][0xb7][0xfa];[0x8][0x9][0xd9]"^[0x89]k|[0x1d][0x91]f[0xde][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x9b][0x8]K[0xe3][0x89]s[0x1c][0xe1]([0xd6]6[0xc3][0xb4][0xb1]H4[0xc5][0x84]Iq[0xad][0xe1][0x84][0xf1][0x4];C^_[0xb9]_[0x0][0x1d]~[0xa9]@A[0x8b][0xba]^Up[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xe4]!_P[0x8b][0x14][0xe4] W[0xc2]f[0x5][[0xb0]U[0xc2]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "n[0xc7][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee]D[0xa9][0x84][0xbb][0x14]l[0xc3]v[0x5];p[0xb7][0x82]{p/aD[0x83][0xa7][0xc6]][0xe1]Z[0x9c]o-[0xab]u;[0xeb][0xcb][0x9c]U[0x1e]G[0xa3][0x82][0xfb]p?Aj([0xab]rV[0xb9][0x1a][0xd9],S[0x95][0x95][0xf6][0xcb][0x84][0x1e][0xc0]N[0x5][0xf][0xa2]T[0xc1].[0xec]V[0xf0][0x10][0xe6](xX[0xb0][0x8f]`[0x8f][0x82][0xc7][0xf0][0xb8][0x84][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xc0][0x93][0x84][0xc2]A[0xa6][0x8b][0x82]}[0xd8][0xaf][0xe0])a[0xe1]i[0x94][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6]V`[0xf][0x85][0xd4]M[0xb1][0x84][0xed][0xcf]*x[0x6];[0x9]s[0x1b]4[0xfc]U[0xd5][0xe]W[0xbe][0xd5][0xb3][0xac][0xd6][0xee]v[0x18][0xb4][0x11][0x3]Wm[0xe5]B[0x87];[0xdf]Z[0xe3][0xae]u[0xe4][[0xcb][0xed]N[0x8f]C[0xc]:[0x9d][0xec][0xed][0xb3][0xc2][0xb3][0xe7][0xf0][0xbc][0x82][0x17][0x4][0xaa][0x17][0x5]*I[0x8f][0xb][0xcf][0xbe]$X[0x8b][0x11]L[0xe6]_[0xc6]vB[0xce][0xc0][0xa0][0xa3]x%[0x83][0x92]p[0x80]`[0x8b][0xe7]4[0x10]r[0xe3]Oz./q[0xa4][0x1b]a[0xfc][0x80]R[0x9c][0x91][0xaa][0xd7][0xeb][0xb][0x87]m3[0x8a]8[0x97][0x17][0xc7]U[0x86][0x6]<[0x9e][0x9c][0xe8][0xd6][0x81]d[0xf8][0xc8][0x7]8B[0x86]?[0x5][0xd9][0x3]k[0xbd][0xe4][0xd0]'8[0xaa][0xca][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]t[0xce]W[0x9b]g[0x83]?[0xe2]m[0xe6][0x12][0xd1][0xb7][0x17]6!j[0xd3][0xf7][0xc2][0xf6][0xef][0xbd]05T[0x10]R[0x8c][0xc8][0x14]O[0x15][0xa1][0x89][0xab]r[0xc4]][0xf9][0xa4]`h[0x8d]?[0xa0][0xb6]ie[0xaa][0xbf][0xad]bak[0xd7][0xd5]T[0xa9][0xff][0x8a][0x97]S[0x94][0x96][0xc2]65[0xd0]T[0xe8][0x89][0x84][0xfc][0x81][0xa6][0x1][0x90][0xb2][0x84]c[0xa3][0x97]+[0xa7]?([0x82]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "mY[0xea][0xa8]_[0xe5][0xb2]W:[0xf8][0xa2][0x8a][0xbb][0xb6]k[0xe5][0x86]=[0xf5][0x87][0x8d][0xfb][0x91]=[0xe5][0x1b][0xd2][0xc2][0x17][0x87][0x11][0xe5][0xe4][0xe8][0x1][0x8e][0xa5][0xe1],[0xe1][0xa2]V[0xd1][0x9][0xae][0xab]J[0xc7]~I[0xa0][0xe9]+[0x89]Y[0x99])[0xac]T_+[0xed][0xb1][qJ[0x9c]PbHf[0xb]$[0xcb][0xe3]@b[0xf8]0[0x8]8[0xe2][0x86][0x8a]9<[0x95][0xb0][0xe5][0x1a]]~Q[0x3][0x83][0x8a][0x8d][0xe2][0xa9][0xb1][0xbb]kVU-\[0xe2]([0xab][0x11]7a[0xb4]ds[0xfa][0xeb]sv[0xb7][0xdb]^[0xcf]S[0xb1][0x8b])[0xe6][0x81]v[0x8][0xeb][0xe2][0xf][0xd4][0xe0][0xc0][0xc9][0xe][0xd7][0xa2]([0xb4]D[0xed][0x1e][0xe0][0xb7]3[0xfd][0x2] [0xcc][0xe8]W@X[0xab]-[0xaa]U/#W[0xac][0xd2][0xe3][0xfe][0xff][0xac][0xa0][0x88][0xdf]s[0xb3][0xf9][\r][0xd8][0xc4]?[0xbe][0xe7][0x81][0xb4]4q[0xf3][0xf3][0x88][0x99]G[0xf8]E[0x0]\[0xbc][0x98][0xbb][0x11][0x9][0xcc][0x3][0xc3]r[0xf3][0x8e][0xc2][0x94][0x9b]G[0xc7][0x91][0x90]k>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x11]mq[0x11][0xb7][0xb2][0x10][0xa0]W[0x90]B[0xaf][0xa2][0x98]y[0x85][0x97][0xf2][0x2]L[0xc5][0xc][0xee][0x9]31GWf[0x9a][0x82]DMve[0xee]k0[0xf5] [0xf1][0x18][0x92][0x9c]y[0xdd][0x90][0xba][0xe0][0xea][0x86]E[0x1f]L>[0x6][0xb9][0xe0][0x10][0xb4]g[0xaa]fC[0xff]g[0xf1]?[0x81][0xff]S[0x84]X^zJ[0xf][0x94][0xd7]u25F[0xe][0xe9]#YO7[0x86]va/[0xab]O;[0x80]![0x97]I[0xf6][0xd9]>[0x86]a[0xfb]`[0xe1].[0xfd]0[0xb][0xe][0xef]B[0x9e]>;B[0xef]F[0xf6] CP'1[0xaa]^[0xf4][0xc7]A=[0x18][0xbd][0xbc][0x1b]c[0x84][0xf8][0xd8].[0xe4]_Ad[0xe8]{n[0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0xc3]\[0x94]rF[0xcc]gn$[0x86][0xfc][0x85]y[0x12]JdY[0x1e][0x97]QP(g[\r][0x19]&[0xcb]Z[0xde]-02[0xf0][0x14]/[0x17][0x1b][0xef]0[0x97][0xf6][0xf3][0xbd][0x1b][0x93]y[0xdb][0xa6][0x18][0x99]b3[0x92]D$^[0xa6]A[0x8f][0xdf]a[0xea]=[0x88][0xa4][0x1d]&[0xd2][0x2][0xde][0xfb]v[0xd6][0xfe][0xde]7[0x8f]D[0xa3]3[0x1][0x16][0x96][0xbf][0xc0][0xbb][0xf4][0x13]R[0xe9]g[0x14][0xd1][0xaf][0x98]F[0xbf]a&[0xfd][0x8e]9[0xf4][0x7][0x16][0xd1][0x9f][0x1a]z[0xab]n[0xdc]@[0x9f][0x8a][0xd9][0x6]z[0x13][0xca]`[0xc7]B[0xee][0x85][0x1f][0xa3]`[0xbe][0xc8]$[0xf5][0xf2][0xd1]I[0x90]0[0x8a]=b,[0x89][0xa6]4[0x88]Wi[0xc3][0x93]E[0x86]'I[0xb9]y[0x9c]I[0xb1][0x3][0x94]$p[0xf3][0x1][0x8a][0x99]K2[0xcc][0x9][0xca][0xc1][0xa7][0x92]4[0xaa][0x1c][0x8b][0xb5][0xf3]z[0x93][0xb6][0xb2][0x82][0xbf]^[0xc1][0x0],l[0xdc][0x85]iH[0xe7][0x8f][0xc6][0xf5][0x98][0xbd]`[0xc]"Vc[0xde][0x82][0xd1][0xc]P2y[0xde][0xcf][0xf3][0xd9][0xdc]w[0x9a]M[0xfc][0x1d][0xc9]O[0x9a][0x85][0xbf]4]x[0x14]c[0xff][0x1]PK[0x7][0x8][0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Stack.class[0x95]TYO[0x13]Q[0x14][0xfe]n[0xb7]i[0xcb][0x94][0x96]ET\[0xa0][0x2][0xd2][0x5]h[0xa1]([0x8b]h[0x8c][0x4][0x13]HE[0x13][0xc]F[0xde][0x86][0xe1]J[0x7][0xdb][0x99]Ig[0xaa]uy[0xf0][0xc1][0xff][0xe2][0xb][0xf][0x98]@H4[0xd1]G[0x13][0x94][0xf1][0xdc][0x99][0x81][0x2]it[0xfa]r[0xee][0xb9]w[0xce][0xf7]}g[0xcb][0xfc][0xfe][0xf3][0xed][0x7][0x80]Y<[0x88]#[0x8e][0xa2]0[0xd3][0xc2][0xcc][0x8]S[0x8a][0xa3][0xb][0xa5][0x18]y[0xb3]1$pG[0xc2][0xdd]8[0xa2](I[0x98][0x97][0xb0][0xc0][0x10][0xaa]peG[0xc2]"[0x83][0xb4]l[0xe8]6o[0xda][0xc][0xf2][0xaa][0xae][0xf3][0xfa]rU[0xb1],n1[0xe4][0xcb]F}[0xb7][0xb0]+[0xae][0xaf]4[0xab]R[0xd8][0xb3][0xc][0xbd][0xb0]F[0xe6][0x99]R[0xb7]x}[0xb5]fVG=[0xec]=[0x86][0xc8][0x92][0xa6]k[0xf6][0x3][0x86]`&[0xbb]I[0xfc][0xcb][0xc6][0xe]gH[0x96]5[0x9d][0xaf]7j[0xdb][0xbc][0xfe]\[0xd9][0xae][0xd2]Ko[0xd9]P[0x95][0xea][0xa6]R[0xd7][0xc4][0xdd]{[0xc][0xd9][0x15][0x8d][0x14][0xc3][0x1b][0xb6][0xa2][0xbe]f[0xc8][0xfa]PvBI7d6[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]T[0xa6][0x83]lE[0x82][0x92]zRv[0xd0]4L[0x86][0xc9][0x8c][0x1f][0xd5]V[0xbd]![0x9b][0xd7][0x8][0x96]p[0xf2]x[0xa2][0x98]'[0x95][0x98][0x9c]S[0x5][0x92]f[0xad][0xd4]L[0xfb][0x9d][0xd3][0x8e]-[0x9][0x4][0xc8][0xf8][0xc9]p[0xda][0xc9]-[0xd0],2[0x8c][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0x88]+[0xaa][0xca]-kt[0xa6]H[0xa0]M?"n[0xeb]:+[0xf7]D[0xa5]$T&:P[0xd9]ja[0xe7][0x5][0xf6][0x85]l[0x87][0x13][\r]4[0xa7]Ik[0xc3]h[0xd4]U[0xfe]X[0x13][0xc3][0xe8];[0x1f]=[0xb5][0xa7][0xbc]Qd\[0xc5][0xa0][0x8c]4n[0xc9][0xb8][0x8e][0x1b]2z[0xd0]+CFJ[0xc6][0x12]R[0xc][0xc3]"[0xa8][0xd0][0xb0][0xb5]ja[0xdd][0xd8]h[0xa8][0x95][0x95]*[0xaf]q[0xdd]^i[0xaa][0xdc][0xb4]5C[0x97]p[0x9f]a[0xdc]g[\r][0xc])[0x87][0xaf][0xaa][0xe8][0xbb][0x85][0xa7][0xdb]{\[0xa5][0x85][0xcb][0xfa][0xae][0x8b]a[0xc4][0xc7][0x12][0xd0][0xd6][0xe9]Np[0xfa][0xbf][0xc1](B[0xfc][0x18][0x0]j[0x97]([0x9a][0xbc][0x18]y[0xd4][0x3]z[0xe9][0xa3][[0x81]NFg8w[0x8c][0xf0]Wr[0x2][0xe8]'[0x1b][0x11][0x8f]L[0xc7]%[0xf2]e7[0x0][0x3][0xb8][0xe2]|[0xa7]~z[0xe0]5[0xba][0x5][0xe8][0xec][0xce][0xe7][0xe][0x11]9[0x82][0x94][0xcb][0x1f]![0xd2]b[0xe9]F[0x90]X[0xea][0x88]2[0xb][0x9]f;l[0x3].[0xc2]c[0x13][0xde]5JK[0xa4]G[0xd3][0xf1]xu[0x8f]7-h[0xa1][0xeb];[0xa2]/[0x8f][0x11][0xfb])[0xae][0xe5][0x9c][0xb0][0x87][0x90]H)@AAGj[0x80][0x12][0x4]{[0xb][0x89]5[0x91]d[0xef][0xd1][0xcf]>`[0x88]}<#[0x99][0xf6]$[0xfb][0xe9][0xf7]x[0xd3][0x91][0x1c]r[0xd0],I[0x9f][0x87]O[0xb5][[\r]![0x99][0x83][0xb][\r][0xf9][0xd4][0xb6]![0xb4][[0x1e][0xf8][0x91][0x7]N[0xb8][0x89]K[0xa1]/[0x8][0x5][0xf7]O[0x93]tI>[0x9f]!Ix$C[0xe]a[0xa0][0xeb]![0xa3][0x11][0xf5]`[0xd4][0xe3][p[0x1a][0xe3]N'[0xd4]~:nq[0xe1][0xd3]~[0x86]1[0x86][0xdb]`[0xa9]([0xc6][0x91]i3[0xe4][0xe0][0xc5][0x9a][0xce][0xf]yL[0xd0][0x10]8[0x8b]\[0x1b]p`[0xdf][0x17]8[0x8f][0x9][0xf][0xbc][0xe8]M2[0x92][0xcb][0x1f][0x83][0xfd][0xab][0x82][0x88][0x8b]v[0xbc]Io#[0xa6][0x9c][0xf8][0x2][0x92]t[0xe]R[0xf][0x13][0x98]Cw(@+=[0x87][0xcb][0xf4]2[0xe2][0xc4][0xe3]/PK[0x7][0x8][0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl.class[0xb5]Z[0x9]X[0x1c][0xc7][0x95][0xfe][0xdf][0x0]j[0x18]Z[0x80][0x10][0x92]@[0xb7][0x4]F[0x9c][0xe2][0x90]u[0xd8][0x12][0x92][0x10][0x8c][0xe4][0x91][0x86][0x1]3 [0x19][0xc9][0x12][0x1a][0xa0][0x5]#[\r]3xf[0x90][0x90][0x9d][0xd8][0x8e]s[0xd9][0x8e][0x1d][0xc7]V[0x1c]GZ[0xaf]wsH>V[0xce][0xca][0x8a]%[0xb0][0xc9]F[0x9b][0xd3][0xeb]c[0x93][0xec][0x95][0xcd]&{[0xdf][0xd9][0xfb][0xde][0x8d][0xe3][0xb5][0xf3]^w[0xcf]I[0xf][0xc][0x9f][0x13][0xbe]o[0xaa][0xab][0xab][0xeb][0xbd][0xff][0xaf][0xf7]^U[0xbd][0xaa][0x8f]7[0xde]}[0xf5][0xab][0x0]n[0xa6][0xf3]y[0xf0][0xe3][0xaf][0xed]\[0xfc][0x8d][0xd4][0xfe]V[0x8a][0xbf][0x93][0xe2][0xef][0xed][0x18][0xc5][0x8f][0x15][0xfc][0x83][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]Q[0xc1]?[0xd9][0x91][0x87][0x96]/[0xff][0xa2][0xe0]_[0xed]P[0xf1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe][0xdd][0x8e][0x2][0xfc][0x87][0x82][0xff][0x94][0xe7][0xd9]Q[0x84][0xff][0xce][0xc3][0xbd][0xf8][0x1f])[0xfe]W[0x8a][0xff][0x93][0x8e]?Q[0xf0][0xb6][0x1d]?[0xc5];v,[0xc3][0xff]K[0xed]]i~[0x8f]k[0x4][0xae][0x11]Ia[0x93]"K[0xda][0xb2][0xa5][0x96]#[0xb5][0x5]RSX[0x11][0xe5][0xca]k[0x9e]Bv;*)[0x9f][0xf9][0x92]*[0xcd][0xb][0xa5][0xb9]@[0xa1]B;j[0x8d][0xe6][0xa2]<[0x4]i[0x91][0x9d][0xbf][0x15]+[0xb4]XZJ[0xec]h[0x14]X[0xbf]@[0xf8][0x19][0x8c][0x96][0xd0]R[0xa9]eI[0x91]#[0xaf][0xcb][0xa4][0xa6]H[0xad]4[0x8f][0xca]h[0xb9][0x14]+[0xa4]X)[0xfa]W)[0xb4]Z[0xa1]59[0xf7][0xbd]g[0xfc])[0xb4][0xd6][0x8e]][0xb4][0xce]N[0xeb][0xa9]\[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";[0xf6][0xf2][0xb]w[0xbc]I[0xa1]J;[0x9c][0xf2]r[0x9a]6[0xb0][0xc1][0xa8]JHVKQ#[0x10][0xb5]R[0xd4][0xe5]S=m[0x94]Z[0x83][0xd4][0x1a][0xf3][0xf0][0x1a]5[0xe5]Rs>m[0xa2][0x9b][0xa5][0xd8][0x9c]K[d[0xe0][[0xa5][0xd8]&jn[0x91][0xf1][0xdc]*[0xaf][0xdb][0x15][0xda]!P-"[0xcf][0xdf][0x8e][0xd1]Ni[0xde]%[0x88][0xbb][0x15]j[0xb5]c[0x8]?[0x96][0x96]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5])[0xd4].}[0x1d]v[0x8c][0xd0]^[0xa9][0xed]S[0xe8]6[0x85][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed]W[0xe8][0x0]Au[0x6][0x2]Z[0xa8][0xcd][0xef][\r][0x87][0xb5][0xb0]B.ni[\r][0x85][0xbc]g[0xdb][0x82][0x81][0x88]6[0x11]Q[0xa8][0x83][0xb0][0xb0]s[0xe0][0xa4]6[0x18]1[0x9b][0x8][0xf9][0xee]`@[0x8b]up[0x13][0x94][0xd8][0xa7][0x1c]O[0xc4];x[0x8a]]:0~[0xe2][0x84][0x16][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xfd][0x84]rW04[0xdc]0,[0x18]'|[0xe1][0x91][0x86][0x93][0xe1]`[0xa0][0xc1];[0xe6]k[0xd8][0x13][0xeb][0xb4][0x9d]P08[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0x81]8L[0xad][0x95][0xd8]~.[0xba][0xbc][0xa1][0xb0][0x16]r[0x8e][0x8e][0xf9]+[0xcc][0xce],[0xae][0x9a][0xe2][0x8e][0xd3]\([0xd4][0xc9]\[0xf4]*[0xa1][0xd2]u[0xd2]{[0xca][0x1b][0x8a]x[\r][\r][0xe1]HH[0xf3][0x8e]&([0xaa][0xd0][0xfb][0xb1][0x8a][0x9c][0xb0]A[0xbe]:[0x3]`}[0x9c],[0x93][0x17][0x9][0x9e][0xd2][0x2][0xbe][0xbb][0xb5][0x10]a}:[0xb9][0x9e]h[0x1f][0x16]X[0xb0][0xc3][0x17][0xf0]Ev[0x12][0xb6]T1[0xaf][0xd3][0xde][0x6]_[0xb0][0xa1][[0xf3][0xe][0xf1][0xc7][0xc][0xcc]T}[0x90][0x90][0xdd][0x16][0x1c][0xd2][0x8][0x85]._@s[0x8f][0x8f][0xe]h[0xa1][0x1e][0xef][0x80][0x9f][[0x8a]][0xc1]A[0xaf][0xff][0xa0]7[0xe4][0x93]w[0xb3]1;2[0xe2][0xb][0xa7][0xf1]A[0xf2][0x98][0x84]\HgB(J[0xe5]F[0xd8][0x1e][0xe7][0xeb][0xc][0x8c][0x8d]G<[0xba][0x1d]3%m[0xf3][0x5][0x8]K,5[0x10][0xb2][0xc6][0xe5]k[0xa3][0x95][0xaa][0xde][0x80]o[0x90][0x87][0xdb][0xae]E8[0x2]}[0x81][0xe1]d[0xc1][0xde]4[0x9c][0xf4][0xc6][0x0][0xb7][0xe][0x8e][0xc8][0xf0]"[\r]m[0xc6]3S[0xb6][0xb9]Z[0x80]Q[0x19][0x8e][0xb0]<[0xbd]2[0xf6][0xfe][0xb0]&[0x98]z[0xc7][0x92][0xaa]j[0xa3][0xab][0xdf][0x1b][0x18]n0Z[0xb9][0xcb]B=R:[0xbc]c[0xa6]?[0x8a]|a'[0xc7][0xec]p[0xc8][0xeb]7[0x9c][0xc7][0xc3][0xaf][0xaa]>[0xcc][0xb6]g]N[0x89]W~u[0xb2]{}[0xe1]v[0xed][0x84][0xc4][0x8a][0xe6]?[0xab][0xb7][0x17]%[0xb6][0xb8][0x82][0x82][0xa9][0xb0][0x8c]Qc[0xa1][0xfd][0xc][0xc6][0xef]{|[0xc3][0xed][0xda][0xa0]o[0xd4][0xcb]3[0xaf]4[0xca]i[0xd4][0x1b][0x19]i[0x88]a^[0xb9][0xdc]U[0x9f][0xe9]t~[0xc6]|[0x9c][0x1f][0x1e][0xf3][0xf3][0x90]C[0xde]H[0x90]m[0xb5],[0xa1][0xa7]'[0xfe][0x81][0xfb]-M[0x8e][0xfe][0xb3]c[0xd1][0x19][0xd0]d-[0xb2]#[0x1d][0xc3][0x9d]2j[0x8f]o8[0xe0][0x8d][0x8c][0x87]X~szz[0xb3][0xea]([0x8c]Y[0xce][0xe8][0xac][0xd0][0xed][0xb2]([0x5]"![0xb6][0xf9][0xe1][0xf4][0xa4][0xa2][0xcd][0x1c]3[0x15]z[0xef][0x1d]3[0xe3]*=[0xae] [0x1f][0x9b][0x9d][0xf1][0xfb][0x7]([0x88][0xba]:[0xea][0xc2][0xbc][0xf0])[0xdf][0x98][0x19]N[0x1c][0x8a]<[0x85][0xec][0xd2][0x12][\r][0x9c][[0xaa][0xd2][0x4][0xd8][0x9e]q[0x9f]_[0x96][0x97]Y[0x2][0x90][0xd8][0x5][0xca][0x80][0xd1][0x8f][0xb0]f[0xe]E[0xe6]:e[0x19][0xa3][0xb3][0x80][0xc5][0x82]8[0xeb][0x94]vVVR[0x8b][0x99][0xbc]v.[0xbd][0x1c][0xab][0xfa]|[0x1c][0xf4]F|A^[0xd0]*RgA[0xc2][0xd6][0x13][0xed][0xc5]B[0x8b]E[0xc8][0x1b][0x8e][0xc8][0xb2][0x12][0x17]VF[0xbc]a[0xb7][0xb1][0xa7][0xea][[0x8c]B[0xdd]l[0xe6][0xd8]nB[0xa8][0x9b]s[0xb7][0xa9][0x88][0xbd]1Jv@WV5[0xb][0xa7][0xd4][0xed]p[0xd0][0x1f][0xc]kI[0xab]v[0xa7]cbP[0x1b]3y[0x17][0x8d]q6M[0xac][0x8d]p[0xb2]j>[0xa4]f[0x1a]yvn[0x89]X[0x12][0x84][0xda][0xc4][0x18][_[0x1b][0xd2][0xb5][0xf1][0x1e][0x97][0xeb][0x8f]Yo}&[0x86][0xb7]{[0x7][0x7][0xb5]p[0xb8]bsc#a_Z[0xea][0x9];d[0xda][0xcc] q[0x87][0xb7]M4[0xc6]uo[0x11][0xdd]][0xef]K[0xb7]e[0xba][0x13][0xd5][0xbf]U[0xf4][0xbb]^[0xfa][0xa3]YM[0x9c]}3[0xe1][0x9e]L[0xb4][0xcf][0x83][0xfc][0xfc][0x6]j[0x9b]h[0xe2]ye[0xf2]ij[0x92][0xe1]>[0xfa]~[0x8][0xfd][0x2][0x2][0xd1]6[0xd1][0x9c]@[0xb1]Y([0x1e][0xc8][0xcc]#[0x19][0xce]D[0xbb]'8[0x1e][0x1a][0xd4][0xf6][0xfa]d;[[0x9c][0xac]e[0xa3]pW[0xf1]A[0xdc][0xaf][0xe2];[0xf8][0xae][0x8a][0xf][0xe1][0x1][0x15][0xf7][0xe0][0x3]*>[0x8c][0x8f][0xa8][0xf8]([0xa6][0x8][0xf5]s[[0xaf][0x92]&x'[0xe8]Xz[0xb3]%nSb<[0x81][0x1a]V[0xf1][0x5][0xbc][0xaa][0xd2][0x88]H[0xfb]D[0xba]*[0x8d]t[0xd2]Nc[0x88]_[0xc4]WU:I[0xa7]T[0xf2][0xe3]i[0xc2][0xba]4[0x92]FD[0x1b]"[0x9f][0xc1]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xaa][0x14][0xa0][0xa0][0x14]cR[0xdc][0xa5][0x10][0x9b]/L[0x11][0x95][0xc6][0xa5]8-[0xc5][0x19][0xe1]R>w[0x0][0xf0][0xdc],[0x88][0x9b][0xd6]HE[0x97]Xf62[0xdc][0x9][0x85][0xce][0xaa]t7[0xdd][0x93][0x91][0xee]f[0x95]> [0xbe][0xcb][0xa0][0xeb]&[0x95]>[0x88])[0x95][0xee][0xa5][0xfb]T[0xba]_[0x8c][0xf9]!q[0xfd][0xb7][0xc4]eo[0xe0]M[0x85][0x1e]P[0xe9][0xc3][0xf8][0xa2][0x4][0xc3]s*}[0x84]>[0xaa][0xd2][0xc7][0xf0]:/[0xfa]G[0xda]z[0xbb]]}[0x9d]][0xe]w[0xdd]Z[0xcf][0xed][0xbd][0xad][0xdd][0xe][0xb3][0xde][0xd3][0xed]t[0xef][0xab][[0xeb][0xee][0xed][0xd8][0xe3][0xe8][0xae][[0xdb][0xd3][0xdd][0xeb][0xa8][[0xbb][0xb7][0xd5][0xe5]qH[0xa3][0xcb][0x15][0xed][0xde][0xe6][0xea][0xf4]8[0x8e]*[0xf4]q[0x1][0xb8]$[0xba][0x1f][0xe4][0xa3][0xc0][0x91][0xa8][0xbc][0xae][0xde][0xe8][0xa3][0xe2][0xeb][0xf8][0x86][0x8a]orA[0xf][0xd1][0xc3]*}[0x82][0x1e]Q[0xe9]Q[0xfa]$;=[0xd3][0xc5]F[0xa5][0xc7][0xe8]Sb[0xc9][0xc7]UzBB[0xf1][0x1c][0xde][0xe4]I[0x17]7[0xb8];[0xe8][0x19][0x1f][0x1c]q[0xf8][0xb5]Q9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0xc4][0xf0][0x96][0xac][0x2][0x8b]-[0xf6]q[0xce][0xd5]gd5[0x9]p[0x9f][0xc6]S[0x2][0xf7][0xa4]J[0x9f][0xa1][0xa7][0xd2][0xc7]X[0xdc][0x15][0x9c][0x16][0xc4][0xe3]![0x9a][0xfe][0xad][0x9e]}[0x9d][0xcb][0xc8][0xc5]7[/[0x1a])[0xbd][0x12][0xef].[0x8][\r]s[0xb][0xa4]\mTg[0xbc]5qz[0x97][0xc9][0xea][0xad][0xd0]g[0xa3][0x86]O[0xce][0xb9][0x9]5[0x99][0xef]P[0x19]n([0x19]l[0xac]M[0xfa][0xf9][0xb6]*[0x3]mf[0xd7]R[0xeb]#[0xb6][0x9e][0xe2]s[0xe2]j[0x9e][0x85][0x9]+[0xa3]g[0xe][0xeb][0x93]r[0xf3]|O[0xea][0xfa]1[0xfc][0x80][0xa3][0xaf][0xdf][0xdd][0xda][0xe1] [0xa8][0x7][][0xbd][0x8e]~c^[0xc5]^[0x8d][0xe9][0xc9][0xcb]{[0x9a][0xd1]t[0xf0][0x8e][0xec][0x1d][0xd6]87,[0xe9]j[0xed][0xf6]8[0xba][0xfb][0xf7]9z[0xc][0x1d][0xfd][0x8e]n[0x16][0xbc][0xb5]*[0xb3]=[0xd8][0xf2]h[0xbf][0xa4][0xca]"q`[0xda]+L,[0xa7][0xc7][0xe9][0xee]q[0xec][0xeb]nu[0x19]<[\r]H{[0xfc][0x2][0x80][0xb0](N[0x8b][0xfb][0x1a][0x1d][0x8a][0xe3]m[0xae][0xce]([0xd1][0xd2]x[0xe3][0x1e][0xe7][0xbe]vG[0x9b][0xb3][0xa3][0xd5]e|[0xca][0xf7][0xf4][0xb4]v[0xf7][0xf4][0xb7]vw[0xb7][0xf6]q[0xac][0xc5];[0xea]-F[0x9f]JK[0x87][[0xdc]|[0xa8][0x86][0xb2][0xce]=[0xfb][0x1d]m=If3[0x9a][0xc]u[\r][0x15][0x9e]3[0xbe][0xc8][0xe0][0x88]D[0xb3]i[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1]Xa[0xd8][0xaf]"[0xd5]~[0x9c]#[0x1d]q[0xf2][0x99]&[0x18][0x1a][0xf2][0x5]d[0xdc][0xe9][0x16][0x12][0xe3]J[0xc4]XH[0xe4]2#[0xde]&[0x11][0xe6][0xb4]8[0xb9][0x19]_[0xb7][0xcb][0xe7][0xfd][0xb3]}n[0xaa][0xb2][0xbe][0x9][0x99]Mf[0xa9][0xf5]![0x98][0xf]S[0xb2][0x1f][0xb0]S[0xd2]_r[0xe4][0xe8]{[0x5][0xf7][0x94][0xcd]"[0xc9]+F[0xe4][0xea]f[0xcc]d[0x1a]n[0xdf][0xef][0x14][0xbf][0xac]Ns[0x9e][0xf7][0x8c][0x8f][0x8d][0x5]Cl[0xe0][0x5]a[0xf3]([0xbe][0xa9]*[0xcd][0x15][0xc9][0xe1][0xd9]nY[0xca]R[0x8][0xf2]$q[0xb4]v[0x18]4[0xb3][0xe5]([0x1f]?[0x14][0xe8][0x9][0xee][0xc1]LV[0x10][0xe3]81[0xbf]|?[0xcf][0xe1]n[0x8f][0xc6][0xb2]][0xea][0xd1]P\5[0xeb][0xc1][0x9f]-[0xae][0xdf][0x11][0xf0][0x9][0xde];4d}[0xe3]`[0xf8]&[0xdd]UC[0xfc][0x14][0x9f][0xe5][0xe8][0xdc][0x9b][0xba]i[0xcd][0xc8][0xc1][0x8].[0x8b][0xe9]?[0xf][0xd0][0xd4][0xbb][0x83][0xa8]y7[0x89]y[0xeb][0xe6]a[0xde][0xc3]l[0xb4][0xc1][0xe0]([0x9f][0xc6][0xb5][0x9e] [0x87]Z"-G`[0x9c][0xd7]j[0x9e]zyr[0xfc]7[0xf7][0x92][0x8d]Us[0x9f]c[0x93][0xee][0xe][0xa2][0xd1][0xeb][0xb8][0xa3][0x8b]][0xe1]h[0xef][0xd7][\r][0xb4]{^[0x87]}[0xcb][0x15]t[0xeb][0x9c]&[0xb4]:[0xb9][0xeb][0xeb][0x94]y=b[0xe]I[0xe5][0xb5]B^[0xcd][0xd5]&[0x1a][0xcd]=[0x9d][0x7][0x1c]n[0xe7]a[0xae][0xe9]9X[0xbf][0xb3][0x93][0xb7]]k[0xcc]hK[0xcf]H(xF.[0xe]u[0x98][0xe8][0xfa][0xe7]t[0xf3][0xac]p[0xb6][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x91][0xf9][0xde]s[0xcc]1"[0xeb][0x3][0xe8][0xcc][0xbb][0xe4][0xa4]<[0x2][0xeb][0xe0][0xc7]([0x8][0x1][0xe4][0xa0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0xce]_[0x0]lr[0xf4][0xd3][0x9f]|"[0xe4]g[0xb1][0x9c][0x7][0xf5]'[0x9f][0x6][0xf9][0xb9][0x96][0xfb][0xf3][0x9][0x8c][0xcb][0x8f][0xf3][0xdb][0x3],[0x99][0xc5][0xcf][0xc6][0x9a]I,[0xa8][0x99][0x86][0xd2]WC[0x93][0xc8][0xbd][0x86]l~[0xc9][0xeb][0xe3][0xba][0xfd][0x1a][0xb2]j[0xea][0xae]![0x9f][0x1b][0xd4][0xbe][0xda][0xba]I,[0xbc][0x86][0x9c][0x97]t[0x84][0x7][0xb9]\[0x8e][0x5]\[0xee]F6n[0xc5]"[0xb4]`[0x15]Z[0xb1][0x1e]{[0xd0][0x80]6<[0xa4][0xe3][0xe9][0xfa][0xf1]0>[0x1][0xe8][0xb5]G[0xf0]([0xa3]KM[0x18][0xdb]t>[0x9f]4[0xf9]|[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0x2][0xda][0xe7][0xe6]3[0x8d][0x82][0xbe][0xda]I[0x14][0xba]ub[0xd3]([0xea][0xab][0xaf][0xbf][0x8e]E[0x93]([0x9e][0xc1]q5k[0x5][0x1c][0x9][0x1c][0xf7]2[0xc7]}[0xa8][0xc5]m[0xcc][0xd2][0xa9][0xf3][0xac]1pc<[0xdb][0xf1][0x18]>[0xa5][0xf3]l7y[0xd6][0xa2][0xc][0x8f][0xe3][0x9][0x1e][0x8f]0>g2[0xfe][0xb4][0xc9]x[0xdb][0xec][0x8c][0xeb][0xa3][0x16][0x14][0xa2]b[0xc5][0xe2]zkK[0x1e]H`[0xe9]b[0x96][0x1d][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "w[0x2][0xc3]m1[0x86][0xdb]b[0xc][0xb7]1[0x8b]'Y[0x8b][0xd4][0x84][0xab]0[0xe4][0x93][0x9e][0xc9]p\[0x7]6[0xd7][0xbc][0xc][0xba][0x8a][0xc5][0x17][0xb1][0xcc][0xa8][0x95]\[0xc4]B[0xa3][0xb6][0xe4][0x12][0xb3]{[0x19]9[0xd7][0xb1][0xf4][0xca]4[0x96][0xf5]I[0xeb][0x14]J'Qv[0x83][0x5][0xb3]tz[0xc5]:|7[0x1b][0xb3][0x7][0x95]8[0x88][0x8d]8[0xa4][0xd3]R[\r][0xe5]&[0xad][0xcf][0xf2]/[0x1b][0xb6][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7][0x9e][0xc7][0x5][0x93][0xc2]q[0x93][0xc2]:[0x13][0xee]"[0x8a][0xe3]0[0xcb][0x5][0xc6]@_q9[0x5][0xee]N[0xd8]q[0x94][0xeb][0xc7][0xd8][0xf6][0xc7][0x13][0xe0][0xd6]%[0xc0][0xb1][0xea]2n[0xe4]3z&h+[0xe3]h[0xab]R[0xd1]4F;[0xc1][0xf5]aF[0xf3][0xcd][0x86][0x6][0xb9][0xc]0[0xd1][0x9a][0xf9])[0x9d]r[\r][0xa5][0xab]/[0xc7][0x1c][0xba]@o[0x1f]MP[0x94][0x1b]s[0xde]3[0xe9][0xe4][0xd7][0xa4][0xca][0xdf]e!Or[0xfb][0x90][0xc9]h[0xd7][0xc6]G[0xbb][0xee][0xc5][0x94][0xd1][0x9e][0xe6][0xd1][0x9e][0xe1][0xfa][0x4][0x8f][0xf6][0xee][0xd9]m[0xfb]9|>[0x13][0xb4][0xf5]q[0xb4][0xf2]+)h[0xf7]1[0xda][0xfd][0xfa]jT[0xc6]+[0xd1][0xac]h_[0xe0]e[0xc0]@[0x1b]aQ[0xe9]Tm[0xa0]U$[0xa1][0xdd][0xa4][0xa3]M[0xa3]R[0xde][0xf3]'[0xb1]a[0x12]U[0xa9][0xa8][0xf]2[0xea]C\[0x98]Q[0x1f]I@[0xad][0x9e][0x89]z[0x11][0x97][0xac]Q[0xab][0x93]PkL[0xd4]Z[0x13][0x95][0xa7]r}*[0xea][0xe3][0x8c][0xfa][0x4][0xd7][0xcf]1[0xea][0x93][0xb3][0xa3]>[0x8b][0xe7][0xc]TZa[0xa2][0xbe]x[0x15][0x1b][0x5][0xea]:[0x1a]6[0xbe][0xc0][0xef][0xe7]t[0x83]U[0xca],[0x93]e[0xc][0xe8]5^[0xfe][0x9]cQ[0xfa][0x98][0xd9][0xf7]\[0xaa]IR[0xc9]N[0xa3][0xb1][0xaf][0xe6]:[0x9a]&[0xd1]|[0x85][0x9f][0x9b][0xce][0xf3][0xdc][0xbf][0x8e][0x9b][0xa7][0xb0]Y^[0xb7][0x18][0xaf][[0xa7][0xb0]M^o[0x99][0xc2][0xad]W[0xae]b;[0xff]v[0xf0][0xaf]%ay[0xd8][0x99][0xb4]h2[0x94][0x10][0xcf][0xfe][0x1a][0x94][0xb]([0x10][0x86]S[0xb8][0xcd]`[0xe7][0x8c][0xb1][0xdb]o[0xcd][0xee]]f[0xf7][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8]oK[0xc8][0x86]rZ[0x92][0xc0].[0x1a][0xe6][0xe5]3[0xd8][0x95][0xa7][0xda]oI[0x82][0xfd]&[0xd9])[0xc6][0x4][0x1c][0xd6][0xb3][0x2][0xa0][0xc2][0xf4][0xf0]%[0xac][0x14][0x9e][0xd7]q[0xa0][0x86][0x9f]L[0xc7]%[0xdb][0xeb]Ut[0xf0][0xa0]^[0x8a]E[0xa0]N[0x8c][0x96][0xc3][0xce]Si[0x11][0xad][0xc4]JZ[0xc5][0xc4][0xd6]$DXE[0xf2][0xfc]+[0xe7][0xc6]W[0xd2][0x81]V[0xa7][0x3]u[[0x80][0x96]3h[0x5][0x83][0xde][0xc4][0xa0][0x95][0xc]Z5[0x1b][0xa8]M[0xae]|M[0xd0][0xb][0xdc]$[0xf9]Q3O[0xb5][0xce][0xf3][0x8c]}[0x1d]][0x1d]u<[0xb2]K[0xb0][0xd7][0xbe][0x82][0xdb][0x9]Wj[0xb9][0xad][0xfb][0x15]xl8[0xf4][0xec]{?b[0x2]=[0xc5][0xbd][0x93][0xb0][0xc5]g[0x9e][0x9e][0xdd]P-[0x14][0xaa][0x83]J[0xf5]XL[0x1b][0xb1][0x9c][0x1a]q[0x13]5[0xa1][0x8a][0x9a]cY[0x98][0xca][0x81]4[0xcd]k[0xb0]M[0xdf]t[0xa2][0x1b]Q3[0x87][0xff]o[0x98][0xe]Q[0xb9][0xd7];(Sp[0xef][0xdb]<[0x9b]mr[0xc1]l[0xf2][0x9c][0xe4]/[0xb2][0xb2][0xb5][0x18]<[0x1b][0xa2]<[0xdd][0x6]ON[0x94]e[0xb1]hrK[0xfb][0xa1][0xda]z[0x83][0xf2][0xa1],[0xa1][0xfc]=[0x9d][0xf2][0x1d]I[0x94]+[0x91][0xc7][0x94][0xb7]0[0xe5][0xad][0xf2][0xef]ML[0xf9][0x16][0xa6][0xbc][0x1d]kh[0x7]*[0xa8][0x5][0x8d][0xb4][0x13][0x9b]hW,[0xed]Q[0xd9][0x8a][0x6][0xf5]5[0x9c][0x1a][0xdd][0xc0]o[0xea]Fk[0x89][\r][0xa2][0x85][0x7][0xf1]5[0x8b]A[0x94]r[0xdb][0xd7][0xf1][\r][0xeb][0x9d][0xb6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]vZj[0xb7][0xdc]i[0xbf][0x99]N[0xfe]p[0xaa][0xfc]m[0x96][0xf2][0xdf][0x8a][0xed][0xf4]oIf[0xc4][0xcf][0x1]#[0x9e][0x8e][0x9c][0xe7][0xa4][0x91]c[0xed][0xdb]h23[0xb3][0xeb][0xb8][0xf3][0x19]=[0xfe]X[0xfb]QW-[0xdb][0xed]"[0x16]O[0xe3]X_[0xed][0x14][0xfa][0xd9][0xa6][0xc7]'[0xe1][0xbd][0x91]u[0xd9][0x14][0xbf][0x80][0xe5]F[0xd7][0x81][0xb]([0xaa]1bu[0x90][0x83]3[0xeb]rv<[0xb1][0xa9][0x91]}[0x83]:[0xb0][0x9a][0xdc][0xa8][0xa4]N[0xd4]S[0x17][0xb6][0xd0][0xed]h![0xf]vQ[0xf]<[0xd4][0x8b]ct[0x10][0xc7][0xe9][0x8e][0xd8][0xc][0xae][0xe4]@[0xf9]6^[0xd7][0xc7]1[0x90][0x10][0xbd]l[0xd9]w[0xd0][0xa2][0xe0][0xb5][0xb7]Ar[0x8c]x[0x3]o[0x9a]#;df[0x5]+%<.Hn>[0xd4]7[0x9][0xed]F[0x94][0xd5]a[0xa6][0x15][0xdf]$[0xb][0xc4]{t[0x94][0xbd][0xc][0x85][0x94][0x98][0xd6][0xad]L[0x9e]+[0x85][0xdc][0xf8]Vl[0x82][0xde]e[0x9a][0xaf][0xd4][0x18][0xf5][0x89]gQ[0xe4][0x9a][0xc6][0x8]/Z>>[0x7][0x9c][0xbc][0xf1][0x92][0xae]B[0xe1][0x1][0xf]'M[0xce][0x13][0xc][0xe4][0xe3][0x9]:[0x8c]|[0x1a][0xc1]2:[0x19][0x1b]h>[0xc3]N[0xe3][0xb7]u[0xb9][0xd2][0x4]h[0x5][0xb6][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86]U[0xee][0xf2][0x1d]|7[0x96][0x15][0xe4][0xe8]S[0xa0]D[0x1c][0xe1][0xd6][0xbd]R_7[0x85]S[0x9c][0xc7]{[0xe3][0x91][0xa0]'[0x0][0xf4][0x1c]r[0xe8]y[0x8e][0xec][0x17]8[0xb2][0x9f]OH[0xde]Kb[0x11][[0x12][0xb3]p[0x9][0xbe][0xc7][0xf1]lc[0xed][0x85][0xbc][0xb][0xfd].[0xb2][0x8a]r[0xf1]{[0xf8]}[0x13][0xb5][0xc1][0x8c][0xb9][0x1c][0x19]tJ[0xc0][0xf1][0xc9] n[0xba][0x1c][0xfc][0x81][0xa8]f[0xe1][0xef][0xf3][0xb6]1S8;3[0xe1][0x1f][0xe0][0x8f],[0x84][0xb3]2[0x13][0xfe]!~d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "og[0xf][0x88][0xaf][0x94][0x9a]Z[0xf6]}[0x1a]lc[0xb7]P[0xc]q[0xbd][0xf6][0xc7]|t%V[0xf4]'[0xf8]SS[0x91][0xc3]\ Y[0x11]'/6kE[0xc6][0x19]3Y[0xd1][0xeb]f4[0xfc][0x99][0x18][0x97]U[0xfe]9[0xfe][0xc2]b`[0x94][0xc1][0xc0][0xf8][0xfb]_[0xea][0xe5]_aL[0x9f][0x11]*[0x82][0x82][0xc2]J[0xef][0xe2][0x14]'[0xc4]>[0xf][0xf3]3[0xc2]O[0x85][0x9f][0xe3][0xfc]<[0xcd][0xcf]3[0xd9]6[0xc8][0xbf][0xca]N[0xf0][0xc1][0xce][0x9][0xe3]o[0xaf][0xf9][0xdc]e>[0xef][0xe5][0xa3][0xfb]}[0xbb][0xcb]p[0x95]g[0xe5][0x97][0x17][0xe4][0xe1]5[0xd6][0xfd][[0xbb]K[0x6]PK[0x7][0x8]"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonPatchBuilderImpl.class[0xa5][0x97][P[E[0x18][0xc7][0xff]K[0x2][0x81]$[0xbd][0x8]-[0x2][0x85]^[0xb4][0x97][0x4][0xda]F,[0xbd]A[0x8b][0xe5][0x12][0x84][0x96][0x2]-[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xad][0x87]p[0x80][0xd0][0xdc]W[0xc7][0xf7][0xaa][0xe3]Lu[0xb4]-e[0xf4][0xb9][0xd6][0xf1][0xbd][0xea][0xf8]^u|[0xaf]::[0xfe][0xf7]$[\r][0x81][0x9c][0x13]N[0xf1][0x81]o[0xf7]l[0xbe][0xfd][0xef]ow[0xbf][0xef][0x9b][0xe5][0xee][0xbf][0xb7][0xbf][0x5][0xd0][0x80]+Nl@[0xaf][0x3]}N[0x1c][0xc1]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd0]_[0x82][0xf5][0x18][0x90][0xbd]cN[0xf6][0x6]]8[0x8e][0xe7][0x1c][0x18]r[0xa2][0x4][0xc7][0x8a]1\[0x82][0x13]8[0xe9][0xa4]9%G[0x9e]/[0xc6]^[0x17]N[0xcb][0xb6]I[0xb6]/[0xb8][0xa0]`D[0xf6][0x2][0xd2][0x8c]JoU[0x9a]1i[0xc6][0x8b][0xd1]![0xdb][0x9]i[0x82][0xd2]u[0xd2][0x81]3r[0x99][0x90][0x13]5[0x8];[0x10]q [0xea]@L[0xc0]1[0x92][0xc][0x86]FUM`][0xf7][0xa4]rF[0xd1][0x12][0x8a]o2[0x1e][0x8d][0xf8][0xe][0xd2][0xb4]h[0x9a]2[0xdd][0x9a]rh[0x12]([0xda][0x17][0x8c][0x4][0x13][0xcd][0x2]k<&[0xbe]M[0xde]A[0x1]{[tT[0x15]X[0xd1][0x1d][0x8c][0xa8]=[0xc9][0xf0][0x88][0xaa][\r](#![0x8e][0x94]vG[0x3]JhP[0xd1][0x82][0xf2];=hOL[0x4][0xe3][0x2][0xde][0xee][0xa8]6[0xee][0x1b][0xf])[0xf1][0xf8]X0>1[0xa7][0xdb][0xa7]$[0x2][0x13]i[0x86][0xae]p,D[0x8e][0xc2][0x98][0x1c][0x13][0xa8]0[0xa3][0x10][0xb0]y$I[0xa1][0x12][0x8b][0x85][0xa6][0x5][0x1a][\r]x[0xfb][0x13]Z2[0x90]Hjj[0x93]7[0xdf][0x8f][0xdc]uB[0xd1][0xc6][0xd5][0x84]@u~[0xbf][0xf2][0xf9][0xbb][0x9b][0x8e]=[0xdc][0xa1]m`[0x80]?[0x97][0xf4][0x7][0xc7]#[0x8a][0xf4][0xe5]f[0xf7][\r]46[0xe6]Sk[0xf6]p[0x8e]W[0x9f]gSFG[0x5][0xe][0xc9][0x1d]L)[0xbe][0x90][0x12][0x19][0xf7][0xd1]/[0x18][0x19]o[0xca][0x15][0x18]TBI[0xc3][0xfd]d[0x1f]"5[0xed]<[0xc0][0x9]y[0x1f]9[0x9a]<[0xb3]))bx[0xb8])y[0x1][0xbf]1[0xcc][0x82][0x91][0xc5]1[0x1a][0xc]t[0xba][0x16][0x9f]&[0xba][0x8c][0xa7][0xe][[0x98]:[0xcc][0xfb][0xd4][0xd4]pt[0x8a];[0xdc]a[0xa0][0xb1][0xb8][0x84]CSc!% #7%c[0x1f][0xd3][0xa2]a6[0x81]hlZ[0x86][0xb3][0x1a]g[0xac][0xac][0xd4][0xd3][0xaa]%[0x9e][0x89]I[0x81]*[0x8f][0x81][0xf8][0xc3]x-[0xd4][0xfd]M[0x9c]t[0x2]:9[0xfb][0xa3]I-[0xa0]v[0x4]eTU[0x1a]%[0xc7]v[0xb9]!76a[0xbb][0xc0][0x16][0x93][0x84][0xca]Nj9[0xc7][0x81][0x17][0xdd][0xd0][0x10][0x97][0xd3][0x12]n<[0x89][0x8d][0xb2][0x97]t[0xe3][0x10][0xba][0x1d][0x98]r[0xc3][0x87][0xa7][0x4]<&j[0xbd]#[0x93]j [0x91]%'P[0x10][0x8d]9[0xf0][0x92][0x1b]gq[0xce][0x8d][0xf3][0xb8][0xe0][0xc6]n[0xbc][0xe2][0xc0]E[0xd9]^r[0xe0]U[0xd9][0xbe]&[0xcd]ei^w[0xe3][\r][0xe9][0xf8][0xa6]4oI[0xf3][0xb6]4[0xef]Hs[0x8][0x7][0x5][0xd6][0xe7]+[0xc]rE7[0xba]pP2o6[0xdf][0xf4][0xc2][0x83][0xe2][\r][0xcd][0xdd]}j[0xf][0x2]5y[0xef][0x9e]e[0xcf]D[0xfc]X"H[0xc1][0xd5],[0x12]][0x91][0x84][0xaa]E[0x94]PkrlL[0xd5][0xfa][0xa2]Q[0x8e]o[0xf2][0x18][0xd6]6%[0x16][0xf4][0xcd][0xb9][0xf1]v[0x9b]M[0x8b][0xaa][0x85][0xe9][0xb2][0xda]m[0xf6]Xt,7[0xde]'[0x8f][0xda][0xf8][0x87][0x8d][0xbd]1US[0x12][0xc1]h[0x84]e,[0xab][0xef][0xee][0x8a]DT[0xad]M[0xae][0xa7][0xb2][0x84][0xdb]Z[0xda][0xdb][0x5][0x9e]0[0x89][0xdf]9[0x11][0xee]uY[0xf4][0xe1]G[0x8f][0x12]f0[0xaf][0xd2][0xc3]>[0xa7][0x16]u,[0xb5][0xd0][0xcc][0x8b]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xad][0xcd][0xef]![0xd0][0xfd][0xff][0xea][0xeb][0xc2][0xf5]r#);[0xeb][0x4]Z[0xc][0xee]z[0xbe][0x86]Y[0xad][0x98][c[0xa7][0xc5][0xea][0xb9][0x90][0xcd]h[0x9e]Q[0xe9]\8[0xaf][0xe8][0xa8][0xff]p[0xef][0xa0][0x9f][0x15][0xf0][0xa8][0xbf][0xaf][0xbb][0xa5][0x8d]={j[0xc0][0xde][0xd6][0xdb]7[0xc4]f[0xc0][0xdf]?[0x80]z[0xbe]26[0x80]q[0xc0][0xbf]RYM[0xf8][0xfe]Y[0xc5]>[0xd3][0x93]v[0xb][0xbf][0xfa]P[0xc8]W[0xf]GkoB[0xd4][0xce][0xa2]`[0xa8][0xee][0x16]l7a[0xff][0x1a][0x85]_p[0xbc][0x0][0x1e][0xda][0xe5][0xb0][0xd1][0xee][0x85][0x1d][0x8d](C[0x13][0xbc][0xfc]*O[0xcd]C-[0xea][0x0][0xbd][0xb7][0x15][0xdb][0xa8]*[0xd5][0xb7][0xa7][0xd5][0xfd][0x9c]![0xd8][0x96]e[0xd4]u[0xf1]"[0x3][0xf1][0x3]tm!d[0xab].[0xee]NMK[0x8b][0xb]Y[0xf6][0xe8]-%[0x8f][0xb0][0x95][0xb][0xbb]jo[0xc0]Q7[0x83][0xe2][0x2]\[0xe7][0xa7]M[0x97]*[0xd2][0xa7][0xf5]f[0xf1][0xb9]2|.[0x9e][0xc6][0xd3][0xfc]}GF^[0x8e]4[0xb0][0xb7]SG[0xd9][0xc5][0xde]n[0xec]I[0x93]_&[0x8e][0xc4][0xaa][0xaf][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0xb3](I[0x81];K]_[0xc2]}[0x3][0xcb]n`y[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xbe][0xd2][0x86][0xd2][0xc7][0xb6][0xce][0xa0][0xd4][0x86][0x19][0x94][0x15][0xe0]x[0xed][0xf5][0xcc][0xbe][0xaa][0x88][0x3][0xc]s[0x17]'P[0x8d][0x93]<[0xfc]S[0x4][0x1b][0xe6]^N[0xeb][0x80][0xeb]S[0xb]d[0x0][0xeb]y[0xc0][0x8d]:X=[0x8f]x[0x1f]U$[0xd0][0xfe][0xa5][0x1][0xad]4[0x5][0x9a]$[0xd0][0x19][0x2][0x85][0x8][0x14]&[0xc8]$[0x81][0xa2][0x16][0x80][0x1a][0xd3]@[0xcd]K[0x0][0xaa][0x9e][0xc1]*S[0xa0][0xb3][0x4]:G[0xa0][0xf3][0x4][0xba]@[0x90][0xb3][0x4][0xba]h[0x1][0xe8][0x99]4[0xd0][0x81][0xa5][0x1][0xad]6[0x5][0xba]B[0xa0]w[0x9][0xf4][0x1e][0x81][0xde]'[0xc8][0x15][0x2]}`[0x1][0xa8]E[0x7]jE[[0x1a](L [0x19][0x83][0xde]\[0xa0][0xf2][0xf9]@9 [0xe5]LK[0xe0]*A>$[0xc8]GL[0xe2][0xab][0x94][0xfc]8+[0xb0][0xbd][0x19][0x8]o[0x1a]B[0xa0][0xdd]J[0xf8]>[0xfe]H[0xe1]{[0x8d][0x8][0x9f][0x10][0xe1]S[0x9e][0xc5]g\[0xea][0x1a][0xcf][0xe2]s[0xcb][0xe1][0xdb]n%|[0x8d][0x80][0xcc][0xc3][0xf7][0x16][0x81]f[0x8]t[0x9b]@[0xb3][0x4][0xb9]E[0xa0]o,[0x87]o[0xbb][0x95][0xf0][0xcd][0x1][0xca][0x1b][0xbe]w[0x8][0xf4][0x1d][0x81][0xee][0x12][0xe8]{[0x82][0xdc]![0xd0][0xf][0x96][0xc3][0xb7][0xdd]J[0xf8][0x1a][0x1][0x99][0x87][0xef]=[0x2][0xfd]H[0xa0][0x9f][0x8][0xf4]3A[0xee][0x11][0xe8][0x17][0xcb][0xe1][0xeb][0xb7]re[0x15][0xb][0x80]*[0xf3]^[0xd9]}[0x2][0xfd]J[0xa0][0xdf][0x8][0xf4];A[0xee][0x13][0xe8][0x8f]E[0x81]:[0xd2]W[0xf6][0xac][0x15][0xa0][0xaa]G[0x2]z@[0xa0]?[0x9][0xf4][0x17][0x81][0xfe]&[0xc8][0x3][0x2][0xfd]c[0x19][0xa8][0xd3]J[0x96][0xad]y[0x94],[0x13][0xc5]([0x13]%[0xa8][0x16]Nl[0x14].x[0xf9][0xed][0x13][0xcb],gY[0xa7][0x95][0x13]2[0x2]2=!QA[0xa0]J[0x2]U[0x11]h[\r][0x81]*[0x8]Tc9[0xcb]:[0xad]dY[0xe]P[0xbe],[0x13][0x1e][0x2]y[0x9]TK[0xa0]:[0x2]y[0x8][0xb4][0xcd]r[0x96]uZ[0xc9]2# [0xd3],[0x13]{[0x8][0xb4][0x97]@[0x8d][0x4][0xe2][0x83][0x88][0xdf]>[0xb1][0xdf]r[0x96][0xf1][0x9f][0xa4]4P[0x83]^[0xb9][0x1][0xa7][0x4]ba[0x13][0x98][I[0xce][0x8][0xd6][0x8b][0xc8][0x99]y[0x11][0xf1][0x1f][0xc2][0xb4][0xc2].[0xae]'s[0xcf][0xa2]f[0x88][0xaf][0xa2][0xb5]7[0xb1]n[0xa1]FO[0x96][0x86];[0xad]Q[0x80][0xc3][0xba][0xed][0xc1][0xb4][0xae],[0xf8]N9[0x8e][0x97][0xf]T[0xfe][0x7]PK[0x7][0x8][0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$1.class[0x8d][0x93]mO[0xd3]P[0x14][0xc7][0xff]w[0x1b][0xeb]6[0x8a][0x94][0x89][0x8][0xf8]4[0xa1][0xc0]&[0xba][0x8a][0x2][0xbe][0xd0][0x18][0x97][0xad]$[0xd3]=[0x85].#[0x86]7[0xde]uu[0xeb]([0xed][0xd2]v[0xf8]i|[0xed]k51[0xc6][0x18]>[0x80]_[0xc1][0xef]b[0xa5][0xa6][0x14]J%[0xfa][0xa4][0xcb][0x84]J[0x9e][0xdf][0xb1]][0xee][0x8c]:I[0xad][0x95][0xf6][0xf5]F[0xa5]P[0xd4][0xa9][0xea][0xbe]^[0xad][0xb7]t[0xd1][0xdc]z[0xe3]5[0x99]15u[0xa3][0xc9][0xb0]p[0xfe][0xda]J[0x86].[0xa0]L[0x17][0x92])[0x8b][0xa2]1[0xc2]C[0x2][0xb3]P[0xc8][0xce][0x11][0xfd]D[0x94]<[0xc0][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xfa]=[0xf5][0x19][0x91]O[0xe2][0x89]~A,V[0xff][0x80][0xd8][0xab][0x11][0xc6][0x9][0xa7]&([0x11][0xc6]'[0x98] [0x94]&[0x98]$LL0E[0xa8][0xfc][0x89][0xfe][0x88]8[0x92][0x98][0xc7]uLa[0x11][0xab]X'[0xbb]A[0xed][0xdf]![0xbb][0x8b][0x2]Jdu4`[0x90]m[0xe2][\r]L[0xb2]Q[0xa4]i{[0xf1][0xd1]&[0xdf][0xe3]*i[0x84][0xc6]<[0x8d][0xc][0xe4][0x3][0x89]"[0xaa][0xe7]HM[0x8][0xe5]^[0x1b][0xc5]/PE F5[0x81]5[0x1a]i[0x9a][0x9b]&[0xb]%A^[0x16][0xf7]^,[0xfd][0x6]PK[0x7][0x8][0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.class[0xad]X{pTg[0x15][0xff][0x9d][0xdd][0xbb]{7[0x9b][0xb]y[0xd0][0xb][0x4][0x8][0x8f][0x10] [0xd9]<[0x9]%[0x14][0xc2];[0xbc][0x12][0x12]B[0xc3][0xbb][0x89]mnvo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]%[0x9b][0xdd][0xb0]{[0x17][0x81]V[0xf0][0x81][0xd6][0xb6][0xd6]GE-P[0xb1]bm|Wj[0x9b][0x10][0x90]J[0xb5][0x8e]3[0xa2]3[0x8e][0xce][0xf8]Gq[0x1c];[0xbe]:Ng[0xaa][0xe3][0xf8][0xea][0xd3][0xf3]}w[0x1f][0x9][0xd9],P[0x5][0xee][0xfd][0xce][0xf7][0x9d][0xf3][0x9d][0xc7][0xef][0x9c][0xef]|w[0xf9][0xe9];[0x97]^[0x0]p'^[0xf2]b[0x9]:Ttz[0xe1]@G[0xe][0x16][0xe3]}[0x1e][0xdc][0xeb][0xe5][0xf1][0xbe]\t[0xc1][0xc8]E7[0xfc]B&[0x90][0x8b][0x99]0s[0xb0][0x6]=*z[0x85]@[0x9f][0x98][0x4]U[0x1c][0x14][0x93]~![0x1d]*d[0x9d][0xd1]\h[0x88][0x15][0x82][0x4][0x95][0x87][0xb8][0x8a][0x1d]b<[0xac][0xe2][0xfd]^[0x1c][0xc1]Q!}L[0xc5][0xfd]^[0xcc]F[0x87]x= ^[0x1f][0x10][0xaf][0xe3][0xe2]uBh[0xfa][0xa0]x}Hh[0xfa][0xb0][0x17][0x1f][0xc1]IA}T[0xc5][0x83]*>NP[0xbb][0xe3][0xc1]P[0xc0][0x8c][0x12][0xe6][0xb5][0x1c]4[0xfa][0x8d][0xa8]e[0xd4][0x1c][0x8c]E[0xc2]5[0xcd][0xfc][0xda]iX[0xfe][0xbe][0x8d][0xb6]@[0x3][0xc1][0xbd]:[0x18][0xe]Zk[0x9][0xce][0xb2][0xf2][0xbd][0x4][0xa5]1[0x12]0[0x9]y-[0xc1][0xb0][0xb9]#>[0xd0]mFw[0x1b][0xdd]!^)l[0x89][0xf8][0x8d][0xd0]^#[0x1a][0x14][0xf3][0xc4][0xa2]b[0xf5][0x5]c[0x84])[0x9b][0x82]==[[0xcd][0xb0][0x19]5[0xac][0x8][[0xd5][0x9a][0xc2]L7[0x86][0x8c]X[0xcc]dvmK$[0xda][[0xd3]+[0xa6]=[0xc1]X[0xdf][\r][0xae]4[\r][0xc][0x86]J[0xc7])`[0xaf][0x94][0x0]/[0x10][0xda][0xcb]&[0xfa][0xbf][0xcb][0x8a][0xc6][0xfd]VT[0x10][0x96]d;[0xa4][0x89]~![0xf6]h(C9[0x81][0xfb][0xcd]2[0xdc][0xa5][0xe2][0x11][\r][0x9f][0xc0][0xa3]*>[0xa9][0xe1]S[0xf8][0xb4][0x86][0xcf][0xe0]1[\r][0x9f][0xc5])[\r][0x9f][0xc3]:[0xc2][0x8c]I"[0xd7][0xb0][0x11][0x8d][0x1a]>/d[0xa6]g[0x86]W[0xc3]fl[0xd1][0xf0][0x5][0xce][0xe4][0xa9]8[0x9b][0x8f]'4|[0x11][0xe7]4|[0x9]O[0xf2][0xc2][0x97]5[0x9c][0xc7]W4<[0x85][0xaf]f[0xd2]-[0xc1]S[0xf1][0xb4][0x86]!|M[0xc3]N[0xdc]-[0xbd][0x1c][0xf]z"^[\r]_[0xc7]7[0xc4][0xeb][0x9b][0xe2][0xf5]-[\r][0xdf][0xc6]w4<[0x83][0xc7]5|[0x17][0x17]4<[0x8b][0xc7]T|O[0xc3]sx^[0xd8][0x1b]V1B[0xa8][0xbe][0xbd]n[0xc7][0xc1][0xa5][0xad]'[0x8f][0xe6][0xfc][0x9b][0x9d][0xef]q[0xbb]l[0x9f][0x9][0xc5]Y[0x9b]=[0xd7][0x89][0xbc][0x17][0x8][0xb3][0xca]2[0xb4]G)[0xda][0x90][0x9]1[0xc9]![0xe4]Z[0x91]Tn&[0xd1][0x91]j[0xb1][0xe6][0xa1][0xb8][0x11][0xe2][0xd6][0xaf][0x8f]=e[0xc9][0x86]q[0xf][0xdf][0x10][0xdc]X[0xc7][0xc4]R[0x9a]I[0xd9][0xc4][0x8e][0xe6]n[0xdb][0xd8][0xbc][0xb9]q7[0x7][0xb2][0xa1][0xbd]}[0xc3][0x1][0xbe][0xe8][0xa2][0xe6]`[0xc8][0x10][0xbd]|[0xfb]m[0xf4][0xe8][0xc9][0x82]O^[0x8a]^\[0xc4]([0x1f][0x88][0xc][0xbe]g[0x88]f[0xaf][0xb8][0xaf]/[0x11][0xaa]n[0xc7][0x3]>[0xba]n[0xc3][0xef]7[0x7]9[0xd7][0xf][0x94][0xdd][0xee][0xfd]x[0x1b][0xed][0xa4][0xdc]^[0x8a][[0xc1]PMO<[0xec][0xb7][0x82][0xbc]cc[0xb0]1[0x12][0x8e][0xc5][0x7][0xe4][0x7][0x80][0xda][0x13][0x89]n6D[0x82]K[0xca]n"l[0xc7]z[0x99]{h,x[0xcc][0x94][0x9f][0xc][0xdc][0x84][0x9d][0xf2][0x92][0xd4][0xcb][0x9a][0xca]'[0xa2]C[0x98][0x9a]^k[0x95][0xd7][0x9f]s[0xc0]8[0xc2][0x19],[0xe3][0xce][0xd9]$P[0x18][0x1c]4[0xc3][0x81][0xcc][0xf0][0x95]OXJ[0xb7][0xcc])k[0xcc][0xce]n[0xca][0xc6][0xf6]X[0x91][0xe4][0xa1][0xb9][0xa3]l[0xa2] K8[0x8d][0x0]{[0xe5][0x8e][0x9a][0x3][0x91][0xc3][0x1c][0xea][0xb2]I[0xdc][0xcb][0xfe]q[0x95][0xeb][0x8f][0x84]-#[0x18][0x8e]m[0x17]m[0xba]`[0x82]8_[0xd0]f[0xd8][0xcf]_\;#[0xc1][0xb0]%[0x8e][0xe8][0xe2][[0x82][0xa1][0xe1][0x6][0xc1]d-fJ[0xc0][0xfc][0x9b][0x15][0x97][0x8a][0xef]k[0xb8][0x82][0xab][0x1a][0xf6]c[0x8f][0x86][0xdd][0xd8][0xc3][0xa5][0x90]V[0x14][0xc][0x1f][0x8e][0xf4][0x9b]5-[0xf2]j[0xe1][0xee]k[0xf4][0x18]~.B[0x8e]'w =S[0xf1]CF[0xab]%[0x12][0xe9][0x8f][0xf][0x12]~6[0xd6][0xb9][0x84][0x2][0xbb]qo3[0xc2][0x81][0x90][0x19]+[0xb5]%[0xb3][0xdf][0xe3]6[0xca][0x16][0xf0][0x9e][0x98][0xb6][0xc9][0xec]{[0xcb]'r[0x1b][0x8d]PhW[0xd0]2[0x1b]T[0xfc][0x88][0xb0][0xe8][0x96][0xe2]![0xcc][0xcd].[0x87][0xf9]|[0x80][0x96][0xf0][0x8f][0x0][0xe2]_[0x13]|[0x8f]2[0xe5][0xe1][0x87]/`^[0xa9]d[0xaa][0x86]G[0xbe]\[0xe1][0xf2][0x8d][0x80].0[0xe1]@[0x15][0xbf][0xdd]r[0xf1][0xd7][0xa8][0x86][0xb8]x[0xa5][0x0][0x8b][0xd6]A[0xfc]Y[0xc6][0xbf]R[0xec][0xcd]}P[0xe0][0xe4][0xb1][0xc4]w[0x19][0x8e][0x3]#p>[0xf][0xc5]W[0xe8][0xaa][0xa8][0x1c][0x81][0xdb][0xf7][0x1c][0x94]Q[0xa8][0x84]Qx[0x88]o[0xaf][0xa4][0xe6][0xa9]r[0xc7][0xcb][0xc8][0xc5]uL[0xc3]o[0xa4][0x85][0xf9][0xb6][0x96][0x94][0x85][0x12],G[0xbd][0xb4]Z[0x82][0x15]L9[0xf8]/_[0xfe][0x9][0xab]o[0xb0]U7[0x8f]=[0x95]U[0xc3][0xc8]9[\r][0xe5]B[0xe5]([0xbc][0x84]UJ[0x95]=[0xba][0x8a][0x94]g[0x91][0xfb]4f[0x17][0xb9][0xe4]8[0xcd]WQy[0x15]Z[0x15]?#[0x98]2[0x84][0x1a][0xc1][0x9f][0x9a][0xe0]OM[0xf2][0xf3][0x98][0x9f]7[0x82][0xfc]![0xe4][0x9][0xdf]+XY[0x81][0x13][0xfb][0x4]&N[0xe9][0xb9][0xf]^~[0xff][0x8e][0x1]|[0x5]9[0xf8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0x7][0x14][0xe1][0x8f][0xc][0xea][0x9f][0xb0][0x12]F[0x13]^[0xc5][0x1][0xfc][0x5]&^[0x93]Q[0xad][0xb5][0xbd]LE[0xd5][0xc3]R[0xab]dT=[0x1c]_[0x3][0xc7]$[0xa8][0x15]L9Y[0xd7][0x1e][0xac][0xc6]:[0x8e][0xac][0x8][0xad]X[0xcf][0x94][0xb][0x1b]$ZJ[0xce][0xdb][0xa8]Q[0xb1][0x86][0xff][0xcd][0xcb][0xe5]=[0xfc][0x19][0x93][0xc0]a[0x80][0xa5][0x15][0x1e][0x8b]+}U[0x15][0x97][0xc0]?[0xf5]F1[0x8d]A[0xf6]U[0xf2][0xec][0x8e][0xc4][0xec][0xc2][\r][0xc0][0xbf][0xce][0xe3]?1[0x7]oJ[0x17]}[0xb6][0x82][0x94][0x8b][0xc5])[0x17][0x8b][0xd9][0xc5]M[0xd2][0xc5]bvq[0x13][0xef]u[0x88][0xcf]#[0xdb]4[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]![0x0][0xae]3[0xf2]:[0xa1]^ /F[0x97][0xae](][0xba]K[0xe9][0xfa]1[0xa6];V[0xb9][0x9d][0xf5][0xaa][0xae][0x8a][0xa5][0xf3]((r[0xeb]j[0x9d][0xd3][0xd9]vR[0xa5][0xa1]w_[0xb3]9[0xae][0x4][0xc7]Y[0xa7][0xab][0xe3]9[0xca]yX[0xce]z[0x8f][0xee][0xd1]][0xe7][0x11][0xa8][0xd4][0xd5]Q[0xcc]p[0xe0]*fV[0xe9][0x1e]I[0xca][0xcc][0xcf][0x13]J[0x95][0xae]:[0xdd][0xa3]tI[0xfd][0xba][0xa7]:[0xff][0x9d][0xe3][0xee][0xae][0xb6]![0x94][0xdf][0xc0][0x93]duBJ[0xe9][0xaa][0xbe][0x88]"[0x16]m;[0xe9]a[0xa3]g[0xa5][0xe9]G[0xb8][0xc][0xaa]X@[0xd1]]#[0x98][0x95][0xce]{[0xb3][0x80][0x96]<\[0xc6]9[0xc8]'/[0xe6]R.|[0xa4][0xa1][0x8e][0xc7][0xbb]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xd1]T[0xb4][0xf0][0xd8]Ny[0xe8][0xa4]|[0xf4]P[0x1]NP![0xce][0x92][0x8e][0x17]y[0xfe][0x13]^[0xff]9[0xcd][0xc2][0xcb]4[[0x82]>[0xc8][0xb5][0xbf][0x0]3[0xb0][0x15][0xdb][0x18][0xc6][0x86][0x14]u[0x1f][0x9f][0xa7]&[0xa6]<\[0xb]G[0x12]k[0xc]q*9[0xd7]S[0xc9][0xb9][0xce][0xc9]i[0x96][0xc9][0xb9][0xce][0xc9]if?=[0xf8][0x15][0xb6][0xf3][0xe][0x5][0xf9][0xb8][0x86][0x16][0xa6]\[0x98][0xcb]M[0xb6][0x15];[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E%-[0x87][0xf7]]6[0xeb]Q[0xb1]XE[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]p[0xcd]#R1[0x9d][0xc4][0x89][0x9a][0xfe][0x16][0x1c][0x94][0x18][0xde]B[0xe]5,z[0x3].[0xfe][0xc7]F[0xf8][0x83][0xd5][0xce][0xba][0xe3]$[0x9b][0xe1][0xac][0xd3][0x13][0xba][0xeb][0xc][0xb6][0xeb][0xee]stJB[0xc6][0x80][0xe9]n%[0xc0][0xa0][0x89][0x83]s[0x19][0xb3][0xb9][0x15][0xcc][0xa9][0x18]Fq~[0xcd]0[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]0[0xe6][\r]c~[0x95] [0x93][0x89][0x1c][0xc5][0x2]>]Ct[0xb7][0xee]>[0x83][0xb5][0xba][0xeb][0x1c]m[0xcd][0xb8][0xdb][0x95][0xdc]=[0x8a][0x12][0x7][0xf6]%[\r]*[0x1][0xdd][0xcd][0x6][0x87][0xa8]@[0xcc][0xea]tw[0xb5]r\y[0x12]3[0xc6][0xf2][0xa5]KCx=![0xa1][0x4][0xaa][0x95]c[0xf5][0xaa][0xcd][0x95];[0x8e]q[0x85][0xa9][0xba][0xe7])l[0xf9][0x9f][0xe3][0xc0]CB[0xd3]y[0xac]|/A[0xa0][0xc5]7[0xf9][0x96]JA[0xa6][0xcb][0x8c]i[0xd1]eo[0xc]7][0xb6][0xf7]ra[0x81][0x16][0xc2]E[0xa5][0xdc][0x15][0x17][0xa1][0x88][0x16][0xa3][0x95][0xca][0xb8]L[0xcb][0xb1][0x8f]|[0xb8][0x9f]*[0xf0](Uq[0x99]V[0xe3][0x19][0xaa][0xc5][0x15]Z[0x8a]kT[0x87]_[0xd2]2[0xbc]Bw[0x92]N[0xcb]i[0xe][0xd5][0xd3]zZA[0xed][0xb4][0x92]N[0xd0]*z[0x90][0xc7][0x87][0xa9][0x81][0xce][0xd2]ZY[0xca][0x9d]\[0xf]W[0xf0][[0xb4][0xcb]b[0xbd][0x86]_`[0x97],`[0xae][0x91]d[0xd9]2[0x95]([[0xa6][0x12]e[0xcb][0x94]][0xb6][0x82][0x12]%[0xaa]Hj[0xab],[A[0x89]c`[0x97]m>[0xdc]o[0xa2]u[0xdd][0x82][0xb7]a[0x12][0xad][0xfe][0xf][0xb6][0xe5];[0xc4][0x17]C[0xa2][0x5][0x9e]b[0x1d][0xbc][0x3]KE[0xb7]^[0xe8][0xc0][0x19][0x94][0x8f][0xc1][0xbf]2[0x9]f[0xd5]E[0x94]2[0xcd]`[0x16])v[0xbe][0xd2]0[0xd9]m[0xf1]_[0xdc][0xdb][0xff][0x8d]Z>[0x9][0xd5][0xf2][0xe1][0xa4][0xd2][0xd4][0xc9][*[0x9b]!IJ[0x4][0xe3][0x90][0xd4]^[0xa6][0x9c][0x92][0xda][0xc7][0xa7]X[0x91][0xee]:A[0xb5][0xec][0xe1][0xfe][0x94][0x87]/[0xb1]*[0xa1][0xac]3[0xe1][0xe1]i[0xd4][0xfa][0xb2][0xb9]'[0xc4][0x16]%[0xb3];[0x84]%[0xd9][0xc3][0xb1][0xcb])[0x1d]L[0xa1][0xec][0xe7][0xe5]`[0xfe][0xc6][0x8][0xff][0x1d][0x1d][0xf8][0xc7][0x98][0x80]:S[0x1]u[0xca][0x9e]N[0x92]J[0x6][0xd4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa8]sL@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]+[0x16][0xf2][0xea][0x1]y[0x8f][0xdc][0xc3][0xc1][0x2][0xb3]x[0xbe][0x18][0x1f]c[0xb8][0xaf][0xe4][0x5][0xb8]7&w[0xec][0xe8]ThIV39[0x1][0xd6][0xac][0xac]&F[0x4][0xd4]Fv[0xca][0xbb][0xe4][0x9c]*[0xb7][0xec][0xcc]g[0xd2]-[0x9b]i[0x8][0xe6]r[0xf2][0xfe]V[0x1][0xb6][0xbb][0x93][0xe9][0xa4]z[0x8f][0x80][0x9b][0x1b]+[0x11]5[0xf5][0x9][0xb0][0xb4]g[0x86][0x14][0x1]7D[0x92]i[0xa5]kltP[0xc9][0xc5][0xe5][0xc1][0x14][0xad]x"[0x99][0x84][0x9c][0xea][0x93]sI~7[0x16]-[0xea]H[0x92][0xe0][0xd4]G2[0xb9][0xe1][0x96]aF[0xb7]#[0x99][0x1f][0x99][0xe1][0xdb][0xc3][0xb0][0xc2][0xa3][0xd9][0x14][0x3]Pv[0x8f][0xc9])[0xa2][0xbe][0x91][0x1][0xec][0x91][Rrz[0xb8][0xa5]{p[0xa7][0x92]P[[0x9b][0xb6][0x9]0g[0x6]w[0xb2][0x9c]y[0x9b][0xa4]oL[0x95][0x13][0xbb][0xa2]r[0xd6][0x90]k[0x1f][0x91][0xf3]#:RscS[0x98][0x16][0xd4]LL[0xcd]%[0xd3][0xc3][0x2][0x16]56[0x95][0xb0][0xd0]W[0x89][0x85]U[0xce]fS[0xfb][0x5][0xac]+[0xa3]>[0x11][0x8d]%[0xd4][0xb1][0x9c][0xd2][0xda]t[0xa5]M[0x1][0x8e]L[0x96]M[0x9e][0xcc][0xa4][0xcb][0xda][0xba]ON[0x8d]1[0x99]M[0x95]s[0xc3][0x8a]*[0xe0][0x96]+[0xb3][0xb3][0xe5][0x94][0xfc]XJ[0x15]qD[0xc4]Q[0x1].5St[0x86][0x80][0x9b][0x1a][0xcb][0x80])x[0xd3]2D[0x1] [0xa0][0xf7][0x8a][0xca]\[0xa7][0xa2][0xc5]H[0xc9]g[0xc6]r[0x9]2m[0xec]:[0xb9][0x17]|ye[0xa5]-;r[0x99]QRo>UO&[0x99]V[0x95][0x9c][0xa6][0x9e][0x92]Wg[0xc7]B[0xd1][0x91][0xe6]|.![0xc0][Q[0xbc][0x0]1[0xab]3[0x12]`[0xca]d[0xcb][0x92][0x1a][0xcc]D[0x1c][0x13][0xf1]s[0x11]/[0x9]p[0x92][0xbf]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]:[0xcb](np[0x9f][0x8f][0xa8][0x8c][0xba]3[0x8a][0xd8]F[0x15][0xce]![0x8a]`[0x3]S!J[0xed]$O[0xb][0x17][0x1]wT[0x96]V[0x86]w![0xc6][0xac]{[0xf4][0xd3][0xee][0xd1]d>O,[0xa3][0x86][0xa0][0x15][0x8d][0xf3]![0x96][0x1]M[0xa9][0xee][0x8c]i~[0xee]Hj[0xe9]=+]W[0xf2][0x1][0x9][0xad]8.[0xe1].[0xac][0x93][0xf0][0xb][0x8c][0xb][0xa8][0xbb]Z[0x96]KhC[0xbb][0x84]Nl[0x92][0x10][0xc6]f[0x11][0xbf][0x94][0xf0]+[0xfc]Z[0xc2][0x4]NH8[0x89][0x97][0x5][0xd4][0x94]WH[0xc2]+8-bR[0xc2][0x14][0xa6])8[0xe6]Q[0x85][0xf6]%[0x94],'[0x9e][0x88]3[0x12][0xce]b3[0xa3][0xfb][0x8d][0x80][0xc5][0x15]L'a[0xb][0xfa][0x5][0xac][0xbc][0x1a][0xe4][0x86]Y[0x95]TB[0x1f][0xee][0xa3][0xf0][0xa3]r:"a[0x7][0x86]%[0xfc][0x16][0xe7]$[0xbc][0xca][0xf2][0xce][0xe3]w[0x12]^c[0xb5]^[0x97][0xf0]{[0xbc])[0xe1][0x2]+[0xba][0x13][0xbb]$[0xfc][0x1]oIx[0x9b][0x87]w[0x10][0xe1][0xb5]w[0x99][0xf4][0xa2][0x84]?[0xe2]=[0x9]b[0xba]?[0xe3]}[0x9][0x1f][0xe0]/[0x12][0xfe][0xca][0x1b][0x97][0xf8][0xf5]o<[0x1b][0x5]U[0x93][0xfa]J@[0xf5][0xb0][0xd1][0xad][0xfb]w[0xfc]C[0xc2]?[0xf1][0xbe][0x80][0xea][0xb9]E[0xb2][0x9c]e{[0xf4][0xa6]P[0x91]u[0xd1][0x6][0xab][0xca]Y[0xbc][0x98][0xb3][0x14][0x1c][0x9a][0xb4]15[0x99]j[0x9][0xab][0x85][0x9e]S[)[0xec][0xcb]9[0xa5][0x10][0xf6][0xd5]s#Q+[0xe0]}z>h[0xed]M[0xc0][0xc2]Y[0x5]\[l-[0xa7][0x9e]Q'[0xed][0xc9]"[0xa4][0x9a][0xc2][0xc9]YP[0xb9]"P[0xbf][0xe8]R[0xf6][0xa9][0x9a]4j5[0x96][0xb4][0xf6]2[0xbb]U[0x14][0xeb][0x87]T[0xc8][0xcd][0xf8][0xfe],i[0xef]([0x99]7[0x94]+[0xca][0xda]~C[0x91][0x8a]8[0xd4]][0x8d][0x86]*Cw[0xdb][0xe6]P{[0x9c][0x9b][0xe7]50\Z[0xc1][0x87]Q%[0x9f][0x97][0x87][0xf9]J[0xb0][0xb0]'[0x18]o[0xdf]4[0x10][0xdd][0x1a][0x8b][0xf][0xb4][0x85][0x6][0x82][0xbd][0xbd][0xc1][0xfe]9[0xbd][0xb6]$[0xf7][0xdd][0xa4]b[0xa9]_[0x2][0xe5][0xe8]*[0xd6]M[0xf2][0xb0].[0xad][0xbb]'[0xd4][0x1b][0x8c][0x87][0xbb][0xbb][0x6][0xa2][0xe1]X,[0xdc][0xd5])[0xc0][0xdf][0x10][0xdb][0x9b][0xa4][0xc0][0xa2]f[0xdd]`[0x9c]o[0xe0][0xf3][\r][0xc5][0x90]k[0xe8][0x9e]i[0xa2][0xa6][0xed][0xd4][0xbc][0x1d][0x4][0xa6][0x0]d[0xbe][0xe5][0xe6][0x9d]q[0x94][0xcc][0x17]p3)[0xbe]w[0xc9][0xa3]d[0xd9]5[0xd7][0xa6][0xcb][0x1c][0xbe][0x1c]%[0x99][0xdc]P2-[0xa7](J[0xe4][0xa1][0xa1][0xeb][0xef][0xae]zi[0xbe]J[0xfb][0x13]sJ6%s{[0xa5][0xee]?[0x9a][0xd9]S[0x0]|=[0x9d][0xba][0xd0][0x3][0x96]W[0xd0]t^[0xcf]t[0xe6][0xe9]F[0xa2][0xe6][0xef]K[0xaa]#[0x15]b[0x82][0x92][0xc2][0x96]R[0xd2][0xc3]LPk[0x84]Rw_h[0xa0][0xa7][0x97]}L[0x8f]PG[0xf8]~[0x1]k[0xaf][0xad][0xbb][0x94][0xc3][0xe0]Nd[0xd2][0xaa][0x9c]L[0xe7][0x8d][0xb6][0xb7][0xf4][0xca]Z[0x13][0xa0][0x9a][0x12][0x1c][0xf1]`og(>[0xd0][0xb5]5[0x12]![0xaf][0xeb][0x1b][0xf1][0x10][0xc5]zG0[0x1c][0x9]m,Fd8[0x12][0x9]u[0x6]#3[0x91]I[0xce][0xd4][0xae]b[0xcb][0xcb][0xdd]:[0xcb]e[0xff]"Cj([0xda]F[0x8a][0x1b]q[0x8d][[0xe9][0x96][0xbe][0x1a][0x2][0xee][0xa4][0x9f][0x87]{"[0xfd][0x1b]q[0xd1][0xbc][0x15]w[0xd3][0xf8]Yz[0xeb][0x80][0x89]>[0x80][0xd3]7[0x9][0xc1][0xe7]?[0x5][0xd3][0x9]z3[0xe1][0x1e][0x1a][0xab]`[0xa6][0xb1][0x8d]x[0xb4][0xc3][0x81][0x8d]XOo5:56 [0x8]h3[0xe6]*[0xd0][0x87][0x9a][0xa8][0xc1]S5x.[0xf3][0xf9][0x8f][0xc2]j[0x19][0xf7][0xbf][0x9][0xc9][0x1a]f[0x8f][0xe5][0x8][0xac][0xe6]q[0xdf]+0[0xf9][0xcf][0xc3]B[0x8f][0xd3][0xb0][0x8e][0x13][0xa1]Y[0x13]W[0x3]+[0x8d]]4vCD[0xf][0x16][0xe1]^Z[0xeb]-[0x11][0xbb][0xac](v[0x19][0xc1][0x9][0x91][0xb8][0xe][0x9a][a[0x16]%F@[0x1d][0xdc]@p[0xbb][0x86][0x8][0xb0][0xfb]4![0xb6][0xf1][0xa2]N6m[0xfd]s[0x1a]SI[0xa7]1[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdc][0xfc][0xcb][0x9f][0x17]'[0xe6][0x9c]W[0xca][0x9e][0xdf][0x82][0x88]q[0xfe]5R[0x89][0x95][0xd9][0xe4][0x8f]2[0x87]i[0xd8][0x5]t[0x5][0xa6][0xe1][0x10]p[0x10][0xab]i[0xe2][0x14][0xa8]1[0xbb][0xd6]Y[0xbc][0x96]i[0x10][0xf6][0x93]p[0x1f]A[0xd5]YT[0xf5]O[0xe1][0x86]IT[0xbf][0xea]k[0xf6]Z[0xce]c[0xc1]$<[0xd1]c[0x97][0xdf]j[0x9e]([0x1a]i[0x9][0x99]F[0xb7][0xf0][0x1e][0xd4]a/[0x2][0xf4][0xbf]q-[0x1e]$[0xdb]?D[0xc6]xX[0xc3][0xe5]#[0x8f][0xd5][0xe1]6D[0xc9][0x98][0x16]FQ4[0xdb]&2m[0xf]a4[0x11][0xed][0xbd]43i[0x6]\[0x4][0xf3][0xc7][0x90]D[0xf4][0x8a][0x88]}[0x4][0xbf][0x8][0xd7][0x87]p[0x13]U[0x1c][[\r]}Z[0xc]{XY[0x9b][0xb9][0xc6]x[0xb4][0xc4][0x18]VC[0x94][0x83][0xaf]$[0xc6][0xe1] Ag[0xef][0xb9][0xcf]ba[0xff]$[0x16][0xf9]([0x16]n[0x9c][0xcb][0xe4][0xc9][0x12]7[0xbb]q?a[0x83]6+[0xe0][0xa5]{[0x91][0xce]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce]t[0x80][0x84][0xd8][0xc9][0xdc]q_[0xb3][0xa7]f[0x12][0x8b][0xbb][0x9a]=[0xb5][0xd3][0xf0][0x9a][0xb0][0xce][0xea][0xb5]^(X[0xf1]&[0xb6][0xe2]I[0xdc][0xec][0xb5]N[0xe3][0x16][0x81][0xee]g[0x9f]:[0x8d]%+[0x8f][0xd3][0xb9]*[0xcd]W,[0x97][0xc3][0x88]}[\r]Mv'[0xfd][0xbe]@[0xbf][0x7][0xfc][0xbe][0xe6]I,[0x9d]F[0x9d][0x19][0x13][0xc5][0x97][[0xb5][0x97]i[0xd4][0x9b]0A[0x92]o#[0xc9][0xeb],[0x1][0xbf][0xd7]Bk[\r]&[0xe8][0xd4][0x84]h[0x1a][0xcb][0x8][0x8a][0x8d]([0xf4][0x99][0xe8][0xb5]y[0xc5][0xd3]X~[0x10]K[0xf9][0xb9][0xc2]k[0xa3][0xe1][0x5]x[0x18][0xa6][0x97]6[0xa7][0xd0][0xa8];[0xdc]`[0xa9]1l2[0xe1][0x10][0xaa]u[0x92])[0xf8][0x98] [0xe0][0xb5]P[0xb6][0x1c][0x84][0xd5]?[0x11][0xd0]h[0x8][0xc8]l[0xe1][0x1a][0xd0][0x80][0xbe]B[0xa4][0x87]P[0xc7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90][0xc]5[0xfc]l[0x8b]ff[0xe8][0x9f][0xd0][0xb7]k[0xb5][0xed])[0x4]x[0xb1][0x18]g[0x83][0xa8][0xa5][0xf1][0x19][0xb2][0xf4]A[0xaa][0x1c][0x87][0xb0][0x18][0xcf][0xa2][0x1e][0x87][0xc9]3[0xcf]Q[0xf4]?[0x8f][0x1c]^[0xa4][0xa8];[0x82][0x3]8[0x8a][0xa7][0xf1][0x12][0xed][0x1c][0xc7]1[0xba]p[0x9f][0xc3]8.[0xd2][0xf5][0xf9][0x12][0xdd][0x9e][0xff][0x83][0x13][0xf8]/^[0xc6][0xff]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]bR[0xa8][0xa6]Kr=[0xce][0x8][0xeb][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]$[0xca][0xf5]Z&:[0x88]G5[0xb6]a;[0xc5][0xea]%[0xaa]%[0xfa][0xec]0[0xf2][0xb4][0xf7][0x0]y[0xe9][0x18][0x92][0xf8]<[0xcd]D[0xf6]y![0x92]i[0xa6]G[0x6][0xcf][0xa2][0x18][0xa0][0x8][0xb1][0xb][0x11][0xf2][0xdf]v[0xc2][0xef][0x11][0xda] [0x93][0x6]V-[0xba]c[0x90]>A[0xbd][0x88][0x4]q[0x18][0xba]S[0x92][0xc4][0xda][0x8f]q[0x97][0x8][0x85][0xbe][0x97])M[0xec]",Z[0xe8]/ [0x12][0xed];[0xa4]oRm[0xbb]L[0x1]i+[0xdd]g[0x16][0xc0]J[0xe]H[0xba]f[0x1b][0xf1][0xfd][0x4][0x89][0xe4]4[[0xe1]o[0xd6][0xe2][0xb0]+p[0x1][0xd5]>[0xbf]aX[0xb2][0xf5][0xca][0xb3]h[0xe9][0xf]hq8[0x89]O[0xcf][0xe4][0xb2]G;[0xf6]:[0xd9][0xf8][\r][0xf0][0xdd][0xdc]KW[0xf3]B[0xfe][0x12][0xbb]b[0xd6][0xae][0xd0]4[0x14][0xb4][0xd9][0x8]Y[0x82]t[0xc5]R[0xb2][0xca] [0xf1][0xe9][0xd0]*[0x90][0xf0][0x11][0xbc][0xc][0xcd][0xc4][0xf7]z[0x3][0xd6]>[0xda][0xe5][0xfa]][0xe7][0xf7][0xac][0x9a][0xc6][0xed]&.8[0xd1][0xe6][0xb]XP[0x84][0xe6]YE[0xd8][0x9a][0xe7][0xe2]y[0x87][0xb0][0xbc]K[0x1e][0xb9]H[0xb5][0xe6]=[\r]O[0x9d][0xce][0xa7][0x88][0xa7][0xce][0xc0]#Q[0xe5]HQ[0x8d]1[0xcd][0xa0]XB[0xc5][0x83][0xde][0xe9][0xcf][0x81][0x81]b[0xb][0xf1]4[0xeb][0xc9]_[0xd5][0xef]o[0x9e][0xc2][0x1d]F[0x98][0x95]&[0xff][0x7]%b[0xdc]E1nr[0xe2][0x3][0xda][0xbe][0xdb]P[0xdb][0x84][0x8c]v2[0x8b][0xcf][0xd0][0xb3][0x9e]X[0xaf]a[0xc2]j;[0x16][0xd2]|-Ax[0x84][0xc4][0x9f][0xda][0xe0][0xc5]S[0xd4][0xf2][0xde][0xd8][0xe0][0xfd]?PK[0x7][0x8][0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl$1.class[0x8d]Rmo[0x12]A[0x10]~[0x16][0xe][0xe][0xf0]j[0x11]kK[0xeb][0x1b][0xb6]W[0x4][0x9b]HL[0xfc][0xa6]1VB[0x13]*[0x14]S[0x8][0xa6][0xe9][0xa7][0xe5]Xa[0xaf][0xd7][[0xb2]w[0xd4][0xf8][0x8b][0xfc][0xac]&[0xc6][0x18][0xd3][0x1f][0xe0][0xdf][0xf1][0xbb]q[0xf6]BR[0xa3]&5[0xb9]yyfg[0x9e][0xd9][0xdb][0x99][0xef]?[0xbf][0x9e][0x3]x[0x8c][0x9d][0x2]n`5[0xf][0x1b]ky[0xf2][0xca][0x6][0xae][0xdb][0xd8]0[0xe0][0xa6][0x8d][6[0xee]0[0xec][0xb8][0xfd][0xb7]2[0xf6][0xa6]]>s}~[0xc2]u[0xcc]]?R[0xa1][0xbb]Oj[0xc8][0x83][0xb9]p[0x13]=x7[0x13][0xc][0xa9][0xe3]6C[0xee][0xa9][0x17][0xc8]P[0xc6][0xcf][0x18][0xd2][0xb5][0xfa][0x90][0xc1]j[0xaa]1[0x1d].wd([0xe][0xe6][0xa7]#[0xa1][0x7]|[0x14]P[0xa4][0xd4]Q[0x1e][0xf][0x86]\K[0x83][0x17][0xc1][0xa5]~[0xcc][0xbd][0x13][0xea][0xb7][0xc0][0x85][0xbe][0x9a]kO[0xec]I[0x3]VL[0xdb]WJ[0x86][0xb1][0xd0][0xed][0xd3]Y[0xf0][0xd0][0xe7]g[0x9c][0xa8][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xae][0x8d]{[0xe][0xb6][0xe0]:[0xc8][0xa3][0xe0]`[0x1b]U[0x7][0xf7]Qc[0xd8]0%[0x8d][0x80][0x87][0x93][0xc6][0x81][0xea][0xcf][0xbd][0xe9][0x9e][0x14][0xc1][0xb8][0xa5][0xb5][0xd2][0xe][0xea][0xa8]2[0xb8]JO[0x1a][0x93][0x80]G[0xd1][0x1b][0x19]M[0x1b][0xe6]w[0x1b][0xf4]u[0x1f]18[0xed]0[0x14][0xba]i[0xf2]D[0xc4]P[0xbc][0xe0][0xed][0x8d]|[0xe1][0xc5][0xc][0x9b][0x97][0x13][0xd9]x[0xc0]PY[0xbc][0xec]E[0xc6]_/[0x9b][0xff][0xcd][0xcf][0x9e][0x19][0x9f]Zn[0xd7][0xea][0xc7][0x9d][0xcb]j[0x9f]PA[0xef][0xc5]~[0xab]9[0xa0][0xb][0xfd]O[0xb6][0xad][0xf4]X[0x86][0x9a]/[0xfd][0x19][0x96][0xd5]{[0xf][0xeb]e[0x2][0xb3][0x4]3[0x9][0xfc][0x80][0x14][0xf1][0xac]`[\r][0x19][0x94]i[0x84]U[0xb2]i\%[0x86]l[0xc2][0xf3][0x3][0xcb][0xa4]S$E[0x12][0x7][0xd6]k[0x9b]2[0xba]FQ[0xde][0xb5][0xe4][0xac][0x84][0xeb]d-b[0x1]n[0x93][0x94](f[0xc3][0x94][0xe4]h[0xbb]+[0xd8]|[0xbe][0xfe][0xb]PK[0x7][0x8]>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl.class[0xb5]W[0x9]|[0x14][0xd5][0x1d][0xfe][0xde][0xee][0xec][0xce]f3!ae[0xc1][0x84]p/[0x98]l[0x8][0x1]T[0xd0] G[0x8]A[0x16][0x93]@[0xb3][0x11]Ela[0xb2][0x99]$[0xb][0xcb]n[0xdc][0xdd]pi[0xad][0xb6][0xd4][0xa3][0xb5][0xd5][0xda]V[0xab]=@Z[0xc1][0x83][0xb6]x[0x85][0xe0]I[[0xab][0xd5][0xd2][0xbb][0xb5]V[0xad][0xb5][0xad][0xf5]l=[0xea][0x85][0x17][0xf4]{[0xb3][0x93]MH&[0x87][0xf6][0xe7]/[0xbf][0xcc][0xbe]y[0xef][0xfd][0xbf][0xff]}[0xcc][0xa3]G[0xee][0xbe][0x1f][0xc0]Ib[0x84][0x17]sqE[0xe]|[0xf8][0x8a][0x7]_[0xf5]b[0x15][0xae][0x94]/Wy[0xf0]5[0xf9]r[0xb5][0x8a][0xaf]{[0xf1][\r]|[0xd3][0xb][0xf][0xae]Qq[0xad][0x17][0xb9][0xb8]B[0x9e]|K>[0xae][0x93][0xaf][0xd7][0xcb][0xc7][0xb7]%[0xce]wT|Wn[0xcf]K[0x88][0x1d]^[0x8c][0xc7]N[0xf9][0xb8][0xc1]GV{[0xe4][0xde]M>[0x8][0xec][0xf1][0xc1][0x81]=[0xb9][0xb8][0x15]{U[0xfc]P^[0xf8][0x91][0x8a][0x1f][0xcb][0xdf]}9[0xa8][0xc4]m[0xb9][0x98][0x86][0xdb][0xbd][0xb8][0x3]w[0xaa][0xb8]Knw[0xe6]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf6][0xab][0xe8][0x92][0x92][0x1c][0x90]8w[0xab][0xb8]G[0x9e][0xdc][0x9b][0x8b]R[0xdc]'[0xb7][0xef][0x97][0xab][0x7][0xe4][0xea][0xa0]|[0xfc][0xc4][0x83][0x9f]z[0xf0]3/[0x1e][0xc4][0xcf]U<$[0xb7][0x1e][0x96]*[0xfc]BR=[0xa2][0xe2]Q[0x15][0xbf]TqH[0xc5][0xaf][0x4][0xb4]Pc[0xa7]P[0xd6][0xbe][0x1a][0xa2]xN`[0xe2]P[0xe6][0xd5][0xf0]<^[0xd0][0xf0]"^[0xd2][0xf0]2[0xfe][0xa3][0xe2][0x15][\r][0xaf][0xe2]\[0xd3][0x4][0xb6][0x1]*[0x9]^[0x93][0xa2][0xbf][0xce][0xea]d[0xef]x[\r][0xff][0xc5][0x1b][0x1a].[0xc6][0xe7][0xed][0xae][0x98][0xb1]+Q[0xde][0xd4][0xf0][0x96][0xb4][0xc7][0xdb]xG[0xe2][0x1d][0xd6][0xf0].[0xde][0xd3][0xf0]>>[0xa0][0x3][0xcb][0xf9]?S[0xc5][0x87][0x1a][0x8e]H[0x98][0x9]C[0xc4][0xae][0x86][0xa3][0xf8][0x80][0xce][0xe3][0x8][0x85][0xf5]B[0xd0][0xaa]}[0xdb]8[0xf3][0xa8][0x9f]([0xd9]Yh[0x94]y;[0x9a][0xa8][0x8][0x9b][0x3]Wt[[0xa6][0xc8][0x6][0x86][0xf6]i`[0xd6]1[0xbc][0xba][0x9b][0xf][0xc7][0x4][0xe]K[0xae]T{,J[0xce]%6y[0x19]*[0xb5][0x9d][0xd1]&[0xc][0xc0][0xb2][0xce]H[0xa5][0xf4]VYCF[0xaf]\[0x11][0xaa]o[0xac]iX[0xbb]tEC]U[0xe3][0xda]P[0xfd][0xaa][0xaa]Z9[0x1a][0xba]cF[0xbc]5[0xcd]1[0xcb][0x1d]i[0xd3][0x93]U[0xe4][0xab][0x94][0x84]J9{[0xb9][0xf5][0xf6]v#[0xce]._\R[0xdd][0xbf]'[0xf6][0xcc]Y[0xb2][0x92][0x98][0xb3]'[0x7][0xc8]c[0x9a][0xa7][0xb9])/t[0x8f]=[0xa6][0x82]rf2G[0x9a][0xa2][0x92][0x1][0xe7][0xb][0xaf]p[0x8][0xa7][0xc0])63[0x97][0xcd][0x14][0xd6][0x8b]3[0xb2]Pd)lo[0x8f][0xb1][0x14]N[0xea][0x16]k[0xc0][0xde][0xc9][0x91]\[0xb8][0x4][0xc6][\r]z[0xcb]~\[0x1a]f[0x3]o[0x11]X4[0xc4][0x88]2[0x8c][0x9a]V[0x16][0x8]o[0x8e][0xa6]#m[0x9c]Q[0x3][0x16]V@^[0xc]d%[0x9][0x98]O[0xd9][0xf2][0xc9]u[\r][0xab][0xb8][0xd6]=[0xed]e[0xf6]rz[0xad][0x3][0x3]z[0xa0][0x7][0x85]L'[0xe]u[0x87][0xe3]Q"[0xd9][0x1c][0x8d][0xeb]1[0x81][0x15]6J[0xf6]w]w[0x97][0x19][0x8e][0xce][0xd3][0xec]&o[0xbb]y{Lw[0x88][0xd7]U[0xad]\[0x19][0xaa]?}m]([0x1c][0xe6][0xaf][0xc0][0xc2][0x8f]&[0x94]M[0x82][0xcd][0xb7]A[0xc8][0xb4][0xd3][0xd0][0xb0][0x94]PR[0xd1]m[0xb4][0xd3][0x98][0xfa][0x15]Kj[0x1a]j[0x96][0xae][0xad]jh[0xa8]Z[0xcd]$\Rs[0xf6][0xda][0x9a][0x86][0x6][0xe6]gI(d[0xcb][0xd9]_[0x12][0xb2][0xd5][0xb6][0xb0][[[0xc2][0x11][0xb2][0xbe][0xba][0xa6]'[0xa7][0x7][0x8c][0xd3]^~[0xb5]e[0x96]5a?[0xf9][0xa6][0xd9][\r][0x9]v[0x10]#{[0xf6]B,w[0xad][0xb2]Pz[0xda][0xf5]d[0xca][0xe0][0xab][0xc0]X;[0xe][0xa1][0xda][0xda][0x9a][0xd3][0xab]j[0x5][0x82]6\z[0xed]4[0xb6]%[0x13][0x9b]e[0x91]5?*[0xc7][0xdb][0x85]oOB[0xa9][0xc2][0xad][0x9]Ux5[0x18]xN[0xc3][0x17]q[0x9][0xdb]m[0xf]V4[0xbe][0x89][0xdf][0x90][0x15][0xb5][0xe6][0xe8][0xc2][0x1e][0xaa][0xb7][0xe8][0x91]t"[0xc9]r[0x91][0xbb][0xb1][0xe7]M[0x15][0x1a]+am"[0xb1][0xa1][0x83]#[0xf8][0xa1][0xde][0xe2]Y[0x0][0x99][0xf6][0xbb]L[0x8f]7[0xc7][0x8c]T s[0xd3]&[0xaa][0x6]"4}[0xf1][0xb1][0xe]3,[0x7][0xa7]-[0xed]Z[0xad][0xc7]b[0xe1]hZ[0xda]'O`[0xea][0xb0][0xf4][0xa1][0xad][0x7][0xbf][0x87]Y[0xf0]a.[0x1c]8[0x5][0xa7][0xc2][0x89]"[0x9c][0x86][0xf9][0x10]X[0x0]po![0xcf]8Qq[0xed][0x93]s[0x16][0xf3]x[0xc6][0x89][0x89][0xcf][0xd3][0x1]q[0x13][0x14]x[0xb8][0xbb]?[0xb8][0x1f]"Xv[0x17][0x1c][0xc1]2[0x9f][0xd3][0xd1][0x9][0xe5].[0xb8]|[0xee][0xe0][0x9d]p9gwB[0xbd][0x1e]#[0xee][0x81]gu[0x17]r[0xf6][0xc3][0xfb][0x80]2[0xbf]X[0x9e][0xdc][0xbf][0xb][0x17][0xcb][0xdf][0xe2][0xd9][0xf5][0xf7] w[0xf5]~h[0x95][0x8a]s[0x8e][0xcb][0xef]*[0xef]D[0xde].4[0x96][0xfb]][0x9d][0x18]1[0xc7][0xed]w[0x17]\[0xb8][0x13]s3[0xfb]J[0xf3].L[0xe7][0x89][0xb2]N[0x9e][0xa9]~[0xb5]`[0xe6]N[0xe4][0x15]\8[0xc7][0xbd][0xdd]%[0xf6]`$7f[0xed][0x84][0xb7][0xa0][0xc2][0xdc](T[0xfc][0xee]N[0xe4][0x9f]%[0xcf][0x8e][0xde]l2+T:Q[0x10][0xde][0xee][0xe0][0xc6][0x5][0xb7]Qt'[0x96][0xf1][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~>[0x17]P[0x9d][0x85][0xc8][0xc1]"[0x8c][0xa2][0xda][0x93][0xa9]x9[0x95]>[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xa4][0xca][0xcb][0xa8]r#[0x9f][0xe7]"[0xc4][0xe9]l9[0xc7][0xba]3[0xf0]9[0xd4][0xe2]r[0xd4][0xe1]*[0xd4][0xe3]Z|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";x[0xe7]F[0x84][0xb1][0x8f]t[0x9d]8[0x93]7[0x81][0x6][0x9a]h[0xb]&[0x90][0xe2][0xc][0xa8][0xa4][0xae]&[0xcd][0x19]p[0xf3][0xff][0x1c]R[0xd6][0xc3]E[0xf4][0xf3][0xb0][0x82][0x14]R[0x96]6[0xac]$[0x8e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "\J[0xca]z:[0x81][0xe6]%b#`[0xae][0xa4][0x1b][0x4][0x91][0x81]2[0xa8]G)[0xa0]C[0x85]O[0xa5][0x2][0xf8][0x0]B[0x1c][0xc1]X[0xae]U[0xe4][0x8a][0xf]1_[0x88][0xf7][0x90][0xf7].[0xf2][0xe][0xa3][0x80]$[0x9c][0x88]3^C[0x9a][0xa0][0x12]vj[0xb0]l7\[0xca][0xde][0xb2][0x87][0xa0][0x95]ub[0xa4][0xcf]w#[0xfd][0xb5][0x97]fr[0x94][0x1d][0x84][0x8f]?t[0xdd][0xde][0xac][0x8d]FSR`-[0x9f][0xeb][0xa8][0x87]N[0x1b]5q/b[0xea]8:[0x3][0x98][0x95]s*VS[0xbb][0x8c][0x9c].8U[0xa6][0xa2][0x90][0xc3][0xb0]%[0xc1]l[0xc8]w[0xc0][0x13]4[0x99][0x1c][0xb7][0xd7][0x8c]6[0xc9][0xc4]m[0xee][0xc7]MP-s[0xc7][0x2][0x15][0xf8]4>c[0xd1][0xaf][0xe0]m[0xa7][0x8c][0xc6]`[0xd9]~[0x8c][0xaa][0x9b].[0x83][0xcc][0xdf][0x3][0xe2]5[0xa5][0xd9]J[0xb0]m&[0xd0][0xc4][0xcc][0xe5][0xac]ty[0xd4]b[0x1d][0xa1][0xdc][0xa6][0x1e]M[0xbc]-[0xa8]G[0xf3] [0xe0][0xa3][0xf7][0xf5][0x1][0xbf][0x94][0xc4][0x97][\r][0x1b][0xdc]@[0x8b][0x5][0xbe][0x9c][0xae][0x95][0xf7][0xb5][0xe0][0xdd][0x18]C[0x1f]N[0xdf][0x8f][0xe3][0xf7][0xf5][0xd1]~w/\-[0x8b][0xab]Y[0xb8]r[0xd5][0xca]0[0x91][0xb8]Q[[0xdc][0xc2][0x1]p;[0x87][0x8d][0xbb][0x1e][0x1b],[0xdc]E[0xc4]uX[0xb8]E[0xc4][0x15]6[0xb8][0xf][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81][0xfe][0xb8]B~3Yh[0x15][0x96][0xdf]][0xd2][0xef]}a[0xe][0xf5]r[0xba][0xcb][0x82]q[0xc8][0xef] >%[0xf1][0xe3][0x14]\[0xe5][0xef][0xdc] [0x95][0x1b]U[0xa9][0x94][0x15]*[0xce][0xd9][0xe5][0x7]0[0xd6][0x89][0x83]([0xae]t)[0xb2]T[0x14]*,+~[0x99][0xf7][0xb3][0xb]Y>[0xc6]U[0xba][0xb6][0xbb][0x99][0xea]/[0x16][0xba]$;[0xc5]dWD[0x86][0xe0]G[0x9c][0x8a]'[0xe8][0x83]'[0x99][0xe8]Oa[0x6]O[0xc2][0xd3][0xa6][0x8][0xcb]xR[0xc4]?[0x99]~[0xf2][0xe6][0xdc][0xac]Ns[0xd1][0xce]T[0x15][0xe6]Jj[0xe7]0W[0xd2]jR[0xb4][0x99][0xa6][0xbf][0x15]bND[0x92][0xa7].[0xa4][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "I[0xca][0xb4][0x95][0x10][0xf9]p[0x1c]A[0x91][0x8a][0xe][0x15][0xc5]L[0xd1]Bl25[0xdd][0xcc]~*fL[0xe5]8[0x95][0xe4]9[0x8c][0xfa][0x80]Y*[0x95][0x9d][0x18][0xa9][0xdc][0x87][0xf1][0x8c][0xc6][0xb2].L[0x8]O[0xdf][0x97][0xd9]n[0x96]{e[0xf5][0xe6][0xcb][0x1c]E[0x91][0xd5][0xd3][0xaf][0xec][0xc2]k[0xb7]c"-3I[0xd0][0xe7][0x93]g[0xdc]*E[0xc4][0xe4][0x1]S[0x98]"k[0xdd]V~[0x10]S*[0xdd][0xd3][0xfd][0x8a][0xdf][0xd5][0xac]4[0x17][0x9a][0x5][0xdb][0xef][0x9a][0xdd][0x85]@X[0x2][0xc9]b[0xbb]#[0xbb]{[0x0]S[0x1d][0xb4][0xf4][0xb4][0xfa][0xf2][0x87]q[0xb9],[0xe7][0xbd][0xee][0x9f] [0xeb]z[0xf6][0xad]d[0x8e]J[0xe4][0xd2]JO[0x16][0xd9][0xe3]W[0xbb][0x10][0xcc][0x82].[0xf7][0xab][0x8e][0x1d]X[0xe2]W[0xb]=[0x7][0x18]S[0xb8][0x1]c$`[0xf6][0xbd][0xb][0xd3]%[0xa0]$;[0x80][0xf2][0xc][0xd7]=[0x18]%[0xef]d[0xd4][0xea][0xc2][0xc]y[0xc1][0xac][0xeb][0xf9][0xd3][0xf7]ekT[0x8b][0xc]~[0xbc]@[0xcb][0xbd][0x88][0x11]x[0x89]U[0xfd]e[0xba][0xe3][0x15][0xba][0xf8]U[0x4][0xf0][0x1a]k[0xe6][0xeb]8[0x19]o[0xb0][0x10][0xbd]EW[0xbd]M[0x9b][0xbf][0x83][0x8b]p[0x18]W[0xf3]S[0xf4][0x1a]~[0x89][0xde]B[0xf3]t[0xf2]k[0xf2]^[0xe1][0xc0]![0xe1][0xc4][0x93]B[0xc1][0xf3][0xc2][0x85][0xf7]E[0x8e][0xc8]e[0xd7]-[0xe6]W[0xf0]dQ`[0x86]I[0xb]K[0xc1][0x8]r[0xda]f&y[0x13][0xf9][0x9f][0x8f][0xb][0x18]0[0xb2][0xee][0x96][0xa1][0xa3][0xe2]^[0xd6][0x92][0xb][0xd9]#<[0xc][0xaf]7[0xcd]prI[0x8f]v[0x87][0x13]W[0x99][0x14][0x99]Ln[0x19][0x94][0x0][0xf9]g[0xc2][0xa9][0x8c][0x12]]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xaa][0xf5][0x9e]1G[0x99]bn[0xb3][0xd8][0x17][0x9b][0xb1]3[0x8d]r[0xa2][0xfc]}[0xd4][0x1d]a[0xcb][0x10]*J[0xf]#[0xbf][0xe0]=[0xb2][0xf0][0xca]/q+[0xe3][0x1e][0xb3][0xf2]w][0xf0]!x[0x83]l[0xa0][0xd7]#_[0x9a]1[0xd8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]g[0xbe][0x99],[0xf2][0xd7][0xc1][0xe5][0xd8][0x1b][0xf4][0xcd][0xca],[0xd9][0x2][0x9c][0xec][0xae][0x5]e;X[0x3][0xcd]U[0xf9][0xce]>T][0x98][0xbd][0xb7][0xd6][0xda]9[0x89]e[0xf2][0xe4][0x7][0xc8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0x8e][0x8d][0xab][0x1]'Z[0xae][0x98][0x81]\[0xaa]X[0xc4]V4[0x16]c[0xc4]8L[0x14][0xe3][0xa9][0xe8]D[0xba]w[0x12][0xca][0xc5][0x14]TQ[0xfd]:q[0x2][0x1a]D[0x9][0xc2][0xa2]4[C[0xc2][0xac][0xa0]_[0xc0]v3P[0xd7][0x99]m[0x11][0xa6][0x9]4[0xa8][0xb9][0xb9]^[0xef]q[0xb9]KT[0x9c]X[0xe0][0x95]S[0xa1][0xa5][0xe3][0xa9][0xfc]u[0x98]U[0xa5][0x13]s[0x6]+N.[0x96][0xed][0xcb][0xcc]Dv[0xb1]k[0xb7][0xf1][0xdc][0x89]/[0x99][0xf7][0xbf][0x8c]yf^8Q)[0x8f][0xb]<[0xb8][0x3][0xd3][0xf0][0xef]E[0x85][0xc2]C[0xbf][0xe7]0[0xaa]vY[0xa5][0xf3][0xfb][0xfc][0xff][0x1]{[0xfc]nkusvu[0xb]v[0xff][0xf]PK[0x7][0x8]&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.class[0xa5]VYW[0x14]G[0x14][0xfe][0x8a]e[0xd8][0x6]ATp[0xc1][0x88][0x1b][0xe][0x8d]:[0x9a][0xc4]%[0x1]4l[0x9a]A[0x1c]L[0x6][0x7][0xc5][0x8d]f[0xa6][0x81][0xc6][0x9e]n[0xd2][0xd3]#1[0xfb]b[0xf6]=yJ[0x1e][0xf3][0x92]WsN[0xe2][0x9c][0x93][0x87][0xfc][0x80][0xfc][0x99][0xbc][0xe7][0xe4]$[0xb9][0xb7][0xba][0xd3][0x83][0xd0]`[0x99]0[0x87]o[0xaa][0xeb][0xd4][0xf7][0xdd][0xef]V[0xdd][0xba]=[0xbf][0xfd][0xf5][0xcb][0xaf][0x0][0x9e][0xc6]7[0x8d][0xe8]A[0x8e]![0xcf]`0[0xcc]5 [0x8e]y[0x1e]-0[0x98][0xc][0x8b][0x8d]4w[0x9b][0xc1][0xe2][0xc7]B[0x1d][0xec]z8[0xfc][0xbc][0xc4][0xcf]/[0xf1][0xc8]e(2x[0xc5]gq[0x8c][0xb1][0xc4][0xe7][0xf8]"[0x8e]/[0x19][0xbe][0xc2][0xd7]q\[0xe0][0xb9][0x8b][0xc]i[0xe]5[0xc1]A/[0xe1][0x5][0x86][0x17][0x19]2[0xc][0x93][0xc][0x97][0x19][0xb2][0xc]C[0xc]S[0xc]W[0x98]![0x1f][0xaf]2L3\c[0xb8][0xce]p[0x83][0xe1]&[0xc3][0xad]8fp^[0xe0][0xc0]:[0xd6]W[0x99]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xad]+_[0x9][0xdb][0xa2]Z75[0xd8]MfQv[0xd2]A[0xcb]r[0x96][0x8d][0xbc][0xec][0xbb][0xd3][0xf4]J5[0xed][0xb4][0xc3]=[0xd4]o[0x98][0xfc][0xf6][0xa0]mH[0xc][0xf7]d[0xb1][0x97]~[0xcb][0xf4][0xd0][0xef][0xa4]*[0xfa][0xd0]F[0xd3]h'[0xe][0xe3][0x8][0x4][0x8e][0xca][0xd9]fZ![0xf8]X[0x8][0x8f][0xd3]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5][0xf4][0x1][0xea][0xb4][0xde][0xc3]e[0x88][0x1f][0xe5][0xa2]'[0x9][0x1b][0xe9][0x1b][0xd8][0x87][0x18][0xf6][0xe3])[0x1a]u[0xf9][0xcb][0xe8][0x7][0xd8][0x9]@[0x8e]N[0xe2][0x14][0x89][0xf0][0xe8]4[0x9e][0xa1][0xd5],[0xfb]l[0xa4]l[0xd5]j[0xd9]n[0x92]=[0xb4][0x8e]l[0x1f][0xfa][0xd7][0xc8][0xe][0x4][0xb2][0x93][0xa8][0xa1][0xf]PO[0xb2]G[0xca][0xa8]^[0xad][0xab][0x11][0xab]W[0xea]j[0xfe][0xba]P[0xb7]>[0xd4][0xad][0xc7][0x19][0x9c][0x95][0xab][0xeb]e[0x84]j[0x9a][0xa5][0xba][0xc]"[0xc][0xcb]g`[0xb3]VF[0xcd][0x94]v[0xf5]'[0xd4][0xd6][0xcc][0xfc][0x8c]Z[0xed]~[0x18]j[0x93][0xb4][0x9c]D-mb[0xb][0x91]8\[0xdc]'[0x5][0xe1]Xp([0x10]L[0xd3]j[0xe][0xd6][0xa6][0xf5][0x96][0x11][0xdb]H[0xf1]$m[0xca])[0xb4][0x92])Vl[0xf7]Ya[0x2]md[0x8d][0x8f]Q[0xf0][0xad][0x89]0[[0xb7][0x91][0xf4][0x0][0x99]=Cf[0xcf]F[0x9a][0x1d][0x89]6[[0xbf][0x91][0xe2][0x8][0x99][0x1d]%[0xb3][0xe7][0x1e]av44[0x9b][0x9][0xcc][0xee] [0xb3][\r][0xbe]r[0x9e][0x95][0xcb]h[0xa4][0xff][0xa6][0xa9][0x15]![0xda][0xc9].[0xe8][0xde][0xd6]P_[0xd8]DW[0xb7][0x8d][0x8c]u[0xd0]5[0xac][0x98][0xdf][0x11][0x84][0xaa][0xe2][0xa6][0x11][0x4][0x98][0x93]E[0xf]tT[0xf7][0xef][0xd2]H[0xfe]{[0xb4]hm[0xcd][0xf][0xb0][0xe9][0x9e][0x10]?[0xfc][0xfd];[0xd7]J[0xb5][0x94]o[0x93][0xb5][0x91][0xa1][0x9a][0x99][0xa4][0xc]2[0x14].[0x1b]fQ[0x85][0xad]x[0x9e]j[0x88][0x83]t[0x4]AR[0xf4][0xdf][0x80][0xaa]?Q%[0xfe][0xc0][0x16]"[0x8f][0x85]1gd[0x81][0x2][0xbb])[0x85][0x16][0xed][0x1]Z[0xbf][0xc5]V[0xfa][0xda][0xfc][0x1d][0x9a][0xb5][0xd6][0xc6][0x7][0xb4][0x91][0x94]^%[0xb2][0x9f][0xd8]4I\#[0x17][0xd7][0xb1][0x1d]7[0xd0][0x89][+[0x12][0xdb][0xbd]"&[0xed]W'-[0xbd][0x10]F[0x1b][0x8][0xa2]5[0x91][0xea][0x16][0xad][0xb5][0x8b][0xf4]+7[0xc0]?[0x97][0x1c][0x11][0xf2][0x94][0x99][0xb1]B[0xb3])[0xdc][0xac][0xf1]P[0xea]D U[0xe7][0xdb]\}[0x91][0x16][0xe8]x[0xcd][0x15][0x12][0xc1][0x5]m[0x1d][0xe4]F[0x1a]H$[0xe5][0x1]C[0x1e][0xe1][0xd6][0x8a]@,[0xc8][0xa3]B[0xae][\r][0xc9][0xe9][0xb0][0xd2][0x8e][0x5][0x87][0x15][0xe3]J[0xdb]v[0x3]v,dO[0x84][0xb5][0xb4]2t[0xfb]F[0xe4]Jh[0xea][0xf8]kB[0xef]*[0xa3]C-4[0xbd]*[0xa2][0x8c]oWeg[0xa2][0xd8];T[0xd9][0x93]![0xdb][0xef][0xaa]1[0xed]P[0x19];U[0xd9][0x97][0xd7][0xb0][0xf7][0x94][0xb1]K[0x95][0x9d][0x8d][0xda][0xb5]NUv[0xe4]q[0xef]VeO[0x5][0xec][0xe3][0xf][0xbd]M[0x9e][0xd8][0x88]^[0xb7][0x82]~%*[0xf8][0x1e][0xd5]Z[0x8b][0xb4][0xde][0xa5]j[0xfd][0xea]Z[0xeb][0x9d]e[0xec]U[0xb5]>[0x1d][0x99][0xf9]>U[0xfa][0xb5]H[0xfa]~U[0xfa][0xf5][0x90][0xee][0xbf]n[0x89][0x9e]([0xe3][0x80]*[0xfd][0xc6]ZzW[0x19][0x7]U[0xe9]7#[0xb7][0xae][[0x95]~+2[0xf7]Cj[0xf4][0x99][0xc8][0xee][0x96]P[0xe8]n4[0xd6][0xe5][0xaa][0xd9][0x0]PK[0x7][0x8]e[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonProviderImpl.class[0xcd]Y[0x9]x[0x1b]W[0x11][0xfe][0x9f][0xe][0xaf][0xb4][0x96]c[0xc7]v[0xdc][0xe6]"[0x87]s8[0xb6]c[0xe7]h[0x9c][0xc3][0xae][0x9b][0xd8][0x89]S'vb[0xec][0x12][0xe3]@[0xa1]kYv[0xd6][0x91]%![0xad]R[0xcc]]([0x4]([0x10]n[0x1a]H[0x9][0x94][0xd0][0xa4][0xa5][0xb4])Mk[0xa7][0xa6][0xa5][0xb4][0x90]@)G9[0xca][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5](G9[0xca]Q[0x8e]BZ[0x98][0xb7][0xbb]ZI[0xab]]is|[0x1f]|[0xf9][0xf2][0xb2][0xfb]v[0xe6][0x9f][0xe6][0xcd][0x9b]7Oy[0xe4][0x85][0xfb][0x1e][0x0]p[0x19][0x9b].[0xa2][0x1d]'[0x4][0xdc]#[0xc2][0x85][0x13]~[0xb4][0xe1]^[0x1][0x13]"[0xbc][0x98][0xe4][0xc3]I[0x1][0xf7][0x89][0xf0]a[0x8a][0xf][0x9f][0x17]p[0xbf][0x88][0x7][0xf0][0x85]b[0xec][0xc5][0x83]|[0xf8][0xa2][0x80][0x87]D[0x94][0xe2]a[0x11]_[0xc2][0x97][0x5][0x9c][0x12]Q[0x8e][0x13]"[0xa1][0x9c][0x16][0xf0][0x15][0x1f][0xbe]*[0xe2][0x11]|[0x8d]K>[0xca]%[0xbe].[0xe0][0x1b]"f[0xe1][0x9b][0x2][0xbe]%b[0xe]G[0x9d][0xc3]Q[0x1f][0x13]1[0x8f][0xdb][0x9b][0xc7][0xed]}[[0xc4]B.[0xf1][0x1d][0x11][0x8b][0xf0][0xb0][0x80][0xef][0x8a]X[0xc2][\r],[0xc1][0xf7][0xf8][0xf0][0xb8][0x80][0xef][0x8b][0xa8][0xe5]3[0xb5][0xf8][0x1][0x1f]~([0xe0]G"[0x1a]pF[0xc0][0x8f]E[0xac][0xe0][0xf6]W[0xe0][0x9][0x1]?[0x11][0xb1][0x1a]O[0xf0][0xe1][0xa7][0x2][0x9e][0x14][0xd1][0x84][0x9f][0xf1][0xe1][0xe7][0x2]~!b=[0xce][0x88][0xf8]%[0x9e][0xe2][0xc3][0xaf][0xf8][0xf0]k>[0xfc][0x86][0xf][0xbf][0x15][0xf0][0xb4][0x88][0x8d][0xdc][0xf6][0xef][0x4][0xfc][0x9e]A[0x1c]L[0xe][0xf][0x87][0xe2]=[0xd1]h[0x98][0xa1][0xba]+[0x1a][0x1f]i[0x1c][0x9]K[0x89][0xc4][0xb0][0x9c][0xd8][0xd3]8[0x9a][0x88]F[0x1a][0xa5][0x98][0xdc][0xd8]f[0x8]53[0x14][0xb5][0xc8][0x11]Yiep[0xd7],[0xdb][0xc5][0xe0]i[0x8f][0xe][0x85][0x18]J[0xbb][0xe4]HhGrl0[0x14][0xbf]J[0x1a][0xc][0xd3]LyW4([0x85]wIq[0x99][0xbf][0xeb][0x93][0x1e]e[0x8f][0x9c]`Xlei[0x1b][\r]=[0xf1][0xe8]>y([0x14][0xef][0x1c][0x8b]q[[0xa5][0xc1]xHRB[C[0x91]P\R[0xa2]q[0x86]55][0xa3][0xd2]>[0xa9]Q[0x8e]6[0xf6][0xc7]e%[0x14]o^F[0x13]{[0xa5][0xb8]"i([0x9][0x85]T[0xc6]T0C[0x8d][0xb3][0xbe]V[0x95]f(3[0xeb]34[0xa7]1w&[0x95]XR[0xe9]S1[0x1c]"[0xbb][0xa3]I[0x85][0xa1][0xca][0x1a][0x82]![0xa0][0xb9][0xd0]#[0xc5][0x13][0xdc][0xfc][0xaa][0xb4][0xad][0xde][0x90]4[0x94][0x97][0xbf][0xa6][0xc3][0xc9][0xc7]U[0xd1]L[0xf2][0xba]2[0xc3][0xda]4`g[0xc4][0x9]w[0x3][0xd5]%G[0x18]fXj3Td[0xd2][0xee][0x90][0x82][0xe4][0xeb]8[0xc3]:[0xdd]XR[0x91][0xc3][0x8d][0xdd]R[0xac][0xa0][0x19]][0x93][0xfb][0x10][0x8c]F[0x86][0xe5][0x11][0x9e])[0xd9][0x10][0x94][0x14]15[0xfd][0xaa][0xb2][0x13]f<[0x96]J[0x9a]E[0xd9][0x1a]-[0xda]kX[0x8a][0x8c]4[0x12]_92[0xd2]\[0xdb]J0%}[0x8a][0x14][0xdc]K[0x2][0xba][0x9a][0xbf]O[0x1e][0x89]HJ2N[0xcf][0xdd]5N0[0x9c]{SeJL#B[0xcd][0xce]#dV&[0xd8]i1=[0xff][0xdb][0xf5]`[0xd1]DHQ[0xc6]{[0x88][0xa1]B$[0x19][0xd8]n[0xda][0x3][0x5]}[0xc9][0x98][0xd9]98[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xcd][0xad][0xcd][0x2][0xfe][0xc0][0xd0]s[0x81]q[0xb0][0xe0][0xac]'x[0xaf][0x9e][0xa2]u[0x85][0x12][0x9c][0xc3][0x18][0xd9][0xbb][0xc2]Q[0xf6]f[0xa9][0xe8][0xf6][0xfa][0xf5][0xfd]\W[0xa8] pec[0xab][0xaf]t[0xb6][0xd5][0xb3]t*2[\r][0x1a][0xb][0xbd][0xb2][0xc0]B[0xa7]![0xd2][0xa1][0xea]8[0x9f][0xe8][[0x1]Ud[0xc6][0xfc][0x9c](e[0xa9]\[0x8]%3[0x90]NIK[0xb7][0xb6][0xa4][0x1c]V[0xb3]aa[0x8d][0x85]j[0x96]L[0xaa][0xfe]Z[0xca]X[0x19]6k[0x17]E[0xd5][0x9][0x86][0x99][0xb6]([0xce]Bc[0x6]v[0x8f]I1[0x86][0xfe][0xc2][0x1][0xb2][0xda]m[0xe][0xf0][0xcb][0xb5][0x88]m[0x8a][0xc7][0xa5]q#`[0xb][0xac][0x2][0x96])B[0x8a][0xeb]-[0xe2][0xa5][0x8a]XY5[0xe9]z%[0xfe][0xce]p[0xa9][0x1d]D[0xfa]DQ=n[0x8f][0x86][0xc3][0xc4]Z[0x8e]F[0x1c][0x80][0x8b]AC[0xda]8[0x11][0xcd]([0xda]:[0xe5]~hQk[0xf8][0x6]k[0xdb]-[0xd6]9h2_[0xa2][0x9f]YQ*[0x96]<[0x96][\r]5[0xb9]ke[0x81][0xa2][0xcb][0x13]@[0xf1]h[0xfa][0x95]709[0xda][0xc6][0xa2][0xf5]HJpO[0xfe]E[0xcb][0x14]9[0xd7]E3[0xe9][0x16]g[0x18][0xd5][[0x88]sBR[0x97]F[0x85][0xd8],[0xf][0xf]3[0xf4]Z [0x90][0x87][0xc9] ?,[0x9b][0xf3]}[0xcb]c[0xa1]([0x11]M[0xc6][0x83]t[0xd6][0xce][0xc9][0x7]@r[0x8a][0x14][0x1f][0x9][0xd1]~-[0xd3](u[0x87][0xe8]Uwm[0xad][0x5][0xb1]]R8ii8[0xad][0xc8][0xf3]:[0xa6]!X[0xe4][0xb5][0x6]`4[0x93][0xaa][0x9a][0x16][0x87][0x9d][0xb6][0xe6][0xce][0x97][0x86][0xbe]R[0xaa]0[0xc3]rg[0x9]h$[0x97]w[0x9f][0xa6]7[0xa7][0xa6][0xd3]BL[0xeb][0xae]I[0x8c]ur[0x91]myE[0xb6]q[0x91][0xcd]yE6[0xa7][0xcb][0xe2][0x98][0xa4][0xec]il[0x93]G:)[0xf3]G[0xac][0x8f]PC[0xaf][0xca]Z%[0x17]ls(([0x8f]I[0xe1]s[0x1]K[0xa9]0Tj[0x81][0xd4][0xf7][0x80]q[0xc4][0xad]rP[0xc7][0xb3]u[0x8]k[0xeb][0xf9][0x9e]q9H[0x97][0xc8][0x89][0x9e][0xac][0x86]lK[0x84][0xf7][0x9a]CT[0x17]r[0x88]Q[0xa3][0xb6][0xd4][0x99]a[0x92][0x14][0xfb][0xd4][0xcd][0xd3]![0xf3][0xc6]u[0x86][0xf9]&[0xd4][0xc0][0xd5][0x2][0xe8][0xc0]V[0xaa]5[0x16]7[0xa7][0xf4][0xfd][0x8c]K[0x7][0xb0][0x19][[0xa8]k[0xb6][0xb9]b[0x19]-[0x9c]&[0xdb][0x81]?[0xf2][0xe1][0x19]k[0xe4]t[0xef][0x9b][0x92][0xfe][0x13][0x1f][0xfe]l-[0x9d]}W[0x14][0xf0][0x97][0x0][0xfe][0x8a]g[0x3][0xf8][0x1b][0xfe][0x1e][0xc0]?[0xf0]O[0x86][0x9a][0xbc]6[0xf4]@[0xa7]L='[0xe0]_[0x1][0xfc][0x1b]g[0x19][0xa6][0xa7][0xe3]x[0xa5][0x94][0xd8]C[0xb1][0xc][0xe0]N[0x1c]'[0x1a][0x5];Uj2u[0x99][0x6].[0xd3][0xa0][0xc9]4d[0xc9]4d[0xb7][0xd9][0x2][0x9e][0xf][0xe0][0x5][0xfc]'@[0xbb][0x84][0x5][0x98][0x8b][0xb9][0xa9][0xcf],[0x14][0xce]l[0xf2][0xcc]c[0x1f]P[0xad]u[0xe2][0x82][0xf6]2Z[0xc7][0xa7][0xc9][0xd8][0x5]-[0xab]+[0xcc]/[0x9a][0xd5][0xad][0xe5][0x17][0xcd]jSR[0xde]x[0xf9]PD[0x19]m[0xa3][0x94]y[0x12][0xa7]t[0x4]>[0xf8][0xa8][0x7][0xb4][s[0xed][0xa0]M[0x89][0xfb][0xed][0xd1]3[0x8f][0xc3][0x94][0xb8][0xc8]0?[0x9f][0xb8]*[0xc7][0x8a]i[0xf9][0xb0][0xd8]F.][0xb9]S[0xa0]%\c[0x9a][0xfd][0xaa]h[0x9b][0x96]K[0xb][0xac]4[0xc0][0xca]p3[0x1f][0x8e][0xf0][0xe1][0x16]>[0x1c][0xe3][0xc3]m[0xc][0xcb]l[0xf4][0xb3][0xb][0x8a][0xb6][0xe][0xd5][0xe]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "a[0x98][0x9b][0x9d][0xe7][0xb4][0xd1]2e[0xa8][0xf7][0xc9]*4[0xc]M9[0xd7]"[0x7]?[0xee][0xf0][0xdf]sZlnH[0xe][0xd5][0x9b]r[0xae][0xe][0x15][0x9b][0xad]o[0x82][0xe][0xb5]K[0xd3][0x85][0xb5][0x9d][0xb]3[0x8][0xd4]c[0xec][0x90][0xc6][0xa8][0x9c]V[0xaa][0xdd]YN'W[0x1c][0x8c]F[0x14]I[0x8e]$[0xb6][0x87][0xe8]`[0x99][0x91]yT[0xa7].[0x1f]T[0x98][0xdd]j[0xab][0xb2][0xc4][0xea]k[0xee][0x94]*[0xe8][0x8c][0xf0][0xc][0xab]6[0x97]h[0xfb]Bc1e\][0xc2][0xe9])[0xde][0x19]?[0x95]LO[0xdb]l#[0xa8][0x90]D[0x8d][0xb6][0xa0]v[\r];[0xa9][0x9f][0xa9][0xaa][0xd9][0x9d][0xc9]J[0x97][0xe0]W[0x99][0x18][0xff][0x8d]j[0x9d][0x85][0x17][0xe][0xfd]*MF[0xc6][0xa2]C[0xf2][0xb0][0xfa][0xd3][0x8c][0xca]n[0xbe][0xd5]I[0x9c]M[0xb6][0xc9],[0xb2][0xdb]ap[0xae][0xb0][0xbf][0x10]:DXc6[0xed]P[0xaf][0xd5][0xb6][0xb7]>[0xc7][0xed]c[0xbe][0xf6]8M[0xb][0xab][0x8e][0x91][0xe6]g[0xdb][0xf7][0xfc][0xfc]7[0xd8][0xa1][0x8b][0xdf][0xd6][0xa7]n[0x83]V[0x96][0xf5]^[0x98],o[0xbb][0x18][0x1d]t[0xaa]A[0xb7][0xab][0xba]Z[0xb7][0xa8][0xd5][0xc1][0x12][0xda][0x8f][0xe9]9,@[0x1b][0xda][0x1]P[0x3][0xc6][0xbb][0x1e]zZH[0xcf][0xd4]([0xd1]x%[0xbd][0xb5][0xc2]MO@Y[0xed][0x4]X[0xed][0x14]\[0x3][0x13]p[0xdf][0x3][0xcf]]4[0xe7]B'[0x8d][0xfc]?[0x7][0x80]:x[0xb0][0x1c][0xdb][0xe8])[0xa0][0xc9]c;[0xba]T[0xdc]n[0xec][0xd0][0xb1]6[0x91][0xc][0x97]-[0x99][0x82]w[0xa0][0xae][0xf6][0x4]<[0x13](:n[0x0][0x15][0xa9][0x8a]+U[0x90]*MP[0x7][0xe1]O;[0xd1]C[0xdf]9[0xdc][0x8b][0xf3][0xc0][0x9]f[0xb8]&[0x1b][0xb8]^[0xf4][0xa9]pW[0xe1]%[0xb9]p[0xbe][0x14][0x9c][0xdf][0xc][0xd7]l[0x3][0xb7][0xb][0xfd]:[0xdc]K[0xf3][0xc0][0x89]f[0xb8][0x8d]6p[0x3][0xd8][0xad][0xc2][0xbd][0xc]/[0xa7]o[0x1c][0xee][0x18][0xad][0x83][0x9b][0xfe]][0xc3][0xba][0xeb]Na~]y[0xf1][0xbd][0x8][0x9c]D[0x89][0xb][0x7]Q[0x9e]z[0x9b][0xe6][0xc2][0x83]([0xee][0xae]?[\r][0x1f]7[0xd8]=[0x85][0xd2][0x81][0xfa][0x9][0x94]q[0xb3][0x1e][0xd5][0xec],2[0xc]Zf[0x17]-q%-r5[0xcd].%[0x12][0xf5]d[0x9a]S[0x99][0xaf][0x19]1[0xa8][0xac][0xc1][0xd5]x[0x5][0x11]qa5^[0xa9][0xea]]c,1[0xff]&[0xd1][0xd3] =[0xfb][0xe1]:[0x8b]j[0x1][0xc5]>[0x4]U[0x1f][0x87][0xe8]C[0x8][0xc3][0x1a]{[0xd6][0x5]/[0xfd][0x1]"u[0xa7]Q>[0x89][0xe9][0xdd][0xee]VNp[0x83][0xe7](z[0xa7]PN9U[0xd1]]7[0x89][0xca][0x81][0xd6][0x83]([0xab]/[0xaf][0xf2]L[0xe2][0x92][0x93][0xb8][0xd4][0x8d][0xfe]l[0xd7]6xfzN[0xa1][0xb2]^[0x9d][0x9c][0xe9][0xd1]D[0x8e][0xc2][0xaf][0x81][0xd5]Ob&[0xf9][0x14]c[0x84][0xbe][0xbb]H[0xd3][0x8f]=[0x90])Le[0xf4][0x97][0x87][0xc4][0xc3][0xfd]2[0x2][0x16][0xd1][0x3]6[0x9b][0xf2]K[0xd3]X@)[0xab]il[0xa2][0x1d][0xa2]i\[0xa3][0x87]Z[0xc3][0x1d]U[0xd7]?[0xa2][0x87]S[0xd3][0xe4]s<[0xb0][0xe5][0xf0]V<[0x8f][0xb9][0x2][0xf6][0xb2][0xb3]XL[0x1][0xf6]z[0xf4][0x8][0x87]Iv[0x8c][0xb4]r[0xd2]mN*[0xdd][0xe6][0x9a][0xd3]mo[0x81][0xec][0x1d]C4[0xf][0xdc][0x8b][0xcc]p[0xb1][0x2][0xd9][0x1b][0xc3][0xab]r[0xe1][0xe6][0xa5][0xe0][0xe6][0x9b][0xe1][0x92][0x5]v~[0xc][0xf1]3JO[0x9a][0xef]o[0xa2][0xa7][0xeb]([0x1b]s|[0xaf][0xd5]}[0xaf]3[0xd3][0xbe][0xdb][0xd2][0xf7][0xeb]([0x9b]s|[0xaf]M[0x91][0xad]7[0x83]L[0xda][0x90][0xbd][0x9e]6[0x3]S[0xe1][0xde][0x96][0xeb][0xbb][0x1][0xb7][0xdc][0xec][0xfb][0xfd]6p[0xfb]iOe[0xfb][0xbe][0x9f]vX[0xca][0xf7]w[0xd2][0xd3][\r][0xb4][0xd3]4[0xde][0x97][0x13]"[0xd7][0xf7]O[0xa1]a[0xa0]n[0x2][0x8d]f[0xce][0xf]e[0x18][0xf1][0x1b]F[0xfc][0xb4]M[0xdf][0xa3]r>[0x80][0xf7][0xea]P[0xab]H[0x86]k[0xf8][0xa6][0xb0][0x82][0xea][0xc9]J3[0xd2][0xe9][0x8c][0x10][0xfa][0x8c][0x10][0x1e][0xa0][0x8d][0x9e]Ce[0x5][0xa7][0xb2][0xca][0xc][0xf0][0xa8][\r][0x95]T[0xf8][0xde]O[0xf5]"[0x7]j5[0x87][0xba][0xcc][0xc][0xf5]X[0x1][0xa8][0xf][0xe2]C:[0xd4]vZ[0x9][0xb7][0xb6][0x12][0x4]E[0x5]n[0x8d][0x5][0xdc][0xe3][0x19][3s%>[0x8c][0x8f][0xe8]+p#=[0xf1][0xf0][0x1c][0xa4]-[0x9d][0xc3][0xb1][0x89]s\k[0x6]=c[0xc3][0xf1]cT[0x11]8[0xc7][0x9b][0xf0][0xf1]\[0x8e]M*[0xc7]u[0x16]pO[0xda]re[0xc3][0xf1][0x93]zv[0x1c][0xc6][0xcd]:[0xd4]z[0xb5]F[0x1][0xde][0xd9][0x93]h6[0xc3]<[0x9d][0x1][0xe3]5`[0xbc][0x4][0xf3])[0x1d][0xe6][0x88][0x1][0xe3]R=[0xf0][0xce][0x9b]D[0x8b][0x19][0xe6][0x19][[0x98]O[0xeb]0[0xb7][0x98]a[0x96]N[0xe2]r3[0xcc][0xb3][0xb6]0Gu[0x98]cf[0xa7][0xe8][0xe8]l5[0xc3][0xa3][0xc2][0xdc][0x8e][0xcf]^[0xd8][0x9][0xb4][0x91][0x9f]@[0x9b]L'[0x10][0xa3][0x85]g[0x1e]T2/[0xaa][0x99][0x80][0xa5][0xcc][0x87]z&^[0xdc][0x13][0xe8][0xe]*[0x3]w[0xe2][0xb8][0xce]~[0x8b]^>[0xfc][0xb5][0xe5]U*[0xe9][0xdb][0x91]U[0xee][0xd8][0xb4][0x8c][0xfa][0xe1]Wm"[0xc3][0x92]_[0xb5][0x4][0x1d][0xfa].[0x9a][0xfb][0x9c][0xfa]t[0xf7][0x1]PK[0x7][0x8][0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonReaderFactoryImpl.class[0x95][0x94]O[0xd3]@[0x18][0xc7][0xbf][0xb7][0x8d][0x15]f7~([0xa8][0xa8][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "s[0xeb][0x90][0xa2]"[0x8a]#$[0xba][0x84][0x4]2"$[0xfe]y+[0xb7]r[0xd8][0xb5]K[0xd7][0x99][0xf0][0xae]4[0x91]`4[0xf1][0x5][0xf8][0xa2][0x8c][0xcf][0xb5][0xcd][0xd0][0xb1]-3[0xcb][0x9e][0xde]=[0xf7]|?w[0xf7][0x9c]z[0xff][0x9b]f(.[0xe6][0xe9][[0x93][0x1][0xc3]%$([0xcd]T [0x1a][0xe7][0xe8][0xab][0x94][0xc0]8[0xcd][0xa9]V4[0x1e][0xa1][0xff][0x14].[0xd3][0xca][0x15][0x1a][0xbd][0xa5][0xb5][0x4]='[0x8d]30[0xe3][0x1b][0x12][0xa7]H[0x1a][0xa5]S[0xa4][0xbe][0x84][0xb2][0xe9]08Ev[0x91][0xec][0x2][0x81][0x97][0x8][0x93][0xc7][0xc]yf"![0xae][0xe2][0x1a][0x10][0x8e][0xd4][0x6][0x8c]~[0xd7]1[0x1b][0xe3][0x9f][0x93]JEe`[0xe4]C[0xc9][0xf8][0x8a][0xd4][0x19][0xd2][0x9f];[0xe8]4[0x85][0x1][0xc6]_[0xb8]l[0x7][0x97][0xc5][\r][0xdc][0x8c]q[0xb7][0x6][0xe0][0xb4]n[0x9c][0xd9][0x7]7[0x87][0xdb]1n>[0xc6]U)[0x19]Iz[0xe6]B[0xdc]r[0xc4][0x1b][0xed][0xe6][0xad][0x85][0xbc][0xf9]([0xb2][0xc3][0xcb][0xc5]<5Z[0xc0][0x1d]R[0xd0][0xd7][0x96][0xb2][0x94][0x8][0xc9]f[0xb8][0x13]%[0x9b][0x98][0xc9]n[0xe0]F[0x8][0xd4][0xa3][0x80][0x18][0x18]Ui[0x89]|[0xf9]pt[0xef][0xf]PK[0x7][0x8][0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonReaderImpl.class[0xa5]VkW[0x13]W[0x14][0xdd]C[0x2][0x3]q@AT[0xd4][0xd6]GE[0x1b][0x82][0x18][0x1f][0x15][0xb5][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!hp[0x4][\r][0x11][0x8d][0xad][0xa6]C[0x1c][0x92][0x9][0xc3]$[0x9d][0x99][0xa0][0xb6]][0xab]_j[0xff][0x83][0xa0][0xfd]j[0xbb][0xaa]t[0x95][0xb5][0xea][0xf7][0xfe][0xa4][0xae][0xae][0xb6][0xfb][0xce][0xc]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0xd4][0xf][0xb9]s[0x1f][0xfb][0x9c]}[0xf6][0xb9][0xe7][0xcc][0xe4][0xaf][0xff][0xf8][0x13][0xc0]gx[0x1a][0xc1]G[0xb8]&[0xe3]z[0x4]-Hw`?&[0xc4]pC,U1[0xdc][0x14][0xcb]I[0x19]S[0x11][0xdc][0xc2][0xed][0x8]:[0x90][0x11][0xdb][0xd3]b[0xc8]v`[0x18]w[0xc4]lF[0xcc][0xee][0x8a][0xd9]=[0x19]9[0x81][0xba]/[0x16]_D[0xd0][0x83]/e<[0x10][0xc6][0xf]#[0xd8][0xed][0x1b][0xe7][0xc5][0xf0][0x95][0xc]M[0xc6][0xac][0x8c][0x82][0x84][0xb6][0xaa]f;[0xba]-[0xe1][0x88]Z[0xb1][0x8b][0xf1][0xa2][0xa9]9[0xce][0x9c][0xe1][0x94][0xe2]e[0xa7]b[0xc5]'8[0xdc][0xf2][0x0][0xe9][0x85][0xaa]9"[0xa1][0xdd][0xd6][0xb5]Gc[0x15]K[0x97] [0xdd][0x97][0x10][0x99][0xad][0xcd][0xcd][0xe9][0xf6][0xad]J[0xc5]l[0xe2]A[0xab][0x1a][0xf1][0xd1]:[0x88][0x1e][0xda].[0x1a][0x96][0xe1]^[0x96]0[0x1c]U[0xcb][0xda][0xa2][0x16]7*[0xf1][0xc][0x9d][0xea][0xf6][0xc8][0x16][0xec][0x7]f$[0x84][0x93][0x95]G[0xe4][0xdf][0xae][0x1a][0x96]>Y[[0x98][0xd5][0xed][0xac]6kr[0xa7]G[0xad][0x14]4sF[0xb3][\r][0xb1][0xe]6[0xc3]n[0xc9]p6[0x90][0xe7]s[0x7][0xf2][0xda]lo%a[0xc7][0xdb][0xb1]I[0x18]Y[0x8d]7mUk[0xee][0xb4]K[0xf0][0xc2]V[0x83]n1,[0x9][0xbb][0xd6][0xf5] [0xe1]N[0x13][0xd7][0xde][0xa6][0xc5][0xdd]BI\[0x82][0x1b]O[0xfa][0xcf][0xad][0x92][0xca][0x81][0x9d][0x84]}[0xcd]}1EB[0xb5][0x84][0x3][0xd1][0x1][0xa2][0xe6]5[0xdb][0xd5]V[0xd3][0xc3]Pj[0x5][0xb7]f[0xeb][0xc4]I[0xba][0xc]f[0xb4]5[0xb5][0xa8][[0xf4][0xa9][0xa4]-K[0xb7][0x93]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d][0x19]>[0xf6][0xa6][0xb1][0xe3]ih[0xa8][0xa0]~[0xcf][0x8c]nB[0x86]C/[0x87][0xfd][0x88]L[0xcd]*[0xc6][0xd3][0xa6][0xa9][0x17]5s[0xda][0xd5]\=[0xf5][0xa4][0xa0]W][0xa3]b[0x11][0xd9][0xc9][0x9d][0xc2][0xfc]M[0xad][0x1a][0xdc]eD[0x4]:5[[0xd6][0xb][0xa4][0xdf][0xbf]^[0xb8][0xfe]!M;[0x4]4a[0xdb][0xda]S[0x8a]_[0xf][0xe9][0x9d][0xad][0x0]g4[0xb3][0xa6]7[0x1]zg[0x4][0xb6][0x16][0xcc][0x8a][0x8]<[0x14][0x15][0xa9][0x8d]LWjvA[0x1f]7D\;[0xdf],[0xa4][0x13]B[0x99][0x82]~[0x8c]Q[0xe6][0xa6]]%[0x80]G[0x15][0x1c][0xc0]A[0x5][0x9f][0xe0][0x88]X[0xe][0x89][0xe1][0xa4][0x82]C8,[0xe1][0xe0]&y[0x92]1[0xa7][0xa0][0x88][0x92][0xb0]1[0x14][0x94]1[0xaf][0xc0][0xc4][0x82][0x2][0xb][0x17][0x14]TpUAU[0xcc][0xbe][0x6][0x9b].[0xba][0xd1][0x1d][0x19]V[0xb1][0xee]U[0x81]-\:p[0x85][0xdf][0x1a]s[0xb3]&1[\r][0xd8]E[0x81]}[0x8c]Q[0x5][0xc9][0x8d]D[0xaf][0xa6][0x88][0x1d][0xb6]*k[0xe5]F[0xf7][0xac][0xa1][0xf0][\r]d<[0x91][0xd0][0xbf][0x95][0xea]b[0xb6][0x9a]P[0xdf][0xd4][0x1d]G+[0x8a]:[0xdd][0x97]I%[0xc6]R[0x99][0xbc]x[0xe4][0x13][0xaa]x[0xe4][0xf2][0xc9][0x84][0xaa][0xa6][0x18]y[0xaf]W[0x1]+[0x81][0xb1][0xf8][0x99][0x13][0xde][0xfd][0xae][0xe8][0xda]][0xaf][0xc1]J[0x9a]3[0xa9]?q[0xbd][0xaa][0xe0][0xfb]0ly[0x8b][0xe8][0xdb]u[0xd4][0xbc][0x19][0xb6]Mg[0x13][0x99]l>[0x91][0xc9]$r|[0xbd][0x16]u7(Z[0xc5]?[0x98][0x1a][0x9d]H%[0xb3],S[0x9e][0xac][0xe4])[0xc2]y[0xa0][0x87][0xb5][0xc7][0x85][0xaa]9[0xae]hg[0xf1][0xfe][0x13][0x17][0xc2]lm[0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8a][0xec][0xea]:[0xba][0x1a]v[0xb2]%[0xbb][0xf2]X[0xb4][0xde][0xc8][0xe6][0xce]D:[0xba][0xd2][0x93][0xd9]Tf2[0xa1][0xe6]S[0x99][0xcc]T[0xc6][0xd7][0x13][0xf4][0xd6][0x81][0x8d][0x13][0xc2]Z[0xdf][0xcf][0xef][0xa1][0x84][0x8f][0x11][0xe2][0x97][0x8b][0xdd][0xc0][0x8f]d[0x8b][0xe8][0x0]>{Dc[0xf0][0xd9][0xce][0x1f][0x9b][0x85][0xa8]c[0x9c]ih%[0x16][0xd8][0x13][[0x82][0x14][FKn[0xf0][0xf8][0x12]B/[0x11][0x8e][0x1d][0x89][0xd6]_<[0x7][0x9f]z[0xe6]a[0x8e][0x83][0x1c][0x8f][0xa3][0x1b]C[0xfc][0x16][0x9e]@[0x94];[0x87]|s[0xc] [0x6]x[0xb3]A"$o&[0x8][<[0xba][0xa1][\r][0xe9][0xda][0x9a][0xd1][0x9d][0xe4]x[0x8a]t[0xa7]Iw[0xa6][0x9][0xdd][0x9][0xc4][0xd7][0xd0][0x9d][0xc][0xe8]L[0xb4]y~[0xfa][0x1a][0xe8][0x86][0x96] [0xb][0xbe][0xa1]u[0xf8][0xce]r[0x1c][0xe6][0xfc][0x1c][0xbd][0x9d][0xf7][0xf8]b[0xbe]}[0x9d][0xaf][0xaf][0xce][0xd7][0xc7][0xc8]N{|}[0x1e]s[0x88][0xbb]g[0xf8][0x97][0xc4]g[0xfe][0x8f]B[0xc5]Y9[0xf6][0x1b][0xda][0x9f][0xa3]k[0x19][0x1d][0xb9][0xdf][0x11]Y[0xc2][0xb6][0xd7][0xb1][0xf0]K[0xb4]s;[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca]s$[0xfc]Y[0xa7]:[0xf8]+[0xba]~[0xc2]6[0xb9][0xfd][0x5][0x97];[0xea][0xcb][0xee][0x17]?[0xa3]O]FOn[0xf0][0x15]v[0xe][0xfa][0x9b][0xbd]K[0xd8][0xf5]z[0x19][0xbb][0xe9]w[0xcf][0x12][0xfa]^[0x93][0xef]0#[0x9f][0xe0][0xbf][0x97][0xf3][0x18][0xf7][0x9e]!O[0xdb]0:9^[0x84][0x8c]K[0xd4]v[0x85][0xda][0xae][0x12]9JMIfj[0x8c][0xe8][0x14]w[0xc7]q[0x8d]6[0x13][0xb8][0x8e][0x1b]H#[0xf][0xb5][0x9e][0xef][0x1]V[0xd2]Y\[0xa0][0xb2][0x1b][0xe8][0xc5][0xe7][0x18][0xf1][0xf4][0x97][0x83][0x9c]\[0xe4][0xaf][0x1b][0xad]=[0xff][0xe0][0xa8][0x8c][0xe1][0xbf][0xd1]5*[0xa3][0xa3][0x97][0x90]K[0xb8][0x1c]$c9H[0xc6][0xed][0xcd][0x92][0x11][\r][0x92]qwE[0xf6][0xa6][0x9a][0xf9][0x9e][0xa4][0x86]Su[0xad][0xc7]8#[0x11][0xb5]f[0xa8]5K[0xad]w[0x88][0xb8][0xcb]X[0xef][0x11][0x95][0xe3][0x8d][0xdd][0xa7][0xd2][0x7][0x9e][0xb6][0xdd][0xc][0xea]t[0x83][0xa2][0xdb][\r][0x8a][0xda][0x11][0xea]y[0x18][0x8][0xb9][0xc2]|}[0x98][0x90][0xed][0xef]+d[0x96]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xa2]S[0xc8][0x1c][0x11]%[0x86]h[0x10]Uf[0xe0][0xf3][0x14]b[0xbd][0x93][0x90][0x4]/[0xfd][0xc3][0x84][0xec]}_![0xe][0x85][0xb8][0x14][0xb2]H![0x8f][0x89]x[0xca][0x10][0xbf]![0xea][[0x6][0xfe][0x1d][0x85]|[0xff]NB[0xf8][0x81][0xc][0x84]\[0xa1][0x85]@v6[0x84][0xbd]o[0xb5][0xad][0xbb][0xbc][0xd7][0xc5][0xf]T[0xfb][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xf4]H[0x14][0xdf] p[0xdd][0xc2][0xe2][0x17][0xe3]8[0xdb][0x0][0x88][0xf0]l[0x18][0x8f]p[0xee][0xea][0xde][0xff][0x1]PK[0x7][0x8]J[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonStringImpl.class[0x8d]U[o[0x1b]E[0x14][0xfe][0xc6][0xb7]];[0x9b]f[0xe3]6i[0x9c][0xc6]m[0xae][0xe0]K[0x13][0xa7]!\[0xda]\h[0xe2]6[0x89][0xd3]$m[0xea][0x90][0xd0][0x92][0x12][0xd6][0xce][0xd6][0xde][0xd4]][0x7]{][0x95]'^*[0xc4][0x1f]@B}[0xa9][0x0][0xa9][0x15]"[0xf]m[0x5][0xe][0x14][0x9][0xc1][0x1b][0x82]?[0x0][0x12][0xbf][0x0][0x89]'$[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m9[0xb3][0xbb][0xd9]4[0x89][0xa1]Mtfg[0xbe]9[0xe7][0x9b]s[0x9b][0xf1]O[0x8f][0x1f]|[0x7]`[0x10][0x99][0x0][0x9a]1[0xec]G[0x13]F[0xfc][0xe8][0xc1]h[0x80]f[0xaf][0x7]p[0x12]c[0x2][0xc6][0xeb][0xe0][0xb3][0x16]I[0x1][0xa7][0x2][0xf0]c[0x98][0xf][0xa7]92[0xc1][0x87]I7[0xe4]'ODLq8[0x15][0xc0]4[0xce][0xf0][0xd9][0x8c][0x88]Y[0xbe]='[0xe0][0xac][0x80]s[0xc][0xde]kJ[0xa1][0xa2]2[0x4]g[0xd6][0x94]kJ[0xa2][0xa0][0xe8][0xb9]D[0xda](izn[0x88][0xc1]7[0xac][0xe9][0x9a]1[0xca][0xd0][0x14][0xd9][0xbb][0x1d]]d[0xf0]$[0x8b][0xab]d[0xdc]0[0xa3][0xe9][0xea]\[0xe5]jF--([0x99][0x82]IW[0xcc]*[0x85]E[0xa5][0xa4][0xf1][0xb5][\r]z[0x8c][0xbc]Vf[0xe8][0x9a])[0x96]r[0x89]\A)[0x97]/k[0xe5]|b[0xad]\[0xd4][0x13][0xd3]4X[0xc4][0xa9][0xab][0xeb][0x5]:[0xdb][0x9f]S[\r][0xb]`8[0x10][0x89][0xd6]rO$[0x95]d^)[0x11]g[0xeb][0xe][\r][0xe][0xa6][0xd5]w+[0xaa][0x9e]UIO"[0xbd]E[0x1e][0xe6][0xc2]{[0xeb][0xaa][0x80][0xf3]D[0xee],i7[0xa5][0xeb]j)[0xc9][0xdd]Q[0x89][0xa9][0xdb]d[0xba][0xa2][0x94][0xc]e[0xdb]3S[0xbd][0xdb]1[0xe2]g[0xe7][0x95]r[0xde][0x8a][0xde][0x1d][0x89][0xa6](Wt[0x9e]R([0xef][0xca][0xd5][0xd9][0xcc][0x9a][0x9a]5[0x86][0xa2][0x17]I[0xad][0x98]Y[0xdb][0x99]g{[0x93][0x8a]P4[0xf2]j[0x89]![0xb4][0xf7]d'[0xd8][0xfa][0xb4][0xa1]d[0xaf][0xcc]*[0xeb]v2E[0xa3][0xb8][0x95][0x1e]w^[0xbd][0xce][0xc0][0xb2]$I[0x12][0x8d][0x84][0x1c]r[0x95]3[0x16][0xe3][0xce][0xbc][0x8d]W[0xb4][0xc2][0xaa]Z"[0xc6]@[0xba]X)e[0xd5][0x9][0x8d][0xd3][0xed][0xdf]Y[0x80]>n&![0x84][0xb4][0x84][0x83]h[0x91][0xb0][0x80]7$[0xb4][0xa3]C[0xc0][0xa2][0x84](b[0xc][0x7][0xff][0xc3]W[0x9]q[0x1c]5[0xb7]k[0x1e],a[0x9]oJ[0xb8][0x80][0x98][0x84][0x8b]x[0x8b][0xbc][0xef][0xef][0xef][0xe7][0xe0][0xb2][0x80]K[0x12][0xde][0xc6][0x8a][0x84][0x1]t[0x90][0xff][0xcb][0x15][0x9][0xef]`[0x85][0xa1][0xe3][0x99][0xfd][0xc2] [0xef]N[0xab][0x0][0x85][0xa1][0xfd]Y[0x95]4[0xab]G[0x8d][0xec]K/[0x9c]O[0xcd]M2t>O[0xf1][0xe5][0xdd][0xb1][0x11][0x81][0xb2][0xbe][0xae][0xea][0xab][0xc]m[0x91][0xe4][0xde]f[0xdd]N[0xba][0xaf][0xa0][0xea]9#O[0x93],5[0xe9][0x98]A[0xb7]"[0x92][0x8a]R[0xd9]zk][0xb1][0xff]!j[0xdc][0xde]J[0xe9][0x86][0x9a][0xe3][0xfd]Sg[0x14][0xa7][0xd4][0xeb][.5[0x11]q[0xad]k[0xe3]/W2e[[0xa7][0xb9]v[0xb4][0xe8][0xa7][0xb7][0xa6][0x19][0xe4]%I[0x90]w[0x0][0xbd]H[0x2]I[0x8][0xad][0x84][0x1c][0xa2][0xd9][0x4]\[0xf4][0xf][0x4]b[0x9b]`[0xb1][0xf8]Wp[0xdd][0xa3][0x95][0xb]m4[0xee][0x83][0x9b][0xc6][0xc3][0xf0][0xe0][0x8][0xbd]9[0xed][0x8][0xd3][0xaa][0xd9][0xd2]&[0xf4][0x8]`[0xce]8+[0xb5]*[0xef]*[0x9b]3a[0xae][0x1]o[0xec]K[0xb8][0xee]:t>[0x13][0xec]6i$K[0xc1][0xa6][0xa1]z[0xa1][0xeb]y[0x8c][0xa3]5[0x8d][0xbb][0x11][0xb1][0x8d][0xfb]lc[0xcf]}[0xb8]w[0xdb][0xf6]=e[0xeb]ql[0xe9][0xe][0xd8][0xb6][0x3][0xb6][0xad][0x18][0xab][0xc2]S[0x85]wc[0x97][0xfd]KO[0xd9][0x8b][0x8e]=][0x12][0xdb][0xfe]}[0xd2][0xe6][0xf9][0xea][0x8a][0xc5]o[0xc3][0xeb][0xd9][0x88][0xff][0x0][0xdf]Mx[0xdd][0x1b][0xf1][0xef][0xe1][0x9b][0xe5][0xa4]G[0xbf][0x81][0xc0]P[0x85][0xc8][0xa9][0xdd]&u+[0x91][0x3][0xaf]Q0[0xc7][0xa9]0C[0x94][0xf2]a[0xc8][0x18][0xe5]?[0x11][0xe6]q[0xed][0x16][0xa5][0x93][0xee].[0xf4][0x9a]A6[0x91]f[0x82][0xca][0xeb][0xc2]13[0x1c][0x97] [0x12]:[0xb0]U[0x2][0xf6][0x88]0/}{[0xbf][0x85][0xff][0xc2]&[0x2]3q[0xb9][0xb3][0x8a][0xba]%[0xf7]H[0x1b][0xcf]k[0x15][0xd2][0xa7]L[0xe4][0xb3][0xb6]*[0xea]G[0xc3]r[0xfb]'8[0x1c][0xe][0xee][0xfb][0xc]-a[0xb9][0xf3][0x16][0x82]ay[0xf9][0x16][0xa4]x[0x98][0xdb][0xdc][0xc1]/[0xe1]/[0xe8][0x94][0xdb]v[0xf3][0x88]$[0xf3]$~[0x92][0x8f][0xcc][0x16][0x0][0xca]fj[0x80][0xc]I=[0xc9][\r][0x92]N[0x92]1[0x92]e[0xfe][0x8d][0xcb][0xcb][0x9c]k[0x8b][0xf1][0x83][0xad][0xb5][0x9c][0xb1][0x80][0x8a][0x3]\[0xb6][0x80]U[0x7][0xd0]- [0xed][0x0]%[0xb][0x18]w[0x0][0xc3][0x2][0x8e][0xd9][0xc1][0x6][0x1b][0xaa][0x90][0xc3]_[0xa3][0x91]>U[0x4]Ox[0xe2][0xc1][0xfd]4[\r]yBTWIX[0xad][0xe2][0x0]-[0x97]n[0xb8][0xd8][0x9d][0xc7][0xda][0x89][0x89][0x93][0xe2]][0xa7],[0x19][0xf3][0xa6][0x9c][0xa2]PO[0xa3][0x1][0x93][0x84]M[0xd1]O[0xf7]4Fp[0x86]n[0xcc],>[0xc4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x1e][0x1f]#MiY[0xc0][0xe7]X[0xc4]&=~[0xf][0xe8]A[0xfc][0x91][0xde][0xc3][0x9f])[0xe8]_q[0x9][0xbf]a[0x5][0xbf][0xd3][0xeb][0xf7][0x7]2[0xcc][0x8b],;[0x84]I[0xd6][0x81]<[0x8b]@3[0xcb];[0x8]/[0xe1][0xcd][0xd4][-T[0xb0][0x1e][0xfc]E[0xc8][0xcb][0xe4]C#[0x93][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^[0xe5]w[0x8d][0xf5][0xda][0xc5][0x17]Y[0xf]5[0xca]q*0/y[0x1b][0xea][0x1e][0xa1]Q[0x80][0x9f][0xfd][0x83]A[0xf6]7[0xc6][0x1a]d[0xfe][0xf7][0x10][0xbd][0xf][0xa9][0xf0].[0x9c]0[0xbb]w[0x8]/[0x9a][0x5]b[0xc4]=[0x8f][0x17]N[0x86][0xfe][0x5]PK[0x7][0x8][0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$1.class[0x8d][0x95]_o[0xd3]f[0x14][0xc6][0x1f][0xb7]I[0x9c][0xa4][0x6][0xb2][0x8e]um[0x81]R[0x98]i[0x9b][0xb1][0x91][0xd1][0x1][0x1b][0xa3][0xb0][0xa6][0xc5][0x85][0xb6][0x89][b'[0xac][0xeb][0xa4][0xce]u[0xbc][0xd6][0xc5][0xd8][0x95][0xed][0x14]q[0xb1]{$[0xb8]G[0x82]{[0x10][0xdc][\r][0x4]*[0xd3][0xc4][0x15][0xd2][0xa6][0xed][0x96]i[0xfb][0x0]Hh_[0x2]qN[0x92][0xd6]EmG%[0xfb]y[0xce][0xcf]>[0xef]{[0xde][0xb2][0xff]|[0xf3][0xeb]s[0x0]'[0xf0]C[0x1a]G[0xd0][0x97]B[0x7][0xfa]S[0x14][\r]0fE|[0xca]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x94][0xe5]3[0x96][0xcf]Y[0x8e][0xb1][0xe4]X[0xbe]H[0xe3]8[0x6][0xb9][0xd1][0x97])[0x8a]N0f9:[0xc9]r[0x8a][0xe5]+[0x96][0xaf]YN[0xb3]|#[0xe2][0x8c][0x88][0xb3][0x2]r[0xb2]v[0xcd][0xe][0xcd][0xc5][0xa2][0xb1],/[0x19]W[0xc]?4[0xe4][0xa5][0xc0]s[0xe5] [0xf4]-[0xe3][0xaa][0xdc][0xa5][0x85][0x86]y[0x85]J59[0xad]y5[0xdf][0xb4][0xc6]l[0x86]N[0xae][0xa8][0x85]~[0xcd][0xc]k[0xbe][0xd5][0x18][0xea][0xb1]%c[0xc5][0xa0][0xee][0x15][0xd7]t[0xbc][0xc0]v[0x17][0x8a]V[0xb8][0xe8]UE[0x9c][0x13]1,a[0x4][0xa3][0x12][0xba][0xd1]%[0xe1]<[0x14][0x9]c[0xb8] [0xa0][0x9b][0x9b][0xe4][0x1c][0xc3]][0xc8][0xa9][0x9e]V3[0x17][0xc7]l[0xcb][0xa9]*[0xbe][0xef][0xf9][0x12].r[0xda]8[0xcb][0x4][0xcb]$K[0x81][0xa5][0x8]E[0xc4][0x14][0xf7]xIB'[0xf7]X[0x82]&Ag)[0xb3]TX.[0xb3]|[0xc7]2[0x3]M[0xc0][0x80][0xe7]/[0xe4][0x16][0x1c]#[0x8]~[0xb2][0x83][0xc5][0x1c]/[n[0x8b]I[0xc8][0xc7][0x5]H[0xe3][0xae]k[0xf9][0xa3][0x9c]k[0x5][0x2]2[0xd1] [0xa7][0xe6][0x97],[0x93]v[0xa3]og[0x9d][0x89][0xf8]^@os[0xa7][0xa2][0xac]M;[0x95][0xda][0x10]'V8[0xa6][0xb2]G[0x6][0xb2][0xb3][0x85][0xf7][0xb5]=# [0x9e]/[0x95][0xf2]3[0x2][0xe][0xef]$Y[0xf4][0xfc][0xaa][0xed][0x1a]N[0xfd]H[0xd0][0x89]JL[0x8d]L([0xa3]:[0x5][0x9a]^[0x1a]WiK[0x12]j[0xb9]8[0xa2][0x94][0xe8][0xb4][0xe8][0xa5][0xb2]B[0xdd][0x8f][0xe5][0xb][0x1a]yL-[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""f[0x5][0xc8][0xef][0xd4]i[0x9c][0xd8][0xdc][0xe6][0x13][0x1b]ozv[0xd3]<[0xb6]iB[0xc3]KN*3sj[0xbe]H[0xf5][0xfa]v[0xda]F[0xaa][0xe4][0xb]eenm[0xfc]M\[0x9b][0x85][0xa4][0xe9][0xf9][0x92]>[0xb7]6[0xcd][0xb4][0xa2][0x9e]_[0x87][0xb6][0xc6][0xbb][0xe6][0xfa][0xa5][0xf8]U3[0xee][0xd8]z)[0x5][0xf4][0xfc][0xff][0xa0]2[0xbd][0xf4]5[0xf8][0x98]>)-[0x99]N>[0x99][0x0]y7;hr[0xd8][0x87][0xfd][0xe4][0x7][0x8][0xfe]B+E[0xc0][0xab][0x10][0x9e][0xff][0x96]~[0x8c][0x96]G|[0xb5]>E,6u[0x1f][0xb1][0xc9]:&[0x8][0xe3][0x11][0x8a][0x84][0x89][0x8][0x93][0x84]b[0x84])[0xc2]d[0x84]i[0xc2][0xcc][0x86][0xec]6[0xe6]F[0xfa]*[0xa4]z[0xcd]][0x8f][0xf8][0xda][0xfd][0x14]{[0xd6]j[0x12]f[0x8][0xe3][0x11]~@[0x98][0x88][0xb0][0x9d]P[0x8c][0xf0]C[0xc2]d[0x84]{[0x9]3[0x1b][0xb2]?bn[0xa4][0xff][0x82][0xdd]Ha/-N[0x9c][0x16][0xe6][0x13][0xf4][0x91][0xf7]c[0x10]'[0xc9]O!O[0xdf][0x84]8[0x14]LC#[0xd7][0xf1]#L[0xf2]*[0x96][0x11][0x90][0xff][0x8c][0x1b][0xb8]I~[0xb][0xb7]q[0x87][0xfc].[0xee][0xe1][0x1][0xf9]C<[0xc1]*[0xf9]3[0xbc][0xc0][0xef][0xe4][0xe0]%[0xfe]![0xff][0x17][0xaf][0xf0][0x9a][0xbc][0x15]=[0xb4][0xc4]i[0xb4][0x90][0xfe][0x8d][0x90][0xaa][0x1d][0xe4][0xad][0xa1][0xbb][0x97][0xee][0x8b][0xd8]Y[0xa4][0xac][0xe2][0x16][0xa2][0xae]K[0xe5][0xfd])T[0xe7]P[0xbd][0xdf][0xc3]4/ [0x6][0x99]t[0x88][0xee]nz[0xd3]A[0x8e]L[0x92]~[0x17][0xdf]"?[0xdc]E?[0x1][0x15][0xd3][0xc3]]o[0x1]PK[0x7][0x8][0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.class[0x95]T[O[0x13]A[0x18]=[0xd3]v[0xbb]e[0xbb]b-[0x17][0x11][0xbc][0x83][0xd0][0x96][0xcb][0xca][0xc5]k[0x11]%D[0x13]L[0x3]&U[0x12]}[0x1b][0xca]X[0x16][0xcb]n3[0xbb]%[0xf8][0x9f]|[0xd0]D$h[0xa2]>[0xfb][0x83]|Pc[0xfc]fw-H[0xab][0xa9]Iwf[0xbe][0xcb]9[0xf3][0xdd][0xa6]_~[0xbe][0xff][0x8]`[0xe][0xf7][0xc][0x98][0xc8][0xa5][0x91]G[0xa1][0xb]i[0x8c][0xa7]1[0x81]I[0xb5]L[0xe9][0xb0][0x94][0xe6][0xaa][0x8e]i[0x3])[0xcc][0x18]$[0xcc][0xea][0xb8][0xa6][0xe3]:C[0xcc][0xf6][0x19]zK[|[0x87][[\r][0xdf][0xae]Y[0xcb][0xbe][0x90][0xdc]we[0x91][0xa1][0xab]lW[0x1d][0xee]7[0xa4]`[0x98]j[0xe3]2O[0xba][0x17]\[0xfa][0xdc][0xda][0xf2]\[0xc7]zH[0xcb][0x1a][0xaf]5Dq[0x81][0xc0][0xda][0x8e]:2[0xc][0xfc][0xcd][0x89]!9o;[0xb6][0xbf][0xc0]0[0x94]kuZ[0x94][0x92][0xbf],[0xe6][0xd7][0x18][0x12]K[0xee][0x6][0x11][0x9d],[0xd9][0x8e]Xil[0xaf][0xb][0xf9][0x98][0xaf][0xd7]H[0x93]-[0xb9][0x15]^[[0xe3][0xd2]Vr[0xa4]L[0xf8][0x9b][0xb6][0xc7]`[0x4][0xf8]r[0xc5][0xad][0x93][0xce]\v[0x1c]![0x97]j[0xdc][0xf3][0x4][0xd9]fK[0xae][0xac]ZU%>[0xb7][0xbd][0xcd][0xc3];[0xcb][0xbe]lTT[0xbe][0x8f][0xb8][0xf4][0x84][0x1c]9[0xe4]P[0x9]q%[0xb5]M([0x8c][0x95]A[0xdf][0xe4][0xde][0x8a][0xd8][0xa5][0x8a][0xc6]s[0xf9]g[0x14][0x8b][0x13][0x8][0x83][0xb9][0xfc]?[0x8a] [0xc5][0xb6][0xbb]#[0x2][0x8]%kV[0x85][0xdf]4Sg[0x2]([0x15][0xbe][0xc6][0x9d][0xaa][0xb5][0xba][0xbe]%*>[0x81][0x8c][0xb2][0xdb][0x90][0x15][0xf1][0xc0]V[0x19][0xf][0xb4][0x9]}J[0x81]L[0xf4][0xe0][0x96][0x8e][0xdb]&[0x8a][0x98]7q[0x2][0xdd]:[0xee][0x98]8[0x8f][0xb]&.[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0xfb][0xa8]L[0x9c]B[0x96]a[0xec][0xf0][0xe2]'[0x8e][0xd7][0xa8][0xd7]][0xe9][0x8b][0x8d][0xd5][0xba]j[0xbe][0xed]:[0xf7]w+[0xa2][0xae][0xe][0xea][0x9a]a[0xc5]xI[0x7]5s[0xfa][0xbf][0x8b][0xcb]0[0xd1]!&r[0xd7][0x82]][0xc7]][0x86][0xc9]\[0xa7][0xcd][0x9c][0xe][0x86][0xa9]5[0xe5][0xc5][0xb0][0xad]);[0x9a]j[0xf2][0xf9]][0xf4][0xe3][0xf]"[0xdb][0xaa]e[0x18][0xed][0xec]~[0x86]\[0xa7][0x81]R)[0xd3][0xf4][0x98][0x81][0x18][0xb2][0xaa]k[0xa0][0xe1][0xf][0xa4][0xc]}[0xd4][0x1a]:'[0xe9][0xeb]A/Y[0xfa][0xe8]T"}[0x8c][0xf6]L[0x81][0xed][0x83][0x15][0xc6][0xf][0x10]c[0xd8]C[0xfc]M[0x80][0xea][0xa7][0xb5][0x1b]qZ[0xbf]A[0xc3]w[0xe2][0xfa][0x81][0xd3]$[0xf5][0x87][0x18][0xc]`[0x8][0x8]Ngq[0x8e][0x18][0x99][0x9a][0x90][0x88]y.[0x90][0x1][0xa3][0xf0][0x16][0xf1][0x3]$[0x18]^59[0x93][0xca]B?[0xc5]e[0x86]^[0x11][0x17]S[0xc3][0x10]1,[0x91][0xb7][0xb2][0xf5][0x15]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xe1]3[0x92]{[0xd0]I[0xd4]_7[0xc9][0xc][0x15][0xc][0xd3][0x90]a[0xc9]#[0x84]}M[0xc2][0xcb][0x18][0x8e][0x8]g"[0xc2][0xd4][0x7][0xa4][0x9e][0xee][0xa3][0xeb][0xd3][0xb1][0x80][0xd2]G[0xf0][0xa9]fr#[0xcd][0x80][0xac](%[0xed][0xcf][0x0]Bp[0xe6][0x8]X[0xb][0xc1][0x99]E[0xf5]XZ[0xc0][0xef]`[0x1c][0x3][0xe3]k+[0x98][0xec][0xa3][0xc1]:[0x86]A[0xda][0x7][0xa9][\r]i*[0xea][0x19][0xa8][0xeb]9[0xdc]H[0x18][0xb8][0x19][0xd4]>[0xf5][0xb]PK[0x7][0x8][0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.class[0xa5]VmS[0x13]W[0x14]~NH[0xb2]![0xd9] F[0xde]Dl[0xa9]EH@LD[0xea]KCi)[0xc5][0x8a][0x6][0xb0][0x8d]bm}[0x99]%[0xde][0x86][0xc5][0xb8][0x9b][0xd9][0xdd]08[0xfd]K[0xfd]`gJ[0x1d][0xda][0x99][0xea][0xe7][0xfe][0xa8]N[0xcf][0xd9][0xac]1[0x81]M[0x7][0xdb][0xc9][0xe4][0xde]{N[0xce]s^[0x9e]s[0xf6]f[0xff][0xfa][0xfb][0xf7]?[0x1][0xcc][0xe3]I/N[0xe2]z[0x12][0x19]|[0x9a]B[0x11][0xb])|[0x86]E[0xd1]}[0x9e][0xc2][0x17]X[0x92][0xe5]K[\r]_[0xa5][0x90][0xc0][0x8a][0x86][0x1b][0xb2][0xad][0xe1][0xa6]X[0xac]j[0xb8][0x95]D[0x1f]n'Y(iX[0xd7][0xb0]A[0x88][0x98][0x1e]a[0xa0][0xb4]c[0xec][0x1a][0xf9][0x86]g[0xd6][0xf2][0xab][0x9e]r[0xc][0xcf]v[0x8a][0x84][0xde][0xb2]Y[0xb5][0xc][0xaf][0xe1](Bl[0xc5][0xf2][0x9c][0x17][0x4]}[0xd5][0xb2][0x94][0xb3]\3\W[0xb9][0x84][0xfb]![0xc8][0x85]6[0xdd][0x9a]Q[0x9f][0xf0][0x91][0x81][0xb2]fX[0xd5]|[0xd9]sL[0xab]Zd[0xcd]3[0xc3][0xf1][0x8c][0xfc][0x8e]k[[0xf9][[0xbc]l[0x1a][0xb5][0x86]*.[0xf2][0x87][0x3][0xee][0x8a]@[0x18][0xe9]fF[0xe8]y[0xa6]8[0xa3][0xcc]Q[0xcf][0x84][0xf8][0x82]i[0x99][0xde]"a,{[0x14][0xbf][0xb1][0xb5][0xa3]*^1[0xb7]I[0x88].[0xdb]O9[0xc8][0x89][0x92]i[0xa9][0xf5][0xc6][0xf3]-[0xe5][0xdc]5[0xb6]jJ[0xbc][0xda][0x15][0xa3][0xb6]i8[0xa6][0xc8][0x81]2[0xea]m[0x9b]\t[0xaa][0xe9][0xa0]\[0xb1][0xeb][0xac][0x9c]/[0xd9]N5_[0x15]F~4[0xdd][0xed]wa8[0x99]FE[0xd8][0xbb]c8[0xae]r&[0xda]P[0x92][0xa1][0xed][0x8b][0x84][0xd3]][0x13]$h[0xdb][0x86][0xbb][0xae][0xf6][0xd8][0xaa]'[0x9b][0xfb][0x9e][0x13][0xb0]|a8[0x9b][0xb][0xe3][0x98][0x1][0x83]][0xf4]C[0x9d][0xe5][0xbc][0xa8][0xbf]-i[0xe9]7[0x8b][0xb0][0x1c][0x9e][0xce]{z[0x89];[0xea][0xb9][0xbd][0xab][0xfc]R[0xb9]3zUy-[0x3][0xc2][0xa8][0x1f][0xa3][0xcb] [0xc][0xbc]M[0xc0][0x8f][0xd5]b/iT*[0xca]u'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0x2][0xe1]f[0xf6][0xbf][0xf4])[0x17]6\[0x91]=[0xf6][0x97],[0xdb][\r][0xa7][0xa2]n[0x98][0xc2][0xe2]H[0x88][0x9f][0x8b][0x82][0xd4]q[0x6]c:[0xce][0xe2][[\r]e[0x1d]wqO[0xc3][0xa6][0x8e][0xfb][0xf8]N[0xc7])[0xc]hx[0xa0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x1d]9\[0xd6][0xc0][0x1d]>[0x15]B[0xa4][0x8e][0x1f]p[0x99][0xd0]8[0x15][0x1d][0xf]E?[0x14][0xce][0x8b][0x8e][0xd3][0x18]%L[0xbd]C[0xdd][0xb3][0xdc]F[0xbd]n;[0x9e]z[0xba]Q[0x97]g[0xd5][0xb4][0xad][0x95][0xbd][0x8a][0xaa][0xcb]A[0x92],H[0x1e][0xd3][0x1a][0x1e][0x11][0xe6][0xde][0x9f],[0xc2][0x85]c[0x82][0x2][0xf3][0x98][0xbf]kxL[0x98]=vw.[0xf9][0xcf][0xed]p[0x97]g[0x86][0x90]PBYY[0xf1][0xf1]d[0xc7]\[0xb2][0x8a]{[0x97][0xee]P[0xb0][0xb9][0x19][0xdc]Z[0xcc]c[0x87]y[0xdb]=[0x98]9[0xaa][0xed]p[0xc4][0x8d][0xe2][0xf1][0xe5]y[0xbd]-[0xf7]Q[0x82][0xf][0xc1][0xd0]N[0x1e][0xaf]&B[0xf6][0xb8][0xc5]c[0x9c]/[0xef][0xc][0xff][0x15][0xf4][0xf0][0xca][0x3][0x4]~[0xe4]Y[0x8a]`[0x84][0xbf][0xdc]o[0xff][0xcc]#[0xc7][0xbb][0xc6][0xdf][0xb3][0xf8][0x80]->[0xe4][0xd3]7[0xac][0x8f][0xf0]>8M[0xaf][0x10][0x99][0x9e]9@[0xf][0xe1][0x0]Q[0xc2]>b[0xbf][0xf8][0xb0]q^[0xfb][0xd8]1h[0x14]1:[0x83][0x1][0x1a][0xc3]G[0xac][0x1b]j[0x2]q[0xe][0x13][0x80]:[0x8f]IvK2[0xb9][0x81][0xfb]y_[0x6][0x92][0xd3][0xbf]"v[0x80]8[0xe1][0xe7][0x96][0xcf][0xb8][0xfc]B[0xe3][0xbe]/[0xbd]i[0x15][0xf8]"[0x19]7[0xb6][0x12][0xf]?[0x5][0x9][0xe6][0x9a][0x1e]4[0xc2][0x1b]$J[0x92]h[0xaf][0x1c][0x93][0xfb] [0x11]R"[0xe8][0xfb]H[0xcf][0xbc][0xf4]Y[0x90][0x0][0x19]D[0xd9][0xd7]y[0xa4]i[0x92]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "S[0x94]mK<[0x17][0x4]K3+9[0xcc]p[0xd0][0xb]A"M[0xcd]l[0x8b][0xc3][0x8b]|[0xca][0xa3][0x10][0x94]4[0xc7][0x1a]I6[0xf1][0x7][0xfa][0x1e][0xbc][0xc2][0x89][0xd7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]m+([0xd1]"[0xe7][0x12][0xe3][0x9a][0xf8]|@I[0x8c][0xb]J[0xbf]<[0x4][0x9e]k[0x3][0xc7][0x9a][0xe0][0xfe]%[0xb9][0x4][0x8e][0x80]C[0xff]a[0xf0]`[0x8]8[0xc1]-[0xf8]$$2[0xfd];[0xf8][0x8a][0x9f]v[0x4]W[0xfd][0xf5][0x1a][0x86]y?[0xc7]t&[0xb0][0x8c][0xa1][0xb8][0xbc]6[0xac][0xe1]c[0xc8][0xfb][0xc6][0x1a][0xee]D[0x93][0xcd][0xc0]h@[0x8b]w[0x10]2[0x85][0x14][0x82]N<[0x85][0x19][0x18][0xff][0x0]PK[0x7][0x8]'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser.class[0x95]X[0xf9]_\[0xd5][0x15][0xff]^[0x98][0xe1][0xcd][0xf2]"[0x10][0x92][0x8]![0xab]"[0x2][0x89][0x90][0xc4][0x18][0xd3][0x90][0xc4][0xc]0[0x81]I[0x86][0x1][0x19] !1[0xe2][0xcb][0xe4][0x5][0x6][0x86][0x19][0x9c][0x19][0x8][0x89][0xbb][0xc6]=[0xda]t[0xb1]M[0xa8]K[0xa3][0x6][0xd4]D%h [0x98]Fb7[[0xbb][0xb7]Zk[0xad][0xb5][0xd6][0xda][0xff][0xa0][0xfd][0xc1][0xf6]Sz[0xce]{[0x8f][0x99][0x81][0xc]8[0xe1][0xf3][0xb9]w[0xee]r[0xce][0xf9][0x9e]{[0xb6][0xfb].[0xef][0xfd][0xef][0xad][0xb7][0x1][0xac][0xc5]?m[0xd8][0x88]^[0x9][0x7]lHC[0xaf][0x15][0xe5][0xe8][0x93]p[0xd0][0x6]3[0xe][0xf1][0xe4][0xe][0x9]w[0xda]`[0xc1]]Vl[0xc6][0xdd][0xbc]r[0x8f][\r][q/[0xaf][0xdd]gC[0x9][0xee][0x97][0xf0][0x80][0x1d][0x99]8,[0xe1]A;[0xb2][0xf1][0x90][0x84][0x87]mx[0x4][0x8f][0xda][0x90][0x83][0xc7][0xac]D[0xfb]8/[0x1f][0xe1][0xb5]'x[0xf4]$[0x8f][0xbe][0xce][0xa3][0xa3]<[0xfa][0x6][0x8f][0xbe][0xc9][0xa3]oY[0xf1]m<[0xc5][0x1c][0xdf][0xe1][0xee][0xbb]v[0x1c][0xc3]q[0x1b]![0xf6]K[0xf8][0x9e][\r][0x5][0xe8][0xe5][0xc9][0xd3][0xbc][0xf7][0xc]w[0xcf]2[0xc1]s[0x12][0xbe][0xcf]j[0xf4]sw[0x82][0x9][0x9e][0xe7][0xe5][0x17]x[0xfa]"S[0x9d]d[0xc5][0x7][0xec][0x18][0xc4]K6[0xbc][0x8c]{y[0xed][0x15][0xee]Nqw[0x9a][0xbb]W%[0xbc][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc]n[0xc3]z<&aH[0xc2][0x19][0x9][0xc3][0x12][0xde][0x10][0x90]][0xc1][0xa0][0x1a][0xae][0xc]([0x91][0x88][0x1a][0x11][0xb0][0xd7][0xed][0xed]P}Q[0xaf]/[0xd4][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8][0x1c][0xe1][0xb0]r[0xd0][0x98][0x98][0x8d]_[0xc9][0xd7][0x13][0xe][0xab][0xc1][0xa8]@[0xa9];[0x14]n+kc[0xde][0xfd][0xfe]H{YG$[0x14],[0xdb]F[0x9d]7[0x1a][0xee][0xf1]E{[0xc2]j[0xbd][0x12][0x8e][0xa8][0xe1][0x2][0x8d][0xb3][0x9c]DD[0xa2]JT[0x95][0xf0]&[\r][0x9d][0xbd][0x9a][0x8c]Bw[0x87][0xd2][0xa9][0x84][0xa3][0x8a][0xce][0x1d][0x89][0x86]U[0xa5]K[0x13]b[0xf0]jt[0xc4]k[0x8b][0xb0][0x10]oT[0xf1]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0x13]W[0xaf]R[0xd6][0x13][0xf5][0x7][0xca][0xaa][0xd4][0xdb]{X[0xb8][0xd5][0xeb]o[0xb]*[0x8c]*[0xe0][0x98][0xbe][0xbf][0xf1][0xf2]T[0xdd]L[0xf2]26[0xfa][0x83][0xfe][0xe8]f[0x81][0xfc][0xa2][0xa9]:2[0x9b]f[0x98][0xf2][0xe2]f[0x1]Seh[0x1f]!f[0xba][0xfd]A[0xd5][0xd3][0xd3][0xb5]W[\r]7*{[0x3][0xb4]2[0xd7][0x1d][0xf2])[0x81]f%[0xec][0xe7][0xb9][0xb1]h[0x8a][0xb6][0xfb][0xc9][0xcc]E)[0xaa][0xc3]6S[0x18]J w&%[0x4][0x16]%QP[0xf7][0xa3][0xa6]aFH[0x1b][0xb][0xe4][0xcd]HF[0xd6]kS[0xa3][0x4][0xee][0xf][0xb6][0x9][0xcc]+*[0xd6][0xed][0x17]P[0x82]me[0xfa]*[0x91][0xcc][0xd1][0x8c]_[0xab]t[0x1b]g[0xc9][0xf2]G\[0xc1][0xa8][0xda][0x16]V[0x2][0xfa][0xc1][0x5][0xd2][0x8b][0x8a]w[0x11] [0xc9]r[0xb1]si[0xea][0xa2][0x80][0xa1][0xa9];[0xc4][0x82]i[0xbe][0x8d][0xe4][0xd0][0xbc][0xc2][0xdf]V[0xa5][0xfa][0xfc]]J[0x80]N6[0x9][0xd7][0xa5]D[0xdb][0xcb][0xe2];[0x4]i[0xd7]X}J[0xd4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14]h[0x84][0xc9][0xa3]e[0x92][0x8a][0x98][0xa4]v%[0xe2]Q[0xfb][0x8][0xdf][0x14][0xd4]~[0x8a]f[0xe1][0x9b][0x1e]e[0xd1][0xb0][0x12][0x8c][0xf8]u+o8t/Y43R[0x90][0xb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "lI[0xe2][0x95]f%@[0xb1][0x9a][0xb2]6[0xe6]^[0xa6]O[0xea]{][0x12]i[0xe5][\r][0xf5][0x84]}[0xea]V?{$7I[0x8][0x95][0xb2]ie[0xd4][0xa2][0x83][0x1c][0x1b][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M_-5d[0xb8]@^Y[0x9d]b[0x82][0xc4]K[0x2][0xb][0xf5][0xc8][0xa8]D[0x95][0xc0][0x9a][0x14][0xb9][0x13][0xca][0xb][0xb3]7[0xcb]8[0x8b][0x11][0x19]N[0xd4][0xc8][0x18]E[0xab][0x8c]s[0x18][0x93][0xf1][0x16][0xce][0xb]\y[0xc9][0x99][0xf5]H[0x94][0xd1][0x82]][0xc9][0xb6][0xf5] [0x94][0xf1][0x3][0xde]^[0x1a][0xf]`W [0xa0][0xb6])[0x1][0xcd]-[0xce]>[0x1f]9[0x8e][0xbc]+[0xe1][0x82][0x8c][0xb7]1[0xce]Z\[0x94][0xf1][0xe]+[0xf0]C[0xec][0x91][0xf1]#^[0xfb]1[0xab][0xf2][0x13][0x1e][0xfd][0x14]d[0xbc]wy[0xf4]3[0xf8]d[0xfc][0x1c][0xe3][0x12][0xde][0x93][0xf1][0xb][0xfc]R[0xc6][0xaf][0x98][0xe9][0xd7][0xa8][0x91][0xf0][0x1b][0x19][0xbf]e[0xe6][0xfd][0xd8]#[0xb0],neO[0xc8][0xdb][0xe3]kw[0x6][0xd4].rh[0xc][[0x86][0x1f][0x1d]2~[0xc7][0xec][0xbf][0xe7][0xee][0xf]x_`[0xe5][0xe5]T([0x19]mx_F7n[0x97][0xf1][0x1][0xfe]([0xe3]C[0xfc]I[0xc6]G,[0xec][0xcf][0x18][0x91][0xf0][0xb1][0x8c][0xbf][0xe0][0xaf][0x12]>[0x95][0xf1]7^[0xfc][0x8c][0xbb][0xbf]s[0xf7]9j[0x4][0x16]^b[0xbc][0x4][0xe5][0xfe][0x81]/[0xa8].[0xa7][0xa6][\r]U[0x81][0xb8][0xa1]'[0x93]c[0xc9][0xec][0xe1]M[0x9][0x99][0xe2]QWS[0xce][0xa7][0x92]*[0x2]e[0x5][0xde][0x3][0xfe][0xa8][0xaf][0x9d][0xaa][0xd3]$G[0x1]s[0x14][0xe8][0x1c][0x5][0x97]r[0xa4][0xed][0xe6][0xd2][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xf3][0x7][0xb9][0x8][0xd9][0x14][0x9f]O[0x8d]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xad]Z%P[0x93]j}N[0x8c][0xe7][0xf2][0xa4]ES[0xa6][0x82][0x10][0xcb]W2[0xfc][0xf4]R[0x94][0x98][0xcb][0x96]hh[0xb2][0x4]/[0x9d][0x1][0xbf][0x96]tT[0xda][0xf8][0xa6][0x9e]W[0xef]h[0xf0]:[0x1b]Z[0xab][0x9d][0x8d][0xde][0xc6][0x6][0x97][0xa7][0xba][0xd5][0xd9][0xd0] [0xb0][0xa1]([0xb5][0xe2][0x92]T[0xd9][0xf9]E[0x97][0xae]r[0x9][0x94][0x9b][0x1d][0xee]&g[0xab][0xa7][0xa9][0xb6][0xc2]I[0x18][0xb6]x[0xe1][0xa7][0xdb][0xd1][0xd0][0xc3][0xe5]uy[0x1a][0x9d][0xd5][\r][0xe][0xb7]N[0xa6][0xab]c[0xf1][0x7][0xa3][0xc6][0xd1][0xb3][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13][0xa5][0xbe]m[\r][0xd0][0xbd]`[0xec][0xcf][0x8d][0xef][0xbb][0xeb]&[0x8f][0x93][0xb9]7v[0x1d][0x18]d[0xb9]q[0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Wu[0x95][0xb3][0xd2]U[0xeb]p[0xeb][0xc4]W[0xcf]`[0xb4][0xc9][0xbb][0xc1][0xd5][0xd5]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "KM[0x9e][0xed][0x9e][0xba][0x1d][0x1e][0x81][0xab]R[0xb9]MlNOUk][0xc5]6ge#[0xe9][0xcb][0x13]GC[0x83][0xa3][0x85]T[0x9b][0xf6][0x89]A[0x92][0xfd][0x11]gWw[0x94][0xae][0x1][0xbb][0xb7][0xd1][0xd1][0xd0]8I)[0xeb][0xb3]I![0xe9][0xdd][0xa1][0xee][0xe9][0x97]l[0xec][0x1e]6u[0xf7]D[0xda][0xa7]y"[0xe1].[0xb7][0xfb]H[0xc7][0xa8]j|[0x8a][0xd5][0xcc]r[0xc5]\[0xe6][0xa7][0x99]e[0xbb][0xb3][0xa5][0xd5][0xe3][0xa8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac][0x98])[0x97]b[0xe2][0xb][0xb4][0xbe][0xf1] [0xeb][0xb0] [0xb9][0x6]z[0xe4]'[0xd0]Y[0x13][0xc6][0x97]\[0xe4]I$[0x97]k[0x85]tv[0x9a]Xd[0xea][0x19]@[0xce][0xd2][0xa7][0x8d][\r]Mt[0xe][0xbb]>[0xd9][0xea]p{[0x9d][0xb1]-O[0x93][0xdb]ME[0xcb][0x8]"rL[0xa3]S[0xf][0x9e]u3[0xd9]2A[0xa5]$I[0x83]e[0xf4]I[0xbe][0x11][0x2][0x9b][0x90]N[0xf][0xc][0xba][0xc][0xe9][0xd5][0x91][0xc6][0x17][0x1a][0xfd][0xce][0xe5][0xab][0x95][0xf6][0xb6]kknzE[0x80][0xef]LZ[0xa9][0xa3][0xd1]-0[0xd1]*[0xb0][0xa8]d[0x14][0xa2][0xe4]<[0xd2]ZF[0x91]~[0x16]&[0x1a][0x9a][V[0x8c]"[0xe3],[0xa4]3[0x1a]g[0xbd]&[0xcb]D}[0x11][0xf5][0x85]$[0xa7][0x18][0xf9][0xf4][0x0][0xb8][0x99]V[0x16][0xe8]2[0xd0][0x0]/[0xa0][0x8d][0x1a][0xd1]D[0x8][0x8c][0xd4][0xfc][0xd5]H[0x16]F[0xb2]&AZi ]GH[0xa5]3 [0xed][0xc0]NB[0x10]|![0x1b]H/[0x92][0x15][0x18][0xfb][0xd6]a[0xd8]J[0xde][0x84]}[0x4]r[0xe9]+4g[0xab][0xf0]z:[0xb5]Z>[0x80]L[0x1a][0x99][0xc6]p[0x95]@?$[0xd3] L[0xe9][0xa7]c[0xaa][0xea][0xd2][0xd5][0x4][0xe9][0x85][0x9]*J0[0xcd][0xb3][0xa7]oa[0xb5][0xda][0xd0]n@[0xed]0[0xa0]rKFpu?[0xec][0xe7]Q@[0xc9]x[0xcd]8e[0xa6][0x86]>[0x14][0x13][0xae][0xa7]a[0x7][0x89][0xe9][0xa4]4[0xec]B[0xe][0x82][0x9]@[0xb9]Sm[0x91]Ib[0xe9][0xa3]R[0x7][0x11][0x17]t[0x10][0x91][0xc7][0x12][0xdf][0xc5][0xe2][0x12][0xb6][0xfd];0[0x1f][0x87]u[0x18][0xd7][0xe]"c[0x18]Ega[0x1f][0xc4][0x97]I[0xe][0x9c]S[0xa2][0x9f][0xb8]X[0xe0]"J[0xa8]2[0xc4][0x98][u[0x17][0xae]8[0x8e][0xed][0xfa]h[0xe5][0x8e][0x12][0xc3][0xab][0xe7]p[0x1d][0x9][0xd4]e\[0x1b][0x93]V4[0x80]c,[0x8c][0x89][0xc6]P[0x9a][0x86]8y[0x19][0x9][0x1e][0xc4][0xa1][0x12][0x82][0xd4]4[0xe9][0xd6]9V[\r][0xa0][0xf2]+eV[0xcd]*[0xb3]0[0xa6][0xe5][0xfc][0x98][0x96]$XC[0xb1][0xd1]h[0x19][0x8d][0xce][0xc4][0xac][0xbc][0x8b]J[0x8][0x10]&+G[0xb0][0x1c]=[0xb8][0x1][0xbd]T[0xbc][0xfb][0xc8][0x8c][0x7])[0xfe][0xe]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x81][0x10][0xee][0xc4][0x3][0xb8][0xb]Gq7N[0xe0]>[0x9c][0xc2][0x83][0xf4]ly[0x88][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xd3]w[0xf7]#[0xf4][0xc1][0xfc]([0xfe][0x85]#[0x98][0xc0][0x13]B[0xc2][0x93]"[0x1b]GE.[0x9e][0x8a]{K[0xe4]%xk[0x19][0xe4][0x9d][0x12][0xca]'[0xd8]G[0xf4][0x8b]4[0xea]$l5[0xe7]dnZl][0xb1]8[0x9f][0x83][0xaa]s[0xd2][0x95]Xa[0x14]N[0x11][0xaf][0xcf]z[0xd4][0xf5]'[0x4][0x83][0x88][0xc5]t [0x16][0x3][0xd9]D[0xcd][0xf5][0xfa][0x88][0xee]>[0xcb]q[0x1c]6m[0x8c][0x19][0xb9]j[0xaa][0x91][0x13][0xaa][0xf5])[0xe2][0xb9]F[0xc3][0x82][0x16][0x80]\[0xad][0xb9][0xc6].=,[0xc4] [0xd6][0x1c][0x16][0x13][0x83]X9[0xa8]%[0xf6]LV[0x9e]cX[0x99]hc[0xf1]%[0xe5]?3q8n[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "dQ[0xff],%[0xf9]st[0x86][0x13][0xe4][0x84][0xe7][0xa9][0x86][0xbf]@[0xa5][0xed]$[0x95][0xb5][0x1][0xba]#_[0xa2][0xf3][0xbd]L[0xe9][0xf2][0x1a][0xb9][0xe0]u[0x8a][0xed]!r[0xd0]09[0xe4][\r]r[0xc4][0x8][0x1e][0xa7][0x87][0xe2][0xe4][0x9d]$[0xe3][0x1e]J[0x8f][0xa0]f[0x89]#[0x9][0x86][0xce][0x84][0xe5][0xbf][0x90]E[0xb9][0xd9][0x9c][0x96]o[0xfd][0x12]s[0x88] [0x14][0xb3][0xeb][0xbf][\r][0xf3][0xf4][0xc5][0xa2][0xbb][3[0x8f]~&w[0xf2][0xf8][0x9e][0xc1]L[0x19][0x86][0x99][0xa4][0x98][0x99][0x16]hf[0xca][0xd2]M[0xb1]<[0xd1][0x14][0xcb][0x7]&[0x9e][0xce][0xef][0x9f]8[0x16]7[0xc5][0x6][0xaa]x[0xa0]G[0xab][\r][0x17][0xe8]([0xe3]t[0xa4][0x8b]XB[0xf][0xd2][0x95][0xf4][0x1e][0xad][0xa7][0x97][0xa8][0x97][0x1e][0xa2][0xcd][0xf4][0x4]m[0xa1][0x17]h+[0xbd]9[0xf7][0xd3][0x93][0xd3]O[0xcf][0xcd][0x3][0xf4]v[0x8c][0x9b][0xa0]3f[0x82][0xbe][0x4][0x13]dAb[0x13][0xfc][0x7][0x95]d[0x4][0xcd][0x6]6~3[0x1a]6[0x18]7[0x8a][0xb4]:[0x8c][0xd5]%cX#[0xc8][0xb0][0xd7]k[0xd7]5Pm[0xc4][0x9d]d[0xc4]`[0x19][0xb5][0xeb][0xa9][0xdd]H[0xad][0x9c][0xda]M[0xd4]*)/[0x87](#[0xa9][0xad][0xa5][0xb6][0x80][0xda][\r][0xd4][0xd6]Q[0xbb][0x91][0xca][0xfb][0xfa][0x16]][0xe8]9|m[0x14][0x1b][0xe2][0x5][0xbe][0x10]V[0xea]?[0xa0][0x9b][0xfa]C[0xfa]r[0xfa][0x88].[0xd0][0x8f][0xe9][0xfb][0xe0][0x13][0xf2][0xfd][0xa7][0xf4][0x8d][0xf4][0x19][0xd1]|N[0xdf]0_$[0xc4][0xb7]J[0x9][0x1a]1[0x8e]d[0x83]e}[0xba][0xfe]G[0x7][0x8f]j.[0xe8][0xd1][0xd4]YC[0x8e][0xd8][0xcc][0xba]gY`!%[0xf9]b6[0xd3][0xaf][0x3][0xfc][0xcf][0xd2]rT[0x98][0xf8]?[0xbb][0x9b]P[0xbd]%[0x8f]"k[0x10][0x9f]l[0xc9][0xfb]?PK[0x7][0x8][0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer$JsonToken.class[0x95]VkW[0x1b]U[0x14][0xdd]C[0x12]2[0x9][0xd3][0x12][0xd2][0x16]K[0xad]-RZC[0x80][0x86][0xf7][0xbb]HH[0x3][0x82]CB3[0x9][0x1a]hK[0x87]0[0x84]@[0x98][0xe8]$[0xa0][0xd6]G}?[0xff][0x80][0xbf][0xc1][0xe5][0x7][0x9b]Z[0xeb][0xf2][0xb5][0xfa][0xd9][0xe5]ory[0xce][0x9d]![0xb]*K[0x1][0xd6][0xba][0xfb][0xec]}[0xcf]=[0xe7][0xdc]{[0xcf]\[0xf8][0xf3][0xef]_[0xfe][0x0]0[0x80]o|pc[0xd9][0x8f][0x15][0xdc][0xf6]b[0xda][0x8b][0xbb]~tb[0x95][0x87]{<[0xa3][0xf3][0xb0]&[0xa3][0xcb][0x87][0x9][0xe4][0xfc]D[0xd6]Y1d[0xf4][0xb0][0xb2][0xc1]$/[0xa3][0x97]qSF[0x1f]cAF?On1[0xd9][0x96]1[0xc0][0xa4][0xc8]dG[0xc6] [0x13][0x93]II[0xc6][0x10][0x93]7[0x98][0xbc])c[0x98][0x89][0xc5][0xa4],c[0x84]I[0x85][0xc9][0xae][0x8c]Q&{L[0xde][0x92]1[0xc6][0xf8][0xb6][0x17][0xef]H[0xf0][0xc5]2)5[0x9b]\[0x8c]'[0xc8][0x9e]/[0x97][0xcc]ti[0xdb]0%(s[0xa6]iX[0xb1][0xa2]^.[0x1b]e[0x9]]j[0xc9][0xca]G[0xf2]L7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0xcd][0xc8][0x16]yFj[0xee][0x85][0xfb][0x86][0xd5]^c[0xe3][0x12][0xfc][0xda][0xad]L4[0x15][0xb7][0xc3]zbI5i[0xe3][0xc2]BTB[0xbd][0x96]N[0xcd]%f[0xc9]Hd[0x16][0xa6][0xe3])[0x9][0xee]t*[0x13]'[0x87][0x99][0xa8][0xaa][0x11][0xba][0x13][0x19]U[0xa5] [0xa2][0xb4][0x98][0x9a]d[0xad][0xc1][0x8e][0xe8]0W<9C[0xfe][0xc6][0x9e]aV[0xbc]x[0x97][0xcc]8[0x9b][0x12][0xae][0xa9][[0xfa][0xb6]nUt[0xbb][0xc2]r[0xc5]2[0xf4][0x1d]Q[0xe8][0xa2]n[0x95][0xa9]J[0xe1]G[0x15]z[0xf6][0xf4][0xe2][0xae]!AZ[0x96][0xe0]m_[0x8a][0xaa][0x99][0xb8]&[0xa1]{[0xe5]d[0xfb][0xac][0x17]Q[0xe8]|"[0xa1][0x8e][0x13].u[0xc7]J[0xeb][0x94][0xbf]Q-[0x98]Fbwg[0xcd][0xb0][0xd2][0xfa]Z[0x91][0x14][0xaf][0x88][0x99][0xdc][0x90]0[0x15][0xa2][0xdd][0xec][0xe9][0x91][0xa2]n[0xe6]#Z[0xc5]*[0x98][0xf9][0xf1][0x8e][0x93]e[0x9][0xaa][0xa5][0x9c]^\[0xd2][0xad][0x2][0x7]w2[0xb8]M}[0xc7][0xe0][0xb9]E[0xa7][0x1d]M[0x14][0xcc]BeR[0xc2][0x8d]#[0x92][0xcf][0x1d][0xef]t[0x97];[0x96](Ie[0xb3]@[0x7][0xe3][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "yS[0xaf][0xec]Z[0x94]0[0x1c]:[0xc1]z9oT[0x9c]K[\r][0x85]:[0x8e]{[0xad][0xde]By[0xc9][0xbe]XW[0xa8][0x83][0xae]V[0x9e][0xc8][0x15][0x9d][\r][0x91]@a'[0xf][0xec]*n[0xee][0xee]L[0x9c][0xe4]<'Ek[0x97]v[0xad][0x9c]1S[0xe0][0x93][0xc][0x1e][0xf2][0xbc][0xce][0xa1][0x15]D[0xf9][\r][0x98]V[0xf0][0x1e][0xde][0xf7][0xe2][0x3][0xda][0xf6][0xf1]3([0x98][0xc5][0x3][0x5]*>T0[0x8e]I[0x5]/cJ[0xc1]Gl[0xa9]XP[0xd0][0x85][0x88][0x82][0x8f][0x99][0xf6][0xb0][0xd5][0xcb]C[0x1f][0xf][0x9f][0xb0][0xd6][0xcf][0xd6][0xa7]l[\r][0xb0][0xf5][0x19][[0x83]l}[0xce][0xd6][0x10][_[0xb0]5[0xcc][0xd6][0x97]l[0x8d][0xb0][0xf5][0x15][[0xa3]l[0x8d]!"[0xe1][0xf4][0xe1][0x3][0xf2][0xe2]k[0x9][0xed][0xc7]9~[0xfa][0xa8]r[0xc5][0x92]I[0xc7]rV\[0xd8]~[0x94][0xe4][0xda][0x96][0x91][0xe3][0xcb]i[0xfd][0xbf][0x83][0x90]0x[0xb0][0xeb][0xc4][0xeb]3~[0xd4]7p[0xb8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd]|T[0xb7][0xf2]}+Z:[0x9a]J[0xaf]&[0xa7][0xe7][0xe3][0xb1]4?#[0x82]FS[0xa9]h[0x96]&[0xc5]w[0xbf][0xba][0xff][0x1e]9t[0xff]U[0xf2][0xdb][0xd4]~[0x9b][0x1a]l[0xe2][0xbc]P[0xfe]}O[0xf1]N[0xc5][0x13]7k[0x9]|L[0x9c][0xf0][0x97][0xfe][0xfb][0xd4][0xa6]z[0xe8][0x15][0xee][0xa4][0xbf] [0x8d]S-|[0xb3][0x0]a[0x8f][0x83][0xbd][0xe][0xf6]9[0xd8][0xef][0xe0][0x80][0x83][0x83][0xe][0xe]98[0xec][0xe0][0x88][0x83][0xa3][0xe][0x8e]1"[0xc8][0xdd]$[0x90][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8]\[0xe0]&%^[0xf][0x1f]b[0xb8][0x9][0x9]qbm[0x84][0xfc][0xe3][0xaf]B[0xfa][0x9]uO[0xe1][0xfa][0x81][0x98][0x84][0x19][0xe1][0xc9]s+[0xe4]?[0x8b]W[0x1c][0xff][0x1][0xd4][0x9][0xd5][0x1f]t[0x87][0x86][0xe7])[0xdc][0xec]_w[0xc8][0x8e]F[0xc5][0xf6][0xc2]<^[0x15][0xf3][0xd4][0xca]4r[0x84][0xdb]p[0xc1][0xc3]u[0x85];/>A}[0xb8][0xfb]1[0xbc][0xe1]s[0xee][0xc7][0x90][0x1f][0xd6]"[0x5][0xe9][0x94][0x80]"E[0xdc]A[0x3]L4[0xa1]$[0xa2][0xb6][0xd2]Z[0x9e]M[0x88][0x1d][0xee][0xef][0xd1]U[0xdb][0xa5][0x1b]I[0x11]c[0x91][0xc6][H95G[0x8][0xb9][0x1a]O[0xf8]Gx[0x9f]-[0xd7]:P[0xae][0xa7][0x16]XC[0xfa][0x88][0xc5][0xf2][0xf7][0xcf],[0xde];b[0xb1][0x8c][0xc][0x96][0xec][0xc5][0xd2]6[0xf9][0xf1]q^[0xf9][0x15][0xee]l[0xd0][0xe7][0xaa][0xc2][0xef]z[0x82][0x86]GP[0x84]p[0xca]][0xc5]i[h[0x14]B[0xc0]#[0xd9][0xb4]I[0xd0]`[0xbd]C[0xcf][0x8]z[0xd6][[0xc5]9[0xb7][0x10][0x9a][0x85][0xf0][0x9c]\[0xc5]y[h[0x11][0xc2][0x85]@}[0x15][0xcf][0xdb][0xca]E[0xa1][0xbc][0x10][0xa0]E[0x97]l[0xe5][0xb2]PZ[0x3][0xb4][0xea]E[i[0x13][0xca][0x95][0x80][0xaf][0x8a]v;[0xd3]U[0xa1]\[0xb]P?[0xbc]d+![0xa1]t[0x4][0x1a][0x9c]Z[0xc2][0x1][0xe5]wRh/[0x8a][0x96][0xa5][\r]4jYO[0x15]MZ[0x96]R[0x9f][0xd1][0xb2][0x94][0xae]Y[0xcb]R[0x8a][0x16]-[0xcb][0xd5]\$ [0xed]2[0x1][0x89]m[0x4][0x94][0xec]*[0x1]e[0x8][0x11]4T[0x11][0xd6][0x1e]AzXk[0xbb]![0x9c][0x12]m[0xd2][0x84];[0xd4][0x9e]w[0xe9][0xb3]X[0xa5][0xab][0xbd]G[0x17][0xaa]c[0x8d]~+[0xc8][0xd1][0xeb][0xb6][0x8e]oa[0xe0];l[0xe0]7[0xe4][0xf1][0x17][0xb5][0x9d][0xcb][0xb9][0xfc][0xd7][0xf0][0xba][0xc0],[0xae][0x8b][0xc6][0xa8][0xa3][0xb6][0xb8][0x83][0xee][0xa9][0xf3][0xf4][0xdf][0xd0]}[0xdc][0x98]j[0xf9][0x7]PK[0x7][0x8][0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer.class[0xad]Y[0x9]|[0x94][0xd5][0xb5][0xff][0xdf]Y2[0xc9]d[0x8][0x93][0x8d]@&@X[0x84]0[0x9][0x4]$[0x2]BXB[0x18]$[0x98][0x5]CP[0xc2]"[0xc][0xc9][0x90][0xc][0xc]I:[0x93]([0xe0][0xf2][0xd4][0xe7][0xae][0xb5][0xd6][0xba][0xa2][0x85][0x8]j^+*[0x4][0x3](*.u[0xad][0xb6][0xda][0xbe]V[0xad][0xcf][0xa5].}[0xb5]jm}j[0x15]S[0xe8][0xff][0xdc][0xef][0x9b]%1<[0xf1][0xf7]^[0xf8][0xdd]{[0xee]=[0xdf]][0xce][0xff][0x9c]s[0xcf]=wx[0xe1][0xe8][0xc3][0x8f][0x1](Q[0xe3][0x9d]8[0x1d][0xf7][0xa5]`[0x11][0xee][0x97][0xea][0x1][0xa9][0xf6]H[0xb5]W[0xaa][0xee]T[0xec][0xc3][0x83][0xd2][0xea][0x91]j[0xbf]T[0x7][0xa4]:([0xd5]CNV[0xf]KuH[0xaa]G[0x84][0xf7][0xa8]T[0x8f]IuXx[0x8f]K[0xeb][0x9]i=)[0xd5]SR[0xfd]"[0x5]UxZ[0xaa]g[0xa4]zV[0xaa][0xe7][0xa4]z^[0xbe][0xbe] [0xad]_J[0xeb]Ei[0xbd]$[0xad]_I[0xeb][0xd7]R[0xbd],[0xd5]+[0xc2][0xfb][0x8d][0xb4]~+[0xd5]J[0xf7]wR[0xfd]^v{[0xd5][0x81][0xd7][0x9c]([0xc4]}[0xe][0xbc][0xee][0xc0][0x1f][0x9c]x[0x3][0xff][0xe5][0xc4]$[0xbc][0xe9][0xc0][NL[0xc1][0xdb]N[0xbc][0x83]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]w[0x9d]x[0xf][0xef];[0xf1][0x1][0xfe]$[0x13][0xff][0xdb][0x81]?;1[0x3][0x1f]:[0xf0][0x17]'f[0xe2]CY[0xf2]#i}l[0x87][0xf1][0xe7][0x94][0xde]'R[0xfd]U[0xa6]}*#[0xfe][0xe6][0xc0][0xdf]e[0x93][0xcf][0x9c]X[0x80][0xff][0x91][0xd6][0xe7][0xe]|[0xe1][0xc4][0x97][0xf8][0x87][0xec][0xf4][0x95][0x3]_;p[0xc4][0x81]o[0x14]R[0x16]GZ[[0xea]Z7[0x6]Z[0x14]\[0x15]--[0x81]py[0xc8][0x1f][0x89][0x4]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]E[0xbe][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x96][0x95][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "N6[0xd7]T[0xfa][0xaa]O[0xab][[0xa4][0xa0][0x84][0xb1][0xae]c[0xfd][0xfa]@xIkkHaLek[0xb8][0xa9][0xb8]I[0xe6][0xad][0xf]F[0x9a][0x8b]7p[0xc9]b[[0xb0]x~l[0xd0],[0x85][0xa4]p[0xc0][0xdf][0x18][0x8]+[0xb8]+7[0xf8][0xcf][0xf1][0x17][0x7][[0x8b]k5[0x87][0xdf][0xac]\N[0xb6]*[0xa7]@2l~[0xa0])H[0x81][0x1c][0xd2][0xf6][0xb5]4r[0xbf]H{k8`[0xb2][0x93]uG[0xf3][0x93]B[0xc1][0x96]@u+[0x85]Z[0xac][0x90]F[0x9][0xda]+[0xc9][0xa8]Y[0xbf]>[0x12]h' C[0xca]h[0xd7][0xbe])[0xd8][0xd2]A`j[0x5][0xb7]Y[0x1f][0xf6]7[0xd4][0x84]}[0x9b][0xdb][0xb8][0xef]:[0xae]4[0xc4][0x90]j[0x93][0xbf][0xbd][0xb9]x~[0xb0]iA[0xa0]![0xb8][0xc9]/rg[0x8e][0x15]}[0x84][0xdb][0x83][0xad]-[0x91][0x5][0xc1][0x88]]( [0x1b][0x97][0x6][[0x82][0xed]s[0x14][0xa6][0x15][0xf4][0x87]s[0x2][0xda][0x98]p[0xa6][0x82][0xad][0xbc][0xb5]1[0xa0]0X[0x4][0xae][0xee][0xd8][0xb4].[0x10][0xae][0x93][0xb5][0x15]2*[[0x1b][0xfc][0xa1]3[0xfd][0xe1][0xa0][0xf4]M[0xa6][0xad][0xbd]9H[0xd1]G[0xf][0xb4]x[0xcc][0x84][0xc1][0xad]Z[0x9b]NQ[0xdb][0xd2][0xf6]p[0xb0][0xa5][0x89][0xaa]-[0x90][0xcd],[\r][0xcd]Tg[0xb0]eI[0xc8][0xdf][0xc0][0xd5][0x6]-m[0xf7]7l[0xac][0xf2][0xb7][0x99][0xab]'w[0xb4][0x4]"[\r][0xfe]66[0xad][\r][0xcd]S[0xa9][0xaa][0xc6]`S[0x90]*SAN[0xeb]h[0x9]6hY[0xd3]daC[0xd6][0xf2]fX/^a[0xee]g[0xb0])hA[0x85]lhoh[0xed]h[0xe1][0x2][0xc9][0xf2][0xad].[0xdc]a[0xac][0xa0]8[0x83][0xe3]<[0x9d][0xa4]2ik[0xc]D[0x82][0xe1]@c,X1[0xaf]i[0x97][0x14][0xcf]&w[0xae][0xd8]y[0xa5][0xa8][0xf][0x93][0x99][0x14][0x9f][0xe][0x85]J[0xb8][0x91]+q[0x96][0x89]s[0xae][0x4]][0xd2][0xc][0x89][0xd8][0x9a]2|[0x93]Z$hk[0xba]B[0xb7]H[0xc0][0xd6]t[0x95]IW[0x9b][0x94][0xd1]_[0xd3][0xb5]&[0xf5][0x9b][0x94]!\[0xd3]F[0x93]2d[0x1][0xee][0xa1][0x12]b[0xd9][0xf7][0xb0]4#Hi6[0xb0]u[0x9][0xac][0xfc][0x7][0x14]x[0xf]@y[0x9d]=[0xb0]xSz`[0x95][0xca][0xe6]-[0xec][0x81][0xdd][[0xd4][0x83]$o[0xd1]C` [0xef]A[0xf2]^[0xbd][0xe2]F[0xd6][0xa3][0x91][0xcc]z+l[0xa8]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1][0xa4][0x11]E&[0xe3][0xfb]P[0x9c][0x8f][0xe1][0xb8][0x0][0xe3]y'[0x84]8"[0xdf]X[0x1f][0x9b][0xd0][0xa2][0x1f][0xc][0x5][0x1a][0xa7][0xd2]-An[0xe1]?[0xde]-[0x86]<[0xea]<[0xd8][0xf5][0xf8][0xc3][0xb6]R[0xaf][0xd7][0xfb] RV[0xf4][0x80]R[0xa5]znC[0x8d]tY\;QJ[0x92],[0xdd][0x92][0xfa][0xd9][0xee][0xfc];Q[0x94][0xe7]^[0xb5][0x3][0xe3][0xf2][0xdc][0xa3];[0x91][0xe9][0xf5][0xd6][0xcb]<[0xdb][0xda][0x1e][0x10][0x85]s[0xaf][0xee][0xea]^[0xd7][0xb1][0xc3]zMr[0x9]w[0xd0][0xec]<[0x99][[0xc8]Y;p[0x92]^a[0xa4]g[0x1b][0xd2][0xcc][0xb5][0x9d]y7,[0x93][0xa9]N[0x99][0xea][0xec]:vQ[0xde][0xbd][0x94]k[0x8c][0xc6]/[0xe8][0x8d][0xb2][0x8a]e[0x98][0xb5][0x94][0xcb][0xa5]u[0xc9]^y[0x7]0[0xf8]p[0xd7]11[0x90]U[0xab]i[0x5][0x86]h5[x[0x1d][0xe][0xc6][0x15]T[0xd1]U([0xc1][0xd5]|/]C[0xc5]][0x8b][0xc5][0xb8][0x8e][0xea][0xb8][0x9e][0xa6][0xbb][0x89][0x6][0xbb][0x19][0xe7][0xf0][0xb6][0xd8][0x8a][q[0x19][0xb6][0xf1][0x92][0xbe][0x1d]7[0xe0][0xa7][0xd8][0x8d][0x1d][0xb8][0x9f]7F7/[0xeb][0x1e][0xec][0xc2]~^[0xcb][0x8f][0xa0]K[0xab][0xd7]K[0x3]L[0xe0][[0xee][0x7]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1[0xf9]r[0xb3]E[0x15][0x9a]*[0xb7][0xe0]Q[0x84]iz[0x85][0x88]v[0xbb][0xd4]^[0xc]V[0xd6]^LSG[0xe0]r[0xf4][0xe2]$[0xe5][0x1a][0x96][0x8c]#T[0xbc]E2[0x2][0xc3][0x10][0x16][0xf][0xfb]I4[0xc8]T[0xd1]T[0xa9]G[0xb0][0xab]q[0xac]RL[0xe0][0x87]X[0x8a]M[0xba][0xca][0xa4][0xeb]XjY[0xe8]n[0xf8]1[0x8b][0xec]~>K[0x98][0xe5][0x1e][0x96]v[0x96]&[0x96][0xe][0x96][0x97][0xb5][0x9a]E[0xbf][0xda]RNw[0xf2][0xb2].<[0xd7][0x9f][0x99]B[0xe6][0xbe][0xfe]L'[0x99][0xdb][0xfb]3]d^[0xd5][0x9f]9[0x88][0xcc][0xf6]~L[0xcf][\r]d[0xae][0xb1][0xce][0xb6][0xce][0x19][0xee][0xd8][0x89]Y[0x2]o[0x9a]-[0xdb]v;[0xb2][0xb2]m[0xdd]p[0xef][0x84][0xab][0x1b][0xe9][0xd9][0xb6]I][0xb0]Y[0xa6][0xd9][0xb3][0xed]w[0xd0]Y[0xb2]mb[0xd6]<[0xc7][0xe6]l[0xfb]E[0xb3]/[0xb5][0xaa][0xae]c[0xcf][0xf4][5OVM[0xf1]zd[0xdc][0xde][0x98][0xf1]7P[0xdd][0xc0][0xbd]T[0xe5]n[0x1a][0xe6]~[0xf6][0x1f][0xa0]Q[0xf6][0xe2][0xdf]h[0xca]K[0xf0] [0x13][0xab][0x1e][0x9a][0xfb][0x0]~[0x86][0x83][0x1c][0xf1]0[0x1e][0xa3][0x1a][0x9f][0xa0][0xe1]~[0x8b][0xc7][0xf1]{<[0x89][0xd7][0xf0][0x14][0xde][0xc6]/[0xf8][0xae]~[0x1a]G[0xf1][0x8c][0xb2][0xe2]Y[0xe5][0xc4][0xf3]*[0x1d]O[0xa9][0x1c][0xfc]RM[0xc0][0x8b][0xaa][0x8][0xbf]V'[0xe3][0x15][0xed][0xc]sh[0xb2][0xf]PD[0x5]/[0xa5][[0x1c][0xa5][0xb3][0x9d][0xc3][0x96][0x1d][0xc0]l[0x9c][0xcb][0x96][0x95]+[0xd6]a[0xb3][0xe1] j[0xaa][0xe9] ve[0xb8][0x8f][0xe1] [0xa3][0x91][0xd6][0x8b][0xe5]*K[0xff][0xfd][0x13]V[0xa5]z[0x91][0xaf][0xe6][0xb1][0x1e][0xa4][0xbe][0x82][0xeb][0x8][0xb2][0xc4]Q[0x98]![0x9a][0x11][0xa4][0x99][0xeb][0xcb]i[0x9e][0x10]?[0x9e]YQ[0xe5][0x98][0xa7][0xb0]dw[0xe2][0xb1][0xdb][0x1d]SO[0x6][0x85][0x4]^E*[0xc5][0xca][0xa3][0x90]c[0xf1][0x86][0x86][0xe1]2[0x16]4[0xc5][0x8b][0xe8][0xf1]L[0x9d],[0x92]=[0x9a]q[0xe2]IN[0x95]8[0xf1][0x96][0x11]%l[0x8d][0xd1]8[0xe1][0x9e][0xd8][0x89][0x91]^[[0xf]2[0xb8]Wf[0xa9][0xc7]=[0xf9]N[0xa4]x[0xdc][0xa7][0xde][0x15][0xb5][0xe]9[0x9d]H[0xd5][0x1f][0xbb](i[0xdf]A[0xc7]>[0xf3][0xb8]'u[0x12][0xb][0x17][0xc8][0xb2][0xce][0xd6]_/[0xb5][0xa8][0x84][0x1][0x9f][0xe6][0xd9]:[0xe3]K[0x5]v[0x8][0xdb][0xd7][0x89]2=[0xc3]\[0xad]Ps)H[0xb2]fXg[0xeb][0xf9]Y[0x9c][0xbf][0x8b][0xe1][0xc5]\[0xb3][0xeb][0xd8][0xc7]y[0xdb]b+Yv [0xdb][0x8]T[0x8d]TXT]qO[0xba][0x84]q[0x14]x[0x87]![0xe4]]d[0xe3]=[0xfa][0xd5][0xfb][0x18]I[[0x17][0xe2]O[0x98][0x82][0x8f]0[0x1d][0x1f]c.>[0xc5][0x2][0xfc][0x8d][0xf7][0xcb][0xe7][0x8c][0xb1]_[0xf0][0xde][0xf8][0x92]w[0xc5]W<[0x96]_[0xf3][0xe]8B[0x1b]C[0xe8][0xc5][0xf9]L[0xe0][0xaf]T[0x16][0xe6][0x9e]V[0xdc][0xa0]l[0xd8][0xae][0xec][0xd8][0xa5][0x92][0xb1]W[0xa5]`?[0xe9]#*[0x15][0x8f]+[0x17][0xfd]m0},[0x1d][0xbf]S[0x19]xSe[0xc5][0xc2][0xcd]j[0xee]|[0x81][0xf6][0xa1][0xbb]1[0xca]l[0xd1][0x12][0xb1][0x8][0xff]V[0x82]7[0xe5]"[0xad][0xd0]>[0xc8][0xdd][0xcb][0x84]?[0xf3][0x8][0x9c][0xa9][0xd9][0xb6]^(5[0xe4][0x8]R[0x86]p[0xd6][0x85][0xd1]pC[0xdf][0xb7]jg[0x98]i[0x84][0x1b]wx[0x7]mDr[0x0][0xd9][0x87][0xcd]X[0xdd]!,[0x92](k[0xce]pQ[0xaa][0x97]DXq]y[0xe1][0xa4][0x87][0xe4][0xd0][0xaf][0x87]"U[\r]C&s[0xef][0xa1][0xf4][0x9f][0x11][0xcc][0xbc][0xc7][0xa9][0x91](T[0xf9][0x98][0xa2]F[0xe1]T5&[0x86][0x89];GO[0x3]N[0xe1][0xf9][0x14][0xf9][0x87][0xf2],\[0xa4][0xd1][0x15]R[0xef][0x1d][0xfa][0xfc][0x8][0xa6]40zf[0xf2]@d[0xe8][0xc2][0xef][0x17][0xc7]p[0xfc][0x85]c[0xe4][0xa7][0xb1]%&[0xe][0xbf][0x81][0xc3][0x9f][0x80]#d[0xe0][0x8]%[0xe0][0x88][0x18]8"Q[0x96][0x4]$[0x1][0xe7][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x8b]n[0x1a][0x6][0xe9]PlW[0xe3][0x89][0xae][0x80][0x82]x[0x89][0xae][0x90][0xe8][0x8a][0x88]n[0x12][0xd1][0x15][0x13][0xdd]d[0xa2];[0x19]sy[0xc6][0x17][0xaa][0x12][0xd4][0xa8]i[0x1a]i[0x89]![[0xc][0xe9][0xe9]1[0xa4]3bHO2[0x91][0xce]E:[0xbd]N[0xe2]H[0xc4]8[0xaa][0x89][0x98]{[0x91][0xad][0xf4][0x95]v<[0xfb]u[0x18][0xb8];[0xfe]w[0xdc]![0x3]wh [0xfb][0x9d]J[0x84]3[0x89]p[0x16][0xb7][0x9d]M[0x84]s[0x88]p.[0x11][0x96][0x11][0xe1]|",'B[0xdf][0xff][0x8b][0xfd][0x80]Ky[0xdd][0x1a][0xd7][0xde][0x1a]}[\r]B]C[0x9][0x87][0x98]X[0xf2]y6=[0xee][0x94][0x1d][0x18][0xec]q;[0xf5][0xd1][0x1e][0xd4][0x89]f][0x97][0xca][0x99][0xb5]8[0xfd][0x92]7[0x19][0x83][0x9d][0x9d][0xc][0x3]<[0xbe]69[0xc2][0x97][0xf1][0x83][0xb5][0xb]%[0x9][0xc]g@X[0xc7]v[0xeb][0x91][0x9e][0x84][0xe9]}[0xe6][0xe8][0xc5][0xba][0x8e]][0xae][0xef][0xdd][0xa3],C[0x8e][0xf1][0x8f][0xf4][0x88]y[0xfd]>[0xc4]R[0xc4][0xf2][0x12][0xcb]D[0x96][0xbf][0xb3]L6[0xe9][0x14][0x93][0x9e]l[0xd2][0xa9]&-1[0xe9])&[0x9d]f[0xd2][0xe9]&[0x9d]a[0xd2]SM:[0x93][0xe5]y[0x96][0x95],O[0xb3][0xac]f[0xf9][0xd0][0xbc][0xde]_7[0xaf][0xf7]?[0x9a][0xd7][0xfa]+,[0xe7][0xb1]<[0xc1]r[0x1][0xcb]'D[0x90][0xd3][0x8d][0xa1]{[0xba]1[0x8c]%[0x97][0xc5][0xc3][0x92][0xb7][0x87][0xfc][0xe1][0xdd][0x18]!td7[0xf2][0x85][0x8e][0xea][0xc6]h~[0x1b][0xc3]2v[0x8f][0xc4][0xc3][0x93][0xba]1[0x8e][0x9d][0xf1]{[0x8c][0xe0][0x18]s[0x8c][0xcb][0x19]n[0xa0]*aSUHQK0J[0x9d][0x81][0xf1][0xaa][0x96][0xce][0xb0][0x94][0xd9]L[0x1d]J[0xd5]2T[0xa9][0xb3][0xb0]Z-[0xc7]Z[0xb5][0x82]/[0xf5][0x95]hS[0xab]p[0xa1]:[0x1b][0x97]+?/[0xb1][0x6][0xb5]@5[0xaa]Ej[0xbd][0xaa]T[0xcd]j[0x89][0xda][0xa0][0xea]TH-W-j[0x95]jUk[0xd5][0xf][0xf8]5[0xcc]/[0xed][0xe4]v[0xa8]6u.[[[0xd4]fu[0x99][0xba]@][0xae].VW[0xb2]u[0xb5]v[0xba]![0x86][0x9b][0x98]N[0x97][0xa2].[0xe9][0x13][0xf4]2{[0xc9][0xca])[0xcc][0x18][0xee][0xf8][0x6][0xf]9[0xac][0xfc]s8H[0x92][0xad][0x1a][0xc5][0x15][0xe6]%Vl8[0x1b][0xba]Lg+8[0x9e][0xb3]][0xa8][0xeb][0x85][0x9][0xde][0x12][0xcb]i[0xcd]it[0xa6]![0x89]^[0xf6]m[0xc7][0xd3]n[0xb7]S[0x8f][0x1c]>[0xa0][0xdb][0xe9]9[0xfd][0x16][0xee]:[0xd6]&W[0x93][0xc3][0xc6]l[0xc8][0x1a][0xbf][0xb8][0x17]26@[0xfd][0x88][0x86][0xb8][0x9e]8BC[0xdc]HC[0xdc]DC[0xdc][0x8c]Y[0xea][0x16][0xcc]S[0xb7]2[0xee][0xdc][0x86]zu;[0x9a][0xd4][0x1d][0xd8][0xa0][0xb6][0xd3][0x10];[0xb0]Uu[0xe2]j[0xb5][0x13]7[0xaa]][0xb8]C[0xdd][0x1d]W$[0x93]YS[0x91][0xd8][0x9e][0xa0][0xc8]4$kENw[0x8f]LO[0x9e]'[0x11][0xe7][0xca]X[0xde][0xf1][0x1a]O[0xbd][0xcc][0xac][0x8d][0xe6][0x1d][0x9d][0x90]\uB[0xa9][0xc7][0xd2][0x9][0xbb]ew7[0xbc][0xdb][0xa8][0xc4]mH=[0x84][0xc2][0xfa][0x3]([0xd2][0xb9][0xbf]3z[0xbb]z[0x88][0xd1][0x15]{F[0xec][0xae]<[0x84]I[0xf5][0x7]Q\x[0x0][0x93][0xf][0xeb]u[0x87][0xc0][0xc7][0x93][0x95][0xc3][0x1b]Uhbd[0xfa]9[0xa3][0xd2][0xbd]p[0xab][0xdd][0xc][0x82][0xf7]!G=[0x80][0x9]j[0xf][0xb1][0xef]%[0xf6]}[0xf0][0xa9][0x7][0x89][0xbd]'[0xf6][0xf6]q3[0xfa]\[0xa5][0x11]-dbs5[0xd3]~[0xa5][0xd3][0xe4]xr[0x93]&[0xb1]5G[0xa5][0x1f]Az[0x85]C[0x9f][0xe6]k[0xf1]C[0x13][0xe5][0x19][0xdc]Q[0xc6][0x8f]?[0x84])[0xf5][0x14][0xd5][0x12][0xb7][0x17]kk 1[0xb0][0x1c][0xc0][0xc9]{[0x10]}[0x9e]%[0xc9]4[0xf5]hB>5>vA_w[0xc2][0xcb];[0xfd]q[0xc6][0x0][0xcb]?9[0xc0][0xf2][0x16][0xf9]m[0xd1]\[0xfe]m[0xd3][0xc1][0xeb][0xff][0xaf]6J[0xcc]%[0x7]2U[0xa5]6[0xd5][0xe9][0x9a]&[0x9a][0xea]Y[0x9a][0xea]9[0x9a][0xea]y[0x9a][0xea][0x5][0xea][0xf8]E[0x9a][0xea]%[0x9a][0xea]W4[0xd5][0xcb][0xa8]T[0xaf]0^[0xfc]f[0x0]SU%[0x98][0xaa]~`S-[0x11]SY[0xe4][0xc7]K[0xd6]r[0x9a][0x17][0x9a]O[0xd7][0xfd][0x2][0xe1]6\-[0x84]%[0xb5][0xb1][0xd4][0xb3][0x1d]~[0x8f][0xe0]x[0xac][0x13][0xe3][0x85][0xda]u[0xa7][0xf9] [0xa6]V[0xb1][0x95]$[0xbd][0x87]Pb[0x81]<[0xb6][0x93][0xbb]Pi[0xfa]e[0xaa]P[0xab][0xe7] N[0xf1]z$y[0xb6]2[0xc1][0x15]U[0xd8]Lu:[0x1b][0xe5]X[0xf3]lz[0xbc]^[0xab][0x99][0x0][0xc7][0xbe][0x9b][0x9f][0xd2][0xfb]2[0xd8][0xb0]G[0x1f][0xb8]Z[0x8][0xbd][0xcc]~L[0xeb][0xb8]_[0xe5][0x83][0xff]5[0xa4][0xab][0xd7][0xa9][0xb9]7x[0xf5][0xbe][0x89][0x89][0xea]-[0xcc]To3[0xa9]x[0x7][0xf3][0xd5][0xbb]X[0xaa][0xde][0xe3];[0xe1]}F[0xdb][0xf][0x10]Q[0xc6][0x5][0xea]C\[0xa3]>[0xc2]u[0xea]c[0x1e][0xee]OcZ[0x9d][0xc8][0xe4][0xe1][0xc7][0xd4][0xa2][0x85][0xeb]n[0xe5]{v[0xa9][0xd6][0xea][0xfe][0x4][0xad][0xba]`[0xef][0xe5][0x92][0x93][0x8f] [0xc7]2[0x8]?![0xc7][0xc6]1[0xa2][0xdd][0x1b]c[0x9]F[0x88]=[0x99]7[0xca][0xd0]n[0x9e][0xa1][0xc][0xab][0xa8][0x85][0x87]m[0xba][0xb4]2[0xa4][0xca][0x8a][0xe7][0x11]#[0xe0] [0x90][0xcf][0x9][0xe4][0xb][0xa6][0x9f]_[0x12][0xcc]?0[0x84]o[0x18][0x8f][0xfa][0x9a]/[0x9a]o[0x12]|wT[0xdf][0xa7]F>[0xc9]M|[0x8b][0x1b];[0x97][0x1b][0xce][0x8e]a[0x87]0[0xa3]>[0xc1]2[0x86]q[0xf][0xe0][0xd4][0xfe][0xa7][0xe2]h[0xc2][0xca][0xc3]b[0x87][0xee][0x16]>[0xea][0x8d][0x5][0x1b]([0x97][0xfe][0xfd][0x83][0xb]L[0x96][0xaf][0x95]C[0x98]9[0xd0][0xc2][0xb3][0x4][0x17][0x87][0xec][0x89]!J[0x13][0x7][0xb3]X[0xe0][0xb0]X1[0xc6]bO[0xd8][0xa7][0xa0]/[0x2][0xf9][0x99][0xe2][0xb6][0xd8]1[0xfc][0x84][0xfa][0x94][0x14][0xa9]9[0xee][0x92][0xac][0xb3][0xb6][0xa1][0x96]7[0xcd]]p[0xb3][0x93]q[0x1b]|[0xbc][0x1b]va._=[0xba]k[0xc4][0xfc]9[0xc3]=;1<[0xcf][0xed]l[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8|m[0x89]{r[0xe3]Z[0xe3][0x19][0xfc][0xbe]169[0xaf][0x9d][0x83][0xf3]v{[0xf7][0xa3]t?f[0xc7]}i[0x9c][0xfc]^`q[0xc2]iI[0xc5]X[0x8b][0xb][0xe3]h[0xdf][0xa9][0x96]4[0xcc][0xb0][0xc]F%i[0xad]%[0x1d]k-[0x99][0xb1]4n[0x1c][0x93][0x8e]m:e[0x9b]J[0xfb][0x1b]OVyb[0x1a][0xe0][0x9c]8[0xdb][0xf4][0x1f][0x81][0x99]#[0x97][0xc3]X%O[0xb]y[0x9d]B[0x8d]H[0x9d]G[0xcb][0xca][0xdf][0xed][0xb8][0xc3][0x84][0xfe][0x19][0xf][0xa5][0xe4][0xbc][0x9b][0xfa]C?[0xcb][0xe3][0xce][0x88]A_[0xec]qg[0xee][0xc2][0x82][0x94][0xb2]D[0xe8][0x92][0x84][0x13]|~~[0x16][0xe6][0x4][0xa3][0xe8][0xb3]m[0x1a][0xfe]e[0xfe][0xb2]Km[0xc4][0xff][0x8e][0x89]?[0xbf][0x83]3[0xf2][0xef]3[0xf0][0xcf][0xbb][0xaf][0x1f][0xfe]a[0xc4][0x9f]K[0xfc][0x1e][0xe2][0xcf][0xe3]9[0x1f][0x8e][0x99][0x96][0x11]8[0x83][0xf4],K>[0x2][0x96][0xd1][0x9][0xf8][0xe7][0x12][0xff][0x1a][0xe2]/a[0x1a]w[0xae]N[0xbf])|[0xc][0xc3][0x80][0xf8]m[0x82]_[0xa9][0xd1][0xa9][0xf3]l[0x6][0xfe][0x9f]FS[0xc][0xde][0xa5][0x16][0x1d]"[0xbd][0xfd][0xf1][0xe7]&[0x9a]~[0x90]6}[0xff][[0xde])3-[0x13]([0xbc]7[0xe1][0xa6][0xf6][0xc6][0x84][0xc9]O[0x10]&Er[0xea][0xb1][0xca]:O[0x9c]q[0xfb][0x9]m[0x9f][0x91][0xb8]}[0xe6][0xf1][0xb6][0x9f][0xcc][0xed][0xa7]|[0xbf][0xed]w[0xc4][0xb6][0xaf]"[0x15]N[0x8e]l[0xca]}[0xc][0xfb][0x94]m[0xfb][0xd6]^[0xfa][0xe0]ZNI8P9[0x9][0x7]*[0x9][0xd6]tYZ[0xc9][0xff][0xda][0x18][0xd1][0x1e][0xa7][0x99][0xf1](["[0xea]~[0xcc][0xef][0x13][0xc7][0xe3][0xbf][0x92][0x1a]'v&O[0xec],dYJ[0x13]6[0xc8]67H[0xc]wwb[0xa7])[0xf9]j[0xf3][0xf7][0x8d]L[0x8a]\^u[0x8][0xb][0xea]=E[0x7][0xe1]+:[0x80][0x85][0xf1]p[0xa3]?[0xb1][0xcc][0xe5]M:[0xf][0xa9][0x96]2d[0x90][0xc6]r[0xcd][0x8c][0x85][0x9e]L3[0xa5][0xb2]S[0x9c]][0xb8]K[0xdb][0xe4]n[0xdc][0x93][0xf0][0x3][0x8e]xY[0x96]lU[0xad][0xb7][0x9a][0x98]w[0x10][0xa7]M[0x1c]`/[0x1f][0xf7]b[0x1a]c9[\r][0x99][0xa4][0xf1][0xc7]WVl[0xaf],[0xa6]rF[0x84][0xcf][0xc2][0xe0]g[0x9c]m[0xe7][0xe3]Kv[0xb5]"[0x19]?[0x8f][0xfd][0xd0]k[0xd5][0xa0][0x81][0x8e][0x8c]E[0xfb]Q[0x11][0xb5][0xc8]>x[0xd3]q[0xd1]#[0xce]}H[0xef]F[0xba][0xe5] [0x16][0xbb]'[0xcf][0xca][0x95][0xdf]M2[0xd8][0xcf][0xcd][0xe5][0xd1][0xab][0xb9][0x14]r[0xfb][0xf9]i}[0xe2]'[0xf4][0x13]9[0x8f][0xed][0x83][0xbb][0xdf]k[0x1a]cy[0xf5][0x8f][0xe3]{[0xb1][0x0]#1[0x81][0xb5][0x97][0x87]o[0x2][0xdf]EE[0x98]G[0xbb]T[0x92][0xd6][0xa2][0x98][0xef][0xa0][0xc9]h"[0xdd][0xc4][0xe0][0x14]U[0xf3]h[0xda][0xf1]\[0xfd]{[0xfc]L[0xce]7Z[0xcb]b-[0xe3]1[0x90][0xec][0x92][0xf3][0x99][0xa5][0x8e] [0xab][0x17][0x16][0x92][0x1c][0x93]P9[0xf7]j[0x5][0xef]F[0x8d]viI<[0x16][0xa1]z[0xde][0xd0][0x1]PK[0x7][0x8]ngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/glassfish/json/JsonUtil.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xdd]v[0xe9][0xb2]@A[0x10][0x4][0xaa][0x2]*-U[0xaa][0x80][0x88]@Q[0xc1][[0xb5]\[0x4][0xad]AMt(K[0xbb][0xb8][0xee]6[0xdb]-1[0xf1][0xcd][0xf8][0xa2][0xbe][0x98][0xf8][0xa4]/[0x12]}[0xe0][0xd5]K[0x2]*[0x89][0xaf]&[0xfe]#[0x13][0xa3][0x9e][0xd9][0x16][0x1b][0xe5][0x12][0x1f]vg[0xe6][0x9c]3[0xdf][0x9c][0xf3][0x9d]o[0xe6][0xdb][0xcf][0xcf]_[0x0][0xf4][0xe1][0xaa][0x82]][0xe8][0x9][0xa0][0xe][0xbd]2[0xfa][0x14]x[0xd1]#[0xe3][0xb8][0x2][0x1f]z[0x14][0xf4][0xe3][0x84][0xf8][\r][0x88][0xe5]I[0x19][0x83]2[0x86][0xc4]tXA%[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x19]Q[0xa0][0xe0]T%N[0xe3][0x8c][0xf8][0x8d][0xca][0x18][0x93]q[0x96]A[0xd5]MG[0xb3]MnLY[0x96][0xc1][0xd0][0x91][0xb4][0xec]L,c[0xf0]|~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0xcf]gc[0x8b]y[0xcb][0x8c][0xf1][0x9c][0x1e][0x1b]-,,h[0xb6][0x8][0x1a]b[0xf0][0xf][0xeb][0xa6][0xee][0x8c]0x[0xc3][0x91][0x14][0x83]4f[0xcd]k[0xc]5I[0xdd][0xd4]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xe6]4[0xfb]*[0x9f]3[0xc8]R[0x97][0xb4][0xd2][0xdc]Hq[[0x17][0xeb][0x92]Qr[0xb2]z[0x9e]![0xb4][0xd5]I[0x97][0xe8]w[0xcd][0xd1][0xc5][0x19][\r][0x19][0xcd]I[0x94]r+[0x1f][0xce]p0[0x1c][0xf9][0xaf][0x1c][0xab]f[0x1c][0x9e][0xbe];[0xce]s[0xa5]c[0xfd][0x8e]%[0xd0][0x19][0xe][0x87][0x93][0x8b]|[0x89][0xc7][0xc]nfb3[0x8e][0xad][0x9b][0x99][0xa1][0x8][0x99][0xee]r[0xdb][0xe1][0xe5]4R[0xdc](h[0x84][0xe3]Ig[0x19][0xd8][0x18]}:}[0x9][0x6]E[0x84][0x14][0xf7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "7a1[0xc8]s[0x5][0xdd][0x98][0xd7]l[0x86]=[0x9b][0xdc][0xa3]E[0x17]EU[0xe7]iih[0xb7][0xd3][0x16]Uy[0xdf]![0xf0][0x1b][0x94][0xa5][0xad][0xf1]?;[0xff][0xc9]h[0xda]u[0xd1]N[0xdf][0x92][0xc8][0x8d][0xa1]i[0xfb][0xac][0x95][0x19][0xab]`[0xa7][0xb5][0xf3][0xba]([0xbd]j[0x83][0xd6]n[0x91][0x8d][0x8a][0xdd]hTQ[0x8f][0x6][0x86][0xb6]-[0x98],[0xb3][0x98][0xb8][0x97]#[0xc2][0x1b][0xb7])A[0xc6]9[0x15][0xe7]qA[0xc5]E$T\[0xc2][0xe5][0xad][0xf1][0xca][0xa9][0x17][0xf1][0xea]]<[0xdd]*[0xa1][0x15]]*[0x92][0x18][0x17][0x99]M[0xa8][0x8]a[0xaf][0x98]M[0xca][0x98]Rq[0x5][0xd3]*f[0xd0][0xc8][0xd0][0xb2][0x83]^[0x18][0x82][0xe5],'[0xe7][0x16][0xb5][0xb4][0xf3][0x97]i[0xa3]]~C33N[0xd6][0x15].[0xb5][0xd2][0x9f][0xce]r[0xfb][0xc][0x85]J[0xe1]D[0x84]Z[0xec][0xe7][0xb9][0x9c]f[0xce]3[0xb4][0x86][0xc7]";[0xb4][0xae][0xc2][0xb1]6[0x10][0xeb][0xc3][0x9b][0x3][0x85]z[0xb7][0x12][0x19]][0x95][0xfe][0x92][0x9d][0xca]/[0xb5][0xf3]?[0xc4],66n#[0x7][0x86][0x80][0x90]L[0xaa][0xa8][0x88][0xe6][0xf0][0xe]J[0xf6][0xa5][\r]+[0xaf][0xe1][0x18][0xbd][0x6][0xbb][0xe8]E![0x91][0x8][0x11][0xd0][0xcc][0xb][0x8f][0xd0][0x4]Y[0x9a]h[0xd5]K#[0xa3][0xd1][0xd7][0xb5][0x6][0xf6][0x8e]&[0x1e][0xec][0xa1][0xbf]B#[0xd0][0xe][0x9][0x1d]h[0xa6][0x99]Z[0xc]B[0xb]Zi[0xac][0x10]]+[0x1][0xc4][0xdd]H[0xa0][0xfe]=<_Q[0xb5][0xe][0xef][0xec][0x1a][0xa4][0xf][0xf0][0xd0][0xfa][0xed][0x1f][0xbc]j:[0x16]8[0x4]?:[0x11]D[0x4][0xfb][0xdc]DX[0x10][0x1][0xec]G[[0x11][0x8a]it[0x80][0x8f][0x1c][0xcf][0xd7][0xe1]#[0x10][0xd2][0x1b][0xf7][0x8e][0x84][0xba]V![0xbf][0xc6][0xcd][0xae][0xd0]**[0xfa][0xa5][0x6])xk[0x19][0xd1][0x90]tg[0xc3][0xd3]W[0xf2][0xb4][0xbe][0x80]B[0xde][0xce]Wh[0x8f][0x6]o[0xad]"p}[0x5]M[0xc2][0xb0][0x8c][0xda]`;[0xf9]_B[0x96]V y[0xe3][0xd1][0x6]I[0xb8][0x1f]y[0xd9][0xca][0xaf]7[0xeb]Pf[0xd7]Q9[0x1b]][0x85][0xba][0x86][0xaa][0x8f][0xa8]^C[0xcd][0xc4][0x91]O[0x8]2[0xc]J4[0xd6][0xd2][0xf5][0x94][0xde][0xba][0xf9][0x8a]JR.[0x89][0x3][0xc4][0xc1]Ibi[0x90]H[0x1d]"V[0x86][0x89][0xab]8[0xd5]7[0x82]n[0x9c][0xc2]qzs[0xe9][0xd5][0xa5][r[0x8e]$}[0x1][0xd7][0xe8][0xd2][0xdc][0xa6][0xd5][0x2][0xc5][0x1b][0x18]G[0x1][0x13]x[0x80]I<[0xc4][0x14][0x9e]P[0xc4]3L[0xbb],_[0x84]LX[0x97][0x9][0xab][0x83][0x98]Wq[0x7][0x7]p[0xd0]e[0xee]9aw[0xba][0xcc]?E[0x98][0xf8][0x13][0xed]|[0x8c].D[0x89][0xdf][0x87][0xa8][0xc5]a[0x1c][0xa1][0xb8]'Dg7b[0xb4]W[0xf0][0xbb][0x1b][0xf2]O[0xa8]2|[0x8c][0xfd]@/[0xb][0xd4][0x9d]f[0xf8][0xee]v[0xf2][0xa8][0xdb][0x97]c[0xbf][0x1]PK[0x7][0x8]][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonWriterFactoryImpl.class[0x95][0x94]mO[0xd4]@[0x10][0xc7][0xff]{[0x8f]rV[0xe0]N<[0x15][0x11]A[0x9e][0xee]z@[0x5][0x11][0xd4]C^@$AQHP[0x88][0xbc][0xdb][0xab][0xbd]R<[0xda]K[0xbb][0xd5][0xf0][0xc6][0xcf][0xa4][0x9][0x84]D[0x13]?[0x80][0x1f][0xca]8[0xdb][0x16].[0x14][0xe][0xcf][0x17][0x9d]Ng[0xf7][0xff][0xdb][0xd9][0x99]I[0xff][0xf9][0xf1][0xb][0xc0][0x1c][0xaa]9[0xe4]0[0xd9][0x85].LI3-[0x8d][0x96][0xc5][0xa3][0x1c][0xd2][0x98][0x91]fV[0x9a][0xc7]Y[0xcc]e[0xf1]$[0x8b]y[0x86][0x8c][0xee][0xd8]u[0xcb]d[0xe8]Y[0xdf][0xe7][0x9f][0xb9][0xe6][0xb][0xab][0xa1][0xbd][0xe1][0xcd]*C[0xd7][0x96]e[0xda]\[0xf8][0xae][0xc1]0z~u1[0xfc]lp[0xdb][0xd4][0xb6][0x84]k[0xd9]fU]"Iw[0xd3]5[0x84]8[0xdc][0xa4][0x88][0xa0] [0x3][0xdb]e[0xc8][0xd5][0xfc]z[0xdd]p7[0x1d][0xa7][0xc1]0[0xb2][0xee][0xb8][0xa6]f6[0xb8][0xe7][0xd5]-oO[0xdb][0xf7][0x1c][[0xe3]MK[>[0xdb]D[0x9c][0xcc][0xa2]e[b[0x89]a[0xbe][0x14]Kk[0xb7][0x3]}y[0x9b]![0xb5][0xe2]|4[0xe4][0xad],[0xdb]x[0xeb][0x1f][0xd4][0xc][0xf7][0x1d][0xaf]5(RXwt[0xde][0xd8][0xe6][0xae]%[0xbf][0xa3]`J[0xec]Y[0x1e][0x83]z[0x19][0xfc][0x15][0x99][0x1d][0xd7][0x12][0x86][0xbb][0xca]u[0xe1][0xb8][0x87]k[0x7]M[0x99]c[0xf1]<[0xe8][0xb0]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{][0xea][0xa4]X[0x9d]^D[0xd1]][0x83][0xb]#[0xcc][0x80][0xa1][0x12][0xc1]-G[0xb]C[0xd5]2[0x5]>qW[0xf0]x[0xba][0xb2][0x8e]_"Yo\[0xc5]0[0xd3]"m[0xf8][0xa2][0xe9][0xb][0xca][0xcd][0xe0][0x7]W[0xf2][0x92][0x8e]/[0xe4][0xcd]/[0x15][0xb6]n[0x1e]_[0x9][0xa3]6[0x85][0xf5]=[0xee]z[0x86][0xd0]V[0xc2][0xf7][0x95][0x87]e[0xa3][0xcd][0xc][0xfd][0xed][0x1]4s[0xa6]!V[0x82]!^[0xb3][0xdf]{T[0xff]|[0xa9]|a[0x96][0xc7][0xe3][0xb1]v[0x13][0x9c][0xdb]r|W7V-[0xd9][0xc9][0xfe]K{?-[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xb0][0xa0]@[0xc1][\r][0x5][0xbd][0xc8]+([0xe0]&[0xc3][0xf0][0x95][0xf3]#[0xc5]R[0xf7]T[0x9a]g[0xd2]?[0xe5]:[0xe6][0xae][0x1f][0xa9][0xd0]= 5[0xe4][0xc1]\[0xb8][0x89][0x1e][0xbc][0x9b][0x9][0x86][0xd4]I[0x9b]![0xf7][0xcc][0xb]d([0xe3][0xe7][0xc][0xe9]Z}[0xc8]`5[0xd5][0x98][0x1e][0x97];2[0x14][0x87][0xf3][0xb3][0x91][0xd0][0x3]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(R[0xea]([0x8f][0x7]C[0xae][0xa5][0xc1][0x8b][0xe0]R?[0xe6][0xde])[0xf5][[0xe0]B_[0xcd][0xb5]'[0xf6][0xa5][0x1]+[0xa6][0xed][0xb1][0x96][0xb1][0xd0][0xed][0xb3]Y[0xf0][0xc8][0xe7][0xe7][0x9c][0x98][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xbe][0x8d]M[0x7][0xdb]p[0x1d][0xe4]Qp[0xb0][0x83][0xaa][0x83][0x7][0xa8]1l[0x98][0x92]F[0xc0][0xc3]I[0xe3]P[0xf5][0xe7][0xde]t_[0x8a]`[0xdc][0xd2]Zi[0x7]uT[0x19][0xb6][0x95][0x9e]4&[0x1][0x8f][0xa2]72[0x9a]6[0xcc][0xdf]6[0xfe]l[0xeb]>fp[0xda]a(t[0xd3][0xa4][0x89][0x88][0xa1]xI[0xdb][0x1b][0xf9][0xc2][0x8b][0x19]6[0xaf][0xe4][0xb1][0xf1][0x90][0xa1][0xb2][0x18][0xeb]e[0xc2]_c[0xcd][0xff][0xe6]g[0xcf][0x8d]O[0x1d]wj[0xf5][0x93][0xce]U[0xb5]O[0xa9][0xa0][0xf7][0xf2][0xa0][0xd5][0x1c]0l[0xfd]O[0xb6][0xad][0xf4]X[0x86][0x99]/[0xfd][0x5][0x96][0xd5][0xfb][0x0][0xeb]U[0x2][0xb3][0x4]3[0x9][0xfc][0x88][0x14][0xf1][0xdc][0xc4][0x1a]2([0xd3][0x2][0xab]d[0xd3][0xb8]N[0xc][0xd9][0x84][0xe7]=[0x96]I[0xa7]H[0x8a]$[0xe][0xac]c[0x9b]2[0xba]FQ[0xde][0x8d][0xe4][0xad][0x84][0x15][0xb2][0x16][0xb1][0x0]wIJ[0x14][0xb3]aJrt[0xda][0x15]l[0xbd]X[0xff][0x5]PK[0x7][0x8]Z[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.class[0x9d]R[0xcd]N[0x13]Q[0x14][0xfe][0xce]t:#[0xd3]A[0x84][0x2]J[0x5][0x5]A-m[0xc2][0xb8][0xd0][0xb0][0xc0][0xb0][0x80]@2[0xa4][0x81][0x5][0xa6],XM[0xcb]-[0xbd]d:[0xb7][0x99][0x1f][0xf4]Ut[0xa1][0x1b]^[0x80][0xc4]h[0xe2][0xc2][0x7][0xf0][0xa1][0x88][0xe7]N[0xb][0x1][0xd3][0x84][0xc4][0x99][0xdc]s[0xcf][0xef][0xf7][0x9d]sr[0xff]\[0xfd][0xfa][\r][0xe0]-[0xaa][0xe][0x8a]x6[0x6][0x13][0xcf][0x1d],b[0xc9][0xc6][0xb2][0x8d][0x15][0x82][0xf5]^F2[0xdd]$[0xcc]U[0x1b]g[0xc1]y[0xe0]I[0xe5][0x1d]di?K[0xf][0xd3]X[0x4][0xbd][0x8d][0xd5]&[0xc1][0xdc]V'[0x82]0[0xd1][0x90][0x91][0xd8][0xcf]z-[0x11][0x8]Z!{[0xa6][0x1a][0xaa][0x1d][0x84][0xcd] [0x96][0xda][0x1e]:[0xcd][0xb4]+[0x13]By_[0xed][0x86]Y[0xd2][0xbd][0x8d]Fp[0xfd]([0x12][0xf1]v[0x18]$[0x89][0xe0][0xa4][0xf5][0x86][0x8a]O[0xbd]Smvd[0xd2][0xf5][0xce][0x12][0x15]y{,[0x8e]b[0x99][0x8a][0xd8][0xef][0xf5][0xc3][0x95][0x11]8[0x1b][0x84][0x82][0xca]R[0xc2][0xec][0xe8][0xa6][0x9][0xc5][0x8f][0x1a][0x80]`W[0x8f][0xb7]|_[0xf]A-[0x82]q[0xbc][0xa5]+;[0x1d]6}[0xd6]B[0x11][0x11][0x9c][0x9d]Om[0xd1]O[0xa5][0x8a][0x12][0x1b]/[0xb9][0xb4][0xa3][0xe9]8Z[0xd5]e[0xce][0xa1][0xca][0xe2][0xb6][0xd8][0x95]z[0xb4][0xf2][0xdd][0xd6][0xd6]4[0xb9][0xb][0xb][0xb6][0x8b][0x9]<[0xb2][0xf1][0xca][0xc5]$[0xa6]l[0xbc]&[0xbc][0xfb][0xaf][0xc1][0x8][0x95][0xeb][0x81][0x98][0x91][0x13][0xef][0x6][0xcb][0xd7]A[0xff][0xe0][0xa6]i[0xc2][0xf4][0xa8][0x1d][0x10][0x96][0xee][0xed][0x0]o[0xf8]=[0x14][0xa1][0xbf][0x2]H[0xcf][0xc1][0xf2][0x1][[0x9b]0[0xf8][0x7][0xac]Z[0xfd]'[0xe8][0x92]5[0x3]c,[0x9d][0xdc][0xfb][0x99]k[0xbe][0xb0][0xe][0xcc][0xe][0xb2]P[0xc2][0xc3][0x1c][0xc5][0xd2]k`[0xc][0xd2]k[0xe0][0x98][0xc6]:b[0xe][0x93][0xef]R[0xed];[0x8c][0xfa][0xfc][0xc2][0xf][0x14][0xfe][0x5][0xfc][0xca][0xf7][0xb7][0x1c][0xb0]6H[0xbd][0x1],[0xa1][0x8c]i[0x86][0xd3][0xda][0xcc][0x90][0xae][0x84][0xc7][0xac][0x15][0xf0][0x84]u[0x93]cs|*x:l[0xbd][0xce]G[0xe7][0xdf][0xea][0xda][0xca][0x1d][0x17]9[0x81];[0x8][0xe][0x9][0xc][0xcc][0xe7]r[0x1][0xe3]y3[0xfc]x[0xf1][0x82]s*[0x1]PK[0x7][0x8][0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl.class[0xa5]W[w[0x1b]W[0x15][0xfe][0xc6][0x96]3[0xb2]4[0x8e][0x1d][0xe7][0xea][0xd8]mnj[0xe2]HvD[0xd3]&M[0x9a]K[0xe3][0xd8]N[0xeb]F[0xbe][0x10][0xa7]6N[0x0]3[0x96][0xc7][0xb6][0x1c]YRG[0xa3]$[0x86][0x96][0x96][0x96][0x96][0xde]h[0xb]m[0x1]s[0xbf][0x1b]([0x14][0x12][0x1a][0xbb][0xa9][0xa1]Ma-[0x1e]x[0xe5][0x81]WX[0x8b]_[0xc1]b[0x11][0xbe]}f$[[0xb6][0x14][0x1b]x[0xd0][0x99]s[0xce][0xec][0xb3][0xf7][0xfe][0xbe]}[0x99][0xa3]?[0xff][0xfb][0xfd][0xf][0x0][0xdc][0x8f]?[0x6][0xd0][0x82]D[0x0][0xad][0x98][0xd4]q)[0x80]J$uL[0x5]P[0x85]d5[0xdf][0xa4]dHW#[0x83][0xc7]E[0xd0][0xd6][0x91][\r] [0x8]G[0x4]s"[0x95][0x13][0x81][0xcb]:[0xae][0x4]p[0x15][0xd3][0x1][0xd4][0xe1][0xb3][0xb2][0xfd][0xb9] Bx"[0x88]A<)[0xc3][0xe7]u<%[0xdb]O[0xcb][0xf0][0x5][0x19][0x9e][0x91][0xe1]Y[0x19][0xbe][0x18][0xc4]^<[0x17][0xc4][0xf3]xB[0xc7][0xb]A[0xec][0xc0][0x8b]:^[0x92][0xe7][0xcb][0xf2][0xfa][0x15][0x1d]_[0x16][0xd3][0xaf][0xea]xM[0x9e][0xaf]W#[0x8a][0xaf][0x4][0xb1][0x15]_[\r][0xe0][\r][0xbc])2o[0xe9][0xf8][0x9a][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0x19][\r]FW*e[0xd9][0xed]I3[0x9b][0xb5][0xb2][0x1a]6[0xf6][0xa4][0xcf]$s[0xd9][0x89][0xde][0x9c][0x93][0xc9]9[0xfd][0x8e]m[0x99]S[0x1a][0xaa][0xc7]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]N[0xda][0xd6][0xb0]7[0x96][0xb6][0xc7][0xa3][0xe3]r`,[0x91][0x9d][0x88]Nf[0xd3][0xa9][0xe8][0xa3][0x1c][0x1e][0xce][0xcb]tMe[0x92][0xc7]x[0xe8][0x8a][0x9d]p[0xac][0x8e]t[0xca][0xd2][0xa0]][0xd0]P[0x91][0xa6][0xfe][0x7][0xca][0x9d][0x1e][0x14]au4T[0xc2][0x5][0xaa][w<[0x91]J8'5[0x1c]n[0x8e]M[0x9a][0x97][0xcd]h"[0x1d]u[0xf][0x1d]+[0xa5][0xd3][0xcc]$[0xa2][0xa7]scc[0x96][0xdd][0x97]N'[0x8f][0xed][0x1f][0xd0][0xe0]kO[0x8f][0xd2][0x97][0xda]X"e[0xf5][0xe4][0xa6]F,[0xfb][0xbc]9[0x92][0xe4]N},[0x1d]7[0x93][0x3][0xa6][0x9d][0x90][0xb5][0xb7][0xe9]s&[0x12]tx[0xcf][0xea][0xe][0x8b]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "+[0xd9][0xa9][[0xee][0x9b][0x86][0xc0]H[0xc1][0x8d]2[0xea][0x96][0xf9]J[0x96]V@[0xbc][0xb0]F[0x8c][0xeb]3[0xb6][0xe5]8[0xd3]}v"[0xe5]$R[0xe3][0x1a]j[0xfa][0x1d]3~[0xa9][0xdb][0xcc](X:[0xbe][0xa9][0xe3][[0x1a][0x8e]/[0x1a]([0xa2]y[0x8d]V*[0xd3]9G[0xc3][0x96][0xd2]:4[0x9c]([0xa3]}[0xad] [0x6][0xcb]y[0xa7]vS[0xdc][0x8e]O[0x98]v[0xd6]r[0xa2][0xed][0xee]s[0xcd][0x9a]u[0xef][0xa0][0x86][0xed][0xe5][0x95][0xe9][0xf8][0xb6][0x8e][0xef]0p*[0xa8]m[0xb6]mNkh[0x14][0x9f].[0x99][0xb6]c.[0xa6][0x80]z[0xa5][0xf4]V]6[0x93]9&[0xcd][0xb6][0x95]B[0x3][0xf2][0x86][0xa4]T[0x99][0xae][0xa2][0x12]"[0xae][0x1e][0x1d][0xdf][0xd5][0x10]T6{G&[0xad]8[0x9d]l*a[0xd4]}[0xa7][0xac]j[0xb4]X[0xd5][0x99]rl[0xaa][0xdd][0xec][0xe2][0xc9]9[0x89]d[0x94][0xd1][0xe][0xa9]m[0xc9][0xcc][0xb4][0xa7][0xab][0xa1][0xac]*[0x89]dQ[0x1]Lg[0xf2]E[0xd0]VJ[0xeb]qw3i[0xa6][0xc6][0xa3][0x8c][0xc][0xd3][0xec]X9[0xd8]'[0x5][0xb8][0x82][0xa4]aG[0x9]0<[0x9e][0x8b];9[0xdb]Rx[0x9a][0xee]$P:[0x4][0xae][0x19][0x15][0x82]x2[0x9d][0xa5][0x99][0xca]fY[0x5][0xfa][0xd3]9;n[0x9d]I[0x8][0x8a][0x8d][0xc5][0xf5]z@[0xdc]7p[0x4][0xed]2[0x8c]i[0x8][0x97])[0xf1]>UKE}MN[0x1c][0xd5][0x10]ZK[0xf]4p[0x10][0xf7][0x19]8[0x8c][0x7]t|[0xcf][0xc0][0xf7][0xd1]#[0xa7]c[0x1a][0xe][0xfd]O=P[0xe][0xff]@[0x86][0x1f][0x1a][0xfc][0x16][0x1d]"[0xa1][0x8b]a[0xe8]J&[0xad]q3[0xc9]Zw[0xac][0xce][0xab]q+[0xe3]$[0xd2])[0x1d]?2[0xf0]c[0xfc]D[0xce][0xfc][0xd4][0xc0],~f[0xe0][0xe7][0xf8][0x85][0x81][0xb7][0xf1]K[0x3][0xbf][0xc2];[0xc]|iB[\r][0x98][0xf8][0xb5][0x81][0xdf][0xc8][0x89]k[0x18]3p][0x86][0xdf][0xca][0xf2]][0xdc][0xd0]1[0xa7]c[0x9e][0xb4][0x96][0xc8][\r][0x3][0xef][0x89][0xde][0xba][0xe5][0x19]b[0xe0]&[0xde][0x11][0xb5][0xef][0x97]2[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0xc0][0xc7]qN[0xc3][0xd6]2ij[0xe0][0x13][0x18]2[0xb0][0x80][0xdf][0x19][0xf8]=>[0xd4]q[0xcb][0xc0]G[0xf8][0x83][0x1]KB[0xb8]kUJ[0x8b][0x9c][0xca][0x17][0xd8]Jc[0x83]^#[0xdf][0xb3]z[0x8c][0xee]e[0xbb]-n[0xd3][0xa5][0xfd]([0xee]C[0x1a]6[0x95]jnl[0xc][0xe5][0x1a][0x12]?P[0x8b]Lw9[0xf9][0xf][0xf1][0xae][0x15][0xf2][0xc]j[0xd4][0xb4]G[0xbd]s[0xfc]zU=v[0xfe][0xcc][0xf0][0x11][0x16][0x99][0x8e]*[0xa5]2[0xf0]_w[0xdb]56[0xdb][0x1d]e([0xec][0xb6][0xb2]Ys\n[0x1b][0x8d][0x83][0xe7][0xba][0xce]w[0x9e][0x1b]V[0x8f][0xe1][0xb6][0xd8][0xb9][0xce][0xb6][0x8e][0xa1][0xe1][0xf6][0xb6]X[0xac][0xb3][0x83]<5[0xef]_[0xd9]i[0xd8][0xe9][0x9a]W[0xee][0x8a][0xb9]Z[0xd5]g[0xc8][0x81][0xed]x=[0xfb][0x1e][0xa5]`I[0x80][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Yq[0xa5]R[0xa3]?Q uK[0xde]f[0x11][0xd9][0x94][0xd1]'[0xcc]l[0x8f]u[0xd5]Q[\r][0x86][0xb7][0x19]_J-[0x8a]},4[0xd4][0x13][0xe5][[0xd5][0xda]>[0xf7][0x85][0xe7]Q[0x11]n[0x9a]A[0xed][0x2]*[0x87]"[0xad][0xf3][0xf0][0xcd][0xc2]X@[0x95][0x9a][0xaf][0xbb][0x1]=[0xac][0xdd][0x80]_[0xcc]V*[0xb3][0xdb][0xb1][0x8e]c+[0xf][0x1f][0x80][0xfc][\r][0xd8][0x8c][0x8f]a[0x17][0xee][0xe5][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x87][0x83][0xca][0x8d][0xb0][0xab][0xb6][0xe0][0xc6][0xbe][0x82][0x1b][0xfb][0xd0]A[0xa0][0x15]j&[0xe]U[0xa2]Si[0xaa][0xb8]M%>[0x1d]-:[0xce]h:[0x1e][0x6][0x87][0x96][0xdb][0xf4]z[0xe9]^[0x85][0x9a]W)[0xc][0x8f]x[0x18][0xba][0xb9][0x16][0xcc][0xc1]p[0xe4]:[0xaa][0x85][0x9e][0xc0]rz[0xe][0xf1]yx[0x9]=[0xc1][0x82]_At[0x91]\M[0xcd][0x16][0xe9]9[0xeb][0xa9][0x1e][0xf4][0xe8]qU7[0xb5][0x96]P}[0x94][0xcf][0x7][0x97]@.[0xad]:[0xf]9[0xe8]A[0x16]#1[0xcf][0xc8]_I[0xa5]B[0xa4]b[0xb0][0x80][0xe0]Pd[0x1e][0x6][0xd9][0xe][0xdf]5[0x83]M[0x12][0x8f][0xf0][0xbb][0xf0][0xb7]4[0xf8][0xe6]Q3[0x8b][\r][0x12][0x94][0xc2][0xc6]zFfyPN[0xd0][0x8f]S[0xfc][0xf7][0xd7]F>O3 [0xed][0xcc][0xa7][0xe][0xe5][0xe1][0xfd][0x1e]sy[0xf][0x8f][0x14]<[0xb9][0x1e][0xc8][0xbf]Q[0xa5][0xd0][0x13][0xa7][0xeb][0xb5]3X[0xbf][0x80][0xba][0xa1][0xf7][0xb0]a[0x1e][0xf5][0x1f][0x86]}7P[0xcb]m}[0xe][0x1b][0x7]#7[0xb1]ICw[0xcb]Ml[0xd6]0[0x83][0x6]N[0xb6]h[0xb8][0x85][0xad]="[0xd1]:[0x87]m[0x83][0xb3][0xb7][0xff][0xe1]J7[0xc][0xba][0xcf][0xed]B[0xc7][0x9f][0x10]pW[0x8d][0x8b]|[0x1c][0x84][0xc1][0xf1][0x11][0xd6]F[0x17][0xeb][0xea],[0xff][0xa8][0xc6][0xf8]_[0xb6][0x9b]1[0xeb]![0xb2]^"[0xeb][0xe3][0xaa][0x1f][0xe7][0x19][0xe8][0x8b][0xbc][0x0][0x8c][0xe0]B!I[0x8e]2[0xad][0xe5][0x8d]0[0x11]/0[0x16][0xc7]c[0x18] $[0xe1][0xa4][0x6][0xbe][0xfa]a[0xa3][0x8e][0xc1][0xe2][0xee]&n[0xf2][0x6][0xe1][0xa2][0xd5][0xfc][0x1e][0xda][0xe9];[0xa2]m[0x12][0xb4]wi[0xbc][0xbb][0xdc][0xbd][0x4]r8[0xf]y[0x87][0xb][0xf9]&v[0xca]j[0x17]'[0xbb][0x15][0x13]s[0xd8]C[0xe][0xfe][0xb2]*[0x7][0xbe]%[0x1c]|[0x9a][0x1c][0xc][0x93][0x3][0x93][0x1c][0x8c][0x90][0x83]8[0xf1][0x8c][0xd2]a[0x8b][0xb8][0xc7][0xb8]J`[0x12]Sx[0x1c])\E[0xa6][0xc0][0xc1]If[0xd4][0x5]|Rq0][0xe0]`[0x1a][0x9f][0xa2]>[0x8d][0xfa]@[0xdd][0x9a]'[0xf5][0x19][0xaf][0x90]]V[0xb6])V[0xa2][0xc2][0x8a]I[0x83]n[0xe]XL0I[0xb1][0xc6][0xc8]G[0x8][0x91][0x95]p[0xe4][0x16]Bs[0xb8]gV[0xea][0xeb][0x16][0xf6][0xce]a[0xdf]b[0xec][0xea][0x15][0x81][0xe][0xfd][0xce]q~[0x85]6[0xa6][0x95]_[\[0x15][0x5]o[0x1a][0x19][0xa5][0xb8][0x17][0x11][0x1f]*[0xea]uer[0xd4]3[0xf9]wj[0x13][0xf9][0xcc]u4[0x93][0xec][0xfd][0x1a];^[0xf8][0xc0][0xdb][0xea]d[0xab][0xaa]d[0xa8][0xfc]o[0xf4][0xe6][0xa1][0x82]#y[0xe7][0xae][0xdd]![0x84][0x11]I[0xc7]Ur[0xf0]0[0x19][0x1][0x9e]D3[0x9e]b[0x8b]|[0x9a]-[0xf2][0x19][0xe6][0xd6][0xb3][0xf4][0xee]9[0xd6][0xd7][0xf3][0xcc][0xc8][0x17]X&/[0x92][0xc1][0x97][0xe8][0xf7][0xcb][0x98][0xc0]+H[0xe3][0xb5]%X3[0x5][0xac][0x19][0x95][0x91].V[0x16]X[0xb3][0xdf][0xbf]a7[0x97][0xbc][0xa2]zp[0x1f][0xe2][0x1][0x81]S[0xb3]$[0xcb]"[0x8b][0x1d]k[0xbd][0x8a][0xe4][0x1b],[0xcd]7[0x19][0xb9][0xb7][0x94][\r][0xc3]=[0xe0][0xd9][0xa8][0xc0][0xb8][0x1a]'[0xe8]+[0xb0][0x9b][0x8c]F[0xc5]p[0x9d][0x9f][0x9d][0xab][0x85][0xbe]og[0xee]|[0x9][0x17][0xd7]US[0xcb]V|p[0xaa][0xe1]?PK[0x7][0x8]a!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/glassfish/json/MapUtil.class[0x8d]VKS[0x1b]G[0x10][0xfe][0x6][0x4]+V[0xb]H[0x80]1[0x2]ldll!0[0x8a]c;[0xb6]#[0x82][0x8d]x[0xd8][0x10][0x1][0x8e][0x5]$[0x98][0xcf][0xe1][0x13][0xfe][0xc8][0x92][0xbc]"[0x7]5YO[0x4]'bKJ[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]2[0x95]Sj0[0x9c]YXP[0xcc][0xdb][0x86][0xa1][0x85]:[0xc9]jY6-[0xd9][0xd6][0x8e][0xd2]cZ[0xd6]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb9]f1[0x86][0xfa]]N[0xc3][0x84]Wd[0x9d]4b[0xdc][0xd0]4[0xba]@5t[0x86]F[0x1b][0x92][0xa1]x[0x82][0x3];rB[0xb9][0xb9][0xc7]~[0xd3][0x94]W[0xc3][0x19]U[0x9b]WL[0x86][0xb6][0xe2][0xdb]v[0x3]x>F.t[0x6]_1[0xd4][0xce][0xaa][0x80][0xad]X[0xe1][0x91]r[0xfa][0x8a]2[0xa7][0x18]c;I2[0x9c]>[0x2][0x13]<[0x93]=eXMm[0x97][0xc2][2[0xc5][0xde]@[0x1f][0x19]UG-9[0xbe]L[0x5][0xc9]c[0xc5][0xa8][0x91]1[0xe3][0xca][0xb0][0xca][0xf]R[0xbe]P=[0xdc]^B'[0x2][0x12][0x96]A[0x1]5[0x96]f[0x9d][0xe1][0xc4][0xa1][0x4]IH[0x82](?y85[0x1c]e04[0xe4][0x82]N[0xca][0xd6]b0[0xac]&[0x6][0x95][0xb8][0x9a][0x94]5[0x1])[0x9][0xf7]`[0xee]W[0x8f][0xe8][0x96][0x92][0xe0][0xa6][0xf7]@M[0xe7])[0xaa][0xba][0x4][0xb][0x19][0x9]+[0xd0]$[0xbc][0xcf]3p[0x17] [0x83]F[0x86]R[0x97]p[0x1f][0xab][0xdc][0xfe][0x83]=[0xf6];[0x8e]?[0xc4]G\[0xfb]1CMA[0x1b]1[0xf4][0x84][0x84][0x7]x[0xc8]U[0x9f][0xec][0xf1][0x1a][0xb5]LUO0[0x9c]*Q:[0x9e][0xb2][0xad][0x1f]I[0xa6]4N[0xec][0xa7][0xdb][0x9][0xed]+[0x12][0xc3][0xb9][0x3][0xec]w[0xf3][0xba][0xed][0xe5]3[0xaa]g[0xc1][0xb][0x15][0x8f][0xc1][0x80][0xf9][0x1e][0xc6][0xb7][0xed][0x1f]1[0xb4][0xef]J[0x9d][0x82]H[0xc8]Z[0xbf][0x99][0xc8]$[0x15][0xdd][0x1a][0xba][0x1f]WRvL^[0xde]\[0xbe][0x8e][0xb4]OM[0xfb]t[0xc3][0xf2][0xa5]3[0xa9][0x94]aZ[0xca]|[0xcf][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xec];$|[0x8e]/$|[0x89][0xaf][0x18][0x9a][0xf][0x1e][0x6]41[0xc6][0xa7]"[0x11][0x86][0xa6][0x83]_[0xe9][0x8a][0x18][0x8f][0x97][0xdc][0xf8]K[0xbc][0xf7]9B[0x8][0xd4]RJ[0xb9][0xf3]^[0x1d]T[0xe]{[0xa0]q"[0x88][0xc3][0x84]b[0x15]d[0xc][0x17][0xf2][0xb3]i_/[0x96][0x1a]>[0xb6]I[0xa8][0xd8]&[0xdf]G[0x87][0xda]H1[0xbb]Y[0xf3][0xef][0x12]M[0xdd][0xbb][0xc4][0xca][0xe4][0x9d][0xa9]!J}[0xb8]?[0x12][0xa5][0xd5]5[0x9f][0xeb][0xd6][0x2]d[0x90]f[0xac][0xf0]0[0xb7]NU[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x11][0x8e][0x1f]9[0xc]_[0xa5]QW[0x17][0xc]F[0xb9][0xc1][0xe8]a[0x6][0xc7]v[0xcf]n[0xbb][0xaf]C[0xfc][0x7][0xa3][0xd7]_z[0xb6][0x1e]e[0xae][0x93][0xf9][0xe5][0xdd][0xe6][0xd4]%G[0xb5]sR[0xf9][0x6]8[0x8a][0xe6][0xae][0x17][0xb6]C[0xcb][0x9][0xf9][0x90]^0L[0xaa][0xb][0xc3][0xb5][0x12][0x81][0xcf][0x16]O[0xe3][0xce]b[0x14].[0xc0]O[0xbf][0x98][0xfc][0xaf][0x8c][0xfe]i2[0x82][0xa1][0x8b]N[0x17]ie[0xb4]V[0x4]6[0xc0]~[0xcc][0xa9][0xbb][0xe9])[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd0][0x8f][0xfc]Y[0x9c][0xa7][0x9d]d[0x83][0xd0][0x83] [0xad]N[0xbc]D[0xe]s[0xe][0xca]<[0x10][0x8][0x5]&[0x6]~[0x83][0xb0][0x86][0xb2][0x1f][0x2][0xcf]P[0x9e][0x85]3[0xf0]+[0xca][0xf9][0xde][0x91]E5[0xed][0x1d]OP[0xc1][0xc0][0x5][0x95][0xb6][0xa0][0xf2][0x9][0x4][[0xe0][0xcc][0xc2]E[0x2][0xe7]&[0xaa][0xf8]Q[0xb4][0x8f][0xe2]&\[0xfc](e[0xe1][0xa5][0xa3]4[0xd6][0xbd][0x8e][0xea],[0xaa][0xd6]P[0xf3][0x18][0x95]k[0xa8][0xe5]Jw[0x16]5[0xa4]t[0xaf][0xc3][0xb3][0x89]:.[0xa9][0xb7]%[0xf5][0xeb]h[0xd8][0xc4]1.i[0xb4]%[0x8d][0xeb]8[0xbe][0x89]&.[0xf1]fQ[0xbb][0x85][0xe6][0x19][0x92]z7[0xd0][0xc2]E[0xad][0xf6]-[0xad]c[81[0xd3][0xdd][0xb5][0x81][0x93][0xe3][0xe7]w"n[0xcb][0xe2][0xf8][0x16]|[0x1c][0xdf]F[0xaa]Sc[0xdd]v[0xec][h[0x9f][0xa9];[0xed][0xf8][0x9]gf[0xca][0x3][0xeb][0xe8][0x88]n[0xe2][0xec][0x6][0xce][0xfd]B[0xc]9r,>@[0x1b]=;[0xe9][0x14] [0xce][0xba]PK[0xd2][0x6][0xe2][0xb3][0x85]x[0xec] &[0xbb][0x89][0xc7]W[0x88][0xc9][0xd7][0xf0]2[0x86][0xa8][0x14][0x11][0xfa][0xd2][0x9a][0xc4]e[0xcc][0x92]t[0xe]WhF_[0xa5])[\r][0x8f][0xf0]*[0xbe]A[0x8][0xdf][0xa2][0x17][0xdf][0x11][0xfa]1[0xfa][0xf0]=[0xae][0xe3])n[0xe0][0x19][0xc2]x[0x8e][0x1][0xfc][0x81]A[0xfc]I^[0xfe][0xc2]M[0xbc][0xc0]-[0xfc]M[0xdf]S[0xbc]r}[0xf4][0x81]6[0x7][0xf][0xdd]p[0x91]j[0xfa][0x9c]v[0x97][0xe8][0x86]2[0xc2][0xb]t[0xcb][0x15][0xfa]8{A[0xbb][0xab]tK[0x19][0xaf]"[0xdd][0x14][0xe2]]B[0xbb]^[0xba][0x89][0x91][0xbd]]}[0xdb][0xf2]:[0xa1]n[0x90][0xa4][0x5][0xb5]N[0x97][0xdb]]S[0xf3]/[0x9a][0x4]Ha[0x1][0xe5][0xff][0x0][0x1e][0x8f][0xa7][0xae][0xb5][0x99][0xc0][0xfd][0xb9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0xf]PK[0x7][0x8][0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/NodeReference$1.class[0x8d]R[k[0x13]A[0x14][0xfe]&[0xd9]d[0x93][0xb8][0xb5]1j[0x9b][0xd6][[0xac][0xdb][0x98]Xp[0x11]|S[0xc4][0x1a]Rh[0xcd][0x5][0x92][0x10][0x91]>M6[0xd3]d[0xb7][0xeb]L[0x99][0xdd]T[0xfc]/[0xbe][0xfb][0xac][0x82][0x88]H[0x80]?J<[0xb3][0x6]T(T[0x98]s[0xf9][0xce][0xe5];[0xcc][0xcc][0xf9][0xf1][0xf3][0xdb][0x19][0x80][0xc7][0xd8])[0xe1]:[0xd6][0x8a][0xb0][0xb1]^$[0xaf]j[0xe0][0x86][0x8d]M[0x3]n[0xd8][0xb8]i[0xe3]6[0xc3][0x8e];|[0x1b]$[0xfe][0xbc][0xcb]O[0xdc][0x90][0x1f]s[0x9d]p7[0x8c][0x95]t[0xf]H[0x8d]y[0xb4][0x10]n[0xaa]G[0xef]N[0x4]C[0xe6]p[0x9f][0xa1][0xf0][0xd4][0x8f][0x2][0x19]$[0xcf][0x18][0xb2][0x8d][0xe6][0x98][0xc1]j[0xa9])%W;[0x81][0x14][0xbd][0xc5][0x9b][0x89][0xd0]#>[0x89](R[0xe9]([0x9f]Gc[0xae][0x3][0x83][0x97][0xc1][0x95]a[0xc2][0xfd]c[0x9a][0xb7][0xc4][0xa5][0xa1]Zh_[0xec][0x5]iG[0x8f][0xa8][0x6][0xe2]Hh!}[0xf1]0[0xe4][0xa7][0x9c][0x88][0xdb][0xd2][0x8f]T[0x1c][0xc8]YW$s5[0xb5]q[0xc7][0xc6]][0x7][0xf7][0xe0]:([0xa2][0xe4]`[0x1b]u[0x7][0xf7][0xd1]`[0xd8]4-^[0xc4][0xe5][0xcc][0xeb][0xa9][0xe1][0xc2][0x9f][0xef][0x5]"[0x9a][0xb6][0xb5]V[0xda]A[0x13]u[0x86]-[0xa5]g[0xde],[0xe2]q|[0x14][0xc4]s[0xcf]\[0xd6][0xfb]g[0xaa][0xfb][0x88][0xc1][0xd9][0x97]R[0xe8][0x96][0xa9][0x12]1C[0xf9][0xf]k[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?a[0xa8]]Dc[0xe3][0x1]U-[0xdf][0xf4]w[0xfe][0xdc]7-[0xfe][0xe5][0xe7]O[0x8d]O[0x3][0xb7][0x1b][0xcd][0xc3][0xce]E[0xbd]O[0xa8][0xa1][0xff][0xe2][0xa0][0xdd][0x1a][0xd1][0xad][0xfe][0xa7][0xda]Vz[0x1a]H[0x1e][0xa5][0x1f]G?[0x99][0xdb][0x1d][0xc]v_3[0xac][0x9d][0xdf][[0xae][0xd1][0xee][0x14]h[0x97]X[0xb9]j[0xde][0xd9]x[0x84]/[0xc1]![0xbb]B(D[0x96]<[0xa0][0xf1][0x15][0xec][0xec]{[0xe9]32[0x9f][0xcc][0xc9]~[0x81]e[0xf5]?[0xc0]z[0x99][0xc2]<[0xc1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?"C<[0xd7][0xb0][0x8e][0x1c][0xaa][0xf4]}u[0xb2]Y\&[0x86]|[0xca][0xf3][0x1e][0xab][0xa4]3$e[0x12][0x7][0xd6]+[0x9b]*[0xba]FQ[0xdd][0x95]4W[0xc1]U[0xb2][0x16][0xb1][0x0][0xb7]H*[0x14][0xb3]aZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xd7]5l=[0xdf][0xf8][0x5]PK[0x7][0x8]< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/NodeReference$ArrayReference.class[0x9d]U[0xcd]W[0x1b]U[0x14][0xff][0xbd][0x99]$[0x3][0xc3][0xf0][0xd1] P[0xb]mj[$$H[0x80][0xd6]j[0xa1]B[0x3][0x4]M[\r]PCK[0xb]~[0xe0]#[0x19][0xd2][0x81]0[0xc9][0x99]L8[0xd5][0xc0][0xbd]K7z<=[0xa7][0x1b][0x17][0xf5][0x1c][[0x8a]=G][0xb9][0xf0][0x1f]p[0xe9][0xc6][0x8f][0x85][0x1b]=[0xee][0xb4][0xa7]z[0xdf]dH[0x13]Hhq1[0xf7][0xbd]w[0xdf][0xbd][0xf7][0xf7][0xbb][0xf7][0xbd][0xfb][0xe6][0x87][0xc7]_[0x3][0xe0][0x1c]t[0x15]]x[0xb5][0x11][0x9d][0xb8] [0xc4]h[0x13][0xc6]pQ[0xa5][0xd9]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6]UL[0xe0][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0xa2]B=[0xa9]`J[0xc1][0xb4][0x8a][0x18]fT4[0xe1][0xf5]&[0xc][0xe1][\r]![0xe2]B\[0x16][0xe2]M![0x12][0xc2]V[0x88]9![0xe6][0x15]\Q[0xf0][0x16][0x83][0x97][[0x16][0xff][0x80][0xe1]hb[0x9d]op[0xcb][0xe6][0x91][0xf5]B[0xce][0x8c]\&[0x11][0x15];cdb[0x98]i[0xfd][0x16][0x3][0x8b]3[0xf8].[0x1a][0xa6]a[0x8f]3[0xf4][0x4][0xeb]9[0xc4][0xfb][0x17][0x19]c8[0xe7]Zu[0xe][0x83][0xeb]|[0x8b]k[0xe8][0xc1][0x82][0x86][0xa3]x^[0xc3]1t+[0xb8][0xaa][0xe1][0x1a][0x16]5[0xf4][0xe2]E[0xa2][0xbf]/v[0xec]VJ[0xcf][0xdb]F[0xce]Tp][0xc3][\r],[0x89][0x0][0xcb][0x1a][0x82]x[0x9b][0xa1][0xb3]v[0x12][0xc]}5[0xee][0xc4][0xde][0xca][0xc5]7[0xf3]Y[0x5][0xef]hx[0x17][0xef][0x89][0xa0]+[0x1a]Bx_[0x8]"[0xb9][0x8a][0x11][\r][0xc3]HiH[0x8b][0xe5]Y[0x84][0xc5]rD[0xec][0x86][0x19]"[0x87][0xbc]r[0xc]'[0x9f][0xe6][0xc1]p[0xfc][0xc0]svn[0xea]b[0xad][0x94][0xa3][0xa5]^[0xf5][0x14][0x8c][0xf]u[0xc7][0x8a]:2P'[0xff]Y[0xbd]P[0xe0][0x19][0xd1]6]s[0xf3][0xd3][0xb1]dlf%[0x9a]LF[0x97]V[0xe2]s[0xd3][0xb1][0x1b]+[0xb1]$[0xdd][0xa5][0xce]`<.[0xe]y[0x8b]G[0xb2][0xdc][0xcc]D[0xe8]t[\r]3CG[0xdb][0x11][0xdc][0xaf][0x15][0x94]:[0x82]U[0xf6][0xf3][0xab][0xeb]z[0xca]&[0xfb][0xee]:$[0xae][0xd9]F[0x96][0xbc][0xa8][0xc5][0xe2][0xa6][0xad][&[0xcf]N[0x16][0xd7][0xa8][0xc]Wr9[0xd2][0xf7][0xd2][\r][0xab][0xe1][0xc8][0xf3]F[0xe4][0x89][0x19]E[0x1f][0xaf][0xfb][0xd6]<[0x83][0xbb][0xa0]}[0xe1][0xd0][0xad][0xbb][0xdb]r[0xc][0xa3][0xc1][0xf8][0xff]w[0xf6]:[0xbd][0xcd]p[0xaa]T[0xb7][0x83][0x8d][0xe5][0x82]n[0xe3]$=[0xce]][0xf4][0x17][0x90][0xe0][0x17][0x9d]C3[0xbf]h[0x1e][0x1a][0x1b][0xe9][0xeb][0xc1]qPg[0xd2]l[0x89],d[0x1a][C[0xdb]`[0xa1][0xf0]=H[0xa1][0x9e]{[0x90][0xbf]t\[0x3][0x8e][0x9b][0x87][0xe4][0xcf]$![0xd7]_[0xd1][0x82][0xdf](8[0xe8]s[0xdc][0xf0][0x2][0xce][0x0][0xce]L[0xc0]0g&[0x80]$[0x9a]S[0x83][0xba]0[0xcb][0xce][0x1a][0xe8][\r]}[0x5][0xe9]{[0x4]h[0x90][0xa5][0xdb][0xe8][0x12][0xa3]P[0xed][0xc0][0xc3][0xf0]9[0x14][0xcf][0x1d]x[0xe4]/[0xc8]Pv[0xc0]}[0x8e][0xd3][0xef][0xe][0xa0]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe0][0x2][0xf6][0xd1][0xe7][0x85]t[0xfa][0x12][0xfd]O[0xa8][0xb3][0xfb]][0x9c][\r][0xe2])[0xcc][0x86]B[0xf7][0xe1][0xfd][0x4][0xdd][0xf][0xe1][[0xaa][0xc2]x[0x0]e[0x1b][\r][0xdf][0x8a][0xb5][0xd0][0xef][0xa0]Q[0xc2]wP[0xef][0x96]![[0x9c][0xbc][0xfe][0x80][0x82]?i[0xfd]W[0x5][0xf4]P[0x5][0xb4][0xc][0x16] %[0xb5][0xb6][0xb][0xfc]#[0x1][0xb][0xc7][0xfc]C4[0x9]D[0xe9][0x1][0xb4]m4[0xcf]:[0x89]~[0x8a][0xf6]*[0x12][0x9f][0xa1]e [0xbc][0x83][0x16][0x9][0xd7][0xef]`tO[\r][0xfc][0x3]BA[0xdb][0xad][0xb2][0xd8][0xae][0x9b][0xc2][0xc0][0xe][0xda][0x18][0x9e][0x10]?A[0x94][0x81][0xbf][0xa9][0xfc][0xff][0x10][0xc5]G[0x18][0xc1]cL[0xe2]_[0xfa]93[0x18][0xcc]Sqh[0xf9][0xf2][0xa1][0xe5]1[0x80][0x97]([0x83]Vp[0xc]"B[0x87]$[0x92]k[0x82][0xe7][0x11][0xfa][0x14][0xc][0xa9]'[0xba]h[0x93][0x1e]17[0xc9][0x8f](I[0x89][0xc6][0xf1][0xa7]T[0xb7][0xba][0x6][0x89]p[0xa9][0xd2]G$[0xec][0xa1][0xec][0xdc]-[0xd6][0x8][0x85][0xa9][0x8]0[\r][0x83][0xac][0xd9][0xa1][0xd9]YBqi[0xe][0xa2][0xcd]![0xc7]*+[0xb6]\[0xf9][0x8f][0xdd][0xca]O[0x1c][0x8a][0xd4][0xec]n[0x95][0xfd]rmV~b[0xd5]N[0xac]:[0x88]UgE[0xf1]&[0xca][0xc5][0x9b]p[0x8b]7[0x88]#[0x15][0xc5][0x13][0xfc][0xda][0xa2][0xc4][0xef][0x9c][0xcb]o[0x88]6D:[0xbe]P[0xf8]>[0xda][0xef][0x96][0x1b][0xab]t[0xb7][0xaa][0xb8]`[0xbe]Rh[0xf2][0x1e][0xc6][0xcb][0xae][0xb7]H[[0xec]y)[0xbb][0xe7][0xe]r[0xf6][0x96][0x9d]C[0xb5][0xa1];[0x9e][0x1][0x9a][0xf6][0xcf];[0xf2][0x15][0x9c][0xa6]Q[0xa5]=[0xf1][0x8c][0x9c]B[0xc3]PK[0x7][0x8][0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/NodeReference$ObjectReference.class[0x95]UmS[0x1b]U[0x14]~n[0x12][0xb2][0x90]l[0xa1][0x8d][0x12]Z[0xa0]-j[0xb]!PRZ[0xac]/[0xad]}[0x81][0x86][0x1a][0x1a][0x2][0x12][0x1a][0xa5][0xea]t6aI[0x17][0x96][0xdd][0xcc]f[0xc3][0xe8]O[0xd1]?[0xe0][0x17]?T[0xc7][0xf2][0xd2][0xce][0xb4][0xce][0xe8][0xf4][0x83]~i[0xc7]/:[0xfe][0x17][0xc7]s6[0xcb][0x12][0xc9]&[0x95][0xf]{[0xee][0xdd]{[0xcf][0xf3]<[0xf7][0x9c]{[0xce][0xee]o[0xff][0x3]~[0x87][0xf0][0x98]$K[0xad][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe7][0xe5][0xca]QNB[0xd7]R+[0xd9]5[0x8b][0x95][0xce][0xf8][0x9]4:D[0xf2]f[0xcd]*[0xa9][0xb3][0x9a]sY[0xff][0xc9][0xed][0x4][0xdf][0xb4][0x8c]~de[0xc4][0xd1]'[0xe3]$NI[0x98][0x97][0x91][0xc3][0x82][0x8c]wp[0x8e][0x92][0xd8][0xc4][0x9d][0xfe][0xaa][0xa4]Vl[0xcd]4$,[0xca][0xf8][0x4]KL[0x90][0x97]1[0x8c]e[0x81][0xb8][0x10][0x2][0x9][0x9f]{>H[0xc5]tM[0xd3]WU+[0xb3]Y[0xd1]%[0xdc][0x93]Q[0xc0][0xa7][0xcc][0xfa][0x99][0x8c][0x4]V$[0xdc][0x97][0xf1]9.[0xc8][0x18][0xc7][0x17][0xbc]2*c[0x82][0xcd]8.[0x8]\[0x9f][0xc9][0xdd][0x11][0x18]N[0xf8][0xb4][0xa1]_G[0xf7][0xfa]9[0x16][0xe][0x11][0xec][0x9f][0xa9]y[0x89]*[0xb4][0xc5]![0xef][0xd9][0x9a]N[0xf4][0xd4]J[0x19][0xc3]V-C[0xd1][0xa7]kk[0x94][0xa0]E[0xd3][0xa4][0xf5][0xf3]Tv>@[0xa5][0xa2][0xa5][0xe][0xdc][0x88][0xfd]F[0x9b][0xef][0xcc][0xeb][0xf1][0x1c]H[0xd6]'[0xc0]#w[0xad][`[0xdc]/[0xed]=[0xa8][0xbb][0x8b]<[0x13][0x98]jq[0x3]m[0xf9]1D_[0xeb]^[0xfa][0x19][0x4][0x10][0xe3][0x96][0xa2]Y[0x8c][0xbb][0x8a][0xc6].z[0xfa]1[0x0][0x81]A[0x9a][0xad][0x90]G[0x90][0xc6][0x9e][0xe4][0xe]Dr[0xec]1[0x2][0xc9][0xf1][0xc7][0x8][0xfe][0xe0]@O;[0xb0][0x10][0xd9][0x1d][0xb2][0xbb][0x4][0xdd]C7[0x9e][0xe0][0xc][0xad][0xc][0xd5]a8[0x8b][0xb7][0x1]g[0xc6]2[0xc2][0x99][0xb1]P[0x80][0xe6][0xd4][0xb9][0xae][0xcc][0x92][0xf3][0xe][0x9c]N[0xfe][0x84][0xc0][0xb][0xf4][0xf1]@Op[0xf][0xa1][0x0][0xbe][0x81][0x14][0xfa][0xe][0xa1][0xe0][0xf7][0xe4][0x10]tD[0xc3][0x8e][0xf3]3GH[0xae][0x3]][0xa1][0xf3][0xf4]t 0pS[0xd0][0xf2]0F\[0xfe]"[0x1][0xd9]m$[0xb9][0x8d][0x8e]o[0x11]{[0x8a][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xef]B[0xda]A[0xe7][0xf3][0x3][0xb9][0xae][0x0]~F[0xe4][0x91][0xa7][0xd4][0xed][0x84][0xf1][0xb]$[0xfc]J[0x1][0xbc]hP[0x1c]iP$[0xf2]8-R[0xcb][0xbb]z[0x8b][0x94][0x8f][0x0][0x8d][0x83]O[0x11]e[0xa1][0xc0].[0xe4][0x1d][0x1c]c[0x8d][0xb1]mt[0xef][0xa1]G[0xe0][0x91][0x97][0xc3]z8[0xbf];[0xe4][0xf1]:[0xce][0xcb][0xdb] [0x92][0x18][0x3]GC[0x9f][0x11][0x97]]'vFL[0xfa]G[0xd3][0xac][0xb9][0x8d][0xe3][0x9e]dc\/)[0xae]W$[0xf9]GC\[0x93][0xcd]qMxq)[0xb4][0xe4][0x9c][0xaf]E[0x1e])[0xb8][0x13][0x87]E[0xfe]$[0x91][0xbf]H[0xe4][0xef][0xb6][0xf1][0xed][0xcb][0x1d][0xbf]Er)W[0xee]"9[0xb3]{[0x98][0x89]c[0x87][0x13][0xf6]c[0xc3][0xa9][0xc3]uBB[0x8f][0x13][0xaa][0x8e]N9i[0xa3]z[0xa0][0xc3][0xbe][0xd1][0xe][0xdc][0xe1][0x81][0x13][0xfe][0xd2]'[0xfe][0x87]4[0xed]O:[0xf6][0x12][0xde][0xa2]1B{[0xdc]bC[0xe8][0xfc][0x17]PK[0x7][0x8]p[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/NodeReference$RootReference.class[0x95]U[0xdb]N[0x13]Q[0x14]][0xa7][0xb7][0xa1][0xd3][0x1][0x14][0x1][0xe5][0xa2][0xa0]V,[0xad]R[0x94][0x8b][0x8a][0x8a]`)[0x8a])%)[0xd8]D}h[0xe][0xed]P[0x6][0xeb]L3[0x9d]V[0xfd][0x7][0xf5][0x81][0x17]_L4[0xc6][0xc4][0x18][0x8d]Q[0xe3][0xdd]D}[0xf2][0xc1][0x8f]2[0xee]3[0x1d]k[0xd1]"1[0xcd][0x9c][0xd9][0xe7][0xcc][0xde]k[0xad]}[0xe9][0xcc][0xf7][0x1f][0x1f]?[0x3][0x18][0xc5]y[0x19][0xcd]8[0xe8][0x87][0x82][0x90][0x1f][0x83][0x8][0x7][0x10][0xc1]![0x19][0x87]1$!*aX[0xc6][0x11][0x1c][0x95]!aDX[0xa3]29[0x8e]I[0x18][0x97]p[0x8c][0xc1]c[0x1a][0x86][0xc5][0xd0][0x9b]X[0xe3]W[0xb9]i[0xf1][0xe8]Z[0xc9][0xd0][0xa3][0x17]hY[0xb4][0xcc]r[0xd6]*[0x9b][0xea]I[0x6][0xdf])M[0xd7][0xac]I[0x86][0xbe][0xd0][0xbf][0x1c][0x7][0xd3][0x4][0x18]3r*CkB[0xd3][0xd5]d[0xf9][0xda][0xb2]j.[0xf1][0xe5][0x2][0x9d][0xb4]%[0x8c],/[0xa4][0xb9][0xa9][0x89][0xbd]s[0xe8][0xb1]V[0xb5][0x12]Cs[0x8a]T[0xa4][0xd4][0x15][0xd5]T[0xf5],[0x1d]+s[0xba][0xae][0x9a][0xb1][0x2]/[0x95]Tz<[0x9c]0[0xcc]|4/[0xb6]+Zi[0xb5]J[0x9d]$[0x9e]ZHp[0x3][0x0])n[0xca][0x1a][0xba][0xc5]5[0x9d][0xa2][0xdd][0xa1][0xc1][0xcb]D[0xb1]h[0xf1][0xec][0xd5]y^t[0x98][0xdd]y[0x95][0xf2][0xee][0xe][\r][0xfe][0x9d]P[0x9a][0x17][0xca][0x2][0xc3][0xcd]s9[0x86][0xf1][0x6])W=[0x1a][0x84][0xd6][0x17][0xcd][[0x11]^[0xc][0xbb]6g[0xf0][0x99][0xea]5[0xa3]B>{[0x1a][0xe9][0xa8][0x7][0x93]L[0xb5]X[0xe0][0xa2]6[0xf2][0xa2]Q6[0xb3][0xea][0xac]f[0x17]uC[0x15][0x86][0xd6]x[0x85]+[0xd8][0x86][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xd0]*[0xe1][0x84][0x82][0x9][0x9c][0x94]pJ[0xc1]i[0x9c][0x91]0[0xa5]`[0x1a]g)[0xed][0xcd][0xb9][0x1a]=[0x8c][0xdf][0xc8][0xaa]EK3t[0x9]1[0x5]3[0x88][0xb][0x8e]Y[0x5][0xe7][0x84][0xb5][0x7]}[0xc]C[0xff][0xd7] [0x86][0xfe][0xad][0x2][0xec][0xbe][0xd1]<[0xed][0xdb][0x12][0xf9][0x8]C$[0xb8]x][0xb3][0xb2][0xab][0xd4][0xde][0xa0][0xa3]>(<[0x83][0xb5]b[0x7][0xed]u[0xe9]f[0x91][0x80]]W[0xe6][0x18]:[0x1b]7[0x85]f[0x8f][0x6][0xa3][0xce][0xd9]_g[0x7]7[0x9d][0x96][0xdf][0xf0][0xd4][0xab][0xfe][0xad]|[0xa8][0x9d][0x86][0x99][0xd3]t^[0xb0][0xb3]$5}[\r][0xb2][0x14][0x81][0xf3]j[0xa9][0xc4][0xf3][0xe2]?[0xd0][0x91]\[0x98][0x89][0xa7][0xe2][0xb3][0x99][0xf4]t[0xe2]b<3=3[0x93][0x89][0xa7]R[0xc][0xed][0xb6][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f][0x16][0xb8][0x9e][0x8f]R[0x1b]5=O[0x1a]:B[0x9f][0x8a]r[0xf6]l[0x84][0x89]M'[0x93][0xb]K[0x99]T|~![0x1d]G?[0xbd][0x19][0x9a][0xe9][0x95]B%[0x12][0xf3]C[0x96][0x8f][0xae]m[0xd8]N'md[0xcd][0xd2][0xb9][0x8b][0xee]r[0xf8][0x1d]X8[0xf2][0x6][0xae][0x97][0xb4]sa[0x7][0xad]-p[0xd3]z[0xb][0x1e][0xdc][0x86][0x1f]w[0xd0]N[0xbb][0xce][0xaa]7:[0xb0][0xb][0xb0]-[0x81][0xca][0xe8][0xd7][0x85]n[0x7][0xf3][0xac][0xbd][0x7][0x9a][0xc3][0xaf][0xe1][0xfa][0x6][0xc9][0xf3][0x18][0x1e][0xf7]3:p[0xdb][0xb0]>[0xfb][0xe1][0xba][\r][0xa7]T[0x1d][0x1d][0xb8][0x1e][0xba][0xbc]p[0x5][0xa6]D|/v;xQ[0x7][0xcf]+[0xf0]^[0xd4][0xe4]Uq[0xee][0xd6][0xe1]x[0x1d][0x1c]&&[0xd8][0x9]^'V!9[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee][0xc8][0x7]x[0x18][0xde][0xc2];[0xf4][0xd4][0x16]?`c[0xc1][0x8e][0xed]q[0xec][0x9e]p[0xe4]+|T[0x87][0xc7]h[0xf9][0x4][0xe9][0xd2]{4[0xbd][0x83][0xff][0xcb]/[0xea]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d]D[0x5][0xdc]C[0x8][0xf7]1[0x8c][0x7][0x18][0xc1]CL[0xe2]Q][0x85]b[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xa8][0x7]{[0x89][0xa2][0x9a][0x9c];$[0xcb][0xb4][0xd9][0x87][0xfd][0x8e][0xbe]1[0x82][0x14][0xfc][0x81]*[0x99],[0xc8][0xfe]H[0xf1]I][0x8a][0x81]Z[0x8a][0xc1]Z[0x8a][0x13]N[0xf]}[0xe1][0xc8][[0x4][0xfe],[0xd0][0xf3]:U[0xbe][0x9a]*[0x9f][0xa3][0xca][0x85][0x3][0xb6][0xff][0x0]v[0xd2][0xbd][0x9b][0xc4][0x88]y[0xe9]D[0x13]}u[0xc4][0xa0]4[0xd1]7'[0x82][0xc9][0xa9][0xae][0x9f]PK[0x7][0x8]I[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/NodeReference.class[0x95]T[0xed]N[0x13]A[0x14]=[0xb3]-[0xdd][0xed]Z>DE>*[0xd4][0x8a][0xda][0x16][0xed][0x16]A[0xfc][0x0][0x9][0x86][0xc4][0xa4][0xa6][0x81][0x4]L[0x13][0xfc]7[0xb4]CYlw[0xcd][0xec][0x96][0xc8][0x3][0xf8]>[0xfa][0x8b]D[0x12][0x1f][0xc0][0x87]2[0xde][0x99]ViK[0xa1][0xb8][0xc9][0xce][0xdd][0xb9]s[0xcf]9w[0xf6][0xde][0x99]_[0xbf][0xfc][0x4][0xb0][0x8c]5[0x1b]q8&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xc],[0x9a]xf#[0x8a]%[0x13][0xcb]6bxnb[0xc5][0xc4][0xb][0x13]/[0x19][0x12]E[0xcf][0x13]r[0xb3][0xce][0x83]@[0x4][0xc]#o[0xa5][0xe4]';[0xe2]@H[0xe1]U[0x4][0xc3][0xe8][0xf6][0xfe][0x91][0xa8][0x84][0x1d][0x9e][0xe1][0x1d][0xdf][0xef][0x9c][0xc7][0xd6]\[0xcf][\r][0xd7][0x19]"[0x99]l[0x99]![0xba][0xe9]W[0x15][0xae][0xe4]zb[0xab][0xd9][0xd8][0x17][0xf2][0x3][0xdf][0xaf][0x93]g[0xbc][0xe4]Wx[0xbd][0xcc][0xa5][0xab][0xe6]mg4[0xb6]8[0x18][0xac]X[0x6][0x8c][0xe4][0xd8][0x84][0xb6][0xb6][0x1c]P@[0x4]H $[0xc8][0xc8][0xa9][0x88]lS[0xdf][0x12]C[0x13][0xfb]X:[0xb6]e[0xe4]##[0x1d][0x5][0x9c][0xb4][0x90][0xe6][0xd6][0xdc][0xa7][0x99]i[0xd3][0xa9]s[0xa3][0xc]3}[0xe1][0xc1][0xa6]%f[0xea]Nx[0xef]o[0xe8]K;[0xd3][0xe7][0xfc][0x80]f[0xa0][0xdf][0xda]G[0x92]Ec[0x98][0xa9]=[0xda]{[0xad][0xb5][0xd7][0xfd]&[0xfd][0xfd][0xee]_[0xbf][0x5]p[0x8][0x9f][0x4][0xd0][0x81][0xf1]&l[0xc3][0x8b][0x1][0x1e]/[0x9]4![0xc7][0xd9][0x0][0xce][0xe1][0xe7][0x2][0xbd][0xac][0xe3][0x15][0x1d][0x93][0x1]L[0xc1][0xc][0xa0][0x9][0xd3][0xc2][0x98][0x11]4+[0xa8][0xa5]cF[0xd8]f[0xe5][0x98][0x93]#[0xd7][0x84]y[0x9c][0x97]#/[0xc7][0x82][0xe];[0x80]6[0x14][0x2]X[0xc4][0x85][0x0][0x8a]([0x89]n[0xa7][0x11][0xe5][0x0]^[0xc5][0xc5]F\[0xd2][0xb1][0xa4][0xa1]ql[0xb4]2~0[0x9d][0xd4][0xd0][0x9e][0x9e]7_5cv[0xae][0x10][0xcb][0xcc][0x99][0xc5][0x92][0xe5][0xc4][0xfa][0xdc][0xfb]X[0x8d]/A>O[0xbf][0x6]-[0xa1]ak_[0xc1].9[0xa6][0xed][0x8c][0x9b][0xf9][0xb2][0xe5][0xbd][0xc7]?yM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0x97]P[0xb2]_[0xa0][0xef][0x8]%[0x12][0x2][0xad][0xb][0xa4]hw4x[0x7][0xc7][0xd2]^f[0x3][0x4][0xa7][0xcb]3|:G[0x95][\r][0x4][0xd3][0x96]M[0xfd])[0xda][0xcc][0x94][0x8b]);k][0xd2][0xa0]W<"[0xc7][0xf1][0x9c][0x9d]sNh[0xd8][0xd9][0xed][0xfa]KwS[0xf6]b[0xd9][0x19]q[0x8a][0x96][0xb9]p[0xac]g\[0x83][0xaf][0xaf][0x90][0xb5]4lK[0xe7]lk[0xb0][0xbc]0m[0x15]G[0xcd][0xe9]<)[0xc1]t!c[0xe6][0xc7][0xcd]bN[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0xe7][0xcc][0xe5]J[0x1a][0x9e]H[0x17][0x8a][0xb3][0xb1][0xd9][0xbc]Y*[0xcd][0xe4]Js[0xb1][0xf9]R[0xc1][0x8e][0x8d][0xd9][0xb9][0xc]u[0x9d][0xb2][0x1c]+[0xe3][0xe4][0xec][0xd9]zKtY[0xe4]B[0x9b][0xba][0xa1]!0k9}U[0xaf][0xc3][0xdd]=[0xf][0xcb][0xae]>[0x93][0xcb][0xe7][0x13][0x92][0x5]o[0xb7][0x4][0xe0][0x99]> [0xc7]A9[0xe2]r[0x1c][0xe2]K[0xae]`[0xdd]gm(y)c-:[0xb9][0x82]M[\r][G[0x1c]3s~[0xc0]\[0xac][0x4][0xd5][0x9c]U.'m[0xba]O[0xbf][0x19]%[0xdd][0xca]*[0xfd][0xcc]l[0xa0]&[0xca][0x0][0xf4][0xee]s[0x89]TJ[0xc8][0xde][0x85][0x9c][0xa4]~[0x9a]PaF[0x9c][0xc9]K)[0x1a][0x8f]g[0xf2][0x95][0x9c][0x7]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5]b[0xc6][0xea][0xcf][0x89][0x89][0xce][0x87]$g[0xbf]xi[0xe0]0[0x8e][0x18]x[0x2][0x7][0xc][0x9c][0xc6]s[0x6][0x9e]D[0xa7][0x81][0xd7]pB[0xc7][0xeb][0x6]^@[0xda][0xc0]A0[0xbc]G6[0x9][0x89][0xed]8o[0x9e]7[0x8b][0x8e][0xe9][0x16][0xe2]4[0x8f][0xda][0xa3][0x8e]_[0x18][0xf8]%.[0x8b][0x81]+[0x6]N"a[0xe0][\r][0x17][0xfd][0x95][0x86][0xfd][0xff]_[0x1d][\r][0xe]d[0xdc]@[0x97][0xf8][0xf6](:u[0xbc]i[0xe0]-A[0xde][0x96][0xe3][0x1d]tjxL9[0x98]7[0xed][0xd9][0x98][0xea][0xc7][0xa1][0xb2]34[0x93]([0x94][0xed]l[0xa9][0xe6][0x93][0x18]O[0xe8]x[0xd7][0xc0][0x10]~[0xad][0xe3]=[0x3][0xef][0xe3][0x3][0x89]r[0xd0][0x1d][0x9e]}2d:>4[0xf0][0x11]>[0xae][0x91]d[0x9e]vU[0xc3]gZ[0x1d][0xab]X[0xe7][0x9a]t[0x98]][0x9f][0x9f][0xfa][0xa7]G7[0x9]S[0xb2]4`[0x95]J[0xe6][0xac][0xc5][0xc2]F[0xce][0x9c][0x1c][0x1e]I[0xe]O[0xa6][0x6][0xcf][0x8c][0x8d]N&[0x7][0xfb]&O%G[0x93]}[0xa3][0x93][0xcc][0xf3][0xf0][0xb0][0x86][0xd6]jS[0xaa][0xc8][0xa8][0x97][0x89]a+E[0xbb]H[0xad][0xa3][0x8c][0xce][0x15][0xb][0x17][0xa5][0xc9][0xd4][0xa8]u<[0xc8]F[0xff][0xc9]T:y[0x8a][\r][0xbb][0x89]6[0x11][0xec][0xfa][0xc1]8[0xb0][0x83][0xed][0xac]Y[0xcc]V[0xc6][0xa2]TY:[0x7][0xe]K[0x92]*[0xa0][0xec])[0xbf][0x80]G[0xd9][0xe2][0x1b]z[0x7]Lg[0x8e][0xf][0xdd]n[0x1b]o[0xaf]3[0xb8]Tr,&[0xab][0xc9],[0x16][0xcd][0xa5]Laq[0xe9][0xe2][0x1b][0x9a][0x9e]gG[0x1c]KmBJ[0x89][0x9b];[0x1f]4[0xb5]2[0xb4][0x85][0xe2][0xa0][0xb9][0xc0]I[0xd8][0xbf]Y[0x8c][0xf][0x9e]wtr_wp[0xf5][0x19]h[0x97][0x96]#[0xd4].[0xfd][0xa7][0xee]=x[0x8c]+q/a[0xf]~D[0xfc][0xc7]u[0xf8]O[0x88]w[0xd7][0xe1]=[0xc4][0xa3]ux/[0xf1][0xc7][0xeb][0xf0]}[0xc4][0xf7][0xd7][0xe1]1[0x4]e[0x1a][0x15][0xcc][0xc9]S[0xf7]!u[0x7]e6y[0xeb][0xfc]ph)q[0x94][0xd0][0x18][0xdf]=[0xbc]C[0xd1][0xde]5hQ[0xfd]o[0x8d][0xb7][0xe0][0x89]F[0xd7][0xe0][0xbd][0x5][0xdf][0xaa][0x12]J[0x9][0xfb]x[0x1e][0x84][0x9f][0xc6][\r][0xaa]k[0xa5][0xd2][0xa7]Iis[0x85]q[0xc][0xc7]e[0xd1][0x13]z[0x6]'[0xa8][0x1a]x[0x16][0xcf]UL[0xc4]x[0xb][0xc5][0x1f][0xfd][0xb]|+5[0x95][\r][0x8a]xD[0xa9]1\[0x86][0x8a][0x1a][0x8f][0x8c][0xbb]+[0xec][0xf1][0xd3]p[0x3]i7)[0xec][0xff][0x86]_[\r][0xbb]=W[0xe9]X[0x5]{&L[0xac]%[0xea][0xbb][0x5][0x9d][0x14][0x8f]w[0xf7][0xa7][0xa3][0xd5][0xa7][0x13][0x11]>[0xed][0x8a][0xfa][0xeb][0x9e][0xe4][0xf6][0x85]7X[0xe][0xfb]B>2uE[0x1b]6a[0x92][0xdb][0x1f][0x11]f[0xfd]![0xaf]r7[0x84]|[0x9f][0x8e][0xfe][0x9][0xc1][0xa7][0xfd][0xeb]h[0x9a][0xb8][0x8d][0xc0].[0xff][0x1a][0xb6][0xdc]Ye<[0xc0]V\C#[0x9a]YS[0xb9]{[0xb8],[0xe4]N[0xe3][0x92][0xba][0x97][0xf0][0xb5][0xba][0xbd]*#[0xaf][0xa9][0x8e]9IJ[0xf5]3[0xc1][0xcf]c7~[0xca][0xca][0xa5][0xa8][0xe3]45[0xc][0xb0][0xba][0x83][0xac][0xe0][0x10][0xb3]u[0x86]\?[0xa3][0xce]aj[0x1c][0xe3][0xff]8[0xbf][0xff]_[0xe4][0xf][0x88][0x97]0[0x87][0x9][0xfe]*8K;[0xe7]h[0xe5]e\[0xc6]+x[0x17][0x93][0xf8][0x84][0xaf][0x9f][0xc1][0xa4][0xdd],-O[0xe3]:2X[0x85][0xa5][0xaa]0[0x83][0x0]m/Sg[0x9c][0xd9]o[0xe3][0x16];E[0xc8]C{[0x17][0x90]$[0xe4][0xa5][0x85][0x1][0xfa][0x14]gM[0xae][0xd3][0xc3][0xe7][0xe9][0x97][0xc4]x[0xb3]R[0xb7]UJ[0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2])[0xf2][0xee]C[0xc3][0xf7]h[0xd6][0xbe]G;?{[0xf8]y\[0xbb][0xc7][0x0]5[0x9d]s[0xc3][0xa3][0xf1][0x1e][0xa3][0xf7][0x13][0xd1][0xf8][0xa7]Z[0xe2]t[0xb5][0x9f][0xb4][0xff]P[0x19]i[0xda][0x8][0xbb][0xd4]`[0x1]t[0xff]54[0xbb][0xa9][0xdf][0xba][0x86][0xe6];B[0xd2][0xaf]jqU[0xb3][0xf8]2[0xa2][0xaa]h[0x4][0xba]T[0xd5][0xe2][0xdb][0xef]^E[0x9b]*\[0x9c][0xd5]7[0xa4][0xbe][0xdb]o[0xa2]e[0xc5][0xe5]'[0xa9][0xc7][0x15][0x10][0xbe][0xe]Wd[0x99][0xf3][0xa1][0x4][0x96]k[0xfc][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x9b][0xcf][0xd5][0xe6]W[0xaf][0x8f]lh[0xdb][0xb1][0xa1][0xad][0xfa][0xda]Z[0x95][0xfd][0xee]*[0xf6]T[0x9e][0xd7]+[0x9c][0xf4][0xef][0x8e]p6([0xce][0xd0]J5[0x8a]][0xd5]([0xb6]W][0xd2]7[0x9c][0xbe][0x9f][0xea][0x1a][0xf7]U[0x85][0xfc][0xd5][0xe7][0x6][0xf7]9[0xb8]r[0x9f][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5]uE[0xac]1[0xd5]n/[0x16][0x11][0xe6]9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]j[0xe5]8[0x9d][0xf3][0xd8][0x81][0xf3][0xdc]c[0xb][0xac][0xa0][0xcd]~+[0xb0][0xfb][0x16][0xf9][0x1b][0xf3][0x2]^'[0xe7][0x15][0x94][0xf0][8[0xf8][0x3][0xca][0xf8][0x92][0xd4][0x9b][0xb8][0x88]5v[0xde]:;[0xef][0x1f][0xec][0xea][0x92][0xeb][0xdf][0xb8][0xcc][0x9a]][0xd1]|xCk[0xe3]Wx;[0xde][0xd4][0x9e][0xc4][[0xda]Sx[{[0x1][0xef]hCxoc[0x13]h#[0x95][0x8e]J)J`[0xc7][0x91]X$[0xd2][0xd3][0x11][0xea][0x8][0xf1][0x95]?*[0xd8][0xe][0xb2]X&[0xd9]}[0xd2][0x1c]{[0x19][0x86][0x84][0xa2]_C[0xab]D[0x14][0x9d] ~[0xd6]7[0xc5][0xc][0xc6]oTf[0xfd]F-[0xb2]f[0xc8]o[0xd2][0x8f][0xb1][0x85][0xb3][0x10][0xc6]o[0xea][0xf6][0xcf][0xde]:[0xab]l[0xb1]0[0x9b][0x1d]L[0x0][0xbf][0x99][0x94][0xd9][0xc1][0x8a][0xd9][0xd1][0xac][0xb4][0xfd][0xd4][0x86][0xd9][0x81][0xc8]2[0xfc][0xde][0x1b][0xe1][0xcf][0xb1]-[0xf2]9[0xb6]Dz[0xbf][\r]g[0xaf]c[0xcb]:[0xda]&[0xd6][0xb0]Cu[0xa4]0g#[0xb7][0xb1][0xf3][0xb0]O[0xf9]H[0xb4]7[0x1c][0xf2][0xdd]f[0x8d][0xc4][0xdd][0x90]r7[0xe4]S[0xfe][0xf6][0x86]#[0xdf][0xa0]}[0xc3][0xe5]([0x7][0x13][0xf8][0x1d]][0xfe][0x8c][0xe3][0xf1]{[0xb4]0[0xd5]][0x1c][0xd4][0x1e]|A[0x8f][0xbe][0xe4] ~[0xc5][0x15][0xf0]5[0xc7][0xf3][0x8f]*[0x9c]C[0xf4][0xef](",R\[0xed][0xed][0xa9][0xda]~[0x9e][0xe2][0xca]8[0xa0][0x82][0x9d][0xe2][0xe2][0x88][0xab][0xed]=EY[0x19][0xd0][0x94]Z[0xca][0xbe][0x96]mzo][0xe4][0x8d][0x18][0xa9].c[0xe][0xad][0xa6][0xb4][0xb4][0x4]w[0xdf]F[0xf8][0xcf][0x8][0x6]#[0xea]nYU?[0xf2][0xc5][0xd5][0x80]R[0xb9][0x87]b[0xf2][0x9d]4[0xaa]Fw[0xec][0xbf]PK[0x7][0x8]D[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/glassfish/json/api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/api/BufferPool.classE[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]0[0x18]E[0xef]W[0xfb][0xa3]u[0xd0]Wpk[0x17][0xb3][0xf8][0x4][0x16]\[0x15][0x4][0x97]N1$[0xfd]14[0x92][0xb4][0x82][0xaf][0xe6][0xe0][0x3][0xf8]Pb2y[0x97][0x3][0x87]3[0xdc][0xcf][0xf7][0xf5][0x6][0xb0][0xc3]2[0xc3]"CN[0x88]G~[0x93][0x1e]EYW[0x84][0xcc]J[0xf1][0x14][0xda][0x8b][0xa4][0xa8][0xab][0xf2]B[0xc8][0xcf]f[0xb2]B[0x1e][0xba] W[0xfb]I)iO[0xc6][0xe8]m[0xcf][0x1f][0x9c][0xb0]1[0xb6]a[0x8d][0xe6][0xce][0xa9][0xce][0xb5][0xac]wf`[0xfc][0xde][0xb1]HX[0x87][0x94]i>4[0xec]x[0xed][0xa5][0x18]S[0x2]!BX[0x14][0x13]f[0x88][0x1][0xcf][0x4][0xa9]7[0xfe]D[0xf0][0x98][0xff][0x0]PK[0x7][0x8]b[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/messages.properties[0xb5]X[0xdb]n[0xdb]8[0x10]}[0xd7]W[0xc][0x90][0x87][0xb4][0x80]#[0xa7][0xd9][0xb7][0x0]~pR7[0xeb]n[0xea][0x4][0xb9]t[0xb7][0xc0][0x2][0x5]-[0xd1]6[[0x8a][0x14]H*[0x8e][0xb7][0xe8][0xbf][0xef][0xc]/[0xb2][0xe2][0xd8]m[0xd3] @[0xe0][0x88][0x97]9s83[0x9c][0x19]i/[0xdb][0x83]S][0xaf][0x8c][0x98]/[0x1c][0xbc]*^[0xc3][0xd1][0xe1][0x9b]?z[0xf8]{t[0x8][0x17][0x86][0x15][0x92][0x3]Se_[0x1b][0x10][0xce][0x2][0x9b][0xcd][0x84][0x14][0xcc]q[0x9b][0xc3]PJ[0xf0]b[0x16][0xc][0xb7][0xdc][0xdc][0xf1]2[0xcf][0xf6][0x10][0xef]f!,[0xd4]F[0xcf][\r][0xab]H[0x18][0xdc][0x2]A[0x8a]BW5S+[0xa1][0xe6]P![0x82][0x11]L"[0xa0][0xe1]8*q[0xfd][0x8e][0x9][0xc9][0xa6][0xa8][0xae]Q%7$[0x83]P[0xb8][0xad][0xb2][0xa0]g[0x1e]bTHQ[[0xe][0x97][0xcd]T[0x8a][0x2][0xce]E[0xc1][0x15][0xe][0xef]r8[0xca][0xf]{[0xb0]\[0x88]b[0x1][0xa8]z[\r][0xc5][0x1c]b,[0x9c][0xab][0x8f][0xfb][0xfd][0xe5]r[0x99][0xf3][0x80][0x90]k3[0xef]K>g[0xb2][0xcf]ky[0x80][0xd2][0x1d][0xe2][0xd7][0xba]1[0x5]G[0xa3][0x94][0xc4]l[0x5][0xc8]R[0xc3]t7K[0x98]i)[0xf5][0x92][0x8e]u[0xcd][0xb][0xad]JfV[0x88][0x15][0xd9]Y[0xa4][0xc5][0x95][0xdf]Gk[0xc2][0x9][0xad],[0x8a][0x18][0xb0][\r][0xb2][0x8d]xhS[0xb7][0x2][0xcb][0x1d][0xad]8<[0x84][0x8a][0xe7][0xff][0xe1][0x91][0xbd][0xf1],s[0xc2][0xce][0x4]/[0x8f][0xe1]lr[0xb]g\q[0xc3][0xe4][0x86]@[0xf][0xa1][0xee][0xb8][0xb1][0xa8][0x1c][0x8e]`)P[0x5]1"[0x81]S[0xc9][0xac][0xad][0x19][0xce][0x8c][0xee][0xb]^[0x13][0xbf][0x1f][0x9b][0xd2]F[[0xce]U[0xe3][0xed]h[0xf5][0xcc]-[0x91]I[0xbf]HH}[0x19][0xb4][0xe6][0xb]W[0xc9]`[0xd9][0xeb][0xcb][0xb7][0xff][0x1c]D2[0x7][0xe3][0x92]+'[0x90][0xb3]9[0x86][0xd1][0xe5]9[0xd9][0x1f].[0xae][0xe0],>[0xfe]=[0xbe][0xf9]sM[0xeb][0x80]'Z[0xb4][0x88]`Y&[0x14][0x86][0x85]b2[0xe7][0xc6]h3[0x18][0xc7]![0x8c]h[0x98]e53[0x18][0x8d][0xf9][0x9c][0xbb]kg[0xd0]-[0xb4]m[0xf0][0xde]ju[0xe9][0x17][0xf6][0xda][0x85]W[0xaf][0xe9][0x88]wL[0x8a][0x12][0xb4][0x92]+[0xef][0x96][0xbf]F[0x9f]>O[0x86][0x1f]F=[0xf8]8<[0xbf][0x1d]}[0xbe][0xbe][0xb9][0x1a]O[0xce][0xd2]hr[0xfb][0xe1]dt[0x5]A[0x5]X[0x17]n[0xc2][0xbf][0x19][0xc0]I[0xe3][0xa0]h[0x8c][0xc1][0xa3]=X&[0x15][0xdf][0xe][0xbf]'V[0xc2][0x12]][0xbc][0x19]r[0xd2]TS[0x9c][0xd8] [0xb7][0xb9][0xbe][0x95][0xe3]N.O[0xa2][0x82]v@][[0xac][0x83][0xb3]/[0xab][0xf6]\o[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0xbf][0xac][0xe2][0x13]1[0xcb][0xb]Q[0x85][0xd8][0xd9]P[0xbf]^|Y[0x12]Cc[0xd8]j[0x8b]~?[0x8f][0xaa]Q[0xd7][0x96][0x5][0xc]Y[0xce][0xaa][0xad][0xcc][0xae]o[0x86]W7[0x9f][0x87]WW[0xc3]O[0xcf]"v1[0xfd][0xc2][0x8b]m[0x1][0x11][0x16][0xb6]Q[0xb]+?[0xe5]vq[0xf2]~tz[0xf3],r[0x1f][0x99]l[0xf8][0x16]n~[0xfe]gf[0xe9]=[0xe0][0xd1][0xfb][0xa5]K[0xbe][0x1e][0x9d][0x9f][0xa7][0xe7]w[0xc3][0xf3][0xeb]V[0xe8][0xe6][0xea]v[0xf4][0x8c]L[0x90][0xb8][0x7][0xe3][0xed]:YkZ[0xca][0xd7][0x11][0xad]j[0xac][0x3][0xa5][0x1d]U%[0xac][0x14][0xc][0xff](B[0xc8];:[0xb8][0xf0])<[0xf8]}[0x8d]"X[0xbb][0xb9][0x9e][\r]Fq[0x0][0xa3][0x8b]w[0xe0][0xf4]W[0x8e][0xc5]`[0x8a]8s[0xd4][0xd6][0x91][0xf1]+[0xe2]?|*[0xa4][0xc6]D/[0xf4]`[0xdc][0xbf][0x0][0x9f][0x8f][0xa9]x`[0xbd][0xa0][0x5][0xaa][0x89][0xef][0xaf]/&[0xd0][0xee]o[0xd3][0xa0][0xf2][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x98][0xc1][0x83][0xeb][0xc2][0x8][0xf5]`[0xb5][0x81]oo[0xbe][0xe7][0xd0][0xf2][0xf1]K[0xbe]]8[0x86]oG-[0x91][0x10]Jd[0xbb][[0xf5]U[0xe9][0xa5][0xa2] h8[0xb8]U[0xcd][0xbb][0x84]m[0xa1][0xeb][0xb0][0xef][0x94][0xa9]h[0xba][0x82]I[0x89][0xc8][0x14]*A[0xa8][0x9b][0xa6]U[0xdd][0xe0]MPE^rG[0x16][0x9d]a[0x1d][0xe4]e[0x92]f[0x8d][0xd3][0x7]a[0x5]p[0x93].[0xf1][0xa4]=[0xef][0x12][0xae]t3_@[0xb1]@[0x9c][0x9d]`B[0x13][0x93]M[0x8b]u@[0xc9]p[0xe4][0xf0][0x84]M[0x1d][0x90][0xf5][0x91][0x90]es_[0xe1][0x9d]6[0xf9]L6v[0x81]`[0xf9]64[0xbf]H[0xa2]q?[0x9e][0x94]\[0xd1][0x11]O[0xae][0xdb]*[0xde][0xba][0xf]C[0xf2],[0x89]t[0x84][0x97]F[0xb8][0x9d][0xc2][0xb4]H[0xc2][0x18][0x9c][0xbb][0xe4][0x85][0xf4][0xfd]W^q[0xb7][0xd0][0xe5]`[0x1c][0x86][0x10][0x86]P6[0xa6][0x8d][0x9d]([0xe3][0xfb][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0xb2]r[0x8][0x17][0x84]O[0xf1][0x8d][0xbd][0x95][0xe3][0xf7]!F[0xd7]JJ[0x8d]][0x10][0xb2]T3[0xa1][0x88][0xae]bj[0x10][0xe6][0xa2][0xc7][0x8b]6[0x18][0xc6]q[0xf]][0xa2][0x9][0xeb][0x9a]I(j\%[0xfa]%[0xff][0x82][0x87][0x19][0xc4][0xd3][0x84][0xf3][0xa5][0xa5]M[0xdb][0xb6][0xc7]k[0xa4][0x13][0xb8]#'v)z[0x92]G[0xa0][0xd2][0xd8][0xc0][0xb9][0x5]^`[0xad]x[0xbc])[0xb8]/[0xcb][0xbc]u[0x93][0x91][0x99]D[0xc7][0x97][0xab]<[0xc4][0xeb][0xc0]O[0xf6][0xfd]o[0xc8][0xbe][0xe1][0xd9][0x17][0x89][0xbe][0xf7]i[0xb2]"[0xf5]oA6[0xc6]z[0x96][0xd1][0x8][0x81][0xe9][0xdf]&.[\r][0xfa][0xf4][0x13]Q[0xe9][0xf1][0xd7]@1[0xe9]L[0x1b]![0x9]X[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0xdc]H9[0x98][0xe0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0x80][0xb8]o[0x81][0x96][0xfb][0xc1][0xf4]5[0x13][0xa6]c[0x92][0xe9][0x2][0xf9]M[0x1][0xc9][0xe7][0xc1]g@[0xc5][0x9c][0xd8]R$[0xcc][0x0][0x3]q[0x8e]|[0xe0][0xe8]d[0x8d][0xf5][0xa9][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "< [0xfa][0x87][0xc5]0[0xf9]}[0xdd]>1?T[0xed]m[0xfa]B[0x9a]3[0xd4][0xb7][0xc5][0x82]1[0xee]0[0xe9]b[0x16][0x5]V[0x96][0xaf]h[0xfa]u[0xbc][0xad]^ [0xdd][0xf5][0xd0][0x9c]tq~[0xc3]|[0xa8][0xa1]=[0x1][0xe]}`[0x87][0x12][0xb5][0xc1][0xb7][0xa3][0xe6][0xc9][0x96][0xfa][0x1d]%~[0xb7][0x14][0xd6][0x5][0x5]c|[0x87][0xbb]?[0xa6][0xa4][0x81][\r][0x2][0x96][0xa7]c*:Y[0xb6][0xae]n[0x8d]j[0xab]#et,2i[0xec]3<[0xac]KUG[0xe8]WEz[0x10]V[0xc8][0xf4][0xfb][0xfb]X[0xd4][0xf6][0xf7];(;R+[0x95][0x94][0x94][0x1a][0xf1]UG[0xfb]w[0xa1][0x1c]k[0x18][0xbe]R[0xa7][0xaa]:[0x18]b[0x92]T[0x7][0xbc][0xaa][0xf1][0xa5][0xd2][0xdb][0xe5]2[0xec][0xb][0x9d][0xc3][0x94][0xcf]1[0xac][0xfc]K C[0xc5]}T[0x9b]p*V[0xd7][0xf4][0xc6]T[0x9]KZ[0x6]7[0x8b][0x98][0x96][0xa2][0xc3][0x91][0xe6]![0xd2][0xf4][0xe9][0x96][0x9][0xac][0xc7]JC[0x94][0xf1]u[0x94]j[0x16][0x85](m|[0xf3][0xbd][0x3]l[0xf8][0x8c]c[0xa2].x[0xcb][0x91][0xa0][0xdb][0xd9]u[0xb4][0xb3][0xad][0x84][0xd3]t[0xa4][0x81][0x9a][0xe2][0x84][0xf][0x11]|_e6qkU[0x86][0x80][0x12][0xe4]bo[0xc9][0x10]M~[0xc][0xc1]^[0xc1][0xb0]?[0x97][0x8e][0xc9][0xbc]-R[0xb4]c[0x8e][0xe4][0x2][0xca]C[0xf9]Li[0xc]4>[0x8b][0xd7][0xf][0x83][0xd4]+[0xf7][0xa7][0xd5][0xa1]r[0xe1]A}[0x8f][0xca][0xe8][0xb3][0x81][0xa5]8&[0xf3][0xc5][0x3][0xe9][0xf5][0x9][0x89][0xc1][0x6]\[0x88]l[0xb4]f[0xa5][0xef][0xf8][0xda];[0x1][0x14][0xf][0xe4][0x92][0x9a][0xf5][0x15][0x8]{[0xcb][0x16](^[0xe7][0xe4][0xe1][0x9][0x5][0xca]=[0xde][0x8][0xe2][0xb0][0x99]][0xc2]g[0x88][0xc4][0x89][0x1c][0xfc][0x95][0xaf]|[0x8d]Mh[0x8f][0x8c][0x9c]zQ[0xac]HU46[0xde]Y[0x8d]-$[0xb6]0[0x86][0xa9]96[0xfe];[0xae][0x1d][0xbe][0xed][0x17][0x8b][0x9c]<[0x9e]Oy@[0xc6]H[0xe][0xe1]@K[0xeb]`h[0x1b][0xde]Y7,lB[0xc0][0xf3][0xe6][0xb5][0xc1][0x86][0xcf][0xe0]?>[0x13][0xf7][0xde]R)v[0xfd][0xb7][0x8e][0xf8]E[0xc9][0xb][0x0][0xed][0xf4][\r][0x6][0xee]!a[0xdc]DU[0xe][0x2][0x6][0x4][0x8c]$[0x12]#[0xdb][0xc3]t[0x15]:f[0xb0]g[0xf]y[0xe5][0xc9][0xea]J[0xcd]mh[0x1f][0xc9][0x15][0xde][0xee][0x1e].[0x9a]>[0xea][0xc1]7[0x8c][0xb6][0x11]m}[0xf9][0x8][0x93][0xb6]!f[0xd8][0xe8][0xbd][0xe6]9$B[0xf4]A.[0xf8][0xb8][0xbd][0xa4][0x1e]=[0xb5],-T[0x1b][0xef]aw[0xba][0xdf][0xba][0xc6]V[0x80]>M[0xa4]Sm[0xa3]q[0xbc][0xbe]P[0xc1]D^[0xe2]q^y[0xcc]>[0x90][0xf4][0xae][0x8e]Y[0xc6]g[0xa9]`[0xf4][0x0][0x13]1[[0xa9]][0xb0][0xf]@[0xf6][0xf7]u[0xbd]F[0xf8][0x1f]PK[0x7][0x8][0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]QE[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x2][0x0][0x0]META-INF/LICENSE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xa8][0xf9]T[0xa5][0x4][0x0][0x0][0x9][\r][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]/[0x0][0x0]META-INF/NOTICE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]4[0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]4[0x0][0x0]META-INF/maven/org.glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]35[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0xc7][0x3]-[0xe0];[0x0][0x0][0x0]<[0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]5[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x4])[0x4]Q[0xba][0x10][0xf4]1k[0x9][0x0][0x0] /[0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].6[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]?[0x0][0x0]jakarta/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0@[0x0][0x0]jakarta/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m@[0x0][0x0]jakarta/json/EmptyArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PcT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]E[0x0][0x0]jakarta/json/EmptyObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3J[0x0][0x0]jakarta/json/Json.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]KQ[0x0][0x0]jakarta/json/JsonArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0T[0x0][0x0]jakarta/json/JsonArrayBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pyc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]W[0x0][0x0]jakarta/json/JsonBuilderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%Z[0x0][0x0]jakarta/json/JsonException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][[0x0][0x0]jakarta/json/JsonMergePatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]\[0x0][0x0]jakarta/json/JsonNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f]^[0x0][0x0]jakarta/json/JsonObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x19][0x9a][0x8e][0x93][0xcb][0x1][0x0][0x0][0xbb][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$`[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jakarta/json/JsonObjectBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x18][0xc]}\W[0x4][0x0][0x0]I[0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Ab[0x0][0x0]jakarta/json/JsonPatch$Operation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]f[0x0][0x0]jakarta/json/JsonPatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] h[0x0][0x0]jakarta/json/JsonPatchBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ti[0x0][0x0]jakarta/json/JsonPointer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]j[0x0][0x0]jakarta/json/JsonReader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pg[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]gl[0x0][0x0]jakarta/json/JsonReaderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]m[0x0][0x0]jakarta/json/JsonString.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7][0xc4][0xf9][0x17].[0x1][0x0][0x0]W[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]n[0x0][0x0]jakarta/json/JsonStructure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@p[0x0][0x0]jakarta/json/JsonValue$ValueType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PS"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vs[0x0][0x0]jakarta/json/JsonValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pm[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e]v[0x0][0x0]jakarta/json/JsonValueImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pt[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]x[0x0][0x0]jakarta/json/JsonWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]qz[0x0][0x0]jakarta/json/JsonWriterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]{[0x0][0x0]jakarta/json/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb]{[0x0][0x0]jakarta/json/spi/JsonProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93][0x83][0x0][0x0]jakarta/json/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x83][0x0][0x0]jakarta/json/stream/JsonCollectors.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][0x8e][0x0][0x0]jakarta/json/stream/JsonGenerationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x90][0x0][0x0]jakarta/json/stream/JsonGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x92][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pa[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe0][0x93][0x0][0x0]jakarta/json/stream/JsonLocation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x94][0x0][0x0]jakarta/json/stream/JsonParser$Event.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0x98][0x0][0x0]jakarta/json/stream/JsonParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x9b][0x0][0x0]jakarta/json/stream/JsonParserFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x9c][0x0][0x0]jakarta/json/stream/JsonParsingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x3][0xe4][0xf3]w[0xcc][0x0][0x0][0x0]6[0x1][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0x9e][0x0][0x0]module-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x9f][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0xa0][0x0][0x0]org/glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xa0][0x0][0x0]org/glassfish/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0xa0][0x0][0x0]org/glassfish/json/BufferPoolImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qu[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xa3][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xab][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0xbb][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q.[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xbf][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9][0xc1][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe2][0xac][0xe4]![0x2][0x0][0x0][0xfa][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xc3][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q?xeV[0x94][0x1b][0x0][0x0]m=[0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc6][0x0][0x0]org/glassfish/json/JsonGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xe2][0x0][0x0]org/glassfish/json/JsonLocationImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xe5][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xeb][0x0][0x0]org/glassfish/json/JsonMessages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xf8][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xfa][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xfd][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x1][0x1][0x0]org/glassfish/json/JsonNumberImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x6][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0xe][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x1][0x0]org/glassfish/json/JsonParserFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x19]sp:\[0x3][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x1c][0x1][0x0]org/glassfish/json/JsonParserImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc4][0xb0][0xfa][0x87][0x90][0x4][0x0][0x0]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4 [0x1][0x0]org/glassfish/json/JsonParserImpl$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]%[0x1][0x0]org/glassfish/json/JsonParserImpl$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qc[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]([0x1][0x0]org/glassfish/json/JsonParserImpl$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j,[0x1][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb]2[0x1][0x0]org/glassfish/json/JsonParserImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]4[0x1][0x0]org/glassfish/json/JsonParserImpl$NoneContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o9[0x1][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K@[0x1][0x0]org/glassfish/json/JsonParserImpl$Stack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88]C[0x1][0x0]org/glassfish/json/JsonParserImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]S[0x1][0x0]org/glassfish/json/JsonPatchBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1Z[0x1][0x0]org/glassfish/json/JsonPatchImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x95]x[[0xab]6[0x9][0x0][0x0][0xe3][0x14][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]\[0x1][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mf[0x1][0x0]org/glassfish/json/JsonPatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]o[0x1][0x0]org/glassfish/json/JsonPointerImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]q[0x1][0x0]org/glassfish/json/JsonPointerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qe[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]}[0x1][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x83][0x1][0x0]org/glassfish/json/JsonProviderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x8f][0x1][0x0]org/glassfish/json/JsonReaderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QJ[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x92][0x1][0x0]org/glassfish/json/JsonReaderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x97][0x1][0x0]org/glassfish/json/JsonStringImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x9c][0x1][0x0]org/glassfish/json/JsonStructureParser$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xa0][0x1][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q![0x91]9k[0x97][0x3][0x0][0x0][0x90][0x8][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa3][0x1][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xa7][0x1][0x0]org/glassfish/json/JsonStructureParser$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xaa][0x1][0x0]org/glassfish/json/JsonStructureParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xb4][0x1][0x0]org/glassfish/json/JsonTokenizer$JsonToken.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xb9][0x1][0x0]org/glassfish/json/JsonTokenizer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xcc][0x1][0x0]org/glassfish/json/JsonUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q @[0xe][0xd7][0xc5][0x2][0x0][0x0][0x8][0x7][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xd0][0x1][0x0]org/glassfish/json/JsonWriterFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QZ[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xd3][0x1][0x0]org/glassfish/json/JsonWriterImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd5][0x1][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2][0xd7][0x1][0x0]org/glassfish/json/JsonWriterImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xe0][0x1][0x0]org/glassfish/json/MapUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xe5][0x1][0x0]org/glassfish/json/NodeReference$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xe7][0x1][0x0]org/glassfish/json/NodeReference$ArrayReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qp[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xec][0x1][0x0]org/glassfish/json/NodeReference$ObjectReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xf0][0x1][0x0]org/glassfish/json/NodeReference$RootReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xba][0xc2][0x8e][0x9f]k[0x2][0x0][0x0][0xc][0x6][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xf4][0x1][0x0]org/glassfish/json/NodeReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QD[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xf7][0x1][0x0]org/glassfish/json/UnicodeDetectingInputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xfe][0x1][0x0]org/glassfish/json/api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qb[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0xfe][0x1][0x0]org/glassfish/json/api/BufferPool.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xff][0x1][0x0]org/glassfish/json/messages.propertiesPK[0x5][0x6][0x0][0x0][0x0][0x0]q[0x0]q[0x0]J%[0x0][0x0][0xf1][0x6][0x2][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:02:09 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:02:09 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Tue, 04 Aug 2020 05:09:24 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@268f7b20]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [INFO] Stopped o.e.j.m.p.MavenWebAppContext@58b1f690{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-9 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-9 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-9/target/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-9/3.0.99-SNAPSHOT/servlet-3-init-9-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-9 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:servlet-3-init-provider >--- [INFO] Building jersey-tests-integration-servlet-3-init-provider 3.0.99-SNAPSHOT [251/370] [INFO] from tests/integration/servlet-3-init-provider/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-init-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-init-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-init-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-init-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-init-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-init-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-init-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-init-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-init-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-init-provider --- [INFO] Reserved port 46799 for jersey.config.test.container.port [INFO] Reserved port 45193 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-init-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 1cbabf7868e1e183f0b130a9453781c22b6ed8e9 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, }, ManifestEntry{ key=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-72c04158-3fae-4ad2-9514-0363b858d312" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResourceInitParameters in reactor Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [GrizzlyContext] ... Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [GrizzlyContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [GrizzlyContext] is ready to service requests. Root: [/jersey]. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-init-provider --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-init-provider] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT.war Nov 01, 2023 1:02:47 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Nov 01, 2023 1:02:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:47 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 1:02:47 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:02:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-init-provider --- [INFO] CycloneDX: Resolving Dependencies org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, }, ManifestEntry{ key=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@57382518.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-a85c3038-e396-4d5c-995b-447220fe4cf1 root:PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70] Arguments: [Ljava.lang.Object;@add0edd [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843764759-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, --add-opens=java.base/java.net=ALL-UNNAMED, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-ab4f3347-c003-4ae6-b1f5-8ee687a60f8e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843764759-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.xml [INFO] attaching as servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.json [INFO] attaching as servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-init-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-init-provider --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-provider [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1133588882.jar [INFO] Started o.e.j.m.p.MavenWebAppContext@5971f128{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/} [INFO] Started ServerConnector@3343eb7f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@3739534b{STARTING}[11.0.18,sto=0] @3408151ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-init-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 80006 bytes @ [ 80006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 75262 bytes @ [ 75262kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20454 bytes @ [ 20454kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843764759-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843764759-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@268f7b20]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] Nov 01, 2023 1:02:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 16d1739168581aa840ee3d356c842af2705f8e07 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, }, ManifestEntry{ key=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-72c04158-3fae-4ad2-9514-0363b858d312 to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-72c04158-3fae-4ad2-9514-0363b858d312" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70 to be in PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 1:02:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase Nov 01, 2023 1:02:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase Nov 01, 2023 1:02:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase Nov 01, 2023 1:02:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:02:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase Nov 01, 2023 1:02:49 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 1:02:50 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-init-provider --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@3739534b{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@3343eb7f{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d0f30c4a-3083-48d1-9520-6c5cd8349d40] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312,PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, }, ManifestEntry{ key=PaxExam-72c04158-3fae-4ad2-9514-0363b858d312, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }, ManifestEntry{ key=PaxExam-1ca0bfd2-1974-4ab6-acf9-e007891e0c70, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@57382518.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.417 s -- in org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] Stopped o.e.j.m.p.MavenWebAppContext@5971f128{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-init-provider --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-init-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-init-provider/3.0.99-SNAPSHOT/servlet-3-init-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-init-provider --- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843770931-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a parent=null root=[TestAddress:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a root:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a] args=[Ljava.lang.Object;@6e75aa0d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2aa3cd93 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843770931-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b89d8f9b-4669-4a7d-9a53-c858a4059454 parent=[TestAddress:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a root:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a] root=[TestAddress:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a root:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a] args=[Ljava.lang.Object;@60dcc9fe [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-params >------- [INFO] Building jersey-tests-integration-servlet-3-params 3.0.99-SNAPSHOT [252/370] [INFO] from tests/integration/servlet-3-params/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-params --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-params --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-params --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-params --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-params --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-params --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-params --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-params --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-b89d8f9b-4669-4a7d-9a53-c858a4059454 root:PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a] Arguments: [Ljava.lang.Object;@6e75aa0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843770931-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-9d7f7f10-458f-4f40-bb92-8369951a2a72, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843770931-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-params --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-params --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-params --- [INFO] Reserved port 45075 for jersey.config.test.container.port [INFO] Reserved port 38841 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-params --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-params --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-params] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-params --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1638698704.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.xml [INFO] attaching as servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.json [INFO] attaching as servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-params --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-3-params --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-params [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1020452343.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.11.5) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.11.5/pax-logging-api-1.11.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : 736418 bytes @ [ 368209kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1020452343.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/1952372483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.osgi:org.osgi.service.cm:jar:1.6.0) as /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : 55179 bytes @ [ 55179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/1952372483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1158812305.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpcore-osgi:jar:4.4.6) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.6/httpcore-osgi-4.4.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : 682946 bytes @ [ 341473kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1158812305.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1936709483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpclient-osgi:jar:4.5.14) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : 1375939 bytes @ [ 458646kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1936709483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843770931-0/pax-exam-downloads/-1461440624.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : downloading... Nov 01, 2023 1:02:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : 48918 bytes @ [ 48918kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843770931-0/pax-exam-downloads/-1461440624.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.ops4j.pax.logging', artifactId='pax-logging-api', version='1.11.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.osgi', artifactId='org.osgi.service.cm', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpcore-osgi', version='4.4.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpclient-osgi', version='4.5.14', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.connectors', artifactId='jersey-apache-connector', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@3f072b2f]... org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.felix.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.base] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.activation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [javassist] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.connectors.jersey-apache-connector] [INFO] Started o.e.j.m.p.MavenWebAppContext@57d00ef0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/} [INFO] Started ServerConnector@605b680c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@5062a6c2{STARTING}[11.0.18,sto=0] @3412144ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-params --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-2a8198f8-3f3e-4271-8f53-56ea725e79b6 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a = org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 111c336d9de8a9f6724a75192c80739de7dd2dca org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [PAXEXAM-PROBE-2a8198f8-3f3e-4271-8f53-56ea725e79b6] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, }, ManifestEntry{ key=PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.concurrent.TimeUnit", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Enum", codebase = "" org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] INFO : Use timeout value: 10000 org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-Executable to be in PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a to be in PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a" and expression="org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "org.ops4j.pax.swissbox.framework.RemoteServiceReferenceImpl", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.HashMap", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Long", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Number", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.Object;", codebase = "" org.ops4j.pax.exam.invoker.junit [org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] INFO : running testSimpleResource in reactor jakarta.ws.rs-api [jakarta.ws.rs.ext.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.internal.RuntimeDelegateImpl using custom classloader jdk.internal.loader.ClassLoaders$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:534) at java.base/java.lang.Class.forName(Class.java:513) at jakarta.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.ext.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:98) at jakarta.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:84) at jakarta.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:69) at jakarta.ws.rs.core.UriBuilder.fromUri(UriBuilder.java:91) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.(ApacheOsgiIntegrationTest.java:52) at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160) at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.ensureClassInitialized(MethodHandleAccessorFactory.java:300) at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newConstructorAccessor(MethodHandleAccessorFactory.java:103) at java.base/jdk.internal.reflect.ReflectionFactory.newConstructorAccessor(ReflectionFactory.java:200) at java.base/java.lang.reflect.Constructor.acquireConstructorAccessor(Constructor.java:549) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.createTest(ContainerTestRunner.java:67) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.internal.ServiceFinder] INFO : Running in an OSGi environment org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Initiating Jersey application, version Jersey: 3.0.99-SNAPSHOT 2023-11-01 12:17:15... jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Resolved classes from context path: [class com.sun.research.ws.wadl.ObjectFactory] jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl] DEBUG : Error creating a JAXBContext for wadl serialization. Trying a fallback solution for osgi environments. jakarta.xml.bind.JAXBException: Implementation of Jakarta XML Binding-API has not been found on module path or classpath. - with linked exception: [java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33]] at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:147) at jakarta.xml.bind.ContextFinder.find(ContextFinder.java:341) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:478) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:435) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.getJAXBContextFromWadlGenerator(WadlApplicationContextImpl.java:121) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.isJaxbImplAvailable(WadlApplicationContextImpl.java:270) at org.glassfish.jersey.server.wadl.WadlFeature.configure(WadlFeature.java:65) at org.glassfish.jersey.model.internal.CommonConfig.configureFeatures(CommonConfig.java:728) at org.glassfish.jersey.model.internal.CommonConfig.configureMetaProviders(CommonConfig.java:647) at org.glassfish.jersey.server.ResourceConfig.configureMetaProviders(ResourceConfig.java:827) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:332) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:82) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1591) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1976) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at jakarta.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92) at jakarta.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125) at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:144) ... 60 more jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Resolved classes from context path: [class com.sun.research.ws.wadl.ObjectFactory] jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.WadlFeature] WARN : JAXBContext implementation could not be found. WADL feature is disabled. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultManagedAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.server.ManagedAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.server.BackgroundScheduler] annotation. [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_params.ParamsTestITCase org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Jersey application initialized. Root Resource Classes: org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest$ApacheOsgiTestResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Message Body Readers: org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.InputStreamProvider Message Body Writers: org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.SourceProvider$SourceWriter org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.message.internal.StreamingOutputProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: channel=sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:41611], selector=sun.nio.ch.EPollSelectorImpl@1c2d2a5f, interestOps=16, readyOps=0 org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Started listener bound to [localhost:41611] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.HttpServer] INFO : [HttpServer] Started. jakarta.ws.rs-api [jakarta.ws.rs.client.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.client.JerseyClientBuilder using custom classloader jdk.internal.loader.ClassLoaders$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.client.JerseyClientBuilder at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:534) at java.base/java.lang.Class.forName(Class.java:513) at jakarta.ws.rs.client.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.client.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:62) at jakarta.ws.rs.client.ClientBuilder.newClient(ClientBuilder.java:99) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:86) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedExecutorService(ClientExecutorProvidersConfigurator.java:150) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.(ClientExecutorProvidersConfigurator.java:49) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:454) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:492) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:342) at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 51 more org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:172) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:122) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:459) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:492) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:342) at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 51 more org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. Nov 01, 2023 1:02:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:9/22/11, 11:22?AM, Valid until:9/22/30, 11:22?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:3968614624, Valid from:5/30/00, 10:48?AM, Valid until:5/30/20, 10:48?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:5/30/00, 10:44?AM, Valid until:5/30/20, 10:44?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:1/29/10, 2:06?PM, Valid until:12/31/30, 2:06?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:1/29/10, 2:08?PM, Valid until:12/31/30, 2:08?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:2164683341, Valid from:1/29/10, 2:10?PM, Valid until:12/31/40, 2:10?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:2214603510, Valid from:1/29/10, 2:20?PM, Valid until:12/31/40, 2:20?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:2822522334, Valid from:5/26/15, 12:00?AM, Valid until:1/17/38, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:2528834908, Valid from:5/26/15, 12:00?AM, Valid until:5/26/40, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:2732679773, Valid from:5/26/15, 12:00?AM, Valid until:5/26/40, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:2640694783, Valid from:5/26/15, 12:00?AM, Valid until:5/26/40, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:5/12/00, 6:46?PM, Valid until:5/12/25, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:10/26/10, 8:38?AM, Valid until:10/26/40, 8:38?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:10/26/10, 8:28?AM, Valid until:10/26/40, 8:28?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:4266703372, Valid from:8/1/08, 12:29?PM, Valid until:7/31/38, 12:29?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Issuer:CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU, Key type:RSA, Length:2048, Cert Id:1827306452, Valid from:9/30/03, 4:13?PM, Valid until:9/30/37, 4:13?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:8/1/08, 12:31?PM, Valid until:7/31/38, 12:31?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:3506875840, Valid from:6/29/07, 3:13?PM, Valid until:6/29/27, 3:13?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:10020, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:3550516030, Valid from:6/11/02, 10:46?AM, Valid until:6/11/27, 10:46?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:10/22/08, 12:07?PM, Valid until:12/31/29, 12:07?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:3632331159, Valid from:12/20/04, 2:31?AM, Valid until:12/20/34, 2:31?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:3097386402, Valid from:1/1/04, 12:00?AM, Valid until:12/31/28, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:3/6/08, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:1/19/10, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3909568913, Valid from:8/1/13, 12:00?PM, Valid until:1/15/38, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3649430051, Valid from:8/1/13, 12:00?PM, Valid until:1/15/38, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:11/10/06, 12:00?AM, Valid until:11/10/31, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:11/10/06, 12:00?AM, Valid until:11/10/31, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:8/1/13, 12:00?PM, Valid until:1/15/38, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3498998753, Valid from:8/1/13, 12:00?PM, Valid until:1/15/38, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2884286942, Valid from:11/10/06, 12:00?AM, Valid until:11/10/31, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:8/1/13, 12:00?PM, Valid until:1/15/38, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:11/5/09, 8:35?AM, Valid until:11/5/29, 8:35?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:11/5/09, 8:50?AM, Valid until:11/5/29, 8:50?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:3966431214, Valid from:12/24/99, 5:50?PM, Valid until:7/24/29, 2:15?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:3033563200, Valid from:11/27/06, 8:23?PM, Valid until:11/27/26, 8:53?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:12/18/12, 3:25?PM, Valid until:12/18/37, 3:55?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/7/09, 5:25?PM, Valid until:12/7/30, 5:55?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:5/27/15, 11:11?AM, Valid until:12/27/37, 11:41?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2266349922, Valid from:5/21/02, 4:00?AM, Valid until:5/21/22, 4:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:3329622139, Valid from:11/27/06, 12:00?AM, Valid until:7/16/36, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:3180663474, Valid from:11/5/07, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2964813538, Valid from:4/2/08, 12:00?AM, Valid until:12/1/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:3/4/04, 5:00?AM, Valid until:3/4/29, 5:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:9/1/98, 12:00?PM, Valid until:1/28/28, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:2371693751, Valid from:11/13/12, 12:00?AM, Valid until:1/19/38, 3:14?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:11/13/12, 12:00?AM, Valid until:1/19/38, 3:14?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:3/18/09, 10:00?AM, Valid until:3/18/29, 10:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:3788339543, Valid from:12/10/14, 12:00?AM, Valid until:12/10/34, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:4023522997, Valid from:6/29/04, 5:06?PM, Valid until:6/29/34, 5:06?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:9/1/09, 12:00?AM, Valid until:12/31/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:203e5936f31b01349886ba217, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:6/22/16, 12:00?AM, Valid until:6/22/36, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:203e5aec58d04251aab1125aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:6/22/16, 12:00?AM, Valid until:6/22/36, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:203e5b882eb20f825276d3d66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:6/22/16, 12:00?AM, Valid until:6/22/36, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:203e5c068ef631a9c72905052, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:6/22/16, 12:00?AM, Valid until:6/22/36, 12:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/7/15, 10:37?AM, Valid until:6/30/40, 10:37?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:3491990565, Valid from:7/7/15, 10:11?AM, Valid until:6/30/40, 10:11?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:1/16/14, 6:12?PM, Valid until:1/16/34, 6:12?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:1/16/14, 5:53?PM, Valid until:1/16/34, 5:53?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:6/4/15, 11:04?AM, Valid until:6/4/35, 11:04?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:3055636602, Valid from:3/5/15, 1:21?PM, Valid until:3/5/35, 1:21?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:bb8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:3/17/11, 9:51?AM, Valid until:3/17/21, 9:51?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:3240761285, Valid from:12/18/19, 11:06?PM, Valid until:7/18/42, 11:16?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:2848349048, Valid from:12/18/19, 10:51?PM, Valid until:7/18/42, 11:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:2412561694, Valid from:3/19/01, 6:33?PM, Valid until:3/17/21, 6:33?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3532531262, Valid from:1/12/12, 5:27?PM, Valid until:1/12/42, 5:27?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:11/24/06, 6:27?PM, Valid until:11/24/31, 6:23?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:1/12/12, 6:59?PM, Valid until:1/12/42, 6:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:11/24/06, 7:11?PM, Valid until:11/24/31, 7:06?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3589344305, Valid from:1/12/12, 8:26?PM, Valid until:1/12/42, 8:26?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:5/29/09, 5:00?AM, Valid until:5/29/29, 5:00?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:11/7/06, 7:31?PM, Valid until:12/31/29, 7:40?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:2926673683, Valid from:2/12/16, 6:14?PM, Valid until:2/12/41, 6:14?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:5/31/17, 6:14?PM, Valid until:5/30/42, 6:14?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2/12/16, 5:39?PM, Valid until:2/12/41, 5:39?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:6/29/04, 5:39?PM, Valid until:6/29/34, 5:39?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:3268325709, Valid from:9/1/09, 12:00?AM, Valid until:12/31/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:9/1/09, 12:00?AM, Valid until:12/31/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:10/25/06, 8:30?AM, Valid until:10/25/36, 8:30?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:4eb200670c035d4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:10/25/06, 8:36?AM, Valid until:10/25/36, 8:36?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:10/25/06, 8:32?AM, Valid until:10/25/36, 8:32?AM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:10/18/07, 12:00?PM, Valid until:10/18/32, 12:00?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:11/17/06, 12:00?AM, Valid until:7/16/36, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:11/5/07, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:4/2/08, 12:00?AM, Valid until:12/1/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:3056503257, Valid from:10/1/08, 10:40?AM, Valid until:10/1/33, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:10/1/08, 10:29?AM, Valid until:10/1/33, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:6/27/12, 6:28?AM, Valid until:12/31/30, 3:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:3329287386, Valid from:2/1/10, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:3947601401, Valid from:2/1/10, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:44be0c8b500024b411d3362de0b35f1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:3997913868, Valid from:7/9/99, 6:31?PM, Valid until:7/9/19, 6:40?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:10/1/99, 12:00?AM, Valid until:7/16/36, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:4163473319, Valid from:11/5/07, 12:00?AM, Valid until:1/18/38, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:11/8/06, 12:00?AM, Valid until:7/16/36, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2318285810, Valid from:4/2/08, 12:00?AM, Valid until:12/1/37, 11:59?PM org.ops4j.pax.logging.pax-logging-api [jdk.event.security] DEBUG : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:3342493210, Valid from:11/1/04, 5:14?PM, Valid until:1/1/35, 5:37?AM org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAddCookies] : CookieSpec selected: default org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAuthCache] : Auth cache not set in the context org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection request: [route: {}->http://localhost:41611][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection leased: [id: 0][route: {}->http://localhost:41611][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Opening connection {}->http://localhost:41611 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connecting to localhost/127.0.0.1:41611 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connection established 127.0.0.1:54208<->127.0.0.1:41611 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Executing request GET /jersey/apacheOsgiTest HTTP/1.1 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Target auth state: UNCHALLENGED org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Proxy auth state: UNCHALLENGED org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:41611 remote=/127.0.0.1:54208], selector=sun.nio.ch.EPollSelectorImpl@65608cd7, interestOps=1, readyOps=0 org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:41611}, peerSocketAddress={/127.0.0.1:54208}}) (allocated) read 180 bytes org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:41611}, peerSocketAddress={/127.0.0.1:54208}}) (composite) write 66 bytes org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Connection can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection [id: 0][route: {}->http://localhost:41611] can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection released: [id: 0][route: {}->http://localhost:41611][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 33931) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.connectors.jersey-apache-connector] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [PAXEXAM-PROBE-2a8198f8-3f3e-4271-8f53-56ea725e79b6] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, }, ManifestEntry{ key=PaxExam-d607cdea-dd27-46b7-accb-92c1d092f18a, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] DEBUG : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@64c211b3.] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.002 s -- in org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest Nov 01, 2023 1:02:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s -- in org.glassfish.jersey.tests.integration.servlet_3_params.ParamsTestITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-3-params --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@5062a6c2{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@605b680c{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843774635-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 parent=null root=[TestAddress:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 root:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5] args=[Ljava.lang.Object;@78047b92 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@7fc229ab [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843774635-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-46c6123b-38fc-49be-9d60-5151850c558b parent=[TestAddress:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 root:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5] root=[TestAddress:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 root:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5] args=[Ljava.lang.Object;@37918c79 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-46c6123b-38fc-49be-9d60-5151850c558b root:PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5] Arguments: [Ljava.lang.Object;@78047b92 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843774635-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-e7080c54-4c7a-442e-8493-5dc60155b40b, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843774635-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [INFO] Stopped o.e.j.m.p.MavenWebAppContext@57d00ef0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-params --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-params --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-params/target/servlet-3-params-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-params/3.0.99-SNAPSHOT/servlet-3-params-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-params --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-sse-1 >------- [INFO] Building jersey-tests-integration-servlet-3-sse-1 3.0.99-SNAPSHOT [253/370] [INFO] from tests/integration/servlet-3-sse-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-3-sse-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-3-sse-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-3-sse-1 --- [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-3-sse-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-3-sse-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-3-sse-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-sse-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-3-sse-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-3-sse-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-3-sse-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-3-sse-1 --- [INFO] Reserved port 34231 for jersey.config.test.container.port [INFO] Reserved port 42945 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-3-sse-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-3-sse-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-3-sse-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-3-sse-1 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.xml [INFO] attaching as servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.json [INFO] attaching as servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-3-sse-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-3-sse-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843774635-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843774635-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-3e9eb14e-6b7e-4941-b81f-030c703126b2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 = org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 2da3490f4dfc790e3873682e00fccc61b70884ed org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-3e9eb14e-6b7e-4941-b81f-030c703126b2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, }, ManifestEntry{ key=PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5 to be in PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5" and expression="org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource" [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 s -- in org.glassfish.jersey.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-3-sse-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-3-sse-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-3-sse-1/3.0.99-SNAPSHOT/servlet-3-sse-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-3-sse-1 --- org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor [INFO] [INFO] ------< org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1 >------ [INFO] Building jersey-tests-integration-servlet-4.0-mvc-1 3.0.99-SNAPSHOT [254/370] [INFO] from tests/integration/servlet-4.0-mvc-1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-4.0-mvc-1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-4.0-mvc-1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-4.0-mvc-1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-4.0-mvc-1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-4.0-mvc-1 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-4.0-mvc-1 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-4.0-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_40_mvc_1/MyApplication.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-4.0-mvc-1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-4.0-mvc-1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-4.0-mvc-1 --- [INFO] Reserved port 42857 for jersey.config.test.container.port [INFO] Reserved port 44907 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-4.0-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:02:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:02:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:02:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Nov 01, 2023 1:02:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-3e9eb14e-6b7e-4941-b81f-030c703126b2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, }, ManifestEntry{ key=PaxExam-5c350338-27c1-47cb-a216-a659fc9a68f5, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1140d444.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.361 s -- in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-4.0-mvc-1 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-4.0-mvc-1] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-4.0-mvc-1 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843777743-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 parent=null root=[TestAddress:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 root:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9] args=[Ljava.lang.Object;@1460a8c0 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1198b989 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843777743-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-75910e35-230b-4b6f-b474-a0ab6735f43e parent=[TestAddress:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 root:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9] root=[TestAddress:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 root:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9] args=[Ljava.lang.Object;@358ee631 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-75910e35-230b-4b6f-b474-a0ab6735f43e root:PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9] Arguments: [Ljava.lang.Object;@1460a8c0 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843777743-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-57b8e900-6664-4d38-b82c-d4461da33665, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843777743-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.xml [INFO] attaching as servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.json [INFO] attaching as servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-4.0-mvc-1 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-4.0-mvc-1 --- [INFO] Skipping Jetty start: jetty.skip==true [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-4.0-mvc-1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-4.0-mvc-1 --- [INFO] Jetty not running! [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-4.0-mvc-1 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-4.0-mvc-1 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-4.0-mvc-1/target/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-4.0-mvc-1/3.0.99-SNAPSHOT/servlet-4.0-mvc-1-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-4.0-mvc-1 --- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:servlet-tests >-------- [INFO] Building jersey-tests-integration-servlet-tests 3.0.99-SNAPSHOT [255/370] [INFO] from tests/integration/servlet-tests/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-tests --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-tests --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-tests --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-tests --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-tests --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-tests --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-tests --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-tests --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-tests --- [INFO] Reserved port 45603 for jersey.config.test.container.port [INFO] Reserved port 42667 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-tests --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-tests] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-tests --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/799674733.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : 87230 bytes @ [ 87230kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/799674733.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 85593 bytes @ [ 85593kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1597113560.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-core:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : 549233 bytes @ [ 549233kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1597113560.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1257031328.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-databind:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : 1620120 bytes @ [ 1620120kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1257031328.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/988718461.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : 75565 bytes @ [ 75565kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/988718461.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843777743-0/pax-exam-downloads/-1347166235.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.15.3/jackson-module-jakarta-xmlbind-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : 31860 bytes @ [ 31860kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843777743-0/pax-exam-downloads/-1347166235.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jackson', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-core', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-databind', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.module', artifactId='jackson-module-jakarta-xmlbind-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-efd551f9-581e-47fc-a57c-7f774a3b9bdb [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 719cf099b82725c32141220ad30b4791e1982ee7 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-efd551f9-581e-47fc-a57c-7f774a3b9bdb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, }, ManifestEntry{ key=PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9 to be in PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.xml [INFO] attaching as servlet-tests-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.json [INFO] attaching as servlet-tests-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-tests --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-tests [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Started o.e.j.m.p.MavenWebAppContext@7aec17e0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/} [INFO] Started ServerConnector@2ca5c80e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@683b2c6d{STARTING}[11.0.18,sto=0] @3419622ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-tests --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- RESULT = {"name":"Jim"} Nov 01, 2023 1:03:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-efd551f9-581e-47fc-a57c-7f774a3b9bdb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, }, ManifestEntry{ key=PaxExam-2f9d13fd-3316-4947-ad61-000467f4cea9, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1cda43d4.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.754 s -- in org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [INFO] Running org.glassfish.jersey.tests.integration.servlettests.Custom404MediaTypeITCase Nov 01, 2023 1:03:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843781197-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd parent=null root=[TestAddress:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd root:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd] args=[Ljava.lang.Object;@1460a8c0 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1198b989 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843781197-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-39b61535-fb09-4727-8465-1f600131011d parent=[TestAddress:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd root:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd] root=[TestAddress:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd root:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd] args=[Ljava.lang.Object;@358ee631 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-39b61535-fb09-4727-8465-1f600131011d root:PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd] Arguments: [Ljava.lang.Object;@1460a8c0 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843781197-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-39bb98c9-aab0-4c3c-b879-6f03c66893c3, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843781197-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.690 s -- in org.glassfish.jersey.tests.integration.servlettests.Custom404MediaTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase Nov 01, 2023 1:03:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/112124771.jar] Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase Nov 01, 2023 1:03:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:03:02 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption/encoding contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase [INFO] Running org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase Nov 01, 2023 1:03:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-tests --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@683b2c6d{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@2ca5c80e{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/631427356.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : 61537 bytes @ [ 61537kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/631427356.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/-1011290444.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.codehaus.jettison:jettison:jar:1.3.7) as /home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : 83626 bytes @ [ 83626kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/-1011290444.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843781197-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843781197-0/pax-exam-downloads/1031065189.jar] [INFO] Stopped o.e.j.m.p.MavenWebAppContext@7aec17e0{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-tests --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-tests --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-tests/target/servlet-tests-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-tests/3.0.99-SNAPSHOT/servlet-tests-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-tests --- [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jettison', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jettison', artifactId='jettison', version='1.3.7', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-19456e52-63f8-4e4d-9787-f46b4f649c59 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd = org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 2b9de91b0289a3209a0f1438da2907e44e3375d4 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-19456e52-63f8-4e4d-9787-f46b4f649c59] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, }, ManifestEntry{ key=PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd to be in PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd" and expression="org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding 3.0.99-SNAPSHOT [256/370] [INFO] from tests/integration/servlet-request-wrapper-binding/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-request-wrappper-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-request-wrappper-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-request-wrappper-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-request-wrappper-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-request-wrappper-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-request-wrappper-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-request-wrappper-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-request-wrappper-binding --- [INFO] Reserved port 41741 for jersey.config.test.container.port [INFO] Reserved port 39523 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-request-wrappper-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:03:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"nameBean":{"name":"Jim"}} Nov 01, 2023 1:03:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-19456e52-63f8-4e4d-9787-f46b4f649c59] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, }, ManifestEntry{ key=PaxExam-40ff5410-f4fa-48a7-aae8-1c51c228fcdd, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@3fd00918.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.753 s -- in org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-request-wrappper-binding --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-request-wrappper-binding] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-request-wrappper-binding --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843784697-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.xml [INFO] attaching as servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.json [INFO] attaching as servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-437cea8b-3055-4537-8144-056f8b0906cd parent=null root=[TestAddress:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd root:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd] args=[Ljava.lang.Object;@78047b92 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@7fc229ab [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843784697-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-199f088e-bb21-450a-b922-9422d85713bd parent=[TestAddress:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd root:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd] root=[TestAddress:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd root:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd] args=[Ljava.lang.Object;@37918c79 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-199f088e-bb21-450a-b922-9422d85713bd root:PaxExam-437cea8b-3055-4537-8144-056f8b0906cd] Arguments: [Ljava.lang.Object;@78047b92 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843784697-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-8a778faf-2d23-4119-8c5b-81f0db2cbc7c, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843784697-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-request-wrappper-binding --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:03:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@360d7d27{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/} [INFO] Started ServerConnector@17ac9462{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@41b6e3bb{STARTING}[11.0.18,sto=0] @3424590ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-request-wrappper-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 17513kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1909481368.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1464085806.jar [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase Nov 01, 2023 1:03:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/-1366869074.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.bundles:jaxrs-ri:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : 6547711 bytes @ [ 467693kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/-1366869074.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843784697-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843784697-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.bundles', artifactId='jaxrs-ri', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] ERROR: Bundle org.glassfish.jersey.bundles.jaxrs-ri [37] Error starting file:/tmp/1698843784697-0/pax-exam-downloads/org.glassfish.jersey.bundles.jaxrs-ri_3.0.99.SNAPSHOT.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:1583) org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:37, url:mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-437cea8b-3055-4537-8144-056f8b0906cd = org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-c7ff4309-a21f-4571-bd74-268a2174f322 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 7692f10f3a1a05f2771435df5a62215826a44b2e org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-c7ff4309-a21f-4571-bd74-268a2174f322] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-437cea8b-3055-4537-8144-056f8b0906cd to be in PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-437cea8b-3055-4537-8144-056f8b0906cd" and expression="org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 1:03:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase Nov 01, 2023 1:03:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-request-wrappper-binding --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@41b6e3bb{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@17ac9462{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Nov 01, 2023 1:03:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-c7ff4309-a21f-4571-bd74-268a2174f322] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-437cea8b-3055-4537-8144-056f8b0906cd, }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@29de47f6.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.488 s -- in org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [INFO] Stopped o.e.j.m.p.MavenWebAppContext@360d7d27{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-request-wrappper-binding --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-request-wrappper-binding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-request-wrappper-binding --- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843787904-0 [INFO] [INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 >-- [INFO] Building jersey-tests-integration-servlet-request-wrapper-binding-2 3.0.99-SNAPSHOT [257/370] [INFO] from tests/integration/servlet-request-wrapper-binding-2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet-request-wrappper-binding-2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet-request-wrappper-binding-2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet-request-wrappper-binding-2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet-request-wrappper-binding-2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet-request-wrappper-binding-2 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet-request-wrappper-binding-2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding-2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet-request-wrappper-binding-2 --- [INFO] Reserved port 43383 for jersey.config.test.container.port [INFO] Reserved port 39817 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet-request-wrappper-binding-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d parent=null root=[TestAddress:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d root:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d] args=[Ljava.lang.Object;@2aa3cd93 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@501edcf1 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843787904-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-faf4a6df-dba2-4115-b121-a84a21e40294 parent=[TestAddress:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d root:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d] root=[TestAddress:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d root:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d] args=[Ljava.lang.Object;@14d3bc22 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.SseTest [INFO] Running org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSse @ [TestAddress:PaxExam-faf4a6df-dba2-4115-b121-a84a21e40294 root:PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d] Arguments: [Ljava.lang.Object;@2aa3cd93 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843787904-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-67b26586-c858-4588-830a-5c4f60dce329, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843787904-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet-request-wrappper-binding-2 --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-request-wrappper-binding-2] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet-request-wrappper-binding-2 --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.xml [INFO] attaching as servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.json [INFO] attaching as servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding-2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ servlet-request-wrappper-binding-2 --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding-2 [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:03:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@3a48925e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/} [INFO] Started ServerConnector@6bbd5339{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@4e6ea7c6{STARTING}[11.0.18,sto=0] @3428899ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ servlet-request-wrappper-binding-2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/failsafe-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.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ servlet-request-wrappper-binding-2 --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@4e6ea7c6{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@6bbd5339{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Stopped o.e.j.m.p.MavenWebAppContext@3a48925e{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ servlet-request-wrappper-binding-2 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet-request-wrappper-binding-2 --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/servlet-request-wrappper-binding-2/3.0.99-SNAPSHOT/servlet-request-wrappper-binding-2-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet-request-wrappper-binding-2 --- [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843787904-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 80006 bytes @ [ 80006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843787904-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:sonar-test >---------- [INFO] Building jersey-tests-integration-sonar-test 3.0.99-SNAPSHOT [258/370] [INFO] from tests/integration/sonar-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.18:start (start-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sonar-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sonar-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sonar-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sonar-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sonar-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sonar-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ sonar-test --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sonar-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sonar-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sonar-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sonar-test --- [INFO] Reserved port 46159 for jersey.config.test.container.port [INFO] Reserved port 37599 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sonar-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ sonar-test --- [INFO] Packaging webapp [INFO] Assembling webapp [sonar-test] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sonar-test --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d0e352e0-9500-4047-9c8b-c8bbceb63a92 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d = org.glassfish.jersey.osgi.test.basic.SseTest;testSse [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 263d0dd50cda38537db2e22014d97055d151eb5c org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d0e352e0-9500-4047-9c8b-c8bbceb63a92] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, }, ManifestEntry{ key=PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d to be in PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d" and expression="org.glassfish.jersey.osgi.test.basic.SseTest;testSse" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSse in reactor Nov 01, 2023 1:03:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d0e352e0-9500-4047-9c8b-c8bbceb63a92] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, }, ManifestEntry{ key=PaxExam-189efa7e-9b28-4d04-8b04-e064e5bb1b8d, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@44c83e2c.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.721 s -- in org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843793389-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-61619c61-2662-4db8-8665-92eb30657f31 parent=null root=[TestAddress:PaxExam-61619c61-2662-4db8-8665-92eb30657f31 root:PaxExam-61619c61-2662-4db8-8665-92eb30657f31] args=[Ljava.lang.Object;@6e75aa0d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2aa3cd93 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843793389-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-6bdb77bb-b609-47b9-a23b-589243c24d55 parent=[TestAddress:PaxExam-61619c61-2662-4db8-8665-92eb30657f31 root:PaxExam-61619c61-2662-4db8-8665-92eb30657f31] root=[TestAddress:PaxExam-61619c61-2662-4db8-8665-92eb30657f31 root:PaxExam-61619c61-2662-4db8-8665-92eb30657f31] args=[Ljava.lang.Object;@60dcc9fe [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.MultiPartTest [INFO] Running org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testMultiPartResource @ [TestAddress:PaxExam-6bdb77bb-b609-47b9-a23b-589243c24d55 root:PaxExam-61619c61-2662-4db8-8665-92eb30657f31] Arguments: [Ljava.lang.Object;@6e75aa0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843793389-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-acc287d5-45fa-43c5-9a93-78a1f49b080f, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843793389-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.xml [INFO] attaching as sonar-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.json [INFO] attaching as sonar-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sonar-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.18:start (start-jetty) @ sonar-test --- [INFO] Configuring Jetty for project: jersey-tests-integration-sonar-test [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/tmp [INFO] web.xml file = file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 11.0.2+9 [INFO] Session workerName=node0 Nov 01, 2023 1:03:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@4daf4202{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/} [INFO] Started ServerConnector@13068142{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@1e313075{STARTING}[11.0.18,sto=0] @3433442ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ sonar-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1638698704.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [INFO] Running org.glassfish.jersey.tests.integration.sonar.JerseySonarITCase Nov 01, 2023 1:03:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:03:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/1559362943.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : 84183 bytes @ [ 84183kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/1559362943.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843793389-0/pax-exam-downloads/979631826.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jvnet.mimepull:mimepull:jar:1.9.15) as /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : 64944 bytes @ [ 64944kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843793389-0/pax-exam-downloads/979631826.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-multipart', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jvnet.mimepull', artifactId='mimepull', version='1.9.15', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jvnet.mimepull] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-61619c61-2662-4db8-8665-92eb30657f31, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-c3932098-d1e3-47d0-b6c2-31824967d9ed [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-61619c61-2662-4db8-8665-92eb30657f31 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): ce628e92d7f9cc3cf96d3f4b98135721bc0857c2 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-c3932098-d1e3-47d0-b6c2-31824967d9ed] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-61619c61-2662-4db8-8665-92eb30657f31, }, ManifestEntry{ key=PaxExam-61619c61-2662-4db8-8665-92eb30657f31, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-61619c61-2662-4db8-8665-92eb30657f31, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-61619c61-2662-4db8-8665-92eb30657f31 to be in PaxExam-61619c61-2662-4db8-8665-92eb30657f31, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-61619c61-2662-4db8-8665-92eb30657f31" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMultiPartResource in reactor [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 s -- in org.glassfish.jersey.tests.integration.sonar.JerseySonarITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.18:stop (stop-jetty) @ sonar-test --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@1e313075{STOPPING}[11.0.18,sto=0] [INFO] Stopped ServerConnector@13068142{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Nov 01, 2023 1:03:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = org.glassfish.jersey.media.multipart.MultiPart@3ffd19f3 Nov 01, 2023 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jvnet.mimepull] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-c3932098-d1e3-47d0-b6c2-31824967d9ed] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-61619c61-2662-4db8-8665-92eb30657f31, }, ManifestEntry{ key=PaxExam-61619c61-2662-4db8-8665-92eb30657f31, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@762cda08.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s -- in org.glassfish.jersey.osgi.test.basic.MultiPartTest [INFO] Stopped o.e.j.m.p.MavenWebAppContext@4daf4202{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/src/main/webapp/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ sonar-test --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ sonar-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/sonar-test/target/sonar-test-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/sonar-test/3.0.99-SNAPSHOT/sonar-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sonar-test --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:tracing-support >------- [INFO] Building jersey-tests-integration-tracing-support 3.0.99-SNAPSHOT [259/370] [INFO] from tests/integration/tracing-support/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843796585-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e parent=null root=[TestAddress:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e root:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e] args=[Ljava.lang.Object;@1460a8c0 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1198b989 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843796585-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-abec3526-972f-4099-857a-e9e88fc04171 parent=[TestAddress:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e root:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e] root=[TestAddress:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e root:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e] args=[Ljava.lang.Object;@358ee631 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-abec3526-972f-4099-857a-e9e88fc04171 root:PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e] Arguments: [Ljava.lang.Object;@1460a8c0 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843796585-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-6939cb2e-ede2-4621-bc1e-41436d89fff2, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*,javax.xml.parsers,javax.xml.parsers.*, -Forg.osgi.framework.storage=/tmp/1698843796585-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [WARNING] Parameter 'connectors' is unknown for plugin 'jetty-maven-plugin:11.0.15:start (start-jetty)' [WARNING] Parameter 'scanIntervalSeconds' is unknown for plugin 'jetty-maven-plugin:11.0.15:start (start-jetty)' [WARNING] Parameter 'connectors' is unknown for plugin 'jetty-maven-plugin:11.0.15:stop (stop-jetty)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ tracing-support --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ tracing-support --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ tracing-support --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tracing-support --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tracing-support --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tracing-support --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tracing-support --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tracing-support --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tracing-support --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ tracing-support --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ tracing-support --- [INFO] Reserved port 42643 for jersey.config.test.container.port [INFO] Reserved port 41559 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tracing-support --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tracing-support --- [INFO] Packaging webapp [INFO] Assembling webapp [tracing-support] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tracing-support --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.xml [INFO] attaching as tracing-support-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.json [INFO] attaching as tracing-support-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tracing-support --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- jetty:11.0.15:start (start-jetty) @ tracing-support --- [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 12509kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1985273420.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-2085643230.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-moxy:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : 40037 bytes @ [ 40037kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-2085643230.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 85593 bytes @ [ 85593kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1423987269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4/org.eclipse.persistence.moxy-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : 634328 bytes @ [ 634328kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1423987269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/951990465.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.core:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4/org.eclipse.persistence.core-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : 4990740 bytes @ [ 2495370kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/951990465.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-899432327.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : 289506 bytes @ [ 289506kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-899432327.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843796585-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843796585-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-moxy', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.moxy', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.core', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.asm', version='9.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] ERROR: Bundle org.glassfish.jakarta.el [46] Error starting file:/tmp/1698843796585-0/pax-exam-downloads/org.glassfish.jakarta.el_4.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [46](R 46.0): missing requirement [org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [46](R 46.0): missing requirement [org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:1583) [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:46, url:mvn:org.glassfish/jakarta.el/4.0.2] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e = org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-42e3d517-8671-4e07-8661-fcd3b1916615 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 36aca74b03c807b11b2c033dc8f044bb73f77991 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-42e3d517-8671-4e07-8661-fcd3b1916615] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, }, ManifestEntry{ key=PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e to be in PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e" and expression="org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor Nov 01, 2023 1:03:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"name":"Jim"} Nov 01, 2023 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-42e3d517-8671-4e07-8661-fcd3b1916615] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, }, ManifestEntry{ key=PaxExam-f6e18f4a-a016-4f3c-8d71-f47f3bfb035e, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2563d0b0.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.945 s -- in org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [INFO] Configuring Jetty for project: jersey-tests-integration-tracing-support [INFO] Classes = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tmp [INFO] web.xml file = null [INFO] Webapp directory = /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 11.0.2+9 [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BeanValidationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 parent=null root=[TestAddress:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 root:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342] args=[Ljava.lang.Object;@1460a8c0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b43ef29a-0429-421b-a01b-de32050c58da parent=null root=[TestAddress:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da root:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da] args=[Ljava.lang.Object;@7fc229ab [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a parent=null root=[TestAddress:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a root:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a] args=[Ljava.lang.Object;@2cbb3d47 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 parent=null root=[TestAddress:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 root:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3] args=[Ljava.lang.Object;@527e5409 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2aa3cd93 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-8f9102f6-458f-43c8-9a1d-4ab433832fe1 parent=[TestAddress:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 root:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342] root=[TestAddress:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 root:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342] args=[Ljava.lang.Object;@60dcc9fe [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-a1764f52-8d2c-4059-bc0a-b314afdd42f6 parent=[TestAddress:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da root:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da] root=[TestAddress:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da root:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da] args=[Ljava.lang.Object;@222114ba [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-358f3047-e615-4861-8519-a87cf567cbfe parent=[TestAddress:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a root:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a] root=[TestAddress:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a root:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a] args=[Ljava.lang.Object;@16e7dcfd [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-1b752c9e-47e4-4b22-aa6f-fa3ebd135d37 parent=[TestAddress:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 root:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3] root=[TestAddress:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 root:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3] args=[Ljava.lang.Object;@3d121db3 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BeanValidationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceNoValidationFeature @ [TestAddress:PaxExam-8f9102f6-458f-43c8-9a1d-4ab433832fe1 root:PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342] Arguments: [Ljava.lang.Object;@1460a8c0 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-df86cbad-2e62-40de-8975-af3b748d5a53, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843800256-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Session workerName=node0 Nov 01, 2023 1:03:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Started o.e.j.m.p.MavenWebAppContext@691175f9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/],AVAILABLE}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/} [INFO] Started ServerConnector@4e5dd2c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Started Server@74ec2391{STARTING}[11.0.15,sto=0] @3440267ms [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ tracing-support --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 14594kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar] [INFO] Running org.glassfish.jersey.tests.integration.tracing.OnDemandTracingSupportITCase INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.internal.ServiceFinder] Running in a non-OSGi environment [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1638698704.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60801 bytes @ [ 60801kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2a057e3c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b43ef29a-0429-421b-a01b-de32050c58da = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): ff0486c456a30fecc504642decf3527f58f44900 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b43ef29a-0429-421b-a01b-de32050c58da to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b43ef29a-0429-421b-a01b-de32050c58da" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceNoValidationFeature in reactor INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). Nov 01, 2023 1:03:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@15327b79 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceNoValidationFeature(BeanValidationTest.java:101) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 111 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). Nov 01, 2023 1:03:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:03:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@30e08fb9.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceAutoDiscovery @ [TestAddress:PaxExam-a1764f52-8d2c-4059-bc0a-b314afdd42f6 root:PaxExam-b43ef29a-0429-421b-a01b-de32050c58da] Arguments: [Ljava.lang.Object;@7fc229ab [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-b9ef15da-a831-46db-9ad8-92bfe4684d91, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843800256-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s -- in org.glassfish.jersey.tests.integration.tracing.OnDemandTracingSupportITCase [INFO] Running org.glassfish.jersey.tests.integration.tracing.AllTracingSupportITCase INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60801 bytes @ [ 60801kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b43ef29a-0429-421b-a01b-de32050c58da = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): cf165176e257743936aad48523b83f2e151a5975 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b43ef29a-0429-421b-a01b-de32050c58da to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b43ef29a-0429-421b-a01b-de32050c58da" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceAutoDiscovery in reactor INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). Nov 01, 2023 1:03:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@15327b79 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceAutoDiscovery(BeanValidationTest.java:90) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 111 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:03:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:03:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@cfc3c87.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceFeature @ [TestAddress:PaxExam-358f3047-e615-4861-8519-a87cf567cbfe root:PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a] Arguments: [Ljava.lang.Object;@2cbb3d47 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-f1c39c67-2559-4e74-8029-3b64040c57fd, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843800256-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60801 bytes @ [ 60801kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b43ef29a-0429-421b-a01b-de32050c58da = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 6bca85ac5263156095d2396d430037d7312d478f org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b43ef29a-0429-421b-a01b-de32050c58da to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b43ef29a-0429-421b-a01b-de32050c58da" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceFeature in reactor Nov 01, 2023 1:03:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@15327b79 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceFeature(BeanValidationTest.java:85) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 111 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:03:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:03:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@cfc3c87.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceManualRegistration @ [TestAddress:PaxExam-1b752c9e-47e4-4b22-aa6f-fa3ebd135d37 root:PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3] Arguments: [Ljava.lang.Object;@527e5409 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843800256-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=41611, -Djersey.config.test.container.port=41611, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-c0f3dd89-9724-4a15-b048-4ba2bf225428, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843800256-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 44241 bytes @ [ 44241kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1255828 bytes @ [ 1255828kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 96985 bytes @ [ 96985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 978742 bytes @ [ 978742kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 310210 bytes @ [ 310210kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 79400 bytes @ [ 79400kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60801 bytes @ [ 60801kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843800256-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843800256-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@2744b48b]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b43ef29a-0429-421b-a01b-de32050c58da = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 6a8f749b69d3cacc309978d1e4d799323e17159b org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b43ef29a-0429-421b-a01b-de32050c58da to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b43ef29a-0429-421b-a01b-de32050c58da" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3 to be in PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceManualRegistration in reactor Nov 01, 2023 1:03:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.699 s -- in org.glassfish.jersey.tests.integration.tracing.AllTracingSupportITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jetty:11.0.15:stop (stop-jetty) @ tracing-support --- [INFO] Waiting 10 seconds for jetty 133 to stop [INFO] Stopped Server@74ec2391{STOPPING}[11.0.15,sto=0] [INFO] Stopped ServerConnector@4e5dd2c2{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@15327b79 Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceManualRegistration(BeanValidationTest.java:95) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 111 more org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:03:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41611] Nov 01, 2023 1:03:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:03:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41611] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d3811b05-14d9-4902-98b0-d618f0ef81b0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342,PaxExam-b43ef29a-0429-421b-a01b-de32050c58da,PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a,PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, }, ManifestEntry{ key=PaxExam-f472236e-b5cc-4fa3-8742-d1659bb97342, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-26f28ab3-06b3-43f0-a4b3-83e3c930770a, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-b43ef29a-0429-421b-a01b-de32050c58da, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-b0b0f503-f6b0-4ecc-9323-be4d73665dd3, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@cfc3c87.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.478 s -- in org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] Stopped o.e.j.m.p.MavenWebAppContext@691175f9{/,[file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/],STOPPED}{file:///home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/webapp-synth/} [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ tracing-support --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ tracing-support --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/integration/tracing-support/target/tracing-support-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/tracing-support/3.0.99-SNAPSHOT/tracing-support-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ tracing-support --- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-osgi-functional --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >----------- [INFO] Building jersey-tests-jmockit 3.0.99-SNAPSHOT [260/370] [INFO] from tests/jmockit/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-jmockit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-jmockit --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-jmockit --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-jmockit --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-jmockit --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-jmockit --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-tests-jmockit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-tests-jmockit --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-jmockit --- [INFO] Reserved port 43957 for jersey.config.test.container.port [INFO] Reserved port 38061 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-tests-jmockit --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.tests.jmockit.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest [INFO] Running org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest Nov 01, 2023 1:03:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43957/ Nov 01, 2023 1:03:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-osgi-functional --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-osgi-functional --- Nov 01, 2023 1:03:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43957] Nov 01, 2023 1:03:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] -----------------< org.glassfish.jersey.tests:stress >------------------ [INFO] Building jersey-tests-stress 3.0.99-SNAPSHOT [280/373] [INFO] from tests/stress/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ stress --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ stress --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ stress --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ stress --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ stress --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ stress --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ stress --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ stress --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ stress --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ stress --- [INFO] Reserved port 40773 for jersey.config.test.container.port [INFO] Reserved port 41833 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ stress --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/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.server.internal.monitoring.MultiThreadingAggregatedReservoirTest Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:03:32 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:03:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43957] Nov 01, 2023 1:03:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43957/ Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43957] Nov 01, 2023 1:03:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43957] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.961 s -- in org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-jmockit --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Shutting down... Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:03:33 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:03:34 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:03:34 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Integer reached: 849218 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.964 s -- in org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ stress --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 92 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json [INFO] attaching as jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-jmockit --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-jmockit --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/jmockit/target/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/jersey-tests-jmockit/3.0.99-SNAPSHOT/jersey-tests-jmockit-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-jmockit --- [INFO] [INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >------- [INFO] Building jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT [261/370] [INFO] from test-framework/memleak-test-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ memleak-test-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ memleak-test-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ memleak-test-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ memleak-test-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ memleak-test-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ memleak-test-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ memleak-test-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ memleak-test-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ memleak-test-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ memleak-test-common --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ memleak-test-common --- [INFO] Reserved port 41579 for jersey.config.test.container.port [INFO] Reserved port 40503 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ memleak-test-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ memleak-test-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json [INFO] attaching as memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ memleak-test-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ memleak-test-common --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/memleak-test-common/target/memleak-test-common-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/3.0.99-SNAPSHOT/memleak-test-common-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ memleak-test-common --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.memleaks:project >------------- [INFO] Building jersey-tests-memleak 3.0.99-SNAPSHOT [262/370] [INFO] from tests/mem-leaks/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33011 for jersey.config.test.container.port [INFO] Reserved port 44825 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------ [INFO] Building jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT [263/370] [INFO] from tests/mem-leaks/redeployment/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33627 for jersey.config.test.container.port [INFO] Reserved port 33849 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ stress --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ stress --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.performance:project >----------- [INFO] Building jersey-tests-performance 3.0.99-SNAPSHOT [281/373] [INFO] from tests/performance/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41889 for jersey.config.test.container.port [INFO] Reserved port 38617 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >-- [INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT [264/370] [INFO] from tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-leaking-test-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-leaking-test-app --- [INFO] Reserved port 40519 for jersey.config.test.container.port [INFO] Reserved port 41123 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-leaking-test-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >-- [INFO] Building performance-test-benchmarks 3.0.99-SNAPSHOT [282/373] [INFO] from tests/performance/benchmarks/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-benchmarks --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-benchmarks --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-benchmarks --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-benchmarks --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-benchmarks --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-benchmarks --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json [INFO] attaching as redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-leaking-test-app/3.0.99-SNAPSHOT/redeployment-leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-leaking-test-app --- [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-benchmarks --- [INFO] Reserved port 37563 for jersey.config.test.container.port [INFO] Reserved port 43571 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-benchmarks --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >--------- [INFO] Building jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT [265/370] [INFO] from examples/webapp-example-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ webapp-example-parent --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ webapp-example-parent --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ webapp-example-parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ webapp-example-parent --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ webapp-example-parent --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ webapp-example-parent --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ webapp-example-parent --- [INFO] Reserved port 36027 for jersey.config.test.container.port [INFO] Reserved port 42297 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ webapp-example-parent --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.performance.benchmark.server.LocatorTest Nov 01, 2023 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.glassfish.jersey.tests.performance.benchmark.server.LocatorTest [INFO] Running org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest Nov 01, 2023 1:03:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] Nov 01, 2023 1:03:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37563/ Nov 01, 2023 1:03:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37563] Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37563] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-benchmarks --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json [INFO] attaching as webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ webapp-example-parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ webapp-example-parent --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/webapp-example-parent/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/3.0.99-SNAPSHOT/webapp-example-parent-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ webapp-example-parent --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >----------- [INFO] Building jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT [266/370] [INFO] from examples/helloworld-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-webapp --- [INFO] Reserved port 32841 for jersey.config.test.container.port [INFO] Reserved port 45183 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/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.examples.helloworld.webapp.HelloWorldTest Nov 01, 2023 1:03:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32841/helloworld-webapp [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ performance-test-benchmarks --- [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3 in the shaded jar. [INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-client:jar:1.16 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:2.0.9 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-websockets:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:connection-pool:jar:3.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-jdk-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. Nov 01, 2023 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32841] Nov 01, 2023 1:03:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32841] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s -- in org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ helloworld-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [WARNING] jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.server.spi.ContainerProvider [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-client-1.16.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, slf4j-api-2.0.9.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] apiguardian-api-1.1.2.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE [WARNING] commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-benchmarks --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-benchmarks --- [INFO] [INFO] -------< org.glassfish.jersey.tests.performance.runners:project >------- [INFO] Building jersey-tests-performance-runners 3.0.99-SNAPSHOT [283/373] [INFO] from tests/performance/runners/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 44475 for jersey.config.test.container.port [INFO] Reserved port 37107 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >-- [INFO] Building jersey-grizzly-runner 3.0.99-SNAPSHOT [284/373] [INFO] from tests/performance/runners/jersey-grizzly-runner/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-runner --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-runner --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-runner --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-runner --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-runner --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-runner --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-runner --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-runner --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-runner --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-runner --- [INFO] Reserved port 46197 for jersey.config.test.container.port [INFO] Reserved port 41287 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-runner --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:2.4:jar (default-jar) @ jersey-grizzly-runner --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-runner --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json [INFO] attaching as helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/3.0.99-SNAPSHOT/helloworld-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-webapp --- [INFO] [INFO] ---------< org.glassfish.jersey.test-framework.maven:project >---------- [INFO] Building jersey-test-framework-maven 3.0.99-SNAPSHOT [267/370] [INFO] from test-framework/maven/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42167 for jersey.config.test.container.port [INFO] Reserved port 41201 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >-- [INFO] Building jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT [268/370] [INFO] from test-framework/maven/container-runner-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-runner --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ jersey-grizzly-runner --- [INFO] Reading assembly descriptor: src/main/assembly/zip-with-jars.xml [INFO] [INFO] --- clean:2.5:clean (default-clean) @ container-runner-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ container-runner-maven-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ container-runner-maven-plugin --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-runner --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-runner --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- groovy-eclipse-compiler:3.7.0:add-groovy-build-paths (default-add-groovy-build-paths) @ container-runner-maven-plugin --- [INFO] Adding /src/main/groovy to the list of source folders [INFO] Adding /src/test/groovy to the list of test source folders [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ container-runner-maven-plugin --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ container-runner-maven-plugin --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ container-runner-maven-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ container-runner-maven-plugin --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ container-runner-maven-plugin --- [INFO] [INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------ [INFO] Building jersey-tests-performance-testcase 3.0.99-SNAPSHOT [285/373] [INFO] from tests/performance/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 39103 for jersey.config.test.container.port [INFO] Reserved port 39143 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >----- [INFO] Building jersey-tests-performance-assemblies 3.0.99-SNAPSHOT [286/373] [INFO] from tests/performance/test-cases/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ assemblies --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ assemblies --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ assemblies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 34487 for jersey.config.test.container.port [INFO] Reserved port 46847 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >--- [INFO] Building jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT [287/373] [INFO] from tests/performance/test-cases/filter-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-dynamic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-dynamic --- [INFO] Reserved port 42391 for jersey.config.test.container.port [INFO] Reserved port 42983 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/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.tests.performance.filter.dynamic.FilterTest Nov 01, 2023 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/ Nov 01, 2023 1:03:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42391] Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42391] Nov 01, 2023 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/ Nov 01, 2023 1:03:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42391] Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42391] Nov 01, 2023 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42391/ Nov 01, 2023 1:03:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42391] Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42391] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s -- in org.glassfish.jersey.tests.performance.filter.dynamic.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ container-runner-maven-plugin --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-dynamic --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >--- [INFO] Building jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT [288/373] [INFO] from tests/performance/test-cases/filter-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-global --- [INFO] Reserved port 39021 for jersey.config.test.container.port [INFO] Reserved port 39959 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/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.tests.performance.filter.global.FilterTest Nov 01, 2023 1:03:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39021/ Nov 01, 2023 1:03:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39021] Nov 01, 2023 1:03:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39021] Nov 01, 2023 1:03:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39021/ Nov 01, 2023 1:03:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39021] Nov 01, 2023 1:03:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39021] Nov 01, 2023 1:03:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39021/ Nov 01, 2023 1:03:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39021] Nov 01, 2023 1:03:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39021] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s -- in org.glassfish.jersey.tests.performance.filter.global.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-global --- [INFO] java-annotations mojo extractor found 12 mojo descriptors. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] ant mojo extractor found 0 mojo descriptor. [INFO] bsh mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ container-runner-maven-plugin --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ container-runner-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ container-runner-maven-plugin --- [INFO] Reserved port 44575 for jersey.config.test.container.port [INFO] Reserved port 39349 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ container-runner-maven-plugin --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >---- [INFO] Building jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT [289/373] [INFO] from tests/performance/test-cases/filter-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-name --- [INFO] Reserved port 39921 for jersey.config.test.container.port [INFO] Reserved port 40739 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/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.tests.performance.filter.name.FilterTest Nov 01, 2023 1:03:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39921/ Nov 01, 2023 1:03:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39921] Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39921] Nov 01, 2023 1:03:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39921/ Nov 01, 2023 1:03:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39921] Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39921] [INFO] [INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ container-runner-maven-plugin --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:03:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39921/ Nov 01, 2023 1:03:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39921] Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39921] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s -- in org.glassfish.jersey.tests.performance.filter.name.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-name --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-name --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >-- [INFO] Building jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT [290/373] [INFO] from tests/performance/test-cases/interceptor-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-dynamic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-dynamic --- [INFO] Reserved port 40481 for jersey.config.test.container.port [INFO] Reserved port 35255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/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.tests.performance.interceptor.dynamic.InterceptorTest Nov 01, 2023 1:03:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40481/ Nov 01, 2023 1:03:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 92 component(s) Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40481] Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40481] Nov 01, 2023 1:03:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40481/ Nov 01, 2023 1:03:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40481] Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40481] Nov 01, 2023 1:03:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40481/ [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword Nov 01, 2023 1:03:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40481] Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40481] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s -- in org.glassfish.jersey.tests.performance.interceptor.dynamic.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] attaching as container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ container-runner-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ container-runner-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/3.0.99-SNAPSHOT/container-runner-maven-plugin-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ container-runner-maven-plugin --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-dynamic --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >-- [INFO] Building jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT [291/373] [INFO] from tests/performance/test-cases/interceptor-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-global --- [INFO] Reserved port 34801 for jersey.config.test.container.port [INFO] Reserved port 35221 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >-- [INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT [269/370] [INFO] from tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-hello-world-app-ref --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-hello-world-app-ref --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-hello-world-app-ref --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- dependency:3.6.1:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-hello-world-app-ref --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-hello-world-app-ref --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-hello-world-app-ref --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-hello-world-app-ref --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-hello-world-app-ref --- [INFO] Reserved port 40893 for jersey.config.test.container.port [INFO] Reserved port 39413 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-hello-world-app-ref --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-hello-world-app-ref --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json [INFO] attaching as redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-hello-world-app-ref --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-hello-world-app-ref/3.0.99-SNAPSHOT/redeployment-hello-world-app-ref-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-hello-world-app-ref --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >-- [INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT [270/370] [INFO] from tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-no-jersey-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-no-jersey-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-no-jersey-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-no-jersey-app --- [INFO] Running org.glassfish.jersey.tests.performance.interceptor.global.InterceptorTest [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-no-jersey-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-no-jersey-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-no-jersey-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-no-jersey-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-no-jersey-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-no-jersey-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-no-jersey-app --- [INFO] Reserved port 34591 for jersey.config.test.container.port [INFO] Reserved port 39651 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-no-jersey-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-no-jersey-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-no-jersey-app --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:03:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34801/ Nov 01, 2023 1:03:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34801] Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json [INFO] attaching as redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-no-jersey-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-no-jersey-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-no-jersey-app/3.0.99-SNAPSHOT/redeployment-no-jersey-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-no-jersey-app --- Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34801] Nov 01, 2023 1:03:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34801/ Nov 01, 2023 1:03:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34801] Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34801] Nov 01, 2023 1:03:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34801/ Nov 01, 2023 1:03:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34801] Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:03:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34801] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s -- in org.glassfish.jersey.tests.performance.interceptor.global.InterceptorTest [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >-- [INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT [271/370] [INFO] from tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ redeployment-threadlocals-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ redeployment-threadlocals-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ redeployment-threadlocals-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ redeployment-threadlocals-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ redeployment-threadlocals-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ redeployment-threadlocals-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ redeployment-threadlocals-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ redeployment-threadlocals-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ redeployment-threadlocals-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ redeployment-threadlocals-app --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ redeployment-threadlocals-app --- [INFO] Reserved port 44463 for jersey.config.test.container.port [INFO] Reserved port 39033 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ redeployment-threadlocals-app --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ redeployment-threadlocals-app --- [INFO] Packaging webapp [INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ redeployment-threadlocals-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-global --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >-- [INFO] Building jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT [292/373] [INFO] from tests/performance/test-cases/interceptor-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-name --- [INFO] Reserved port 34509 for jersey.config.test.container.port [INFO] Reserved port 36769 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json [INFO] attaching as redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ redeployment-threadlocals-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ redeployment-threadlocals-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/redeployment/redeployment-threadlocals-app/3.0.99-SNAPSHOT/redeployment-threadlocals-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ redeployment-threadlocals-app --- [INFO] [INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >-------- [INFO] Building jersey-tests-memleak-testcase 3.0.99-SNAPSHOT [272/370] [INFO] from tests/mem-leaks/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40537 for jersey.config.test.container.port [INFO] Reserved port 35303 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >---- [INFO] Building jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT [273/370] [INFO] from tests/mem-leaks/test-cases/bean-param-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bean-param-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bean-param-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bean-param-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bean-param-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bean-param-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bean-param-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ bean-param-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bean-param-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bean-param-leak --- [INFO] Reserved port 40643 for jersey.config.test.container.port [INFO] Reserved port 33963 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ bean-param-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] Running org.glassfish.jersey.tests.performance.interceptor.name.InterceptorTest Nov 01, 2023 1:03:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34509/ [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bean-param-leak --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:03:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34509] Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34509] Nov 01, 2023 1:03:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34509/ Nov 01, 2023 1:03:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34509] Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34509] Nov 01, 2023 1:03:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34509/ Nov 01, 2023 1:03:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34509] Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json Nov 01, 2023 1:03:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34509] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.glassfish.jersey.tests.performance.interceptor.name.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-name --- [INFO] CycloneDX: Resolving Dependencies [INFO] attaching as bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bean-param-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bean-param-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/bean-param-leak/3.0.99-SNAPSHOT/bean-param-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bean-param-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT [274/370] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak --- [INFO] Reserved port 35805 for jersey.config.test.container.port [INFO] Reserved port 36493 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ shutdown-hook-leak --- [INFO] Packaging webapp [INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-name --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >-- [INFO] Building jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT [293/373] [INFO] from tests/performance/test-cases/mbw-custom-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-provider --- [INFO] Reserved port 40795 for jersey.config.test.container.port [INFO] Reserved port 38071 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json [INFO] attaching as shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak/3.0.99-SNAPSHOT/shutdown-hook-leak-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak --- [INFO] [INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >-- [INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT [275/370] [INFO] from tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ shutdown-hook-leak-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ shutdown-hook-leak-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ shutdown-hook-leak-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ shutdown-hook-leak-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ shutdown-hook-leak-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ shutdown-hook-leak-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ shutdown-hook-leak-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ shutdown-hook-leak-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ shutdown-hook-leak-client --- [INFO] Reserved port 43263 for jersey.config.test.container.port [INFO] Reserved port 41889 for jersey.config.test.container.stop.port [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ shutdown-hook-leak-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.performance.mbw.custom.PersonEntityTest Nov 01, 2023 1:04:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40795/ Nov 01, 2023 1:04:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40795] Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40795] Nov 01, 2023 1:04:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40795/ Nov 01, 2023 1:04:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40795] Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json [INFO] attaching as shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ shutdown-hook-leak-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ shutdown-hook-leak-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/shutdown-hook-leak-client/3.0.99-SNAPSHOT/shutdown-hook-leak-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ shutdown-hook-leak-client --- [INFO] [INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >--- [INFO] Building jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT [276/370] [INFO] from tests/mem-leaks/test-cases/leaking-test-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ leaking-test-app --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ leaking-test-app --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ leaking-test-app --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ leaking-test-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ leaking-test-app --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ leaking-test-app --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ leaking-test-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ leaking-test-app --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ leaking-test-app --- [INFO] Reserved port 46343 for jersey.config.test.container.port [INFO] Reserved port 41039 for jersey.config.test.container.stop.port [INFO] [INFO] --- war:3.4.0:war (default-war) @ leaking-test-app --- [INFO] Packaging webapp [INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40795] Nov 01, 2023 1:04:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40795/ Nov 01, 2023 1:04:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40795] Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40795] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s -- in org.glassfish.jersey.tests.performance.mbw.custom.PersonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ leaking-test-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ custom-provider --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-provider --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >---- [INFO] Building jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT [294/373] [INFO] from tests/performance/test-cases/mbw-json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 39767 for jersey.config.test.container.port [INFO] Reserved port 38167 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json [INFO] attaching as leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ leaking-test-app --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ leaking-test-app --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/memleaks/testcases/leaking-test-app/3.0.99-SNAPSHOT/leaking-test-app-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ leaking-test-app --- [INFO] [INFO] --------------< org.glassfish.jersey.tests.osgi:project >--------------- [INFO] Building jersey-tests-osgi 3.0.99-SNAPSHOT [277/370] [INFO] from tests/osgi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 37881 for jersey.config.test.container.port [INFO] Reserved port 37561 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >---- [INFO] Building jersey-tests-osgi-functional 3.0.99-SNAPSHOT [278/370] [INFO] from tests/osgi/functional/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-tests-osgi-functional --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-tests-osgi-functional --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-tests-osgi-functional --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-tests-osgi-functional --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional --- [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-jackson --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >----- [INFO] Building jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT [295/373] [INFO] from tests/performance/test-cases/mbw-json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 40893 for jersey.config.test.container.port [INFO] Reserved port 37989 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-tests-osgi-functional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default) @ jersey-tests-osgi-functional --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ jersey-tests-osgi-functional --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-tests-osgi-functional --- [INFO] Reserved port 45191 for jersey.config.test.container.port [INFO] Reserved port 42545 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ jersey-tests-osgi-functional --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.performance.mbw.json.JsonEntityTest Nov 01, 2023 1:04:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40893/ Nov 01, 2023 1:04:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843845030-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 parent=null root=[TestAddress:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 root:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44] args=[Ljava.lang.Object;@503d687a [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843845030-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-8ea5369d-f16e-48a8-91ab-fa30e0b217be parent=[TestAddress:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 root:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44] root=[TestAddress:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 root:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44] args=[Ljava.lang.Object;@51dcb805 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBadResource @ [TestAddress:PaxExam-8ea5369d-f16e-48a8-91ab-fa30e0b217be root:PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44] Arguments: [Ljava.lang.Object;@503d687a [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843845030-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40893] Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-e97e9416-8d48-43d7-a75d-1812331d0a8e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843845030-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40893] Nov 01, 2023 1:04:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40893/ Nov 01, 2023 1:04:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40893] Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40893] Nov 01, 2023 1:04:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40893/ Nov 01, 2023 1:04:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40893] Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40893] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s -- in org.glassfish.jersey.tests.performance.mbw.json.JsonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:44962<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 11606[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]u[0x93][0xc1]o[0xda]0[0x14][0xc6][0xef]H[0xfc][0xf][0x16][0x87][0x89]J[0xc4]$!0H[0xc5][0xa1]e[0x1c]@[0xd0][0xa2][0xb2][0xf5][0xb2][0xc3]d[0x92][0x97][0xd4][0x10][0xec][0xcc]6[0x84][0xfe][0xf7]{N[0xb2][0x14][0xb4]U9Dz[0xfe][0xbd][0xcf][0xdf][0xfb]l[0xaf][0x99][0xe0][0x9]h[0xe3][0xbc][0x82][0xd2]\[0x8a][0x90]x[0xd4]m[0xb7][0x1e]E[0xec][0xac][0x98]6k[0x19][0xf3][0x84]C[0x8c][0xe5][0x91][0xeb][0x8e][0xc7]C[0xd7][0x9b]L[0x86][0x1][0x2]'[0x9e][0xc5][0xce]2>[0xd8][0x86]1u[0xf9][0x81]WU[0x8d][0xf3][0xf8][0x1e][0x92][0xfd]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]([0xb0]5[0x11]g[0xe0]I[0xd2][0x8a][0xae]A[0xf3][0x82][0xbe][0x13][0x88]B[0x92][0x81][0xf2][0xd7][0xb0][0x9f][0xa0]][0x91][0x1c][0xa6]V[0xaf]d[0x8a][0x16][0x6]B[0xa0][0xeb][0xb6]6[0xce][0xc8][0x93]H[0x94][0xbf](R[0xfd]CL*[0xe9][0xdc]L[0xaf]![0x8a]`dy[0x89][0x95][0xb6][0xb][0xf8][0x86][0x85][0xc1]3w[0xdc]t[0xf0]#yd[0x86][0xaf][0x3][0xb7][0xeb][0x15]dm[0xa3]}:R[0x84][0xad]"z_[0xfe][0x97][0xf6]K[0xf8][0xe9][0xd2][0xb4][0xb1][0xcc]PlD[0x81]])[0x8b][0xb6][0xc1]y[0x94][0xe4]W[0xa5][0xa4]SZ,h[0x9b]vd[0xf4][0xdb][0xf2][0xf3][0x8]w[0xe2][0xb][0xf0][0xb5][0xc7][0xf4][0xf7]I[0x12][0x8a][0xfc][0xf0][0x0][0xfe][0xa9][0x1d][0x8d]m[0xe7] [0x89]G4[0x7][0x83][0xe9][0x98]~[0x9a][0xe9]roik[0xa1]+[0xb2]-[0xf5][0x96][0xa6][0x9][0xa3][0xe6][0x1e]p[0xfa][0xd2][0xe6][0xdc][0x92][0xe5][0xcf]a[0xff][0xe1][0xd0][0xf3][0xf3][0xf8][0xb5][\r][0xe0][0xe8][0xe4][0xa7]1[0xbd][0xb4][0xe2][0xc8]~)}[0xb0][0xb]B[0x93][0x1b]rO[0xd7]oPK[0x7][0x8]q[0xcf]i9[0x1c][0x2][0x0][0x0]w[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd];[0xe][0x83]0[0x10]E[0xd1]~V1%[0x14][0x80][0x85]P[0x8a][0xb4]Q[0x8a][0xd0][0x80]D6`[0x99][0x1][0x8c][0x88][0xc7][0xb2][0x7]Bv[0x9f][0x9f][0xd2][0xa7]?[0xf7]=h[0xda][0xae][0xaa][0xb1][0xd5];[0x9e]w}[0xc3][0x8b][0x9b][0xc9][0x88]e[0x7]'[0xf6][0x8f]`[0xc7]I[0xb0]T[0xea][0x90][0x95][0xaa]T[0xf8][0xc5][0x19]6[0x9e][0xdc][0xab][0x9]b[0x8d][0xf5][0xfa][0xcd][0xb1][0xe3]A[0xee]:[0x10][0xe][0x1c][0xb0][0xd6][0x9b][0x6][0xb8]N6[0xa2][0xf][0xdc][0xaf]F[0xd0]:[0xb3][0xac]=E[0x8c]?[0xd8][0xd3]F[0xb]{[0xea]Q[0xb][0xfc][0xb3][0x88][0xc9][0xe7]?[0xc5]d[0x12][0xf1][0xc7][0xa2][0x10][0xd2][0xb7][0x9c]}[0xac][0xe6][0x9c][0xc3]X[0xa4]9[0x0]<[0x1]PK[0x7][0x8][0xb9][0x82][0xe1]q[0x94][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80]g[0x17][0x8d]i[0xa1][0x82][0xa7]RJ[0xcf][0x16]z^[0xe3]j#i[0x12]bR[0xd2][0xbf]o<[0xce][0xcc][0xe3]Uw[0xb2][0x14]0[0xd2][0xcc][0xa7][0x1f]wa[0x5][0xf4][0xa8][0xde][0x4][0xb][0x19][0x9d]aJv6[0xe4]MZ[0xb5]e[0xd5][0xab][0xac]F[0xf2]\t\4}{[0xee]O[0x17]~[0xbd][0x8d][0xcf]B[0xa2]a_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbb]vv[0x90][0xd0]v [0xd9][0x1a]\[0xf2][0x8f]y8>[0x9d][0xdf][0xe5][0x6][0x1e]3P[0xc6][0xf][0xc3][0x10][0xf5][0x82]*[0x96]Z\}[0xb8]Z[0xdb][0x8d]TdPK[0x7][0x8][0xba][0xd2][0xf1][0xc4][0x82][0x0][0x0][0x0][0x90][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-inject/pom.xml[0xbd]UM[0x8f][0x9b]0[0x10][0xbd][0xe7]W[0xd0][0xa8]Wl[0xd2][0xcd])[0xa2][0x9c][0xda][0xc3]V[0xbb][0xdd]H+U[0xbd]E[0x8e][0x99][0x10][0xef][0x82]m[0xd9]$[0xb0][0xaa][0xfa][0xdf];|8[0x10][0x2]Q[0xa4]v[0x8b][0xb8][0xf8][0xf1]f[0xe6]=[0xdb]3[0x84][0xda][0xa8][0x17][0xe0][0xb9]Wf[0xa9][0xb4][0x9f][0xe7][0xfb]<[0xd7]+J3v[0x4]I[0x98]f|[0xf]D[0x99][0x84][0xae][0x9f][0x1e][0xe9][0x92][0x4]$[0x98]7[0xcc]Ui[0xc5][0x89]][0x14][0x5])[0xee]j[0xde][0xa7] X[0xd0][0x9f][0x8f][0xf][0xcf][0x18][0x98]1_H[0x9b]3[0xc9][0x1][0xa3][0xac]X[0xd9][0x1a]|P[0x9c][0xe5]B[0xc9][0x1b][0x8a]yS[0x8c][0x1a][0xf0][0x8f][0xcb]M[0xb0][0x9]Hi[0xe3]y4[0x9b]y[0xf8][0x84][0x99][0x8a]![0xfd][0x1][0xc6]b[0x81][0xa8][0xce][0x11][0xd2]3[0xac][0xe5]if@[0xe6]Q[0xbd][0xa8][0x81][0xc4][0xa8][0x83][0xbe][0x8f]#[0xcc]N[0x94][0xb6][0xcb][0x17][0xa2]Y[0x19]R[0x7]wDfr[0xb1]c[0x17][0xe0][0xe3][0xc8][0xab][u[0xb3] [0xc1][0xa6][0x8a][0xfe][0x97][0xb7][0xa8][0x87]tm[0xbd]=[0x88][0xb4][0xef]^[0xa7][0x7][0x1c]uvP[0xab]A[0xcf][0xc1])[0xf7];H[0xc5][0xd4][0xa1][0xc][0x8d]7?[0xb0]f,[0xf9]M[0x91]+[0x8e][0xe9]P[0x86]C[0x9c][0x19][0xda][0xba][0xa9]'Z[0xb5][0x8f]8[0x86][0xff][0x0]PK[0x7][0x8]x9[0xe2][0x9f]'[0x2][0x0][0x0][0xdb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/pax/exam/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/Activator.class[0x95]T[0xdb]R[0xd4]@[0x10]=[0xb3][0x4][0xb2].[0xab][0xe0][0x82][0x88]7n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0xb9]E[0xb9]([0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "QK[0xaa]V[0xac][0x12][0xb][0xca][0xc7]!;,[0xc1][0x90][0xa4]&[0xb3][0xb8][0xfc][0x86][0xc2][0xb][0x94]R[0xe5][0x7][0xf8]Q[0x96][0x9d][0xb][0xbb][0xc0]"[0xe8]C[0xa6]3g[0xba][0xfb][0x9c][0xe9][0xe9][0x99]_[0xbf][0xfc][0x4]0[0x83][0xc5][0x1c][0xae]cX[0xc7]H[0xe][0x99][0xc8][0x8e][0xe6][0xa0]a8[0xb]#[0x8b]b[0xe]c[0x18][0xd7]1[0x91][0xc3]$[0xa6][0xda]a[0xe2][0xb1][0x8e]':[0xa6]u[0xcc]0[0xb4]-8[0x9e][0xa3][0x16][0x19]Z[0x8c][0xe2]:[0x83][0xb6][0xec][0x97][0x5]CG[0xc9][0xf1][0xc4]juwS[0xc8]O|[0xd3]%[0xa4]P[0xf2]m[0xee][0xae]s[0xe9]D[0xf3][0x14][0xd4][0xd4][0xb6][0x13]2L[0x95]|Y1[0xfd] [0x9c][0xdd]1[0x3]^3E[0x8d][0xef][0x9a][0x8e][0xb7]#lEF[0x9][0xe9]q[0xd7]\[0xb2][0x95][0xb3][0xc7][0x95]/-[0x86][0xd6]Pq[0xa9][0x18][0x86][0x8d]$2[0xac]8[0xe6][0x96][0xe4][0xbb][0xe2][0xab]/[0xbf][0x98][0xaf][0xaa]^[0xd9][0x15][0xcb]>E[0xd6][0x94][0x15][0xa9][0xd2][0xed]d[0xc2]0tu[0x0]C6[0xe1][0xf6]e[0xdd][0xff][0xac][0xb4][0xaa]r\s%[0xf5][0x89][0xe4][0x4][0x92]<[0x18]zJ;|[0x8f]'[0xcb][0xaf][0x1d][0xd2][0xeb]{\[0xee][[0xd1][0xc2][0x99][0xcd][0xef][0x7]'[0x5]X[0xb8]0"E][0xee]U[0xcc]5%[0x1d][0xaf]b5#[0x8b][0x94]7[0xf7][0xa6]f[0x8b] [0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0xcc]R=C[0xe5][0x7][0x4][0xaf][0xf9]Ui[0x8b][0xb7]NDq[0xa3]^[0xb8][0xa9](G[0x1e][0x1d][0xe8]d[0x98][0xfe][0x87][0x8a][0xaf][0x9][0xb9][0xe7][0xd8]b[0xa5]^[0x8c][0xae][0x86][0xd8]w<[0xdc]V'[0x87]H[0xfb][0xa1][0x1a][0x97][0xc5][0x16][0xaf][0xba]J[0xc7]\[0x1e]O[0xf1][0x8c]a[0xe0][0xaa][0xd2][0xe9][0x98][0xcf][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 11606 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << etag: "{SHA1{5ebf0bf93870fe74756fa284be95daa8e70b2fcd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9^[0xe8][0xb0][0xf2]X[0xc0]K[0x86][0x89][0xff]i[0x4][0x86][0xce]FU>lF^t`=[0xdf]Sq][0x8d][0xb8]z[0x5][0x19][0xba]/:[0xb]j[0xec][0xa0]Jy[0xe7][0x8d][0xd2]y2[0xab][0x19])6Ct[0x19][0x1a][0xd8][0xb2][0xcb]Cj[0x14][0xbd]"[0xd4]*[0xa9]#N[0xa3][0xd8]|[0xb4]'[0xa5][0xbb][0xa4]K)[0xab][0x14][0x15]'[0xa4][0x9a][0xa4][0xc7][0xc4]P6.[0xed][0x9b]3[0xa2][0xcf][0xf7]h[0xf1][0xa2]{[0x91]f[0xfe][0x18][0x13]I[0x1e][0xf9]Z[0x18]D[0x9e][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xea]+z7Z[0xc8]R;[0xd1]x[0x93]f&YF[0xb6]u[0xec][0x8][0xec][0x80]~2([0xd0][0xd8][0x16][0x83][0xf7][0xd0]Ec>q@7n[0x91][0xa5][0x8b][0x81][0xdb][0xe4][0x15][0x5][0xa3][0xf7]F#k[0x1c]#[0xf3][0xf9][0x8]-[0xef][0x8f][0xa1][0x91]m][0x9d],[0xb4][0x15][0xf4]Cd7[0xc6][0xb][0xd7][0xe][0x91][0x9b][0x98][0xfc][0x8e]v[\r][0x1b][0x7]1}[0x94][0xbf][0x87][0xf2][0x1]}[0xc8][0xa2][0x9f][0xa4][0xc][0xe0][0xe]I[0x1c][0xc5]P[0xcc]7[0x96][0xe4]L[0xf9][0xa2][0xbf]^Z[0xa7][0x1b]N~wIS[0x86]"zq[0x1f][0xf](W_[0xaa]/A[0xfa][0x9][0x19] D#d[0x90][0xbe][0xa1][0xba][0xd2][0xb9]xgh[0xde][0xe2]HL[0xd9][0x93],[0xd6])YJy:[0xd9][0xc3]8[0xf2][0xd1][0x1f]PK[0x7][0x8][0xaa][0x7][0xbd][0x8c][0x9a][0x2][0x0][0x0]~[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1d][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/exam/inject/internal/ServiceInjector.class[0x95]Wit[0x13][0xd7][0x15][0xfe][0x6][0x8f][0xf4]dy[0xc]X[0xc6][0x6][0x11][0xc7][0x11]k[0xbc][0xb][0x1c][0x2][0xc4],[0x1][0xdb]@[0xa0]6[0x4][0xec][0xd0][0x2]i[0xc8]X[0x1a][0xdb]cdI[0x1d][0x8d][0x8c][0xdd]to[0xd2][0x84],m[0xd3][0x84]6i[0xba][0xa6]M[0xdc][0xbd][0xd0][0xc5]6[0xa1][0x5][0xda][0xa6][0xd0][0xa6][0xfb][0x96][0xee][0xe9]z[0xfa][0xab][0xe7][0xf4][0xf4]_[0xa4]q[0xbf]7#[0xc9][0xb2]-[0x1b]W[0xb6][0xde][0xbc][0xb9][0xef][0xbe]{[0xbf][0xbb][0xbc]{[0x9f]^z[0xed][0x85]K[0x0]n[0xc1][0xdf][0x5][0x86][0xfd]P1"[0x87]7[0xb][0xdc][0xe7][0xc7][0xad]x[0x8b][0x1f]o[0xc5][0xdb][0xe4][0xf0]v[0x81]w[0xf8][0xf1]N[0xbc]K[0x92][0xdf]-g[0xf7][0xfb][0xf0][0x80][0xf][0xef][0xf1][0xe1]A?[0x1e][0xc2][0x19]?[0x1e][0xc6]#[0x2][0x8f][0x96][0xa0][0xc][0x8f][0xc9][0xe1][0xbd][0x92][0xf3]}[0x2][0xef][0xf7][0xe3]q|@[0xbe]*7|L[0xe0][0xe3][0x2][0x9f][0x10][0xf8][0xa4][0x1f][0xeb]0[0xe2][0xc3][0xb3][0xf2][0xf9])[0xc9][0xf4]i[0x1f][0x9e][0x93]/[0xcf][0xfb][0xb1][0x16][0xa3][0x12][0xc1]gJ[0xf0]Y|[0xce][0x87][0xcf]K[0xf2][0x17]h[0x9c]NX[0xa7][0xc2][0xad][0xe9]x4f[0xb4]%[0x98]G[0xc3]2[0xe0]"[0xe5]&[0x92][0x93][0xc0][0xf7][0x9]|M[0xe0][0xeb]=[0xb6];[0x12]1R[0xa9]=[0xc3][0x11]#i[0x9b][0x89]83`[0x8c][0x5]@[0xc1]Rf[0xf3]4[0x9b][0x15]l[0xae][0x99][0x15][0xbf][0x3][0xb5][0xb][0xf1]Uq[0x8f]C8b[0xf4]*X;[0xf7][0x6][0xae][0x1b][0x96][0x11][0x8f][0x18][0xdc][0xe2]u[0xb7]([0xb8]an~[0xb2]U[0xcf]D[0xd4][0xa6][0xa7][0xec])c[0x98][0xf2][0xa7]$[0x95][0x5]K[0xc1]m[0xb3][0xe0][0xcb][0x18],[0xcc][0x2]F`n[0x18][0xb][0x13]![0x8c]x[0xb4][0x9b]y[0xc9][0xa2][0xa7][0xc0][0xdf][0x95]H[[0x11][0x83]y'[0xb][0xc0][0x8c][0x9a][0xd4]$a*[0xa8]*[0x90][0xad][0x14][0x97][0xb2][0xf5][0xb8][0x9d][0xd2][0xb0][0x5][5[0x8c]c[0x82][0xa1][0x9a][0x19]q[\r]w`?+[0x86][0x86][0xb][0x98][0xd0][0xf0][0x2].*([0x97]L[0xc3][0xd9]r[0xe8][0xaa]b[0xd6]j[0xf8][0x6][0xbe][0xa9][0xe1][0x10][0xee][0xd4]pI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83][0x82][0x15]T[0xd7]$[0xd5]5er[0xbc])w[0x9e]<[0x1b]7[0xf0]#pY[0xc3][0x15]|K[0xe0][0xdb][0x1a][0xbe][0x83][0x17][0x19][0x87][0xf9]O[0x96][0x86][0xef][0xe2][0xaa][0x86][0xbb]pM[0x83][0x89][0x1][0x1e][0xc5][0xeb]9L[0xe0]{[0x1a][0xbe][0x8f][0x97]4D[0x10][0xd5][0xf0][0x3][0xfc]P[0xc3][0x8f][0xf0]c[\r]?[0xc1]O[0xb9][0xfd]zi[0xac]`[0xe5][0x14][0xcb][0x91]t\[0x1a][0x90][[0x94][0xbe][0xfb][0x19][0xf][0xc3][0xf5][0x13]Q[0xc3][0xcf][0xf1][0xb][\r][0xbf][0xc4][0xaf]4[0xbc][0x8c]_K[0xf0][0xac][0xb7]U[0xf3][0xe5][0x1c]Kf[0x1]_t[0x1b])[Z[0xa6][0xb3][0x9f]Yy[0xbc][0xcb]g[0xd6][0xb2][0xd6][0xb4][0x19][0x8b][0xca]b[0xe5][0x8d]H[0xd1]![\r][0xbf][0xc1]o5[0xfc][0xe]W[0x9]8d[0xa6]B[0xf1][0x84][0x1d][0x8a]%[0xf4][0xa8][0x11][\r][0xf5]Z[0x89][0xc1][0x90][0x1e][0xf][0x1d][0xea][0xda]g[0x86][0xdc][0xf3][0xa2][0xe1][0xf7][0xd2][0xd1][[0xf0][0x7][\r][0xc4]5[0x81]W$[0xe6]?)h[0xba]+.[0xdb]H[0xc8]N[0x84],[0x83][0x9a][0x8c]!#[0xb3]%[0x14]q=[0xee][0x8a][0xcb][0xd0][0xa4][0xda]?[0xb][0xfc]E[0xc3]_[0xf1]7[0x86]7[0xcf][0xdf][0xb2][0x91]Z[0xe9][0xa4]mD[0xf3][0xec]h[0xfe][0xff];o6[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xcd][0x14][0xcb][0x92][0x19][0xae]f\O[0xcc]Y[0xf9][0xa6][0xb9]s[0xda][0xd2][0xb4]3[0x92]m$[0xe5]S[0xa4][0xee]~+q[0xda][0xed][0xc6][0xbe][0xa9].^^S[[0xa0][0x8f][0x97][0x92][0xa1]+[0x9d]4[0xac]H[0xa6][0xd7][0xf3]}fG[0xae][0xaa][0xa9][0x9d][0xf][0xa6][0x14][0xb1];[0xce]H[0xea][0xae][0xf7]6[0xcd].[0xac][0xf9][0x9a][0xf5][0x1c]kxj[0x97][0xac]([0x14][0xd3][0xed][0xb4][0xc8]|[0xeb]FR[0xb6]1[0xc8][0x8e][0xc8]E[0xd9][\r][\r][0xcb][0x1e]Q[0xb0][0xb5]fv[0xd7][0x9c]M[0xa9]-[0xd4]Z[0xcb][0xa6][0xc7][0xbe]O&[0xa7]/[0xa9][)F[0xd2][0x9e]q][0xca][0xca][0xd9][0xcf]J1[0xa4][0xc7][0xd2][0xb2][0xb8][0xd5][0x14][0x94][0xca]k[0x1e][s[0xc3][0xf4][0xc]H[0x9d]6S[0xa9][0x9e][0xc4]p[0xd8][0xb6]x[0xf5]1[0xac]l[0xca]t$[0x12][0xa7][0xd2][0xec][0xeb]~[0xe9]z[0x97][0xa4][0xe0][0xf8]<%9[ug[0xf7][0xab][0xf9][0x8d][0xce]][0xe7]43[0xe5]V[0x14][0xd3]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2]=[0xce]1%[0xaf]7[0xcf][0xdf][0x8c][0xf3]zn)[0xf9][0xf3][0xa5][0xa8]5[0xc7]%yE[0xbe][0x80]\[0xe6]9;[0x16]g[0x93][0xaf]C[0x9e]p::8;[0x5][0xdd]%bT#[0xac];[0x85]o[0x5]m*[0xce]ut[0x5]7[0xd6][0xcc][0xd3][0xb3]d[0xfb][0xd5][0x93]I[0xf6]+[0x5][0x8d][0x85][0xc2];[0x8b][0x94][0xa9]Z[0x99][0x9c]>[0xf]O[0xa0]1[0xa4]oQ[0x15]y[0xb8][0xae][0xa1][0xb5][0xfe][0x2][0x9a]h[0xab]|[0x99][0xfc]7[0xd7]*[0xd5]'[0x9f]Au[0xbe][0xbd]a[0xd7][0xde][\r][0x19];[0x97]a[0xe3][0x4]n[0x19][0x9d]|[0xb1]E[0x8c]N^[0xe]z[0xcf]Q[0xc1].[0xaa][0xdf][0xcf][0x18][0xe5][0xc7][0xf8]A[0xc6][0xf8]!F[0xec][0xc][0x96][0xe0]a[0x9a][0xf8][0x8][0xaa][0xf0](s[0xe2]1r?N[0xfe][0xb3][0xdc][0xf1][0x4][0xe3]u[0x96][0xe5][0xe0][0xa9]\[0x8c][0x9]0g[0xf6]a[0xc7])[0x8a]3s[0xcd][0x16][0x8c][0xb0][0xcd][0x99]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Wed, 23 Sep 2020 18:24:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "5ebf0bf93870fe74756fa284be95daa8e70b2fcd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Wed, 23 Sep 2020 18:24:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:44970<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 18281[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}T[0xc1][0x92][0x9a]@[0x10][0xbd]S[0xc5]?LyHi[0x95][0x8c][0x80][0xe8][0x1a][0xb6]<[0xec][0x1a][0xf]Z[0xba]k[0xad][0xc9]^<[0xa4]Fh[0xd8]Qd[0xc8][0xcc]([0xee][0xdf][0xa7][0x1][0x83][0x1a]M[0x8a][0xb][0xd5][0xf3][0xde][0xeb][0xd7][0xaf][0x7][0xe6],[0xe5][0x11](m[0xbd][0x83]T\[0xa4]>q[0xa8]m[0x1a][0xcf]ih[0xcd][0x98][0xd2]s[0x11][0xf2][0x88]C[0x88][0xe5][0xbe]m[0xf][0x6]=[0xdb][0xe9]9[0xf][0x3][0x4][0xec]y[0x12]Z[0xd3]p[[0x10][0x6][0xd4][0xfe][0xe9]zNU[0xd5][0xd6][0xf3][0xa7]O6k[0x91][0x8a]HBQK[0xc3][0x4][0xac][0xa7]@[0xf3][0x3][0xd3]B[0xfa]D[0xc8][0x98][0x8a]Ly[0x1b][0x9a][0xb1]#[0x85]#[0xdb]Q[0xc9]r|[0xd1][0x90][0x86] )O5[0xc8][0x94][0xd6][0x8c]Z[0xe3][0x1b][0xa8]@[0xf2]L[0x97]>[0x17][0xec]H[0xc6][0xc8]%[0x13][0x84][0xc7][0x92][0x15]U[0xa2]q[0x14][0x9e][0xc6]$[0x92]l[0x7][0xb9][0x90][[0x12][0x9]Ip[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x14]$Sf[0x1a][0xe4][0xc0][0xc8]"a[0x1a][0xcb];E[0xcf][0xca]"[0xf8][0xf1]6[0xf3][0xc9][0x87][0xd6][0x99][0xdf][0xe9][0xe4]y~r[0x88]^;5j[0xc6][0x3]H[0x15]\[0xc1]X[0xc6][0x82][0xf](qIu[0xac]:[0xb3][0xc9]h[0xfc][0xb2][0x1c][n[0x19]e[0xc5][0x9d][0x9f][0x82][0xae]sv[0xeb][0xa3][0x17][0xf4][0xea][0x93][0xd7][0xc5][0xd2][0x9b][0x9e][0xa7][0x1a][0x9f][0xd2] K[0x90][0x7][0x14][0xae][0xd1][0xcb][0xcf][0xdd]Z`[0xab][0x8a]u'[0xcb]:G[0xf5][0x17][0xf3][0x1d][0xcb]E[0xfe]U'[0x8b][0xbc]f[0x90]bC[0xa9]y[0xc0][0xb3]*[0xbf][0xa5][0x88]t[0xce]$[0x94][0xb1]M[0xd9][0x81]][0x90]O[0xbe]=[0xea]t[0xa9]g[0x1a]#[0x9]LCXn[0xfb][0xa9][0xc][0x81][0xcc][0xd9][0x1][0x15]+[0x2][0xa6][0xbc][0x8f]yj[0x1a][0xe3]c&[0xa4][0xb6][0x16],[0xd8][0xb2][0xf8][0xbe][0xe3][0xcb][0xed]?[0x1e][0xaa]F[0xc3]F[0xd5][0xa8]a[0x1a][0x93][0xdd][0xad][0x82]J"os[0xc6][0xae][0x1c][0xea][0xb5][0xdd]V[0xa3]}[0xab]~[0x6][0xe1][0xf6]W[0x85]h[0xbb]w[0x17]H[0xf7][0x9a]'[0x17][0x92][0xff][0x80][0xaa][0x9c]+TRkq[0xa4][0x81][0x90]pebp[0xc7]DA([0xd1][0xb7]#[0xae][0xf0][0x9b]![0xff]'i[0x89]c_s.[0x9]*[0xe6][0xb4][0xba][0xec][0xa8][0x84][0xf7][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd7]/p[0xa6][0xf1][0x6][0xbf][0xf6]\[0x82]5[0xc2][0xbb][0xba][0xe6][0x9][0xd7][0xb8][0xb1][0x92][0x8][0xf0][0x18][0xe1][0x7][0xb][0xd2][0x1f]6[0x9a]_[0x9a][0xa7][0xda][0xb0][0xd8][0xfb]r[0xdc]j[0xfe][0x91]r[0xe8]C[0xab][0xd0][0xf9].D[0xe2][0x93][0xe2][0xd7][0xd0][0xa5]6>.[0xfe][0xc][0xec][0xaf][0x8e][0xed]t[0xdd][0xbe]i[0xfc][0x6]PK[0x7][0x8][0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]Qo[0xda]0[0x14][0x85][0xdf][0xf3]+[0xee][Wi[0x89]G[0xcb][0xa4])o[0xb4][0xa2][0x1b][0x15]+H[0xe9][0xa6][0xbd][0x9a]pS\[0x92][0xd8][0xb2]][0x2][0xfb][0xf5][0xbb][0xe][0x9][0xa3][0xac][0x8a][0xb2]l$[0xf]$[0xf1]=[0xe7]r>l[0x9c]0[0x6][0xfe]?[0x1f][0x1e]c[0xf0][0xa8]yn[0x84][0x15][0x1b][0x84]%*[0xcc][0x97][0x98][0xc7][0x2][\r][0xc8][0x4][0xec]J[0x18]PZ>cl[0xa9]hQg"[0xc7]%$ZfTDg[0xcf][0xf8][0x6]sP4 [0xf5][0x13][0xcf][0xc5]O[0xaa]/v[0xf5][\r][0xb7]B[0xe6][0x81][0xd3][0xfd][0x87][0xb0][0xde]l[0x1e][\r][0xef]a[0xce][0xb7]0[0xde][0xf2][0x8c]>[0xac][0x8b][0xab]!B[0xbd][0x11]1z[0x9e]wG[0xc9]B[0xb8][0xd8][0xb]}[0x98][0x11][0xf][0xe9][0xb5][0x15][0xb1]Pe[0x16][0x88]db[0xb][0xae][0x11][0x12][0xa9][0xe1][0x9e]o[0xf8][0x5][0xbc][Y[0xab]B[0xc6][0x8a][0xa2][0x8][0xa4]2[0xc3][0xe7][0x80][0xd2][0xb3]K[0xf]\[0x87][0xb2][0xd3][\r]7H7[0xe3]-[0xc6]/e[0x97][0xda]b[0x91]gG[0x9e]B[0xac][0x5][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]R[0xbe]c[0xb]2[0xb1][0xb2][0xe6][0xbb]K[0x1f][0xc9][0xcd].[0xdd]/S9[0xdc]hx"[0x8][0x17]/[0xf9]2[0xc5]p[0x10]|[0xc][0x6][0x94][0x0]`Jd9[0x9]a4[0xdd]\[0xc1][0xab][0xb0]\[0xf1]x[0x85][0xe5]7[0xa7]{[0x95]a[0xd3][0xc9][0xed][0xf8]![0x1a][0xfb]W[0xc1][0x87]`e[0xb3][0xf4][\r][0x8c][0xc9][0xac]S~![0x1b][0xd3][0xb][0xd9]G[0xf6])[0xcf][0x9f]:[0xa5]O[0xc9][0xd8][0x98][0xdf][0x9][0xfa] [0xf8]*sa[0xa5]6[0x9d]([0xb2][0xca][0xdc]HR[0x8b][0xfa][0xa0]y@[0xdb][0x9]$G[0xdb][0xc8]@[0xf5]>[0xe2]W;[0x7][0xcc][0xb5][0xdc][0x8][0xb7][0x95][0x8c][0xe2][0x18]M[0xb7][0xb9]1J4"Q[0xbd][0x17]$[0x9a]z[0xec][0x6][0xe0][0x9c][0xcd][0x8]N[0xd1][0x7][0xc4]7+R:[0xd1][0xb4]([0xd4]v[0xd7][0x9][0x87]v[0xea][0xd4]WU[0x87]F[0xac]W[0xca][0xb3][0xe2][0x1d][0x9e]][0xa3][0xf9][0xa4][0x15][0x94][0xe2][$[0xbd];[0xfb][0xe5][0xc5]1[0x7][\r][0x6]n0[0xac][0xab]u[0xf6]a0[0xb8][0xe][0x86]'[0xe1][0xcb][0xa8][0xf5][0xfd]{[0xf8][0x8e][0xda][0xb8]G[0x19][0xc5][0xfc]+[0xa6]S[0x9c][0xa8][0x10][0xc6],[0xe4][0x16][0xc2][0x10]f[0xd1]g[0x1][0xb7]m[0xd7][0xdf]|[0xf4]#[0xba])[0xc9]L[0xd5][0xc3][0x8f][0xc9]{JX[0x17][0xc3]?[0x94][0xbf][0xa7][0xea]Sp}[0x8e][0xa9]:f;[0xbc]mtD[0xc3][0xca][0xdf][0xe][0xaf]V[0xf7][0x8a]x[0xa7]y[0x86][0x85][0xd4]k[0xf8][0x82])[0xfd][0x19][0xda][0xed][0x83]o[0xb0]&u[0xa3]v[0xb0][0x7]y[0xaf][0xb4]S[0x91]`[0xbc][0x8b][0xd3][0xce][0x8b]5[0xad][0x1b][0xb4][0xa3]<[0xc8]{[0xa5][0xa4][0xd7][0xfb]x[0xdd]}[0xd5][0xda][0xbd][0xbd][0x1d]a%>[0x3][0x9f];~[0x1]PK[0x7][0x8]g[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d][0xb1][0xe][0x82]0[0x14]E[0xf7][0xf7][0x15]o[0x84][0x1]h[0x8]qp5..[0x90][0xe0][0xf][0xbc][0xb4][0xf][0xa8][0x81][0xb6]i[0x1f][0x88]/[0xd1][0xb8][0xbb][0x9c][0xe9][0x9e]{[0xa0][0xed][0xfa][0xe6][0x86][0x1d][0xed]x[0xdd]i9 [0xec][0xc]G[0xec]9nV3\|xE;N[0x82][0xb5]R[0xa7][0xa2]V[0xb5][0xc2][0xaf]S`[0x1b][0xd8][0x1d]j[0x14][0xab]m [0xb1][0xde]a[0xef][0x7]yRd[0x1c]|[0xc4][0x1b]m[0x4]p[0x9f]l[0xc2][0x10][0xbd]Y[0xb5][0xa0]uz^[\r]'L[0xbf][0xa1][0xe1][0x8d]g[0x1f][0xd8] [0x9][0xfc][0xf3][0x88][0xd9][0xa7][0x9f]c6[0x89][0x84]sU[0x9][0xd3]R[0xfa][0x90][0x9a]G[0xe9][0xe3]X[0xe5]%[0x0][0xbc][0x1]PK[0x7][0x8][0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.properties[0x15][0x8c]M[0xb][0x83]0[0x10]D[0xef][0xf9][0x15][0x1][0xcf].~[0xc4][0x1e][0x4]O[0xa5][0x94][0x9e]-[0xf4][0xbc]&[0xab]M[0xb1]IX[0xa3][0xa4][0xff][0xbe][0xf1]20[0xef][\r]S[0xdc][0xc9][0x11]c$#[0xa7][0x9f][0xf4][0xbc][0x0][0x6][0xd4]o[0x82][0x99]V[0x9b]`[0xda][0x9d]Y)[0xac][0xfb]b[0x9d](^y5R[0x90]M+[0x9b][0xaa][0xaf]/}[0xd7][0xc9][0xeb]m|[0xe6][0xd6]T[0xe2] [0xde][0xac]w[0x83][0x82][0xba][0x5]%[0x16][0xf6]{x[0x98][0xe1][0xfc][0xf4]aS[0x1f][0x8][0x98][0x80][0x12]~[0x5]r[0xb4]3[0xea][0x98]mf[0xe5][0xc9]rDr[0x86][0xb8][0xdc][0x88][0xf][0xab]I[0xfc][0x1]PK[0x7][0x8][0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xml[0xcd]T]o[0xda]0[0x14]}[0xe7]Wx[0xa8][0xaf]v[0xd2][0x95]'[0xc4]"[0xed]a[0xf][0x9d][0xe8]@B[0x9a][0xf6]V[0x19][0xe7][0x12]L[0x13][0xdb][0xb2]M[0x92][0xaa][0xea][0x9f][0xf3]aH tTU[0xa5]![0x14])'[0xc7][0xc7][0xe7]^[0x1f][0xdf][0x99][0xd2]r[0x7][0xcc][0xa2]2K[0x85][0xf9]6[0xde]Z[0xab][0xa6]A[0x90][0xd1][0x1c][0x4][0xa1][0x8a][0xb2]-[0x10][0xa9][0x93]`[0xb9]x[0x8]&$$[0xe1][0xb8]aNK[0xc3][0xf][0xec][0xa2](HqW[0xf3][0xbe][0x86][0xe1]m[0xf0][0xe7]a[0xbe]r[0xb]3[0x8a][0xb9]0[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x6]n[0x95][0xe1]SS[0x83]s[0xc9][0xa8][0xe5]R\[0xb1][0x19][0xba][0xc4][0xa8][0x1][0x9c]O[0x1e][0xc3][0xc7][0x90][0x94]&[0x1e]G[0xa3][0x11]r[0xbf]Y&cH[0x83]6n[0x83][0xa8][0xd6][0x98][0x5]=[0xac][0xe5])[0xaa]A[0xd8][0xa8]~[0xa9][0x81]D[0xcb][0xbd][0xba][0x8f]#[0xa7]N[0xa4]2[0x93][0x1d]Q[0xb4][0x9c][0x5][0x1e]>[0x12][0xa9][0xb6]|C[0x99]u [0x94]4[0x9b][0x5][0x1d][0xe0][0xc8][0xca][0xf][0x16]n[0xef][0xc8]d[0x16][0xf8][0xf7]#CC[0xea][0xda][0x90][0xc3][0x92][0xda]mDH[0xe0][0xfe]J:[0xb9][0x1e][0xde][0x98][\r][0xbc][0xdb][0xd1]e[0xab][0xa4]1[0xd3][0xf3][0xdb][0xf5][0xea]([0xb8][0xa2][0xb8][0x87][0x5][0x11][0x83][0xc6][0x6]t[0xce][0x19][0x9c][0x17][0xe0][0x9a][0xc3][0x9e]h[0xc2]E[0x12][0xad][0xf7]"N[0xa1]2[0xe0][0x91][0xd6][0x83][0xa0][0x19]D[0x8b][0xe5]j[0xf2][0x13]-i[0x89]~8e[0xf7]h[0x94][0xd1][0xca]+[0xd7][0xac]VSK[0x5]n#0[0x9d][0x1e]4[0xf2][0xc4][0x91][0xbf]:[0x82]C[0x95][0xf8]([0xbe]a[0xdf]_[0x97][0x9b][0x97]v>[0x91][0x16]y[0x1d][0xb8]J[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc3][0xdc]qELf[0x8a]W[0x81]m^;[0xd5]wK9[0xc2]_0F[0xed]d@[0xd9][0xde]X[0x94]Q[0xcb][0xb6][0xc8]n[0xa1][0x8e][0xf5]\&U[0xe8][0x11][0x94]Jj[0xb]1[0xfa][0xbe][0xbc]'h[0xe1]>[0xeb][0x82][0x1b]p<[0xf7][0xd5][0xa0][0x82][0xa7])[0x12][0xd2][0xa2]B[0xea]'[0x84][0xf1]{;h[0xd2][0xcd]dwE[0xe3]j[0x1e][0xa6][0x8a][0xbf][0xd1][0xb9][0xa6]p[0xd7][0xb5][0x9c][0xc7][0x10][0xff][0xa3][0x11][0xef][0x90][0x89][0xda][0xc4]F[0x1f][0xc0][0x87]2[0x9e][0xe9][0x15]o[0xa1]d[0xb3]gfN[0xce]w[0xbe]s[0x99]9?~~[0xfd][0xe]`[0x16][0x8f][0x3][0xe8][0xc1][0xb8][0x81][0xb0][0x81][0x9][0x3][0x93][0x6]"~D[0x3][0xf0][0xc2][0xc][0xc0][0x83])[0x3][0xd3][0x6]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 18281 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << etag: "{SHA1{63826efcca59c7151f7afe33132971e33c12eb75}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x2][0x8]`<[0x80]6[0xcc]v[0xa0][0x1d]sz7[0xaf][0xc5][0x82][0x81][0x7][0x6][0x1e]2[0xc]l[0xc4]wv[0x13];[0xf1][0xb5][0xdd][0x17][0x89][0xf8][0xf3][0xc4][0xe6][0xee][0xc6]fb[0xe5][0xe5][0xe]C[0xef][0xea]!?[0xe6]f[0x8e][0xcb][0xac][0x99]T[0x8e]%[0xb3]1[0x86][0xce]e[[0xba][0x8a]K[0xb5][0xcd]s[0x5][0xc1][0x10][0xcc];vZ[0xbc][0xe1]*s [0x1c][0x6]s[0xd5]v[0xb2][0xa6][0x9d]w[0xe7][0xe][0xcd][0x14][0x19][0xdd][0xdd][0xff]6[0xf7]L>}M\[0xa3][0xcf][0xc][0xfd][0xa1][0xbf][0xdf][0xa9][0xbe]@[0xb3][0xa1][0x96][0x9f]G[0xb5][0xc6][0x15][0xd4][0x87][0x16][0xae]g[0x8b][0xaf][0xb4][0xd6][0xf3][0xd8][0xdb][0x16][0xed][0xeb]E[0xa3]80L[0xb3][0xaa][0x7][0xc][0x97]iR[\r][0xa2][0x17]}[0xb4][0xbf]BC[0xaf][\r]>[0xfa][0xa9][0x9e]t[0xbe]Z9_[0xa3]Q[0xc7][0xf4][0x1d]&y[0x83]4&[0xad][0x8c][0xd6][0xf6]p[0x9][0xec]c[0xc5][0xe4]&I_E9[0x84][$[0x83]U[0x3][0xdc][0xc6][0x1d]Z[0x19]i[0x87][0xc9]J[0x83]%[0xf4]h[0x4]f[0xc2]e[0xb4][0xa5]&[0xca][0xf0][0xa4][0xca][0xf0][0xa6]z}%[0x18]%[0xf8][0xbd][0xdf][0xd0][0x91][0xf2][0x94][0x11]H[0x95]p)YB[0xf0]3:[0xc3][0x9f][0xd0][0xf9][0x5]]M[0xa6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x8][0x8][0xd3]7[0x89]iD*[0x8c][0x3]U[0xaf]5F[0xbd][0x1b][0xc1]]b[0xbe]G{/[0xad][0xa3][0xf4][0x8f]5[0xa2]xJ'm[0xef][0xaf][0xfa][0xee]n[0xfa][0xae]F7[0x5][0x1a][0xed]g[0xfc][0xfa][0x1b]~[0xfd][0xff][0xf0]{[0xbf][0x82][0xe][0xfd][0x2]PK[0x7][0x8][0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.class[0x9d]P[0xbb]N[0x2]A[0x14]=[0xc3]cW[0x11][0xe5][0xa1]PY`[0x87][0x16]N[0x81]T[0x18][0x1b][0x13][0x12][0x93][\r][0x14][0x1a][0xfa][0x1]&8d[0x99]![0xc3][0xa0][0xfc][0x96][0x95][0x89][0x85][0x1f][0xe0]G[0x19][0xef][0xc]kb[0xc4][0xca][0xe6][0xbe][0xcf]='[0xe7][0xe3][0xf3][0xed][0x1d]@[0x7][0xcd][0x12][0xf2][0xa8][0xc7]8[0x8e]q[0x12][0xa3][0xc1][0x10]]+[0xad][0xdc][\r]C[0xbe]}>b([0xdc][0x9a][0xa9]d[0xa8]$J[0xcb][0xc1]z1[0x96][0xf6]A[0x8c]S[0x9a][0xd4][0x13]3[0x11][0xe9]HX[0xe5][0xfb]lXp[0x8f]j[0xc5][0xd0]M[0x8c][0x9d]q[0xb3]\][0xcd][0xf9]Rl[0xb8][0xdc][0x88][0x5][0xb7][0xe2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "'[0xf5]TZ[0xae][0xb4][0x93]V[0xf3][0x81][0x19].[0xef][0xf4]\N[0x9c][0xb1]=[0x86][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "u_[0xc9]tJo[0x1a][0xed]d.[0x9e][0x4]O[0x85][0x9e][0xf1][0xe1][0xd8][0xaf]z^S[0xe4][0x84][0x9d]I[0xe7]5[0xec][0xec][0x19]J[0xf7]fm'[0xb2][0xaf][0xbc][0xa0][0xda]O[0x86]K]F[0x11][0x11]C[0xe7][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x19][0xaa][0xbf][0xf9][0x18]Z[0xac][0x10][0xe2][0xef][0xf0][0xe1]=[0xb8]S[0x88]x[0xaf][0xf]K[0xf1]>/[0xee][0xf2][0xe1][0xfd][0xf8][0x80][0x8c][0xf][0xfa]P[0x87][0xf][0xc9][0xf8][0xb0][0xf][0x11]A[0xf9][0x11]?[0xee][0xc6][0x9d]2N[0x9][0xa9][0xa7]}8[0x83][0xb3]~[0xac][0xc1]9[0x19][0xf7][0xf8]p/F[0xbd][0x18][0xf3][0xc0][0xf9]Y][0xe9][0xc3]8&[0xc4]p[0x9f][0x17][0x93][0xe2][0xf9]Qa[0xf3][0xfd]2[0x1e][0x90][0xe0][0x8a][0xb5][0xef][0x90][0x10][0x88][0x19]f[0xd4]J[0xf4][0xad];[0x16][0x8d][0x19][0xfd][0xfd][0x9a][0xd9]([0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "H[0xaa]v[0xda][0x14][0xfb][0xf3][0x9c]([0x8a][0x1d][0x9][0x8b][0xa7][0x83]2[0x92][0xca][0x1][0xd3]\$[0xa4]i[0x8e][0xc0]l[0xa6][0xd6][0x15]3d[0xcc][0xb0]_[0x90]m[0x99]E[0xd5],[0xb9]%DTt[0xd8]j|`[0x8f][0x9a]r[0xac]g[0xc6][0xcb][0xf8][0x98][0x8c][0xf3]2>.[0xe3][0x13][0xf4][0xb8]#[0xe7][0xbe][0x84][0xe1][0xff]G[0xa6][0xcd][0x1d][\r]'5[0x7][0xd5][0x1]Z0[0xf4]?XP[0xb8]R=[0xd7][0x1a]t1[0xb]h[0x85]6[0x9c]2%x[0x98][0x5])Kd[0xc0][0x94]k[0xdb][0xf4][0xb8][0xad][0x1b]I[0xd5]I[0xec][0xa6][0x92][0x1b]%bX:[0xaa][0x15]qSSm[0xad]-9d[0xc]h[0xd4]w[0xe0][0xbf][0xf2][0xba][0xa4][0x8f][0x8e]?Y[0xc1][0xa2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xc]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "pE[0xee]S[0xe3][0xb6]![0xea]9<[0x1b][0xff][0xf6][0xc]%[0x99][0xfc]zfE[0x14][0x81][0x84][0xab][0xa7][0xb][0xbd]d[0xb7][0xe7][0xf5]k[0xf6][0xbe]l[0x97][0xbc]*\=[0xe7]>[0xe9]m[0x8a]'[0xb2]=[0xd1][0x15][0x16]I[0xb3][0xbc][0xa8]q[0x1e][0xe9]n[0x8e]u[0xb5][0x1e][0xd9][0xb7][0xbf]}_[0xeb][0xfe][0xce][0x83][0x12][0x16][0x95]$`mc[0xdd]w[0x18]i3[0xae]m[0xd7]EI[0xfb]3[0xad]'"[0xec]V[0xb0][0x3]i[0x9][0x97]O9[0xd9]l[0x9a][0xea]H[0xa6])Hu[0xac][0x1d][0x5][0x9f][0xc4][0xa7]d|Z[0xc1]g[0xf0] [0xb]I[0xc1]g[0xf1]9[0x5][0xf][0xe1][0xf3],)[0x5]_[0xc0][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x88]/I[0xa8][0x9f]S)(hF[0x8b][0x84]%[0xc5][0xe0][0xb5][0xa4][0xf5]D[0xaf][0xc8][0x13]O'IC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbe][0x8c][0xaf]([0xf8]*.[0xd0][0x89][0x90]m[0x84]z[0xb4][0x90][0x9e][0xe4][0xf2][0xd7]pA[0xc6][0xd7][0x15]<[0x82]o([0xf8]&[0xbe][0xa5][0xe0][0xdb][0xb8][0xa0][0xa0][0x17][0x9a][0x82][0xef][0x88][0xd7][0xef][0xe2]{[0x12][0xea][0xe6][0x82][0xba][0x82][0xef][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]b[0x1b][0xc1][0xdc][0xaf][0xf5][0x13][0x3]M[0x98][0x14][0xea][0xd0][0xcc]!=[0xae]m[0xc]I[0xb8]b[0x96]4[0x92][0xf1]C[0x5]?[0x12][0xd6].[0x9][0x1d][0xd7][0xed][0xa3]!g[0xb3]>[0xdf]w6U[0xb1]}W[0x85][0xd4]doH[0x94][0x9f]fY,'[0xb1](UM[0x8b][0xc2]N[0xd5]:jg:[0xf0][0xfc]"[0x11]2~[0xac][0xe0]'[0xf8][0xa9][0x82][0x1]$D[0xfc]~[0xc6]VOc"[0xc2][0x98][0x88][0x9e][0xb3][0xe3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x81]_J[0xd8]0[0x17][0x8][0xb2]^[0xb4][\r][0xa6][0x1c][0xc9][0xbf][0x92][0xb0]`[0xba]M,[0x1][0x9e][0xd6][0xbd][0xa6]>$t[0xfc]Z[0xc2][0xaa]K[0xab]+[0x5][0xad][0xd8].[0xe3]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "~[0x8b][0xdf])[0xf8]=[0xfe]0#af9)e[0xfc]Q[0xc1][0x9f][0xf0]g[0x9][0x9b][0xc8][0x17]q[0xf8]"y[0xb7][0xc9][0x17][0xc9][0xf1]E2|[0x91]l[0x9a][0x17][0x95][0x85][0x8c][0xbf]([0xf8]+[0xfe][0xa6][0xe0][0xef][0xf8][0x7][0x3][0xdd]ei![[0x1f][0xd4][0x8c][0xb4][0x1d][0x1a]R[0x13]i[0x86][0xf9][0xc4][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xfe][0x89])x[0x14][0x8f][0x11][0xdb][0xa9][0x14]m[0xef]9[0xa6][0xc5]Y[0x18][0xa1][0xd9]:[0xd8]4[0xae]LbK[0xb8]l[0xfa][0xd9][0xc1]D[0x98]Zh[0xa3][0xc5]*[0x81]b[0xde][[0xa9][0x84][0xce][0xcd][0xd5][0xe1][0x12]][0xf0]P[0xa9][0x93][0xbf][0xb2][0xa8]x[0xd9]q[0xca]U+[0xa3]be[0xb8][0x90]%c?[0x9b][0xe9][0x8c][0x8b]A[0xb9][0xda][0xdb][0xdb][0x9c]HH[0x8][0x86][0xb]6[0xb7][0x1a][0x89][0x84][0xe6]t[0xfc][0xc6][0xea][0xeb][0xd8][0x93][0xf4][0xbc][0x95][0x8b][0xc3][0x85]Br[0xd6][0x8b][0x96]{T[0xb5][0xf6]:[0x8][0xb0]m[0x91][0xc7][0x9d]t^[0x16][0xe6][0xe8][0xb][0xed][0x10]jS)[0xc6][0x8c][0xb9]P[0xca][0xdb][0x19]K[0xd9][0xe6] [0x18][0xd9]^wk#[0xc5][0x82][0xf3][0x98]xm#[0x7]{e[0xf1][0x5][0x96][0x18][0xf7]j=in-*[0xa5][0x95][0xbd][0xd6][0x1b]g[0x18]U=i[0x15][0x91][0xe4][0xf0][0x13]X[0xd0][0x80]n[0x91].t[0x94][0xd8]9w[0xb3][0x1b]5[0xc7]k[0xf6][[0xd9]6[0x9c]P[0xf0][0xe0])[0x19][0x80][0x12]k,[0xf4][0xa9][0xb5][0xad][0x9][0xd5][0xa2]r[0x99]J[0xf6]2[0xc1][0xe8]f[0xa9]3[0x98][0xda]Ri[0x82][0xdb]P[0xc2][0xc6][0x8b]F}[0xba][0xce]X[0x9][0x4]f=jK[0xdf][0x14][0x4]p[0x85]Y?[0xc2][0xf6]9[0xc8][0xd3]&s[0x10][0xa6]4[0xd3][0xa6][0xc1][0xab].)[0xce]4l[0xc3]E[\r]{[0xb2][0x8b][0x83][0xb0][0xa1]b[0xda][0x81]=[0xe3][0xc][0xc8][0x9f]K[0xb6][0xc9][0xab]"[0xbb]L[0xb6][0xbb][0xc7][0xc]c Mr[0x1f][0xed][0xcd].[0xcd][0xf9][0xb2][0xe2][0x84][0xad]qW[0xd1]=[0xa4]$[0xf0][0x81][0xcc][0xb5][0xa8][0x10]W[0xe7][0xeb][0xe7][0xc9][0x2]9[0x87][0xbb][0xd0][0x92][0xe2][0xa4][0xdf][0x9e][0xbb][0x9][0x89][0x8b]I[0xae][0xe]V[0x86]g[0x18]_][0xea]{[0xef][0xb2])[0xaa][0x98]!jJv[0x84][0x88][0xd9][0xca][0x12]q[0xda]U[0xe8][0xb1] [0x13][0xf7][0xa1][0x4][0x9f][0xb9][0x82][0x9]W[0xf3][0x9b]Ov[0xba]m{[0x1f][0xcf][0xbd]p)[0xe][0xb7][0x9e][0xec]3J[0xf7][0xc1][0x12][0xc9][0xdd][0x8d]+[0xf9][0xb9][0xbb][0x85]_[0xb5].~[0x1e][0xf3]n[0xc1]Y@[0x9c][0xe5]|[0x6][0xc5][0xe1][0xc3][0xa7][0x7][0x84][0x18];[0xf9][0x81][0xdf][0x6]H[0xb7][0xf0][0xdd][0xcb][0xd5]S5c[0x90]&Qvp[0xc][0xae][0x8d][0xee][0xdc][0xc4][0x13]t[0xd7][0x5][0xdc][0xa3][0xf0][0x8c][0xa3]|[0x2]r[0x19][0xe][0xd4]O[0xc0]+acy[0x90][0xef][0xf3]$[0x9c][0xc4][\r]b[0xe6][0x93]p[0x1e][0xfe][0x8d][0xf2]Y([0x93][0xa8] [0xeb]e[0x81][0xf9][0xa3][0xa8][0xc][0xca][0xa3]X[0xc0]g [0xc0][0xa1][0x8e][0xa3][0xb8]|[0x2][0xb][0xcb][0x10]t;[[0x13]XTF[0x11]K[0x83][0x9e][0x9a]ZgA[0xc][0x8b][0xc7][0xb0]d[0x2]O[0xa1][0xae][0xbb][0x9e][0xb8][0xbd]&[0xe8][0x9]z&[0x10][0x94]p?[0x96]N[0xe0][0xa9]e[0xd4][0xf3][0xb4]{[0xb1][0xec][0xc]Mvc[0x17][0xc7][0x8][0xfc][0x1c][0x1b][0xf9][0xd6][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "l[0xc2]bl[0xc6]jB[0xd0]J[0xf7][0x7][0x9][0xc0]Mt[0xff]V[0xbe][0xdd]F[0xa7][0xef][0xa6][0xdb][0xbb]I[0xbd][0x13]2W[0xf6]"[0x86]=[0x9c][0xd1]y[0xce][0xdb][0x9d][0x6][0x9c][0xc2]><[0x93][0x0][0x89][0xd9]~t[0x10]$1[0xeb]D[0x17][0x1][0xad][0xc0][0x1d][0xe8][0xe6][0xcc]M[0x1d]'q[0x80]3[0xf][0x9e][0xc5][0xfd][0x10][0xf7]2T[0x7][0xf3]T[0xd7][0xe5][0xa9][0xe][0x91][0xea][0xd9][0xdc]_[0x1][0xd7][0x13][0x88]B[0x96]qX[0xc6][0xf5]2[0x8e][0xc8][0xb8]![0xf7][0xab][0x2][0x8f]![0xfe]([0xb5][0xf5][0x90][0xb2][0xc]q[0xfe][0xf1][0xe]G;[0x18]"<[0x8c]r[0x88][0xff]U[0x1c].@w[0xb9]@[0xf5][0x8a]Q[0x84][0xc4][0xf3][0xca],[0xba][0x81]*[0xe][0xf5]b[0xf2][0xf4][0x2][0xac]'[0xb1][0x82],+7[0xba][0x83][0xee][0xc0]*[0x92][0xad]>0[0x89][0xa5][0x7][0x1d][0xe6][0x9a][0xda][0xfa]1[0x84][0x83][0xee]1T[0x9f]vrf[0x97][0x93]/n[0x8e]{[0x98]G[0xed][0xb8][0x96]p[0xec]$ [0x2][0xb4]u[0x19]#[0xf2]P[0x1d][0xce]Cu[0x18]}Y[0xa8][0xe][0xa3][0x9f]3[0x17][0xf9][0x96][0xe3](tJ[0x12][0x0])[0xa4][0xca][0xac][0x1c][0xe3]J[0x99][0xb8][0xb1]e]{[0x84]2[0xcb][0xf9]l[0x9][0xd4][0x8c][0xa3]vo[0xfd][0x83][0xa8][0x98]D[0xdd][0xc1][0xba][0xda]1[0xd4][0x9f][0x9e]D[0x84][0x86]G[0x1d][0xc3][0x9f][0xc1][0xbc][0xbb][0xca][0x85][0x3][0xb5][0x81]5g[0xb1]6[0xe8][0x1e][0xc7][0xba][0xf3]X[0xc3][0xfc][0xf4][0xd4][0xd6]M[0xe0]j[0x17]N[0xe7][0x13]b[0xb9][0x13][0xd2].[0xca][0xed][0x86][0x8f][0x1]X[0xc8]`,c[0x18][0xc2][0xc]C[0x3][0xae]w|[0xd9][0xcc][0xdd]eXI[0x8b][0x6][0xc9][0xd5]@[0xba]$[0xc][0xc7][0xbf][0x96][0xbc]-y[0xff]Z[0x1c][0xaf][0xca][0xc8][0xd3][0x84][0x94][0xe3]_[0xce][0xab][0x8c][0x8c][0xe7]P[0x86][0x8][0xb1][0x17][0xd2][0xe3]X[0xc8][0xd0]r[0xc7][0x84][0x95][0xf5]1[0xca][0xa7][0x90][0xe2][0xa9][0xb9][0x7][0xcb]N;[0xf1][0x15]f[0x96];[0x8b]q[0xc7][0x1c]%C[0x90]U[0xed][0x85][0x8d]t[0x96]y[0xc8][0x1][0x8c]Y[0x1e]X?[0x8e][\r][0xe7][0xa0][0x4][0x1a]v/X][0xd9][0x14]hX[0x88]k[0xc6][0xd1]8[0x8a][0xa6]sX[0xcb][0xc4][0x8]l".[0xe3][0xd8]<[0x81]k]8[0x93][0xd7][0xb2][0xd4][0x81][0xb7][0x86]2[0xd7][0xb1]N[0xd6]c>6[0xd0][0xe8][0x6][0xd4][0xe3][0x1a]G[0xf3]b[0xd2][0xf9]QE=[0x1d]|[0x9b]O[0xf0][0x8e]c[0xd8]1x[0xc4][0x91]q[0xe3][0x0]PK[0x7][0x8][0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.class[0xad]S]o[0x12]A[0x14]=[0xc3]n[0xa1][0xd0][0xd5]V[0xa8][0xf8][0xad][0xa5][0x9f][0xb0]`[0xf7]A[0xdf] }[0xb0]FcB[0xac])[0xa6][0xef][0x3][0x8c]8[0x14]v[0xc9][0xb0]P[0xfa][0xe2]o[0xd2][0x4]b[0xf4][0xc1][0x1f][0xe0][0x8f]2[0xde][0x19][0xa0]F[0xbb][0x6]M[0xfa][0xc0][0xcc][0xe1][0xee][0x9d]s[0xcf]=s[0xe7][0xfb][0x8f][0xaf][0xdf][0x0][0xf][0x7][0x8a]j[0x15]#[0x93]*[0x97][0x15][0xb8][0x7]t2^[0x91][0xbe][0xc][0xf][0x18][0xaa][0xf9][0xcb][0x19][0xb][0x95]E[0xeb])[0x9c][0x90][0xe2][0xc3][0xa0]IbV[0xab][0xd2][0x17][0xaf][0x7][0xdd][0xba]Poy[0xbd]c[0xac][0x8][0x1a][0xbc]s[0xc2][0x95][0xd4][0xff]gA;|/[0xfb][0xc][0xfb]Q[0x5][0x15]?#[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xbf])[0x94]'[0xfd]P(*[0xa2][0xac][\r][0xf9][0x8d][0xec][0xbc]7'[0xe4]W[0xd6]M[0xb4]q[0xba][0xc5]e%Z[0xb2]Oz[0x8c]y[0x86][0xbc][0xdf][0x92][0xde];[0xc5][0xbb][0xe2],P[0xa7][0xde][0xb3][0x81][0xdf][0xec][0x88][0xc3][0x80]4[0x8f][0xc2]r!*[0xa5]6[0x9d][0x90]c[0xc3][0xa4][0xb8][0xae]ImY[0x8d]p[0xc4][0xb0][0xb9][0x98][0x93][0xe1][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "+W[0xcc]D[0xa4]j[0xc1]@5[0xc4][0xb][0xa9]}L[0x19][0x83][0xf6][0xb5][0x5][0xe][0xd6][0x90]w[0xb0][0x8c][0xa4][0x83][0x14]V[0x1c]8[0xb8][0x96]@[0xc1][0x81][0x8b]"C[0xe9]n[0x8e]a[0xed][0x97][0xa9]G[0xf5][0xb6][0xd0][0xc3]m[0xe5][0xb5][0xa9][0x1b][0x8b][0xba][0xa1][0x99][0x9a][0xfb]^[0x9b]?[0xaf]f[0xd4]m[0xff]Y[0xe1]o[0xc3][0xfa][0xaf][0xd7][0x82][0x1c]=[0xf0][0x4]=}[0xb]i[0xed][0x2][0xa1][0xb4]6[0xc2][0xec][0xe4][0x5][0x18][0xae][0x13][0x8e]a[0x95]~[0xd4]!n[0xd0][0x9e][0xa6][0xc8][0x7][0xda]m[0xda][0xd7][0xdd][0xcf]`nq[0x82][0x98][[0x9a][0xc0]r[0x1f]O`2|[0x19]Z[0xb3]X[0xa2]u[0x8b]2[0xb7][0x89]{[0x87][0xb8]v)[0xbe][0x87]u[0x8a][0xba][0xd3][0xf3][0xb8]IY0H[0xd7]g[0x6]i[0x5]1[0x83][0xb4][0x6][0xb][0xb7][0x8];[0xb3]o[0xe]i[0xb1]f[0xaa]nS[0xec][0xe][0xee][0xce]4[0xbd]$F}*St[0xc7][0xa4]gLr[0xc6][0xb0][0xbf]`[0xc9][0xc6]G[0x93][0xae]%[0xc5][\r][0x8d]k$d[0xa7][0xe9][0x17][0x12]2[0xb8][0x87][0xfb][0x17]-? [0xf4][0xd0][0xa0]G?[0x1]PK[0x7][0x8][0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "intern/ProbeInvokerImpl.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~'{[0x99]d3[0xdc][0x16]6[0xb0][0x82][0xb8][0xdc]t[0xb3]IX[0x9][0x12]!P,[0x9][0xb7][0x8]$HB([0x4][0xa9][0x93][0xcd]$[0xc][0xd9][0xec][0xac][0xb3][0xb3]$P)j[0xa3]U[0xe9][0xdd]^[0x84][0xb6][0xa8][0x80][0x8d][0xb5]T[0xa0]B"R[0x83][0xbd][0xb7][0xf6][0xde][0xda][0xe7][0xe9][0x9f][0xd2][0xf6][0xf1][0x91][0xbe][0xdf]7[0x9b][0xcd]&[0xd9][0x0][0xed][0xf][0xfb]][0xcf]w[0xce]{[0xde][0xef][0x9c][0xef][0xcc]~[0xf8][0xc9]{[0xa3][0x0]V[0xe3][0x1f][0x1],[0xc7][0x89]R|>[0x80][0x93]x[0xba][0xc]q<#[0x9a]gE[0xf3][0x5][0x15][0x83][0x1]<[0x87][0xe7][0xc5][0xe4][0x8b]*^[0x8] [0x80][0x13][0xe5]x[0x11]/[0x95][0xe3][0x14][0xbe][0xa4][0xe2][0xcb]*[0xbe][0x12][0xc0],|5@[0x89][0xaf][0xa9][0xf8]z[0x0]A[0xa1][0xed][0x1b][0xa2][0xb9][0x14][0xdf][0xc][0xe0][[0xf8][0xb6][0x98]|G[0x88][0xbd]"[0xa6][0xa7][0x3]8#[0xd6]N[0xe2][0xbb]b[0xfa]=q[0xf4][0xfb]*[0xce][0xaa]xU[0xc5]kb[0xf3][0xf5]r[0xa8]8[0xa7][0xe2][0xbc][0x98]\[0x10][0xfb]o[0xa8][0xf8][0x81][0x98][0xc][0xa9]x[0xb3][0x14]?[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdf]*[0xc5][0x8f]Jq1[0x80]J[0xbc][0xa2][0xe2][0xc7]*[0xde]V[0xe0]I8[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x96][0xee][0xb4][0xec][0x9e][0xb8][0x95][0xe9]1[0xe3][0xdd][0xb6][0xde]g[0xf4][vo[0xbc]![0x9b][0xea]J[0x1a][0x8d]V[0xca]1[0x6][0x9c][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "|[0x89][0xa4]~[0xfc][0xb8][0x82][0xe0][0xce]#[0xfa]Q=[0x9e][0xd4]S=[0xf1]V[0xc7]6S=[0xdc][0xf4][0xf7][0x19][0xce]a[0xab]KA[0xa9][0x99]:b$[0x1c][0xcb][0xce]kMg[0x1e]:[0x12]O[0xeb][0x3]qc@[0xef][0x8b]g[0x1d]3[0x19]o[0xca][0xc9][0x88][0x83][0x1b][0xcc][0x94][0xe9]lT[0xf0]pt[0xaa][0xde];[0xc3][0xaa]lW[0xe0]m[0xb4][0xba][0xc][0x5][0xb3]v[0x9a])[0xa3]9[0xdb][0xd7]i[0xd8]mzg[0xd2][0x10]H[0xad][0x84][0x9e]l[0xd7]mS[0xcc]s[0x8b]^[0xe7][0xb0][0x99]Q[0xb0][0xae][0x18]8[[0xef][0xe7][0xc0]1R][0x86][0x1d]7i[0xc1]N[0xc5]w[0xdb]V[0xa7][0xd1][0x94]:j[0xf5][0x1a]vS_:I[0xcc]A#[0x95][0xa0][0xc9][0xae][0xa6]T[0xc6][0xb1][0xb3][0x9][0xc7][0xb4]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "ft[0x16][0x2]#]i[0xdd]vhhnGQ[0xbe]\[0x9a][0x14]([0x7]x[0xb4][0xd5][0xd1][0x13][0xbd][0xbb][0xf4][0xb4][0x84]([0xaf][0xe6][0x92][0x8a][0xcb]*[0x1a][0x8][0x97][0x1e]$[0x15]TD[0xb][0xd5][0xb4]t[0x8a][0xc3][0xd2][0xf9]2[0xc7][0xc8]8[0x8d]I=CSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "D[0xe4][0x12][\r])[0x86][0xb8][0x88]I[0xeb][0xcd][0x96][0xb3][0xd5]"[0xdc]-[0x3][0x9]#-[0xe0]S[0xd0][0xab][0xdb]=[0x93][0xe1][0xe6][0xec][0xd0][0xfc]D&[0x8f][0xa5][0xc7][0xd8][0x9c]7Y[0xf5][0x86][0xd8][0xc6][0xf5]2[0xca][0xaf][0xd0][0xaf]n3[0xd5][0xb5])[0xd5][0xe5][0xb2][0xa7][0xe0][0x81][0xe8][0x14][0x80][0xc5][0xbc]"#J[0x9f][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xb6]l[0xa3];[0xc9][0xbd][0xf8].[0x19]e[0x4][0x14])[0xd8]l[0xb6][0xa4][0xae][0xcd]F[0xb7][0xeb][0x94]m[0xcb][0xc8]*[0xf4]Z[0xdc][0x94][0x9e]rL]8[[0xe8][0xf5][0x4][0xa1]d[0xd2][0xe8][0xd1][0x93][0x9b][0x12][0x9]#[0x93])[0x14][0xf2][0xf3]*[0xf5][0xbe][0x8c][0x8a][0x9f][0xe4][0x93][0x8e][0xc4][0xb7][0x9a]=)[0xdd][0xc9][0xda]t,6[0xc5]1A[0xc3]4[0xbe]U[0xb8]W[0x9f][0xb][0x94][0x2]z[0x1a][0xa2]S[0xf]L[0xcf][0xc1]4[0xf1][0x10][0x90]X[\r][0x86]./[0xb3][0xa6][0xc8]qa-!yh[0xe3][0x8d][0x1b]N[0xa1][0xa3][0x9a][0x8]&[0x97][0xab][0x84]11[0xd3][0xf3][0xa1][0x10][0x10]2[0xbb]r[0xd9][0xee]Z[0x13][0xf1]@k[0xc1][0x8e]"[0xf1][0x17][0x9a][0xb2][0xe8]FH[0x92][0xef][0x13][0xcf][0xbb]\l[0xb7][0xac][0xde]I[0xfe][0xdf][0x85][0xb7]E#U1[0xf9]k[0xe2][0xc3]f[0x1b][0xcc][0xae][0xd9][0x12][0xdf][0xa6]T[0xca]r[0xa4][0xcb]D[0xb9][0xac][0xa3][0xf0][0x9c][0x9e][0xdf][0x8a][0x8f]KQM[0xb9]<[0xd8][0x98][0xb5]3[0x96][0xad][0xe2][0x1d][0x15][0x8f][0xa9]8J[0xbc][0xad]V[0xd6]N[0x18][M[0x11][0xfb][0xa1][0xc9]O[0xc3]J[0xa1]W[0xc3]Z\%[0x6][0xfa]xI[0xc3]5[0xc]k[0xac][0x19][0xf]iX#[0x9a]U[0xa8]e[0xec][0xde][0xe9]YT1[0xa2][0xe1]]\[0xd7]P[0x87][0x87][0x15][0xac][0xbe][0xcb][0x97][0xaa][0xd9]jI[0x8f][0xab][0xb8][0xac][0xe1]=[0xdc]P[0xf1]S[\r][0xef]c[0x94]V[0xef][0xf4][0x6]([0xa8],b[0xa8]M[0xed]'[0xb8]Y<[0xe9]'[0x8a][0x14]My[\r][0xc0][0x1f]5[0xfc][0x9]f[0x4]M[0x8e]1[\r][0xc1]_5[0xa4][0xf1][0xa4][0x82][0xaa][0xff]![0xbd]4[0xfc][\r][0xe7][0xab]6~dO[0x96][0xe0][0xfa][0x8c][0x2]d[0x81][0xdd]c[0xc9]+I[0xfb][0x88][0xaf]r[0xc4]JE[0x14][0xac][0x8a][0x1c][0xd6]3[0x91][0xf1][0x8]][0x19][0xe1][0xf5]E2[0xd9]t[0xda][0xb2][0x1d][0xa3]+"4%#[0xbb][0xf5][0x81][0xc8][0x16]^Z[0xa4]v[0xe5]*[0x16][0xd4][0xff][0xb3][0xc0])[0xb8][0xaf][0xc8][0xc9]B[0xa9][0x9][0xac][0xb8]w>[0x16][0xd5][0xb7][0xa9][0xd5][0xac][0xd0][0x93]BP[0xc1][0xc2][0x8e][0xdb]=[0xf2][0xb][0xa6][0xdb]czG[0xc5]c[0xe7][0xcb][0xa4][0x93][0xa6]3[0xa9][0xb0][0xe4]jle[0xd1][0xba][=[0xd1][0xb5]L[0xbf][0x99][0xc9]tZ[0x3]q[0xc7]f[0x5]&'[0xad][0x86]}[0xd4]L[0x18];[0xf9] e[0xd3][0xbc][0x10][0xde]`nI[0xc1][0xb6][0xe8][0x9d][0xbf]G[0xa6][0xbc][0x80][0x95][0xc5][0x1e][0xa9]2[0xaa]u[0xcf])[0xb8]7Z9[0xbd]Z[0xca][0x86][0xa7][0xdd][0xa4][0x9e][0xa4][0xa5]w[0xe5][0xa8]\Q[0x8c][0x83]"[0xf][0xf2][0x82]B[0xb9][0xb6][0xc3][0xb6][0xd5]/*[0xb9][0xac][0x1d]~=[0x9d]fh[0xb0]n[0xdc]A[0xd7][0x84]<[0xa7]N[0x95][0xfe]4[0x13][0x1c][0xbf][0x7][0xa2]S[0xe5](P[0xea]Xcq[0x12]*[0xa6][0xbb][0xdd][0xa5][0xda][0xbd][0xdd][0x8c]$[0xe5][0xb6][0x91][0xe1]7[0x9e][0xcc][0xea][0xc9][0xcc]$m[0x5]E[0xb6]JnQ[0x95]O[0xc5]V[0x15][0xdb]TlW[0xc1]o[0x5][0x9a][0x6][0x8f]bG[0xce][0xcb]S[0xd8][0xcb][0xbe]M[0xc0][0xbf][0xe][0x8d][0xdf]wW[0xe1][0xbd][0x8e][0x19]%[0xd8]5[0x84][0x19][0xcd]70k[0xcd][0x8]f[0xdf][0x8c]UW[0x8d]`[0xce][0x19][0xd4][0x88][0x95][0x1b][0x8][0xd2][0xb1][0xb9][0xc1]y[0xc3][0x8]Q[0xde][0xc7].X[0xc1][0xa6]z[0x18][0xf3][0xd9][\r]c[0xc1][0x8][0xc2]7[0xaf]H[0x98]sQ[0x81][0x99][0xb4]![0x9c]_[0x8a]R[0xb6][0x8d]\[0xdb][0xc6][0xd5]-[0x84][0xb8][0x15][0x11]4[0xf1]O[0xda][0xa3][0x1c][0xed]@+v[0xe5][0x9d][0x9e]K[0x87]vr^B[0xa9]24[0xa3][0x85]s[0xe2][0xcc][0x13][0xd1][0x86][0xdd]x[0x8c][0x16]"[0x94]v[0xe5][0xf6]p[0xb5][0x82][0xbd]{[0xb2][0x95]#wO[0x8c][0x4]!3[0xe0]iW[0xd1][0xf6]1[0xca]T[0xec][0xad][0xc5][0xb3][0xa2][0xa4]s[0x8b]4([0xfb][0x8]P[0xa5][0xc8][0xa1][0xaa]a[0xdc][0xd3]\3Z[0xe7][0xf5][0xd4][0xf9]B[0xbe][0x90][0xf7][0x1c][0xaa]jB[0xbe][0xda]z[0xd8]?[0x8c][0x85][0xae][0xaf][0x8b]Ncv[0x8c][0x82][0xf7][0x86][0xfd][0xd5]#X[0xec][0xbd]8[0xe8]S[0x86]n}4[0x84]%[0xe3]t[0x15][0x1b]y.[0xc2]/[0x9d][0xdb][0x88][0xfb][0x18]z[0xeb]e/[0xe6][0xdb][0x9]T[0xcc]E/[0xe6]{x[0x93]b.z[0x97][0xb8]:[0x82][0x7][0xe7]a:[0x13][0xc5]^[0x6]p;%[0xf6]p[0xaf][0x93]Z[0xe]0&:x[0xfa]qRy[0x88][0xab]OPJ[0xc7]A$$[0x99][0xdb][0xe9]Y[0x18][0x8b][0xf0][0x19][0xec][0xa7][0xfd]G$[0x99][0x7]HQ[0x93][0x1c]up[0xd4]*G[0x7]%[0xc1][0x87][0xf2][0x4][0x1f][0x92][0xb4]*r[0xf4]8[0xa9]v[0x9][0xd6]r+[0x82]VE[0xd2][0xba][0x10][0xea]'[0xd0]T[0x1c]R[0x94][0xe8][0xbf][0xe0]kP[0xf1][0xd9]&[0x15]O[0xf0][0xa7][0x97][0x11][0x9e][0xc8][0xaf][0x4][0xfc][0xa4]qcNYAC[0x82][0x88][0x16][0x86][0xcb][0xd2]z/I-[0xab][0xba][0x8e]e%[0x8]{G[0xcf]`vu[0x95][0xe7]},[0x1f][0xc6][0x8a]}C[0x98][0x1b][0xab]&u[0xf7][0xd7][0xfb][0xaa][0xab][0xc2]>wia[0xbd]O0[0x1a][0xf6][0x9]J[0xb][0xc7]Whd6[0x99][0xa9][0xc3][0x3][0xb2]o[0xc8][0xb3]WK[0xd4][0xc0][0x0][0x8d][0x1e][0xe3][0xce]S[0xc][0x92][0x13]X[0x86][0xa7]Q[0xc5]TX[0x8d][0x97]xb[0x90][0x99][0xf7][0x1c]O[0xbc][0xc0][0xec]y[0x91]\[0x9c][0x92][0xcc][0xed]a[0xb8]V[0xf1][0xd7]M[0xef]}[0x94][0x8]p[0xa7][0x87][0xa3][0xcd]rtPffK[0x9e][0xaf][0x16][0x1c][0x86])[0xd9]i[0xc1][0x11]r]"G[0x82]9[0xe1]n[0x13]z[0x91]$[0x9e]1[0xe][0xdd][0x95][0xbe]\[0xae][0x6][0xe1][0xfb][0x18][0xcb]T[0xa4]f[0x91]>k[0x7][0xa9]+[0xe7]y~w[0xe5]([0xeb][0xa5][0x9c]H[0x9d]S[0xc][0xbb][0xa5][0x8c]O[0x12]T[0xef][0xe5]8Z[0xef][0xf3][0xd4][0xf9]=ujH%y[0xe7][0xd0][0x1b]R[0xcf]`f[0xd8][0xeb][0x11][0xe9][0xdc]:[0x84][0xbd]a_H[0xad][0x1d]=[0x8b][0x7]o[0xa0]2[0x9f][0xb6]1[0xe6]hH[0x1d]FU[0x90]7[0x10][0xa2][0x9a][0x85]"[0x81]k[0xc6]2w[0xe5][0xcd][0xea][0xd1][0x90][0xff][0x2][0x82]aoH[0xad][0xe][0xf9][0x7][0xfd]J-u[0x95][0x89][0xa9][0xd2]:[0xa8]2[0xd8]_[0xe]{/[0x13][0x8e]Ko=[0xf3][0x1b]8K:^[0xa5]k[0xaf][0xd1][0x99][0xd7][0x11][0xc2]y[0x6][0xf3][0x5][0xac][0xc0][0x1b]|[0xe4][0xde][0xe4];[0xf4][0x16]i|[0x9b][0xe]_[0xe2][0x5][0xbc][0xc3][0xe4];O[0xb2][0xaf][0xe7]i^@gmdd[0x12][0x9e][0xca]SzJ[0x12][0xa9][0xc8][0x91][0x1b][0x82]>'[0xa3][0xf6][0xa9][0xff][0x2]PK[0x7][0x8][0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.class[0xb5]S[0xcb]N[0x1b]1[0x14]=N[0x2]![0xc3][0xb4][0xe1]Uh[0xe9][0x3][0x16]][0x84] [0xe1]E[0xbb]A [0x16]EBT[0x8a][0xa0]"[0x8][0xa9]R7[0x9e][0xe4]2u[0x98]x"[0xdb][0x1][0xfa]Y] $[0x16]|@?[0xaa][0xea][0xf5]PP[0x11][0x9b]P[0xb5][0x8b][0x19][0x9f]s[0x1f][0xc7][0xe7][0xda][0xf2][0x8f][0x9f]W[0xd7][0x0][0xde]a)B[0x5][0xcf]k([0xe3]E[0x15]/[0xab]x%06[0xb0]yB[0x2]k[0xad][0xdc][0xa6]2[0x1f][0xb8][0xf7]=9P[0xe7][0x92][0xce]U_Zu[0xc6][0xc0][0x93][0xe9][0x92][0x95][0xda]x[0xb2]F~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf5][0x1b][0x2][0xe3][0x9b][0xda]h[0xbf]%[0xf0][0xb9][0xf1][0xb8][0xd6][0x9b]j[0x97]jylU[0x9f][0xce]r{"[0xdb]dOu[0x87][0xe]([0xd5][0xce][[0xe5]un6V[0x8e][0x4]*[0xdb]y[0x97][0xcd][0xd5][[0xda][0xd0][0xde][0xb0][0x9f][0x90]=TI[0xc6][0x91][0x99]V[0xde]Q[0xd9][0x91][0xb2]:[0xf0][0xdf][0xc1][0x8a][0xff][0xaa][0x9d]@[0xfc][0xa7][0xc][0xd3][0x8f][0xc6][0x90][0xdd][0xce][0x94]s[0xc4][0xd9][0xdd]Q[0xdd][0x1e][0x92][0xf3][0x1f][0x86][0xa6][0x9b][0xd1]~[0xe2][0xd8][0x1f][0xd9][0xb7][0xf7][0xfc][0x9][0xcc][0xba][0x87][0xb6][0x5][0x1a][0xa3][0xe](0[0x8a]o[0x83][0xdb]IVG[0xd4][0xd8]ln[0xb1]L[0xad][0xad]S[0xa3][0xfc][0xd0]r[0xe7][0x97][0xff]s[0x1b]a[0xa3]p!Q;[0x1f][0xda][0xe][0xed][0xe8][0xe0]r[0xe1][0xe1][0x11][0xad][0xf5][0xd4][0xa9][0x8a]Q[0xc5][0xeb][0x18]c[0x18][0xaf][0xe2][0x8d][0xc0][0xce][0xbf]9p[0x81][0xa9] .3eR[0xb9][0x9f][0xf4][0xa8][0xe3][0x5][0xca][0x8d][0xe0]j[0xfd][0xaf]w[0xc0]2?[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "?[0xe]V[0xf][0x86][0xb]$[0xd8][0xff][0x4]J[0xa8]1Kx-[0xf3][0x1a]5/![0x9a][0xab][0x17](}gVF[0xc4][0xff][0xa7]E[0xa6][0xcb][0xfd][0xc4][0xb5][0xc7][0x98]d[0xb6]|S[0x8d][0x18]u[0xa0]@AU[0x14]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xd3][0xac]6[0xc3]8[0xbe][0x8b][0xcc]rd[0x8e]q[0x9][0xcf][0xf8][0x9b]/[0xd0][0x2]+[0x87],[0x8f][0x87]E$54bD[0xfe]Y[0x1a]RHkx[0x0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "GC3[0xdc][0x6]d[0xb0]_[0xfe][0x1d][0x90][0x9e]GU[0x8c]i[0x8]a8[0x80][0x83][0xf2][0xf9]`=u[0x1e][0x92][0xd2][0xc3][0x1]<"[0x9f][0x8f]6[0xe0]1<[0xae][0xe2][0x9][\r]O[0xe2][0x90][0x8a][0xa7]T<[0xad]@[0xbf]S$L[0xc7][0xb5][\r][0xd7]LY|[0xdd]hY[0xc2][0xee]M[0x1a][0x8e]#[0x1c][0x5][0xb5][0xfd][[0xd6]+[0x8][0xf6][0xa7][0xec]D[0xc4]I[0xee]^[0xb1]7[0xd2][0x9f]J$[0x84][0xdd][0xad]`[0x86]]`H[0xd5][0x99][0xfd]{[0x8d][0xfd]F$[0xe3][0x9a][0xc9][0xc8]f#M[0x8d][0xfa]A3a[0x19]n[0xc6][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xdc][0xe2][0xd9][0x1e][0xcf]c[0xca]I[0x98][0x91][0xdd][0xb6]1"[0xe][0xa4][0xec]}[0x91][0xb5][0x19]+[0x9e][0x14][0xdd][0xd9][0xa9][0xb4][0xc3][0xc5][0xd2][0xc6]hD[0x8c][0x1a]#[0x11][0xdb]8@[0xc1][0x15]V\[0xd8][0x11][0xd3]r[0x85]mE[0xb6][0x9][0xc7][0xcd][0x9a]l[0x89]:[0xc2][0xde]/[0xec][0xc5][0x85][0xb9]t[0xaf]b[0x8]u=[0xa6]e[0xba][0xab][0x98]Hx[0xe9][0xe][0x5][0xbe][0xde]T\[0xc8]PMK[0xc]dF[0xa2][0xc2][0xde]fD[0x93][0xc2][0xcb]0f$w[0x18][0xb6])[0xdf]s[0x83]>w[0x8f][0xc9][0xc4][0xfe]C@[0x12]&#[0x1e]7[0xad][0xc4]:[0xcb][0xb5]M[0x89][0xe8][0xf2][0xf0][0x85]R[0x9f][0x2][0xa9][0x9f][0x89]t[0xcb][0x98]g[0x8c][0x18][0x96][0xb9][0x9b][0xae][0xa5][0x8b]1[0x5][0x91][0x92]p[0x9c][0x3][0xa6][0xe3]DS[0xa3]S[0xe1]l.4[0x90]!D=[0xef][0xbd])[0x86]9[0xea]*Xx[0xfe][0x8]r:4[0xba]Lf`[0xc6]D1=*[0x6]?X[0xae]I[0x7]J[0x9a][0xc9]N[0x17][0xba][0xad]v**d[0xbd][0xd2][0x86][0xcd][0x85][0xcb][0xb3]<[0xbf][0xa5]g M[0xb3]Y*[0xb8][0xfc][0x2][0x0][0xb3][0xf6][0x85]pz[0x15]i*E]A[0xc0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xa3]"&[0x99][0xe1][0xcd]&[\r]+[0x11][0x19][0xa4][0x85][0x95][0xe0]|k1][0xc6][0xd2]y[0xca][0xb4]O[0x13][0x9f][0x9e]6[0xc9][0xce]5%+[0xf7]TYZ[0xe9]c[0xc6][0xa0]k[0xc4][0xf6][0xb1][0xa5][0xbc][0x8]T<[0xa3][0xe2]Y[0xf6][0xb8][0x8a][0xe7]T<[0xcf]mD[0xc5][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xee][0xab][0x82]t[0xd5][0x7]!Y:[0xd3][0x16]#[0xa9][0xfd][0x85]D[0xd7][0xed]"[0xe6]l[0xf8][0xbf][0xda][0x9a][0xdb][0x1f][0xb][0xd4][0x13]K[0xe6]:[0xdb])([0xd0][0x96][0xe8]^[0x11]sK[0x1b][0xb6]<[0x83]b[0xff][0x97][0x2][0xbb]6[0x98][0xca][0xd8]1[0xd1]g[0xca][0xaa][0xcf].[0x8f]y[0xb9][0xc]J[0xc7]rD[0x14][0xcc][0x9a][0x2]x[0x83][0xe1][0xec]a[0xad]t[0xb4][0xa1][0x9d][0xf5][0xd1][0xf1]"^b[0xc1]t[0xbc][0x8c]Wt[0xbc][0x8a][0xd7][0x14]tT[0x15][0x8c][0x82]+*[0xe0][0xca]6v\[0xc3]r[0x89]Tp[0xab]1[0xba][0x8e]c[0x1d][0x92][0xce][0x19]W[0x92]D[0xc7][0xeb]8L[0xa6][0xe8]x[0x3]Gt[0xbc][0x89][0xc3]e[0xab]^[0xa4][0xdd][0xc8].[0x1d]G[0xf1][0x96]L[0xf0][0x98][0x8e][0xb7][0xf1][0x8e][0x8a]w[0xe5][0xc8]{*[0xde][0xd7][0xf1][0x1]>T[0xd0][0xf7][0xff][0xd4][.[0xf1][0x91][0x8a][0x8f]u|[0x82]Ou|[0x86][0xcf]u[0x84][0xb1][0x94][0xa0][0x97][0xf6][0xe5][0xda][0x8c][0x99][0x8c][0xcb][0xbd]c[0xf6]v+[0xcb]=a[0x8b][0xf8]|[0xd9][0xca]1[0xc3][0x11][0xf3][0x87]u[0x1c][0xc7][0x17]:[0xbe][0xc4]*)}[0xa5][0xa0]f[0xf9].[0x1d]_K,[0xbe][0xd1][0xf1]-[0xbe]Sp[0xf3]%[0x7][0xad][0xe2]{[0x1d]?[0xe0][0x4][0xf7][0x93]R>r[0x1f][0xac][0x8e][0x90]E>[0xb2][0xc9][0xb1][0x90]S,[0xda][0xc8][0x18][0xc]7E[0xbd][0xd0]y[0xdb]ZAcq_sO[0x1d][0xae]v;[0xe][0x98][0x93]+[0xb5][0x86][0x97][0xf6][0x97]G@[0x1d]u[0x8f][0xe1][0xc]x[0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xcf][0xd8]{xjZ[0xde]Ks^[0xbf][0xb0]1[0xb9]K'[0x84][0xbb]I[0x8c][0x95][0xce]O[0xee][0xac]u[0xe2][0x81][0x8c][0x91]$o[[0xc2][0xe5][0xe6][0xd2]}[0x80][0xe]v[0x18][0xc9][0xc][0x13]l[0xa2][0xb8][0xb6][0xf8]h[L[0xaf][0xd3]8[0xdc][0xd6]_`?[0xcc]k[0x95]GW[0xe9]t[0xae]g[0xc][0x1e]Z[0xc][0xf9][0xba][0xf0][0xd2][0xaa][0x11][0xbe][0xe6]<[0xcc][0x88][0xa5]l[0x91][0xb]h;[0x17][0xa4][0xf7][0xd5][0x17][0xda][0xc3][0xa7][0x95][0xf5][0xb2]jb#[0xd2][0xf9]&R[0xd0]?[\r][0xbc]*[0x86]P[0xf9][0xd3]`(\[0x1d]L[0xd3][0xf5][0xec]}.[0x15]}g[0x92][0x94][0xe9][0xc]yqS[0x5]6U[0xe0]WE[0xc6]z'[0x1b][0xf1]XR[0x89][0x91][0x15]-[0x8c]t[0x9a]YpS[\r][0x97][0x93][0xa8][0x9c][0xf5][0xb9]}[0x8b][0x86][0xfe]t[0x16]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0xf9][0x8e][0x8b][0xac]Tj[0x17]pS[0xf9]][0xa2][0xa9][0xf4]K[0x9d]^[0xe3]"[0x9a]I[0x94]tT>[0x1a]"6[0xbb][0xd4][0xa4][0xcf][0x88][0xb1][0xb5][0xc7][0xb2][0xe4][0xce]{[0xb9][0xba][0xd0][0xda][0xbb][0x1f][0xe4]*^t-[0xc0][0x2]^E[0x16][0x83][0xea][0xbc][0xf1][0xcc][0x95][0x1b]5/BAy[0xda]ql[0x19][0xe5][0x1a]t[0xc0][0xc7]'[0xf]F[0x8e]\Ki-j)[0x1]Mm[0xa7][0xa1][0xb4][0x9d]A[0xcd][0xd0]i[0xd4][0xfe][0x4][0xdf][0x9]O[0xfb]:[0xfe]7R[0x3]XA[0xbb][0x95][0x98][0x89]N\[0xcf]7=k[0xc3]K[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << ">[0x15][0xce]tR[0x9b][0xfe][0x94]OQ[0x87][0x6][0x8e][0x1d]U[0x6][0x96]M[0xc0][0xaf][0xa0][0xcb][0x17][0xf2]M[0xa0]N[0xc1]1[0x84][0xa5][0xa4]*[0xf8][0x15][0x81].P[0xb][0xf9][0xc7][0xd1]0[0xe][0xfd][0x18]t)[0xce][0x18]8[0x8e][0xba][0xe3][0xe7][0xfe][0xe8][0xf8][\r];[0xcf][0xa0]q[0xa8]}[0x2]3Y[0x8c]e[0xa7][0xd1]$}[0x8c]cV[0x97]?[0xe4]?[0xdb]YW[0xdb][0xa9][0xb6][0xa8]-u[0x1f]ce[0xc8][0xdf][0xa2]^[0xdf][0x15]h[0xff][0x19][0xc1][0xae][0xfa]P T?[0x8e][0xcb][0xba][0xb4][0xb6]S[0xf0][0xb5][0x9f]A[0xf3][0x10]G[0xb4][0xd3]h[0x99]@k-[0xee]:[0xa4]*[0xc7][0xcf][0xfd].[0xd3][0xf2]yiu11[0xa0][0x87]a[0xdf][0x82][0xf9]XM`ne:k[0x98]H/n[0xc6]m[0x1c]][0x87][0x1][0xf4][0xf1][0x1a][0xb8][0x9e][0xd7][0xbe][\r]8[0x88][0x8d][0xfc]B[0xe8][0xe3]y[0xbd][0xd9][0x83]`'[0xea]i[0xd7][0x8a][0x1b]q[0x13][0xfc][0xd4][0x98]G[0xab].[0x8e][0x1d][0xe4]X7[0xfd]j[0xb4][0xbc][0x9a]^V[0xf1]B9@[0xfb][0xd5][0xf4]/[0xa1]?[0x9a][0x3]MJk[0x8][0xbf][0xe2]I[0xbd]\[0xb1][0x86][0xbf]#\[0xb5][0x8f][0x80][0xaf][0xe7]h+[0xdf][0xb3][0xde]6[0xd0][Vk#[0xc7]n[0xa7]|[0xb][0xfc]CS[0xb1]IE[0xfb][0x9f][0xa8]9[0x87]E[0x8][0xa8][0xd8][0xac]b@[0xc5][0x16]o|[0xab][0x8a];[0x14]z?[0xc7][0x0]}[0x85]S4[0xcf]r[0xe1]N.>[0x98][0xaf][0x1c][0xbe][0xe2][0xb2]2[0xc0]N[0xf][0xbf][0x9][0xcc][0xae]a[0xa1][0x9a][0x7]X[0x8e]%'1[0xe7][0xc]Bd[0xc6][0xdc][0xe0][0xe5][0xe3][0xb8][0xa2][0xe3][0x14][0xae][0x1c][0xc7]U[0xc1]y[0x94][0xc7]1[0x2][0xb]j0[0x5]l[0xd0][0xf3]2Hx[0xb7]Q[0x1e]"7[0x86]=[0xc0][0xda][0xb2][0xde]'[0xd3][0xef][0x9c]L[0xbf]3[0x97]~#[0x19][0xbb][\r][0xdb]s[0xe9][0xeb][0x93]s[0xf9][0xa4][0x3]P[0xfe][0xc2]J[0x15];&[0xe3][0xf][0xe0][0xae]I&/[0xf0][0xf4][0x81][0xfa][0xe0][0xc2][0x9f][0xb1][0xe8]G[0xcc]9[0xe1]QS[0x86]T[0xe7]M[0xb5][0xd3]q[0xd6][0xf0]n[0x86]%[0x9f][0xf7][0xe0][0x1a]>5[0xce]6[0xb3]q[0x96]@[0xfb][0x17]PK[0x7][0x8][0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x99]L1[0x14][0x1e][0x2][0x0][0x0]J[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Qg[0x99][0xc][0x10]E[0x2][0x0][0x0][0xf2][0xc][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x5][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xd8][0x92][0xcf][0x98][0x0][0x0][0x0][0xd8][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x14][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xae][0xc4][0xa9][0xf7][0x89][0x0][0x0][0x0][0x9a][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Ql[0xb8][0x1c][0xfa]w[0x2][0x0][0x0][0x5][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-extender-service/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x1a][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0x1a][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0x1b][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x1b][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x1b][0x0][0x0]org/ops4j/pax/exam/raw/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xb8][0xb3][0xec][0x12][0xc4][0x2][0x0][0x0]6[0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x1c][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x96][0xcb][0xc3])'[0x1][0x0][0x0][0x3][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x1f][0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/NoOpInjector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xc2][0xbe][0xee][0xc7][0xd1][0x8][0x0][0x0][0x1b][0x14][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*![0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Parser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xab]"K[0x8]7[0x2][0x0][0x0] [0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\*[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/Probe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xe3][0xe]h[0xd8][0x17][0x9][0x0][0x0][0x7][0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3],[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/ProbeInvokerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0x2][0xd6][0x0]O[0xa4][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u6[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver$Registration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1b][0x92]7Q[0xf0]Gu[0x1][0x6][0x0][0x0]<[0x10][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]8[0x0][0x0]org/ops4j/pax/exam/raw/extender/intern/TestBundleObserver.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0][0xd4][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "last-modified: Wed, 23 Sep 2020 18:24:35 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-1 << "63826efcca59c7151f7afe33132971e33c12eb75" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << last-modified: Wed, 23 Sep 2020 18:24:35 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-1 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 1][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 1][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:44976<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 375157[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xad]XKo[0xe3]6[0x10][0xbe][0x1b][0xf0] r([0xb2]@DK~[0xe4]a#[0x87]l[0x9a][0x16]I[0x9d]M[0xb0][0xde][0xee][0xa5][0x87][0x82][0xb6]h[0x9b][0x89],[0xaa]$m'[0xff][0xbe]3[0x92],[0x89][0xb2]$[0xdb]Esr[0xa4][0x99]o[0xbe]ypf[0xa8]g[0x16][0x8a]9[0xd7][0xc6][0xf9][0xc9][0x95][0x16]2[0x1c][0x12][0x8f][0xba][0xed][0xd6][0xd7][0xd0]w[0xc6]L[0x9b]g[0xe9][0x8b][0xb9][0xe0]><[0x1e]\[0xf6][0xdd][0xfe][0xe0][0xe6][0xaa]9[0xe8][0x81][0xc0]Z[0x4][0xbe][0xf3][0xe4][0xbf][0xa3][0xc2]5u[0xff][0xf6][0xae][0xba][0xc9]S[0xe3]|[0xfd][0x1c][0x92][0xb7][0xa9][0xc][0xe5]\q|[0x16][0xfa][0x1]w[0xee]fFl[0x98][0x91]jH[0xa4]ZP[0x19][0xe9][0xfe][0x1b][0x8d][0xd8][0x7][\r][0xe4]b![0xc2][0x5][0x15][0xa1][0xe1]*d[0x1][0xcd]$3[0xdd]_[0xb9][0x9e])[0x11][0x99][0x98][0xdf][0x8f]%'[0xaf][0xec][0x83][0x8c][0x13]=r[0xf7][0xfa]H[0xc6]b[0xaa][0x98][0xfa]$B[0x13]#[0x9][0xb][0x2][0xb9]%s[0xa9][0x88][0x89]e[0xdb]-[0x92][0x8b]O[0xb8][0xda][0x88][0x19]G[0xb9])'[0x8a][0x7][0x92][0xf9][0xdc]'[a[0x96]rm[0x88]62[0x8a]P[0xe]UW,[0xfc]$[0xf0][0xe7][0xf3][0x88][0x87]>[0xf8]BBC[0xa6]1'M[0xc9][0xa3][0x1]KZ[0x92][0x99][0xc][\r][0x13][0xa1][0x8e]U^&[0xbf][0xb][0xb4][0x95][0xd9]Az,[0xf4][0xe3][0x97][0x84]2[0x9a][0x7][0x88][0xa3][0xe6]B/c9xOsG[0xe5][0xec][0xcf][0xef][0xe3]!Y[0x1a][0x13][\r];[0x9d][0xed]v[0x9b][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xd6][0x89][0x94]|[0xe3]3[0xa3];[0x10][0xb5]N[0x1a]5[0xfc][0xed][0xa4][0xbf][0x1d]t4[0x12][0x19][0xd8][0x18][0xcc][0x87][0x9a][h,b[0xb3]%[0x8f][0xe1][0x82][0xe4][0xb5][0xee][0x8c][0x1f][0xef][0x1f][0xbe]M[0x1e][0x9c].u[0xe9][0xd2][0xac][0x82][0xc][0xe0]9[0xad][0x8d][0xac]4[0xba][0xd9][0xab]ol[0x5][0xc0]/[0xaf][0x93][0xfe][0x93][0x95][0xc][0x7][0xfd][0xc9][0xa4]&[0x9f][0xab][0xa9][0x4];[0x89]tu[0xda]-[0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]B[0xc4][0xb1]X[0x12][0x1b][0xe]y[0x81][0x14][0x80])e[0xc4]LD[0xc]K[0x81]L[0xe4][0xdc]l[0x99][0xe2]q[0xaa][0x9f][0xd8][0x86][0x15][0x94][0xb3]b[0xf6]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]z[0xaf]83[0xdc][0x8f]K[0xf3].[0x8e][0x1]yf[0x1b]@L[0x14][0xc8]k[0xb0][0x6][0x6][0xed][0xd6][0xc3]G$[0x95]q^[0xd9][0xec][0x9d]-R[0xce]i[0xcc][0x0]?[0x90]![0x9d]+pf+[0xd5]{[0xec][0x1]W[0xa3]Mb[0xeb][0xf6][0xac]O{g#H[0xd2][0x6][0x9c][0x80][0x92]Q[0xb7][0xe0]Z[0xea][0xd9]h[\r][0x81][0x1e][0xde][0x9e][0x15][0xe0][0xe0][0xcd][0xd9]E[0xe1][0xff][0x99]\[0xad]d[0xa8]wq[0x89]a[0x1]'F[0xf6]([0xe4]&[0xc5][0xae][0x7][0x96]z!rzEp[0xc0])[0xe3]S[0xb1][0x8a][0x82][0x9c][0xfb]q[0x16][0x0][0xa7][0x9a][0xad][0xe5][0xc9][0xdb]:[0x10][0x96][0x1b][0xb1][0x85][0x1][0x1d][0xd0][0xee]ub[0x2][0xfd][0xfa]/~ j[0xff]-[0xc7][0x4][0x1c]$[0xee][\r][0xe]2/[0xea]S[0x1d][0x89][0xb][0xab][0x18]1>[0xa9][0xd2][0xc5]1[0xc][0x10][0xc1][0x8e]]B[0x1]p[0x8e]fQ[0x81][0xfa][0xb1]J3[0x82]8[0x16]p-[0xea][0x1b]T[0xe5][0x7]*[0x82][0x1b]J[0x83]n[0x8c][0xba][0xed][0xcd][0xa8]/W[0x18][0x9f][0x92][0x95]8[0xf5][0xa5](v[0xa1]{[0x8d]V[0x90]O[\r][0xc]]q[0xad][0xe1][0xa8][0xd4][0xda][0xc9][0xa2][\r]/[0x1]g[0xff][0xfd][0xda][0x88][0xa0][0x1c][0x8c]}|[0x8b].[0xe6][0xab][0x99]q-[0x9c]e[0xad][0x92][0x8f][0xc6][0x93][0xc1]O[0x9][0x8f][0xc4][0x86]^m[0xef][0xa0]_[0x96][0x0][0xc6][0xb9]&t'[0xc5][\r]p[0xf6][0xaa][0xf4][0x8]7[0xf6][0xa0][0xd2]sq[0xaa][0x1b]{4[0x1][0xa7]![0xc3][0xda]0[0xb3][0xd6][0xc7]0[0x5][0x9c]C[0x9]>[0x8a])[0xfa]UW[0xab][\r]D[0xd1][0x95][0xff][0xab][0xe][0xad][0xb8][0xe1][0xdc]n89U[0xed][0xe8]=Y%[0xe2]=[0x82][0xea]d[0xd7][0xc0][0xfe][0xc][0x9a][0xc5][0xce][0xe4][0x9d]<7v[0xf1][0x89][0x9f][0xee][0x80][0xb3]a[0xb5]7[0xbf]-cn6[0x1][0x13]k[0xb8]xU[0x18][0xac][0xe4][0xe]r[0x15][0xce]&[0x8f][0x0][0xa7][0xc4]&[0x17][0xc5][0xa4]P[0xa3]``sU[0xc3]1[0x1d][0xdd]#[0x9c];[\r]l[0x1b]rW[0x9a][0xfd][0x80][0xb3][0x1b][0xff][0xd5][0x16]k[0xd3]fK[0xe2][0x1c][0x4]z:[0x98][0x17][0xfb][0xf1][0x91][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PY[0xdf][0xa8][0x8b]`l![0xff][0x95][0xd7]y5[0x1f]{[0xba][0xd5][0xb2][0xc9][0xad][0x15]2[0x83][0x9a][0x98][0xaf]T[0x19]4[0xf][0x8c][0xf6]=[0xef][0xaf]hwp[0xcc][0x9e]Pr%[0xf9][0x97][0xc3]Rg[0xca]h[0xd8][0xe][0x85][0xb3][0x1c][0xa2]%[0xf]"@)b/[0xb1]~[0xe2][0xa7][0xd5]t[0x8f]F[0x7][0x9c][0x94]iUN[0xb2][0xf]Z[0xc1]>_e([0xc1][0x81]+[0x98][0xd6][0xfb][0xe7][0xb4]G{[0xb0][0xe8][0xff]&[0xe0][0xaa][0xb5][0x3][0x8c][0xcf]E9[0xb1][\r]{i[0xd6]\Ju[0x91][0xf4][0x9f][0x13][0x10]\[0xda][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xfa][0xd5][0x80][0xb0][0xb7][0xbb][0xee][0x11][0xc9][0xe7][0xc5])05l[0x16][0x17][0xf6][0xfe]S[0xbd][0xdf]^[0x82][0xba]w]Nvy/[0x1a][0xbc][0xa4][0x97][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xf4][0x80]z^[0xdd][0xb9][0xa8][0xd6][0xe8]7[0x1d]\[0x90][0x6][0x9c][0xbc][0xd2]O#fi[0xe5][0xf7][0x94][0x9c][0xe3]q[0x9a]6[0xd1][0xaa][0xfd][0xb9][0xfe]H[0xd4][0x93]L[0xf6][0xb1]J[0xa5]c[0x8]f*[0xd9][0x1e]^[0x17][0xc8]v[0xeb]q[0xb5]a[0xb4][0xbb]\n[0xfd]/,1[0xf7][0x2][0xef][0xd9][0xee][0x97][0xb3]b[0xaf][0xc6][0x8b]Uz[0xab][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xd5]U[0x9d]Rq[0xee]e[0xd2][0xd8][0xe8][0xaa][0x14]j'bf[0xc5][0xa5]7t[0x90])[0xa5][0x5]o[0xf5][0xf6]Rg[0xb5][0xcd][0x8c][0x14][0xd7]2X[0xc7]_hne[0xfc][0xa5][0x86][0x5][0xbb]DT[0x8d][0x88][0xc][0xa4]W[0xe2][0x9a]oK[0x5]L[0xc0])[0xc0]6^z[0x1a][0xd7][0x14][0xfc][0x82]Sv[0xb6][0xdd][0xfa][0xce][0xff]Y[0xb][0xc5][0x9d]{[0xb0]=[0x15][0x81]0[0x9f][0x90]G[0xe4][0xcc][0xf9]h.[0x2][0xc3][0x15]4[0xd7][0xf3]_[0xce][0xd3]g[0xb7][0xf8][0xa9]a[0xf2][0xf0][0xe5]|[0xe7][0x6]t[0xe7]/[0x88][0xf3]C[0xca]`H[0xf0][0xd3]Y[0x1f][0xaf][0xd3][0xb4][0xeb]z7n[0xcf][0x1d]x[0x3][0xd7]k[0xb7][0xda][0xad][0x1]PK[0x7][0x8]t[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.properties-[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]0[0x10]@[0xd1]}N1[0xe0][0xda][0xc1][0xa4][0xba][0xa8][0xe0][0xaa][0x94][0xd2]n[0xeb][0x5]F[0x1d]cJHBL[0x8a][0xbd]}S[0xe8][0xf6][0xf1][0xf9][0xd5][0x8d][0x1d]GJ[0xbc][0xc0][0xf4][0x1][0x1f]5R[0xa0]yc\[0xd9][0x9a][0x3][0xa7][0xec][0x16][0xcb][0xc1]fm[0x9c][0xa8][0xc6]-[0xc3]#[P[0x1d]H[0xd9]K[0xd5]w-\[0xae][0xcf][0x11]T#[0xcf][0xe2][0xcd]q7[0xde][\r][0x12]e[0x83]'[0xa1][0xa3][0xcf][0xe1][0xbe][0xc][0xbf][0xa7][0xf]{[0xfb][0xc2]@[0x7]Z[0xaf][0xcb]J[0xb][0x8a][0xc9][0xac]4[0xa7][0x12][0x14][0xae][0xff]\S0[0xe2][0xb]PK[0x7][0x8][0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xml[0xad]UMo[0xdb]0[0xc][0xbd][0xe7]W[0x8][0xc5][0xae][0x96][0xdc]5[0xa7][0xc2]30`[0xc0][0xd0]-E[0x3]d[0x18]v+[0x14][0x99]q[0xd4][0xda][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Y[0xb2]S%+[0xd6][0xde]L[0xf2][0x91][0x8f][0x12][0x1f][0xad]Di[0xf9][0x4][0xcc][0xa2]CY[0x8][0xf3][0xe9]jk[0xad][0xba]%[0xa4][0xa4];[0x10][0x98]*[0xca][0xb6][0x80][0xa5][0xce][0xc9][0xf2][0xe1][0x9e][0xcc]q[0x8c][0xe3][0xab][0x80][0xbc]=[0x18]~B[0xef][0xf7]{[0xbc][0xbf][0xf1][0xb8][0x8f]q|M~[0xdd]/V.[0xb1][0xa4][0x11][0x17][0xc6]R[0xc1][0xc0]e[0x19]~k[0xbc]s![0x19][0xb5]\[0x8a]W[0x90][0xa1]s[0x8][0xef][0x88]v[0xf3][0xc7][0xf8]1[0xc6][0x7][0x93]][0xa5][0xb3][0x19]BI)3(~[0x82]6[0xae]|[0xea]+$[0xa4][0xe7][0xf3](E5[0x8][0x9b][0xba]Og[0xe4]ZV[0xea].K]U,[0x95][0x99]?aE[0xf][0x9]i[0xdd][0x1]D[0xb5][0xe5][0x1b][0xca][0xac]s[0x14]2[0xcf][0xb9][0xc8][0x13][0xd2][0xf1][0x5][0xd0][0xae][0xe1][0xb8][0xc6][0xd7]1[0xbe]IHk[0xd7][0x94][0xa4][0xe5][0x9c][0x9d][0xa3][0xc4][0xa7][0xc2][0x1d][0xea].[0xb1][0xc3]D[\r]&[0xa2][0x8a][0xf][0x1b]p[0xa7]b[0xcf][0xb4][0x8e][0xa6][0xeb]Jd[0x5][0xd4][0x9c][0xad][0xc7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZB[0xfa][0xb0]\[0xcd][0xbf][0xa1]%=[0xa0]E[0xa8][0x85]"[0xf4]yy[0x97][0x10][0x1f][0xad]a[0x19][0x18][0xa6][0xb9][0xb2]M[0xeb][0x8][0xfd][0xd8]B/[0xc1][0xc1][0xd1][0x82][0xaf]5[0xd5]G[0xc4][\r][0xb2][0x12][0xd1][0xa2][0x90]{[0xb4][0x91][0x1a][0xd9][0x1]v[0x5]z[0xc7][0x19][0xd4][0xa0]5 [\r][0x85][0xa4][0x19]dh[0xcf][0xed]VV[0x16][0x19]+[0x95][0xaa]qu^I[0xc5][0xd1][0x13]f[0xa0]@d[0xee][0xba]P8[0x89][0xc1][0xe8][0xce]:[0x12]#[0x11][0x93][0xc2]R'*[0x9f][0xf0][0xb0][0xfa][0xca]k[0xa6][0x13]K[0xdd][0x19][0x15][0x99][0xf]~[0x17]Rm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x1b]n[0xb6][0x1e][0xe4][0x82][0xd8][0x8f][0xa2]w[0xc0][0xda][0xb3][0xae]x[0xd1][0xe]Q[0x15][0x95]k[0xdc][0x4][0xeb]d[0xb7][0xe6]`x[0x8d] 7P[0xf0][0xa1]d[0x86][0xb2][0x9][0x82][\r][0xe7][0x89]B[0xd1][0xb1][0x84][0xbc]Pz[0x84][0x97][0xf9][0xbd]x^E\[0x8b][0xe7][0xbd]X[0x9b]S[0x87][0x9d]l[0xee][0xeb]UM[0xb4]se[0xc7][0xb][0xbd][0xb8]D8[0x0][0xab][0xea][0xf1][0x98][0x17]g[0xd7][0xdd][0xf5]:?[0xcf][0xd2]J[0xd4]ZO[0x8][0xcf][0x6]1[0xb5][0xa5][0x6][0xd2][0x1c][0x4]hj![0xd2]`d[0xa5][0x19][0xb8]~C[0xa4][0x8f][0xce][0xa5][0x13]Y[0xdf][0xd7]xO[0xc][0xde][0xe8]g[0x91][0x89][0xb4][0xc4][0x9]u[0xc3][0xf3]J[0xd3]q[0xc3][0xdd][0xab][0xb1]P[0x8e][0x8][0x7][0xf1]q[0xb8]3[0xf][0xba][0xa3][0x85][0x14][0xd1]F[0xbb][0xed][0xdd]K[0xfd]<1[0x87][0xa9][0xb2][0xe3][0xc4][0xa9]_[0xca] [0x9b]\[0xea][0xaa][0x1f][0x1d]_[0xa2][0xdb]vU[0xd9]/\[0xbb][0xb7]F[0xea][0xe3][0xb8][0xfc][0x87][0xdf][0xcd]K[0x84][0xfd]:[0xe2][0xac][0x85][0xfe]![0xac][0xa0][0xc6][0x80][0x19]1^[0xac][0x99][0x90][0xb3]#H[0xc8][0x84][0x94]:N3[0xbd][0x17][0xad]e[0xc2][0x1f][0xbd][0xf9]k[0x84]_f#l[0xe]M[0xee][0x8b][0xeb][0xd4]VsM[0xce]G[0xb3][0xea][0xce][0xa7][0x5]a&5L<6dH[0xf0][0x9e][0x8c]e][0x89]W[0xe5][y[0x9f]*[0xc1][0xed]E[0xd2][0x6][0xf1]F[0x9a]R[0xb2][0xb1][0xf2]{4[0x1][0xf1]6[0x9a][0xee][0xda][0xff][0xec]Wb[0x98]T[0x90]:[0xed][0xef][0xb8]{[0x19][0x13][0x12][0xec][0xc9][0xf6]:[0xb6][0x17][0xda][0xcc])2[0xec]L:[0xfb][0xb]PK[0x7][0x8][0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]org/apache/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/apache/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/avalon/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/apache/avalon/framework/logger/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.class[0x9d]S[0xcb]n[0xd3]@[0x14]=[0xe3][0xa4]q[0xe3][0xb8]i[0x9]m[0xca][0xa3][0x85][0x94]G[0xf3]p[0x13][0xc3][0x2]X[0x80]JK[0x5]++ [0xa5][0xaa]X[0x1]N28.[0x89]]9[0xe][0x88]O[0xe1][0x3][0xd8][0x83][0x4]E[0xb0]@e[0xcb]G![0xee]L[0x9c][0xa4]M[0xb3]h*Ks[0xaf][0xaf][0xef]=[0xe7][0xf8][0xcc][0xcc][0xdf][0xbf]~[0x3]0qW[0x83][0x86][0x9b]I$qK[0xc5]m[0x8d][0xe2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0x14]DVTQJA[0x85][0xa1]bCE[0x99]a[0xb6][0xf3][0xba][0xed];[0xe][0xf][0x18][0xc][0xcb][0xf][0x1c][0xd3]>[0xb0][0x1b]-n[0xda][0xef][0xed][0xb6][0xef][0x99]o[0x3][0xbb][0xc3]?[0xf8][0xc1];[0xb3][0xdf]eZ2[0x8d][0x98]m[0xdb]s[0xcc][0xe7][0xf5]}[0xde][0x8]%U[0xb2][0xe1]w[0xe]|[0x8f]{[0xa1]p[0xe3]T[0xb]C~[0xc2][0xe0][0xb1]J-[0xc][0xe8][0x1f]%T[0xaa][0xdb][0xab][0xef][0xd8]!w[0xfc][0xe0][0xe3]I[0xb0][0xa8][0x89]ak[0x12][0xd8]t[0xde]h5[0xbf][0x17]4[0xf8]3Wl[0xd5][0xf2]i[0xff]+[0x82]@[0xc7][0x1c][0xd2]:R[0xd0][0x19][0x16][0xc6]u[0xe8][0xb8][0x8c]U[0x15][0x15][0x9d][0x8e][0xe3][0x1d][0xf1][0x92]#s[0xcf]&"[0xe2][0xd0][0xb1][0x88]%[0x86]{[0xe7]: '[0x14][0xf5]=`([0x9e][0xd9][0x4][0x86]4[0x1d][0x8a][0x9d][0x96][0xdb]n[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xb][0x13]6d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xe3]kt[0xf9]40[0xba]z[0xc][0x8a]p[0x8d][0xae]j[0x82]r2[0x91][0xd6]yyq[0x19]=[0xc0]L[0xe9][0x7][0xd8]WJ[0x14],DM [0x7]/[0xd0][0xaa][0xf7][0x1b][0x90][0xc1]E[0x8a]LX[0x14][\r]oR[0xb7]"[0xba]K[0xc6]w([0xa3]iMV[0xd7]i&/[0x11][0xb2][0xfd][0xae][0x8]AdY[0x89][0xba][0x88]e\:%[0xe4][0x1b][0x94]/cB[0xee]O[0x10][0x12]'yW[0xa2][0xe1]'[0x88]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]d[0xb0]#[0xc4][0xe][0x11][0x1f][0x17][0xb3]ENl[0x1f][0x13][0xa3][\r][0xc5]h[0xb8][0x8a][0x15][0xc2][0x11]x[0xab][0x11]^Hxq[0x8a]+BL[0x95]m|FZd[0x1b]?1[0xa3][0xa0]Z2[0xca][0x87]H[0x8c][0x18][0xb2][0xa4][0x9][0xb0]h[0xad][0x12][0xda][0xb][0xb2][0xa7]F[0x98][0xbb][0x92][0xad][0xd4][0xc7][0x19][0xb2][0xad]Dl"[0xbb][0x86][0xeb][0x84]0C&[0x8];bRA.R[0xf0][0x92][0xbe][0xc4](f[0x8c]?P?a[0xce]8[0x82]J[0xf4][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xbc]i[0xd9][0xf1][0x8a]v[0xf7][\r]q[0xd5]%_[0xae]?5[0xe4][0xcb][0xc][0xf9]2[0x92]E[0xa1]|M"[0xdc][0xf8][0xf]PK[0x7][0x8]`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.class[0x8d][0x8c]=[0xe][0xc2]0[0xc][0x85][0x9f]Ki[0x0][0x9][0xc1]1`[0xa0]>[0x0]3L[0x95][0x18][0x90][0xd8][0xd3]bBKHP[0xc4][0xcf][0xdd][0x18]8[0x0][0x87]B[0xa4][0x15][0x7][0xc0][0x83][0xfd][0xa4][0xe7][0xef]{[0x9e]/[0x0][0x8c][0xa1][0x82]R[0x18][0x10][0xc6][0xe2]ti[0xa5][0xf0][0xc6][0xd4][0xce][0x10][0xf2]Y[0xe1][0x83]a}[0xd1][0xd5]QX[0xdf][0xb5][0xf5][0x8e][0xf]A[0x9f][0xe5][0xe1][0xc3][0x89]m[0xfc][0x93][0xc0]Ew[0x96][0xf3][0x1d]a[0xb4][0xf5][0xb7]P[0xc9][0xba][0xb6]B[0x98][0xc4]b[0xd5][0x9][0xf7]y[0x13]a[0xc2][0xe2]?[0xdb][0xf]"L[[0x8c][0xad]v[0x86]7e#[0xd5]5#[0x10][0x12][0xb4]C)[0xa1][0x87][0xb4]M[0xe8][0xc7][0x9d] [0xfb][0x2]PK[0x7][0x8][0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classM[0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xc][0x85][0xe1][0x17][0xad][0xad]-[0x8][0xae]=[0x81]"[0x98][0x3][0xb8][0x15]W[0x5][0x17][0x82][0xfb]i[0x8d][0xa3]u[0xec][0x94][0xb1][0xea][0xdd]\x[0x0][0xf]%[0xce]([0x82]Y[0x84][0xc0]G[0xfe][0xe7][0xeb][0xfe][0x0][0xc0][0xc8][0x12][0xf4][0x13][0xa4][0x84][0xf4],mn[0xb5][0x16]G[0x18][0x8d]s[0xeb]4[0xab]F[0x95]{ac5e>[0xd9][0x10][0xb2][0xb5][0xbd][0xb8]R[0x96][0x7]#[0x84]A[0x0]U[0x18][0x99]U[0xea][0xaa]<.[0xa4]qR[0xaa]V[0xb6][0x84][0xe9]_[0xc4][0xab][0xb1]5[0xef][0x9c]:[0xc9][0xcd][0xba]c[0xa8][0xfa]"[0xff][0xfe][0x9][0xc3]P`[0xa3]j[0xcd][0xab][0xa2][0x92][0xb2][0x8d][0x9][0x84][0xe][0xc2]PD[0xe8]"[0xf2]W[0x7][0xbd][0xcf][0x8e][0x91][0x4]x[0x3]PK[0x7][0x8][0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/avalon/framework/logger/Logger.class[0x8d][0xd0][0xbd]N[0xc3]0[0x10][0x7][0xf0][0xbf]K[0xda][0x94]~[0x84]@)[0xcf][0xd0]2[0xe0][0x7][0xe8][0xc0][0x0][0xa9][0x84][0x14][0x89][0xa1][0x8]$6[0xa7]u[0x1c][0x17][0x13]#7[0xa5][0xef][0xc6][0xc0][0x3][0xf0]P[0x8][0xc7][0xb5][0x2]C[0x7]2[0xf8].[0xbf];_[0xec]|}|[0x2][0xa0][0xb8][0x8]q[0x1e]bL[0xd0]^[0xf1]l+[0x8][0xc6][0x93]t[0xcd][0xde][0x19]U[0xac][0x14]tQ[0x19]Y[0x8a][0xd9][0xf4][0x91][0xe0][0xf2][0x80][0xff][0x91][0x87][0xc2][0xe8][0x1d][0xcb][0x14]w[0xcd][0x91][0xdc][0xdc][0xd6][0xe3][0x92][0xb2][0xa6][0x15][0xc1][0xd1]d[0xfa]L[0x10][0xc8]2[0xd7][0x4]C[0xb9][0xb9][0xb3]IS[0xc]v[0xcc][0x94][0x8e][0x9f]l[0xd2]p[0x9b][0x1b][0xa3][0x8d][0x1b][0x96][0xd4]YS[0xe8][0xe5][0xac]b*[0xd9]WGr3o^[0x9b][0x96]H[0xf0][0xea][0xa6][0x90]j[0x95]j![0xb8]m[0xbb]>t[0xad]T[0x1b]A[0xd9][0x1b][[0x16][0x9c][0xda][0xa2][0xd2]%[0xcd][\r]{[0xe5];m^[0xa8]r;[0xe9]~[0xc0][0xcc]~u[0xa1][0xb7]f[0xc9][0xe7]Rq[0x82][0xfe][0x9e][0xaf][0xea][0x99][0x4][0xd3][0xcf]![0x88][0x8f]q[0x9f][0xad][0xf9][0xb2][0xea][0x10][0x10][0xb4]P?q`[0xff][0x14][0x2][0xc0][0xc5][0xb6][0x8b][0x1d][0x84].v[0xbd]w[0xbd][0x1f]{[0xef]y[0xef]y[0xef]{[0x1f]x[0x1f]x[0x1f]z[0x8f][0xbc]G[0xde]O[0xbc][0xc7]8[0xb5]' 8[0xb3]k[0xb][0xa3][0x1f]PK[0x7][0x8][0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/commons/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/apache/commons/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/Log.classm[0x8f][0xcd]N[0xc2]@[0x14][0x85][0xcf]`[0xff]D[0xc1][0x82][0xe2][0xd2]5[0xb8][0xb0][0xb][0x97]n[0x85][0xc4][0x84][0xc4][0x85]D[0x13]w[0xd3]2[0xc]%[0xa5]c[0xa6] [0xef][0xc6][0xc2][0x7][0xf0][0xa1][0x8c]w[0x9a][0x9b][0xa6]1v[0xd1]/[0xdf][0xe9][0xb9][0x9d][0xb9][0xdf]?[0xc7]/[0x0][0xf7][0xb8][0xe]q[0x15]b$[0xe0]/U[0xba][0xd7][0x2][0xa3][0xf1]|#?eR[0xc8]R'[0xcf][0xe9]Fe[0xbb][0x87][0xc9][0xab][0xc0][0xed]?y+Y[0xac][0xad]9[0xc8][0xb4]Pu[0xd9]W[0xd6][0x1a]K\[0xc9][0x9d],[0x4][0xbc][0xbc]\[0x19][0x81]~^=[0xba]S[0xa6][0xa5]k.[0x5]N[0xc6][0x93][0xf7]:[0x9e][0xba]~[0x13]S0s[0x83]M[0xd0][0xcb][0xab]'[0xfa]C[0xbb][0xb0][0xb0]2S[0xed][0xc2][0x9b][0xb4]e[0xe3][0xfe][0xce]}[0xa6][0x83][0xf][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t_[0xcc][0xde]fj[0x96][0x17][0x94]Es[0xa3][0xef][0xdc][0xcd][0x5]n[0x8c][0xd5][0x89][0xfc][0x90][0xd9]Z%[0x99][0xd9]nMY%[0x85][0xd1]:[0xa7][0x8d][0xa8]%[0x10][0xff][0xdd]9[0x10][0x10][0xe8][0xc0]=C[0x8f][0x16][0x80][0x7][0xd4][0xf4]k[0x6][0xec][0x1]{[0xc8][0x1e][0xb2]G[0xec][0x11][0xfb])[0xba]5[0xcf][0x98][0xe7][0xcc][0x1e][0xb3][0xcf][0xbc]`[0xc6]<[0x1f][0xf3][0xfc][0x80]}[0xe0][0x9c]n6[0xa4]w[0x7][0x97][0xbf]PK[0x7][0x8]"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/commons/logging/LogConfigurationException.class[0x9d]S[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0x97]r[0xb1]\E[0xd1][0xaa][0xa0][0xed][0x96]R[0x15][0x4][0x14]4[0x91]z[0x1]S1[0x11]$[0xf1]q[0xba][0x1d][0xcb]b[0xbb][0xdb]lw[0xbd][0xbc][0xf9]7[0xfc][0x5][0xbe]j[0xa2][0x90]h[0xe2][0xa3]&[0xbe][0xf8][0x8f][0xd4]3[0xd3][0xa5][0x16](>[0xf8]2sf[0xe6];[0xdf][0xf7][0x9d]sv[0xfc][0xfa][0xfc][0x15][0xc0],n[0xea][0xe8]C6[0x81]^[0x18]2[0xca][0xe9][0x98]F^[0xa7][0xe3][0x8c][0x86][0x82][0x8e][0x18][0xb2]r[0xb9][0x1c][0xc7][0x15][0xb9]_[0x8d]cV[0xee]y[\r]s[0x1a][0xae]1[0xc]4[0x85]k[0xf1][0xda][0x96]p[0x9b][0x96]c?Y[0xbb][0xc3][0xc0][0x1e]0[0xf4][0x16][0x1d][0xbb][0xe9]q[0xdb][0xdb][0xe2]5_D[0xfd]o;[0x89]7o[0xe7]~2DM[0xee]7[0x5][0xc3]pi[0x87][0xbf][0xe0][0x85][0x1a][0xb7][0xab][0x85][0xcd]m[0xd7]y[0xc9][0xcb]5[0xb1][0xc4][0x10][[0xb6]l[0xcb][0xbb][0xc5][0x10][0xce]d[0xb7][0x18]"E[0xa7]B[0xe8][0xfe][0x92]e[0x8b]u[0xbf]^[0x16][0xee][0xa6][0x4]2[0xa4]J[0x8e]I[0xb2][0x9c][0xc4][0xe9][0x1c]\F[0xbc]m[0xab][0xc9]0_r[0xdc]j[0x81]7[0xb8][0xb9]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]S[0xaf][0x93][0x97]B[0xcd][0xa9]V-[0x12]+9U[0xf2][0xf6][0xcc][0xaa][0xfa].[0xf7][0xc8][0xf2][0xdd]W[0xa6]h[0xc8][0x80][0xc4][0x87]3[0x1d][0xae]6<[0x97][0xf0]K[0xd2][0x85]V[0x17][0xcd]&[0xaf]*[0xd9]#[0x0][0x86][0xb1]L[0xd7]bdf[0xef][0x86][0xc7][0xcd][0xe7][0xf]yC9[0xd4]0[0xaf]a[0x81][0xc1][0xe8][0xa2]s,E[0xbc]*[0xbc]b[0xab]i[0xa3][0x99][0xec]1m[0xd3]7[0x1c][0xdf]5[0xc5]=K[0xb6][0xe1][0xcc][0xb1]5[0xce][0xc8][0xec]$F0[0x9a][0xc4][0x10][0x86]e4A[0xa6][0x92]X[0xc4]uy[0x98]$[0x8d][0xc3][0xce]V|[0xab]V[0x11]n[0x12]7@B[0xc9]tF[0x99][0xa9][0xa4][0xcb][0xaf][0xd3][0xf2]n[0x99][0x6][0x9e]e[0x98][0xfb][0x9f][0x96]3[0x8c][0xff]U{[0xec][0xdb][0x9e]U[0x17][0x1d][0x8f][0x83]]j[0xa5]/[0xee][0xb0]Aj[0x91][0xe7][0xec][0x87]C[0x7]Z[0xd4][0x1e]Q[0x8c]7[0x1a][0xc2][0xae]0[0xe4][0xbb][0x8d][0xf8][0xc8]UP[0xf3][0xd2]![0xfc][0xa3][0xf2][0x8e]0[0xbd][0xe0]q[0x8e]~[0x9c]>[0xfa][0xaf]B[0x18]G?[0x6][0xc0]pB[0x9d]R[0x88][0xc8][0x86]S[0x1c][0xa5];[0xea]?[0xad]ctZ[0xa6]7F[0xbb]n[0xec][0x81][0x19][0xec][0x13]B[0x1f][0x14][0xfe]$[0xad]}[0x8][0xd3]:I[0x99][0xab]H`[0x8a][0x18][0x81]d[0xb][0x8d]S8M[0xbb]d[0x9a][0x8][0x98][0xee]SV[0x88][0xf6][0x1e]#[0xb7][0x87]pW[0xaa]<[0x89][0xaf]R[0xf2][0x8c][0xa2][0x1a]i[0xc1][0x3]*[0x19][0x9d][0xc1]Y"[0x93][0xa4][0xe9][0x80][0xd4][0xa4]<[0x89]J[0x19][0xb9][0xef][0xd0][0xd8];h[0xb9]]DH *[0xb9][0xc3][0x8a][W[0x88][0x5]*t[0xb1][0x83]7[0xd5][0xe6]M[0xa9][0xc2][0x19][0xb5][0x6][0x18]Dh-[0xf6][[0x92][0xc6]4[0x9c]W[0xeb][0x5]%8[0x19][0x8][0xfa][0xf4]&[0xad][0xe6][0x8c]/[0x88]=[0xdd]Sz[0xf1]T[0x82][0x96][0xe9]][0xe8][0xa9][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x91][0xdc]/[0xd0][0x98]>P[0xa5]l2p[0x9b][0xdc][0xaf]R[0xbb]V`[0xa0][0xa8][0x1c][0xa5][[0x94]mG[0xb9][0xa0]R[0x19]Ior[0x4]S[0xb8][0x18]X([0xa8][0x1e][0xd0][0xa0][0x8c][0x8f][0x8][0xbd]o[0x93][0xc7][0xd4][0xe5]z[0xc7][0x14][0xa2][0xed])\R[0xa8][0xcc][0x1f]PK[0x7][0x8]t{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/commons/logging/LogFactory.class[0xad]W[0xfb]S\g[0x19]~>[0xd8][0xdd][0xc3][0xee][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x90]JL[0xcc][0xbd]Y [0xb0]mC[0xd2][0x16][0xd2]TB[0x81][0x92].[0x90][0xb2][0x94]Hj[0xa5][0x87][0xe5]dY8[0xbb]g={6[0x81]x[0xd7][0xaa][0xf5]~[0xd7][0xd6][0xbb]V[0x8d][0xb7]j.3M0S[0xeb]4?[0xe8]8[0xe3][0xcf][0xfe][0x1b]:[0xfe][0xe0][0x18][[0xeb][0xf3]}gY[0xf6]&[0x90][0x19]3[0xc3][0xf9]n[0xef][0xfb][0xbc][0x97][0xef]}[0x9f]o[0xf3][0xe7][0xff][0xfc][0xee][0xf7][0x0][0x8e][0xe2]z[0x10][0xbb][0xb1][0xa4][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xe]i[0xb9][0xc8][0x84]a#[0x1b][0xc6][0xfb][0xe1][0x84][0x91][0x83]+?y[\r][0x17][0xc2][0x8][0xe2][0xa2][0x86]e9[0xae]h[0xb8][0x14]B#>[0x10][0xc6][0x7][0xf1]![0xa9][0xf5][0xe1][0x10]>[0x82][0x8f][0x86]8[0xfb][0x98][0xfc]|\~>[0x11][0xc2]><[0x1f][0xc2]'[0xf1][0xa9] [0x85]?-[0x85]_[0x90]j[0x9f][0x91]&>+[0x97][0x9f][0x93][0x9f][0xcf]k[0xf8][0x82][0x94]^[0xc3][0x17]C[0xd8]#[0xc7]/[0x9]4[0xf][0xf][0xc]NML[0xce][0xcc][0x9e][0x99][0x9c]83495#[0xb0]-[0xb6]h\0[0xa2][0x96][0x91]IF[0xe3][0xae][0x93][0xca]$[0xfb][0x5][0x1a][0x7][0xed]L[0xce]52[0xee][0xb4]a[0xe5][0xcd][0x6]|Y[0xa0]iM[0xf5][0xf1][0xa1][0xe1][0x81][0xa7]cS[0xd4][0xac][0x0][0x1b][0x1d][0x8a]7[0xe0]+[0x2][0xa1][0xf4]lJi'L[0x81][0xc3]1[0xdb]IF[0x8d][0xac][0x91]X0[0xa3][0x9];[0x9d]&p[0xd4][0xb2][0x93]I[0x1a][0x8a][0xc6][0xec][0xe4][0xb0][0x91]pmg[0x85]6[0xf5][0xf4]l[0xd6]X[0x8e]yG[0x2][0x1d]J[0xd1][0xce][0xe6]z[0x17][0xa3][0xdc]/[0xea][0x9c])[0xca][0x8c][0x19][0x19]#i:T[\r][0xa6]g[0xe5][0xb1][0xe9][0xe4][0xe8][0xa7][0x17]O[0xde]MY[0xd1]1#+O[0xe3][0xa9]d[0xc6]p[0xf3][0xe][0xdd][0x99],?=Q[0x1d][0xfc]F[0xfe][0xa6]2[0xae][0xe9]d[0xc]+z:a[0xc5][0x94][0xc1][0xfe][0x93]4[0xd0][0x9c]3[0xdd]S[0xf9][0xcc][0xbc]e2m[0xae][0xb9][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x8a]x[0xee][0xe7][0x92][0xa9][0xe8]y[0xc7]H[0x9b][0x17]mg)Z&[0xd4][0xdf]1-[0xe0][0x1b][0xb4][0xe7]M[0xe9]t*c[0x8e][0xe7][0xd3]s[0xa6]3e[0xcc]Y[0xa6][0xbc][0x16];aX[0xd3][0x86][0x93][0x92][0xeb][0xc2][0xa6]/C$[0x81][0x80][0x17][0xac]@[0xf4].[0x9d][0x15][0xf0][0x9b][0x19][0xd7]Y[0xe1]8[0xe4][0x8d][0xfa]h&c:[0x83][0x96][0x91][0xcb][0x99]L^[yz[0xe]*)[0xaa][0xd5]'[0xdc]e[0x81][0xfd][0x9b][0xc7]$[0xb0][0xa3][0xdc][0xf1][0x95][0xec][0x9a][0xf3][0xef][0xa9][0x85][0xfd][0xff][0xb9][0x80][0xc6][0xb8]k$[0x96][0x8][0xaa]L[0xb1][0xd2]5|U[0xc3][0xd7]X[0x8a]I[0xd3]-T[0x18]+*[0xd2][0xb1][0xe5]b[0xc][\r]-'[0xcc][0xac][0x9b][0xa2][0x80][0x86][0xaf]3[0xe5][0x4][0xa2][0x80][0xc0][0xd1]H[0x89][0xc7]*o[0xfd][0x9b][0xa1][0xca][0xb4]',[0xe3][0xd2]%[0x81][0x96]*e[0x81][0xde]Hu[0xe][0xb6][0x0][0xa9]9[0xa6]e[0x1a]9&vg[0x95]K1[0xdb][0x98]gjd[0x81][0x85][0x13][0xeb][0x1b][0x2][0xf7][0xfe][0xf]I[0x6]\[0x80][0x1b][0xb0],^wD[0xaa][0x6]N[0xa4]2)[0xf7]$[0xcb][0xce]]H[0xb1]8t[0xe6]`[0xc0][0xa5][0x83]sy[0x97]f[0xef][0xab][0xe9][0xf7][0xfa][0xd6][0xc4][0xdc][0xa2][0x99][0x90][0x15][0xd1]R[0xaa]7[0xce][0xba][0x91][0x85][0x16][0xe9]x[0xa6][0x16][0xf1][0x84]);Z$[0x8f]}[0x1b]s[0x80][0xd7][0xfb][0x8b]k[0xa5][0xa0][0xe1][0x1b]$=[0xb2])[0x89][0x94]-[0xe5][0x98]i[0xfb][0x82]Y[0xe2]p[-[0x87][0x19][0xa7][0x9e]+[0x8b][0xeb]p[\r][0xb1][0xea][0xb0][0xa4][0xa2][0xff][0x82]d[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-F[0xad][0xcd][0xa7]rY[[0xde]O[0xc3][0x89][0x84]U[0xc8]d(n[0xe7][0x9d][0x84]9[0x9c][0xb2]T[0xd3][0x17]+[0xae]G[0x2][0xe8][0xe8]F[0x8f]@W[0xed][0x98]'[0xe2]#[0xa3]U[0xdc][0xa7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xea][0xe8][0xc2][0x11][\r][0xdf][0xd4][0xf1]-[0xbc][0xa8][0xe1]%[0x1d][0xdf][0xc6]w[0xd8][0x1]:[0xbe][0x8b][0xef][0xe9][0xf8]>~ [0xb0][0xbd]F[0xef][0xe9][0xf8][0xa1][0x95][0xcc][0x13][0x82]\S$[0x1d][0x81]=[0x9b]T>I[0xaf][0xec]JYf[0x8a][0xda][0xe3]&cl[0x89]t[0x94][0x90]-[0xb7][0xfa][0xcb][0xc4][0x95]LC[0xaa][0xe8][0xf8][0x8e]2[0xf1][0xb5][0x80]d[\r]/[0x18][0xb9]q[0xf5][0x9e][0x91][0x11][0xce][0xc9][0xf7]G-Z#5[0xfb]\r[0xe4][0x93]&S[0xd7][0xc0][0xc9][0xb4][0xd7][0x1a][0xad][0xec][0xad][0xaa][0xaa][0x15]8[0x19][0xd9][0xf2][0xeb]^[0xbb]g[0xf]oQ[0x9d]>[0xf3][0xd6][0x98][0xcf][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]cp[0xf4]r\[0xbd][0xa7][0xe5][0xf1][0x14][0xb9][0xe8][0x81][0xda]6[0x8a][0xb5]?lX[0xd6][0x1c][0xdf][0x9d][0xd2][0xaa]iI8[0xa6][0xe1][0x9a]%G[0x2]g6[0xf8]-P+[0xbc]-[0x90]^[0xc3][0xe9][0xc1][0xd8][0xec][0xf0]S[0x83][0xe3][0xe4]?[0xef]eR[0xb1][0x8e]lL]wa[0xe0][0xe0]&[0x17]Tx][0xea][0xb3]y[0xd6][0xc3][0xc3][0x91][0xea]r[0xa8][0xc1][0x98][0xb5]j[0x86][0xf]#9[0x92]?iw[0xf3][0xf][0x8][0xa0][0x1d][0xfb]q[0x0]t[0x80][0xab]:[0x1c][0xe2][0xfa][0xbe][0x8a][0xf5][0xe1][0x92]u[0x4]!I5[0x9c][0x87]$[0x9][0xaa][0x91]$[0xca][0xf3][0xa8]:[0xbf][0x1f][0xcd][0xfc]e[0xfd][0x0][0x1e][0xe4][0xce]Q@lG=4[0x9e],^[0x83][0x98][0x89][0xbd]q[0xb]u3[0x9d]7P[0x1d]>n[0xac][0xc2]/[0xb0][0x8a][0x80][0xc0][0xd8][0x91]Uh[0x2]/[0xe1]~N[0x1a][0x4][0xfe][0x80][0xe0]x[0xf7]*Br[0x16][0xee][0xf3]q[0xaa][0xcb]ic[0x9f][0xbf][0xdd][\r][0xbe]v[0xdf][0xab][0xb8][0xe7][0xf2][0xdb][0xe1]t[0x15]Md[0xf0][0xdb][0x97][0x11][0xea][0xb]t[0xdd]n[0xf][0xbc]~[0x95]^[0x4]0[0x8b]9Z[0x9d][0xc3]y5[0xfa][0xd0][0xcb]o'}[0x5]w[0x2][0xa4][0xba][0x16],[0xd0][0xc7][0x14][0x1e][0xc5]"[0x9e][0xc0][0x12]&a[0xe1]i[0xa4][0xf1],2[0xdc][0xb5]qL[0xc9][0xfb]x[0xde][0x86][0xe3][0x8c][0xdf]G[0xa9][0x10][0x1e][0xc2][0xc3][0xf0]So/[0x1e][0xc1][0x9]F[0xc6][0xb8](q[0x92][0xe3]c[0xfc][0xd3][0x19][0xb3]w[0xf6]n[0x9e][\r]p[0xa7][\r][0xbe][0xb7][0xb0]G[0xc3])[\r][0x83]wp,[0xa6][0xe1][0xf1];4" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 375157 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << etag: "{SHA1{1e2309dfad5e511bd5e3485038f64f9e8c6ca783}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x94][0xdc]L7[0x99] [0xec][0xa2][0x92][0xfc][0xc7]|4_[0xe1]([0x94][0xab][0x1][0xb5][0xbb][0x82][0x11][0xe5][0xbc][0xa0][0xf1] I[0xfd]tAG&W[0x9e]7t[0xbe][0x8a][0x96][0x9b][0xd8]vE[0xa5]~][0xef][0x5][0xe5][0xbe][0xee][0xc9][0xe0]I[0xc4]8[0x96]#[0x8d][0x15][0x91][0xea]<[0xa9][0x9b][0xd8]N[0xb0][0xd6]J[0xa4][0x17][0xcb][0x90]d"[0xca][0x91][0xc6]1[0xe1]]4[0x8b][0x1]JJ\[0xad][0x80]x[0xb9][0x4][0x82][0xad][0x89][0xa7]8[0x6][0x99][0xef]xA[0xb1][0x1d][0xde]?[0xa5]X[0x1a][0xfd]+[0xfc]N[0x15][0xc5][0x8e][0x16]b[0xf6][0xb3]|[0xda][0xd6]m[0xc8][0xff][0xf0][0x81][0x8f][0x98][0xf]WK[0xec][0xf8]y[0x97][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0x1a]g[0xb][0x0][0xc7]9J[0xd9]:Q[0x19][0xe4]kJs[0x87]wZ[0xd0][0x94][0xb3][0xe3][0xaa][0xee][0xf9];[0x1a]3[0x5][0x8c][0xe8][0x9a][0x13][0xf5][0xaf]!\[0x9][0xf3][0xa7][0x9a][0xe][0x9c]+[0xde][0xda][0xa3][0x1c][0xa5][0x89]`g[0x17][0xaf][0xad]F[0xb2][0xff]Z[0xe2]G[0xb0][0xe8]GP][0xa0](I[0xbb][0x4]][0xbb][0xc0][0xbf][0xb1][0xd2][0x2][0xf2]R[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d[0x93]t[0xdd][0xc4][0x8e][0xb1][0xcb]h[0xe6][0xb2][0xeb][0x1a][0xee]][0xc5];[0xea]1v[0xb][0x8d]3Gn[0xa0]}\6a[0x9f][0xef][\r][0xe]]l[0xa9][0x9d][0xf5]8[0xdb][0xee]c[0xeb][0x84][0xd9]V[0xbe][0xdb][0xed][0xfe][0xd7][0xbb][0xaf][0x10][0xf6][0x8][0xfa][0xe8][0xab][0xf4][0xf7][0x94][0x1a][0xeb][0x95][0x8b][0xfb]y[0xff][0xc0][0xdf]i[0xec][0x1f]h[0xc2]?Y[0xb7][0xff]"9[0xdc][0xa1][0xf4][0xbf][0xd9][0x16]o[0xb2][0xa2][0xdf]R[0xee][0xf7]2v[0x9d]:[0xf][0xe1][0x19][0x15][0xc8]H1[0x90][0x91]BBw[0xb1]V[0xbc][0xd3]CD}/[[0xca]k[0x96]C[0xf0]5[0xbd][0x9]][0xc3][0xb3]o[0xb3][0x89][0xfc][0x1a][0xde][0xa7]a[0x96]+[\r][0xcf][0xb1][0x83] T[0xf3]h[0x15][0xe5][0xb7]Y[0x15]QK[0xc0] [0x9]xb[0xc7]T[0xca][0xab][0xab]T[0xb4][0x94][0xe4]^[0x14]][0x16][0xc5][0x1a]H`[0xbe][0x0][0xf1][0x98]JI[\r][0x88]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xaf]wX[0x5]!g&[0xc9][0xa7][0x8e]n'[0x8b]n?R[0xe8][0xfe]6[0xc5]d[0xef][0x14]P[0xe3].Z$C[0xae][0x87][0xb2][0x8d][0x11]C[0xec]#3[0xee]G[0xb3]8[0x80]Vq[0x90][0xd7][0xb1]P[0x84]9[0xa6][0xfc]&[0xcc]-[0xec][0x9e][0xb9][0x81]w]G[0xf3]-[0xec][0xe1]l[0xef][0xf5][0xd2][0x8c][0xdc][0xa3]|{[0x8e]Mc[0xa0][0x95]9[0xa9]#[0xd5][0xc9][0x18][0x16][0xd1][0xaf]Z[0x89]o[0x1b][0xa9][0xaf]/[0x10][0xfc]/PK[0x7][0x8][0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/commons/logging/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.class[0x8d][0x94][0xcb]n[0xd3]@[0x14][0x86][0xcf]8[0x17][0x97][0x92][0xb4]M)[0xf7]6[\r][0xd0][0x92]K/[0x16][0xaa]*T[0x85][0xcb][0xa2]i[0xa5][0x96][0xa8][0x95]H[0x8][0x82][0x15][0x13]g[0xea]Le{"[0xdb][0xa1][0x12][0xcf][0xc1]c[0xb0]a[0x85][0xc4][0x82][0x7][0xe8][0x13][0xb1]B[0x1c]O[0xac](J[0xc][0xe3]E<[0xf6][0x99][0xf3][0xfd][0xf3]yl[0xe7][0xfa][0xcf][0xcf]_[0x0][0xb0][0x7][0xc6]<[0xa4][0xa0][0xa6][0xc3][0x96][0xe][0xdb]:[0xec][0xe8][0xb0]K`[0xc9]g[0x1e][0xa7]v[0x87]y>[0x17][0xee][0xbb][0x93][0x6][0x1]rJ (\?[0xa0]n[0xd0][0xa1][0xf6][0x90]e[0xf4][0xeb][0xaf][0x85][0xc1][0xef][0xb9][\r][0x2][0xd9][0x17][0xdc][0xe5][0xc1]+[0x2][0xa9]J[0xb5]C }(z[0x8c][0xc0]b[0x93][0xbb][0xec]l[0xe8]t[0x99][0xd7][0xa6]][0x1b]+[0xcb]Mab,[0xc5]p[0xbc][0x8e][0x8a][0xe9][0xa0][0xcf]}[0x2][0xd5][0xa6][0xf0],[0x83][0xe][0xa8][0xd9]g[0x86])[0x1c][0x7][0xd7]2laY[0xdc][0xb5][0xc][0xee][0xc]l[0xe3]L[0x9c][0xf][0x9a][0xc2][0xaa][0x13][0xb8]]i^[0xd2][0xcf][0xd4][0xb0])[0xce][0xb5][0x2][0xf][[0xea]ra[0x97]:r[0x99][0x99]Y[0x2][0x99][0xc0][0xa3]&[0x9b]b[0xcf][0xbb][0x97][0xcc][0xc]$[0xab];[0xcc][0xf7][0xa9]5[0x85]G[\r][0x4]j1[0xd8]D[0xa5][0xdd][0xf7][0xc4]Ux?2[0x8b][0x4][0xb8]N[0xec],z[0xf4]Xwh[0xa1]+w/[0x4][0xe]W[0xd4]s[0xb1][0xca][0xc0]Q[0xfb][0x17][0xbc])[0xe1];[0xa3][0x86][0x8][0xe][0xcf]nI[0x3]|[0xc4]87[0x8a][0xd9][0x97]$[0xcc]F[0x94]'"[0xc8]8[0x82][0xc0]][0xb8][0x17]E[0xdc][0x8f]"^[0xe3]/[0x15][0x17]Q[0x95][0x11][0xa5][0xd1][0xe4]L[0x4][0xc8][0xfd]y[0x88][0x4][0x81]U[0xb5][0xcf][0x96][0xc2]gU[0xed][0xb3][0x93][0xd8]gM[0xed]c(|[0xd6][0xd4]>[0xcf][0x12][0xfb][0x14][0xd5]>{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa2][0xda]g?[0xb1][0xcf][0xba][0xda][0xe7][0xb9][0xc2]g][0xed]s[0x90][0xd8][0xa7][0xa4][0xf6][0xa9]+|Jj[0x9f][0x97][0x9]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]/[0xf0]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x8e][0xbe]q-[0xf5]m*[0xad]1[0xf1][0x81]kQZ[0x1]?{5[0xf9]&[0x96][0xdc]H@[0xbe][0x8d]%7[0x13][0x90][0x1f]b[0xc9][0xa7][0x9][0xc8]O[0xb1]d9[0x1]i[0xc5][0x90][0x4]*[0xf2][0xaa][0xfa][0x17]PK[0x7][0x8]a[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/commons/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/commons/logging/internal/JclLogger.class[0x9d][0x96][0xcd]o[0x1b]U[0x14][0xc5][0xcf][0x8b][0x9d]8q[0x1c][0xbb]i[0x9b][0xb6][0xb4][0x90]4[0xfd]t[0xbe]jH[0x93][0x16]h)P[0xb7])[\r]n[0xfa][0x91][0x90][0xd2]B[0x9][0x13]{[0xe2]Lk[0xcf]D[0xe3]I[0x9b][0x5]B,@b[0x81][0x10][0xb][0x10]BH,[0x10]R[0x17]TH-[0xb4]( [0x90][0x10][0x2][0x9][0xc4][0x82][\r]k[0xf8]K[0x10][0xe7]N[0xa6][0x8e][0xdd][0x99]iL6w[0xe6][0xbd]y[0xef][0xdc][0xf3]~[0xf7]z[0xc6][0xbf][0xff][0xfb][0xdd][0x8f][0x0][0xe][0xc2][0x88][0xa3][0xb]cm[0xd8][0x84]S[0xed]x[0x1][0xa7]%[0x8c]KxQBN[0xc2][0x19][0x9][0x13][0xb2][0xee][0xac][0xdc][0x9d][0x93]p^[0xc2][0x5][0x9][0x93][0x12][0xa6]$[0xbc]$aZ[0xa4].[0xb6][0xe3]e\[0x8a][0xe1]r[0x1c][0xaf][0xe0][0xd5][0x18][0xae][0xc4][0xf0][0x9a]B[0xeb]x673v>;[0xa1][0xb0]1wU[0xbb][0xae]eJ[0x9a]Y[0xcc]L:[0xb6]a[0x16][0x8f]([0xc4][0xcb]3[0x5][0xbd][0xa4][0x17]5GW[0xe8][0xcd]Yv1c-TF[0xae]f[0x16][0xb4][0xa5]L[0xc9]*[0x16][0xb9],sN[[0xca][0xf1]V[0xb7][0xb9][0xa1][0xe5][0xa8]a[0x1a][0xce]1[0x85]=[0xe9]5W[0xf7]M+D[0xb3]V[0x81][0xd2][0xa9][0x9c]a[0xea][0x13][0x8b][0xe5]Y[0xdd][0x9e][0xd2]fK[0xba][0xd8][0xb1][0xf2]ZiZ[0xb3][\r][0x19]{[0x93]Qg[0xde][0xa8](d\imA[0xcb][0xcf][0xeb][0x99][0xbc]U.[f[0xa5][0xaa]o[0x98][0x8e]n[0x9b]Z)3[0x9e]/Um[0xb5][0xae][0x9e]"iTN[0xe8][0xb3][0x8b][0xc5][0x93][0xa6]h[0x16][0x14]"[0xe9][0xbe][0xcb][0xee][0xf4]I[0xdb][0xb6][0xec][0xea]4'[0xc6]4G+U':[0x8c][0xca]is[0xce][0xaa]]0eky[0xbd]v[0xc1]E[0xcd]6[0xab][0xe3]fG[0x1e]+t[0xa5]k[0xd0][0x9e][0x9d][0xbd][0xaa][0xe7][0x1d][0xf7][0xec][0xb1][0xb2]^[0xa9]hE[0xbd][0x9e][0xbd][0xb7][0x80]r[0x93][0x8e][0x96][0xbf]vF[[0xf0][0xe][0xdf][0x1f] S335o[7d[0xa5][0xab][0xad][0x1c][0xe6][\r]|J_[0x5]9?i[0x1a]<[0xe]/7h[0x9a][0xb3][0xba][0x1c][0x9f][0xd7]99[0xb5]B{Qw[0xc8]/[0xa7]_[0xd7]K.[0xa4][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]*[0xba]s|[0xd1],[0x94][0xf4][0xac]E[0xcc]KL[0xb2][0xd7][0xab]s[0xa5]hd[0xe6]l[0xad][0xac][0xdf][0xb0][0xec]k[0x99][0xba]E+[0x87][0xcd][0xdf][0xdf][0xb1]k[0xed][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0x99][0xc9][0xeb][0x14][0x16][0xf5][0x8c]f[0x92][0x13][0xcd][0x1d][[0xa3][0xab]V[0xd7][0x1e][0xf1][0xb7][0xb3][0xd8][0xe8]\[0xf0][0x8b][0xf6]5[0xac]IX&[0x1d][0xb3][0x9f][0x8e][0xe6]K^[0xa3][0x93][0xc]u[0xe3][0x93][0xd6][0xa2][0x9d][0xd7][0xc7][0xc][0xa9]T[0xb2][0xda]z[0x7][0xc4]D[0x2];[0x90]M[0xe0][0x11]l[0x8f]a&[0x81][0xdd][0xd8][0x93][0xc0]^[0x9][0xfb]$[0xec][0x97][0x90][0x96][0xd0]'[0xe1]up}?f[0x13][0x18][0x96][0x90][0x97]0"aT[0xc2]![0x9][0x87][0xf1]d[0x2][[0xb1]-[0x86]B[0x2]:[0xe6][0x14][0x86][0xfe][0xd7][0xef]![0x86]b[0x2][0xf3][0xd0]X[0xcf][0x7][0x1b]J[0xa1][0xfb]!R[0xdc][0xae][0xd0][0xb3][0xc6][0xcf][0x9a]p[0x1c]k[0x85]8[0xcb][0x98][0xee][0xb]z[0xad][0xd4][0xb5][0xb2]7[0x1b][0xda][0xca]-[0xd2][0xa6]vYa[0x83]eRh[[0xe9]][0xf7][0xfe][0xd4][0xc3]s[0xdd][0xef][0x8d][0x6][0xde]m[0xa9][0xd5]][0xd9][0x92]V[0xe1][0x8b]([0xc6]<[0x13]l[0x8][0xf4][0xf2][\r][0xdb][0x5][0x85]-hb[0x9d]Y[0x1b][0xbe][0xc8][0xe5]n;[0xaf][9[0xbf][0x3][0x8f]2>[0xc6][0xd1][0x18][0xe7][0x9b]x[0x8d][0xf7][0xb][0xd5]?p[0x17]M[0xb7][0xdd][0xb5][0xdd][0x8c]ID[0x18]w![0xca][0x1e]i[0xc3][0x1e][0xf4]p[0xb4]ee5v2[0x7][0xdc][0xbb]]T[0xe5][0xf]\[0xfa][0xc8][0xd3][0x1c]q[0xc7][0xa2][0xf9][\r][0x9a][0x96][0x11]Q[0xb8]U[0xd5]lq[0x9f][0xa4]][0xad][0xc4][0xca]*OKI[0x13][0x6]+D[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "C[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc2][0x14][0x9a][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xc3][0x14]Z[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x3][0x15][0xd2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xbf][0xc2][0xd1]@[0x85][0xbe]0[0x85]V[0xbf][0xc2][0xf3][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x18][0xf0][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xa1]T[0xac][0xa7][0xea][0xe1][0x13]t[\r][0xfc][0x8a]N[0x19][0xf][0xdc]C[0x9b]ZF<[0x2])z[0xa4][0xa6][0xe8]c[0xd8][0xc0]/u7[0xc6]k[0x8a][0xde]S-z[0xf][0x6]Y[0x0][0x85][0x3][0xee].[0xd5][0xed]f[0xcc]x[0x19][0xdf][0xe1][0x94]H[0xc][0xd5]d[0xdc][0xcd][0x8c][0x9b][0xef]g[0x1c]t3[0xde]DR&[0xd4][0xe0][0x3][0xf9][0xb7][0xa0][0x99]q[0x82]G:G[0xf][0x17][0x98]q[0x9a][0xd9].[0xb9]>v[0xae][0x8]W}[0xc]y>[0xe4][0xee]q[0xc7][0x1f]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a$[0xc]Bk[0x10][0x84][0x8e]:[0x8][0x1d]~[0x8][0x1f][0x12][0xc2]G[0xf4][0xf0]13~[0xca]l[0x9f][0xad][0x3][0xc2]h[0x18][0x84]h[0x10][0x84][0xa4][0x1f][0xc2][0xe7]4[0xf0][0x5][0xc7]7[0x1b][0x85]0[0x1a][0x6]![0x1a][0x4]!Y[0x7]![0xe9][0x87][0xf0]%![0xdc][0xa2][0x87][0xaf][0x98][0xf1][0xe][0xb3][0xdd]][0x7][0x84]Ca[0x10][0x9a][0x83] [0xa4][0xfc][0x10][0x96]i[0xe0]{[0x8e]h[0x14][0xc2][0xa1]0[0x8][0xcd]A[0x10]Ru[0x10]R~[0x8]?[0x11][0xc2][0xcf][0xf4][0xf0][0xb]3[0xfe][0xc6]l[0xac][0x3][0x2][0xff][0xb0][0x5]_6[0xf8][0xbf]/[0x6]~_[0x9e][0xc2][0xd3][0x9e][0xc2][0xa8][0xbb][0x9e]s[0xb7][0x1f][0xd8][0xf8]W[\r] U5[0xa6]p[0x84][0x1f]=I[0xfa][0xc][0x8e]y[0x12][0xe7]iL[0xec][0xa7][0xfa][0x7][0x6][0xef][0xa0]s[0x19][0x1b]#[0xa8][0xfb][0x1f][0x12]wE[0xfe]f[0x5][0xfe][0xa9]9m[0xaa]*[0x9a][0xc2][0xb3]x[0xce]M[0x9a][0xe2][0xf7]p[0x1b]W[0xb7][0xe2]8[0xb2][0x9e]|[0xaf][0xfb][0x4]h[0xdb][0xb8][0xe9][0x1e]6[0x8d][0xce][0xdb][0xae][0x8f]U[0xa7][0x8f]1[0x9e]p[0x93][0x9d][0xfc][0xf]PK[0x7][0x8][0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/apache/juli/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/apache/juli/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/Log.classm[0x90][0xb1]N[0xc3]0[0x10][0x86][0xcf]%iJ!iZ([0xb]/[0xd0]2[0xe0][0x81][0x91][0x95]VB[0xaa][0xd4][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6'u]GV[0x8c][0xdc][0x84][0xbe][0x1b][0x3][0xf][0xd0][0x87]B[0x9c][0xa3]S[0x14]!<[0xe4][0xd3][0xf7][0xfb][0xe4][0xfb][0x95][0xd3][0xcf][0xd7]7[0x0]<[0xc0]M[0x4][0xd7][0x11]L[0x19]$[0xfa][0xf0]$[0xb3]Z-J[0x91][0x19][0xb9]ep6[0x9b][0xbf]7[0xf1][0xc2]9[0xeb][0xda][0x18][0x83][0xa5][0xa8][0x84]i[0x83]X[0x1f][0x9e][0xcb][0x9d][0xed][0xe]l[0x9c][0xc8]ew[0xe0]M[0xb8][0xb2][0xf5][0xb0][0xf2][0xd7][0xc][0xa6][0xb3]U!>[0x5]7[0xa2]T|[0x9d][0x15]2[0xaf][0x1e][0xe7][0xaf][0xc][0xee][0xfe][0xc9];[0xc9]f[0xef][0xec][0xd1]?[0xd5][0xc][0x87][_[0x9a]A[0xa0][0xb1][0x3][0xe2][0x88][0x9b]0[0x95][0xbe]3r[0xe7][0xab]2[0x18][0xbe][0xd8][0xda][0xe5]r[0xa9][\r][0xee][0x1d][0xac][0xac][0xba][0xf7][0xef]1[0xb8][0xb5]Nq[0xf1]![0xf2][0xbd][0xe4]Em47V)[0x8d]Kp[0x84]A[0xfa][0xb7]F[0x9f][0x1][0x83][0x1e][0xf8]3[0x9][0xf0][0xf]A[0x0][0x80][0xc][0x89]}bD[0x1c][0x10][0xcf][0x89]C[0xb8] ^6[0x8c][0xc9]c[0xf2][0x84][0xf6][0x8e][0xcd]&[0xf8][0xed][0xc1][0xd5]/PK[0x7][0x8]6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/juli/logging/LogConfigurationException.class[0x95]RMo[0xd3]@[0x14][0x9c]u>[0xdc][0xba])[\r]NKC[0x81][0xd2][0xf2][0x99]8[0x8][0xb]Upi[0x5]H[0x11] [0xe5]@[0xaa] [0xb8]T[c[0x9c]-[0x89][0x1d]96[0xf0][0x8f][0xb8][0x82][0x4]T[0xe2][0xc0][0x15][0x89][0x1f][0x5][0xbc][0xb7]1i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9][0x81][0xcb][0xfa]=[0xfb][0xcd][0xcc][0x9b][0xf1][0xfe][0xf8][0xf9][0xf5][0x1b][0x80][\r][0xd4]-[0x98]87[0x8b]"V[0xb9]:oa[\r][0xeb][0x16][0xb5][0x17]L\4qI[0xa0][0xe0][0xc9]t[0xe8][0xb],[0xb5][0xf6][0xe5][0x1b][0xe9][0xf6]d[0x18][0xb8];[0xdd]8z+[0xf7]z[0xfe][0xa6]@qK[0x85]*[0xb9]-[0x90][0xab][0xd5];[0x2][0xf9]f[0xf4][0x92][0xa6][0x17]Z*[0xf4][0x9f][0xa4][0xfd]=?[0xde][0xe1]A[0x1][0xbb][0x15]y[0xb2][0xd7][0x91][0xb1][0xe2]>{[0x99]O[0xba]j([0xb0][0xd1][0x8a][0xe2][0xc0][0x95][0x3][0xe9]u}w?[0xed])[0xb7][0x17][0x5][0x81]"[0xa5]V[0x14]4[0xa3][0xf0][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]X&*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xbd][0xf3][0xfc][0x1][0x17][0xa4][0xbc]T[0x9b]X[0xa9][0x9d][0xc4]4[0xbf][0xc9]+[0x98]}8[0x94][0x81][0xd6][0xfc]g@[0xa0]Z[0x9b][0xea][0x84][0x91][0xf3][0xed]Dz[0xaf][0xb7][0xe5]@[0xaf]g[0xe2][0xb2][0x89]+[0x2][0xce][0x14][0x9d]c)f[0x2]?i[0x8e][0x12][[0xae][0xd5][0x8f][0xc9][0xcc]jGi[0xec][0xf9][0xf7][0x15]g[0xb0]z[0xac][0xc7][0xeb][0x8c].[0xc1][0xc2]\[0x9]3[0x98][0xe5][0xea]$-U[0xc2]U[0xd4][0xb8][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0xf8][0xef][0xe0][0x4]V[0xe][0x97]z[0x9a][0x86][0x89][0xea][0xfb][0x13][0x1f]+S6[0x16]([0xff][0x1d][0x0][0x19]M[0xa2]?[0xe5][0xe2][0x11][0xa3]YBX[0xa7][d[0xd2]%[0xa3][0xbf][0xcc][0xdb]SU[0xa0][0x9a][0xcc][0xd0]Y[0xa2]n[0xb][0x6]U[0x80][0xe5][0x1c]@8[0xe2]3[0x8c][0x8f][0xd4][0x19][0x98][0xa7][0xf3][0x4]rt[0xde]$[0xe4].!oQ[0xf][0xc2][0xe8]i,[0xa0][0xac]Y)[0x8c][0x8c][0xe9][0x1][0xa1][0xc]z[0xce]9[0x8d][0x3][0xe4][0xa6]R[0xdd]![0xf1]][0x82][0xdc][0xd5]T[0xa7]F[0xe3][0x19][0x15]W6*D[0xc6][0xa4][0x8b][0x19][0xa9]G8[0x9e][0xb2][0x9d][0xc6]w[0x98][0xe2]=[0xcc][0xc6][0x17][0xe4]I[0xa0][0xc0][0xdc]9[0xcd]m[0xe9][0x89]G[0xb4][0xc8][0xe3][0x9]^{[0xcc]kk[0xe3]tS[0xa9][0xae][0xc0]xX[0xfc][0xc5][0xa4]E[0x93][0x7][0xe9]\[0xd6][0x82][0xd5]L[0xf0][0x5][0x81]y[0xd5][0xf2][0xa1][0xb][0xe7][0xda][0x11]+6[0xe5][0x1]t2+[0xcf]H[0xe6][0xb9][0x96]][0x1b][0xe1][0xc6][0xb2][0xe5][0xcc][0xe]W[0xbc][0x0][0xe7]|[0x1a]+[0x99][0x8e][0xab][0x8d][0xd2][0xdf]p>[0xc1][0xf8]0&/[0xea][0x97][0xc1]D[0xd4][0x85]q[0xd4]g[0xf4][0xd4][0xd9][0xdf]PK[0x7][0x8]d[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/juli/logging/LogFactory.class[0xa5]Wyt\U[0x19][0xff][0xdd],[0xf3]fy!M[0x9a][0xb4][0xa4]V[0xba][0xd8][0x96][0xc9]:[0x90][0x96]ZHiIC[0xd2]N[0x99]LB[0x93][0xa6][0x6][0x94][0xf8]2y[0x9d][0xbc][0xf4][0xcd]{[0xe3][0x9b]7[0xa1][0x89][0xec][0xa0][0xb2][0x8][0xee][0xb].[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V\[0xd3]T[0xd3][0x84]HEQ+E[0x5]W[0xd4]s<[0xc7][0xbf][0xfd][0xdb][0xbf]<[0x1c][0xf5][0xbb][0xf7][0xbd][0x99][0xbc]Y[0x9a]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]c[0xce][0xc9]}w[0xf9][0x96][0xdf][0xb7][0xdc][0xef][0xbb]s[0xe9]?/][0x0][0xb0][0x1b][0xb][0xa2][0x15][0xb3][0x1]4[0xe3][0xc3]A[0xdc][0x83]{[0x3][0xf0][0xe1][0xbe][0x10][0xee][0xc7][0x3][0x12][0x1e][0xc][0xd2][0xe2]!~[0xf6]p[0x8][0x8f][0xe0]#[0x12]>[0x1a][0xc4][0xc7][0xf0]h[0x90]v[0x1e][0xe3][0xdb][0x8f][0xf3][0xd9][0x13]|[0xf8][0xb8][0x1f]OJx*[0x88]:[0xcc]r[0x89][0x9f][0xe0][0xb3]O[0xfa][0xf1][0xa9] >[0x8d][0xcf][0xf0][0xc5]g[0xf9][0xf0]9[0x9][0x9f][0xf][0xa2][0x9]_[0xe0][0xf2][0xbe][0x18][0xc2][0xd3][0xf8]R[0x8]_[0xc6]W[0xf8][0xf0]U[0x9][0xcf][0x84][0xb0][0x5][0xcf][0xf2][0xe1]9[0xae][0xfa]k[0x1c][0xc7][0xd7][0xf9][0xf0][\r]>[0x1e][0x1b][0xf6][0xe3];[0xc4]\$/[0xda];[0xe4][0xc7]w[0x19][0xb6][0x1d][0xe9][0x1e]:2[0xdc]}([0xd6];[0x16][0xed][0x1f][0x8c][0xf5][0xf6][0xf7][0xc6][0x87][0xbb][0x87][0xa3][0x3][0xf1][0xbc]b?[0xbe][0xc7][0x10][0xc8][0x90]:][0xb5]M[0x83]aG[0xcc][0xb4][0x92][0x11]%[0xad]$&[0xd5][0xc8]TV[0xd7]"[0xba][0x99]L[0xd2]y$f&[0xfb][0x94][0x84]mZ3[0x84]LN[0x8d][0xa5][0x95][0xd3]1[0xe7][0x88][0xa1]Yp[0x99][0xe9][0xcc][0x9e][0xa9][0x8][0xed][0xe7]y[0x6][0xf3]4[0xfd][0x8a][0xa1]$U[0x8b]X[0x3][0xa9]1~[0xac]Z[0x19][0xb2][0xc6][0xb1]:kkz[0xa4]_I[0xf3][0xd3]!-i(v[0xd6]R[0x19][0x6][0xb]O[0xf7][0x97][0xba][0xe8][0xb2]`5[0xc3]V-C[0xd1]#Gi7&[0xd4]u[0x1d] [0xf1][0xbe][0xfd][0x9a][0xa1][0xd9][0x7][0x18]*[0xc3][0xcd]#[0xc]U=[0xe6][0x84][0xca]ah[0x86][0x1a][0xcf][0xa6][0xc6]UkX[0x19][0xd7]U[0x1e][0xe]3[0xa1][0xe8]#[0x8a][0xa5][0xf1][0xb5][0xbb]YeOj[0x4]Z[0xce][0xa8]6[0x89][0xa4][0xd8][0x9c][0xd4][0xc8][0xf6][0xa6][0xb0][0x7][0xe6][0xa0]e[0xa6]U[0xcb][0xd6][0xd4]L[0x17][0x97][0xcf][0xd2][0xc][0x1b][0xca][0x1f]3[0x84][0x92][0xaa][0x1d][0x15][0xf1]M[0x90][0xf0][0xeb][0xc3][0xa5][0xe6]5[0xaf][0x16][0xc]n[0x8d][0xe3]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xea][0xfe][0x17]~[0xaf]2[0x94][0x14][0xe9][0x9]N[0xe5]=[0xc2][0xd0]~E[0xe][0xa4][0x84][0x1c][0xb2][0x95][0xc4])[0x8a][0x85][0xf0][0x88][0x84][0xef][0x93][0xbc][0xde][0xd3][0x9]5mk[0x94][0xa9][0x12]~[0xc0] Y[0xaa][0xae]*[0x19][0xd2]$[0x93]}[0xdd]6Y2[0x9e][0xb5]i[0xb9][0xab][0xac][0x81]+[[0x3][0xe3]Sj[0xc2]&%u^[0xbe]8[0x81]&[0x9f]7[0x86][0x9b][0xef],wCj-5eN[0xab][0x1e]5[0x8d][0xe5][0xd4][0x8c]8Q[0xf3][0x90]][[0x86][0xac][0x14][0xc]g[0xac][0x9e][0xe6][0x97][0xaf][0xf0][0x86][0xe6][0xb1]^[0xe7][0x15][0xd3][0xa3]+[0x99][0xcc][0x9a]A[0xab]N[0xe8][0xca][0xec],[0x99]Y[0xc2]I[0xce]$[0xd3][0xdd]K[0xc6][0x1d][0xb6][0xaa][0xa8][0x95][0xcb][0xe8]K[0x8a][0x84]d[0xd8]T[0x82]&f*[0x13][0x14]9nG([0xb1][0xb2][0xc1][0xb0][0xf1]2[0x94][0x84][0xc1][\r]`[0xb7][0xae]3[0xf8]Mait[0xa2](~9[0xff][0x94][0x8b][0x9]3[0xa9][0xc2][0x91][0xb7][0xf]e[0x8d][0x9]][0xa5]kb[0xab][0xa7]m[0x86][0x9d]a'I3I-r[0xd2][0xa2][0xb0][0xde]mZ[0xa7]"[0x5]D[0x8e][0xbf]U[0xc3][0xe6][0xe6]W[0xf7]:_9j[0x18][0xaa]%0[0x8a]L(,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x4][0x15]O[0xcd][0xf1]Bu[0xdb][0xd7][0xd6][0xc6][0xef]f[0xc1]5[0x9f]I[0xe7][0xae][0xfa]H9-[0xff][0x1][0x92]0G7dB[0xcb][0xa4]M~C[0xfc][0xfb][0x13][0xba][[0x8f][0x82]Cf[0xd6]J[0xa8]}[0x9a].[0xea]Q>[0xbc][0x1d]\[0xa5][0x8c][0x3]8(c[0x1f]n[0x94]pV[0xc6]<[0xce][0xc9][0xf8]![0xda]%[0xfc]H[0xc6][0x2][0xce]3[0xb4]^[0x1][0xc].lQ[0xc6]M 4K2^[0xc2]2[0x85][0xab][0xd8]0[0x9]?[0x96][0xf1]2.[0xc8]8[0x82][0xa8][0x8c][0xbd]x[0xaf][0xc][0x5][0xe3]|y[0x17]/%Y[0x9e][0x1c][0x1b][0x8b][0xb9][0xe]e5}[0x82]k[0xf8][0x9]^[0x91][0xf1]S[0xfc][0x8c][0x92][0xe1][0x16][0x9][0xaf][0xca][0xf8]9~[0xc1]7~)[0xe3]".[0xb8]xK[0xcb][0xd5][0xc0][0xd0][0xe1]hI[0xcb][0xe0]xu[0x19][0xbf][0xc2]k[0x12].[0xc9]x[0x1d][0xbf]&/[0xca][0xf8][\r]~+[0xe3][\r][0xbc][0xc9][0xb0][0xbe]L[0xa8]d[0xfc][0xe]o[0xca][0xf8]=[0x1f][0xfe][0x80]?[0xca][0xf8][0x13]w[0xe0][0x9f][0xf9]0[0x8d][0x83][0x94]E+<'T[0xe5][0xd4][0x11]%3I[0xbc][0x12][0xde][0x92][0xf1][0x17][0xfc][0x95][0xb2]g[0xed][0x8b]W[0xe0]5[0xe7]>P[0x92][0x13]_[0x87][0xc3][0xd7][0x91]0S)[0xaa][0x8a][0x1d].k[0x87][0x97][0xb5]c[0x15]:-[0x95][0xd6]=[0xc4]QZ[0xd2][0xd5]v[0xa9][0xda]sT[0xe9]|+a[0xd8][0xfd][0x8e][0xb4]vp+m[0x9e][0xdf][0x8e][0xc8]-k[0xf4][0xc][0xea]I[0xab]x[0xc1]iYK[0xe1][0xa5]?[0xdf][0x3][0xa8]L[0xae]x6J[0xb9][0xa7][0x90]fWP[0xa9][0xaa]|v[0xf6])[0xba]>N[0x9d][0xc5][0xeb][0xa2][0xba][0x84][0xa5]*[0xb6][0xea]9[0xa2][0x17][0xc1]*5[0xa4][0xeb]r[0xfd]s[0xf5][0xb6][0x18]8z<[0x16][0x1d][0xeb][0xbb][0xbd]'NM[0xe1][0x1d][0xbe]b[0x88][0xcb])[0xb9]b~x[0xf5]Vr[0x5]Xv[0x84][0xd7]$[0xe2][0x15][0xb2][0xa6] [0xe1][0xe9]-[0x93][0xce]R[0xea][0xed]+S[0x9f]W[0xaf][0xd8][0xf9].V[[0xd4][0xb][0xa8]F[0x91]}q[0xf1]^h[0x8][0x97]-[0xf2]~"pi[0xd7][0x17]P[0xe4]Z[0x99]OI[0xa7]U[0x83][0xfa]F[0xfb][0x1a]}[0xbf][0xa0]tt[0x15][0xd6][0xa2][0x99][0x8c][0xad][0xa6]hK[0x9b][0xa0][0xa6][0xa0][0xd9]3<[0x83][0x9d]'[c[0xb9]n[0x14]e[0xd8][0x1c][0x8e][0xae]&[0xdc]o[0x9b][0xce][0x16]ME[0x9f][0x19]R[0xc9]uu9[0xb][0x84]Oi[0xab][0xab][0xc0][0xc9][0x82][0xc6][0xaf][0xe5][0xb3]yC[0x1]y.[0xcb][0x89]G[0x9a]T2q[0xd1]}[0xe8]yy[0x7][0xaf][0x93]bQ[0xe8][0xc2][0xbc][0xd7]y[0xdb][0xbe]M[0x9d]q|9[0xe2]<2[0x1a][0xa8]o[0x96]I[0xb7][0x3]k$[0x86][0xe7][0x81]][0xfe][0xf5]SE[0xc5][0xc2][0x10]o[0xf][0xd1]x<[0xe5][0xaf][0xc7][0xd4]u[0xc2][0xc3][0xdf]o[0x94][0x8][0x99][0x19]#1i[0x99][0x86]6[0xab]N[0x88][0xdc][0xda][0x1a].[0xec][0x84]][0xcd]Ekl[0xa3][0x9f]5[0xad][0xf4][0xe3]L[0xa2][0x1f]Jmh[0x7][0x15]7ZU B[0xeb][0xeb]<[0xeb][0xeb]i[0xdd][0xe9]Y[0xef][0xa6][0xf5][0x1e][0xcf][0xfa][0x6][0x4]y[0x9f][0xa1]y[0x90]w:[0xf1][0xa5]&E[0xe7][0xfb][0xc5][0xf9][0xcd][0xa8][0xa7][0x91][0x1a]![0xed][0xdc]"~[0xc]Rw[0xa1]ou[0xcb]y[0xb0][0xb3][0x82][0xa4][0U[0xd0][0xf8]<[0xaa][0xf0][0x2][0xe][0xd1]Lv[0x88][0xd0]#D[0x3][0xb7][0xa2][0xd7][0x15]p[0x83][0xe0][0x81][0x97][0xd9]'[0x88]_[0x14][0x8c][0x1b][0x9c][0xc3]<#C[0x1f][0xe][0xb][0x9d][0xd4][0x12][0xe9][0x8c][0x8b]8[0x83]JR[0x4]t[0xce][0xa3][0xe2]"d[0xd6][0xba][0x88][0xca][0xfe]3XG[0xcb][0xd6]yT-[0xa1][0xba][0x12][0xfd][0xcb][0xf0][0x8d][0xb6][0x9d][0x87][0x14][0x9f][0x87][0xbf][0xb5]}[0x9][0x81]J[0x9c]h[0x9f]#[0xae]J[0xa1]s[0x13]i[0x5][0xf5]F[0x1f]^E-[0xb5][0xc7][0xcd]x[\r];q[0x89]|[0xf7][0xba][0xc0][0xb1][0x87][0xc0][0xcb]D{[0x14][0xb7][0x9]D[0x9d]yD[0x9d][0x88][0x9][0xff]m&[0xac][0xce][0xe9]N[0xd4][0xa0][0x1f]q[0xa2][0x1e][0xa0][0xf3][0x0]*j[0xdf][0x86],a[0x10][0xb7][0xd3][0xb2][0x8a]H[0x8f][0xd1][0xff]P[0xde][0x85][0xad][0xc2][0xac]2[0x1e]x[0xcb][0xe3][0xba][0x9c][0x7][0x18][0x86]q[0xdc]e[0xdc]K_[0x8e][0xa5][0x82][0xcd][0x15]q[0xfe][0xc3][0xe3][0xbb][0x8a]<[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17])=[0xac]p[0xc2][0x95][0x11][0xc9][0xc5][0xaf][0xf2]e[0x4][0x8b][0xc5][0xfc][0xb3]L[0xec][0x18][0xde][0x87][0xd1][0xb5]b[0xf7][0xaf][0xcb][0xc4].[0xa7][0xff][0xe][0xdc][0xe9][0x8a]8("P*[0x82]1!b[0xab]sX"[0x82][0xcf][0xde][0x8f][0xf][0x10][0x7]O[0x84][0xbb][0xdc]D[0xb8][0x99][0xbe]\e[0xa0][0xa5]u[0x1][0xa1][0x5][0xc8]E[0x6][0xb1]Z[0xf][0xae]@^h[0x0]c[0xf8] [0x9d][0xaf][0x84]'[0xc0][0x9f]Y[0xae][0xd0][0xcd]B[0x1d][0x9d][0xcc][0xa3]fN(^[0x91][0xd7]V[0xc0][0x93][0xc8][0x3][0xe9][0x14][0xc0][0x0][0xff]"[0xae]jY@m1[0x8e].[0x8f]c[0xfd]B;[0x8a]$E[0xcb]K*[0xb1](V [0x89];[0xa7]P[0xd2][0x10]&[0xd6]H36Z[0x90]f*N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]$[0xf3][0xf9][0xd9][0x4][0xe7]O0z[0xad]W[0x89]l[0x12][0x9a]K[0x96]p[0x91][0x86][.[0xc2]W[0xbf]nn[0x19]u[0xa3][0xe7]QO[0xa0][0xd7][0x8b]`4[0xd4]7[0xd2][0xd0][0xb2][0x88][\r][0xb][0xd8][0xb8][0x80][0xab]W[0xee][0xde]U<[0xc8],[0x83]*fCb[0xd3][0x1e]8aLQ[0x90]![0xee]Q%[0x98]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OAw[0x15][0xfe][0x9d][0xb6][0xaa][0xe9];[0xb2][0x8c][0xa6]Q*?[0x9b][0xce][0xa1][0x82].[0xf7][0x12][0xde][0xc5][0xb0][0x84][0xcd][0x94]*[0xad]Kx7[0xc3][0xd3][0xe8][0xa0][0xc9]5[0xc][0xaf]`K[0xdb][0x12][0xb6][0xf2]Y0N[0xb3]m|[0xe6][0xbb][0xa9][0xaa][0x89]b[[0xd1][0xbe][0x80][0xed]g[0xfe][0xfb][0x6][0xcd][0x96][0xf0][0x1e][0x86][0xb3][0xc2][0x89][0x1c][0xde]vr,[0xd8]=[0x8][0xb1]{[0xd1][0xc6][0xee][0xc3]^v?[0xba][0xd9][0x3]8[0xca][0x1e]D?{[0x8][0xc7][0xd9][0xc3][0x2]r[0xb][0xd1][0xef]E[0x83][0x8][0x2]7,@[0xe5] N{m[0xb8][0x6])[0xa4]E[0xd2][0x8d][0xe0]C[0xb0][0xe8][0x9b]qMt[0xce]l:[0xe3]&[0x86]P[0xf1]6[0x9a]$d[0xff]Mu5[0xc0][0xdf][0xc8][0xae][0xa9]7[0xba]9[0xd8]([0xd0][0xed]`[0x10][0xdf][0x9d]t[0x95][0xc8][0xe6][0x95][0xb0][0xd4][0xf3]2[0xc8][0x1e][0x85][0x9f]=[0x86]u[0xec]q4[0xb0]'[0x8][0xfb][0xdd]y1[0xfb][0x4][0x6][0xe0][0xea]e[0xec][0xa2][0xd8]\[0xbb][0x88][0xf0]9[0xf8][0x97][0xd1]L[0x8b][0x96]s[0xa8]Y[0x91]$B[0x82]g[0xa8][0x90]=[0x8b][0x8d]x[0x8e][0xf8]N[0x8b][0xac][0x99][0x81][0x9]^[0xdd][0xe9][0xdd][0x8a]G`[0xf8][0x2][0xff][0x3]PK[0x7][0x8]w}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/apache/juli/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/juli/logging/internal/JuliLogger.class[0x9d]VKS[0x1c]U[0x14][0xfe][0xee][0xc]a`f[0x98][0x9][0x3]D[\r]jB[0x8c]a[0x1e]$[0xa3][0xbc]|[0x80]$[0x91][0x0][0x82][0x3][0x4]y[0xe4]%[0xe2][0x9d][0xa1]34[0xce][0x3]{zB\X[0x96][0xb][0xcb][0x85][0xe5][0xc2][0xb2][0xca][0x85][0x95][0x85][0xe5]B-[0xcb][0xb2][0x8c]F,[0xb2]pg[0x16][0xfe]([0xcb]s.[0xcd]<[0xd2]=[0xf6][0xc8][0xe6][0xeb][0xee][0xd3][0xf7]~[0xdf][0xf9][0xce]9}g[0xfe][0xfe][0xe7][0xe1][0x9f][0x0][0x86][0xa0][0xf9][0xd1][0x83][0xd7][0xdb][0xd1][0x85][0xc9][0x0][0xae]`[0x8a]a[0x9a]a[0x86][0xe1][\r][0x86]Y[0x86]9^[0xf7]&[0xdf][0xa5][0x18][0xe6][0x19][0x16][0x18][0x16][0x19][0xae]2,1[0xbc][0xc5]T[0xcb][0x1][0xac]`[0xd5][0x87]5?[0xae][0xe1][0xba][0xf]7|[0xb8])[0xd0]>[0xb7][0x9a][0x9a][0xdd][0x98]^[0x9a]\[0x10][0x88][0xa4][0xb6][0xe5][0x1d][0x99][0xcc][0xc9]B6[0xb9]l[0x1a]z!;&[0xe0][0xcf]olj9-+MM[0xa0]/U4[0xb2][0xc9][0xe2]Nix;[0xb9]#[0xef]&s[0xc5]l[0x96][0x96]%[0xaf][0xca][0xbb])[0xba][0xd5][0xc][0xda][0xd0]:[0xae][0x17]tsB[0xe0]l[0xd4]uulM[0xa0]e[0xb2][0xb8]I[0xd4][0xe1][0x94]^[0xd0][0x16][0xca][0xf9][0xb4]f[0xac][0xc8]tN[0xe3]t[0x8a][0x19][0x99][[0x93][0x86][0xce][0xcf]V[0xb0][0xc5][0xdc][0xd2]K[0x2][0xe7][0x15][0xb5][0xdc][0x91][0x99]--[0xb9]][0xce][0xe9][0x15]r[0xbd]`jFA[0xe6][0x92]s[0x14][0xad]$[0xd5]V[0xf5][0x10][0xd2]KW[0xb4]t9;U`[0xc6]M[0x1]o4vS[0x85][0xa7][0xc][0xa3]hT[0xc2][0x14][0x98][0x96][0xa6][0xcc]U[0x2][0x1d]zi[0xb6]p[0xbb]X[0xbb]`[0xc5][0x90][0x19][0xad]v[0xc1]5i[0x14]*[0xcf][0xc7]L~-[0xd0][0x13][0xad])[0xec]bz[[0xcb][0x98][0xca][0xb9]/[0xaf][0x95]J2[0xab][0xd5]W[0xde]Z@t[0xcb][0xa6][0xcc][0xbc]7/w,[0xeb]q[0x7][0x9a][0x9a][0xc8][0xca][0x96]Q[0xdc][0xe5][0x95][0x8a][[0x98][0xa4][0xeb][0xf8][0x96][0xf2][0xda]d[0xff]TK[0x9d][0xec][0xd0]e[0x97][0x92][0xa6][0xa8][0xc6][0xf6][0xe9]z[0x9b]][0xb][0x4][0xb2][0x9a]I[0xf5]Kiw[0xb4][0x9c]*[0xd2][0xac]@wI3[0xad][0xee]Q[0xad][0xe7]e[0x81][0xb2][0xa7]-[0x13].[0x9d][0xae][0xae][0x1d][0xb3][0x8f][0x18]g[0xdb][0xb9]c'[0x8d]5[0xcd]I[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2O[0x15]j[0x1b][0xcf][0xe4][0xac][0xe1][0xa3]|[0x89][0xd7][0xbf]\,[0x1b][0x19]mZ[0xe7][0xfa][0x85][0xab][0x13]q[0x81][0xb3][0x8][0xa2][0x17][0x17][0x83]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'}[0xb8][0x15][0xc4]s8[0x1b][0xc4][0xf3][0xc][0xe7][0x18][0xfa][0x19][0xa2][0xc]1[0x86][0xb7][0xb1][0x1e]D[0x1c][0xef][0x4]1[0xc8][0xb0][0xc1]0[0xcc]0[0xc2]0[0xca][0xf0][0x12]^[0xe][0xe2][0x9]<[0xe9][0xc3][0xbb]AH[0xa4][0x5][0x12][0xff]cH}[0xc8][0x4][0xb1][0x89]u[0x81][0xe3][0x8f]wY[0xa0][0xb7][0x11][0x11][0xed][0x15]8[0xe5][0xf2][0x99]Qa[0xcc][0xe2]A[0xb5][0xa9][0x85][0xd1][0x98][0xd3]g^7\V[0xb4][0xe1]p[0xb5][0xf2][0xe0][0x18]y[0x81][0xfe]&[D[0xe7][0xcc][0xc1]4[0xa9][0xfb][0x99][0xff][0xd6]:[0x9c][0x8b]&[0xce][0x9a]pu[0xd7]dN[0x96][0xe8]`[0xf0][0x91][0xce][0x2][\r][0x3][0xfa][0xe8][0xc8][0xeb][0x81][0xc0][0x9]x[0xa8][0xc5][0xd4][0x16]:Y[0xf9][0xee]$]OP[0xbc][0x17]O[0x13]>CO[0xd3][0x14][0xf7][0xd0][0xd5][0x1f][0xff][0x3]"[0x9e][0xf8][0x1d][0x9e][0xfb]j[0xed][0xb3][0x84]!x[0x9][0xfb][0xd0][0x82]3h[0xa7][0x11]9[0xa5]v[0xab][0xd5]8Mq[0xa8][0xbb]3[0xc4]J[0x9f][0x1c][0x8f][0x90][0xc5]9[0xac][0x9e][0x99][0xf3][0x1]<[0xfb][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]T[0xe1]lUo[0xfa][0x15]W[0xf0]`[0x95][0xc5]%x[0xfe][0x9c][0x19]Z[0xec][0xc][0x3][0x8e][0xc][0xe7][0x1a]1[0x1c][0xb3]3[0xbc][0xe8][0xc8][0xd0][0xdf][0x88][0xa1][0xd5][0xce]0[0xea][0xc8][0x10]m[0xc4][0xe0][0xb3]3[0x8c]92[0xc4][0x1a]1[0xb4][0xd9][0x19].92[0xc4][0x91][0xb0][0x18][0xae]S[0xf][0xb9]c][0x89]G[0xe8]d[0x96][0xc4][0x1e][0xda][0xc5]>[0xfc]^p[0xa3][0xbd]5[0x8d][0x9e][0xa2]F[0xcf] [0x82][0xd9][0x9a]FwU[0x1a][0xdd]E%?O[0xa4][0x17][0xd4].[0x11]Q*IK[0xa5]L!5+[0xa4][0xd2]}[0xa8]2[0xa0]T[0xbe]G[0x88][0x3]b[0xe0]1[0xcd][0x8][0xa9][0x1][0xf3][0x84][0x8b]4[0xaa][0xcb][0xa4][0xb3][0xaa]tO[Cw[0xa8][0xdb]g[0xe9][0xf2][0xdd][0xb][0xd4]4[0x8f][0xca][0xa0][0x5][0x9e][0x1e]?E[0x7]][0x8d][0x6][0xec]Fo[0xd0][0xf6][[0x94][0xc0]z[0xb3]F[0x7]][0x8d][0x6][0xea][0x8c][0x6][0xec]F%a[0x86][0x8c]fIG?[0x82][0xd1]!W[0xa3]A[0xbb][0xd1]![0xfc][0x94][0xda][0xf7][0x19][0xe9]|~[0x84][0xf6][0x8d][0xb8][0x1a][\r][0xd9][0x8d]~A[0xdb][0xbf][0xa4][0x4][0xbe]j[0xd6][0xe8][0x88][0xab][0xd1]P[0x9d][0xd1][0x90][0xdd][0xe8][0xd7][0x84][0xf7][0xc8][0xe8]7[0xa4][0xf3][0xed][0x11][0x8c][0x8e][0xba][0x1a][\r][0xdb][0x8d]~G[0xdb][0xa0][0x4]~l[0xd6][0xe8][0xa8][0xab][0xd1]p[0x9d][0xd1][0xb0][0xdd][0xe8][0xcf][0x84][0xbf][0x90][0xd1][0x7][0xa4][0xb3]w[0x4][0xa3][0xf4][0x87][0xc7][0xf9][0x90]>n?[0xa4][0x1f]:[0x1e][0xd2][0xaf][0xe0]U[0x8b]a[0x89]XY;[0x1c]O[0xc][0xfc][0x8a][0xce]}D[0xbc][0xa8][0xfb]%[0xf6][0xab][0x92][0xfc]E[0xe5]zT[0x93]j[0xb8][0x92]j[0x98]~I[0xc6][0x15]}[0x18][0xaf][0xd1][0xaf][0xbd][0x7]m[0x98][0xc0]E[0x8b][0xbe]O[0xbd][0x1][0xda]#]{[0xe8][0xfe][\r][0x9d][0xf7][0x95]~5?[0xfe]3pI[0x89]][0xfe][0x17]PK[0x7][0x8]Pvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/apache/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/apache/log4j/Category.class[0xad]Vkl[0x1c]W[0x15][0xfe][0xee][0xcc][0xac][0xf7][0x91][0x89][0xeb][0xa4][0xb1]c[0xd7]`gI[0xda][0xd8][0xeb]u[0x1c][0x8c]cR[0xe2][0xa4]I[0x9c]up[0xb3]q[0x9c][0xf5][0xab]uh[0x92][0xf1]z[0xbc]^w[0xbd][0xbb][0x9d]][0xdb]q[0xd2]&i[0x12]S[0xe3][0x86]g[0xcb][0xa3]U[0xf0][0x3][0xe1]J[0xe4][0x87][0x83]JJ@[0x2][0x9]$@[0xfc]G [0xc4]S[0x80][0x84][0xf8][0x1]B U[0xa2][0x8]q[0xce][0xdd][0xf1]d[0xed][0x9d]ML[0xc4]Z>[0xf7][0xcc][0xdd]{[0xbf][0xf3][0xcd]w[0xce]=w[0xfa][0x9f][0xef]|[0xf][0xc0]G[0xf0]F[0x0];q[0xd6][0x8f][0xf][0xe1]\[0x80][0xcc][0xf9]M[0xd8][0xc][0x83][0xe7][0xc6][0xd8][0x8b][0xb3][0x19]gc[0xb2][0x99]`[0x93]`3[0xe9]G[0x12]S^<[0xcf]c[0x8a][0xcd]4[0x9b]4[0x9b]L[0x0]Y[0xbc][0xc0][0xc6][0xe2][0xa5]96y63~[0xcc]b[0x8e][0xbd][0xb]l[0xe6]9[0xe0]E6[0x97][0xd8][0xbc][0xc8][0xe6]%6[0x97][0xd9]\as[0x95][0xd7][0xbd][0xec][0xc5]5/[0xae][0xb][0x4][0xa6][0xcf][0x8d][0x9b])3a[0xe4]M[0x81]`4c%[0xda]2[0xd9]\[0xc7]T[[0xd6][0xb8][0xd0][0x96][0xca]$[0x12][0xc9]t[0xa2][0xad][0xdf][0xb8][0x10]%[0xd7][0xb4][0xe][0x8]Tt%[0xd3][0xc9][0xfc]![0x81]]M[0xf]\[0xdd]<,[0xa0]ug[0xc6][0x9][0xfa][0x91]h2m[0xf6][0xcd]L[0x8f][0x99][0xd6][0xa0]1[0x96][0xa2][0x99][0xad][0xd1]L[0xdc]H[\r][0x1b]V[0x92][0x9f][0xed]I-?[0x99][0xcc][0x9][0xd4]Kh#k[0xc4]'M[0xc6][0xa5][0x8][0xdd][0xc4]0[0x91][0xb1][0xe6][0x89][0x82][0xef][0x1e]c[0xbf][0x91][0xcb][0x99]V[0x9e][0xe2][0x9][0xd4]4[0x8d]F[0xa7][0x8c]Y[0xa3]-e[0x10][0x8b][0x81][0xbc]Ed$[0x5]{Q2[0x93][0x16][0x10][0xa3][0x2][0xea]t.[0xc1][0xf1]K[0x16][0xb]l[0x1e][0xc8][0x1b][0xf1][0xe7]O[0x1a]Y[0x9b][0x8f]g[0xdc][0x1c][0x9b][0xa1][0xc5][0xd5]ME[0xab]O[0x8d]M[0x99][0xf1][0xbc][0x84][0xf6]N[0x9b][0xb9][0x9c][0x91]0[0xd7][0xc2][0xd9][0xb][0x4]B.[0xdb][0x8a]f[0x6]'[0xad][0xcc][0x1c][0x7][0x92]X"Oq\[0xbf]%[0x1e][0xa6]ee,[0x1a]'[0x8c][0xbc][0x91][0x12][0xd8][0x92]0[0xf3][0x91][0x89][0x9][0xc2]K[0xce][0x9a]Qs[0xd6][0xa4][0xb9][0xc7][0x9a][0x9a]Ke[0x93][0xdf]1@[0xaa][0xb0]H[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xa2][0xcd][0xbd][0xe9]\[0xde]H[0xc7][0x89]x[[0x93][0x8b]j[0xf7][0xd5]_K[0x1b][0xd3][0xb4]1p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xcc]Zf[0x9c][0xe6][0xc7][0x5][0xf6][0x14][0xa3]t[0xa7]H[0xf1][0x7][0x80]x[0xe2])[0xe3][0xe2]Ez[0x93][0x92]}[0xa4]*[0x11][0xec][0x93]1[0xb6][0xd1];[0xb9][0xa4]IK[0xa6]'2[0x2][0x95][0xc9][0xdc]1[0xce]O$[0xcd]2[0x11][0xb][0xb5][0xa9][0x99][0xf2][0xab]'s[0xf6]L[0xf]k[0xd6][0xd0]TJ[0xa4][0xdf]Jf[0xac]d~[0xfe][0x0][0xaf][0xf7]e[0xed]'[0xd7][0xc2]s[0x96]Ru$s[0xbd][0x14][0xf8]^[0xb8][0x14][0xd7][0xdd][0xde][0xfb][0xe1][0xbb][0x97]M[0xe4][0xdb]R[0xb6]d[0xf2][0xd6][0xb4][[0x12][0xfa][0x9d][0xe3]K[0x7]t[0x84]*[0xb2]X[0xb8]A>![0xf6][0x84][0x16][0xa4][0xfb]o'[0xdd][0xd1][0xf4][0x8a]\[0x92][0xe4][0xd5][0x92][0xff][0x4]v[0x93]m[0xa2][0xa7][0x1e]([0xf4][0x7][0x4]B[0xef]B[0x84]Z[0xbe][0x5][0xe5]6=)h&[[0x9][0x95]l[0x82]vN[0x82][0xaf][0xe4][0x10]=[0xd5][0x14]V[0xa3][0x5]a@z[0xad][0x84]J][0x16]{[0xd0]fc>Kkxg[0xa0][0xfe]M[0xf8]B[0xe1];P[0x19]S-[0xc2][0xbc]D[0x98]/[0x11][0xe6][0x15][0x89][0xb9][0xa3][0xb0][0xba][0x8]s/>LX[0xec][0xb5][0xd3][0xaf][0xb][0x5][0x1d]r[0xbf][0xf0][0xd3][0xe4]>t[0xda]a[0xc6]i[0x8a][0xc9]4[0x86][0xde][0x81]r[0x17][0x9a][0xc0][0x1b][0xa8]n[0xf9][0x11][0xb6][0xf0]s[0xcb][0x1d]x[0xc4]]T[0xa8]X[0x1f][0xfb]k[0xa8][0xc2][0xd7][0xd1][0x80][0xb7][0x8b][0xde][0xa7][0xd1][0x89][0xdd][0x88][0x8f]b?[0x5][0xb0]#6[0xc8][0x88]O[0xda][0x11][0x17]h[0x8a]!Z[0x8b]"[0xee][0xa4][0x88][0xdb]V#[0x86]e[0xc4]eT[0xf2][0x84][0x8][0xaf][0x8b]_[0x3][0xf][0xd9]w[0xa1][0xe3].q[0xf8].[0x82][0xf8]>E[0xfd]A[0x91][0x6][0xad][0xe][0x8f]V[0x9b][0x7]{[0x1f][0xc3][0x1][[0x3][\r]J0@[0xb3]][0xe5]D[0xf0][0xba][0x89][0xe0]+[0x15][0xe1]WD[0xe0]7$[0xc2][0xef]6*BW9[0x11][0xbc]n"[0xf8][0xd6][0x88][0xe0]+[0x15][0xe1]o$[0xc2][0xdf][0x89][0xc3]?H[0x84][0xf7]([0xea][0xbf][0x1e]B[0x84][0x83][0xe5]D[0xf0][0xbb][0x89][0x10]([0x11]A[0x4]Q%v[0xa2]A<[0xbe]Q[0x11][0xe][0x96][0x13][0xc1][0xef]&B`[0x8d][0x8][0x81][0x12][0x11]D[0x7]t[0xd1]I[0x1c][0xf6]#([0xba][0x10][0x16]O=[0x84][0x8][0x87][0xf0][0x94]M[0xe9]m[0xfb]$[0xef]/P[0xda]D9[0xa3][0xf3][0xe7][0xfd]&[0xf4][0x95]z[0xed][0xab][0xec]T[0xae][0xd4]{[0xa4][0xf3][0xc8]J}[0x85]t[0xaa]V[0xea][0xbd][0xd2][0xd9][0xb2]"V[0x1c]v[0xed][0x94][0x1c][0x88][0x8b][0x8][0x88]K[0xa8][0x14]/b[0xab][0xb8][0x8c][0xed][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xc5][0xcb][0xd8]![0xae]a[0x97][0xb8][0x81]f[0xb1][0x80]V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xc5]":[0xc5]R[0x91][0x82][0xfb]m[0xe6][0x1][0xea][0x8]t[0xeb][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xe0][0xf9]7[0x1][0xf9][0xe8]C[0xe7][0xfe]([0xba]i-[0xb3]n[0x93][0xbd][0x3][0xf0][0x84][0xbe][0x8d][0xad]+N[0xeb][0xa9][0xe0]I[0xf1][0xb][0x9][0xab][0x17][0x16][0xe0][0x18][0xb5][0x2] "Ea[0x88][0x1e][0x17][0x88]G[0xd7]C[0xfc]q[\r][0xc4]q|[0xdc][0x81][0xd8][0xc2][0xb7][0xa4][0xad]][0x87][\r][0x11](h[0xb7]M`=[0xce]_[0x8b]pV;[0x95][0xa0]+[0xb3]L[0x9]V[0xbb][0x95]`MI[0x9]*[0xd3][0xa8]R2hP^[0xd8]h[0x9][0x9e](W[0x82][0xd5]n%X[0xb3][0xa6][0x4]kJJP[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xb9]F[0x1c]n [0xa8],"[0xac][0xbc][0xfa][0x10]%H[0xbf]o[0xdc]e[0xa4][0xfe]xk[0xad][0x8c][0xca]O\e[0xec][0xc3])[0x1b][0xe1][0x9f]4[0xb2][0x6]K-?[0x86]G[0xbd][0xd5][0xf2][0xe][0xb6][0x83][0x19]\[0xa6][0xef]UI[0x6]y[0xe0][0xd1][0xc5][0xc2][0xb8][0xbb][0x8a][0xc6])[0xa0]o[0x7][0x8d][0xe7][0x81][0x99][0xbd]4[0xe][0x3]o[0x1d][0xa6]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xb0][0x9f][0xc6][0xa3][0xce][0x19][0xbd][0xe5][0xb4],[0xdb][0xab]u[0xbc]j[0xc7][0xd3][0x1c][0xaf][0x8e]<[0xf5][0x96][0xa3]X[0x88][0x18]C[0xf9][0x19]4[0xe5][0xe7][0xa8]P~[0x89][0xa8][0xf2]k[0xc]+[0xbf][0xc5]y[0xe5][0xf7][0x98]R[0xfe][0x80][0xbc][0xf2]'\V[0xfe][0x8c]E[0xe5]/E[0xd9]\rT\B?N[0xdb][0xd9][0xd4][0xe1][0xab]x[0x1f][0x11][0xbf][0xfc][0xd0]\[0xac][0x9c][0x86][0xd5][0xa5][0x1a][0xbe][0xe7][0xaa][0xe1][0x0][0x6]m[0x84][0xa7])3[0x9c]?_[0xa8]%,[0xee][0xe0][0xb1]{[0x17]z[0x80][0x19][0xa9][0x7][0xe1]U[0xf][0x15][0xe5][0xd9][0xe7]0[0xf4][0xd9][0xc][0xd9]k[0xa7][0x8c]+[0x12]w[0xa8][0x80]+[0xea]h[0xb5]F[0xdf]][0xa7][0xdc]h[0xb7][0x9d][0xd4]`[0xbe](7Y;7Y;7[0x9];7g[0xed][0xdc][0xc][0xad][0xcb]Mw([0xdc]z[0x7][0xf5][0xcb][0xd8]+[0x9d][0xf],c[0xb7]t>[0xb8][0x8c][0x6][0xe9]4,[0xa3]Z:[0x8d][0xcb][0xd0][0xa5][0xb3]c[0xb9][0xf8][0xf7][0xc4]Q[0xba]D[0xa0][0xf6]BSOP[0xc1][0xf4]![0xaa][0x9e]FL[0x8d]aH[0x1d][0xc4][0x19]u[0x8]g[0xd5][0x11][0x8c][0xab][0xcf] [0xa1][0x8e]bZ=[0x83][0xac][0xfa][0x1c]f[0xd5][0xb3][0x98]W[\r]\Q[0xc7]pM[0x9d][0x90]R[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xe6]Hq[0xdd][0x91][0xe2][0xba],~Ez\[0xfc][0xea]j[0x2]=[0xef][0xa3][0xc7]'?[0x9a][0xc6]?[0x99][0xed]4[0x8c][0xd8]i8G[0x88]|[0xd5][0xf9][0x89]u[0x9d][0xe6][0x92][0x87]9[0xba][0x18]/[0xc8][0xe0][0x1d][0x85][0x85]Np?[0x9e][0xa1]^'[0xa4]w[0x98]h([0xd2]c[0x1a][0xaa][0xf4][0x98][0x86]F[0xe3][0xb3][0x18][0xb5]{`]A~[0x88][0xdb][0x92][0x85]S,[0xda]v[0xbb][0xdb][0x9][0xfa]=_[0xa6]W[0xd5][0xba][0xf5][0xaa]`I[0xaf][0xd2][0xda]Q[0xa5]u[0xa0]A[0xeb][0xdc]h[0xaf]:S[0xae]W[0xd5][0xba][0xf5][0xaa][0xe0][0x9a]^[0x15],[0xe9]UZ[0x4][0xba]v[0x9c]8[0xf4]"[0xa8][0x9d]DX[0xeb][0x88]^[0xf5][0x9][0x99][0x83][0xe7][0xfe][0xb]PK[0x7][0x8]l[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/apache/log4j/Level.class[0x9d]V[0xfb]o[0x1c][0xd5][0x15][0xfe][0xae]w[0xbd]3[0xbb][0x1e][0x93][0xf5][0xfa][0x81][0x1d][0xc7][0x89]C[0xa1][0xb1][0xd7]n[0xec][0xc4]Ix8@[0x8c]c[0xc3]&[0x9b]uX?B[0x80]b[0xc6][0xeb][0x89][0xb3][0xc9]f[0xd7][0xd9][0x9d]5[0x84]W[0x12][0xfa] [0x94][0xbe][0xa0][0xfc][0x82][0x14]![0x84][0x10][0xaa][0xda][0xfe]`(1[0xa8]E[0x91]PZEPUUUU[0x15]B[0x15]B[0xfc][0x5][0xbc][0x84][0x10][0x88][0xf0][0x9d];[0xb3][0x8e][0x1d]'[0xf9][0x1]Ks[0xce]=w[0xcf]=[0xf7];[0xe7]|g[0xc6][0xef]}[0xfb][0x97][0xb3][0x0][0xfa][0xf0]|[0x4]?[0xc0]d[0x18][0xeb][0xf1]`[0x84][0xc2][0x16]1%fF[0xc4][0xb4][0x8]G[0xc4][0x1][0x11]3"[0xe][0x8a][0xc8]Fp[0x8][0x87]Ml[0x13][0x9d]3[0xb1][0xc5]D[0x9f][0x89][0xcd]&6[0x99][0xe8]5[0xb1][0xd1][0xc4][0xd6][0x8][0x8e] /[0xa2] [0x7]fE[0x1c][0x15][0xb3]([0xab][0x92][0x9]7[0x82]2[0xe6]D<$[0xe2][0xe1][0x8][0x8e][0xe1][0x11][0x3][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xc7][0xc]<[0x1e]8~[0xe1][0xc2][0x5]1&[0x3][0xc0][0xb9][0xbd][0x14][0xa7]w[0x4]N[0x10][0xb4][0x81]'[0x14][0xc2]c[0xe9][0x81][0xc1][0xa1][0xc9]DjLA%[0x14]j[0x7][0xb][0xf9][0x92]k[0xe7][0xdd][0x9];Wv[0xe8]\J!02<[0xac][0xd0][0x9c],[0x14]gz[0xec]Y;s[0xd0][0xe9][0xc9][0x15]f[0xb6][0x1c][0xea]I:sN[0xae]_[0xa1]zx`l I=[0x94]N[0x8f][0xa4][0x15][0x82][0xfb][0x6][0xd2])[0xaa]Djx[0x84][0xbb];[0x87][0xee][0x18][0xbf][0x93]Z[0xdf][0xc5]p[0x3]I[0xfa]FKN1k[0xe7]&[0x9c]b)[[0xc8][0x8f]'v[0x12][0xc0][0xae][0xea][0xde][0x92][0xb1]n][0xd5][0xdf][0xb6])[0x84][0xb6]g[0xf3]Y[0xf7]6[0x85]k;[0x12][0xc9]C[0xf6][0x9c][0xdd][0x93][0xb3][0xf3]3=[0xa3]n1[0x9b][0x9f][0xe9]OtN0[0xfe]`a[0xda]QX[0x95][0xcc][0xe6][0x9d]T[0xf9][0xc8][0x94]S[0x1c][0xb3][0xa7]r[0xdc][0x89]%[0xb][0x19][0x86][0xb6]y[0x1]m3[0xe8][0x1e][0xcc][0x96][0x88]"'[0xa0][0x15]L[0xad][0x19]N[0xdc]W[0xc4][0x17]|[0xc7]J[0xcc]r[0xe8]h9;g[0xe7][0x9c][0xbc][0xab]`[0xb8][0x85][0xa4]w[0xb8][0xbb]c[0xe5][0x91][0xce]+[0xd7]'X[0x1a]([0xce]([0xb4]v$[0xae][0xe2][0x14][0xe0]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xcc][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".W9kM;[0x7][0xec]r[0xce][0xf5][0xe1][0xd5][0x8e][0xba]v[0xe6][0xf0][0x1e]{[0xd6]O}[0xe7]e[0xe0]~[0x8f][T[0xc9][0xc0]q[0x85]H[0xd1][0xb1][0xa7]G[0xa6][0xe]9[0x19][0xd6]d[0xad][0x1f]:[[0xe8][0xf1][0xb6][0x12][0xf9][0xd9][0xb2][0xcb];[0x1c][0xfb]H[0xbf]4[0xa9][0xf5]*[0xbf]3[0xd6][0xd0][0xc3][0x19]g[0xd6]%[0x3][0x18][0xfb][0x84][0x81][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xf][0x15][0xb3][0xae]S[0x89][0xbf][0xee][0xd2][0xf8]#ew[0xf9][0x5]k[0xae][0xe6][0xc0]p[0x82]6[0xed][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]9V[0xa2][0xa1][0xa3]sI)[0xbc][0x3]t2[0xb7]gr>[0xdd][0x2][0x1d][0x12]42Z([0x17]3[0xce]pV[0xca][0x17][0xd1][0x5][0xd8]([0xe7],[0xf4]c[0xbb][0x85]-[0xe8][0xb1]0[0x84]="vY[0xd8]&f[0x9f][0x88][0xcd]"6[0x89][0xe8][0x15][0xb1]Q[0xc4]V[0xf4][0xb0]n[0x16][0x9e][0xc4]O,[0xfc][0x14]?3[0xf0]s[0xb]O[0xe1]~[0xb][0xa7][0xf0][0xb4][0x85][0x1]tY[0xd8])[0xe2][0x17][0xe2]p[0x7][0x6][0x95][0xc][0xe7]3[0x16]~)>[0xbf][0xc2][0xaf]-[0xfc][0x6][0xbf]5[0xf0][0xac][0x85][0xe7][0xf0];[0x85][0xa6][0xcb]7H[0xb0][0xdc][0xa5][0xd0][0xb2][0xe2][0xd7][0xbd][0xc5]l[0x81]%=[0xc6][0xec]+[0x95][0x1a][0xd5][0xb3][0x97]}[0xc4][0xa3]G[0xf4]Rr([0xd4]W<[0x13]#[0x8b][0x1d]Rh[0xbf][0xe8]8[0x98][0xb3]K[0xa5]T[0xc1][0x1d].[0x94][0xf3][0xd3]K\j[0xdc][0xc2][0xf8][0xec][0xac]S[0x1c][0xb4]K+[0xca][0xbd]8[![0xe7]h[0xd9][0xce]q[0x18][0x1b];Vv[0xa3][0xf3]^&qE[0xce]([0xd4][0xf9]\O/a[0xa1]!MN[0xc8][0x8c][0xb2]}[0x9][0xdf][0x1e][0x1f][0xe3][k[0xf5][0x95][0xc9][0xc1][0xc1][0xf7]C[0xed][[0xca]8S[0xf3]O[0x7][0xb]v[0xe8][0xf7][0x8c][0xb7][0xa3][0xc3]5^n[0xf0]'[0x96][0x95]p1[0xce][0x8c][0xe3][0xea]*[0xb1][0x9a][0xcb][0xca][0xa0]7[0xfb][0xf9]F^[0xcf]o[0x86]B'"hA[0x1c]]\w[0xf3][0xbd]\[0x85][0x1f][0xd1]&s[0xb8]n[0x11][0x1a]i[0xbd][0xc9][0xd7][0x9b]}[0xdd][0xe7][0xeb]-[0xbe][0xde][0xea][0xeb]mZ7[0xe3]F[0xdc][0xb4][0x18][0xef]f[0x84][0x11][0x14][0xe2]r[0xe7]V[0xee][0x8c][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x9b][0xf1][0xd6][0xee][0xb6]7[0xa1]^[0xd3]^[0xb7]QF[0xa8][0x81][0xa3][0xa4]_[0x11][0xb7]s[0x15][0xf7][0xfc][0xb0]CG[0x95][0xd5][0x80][0xc6])+[0x12]U{[0x9b]B^[0x4]x[0xc7][0x10][0x86][0xfd][0x1b]6[0xf3][0x17][0xed][0x15][0x1d]Uo!0[0xbf]xCH[0xef]?[0xa1][0xa3][~[0xa4];[0x19][0x9][0xfa][0xfc]][0x97][0x9e]_[0xad][0xcf][0x7]/=[0xff][0xcc][0xb2][0xf3][0x9][0xde][0xef][0x9d][0xdf][0xe5][0x9f][0x9f]Z[0xb0][0xe5]W[0xff]Q[0xe3]>,~'[0xf4][0x12][0xbb][0xe5][0xa3]F=[0x3]l[0x88]R[0x8f][0x0][0xa9]v[0xea]Q[0xa0][0xdc]K[0xbd]O[0xbe][0x90][0xd4][0xf7][0xc9][0xe7][0x92]zR>[0xa0][0xd4][0x99][0xd7]Q=O8|B|[0xc]>&[0x9f]0[0x9f][0x8][0x9f][0x9a][0xf9].A[0x19][0xd0]([0xe3][0xac]$[0xf0][0x2][0x92]8[0x8d][0xbd]x[0x91][0x15][0x9][0xf7][0xe0]e[0xdc][0x8f]W[0xf0] ^[0xc5]4~[0x8f][0x83][0xf8][0x3]r[0xf8][0x93][0xce][0xa4][0xc9]C[0xeb]g"[0xab][0xdd][0xac][0xb8][0xe2]y[0xa0][0x16][0xe1][0xaf][0x91][0xc][0xf8]:[0xcd]=^[0x9a][0xaa][0x91][0xc7][0xf8][0x8d]F9~[0x1e][0xd5]][0xf3][0xf1][0x5]X{[0xba]c[0xb5][0xb][0xb8][0xe6][0x5][0x18][0x2][0xb7];[0xb6][0xaa]bT[0xd1][0x88]V[0x8c][0x10][0x8d][0xba][0x8a]a[0xd0][0x88]U[0xc][0x93]F}[0xc5][0x8][0xd3]h[0xa8][0x18][0x11][0x1a][0x8d][0x15]cY[0xb6]i4P[0xbe]M[0xae][0x9c]e[0xde]A[\r][0xce]q[0xe7][0xef]d[0xe1]yr[0xfc]][0xdc][0x80][0x90][0xcf][0xff]dW[0xff]E[0x16][0xfe][0x9b][0x19][0xff][0x87][0x9d][0xfe]/[0xb3][0xfb][0x1f][0xc6][0xd9][0xab][0xfd][0xf8][0x0]S[0xf8]?[0xe][0xe0]C[0x14][0xf0][0x11]J[0xf8]XW[0xa5][0xdd]K[0xce][0xe7][0x87][0xac][0xbc][0xaa][0xd4][0xf0][0x9f][0xa5][0x94]f[0x9f][0xd4]'[0x8a]p[0xe8][0x1b][0xd4][0x19][0x18][0xb1][0xbc]?[0xee][0xef][0xc5][0xdd][0x94][0xc2][0x84][0xe3][0xd4]R[0xdb]x[0xd7][0x2][0x9a]D\{[0x6][0xcd][0xbe]n[0x11][0xbd][0xfa][0xc]Z[0xe3]o[0xa0][0xf5]<[0xc2][0xf1][0xd8][0x1a][0x1a][0xaf]-[0xe6][0xb5][0x96]s[0x0]|[0xc2][0xbc]>%[0xd7]>cN[0x9f]c[\r][0xbe][0xe0][0xd4]~[0xc9][0xa9][0xfd]jI[0xe7][0xe2][0x8b][0x13][0x12]'[0xb2][0xb4][0xdf][0xb9][0x0]T[0xa7][0xd0][0x8a]E[0xa9]"[0x5][0xc6])'H/[0xf][0x98][0xed][0x3]k#[0x86][0xb6]."h^[0xc0]Z[0xd1]-[0xbe]n][0xc0][0xba][0x8b][0x93][0xd9][0x84]j6[0xbc][0x1a]A[0x15][0x82][0xa5][0xc]4([0x13]kTx[0x9][0x86][0xb6]E[0xc]m[0xc4]p[0xf]1[0xc8][0xd5]A[0xea]1[0xfe][0xbe][0x1f][0xf7][0xfa][0xb3][0x91][0xf2]g[0xab][0x9e]ti[0x8f][0xad][0x15]5r[0xf9][[0xb8]n>~[0xb1][0xa5][0xd7]H[0xe9]U[0x13][0xc2][0xaa][0x19]u[0xaa]m[0xc9][0xb8][0xd5][0xfb][0xd7][0xf8][0x9][0xd6]q[0xfe][0xee]#[0xaf][0xbd][0xd8]g[0x4]%[0xff]N[0xfe][0x15][0xeb][0xf7][0xc7][0xae][0x8f]5[0x4][0xde][0xc4][\r]FD[0x9b]?[0x8c][0xd5]{fX[0x9b][0x1b]b[0xb1][0x90]6M1[0xeb][0xca][0xbd][0xb1]:C[0xdb][0x86][0xb6]S[0xed][0xb1]h[0xd4]s[0x8][0xe9][0x8d][\r][0xd1][0xd8][0xaa][0xa8][0xe7]Q[0xa5]7[0xea]O[0xc5][0x1a][0xfd][0x8d][0x1a][0x1d][0xb1]#V[0xeb][0xdb][0xd5]R8[0xa5]3[0xb9][0x8e][0x0][0xc1][0xd7][0xe4]*[0xdc][0xc2][0x86][0xee][0xe0][0xcb]u[0x88]P[0x93],[0xc3](&[0x9]}[0x96][0x9d]P[0xf8][0xb1].[0xf4][0x3][0xdf][0x1]PK[0x7][0x8][0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/log4j/Logger.class[0xad]Xy|T[0xd5][0x15][0xfe][0xde]d[0x92][0x97]L[0x1e][0xd9]L[0xa0]A[0x85],@[0xc2]$![0x82]He[0x11]k"[0xc1]`[0x12][0xc0] [0x9b](}L[0x1e][0xc3][0x84][0xc9]L[0xfa]fb[0xd8]4j[0xd5][0xda]}q[0xa9][0xda][0xda][0xbd][0xa5][0xad][0x1b][0x8b]B"[0xad][0xb5][0xad][0x8a][0xda][0xc5][0xee][0x8b]uo[0xed]j[0xff][0xf7]g[0xfd][0xd9]~[0xe7][0xbe][0x97]a[0xd6]$[0x15]&[0xbf][0xdf]y[0xe7][0xdd]{[0xee]9[0xdf][0xfd][0xce][0xbd][0xe7][0xde][0x97][0xe7][0xde]}[0xec]q[0x0][0xe7][0xe3][0xdf]:n[0xf6]A[0xc3]-E[0x98][0x86][E|[0xa4][0x18][0xb7][0xe1][0xa3][0xc5][0xf8][0x18]>^[0x8c]O[0xe0][0x93]">[0xa5][0xe3][0xd3][0xc5]([0xc2]gt|V[0x9e][0x9f][0xd3]q[0xbb][0x8f][0xb6]w[0x14][0xe3]N[0xdc]%[0xa3]>/[0xda][0xdd][0xa2][0xdd][0xe3][0xc3][0x85][0xb8][0xd7][0x87]/[0xe0][0x8b]br[0xaf][0xb8][0xbb][0xcf][0x87]/[0xe1][0xcb][0xf2][0xfa][0x95]B|[0xb5][0x18]_[0xc3][0xd7]}[0xf8][0x6][0xbe])[0xda][0xb7]|8[0x88]o[0x8b][0xf8][0x8e][0xbc]~W[0xc4][0xfd]"[0x1e][0x10][0xf1][0xa0][0x88][0x87]D<,[0xe2][0x90][0x88][0xc3]"[0x8e][0x88]8*[0xb1][0x1e][0x11][0xf1][0xa8][0x88]c"[0x8e][0x8b][0x18][0x15]1&[0xe2]1[0x11]'D|O[0xc4][0xf7][0x5][0xe7][0xe3]"~[0xa0][0xe3][0x9][0x1f].[0xc0][0xf]}[0xf8][0x11]~[0xac][0xe3]I[\r][0xbe][0xae][0xb5][0xab][0x17][0xaf][0xd9][0xde][0xb1][0xbe][0xbd]GCEW[0xbf]y[0xad][0xd9][0x1a]6#[0xc1][0xd6][0xde][0xb8][0x1d][0x8a][0x4][0x97]k0[0x6][0xb6][0xf][0x9a]{[0xba][0xa2][0xc1] [0xdf]5[0xcc][0xef][0x8a][0xda][0xc1][0xd6][0xe8]`lq+[0xdb][[0xc3]NG[0xeb][0xba][0x84]M[0xb7][0x19]1[0x83][0x96][0xcd][0xa1]E[0x3][0xdb][0xa5][0xdb][0xb2]c[0x1a]J[0x1d][0xdf]C[0xf1]P[0xb8][0xb5][0xdb][0x1c][0x94][0xde][0xde]P0b[0xc6][0x87]lK[0xc3][0x8a][0xd4][0xde][0x15][0x99]@TXs[0xd0][0xc][0xec][0xb2]$&[0xa3]w)[0xd7][0xcb]W[0xd2]UY[0xcc][0x8a][0xb7][\r]E[0xfa][0xc2]V{4[0x12][0xb7][0xf6][0xc4]5[0xcc]mt[0x80][0xc6][0x82][0xa1][0xd6][0x9d][0xb6]9`[\r]G[0xed][0xdd][0xad])F[0xcb][0xe7]o[0xd4][0xe0]m[0x8f][0xf6]Y[0x2]/[0x14][0xb1]z[0x86][0x6]vX[0xf6][0x6]sG[0xd8][0x12]2[0xa2][0x1]3[0xbc][0xd1][0xb4]C[0xf2][0xee]6z#[0xf4][0xa4][0xa1][0xc0][0x99][0x96][0x86][0xea][0x9c][0xb0]4[0xe4][[0x91][0xb8][0xbd][0x97][0xcf]U[0xce][0xd3][0xe8][0x8c]D,[0xbb]=l[0xc6]b[0x16][0x9][0xa9]J[0x9d][0xf2][0x1c]e[0xc5]ay[0x81][0xf8][0x1e][\r]u[0x93][0xa3][0xd7]0=[0x15][0xe2][0xde][0xc1]q[0x98]m[0xd9]|[0xff][0xbf][0xa4]N[0xeb][0x8d][0x9b][0x81][0xdd][0x1c][0xae][0x9c][0xea]xJC%y[0xce]H[0xb4][0x86][0x95][0x8d]S^[0x14][0x99][0x18]T[0x12][0xe2][0xbb]B[0xa4][0xa4]$[0x9c][0xe6]X[0xb7][0xad][0xb0]e[0xc6]8[0xa3][0xbc]F[0xb1]+X[0x11][0x8a][0x84][0xe2]+5[0xcc][0x99]$"#[0x89]}a[0x1f][0xc7][0x7][0xcd]8[0x1d][0xd4]N:[0x80]+2h[0xc5][0xbb][0xdc][0xcc][0xb6]4f[0x81]:A[0xb6][0x8b][0x6][0xc7][0x1d][0xe9]xZCs[0xf2]p[0x95][0xf3][0x9]G[0xe7][0x7][0xc2][0xe6][0xbe]}[0x1a][0xca]3F1[0xf]DuE4[0x9a]@vv[0xe3]D[0x9e][0xd6]g[0xc1][0x9d]i[0x1e][0x1b][0xc][0xb9]C:[0xcc]@<[0xca][0x85]7[0x91]O}[0xa7]cD[0xde][0xa7][0xe2][0x8a][0xd3][0x89][0xdb]f[0x80][0xa4]W%[0x83]Y[0xbb][0xa3][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9b]N[0x1f][0xb0]b1[0xa6]8[0xb5][0xe4][0xb8][0x6][0x1a][0xfc]Y[0x86]%[0xb5]l[0xd8]eG[0x87]eM*_Z<[0xb1][0x97][0xd2]z54L[0xec]([0x9]Q[0xc1]@,H[0xb6][0xb8][0x6]]h[0xeb][0xcc]x[0xdc][0xb2]#\y[0xa6][0xcd][0xb2][0xb7]4[0x1b][0xad]S[0xf4][0xed][0xa5][0x87][0x85][0xce]c[0x11][0xb9][0xd9]i[0xc6][0xcd]0[0x9f]}[0xd6][0x8e]!z.[0x9][0xc5]V[0xd9]v[0xd4]^[0x15][0x11][0xd0]}j[0xa9]o[0x95][0xea]![0x8d][0x1c][0x15][0x8a][0xec][0x8c]*[0xab][\r][0xc2]i[0xc2]jZ([0xb6][0xc9][0xb4]#[0x89]w[0xef][0xb0])h[0xf5][0xbe]Pl0*;[0xa6]pE [0xec][0xee][0x16]_ot[0xc8][0xe]X[0x1d]![0xa9][\r][0xc5]N[0xb2][0x16][0x8]T[\r]M[0xd9]w[0xc5][0xda][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x9d][0x19][0x9b][0xd7][0xc0][0x16][0xb4][0x19]X[0x8e][0x15][0x6].[0xc2]J[0x1d]'[\r]<[0x83]guOm[0xc][0xa5][0x1a][0xe][0xd3][0xb3][0x17][0x97]R[0xd6][0xa1][0x90]r5[0x8a][0xd1][0x89]f[0xac][0xc1][0x12]\N[0x14]][0xd4][0xba][0xf9][0xd7][0x83]+[0xb1][0x16][0xab]h[0xe1][0xa7][0xfd][0x12]T[0xa2][0x83]s[0xc8][0xa3]E[0x11][0xc7]\[0xc6][0xb6]f[0xcc][0xe2][0xc8].[0xce][0x80]X[0xd5][0x8]p[0x4]`p[0x1e]N[0xdf]:[0xf6][0xad]gK1<[0xef][0xa0]Z[0xc7][0x15]o[0xf3][0xf3][0xce]#[0x87][0x85];[0xd5][0xf5]t[0x93][0xc7]g[0xa9][0xbf][0xa9][0xf9][0x8][0xca][0xc6]P[0x9e][0x87]GQqX[0xf1]r[0xa9]bJ[0xbc][0xf7][0xa2][0x84]C[0x4]K[0x8d]cNl[0x97][0x1]J[0xdb]HF5[0xa5][0x9]>[0xf][0xd1]m[0xc2]f[0xd7]}5[0x9c][0x9f]&[0xe]5[0xe5][0xb0]@[0x19]_EC[0x1e]K[0xae][0xd9]J[0xbe]I[0x98][0x2][0xd3]q[0x9c][0x95][0x1e][0xbc][0x9f][0xc9][0xd8][0xad][0x82]Ow[0xac][0x12][0xc1][0xb][0xe8]g[0x1b]}[0x14][0xc9]A[0xe6][0xfa][0xba][0x8f][0x0][0x5][0xe2]"[0xf2]}[0x92][0x89][0xf0][0x8f][0xa2][0xb2][0xeb] [0xca][0xf8][0xea][0x1f][0x9f]a[0xd7][0x9]L[0xdb][0xc2]PU[0xdd]L[0xab][0x9f][0xf9][0x9a][0x9e][0x87]M[0xcd][0x87][0xd4]R[0x91][0xb8]3[0xe9][0x19]<[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x9c][0x95][0xe2]&[0x9c][0x83][0x9b][0xb9]Dn[0xc1]y[0xb8]5[0x91][0x10][0x83][0xb6][0xdb]Ut[0xc6]RS[0x7][0xed][0xa6][0xbb]ms[0xb9][0xf4]$I[0xe][0xfd]E[0xf0][0x94][0xbe][0x3]C[0xc7][0x7][0x15]T[0xd3][0x85][0xba][0x88]O[0x19]^[0xe8]?[0x86][0x19][0xa3]x[0xdf][0xa1][0xc4][0xc4][0x1d][0x92][0xee]P[0xc1][0xc][0xc7][0x6];[0x10]P[0xae][0xfa]`[0xb9][0xe3]g[0xa9][0x1e]ZWT[0xbb][0xa3][0x93])>[0xa8]b[0xed]tm[0x97][0xf2])[0xe4][0xe5][0xfb][0xb3][0x4][0x1a]Mb7[0xdf][0x9d][0x8b]hA[0xec]R[0x10]C[0xcc][0x81][0xe3][0xa6][0x8f][0xb3][0x16][0xab][0xd9][0xfe]GP1[0x86][0x99][0xb2][0x9][0xaa][0x9a][0x9e]F[0xb9][0xbc]7[0x1d][0xc3][0xd9][0xda][0x18][0xce][0xc9]Sk[0xdc][0xa1][0xb2]D%[0xe3])[0x94][0xe1]$[0xf1]>[0x9b][0x14]hv"[0x8d][0xb3][0x99][0xde]0[0x3][0xac]W[0xa3][0xb4]Y*[0xe2][0x80][0x1b][0xf1][0x16]7[0x9f]-I[0x11][0xeb][0x19][0xb1]r[0x5]i[0xd0][0x85]t[0x1b][0xc7]y[0xf9]lH[0x82]t.!U7[0xc9][0xf6]oi[0x1e][0xc5][0xb9]=[0xd2][0xd5][0x92]N[0x86][0x3][0xe6]-[0x2]y[0x1b]U[0xf8][0xf][0xce][0xc6];[0x98][0x87]w[0x13]k[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xf8][0x90][0xda][0xe4]t[0x9e][0x80][0xd5][0x0][0xdb][0x85][0xd5][0x80][0x18]5[0xcf]8Q[0xf3][0x14][0xaa]x[0x12]*q_[0x9b][0x84]jFSs[0xcb](f-[0xf3]J[[0xb5]7[0x1d]O[0x85]LC+[0xe3].[0xa9]@[0xa5]v[0x16]j[0xb4]*[0x85]e1[0x1d]U[0x92]2[0xc1]"[0x13][0xad]M`[0xa9]%[0x96]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K-[0x86][0x14][0x16][0xd1][0xae][0xa5][0x96]7[0x8e][0xaa][0x86][0xdd][0xc3][0xb9]P[0xcd][0xce][0x8e][0xaa]&[0x13]U[0x3]Q[0xcd]'*?Q5[0x9f][0x19]T{[0x12][0x19][0xbc][0xd9][0xcd]`[0xbd][0x83][0xaa]VPe[0xcb]^]F[0xf6][0xb4][0x8b][0x89][0xeb][0x12][0x94]km[0x98][0xa1][0xb5][0xa3]N[[0x95][0xc8]^yR[0xf6][0xea][0x13][0xd8][0xea][0x13][0xd9][0xab]O[0xcd]^[0x9d]B[0x94][0x83][0xa7][0xda][0xec]<[0xd5]e[0xf2][0xb4][0x89]x[0xb6][0x90][0xa7][0xad][0xe4]i[0xdb][0x99][0xe1][0x89][0xf7]z[0x17][0xd5]b[0xb7]B[0xf9][0x1c]T[0xf5][0x1a][0x1e]H-[0x1d]Z0[0xa9]F[0xf9][0xdc]@[0x1a]/[0xfb]9[0x98][0xae][0xcf][0xc5][0xf4][0x9c]L[0xa6][0xf7]sf[0xd7][0x91][0xe9][0xeb][0xc9][0xf4][0x8][0x99][0xbe][0xf1]t[0x98][0xde][0x9f][0x8b][0xe9][0xfa][0xec]L[0xcf][0xc9]d[0xfa]v[0xe2][0xb9][0x93]L[0xdf]E[0xa6][0xef]>S[0xfb]$[0x7]O[0xb3]s[0xf1]T[0x93][0xc9][0xd3][0xfd][0xc4][0xf5] yz[0x88]<=L[0x9e][0xe][0x9f][0xe]O[0x7]r![0x9a][0x9b][0xb][0xd1][0xbc]LDO[0x12][0x11][0xcf][0x4][0xed]$[0x11]=CD[0xcf][0x9d][0x1e][0xa2][0x1c][0x99][0x9b][0x9b]=s[0xf3]23[0xf7]"[0xf1][0xbc][0xcc][0xcc][0xbd][0xc2][0xcc][0xbd]vf2w][0xae]=23s[0x8f][0xbc][0x99]u[0x8f]\[0x9f][0xcb]CC[0xa6][0x87][0xb7][0xb2]z[0x18][0xc9][0x95][0xab][0x86]\[0xb9]j[0xcc][0xc8][0x95][0xc7][0x80][0xe1])A[0xb9][0xa7][0x14]3[0xcf]9[0xcf][0xcb][0xb9][0xfb][0xef][0xfd][\r][0xe0]264[0x8c]![0x1b][0xc6][0x82][0x6][0x1f][0xae]G[0x90][0xc0][0x8d](nbQ[0xee][0xbe][0x94][0xbb][0xa5](rX[0xd6]x[0xfc]J[0xc3][0x8]V[0xe4][0xc5]-[0xb9][0xfb]Z.[0xb7][0xe5][0xf2][0x8d][0xf4][0xfb]V.yy\[\r][0xe3][0x8e][0xb4]D][0xb][0xe3][0xae]@[0xa4][0xba]Y[0xb4]kM[0xb3][0xdd][0x14][0x98][0xca][0xdb]N9c[0xd7][0x1b]Wv2u[0xa3][0x9d][0xa9][0xd8][0xe5][0xb2]U+g[0xee][0x1a][0xed][0x9c][0xeb][0x93][0x15][0x18][0xae]n[0x96][0xcc]GF[0xab][0xd2][0xcc][0x9d][0xc4][0xe9][0xd5]M[0xba][0xe7]]o[0x81][0xd9][0xff][0x87][0xf1]|V[0x8d][0x9a]Q6[0x1d][0xa2][0x85][0x16][0xac][0x9a][0xd5][0xbc]![0xe0]O[0xcd][0xae][0xb][0x4]rv[0xc9][0x14][0x18][0xca][5[0xf3]N[0xab][0xba]e:[0xf7][0x8d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x8c][0xe4][0xed][0xa2]QY7[0x1c]K[0x9e][0xbd][0x8f][0x81][0xe6][0xb6][0xd5][0x10]H*>[0xa3]n[0x14][0xb7]MIF[0xda][0xd5][0xe5][0x9c]L[0xb5]a6[0x97]Z[0xb5]R[0xc5][0xec][0xa4]z![0xe5]&[0xd7]([[0x99]G[0x8e]Q5[0xb1][0x9d][0xdd][0xcc]KNY[0x99][0x88][0xbf][0xd8]lw[0x1a][0xf2]:g[0x1][0x8d],[0x1d]|[0x96][0xf1]P Vh[0x1a][0xc5][0xdd]U[0xa3][0xae][0x12]e[0xcb]yQo[0xf1]z&[0x95][0xdf]1[0xf6][0x8c]L[0xc5]`?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x87][0xbd][0xc8][0xf6]|Y[0xdb][0xda]1[0x8b]^[0x2][0xbb][0xe6][0xaf][0xb2][0xec]W[0xdc][0x5][0x84][0xfd][0xf2][0x85][0x17][0xc5][0x98][0xb2]I[0x8e][0x8b]}8f[0xfb][0xb9][0x87][0x1c][0xb3]j[0xef][0xb1][0x8f]c[0xfd]"[0x98][0x83]V[0xee][0xa9],[0x9e][0xf2]@ZM[0xab][0x92]amD[0x8][0x97][0xac]F[0xdd]n[0x10]"X[0xac][0x98][0x86]#0[0xb0]P[0xac]x[0x13][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xcb])[0x9a]+[0x96][0x1c][0xd5][0x0]'rI[0x86][0xeb]x[0xf][0x93][0x2][0xe9][0xfe][0x12]Y+[0xdc][0xba][0xfd][0x8a]Ld[0xc8][0xb4][0x8e]w1[0x11][0xc6]=[0x1d][0xdf]aRG[0x12][0xef][0xe8]([0xe0]~[0x18][0xdf][0xeb]X[0xc7][0xf]:.bF[0xc7][0x1c][0xd2]:[0xc6][0xe5][0xdd][0xc7][0xf8]D[0xc7][0xa7][0xb8][0xac][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xd3][0xf1]@[0x6]][0x95][0xcb][0xbc][0xa4]?[0xfb]&[0xa1][0xb]$[0xfa][0x89][0x8a][0x9a]:[0xdd]H[0xe][0xf5]-[0xe5]N[0xc1][0xda]u[0xb3]Fh[0xf6][0xb5]{[0[0x9d]=[0xab][0xc8][0x1e][0xa5]So~9[0x9e]s[0xf6]-X;[0xb8]1[0x97][0xae]S[0xd9][0xf9][0xd7][0xf1]tu[0xcd][0x91]r[0xb4]8[0xc7][0xca][0x18]G~h[0xb2][0xeb][0xdc]i[0xb2][0xc3][0xca]r$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9T[0xae][0xef][0xf3][0x94][0xa1][0x15][0xb4][0xc1][0xb9]'[0x10][0x8f][0xb9][0xf1][0xe1][0x3][0xae]![0xf5]q[0x12]g[0xb8][0xea][0xae][0x3][0xce][0x12][0x1c][0x88]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]^[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xe4]][0xe2]9|[0x1b][0x4][0xf0][0x1f]"p[0x80][0xc0]3[0x4][0x5][0xba]X[0x83][0xf4][0x2]c[0xa2][0xb8][0x80]Q[0xe][0xbe][0x8b][0x99][0xc0]y~[0x93])Q[0xe][0x1e][0xe6][0xb6][0xba][0x1][0xe6][0xf][0x10][0xfa][0x7])[0xc2][0x1d]cJ[0x81][0x86][0x5][0x8e]1z[0xb2]}[0x86][0x1][0x81]}[0x4][0xc4]!Bt=F8[0xc0][0x93][0xff][0x8f]S[0xb4][0x19]Hq[0xa5][0xa9][0xad][0x14]OQ[0x4]g[0x16][0xc3][0x98][0xf5]E[0x16][0xf9]/[0x95][0xfa][0xf3]XKt[0xf6][0xd1]N4[0x97] v[0xba][0x9c][\r][0x12]<[0xc4]0~[0xa4]V~[0xea]![0x19][0xef]!a[0x11][0xc3]![0xb2][0xf0][0x89]z,[0xd7][0xbd]a%[0x14][0xb][0xb1]CG[0x18][0x94]5Hsj[0x12]%2[0x98][0x88][0xa1]|[0x92]p[0x8c]PW;B[0xbc][0xe6]A[0x8d][0xa9][0x1][0xf][0x9](;LuRT2[[0xd1][0x93]m[\r][0x3][0xb0][0x99]m[0x9d][0x12][0xfa][0x99]0[0xf3][0x1d][0x98]e[0xf][0xc6]m[0xab][0xae]2[0x8a][0xef]#[0xa2]r[0x8a]wE[0xe9][0xe2][0xb4][0x98][0xd3][0x1e][0x86][0xd0][0xe6][0x9b][0xf9][0xed][0xa4][0xc6][0xa1] [0xd1]?[0xef] N[0xab][0xb1]R;[0xcf]1[0xb2][0xf1][0x4][0xa3][0x87][0x88]v[0xd3]q[0xdf][0xc9][0x19][0xae][0xd7][0x14][0xf4][0x17]/[0x0]PK[0x7][0x8][0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/NDC.class[0x8d]RMO[0xd4]@[0x18]~f[0xdb][0xdd][0x96][0x82]|[0xac][0x80]|([0xe2][0x17]v![0xb1][0x7]I4[0xc1][0xe8][0x1]b$Y1[0x11]Cb<[0xcd][0xd6]Iw[0x96]n[0xa7]i[0xbb]D[0xcf][0xde][0xbc][0xfa]7<[0xc8][0x89]D[0x13][0x0]?[0x8a][0xf8][0xce]l[0x83][0xb0]l[0xb2][0xcc]a[0xde]v[0x9e][0x8f][0xf7]c[0xe6][0xf4][0xec][0xf7]_[0x0]O[0xb1][0xe1][0xa1][0x86]5[0x7][0x8f]=T[0xb0][0xe6][0xc2]w[0xd0]p[0xb0][0xce]P{![0x13]Y[0xbc]d[0xb0][0xfc][0xc6][0x1][0x83][0xbd][0xad]>[0xb][0x86][0xa9][0xa6]L[0xc4]^[0xaf][0xdb][0x12][0xd9][0x7][0xde][0x8a][0xe9][0xa4][0xde]T![0x8f][0xf]x&[0xf5]yh[0x17]m[0x99]3[0xcc]7U[0x16][0x5]<[0xe5]a[[0x4][0xb1][0x8a]6;[0xc1][0xde][0xce][0xf6][0x16]C5[0x8c][0x5][0xcf][0x18][0xbc]0V[0x89][0xd8]/xx[0xc8]p[0xd3]o4;[0xfc][0x88][0x7][0xbd]B[0xc6][0x81]9$[0xaa]#[0x93][0xb6][0xc8]d[0xc1]0[0xeb]_[0x81]ue[0xd5][0xbc]/[0x9f][0x19]"[0xb6]"a[0x84][0xa5]q[0xcc][0x93][0x88][0xb0]L&[0x11][0x81].[0x81];"-[0xda][0xa6][0xc7]][0xda]S[0x95]R[0xed][0xa9][0x10][0x87]:[0xf4]rB[0xe6][0xfc][0xab]R[0x9d][0xd5][0xe9][0x8a]<[0xe7][0x91][0x19][0xc0][0x10][0xef]Z&[0xba][0xea][0x88][0xd0][0xf1]\[0x14]o[0xf9][0x97]2[0x8f][0xed][0xef]j[0xb1][0xdb]=?a[0x94][0xd7][0xdb]W[0xbd],[0x14][0xaf][0xa5][0x1e][0x9d]K[0x13]z[0xa2][0x1d]'[0xe0][0xc0][0xa5][0x89][0xf]t[0xc5][0x0][0xea]h[0xd8]\[0x19][0xa6][0xff]W[0xf2][0xae][0xd5][0x11]a[0x81]{[0xa8][0xd2][0xfd][0xea]5N[0xf7]K[0x86]$[0x1e]3[0x17]O[0xa9])V[0xd7]O[0xc0][0x8e][0xe9][0xa3][0x2][0x8f]v[0xfd][0x8][0x80]g[0xb0][0xf1][0x9c][0x4][0xc0]D[0x9f]D[0xf1][0x6][0xc5]1L[0x9e][0x1b],[0xa2][0xbf][0x8c][0x98][0x19]q[0xcd][0x90]_[0x11]<[0x85][0xe9][0x92][0xb6]j[0xc][0x1][0xf7][0xf]*[0x1f]O`[0xfd][0x1a]`[0xbf]![0xd6][0xc][0xea]%{[0xc3][0xa0][0xb8]XQ[0x9f][0xf6][0xfe]B5[0xf4]P0k[0xaa][0x99][0xc3]|)\6[0x8]`[0xd5][0xed][0xc1][0xc][0x9f][0x88]p[0xb][0xb]%q[0xa9]$V[0xac][0x9f][0x3][0xe4][0xe5]#^>[0xe]#[0x8a][0x1b],}[0xc2][0x8b][0xce]p[0xa5][0x93][0x96]R'[0xc1]U[0x15][0x6][0x83][0x9b][0xbc][0x94][0x15][0xe0][0xb7]E[\r][0xa3][0xc]n[0x11][0xf8]rJ[0xc3]I[\r]clhj[0x18]W[0xb1]&[0x10][0xb4][0x8c][\r][0xc3][0x12][0x10][0x19][0x1]M[0xca][0x5][0xd7][0x11][0x88]g[0xd7][0xf4][\r]=e[0xe9][0x95]r[0x8a]6[0xcc]JyR Z[0xbd]W[0xb5][0xec][0xf2][0xdc][0xdd][0x9a][0xb9][0xa1][F[0xc5][0x15]P[0x17][0xe6][0xe7]odrK[0x2][0xfb]g[0xec]J[0xd5][0xd5]+[0xee][0xb2]n[0xd5][0xc][0xe5][0xb3][0xe7][0xcf][0x9f][0xb][0x84][0xe7][0xd3]K[0xe9][0xac][0xa7][0x10][0x9e][0xcb][0xe7][0x17][0xf2][0x9e][0xac]]I[0xe7]s,RX[0xb5][0x13][0x84]3[0xb9][0xf9][0x5][0x1f][0xe7][0x6]Hwvn[0xfa][0xf2]yc0J~[0xd2]YI[0xa3][0xdc][0xa7]jQ[0xd4][0x92]W[0xa0]7k;[0xe5][0x94][0xbe][0xae][0x97]n[0x19])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "mb-[0xb5][0xe8][0x98][0xb6]c[0xba][0xf7]([0xde][0xce]Yc[0xdd]1J[0xba]k[0xac][0x92][0x89]t/[0x10]`[0xd7][0xf4]a[0x8f][0xb4]+[0x1d][0x9][0x84][0xce][0x98][0x15][0xd3]='[0xa0]$[0x86][0x96][0xe9]t[0xc6]^5[0x4][0xba][0xb2]f[0xc5][0xc8][0xd5][0xee][0xac][0x18][0xce][0x92][0xbe]b[0x19]\[0x17][0xbb][0xa4][[0xcb][0xba]c2[0xf6]7[0x3][0xee]-[0xb3]*p$[0x91][0xd9][[0xb5][0xc][0xd3][0x85][0x8c][0xbb]5[0xdd]"[0x95][0xc3][0x89]:[0x8d][0x85][0x95]5[0xa3][0xe4]N[0xe]][0xa3][0xea]S[0xc9][0x85][0xdd]Xv[0xff][0x98]*[p[0xf5][0xd2][0xed][0x8b][0xfa][0xba]tG[0xf3]!p[0xb0]l[0xb8][0x85]=[0xcd][0xa0][0xd8][0xa9][0x8b]Q[0xb3]z[0xde]1(ig[0xc1][0x99]c[0xbf][0x2]/%[0xda][0xd4][0x89][0xfd][0x1f]%[0xbe][0xb4]e-[0xda][0xd5][0xaa]I>[0xfc]3[0xd3][0xa8][0xb2][0xed][0xd0][0xf5][0xb6]U[0xd6]\[0xdb][0xcb]U[0xe0]Pb[0xa8][0xd5][0xdc][0x4]];[0xc3][0xf1]u[0xba][0xf6][0xb6][0x9d]@*[0xb1]Wu[0xa8][0xad][0xa3]@5[0xed][0x94]9[0xa0]L{=e[0x83]s>M[0xdd]h[0x93]t[[0x86][0xae]U[0xe3][0xa6]^[0xb3][0xdc][0xdd]h/[0xb4][0x88][0xf6][0xd3]kgJ[0x96]?n[0x9d][0x5][0xbb][0xe6][0x94][0x8c]y[0x93][0xe7]h[0xff][0xb6][0xce]([0xfb][0x12]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xed][0xba][0xa4][0xfa][0x19]e[0xc3][0x89][0xe0]-[0xbc]-[0xd0][0xf3][0xaf][0xec][0x11][0x1c]G_[0x4]/[0xa1]?[0x82][0x1][0x96]F[0x91][0x8a][0xe0]$/c[0xb8][0x1d][0xa1][0x87][0x86][0xa4][0x9]^,[0x86]wP[0x89] [0x8b]K[0x2][0xdd]{([0xb3][0xfc][0x18][0xb0][0x8a][0xcd][0xcb]:[0xbb][0x9e]d[0x96][0x14][0x8d]X[0xf3][0x94][0xd2][0x4][0xed][0xcd]X[0x12]p[0xfb][0x97][0xf2][0xe9][0x99]9[0xba][0xc3][0xae][0x9d][0xf5][0x1e][0x9b][0x91][0x17][0xeb][0xfd]6[0xc1]x[0xab]Vz[0x87]m[0xac]f_[0xa8]e[0xff]A[0x83][0x97][0xe9][0xb1][0xec][0xa5]7[0xa7][0xb][0xf7][0xb9][0xb4]$[0xdd][0xe7][0xea][0xca][0xef][0x80][0xc4]=[0xa4][0xd3]Go[0xd2]+$w[0xe0]U[0xc2][0xaf][0xd5][0xe1][0x83][0x84]_[0xaf][0xc3][0xdd][0x84][0xdf][0xa8][0xc3][0x83][0x84][0x13]ux[0x88]p[0xb2][0xe][0xf][0x13][0x1e][0xa9][0xc3]o[0x12][0xa6][0x9e][0x12]>[0x1]H[0xef]'[0x1b][0xd0]X[0x3][0x1a]o@[0x13]uh?[0x2][0xc0][0x11][0x1a][0xa1][0xd3][0xb4][0x1b][0xf1]8[0xf0].[0xf9][0x81][0xe4][0x9f][0xf4][0xf9]-[0xb2][0xe][0xd0][0xf7][0x90][0xe4][0xef]e[0xf6][0x11]&[0xef]k[0xc1]}[0x99]4[0x97][0x11][0xc6][0x15][0x1c][0xc0]U[0xaa]_Qr'={[0x9f][0x9b][0xa5][0xe3][0xb2]*,q?:[0xa4][0xc4][0x1d]Qh[0xf7][0xc][0xce][0xfa][0x9e]?[0xa5][0x13][0xfa][0xf]A[0xff][0xf0]3([0xf][0xd0]3[0xfc]+[0x94][0x8b][0xc9][0xef][0x11][0x18][0xa1][0xdf]WP[0x3][0xdf]"[0xa0]l*[0x9b][0xa4][0xa2][0xc8] [0xe2][0xd2][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xac]RB[0x6][0x11][0x9a]2[0x80][0x1]:[0x8f]P[0xba][0xe7]([0x0]v[0xd6][0xbf][0x13]J?[0xde][0xc3][0x14][0xb9]K[0xcb][0xb2]*[0xa1]W[0xc5][0xf4][0x94][0xf8][0x93]`[0xc]3[0x98][0xf5]#[0xe1][0xda]s[0xbc]A[0xf2][0xae]n[0xee]$[0x1d][0x92][0x9b][0xd5][0xba][0x2][0x6]}f[0x81]9[0xcc][0xfb][0xc6][0x8b][0xa4][0xcd]^c[0x1c][0xfa]0[0xfd][0xbe][0xde][0xe]}'p[0x8f][0xe8]sI[0xd4][0xed])[0xef][0x84][0xe8][0x85][0xed][0x85][0x18]DG[0xd7][0x14][0xfd][0xc5][0xe2]<[0xb5][0xb1]C[0xb2]O[0xcb][0x9c][0xa9][0xc8][0xd1][0xd0][0xcf]P[0x8a][0xca][0x16][0xb4]B1[0xb0][0x85]p[0xa1][0x18][0xdc][0xa2]7[0xaa][0x18][0xda][0xc2][0xbe]BQ[0xdd]B[0xa4]P[0xd4][0xb6][0xe8][0x1f][0xe9][0xa1][0x8c]o[0xd7][0xed][0x17][0xfe]X[0xc5]h,.[0xb4]H8[0xf4][0xb0])[0xe1][0x7]-[0x12][0xe6]YjU[0xad]@s[0xb5][0xbe]ia[0x1c][0xa6]![0xbc][0xe8][0xe7][0xb3]k[0xfc][0x14][0x7][0x9a]=o6[0x18][0xe7][0xe4]][0xf6][0x82]g[0x8a][0x5][0x9f]b[0xcc][0xbf][0x11][0xda]1J[0xfa])[0xba][0x9a]Y~[0xa8]c[0xd1][0xa8]=}[\r],[0x97]|[0x96][0xb3]~[0xdb][0xc2][0xc7]h[0xee][0xa2]O[0x11]k[0xa6]yV[0xd7][0xae][0xb0]O[0xc3]R[0xbe][0xee][0xaa]2a[0xa1][0x99]0[0xe9][0x11][0xc6][0x9b][0x9][0xff]h [0xf4][0xb2]k&[0xd4][0xb0][0xb4]s[0xf3][0xef][0xc9];[0x7]\[0xfa][0x9][0xd1]b[0xfc]`[0xfc][0x90][0xf2][0x4][0x87][0xbf][0x83]&aw[0xfc]HH[0xc2]0[0xc3]X[0xed]D[0xfc][0xa8]*q[0x8f][0xc4][0xb9][0x81][0xf8][0xb1][0xa8][0xa7][0xb0]On[0xc]F[0xe3][0xc1][0xa8][0xa7][0x11]y[0xb4]3![0xde][0xb5][0x1e][0xa5]'t[0x9c][0xae][0xea])[0x92][0xce][0xd2][0x8d][0x99][0xa6][0xd3][0xcb]2[0xf8][0xe5][0x0]PK[0x7][0x8][0xe2]v [0xf7][0x4][0x5][0x0][0x0][0x5][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/log4j/PropertyConfigurator.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86]3$CR.[0x9][0x94]@[0xb8]g[0xd1][0x96][0x82][0xd4][0xa9][0xd4][0xb2])[0x8][0xa9]Bb[0x81]F[0xb4][0xe2][0xba]v&[0xce][0xc4][0xd1]d[0xbf][0x0][0xd8][0xc3]R[0x1e][0x19]L[0xbb][0x98][0xc9][0xc3][0xc1][0xac][0x8b]9[0x17][0xf3][0x84][0xec][0xa1][0xe]t|DH[0x95][0xca]UB[0xfa]8[0xac]K[0xc2]HE[0x7][0xf2][0xa2]s[[0x93][0xd1][0xb5][0xa8][0x19]F[0x8a][0x95][0xd0][0x17][0xa6]*"[0x9d][0xd4]=0[0x1d]+[0xdd]&[0x94]+a[0xd4][0xf0]DK[0xf8]Jz&l[0xec]7=%MKFm[0xef]ZER[0xd4]-[0xf7]\[0xb4][0xe][0x8]y_iS[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]a[0xfe]z[0xa9][0xd2][0x14]w[0xc2]3"hx[0x97][0xb5][0xa6][0xf4][0xe3][0x83][0xf2]_[0x88]0[0xd8][0x12][0x91][0xc][0xe2][0x1e][0xad][0xd8]o[0xc4]Q1a[0xb2][0xdb][0xe9][0xc4][0xda]x[0xa7][0xa2][0xad][0xe2][0xc4]'7[0x87][0xae]b[0xe1][0xdf][0xb0][0x3]k[0x9c][0xef][0x80][0x8d]\[0x85][0x9d][0xc8][0x97]':9[0xc8][0xf8]o[0x9f];[0x89]J[0x1]Y[0xb8][0xdc][0xea][0xa3]X[0xc0][0x2][0x16][0x9][0x1b][0xff]<6a[0xf9][0xdb][0xf0]Y[0xa0]d[0xa4][0xad][0xcc][0x8f])B[0xc6]7a[0xc0]V&J}n[0x0][0xbb]H[0xf3][0xeb]%[0x9f][0x3]J[0x8c]q[0xcc]q[0xe5]q&[0xce][0x99][0xcd]'[0xd0][0x83]m[0xf]p[0xcc]Zp[0x9]y[0x8e][0x85][0xee][0x0][0x6]y[0x5][0x8c]a[0x8][0xc3]=[0xb2][0xe2][0x9c][0xe2]<[0xba][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7]|[0xfb][\r][0xb9][0xed]G[0xa4][0xee][0xe9][0x9e][0xb1][0x94][0xd5])[0xf2][0xb6][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]W[0xb9]^c[0xe6][0x86][0xd5]\[0xee][0xf2]z[0x9a][0xc9]j[0x84][0xb2][0xbb][0x8c]1[0xcb][0xc1]8[0xa3]9[0xd0][0x7][0x86]]Lpg[0xd2]z[0x9b][0xfa][0x2]PK[0x7][0x8]2[0xe9][0xa8][0xd4][0x83][0x1][0x0][0x0][0x8e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/apache/log4j/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/log4j/internal/MessageFormatter.class[0x8d]T[S[U[0x14][0xfe]69[0x97][0x90][0x6][0x1a][0x91][0x83][0x8d]M[0xbc]UiH[0x91][0x8][0xd4][0xf4]BA[0xb9][0x14][0x9b][0x1a].%[0x88][0xd5]q[0x94]Cr[0x8][0x81]p[0x92]99[0xb1][0x8c][0x88]3:[0xda][0xb1][0xe3][0x83][0xfa][0xa0][0xce]t[0x1c][0xcb][0xd4][0x87]>[0xf8][0xd2][0x8e]3a[0xaa]3>[0xf8][0xe8]/[0xf2][0x81]i[0xfd][0xf6]I`J[0x89]3[0x5][0xb2][0xf7]Zk[0xaf][0xfd][0xed][0xb5][0xbe]o[0x91][0x1e][0xfc][0xf1][0x17][0x80]A,[0x4][0xd0][0x8e][0xa4][0x8e]3[0x1][0x9c][0xc5]9[0xb9][0x9c][0x97][0xcb][0x90][0x8e][0xb][0x1]h[0x18][0x96][0xce][0x88][0xb4][0xde][0x90][0xcb][0x9b][0xd2][0x1d][0x95][0xd6][0x98][0xb4][0xc6]uL[0x8][0x1c][0x99][0xb8][0x98]NM}[0x94][0x99][0x1f][0x9d][0x9b][0x17][0x10][0xe3][0x2]m[0xe3]%[0xbb][0xe2][0x9a][0xb6][0xbb]`[0x16][0xab][0x96][0x8f][0xf]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xf6][0xd2]ffedK@[0xbb]P[0xb0][0xb][0xee][0x88][0x80]/[0xd6][0xb3] [0xa0][0x8c][0x97]r[0x96][0xc0][0xd1]t[0xc1][0xb6][0xa6][0xab][0xeb]K[0x96]3o.[0x15][0x19][0xe9]H[0x97][0xb2]fq[0xc1]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2]o[0x4][0x15]w[0xa5]P[0x11][0xe8]M[0x97][0x9c]|[0xc2],[0x9b][0xd9][0x15]+Q,[0xe5]O[0xaf]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6]k9[0xb6]YLLY[0x95][0x8a][0x99][0xb7]&K[0xce][0xba][0xe9]26[0xc4]'[0x97]=G[0xe0]l,[0xbd]j~l&[0x8a][0xa6][0x9d]Od\[0xa7]`[0xe7][0x87][0x1e][0x89][0xcc],[0xad]ZYw[0xa8][0xe7]p[0x12]_[0xae],U[0x97][0x5][0x8e][0x1d]:[0x1b][0xab]./{[0xaf][0xb4][0xe6][0xac]ba=[0xe3][0x96][0xca][0x2][0xed][0xeb][0xf5]*f[0xbd][0x12]l[0xd9]M[0x13]L[0xbf][0xe9][0xe4][0xab][0xeb][0x96][0xed][0x1e][0x16][0x84][0x81].[0x81][0xf8][0x93][0xcb]G[0xfc] &[0xf1]V[0x10][0x97][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]2[0xde][0x16][0xe8]j[0xae][0x81][0x4]O[0x7]1[0x85][0xe9] f0+[0x97]+[0xd2][0x9d][0xb]"[0x83]y[0x89][0xf2][0x8e]@[0xe8]q[0x1a][0xe][0x84][0xea]p[0x2][0xba][0xec]mc[0x86][0x82]+[0xb1]T[0xf]%[0xd0][0x8a][0x8d][0xce]9[0xb5][0xd2][0xcd][0xae][0x98][0xce][0xa8][?[0x1e][0xaf]o[0x1c][0xe6][0xd6]Ju[0xa9][0xd2][0x80][0xe8][0x8a][0xa5]RM[0x19][0xd6][0xcc]r[0xd9][0xb2]s[0x9c][0xe2]&[0xba][0x1d][0xbe][0xb1]?_[0x7][0xd2][0xff]W[0xc2][0xfd]t#[0xd6][0xfc]y[0xbf][[0xda][0xeb][0xb2]3[0xd6]4C[0x95][0x95][0xa7][0xf0]"Z[0xf8]-[0x1][0xae][0xc7]p[0x14]![0x8]<[0xe5]y[0x1d][0xf4][0x9f]~[0xc4][0xef][0x84][0x8f]6u[0xe5][0xfa][0xc]#[0x9][0xee][0x82][0xbb][0x1a][0xdf][0x81][0xb8][0xd7][0x0][0x0][0xbf]=d[0xf0]Y[0x84][0xb9][0x6][0xeb][0x9][0xf4][0x8e]soE[0x4][0xd1][0xfa]e[0x91][0x84][0x2][0x9d][0xb1][0xcf][0xe2][0xa1][0xcd][0x1a]|[0xc3][0xf1][0x1a][0x94][0x91][0xd0]FR[0x89][0xb4][0xdc]B [0xa2],F[0xb7][0x9]|[0xb7]n[0xf8][0xe2][0xdc]kP[0x93]j[0xe4][0x17][0x4][0xe9][0xe4][0xa4][0xa3][0x18]jhk[0x1b][0x1]C[0x9]}[0xe0]%[0xff][0x9][0xed][0xbd]h[0xa8]sq[0x7][0xfa]y-[0xac][0xc5]}[0x91][0x1a][0xfc]5[0xb4][0xbe][0x1b][0xd6]N[0xd5][0x10][0xe0][0x16][0x8f][0xa8][0xc4]9R[0x8f][0xd5][0x10][0xbc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xd5]cl[0x14][0xe8]gM[0x3][0xac]z[0x90][0xde][0x19]V{[0xe][0xcf]a[0x18][0xaf]`[0x14]}[0xcc][0x18][0xc0][0x4][0x86]8])9[0x9d][0x98][0xc6]U[0xe]^[0xe][0xb3]X[0xc3][0x15]l`[0xce][0xeb][0xf8][0x12][0x11][0xae][0xa2][0x9b][0xf7][0x9e]'[0x13]}<}[0x81]X[0xaa][0xec][0x94]D[0xbf][0x4]x[0xd6][0x9][0xbc]L[0x1e]t\#v7y[0xb][0xc2][0xc1]IZ>[0xe6][0xda][0x88]qU[0xd0][0xc3][0xcc][0x10][0xb4][0x7][0x88][0x8][0xfe]h[0xbb]0D[0x9b][0xf0]8[0x8c]78[0xfc][0x9b]Y[0xad][0xcc][0xba][0xef][0x1b][0x91][0xf4]%[0x15]I[0x0][0xd9][0x18][0xf0][0x18]P}I[0xcd][0xd0][0xd4][0xdb][0xb8]N[0x8a][0xa3]5[0xb4]%uC'[0xb9]ACW[0x16][\r]e[0x1b][0x91][0xe8]M[0xc9]ZX[0x8d]G[\r]e[0x8f])U[0xb2][0x12][0x97])[0x92]b[0xbf][0xe1][0xf]m[0xdd]BW[0x93][0x1c]/[0xa4]7B[0x86]v[0x13]ma[0xd5]c[0xf9][0xe][0x2]a[0xb5]WZ[0x86][0xae].[0x8e]|[0xa9][0x89];[0xf]?i\[0xa7],[0xaa]$~[0xf]d[0x9f][0xfe][0xf][0xbd][0x89]Z%[0x15]k[0xf0][0xa3][0xc8][0x19][0xb3]I`[0x99]T8[0x14][0xa2]J[0xda][0xaf]Q[0x88]M[0x12][0xff]))[0xfd][0x1c][0xef][0xe3][0xb][0x98][0xf8][0x8a]Y[0xd7][0xe1][0xe2]kFn[0xd0][0xfa][0x6][0xdf][0xe1][[0xfc][0x84][0xef][0xf1]3On[0xe3][0x7][0xfc][0x86][0x1f][0xf1];#R[0x9a]e[0x4]xo[0xcc][0x13][0xc4]Od[0xd7]#_[0xe7][0xd9][\r][0x9c][0xa2][0xa5]I*[0xf7]E[0xba][0x8f]^O$i[0xbd]J[0xab][0x85][0xbf];[0x14]T[0x8a][0xe4][0xc7]=N7[0xe9][0xef][0xc2][0xaf][0x9e][0xd4]*_j[0xc7]k[0xbc][0xab]y[0xc2][0x9d][0x84][0xff]![0x81]u[0x1d][0xfd][0x9c]([0xfe][0x9][0xa1]c[0x90]h[0xbb][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]c[0x17]'[0xc4]q[0xed]_[0x16]$p[0xda][0xfb][0xcf]y[0xfd]?PK[0x7][0x8][0xde]H[0x18]WV[0x4][0x0][0x0][0xb4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/apache/log4j/spi/Configurator.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xe7][0xfc][0xbc][0xb4][0xcc][0xf4][0xd2][0xa2][0xc4][0x92][0xfc]"[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],[0xfd][0xe2][0x82]L}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%@[0x83][0x19][0x19][0x98][0x18] [0x80][0x91][0x81][0x19]H21[0xb0][0x0][0x0]PK[0x7][0x8][0xcc]T[0x10]gn[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/apache/log4j/spi/LoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xd1][0xdc][0xc4][0xec]T[0xbf][0xd4]r[0x9f][0xfc][0xf4][0xf4][0xd4]"[0xcf][0xbc][0xe2][0x92][0xc4][0xbc][0xe4]TF[0x6]][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc]t[0x93],}[0x88]6kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c][0xa0]f![0x88][0xb0][brI~Q[0xa5][0x1e][0xc8] F[0x6]%[0xc][0xcd][0xc5][0x5][0x99][0xfa](*[0x19][0x19][0x4][0x10][0x96][0xfa]'e[0xa5]&[0x97][0xb0]120201[0x80][0x0]#[0xb]#[0x3]3[0x3][0xb][0x88][0xc5][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8][0x95][0xb5][0x9f][0xca][0x9f][0x0][0x0][0x0][0xd0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/apache/log4j/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/log4j/xml/DOMConfigurator.class[0x8d][0x92]]O[0x13]A[0x14][0x86][0xdf][0xa1][0xcb].T[0x84][0xf2]U[0xf1][0x1b][0x88][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0x89]A[0xe3][0x5]jb[0xb0]\[0x90]U[0x12][0x10][0xb8][0x9e]n[0x87][0xed]4[0xbb]3[0xcd]t[0xab][0xf5]gye[0xe2][0x85]?[0xc0][0x1f]e<3[0xac]B[0xb5][0x11]7[0x99]3s[0xce][0xbc][0xcf]9gO[0xe6][0xfb][0x8f][0xaf][0xdf][0x0]la[0xad][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nG[0xb8][0x13][0xe1].C[0xf8]BiU[0xbc]b[0xa8]4[0x1e][0x1e]3[0x4];[0xa6]-[0x19][0xe6]b[0xa5][0xe5][0xbb]A[0xde][0x92][0xf6][0xbd]he[0x14]Y[0x88]M"[0xb2]ca[0x95][0xf3][0xcb]`PtT[0x9f][0xe1]~ll[0xca]EO$[0x1d][0xc9]3[0x93]>[0xed][0xf2]a[0x9e][0xf1]7[0xfb]ow[0x8c]>U[0xe9][0xc0][0x8a][0xc2][0xd8]m[0x86][0xe9][0xa4][0xf4][0x89]]ix[0xea][0xe3]V[0xc2][0xdb]&[0xe7][0xcd]L[0xe6]R[0x17][0xdb][0xae][0x89]H[0x9e]9[0xc][0xcb]c5[0xc][0xf3][0xbf][0x13][0xbd][0xd6][0xed][0x13]Q$[0x1d][0xd2]6[0xe2][0xae][0xf8] x&t[0xca][0xf][0xb][0xab]t[0xea][0xb3]M[0x9d][0xaa]Lj[0x91][0xfb][0x9f][0xf8]K[0xc1]P[0x1f][0xc3][0xed]90[0xec]I[0xab]L[0x9b][0x81][0xed]1T[0x9b][0xc3]D[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "et?[0xc2]*uPRZ[0x16][0xfc][0xe8] [0xf6][0x95]*[0x3][0x9b]1[0xcc][0x8e]^[0x10]zh[0x6]6[0x91][0xbb][0xca][0x8d]l[0xe9][0x8f][0xa9][0xd3]a[0x2][0x11][0xd9]*[0xed] ([0xc0]:[0xa6][0xe8]4s&[0xc2]4[0xdd][0x80][0xec][0x15][0x1f]q[0x9]6i[0xb9][0xbb][0xb]p[0xe8][0x3][0xf].[0x80][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W1[0xeb][0xc1]9[0xd4].[0x3][0x1f][0x8d][0x80][0xf3]X([0xc1][0xc5][0x12]|F[0xab]2[0xe]|[0xe2][0xc1][0xba]o[0xfd][0x17][0xe8]NKX&[0xeb][0x9a][0xae][0xd1][0xdd]?k?[0x1f]S[0xbb]N+ [0xef][0x9a]O[0xb1]rY[0x8a][0x97]#)[0xae][0xe3][0xc6]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x9b]^[0xeb]'PK[0x7][0x8][0x98][0x12][0x98][0xd5][0xcb][0x1][0x0][0x0][0x9b][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/apache/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/apache/logging/log4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$1.class[0x95][0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xf8][0x97][0x18][0x5][0xd3][0xdb]XX[0xbb][0x4][0xbd]AP[0xb0][0x10][0xb][0xbd][0xc0]&[0x19][0xf2][0xc3][0xb2]+I[0x14][0xcf]f[0xe1][0x1]<[0x94]8[0xc1][0xd6][0xc6][0x19]f[0x1e][0xc3]{[0xf3][0xbd][0xde][0x8f]'[0x80]5&[0x1e]<[0xf]cBpr[0xd7]:[0xe5]]i[0x98]0[0x8f][0x8d]kX'[0x86][0xcf]E[0xcd]:[0x8b][0x9d]m[0xf9][0xde][0xae]*}[0xd3][0x84][0xd9][0xd6][0xa6][0xe2][0x97]6?p[[0xb8][0xcc]C@[0x88]\[0x9d]+}[0xd1]i[0xc1][0xca][0xb8]<[0x17][0xb7][0xd3]M[0xa5]~[0xb3][0x96][0x11]a[0xba][0xb7][0x96][0xeb][0xd8][0xe8][0xa6][0xe1][0x86][0x10]vxe[0xb4]|[0x1e][0x93][0x8a][0xd3][0x96][0xa0][0xfe][0xa4][0x86][0xb][0x10]z[0xf8]V_[0x1a]r[\r]0[0x14][0x1d]`$[0xdb][0x97][0x9]$C] [0xf4]?PK[0x7][0x8][0xfd]UCy[0xad][0x0][0x0][0x0][0x8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.class[0xad]Wmp\e[0x15]~[0xde][0xdd][0xbb]{[0x93][0xcd]M[0xd3][0x84]4%i[0x81][0xd2][0xa4]e[0xbb]I[0x8][0xb5]-[0x96]&DK[0xa0][0x90]6M[0x80][0x94][0x96][0x82][0x1f][0xbd][0xdd]^77[0xdd][0xec][0xa6]wwC[0x8b][0x1f][0xf8][0xc1][0xa7][0x82]"[0xda]**~[0xf0][0xd1][0xa8]#3v[0x6]$[0x1]F[0xfd]][0x9d]Q[0xc1]q[0xd4][0x19][0x1c][0xfc][0xe5]o[0xff]v[0x90][0xf2][0x9c][0xf7][0xde][0xdc][0xee]&[0x17][0xa7]m[0x98]$[0xef][0xfb][0xde]s[0xdf]s[0xce]s[0xce]y[0xde][0xf3][0xde][0x9c]}[0xff][0xf5][0xdf][0x2][0xd8][0x82][0xd9][0x14][0xd6][0xc1]N[0xe1]Z[0xd8][0xf5]\[0x1d]6[0x91]M[0xc1][0xf0][0x1f][0x8e][0xa4][0xe0][0xe0]s2[0xe4][0x1a]0[0x1]WV[0x93][0xb2]:*[0xab][0xbc][0xc]S2[0x14]DVl[0xc0]4[0x8e]5[0xc0]CI[0x86][0xb2][0x89][0x8a][0x88]g[0x1a][0xf0][0x0][0x8e][0x89][0x93][0xe3]2[0x9c][0x90][0xe1]Ay[0xf1]y[0x13]_h@[0x7][0xbe]([0xc3][0x97][0xc4][0xcc]C[0xa2][0xf7]eY}[0xc5][0xc4][0xd7]L2T,[0x94][0x9d][0xe3][0xe5][0xae][0x5]S[0x84]fHF[0x14]F[0xd3]K[0x91]oZ[0x8e]]s[0xca])[0x95][0xec][0x9c][0xe]j[0x89]e[0x5];[0xc2][0xdf][0xfd]U[0xa2][0xb1][0xc3][0x93]N[0xb6][0xbc]<[0x8][0x86][0xed][0xe5][0x98][0x9e]+"[0xec][0xb2][0x12][0xd3][0x15]r[0xe0]P[0x4][0x8c][0x8f]8[0x11][0xf1][0xa3][0xce][0x9][0x85][0xc4][0x8c][0x10]L[0xa1]q[0xbc]lg[0x8f][0x92];Aq[0x93][0x84][0xb1]3[0x9f]W[0xd8][0x93]^[0xc4][0xbc]e9M[0xce][0x4]|n[0xcc]V<[0xcf])[0x94][0x17][0xf8][0xdd]V[0xcb][0xb0][0x13][0xd3]>[0xcb]L[0xe2][0x96][0x96]Y[0xff][0xba][0x80][0x82][0xc]{[0xe5]b[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8b]D[0x11][0xa1][0xca][0xd1]=[0xb4][0x18]S[0xe4][0xbe]e[0xe1]Lde[0xb][0xf1][0xea][0x99]Y[0xa7][0x88]%[0xf3][0x84]6[0xb7][0xf9][0xf3][0xaa][0xda][0xb2]ti1U[0x1b]k[0xfa][0x97]B[0xcc]%[0xa9][[0xab]6[0xf][0x97][0x1d][0xcf].[0x17]=[0xee][0xed][0x8f][0xb2]q[0xd1]-[0xec][0xae][0x8][0xa3][0x3][0xcb][0xb0]8[0xd8][0xcf][0x96][0xcd][0xb6][0xce][0xe6][0xac][0x90][0xd2][0x91][0xeb][0xa3][0xc1][0xbe][0xec][0x9a]x\[0xe1][0xc6][0xf4]%[0xe7]ts[0xbf]t[0xd7][0xd8][0xf1][0x1b][0x14][0xb6]\[0x86]2q[0x8c][0x17]+^[0xd6][0xd9][0xe5][0xca][0xd1]\[0x13][0xbd][0xf1]z[0x9][0xc6][0xc2]&d,t[0xa2]K[0xa1][0xf9]B[0x12][0xee][0xb0]K[0x13]L[0x84][0x85][\r][0xd8]h[0xe2][0x9][0xb][0x1f][0xc3][0xd7]e[0xf8][0x6][0xcf][0x97][0x85]'[0xf1][0x94][0x85]o[0xe2][[0x16]n[0xc2][0xd3]2|[0xdb][0xc2]3[0xf8][0x8e][0x85]A|[0xd7][0xc2]I[0x9c]2[0xf1]=[0xb][0xdf][0xc7][0xb3]<[0x8a][0x16]~[0x80][0x1f]Z[0xf8][0x11][0x9e]#y[0x17][0xa7]O[0xac][0xfc][0xd8][0xc4]O[0xc4][0xf4][0x16][0xb][0x7][0x5][0xca]^[0x19]~[0x8a]S[0xec]w[0x11]E[0xb1][0xf0]3uZ[0x96][0xdc]A[0xd4]J[0xf2][0xfe][0x1a]w[0x96]hP[0xd4]_SQ[0xbd][0xa7][0xce][\r][0xeb][0xd8]V[0xb3][0xbd][0xaa][0xf][0x99][0x13]viTc[0xe0][0xd7][0x10]Se[0x14][0xf4]Ck:2[0xbc][0x8d]Q[0x9][0x8e][0xda][0xb8][0xa2][0xb6]M[0x13][0x8b][0xee][0xa1][0x1a]V[0x92][0x91][0xeb]r[0xd5]q[0x11][0xb4][0xca][0xa4][0xe7]L[0x15]g[0x1c][0xf9][0x12](N/v[0x1f][0x16][0xa6][0xef][0x12][0xd9][0xc8]O[0xdf]u[0xfc]SX[0x8f][0x18][0xd8] [0xf8]a[0xdc]"[0xfd][0x80][0xb2][0xeb][0xb8][0x8e]![0x8d][0x14]G[0xf6][0xf]J[0xba])[0xd9][0x83]8W[0xc0][0xaa][0xcc]k[0x88]e[0xe2][0xaf]"[0x9e]y[0x3][0xc6][0xc1][0xd7][0x90]x[0x15][0xc9]3Z[0xa5]G[0x1b]18[0xe6]9[0xba][0xa8][0xc7]$Z1[0x85]^J,_[0x19][0xd7]c3g%-!0[0xa1][0xed][0xb5][0xf9]:[0x81]=Ym[0xc5]6Z[0x14][0xcb]7[0x6][0x96][0xf]PO4[0x9b][0xbb]{[0xe6]P[0xf7]L?[0x82][0x4][0x1e]E[0x13][0x1e][0xd3][0xa6][0xd7][0xf9]J[0xa1][0xe9][0xe6][0xc0][0xb4][0xac]>[0x8e][0xed][0xd4]T[0xec][0x8a];[0x2]'3[0x81][0x93][0xce][0xcc]+Hv[0xcf][0xa3]>[0xc6][0x9e][0xd8][0xa2][0x1f][0x18]Pj[0x1e][\r]q[0x1c][0x10][0x0][0x96]v[0x1b][0xaf][0xca][0xd2]I4[0xe2][0x14][0xd6][0xb2][0x97]^[0x8b]g[0xab]\w[0x86][0xae];[0xd1][0x1f][0xb8][0xee][0xc4][0x0]W1[0xdc][0xac]m[0xa8][0xb5][0x14][0xe][0xe2][0x13][0x14][0x8][0x86]wi.[0xc1]yl[0xe][0x8d]{[0xe9]u[0x5]q4)[0xcc]c%?[0x99]{[0xe7][0xd1][0xac]h[0xb][0x17]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xc7][0x15];[0xc][0x81][0xd7]n[0x4]`W[0xfb]O="h[0x8d][0xc1]G<{[0xfe][0xac][0xc6]kh[0xbc]W[0xc3][0xe4]x[0x9a]O[0xb3][0xa8][0xc3][0xcf]I[0x8e]_0[0xcb][0xbf][0xc4]n[0xfc][0x8a]-[0xfd]e[0x8d]=[0xc3][0xb7]i[0x12]J[0x10]Ktca[0x14]c[0xf8][0xa4]&[0x96]A[0x12][0xed][0xe4]*[0x86][[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xbb]t[0xf8].[0x1d]D[0xd8][0x84][0xf8][0xff][0xd0]jb[0xc8][0xc4][0xad][0xdb][0xce]Q[0xe8]s[0xf2]6n[0xdc][0x85][0xdb][0x83][0xa8][0x9f][0xe1],[0x8e]60[0xda]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{{[0x82]@[0xdb]z[0x16][0x2][0x1d][0xcd][0xf4][0xfe][0x6]m[0x8c][0xe5]?U[0xb1][0xf8][0xb9][0x9f][0xe7]`[0xaf]3[0xdf]o0[0xb3]o[0x86][0xb9][0xef]@R[0x17][[0xaa][0xb0]![0xc4][0xbf][0x1]w`[0x98][0xae]o[0x9]y,[0x92][0xdd]\[0x9][0xd6][0x6][0xc4][0xde][0x83]I[0xa0][0xe7][0xb0]&[0xc0][0xb9][0x87][0xaf]F[0xc2][0x93][0xd3][0xaf]i[0x9][0xd4][0xf3][0xe4][0xac][0xe6][0xdf][0x95][0x17]N[0x8b]O[0xbf][0xb3]D[0xf4][0x7][0xe6][0xf5][0x8f]U'[0xa5]>[0xf0][0x1e][0x93]+[0xd3]7[0xa4][0xe8]I[0x97]y[0x9f][0x14]l[0x1e][0xed]A[0x85]G[0xba][0x83][0xc0][0x7][0xbb][0x83][0xc0];$[0x17]k[0xfc][0x14]p[0xb5]6[0xa8][0xba]j7N#[0xd5];[0x87][0xab]fQ[0xdf][0xdb]n[0x90][0x93][0xd4][0xb8]Za[0xf6][0xfc][0xef][0xce][0x84][0xf9][0xc9][0xf0][0xe0][0x3][0xc2][0x95][0xf8]3[0xab][0xf9][0x17][0xca][0xde]"[0xed][0xdf]f[0xac][0xc5][0xad][0xf8][0x1b][0xe3][0xfe];[0xee][0xc4]?0[0x8e]j[0xbc][[0x89]i=[0xd1][0x8e]R*Qui[0x6][0xc4][0xa9][0xd3][0x8e][0xbb]4[0x17][0x9a][0xa8]w7[0xf7]K\[0xfb][0x82][0xb8][0x16][0x18][0xe0]k[0xee][0xe3][0xca][0xdf]uO[0x90][0xd5]k`[0xbc][0x87]&f[0xf5]}l5[0xb1][0xdf][0xc4][0x1][0xfe]&[0xce]3K[0xca][0xc4][0xbd]:1[0x7][0xc3][0xc]O[0xe9].[0x6]t[0xc4][0x7][0xd6]07[0xf1][0xe7][0xd1]8[0x87]k[0xe]<[0xac][0xd4][0xec][0xf9][0xff][0xea]^u&[0xc6],[0xe3]?[0xb][0x91][0xfc]$[0xe][0x19]F[0xe][0xb8][0xe9][0x93][0x18][0x8a][0x94][0xfb][0x85]i2[0xd4][0xbb][0xa9]}[0xcf]0[0xb5][0xba][0xe1][0xe]Yl[0xa6][0xab]7[0x15]<[0x11][0x5]3[0xe4][0xc3][0xa7][0xe6][0xb0]szr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xb9][0xeb]g[0xab][0xdf][0xa0][0xf8][0xec][0x8e][0xa1][[0xdc][0xf3][0x1d][0xf1]O[0xb3][0xf3]c[0x86]*&M[0x9b][0x13][0x88][0xb4][0xd5][0x9f][0xeb]5[0xef][0xc][0x89][\r]6[0xc1][0x95][0x9f]U[0x98][0xca][0xb0][0x1c][0xf6][0xc4][0x94][0x14]/[0xcc][0xe7][0xe2][0x85][0x2][0x87]*#[0xb7]c[0xfb]NS[0xbc]2[0xe4][0x6]N[0xc7][0xcf][0x9f][0x97]IU[0x8c]a[0x9c]a[0xed][0xa2][0xb9]d|U[0xc5]U[0xe4][0xa5][0xb9][0xa1][0xe2][0x16]n[0xab][0xb8][0x87][0x19][0x15]E[0x94][0x18][0xb4][0x1][0xc1]t4[0xa3]_"]Z[0x83][0xae][0xae][0xc2][0xb0]R[0x1c]X[0xbf]J[0xb5][0xd4][0xc0][0xc][0xb2]tc[0xcb]_[0x9a].f[0x12][0x7][0xb4][0xa4][0xe0]*g[0xf4][0x0]#[0xe5]c[0xb0][0xef][0xd4]I[0xe0]2Yy{[0x3][0xb3]HQ[0xb9][0x93][0xd4]SO&a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0xa8][0xcd]Ja[0xba][0x80]U$[0x83][0xb1][0xd1][0x9f]H[0xbc]g[0xc7]H[0x96][0x8f][0x90][0xfa][0xd6][0x3][0xa5][0x83][0xc1][0x85]>[0xc8]([0xae][0xe1]:[0xb5]_[0xa5][0xb0]][0xc8]K[0x82][0xc8][0x84]c=[0xc8][0xdc][0x11]F[0xa2][0x94][0x8d][0x80][0x92]?[0x99][0xd9][0xa5][0xc8][0xde]ML[0xd3]xV[0xee][0xd1]y[0xbc]t[0x94][0xb7][0x15][0xe2][0xdd][0xe9][0xf1][0xee]RO[0xf2]h[0xbb]iL[0xf2]6c[0x8a]T$.[0xd9][0x87]{[0x17]*[0xf2]>[0x1e]P[[0x8]y[0x1e]R[0xfb](X[0xc4],[0xe1][0xe9] [0x9d][0x83][0xcf]D[0xf1]{!|[0x19]s[0x11]|[0x19][0x8f]{[0xf8]'[0xf4][0x9f][0xf]z[0x1a][0x8d][0x83]"[0x13][0xb8]$[0x8b][0x9b][0xc8]P/K[0xb3][0xb3][0x1]PK[0x7][0x8][0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/apache/logging/log4j/EventLogger.class[0x9d]TmS[0x12]Q[0x14]~. [0xcb][0xcb][0xfa][0x12][0x91][0xa5][0x95][0xef][0x11]h[0x8a][0xa5][0x96][0xa6]e[0x88]`*[0xe0][0xa4][0xe][0x1f][0xea]Cs[0x85][0x1b]b[0xcb][0xae][0xb3],[0xe6][0x1f][0xe9][0x87][0x84]3[0xa5]}[0xe8][0x7][0xf4][0xa3][0x9a][0xce]][0x8][0xad]D[0xd4][0xd9][0x99]{[0xcf][0x9e]{[0xce]s[0xde][0xcf][0xcf]_[0xdf][0x0][0x98]B[0xda][0x87][0xe][0x84][0xbd][0xf0]""[0x8f]Q/[0xc6][0xf0]HR[0xe3]~L [0xea][0xc1][0xa4][0xf][0x8f][0xf1]D[0xc1][0x94][0xf][0xd3][0x98][0xf1][0xe1])[0x9e]y0[0xeb][0xc7][0x1c][0x9e]+[0x98]gP[0x13][0xd9]Df[0xfb]}:[0xb6][0xb9][0x9e][0xd8]d[0x18]L[0x19]f![0xca][0xf7]ynWD5[0xa3]P([0xea][0x5]yO[0xef]E[0xd3][0xdc][0xfc](LRqeb[0xe9][0x4]C [0xb5][0xc7][0xf]xT[0xe3]$[0xb1]e[0x99]$Ho[0xed]qC/[\[0xb7][0xb2]\[0xab][0x8][0x92]M[0xbe][0x89]g[0x18][0xdc][0xa9][0x8d][0x95][0x15][0x89]?[0xde][0x1c][0xbf][0xbc]_[0x8c]&[0xe]-[0xa1][0xe7]E>E/[0xb6]-[0xf7]BQ/Z/[0x19][0x9c][0xe1]H[0x96][0xe0][0xe2]F[0x9e]P;SE]d*[0xa5][0x1d]an[0xf3][0x1d]MHg[0x8c][0x1c][0xd7][0xb2][0xdc],[0xca][0xff]:[0xd3]e[0xed][0x16][0xcb][0xc][0xa1][0xe6]6[0x13][0x7]B[0xb7][0x1a][0xc6]<[0xc4][0xb4]9[0xc][0xf3][0xe1][0xe6]J%Q.[0xf3][0x82][0x90]AWrV[0xc5][0x14][0xf9]en[0xf1]t[0x8d];/[0xdd]t[0x96][0xca][0x5][0x86][0xd9][0xeb]B0[0xbc][0xbb][0xb6][0xf9][0xe6]z)q 4[0xdb][0xbd]6M[0x92][0xc][0x3][0xad][0x84])%[0xb]9[0xad]^[0x1][0xdf][0x96]Q1s"Y[0x94][0xa9][0xed]:[0x93][0xb9][0x9][0xd9][0x7]*n[0xe3][0x8e][0x8a][[0xe8]V[0x11]D@[0xc1][0x82][0x8a][0x17][0x18]Q[0xd1][0x89].[0x5]/U,[0xe2][0x15]Y[0xb6][0xbb]MAL[0xc5][0x12][0xe2][0xc]#[0x97][0xa9][0x8c][0x82]e[0x15][0x9]$[0x15][0xac][0xa8]x[0x8d]U[0x6][0xff]_[0xaf]k*[0xd6][0x91]"[0x9f]N[0xfb]qcgO[0xe4][0xa8][0x8c]}[0x17][0x7]H[0x95][0xda]H&[0x19][0xc6][0xae][0xd0][0x94]42[0xf4][0xb4][0xfa]![0xa1][0xcb]&[0xcb]3|[0xe][0xff]?[0x8][0xad][0x12][0xdb]r[0xca]Z[0x97][0xbf]Q[0xf0]S[0xe3][0xdb][0xbb][0xa6][0xf1]IzeW9[0xd4][0xc2]F[0x9a][0xeb][0xdc][0x8e][0xc7][[0x10]V[0x8d][0xc5]0sN0[0x91]K[0xec][0x84][0xce]S[0xad][0xb8][0xc6][0xcb]4u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]fx[0x89]z%[0x18][0x8e][0x9c][0xb7]*[0x86][0x9b][0xe7][0xc8](4[0x9c][0xf3][0x11][0xc][0xed][0x14]K[0x1c]R9[0xa3][0xe1][0xb7][0x17]8#kU[0xab]Q][0x81][0x8c][0x8c]^^[0xba][0x96][0x88]?E[0x8e]]-[0x11][0xe7],/[0xda][0xbb]^Z[0xce][0x80][0xb]=r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xea][0xc5][\r][0x4][0xc0]p[0x93]h[0x7]T[0xfa][0xa7]Q[0xb1][0xf9]47[0xb6][0xa4]C[0x8e][0x11]I[0xf4][0xd8][0xdb][0x9d][0xd1][0x7][0xb4][0x8d]~[0x3][0xfb]b[0xab][0xf4][0xd2][0xe9][0xa3][0x1b][0x8][0x91]p[0x18]w[0x89]RkB[0xb8][0x87][0xfb]t{[0xd1][0x87][0xfe]:[0xc0][0x12][0xdc][0xf6][[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x15][0xce]*\U[0x2]c'p[0xbb][0xf1]/^[0x94][0x9c][0x9a]<[0x83][0x17][0xc4][0x0][0x6][0xeb]xCu[0xbc]5[0xc2][0x93][0xb2][0x81][0x1a][0xde]Xs[0xb4]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xce]F[0xeb][0xae]i[0xd4][0xd1]$5[0x8c][0x11][0xc2][0xf3][0xe0]A#[0xd0]E[[0x6][0xe8][0xf]([0xc7][0xf0][0x1c][0xa1]-[0xe0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0x11][0x9c][0xce]c[0xf8][0x3][0xea][0x9][0xda][0x1d]8[0x82]C[0x1a]a[0xb6][0x91][0xe]8[0xe9][0xec]#[0x90]![0xca][0xab][0x84][0xb][0xd9][0xe]<[0xfc][\r]PK[0x7][0x8][0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/apache/logging/log4j/Level.class[0x95]W[0x9]|[0x1c]U[0x19][0xff]O6[0xc9]L6[0x9b]6[0xdd][0x1e]i[0xd3]P[0x96][0x86]#[0xdd]m[0x13][0xa1]- [0xd4][0xda]4M[0xda][0xb4][0x9b]MI[0xd2]B[0xa9]E&[0x9b]i[0xb2]e3[0xb3][0xcc][0xee][0x86][0xb6]^[0x8][0xa8][0xa8][0x8][0xe2][0x81]r[0x88]r[0x14][0x14]PC[0xa0]iK[0x84][0x2]* [0x8a][0x8a][0x7]x#[0x8a][0xf7][0x5](xq" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xb3]o'[0x9b][0xcd][0x84][0xc4][0xfd][0xfd]v[0xde]{[0xdf]{[0xef][0xfb][0xfe][0xdf]=[0xf3][0xf8]k[0xf7]=[0x0]`[0xa5]R[0xe6]G+[0xe][0xf8]q[0x1b]nW[0xf1]y[\r]_[0xf0][0xc3][0x87];4[0xdc]Y[0x81][0x1a][0xdc]%[0x1e]_[0xf4][0xe3]K[0xf8][0xb2][0x98][\r][0x8b][0xc7][0xdd][0x95][0x18][0xc1]=*[0xee]Uq[0xd0][0x8f]Y8[0xa0]aT[0x8c][0x87]4[0x1c][0x16][0xe3][0x11]?[0xaa]p[0x87][0x8a][0xfb][0xfc][0x98][0x8f][0x3]*[0xc6][0xfc][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x17][0x97][0x1e][0xf0][0xf3][0xfa]Q[0xc1][0xe3]A1{[0xa8][0x2][0xf][0xe3][0xab]b[0xf7]kb[0xf7][0xeb][0x95]x[0x4][0x8f][0x8a][0xc7]c*[0xbe][0xa1][0xe1]q?[0xbe][0x89]oixB[0xc3][0xb7][0xfd][0xf8][0xe][0xbe]+[0xee]<)[0x1e][0xdf][0x13][0x8f][0xef][0xab][0xf8][0x81][0x1f][0x11]!~S[0x5][0x1][0xfe]P[0xa0]|J0Z[0xc3]fA[0xf9][0x91]X[0xfc]X[0xc3][0x16][0xb1][0xf8][0x89]X[0xfc]TCT,~&[0x16]?[0xd7][0xd0]![0x16][0xbf][0x10][0x8b]g4[0xc4][0xc4][0xe2][0x97][0x1a]:[0xc5][0xf8][0xac] [0xfe]J[0xc3]V[0xb1][0xf8][0xb5]X<[0xa7][0xe2]7*~[0xab][0xe2]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x9d]mm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BQ[0xcb][0xee]o[0xd2]Sz|[0xc0]hJZ[0xfd][0xfd][0x9][0xb3]_[0x8c][0xab][0xf6]4E[0x8d]!#y[0xa6][0x82][0xb2][0xb6][0xe6][0x9e][0xe6]([0xc7][0xd6][0xae][0xae][0xce].[0x5][0xa5]g7w[0xc5]8[0xb4][0xc7][0xda]:I[0xdd][0xd0][0xba]~[0xdb]F[0x8e]=][0xcd]-[0xad]d[0xdb][0x1c][0xe5]Y[0xad][0xa5][0xb9][0xa7]ucg[0xd7][0xe][0x5][0xc1][0xe8][0x1e]}HoJ[0xea]d[0xdc][0x9d][0xb1][0xc9][0x9f]<[0xab]Z,3[0x9d][0xd1][0xcd][0xcc]v=[0x99]54[0xfc]^Ay[0xb4]u{k[0xb4][[0xc1][0xf1][0xb9][0xb][0xd9]L"[0xd9][0x14][0xb7][0xcc]x[0xd6][0xb6][\r]3[0xd3][0xd4][0xe2]N;[0xf4][0x14]YTt'[0xfa]M=[0x93][0xb5][\r][0x5][0xe7][0xcc][0xe0][0xca][0x9a][0xc9]8[0xa6][0xd3]}-[0xc5]T[0xa7][\r];[0xa1]'[0xb7][0x1b]v:a[0x99][0xdb][0xda]7(P6[0x97]A[0xfc][0x16][0x86]ji[0x6]S[0x1f]$[0x2]-af[0x9c]K[0xdc]n[0xa7]~B[0xb9]>[0xdd][0xee][0x93][0xb4][0xe5]S[0x8b]J[0xa7][0x12][0xc4]Sp[0x9a]B[0xcb][0xd7]$[0xcc]Df[0xad][0x82][0x5][\r][0x93]Q[0xb7]/[0xdb]N[0xb1]-V[0x1f][0xc5][0xce][0x8e]&L#[0x96][0x1d][0xec]5[0xec][0x1e][0xbd]7i[0x8]s[q[0xc2][0xd5][0x9][0x9a]kI,[0xcd][0xc]$[0xd2]DE9[0xf1][0xb]h[0xb][0x87][0xcc][0xa8]V[0xf1][0x7]z[0xac]a[0x19][0x11]W[0xf7][0x1b][0x99][0xee][0x89][0xa0][0x1b][0x1b][0x96][0xfd][0xb0]+[0x12][0xe9]v[0xb3][0x8b]P)[0xb2][0xa5]a:[0xeb]N[0xb7][0xbf][0xec]\[0x9a]u0aJ4[0xda][0xa0][0xbe]WN[0x83][0x89]t[0xd4]H[0xa7][0xbb]SF<[0xb1];[0x11][0xef][0x19][0xd0]M[0x5][0xf5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xc][0xcb][0x92].[0x8b][0xe][0xcb]6&[0xb2]([0x8b]'-[0x93][0xd8][0x97][0xbe][0x91][0xe2]ye[0xfd][0xad]{[0xe3]F*[0xc3][0xa0][0xa0]e+[0xe2][0xd6]`J[0xb7][0x8d][0x1e]kF@h[0xef]2+3`[0xd8]t[0xb5]qaVO[0x92][0xc5][0xfc]BWw[0xf6][0xee]1[0xe2][0x19][0x7]qp2Y[0xc1][0x1c]zk[0x83][0x11]O[0xea]""Z[0x92]z[0x9a][0xc][0xe6][0x12][0xf5][0xf8]Q[0x87][0xc8][0x93][0xab]'S[0xd7][0xcc]$[0xee][0xb5][0x1]==[0x90][0xb][0xb2]y[0x13]X[0xb8]9[0xac]e[0xac][0xdc]\[0x81][0xba][0xdb][0xb2]cN[0x1e][0xac][0xf6][0xc][0xd8][0xe9][0xad]Yb[0xec]Up\[0xc1][0xdd][0xf6]d[0xd2][0xe8][0xd7][0x93][0xc][0xb1][0x8c][0xe1]Z[0xfa][0xcc]\[0xa2]9E[0x83][0xc5][0x9b]+[0xda]A[0x6][0xc5]*[0xf][0xc9]3[0x10][0xac]f,[0xc9][0xa0]4[0xdd]lS[0x97][0x1e][0xf]>[0xd3]:tz9[0x81]>c[0xb7][0x9e]M[0xe6][0xd1][0x96][0xf][0x9][0x1d][0xd2]"Z[0x96][0xed][0x9c][0xfe][0xf6][0x82][0x82][0x2][0xd7]b[0xd1]4qi[0x8e][0x5][0x13][0xd3]}_*[0x9f][0xf2][0xa7]{[0xde][0x98][0x91][0xeb]U[0x7][[0xe7]n[0x86][0xb5][0x93]-[0x1e][0x9e][0xcd]E[0x97][0x97][0xc1][0xc7]I[0xad]fvP8[0xcc][0xe0]([0x80]1j=[0xe2]s[0xc1][0xa4][0xe8][0xec][0xe9]qP[0xb4][0xad][0xe9]9[0xa3][0x88][nk[0xed]$ 9[0xba][0x7][0x1a][0xd2][0x15]T[0xda][0x86][0xde][0xd7]e[0xa4][0xad][0xe4][0xd0][0xa4]`v[0x13][0xca]3[0xfb][0x98][0xa6][0xda][0x9a]xR[0xd6]b[0xd6]I[0x16][0xde][0xf3]'[0x9f]+[0x84][0xe3][0x94][0x1][0xe1][0x81][0x19]X:w/a5u;-&[0xb1]_[0xdc][0x13][0x95][0xa5][0xdb][0xca][0xda]q[0xa3]-![0xfc][0xe8]wN7[0x8a][0xa3][0x1][0xf4][0xe2]&[0x15][0xc][0xe0]O[0xf8]3[0xab][0xd4][0xa4]da[0xfc]f[0x7][0xd9][0xed][0xdc]|aJ[0xc9][0xad][0x90][0x99]M&C[0x96][0x1d]2[0x6]S[0x99]}![0x87]iH[0xb4][0xae]F[0xc1][0xf5]/[0x5][0x7]s[[0xcc][0xb2]P[0x92]56[0x94]ae[0xc][0xed]7l[0x8b][0x7]w[0xa1]+[0x80][0xf3][0xf0]v[0x15][\r] [0x89][0xbf][0x5]p>[0x88]j[0x1b][0xb6][0xab]x>[0x80][0x17][0xf0][0xa2][0x82]c[0xa7]Ia[0x5]5[0xc5]~Z[0x9f]M$[0xfb][0x9c]Z[0x98][0x93][0x1d][0xc0][0xdf][0xf1][0xf][0x5][0xb5]![0x96][0xa0][0x90][0x9e][0x14][0xee][0xdb][0x17][0xea]5[0xc]3[0xc4][0x1c]b[0xbf][0xeb]#[0x94][0xcb]p)[0xdf][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x80][0x95];fe[0xba][0xb3][0xa9][0x94]eg[0x8c][0xbe][0x2][0x81]K[0xde][0xd8][0x13]l[0x82][0x1]\[0x82][0xb][0x2]x[0x9]/[0xb]k[0xc4][0x3][0x88][0xa1]=[0x80][0x8f][0xe0]*[0x15][0xff][0xc][0xe0]_[0xf8]w[0x0][0xff][0xc1][0x3][0xb8][0x1a][0xaf][0xa8]x5[0x80][0xd7][0xc4][0xe9][0xd7][0xd9][0xea]q[0xdc][0xc][0x92]w^[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%][0x83][0x87][0xfa][0x13]C[0x86][0xd9][0xa8]*J@)Q|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]n3/0[0xad][0x8b]Ly&.[0xdf][0x8c]B;Y[0x15]w[0xf1]\i[0x0][0xd7][0xe0][0xd3][0xe2]qE[0x0]C[0xb8]([0x80]}[0xd8][0xaf][0xe0][0xc4]i^y6[0xb1]~[0xb3][0xd5][0x7][0xb0]I[0xf8][0xe8]<[0x81]x[0x93][0xd0]j[0xb3]Xn[0x16][0xb3]-b[0xb6]E[0xcc][0xa2]b[0x16][0x15][0xb3][0xe]1[0xeb][0x10][0xb3][0x98][0x98]u[0xe6][0x1e]\n[0x15][0xb3][0xad][0x10]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x9]@[\r][0xbd]2 O.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "p[0xb6]>Y[0x3][0xab][0x8b][0x3]A[0xc1][0x9]S[0x1a][0xd3]Q4w[0x8c]USM[0xa4][E +X<[0xa1][0x1a][0xc][0xe8]v7[0x1b][0xaa]a[0xc6][\r][0xa7]y[0xce][0xf7]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xe2][0xf0][0xcc][0xdf]k[0x14]45[0xbc]Q[0x7][0xf3]z[0x11]Z:[0xfd][0xeb]([0xeb]R*[0x9b]i[0xdf][0xdd][0xdc][0x9b]&[0x81][0xf5][0xda][0xa3][0x0]y[0x94]$[0xaf][0xda]U[0xae][0xa7]R[0x86][0xd9][0xa7]`[0x85]g[0xb][0x9c]"[0xdd]x[0xd1][0xc7][0xee][0xc9]@[0xf2]*}^r[0xaa][0xc7][0xb5]r[0xba][0xe]][0xa9][0xb6][0xc6]6F[0xdb][0xbb]7[0xb9][0xaf])[0x5][0xbb][0xa2][0xf4]f[0xac]m[0xc4]f[0xb7][0xe8]ic\P[0xe1][0x19][0xcf]7[0x8b][0x85][0xf9][0x1a]=[0xb9][0xdf][0xcd][0xf3][0xa2][0x8b][0xde][0x9d][0xd8]o8[0xcd][0xbc][0xd9][0xb6]u[0x86]EC[0xc3]N[0xf][0xad][0x1b]i)r+[0xb7]J8[0xce][0x19][0x17][0xe9]-[0xe7]NG[0xce][0x82][0xdc]aW[0xce][0x1c]zE[0xc8][0x91][0xdc]g;[0xdc][0xb3]Ss[0x9f]J[0x8b][0xb1][0x99]sg[0xd3][0xe3]1[0xc1][0xfd][0x14][0x8e][0xe2][0xb2]6[0x86][0xf9][0x8c][0xa8][0x5]G[0x8b][0xcc][0xfd]p[0x81][0xb9]5[0xc9]t/[0xff][0xa5][0xa4][0xcc][0xe7][0x9f][0x9d]S[0xe2]<_[0xe2][0xc][0xe5]q[0xde][0xc][0xb5][0xe4]v[0xcc][0xcd]/o[0x9d][0x2][0xf6]c[0x5][0xb0]C.[0xec][0x10]C2[0xf][0xbb][0x1c][0xbe][0xd9][0xb3][0x1c][0xdc][0xef]d[0x90][0xe6][0xa4][0x9d]%[0xa5][0x5]#[0xf][0xa1][0xe6]Z[0x4]"[0xe1][0xdb][0xa6][0xe0][0xff]D[0x1][0xff][0xa0][0xcb]?H[0xfe][0xef][0x1e]7K[0xb5][0xc3][0xfe]=[0xb8]X[0x9a]e[0x85][0xc]A_[0xb0][0xa6]8[0x0][0x9f],[0xb0][0x88]O[0xf2][0xcb][0xd5][0x86][0xf7][0x92]v[0x89][0x9b][0x2][0xa7]H[0x16][0x1a][\r][0xa0][0x8e]baq[0x16]<[0xe5]aY[0x85][0xc9]v[0xa9]G[0x16][0xa8][0xc5] [0x9e][0xf1][0xcc][0x82][0xcb]fv[0xf9]9[0x8f][0xcb][0x15][0xcc][0xca][0xf7][0xcb][0xcb]7[0xd1][0xbb][0xa5][0x1c]#,;[0xac]:[0x8b]J[0xf0] j:[0x96]?[0x82][0xb2][0xe5][0xc3]c[0xa8][0xd9][0x11]^|[0x8][0xb5][0xc3][0xb1][0xc2][0xdd]a^[0x9d][0xcb]<9[0x6]U[0xd2][0xf8][0xb5][0x14][0x6]<[0xcf][0xf5][0xb][0x8c][0xc1][0x17][0xb9][0xfb][0x12]w_[0xc6][0x12][0xbe][0xfd][0x9][0xf1]a[0x8a]X[0xc2][0xdd][0xf][0xe0]r'[0xef]"[0xb2][0x8c][0x8a][0xd9][0x7]Yg[0x14][0xee]-qb7[0x97]w[0x1][0x94][0xbc][0x82][0xb9][0xac]7[0xed]*>D[0xb8][0x1f][0xc6][0x15][0x12][0xee]i2[0x84][0xab]&[0x2][0x9a][0xa0][0xb3][0xe2]+[0xd0][0xb9]J[0x8a][0xaa][0xe0][0xb][0xe9][0x15][0xae][0xb7]d[0x1e][0x84]G[0xb0][0xf8]0[0xea][0x8a][0xef][0xcf][0x9a][0xe0][0xad]+[0xdd][0xfb]W[0xc9][0xfb][0x17]S[0x9][0xa1]F}[0xf8]Q[0x94]E[0x86][0x5][0x94][0x11][0x1c]3[0x8a]%[0xe3][0xf6]{[0x14]j[0x84][0x1][0xba]|[0xd8][\r][0xd0][0xa0]0[0xb3]R[0x8b]Re1[0xca][0x95]c[0xb0]HYRP[0x89][0xea]][0x8b][0xd4][0xe3][0xa3]N2,[0x82][0xbf][0xc0]"[0xb4]t[0xf9]+[0xa8][0xa5]I[0xd6][0xf1]O4W[0xe3]c[0x12][0xcd][0xdb][0xa4]6u[0xc4]q[0x4][0xc7]*[0xd8][0x12][0xa6]eB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]G[0xcd][0x11][0x1c]'[0x0]-[0x1d][0x87][0xe1][0x17][0xb9][0xa1][0x9c][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xc1][0xd5][0xb2][0x82][0xe][0xbb][0x1a][0x1f][0xe7][0xea][0x13][0x13]([0x9f]t[0xf4][0xbe][0xc6][0xb5][0xdb][0x1][0xd9][0xd7][0xd6][0x87][0x83][0xf5][0x87]q[0xfc][0xd9]R[0xeb][0xa8][0xe8]X[0x93]B[0xc7][0xe7][0xf6][0xad][0x13][0xf2]}[0xeb][0xc4]|[0xdf]*;[0xea][0xe2]qBGY[0x5]UY[0x8d][0xd9][0xca][0xa9][0xa8]SN#[0xf6][0xd3][0xb1]T9[0xa3][0xc0]<[0xeb][0xa5]yfc%>[0xe5][0xb4][0xa8]:[0x9c]X`[0x9e]J([0xaf]b)[0xbb]S[0xce]8|[0xe3][0x97][0xb9][0x1d][0x95][0xa5][0xa3]<[0xcc]>|[0xd2][0xb8][0x19]r[0x8e][0xde]RP.[0xca]q-[0xae]s[0xf5]4[0x80][0x8d][0xf8][0xa3][0x82][0xcf]y[0xb0][0x1]wx[0xd0][0x85];[0x1b]q[0x17][0x8e][0xb9]iv7[0xff]|[0xbe][0x11]_[0xc0]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc8][0xf]_R[0xf0]e[0xf]<[0xbc][0xd1][0x85][0xaf][0xf0][0xec][0xab].|[0x8d][0xc7][0xaf]7[0xe2][0x1b][0xb8]W[0xc1]7=h[0xe5][0xd7][0xad][0xb8][0x87][0x5][0x8f][0xf3][0xec]8[0xab][0xfd][0x16][0xff]|[0x9b][0xbe][0xa3][0xe0][0xbe]Ft[0xe0]~[0xf][0x1e][0xc0][0x83][0xbc][0xf2][0x90][0x1b][0xdf][0xc5][0xc3]<[0xfb][0x1e][0xc3][0xf8]>[0xcf]~[0xa0][0xe0][0x84][0xb]?[0xf4]`5~[0xc4][0xcf][0x8f][0xf0][0xcf][0xa3][0x1e]<[0x86][0x1f][0xf3][0xec]'<[0xfb])C=[0xc9]?[0x8f]+8[0xe5][0xc2]i~[0xf3][0x84][0x7]ObN[0xc1][0x19][0xf]B[0xb8]C[0xc1][0xbc][0xc0][0xf2][0xbe]][0xe1][0xf1][0x91][0xd1][0xfd][0x7][0xf6][0x8c][0x8e][0xec][0xe9][0x1d][0x1d][0xdf]`x[0xd7]P[0xaf][0x80]o[0xf0][0x90]:[0xa3][0x86][0xe2]jb24[0xa6][0xa7]c[0x89][0xc9][0x1e][0x81]e[0xe1]d"[0xa3][0xab][0x9]}[0x9f][0x1a][0xcf]j.,[0x8][0xb4][0x8c][0x8e][0x8c][0x8c][0x1f][0x18][0x1c][0xe9][0xef][0xef][0x1d][0x95][0xa2][\r][0xb9]'[0x81][0xd5][0x83][0xc9][0xf4]dHM[0xa9][0x91])-[0x14]ONN[0x92][0x16][0x1e]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd2][0x93][0x96]&[0x95][0x8e][0xbe][0xeb][0xc3][0xc3][0x2][0xca][0x84][0x1a][0xd1][0x93][0xe9][0xdb][0x4]6V[0x17][0xca][0xa4]bR[0x90]p[0xe8][0xda][0xac][0xde][0x97][0x13]"5[\r][c[0x89][0x98][0xbe]][0xc0][0xde][0xb9]f[0x1f]i[\r]'[0xa3][0x9a]@[0xf3]`,[0xa1][\r]g[0xa7][0xf]j[0xe9]q[0xf5]`\cZ[0xc9][0x88][0x1a][0xdf][0xa7][0xa6]c[0xfc],[0x17][0x1d][0xfa]T,#pYM[0xb8]CjB[0xcd]An[0xd0]fc[0x19][0x9d][0x4][0x96]w[0x96];i[0xcd][0x8d][0xa4]/[0xa1]N[0x93]Z[0xcf][0xa4][0xa6]K[0xa0][0x2][0xeb]:[0xd7][0xd4]A[0x8c][0xac][0xd8][0xb4]Y[0xf6]`[0xc1][0xc0]@<[0xae]M[0xaa][0xf1]1][0xd5][0xb5][0xde][0xd9][0x88][0x96][0xd2]c[0xc9][0x4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]D[0xe][0xf][0xa9])[0x83][\r]E[0xa3]@[0xa8][0xf3][0xc6]:[0xad]5E[0xb2][0xe9][0xb4][0x96]([0xe0][0x15][0xc4][0xa3][0xcf][0xca]/[0x1c]W3[0x99][0xc1][0xa4][0x1a]%[0x1f][0xd4][0xab][0xbd]!n[0xc8][0x9][0xb4]WQ(pCU[[0x96][0xf5][0x91][0x83][0x87][0xb4][0x88][0xde]S[0xa7][0xf5]f[0x1a][0xb4]tB[0x8d][0x9b][0xe4]|[0xe5]:[0x5][0xc6][0x17]A[0x90][0xd0][0xf4][0xd0][0xde][0xd1][0x81]z[0xad]7E[0x92][0x89][0x89][0xd8]$[0xc7][0x1d][0x1f][0x18]-[0x14][0xab][0x13][0x98][0xa8][0x83][0xfa];[0x82]2[0xfb][0x1b][0xaa][0x10][0xe7][0xf5][0x99][0xde]U!U[0xea][0x8d]"[0xc7][0xc4][0xad][0x91]DI[0xa4]HU[0xef]R[0x9c][0xba]2SY=[0x9a][0xa5]f[0xf2][0x82][0x1b][0xea][0xee][0xfe][0x2][0x87][0x96]~[0xbb]*/Y[0xf5][0xde][0xb7][0xf8][0xca]#k[0xb]u[0xf3][0xce]5[0xe5][0xa6][0xe9][0xdb][0x81]BDKD[0x5][0xd6]V[0xec][0xa6]U[0xf2][0x8d]/sz2[0xb7]D[0x97][0xb9]#j:Q[0xe5]{[0x8d][0xae];[0xc7][0xde][0x11][0xe7]w[0xf9][0xa6][0xec][0xd6]s[0xc9][0xc8]M[0xbc][0xbb]v[0x1][0x1b][0xd5]&[0xe2][0x4][0x81]rl/=R3[0xe5][0xf]N[0xeb][0xbd][0xa1][0xad]s[0xa0][0xd2]=a[0xfb][0xa2][0x5]?[0x7][0xdd][0xbc][0x2][0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]4i[0xd7][0xc0][0xf0][0xd8][0xf8][0xae][0xe1]0}[0xec][0xef]\[0xbc]{[0xd4]T[0xc6][0x7][0xc5][0xb0]s[0x80][0xfd][0x9d][0x95][0xf0]6[0xe5]7[0xc][0xca][0xcf][0xc8][0x8e][0xf2]m[0xe6][0x87][0xa4]B[0x9b][0x87][0x8d][0xef][0xef]J[0xdf][0x1c][0x8b][0x1c]F/})&[0xa8]>[0x99][0xcd]'}[0x9e][0xfb]eE[0xa3][0xd5][0x8f]=C='[0x9b][0x9][0x8d][0x19]C>[0xcd][0xd7][0xd7][0xfc]V([0x97][0xe8][0xc1]jta[0x3][0x0]':p[0x5]6[0x82][0xae][0xed][0xf4]d[0xc3]fz[0xde]by[0xee][0xc6]Jnk4_[0xc9][0xdd][0x90][0xc6]k[0xb9]5[0xd2][0x18][0x80][0x83][0xdb]&[0xed][0xdc]n[0xfc][0x99]L[0xd0]?[0xd2][0x17]<[0x3][0xdb][0xe3][0x86][0xe8][0xe][0xfa][0xf5][0xd0][0x8]|[0x80][0xb6][0xe]`'[0xb8][0xf0][0x1a][0x9b][0xb0][0xb][0xbb]it#[0x8c]k[0xa4][0x82]M[0xb4][0x93][0xdf]y[0xe6]a[0xf].[0xc0]a[0xc3]c[0xa6][0x96][0x6][0xe3][0xcd][0x98]E[0x83][0x7][0xbd][0x6][0x18]77m[0xa9][0xe1].[0xd2][0xcb][0xef]v[0x9c][0x82][0xf3][0x14][0x1a][0x84]p,@q[0xe2][0xe4]u[0xa7][0xe0]>[0xb][0xcf][0xfe]3h[0xc][0xce][0xc1];[0x87]e[0xbe]&[0xfa][0x99]C[0xf3][0x2]Zl8[0x8b]Vz[0xe5][0xcb]I[0xcc][0xc1][0xd2]P[0xd2][0x84]f[0xb8]`7[0xcc][0xfb][0x8]>[0xa0][0xd2][0xca]A[0xb4] [0x82]u[0x88][0x9a]PZ[0x10]"z[0x3][0x86]_[0xc][0xa0]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]3`[\r]JX[0xf7]B1[0x9c][0x10][0xce][0xc3]Z)[0xc4][0x2][0xda][0x14][0x9c][0x1c],[0x0][0xeb]Z[0x4][0x18][0xc9][0xcc]ay[0xe]Z[0xb]ZK[0xa0][0xe9][0xb4][0x92][0xa5][0xf9][0xc][0xd6][0xe3][0x88][0x1]m[0x5][0x99][0xf4][0xd1][0x1]34[0x96][0x9]c[0x8][0xc3][0x5][0x90][0xd7][0xe7]A[0x8e]H[0x90][0xf7][0x91][0xef][0xec][0x5][0xdf][0x5][0xc5][0xaa][0x9c][0xef][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xbb]kB$[0x89][0x1a][0xbe][0xbb][0x93]V[0xee]"[0xe0][0xc7][0xc8]ww[0x1b][0x0][0x3][0xf4]>[0xef];[0xf6][0xce][0xe][0xec][0xc1][0xf5][0x80]1c[0xa8][0xa2][0xcc][0x9f][0xa3][0x12][0xea][0x9][0x82][0xea][0xb0]@[0xed][0x96]P[0x87][0xb]P[0xd7][0xd6][0x86][0xda]][0xb][0xea][0xfd][0xb4][0xf2][0x0]A{[0x90][0xa0]>d@[\r][0xd2]z[0x1e][0xaa][0xbd]"T[0x9e][0x8d]a[0x9c][0x88][0x94][0x82][0xde]+A?JA[0xe0]([0x4][0x1]y[0xab][[0x6][0xc1][0xd2]a[0xb3]L[0x8d] x[0x82]V[0x9e][0xa4][0xf9][0x1c][0x5][0xc1][0x19][0x13]x>[0x8][0xec]F[0x10][0xe4][0x81][0x87]M[0xe0]a[0xec][0xc3][0x7][0xb][0xc0][0xcd][0xc0][0xb8]A[0x2]?C[0xc0][0x9d]4[0xf6][0x9a][0xde]^+[0x81]_[0xed]( [0xef]p,[0xe6][0xf1][0xb5][0xb5][0xa0][0xbf]B+[0xaf][0xc2][0x8f][0xd7][0xa8][0x14][0x9d]3[0xa0]o"[0xa3]~zb[0xe8][0xbc][0xa3][0xd7][0x84][0xde]kB[0xef][0x95]>[0xe7][0x19][0x93][0xb0][0x97][0x91][0xd8]/Id[0xd4]^[0x9e][0x15][0xa5][0xea]P[0x1e][0xe6]M[0x12][0xe6][0xc3]2U[\r][0x98]][0xe2][0xc2]z[0x12][0x95][0xf7]W[0x87])[0x9a][0xb1]L[0xb4][0xa0]I[0xb4][0xa2][[0xf8][0xcc]h[0xcf][0xc3][0xb4][0x97][0xc0]d[0xaf][0xb][0x13][0xb0][0xad][0x8][0xb0][0x9b]>[0x8f][0xf2]]l[0xb5][0xb1][0x8b][0x1a][0x94]}[0x1e]+[0xb8][0x8b][0x89]B[0x17][0x13][0xd4][0xf0][0xc4]jc[0xfb]-r[0xfb][0x16][0xd9][0xf4]\+[0xe7][0xd1]>[0x8f][0xb]J[0xfa][0x9e][0xd8][0x8]El[0xb2]t-[0x97][0xac][0xc2][0xac][0xe3][0x80][0xd4][0xb1]G[0xea]X[0x1e]|[0x1][0xfe][0xe0]s[0xe8]8[0xe]o[0xf0]Yt,`[0xa5][0x0]+[0xcc][0xb1]nbNb'[0x1a][0xc5].[0xb4][0x89][0xb0]E[0xe9]r|[0x98]zS[0xae][0xb4][0xdb]![0xda]H[0xfb]AjR9[0xed][0x17]JB[0x94][0xab][0xce][0x93]&[0x1f][0xa3][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x1e][0x85]V[0xd6][0xc0]O[0xc3]YJ[0xe4]f[0xa2]~KQ[0x3][0xcf][0xdd][0x1][0xdc][0xf4]y8)[0x15][0x4][0xa4])[0x97]s[0x1e][0xab][0xe6]qa[0xa9][0xb9][0xc3][0xc6][0xee])[0xd2][0xc7][0xbb]o[0x92][0xed][0xde]O[0xb4][0x95][0xe0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x92]:[0x85][0xf7][0xcc][0xe3]"[0x16]tX[0x4][0x8f]Y[0xc][0xfb][0x11][0xc3]![0x1a][0xf][0x17][0xad][0xc4]%}j[0xb4][0xae][0xb0][0x82]i$[0xc][0xfc]I[0xc3]bJ[0xe2][0x1b][0x92][0x16]W[0x90]E[0xf]][0x4]..3j[0xb7][0x18]}[0xc4]bt[0x5]n[0xa5][0xc]5M4[0x1a]&Xu[0xba]L[0xf5][0x8b]X&[0xe9][0x9f] #[0x86][0xea]@[0xa9][0xea][0x97][0x8a]T[0xf7][0xca]K[0x95][0xa1][0xba][0xa9]OA[0x86]|N[0xdf][0xb9][0xd2]O[0xf7][0x90]('[0xdd]*B[0xed][0xc][0x9e]l [0xe5][0x83]]d[0xe5],V[0xef][0xf7][0xbd][0xf7][0xc].y[0xa6][0xab][0xe0][0xaf][0x95]\[0xe5][0xc4]ktX[0xe7][0xe8][0xd2][0xf0]:[0x5][0xcb][0x1b]h[0x16]o[0xa2]C[0xbc]e[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0x95][0xf4]a#U[0xe2][0x19][0x9a][0x9][0xc3][0x9b][0x85]wq[0xf3]]\[0xe6][0xb6][0x1b][0xb6][0x86][0xb7][0xe1]+x[0xf6][0x8]-[0xcd]V;[0xf9]KKO[0xfe]O[0xc6][0xee][0xfc][0xc9][0x1f][0xa6][0x91]M[0xb5][0x7][0xe7]q[0xd9] ]|[0xde]G[0xc9]v9[0x8d][0x9d][0xb]XcC[0xc1][[0xb9][0xd0][0xfb];[0x9c][0xe2][0x1f][0x16][0xf4][0xed][0x12][0xbd][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]m%[0xe8][0xdb]%[0xfa][0xdc];F_[0x8][0x84]Y[0x1c][0x95][0x0]fH?[0x17][0x88][0xb][0x18][0xc0]P[0xb7][0x4]@cg[0xd7][0x2][0x82][0xf6]2[0x4]o[0x13][0x82][0xff][0x98][0x95][0x90][0xe4]$[0x2][0x9e]}[0x4][0x1f]%+[0xdc][0xab][0x18][0x8b][0xcd][0x82][0xe5][0x2][0x13][0x8b][0xdf][0xc0]b[0x93]X>f`[0xf9][0xb8][0x99]u[0xb9][0xc8]q[0xb3][0xeb][0x82]2[0xe]-[0x97]^[0x9b][0xdb][0x12],n[0xc3][0x1c][0xc][0x5][0xf9][0xa8][0xbe]V[0xa6][0xad][0xbf]$[0xaa][0xe5]1X[0xe2][0xce][0xb6][0xa2]([0x8f]*[0x86][0xf4],>![0xf5][0xee][0x95][0xa7][0xd4]V[0xa2][0xb7][0xab]mv[0xaf]m[0x86]>[0xf2][0xcd]<[0xd6][0x9d][0x86][0xdb][0xc7]9u[0x1a][\r]g[0x11][0xa2][0x86][0xba]^[0x96]ua[0xe9][0xf5][H[0xcd]UD~7Ek[0x98][0xde]|[0xc6][0x80][0xf9][0xd9][0xff][0x1]PK[0x7][0x8][0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Logger.class[0xe5][0x9b][0xed]s\U[0x1d][0xc7][0xcf][0x85]>#[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xa2] [0xf][0xc2][0xa6]@S(`iB[0xa4][0xf4]4=[0x85][0xa4]=4[0xa1][0xa5]O[0xc0][0xed][0xf6]6[0xd9]v[0xbb][0x9b]n6[0xe5]A[0x1][0xb][0xa8][0xa8](h}:[0xa8]((>[0x1c][0x1f]gt[0xc6][0x19]_[0xf8][0xc2][0x19][0x9d][0xd1][0xd7][0xce][0xe8]_[0xe0][0x8c][0xfe][0x5][0xbe]r[0xbc]{[0xf2][0xc9][0xed][0xe6][0xe6][0xdc][0xcd][0xde]d[0x93]&%3[0x99][0xef][0x9c]{[0xcf][0xf9]=[0xdc][0xcf][0xef]wo[0xf6][0xec][0xcd][0xdf][0xfe][0xf7][0x87]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!6[0x89]_[0xaf][0x16][0xbf]\-~[0x15][0x88]5[0xc5][0xb0]^[0x1c]-UF[0x2][0xb1][0xb9]0P[0xad][0x8d]t[0x87]caq4[0xea].WGF[0xe2][0xc3][\r][0xbd][0xe7]x[0xf7]@t:*[0xf7][0xc][0x1c][0xf]O[0x87][0xdd][0xe5]0><[0x1d][0x1e])G=]{[0x3]qM![0xf3][0xd4][0xca][0xa3][0xd1][0x91][0x89][0xd8][0xfa][0xae][0x16][0xd6][0x7][0xc3][0xda][0x89][0xa8][0xd6][0x93]=[0xe1]d4>[0x1e][0x8e]D[0xdd][0x83][0x93][0xea][0xc][0x17];i03[0xfc][0xa1][0xf9]x[0x99][0xa8][0x97][0xca]S.[0x86]&[0xc6][0xc6][0xca][0xa5]xz[0xc3][0xea]h[0xc7][0xad]f&[0xd0][0xdb][0x86][0xab]sk[0xb7][0x8d][0x86][0xb5][0xa1][0xe8][0xd4]DT)N.t[0xee][0xcb]3C[0xba]/[0x97][0xcd][0xdd]G[0x8e]G[0xc5][0xba][[0xf8][0xc8]\[0x16]v([0x8c][0xa1]z->[0xed][0x16][0xee][0x9c][0xcb][0xc2][0x83][0xfe][0x94][0x9e][0x9c][0x9b][0xad][0xd6][0xc5]1[0xad][0xd6][0xd6][0xe][0x95]F*a}[0xa2][0x16][0x5][0xe2][0xc8]Bz[0xeb]][0xdf]7[0x7]J8[0xc9][0xa4]40[0xef]V[0x99]v5vw[0xcc][0xdc]T[0xba]a[0xe7][0x2][0xcc][0xbc][0x8]G;[0x1a]u[0xa6][0x9b];[[0xb8][0xf1][0xdd][0x82][0x1f][0xca]1?[0xd3][0xe9][0xdd]-[0x8c]d[0xde]@w[0xe4]][0x94][0xe9][0xfe][0xba]B[0xab][0xdb][0xdf][0xc6][0xcc][0xb3][0x99][0x6][0xaf]*[0xf8];}[0xbd][0xe7]x{F[0x9a]n=[0x5][0xcf][0xf1][0x8c];K[0x9f]wj[0x8e]V[0xd9]:[0xf][0x3]S[0xcd][0xb1][0xde]c#3[0xe9][0xdb]g[0x83]:-[0xbc][\r][0xed][0xce][0x9e][0x8a][0xe5][0xc1][0xb6][0xcd]gF[0xb8]-[0x8f][0xcf]L+j[0x9e]7[0xc8]&[0xc8][0x7]:c[0xca]o[0xbc][0xbc]P[0xc6][0xfd][0xee]^X[0xe8][0xac][0x8c]j[0xb5]j-[0x10]+[0xa2]gJ[0xf5]@[0xdc][0xea][0xfb][0xfc]5[0xf3]P [0xae][0xef][0xdd][0xb3]e[0xe6][0xf1][0xbe][0xc2][0xf0][0x9e][0x9e][0xae][0xf8]76|,[0xac][0x87][0xe5]@[0xac][0x19][0x89][0xea]n[0x3]4[0x10]7[0x15][0xba]f[0xdb]$[\r][0xc4][0x15][0xf1]|>[0xf6][0x87][0xc5]z[0xb5]q[0x15]6[0xb5]Z[0x98][0xfa][0xac][0xcc][0xa2][0xd8][0xd2][0x3][0xbd][0x83][0xfd][[0xb6][0xe4]^[0xd8]W[0xe8][0x1a][0x1e][0xec][0x8f][0xd7][0xaf][0x8e]#[0xd9][0x15][0x9e][0x8c][0x2]qe[0xa1]kfi[0xc5][0xd7][0xac]T9V[\r][0xc4]e[0xa5]q[0xd9][0xd8][0xa6][0xdd]^i|H9[0xea][0xa0][0x1d][0x8][0xc4]-[0xb3]?}[0x1b][0xd3][0xd6][0x96][0xc6][0x93][0x85]7[0xcf][0xba][0x89][0xdc]X!g[0xdf]jn[0xc7]q[0x1c][0xf6][0xf6][0x6][0xfb][0xc4]{|[0xa0][0xbf][0xc1],9pii|g[0x9c]a[0xf3][0x84][0xe1]ZX[0x8c][0x9a]'[0xec][0xb]k[0x95]s[0x89][0xc7]N[0x2]Q[0x99]|[0xf9]vR^^L[0x87]M[0x85]0[0xfd][0x83][0xe9][0xf8]BF[0x91][0xb9][0x97][0xf3][0xea][0xa2]{[0xcd][0xbc][0x0][0x87]:[0x10][0xca]9[0xdb]3v[0x93]N-[0x9c][0xf9][0xcc][0x94][0xf6]v[0xd4]g[0xd3]m[0xf7][0xc4]B[0x18]^[0xa4]4[0x9a]v[0xd4]J[0xb]a8[0xe3]I[0xf5][0xe2][0xc2][0xf8][0xca][0xb1]i[0xf6][0xd2][0xf9][0x8c]`j#[0xae][0xb3][0x95]3[0xdb][0xae]b[0xab]][0xac][0xce][0xdc]^[0xa6]][0xe1][0xea][0xa2][0xb9][0x9b][0xba][0x9c]g[0x16]/[0xc1][0xcc][0x8b][0xfc][0xca][0xa2]f[0x9d][0x19][0xc6][0xe0]<[0xc2][0xf0]=[0x96][}_[0x96][0xd7]^f[0xd0]{[0xe6][0xe1]$[0xf3][0xa1]:[0xd2]i[0xa3][0x99][0xe1][0xf7][0xe4]ym`[0xc6]#Q[0xcf]yuf@[0xf7][0xe6]1[0xd9]tw~x[0xe][0xeb]:[0x13]D[0xd3][0xe3][0xa8][0xd5]w[0x3]Y[0xeb]2[0x9e]6O[0xcc][0xc9]T[0x8e][][0xab]o>[0xe7][0xeb]`[0xea][0xe6][0x96][0xb][0xca]l[0x8f][0x82]V[0xdf]L[0xb7][0xd5][0x14][0xd3][0xd2]o[0xf5]FK.kS[0xb9]>[0xd5][0xb1][0xf0]2[0xaf]@[0xab][0x97]fr[0xc7][0x9c][0xe9][0xa5][0xd5][0xeb]-[0x9d]x[0xc0]7[0x15][0xf9]s[0x8b][0xe3][0xca][0xef][0xfc][0xb5][0xf3][0xe5][0xdc][0x1f][0xce][K'[0x1c][0x80][0xbf]Y[0xca][0x1][0xfa]C[0xfe][0xd3][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x9f][0xc4][0xdf][0x97]{[0x12][0xfe][0xb4][0xfe]u[0xe1][0xa5][0xe5]O[0xf4][0xbf][0xef][0x85]D[0xbd][0xa9][0x7][0xeb][0xde][0x9b][0xa9][0xfb][0xeb][0xa0][0xd5][Om[0xfc]1[0xd4]diG,[0xcd]yc[0xa8][0x83][0xf][0xbd][0xe7][0x17][0xcd][0x9b][0xdf][0xff][0xeb][0xe7][0xd1][0xbf]?[0xa2][0xb7][0x97]TD[0xfe][0x18][0xbb][0xc4]c[0xf4]G[0xfd][0xe7]e[0x17][0xb5]?[0x8f]\[0x0]y[0xf8]3[0xfb][0xf7][0x5][0x99][0x99]?[0xd7]Ucq[0xf8][0xf5]c[0x81]XSo|[0xfa]*5[0xfe][0x87][0xa3][0xd5][0xdb][0xd2][0xad][0xfe][0x87][0xc3]{4[0x10][{[0x87][0xb7]xO[0xf5][0xcd][0xea]gx[0xb8][0xa7]+[0xfe][\r][0xc4][0x1d][0x19][0xff][0x1b][0x92][0xe1][0xf2][0xc6]l[0x97][0x89][0xc9][0x95][0xf5][0xc6]wx[0x81]XW[0x9f][0xfc].[0xcf]}[0xcf]|W;[0xdf][0xb0][0xba][0xb9]S;r[0xee][[0x85][0x19][0xe5]p[0xd0]s[0xb5]s[0x1b]>Ph'%[0xb7][0xf1][0xc3]m[0x1b]w;[0xb][0xb9][0xed][0x97][0xe7][0xf5][0xe6]pnw[0xbe]W|[0x16]6[0xc1][0x83]y[0xde]s[0xcf]m}[0xed]dU[0xba][0x97][0x11]6[0xb7][0xf7]J[0xd7][0xcc]C[0x81][0xd8][0x98][0xf1]z[0xc2]L[0x83][0xc9][0xb][0xb][0xad]^[0xa5][0xf7][0x6][0xdb][0xb8][0x8d]<[0x96]wQ[0x9b][0xf1][0xf]f[0xc5][0x9f][0xcf][[0x92]\[0xab][0x9d][0xe2][0x16]{[0xed][0xad]BTs[0xe]qFt+[0x9e][0xe]k[0x95][0xf8][0x8e]4T[0x9d][0xa8][0x15][0xa3][0xfe]R9[0xbe]=]2[0x10][0xaf][0x8d]j[0x1b][0x1a][0x1e][0x2]qC[0xf6][\r][0xd3]M[0xb][0xc4][0xe5][0xe9]PV[0x5]"[0x10][0x17][0x89][0xf8]'8[0xbd]"[0x10][0x17][0x8b][0x15]B8][0xe9]t[0x95]X[0x8d][0xae]A[0xd7][0xa2][0xeb][0xd0]K[0xd0][0xf7][0xa1][0x97][0xa2][0x97][0xa1][0xef][0x8f][0xf5]L[0xac][0x97][0xa3]W[0xc4][0xfe]>[0x10][0xbb][0xbb]H|[0xd0][0x9d][0xbf][0x92]yW%[0xc7][0xaf]v[0xe3][0xf]%[0xe3]k[0xdc][0xf8]Z[0xe6]}[0x18][0xbd][0xe][0xfd][0x8][0xfa]Q[0xf4]z[0xf4][0x6][0xf4]c[0xe8][0x8d][0xf8][0xbf][0x9][0xbd]9[0xb1][0x8b];[0xff]q[0xe6][0xdd][0x9a][0x1c][0xbf][0xcd][0x8d][0xb][0xc9][0xb8][0xcb][0x8d][0xd7]3[0xef]v[0xf4][0xe][0xf4]Nt[0x3][0xda][0x8d]nD[0xef]B[0xef]F7[0xa1][0xf7][0xa0][0xf7][0xa2][0xf7][0xa1][0x9f]@7[0xa3][0xf7][0xa3][[0xd0][0x1e][0xb4][0x17]}[0xc0]i[0x9f][0xf8]d[0x1c][0xe9][0x83][\r][0x9e]bk[0xfc][0xbb]*[0x8e][0xfe]![0x97]q[0x9f][0xd8][0xe6]fH[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88]J[0x88][0xca][0x14]Q[0x9]Q[0x99]"*SD%D%D%D%D%D%D%D%D%D%De[0x8a][0xa8][0x84][0xa8]L[0x11][0x95])[0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0x12][0xa2][0xdb]3[0x88]6[0xce][0xf4][0xc7]}:yf2[0x9f][0x1d][0xa9][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]*[0xc5]Z[0xc1]Z[0xa5]X[0xab][0x14]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x5]k[0x95]b[0xad]`[0xad]R[0xac]U[0x8a][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xb5][0x82][0xf5]N[0xf1][0xb0][0xd3]G[0xc4]@[0x12][0xf7]`<[0xde]%v[0xbb][0xe3][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e][0x1a][0x9e]:[0xc5]S[0xc3]S[0xa7]x[0xea][0x14]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[\r]O[0x9d][0xe2][0xa9][0xe1][0xa9]S[0x93][0xd8][0xd6][0x9d][0x8e]y[0x9f]J[0x8e][0xda][0x8d][0x9f]O[0xc6]/[0xb8][0xf1][0x8b][0xcc][0xfb][0xc]z[0x6]}[0x9]}[0x19]}[0x5][0xfd],[0xfa]9[0xf4][0xf3][0xe8][0xab][0xe8][0x17][0xd0]/[0xa2]_B_C[0xbf][0x8c]~[0x5]}[0x1d]}[0x3][0xfd]*[0xfa]5[0x97][0xd7]Y[0xae][0xf3]Y[0x97]g [0xbe].[0xbe][0x91][0xc4][0xff]M7[0xfe]V2[0xfe]v<6[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff]M[0xaa][0xff][\r][0xfd]oR[0xfd]oR[0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x9b]T[0xff][0x1b][0xfa][0xdf][0xa4][0xfa][0xdf][0xa4][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][\r][0xfd]o[0xe8]C[0xff][0x1b][0xfa][0xdf][0xd0][0xff][0x86][0xfe]7[0xf4][0xbf][0xa1][0xff][0xdf][0x14][0xdf]q[0xf9][0xbd])[0xbe][0x8b]~/[0x89][0xff]-7[0xfe]~2[0xfe][0x81][0x9b][0xff][0xb6][[0xf7]N[0xfc][0xcc][0x9f][0xd4][0xfe][0xe4][0xfc][0xe]7[0xfe]a2[0xfe][0x91][0x1b][0xbf][0xcb][0xbc][0x1f]'[0xc7][0xe2][0xc6]?M[0xc6]?[0x8b][0xc7][0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d]M[0xd5][0x8d][0xa5]nl[0xaa]nl[0xaa]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b][0x9b][0xaa][0x1b]K[0xdd][0xd8]T[0xdd][0xd8]T[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0xd4][0x8d][0xa5]n,uc[0xa9][0x1b]K[0xdd]X[0xea][0xc6]R7[0x96][0xba][0xb1][0x8d][0xba][0x89]#[0xfd][0xb9][0x8b][0xf4][0x17][0xff][0x7]PK[0x7][0x8][0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/LoggingException.class[0x8d][0x91][0xc9].[0x4]Q[0x14][0x86][0xff][0xdb]S[0xd1][0x86]6[0xb5]y[0xc][0x8b][0x1e]P[0xb][0xc2][0x82][0xd8][0x18][0x12]R,[0xc][0x1d][0x16][0x16]W[0xb9][0xaa][0xaf]TWI[\r][0x86][0xd7][0xf0]&V" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12][0xb][0xf][0xe0][0x95]$[0xe2][0xdc][0xdb][0x1d][0xa4][0xb5][0xc4][0xe6]Lu[0xce][0xf7][0xff]7[0xf5][0xf6][0xf1][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x9]SY[0xa4]1[0xaa][0xc2][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x6]&[0xc]L2[0xf4][0x84]"[0x90][0xdc][0xad][0x88] [0x94][0xbe]w[0xb2][0xbb][0xc5][0xc0][0xf6][0x18][0xba]6}/[0x8c][0xb8][0x17]U[0xb8][0x1b][0x8b][0xf4][0xe9][0xd9][0xfb][0xd5][0xfe][0xe3][0xf9][0x3]Cf]z2[0xda]`[0xc8][0x17][0xac]k~[0xcb]M[0x97]{[0x8e]y[0x14][0x5][0xd2]s[0xd6][0x8a][0x15][0x86][0xd4][0xa6])[0x18]r[0x96][0xf4][0xc4]A\[0xbb][0x10][0xc1]1[0xbf]pi[0xd2]g[0xf9]6[0x9]q[0x92][0xa3][0xbe]1LEU[0x19]2[0x94]-?pL~[0xc3][0xed][0xaa]0][0xdf]q[0x88][0xa6][0xf2][0xf2][0xb5]i[0xd5][0xbb][0xed]{[[0xdc]Ddq[0x8d][0xc1][0xa8][0x89]0[0xe4][0x8e]f[0xfe][0xf2][0xc0]Pj[0xe1][0xec][0xc7][0xe4][0xb8][0x1a][0xf8]wJ][0xdb]M[0xdb]<[0xe][0x89][0x94]o[0xb9][0xc1]0\[0xf8][0xf3]4{[0xe4][0xc7][0x81]-v[0xa4][0xab][0xef][0x9b]|.[0xaa][0xb3]Nt[0xa0]S[0x85][0x1][0x15][0x86][0x18][0x8a][0xff]~'[0xc3][0xe8][0xb7][0xf0]a[0xec]E[0xb2]&[0xbe]>b[0x6])[0xfa][0x8b][0x0]m![0x3][0x83]r[0x1b]u[0x9][0xb4]#I5[0x89]R[0xec][0xa2][0xc9][0x6][0xcd][0x12][0x94]3[0xa5][0xf2]3[0xd8][0x93][0xde][0xe9][0xa6][0x98][0xd5][0xd3]Yb[0xcc]!G[0xd5]`}[0xb]=[0xe8][0x5]t[0xd5][0x87]~b([0xd6]@[0x83][0xb5]K[0xec]$e[0xa3]T[0x9e]F[0xa2][0x19][0xb6]@G[0x8b][0x1a]6]_[0xfb][0x82][0x19][\r][0x98][0xaa][0xf2]ZJa[0x87]ZYL6SW[0xc8][0xe2][0xea][0x1f][0x16][0x15]KY[0x1c][0xd6]7#[0x9f]PK[0x7][0x8][0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/apache/logging/log4j/Marker.class[0x85][0x91][0xbf]R[0xc2]@[0x10][0xc6][0xbf][0x3]L0[0xa0][0xa2][0x82][0xff][0x1a][0x1b][0x8b][0xa4]1[0x85]v[0x94][0x8e][0xce]0[0x83][0xe2][0xc][0x1d]VK8Cb[0xc8][0xe9]%P[0xd8][0xf1]Z[0x16]>[0x80][0xf][0xe5][0xb8]9[0x19][0x86][0xa1]Iq[0xf7][0xcd][0xed][0xed][0xfd][0xf6][0xdb][0xbd][0x9f][0xdf][0xaf]o[0x0]7[0xb8][0xb0]qj[0xe3][0xcc][0xc6][0xb9][0x80]C[0x93][0xc9]3i[0x99][0xe6][0x99][0xc0][0xbd][0xfb][0xd2]W:[0xf4][0xe9][0x9d][0x82][0xa9][0xf4][0x13][0x15][0x86]Q[0x1a][0x16]z[0x1b][0xfb][0x8f][0xa4][0xdf][0xa4][0xee]z[0xa5][0x19][0x2][0x96][0xfc][0x98]S[0xc2][0xc0][0x8e][0xdb][0x8f]iA~B[0x9c]4[0x18][0xc7]2[0xc8][0xbb][0xde]H[0xc0][0xe]e[0xfe]D3)[0xd0]v[0xbd][0x8d][0x94]a[0xae][0x19][0xc7][0x4][0x87][0x13][0xd6][0xb6][0xae]\[0xaf][0xdc][0x97]@}J[0xd9][0xf4]NM[0x98]Zu[0xbd][0x1e]C8[0xb0][0x86]p[0x88][0xb]7[0xa3][0xac][0x97]f9[0xa5][0x81][0x1c][0xbc][0x16][0xe4][0xf2]~G[m[0xac]<[0x16]qK[0xcb][0x99]Zp='[0xdb][0xb0][0xeb][0xc][0xd5]\[0x7][0xf2]!J[0xf8][0xa6][0xf1][0x8f][0xb9].[0xde][0xb]\[0x96]T[0x13]hm[0xcf][0x8b]GdB[0x91][0xf2][0x87]RG[0x94]D[0x9f]4N[0xa4]% P[0xe1]U[0xe5]/ujK[0xd4][0xb0][0x3][0xd4][0xd8][0x13]l[0xa3]u[0xec][0x1a]u[0xd0]0[0xda][0xc4][0x9e][0xd1]}[0x1c][0x18]m[0xe1]p[0xa5]GF[0x8f][0xcd]y[0x89]v[0xc1]an[0x87][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xfe][0x0]PK[0x7][0x8][0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.class[0xbd]W[p[0x13][0xd7][0x19][0xfe][0x8e]vW+[0xc9][0xb2][0x1][0x81][0xb0][0x5][0x8][0xb]B[0x0]K[0x2][0x83][0x93]8[0x89][0x3]$[0x6]L[0xe2][0xc4][0x98][0x4]s)![0xb7]E^l[0x81],[0x19]Iv[0x80][0xa6]IH[0x9c]4[0xf7]K[0xdb][0xa4][0x81][0xdc][0x8]m[0xe3]vJ[[0xd2]R[0x2]I[0xeb][0x84]N[0x87]L[0xd3][0xcb]t[0xda]>[0xb4][0x9d][0xb6][0xd3][0x87][0xa6][0xf][0xcd][0xf4][0xa5]O[0x9][0x3][0xa1][0xdf]9[0xbb][0x92]e0[0xc1]})[0x83]w[0xcf][0xd9][0xfd][0xf7][0xbf]|[0xff][0xf7][0xff][0xff][0xd1][0x87][0x9f][0xbd]3[0x2][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x7]0[0x17]y?[0xc2]([0xc8]K[0xd1][0x87][0x81][0x0][0x6]q[0xaf][0xf][0xbb][0x3][0xdc][0xef][0xa9][0x82][0x1f]{M|1[0x80][0xfb][0xf0]%[0xb9][0xb9]?[0x80][0x7][0xf0][0xa0][0x89][0xa4][0xf][0xfb][0xa4][0xc4]C><,[0xef]C[0x1]<"_[0xe][0xe2][0xd1]*|[0x19][0x8f][0x99]x\[0x8a]?!/[0xea][0xdd][0x93]&[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0x82][0xbc][0x94]~Z[0xae][0x9e][0x91][0x97]g[0xe5][0xf6]9[0x1f][0x9e][0xf7][0xe1]+>|[0xd5][0xc4][0xd7]L[0xbc] 0[0xb9]`[0xe7][0xd3]Vf[0x93][0x9d]/[0xa4]s[0xd9][0x8d][0xed][0xab][0x5][0xc4][0xcd][0x2][0xd5][0xab]r[0xd9]B[0xd1][0xca][0x16]7Y[0x99][0x1][0xdb][0x80][0xf3][0xaf][@[0xcf]Z}[0xb6]@[0xa8]c[0x87]5h5f[0xac]lOcW1[0x9f][0xce][0xf6]\'`[0xf6][y;[,[0x8][0xcc][0xdd][0xda][0x91][0xcb][0xf7]4Z[0xfd]V[0xaa][0xd7]n[0xcc][0xe4]zz(![0xef]W[0xee]h\k[0xe5]w[0xda]y[0x8a]{[0x97][0xa5][0xb3][0xe9][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]ma[0xc3]&j^[0x95][0xeb][0xa6][0xe6]I[0x1d][0xe9][0xac][0xdd]9[0xd0][0xb7][0xcd][0xce]o[0xb0][0xb6]e[0x94][0xad]\[0x8a][0x1e]Z[0xf4][0x93]{[0xf7][0xa1]^[0xec]M[0xd3]PU[0x87][0xd4][0xe9][0xa8][0x14][0x8][0xb6]g[0xb3]v~U[0xc6]*[0x14]l[0xbe][0xbc][0xf2]RN[0xac][0xb5][0xb2]V[0x8f][0x9d][0x9f]W[0xa1][0x84]~[0x85][0x17]^[0x18][0x9c]t0`uw[0xdf]Z[0x8a][0xb0]m[0xe1][0xa5]Cl[0x98][0x8][0x8][0xe]f[0x2]s& \[0xed][0x8];{:[0x11][0xcc]Hd[0xca]>[0x19][0xa9][0xdc][0x80]T%[0xda][0x89]O![0xbd][0x97]0[0x99]}%Y#[0x9d][0xed][0xb6]wSGW[0xd1]J[0xed]\k[0xf5]+ [0xc9][0x1e][0x92][0x8e]n[0xe4][0xed][0xbe][0xdc] ?[0x98][0xb7][0xf0][0xd2]a[0xdd]N[0xf9]>[0x17]r[0x91]f[0x82]*[0xdd][0xe8][0xb0][0xb3]=[0xc5]^[0xa2]U[0xb0][0x8b][0xa3][0x9e]Y[0xf9][0xbc][0xb5][0x87][0xee][0xf4][0xd8][0xc5]NE[0xa0]i[0xb][0x1b][0xc6][0xa3]P[0xa0][0xa7][0xe2][0xab]y[0xb][0x1b]&[0xc2][0xa3]@[0xaf]U(C.[0xd1][0xbd]`[0xba][0xd0][0xae][0xf8][0x9b][0xb2][0xd7]m'K*[0x1c][0x14][0x98][0xb9][0x9e]([0xa5][0xfb][0xec][0xf6][0xec]`[0xba][0x90]&[0x8][0xad][0xd9]l[0xae]h[0x15][0xc9][0xff][0xcf]'[0xcd]@1[0x9d]i[0xbc][0xd5][0xce]o[0xcf][0xe5][0xfb][0xa4][0xea].;[H[0x17][0xd3][0x83]6[0x9d]0[0x6]e[0xa1]H[0x92]d[0xa4]1[0xa9]L[0xc0]7[0x90][0xcd][0xe7]2[0x19][0xbb][0xfb]"[0xa4][0xa2][0xa7][0x1][0x7]H[0x7][0x94]*[0xda]L[0xed],[0xf9][0xd9]v[0xe9]TL(W[0xbe]T.[[0xb4][0xd2]2[0xb8]5[0x97]V9[0x1]Z[0xcb][0xfc][0xdb][0xbb][0x6][0xac]L[0xe1][0xbc][0xb8][0xd6]m[0xdb]a[0xa7][0x8a]J@[0xe4][0xc6]6[0x9][0xf7][0x15][0xbd]a[0xb6]z[0x9d]Rg[0xae][0xc8]T_1[0xe7][0xe0]![0xe0])l[0x13][0x88]\[0x0][0xd4][0xca][0x81]t[0xa6][[0xa5][0xda][0xa7][0xa0]/n[0xa0][0xf2]Y[0x17][0x2]Z[0x92][0x93][0xc5]Z].[0xd6][0xf6][0xec]v[0x8a][0xaf][0xb8][0xb8][0xf8][0x4]"[0xa6]B[0xd1]_[0xae][0xbf]2[0xc7][0x8d][0xed][0xe9]|A[0x16][0x9c]LdWn [0x9f][0xb2][0xd7][0xa4]U[0xcb][0x1a][0xd3]_[0x16]K[0xcb]A,[0xc2][0xe2] [0x1a][0x10][0xf]"[0x81]$i[0xe8][0xc8][0xc4]dC[0x8d][0xa5],[0xc9][0xc1][0xd8]6;[0x96][0x1d][0xc8]d[0x16][0x9b]x1[0x88][0xaf][0xe3]%[0xb6][0x85][0xd6][0x98]c4[0xe6][0x10]%[0xd6]7PPr[0x85]~;[0x95][0xde][0x9e][0xb6][0xbb][0x83][0xb8][0x13]w[0x5][0xb1][0x1e]k[0x4][0xea]/[0x11][0x89][0x89][0xfd]A[0x1c][0xc0][0xcb]A[0xdc][0x8d]{L[0xbc][0x12][0xc4][0xab]xM`vkI;m[0xd1][0x9d]"W[0xe9]B,[0xcf]$[0xa7][0xf3][0xd2][0xc2]V[0xdc][0xc1][0xc4][0x94][0xa5][0x94][0xcb]c[0x4]:[0xb0][0xd6][0xc4][0xeb]A[0x1c][0xc4][0x1b]&[0xe][0x5][0xf1][\r]|S[0xa0][0xe9]o[0xbf]Atb][0x10])9jj/[0x92][0xb0] z[0x91][0xe][0xc2][0xc6][0xda] [0xbe][0x85]7[0x83][0xd8][0x81][0x9d][0xe4][0xce][0xd6][0x18]/Iy[0x89][0xdd][0xc9][0xb9]v>[0xf5][0x4][0x9a]?[0xbf][0xb0][0xc7][0xd8]X[0xa3]xVtf[0xcd][0xfc][0x89][0xc5]![0x8b]?[0x95][0xb2][0xb][0x85]yK[0x96],[0x11]X0Ne[0x8c]?X*|[0xed][0xda]S([0xda]}[0x2]~[0xd5]0S[0xb9]~6[0xcd][0xf8]8[0x8a][0xda][0xc7]y[0xd4]>[0xaa]K[0x5][0xd4]*U[0xb0]D[0xbd]R[0x8d]l[0x83][\r][0x9c]Y[0x17]~[0xd6]0[0xce][0xc3][0xb1]>[0xb9][0xd5]Y[0x8a]n[0xa9][0x8c]n~[0xa9]+S[0xec]0[0xa9][0x81][0xbc][0xa4]i[0xe3][0xaa][0xf2][0x92]3[0x86][0x8a][0xe6]^Z[0x8a][0x9d][0x80]m_[0xea][0x1c][0xa7][0x97][0x8c][0xe7][0x9c][0xd7][0xea][0xef][0xb7][0xb3][0xa4][0xc8][0xa2][0xf1][0xba][0xea]E[0xb][0x1d]sx[0x4][0x9a][0xb][0xf]OJ[0x97]A[0xc3][0xc][0xcc][0xc3][0xe5][0xa0]Y[0x9e]l[0xdd]Q[0xe0]*[0x97]+[0x19][0x83][0xc0][0x1b][0xb8][0x1a][0xd7]8f[0xc4]?[0xf8]}[0x15][0xdf][0x9d]L[0x84][0xbc][0xd2][0xc4]Qhk[0xb5][0x15][0x89][0x91]f=y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m[0x89][0x16]#b[0x8c]4{[0xb5]f3l[0x86][0xbd][0x87][0xb0] b[0x84][0xcd][0xa6][0x16]_[0xc4][0x97]<[0xe][0xf3][0x0][0xa6]D|[0xf1][0x13][0xf0]y[0xd8]7[0xbc]C[0x9a][0x18]2[0xc5][0xf0][0xb9]?F[0xf]P[0xd1][0x91][0xe4]H[0xf4][0x9e]f=[0xac][0xff][0x14][0xfe][0x16][0x83][0xca][0xaa][0x93]Z[0xc4][0xd0][0x92]#[0xc7][0x11]H~[0x0]S[0x1b][0x86][0x91][0xa4][0xea]D[0x8b][0x19]1G[0x9a]}Z[0xb3]?[0xec][0xf][0xfb][0xe][0xa1])b[0x86][0xfd]M-[0x1]~R[0x1b][0x9]8f[0xea]"[0x81][0x92][0x99]jz[0xe0][0x1d][0xf2][0x8a]H[0xa0]k[0xc8]Ok[0xbf][0x8e]G[0xc]"[0x12]?[0xc2] 4[0x5][0xc9][0xed][0xc][0x1c]x[0x1]^[0xbc][0xc4][0xd0][0xf8][0x5]^f[0xba]^a[0xf8][0xaf]2a[0xaf]1[0x85][0xaf]3a[0xaf][0xe2][0x16][0x1c][0xc2]:6[0xa3][0xdb][0xd8](6c[0x18]w[0xe1][0xdb][0xd8][0x86][0xef]"[0x83][0xef]a7[0xbe][0x8f][0xe7][0xf1][0x3]|[0x7]G[0xf0]#[0xae]O[0xf0][0xfa][0x1e][0x8e]*X[0xef]`[0x6][0x17][0xa3][0x16][0xd7][0xa2][0x5]<2[0x93]4r[0x15][0x90] [0x96][0xa1]>[0x89][0xeb]H[0x13][0xe]m[0x1c][0xc3]2[0xae]<[0xf4][0xe2]([0x96]c[0x5]}[0x9c]B[0x9d][0xd7]s[0xa5][0xd3]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xf0][0xad]A{[0xed]h[0xe5]3/[0xbd][0x3][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]C[0xc]>[0x13][0xab]LT[0xf3][0xbf][0x10][0xea][0x2][0xcc][0xfb][0x4][0x86]a[0x9c][0xc1]4[0xf9][0xbc]U[0x9c]#[0x81][0x2][0xe7]I[0xb9][0x92]gp[0xb9][0x89][0xd5][0xa7][0xe1][0xe7][0x17][0xe4]v[0x1b][0xd6][0xb8][0x19][0xbf][0x83].[0xf8]hd[0xa0]"[0xe3]L[0x88][0xa1][0x1d]N[0x8e][0xac][0x88][0xea][0x7]Q[0x97][0xd4][0x9a][0x12]'P[0xe5][0xc1]~[0x4][0x14][0xdd][0xf4][0xc3][0xda]a[0xad]Y[0x8f][0xea][0xdd]*[0x99]Z[0xb3]7[0xec][0x8d][0x1e][0xc2][0xe2]d[0xd8][0xdb]$[0xd3][0xe7]H[0x1f]@mX[0xca][0x1c][0x94][0xba][0x98]%}H[0x17][0x11][0xb3][0x8b][0xb9][0x1a]>[0xf7];'K[0xfa][0xe1]r[0x96]61[0x1f] [0xae]^[0xbc]C[0x94][0xde]%qBdFH[0xde][0xf7][0xf8][0x83][0xe4]}[0x16][0xdf]I[0x92][0xf5]gD[0xe7][0xe7]D[0xfb][0x14][0x91][0xff][0x80]8[0xff][0x82][0xf8]|[0x88][0x9b][0xf0]Kt[0xe1]W[0x9c]<[0xbf][0xe1]|[0xfb]-z[0xf8][0xbc][0xf][0xbf]G[0x1]P[0x19]Z[0xcf][0x0]oB=nd^L[0xe2][0xbf][0x94];[0x89]-[0x83].gh@eMfh[0x87][0x9b][0xa1]i[0xb0][0x98][0x5][0x99][0xa1][0xa5]X[0xad][0xb2][0xa1]Sf[0x99][0x9b]![0x99][0x97]90[0xcf]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]>[0x83][0x19]B|[0xe6][0x82]}[0x6]1[0x7][0xe9][0xd3][0x14][0xdb][0x87][0x9b]K[0xb5][0x85]![0xee]5[0xde][0x17]$N[0xc1][0x97][0x18]9[0x80]*[0x85][0xe6]0j[0x13]#[0x4]rmBKj[0x9]Y[0xf][0xf1][0xe4]X[0x6][0xcf]P[0xbe][0xfe][0x89]<[0xfb]31[0xf9][0xb][0xb9][0xf6]W[0xd2][0xe1]o[0xc4][0xe4][0xef]*[0xbe][0x18][0xe5]j[0xd9]CnQ~[0xd3]@9[0xaa][0x5][0xca][[0xa1][0xbc][0xa5]q[0xbf]9[0x95][0x1b][0xce]_[0xd7][0xa3]F[0xde]e[0xc3][0x91]Y[0xf7][0x1c])7[0x11][0xaf]z[0xf8]QEG2[0xca][0x1d][0x89]#[0xd7][0xfd]x[0x83][0xdb][0xe4]"[0x92]2$[0x8c]8"[0x17][0xf2][0x8f]1[0x4][0xdf]G[0xf5]h[0x0]5*[0xee][0x11][0xfc][0x8f][0x19][0xc4][0xbf]+[0x14]G\[0xc5]+[0x95][0xac][0xf0][0xf3][0xe1][0xad][0xac]@[0xc7][0xc2]J[0xd7][0xbd]j[0xa9][0xf4][0x14]L}[0x18][0xba]6J[0x19][0xc7][0xcd][0xff]Th[0xab][0xae][0xd0]f[0xc0]Su[0x83][0xfc][0x9e][0x87][0x1d]z*[0xa9]>[0x8b]w[0x89]dO"T[0xa3][0xfa][0xe7][0x9b]0[0xf4][0xc3][0xe][0xe3]Oa[0xbd][0xcb][0xf7]*[0xc9][0xf7][0xe3][0x98]t8j[0x1c]D[0xd4][0xdd][0xb0]m$u[0xb5][0xda]_[0xf2]C[0x93][0xdd][0x8c][0xb4][0x9f][0x91][0xc][0xeb]M[0xb2]1:o[0xa9][0x91]D[0x1f]>[0xf7][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OWb2[0xaf][0x9f][0xd0][0xf8][0xa7]$[0xd8]i[0xfa]y[0x86]#[0xe0],[0x1b][0xd3]9D[0xe8][0xf8]lV[0xe8]|[0xa1]!!t[0xb4][0x91]D[0x9d][0xc2][0x87][\r][0x4][0xe3]N[0x11][0xc0][0xdd][0xdc][0xdb][0xa2]FE)I[0xbb][0x81][0x1a][0xba]HU[0x83]$[0x8e]*"[0xeb]D[0xb1][0xc3][0xa5]*[0x83]+'[0xbf]G[0x11][0x9e][0x7]Llt)-q[0xa9][0x85][0xbf][0xfa],[0xea]$S[0xeb]4[0x2]t[0x6][0x1e]1[0xfd]S[0xaa][0xdb][0xa0][0xc6][0x98][0xa0][0xb0][0xc0][0xa6][0xad]<_cs[0x1]_P[0x0]nq[0x1][0xdc][0xc8][0xbb])[0x99][0x9c][0x8]M&[0x80][0x89][0xf8]1L9[0x86][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]8[0xa6][0xb2][0xee][0xa7]yX[0xab]~[0xb7][0x81]Hd;[0x17][0x9d][0xc2][0xa6]E#[0x12]+[0x89][0xed]"[0xad]))[0xb1][\r][0xeb][0x12]\wGp[0x17][0xe9]jU[0x1][0xae][0x11]f[0xcb] [0xba][0x8b][0xc2]FS[0x8b]7[0xe2]M[0x96][0xd1]5[0x88][0xee]G[0x15][0xe8]vb*}[0x9b][0x6][0xaf][0x8]c[0x8a][0x98][0x8e][0xa9]"[0x82][0x98][0xe0][0xc4][0x16]3[0x89]j[0x94][0xa8][0xce]F[0xa3][0xa8][0xc7][0x15]"[0x86]k[0xc5][0x1c][0xb4][0x8a][0xcb]p[0xa3][0x98][0x7]K,[0xe0]ap!v[0x89][0x6][0xec][0x15]q[0xdc][0xc7][0xfd]C[0xa2]Q!}[0x13][0xe3][0xdc][0xe5]"[0xed]E7f+[0xa4][\r]\A[0xfa][0xb7]+[0xcc]e=[0x97][0x90][0x1e][0xe2][0x90][0x91][0x93]4FI[0x89][0xb9][0x87][0xa7][0x82]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sMa[0x1e]E`*3[0xce][0xb6]p[0x16]3$[0xf2][0x91][0x12][0xf2][0xb5][0x9f][0x83]|@[0x1e][0xa5]][0xe4][0x17][0xbb][0xd4]-[0x96]H{[0x12][0xe1][0xfd],[0x8c][0xf7][0x11]>*[[0x88][0x9f][0xf3]p[0xba][0xc0][0xff][0x83][0xc7][0xe2]J[0xd6][0xfa]U0[0xc5][0xd5][0xe4][0xee]5[0xa8][0x17][0xd7][0xe2]2[0xd1]B[0xa4][0xaf]#[0xd2][0xcb][0x88][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\#[0xae][0xc7]z[0xb1][0x12][[0xc5]*[0xa2][0xbc][0x1a];D[0x1b]2[0xdc][0xe7]E{[0x99][0xc7]V[0x99][0xc7][0x1b][0xcb]<[0x9e]_[0xc1][0xe3][0xa2]j[0xc8]P+[0x87][0xc7][0xf5]cx<[0xb]U[0xe6][0xe4]6[0x82]yVM[0xbf][0x89][0x91][0xf9][0x9][0xf9][0xfb][0xc7][0x81][0x14]/[0xf2].[0xf]K[0xf5][0xda][0xf2][0xc4][0xc8][0x8a]YD`zbVS[0x8b][0x1e][0xd1][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]![0xf][0xa3][0xff][0xb8]"z[0xd5][0x86]E[0x17][0x2]b[0x3]&[0xb1][0x16][0xc2]b[0x13]j[0xb9][0x8f][0x8a]-**[0xe2][0xc2][0xb1][0xe5]S[0xde][0xea]T>SE%[0x8d][0xd4][0x95][0xa3][0xaa]/GU[0xaf]bqZs[0x15][0xb4][0xb3][0x4]UL)[0xb9]^3[0xea][0xba][0xa0][0xeb]\[0xf1]7Xy[0x8c]x[0x9c]1[0xe2]R[0x81][0xd3]$[0x90]8[0x9][0xff][0x1]Yr[0x9]Y}[0xb2][0x9b]'O[0xd0]7[0x9e]6B[0xe7][0xfb][0x17][\r][0xdd][0xcd][0xec]Y[0x8][0x89]m[0x98]&[0xba][0x99]E[0xbb][0xf7][0xc3]xh[0x8e][0xfc]f4[0xa2][0x16][0xfa][0x7][0xf1] [0x93][0xbd][0x8f]Q=L[0xc2][0xe][0xf1][0xa0][0xf2][0x8][0xc7][0xcd][0xa3][0xb8]\<[0x86][0x5][0xe2]q[0x96][0xeb][0x13]X'[0x9e][0xe4][0xb8]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]S[0xe6][0x1e][0xf1],z[0xc4]s[0xe5]&8[0x83]'[0x88][0x1b]U[0x99][0xae]#M3[0x8c][0xd5][0xcb][0xfb]FEm[0x8d]t[0xbf][0x8d]'-[0xa7][0x1d][0xf6]*L[0xa0]V[0x9]Em?Y[0x9b]E[0xce]E'[0x2][0xef]g[0xac][0x1b]A[0x8c][0xc2][0xec][0x84][0xb1]5[0x4][0xea]4[0x82][0x17][0xa3][0xbc][0x7][0xfd]*[0xf9][0xbb]XW [0xcc][0x82][0x7][0xc4]A[0xf6]_[0xff][0x1]PK[0x7][0x8]0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/MarkerManager.class[0xad]U[0xed]S[0x1b]E[0x18][0xff]m[0x2][0xb9]p9R[0x1a][0xb][0x95][0xda]Jxi[0x1b][0x12][0xda]@K[0xb5]-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xda]H[0xa0]H[0x90]J[0xeb][0xdb][0xe6][0xb2][0x84][0x83][0xe3][0x12]/[0x17][0x7][0xbf][0xfb][0xdd]O:[0xfe][0x11]~[0x0][0x9d]) [0xe3][0xcb]7f[0xfc][0x9b][0x1c][0xc7]g[0xef].[0x10] [0x2][0xe3]8[0x99][0xec][0xee][0xed]>[0xcf][0xf3][0xfb]=o[0xbb][0xfe][0xfd][0xcb]o[0x0][0xee][0xc2]l[0xc1][0x9b]x[0xaa][0xd2][0xf0]LE'2[0x11]|[0x80]i9d[0xe5]0[0xa3]`V[0xc1]s[0x15]a[0xcc][0xc9][0xef][0xf][0x15][0xcc]+[0xc8][0xa9][0xd0][0x90][0x9]cA[0xce][0x1f][0x85][0xb1]([0xe7][0x17]*"[0x98][0x93][0x86]>[0x96][0xc3]R[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^*x[0xa5][0xa2][0x3][0x19][0x5][0x9f]([0xf8][0x94]![0x92]-[0x15]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]Wg[0xb8][0xbd]&l[0x6]-cY[0xc2][0x9e]0y[0xa5]"*[0xc][0xca][0xcc][0xd8][0xfc][0xf4][0xe4]|[0x8e][0xa1]/[0xbb][0xca][0xbf][0xe2][0xe9][0xaa]c[0x98]i[0xbd]d[0xe9]U[0xdb][0x16][0x96][0x93][0x9e]8X[0xce][0xf0][0xf2][0x8]CK[0xce](Z[0xdc][0xa9][0xda][0x82]a[0xe9][0x1c]*[0xa3][0x9e][0x8c][0xc9][0xad]b:[0xe7][0xd8][0x86]U[0x1c][0xc9][0x96][0xec]b[0x9a][0x97][0xb9][0xbe]"[0xd2]f[0xa9]X[0xa4]=9[0xf][0xaf][0xa6]=[0x92]#[0x8f][0x8]'4jX[0x86][0xf3][0x88]![0x98][0xe8]_dh[0x9a]([0x15][0x8][0xf1]B[0xd6][0xb0][0xc4]lu=/[0xec][0x5][0x9e]7i'[0x96]-[0xe9][0xdc]\[0xe4][0xb6]![0xbf][0xfd][0xcd]&g[0xc5] [0xe7][0x12]g![0xcd]p[0x8b][0x17][0x9][0x90][0xa1]Y7[0x5][0xa7][0xf0][0x84][0xc4][0x86]QqH[0xb7]=q[0x92]x[0xff]K[0xa2][0xb3]&[0xbe][0x96][0xa8]'[0xe])4E[0xe1][0xd4][0xc2]|[0xaf][0x91][0xfa][0x99][0x8e][0x13]s[0x8b][0xaf][0x93][0x3]![T[0xaa][0xa6][0xc3][0xd0]}[0xe][0x9d][0xd6][0x9c][0xc3][0xf5]5[0x8a][0xb5][0xeb]=U[0xf][0xc3][0xd3][0x6][0xf0][0xff][0x8d]P[0xa8][0xcc]e&[0xa9]p[0xbc]E[0xcd]A[0xf5][0x89]([0xdb]B[0xe7][0x8e](0t[0xce]W-[0xc7]X[0x17][0x8b]F[0xc5] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0x96]Ur[0xb8]c[0x94],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dG[0x1d][0xee][0xa1][0xe]Y^l[0xc4][0xf1],B[0xe7][0xa1][0x1c][0xb5][0xc5][0x97]U[0xc3][0x16][0xb3]%k[0xb6]j[0x9a][0xc]7[0xeb][0x91][0x9e][0xe7]W[0x85][0xee]4[0x8a][0x6][0x95]Y[0xb0][0x94]_=[0x9a]]_[0x9c]:e]T*T-[0xe4]:[0xd7]uZ[0xf7][\r][0xe][0xe]2[0x4]6[0xdc]a[0xe8]p{Hn[0xdf]H[0xf4][0x9f][0xaf][0x9f][0xc2][0xa3][0xba][0xe9]W[0xba][0x9a]+Um]L[0x19]n][0x1f][0xa9][0xd0][0xdb][0xd2][0x96][0x86][0xab][0xb8][0xa6][0xe1]!F4[0xc4][0xd1][0xad][0xe0]3[\r]7[0xd1][0xad][0xe1]s|[0xa1][0x81]#[0xcf][0xd0]uFt[0x18][0xee][0x9c][0xaf]%[0xfa][0xea].[\r][0x89][0xa6]k([0x80]h[0xf5][0x1c]F&c[0x9a][0xa2][0xc8][0xcd]1[0xbb]X]'w&7tQ[0x96]9g[0xb8]|<[0xb6][0xe3]U[0xc3],H[0xf4][0xe8][0x9c][Dq[0xcf]p\[0xc3]2[0x8a][0xd4]k[0xf1][0x15]^[0x89]S[0xcd][0xc4][0xf3]BX[0xf1][0x82]X[0xa6]./hX[0x81][0xa1]a[0x0][0xf][0xe4]pK[0xc3]*[0xd6]([0xb0]gD[0xf5][0x19][0xaf][0xac]PdI[0xf0]|[0x8e]2[0xb4][0x1d]Ov[0xcd][0xcb]SSG[0xf7]*[0x1d]9[0xdc][0xb0]*[0xd3][0xf2]FhoPc[0xee]}A[0x97][0x82],[0x87][0x6][0xa7][0x8d][0xaa][0xac][0xe1][0xb5]C[0x85][0x19])W[0x9d][0xcc][0xf2]X[0xbe][0xe2][0xf6][0xe2][0xfd][0xd3][0xb][0xfa]4[0x80][0x10]/[0x97][0x85]E={[0xab][0xe1][\r][0xf5]/[0x99][0x93][0x85][0xea][0x94][0xbc]-[0x86]K[0x89][0x93][0x82]#[0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]/[0xbf][0xd4][0xf6][0x93][0x89]W[0xff]C3c[0x88][0x9e][0xb5]Nz4[0x19][0xae][0xc8][0xea][0xa7][0xf9]m[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xb]*[0x8d][0xd4][0x5][0xb4][0xd3][0xe3]>[0xaa][0x8c]~@sr[0x1b][0xc1]-W[0xa4][0x97]F)[0x4][0x12]j[0xa2][0xaf]>Zi[0x9e][0x10][0xae][0xe3][0x6][0xcd]-[0xb2]}|[0x3][0xd7][0xdd][0x13][0xda][0xfb][0x9]l[0x17]M[0xc][.[0xea][0xa1][0x91]~z[0x8f][0x93][0xa4][0x92][0xa0][0x95][0xa7]2L[0xfb]RI%[0x95][0xe4].[0x9a][0x3][0xf8][0xf1][0x0]8[0xe4][0x9e][0xc][0xd7][0x81][0xaa][0xa4][0x9d]rA[0xa9][0x98]}[0xb][0xdf][0x10][0x15]i[0xfb][0x8e]g![0x14][0xc0][0x1f]P[0xb2][0xa9]}[0xf4][0xc8][0x8d]=[0x84][0x97][0xc8][0x9d][0x96]][0xa8]A[0xbc]8*[0xb2]IZA[0x17][0xa9][0x83]l[0x0][0x8f][0xd1][0x8a][0xf7]q[0x11]c[0xb4]7[0x8e]A[0xf0][0xe9]N[0xf9][0x1][0x8c]%wp[0xa9][0xe9]W(K[0xc1]Tn[0x17][0xed][0x1]l[0x1e]KE[0xa1]. [0xb1][0x3][0xf4][0x18][0xa1][0xcb][0x80][0x9c]DQ[0xe5]=[0xeb][0xa7])GhR/[0x9a][0xdc][0x87]&[0xe3][0x90][0x92][0xe]o[0x1d][0xf8][0x1a][0x95]>[0xb1][0xef][0xa8]j[0xbe]G+[0xfb][0xa1][0xe])[0x8a]Q[0xbc][0xe7][0xda][0x8e][0xe2][0x91][0xeb][0xe7][0x90][0xab][0xc5]Z[0xdb][0xc2][0x94][0xb3][0x1a][0xc0]C[0x12][0x96][0xe2][0xa1]dj[0x7][0x81][0xad]c[0xd4][0xaf][0xd5][0x19][0xc]Q[0x96]=[0x83]![0xca]5[0x19]$;[0xe3][0x98][0xf0][0xed]\[0xf5][0x8b][0xb8][0x89][0xb2][0xb7]yP[0xbf]5+a[0xaa][0x8a]Z[0xb9][0xf7][0xba][0xd6][0x80][0xc8][0x1e]:([0xa5][0x97][0x6][0xdb]:[0xa6][0xd0]E"[0x93].[0x95])[0xbc][0xe5]F[0x84].[0x1]j[0xc7]+h[0xf9][0x7]PK[0x7][0x8]d[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.class[0x8d][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h[0xb5][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]O[0xe0]B[0xc4][0x95]E[0xf4][0x6][0xa2][0xe0]B\[0xe8][0x5]b;[0xa4]-![0x91][0xa4][0x8a]gs[0xe1][0x1]<[0x94][0x98][0xe2][0xca][0x9d]3[0xcc][0xff][0xc][0xf3][0xe7][0xbd][0xde][0x8f]'[0x80]%[0xfa]![0xc2][0x10]=B|4W[0x9b][0xf1][0xb6]TL[0x18][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]"_[0x1b]][0xf3][0xbd][0x9e]W[0xe2]&[0x8][0xc3][0x8d][0xce][0x94]q[0xa5][0x96]{[0xae][0xb][0x93][0x87][0x88][0x9]3ce*."+8UFJm|U[0xa5]?[0x88][0xc9][0x82]0[0xd8]i[0xcd]v[0xad][0x84]s[0xec][0x8]ICM[0x95][0xf0][0xf][0x87]s[0xc5]YM[0x98][0xfe][0x7]K[0xc6] [0xb4][0xf0][0xad][0xb6]o[0xf8]-@[0xc7]{[0x80][0xae][0xd7][0xc8]O[0xec]3[0xd4][0x4][0x92][0xe8][0x3]PK[0x7][0x8][0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.class[0x9d][0x92][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xb4][0xb5]ik[0xd5]Z[0xeb][0xff][0xef]B[0xa4][0xdd][0x98]E[0x5][0x17][0x15]7[0x15][0xa1] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xdc][0x8f]qH[0xa7]N3![0x99][0x88][0xfa]h.|[0x0][0x1f]J[0xbc][0x13]+T[0xab] [0x92][0xc5][0x97][0xb9][0x9c]{[0xee][0xb9][0x99][0xbc][0xbe]=[0xbf][0x0]hc[0xc7][0xc1][0xba][0x83][\r][0x7][0x9b][0xe][0xb6][0x18][0xf2][0x91][0x8e][0x18][0x1a][0xcd][0xd6][0xd9][0x80][0xdf]sW[0xf1]0p=[0x13][0xcb]0[0xe8]0[0x14]"![0xee],[0xd2][0xa4][0xcf][0xb0][0xd8][0x9c][0xd4][0xb4][0xae][0x19]J[0x81]0'"2$[0xc9]7[=[0x86]"O[0xce]db[0x18][0xea][0x9f][0xb6][0xa9][0x91][0xca][0xb5]52-{2[0x8][0xb9]Ic[0xc1][0xb0]7!8[0x9a][0x9c]ql[0x93][0xd0][0xeb][0x90][0xd0][0xec][0xd9][0x89][0x5]_G[0x8f][0xc][0xd5][0xae][0xe][0x8d]x0[0x9e][0xe1]>[0xc5][0xac][0xf6][0xc2]P[0xc4]][0xc5][0x93]D$[0xc][0x87][0xe4][0xad][0xe3][0xc0][0xe5][0x11][0xf7][0xfb][0xc2]U:[0x8][0xc8][0xcd][0xf2]`[0xe0]^[0xf5]c[0xc1]oG[0xfd][0xbb][0xe3]>4l[0x99][0x16][0xea][\r][0x87][0xa9][0xe1]7Jd[0xc5][0x8b][0xf8]@[0x96][0xe8][0xdb][0xa5][0xbb][0x81][0x92][0xd2][0x92]rY[0xd8]?[0xe3][0x83]/[0xbe][0xe8][0x83]OK4[0xd1]w[0xff]([0xe3][0xb9][0xa5]N[0xa0]/dI[0xdb][0xd3]{[0xee][0xb9][0x9f]s[0xce][0xf7][0xb4][0xbf][0xff]|[0xff][0x9][0xe0]%[0xf6]L[0xac]`[0xdb][0x84][0x81]m[0x3][0xf]S[0xd8]1[0xa1][0xe3][0x91][0x81][0xc7][0x6],[0x3][0x5][0x86][0x95][0x8a][0xe3]9[0xb2][0xca][0xa0][[0x85]c[0x86]D[0xcd]?[0x11][0xc][0xeb][\r][0xc7][0x13][0xcd][0xf1][0xa0]#[0x82]6[0xef][0xb8][0xe4][0xc9]6|[0x9b][0xbb][0xc7][0xb1][0xc5]P:[0xbe][0xc7][0xb0][0xd9][0xa6][0x99][0xe7][0xe9][0xe2]^^(y[0xf3]N[0x94]kKA[0x9e][0x18]x[0xca][0xb0][0x99][0xf9]0d[0x16][[0xa2]Z[0xe3]=1X[0xcb][0xaa][0xc7][0xb0]a[0xcd][0xe8][0xd4][0x92][0x1][0x85][0x86]c[0xd8]][0xe][0x81]<[0xfd]?[0x6][0x18]R[0xf4];%[0xa1])[0x99]hu[0x85]V[0x7]d[0x99][0xf2][0x16][0xcf][0xa1]}[0xa3][0x17][0x1d]iz[0xae][0x84][0xce][0x8f]X[0xa3]gz[0x1a][0x80][0xab][0xb8]F6;[0xe7][0xb9]N[0x96]>:lD[0xb8]j[0x84][0xd3][0xf4]/[0xb][0xac]O3,-[0xc6][0xd2].X9[0xdc][0xa4][0x95]b[0x1d][0xd2]y[0xb5]g[0xfe][0x80][0xfe]>[0x9b]8G[0xf2][0xd7][0x2][0xf3][0xf3][0xc][0xd3][0x8c]1[0xcd][0x88]y+[0xe4][0xdf]&[0xdf][0xe6]E[0xdb]o[0xc2]\t/[0xb6][0xfc]u[0x6][0xc9]bH6Ef@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0x8d]Po[0xc9]j[0x91][0x82]1[0xdc]T[0xc1][0xdc]4 [0xc2][0xa9][0xb7]{[0xb8]O[0xfb]q-[0xf5][0xa8][0xda][0x7]42e[0xb7]T.[0x8a][0xd3][0x88][0xb7][0x8b]u[0xaa][0xff][0x8e][0x2]dR[0x1]PK[0x7][0x8][0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.class[0xa5]WMw[0x13]U[0x18]~[0xee]$[0xcd]$i[0xc0]J[0xa5][0xb5][0x88][0x8a]ZK[0xda]B[0x3][0x82][0xa0]4Vj)[0x12][0xec][0x7][0xb6]i[0xa1] [0xe0][0xed][0xe4][0x9a]L[0x99][0xcc][0xc]3[0x13][0xa4][0x1e]7n[0xdc][0xb8]q[0xe3][0x82]_[0xe0][0xc6][0x85][0xe8]9[0xa2]r[0x8e][0x1f][[0x94][0xc7][0xf7]N[0x86]a2[0x99]h[0xc0],r[0xef]}[0xef][0xfb][0xf9][0xbc][0x1f]7[0xf9][0xeb][0xef]_[0x3]p[0x2][0xad]<[0xf6][0xe0]F[0x1e]{qC[0xc5][0xcd];Gb[0x99][0xb2]n[0xea][0xde][0x1c]C[0xaa]8[0xb9][0xc9][0x90]^[0xb0]j[0xa4][0xe0][0x99]%[0xdd][0x14]+[0xad][0xe6][0xb6]p[0xaa]|[0xdb] [0xca][0xbe]%K#[0xaf]9[0xf9]N[0xe7][0x80][0x98][0xf6][0x1a][0xba][0xcb]0[0xba][0xd8][0xb4][0xbd][0xdd]j[0xc3][0x11][0xbc]Fax[0xe2][0xae][0xb7][0xee]q[0xed][0x16]C[0xa1]b[0x9a][0xc2]Y0[0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b<[0xbb]d9[0xf5][0x12][0xb7][0xb9][0xd6][0x10]%[0xc3][0xaa][0xd7][0xc9][0xb][0xb9][0x9e][0xdc])uH[0x8f][0xf7]PH[0xfe][0xa6]l[0xcb]&[0xc][0x8a][0x93][0xdd][0xe1][0x90]?[0xb6][0x10][0xb7][0xe4][0xd2]r[0x1b][0xc][0xfb][0x8b][0xdd]<2F[0xb5])\[0x97][0xd7][0xfd][0xa0][0x12][0x94]d[0xeb][0xc2];'l[0xaf][0xe1]cR![0x88][0xb8][0xbb][0xa4][0xbb][0x1e][0xb1]?[0xb2][0xea][0x3]+i[0xc4]>[0xd1]E[0xec][0x81]t[0x9a][0xb6][0x94][0xff]t[0xb1]"[0x9d][0x18][0xa8][0xb5]M0i@[0xdc]nq[0xc3][0x8d]y[0xbc][0xba][0xbd]#4ov[0xf2]*1Y[0x9d][0xbe][0x6]WT5>,[0xcb][0xdc][0xe][0x12][0x92]mp[0xb7][0xd1]NaZ[0xb3][0xec]][0x15]&%[0xa1]3'[0xa7][0xc9][0xe1]>[0xd3][0x10][0xc3]^[0xf5][0xac]y[0xc7][0xe1][0xbb]T`[0xc5]k[0x9][0x9e]&[0xd0][0xc8]w[0xce]0[0x9c]x3[0xd2]YR[0xbb]vXV[0xd7][0xaa]U[0xba]?T[0xae][0x9e][0xe9][0x96][0x9b]+[0xca][0xdb][0xc9]6K[0x8a][0xd7]j=[0x12]-a#][0x83][0x1a][0xc5][0xc0]u[0xd3][0x9d]7[0xc][0x86][0xb1]hg,X[0x86]A[0x1a][0xa9][0xb][0xdb][0xdc][0x9a]t)[0xf1][0x9a][0x4][0x13]/[0xca]S2[0xb1][0x7][0x93][0x95][0xca]K[0xa9]7C>[0xfa][0xc6][0xa7][0x93][0xd9][0xa6][0x93][0xcb]e[0xa6][0x87][0xd6]Dvi'[0xe7][0x88][0xa6]uG[0xf8][0xa6]h/[0x83][0xf6][0xf7]Y=[0x98][0x0][0x14]^G[0xad]F[0x86][0xc7]T[0xe2]E[0xaf]Bv[0xf5][0xcf][0x8][0xd9]Q[0xea][0x93]J[0xb3][0xd9][0xf2]d[0xd2][0xfc][0x12]YuVZ[0x6]M9[0xaa][0xd6][0xa3][0xc5]~k[0xec][0xb8][0xdf][0x93][0xca][0xdd]c[0xe4]E[0xff]2[0x14]VY3[0x82][0xd1][0xa5]E|[0x9f][0xdf]v=[0x87]k^[0x4][0xb1][0xa4](z[rm[0xbd][0x94]8y[0xf2][0xeb]V[0xcb][0xd1][0xc4]y[0xdd][0x1f][0x87][0x1d],3[0xd2]B[0x1]c8[0xc0]p[0xf8][0xb1][0xb5][\r][0xd3]m[0xd9][0xb6][0xe5]x[0xa2][0xb6]jKH[0xc9][0x9b][0xc5][0xbb][0x1a]5>mT[0xd8][0x5][0xdc][0xc6][0x11][0x1a]fIy.[0xc0][0x81][[0xc0]~[0x8c][0xd0][0x93][0x11][0xf][0xa0][0x80][0x5][0x9c]SA#[0xe9][0xe4][0x93][0xc][0xd4]JX[0x8]{:[0xce][0xd2][0xf3][0xcb][0xc]s[0xff]o8S#[0xfc][[0x1a][0x18]JO[0x88]9[0xc3][0x89][0xa7][0x98]S4[0x9c][0xfa][0xad]"[0x9a][0x1c]I[0xd0][0xd3] [0xce][0x9][0x19]c{[0xea][0xab][0xba][0xeb]G[0xec]?[0x7][0xd4]g[0x13][0xfd][0xa9][0xc7]![0xfa][0x1][0xb0][0x17][0xf4][0x96]B[0xc1][0x1][0xc][0xe1]Y[0xda][0xef][0xa3]7][0xc1]0[0x9d])[0xb1]t[0x1e][0xf5][0xcf][0xcf][0xd3]^[0x91][0xd5]C[0x94][0x17][0x88]R[0xa2][0x95][0xd1]:0[0xf5][0x0][0xca]}[0x9f][0xe5] }g|[0xe2])[0xbc]H[0xdf][0x85]6[0x3]^[0xc2]+[0xf2]g[0x2]^[0xc5]k[0x81][0xf0][0x91]@Xa[0xdf][0xc7]$[0xe7]"[0x92]J(9[0xde][0x87][0xe4]B[0xa2][0xe4][0xeb][0x98][0x8]$[0xcb]DUh[0xcd]>Dj[0xeb][0x1][0xd2][0xbf][0xc7][0xe4]/[0xf8][0xf2]#m[0x9e]@^[0xee][0xe][0xa3][0xe8][0xdb][0x9c][0xc4]T[0xdc][0x87][0xd4]w1[0x1d][0xcb][0x89]>L[0x93][0x84][0xe2]K[0xce][0x4][0x92][0xe9][0x9f]1[0x10][0xf7]-"[0x9b][0xe]d[0xdb][0xd0][0x1f]%[0xda][0x8c][0xf][0xb8][0xd4][0xf1][0xa6]O#[0xbd]q[0xd0][0xaf]D[0x2]`a[0x0][0xc][0xc7]p[0xdc]7[0xfb][0x6][0xfd]0l[0xab][0xb8]B[0xab][0xe4][0x1a][0x9b][0xfe][0x13][0x99]{[0x18][0x9e][0xfe][0x3][0x99]_[0xa0]2[0xdc][0x83][0x9a][0xfe][0x16]i?[0xae]TD[0xf5][0xf5][0x88][0xea][0xb1]P[0xf5][0x18]N[0x92]7[0x8c][0xb2]-[0xb3][0xac][0x8c][0x9e][0x95]VNw[0xc3][0x94][0x8e][0xc3][0xa4]%[0xc2][0xf4][0x16]f[0xe3][0x92]Sq[0x90][0x1a][0x89][0x92]e[0xbc][0x13][0x0][0xbc][0x92][0x90][0xe4]h [0xcd][0x1e]I[0x9e][0xc3][0xbb]t6[0xd4]-)[0xf3]a[0xed][0xbf]G;[0x1a]f}[0x16][0x92][0xd3][0xc3][0xc6]bPH[0xe7][0xf1]~[0xe0][0xed][0x85] [0xf]J[0x17][0xe0][0x9f]Ft([0xa1][0xe][0x85]$*[0x1d]~J[0xca][0xc5][0xd0][0xcf][0xf]h[0xb7][0x14]j[0xff]/,>[0xef][0xe1]g[0xdc][0x86][0xa4],[0x87]6Vh[0xb7][0xda][0xb7][0x8d]/[0x9e][0xc0]Fg[0x1c][0x97][0xfa][0xb6][0xf1][0xe5]S[0xdb][0xf8][0x90][0x9a].[0xd6][0x98]? [0x1b][0xaf][0xb9][0xaf]z6[0xe6]:[0xd1][0xaa]}[0x8c][0x85][0xaf][0x13][0xab]v[0xa3][0x8f]z[0xff][0xa6][rh[0x9e]j[0xf1]Q'[0x9f][0x8][0xb0][0xc9]MQ[0xf][0xe7]~B>n::[0x89]s[0x81][0x2][0xd9][0xb9][0x97][0x3][0x5]o[0x7]%([0xc7]x[0xd7]D9[0x15]Av Dv[0x80][0xe6][0xc7][0x16][0xdd]gq5|[\r][0xc6])#[0xf2]Sx[0x88][0xc1]-[0xf6][0x0][0x85][0x1f][0x91][0xbd][0xef]G[0xf9]X[0xdb][0x19][0xe2]i[0xe3]v[\r][0x1f][0xf9][0xeb]uz@[0xcf]B[0x9a]^[0xa1]:^F[0x9e][0xdc][0xa9][0xe3]L&[0x87]M[0xa9]l(KK[0xeb][0xd0][0x91][0xff][0x7]PK[0x7][0x8][\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/ThreadContext.class[0x9d]Y[0x9]xTW[0x15][0xfe][0xef][0xcc]d[0xde],/[0xb]C[0x16]@[0xac],[0x1][0x92]a[0x19][0xb6][0x96]%[0x14][0x8][0x1]$%[0x1]lB0T[0xad][0x8f][0xe4]1[0x19]2[0x9b]3[0x93]HZ[0xeb][0x82]ui+[0xd5][0xba][0xb5][0xa4][0xd4][0xdd]FkU [0x15][0x12][0x90][0x96][0xd6][0xa5]J[0x17][0xaa][0xd5]nvS[0xeb]V[[0xad][0xb6].EZ<[0xe7][0xbe]7[0x93][0x99][0xcc]K[0xbe][0x4][0xbe][0x8f]{[0xdf][0xbd][0xf7][0xdc][0xb3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc]g[0xbb][0x3][0xa7][0xdf]<~7[0x80]%[0xa2][0xc4][0x83]Kq[0x87][0x1b][0xe]|[0xc7][0x83];[0xf1]][0x5][0xdf]s[0xe1][0xfb][0xfc]y[0x88]7[0xf][0xbb]p[0x84][0xe7]~[0x17][0xee][0xe2][0xf9][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]z[0xa0][0xe2][0x18]/[0x6][0x14][0xc]zP[0x8c];[0xbc]8[0x8e][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xe8][0x85][0xf]'[0x15][0xdc][0xed]A)Nzq[0xf]Nyq/[0xee][0xf3][0xe2]G[0xf8]1[0xf]?Q[0xf0]S/[0xa6][0xe0]~[0x5]?[0xe3][0xf9][0xe7]|[0xf1]4[0xf][0xf](x[0xd0][0x8b]ix[0x88][0xaf]>[0xe4][0xc5][0xc3]|[0xeb]8[0xce]xH[0xcc]#<[0xfc][0x82][0x97][0xbf][0xe4][0xe1]Q[0x1e]~[0xc5][0xf2][0xcd][0xc3]c[0xbc]|[0xdc][0x8b]'p[0x86][0x87]'yx[0x8a][0xf]~[0xe3][0xc5][0xd3][0xc6][0xc1]3<<[0xcb][0xc3]s<<[0xcf][0xc3]o=[0xf8][0x1d]~[0xcf]_/x[0xf0][0x7][0xfc]Q[0xc1][0x9f][0x81][0xd5]c[0xac],#b[0xb1].[0x16][0xe3](1[0xcf]z[0xb8][0xf2][0xec][0xe4][0xca]3\[0x9]B[0xd5]I>[0xb5][0x9a][0xf4][0xbc][0xf6]K[59[0xda]K[0x1a]W(cXy[0xe]y[0xda]`[0xee][0x83][0x1d]Zr[0x8b],I[0x8e][0xa8]Q[0x99]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xa6][0x80]:[0xc9][0xc][0xf9]8[0xe0][0xba]n>[0xff]}[0xf9][0xef][0xe][0xaa][0xa6][0xb2][0x91][0x12]c[0xf9]X[0x88][0xf3]s"[0xbb][\r][0x92][0x1d][[0x13][[0xba][0xf8][0xd1][0x11][0x18][0xe7]o[0x14]R[0xb1]M2[0xac][0xc8][0xeb][0xab]i[0x96][0xa5]V-[0x8a][0x94][0xd7][0xda][0xdb][0xe5];g[0xc4]v[0xb9][0xd3][0xac]v[0x96][0xea][0x98][0xdd]([0xb0]MKh[0x11][0x9d],[\r]][0xa5][0xb7]7[0xa6][[0x94]sw,[0x11][0xd1]R[0xfc][0x1c][0x19][[0xaf][0xb2][0xea]eVj%[0xd9][0xe3][0x1c][0xe4][0xd2][0xf9][0xf3][0xc7][0xfa]K[0xa2]r[0x11][0xf5]C,[0xa2]_[0xb3][0x97][0xd2][0xef]|/&s[0x89][0x81][0xc0][0xdb]ie[0xc3]&ZSY[0xa1][0xef])[0xd8][0x8c][0x6][0xda]o[0x94][0xfb][0x1e]Zo[0xc9]Z[0xbb]h[0xbd]5k]@[0x14][0xd4][0x99][0xe8][0xdb][0xc3][0x1d]F[0xce]M[0xe6]L=P[0xce]-[0x92][0xaf][0x87][0xab][0x99][0xe4]o[0xe3][0x16]I[0x1c][0xae][0xe0]o[0xa0]Y[0xd0]\[0xe0]?[0x6]qX[0xb2]|[0x97]$[0xb6][0xd1][0xf8]0[0xff][0xd6][0xc7][0xbb][0xe9]K5[0x88][0xf0][0x1e]\I[0xb3][0x8b][0xab][0x90][0xc9][0xe0][0x10][0xec][0xf2]l[0x87][0xe8][0x87]m[0x0][0xf6][0xcd]~_[0xc1]Q8[0xfb][0xa1][0xf8]}.[0xfa][0xe8]E[0xe1][0x11]([0xbd]P[0x1c]}p[0xd8][0xfb][0xe1][0xf6][0xfb]<[0x16][0xdb][0xde][0x13]P[[0x8f][0xc0]}[0xc][0x85][0xfd](:[0x81][0xe2][0xd6]c(![0x8e][0xac][0x92]][0xaa]4[0x83][0xc4][0x2][0x8f][0x91]J[0x8f][0xd3][0xd7][0x13][0x98][0x80]'Q[0x85][0xa7][0xb0][0x6]O[0x13][0x1e][0xcf][0x90][0x95][0xcf]fTu[0x11]F[0x1a]v[0xd1][0xaa][0x8d][0xfe][0x16][0xc2]q[0xe][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xd7][0x8a][0xb2][0xb5][0xf4]C[0x80][0xdb][0xa0][0xa9]}[0x1d]1gK[0xbd]G`[0xf3][0xcf][0x1d][0xc4][0x4];[0x86][0x83][0xf0][0x12][0xcd]/K[0xce][0xe5][0x6])[0x82]$[0xf][0xf2][0xab]Cz[0xc2][0xcd][0x1d][0x92][0xce][0x98][0xe1][0x8b][0xc4][0xd0]Ns'1[0xbc][0x17][0xbe][0x3][0xf0][0xd1][0xc7])[0xf8][0xfc][0x83][0x98]hC[0x1f][0xb6][0xcb][0xfd][0xd2][0x3]([0x91][0xfb][0xa5][0xfe][0xa3]([0xeb][0xc3][0x1a]:.[0x17][0x18]D[0x85]@[0x3][0xa9]1I[0xe0][0x0]X[0x9f][0xc9][0x2][0xa7]0[0xa5][0x91]h[0xe7][\r][0xe2]-[0xbc][0x98]J[0x1f]o[0x95][0x1f]R[0xdb][0xbe][0xf3][0x8f][0xb2][0xc2][0x8e],[0x88]^'[0x85][0xce]b[0x12][0xf5][0xd9][0xe9][0xd4]f[0x17]P?m[0xa4][0xde][0x19]$'[0xed][0xa1][0xfe][0x96]6[0xa4][0x91][0x2][0xa1][0x13][0x11]iR'[0xa2][0x14][0x8a]@,[0xe7],[0x9e]9[0xdb]4[0x4][0xe4][0xa4][0xb2]s[0xf0]*x[0xdf]Y[0x4][0xcc][0xc8]M[0x90]8[0xea][0xca]&[0xa0]Ki[0x87][0xc3][0xc1][0xc3][0x80][0xe][0xe2]"[0x1b][0x5]H[0x1a]O'[0x9f][0x88][0xe2][0xac][0x80][0xf2][0x98]X[0xba][0xb9][0xa5][0x9b][0x1c][0x96][0xe7]rx[0x9b]m[0xb8]G[0xc4]$[0xb8][0xc5]dK.[0xd4][0xda]M?[0x9c][0xa6][0x99][0xfd]`[0xe0]=-[0xed][0x87]i[0xc4]q:[0xfb]aM[0xbe][0x1f]f[0xf4][0xa1][0x9a][0x8e]gf[0xb9]`r[0xda][0x5]SM[0x17][0x90]6}[0xe7]_[0x18][0x86][0xb8][0x98]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xd2][0x8d]Y[0x98].fc[0x81][0xa8][0xc2]&QM[0xcf]=?[0x9a][0xc5][0xbc][0xc][0xe2][0x9b]HAV[0x94]Q[0xdd][0x8e][0x1e]\e"n[0x18][0xc1];W[0xe7][0xe2][0xec][0x94]8_d[0xe2][0xfc][0x1][0xba]~M&[0xed]f[0xc9]Kd3[0xe9]5[0x88]J!A[0x12]Y -[0x86]K,[0xa1]+[0x1f][0xcc]\[0x99][0x3][0xe3][0x8f]2[0x80]Y[0x3][0x98]=t[0xa1][0x88][0x91][0x12]+`[0x17]+[0xe1][0x14]5t[0x89][0xde]B[0xd6][0xfe][0x9c]c[0xc3][0x9d][0xc3][0xfc][0xb9][0xde][0xd2][0x13][0x1f][0xc1]>[0xd3][0x13][0xd3]s4[0xad][0x12]2 D[0x16][0x83]F[0xd3][0xc0][0x8f][0xd2][0xb5]k3[0xd7][0x82]fa*[0x93][0xd7][0xaa][0x5]6[0xfb][0xef]g[0x1e]~[0xaa][0x17][0xfe]C[0x19][0x7][0x18][0xc6][0xb6][0x90][0x3]vd[0xf4]p[0xd3][0xf8][0xb1]L@[0xf][0xed][0xa4][0xc3]X[0x85][0xed][0x1c]&*[0xf8][0xf8]Z[0xfa][0x9b]%[0xfc][0x13][0xf8][0xa4]i[0xf5]TSg[0xc7][0x11][0xcc][0x1d][0xae]n'Q[0xd2][0x93][0xd0][0xa4][0xcc][0xb5]n[0x9e][0x90][0xf0]d[0x93][0xa7][0x88][0xfc][0x6]+[0xb7][0x15][\r]b~[0xbe][0xdb][0xae]&[0xb7][0xb1][0xa7]?[0x85][0xfd][0xf9][0x12][0xe8][0xca][0x82]|[0xfc][0xae]%[0xf2][0x1b]3[0xe4][0xdb][0x87]p#[0xf2]@[0x6][0xb7][0x85]i[0xdc][0xec]Y[0xd2][0xf6][0x13]n7[0xe6][0xe0][0xf6]i|f[0x18]J7[0x11]J7[0xd1][0xd9]g[0xf1]9[0xd3]5=fL[0xcc][0xa4][0x80][0xa0][0xe7]d/[0xb3]w[0xf7][0xc2]q8m[0x14][0xcd]t[0xb4][0xd8][0x86][0x1d]C[0x99]RN[0xdd][0x3][0xe2]f[0x14][0x8b][P"z)[n[0xc5][0xc]q0+xf[0xe2][0xf3][0xf8]BNN[0xf0][0xce][0x17]Mu[0x1c][0xb0][0x15][0xc3]t[0xd6][0xcd][0xa4][0xe]=[0xbb]-[0x1]Z[0x92][0xef][0x82][0xdb][0x89][0x9c][0x1e][0xe8][0x96][0xe4]K[0xf3][0xf1][0xbc][0x8b][0xc8][0xf][0x8e]@~q>[0xf9]}D~[0x9b]U[0xf5]b[0xc].[0xc9][0xaf]^g[0x8][0xf3]Grr[0xe6]K2g[0xae]#._6[0xb9]l4[0xdb]R[0x11]s[0x99];[0x80]e[0x96][0x9c][0x9e]C[0xa1]x>[0xab]3[0x15][0x99][0x9c][0xf8][0xeb]+[0xf8][0xaa][0xf4][0xe8][0xd7][0xc6][0x1e]z[0xaf]R[0xe8][0xbd]FW[0xe8]G[0x8b][0x85]1S[0x6][0xb1][0xd8]r[0xfa][0x1d]gy[0xf6][0xc1][0x16]R[0x5]5[0xd5][0x8d]{[0x82]S[0xe3][0xf4][0x18][0xac]l[0xf7]z[0xb5][0xbd][0xee]t[0xfc][0xbd][0xb9][0xe4]w[0x9e][0x1f]Qm[0xf9][0x3][0x14][0xd8][0xbf][0xaa]<[0xcf][0xe0][0xb5][0x10][0xd5][0x88][0xf4][0xb1][0xcd]y[0x6][0xed]][0xe9]FvZ`[0xe0][0xef][0xd3])[0xb2][0xf7]I[0x6][0xd7][0xff]6[0xef][0xc8]4:[0x83]/[0xff]A[0x9a][0xc8]|[0x8b][0xc][0xbe][0xfe]W[0xf9]"[0x13][0x9f]bp[0xeb]?&[0x8e][0x9c][0xe1]4[0x83][0x9f][0xff]w[0x19]"[0xa7]Zb[0xf0][0xdb]C[0x90]*r[0xce]3[0xc][0xfe]|(sFNn[0xe0][0xeb][0xbb][0xe5]m[\r]:[0xce]E[0x97][0x8f][0x3][0xd3][0xe1]o[0xf9]9[0xee][0x93][0x85]G [0xcf]`[0xee][0x81][0x6]-wc[0xb3][0xe7]H[0x5]~[0xea][0xfc]nN[0x5][0x1][0xb6][0x9d]z[0x9e]_[0x1a]8[0xf][0x8d][0x86][0xcc][0xc2][0x14][0xe0]P[0xb4][0xb4][0xcf][0x91][0x85][0xc1][0xfc]n[0xbf]#y[0x2][0xdf]@[0x87][0x4][0x84][0xeb][0xd5][b8s[0xaf][0x5][0xe3][0xd3][0xf4][0xf8]q[0x7]G[0xb1][0xc3]a[0x3][0xca][0xe8][0xfa][0xbd][0x11][0x3][0xd7]_[0xf]Y[0xbf][0x12][0xe9][0x19]+e[0x1c].U[0x1c]430[0x1][0xc][0x8e]B[0x16][0xe]`[0x9d][0xc4][0xb1]4[0x6][0x7][0xb1]2[0xfe]P[0xf1][0xfa]([0xae][0xd4][0xb1]2[0xac][0x89][0xea]M`[0xdf][0x8a]-[0x87][0xf0][0x9a][0x14][0x8b][0xc7][0xe1]0^[0xb3][0xc1][0x6]8[0x2][0x5][0xac]8[0x9d]AQ[0x1e]>[0x7]q[0xdc][0xf][0x90][0xfe][0x1e]bV[0xed]&[0xc4][0xbf][0x19][0x11][0xa8][0x8][0x81]#[0xc1]&)[0xc0][0xbb][0xa3]0-|[0xa7][0xa0][0xb4]SJ[0xe1]R[0x89]Q[0xa9][0x85][0xb1]R[0x8f]I[0xa9][0xc7][0xc7]P%G[0xa5][0x96][0xc7]J=![0xa5][0x8e]I[0xa9]&[0x9e][0x88]c[0x9d][0xac][0xd6][0x94][0xdb][0xa0]Z[0xf1][0x13][0xad][0x1b][0x90][0x1a][0xd5]k[0x8][0xbd]c[0xc1]N[0xd2][0x9b][0x94]z[0xbc]+#dL([0x1f][0x97][0xca]o[0xe3]Y[0x5]k[0xbe]ZKHeK[0xd1][0xc2][0xd4]_[0x12][0xea][0xd5]`7[0xa9][0xe7]I=/[0xd5]y[0xf7]$vq[0xe1][0xf3][0x94][0xf4]qQ%[0x81][0xb5]P[0xad]%[0xb7][0xf9]X[0x89][0xa2][0x12]f[0xd6][0x12]f[0x8b][0xc1][0x11]2+[0x90]Y[0x81][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0x8c]wOc[0xa7][0x8][0xdb]g[0xa4][0xed]G[0xa8][0x97][0xc4]Z[0xaa][0xd6][0xd4]Q[+YL[0x84]y_[0x11][0xde]+[0xc1]9[0xf2].[0x91]w[0x89][0xbc]K[0xe4]][0x92][0xde][0xbc][0xab]`[0x97][0x10][0x14]3[0x92][0xe2]S[0xd4]R[0xb1][0x96][0xab][0xb5]T([0x85][0xa5][0x16][0x93]a([0x1d][0x81]r)8L(eB)[0x13]J[0x99]P[0xca][0x84]R[0x96]([0xbc][0x9b][0xc5].)[0xa0][0xaa][0x12][0xea][0xb][0xbc]O[0xf1][0xdf]F[0xb5][0x96][0xdb][0xf1]H[0xee]SY[0xa9][0xa2][0x1a][0x86][0xf6][0xbe]@{#[0x90] [0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1]U[0x8][0xad]Bh[0x15]B[0xab][0x10]ZE[0xa2][0xf1][0xae][0x86][0x9d]* OH[0xc8][0xaf][0xf0][0x93]4V[\r]![0xc3][0x1f][0xe0]}H+[0x97],[0xa6][0xc2]P}[0x81][0xfa]N D[0xa8][0x1a][0xa1]j[0x84][0xaa][0x11][0xaa]F[0xa8][0x1a][0xa1]j[0x84][0xaa]IT[0xde]i[0xd8][0xa5][0x4][0xf4][0x9c][0x84][0xc6][0x9f]:[0xfe][0xcd][0xc3][0xbe][0x11][0xfa]/[0x9e][0xf7]6h+[0xa7][0x16][0xd3]a[0xe8][0x9f][0x8][0xf4][0xf7][0x2]9B[0xd7][0x9]]'t[0x9d][0xd0]uB[0xd7][0x9]]'t[0x9d][0xd0]u[0x89][0xce][0xbb]:vi[0x11]b^[0x86][0xf8][0x11]wO`50Dz[0xf]![0xac]\[0xaa][0x98][0x9][0x8b]r]D[0xd9][0xc]D)[0x8a]AQ[0xc][0x8a]bP[0x14][0x83][0xa2][0x18][0x14][0xc5][0xa0]([0x6]E1([0x8a]![0xa3][0xf0]n[0x1][0xbb][0x8c][0x8]uR[0x86][0xfa][0x5][0xcf]e[0xb1][0x9a][0x18]*[0xb3][0xe7]PV.][0x9c][0x8][0x8b][0xf6][0x99][0x88]v-[0x90][0xa6]h&E3)[0x9a]I[0xd1]L[0x8a]fR4[0x93][0xa2][0x99][0x14][0xcd][0xa4]h&E3e4[0xde][0xe9][0xd8][0xf1][0xd7][0xeb][0xa2]`:u[0x17]PK[0x7][0x8]F[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/AsynchronouslyFormattable.class[0x85][0x90]=O[0xc3]0[0x10][0x86]_[0x97][0x96]@[0xf9]*l[0xc]P`[0xe8]H[0x6][0x98][0xca]T[0x89]VB[0xe2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x9]1[0xb9][0xe1][0x94]:r[0xec]*v*[0xe5][0xaf]1[0xf0][0x3][0xf8]Q[0x88][0xb][0x3]][0x82][0xb0]d[0xbf][0xf6][0xbd][0xcf][0x9d]O[0xf7][0xf9][0xf5][0xfe][0x1][0xe0][0x2][0x7][0x1][0xf6][0x2][0xf4][0x2][0xec][0xb]t[0x1f]mY$4Q[0x9a][0x4][0x8e]G[0xae]2[0xc9][0xbc][0xb0][0xc6][0x96]NW[0x13][[0xe4][0xd2]{9[0xd3]t[0x9e][0xc9][0xa5][0x14]8[0x8c]J[0xe3]UN[0xcf][0xca])[0x8e][0x8e][0x8c][0xb1]^ze[0x8d][0x13]8[0xbd][0xad][0x99]PK[0x93][0x86][0xf2][0xd7][0x8][0xaf]mR[0xe6]d<[0xbd]][0x9][0x1c]53[0xb1],R[0xf2][0xec]w[0x96]R[0x97][0xdc][0xc8]Y37[0xd6]T[0x97][0x8a][0xab][0x5]1[0xdc][0x8e]_[0xa6]c[0x81][0x93]f6"[0xcf]([0xdf][0x98][0x1c][0xfc][0x83]L[0xad]VI[0xc5]`[0x10]=[0xdd][0xc7]7w\" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "uh[0xb]f[0x17]2[0x99]S[0xa8]m[0x9a]*Ne[0xbd][0xcc][0xc2][0x9c][0x9c][0x93])[0x85][0xce]J[0xa0][0xb7][0xfa][0xee]a[0x96]Q[0xe2][0x5][0xfa][0x8d][0x1d][0xac][0x6]8[0x10][0x10]h[0xf1]^C[0xbd]Zh[0xff][0x9c][0x1d][0xac][0xb3][0xf6]9[0x1a][0xb0]n[0xb0][0xbf][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xe8]b[0xb][0xdb][0xf5][0x8b][0xb0][0x83][0xdd]oPK[0x7][0x8][0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.class[0x9d]WYW[0x1c][0xd5][0x16][0xfe]N[0xf]T[0xd3])[0x6];@$[0x10][0xd3][0x9a][0x18][0xa1][0x1b][0x82][0xe6][0xe6][0xc6]k [0x1a]B[0x82]i[0x4][0x12][0x3][0x92]h[0xd4]X[0xd0]eS[0xd0]T[0x93][0xee][0xea]h[0x9c][0xe7]y6[0xe][0x89][0xd3][0xbd]N[0xe8]]y[0xb9]kI[0xeb][0xf2][0xc1][0xe5][0x83]K[0x97][0xfe][0x9][0x9f][0xfd][0x7]>[0xb8][0x8c][0xdf]>[0xd5][0x81]t[0x18][0xd4][0xfb][0xd0][0xb5][0xbf]s[0xce][0xae]}[0xbe]o[0x9f]}v[0xc1]O[0xbf][0xfd][\r][0x80][0xe0][0xbf]Ql[0xc1]x[0x14][0x13]HW[0xa3][0x1][0xb6][0xa0][0xbb][0x5]e[0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0x4]M[0x9][0x9a][0x16][0x94][0x15]4#[0xc8][0x15][0x94][0x13]4+[0xe8][0xb8][0xa0]|[0x14][0x5]?[0x80]'[0x91][0x8b][0x6]NDq[0xf][0xee][0x95][0xc7][0xc9]([0xee][0xc3][0xfd][0x6][0x1e][0x88][0xe2]A<[0x14][0xc1][0xc3]b[0x1f][0x89][0xe0]Q[0xb1][0x8f]E[0xf0][0xb8][0xd8]'"[0xe8][0x17][0xbf]'#x*[0x8a][0xed]x:[0x82]gd[0xfe]Y[0x3][0xcf][0x19]x^![0xba][0xbf]wd[0xff][0xb1][0x91][0xfd][0xa9][0xfe]Q[0x5][0x95]R[0xa8][0xe9][0xcb][0xb9][0x5][0xcf]r[0xbd]1+[[0xb4][0x83][0x94][0x15]W[0xa8][0xd3]^C[0xb7][0xc][0x8e][0xa6][0xe][0xe][0xa6][0xf6][0x1d][0x92][0xe9][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]'[0xcd][0x97][0x6][0x14]B[0xae]5c+[0xc4][0x6][0xa7][0xac][0x13]VW[0xd6]r3]#^[0xde]q3[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]l[0xce][0xcd][0xc][0xeb][0xf5]0[0x3]{[0xb6][0x81][0x17][0x8]G[0x4]*[0x98])[0xd7][0xb5][0xf3]}Y[0xab]P[0xb0][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^[0x10]at2o[[0xe9][0xcd][0xda]Q[0xe2][0xcc][0xe6][0x9d]\[0xde][0xf1]N*[0x18]N[0xa1]7[0xeb][0x9c][0xe0][0xeb][0xea]6.8[0x85][0xbd][0x96]=[0x93]s[0xc9][0xd3][0xd3][0xef][0xdc][0x98][0xcf][0x15]g[0xfd]-[0xab]z[0x1c][0xd7][0xf1][0xae]Whl[[0x12][0xba][0xbb]}[0x8c][0xd4][0xfb]ri[0xfa][0xd5][\r]:[0xae]=\[0x9c][0x19][0xb7][0xf3][0xa3][0xd6]xV[0x8b][0xc9]MX[0xd9]1+[0xef][0xc8][0xb8]<[0x19][0xf2]&[0x1d][0xd2][0xbc]n0[0x97][0xcf]tY[0xb3][0xd6][0xc4][0xa4][0xdd][0x95][0xcd]e2[0x94]*v[0xfb]T[0xd7][0x8c]](X[0x19][0xbb]k[0x8f]Up&[0xfc]}R[0xee][0xdd][0xb9][0xfc][0x8c][0xe5]99[0x97]:[0xaa]|[0x8e][0x95][0xd9]*[0x13]b^2[0xc2]]a[0xdd][0x92]E-[0x8a][0x1e]5L[0xc8][0xc4][0xf4][0x90]5[0xab])[0xb1]"[0xc][0xbc]h[0xe0]%[0x3]/3[0xb6]}[0xbc]he[0xb][0x17][0xa9]=0>eOx[0xdd][0xed][0xcc][0x95][0xca]U[0xee][^[0xd2][0xc2],[0x8f][0xb9][0x9c][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]~F[0x82]m[0xed],[0x87][0xaa][0xbc]](f[0xb9]R[0xc7][0xf4][0xbb][0xde][0xa2] [0x85][0xd6][0xb6]%[0xc7][0xbd][0xa7][0xe8]d[0xd3]v^'6P[0x18]Wh^[0xd1][0x85][0xa5][0xa7]#j5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";W[0xe]v[0xb4]b[0x85][0xde][0xa3]yk[0xc2][0xde][0x97][0xb5]gl[0xd7][0xd3][[0x19][0xb6]?P[0xd8][0xb0][0xaa]/[0xd3][0xeb][0xc9]X[0xe1][0xb2][0xd5][0x83][0x1a][0xb8][0x93][0xfc]Fr[0xc5][0xfc][0x84][0xdd][0xef][0xc8][0xc1][0xb7],[0x9e][%[0x8a][0x89]]x[0x85][0xa7]`[0xe2]U[0xbc]fb+[0xba]L[0xbc][0x8e]S&[0xae][0xc6]5&[0xde][0x10][0xb4]M[0xd0][0x9b]x[0xcb]d[0x93][0xb8][0xd6][0xc4][0xdb][0x18]1[0xf1]/[0xb4][0x9b][0xb8][0xe][0xa7][0xe5][0xb1][0xd3]D[0xb7][0xa0]nAg[0xf0][0xe][0xf][0xd4]D[0x8f][0xbc][0xf4].[0xde]S[0xb8][0xf6][0xff],7[0x16][0x85][0x89]![0xc][0x9b]8[0x84][0x11][0x3][0xef][0x9b][0xf8][0x0][0xff]V[0xd8][0xb4]b[0xb8][0xa2][0xe7]d[0xbb][0xfa]&[0xad]|[0xc1][0xc0]L|[0x88][0x8f][0x98][0xdd][0xb4][0xbe]]q[0x19]~[0xcc][0x14][0xca]=[0xdc]%[0x83]O8[0x88]{NZ[0xf]>51[0x87][0xcf]X'[0xd5]>[0x8b][0xb8][0xbe][0xeb];[0xe3][0x92][0x85]S[0xac][0xaf]j[0xcb][0xd3][0x11]>W[0xa8][0xbf][0xb8][0xfe][0x14][0xb6][0xfd][0xa9][0xc0]%[0xda][0x14][0x9a][0x96][0xef][0x15][0x15][0x1b][0x8c][0x96]/[[0xe3][0xb2][0xd7][0xa9][0xc2][0xd5][0xaf]:][0xf8]cr[0x11]m/[0x95][0xd6]#68[0x83]#[0xbf][0xa1]4[0xb4][0xb5]/[0xdb][0xe5][0xbc][0xdc][0xf9][0xf7]#[0xf4]-[0x13]Y_[0xe1]|QC[C[0xbf][0x83][0xb]=[0x8d][0xfb][0xf0]~[0xd6]r[0xae][0x82]_[0xf3]2[0x11][0xce]w[0x2][0xd9]HwN[0x85][0xb5][0x15]nz[0x92][0xe][0x1d][0xab][0x9f]s[0xc5]5c[0x90][0x1a]kv[0xd6]v[0xd3]{[0x8f][0xeb][0xd6][0xaf][0xd0][0xbf][0xf2][0x9d]\[0xa6][0xbb][0xac]r[0xd3][0xd7][0xad][0xb0][0xc4][0xf6][0xe2]o)[0xcd][0xa4]o[0xb5][0x8][0x9d]K[0xa9][0xac][0xba]ck[j[0xf5][0xe5][0x81][0xd5][0x96][0xeb]}V7[0xd9]'[0x17]rq[0xe4]/[0xe5][0xa2][0xcc][0xec][0xef]e[0xa7]s[0xb9]^[0xbd][0xa2]?[0xe2][0xfc]k`[0xb][0x14][0xae]B[0x14][0xeb][0xd1][0x86]v[0xe2][0x4][0xbf][0xc7][0x1]$9[0xee][0xb8]`[0xdc][0x89][0x98]4#[0xe2][0x98][0xb4]"m[0xb7][0x95]-[0xdb][0x90][0xb6]lB[0xda][0xb2][0x5]i[0xdb]][0xb6]=[0xda]/[0xcc][0xdf].\[0xcf][0x88]7[0x10][0xfd][0x82] [0xe4][0xcb]([0xf1]%T"YB`[0x1e]A[0xb1][0xa1]y[0x84][0xc5]V[0xcd][0xc3][0x10][0x1b][0x99]G[0xb5][0xd8][0xe8]<[0xd6][0x88]5[0xe7]Q#[0xb6]v[0x1e]u4[0xf5]C[0x89][0x8e][0x1f]`[0xa8]9[0x18][0x1d]%\2[0x8f][0xd8][0xff][0x18]5[0x88][0xdd]|n[0xc5][0x1a]>[0xdb][0x11][0xa2][0x6][0x93][0x8a][0x1a][0xa8][0xa8][0x95]J6s[0xa5][0x83]Z[0xb6]S[0x89]p[0xeb][0xa5][0x92][0x9b][0xa9][0xa2]W[0xfe]@[0xf1]Ya[0xf][0xfa][0x0][0x8d][0xf6]b[0x1f]9[0xf7][0xe2][0x12][0xf4][0xe3]Ffb?g[0x93][0x8][0x9c][0xc3][0x0][0x82][0x6]R[0x6][0x6][0xc][0xdc][0x4]ExN4-N[0x5]4[0x1c][0xe4][0xcb][0xec][0x9a]e[0xd9][0xdf][0x91][0x8c]l0[0x9c]H~[0x8a]p[0xe8]l[0xf2]{[0xd4]&JXK%k?A8x6[0xf9]-[0x1a][0x86][0x12]_ [0xd8][0xc1][0xdf][0xa9][0xd3]2[0xc5]Q[0xf8]{4[0x88][0xe1]d[0xb8][0x84][0xc6]3[0xa8][0x9b]C[0xb4]C[0xcf][0xd3]!tvAr[0x82][0x7][0x9][0x1e]G[0x98][0x87]a0[0xfd]M<[0x84]K[0x99][0xf4][\r]\m[0xa7][0x88]$e[\r]P[0xd2] [0xa5],[0xca][0x1d]^[0x90];[0x8c][0x3]8H[0xae][0x1b][0x98][0x96][0x9b]9[0xe7][0xcb][0xad][0x85]a[0xd4][0xaa][0xdf][0x10][0xa3][0xa2]uU[0xfc][0xf2][0xcb]'[0xa0][0xac][0xe8]I[0xee][0x15][0xa0]m[0x13][0xd2][0xf2][0xab][0x8f]?[0xf8][0xf8]3=[0xf5][0x1b][&}[0xe2]5[0x9]M[0xba]i[0xe][0xa1][0xe0]]=-[0x8b]\k[0xf5][0xde][0x83][0xb4]C,[0xc2]a[0xcd][0xa7][0xc9][0x8f]U[0xe6]S[0xcb]"[0x1c][0xd5]E(,Z$[0xe9][0x9b]tZIA[0x9d][0x93][0xba][0xd4]8[0xa0][0x84][0xd2]-[0x18]+S[0xfa][0x91][0x81]%[0xcc]tR[0xb6][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xea][0xe3]%4[0x1f][0xe6][0xa0][0xee]4[0xa2][0xc9][0xd8][0xfa][0x12]Z[0xe]'c[0xad]4[0x9c][S[0xc2][0x86][0xd8]e>[0xe][0x96][0xb0]q[0xc1]9[0xc6][0xb3]I[0xc6][0xe2][0x82][0xbe][0xc2][0xe5][0x87][0x93][0xf5]QYH[0xc6][0xae][0xf0]}[0xab]K[0xd8]D[0xe4][0xcf].[0x16][0xdd][0x16]T[0xf3]y[0x98][0xdc][0x8f][0xa0][0x11][0xb7][0xb2][0xe0][0x8e][0xf2][0xc]n[0xa7][0xa2];[0xa8][0xf3][0x18][0xf5][0xdc][0x85])X[0x17][0xa8][0x9d]^[0xc8][0xfe]4[0xdf];RV[0x1b]B[0xa0][0xf5]j[0xe2][q[Y[0xd6][0x1b][0xf4]6[0xa4][0xac];[0x86];[0xbf][0xd9][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0x8]7[0x86][0x1b]C[0x1f]"[0xde][0xd9][0x18][0xde][0xb6][0xb3]*[0x19][0xdb]L:[0xcd]U%\[0xe9]sz"[0xac][0xe6][0xce][0xfd][0xbc][0xc8],[0xc6][0x98][0xe0][0xde]M[0xdc][0xe7]*[0xda]N[0xcc]h[0x16][0x9][0xce]7[0xb1][0xbc][0x8f][0x92]e[0x95][0xbe]6[0xe7][0xf9]l-[0xf3][0x11]t[0x7][0xee],WC[\r][0x2][0xbf][0xa3][0xda][0xc0]1[0xa5]~[0x95][0xf3][0xa0] [0xe9][0x10][0x16]v[0xd0]F[0xe9][0xbe][0x9d][0xff]m[0xfc]sw[0xf3][0x1f]PK[0x7][0x8][0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.class[0xad]TkO[0x13]A[0x14]=[0xd3][0x16][0x16][0xea]B[0x85][0xfa]~`U[0xc4]R[0xd1][0xfa]~[0x0][0x82]R[0xac][0x11][0x1][0x89]<[0x12]5~[0x98][0x96][0xb1],.[0xbb]dw[0xeb][0xe3]_a"[0x10]5[0xf1][0xa3][0x1f][0xfc]Q[0xc6]3[0xdb][0xb5])X[0x1][0x8d]Mz[0xe7][0xce][0xdc]{[0xcf][0xb9]s[0xef][0x9d][0xfd][0xfe][0xe3][0xf3]W[0x0][0xd7][0xf0]0[0x89][0x14].[0xb7][0xa3][0x13]W[0xb4][0xb8]j[0xe0]Z[0x12][0x9]\[0xd6][0xe2]z[0x1b]n[0xec][0xc3]M[0xdc][0xd2][0x9b][0xdb]m[0xb8][0xa3]7[0x83]Z[0xc]i1l`[0xc4][0xc0][0xa8][0x81]{[0x2][0xfb]}[0xe5]Y[0xd2]^P[0x9e]o[0xb9][0xce][0xfc][0xa3]q[0x1]1![0xd0]Qp[0x1d]?[0x90]N[0xb0] [0xed][0xaa]jA[0xed]'[0x4][0x8c][0x15][0xe5][0xfb][0xb2][0xa2][0x4]r[0x93][0xae]W[0xc9][0xcb]UY^Ry[0xdb][0xad]T,[0xa7][0xa2][0xd7][0xeb][0xcb][0xf9][0xc8]'?U[[0x87][0x4][0x12][0x81]z[0x17][0x8]tO.[0xcb]72oK[0xba][0xce][0x6][0x1e]#hk[0x1d][0xb6][0x1c]+[0x18][0x11][0x18][0xcd][0xfe]n[0xde];I[0xff][0x2]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]"SKMZ[0x8e][0x9a][0xae][0xae][0x94][0x94]7'K[0xb6][0xd2][0xc4]n[0x99][0xb7][0x94][0xbc]+[0xf7][0xd1]a"X[0xb2]|[0x81][0xf4][0xfd][0x92][0x1f]x[0xb2][0x1c][0x14]m[0xf7][0xed][0xd4][0xaf][0xeb][0x99][0x8f][0x1c]Gy[0x5][[0xfa][0xbe][0xa2][0xd3][0xcc][0xee][0x89][0x8c][0xab]W[0xb2]j7[0xa2][0x14][0x9][0xea]z[0xef]{[0x9b][0x10][0xf0][0xde][0xe9][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xae][0xb7]"[0x83]@-[0xd6]y[0xf]d[0xfb][0x9b][0x15][0xa9]c6[0x90][0xe5][0xd7]Sr5[0xca][0xbd][0xbd][0x1e]L[0x1b][0xf5][0x19][0xe9][0xc9][0x15][0x15][0xb0][0x8d][0x2][0x7][0xb3][0xfd]/[0x1a]0[0x9e][0x94][0x96]U9 [0x86]I[0xbf][0xb9]%[0xcf]}[[0x83]8[0xbc][0x85][0xa9]n[0xa0]c[0x92][0x8e][0xf5][0x84][0x6][0xe8][0xf6][0x17][0x9d]64I[0xd8][0xec][0xe4][0xac][[0xf5][0xca][0xaa]hi[0xb2][0x9e]?V[0xe7][0x92][0xce][0xc1][0xc4]1[0xdc]7q[0x8][0x87]M[0x1c][0xc1]Q&[0xb7][0xbd][0x6]cU[0xcb]^T[0x9e][0x89]1[0x14]8[0xa3][0x19][0x3][0xe3]&[0xce][0xa2][0xd7][0xc4][0x3][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0x6]3&[0xfa][0xf4][0xf6]<[0xb2]&[0xfa][0x91]3P[0x14][0x98][0xfe][0xbf]][0xe3]{[0xd9]^W[0x16]hW[0x8e]-[0x8][0xf1][0xac][0x9e][0xd4]V[0xb9][0xba][0xaa][0x9c]E[0x81][0x8b]M[0x86][0xfe][0xf7][0x9][0x88]n[0xcf][0xfa]f[0xf7][0xda][0xb][0x81][0xb6][0xc0][0xad]E[0xb][0xc][0xfe]{[0x1d][0x90][0xe1][0xe7]%[0x5]^[0x1d]qv[0xa9][0xb][0xdd][0xd4][0xd3][0xfc][0x1a][0xc4]p[0x80]:[F[0xbd][w[0x8d][0xab][0xc1][0xff]1[0x1c][0xa7][0xc7][0x9]j[0xcf][0xe8][0x13][0xe7][0x9a][0xca]mB[0xe4][0x6][0xd6][0x11][0xcb]]XG[0xfc]C[0x18]|2[0xc]KP[0xe]Q[0xe][0xa3][0x1d]wI4[0x82][0x1e][0x9e]dja8[0x85]3[0xe1][0x87]'[0x15][0xc2][0x8b]P[0xd3][0x84]1[0xea][0xec]}D[0xb3][0x1c][0xee][0x81]|[0xee]#b[0xdf][0xd0][0xf7][0x5][0x89]g[0x9b]h[0xe1].[0xbe][0x81][0xd6]n[0x83]B[>[0xa1]M[0x80][0xfa][0x6][0xda][0xd7][0xb4]m[0x8d]![0xf1]0[0x8d][0xce][0x90]n[0x8c][0xd9][0x17][0x90][0xe3]<[0xe9][0x14][0xcc][0x1a]d[0x94][0xc2][0xb9][0xd0]W[0xe4]x[0xd8][0xb7]W[0xde]d[0x9d]w[0xdf][0x8e][0xbc][0x13][0xe4]}L[0xde][0xa9][0x9d]y9[0xd7][0x11][0xef]4W[0xed][0x94][0xae][0xf1]v[0xd4]HL[0x81]5[0xb1][0x1d][0xfb])[0xb1]g[0xd9][0xb3][0xf9][0x6][0xec][0xf4]V[0xec].[0x1e][0xf2][0xb9][0xec][0x88][0xdd][0xd1][0xc][0xfb]9[0xb1]_[0x10][0xfb][0xe5][0xce][0xd8][0x17]0[0x10]a[0xe7]#l][0xa1][0xd8]Z}[0x8]Z[0xc3][0xc3]R[0x3]JK[0x84][0xc2][0xd7]Q/vcp|{p[0xa5]Ip[0xc][0x97]B[0x99][0xc7]i[0xae]I[0xda]:9a[0x19]$[0x2]PK[0x7][0x8][0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.class[0xad]S]O[0x93]1[0x14]~[0xce][0x6]T[0xe7][0x80]9[0xfc]@[0xe4][0xeb][0xc2][0xb][0xc5][0x8f][0xd7]D[0xae][0x1c][0xc1][0x90][0xe1][0x92][0x99][0x1][0x17][0x83][0xdd]w[0xb3][0xbe]+[0xe9][0xda][0xd9]v*?[0xcb]+[0x12]/[0xfc][0x1][0xfe]([0xe3]y[0xdf][0x8d][0x4][0x3][0x4][0xa3]69}NO[0x9f][0x9e]>[0xa7]9[0xfd][0xf1][0xf3][0xdb]w[0x0][0xaf][0xb0]^B[0x11][0xf][0x4][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xb][0xac][0x12]*Ay-MG[0xf9][0xa0][0x9d]=j[0xee][0x12][0xe8][0x1d]a[0xb6][0xee]l[0x88][0xd2][0xc6][0x8e]4#5[0x8d][0xf1] [0xc2][0xcc][0x96][0xb6]:n[0x13][0xde][0xc8][0x91][0x89][\r][0xe3]>O[0xb2]4d/:[0xf2][0xe8]b[0xfe][0x1a][0xe1][0xa6][0xca][0xd6][0x87][0xea]K[0xcc][0xd4]][0xa8][0x9b] [0x6]gZ6[0xfe][0xfc][0x11][0x8][0xa5][0xb6][0x1b][0xf9][0x9e]j[0xe8][0xac][0xc2][0xd5]+E[0xbd][0xc8]n,[0xa3][0x84][[0x2]k[0x84][0xbd][0xff]Z[0x1e]a[0xff][0x1f][0xf2][0xed]tC[0xf4][0xec][0x9f][0xdb]",\[0x1a]}~[0xed]5[0xbf][0xcb]z[0xfd][0xf7][0xb2][0xf0][0x12][0x5]nt[0xee][0x1a][0xb6]%Lc[0x86]Qp[0x7][0x17]p[0x83]=dO[0xc9]Xf[0xaf][0xc9][0xbc]"[0xa3][0xd8]x[0xfa][0xec][0x14][0xf4]5'[0xcd][0xe6][0x94][0x2][0xcf]C>[0xfa][0x11]s[0xec][0xad][0x8f]i[0x98]G5[0xff][0xc][0x2][0xb][0xb8][0x93]'[0x13][0xb8][0x8b]{[0xcc].[0xe0]~~z[0x11][0xb7][0x19][0xab]yd[0x9][0x15][0xb6]"[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xbf][0x0]PK[0x7][0x8][0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.class[0xad][0x95][O[0x13]A[0x14][0xc7][0xff][0xd3][0xb][[0xcb][0x16])"(*[0xe2][0x9d][0x96][0x96][0xe2]])[0x82]r[0xa9][0xa2][0xa8]1`[0x13]}rh[0xc7][0xb2]u[0xbb][0xdb][0xec]n[0x15][0x1f][0xbc]$^[0x12]/[0xf]j|[0xf1][`[0xa2][0x10]5[0xf1][0x3][0xf8][0x99][0x8c][0xf1][0xcc]v[0xad][\r][0xd4][0xb]h[0x9b][0xce][0x9c][0xd9]9s~[0xe7][0xb6][0xd3]/[0xdf]>~[0x6]p[0x10][0xe7][0x9a][0x91][0xc2]@[0x18][0x11][0xec]_[0x7][0x15][0x7][0xe4]pP.[0xf])8[0x1c]F[0x13][0x8e][0xc8][0xe1]h[0x8][0xc7][0xe4]|\[0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x14][0x9c]P0[0xc2][0xd0]j[0xb]K[0xe3]zVX[0xb6]f[0x1a][0x97]'[0xc7][0x19][0xd8]Y[0x86][0xc8][0x98]i[0xd8][0xe]7[0x9c],[0xd7]+"[0x88][0xea][0x87]14Y[0xc2][0xae][0xe8][0xe]C[0xdb]T[0x91][0xdf][0xe4])[0x9d][0x1b][0x85][0xd4][0xc5][0xd9][0xa2][0xc8]9i[0xda][0xd5][0xec][0xac][0xa9][0xe5][0xc9][0xc6]UZ[0xc]i[0x86][0xe6][0xc]3[0x8c][0xf7][0xd6][0xe9]N;[0x96]f[0x14][0xd2]S[0xa6]UH[0xf1]2[0xcf][0xcd][0x89][0x94]n[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]L[0xce][0x87][0x8a][0xa9][0x92][0xb0]m^[0x10][0xa9][0x9][0xc3][0xb1]n[0x9f][0xaf].[0xd2][0xb1],C`[0xcc][0xcc][0xb][0x86][0xf5]S[0x9a]!.TJ[0xb3][0xc2][0x9a][0xe1][0xb3][0xba][0x90][0xae][0x98]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]S [0xb4][0xf6][0x1e][0x6][0x9c]9[0xcd]f[0x88]Nk[0xa5][0xb2].&[0xe6]5[0xc7][0xb3][0xc5][0xa0]N[0x1a][0x86][0xb0][0xc6]tn[0xdb][0x82]T.[0xfc][0xd9][0x97]qq[0x9d]S[0xd4][0x19][0xdd][0xbc][0xe5]Y[0xc9][0xf0][0x9c]cZ[0xb7]w[0xaf]0OY[0x8][0x9]Z[0xce][0x88][0xf9]eY[0xf2]"gPJ?[0xc8];}[0x9][0xbe]8{[0xf]<[0xf0][0x1e][0x81][0xb7][0xae][0x8d]-[0xee]iy[0xee][0xe][0x9a]q[0x97][0xac][0xdf]#[0x8b][0xf7][0xb1][0x95][0x9e][0xf4]TOc[0x1b]Ip[0xa5][0x1d][0xd8]I[0xb6][0xa5][0xb4][0xb][0xbb][0xe9][0xb4][0xa4][0xed][0xf1]hE[0xd2][0xe]Ti[0xc9][0x1a]-!i[0xfe][0x6][0xb4][0x7]D{H[0xb4]GD{[0xec][0xd2][0xe2][0xd5][0xd3][\r]i2J_[0x8d][0xeb]w[0xb9]{=[0xae][0xf0][0xb8]Q[0xe2][0xfe][0x16][0xf9][0x84][0xfe][0x11][0x9f][0x12][0xf6][0x19]a[0x9f][0xd7]![0xa3]5d[0xb4][0x86][0x8c][0xd6][0x90]QB[0xee]#[0x4][0x93][0xf7][0x83][0x87][0xbc]E;r/[0x16]_Bp" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0xfe][0xe][0x81]7[0x8][0xf6]-|B[0xd3][0x95]%(}[0x8b][0x8][0xb5][0xad][0xa3][0x81]6[0xfc][0x8b][0x8]/[0xa2]y[0x81][0x94][0xfd]u[0xae][0xbc]@[0x10]/[0xa9][0xae][0xaf][0xa8][0xaa][0xaf]]W:[0xaa][0x6]=W[0x82][0x14]e[0xdc]u[0xa5][0x8f]V![0xb0][0xaf]hQ[0x90] [0x9d][0xa4][0x1b]T?[0xb6][0xbb][0xb6]|d#[0x8d]nr*B[0xf3]0[0xc2][0xdf][0x1]PK[0x7][0x8][0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.class[0xb5]V[0xdf]s[0x1a]U[0x14][0xfe].[0x84],![0xb]4$5[0x1a]cm[0xa7][0xd1][0x12][0x88]![0x9a]j[0xb4]I[c[0x0][0xa5][0x92][0xb4][\r][0x4][0x83][0xad]f6[0xf4]J7[0x85][0xdd][0xb8][0xbb][0x98][0xd6]7[0xff][\r]g|[0xf4][0xd9]:[0xb6]2[0x9a][0x19]G[0xdf][0x9c]>[0xf4][0xc9][0xff][0xc5]7[0xc7]s[0x97]u[0xb3][0x1],H[0xeb][0xcb][0xb9]?[0xf6][0x9c][0xef]|[0xe7][0xdc]{[0xce][0xdd]G[0xfd][0xfc][0xb][0x80]E|*[0xe1][0xdd] V[0x83]x/[0x4][0x86][0xb5][0x10][0xc6][0x91][0x1e][0xa1]YF[0x88][0xac][0x84][0xf7][0xc5][0xf6][0x7]![0x4][0x91][0x93]pE[0xc2][0x87][0xa3][0xc8]c=[0x4][0x19][0x1b][0x12][0xae][0x86][0x10][0xc5]5![0xae][0xb][0xb1])[0xa1] [0xa1](a[0x8b]a[0xac][0xa0][0xd6][0xf7]k[0x90][0x17][0xed]J[0xb8]d[^[0xa6][0xec][0x80][0xaa][0xc2]Ow[0x8a]Q[0x84]St[0xa1][0x19][0x9e][0xa7][0xf1][0x5][0x1a][0xa7][0x10][0xfa][0x1b]PK[0x7][0x8][0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]A[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0xdd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xac][0x89][0x91]A[0x0][0xa4]M?'[0x11][0xa8][0xcc]?)+5[0xb9][0x84][0x91]A[0x87][0xa0][0x11]n9[0xf9][0xe5]P[0x13][0xd8][0x18][0x19][0x18][0x19][0x98][0x80][0x98][0x99][0x1][0x4][0x18][0x19]X[0x80]$[0x13][0x3]+[0x0]PK[0x7][0x8][0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]6v[0x6]vv[0x6][0xe]F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xd7][0x8a][0xcc][0x12][0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x9d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa7][0x8f][0xa4][0x7]h[0x2]H[0x97]~N"P[0x95]RVjr[0x9]1&[0xb8][0xe5][0xe4][0x97]CM`cd`d`[0x2]bf[0x6][0x10]`d`[0x1][0x92]L[0xc][0xac][0x0]PK[0x7][0x8][0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0x9b][0x93][0xe0]R[0x13]JI[(-54[0xe1]R[0x8b][0x9b][0x90]h[0x85][0x80]4EVsyH[0xd4]>[0xf4][0x1]m[0xec][0xc5]qp[0xbc][0x95][0xed][0x14][0xbe][0x80]_[0xe1][0x19][0x90][0x10]B[0xa8][0x1f][0xc0]G!fM[0xd5][0x8][0x4]< y.gvv[0xce]Zg[0xbe]}[0xff]r[0xc][0xe0][0x1e][0xac]2.[0xa2]ZB[0x11][0xb]%[0xca][0x16][0x15]\[0xd2]pI[0x81][0xcb][0xca]-k[0xb8][0xa2]a[0x95]a[0xd5][0xec][0xbd][0xf6][0x13]g[0xd8][0xe6][0x87][0xe6][0x88][0x1f]q3[0xe0][0xa1]g[0xf6][0x87][0x91][0xe0][0xae][0xd9]Kx"[0x18]2[0x7]6Cq[0xcb][0x9][0xfc][0xd0]O[0x1e]3dk[0xf5]=[0x86]\C[0xba]t8[0xdb][0xf2]C[0xd1][0x99][0x8c][0x7]"[0xea][0xf3]A@[0x95]JK:<[0xd8][0xe3][0x91][0xaf][0xf0]Iq[0x86]f9[0xaf][0x88]%[0xc5][0xf4][0x14][0x86]rON"G[0xec][0xf8][0xea]|[0xb9][0xf9]&[0x11][0xa1]+[0xdc][0x9f][0xd4]v[0xf8]RFc[0x9e][0xf8]2[0xdc]P[0xcf]"[0x9e]f[0xe8][0x4]2[0xf6]C[0xaf]-[0x92][0xa1]t5\[0xd5]`[0xea][0xb8][0x8e]u[0x1d]e[0x9c][0xd1]QC][0xc7][\r][0xdc]dXTW,[0xf5]'VG[0xf6]&[0xce]p[0xc7][0x17][0x81][0xdb][0x8c]"[0x19][0xe9][0xb8][0xa5][0xda]n[0xa3][0xce][0xb0]%#[0xcf][0xe2][0x87][0xdc][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x90][0x9e]G[0xb3]U[0xbc]?[0xb2][0xc6]"[0x8e][0xb9]'[0xac][0xbf]>[0xca][0xbc][0xc3][0xa0][0xdb]a([0xa2]F[0xc0][0xe3]X[0xc4][0xc][0xc6][0x94][0xb4];[0x18][0x9]'ax[0xf4][0xff][0x4][0x1a]6[0x18][0xe6][0xa7]#U$[0x12][0xb]G<[0x98]([0xf2][0xa5]Z[0xfd][0xa0][0xf5][0xe7][0xee]M[0x6][0xed]Y[0xab][0xdb][0xd8]mn3T[0xff][0xd1]$#[0xd7][0xf]y[0x90][0xea]K[0x82]k[0xfb]O[0xed][0xbe][0xdd]yN[0xda][0xf5][0xed]vs[0xfb][0xc5])6~[0x9f]a[0xac][0xd0][0xa6][0x95]h[0xf3][0x98]QUZ[0xa8][0x8c]*:f([0x9e]%[0xf4][0x16]Y[0xca][0x80][0x87][0x9f][0xc1][0x8e][0xbf][0x96]?"[0xf3]A}[0xd9]O[0xc8][0xe5][0xba][0xef][0x90][0xdb]Ma[0x81]`~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0x82][0x85][0x14][0xbe][0xa7][0xeb]%[0xcc][0xd1][0xde][0xe6]Q[0xc5][0x1a]i[0x9e][0xc7]:[0xee][0xe2][0x1][0xc5],fip![0x1d][0xbf][0x9][0x83]|[0x86][0xec]\j[0x85]}[\r][0x15][0xb4]O[0x1d]5[0x9f]O[0x1b][0xe6]p[0x81]b[0xe][0xf3][0xe4]W[0xc8]*T+R[0x84]Q$[0x92]5\{[0xb2][0xf0][0x3]PK[0x7][0x8][0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.class[0xb5]WitT[0xe5][0x19]~[0xbe][0xd9][0xee][0x9d][0xc9][\r][0x84][0x81][0x0][0x3][0x1].![0xe8][0x84][0x9][0x9][0x8b][0x6]:Ipa[0x91]`[0x8]j[0xd8][0x4]*[0xde]dn[0x92][0x81][0xc9]L[0x98][0x99][0xb0][0xb9][0xe0][0x82][0x82]+[0xa0][0xa2][0x5])[0xa5][0xb8][0xd0][0xda]j+[0xe2] [0xb4]Mi[0xb5][0xd8]j7[0xb4][0xab][0xd5]z[0x8e]=G~[0xf4][0xb4]?[0xfa][0xb]{Z[0xe8][0xf3][0xdd];I&[0x90][0x5]<[0xa7]'[0xb9][0xf7]~[0xf7][0xfd][0xbe][0xef]y[0xb7][0xe7]}[0xbf];[0xef][0x9d]?[0xd9][0x9]`&>[0xf5][0xa1][0x12][0x9]/[0xae]E[0xbb][0xf][0x1b][0x90][0xf4]![0x85][0xb4][0x8a][0xe][0x1f]6b[0x93][0x94]l[0x96][0xa3]-[0xf2][0xb6][0xd5][0xc7]UwI[0xd9][0xdd]*[0xee][0x91][0xcf]{UlSq[0x9f][0xf][0xf7][0xe3][0x1][0xf9][0xfe][0xa0][0xbc]m[0xf7]b6[0x1e][0xf2][0xa1][0xe][0xf][0xab][0xd8]![0xf7][0xec]T[0xf1][0x88][0x9c]y[0xd4][0x87][0xc7][0xf0][0xb8][0x8a]'[0xe4][0xcb][0x93]*vI[0xd4][0xdd]*[0xf6][0xf8][0xf0][0x14][0x9e]V[0xf1][0x8c]|[0xee][0x95][0xc2]gU<'[0x17]}M[0xc5]>[0xf9][0xdc]/o[0xcf]K={[0xe5][0xed][0x80][0x8a][0xaf][0xfb]p[0x10][0xdf]PqH[0xc5]7U[0x1c]V[0xf1][0x82][0x8a][0x17]U[0xbc][0xa4][0xe2]e[0x15]GT|K[0xc1][0xb7][0x15][0xbc][0xa2][0xe0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]+[0xa0][0xd5][0xc6][0xe3]frn[0xcc]H[0xa5][0xcc][0x94][0x80]/[0xdd][0x9a]4[0x8d]Hm[0xbc]9!0[0xb1]n[0x9d][0xb1][0xd1][0xa8][0x88][0x19][0xf1][0x96][0x8a]6#n[0xb4][0x98]mf<][0xb1][0xb4]{I[0x95][0x80][0xa7]:[0x1a][0x8f][0xa6][0xe7][0x8][0x94][0x4][0x7]]][0xba]\[0xc0]57[0x11]1[0x5][0x86][0xd6]E[0xe3]f}G[[0xa3][0x99]\j4[0xc6]([0xf1][0xd7]%[0x9a][0x8c][0xd8]r#[0x19][0x95][0xef]Y[0xa1]+[0xdd][0x1a][0xa5]U[0xd5]u[0x89]dK[0x85][0xd1]n4[0xb5][0x9a][0x15][0xb1]DKK[0x94]:[0xf8][0xbc]f]E[0x9b][0x99]JQU[0xc5][0xfc][0xcd]i3[0x1e]1#=[0xea][0x92]mF:[0x9a][0x88]K[0x1b]m[0xa7][0xa8][0xb5]=[0x19][0x8d][0xa7][0x97][0xe6][0xb8]X[0x94]kuC[0x9a][0xd3]-7vDc[0x11]3iY[0xeb]H5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xfa]]"[0x90][0xdf][0x90]6[0x9a][0xd6]/6[0xda][0xb3][0x6][0xfb],[\r][0x96]P [0xdc]?[0xf8][0xea]^3\[0xbd]4i4[0x99][0xf3]cV[0xcc]l[0xd5][0xe9][0x94][0x82][0xd7][0x4][0xdc][0x9c]N[0x13]yt[0xce][0xe][0xdb][0x83][0x12]k[0x86]F8[0xda][0xa2][0x2][0xc5]}[0x87]q[0x82][0xe9]I$[0xb3][0xd9]RL[[0x83][0xc0][0xb8][0x1][\r] f[0x8c][0x98][0x13][0xfa][0xc6]d[0xa6][0xd6]g[0x1][0xdd])[0xdb][0xd5][0xf1][0x3];$ [0x8]'j[0xb9]![0xc6][0xcd]L[0xa9][0xbe]z[0x10]l[0x8b][0xa6][0xdf]S[0xb0]\[0xc1][0xf7][0x19][0x8][0x5][0xaf]+X[0xc5][0x0][0xdb][0x89][0x95][0xcb][0x4][0xaa][0xfa][0xf][0xf0] [0xe8][0x16][0x15]c[0x16]H[0x9e][0x8d][0x98][\r]s[0xcd][0x95]B^[0xc4]oo[0x93],[0xa5]z[0xa3][0xcd][0xa2][0xf4][0xc5]P[0x92][0x8c]mf[0xba]5A2[0xba][0xa2][0x16][0x3]e[0x4][0xd3][0xa6][0x82][0xa3][0xf4][0xad]![0xd1][0x91]l2[0x17]D%[0x93][0xc6][0xf7][0xcb][0xe8]r[0x89][0xaa][0xa1][0x1a]oh[0x8][0x83][0x81]:[0xa6][0xe1]Md[0x14][0x1c][0xd7][0xf0][0x16]N[0x10]Y[0xaf][0x8d][0xd4]0x[0x1a]N[0xe2][0x7][0x1a]~[0x88][0x1f][0xc9]Q[0xa7][0xbc][0xfd]X[0x83][0x89]f[\r][0xa7][0xf0][0x13][0xd6][0xbe][0x1e]Lu[0xa4][0xda]--[0xa5][0x1a]~[0x9a][0x95]E[0xe3]z[0x9c][0x8a]6[0x9a][0xa5][0x84][0xf2][0x1a]i[0x9d][0x19][0xd0][0xf0]62[0x1a][0xde][0xc1][0xcf]4[0x9c][0xc6][0xbb][0x1a]~[0x8e]_hx[0xf][0xef][0xb3][0xa8][0xbc]Su[0xbd]Q[0xc6][0xd2][0x8c][0xe8][0x89][0xb8][0xae][0xa1][0x11]MY[0xf1]&#[0x9a][0xa6][0xdb][0xb6][0xf8][0x97][0xf8][0x95][0x82]_k[0xf8][0x8d][0xdc][0x95]'[0xa7][0xb3][0x9b]4[0xfc][0x16]g[0x4]&[0xf9][0xbc]vG[0xd0][0x13][0xcd]]S[0xa9]-[0xf1][0xa6][0xd6]$9[0xbc][0xd5]L[0xa6][0xf4][0x1a]][0xfa][0xf0][0x81][0x80][0x93][0xbb][0x15]|[0xa8][0xe1]w[0x12][0xcb]=G[0xf][0x1a][0x9c][0xfa][0xbd]4[0xf1]$[0xfe][0xc0][0xe0][0xe9]A[0xaa]L4[0xae]3[0x9b][0xd2]z[0x9b]][0x2]zbS[0x9c][0x88][0x8d][[0xf4]b[\r]D[0x86][0xfb][0x8a]e[0xa0]4[0xfc]I[0x6][0xe8][0xcf][0xf8]H[0xc3]_[0xa4][0xb8]@[0xc6][0xb7]\f[0xad]|[0x89][0x85][0xc0][0xe4]h[0xf8][0x18][0x9f]0[0x1c][0xd2]![0x81][0xe1]}[0xc0][0xd3][0xa5][0x1c][\r][0xbd]P[0x96]f[0xdb][0x8f]k]"[0x1a][0x17][0x18]c[0xed]nJ[0xb4][0xb5][0xc7]L[0x99]O[0xe9][0xae][0xdd][0xa1]trF[0xf][0xb6][0x1b][0xc9][0xf5]2hL[0xb8]nS[0xd4][0x9d][0x8a][0x99]f[0xbb][0xd4][0x10][0xb4]F[0x9c]en[0xc2]_[0xbe])f[0xcd][0xb3][0xa9]i;)0cP[0xbc]>p[0xaa][0xbf][0xbc][0x11]%[0xd3][0x15][0xfc]U`d[0xdf]}M`T?[0x85](0v[0x80]^C[0x1e][0xf5][0xd3]Zz[0xb7][0xc2][0x82][0x8b][0xd1][0xc9][0xaa][0xa0][0xac][0xe0][0x9][0x83][0x94]9[0x9b]~[0x8b][0x99]=D[0xec]:[0x1f][0x11],[0xed][0xab][0xd2][0xcb][0xfa][\r]MG:[0x1a][0xeb][0xed][0x13];b[0xbe][0xd1].Kq[0xde][0x86][0xe5]F[0xac][0x83][0xa8][0xb].[0xab][0x13][0xd9][0xc9][0xab][0xba][0xd4][0x80][0x9e]3[0xca]c[0x3][0xb]L[0xbd][0x14]q[0xc0][0x8d]y[0xdd]~[0xd6]F[0xac][0xe8],[0x92][0x7][0xe6][0xa2][0x81][0xb6][0x14][0x5][0xe7][0xe][0x88][0x18]M5tu[0x1c][0xb]Qv[0xf4]h[0xaa]6^o5[0x1c][0x1]5[0x9d][0xe8][0xca][0x86][0xd4][0xde][0xd5][0xaf][0xf9]-[0xd2]+[0xc6]}[0x1f]FC[0xba][0xed][0xcd]2hL[0xaf]M[0x17][0x9d][0x9a][0x13]K[0x1a]6E[0xd3]M[0xad]<[0xbc]K[0xe4][0xa2][0x12][0xb9][0xa8][0xa4]7[0x5][0x1d][0xab]yd)[0x89]d$[0x1a]7b[0x96][0xc1]|[0x1f][0x96]5[0xcc][0x8c]d[0x19][0xc5][0xe4]M[0xe][0x96]^[0x16][0xeb][0xf4][0xc1][0xd6][0xb0][0xb9]t[0xc3][[0xdc][0x9e]g[0xb6][0xa7][Y%=[0xd2][0xdc][0x96][0xc8]s[0xbf]_[0xcd]9[0x91])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xe][0x94][0x96]q[0x3][0xee][0xb7]M[0xaa][0x8d]P[0x16]MoYh[0xa4]Z[0xed]o8[0x8d][0xd2][0xb9]=[0xa7]]/v][0x6]-[0xb][0xb2][0x1e]-a[0xd3]L[0xda][0x10]CrE[0x92]s[0xb2][0xd2]z*[0x9c][0xe1][0xeb][0xed]l_[0x1f][0x1a]r[0xcb]b[0xeb][0x88][0xb5]1=[0xe6][0x86][0xe]#[0xc6]@[0x15][0xf6]e[0xdf][0xaa]^[0x8d][0xc0]N>t~[0x9a]WB`[0x16]/[0xbf][0xd0][0xa4][0xd3][0x96][0x8d][0xe][0xab][0x1][0xb5][0xb3][0xd2][0xeb][0xac][0xf4][0x15][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0x87]Q[0x1e]P[0xb]}3[0xc2]y[0x81][0xbc][0xc][0x2][0xe3][0xe]at[0xc8]?[0xc6][0x6][0x9][0xe4][0xf5][0xec]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xee][0x13]G.[0x9c][0xd9][0xee][0x14][0xdb]=[0x1c][0x8][0x1b]k[0xac][0x15][0x92][0x83]X[0x14][0xf2][0x17][0xc9][0x10][0xb8]:3[0x18]g[0xaf][0xf][0xb8][0xc2][0xee][0x80][0xbb][0xb3][0xd2][0xe3][0xac]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]B[0xcf]aL[0xe][0xb8][0xb][0x95][0x19]a5[0xe4][0x1f][0x9f][0x85]Ws[0xe0][0x15][0xa2]~[0xd4][0x93][0xd1][0xa7]P[0xc2][0xfb][0xb5][0xcc]U%[0xe3]2[0x8b][0xf9][0x9c][0xcd][0xfc]}[0x85]saf[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xd2]6[0xc5][0xc]m[0xa3][0xe4]a[0xe6][0xf5][0x11]fs7[0x9]x[0x80][0xe4]{[0x81][0xf4]{[0x99]9}[0x95]+O0[0x97][0xa7][0x98][0xcd][0xb7][0xb1][0x4][0x9f][0xe1][0x16][0xfc][0x1d][0xb7][0xe2]_[0xb8][\r]_[0xa0][0x81]a_"[0x14][0x5][0xab][0x15][0xac]Qh[0x87][0xbc][0xb8][0xf3][0xbf][0xb8]C[0x91][0xff]k[0x8b][0x8a][0xfe][0x8d][0xa2][0xf3](Pp[0xa7][0x10][0xa1]sp_[0xa0]2W[0xcf]z[0xe0][0x2][0xca][0xa0][0xe6][0x2][0x18][0xfc][0x97][0x18][0xe7]X [0xe][0xf9]-[0x9b][0xad][0xcf]V[0xbe]I[0xea][0x15][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x99][0x86][0xb2][0xc]&0[0x83]~[0xdd][0xe2]1[0xdf]&rPP[0xda]Ul[0xb9][0xbd][0xc0][0xc4]p4[0xb3]#[0xb4]Xa[0xd1]m[0x94][0xee][0xa2]*[0xee]r[0x97][0xa3][0x8][0x83]!;[0xb][0xbf][0xd1]m[0xad][0xce][0x9b][0xb8]Za([0xce]R[0x83][0xbf]>45[0x83][0xe2][0x15][0xac][0x8b][0xa9][0xd9][0xb2][0x10][0x1f][0xe6][0x14]E[0x80]W[\r][0xaf]/B[0xfe]I]V[0x95]p[0xe0][0x9f][0xcc][0x1b][0xc7]W[0xc9][0x6]bYxD[0xec][0xe3][0xfb][0xd5][0xce][0x19][0x92][0x94][0x19][0x4][0xc9]?>J[0xc3][0x9e][0x80][0xdb]?%[0x83][0xd0]>[0xdc][0x10][0xf0][0xf8][0xcb][0xac][0xd1][0xac][0x90][0xaa]D[0x93]`[0xa7]1![0xe4]/[0xef][0xf][0x9b][0xe5][0x9c]E[0xaf]"N[0x85][0xb5]{[0x12]q[0xa6]Y[0xa3]@[0xc8]?[0xfd]R;[0x86][0x85][0xfc]3[0xae][0x10][0x1d][0x9f][0xfc]?m[0xc7][0xb6]n[0xdb]G[0x11]g[0xa6]5[0xca][0xf][0xf9][0xaf][0x91];[0x8f][0xc0][0xb8]\[0xcf][0xa4][0xee]+[0xf6][0xcc][0xd9]S[0xd5][0xaf][0xb1]'[0x3][0xeb]x[0xf0][0xac]g[0xcd][0xc4][0xc8][0xd2]8f"[0xc1][0xfe][0xdc][0xce]*J[0xb1][0x1a][0xd2][0xe4][0x7][0x89][0xb2][0x11][[0xb1][0x9][0xf7]c3vb[0xb]v[0xf1][0xed]E[0xdc][0xcd][0xfd][0xf7][0xf0][0x17][0xdd][0xbd][0xfc]qs[0x1f]>[0xe5][0xec][0xe7]x[0x0][0xff][0xc0][0x83][0xc2][0x81][0x87]X[0xc5];[0x84][0x86]G[0xc5][0x8]<&[0xc6][0xe2]qQ[0x8c]'D%[0x9e][0x14]5[0xd8]%[0xe6]a[0xb7][0xb8][0x19]{[0xc4][0x9d]xZ[0xac][0xc3]3[0xe2]^[0xec][0x15];[0xf1][0xac]8[0x80][0xe7][0xc4]Q[0xec][0x13]'[0xb0]_[0x9c][0xc2][0xf3][0xe2]][0x1c][0x10][0x1f][0xe3][0xa0][0xf8][0x1b][0xe][0x89][0xcf][0xf1][0x92]E[0xed]f[0x1e]l+q[0xcc][0xaa]n[0x17][0xad]{[0x95][0x94]o[0xa5][0x7][0xcd][0xec]1Q[0x8e]<[0xd4][0xf8][0x81]=K[0xbd][0xef][0xdb][0xb3][0xd4][0xfe][0x8e]=+i[0xde][0xdd][0x5][0xce]vw[0x81][0xb3][0x8c]B[0x15][0x8b][0xc2]->c,[0xea][0x19][0x1f]Y[0xfb][0xe5][0xc8][0xff][0xf][0xca]X[0xe2][0x93][0xce][0xa3][0xc1]*[0xf6][0x18][0xff][0xbd][0xa5][0xa5][0xe7][0xe0][0xed]%[0x19]g[0x89][0xb8][0xbf][0xcd]*[0xcb]8;#x[0xac];[0xac][0xf3][0x3][0x5]*[0xea]h[0xe7][0xe2][0xeb][0x3][0xff][0x3]PK[0x7][0x8][0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.class[0x8d][0x90]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0xe8]jT[0xb0][0xf0][0x10][0x11][0xc4]-[0xb4][0xb3]O[0xa5]X[0xc4][0xb][0xac]aY[0x13][0xd6][0xac]$[0xf1][0xe7]l[0x16][0x1e][0xc0]C[0x89][0x13][0xc]h[0xa7][0xc5]00[0xf3][0xbd]7[0x8f]y[0xc4]v?[0xbd][0xbe]4[0xec][0xf0][0x89][0xb7][0xd9]e:[0xe1][0xd0][0xe1][0xbf]i:[0x4][0x82][0xc7][0xd5][0xe2][0x17]x>[0xc1]G[0x1b][0xe0][0xde][0x81][0xe0][0x9][0xa1][[0xcf][0xd1]{[0x1]PK[0x7][0x8][0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6]nv[0x6][0x1e]F[0x6][0xfe][0xbc][0xd4]r[0xd7][0xbc][0x92][0xa2]J[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x86]h[\r][0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0xb]Q[0xa4][0xf]Ul[0xad]IX)[0xb2][0xe1][0xd6][0x8c][0xc]| [0xfb]*2K[0xe0][0xd6][0xe5]h[0xf8]d%[0x96]%[0xea][0xe7]$[0x2][0xb5][0xfa]'e[0xa5]&[0x97]XS[0xd7][0x1][0x8][0xdb][0x80][0xf6][0xc7][0x13][0xe1];[0x14]'[0x93]lC!Y[0x1e][0xa2][0xcc]N[0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x1c]`[0x88][0x8a][0xbb][0xe5][0xe4][0x97]C[0xe5][0xdc][0x12][0x93]K[0xf2][0x8b]*[0xf5]@.bd0&h,[0xa6]VF[0x6][0x1]t[0xef][0xb0]120201[0x80][0x0][0xb][0xb]#[0x3]3[0x3][0xb][0x90][0xc1][0xc8][0xc0][0xca][0xc0][0x6][0xa5][0xd9][0xa1]4[0x7]P[0x5]#[0x3]'[0x90]db[0xe0][0x2][0x0]PK[0x7][0x8][0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.class[0xa5]WixT[0xd5][0x19]~[0xef],[0xb9][0x93][0xe1][0x9a]=`BXD[0xd0]d&[0xb]".[0xac][0x92][0x6][0xd0][0xc1][0x4]"[0x9]`B@/[0xc9][0xcd]d0[0x99][0x89]3[0x13][0x5]Z[0xab]U[0xdc]Z[0xb7][0xd6][0xa5]j[0xad]m[0xb5]J[0x17][0xaa][0x1]M[0x82][0xa2][0xd4][0xa5][0x5]kW[0xad]][0xb4][0xbb]}l[0xb4][0xb5][0xf6][0xe9][0xf3][0xb4]}[0xac]J[0xdf][0xef][0xdc][0x9b][0x9b]I[0x98]([0xda][0x1f]s[0xee]Y[0xbe][0xf3][0xbd][0xdf]v[0xde]s[0xe6][0xc5][0xf7][0x9e]<[0x4][0xe0]t[0xfc]Q[0xc7]MA[0xe4][0xe1]fin[0x9]B[0xc3][0xad][0xb9][0xec][0xdd]&[0xcd]g[0xa5][0xf9][0x9c]4[0xb7][0xcb][0xea][0x1d][0xd2][0xdc][0x99][0x8b][0xbb][0xf0][0xf9] [0xee][0xc6]="|[0xaf][0x8e]/[0x4]Q[0x85][0xfb]D[0xea][0x8b]A[0xdc][0x8f]/I[0xef][0xcb][0xd2]|E[0xe4][0x1f][0x98][0x82][0xd3][0xf0][0xa0][0x8e][0xaf][0x6]1[0x15][0xf]I[0xf3][0xb0][0x8e]=A[0x94][0xe1][0x16][0x1d]_[0x13][0xb1][0xaf][0x7][0xf1][\r]|3[0x88][0xbd][0xf8][0x96][0x8e]G[0x82][0x98]%+[0x8f][0x6]q[0x12][0xee][0x90][0xbd][0x83][0xa2]~[0x9f]h[0xde][0x1f][0xc4]cx\[0x9a]!i[0x86]u[0x8c][0x8][0xc2][0x83]A[0x1c][0xc0][0x13][0xd2]<)[0xcd]A1[0xeb][0xa9][0x0][0x9e][0x16][0xb5][0x87]t|[CA[0xca]J[0xc6][0xcc][0xde][0x8d]V2[0x15]K[0xc4]7DVj[0xd0][0xd6]h8[0xa1]![0x11]O[0xa5][0xcd]xz[0xa3][0xd9];`[0xf9][0xff][0xf5][0xec][0xdb]7[0xbc][0xf1][0xd4][0x95]gi[0xd0][0xcf][0xab]o9oc}#[0xc5]"^Fi[0x16]U[0xac]^[0xb7][0xbe][0xa9][0xbe][0xf5][0xa2][0x96][0xe6]U[\r][0x91][0xd5][0x91]U[0xeb]5[0x14]5n7/3[0xeb]z[0xcd]x[0xb4][0xae]%[0x9d][0x8c][0xc5][0xa3]K4Lij9[0xf7][0xa2][0xe6][0xfa][0xd6][0xd6]U[0xeb][0xd7]j([0xb3]E[0x6][0xd2][0xb1][0xde][0xba][0xa4][0x15][0xb5]v[0xd4]5[0x9b][0xe9][0xb4][0x95][0x8c]S2[0xaf][0xcf]J[0xa5][0xcc][0xa8][0xe5][0xcc]h[0x8][0x98][0xc9]h}2i[0xee][0xd4]P[0xbc]9C[0xf7][0xba]m[0xdb][0xad][0xce]4w[0x4]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5]>[0x19]MM[0x10]q[0xe1][0xb][0xba][0x13][0xc9]>Q[0xd8][0xd5]dk[0xd7][0x90][0x9b][0xee]I&.7[0xb7][0xf5][0xb2]_[0x9a][0xb1][0xa7]ut[0x9a][0xdb][0xf4][0xbe]Q[0xe9]Pc"[0x19][0xad]3[0xfb][0xcd][0xce][0x1e][0xab][0xae]7[0x11][0x8d]R[0xaf]|[0x17]n[0xaf]sd[0xea][0x1c][0xcd][0xdc][0x96][0xd3][0x9b][0xe8]4EoQ[0x86][0x9f][0x8d]jNV[0x97][0xc6][0xe2][0xb1][0xf4]r[\r][0x8b]*[0x8f]]>[0xd6][0xf8]c=[0xae][0xda][0xa8][0xc1][0xd7][0x90][0xe8]"@~c,n[0xad][0x1d][0xe8][0xdb]f%[mW[0x8a][0x94][0xa2][0x8d]&[0x13][0xcb][0xb1]3[0xe9]K[0xf7][0xc4][0x18][0x9b][0xd3]?[0xd8][0x89][0xd5][0x13][0xe2]D{[0xbd][0x8c][0xff][0xf8][0xac][0xba][0x91]?[0xff]#z0[0x89]O[0x4]:[0xcd][0xfe],[0xd0][0xb0][0xf8][0xb8]tg)[0x8]Q[0x95]K[0x1d][0x3]}V[0x8b]b*[0xba]UY[0x9][0xcc][0xa0]\[0xeb][0x18][0x1b]M[0x1b][0x17][0xc2]L>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x98][0xa9][0x1e][0xfb][0xe4]{+[0xab]"t%i[0xa5][0x6]z[0xe9]J0i[0x99]][0xb6]B[\r]3[0x9d]H[0xc6][0x12][0xe]F$[0xde]?[0x90]fH-[0xb3]O[0xe5][[0x8b]i[0xf0][0xc4]h[0xf8][0xf4][0xf7][0x11][0x14][0x1e][0xb3][0xe2][0xd1]t[0xf][0xb5][0xaf][0xda][0xd1]i[0xf5][0xa7]yI[0xa4]t<[0xa3][0xe3]Y[0x9a][0x92]N[0xd8]9"[0xb7]_[0x9e][0x8c][0xa5][0xad]Q[0xf0]Y[0x13][0xc1][0xd7][\r][0xa4][0xc7][0xa3]{[0x13][0xdb][0xb6]K;@[0xe9][0x8a][0xf7][0x13][0xd6][0xf1][0x9c][0x8e][0x15][0xc4]Z[0xda][0xd9][0xeb]p&[0xdd][0xa6][0x86]`Kb [0xd9]i[0xad][0x8e])[0xf2][0x9e]XW[0xb5][0xa2][0x92][0x9c]?1[0xd2][0x6][0xd6][0xe0]Bi6Js[0xa3][0x81][0xf3][0x10]1[0xb0][0x1c]K[0xc][0x9c][0x83][0x15][0x6]Vb[0x95],tH[0xb3]Y[0xc7][0xf3][0x6][0xe][0xe3][0x88][0x8e][0x17][0xc]|[0xf]/[0x1a][0xf8]>~[0xa0][0xe1][0xb4][0xf][0xcd][0xa0][0x6][0xb6]`[0xab][0x81]z|L[0xc7][0xf]e[0xf0]#[0x3][\r][0x82][0xb9][0x1a][0xe7][0x1a][0xe8]F[0xd4][0x80][0x85].f}[0x92]Z[0x14]k~l[0xe0]'xI[0xc3][0x19][0xc7][[0xe5][0xf6]V[0xf7]h[0x15][0x8f][0x85][0xc2][0xcd][0xa4][0x81][0xa5]X[0xa6][0xe3]e[0x3]?[0xc5]+:~f[0xe0][0xe7][0xf8][0x85][0x86][0xb3]>[0x10][0xc2]N[0xfb][0xb1][0x87][0xf9][0x83][0x8d]s[0xcf]BlWFx[0x92]H[0x19]Hc@[0x9a]_[0xea]x[0xd5][0xc0]k[0x92][0x9c]_[0xa1][0xcb][0xc0][0xaf]10.[0x91]66[0xeb][0xc2][0xc0]oD[0xe8][0xb7][0x12][0x9a][0xdf][0xe1][0xf7][0x6][0xae][0x92][0x18][0x9e]=[0xaf][0xb2][0xa3]+[0xdc]1[0xb7][0xea][0x9c][0xca][0xcd]5'[0x87]g[0xcf][0xaf][0xae][0xec]X[0xba]%[0xc4]![0xa7][0xa5][0xad][0xb5][0xbf][0x9b][0xd3][0xad][[0xe4]c[0xd6][0xec][0xaa][0xaf]i[0x9f][0xb7][0xa5][0xca][0xc0][0x1f][0xf0]:)[0xf7]x[0xe3];[0x1a]R[0xd6]md[0x9d][0x1b]R[\r][0xb3][0xc7]Lm[0xe8]5S[0xa9][0xb5][0x9][0xb2][0xde]@[0xbc]+C[0xa4]|[0xf2][0x82]'#M[0xbc][0xa9][0xe6]6[0x98]i+[0x9a]H[0xf2][0xf1][0x13][0x18][0xeb][0x1a][0x91]x[0xdc]J*[0x4][0x8b][0xbc][0x92]c?[0xc2][0xdc][0xe3][0x9c]m[0xff][0x92][0xd1]8f,[0xda][0x4][0xbc][0xd2][0xea]6[0x15][0x87][0xd4][0x1d]{Q[0x8e]m[0xaf][0xca][0xf6][0x94][0x9]p[0xbb][0xb2][0x82][0xf1][0x18]GZjr<[0xa4]z[0xc2]Q[0xb0][0xaa]2[0xb][0x7]f[0xbb][0xd7][0xda]'\G[0xce][0x95][0xa0][0xce][0xbf]{[0x9b][0x8c]c[0xd5][0xf1][0xc]=m[0x92]7[0xa6]<[0xeb][0xcc]4S[0x9c][0xe4][0x8b]([0x13][0xa0][0xa1][0xc7]L[0xb6][0xf0]&[0xb4][0xe2][0x9d][0xd6]8[0xed][0xed]M[0xf6][0xa6]l[0x9a][0x9b]F[0xf5][0xf9][0xba]c[0xf1].[0xc5]R[0xb4]~j6O[0x85][0xb5][0xcb]&%][\r][0x85]]v:[0xd6]g[0xf0][0xb9].[0xe4][0xbe][0xa1]u[0xb5][0xd3][0x8b][0xc4]9W[0xe4][0xc8]m[0xca][0xe4][0xde][0x80]bb%iw[0x95][0xa8][0xaf]2"A[0xd3];[0x13]}[0xfd][0x8a]1k[0xb2][0x85]u[0xd2]'9[0xff]p[0xe4][0xf1][0xaf][0x3][0xb9][0xf]SP[0x8e][0x5][0xfc]s[0xa4]a![0x9f][0xff][0x1e][0x9c][0xc1][0xf1]Y8[0xdb][0x1d]/[0xe2]x1[0x96][0xb8][0xe3]:[0x8e][0xc9]2[0xaa]O[0x9e][0xe5][0xf7]j[0xa1]Z5&![0xaa]q[0x83][0x9a]/[0x12][0xf6]U[0xf3][0xa4]E5&9[0xf3][L]kp>[0xdb]F[0x8e]:[0xa0][0xc3][0xc7]oA(\[0xed]{[0x1a]Z[0x9b][0xb7][0xa6]E[0x1b][0x81]g[0x9f][0xda][0xd9][0xc4]6[0xc8]/hS>[0xad]Z[0xcb]^[0xc8][0x96][0xc7]:4[0x3][0xaa]'z5[0xd5][0x13][0x8b]<[0xaa]w[0x1][0xd6][0xc3][0xab][0x90]Z[0x1c][0xa4][0xed]D[0xf2][0xf3][B$[0xbf][0x83][0xd4][0xe6]+[0xf3][0xb5][0x8c][0xc0];[0x11][0xad][0x81]V[0xae]Th[0xb][0xed]=.Z[0x89][0x8b]V[0xe2][0xa2][0x95][0xa0]U[0xa1]Io[0x3]{>|J[0xae]$[0x7]w[0x3]5[0x88][0xc5][0xb9][0xc4][0xad][0xc9][0xe6][0xda]Z[0x4][0xa8]~[0xcc][0xb5]\[0x17],[0xd7][0x5][0xcb]u[0xc1]r[0xb1][0x89][0xe1][0xb6]][0xbb][0xd0][0x81][0xb8][0x8a]+bfyh[0x4][0xbe]Px[0x8][0xfe]P[0xf5][0x10]rB5C[0xd0]Ce[0xbe]![0x4][0xc6]0[0xcb][0x91][0xc3][0xb6][0x8d]H[0xed][0xd4][0xb5][0x99][0x85][0xd0]Ag[0xb7][0xf0]_[0xea][0xd6][0xc][0x87][0xcb]][0x1b][0xca]][0x1b][0xca]][0x1b][0xca][0x1d][0x1b][0xa4]'I[0xf6])k[0xda][0x1c]k. [0x82][0xac][0xe5][0x87][0xc2]vF[0xab]%[0xa3][0xb9][0x13][0xdd][0xee]&tTA[0xce][0xb6][0xc5]][0xc8]|[0x5][0xa4][0xa9][0x9e][0xe4][0xd1][0xa3][0xd4][0xb7];[0xea][0xb7]R[0xbd][0x84][0xa9]([0x14][0xf6];[0xea][0xdb]|5[0xcc]bp"B?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qiF`[0x8b]\[0x84]"[0x17][0xa1]H[0xe5][0xce][0xa3]z[0x1b]T[0x16]%w[0x9b][0x1d][0xac]5[0xdc]'[0xb6][0x5][0x98][0xbb]l>[0xec]dM[0xed][0xca][0xf0]![0xe0]"[0x4]\[0x84][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xed]C[0x87][0xa3]w[0x17][0xc7]b[0xd1]L[0x95][0xb0][0xfd][0x98]r[0x0][0x86]d-,Y[0xab][0x96][0xac][0xd5]dI[0xda][0xd5][0xdc]s[\r][0xa3][0xb6][0x9b][0x9][0xbb][0x16]'[0xe2]:[0xcc][0xc0][0xf5][0x19][0xfe][0xcd]t[0xd1]g[0xba][0xe8]3[0x1d]t[0xe9]I[0xaa][0xa4]p[0xf8]zq[0xec]8[0xcc][0x15][0xb1][0xbb]9[0x14]~[0x18]~[0xdf][0xde][0xf0]a[0xe4][0x85][0x86]qB[0x98][0xbf][0x87][0xe0][0xf7][0xee][\r]?[0x83][0xbc][0xa6][0xd0][0xe3][0xc8]9[0xcc]s[0xc3]O5[0xc3][0xc8][0xbf][0x17][0xf9]{[0x10][0xac]V[0xf3][0x94][0xe2]J[0x1][0x7][0x5][0x7]Px[0xaf][0x8c]}{[0xa9][0xd3][0xab],[0xf]1R[0xc0]M,[0xaa][0x9b][0x19][0xab][1[0x15][0xb7][0xd1][0xf2][0xdb]i[0xf9][0x9d][0xe4][0x91][0xbb]h[0xe7][0xdd][0xb4][0xe4][0x1e]zq_F[0x1c][0x9b]]O[0x9a]q[0x11][0xb3][0xa2]Q[0xfe]t\[0xcc][0x91][0x7]&g[0xf3][0xa0][0xeb]y[0xda];[0xa8][0xd0][0xb1]-G[0xcb][0xe7]z'[0xba][0x1c][0x9f][0xea][0x14][0xb3][0x81][0xd1][0xa4]y[0x83]n[0x8]s[0xd4][0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb0][0x5][0x1c][0x10]M^k[0xce][0xe6][0x1d][0x9c][0x95][0xb5][0x85][0xdc]\t[0x4]a~[0x8a][0x8f]`Z($[0xca][0xf8][0xd3][0xf9][0xb][0xc][0xa3]d[0x8][0xc5]2U[0xfc][0x4]J5[0xc][0xb1][0x16])>[0xe8]:=U[0x9d][0xa1]G[0xe8][0xf0][0xa3]4u[0x10]s[0xb0][0x9f]f=[0x9e][0x81][0xbd][0xd0][0xc1][0x16]g|[0xf0][0xcc]1[0xd8][0xf2][0xe1]h[[0xa1][0xc9]i[0x96][0x84][0xb7][0x1f][0xc4][0xd4][0xb6][0xf0][0x8][0xa6]-&O[\r][0xe3][0xc4][0xc5][0xfe]2[0xff]aL+[0xf3][0x1f][0xba][0x1f][0x85][0x7]Q[0xd6]FX[0xb8]z[0x4][0xe5][0x83]{[0xe0]_[0xec][0xdb][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "fn[0xc6]0f[0xde]#[0xeb][0xb3][0xdc][0xf5][0xd9][0xf6][0xfa]A[0x9c][0xd4]F[0x12][0x1a][0xc1][0x9c]AU[0x12]U[0xa8][0xc1]tZ[0x16][0xa1][0xd5][0xd3][0x1d][0xdb]ky%[0x0]O0mO[0xf2][0xf8][0x1c]D[0x5][0x9e]b[0x12][0x9f][0xa1][0xe4]!J>[0xc7][0xa4]=[0xcf]B>B[0xd9][0xef][0xd2][0x87][0x17][0x94]O[0xcb]im[0x90][0xa9][0xeb]A[0x8c]~[0x14][0x92]K[0xb6][0xe3][0x12][0x15][0x83]v7[0x91][0xed][0xe8]uJ[0xb2][0x1d]}NI[0xb6]#[0xae]J[0xd2]NiN[0x88][0xef][0xe9][0x84]V[0xae]ZJ[0xf6][0xf3][0xf0][0xda]YitRZ([0x19]8[0xcc][0xd3][0xc8][0xcf][0xa0][0x14][0xdd]X[0xc8][0xf3]T[0xdd][0xbc][0xc4][0x90][0xbf][0xcc][0x10][0xbf][0x92][0x11][0xea][0xc2][0x8c]P[0xb3][0xfa]e[0x92][0xef]SGs[0xd2][0xc9]w[0xad][0xe4][0xd5][0xd6][0x1c][0x18][0xb4][0x93]^2[0x96]t[0xcd][0xc9][0xb8]J[0xf8][0xc9][0x1a]&f[0xfa]U[0xc2][0xbe][0x6]y[0xdb][0x16][0xf3][0x11];[0x97][0xcf][0xd7]1[0xf8][0xda][0xf1][0x99]6[0xa6]q[0x96]Oc[0x7][0xff]f[0xc6]A"Qc[0x9f][0xb1][0x13]B[0xea]|[0xcd][0xdd][0x3][0x9f]wi[0xc1][0xac][0xe9]=[0xe2][0xa4]=[0xcd][0xc3]5O[0xa6]/^:}[0xef][0x4][0xaf][0xdf] [0xec][0x9f][0x10][0xc6][0x9f][0x15][0xec]T[[0xa1][0x3][L[0xee][0xb8]L[0xdd][0xe7][0xa6][0xe2][0x0]_[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed](J[0xe1][0xe1][0xc9]aP[0xd9][0x87][0xd3][0xf7]h[0xfc][0xe1]r[0x1e][0x1][0x8f]2m[0x1f]u[0xb][0xab],bI[0x9d][0x12]bs[0xaa][0xd4][0xb9][0xfd][0xcd][0xe1][0xa7]rY[0xa8][0xe2]iT[\r][0xa1][0xc0][0xbb]|F[0xc5][0x3]*<[0x5]3d[0xbd]e[0xb7]W[0xdb]s[0xf4][0xcd]}[0xae][0x99][0xa7][0xf0][0xa6][0x1][0xfe]BueT[0xfe][0xc6]k[0xf2]M[0xd6][0xc8][0xdf][0xf9][0xc]y[0xb][0x95][0xf8][0x7][0x1f] o[0xd1][0xc4][0xba]Tv2[\r][0xdc][0xc9][0x19]qn[0x91][A[0x8b]H[0x9b][0x1f][0xa7]#e[0xac][0xb4]Op[0xd5][0xa6][0x2][0x12][0xf1][0xbb][0xcc][0x89][0xf6]6[0xb5]^[0xa1][0xce][0xb9][0x7][0x9f][0xc4][0x95][0x94][0xbb]*[0xb]%[0xc]#4[0x91][0x12][0xfe][0x9d][0x85][0x12]<[0xbc][0x5][0xae]v[0xe2][0xf0][0x16][0xcd][0xd0][0xe5][0xde][0xa1]kaQ[0xb0]IX[0xa1]h[0x18][0xd5]a;[[0xea][0xab][0x1f][0x1a]f[0x12]U[0xc7][0x9][0xca]2[0x19][0xac][0xad]9t[0xa6][0xcf]{[0xa6][0xbf][0xd4]_[0xea]{[0x0]3jJ[0xfd][0xb][0x16]KI[0x15]T[0x94]qgm[0xcb]n[0x8f][0xb6][0xdb][0xcf]`[0xbd]>[0x16][0xac][0x5][0xb4][0x5][0xf8]/[0xc3][0xf0][0xe][0xc3][0xf6].[0xeb][0xf7]=[0xba]|[0x14]sh`-s4[0x9f][0xf4][0x10][0xd1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]h[0xd5]|[0xd8][0xc4][0xfe][0x16]-[0xc7][\r]\[0x84][0x15]q[\r][0xf9]R[0xc8]c[0xab][0x1b][0xb8][0xad][0xbc]1[0xae][0xa5][0xf3]Y[0x8c];[0xdd][0xc0][0x9d][0x8][0xcf]Q[0x9e][0xe6][0x1c]&_[0xc7]u[0x9a][0x8e][0xeb][0xa9][0x1c][0xff]ap[0xaf]P[0xa5][0xaa]1[0x8c][0x1][0xdc][0x80][0x1b][0x9d] [0x9e][0xa4]"[0xc4][0x7]HQ[0xdd][0x1][0xcc][0xc][0x15][0xfb][0x14]w[0x8e][0x5]r[0x1e][0x15]Z[0x5][0xef]3[0xe4][0x6][0xc9][0x8c]F[0x82][0xbf][0x1b][0xdf]YQ[0xf6]?PK[0x7][0x8]5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.class[0xd5][0x96][0xdb]r[0xdb]T[0x14][0x86][0xd7][0xf6]A[0xb2][0xe5]@MJ[0xb]2[0x5][0xb7][0xe0][0xd2]DMj[0xe5]P%MDgP[0x99]L[0xe9][0x84]SM3[0xa3][0xb6]7[0xb2]+\[0xa7][0xb6][0x95][0x91][0x15][0x18]`[0xb8][0xe0][0xa6][0x17]<[0x1][0xc3]#[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]2S[0xe][0xf][0xd0][0x8b]>[0x0]W<[0x3][0xf][0xc0][0xb0][0xf6][0x81][0xd5][0xe2][0xaa][0xe4] [0xa0]m2[0xb3][0xf7][0x92][0xbc][0xf7][0xff][0xbf][0x94]x[0xaf]{[0xdc][0xfd][0x5][0x0][0x16][0xe0]-[0x3]J0[0xaf][0xc3][0x82][0x1]9X[0xe4][0xc3]Y>8:,[0xe9][0xb0][0xac][0xc3]9[0x6][0xd5]Q[0x18][0xf7][0x82][0xfe]F[0x18][0x8f]z[0xd1][0xf0][0xca][0xbb][0xef]0`[0x97][0x18][0xf8]K}[0xf2]Qq|[0x0][A[0x1c][0xc]0[0xc5][0xe1][0x14]#[0x6][0x1f][0xa6][0x10]e[0x4][0xca]m[0xd9]g![0xb3][0xf6][0x9e][0xcc]2[0xdb][0xcf]1H[0xe][0xe8][0x94][0xd9]{[0x9e][0xc1][0xed][0xcd];3[0xcd][0x2][0x83]o[0xff]C[0x9a][0xcc]|[0x8b][0xc][0xee][0xfc][0xaf]|[0x99][0x89][0xcf]2[0xf8][0xe9][0x9][0x13]g[0xce][0xe0]0[0xb8][0xff][0xd4]e[0xc8][0x9c]j[0x89][0xc1]o[0xcf]@[0xaa][0xcc]9[0x97][0x19][0xfc][0xfe]L[0xe6][0xcc][0x9c][0x1c][0x8f][0xa3][0x15]m[0xc7][0x9d]p[0xad][0xc7][0x8f][0xe7]c[0x8f]9u[0xcf]p[0xa3][0x9]x[0x1e][0xe]1[0x98][0xdb][0xf7][0xd1][0xcd]7[0xae][0xf0]a[0x95][0xf].[0xb6][0x1c][0xe3][0xdc][0xc][0x96][0xf][0xda][0x10]0X[0xda]u[0xeb][0xdb][0xed]Q[0x12][0xe3][0xf2][0xf1][0x9d]S{l[0x1e][0xb0][0xcd]9[0xb5][0xb7]S[0x1d]W[0x9e];[0xe8][0x91][0xbc][0x1]'@[0xc7]v[\r][0xbb],[0xa8]A[0x19][0xc][0x9c]+x[0x95][0x83][0x9][0xfc]e[0xfc][0xe9][0xe3]X[0x15]}[0x1d][0xf6]h8[0x17][0xad][0x1d]`?[0x88]%/[0xe0][0xc8];;[0x80][0x6][0x14][0xe0]$Lb5![0x17][0xc1]ax[0x11][0xe7][0xaf][0xe1][0x8][0x1c]U[0x2][0x17]qM[0x9e][0xef][0xf8][0x11]r[0xfe][0xe9][0x99][0x1d][0xc8]O*[0x9a][0xd8]5/[0x14][0x8e][0xcb]UJ[0x81]W/[0xc1][0xcb][0xe2]s[0x3]L[0x84][0xcc]a}[0x4]^y[0x9c]ja\ueW[0xd5]c[0xf0][0xaa]R}M[0xa9][0xb6]0A[0x1][0xe7][0x8a]T[0x9d][0xdd][0x81][0xe2][0xb8][0xac]'d-[0xb9][0x8c]d+$[Q[0xb2][0xbc][0xaa]c[0x95][0x17][0x6][0xc7][0x95]A[0x1f][0x9f]:[0xef]ok[0xc2]@[0xfb][0x19]4??[0xd3][0xf2][0xb][0xb3]-[0xbf]h[0x16]Z)[0xf][0xe7][0x92][0xf0][[0x94][0xbb][0xc8][0xaf]F~5[0xf2][0xab])?^[0x9d][0xc0][0xaa] [0x9c]_W[0xce]_[0xa2][0xb3][0x86]s]8[0xeb][0xe3][0xce][0xbe]f[0x16][0xd3][0xec]/[0xb][0xfb][0xf3]r+[0xd9][0xd7][0xc9][0xbe]N[0xf6]u[0xb2][0xaf]+{^[0xbd][0x81]UQ[0x80]4[0x14][0xc8]7[0x8][0xa2][0xf3][0xbf][0x1d][0x1]RJ[0x5][0xf1]uSK[0xa3][0xb9]*h.[0xca][0xfd]D[0xd3] [0x9a][0x6][0xd1]4[0x88][0xa6]A4[\r]E[0xc3][0xab][0x93]Xi[0x82][0xeb]M[0xc5][0xf5][0x9d][0xfa][0x87][0xb0][0x4]W[0xf5][0x91]w[0xf3][0x0][0xcc]/[0x99]z[0x1a]][[0xd0]][0x96]*Dg[0x11][0x9d]Et[0x16][0xd1]YDg[0x11][0x9d][0xa5][0xe8]xu[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+]pN)[0xce];x][0xc6][0xd9][0x96][0x9c][0xe9]o[0xf2][0x1][0xa7]_[0xd5][0xcc]R[0x1a][0xed]-A{]j[0x11][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4]6[0xd1][0xda][0x8a][0x96]W[0xd3]X[0x95][0x4][0xb7][0xa5][0xb8][0xef][0xe2]'[0x6][0xce][0x8e][0xe4][0xfe][0x87][0x17][0xff][0x10][0xb7]_[0xd5][0xcd]r[0x1a]}"[0xe8]?[0x91][0x8a]D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];D[0xef][0x10][0xbd]C[0xf4][0xe][0xd1];[0x8a][0x9e]W[0xa7][0xb1]*[0x8b][0x1c]3*[0xc7]=\[0xc3][0xbf]*][0x99][0xa3][0xbc][0x8f][0x1c]~[0xb5]d[0x1a]ii[0xbe][0x12]i[0xb6][0xa4].[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6][0xa5]4.[0xa5]qU[0x1a]^[0xcd]be[0x88]\gT[0xae]_q[0xf5][0x4][0xff][0x82][0x93][0xb9][0x8c]}[0xe7][0xf2][0xab]e[0xb3][0x92][0x96][0xee][0xb6]H[0xf7][0x85]T[0xa7]t[0x1e][0xa5][0xf3]([0x9d]G[0xe9]"[0x1f][0x9e],[0xc4][0x11][0x1c][0x95][0xe4][[0x92]|[[0x92][0xa7]4,[0xd6][0xf0][0xb4][0x86][0xef]h[0xf8][0xae]@i[0xdc][0x8c][0x85][0x8d][0xbe][0xe]3[0x16][0xf]G#kZ[0x17][0xb][0x88][0xcb][0x4][0x8a][0x17]E#[0xf1][0x84][0x11]It[0x18]}I[0xd3]?[0xaf]`[0xde][0x8e][0xfd][0xeb][0xd1][0xad][0x2][0xf9]]F[0xdc]\n[0xf4][0x9b][0x2][0xe5]m[0x9b][0x8d][0xad]FS[0x9f][0x11][0xe9]mjO[0xc4][0xc2][0x91][0xde][0xf3][0x5]Jbf<[0x9a][0x8c]u[0x9b][0xb][0x93][0x91][0x9e]>r[0xd5]X\[0xc9]D[0xb8][0xaf]i[0xd5][0x88]o[0xe4][0xce][0xeb][0x8b]v[0x1b]}[0xc3][0xb2][0x14]W[0x9b]zg}[0xed][0xed]5c[0x2]s[0xdb][0xa2][0xb1][0xde]&c[0xc0][0xe8][0xde]d6[0xc9][0x97][0xc4][0x92][0xe3]9[0x9b][0x9b][0xa8]d"[0x19]'[0xbe][0x1c][0xda][0x14]?W[0x16]Z+-=[0xbd][[0xcc][0x1d]|[0x15]W*[0xb6][0xc4]z[0xe3][0x2][0x15][0xeb][0xdd]t[0xcf]7b[0xfc][0x1e]3vd1[0xac][0xe8][0xda]lv'[0xc8]P[0xba]1[0x1a][0xeb]7[0x12][0x9][0xb3]g[0x99][0x19][0x8f][0x1b][0xbd][0x14]^[0x90][0xd8][0x14][0x8b]n3[0xba][0xa4][0x11][0x95][0x19]kV[0xa7]_K;.[0x8]G[0xc2][0x89][0x8b][0x4][0xea][0xea]F[0xc3][0xba][0x0][0xd5]w[0x8][0xf8][0x16]E{(rR[8b.O[0xf6]w[0x99][0xb1][0xd5][0x16]H[0xb9]rO[0x87][0xc1][0xa8][0xf1][0xd9]~[0xe9]Kl[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xac][0xb3]s[0xfb][0xa9][0xdf]R[0xd8]rnx[0xa7]c[0x81][0xc][0x99][0xfd][0xed]riY,B[0x9b][0xe8][0x87]d[0xbf][0x19]IPd[0xb3][0x8b][0xca][0x13]6ba][0xee][0xe0]OXH^[0x97][0x9d]Im9U[0xc9]L[0x9b][0x9][0xcb]]=[0xae]r'%[0xb6][0xb9][0xee]M,>}logpz[0x19][0xa3][0x91][[0xd0][0xc9][0xd2][0xf9][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99][0xbb][0xd8][0xa6][0x13][0x8a][0x98]\[0xd1]rB+[0xdc]Q[0x97][0x9e]dd[0xdd][0xa5][0xb5][0xbf][0xc9][0xc0][0xba]K[0x9d]?[0xa1][0xb8][0x8e][0xbd]vl[0xce][0x1c][0x85][0x80][0x81]>[0xd3][0x1a][0xce][0x1a][0xcb]S'#{|O[0x9d][0x8c][0xd4][0xab][0xde][0xb2]h[0xba][0xcb]7[0xdf][0xf2][0xf8][0x8e][0x9d][0x95]o[0x8d][0xb4][0xe2][0xb8][0x99]h[0xcb][0xe8]J[0x95].^R[0xf1][0x8e][0xa8][0xcf][0xc5][0xbd]#[0xd9]'[0xd7][0xd5][0xbb][0xb5][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]-[0x19][0xd5][0x94][0xfc][0xfd];[0x96][0xaa][0x9e][0xd7][0x1f][0xef]u[0xaa][0xba][0xdf][0xb0]Z[0x9b][0x97]/'[0xd4]*[0xb2][0xe5][0x12][0xae][0x98]}[0xb6]{[0xcb]2c@[0xf5][0x1d]uHzB[0xc3][0x12][0xb6][0xc]G[0xf]K[0xf5][0xcb][0x8d][0x18][0xd5]&p\ZZ[0xef][0xda]Mu[0xf2][0xad][0x1e][0xee][0x9e]SFX[0x98][0xd9]?[0xcb][0xc8][0xb8]*[0xeb]X[0xd1]2[0xa1]$[W?[0xd6][0xe9][0xc3]cn[0x17]8-[0x83]cY8[0x1e][0xa7][0xa0]4[0xe3][0xc5][0xdb][0xbb][0xcd][0x81][0x4][0x8f]E[0xe4][0x15]a[0xfe]Z[0xe9][0xd2]X[0xd7]B[0xe7][0x4]4y[0xe4]a[0xa7][0xcd]>[0xcc][0xf8][0xfa][0xa2][0xd1][0x1][0xb2][0xaf]#D[0xac][0x8b][0x1d],[0x9e][0xec][0xe2][0xe9][0x83][0x87]:[0x9e]1[0x12]QK[[0x81][0xa2]m[0xb1]p[0xc2][0xb4][0xdc]!0[0xc3]6([0x1c][0xb5]=[0xb4]"[0x99][0x18]H&[0xc8]l[0x1a][0xfd]V[0xc9][0x8f]vm[0x96]4I[0xee]ic1[0xab][0xe3][0xdd]3[0xd4][0xd5]1 [0xae][0xe1]{Rw[0xd3][0xe8]I[0xe3][0x9d][0x92][0x8d][0xd7][0x1a][0x19][0x9][0xe7][0x9]3i[0xa6][0x8e][0xc1][0xa4][0xe1]Y[0xca]lW[0xe]X[0x12][0xb6][0xe]@Y[0xa7][0x8b][0xb9]r[0xb5]@u[0xae] [0xf0]H[0x95][0x1d]3[0x1d][0x97]a[0xad]$[0x1d][0x92]<[0xa7][0xe1][0xfb]:~[0x80][0x1f][0xea]x;[0x16][0xe8]X[0x88]f[0x1d][0x17]c[0x89][0x8e]K[0xd1][0xaa]c[0xbe]|<[0x1f][0x17][0xe8][0xb8][0x10][0x17][0xa5][0x85]ed[0x99][0x8e][0x16][0xc9]q[0x89]$[0xef][0xc2][0xf5]:v [0xa2][0xe3]G[0xf8][0xb1][0x8e][0x9f][0xe0]y[0x1d][0x8b][0xc0][0xf3][0xee][0x99]'[0xbc][0x13][0xa4]fKuD[0xa5][0xb0]kq[0x9d][0x8e][0x9f][0xe2]g[0x92][0xfc]\`[0xd6][0xf8][0xd9][0xc4]T[0xcf]N[0xdd][0x85][0xc9]p_[0x8f]<[0xe9][0xd6][0xae][0x89][0xc8][0xa4][0xaf]MDk[0xe5][0xd1]8a[0xd6][0x8e]tX[0xad][0x8e]_[0xe0][0x97]:>,[0xa1][0x85]-:~[0x8d][0xdf][0xe8][0xf8]-^`[0xc4]u[0xfc][0xe][0xcf][0xe9][0xf8][0xbd]|[0xfd][0x7][0xbc]8[0xc2][0x1f][0x16][0x8e][0x8e][0x9b][0xf1]G[\r]/[0xe9]xYr[0xfe]IJ[0xf9]3^[0xd1]q;^[0x9d][0x88]#[0xb2][0xe3][0xcb]#[0xed][0xb8]k[0x1c][0xd6]s' >][0xf0]Z[0xb6][0x19]1[0xd3]YY[0x93];[0xd9]Y[0x2][0xd3][0x1f][Wd[0xb8][0xb8]v[0xd8][0xf4]E}F<[0xbe]<[0xca][0xfa]D[0x17]f[0xb0]x[0xeb]d[0x9a]7[0x9c][0xc8][0xd5][0xc2]*t[0xe9][0xf9][0x19][0xac]X'x1)[0xea][0x8e]F[0x12]F8[0x12]W[0xf5][0xd9][0xb5][0x7][0xac][0xb3]@[0xd2]Ub[0x8e][0x1b][0x8f][+[0x90][0x8b][0xd2][0xbb]j[0xc1][0x84][0xaa][0xe3][0x98][0xc5]qnn[0xdc][0x1c]w9c`[0xc0][0x8c][0xf4][0x8]4NHc;[0xe5][0xb9][0xd0][0xdf]cv%e=d[0x9c]X`z[0xcc][0xed]+6[0xb2][0x88][0xd6][0xb5][0xd6][0xb3][0xde][0x16]X[0xb5]S[0xb9][0xa2][0xaa][0xae][0xb5][0xd5][0xd5][0xf4][0xf2][0x1e]s[0xa3][0x91][0xec]K[0xac][0xcd],[0xa8][0xf9][0xaa][0xbc][0xae]Y[0xbd]$=m[0x8d]$,[0xb1][0x1d]Y[0x9e][0xcf][0xe8][0xd2][0x81][0x9c][0xe5][0x8e]m[0xc8]FY[0x95]QE5YR[0x15][0x86][0x9a])[0x8][0xe6]Ukv[0xc3][0xb6]!0[0x93]7[0xf6][0x12]xp[0x16][0xce]F[0x11]jp[0xe][0xde][0xc6][0xfb][0xfe]<[0x80][0xef][0xce][0xe5][0x8f][0x5][0x8d][0xf3][0xf7][0xca][0x9a][0xc6][0xb1]\[0x96]5[0xf5][0xcc][0xe2][0xa7]xZ[0xd4]w[0x8f][0xac][0x83]jd[0x1]S[0xdf]Y[0x12][0xd5][0xf3]%[0xf6]zVG[0x8e][0xd3])[0x9b][0x95][0x8a][0xb4][0x8d]O+[0xe1][0x87][0x97][0xe3][0xa4][0xa0]8[0xc][0xc1][0x9f]'[0xd4][0xb0][0xf][0xde][0x7][0xd4][0xc2]e[0xa4][0x85][0x1c]A[0xa8][0x12][0x82]-[0xe7][0xac][0xd6]b[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\[0xe][0xa8][0xd9]J[0x8a][0x17]j[0xb6][0x8a][0x80][0x1e]%[0xbe][0xdd][0x16][0x5][0xc5][0xfb]8[0xea][0xc1][0x90][0x94][0xdd][0xd0][0xb8][0xf][0xbe]l[0xd9][0x8b]h[0xf4]b%;h[0xf1]:[0xb2]U-W[0xb2]U[0x91]W[0xdc][0xba]B[0xf1]*[0x94][0xd5][0xb9]QFYp[0x9]Q.[0xcd][0x81][0xb2][0x86][0x8e][0xcd][0x8d][0xd2]a[0xa3][0xc][0xf2][0x8b][0x9f]c([0xb8][0xf][0xfe][0xe0]~[0xe4][\r]A[0xb]6[0xe]!?[0x18][0xf0][\r][0xa1] ([0x86]P[0x18][0xc][\r][0xa1]H[0xce][0xf4]`[0xc3][0x10][0x8a][0x87][0x95][0x98][0x83][0x2][0xd2][0xcb][0x8][0xdd]DE[0x96][0xa2][0x94]"[0xab][0xf8]e*U[0xaa][0xa5]*[0xb3][0xa9]L[0x90][0xae][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]c[0xc1]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x1c]7[0x84]T[0xec]=j&U[0xf5][0xaa][0x99]T[0xd5][0xa7]T]{"[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]j([0x97][0xaa][0xab]mU[0xd7]P[0xd5][0xe][0xaa][0xba][0x96][0xaa]^AU;[0xa9][0xea]:[0xaa][0xba]>[0x87][0xaa]i_[0x8e][0xa7][0xea][0x15][0xa3]b'[0x13]0[0xe4][0x1a][0xbb][0xab][0xa9][0xc7][0x86][0x1c][0xb1][0x93]([0xb9]c[0xd7][0xe9][0xa0][0xe4]+[\r][0xaa][0x86][0xd3][0xdc]w[0x10]%[0x9d][0xde][0x86]v[0x17][0xbc].T[0xa2];#[0xdb][0xab][0x1c][0xbc]*'[0xdb][0xab][0xe8][0x85][0xf5]v[0xb6]_i[0xa3]l [0x8a][0xd4][0xaf][0xc2][0xce]C[0xb][0xa2][0xb1][0xdd]%[0xe9]7r[0x1f][0xf7]f[0x98]T[0xe1]@T8[0xd1][0xae]pL[0xaa]P`[0x96]IW[0x8d][0xda][0xb9][0x16][0x98][0x97]`.[0xb6][0xf4]s[0xe7]Fr[0xec][0xdc]t[0xac]&[0xd9]@R[0xfc][0xd5][0xe3][0xda]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x1a][0xda][0x12][0xcb]aK[0x1a][0xc2][0xdd][0x96][\r]6X/[0xc1]d"[0x95][0x5][0x99][0x0][0x16]R[0xc0][0xe7][0xe6][0xb6]$[0xb3]qkF[0xe6][0x95]9Pe[0x8e][0xdb][0xca][0x9c][0xcc]+s2[0xaf]L[0x81]Z[0x99][0xf7][0x8e]q@G[0xd9][0xb7][0x83][0xa0];s[0x80][0xa6][0xed][0x1b][0xf][0xd4][0x18][0xe5]V+[0xdd][0xc7]p[0xeb]ut[0xeb][0xbb]r[0xb8]5[0x9d][0xf5][0xee]n[0xed][0xb2][0xc1]6[0xda]`5[0xc3]Y[0xef][0xb7][0xb3][0xbe][0xd3][0xe7][0x8a][0xf9][0x1e][0x4][0xd8]([0x86]1k[0x1c][0xcc][0x1a]'[0xf3]k[0xb8]7[0xd6]+[0xee][0x1a][0xf4]8[0x98][0xa6][0x8d][0x19][0xb1][0xbd]Zm[0xe7][0x8d][0xdf]6[0xb0][0xd3][0xe7][0x1e][0xd1][0xf7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x90][0xe1][0xdc]j[0x7][0xb1][0xda][0x89]h[0xb5]ce[0xb5][0xc2][0xf6][0xaa]Y[0x8f][0xe3][0xdc][0x8d][0x13][0xc3][0x1e]e[0xed][0x8d][0xc4][0xbe])[0x7]v:[0xb0][0xe3]a[0xf7][0xda][0xd8][[0x89][0x9d][0xa7]*[0xc][0xb3][0xc9][0x9f][0xce]&"[0xfb][0xdd][0xac][0xbe][0x95][0x15][0xe6]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9]"kUF[0x85][0x99][0xef]T[0x98]tJU9)U[0xa5]t[0xf0][0xa9][0x99][0xd4][0xc1][0xaf]t[0xd8]4[0x11][0x1d]FY[0x1b]u[0xf8]D[0xe][0x1d][0xd2][0xd6]O\[0x87][0xf0][0xa8][0x18]X[0x9]>^[0xc][0xee]`[0xc][0xee][0xcc][0x11][0x83]t[0x96][0x8f][0x1d][0x83][0xcd][0xd8]bcKM%W[0x9e]lk[0x93][0xb2][0x91][0xee][0xa5][0xfc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xca][0xe2]r[0x90][0xf2][0xd0][0xa7]|.X-#[0xb6][0xac]&[0xf5][0xc][0xb6][0xcf][0x7]1i[0xaf]#*O[0xbd][0xbc]O[0x89][0xd1]-[0x6][[0x8c][0x90]W?k[0xb1]XH[0xc5][0xa4]Ko[0xe1][0xe2][0xd2]#l[0xbb][0x1c][0xf6][0x92][0xe8]m[0xa1][0xa3][0xa8][0xe7][0xa4][0xe8][0x8]&[0x7][0xe5][0xc8]_[0xb1]7[0x85][0xb2][0xb6]=[0xac]C[0x12]J[0xbe][0xf0][0xc9][0x17][0xc1][0x14][0xca][0x97][0x85][0x8e][0xa0]([0xd4][0x90]B[0xc5].h[\r]{[0x90]/[0xe7][0x93][0x97][0x93][0xa7][0xe0](;[0xf8][0x83][0xa8][0xdc][0xc3][0xc6][0xce][0xa7]f[0xdf][0x1]Tu6[0x6]|[0xfb]0[0xa5][0xd9][0x1f][0xc][0xf8]S[0xa8][0x1e]B[0xa9][0x9a][0x4][0x86][0x14]k[0xa9]4[0xc2][0xab][0x8c]hfO[0x0]x&@[0x8a]F[0xec]g[0xa1]z[0x88][0xb9][0xf0]0[0xa6][0xe1][0x0][0x1a]q[0x90][0x7][0xcd][0xc3]<[0xed]=[0xca][0xbe][0xff][0x18][0xbd][0xfb]8[0xf3][0xea][0x9]\[0x8f]'[0xf1]![0x1c][0xc9][0xc8][0x97][l[0xc3][0xcb]x[0xdd][0xb5][0xf2]e[0x1][0xa5][0xf][0xa8]Hu[0xf0][0xe0]z[0x8d][0xca][0x97][0xcd]8[0x95][0xcd]Av[0xfd][0xad][0x8c]t[0x1c][0x9]:,[0xc9]U3[0x90][0xaf][0x1f]C[0xad][0x86][0xad][0xc5][0xc7]P[0xaa]a[0x9b]w1[0xc9]1[0x94][0x90].[0xd2][0xb0][0x9d][0xe2]v[0xb8][0x6]#?;[0x18]O[0xbb][0x6]c'[0xde]i/n[0xb3][0x17][0x97]IGY[0xc1]([0x90][0xc1][0xa8][0x1c]vH[0x89]J[0xa9]g[0xe9][0x90][0xe7] [0xff][0xb3]0,0][0xeb][0x93][0x8a]W[0xc8][0x97][0xbc][0xdc][0xbb][0xa8]U[0x98][0xad][0xd6][0xf3].j[0xf9][0xe4]?[0x1c][0xec][0x1c][0xd9]My[0xf9]|7([0x9a]}[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0xd8][0xdb]p[0x4][0xc5][0xa1][0x86][0xfd][0xa8]i[0xf6][0xed]AAh?[0xa6][0xca][0xc9][0xec]f[0xff][0xf4]][0x98]A[0x8][0xed][0x0][0xa6]w[0xee][0xc3])[0xe5]3R[0xa8][\r][0xf1][0x97][0xc2][0xcc][0x14]f[0x89][0xbd][0xa1]f[0xc0]w[0x14][0xed][0x1][0xe9][0xdc][0x14]N[0xed][0x9c][0x97]w7[0x96][0x4][0xfc][0xde][0xca][0xbc][0x14]Nk[0xf6]SnI[0xc0][0x9f][0x16]\[0x18][0xf0][[0x92][0x8f]?[0xd3][0xac]eK[0x95][0xf9]b[0x8b][0xdd]s[0xfc][0xfe][0x80]o/M*[0xe0][0x95][0xa1][0x96][0xb9]a`[0x1b][0xbd]:[0xcd]v[0xd9]:[0xee]"[0xe0]E>[0xbd]D[0xb7][0xbd]L[0xae]WP[0x8c]W[0x19][0xe3][0xbf][0x92][0xff][0xdf]\[0xf1]7[0xcc][0xc2][0xdf]y[0x9a][0xfc][0x7][0xf3][0xe2][0x9f][0xdc][0xc1][0xaf][0xf1]B[0xf2]:[0xcf][0x91][0xff][0xa5][0xa4][0xff][0xb1]_[0xbc][0x81][0x1][0xfa]f[0x9b][0xf0]a[0xa7][0xf0][0xe0]Z[0xe1][0xc5][0x1d][0x9c][0xef][0x12]y[0xca]qWR[0xe2],Jy7{[0x92][0x9f]>[0x9f][0xaa]f[0x1a][0xcf][0xa5]K[0xd8][0xa1][0xde][0xa7]2p[0xd0][0xd9][0xc1][0x83][0xb8][0xc1][0xae][0x9a][0x83][0xec](V[0xc5][0x1a]d_[0xf9] [0xf5][0xf3]b[0x17]3[0xf7][0x2]:[0xff]b[0x9e][0x3]o$[0x9f][0x95][0x81]3Qx[0xc][0x5]2[0x1][0xfd][0xb]5[0xdc]4[0xf3][0x18]<*[0x3][0x83]"O>[0xbf][0xce][0x14][0x15][0xf2]*[0xa3][0x82][0x9d][0xc2][0xec][0xac]`[0x8b]"[0x97]`{p3[0xf7][0x88]G[0x5][[0x9e]>5Y[0x1d][0x19][0xb6]9R[0xc0][0xda][0x90][0xdc][0x92])[0x9c].[0xc7]|{,[0xb2][0xc7][0x82]C)[0xd4][0x5][0xd5][0xe4] [0xea][0x87]P[0xe9][0xbd]P>,o<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xcf][0xe7][0x9d][0xe7][0xaf][0xf4]W[0xfa]vczc[0xa5][0xff][0xac][0xe6]<[0x99][0xc8][0xd3][0x2][0xc]t[0xb0][0xfd][0x6][0x8f][0xb8][0xc1]/[0xf6][0x1c]A[0xca][0xa8]L![0xf4][0xc0][0xc8][0x1d]/&[0xc1]'JQ [0xca]P&[0xca][0x11][0x10][0x15][0x98])&[0xd3][0xde]J[0xcc][0x13]U8OL[0xc1]JQ[0x8d]+E[0x0][0x1b]87[0xc5]T[0xf4][0x8b]i[0xce]i`%e[0xdc][0xca][0x9a][0x9b][0xa7][0xaa]|[0xda][0xf3][0x11][0xf6][0xb1][0x8f][0xd2][0xee][0xf3]xa[0x95]q[0xf1]([0xdf]V[0xc3]s[0x9c][0x97][0xba]<[\r][0x1f][0xd3][0xf0]q[0xc1][0xfd],[0xe8][0x9a][0xd7][0x18][0xcf][0xdb][0xd4]6[0x10][0xec]<[0x1e][0xdc][0x8e]OZ[0xfe][0xc1]]v[0xe5]n[0xa1][0x1a][0x82]$[0x8d][0xb2]zYc[0xbe]=[0x16]q[0x98][0xbb]V>4[0x1d][0xc6][0x19][0xfc][0xa3]c[0xd2]w[0x1b]u[0xe3]")[0x18].[0xfa]A[0x96]}[0x88][0x19]4[0xb9][0x16][0xba][0x98][0x89][0xc9]b[0x16][0xa6][0x89]Si[0xf2]ih[0x12][0xb3]i[0xf2][0x1c][0x9c]/N[0xc7][0x2]Q[0x97][0xd1][0x14]Z[0x1c][0xc3]Z[0xd8][0x9a][0xee][0xa4][0xa2][0xb7][0xa9] {[0xa8][0xf0]]|[0xda][0xa5][0xe4][0xea][0xff]PK[0x7][0x8][0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.class[0x9d]T]O[0x13]A[0x14]=[0xd3][0x96][0x16]J[0xe5][0xb3][0xa0]"([0x15][0x95]~[0x0]+[0x82]@[0xd0]`[0x4][0x83][0x8a][0x5]"([0x91][0xf0]4-[0xe3][0xb2][0xb0][0xdd]%[0xbb][[\r][0xbe][0xf9][0xe8][0xab][0xff][0xc1]wL$$[0x92][0xf8]j[0xe2][0xbb][0xff][0xc0]w[0xff][0x81][0xf1][0xce]t[0xa9]X[0x17][0x8][0xbe][0xdc][0x99];s[0xcf]9[0xf7]cv[0xbf][0xfd][0xfa][0xfc][0x5][0xc0][0x8]&[0xe2][0x88]#[0xd3][0x80][0x6]d[0xa5][0xc9][0xc5]0[0x10]G[0x4][0x83][0xd2][0xc]I[0xa3]Is3[0x86][0xe1][0x18]n1[0xb4][0xb8][0xc2]1[0xb8][0xb9]"[0x1c][0xd7][0xb0][0xad][0xe7][0x8f][0x1f]0[0xb0]9[0x86]s3[0xb6][0xe5]z[0xdc][0xf2]V[0xb8]Y[0x16]u?[0x9e][0x1c][0xbc][0xfb][0xf9][0xe1]{#C[0x93]#\[0xbb][0xec][0x14][0xc5]t[0xd9]Z7[0x5]CW~[0x93][0xbf][0xe2]Z[0xd9]3Lm[0xe9][0xaf][0xbb];[0xc][0xf5][0x5][0xee][0x8a][0x5]^[0xa2][0xb8][0xb6]J[0x9c][0xc9]-][[0xf6][0x1c][0xc3][0xd2][0xe9]>z[0xd7][0xb0][0xc]o[0x8a][0xa1]'}[0xf3][0xf4]$[0xc5][0xa8]4[0xb7][0xa5][0x19][0x93]f[0x9c]a[0xe2]_[0x1][0xc3][0xf8][0xa9][0xd0][0xfb][0x5][0xd7]s([0xbc][0x16][0x19]N[0xcb][0xc7][0xd2][0x1f][0xd0][0xf0][0x80]~S[0xa4]v[0xc2][0x7][0x10][0xfc][0x10]'O[0xe6]>a[0xbc][0x4][0x9e]>[0x93]\ [0x9]R[0xf4]{[0x89][0xd3]?'[0x8c].4"[0x1]zo[0xe4][0x85][0xd0][0x84][0xf7]r[0x8a][0xb4]o[0x93][0x83][0xa4]5JwIt[0x90][0xed]$o[0x91]bB[0xb4]6g[0xf7][0xc1][0xb2][0xb9]=[0x84][0xb2]l[0xf][0xe1][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|^[0xc1]"do[0x90][0xed]'[0x89]4[0x11]fp[0x81]N:+0\$A[0xa8][0x9d][0x94]a[0x8a][0xfc]R 9[0x93][0xe4][0xb9][0x0][0xf2][0x1c][0xd9][0x1]"[0x1f]$[0xf2][0xa1]c[0xc8]e[0xee][0x92][0xbc][0x1b]=>[0xb9][0xa6]|[0xa0].[0xfb][0x9][0xe1][0xdd]*eT[0x1d][0x8e])[0x9a]D%[0xc0][0xa7]a[0xb8][0x8c]+[0x1][0xe0]P-[0xf8]^ [0xb8][0x97]z\[0x1][0xbf][0xa4]|e~)[0x9][0xfe][0x8a][0x96][0x3]DVe[0x12][0xb9]}[0xd4][0xed][0xfa]N[0x88][0x9c][0xe8][0xae][0x1a][0x88]$n[0xa2][0x15]x[0x88][0x18][0x1e]Q[0xe6][0x8e][0x14][0x99][0xaa][0x16][0x99][0xc2]UUd[0x9f]B[0xb1]$[0xde][0x92][0xe6]5_[0xd3][0xa1]L$E_E[0xb3][0xb5][0xaa]9[0xb0][0x8f][0xd8][0x1f]Q[0xf2][0xea]kU_[0x90][0xea]*[\r]|M[0xa9][0xf6]Vh[0xaa][0xaa]}[0xbe][0xaa][0xdc]][0xa7]9[0x87][0xe][0xf5][0xe5][0xb][0xe9]W[0x9d]I[0xff][0x6]PK[0x7][0x8]<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classm[0x8d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x85][0xdf][0xc4][0x98]hD[0xb0][0xd0][0xca][0xb]$[0x8d][(XX[0xd9]XE-[0x2][0xf6]k[0x18][0xd6][0x84][0xfc][0xc8]&[0xea][0xdd],<[0x80][0x87][0x12]7X[0x4][0xd1]i[0x1e]<[0xbe][0xef][0xcd][0xf3]u[0x0][0x98]c[0xe0][0xa2][0xef][0xc2]#[0xc]+[0xae][0xc3]R)[0xd6];[0x99]3a[0xe2][0x87][0xa9][0xbc]J[0x91][0xc9]B[0x89][0xa8][0xd6]I[0xa1]V[0xc1][0xc1]p[0xea][0x9b][0x1b][0xfb][0xc1]/H[0xf0][0xa2][0xf2][0xa2]c[0xde]$[0x99]a[0xa6][0xad][0xb0][0xbe]I[0xcd][[0xae]*[0xa9]x[0xd6]x[0x84]e[0xa9][0x95][0x90]g[0x19][0x9f]Xd[0x6]4[0x3]M.R[0x91]8[0xf1]_'[0x8c][0xda][0xc7][0xfb]c[0xca]q[0xed][0x10][0x8][0x16][0x9a][0xb3]lB[0x7]6`[0xb2][0xb][0xc7]4[0x4][0xb7][0xe9][0xd1]{[0x3]PK[0x7][0x8][0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$1.class[0x9d]R[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]v[0x1c]\[0x12]B)i[0xb9][0x15]j[0xda][0x84]R,.U%@[0xa8]U[0xd5]H-q[0xf2][0x90]*E[0xea][0xd3][0xc6]Y9[0xe][0x8e][0xb7][0xb2][0x9d][0xf2][0x7][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x80][0x84][0x10]B[0xfd][0x0][0xfe][0x82][0x1f]A[0xcc][0x9a][0x88][0xe4][0xb5][0x95][0x4][0xa9]7p[0xf9][0xa9]-c[0xdf][0xe6][0xa7][0xdc][0x1b][0x8];[0x94][0xbe][0x1f]D[0xbe][0xc2][0x17]C{$[0x92][0x84][0xfb][0xc2][0xa6]"w[0x1a]6d<[0xe2])C[0xee][0xe4][0x80][0xa1][0xf0][0xda][0xb][0x83](H[0xdf]0[0xe4]k[0xf5].[0x83][0xb6]'[0xfb][0x82][0xa1][0xd4][0xc]"[0xd1][0x1a][0x8f]z">[0xe2][0xbd][0x90]2[0x95][0xa6][0xf4]x[0xd8][0xe5]q[0xa0][0xf8]$9[0xdf]I[0xb9][0xf7][0x9e][0x9a]f[0x9c]n[0xca]P[0xec][0xc8]q[0xec][0x89]F[0xa0][0xfe][0x97][0xa6][0xa3][0x9f][0xc][0xf9][0x19][0xa7][0xcc]~[0xe4][0x85]2[0xa1]K[0xba]"[0x1d][0xc8][0xbe][0x81][0x7][0x6]V-<[0xc4][0x9a][0x85]"[0xae]XXG[0xcd]B[0x1d][0x8f][0x18][0x96][0xd5][0x11]'[0xe4][0x91][0xef][0xb4]dg[0xec][\r][0x1a][0x81][0x8][0xfb][0xfb]q,c[0xb][0x1b][0xaa][0xec]1j[0xc][0x9b]$[0x80][0xf3]O[0x0]g"[0x80][0x93][0x9][0xe0]L[0x4]pf[0x4]x[0xca]`[0x1d]D[0x91][0x88][0xf7]B[0x9e]$"a(O[0xa7][0xb4]{C[0xe1][0x91]4[0x1b][0x17][0xe8][0xc8][0xb0]u[0x91][0xf9]3[0xf]`[0xce][0xc4][0xfa][0x19][0xf][0xc7][0xea]6/k[0xf5][0x93][0xe6][0xa5][0x1a][0xbe][0xa2]'|[0xe7]6[0x19][0xb6]/}[0xde][0x90]q?[0x88]x[0x98]-[0x3]m[0x87]v[0xd8]i[0xb7][0x14][0xec]vw[0xcb]+[0xb4][0x96]&[0xad])+W[0xd5]C[0xa9][0x88]2[0x16][0xe6][0x9][0xaf][0x12][0xfb][0x88][0x87]*V[0xb1]F[0xb8][0x8e]g[0xd8]"[0xcc][0xa3]D[0x8d][0xf5][0xac][0xfd]o[0x94][0xc9][0xe7][0xc8][0xae]e[0xa6][0x1f][0x1b][0xa8][0xc0][0xfd][0xef][0xa8][0xf8]zV[0xb0][0x80][0x1b][0x84][0x1a][0x16][0xc9][0xaf][0x90]U(W D[0xb9]@C[0x16]a[0xef],[0xfd][0x5]PK[0x7][0x8]2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.class[0x9d]TmS[0x12]Q[0x14]~[0xae],,[0xac]k*[0xbe][0x10]fff[0x5]X[0xa2][0xe6][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19]d[0xda]X[0xa8][0x1f][0xb6][0x9c][0xa8]OWZ[0x11]]vm[0x1]?[0xf7]7[0xfa][0x5]~M[0x9d][0xd1][0xa6][0xa6][0xc6][0xcf][0xfd][0xa8][0xa6]sww[0x8][0xcd]i&`[0xb8][0xe7][0x9e]{[0xce][0x9e][0xe7]9[0xcf][0xb9][0xec][0xcf]__[0x0]x[0x84][0xe7]!H[0x98]Rh7-#*cVA7[0xe6][0xc4][0x92][0x12][0x91]y[0x85][0x96][0x5][0x5]*[0xd2][0xc2][0xcd][0x88][0xe5][0xb1][0x8c][0xc5] [0xc2]"[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]?[0x88][0x88][0x8c]'[0xc][0xbe]7ky[0x86][0xd0][0x1a][0xdf]_[0xb1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]1[0xa8][0xab][0xa6][0xa9][0xdb]K[0x6][0xaf]V[0xf5]*[0xc3]\[0xde][0xb2]KI[0xbe][0xcf][0x8b];z[0xd2][0xb0]J[0xa5][0xb2]Y[0x12]vz7Y[0xd1][0xab]U^[0xd2][0x93][0xf4][0xf0][0x9a][0xbb][0x1d]m[0xd4]I3H/[0xb4][0x8d]uar[0x9b]9[0x6]yt3[0x97][0xbd][0xac]1[0xa4][0xde][0xb5]\2p[0xc0][0x8d][0xba]`[0xb5][0x10][0x8b][0xb7]^EZ[0xb2][0xde][0xeb][0xc][0x9d][0xf9][0xb2][0xa9][0xaf][0xd7]+[[0xba][0xfd][0x8a]o[0x19]t";[0xe5]7[0xb6][0x19]^[0xc6][0xf2][0xbb][0xfc][0x80]'[\r]NE[0xb5][0x9a]M[0xb5][0xd3][0xf1][0x96][0x1][0xc3]y[0xab][0xc8][0x8d]Mn[0x97][0x5][0x8e][0x7]&[0x99][0xbc][0xa2][0x8b][0xd8]_@[0xd4]g[0xa6]l[0x96]k[0x8b][0xc][0xfd]W[0xf0]X[0x8d]o[0xd2][0xd3][0xb5][0x9d]2[0xe9][0x10][0xd2][0xca]%[0x93][0xd7][0xea]6U[0xf2][0xc5]D[0xa0][0xcb][0xb0][0xac][0xbd][0xfa][0xfe]j[0xc9][0xb4]l}[0x89]W)[0x10][0xd8][0xf6]F[0xdb][0xa1][0xd5]xq[0x8f][0x98]9[0x14][0xe8][0xda]0[0xf8][0x5][0xb]*[0xd4]'[0x4][0xbd][0x82]I0S4<.[0xab]M[0xf1]e[0xb3]^[0xc9][0xb4][0xa8][0xc7]"[0x95]U4[0xab]n[0x17][0xf5][0x95][0xb2]P[0xa2][0xf3]O[0xda][0xb8][0x80]Pq]\[0xea][0xa8][0x8a],r2[0x9e]2[0xcc][0xb4][0x84][0xa4]b[0x8]K*[0xee]`TE[0x18]}*n[0xe3][0x99][0x8a]e[0xac][0xa8][0xe8][0x17]n[0x4]}[0xa4][0xd7][0xe5][0xa6][0x19][0xae]][0xec][0x93]D*[0x1a][0x96]ID{c[0xf1]&[\r]6[0xb6]v[0xf5][0xa2][0x18][0xef][0xd8][0xb0][0xa3]^[0x9a]G[0xea][0xfc][0xcd][0xd2]W[0xdd][0xb5][0x8b][0x1c][0xd2][0x97][0xc1][0x1b][0x3][0xea][0xd2]?[0xd4][0xb9]Qm[0x9e]w[0xdf]U[0x97][0xf7]mv[0x92][0xfe][0xfa][0xdd][0xf4][0xfa][0x90][0xb2]Q![0x7]@[0xb6][0xdf][0xb3][0x11]a[0xbb][0x6][0x84][0xf0][0x94][0x11]@[0x8][0x3][0xb8][0x1][0x86]A[0xf2]F[0xc8][0x8a][0x8f]r[0xc]v[0x8a][0xb6]s[0xf8]>[0x93][0xc7]p[0xd3][0xc9][0x14][0xb1][0x9][0xca][0x1f][0xc2]-/[0x1a]m[0xce][0xa9][0x12][0x96][0x12]_[0xe0]?[0x87]$[0xf2][0xdb].[0xe4][0xf][0xd3][0xaa][0xba]Y4[0x95][0x11]'Ns[0xa2]UT[0x98][0x84][0x8f][0xbe][0x80][0x9c][0x18][0x1b]zD[0xd2][0xc7][0x90]O[0x11]L[0x9c]"[0xf4][0x9]!r[0xe][0x91]8[0x86][0xd2]|[0xa4][0x1c]"r[0x8c][0xf6][0xe6][0xa3][0xf6]CHL0[0xf7]9[0xd0]aR[0xf][0x98]'[0xc5][0x16][0x10]G[0x9a][0xd6][0xf9]&[0x1a]i:[0x13]]$[0xe8]Go[0xdb][0x9e]p8+c[0x8c][0xb6][0xf][0xf0][0xd0]c[0x93]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xc3][0x81][0xef]P[0xb]>[0x97][0x93]V[0x90]\&Z[0xc1][0xef][0xe2]k[0x97][0xc5][0xcd]"[0x88]q[0xea][0xcc][0xad][0xa2]{Ur[0xdf] [0x15][0xc2][0x1d][0xbe]3\;[0x81][0xec]8[0x9d][0x92][0xe3]([0x8e][0xd3][0xe5]w[0x9c]v[0x2][0x93][0x1c]0[0x17][0xc9][0x85][0xd1]N[0xc0][0x8e][0x1a]0ngS[0xe8][0xa0][0xc9][\r]`[0x96][0xa0]&[0xa8]gW[0xd0]$[0xed][0x85][0x9d]D[0xaf]3+z[0xf1]`[0x6]=[0xd9][0xe8]oPK[0x7][0x8][0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/message/MapMessage.class[0x9d]X[0x9]|[0x1c]U[0x19][0xff][0xbf]=2[0xbb][0x9b][0xc9][0xd1][0xa4]I[0xdb]4m[0xd3][0x92][0xb6][0xc9]n[0xe][0xd2][0xbb]I[0x1a][0x1a]z[0xd0][0xf4]JiJ[0xf][0xaa][0xc8]$[0x99]$[0xdb]nv[0xc3][0x1e]i[0xb][0xa2]([0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xa0][0xa0][0xa2][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B-V([0x15][0xd2][0x86]J[0xa9][0x9c][0x8a][0xe0][0xc1][0xe1][0x89] [0x82][0x82][0x82][0xa2][0xa2][0x2][0xb5][0x80][0xff]73[0x99][0xdd]M[0x96]6m[0xbf][0xbc][0x99][0xf7][0xe6]{[0xdf][0xf7][0xff][0xee]o[0xfb][0xd8][0xbb][0xf7][0x1e][0x5]0[L[0xf2][0xc1][0x83]}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "n[0xf7][0xc1][0x81]}^4[0xe0][0xbb][0xf2]m[0xbf][0xf]3[0xf0][0xbd]l[0xdc][0x81];[0x15][0x1c][0x90][0xcf][0xbb][0x14][0x1c][0xf4][0xe0][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee][0xf6]A[0xc5]>yt[0x8f][0x82][0x1][0xb9]9[0xe4][0xc3]a[0xc][0xca][0x93]{}dpD[0xc1][0xf][0x14][0xdc][0xe7]C[0x11][0xf6]ypT>[0xef][0x97][0xcb]1[0x1f][0xc6][0xe2][0x87][0x92][0xe2][0x1]I[0xfb]`6[0x1e][0xc2][0xc3][0xd9]x[0x4][0x8f]f[0xe3]G[0xf8][0xb1]\[0x1e]S[0xf0][0x93]lL[0xc5][0xe3]ryBR[0xfd]T.?S[0xf0]sy[0xef][0x17]><[0x89][0xa7][0xe4][0xdb][0xd3]ry[0xc6][0x8b]s[0xf1]K[0x89][0xf4]Wr[0xfb]k[0xb9][0xfc]F.[0xbf][0xf5][0xe0]w[0x1e]<[0xeb][0xc1][0xef][0xa5][0xdc][0xe7][0xbc][0x88][0x97]<[0xf8][0x93]|[0xfe]Y[0xc1][0xcb][0xf2][0xca]~i[0x87]W[0xe4][0xf2][0x17][0xb9][0xfc]U[0xc1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^S[0xf0]7[0x1][0xb5]%[0x1c][0xd6][0xa3]KBZ,[0xa6][0xc7][0x4][0xbc]k[0xb4][0xbe][0xe5][0x91]h[0xaf][0x16][0x17][0xc8][0x8f][0xe9][0xd1][0xa0][0x16][0xda][0xa8]Gc[0xc1]H[0xf8][0x82][0x96][0xa5][0x2]b[0xa5]@[0xce][0x92]H8[0x16][0xd7][0xc2][0xf1][0x8d]Z([0xa1][0xbb][0xef][0xad][0xda][0xa3]x[0xb2]\}[0x2][0xae]N-[0xae][0x9][0x9c][0xbd]:[0x12][0xed][0xae][0xd5][0xfa][0xb4][0x8e][0x1e][0xbd]6[0x14][0xe9][0xee][0xe][0x86][0xbb][0xe5]s[0xce][0xb6][0xda]D<[0x18][0xaa]m[0x9]w[0xea];[0xf5][0xce][0xb6]x[0x94][0x1f]([0xae]A [0xab]1[0x18][0xe][0xc6][0x9b][0x4][0x9c][0x15][0x95][0x1b][0xc9]hI[0xa4]S[0x17][0xc8][[0x1d][0xc][0xeb]k[0x13][0xbd][0xed]zt[0x83][0xd6][0x1e][0xe2]I[0xc1][0xea]H[0x7][0x1]i[0x84][0xc5][0xbd]u[0xe8][0x8a][0xf7][0x4][0x89][0xbc][0xfa][0xfd][0xc5][0xf6][0xea][0xb1][0x98][0xd6][0xad][0xd7]R[0xd8][0x1a][0xf3][0x95]2[0xb]*Vo[0xd3][0xfa]5[0x13][0x93][0x84]!%;{[0xb5]>)8[0xfd][0x8b]@q[0xba][0xe0]]}C[0xc2][0xe7][0xa6][0x93]6[0x9a][0xdb][0x90]F[0xd9][0xa6][0x82][\r]#O[0x9a][0xc8][0xd0][0xdb][0x16][0xec][0xe]k[0xf1]D[0x94]<[0x16]T[0x9c][0x11][0x13][0x89][0xd7][0xd7][0xad][0xc7]Mw[0xd1][0x2]E[0x15][0x95][G[0x12][0xd2]a$Z[0xa7]E[0xb5]^=NW[0x8e][0xa0]km[0xdf][0xa6]w[0xc4]I'[0x82][0xfc]k[0xa1]7[0xa2]z,[0x11]b[0x0][0x14]f$[0xcb]i[0x8b]k[0x1d][0xdb][0x89][0xd3]0[0x81][0x2][0xba][0xdc]k[0xc3][0x10][0x18][Q[0x99][0x9][0x84]B[0x92][0xa5]F|[0x8c][0x19]"H[0xb1]oa[0xca][0xc9][0x86][0xa8][0xae][0x9b][0xa7][0xb]G[0x9e][0x8e][0xd2]6Ld[0x81][0xf9][0xc3][0x5][0x8d][0xda];[0x13][0x9][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xf5][0xba][0xd6][0xd9][0x1a][0xe][0xed][0xb2][0xc3]U[0xa0][0x9e]|G[0x15][0xe2]#[0xee][0x92][0xb5][0xbb]#[0xa4]kQF[0xed][0x8e]`[0xbc]G[0xa0][0xad]b4[0x98]N"/cl;[0xb7][0xeb][0xbb]d[0xb6]d[0xf0][0x83][0xbb]_f-I[0xfa][0x12]t[0xd6][0xcc][0xd1][0x89]g[0xa4]yx/[0xc8][0x4][0xe7][0xd5],^m[0xe][0x85][0xc8]K[0xf][0xc7][0xa3][0x14][0xe4]^f>[0x8b][0xd2][0xcd]]n[0x1c]S[0xa6]?[0xd3]y[0x6]g[0xf8][0xa5][0xe3][0xfe]Nl4[0xbf][0xc0][0x8c][0xc][0xd8]2[0x86][0x16][0xe3][0xb5]7[0xd2]O`[0x1e]-f[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xf4][0x9d][0x2][0xe5])[0xd4]-[0xa1][0x90][0xde][0xad][0x85][0x9a][0xa3][0xdd][0x89]^[0xc2]^[0xb6][0xb3]C[0xef][0x8b][0xb3][0xac][0xc9][0xfb]]F[0xe8][0xb2][0xb0][0xb]l[0xaf]8[0x1d]S[0x97][0xdb][0xd5]r[0xa4][0xd5][0xce]M[0x4]C[0x9d]z4[0x3][0xe4][0xa1]/[0x8c][0xd0]3[0x14]F[0xfd]b[0xed][0x2][0x13]N[0xc2][0xda][0xad][0xc5]6[0xf7][0xd2]G[0xa5]#[0xad]h#[0xa3][[0xb][0xed][0xcc][0x8d][0xeb][0x9d][0x96] [0x19][0x16][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xdb]{{[0x93][0xfd]B[0xe9][0x1a][0xaa]D[0x85][0x19][0xeb][0x90]W[0xeb][0xeb][0xd3][0xc3][0x9d]F[0xe]ei[0xb1][0x95][0xb1]H[0xd8]|![0xa9]@vX[0xdf][0xd1]b4[0x96][0xe]"h[0x1a]Q[0x9d]O3[0x5]:[0xcf][0xb0][0xa8][0x9e][0xa6][0x18]O<2[0x14]r[0x1e]S[0xfd][\r][0x11]*[0xd5][0x9e][0xe8][0xea][0xd2][0x99][0xe5]Y[0xfa]%[0x9]-d[0xd4][0xdc][0x91][0xa5][0xb4][0xf2]B[0xd6][0xdb]Hz[0x9e][0xda]U[0x96]]M[0xda][0xd4][0xd3][0xa3][0xc5]z[0xcc]v[0xc8][0xde][0xc8][0xe2][0xac][0xd2]a[0x1b]z[0xa2][0x91][0x1d]f[0xff][0x19][0x97]Vm[0xed][0xf]d[0xe0]k[0x8b]$[0xa2][0x1d][0xfa][0xf2][0xa0]$[0xcb]K[0x82][0xae][0xd9]f[0x98]{[0xc2][0xfa]D8[0x1e][0xec][0xd5]7[0x6]cA^h[0xe][0x87]#qM&[0x4][0xc1]6[0x9e][0xda][0x8][0xcd][0xb1]][0xe1][0xe]J[0xb]G[0x12][0xb1][0xd0].+[0x82],[0xc9][0x13]-[0xd6]-[0xe1][0xfe][0xc][0xcc][0xe7][0x9c][0xa2]v[0xae][0xd3][0xa3][0x86]![0x19][0x6]mz8[0x16][0x8c][0x7][0xfb][\r]u[0xb4]P[0x88]=X2Q[0xb1][0x1a]k[0x4]f[0x9d][0x9c]O[$[0xca][0x90]n[0x8e]F[0xb5]d[0xfd]U[0xb1][0x12][0xab][0xe4][0xf5]6[0x15][0xaf]c[0xab][0x82][0xa8][0xf8]'[0xf6]p[0xd4][0x19][0xee][0x1][0x15][0xff][0xc2][0x1b][0x2][0xd3]O![0xc3]`L[0xa5][0xc0][0xb6]6[0xa2]W[0xa9][0xf8]7[0xfe][0x93][0xc6][0xdb][0xa4]W[0x11][0xc7][0x15][0xbc][0xa9][0xe2]-[0xbc][0xad]"[0x8c]5[0xf2]$!0[0xed]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8a][0x1e][0x9f]t[0x16](Y[0x1b])3[0xaa]{Y_4[0xd2][0x1f][0xec][0xd4];[0xcb]h[0xc9]2[0xf6][0x82]2[0x15][0xc7][0xf1]?[0x15]7B[0x97][0xda][0x9f]P[0xd1][0x8f][0x84][0x8a]w[0xf0][0xae][0x82][0xf7]TF[0xa1]P[0x84]C[0x15]N[0xe1]b[0xfd]U[0x85][d[0xa9]<[0xf1]0[0x91]3[0x14]nUx[0x85]G[0x15]>s[0xc9]V[0xf1]Q[0x9c][0xe0] tF[0x95]L[0xc5][0x95][0xf8][0x84]"TU[0xe4][0x88]\[0x15]WH|_[0xc0]5[0xaa][0xc8][0x13][0xf9][0xaa][0x18][0x83]=*>[0xcd]-[0xae][0x93][0xcb][0xf5][0xb8]F[0x8e][0x8a][0xbc][0xdc][0xe4][0x13][0xc8]-+k4[0xf0]H[0x5][0x17]McI[0x9c][0xd6]D5E[0x1][0xb]Mc[0xad][0xf1]E[0x92]e5J[0xc1]M[0xaa]([0x14]c[0xe5][0xe7]"E[0x14][0xab]b[0x9c][0x18][0xcf][0xb]Ue[0xaa][0x98] J[0x4][0x2][0xa7][0x1]^[0x15][0x13]E[0xa9][0x8a][0xaf][0xe2]&[0x15][0xbb]e[0xec][0xcc]>[0xf5]eNSA[0xb3]:[0xd8]%v[0xde]h"[0xcb]rmJzq[0xce]=[0x1d]C[0xd7][0xb1][0xba]$][0xd8][0xc2][0xf9]O[0x8b]G[0x18]*[0xee]0[0xa7]A[0xc6]m[0xcd][0xe9][0x8d][0xea],K[0xb1][0xe0][0xa5][0xba]9w[0x1a][0xe3]s\[0xd6][0xb6][0x96][0xca]L%[0xcc]C[0xa2]U[0xfa][0xae][0xc]$vKX[0x90][0xa1],f([0x94][0x99][0xb8][0x17]%[0xf5]Z[0x12]a[0xb6]tX[0xf5]%/[0x11][0xee][0x8d]t[0x6][0xbb][0x8c]I[0xdd][0xc0]\6[0xb2][0x97][0xc][0x9f]?[0xb3][0xcc][0xd6]D[0xeb][0x8e]j[0xe8]H[0xb6][0xd9][0xa2]L[0xf4]r\[0xe2][0x8c][0xb4][0xd1][0x9c][0xb4]N1c[\r][0xe9][0xc8]K9i[0xb0][0xc8][0xc4][0x98][0xaf][0xda][0xe4]0[0x94]>4[0xf3][0xa8]![0x8d][0xdc][0xa0][0xf1][0x4]m[0xff][0x16][0xa7][0x91][0xf][0xf9]][0x8e][0xe1][0xec]'k[0xf5][0x9d]q[0xa3][0x9d][0xb0][0xff][0xb8][0xc2][0xc6]&}h[0xb7]m[0x9c]ez[0xd0]t[0xa5][0xa5][0xce][0xa9][0xc6]2[0xfb][0xb2][0xff][0xe4][0xb1][0xb5],[0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6]z[0x96][0x85][0x13][0xbd][0xf4][0x9a]b[0x14][0xae][0xd6].[0x16][0x92]T[0xfe][0xc6][0xef][0xd2][0x8c][0x3]q[0xf2]Hr[0xa0][0xb8][0xc5][0xe5]m[0x1c][0xa9];zd[0x9d][0xa2][0xe4]rSr[0xb9]%[0xb9][0xdc][0x90]\[0xde][0x9b],@#j[0x11][0xb][0xc2]V6X%[0x12][0xed][0xc][0x86][0xb5][0xd0][0xb0]X[0xc8][0x10][0x8a][0xc3]c!?[0x14][0x89]lO[0xf4][0xb5]t[0x87]#Q}[0x89][0x16][0xa3][0xb1]Ve4[0xd6][0x99][0xe]}[0xa5][0x15]KN&[0xbf][0xea]4J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x9e]o[0xc6]<[0xfd][0xbb][0xf4][0x12][0xcb][0xb7][0x9b][0xdf]X[0x1c]U[0xc][0x9f][0x4]\[0x8e])[0xcd][0x16][0xb5]|T[0xa2]F[0xc1]X[0x86][0xa6][0x11]&[0xec]ViQl[0xc6][0xe][0xa6][0xa2][0x1][0x1e]8[0xb0][0x18][0xcd]\K[0xb0][0xc][0xcb][0xd9][0xad][0xcf][0x3][0xb8][[0x81][0x2]9[0x11][0xf0]}[0x12][0xcf]8Up][0xcb][0xdd][0xb9]p[0xf2][\r][0xc8][0xf7][0x1f][0x82][0xf0][0x1f][0x81]c[0xcb]!8[0xef][0x81][0xeb].[0xe3]V+[0xd7]\R[0x80]7][0xbc][0x95][0xc7]{[0xeb][0xb8]S[0xcd];8[0x1f][0xeb][0x1][0x83]_[0x1b][0xa9]%[0xbf][0xf][0x91][0xce][0xc1][0xe7][0x18][0x9b]_[0xe0][0x10][0xdc][0x16]Cg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]6[0x12]n [0x8b][0xb][0xc][0x86][0xc5][0xe6]%[0x8b][0xa1]|[0xdb][0xc0]/[0x2][0x1b]ma[0xf2]d[0x13][0xdf]6[0x1b][0xc0][0xb6][0xf0][0xed]Bl[0xb5][0x94][0xa8][0xe1]S[0xd2][0xb8][0xe]#[0xeb][0x80][\r]<[0xcb]8[0xdb][0x92][0x2][0xd8]e[0x3][0xfe][0x0]>h[0xdd][0xbd][0x8e][0xa7][0x12]O[0x9d][0xff]n[0xb8][0x6][0xa1][0x8][0xdc][0x7][0xcf]j[0xe7][0xa2]R{3[0x8a][0x3][0xc6][0xae]t[0x10]^[0x7][0xda][0xae]r[0x88][0xbd][0xef][0xbd][0x18]8`+T[0xc]7[0xd7]v[0xe4][0xa0][0x3][0xa5][0xe8]D%[0x9f][0xb5][0xe8]2[0x4][0x97][0x91]&[0x8f][0xeb]E[0xb4][0x8c]T[0xb1][0xce][0x82][0x90][0x83]r\[0xc][0x8d] [0xda][\r]x[0x8e]w[0x90][0xa7][0xa0]C[0x1c][0xc7][0x14][0x9e]uB[0xb7][0xe0]U[[0xaa]9[0xb][0xb2][0x87]k[0x16]I[0xd1][0xcc]ik[0xd6][0x85]n[0xcb][0x15][0x7],[0xcd][0x9a][0x8e]@[0xa5]Ws[0x86])5=`[0xe9][0x94][0xeb]@R[0xbb]c[0xc8][0x1b]@[0xfe]&C[0xc7][0xa7][0x3][0x87]1[0xe6][0x80]a[0xb7][0xa4][0x9a];[0x18]b;1[0xe][0xbb]0[0x9b][0xcf][0x85][0xb8][0xcc]V[0xd3]G[0xa5][0x87][0xd4]l[0xb2][0xf0]x0[0x8f]j[0xf6][0xa4]x[0xd2]<[0x9][0xa6]*[0xee]S[0xb0][0x8d][0x8a][0xd7]X[0xbe][0xdd][0xce]o![0xf4]Z[0x6][0xa8][0xb5][0xc][0xe0][0x96][0x18][0x87][0x9b][0xe0][0xca][0x14][0x13][0xb8]m[0x13][0x84][0xed][0xe8]^`][0xf6][0x99]zs`J[0xc6][0xb5][0xcf][0x0]z[\r][0xbc][0xb8]6[0x85][0x8b][0xcf][0xe6][0x12]A[0x9f][0xc5]e%[0x95][0x93][0x86][0xf4][0xf8][0x3]U[0x3]([0xf4][0x1f][0x18][0xc6][0xe3]KDs[0x83]m[0x6][0xa9][0xf4]P[0x18]{p[0x9][0xa2][0x6]_[0xf]b|s[0xf0][0x9d][0xf3][0xaf][0xc5][0xf7]SC[0xa1]W[0xf5](&[0x1f][0xc1][0xd8]-GPDG[0x15][0x17][0x8c][0x1b][0xc0][0xf8][0x0][0xff][0x6]0[0xe1][0x10]J[0xee]7[0xc4]N[0x94]*[0x4][0xaa][0x6]Q[0xea]D2[0x97]L[0x9f][0xec]&[0xa3]=[0xc][0x9c]oa:[0x1d]{6nI[0x1]Sg[0x83][0xa9][0xb3][0xc1][0xd4]Y`[0xda][\r]>b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xf7][0xdb][0xa8][0xce]1[0xe]i[0x81][0xa4][0xa9]Lc[0xef]M[0xe1]*l[0xae][0xc2][0xe6]*l[0x15]w[0xd8][0xe5][0xe0] [0xa9]]|6[0x4][0x6]1I`[0x10][0x93][0x5][0xd6]P[0x89])[0x82]ce[0x5]_[0xca][0x4]Cn[0xea]Z[0xa9]\[0xf5] [0xa6][0xc9]][0x1e]_[0xce][0x92][0xb4][0xd4]t[0xef]{[0xcf][0xdc]e[0x7]`[0x81][0xc1][0xea][0xe]*z'[0xe6]3[0xbc][0xeb]i[0x88]!HS0[0x9e][0xe1]x[0xa9][0x1][0xae][0xc1][0x6][0xd7][0x90]RFd[0x89]1[0xa9].[0xb3][0xa8][0xcc][0x82]"[0x8d][0x90][\r][0xc7][0x9][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">|[0x9c][0x9][0x97][0xac]0[0x97][0xe3]#v[0x99]t[0x18][0xae][0xce]5[0xbc]0[0x88]r#S[0x86][0x87][0xe3]`J-[0xcb][0xb5]A[0xe4]Z[0x16][0x12][0xfc][0xf9]0[0xc4][0xef]b[0xd2]H[0x10]%i[0xfc][0xd6]X[0xbb][0xe9][0xe]T%y[0x9b][0xf5][0xf2][0x1]>[0x1f]$[0xfc][0x87]R[0xbc]Pb[0xcb]([0xb1]d[0xe4]2[0x8c]/[0xb6][0xbc]p[0x85]]D[0x16][0xd1]p[0x12]_[0xa1]_[0x1c][0xc3][0xc]+[0xca][0xe]a&[0xe3]k[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------ [INFO] Building jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT [296/373] [INFO] from tests/performance/test-cases/mbw-kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ mbw-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ mbw-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ mbw-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ mbw-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ mbw-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ mbw-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ mbw-kryo --- [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0xa4][0xe4]B[0xa1][0x9d][0xb]W[0xd8][0xc0]wZ1;[0xd9]_0[0x83][0xe5][0xa1]b[0x4][0xbf]5[0xfe][0x1]T[0x1e]0[0xee][0x8f]#[0xdc][0xb1]iE[0xff]I[0x9e]<[0x85][0x9]x[0xda]Vb[0x2][0x3][0xf8]c[0xf8][0xb8]a[0xb2][0xc9][0xb6]:[0x93][0x99][0xd9]Q[0xcb]7[0xc4][0xb5]Y[0xc1]U[0xa4][0xe0][0xf]([0xb][0xc5][0x83][0x96][0xf9]Z[0x3][0x8f]"[0xdb][0xcf][0xec][0xf0][0xef][0xc5][0xd2][0x83][0x8]0i[0xaa]jn7X`[0x8e][0x81][0xdc][0x8c][0xe5]R[0xfe][0x95][0xf3][0xaf]J[0xd2]V[0xef][0xc5]x[0xf9][0xac][0xd9][0xcb][0xae][0xc7]g[0xed]^f[0xb6][0xe4]Q[0x95],[0xe9]5[0xc][0x9][0xe0]9*[0xfb]<[0x8d][0xf1][0x2]s[0xea]E[0xcc][0xc5]K,(/[0xd3][0x9a][0xaf][0xb0][0xc5][0xbe][0xca][0xf6][0xfa][0x1a][0xdb][0xea][0xeb],6o[0xa4][0xf8][0xa4][0xd5]V[0xa2][0x95][0x80][0xaf]6 [0xb4][0xe2][0x93]Lv3[0xdf]<[0xc8]R[0xcf]R[0x14]Ez[0x84]?[0xf8],[0x85][0xee][0xb6]JLk[0xa0][0xe0]l&[0xfe][0xa6][0xf4]R='PP[0xc7][0xd3]d[0xbd][0xe6][0xa6]`V[0xf2][0xc4]+Of[0x17][0xcc][0x91]7[0x8d][0xca][0xfd]p[0xa0]`[0xae][0xdc]$[0xb][0xc5]d(\[0xdf][0xe4][0xfa][0x16][0x3][0xf4]m*q[0x9c]S[0xc2][[0x9c][0xe]N[0x10][0xc0];[0xb6][0x2]^[0x96][0xee][0xa1]"[0x9e][0xaa][0x8a]T[0xc0][0xf4][0x87]W[0xe6][0x8a][0x97][0xf5]z[0x11][0xf][0xae][0xb5]c,Y[0xa7][\r][0xff][0xa7]E[0x95]pg[0xac][0xd3][0xd7][0xe2]3[0xd6][0xe5][0x83]4[0xb4][0xcc][0xed][0xc6][0xc0]#[0xf0][0x4][0x8e][0xde]D[0x87]H.[0xb4]B[0xe0][0xe8][0xcd]([0xf][0x94][0xce]:[0x8c]yk[0xab][0x1f]a[0x4]W[0xa7][0x87][0x9b][0xa1][0xee][0xb3]C2M][0xa7][0xd1][0xc8][0x10][0x5][0x4]Y[0x88]\Q[0x84]bQ[0xcc][0xe2]3[0xe]S[0xc5]x[0xd4]q?_L4[0xf0][0xf8])s[0x12]#[0xf4][0xb3]t[0x93][0x93][0xa3][0xc8]L[[0xf3]F[[0xf3]F|[0xe][0x9f][0xb7][0x9b][0x95][0xdb][0xeb]:[0x1]![0xca][0x8e]S[0xb][0x97][0xfc][0xf9]n[0xe1][0xff][0xba][0x95][0x15][0xf5][0xe9]~[0xab].[0xdd][\r]_ [0xbf]l[0x0][0xf3]7e[0xec][0xb6][0x87][0xb1][0xc0]t[0xd8][0xe3]IO[0x95][0xd0]f[0x10]e[0xc8][0x13]SQ([0xa6][0xa1]D[0x94]c6[0xf7][0xb][0xc5][0xc][0xdb]K[0xe][0xd6][0xbf]![0xac][0xf5]6[0xd6][0xfa][0x14]/[0xf9][0xe0]<[0x1][0x87][0x18]w[0x9c][0x9e]w[0xc9][0xff]T[0xb0][0x90][0x1e][0xb3][0x2]m} [0xff]2[0x9]+[0x1d][0xf0]|[0x3]p[0xc1]B[0x19];)[0x80][0xf][0xa3]>[0xbf]>U[0x9][0x3]z[0xbd][0x9][0xfd][0x81]@[0xfe][0xe5][0xf2][R[0x83][0x19][0x8c][0x11][0x88]J[0xb2][0xf4][0xd3][0xf6][0x1]jPE[0xdb][0xd7]`[0xae][0xa8][0xc5]R[0x9e][0xad][0x14]lJbVJ[0xcc]5[0xdb][0xda][0xac][0xb7][0xb5]Y?\[0x1b][0xaf][0xd4][0xa6][0x82][0xda]\oks[0xd0][0xb2][0xfb][0x8a][0x8c][0xda]Tg[0xd6]&[0x93][0xf9]G[0xe8]`[0xc6][0xd0]<2[0x9a]O[0x1d][0x16]P[0x87][0x85][0xd4][0xa1][0x1][0xf5][0xdc]/[0x16][0x8b]p[0x9e]hJ[0xc1][0x9f][0xf4][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xff][0x8a][0x8c][0xf8]'[0xf3][0xe4][0x8b][0x9c][0x18][0xcc][0xf6][0xd8]j[0xf8][0x92]9u[0x4][\r]rPnL[0x6][0xb1][0x99]8[0xcd])[0x1d][0xc5]k[0xb3][0xf6][0x8e][0x98][0x8e][0xbd]i[0xd3][0xf1][\r]|[0xbb]qt[0x99][0xb9][0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6];[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][0x1c][0x90]6[0xc9][0xd2][0xcf][0x85][0xe8][0xd3][0x87][0xea][0xb7]F3 [0xb8][0xa4][0x8][0xa8][0x96]4[0x3][0x2][0xb1][0x18][0x10]M[0xa1][0xa3][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]^[0x14][0x86][0x8a][0xbb]%&[0x97][0xe4][0x17]U[0xea][0x81][0x8c]fd[0xd0]'[0xd6]8[0xa8]6F[0x6][0x1]t7[0xb1]120201[0x80][0x0]3[0xb]#[0x3]3[0x3][0xb][0x3][0x3][0x98]f[0x5][0xd2][0x8d]@[0x9a][\r]([0xc3][0xc8][0xc0][0xe]$[0x99][0x18]8[0x0]PK[0x7][0x8][0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFactory2.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Qv[0x6]!v[0x6]av[0x6][0x11]F[0x6][0xae][0xbc][0xd4]r[0xdf][0xd4][0xe2][0xe2][0xc4][0xf4]TF[0x6][0x17][\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xe7][0x8c][0xc4][0xa2][0xe0][0xd4][0xc2][0xd2][0xd4][0xbc][0xe4]TkM[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4]L[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0x92][0xa5][0x9f][0xb][0xd1][0xad][0xf]5[0xc5][0x9a][0x91]![0x0][0xd9][0x98][0xe0][0x92]"[0xa0]Zk$[0x11][0xff][0xa4][0xac][0xd4][0xe4][0x12][0xd2][0x8c]L"[0xca]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "-)![0xd3][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]m[0xa3][0x9a][0xb5][0x14]:d[0x6][\r][0x1d]B[0xa1][0xd3]V[0xd1][0xd5]i[0x14]:v[0xcf][0x0];[0x96]B[0xe7][0x9f][0x1b]t[0xce][0xa7][0xd0]C[0xf][0x86][0x80][0x87]([0xf4][0xe2][0xa7]![0xe9]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "=[0xcd][0x15][0x9c]_Z[0x94][0x9c][0xea][0x96][0x99][0x3][0xac][0xbb]D[0xa0][0xe2]n[0x89][0xc9]%[0xf9]E[0x95]Fz [0xb3][0x19][0x19][0xc][0x88]5[0xf][0xa6][0x8f][0x91]A[0x0][0xdd]U[0x8c][0xc][0xfa]$[0x9a][0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0xc4][0xcc][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x9b][0x85][0x91][0x81][0x85][0x81][0x95][0x81][0x1]L[0xb3]Aiv([0xcd][0x1][0xa5]9[0xa1]4[0x17][0x94][0xe6][0x86][0xd2][0xfb]=g[0x86][0x1][0x86][0xc4]v[0xd6][0x9a][0xf7][0xb2][0xcf]~[0xf7]~[0xf6][0xde][0xcf][0xbb][0xcf][0xf9][0xeb][0xbe][0xb8][0x6][0xe0]N[0xfc]%[0x84]uH[0x95]`9\[0x19][0xd2]2[0x1c]1pT[0xe6]c%8[0x8e][0xc7]Cx[0x2]?[\r]q[0xfb][0xa4][0xc8][0x9e][0x92][0xd5][0xd3][0xb2]z[0xc6][0xc0][0x89][0x10]J[0xf1][0xac][0xc]?3pR[0x84]?7[0xf0]\[0x8][0xe5]H[0x15][0xe3]y[0x99]![0xc3][0xb][0xb][0xf0]K[0xbc]([0x8e]^2[0xf0]r[0x8][0xab][0xf1]J[0x8][0xaf][0xe2]5Y[0xfd]JV[0xbf][0x16][0xa3][0xbf][0x9][0xe1][0xb7][0xf8][0x9d][0xc][0xaf][0x1b][0xf8][0xbd]<[0xfb]C[0x8]o[0xe0][0x94][0xc]o[0x86][0xf0][0x16][0xde]6p[0xda][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E]=;w[0xee][0xd8][0xa7][0xb0][0xba]+[0xe9]D[0x9b][0xad]Qk`[0xd8]n[0x8e]'[0xa3][0xd1]X"*[0xf3]][0x87][0x9b][0xbb][0xb8][0xb3][0x9d]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]R[0xb6][0x13][0xb3][0xe2][0xfd][0xb6][0x93][0x8a]%[0x13][0xfb];[0xb7]+[0xa8][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xdb][0x92][0x89][0x94]k%[0xdc]~+[0x9e][0xb6][0xb][0xe1][0xfd][0x94][0x82][0xb1][0xab][0xbd]wW{[0x17][0xd5]:[0x3][0x14][0xd5]*[0x94][0x8d][0xd8][0xa9][0x94][0x15][0xb5][0xf7]Z[0xae]k;[0x9][0x85][0xf2][0xae][0xc3][0xd6][0x11][0xab]9n[0xd1]][0xaf][0xeb][0xd0]+[0x1d][0x85]F-[0xc7][0x1a][0xb1][0xa9][0x91]R[0xa8]x(G[0xa5][0xe7][0xd0]a{[0xc0][0xa5]J[0xa5][0x87]%[0xf6][0xb8]=[0xb8]w>[0xe5][0xac][0xbd]ECIgD<[0xe]v{[0xee][0x15]J[0xdc]a'y[0xd4]:[0x14][0xe7][0xba]*[0xe7]L_F[0xcc]cE[0xf1][0xe4][0x80]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc8][0xb4][0x1b][0x8b]3[0x1b]"[0x93][0xa7][0xad][0xb1]D[0xcc]mS[0xd8]X?[0xf7][0xf1]\[0x14]y[0xa2]h[0xe8]W[0x8]nK[0xe][0xd2][0xc3][0xc2][0xae]X[0xc2][0xde][0x93][0x1e]9d;}[0x1e][0xa8]rm[0xa9][0xdf]b[0x94][0xdc][0xfb][0xc2][0xa0];[0x1c]c[0x94][0xf7][0xce]_,?[0xbf][0xcd]~[0xa0][0x1d]:p[0xa3]C[0xb2][0x13]Qw[0x98]E[0xeb]u[0xad][0x81]G[0xbb][0xad]Qm[0x99]\2[0xf0].[0xb9]b[0xe0]n[0x85][0xfa][0xfa][[0x86]_[0x11][0xb5][0xdd][0x8e]9[0xc9][0xad][0xac]o[0xc8]W[0x86][0x92][0xac]2[0xfd]s[0x9d][[0xb8][0xaa][0xfa][0x86][0xbc]u.[0x1d][0xca][0x8d]@a[0xc3]-b[0xcb][0xe7]?[0xe8][0xda]#[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xbd]g[0xae]}[0xcc][0x9d][0x99]&[0xaa][0x4]bCt[0xb2]&[0xa7][0xa0][0x9d][0xf1][0xb8][0x1d][0xb5][0xe2][0x9e][0xc6][0x8e]c[0x3][0xf6][0xa8]K[0xf2][0xb]IGR[0xd1],[0x8d][0x83][0x96][0x13]M[0xf1][0xe2]2[0xc3][0xf6]ci+[0xae]#[0xca][0x3][0xeb]A[0xde][0x85][0xe4]L[0xd6]gCeq%3[0xc5][0xc3]Vj[0xd8]cE[0xa0][0xbe][0xa1][0x93][0x16][0x1d];[0x95][0x8e][0xcb][0x13]7[0xe9][0xc5][0xa2][0xb0][0xe0][0xa8][0x13]sm[0xef][0xa8]B[0xad][0xef]*[0x96][0xf4][0xad][0xf5][0xa4][0xdd][0xd1][0xb4]Ke[0xdb][0x1a][0xd1]uR1ZK[0xa6][0xa9][[0xfd]m[0xaa][0x8c]*[0x1b]"[0xc3]9[0xc3]=[0xe5][0x83][0x19]?[0xab]f[0xfb][0xe9]L[0xcc]tS[0x10]c.V~[0x8b][0x92][0x82][0xc9][0xc2][0xf7]M[0xdf][0xbd][0xa5]3[0xa8][0x92]{[0xfb][0x8a][[0x7][0xe2][0xfe][\r]c[0x1e]h<[0xd4][0x9b]L;[0x3]vGL[0xce]-[0xcf]G[0xf0];[0xc4][0x92][0x89][0xcd][0x18]5[0xb1][0x9][0xad]&Zp[0xa7][0x89][0xbb][0x84][0xd3][0x15]y[0x9c][0x98][0xd8][0x80][0x8d][0x6][0xce][0x9a]x[0x1f][0xe7][0xc8][0x13]c[0xf8]@[0x8e][0xb7][0x99][0xb8]ON[0xee][0xc5][0xf]M[0xdc][0x83]{[0x9]s[0x1e][0xca][0x88][0xf6][0x87]&>[0xc2]y[0x85][0xba][0xef]"[0x8d][0x89]z4dl[0xe5]P[0xf3][0xfe]t,>h;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0xf6]'[0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W[0x9d][0x9b][0xac][0xf3]h_G[0x8e]m[0xac]3q[0x1][0x1f][0x9b][0xb0][0xd0]e[0xe0][0x13][0x13][0x17]1n[0xe2][0x12].+[0xdc][0xfd][0xb5][0x1][0x13][0x7][0xf0][0xa0][0x81]Oe[0xfe][0xcc][0xc4]A<,[0xc3][0x84][0x89][0x1f][0x88][0x83]I[0x13]S[0xb8]b[0xe2]s|[0xc1][0xc6]9[0x1b][0xaa][0x89][0xab]8o[0xe0]O&[0xbe]D[0x97][0x89]kx[0xd8][0xc0][0x9f]M\[0xc7]W3[0x94]3[0x84][0xa9][0xbf]U[0x80][0x99][0xd3]9=4S3[0xf2][0xa8][0xb3]'[0x9b]CV~[0xb6][0xe2][0xda]m[0x96]kG[0x93][0xce]qrfziv&[0x12][0xb6][0xb3]-n[0xa5]R6ocQG[0xcf][0xbe][0xee][0xf6][0xbe],;[0xf3][0x9d][0x17][0xfa][0x93][0x9d][0xdb][0xed]!K[0xdf][0xb7][0xe6][0xb9][0x8d]}Z[0xb7]![0xdf];[0xe1][0xf6]<[0xdd]i[0xae][0x9e][0x90][0xb9]h[0xc8]o[0x84][0xeb][0xf2][0xb5][0x89]|[0xdd][0xab][0xc8][0x1a][0x1d][0xb5][0x13][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "My[0x9c][0xcc]=[0xe1][0x93][0x8a][0x7]k[0xbf][0xe3][0xcd][0xae]Ph;N[0x92]sx^[0xf8][0xb3]n[0xa7]DP[0xcc]T[0xe9][0xf4][0xb2]P3.[0xb1][0x16]n[0x9a]Q[0xd1]v[0xc7][0xb1][0x8e]S[0xb1][0xa1]>O[0xaf][0xce][0xd7][0xbe][0xd9]'[0x97][0xe4][0xd3][0x95]~[0xb8]b[0xfe][0x6]FT[0xba]1[0xee][0xef][0xeb][0x98][0xd5][0x80]3y[0xea][0xcf][0xa8]t&[0x98][0xfc]`}[0xa7]H[0x8c]#[0xf2][0xe5][0xd2]3[0x94]!W[0xbe][0xd6]E-i[0x85][0xda][0xb2]^i[0x3][0x8d][0xf3][0xe6][0x96]_Dn:E[0xbf]2e[0x12]-o[0xc0][0xcc]z=[0x93][0xf6][0xbf][0x9c][0xde][0xc4][0xcf][0xb8][0xe5][0xfc][0xf0]#[0xcb]P[0x82][0x15][0xd2]K[0xf8]M[0xb5][0x2]aD(k[0xe4][0xba][0x0]M[0xdc]7c}v[0xff]}[0xfe][0xd9][0x3][0xb9]~V[0xda][0xa0][0x96][0xb1][0x9f][0xe9][0xfd]}[0xbe][0x9c]=[0x90]s[0xb9]4L[0xce][0xa5]8![\r][0x90][0x16][0xb6]p[0xf7]7[0x4]![0x1f]tm[0xe1])[0xa8]pd[0x2][0x5][0xe1][0xc6][0x9][0x4][0xc2]M[0x13][0x8]6}[\r]#0[0x86][0xc2][0xa6]k[0xf7][0x4][0xab][0x82][0xa7]Q[0xdd]T[0x15][0xc][0xe][0xb6]|[0x85][0xc2]7[0xb0]([0xec]m[0xae][0xa3]p[0x2]E[0x97]h![0x80][0xad][0x1c][0xd7][0xa0][0x98]c+[0xad]nf[0xc]m([0xa3][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xa9]E;Q[0xdf]O[0xe9]v[0xae]@[0xac][0xda]+%[0xdb][0xf4][0xc7]d[0x9b]F[0xa7][0xf4]J[0xe2])[0xd0]+[0x89]([0xc0][0xb3][0xb5]<[0xb5][0x9e]6wP[0xba][0x12][0x81][0x9b][0x1c][0x82][0x6]:[0xc][0xec]4[0xb0][0xcb]@'[0xd0][0xae][0xfe]-_[0x9f][0x12][0xda]n?[0xb4][0x1e][0x1e][0x90][0x8f][0xd2][0xd2][0xf0]e[0x18]WP[0x1c]i[0x9c]B[0xc9]%[0x9d]!A[0x1a][0xd2]>[0xba]ab[0x8f]FT[0xe7])g[0x11][0x95]j[0x1c]J[0xaf][0x4]G[0x1][0xd7][0xec][0x9f][0xbe][0xf1][0x7]h\[0x9e]U[0x87]?C[0xe8]kT[0x84][0xc3]\[0x4][0xf8][0xf]Nb[0xc1][0x4]B"[0x1e][0xcf]f[0xa5]L[0xdb][0xee][0x87][0xc1]sK[0xd9][0x94][0xc5][0x9f][0xe9][0x9d][0xf7][0xfd][0xed][0xd0][0xba]j)[0x85][0xdd]Y'[0xcd][0x9c]E[0xa9]Pl[0x8f]g[0x91][0x17]i[0xe1][0xa1][0x1c]+[0x85][0xbe][0x15][0xc5]Xz[0xfc][0xc3]][0xfe][0xe1][0xc5][0x2][0xea][0x6][0x8a]e[0x1a][0xe7]`[0xce][0x86][0xf5](a[0xc5]i([0x91]cp[0xf1]LX&N[0xca][0xab][0xd2][0xb7][0xfc][0x1]c[0xf]rn[0xb9][0x8a][0xd2][0x3][0x11][0x9a],[0x98]B[0xd9][0x9e][0xa6][0xc6]I,[0x1c][0xdf]s[0x19][0x8b][0xaf][0xa2][0xfc][0xc0][0x14]*[0xca]+'Q[0x15][0xe1][0x12]K[0x9a]>[0xc7][0xd2][0x0]"[0xe3][0xda]x9[0x19][0xb1][0xc8][0x87][0xb0]D[0xf3] [0xc5][0x1c][0xbb][0x94][0xa6]Q[0x89]#[0xac][0xf4][0xd1],GJ[0x19][0xed]>[0xf4]R[0xbb][0x12][0xab][0xd0][0x87][0xfd][0x1a]rK[0xb6]J-[0xcc][0xaa]W[0xa5][0x16][0xe6]V[0xaa][0xb4][0xc3][0xcb]P[0xaf][0x81][0x1f]Q[0xce][0x17][0xa1][0x8f]z[0x8a][0xcf][0xe4][0xec][0xee]p[0xe4][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x17]"7P[0x16][0x9e][0xc4]2"\[0xf6]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x17]"[0xd7][0xf9][0xcd]![0x99][0xbe][0x81]J[0x99][0x1a][0xf9][0x9f][0xc4][0x8a]SX8[0x86]P[0xa3][0x96]SK2[0xc8][0x8d]y[0x5]+/[0xcc]b[0xfd][0x93][0xc4][0xfb][0x14][0x93][0xf9][0xc][0xa3]:[0x81]e[0xcc]Y[\r][0x9e]#[0xab][0x9f]'[0x93]_[0xc8][0xe1][0xd8][0xee],[0xfa][0xdd]x[0x8]?&[0xbe][0x1a][0xde][0xeb][0x9f]P[0xe6][0xa1]g[0xcc]F[0x19][0xf9]\M[0x8a][0x17]I[0x11][0xf9][0x2][0xf7][0x83]x[0x99]*B[0xdb]&[0xf]giXc[0xac][0x1e]C0[0xd0][0xba][0xa8]v[0xe5][0xb0][0xa0][0xf3][0xc4][0x4]X#[0xe2]GZspz[0x5][0x85][0x99]~[0x95]=[0xe5]5[0x8d]i[0x89]g[0xd0][0xc7]T[0xc1][0xfe][0xf2][0x88][0xee]/[0x82]d[0x15][0x82][0x8b][0xb7][0xaa][0x9b][0xa8]B[0x1][0xb1][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xf0][0xd7][0x5]J[0xa0]Yy[0xc8]:[0x89]U[0xb3][0xc9][0xfa]z[0x1e][0xb2][0x16][0x90][0xc2][0x3][0x1c][0xe5][0xf0]?|J[0x1d][0x94][0xc3][0xf][0x8][0xa7]B[0x93][0xa8][0x8d]x[0xe1][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xbd]^[0xa4]Y|ms[0xa4]z[0x12]u[0xe1][0xea]/[0xb1]z[0x2]f[0xf5]i4[0x4][0xda]j[0xaa][0xcf]b[0x8d][0xc4]]#*5-W[0xb0][0xa6]7[0xa2][0xf7]-[0xb4]p2[0xa0][0xc6]n[0xfe]}[0xba]M[0xb5][0x10][0xb]p[0x8a]X[0xde]d[0xba][0xdf]b[0x80]o[0xb3][0xf1][0x9e]fR[0xde]![0x9d][0xde]e[0x3]=[0xc3][0xa2][0x9d][0xe5]]|[0x8f][0xb4]:[0xc3][0xe2][0x9c][0xd3][0x11][0x84][0x89]r[0x3][0xd6]b[0x90])[0x92]T[0x1e][0xcc][0x96][0xf2] l[0xc]1[0xbe]ul[0xbb][0xd2][0xac]2[0xa5][0xc][0xd6]mW[0xdf][0xa0]B[0xa9][0xe1]6D)[0x92][0xbe]1[0xcc][0xc7]1[0x1c][0xf6][0x83][0xbf]JS[0x12][0xfc][0x96][0xb0]b[0xd7][0x95][0xa1](LV[0xde]&m[0xc4][0x9b][0x3][0x9c][0xd6]n[0xce][0x4][0xec][0x5][[0xa1][0x83][0x93][0xe7][0xbd]:[0xba]NG[0x17]fs[0x3]>dt[0x1f]qu[0x9e][0x17][0xee][0x2][0xcb][0xfa]1[0xdb][0xe8]'|[0xb5]\[0xc4][0x1d][0x18]'[0xca][0x8b][0x8c][0xf0]r6[0xaa][0x6][0xe6] [0x13][0xd5][0x96]lT[[0xd8][0x1d][0xe2][0x4]\K[0xea]NG[0xc5][0xd6][0xf9][\r][0xbf]s[0x19]ReNH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "#[0xec]!s;W[0xd1]l2\[0xcd]C[0x86]b$1[0xea][0x1f][0xae][0xd5]O M[0xfb]{[0x9f]b[0xf1]%[0xdd][0xd8][0xa6][0x8f][0xdf]Nc[0x8f]i[0x93][0xe][0xfe][0xa8][0xd1]([0x1c][0xc7][0x13]xo[0xeb][0xf2][0xff][0x2]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.class[0xd5][0x96][0xdf]o[0xd3]V[0x14][0xc7][0xcf]m[0x9c]8q[0xcb]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x1c][0xd8]R [0x1b][0xad])[0xc4][0xa5][0xc5][0x5][0xd5][0xaa]6[0x83]PAe[0xb0][0x95]UX[0x80][0x84][0x13]Lp[0x95][0xc4][0x95][0xe3]n[0x2][0x9e]&M{[0xe0]/@<[0xf0][0x7][0xf0][0xc4][0x9e][0x90][0xd8][0xaf][0xa7][0xbd][0xf0][0xb0][0xe7][0x89]'[0xfe][0x6][0xfe][0x0][0xc4][0xb9][0xd7][0x97]C)[0x16]+xc[0xe3]%[0xe7][0xd8][0xb9][0xe7][0xfb][0xfd]|[0xed]8[0xbe][0x8f][0x9e]=[0xfc][\r][0x0][0xa6]`F[0x83][0x2][0x98]*Lj0[0x0][0x87]T[0x98]RaZ[0x85][0xc3][0xc][0xca]}?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xce][0x92][0x1f][0xf5][0x83][0xb0][0xf7][0xcd][0xc9][0xe3][0xc][0xd8])[0x6][0x9b][0x8e][0x85][0xbd]~[0xec][0xf5][0xe2]%[0xaf][0xb3][0xea][0xe7]'[0xff][0xcb][0x9b][0xbb]{[0xf2][0xf][0x6][0x5];[0xe8][0x5][0xf1][0x1c][0x83][0xdc][0xd8][0xf8][0x12][0x3][0xe5]Xx[0xc5]g[0xb0]y![0xe8][0xf9]_[0xae]v[0x9b]~t[0xce]kv[0xf0][0xcc][0xf0]B[0xd8]BY[0xf][0xc5][0xf1]X[0x9e]T[0xe2]kA[0x9f][0xc1][0xdc]B[0x18][0xb5][0x1b][0xde][0x8a][0xd7][0xba][0xe6]7:a[0xbb][0x1d][0xf4][0xda][0xbc]N/7[0xba]~[0xbf][0xef][0xb5][0xfd][0xc6][0xe9][0xa4][0x9e][0x8][0xa3][0xae][0x17][0xbf]8[0xf0]Zq[0x18]][0x9f]e[0xa0][0xf5][0xfc][0xef][0xe4]I[0x6]_[0x8d]-,{[0xdf]z[0x8d][0x8e][0x87]*[0x8b]q[0x84]b[0xb3][0x17][0xd6][0x9c]:[0xd3]\[0xf6][[0xf1][0xec][0xf8][0x86]M[0xd1]@[0xed][0xbe]P[0x1f]~][0x1c]/[0xc2][0x8a][0x17]y]L[0xb2]%[0xc5][0x88][0xc1][0xd9][0x14][0xa2][0x8c]@[0x3]+[0xe6][0xab],d[0xd6][0xdc][0x90]Yf[0xfb]I[0x6][0xf1];:e[0xf6]>[0xc4][0xe0][0xc7][0xcc];3[0xcd][0x14][0x83][0xdb][0xff]"Mf[0xbe]i[0x6][0xf7][0xde]+_fb[0xfc][0x1b][0xfa][0xe5]?&[0xce][0x9c][0xc1]b[0xf0][0xe7][0xff].C[0xe6]T3[0xc][0x9e]|[0x0][0xa9]2[0xe7]<[0xc2][0xe0][0xe9][0x7][0x99]3s[0xf2][0xa3][0xf8]6][0xc]W[0xa3][0x96]"[0xe0][0xaf][0xe8][0xd1]7[0xbc]y[0xf]r[0xb3]![0x18][0x82]M[0xc][0xe][0xbf][0xd3]+[0x9c][0xf][0xe3][0x93]R^O[0xcd][0xc0][0xce][0xb2]%`0[0xf3][0xb7][0xe3]_4[0xfb]q[0x84][0xcb][0xd7]O[0x8e]mp[0xfb][0xb0][0x4][0xbb]![0x8f][0x9b]([0x0][0x6]UP[0xa1][0x88][0xb5][0x84]G[0x3][0xa0]a([0xc6][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~~$v[[0xb8][0x87][0xc2][0x9a]7[0x1e][0x0][0xfb]I,[0xd9][0x8c][0x9f]|[0xe7][0x5][0xb0][0x17][0x14][0xa8]C[0x19][0xbb][0xa1]d[0x11]T`[0x18][0xeb][0xf7][0xb0][0x5][0xb6]J[0x81]y\[0x93][0xe3][0x13]?[0xc3][0x80][0xbb][0xe2][0x1][0xe4][0xee][0x93]JAL[0x99]Ba4Y%[0x15]x7[0x2][0xdb][0xc4][0xf7][0x1a]l[0x87][0x1d]8[0x81];[0x14][0xd0][0xa5][0xea][0x19][0x84][0xe6][0xeb]+BU[0xf9][0x15][0x14]77[0xb1][0x98]"~d[0x8d]x[0x85][0xc4]+$^[0xc1][0xfc];[0xa5][0xf8].)~[0x9][0xc5][0x15][0xac]#B[0xc6].'[0xac]>[0x91]V[0x1d][0xb4][0xca]c[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc2][0x1a]+7[0xaf]+i~[0xf3][0xc2]o:[0x99]"[0xbf]*[0xf9]U[0xc9][0xaf]*[0xfd]xW[0xc3]N[0x11][0xce][0xa3][0xd2][0xf9]&:[0xf3][0x1f]@M8[0xab][0xeb][0x9d][0xdd][0x82][0x9e]O[0xb3]?+[0xec][0xe7][0x92]Q[0xb2][0xaf][0x91]}[0x8d][0xec]kd_[0x93][0xf6][0xbc][0xdb][0x8d]]^[0x80][0xec][0x91] [0xb7][0x10]D[0xc5]Z[0x17] [0xc5]T[0x10]W[0xd5][0xb]i4[0xe7][0x5][0xcd]|2O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4[0xbc][0xdb][0x8b]]Ap[0xd5]%[0xd7][0x1d][0xf1]\[0xe0][0xad][0x15]\[0xe5][0xd7][0xee][0xcd]K0[0xb7][0xa8][0xab]it[0x97][0x5][0xdd][0xd7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xde]}[0x8a][0x9d]*8?[0x93][0x9c][0xf7][0xf0][0x98]?[0xbb]f[0xc2][0x99]~'_r[0xba][0xe5][0x82]^L[0xa3][\r][0x4][0xed][0xc5]D[0x8b]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5[0x89][0xd6][0x94][0xb4][0xbc][0xdb][0x87]]Qp[0x8f]I[0xee][0x87][0xf8][0x8d][0x86][0xd5]J[0xb8][0xdf]p[0xe3][0xd7]p[0xbb]eU/[0xa5][0xd1]G[0x82][0xfe]j[0xa2]H[0xf4][0x16][0xd1][Do[0x11][0xbd]E[0xf4][0x16][0xd1][Do[0x11][0xbd]%[0xe9]y7[0x8e]]I[0xe4]0d[0x8e]G[0xb8]f[0x10][0xab][0x9d][0xe4]([0xbd]E[0xe][0xb7]\[0xd4][0xb5][0xb4]47E[0x9a][0x95]D[0x97][0xd2][0xd8][0x94][0xc6][0xa6]46[0xa5][0xb1])[0x8d]MilJcS[0x1a][0x9b][0xd2][0xd8]2[\r][0xef][0xf6]c[0xa7][0x89]\[0x13]2[0xd7]c\=[0x84][0xd5]Irio[0x9d][0xcb]-[0x97][0xf4][0xc1][0xb4]t?[0x88]t7[0x12]uJ[0xe7]P:[0x87][0xd2]9[0x94][0xce][0xa1]t[0xe][0xa5]s([0x9d]C[0xe9][0x1c]J[0xe7]P:G[0xa6][0xe3][0xdd][0x1][0xec][0x6][0xd1][0xe5][0xa0]`j<[0x7]PK[0x7][0x8]H9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/MultiformatMessage.class[0x85][0x90][0xc1][0xe][0xc1]@[0x18][0x84][0xe7][0xa7][0x94]"[0x91][0x88]x[0x4][0xed][0xc5][0x1e][0xea][0xe6][0xde][0x13]qptZ[0xb5]V[0x9b]e[0xa5][0xdd]z8[0x7][0xf][0xe0][0xa1][0xc4][0x16][0xe1]P[0x89][0xc3][0x9f]I&[0xf3][0xcd]$[0xff][0xed]~[0xb9][0x2][0x8][0xd1]s[0xe1][0xb9][0xe8][0xb8][0xe8][0x12][0x6]R[0x98]Hg[0x7]n[0x8c][0xd8].D[0x9e]s)[0x8]c=O[0xf9][0x99]3[0xc5][0x8f][0x92][0xad]L[0x96][0x1c][0xe5],[0xa8]Z[0x4][0xef][0xc3][0xe7][0x84][0xa1][0x1f][0xfc][0xe0]lh[0xa5][0x8b],[0x16]Q[0xa2]l[0xf7]hQ([0x93][0xec][0x9e][0xcc]{pR2[0x84]Pg[0x92][0xf1][0x13][0x8f][0xf7][0x82])-[0xa5][0x85]K[0x9d][0xa6][0xec][0xf0][0xca][0xb1]*J[0xe8][0x7][0x97][0x9b]T[0xc4][0x86][0xe0][0xff]/zi[0x93]@[0xa8][0xd9][0xab][0xdb][0xc7][0xd4][0x1c][0x82][0x83][0x6]`[0xb5][0x9][0xd7]:[0x84]V[0xe9][0xa3][0xfd][0x0]PK[0x7][0x8][0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.class[0x9d]TkS[0x13]W[0x18]~[0xce]n[0xc2]BX@[0x89]@ETzA![0xa1]FE[[o [0xa2]E[0x81]P@,jk[0xf]aI[0x16]C[0x96]n6[0xb5][0xd6][0xf][0x9d][0xda][0xf6]G[0xb4][0xdf][0xab]_[0x98][0x8e][0xb6][0xf5]2[0x9d]i[0xc7]Ou[0xa6][0xbf][0xc9][0xa9]}[0xce][0xee][0xba][0x84][0x18]m[0xa7]3[0xc9][0xb9][0xbc][0xfb][0xbe][0xef][0xf3][0xbc][0xb7][0xf3][0xd7][0xdf][0xbf][0xfd][0x1]`[0x8][0xa5][0x4][0xda]q[0xae][0x9][0x8d]8[0xaf][0x96][0x89][0x4]&1[0xa5][0x96]l[0x2][0xd3][0xf8]P}[0x9d]10[0x9b][0xe0][0xb7]9[0xb5]\PZ[0xf3]J[0xe1]b[0x2][0x1f]aA-[0x97][0xc]t$p[0x19]W[0xd4][0xf2][0xb1][0x81]O[0xc]\[0x15]h[0x1f][0x9b][0x9c][0x9e][[0xb8][0x9a]=unlt[0xee][0xea][0xc8][0xcc][0xcc][0xc8][0x82]@[0xf2][0xf2][0xc4][0x8a][0xfc]\f[0x8a][0xb2][0x94][0xcf]d[0x17]W[0xac][0x9c]wT`K[0xd9]rmY[0x9c][0xb7][0xdc][0xb2][0xed][0x94].[0x8c][0x9f][0x16][0x10][0xe7][0x4]ZF[0x9d]R[0xd9][0x93]%o^[0x16]+V[0xfc][0xa7][0xe4][0x95][0xa7][0xfb][0xef][0x19][0x17][0x5][0xe2][0xd2]u[0xe5][\r][0x81]f[0x9f][0xf5]\[0xbb][0x94]'`[0x95][0xeb]@F[0xd7][\r][0xc7][0xec][0x92][0xed][0x9d][0x10][0xe8][0xec][0xaf][0x3]=0/[0x10][0x1b]u[0x96],[0x81][0xb6][0x9][0xbb]dMUV[0x17]-wN.[0x16]-[0xe5][0xcf][0xc9][0x91][0x94]$5[0xde]Ca[0xcc]+[0xd8]e[0x81][0xc3][0x13][0x8e][0x9b][0xcf][0xc8]5[0x99]+X[0x99][0xa2][0x93][0xcf][0x13]M[0xed][0x87]V2[0xab]V[0xb9],[0xf3]V[0x8]1[0xa2][0x18]N[0x6]"[0xd2][0xd1][0x9d][0xc5][0x15][0x6]6[0xeb][0xc9][0xdc][0xb5]I[0xb9][0xe6];ez[0x5]:[0xac][0xcf]*[0xb2][0x18][0xd8][0x94][0xb3]n[0xc0][0x9f]@[0x3][0xf5]h[0xd7][0x8b][0xe4][0x12][0xb9][0x15][0xad]e[0x8f][0xd9]q[0xed]|[0x81]{[0x83][0xef][0x92]>:[0xfa][0xeb][0xeb][0xb]gs[0xd2][0xa2]z0HI[0x7]My[0xcb];[0xe3][0xb8][0xab][0xea][0xbc][0xad][0xa0]^z[0x93][0x91][0x8a]g-[0x85]a2>J[0xa7][0xa5]+W-[0x8f]%U[0x4][0x6][0xea][0xd6][0xdd][0xa4][0xde]\[0xc1]u[0xae][0x7][0xb9][0xed][0xda][0x84][0x11]}[0xa0]bcA[0x96][0xb]A[0x9d][0xf4][0xfe][0x81]q[0x81][0x84]k[0xc9][0xa5][0xc0][0x8f][0xc0][0xae]0>[0xdb][0x9]][0x8f][0x97][0xd6]*[0x1e]9Zr[0xd5]/[0xb1]f[0x97][0x4]v[0xbc]B[0x89][0xe][0xc7][0xbe][0xc8]Yk[0x1e][0xdb][0xaf]l[0xe0]S[0x3][0x92][0xa0][0x9e][0xf3][0xbc][0xb5][0x9a][0xaf][0xbb][0xb6]g=[0xc7][0xdb]][0x8b][0x97][0xad]x[0x9b][0x1]u[0xa7]B[0xbd][0x9e]W[0xa9][0xd1][0xff][0xb1]\1lN[0x6]E[0xab][0xc4][0xac]Sqs[0xd6][0x19][0xdb]O[0xc6][0x8b][0xfd][0xb3]O[0xb9]3[0xb1][0xb]gMlC[0x87][0x89][0x1d][0xe8]0[0xb0]hb[0x10][0x3]&F[0x90]3[0xb0][0xa4].o[0x9b][0xb0][0xb0],0[0xf4]?z[0xd4]D[0xbf]r6[0x84][0x83]&z[0xb0][0xd3][0xc4][0x11][0xe4][\r][0x14]L[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf5]}[0xac][0x18][0xb8]f[0xa2][0xa8].[0xa7][0xb0][0xca][0xd1][0xad]-[0xab]@[0xff][0xbf][0xc2]F[0x8d][0x92]|[0x9e][0xa0][0xf1]l[0x94][0x81][0xde][\r][0x9f][0xa3]EY.O9[0xec][0xb1]Ji[0xa9]J%[0x80][0xad]xv1[0xe3][0xb3]g[0x93][0xed][0xad];[0xe0][0xf5][0x9a]vK[0xad][0x8c][0xb5]`'[0xfa]X[0xe4][0xb4][0xa9][0xb]}[0xe1][0xd1][0x97]=[0x1f][0xec][0xc4][0xed]/[0xed]*[0x81][0xad]K[0xd6][0xb2][0xac][0x14][0xbd][0x99][0xaa]f[0xdd]h[0xcf][0xd0][0x6][0xcd][0xc0]^[0x83][0xbb][0xe0][0xfe]L[0xd1][0x9][0xef][0xd1][0xae][0xfa]/$[0xb2][0xcc][0x9b][0x2][0xe9]I[0xf]>B[0xec][0x7]lM?B[0x9c][0xc7][0xf8][0x3]4|[0xf]#FN[0xfa]zD[0xa8][0x81]V[0xc0][0xbb]>[0x91][0xde][0xc0]."[0xd2][0x83][0x94]OD[0x9d][0xd2][0xa5][0x6][0xe8][0x9d][0xfa]0[0xdf]A53![0xe6]mZ*[0xdb][0xe1]T[0xfa]6[0xe2][0xb1][0xf5][0xf4][0x9f]hM=[0x80][0x91][0xe6][0xff]G[0xc4][0xf5][0xf5][0xf4]c4N[0xa6]~[0x85][0xfe][0x4][0xed][0x83][0xfe][0xa6][0x88]$[0xf5];hK)[0xb1][0x92]=D[0xd3][0x6][0xaf]n[0xe2][0x0][0xc7][0x10][0xc7]q[0x18]8[0xc9]$[\r][0xb3][0x10][0xa3]L[0xfc][0xe9]*[0xae][0xc3][0x11][0xd7]a[0xec]C[0x86]lvR[0xb2][0x9f][0xb2][0x80]k+[0x1a][0x8c]V[0xf1][0x14][0x9d][0xcc][0x93]~^q>[0xc0][0xe4][0x7][0x9c][0x95][0xb6][0x8a]-N[0xa2][0x89][0xbb]~[0x8d]7[0x12]2[0xe5][0x83][0x98][0x81]B[0x8]"[0xd4]|[0x87][0xc6]3[0xd4]V[0xdf][0xba]H[0xbe][0xf9][0x9][0x83]UA0[0xc7][0xf7][0xd1][0xac]$wk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xc0][0x18].[0xb1][0xc1][0xae]T[0xb9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xee][0xf1]u[0x85][0xea][0xbe]C8[0xfc][0x2]9[0xfa][0xad]%[0xb7]\[0x97][0xdc];[0xac]b`<[0x18][0x1a]k[0xa2][0xd6]r[0xad][0xca]R[0x8b],[0x8f][0xe0][0xbd][0xd0][0xf2]`h[0xd9][0x18][0x84]c[0xae][0xd7][0xd8]W[0xaa][0xec][0x1b]C{[0x8d][0xef][0xdb]Q[0xae][0xca]>[0x1b][0xe]A[0x92][0x85]oIqi}[0x8c]6[0xfe][0xc2][0x19][0xd0][0xaa]Rr[0x83]3[0xf0]%Sr[0xb3]j[0x6][0x92]Q9[0x93],[0xfd]q[0xc2][0x9c][0xf0][0xa1]56[0xc0]0o#[0xff][0xad]x_[0xd5][0xc9][0x8f][0xc6][0x87]w4d9[0x1e][0xb2]l![0xc1]-i[0x15][0xea][0x3]l[0xad][0xe5][0xf7][\r][0xf9]}K'[0xdf]U[0xf1]k[0x89][0xf8][0xb5][0xb0][\r][0xc7]B~1[0xee]'[0x99][0x8e]38[0x1b][0xb2][0xeb][0xf5][0xa1][0x99]"[0xfd]w[0xb4][0xff][0x2][0xed][0x9e][0x9f][0xe6][\r][0x82]}\?[0xf0][0xf1][0xc6][0xff][0x1]PK[0x7][0x8][0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/ObjectMessage.class[0x95]V[s[0x13]e[0x18]~[0xbe]l[0x92]m[0xd3]MK[0x93]6[0xb5]P[0x8e]Zh[0x93]BP[0xb0][0x88] [0x14][0xca][0xc1]BK[0x91][0x96]V[0xe]*[0xdb]d[0x93]l[0xd9]d[0xc3][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]G[0x1c]g[0xd4][[0xaf][0xf0]^z[0xc3]80#[0xc5]qF[0x7]o`[0xc6][0xdf][0xc4][0x88][0xef][0xf7][0xed]6[0xd9][0x94][0x4][0xe5]"[0xfb][0x1d][0xf6]=<[0xef][0xf3][0x1e]6[0xff][0xf3][0xfb][0x9f][0x0][0xf6][0xe0][0x8b][0x18][0xda][0xf1]A[0x1b][0xce][0xb5][0xa3][0x3]3[0xfc]1[0x1b][0xc3]y[0xcc][0xc5]0[0x8f][0xf]c[0xb8][0x80][0x8b]1[0xba][0xbb]$[0xe3]2[0x17][0xfc]H[0xc6][0xc7][0xfc][0xfc][0x9]?\[0xe1][0x82]W[0xf8]N[0x8d]a[0x1]9[0x19]y[0xbe]j1[0x14]P[0xe4][0x8f][0x92][0xc]][0xc6][0xa2][0x8c][0xab][0xc][0xeb]l[0xcd][0xd2]UcN[0xb3]l[0xdd][0xac][0x9c][0x9f]8[0xc6][0xc0]N1[0xc4][0xc7][0xcd][0x8a][0xed][0xa8][0x15]gN5\-[0xf2]K[0xf2][0xf2][0xb3][0xdd][0xf][0xe4]y[0x6][0xc9]\XdHL.[0xaa]Kj[0xd6]P+[0xc5][0xec][0xf4][0xc2][0xa2][0x96]s[0xe]0([0xa6][0xd8][0xcd]8[0x96]^)6[0xca]xw$[0x13]=[0xa8]Wt[0xe7][0x10]C[0xef][0xd0][0x8b]&[0x86][0xe7][0x18][0xc2][0xe3]f^c[0xe8][0x9a][0xd4]+[0xda][0x19][0xb7][0xbc][0xa0]Y[0xb3][0xea][0x82][0xa1]qsf[0x8e]p[0xaa][0x84][0x96][0xce][0xfe]e[0xd8])[0xe9]6[0xc3][0xee]I[0xd3]*f[0xd5][0xaa][0x9a]+iY[0xc3],[0x16][0xc9][0x19]_[0xf7].f[0xcb][0x9a]m[0xab]E[0xcd]w1[0xe5][0x9d][0x8]H|[0xc6]QsW[0xa7][0xd4][0xaa][0xb0]D[0xf4][0x11][0x93][0xc][0xc9][0xa2][0xe6][0x9c]0[0xad][0xb2][0xea]8Z[0xde][0x17]f[0xe8][0x19][0x1a]n[0x16]K[AH[0xce][0x9a][0xc][0x3]C/[0x8][0x1c]uu#[0xaf]Y"[0xa8][0xe8][0x82][(h[0x16]CK1[0x86][0xf6][0x9a]o[0xa2][0x92][0xf6]gUK-k[0xe]Wk[0x4]P#<[0x1e][0x94][0xb2]9[0xa7][0xc3][0x97][0x9a][0xc9]E[0xb5]k[0xae]j[0xd8]-H[0xbf]H[0x19]7[0x5][0x95][0xdc]s[0xaf][0x90][0xf5][0xde][0xd9][0xd3][0x96][0x7][0x92]Tw4Qmn,lh[0x5]2[0x14][0xb1][0xf4]b[0x89][0xd6][0xb6][0x92]j[0x97][0xbc][0xa4]JC[0xc3][0x13]t[0xe1][0x98][0xab]%[0xd2]q[0xdd][0xd2][0x1d][0xcd][0xd3]e[0xd8][0xec][0xbb][0xd0]M[0xdf][0xdc][0xb4][0xeb]T]^O[0x9a]Z[0x16][0xc3][0x15][0xd7]0[0x14]l[0xc4]&[0x5][0x9b][0xb1]E[0x86][0xa9][0xa0][0x8a]k2,[0x5]6[0x1c][0x19][0xae][0x82]%\W[0x90][0xc1][0x8][0xb5][0xed]Z[0xea][0x15][0xdc][0xc0][0xa7][0xc][0xbb]^[0xad][0x11][0x14][0xbc][0x8b][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xb1]O[0xc1]![0x1c][0x96]qS[0xc1]-[0x8e][0xa6]g[0x95][0x80][0x19]1[0x1e][0xf4][0x9b]<[0x1e][0x5]G[0xb0]M[0xc6]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">GE[0xc1]I[0xec][0xa1][0x8e]i[0x12]7[0xc3][0xd0][0xc2][0xa8]5[0xd7]hKQ[0xd7][0xd1][0x8d][0xc6].[0xf1][[0xd3][0xf3][0x91]\[0x85]81][0xcb]8[0xc3][0x96]:[0x9e]qC[0xb5][0xed]3&5[0x95][[0xc9][0x7]D[0xa8][0xc][0xe7][0x1a][0x18]\-Gy[0x89][0xf][0xbb][0xe9][0x2][0xc3][0xf6]f[0x8d][0xd2]l[0x6][0xf4][0xb5][0xe8]gj:[0xb5]Z[0xd5]*y[0x86][0x9d]/[0xce][0x86]&[0xb6][0xea]s`[0xe4][0x15][0x8][0xa1][0xc6][0xec][0xf0][0xfc][0x88]9M[0xf9]o=[0x88][0x9a][0xcf][0xdb]6[0xaa]dA[0x14][0x11][0xda]P[0xc5][0xe2][0x92][0xe0][0xac]o[0xdd]lT[0xce]y[0xad][0xa0][0xba][0x86]3[0x1f][0xec][0xe3][0xfe][0x96][0xcd][0xc3][0xd0][0xed]+[0x9c][0xab][0xf5]$U[0x7]}[0xaa]BH[0xa1][0xf][0x12][0xd6][0xe3]5[0xf4][0x83][0xdc][0xd2]W0[0x84][\r][0xb8][0xcd];[0x82][0xf6][0xb7]yS[0xd0][0x1a][0xa7]w[[0xb1][0x8d][0x9e][0xaf][0xd3][0xe9]&[0xc9][0x84]hM[0xa6][0x1f][0x81][0xa5]3O[0xd1][0x96][0x8]-#[0x9c]y[0x8][0xe9][0x1]]Kx[0x83][0x9e][0x9d][0xb4][0x2]i[0x84][0xa9]u[0x12][0x18][0xc1] [0x9d]R[0x9e][0x1a][0xb6]c[0x7] v[0xdc][\r][0x15].[0xed][0x7][0x11]zNJ![0x19][0xc3]2[0xa9]1Z[0x9f]s4[0xfe][0xb9]v[0xcf];[0xd1][0xc7]q[0x8e][0xcc]1Z[0xfb][0xd2][0xbf]"[0xfc][0x14][0x9d]iZ[0xa5][0xdf][0x10]y[0x88]0[0xbf][0xb9][0xbf][0x6][0xcb](d[0xec]#,[0xfb][0x5][0x16][0xc5]S[0xf5][0xb1][0xc][0x9]Y[0x96][0xa0][0xcb][0x9d][0xd8][0xe5][0xdb]/[0xf8]q[0xe]pkO[0xd0][0x95][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xf3][0xcb][0xe8][0xc8]x[0xbe][0xe4]z[0xc0][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd4][0xcf]2[0xe]S`G[0x88][0xc5][0xf1]@[0xd0][0x3][0xb5][0xa0][0x7][0x90][0xc5]n?[0xe8]0BI[0x99][0xf6]o[0xd6]b[0xca][0xd2][0xca][0x81]E[0xd2]+h[0xbb]/[0xd2][0xc1][0x8d]G[0xc5][0xe5]d[0x0]y[0xc4]7[0xc8][0xf0][0x16][0xfd]qY[0xab]L[0xe0][0xd6]*[0xcf]5U[0xde][0x8b][0xb7]}[0xe5]QB[0xc3][0xdf])[0xe1]?[0xd0]~A[0xe2]&f[0xd6][0xda][0xb8][0x12][0xb0][0xa1][0xd4]l[0xd0] [0xf3]m[0xdc]%.8[0xd5]c[0xe9][0xcc]]D[0xc2][0xf7]2O(++[0x88]e[0xe8][0xf7]3"[0xd2][0xbd][0xcc]ctLq[0xd3]O[0x91][0x18][0x11][0x8b][0x1c]^FRZF[0x97][0xc8][0x1e][0xbf]{[0x4][0xe5]^[0x8d][0xd5][0xf5][0xe4][0x19][0xd0][0x8]q[0x81][0x98]-[0x11][0x9b]:[0xd5][0xaa]A[0x85]S[0x16]X[0xb6]x[0xfe]j[0xec][0x8e][0xe1][0x1d]QR[0x1b][0x9][0xcf]~[0xba][0xb][0x9][0x9e];[0x11][0x95];[0xd9]3[0xa4][0xa8][0x8a][0xa4][0xd3][0xf4][0xbd][0xe1][0x13]8[0x90]enc 3[0xb2][0x82][0xf8]O[0xe8][0xce]P[0x9][0x8d][0xd0]o[0x5][0x9d]w[0x4][0xbc][0xb0]T[0xc7][0xe3][0xf1]p-[0xe0];[0x98][0xd9][0x83][0xc2]7[0xdf][0xbd]G;[0xcf]w[0x14]RJ[0x1a][0xe3][0x89][0xa1]Y[0xef][0xfb]|[0xdf]OT[0x92][0xc7][0xfc][0x4]q[0xbe][0xac][0xa0][0xab][0x99][0xab][0xa5][0x0][0xe5][0xc9]@[0xb5]F[0x10][0xea][0x16]V[0xc7][0xfe]_[0xed][0xdc]j[0x92][0xfe][0x10][0x95][0xe9]Qzre[0xdb]/[0xf6]A[0xca][0xd5]:[0x8e][0xe7]/t[0xdf]Ag[0xc6][0x83][0x96]X[0xf6][0xb7][0x82][0x97]D[0xbd][0xea]Sd[0xc][0xf8][0x92]j[0xe7]+b[0xf9]k[0x9a]"[0xdf][0xd0][0xfd][0xb7][0x81][0xca][0x1f][0xac][0xf1]3H[0x1d]q[0xac]^[0xf9][0xfd]1[0x1c][0x17];[0x86][0x13]$y[0x92]X[0xf1][0xa0]L[0xf8]P[0xe2][0x4]%[0x99][0xa6]G[0x8f]?YB[0x81]n[0xfe][0x8e][0x14][0xbf][0xa7]x~[0x8][0xb8][0x8a][0xd7]\[0xc5][0xc9][0xc8])2|\[0xc4][0x1f]"[0x7][0xa7][0xe9]4[0x89])[0x9f][0xaa])[0x9f][0xaa][0x94][0x17]i[0xef][0x1d]/[0x7][0x8f][0xd1]K9`[0xf5][0xc9][0xe1]q[0xf7]c[0x80][0xbb]T [0x7]2B=c2[0xce][0xd0][0x8b]i[0x1][0xef][0xec][0xbf]PK[0x7][0x8]:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterFormatter.class[0xad]Z[0x9]`T[0xe5][0xb5]>[0xe7][0xce]rg&7[0x10][0x2][0x93][0x85][0x84][0x1d]![0xcc]$D[0xb6](a[0x91]$[0x10][0x9][0x90][0x10][0x92][0x0][0xca]"[0xc][0xc9][0x90][0xc]&3qf[0xa2][0xa0][0xd5]ZK[0x17][0xb5][0xa0][0xb5]V[0xb][0xb6][0xd5]bklkU\B[0x10][0x97]X-[0xb4][0xd6][0xda][0xba][0xd4][0xf6]u[0xb3][0xef][0xbd][0xae][0xaf]{[0xdf]k[0xab][0x16][0xe5]}[0xe7][0xbf]w[0xee]L`[0x92]W[0xdb][0x17][0xc7]{[0xff][0xff][0xfc][0xff][0xfe]s[0xbe][0xb3][0xfc][0xe7][0xbf][0xfa][0xc2][0xbb]O[0xde][0xcc][0x97][0xe8]|[0xa9][0xbc][0xb7][0xe8]t[0xb7][0xbc][0xb7][0xea][0xbc]M[0xde][0xdb]u[0xbe]L[0xde];t[0xde])[0xef][0x90][0xce][0xbb][0xe4][0xdd][0xae][0xd3][0x11]yw[0x8][0x93]p[0xe][0xef][0xe6]N[0xf]wy8"[0xcd]=:[0xdd][0xe7][0xe1][0xcb][0x5][0x9f][0xee][0x1c][0xaa][0xe5][0x1e]!Fs8[0xc6][0xbd][0xf2][0xb8]B[0xe7]x[0xe][0xb5]sB[0x1e][0xc9][0x1c][0xaa][0xe3][0xa8][0x8]Y[0xa8]s[0x9f]p[0xbb][0xd2][0xc3]Wyx[0xaf][0x8f][0xba]x[0x9f][0xc8]}[0xb5][0x98][0xf4][0x1a][0xf][0xbf][0xcf][0xc3][0xd7][0xfa][0xf8]:~[0xbf]`y[0xbd][0xce][0x1f][0x10][0xf5][0xc6][0xe9]|[0x3]S^[0xcb][0xaa][0xba][0x8d]-[0xad][\r][0xeb][0x9b]v4[0xb7][0xac][0xaa]o[0xb8][0x84])[0xdd][0x9e][0xd0][0x95][0xa1][0xca][0xee]P[0xb4][0xb3][0xb2]5[0x19][0x8f]D;[0x97]0[0xe5][0xd6][0xc5][0xa2][0x89]d([0x9a][0xdc][0x14][0xea][0xee][0xb][0xf][[0xd7][0xba][0xb1]^[0xad]3V[0xb5][0xb4][0xac]o[0xb1][0xd9][0x8c]5[0xbb][0xad][0xab][0x9a]kZj[0xda][0xd6][0xb7]0[0x8d]7)[0x8d][0xad][0x17]gR[0xad]e).9+W[0xad]kh[0xdc][0xd1][0xda]V[0xd3][0xd2][0xc6][0xc4]u[0xe][0xb8][0xe9]5L[0xbe][0x14]y}[0xb3]P[0xae][0xc5][0xc4]U[0xad]u5[0xcd][0xab]v[0xd4][0xad][0xae]i[0x11][0xd2]6[0xa6][0x92]dW<[0x1c][0xea]X[0x17]k[0xf]u[0xb7]Fzz[0xbb][0xc3]+C[0xc9]p},[0xde][0x13]J2[0x15]f[0xe8][0xd5][0x96][0x9e][0x8][0xe5][0xbc][0xad][0x91][0xce]h([0xd9][0x17][0x87]b[0x8b][0xb2][0xcf]Zj[0x92][0x93][0xe1][0xbd][0xc9][0xca][0xb3]Y/Y[0xe][0x1e][0xee][0xa5][0x91]h$[0xb9][0x9c][0xc9]Q6g[0x13][0x93][0xb3].[0xd6][0x1]nc[0xd7]E[0xa2][0xe1][0xa6][0xbe][0x9e]][0xe1]x[hWwX[0xd0][0x15]v[0x9b]B[0xf1][0x88][0xf4]-[0xa2]3[0xd9][0x15]I[0xc8][0xde][0xb1]xge[0xa8]7[0xd4][0xde][0x15][0xae][0xec][0x8e]uv[0x2]{y/[0xdc]S[0xd9][0x13]N$B[0x9d][0xe1][0xca][0xe6]P<[0xd4][0x13]N[0x86][0xe3][0xe6][0xd6]h`[0xef][0xe2][0xf6]X_4Y[0x13][0xef][0xec][0xeb][0x9]G[0x93][0xcd][0xdd][0xa1][0xf6]pW[0xac][0xbb]#[0x1c][0x7]O[0xd9][0xb9][0xe6][0x9c][0xd3][0xc0][0xa4][0xb7][0xf7][0xc5][0xeb][0xba]Bq`[0x1c][0xc1][0xbf][0xa0][0x8c][0xb1][0xf6]hVl[0xa3]P[0xa9];[0x1c][0xed]Lv[0xa1][0x11][0xf]'[0xfa][0xba][0x1][0xa1]7[0x92]X[0x95]h[0xf][0xf5][0x86];[0xb0]d[0xb][0xbc][0xa2]5[0x19]j[0xbf][0xbc]1[0xd4][0xab][0xf4]@l3M[0x1c]Q[0x96][0xf9]0A[0x16]a[0xb6]6(q"[0xd1][0x8e]H{[0x18][0x2]k[[0x1b]F[0xe3][0xb2][0x80][0xc9]S[0xb6][0xb5][0xae][0xc1]\[0xa6]m[0xad][0x83]x[0xbb]-[0xb]/[0xce][0xc6]>[0x83][0xb4]~[0xd7][0x9e]p{r[0xc9][0x9c]l[0xe][0xee][\r]Y[0x9b]A[0x84][0xf1]Y[0x16][0x1][0xe5]s[0x96][0xd5][0xf6]ED&[0x8c]y[0xb0][0xba]NDF[0xf2][0x4][0x92][0xa6]@[0x8d]&[0x9e][0xd0]{[0xe5][0xb9][0x82][0xa5][0xd6][0xfe]C[0x12][0x8b][0xb6]p*[0xf7][0xae][0xbe][0xdd][0xbb][0xc3]0[0x99][0xa7]7[0x1e][0xbe]2[0x12][0xeb]K[0x9c][0xbd][0x17][0xd0]Y4[0xf2]^[0x2][0xdb][0x88][0xcc]s{M[0xbb][0xaf][0xb3][0x8c][0x9e];[0x8c]1S[0xed][0xbf][0xaa][0x83][0xda]$[0xac][0xdc]GA%[0x8a][0x8c][0x85][0x17][0xc6][0xc3]iK#|[0xe0]t[0x8][0xee]Hbe[0xb8];[0xd2][0xd3][0x1c][0x8a][0xc4][0xc5]m[0xea][0xce][0xdd][0xa2]a[0xe][0x1c][0xd0][0xb0][0xbc][0xb8]![0xda][0x11][0xde][0xcb]T[0xd4][0x15][0x8a]vt[0x87][[0xc2]=!Dc[0xb4]S[\r][0xed][0xae][0x89][0xee]c[0x9a][0x97][0xc5]7[0x1a]F[0xd4][0xa8]AI;[0xc6]d[0xb7].[0x94]H[0x9a][0xa1]2yd[0xc][0x1a][0xea]d[0xc5]8kE[0x4][0xda][0x85][0xba][0xcd]Ec[0xae][0x8a][0xa3][0x9b][0xa1]N[0xe9][0xc8]\[0x84][0x87]+[0x92]X[0xdf][0x81][0x0]s[0x96])[0x15][0xdd]Q[0x95]>[0x80][0x82][0xe2]c[0xc5][0x9f][0xf9][0x92][\r][0xe0][0x3][0x93][0xca]F[0xd6]D[0xe9][0x11][0xce]\[0x84][0x5][0xc5][0x8a][0xd5][0xc6]h8[0xb][0xb3][0xf1]j[0xc][0x6]Y[0x1f][0xcf][0x90]y^Y6[0x93][0x8e][0xbe][0xad][0xd1][0x11][0xe][0xf7][0xb6][0xc5][0xcc][0x1][0xa6]Ye[0xff]`([0xe2][0xa0][0x1b]v[0x8][0xd9][0x11][0xe8]H$![0x8a][0xbb]#[0xbc]'[0xb4][0xa9]O[0x92][0xab][0x9a][0xd3][0x97][0x8c]tW[0xb6][0x86]eB[0xc1][0xf0][0xe4][0xba][0xaf]7[0x95]`g[0xc][0x9f][0xba][0xf4][0xdc]m%[0x87][0xfb][0xe3]a[0xf8]S"r%[0xac][0x95])[0xf9][0xb2],[0x92][0xff][0x1f][0xc1]`[0xb]%@l[0xf8][0xe7][0xd7]g[0x95]Tx[0xe6][0x87]z{[0xc3][0xd1][0x8e][0xd6][0xde]p{$[0xd4]-[0xaa][0xc2]vs[0xdf][0xcb]F[0xe2]\>[0x93][0x8b][0x9c]ep[0xb8][0xe][0xf5][0xca][0xcb][0x90]@[0x6][0x0]L[0xe9]h[0xa7][0x1f]\[0xa6]3[0x9c]<[0xf7][0xbc][0x9d]\6g[0xb4]e[0xa8][0xb6][0xb0]W$[0xd1][0x18][0xda][0xb7][0xb][0x11]k[0x1][0xd6][0x81][0x95]r[0x13][0x88]:[0xc5][0x14][0xb5]9[0x96]D[0x9e][0x80][0xca][0xdd][0xfb][0xec]EVM[0xe2][0x8e][0xd5]u[0x87][0x12][0x80]a\[0x6][0x7]E[0x82][0x8c][0x13][0xce][0xa6]-[\r],[0x87][0xc][0x1f]D[0xae]1[0x19][0xd7][0xc4][0xe3]![0xe4][0x89][0xa6][0xc1][0xd6][0xe7]l+[0x86][0xd2][0xad][0x14]'[0xf2]Y{[0xb8]vG[0xe2][0x9][0x10][0xb4]H[0x7][0x8a]0[0x9d][0xf7]3[0x85][0xff][0x9f]]$[0x9b][0xb6]"[0x8d][0xd7]T[0x16]G6[0xc4]X[0x15]M[0xc6]![0x8e][0xd1][0x10][0x8d][0x86][0xe3]j[0x9a]8[0x91]?[0x83]=[0xe6][0xcd]T[0xb3]$[0xfa].[0xf][0x8b][0xec]W[0x9a]`k[0xb1]y[0xf0][0x98][0x98]b4v[0xf8][0x8a]%r[0x9c]'[0xea]M[0x1d][0x8b][0xb3]q[[0x1a][0x8]H[0xbc][0x8d][0x1f]>[0xa6][0xa8][0xaa][0xd4][0xfe][0x10][0xea]\8[0x87])k][0xac][0xbb][0x1b]pDbR[0x92][0x84][0xa2][0xeb][0xd1][0x97][0x9d][0xd5][0xab] [0x83]Cz[0xde][0x92][0xe1][0xdb][0xa6][0x7]L[0x9b][0xa3][0xe8][0x1c][0x7]!L[0x94][0xd3]Q[0xfe][0xde][0x82][0x7]Xr[0xd2][0x6]+U.[0xc6][0xae][0x92]|[0x83]=[0x90][0x9e]J[0xcc][0xb3]`U<[0x1e][0xc3][0xf9]t[0xf6]nu[0xef][0xdd][0xe0]gm""8z[0x12][0xe0][0xe5]m[0x17][0xdb]5[0xa1]0[0x94][0x88][0xea][0x90][0xf8]H[0xee]Ko[0xe5][0x88][0xed][0xda][0x83][0x9a]ai{[0xb7]U[0xa2][0xfa]Zc}[0xf1][0xf6]p}DRc[0xe1][0xb9]%[0xe5]\[0xd9][0xce][0xa0][0x1b][0xe9]&[0x83][0xee][0xe0][0xf][0x1b][0xfc][0x11][0xfe]([0xd3][0x82][0xa2]8[0x5][0xfb][0x11]t2[0xe8](=b[0xf0][0x8d]|[0x93][0xc1]7[0xf3][0xc7][0xe4]q[0xc0][0xa0]W[0xe8]Ui[0x1d][0x94][0xc7]-[0x6][\r][0xd0]1[0x83][0x9e][0xa3][0xe7][\r][0x1a][0xa2]g[\r]z[0x9a][0x9e]1[0xe8][0x14]}[0xdd][0xa0][0xa7][0xe8]I[0x83][0x8e][0xd3][0x13][0x6][0x9d][0x90][0xd6]IL[0xc1][0x8a][[0xa1][0xfe][0xd9][0xdb][0xc1][0xd6]iOX[0x1d]Jt!b[0xc][0xfa].[0xbd]n[0xd0]O[0xe8][\r][0x83]~*;:[0xd8][0x9]_[0xca][0x8][0x19][0x1c][0x85][0xad][0xe1]+[0xfa][0xc2][0xd1][0xf6][0xb0]0[0xfe]8S[0xd5][0x88][0xda][0x9b]q[0x98][0xa9][0x9b][0xa5][0xbe]X[0xc9][0xe0][0xdb][0xe8][0x99][0x94][0xc][0x8a]w[0x3]*[0x9f]N[0xe8][0xcf][0x9f][0x10]do[0xe6][0xdb]q>[0xa7]G[0xd7][0xc5][0xa2][0x9d][0x6][0x92][0xef][0x90][0xa1];[0x87][0xe9][0xb3]2[0xd6][0xa7][0x18]~[0x8a][0xf][0xc9][0xe0][0xe1]a\kc[0xb1][0xee]p(j[0xf0]][0xfc]i[0x19][0xfd][0xc][0xa2]k[0xb8]>[0xa1][0xf6][0xa4][0xec][0xfa]Y[0xbe][0x1b][0x1][0x9b][0x81]RW,[0x9e]4[0xf8][0x1e][0xfe][0xdc]0r}w,[0x4][0xf2][0x11][0xbe]W[0xb8]}[0xde][0xa0][0xef][0xd1][0xeb])A[0xed][0x93][0xc1][0xa0][0x1f][0xd2][0x8f][0xc][0xba][0x97][0xbf]`[0xd0][0x87][0x8][0xda][0xdc][0xc7][0xfd][0xa8][0xdd]GN[0xfa][0x18][0xdc][0x87][0xbf][0x8a][0xc6][0xc6][0x8a][0x8e][0x8e][0xd9]m[0xb3]W[0xaf][0xae][0xee][0xe9][0xa9]N$[0xe6][0xb6][0xb6][0xb6]n[0x81][0xc3][0xf1][0xfd][0x6][0x91][0xbf]d[0xf0][0x97][0xf9][0x1][0xe4]f[0x83][0xbf][0xc2][0x9f]F[0xd1]8,K [0x95]g[0xb]m[0x83]~N[0xbf]0[0xe8][0xf7]0'[0xbd]C[0xaf][0xca][0xd5][0xa0]V[0xe7][0x7][0xc5][0xc3][0x1e][0x92]N[0xab][0xb4][0x1e][0x96][0xc7]Q[0xe9][0xae][0x91][0xd6]#[0xd2][0xaa][0x97][0xd6][0xa3][0xd2]Z)[0xad][0xc7][0xa4][0xb5]EZ[0x8f][0xcb]c[0xc0]`[0x83]^@[0x8a]6[0xf8][0x18][0xbd][0x81][0xbc][0xb3]u[0xee][0xdc][0xb9]x[0xe1][0xb9][0xdd][0xe0]A!i[0xe5]SE[0xf4][0xe3][0x6]?[0xc1]'[0xc]~[0x92][0x9f]B[0x2]3[0xf8]i1[0xc4]3[0x2][0xc8][0xf8],[0x19][0xd0][0xe0]![0xee]7[0xf8][0xd9][0xf4][0xf8][0xf0][0xe8]6[0xd8][0xc3]^[0xd9]n[0xda][0xb4]i[0xd8]b[0xd9]r[0x83][0xbf]*[0xa1][0xf2][0x9c]<[0x9e][0x97]m[0xb9][0x1a][0xc3][0x18][0xdd][0xae][0xf3][0xd7][0xc]>[0xc9][0xa7][0xc][0xfe]:[0x3][0x19])[0xeb][0xfd]u[0x98]'[0x99][0xe9]f[0x98][0xbd][0xad][0x93]3[0x3]j[0xc4][0x9][0xaa][0x8c]t[0xbf]AJ[0xda]d,[0xae]n[0xb8][0xb8]z[0xb9][0xdb][0xe1]T5I[0xb3]N[0xc5]-[0xcc][0x93][0xb4][0x13][0xce][0x84][0xb2][0xac]u[0x9d][0xdb][0xcc][0xe7]L[0x15][0xd9][0xee][0xa4][0xa3][0xdc][0xae][0x86]]i2cS[0xea][0xf4]Q[0xd6]M[0xc2]Eq[0xb4][0xf1])r[0x91][0x1c][0x95]Ci[0xd9][0xa8][0xc][0x16][0x8c]([0xd8]h[0xab]<[0xe6][0xcd][0xaa][\r]e[0xae]'bQ)-[0x1b]U[0x12]o72[0x83]5[0x15][0x6]X#[0xb][0xd6][0x8c][0xb6] [0xa7]C[0xe5][0x8b][0xf4][0x92][0x95][0xb2]d[0xe5]hK[0x8c]]f[0x16]I[0xaf][0xd9]"k[0xb6][0x8c]*[0x97][0xb8]Az[0x1][0x1c][0xc1][0x97][0x90][0x94][0x92]&[0xb5][0x82][0xb4][[0xd2]I[0x9a]T/l[0xeb]Gc;[0xb3][0xec][0xec]*4[0xab]K9:[0xc5]K[0x87][0xfb][0x9b]}][0xc8][0xfa][0xe9]C[0xe][0xcd][0x84],[0xca]Zgb[0xd4][0x3][0x96]V4[0x8c][0x1f][0xc6]7UI[0xa2][0xb6][0xb1][0xea][0xb8][0xbc][0xb4][0x88][0x8a][0x82]%[0x5]e[k[0xb3]J[0x8a][0x81][0xd6][0x91][0x6][0xb2][0x18][0xde][0x1c][0xc8]b`s [0xb]v[0xe6]@[0x16][0xfb][0x9a][0x3]Y[0x8c]h[0xe]dqp[0xf1][0xd1][0xf6]X4[0x89]K4Tr[0x84][0xe4]6Z[0x9c]i[0x90][0x8c]RKA[0x16][0x96][0x94][0xa6][0x12][0xc6][0xb8][0x14]d[0x19][0xb7]2O[0xc4]N[0x1d][0x5][0xc3][0x86]S)E@[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0x9a]pd [0x9d]D[0xd5][0xcb][\r]3[0xac][0x95][0x82]S[0xec]ay[0x8e][0xf]M[0xfb]{[0x84][0x8e][0x8e]Y[0xf2][0xb8][0x11]t[0xa1][0xee][0xc4][0xf0][0xc3]_"[0x19][0xee][0xc9]([0x87][0xe4][0xe8]7[0xbf][0xc9]e5<[0x12]ZN2[0xb6]:[0xbc]7[0x95][0xc3][0xfc][0xd9][0xc2]q[0x9][0x9d]ON[0xea]#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0x1f][0x15][0xd1][0x95]t[0x15]1[0xed]EO[0xa3]K[0xd1][0xdf][0x97][0xd1][0xdf][0x82][0xfe][0xd5][0x19][0xfd]=[0xe8]_[0x93][0xd1][0xbf][0x1c][0xfd][0xf7]e[0xf4]c[0xe8]_[0x9b][0xd1][0xef][0xa5][0x89]t[0x1d][0xbd][0xdf][0xee]_[0x8f][0xfe][0x7]2[0xfa]7[0xa0][0xff][0xc1][0x8c][0xfe]~H[0x84]#[0x18][0xfd][0x8f][0xa8][0xfe]Gi[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e][0xa8][0xe0]@[0xb9]Y[0xbe][0xf4][0xe3][0xcd]x[0xbb][0x2][0xc7][0x88][0x8f][0xaa])[0x1f]Sjhx[0xd6]@[0xa9]Z:[0x80][0x96]aN[0xa2][0x83]t[0xb][0xde][0x1e][0xba][0x95]>n2[0xe0][0xf3][0xc8]An[0xd0][0xda][0x3][0xa7][0xc8][0xe5]x 0@[0xda]R[0xc7]2[0xc7]rG[0x95][0xd3][0xef],qv[0x1c][0xa1]5[0x1][0xbf]s[0x80][0x1c]U.[0xbf]+o[0xdb]=[0x94]7[0xe9]0[0xe9][0xce]~r:[0x96][0xf7]S[0x19]h[0xd7][0xdc]CS@+[0xc0]4[0xe7]NL[0xcc][0xbb][0xf6][0x1e][0xf2][0xee][0xd7]x[0xbf][0x93]e[0x8a][0xcb][0xb1][0x1c][0xad][0xfe]3[0x8f][0x95]>[0x80]m[0x1c]J[0xbc]z[0x1a][0x87][0xe7]Z[0x88][0xb7][0xe][0x9b]7Q[0xe][0xad][0xa7]\j[0xa6][0xb1][0xb4][0x1][0xfa][0xb7][0xd0]tj[0xa5]9[0xd4]FU[0xb4][0x91][0x96][0xd1]&[0xcc][0xd8][0x8c][0x91]K@[0xd9][0x2][0x8b]l[0xa3][0xad][0xe8][0x85]h[0x87]Rm98L[0xa7][0xc5]t[0x1b]PsQ>8}[0x82]n[0x7]g[0xa8]D[0x9f][0x4][0xf2][0x4][0xee][0x97][0xd0][0x1d][0xa0][0xe1][0x18][0x4][0xaf];[0xd1][0xd2][0xb0]S[0x1b]}[0x8a][0xe]A[0x9e][0xc3][0x98]1[0x95][0xbc][0xee]3[0x98][0xe7][0xd2][0xe9].[0xc6][0x1f][0xd1]i[0x9a][0xcc]+[0xd8]1[0xc9][0xf9]6[0xf1][0xdb][0xe0][0xeb][0xa1]O[0xd3]g,[0xc8][0x9a][0xb1]J[0xc7][0xaa][0xbe]4d&`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]R[0xc1]lk[0xc0][0xef][0x12][0xcc][0xdc]~[0xb7]`V[0xec]w[0xa6]@[0xab]r[0x6][0x1d][0xda][0xfa][0xfd][0xe][0xee][0xa7][0xf3]1[0x8][0xf0]f[0xc9]`[0x9][0x16][0xd8][0xe8][0x8d][0x9]N[0xf2][0xbb]d[0xce]~[0x17]cA?[0xb9][0xf1]D[0xbb][0xff][0xcc][0xbd][0x93][0xd2] [0xb6][0xd0][0x4]<#Pu[0xf] [0xe8][0x86][0xf8]=P0Jyp[0xba][0x12]8[0xda][0xc][0xba][0x82][0x2][0x14][0x7][0x88][0x9][0xaa][0xa6]$[0xad][0x80][0x83]_[0xc][0xe7][0xbe][0x14][0xa0]\[0x6][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xb1];[0xe0][0xbc]{[0xe0][0xa0]=X[0x93][0x80]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0][0xab][0xa1][0xdc][0xc]Z[0xa3][0x0]u[0xd3]x[0xda][0xa9][0x0]u[0x89][0xc2][0x16][0xa0][0xd2][0xfa],[0xdd][\r]8r[0xb0][0xfa][0xe][0x5]h.u)h[0x1d][0xd8]?[0xac][0xa0]u*hg(h[\r]r[0x3]Z[0x9d][0xd6][0xa6][0xd0][0x9d][0x2]tsf[0xb8][0xde]&[0xcd]D[0xf7][0x1e][0xfa][0x9c][0x85][0xee]D[0xb][0xdd][0x1d]iH[0x95][0x1b]6[0x3][0xa1][0x85])@[0xf3]3[0x1][0xed][0xa7][0xb9]&[0x92]3[0x85]Z[0xac][0x90]\[0xa8]p,[0x1f][0x9][0xc7][0x7]3p\[0xe]g [0x4][0x94][0x86][0xed]][0xa0][0xe4][0x1][0x85][0x2]D[0xca]$[0xc4]J9"e[0x1]b[0xa5][0xe]h[0xac][0x6][0xe]k[0xa1]a[0x13]4[0x16][0xe7][0xd9][0x8c][0xb9][0xdb][0xe9].[0x1b][0xb3][0x2][0xc4][0x9b][0x89][0x99][0x7]n[0x9b][0xc2]l[0x7]0;[0xa2]0[0xdb]a9[0xa1][0xb4][0x4]=[\r][0xff]l[0xb7]0s[0xc1][0xb1][0xd3][0x98][0x15][0x92][0xe7]][0xf2][0x0][0xa9][0xd3]4[0x9]89[0xa7][0xa5]q[0xba][0x97]>oE[0xfe][0x7]1Y[0xbc]|[0xca][0x9]r]z[0x8c][0xdc][0x8d][0xc1]S[0xa4];[0x10]o[0xc1][0xa7][0x97][0x97][0x7][0x82][0x93][0x6]I/[0x1f] [0xcf][0xc3][0xb6][0x9e][0xf9]j[0xfa]}`[0xd2][0xf][0xab][0xde][0x8f]@[0xfb][0xa2][0x92]=`[0xb2][0xb1]m;[0x85][0xbe][0x80]YH[0xd0][0x90][0xe3]N[0xcc][0xd5]0[0xdb][0xc0][0xfc][0xdb][0xad]`An9My:}[0xb1]F[0xe6]|[0x89][0xbe]l[0x9][0xf4]'[0x8]([0x86][0xdb][0x10][0xdf][0x97]IX[0xaa][0xc9][0x9c][0xa3][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xe1]pD[0x8f][0x93][0xdc] [0xf3][0xe9][0x18][0x4];[0xe][0xd8][0x9f][0x80][0xc8]'`[0xaa]'i[0x11].[0x90][0xcb][0xd1]_I[0xcf] [0x9b][0xc][0xd9][0xa6])[0xa6][0xa0]2[0x88]$[0xba][\r][0xf4][0x0][0x94]"[0xd5][0xfa][0xa4][0xca][0xcc][0xd2][0x12][0x95]5[0xd5]2[0x15][0x95][0x96][0x18][0xc9][0x9][0xfe]K[0xe8]+[0xca][0x98][0x87]U"u[0x1a][0xee]w[0xc8][0xc5][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xa8][0xff] =d[0xf9][0xad]S[0xd9]G[0xd4]?E[0xce][0xa3][0x15]'[0xc9]#[0xde][0xa8][0x0]0[0x4][0x0][0xf8][0x9e][0xee][0xd7][0xfd]N[0x13][0x1]w[0xb1][0xcb][0xaf][0x3][0x81][0xdc][0xcd][0xaa][0x1][0x4][0xdc][0x15]~[0xdd]B@[0x7][0x2][0xdf][0x93]I[0xa5]2![0xad]~[0x15][0xa2][0x8c][0xe8][0x9b][0x10][0xea]El[0xf6][0x12][0x8d][0xa1]o#[0x7]|[0x87][0xfc][0xb8]_[0x17][0xd1][0xab]H[0x83][0xaf]Q%[0xee][0xc0][0x17][0xd2][0xeb][0xf0][0xc5]W[0x11][0xed][0xdf][0x7][0xc][0xff][0xa6]`h[0x81]p%[0x0]I`[0xd0][0xcf][0x81][0xe1][0x88][0x5][0xc3][0xc3]*[0x96]S[0x80]8l@[0x9c]6 .[0xec][0xb4]X[0x1][0xe2]V[0x80][0xe4][0x92][0xcb][0xe5]I![0x12][0xc4]&[0xb8][0xfe][[0x88][0xdc][0x84][0xc9]^L9[0x98][0xd5]![0x9c][0xa6]O[0x88][0x91][0x1][0x8c][0xdb][0xaf]K[0x90]o[0x81][0xd2][0x92]7=~[0x8f][0x84][0xb9]WN[0xe][0xba][0xc8][0xef][0x1]y[0x90][0xc6][0x1c][0xa2]9[0xf0][0xe][0xbf]30Hc[0xfd][0xce]A[0xca];[0x4]~[0x83]4[0xae][0x9f][0x8a]%[0xd2][0xd1][0xcc][0x97][0xe8][0xa6][0x1c][0x1c]E~[0xcf] [0x8d][0x97]p[0x17]w[0xba]7[0xe8][0xd7][0x85][0x6]&[0x13][0xd2]p^[0x6][0x7]'[0xfa][0x19][0xc9][0x15]3[0x9f]~[0x1]o[0xfa][0x15][0xac][0xfd]kx[0xcb]Q)[0xfd][0x6]p[0xfe][0x16][0x1a][0xfd][0xe][0x9][0xe0][0xf7]H[0xa0]@[0x2][0xfd][0x13][0x12][0xc0][0x9f][0x91][0x0][0xfe][0x82][0x4][0xf0]7[0x9c]Co[0xe1][0x8c]9[0x8d]3[0xff][0x1d][0xba][0x2][0xf8][0xed]c[\r]g[0xff]o[0xe9][0x6]v[0xd1][0x1]v+[0xd8][0xb7][0x1][0x81][0x5][0xd4][0xa0][0x12][0x83]x[0xc7]A[0x1b][0xf6][0x83][0xb6][0xf7][0x1d][0xb4][0xbd][0xef][0xa0][0xe5]}[0x5]H[0xcf][0x8f]*[0xd8][0x8b][0x91]j[0x1f]S[0xde]W[0x8a]Tn[0xfa][0xf0]t$[0xfb][0xc7][0x95][0x19][0xc5][0x0]3[0xc9]k [0xc3][0x8e]![0xf]BR%[0xd9]m[0x9c][0xca][0xb2][0x93]xz[0xae][0x8e][0xdc][0xe1]B[0xd0][0xe] ^[0xcc]@[\r]a[0x7]1m[0xd1]DI[0x9a][0xe3][0x83][0xa5][0xf6][0xc1]cf[0xd4]tjt[0x8b]|[0xe2]X[0xdb][0xdd]hU[0x18]E[0xaa][0x9e]@[0xee]N[0xd5][0x13]b[0xb3]A[0xf2][0xa7][\r][0xa2]2[0x14][0xe][0x0][0xf][0x97]P[0x1e][0x97]R!O[0xb6][0x8f][0xf8]<[0xa8]k[0x1e][0xf1][0xa9][0xad]M![0x1e][0xb7]rj[0x91][0x2]VS[0xad]G[0xad][0x10].[0xb2]J[0x81][0xc3]j[0x7].[0x84]X'[0x90]%L[0xb1].[0xb7]P(,[0x15]O[0xcb]-q[0xee][0x84][0xff][0x14][0xf4][0x93]7PR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7]9[[0xaa]Y[0xe4][0xe6][0xd9][0x90]j[0xe][0x15]p0[0x3][0x90]B[0xdb][0xa0][0x85]j_V-[0x91][0xd4][0x4][0xc4]IZ[0x9e][0xc0][0xff][0x94][0xbd]q[0xb]Fd[0xa5]Q"[0x1b][0x6][0x10][0xe3][0x85][0x9b][0xd3][0x95][0xdb][0x18][0x19][0xe3]*[0xc4][0xd3][0x5][0x94][0xc3][0x17]f[0xec]d[0xd8];[0x19][0xf6]N[0x86][0xb5][0x93]O[0xbe][0xa1]Y[0xfc]k[0xd0][0x97][0xb1][0xb1][0x81][0xbc]k[0x84]w [0xef][0xda]l[[0xac] [0x9d]kh[0xc]g[0x16][0x88]c[0xad]-|[0xf2]][0xce]bWk[0xb1][0xcb][0x9d][0xe8][0xbc][0xce]9[0x92][0x8b][0xac][0xc9]`[0x92]K_[0x85]t[0x94]r[0x87][0x1c][0xe5][0xe][0xcf][0xd1][0xf3][0x16][0xbf]fK}[0xdf]D[0xe7][0xd5][0xcb]J[0x83][0x80][0xe0]l[0xc9][0xda][0xe4][0xff][0xc2] /o[0xca]P[0xde][0xa7]T&[0xd5][0x12][0x19]q[0x9f][0xc0][0xd6]_S~[0xe7][0x93][0xef][0x84][0x16][0xf7]m[0xea]X[0x85][0xd1]&~[0x96][0xf2][0x82]y[0xdb]D[0xf3][0xfd]t[0xa6][0xff][0xcc][0x9f][0xcf]6[0xe8][0xe][0xec][0xb2][0x13][0x10][0x87]h[0x1c][0xb7][0xab][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0x95][0xf6]N[0xf9][0xd6]N[0x96][0x19][0xe1][0x82]>[0xf9]Ji[0xed][0x94][0x0]7I[0x8b][0xfe][0xd2][0x92]#4&P:[0xbf]Brw?[0xe9][0x15][0xc8]Hgo[0xd6][0x3]{[0xa2]2[0xe3]^[0x9a][0xc0][0xf1][0x8c]S[0xd7][0xaf]B[0x9f]T[0xeb]~[0xcb][0xa6]~[0x15][0xf0][0x9a]j[0x89][0x0][0xe][0xdb][0x8f][0x1c]H![0xdf][0xa0][0x17],[0x1][0xee][0xb5][0x1c][0xb8]B[0xca]P~8[0xf0],[0x15][0x1d]"O`[0x88][0x8a][0x1e][0xb6]J[0x82]u'[0xa8][0x18][0xef][0x89][0x8d][0x81]`9d[0xb]Z[0xe5][0x80]S[0x9]6][0xf2][0x11][0x4](|[0x14][0xae]}[0x13][0xe5][0xf2][0xcd][0x94][0xcf][0x7]h"[0x1f][0xa4][0xe9]|[0xb][0x95][0xf1][0xad][0x19][0xf8]W[0xe0][0xd8]y[0x11][0xef][0x89][0xc8][0x92][0xdf]R[0xa8]L[0xc7]Y[0xfc][0x12][0xe] [\r][0x7][0x90]iz[0x93][0xf2]r[0xda][0xf1][0xdd]9@[0xec][0x15][0x1c]D[0x9a][0x12][0xf8][0xa0]%[0xf0][0x94][0x0][0xac]^[0x82]b[0xe7]([0x2][0xa0][0xf4][0x10][0x19]J[0xbc]I[0xfd][0x10][0x1e][0x3][0x93][0x8f][0xda]"N[0x94][0xbc][0xc1][0xf] [0x1f]|[0x5][0xee][0xf0][0x10][0xf0]{[0x98][0x8a][0xf9][0x11][0x94][0xe6][0x8f]e[0x88]6[0xc5][0x12]MZ[0xa6]h[0xd2][0x1a].[0x9a]Iy[0xd9]NR[0xe][0xef]X[0xa7]u[0xa3]z[\r]2~[0x17][0x7][0xa6]yf}[0x2],[0x5][0xfa][0xd7][0x2]'q[0xb6](H[0xc7][0x4][0x5]S9[0xb5][0x9c][0xf][0x80]2[0xc5][0xa2]L[0x19][0xa0][0xa9]&e[0xda]![0xc4][0xda][0x10]M[0xb][0x1e][0xa7][0xe9][0x1a])[0xd2][0x8c]C4N&[0xcd][0x18][0xa0][0x99][0x3]t[0x9e]9o[0x96]E[0x9c]5@[0xb3][0x7][0xa8][0xcc]$[0xce][0xb1][0x88]s[0x6][0x8][0x17][0x89][0xa0]I,[0xb7][0x88]([0xe0]*[0x6]h[0xae]I[0xac][0xb4][0x88][0x95][0x3]t[0xbe][0xb8][0xb5]"[0xce][0xb3][0x88][0xf3][0x6]h[0xbe][0xbd][0xd1][0x2][0x8b][0xb8]`[0x80][0x16][0xe][0xd0]"![0x2][0xd8][0xaa]t[0xd0]^[0x7]8[0x88][0x8f][0xc1][0xfb]q 2j(~[0x2]g[0xc5][0x9][0x9a][0xc5]O[0xc2][0xee]OQ%?M[0x8b][0xf9][0x19]Z[0xc2]CT[0xcb][0xcf]R[0x13][0x95][0x9a][0xf9]9[0xda][0xcc][0xcf]S;[0x8d][0xc2]|[0x92][0xba][0xf9][0x14][0xed][0xe5][0xaf][0xd3][0xd5][0xfc][\r][0xfa][0x0][0xbf][0x80][0x13][0xef][0x9b]t[0xb][0xbf]Hw[0xf0][0xb7][0xe8][0x8][0xbf]D[0x9f][0xe7]o[0xd3][0x97][0xf9];t[0x8c]_[0xa6][0xe3][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xf1][0xab][0xf4]"[0xbf]F/[0xf1][0xeb][0x19][0xd1][0xf6][0x9a]m[0xbc][0xd7],[0xe3][0x99]EEN[0x8e]o\[0xfe][0x4][0xf3][0xf][0x6][0xfa]^[0xca]@({[0xcd][0xb0][0x9b][0xc]=/8[0xac][0xee]_CtA[0xe3] ][0xd8][0x14][0xac][0x0]^[0x8b]MC[0xd9][0xaa][0x9a]>[0xf4][0x3]$[0xbb][0x1f][0xc2][0x87]~[0x8c][0x84][0xf7][0x13][0xb8][0xf9][0x1b]T[0xca]?[0xcd][0x88][0xc3][0xc9][0xb6][0x18][0x93]-1[0xc6] [0xdc][0xbf][0x8f][0xda]IC[0x4][0x1b][0x88][0xb5][0x1f]Xq[0x88]s[0xc4][0xb][0x81]~H?[0xb2][0x4][0x8a][0x8][0x9][0xef]i[0x8f]P[0xf5][0x0]-[0x19][0xa2][0xa5]k[0x11][0x90][0x13]N[0xd0][0xd2]K[0xf3][0x97][0x1d][0xa3][0xe5]kA[0x87]e/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]+[0xf1][0x2]9[0xc5][0xf8]g[0xe4][0xe3][0x9f]C[0x9e]_P[0x11][0xff][0x12][0x17][0xa2]_[0xdb]9[0xd4][0xa7]*[0xef][0x1f]X9[0xd4]C[0xb8][0x7]L[0xd1][0xe9][0xc7][0xa0][0xff][0x84][0xde][0xb0][0xb6]m[0xb3].[0xfe][0x93][0xc1]{[0xc5][0x0][0xd5][0x1c][0xa6]q@[0xa4][0xf6][0xb0][0xf2][0xda][0xba]C#[0xe4][0xe9]?f[0xe4][0xe9][0x94][0xce][0x87][0xd5][0xa8][0xa3][0xc8][0xa1][0x12][0xf5]O[0xed]p}[0xde][0xba]`,[0x94][0x1d][0x9a][0xe0][0x87]5[0x87]([0x17][0xa1][0x8a][0xfc][0xb6][0xb2][0x9f][0xa6][0xca]n[0xa9][0xd8]][0xd5]Oy[0xe6][0xb6]^[0xd5][0xaf]O[0xc7][0xb0][0x99]f[0xfe][0x82][0xc][0xf5]W2[0xf8]op[0xb5]7[0xe1]jo[0xc1][0xd5][0xde][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe];-[0xe0]w2[0xec][0xb0][0xd0][0xb6][0xc3]B;[0x96][0x17]Z[0xb1][0xec]Bm[0xfb][0xef][0xf4][0x1f][0xd0][0xe7];[0xb6][0xfb],[0xb4][0xa2][0xda][0x1c][0xfb]O[0xfb][0x86][0xe2]8M[0x5]:[0xfd]l[0xac][0x91][0x11][0xe4]?G[0x89][0xa7]4[0xd3][0x90][0x1e][0xe5]"[0xc1][0x1b]+[0xf2]/[0xbe][0x8f][0xfc][0x12]*[0x17][0xe3]7H[0xab][0xc5]y[0xfa][0xf9][0xa2][0x8a][0xfc][0x6][0x8b][0xde][0x80][0xdf] [0xad]1[0xe9][0xb3]+[0xf2][0xd7]Z[0xf4][0xb5][0xf8][\r][0xd2]:[0x93]>[0xb6]"[0xbf][0xd1][0xa2]7[0xe2]7HM[0x8a]N[0xab][0xc8]_o[0xd1][0xd7][0xe3]7H[0xcd]&[0xfd][0x8d][0x8a][0xfc][\r][0x16]}[0x3]~[0x83][0xd4]b[0xd2]OU[0xe4][0xb7]Z[0xf4]V[0xfc][0x6][0xa9][0xcd][0xa4]?T[0x91][0xbf][0xd1][0xa2]o[0xc4]o[0x90]6[0x99][0xf4];[0xcb]OQ[0x8e][0x9d][0xe3][0x7]is[0xb5][0xb3][0xbc][0xd8]y[0x9c].[0xd1]p[0x95],[0xc][0xe6]_[0x8a]i[0xc5][0xa8][0xb5][0xbc][0xf9][[0xcc][0x5][0xbb][0xd5][0xf0]V[0x8d]6[0x83][0xd5]6[0xfc][0xaa]][0xc1][0xbc][0xad]*[0x99]T[0xe1]FR[0xad][0x17][0xeb]OWy[0x1c]U^[0xbf][0xd7][0xef]9B[0xe7][0x17][0xeb]~[0xef][0xfc]j[0x9f][0xdf][\r][0xc3][0xa2]V[0xef]'_0[0xbb][0xb0]*[0xf6][0x5]e[0xdf][0xf2]ct[0x99]\X[0xbc][0xa8][0xb1][0xbf][0x1d][0xcc][0xdb][0x9e][0xaa]3L[0xd3][0x98][0xa6][0x1]l&[0xb7][0xa6]Q[0x91][0xe6][0xa0][0xc9][0x9a][0x93][0xce]G-Z[0xa5][0xb9]i[0xb5][0xa6]S[0x93][0xe6][0xa1][0x9d][0x9a][0x97]vk>[0xda][0xab][0xe5][0xd0]u[0x9a]A[0xb7]j[0xb9]t[0x87]6[0x86][0xee][0xd7][0xc6][0xd2][0x83]Z[0x1e][\r]i[0xf9][0xf4][0xbc]6[0x9e]^[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x15][0xad][0x90]~[0xac][0x15][0xd1][0x9f][0xb4][0x89][0xf4][0xb6]V[0xc2][0xe][0xad][0x94]}[0xda]$[0xce][0xd5]&[0xf3]lm[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]kSy[0xbe]6[0x9d][0x17]k3[0xf9]b[0xd0][0x1a][0xb5]Y[0xdc][0xa6][0x5]R[0xd7][0x1f][0x94]oS[0xe9][0x97]p/[0x1f];p[0x99][0xf9][0x15][0xe]^[0x17][0xe7][0xe2][0x92][0xf4]k[0xa0][0xe5][0xc6]9u[0x3][0xea][0xfe][0xab][0xd4]q[0xbd]1[0xe5][0x86]hYn[0x88][0x96][0xe9][0x86][0xd2]:[0xcb][\r][0xd5][0xd8][0xcb][0xf6]X[0xca][\r][0xdb]hlQ[0xa1][0xf9][0x97]s[0x9a]f[0xa2]6?C[0xb3][0xc9][0xa7][0xd3]oT[0xa5][0xfe][8[0xa8]U[0xaf][0xab][0x9a]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6]"[0xc][0xa2][0x98][0x1f]Oz[0x96]YDoBN[0xd3][0xa1][0x7][0x87][0xfe]}*T[0x91]>[0x94]C[0xd3][0xd0][0xd9][0xe][0xd1]T^a[0xb9]C[0x81][0xe9][0xe][0x15][0x19][0xde]p[0xbb][0xc]Z[0xce]P[[0xed][0xc][0x9a][0xe5][0xa2][0xb3][0xca]%N[0xb2][0x83]Q[0xc2][0xef]d[0xaa]v[0x17][0xbb][0x8f]S[0x88][0xc1]b[0xbb][0xb4]v[0x81][0x4]7[0x19][0xa2][0xf6]j[0x8f][0xdf][0xa5][0xfc][0xc2][0x95][0xe1][0x17][0x9e][0xe3][0xd4][0x81][0x19]^i[0x84][0xd1][0xf0][0x15]{3=%[0x98][0xb7]L[0xf6][0x18][0xee]>[0xfd]g[0xee][0xe][0xa6]kT[0xd3]w[0xb6][0x0]Y[0xd2][0xe6][0x92]S[0xab]$C[0x9b]G[0xe3][0xb4][0xf9]T[0xa2]-[0xa0][0xb9][0xda]"[0xf8]O[0x15]-[0xd5].[0xa0]:[0xed]B[0xaa][0xd7][0x16]S[0xa7]VMQm[0x9]%[0xb4][0xa5][0xb4]O[N[0xd7]k+[0xe8]F[0xad][0x86]n[0xd3]j[0xe9][0x1e][0xad][0x8e][0xfa][0xb5][0x95][0xf4][0xb8][0xb6][0x8a][0x6][0xb5]zzF[[0xad][0xfc]a7[0xf0][0x8b][0xc2][0xf6][0xbf][0xc4][0x9d][0xce][0x83]+J9[0xee]u/[0xe2][0xae]v[0x1b][0xcd][0xa0][0xff][0x16][0x1f][0xa1]N[0xdc][0xf3][0xfe][0x7]-[0x9d][0x96][0xe2][0xd0][0xf9][0xb][0xfd][0x15][0x92][0xd5][0xd3]>[0xdc][0xfb][0xe][0xa9]K[0xc8][0x90][0x9d][0xaa][0x86][0xec]T5d[0xf9][0xc8]8zH[0xf9][0x92][0xe9]#R[0xa6][0x98]{[0xbd][0x89][0xbd]Lno[0xa9]t7[0x94]Q[0x94][0xcc] [0xdd]8M[0xd3]`[0xeb]w[0xe9]<[0x9d][0xde][0x86]S[0xfc][0xfd][0x1d][0xf1][0x1a][0xf8][0xc1]i[0xf7][0x9b]t[0xc1][[0xb6][0xf1]%[0x9b][0xbd]c[0x1b][0xbf][0xcf][0xfa][0xf0]p[0xe0]=[0x19]?[0x94]a[0xfc]:1[0xfe][0xd6][0xc][0xe3][0xef][0x1e]f[0xf7]J[0xdb][0xee]Y[0xc][0xae][0xf][0xb7][0xe4][0xb7][0xce][0xc9][0x2][0xea][[0xaf][0xb6][0xe][0x96]l[0x84]%[0xd7][0xc3][0x92][0xcd][0xb0][0xe4][0x6]X[0xb2][0x15][0x96]l[0x83]%7[0xc2][0x92][0x9b]`[0xc9][0xcd][0xb4]K[0xbb][0x4][0xd6][0xbc][0x94]z[0xb4][0xad][0x94][0xd4][0xb6][0xd3][\r][0xda]e[0xf4]!m[0x7]}L[0xb][0xd9][0xdf]rv[0x1][0xcf]w-[0xbb]4[0xd3][0x19]&e[0x97]z[0xdb].[0x7]l[0xbb][0x1c][0xb0][0xed]r[0xc0][0xb6][0xcb][0xfb]2[0xec]"[0xb1]k[0xf2]`e[0x8d][0x3][0x19][0xd6][0x98][0x9a]a[0x8d][0xa9]:kb[\r][0xdc][0xa7]%<[0xdf][0xa2][0xbc]a[0xa6][0x90][0xff][0xcb][0xc0]:[0x94][0xaf][0xb2]*[0xdc][0x9]A[0x9c][0x99][0x9d]&[0xd0]>[0xb3][0xfa][0x8e][0x1c]U[0x92]xq[0xf8]ve[0x96][0x1][0xda]n[0xf2]j[0x11] [0xd3]I[0xb9]Z[0x17][0x8d][0xd7][0xf6][0xd8][0xa5]m.[0xea]r[0x17][0xbb][0xd5]A7[0xc1][0xd6]jBF[0x9d][0xa4][0x3]X[0x9d]u7[0x84][0xf0][0xa0],1[0x85][0xf8][0xae]:[0xf][0x89][0xd6][0x4][0xf3][0xf7][0x88][0x8]A[0xf1][0x5][0xd5][0xc8][0xbf]\^([0x92][0xba][0x9b][0xca]U[0xd5][0xd0][0x3][0xc3][0xab][0x3]bs[0xb1][0x13][0xce][0x11]=[0x8c];S~L[0xcd][0xad]0W[0xf4][0xaa][0xaf]54[0xec][0x3][0x9c][0xd6]C[0xba][0x86][0xdb][0x8c][0x16][0xa3]B[0xad][0x97]J[0xb5]+[0xe8]<-N[0xe5]Z[0x82][0x16]iI[0x18][0xb4][0x8f]j[0xb5][0xab][0xa8]A[0xdb][0xab]TYhJc+[0xb0][0xc6]6[0xcb][0x1a]K[0xbd]R[0x9a][0xcb]>[0x5][0xde]yt[0x1e][0xe7][0xa8]$,[0xea][0xe5][0x10][0x8a][0x83]Z[0x95][0xfd][0xee]B[0xfe]6[0xec][0xab]O[0xd8][0xba][0x93][0x6][0xcc][0xab][0x8f]u[0xdd]1+[0xa1][0x1e]H[0x9c][0x87]w![0xd4][0xbe]b[0x90][0xe2][0xe8][0xe][0xfb][0xc][0xaa][0xee][0x98][0xda]-[0xf0][0xc7][q2[0xdd][0x96]Q[0x10][0x5]p[0x1a][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xd4]tnl9[0xc6][0xfe][0xf]-3[0x94][0x19]H",[0x81][0xcd][0x92][0x8f]R[0xb5][0xc0][0xc2][0xe9][0xe2][0x8a].[0xc2]a'[0x9f][0x92]5[0xce][0xa3]?[0xaa]2[0x84][0xa9][0x1d][0xf7][0xe7]?[0xb8][0xbd][0xff][0xb]PK[0x7][0x8]^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedMessage.class[0xa5]Wix\U[0x19]~Of23[0x99][0xde],M[0x9a][0xae])m[0xd9][0x9a][0xcc]$[\r][0xb4]@[0xa1]m*i[0x16][0x9a][0x92][0xa6]!I[0x3]m,[0xe5]6[0xb9][0x9d]L[0x99][0xcc][0x84]YX[0xea][0x82][0xe0][0x86]Z[0x14][0x8a][0x16])([0x8a]B\[0xaa][0xb6]@[0x16]Yjqi[0x1]QY[0x4][0x17][0x10]E[0xc1][0x5][0x95]?[0xfa][0xe0][0xf3][0xf0][0xa0][0xf5][0xfd][0xee][0xbd][0xb9]3[0x93][0xde]H[0xd5][0x1f]s[0xce][0xf9][0xbe][0xf3][0xed][0xdb][0xb9][0xf3][0xe4][0xbf][0x1e]:[0xc]`[0x5][0xde][0xf0][0xe3][0x8e] |[0xd8]_[0x84][0xb9][0xb8]S[0x96][0xbb][0x82]\>[0xe7][0xc7][0xe7]e[0xbf][0_[0x8][0xe2][0x8b][0xb8]'[0x88]/[0xe1][0xcb][0x2][0xde][0x1b][0x84][0xc2]}r;"[0xb8][0xaf][0x8][0xee][0xab]~|M[0xf6][0xaf][0xb][0xfa][0x80],[0xdf][0x8]b[0xe][0xbe])[0xb8]o[0x5]Q[0x8f][0x83]~[0x1c][0xf2][0xe3]~A> [0xf0][0x83]r[0x1a][0x95]eL[0xc4][0x8d][0xcb]2![0xcb][0xb7][0xc5][0x9a][0x87]D[0xe3][0xc3]A<[0x82]G[0xe5]tXN[0xdf][0x91][0xdb]#[0xb2]<&[0xcb]w[0x85]w[0x0][0xdf][0xb][0xe0][0xfb]r[0xfd][0x83][0x0][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x98],[0x8f][0xfb][0xf1][0x84]h[0xd9][0xef][0xc7][0x93]~[0xfc]PaAsKk[0xe3][0xe6][0xf6][0x9e][0xed][0xdd]=]m[0x1d][0x17]m_[0xb7][0xb9][0xad][0xbd][0xb9][0xa5]k{w[0xdb][0xd6][0x16][0x5][0xd5][0xa6]P[0xdc][0x94][0x88][0xa7][0xd2]z<[0xdd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xc7]2[0x86][0x87][0xc1]9[0xae]P[0xd6][0xd5][0xd2][0xb4][0xb9][0xab][0xbb]mS[0xc7][0xf6][0xce][0xae][0x96][0xd6][0xb6][0xcb][0x14][0xca][0xdb]w[0xe9]W[0xeb][0xf5]1=[0x1e][0xa9][0xef]N'[0xa3][0xf1][0xc8][0xea][0x0][0x9e][0xca]#[0xed][0xde][0xdc]J[0xd2][0x0]~[0xa4][0xa0][0xb5]tum[0xea][0xb2][0x99][0x3][0xf8][0xb1]B[0xa9][0x85][0xe9]n[0xe9]l[0xec]j[0xec][0xd9][0xd4][0x15][0xc0]O[0x14]*,[0xe4][0xc6][0xee][0x8b]r/[0x9e]v[0xf8]'%>C=)#[0x19][0xd5]c[0xbd]F2[0x15]M[0xc4]7[0xb7]5[0xd3][0xfc][\r][0x85]o>[0xf6][0xd6]M[0xaf]=r[0xfd]J[0x5][0xff][0xfa][0xc6][0xee][0xf5][0xbd][0x8d][0xed][0xe2][0xc1]"[0x85][0xb9][0xe9][0xc1][0xa4][0xa1][0xf][0xb4]'[0xfa][0xf5][0x98]e[0xee][0xba]L46`$[0x15][0xe6][0xe4]x[0xd2][0x93][0xa5]Z[0xad]P[0xd4][0x1d][0x8d][0xc4][0xf5]t&i(,w[0xa7]ZsB[0x18]l[0xb9][0xab][0xd7]R@[0xc9][0x90][0x91]J[0xe9][0x11][0xa3]SO[0xa7][0x8d]d\![0xa0]'#[0x8d][0xc9][0xa4]~[0x1d]}[0xed][0xcb]a[0xdd][0xb4]c[0x97][0xd1][0x9f]&G[0xd9][0xce]DrH[0xa8][0x7]6Z[0xac][0xb4][0x82][0xa6]'[0xae][0xd1]w[0xc4]x[0xae][0xcc][0xb7][0xc2]B[0x93][0xcd][0x1f][0x8d][0xf]D[0xfb][0x8d][0x94]BA[0x1f][0x93]X[0x94]I[0x19][0x3]M[0x89]L<[0xad][0xe0][[0x13][0x8d]G[0xd3]k[0x15][0x1a][0xaa]OLY[0xdf][0x89](W[\r]5[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xa6][0xc4][0x0]M(m[0x8f][0xc6][0x8d][0x8e][0xcc][0xd0][0xe]#[0xd9]c[0x19]UnF[0xa2]Wg>[0x8][0xdb]Hoz0JsV[0xb6]'[0x92][0x91]z}X[0xef][0x1f]4[0xea]c[0x89]H[0x84]*d?gW[0xbd][0x1d][0x9b][0xfa]N=[0xa9][0xf][0x19][0x8c]Ot[0xb7][0xe3][0xb5][0x4][0x9f][0xa1][0xca][0xc][0x19][0xf1]tjJ[0xac]l;[0x15][0x82][0xcd][0xc6]p[0xd2][0xe8][0xd7][0x19],[0x85]y][0xf4]6:d[0xf4]FSQ[0x1a][0xd0][0x18][0x8f]'[0xd2]z[0x9a][0xa5]A[0xf6][0xd9]9[0xdc]Y[0x9e][0xd5][0xef][0x1c][0x12];-[0xd3][0x86][0xa4][0xfa][0xe4][0xf8][0x85]t[0xa9][0xb][0xa9];[0xa5][0x87][0x8e][0xe7][0xf7][0x97]S[0x1d][0x17][0x9c][0x94][0x10]w[0xb1]^[0x8a]=[0xcb][0xda][0xce][0xe6]&E[0xc1]zr[0x11]h[0xda][0x10]3X[0xad][0xda]pL[0xef]7[0x6][0x13]R[0xcf][0xc]cqwZ[0xef][0xbf]r[0xa3]>l[0xa6][0x98]S[0xcc][0x8f]g[0x89][0x15]I=[0xd9][0x12][0x9d]S[0xed][0x12][0x81]6[0x11]*[0xc5]?Y[0x94][0xc3][0x92]t[0xca][0xc]J[0xa5]v[0xda]@Q[0xc4]H[0xb7][0x9a][0xf5][0xaf]0[0xab][0xba][0xc6]-[0xe7][0xc5]$q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&%[0xe][0xd4][0xb8][0xf6][0x91]F[0xba]<[0xa3]j[0xa6][0xe9][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Ggn[0xcf][0xf9]vdv[0xee][0x94][0xe1]0o[0xda][0xfe][0xe6]0[0xb5]tL3V[0x16][0xb8]80[0xc9][0xcb]G[0x80][0xe1][0xb0]Z[0xbd]'[0xa1]Pub[0x1a]&I%p[0xbe][0x9d]vP[0xdc][0xf2][0xef]Von[0x91][0xf3][0x19]We[0xf4]XjJ[0xce]'9[0xb6]r|&[0xcc][0xae][0x15]=[0x81]A=5h[0xb5][0xbb][0xa7][0xba][0x86][0x3][0xc5][0x97]4R[0x99][0x18]o[0xe6][0xf5]K[0x2][0x1b][0xed][0xd6][0xec][0xcc][0xab][0xf][0xd7]b"[0xb3]6`[0x18][0xc3]=[0x9][0xb][0xa3]p[0xa6][0x9b]~7[0x8b][0xcb][0xa2][0x3][0xd4][0x11]M_[0x97][0xe5][0xf5]$v[0xec][0xa2]yi[0x7][0x11]X[0xd3][0x1f][0xb3][0xe7][0x1b]-e[0xac][0x82][0xdd][0x89]L[0xb2][0xdf]h[0x8d]J[0xda][0xe7][0xb9][0xcd][0x96]e[0xa2]Ja[0xc5][0xc9][0xf][0xa6][0xc9][0xfa]Hj[0xb8][0x14][0xfb]4lB[0xa7][0x86].tk[0xb8][0x12]1[0xda]9[0xd5][0x1d]![0x1b][0xd0][0xd0][0x81][0xf3][0xd9]![0x1a][0x9e][0xc3][0x1e]?~[0xaa][0xe1]y[0xbc][0xa0][0xa1][0x7][0x9b]5[0xfc][0xc]?[0xd7][0x90]DJ[0xc3]/[0x4][0xd7][0x8b]sX[0x88].[0xf5][0xa9][0xe1][0x12][0x9c][0xaf][0xe1][0x3][0xb8]A[0xc3][0x7][0xf1]![\r][0x9f][0xc6][0xb5][0x1a]6[0xe0]b[\r][0xbf][0xc4][0x8b],[0xeb]i[0xaa]F[0xe1][0xdc][0xff]i[0xec][0x8a][0xe1]/i[0xf8][0x15]^[0xd6][0xf0]k9[0xfd][0x6][0xaf]h[0xf8]-~[0xa7][0xe1]U[0xbc][0xa6][0xe1][0xc3][0xf8][0x88][0x86][0xdf][0xe3][0xf][0x1a]>[0x8a][0x9b][0xfc][0xf8][0xa3][0xec][0xd2][0xf0][0x9][0xec][0x91][0xe5]u[\r][0x9f][0xc4][0xa7]4[0xdc][0x82][5[0xec][0xc5][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xbb])[0xe9][0xcb][0x14][0x1b][0xd8][0xd4][0xb5][0x8b]S[0xa6][0xf9][0xac][0xab]T[0x83]x[0xf9]gVM[0xed]b[0xe7][0xe1]k[0x10]K[0xfe]"[0xcb]_Yf[0xae][0xf]1[0x87][0xf1];[0xba][0xec][0xb4][0xf7]y[0xd3][0x92]f[0xd2][0xd1]X~,[0xed][0xe4][0xdb][0xaf]Z[0xdf][0xb2]e[0xcb][0xb8]q[0xdd]&[0xd0][0x92]%K[0xf8][0xe4]6[0xb0][0xfa][0xd4]*[0xc2][0x4][0xb7][0xe5][0xd5][0xc3]d[0x99][0xfa]8O#[0xe9]A~[0x11]d[0xef]6[0xea][0x82][0xf0][0xc][0xe9][0xd7]*[0x14]V[0xb7][0xb5]I[0xab][0xcc][0x9f][0xb6][0xbd][0x96][0xcb][0x10]s[0xe9]~[0x93][0xcd]3[0x14][0xe5][0xb8][0xf6]p[0x1e]M[0x1d][0x9c][0xce]@[0xf4]V[0x9b]3[0xd8][0x93]2[0xa6][0x8e][0xfd][0x9c]7[0xa2][0x88][0xb7][0xed][0xb6][0xa5]>}x[0xd8][0x88][0xf3]e[0xad]sk[0xeb][0xff]0[0x16][0x8b][0xad]i[0xe5][0x4]{[0xdd][0xf4][0xc3][0xed][0xa4][0xa6][0x99]iwI[0x9e]P[0x6][0xa3][0xf9][0xff][0x95][0xda]g[0xbd]I[0x8c]YSLO[0xc9]GF^[0xe0]L[0xe4][0xea][0xc9]d[0x9a]ea~[0xb8][0x91][0xb0][0xc6][0xed][0x85]s[0x1b][0xc3][0x1c][0xaa][0xb3][0xdd]h%eK]/[0xdc][0xc6]`[0xdd]I[0xcd][0xcb]l[0xfc][0xab][0xaa][0x9b][0xa6][0xbf][0xc6][0x12][0xfe][0x13][0xf1][0xa1][0x0]gc9[0xca]0[0x9f]}[0xce][0xe1][0xbf][0x88]s[0xf9][0x95]\[0x80][0xf3]0[0xf]+q[0xbe][0x3]_@xU[0xe][0xbc][0x9a][0xf0][0x9a][0x1c][0xb8][0x81][0xf0][0xda][0x1c][0xf8]][0x84]/[0xcc][0x81][0x1b][0x9][0xaf][0xcb][0x81][0x9b][0xa8][0xaf][0x19]-[0xe][0xdc]Jx}[0x8e][0xfe]6[0x4]e[0xb8][0x11]n7[0xe1][0x8d][0xfc]q[0x88][0xf2]|[0xa3][0xcc]\[0x13]w[0x89][\r]s[0xfc][0x9a]0[0xe7][0xa9][0xb9]s[0x86]r[0xaf]$[0xef][0xa5][0xb8][0xc][0x1e]l![0x14]#[0xde][0xcb]}Vh[0x1c][0x5][0xa1][0xda]QxBu[0xa3][0xf0][0x86][0xc2][0xe3]([0x8c]9[f[0xe2][0xf8]8[0xe6]][0xcc][0x8b][0xd0][0x18][0xe6][0x87][0x8f]3[0xf0][0x82][0xe3]j[0x90][0xba][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Kw[0x0][0xea]m,[0xf6][0xb3][0xaf][0x95]|[0xa1][0xda][0x6][0xdc].[0xc5][0xc8][0xbd]Y[0x1c]<[0x8a]R[0xe9][0x94][0x99]c[0xa8][0xba]t[0x4]+[0xa4]i<[0xcb][0xee][0xc2]lA[0x9a]M[0xc2]_[0xe9][0x4][0x16][0x8e]`N[0x1e][0xca][0xea][0xae]S[0xe]M[0xb1][0xee]E[0xc6][0xe7]%[0xe][0xc5][0x97]Q[0xc5]o[0xd4]z[0xbc][0xc2]g[0xe5]U'F[0xd4][0xe9][0x14]W[0xb3][0x1d][0xad][0x84][0x99][0x1e]O[0xc5][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]7~[0xc2][0xda]F[0xae][0xb2][0xb3][0xe3][0xb][0x85]'[0xb0]hjn[0xdf][0xc8][0x11][0xe9][0xb3]_!9]n[0xd6][0xab][0x92][0xf]`[[0xce]Q{[0xbe]v[0x86][0xc2][0xf7][0xa1][0xd0]{[0x80][0xdd]S[0xc2][0xe0].f[0x8e][0x17][0xdf][0x8b]B[0xcf][0x81][0xf0][0x11][0xcc][0xdd]([0x9e][0x1d][0xe5][0xf4][0xe7]V[0xcb][0xdf][0x18][0x96][0xec]G[0xe9][0x8][0x82][0xb5]&[0x9e]T[0xe2]6[0x1][0xcf][0x4]N[0xdd]/[0xb0][0xf7][0x80][0xe3]x[0x88]A[0x7][0xfe]F'[0xfe]N[0xe7][0xdf][0xa4]U[0xff]`a[0xbc][0xc5]D[0xbc][0xcd][0xf7][0xf8][0x9f]|[0x83][0x8f][0xa3][0x9d]Fw(o[0xce]h[0xed]t[0x2][0xd1][0x89][0x8f]q[0xc8])[0xd2][0xaf][0xc0][0xc7][0x89][0xb3][0xba][0xac][0x4]~[0x9][0xb3]W[0xc5]I[0xe0]S[0xa5][0xbc][0xe7]w[0xbc][0xed][0xd3][0xcd]vl[0xea],[0xb3][0x8b]C[0xa6][0xc9][0xa7][0x8d][0xc0][0xeb]YS[0xb6]h[0xc1][0xa0][0x18]k[0xa1]i[0xef][0xe9][0x82][0xbe]b[0xcd][0x82][0xac][0xc1]%b[0x80]*B[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ""[0xac]f[0xe4][0x84][0xb2][0xce]6[0xaa][0x82][0xd9][0xbc][0xd9]|[0xfa][0x13][0xe6]T[0xf4][0xce][0xbc][0x90][0x3][0xaa][0xd2][0x9a]T[0x90][0xf9][0x5][0xfb][0xcc]a[0xc6][0xb4][0xf1][0x8f][0xc5][0x9][0x1d]9[0x81]3[0xe][0xe4]gMU[0xe6]u[0xa4][0x95][0xb5]"[0xf9]C[0xe2][0xc2]|[0xe6][0x94][0x94][0xab]p[0x1e][0xb3][0x84]L[0x98][0xf7][0xba]2/[0x9d][0xca][0xdc][0x94][0xc7]|[0x9b][0xc9][0xac][0xe4][0xff][0x9a][0xcd][0x1c]5[0x1f]4`[0xa5]t[0xe1]8[0xaa][0xcb]k[0xd8][0xf]VX[0xab][0xca]C[0xd6][0x99][0xb1][0xc][0xb]Xk[0x81][0xde]1[0xd4][0x95]m[0x1b][0xc3]2[0xe][0x8b][0xac]:+[0xb6][0xeb]Q[0xa5][0xda]p[0x1e][0xf7][0xac][0xda][0x95]vl[0x3]|K[0xf6][0xd9]jO3[0xa3][0xe][0xcc]x[0x18][0xf5]T{[0xd6][0x3][0xa8][0xb0][0x9a][0xa6][0xa6]IcN[0xbd][0xd9]{[0xd9][0xde][0xfb][0xff][0xbf][0xdf][0x96][0xbc][0xd7][0xcd][[0xd7][0x6][0x80])[0xf0][0xc]0[0xc0][0xd1]a[0xd6][0x80][0x1]8[0xc1][0x87]9>[0xbc][0xa4][0xc3][0xbc][0xe][0xae][0x1]:8E[0x1c]^[0xd6]a[0x81]A[0xe1][0xec]J[0xe3][0xc2][0xe2][0xca][0xd2])[0x6][0xb][0xcb]Q[0xdc][0xae][0x7][0x1b]A[0xeb]RX[0xef]F[0xed]v[0xa7][0xd7][0xe6][0xf3][0xf4]Z}=[0xec][0xf7][0x83]vX?[0x1f][0xc4][0xc1]z[0x98][0x84]q[0xe7]rx[0xf1][\r]y[0xf3]t[0xd0]J[0xa2][0xf8][0x93]y[0x6][0xe5]>>[0x8][0xba][0xab]a[0xdc][0xef]D[0xbd][0xb7][0xcf][0xbe][0xca][0x80][0xbd][0xce][0xe0][0xc0]R[0xd4][0xeb]'A/Y[\r][0xba][0x9b]a[0xfe][0xf3][0xcf]~m[0xdb]7[0xbe][0xfa][0x96][0x81][0xe6]vz[0x9d][0x4]![0x6]GFW[0x19][0xe4][0x96][0xa2][0x8b]![0x83]G[0x97];[0xbd]pes[0xbd][0x19][0xc6][0x17][0x82]f[0x17][0xef][0xc]/G-[0x94][\r]P[0x1c][0xaf][0xd5][0xcd]\r[0xa9][0xd3]g`[0xf4][0xc2][0x8f][0x14][0x8][0x83]7G[0x96][0xd7][0x82][0xf][0x83]z7@[0xf2]F[0x12]c[0x80][0xf9]w[0xb7][0xdd]:[0xd7]\[0xb][[0xc9][0xfc][0xe8][0xee]A[0x95]$[0x86][0xd2][0xd7][0xff]T[0x1f][0xbe]W[0x1c]3l[0xf0]W[0x82] [0x7]S[0x8c][0x18][0x9c]O![0xca][0x8]4[0xb0]a[0xdf][0xcd]Bf[0xcd]=[0x99]e[0xb6][0x9f]`[0x90][0xec][0xd3])[0xb3][0xf7]$[0x83]/[0xfe]6[0xef][0xcc]4S[0xc][0xbe][0xfe][0x7]i2[0xf3]M3[0xb8][0xf6][0xaf][0xf2]e&[0x9e]ap[0xe3]?&[0xce][0x9c][0xc1]a[0xf0][0xcb][0xff].C[0xe6]T[0xb3][0xc]~[0x8]Re[0xce]y[0x82][0xc1][0x1f][0xf]e[0xce][0xcc][0xc9][0xe7][0xb0][0x1b]p[]u&[0x1b][0x8d]h3n[0x85][0xa7];[0xfc][0xb0]=t[0x9f][0x83][0xff]8[0xf7][0x1d][0x82]a8[0xc8]`f_[0x1d][0x4][0xdf]|[0x92][0xf][0xaf][0xf0]a[0x11][0x1b][0x89][0x9d]Q[0x18][0xb8]Yz[0x93]!([0xc1][0x10][0x83][0xd9]]5[0x16][0x9b][0xfd]$[0xc6]=wog0[0xb2][0xc7][0xc6][0x2][0xbb][0x98][0xa3]{;[0xf1]q[0xe5][0xdc]~[0x8f][0xeb]U[0x98][0xc0][0xfe][0xcd][0xc0]fo[0x0]L[0x1e][\r][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0x80]G[0x0][0xbb]'q[0xb7][0x8c]W[0x8c][0x12][0x1c][0x1f][0x13]M![0xb6]b8[0xe7][0xad]-`[0xdf][0x8b]%[0x8f][0xe3][0xc8][0xdb]B@[0xb1][0x1c]L[0xc2][0x13]X[\r][0xc9]E[0xf0][0xa4][0x90][0xbc][0x2]O[0xa1][0xbc][0x14]8[0x83]k[0x6][0xf9][0x8e][0x1f]a[0xc0]?6[0xb6][0x5][0x83][0xdf][0x91][0x8a]&v[0x9d][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe4]*[0xa5][0xc0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<-[0x9e][0x1b][0xf0][0xc]<[0x8b];[0x18][0xaa]>[0xf7]W[0xaa][0xb9][0x9d][0xaa][0xaf][0xed][0xaa]Z[0xc5][0xa7]R[0xf5]y[0xa5][0xda][0xc0][0x4]9[0x9c]KRu|[0xb][0xf2];e[0xcf][0x9]YK.#[0xd9][0x12][0xc9][0x96][0x94],[0xaf][0xe][0xb]{npD[0x19]t[0xf1][0xed][0xe7][0xf9];[0x17][0x6][0xda]O[0xa0][0xf9][0x83]c[\r]?7[0xde][0xf0][0xf3]f[0xae][0x91][0xf2]r[0xde][0x11]~[0xd3]r[0x17][0xf9]U[0xc8][0xaf]B~[0x15][0xe5][0xc7][0xab][0x1a]V9[0xe1][0xfc][0x82]r[0xfe][0x14][0x9d]5[0x9c][0xab][0xc2]Y[0xdf][0xe9][0xec]kf>[0xcd][0xfe]}a[0xbf] [0xb7][0x92]}[0x95][0xec][0xab]d_%[0xfb][0xaa][0xb2][0xe7][0xd5][0x8b]X[0xe5][0x5][0xc8]Q[0x5]r[0x15]At[0x9c]k[0x2][0xa4][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xeb][0xa6][0x96]F[0xd3][0x16]4g[0xe4]~[0xa2][0xa9][0x11]M[0x8d]hjDS#[0x9a][0x9a][0xa2][0xe1][0xd5][0x8]V[0x9a][0xe0][0x1a]U\[0xdf][0xa0]j[0x81]Z[0xc1]U[0xbe][0xe7][0xdb][0xdc][0x1][0xf3][0xb][0xa6][0x9e]F[0x17][0x9][0xba][0xb7][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]YDg[0x11][0x9d]Et[0x16][0xd1]YDg):^YX[0xe9][0x82][0xf3][0x98][0xe2][0xbc][0x86][0xd7]E[0x9c]m[0xc9][0x99][0xfe]%[0xef]p[0xfa]e[0xcd],[0xa4][0xd1]~,h[0xdf][0x93]ZDk[0x13][0xad]M[0xb4]6[0xd1][0xda]Dk[0x13][0xad]M[0xb4][0xb6][0xa2][0xe5][0xd5][0x18]V[0x5][0xc1]=[0xae][0xb8][0xaf][0xab][0x1f][0x8f]#[0xb9][0xef][0xf3][0xe1][0xb7]q[0xfb]e[0xdd],[0xa6][0xd1]_[0x11][0xf4][0x1f]HE[0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d][0xa2]w[0x88][0xde]!z[0x87][0xe8][0x1d]E[0xcf][0xab][0xe3]X[0x15]E[0x8e][0xba][0xca]q[0x13][0xd7][0x94]pve[0x8e][0xe2][0x3][0xe4][0xf0][0xcb][0x5][0xd3]HKsU[0xa4][0xd9][0x90][0xba][0x94][0xc6][0xa5]4.[0xa5]q)[0x8d]Ki\J[0xe3]R[0x1a][0x97][0xd2][0xb8][0x94][0xc6]Uixece[0x88]\[0x13]*[0xd7]o[0xb8][0x9a][0xfb]z2[0x97][0xf1][0xc0][0xb9][0xfc]r[0xd1],[0xa5][0xa5][0xfb]R[0xa4][0xbb],[0xd5])[0x9d]G[0xe9]Cq'[0xea][0x11]i[0xb5][0x15][0x84]bw<[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x99][0xc8][0xd4]Z[0x91][0xc7][0x87][0xfb]\[0x6]z[0x9f][0x16][0x8b][0xaa][0x1f][0xc4][0xc][0x8b]m[0xc5][0xd5]8[0xce]f[0xb6][0x9e][0x84][0xa1][0x90];C[0x1e][0xc7][0x82][0x8e]_[0xb5]"[0xe9][0xbb][0xfc]-[0xf7][0xfa][0xc2][0x1d]F[0xbe]O[0x13][0xe8][0xbc]5pG[0x13][0x88][0xfb][0x9c]K>[0x12]J[0xc8][0xe0][0xa3][0xe8][0xed]F/[0xc4][0x81][0x90]"[0xf4]DJ[0xd9][0xe4][0x9e][0x8a][0xe4][0x87][0xf5]#:t[0xc7]e_[0xa8][0xe6]1[0xcb]V[0xec]F[0xae]iY3ML[0xeb]L[0x93]F[0xac][0xdb][0x8d]7S[0x98][0xbd][0xee]@x[0x8a]0[0x16][0xf5]u[0xfe]x[0xbd]z[0x84]y[0xda][0xed]J;[0x1a]KO4[0x3][0xdd][0xb6]q[0xb2][0xeb][0xdc][0xd2]T[0x16][0x16][0xb0]n[0xc1][0xc4][0xbc][0x85]2*&n0[0xbc][0xfc]/~[0xd1][0xf3][0x9a][0xbd]![0x83][0xfd]W[0xa9][0xc]][0xb0][0xf5][0x3]y[0xfc][0x8f]f[0xc3][0x1a][0xbd][0xfd][0x12][0xe8][0x9d][0xc2]@M[0xdf][0x9f]>GM[@Y[0xd7][0x17]`Q\[0xa4][0xdd]k[0xea](P[0xae]:_[0xc1][0x9c][0x8d]C[0x18][0xce][0xe6]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][0xa9]d[0xe0]T[0x2]+R[0xdc][0xa2]x[0x87][0x8][0xee]R[0xed][0x1e][0xaa]TY[0x9b][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x84]e Yi[0x19][0x96][0xac][0xb4][0x90]A[0xeb][0x15][0xd4]S[0x19][0x97][0xb2]>+9_`|[0xca][0xc8][0xe7][0x92][0xe2]vBhM[0x1a]RB[0x86]3'[0x3]?[0xcc][0x5][0xaf][0xe2]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xc1][0x6][0x9b]E>[0x9a]B[0x1a][0x19][0xf2][0x1c][0xce][0xe7][0xc8][0x16]f[0xc1]Osd[\r]\H[0xe2]E2[\r]d[0x1][0xfd]a[0xb2][0xe9]4[0xe6][0x1]PK[0x7][0x8][0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.class[0xad]T]O[0x13]Q[0x10]=[0x17]J[0xb7],[0x8b] [0x88][0x88][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J?[0x80][0x8a][0x80][0xa8]%&[0xa4][0x82][0xa9])U)46>[0xdd].[0x97]vq[0xbb][0xdb][0xec]n%[0xfa]f[0xe2][0xef]0[0xf1][0x1f]`Llb[0x13]_[0x8c]1[0xf1]G[0xa9]s[0xb7]K[0x95][0xd8][0x4]4[0xe6][0xe][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f] ^[0x89][0xad][0x9c][0xbd].[0xb6][0x85]#,][0x4]lV[0xb9][0xee][0xd9][0xce][0xcb][0x14]Cx[0xc9][0xb0][0xc][0xef][0x1e]Cw4V`[0x8][0xa5][0xed]-[0xe2]:[0x90]5,[0x91][0xab]WK[0xc2][0xd9][0xe0]%[0x93][0x9a]/d[0xfa][0xcc][0x19]3=i[0xf5]e[0xf3][0x99][0x8c][0x9d][0xcb][0xf0][0xb1][0xaa]o[0xda]*[0x16][0xcd][0x8c][0xd5]w[0xc4]*[0x15][0xcd][0x89][0xac]5[0xe6][0xb6]w[0x9b]i'_87 [0x10]*Z[0x5][0xdb][0xcc][0x8e][[0x85][0xa2][0x9d][0xcf]=4[0xb2]K@[0xec][0x13][0xe8][0x18][0xce][0xe7][0x8a][0x8e][0x99]s[0xc6][0xcd]l[0xc9]j[0xbd][0xf0][0xf4][0x87][0x99][\r][0x1f][0xbc][0xf4][0xba]@[0xcc][0x99],X[0xe6][0xe9][0xd1]|[0xda][0xcc][0x1e]2[0xb][0xe6][0xb4][0xe5][0x90][0xc0]y[0xeb][0xb4][0xc0]m[0xa3]S[0xe6][0xac][0xd9][0x97]5[0xc9][0xfd][0xe8][0xf5]^d[0x12]L[0xd9][0x99][0x9c][0xe9][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xc0][0xb1][0xfa][0xbd]v[0xdc][0xf8][0x1c][0xaa]l[0xbd][0x9][\r][0xc][0xe]T[0xb3][0xa5][0xec][0xe9][0x19]5][0x81][0xc3]M[0xbb]V[0x9][0xce][0xb3];81e[0xa5][0x9d][0x9b]hW%([0xed][0xda]v[0xd8]9[0xdb][0x19][0x14][0xf0][0xf5][0xf4][0x8e][0xb][0xf8][0x87][0xf3][0xa7][0xc9]i[0xd5][0xa8][0x9d][0xb3][0xe][0x94][0xa6]'[0xac][0xc2]Q[0x1e]'[0x10][0x96]V[0xe3]&=Vj{'[0xfd][0xce][0xa4]][0xa4][0xa7][0x9d][0xb1][0x9c][0x9a][0xa7]6[0xd4][0xd3][0xdb][0xe4][0xad]'[0xb4][0x82]U,e[0x1d][0x81][0x9d]MKu[0xa4][0x1c]3[0xfd][0xd8][0x98]9#[0xc1][0xe9]U[0xa4][0xd5]C[0xd0][0xee][0xdd][0x17][0xb8]o1[0xb4][0xd5][0x8f]L`[0xdb]R[0x87][0xd2][[0xef]b[0xb8]Oe[0x91][0x18][0xd5][0x8f]rQ[0x18][0xd5]C[0xe9][0xf7]F@+XY[0xcb],[0xd2][0xbd]X[0xdf][0xd3]Xhn([0xaf][0x18]mzny&o|[0xa0][0x80][0x9e][0xb3][0xce][0xaa][0x85][0xbd][0xab][0xa7]be[0xf]O[0x9a][0x85][0x94][0xf5]x[0xc9][0xca][0xa5][0xc9]a1[0x9a]F[0xba]b([0xbd]I[0xb][0x89][0xd2][0x9b]Ti[0x98]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4]:p[0xb2][0xe2][0x94]{[0x87][0x16][0xe7][0x1e][0x9e]/Ikx[0x86][0x17]$[0xbd]#[0xab][0xeb][0xc8][0xb][0x1c][0xaa][0xc3][0xd1]$F[0xcb][0xcc][0x86]j[0x16]e6qCfM[0xdb]o[0x14]p[0x96][0xe8][0xd4][0xb4][0xf7][0xbd][0x2][0xcf][0xdd]4[0xef][0xa6]i6[0x9]\ZF[0x9a][0xa6][0xf9][0xfa][0x5]^[0xfb]H[0xf9][0x9a]&[0xde],[0xf0][0xc1][0xc7]L[0xdc][0xf4][0x1c][0xb6][0x8][0xfc]c[0xc5][0xcd][0xa1][0xe9]Ym[0x15][0xf8][0xe7]-0[0xab][0xa6][0xe7][0xb9]M[0xe0][0xdf][0xb7][0xe4]<[0x9b][0x9e][0xf9]v[0x81][0xc1]:3_[0x94]J[0x95][0xc0]R0[0x2];[0xd2]Y[0xaf]`[0xd5]S[0xf9]R!m[0xed][0xb6][0xb9][0x82][0xbb][0xbd][0xfe]V[0xe4]s[0xec][0xc6]WK9[0xc7][0x9e][0xb6]Fr[0xb3]v[0xd1][0xa6]^C[0xb9]\[0xde]1[0x1d][0xda][0x9b][0xd0][0xa7][0xb9]a[0x80][0x92]cg[0xfb][0xe]Y[0x85]3[0xf9][0xc2][0xb4]I[0xa5]C[0xca][0xca][0x15]m[0xc7][0x9e]e[0x94][0xd6]Y[0xde][0xc4][0x10][0x87][0x99][0xcd]Rm[0xcc]b[0x6][0xb6]b[0x9b][0x81]>l0[0xf0][0x12]~$pS[0x85][0xab][0x81]K[0xb8]l[0xe0]e\1[0xf0]c[0xc][0x1a][0xb4][0xab][0xa4]o[0xfb][0x96][0xa5][0x95][0x9b][0x6]6/ntU[0x95]h`[0x18][0xbb][0x98][0xe7]'[0x6][0xee]g[0x94]K[0xf8])[0x87][0x9f]q[0xf8]9[0x87]W8[0xfc][0x82][0xc3]/9[0xfc][0x8a][0xc3][0xaf]9[0xbc][0xca][0xe1]*[0x87][0xdf]p[0xf8][0xad][0x81]=[0xd8]+[0xb0]u[0x89][0xbb]K[0x3]=[0xe8][0x15][0xe8][0xaa][0xbb][0x15][0xa2][0xbd]H[0xed][0xfa][0x12][0xd8]p[0xa3][0xeb][0xcb]s[0xa0]"""U[0xec]|_J[0xee]c[0xed][0xf3][0xee]~[0xc7]G[0xc5]:][0xa4]2[0xbd]Ny[0xe5]+[0xf2][0xc5][0xae]z+[0x9c][0xca][0xe4][0x0]mf[0xac][0xc2],[0xef][0x8d][0xc4][0x9]Yo[0xcb]&[0xad][0xcd][0x85]k_[0x1a]v[0xe6][0xa6][0x15][0xaa][\r]vH[0xd6][0xcd][0xaa]D[0x1b][0xf8][0x9c]][0xbe]"[0xb4][0x81][0xf3][0xc5][0x8f][0xb2](m[0xc0]r[0xe5][0xe3]-R[0x1b][0xd0][0xbd][0xbe][0xd2][0x8a][0xd6][0x6][0xbc]X[0xf9]El[0x83][0x19]|[0xb8][0xe2]J[0x8a][0xe6][0xe7][0xf4][0xaf][0x15]7[0xa7][0xe5][0x98][0xe5]n[0x81]Y.[0xc3][0xbc][0x85]vK[0xce]{9V@W[0xbd][0xa2]x[0x1c][0x1b][0xd1][0x8d][0xbb][0xd1][0x82]{[0xf0]Y[0xb4]"[0xce]U[0xb][0x80][0x4][0x92]X[0xb][0x81]u[0x94][0xb7]`=t.[0x16][0xa9][0xbd]Q[0xb6][0xef][0xa5][0xf6][0xa6][0x8a]v?[0xb5]7W[0xb4][0xb7] B9[0xd5][0x98][0x14][0xb7][0xcb][0xbf]2P5A[0xc7][0xd6][0xe4]{[0x10]o[0xca].[0xf7]Q[0xd4][0xe9][0x8][0x1a][0xe2]'[0xc1][0x1][0xca][0xc][0xb7][0x13]vH[0x4][0x9d][0xb]8O[0xe0][0x2][0xf5][0xe4]k[[0xde]BK[0x19][0xbe]?[0xc2][0xbf]?[0xf9]7[0x84][0xaf][0xc1][0xfc]=[0xb4][0xee][0xa7][0xb3][0xc9]2[0xda][0x92][0xef]@[0xbb][0x8c][0x90]w[0xb6][0x8c][0xc0]Uht>[0xf0][0x6][0x8d][0xf4]I[0xc7]([0xa9][0x83]PuB[0xec]$[0xc0](![0xae][0xa1]+s[0xee]:Mx'[0x1e][0xa0][0xd6][0x10][0xfd][0xef][0x80][0xef][0xbf]X[0xa3][0xe1][0xf3][0xab][0x87])[0xd0]E[0xaa]-=[0xa0][0x8c][0x7]t[0xe7][[0x8]J [0xdd][0x3][0xd2][0xc9][0xba][0x9d][0x80][0x82][0x12][0xa8][0xd6]y[0x90]Dv[0x92][0xf3][0x3][0xd4][0x1e]"[0xe7][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7].[0xba][0xf2][0xa0][0xe7][0x1c][0x80][0x90][0xce][0xbb][0xe9]2[0x1d][0xad]1[0x1d][0xa9]1[0xdd][0x87] [0xf6]S/[0xd7]t[0xbf]g[0x1a]J[0xfe][0x9][0xfe][0xcb]hO[0xd2][0xcd][0xf7][0xbd][0xb][0xed]M[0xe5][0xd2]IG[0xe0][0xb][0xd0]p[0xc][0xab]p[0xa2][0xe2]Q[0x86]0[0x86][0x3][0x9e][0xba][0xf]b[0x15][0x9d]<[0x88]C[0x9e][0xf0]a[0x12][0xe6][0x81][0xed][0xef]c[0xd5][0xd8][0xba][0xb5]e[0x84][0xd6][0xbd][0xa1][0x96][0x86][0xab]y[0x8a][0x96][0xc6]#D[0xf3][0xa8][0xd4][0xec]v[0xbb]{[0xcb][0x83][0xb3][0xc3]8Bb~r[0xe6][[0xd7][0x82]gH>[0xe5][0xc9][0xef][0xa1][0xde][0xdc]?[0xf8]>>[0xb1]v][0x19][0xe1][0xeb][0xe2]m[0x12].W![0x1a]T[0xa2]AB>*[0xaf][0x7][0xf1][0x10][0xc6][0xe5][0xe4][0xf][0xd2][0xe4][0xea][0x8b][0xae][0xae][0x15]-6[0x14]=[0x86][0xe3][0x9e][0xe8][0x9]O[0xf4][0x8][0xcd][0xc0][0xcf][0xb]^[0x8a][0xae]/#R[0xab][0xfa][0x84]TM[0xba][0xbd][0x94][0xaa][0xae]TuO[0x95][0xb3][0x93][0x94][0xf9][0xa4][0xfe][0xc3][0x9e][0xfe])Z[0x5][0xbc][0xe][0xc]W?[0xee]/[0xa3][0xab][0xd6][0xe1]I[0xe9][0xd0][0xef][0xf6]S[0xe][0x86]r0[0x94][0x83][0xe1]9p[0xf6]E[0xca][0xfc][0xd2][0xeb][0x94][0xe7]5Ezm[0xfc][0xfc][0xe6][0xbc][0xe2][0xf4][0x1e]Fk[0xdd].H[0xb7]A[0xb7][0xa7]r[0xeb]Tn[0x9d][0xca][0xad]S[0xb9]uzn[0x9c]=BY[0xab][0xf4]}[0xd4][0xf3][0x9d][0xa5]5[0xa0][0xf1][0x8a][0xbb][0xee][0x1b]o+[0xe3][0xb6]Z[0xe7][0x8b][0xd2]y[0xaf][0xdb]W9[0x87][0x94]sH9[0x87][0x94]sH9[0x87]#[0xe7]n[0xf7]!>[0x12][0xe0][0xc5]"[0xaf][0x87][0xc]#[0xcd]U[0x8a][0xf7][0x12]>[0x16][0xe8]'T[0xf6]bEj[0xd2][0x16][0xbb]~[0x8a][0xcf][0x4][0xfe]9][0x9][0x5][0xa9][0x98]3L[[0xc1][0x17]8\[0xb4][0xdc][0x9f]6TZ[0xbe][0x8c]/[0x5][0xe5][0x8a]x|[0xa5][0xe0])[0xec])[0xd2]5[0xb2]|[0xa4][0xcb][0xf4]3[0xc3][0x96][0xfb][0xf6]OQ[0x88][0x82][0xed][0xaa]T[0x8b][0x8a][0xf7][0xf][0xc3][0xd6][0x7]&[0xe6])[0x92][0xdb]6#[0xb3][0xc][0x9b][0xca][0xdd]Z[0xe5].[0xa4][0x96]{\.t[0x1][0xa9][0xd9],[0xd7]g[0x18]6[0xdf]}Q[0x95][0xf1][0x15]\J[0xdb][0xb][0xed][0xb];[0xa8]"+[0xa2][0xf9][0xbf][0x1f][0xee][0xd9][0x1d][0x10][0xf7][0xe3]@%[0xfb][0xda]4[0xf5]W@[0x18][0x14][0x84][0xc1]J[0x84][0x15]3n[0xd7][0x5][0x94]>A[0xe9][0xab]DQ[0xa6][0xbd]^[0xc]8[0x93][0x82]3YQW[0x92]"[0xe][0x8]qA[0x88]W"[0xc8][0x96]hY[0x9f]![0xcf][0x8a]F[\r][0xe8][0xfd][0x82][0xde]_[0x89][0xbe][0xf9][0x81]*[0xbd]l[0x8f][0xe][0xfa]uo[0x7][0xc3]c[0x8]c[0x1d]6[0xe1]q[0x1a]G[0xe9][0xd3]#[0x84]N[0x9c][0x17][0xb7][0xb][0x8d][0xcf]c3[0xb6][0xd0][![0x8c].[0x1d]z>A[0xb3][0x18][0xbd][0x19][0xbd][0xab][0xbb]n[0x80]]s)[0xdb][0xe8]Y[0xe3].[0xb6][0xd1][0xb7][0x8b]G [0x3][0xec][0xc0][0x93][0xf4][0xa6][0xde][0xc7].[0x9f]|[0x80][0xac]C[0xc2][0xba][0xab][0xfb];[0x84][0x2][0xb6][0xec][0xae]n [0xce]F[0xd7]C[0xb3]g[0xe5]{[0x10][0xa3][0xdd]$IlLg[0xd5][0xf7][0xb5][0xcd][0x17][0x12][0xe9][0xba][0x8e][0xd0][0xf7][0x8]_-[0xd1][0xd2]S[0xa0]%[0x92][0xd7]BW[0x9b][0xc7]g7)t[0xda][0x85]u[0x8][0xfe]o[0xa8][0x13][0xaf]_P[0xb5][0x88]U[0xdd]bx[0xb]U[0xe][0xaa]'[0x96]X[0xd8][0x3]j[0x16][0xd1][0xe4][0xad][0xd7]t[0xff][0x0])[0x84]%[0xdc][0xf6][0x90]H@[0x89]8[0xa8][0x9d]X[0xc2][0x9f][0x1e] /b[0x8d][0xf][0xc8][0xe]V8P[0x8][0xbb][0xee]au[0x1]V[0xe7][0xa0][0xde][0xc1]J[0xc2][0xbe][0xf1][0xb0][0x86][0x0]kp[0xd0][0xe8]`[0x15]ag=[0xac])[0xc0][0x9a][0x1c][0xac]v[0xb0][0x86][0xb0][0x13][0x1e][0xd6][0x1c]`[0xcd][0xe]Z[0x1c][0xac]%[0xac][0xcf][0xc3]Z[0x3][0xac][0xd5][0xc1]:OK[0xd4][0xc3][0xda][0x2][0xac][0xcd][0xc1]z[0x7][0xf][0x11][0xa6][0xb8]+[0xe][0x1e][0x9e][0x10]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x89][0x9d][0xa4][0xc2][0x80][0x92][0xd7]H[0xb3]vJo[0x17][0xa5]u[0xf]%[0xb6][0x8f]J[0x9c][0xa0]"[0x1f][0xa7]2[0x19]T[0xa2]3[0xb4]z[0x91]R}[0x85][0x92][0xbd][0x84][0xfd][0xb8]F[0x85][0xff][0x15]O[0xe3][0xf][0xf4][0xe2][0x1f][0x1c][0xc4]m[0x1c][0xc2][0x1d][0xc4]Y5[0xfa]X[0xb][0xfa]Y;[0x9e][0xb][0xca][0xce]:[0x96][0xcb]N[0xa3][0xfd][0xc4]d[0xc4][0x4][0xea][0xa1]4[0xd6][0xb7][0xae]m[0xf3][0xfe]"[0xb4][0xda][0x9b]o[0x85][0xa0]'[0x1d][0xfc][0x12][0x9b][\r][0xdc]$[n[0xf6][0xf1]q[0x8b][0xf][0x99][0xd8]"k[[0xe5][0xe3]V[0x1f]n[0xc3][0xed][0xb2][0xb7][0xdb][0x87][0x1e][0xf4][0x1a][0xd8]&[0xcb];[0xc][0xdc])[0x1b][0xb7][0xcb]1w[0xc9][0xc7][0xdd][0xf2][0xb1][0xc3][0x87][0x89][0xb8]Gv[0xdc]k[0xe0]>[0x1f]&`[0x93]|[0xfc][0xca][0xc0][0xfd]><[0x80][0x7]e[0xf7]C[0xb2]e[0xa7][0xac]=,[0xa7]<"[0xcd]=*[0x1f][0x8f][0xc9][0xb6]M[0xe9][0xf8][0xb5],#[0xfb]~[0x9b][0x8e][0xdf][0xc9][0xf2]q[0x9][0xf5][0x89]t<)_[0x9e][0x92][0xdd]O[0xcb][0xc7]3[0x6][0x9e][0x15][0xc8][0xe]T[0x1f]S[0xbf][0xe0][0xb8][0xea][0x9a][0xaa]E[0xb5][0xf5]u[0xd5]+[0x17][0x9][0x88]j[0x81][0xac][0x85][0xd1]H<[0x11][0x8a]$[0x82][0xa1][0xd6][0xe][0xcb][0x5][0xa4]A #Py|[0xfd][0xb2][0xca][0xda]@[0x1d][0x1b][0xe0][0xe3][0xe4][0xb8][0x15][0xb][0x87]Z[0x83]V,[0x1e][0x8e]F[0x8e][0xab][0xae][0xe2][0xe4]%[0x9e][0xd6][0xf9][0xd1][[0xce]\[0xda][0xf9][0x2][0xde][0xd5][0x1d]MMVL [0xaf]fM[0xa8]3T[0xd6][0x1a][0x8a]4[0x97]-o[0x89]Y[0xa1][0xc6][0x9a]hC[0xa8][0xb5][0x82]6[0xeb][0xc2][0xcd][0x91]P[0xa2]#f[0x9][0x94][0xa7][0x1e]uxRs]"[0x16][0x8e]4/[0xe8][0x8][0xb7]6Z[0xb1][0x8a]#i`D[0x9b][0x15][0x8f][0x87][0x9a][0xad]e[0xa1]D[0xc2][0x8a]E[0x4]r[0x6][\r][0xe7][0xa8][0xf4]P[0xac]ya[0xb4]#[0x92][0xa0][0xc7][0x8e][0xb8][0xd5][0xe8][0xd4][0x8d]p[0xa4]1[0xdc]`[0xc5][0x5][0xd2]V[0x91][0xb5][0xd1][0x19][0x8a]q _sW%YY[0xba]z[0x8d][0xd5][0x90][0xa0][0x15]o;[0xfb][0xdb][0xd8][0x9d][0x91]h[0x89]E[0xd7][0x86]V[0xb7][0x12][0xf5][0x98][0xdd]Q[0xdb][0xcd][0xd2]e[0xcc][0xa2]<[0x9d]V#EY[0xc9][0xb9][0x87][0x87]#[0xe1][0xc4][0x91][0x2][0xae][0xe2][0xa9]A[0x1][0xf7][0xc2]h#'[0x8f][0xac][0x9]G[0xac]c:[0xda]V[[0xb1][0xe5][0xb6][0xb9][0x1c][0xc5]9[0x18][0xa2][0xb0]|w[0x1a][0xdd][0x89][0x96]0[0xdd][0xce][0xaf][0x89][0xc6][0x9a][0xcb]B[0xed][0xa1][0x86][0x16][0xab][0xac]5[0xda][0xdc]Lr[0xb2][0x9c][0xbd][0xa6][0xcc]Q[0xa1][0xac][0xd6][0xea][0x88][0xcb]9[0xcb]$R[0x8b][0x8a][0x84][0xd7][[0x8d][0x1][0xbb][0x93][0xa0][0xb2][0x9b][0xad][0xc4][0xf2]X[0xb8][0xad][0xcd]j\[0xe6]p[0x19]S<5%[0xd9][0xac][0xba]D[0xa8][0xe1][0xe4]@[0xa8]]a0@}28[0xbb]o[0xda][0x88][0xf8][0xda]P[0xbb][0xf6][0xc2][0x86][0xe2][0xe2][0x14]fR[0x9b][0xf6]R[0x9a][0x8e]V[0xea][0x9f]m[0xb5][0xb5]'[0xd6][0xd5]Z[0xed][0xad][0xa1][0x6][0xab][0xcd][0x92]K2[0xaa][0xcf][0x87]4[0xeb],[0x13]%[0xab][0xe3][0xea][0xb4][0xa9]!Q[0x81][0xd2][0xe2][0xa9]{W[0xa2][0x9f][0xb4][*/0[0xb5]xpdT[0xa7][0xc2][0xcc][0xe5][0xf1][0xa9][0x95][0xae][0x8c][0xc5]B[0xeb][0x88]R[0xc1]k[0x89][0xca][0x98]s[0x10]y[0x1a][0xec]2/[0x85][0xcd]U[0xd5]S[0xa9]U[0x9a]u[0xca][0xee][0xb1][0xb1][0xe8][0x94][0x6][0xab]=[0xc1]}R[0xc1]S[0x80][0xf2]JP[0xcb][0xfb][0xc3]h\*[0xf9][0xaa][0xab][0x15][0x18][0x19][0xb1]}[0xba][0xbb][0xe2][0x16][0xfd]6[0xa5][0xf2][0x9b][0x82][0xca]~[0x7]L[0x6][0xf7]C[0x87][0x94]=[0xae][0x8e][0xc2][0xe7][0x4][0xac][0x14][0xae][0x87][0xc3]sZ[0xfb][0x8c][0xdd]7[0xb3][0xe][0x9f][0xb5][0xfb][0x84]`x0[0xcd][0x14][0xd8][0xf0]9[0xdd][0xf][0xf][0xa0]r[0x81][0xcb][0xbf]0@[0xc3][0x3]q[0x96][0xc0]M[0xc3][0x8]qx@[0xcf][0x16][0xb8][0xe7][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zxh[0xcc][0x11]x[0xe2]Lcx[0x88][0xcd][0x15]x[0xed][0xff][0x8e][0xd8][0xf0]P[0x9d]'[0xb0][0xeb]K@ux[0xc8][0x1f]"[0x84][0xf1][0xa5]$?[0xc0][0x87]&6[0xe0],[0xee][0xd3][0xd2][0x89]q[0xe5][0xb0][0x92][0xb7]N[0xf6][0x9c]-[0xed]n[0xc4]G[0xdc][0xb1][0xa5][0x13][0xf5][0x1d][0x93][0x1d][0xe7][0xe0]\9[0xef]c[0xf9][0xd8]%0c[0x9f]W>[0xd5]b[0xf7][0x5][0xb9][0xdd][0xa4][0x2]P[0xdd]t[0x18][0xa8][0xde][0x86]h[0xfb][0xba][0xa5]M[0xf2][0xb2][0x94][0xea]:[0x92][0xfa]:[0x97]lz][0x17][0xf2]_[0xb0]y|?$[0xe9][0xfd]P[0xbe][0x1f][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]~8N[0x97][0x7][0xe][0xdf][0xbf][0xaa][0xde]+[0xf9][0xe3][0xc1][0xa7][0xea][0x8f][0xe5][P[0xfd][0x13][0xc7]V/[0x84][0x94][0xc0]][0xbe]n[0xa4][0xf9][0xb3]}w[0xc3][0xdd][\r][0x8f][0xdf][0xd5][\r][0xef]V[0xe5][0xa5][0x96][0xcf][0xb1][0xf0][0xf0]YN.S[0x91][0x85][0x12][0xbe]O[0xc3]x[0xb2][0xaa]c[0xab]i[0xdb][0xc1]r[0x1c][0xa7][0xc6][0xf3]dv|[0x1c][0xeb][0xf8]([0xf0][0xdf][0xe]c'F[0xb1][0xf0][0xf0][0x97][0xbe][\r][0x19]]0d[0xe3][0x16][0xf6][0xba][0x94][0x7][0xaf][0x1a]97[0xc9]b[0x81]c[0xf1]x[0xfe][0xc][0xa4][0x8d]Yh`[0x5][\r][0xae][0xd4][0xe6][0x97][0xb0][0x94][0x3]sm[0xf3]>i~[0x8][0xbb][0x87]%[0xd9][0xcd][0xdd][0xdd][0xee][0x8]eW`[0x15]N[0xb0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xc9][0xca]?&[0xc3][0xb6][0xdd][0xf9][0xd2]n[0xa0]dG[0xb6]o[0x13]2[0xfd]%[0xdd][0xd2][0xc9]RI[0xa3]d[0xc7]5[0x18]+;]%.[0x9b][0x96][0xaf]$[0xd0][0x85]YZ[0xc4].L[0xe9][0x1b][0x97].{2[0xe5][0x1b][0xbb][0x2][0xd2][0xb0][0xab][0xb4]oRi?[0xda][0xb9]T[0x17]\k[0x83]kmr[0xb5]s[0xb9][0xd6][0xe3][0xb9][0xba][0x7]qE[0xcb]Ix[0x1e][0xd7]r![0x91][0xd7][0x10][0xf2][0xb1][0x84][0xbc][0x2]'[0xf1][0xfb][0xf7][\r][0xc5]n6a[0x9b][0x1c]q"[0xc7][0xa6]q[0xc5]]N[0x8d]D[0x1c][0xc6][0xb2]v[0x12][0xdb][0x4][0xe7]e;[0xbd]R[0x85][0xd1][0xf0]~[0x8a][0xf1][0x94]a[0xfc]?[0x91][0x99][0xf5])[0xc]V[0xb3]8[0xaa][0x9e][0x96]m[0xa9]g8R{%[0xe4][0x8b]6[0xeb][0xb8][0xb0][0xd5]mJR[0xd7][0xeb][0xf8][0x12][0x8]a[0xb5]3[0xfb]0[0xb5][0x7][0x80][0xec][0xed][0xc8]\A[0xb]&c.[0xab][0x17]#[0xb6][0xc][0xb0]sr[0x92][0x9d]l[0x1d]O[0xfc][0x14];v.[0xa1][0x1d][0x19][0x87][0xa5]~[0xd1][0xcd]u[0xe6]R[0x98][0xfe][0xc2]njK[0x9b]i[0xdb]0r[0xae][0xdb]?[0xad]p[0x8c][0xbb][0x17][0xd9][0xfe]1[0xee][0xc2]m[0x18][0xd5][0x8d][0x9c][0xfe][0x18][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x5][0xbf][0xbd][0x1e][0xb4][0xc3][0x87]ob$b[0xc8]G[0x9c]{4[0xc1][0x88][0xee][0xd0][0x1a][0xd2][0xbe][0xd6][0xab]T[0xed]9[0xa1]jr[0xd7][0xa5][0xa9][0x9a]E[0xe5]\[0x9c][0x9b]K[0xe6]s[0x88][0xc9]'s[0x10][0x7]c[0x13][0xc7][0xc8][0xe0]1[0xfd]%[0xdb][0x90][0xbb]9[0xe0][0xdf][0x86]1[0x9b][0x95][0x5][0xf]Y[0x8e]v[0xd6]y[0x84][0x1a][0xb3][0x9e]-[0xa7][0x12][0xd5][0xb7][0x94][0xef][0x89]l38*[0x8c]5[0xca][0x8f][0xe9][0xec]wY[0x93];\[0xa8][0xb5][0xa2]R[0x8b][\r]*[0x95]&S[0x1e][0xc7][0xe7][0xf7][0x89][0xc1][0xcd]r[0xf2][0x84][0xc2][0xab]1[0xa1][0xa4][0xd0][0xdd]X~[0x1f][0xc6]^[0x86][0x1c][0xbf][0xaa][0xdf][0x8b][0xb1][0xdd][0xc8][0xeb]B[0xba][0x94]-o[0xab][0xe][0xb6][0x1c]5[0xe9]4J}:[0xe][0xc0][0x19][0xc][0xb2]3[0x15][0x10][0xbf]mL[0x8b]0Y[0x1d](B[0xd5][0xfa]D[0x98][0x8c][0x8]k.[0x5][0xc9][0x8d][0xb4][0x3][0xdc]F1[0x17][0xec][0xc7][0x96][0xab][0xb1][0xe5]jl[0xb9][0x8c][0xa0]N%M[0x14]k[0x1d]7[0x11]g][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xdc][0xb0]pO[0xa3]7[0xcf]`o[0xf6]b\Lo[0x97][0xd0][0xf3]O1[0xe][0x97]&-F[0x81][0xf6]X[0xa0]=[0x16]h[0x8f][0x5]8[0x85]5[0x97][0xf2][0xbd][0xce][0xf1]}[0x86][0xb3]W[0x8a][0x6][0xf8]f[0xe1][0xc9]w[0x13][0x83]w0[0x6][0xfb][0x94][0xbf][0x82][0x18]~F[0xc]?[0xe7][0xfb][0x95]d|U[0xd2][0xce]([0xd2]8[0x8a]4[0x8e]"[0x8d][0xa3]H[0xe3](blw*[0xe4]QF[0xb8][0x8d]h#[0xdf][0xbd][0x92][0xd1][0x10][0x88]Xz[0xf3]=Df[0xc]FV[0xa0]f^Kd[0xd7][0x11][0xd9][0xf5]D[0xd6][0xc5][0xfd]|[0x3][0x8a]q[0xa3]Bw[0xa4]mY[0xa3][0xf3]kt~[0x8d][0xce][0xaf][0xd1][0xf9]5:?[0xf7]^[0xa7]b[0x16][0xc5][0xb7][0x1d][0x9c][[0xd8]#O[0x8a][0xf2][0xbd][0xe0]di[0xe4]{[0x89]7}0^[0xfb][0xac][0xb9][0x89][0xcf][0x9b][0x89][0xf7][0x16][0xe2][0xdd][0xc2][0xb6][0xad]8[0x18][0xb7][0xf2],[0xbd]Ma>[0xca][0xf6][0xa2]1[0x97]k[0xcc][0xe5][0x1a]s[0xb9][0xc6]\[0xae]1[0x97]k[0xcc][0xe5][0xf8][0xe]k^[0x85][0xfe][0xbb][0xe][0xfa][0x9d][0x1c][0x93][0xce][0xb2]b[0x1f][0xd1][0xb3]L[0xcf]7[0xc8]";E@[0x14])S[0xbd][0x4][0xba][0x8d]4[0xee] [0x8d];Ic;i[0xdc][0x85][0xe9][0xb8][0x9b]I[0xcb][0xe]E[0xa5][0xd6]v[0xa9][0xa9]Th*[0x15][0x9a]J[0x85][0xa6]R[0xa1][0xa9]Th*[0x15][0x9a]J[0x5]O[0x92]N[0xe7][0xa8]>[0xcd]![0xf5]"Gg[0xb0][0xac][0xfa][0xf]I[0xb1][0xcc][0xf6][0xe6][0xa7]Kv)[0x82][0xea]`e[0xf3]~[0xfa]z[0x80][0xec][0x1e]$[0xbb][0x87][0xc8]n'[0xdb][0x1f]&[0xbb]G[0xf8])}[0x94]<[0x1e]S[0xc]O[0xb0][0xfd]k[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]Vi[0x86]U[0x9a]a[0x95]fX[0xa5][0x19]V[0xf1][0xe4][0xed]T[0xda]Ey[0x88][0xdb]\w[0xa9][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0xf8][0xbc]\e[0xc5][0xc8][0xcf][0x90][0xa4]SD[0xa6]_[0x19][0x9c][0xee][0x9f] [0xe9]'I[0xfa])[0x92]~[0x9a][0xa4][0x9f]![0xe9]gI[0xfa]9f[0x9c][0xcf]3w|A[0x11]o[0xb2][0xc1]h[0xe2][0x1]M<[0xa0][0x89][0x7]4[0xf1][0x80]&[0x1e][0xd0][0xc4][0x3][0x9a]x@[0x13][0xf]h[0xe2][0x1][0x9e]T[0x9d]J[0xdc](~[0xe0]$`&-d[0xb2]%[0xb8][0xdf][0x12][0xc8]Jz[0xbe]Oj[0x91]1X[0x8b][0xe9][0xca][0xcb][0x8b]D[0xf4][0x12][0xb5]x[0x99]Z[0xbc]B-^[0xa5][0x16][0xaf][0xb1][0xef]uj[0xf1][0x6][0xb5]x[0x93][0xdf][0x9c][0xb7][0xc8][0xff]m[0xa5]G[0xbb][0x8d]L[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xb5][0x1e]A[0xad]GP[0xeb][0x11][0xd4]z[0x4][0xf9]9[0xee]T[0xea]G[0xf1]CG[0x99][0x3]i[0xcb]dK[0xfd][0x17][0xa7][0x8c][0xac]d[0xe4]gJ[0x89]|[0x83]%*W[0xee][0xde]![0xc8]w)[0xd1]{[0x94][0xe8]}J[0xf4][0x1]%[0xfa][0x90][0x12]}D[0x89]>[0xa6]D[0xbb]([0xd1]'[0x1c][0xff]w&[0x95][0xff]P2[0xad][0xb7]aj[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z-S[0xbd][0x96][0xa9]^[0xcb]T[0xaf]e[0xaa][0xd7]2[0xd5]k[0x99][0xea][0xb5]L[0xf5]Z[0xa6]z[0xfc][0x88][0xb5]Lz[0xd9][0xc0]t[0xc2][0xde]MeN[0xe2]*[0xbf][0xb8][0xe6][0x80]|S[0x88][0xa4]|[0xd3][0xa3][0xf3][0xd6][0xb3][0xf5][0x5][0xa3]2[0xf3][0xd5][0x81][0x93]})'[0x9f][0x83]sSx[0xce][0x1b]8y\[0xca][0xc9]?[0xd6][0xb0][0x8f][0xe6]h)[0xd1]Hz[0xce][0xaf][0xf1][0x97][0xf4][0xa0][0x80][0xbf][0xf1][0x3][0x92][0x13]1[0x9][0x1e]Q[0x4][0x1f][0xc3]B[0x9a][0x1b]kOq[0xcc]y[0xa8][0xc9]yL][0x4][/`Ff[0x1b]~[0xc0][0xb9][0xdb],'[0xaa][0xc2][0x9d][0x18][0xe1][0xdf][0x8e][0x9]+z[0xf1][0x95]n^[0x4][0xd9][0xd2][0x83][0x3][0xee][0xc5][0xc4][0x9a][0x92][0x9d]([0x93][0x82][0xd9][0xb9][0x9b][0xc][0xb][0xb3][0x7][0x93][0x8e][0xd8][0x8e][0x89]+F[0xa5][0xa1][0xd0][0xd3][0xc2][0xdc][0xba][0x17]E5" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x1d]X[0xe2][0xea][0xc1]A%[0xfd]i[0x9d]:Y[0xc5][0x14][0x18][0xa2][0x18]9[0xc2][0x8f][0x9][0xa2][0x4][0x93]D)f[0x8b]iX$[0xa6]# f[0xa0]V[0xcc][0xd4])[0xd5]l&[0xd3][0x17]9[0x99][0xe5]r[0x7][0xff][0x4]u[0x95]9[0xdf]I{y$[0xe4]|[0x8a]|[0x3]?Y,[0xf2][0xd9]v1[0xd3]$[0x9b][0xd1][0xa9]d$[0xe7][0xcd][0x94][0x97][0x0][0xd7][0xf4]+0[0xb6][0xc4][0xb9]bL[0xb6][0xef]W[0x7]w!/[0xb9])[0xc7][0xbe]-L[0x19][0x90][0x8][0x8b][0xb9][0xc8][0x10][0xf3]P([0xe][0xc5][0xc]Q[0x91]$[0xe8]L[0x1d][0xc4]3[0x99][0x97][0xf5][0x1]b[0xd2][[0x98][0xcb][0xf2]R\[0xe6][0x0][0x99][0xe3][0xdc]v[\r]?[0xef]~[0xde][0xa4]=[0xe4][0x93]f[0xc4]B[0xae]UU[0xd2][0xb2][0x1b]z[0xd9]7[0xea]e[0xf];&[0xe6]I[0xa5]{Q[0x9c]3[0xb5][0x87][0xe9]R[0xf][0xa8][0xb1]?[0xa7][0xd4][0xae]O[0xdb][0x86][0xe9][0xf2][0xb5][0xcc]~[0x9d][0xd1][0x83][0x99][0xd9]'[0xf6][0xa0]d[0x93][0xf][0x9d][0x90]erQ7uw[0x89]![0x96][0xc9][0xee]0[0xc4][0xf3][0xd6][0x1][0x1][0xfa][0xd6]uS[0xdc]i[0xd4][0xf6][0x85][0xbd][0xc5][0xf7][\r][0xda]yn[0xdd][0xaa]P[0x94][0x9c]b[0xa5]o3[0xee][0x1e][0xe9][0xe][0xc3][0xfc][0xba]eWs[0xbc][0xce]+G"gX[0xd5][0xaa]N~h[0x9e];[0xce][0xd5][0x84][0xe3][0xf0][0xaa][0xc8]m[0x8a][0x86]#1e[0xbd]V7D[0xb1][0xb9]K[0xee]c[0x8e]p[0x19][0x6]3[0xa1][0x0][0xcb][0xae]M[0xf8][0x5][0x19]M[0xca][0x87]K[0xf7]O[0x18]0[0x8c]f:[0xe5]%[0xc1][0x3]U[0xe1][0xae]Zv[0x8d][0xbb][0xae]8([0xfe]G[0xf4]|&[0xdb][0x8e][0xaa];0&[0xe9]i][0xe2]6[0xaf][0x9][0x97][0x8a]"[0xa3][0xcb][0xb6][0x17][0x99][0xec][0xb6][0x8e]l[0xeb]AS[0x8c][0xe1]3[0xcc][0xc1][0x1][0x19]v[0x1d]z[0xcc][[0x16][0xc3][0xd8][0x93][0x99][0xae]4t[0xe3]@[0xd8]^[0xcc][0xc9][0xfd][0xc6][0xe1][0xa1][0xb0][0x19].t4c[0xe8]u[0x1e][0xf0]z8[0xc0]L[0xa6]M|[0xed]c[0xee][0x17][0xb5][0xba][0xfb][0xc5][0xa6][0xa8][0x1b][0xbc]"j[0xc2][0xa4]t[0xcf][0x85][0xd3][0xcd][[\r][0xb9]G[0xcd]P[0xf6][0xe4][0x97]&[0x14][0xf6]4[0xe5][0xf6][0xd4][0x1a][0xb7][0xaa][0x9a]4[0x84]Yu[0x8f]<[0x9e][0x2][0x9]Zvy[0xe5][0xd3]"[0xaf][0xfb]m[0x93][0x94][0xdd][0xb9]Ln[0xe2][0x99]B6[0xcf][0x90][0xd0][0xcd][0x3][0xf1]9[0xf5]=[0xd9][0xa6][0x9d][0xc6]~[0xab]q[0xc7]2[0x85]B[0xb6]s[0xf3]&[0xe8][0x86][0xd8]2\a[0x1e][0x90][0xcc][0x8b][0x15][0xc3]of[0xb5]l5[0xec][0x8a]X[0xd5][0xa5][0xbb][0x91][0xb6][0xcd]7#Y[0xa9][0x87]6)a[0xbd]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x89][0xee][0xe8]d[0xb4]l[0x9a][0x96][0xcb]][0xba][0x8b][0xa4][0xec]\[0xe7][0xac][0x1b][0xae]n[0xe4]J[0xc2][0xf6]jK[0xe1][0x94][0x85][0xe9][0xe8][0xae]~[0xe2][0xc5]u"/-[0x85][0xc1][\r][0x83][0xae][0x8d]$[0xd3]p[0x1]#[0x1a][0x86]q>[0x85][0xf]5[0xec][0xe1][0x9e][0x86][0xcb][0xb8][0xa2]a[0x10]C)|[0xa4][0xe1]c[0xdc]g[0x98]y[0xaa][0xc8]gr[0x90][0xa4][0x13][0x1a][0xde][0xc4][0xbc][0x86][0xb7][0xb1][0xa0]a[0x9][0xd7][0xa9][0xc6][0xd1][0xba]3\[0xfb][0x17][0x94][0xe1][0xea]3[0x3][0x3][0xc8]P[0xfb]r[0x9d][0x89][0xab][0xd9][0xd2][0xd4]a[0x9e]P[0x1b][0x87][0xc]W2mZ[0xb8][0xdd]M[0x1d][0xee]p1[0xa8][0xad]x[0xbd][0xee]5[0xc2]l[0xe7]w[0xa1][0xe3][0xb5][0xc2]%z[0xb6]5([0xe8][0xa5]':[0x86][0x11][0xf4][0xe3][0x1c][0xe8][0xdd][0xa1]w^[0xc1][0x0]TY'oM[0x15][0xa4][0xb9][0x8f][0xce][0xa8][0xa0]4[0x8e][0xd2]W[0x8e]fFsb[0xf2]1[0xd8]C[0xcf]l[0x8c][0xc6][0xa4][0xb7]9[0x82][0x17]h[0xd4][0x9a][0x6]x[0x11][0x17]if[0x18]'[0x87]M[0xf0][0x12]Y+[0xd2]zr[0xea]g(-[0xb4][0xea][0xed][0x8e][0x13][0xe6][0x92][0xc7]0[0xd4][0xb4][0xf2][0x19][0xe4][0xea]%[0xbc][0xec]9[0x1e][0xc7][0xc4]3qM[0x10][0xd7][0xe5][0xe]\2-[0xc9]E=[0xe9]s[0xbd][0xee]'[0xd5]5[0xf9][0x13][0x94]_[0x10][0xfb]>[0x92]W6[0x94]WW[0x90][0xd7]+[0x1][0xbe]%[0xca]#[0xc4][0xa3][0xe0][0x99][0xb6][0xa2]d[0x88][0xb4][0x9][0x9e][0xf1][0xc1][0xf1][0x1f][0x90][0x88]bgC[0xd8]x[0x80][0x9d][0xc4][0x94][0x8f][0x9d][0xf6][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]"[0xe7]CH%@N[0xe3]U[0x1f][0xb9][0xe2][0xcb][0xa7]N[0xc9][0x9c][0x1f]!y7*[0xe1];[0xe8]&[0x91][[0x12][0xaa][0x81][0x84]*[0xc5][0xdc]L[0xf9]*^[0xf3][0xf9][0xae][0xd1],[0xad][0x94][0xa9]h$[0xb7]B[0x1c]J[0xc0][0xa1][0x90][0xe8]C[0x1e][0xc7],[0xe6][0xa2][0xd9][0xc4][0xbe][0x8d]p[0x94][0xda]f[0xf3][0x86][0xe7][0xb5][0xe9]=[0xe6][0x9d]i[0xbf]![0xb5]+[0x13]z[0x8c][0xae]h[0x1c][0xdb]![0xe]-[0xe0][0xa0][0x7][0xc5][0xe7]X[0xf3][0xbd][0xf]J[0xfc][0x9f]H[0xc5][0xbe][0x86]&[0x97][0xa7][0xe8]f[0x90][0x1][0xc5]Bd[0xf7]Bd[0x83]>[0xd9][^[0x81][0x95][0xf4]m[0xc9]Co[0x94][0xcf]{[0xdd]W:-[0xc9]FO[0xa1]*[0x88][0xa6][0xc7]C[0x12][0xa5][0x3][0x89][0xd2]X[0xa4]"H2z[0xeb][0x82] c[0xf4]C3[0xb2][0xd1][0xb1]S[0xa4]c[0x88]&z[0xe8][0xb1][0x8d]7[0xed][0x2]6[\r][0xef]zlr[0xb5]L+[0x85]:y%[0xb8][0xd6][0xe3][0xde][0x9]uw[0xec]wh?"[0xf1][0xd0][0x13][0xa7][0xc5]9F[0xf6]y[0xcf][0xcf][\r][0xdc][0xa4][0xb9][0x97]vW[0xe9]k[0xf][0xcc][0xc1][0xed][0x1]PK[0x7][0x8][0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/message/SimpleMessage.class[0x95]U[s[0x13]e[0x18]~[0xbe]l[0xd2]m[0xd3]M[ZJ[0x85][0xb6]P<[0xd4]4[0x85][0x6][0xe5][0xa8][0x9c][[0xa8][\r][0xb4][0x14]ii[0x15][0x14][0xd9]&[0xdb]dK[0xba][0x1b][0x92]MA[0xbd]q[0xbc]r[0xc6][0xf1][0xc6][0x1b][0xf][0xa3]^8[0xa3][0xe8][0xc][0x17]0[0xa3]E[0xbc]p[0xbc][0x82][0x19][0x93][0xe3][0xf8]|[0xbb][0xdb]e[0x13][0x92][0xa2][0x17][0xfb][0x1d][0xdf][0xf7]y[0x9f][0xf7][0xf4][0xed]_[0xff][0xfc][0xfe][0x7][0x80][0xfd][0xf8]0[0x8e]8[0xe6][0xe2][0xe8][0xc6]|[0x1b]W[0x97][0xe5][0xb0][0x10][0xc7]"[0xde][0x8a][0xe3]m\[0x91][0xc3]U)[0xf2][0x8e][0x14]yW[0xc5]59[0xbf]'[0x87][0xeb][0xed][0xe8][0x85].[0x87]%9d[0xe3][0xc8][0xc1][0x88]c[0x19]y[0x15][0x5][0x15][0xa6][0x8a][0x15][0x15]7[0x4][0xba]*F[0xd9][0xd4][0x8b][0xb]F[0xb9]b[0xda][0xd6][0xe5][0xcc][0x19][0x1]qN 1a[[0x15]G[0xb7][0x9c][0x5][0xbd]X5b[0x9f]:3[0xfb][0xae]?[0xf8][0xfe]'[0x1]u[0xd5][0xa8]T[0xf4][0xbc]![0xd0]=[0xbd][0xa2][0xaf][0xe9][0xe9][0xa2]n[0xe5][0xd3]sN[0xd9][0xb4][0xf2]G[0x5][0xb4]lA/[0xcf][0x19]7[0xab][0x86][0x95][0xa5][0xcc]s![0x99][0x89][0xd0][\r]%[[0x8e][0x99][0x96][0xe9][0x9c][0x10]P[0x92]#[0xb][0x2][0xd1][0x9];G[0x85][0xce]i[0xd3]2.TW[0x97][0x8c][0xf2][0xbc][0xbe]Tt[0xcd][0xd8]Y[0xf2][0xd3][0xc9][0x92]{[0xff]0[0xea][0x14][0xcc][0x8a][0xc0][0xbe]i[0xbb][0x9c]O[0xeb]%=[0[0xd2]E;[0x9f]'[0x9]9[0x1f]XI[0xfb]4[0xd3]s[0xe6]j[0xa9]h[0xcc]x;[0x9a][0xed]M>M[[0xda][0xef]O6[0xa3]*o{[0xf2][0x86]3i[0x97]Wu[0xc7]1r3[0x1b][0x11][0xd8][0x9a][0x1c]i[0x14][0x83][0xc4][0x9c][0xa3]go[0xcc][0xe8]%[0x9f]l[0xeb][0xb2][0xab]9o[0xb][0xc]j[0x98][0x83][0xe3][0x81]3[0xe7]|[0xcd][0xde][0x94][0x17]N[0x85]u&[0x97][0xf][0x91][0x10][0xa8]w[0xe7][0x93][0x10]Xo[0xad];[0xed]S[0x12][0x87][0xbf] [0x1f][0xf7][0xa4]_[0xc7][0xed][0x12][0xac][0xff]!:".Z[0x98][0xda]g[0xa1]Jm[0xf][0x12][0xd2][0xce][0x9e]9[0xed][0x92][0xe2][0xaf], [0xa9][0xb8]is[0x99][0xf5][0xf]V[0xe4][0xc].[0x86][0x6]T][0xb5][0x87][0x8][0xf8][0xe3][0x89]<[0x81][0xc0][0x88]q[0x9f][0x12][0xa8][0xcd][0xaa]:[0x9d]\,[0x17][0xa8]9[0xad][0x14]4[0x9c][0xa9][0xcf][0x1a]E[0xb4]U[0xd0][0x1c][0xdf][0xc5]d[0xc0][0x9e]W-[0x2][0xb2]N[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10][0x2]S[0xf1][0xec][0x82][0xb2][0xa4]$5[0x5][0x91]s[0xb6][0x89][0xe4][0xfd]s[0xeb][0xa6]n[0x15][0x16]h[0xd1][0xee]Ol[0xde][0xa1][0xb0][0xc4][0xa6][0xa4][0xf2]o[0xf7][0xfa][0xbf][0xcd][0xb1][0x87][0x8a]b*e[0x4]i[0xa8][0x12]D[0xe0]v[0x15]"[0x8f]@[0xbe]J[0xd7]F[0x96][0xb5][0xb0][0xc2][0x96][0xc2]<[0xc7]w[0x13][0xb0]w[0x98][0xe4]9[0xbb][0x87][0xc0][0xb3]][0xcb][0xf6]L[0x93]"[0xf0]z[0xf]i<[0xf3][0xa5][0x9][0xbc][0xdd]W>[0xcf][0xc4][0xbd][0x4]>[0xff]cb[0xcf]=[0xf4][0x11][0xf8][0xf6][0xdf][0xf5][0xe0][0xb9][0xab][0xc][0x81][0xef][0x7][0xa0]+[0xcf]}[0xe2]a[0xf8][0xe3]@[0xf6][0xe9][0xb9][0xf3]+x[\r][0x18](j[0xe2]L[0x96]s[0xc6][0xa2]Y[0xa4]c*;l[0x9b][0xaa][0x9d][0xf8][0x9d],0[0x6][0xb5]PG[0xa0]s{w[0x6][0xb6][0xb][0xe3]zwt[0xd3][0x88]A[0x18]"xO[0xd9]t[0xf3]p[0xc1][0xb2]M[0xdc][0xb3]q;[0x81][0xc6]*[0xff]o"[0xf][0xdd]x[0x1b][0x92][0xf0][0xb6][0xe4][0x83]&[0x96][0x80][0xaa][0x19]d[0x88][0x2][0x81][0x18][0x9f][0xad][0xc1][0x1f]a[0xed][0xe2]x[0x8]g[0x92][0xf8]$[0xf8][0xc][0xb6][0xad][0x0]y[0xcf]K[0xea]q[0xc][0xf1][0xc9]84[0xe0][0x18]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]0[0xb7]{[0x2][0x8d]pDl[0xbe][0xe]~[0xfc][0x1]DV[0xc1]7[0xdb][0xbe][0x2][0xfe]w[0x18][0xc]r[0x83][0x16][0xa7]H[0x18]0u[0x14][0x8e][0xf1][0xf5][0x8]R6[0xe3][0xe]l[0x7][0x8e]o[0xd5]ttS[0xd3][0x13]pR[0x98][0x9e][0x12][0xa6]SX[0x1d]p3[0x9d][0xe0][0xa6]mN[0x91][0x8b])S[0xa7]Q[0xf9][0xb9]}[0x8b][0xb0][0x9f][0xc3][0xf7][0xa0][0x9b][0xfd][0xc][0xb7]O;E[[0xb2]g[0xea][0xc][0xaa][0x0][0xf]:+[0x82]([0xae][0x84][0xdc][0x82][0xee][0xf1][0xa0]![0xa7]h[0x9b]AL[0xb5][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xc8]s"[0xd2][0xc0][0x1a][0xc9]-[0x92][0xf2][0xc8][0x1b]N[0xd1][0x8e]#[0x99]:[0x8f]*[0xc4][0xc3]/[0x88][0xf0]e[0xac][0xe][0xbb][0x85][0x97]y[0xf8][0x1d][0xa7]h[0x17][0xc2][0x99][0xba][0x88]J[0xe2][0x18]q[0x81][0xf1][0x14][0xf7]E[0xdc]0[0x96]8[0xc6]][0xa7]hW1[0x98]J[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xa0]6[0x1][0xf4][0x2][0x1d]d7[0xa0][0xc7][0x1c][0xe8][0x81]S[0xb4]G@L[0xb5][0xa3][0x8a]p[0xb4]K[0x2][0xed][0x15]zE[0xdd][0xd0][0x9e]s[0xb4][0x8a]S[0xb4][0xe7]hLu[0xa0][0x92]9d[0xa7][0x80]|[0x83][0xae]17[0xc8][0x97][0x1c][0xf2][0x91]S[0xb4][0x8f][0x90]L%QEq[0xbd]k[0xed]+[0xdd][0xca][0x93][0x0][0xa2][0xab][0x10][0x98]][0x81][0xe0][0x7][0x8][0xb1]o5Y[0x7][0xdc][0x81]c7o[0xa2][0xe7][0x17]PK[0x7][0x8]:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormattedMessage.class[0x9d]W[0xfb]{[0x14][0xe5][0x15]~go[0x93],[0x93][0x10][0x12][0x12][0x8][0x4][0x13][0xc0]bv7k(R0[0xe1]"[0x11][0x2]$[0x6]BI[0x8][0x8a][0xb5]:$[0x93][0xdd][0xc5][0xcd]n[0x9c][0x9d][0x5]m[0xbd][0x97][0xaa][0xb5][0xb5]JoV[0xab]T[0x91][0x8b][0xad]X[0x13]0[0x1][0x15]S[0xe8][0x5][0xfb][0xf4]/[0xe8]?[0xd0]_[0xfb]c[0x9f]>>m[0xe9]{[0xbe][0x99]l[0x92]e[0x11][0xeb][0x93]g[0xbf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x9c][0xcb]{[0xce]y[0xbf]3[0x93][0xbf][0xfe][0xf7][0xe3])[0x0]w[0xe0]/a[0xac][0xc2][0xe1]r,[0xc2][0x11][0x19][0x1e][0x95][0xe1]1[0x1d][0xdf][0x91][0xf9][0xbb][0xe5]x[0x1c]O[0x84][0xf1]$[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0xfb][0xb4][0x9c]=#[0xab]ge[0xf5][0xbd]0[0x9a]pT[0xc7][0xf7]e[0xf3][0x9c][0x8e][0xe7][0xc3][0xa8][0xc2][0xe1]2[0xbc] [0xf3][0xf]dxq[0x1e]~[0x88][0x1f][0x89][0x83][0x97]t[0xfc]X[0xc4]_[0xe][0xe3][0x15][0x1c][0x93][0xd5]Od[0xf5]S1[0xf6][0xb3]0~[0x8e]_[0xc8][0xf0][0xaa][0xc][0xbf][0xd4][0xf1][0x9a][0x8][0xbc][0x1e][0xc6][0xaf][0xf0][0x86][0xc]o[0xca]p<[0x8c]_[0xe3]-[0x1d]o[0xeb]8[0xa1]![0xd4][0xd3][0xbb]cG[0xe7]^[\r][0xcb]{[0xb2]v[0xa2][0xd5][0x1c]5[0x7][0x93]Vk:[0x9b]H[0xa4]2[0x9][0x99][0xd7][0x1e]j[0xed][0xe1][0xce][0xb2]7h[0xa8][0xca]Yv[0xca]L[0xf]Xv.[0x95][0xcd][0xec][0xeb][0xda][0xa6]A[0xeb][0xd6]P[0xb1]5[0x9b][0xc9]9f[0xc6][0x19]0[0xd3]y+[0xf8][0xcf]+[0x9f][0xbf][0xf0][0xf7]KO[0xad][0xd7][0xa0][0xef][0xec][0xe8][0xdb]9[0xd0][0xd1]C[0xb1].?[0x93][0xd4][0xa8][0xa1]r[0xc4][0xca][0xe5][0xcc][0x84][0xb5][0xc7]t[0x1c][0xcb][0xce]h[0xa8][0xee]9d[0x1e]6[[0xd3]&[0xdd][0xf5]96[0xbd][0xd2]Q[0x99]i':l[0xdb]|LC[0xcd][0xfd][0xb3][0x4]z[0xf][0x1e][0xb2][0x6][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84]sJ[0xb4][0xc3]N[0xe4][0x8a]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0xaa][0x86][0xb3][0xf6][0x88]x[0x19][0xda][0xe5][0xba][0xd4]P[0xee]$[0xed][0xec][0x11][0xf3]`[0x9a][0xeb][0xda]Y:[0xfd][0xd3][0xc7]T[0xb][0xa5][0xb3][0x83][0xa6][0x8]x[0xc0][0xf2]N*[0xcd][0xc][0xc8][0x99]<[0xdd][0x98][0xca][0xa4][0x9c][0xcd][0x1a][0xda][0x9b][0xaf]|=[0x8a][0x12][0xd8]#[0x3][0x1a][0x2][[0xb3]C[0xf4]0[0xbf]'[0x95][0xb1]v[0xe7]G[0xe]Zv[0xbf][0xb][0xaa]ZY[0x1a]0[0x99]e[0xee][0xbd][0xc3][0x80][0x93]L1[0xca][0xb6][0x1b][0x17][0xc8][0xcb][0xa9][0xe7]u{Q[0xdc][0x84]][0xce]|[0xe6]G[0xac][0x8c]C;[0x15]}[0x8e]9[0xf8][0xf0].sT[0x99]'[0x9d]t[0xbc]C[0xa6][0xe8][0xf8][0x86][0x86][0xe6][0xe6]/[0x1d]CM[0xc2]r[0x8a]=iX[0xd8][0x1c])U[0x8b][0xf2][0x82]0[0xfd]s[0xbd][0xc7][0xb4][0xcd][0x11][0x8b][0x4] [0x9e][0xda][0xe6]H[0xc9][0x12]W[0xb8][0xf5]+[0x98]n[0xfb][0x92][0xd8]J[0xf9][0xf7][0xa7][0x86]ia[0xc5][0xac][0x92]u[0xa5][0xd3]V[0xc2]L[0xbb][0xa0]:[0x1f][0x1d][0xb4]F[0x1d]RZ[0x98]5[0x92]K[0x14][0xc8][0x19]`[0xde]r[0xbc][0x98],[0xbc][0xf5]H[0xde]L+[0xb8]%|[0x1e] [0xc3][0xb3]s[0xb9]\[0x88][0x83][0xe5][0x93][0xb0][0xcb][0x92]f.[0xe9][0xd6][0xdd][0xdf][0x1c][0xe9][0xa2]E[0xdb][0xca][0xe5][0xd3][0xf2][0xc4][0xc9][0xba]@5[0xcc];b[0xa7][0x1c][0xcb]U[0xd5][0xd0][0xe8][0xb9]Je=k[0xbd]yg4[0xef]P[0xd8]2GT[0x11]B9O[0xd1][0x9f]=xH[0xc6]<[0xd5][0x1a][0xbe]H[0x8b]@S:N2[0xce]B[0xd0][0xc][0xf0][0x14][0xf7]|<4[0xed][0xf9][0x96]b[0xcf]][0x99][0xb9][0x8e]})fg[0xe9][0x17][0x8][0xc9]E[0xb2]2[0x9]'[0xa9][0xe3][0xb4][0x6][0x83]5[0xef][0x9f][0xb9]{[0x8b][0xe6][0xb0]d[0xf6][0xed]+[0xdb]8[0x98][0xf6]n[0x18][0xb3]DG[0xe1][0xbe]l[0xde][0x1e][0xb4][0xb6][0xa7]Doii[0x82][0xdf].[0xb6][0xc]lB[0xce][0xc0][0x6]l4[0xb0][0x6]w[0x18]X+[0x84][0xae])[0xe1][0xc6]@[0x1b][0xda]u[0x9c]1[0xf0][[0xbc]G[0xf2][0x1b]8[0x8b][0xf7]E}[0xb3][0x81];Es[0xf][0xbe]i`[0x1d][0xd6][0x1b][0xf8][0x1d]>[0xd0][0xd0]t3[0xd6][0x18]hF[0x84]Q[0x15][0x13][0xef][0xee]|*=d[0xd9][0x1a][0xea][0xf6]e[0xc4]q[0x93][0x93]mrI[0xdd]D[0x92][0xb5]7[0x19][0x18][0xc3][0xb8][0x81][0x7][0xd1][0xa3][0xe3][0x9c][0x81][0xf3][0xf8][0xd0][0xc0][0x4]&5[0xac][0xff][0x8a]7[0xdd][0xc0]~[0xdc][0xab][0xe3][0x82][0xcc][0x17][\r]|[0xb][0xf][0xc8][0xf0][0x91][0x81]{[0xc4][0xc5]I[0x3][0x1f]K[0x8a]>[0xc1]%[0x3][0x9f]b[0x8a]-[0xb2][0x18][0xb1][0x81][0xdf][0xe3][0xb2][0x8e]+[0x6][0xfe] [0x92]D[0x8f][0x81]?[0xe1][0x1][0x1d]6p[0x15][0x9f][0xcd][0xd1][0x98][0xe6]J[0xf3]M[0xc1][0x16][0xae]pUq[0xcb][0xd4][0xb0][0xe4][0xc6]\[0x9d][0xae][0x1e][0x1f]v[0xf5][0x16][0x92]=][0xf][0x85]ak[0xda][0xcc][0xe5]vg[0xd9][[0xf2][0x99][0xa1]Y"[0xf5][0xc5][0x8e]n[0xdd]j:V"k[0xf3][0x85]R6[0xb3]4[0xba]2[0x19][0xcb]VF,^[0xed][0xd0][0xf6][0xde][0xbd][0xbb]:[0xfa][0xb][0xc4].[0xa5]/[0x1d][0x82]d[0xde]f[\r][0x9b][0xea][0xf2][0xb6]^[0xff][0x1e][0x98][0x91][0x8d][0x94]|[0x85][0xc]{[0x8d][0xf0][0x9e][0xaf][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0xd5][0xe2]B[0xe6][0xe8][0xa8][0x95][0x19][0xd2][0x10]/[0xd1]'[0xaf][0xd7][0xf0][0xb8]I[0xc5][0xc6][0x9b][0xbc][0xf7]5[0x4]-[0xdb][0xce]r[0x8e][0x96][0xb0]\[0xf2][0x1e][0xcb][0xc5]-c[0x96]TfY[0xc6]9[0xd7]][0x1d]n[0x98]C[0x6][0xf5][0xaa][0xa7]`[0xa4][0xb9]D[0xb4][0xa5][0x12][0xc0]~[WJV[0xfa]j[0xf5][0x90][[0x9b][0xfd][0xb3][i[0x99]j[0xac][0xfb][0xfa][0xb7][0x17]5[0xf0][0xe9][0xfc][0xc]L[0x8b]te([0x1d]h[0xee][0x92][0x13][0xfd][0xb0]|[0xcf][0xf4][0xe]kXU[0xaa][0xe9][0x97][0xaa]B[0xfd][\r];[0xa2][0x86][0x5][0x1e][0xb0][0xbd][0xb3][0x1a][0xad].]W[0xc1]R+[0xe5][0xbd][0xe5][0x86][0x5][0xe1]G[0x96][0x93][0xcf][0xd1][0x9b]L[0xd3][0xd5][0x91]w[0xeb][0xf4]z53[0xfd][0xff]ho[0xc0]r~7[0xae][0x82][0x86][0xdb]P[0x8e]%[0xd2][0xc7][0xf8][0x99][0xb6][0x4]Q[0xc4]x[0xd6][0xc2][0xb5][0xf]q[0xee][[0xb1][0xba][0xb0][0xff]:l[0xb0]\?+=V[0x9d][0xb1]Y[0xaa][0xfd][0x9d][0xde]9[0x1b],[0xe7]j[0xe9][0xc6][0x9c]+[0xf0][0x8c]tWZ[0xb8][0x8b][0xbb]q[0x4][0xf8][0x7][0xac][0x8b]^[0x80][0x16][0x8d]M[0xc0][0x17]m[0x99][0x80]?[0x1a][0x9f]@ ~[0x15][0xcb][0xe3]S[0xc7][0xd1][0x10][0x8f]O[0x5][0x86][0xd6]\A[0xf0]5TE[0xdd][0xcd]e[0x4]'[0x10][0x1a][0xa7][0xa6][0x1f][8[0xde][0x2][0x9d][0xe3]&[0xda][0xda]L[0xec]w[0xa1][0x92][0xa7]5[0xe8]`[0xc]w[0x13][0xd5]6[0xae][0xc0]8[0x94]'[0x9e]l[0x5][0xd4]J[0x10]ij%1[0xf8][0xd4]j[0x1b][0xe5][0xfd][0xe8][0xe4][0xba][0x16][0xda]5n[0x2]:[0xb6][0xeb][0xd8][0xa1]c[0xa7][0x8e].[0x1e][0xb][0xfc]n[0xf]~/M[0xca][0xb7]lE[0xf4][0x1c][0xf4][0x8b]([0x8b][0xb5]\@[0xf9][0xb8][0xca][0x82][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x9b][0xbb]aPP[0x10]4[0xb9][0xc2][0x5][0x4][0x15][0xca][0xaf][0xa6]V[0xe2][0xd7][0xc7]5[0xbb][0xb3]g|?[0x8d][0xcb][0xb3][0x86][0xe8][0x87][0x8][0x86][0x9a]h[0x94][0xb]?[0x81]I[0xcc][0x9b]@X[0x8e][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xa8]T[0xb6][0xf7]3[0xf][0xf7][0xb2][0x8a][0x7][0x94]?[0xc3][0xd5][0xf7][0xfc]u*Ym[0x11][0xf]w[0x15][0x9c][0xb4]r[0x16][0xa1][0xa0][0xd8][0x1e]+ [0xf][0xa9][0xc3][0xc1]YV[0x82][0x9e][0x15][0x8d][0xf1][0xf4]z[0xca]=[0x9e][0xf2][0x2][0x1]u[0x15]e2[0x8d]q0[0x8a]a[0xa5][0x9]k[0x84][0x86][0xb2][0xb3][0xc].[0x98][0xb][0xcb][0xc0]Qy[0xd7]z[0x96][0x8f][0xf1]H[0xaa][0x15][0xa1]5_[0xac][0xe5]"*[0xc6]v[0x9f][0xc3][0xfc]OPu[0xdf][0x5],[0xa8][0xae][0x9e]DM[0x8c][0xbf]I,[0x8c][0x84]Z?bc[0xca]f9S^[0xe9]y[0xae]V[0x6][0x1c][0x9e][0xe4]1[0xf][0x87]I[0xea]#[0x5][0x1a][0xcc]#a[0xf6][0xa2]Oa[0x8b][0x14][0xca][0x11]A[0xbf]W[0x8e][0x8][0xf6][0xa9]rt[0xba][0xa9][0xe8][0xd6]1[0xc0]s[0xbe]O=x[0x17][0xf8]Lt[0xbb][0xa3][0xb1][0xd3][0x8][0x6][0xce][0xc6][0xae][0xa2]2:[0x89]:b[0xaa];[0x85][0xa0][0xff]l[0xec]2[0x16][0xed][0x92][0x94]^[0xc5]B[0x99]Z[0xf8][0x9b][0xc4][0xe2][0xd7]1[0xff][0xc][0xc2]-[0xea][0x9c]R[0x92]*n[0x8c][0x8b][0xa8]?[[0xc8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]q|[0x82][0x9][0x92]Y{[0x1a]ud[0xdc]b&g[0x19][0x9e]#][0x9f]'[0xc1]_[0x9c]E[0xa6][0xee][0x2][0xfa]n[0xdc][0xc7][0xb2]k[0x94][0x8b][0xe3]~[0x9e][0xb9][0xe8]+[0x10][0xd2]+[0xb5][0xa3][0x81],[0xe]I[0xb5][0xf8][0x1d][0xe0][0x5][0xf1][0x12]E[0x84][0x9f]q[0x17]gETa\r[0x6][0x1][0xff][0xc6][0xaa][0xc6][0xa5]IA[0xe7][0x1e][0x13][0xe0]R9~h[0xe3][0xd2][0x19][0x9c]ne_[0xe6]5{[0x85][\r][0xe2][0x98][0xc2]T[0xe7][0x1a][0xf4]0[0xd5][0xb0]Y|[5[0x8b]NuE[0x3][0xb][0xb6][0xf0]F[0xd5][0xc2]G,[0x84][0xc2]5[0xbc][0xb5]O[0x13]h[0xf][0x96]`[0xe5]$[0x1a][0x8a]Y[0xf9]j[0x9]V[0xfa][0xf0][0x10]L[0x8e]T&[0x93][0xfc]*[0x85]IVc[0x99][0x18][0xd8][0x1f][0x93][0xab]2[0x89][bn[0x88]j[0xe]LM[0xa2]1[0xaa][0x16][0x9f][0xa2]i[0x2][0x86][0x93]lv[0xc7][0xa7][0xd6][0x5][0xfc][0xeb][0x82][0xb5][0xc1][0xda][0xc0][0x9][0xdc][0x16][0xaf][\r][0xae]i[0xf][0xd5][0x87].by[0xbb].[0x99]h[0xa8][0xd7][0xfb]b[0xf5]:[0x8d][0x1c][0xf5]iG[0x83][0xda][0x99]k[0x9b][0xe9]B[0xed]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]_u[0x0]o[0x90][0x8a]o[0x92][0xe2][0xc7]Q[0xcf][0xb0]W[0xe0]-[0xdc][0x8e][0xb7][0x99][0x8a][0x13]l![0xef][0x90][0xe7]'I[0xa5]SL[0xce]i[0xa2]>[0x81][0x4][0xde]U1[0xad]e<{[0xa8]u[0x90]4[0x94]f[0xb3][0x98]7[0xf0][0x0][0xa3]f,[0x85]2'1[0x4][0x8b][0xb1][0xaf]f[0x1d][0xe6][0xe8][0x96]y1|[0xd7][0xc8][0x8e][0x90][0xea]U[0x9][0x8d][0xca][0xcc]([0xfe]E[0xb2]'[0xf9]T[0xfa]H[0x8a][0x92][0x87][0xf0][0xb0][0x9b]#[0xf6]][0xf7]~[0xb5]1G+[0xa2][0x1c]VJCqg?[0xa7][7E[0x1b][0xbc][0xb4]l^[0xd6]p[0x82][0xcd][0x87][0xb1]/[0x93][0xe7]}G[0xfd][0xc][0xfa][0x1f]3A[0xaf]b[0xa8][0xc0]{4w[0x96]Ey[0x1f][0xb][0xf9][0xa1]\[0x8f][0xf][0xf8]2[0x19]c[0xfb][0x1d]g[0x8b][0x1b]#[0xd4][0xf3][0x85][0xbb][0xb7][0x92][0xc][0x10][0xe0][0xc2][0x9e][0xb6]BXm[0xec][0x11]#[0x84]YO^g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0xb1][0x81][0xfe][0x7]+5[0xed]sZM*[0x2][0xf8][0x18]H[0x96]r[0xa3]x[0xa4]D[0x7][0xb][0x15]s[0xe5]R[0x9][0xae][0x94][0xc1]F[0xce]SnTO [0xcd][0xfb]k[0xe7]1\5[0xb8][0x19][0xf5]f[0x1a]s[0x94][0xc9]<~[0xa3][0xf0]hx[0x9c][0xf7][0xf2][0xdd]-[0xf5][0xff][0x3]PK[0x7][0x8][0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.class[0xd5][0x96][0xdd]o[0xdb]T[0x18][0xc6][0xdf][0xd3]8v[0xbe][0x80][0xa4][0xa3][0x80]3 c[0xb][0xd0]z[0xdd][0xe2][0xae][0x99][0xbb]Q[0xab]b.T[0xeb]T:FG$[0x8b][0xf][0xc9][0xc9][0xbc],U[0xe2]T[0x8e][0xcb][0xc4][0xc7][0x5][0xdc] [0xc1]%W[0x88]?a[0x12][0x12][0x88][0x8b]J[0xdb][0xe0][0xf][0xd8][0xc5][0xfe][0x80][0xdd][0xc0]-[0xb7]\p[0x89][0xf6][0x9e][0xe3][0xc3][0xbb]l[0xb3][0xb6][0x16][0xf3][0xb5][0x1b][0x9f][0xc7]'[0xe7]<[0xcf][0xef][0x89]e[0xf9][0xdc][0xf8][0xe3][0xea]O[0x0]0[0xf]v[0x1]r[0xd0][0xd4][0xe0]x[0x1]&[0xc0][0xd2]`A[0x83][0x13][0x5][0xc8]B3[0x8f][0x97][0x93][0x1a][0xbc][0xc2] [0xb7][0xba][0xbe]q[0xfe][0xd4][0xfa][0xf2][0xeb][0xc]^][0x1b][0x86][0xdd][0x86][0xb7][0xe5]u.[0xf9][0x8d][0xfe][0xb0][0xdb][0xed][0x5]]>67[0x1b][0x3]4[0xf2][0xba]~c#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "qre[0x18][0xe][0xbc]([0xf2][0xc3]7[0xe2][0xe9][0x15][0xaf][0x13][\r][0xc3][0xf][0x17][0x19][0x94]G~[0xd8][0xf3][0xfa]-?[0x1c][0xf5][0x86][0xc1][0xdb][0xab][0xaf]1`g[0x18]<[0xb6]<[0xc]F[0x91][0x17]D-[0xaf][0xbf][0xed]g[\r][0xf6][0xaf]~[0xfb][0xc9][0xcf][0xbf]3P[0xed]^[0xd0][0x8b][0x96][0x18]d[0xa6]gZ[0xc][0x94][0xe5][0xe1][0x5][0x9f][0xc1][0x13]k[0xbd][0xc0]_[0xdf][0x1e][0xb4][0xfd][0xf0][0xbc][0xd7][0xee][0xe3][0xcc][0xe4][0xda][0xb0][0x83][0xb6][0x1e][0x9a][0xe3][0xbd][0x9c]T[0xa2]K[0xbd][0x11][0x83]B[0xe0]_[0x96] [0xc][0xce]M[0xaf]mz[0x1f]x[0x8d][0xbe][0x87][0xec]1[0xed][0xe2];cSg[0xdb][0x9b]~'Z[0x9c]yxUi[0x89][0xa5][0xb4][0xc1][0x9f][0xee][0x93][0xf7][0x9b]c[0x87]-/[0xf4][0x6][0x8][0xb2]/![0x88][0xc1][0x9b][0x9]D)[0x81]&[0xb6][0xcc][0xbb]Y([0xac][0xbd][0xab][0xb0][0xd4][0xf1]s[0xc][0xa2][0xbf][0x98][0x94]:[0xfb][0x18][0x83][0xcf][0xff][0xb6][0xec][0xd4]4[0xf3][0xc][0xbe][0xfe][0x7]iR[0xf3]5[0x19]\[0xf9]W[0xf9]R[0x13][0x1f]gp[0xfd]?&N[0xdd][0xc1]bp[0xf3][0xd7]!u[0xab][0x5][0x6][0xbf]<[0x2][0xad]R[0xf7]<[0xc1][0xe0][0xb7]G[0xb2]g[0xea][0xe6]'[0xf1]<`w[0xfa][0xf2][0x9b]\[0xd8][0x18]n[0x87][0x1d][0xa5][0xc7]?[0xb6][0x7][0x1f][0xf8][0xe9]?[0xca][0x93]KP[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83][0x85]=[0x9e]".H+[0xbe][0x9d][0x1f]![0xee]-[0xc1]`)[0xdd][0xb9][0xa4][0x4]y([0xec][0x86][0xeb]T{[0x14][0x85][0xb8][0xe7][0xee][0xed][0xc][0xa6]wy[0xa8]h[0xc1][0x1c][0x9e][0xab]rx[0xf4][0x9a][0x0][0x9d][0x87][0xa2][0xaa]B[0x11]J[0x80]G 1[0xfb]8[0x8e][0x8c][0xff]Mx[0x9d][0x14]G4< [0xe1][0x98]5v[0x80]}/[0x96][0xec][0xc3]+?[0xae][0x1][0x98][0xa0][0xa0][0xe1][0x93][0xa8]J[0xf1]"[0x98][0x12][0x96][0x9f][0xc1]S[0xf0][0xb4]48[0x8d]k2|[0xc7]5[0x98]p[0xf][0xcf][0xee]@[0xe6];rQ[0xc5][0xae]%[0xe1]p ^%[0x1d][0xb8]z[0x6][0x11][0x99]PU[0xd8][0x8f];[0x18][0xba]>+][0xcf][0x82]&[0xd6]W[0x84][0xab][0xf2]#(nfv#[0xc1]|e[0xcc][0xbc]B[0xe6][0x15]2[0xaf][0xc0]s[0xf0][0xbc]4[0xaf]I[0xf3][0xf7][0xd0]\[0xc1]qJ[0x98]g[0xa5][0xb9][0xab][0x1c]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0x17][0x1]F[0xbc][0x81][0x2][0xa6](`J[0x6]pu[0x0]UFD[0xbd] [0xa3][0xfa][0x18][0x95][0xe5][0xf]AD[0xa9]cQnVW[0x92][0xf2]Z"[0xaf][0x19][0xef][0xa2][0xbc]*[0xe5]U)[0xaf]*[0xf3][0xb8]:[0x88]J[0x11][0xc9][0x87]d[0xf2][0xc7][0x98][0xac][0xe2]X[0x13][0xc9][0xda][0xbd][0xc9][0xae][0xaa]g[0x93][0xe2][0xdf][0x17][0xf1]K[0xf1]V[0x8a][0xaf]Q|[0x8d][0xe2]k[0x14]_[0x93][0xf1]\[0xd5]Qe[0x5][0xc8][0x8b][0x12][0xe4]K[0x4][0xd1]p[0xac][0xb][0x90]\"[0x88][0xab][0xe9]j[0x12][0xcd]EAs:[0xde]O4u[0xa2][0xa9][0x13]M[0x9d]h[0xea]DS[0x97]4\[0xbd][0x84]J[0x15]\/K[0xae]o[0xd0][0x95][0xbf])[0x86][0xe0]*[0xdf][0xf7]l[0xee][0x80][0xb9]9]K[0xa2][0xb][0x4][0xdd][[0xb1][0xb][0xd1][0x19]Dg[0x10][0x9d]At[0x6][0xd1][0x19]DgH:[0xae][0xa6]Qi[0x82]sFr^[0xc1][0xfb]<[0x19]c[0xce][0xe4]'y[0x87][0xd3]-[0xab]z.[0x89][0xf6][0xb2][0xa0]}7[0xf6]"Z[0x93]hM[0xa2]5[0x89][0xd6]$Z[0x93]hM[0xa2]5%-W[0x6][0xaa][0x9c][0xe0]>,[0xb9][0xaf][0xe2]/<[0xc3][0x8a][0xb9][0x1f][0xf0][0xe0][0xc7][0xb8][0xdd][0xb2][0xa6][0xe7][0x93][0xe8]?[0x15][0xf4][0x17]cG[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-[0xa2][0xb7][0x88][0xde]"z[0x8b][0xe8]-I[0xcf][0xd5],[0xaa][0xbc][0xe8]qD[0xf6][0xb8][0x81]k[0x8a]8[0xda]q[0x8f][0xfc][0x1e]z[0xb8][0xe5][0x9c]^Hj[0xf3][0x85]h[0xb3][0x15][0xfb]R[0x1b][0x9b][0xda][0xd8][0xd4][0xc6][0xa6]66[0xb5][0xb1][0xa9][0x8d]MmljcS[0x1b][[0xb6][0xe1][0xea]([0xaa][0x82][0xe8][0xd5][0x90][0xbd]n[0xe1][0xea][0x12][0x8e]N[0xdc][0xab][0xb0][0xe7]^n9[0xaf][0x17][0x93][0xda]}%[0xda]}[0x14][0xbb]S;[0x87][0xda]9[0xd4][0xce][0xa1]v[0xe][0xb5]s[0xa8][0x9d]C[0xed][0x1c]j[0xe7]P;[0x87][0xda]9[0xb2][0x1d]W&[0xaa]"[0xfe]>G_[0xb8]C"[0x9][0xa0]x[\r][0xb2][0xee][0xe][0xa8]?[0x80][0xc6][0xbf]sl[0xc][0x98][0xbf]j[0xc7]D[0x89][0xf9][0xdb]PK[0x7][0x8]E[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataId.class[0x9d]W[0xfb]w[0x14]g[0x19]~&;[0xbb]3Y&[0x10]6[0x4][0x8][0xa4]t[0x1][0x93]fw[0xa1])[0x97][0x82]MhJ[0x80]@[0xb6][0xe4]"[0xd9]$[0x90]R[0x84][0xc9][0xee]d3[0xb0];[0xb3][0xec][0xcc][0x10][0x82][0xd6]z[0xa5]w[[0xb4]V[0xb1]M[0xbd][0xd5][0xe2][0x5]-[0xd8][0x92][0xc4]"[0xad]U[0xf][0xf5]x[0x8e][0x1e][0x8f]?[0xfa]/[0xf8]/xZ[0xdf][0xf7][0xdb][0xc9]&[0x90]E[0x91][0x90]|[0xf3]][0xde][0xeb][0xf3]>[0xdf];[0xc3]_>y[0xff][0x3][0x0][0xdb][0xf0][0xa7]0B[0xf0][0xc2]h[0xc6][0x19][0x5][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xaa][0x98]Tp.[0x8c]/[0xe0][0x8b][0xbc][0xfb]T[0x18]2[0xbe][0xa4][0xe2]i^|[0x99][0x87][0xaf]T#[0x80][0xaf][0xf2][0xec]k,[0xf5]u^~[0x83][0x87][0xf3]<<[0xa3][0xe2]Y>{N[0xc1][0xf3]a[0xd4][0xc3]S[0xf1][0x2]?_[0xc][0xe3]%|[0x93]g/[0xab]x[0x85][0x9f][0x17]T|+L[0x1a][0xdf][0xe6][0xe1]U[0x1e][0xbe][0xc3][0xc3]k|[0xf6]][0x9e]}[0x8f][0x87][0x8b]*[0xbe][0xaf][0xe0]u[0x15]o[0xa8][0x98]R[0xf1]&[0xef][0xfd][0x80][0x1d][0xfd]P[0xc5][0x8f]T[0xfc]X[0xc5]OT[0xbc][0xa5][0xe2][0xa7][0xbc][0xf7][0xb6][0x8a]K*~[0xa6][0xe2][0xe7]*~[0xc1][0x1b][0xbf]TpY[0xc1][0xaf]$h[0x83][0xc9][0xde][0xae][0xe3][0x87][0x86]:{[0x92][0x83]#[0x12][0xb6][0xf5][0xd8][0xc5]l[0xab]^[0xd0][0xd3][0xe3]Fk[0xce][0xce]fM+[0xcb][0xcf][0xed]'[[0xf3][0x86][0xe3][0xe8]Y[0xa3]5[0xe5][0x16][0xbd][0xb4][0xeb][0x15][0x8d][0xcc]>[0xdd][0xd5][0x93][0x99]v[0x9][0xa1][0xfe][0x81][0xe4][0x81]d[0x9f][0x4][0xb9][0xb7]k[0xb0]S[0x82]:[0xd0][0x95][0xea][0x1a][0x18][0xee][0xda]'AJJ[0xa8][0xd9]k[[0x8e][0xab][[0xee][0xb0][0x9e][0xf3][0x8c][0xc0][0xa7][0xf4]#[0xa1][0xd6]1[0x8a][0xa6][0x9e][0x1b]6[0x8a][0x8e]i[CI[0x96]}<[0xf8][0xd4][0xe1][0x87]G[0xff][0xb9]t[0xdb]y[0x9][0xe1][0xde][0xce]#[0xc7]{[0xba][0xfa][0xe][0xc]v[0x7][0xa8] Q[0x9]J[0xe7][0xe0][0xf1]T[0xf2][0x0][0xb9][0x89][0xf4][0x9c][0xd4][0xcf][0xe8][0xad]9[0x9d][0x82][0xa3]p(F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0xb6][0xf4][0xbc]Av[\r][0xcb]5[0x8a][0x85][0xa2][0xe9][0x18]}^~[0xd4](R8E[0xe3][0xb4]gR[0xc0][0x12][0xea][0x8e]VRU[0xed][0x82]KA[0xe8]9Je[0x97]i[0x99]n[0x87][0x84][0xf6][0x96][0xc5][0x92][0x15][0x94]+l[0xc5][0x86])[0x98][0xbd]v[0x86][0x82]Y[0xd6]cZ~[0x18][0x83][0xfa]h[0xce][0xe0][0xd0][0xed]4e[0xad]S[0xee][0xb4][0xf6]7ew[0xdc]t$[0x4]M+c[0x9c]%[0xbc]R[0xae][0x9e]>[0xd5][0xab][0x17][0xc4][0xb1]`[0xdf][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z$[0xec][0xaa][0x10]S[0xf2][0xee][0x83][0xaa]2[0x9][0x81]P^?e$i2[0xde]r[0xf][0xb5][0x8e][0xdd][0x13]?[0xba]+[0xc5]}o[0xa6][0x2]TK[0x1a][0xa9]`[0x12][0xaa]3[0xc6][0x98][0xee][0xe5]\[0xce]&[0xa2][][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]$k[0xb8][0x3][0xe5][0xda][0xd7][0xb7][0xc4]*V[0x9f][0xa5][0xfa][0xcb][0x4]Ph[0xd5]'[0x98][0xb4][0xa2]%VI[0xbc][0x8e][0x4][0x16][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0xc4][0x88][0xe9]a[0xd3][0x19]0[0x88][0xd8]g[0xd8][0x1f]m=A[0xdc]r[0xed][0x92]*[0xe1][0xef][0x8c]JhXds[0x8f]g[0xe6]2F[0x91]y8f[0x17][0xf3][0xba];hKh\[0xc][0xd9][0x9c][0x1c][0x97]24[0xea][0x8d][0x8d][0x9]n[0xef]J[0xe7]|[0xc6][0x92]?:[0x9][0xa7]l[0xaf][0x98]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0x9b]L[0xac][0xfa][0xdb][0x11]|[0x90][0x8d]j[0xe8]CQ[0xc3][0xaf]1.a[0xcb][0xff]][0x4][0x9][0x1b][0xe6]#K[0xe6]rFV[0xcf]u[0x16][0xb3]^[0x9e].^[0xd7][0xd9][0xb4]![0x90][0x94][0xf0]P[0x8f]ae[0xdd][0xf1][0xa8]=[0x16]53[0xd1]&'j[0xd0][0x99][0x91]q[0xa2]y[0xfd][0xac][0x99][0xf7][0xf2]|[0xd0][0x94][0x89][0xa6][0xc7][0xf5][0xa2][0x9e]&4[0x89][0xff][0xb5][0xf3]v[0xfb]GO[0x1a]iW[0xc1];[0x1a][0xae][0xe0][0xaa][0x86][0xdf][0xe0]][0x8e][0xfa]=j[0x12][0xbb]5\[0xc3][0xb4][0x86][0x19][0xcc]jH[0xa2][0x9b]g[0xbf][0xd5][0xf0]>[0xef]=[0x8e][0xe][\r][0x7][0xd1][0xa3][0xa1][0x97][0xef][0xcb][0x86]>;[0xea][0x94][0xc3][0xe7]8[0xb8]GD't'[0xea]x[0x85]B[0xce]42[0x1a][0xae][0xe3]w[0x12]V[0xdd][0x1]l[0x9]M[0xa9][0xc5][0x6][0xd2][0xba]e[0xd9]n4m[[0xae]nZQ[0xdd][0x8a]j[0xb8][0x81][0xf][0x14]|[0xa8][0xe1][0xf7][0xf8]H[0xc3])[0x8c]IXO[0xde][0xe7][0x9b]Q[0xd4][0x12]L[0xb9][0xcd][0xf9][\r][0xfc]AB[0xeb]-PU[0xc0]i[0xdb][0xd6][0x5]8[0xb5][0x91]3[0x3]c[0x1a][0xb2][0x18][0xd7]p[0x14][0xc7][0x18][0x98][0x11][0x1e][0xfe][0xa8][0xc1][0x82][0xad][0xc1][0xc4]Ib[0xb5]k[0xe6][0x8d]C[0x9e][0x9e]3[0xdd][0xc9][[0xa0][0x9d]c[0xa3][0xe2][0x9e];h[0xd9][0x13]T*[0xd5]tR[0x93]V[0x9a]9[0xab]94[0xe9]L[0xa7]=r6[0xc9]6[0xfb]5<[0x82]6"[0x9c]]4[0x89][0x1c][0xdc]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$6[0x9f][0x17][0x13]Bu[0xec]1wB/[0x12][0xe3][0xaa][0x9d][0x9][0xbf][0xa5]khgE9o[0xb8]:[0xd1][0xd2][0xa1]{h[0x90][0x13][0x96][0xaf]v&[0x9d][0xa1][0xc2][0xa0][0xc9][0xb7]L[0xe5][0xa0]<"[0x9a][0x86]],[0xbf]BDj[0xda][0xad])[0xf1]~0[0xcf][0x95]Z[0xe4][0x8e];[0xf2][0xd4]s[0xcd][0xdc][0xad]E[0xdb]/n[0x91][R[0xc][0xe5][0x4][0xb8][0x12][0x96]/`-E[0x9f][0xe5][0xe2]*g[0xf8][0x8d][0xd4]O[0xc5]Z[0xd9][0x92]\x[0xdb]}[0x9]~[0xb7][0x95][0xee][0xa4][0x84]G[0xfe][0xc7][0xb][0xa1]D[0xd9][0xf6][0x8a]=[0xa3][0xbe][0x82]._VEt|[0xf6]_Q"[0xc9]Py[0xa3][0x8e]_1[0x8a]1y[0x7][0xf3][0x95][0xf7][0xd5][0x82]^[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x14][0xbd][0xea][0x93][0x95][0xae][0xd9][0xda][0x85][0xae][0xf6][0x12][0xaf]R~i[0xda][0xb9]_[0x85][0xf4]B[0xc1][0xb0][0xa8]H[0x9b]+E[0xf4]_[0x9a]W[0xd3][0xdd]T[0x88][0xdf]r[0xa7]=[0xdb][0xa5][0xc2]4[0xdf][0x95][0xfd]vn[0x85][0x15][0xb2][0x9b][0xf7]+[0xd3][0xf1]0[0xd6][0xd3]GM[0x8]U[0xd8][0x89][0xcf]b[0x9][0x1a][0x98][0xb4][0xf4][0xd5][0xd0][0xc0][0x1c][0x14][0xcf]][0xfe][0xf3]Qt@[0xc2]c4[0xaf][0xc2]n[0xac]A'[0xf6][0x94][0xd7]{i[0xdd][0xb5][0xe0]|?[0xad][0xf][0xa0][0xbb][0xbc][0xe]#[0xc2][\r][0x87][0xe6][0x11][0xee]4[0xe2]I[0xcd]F<{[0xc5]S[0xa3]oB[0xba]3[0xa4][0xf1]9@[0xba][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xb4][[0x88][0xcf]@[0xaa][0xda]!'nbKb[0x1a]U[0xb5][0xd1][0xb7][0x10][0xbd][0xe]y$[0x12][0xc][0xde]@h$[0x90]H[0x8d][0xc8][0xb5][0xd1]Y([0xa9]Y[0xa8]3[0xa8][0xfe]0[0x11][0x9]Oc[0xc9][0xe][0xb9]^~[0x13][0xd1]x"P/OC[0xbb][0x86][0x9a]x[0xa2]^[0x96]OLc[0xe9],[0x96]]C[0xed]%[0xde][0xe1][0xed]*Z[0xc4]7][0xc3][0xf2][0xf8][0xe6]k[0x88]\%[0x9f][0x1][0x1c][0xa2]q[0xf]ji|[0x94][0xa2][0xea][0xa0]X[0x1e]#dvc[0x5][0xe5][0xdc]L'qzn[0xc1]>B[0xea][0x0][0x9d]vSfI[0xea]&[0x7]q[0x82]21([0x8b][0x93][0x94][0x87]My[0xc][0x90][0x85][0xed][0xa5]<[0x90][0x12]([0xf2],)p[0xe1][0x19]#P%f[0x8c]A[0x80][0xfc][0x98][0x18]$[0x8b]2[0x86][0x4][0xe2][0xf2][0xa7][0xe4]&[0xa8]`X[0xc1]a[0x5]G[0xe8][0x97][0xf4][0x94][0xf5][0xd5][0xa4]N}[0xcb][0x87]j[0x88][0xc4]C$>[0xc5]P%>F[0x8d][0x80][0xa7][0xae][0x8c][0xc5][0x8a][0x8b][0xd8][0xc0][[0xd7]Q?2[0x83][0x95][0x91]U[0xd3]X[0x1d][0x9][0xcf][0xa2][0x81][0x9e][0xd3]X[0xc3]r[0x8d]S[0xbe][0xd6]Z^[0x95]pi$\|[0x95][0x84][0xd0][0xa0][0xa1]q[0x1a][0xf4][0xbb][0xa6]-[0xd8][0x10][0xf4]kq[0xff]B[0xcb][0xf7][0x91][0x8][0x9f][0xcc][0x99]eD[0x97][0xc7][0x1b][0xe4][p[0xed][0xc0]2[0x1a][0x8f]R[0xd0]OB[0xc5]1[0xaa][0xff]q[0xac]%[0xe4][0xda]0Jgi[0xc2][0xc6] 4[0xc6][0x8][0xbb],[0xbd][0xb][0xc6][0xe1][0x11]&[0x17]h[0xf6][0x1a]rx[0x3]y[0x81]iG)[0xe1]2[0xa6]SeL[0xa7][0x4][0xbb][0xaa][0xc4][0xec][0xa0][0xc0][0x94]g[0x8c][0xae]L6[0xb6][0xe2][0x9][0x92][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "t[0xd7]1[0xba][0x91]9t[0xa5][0x12][0xbc][0xc0][0x3]5[0xff]F7m[0x90][0xb5][0xa3][0x14][0xa1][0x80][0x98][0xf6][0x3][0xc2]f[0x1d][0xc1][0x1b][0x8c]_[0x89][0x13] [0xeb][0xe8][0xef][0xfe]iD[0xaf][0x94][0x13][*[0x9c][0x9d]!G[0x13][0x14][0xde][0xa4][0x8]teI[0xad][0x1c]h[0x1d][0x5][0xd0]FF[0x87][0x84][0x96][0x14][0x12]^[0x8e][0xf9]^[0xfe]Ej[0x9c][0xd7]N*[0x7]{y[0xf]57[0xb1][0x8a][0x1f]}4,o[0x93]i[0x8c][0xb4][0x5]/aI[0xa2]Oj[0x93][0xa5][0xb6][0xe0]u[0x4]F676[0xc8][\r][0xc1][0x19][0xac][0x9f][0x8f]$N[0xd7][\r]x[0x86]"y[0x96][0xc]>[0x8f][0x1a][0xbc]@[0x99][0xbe][0x88][0xd5][0xf4][0xdf][0xa5][0xf5]x[0x19][0x1b][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf8][0x2]bxUD[0xf9]$[0xaa][0xe9]|[0x99][0x0]'@R[0xd5][0xf8][0xbc][0x0]l[0x1d][0xad][0x8e][0xd3][0x8c][0x9][0xbc][0xb3][0x9c][0xc3]N*V[0x9][0xec][0x9d][0xd0][0x5][0xd8][0x1b][0xe9]b[0x94]t[0x9b][0xb1][0xdc][0xd7][0x8d][0x11][0x1e]%][0xce][0xb5][0x16][0x81][0xd0][0x9a]O[0xa0][0x94]yL[0xfa][0xa3]T[0xec]R[0xe2][0xad][0xf4]d{AN[0xf3][0x8a][0xe8][0x17][0x9c]F[0xc8][0xaf][0xe8][0x80][0xe8][0xe]B[0xc0][0xf]BB[0xa6][0xa2]r[0xe4]v[0xe5][0xb7]+*[0xd3]'@[0x5][0xe5][0x9a][0xdb][0x95][0xdf][0xa9][0xa8]L[0x9f][0xe][0x15][0x94]k/[0xdf][0xa6]<[Q[0x99]>/|[0xe5]=[0xbe]r[\r]+OA[0x91]/A[0xe]\.[0x97][0xb0]d[0xe4][0xa3][0x5]Fj|#C[0xc2]`[0xd5][0x92][0xdd][0xac][0xaa][0x9c][0xc9][0x11][0xc2][0x9c][0xb9][0xd6][0xc8][0x97][0x91][0xb3][0xe1][0xb][0x1a]>1[0x83][\r]=L[0xd7][0x8d][0xf4][0xb7]f>[0xc1][0x12]WoR[0xd5]?[0xc6]*[0xfc]y[0x1]W[0x1b]}7[0x11][0xe2]P[0x8e][0xae][0x1b]{[0xa1]/#[0xdf][0x8b]C2,[0x15][0x8b]O[0xe3]3[0x17][0xb1],Q[0xf2][0xb4][0xfa][0xf0]%[0xac][0x9e][0x9b][0x8b]N[0xc1]YQ[0xb3]8<[0xef]#[0x14] [0xf0]W[0xea]q[0xa3]k[0xf0]w[0xb4][0xe0][0x1f][0xb][0xdc][0xc6][0xca][0xf4][0x8a]Q7[0xcc][0xfb]W[0x84]R[0xaa][A][0xe2]4[0x8a]~[0x0][0xe7]i[0xc5]?cL[0xfd]H[0x93][0x14][0xba][0x81][0xe6][0x91]@[0xe4][0x1]z[0xb]DZR#[0xc1]H,5[0x83][0xf8][0xbb]H[0x88][0xf3]M[0x92]R:[0xdf][0xcc][0xe7][0xf][0xf2]ykj$[0x14]y[0xa8]$[0xb4]E[0x8]m[0x9d]3[0xb2][0x8d][0x85][0xb6][0xb3][0xd0][0xc3][0xa5][0xf3][0x1d]WE[0xd1][0xe6][0x1][0x8b][0xd2][0xbf]fz[0xcf]m[0xa2]]G[0x80][0xe9][0xfe][0x7]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.class[0xa5]Smo[0xd2]P[0x14]~[0xee]([0x14][0xba][0x8e][0x1][0x9b]:p[0xbe]LQ[0x81]M[0x10][0x7][0x1a][0x3]Nt[0x8e]dI[0xb7][0xc5][0xe0][0x88][0x8b][0x9f].]e%[0xa5]5[0x85][0xee]w9[0x96]8[0xa3][0xd1][0xec][0xb3]?[0xca]xn![0x6]"[0xf1][0x83][0xb4][0xc9]99[0xf7][0xbc]<[0xcf]9[0xf7][0xdc][0x9f][0xbf][0xbe][0xfe][0x0][0xb0][0x89]R[0x4][0x12][0xee]+x[0x80][0x8c][0x8c]%[0x19]9[0x5]*[0xd6][0x85][0xd8][0x8]cA![0xe7][0x86][0x88]x[0x18]F\[0xe8][0xbc][0x8c][0x2]C[0xe0][0xdd][0x9e][0xc6][0x10][0xaa];n[0x97][0xf7][0x19][0xd4]][0xdb]6[0xdc]m[0x8b][0xf7]zF[0x8f][0xe1][0x85][0xe6][0xb8][0xed][0x2][0xff][0xc8][0xf5][0x13][0xa3]`9[0xed][0xb6]i[0xb7][0x85].u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xa3][0xd7][0xe3]m[0xa3][0xd0][0xe8][0xbb][0x9e][0xde][0xf7]\[0xe3][0xf8]5[0xef][0xf3][0xbd][0xe1]izX[0xaf][0xc2] [0xd5][0xf]5[0x2][0x90][0xd3][0xcd][0x97][0xda][0xe1]N[0x83][0xa1][0xf6]~[0xe6][0x9a][0xa1]Sny[0x82][0xde][0xab]Lv[0xf6]j[0xd2][0xb6]sl0,j[0xa6]m[0xec]{[0xdd][0x96][0xe1][0xbe][0xe5]-[0x8b]Nd[0x1f][0xe6][0xe0][0x3]C#[0xa3]u[0xf8])/X[0x9c][0x8a]S9[0xc2][0xa8]dg[0x6]Nh[0x8e][0xce][0xad]&wM[0x81]7[0x2][0x95]l[0xde]5[0x84][0xef]/@[0xea][0xbb]j[0xda]f[0x8b][0xe1][0xea][0x14]>[0xbb][0xd9]&e[0xf7]OL[0x9a]K[0xa4]a[0xb6]m.[0x90][0xe9][0x82]3[0xc2][0x11][0xae][0xea][0xd6]([0xf9][0xcd]X[0xee][0x8e][0xed]u[0xab]36[0xb2]E[0xcc][0x94][0x86][0xe3][0xb9][0xba]Q7E[0xb][0xa9][0xa9][0xe1]y[0x81][0xaa]"!6sI[0xc5]#[0x14]e[0x13][0xb8][0x8a][0x15]l[0xaa][0xb8][0x81][0x9b]*[0x16][0x10]S[0x11]G[0x8c]!:[0xd9] CP[0xb7][0x1c][0x9b][0x98]-g[0xb2]c[0xcd][0x1f][0xb4]:[0x86]..[0xe2][0xc9][0xff]q`([0x8f][0xdf][0x83][0xff]h*[0xd3][0x16]e[0x92]N[0xa5]V[0xa4][0xd7][0xa7][0xd2][0x93][\r][0xd4][0x92][0x82]5@:.t,%[0xe6]C[0x1e][0x9][0x11],[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0xaa][0xc9][0xba]CZ|[0xca][0x0][0xec]3[0xe6].[0x11][0xf8]D[0x16][0xc3]5[0x92]![0xdf]W[0xa6][0xf8][0x15]$G[0xf1]%[0xcc][0xf9][0xa7]JB[0xca]}A[0xf0][0x12][0x92][0x88][0x9f][0x9b][0x88]O[0x91]T[0x87]Q[0xb8][0x8e]U[0xdf]Oc$)*[0x14][0x11][0xa0][0x1f][0x90]s[0xeb][0xab][0x17][0x8][0x9d][0xfd]#][0xc6]-A[0x1d][0xb7][0xfd][0x98]5[0x84][0x89][0xee][0xda][0x88][0xc8]>5"[0xbe][0xfc]7HG[0x9]9p[0x81][0xf0]9"[0xbe][0xa1]H[0xbe]1[0x1f][0xfc]NV`@+{$[\r]0[0xdf]8[0x7];[0xfb][0xd3]\[0xd4]'[0xf1][0x94][0x86][0xf4][0x8c][0x10][0xcb]d[\r]Q[0xee]"[0xed][0xeb]{X[0xf4][0x1b][0xa0][0xc5]G[0x16][0xd1]Z[0xf2]7PK[0x7][0x8]d[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/message/StructuredDataMessage.class[0xc5]X[0x9]x\U[0x15][0xfe][0xef][0xcc][0xbc][0x99][0xc9]t[0x92]L[0xd3]$%m[0xd2][0xc][0xb1][0xd0]t&i[0xa4][0x1b][0xd0][0xa6][0x91]4[0xb4]45[0xb]4m[0xba]Q[0xca][0xeb][0xe4]%[0x99]v[0x96]0[0xb][0xa5][0xc8][0xa6] [0xa2]Tp[0x17][0x8a][0x82][0x2]Z[0x17][0x94][0x8a][0x92]T+[0x5][0x5][[0x11][0xdc][0x0][0x15]7[0x14][0x15][0xc5]}[0xdf][0xb0]X[0xff]{[0xdf][0xcb][0xcb]d:-M@[0xfd][0xda]y[0xef].[0xe7][0x9e][0xf3][0x9f][0xf5][0x9e][0x97][0xaf][0xfc][0xfb]s[0x7][0x1],[0x10].[0x1f][0x9a][0xf1]q[0xf][0xee][0xf1][0xc1][0x81]O[0x14][0xa1][0x18][0x9f][0x94][0x8f]{[0xe5]c[0x9f][0xdc][0xfb][0x94][0x8f][0xa3][0xfb]|[0xa8][0xc6][0xa7]=[0xf8][0x8c]|[0xdf][0xef][0x83][0xf][0xc3][0x1e][0x8c]x[0xb0][0xdf][0x83][0xcf][0xfa]P[0x8a][0x8f]{[0xf1]9[0xf9]> [0x1f][0x9f][0xf7][0xa1][0x4][0xf][0x14][0x91][0xf2][0xa0]<[0xfb][0xa0]|<[0xe4][0xc5][0x17][0xe4][0xb1]/z[0xf1][0xb0][0x9c]?[0xe2][0xc1][0x97]|8[0x84][0xc3]r[0xf2]e[0xc9][0xf5]Q9[0xfa][0x8a]<[0xff][0x98][0x1c]=.[0xf1]|U>[0xbe][0xe6][0xc3][0xd7][0xf1][\r][0xb9][0xf6]M[0xf9]xB2~R[0xf2]zJN[0xbf][0xe5][0xc5][0xb7][0xbd][0xf8][0x8e][0x17]O{[0xf1]]y[0xfa]{^|_[0xe2][0xfe][0x81][0x17]?[0x94][0x4][0xcf][0xf8][0xf0]#[0xfc]X[0xae]<*[0xf]=*[0xa7][0x8f][0xca][0xe9][0xb3]r[0xfa][0xac][0x9c]>+[0xe9]~[0xe2][0xc1]O=[0xf8][0x99][0x80]{e2[0x15][0xd7]3[0x2][0xfe][0xf6]D[0xc2]H[0xb5][0xc5][0xf4]t[0xda]H[0xb][0x4][0xd2]F*[0xaa][0xc7]z[0x8d]T:[0x9a]L[0xac]k?W@[0xac][0x16](nK&[0xd2][0x19]=[0x91][0xe9][0xd5]cYC[0x9b]~W[0xc9][0x3][0xcf][0xf][0xef][0xfd][0x83][0x80][0xaf][0xb3]u[0xc3][0xd6][0x8e][0x15]][0xe7][0xad]]E[0xca]v'[0xcd][0x1d][0x14][0xf0][0xac]j[0xed]Y[0xd5][0xdb][0xda]![0xa7][0xb5][0x2][0x8e]h[0x9f][0xc0][0x82][0x8e]dj[0xa0]I[0x1f][0xd2]#[0x83]FS,90[0x10]M[0xc][0xc8][0xf7][0xc2][0xed]Mq#[0x9d][0xd6][0x7][0x8c][0xa6][0x9e]L*[0x1b][0xc9]dSF[0xdf][0xb9]zFo[0xef][JN[0xd6][0x9e]@Y[0xc7]v[0xfd]R[0xbd])[0xa6][0xf3][0x18][0x9]y[0x9a][0xdb][0xae][0xcc][0xae]![0xee][0xb9][0x9b][0xa3][0x89]h[0xa6]E[0xe0][0xec][0xfa]c[0xa9]Nfen/y[0xb5]%[0xfb][0xc8][0xab][0xb4]#[0x9a]0[0xba][0xb2][0xf1]mFj[0xad][0xbe]-[0xa6]$'#4[0x89]N[0xc3]pn-[0xba]2[0x83]Q[0xda][0xeb][0xac][0x89]j[0xd5]i[0xae][0x12][0xbb]3[0x9e][0x1e][0x10]X5I[0xc4][0xe6]J6[0x13][0x8d]5u[0xea]C[0xa6][0x2]}[0xe4]/[0x15][0x18][0xbf]%P9^[0x1][0x9a][0xcc]Rb[0xd1]x[0xd2][0xe6][0x93][0x11][0xdc]B[0x86]E=[0xd1][0x81][0x84].u[0x12]H[0xbc]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa4]h[0xa9][0xe6][0xa6][0xfa]ID[0xd2][0xc9][0x6]A[0xf4][0xbf][0xc5][0xbc][0x80][0xbf]n[0xfe][0xdf][0xc8][0x9a][0x80]iWO[0x18][0xd1]h8[0x17]P[0xcf][0x19][0xd7][0x87][0x4][0x86]^![0x96][0x13][0xd0][0xc2]Y[0xaf][0xb2]ag43(p[0xd1]I[0x85][0xe7][0xdc][0x97][0x91][0xc6];[0x8c]][0x2][0xda][0xa5][0xb2]0[0xb2][0x1e][0xe][0x18][0x19][0xb3][0xb4][0xb2]8T[0xd4][0xcf][0xdd]\[0xa8]j[0xb9][0xfb][0xad][0xe2][0xfb][0x9a]I[0x8a][0x9d]m[0x8a][0x90][0xf5][0xb1]T[0xd8][0xb4][0x82][0xa2]D[0x94][0xc5][0xbb]'[0xa3]Gv[0xd0][0x86]*[0xeb][0xd5][0x95][0x96][0xf0][0xe0]9[0x82]&[0xd8]v[0x96][0xe6]E[0xf5][0x13][0xd6]_[0x15]g-m[0x9e][0xaf](`c[0xe9][0x82][0xc5][0x93][0x9]py[0xd0]C`kUe/'[0xb4][0x2]jy[0xd2][0xa3][0x4]^[0xd3][0x0]k[0x93][0x2][0xd5][0xc7][0xc2]X[0x9e][0x8d][0xc6][0xfa][0x8c][0x94]b[0xea][0xde][0x96][0xed][0xef]7R[0x2]U[0xc7]%ce[0xb3][0xfd][0xa7][0xee][0xc2][0x8c]e[0xf0][0xd1]%/[0xdd][0x1c]e[0x99][0xa5][0xe0]9'[0x17]X[0x14][0x90]H[0xa6][0x8c]6=m[0x1c][0xa7][0xe9][0xde][0x94][0xe7][0xfd]Q[0xa6]'0l [0x9f][0x9a][0xb9]O[0xbd][0x95][0xe7][0xd8][0xef][0x8c][0xeb][0xbf]Mw[0xe2]T[0x14][0xa3][0x99][0xc5]`[0x19][0xdc][0x98][0x81]s[0xd0][0xca][0xf1]r[0x0][0xe][0xb4]q[0xbe][0x2]+[0xed][0xf9]y[0x9c][0xaf][0xca][0x99][0xb7][0xf3][0xc7]+L[0x8d]y[0x8b][0xa9]w[0x97]z[0xcf]"M7[0xce][0xe7][0xf3][0x2][0xce][0xb2][0xe4][0xec][0xe2][0xbb]&4[0x2][0x11]:[0x0][0xc7][0xc6][0xb0][0x10]#p[0xde][0xf]W[0xa8][0xe1]~h[0xa1][0xc6][0xfb][0xe1][0xfe][0x94]:[0xbe][0x86][0xcf]Jh|.[0xe7][0x91]6[0x94][0xe1]\L'[0x88]j[0x8a][0xed][0xe1]j[0xc8]d[0x84][0xb5]X[0x7][0xa8][0xd1]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14]j[0xd4][0xcb][0x91]C[0x8d]$[0x8][0xa7][0x82][0xb0][0x9e]+[0x12][0xc2];[0x9]Ar[0xad][\r]U[0xb9]F[0xe0]9[0x11][0x8]g[0xe][0x88][0xb]xl[\r][0xca])[0xba][0x8a]"gQ[0xa8][0x4][0xb1][0xd0]d" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0x83][0xa8][0xb5]A[0xd4][0xda] j-[0x10]r[0xb4][0x1][0x1b][0x9]{[0x13][0xc7]~[0x8b]j[0x3]6s[0xe5]B[0xa5][0xf2][0x16][0x5][0xf4]"[0xcb]V1[0xae]H[0x15][0xcb][0x95][0xad][0xc2]'4[0xd1][0x16]R^[0x84]"lE[0x9].[0xc6]4[0xe8]9&*[0xb7][0xd1][0x95]+[0x1f][0x9]5[0x1a]EW[0x9e]c[0xa2][0xad][0x96][0x89][0xde][0xc2][0xb7][0xe4]Zi[0x99][0xe8]X[0xd9][0xb9][0x96][0x89][0xd3]2[0x9]LA[0x12][0x1][0xc][0xa1][0x2][0x97][0xe4]X[0xa6][0xd2][0x96]]i[0xcb][0xae][0xb4]eW[0xda][0x96][0xa9]<[0xc6]2[0x95][0xe3],s1[0xbc],|W[0xf1]-O[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5(x[0x9f][0x81]K"[0xe4][[0x93] [0xf9]v[0x17][0xc0]y9[0x9f][0xaf]c[0x84]_A[0x8c]W24[0xae]R8[0x83]&'[0x1b][0xe7],[0xa2][[0xa7][0x10][0xcc][0xc2]6br[0xe4]`[0x92]+[0x9b][0xb9]bb[0x8a][0x10][0x1d][0x9b]>[0xcb][[0xb] [0x14][0x8d]&[0xbd]5[0xe6][0x1e][0x9f]R[0xf4]:[0x92]^[0xaf][0xc4][0x99][0x8c]4K[0x9c][0x90]W[0xa8][0xc5]`5[0x81]H([0xde]P[0xb8]a[0x98][0xcf]}y<[0xde]F3[0xbf]=[0x7][0xb2][0xd7][0x86][0xec][0xc5][0x80][0x15]t^[0xc]*[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D[0xb1][0xdd][0xe2]{/[0xa9]=|/[0xda][0x8f][0xa2][0x83][0xf][0xc0][0xd7][0xe1]\[0xc6]QW[0xe3][0xc1][0xc5].[0xe7]b[0xad]B[0xab]p[0xdd][0x89][0x19][0x8d][0x15][0xda][0xfc]%[0xee]p[0xf5]u[0xe]Q[0xe5][0x1e][0xc6][0x94][0x9e][0xeb]4[0xb1][0xf7][0xe8]s[0xe1]}[0xb6][\r]gP<[0xd8][0xad]yq[0x1b][0x1][0xbd][0xf]ux?[0x1a][0xf9]^[0x80];[0xec]X[0xab]c[0x14][0xec]`[0xdc]J[0xca]E[0x16]T[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab][0xcc][0xb7][0xc6]c[0x14][0xf0]x[0xe]c[0x9f][0xcd][0xd8][0xc7][0xec][0xbb]ZiMAkh[0xf9][0xd6]x[0xaa][0xa0]5^o[c[0x9c][[0xb4]| O[0xf3][0xcc]w[0x8f][0xe3][0x96]^[0xcb][0xc5]o[0xc0][0xb5][0x16][0xaf]UVy![0xaf][0x11]L[0xcf][0xe7][0xf5][0xc]y[0xfd]('[0xf]sy[0x8d][0xe6][0xa1][0xdb][0xca]C[0x87][0xfc][0x94][0xb1][0xb8]>C[0x19][0xd2][0xea][0x91][0x82][0xfe]:e[0xbc][0xbf][0x9c][0xcb][0xaa]%[0xd9][0x9d]83\=[0x8c][0xaa][0x96][0x9a][0xc0][0xa9][0x1f][0xc4][0xcc][0x9a][0xc0]Uw[0xa1][0xa2]&[0xb0][0xec][0xe][0x94][0xd6][0x4][0xb6][0xdc][0x81][0xa2][0x9a]@[0xdd][0x7]P,[0x19][0x95][0xcd][0x90][0xe7][0x98][0xbf]{[0x8f][0x1e][0x1e]st[0x1d][0xf3][0xf][0xf8][0x9][0xfd][0xf0]S:[0xfa]9[0xcc][0xc3][0xcf]Y[0x99][0xc1][0xbd][0xe7]Y[0xc5][0x9e]c=[0xfb][0x8d][0x9d][0xbd][0xb]Q[0x8f]7[0xb2]L9q:[0xbb][0x0]3S[0x9][0xd7]V/b[0xa9]'[0x83]a*[0xb4][0xd9]G [0xc4][0x11][0x84][0xc5][0xb](z[0x81]6[0x11][0xf2][0xdb][0xc5].[0x86]Ne[0x87]"[0x15][0x1a][0xc3][0x98][0x99][0xef][0xce][0xbf][0xe6][0xb8][0xb3][0xc8].[0x86]o[0xc2][\r][0x16][0x83][0xa4]U[0xc]+Be[0xd5][0xe1][0xfd][0xa8]y[0x8][0xd5][0x8a]Mgh[0x18][0xb3][0xf6][0xa9]c%L[0xcf][0x12]KM[0xf9][0x86]p[0xa0]T8[0x11][0x10].[0xdb];[0x1][0xe2]z[0xb3][0xba][0xce][0xc8][0xca]V[0xa4][0x82]EjT[0x11][0xc2][0xe9][0xf6][0xe0]F*[0xc4][0xcf]8Kx[0x9f][0xe5][0xa9]r[0xcb]9][0xac][0xc8][0x8d][0xc]o[0xfe][0xa6][0x8d])b[0xca],[0x83]WL[0xa3][0xdc][0xf2][0xe3]\[0xb8][0xb2][0x1c][0x9a][0x17][0xee][[0x99][0xfe][0xe][0xba][0xc3][0x8f][0x9b][0x18][0xfa]N%[0xf1]fS[0xa2][0x90]W[0xbd][0xac][0xd1][0xbb]i.[0xfa][0xbd]v[0xb1][0xab][0xc2]u+[0x9b][0xa4]a[0x4][0x97]hU[0xda]a[0x16][0x9a]F9a[0x80][0x4][0xf8]8u='ur[0xe7][0x10]J[0xaa]4^[0x17][0xaf]Z[0xa2][0xed][0x85][0xbb][0xc1]\[0x9a]R[0xa5][\r]c[0xb6]:[0x14][0xd8],[0xa9][0x1b][0xab][0xb4][0xfd]8[0xad][0xd1]:J5No[0xc]l[0x91]c)e[0x6]y[0xcd]Y[0xe2][0xae]r[0x1f]B[0xa9]I"o[0x80][0xb2][0xf5]cA[0xb4][0x89]Y[0x3]q*[0x8a]D[0x1d]J[0xc4][0xab]P[0xce]BP%N[0xc3][0xc]1[0x7][0xf5]b.[0xe6][0x89][0x10][0x16][0x88]0ZD#ZE[0x13][0xba][0xc4][0xab][0xd1]-[0xe6][0xa3]W,[0xc0][0x85]b!"b[0x11][0x6][0xc5]b$[0xc5][0x99][0xc8][0x88][0xb3][0xf8][0x89]z6[0xae][0x16]Kp[0xa3]X[0xa6][0xac][0xb6][0x86]V)[0xe7][0xbf][0xb7][0xd1]+[0x1a]ch[0xaa][0xca]Iy[0x89][0xec][0xb6]-[0xb9][0xdb][0xb6][0xe4]n[0xcb][0x92]rdZ[0xb2][0x88][0x99][0xfb]v[0xbc][0x83][0xb6][0x9f][0xc7]&[0xe8][0x9d][0xdc][0xd5][0x94]o+[0xe1]y[0x91] =x[0xd7][0xb](>[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xde][0xed][0xf0]c)[0xb9][0xbc][0xe7][0xa4]#U[0xac]([0x18][0xa9][0xef][0xc1]{-[0x6]O[0x93][0x81]tzO[0xf8][0x10][0xda][0xc3][0x7]o[0xc7][0xb9]2w[0xf][0xde][0x89]E[0xe1][0xea][0xf9]][0xf7][0xa1][0x9e][0xb7])->[0xf7]V^[0xe9]#[0x8][0xed][0xa3][0x18]{[0xc5]o[0xb]Uy[0xfb]XH[0xa8]I.[0x14][0xd3][0x3]![0xd6][0x1e][0x88][0x1e]z`-[0xa6][0x8a]u[0xdc][0xee]E[0x9d]X[0x8f]9b[0x3][0x16][0x8a][0x8d]X[0xc6][0xf5]6q!V[0x8b][0x8b][0xec]8[0xac]`:[0xef]P[0xed][0xd5][0x14][0x9c]e[0xa7]s[0x8f]m[0xd1][0x1e][0xeb]Z[0x96][0x96][0x9a][0x6][0xed][0x8][0xa6]0[0x9b]g*cU0[0x9f][0xe5][0xd5]y[0x8b]m[0xa6]'[0xad][0x92][0xb8][0xd5]J[0x89][0xe][0x19][0x80][0x9d][\r][0x87]0[0x95][0xc1]7[0xfb][0x10][0xef][0x0][0xde]`[0x87][0xe1][\r][0xcb][0x14][0x9][0xab]J[0xb6]>\[0xc6][0xbd]2[0xb9][0xc1]WY[0xa3][0xb9]4[0x8f]/.7[0x95][0xbd]Z[0xce]e[0x81]=#\6_[0xed]Y[0xd9][0x95][0xab][0xf1]6fW[0x4][0xc5][0xa2][0xf][0xb5][0xc2][0xc0]l1[0xc0]r3[0xc8]8[0x8b]2[0xc6][0xb6][0xa3]G[0xec][0xc0]&[0xe6][0xce]X-[0xde]j7[0x1d][0xeb]Ul[0x8][0xb6]{kTD[0x98]M[0x87][0x1f][0x8e][0x17]Q[0xeb][0xc1][0xad][0xc][0x5][0x17]w[0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]a[0xc5][0x81][0xc7][0xf2]A^[0x14]\[0x92][0x13][0x5][0x1e];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "nc[0xff]cv[0xa4][0xe7][0x8f][0xde][0x85][0x7]P[0xbc]Qj[0xb5]`L[0x15][0x93][0xc3][0xce][0xe3][0xdc][0x83][0xb2][0xc7][0x14]9=[0xa6]O[0xf5][0x98][0xc2][0xea]1[0xdf][0xcf][0xd1][0xed][0xec][0xb0][0xcc]2q[0x8a][0xe5][0x85][0xdd][0xa1][0xf0][0x87][0xa1][0xb9][0xee]a[0xc8][0x95][0xd0][0x11][0xb]i[0xba][0x85][0x1f][0x82][0xe6][0xbc]'[0xfc][0x10][0x8a];[0xa5][0xf8]E{[0xe4]T[0xda][0xfe][0x10][0xbf][0x1f][0xf8]jPnX[0xbc][0x7][0xa5]{[0xe1]kP[0xeb]&[0x81][0xcb]$pq[0xcd]5[0x8c]3m[0x2][0xd7]([0x81]f[0x12]h\[0xd3]r9h[0x8a][0xc0]u[0x8f][0xad][0xe7][0x12][0x96]D[0x88]+[0xa0][0x89]+[0xe1][0x11]W[0xa3]R\[0x83]S[0xc4][0xb5][0xa8][0x11]o[0xc4]i[0xe2]z[0x6][0xeb][\r]X)[0xde][0x8c]U[0xe2]F[0xc][0x88][0xdd][0x88][0x8a][0x9b]p[0x83][0xb8][0x19]o[0x11][0xef][0xc8]qan[0xca][0x0][0x1f][0xa4][0xe6]5[0xc][0xde];[0xb9]f[0xba][0xb0][0x1c][0xc5][0x9e][0x12]Fj[0x9][0x1b][0xc7][0xe9]na[0xfe]'[0xd5]][0xb8][0xdb]r[0xe5][0x13]V+[0xd0][0xcd]|;[0xab]9P;s[0xd0][0xb4]C[0xb1][0x19][0x8a]g[0xef][0x85][0xcb]y[0xf1][0xe8][0xba][0xcb]\[0xa7][0xea]K[0xc6][0xad]k[0xe6][0xba]f[0xd3][0xcf][0x1c]ST}N[0x88][0xf7]R[0xd1][[0xa8][0xdc][0xad]X$[0xf6][0xa0]S[0xdc][0x96][0xe3][0xe0]nK[0x9][0x8d]M[0xdf][0x87][0xd4]g[0xb2][0x84]~6[0xdc]G[0xd9]G;[0x88][0x9c][0x88][0xc5]Q[0xe9]a5v[0x8][0xd1]{[0xc2]i[0xa0][0x95][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xce][0x9]U[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0xf9][0xa1][0xb0]4[0xff]j=[0xad]@[0xa8]:[0xd9]+K[0xaa][0x8f][0xe0][0xa3][0x16][0xdd][0xc7][0xf8]~[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc1]/[0xea]b[0xb4][0x9c]S[0xf5][0x1f]PK[0x7][0x8][0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.class[0x95]M[0xbb][0xe][0x82]@[0x10][0x9c]U[0x14]E[0x13][0xa9][0xac]-[0xac][0xbd][0xa8][0xfc][0x81][0x8f][0xc4][0x82]X[0xe8][0xf][0x9c][0xb0]9$[0x7]G8[0xf5][0xe3],[0xfc][0x0]?[0xca]x[0x84][0xd2][0xca][0xdd][0xec]L6;3[0xfb][0xfe]<_[0x0][0xd6][0x18][0xf9][0xf0]}[0xc][0x9][0xc1][0xc9][0xdc][0xeb][0x84][0xf7]W[0xcd][0x84][0xe9]9[0xab]Y[0xa6][0xdb]{Q[0xc5]l[0xad]T[0xbc][0xc8][0xe5]C[0x12]&[0xbb]2[0xd1][0xc6]^K[0x15][0xf3]-3[0xa9][0x8f][0x80][0x10][0x99]Z[0x9]Y[0xc9]$c[0xa1][0x8d]R[0xee][0xda]p[0x94][0x8b][0xa2]5[0x8b][0x9f][0xb8][0xf9][0x92]0>[0x94]%[0xd7][0x1b]-[0xad]eK[0x8][0x9b][0xf]BKg>^rNn[0x84][0xd5][0xff][0xc1][0xe1][0xc][0x84][0xe][0xda][0xea][0xba][0x86][0xdb]<[0xf4][0x1c]{[0xe8];[0x1c][0xb8][0x9][0x9c][0x86][0x1a]A8[0xf8][0x2]PK[0x7][0x8][0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.class[0xb5]V[O[0x1b]G[0x14][0xfe][0xc6]^{[0xc1]^[0xc0]@q[0x9b]^[0x80][0xa6]45W[0x13]B.[0xc4][0x94][0x94]p[0x9].[0x86]\L[0x9c][0x92][0x90][0xb4][0xc3]2[0xb5][0x97][0xae][0xd7][0xd6][0xee][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]'[0xfd][0x5]}[0xa9]THZQ[0x12])[0xca]s[0xa4][0xfe][0x9a][0xbc][0xe5]![0xe9][0x99]][0x13]bc)[0x89][0xd5]Z[0xd6][0x9c]9[0xc7][0xdf][0x9c][0xf3][0xed]73g[0xfd][0xec][0xe5][0xa3]'[0x0][0xce]@[0x8f][0xa0][0xb]g#[0xe8][0x96]C;[0xce][0xa9]8[0x1f][0xc5][0x5]LE[0xa0][0xe0][0xa2][0x9c][0xa5][0xa2][0x98][0xc6][0xd7]Q[0xcc][0xe0][0x92][0x1c][0xbe]Q1[0xab][0xe2]r[0x14]Q[0xcc][0xa9][0x98][0x8f]@[0xc3][0x82]t[0x16]%[0xf6][0x8a][0x8a][0xb4][0x8a]oU,3[0x84][0xa7][\r][0xcb]pg[0x18][0x82][0x89][0xc1][0x1c][0x83]2W[0xda][0x12][0xc][0x1d][0x19][0xc3][0x12][0xab][0x95][0xe2][0xa6][0xb0][0xd7][0xf8][0xa6]I[0x91][0xae]LI[0xe7]f[0x8e][0xdb][0x86][0xf4][0xab]A[0xc5]-[0x18][0xe]C[0xfc]2w[0xc]}[0xad]`[0xb][0xbe][0x95][0xb6]~,-r[0xdd]-[0xd9];[0xc]Z[0xda][0xb2][0x84]=gr[0xc7][0x11][0x84][[0xce][0x94][0xec]|[0x92][0x97][0xb9]^[0x10]I[0xb3][0x94][0xcf][0x1b]V^[0xda][0xc9][0xed]dQ8[0xe][0xcf][0x8b][0xa4][0x9f]d[0xbe]R,[0xaf][0xf8][0x91][0x81][0xc6][0xb9]S[0xc]1[0x9d]b[0xae]8[0xfa][0x89][0xa1]31[0x98][0xd9][0xe6]?[0xf3]d[0xc5]5[0xcc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x13],$,Wr[0x9]-[0xf8][0xb6][0xa7][0x16]1[0xe0][0x85][0x9][0x17],[0xf2][0xb2]|[0xf0][0xfa][0xf5][0xaa][0xeb][0x15][0x90][0x8f]Y+[0xc1]N[0xf9]P[0x86]+[0x8d]RN[0xfb]A[0x93][0xd3]3[0xfa][0x1c]Sw[0xde][0x8]e][0xae][0xff][0xb4]fs],[0x98][0xa2]H[0x1c]S3Tl[0xb6]6SS9[0xf4][0xfa][0x1c][0xef]([0xba][0x94][0xd0].r[0xd7](Y[0xef]P[0xa5][0xcd][0xb]S~O[0x3][0x15]+*V[0x19]Z[0xb3]F[0xde][0xe2]n[0xc5]&UD[0xfd]f[0xfc]/LT\e[0x98]J4s[0xb2]N[0xa7][0xe4][0x89][0xf][0xdc][0x1f]g8[0xd7][0xdc]z[0x86]H[0xb6]T[0xb1]u[0xb1]h[0xc8]s[0x10]?[0x86][0x19][0x93][0xe4]5[0xf4] [0xae][0xe1][0x1a][0xfa][0xe8][0x84][0x1e])[0xb2][0xc4][0x9d][0x2][0xa9]B[0xd2]i[0xb8][0x8e][0x1b][0x12][0x95][0xd5][0xb0][0x86][0x9b]*r[0x1a]n[0xe1];RT[0xc3]:nk[0xb8][0x83][\r][0x86][0xee][0x6][0x87][0x8c][0xe1][0xfc][[0x89][0xd7]][0xa0][0xaa][0xb0][0x1a][0xee][0xca][0xa4][0xb1][0xfa][0x3]&i[0xdc][0xd3][0xf0]=64[0xfc][0x0][0xae]b[0x93]![0xfd][0x9f]][0xdb][0x9a][0x82]W7[0xb7][0x85][0xee]2[0xcc]7[0x91][0xbe]A[0xe6][0xce][0x6][0xb1][0xb6][0x1a][0xcd][0xa8][0x8b][0x1d][0xf9]iW[0xd8][0x9c]P[0xc][0x93][0xcd][0xec]=[0xd5][0xcb][0xb]w[0xd6]4[0x8f][0xe]%[0xb5][0x8][0xc5]1~[0x11]^/M[0x93][0x93]H[0xcb][0x3][0xd6][0xe2]5[0xa0][0xac]p[0xeb][0xfb][0x13][0x85]R5[0x14]=L[0x8b][0xf1][0x9a]X[0xbc][0x6]~HX[0xf6][0xa4][0x2]wV[0xc5]}[0xd7][0xab]t[0x9b]*Y[0x9e][0xf3][0xc1]![0xfe][\r]y[0x9][0x1d]&[0xa2][0xcb]B[0xb6][0xbe][0xc4][0xf1]~[0xe2]1$@[0x8e][0x9b][0x15][0xc9][0xbc]\[0xa1]D[0x17][0x12][0xc7][0xf3][0x1c][0x8f]4,6[0xf1][0xfe]b[0xa2][0x9f][0xde]m[0xdd] [0xfe][0xf4][0xaa][0xb]" [0xaf][0xb]y[0x1f][0x92][0x97]$[0xcb][0xc8][0x86][0x86][0xf6][0x11][0xd8][0xa3]I[0x0][0x1f][0xd1][0x18][0xf6][0x82][0xbf][0xe3][0x4][0x8d][0x9a][0xf][0xc0][0xc7][0xf8][0x8c],C/[0xfa][0x8]%[0x17]?[0xa7]wc[0x88]l[0xee]o[0x4]3[0x8f][0xa1][0xac][0xf][0x1f] [0xc4][0xb0][0x8f][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd]T[0x86][0x3][0xb4]0[0xac][0x8e][0x1e][0xa0][0x95][0xe1]W[0x8c][0xd3]$[0xc2][0xf0][0x14][0xd1][0x8b][0xca][0xc8]ch[0xeb]'[0x94][0x3][0xb4][0xc9]@[0xfb]>:[0xa4][0x13][0x93]K:[0x83][0xb8][0xf5][0xdb][0xab]Fv)[0xb3][0xe2][0xb1][0xe9][0x85]J[0xe3][0x1f][0xe4][0xed][0xa2][0x15]{[0xf4]0[0xf]0[0x81][0x87]t[0xa9][0xff][0xa4][0xeb][0xfc][0x97][0xc7]r[0x88]~[0x9d] f[0xfd]8I3[0xe2]T[0xe5][0xab][0xe0][0x6][0xbe][0xc0][0x0][0xf1][0xee][0xc2]<[0xbe][0xa4]Y[0x0][0xa7]([0xde]OB[0xf8][0xf8][0xaf][0x8][0xe3][0xa3][0x12][0xaf]Q[0x83][0x84][0x1a]"T'[0x2]/[0xd1][0xab]b[0xd8][0xfb][0x8e][0xbc][0xc0]Y[0x8c]z"[0x8d][0xc5]@*[0x8e]WU[0x9c]"[0x1b][0xa8][0xaa][0xc8][0x1a][0xab][0x18][0xf7][0x1]UVrv[0x9a][0xea][0xcb]eg<[0xfc]$>%+[0xb9]wa[0x9][0x9f] [0x2][0xf9]G[0xe2][0xf3]p+m[0x11]}b-[0xb4]yK[0xc8][0x84]#[0xff][0x2]PK[0x7][0x8][0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.class[0xb5]U]S[0xdb]F[0x14]=k[0xcb]^[0x10]*_[\r][0xb4]n[0x1b][0x12][0x12] 6[0x1][0x4][0x94][0xba][0x1][0x13][0x2][0xe1]#q[0xb0]IR[0x18][0xf2][0xf5][0xb4][0xc8][#*[0xcb][0x1e]Y[0xee]$[0xef][0xfd]%}[0xc9]k[0xfa]R[0x9a][0xd2]![0x99]N;[0x9d][0xc9]O[0xc8]o[0xe8][0xf][0xe8]S[0x92][0xbb][0xb2][0x89]C[0xa0][0x98]2[0xcd]hf[0xaf][0xf6][0xea][0xec][0xbd]g[0xcf][0xde][0xbb]z[0xf1][0xea][0xd7]][0x0]_[0xe2][0x1b][0x1d]-[0x18][0xd5]a[0xa8]a[0xc][0xe3]-[0xe4][0x9b][0xe0][0xf8]JG[0x4]I[0x8e][0xaf]up\[0xd2]1[0x89][0xa9][0x16][0xa4]0[0xcd]1[0xc3]q[0x85]c[0x96]!:m[0xbb][0xb6]?[0xc3][0x10][0x8e]'[0xd6][0x19][0xb4][0xf9]bN2[0xb4]elW[0xae]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xd2][[0x13][0x1b][0xe]y:3EK8[0xeb][0xc2][0xb3][0xd5][0xbc][0xe6][0xd4][0xfc]M[0xbb][0xcc][0x10][|[0xe8]K7'sk[0x9b][0x9e][0x14][0xb9][0xb4][0xfb]mqIX~[0xd1]{[0xc4]`[0xa4]]Wz[0xf3][0x8e]([0x97]%AW2E/o[0x8a][0x92][0xb0]6[0xa5][0xe9][0x14][0xf3]y[0xdb][0xcd]+;[0xb1]e[0x16]d[0xb9],[0xf2][0xd2][0xac][0x6]Y[0xa8][0x14]J[0xd9][0xaa][0xa7][0xef]_[0xc3][0xa7][0x18][0xda]-[0xf2][0xf9][0xb2][0xfe][0x89][0xa1]#[0x9e][0xc8]l[0x89][0xef][0x85]Y[0xf1]m[0xc7][0xcc][0x8a][0x12][0xc1]4;[0xf8][0xd4][[0xfd][0xe0][0x8][0xca]Z[0x10].[0x5]/H[0xd7]7[0xeb][0xab][0x15]tC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xe1][0xfc]Q[0xd0][0xec][0xdd][0xab][0x4]"pDx[0x9e][0xa0]m[0x9e]{p[0x8c][0xc8][0xdc][0xf]fe[0xa5][0xef][0xfb][0x4][0xbb][0xf7][0xeb][0xfb][0xa8][0xb4][0xa7][0xb1][0xb5][0x1f]:}\[0x1]UN[0xaf] |[0xbb][0xe8][0xa6][0xde]%[0xb7][0xea][0xb][0xeb][0xbb]5OXr[0xd1][0x9]8[0xa6]f([0xfd]G[0x81][0x9b][0xe2][0x7]Y[0x83][0xfa][0xb8][0xca][0xd1][0xc3]1[0xcf][0xd0][0xbc]j[0xe7]][0xe1]W[0xc3][0xc2][0x9]2[0x1c][0x12][0xb9][0xe3][0x10]_o[0xc3][0xfe][0xa2][0xb2][0xdc]Wk[0xc][0x13]'9Q[0x86][0x81]CSe[0xdf][0xbe][0xbe][0xe5][0xd4][0x96][0x97][0xfe]~[0x6][0xfd]{[0x5][0xdf][0xe0]"h[0xcd]Q[0xca]9[0xc7]Y[0xdb]k[0xf1][0x81][0xf8][0xfd][0xfb][0x89][0xe3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z<[0xad]J[0xb6]/[0xde][0x10][0xab]`g[0x1a][0x80]H3[0xda]C[0xbd][0xa9][0x18][0xce][0xc6][0x13]G[0xf7][0x1b][0xdd][0xfd][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xa5]w[0x19]T[0xb] u[0xd0][0x93]8[0xe8]b[0x18][0xff][0xef][0xe7][0x82][0xb3][0xf4][0xcb]2@|[0xe9][0xf][0x16]FH[0xf5][0x13][0xcd][0xda]if[0x92]ed#[0x83][0xdb][0x8][0xfd]D/!t[0xd0][0x18][\r][0x9c][0xbf][0xa1][0x93]F[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xc7][0xe8]&[0xcb][0xf0][0x9]>%[0x94]Z[0xfc]744[0x91][0xcd][0xfe][0x82]p[0xe6][0xa2][0xa6]=[0x85][0x16]Fv[0x7][0x91]{C[0xbb][0xdb][0x88][0xae][0xc]Mi1m7[0x19][0x9]'[0xa3]][0xd1][0xae][0xc8][0x8f][0xe8][0x8f]i][0xd1][0xf1])>[0xbc][0x3]~/[0xc6][0xb7][0xd1][0x14][0xe3]?[0xa3][0xf9])[0xf4]0[0xee][0xfc][0x10]e[0x8f]_[0xbf][0x1c]~B[0x1][0xb5][0x80]D[0xf][0xfd]I[0x81]g4{N[0xcc][0xa7][0xc4]`[0x14]b[0x91][0xec]2[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8]M[0x10][0xb1]Qt![0x86][0xcf][0x2]t[0xb6]FSC[0x1a][0x9f][0xe3][0x8b]`[0xcf][0xb3]8M[0xb1]B[0xb4]>[0x89]3[0xa4]E[0x18][0xbd][0xb5]mU=[0xe7][0xc8]s[0x9e]<[0xa7][0x11]zM[0x13][0xce][0xd1][0xc7][0xd1][0xcf]1[0xc0]q[0x81]FF[0xdb][0xff][0x7]qz[0x94]:[0x9][0xda]x+.[0xd6][0xe4][0x9b]$[0x1b][0xaa][0xc9][0xc7][0xe][0x97][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0xf1]RoC[0x18][0xe][0x96][0x8d][0x4]x[0x93][0xd8][0x83][0xd8][0x87][0xe9][0x8c].[0xe3][0x14]t[0xc]*X{[0x13]1[0xbf][0x8c][0xb9][0xa8][0xfe][0x6]PK[0x7][0x8][0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.class[0xad]T[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x9b][0xd4][0x85]$m[0xc3][0xbb][0xbc][0x2][0xe4][0x1]u[0x9a]Fb[0x11][0xc4]&UEh[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb4][0x91]X[0xb0][0x98]8[0x83][0xe3][0xc8][0xb1]+[0xdb][0xa9][0x80][0xaf]`[0xc1]c[0xc7]7[0x80][0xd4]R[0x4][0x12][0xb0]f[0x83][0xf8][0x16][0xf6][0x88];N[0x14][0xa1][0xa6][0x1b]"6[0xe3];[0xc7][0xf7][0x9e][0xb9][0xe7][0xce][0xb1][0xbf][0xff][0xfe][0xf4][0x5][0xc0]**[0x9][0xc4]q)[0x81][0x18].[0xc7]1[0x83][0xac][0x8c][0xae][0xc8][0xe8][0xaa][0x82]kr[0x93]S[0x90]WPPPdHz[0xc2]5[0xb9][0xd5][0x12][0xae]g:[0xf6]v}[0x8d][0x81][0xdd]e[0x98][0xab]9[0xb6][0xe7]s[0xdb]oqk [0xa2]?[0xbe][0xbd]X[0xfa][0xf9][0x95][0xfd]bP[0x9f]8n[0x9f][0xfb][0xbe][0xe8]lz[0x6]C[0xba][0xd1][0xe3][0xbb]\[0xb3][0xb8]mhM[0xdf]5m[0xa3][0xca][0x10][0xf5]M[0xdf][0x12][0xc][0xb1][[0xa6]m[0xfa][0xb7][0x19]n[0xe6][0x1a][0x8e]kh|[0x87][0xeb]][0xa1]Y[0x8e]aP[0xa2]|VzZ_x[0x1e]7[0x84][0xb6][0xd5]u[0x5][0xef][0xac][\r][0xfa];[0x9b]C[0xa4][0x9a]o1DjN[0x87][0x98][0x8e]7L[[0xdc][0x1b][0xf4][0xdb][0xc2][0xdd][0xe2]m[0xc9][0x9d]n8:[0xb5][0xcd][0xa9]y[0xda][0x8f][0xc0][0x88][0xdf]5=[0x86][0xcc][0x4][0xd7][0x3][0xd7]y[0xfa][0x8c][0x9a][0xaf][0xdb][0xb6]pk[0x16][0xf7][0xeb]8H8[0xc2]8[0x8d]Y[0xa8][0x14][0xcf][0xd1]_ [0x84]ct[0xe9]d[0x0][0x8a][0xd3][0xf2][0xfa][0x3][0xc]t[0x9d][0xb][0x94][0xb1]H[0xd1]6[0xed]%[0xb2]X8[0x0]+[0x14]? [0xb4][0x8f]p[0xa1][0xf8][0x11][0x91]}D[0xdf][0x7][0xe9][0x99][0xa0]8B[0xeb]KZ_[0x11][0xf9]k*[0x83][0x13][0x84]d[0x86][0xc5]8[0x89]3@[0x10][0x9d][0xc5]9[0xa2][0x8e]`[0x9][0xe7]GGT[0x11][0xa5][0x8]H}F[0xec]Qa[0x8f][0xe8][0xf7][0x10]e[0x7]P[0xde][0x8d][0xe9]cA[0xc2][0xdb][0x80]R[0x1d]&[0x8f](C[0xa4]M[0xae][0x17]I[0x97]l#DJc8EJW[0xe4]y[0xc9][0x99]?PK[0x7][0x8]@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.class[0x95]P[0xb1]N[0xc3]@[0xc][0xf5][0x95][0x92]@(P[0x16][0xbe][0x80][0x1][0x16]N[0x2][0xb6] [0x16]J[0xa5]J[0xad][0x18][0xd2][0x8d][0xc9][0x1c][0xe6][0x9a]p[0xb9][0x8b].[0x17]$~[0x8d][0xa1][0x1f][0xc0]G![0x1c]2[0x4]U[0xc]p[0x92][0xf5][0xec][0xb3][0xfd][0x9e][0xed][0x8f][0xcf][0xf7]5[0x0]\[0xc2]a[0xc]I[0xc][0xfb][0x2][0xc6][0xca][0x13][0x6]Z[0xae][0x18][0x9e]f[0xf6][0xd9][0x9]8:=[0x9b][0x17][0xf8][0x8a][0xb2][0x9][0xb9][0x91][0xb][0xac]R[0x1][0xbb]Y[0xae]-[0x86][0xc6][0x93][0x0][0xda][0xcc]_[0xcf][0x9d][0xd7][0x12]+T+[0x92][0xc6]i[0x9d][[0xdd][0xe2]U!K[0xaa]k[0xd4]${~_b[0xc8][0x9d]M[0x1f]:[0xe][0x83]\[0x9b][0x5]T/K[0x8f][0x8a][0xee][0xc][0x95]dCz[0xc3][0x9a]I[0xe6][0x1a][0xaf]h[0x9a][0x1b][0x16]=[0xee][0x18]&MY-:[0xce][0xf3][0xb6]?[0x86][0x3][0x1][0x93]?[0xca][0xff]h>[0xe9][0x7][0x9a][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0xbf][0xf1][0xde][0xbf][0xfc][0x8d]f[0xd6][0x92][0xbf]5X[0xd7]T[0xf3][0xb5][0xfa][0x99][0xef][0x1f][0xb]RA[0xc0][0xc5][0xff][0xc5]#[0x0][0x1][0x3]h[0x9f][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x82]![0xc7][0xdb][0x1c][\r] b[0x8b][0xbf][0xbd][0x1d][0x18]1&[0x9c][0xe1][0xeb][0xc3]^[0x94]|[0x1]PK[0x7][0x8][0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.class[0xb5]X[0xfb]W\W[0x15][0xfe][0xce][0xbc][0xee]p[0xb9]!@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "y[0xbf]4i`[0x86][0x94][0x84][0xc4][0xd4]$[0x18][0xb][0x4][0x1a][0x9a]@[0x1e]P*[0x89][0xd5]^[0x86][0x9b][0xe1][0x86][0xe1][0xce]t[0xe6]NB|[0xb5][0xda][0xaa][0xb5][0xbe][_[0xf1]Q[0xb5]>[0xf0][0xdd][0xa4]m@[0x8a][0xa6]Z[0xb5][0xd5][0xaa][0xad]V[0xeb][0xaf][0xfe][0x7].t[0xa9]K[0xfc][0xce][0xb9][0x97]a[0x86]!4e[0xe9]b[0xdd][0xf3][0xdc]g[0x9f]o{[0x9f]}[0xce][0xf0][0xe2][0x9e][0xb9][0x6]`[0xf][0xfe][0xa2]#[0x8e][0xfb]+X[0xbc]_G[0x13]>[0xa0][0xe1][0x81]([0x1e][0x94][0xfd][0xf]Vr[0xfa]C[0xb2][0xf5]aY<$[0x5]?[0xa2][0xe1]a[0x1d][0x95][0xf8][0xa8][0xec]|L[0xb6]>.[0x8b]O[0xe8][0xf8]$>%[[0x9f][0xae][0xc4]#x[0xb4][0x12][0x9f][0xc1]g+[0xf1]9|^[0x16]_[0xd0]p[0xa9][0x12][0xf5][0xf8][0xa2][0x86]/Ub[\r][0xbe],;_[0xd1][0xf0][0x98][0xec]|U[0xc3][0xd7]tl[0xc4][0xd7]5<[0x1e][0xc5]7tl[0xc6]75|K[0xc7][0xb7]1[0xa1][0xe3];[0xf8]n[0x14][0xdf][0x93][0xda][0xbf][0xaf][0xe1][0x7]:v[0xe0][0x87][0x1a]~[0xa4][0xa3]Q[0xd6]Oh[0xb8][0xac][0xe1][0x8a][0x86]'5<%`t;[0x8e][0x95][0xed]H[0x99][0xb9][0x9c][0x95][0x13]X[0xdb]9[0xee]Z[0xce][0xb0]5[0xdc]?[0x92][0xb5][0xcc][0xe1]n[0xe7]l[0xba][0xcb]L[0xb8][0xe9][0xec]E[0x81][0xfa]v3g'[0xca]&4<-P[0xb3][0x98][0xbc]7v8?[0x96][0xe9][0xb1]r93i[0x9d][0xc8][0xa6][0xc7]9Q[0x9d][0xb3][0xb2][0xb6][0x99][0x1a][0xb0][0xb2]9;[0xed][0xdc][0xd9]}X@[0xdc]![0xb0][0xa2]#[0xed][0xe4]\[0xd3]q[0x7][0xcc]T[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xfd][0x89][0xbf][0xbd][0xfa][0xf2][0xc9][0xea][0xfb][0x5][0xb4][0xae][0xb6][0x8e][0xfe][0xe3][0xa7][0x6][0x5][0xba][0x8e][0xa5][0xb3][0xc9]f3c&F[0xac][0xe6]T:[0x99][0xb4][0x9d][0xa4][0xac][0xf7][0x9e]k[0x1e][0xf3][0xb6]h.[0xdb]t[[0x19][0xb4][0x83]T[0xe9][0xaa]AZ[0xbc][0xf2][0xd8]9[0xf3][0xbc][0xd9][0x9c]w[0xed]Ts[0x8f][0x99][0xe1]\E[0x9f][0x9d]tL7[0x9f][0xb5][0x4][0x12][0xa5][0xb3][0xad]7[0xba][0xbf][0xdc]-;f[0xba][0xb4][0xef][0xe0][0x19]OG[0xca][0xa4]l[0x9f]k&F[0xfb][0xb3]f[0xc2][0xea]LYc[0x96][0xe3][0x1e]<[0xc4][0x1d][0xc3][0xae][0xed][0xa6][0xb8][m[0x89]d[0x96][0xca]9Y[0xed]ir[0xad]a[0xdf] [0x81]H[0xab][0xed][0xd8][0xee]![0x81][0xba][0x86][0xf2][0x15][0x8d][0x3][0x2][0xa1][0x8e][0xf4][0xb0]%m[0xb3][0x1d][0xab]7?6de[0xfb][0xcd]!o[0x87]t[0x82][0xcc][0x9b][0xe4][0x9f]}0[0xe4][0x8e][0xd8]db[0xef]2[0xc8]%[0xbe][0x15][0xca]&[0x92][0xa3][0xb4][0xa9][0x0][0xbb]*[0xb0]c[0x11]d[0x8b]c5[0xe6][0xed][0xcb]%[0x5][0xa2]n[0xda][0x9b][0x14][0xb8][0xa9][0xa1]q1BV%-[0xb7][0xab][0x8c][0x93]@n[0x88][0xe1][&[0xdf][0x9e][0xb7]S[0xc3]V[0x96][0xcb][0xa2][0xde]>[0xfd]i[0x81][\r][0xe5][0xe0][0xe6][0xe4][0x14]{6[0xbd][0xf7]:[0xf8](v6[0x9d]I[0xaf][0xca][0xf0][0xf]wzu]i[0x8]mS[0xc3][0x94][0xab]/u[0xc5][0xc5][0xcc][0x9c];[0xec][0xc5][0x16][0xfc]_"O[0xc3]$[0xc3][0xbd]@'}[0xc9][0xf6][0x9]3k[0x8e]Y.[0xf][0xa7][0x8c][0xaf][0xc6]b[0x1d][0xc7][0x87][0xce]Y[0x9][0x97][0xd8][0x8d][0xb]Y[0xdb][0xb5]NY[0x99][0x14][0xf5]-tTAJ[0x97]x[0xbc][0x9e][0xc0]&[0x9f]s;[0xed][0xb]t;[0x99][0xbc]K[0xf2]-sL[0xb1][0x1e][0xc9][0xa9][0xb6][0xc0][0xfa]%[0x4][0xa9][0xb4]s[0xcb]][0x8][0x8e]C[0xa5][0xe2]J&j[0x17][0xcc][0xab]/[0x11][0x9f]3[&[0xe7][0x11]3[0xd7]k[0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]i[0x1a][0xe8][0xa8]N[0x84]g[0xe2][0xa8]E[0xfe]Vf[0x8][0xc9]-[0xa6]%[0xca])[0xf5][0xb8]f~V[0x93]*%[0x8][0x1c][0xb8][0xfe]{h[0xe9][0x4]"[0x9][0xbd]uy[0xb7])W[0xae][0x9c]W[0xad]~[0x80][0x10][0x15][0x1][0xf6][0xcc]]9[0x1b]K[0x1f][0x1f]e[0x97][0xce][0x9a][0xeb][0xcd][0x91][0x1a][0xea][0xe9][0xe5]+[0x86]l0[0xc5][0x98][0xa9][0xdc][0x82][0xa7][0xb2][0xff]D[0x91][0xac][0xed]_[0xe]|u1c+[0xce]5![0x80][0x9d][0xb8][0x5]a[0xac][0xc3]>[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]7[0xf3][0x17]b[0x0][0xfb][0xd9][0xe7]E[0xc2]v[0xbb][0xbc]F8[0xfe]V5~[0x1b]j[0xe5][0xad][0xa4][0xda][0x1d][0xaa]^[0xc1]9[0xa6]?[0x96]][0xec]=[0xcc][0xf1][0x0][0xeb][0xcd][0xb1])[0x4]c[0xf1][0x17][0x10][0xad][\r]O [0x14][0xbf][0x8a]@[0xec]ID[0xa6][0xa1][0x9]\E[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82][0xb8][0x9d]e-B,oc[0xd9][0xc6]v;6Q[0xed][0x11][0x8e][0xd4]{j[0xd0][0x8d];[0x0][0xd5][0x92][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c]e{;[0x2][0xb3][0xa8]B@[0xc3]1[\r]=[0x10][0xac]g%"[0xbf]_[0xa8][0xe5]%[0xea][0xe3]z[0x94][0xbd] [0xeb]5[0x1e][0xae][0xab][0xa8][0x88]5[0xcd][0x81]k"[0xb8][0x85][0x80]:Yv[0xa1][0x82]#[0xab][0x9]G[0x2][0xda][0xe2][0xad]/[0x0]Z[0x83][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]lIh[0x1][0x5]-.[0xa1][0xad]B[0xd0][0x83]P[0x8c][0xae]h[0xa8][0x0]\^[0xb7]>[0xc0]f[0xd6]RY86[0x9][0xfd][0xb2][0xe2]W[0xa2][0x89][0xa8][0xc1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0xe1][0x9][0xf8][0x8][0x84][0xbc][0xd4][0xfd][0xc5][0xe][0xb1]I[0xba][0xb6][0xc6][0x9e]F[0xc5][0xf3][0x88][0xca][0xea][0xf2][0xc]*[0x7]k0;[0x5][0xe3]X,>[0x89][0x15][0xfc][0xaa].[0x17][0xcc][0xac][0xa7]"[0xf0][0xce][0xd7]0@[0xc5]o[0xa3][0x99][0x83][0xd8][0x80][0xd3]E[0xdc]o[0xf5]7Z[\r][0x1d]}[0xe8][0xf7][0xb9][0xf]BH[0x1c]|,[0xf8]{[0xff][0x8b]CR[0xd5]h[0x9c][0xbb][0x6]&[0xb1][0xf2].[0xaf][0xae]~[0xc]z[0xbc]Z[0x9f]D[0x8d][0x1c][0x88]N[0xa3]V`[0x1a][0xab][0x4]z[0x9a][0xa6]q[0x93][0xc0]%[0x1c]d[0xa3]N[0xf0]aQ[0xdf][0xbb]s[0x1a][0xab]ek[0xcd][0x81][0xd0][0xda]P|[0x1a]k[0x3]`[0xcd][0xd1]urt[0xfd]46[0x4][0xe1]+[0x9b][0x98]}N:+[0xa4][0xac][0x88][0x11][0x1b][0xf0]N:[0xea][0x1e][0xb2]n2h[0x13][0xc][0xda]a[0xce]Yt[0xcf]Y[0x8e]&[0xf9]7[0x82]s[0xb0][0x95]e1[0xb5]n[0xb][0xee][0xa2][0xc5]!J[0xc6]i[0xf5][0x19][0xe5][0xd8][0xd1][0x82]cG}k[0xdf][0xee]S[0xee]I[0xdd]M[0xa9][0xa3]j$[0xb8][0xee][0xdf][0xa8][0xd2][0xf0][0x8e]2j[0x5][0xf7][0x9e]s[0xc2][0x11][0xdf][0x83]5[0xd2]~?[0xb6]4[0xd9][0x9e]'[0xdd][0xf3][0xe6][0xbd]E[0xde][0xac][0xf1][0xb7][0x95][0xaa]5[0x4][0x8c][0xe]/.[0xee][0xa1]-[0x9e][0xd6]&_k@,[0xc][0x8a]w[0x17][0xa9][0x9][0xf8]jB[0x18]"[0x3][0xde][0xca]=[0xd2]W[0xac]+f[0xb0]q[0x90]a[0xbf]i[0xa1][0x82][0x7][0x8a][0x14]T[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]$[0xcf]b)[0x15][0x1c][0xf2][0xa3]J[0x9f][0xc1][0xe6][0xc1][0xda]-S[0xd8][0xfa][0xec][0x2][\r][0xf][0x15][0x85][0x8b]^ P'[0xf1]I[0xce][0x8f](@|[0x17][0xf1][0xb3][0xe9][0x82][0xd7]2[0xe8][0x95]r[0x83][0xaa][0xa3]tG[0xaa][0xec][0x88][0xf8][0xa4][0x16]/[0xde]VrD[0xc6][0xd4]b0[0x1]8[0xfe][0xe2][0xe3]4F[0x1e]l-[0x16]o[0x9a][0x82][0xb8][0xb2][0xe8][0xf2][0x98]'R[0xb0]D[0xa3]"[0xef][0x8c]kH[0xab]3.[[0x19]z0[0x88]([0xb2][0xc8][0xf9][0xca]_b?"7[0xa9]}[0xc3]$[0xde]x4[0xd4][0x1a][0xeb]i[0xba]v([0xb8]/T[0x17][0xda][0xf8]8[0xb6]6[0xd5][0x85]Z[0xe][0x84][0xd7][0x86]'[0xb1][0xad]v[0xfb]$n[0xbe][0x84]h[0xb0]u[0x2][0x15][0xf][0x86][0xc4][0xc4][0xec]_[0xd7]_B[0xd5][0xc]v[0xc][0x8a])4L[0xa0]r[0x6][0x8d][0xb2][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xf9][0xa4]t3[0x1d][0x4][0xec][0xe6]&-[0xdc]x[0xf]O[0xea]^4[0xe2]M[0x8c][0xcc]}L[0xde]{[0xd8][0xdb][0xcf]Tw[0xa0][0x90][0xa8]60[0x8d][0xb9][0xc8][0x93][0x89][0x8][0xc7][0xce][0xe3][0x2][0xc7][0xa3][0x84]:[0x8e][0x8b][0xfe]9^[0x8f][0xf0],[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kx[0x97][0x90][0x1f][0x8d][0xdc][0xf8][0xf][0x84][0xab]n[0xd7][0x18]XA[0xbc]G[0xf1][0xf3]^[0xbc][0xcf]g[0xe8]>[0xd6][0xbb][0xf8][0xb5][0xb0][0xd7],[0xa9][0xa1]g[0x1a][0xb9][0xfd]n[0xc8][0xff][0xcf][0xc5]9[0xae][0x13]F[0x1c]{#[0xf2][0xff]zqB[0xd3][0x19][0x17][0x8f][0xe0]t[0xa4][0xe2][0xbf]PK[0x7][0x8][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/message/ThreadInformation.classu[0x8e][0xb1]N[0xc3]@[0x10]Dg[0x1d][0x83][0x89])[0xa0]J[0xc5][0x7]@[0xc3]I[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":$[0x90][0x90][0x90](l[0xd1]P-[0x97][0xcd][0xc5][0xe6]|[0x17]][0xce]|[0x1c][0x5][0x1f][0xc0]G![0xce][0xa4][0xb0][0xa2][0x88]mF[0xda]7[0xb3][0xb3][0xdf]?[0x9f]_[0x0][0xae]p\`Z[0xa0]$[0x9c][0xac]C[0xe3]b[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0x8b]G[0xb7][0xf4][0x84][0xb3][0xf3][0xa7][0x96]?XYvFU1as[0xd7]7v![0xe1][0xf6][0xe2][0x85]P[0xfe][0x5][0xaa][0xc8][0xfa][0x9d]p[0xf3][0xbf][0xf7]u[0x87]$w[0x1d]X[0xcb][0xbd][0x95]N\[0xdc]^[0xaa]|[0x1f][0xb4]<4V[0x8][0xb3][0xf1][0x85][0xd0]ql[0xbc][0xbb][0x1c][0xf2][0x84][0xb9][0xf]F[0xf1][0x9a][0xf5]J[0x94][0xf5][0xc6][0xa4][0x8a]A[0xaf][[0xd5][0xc9]f[0xc3]F[0xd4]^[0x92]p:v?[0xbf][0xb5][0xa2][0xe3]!@[0xc8]0L[0x96][0x13]&[0xc8][0x81][0xa4][0x7]H [0x91]b[0xd8][0xe3][0xe8][0x17]PK[0x7][0x8][0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/message/TimestampMessage.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x9e][0xf4][0xd4][0x92][0x90][0xcc][0xdc][0xd4][0xe2][0x92][0xc4][0xdc][0x2]F[0x6]f[\r]M/F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xb8][0xb4]ojqqbz[0xaa]^VbY"#[0x83]a~Q[0xba]~bAbrF[0xaa]~N~zzf^:[0x88]6[0xc9][0xd2][0xcf][0x85][0xa8][0xd3]G[0xd7][0xc8][0xc8] [0x0][0xd2][0xaa][0x9f][0x93][0x8]T[0xea][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0xeb][0x19]X@,[0x6]V [0xc9][0xc4][0xc0][0x6][0x0]PK[0x7][0x8][0x14][0xe0]j[\r][0xbf][0xf4][0xe0][0x1a]I[0xfe][0xca][0x83]u[0xf2]}[0xad][0xf][0xd7][0xe1][0xd7]>\[0x8f][0x1b][0xbc]8[0x10]7zp[0x93][0xf][0xbf][0xc1][0xcd][0xf2][0xb1]^>~+[0x9b]o[0x91][0x8f][[0xe5]c[0x83]|[0xb4]h[0xd8][0xe8]C[0x19]6i[0xd8][0xec][0xc1]m[0xb2]i[0x8b]T[0xf1];[\r][0xb7][0xfb]0[0x10]W[0xfb][0xb0][0x15][0xdb]4[0xdc]!-l[0x97]=4s'[0xee][0xf2][0xe3][0xf7][0xf8][0x83][0xf];p[0xb7][0x1f][0xc4][0x9f]|[0xb8][0x7][0xd7][0xca][0xb6]{5[0xdc][0xe7][0xc3][0x9f]q[0xbf]|<[0xe0][0xc3]p[0xfc]E[0xc3][0x83][0x2]%i3[0x15]1[0xa2]s[0xcc]T:[0x92][0x88][0x9f]V3Y@[0x9c]$P<)[0x11]O[F[0xdc][0x9a]cD[0x9b][0xcc]"[0xd8]?!PT7k[0xe2][0xa4])d[0x9a]T[0xc8][0x86][0xc1][0xe4][0xc][0x1b][0x96]95[0x91][0x8a][0x19][0x96]e[0xa6][0x4][0xf6][0xab]]d,5[0xaa]-s[0xb9]U=9[0xd3]5[0x8e][0x92]Qs[0xa9][0x19][0x15][0x18]\[0x9b]H5T[0x1b]I[0xa3][0xbe][0xd1][0xac][0x8e]&[0x1a][0x1a]"[0xf1][0x6][0xf9][0x1e][0xbb][0xa8][0xba]Vr[0x90]UO7&[0x96]I[0xe1][0xd9][0x91][0x98]I[[0xf3][0x4][0xfa][0xc8]&[0x82][0x92]z[0xa7][0x1b]I[0x1]w[0xda]J[0x99]FL `[0x1b][0x8c]$[0xaa]g[0xa5]"q[0xab]N5S[0x89]F[0x9d]3[0xc])_jsD[\r][0x1a]b7[0xed][0xb1][0xdb]}\$[0x1e][0xb1]&[0x8]l+[0xef][0xdc][0xdd][0x1d][0xc4]y[0xfc][0xf5]D*f[0xa6][0xd3]F[0x83]Y=[0xdd]~O5[0xea][0xad]DjE[0x17][0x2]MV$J[0x12]I3eE[0xcc][0xf4]i[0xfc][0x1c][0x97][0xd5][0xcf][0x11]s[0x4]\[0x93][0x12]a[0xba][0xd9][0xb7]6[0x12]7g4[0xc5][0x16][0x98][0xa9][0xd9][0xc6][0x82][0xa8]r[0x1d][0x89]%[0xa3]fu[0x9d]z[0xd5][0xb2][0xcb]LI[0xb9][0xb8]J[0x86][0x1e]6[0x17][0x1a]MQ[0xab][0xd6][0x1e][\r]~[0x99][0xd7][0xda][0xd6]L[0x95][0xc8][0xaf][0xba][0xc6]D[0xca][0xca]4[0xf5][0x9];[0xe3]`[0xaa][0x3][0xb5]O[0xac]][0x10][0x5]F[0xf5]8[0xee][0xc]B[0x92][0xb1][0xed][0xda][0x8b]l)[0x10]([0x8c].%[0xea][0xe2]:[0xcb][0xa8]_[0xcc]q[0xa8]b[0xca]Y[0xa8][0xe1]![\r][0xf]kxD[0xc3][0xa3][0x1a][0xfe][0xca]I[0xab][0xe1]o[0x2][0x9e][0x6][0xb3][0xd5][0xd1][0xa1][0xe5]#[0xba][0x1f][0xf8][0xde]HzJ\[0xaa][0xc][0xb]\X[0xde][0x1d][0xee][0xfe][0xe9]Fj1[0x83][0x9e]w`[0xc6][0xb5]I[0xfd][0xec][0xc6]Tb[0x99][0xc4]0n[0x4][0xe7][0x9d][0xd7]2[0xd3][0xad].[0xb8]cJ[0xad][0xc0][0x90]n-3P[0xb1]t[0x83]@E[0xfe][0x10]8[0x8][0xad][0xcc]l[0xee][0x80]D`[0xc9]^[0x88][0xc6][0x1e][0xcd][0x93][0x1a][0x8d]T[0x9d][0xb9][0xa4][0xc9][0x8c][0xd7]w[0xe1][0xfb][0x80]\[0x12][0x2][0x8b][0xf7]*[0x9c][0x99][0xb][0x16][0x99][0xf5]Vn [0xa5][0x9d]y[0x5][0xe6][0xec]U[0x8][0xce][0x12]&[0xad]E[0xf6][0x85][0xe2]3;[0xbb] m[0x15]$G[0x9][0xf4][0xcf][0xd2])[0xd0][0xb8]/`dG[0xa1]9cQ[0xe2]9B`[0xe5]'c9;[0x96][0x8b]?-[0xe3][0xb9][0x12]4Z`[0xcd]g[0x7]S.[0x94]c[0x4]n[0xfe],[0xa3][0xcc][0x85]{[0xac][0xc0][0x9d][0x9f]/[0xdc][0xb9]<9R[0xe0][0x91][0xcf][0xbb]'[0xb9]|;J[0xe0][0xe5][0xff]?[0xdf]ry{[0xb4][0xc0][0xfb]_[0x4]os[0xf9][0x8c][0x10][0xbe]/[0xa6][0xff][0xb9]"r[0xec][0xde]>[0xf1]t[0x8e]H[0xfb][0x13][0x8f][0x8f][0x82][0xd3][7[0xe5][0xcb]zQ[0xa1][0xed][0xf3][0xb3]1[0xeb].[0x8f]*MX[0x90][0xf2][0xb4][0x1b]O,c[0xf9]b[0xb3][0xaa][0xca]A[0x96][0xaf][0xea][0x18][0x1c][0xae][0x97][0xa5][0xd9][0x9e][0xe]V[\r][0xb2][0x1a]Z[0xb8][0xa4]>N[0x15][0xb1][0x86][0xb4]s[0xba][0xf6]Z[0xad][0xca][0x19][0xf1][0xf4][0x2][0x81]`'[0xaf]Oh[0x8a]D[0xc3][0xea]t[0xed]N[0x1a])#[0x96][0x96][0xe5]v[0xbb][0x12]oE[0xb2][0xb5][0xcc];[0xb2][0xbd][0xc9][0xe3][0xba][0xc][0xbe][0xd3]2a[0x9c][0x86][0xc7]4<[0xae][0xe1]>[\r]k5[0xdc][0xae][0xe1][0x9][\r][0x9][0xc2]Lg[0xea][0x98]C[0xba][0x1d][0x7]24^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]9[0x5][0xfa][0x80][0xf2][0x9c][0x95][0xab][0xaf].[0xd1][0x94][0xaa]7[0xa7]F$[0xe2]~m[0xb][0xc6]*)[0xa2]c[0x2][0x9e][0x14][0xd8]?G[0x1c]d[0xf7]S[0x2]czR[0x88]:W[0x8][0xf4][0x83]RU[0xb6]T[0x95]#U[0xa5][0xa4][0xaa]l)[0xd2]U:[0x9e][0xc6]3[0xc]v[0x95][0xba][0xba][0xd0][0xf1],[0x9e]c}[0xa7][0xe3]y[0xbc][0xc0]jO[0xc7][0x8b]xI[0xc7][0x91][0xe0][0xee] [0xaa]X[0x1][0xea][0xf8];^[0xd6][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xd5][0xf1][0x1a]^[0xd7]q[0x1c][0xc6][0xeb]8[0x1a][0xc7][0xe8]8V>B`[0xe6][0x6][0xee][0xb9][0x1e][0xb1]q[0xed][0xb9]$[0x91][0xfe][0xbc][0xc1]J[0xb1][0xfb]2\`[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0xaa][0xa7]O[0xaf][0xe][0x87][0x7]O[0x9b][0x16][0x8a][0xc5]B[0xe9]t[0xa8][0xae][0xae]n[0xf0][0xca][0x95]+u[0x8c][0xc1]X[0x1d][0xff][0xc0][0xab][0xac][0x96][0xdb][0x8f]HV[0xa5]:[0xa6][0xe0]M[0x81][0x91]=[0x89][0x9a][0xc][0xc4]?5[0xbc][0xa5][0xe3]m[0xec][0xe4][0x0][0xd1][0xf1][0x8e][0xc][0xc5][0xbf]t[0xbc][0x8b]k[0xf8][0x8f][0x8e][0xf7][0xf0]*[0x7][0x8b][0x8e][0xf7][0xf1][0x1][0xf][0xf4]Yf[0xc][0xab]b[0x1d][0xbb][0xf0][0x86][0x8e][0xff]b[0xb7][0x8e][0xf][0xb1]F[0xa0]27[0x86]d[0xa4]z[0xe2][0x82][0xb4][0x95]b[0xc5]nC[0xe0][0xec][0xea]8[0xc][0x4][0xe][0xea]z([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xf7][0xf0]j[0xa0][0xab][0xb8]d[0xb9][0x10]hu[0xb5][0xfd][0xd0][0x16]([0xcb]v[0x7]&pp7[0x8b][0x92]@y[0xbe]x[0xdb][0x85][0xc3]^[0xab][0x5][0xa6][0xf6]h[0xa1][0xcc]q9"[0xe7]ea[0xb9]|[0xba][0x8d]d[0xd2][0x8c][0x87][0x5][0xe][0xcf][0xa2]wD[0x17][0xab][0x93][0xc7]J[0xb4]f[0xa8][0xac][0xbc]3#9[0xfa]5[0xa8][0xf5][0x81][0x1f]N@[0x19][0xf9][0xe1]yY[0x91]7{V[0xc2]I[0xef][0xec]^[0xec][0xc]y\[0xc3][0xf8][0xa3]F[0xda][0xaa][0x91][0xd7]d3[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb2][0xe1][0x92][0x97]gQ3[0xde]`5[0xaa]h[0xd5][0xc8]%[0xaf]I[0xe]X[0xe5]u[0xa0][0xbc]&+[0xf2][0xac][0xaa][0xe4]N[0xc2][0xb1][0xe3][0xb8]4[0xac][0xbc][0xe3]&[0x92]U[0xd3][0x1][0xe5][0x93][0xba][0xca][0xc0][0xa1]][0x8f]b[0x9b][0x9d][0xdb][0x87]/[0x92][0x9e][0x91][0xb0][0xa6][0xc4][0x92]2[0x1][0x83][0xda][0xa2]kw[0xe1]![0xb7][0xe4][0xfe]LY[0xeb]=o83[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xe7]4[0xc4][0x99]o[0x1a][0xe1][0xcc]z+[0xc5]kb[0xb1]&K.[0x6][0x99][0xd6]~[0xad][0xc3][0xa3][0xcd][0xd6]X[0xdc][0xae][0x81][e:[0xb2][0x92][0x96][0x8a][0xa9]`[0x96][0xdc][0xf5]L[0xcb]L[0xa5]e,Gd[0xbd]7[0xd0][0x92]r&F[0xe3][0xea][0x92][0x8f][0x14][0x15]0V[0xc]r[0xdf][0xa4]=E[0x8d][0xfa][0xc5][0xb3][0xb9][0xae][0x98][0x18][0x82][0x3]Q[0x1][0xc0][0x83][0x81][0xa8][0xc4]Hp[0xa0][0xf3][0xab][0x0]U[0xfc]>[0x2][0xa3]2[0xdf][0xa3]Q*WTEs[0xb5][0xe7][0xbb]T[0xae][0xea][0xea]}[0xac]z[0x17][0xc8][0xb5]]}s[0xc9][0xe7];@[0xd9][0x9][0xf8][0x12][0x9f][0xc7][0xb3][0xb3][0xc].[0xf4]a[0xeb][0xad][0x15][0x95]A[0xcf]F[0x88][0xa0]w[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6]nDaiQ[0xb][0xdc][0x95][0xfc]W[0xaa][0xf1][0xd1][0x2]O[0xb][0xbc]!E[0xd0]?r[0x13]|[0x1b][0xe0][0xf][0xb8][0x9a]qDe[0xa9][0xde][0x82][0xe2][0xa3][0xf4][0x80][0xbe][0x6][0x83][0x2]:[0xd9][0xfb][0xac]EiEe@w[0x9d][0xdd][0x82][0xbe][0x1b]P[0xb2][0xe][0x9e][0x8a]J[0xf5].;[0xb0][0x19]~[0x87][0xf6]T[0x8][0xbe]+[0x2]E[0x1b][0xd0][0xaf]"[0xe0][0xde]@[0x99] [0x95][0xf6][0xf][0x14]5[0xe3][0xb0]-([0x9b][0x1b][0xd4]6"[0x10][0xd2][0xd7][0xa1]$T,[0xbf]K[0xf7]W[0xdf][0x15]A}[0x3][0x6]8[0xf2][0x3][0xd6][0xd3][0x87][0xef][0xe0]2[0xfc][0x4][0xfb][0xa1][0x10][0x13][0xe9][0xc5][0x97][0xb1]?[0x9f][0x13][0xa1][0xe1][0x4][0xc][0xc7]$Fj2[0xa3]2[0x85]~O[0xc5][0xc9]8[0x11][0xf3]P[0x83][0xaf][0x90]Z[0x88]Z[0xc4]1[0x3]i[0xcc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x82][0xf3]p*Va6[0xb5][0x9d]N}gR[0xe3][0x19][0xb8][0x82][0xdc][0xd7]`>[0xae][0xc7]Y[0xb8][0x89][0x9a]o[0xc1][0xd9][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]E[0x9][0xf5][\r][0xa5][0xf6][0xc9][0xd0][0xc9]]H[0xfd]cI][0x1]?[0xad][0x9c][0x88]bJ[0xb9][0x9d]6[0xc6][0x15][0xd3]h[0x13][0x8a]:[0x89]rBQ'3S[0x5][0x8a][0xaa]e[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15]5[0x9d][0x94]KQ2E[0x8a][0x92][0x19]t+j[0x6]e5E[0xcd]$f[0x8f][0xa2]N!j[0xaf][0xa2]d[0x86][0xe5][0xff][0x9b][0xac]F[0x1d][0xf9][0xfc][0xf4][0x4]l[0xf3]~L[0x17][0x8a]5[0x9c][0xa6]a[0x8e][0x86][0xd3][0x5][0x8a]:C[0xc3]\[\r][0xf3]H[0x13][0xcd].[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xae][0xb0][0x86]3wC[0xd7]0[0x17]<.[0xa2]<[0x8b][0x1e][0xab][0x11][0x82]j[0xbe]%[0xea][0xa2][0x8a][[0xe1][0xbf]Y[\r]([0x19]j[0xb7]j[0xc][0xab][0x90][0xe8]6[0x83][0xe3][0xaa]`[0x88][0xcf]v[0x84][0x97][0x90][[0xba]R&[0x85][[0x10][0xe4][0x8][0x9]^[0x5][0xcd][0xb5][0xe][0xae][0xc2][0x1b][0xd8]^[0xd8]FWD[0xe9][0x1a]k[0xf3]g[0xc2]V[0x6][0x83][0xc1][0x12][0x8a]Z[0x80]z[0x15][0xb6]2[0xda]5U[0xd8][0xca][0x98][0xca][0x6][0x86]m[0xb6][0xb2]_Pz[0xbc]P[0xe6][0x1b]{a>[0xde]#[0xf3][0x91][0xae][0xcc]/[0xea][0x85][0xf9]t[0x8f][0xcc]/[0xee][0xca]|[0xd4]1[0xdf]@vW[0x9e][0xe6][0x97]+[0xf3][0x15]6[0xb7][0xe6][0xc7]S[0xb6][0x8d][0xd1][0xf3]i4[0xd6][0xb][0x9f][0xcf][0xed][0x91][0xcf][0xe3][0x1d][0x9f][0xe3]Ht[0xf6]9[0xd9][0xb][0xf3][0x17][0xf4][0xc0][0xfc][0x92][0x8c][0xf9][0x14][0x83][0xdf][0xc9]|[0xda]1[0xe][0xd9][0xdd]y[0x9a][0xff][0x96]2?[0xc1][0xe6][0xef][0xa1]y;[0xe][0x8b][0x9][0xa1][0x3][0x10][0xcb][0x1][0xb2][0x8a][0x82]Z[0x9e]@V+ [0xd3]l[0xfe]^[0x3][0x91]T[0x13])wGHK[0x1d]H[0xdf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x9e][0x90].U[0x90]N[0xb5][0xf9][0xf7][0x2]$I-#[0xa5]u[0x4][0xb7][0xdc][0x1][0xd7]Le[0xde]<[0xc1]][0xa9][0xc0][0xcd][0xb7][0xf9][0xf7]*8I[0xad] [0xe5][0xe9][0x8]s[0xa5][0x3][0xf3]j[0xaa][0xf5][0xe5][0x9]s[0xad][0x82][0xb9][0xd0][0xe6][0xdf]G0%u[0xe])oG[0xc0]_u[0x0][0xdf]H[0x3][0xfe]<[0x1]_[0xa7][0x0]'m[0xfe]}[0xe]XR[0xe7][0x92][0xf2]u[0x84][0xfe]5[0x7][0xfa]F[0x9a][0xd2][0xf3][0x84][0xbe]^A_i[0xf3][0x82][0xd0]%u[0x1e])G'[0xbe][0xee]8[0xb1][0x9d]F[0x8b][0xf3]tb[0xb3]r[0xe2]"[0x9b][0xff]SqBR[0xe7][0x93][0xd2];[0xba]s[0x81][0xe3][0xce][0xbd]4[0xdf]'Ow[0xb6]+wV[0xdb][0xfc][0x9f][0xb2];[0x92][0xba][0x90]TqG[0xc7].[0xea][0xc5][0xbe][0xb5][0xa3]W[0xdb]f[0x96][0xa3][0xc2]*|[0xc3])[0x3]6[0x90][0x89]xE[0xc0]9[0xfd][0x87][0xdc][0xc4][0xd1][0xaf][0x19][0xe3][0xb7]` [0xbf][0x7][0x85]4~[0xf][0x98][0x1b][0xf2][0xde])[0xdf]A[0x96][0x4][0x7][0x84][0xa6][0xff]~V[0x5][0xf] [0x88][0x7][0xc9][0xf9][0x10][0xeb][0xb5][0x87]y[0xfe]~[0x84]yz[0x94][0xa7][0xfe][0xc7][0x18][0xf5][0xc7][0xb9]_<[0xc1][0x1c]<[0xc9][0xf5][0xed])[0xee]:[0xcf]0[0xf8][0xcf][0xe2]b<[0x87]K[0xf0]hm[0xd9][0x96][0x9a]&[\r][0xc1]vC[0x1c]G".[0xb2][0x1d],[0xd9][0xd4]&[0x89][0xbb][0xb6][0xd7][0xf2]&[0xd2][0xae][0xaa]]%v[0xa0][0x14]Z[0xa0]-[0xb4][0x94]gi[0xa0]P[0xa0]@x[0x14][0x9a][0x86][0xda]N[0x9a][0x19][0xf8][0xa1]3[0x9d][0xe][0x3]?[0xc0][0xdf][0xc0][0x9f][0x91][0xa1]|ww-[[0x8e][0xa2]X[0x99]hF[0xf7][0xdc]s[0xef]9[0xe7][0x9e]{[0x1e][0xf7][0x9c][0xfd][0xc7][0xff]>[0xf8][0x1b][0x80][0xfd][0xf8] [0x84]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0xac][0x10]|([0xd4][0xa3][0x1e][0xb6][0x8c]b[0x10][0xe7]B[0xd8][0x84][0xf3][0x2][0x9f][0x97][0xb1][0x10][0xc4][0x5][0x81]Y[0xe0]_[0x9][0xe2]Y[0x1][0xbf][0x1a][0xc4]s[0x2]~-[0x88][0xaf][0xb][0xf8]|[0x10]/[0x8][0xa2]o[0xd4][0xe3][0x9b][0xf8]V[0x88][0xc3][0x8b]b[0xf9][0xa5] ^[0xe][0xe2][0xdb]b[0xe7];[0x2]%[0x88]W[0x83][0xf8]n[0x8][0xaf][0xe1]{[0xf5][0xf8]>~[0x10][0xc4][0xf][0x5][0xfc][0x91][0x8c][0x1f][0x87][0xf0][0x0][0xce][0xcb]x=[0x84][0x87][0xf0][0x13][0x19]o[0x8][0xfa][0x8b]![0xe]?[0x15][0xda]q[0xf8][0x19][0xde][0x94][0xf1][0xf3][0x10]:[0xf0][0xb][0xb1][0xf2][0x96][0x8c]_[0xca][0xf8][0x95][0x84]Pj<[0x95][0x8e][0xf]N[0xe][0x8f][0xa6]%[0x84][0x93]g[0xd4]sj,[0xab][0x1a][0x99]X[0xca].[0xe8]F[0xa6]GBC[0xbf]iX[0xb6]j[0xd8]cj[0xb6][0xa8][0xad]r[0xc4]GF$[0xec]8[0x16]O[0xf4][0x8d]&[0xd3][0x93][0xc7][0xfa][0xd2][0xf1][0xc9][0xf4][0xc0]`|21<2[0xd8]Ga[\r][0x1e][0xdd][0x89][0x91]xb[0xe0][0xa9] ~-aS[0xbe]`[0xe6]-[0x9][0xd1][0xa4]Y[0xc8][0xc4][0xd4][0xbc]:=[0xa7][0xc5][0xb2]f&[0xc3][0x93][0x4]?[0xad][0xe5]m[0xdd]4[0x4][0xa1]=[0xa7]S[0xd8][0xe3]Un[0xa1][0xe7][0xf2]Y-[0x96]r[0x80]{[\r][0xcf][0xbb]d[0xf7]g[0xcf][0xd1][0x83][0xc1]Y![0xdd][0x9][0x86][0x86][0x94][0xad]N[0x9f][0xa5][0xdf][0x1d]}[0x99][0x85]2[0xde]fR0?h[0xe3][0x8c]f[0xbb][0x2]$[0xf4][0xb5][0xdd][0x1c][0xf0][0xed]5[0x99][0x92][0xba][0x1b][0xce][0x91][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]n-)[0xa7]Y[0x96][0x9a][0xd1]b[0x83].L[0xa8][0xd3][0xb6][0xc9][0x8][0xa8][0xf5][0xec][0xc6]\[0x19][0xbf][0x84]}5[0x1f]I!Z[0x99][0xd8][0xdb]F[0xed]MZ([0xd6][0x1a][0xaf]TM[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xec][0x91][0xf1][0x1b]:eN[0xb5]V[0xf8][0x9b]*9[0x85][0x19][0x9f][0xb8]+[0x16][0xa6][0xa0][0x87]+[0x9]Z][0xe9][0xcf][0xaa][0x96][0xe5][0x10]n/7[0xaf][0xb3]!a[0xdb]M[0xb4][0x12][0x9a][0xcb][0xb3]d![0xbf][0x92])[0xf1][0xf5][0xc4][0xbd][0x1d]5[0xeb],[0xd2]ub[0x3]:[0xdf][0x91]hq[0xcf]0SBx[0xb5]`[0xa8]Y/[0xab]$[0xdc][0xd3][0xd6][0xbe][0xe6][0x80][0xe1][0xa9]3[0xda][0xb4][0xc8][0xb5]P[0xca],[0x16][0xa6]5[0x91][0xc9]|[0xfd]+[0xe4]cT0)[0xf8][0x1c][0x8e]K[0xe8][0xa8][0xe1][0x9]S[0xd0][0x8f]c[0x12]:k[0xa9][0xc][0x12]v9{[0x8f]E[0xdd][0xc8]"[0x12][0xcd][0x97]([0x84][0x12][0xbf]U[0xf0]i[0x1c][0x92][0xb0][0xff][0xe]^[0x16][0xa6][0x13][0xb9][0xa2].W[0xd4][0xe3][0x8a]:\k[0xce]+/4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]@7[0x13]a[0x83][0xdc][0x84][0xe2][\r]Q[0xf0][0x19][0xc1][0xb5][0x83]\N[0xed]K[0xae][0xb0][0xf6][0x8][0xd6][0xd8][0x6]YE)[0xb4]u[0xc1][0xd6]+[0xd8][0xda]6[0xc0][0x96][0x15]5P[0xc1][0xef][0xf1][0x7][0x19]T[0xf0]'[0x1c]Q[0xf0][0xe][0xfe][0xac][0xe0][0xb3]8[0xb2]1;[0xad][0xaf][0xbf][0xbb][0x16][0xf8][0x8b][\r][0xe][0xc6]ffZ[0x8f][0x1f][0xef][0xce][0xe5][0xba]-[0xab];[0x95]J[0xb5]^[0xb8]pA[0x1c][0xf4][0x17][0x5][0x87][0xb1]OBd#[0xda][0x99][0x19]7 C[0xd6][0x82]ek[0xb9][0xa8]V`c[0xf6][0xb6][0x82]w1+[0xe3][0xb2][0x82][0xf7]ptu[0xd3],[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x88][0x95][0x1d][0xb7]*^[0xcc][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%^[0x4][0xd4]_%[0xec][0xa9]Z[0xce][0x14][0xf4][0xe1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x82][0x9][0x9c][0x92][0xf1][0xbe][0x82]E,U[0xb][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1]'NYVp[0x15][0xd7]$l][0x9f][0x81][0xae]=n[0x97]S[0xa5][0x0]~p[0x3][0xc6]+;[0xc5]}Zn[0x97][0xb9][0xf1]u[0x15][0xa3][0xe2][0x93]=[0xe6]>,GM3[0xab][0xa9][0x86][0x97][0xb8][0xac]Q[0xcd][0x15][0x88]'[0xc4]3[0xb4][0x8d][0xd4].[0xbe]J\[0xe9][0xad]n[0xaf][0xd4][0xa5][0xee][0xad][0xde][0xbe][0xb1][0xf7]d[0xbf]:[0xcc][0x8e]U[0xb6]Mo%]SAq[0xbb][0xc0]*[0x15]z[0xa5]M[0x8d]70[0x8a][0xb7]0[0xc6][0x12][0xf8]EJ[0x9b][0xc0]5|[0x89]2OS[0xea]I|[0x8c]S[0xf8]'[0x9e][0xc6][0xbf][0xa1][0x92][0x1b]\[0xa9][0xc7][0x9b]<+I[0xbb][0xfb]Y[0x90]Wf[0xd7][0x10][0xa2][0xd4]![0x9e][0xfb]ai[0xed]cb[0xc3]8[0xc1][0x91][0xb6][0xc7][0x17]x[0x1a]([0xd5]F[0xca][0xf1][0xfd]k[0xd4]0[0xcd][0x99][0x8f][0xf2][0xeb]<[0x8e]QR[0x1c]D[0xdd]'x[0xe]>[0x19]c2[0x15][0x92][0x8]?[0x11]n[0xf5]p[0xf][0xde][0xc0]^[0x8e][8}[0xea][0x6]6[0xc9][0x18][0xa7][0xc4][0x9][0xea][0xed]x[0x9c][0xd1][0xe3][0xa7]\@[0x8e]tHKh[0xbb][0xec][0x84][0x85]0O[0x1d][0x9][0x0][0xcd][0xb9]J[0xb3]K[0xe2])&f'[0x1d][0xc5][0x84][0xa0]S[0x9e][0xa0]AqBg[0x94]~[0xb]t[0xd0]=[0xed]C][0x1f]![0xd4][0xd5]y[0x15][0x91][0xae][0xcb][0xd7][0xd1]1[0xde][0xc1][0x9d]{[0xf9]o[0xe4][0xab]p;[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff][0xbb]:[0x85][0xab][0xf9]d[0x19][0x9d][0xdd][0x1][0x97][0xbf][0x85]![0xd4]U[0x12]%[0xd4]r[0xbd][0xb6][0x97][0x87][0x3]gi[0xc3],[0x1a][0x91][0xc3]v[0x18]hB[0x9e]1^[0xa0][0xaa][0x96][0xa3][0xee][0x1]W[0x91][0x92][0xba][0xa3][0x9e][0xba]bv[0x1a][0x93][0xbc]L[0x88]tO[0xd3]O~[0xf2]5a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xb4][0xbc][0xb0]h[0x10][0xd2][\r]4[0xc9][0x98]![0xb5][0x86]Y[0xef]j[0x7][0x9][0x85][0x1]|[0xfe]w[0xd6][0x99]g~[0x8d]y|[0xa5][0xf3]|%[0xf3]h[0xc8]x2[0x8e][0x10][0xfa]+[0xca]x[0xd6][0x91][0xd1][0xea][0xee][0xde]$C[0xcc]\[0x9d][0x85][0xb4]9B!m[0xa4]L[0x9a][0x8d][0xb4][0xe7]o+M[0xc7][0x19][0x8e]g9WJ+Y[0x8e][0xee][0x8b][0x90][0xe3][0x9a][0x1][0xd3][0xd3][0xba][0xd3][0xb9][0x5][0xd7][0xa5][0xf5][0x81][0xf1][0xa2]s[0xce][0x8a][0x4][0xf7][0x1c][0x89]~[0x10][0xd8]3[0xff][0x7]PK[0x7][0x8][0xd7]?[0xb0]\[0x8c][0x7][0x0][0x0][0x88][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/simple/SimpleLoggerContextFactory.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b]8q[0xe2][0xa4]i[0x9][0x97][0x2][0xa5][0x14][0xda][0x2]I[0x85]j[0xa1][0x96][0x17][0x12][0xf1][0x12][0xa9][0x2][0xc9][0x2][0x89][0x94]H[0xf4]m[0xe3]n]G[0x8e][0x1d]6N[0x5][0xbf][0xc0][0xd7]Px[0xa8][0x4][0x12][0x1f][0xc0]G!f[0xd7]nz[0x9]E[0xa4]][0xf8][0x8c][0x14][0xfd][0xe8]@[0x8c]+[0xb1]k[0xd3][0x10][0xa9][0x1]+4[0xdd] [0x9d]8[0xab][0x1d][0x8d][0xa4]+[0xb6]|5JK[0x17][0x8f][0xc8][0xba][0xca][0xa5][0xc][0xb][0xa5]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "(2l\b[0xdc][0x18][0x9e]]~H[0x19][0xe6][0xce][0xdf][0x1][0xc3][0x93][0xaf]<[\r][0x83][0xfb][0xf4]z[0xf3][0xa0][0xd7]J[0x9f][0xa5]j[0xa1][0x97][0x9d][0xd3]v[0x89]d[0x99]V6i[0xa6][0xd0][0xb5]#[0xb0]C22[0x98]![0x99][0xd7][0xe0][0x2]*$[0xcb][0xc9][0x1][0xcc]b[0x8e]4[0xc3][0x15]TS[0xe7][0xe][0xe9][0x1c]i[0xe3][0xb]2[0x9f][0xcf][0xf9].k[0xdf][0xcd]d?[0xf5]U[0xd6]U\[0xd3][0xfb][0x6][0xae][0xe3][0x6]y(k[0x1e]7[0xe9][0xf7][0xa2][0xac][[0xb8]MRq,[0xa4][0x1c]=[0x9d][0xfe][0x9f]9j[0x9a][0xe3]E[0xb2]?%[0x87][0xb2][0xee]`1[0xcd][0xef].y[0xa8][0x98]K[0xb8][0x97][0xf2]>[0xd5]\[0x98]l[0xca][0xba]&M[0xc2][0xb2]1[0xa9]r-[0x92],P[0xcf][0x8f]{[0xbb][0xa2][0xcf][0x0][0xa5][0xef][0xc8][0xbe];[0x82][0xf1][0x15][0x99]C}[0xf4]$[0xd8]"[0xc9]eM[0xb0][0xf2][0x1b]PK[0x7][0x8]T6[0xb2]A-[0x2][0x0][0x0]y[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/apache/logging/log4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLogger.class[0xed]][0x9]|T[0xd5][0xf5]>[0xf7][0xcd]>[0x99]$dg[0xb2][0xb3]'[0x93][0x4][0x2][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x9a] [0x11][0x94]EI[0x4][0x1][0xb7][0x10]2[0xc3]hH0[0x8b][0xfb][0x1a][0xf7][0xd6][0xa8]5V[0xc5][0xaa][0xb4][0xda]Vk[0xad][0xe2][0x16]p[0xa9]K[0xeb][0xd2]j[m[0xeb]n[0xeb][0xae]uo[0xeb]^[0xa3][0xf5][0xce]{w[0xee][0xbc][0xcc][0xdc];[0x1b]I@[0xfb][0xe7][0xf7][0xe3][0xce][0xcd][0xcc]{[0xf7]|[0xdf][0xb9][0xf7][0xdd][0xed];s[0xe7][0xb1][0xff][0xde]}[0x1f][0x0][0xec]f[0xa9]q[0xc3]Z-[0x8d][0x12][0x8f][K[0xd7]2\P[0xa8]e[0xba]1[0x19]C[0xb9],[0xca]eS.[0x87]r[0xb9][0x94][0xe4][0xa5][0xc1][0xdd]Z[0x6]%[0xf9]t[[0x81][[0x1b][0xab]y[0x9d]Z![0xbd][0x16][0xd1][0xa5][0xc5]N[0xad][0x84]^K[0xe9][0xea]2[0xca][0x95]Sn[0x1c]%[0xe3])[0x99][0xe0][0xd2]&j[0x93][0x1c][0xda]d[0xa7]6%[\r]|Z[0x85]K[0xab][0xd4]|n[0xad]J[0xab][0xa6][0xa4][0xc6][0xad]M[0xd5][0xa6]9[0xb4]Z[0x2]4[0xdd][0xa1][0xcd]ph[0xbb]Qv[0xa6]C[0x9b][0xe5][0xd0]vwh{[0xb8][0xa1]B[0xdb][0xd3][0xa1][0xcd]vhs[0xdc]P[0xa5][0xed]E6[0xe6]R[0xa1][0xf3][0xa8][0xf8][0xf9]i[0xb0]R[0xdb][0x9b]r[0xfb]PRGI=%[0xb]([0xd9][0x97][0x92][0x85][0x94]4P[0xb2][0x1f]%[0x8b](YL[0xc9][0xfe][0x94][0x1c]@[0xc9][0x12]J[0x96]R[0xb2][0x8c][0x92][0xe5][0x94][0x1c]H6[0xe]"k+[0xe8][0xcf]FJ[0x9a](98M[[0xa9][0xad]J[0x83][0x89][0xda]![0xe]6[0x91][0xde]Y[0xed]`[0xb3][0xdd][0xda][0x1a]m[0xad]C;[0xd4][\r]K[0xb5][0xc3][0x1c][0xda][0xe1]nX[0xae][0x1d][0xe1][0xd0][0x8e]t[0xc3]AZ[0x9a]Sk[0xa6][0xd7]uN[0xad][0xc5][0xa1][0xad]'[0xc8][0xad]n[0xcd][0xaf][0x5][0xe8][0xcd][\r]tG[0xd0][0xa1][0x1d][0x95][0xa6][0x1d][0xad][0xb5]Qq[0x1b][0xc9]h;[0xe5]:[0x9c][0xda]&[0xa7]v[0xc]][0xd6][0xe9][0xd4][0xba][0xe8][0xb5][0x9b][0x9c][0xd8]C[0xd8][0x8e][0xa5][0xe4]8[0xba][0xec]x[0xca][0x9d]@[0xb9][0x13])9[0x89][0x92][0x93])9[0x85][0x92]S)9[0x8d][0x92][0xd3])9[0x83][0x92]^J[0xce][0xa4][0xe4],J[0xce][0xa6][0xe4][0x1c]J[0xce][0xa5][0xe4][0x3]KE[0xe5]J[0x4][0xba][0xa0]c=[0x2][0xcd]\[0x12]lo][0xd6][0xb3]q]kgS[0xf3][0xba][0xb6]V"[0xdb][0xd1][0x82].jFG[0xe1][0xdf][0xfc]Mk[0xf7][0x86]`[0x17][0x83][0x1a][0xb5][0xed][0xae]M[0xc1]iu[0xeb][0xba][0xba];[0xd1][0xe0][0x12][0xfc]Do[0xbc]y[0x15][0xd1][0x9e]#[0xe3][\r][0x92][0xf7][0x93]nAT[0xd0][0xf4][0xa4][0xef][0xc2][0xda]n[0xec]nn9zi[0xf3]&[0x9d][0x1b][0x8e]8[0xe][0xed]q[0x1c]Xp[0xe8]`[0x90][0x83][0xe5][0xe0]g[0x11].o[0xae][0x88][0xcd]{[0xe1][0xf1][0xdd][0xad][0xed][0xeb][[0xd7]s[0xde])1[0xb1][0xb7][0xe9]7[0xc7][0xf5]q[0x84]-[0x6][0xb9][0xc6][0x8d][0x91][0x98][0x9d]-[0xcd][0xdd]-[0x1b][0xf0]^[0x6]{[0xc6][0x80][0xbf][0xa4][0xf5][0xd8][0xd6][0xb6][0xbd]L[0xb5][0xd1][0xb4][0xa1][0xb3][0xe3]8r[0x8c][0x8e][0xca][0xd6]F[0x9f]3([0x8f]W[0x2]>H[0xdd]X[0xdf][0xd2][0x82][0x18][0xec][0x9f]T}[0xc7][0xc1]d[0xf5][0x1f][0xd3][0xd2][0xce]`l[0x85][0xf2][0x8a][0xb4][0x10][0xf7][0xa5]]H[0xbf]Nqa[0xc2][0xd5][0x84][0x4][0xf2][:[[0x9b][0xbb][[0xf5][0xfe][0xa7][0xa1][0xa3][0xf3][0xc0][0xce][0x8e]M[0xad][0x9d][0xdd][0xe8][0xe6][0xfd]d[0xcc]"{[0xcf][0xa8]7*%[0x1d][0xac][0xd3][0xdf][0xdc][0xd6][0xb6][0xe][&[0x3]GK[[0xd7]2[0xbd][0x1f]qn[0x12][0x96]*:[{[0xba][0x8][0xf9][0x81][0xcd][0x9d][0xf8]Y7[0xf6]d'[0xb6][0xae][0x1f]Z[0xed]zYX[[0x9b][0xe2]^[0x92]?[0xf4])?aS[0xe8]I_[0x12][0xd5][0xdd][0xc6][0xf7][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e]L[0xd2][0xe3][0x1e][0x94]Bq1[0x8]b[0x99]8[0xf7]c[0xf0]Y[0x2]n[0xdf][0x11][0xe0][0xc3][0x8e]:[0xaa][0xc6]S[0x1c]2[0xb][0x8d][0x86]H=|tc[0xdc]=[0x91][0xc6](k{[0xa5][0xeb][[0xfd][0xcd]=m[0xdd][0xd1][0x3][0x7]o.[0xcb]Sp[0xc8][0xbe][0xaa]2u"7[\r]O[\r][0xc6]2[0x92][0x92][0xcf][0x15]p[0x8b][0xc][0xbf]ss[0x91][0x9d][0xed][0xcc][0x8a][0xc4]{[0x13][0xd3][0xf8]n[0xef]l[0xed][0xc2][0xd2][0xb0][0xef][0xc4][0x7][0xcf][0xec][0x8f][0x15][0xad][0xfe][0xb6][0xd6][0x96][0xee][0xe0][0xb1][0xad][0xcb][0xb1]j[0x9b][0xbb]q[0xb2][0xb2][0xf0][0xf8][0x96][0xd6]M[0x94][0xc1][0x7][0xe0][0xf]xk{s'[0xf6]d[0xc]Zct[0xee][0xaa][0xe1]&[0x15][0xac]eC[0x1c][0x10][0xed]%[0x6]{$[0xe2][0x4][0xe9][0xd4][0xc4][0xb6][0xbe]u][0xf][0xf6][0xd4]scp[0xe1][0x13]bs[0x95]nh[0xee]ll=[0xa6][0xa7][0xb5][0xbd][0xc5][0xe8][0xf6][0xed][0x1b][0xf5]k[0xb0][0xff][0xe4][0xd6]p[0x90]P][0x8f]=S[0xea][0xc6][0x94][0x3][0xcf][0xb2][0x4][0xca]Lx[0xd4][0xa1][0x2]-[0x1b]i[0x4][0xf3]%~[0x13].Mp[0xe5][0xe8][0xd0][0xfe][0xc8][0xa0]e8[0xc1]()[0xef][0x9e][0x94][0x1b][0x97][0xaf];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0xb5]~cv[0xf4][0xdb][0xc][0xe]H[0xa5][0xb4]a[0xc2]f[0x9a][0x9f].N[0xe5][0xc6][0xb5]r[0x9e]v}0[0xc6]>4GrA[0xb2][0x8c][0xa3];[0xca][0xa1][0x8c]k[0x12][0xef][\r][0xf4][0xeb][0xeb][0x93][0xb8]^i[0xb4][0xa8]"[0xd6]SY[0xab][0xfc]TY[0xe0][0x90]e[0x83][0xc9][0x95]>[0xc9][0xfb][0xca]B*$[0x3][0x8c][0xa2][0x8a]|[0xb1][0xc7][0xa2][0xa1][0xe5]V[0xc5]pYOw[0xb0]mZc[0xcf][0xa6]MmA[0xac]7}*[0x8a][0xf]p[0xe8][\r][0xea][0xe3][0x13][0xbc][0x15][0xcd]$x[0xe9]\[0x1f][\r]OS[0x13]-[0x99].'\[0xfb]$[0xc]E[0xe9][0x88][0x5][0xc9][0xd8]T[0x96][0xb2]dGz[0xa9]h/[0x1f][0xb6][0xe2]B[0x9e]:"[0xb5][0xbe] [0x9][0xcc][0x19]z[0xf][0x11]z[0xb]{[0x8a][0xca][0x84]ogP[0x9d][0xe8][0xb5]FCY7[0x92]lB.[0x8b][0xb5]^N[0xb2]N[0x95][0xed]f[0xfd][0xb0]V[0xb4][0xd2][0xcc]|i/[0x92]D[0xe5][0xd6][0xed]@[0x1]!6[0xee]0W[0xde][0x87][0xf]A6-[0xc9]{[0x18]l[0x18]v[0x1c]J[0xbf][0xcf][0x88][0xd7][0xb9][0xc8][0x18][0xed][0x97][0xec]MJ[0xf3][0x8b]vpT6[\r].[0xda][0xa6]Z[0x6]k[0x86][0xa7]<[0x95][0x85][0xe9][0xc][0xda]F[0xca][0x82][0xca]&[0xae][0xc2]O[0x1d]=[0x9b]*[0x14][0xbb]1[0xb8]xg[0xa2]P[0xe1][0x9a][0xc9][0xe0][0xda]][0xb][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9],[0x6]w[0xec][0xea]HU[0xd8]wg[0xf0][0xc8][0xb7][0xf][0xbb][0x8a][0xcd][0x1e][0xc][0x9e][0xfb].[0xb0]Q[0xf1][0xdb][0x93][0xc1][0xbb][0xdf]M~*[0xc6][0xb3][0x19]L[0x89][0xbd][0xb6]0]>;[0xa1]+[0xe5][0xf7][0x1e][0x90][0xe2][0xbd][0xf2][0xd2][0xe][0x1b][0xb6][0xd2][0xe4][0xe5]w[0x8c]`[0xf9]r[0x8b]g[0x8c][0xaa]E9[0x86][0xfe][0x9d][0x8c]A[0x8e][0xea]g[0xbb][0x1c]*9[0xce]m[0xdf][0x2][0x9c]r[0xe4][0xbf][0xff]V"[0x97]s[0xb1][0xb5][0xb6]w[0xd3]F[0xc6][0xa9][0xb1]9%[0xbd]P[0x8a][0xbf][0xb][0xb5][0xb0][0xbd][0xbb][0xf3][0x84][0xb0] g[0xf7]wtnl[0xee]f[0xe0]l[0xd5]?[0xa0]m[0xd2][0x18][0xb][0x1a]i)[0xe][0xed]Oq{[0x86]TVlI[0x93]9{X0D[0xad][0x88][0x92][0xc6]Q[0x9b][0xac][0x9][0x6][0xee]}[7u[0xb6][0xb6]4w[0xb7][0xae]g[0xe0]][0xd1][0xd3][0xde][0x1d][0xdc][0xd8][0xba]2[0xd8][0x15][0xc4][0x95]T]{{G[0xb7].^[0xe8][0x82]c[0x98]P[0xf8][0x1e]cQ[0x99][0x10][0xf9][0xe8][0xf6][0x98]4[0xbf][0xce][0xa4]d[0xe8]ar[0xea][0xc6][0x1d][0x89]uH[0xc1]^[0x9a])h[0xc4]x`I[0x9c][0xc9][0xaf][0x90]y[0x10][0x9f][0xe8][0x95][0x9]n[0x93]&[0x8d][0xc3][0xba][0xa9][0xb9]s#[0x3][0x16][0xc4][0xff][0x8b][0x11]HK[0x7]6[0xe][0x9c][0x14]u[0xad][0xc3][0x86][0x12]e[0xb3][0xbe]'[0xd8][0xb6][0x1e][0xfd][0xeb][0xd0][0x8e]thG1[0xe8]Ja[0xdb]dG[0xeb][0xca][0xc1][0x8e][0xd6][0xd7][0xd1][0xa3][0xd9][0x8f][0xc9][0xa6]B#[0xdb][0xd9][0xd8]Z;;;[0xb0][0xb][0xb7][0xb6][0x1e][0x1f][0xc4][0xfa][0x98],[0xdb]k[0x8f]~[0x8b][0x81][0xa5]i[0x5])[0xc5]sW[0xcc][0x89][0xfe]t~[0x5]~X[0xa9]_[0xb0]gb[0xf3]][0x99][0x85]ZE[0xd9][0xd1][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xd2][0xc0][0x92]T[0xed][0xd7]'l?[0x6]"[0x7][0xb9]U[0x1f][0x8e][0xe]L[0xd0][0x13]I[0x84][0xa1][0xd8][0xfc][0xcd][0xdd][0xcd]m[0xc][0xb2][0x2][0xad]Q[0x1a][0xf4]n[0xc9]k[0xd0]X[0xe2][0xbc][0xb9]K[0x1b][0xe6][0xcc]I>[0x14][0xa1][0xa2][0xb2]ii[0x3][0xd1]E$F[0xa8]JnEe4_lf[0xc1]v[0x7][0x83][0x8c]`[0xd7][0xbe]$[0xf2].l[0xa7]=[0xb6][0xf5]z[0x14][0xda][0x1a][0x6][0x13][0xe3][0xaf][0x7][0xe9]2W[0xb0]K[0xdc]8!n4[0x13][0xdd][0xb1]o[0xfc][0x98][0xa7]D[0xc]#[0xec][0x85][0xf4][0xb8][0x8][0xeb][0xf8]F[0x3][0xd5][0x81]x#=[0xd8][0xb5][0x18][0x19][0x9a]/h[0xea]lni5_[0xb0][0xaa][0xb9][0xb3]=L[0x1c][0x8d]0h[0xdf]q|[0xc9])}g[0x8e][0xa6]ASC[0x18][0xba][0xaf]z[0xe8]0[0xa0][0x8][0x97][0x1d][0xa5]5[0x1e]3r[0xc5]+)[0xad][0x1c]V[0x9b][0xa6][0x91][0xf9][0xe8][0x91](x[0x94]h[0x98][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xe0]H[0x14][0xac][0x98][0xcc][0xc][0xaf][0xcb][0xe2])[0xc1]Kw[0xc0][0x9a][0xec][0x11][0x8d][0xa5][0xcd]%[[0x9e][0x12][0xf4]^[0xc9][0x4][0x83]F=`[0x7][0xa6]|[0xb7][0x12][0xd0][0xac]d[0x8a]4[0xd5][0xf5][0xfe])[0xdc]7< L[0x8d];[0x96]N[0xa4][0xba]O[0xd1]v[0x93][0xe2][0x13][0xaf]i[0xc6][0x8a]*[0x89][0xd7][0x94][0xa2]5[0xcc]XaMI[0x95][0x16][0x12]4[0x8f][0x1c]6xJ[0xf][0xc4][0x8a]~J[0x1a][0xb3][0xd2]J,[0xd5]m[0x87]G[0xd5][0xe8][0x8a][0xe8][0x18]5s[0xa1][0x9a]:mdz[0xef]$8[0xf7][0xee]L[0x4]!7[0x9c]1z[0xf5][0xac]lkg[0x8d]j[0xe5]+a[0x1c][0x9e]R[0x97][0x97]D[0x85][0xc7][0x8a][0x1e][0xd9]Q[0x3][0xa1][0xfa][0xec][0x1a]q_[0xca][0xe2][0x13][0xce][0x1b]u[0xab][0xca]Z\[0xb1][0xa3][0xdd][0xa3][0x8c]_`[0xb8][0xb]U[0xc2][0x8f][0x15][0x89]2[0x1c][0x13]=[0xd3][0xb8]|[0xe2][0xe8][0x98][0x92][0x1b][0xbf]`g[0x19][0x97][0xc3][0xb9]f[0xd7][0x81]#[0x7][0xb8]uW[0x6]([0x87][0xfc][0x9b]o[0x17]d9[0x89][0xa7][0xbe][0xed]$[0xe4][0xb4][0xde][0xfa][0xee][0xd1][0x92][0x13][0xfd][0xe2][0x81][0xa8][0x94]:s[0xff]oR[0x97][0xb7][0x83]X[0x11][0x94][0x9],BM%[0xad][0x1e][0x96][0x92]R[0xde][0xe6][0x19][0xc6]A[0xef][0x94]Q[0xb3]&[0xb7][0xd1]N[0xb4]/G[0xf4][0x93]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0x1c][0xe3][0xed][0xbb]8F9[0xea][0x87][0xbf]u[0xa8][0xe5]<[0x9e][0xfd][0xe][0xf0][0x90]3{[0xe7];[0xc9]L[0xce][0xd5][0x83][0xb4][0x16][0xfb][0x85]r[0xf5][0xc3]T[0xbe][0xc5]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xd2][0x95][0xa3][0x8b]+[0xb9][0x95][0xea])#[0x2].V[0x5][0xe][0xb5][0xe6][0x8][0xdb]Ol[0x93]_[0x1a][0xfb][0xb8][0xd3]w[0xd4].[0xdb][0x89][0xa8]b[0xee][0xb1]Ic[0xa2]FF[0x9e][0xfb][0xc1][0xe8][0x98]Jj[0x7][0xf0][0xd2]][0xb]Sh[0xd3][0xf0][0xa4][0xd1][0x82]%[0xed][0x8c]O[0x1c][0x1d][0xeb]r[0xe3][0x17][0xec],[0xe3]r8[0xd7][0xec]:p[0xe4][0x0][0xb7][0xee][0xca][0x0][0xe5][0x90][0xf3][0xed][0x82],'[0xf1][0xd4][0xb7][0x9d][0x84][0x9c][0xd6][[0xdf]=Zr[0xa2]_[0xfc]/[0x10][0x95]R[0xa7]}[0xa8][0xff]E[0xea]rg[0x14][0xff][0xbf]3[0xe2]lI[0x8d][0xb2]{[0x86][0xce]O[0xdd]x#_[0x1]9[0xb4]'[0x1c][0xda][0x93]t[0xcc][0x9][0xde][0xd2][0xed]g0&[0xfc]Yc[0xb3][0xbf][0xb5][0xed][0x4][0x6][0xae][0xee][0xd0][0xdd][0xc][0x9c]z>H[0xe7][0xd2]U[0xab][0xe]f[0x93][0xbd]K[0x1][0xc8]M[0x98][0x8e][0x9b][0xdb]4Gz[0xc1][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xbc]R[0xbf]&[0xd6][0x99][0x12][0xb1][0xe][0x97]S[0x18][0xae]S[0x9b][0x8c]gG@:|[0xd8]N[0xc0]S[0x80]l[0x8c][0x1]2i[0xcb][0x2]vZ[0xa8][0xb6][0xf4][0x88]f[0x1b][0x9d][0xee][0x88]u[0xe8][0xee]6"\[0xf5]o[0x16]LO$[0xee]8"[0x6]}M[0xc5][0x8][0x86][0xd4][0x1f][0x96]p[0xe1][0xa9][0x5][0xd0][0xaf]M[0xe6][0x8c][0x9d][0xa4]Kw[0x19][0xbe][0xd5]c[0xf3]c[0x1d][0x82] [0xbd][0x9d][0x9e][0xcd][0x83][0x93][0xbd]I[0xd2][0xc5]D[0xbf][0xc5]`[0xa9]*:>9k"P>V(a[0x8c][0xad][0x9f]X[0x10][0x17][0xa5][0xc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xf5][0xb8][0xe6][0xce]v[0xec][0xad][0xe6][0xb6][0xb4][0xf1]cS[0xdd][0x8d][0x1d]=[0x9d]-[0xad][\r]A[0xea][0xc5]r[0x86][0x1e]u:[0x95][0x8c]z[0xe0]Yx[0xce][0xa3][0xfd]Y[0xfb][0x8b]C[0xfb][0xab][0x87][0xfd][0x80]][0xe2][0x81][0xbf][0xc0][0x13][0x1e][0xe6]`N[0xf][0xfc][0x15][0x9e][0xf2][0xb0]L6[0xc6][0x3]O[0xc3]3t[0xe9][0xcb][0x1e][0x96][0xce]2<[0xec]Bv[0x91]G{J{[0xda][0xa1]=[0xe3][0xd1][0x9e][0xd5][0x9e]c[0xb0][0xa5]iCk[0xb9]Qp[0xf9]I[0xa7][0x94][0x1f][0xd7][0xdc]Un[0x1c][0xbe][0xb6][0xbe][0xfc][0xb8]`[0xf7][0x86][0xf2]n[0xfc][0x98][0x3]/[0xf7][0x1b][0x1][0xf9]t]s[0xfb][0xfa][0xf2]`Wy{[0xc7]q[0xe5][0x9d][0xb4]![0xd3][0x15][0xe7][0x86][0xea][0xf2][0xe3]6[0x4][6[0x94]ol>[0x81][0x97]_[0x8e]N)[0xc7][0xe][0xa0][0xbd][0xbb][0xcb][0xb8][0xb1][0xa7][0xbd][0xf5][0xf8]M[0xe8]C,[0xc8][0xf8][0xbe]]7[0xba]n[0xaa]Gs[0xb0][0xb5][0x1e][0xf8]-<[0x84][0xb][0x9d][0xe1][0xc6][0xda]\[0xde][0xde][0xd3][0xd6][0x16]uO[0x5]?[0xa1][0xb0][0xab][0xbc][0xbb][0x3][0xb][0xa8]L[0x1d]<[0xfc][0x9][0xeb][0x4][0xde][0x83]{[0xe0]7[0xf0]k[0xf][0xbb]\{[0xde][0x3][0x9f][0xc0][0xa7][0x1e][0xf6]/[0xf6][0xac]C[0xfb][0xa3]G{[0x1]>dP[0xa5]l3[0xd1]'[0xdd][0xd2][0x9][0xc0][0xfc][0xc4]Q[0x8f][0xf6][0xa2][0xf6]7[0x87][0xf6]w[0x8f][0xf6][0x92][0xf6][0xb2]C{[0xc5][0xa3][0xbd][0xaa][0xbd][0xe6][0xd1]^[0xd7][0xde]phoz[0xb4][0xb7][0xb4]0[0x98][0x96]hs[0xe4][0xdf][0xb6][0xf0]hok[0xef]`[0x9b][0x93][0xf4][0xee][0xc]v[0x8b][X[0xf4][0x91]{[0x1e][0xed]][0xed]=[0x6][0xe5][0xe1][0x2][0x17][0xb7][0xeb][0xe7][0x1f][0x7][0x87][0x1e]58[0xf4][0x92][0xb6][0xb6][0xd6]@s[]K[0xb][0x96]e[0xba][0xa4],[0xea][0x92][0xc6]n[0xac][0xe]q[0x5][0xb5][0xf5][0x8f][0x19][0xd4]&IzF,jT[0x5][0x11][0x97][0xd7][0xad]o[0xde][0xd4][0xdd][0xda][0x89][0xd6][0xb4][0xf7]=[0xf0](<[0xe4][0xd1]>[0x80][0xf]=[0xec][0x19][0xf6][0x82]G[0xfb]P[0xfb]'[0xe5][0x9e][0xa5][0xe4]yJ[0xde][0xa3][0xe4][0x15]J^[0xa4][0xe4]%J[0x9e][0xa3][0xe4]UJ^[0xa3][0xe4]uJ[0xde][0xa0][0xe4]MJ[0xde][0xa2][0xe4][0x1f][0x94][0xbc]M[0xc9];[0x94][0xbc][0xeb][0xd1][0xfe][0x85]6[0xe0]>jG~v:%[0xa7]R[0xd2][0x83][0xb3]"[0x8f][0xf6]o[0xed]#[0x8f][0xf6][0xb1][0x6][0x1e][0xd6][0xc5][0xaa][0x1d][0xda]'[0x1e][0xed]S[0xed]3[0x6]S[0xe3]z[0xa2]1[0xb8]q[0x93]8[0x94][0x94][0xfc][0xf7][0x12][0x83]Yq[0xef][0x92][0x1d]@[0x8a]7[0xb3]j[0x6][0x5][0x91]3[0x0][0xfe]u;[0x6][0xe][0xe3]t[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xf6][0xb9][0xf6][0x5][0x3][0xad][0xba][0x9c]AE[0xa2]U[0xe5][0xd1][0xfe][0xc3].qh[0x8f]{[0xb4]/[0xb5]A*[0xe1]+[0xb2]W[0x81]s[0xc0][0xc8]N[0x18][0xa7][0x88][0xe4][0xf]t[0xfb][0x99][0xec]\[0xf][0xdc]O[0xe][0xfb]>[0xbb][0x0][0xfb]Yc[0xa4][0xb3][0xd3][0xcb][0x9c]r[0x8f][0xf6]5[0xbb][0x4][0xbb]Z[0xfa]K[0x88]u\[0xff][0xc5][0x87][0x8a]][0xe0][0xd1][0xbe]A_[[0x80]*[0xf5]r[0xb][0xf3]X4#g[0xf1][0xb0][0xf7][0xb1][0x8e]1y[0x9e][0xfe][0xb4]R[0xee]9J^[0xa4][0xe4][0xef][0x94][0xbc]D[0x1f][0xd8]([0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xec][0x94]{[0x95]r[0xe][0xca][0xbd]F9'[0xe5]^[0xa7][0x9c][0x8b]roP[0xce]M[0xb9]7)[0x97]F[0xb9][0xb7]([0xe7][0xa1][0xdc]?([0x97]N[0xb9][0xb7])[0x97]A[0xb9]w([0x97]I[0xb9]w)7[0x86]r[0xef]!pK[0x16]%[0xd9][0xe]K[0xe]:[0xc0][0x92][0xeb][0xb1][0xe4]Y[0xf2][0xe9][0x9d][0x2]J[0xc6]R[0xe2][0xa5][0xa4][0x90][0x92]"J[0x8a]))[0xa1][0xa4][0x94][0x92]2J[0xca]=[0x96]q[0x96][0xf1][0xc][0xf6][0x88][0xdf]t[0xf4][0xea]m0[0xfa][0xbb]p3@0[0xcf]z,[0x13][0xd8]d[0xf][0xfb][0x88]}[0xe1][0x81][0x7][0xa9][0x2][0xbe][0x84]O[0xe9][0x18]s>[0xc3][0xf3][0xb0][0x16][0xd6]A[0xc9]zJ[0x8e][0xa1][0x9a]:[0xdf]c[0x99]h[0x99]D[0xc9]dJ[0xa6][0xd0][0x81][0xe8]K[0x96][0xaf]rX*<[0x96]J[0x8b][0xcf][0x3][0xf7][0xc2][0xaf]qV[0xb8]pY[0x13][0x9d]*_[0x16]g[0x81][0xe1][0xb1]TY[0xaa][0xa9][0xc6][0xf]Y[0xdc][0x84][0xf3][0x1c]qt[0xbd][0x7][0x1e][0xa0]b[0xf2][0xf4]kgL[0xdd][0x18]y[0xac]h\[0xce][0xf2]S|[0x19][0xcc]M[0xe9][0x91][0x9][0xf5][0x91][0xf0][0x19]|[0xce][0xc0][0xcb]Q[0xc9]Nb[0x9f][0x13][0xb7]|[0xe5]i[0xa9][0x1e][0xa6]1K[0xbc]Af[0xe8]Q[0xdf][0xc]r[0xf5][0xa7]*[0xd8]1[0xad]Q?[0xc5]>x[0xa2]1[0x2][0x8c][0x89]|[0xb8][0x19]L[0xe][0xbf][0x15][0xeb](Y[0x6][0xa5][0xb1][0x17][0x2][0xc]j[0x92][0x9a][0xdd][0xc5][0xba]^&[0x9b]![0xd2][0xc4]f[0xea][0xd8]N[0x3][0xad][0xdd][0xfc]0[0xe2][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x19][0xc6][0x99][0x11]oa[0xa7][0x82]3[0x8b][0xe6][0xb6].[0xc5]y[0x92]kp[0x1][0xaa]v?[0xe]a=][0xd3][0x1a][0xf5][0x97][0x90][0xff]][0x8]![0x94][0xaf][0x8d][0xb5][0xea][0x91][0xdc][0xbd][0xd7][0xa8]~[0x9f]k[\r]=[0x95]+V,[0xc7][0xa7][0xd2][0xdd][0xde][0x1a][0xfe]6[0xb8]l-[0x98][0xd4][0x17]P[0xa7][0xc4][0xae][0xae][0xd0][0xef](P%-\VW[0xbf]d[0xe1][0x11]M[0x8b]V,[0xac][0xdb]w[0xc9][0xf2][0x5]uK[0x1a][0x19][0xb0][0x98]^[0xd7][0xcb][0xe0][0xc7]Y[0x7][[0xbb][0xe][0xc6]?[0x19][0xa4][0xa3][0xd7][0xc3][0xef][0xc5][0xf1][0xbc][0xa4][0x84][0xbd][0x8c][0xaf][0xcb][0x1a]l[0xc3]ge[0xc7][0xf9][0x9e][0xb2]pN[0xd4][[0xb1][0xc6]G[0xdd][0xfc][0x92][0x8e]f[0x1c]Z[\r][0xf0][0xae]6[0xfc][0x83]7[0xc7]IR[0xe7]G7dwsWc[0xcf][0xba][0x16][0xe3][0xa6][0x89][0x15]QW[0xc8][0xee]I[0xc3]Z6[0xe6]p-Q_[0xc5][0x15][0xcb][0xa3][0x99])[0x1c][0x15]Mg~[0xec][0xbb][0xb0][0xfe][0xe0][0xfd][0x18]x[0xd0][0x8b][0xa6][0x89]gA[0x85]j+[0xc2][0xd6][0xb4][0xa2]n[0xc1]B[0x6][0x16][0xbc][0x81]vy[0x92]ja[0x99][0xc8]dh[0x97]2)N[0x17][0xa1]{[0x12]][0xe5][0x8]v-[0xdc][0xb8][0x89][0xea]6[0xc6][0x81][0xb4][0xd8][0xfe][0xec][0xcd][0x9b]6a[0xbf][0xaa][0x1f][0x96][0x9b]@[0x85][0x87]N&[0xc0]&[0x8d]|"GV4{,[0xfd]h[0xc8]r[0xfc][0xaf][0xd2][0x8b][0x6]T\[0xb1] [0x96][0x1d]gwG[0xa8]#[0xaf]I[0xa8][0xc8][0xf0][0xad][0xb6][0x86][0xba][0xa6][0xba]%8[0xc8].^[0xd6][0xb0]|[0xa4][0xbe][0xd4][0x89]>[0xb4][0xae][0xaa][[0xb1]l'|[0xdf]v[0xcd].[0xf1]E[0xe6]5[0xa3][0xf8][0xad][0xd6]5[0xa3][0xf7]e[0x87]5;[0xf3][0xcb][0xe]kv[0xad]/;[0xac][0xd9][0xd5][0xbf][0xec][0xb0][0xe6][0xdb][0xf7]e[0x87]5[0xdf][0x85]/;[0xac][0xf9]n~[0xd9]a[0xcd][0xff][0xca][0x97][0x1d][0xd6][0xfc][0xef]~[0xd9]a[0xcd][0xff][0xd9]aH;[0x18][0xc5][0xd3]"[0x8c][0x13]iT[0x93][0xd2]d[0xe6][0xc7][0xf3][0xa5]3[0xc2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88][0xb7]zi[0xde][0xb8]n}[0xb3][0xb1]z[0x89][0xa5]t[0xa5]z[0xe2]V[0x18][0x88];|[0x88][0x91]~[0x4]^[0xa2][0xd1][0x9c]I[0xaf]a[0x92][0x1]u[0xd0][0xb0][0x1d][0x87][0x16].s][0xaa][0x7][0xbb]&c[0xa4]{[0xf8]N[0x80]M[0xc6][0xec]9#yTl2@[0xae][0x18][0xdd]3e[0x93][0x81]v[0xe3][0xce]>|6[0x19][0xb0][0xf7][0xee]r[0xa7][0x95]&[0x5][0xff]O[0xbb][0x1c][0xfc][0x1d]$[0xf4][0xca][0xb7][0x80][0xd0][0xe]R[0xfc][0xe8][Iq[0x7]I[0xdb]q[0xf4][0xab]kk[0xa3][0x1]=[0xf1]X[0x18][0xc9]H[0xc4][0xc0][0xd1][0xd9][0xda][0xd6][0xda][0xdc]E[0xbf]:K{gt[0xfc]`hT[0x8d][0xf5][0xdb]5[0xf2][0x0][0x92][0x4][0xae][0xf][0x1b][0xd8]K[0xdf][0x1][0x8a][0xf6][0xcc][0x8][0xdb]lK[0xc9]f[0xca][0xe6][0xd4][0x12][0x85]1[0x9]\[0xda][0xdc][0xde],[0xf4][0x81][0xa5][0xfc]'[0xe8]f%[0xb7][0xd3].~[0xee][0xd9][0xdd][0xd5][0xda]}`sg[0xab][0xbe][0x87][0xbe]0V[0xd3][0x8][0x9d]R[0x18][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]8([0x84][0xb5][0xa0][0xc1][0xdd]p[0xf]d[0x82][0x97]T;[0x0]|[0xbd][0x8f][0xbf][0xde][0xcf]_[0x1f][0xe0][0xaf][0xf][0xf2][0xd7][0xdf][0xf0][0xd7][0xdf][0xc2]C[0xc0][0xe0]a[0xfa]Idx[0x4][0xff]~[0xd4][0xf4][0xf7][0xef][0xb0][0xec][0xdf][0xc3]c[0xf8][0xf7][0xe3][0xfa][0xdf][0xc0][0xbf][0xff][0x4]O`[0xbe][0x10][0x9e][0xc4][0xd7][0xd0][0xfb]?[0xc6][0xbf][0xff]l[0xfa][0xbb][0x8]r)8[0x6][0xf3][0xd9][0x14][0x1a][0xa3][0xbf]>[\r][0xcf][0x0][0xb0];[0xf1][0x9a]g[0xe1]9L[0x9f][0xc7]w[0xf][0xc1]k[0x19][0xbe][0x96][0xfa][0xb6][0x1][0xf3][0xf9][0x6]@[0x1b][0x0][0xcb][0x9d]`[0xf5]m[0x7][0xdb][0x9d]`[0xc7][0x17][0xc7][0x9d][0xe0][0xbc]U/[0xf3][0x5]L[0xf3][0x81]~[0xbe]9[0x8]V8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0x1e][0x8d][0xb7]A[0x9]l[0x84][0x17][0xf1]][0x8f]Q[0x12][0xfc][\r][0xfe][0x8e][0xaf]d[0xe5]%n[0xa5][0xe],x?[0x80][0xcb]W[0x85][0xe5]n[0x3]W[0xb8]@[0xb7][0xfe]A[0xf]8[0xe1]X[0xbd][0x90]|[0xe3]B^[0x8][0xe5][0xfe][0xa2][0xd3][0xa2][0xe2]^[0xe6][0xc5]][0x8b][0xd7]X[0xf0]u[0x82][0xe][0xba][0x8a][0xe0]V?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".,[0xfa]zpTo[0x7][0xf7]P[0xe4][0x16][0x13][0xf2]S[0x11][0xf9]iX[0xe8][0xe9][0xe8][0xa1]3`<[0xf4][0xea]F[0xcb][0x8d][0xe2][0x84][0xd1][0x9][0xdc]([0xe5][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xa0][0xb9]W1_[0x5][0xda]7[0xe8]V[0x8b][0x3]^s[0xc0][0xeb][0xe]x[0x3][0x18]f[0xbf][0xc1]{Moiz[0xf6]M4[0xf1][0x16][0xfc][0x83][0xe3]}[0x8]M[[0xf1]u[0xdf]][0x90][0xc6]`)[0xbe]x[0x18],[0xab][0xc2][0xca][0xae][0xa9][0x1a][0x80][0xf4]+!k;ddgV[0xd3]_c[0xae][0x87][0x89]U[0x8f]By[\r][0xd6][0xc5]m[0x90][0xa5][0x9c]C[0x1f]gW[0xd7][0xe8][[0xf0][0x9a]0[0xad][0xc9]h[0x9][0xa0][0xf][0x1c]p!d[0xc0]E[0xd8][0xc].[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8][0x14]f[0xc3]e[0xb0][0x0][0xae][0x84][0x6][0xb8][0x1c][0x16][0xc3]U:M[0x9f][0x81][0x2][0xde][0x86]wt[0x9a][0xfb][0xeb][0xe4][0xb0][0x87][0xc3]+[0x89][0xb0][0x86]%[0xcc][0x85]w[0xf1]=[0x8b]N[0xd8][0x3][0xda][0xd7]Pa[0x10]+[0xc7][0xeb][0xde][0x83][0xf7]9[0xa3]%X[0x12][0xb9][0xcc][0xed][0xbb][\r]r[0xaa][0xaa][0x7] 7[0xb2]F[0x8c][0xb8]~br[0xae][8[0xd7][\r][0x1f][0xc0][0x87][0xba]s[0xdd][0xf0]O[0xf8][0x17]^m[0xa5]p!^[0xf2][0xb1]`[0xd7]Q[0x96][0xf8][0xaa]o[0x83]<[0xc6][0x6] 3d[0xfb][0xaa][0xe8]/[0x1f][0xfa][0xa4][0xa0]f[0x1b][0x8c][\r][0xd3][0xcf][0xd0][0xb][0xff]%[0xa4][0xc3]MP[0xc]7[0x9b]h[0x96][0x8][0x83]%[0xf0][0x11][0xaf][0xcd][0x12][0xdd][0xb4][0xa6][0xe7][0xc8][0xb4]A[0xd3][0x2][0xac]Xg[0xf7]1[0xc7][0xb0][0x1]1hz[0xfb][0xba][\r][0xbc]a[0x14][0xf9]D[0xd6]x[0xc7][0x87][0x15]UP%Ar[0x1b]>[0x15][0xb7]c[0xbb][0xba][0xd3][0xd4][0x98][0xcd][0xed][0x8a][0xac][0xb2][0x90][0xd5][0xf1][0x8][0xf4][0x13][0xf8][0x94][[0xdd][0x7]/[0xa6][0xcb]=[0xbe];[0xc0][0x9e]]t[0x17][0x14]k[0xb0]Ux[0xd5][0xae][0x13][0xd8]n*[0xd6]#[0x8a][0xf5][0xf0]b[0xdd][0xa4][0xa9][0xe3]gT[0xda][0x13]h[0x80][0x1a][0x94](U[0xe9][0x8f]F[0xd9][0xd2]j[0xe2]4[0x91]8-[0xad]28[0xe5][0xa1][0x95][0x10][0xa7]l[0xbd]q<[0x8e]>[0xfb][0x3][0xbe][0xfb]G([0xc0][0xee]4[0xd4]h<[0xe8][0xc1][0xff][0xe8][0xcf]A[0x1]g[0xa0][0xe9][0x1d]t[0x88][0x81][0x97]Yu[0x6]_[0x8b][0xce][0xe][0xdf]a6^[0xa1]XC+[0xc3]@[0xed][0x8][0xd4][0xc1][0x9c][0xbc]n{[0xa8][0xba][0xe9]z[0xfd][0x9][0x9e][0xf4][0x0][0x8c];[0x0];([0xf7][0xd6][0x3][0xee][0x81][0x8a][0xd5][0xd8][0x8b]U[0xde][0xaf][0x9b][0xca][0xc0][0xd6]3[0x99][0xbf]N[0xe1][0xed][0xca][0x0][0xfc][0x14]B{[0x1a][0xdf]}[0x6][0xc6]`G[0x18]j[0x4]n[0xb0]1[0x17]>[0xae][0x80][0xef][0xba][0x98][0x9b][0xa5]a[0x8e]CY[0xee]`H[0x87]B 9[0x84][0x3]9[0x84]<[0xdf][0x83][0xe0][0xdb][0xc]N[0xdf][0x3][0xe0][0xdb]z[0xf]T[0x91][0xf9][0xea][0xad][0x11][0xcd][0xf8]o[0xd8]'[0xfc][0x1d]9[0xbe]l[0xea][0xd8][0xf3][0xb8])[0xde]x[0xa9][0xf4]L6[0x86][0x97][0xbe][0x8e][0x97][0x9e]{[0x1b][0xd4][0xe8][0x4]'Frs![0xda][0xc9][0xfc]u[0xca][0x10]co[0xe0];obe[0xbf]%[0x8c][0xa5]E[0xb2][0xd9][0x9f][0xd8]0[0x96][0xc5][0xb2][0x5][0x1b][0xbb]~o[0x86][0xf1]LN[0xad][0xaa][0xc6]gtZd'[0xf4]>[0xf6][0xb][0x1f][0x98]:[0xa1][0xc][0xf1][0xc8]d[0xb0][0x1c][0x1c]}[0x99][0x9e][0xcb]ey4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b[0xe9][0xf9][0xbc][0xf4]5[0xbc][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97]^#)[0xfd][0xdf]X[0xfa]G[0xa6][0x1e]'V[0xe9][0xf4][0xa9][0xf1]H[0x90][0x9d][0x2]n[0xe7][0xe7][0x9c]E[0x91][0xb0]S[0xfd][0x8]x[0xaa][0xef][0x82]Z[0x6][0xd7][0x83][0x15])M[0xf]w0[0x86][0xd1][0xcf][0xf0][0xa9][0xfc][0xdc]D[0xa9]H[0x18]-[0x12]F[0x8b][0xd8]X[0xe6][0xe5][0xcf][0xd0][0x2][0x1a][0xb4][0xf2][0x8d][0x11][0x8a][0x15]:X[0x11][0xd8][0xf8]`[0xc5][0x8a][0x8d]7[0xbe]![0xb][0xe1][0x8f][0xed][0x11][0x1f]S[0x93]&[0xcc]%[0xb1]|3=[0xd2]7[0x83][0xe8][0x9b][0xaf][0xe2][0xfa][0xc6][0x80]9[0xd4]7[0xa5][0xb1]jxF[0x84][0x1d],&[0x1d][0xfb][0x84][0xf8]5\[0xc6]k[0xb8]<[0x16][0x8b][0xa8][0xd2]mX[0xba]=[0x81][0x1a].[0x8b]b1[0x8e][0xdb]i[0xe4],[0xb2][0xc2],[0x1e][0x80][0x9][0x3][0xb0][[0xa4])7[0x8c][0xc1][0x6][0x1f]&[0x92]%Le[0x9]SY,W[0xef][0x9d][0xce]@[0x3][0xe3]c[0x11][0x99][0x19]Yz&[0x12][0x19][0x13][0x9f][0x88]^:[0xe5]&[0xb0][0x89][0x9c][0xc8][0xa4]Xv[0xa2]X[0xe4][0xa2][0x9d][0xbc][0xc4][0xed][0x98][0x1c]6[0x99][0xdb][0xb9][0x84][0x8f][0xbd][0xa1]G[0x82]U[0xe1]4[0xc9]S[0x15][0xe3][0x91][0xc0]6T[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0x3][0xa3][0xf9][0x91][0xa0][0x16]ft[0xcf][0xb3][0x8d][0x7]A[0x9f][0x9f][\r]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0xfc][0x19][0x8]}b[0x1f][0xf2]I[0xa8][0xf9]OQ4KF[0xb3][0x9f][0xc8][0xe6][0x8f][0x8d]8[0x1d][0x1b][0x85][0xbc]Y[0x1a][0x90]B[0xec][0x8d]fY[0xc1]Ko[0xe0][0xec][0xc3][0xa5]K[0xba]56[0x1]K[0x9f]h"l.[0x9d][0xba][0x1b][0xa6][0x97]Y[0x19][0xb]qT[0x99][0x15]Xf[0xa5][0x2][0xb1]Q[0xe6]P[0xc4][0xbe]X[0x88][0xa3][0x1e][0xa4][0x1a],}[0xaa][0x12]q[0x19]G\[0x15][0xb]qT[0x99]3[0xb0][0xcc][0xdd][0x94][0x88][0xcb]"[0x11][0x8b][0xc5][0xc8]b[0x8e]8+[0x8c]X[0xfe]H[0xee][0x81][0x8f][0xe4][0x9e]&[0xd0][0xe6]G2W[0x9f]Q[0xd2][0x83]X[0x1d][0xb]t[0xd4][0x83]8[0x17]A[0xcf]S[0x81][0xe6][0xb3]T[0xe3][0xf1]3[0xdc]\[0x13][0xab][0xf4]([0xc4]uXz}[0xbc][0xd2]M[0x95]8[0x95][0xcf][0xa3][0xd6]*\2+[0xf2]Qk@[0x97][0xec][0xa7]p[0xc9]4V;dnD[0xef]L[0xf]-d[0xb1][0xb6][0xc8][0xe0]n[0xdc][0xe0]:[0x19][0x9d](k[0x7] [0x9d]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0x86][0xb5]0[0x9d][0xb0][0xdd][0x8c]!vg[0xea]vgq[0xbb][0xad][0x8a][0xee]8[0xca][0xf4][0x81]H[0xf4][0xa0][0xb8][0xdd]1[0x81][0xd0][0xa2](k[0xdc][0xf4][0xee]z[0xfb][0xd8][0x83][0x9b]n[0x93]u[0xa0][0xbb]G[0xda]=[0x18])[0xaf]L[0xa2][0xa3][0xde][0x93][0xcd][0xc6][0xfb][0xcd][0xe4][0xf7]ds[0xf0][0x1d][0x3][0xc1]^:[0xf9][0xb9][0xb1][0x10]D1_[0x83][0x8][0xd6][0xc6]E`0[0xf]w[0xe1][0x91][0xee][0xf][0xf9]`[0x9e][0xee][0x83][0xf9][0xb1][0xaa]=[0xca][0x7]G [0x82]#[0xe3]>#[0xc4]\[0x8b]b[0x1e][0xb2][0xbb][0xb7][0xce]|[0x9f]8[0xa3][0xf0][0x1e][0x91][0xf][0xd0]z[0xac][0xf6][0xd6][0x4][0xaa][0xbd][0x8e]?@[0xf5][0xb1]F[0xc7][0xa8][0xd2][0x83]H[0xec][0xa8][0x4]\[[0x17]5:.[0x88][0xd3]wE[0x99]jG"[0x1d][0xca][0x7][0xb5][0x8e]w[0xb8][0xfb][0xc6][0xea]][0xa2][0xca][0xec]B[0xf8][0xdd][0xca][0xc7][0xb1].[0xaa]wY[0x18][0xcb]9{F[0x96]~<[0x96]~B[0x12]-[0xbf][0x1][0xbb]x[0xc3]9[0xfb]q;~\[0xb4][0xd0][0x92]wL[0xd8][0x8e][0xd7]:[0x0][0xb3]#-[0x9d][0x2][0x99][0xec]T[0xdd][0xd2]L[0xe3]zai[0x8c][0xb0]4FX[0x1a][0xc3]-Qn[0x11][0xe6][0xac][0xba][0xcd][0xc5][0xdc]f'8[0xf5]Er[0xb6][0xd9][0xa6][0xd7]6[0x0]s"[0xad][0xf6][0xa2][0xe7][0xcf][0x14][0xcb]fZ[0xd7][0x85][0xac]f[0xb][0xab][0xd9][0xc2]j[0xb6][0xb0][0x9a][0xcd][0xad]Rn[0xcc][0xd9]t[0xfb][0x7]p[0xfb][0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2]z[0xca][0x81][0xaf][0xb9]C[0xed]{[0xed][0x3][0xb0]W$[0x82][0xf3] [0x87][0x9d][0xaf]#Xd[0xdc]#[0x10][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xb9][0x2]A[0xae]@[0x90]+[0x10][0xe4]r[0x4][0x94][[0x82]9[0xbb][0x8e]e)[0xc7][0xf2]=[0xb4][0xe3][0xa4][0x16][0x17][0x89][0xc5][0xeb][0x18][0x80][0xb9][0x91]h.[0xc4][0x5][0xe5]E:[0x9a][0x15][0xc6]][0x2]M[0xbe]@[0x93]/[0xd0][0xe4][0xb]4[0xf9][0x2]M[0xbe]@[0x93][0xcf][0xd1]Pn[0x19][0xe6][0x1c]:[0xae][0xe5][0x1c][0xd7]e[0xb4][0x9e][0xc4][0xd7][0xb1][0xd1][0xb8][0xbc][0xce][0x1][0x98][0x17][0x89][0xec]R(`?[0xd4][0x91][0x1d]j[0xdc]'[0x90][0x8d][0x15][0xc8][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "dc[0x5][0xb2][0xb1][0x2][0xd9]X[0x81]l[0xac]@6[0x96]#[0xa3][0xdc][0x81][0x98]s[0xea][0x18][0xf][0x12][[0x9a][0xb4][0xf9][0x0]P([0xc3][0xe8]u[\r][0xc0][0xfc]H[0x94]?[0x2]/3[0xb6][0xf5][0xfc][0xc6][0x9d][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x2]e[0xa1]@Y(P[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0x85][0x1c]%[0xe5]V`[0xce][0xa5][0xe3]m[0xe4]xo[0xc6][0xf5][0x1d][0xad][0xcf][0x8b][0xe5]x[0xbd][0xee][0x1][0xd8];[0x12][0xf1][0xb5]8[0x1f][0xbf]NG[0xbc][0xc9][0xb8]W .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0x16][0x88][0x8b][0x5][0xe2]b[0x81][0xb8]X .[0xe6][0x88])[0xd7][0x84]9[0xb7][0x8e][0xfd]`[0x8e][0xfd]n[0xec][<@{[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xde][0xb4][0x1][0xd8]'[0x12][0xfd]/[0xa0][0x84][0xdd][0xa8][0xa3]?[0xd1][0xb8][[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K[0x5][0xfa]R[0x81][0xbe]T[0xa0]/[0x15][0xe8]K9z[0xca][0xad][0xc4]\[0x9a][0xce]c[0x15][0xe7][0xf1][0x8][0xe0][0xb2][0xe]_[0xcb][0xd5]<[0xbc][0x9e][0x1][0xa8][0x8b]d[0xb2][0x15][0xca][0xd8][0xad]:[0x93][0xb3][0x8c][0xfb][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0x17]L[0xca][0x5][0x93]r[0xc1][0xa4]\0)[0xe7]L(w[0x8][0xe6][0x8c]}[0x9d][0xd5][0xb1]F[0xa2][0xa8][0xb1][0xe2]N[0x1c]+[0x6][0xe2][0xce][0x10][0x1a][0xc4][0xaa][\r]/}-[0xe2]#[0xfc][0x99][0xe1][0xd2]k$[0x3][0x4]6[0x10]v[0x8f]i([0xca][0x14][0xc5]g[0x8a][0xe2]3y[0xf1][0x94][$[0x86][0xa2][0xb5][0xdc]P[0x0][0xe9][0x93]{[0xb2]L[0x86]h,[0x8a][0x1a][0x15][0xee][0xc7]Q[0xe5][0x1][0xd3]X[0x14][0xbd][0xc6][0xa0]\[0xc8]T[0x16]7E[0xb9][0xfd][0xc5]Xt(7[0xda][0x85][0x9e][0xa6][0x9a][0xc8][0x19]b[0x94][0x6][0xa3][0xa8][0xa1][0xe0]![0x1c]L[0x1e]6[\r]F9[0xc2]l[0x8e]0[0x9b]#[0xcc][0xe6][0x8][0xb3]9[0xdc],[0xe5][0x96][0x88][0xc1][0xe8]0[0xe][0xe0]4,[0x9d][0x1a]@^[0x4][0x0][0x1a][0x8d][0xa2][0xfa][0xff][0xc7]p[0xc]y[0xdc]4[0x1a][0xe5][0x9][0x8]y[0x2]B[0x9e][0x80][0x90]' [0xe4][0x9][0x8]y[0x1c][0x2][0xe5][0x96][0x89][0xd1][0xe8]p[0xe][0xe6][0xfb][0xd8][0xc6][0xa8][\r][0x16]D[0x81][0xa1][0xe1]([0xaa][0xd3][0x12][0x87][0x8e]?[0x9b][0x86][0xa3][0x2][0x1][0xa7]@[0xc0])[0x10]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x9c][0x2][0x1][0xa7]@[0xc0])[0xe0]p(w[0xa0][0x18][0x8e][0x8e][0xe0][0xc0].[0xc7]&O[0x8f][0x84]W[0x2][0x8c][0xc6][0xa3][0xa8][0x9e][0xfe][0x19][0x1c]1[0x9e]5[0x8d]G^[0x1][0xcd]+[0xa0]y[0x5]4[0xaf][0x80][0xe6][0x15][0xd0][0xbc][0x2][0x9a]W@[0xf3]rh[0x94][![0xc6][0xa3]#9[0xc8][0xeb][0xb0]g[0xa0][0xa7][0xb5]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92][0x6][0xa4][0xa8][0xee][0xfd][0xef]8P[0xbc]d[0x1a][0x90][0xcc][0xdb]0![0x98]E[0x2]f[0x91][0x80]Y$`[0x16][0x9][0x98]E[0x2]f[0x91][0x80]Y[0xc4]aR[0xae]I[0xc]H[0xcd][0x1c][0xf0]-[0xd8][0x9]P[0xa7]R[0xa2][0x0]L#RT[0x9f][0xfe][0x6][0x8e][0xf]o[0x9a]F$[0x93]f$ [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\" [0x97][0x8][0xc8]%[0x2]r[0x89][0x80]\[0xc2]!Sn[0xa5][0x18][0x91][0xd6]q[0xf0][0xa4][0x1b][0xd3][0x98]R[0xa6][0x4]OCRTG[0xfe][0x1e][0xe][0xb][0xef][0x9b][0x86][0xa4]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0x13][0xf0][0xcb][0x4][0xfc]2[0x1][0xbf]L[0xc0]/[0xe3][0xf0])w[0x88][0xde][0x91][0x9f]E[0xdf]i[0xe5][0xb][0xbc][0x1b][0xf8][0x14][0xdc][0xc7][0xe6]X[0x91]K[0xfd]m[0xb0][0x80][0x8b]gc}U[0xc6][0xdf]>[0xea]r[0xf7]]=[0xc7][0xca][0xb6][0xc1]X[0xaf][0x95][0x94][0x7][0x93]2[0xc3]>[0x3][0xb][0xfb][0x1c]{[0xa7]/`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][0xd2][0xd4]1[0xfa][0x4]7[0x9f][0x90][0xf3]|[0xb8]V3[0x6])[0x1f]_[0x8][[0xf0].?[0xb]`I[0xe1][0x85][0xa1][0x8f]/[0x89]i[0x13][0x10][0x1b][0xf9]W0[0xc5][0xc1]6[0xf0]ebPG[0x14]~jL[0x14][0x13]C[0xbf]p[0x8]z[0x93]L[0xa3][0xe1][0xe0][0xa5]9 [s[0xc2][0x14][0xcd][0x9d][0x14][0xfa][0xa3][0x87][0xa0][0x1f][0x82][0x95][0xb5][0xd1][0x8d]l#[0xe8]R[0x8].[0xed]@G[0xdd]![0xa6][0xb7][0x89][0xa1]nP[0xa2][0xce]C[0xd4][0xf9][0x88][0xba][0x0]Q{[0x93]@m[0xec][0x12]+P[0x83][0x15]1n[0xe2][0x9e][0xbd][0x92]/[0x1]k[0xd9][0xb2][0xa1][0x10][0xcb][0x5][0xc4];[0xc0]Y}[0x17][0xec][0xc7][0xe0].X[0xa4][0xc1][0xea]e[0x4][0xb5]&[0x8c]T[0xd7]"[0xb5][0x89][0xa0]i[0x93] K[0x9b][0xc][0xa5][0xda][0x14][0x98][0x80][0xaf]S[0xb5]J[0xd3]H]+[0x10][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb5]|E[0xad][0xe1]s[0x95][0x8b]8M-a[0xaa][0xdc][0xbb][0x84][0xfc][0x18][0xee][0xdd]>[0x8e][0xbc]*[0x12]yQ[0x4]r[0x19]h[0xc3][0xbd][0xbb]#[0xe8]=[0x10][0xf4][0x9e]P[0xa9][0xed]e[0x2][%[0xc0]V[0x9][0xb0]U[0x8][0xd1][0xab][0x83][0xad]d[0x9d]C[0xc1]V[0x92]S[0x19][0xae][0xc2]C[0xb1][0x1b]s[0xb8][0xe6][0xe6][0xa1]^[0x3]g[0x11][0x8b][0x7]`[0xff][0x88].B[0xdb][0x7][0xd2][0xb4]:[0x93][0x88][0x17][0x12][0x8d][0xcf]`][0xb8][0x96][0x8f][0x8c][0xce] 1_R[0xc8]Bpj[\r][0xf2][0xe8][0xc][0xbd][\r]0l[0x8f]]b#[0x94][0xda]#[0xf5]2[0xf3][0x87][0xfa]kz[0xf5][0xa3]&[0x9f]1[0xc4]{[0x0][0xf6][0x3][0xe4][0xb0][0xeb]IO[0xf][0xbd][0x8f][0xd3][0xbd][0x6]6DX[0xd7][0x3]7[0xb4][0xe5][0x90][0xa9][0x1d][0x8]9[0xda]AP[0xa5]5[0xc2][0x12][0x1c][0xe]{[0xb3][0xe3][0xd8][0xf1]zO[0xb0]]xx[0xbb][0xfe][0xfc][0xeb][0xb1][0x8][0xdc][0xc3]i[0xf0]+v[0x2]^g[0x81]Fhe'[0xb2][0x93]xO[0xb0][0x1c][0xdc][0xce]:l[0xb7][0xf9],+[0xff]k[0xc8]q[0xb0][0x93]Y[0xf6]7[0xb8][0xe8]s[0x84][0x82]e[0x16]3z[0xcf][0xc1]N[0x1][0xca]|[0x83][0xb7]I>[0xd2]0[0x83]o[0xfd][0x7][0x1b][0x1d]U[0xe0][0xa9][0xbc][0x2]s[0xf0]j[0x1a][0xac][0x9a][0xcc][0x15][0xf8]kX;[0xc7][0x1a]r[0xfb],[0xaf]5[0xcf]F[0xde][0xd6];[0x95]F[0xfa][0x8b][0xfe][0xcf]x[0x4]r[0xf4][0xd7][0xb0][0xdb][0xad][0xac]Q[0xf7][0xf7][0xe3][0xbe]*[0x9a][0xa3]7[0x84][0x9d][J[0x8d]D;[0x6][0x9d][0xdb][0x89][0xcf]o[0x17][0x14]j[0xdd]P[0xa1][0xf5]@[0x3][0xe6][0x97]h[0xc7][0x89][0x9]t.[0xec])\[0xd5]$\[0xd5]$\[0xd5][0xa4]w[0xf0][0xe4][0xaa][0xc5][0xdc]UY[0xf8]\[0x90][0xfb][0xc]W-[0x4];[0xba][0xea][0xbf][0xf8]8[0x11][0xf5]o`ZX[0x84]:M[0x8b][0xc4])[0xfa][0x0][0xa2]>[0xb0][0xe8][0xce][0x82][0xd7][0xbf]D[0x18][0xe4][0xa0][0xd3][0xf9]H[0xfc][0x9]wP[0xa3][0xd2]A3[0xc3][0xe]:[0x94];h[0x86][0xde]&[0xf3][0x84][0xaf]B>2[0xfc][0xf3][0x7][0x93][0x8c]!{@;[0xd3][0xe4][0xa3]=[0x84][0x8f][0x1a][0x85][0x8f][0x1a][0x85][0x8f][0x1a][0xf9][0x8e]n[0x1a],[0x12]>[0xaa][0xe7]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0xe6][0x8d]|[0x97][0x97][0xbc][0x96][0x5]6[0x93][0xd7]j[0xbf][0xc4][0xa2][0x8d]Q[0xfd][0xc][0xec]&{U"[0xbb]7[0xbe][0xc8][0xae][0x9d][0x87]L[0xce][0x1f]}[0x91][0xbd]W%[0xb2]{[0xa5]"[0xbb][0xd6][0x7][0xe9][0xda][0x85])[0x88][0xec][0xbd][0xaa]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf]4[0x8c]B[0xbb][0x4][0xed][0xf4]'[0x1c]F[0xd1][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3][0xf0]J[0xc3]([0xb4][0xcb][0xb1][0xf4]+R[0x8][0xa3][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]Uh[0xe7][0xea][0x84]C[0x5]z[0x99]"T[0xc0]+[\r][0x15][0xd0]~[0x82][0xa5]_[0x9b]B[0xa8]@/S[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda][0xcf]a[0x8c]v}[0xc2][0xa1][0x2][0xbd]L[0x11]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xbf]D"7[0xa5][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0xad]h[0xe7][0xd6][0x14]B[0x5]zU[0xa1][0x2][0xde][0xf8][0xa1][0x2][0xda][0x9d][0xf8]`[0xf][0x8c]l[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee]F?[0xdc][0x93]p[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xd0][0xee][0xc7][0xd2][0x1f][0x88][0x13]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0]JC[0x5][0xb4][0x87][0xb0][0xcc][0x87][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xef][0xb1][0xf4][0xc7][0xe2][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1][0xed]OX[0xe6][0x13][0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xaa]P[0x1][0xed][0xaf][0xf8]H>[0x15]'T[0xa0]W[0x15]*[0xe0][0x95][0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0xcf]![0xe8][0xe7][0x13][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda][0xdf][0xb1][0xf4][0x97][0x12][0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "xU[0xa1][0x2][0xda]k[0xe8][0x92][0xd7]S[0xe][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xa5][0xa1][0x2][0xda]?[0x90][0xce][0xdb][0xc3][0x10]*[0xd0][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xf0][0xaa]B[0x5][0xb4][0xf7][0x91][0xe8][0x7]q[0xbb][0xe3][0xf8][0xa1][0x2][0xbd][0xaa]P[0x1][0xaf]4T@[0xfb]7RN [0xfc]0[0x89]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0]}[0x86][0x8]>[0x1f][0xd6]P[0x81]^U[0xa8][0x80]W[0x1a]*[0xa0][\r]"[0x82][0xaf][0x86]!T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe0]5c,,[0x81]j[0xaf][0xe3][0xf][0x90]"T[0xc0]+[\r][0x15][0xb0][0xd8] [0xdd][0x12]?[0xf2]0:T[0xa0]W[0x15]*[0xe0]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X[0xdc]H$-N[0xa8]@[0xaf]*T[0xc0]+[\r][0x15][0xb0]d"[0xfc]1[0x9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xbc][0xd2]P[0x1]K.[0x96][0x9e]D[0x94][0xa1][0x8][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x15][0xa1][0x2][0x16]/dZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w(T[0xa0]W[0x15]*[0xe0]U[0x86][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XJ![0xcb]R6L[0xa1][0x2][0xbd][0xaa]P[0x1]o[0x8c]P[0x1][0xcb]D[0xc8][0xb1]L[0x1a][0xf6]P[0x81]^U[0xa8][0x80]7f[0xa8][0x80][0xc5][0x7]y[0x96][0xaa][0x11][0xc][0x15][0xe8]U[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xe3][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xj[0xa1][0xc0]2}TB[0x5]zU[0xa1][0x2][0xde][0xb8][0xa1][0x2][0x96]=[0xc0]k[0xd9]s[0x94]C[0x5]zU[0xa1][0x2][0x91]xe[0xa1][0x2][0x96][0xf9]Pd[0xd9]{[0xa7][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5][0xa2][0xb1][0xcb]B[0x5],[0xb][0xa1][0xc4][0xd2][0xb0][0xb][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xaa]B[0x5]d[0xe1]5![0xbd]s[0xb6][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x7][0xac]t[0x92]:7[0xb2][0x81]+[0x9a][0xb9]\[0xa6]<\[0x97])[0x8f][0xa0][\r]F[0xd3]7'[\r][0xd0]Wbw[0xf9]#[0xd3]xc[0x9a]9[0xb]m2W[0xb7]n^[0x91][0xe6][0xea][0xd6]C+[0xd2][0xf3]t[0xeb][0xe7]s[0xeb][0x9d]|$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xa7][0x91]H[0xb7]^[0x13]i[0xfd]z[0xb4]~[0x83]i8[0x92][o[0x15][0xf3]v[0x97]^[0xcd][0x91]8B{[0x2][0xdf]C[0x1c][0xdf]g[0x17][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x6][0x8c]/[0xdb][0xf6]T?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]U[0x8f][0xe2][0xc8]H[0xdf]S>[0xd2][0xf8][0x9e]2[0xe5][0xb9][0x2][0x9a][0xdd]<[0x0]MX[0x15]M[0x3][0xb0][0xce][0xf8][0x10]/[0x9e]d[0xbe][0xa0][0x5]?D[0x7][0xae][0xd7][0xd5]Mq[0x95][0xa2][0x88][0xea][0xbb][0xa0][0xd5][0x2][0x11][0x9a][0x9c][0xe5]&[0xb0]Z~[0x5]N[0xcb][0xcd]84l[0x85][0xe9][0x96][0xdb]`[0x96][0xe5]vXe[0xb9][0xd3][0xe4][0xfa][0x1e]A[0xbe]G[0xa8]L=[0xdc][0xf5][0xb4][0xcd]k[0xc3][0x95]d[0xf1]$lN}*[0xad][0xc8][0x1f]_+[0xb2][0xdc][0x83]}[0xd9][0xbd][0xa3][0xaf][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x80][0xf3][0xa0][0x7]S[0xd0][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0x1e]F;[0x8f]$[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2]<[0x86][0xa5]?[0x9e][0x82]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x4][0xda]y2a[0xad][0xa8][0x8f])[0xb4]"[0xbf]T+[0xb2]<[0x85][0xa5]?[0x9d][0x82]V[0xd4][0xc7][0x14]Z[0x91]_[0xa5][0x15]Y[0x9e][0xc7]I[0xe3][0xb][0x9]kE}L[0xa1][0x15][0xf9][0xa5]Z[0x91][0xe5]%$[0xf2]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ZQ[0x9f]J+[0xf2]K[0xb5]"[0xcb][0xeb]h[0xe7][0x8d][0x14][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xaf][0x15]Y[0xde][0xc6][0x7][0xfb][0x9d][0x91][0xd5][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y>@?|[0x98][0xb0]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xf2][0x11][0x96][0xfe]q[0x1c][0xad][0xa8]O[0xa5][0x15][0xf9][0xa5]Z[0x91][0xe5]s,[0xf3][0x8b][0x84][0xb5][0xa2]>[0x95]V[0xe4][0x97]jE[0x96][0xaf][0xb0][0xf4][0xaf][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xc][0xd2][0xad]Z[0xc2]ZQ[0x9f]J+[0xf2][0xab][0xb4]"[0xab][0x1d][0xc6]X[0x1d]q[0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6]4[0x4][0xed]IX+[0xea]SiE~[0xa9]Vd[0x1d][0x83][0xa5]g%[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xe6][0xa1]K[0xf2]S[0xd6][0x8a][0xfa]TZ[0x91]_[0xaa][0x15]Y[0xb][0x91]N[0xd1]0hE}*[0xad][0xc8][0xaf][0xd2][0x8a][0xac]eH[0xb4]|[0x18][0xb4][0xa2]>[0x95]V[0xe4][0x97]jE[0xd6][0x89]Hy[0xd2][0xb0]jE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0x95][0x88][0xc0]7[0xac]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]TD0m[0x18][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xdd][0xb0][0xda]g&[0xac][0x15][0xf5][0xa9][0xb4]"[0xbf]T+[0xb2][0xee][0x89][0xc4]f[0xa7][0xa0][0x15][0xf5][0xa9][0xb4]"[0xbf]J+[0xb2][0xce]C"[0xf3][0xe3]hE}*[0xad][0xc8]/[0xd5][0x8a][0xac][0xf5][0x8]A[0xc2]ZQ[0x9f]J+[0xf2]K[0xb5]"[0xeb]~X[0xfa][0xa2][0x14][0xb4][0xa2]>[0x95]V[0xe4]WhE[0xd6]%[0x90]i][0xba]CZQ[0x9f]J+[0xf2]+[0xb5]"[0xeb]A[0x90]e]1LZQ[0x9f]J+[0xf2][0xc7][0xd0][0x8a][0xac][0xab] [0xc7]z[0xc8][0xb0]kE}*[0xad][0xc8][0x1f]S+[0xb2][0x1e][0x6]y[0xd6][0xc3]GP+[0xea]SiE[0xfe]8Z[0x91][0xb5][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xeb]GE+[0xea]SiE[0xfe][0xb8]Z[0x91]5[0x8]^[0xeb]Q[0xa3][0xac][0x15][0xf5][0xa9][0xb4][0xa2]H[0xbc]2[0xad][0xc8][0xda][0x1]E[0xd6]M;M+[0xea]SiE[0xd1][0xd8]eZ[0x91][0xf5]X([0xb1][0x1e][0xb7][0xb]hE}*[0xad]H[0xc6]C[0xa6][0x15]YO[0x81]2[0xeb][0xa9][0xbb][0x94]V[0xd4][0xa7][0xd2][0x8a][0xfc]R[0xad][0xc8][0xda][0x8b]c[0xc5][0x99][0x9]kE}*[0xad][0xc8]/[0xd7][0x8a][0xac][0xe7]B[0x86][0xf5][0xbc][0x14][0xb4][0xa2]>[0x95]V[0xe4]WiE[0xd6][0xb]p[0x9c][0xee][0xdb]![0xad][0xa8]O[0xa5][0x15][0xf9][0xd5]Z[0x91][0xf5][0x7][0x90]m[0xbd]d[0x98][0xb4][0xa2]>[0x95]V[0xe4][0x8f][0xa5][0x15]Y/[0x87]\[0xeb][0x15][0xc3][0xae][0x15][0xf5][0xa9][0xb4]"l[0xad][0xc8]z5[0xe4][[0xaf][0x19]A[0xad][0xa8]O[0xa5][0x15][0xf9][0xe3]iE[0xd6][0xeb]`[0xac][0xf5][0xa7][0xa3][0xa2][0x15][0xf5][0xa9][0xb4]"|[0xad][0xc8][0xfa][0xb]([0xb4][0xde]8[0xca]ZQ[0x9f]J+[0x8a][0x2],[0xd3][0x8a][0xac][0xb7]@[0xb1]u[0xeb]N[0xd3][0x8a][0xfa]TZ[0x91][0x4][0xbc]L+[0xc2][0xfe][0xa4][0xd4][0xba]m[0x17][0xd0][0x8a].d[0x17][0xf1][0x5][0xde]4ZX[0xe0][0xab][0x8d]4[0x82][0x88]3Q[0xad][0xf7][0x9a]$"[0x1b][0x87]j[0xac][0xd6].[0xc6]B~[0xc0].[0xe1][0xde]0[0x17]b[0x8d],[0xe4]AI![0x8c][0xf5][0xab][0x84][0x81]@|a[0xc0][0xfa][0x8]6[0xdc]GG_[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`}[0x1c][0x7][0xbd]?[0xa4] [0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]>[0x89]v[0xfe][0x9c][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa]4[0x96][0xfe]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xeb][0xb]h[0xe7][0xc5][0x84][0x85][0x81]~[0xa6][0x10][0x6][0x2]Ra[0xc0][0xfa]2[0x96][0xfe]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@?S[0x8][0x3][0x1][0x95]0`}[0x3]g[0x8]o&,[0xc][0xf4]3[0x85]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xd6]w[0x90][0xc8][0xbb])[0x8][0x3][0xfd]*a [0x15][0x6][0xac][0x1f][0xa2][0x9d][0xa6] [0xc][0xf4][0xab][0x84][0x81]@|a[0xc0][0xfa]1>[0xd8][0x9f][0x8c][0xac]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xfa][0x5][0xfa][0xe1]?[0x9][0xb][0x3][0xfd]*a [0x15][0x6][0xac]_c[0xe9][0xff][0x8d]#[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]i[0x90]n[0xb3]$,[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18]@g[0xa7][0xdb][0x9c]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]6[0xf][0x96][0x99][0x9e][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]*a[0xc0][0x96][0x5]cl[0xd9]q[0x84][0x81]~[0x95]0[0x10][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0xb6]|[0x4]][0x90][0xb0]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0]V[0x84][0xa5][0x17]',[0xc][0xf4][0xab][0x84][0x81][0x80]J[0x18][0xb0][0x95][0xa3]K[0xc6][0xa5],[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0]MB:[0x93][0x87]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xf3]![0xd1][0xaa]a[0x10][0x6][0xfa]U[0xc2]@@*[0xc][0xd8][0xa6]![0xe5][0xda]a[0x15][0x6][0xfa]U[0xc2]@@*[0xc][0xd8]f"[0x82]Y[0xc3]*[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xcd]F[0x4]s[0x86]A[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0x9b][0x8f][0xd5][0xbe]w[0xc2][0xc2]@[0xbf]J[0x18][0x8]H[0x85][0x1][0xdb][0x2]$[0xb6]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]J[0x18][0x8][0xa8][0x84][0x1][0xdb]"$[0xb2]8[0x8e]0[0xd0][0xaf][0x12][0x6][0x2]Ra[0xc0][0xb6][0x14][0xe1]/KX[0x18][0xe8]W[0x9][0x3][0x1][0xa9]0`[[0x81][0xa5]7[0xa6] [0xc][0xf4][0xab][0x84][0x81][0x80]B[0x18][0xb0][0xad][0x82]L[0xdb]!;$[0xc][0xf4][0xab][0x84][0x81][0x80]R[0x18][0xb0][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xb6][0xc3][0x86]I[0x18][0xe8]W[0x9][0x3][0x81][0x18][0xc2][0x80]m[0x1d][0xe4][0xd8]Z[0x86]][0x18][0xe8]W[0x9][0x3][0x81][0x98][0xc2][0x80]m[0x3][0xe4][0xd9][0x82]#([0xc][0xf4][0xab][0x84][0x81]@[0x1c]a[0xc0][0xd6][0xe][0x5][0xb6][0x8e]Q[0x11][0x6][0xfa]U[0xc2]@ [0xae]0`[0xeb][0x6][0xaf][0xad]g[0x94][0x85][0x81]~[0x95]0[0x10][0x89]W&[0xc][0xd8]N[0x84]"[0xdb]I;M[0x18][0xe8]W[0x9][0x3][0xd1][0xd8]e[0xc2][0x80][0xed][0xc]([0xb1][0xf5][0xee][0x2][0xc2]@[0xbf]J[0x18][0x90][0xf1][0x90][0x9][0x3][0xb6][0xf3][0xa0][0xcc]v[0xfe].%[0xc][0xf4][0xab][0x84][0x81][0x80]T[0x18][0xb0][0xf5][0xe1]Xqa[0xc2][0xc2]@[0xbf]J[0x18][0x8][0xc8][0x85][0x1][0xdb]%[0x90]a[0xeb]OA[0x18][0xe8]W[0x9][0x3][0x1][0x95]0`[0xbb][0x1c][0xc7][0xe9]+vH[0x18][0xe8]W[0x9][0x3][0x1][0xb5]0`[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]mW[0xf][0x93]0[0xd0][0xaf][0x12][0x6][0x2][0xb1][0x84][0x1][0xdb][0xb5][0x90]k[0xbb]n[0xd8][0x85][0x81]~[0x95]0[0x10][0x88]-[0xc][0xd8]n[0x80]|[0xdb]/FP[0x18][0xe8]W[0x9][0x3][0x81]x[0xc2][0x80][0xed]f[0x18]k[0xbb]eT[0x84][0x81]~[0x95]0[0x10][0x88]/[0xc][0xd8][0xee][0x84]B[0xdb][0xc0]([0xb][0x3][0xfd]*a [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L[0x18][0xb0][0xdd][0xb][0xc5][0xb6]_[0xef]4a[0xa0]_%[0xc]H[0xc0][0xcb][0x84][0x1][0xdb]o[0xa1][0xd4][0xf6][0xd0]. [0xc]\[0xca]~[0xc8][0x89][0xcc][0xa4].[0x9][0x8c]/[0x91]L[0xa5][0x83][0xe6]6[0xdc]$0[0xeb][0x1b][0xfb][0xb6][0xdf]I[0xbf]@r)[0xbb][0x8c][0x97][0xb0]7[0xa2]![0xb4]iTB[0x95]~V]d[0x11]4[0xad]k[0xd2][0x4][0xe5]4>v1v9[0xbb][0x82][0x17]6[0x8f][0x17][0xe6][0xf2]aI[0xb2][0xa2][0xfe]"[0xff]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]E<*j3/j?[0xfa]z[0x82]QT[0xb5][0xb4][0xa8]gM[0xe3]QtQ[0xf4][0x85][0x16][0xc2]G[0xe3][0xd1][0x95][0xc2]][0xb3][0xa8][0x3][0xe5]d[0xbd]r[0x84]3[0xf9]+M[0xf8][0xeb]J[0xa9][0xbf][0xbc]r[0xbd][0x1a][0xc7]_?[0x92][0xe2][0xf1][0xcb][0xf1][0xbc]%[0xc5][0xf3]#)[0x1e][0xbf][0x1c][0xcf]{q[0xf0]\%[0xc5][0x13][0x90][0xe3][0xf9][0x97][0x14][0xcf]UR<[0x1]9[0x9e]O[0xe3][0xe0][0xb9]Z[0x8a][0xa7]^[0x8e][0xe7]K)[0x9e][0xab][0xa5]x[0xea][0xe5]x[0xbe][0x89][0x83][0xe7][0x1a])[0x9e][0xa0][0x14][0x8f][0xdd]*[0xc5]s[0x8d][0x14]OP[0x8a][0xc7][0xee][0x8a][0x83]g[0xb][0xfb]1/[0xec][0xe][0xbe][0xd2][0xd7][0x87]6[0xec][0xc3]j[0x1e][0x1]OM[0x8c][0xad]{{[0x6][0x8c][0xb5]g[0x9a]fZ[0xa6][0xa1]M<8^[0xfe][0xe0]P[0x8e][0xf6][0xce][0x8d]#8[0x17][0x1b]?[0xfe]i[0xd5]7[0xed][0x8b]c[0x8]tC[0xaf][0x90]kt[[0xd8]O8[0x83][0x16]d@[0xdd]a:g@[0x93][0xb6][0xc8][0xdd]}{[0xe]x[0xec][0xb9][0xa6]I[[0xba]@[0x9d].P[0xa7][0xb][0xd4][0xe9][0x1c]5}J[0x9b]#V[0xdd][0xe0][0xb5]bJj[0xf]OI[0xd1][0xa0][0xb1][0x9f][0x13][0xb9]=o[0x1f][0xb][0x19]v[0xaf]|J*Lf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x99][0xfa][0x96][0xbd]E7t[0x1d]7t2g[0xe6][0xf5]qZGm[0x16]F[0xe9][0xcf][0xa3][0xc3]u[0xa3][0xff][0xc][0xa0][0xbd][0x4]Y[0x96]b[0xfd][0x94][0x9b][0x98][0xc6][0xab][0x1f][0xc3],}j0}U/[0x93][0x8d][0xd5][0x91][0xfc]4&[0xe5][0xc8][0xfd]}[0xfb]D[0xa4]<))[0xca]e[0x9c][0xf2][0xcf]T[0x94][0xf3][0x87]Rn[0x8b][0xa4]\[0x89][0x94]}H[0xb9]:)[0xca]ej[0xca]?[0x8f]I9r[0xff][0xde]^[0x8b][0x94][0xa7]'C[0x19][0xe8][0x87]>[0xcf]@C[0xd7][0xc7]h[0xbf][0x91]"[0x84]}[0x16][0xd2][0xdc]=[0x89][0xf6]k[0x98][0xa1][0x9c]q[0xfc]#1[0xbb]![0x86][0xc1](^s[0xd0][0xe0]^[0xa9][0x18]4=0[0xbf][0xe0][0x6][0xcc]W[0x88]F[0x1f][0xc3][0xe2][0xea][0xfe][0xf6][0xbd][0xb1]B[0xf7]1[\r][0xce][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xeb][0xfe]{[0x9b]~V[0x98][0xba][0x9][0x99]Vh[0xfa]P&[0x17]na7r[0xb4][0x87][0xf0][0x8a][0xf7]p[0xb4][0x12][0xc5][0xdf][0xbe]/[0xa4][0xd9][0x17][0x9a]j[0xdd][0xfc]C[0xb2]![0x80][0x1e][0xa1][0xf8]{[0xc4][0xb6][0xf0][0x16][0xf6]Kne[0x19][0xf7]I[0xc8][0x8a]D4[0xb4]/F+[0xfb][0x9b][0xdc] [0xb7][0x12][0xd2][0xfb][0xb7][0xb0][0x9b][0xd4][0xc][0xa2][0xca]^[0x86]e/[0x8f][0xcb] [0xa4][0xf6][0x9b][0x19][0xfc]J[0xcd] [0xaa]ChD+M[0x9]0([0xe3][0xc]nV3[0x88]*[0xfb][0x10],{u[0x2][0xc][0xca][0xa2][0x18][0xdc][0xc2][0xad][0x1c][0xc4][0x19]d[0x86][0x18][0xc8][0x1f][0xf1][0xc3][0xf0][0x11]?[0xdc]DB[0xfe][0x88][0x87]t[0xfe]-l[0xab][0x9a]D[0xd4]s[0xbd][0xe]I[0xb4][0xc4]'[0xc1]7v#[0xda]U[0x91]J[0x94][0xbd][\r]][0xb5]1[0xae][0xab]"5[0xb8][0xcc]![0xfa][0xd3][0xed][0xba][0xe1];[0xb8][0xe1][0xa3][0xa2][0xe9]EY=[0x6][0xe9]u[0xc6][0xa5][0x17][0xd2][0xbf]9[0xa5][0x1][0x82]T9[0xf3][0xf9][0xc0][0xe9][0xba]*g[0xe5]P[0xee][0xd2][0xbd]qw[0xc](Q[0xbe]8[0x1d][0xa1][0x9c][0x91][0x4][0x14][0xc3][0x17][0xe1][0xa1][0xc3][0xc][0xc5][0xec][0x95]{t[0xaf][0xdc][0xab]n[0x18]QN9[0x1b][0x1b][0xc6]9I<][0x91][0xd2][0xac]g[0x88]4[0xfb]k[0xdd][0x15][0xf7][0xc5][0x9c][0x1f]D*p[0xf6][0xef]a[0xc3][0xf8]~R[\r][0xa3][0x8e]?z[0xf7][0xc7][0x18][0xae][0xa3][0xcc]\[0x84]>[0xbf]8)[0x9f][0xd7]E[\r][0xd7][0xf][0xc4][0xec][0x16][0xa3]L^[0x8a][0xcc]~[0x98][0xc0][0xb3]^[0xc7][0xfb][0xf6][0x7][0xd5][0x1d]VT[0xd9][0x9b][0xb1][0xe2][0xae]L[0xe0][0x89][0xae][0x8b][0xea][0xb0]~[0x13][0xc3]k[0x91][0x9b][0xd2][0xf6]k[0xd0]k[Rzh[0x1a][0xf8]V[0xee][0x16][0xf6][n[0xb0][0x3][0x1c][0xfa]^Lx[0xb6]J[0xdb][0xb8][0x91][0x1b][0xd5][0xf6][0xeb][0xd0]k?5m[0xe3]&6_[0xc]m^[0xeb]-H[0xdf][0x14][0xb2][0xe9][0xc6][0x1f][0xe2][0xc6]O[0x2][0xa7][0xbe][0xfd][0x93]e2N[[0xb8][0x91][0x9b][0xd7][0xf6]_[0xc0][0x18][0xfb][0x8d][0xa6]-\[0xd3][0xe6][0xb5]0[0x9f]%[0xcc]g[0x9][0xf3]Y[0xc2]|[0x16]7[0x1f][0xda][0xd0][0xb6][0xeb]@[0x1e][0xe6]@[0xce][0x5][0x97][0xbe][0xfb][0x94]3[0x4][0x8]m[0xdf]Fnh[0xdb]o[0x81]l[0xfb]V[0xd3][0xf6][0xad]iC[@[0xc9][0x11]Pr[0x4][0x94][0x1c][0x1]%G@[0xc9][0xe1]PB[0x9b][0xdc][0xe][0x1d][0xd4]#[0x1c]T?Z[0xa4][0x8d][0xb0][0xbc][0x8]P[0xb4]u[0x1b][0xb9][0xc9]m[0xbf][0x13]r[0xed][0x3][0xa6][0xad][[0xd3]&[0xb7][0x80][0x95]'`[0xe5][0x9]Xy[0x2]V[0x9e][0x80][0x95]'`[0xe5]qX[0xa1][0x8d]o[0xa7][0xe][0xf0]Q[0xe]p[0xb].[0xd2]i[0xae] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " m[0xdb]Fn|[0xdb][0xef][0x81]|[0xfb][0xbd][0xa6]m[[0xd3][0xc6][0xb7][0x80]X [0x16][0x8][0x88][0x5][0x2]b[0x81][0x80]X [0x16][0x8][0x88][0x5][0x1c]bh3[0xdc][0xa5][0x83][0xfd][0x1d][0x7][0xfb]K|[0xde]h[0xe7][0xd5]+[0x1]K[[0xb6][0x91][0x9b][0xe1][0xf6][0x7]q6[0xff][0x1b][0xd3][0x96]m[0xdc][0xe5][0x19][0x87][0xeb][0x15]p[0xbd][0x2][0xae]W[0xc0][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb8]^[0x1][0xd7][0xcb][0xe1][0x86]6[0xc8][0xdd]:[0xf0][0xdf]s[0xe0][0xdb][0xf0][0xa9][0xa6]=[0xd7]")p[0xda][0xae][0x8d][0xdc] [0xb7][0xff][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xbf]7m[0xd7][0x9a]6[0xc8][0x5][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0x1][0xbd]H@/[0x12][0xd0][0x8b][0x4][0xf4]"[0xe]=[0xb4]i[0x9e][0xa6][0x93]x[0x8c][0x93][0xf8]-[0xae]{I[0x1],Q[0x90] [0xf9]0r[0xd3][0xdc][0xfe][0x4][0x14][0xdb][0x9f]4[0xc9][0x87][0xa6]MsA[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0x11]4J[0x4][0x8d][0x12]A[0xa3]D[0xd0]([0xe1]4B[0x1b][0xe9][0x1e][0x9d][0xd0][0xe3][0x9c][0xd0][0x13][0xd8][0xf1]e[0x0][0xdf]H[0x97][0x12][0xf2][0xa6]Go[0xa4][0xdb][0x9f][0x81]R[0xbb][0xb1]{[0xa1]q{x#]P*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2A[0xa9]LP*[0x13][0x94][0xca][0x4][0xa5]2N)[0xb4][0xb9][0x9e][0xae][0x93][0xfb][0x83]z[0xac][0x8b][0x1a][0x84]^[0xc4][0xb1][0xee]oILRBQ4[[0xd8][0x1f][0xb9][0x95][0xf5]<[0x8a]&#dE[0x16]Cc[0x5][0xd2][0xed][0xaf][0x9a][0x6];[0x93][0x2]+[0xec]DG[0xeb]P.[0x14]C[0xb3][0x85][0xfd][0x89][[0xdc][0xc4]ch[0xc6][0x84]-[0xca]"h[0xec]oB[0xa6][0xfd]-[0xd3]hg[0x8a][0xdb][0x11]6c[0xc5][0xed]P.[0x14]A[0xb3][0x85]=!6[0x89][0x8c][0x8][0x9a]l[0xb3]uY[0xfc][0x8c][0xfd]][0xc8][0xb2][0xbf]g[0x1a][0xee]L[0x11]<[0xc2]~b[0x11]<[0x94][0xb][0xc5][0xcf]laOr$[0xe7][0xf1][0xf8][0x99][0xdc][0xa1]Hd[0xd1]3[0xf6]A[0x8e][0xfd][0xdf][0xa6][0xf1][0xce]|[0xb0]T[0x8]K[0xb2][0xb1]<[0x94][0xb]E[0xcf]la[0xe6][0xa8].[0xe5][0xd1]3[0xf9][0x91][0xa8]d[0xb1]3[0xf6][0xcf] [0xcf][0xfe][0xb9]i[0xc0]3E[0xf5][0x8]\[0xa9]G[0xf5]P.[0x14];[0xb3][0x85][0xfd]E[0xec][0x8][0x19][0xb1]3c[0xa3][0x11][0xca]"g[0xec]_A[0x81][0xfd]k[0xd3][0x88]g[0x8a][0xef][0x11][0x18][0x87]#[0xbe][0x87]r[0xa1][0xc8][0x99]-[0xec][0xaf][0x1c][0xed]M[0x94][0xb][0xc5][0xcd]laOq[0xe4][0xdb]y[0xdc]L[0xb1][0x1c][0xb9],j[0xc6][0xe1][0x84]"[0x87][0xcb]4[0xe6][0x99]b~[0x4][0xf6][0x91][0x8a][0xf9][0xa1]\(jf[0xb]{[0x9a][0xb3]x[0x88]G[0xcd][0x94][0xaa]X[0xc8]bf[0x1c][0x19]P[0xe2][0xc8]4[\r]z[0xa6][0xe8][0x1f][0xc1]c[0xe4][0xa3]([0x17][0x8a][0x99]y[0x86]=[0xcb][0x19][0x9d][0x83]e[0xe9][0x93][0x18]_[0xa8][0xeb][0xdc]H[0xbf][0x99][0xc5][0x87][0xbf]![0xbf][0xdd][0xa5]os;r![0xdd][0x91][0x7]c[0x1d][0x5][0xa6][0xce][0xd4]<[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Lg[0xcc][0xa8][0x8c]y[0x14][\r]~[0xc6]<[0x8a]6"[\r][0xad][0x86][0x16]J6[0xf3][0x86][0xf7]3[0xec]9%[0xa6]|[0x13][0xa6][0x1]h[0x8f][0xc4]T[0x8c][0x98]J[0x10]SYJ[0x98]h[0xf1][0xa6][0xc4][0xf4]|[0x82][0x98]"[0xe5][0x0][0xc7]D[0xc4]4[0x9]1MI[0x9]Snh[0xbe])[0xc3][0xf4][0x82][0x12][0xd3]QC0E[0xaa]2[0x8e]j[0xc4]T[0x83][0x98][0xa6][0xa5][0x88])O[0x8d][0xe9]E[0xbe][0x19]rE[0x1c]?u[0x10]&[0xab][0x9][0xd3]L[0xc4]4[0xb]1[0xed][0x91]b[0xdd][0xd5][0xe][0xc1][0x14][0xde]1[0xf1][0xea];6&I[0xc5][0xd8]:[0xf9][0x9b][0x8e][0xf6][0xef][0xdc][0x83][0xf4][0xb]V[0xfa][0xf2][0xc8]gLU6l[0xc6][0x9][0x12]_[0xa3]o[0x8a][0xf4][0xde]^[0x90][0xe6][0x98][0xb][0xb9][0x8e][0xf9][0xa6][0xa9][0x8b]yM[0x16]B[0x9a]'[0x90][0xe6][0x9][0xa4][0xc6][0xea]L[0xa0][0xc9][0x85]3[0x10][0xc5]K[0xdc]g[0x97]q[0x9f][0x15][0x84]Q[0x98][0xf7][0xd8][0xcb]:[0xd6]W[0x94]m[0xae]s[0x8][0xda][0xae]H[0xaf][0x1d][0x80][0xf5][0xbb][0x4][0xeb]wYjm[0x8e][0xa3][0xf5][0xea][0xfb][0xcd][0x11]m[0xee]U%[0xa6][0xee]![0x98]z"15"[0xa6]&[0xc4][0xb4]r[0x7]15[0xe8][0x9d][0xf2][0x10]L[0xaf][0x89][0x99][0x8f][0xc3]X[0x90][0xf8][0xc2][0x93][0xc2]c7[0xe3]4[0xd5][0xb4]'r\$[0xae][0xb5][0x90][0xe9]8[0x14][0x8a][0x1d][0x87][0x9b]&[0x8a][0xe6][0x15]R[0x8]W[0x89][0xc0]U"p[0x95][0x8]\%[0x1c]Wh[0xad]d[0xf]!,[0xd6][0x11][0xbe][0xe][0xa1][0xa8]a[0xa7]>f[0x8c][0xf3][0x99]'[0x8b][0xc7]o[0xc6][0xc9][0xec][0x90][0xed][0x92][0x13]"Q[0xb6]@[0x96]c=[0x94];[0xfc][0xa6])[0xe4]8[0x81]r[0x9c]@9N[0xa0][0x1c]'P[0x8e][0x13]([0xc7][0x9][0x94][0xe3]8J[0xca][0xed][0xaf][0xf]i[0x1c]o[0xb9][0x8e][0xf7][\r][0x8e]w+[0x8e]k4[0xb2]M[0xf2][\r][0x9d]F[0x9e][0xb8][0x99]NS[0x1d][0xfa][0xde]I[0x91][0x98][0x8f][0x86][0x1c]G[0x1b]Lt[0xb4][0x9b][0xa6][0x97][0x93][0x4][0xe6]I[0x2][0xf3]$[0x81]y[0x92][0xc0]+[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*[0x5][0x83]J[0xc1][0xa0]R0[0xa8][0x14][0xc]*9[0x3][0xca]-[0xd3]'[0x12][0x9c]K[0x85][0xce][0xe5]-[0xce][0xe5][0xf]8[0x9b][0xa0][0xf9]D[0x8d]/z[0x2]z[0xaa][0xfe]K[0xb5][0xd1][0xef][0x9f][0x16][0xc9][0xe7]$(p[0x9c][0xc][0xd5][0x8e]SM[0x93][0xd3][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7]F[0xf0][0xa9][0x11]|j[0x4][0x9f][0x1a][0xc1][0xa7][0x86][0xf3][0xa1][0xdc][0x81][0xfa][0xc4][0x88]3[0xab][0xd6][0x99][0xfd][0x83]3{[0x1][0xbb]B[0x9a]iN[0x8f]bF[0x13][0xd4][0xd3]7[0xe3][0xc4][[0xba]]sF$[0xbb][0xb3]p[0xda]}6[0xd4]:[0xce]5M_[0xa7][0xb]v[0xd3][0x5][0xbb][0xe9][0x82][0xdd]t[0xc1]n[0xba]`7][0xb0][0x9b].[0xd8]M[0x17][0xec][0xa6][0xb]v[0xd3][0x5][0xbb][0xe9][0x9c][0x1d][0xe5]V[0xe8][0xd3]>[0xce][0xb3]V[0xe7][0xf9]6[0xe7][0xf9]6[0xce]Ci&:K[0xc2][0x93][0xa6][0xb0][0xbd][0x9b]q[0xa2][0xae][0xd8][0xd3]93[0x92]k[0x1f]N[0xd3]/[0x84][0x99][0x8e][0x8b]MS[0xdc]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:Kp[0x9d]%[0xb8][0xce][0x12]\g[0x9][0xae][0xb3][0x4][0xd7]Y[0x82][0xeb],[0xc1]u[0x96][0xe0]:[0x8b]s[0xa5]\[0x93]>[0xc5][0xe5][0xac]g[0xea][0xac][0xdf][0xe1][0xac]?C[0xc0][0xb4]C3[[0xca][0x9a]6w[0xce][0xda][0x8c]S{[0xe5][0xd6][0xcf][0xd9][0x91][0xcc]/[0xc3][0x89][0xfd][0xe5][0xb0][0xa7]c[0xb3]i[0xfb]g[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]g[0xb][0xe6][0xb3][0x5][0xf3][0xd9][0x82][0xf9]l[0xc1]|[0xb6]`>[0[0x9f]-[0x98][0xcf][0x16][0xcc]gs[0xe6][0x94][[0xa9]o[0xff]p[0x1f][0xec][0xa9][0xfb][0xe0]][0xc3][0x7][0xcc][0x8a]+[0x98]L[0xfc]`[0x9e][0xc2][0x7][0xde][0x8c][0x1]8G[0xff])g[0xf5][0xe7][0xe7]F[0xfa]a[0xb][0x94]9~[0xc]s[0x1d][0xc6]o&^a[0x18][0x10]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xc2][0xf][0xf3][0x84][0x1f][0xe6][0x9]?[0xcc][0x13]~[0x98]'[0xfc]0O[0xf8]a[0x9e][0xf0][0xc3]<[0xe1][0x87]y[0xdc][0xf][0x94][0xa3][0x85]OF[0xc8]#su[0x8f][0xbc][0xa7][0x9c]=[0x9c]7d[0xf6]p~$[0xdb][0xeb]q[0xf6]p[0x3][0xce][0x1e]n[0xdc][0xb1][0xd9]C[0xe4],[0xda][0xca][0xde][0x17]3[0xfb][0x1e][0x8e])[0x8f]`[0xd0]9[0x19]^[0xeb]][0xf0]=\[0xcb][0x87]Vd[0xe6][0xe5][0xe5][0xcd]8'[0xbd][0xc5][0x84]%[0x89]9)[0x9f][0xd1][0xe7]q,[0x4][0xe1][0xf9]X[0x10][0xbe][0xaf][0x80]p;B[0xb8]#E[0x8]eQ[0x10][0x9e][0x13][0xcf][0xab]][0xaf][0xfa])^[0xeb]v[0xb8]`[0x8e]][0xaf][0x13][0xbb][0xd7][0xf6](d{[0xed][0x8f]@[0xba][0xd7][0xce]Cwl[0xd2][0x95][0xea]vp8[0xee][0x82][0xc9][0x8e][0xbb]M[0xb3][0xa9])[0x2][0xd8][0x14][0x1]l[0x8a][0x0]6E[0x0][0x9b]"V[0x85]S80[0x7]}[0xad][0x5]W[0xaf][0xc6]lj-[0xc5][0xf9][0x8c][0x13][0xbf]q[0xcc]#[0x2]?p0[0x90][0x87][0x12]2[0xd5][0xa5][0xb2][0x98]B[0xf2][0x1]_O1[0xf][0xf7]A[0x95][0xd7]J[0x95][0xb0][0x1d][0xfa][0x12][0xf2][0x83]y[0xbd]p[0x1f][0xae][0x17][0xee][0x7][0x9f][0xe3][0x1][0x93][0x1f][0xa4]?W.[0xfc]P%[0xfc]P%VXU[0xdc][0xf]i[0xc2][0xf][0xe1][0x95]C[0x95]i[0xad][0xa5]{fR$[0xdd][0xf][0x13][0xf7][0xcc][0x87]1<[0x13]Z[0xc3][0x91][0x87][0xde][0x8b][0xd5]P[0x8b][0x15][\r][0xf5]!l[0xa8][0xf][0xa7][0xd6]P[0xf9]skn[0xa8][0xa1]ed/[0x87]Pj2?[0xc7][0xa6]W[0x13]V[0x89]^9C[0xb0][0x18][0xf5][0xf2];[0xec]G~[0x8f]#[0xc8]c&<[0xe6][0xad][0xa1][0x10][0x9e]R[0x81][0xa7]T[0xe0])[0xe5]x[0xd2]!K[0xdf]S[0xb1][0xc1]Y[0x88]'[0xb4]H[0xbb][0x90]7[0x9a]r[0x3][0xf]A[0xb8][0xd0][0x2][0xa2][0xe1][0xd8]U[0x88][0xfe][0x84][0xeb][0x8f]'[0xb0]/[0xd2][0xd4]RL_[0xf0][0x12][0x88][0xca][0x5][0xa2]r[0x81][0xa8]\x[0xa8][0x9c][0xaf][0xd5]296[0xbb][0xee][0xab]W[0xd5][0xd8]Z[0x13][0xc1][0xf6][0x14]b{[0x1a][0xb1]=[0xb3][0x83][0xd8][0x8c]1f([0xb6][0xd0][0xa2][0xed]J[0xfc][0x9b]F[0x98][0xf1]!l[0x4][0xe7]"+[0xcc]q[0xe8][0xe8][0x1c]^[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xb][0xb8]&z[0x11][0xc6]9[0xfe]fZ[0x13][0x8d][0x17][0xe8][0xc6][0xb]t[0xe3][0x5][0xba][0xf1][0x2][0xdd]x[0x81]n[0xbc][0x18][0x1][0xc7][0xf3][0x11]0[0x8b][0xe3]t[0xe8]8CK7:[0xc0][0x88][0xc6][0xbf][0x89]a[0x9c][0x4][0xed]b[0x1b][0xcc]q[0xea]H[0x9d]^[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]+[0xb8][0x12]z[0x15]&8^3[0xad][0x84]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa4][0x13][0x5][0xd2][0x89][0x2][0xe9]D[0x81]t[0xa2]@:Q [0x9d]([0xc6][0xea][0x89]|[0xac][0xce][0xe1][0x98][0x9d]:[0xe6][0xd0][0xf2][0xed]6[0xbc][0x86]F[0xea][0xc9]f[0xcc][0x4][0xf3][0x7]v[0x98][0xe3][0xd2]Q[0xbb][0xbc].[0x15][0xea][0xb7]p[0xf5][0xf3][0xf][0x98][0xe4]x[0xdb][0xb4][0xfa][0x99],PO[0x16][0xa8]'[0xb][0xd4][0x93][0x5][0xea][0xc9][0x2][0xf5]d[0x81]z[0xb2]@=Y[0xcc]0&[0xf3][0x19]F[0x1e][0xc7][0xef][0xd2][0xf1][0x87][0x17]p[0xe]}~Q1[0x14]?A[0xbe][0xc4][0x1]s[0xdc]:[0x3][0xb7][0xd7][0xad]b[0xf0]>[0xae]w>[0x80])[0x8e][0xf]M[0xeb][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xa0]B0[0xa8][0x10][0xc]*[0x4][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1G[0xaa][0xe0]s[0xa4][0x2][0xce][0xc5][0xad]s[0x9]-[0xe0][0x1e][0xc3]kh[0x86][0xe4][0x8b][0xe4]B[0xf0][0xfb][0x9d]0'Mg[0x93][0xe6]MS[0xb1][0xf9][0x8][0xd7]7[0x1f]C[0xa5][0xe3][0x13][0xd3][0xfa][0xc6]'[0xd8][0xf8][0x4][0x1b][0x9f]`[0xe3][0x13]l|[0x82][0x8d]O[0xb0][0xf1][0x9]6>[0xc1][0xc6]'[0xd8][0xf8][0xc4][0x8c][0xcf][0xc7]g|^[0xce]+M[0xe7][0x15]Z[0xbe]=[0x83][0xd7][0xd0]|[0xaf]:[0x9a][0x17]Q[0xb9][0xd4][0x5]s[0x8c][0xed]=[0x8f][0xd7][0xa3]b[0xf6][0x1f]\[0xcd]|[0x9]U[0x8e]A[0xd3]j[0xa6]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0x5][0xb3]j[0xc1][0xac]Z0[0xab][0x16][0xcc][0xaa][0xc5]\[0xb6][0x9a][0xcf]e[0x8b]8G[0x8f][0xce]1[0xb4]t{[\r][0xaf][0xa1]u[0xc6]T[0x19]G[0xa2][0xf5]C7[0xcc]I[0xd7]Y[0xa6]{[0xd3][0x15],[0xd1]t[0x89][0x93]A[0x8d]S3[0xad]\[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T[0xc1]r[0xaa]`9U[0xb0][0x9c]*XN[0x15],[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96]S[0x5][0xcb][0xa9][0x82][0xe5]T1c[0x9f][0xca]g[0xec]%[0x9c]o[0xba][0xce]7[0xb4]h[0xfb][0x10][0xaf][0xa1][0xf5]D[0xad][0x9c]/Q[0xbc],[\r][0xe6][0x18][0x13][0xf6][0xc]o[0x86][0x8a][0xb1][0x3][0xca][0x9c]N[0x98][0xe6]t[0x99][0xd6]([0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5][0x82]q[0xad]`\+[0x18][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xb5]b[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0xcb][0xd7](e[0x9c]{[0x86][0xce][0x9d]/[0xd6][0xe0]K[0xbc]f[0xc][0xbe][0xce]Pq'[0xba][0x97]{`N[0xa6][0xce]>[0xd3][0x9b][0xa9]b[0x9f][0x1][0xe3][0x9c][0x99]0[0xdd]i[0xfc][0x8e][0xeb][0xb5]F[0xa9][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10][0xec]g[0x8][0xf6]3[0x4][0xfb][0x19][0x82][0xfd][0xc][0xc1]~[0x86]`?C[0xb0][0x9f]![0xd8][0xcf][0x10]+[0xb4][0x19]|[0x85]6[0x8e][0xfb]!S[0x9f][0xcf][0x84]6[0xc8][0xaf][0xe3]s[0x86][0x9]!?l[0x87]+bLiL[0x8b][0x0]g.d;[0xf3]`[0xbc]3[0xdf]4m[0x98] [0x88]O[0x10][0xc4]'[0x8][0xe2][0x13][0x4][0xf1][0x9][0x82][0xf8][0x4][0xbe]Y[0x9e]-[0xa6][\r][0xe1][0xc9][0xef][0x4][0xbe]m[0x1e][0xde]-[0xff][0xa7][0xf8]F[0xc5]U|bX[0x15][0x12][0x15]:7[0xc3][0xb8]{`[0xf3]j[0xfc]c[0x1b]\[0x89]sD=[0xd4]$r[0x96]h[0x10][0xc8]&[0xd3][0xce]B[0xf0]8[0x8b]`[0xac][0xb3][0x18]|[0xce]R1S[0x1c][0xb][0xd9]|[0xde]7t.[0x1f][0x92][0x13][0xab]D[0xc0]I[0x95][0xfe]sI[0xc6]\[0xde][0xf8][0x6][0x6]_q[0xfa]t[0xa4][0xa1][0x10][0xf1][0x8b]y[0x94]b[0xa5][0xcf][0x8][0xe]A[0xa0][0xe5][0x4][0xb4][0xba][0x86]pZ[\r][0xbd][0x13]]oU[0xe1][0x1c][0xf]i[0xce][0x9][0x90][0xef][0x9c][0x8][0x15][0xce][0xc9]B![0xc9][0xe7]8[0xf5][0xbd]G[0xd3]ne[0x8]g[0xa5][0xf8][0xfd][0xaa]J[0x1e]Q.v[0x1c]5[0xf6]/[0xa1]R[0xfe][0x92]7[0x80][0xd2][0xf0][0xb2][0xfc]G[0xb4]([0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][0xe2]s[0xec]z[0xce]k[0xbf][0xff]V[0xbd][0xa0]4[0x9c][0x80]P[0xe4]^[0x9e][0xfe]j@,[0xa4]ZpV![0xc4][0xa9]0[0xc6]9[\r]r[0xf0][0xb5][0x10]_K[0x9c][0xb5])M[0xbe]C[0x94]J[0xd9][0xbf][0xc5]"[0xde][0x1]Z#[0xae]QH[0xb0][0xff][0x88]}[0xcc][[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc]L[0xf][0x96]1[0xbe][0x9c][0xeb][0xad][0x1a][0x80][0xab]#~[0xd5][0xcc]9[0xd3][0xf4][0x15]9s[0xc8][\r][0xad]3[0xcc]gb[0xe1];[0xec][0x13][0x8][0x9d]M[0xf5][0xa9]n[0xe7]3ng[\r][0xda]!hn[0xa3]AI[0xac][0xcc]6[0x5][0xc8][0xba][0x85][0x15][0xb7][0xa8][0x9]w[0xd4]YXn[0xdd]^([0x18][0xfd]s[0xec][0x99]>b_p{[0xe7][0xf3]p[0xa2]R_[0xf5]mp[0x8d][0xfe][0xcd]?C8[0xc0][0xbf]|[0xd8]|[0xb6]`[0xb3][0x19][0xab][0xff][0xa2][0x99]i%[0xea]l[0x80]t[0xe7]~P[0xec]\l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2[0x8a][0xe3][0xf4][0xa8][0x10][0xf9]R[0x1d][0x95]%[0xac]i[0x18][0xf0][0xfe][0x83][0xf0][0xbe][0x84]Oy{[0xd9][0x7]o6[0xdc]N?k[0xf6]c[0xe3]7[0xc9]D[0x97]h8diL[0xb7]36[0xa8]:/[0xb4]>[0xfe]y[0xa1][0xce][0x15][0xd8][0xbc][0x1a]M[0x1e][0x1f][0xa5][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xae][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc4]T[0x19][0x89][0x9e][0x17]:[0xa8]:/[0xb4]^z^[0xa8][0xf3]P[0xb4]s[0x98][0xe2][0xcc][0x8d][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u6c[0xe9][0xeb][0xe2][0xb2][0x88]>/tPu^h[0xbd][0xf4][0xbc]P[0xa7][0x1f][0xed][0x4][0x12]`Q[0xc6]Y([0xce][0xb][0xad][0x97][0x9e][0x17][0xea]<[0x1a]KoK[0x80]E[0xe4]y[0xa1][0x83]Lq^h[0xbd][0xea][0xbc]P[0xe7]&[0xec][0x4][0x8f]1[0x11][0x89]}^[0xe8] S[0x9c][0x17]Z/=/[0xd4][0xd9][0x83]D[0x8e][0x8d]O[0x4]"[0xcf][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y"[0xda]9)q;&[0x87])[0xce][0xb][0xad][0x8f]^[0xa8][0xf3]4|[0xb0]O7[0xf5][0x1c]#p^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1]N\[0xa3]8[0xcf]V4[0xcb][0xe8][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0x9e][0x8f][0xa5][0xcf]DXv^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0xb][0xb1][0xcc][0x8b][0x14][0x88][0xa3][0xcf][0xb][0x1d]d[0x8a][0xf3]B[0xeb][0xa5][0xe7][0x85]:[0xfb][0xb1][0xf4]K[0x95][0x88][0xcb]8b[0xc5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d]W`[0x99][0x9b][0x95][0x88]#[0xcf][0xb][0x1d]T[0x9d][0x17]Z[0xaf]:/[0xd4]y5>[0x92][0xd7][0x98]@[0xcb][0xce][0xb][0x1d]T[0x9d][0x17]Z/=/[0xd4]y-[0x82][0xbe]N[0x5]Z[0x9c]t[0x14]:/tPu^h[0xbd][0xf4][0xbc]P'N[0xbd][0x9c]7[0xc4]+[0xdd]T[0x89][0x8a][0xf3]B[0xeb]U[0xe7][0x85]:oB[0x97][0xfc]J[0xe1][0x92][0xf8][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad][0x97][0x9e][0x17][0xea][0xbc][0x15][0xe9][0xdc][0xa6][0xa0][0x93][0xcc]y[0xa1][0x83][0xaa][0xf3]B[0xeb]U[0xe7][0x85]:[0x7][0x90][0xe8][0xb6][0xb8][0xdd]q[0xfc][0xf3]B[0x7]U[0xe7][0x85][0xd6]K[0xcf][0xb]u[0xde][0x83][0x94][0xef]M[0xa2][0xa3][0x8e]^[0xe8][0xa0][0xea][0xbc][0xd0]z[0xe9]y[0xa1][0xce][0x7][0x10]A[0xfc][0x1f]2M[0xe6][0xbc][0xd0]A[0xd5]y[0xa1][0xf5][0xd2][0xf3]B[0x9d][0xf]#[0x2][0xd5]O[0x9c]&s^[0xe8] S[0x9c][0x17]Z[0xaf]:/[0xd4][0xf9][0x18]V[0xfb][0xe3][0x9]T{[0x1d][0x80][0x14][0xe7][0x85][0xd6]K[0xcf][0xb]u>[0x81][0xc4][0x9e]L[0xc0][0xb5][0x91][0xe7][0x85][0xe][0xaa][0xce][0xb][0xad]W[0x9d][0x17][0xea]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]<[0xad]|P[0xeb]x[0x87][0xab]8/[0xb4]^z^[0xa8][0xf3]y[0x84][0xff][0x82][0xf2]q[0x8c][0xd8][0xf][0x8e][0xa8]p[0x88][0xf8][0x14][0xc2]aP*[0x1c][0xba][0x1e]F?[0xa8][0xf6][0xbe][0xa3][0x84]C,]![0x1c][0x6][0xa5][0xc2][0xa1][0xeb]1,[0xfd][0xf1][0xd8][0xc2]![0x96][0xa9][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x4][0x96][0xf9]d[0xa2][0xc2]![0x96][0xae][0x10][0xe][0x83]R[0xe1][0xd0][0xf5][0x14][0x96][0xfe][0xb4][0x12]q[0x19]G[0xac][0x10][0xe][0x83]R[0xe1][0xd0][0xf5]<[0x96][0xa9][0xda][0xc7][0x8e][0x12][0xe][0xb1]r[0x15][0xc2]aP%[0x1c][0xba]^[0xc2]G[0xf2][0xe5][0xd8][0xc2]![0x82]V[0x8][0x87]A[0xa9]p[0xe8]z[0x1d]A[0xbf][0x91][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]T8t[0xbd][0x8d][0xa5][0xbf][0x93][0xa8]p[0x88][0xa5]+[0x84][0xc3][0xa0]J8t}[0x80].[0xf9]0U[0xe1][0x10][\r]*[0x84][0xc3][0xa0]T8t}[0x84]t>[0xde]q[0xe1][0x10][0xed]*[0x84][0xc3][0xa0]J8t}[0x8e]D[0xbf][0xd8]q[0xe1][0x10]M+[0x84][0xc3][0xa0]T8t}[0x85][0x94][0xbf][0x1e]N[0xe1][0x10][0x11]([0x84][0xc3][0xa0]T8t3Hwk[0xc3])[0x1c]"[0x2][0x85]p[0x18][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87]n;"p[0xec][0xb8]p[0x88]v[0x15][0xc2]aP%[0x1c][0xba][0xd3]`[0x8c][0xdb][0x93][0xa8]p[0x88][0x6][0x14][0xc2]aP*[0x1c][0xba][0xc7] [0xb1][0xac][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83]*[0xe1][0xd0][0x9d][0x87]D[0xf2]c[0xb][0x87]X[0xac]B8[0xc]J[0x85]Cw![0xc2]/JT8[0xc4][0xd2][0x15][0xc2]aP*[0x1c][0xba][0xcb][0xb0][0xf4][0xf2][0xe4][0x85]C[0xb4][0xa3][0x10][0xe][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd0]=[0x11]2[0xdd][0x93]vD8D[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0xa8][0x14][0xe][0xdd][0x95][0x90][0xe5][0xf6][\r][0x8f]p[0x88][0xf6][0x15][0xc2]a0[0x86]p[0xe8][0x9e][0x6]9[0xee][0xda][0xe1][0x16][0xe][0x11][0x8b]B8[0xc][0xc6][0x14][0xe][0xdd][0xb3] [0xcf][0xbd][0xfb][0xc8][0x9][0x87][0x88]K![0x1c][0x6][0xe3][0x8][0x87][0xee][0xbd][0xa0][0xc0]=w4[0x84]C[0xc4][0xa8][0x10][0xe][0x83]q[0x85]Cw[0x1d]x[0xdd][0xf5][0xa3]+[0x1c]"^[0x85]p[0x18][0x89]W&[0x1c][0xba][0xf7][0x83]"[0xf7][0xa2][0x9d]%[0x1c]"v[0x85]p[0x18][0x8d]]&[0x1c][0xba][0x97]B[0x89]{[0xd9][0xce][0x17][0xe][0x91][0x87]B8[0x94][0xf1][0x90][0x9][0x87][0xee]&(s[0x1f][0xbc]+[0x9][0x87][0xc8]I![0x1c][0x6][0xa5][0xc2][0xa1]{5[0x8e][0x15]k[0x12][0x15][0xe][0xb1]t[0x85]p[0x18][0x94][0xb][0x87][0xee][0xc3]![0xc3]}D[0xf2][0xc2]![0x1a]R[0x8][0x87]A[0x95]p[0xe8]n[0xc1]qz[0xfd][0x8e][0x8][0x87]hT![0x1c][0x6][0xd5][0xc2][0xa1]{[0x3]d[0xbb][0x83][0xc3]#[0x1c]"[0x0][0x85]p[0x18][0x8c]%[0x1c][0xba][0xdb]![0xd7][0xdd]1[0xdc][0xc2]![0x82]Q[0x8][0x87][0xc1][0xd8][0xc2][0xa1][0xbb][0x1b][0xf2][0xdd]=#'[0x1c]"0[0x85]p[0x18][0x8c]'[0x1c][0xba]O[0x84][0xb1][0xee][0x93]FC8D[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[0x18]_8t[0x9f][0xe][0x85][0xee]3FW8D[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0]L8t[0x9f][0x3][0xc5][0xee]sw[0x96]p[0x88][0xe0][0x15][0xc2][0xa1][0x4][0xbc]L8t[0xf7]A[0xa9][0xfb][0xc2][0x9d].[0x1c]:5[0xa7][0x10][0x9f][0x1e][0xd7][0xcb][0xc2][0x87]/[0xfb][0x86][0xed][0xf0][0x8b][0xdb][0xe1][0xc6][0xec]_[0xe2][0xab][0xf5][0xd7]p[0xd3]j[0xcb]mpc[0xe3]][0xf0]+[\r]n[0x87][0x5][0xd9]7[0xcb][0xde]><[0xfb][0x16][0xfd][0xae][0xad][0xd9][0xb7][0x9a]>[0xde][0x1a][0xfa][0xf8][0x9a][0xec][0xdb]do[0xe7]e[0xdf][0x9e]}G[0xf6][0x9d][0xdb]a[0xe0]v[0xc8][0xca][0xde][0x96][0xbd]};[0xdc]u;[0xd4]d[0x17][0xe][0x80][0xe5]v[0xc8]![0xa7]1[0xdd]iS[0xf5]:[0x9e][0x89][0x84]f[0xa3][0xab][0xe6][0xc3][0xee][0xb0][0x0][0xd3]Ep0,[0xc5][0xb5][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xcb]7[0xc2][0xf1][0xb0][0x1a]N[0xc6][0x15]K/`?[0xa2][0x11]aMs[0xff][0x1f]PK[0x7][0x8][0x96].~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".D[0x0][0x0][0x92]`[0x1][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/spi/AbstractLoggerAdapter.class[0xad]W[0xdb]S[0x13]W[0x1c][0xfe]NXXIVD@i[0x94]z[0xa5][0x1a][0x92]@[0x14][0xa9]U[0xa0]x[0x1][0xad][0xda][0x4][0xb]A)[0xf4][0xa2]KXC &t[0xb3][0x11][0xd4][0xb6][0xd6]joN[0x9f][0xfb][0xd0][0x19][0x9f][0xfa][0xd0]W[0x9c][0xf1]F[0x9d][0xa9]}[0xb2]3[0xfd][0x3][0xfa][0xd7]8N[0xbf][0xb3][0xbb][0x4]B[0x82][0x82]v2[0xb3][0xe7][0x9c][0xdf][0xfd]~N[0xfe]y[0xf1][0xc7][0x9f][0x0][0xe][0xe0]'/[0xb6]bPE[0xdc][0xb][0xf][0x6][0xab][0xb1][0x5]C*[0xce]yQ[0x89][0xf3][0xf2]0[0xec][0xe5][0xe7]c[0xf9][0x19][0xf1][0xa1][0x16][0xa3]r[0xf7][0x89][0xdc]}[0xea][0xc3]g[0xf8][0xdc][0x87][0xb][0xb8][0xe8][0x83][0x8e]Q[0x15]c[0xf2][0x90][0x90][0xe0]q[0x15][0x86][0x17][0xf5][0x18][0x94][0x98]K^$1[0xe1]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93]^L!-a[0x97]UdTdUL[0xb][0xac]3[0x8d]d*g[0x99]W[0x5]6D'[0xf5]+z$o[0xa5][0xd2][0x91][0x98]>[0xdd]%P[0x1d]O%3[0xba][0x95]7[\r][0x81][0xd9]blw4k&#[0xfa][0xb4][0x9e][0x98]0"[0xe9]l2[0x99][0xca]$[0xe5][0xda]1[0x19][0xc9]M[0xa7]"QB[0xc][0xb3]7[0x9b][0xb1][0x8c]Y[0xab]k[0x9]k"[0x9b]I[0xe4]M[0xd3][0xc8]X[0x91][0xde][0xc2][0xd6][0x96]g[0xd3][0xa4]u[0x8a][0x89][&[0xa5]u[\r]E[0xbb]z[0xf8][0x13]P[0xd2][0xd9][0xc4][0x94]@[0xb0][0xbc][0x18][0x89][0xcc]E[0x6][\r]}|[0xd8]LYF[0x94]G[0xf2]Tu[0xa7]2)[0xab]G[0xa0]"[0xd0]r[0x9e]"z[0xb3][0xe3][0x86]t1[0x95]1[0xfa][0xf3][0x97][0xc7][0xc]sH[0x1f]K[0x13]RGz=}^7S[0xf2][0xec][0x2][0x15]k"[0x95][0x13][0xe8]x[0xb9][0x8f][0xc7][0xc6][0x18]7=a9[0xbe][0x1e][0x1b][0xd7][0xa7]-[0xc3][0xa4][0xea][0xcd][0xc5]"[0xaf]N/[0x88]=[0xfc][0x1a][0xf2][0xba][0xed](0[0x15]I[0xc3]E[0x8][0xec][0x9][0x94][0x6][0xab]e[0x9][0xe8][0xec][0xd8][0xa4][0x91][0xb0]d[0xe0]2[0xfa]e[0xdb][0xc7][0x12]r[0x1]5[0xe1]$G [0xbc][0x96]T[0x92]1m[0x3][0x18][0x9f][0xe6]U[0xe4]U[0xa6]"[0xed][0xda]]W[0xce][0xc6]7)[0xe]f[0x97][0xab][0xc0][0xfa][0xb8][0xa5]'[0xa6]Hh[0x7]Z[0xc5][0x17]l[0x7][0x16][0xb8]@c[0xb9]H[0xd9],[0xf5][0x85]x[0xe6]Ngz[0x17]B1[0x18]XK,ZV[0xe3][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9e][0xfa][0xdf][0xe5][0xae][0x1c][0x92][0xea][0x8c]1[0xb3]P)[0x83]e[0xfc][\r]K[0x8a]3[0xd6][0xfb][0xa6]B[0xed][0x4]x[0x99][0x80]B[0xdc][0xdb][0x2]-k+[0xc2]#Km[0xe8]M[0xeb][0xb9]\[0xd7][0x1a]%[0xf8][0xd8][0xa3]i[0x2]$[0xaf][0xc0][0xc6][0x12]q[0x2][0x9e]D[0x9a][0x15][0xb4][0x1c][0x11][0xcd][0xea][0xe3]v[0x9b]7,[0xc7]t[0x7]{[0x98]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";^b[0x9c]D[0xad][0xd1][0xbe][0xca]D:[0x9b]c[0xf3][0x8e]tG;K[0xb3][0xd0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0x8d][0xf8]eC[0xc5][0x1b][0xcf][0xe6][0xcd][0x84]q2%[0xa7][0xd3][0x96][0xb2][0xf3][0xa7]M[0xea][0xd1][0xb0][0x1b][0xcd][0x2][0x9b][0x16][0xcb]r[0xd8][0xd0][0xa7]N[0xe9][0xb9][0x9]V[0xa2][0x86][0xb7][0xb1]M`[0xff]K[0x87]3[0xf7][0xa6][0x9e][0xb1][0x8a][0xa6][0xb4][0x94]ji[0xd8][0x89]][0x1a][0xfa]pB[0xc3][0xfb][0xe8][0xd1][0x90][0xc7][0x15][\r][0xc7]p\[0xc3][0xc]fU\[0xd5]p[\r][0xd7]U|)[0x9][0x9b]U|%[0xb0][0xeb][0xd5][0xdd][0xa1][0xe1]k4k[0xb8][0x81][0xeb][0x9c][0x96][0xaf] /[0xb8][0xf1][0x8d][0xd4]wS[0xc3][0xb7][0xb8][0xa5][0xe2][0xb6][0x86][0xef][0xe4][0xfa][0xbd][0xb4][0xed][0x7][\r]?[0xca][0x0][0xb4][0xaf]}~[0xb][0xd4].[0xcf][0x14]o[0xb2][0xd5][0xa7]ju[0xc4][0x85]F[0xaa]_T64afg[0x9c][0x8b]gS[0xd9][0x1a][0xe6][0xfd][0x10][0x18][0x95][0x97]c[0x5][q[0xd9][0xad][0xe2][0xd6]T[0xd9][0xfe][0xf7]M[0xe7][0xad][0xd3][0x97][0xe8]-[0x83]'p[0xa8][0xc][0xdb]*[0x5][0x5]V{[0x9f][0xdb][0xcf][0x14]}[0xdc][0xd9][0xee][0xe][0xac]0[0x1f][0x1d]F[0xf7][0xfe][0xdf][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]^[0x1a]E[0xef][0x19]^S[0xf9][0x8c][0xf3][0xce][0xa8][0x9e]Y[0xd4][A_[0xf9]lX[0x16]?[0x81][0x1a]9[0xbd][0x96][0x86][0xd2][0x1f]hYqR[0x4]V[0xcc][0xa0][0xad][0xdd][0xa1];[0xc7][0xad][0xc0]V[0xca]e[0xe2][0xe8][0xac][0x9b][0xd2]"%[0xbb]W[0x14][0xc4]2[0x88][0xe9][0x19][0xdd][0x1e][0xfa]'K[0xc6][0x8f]k[0xc9][0xe8][0xda]G[0x90][0xa1][0x9b][0xca]N>:[0xb7]B[0xa0][0x89]O[0xd4][0x6][0xd9][0xec][0xdc]o[0xe7][0xeb][0xd5][0x83][0x1d][0xa8][0x93][0xed][0xcb][0xbd]J[0x18]g[0x4][0xbf][0xef][0xf0]t[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w@S[0xf0][0x11]D[0xf0][0x9]<#[0x8f]P[0xf1][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x95]#[0xca]#T=[0x80]z[0x8f][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xe1][0xb7][0x86]+[0xc8][0xad] [0x80][\r][0x8]b/O[0x9a][0xc3]OH[0xb][0xd7]`[0x11]$[0xc4][0x95][0xaf][0x16][0xb4][0xd2][0x2][0xa9][0xed]_[0xbe][0x96]+[0xb9][0xb6][0x7][0x1f]b],[0x18]~[0x88][0xea][0xfe][0xd6][0xd0]<[0xbc][0x1e]t*~[0xe5][0x19][0xaa][0xfc][0xca]\k([0x18]"[0xc6]7[0xf][0xad][0x2][0xc3].z[0x8e]\[0x8a]m[0xc3]6z[0x0][0xb4]QN[0x4]>[0xec][0xa3][0x9f][0xfb][0xe1]G;[0xf5]uP[0xfb][0xbb][0xb6]M[0x1d][0x8e][0x16][0xd7]&[0xb9]k#5[0xc3]DK[0xf6][0x91][0xde]C[0xce][0xbd][0x84][0x1e][0xa0]?[\r][0x94][0xd8]A>[0xc5][0xb6]}[0x87][0xed]a[0xbb]k[0xbb]Cu[0xb0]@[0xf5][0x1e][0xa9][0xe][0xd9]q[0x10]/[0xd0][0xa4][0xe2][0xb0][0x8a]N[0x15]]n[0x8c][0xbb][0xa9][0x81][0x83][0xd1][0xf1]U[0xdc] [0x97][0xb4][0xe2]n[0xf0]>[0xd4]y[0xac][0x17][0x98]G[\r]g[0xc4]}(ti[0x83][0x7][0xa1]6[0xb6][0x4][0xb7]Q[0xe0]w4[0xf4][0x17]CZ[0x9f][0x86][0x9f][0xa1]2<[0xe7]@[0xeb][0xca][0xca][0x8][0xff][0x8d][0xc6]'[0xa8]g[0xe2][0x1a]b6&<[0x8f]M[0x8c]\[0xb8][0x9][0x97][0x94]5[0xd7][0xa9][0x14]C[0xfc][0xca]S[0x1a]Y[0xc3][0xd0][0xb5][0xd2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]A[0x8e][0xef];\[0xef][0xe0]g{u[0xc2]}[0x86][0x85][0x3][0x1c]%[0xd5]q[0xd2][0xf5]1H'H[0xdd]GgO[0xd0][0xd5][0xf][0x8]=[0xc5][0xd3][0x19]rGYL1[0x8c][0xa3][0x1f]i[0x9c][0xc5],[0x6](/[0xce]i<@iq[0xfc][0x8a]!;5A[0xca]m[0xc2]F;[0xf8][0x1e][0x19][0x9e]B[0x92][0xee][0xda][0xa9][0x11][0x94]z[0xc1][0xc5].$[0xc4][0xa1]?X[0xa0][0x97][0xa9]q[0xa8]$L&[0xa4][0xe][0x95][0xfc][0xab]t[0xe4]9j[0x99][0x91][0xca][0x3][0x3][0xdc][0xbb]I9[0xaa]([0xf2][0x8e]*4B/[0xcf][0xbc][0xc2]l[0xff][0xfa]p[0xd2]-[0xcc]_[0xb8][0xca][0xc4][0xfb]E,[0xf4][0xc][0xeb]B[0xf][0xb1]Y[0xc6]U}[0x8c][0xc6]X[0xb8][0xe2]1[0xde]Z[0xac][0xbf]-[0xa8][0xe2]7G[0x6][0x8b][0xbb][0xb2][0xd7][0x81][0xff][0x0]PK[0x7][0x8][0xee][0xa1][0x8e][0xa6][0xe6][0x5][0x0][0x0]H[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nv[0x6][0x1e]F[0x6][0xce][0xa2][0xd4][0xdc][0xfc][0xb2]T[0xc7][0x9c][0x1c]F[0x6]q[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xcf][0x92][0xd4][0xa2][0xc4][0xa4][0x9c]Tk[0xcd]0[0xa0][0xaa][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]ml[0xaa]l[0x90][0xc4][0x82]K[0x8a]2[0xf3][0xd2][0xad][0xed][0xc0]:[0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80]Z[0xe5][0x9c]sR[0x13][0xf3]@[0xea]C2[0x8a]R[0x13]S[0x9c][0xf3][0xf3]JR+J|[0x13][0xb][0xf4]@[0xda][0x19][0x19][0xcc][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3][0x81][0xe6][0x80]h[0x93],[0xfd][0xe2][0x82]L}[0x9c][0xba][0x19][0x19][0x4][0x10][0xd6][0xfb]'e[0xa5]&[0x97]02[0xe8][0xe1]5[0xb][0xdd][0x8]#6F[0x6]F[0x6]& f[0x6][0x86][0x11]#[0xb]#[0x3][0xb][0x3]+[0x90][0xc7][0x6][0xe4]11[0xb0][0x3]Y[0x1c]`[0x16]'[0x0]PK[0x7][0x8]w[0xe][0xe2][0xc2][0xd1][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWrite.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0x1][0xe7][0xfc][0x82]J[0xff][0xbc][0xf0][0xa2][0xcc][0x92]T[0xbd][0xac][0xc4][0xb2]DF[0x6][0x8d][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5]_\[0x90][0xa9][0x8f][0xa4][0x1e][0xa8][0x1b][0xa4]C?'[0x11][0xa8][0xc2]?)+5[0xb9][0x4]h<#[0x3][0x13][0x3][0x4]020[0x3]I&[0x6][0x16][0x0]PK[0x7][0x8][0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.class[0xad]T]o[0x12]A[0x14]=[0x3][0xc8][0xca]v[[0xa0][0xd6]j[0xfd][0xa8][0xa8][0xd8]RVES[0xdf]l[0x88][0x6][0xab]mJ%)[0x4]_|[0x19][0x96][0x9][0xbb][0xb8][0xee][0x92]a0[0xf2][0x8b]|[0xad][0x89][0xd6][0xc4][0x7][0xe3][0x93][0xf][0xfe]([0xe3][0xdd][0xe9][0xa6][0x92]h,[0x1a][0xb2][0xd9][0xdd];g[0xee][0x9c]{[0xef][0xb9]3[0xf3][0xfd][0xc7][0xe7]/[0x0]6q'[0x83]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0xc]\7[0xb1][0x8a][0x1b][0x6]n[0x9a][0x84][0x14][\r][0xdc]2[0xb0][0xc6][0x90]V[0xae]7,[0xde]c[0xd8][0xae][0x87][0xb2]W[0xe1][0x3][0xee][0xb8][0xa2][0xe2][0x87][0xbd][0x9e][0x17][0xf4][0xa2][0xff][0x83]~e8[0xf0]*[0xb5]p0n[0x4]/[0xa4][0xa7]D3[0x94]Jt[0x1f]K[0xc9][0xc7]-W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde][0xad][0x85][0x81][0x12]o[0xd5]>[0x1f]<$[0xc2]-/[0xf0]T[0x95]a[0xa7]4[0x13][0xc6][0x8d]6C[0xaa][0x16]v[0x5]C[0xb6][0xee][0x5][0xe2][0xf9][0xe8]uG[0xc8][0x16][0xef][0xf8][0x84],[0xd6]C[0x87][0xfb]m.[0xbd]h[0x1c][0x83][0xa9][0xa8]$[0x6]k7[0x8][0x84][0xac][0xf9]|8[0x14]4|6[0x8b]l[0x8a][0xf7][0xa9]B[0xd3]q=[0xbf][0xdb][0xe6][0xfe][0x88][0x82][0xb5][0xfe]R[0xe5]Hy~[0xa5][0xa9]$![0xba][0x92][0xa9]=[0x19][0xe6][0x6]\[0x8a]@[0xc5]A[0xfe]e[0xe5]|Sq[0xe7][0x15][0xd9]Z[\r]j7[0xc3]Z[0xa9][0xde][0xe7]ox[0xc5][0xe7][0xb4][0xac][0xd1][0xe9][0xb]GQ2[0xbf]A[0xc][0x99][0xa6][0xd7][0xb][0xb8][0x1a]I[0x8a][0xb9]?[0xe1][0xb0][0x1b][0xb8][0x82][0x94][0xd1][0x1a]kE[0xb4][0xec][SgU[0x8d]Tk[0x86]#[0xe9][0x88][0xa7]^[0xd4]"{:[0xb9][0xef]F)P[0xdf][0xb7][0x3][0xc7][0xf][0x87][0x11][0x99]Pn[0xd8]5[0xb0]n[0xa1][0x84][\r][0xb]g[0x91][0xb1]`[0xa2]l[0xc1][0xc6]m[0x86][0xf5])[0x13][0xb2][0xb0][0x88]s[0xb4][0xe5]g[0xb2]#[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7])[0xc5]P[0x9b]A([0x86]%[0x87][0x10]5[0xc9][0xac][0xe1][0x95][0xd2]d7'fI[0xf6]d):@[0xd9][0xe3][0x85]'[0x2]0[0xbc]Y[0xdc]/[0xc3][0x3][0xf9][0x98][0x81][0x1d]2<(g[0xc3][0xf9][0xd8][0x85][0x87]d[0x18][0xc9][0xc7][0xc3][0xd8][0x9d][0x8f]G[0xf0]M[0x19][0x1e][0xd5][0xf1][0xad]|[0x94]b[0x8f][0x8e][0xc7][0xe4][0xf7][0xdb]r[0xf9];rO[\r][0xdf][0xcd][0xc7][0xf7][0xb0][8[0xec][0x95][0xe5]>[0x1d][0xdf][0xf7][0xa2][0x1c][0xb7][0xc8][0xe2][0x7][0xa2][0xf3][0xe3]^[0xfc][0x10]?[0x92][0xe5][0x8f]=[0xf8][0x89][0xd8][0xf3][0x84],[0x9e][0xd4][0xf1][0x94]p[0xfa]i>[0x96][0xc8][0xb0][0xb]?[0xd3][0xf1]s[0x1d]O[0xeb]xF[0xc7]/4[0x18][0x81]H[0xc4][0x8c]5[0x84][0x83][0xf1][0xb8][0x19][0xd7]0-[0xd0][0xb2][0xbe]qC[0xa0][0xa3][0xae][0xbe][0xa9]qSs][0x9b][0x6]_[0xd3][0x96][0xe0][0xd6]`u8[0x18][0xe9][0xa9]nO[0xc4]B[0x91][0x9e]U[0x1a][0xa6]6D#[0xf1]D0[0x92][0xe8][0xc][0x86][0x7]L[\r][0xb3][0xd6]6[0xae][0xab];[0xb5][0xa9]cS[0xa0]%[0xd0][0x11][0xa8]k[0xda][0xd4]P[0xd7]V[0xd7][0x10][0xe8][0xd8][0xa8]A[0xb][0xb8][0xe8][0xe3][0x2][\r][0xa5]m[0x1b]Z[0xdb][0x1a]7tl[0xdc][0xd4]R[0xd7][0xdc][0x98][0x85][0xd2][0xd7][0xd8][0xdc][0xc6][0xd3][0x86][0xd6][0x96][0x8e][0xc6][0xd3];6[0xad][0xad][0xeb][0xa8][0xd3][0xb0][0xa8])[0x1a][0xeb][0xa9][0xe][0xf6][0x7][0xbb]z[0xcd][0xea]p[0xb4][0xa7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xef][0xf2]-[0xd5][0x3][0x89]P[0xd8]V[0xa9]9[0xd8]O[0xad]<[0xe1]hW0[0xcc][0xb9][0x86][0xe2][0x14][0xad];zcf[0xb0][0xbb]I[0xce]H4[0xa5]=[0xd4][0x13][0x9]&[0x6]bT[0xbb]>;U[0xcd][0x84]e[0xd6][0x92]a^M([0x12]J[0xd4]jp[0x95]/[0xea][0xd4][0xe0]n[0x88]v[0x93][0xf5][0xb4][0xa6]P[0xc4]l[0x19][0xe8][0xdb]l[0xc6]:[0x82][0x9b][0xc3][0xa6]8Rxw[0x6]c!Y[0xdb][0x9b][0xee]Do[0x88]no<[0xb4][0xc4]x[0xa8][0xba]![0xda]?[0xd8][0x1a]9-[0x16]J[0x98][0xed][0xd1]X[0xc2][0xec][0xae][0x8b][0xc5][0x82][0x83][0x96][0xc6]|[0x89][0x84]yn[0xc2][0xf2][0xc0][0xcc].n%[0xcc][0x14][[0x94]7J[0xca][0x17][0x1d][0xd2][0x1f]F_0[0x12][0xec]1cm[0xb1]h?5Y<[0x8e][0xed]Bf[0xc6][0x12]!3~*[0x97][0xbc][0x9f][0x1f][0x8a][0xf4][0x9a][0xd4][0xcc][0xb2]G;[0x83][0xc1][0xd1][0x9e][0x8]v[0x9d]M[0xc1][0xca]F[0x1d][0xbf][0xd4][0xb0][0xf6]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xce][0xd5][0xd3],[0xf3][0x9c]M[\r][0xfe][0xf2][0xc9][0x4][0xc8][0x99][0xe5][0xe3][0x10]o[0xa0]^[0xad][0x91][0xf0]`[0xf2][0xd2][0xa4][0xe2]/[0x1a][0xb][0xf1]<[0x18][0xd6][0xb0]d[0xd2][0x82][0x18]?[0xfd][0x3][0x9][\r][0xc7][0x96][0x8f]M[0xb8][0xb1];[0x12]i[0xae][0xb3][0xcd]A[\r][0xb9][[0xad][0x14][0xf4][0xf0][0xb6][0x9d][0x8d][0xe3][0xb0]h[0xdd][0xbc][0xc5][0xec]J([0x16][0xbe][0xb1][0xdb][0xe4][0xdb][0x17][0xec]'[0x84]1[0xb2][0xc9][0xb2].Lk|6C[0xa5][0xba][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe6][0x9a][0x91]DL[0x14]h[0xb4]~[0xb][0xd3]i[0x16][0xa8]m[0xc9][0xf][0xa5][0xa0]`K[0x6][0x13][\r]E[0xe9])1[0xd8]?[0x9a][0x16][0xab][0xb2][0xf1][0xaa][0x99][0x88]c$L[0x8e]O[0xbf]=[0xc1]{:~[0xa5][0xe1][0xc4][0xf2]wuW[0xfc]aX[0xde][0xea][0xb4][0xad][0xad][0x9c][0xa0][0x9][0x1d][0x9d]J[0xe7][0x85][0xe3][0xca][0xb5][0x9]O[0xaa][0xe9]\9[0xf6][0xd5]j[0xc7][0xd7][[0xdd]Wq[0xd3]c2[0xce][0x16]f[0x9][0x92]E[0xd9][0xb0][0xde]Cr;[0xb0][0xc6][0xbb]c+[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]g[0x8f][0x99]}[0xd1][0xad][0xbc]T[0x98][0xed][0x92][0x0]e[0x17]Q[0x8d]xl[0xd1][0xa9]8+N%[\r]$[0xcc][0x98]D[0x83]E[0xcc]X[0xa7]Sgf;[0xd7][0x90][0xed]Z[0x16][0xf][0x88][0xfb][0xfc][0x13][0xa6]U1[0xde][0x15]6[0x83]1[0x82]\[0x17]Q6[0x18][0x8a][0xc4]O[0x91][0x94][0xcb]j[0x11][0x81]O[0xa7][0xa7][0x1a][0x94]Q[0xd3]G[0xf1][0xce][0x9]v[0x1d][0xbf][0xd6][0xb0]"s{[0xc2]!]D[0xd6][0xa3][0x98]a#[0xfe][0xda]`"H]x[0x10][0xe8][0xeb][0x1b]P[0xf8]K[0x8e][0xad][0xb1][0x96][0x1]q[0xa5][0x1e][0x8a]7[0xf6][0xf5]'[0x6]UY[0xa2]n[0x9e]D[0xd4]bG'[0x96]gyg[0xb6][0x1d]$[0xea][\r][0xc6]{[0xad][0xfa][0xc5][[0x1][0xda][0xdf][0x1f][0xb][0xf5][0x99][0xea]1[0xe3][0x3][0xe1][0x4]["[0xce][0xcd]s[0x6][0x82][0xe1]x[0x86][0x1b]FA[0x85][0xa2]\[0xd1][0xcd][x5[0x9a]`][0xd0]P}[0xf8][0xd2][0x96][0xa5][0x88]y[0xd4][0xcd]f[0x1][0xa1][0xa7][0xb8][0xaa][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x5][0xd6][0xdb][0x1e][0x1d][0x88]u[0x99][0xeb]B[0x2][0x11][0xfe][0x89][0x15][0xc5][0xc5][0xa2][0xa2][0x81][0xf7]c[0xbd][0x81][0x16][0xb4][0x1a]h[0xc0]Z[0x96]$[0x3][0xcf][0xe2]9[\r][\r][0xef]A[0xd9][0xd5]0/[0x14][0xcf][0xdc][0xc]$[0x8b][0xa2][0x81][0xdf][0xe0]2[0x96][0xf8][0xf7]@[0xd4][0x82]%b[0xc9]o[0xe9][0xfa][0xac][0xc5]T[0xc3][0xd2]q[0x8a]U[0x92]uJ[\r]=FQ,][0x9c]&m[0xb1][0xf8]<[0x14][0xc]/[0xee][0x12]v[0xa1][0xc4][0xa0][0x81][0xdf][0xe1][0xf7]"[0xfe]y[0x19]^0[0xf0][0x11][0xd0][0xaf][0x3]x[0x91][0xf5]f[0x82]%[0xd2][0xc0]i8][0x86][0x8d][0x6][0xfe] [0xf][0xf2]G[0xfc][0x89]ya[0xe0]S[0xb8][0xda][0xc0]KxY[0xc7]+[0x6]^[0xc5]k[0x84]b[0x3][0x96][0xcd][0xbf][0x8][0xff][0x19]Y[0x90][0xd4][0xc0]_[0xe5][0xa8] 3[0x90][\r]|[0x14]/[0xca]p[0xae][0x81][0xf3]p[0xbe][0x8e][0xbf][0xc9]/e]*[0x8f]0=[0xc9]i=C][0xe9][0xf4]w\a[0xa0][0xe][0xf5]:^7[0xf0][0xf][0xbc]a[0xe0]M\[0xaf]![0xe7][0xfc]m[0x6][0xae][0xc1][0xb5][0x6][0xae][0x93]e[0xd5][0xa4][0xa2][0xd8][0xc0]U[0xc2][0xf5][0xf3][0xf8]B[0x9a][0x8a]V[0x92][0xb0]@[0x1d][0x96][0xd9]h[0x9e][0x8f][\r][0xb4]e[0x87][0xbd]gq[0x1f]{[0xab]|[0xa2][0x91][0xc7][0xa2]5[0x99][0xe6][0x8f]}A[0xd2][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0x13]Q&[0xfc][0xd4][0xb4][0xd7][0xe2][0x9a][0x8][0x95][0xbc][0xa8][0xe1][0xb8]q[[0xb6]1=[0xa6][0x8f],[0xea][0xa3]Qbq[0xc4]>#[0xae][0xad]?L37[0x89][0xa6]Y[0xb5]A[0x2][0xa2][0xdc][0xb1][0xdb]`[0x8b]Q[0x16][0x94][0xf][0x8]([0xba][0xcb][0x3]ri[0xf9][0xbb]h&;3[0xd1][0xd7]i[0xba][0xf2][0xce][0x8a][0x99][0xe6]y[0x2][0xbc]q[0xa9][0xce]Y[0xb1][0x95][0xb7]=[0xaa][0xe9]j[0x17][0x92][0xf4][0x1a][0xc3][0xad]Ui[0xbe]W4[0x9e][0x90][0xf3],Ei[0xe4][0xa3][0xcf][0xc5];:A[0xbf][0x85][0xce][0xa0]a[0x11][0xf5][0x93]Go[0xa8]:[0xe7][0x1b][)[0x89][0xeb][0x89][0xa8]z[0xd6][0xc2]$[0xb3][0x86]h8L[0x5]C[0xfc]&d[0x97]7[0x10][0xe9][0x8b]v[0x87][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9][0x5]IC[0xd9][0x98][0xee]qL#[0xe8][0x8e][0x87][0xce]3Q[0xc6][0xf][0xd5][0xe3][0xe1][0xc2][0x9]X[0x81][0x13]9/[0xc1]J[0xac][0x82][0x86][0x1a]~@[0xe6] [0xf]s[0xb1][0x1a][0xb5][0xce][0xfa]$[0xae][0xd7][0xa4][0x9c]O[0xc5]lIc[0xce]}[0x2][0xf2][0xdc]oT[0xfb][0xeb]P[0xc4]9[0xb][0x0][0xc7][0x0]wN[0xe2][0x9e][0xc6][0xdf][0xa9][0x15][0xbb][0xa0]Up[0xc8]y[0x10][0xae][0x9d][0x8a][0xf4]d[0x8e]G@[0xbe]Wk[0xe1]&[0xa1]A[0x1][0xa7]peX[0x17][0xd0][0x84]fE[0xc7]B[0xc2]Q[0x98]m#[0xb5][0xd0][0x97]=[0x4]w[0x93][0xdf][0x97]7[0xc]}[0xf5][0xdc][0x1b]`[0xec][0x86]g#YO[0xd9][0xb1][0x1b][0xde][0x8d][0xbb][0x90][0xbf][0x83]4.[0xc5][0xbf][0x88][0x86][0x81][0xaa][0xb9][0xa9]X>[0xd5][0x9a]F[0xc5]f[0xa1]M[0xc9])[0xb3]x[0xd9]r[0xdc]4[0xb0][\r][0x1f][0xa0][0xec]|[0x14]b[0x3][0xda])[0xb3][0x83][0xfb]S[0xa0][0xbd][0x8d]Y:N[0x1d][0xb5][0xb0][0x93][0xa4]DV[0xdb][0xbe][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]u}[0xbb]al[0xa4]Z[0xbe][0xa9][0x5][0x5][0xc3]8b[0x17][0xa6][0xed]p[0x8c][0xcc]S[0x14][0x1f]L1[0xce][0xe7][0x8]%<[0xdb][0x9c]VS[0x9d][0x1c][0x11]([0x9c][0xfc][0xbb]P[0x90][0xc9] [0xa4][0x18][0x14]YD6[0x3][0x99][0x9d]A[0xd6][0xfc][0x16][0xc4][0x99][0xf8][0x90][0xcd]*`[0xfb]I[0xaf][0xf0]W[0xe]cz[0xd2][0xdd]^u9B[0x86][0xd1][0x14][0x17][0xe8][0xe]3[0x1d][0x1f]Vo,[0xb3]M[0x9c][0xc9][0xdb][0xb1][0xf2][0xd8]lo%[0xb5][[0xfe][0xb][0xa7][0xe2][0x1][0xb8][0x86][0xe1][0xdb][0x83][0x19]-U[0xfb][0xe0][0xad][0x18][0xc6][0xcc]!x*[0xaa][0x86]Q[0xd8]R[0xe5][0xaf][0x1c]A[0x91][0xb]U#([0xd6] [0x94][0xdc][0x9e][0xb5][0xd3]y[0x91][0xd9][0x14][0xe][0xc4][0xe9][0xe5][0x4]=>[0x80][0x5][0xd8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x90][0xa5]8W[0xa9]Ta[0x89]pTZ[0xe6][0xa8][0xb4][0x8c]*m[0xa6]J[0xf9](G[0x17]C[0xcf][0xa5][0xde][0xc7]@[0xce]~[0x14][0xe9][0xe8]f[0xa3][0xd1]M:[0x13]gY[0xd1][0xa2][0xcd]"[0x85][0xbc]~[0xdc][0xbf][0x17][0x86][0x4]%[0x1a]n[0x80]{gR[0xf9][0xe6][0xca][0x14][0xe5][0xe9][0xa8][0xc2]fR[0xcd][0xd6]0[0x82]9[0x1a]Zh[0xc0]\[0xb9]Q[0xce][0xc9]<[\r]{P[0xba][0xd2]]Y[0xe2][0x1e][0xc1]|Y[0x94][0xc9][0xec]H[0xa1][0xa5][0xad]C[0x7][0x9f][0xae]t[0xcc][0xad][0xb4][0xcd]u+s+[0xe8]s[0xe0][0x2][0x86][0xf3]6[0x6][0xfb][0xc7][0x99]e[0x17]r[0xef]"[0x9e]]L[0xbf]^B[0x95]/[0xc5][0x16]\[0x86][0x18].w[0xcc]?[0x19][0xc5][0xe8][0xe1]s[0xbb][0x95][0xa3]F[0x1d][0x11]'[0xdd][0xd9]4[0xb0][0x84][0xf].[0xe6][0xe7] l[0x87][0x83]E[0xdf]g[0xd3]o[0xe1][0xfb]j[0xca]5[0xc5][0xc8][0x9b][0x8a][0xfd]([0xb4][0x9d][0xb3][0x1f][0x86][0x8e][0xe8][[0xa8][0xb2][0x3][0xb9][0x9f]d[0xe7][0xfc]?z[0xeb]Jz[0xeb]*z[0xeb]j[0xda]z[\r][0xf7][0xae][0xe5][0xd9][0xa7][0xe9][0xad][0xeb][0xe8][0xad][0xeb]i[0xdf]g[0xe8][0xad][0xcf][0xfe][0x8f][0xde][0x8a]9[0xde][0x8a]O[0xcc][[0x9][0x92][\r]0VG[0x93]5[0xc7][0xca][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xff]0[0x8e][0xa2][0x81][0x99][0xc9][0xfa][0xc5]C$[0xab][0x15][0xcc][0x9a][0xb4]L6[0xab](i$[0xb][0xe7][0xa4][0xbb]Z[0xd7][0x86][0xe0][0xad][0xa4][0x8b][0x8f][0xce]A[0x12][0xcf][0xac][0x4][0xbe][0x89]9psJ[0x2][0xcf]q[0x4][0xcc][0xb1][0x5][0xe4][0xa3][0xc0]6[0xdb][0xc9][0x91][0x19]4j[0x9d][0x8e]A[0x9e][0xb2]U[0xb3][0x85][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x84]?U[0xf8]^[0x94][0xaa][0x7]f.[0x8f]`A[0xce]!S[0xb9][0x94]([0x1][0xdc]Fa[0xb7][0x13]X[0xef] l[0xde][0xc9][0x94][0x1e][0xc2]Q[0xb8][0x8b]/s[0xb7][0xf3]B[0x85][0xfc]{[0x81]JX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rT[0xf5];[0xaa][0x96][0xa5][0xa8][0xea][0x81][0xb6][0x1f][0x15]V*o[0xc3][0xc7]l[0xe0]MU$[0xa0]9][0xcd]5[0x96][0x9a][0xd4][0xf2][0x18][\r]+[0xdd][0x12]d*[0x8]g[0xcb]LEa[0xd9][0xca][0xdc][0xaa][0x92]\e[0xc5][0xd0][0xc1][0x17][0xc6][0x1a]b[0x85][0xdd]B>[0xc]p[0xf]U[0xb9][0x97][0x86][0xec][0xa0][0xba];[0x89]6[0xf7]Q[0xbd][0xfb]Y[0x9b][0x1e]`y{[0x90]j[0xef]R[0x6]-g[0x96],[0xa3][0x9a][0xa2]|.)W8[0xa6]5;[0xa6]53[0xd1]/T[0xa6][0xd5][0xa7][0x4][0x9f][0x5][0xfd]rv[0x91][0x1d]r3[0xe1]:[0x80]y4V[0xfd]c[0xb0][0x95][0xbd][0xc5][0xd0][0xb7][0xe2][0xed]b[0xd2]\[0xe2][0x94][0xd1][0x13]T[0xd0][0xd0]=[0x96][0x3][0x16]fB[0xfa]n>[0xc5]#)[0x5][0xc6]c[0xeb][0xa2]I'n[0xf3]8[0xc7][0xe][0xb4][0xf9][0xe9]N[0x9c].Avl[0xe][0xdd][0xa6][0xbb][0x87][0xe0]vm[0xcf][0x8][0xb6]=4[0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb1][0x94]`[0x9b][0xef][0x98]9[0xdf]y[0xc1][0x99])/[0xe8][0x95]`[0x13][0xa3][0xd6][0x88][0xca][0x97][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb][\r][0xb7][0xd8])S[0x96][0x14][0xdf][0xe4][0xdf][0x87][0xa9][0xbb]Q[0xce][0x9a][0xbd]h[0x8]S[0xa8]G[0x85]6&[0xd8][0xf7][0x92][0xff][0xbe][0x94]l[0x1a]-[0xd8]R[0xa6]E[0xaa][0x96][0xc][0xf1][0x12]Jm[0xd4][0xf1][0x9][0xdb][0x85][0x9f][0xe4][0xd9][0x95]N[0xa5][0x96]*&[0xf7][0x8b][0xd3][0xe5]O[0xb9][0xf]~[0x9a][0xed][0xcf][0x14][0xfb][0x4][0x5]<[0x99]"[0xb6][0xd8][0x11]kd[0x8a][0x15][0xc8]Xc[0x85][0xec]U[0x8e][0xb9]=[0xb6][0xb8]y[0xe9][0xe2]$[0xad][\r][0xcb][0xd0][0x87]P[0x99])[0xf4]i[0xb2]&E[0xe8][0xa7]i*[0x6][0xb4][0x83]$N[0xae]s4[0xf1][0x12][0xbf]M-[0xa5]5y,[0x11]__[0xe1][0xbf][0x13][0xb9][0xee][0xed][0xf4]P[0xae]k[0xbb][0xff]1,[0xb9]QM[0xf6]`I3[0xab][0xec][0xd2][0x16][0xd6][0xc8]e[0x82]j[0xd2]a[0x95][0xb8][0xf7][0xc2][0xe7][0xda]^%[0xb8][0xb6]<[0x7][0x8a][0xd2][0xbd][0xdd][0xc1][0xaf]Z[0xa2][0x16][0xf8]i[0x9d][0x8b][0xd7][0x89][0x3]o[0xd0][0x81]o[0x12]G[0xfe][0xc5][0xb4][0xfc]7[0x95][0xfd][0xf][0xab][0x2][0xa1][0x5][0xff]e[0xdf][0xb4][0x1f][0x95]x[0x1b]Kp@x[0xa3][0x96][0xba][0xad][0xd1]\[0xe][0xae]Q+'[0xb9][0xeb]Y[0xc2]6S[0xdd]98[0x96][0xd0]p#[0xb5].#[0xb0]w[0xb1][0xa8][0xba][0xc8]g6[0xbe][0xc4][0x99][0xdb])[0xaa][0xd6]Y[0xc4]9[0x8b][0xf0]L[0xdc][0xe3]C[0xae][0x9e][0xeb]9[0x80][0xb9]:[0xbe][0xcc]`[0xe5]?[0x83][0xd8]t[0x93][0x83]k[0xcb][0x15][0xa4][0x10][0x9][0xa5][0xe9]u[0xb3]k[0xbe][0x1f]~&[0xa4][0xc2][0xe9][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf][0x92]_[0x9]+h[0xd7][0xfb][0x18][0x8a]+)[0xef]f[0x15][0xf4]_[0xe1]Zd[0xe4][0x90][0xa7][0xf5][0xa7][0x94]([0xdd][0x9b]7[0xe5][0x1d]PK[0x7][0x8][0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.class[0x9d]T]O[0x13]A[0x14]=[0xd3]V[0x96].[0x8b]-[0x8][0xc8][0x97][0x8a][0x8a][0xd8][0xf]eE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa1]A[0x92][0x82][0x91][0xa4][0xe8]C[0x9][0x9][0xbc][\r][0xdb][0xa1][0x1d]\v[0x9b][0xdd]Y[0xa2]?[0xc5]_[0xe0]+&*F[0x13][0xe3][0x93][0xf][0xfe]([0xe3][0x9d][0xa5]@[0x91][0xa8]I[0xb7][0xd9][0x9d];g[0xee]=s[0xe6][0xcc]L[0xfe][0xfa][0xf2][\r][0xc0]<[0x16][0xd3][0xe8][0xc5]=[0x13]i[0xcc][0x18][0xb8]o"[0x89][0x9c][0x89]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0x8a]&[0x8d]<0[0xf0][0xd0][0xc0],C[0xf6][0x90][0xbb][0xd3]2[0xdc][0xe0][0xad]5[0x8f][0xef][0xba][0xa2][0xce][0xc0]v[0x18]z[0xca][0xd2][0x93]j[0x99]![0x95][0xdb][0xc9]oQS[0xf1][0xeb][0x82]!S[0x95][0x9e]x[0x11][0x1d][0xec][0x8a]`Sg3[0xc]V}[0x87][0xbb][<[0x90][0xba][0xdf][0x6]S[0xaa])C[0x6]k[0xdd][0xf3]DPqy[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]>[0xa9][0xfa]A[0xc3][0xe6]-[0xee]4[0x85][0xed][0xfa][0x8d][0x86][0xf4][0x1a][0xba]-[0xed][0xdb]aK[0xda][0xab]b[0x8f]G[0xae][0xda]l[0x6][0x82][0xd7]+[0xbe][0xa7][0xc4]kE[0xb2][0xa6][0xe7][0x96][0x18]L[0xa7])[0xdd][0xfa][0x16]w#b[0x9f][0xca]U[0xf7][0xf9]![0xb7]#%][0x9b]2[0x96][0xf2][0xf4][0x19][0xfa]Z<[0x10][0x9e]j[0x17]d.[0x8d][0x8f]\T[0xfd][0xa6]u[0xaa]|[0xe1]bj[0xf9][0xa4][0xeb]rRZS[0x1][0x9]^[0xba][0x8c],[0x13]aMq[0xe7][0x15]U[0xc4][0x80][0xbd][0xc5][0xc0]W$[0xb7][0x8b][0xc7]H}[0xc6][0x95]wH[0xb1][0xa3][0xb8]DS^[0x8d][0xa7]J$+[0x18][0xa7]VS[0x8f][0x9c][0x94][0xb7][0xa9]u4[0x82][0xeb]4[0xdd][0xe8][0xd9][0xb4][0x1a][0x19][0xa3]h[0x9c]b[0x3][0x89][0xb1][0x15][0x83][0xa0][0xc9]X[0xe7][0x8d][0xec]*i[0xb9][0xd9]^[0xcd]|{5[0xe9]B[0xf1];z>[0xc1]8[0xfa][0xc7]b[0xd2]g[0x8b]9[0xa1][0xba][0x85][0xa9][0xb8][0xbd][0x8d];1z[0x17][0xd3][0x18][0x8c][0x17][0xcd][0xc8]D[0xfd][0xf4][0xfe][0x6]PK[0x7][0x8][0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.class[0xad]W[0x89][0x14][0xe5][0x19]~f[0x8f][0xcc]fwBBB[0x80][0x10]L[0x0][0x11]C6K[0xa0]"*W[0x81][0x18]%u[0x13][0x90][0x4][0x14][0x14]e[0x9]C[0xb2][0xb0][0xd9][0x8d][0xbb][0xb3][0xd4]h[0xb5]V[0xad][0xda]Z[0xeb][0xd1]K[0xa8]G[0xf]5[0xad][0xd2][0x16][0xac]\b-[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]m[0xb5]Z[0x8f]V[0xeb]Y[0xad][0xed]_[0xe0][0xf][0xa5][0xcf];3;{F[0x3][0xbf]r[0xcc][0xf1]}[0xef][0xbc][0xdf][0xf3]<[0xdf]{|[0xfb][0xec]g[0x8f]>[0xe][0xe0]4[0xfc][0xd7][0xf][0x15][0xdb][0xfd][0x98][0x8d][0x1d][0xe5]|[0xfa][0xb1][0xbc][0xde]%Ow[0xfb]q[0xf][0xee]U[0xf1][0x13][0x1f]~*[0x8f]?S[0xf1]s?[0xfc][0xd8][0xae][0xe2]>?4[0xec][0x90][0xcb][0xfd]*[0x1e]P1[0xec]G[0x15]~![0x97]_[0x6]P[0x89][0x7][0xfd]x[0x8];e[0xfa]W[0xf2][0xfa]k[0xb9][0xfc]&[0x80]][0xd8][0x1d][0xc0][0xc3][0xf8][0xad]\[0x1e]Q[0xb1]'[0x80]z[0xec][0x95][0xcb]>1[0xd8][0xaf][0xe2][0x80][0xdc][0x1f][\r][0xe0] v[0xcb][0xc7][0x8f][0x9][0x94][0xdf][0xc9][0xd8][0xe3][0x1][0xfc][0x1e][0x87][0x2]x[0x2]O[0xca]";|[0xf8][0x83][0x0][0xfe][0xa3][0xcc]=[0xe5][0xc7]a[0x1c][0x91][0xcb]S*[0x9e][0xe] [0x84]gd[0xf8]Y[0x15][0xcf][0xa9]x^[0x81][0xd6][0x11][0x8f][0xeb][0xc9][0xb6]X$[0x95][0xd2]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*;[0xba][0x96][0xb7][0xaf][0xea][0xe8]Y[0xba],[0xdc]~i[0xe7][0xd2][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xc3]["[0xdb]"[0xad][0xb1]H[0xbc][0xaf][0xb5][0xdb]HF[0xe3]}[0xb][0x14]T[0xb4]%[0xe2])#[0x12]7[0xd6]Dbi]AY:[0xa5]wF[0x6][0x15]([0xeb][0x14][0xf8]b[0x89][0xde]H[0xcc]|[0x9d][0x90][0xf3]qOR[0x8f]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x1c]=[0x94]wG[0xfb][0xe2][0x11]#[0x9d][0xe4][0xd7]][0xa5][0xad][0x16]Z[0xc3]i#[0x1a]k[0xa5][0xb7][0x85][0xc5]@[0x8a]G[0x16][0xf3]/[0xe1],[0x8c][0xc6][0xa3][0xc6]b[0x5][0xee][0xa6][0x99]k[0x14]x[0xda][0x12][0x9b][0xb8]Le8[0x1a][0xd7][0xbb][0xd2][0x3][0x1b][0xf5]dOdcL[0x17]n[0xb2][0xce][0x9a]H2*[0xef][0xf6][0xa0][0xc7][0xe8][0x8f]R[0x89]y[0xe1]D[0xb2][0xaf]52[0x18][0xe9][0xed][0xd7][c[0x89][0xbe]>[0xba][0x97][0xfb][0xdc]-[0xad][0xa9][0xc1]h[0xeb][0xd9][0xfa][0xe6]H:fXp[0xa9][0x86][0xa1]_n[0x10]$[0x17][0xf7]4[0xad][0x93]E[0xc7][0xf5]r[0xc6][0xd0]s[0xf8][0x98][0x8a]L[0xe2][0xec][0x88][0xa2]h[0xd1][0x14][0x8d][0xda][0xe3][0x2]d[0x13]_[0x7]"[0xf1]H[0x9f][0x9e]\[0x99]L[0xc][0x12][0xd1][0xac][0x91][0x11][0x99][0x1a][0x89][0x99][0x9e]4[0xa2]zj5_[0xe9].[0x10][0x8d][0xf7][0xeb][0xc9][0xa8]a[0xf1][0xaa][0xe8]6"[0xbd][[0xe9][0xdf][0xe4][0xa9][0xe2][0x5][0x5][0xe7][0x8f][0x8][0xe6][0xc4][0xb5]w[0xf][0xa6][\r][0x5][0xa7]6[0x8d][0xe6][0xb][0xd1][0xc9][0xbd]U[0x1f]R[0xe0][0xdd]f[0x5][0x92]{@D[0xaa][0xcc]_[0x9d]^[0xc7][0xe7][0xef][0xd4][0xd0]`f[0xb7]N?![0xa0]VZ2P[0x8]vi,[0xc6]Hh*XR[0xa0])[0xf4][0xef]m[0x8f][0x1b]I[0x2][0xac][0xcd][0x9f][0x9f]n[0xe][0x13][0x98]2[0xa0]`A[0xa9][0xb9]Q#[0xf9][0x93][0x82]3[0x9b]N[0x88][0x85])_[0x9f]N[0xb9]g[0x94][0x90]{f[0xf1][0x10]k[0x8]9'[0xf5][0x81][0xc4]6R[0xab]-[0xf5][0x91][0xa4]Kob[0x90][0x8c][0xcb]-;S[0x9e][0x9][0xb9][0xa6][0x1d][0x86][0x9e][0x14][0xf1]-cn[0x1f]cs\[0xa9]y[0x5][0xa5]>+AN[0xe2]&8j[Y[0xd6][0xdb][0x1b][0xd3]#I[0xde][0x8d][0x84][0x99]Vc[0x9b]f[0x16][0xc5][0xcc][0x19][0x85]c[0xa3][0x94][0x95][0x89][0xd3][0xcb][0x84][0x8e]D[0xe3][0xa9][0xf3]$6K[0xea][0xc4]:[0xa7]nN$[0xdb][0x99][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "BM_[0x90][0x9a][0xcb][0xa2]R0[0xd3][0x3]z[0xd2]B[0xaf][AU[0x16][0xe9]5[0xa2][0x89][0xb8][0x82][0xe6][0xd1][0xaf]`[0xd9][0xa8][0x8d]K[0x10][0xe][0xf5][0xac]1)^[0xb4]p[0xcd][0xfc][0x9c][0xd9][0x15][0x1b][0xb7][0xe8][0xbd][0xc6][0x82][0xc5][0xa3]'2[0xa2]o![0xb8][0xe4][0x8b][0xfc][0xf4]$[0xb3][0x8c][0x8a]a[0x88][0x8b][0xe0]qx[0xa0][0xa2][0xec]F[0x86][0x9e][0xdf][0xad]lg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x19][0xbd][0xab][0x11]X[0xf5]t[[0xb5][0x8d]w[0x5][0xdb]JJ[0xd7]}"r[0x8e]re^D[0x12][0x1f]s[0xdd]n[0xb8]_[0x94][0xf0][0xe][0xf7][0xd0]H[0xfb]\[0xfc]9WcPs[0x8d]63[0xff]k[0xf9][0xd4]10[0x90]6[0xdb][0x7][0xb3]gE[0xb2]+-[0xb5]@[0x8d][0xa6][0xda][0x7][0x6][0x8d]![0xb3][0xbb]2[\r]<[0xa9][0xe8][0x15][0xba][0xf9][0xd2]A[0x88]F[0xc2]r[0xc7][0x92][0xd0]T[0xa2][0x2][0xd1][0xa2]?[0x92][0xea][0xb7][0x1a][0xb2]w0[0x19][0x1d][0xe0]][0xe9]0[0xab]R[0x8a][0xfd][0x94][0xe7])>[0xeb][0x97][0xa5]#[0xb1]TA[0xe6]eb[0x83]Kz[0x13][0x6][0x1b][0x1b][0xd7]Ll[0xdc][0xa2][0xa0][0xf5][0xf3];u[0x89][0x16][0xed]3[0xbf][0xe7]3[0x8f]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0xdd][0x89]t[0xb2]W?'*[0xfd]d[0xf2][0x8][0x8d]}[0x96][0x0][0xd1][0xb0][0x10]mrY[0xa4]a[0x1e][0xce][0xd0]p6[0xda]5[0x9c][0x89][0xb3][0xd8]M5[0xfc][0x19]Q0[0xf7]DN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0x8a][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x7];[0xb2][0xcd][[0xc3][0x8b][0xb8][0x8c]G[0x92][0x13][0xf1]=}[0xe]u,[0xd9][0xe3]5l[0xc0]K<[0x17][0xe4][0xd5]H[0x96][0xd2][0xec][0xfb]rn[0x15][0xc7][0x84][0xf1]_[0xe5]r[0xa1][0x86]N[0xbc][0xac][0xe2][0x15][\r][0xc3][0xab][0x1a]^[0xc3][0xeb][0x1a]n[0xc4]M[0x1a][0xde][0xc0][0xdf]U[0xfc]C[0xc3][0x9b]x[0x8b][0x1d]M[0xc3]?q[0x83][0x86][0xb7][0xc5]}M[0x89][0xde][0xa8][0xe1][0x1d][0xbc][0xa4][0xe1][0x1a][0xb9]l[0xc0][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3]EC/[0xde]U[0xf1][0x9e][0xdc])[0xf6]u[0x88]k[0x18][0xc4][0xed]*[0xde][0xd7][0xf0][0x1][0xfe][0xa5][0xe2]C[0xb9][0xa4][0xc0]u[0xe5]U[0x1a][0xbe][0x85]ok[0xb8][0x19]7[0xa9][0xf8][0xb7][0x86][0x8f][0xf1][0x1f][0x86][0xfd]q[0x85][0x84][0x86][0xeb]e[0x81][0xdb]p{[0x1e][0x14]+[0xe2][0x18]`[0x9f][0x9f][0xc4][0xab][0xe8]kE<6d!75l9[0x9e][0x93][0x1a][0xab]VV#[0xb3][0xf3][0x19][0x9][0x6]w[0x5][0xf3]/k[0xa8]`6[0xf3][0xe9]8[0xf][0x80][0xd5]t[0xb1],[0x91]`[0xab][0x8c][0xdb]sC[0x85]y[0xe9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "OS[0x87][0xd4][0x98]3K[0xa4]\[0x89]$,[0xe5][0xa1]6[0xcb][0xa2]-[0x11][0x8b][0xe9]fo[0x93][0xdf][0x14][0xe9][0xf8]@bSts[0xd4].$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0x14][0x9d][0xb6][0x8a][0x9a][0xb7];%[0xe7][0x9a][0x92][0x5]@*[0xa1][0xd9]@[0xbb][0xc5]$[0xbf][0xf3]shA^H[0x9b]6[0xbe][0xa8][0xa3][0xea][0xf8]<[0xf3][0x8c][0xda]R[0xf8]X[0x97][0xba][0x18][0xe]T"n[0xde][0xca]([0x9e][0xd9][0xff]g[0x94][0x2]QJ[0x80][0xea][0xe2][0x3][0xc][0x8f]@[0xa3]m[0xa8][0xe6]q[0xa0]W[0x1f],<=[0x8f][0xbc][0x9][0x14]b[0xe6][0xa8][0xfb][0x8b][0x82][0xb3]F[0xe5][0xb5][0xf4]:c[0xb3][0xa3]v@Q1[0xf3][0xcc][0xbe]b[0xb3][0x88][0x9a][0xf7];[0xc2][0xb6]X[0x80][0xa9][0xfc][0x85]:[0x1b].[0xfe][0xe8][0x9c][0x3]7[0xea][0xf8]sz.xd[0xe7][0xf]k[0x17]|[0xa8][0x96][0x1a][0xca][0xe7]j[0xa9][0xa0][0x1c][0x9f]o[0x8e]/@-[0x9f]Yby][0xcc][0x91][0xb9][0x1c]Sx/k[0xf6][0xec][0x83][0xb2][0xdb][0xb4][0xf9]2[0xaf]~[0xde][0x81]Y[0xf0][0xa2][0x15]K[0xf8][0xa4]YVX[0x8a]e[0xbc][0x8b][0x87]6[0xdb][0xc3]*Z[0x8a]mu[0xf3]>[0xb8][0x9a][0xeb][0xf7][0xc0][0xdd]\[0xbf][0x1f][0x9e]=[0xf0]f[0xbd]U[0xc3][0xc3][0xeb][0x1c]^[0xbf][0x84]r[0xe2][0x1c][0xcb]u[0xc5][0xeb]x[0xeb]K[0xdb]+l[0xcc][0x8c]()[0xfd][0x9c][0x13][0xff]W[0x91][0x9b][0x9b][0xf7])[0xfb]Q[0x16][0xe]V[0xfb][0xf6][0xa2]|[0xd1][0xe4][0xed][0xd0][0xe][0xc2][0xbf]v[0xd2]>[0x4]v[0x1d][0x84][0xb6]v[0x1f]*v[0xd1][0xc6]m[0xae]6[0x9e][0xa8]A[0xce][0x1e]r[0xe][0x90]q%[0xd1]N[0xc4]9[0xe6][0x8a]S,_|[0x13]m<[0x98][0x8c]s[0xb1][0x9c]+[0x6][0xa8]K[0x7][0xc7]\[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xcb][0xa1]|[0x8a][0x89]*[0xce][0xcb][0xc8][0x16][0xa6]I'[0xba]l[0xca]O[0xd1][0x89][0x10]Z[0xd2][0xfc][0x8][0xdc];[0xe0][0xd9][0xcd][0xbb]w/[0xc6][0x1c]BeW[0xe8][0x8][0xc6][0x1c]D[0xd5]Z[0xca]9v[0x18][0x1]y[0xc][0xed]CuW([0xd8]r[0x0]5n\ [0xb6][0xa1][0xfd][0x18][0xb7][0x17][0xb5][0xbb]M[0x8][0x2][0xb9][0x81][[0x9][0x9c][0xc7]k[0x98][0xe4][0xbb]P[0x83][0x15][0x8]b%e:[0x9f][0xf3][0xab]L[0xe8][0xcd][0xd6][0x9a][0x8e]XKh3[0xd7][0xdc][0x96]%[0xa6][0xa5][0x8b]_[0x85]h[0xbf][0x8a][0xe8][0xba][0xed]-[0xb3]Fz8"[0xb4]*[0xe0][0xf6][0x1d]E[0x9d][0x8a][0xd5][0xe7][0xaa]X[0xc3][0xe9][0xb]p[0xa1][0xa5][0xb2][0xd2]@[0x13]Q[0xcd]([0xa6][0xd4][0xd9]r[0x4]5[0xc2]#x[0x0][0xe3][0x15]dy[0xb5][0x90]W'[0x7]'(8[0x80][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]B[0x7]P[0xa7]`;f[0xf0]a[0x92][0x82]C[0xa8][0x9f][0xef]i[0xa9][0xf3][0x1c][0xc0]d[0x5]r;I[0xc]E[0x83][0xe1]c[0xaf][0x8a][0xff][0x96]B[0x19]fPy`5[0x4][0x9d][0x8f][0xd8]j[0xb0][0x96][0x11][0xbe][0x8e][0xf4].[0x82][0x8e][0x8b][0xd1][0x8f][0xf5]H[0xe1][0x12]G[0x8e][0x95][0xdc][0xb5][0xb5][0x9c][0x13]a[0xc]G[0x18][0x83][0x96][0xab]L[0xf2][0x11]S[0xe][0x97])[0x87][0xec][0xbc]e[0xbf][0xde][0xb6][0xbf][0x98][0xc2]d[0xac]z[0xec][0x9d]g[0xec]P[0xa2][0x6][[0xa2][0xa3][0xd0]T\[0xf2][0x9][0xb7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]Ki[0xbf][0x81][0xf6]V[0x18]\[0xcf][0x11][0x89][0xa6][0x86]|[0xad]Te[0x18][0x15]-[0xd4][0xa5][0xc1]E[0x9][0x1a]w9[0xec][0xac][0x9c][0xda][0xc8]X[0xeb][0xcd][0x89][0xc5][0x6][0x7]w[0x83][0xbd][0xa1][0x1]b[0xca][0xe2][0xd6][0x9c][0x91][0xc]F[\r][0xae][0xa3][0xa8]![0xc4][0xe][0x95][0xde][0x14]z[0xdb]d#z[0xd8][0xe][0xcc][0x96]\D[0x87][0xd1][0x98][0xd9]-F[0xe1][0x1]Lq[0x8d][0x10][0x84][0x93][0x98][0xdf][0xa0][0xc6][0x1]D[0x99]3[[0x98]3[[0x89]1F[0xf6]qG[0xf1][0x89]D[0xa2][0x9b]![0xc6]U[0x1c][0xe4]-[0xe][0xf2][0xa9]9[0xc8]%[0xbb]-{[0x9]@k.[0xc3][0xc1][0x7][0xe5]([0x82][0xe4][0xc0][0xaf]6[0xa3][0xcf][0xce][0xf5][0xa3][0xb4][0x13][0xc]][0xf9][0xf8][0x97]:[0xf8][0x9]*s[0xd2]#[0xd1]d[0x86]Z[0xbd]<[0x99][0xb1][0xd6]8[0xdf][0x1b][0xaa][0xf3]Z[0xf4][0x86][0x8f][0xbd]S[0x92][0xe1]4[0xae][0xb]\F,I2L[0x11][0x9d][0xc1][0x8a][0x93][0xe6][0xdc]62[0xf9]*S|[0xc8]d:[0x97][0xb9]0[0x8f][0xb1][0xb8][0xc2]|[0x9a][0xc8][0x9a][0x9a][0xe1][0xdc][0xe5]p[0xee][0xa2]RQ[0x93]s[A[0x94]Y[0xf6]=[0xb6]}?[0x95][0xcc]Xe[0xd8][0x8f][0x83][0xfb]3L!{[0xf3][0x1f][0x3]l[0xea]'[0x8c][0xe]+[0xc6][0xb6][0xd2]:[0xe6][0xd4][0xe7]y[0xbc]K[0x8a][0xfb],E[0xa6][0x15]V[0xe8][0xab][0x98]+W[0xe7]Th[0x9f]S[0xa1][0x7][0xb8]k[0x96][0xaa][0xad][0xb6][0xf]o[0xf3]^[0x9c][0xbc][0xcb]qPf[0xe]^[0x9b][0xf3][0xb1][0xd7][0xfe][0xd8][0x2][0x92][0xe0][0xd8] [0xc5][0xb2][0x80]\g[0x7]{c[0xfe][0xd6][0x8c][0x95]@[0x9f][0xee][0xe2]N[0xa8][0x9e]ax[0xdc];[0xb][0xa2][0xfd]F2[0xbf])'[0xda][0x1b][0x1d][0xfd][0x1a][0x9d][0x98][0x19]W[0x14][0xed][0xe3]r[0xb4][0xf2]K[0xb4][0x9f]D[0xa1][0x96][0x8][0x8b]$w[0xcd]b[0xf5][0x81]][0xb1][0x96][0xe7]g[0x9f]gwK[0x89][0x8a]tJNE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]V[0xa4]S[0xdc][0x18]>[0xf6]Za1[0xbe][0x85]8[0xbe][0xcb]([0xb9][0x15]U[0xb8][0x9d]U[0xe8][0xe][0xf6][0xa4][0xef][0xb1][|[0xdf][0xc9][0x85][0xd9][0xc4]i[0xd8][0xd5]g[0xb9][0xc3]k9[0xe3]i[0x9b][0xc9]bQA\X[0xf6][0xeb]m[0xfb]4[0xe3]-c[0x95][0xe1]:[0x16][0xee][0xa3][0xa8]"[0xd7][0xa3][0x8][0x98]q[0xd1]l[0xef][0xc5][0xe5]&[0xf5]![0x9b][0xfa][0xa7]t!i[0x12][0xce][0xef];[0x9e][0xdd][0xa1],[0xf5][0x9c][0x1c]9[0xd5][0xc9][0x91][0xfa][0xf9][0xde][0xa0][0xe4][0x88][0xb0][0xf7][0x9a][0xec])[0xd6][0xc][0xf][0xe9][0xbf]RH[0xff]NB[0xdb]N[0xfa];H[0xff].[0xb6][0xec][0xbb][0x9][0xf9][0x1e]v[0xa8]{[0x9d][0x4]9[0x8d][0xc5]T[0xe8][0xcb]&[0x84][0x1d][0xfa]a[0x12][0xbb][0xc2][0x8c][0xa6]0[0xae][0xc4][0xd7][0x88]8[0xc0][0xb9]lW[0x12][0xe1][0xac]/[0xd7][0xdb]_[0xa6][0x19][0xc4][0x19][0xfb][0xab][0x1d][0xfb]L[0xcf][0xca][0x91][0xc4][0xaa][0xc5]![[0x92][0xaf][0xf3][0xa3]k[0xf0][\r][[0x92][0x13][0xab][0xc5][0xf7]q[0xb1][0xfb][0xff][0x8f][0xb5][0xd8]Bv-[0xad][0xae]s[0xb2][0xef]jz[0x96][0xb5][0xa6]e[0x91][0x85][0x83]GP!5m[0x1f]N[0xb5]{i[0x90][0xd5][0xad][0x10][0xdd][0x83]\[0xeb][0xa1][0x9c]s[0xd2]4[0x1b]][0x0][0x13]LLJ[0xe][0xa6][0x9]&&%[0x8b][0xc9][0xe9][0xf2][0xd9]d[0xbe][0xde][0xc1]t[0xba]][0x11][0x2]YL[0x85]uaWN][0x8][0x14][0xd5][0x85]o[0xe2][0x6][0xbb].[0xc][0xf1][0xee][0xca][0x17]>[0x1c]<[0xc][0xcd]:,[0xec][0x18][0xa1],[0xec][0xa1][0xcf][0xbd]9[0xd4][0x1a][0x1c]j5E[0xd4]jr[0xa8][0x5]$[0x1a]x0[[0xed]6[0xab][0x1][0x1c][0xdb]0[0xc][0x1b][0xc6][0xa4]|[0x95]U[0xf7]0[0xca]-([0x85][0x10][0xe][0xd2][0xd9]c9[0x10]&9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x10]*[0x8b] T[0xe6]@[0xf0]gv[0xbc]][0x10][0xf0][0xb7][0xb1][0x8d] m#[0xa8][0xcb]G[0xe0][0xab]n[0x1a][0x86][0x1a][0xdc][0x8b][0x99][0x85][0xdb][0xfb][0x4][0x1d]?[0x99][0x3][0xa0][0xce][0x1]0[0xa6][0x8][0xc0][0x98][0xc2][0xed][0x1d]G[0x0]mV[0xfb][0xbf][0xd9][0x11][0xe1][0x5][0xfa][0x91][0xe2]2[0xaf][0xaa]q[0xa1]gQNq[0xa8]j[0x9c][0xdc][0x1f][0xb2][0xd5]`[0x8d]h[0xe6])f[0x91][0x8c][0xc9]ao?[0x8][0xae]e[0xc3][0xa2][0xc9]Y[0x81][0xac][0x83][0xc0][0x11][0x6][0xee][0xd3][0xcc][0xd1]gX[0x1][0x9e][0xc5]t<[0xc7][0x84]x>[0xe7]$:[0xcf][0xc6][0xeb]f>[0x87][0xe5]R[0xa1][0xed][0x1c][0x96][0xcc][[0x88][0xa2][0x8a]G[0xb9][0xfc][0x93][0xa8]5[0x92][0xc9][0xea][0x93][0xe1]:[0xc6][0xb3][0xb7]G[0xc5][0xad][0x8a]b[0x9e][0x2][0x94]c[0xfc]<[0xfb][0xee]RD[0xdd][0xdb]XyMj[0xca]|:[0x95]r[0x11]i[0xe]>[0x0][0xaf]g'[0x95][0xf5][0xba]w[0x6][0x9f][0x80][0xba][0x1d][0xb5][0xc1]CP;[0x85]K[0xb][0xff][0xdf]kO[0x84]v[0x98][0xf][0x87][0x10][0xea][0xcc]Q[0x82][0xf5]n[0x96][0x14]G[0xaa][0xe1][0xaf][0xf3][0x1c]F[0xb5]{gH[0xca]c[0xab][0xb][0xa6][0xbd]'[0xab][0x82][0x9c][0xc2][0x81][0x17][0xb9][0xec]K[0xac][0x88]/s[0x17]^[0xe1][0x9][0xfa]U[0x16][0xf1][0xd7][0xb8]W[0xaf]S[0x91]7[0xc8][0xe9]M[0x16][0xa4][0xb7][0xd8]b[0xdf][0xa6]:[0xef][0xf0][0xbb]w[0xd9]"[0xde]c[0x9d]|[0x9f][0x87][0xcd][0xf][0xa8][0xc0][0x87][0xac]s[0x1f][0xf1][0xe0][0xf8][0xb1][0xa9][0xdc]b*[G/wP9[0xd9][0xf3][0x88]Sp"l._#[0xd9][0xb9][0xf4]w[0x7][0x9b][0x8c][0xe4][0xe2]4[[0xc3]s[0xb9]#?[0xe0][0x93][0xc7]9VYs=[0xce]\[0xf][0xe7]D[0xd7][0x1a][0x94][0xa9][0xde][0x89][0xbe][0xcf]0M[0xc5][0xf][0xad][0xf3][0x5][0xc3][0x5]?2[0x13][0xf7]N[0xfe][0xfa][0x92][0xdf]X.[0x6][0xa0][0xfc][0xf1][0xa1][0x9e][0x91][0xbd][0xae][0xac][0xfc]PK[0x7][0x8] [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.class[0xbd]XytT[0xd5][0x1d][0xfe]nf&/[0x99]L[0x16][0xb3][0x90][0x84][0x90][0x5]![0x90][0xcc]$D$[0xe2]B[0x88]b05[0x98]Di"[0x8][0xd4][0xea]K[0xf2]H[0x6]'3[0xe3],[0x8]b-n[0xdd][0xd4][0xb6]Z[0xbb][0xa0][0xb8][0xd4][0x8d].h[0x83]K[0x0]-[0x88][0xb5][0x85]j[[0xad]Z[0xb7].z[0xda][0x9e].[0xfe][0xd3][0x9e][0xb6][0xa7][0xdb]9T[0xfb][0xdd][0xfb]^[0xde][0xbc][0x99]L@9=[0xe5][0xc0]{o[0xee]}[0xf7][0xf7][0xfb]~[0xdf]o}[0xbc][0xf0][0xde]S[0x7][0x1],[0xc1][0xdb]^4[0xe2][0xae]|[0x94]a[0xa7][0xbc][0xdc][0xed][0xc5]b[0xdc][0xa3][0xe1]^/<[0xb8]K^[0xee][0xf3]r[0xf9][0xeb][0xf2][0xe9]~yy@[0xbe][0xf0]`[0x1][0x1e][0xc2][0xc3][0xf2][0xe7]./[0xbe][0x81]o[0xca][0xa7]o[0xc9][0x8d]o[0xcb][0xa7][0xdd][0xf2][0xf2][0x88][0x86]G5|G>N[0xc8][0xcb][0x1e]yyL^[0x1e].[0xc0][0xe3]xB>[0xa9][0xcb][0x93][0x1a]&[0xf3][0xb0]W>[0xee][0x93][0x97][0xfd]R[0x9f]R[0xf5][0x94][0xbc]<-/[0xdf][0xd5]p@[0xc3]A[0xf9][0xf8]L[0x1e][0xe][0xc9][0xfb][0xb3]^|[0xf][0xcf]y[0xf1]}[0xfc]@[0xc3][0xe1]<[0x1c][0xf1]"[0x80][0x1f][0xca][0x9d][0xe7]5[0xfc]H[0xca][0xb8]O[0xc3][0x8f]%[0xa6][0xbb]4[0xfc]D[0xa0]$n[0xc4][0x82]zh[0x8d][0x11][0x8b][0x7]#[0xe1][0x8b]{V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]U[0x2][0x85]][0x91]p<[0xa1][0x87][0x13]k[0xf4]P[0xd2][0xf0]@[0xfe][0xe9]+[0xb9]I[0xc0]30[0xb8][0xa2][0xeb][0x2][0x81][0xca][0xde]M[0xfa]f[0xbd]-[0xa4][0x87]G[0xdb][0x6][0xc7]b[0x86]>[0xd2][0x1b][0x19][0xd6]C[0xcb][0x4][0xf2][0x7][0x82][0xa3]a=[0x91][0x8c][0x19][0x2][0xab][0xb3][0xbf][0xd5][0xd1][0x1b][0x89][0x8d][0xb6][0xe9]Q}x[0xcc]h[0xb]EFG[0x83][0xdc][0xe7][0xbd]}S[<[0x1a]l[0xeb]K&[0xf4][0xa1][0x90]a[0x1e] [0x90][0x84][0xb1]%1[0x90][0xd0][0x87][0xaf]X[0xd6]I[0xf9]y[0xc9][0xb8][0xa1]~[0x11][0xe9]z[0x81][0xdc][0x8e]`8[0x98][0xe8][0x14]p7[0xad]o^[0xc3][Wd[0x84][0x9a][0x8b]{[0x83]a[0xa3]?9>d[0xc4][0x6][0xa5]0[0x81]R[0xa5]z[0x8d]Ns[0xa5]ps[0xd1][0x9d][0x18][0xb][0xc6][0x5][0xce]86[0xa0][0x95][0xc6]F=[0x19]Jd[0x1]$P6j$[0xfa]#[0xe1][0xfe]d([0xa4][0x96][0xba]"[0xd1][0xad][0x2]g55[0x9f][0xa8][0x8d]4i[0xb3]$[0xfd][0xf8][0xb0][0x8e]%[0xa3]P=[0xf4][0xe9]Qe([0x3][0x97]A'[0xe0][0xd2]GF[0x4]*[0x9a][0x1c]n[0x19]H[0xc4](uY3[0xa9][0x14]q[0xc9][0xd2][0xb4]-[0xb2]4[0xac][0x8c][0xca][0xe5][0xe9][0x15][0xa1][0x90]@[0xb5]% [0x99][0x8][0x86][0xda][0xba]"[0xa1][0x90]1[0x9c]`[0xf4](!Z\[0x9d][0xa2][0xa8]Y[0xd9]_[0x92][0x1b]i[0x9e][0xd8][0x1a][0x9d][0xf2]F [0xeb][0x89][0x8e][0xc0]tL2[0x10][0x16]eG[0x91][0xfd]u[0x9]-W[0x8f][0xf7][0x6][0xe3][0x9][0x1a]I[0xef][0xa4][0x8e][0xca]5[0x8a][0m[0xb1]#[0xbb]^[0xcf]p[0xc8][0xd0]c$[0xb3]I[0xc6][[0xde]0[0x89][0xd7][0x83][0xe1]x[0x6][0xaf][0x17][0xe]m"[0x1e][0x93][0xd7]H:[0xaf][0xd6][0x96]@[0xc1][0xd4]Y[0xc5][0xaa][0x16]Q[0xeb][0x14]T[0x9d][0xdd]0[0xbf][0xd4]>g[0x6][0xab][0xfd][0xa6][0x8d]K[0x8e][0x17]x[0xd9]#[0xce][0xb8]2[0xa9][0x87][0xa8][0xd9][0x13]I[0x8c][0x19][0xd2]6b[0x11]X|[0x2][0xa2][0xf2][0x98][0xf]+[0x8d]hbL[0x11][0xd4][0xc3][0x85]1=>f&[0xa5]'[0x1a][0xb][0x8e][0xf3].[0xb8][0x9c][0x1b]3[0xe2][0xcc])[0x96]CZ[0x1e][0x8c][0x9f]7[0x1e]MlUGhD^0a[0xc4][0xf4]D[0x84]@f[0xa5]y[0xa5][0xc7]Z[0x97]^0[0xcc][0x13]%[0xd3]=9[0xff][0x83][0xf9][0xd1][0x9f]U[0xf4][0xc]/[0xbb][0xa3][0x86][0xc1][0x8a]S>u&=A\[0xd1]HT[0xbe][0x93][0x8c][0x8f][0xcd][0x90]^[0x8c][0x14]m[0xdc][0x88][0xc7][0xf5]QC[0xd9]>[0x1e][0xd9][0xcc][0x87]|[0xf3]A[0xb9][0x9f][0xcf]2[0x16][0xd4][0xb3];[0x1e][0xbc][0x9a][0xdb]Z"[0xb2]"[0x16][0xd3][0xb7]J[0x99][0xcd][0x1b][0xb2]EPSS[0x96][0xe5][0xec][0xaf][0xe6][0xc8][0xc8]*[0xcb][0xba][0xe5][0xde]08[0xc8][C[0xc7][0xe0]Y[0xd3][0xb7];[0x9b][0xe4]n[0xb3][0xf9]J^"bZ[0xc4][0xce][0xc3]_[0x1b]#[0xb1]q=1[0x18]I[0x85][0xa5][0xc3][0xe8]s[0x93][0xc1][0xd0][0x88][0x11]S[0xb6][0xe7][0xe]%7n[0x94][0x81]U=[0xe3]k[0xb2][0x18]3g[0xe8][0xf1]gO8l[0xc4][0xba]Bz<.[0x8b][0xe7][0xe9][0xc7][0xca][0x84][0xb4][0xd0][0x9d][0x9f][0x19][0xc2][0x1d][0xc3]![0xab][0xa9]x[0x7]"[0xc9][0xd8][0xb0][0xd1][0x1d][0x94][0xe5][0xa9]n[0xc6]>[0xb0]H[0x1a][0xe5][0xc3][0xd9][0xb8][0xd4][0x87][0xe5][0xe8][0xf4][0xe1]L[0x9c][0xe5][0xc3][0x8b]xI`[0xe9][0x89][0x95]p[0x1f]Vc[0xa3][0xf][0xdd][0xf8][0x88][0xf]}[0xe8][0xf7][0xe1][0xa7]R[0xf6][0xcb]xE[0xc3][0xab]>[0xc4][0x10][0xf7][0xe1][0xa3][0x18][0xd0][0xf0]3[0x1f]^[0xc3]z[0x1f][0xd6][0xc9][0xcb]v[0xf9][0xce][0xc7]q[0x99][0xf]C[0x18]8[0x9e][0xea][0x19][0x8d][0x11]h[0xfb][0x90]i[0xef][0xc3][0xa8]Tz[0x5]B>[0x8c]#[0xa4][0xe1]u[0x1f][0x12]H[0xfa]p[0x3][0xe8][0xa6][0xc6][0x19][0xa5][0xa9][0xc4][0x1b][0x98][0xea][0x17][0xf0][0xe1]jl[0xf3][0xe1][0x1a]y[0xd9].[0x5]^[0x87][0x1][0x1f][0xae][0x97][0xa6][0x94]dFM[0xda][0x92][0x19][0xa9]>[0xdc][0x88]O1[0xce]7[0x90][0x84][0x9b][0xb1]M[0xc3][0x1b]>[0xbc][0x89][0xb7]4[0xfc][0xdc][0x87]_[0xe0][0x97][0x2]'[0xa7]N[0xf4][0xb0]n[0x8e][0xea][0xa1][0x15][0xb1][0xd1][0xe4][0xb8][0x11]N[0x9c][0xb7]e[0x98][0xc1][0xc6]2[0xca]6[0xd0][0xa7]o[0x9][0x8e]'[0xc7][0x1b][0xe2][0xd2][0xb2][0x6][0x15][0x84][\r][0xc3]z8[0x1c]I4[0xc][0x19][\r]a[0x1e]K[0x4]7[0x1b][0xd2][0xd9][0xd7][0xfa]p[0x1b]n[0xd7][0xf0]+[0x96][0xdd][0x13][0x88]4fu[0xd6][0xe9][0xe8]X[0x8e]s0f[0xe5]M[0xb7]J[0xc1][0x84][0xd9]@][0xcc][0x95][0xcc]"egy[0xee][0xc6][0x98]a[0xc8][0xb2][0xe2][0x8a][0xcb][0xb7][0xb2]v+[0xe6]]y[0xb6][0xf6]2[0x85]5c[0x99]^[0xcb]Wu[0xd8][0xec][0xab]E[0xe9]u[0x97][0xb9];C[0xb2][0xcb]^[0x1c][0x8d][0x1a]a[0xe]#[0xad][0xd9][0xaa][0xe5]1[0x8a]D[0xcb][0x87][0xe0][0x86][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L=j[0x8c]M[0x8d][0xc]Y$g'c[0xc1][0x7][0xf3]+[0xe6]r[0xb0]nD[0xe][0xca][0xf9][0xe9][0xe0][0xc2]l[0xb4][0xe3]4[0xd0][0x8f][0x9c][0x9a]sp:[0xb3][0x1e][0xf0][0xf7]2[0xf5][0xbb][0x3][0xa5][0xb2]H[0xf0][0xb9][0x8e]kg[0xe3][0x1c]^W[0xf0]W7[0xf7]rx[0xf7][0xfa][0xf7]B[0xf8]k[0x9e]D[0xce][0x1e][0xf5][0xfe][0xb9][0xbc][0x16]Q*[0xd0][0xc]7[0xfc][0xc8][0xe7]D[0xdf][0xc5]_[0xb3][0xcc][0xb7][0xb1][0x12][0xe7][0xa9][0xf9][0xdc][0xab][0xa4]2[0x1]d[0xd5][0xb0]d[0x8e][2[0xe7]=[0x6][0xd7]$[0xdc][0x87][0xe0][0xe9][\r][0x1c]A[0xe1][0xd3][0xf0][0xac][0xdb][0x8b][0xdc]][0xd0][0x2][0x93][0xd0][0xb8][0xca][0xbf][0x13]|[0xcd][0xa5][0x94]y[0xd5][0x91]E[0xbc][0xb7]9[0x14][0xcd][0xb3][0x14]yQ[0x8d][0xf3][0xd1]C[0x5][0xab] s6[0xe7]([0xaa]4\[0xd0][0xa5][0xa1][0x97]k[0xac]U[0x96][0xea][0xed]<%A[0xcf][0xf5]?[0x81][0x9c];[0xe1]q[0xed][0xa6]]y}-[0xd4][0x98][0xbf][0xb6]e[0x12]^B[0xe2][0xad][0xc0][0xbd][0xdb]V\[0x7][0x8d][0xd7]v^O[0xa3][0x95][0xa7][0xd3][0xea]3[0xc8][0xe8][0x99][0xa8]"{[0xf5]dO[0x82]i0[0x85][0xda]V[0xcf][0xc5][0x85][0xb8][0x88]*[0x8b][0xe8][0x81][0xd5][0x84][0x95][0xa3]`[0xb9] [0xf2][0xb9][0xc8][0x12][0xc9][0x5][0x89]f[0xa7][0x85][0xc6]/[0xd1][0xec][0x80]/[0xb0][0x1f]>[0x81][0x1d]i[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0xc1]r;`[0x9d][0x83][0x12]J*%[0x88]J*[0xaf][0xa5][0xfa][0xb9]$[0xba][0x89]T[0xa7]`[0xf9]mX~[0xc][0xe2]b"[0xa8][0xb4]a[0xad]Ql[0x9]ko[0xad][0xc5][0x9f][0x1b]9%S[0x81]q[0x9][0xd7]X[0xc7]-[0xc4][0x86]r%P[0x99][0xe6]:m[0x1f][0x8a]&[0x88][0xb5]8[0xe5][0xae]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0xc9][0xf7][0x92][0xfc]"[0xd2]_J>Rn[0xab][0xb4][0xdd]V[0xe8]p[[0x1e][0xc4]Q[0x94][0xd2]m[0x96][0xea][\r]\[0xff][0x18].[0xb5]\'cW[0x2][0xd5][0x94][0xea][0x92]T[0x18][0x9a][0x91]q1riM[0x97]m[0x8f]f[0xa9][0x10][0xb2][0xf7]X"[0xc2][0x16][0xdf]sl[0xf4]}-[0x87]Q,i>i[0x7]4[0xf7].[0xb8]])[0xc7][0x9b]r[0xd7][0xf3][0xbe][0xc1][0xc1][0xe6][0x1c][0x9b][0xcd]9[0xb8][0x1c]:%{i[0xdc][0xf9][0xb6][0x93][0xbd]2[0xf6]f[0xd3][0x88]s$[0xdc]![0xdb][0xd7]wX[0xba][0x17][0xda]Nv[0xef][0x9e][0xe][0xa3][0xd4][0x9][0xc3][0xed]`[0xf2]r[0xc6][0x9e][0x8e][0x2][0x8c][0xa0][0x82]NH[0xc1]Yh[0xc3]Y[0x88]a[0xe5][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]N[0xca][0xb9]ro[0xc4]b[0xb9][0x0][0xae][0x82][0xa3][0xa8]6[0x11][0x9a]DK[0xaf][0xb2][0xb3][,[0xc5][0xad][0xf4][0x9c]/z[0xcd][0xb8]<[0xc9][0xc6][0xb9][0xae][0xf7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]<[0x95][0xe][0xd7]2[0x1d][0xbe][0x89]'[0xaf][0xa0]{CL[0x8d][0xb0][0xc3][0xe1][0xf3]-[0x98]98[0xd9][0xe1][0xf0]|[0xc9]U%[0x91]h\[0x18][0xb5][0xdd][0xf4]._[0x93][0xc2]V[0xf9][0x3][0xf]K[0x9a][0x18]a[0xcc][0x88][0xc0][0xb3]([0xdb][0x81][0x8a][0xc0]![0x94][0xf5]I\-[0xfc]w[0xaf][0xb5]Q[0xae]R[0x99][[0xe5]}6[0xd6][0xfe]Vu[0xac][0x95]yS[0x91]rj'[0x8a][0x95][0x89][0x1e][0xce][0x2][0x1a]6[0x93][0x8d][0xab][0x18][0x83][[0x99][0xd1]W[0xb3][0x84]l#[0xd0]k[0xb0][0x0][0x9f]D+KE[0x1b][0xdb]|;[0xc7][0x85]N[0xf6][0xf0]sq[0x13]M[0xf8][0xb4]2[0xa9][0x9d][0xa7][0xab]yj[0x8c]&I[0xe3]V[0xd9]>X[0x85][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]v[0x9a]=[0xa6][0xc8][0xe8][0xa4][0x7][0xa4][0xc1].ep1<[0x9a][0xa7]*[0xef]?(ga[0x92][0x81].[0xe4]|b[0x99]}Y[0xf6][0xdc]r[0x99][0x5]qVf`[0xde][0xc2][0xfb][0xad][0xc7][0xcd])[0x15][0x8e]2[0xa7][0xba]d8[0x8e][0xdb][0xca][0x1e][0xb4]8v[0xd4][0xe0][0x92][0xfa][0xe5][0xee][0xce][0x92][0xfa][0xda]1[0x87][0xd6][0xca][0xcb];kS[0x8a]gA[0xfe][0xa7][0xcb][0xed][0x14][0xfa]%*[0xb9][0x83][0xe6]|[0x85][0xf5][0xe6][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xdf][0x14]7[0xad][0x1e][0x17][0xf2]T[0x18][0x11][0xaa]+&[0xc9]Q>[0x99]T[0xcc]C[0xce][0xfb][0xa8][0x81][[0xc3][0x95]D'[0x88]N[0xbc][0xcf][0xad][0xd4][0xef][0x1c][0xb9]&[0x87]J[0xb][0xf1][0x88]EO[0x8d][0x83][0x9e][0xc3][0xf0][0x12]d[0xd5]L[0xb9][0xbb][0x93][0xf7][0xbb][0x1d][0x14][0xd5][0xd8][0xe8]NrP[0xc4][0x84]8[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*u[0xa9][0x94][0xe5][0x8c]h[0xa5][0xec]-[0xfc]%s[0xac].[0xcd]!E,v}-[0xfb]Q- S`[0xf6][0x84][0x9d][0xa9]&=[0xf7]S[0xfc][0x3][0xac]y[0xf]2%[0x1e]"[\r][0xbb][0xec]l-U[0x11]w[0x95][0x82]RgC)[0xb7][0xa0]Le[0xab][0xf9][0xd6][0x16][0xab][0x9c][0xa8][0x9a]X[0x9d][0xaa][0x89][[0xf9][0x6][0x7]R[0x8b][0x93][0x90][0xc5]I[0xed]4Nj[0xee]Dni[0xad][0x4]X[0x97][0x99][0xa3][0xbb][0xa9][0xf4][0x11][0x96][0x89]G[0xd9][0xc2]&[0x1c][0xec][0xd4][0xda][0x90][0xca]2sT[0xb2][0x93][0xc3][0x85]kl[0xcd][0xfb][0xac][0xf8][0xe9]0[0x1b][0xa9][0xd4]u[0xc][0xc][0x9a][0xaa]q[0x93][0xa8][0xef]w4[0xb3][0xd6][0x14]0?[0x95][0x2]O[0xd2]rnSv9[0xf6][0xb3][0x80]<[0xcd]bq[0x80]{[0x7][0x99][0x89][0xcf]p[0x86]9[0xc4][0x8e][0xfb][0xac]#[0xd8]:,[0xc0][0xe5]lx&`?M4[0x1b][[0x1b][0x3]/[0xca][0x9e][0xe3][0xb2][0xb2][0xc0][0xe5]=*[0x93]NY[0xf1][0x9]\kYq[0x89]U[0xea][0x8a]M+[0xdc]{[0xfc][0x4][0xdb][0xb0]vO[0x6]c[0x87][0x9][0xec][0x8]][0xf1]<[0xdd][0xfa][0x82][0x83][0xb1]b;[0xf1][0x8b]Y2.[0xb2][0x18]c[0x9b][0xa7][0xd7][0xe4][0xc7][0x82][0xa5][0xe5]9[0xbe],#c[0xb9]=t[0xa4][0x15]~o[0x8b][0xa2][0x8a][0xcb]-&S[0xfd][0xad]D1w[0xa9][0xbb][0xd5][0xe4][0x8a][0xb7][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]@b[0x92][0xf5]"1[0xbd]D[0xef][0xbc]Lo[0xbd][0xc2]pz[0x95]![0xf6][0x1a][0x89]x[0x9d][0xa6][0xbf]A[0xb2][0xde]$Yo[0xd9][0xe5][0x8a][0xca]m[0xac][0xcb][0xad][0xbe]UFIf[0xa3]hb4[0xac]VE[0xaa][0x8d][0x16]FY[0xb4][0xdc]S[0xb4][0xe5][0x9b][0xb4][0xc9][0xc4][0xb8][0xce][0xee]e[0xef]X[0x6]uO[0x9f][[0xa6]YV[0xb5]#[0xd3][0xb2][0x93][0xb3]X[0xe6]vX[0xf6]6g[0x9a]w[0xc8][0xfc][0xaf][0xd9]a[0xc3][0xd6][0xf5][[0x8e][0x98][0xbf][0xc3]b[0xfc][0x9e][0x83][0xd7][0x1f][0xe8][0xf4]?[0xd2][0xaa]w[0x1d][0x96]u[0xdb][0x96]u[-p[0x8e]m[0xd9]b[0xdb][0xb2]3l[0xcb]Rm[0xb1];[0xad]-[0xba]K[0xc4][0x94][0xb1][0xa9][0xb6]x[0xfd][0xff][0xc8][0xe8]y[0xc7]1[0xfa]O4[0xfa][0xcf]4[0xfa]/[0x4][0xff]W[0x1a][0xfd]7[0x1a][0xfd]w[0xc2][0xff][0x7][0x81][0xff][0x93]F[0xff][0x8b][0x6][0xff][0xfb][0xff]e[0xf4][\r][0x1f][0xb0]'[0xd5]d[0x16][0xdc][0xf7]x[0xff]C[0xf6][0xa4][0x1b][0xd9]Y[0xd3][0xbf][0xb][0xea][0xd3][0x94][0xe5][0xb9][0xe]`[0xfe]D@[0xaa];[0x80][0xc6]I,[0xc8][0xa8]g[0xc2][\r][0xaf][0xf0][0xa0]H[0xe4][0xa2][0x8c][0x89][0x97]R^o+[0xaf] [0x9]iCf[0x99][0xd9]{[0xf9]in9[0xf7]vJt[0xa5][0xa9][0xee]ka[0xa9][0xf][0x1c][0xbc][0x87][0x86][0xba][0xc4]@`BNg[0xb]R[0xb5]~6[0xc7]M[0x88]B[0xaa].[0xa2][0xea]b[0xaa].A[0xa5](eW(wLg[0xf5][0xb6][0x97][0xea]9;|F[\r][0x8b]&[0x18][0xe7]t&[0xf7]>[0x9b]9[0x12]M[0xf9][0xe3]s[0xdc][0xb8][0xd9].[0xbb]C[0x96]?[0xaa][0xd2])*]h:[0xa4])[0xe3]{IT[0x13][0xe0]l[0x7]'U6'E[0x99][0xdf]Ke[0xe6][0xf7][0x92]lz[0xb7][0xe2][0xf3][0x96][0xbe]m[0xd6][0xd4]Z[0x97][0xc6]Ka[0xa0]t[0xe1]$[0x9a][0xd7][0xee]B^[0xa0]e[0x1f][0xfc][0xa9]z[0xa9]Z[0xa0][0xa8][0xa7][0xd6][0x6][0xd2]2[0x17]Ub[0x1e]jE[0xa3][0x83][0x92]:[0x9b][0x92]:|[0x1]_T[0x94][0x94];[0xe6][0xe7][0xfc][0xa9]o77[0xb7]n[0xa3]cL {[0xe4]l[0xc0][0xfb][0xd2][0x9a][0x9d][0xf2]K1[0xb0][0xae][0xb4]e/Z[0x9f]I[0x83][0xe5][0xde]cg\[0xcd]$[0x16]9[0xf2]-[0x5]Pe[0x9b][0xe0]7[0xab][0xf0][0x13]`[0xb][0x1][0xb6]b[0x8e]XD[0x90][0xa7][0xa0]Q,[0x86]_[0x9c][0x8a]Eb[0x9]N[0x13][0xed][0x8e]N[0xb3][0xd4][0x6][0xbd][0x94][0xa3]O[0x84][0x98][0xaa][0x8][0xdf][0x4][0xdd][0xc8]ab[0xb5]=[0xe1][0x11]~[0xd1]Q[0x14][0x99][0xf1]u[0x7]g#[0x13]~[0xbb][0xf5][0xf1][0xe2][0x9d][0x2][0xdc]6[0x81][0xa9][0xef][0x97]\[0xb9]#[0x96];[0xbe]][0xac][0xcf][0xe7][0x92][0x15][0x14]<%[0xa1][0xcd][0x92][0xe0][0xf1]O[0xe2][0x94][0x8c][0xc3][0x1c][0xc2]R[0x87]=[0xf6][0xe1]>[0xbb][0x3]-[0xb1]2+[0xdf][0xcf][0x19]y>[[0xdc][0xee]c[0x8][0xc8][0xb7][0x8c][0xcd][0xc3][0xd7][0xec][0x8f][0xaf]y[0xea]8[0xe4][0xf0][0xbf][0x98][0xc3][0xff][0xa9][0x8f][0xc3]%9[0x15][0xe][0x11][0xf2][0x1a]v([0xb1]wr,[0x94]F[0x8][0x82]~[0x1]_[0xce][0xcd][0xff]/PK[0x7][0x8]OQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/ExtendedLogger.class[0xed][0x96]KO[0x13]Q[0x18][0x86][0xbf][0x83]@mEE[0x11][0xaf](^P[0xb]([0x83][0x97]][\r][0x1b][0x3][0x89]I[0x89][0x8b]1][0xe8][0xea][0xd0][0x1e][0xa7]S[0xc6]i[0x99][0xce][0xa0][0xd1][0xb8]0n[0xd9][0x10]/[0xb][0x17][0xfc][0x6][0xd6].\[0xb0]t[0xcd]o[0xe0]7[0xb0]2[0x9e]9|V[0xaa][0xdf][0xc]1a.[0xa5].[0x9a]g[0xce]\[0xce][0xfb][0xbe][0xdf]t[0x92][0xf7][0xfb][0x8f][0xaf][0xdf][0x0][0xe0][0x1e][0xdc][0xcd][0x80][0x96][0x81][0xe9][0xc][0xdc]a[0x90]5[0x9b][0xb3]6_[0xb0]D[0x85][0xc1][0xfb]|[0xb1][0xee][0x18][0x1a]o[0xf0]rUhV[0xdd]0L[0xdb][0xf0]y[0xbf][0xa6][0x15][0xc5][0xb2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1][0xd7][0xe7][0xb9][0xb3]([0x9c][0x90][0x1b]^[0x88]f[0x93][0x1b]B[0x9b][0xdf]a[0xa1]X[0xe3][0xcb]\[0xb3][0xb8][0xbc][0xe1]I[0xd5][0xa9][0xbf][0xf4]=[0x14][0xc6][0x9f]2X[0xda][0x7][0x17][0xbf][0xf7]~X[0xe5][0x8e].[0x96]9[0xfa][0xa0][0xa3][0x8c][0x13][0x9d]qF[0xdf]t[0xc6]7_[0xf4][0xf][0xf0]o[0xf0][0xc9]q[0xad]}6[0xb][0xca][0xc9][0x9][0x84])[0x8][0xd2][0xcc]|{[0x9d]d[0xef][0xfd][0xfd][0xbe]s[0x9a][0xec][0xbd][0xfd][0xe7][0xfb][0x1f][0x1]`[0x10]*AX[0x3]g[0x3][0x10][0x83]WB[0xf0]*[0x9c]#9O2M[0xf2][0x1a][0xc9][0xeb]$o[0x90][0xbc]Ib[0x90][0xcc][0x90]dIfIL[0x92][0xb]$9[0x92]9[0x92]<[0xc9]<[0xc9]E?[0x14][0xfc]P[0x14][0xb0][0xb2]jZy[0xa3]0eZ[0xd5]|[0xb9]tf[0xfc][0x90][0x0]qT@d[0xa4]\[0xaa][0xd6][0x8c]Rm[0xca](,[0x9a]^[0xb0][0xff][0x84][0x0]_[0xa1][0x9c][0xcb][0x99][0x96][0x80][0x81]L[0xd9][0xca][0xa5][0x8d][0x8a][0x91][0x9d]3[0xd3][0xf4]f[0xbe][0x94][0xa3]vh>][0xad][0xe4][0xd3][0xa3]o[0xd5][0xcc][0xd2][0xac]9[0x9b][0x91][0xdd][0x87]q[0xe0][0x9e]|)_[0xdb]'[0xa0][0xda][0xdd][0xd2][0xc8][0xcc][0xbc]q[0xc9]H[0x17][0xc][0xec]3Y[0xb3][0xb0][0xeb][0xb0][0xfb][0xf0][0xa2]Y[0xad][0x1a]93=a[0xb7]cF[0xb6]V[0xb6][0xae][0xc][0xf7]L[0x9][0xf0][0x8c][0x94]gM[0x1][0x9d][0x99]|[0xc9]<[0xbe]X[0x9c]1[0xad][0xd3][0xc6]L[0x1][0xdf]Y[0x95])g1[0xbf][0x81]w[0x1][0xaf][0xd5][0x9b][0x9e][0xda]\[0xbe]*`[0xa8][0x15][0xd2][0xb3][0x96]Q[0xa9][0xc8][0xa8][0x9e][0x92]Q[0x94]3;[0xd0][0x5]t[0x14][0x97][0xb0][0x9][0xd8][0xda]r[0x1c][0x1][0xed]9[0xb3][0x96]1/[0x99][0x5][0x1][0x1b][0xbb]{[0xdc]'[0x90]}[0xb0] _[0x1d]-Q[0xb2]Y[0x1][0xef]5[0xb9][0xfd]v[0xf7][0xcf]'[0xc][0xeb]"=[0x92][0xfb]%[0xbe][0xf3][0xe1][0x9d][0x9e][0xb3][0xca][0x97][0x89]a[0xb8][0xe7][0x9c][0x0]o[0xc1][0xc6][0xdf]pox_Q[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xef][0x9]&[0xc0][0xaf][0x8][0x4][0xf4][0xde]?%[0xfe][0xcb][0xd7][0x4][0xc4][0x1a][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "XX[0x86][0x1b]v{[0xe6][0x91]9[0xc3][0x9a]4[0x17][0x16][0xcd]R[0xb6][0xc9][0xed]Y[0xeb]6B[0xc0][0xc5]e[0xc5]913ofk[0xee] [0xab][0x9c]}[0x5]L-+[0x82][0xfa]j[0x90][[0xfe]aL|[0xde][0x19][0x81][0xbc]|[0x15][0xc3]2[0x8a][0xf8]%[0x8f]6[0xe8] `[0xee]a[0xa0]4&i[0xab]l[0x11]p[0xf5][0xd1][0xf8][0xb9][0x11]l[0x15][0xf0][0xe1]E[0xe0][0xc6][0xb4]M[0xc0][0xa7][0x8f][0xf][0x93][0x1b][0xe5][0xa0][0x80][0xaf][0x1e]gJ7[0xee]![0x1]??Y[0xdc]nI[0xb6][0xb][0xf8][0xfd]IO[0xe2][0x96]m[0x87][0x80][0xbf][0xfe][0xd9][0xdc][0xd2][0xee][0x14][0xf0][0xf7][0xd3][0x90][0xd6]-[0xff].![0x82]Og~[0xb7];[0xb2]{[0xb9]7<[0xce];[0xb2]t[0xc3][0x13][0xc4][0x81][0x13][0xb7][0xf6][0x90]7[0xba][9}<[0xa2][0xdd]3[0x1d]f.,dK[0xc8]:Y^[0xb4][0xb2][0xe6]X[0x9e][0x8e],[0xeb][0x1a][0x9e]F6[0xd3][0x14]aX[0xf][0xa5]0<[0x3]I?[0x94][0xc3][0xd0][0x3][0xbd]a[0xe8][0x83]~[0x92][0xed]$;Iv[0x93][0xbc]H[0xb2][0x97]d?[0xc9]A[0x92][0x11][0x92]Q[0x92][0xc3]$[0xe3]$[0xc7]H&HN[0x90][0x9c][0xc][0xc3])[0x98][0x14][0xb0][0xad][0xf5][0xe3][0x92][0x80][0xbe][0xa6][0x83][0xe][0xce]Tk[0x16][0x1e]|2[0xea][0xd8]9[0xd6][0xd2]#ir ln[0xbb][0x94][0x15]t<[0x8c][0xaf][0xc1][0x3]p[0x1b][0xac][0x83]8[0xac][0x5][0x1][0x9a][0xba]ZM[0xb7][0x15][0xeb]([0xbe][0xb7][0x1e]R[0xa8][0x1b][0xf0]j[0x1a]V[0x80][0x7][0xdb]po[0xff][0xc0]w z[0xfb]nB[0xdb][0xd7]r[0x84][0x8e][0xda][0x81][0x9f][0x2][0xf4][0x83][0xf][0x6] [0x4][0x9b]a#^[0xf5][0xda][0xfd][0xe1]YxN[0x1e][0xb5][0xe5][0xe3][0xc2][0xd9][0xa8]z[0x1e]6[0xe1]H[0xaa]^[0x80]n[0x1c]+[0xe8][0x11]*[0xa7]!l[0xa9]W[0xb0][0xf7][h[0xab][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdc][0x8d][0xb0][0x8f]O~[0xb2]M[0xce][0x1f][0xb6]{[0xa9][0xf9][0x5]=5[0x83][0x1]^[0xa0][0x3]~'[0xcd][0xd0][0xd7]?[0xa0]y[0xea][0xe0][0xf1][0xc2][0x97]wMs@N3dwe[0xcc]N[0x8c][0xb0]Y~[0xde][0x9]i[0xd8]"1;a+[0x9a][0xae][0x90][0xd5] [0x8e][0xf0]H[0xbb][0xed]M[0xec][0xbc]N[0xbb][0xe3]-[0xd9][0xed]p[0xd8][0xed]lb[0xe7]s[0xda]M[0xb7]d[0xb7][0xcb]a[0xb7][[0xd9][0x9d][0xc1]kz[0x90][0x11]eW[0x7][0xbf][0xc7]a[0x96][0xbf][0xe3][0x89]G[0xd8],[0xc2]f[0x11]6[0x8b][0xa0][0xd9]&4{[0x87][0xbe][0x9b]M[0x12][0xb5];[0x13]]n)[0xd1]&[0x95]h[0x18][0xf6][0xa8]D{[0x9b][0xd8][0x5][0x9c]vo?[0x90][0xdd]>[0xbc][0x95][0xb6][0xdd]~eW[0xc4][0xf9]|[0xd8]v[0xb1][0x9d][0xe6][0xad]C[0xd0][0xe7]0|W[0x1a][0xee][0xb3];[0xb3]a[0x17][0x1b]v[0xb1]a[0x17][0x1b]v)C[0xaa][0xe]`[0xe5][0x95][0xd6][0x7][0x95][0xf5][0x15][0xf0][0xe3][0xb][0xbf][0xca]wXk[0xbe]:[0x84][0xfc][0xe][0xf3][0xf][0xa4][0xf9][0x11][0xbb];[0x9b]G[0xd9]<[0xca][0xe6]Q6[0x8f][0xb2]yT[0x99]S[0xf5][0x12]V>[0x89]1[0xa2]0[0xde][0x87]v|[0x1][0xc4][0x96]`h[0xfe]:[0x84][0xdb][0x1d] [0xd7]%[0xc8]){[0x0][0x83][0xc4][0x18]$[0xc6] 1[0x6][0x89]1H[0x8c]Ab[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xaa]CX[0xf9]%[0xd2][0xa8]B[0xfa][0x8][0x2][0xf8][0x2][0x88][0xdf][0x85][0xa4][0xb5][0xd7]![0x12]p@[0xdd][0x90]P[0xd3][0xf6][0x10][0x86][0x8a]3T[0x9c][0xa1][0xe2][0xc][0x15]g[0xa8]8C[0xc5][0x19]*[0xae][0xa0][0xa8][0x1a][0xc3][0xaa]][0xe2][0x1d]Vx[0x9f][0xe0][0xef]Z[0x10][[0xcd][0x81][0xa7][0x5][0xea][0xd0][0x11]t[0x0]~,[0x1]/[0xd8][0x83][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x18]Pc@[0x8d][0x1]5[0x6][0xd4][0x14] UG[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H[0xd4]q[0x85][0xfa]9[0xfe][0xe0][0x87][0xb0]M4@[0xd5][0x82]u[0xe8][0xc]9`?[0x93][0xb0][0x15]{[0x18][0xc3]&[0x18]6[0xc1][0xb0][0x9][0x86]M0l[0x82]a[0x13][0xc][0x9b]`[0xd8][0x4][0xc3]&[0x14],UG[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]&[0xae][0x1f]al[0x93][\r][0xb1][0xb5]P[0x1d]V[0x86][0x1d][0xe0]_H[0xf0][0xab][0xf6]@[0x6]O2x[0x92][0xc1][0x93][0xc][0x9e]d[0xf0]$[0x83]'[0x19]<[0xc9][0xe0]I[0x6]O2xR[0x81]S[0x95][0xc1]*$#L[0xa8][0x8]?[0xe1][0x8f]i[0x4][0xdb][0x94]K[0x4]-\[0x87][0xae][0x88]#[0xc4]72[0xc4]5{([0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]Hq[0x88][0x14][0x87]H[0xa9][0x10]T[0x1d][0xc7]*,[0xe3][0x9c]Pq~[0xc3]]D[0x7][0xb6][0xba]k[0x1c]-R[0x87]U[0x1d][0x8e]@?[0xc8]@[0xd7][0xed][0xc1][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xce][0x81]t[0xe][0xa4]s [0x9d][0x3][0xe9][0x1c]H[0xe7]@:[0x7][0xd2]9[0x90][0xae][0x2]Q[0xf5]2V[0x11][0x19][0xed]d[0x93][0x15]'[0xea]\q~y[0xa0][0x15][0xe7][0xd6][0x92][0x8d][0xfb]Ue[0xb7][0xd0]p[0xc5]Y[0xed][0x83][0xdb][0x1b][0xb6][0xa0][0x9c][0xe6][0xf]X[0x9][0xba][0xac]:[0xa7][0xd1][0xc0]^u[0xc8][0xde]^u[0xc8][0xde]^uh?d[0xaf]:[0x83][0x12]X[0xe0]>[0x81][0xe6][0x9e][0xfa][0x17]PK[0x7][0x8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.class[0xad]TMo[0xd3]@[0x10]}[0x9b][0x84][0x98][0xb8]n[0x93][0x94]R([0x1f]%@h[0xd3][0x4]0[0xa8][0xdc][0xa8]"PhJ[0xa5][0x94]JM[0x94][0x13][0x97][0x8d][0xb3][0xb2][0x1d][0x8c][0x1d]m6[0x88][0xfe]"[0xae]E[0x82]"q@[0x9c]8[0xf0][0xa3][0x10][0xe3][0xad]U"[0x81]h@[0x91]e{[0xf6][0xed][0xec][0x9b][0x99]7[0xbb][0xfb][0xfd][0xc7][0xe7]/[0x0]6q/[0x87],J&[0xc][0xdc]4[0xb1][0x8a][[0x6]n[0x9b][0x84][0x94][\r][0xdc]1[0xb0][0xc6][0x90]U[0x9e]?*?`[0xd8]nE[0xd2][0xb5][0xf9][0x90];[0x9e][0xb0][0x83][0xc8]u[0xfd][0xd0][0x8d][0xff][0x8f][0x6][0xf6]h[0xe8][0xdb];\[0xf6][0xb8]+[0x9a]R[0x88]v$[0x95][0xe8]?[0x95][0x92][0x1f]v<)x[0xbf][0x11][0x85]J[0xbc]U{|[0xf8][0x98][0x8][0xb7][0xfc][0xd0]Wu[0x86][0xe7][0x95][0x99]0nt[0x19]2[0x8d][0xa8]/[0x18][0xf2]-?[0x14]/[0xc6][0xaf]{Bvx/ d[0xb1][0x15]9<[0xe8]r[0xe9][0xc7][0xe3][0x4][0xcc][0xc4]%1X[0xbb]a(d#[0xe0][0xa3][0x91][0xa0][0xe1][0xce],[0xb2])?[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xc7][0xf3][0x83]~[0x97][0x7]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0xf9]K[0x95]c[0xe5][0x7]v[IBt%S{2[0xcc][\r][0xb9][0x14][0xa1]J[0x82][0xfc][0xcb][0xca][0xf9][0xb6][0xe2][0xce]+[0xb2][0xb5][0x1a][0xd4]n[0x86][0xb5]Jk[0xc0][0xdf]p;[0xe0][0xb4]l[0xbf]7[0x10][0x8e][0xa2]d~[0x83][0x18]rm[0xdf][\r][0xb9][0x1a]K[0x8a][0xb9]7[0xe1][0xb0][0x1b]zB[0xfa]Jk[0xac][0x15][0xd1][0xb2]oM[0x9d]U=V[0xad][0x1d][0x8d][0xa5]#[0x9a]~[0xdc][0xa2][0xda]tr[0xdf][0x8f]S[0xa0][0xbe]o[0x87]N[0x10][0x8d]b2[0xa1][0xbc][0xa8]o`[0xdd]B[0x5][0x1b][0x16][0xce]#g[0xc1]D[0xd5]B[\r]w[0x19][0xd6][0xa7]L[0xc8][0xc2]".[0xd0][0x96][0x9f][0xc9][0x8e]`([0x9d][0xa5][0x14]Cc[0x6][0xa1][0x18][0x96][0x1c]B[0xd4]$[0xb3][0x86]W*[0x93][0xdd][0x9c][0x98]%[0xd9][0xd3][0x95][0xf8][0x0][0xe5]O[0x16][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0xf0][0xf2][0xac]}{@$[0xfb]ap[0xf8]?[0xfb][0x17]%[0xba]b[0xc][0xba]X[0xa1][0x10][0xf7][0x88][0xac]4[0xbd]&[0xe6]@[0xe7][0x92][0xac]:R[0xf4][0x10]R[0xad]}[0x4][0xab]~B[0xea]=[0x8d]R[0x98][0xa7]o[0x96]|[0x80][0x6][0x16][0xe8][0xbb]|[0xe2][0x85]<[0x8a][0x80][0xb6]b6:[0xe2]q[0x3][0x13][0xae][0x83][0x84][0xab]X[0xfb][0x86][0x85][0xea][0x7][0xb0][0xda]1[0xd2][0xef][0x90]aG:[0xec]/[0xca][0xe6][0x4]e[0xf1][0x94][0xb2][0x88]%\[0xa4][0xf9]e[0xb2][\r][0xa4][0xf2]O[0xc]\*<#[0xfe][0xcb][0x9][0xff]f[0xc2][0x9f][0xab][0xd6][0xbe]"s[0x8c]sGL[0xd5][0xd2]v.[0xe1][0xcd]`E{][0xc1]U[0xfd][0xbf][0x86][0xeb][0x1a]][0xc5][\r][0x14]t!tS[0xea][0xf8][0xf8][0x9]PK[0x7][0x8]_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.class[0xbd]X[0x9]tT[0xd5][0x19][0xfe][0xde][0xcc][0x84]7[0x99]y[0x81]0[0x90][0x84]H[0x8]Q[0x11]B&$[0x82][0x88][0x15][0x2][0x18]B[0x90][0xa9][0xc9][0x80]$[0xa6][0x8d][0xb5][0xc5]G[0xf2]L^[0x98][0xcc][0x84][0x99][0x17]4*nm[0xd5]Z[0xed]b[0x17][0xb][0xad]Z[0xdb]j[0xb4][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "UY[0xa4]Z[0xec][0x2].][0xb4][0xad][0xda]Zm[0xad]K7{[0xda][0xd3][0x9e][0xee]E[0xe9]w[0xef]{y[0xb3]d [0x89]z[0xca][0xe1][0xdc][0xb9][0xcb][0xff][0xff][0xff][0xfe][0xf5][0xbe]<[0xf1][0xe6]C[0x8f][0x0]8[\r][0xaf][0x7][0xb0][0x8];[0x2]([0xc0][0xe7][0xb]9|![0x80][q[0x9b][0x8a][0xdb][0xfd][0xf8][0xa2][0x98][0xde][0xa1][0xe2]K[0x1][0xf8][0xf1]e[0x15]_[0x9] [0x80][0x1d]*[0xee][0xf4][0xe3].q4[0x1c][0x80][0x86][0xbb][0xc5]p[0x8f]8[0xf9][0xaa][0x8a]{[0x5][0x9b][0x9d]b[0xf1]51[0xfb]z[0x10]![0xdc][0x17][0xc4].[0xec][0x16][0xc3]7[0x82][0xb8][0x1f][0xf][0x4][0xf1] [0xf6][0x88]a[0xaf][0x8a]}AT`[0xbf][0x8a][0x87][0xc4][0xef][0x1]q[0xe5][0x9b][0xe2][0x8a][0x1c][0x1e][0xe][0xe2][0x11]A[0x1d][0xc2][0xb7][0xc4]pP[0xc5][0xa3][0x1][0xcc][0xc5][0xe][0xb1][0xf8]v[0x0][0xdf][0xc1]w[0xc5][0xec]{~[0x1c][0x12][0x0][0xe][0x8b][0xc5]c*[0x1e][0x17]L[0x9e][0x8][0xa2]N[0xc][0xbb][0xf0][0xa4][0x8a][0xef][0xab][0xf8][0x81][0x8a][0x1f]*[0xd0]"[0xf1][0xb8][0x91]l[0x8a][0xe9][0xa9][0x94][0x91]R0%[0x12]][0xdb][0xbc]![0xd2][0xde][0xb8][0xaa][0xa5]yck[0xe3]z[0x5][0xa1][0x96]>}[0xab]^[0x1f][0xd3][0xe3]=[0xf5]mV[0xd2][0x8c][0xf7],SP[0xd4][0x94][0x88][0xa7],=nu[0xe8][0xb1]AC[0xc1][0x8c][0xd5][0xcd]k[0x1a][0xcf]ki[0xdf][0x18][0x89]F[0xda]#[0x8d]-[0x1b][0x9b][0x1a][0xd7]76E[0xda];[0x15]([0x11]/-Z[0xac][0xa0]r[0xfd][0x86]u[0xeb][0x9b]7[0xb4]wn[0x8c]6[0xb6]6[0xe7][0xa1][0xf4][0xc7][0x12]]z[0xac]U[0x1f]PP[0x96]![0xb4][0xbd]7i[0xe8][0xdd]-[0xe2][0x8c][0x92][0xb][0xdb][0xcc][0x9e][0xb8]n[\r]&)uU~[0xaa][0x86][0x96]D[0xb2][0xa7]^[0x1f][0xd0][0xbb]z[0x8d][0xfa]X[0xa2][0xa7][0x87]:[0x8b][0xdf][0xc5]}[0xf5][0x83][0x96][0x19]sPP[0xce][0xb2][0x15]d8[0xa9][0xc1][0x8c][0x9b][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xde][0xea][0xf9][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|M[0x89]n[0xb2][0x9e][0xd2]b[0xc6][0x8d][0xe8]`[0xff]&#[0xd9][0xae]o[0x8a][0x19][0xc2][0xe][0x82]w[0x87][0x9e]4[0xc5][0xda][0xd9][0xf4]Y[0xbd]&[0xad][0xd6]|l[0x89][0xa9][0x1][0xb3][0xfe]l=[0xb9]I[0xef]1[0xd6]$[\r][0xa3]-[0x91][0xb4][0x8c][0xee][0xc6]dR[0x1f][0xb2]5[0xa6]!-[0xe3][0x12]Kh[0xa3]`z[0x17][0xb7],#[0x3][0x8b][0xb4]Fy[0xf5][0xfc]c[0xda]C[0xeb][0xd7][0xe3][0xe4][0x9d]\[0x9f]L[0xc]P[0x93][0xba]1[0xb0][0xb]2#i[0x99]F[0xea]<.y?h[0xc6]{[0x8d][0xa4]i[0xd9]x[0x94][0xf3][0xe9][0xdb]6K[0xef][0xda]L[0xc1][0x12][0xa3][0x8a][0x1f])X},[0x5]&f[0xea])6[0x9c][0x1b][[0x6][0xf5]X*[0xc7][0xc]#E[0x84][0xa2][0xbc][0x89]M}[0xbc][0x9a][0xb0][0xd8]P[0x14][0xd4][0x1f][0xbf]'[0xe6][0xe9]~~y[0x93]s>X[0x14][0x4][0xda][0x12][0x83][0xc9].c[0x8d])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bx|-[0xb4]N[0xe8][0xa5][0xa1][0x11][0xab]4[0xac]ED[0xc3]r[0xac]`[0x3][0xd3][0xf0]c[0xfc]DA[0xd3];[0xd0][0xa4][0x15][0xcc]2S[0xb9][0x9b][0x91]t[0xb][0xd5][0xf0]S\[0xc5][0x7][0xc1]; j[0xce]B[0x81][0xe4][0x19][0xda];o[0xeb]U[0xb0]h[0x8c][0xae][0x92]f[0x9d][0xd1]qO[0x91][0x14][0x8b][0xea][0xb2][0xa4][0xd5][0x89]'[0x90][0xa9][0xc7][0xea][0xba][0x4];[0xd3][0x1a][0xd2][0xf0],[0x9e][0x13][0xe2]&[0x86][0x9f]k[0xd8][0x82][0xe7][0xd9]O[0xc6][0xd9][0xc6]4[0x9c][0x8b][\r][0x1a]~[0x81][0x17]4t[0x88][0xd9][0x7][0xb0][0x91]y[0xa0][0xe1]:\[0xaf][0xe1]E[0xfc]R[0xc5][0xaf]4[0xbc][0x84]_[0xb3][0xe6]jxYl[0xbe]"[0xf8]O[0xcb]S25[0xbc]*[0x8e][0x8a]s[0x3]WC[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0x8b][0xc1][0xd2][0xb0][0x15][0x17][0xab]xM[0xc3][0x15][0xc2][0xef]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]OMsZ[0xcb][0xd0][0x96]:[0xfd][0x6][0xd7][0xa8][0xf8][0xad][0x86][0xdf][0xe1][0xf7][0x1a][0xfe][0x80][0x9b][0x14]x.[0xdb][0xa6][0xe1]#[0xb8]A[0xc3][0x8d]b[0xb9]`B[0x1][0xab][0xe1]Z\[0xa3][0xe1][0x93][0xb8]9K;;[0x1f][0xd8][0x84][0x8e][0xcb]l$[0xa5]G[0x87][0xd7]i[0xc7][0xbd]gs[0x1f]}[0xab]v"[0xaf]>6[0xf4][0xb4]yd)[0xb4][0x12]L[0xd8][0xa2],[0xeb]s[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xbe][0xa8][0xe0][0xd4]1[0xdf]j[0xa3][0x1e][0x97]![0xb2]X[0x95]H[0xb0][0x96][0xc6][0x9d]3[0xd6][0xa5][0xb5][0xc7]y[0xc5]M[0xe0][0xb5],[0x9f]-[0xa2][0x8]r[0xc7]y[0xff][0xda][0xfc]K[0xf3]T[0xe9][0x88](j[0xbe][0xea][0x88][0xb8][0xb4][0xf8]-[0xbc]";r[0xab][0xa7][0xfb]H[0xf2][0xa6]D7[0xcd][[0x12]y[0xc9]/[0x1f]Im[0x82]$[0xbb]5pkY[0x96][0xc9]%[0x8d][0xdf]t[0xbd]Q[0x9a]E>[0xe2]%[0xde]QY[0xab][0xa3][0xb4][0x1][0xf1][0xc4][0xe5][0xcf]$[0x1a]A[0xb6][0xa7][0xd0][0xe8][0x6][0xc7]rl%[0xa4]7K[0xd2][0xcc][0x9a][0x12][0xb1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x15]4[0xf9][0x9][0xc7]W[0xd9]`[0xbc]?[0xd1]m^d:}DA[0xd5][0xa8][0xd7][0xde][0xa8][0x87][0x9b]/e^j[0xa0][0x8a][0x1f][0x95][0x8b][0xe0][0xe1][0xd7][0xf2]b[0xf8]P[0x8e]%8[0x3]|B[0xf1]k[0xcf][0x83]I[0xfc]t=[0x13]K[0xdd][0xf5]2[0xae][0x1b]2[0xce][0x8b]0][0x14]g[0xae]W[0xca][0xf5]Y([0xe5][0x9c][0x85][0x9b]c[0x13]wVrO[0xe1]oQ[0xcd]^(5[0x1c]<[0xf][0xc2][0xbb][[0x92][0xae][0xe6]8[0x19][0xe2][0xa3][0xf2]L[0x8a]][0xca][0xf][0xed]eh[0xe6]J[0xb3]/`[\r][0xce][0x96]tl[0x0][0x1c][0x5][0xb3]m[0xa4][0x16][0xf4]U[0xfb][0xe0]k[0x9][0x87]&[0xed][0x81][0xba][0xbc]b;[0xb4][0x3][0xf0]w[0x92]u[0xe1][0xae][0x3][0x8]t[0xee]Ep[0x17]i[0xbc][0x92])[0xa1][0x81]J[0xf9][0xa8]R[0x90]JM![0x9f][0x19]8G[0xca][0xa9][0xb2]y9r|[0x4][0xf6]n[0x9e][0xf0][0xad][0x80][0x12][0xb4][0xa0][0x95]2[0xa3][0xdc]/[0x84][0xf2][0x6]f[0xa8]X7[0x82]p=IY[0x16][0x1d]|[\r][0x14] [0xd4][\r][0x1d][0x80][0xd6]I[0xb5]BE[0xc5][0xc5]{0y/[0xa6][0xec]rAN[0x92][0x14][0x1d][0x19][0xe0]B[0xae][0xd0]s[0xd1][0xe6]pZNu[0x4]-[0xbc][0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xc3][0xb7][Hj[0xe5]r[0x86][0x82][0xfd]('[0xf0][0x5][0xfb]q[0x82]8[0xaa][0xe6]d[0xa6][0x82][0x83][0xa8]X[0xea][0xab]-[0xf7][0xed][0xc7],[0xb1][0xa8][0x14][0xb3][0xd9][0x82][0x96][0xaa][\r][0x1f]}f[0xb7]t[0xf3]jiC[0x95][0xe3][0xe5][0x8c][0xec]m[0x8c][0xfb]+i[0xc9][0xab][0x98]rW3[0xea][0xae]a[0xb4]}Pj\C[0xda][0xd3]P[0x86].[0x18][0x9c][0x9][0xbc]#[0xba]Gq[0x11]z[0xa8][0xef]4f[0x89][0xf0][0x80][0x87][0xfe][0xb2][0xbd]c[0xd3][0x9b][0xe][0xfd]E[0xf4][0x9f][0xed][0x9d]b[0xf8][0x8a][0xf0][0x6][0x8a][0xe9][0x1f][0x15][0x9b][0xff][0x83][0x5]N[0x0][0xc7]x[0xde][0xff]F}[0x1d]Q_O[0xd4]7P[0xff][0x8f]R[0xe3][0x1b][0x89][0xfa]&[0xa2][0xfe][0xd8][0xdb]D[0x1d]wQ'[0xc6]@=[0xc0][0xf3]-[0x8c][0xbb][0x91]d[0xb3]3[0xa4][0xb0][0x86][0xa9]PE[0xfd]s[0x93][0xed][0xe6]c$[0x9b][0x1d]@[0x8a]x[0xaf]8[0xac][0x12][0xa4][0x11]a63[0x9d]l[0xad][0xb5][0x87][0xa1]*[0xc3][0x8][0xd4][0xd2][0x82]'z[0x90][0xce]4;Boa[0x84]~.#Bg[0xba][0x2]f:[0x2][0x82][0xc4]a[0xe3][0x8d][0xca]h[0xf5][0x1c][0xc1]4"Z[0xa3]b[0x90][0xa7]|'[0xe5][0x8]/[0xcb][0x14]~[0xc8][0x16]|[0x92]G[0xa6][0x86]-8$[\r]u+[0x19][0xdf][0xc6][0x14][0xbf][0x9d][0xc8][0xee][0xc8]P[0xa0][0xcc]U[0xa0][0xcc]U@[0xcb]P@&z[0xa9][0x9d][0xe8][0x97]`[0xc8][0x9][0x9d]}[0xfc][0x15][0xa1][0xb3]$[[0xf8]|[0xca]>9#b[0xca]G"[0xa6][0xd2][0x89][0x18]*6|[0xf4][0xd5]t[0x88][0x9c]@[0x9b][0x3]wR[0xe6]][0xd4]m[0x98][0xe1]p7[0xfb][0xd1]=8[0x1d][0xf7][0xba][0xe1]QC[0x1d][0x84]f[0x2][0xc5][0x12]W[0xdb]%[0xb8][0x14][0x97]Im[0xc3][0x19][0xe1]a[0xd7]Xqv[0xb9][0x13][0x14][0x93][0xe1]yC[0xea]/C[0xa2][0xd2][0x9][0x89]m<[0xbd][0xc2][0xed]T[0xdd][0xb2][0x88][0xd2][0xe7][0x99]E[0xf3][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89]f[0x8e]2[0xca][0x92][0xf7]A[0xfc][0x1]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]KpF[0xac][0x94][0xba][0x85]2[0x98][(Kl[0xfb][0xf1]][0xeb]H[0xdc][0xe2]8ov[0xb6][0xfd][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x9d][0xe2][0xa1][0xe5]T[0xdf]0|[0xde][0x9d]9[0xd1][0xc3][0x6]G[0xd3][0xa7][0x9d]7[0xdb]5[0xc7]l[0xd7]y[0xd3]3[0x9c][0x17][0x10][0xd1]3[0x8b][0xc2][0xcf][0x12][0x81]{5[0xab][0x8d][0xed][0xbe]>'[0x7][0xaa][0xb2][0xbb]D[0xd1][0x1][0xcc]e[0x13][0x9d]7,[0xa1]W+[0xa3][0xa2][0xf7]a[0x88][0xbf]][0xa7]!W[0xb9][0x90]K2 [0xcb][0x98]-[0xa7][0xd4]f[0x95][0xb5][0xcd]6[0xf8][0x87]x[0xf6][0xe1][0xb7][0xd9][0xa5][0xe]Q[0xce]a[0x1a][0xfe]1b|[0x9c]][0xea][0xc9][0x9]u[0xa9]k][0xf4]=[0x8e][0xbb]geK[0x17]i[0xab][0xd9][0xb8][0xf7]a~.[0xf4][0xa7][0xc8][0xfa][0xe9][0xc][0x81][0xb3]\[0x81][0xa1]\[0xe8]"][0xd7]fC[0xe7]W[0x93][0x3]}Dxev[0xac][0x9][0xc1]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0x1c][0xc3][0xf1][0xcf]R[0xce]sc[0xc2][\r][0xc2]{DC[0xad][0xab]p[0x12][0x81][0xf7][0x10]x5K[0xea]g9[0xf3][0xb9][0xdd][0xd2]>[0xeb]s[0xcf][0xfa]x[0x16][0x95][0xc5][0xac]@-[0xf0][0xbf])[0xd2][0xe3][0x16][0x6]+[0xff][0xd3][0x9d][0xec]M[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb]Y[0x80][0x5][0x85][0x87][0x19]d[0xff][0xab]`-[0xe8][0x9e]T[0xf8]?PK[0x7][0x8][0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classm[0x90][0xc1]N[0x2]A[0xc][0x86][0xff][0x2][0xb2][0x82]h[0x80][0x8b]o@[0xd4][0x83]s[0x90][0x93]kL[0x8][0x9][0xa7]M8,/0[0xac][0xcd]8[0x9b][0xc9][0xce]f[0x18]|8[0xe]>[0x80][0xf]e,[0xec]E][0xe]M[0xdb][0xbf][0xfd][0xf2]7[0xfd][0xfa]>|[0x2]x[0xc2]M[0x82][0xab][0x4][0xa3][0x4][0xd7][0x84][0x81][0xe1][0x98]yc8[0x10]fwY[0xa9]?[0xb4]r[0xba]2*[0x8f][0xc1]V&[0xbd][0xff]%[0xad][0xb7]%[0x17]1[0x15]([0xb7][0xa6][0xd2]q[0x1f][0x98]p{[0xe][0xda]d[0xb2][0x95][0xbe]d[0xcf]m[0xfa][0xb5]-5[0x8a][0xf5]j[0xe9][0xfc][0x8e][0xf5][0xd6][0xb1][0xd0][0xc3][0xdc][0xef]C[0xc1]+[0xeb][0xc4]d[0xda][0x9c][0xb8]x[0xd3]u[0xe4][0xf0]x[0xdc]'<[0xf8]`[0x94][0xae]u[0xf1][0xce][0xca][0xc9]\[0x9c][0x8f]y^[0xaa]]m[0xd5][0x1f][0x82]0[0xfe][0xef]J[0x98][0xb4]l[0xfb][0x4]BG[0xa2]+[0xa2][0x1e][0xa1][0x87][0xb][0xe9][0xfa][0xd2]u[0x90]H4[0xd5]%[0x6][0xa7]<[0xfc][0x1]PK[0x7][0x8][0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContext.class[0xad]R[0xcb]J[0x3]1[0x14]=[0xa9]u[0xc6][0xa9][0xaf]:[0xe8]/H[0xab]`[0x16][0xba][0xab][0x8]R[0x9c][0xd5][0x88][0x8b][0xd9]u[0x17][0xa7]![0x9d]!fJ[0x92]J[0xfd][0xb5].[0xfc][0x0]?J[0xcc]<[0xc4][0x7][0xa3]X0[0x9b][0x13].[0xe7]q[0xef]M^^W[0xcf][0x0][0xce][0x11][0xfa][0xe8][0xfb]8 [0x8][0x5][0xb7]7K[0xcb][0xb5]br\([0xcb][0x97][0x96][0xe0]p0[0x8c]s[0xf6][0xc8][0xa8]dJ[0xd0][0xbb][0xfb][0x9c][0xa7]vD[0x10]8n\[0x8][0xc1]5[0xc1][0xf5][0xe0][0x13]#[0xb1]:Sb4[0x8c][0xb]-([0x9b][0xb3]t[0xc6][0xa9]tDW,[0xf1]"[0xa7]f[0x9e][0xd1]2FM[0xf9][0xb4][0xb6]p~[0xba][0xc5][0xe3]g[0x8b][0x7]n[0xc][0x13][0x9c][0xde][0xd6][0x18][0xb1][0xd4][0x16][0xfa]i[0xed][0xd0]`[0xc6][0xcc][0xfb][0x10]GmCL[0x8][0xa2]i[0xcc][0x19][0x1d][0xb7][0x19]}T[0xc6][0x92][0x19]S[0x11][0x83]$[0x13][0x8a][0xd9][0x85][0xe6][0x4][0x93]?[0x88].O[0xd7][0xee][0xe7][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea]%[0xc5]B[0xa7]<[0xca][0xa4]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb]E4[0xef]~Vf[0x10][0x9c][0xfc][0xba][0xcf]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82][0xfe][0xf7]o[0xe2][0x11][0x10]tP[0x1e][0xaf]K[0xb0][0x81].[0xe0]p[0x13]^[0x83]~[0x85][[0x8][0x1a][0xec]5[0xb8][0xed]t;N[0xd5][0xc1][0xae][0xbb][0xed]U[0xb7][0xfd]7PK[0x7][0x8][0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.class[0xa5]P[0xcb]j[0x2]A[0x10][0xac]V[0xe3][0xfa][0x88][0xe0][0xd5]?[0xd0][0x8b][0x83][0xc4][0xdb][0x1e][0x5]AX[0x10][0x14]=x[0x9b][0xac][0xcd][0xb8][0xcb]fGfGI~![0x9f][0xe4][0xc1][0xf][0xf0][0xa3][0xc4]Y[0x15]1[0xc9]EI[0x1f][0xba][0xa0][0x8a][0xaa]n[0xea]p[0xdc][0xed][0x1][0xbc][0xe1][0xd5]C[0xcd]C[0x9d]PSl[0x7]:[0xb5][0xfc]i[0x9]q;[0x88][0xe5]V[0x8a]D[0xa6]JL[0xad][0x89]R[0xe5][0xdf]1[0x83]DfY[0xa0][0xe5][0x92][0xcd]==~[0x8f]9[0xb4][0xfe][0xa2][0x13]h[0xa3][0x84]\[0xcb]p[0xc5]"[0xd1]J9{[0x8e][0xfd]Xd[0xeb]H[0x4][0x8e]as[0xbd][0xe5][0x13][0xbe][0xff]u[0xec]B[0xa5]l[0xc5]l2[0xf2][0xff]&=[0xf9]L[0xc3][0xf0][0x87][0xde][0xf2][0xad][0x9][0xd1]~[0xc6][0xdf][0x99][0xbb]"[0xa7]zcB[0x1e]F[0x9][0x13]Z?[0xf4][0xa1][0xc][0xad]6_[0xdd][0xfc]IB[0xef][0xf1][0xe0][0xab][0x91][0xd0][0xfc]]@[0x99]@( [0x9f]b[0x89]PD[0x9]8[0xe3][0xcb][0x19][0xcb][0xf0][0x9c]B[0xa8][0xb8]]@[0xf5][0x4]PK[0x7][0x8]5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerContextKey.class[0x9d]T[S[0xd3]@[0x18]=[0xb][0xa5]iC[0xb8][0xdf]D@A[0x91]^[0xa1]rQT[0x10],[0xa5][0xf5][0xc1][0x16]f[0x8][0xe2][0xf0][0xc4]l[0xcb][0x1a][0x2]m[0xd2]ISF[0xfe][0x86][0xc2]W[0xf5][0xa1]8:[0xe3][0xa3][0xf][0xfe]([0xc7]/i[0xb8][0xd5][0xea][0x80]y[0xd8]o[0xf7][0xdb][0xef][0x9c][0xef][0xe4]d7?}[0xfd][0xe]`[0x1e]I[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2]A[0xc4][0x10][0x97][0xd1][0x8e]ig9#!![0xa3][\r]Qgx[0x18][0xc0][0xac][0x8c]9[0xcc];[0x8b][0x5][0x9][0x8f]$pgS[0x4]p[0x9e][0xb0][0xe7]l[0x4][0xf8][\r]PK[0x7][0x8]J[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.class[0xa5]U]O[0x13]A[0x14]=[0xd3].m)-[0x9f][0x8a][0x8a][0x1f] "n[0xf9]Z[0x15]5[0x84][0xd6]F[0xa8][0xa2][0xc4]*Q[0x1a][0x8c][0x8f][0xd3]e,K[0x96][0xdd]fv[0xd6][0xc8][0x93][0xf1][0x1f][0xe9][0x13]Q[0x13][0xe3][0xb3]?[0xca]xw[[0xb][0xfd][0x88][0xb4][0xf2][0xb0]sf[0xee][0x9c]=[0xf7][0xce][0xd9][0xdb][0xe9][0xaf][0xdf][0xdf]~[0x0]X[0xc6]r[0x12]qd[0xe2][0x98]K"[0x12][0xe0][0xfc][0x0]4,[0xc4][0xb1][0x14][0x87][0x11][0xc7]m[0x86]X[0xce]r,[0x95]g[0x88][0xea][0x99][0x1d][0x6][0xad][0xe0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa1][0xa2][0xe5][0x88][0x97][0xfe]AY[0xc8][0x12]/[0xdb][0x14][0x19]-[0xba]&[0xb7]w[0xb8][0xb4][0x82]u=[0xa8][0xa9]=[0xcb]c8Wp[0x1d][0xd3][0x97]R8[0xea][0x5][0xaf]npS[0xb9][0xf2][0x90]![0xb5][0xe9]8B[0x16]l[0xee]y[0x82]X[0xeb]EWV[0xc]^[0xe5][0xe6][0x9e]0l[0xb7]R[0xb1][0x9c]J[0x80][0xf7][0xf6][\r][0xaf]j[0x19]E[0x8a][0x8][0xf9]ZT,O[0xc9][0xc3][0x99]N[0x92]Y[0x86][0xf1][0xe6]2[0xe][0xab]Kyzf[0xf5]\[0xa9][0x94][0xcd]S[0x8a]AS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]DX<[0xed]2[0x8c][0xe8][0x99][0xe2]>[0xcf][\r]_Y[0xb6]A!"[0xf5]o[[0x15][0x87]+_Rj[0xbd]u?W[[0xda][0x9c]J[0xd8]V[0x92]*[0xc9]6ko[0xf9][0xaa][0xae][0xfd][0xbc][0x8b]w[0xbb][0x13][0xf][0xe4][0x7][0xaa][0xbe][0xda]|[0xb7]V[0xf6][0xe8]`[0xc][0xaf][0xf4][0x96][0xb2];H[0xff][0xd3][0xb4]'[0x1f][0x94]pv[0xc5]n[0xcd][0xbc]l[0xd0][0x1f][0x9][0xab]a[0xcb]P[0x9b])[0x9a][0xc3][0xf][0xc2]Vi[0xcb]C}f[0x87]"[0xc][0x8b]=[0xe5]d[0x98][0xed][0xd6][0xdb](!C^[0xef][0x8e][0xdf]1[0x1c][0x9c]0y[0xb2][0x85]?[0xe5]J[0xab][0xab]=[0x15][0x9c]?![0xbc]U[0xde][0x17][0xa6]:[0xc5][0xe4][0x96][0xce]l[0xef][0xc7][0xe4][0xb6][0xeb]KSlXA[0x9b][0x8f]5[0xd3][0x97][0x82]d)[0xf4]#IF[0x1d][0x9f][0xdb]l[0xb4][0xb7]q[0xdc][0xe9][0xcf][0xb8][0xb7][0x17]~[0xb8][0xe9]S[0x88]DJa[0x2]w[0xe2][0xb8][0xcb][0xf0][0xe8][0xac]?+[0x86][0xe1]VG[0x18][0x1e][0xfc][0x9f]%[0xc]+z[0x7][0xdb]"[0x99][0xf6][0x10][0xc3]|[0xf]9q[0x1d]1[0xba]8[0xa9][0xdf][0xe9][0x16][0xd5][0x8][0xc9]a[0x1a][0x7]h[0xb5]F[0xc8][0x8][0xfb][0xe6][0x8e][0xc0][0xbe][0xd0]$[0x8a][0x14][0x8d][0xb1]0x[0x1f]i[0x1a]S5[0x2][0x6]1B8[0xda][0x14][0x19]#[0xa4][0x1b][0x13][0xe7][0xe9]>[0xe][0xe4][0x1e][0x13][0x6]{[0x89][0xef][0x88][0xbc]=B[0xf4]s[0x8b][0xe2][0xca][0x9][0xc5]D[0x9b]b[0xa2][0xae]8NO[0x4][0x17](v[0xb1]k[0xe5][0x87]=(_[0xa2][0xd8][0x4].[0xd7][0x95]?[0x92][0x8e]F[0x98][0x9e][0xff][0x9]ma[0xf1]+[0xfa][0xa2]xslE[0xf0]W[0x3][0xac][0xd3][0xbc][0x10][0xa6][0x98][0xab][0x91][0xeb])[0x82][0xd9][0x15]\[\r][0x93][0xa4]q[\r][0x93]!;[0x8d])[0xf2]<[0x1a][0x16]0EX[0xe3][0x8f]5[0xf8][0xd3]u[0xfe][0x14]n[0xd0]n[0xad][0xa8][0x99][0xc6]l[0x16][0xb7]B[0xd4]1[0x1c][0x1e]"BG\[0xc4][0x10]}[0xb5][0x4][0xe1][0xcd]X[0xff][0x1f]PK[0x7][0x8]o[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.class[0x95][0x92][0xdd]N[0xc2]0[0x14][0xc7][0xff][0x5]d[0xf2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x82][0xe8][0x1b]x1bb/4^0BbT[0x12]"[0x86][0xe8][0x88][0xf7]e[0xd4]:[0xb2]tK[0xd7][0x19]y5/|[0x0][0x1f][0xca][0xd8]1C&![0x6]zs[0xfa]?[0x1f][0xbf]sN[0xda][0xaf][0xef][0x8f]O[0x0][0x17]8[0xb1][0xd0][0xb4][0xd0]&hx[0x8a]3[0xcd][0x87]Rr[0xf5][0xc0]"[0x82][0x96][0xdd][0x19][0xcd][0xd9][0x1b][0xa3][0x89][0xf6][0x3]j\[0xe]A[0xc5][0xf5][0x85]d:Q[0x9c][0xc0]^[0x8f][0xf7]2[0x19]0)[0xa8][0xab][0x95]/[0x85]3[0x99]8}g[0xc5][0x1e]'[0xfa][0x97]}[0xbf]E[0xed]v[0xf0][0x14]_[0x8b][0x12]=|[0xb9][0x9e][0xc6]\j[0x82]G{m[0xec][\r][0xe8]P[0x9][0xca]"[0xe6][0xbd]r[0x1a][0x84]B[0x18]_j/[0xe7]4[0x8e]|z[0xf7][0xae][0xb9][0x9c][0xf1][0xd9][0xc8]D[0xb8]r:[0xcf][0x4]}{[0xbb]i6[0xba]S[0xc0]mo[0xd2][0xed][0xee][0xd4][0xb6][0x9f]c[0x8d][0xa7]s[0xee]i[0xb3]i[0xd5][\r][0x13][0xe5][0xf1][0x81][0x1f][0x98][0x7]hg[0x99]O\[0xf8][0xb1]V[0x8b][0xf3]4[0xdf][0xc2]1[0xc1][0xd5][0xbf]}[0xfe]V[0x9d][0x9a]m[0x6][0xcc][0xd3][0xa1]Z[0x18]|^[0xd4][0x97]_[0xe1]&`q[0xcc]c[0x82][0xe6][0xfa]8[0x4]g;[0xf4])[0x13][0x10][0x14][0x90][0x9e]b[0x89][0xa0][0x88][0x92][0xd1]{F[0x15]P6[0xda][0xca][0xe9]}[0xa3]+[0xa8][0xae]t[0xcd]dg[0xb7]:[0xe][0x96][0xb6][0x81]#c[0xd3][0xc][0x82]C[0xb4][0xca][0x95][0x1f]PK[0x7][0x8][0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry$WeakMapFactory.class[0xa5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xe9][0xd7][0x96]mi[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x8b]([0xe2][0x96][0xaf]U![0xc6][0xb4]M[0x13][0x82][0x12][0xd1]"[0x11][0x1a][0xaa][0x97][0xd3]2[0xb6][0x8b][0xcb][0xb6][0xd9][0x9d]5[0x92]x[0xe3]?[0xd2]+[0xa2]&[0xfe][0x0][0x94][0xf1][0xcc][0xb6][0x2]m[0x89][0xb6]x[0xd1]yg[0xce][0x9c]}[0xce][0x99][0xb3]g[0xa7]?}[0xfb][0x1]`[0x19]+:b04du[0x84]`$0[0x87]y[\r][0x8b][0x1a][0x96]4[0x98][0xc][0xb1][0x82][0xe5]X[0xb2][0xc8][0x10]6[0xb2][0xbb][0xc][0x91][0xb5][0xe6][0x9e]`H[0x97],G[0xbc][0xf4][0xf][0xaa][0xc2]-[0xf3][0xaa]M[0x96]L[0xa9]Y[0xe3][0xf6].w-[0xb5][0xee][0x18]#[0xb2]ay[0xc][0xa9][0x8a][0xe0][0xef]6yk[0x9d][0xd7]d[0xd3]=dHn8[0x8e]p[0xd7]l[0xee]y[0x82][0xf6][0xb][0xa5][0xa6][7y[0x8b][0xd7][0x1a][0xc2][0xb4][0x9b][0xf5][0xba][0xe5][0xd4][0x95][0xae][0xec][0x9b]^[0xcb]2Kd[0x11][0xee][0xb6][0xa8][[0x9e]t[0xf]g[0xba]ay[0x86][0xc9][0xee][0xd0][0x87][0xad]?[0xe1]W[0xff][0x83][([0x97][0xf3]E[0x82][0xa7]j[0xae][0xe0]R[0x4][0x9][0xd3].[0xc3][0xb8][0x91]-[0xed][0xf3][0xf7][0xdc][0xf4][0xa5]e[0x9b]d"[0xa7][0x91][0x1d][0xab][0xee]p[0xe9][0xbb][0x14][0xd4][0xe8][0xdd]/[0xb4][0x97]6[0xa7][0xe0];[0xd2][0xa5][0x1c][0xf2][0xdd][0xec]-_v[0xd8]/[0x6]xv0[0xb8][0xc2]'Z[0xbe][0xdc]x[0xbb]Z[0xf5][0x84]#[0x19]^[0x19]=i[0x9f][0x81][0xfe]k[0xb9][0x9e]~[0x90][0xc2][0xd9][0x13]{[0xed][0xb2][0xe5]U7[0xc4][0xad][0xe3][0xb2][0xa4][0xfb][0x8a][0x12]q[0xf8]A[0xd0][0x18]}q[0xa8][0xab][0xec][0x0][0xc2][0xb0]8TL[0x86][0xd9]Ak[0x1b]&e([0x1a][0x83][0xf9][0x9f]iV'[0xd4]O[0xb7][0xed][0xa7]B9[0x97][0x1b]*[0xe1][0xe2])[0xf0]Vu_[0xd4][0xe4]?[0x8a][0xdc][0xd3][0x93][0xfd][0xfd][0xa8][0xef]4}[0xb7]&[0xd6]-[0xd5][0xe0][0x17][0xba][0xdd][0x97]T[0xb0]$[0xe2][0x18]a[0x98]89[0xb7]j[0xec]g[0xdc]k[0x10]L[0xc3][0xfd]$[0x1e][0xe0][0xa1][0x86]e[0x86][0xdc][0xf9][0xbf][0xe][0x86][0xb1][0xde][0x83]1<:[0xdf][0xc9][0x18]F[0xbb][0xde][0x11][0xbd];j\[0x86][0xc7][0xc6][0x19][0xc5][0xeb][0xb3]d[0xfb]M[0xc][0xf3]Cd[0x82]iD[0xe9][0x2]d[0xd0][0xe8]6[0x8c][0x90]R[0xf9]h[0xd4]i[0xb5]J[0xca]H[0xa3]sG`_h[0x12]F[0x82][0xc6]X`|[0x8e]$[0x8d][0xc9][0xb6][0x3]F1F:[0xde]e[0xc9][0x90][0xd2];[0xc2]E[0xba]W[0x15][0xee][0x9][0xa9][0xda][0x8b]G[0xe8][0xcd][0x11][0xc2][0x9f]{[0x88][0x9b][0xa7][0x88][0xf1]>b[0xbc]C[0x9c][0xa0]_[0x8][0x93]d[0xbb]40y{[0x8][0xf2]e[0xb2]][0xc1][0xd5][0xe][0xf9]#q"[0xa4][0xfa][0xfc][0xc2][0xe2]WD[0xc2][0xa8][0x9c][0xd4]A[0xfd]_[0x0][0x15]*[0xd7][0xeb][0x80]?[0xd7][0xf6][0xec][0xf0][0xd5][0xec][0x1a][0xae][0x7][0x11]t[0xdc][0xc0][0xcd][0xc0][[0xc7][0x14]n[0xd1][0xf3]*[0xba][0xd2][0xb6][0xe6][0xd8][0xba][0xe3]?[0x85][0xdb][0xb4][0xdb][0xce][0xe8][0xce][0xf1][0xec].f[0x3][0xbd][0x87]4i[0x86]fQ, E[0x19]h[0xa4]3[0xb1][0x91][0xdf]PK[0x7][0x8][0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/apache/logging/log4j/spi/LoggerRegistry.class[0xad]Wkw[0x1b][0xd5][0x15][0xdd]#9[0x1e][[0x9a]H[0xb1][0xec][0x18][0x9c][0x90][0x96][0x4]He[0xd9][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x9a][0xd8]&[0xa0]*6[0x98][0xd8]r[0x13]916[0x85]t,O[0x94][0x9][0xf2][0xc8][0x8c]Fi[0xdc]B[[0xda][0xf2]h[0xcb][0xa3][0x14]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xd3][0xd2][0xf4]A![0x9][0x84][0xe0]v[0xad].[0xbe][0xb1]VEG[0x17][0xab][0xed][0xbe]3[0xa3][0xd1][0xe8]eG^[0xf9][0xa0][0xb9][0xa3]s[0xcf]=[0xfb][0x9c]s[0xcf][0xdd][0xe7][0xce][0xbf][0xfe][0xfb][0xf7][0x2][0xb8][0x1b]Wd[0xac][0x84] [0xc1][0x8]a/[0x8a]![0xec][0x83][0xd1][0x85]D[0x8][0xab]xR[0x86][0xd9]Ma)[0xc][0x19][0x96]x+[0x8b][0xc7][0xf9][0x10][0xbe][0x8e][0xb]BqM,[0xf9]F[0x18][0x3][0xf8][0xa6][0x8c][0xa7][0xc4][0x9f][0xa7]e|+[0x84][0x98]c[0xec][0xdb]b[0xe6];a<[0x83][0xef][0x86][0xf1]=|_<[0x9e][0x95][0xf1][0x9c][0x90][0x1c]h'Nb[0xf6][0xd7][0xda]Z[[0xad][0xd8][0xbb][0xab][0x1d]C[0x95],[0x8d][0xc5][0xb7][0xba]["[0xe0][0x7][0xb6][0xba][0xda][0x81][0x17]&[0xa2]n[0xdd][0xd8]uyLc[0xfd][0xdc][0x11][0xf7]e[0xdc][0x16][0x8f][\r]6[0xab][0xb8][0xde][0x15][0xad]TR[0xf3][0xda][0xa4][0xcf][0x80][0x84][0x9e][0x86][0xc5][0x12]&[0xea]e[0xe3]C[0xad][0xfd]v[0xad]&gj[0xac][0xdb][0xc9][0xda][0x9e][0xb5][0xd4][0x9c]8Sv[0xc6]e[0xfc]D[0xc2]B[0x83][0xb3][[0xb2][0xdd]4[0xc0][0x90][0x9b][0x1a];+[0x13][0x1b][0xa4][0xba][0x85][0xd9][0xa6]F#[0xb5]Y[0x93]pg[0xdb]vyN[0xf3][0x9a][0xe5][0xec][0xad][0x84]T[0xbc][0x11]fp[0xe3][0xb2][0x98][0xb8]`i[0xc6][0xb2][0xb6][0xec][0x98][0xa0][0xbd][0xe]C]a[0x5][0xdf][0xd4][0xcc][0x14]+E[0x82][0xd9]df[0xb][0xf9]h[0xcf][0xab][0x87]n[0x8][0xa8][0xed][0xc8]K[0x18]K[0xf4][0xe6][0xf8][0xa0][0x8f]b[0xd2][0xc5]BA[0xcb]Yz[0xd1][0xa0][0xde][0x9e][0x16]S[0x95][0xe3]z0[0xde]|eK[0x83][0xdb]tA[0xfa][0x12][0xc2][0xcb]Z[0xc9][0xd2][0xc9][0xad][0x14][0xb][0xe]i[0xa1][0xbe][0xff][0xfa][0xb8]O[0xc2][0xee][\r][0xdc][0x94][0xf1][0x1a][0xbb]@sO[0xdd][0x83][0xbf]a[0x90][0xbd]L[0xd6][0xac][0x99]65[0xd5][0xd2][0xec][0x9e]5#[0x98][0xfc][0xb6][0xa6]uV[0xcf][0xee]a[0xf7][0xcc]dXPl[0x99][0x12]F7_[0xd6]:[0xca][0xee][0xb3]j[0xa9]R[0xe7];[0x9b][0x19]Z[0x94]0yC[0xaa][0x84][0x86][0xf6]73[0xd4][0xc0][0x84]T\[0xbc][0xe][0xc5][0xad][0xb1][0x10][0x8d][0x87]W[0xcb][0xd6][0xd4][0x99][0xd4]R[0x89][0xf7][0x2][0x9][0xa5][0x1b][0x11]\[[0xc7]N[0xf4][0x84][0xce][0x82][0x9b][0xf3]Mzc[0xc3][0x89][\r][0xda][0x87]m[0xea]F8MK[0xc2][0x95][0xae][0xf1]\[0xc1][0xed][0xf1]G[0xc7][0xe7]FG[0xdb]r[0xe8][0x88][0xcf][0x8f][0xd9][0xa5]s[0xac]rA[0x5][0xd9]b[0xd9][0xcc]i[0x93][0xba][0xe8][0xd9][0xbd][0xb5][0x1d][0xf2][0xa0][0xd0]g[m[0xa7][0xa9]6[0xbb][0xc6])[0xb8][0x13]w[0x89][0xc7][0xa8][0x8c][0xd7][0x15][0xfc][0x14]?[0x93]p[0xef][0xd6]:[0xb5][0x82][0x4][0x86][0x14][0xbc][0x81][0x9f]+8[0x88][0xa4][0x82]8[0x6]e[0xbc][0xa9][0xe0]-[0xfc]B[0xc1]/[0xf1]+[0x5][0xb]XT[0xf0]k[0xfc]F[0xc2]P[0x1b][0xd9]Qp[0x14][0x13][0xcc]@[0xf5]([0xa6]LS][0x9b][0xa6][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "28[0xae][0xe0][0xb7][0x98][0x95][0xf1];[0x5]o[0xe3][0xf7][0xa4][0x14][0x5][0xc0];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfe][0x88][0x8b]l[0xc4]5[0xe7]W[0xc1][0x9f][0xf0]g[0x5][0x11].[0xfe][0x15][0xef]*[0xf8][0x1b][0xde]S0[0x8e][0xfb][0x14][0xe4][0xf0][0xbe][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe3][0xfe][0xcd][0xbc][0xab][0xcd][0x80][0x84][0x1d][0xf5]{G.i'[0x85][0xf5][0xd7][0xef][0x1d][0xf5]5[0xc9]ka5[0x8c])K3U*[0xf2][0x2]S[0x15]:[0xb8][0xec][0x18][0x11]S{[0xb2][0xac][0x9b]Z[0xa6]hd[0xca][0x85]B[0x95]][0xfd][0xa5][0xd5][0x92][0xe7]j[0xeb]/[0x92][0xb3][0x89]u[0xb6]l[0xb9][0xc4][0xda][0x13]o[0xa4][0xd1]h[0x1d][0x9d][0xf0]~OR[0xce][0xd8]][0xba]/[0xde][0xf4]b[0xd1]E[0x5]W[0xb7][0xb7]F[0xa3]r[0xb][0xb]R[0xa1][0x8e][0xe5]\[0xa7][0x9a][0xfa][0xd9]y^-[0x94][0xed][0xf][0x95]f[0xbd][0x82]x[0xba][0x97][0xb2][0xfe][0x9a][0x8]*[0xa9][0x14][0x1f]%[0xe4][0xef][0x8c]v[0xc1][0xb2]/[0xe8][0x8b][0xe2][0x9e]a[0xff][0xa9][0x8d][0xa0][0x8a][0xa8]./[0xa7]Dv[0x7]Zu[0xd9]E/}[0xd5][0xbe][0x14]$an[0xba]![0x1b][0x5][0x1a][0xce][0x15][\r]K[0xd5][\r][0xe7][0xf6][0xbb][0xb3]Y~[0x88]{<^[0xb7]I[0xed]p\[0xb][0x9e][0xdd][0xf8]@[0xb0][0x7]X&[0xab][0xb7][0xd2][0x0][0xf7]T>[0x6]g&[0xb2][0xd9][0xd4][0x83][0x13][0xde]Gaz:[0x95][0xcd][0xf2];t/?m[0x81] v[0x9][0x8e][0xe0][LP[0x7][0xbf][0x90][0x87][0xf9][0x1e][0xc0][0x1][0xfe]'[0x81]x[0xff][0xbf][0x88][0x8][0xdf][0xc9]S|[0xde]M[0xc9]4WJ[0x1c][0x95][0xc4]? -\C[0xe0][0x1a][0x82][0x97]m{#|[0x86][0xb8][0x2][0xf8]*[0xc2]x[0xc][0xf7][0x8]-G[0x17][0xf7][0xe2]K[0x1c][0xf][0xd5]H[0xe]s[0x14][0x96]G[0xb9]FX[0xbe]@[0x1b]b[0xf5]-[0x89]k[0xe8]H[0xc][0xc5][0xb6]}[0x8c][0xce]O _EWbh[0x1d][0xdd][0x12][0xae]"TE[0x8a][0xa1][0x83][0xcf][0xd3]|~[\r]=P[0xb1][0x1b]K6b[0xbf]c[0xc3]E[0x14]oNt[0x87]j[0xe6][0xe]{s[0x7][0xbc]H[0xc7][0xe8]=[0xd9][0xc8][0xf5][0xe6][0x11][0xca][0x85][0xa7][0xd1][0xc4][0xa7][0xe8][0xbe][0x82][0xf0]E[0xc8][0x89][0x8f][0xa0]\[0xa2][0xa8][0xc3]v[0xa0][0xd3][0x9e][0xd6]|aFq[0x4][0xf7][0xd7][0x84])$[0xf]pL[0xf1]'#[0x10]J[0xcb][0xf8][0xb2][0x8b][0x96]&[0x1a][0x99][0xd5][0xcd][0xea][0x94][0x8b][0x16][0xf3][0xd0]BD[0xdb][0xee][0x2][0x6]}[0x80][0xba][0xf]0[0x86]I<[0xe8]3?)[0xcc][0xf3]BLsN[0x10][0xf3][0x1c]E[0xc8]=[0x9][0xda][0xbc][0x86][0x8][0xf3][0x18][\r][0xe0][0x13][0xec][0xa8][0xb7]j[0xfa]r[0xd7][0xe3][0xe5][0xae][0x7][0xf][0xb3]B$_@=n[0xee][0x9c][0x18][0x8e][0xd9]`[0xd3].[0xd8][0x12][0xc7][0xa0][0x1d][0xc3][0xf0][0xc7][0xe8][0xd9][0x8][0xed]i[0x1b][0xed]VG[0xdb]C[0x8b][0xb9]h[0x95][0xb8][0x2]>[0xdc]X[\r][0xee][0xc]e[0x19][0xcc][0xba][0xb8][0xf][0xf9]*2[0xc6][0x8a][0xec][0xfd][0x8]}[0xf5][0x88][0xcf]\W5:[0xd6][0xbf]b[?[0xee]Z[0xbf][0xca]QT[0xda]H[0xe2]C[0x84][0xd6][0xb1]S[0xc2]:[0xfa]%[0xcc][0xc][0xaf][0xe3]&[0x9]ob[0xf]_n[0x96][0x18][0xe5]@f[0xe8][0x80];[0xbf]+[0x80][0xf9][0x8b][0xff][0xfb][0xf7]P[0xb5]X[0x9c]j}[0x96]'[0xef]9[0x9e][0xad][0xe7]y[0x9a]^[0xf0]r[0xb0][0xf][0xdb]q[0x82]R[0x91][0x8d][0x11]/[0x1b]#[0xc8]b[0xce][0xcd]}U[0xeb][0xa4][0xa7]u[0xd8][0xd3]:E-Q[0x1]a[0x4]>CT[0xc6][0xfc][0xa8][0xec][0x84][0xf2][0x8]l[0xfb]n(os[0xb1]X[0x9e][0x10][0xa1]T6g`f[0xf8]S[0xc]P[0xd2][0xb5][0x8e][0xdd][0x8c][0xcb][0x9e]cL[0xb7][0x4]1?\[\r][0xa0][0x1f][0xdb][0xf8]|[0x91]d[0xf0][0x12][0x83]y[0x99]G[0xe7][0x15][0xd2][0xc7][0xab][0xbe][0x8d]Lx[0xae]'[0xf0][0xa8][0xbd][0x91][0x11]j[0x89][0xc0][0x2][0xbe][0xc3][0x97]p]w[0xe6]NR&\[0xef][0x82][0xf4][0x19][0xe2]2[0x89][0xc3][0xf1][0xfb]1[0xae]~[0x9c][0x87][0xdb]9[0x1c]sn[0x15]G[0xaa]U[0xbc]'[0x80]w[0xeb][0xb6][0xf8]-_[0x9]G<_"[\r]%[0x1c][0xf1][0xa8][0xe7]qR[0x87][0x83]p[0xda]-[0xdd][0xa8][0xaf]t[0x9b]@[0xbc][0xe3][0xb]7[0xea]AD[0xbd][0xba][0x8d]6[0xd4]m[0xd4][0x7][0xa6][0xba][0xdb][0xa0][0xfb][0xc1]>[0xd7][0x12][0xec][0xd2][0xa6]`[0x82]m[0xfc][0xb9][0x8d]ze[0xe1][0xf0]N[0xc0][0xcd][0xe6][0x12][0xf5]sXv[0xe1][0x9f][0xe2][0x8e][0x8a]b[0xec][0x13]{[0xee][0xc5][0xcb][0xd2][0xfd]|[0x7][0xea][0x89][0xfc]C[0xf4][0xf2][0x0][0xdc]c[0xef][0x9b][0xbd][0xc6][0xf3][0xa3][0xcf][0xf3][0xa3][0xcf][\r]Z[0xbc]i8[0xc3][0xf5]U[0x8f][0xfa]<[0x8f][0xc4]\[0x9e]s[0x8e]Gg[0xb9][0xe3][0xba][0xd7]R[0xf6][0xd9]v[0x88]y[0x5][0xb7][0x92][0xf1]>@[0xf8][0xb2][0x9d][0xb2]j.[0xf6]z+[0xcf][0xe1][0x9]{,[0xe0][0xe][0x8e][0xbb]([0xbf][0x8d][0xb3][0xb7][0xa3][0x9b]z{[0xb1][0x9f][0xa3][0xcc][0xf1][0xb][0x9d][0xdd][0xff][0x7]PK[0x7][0x8][0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.class[0xd5][0x96][0xdb]n[0x1b]U[0x14][0x86][0xd7][0xf6]i|[0x18][0x1a]7[0x81]&&[0x1][0xea][0xb6][0xb8]N[0xe2][0xc6][0xc9][0xd8]i[0xa7][0xa4][0x9d][0x12]2[0xa4][0xa5][0xb8])[0xc5]([0xd2][0x8][0xa4]j[0xe2][0xc][0xce]D>1q[0xa8]@[0xe2][0x82][0x1b][0xae]x[0x0].x[0x2][0xc4][0x5]H[0xa0][0xb6][0xd0]V\#[0xc4][0x13]p[0xc1]3[0xf0][0x0][0x88][0xb5][0xf7]lVM2[0x81]:[0xc3][0xa9][0xb2]2{[0xcd]a[0xfd][0xff][0xf7][0xcf][0xd8][0x99][0xf5][0xfd][0xaf][0xdf]<[0x0][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xd2][0xa0][0xc0][0xb]iX[0x82][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\LA[0x6][0xc][0x5].[0xa5]![0xe]/*[0xb0][0x9c][0x81]([0xbc][0xc4]7+|c*[0xf0][0xb2][0x2][0xab][0xc][0x94][[0x9e][0xdd][0xeb]9[0x9b][0xc][0x16]j][0xaf]Y[0xb6]{vc[0xcb])[0xb7][0xba][0xcd][0xa6][0xdb]i[0xf2][0xb5][0xba]]n;;;v[0xd3])_[0xf3][0xd7]U[0xbb][0xd1][0xef]z[0xef]-1H\p;n[0xdf]`P-[0xe][0xdd]=[0xbd][0xce] [0xb6][0xd2][0xdd]t[0x18][0x8c][0xd4][0xdc][0x8e][0xb3][0xb6][0xdb][0xde]p[0xbc]7[0xec][0x8d][0x16][0x1e][0x19][0xad]u[0x1b]vk[0xdd][0xf6]\[0xbe]/[0xf][0xc6][0xfa][[0xee][0xe][0x83][0xc5][0x83][0xad]vz[0xee][0x1e][0x1b]my[0xd3][0xee][0xf5][0x1d][0xf]a3M[0xa7][0xdd]s[0xf1]r[0xbb][0xc5][0xa0]R[0x9c]>D[0xe0]t[0xc7][0xb9]%[0xf]20[0x8b][0xb5]m[0xfb]][0xbb][0xdc][0xb2][0xb1]qe[0xcb][0xf6][0xea][0xce];[0xbb]N[0xa7][0xe1],=[0xba]4j[0xaa][0x8d][0x81]V[0x6][0x13][0x7][0x89]2xm[0xd0][0xb0][0xde][0xf7]Pui[0xe0][0xc8][0xf5][0x8d]m[0xa7][0xd1][0x1f][0xce]\i[0xff][0x9e]ft[0xbf]6[0x83]Ho[0xfe][0x8f]g[0xa4][0x7][0x83][0x8d]Gb[0x9]I[0x17][0xe9]-0[0xe8][0x1f][0xd2])[0xb4][0xb7][0xc6][0xe0][0xa3][0xbf][0xcd];4M[0x85][0xc1]'[0xff] Mh[0xbe]*[0x83][0xcf][0xfe]U[0xbe][0xd0][0xc4][0x8b][0xc][0xee][0xfd][0xc7][0xc4][0xa1]3[0x9c]e[0xf0][0xe3][0xff].C[0xe8]T[0xe7][0x18][0xfc][0xfc][0x18][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]Sg[0xf0][0xcb]c[0x99]3t[0xf2][0xf3][0xc][0x8c]bH[0x15]#[0xe0][0xd6][\r]%p#@[0xe0][0xcd][0x90]P[0x89][0x9e][0xed][0xd9]m[0x1c]S[0xc6][0x2][0x94]p[0x80][0xa8]ww[0xbd][0x86][0xb3][0xea][0xf2][0x81]f2xV[0x99][0xe3]}*[0x8c][0xc0]e[0x5][0xae][0xa8][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\eP[0x1e]rVQ[0xe1][0x9]8[0xc2]`[0xee]/[0xdb][0xea]n[0xbb][0xd7]rd37}[0x95]Av/[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xb0][0xc8]7[0x15][0xbe][0xc1][0xff][0xf4][0x95]C[0x8c]`[0xc][0xe6][0x87][0xc][0x81]/[0xe0]h[0x91][0xcf][0x89]G[0x5][0xd0]n[0xdf]mI [0xbc][0xbf]G<[0x1c][0x8c]\[0xcf]Y[0xeb]v[0xd6]v[8[0xd1][0x15][0x2][0xbf]O[0x1][0xcf]`[0xf2][0xe0][0xb9]m[0x1d][0xf2]87+[0x80]S[0x19][0xfe][0x8d][0xf2][0x9b][0x88][0xb3]u[0x16][0xeb][0x11][0xb1]=[0x8a]{5[0x88][0xe0][0x7][0x8f][0xce][0xdc][0x6]63{[0x7]"[0xdf]A[0xf4]k[0x88]}[0x89][0xc7]"[0xd8][0x3][0xd8][0x13][0xc5][0xed][0x9][0x88][0xc1]I[0xec];[0x5]c[0xb8]w[0xcc][0xef][0x81]'[0xe1])[0x0]Qqm[0x86][0x9f]c0.[0x95][0xcb]b[0x1f] >[0xf3][0x15][0xc4][0xbe] [0xb9][0x84]8xZ[0xc8][0xa8][0xfe][0x5]R[0x6][0xa7]E[0xc8][0xc9][0xe6][0x8b]h[0xca]-R[0xdf]B[0xdc][0x9a][0xbd][\r][0x89][0xbd][0x2][0xa5][0x1][0x8e][0x14]q[0xa4][0xe0]i[0x98][0x14][0xbe][0x13]0%[0xa5]n`[0x7]O0[0xc6]9fc[0xf7]A[0xb1][0xa2][0xa5][0xfa]]HFa[0xaf][0xe8][0x82][0x10]=[0xee]_N[0xa2]c[0xf0][0xc]<+[0xce][0x8f][0xc1]sx6"[0xe4][0xf3]R[0xfe]&[0xf6][0xc6]p[0x1d][0x17][0xf2]q)o[0xc5][0xce][0x4][[0x9c][0x15][0x16]3~[0xb]Y[0x8c][0x93][0xc5][0xb8][0xb4][0xe0][0xd5][0x9][0x81][0xc2][0xcd]NJ[0xb3][0xe][0xaa][0xc4]q[0x9d][0x12]f[0x89][0x1]3+[0x9e][0x8b][0x5];.[0x9][0xc7][0xaa][0xdf]G[0x8e]S[0xe4]8E[0x8e]S[0xd2][0x91]W[0xa7][0xb0][0x8a][0x9][0xef][0xe7][0xa5][0xf7][0x7][0xa8][0x97][0xc0]5/[0xbc][0x95][0xbd][0xde]V"[0x17][0xf][0x6]X[0x16][0x0][0x86][0xdf]L[0x0]y[0x2][0xc8][0x13]@[0x9e][0x0][0xf2][0x12][0x80]W[0x5][0xac][0xe2][0x2][0xe5][0xb4]D[0xf9][0x18][0xb5][0x14]\[0xb][0x2]%[0x19][0x88]b)[0xb9]D0[0xcf]e[0xc1]s[0xc5]W [0x9e][0x2][0xf1][0x14][0x88][0xa7]@<[0x5][0xe2])H[0x1e]^[0x15][0xb1]J[0x8][0xb2]iI[0xf6])[0xee]'[0xf9][0xd7]S[0x90]e[0xf7]=[0xa1][0x87]hV2[0xa7][0x4][0xf3]][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xaf][0xfb]:[0xc4]W"[0xbe][0x12][0xf1][0x95][0x88][0xaf]D|%[0xe2]+I>^[0xcd]`[0xa5][0x8][0xd2]YI[0xfa]9[0x9e]I[0xe1][0xaa][0xf9][0xa4][0xc1][0xcf][0xf3]![0xa9][0x95]M[0xe4][0x92][0xc1][0xbc]u[0xc1][0xfb][0x96][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab][0x11][0xaf]F[0xbc][0x1a][0xf1]j[0xc4][0xab]I^^[0x95][0xb0]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]3[0x92][0xfc][0x1e]^[0x93][0xc6]U[0xf7][0xc9][0xff][0xe4][0xf1][0xf][0x90][Y%[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xb7][0x4][0xff][0xdb][0xbe]&[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc]:[0xf1][0xeb][0xc4][0xaf][0x13][0xbf]N[0xfc][0xba][0xe4][0xe7][0xd5][0x1c]V)[0x91][0xa4],[0x93][0xfc][0x80]Wg[0xf8]o[0xc3]O[0x92][0x1a]"[0x89][0x95]M[0xe6][0xd2][0xc1]yn[0x8a]<=_[0x99][0xf2][0x18][0x94][0xc7][0xa0]<[0x6][0xe5]1([0x8f]Ay[0xc][0xca]cP[0x1e][0x83][0xf2][0x18]2[0xf][0xaf][0xe6][0xb1]J[0x8b]d[0xb]2[0xd9]O[0xd8][0xa7][0xe2]j[0xfa][0xc9][0xd2]C'[0xb3][0xb2][0xa9]\&8[0x9f]#[0xf2][0xbd][0xef][0xeb]S>[0x93][0xf2][0x99][0x94][0xcf][0xa4]|&[0xe5]3)[0x9f]I[0xf9]L[0xca]gR>[0x93][0xf2][0x99]2[0x1f][0xaf]4[0xac]2"iE&[0xbd]$_[0xa0][0x19][0x91][0xf4].[0xa4]"[0xfb][0x80][0xb7][0x7][0xde]U[0x19][0x2][0xce] [0xf0]q[0xf9][0xae][0xaa][0x1e] [0x96][0xde]/[0xd6]=P[0x8c][0xa7][0xff][0x90][0xcf]6R[0xec]*&[0xe7][0xd9]U!V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0x97][0xfd][0x81]7[0x9e]Jj*[0xdd]K[0x15]_X[0xe7][0xc4][0x1b]O[0x17][0x9d][0xe7][0x3]PK[0x7][0x8]r[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.class[0x9d]Wkx[0x14]g[0x15]~g/[0x99]d[0xb3][0x90]%\K[0x2][0x4][0xa4][0xb0][0xc9][0x6]b[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81]B[0x3][0xc1][0xad][0x9]X[0xa0]P@Z'[0x9b]!Y[0xd8][0x9d]Yvg#[0xa0][0xb6]U[0xa9]Z/[0xf5][0xae]mm[0xab]R{S[0xac][0xd4]RB@[0xb]U[0xdb][0xda][0xbb][0xad][0xf7]?[0xfa]x[0xe9][0xe3][0xed][0xd1][0xc7]?[0xfe][0xe9][0xd3][0x8b][0xef][0x99][0x99][0xcc]nv'[0xb1][0xe5][0xc7]~[0xf3]][0xce]w[0xce]{[0xce]wn[0xfb][0xf4][0xeb]g[0x1e][0x5][0xb0][0x2][0xbf]R[0xf1][0xb5][0x8][0x14][0xdc][0x1a][0xc1]E[0xb8]-[0x82]v[0x99])[0xb8][0xbd][0x8e][0xcb][0xaf][0xcb]p[0x87][0x8a];kqW[0x4][0xb5][0xf8][0x86][0xd0]|[0xb3][0x1e][0xdf][0xc2]1[0x19][0xee][0x96][0xe1][0xdb]*[0xee][0x91][0xef][0xbd]2[0xdc][0xa7][0xe2][0xfe]Z<[0x10]A[0xa3][0xd0]*[0xf8]N[0x4][0xdf][0xc5]q9[0xf9][0x9e][0xc][0xf][0xaa][0xf8][0xbe][0xb0]8![0x8b][0x87]d[0xf8][0x81][0xc][0xf][0xcb]pR[0x86]Gd8%[0xc3][0x88][0xc][0xa7]#h[0xc0]h[0x4]gpV[0x86][0x1f][0xca][0xde][0x8f]Ti[0xda]|[0xf]&[0xb0][0x86]j[0x99][0xeb][0xf3]y[0xed][0xb0]`i[0xdd][0xe3]'2[0x1e][0xf7][0xd9][0xf6]'[\r][0x88][0xf7]L[0xf7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xd9][0xbe][0x9d][0x9f][0x96][0xae][0xed][0xab][0xaa][0x8f][0xd7][0xc6][0xe5][0xb4][0xd5]![0x9]j[0x3][0x3][0x13][0xf8][0x87]X[0xa6]`[0xfb]Y[0xd6][0x1c][0xa6]e[0xeb][0xc7],[0xb9]>[0x93]QpQy[0xe0]t[0x9b][0x99][0xc]Y3[0xf3][0xd8][0xd7]T[0xd3][0x96]T[0x90][0xb8][0xf3]%[0xe2]u[0xdf][0x83][0xae]6[0xb1]R[0xb3]?k9[0x14][0xee]5[0x84]lCP[0xb]6R[0x8a]I[0xf8]_H[0xf8][0xbf][0xc2][0xf2][0x9][0xf8][0xfb][0x92][0x8b][0xc4]:[0xc7][0x4][0xb6]P[0xce][0xc5][0x8][0xf6][0xbc][0xd6]2[0x1d]:N[0xf7][0x99][0xf9][0xac]fm7K[0xf0][0xcb][0xf8]\QLg[0x6][0xf4][0xbc][0x1d]s5[0xfd][0xc5]}[0xfb][0xf4][0xbc]g[0x2][0x1f]2[0xb2][0x1b][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "CN[0xe6][0xc][0xe7][0x18]A:K[0x8][0xaf][0xea][0x7][0x8b]Z[0x86][0xfa][0x6]i`[0x9e][0x98][0xd6][0x90]0[0xba][0xe4][0x2][0xa2][0xa6][0xde][0xbe][0xbb][0xde][0x8e]q[0x96][0x16][0x5][0xb3][0x99][0x0][0x92][0xd9][0xac][0x93][0xc4]l[0xaa]-[0xf9][0xcd][0xc5]LF[0xc5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0xe5][0xb7][0xb9]L[0x1a][0x86][0x9e][0xef]f.*[0xe8]Ds[0xe9]dq;N[0xfa][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14],[0x1c][0xba].Q[[0x9b].[0xf4][0xb8]5$[0xb2][0xcd],[0xe6]SzOZ[0x92][0xe1][0xfc][0x9][0xb3][0xea]r1[0x1e][0xfd][0xbf][0xf4][0x92]vd[0x89]>Q[0xbc][0xb][0xab]dX'[0xc3][0xcf][0xa2],[0xf7]+[0xa3][0xb8][0x14][0x97]1[0xdd][0x97]L~[0xb5]Q([0xe6]rf[0xde][0xd2][0x7][0xb6][0xe4]$j[0xe9][0x2][0x1b][0xf][0xa5][0x98][0x9c]8Q0/[0xe5][0x8]k[0xb1][0x13]w[0xb][0xdf][0xa3][0xa5]_[0xd7][0x8d][0x16][0xa7][0xd4][0x9][0xe3]-Ql[0xc4]*f[0xae]([0xde][0xf]-[0x8a][0xeb][0xb0]5[0x8a][0x2][0x9e]bU[0xad]|[0xd8]([0x9e][0xc6]SQ[0xe4][0x90]R[0xb0][0xa8]t[0x98][0xa4][0xeb][\r]j[0x99][0xf5][0xf9][0xc1]bV7[0xac]2[0xe9]K[0xfa][0xb4]C[0xe9]l1[0xeb]J[0xb7]SfKJ3[0xc][0xd3]"[0x8c][0x16][0x83][0xd7][0xac][0xf4][0xb0].0v[0xaa]x&[0x8a]g[0xf1]\[0x14][0xd7][0x8a][0xda]GPT[0xd0]ya[0xa5]J[0xf8]uG[0xd1][0x8f]T[0x14][0xfb]@[0xd8]i[0xec][0x97][0xe1][0x80]([0xc6]=[0xb][0xc5]([0xae][0x97][0xe1][0x6][0x19][0x9e][0xc7][0xb]*~[0x1e][0xc5][0x8b]xI[0x86]_Dq[0x13][0xb6]*[0xe8]x[0x8b][0xee][0x18][0xc5]6l[0x8f][0xe2][0x93]"a7[0xf6][0x8a][0x9d][0xe][0x8e]3[0xa2][0x93][0xb8]&[0xd3][0xca]v[0x80]qA[0xd4]c[0xc7][0xa3][0xe5][0xd4][0xd4][0xa9][0xe3]k[0x95][0x8a]_[0xb2][0xda]\[0x80][0xcb]N[0x92][0xf6]vH[0x16]M[0xb6][0xfa]e[0xe3] Ck[0xc][0x83]}[0xd2][0xa7][0xd9]u6[0x9b][0xe6]K[0x87][0xe3][0xc9][0xa4][0xd4][uX:[0xb4]-[0xfb][0xa4][0xb6][0xfa]T[0x0][0xbf][0x1a]?{[0x82][0xfc]!)2[0x97][0xd3][0x8d][0x1][0xc9]E[0xdd][0xd5]WKif[0x99]_[0xde][0x9f][0x84]~[0xc9][0x9b][0xb3][0x19][0x16][0xb2]5mG[0x80][0xfd][0xea]2[0x4]1[0x17][0xcb][0xd1][0xc1][0xb6][0xf8][0xed][0xec]>[0x3][0xb8][0x84]]2[0x3][0x92][0xeb]w[0xda][0xeb]N[0xfe][0x18][0x9b][0x9c]/[0xe4][0x1e]#[0x97][0xe3]j[0xae]V[0xf1][0xa6][0xc2]o[0xb4][0xed],[0x94]]#[0x8][0x8c] [0xf8][0x90]}[0xa3][0x8b]c[0x84]_PF=%[0xac][0x11]*[0x87][0x16]kq9[0xbf][0xc2]g[0x1d])[0x84][0xcf]u[0x8][0xd9][0xb4][0xd3][0xda]F[0x10][0xb2]y%F[0x10]~[0x4]5[0xc2],h3[0x9b][0xca][0xaf][0xfc])[0x8][0x11]V[0x8c][0xb0][0x84][0xe1],[0xe7][0x92][0xcb]Pf[0xe][0xe8][0xf5][0x9e]0[0xd9][0xe9][0xf4][0xd4][0xb8][0x82]?[0x6][0x8f][0xb][0xfe][0xbd][0xae][0xd0][0x19]%[0xa1]'QS[0x92][0x1b]([0x93]{)i/[0xc3]t[0xde].[0xc9][0x9d][0xe1][0xc9][0x9d][0x81][\r][0x9c][0xb1][0xda]K[0xb2]q[0xb9][0xf7][0xb9][0xa6]il;[0x9][0xf5]6L9[0x8b][0xda]][0x8d]u#[0x88][0x9c][0xab][0xd4][0xa9][0xb]*[0xb9]N#[0x87][0x92][0x91][0x1a]][0xde]=6[0xad]2[0x8d][0x9b][0x9b][0xf0]n[0x97][0xf5][0xcd][0x14]$[0x17][0x97][0x13]x=[0xd9][0xd7][0x8c]"[0xaa][0xe0]6[0x84][0x95][0x13][0xce]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x8b][0x81].[0x99]7[0x8d]bj[0x0][0xe7][0xd1][0xd0][0xd7]~[0xc2][0x13];[0x17]5[0x1c][0xbb][0xa9][0xd2][0x6][0x9a]r#[0x85]m[0xc2]|roG[0xd2][0x86][0xd0][0xe2]pw![0xcc]'M[0x12]WR[0xb6]x[0xcb]{[0xd0][0xcb][0xd1][0x85][0xd5][0xc8][0xcd]>[0xf][0xd6]A[0x1e][0x88]][0xe2][0xff][0x17]R[0xcc][0x86]T[0x2][0xd4]H([0xc0]f[0xea][0xbe][0x85]6[0xb9][0x8a][0x0][0xb7][0x96][0xd9]9[0xee][0x2][0x99][0xcb]3[0x7][0x88]+~*[0xa7][0x9b]y[0xc5][0x11][0xdf][0xeb][0x8a][0x8f][0x8d]Y%1[0x8a]i[0x1][0xec][0xac]|[0xca][0x9d][0x14]v[\r][0xff][0xbc][0xed]*[0x13][0x11][0xf3][0x9e]2F[0xb7][0xe8]%G[0x85]0[0xb6][0xba][0x9c]W[0xda]k[0xfa][0xb3][0xa7][0xca]q[0x8f]g[0x8d]}[0xb2][0xb7][0xec][0xe9]"[0x9e]3c[0xba][0xfe][0xdd][0xe1]r[0x8][0xb][0x87][0x13][0x15][0x97][0xfb][0xcb].[0x87][0xdd][0xcb][0x8e][0xbf]^[0xcd][0xbd][0x1d][0x4]l[0xc3]P[0xe6][0x10][0xbe][0xfc];4E[0xc1][0xa6];[0xc4][0xa5][0x1a]w5N[0x1f][0xc1][0x8c]s[0xc2][0xf6]I[0x84][0x1e][0x12]'[0xf6]@[0x8e]`f_[0x93][0xb7]:[0x8d]Yk[0x83][0x9d][0xa1][0x99][0xa1]y[0xc7][0xd0][0xd4].[0xdb]3C[0xf6]K8V:[0x1a]R[0xee]{[0xe3]e[0x87]z6;fN[0xda]G1[0xc7][0xb5]_[0xc8][0x86][0xdb][0x89])[0x1c][0x7][0xb9][0x1a][0xe2]?[0xee]4[0x9f][0xed][0x0]sH[0x86][0xf]c [0x1][0x93][0xc1][0x91]c[0x88][0x1d][0xa4][0xd6]9[0xd6][0x8][0x16]#[0xd6]"[0x3]E[[0xbd][0x95][0x84][0xde]E_[0xba][0x86][0xf]([0x8f]mz[0x16]7[0xf9][0x12][0xf2][0xa8][0x9]z[0xe3]n[0xd2]I[0x88]vb[0xf][0xf7][0x82]^ ;g[0x9d][0xae][0xe7]5 [0xd4][0xa8][0xbe][0x8e][0x85]*[0xde][0xa7]([0xaf]`[0x1e][0x9]X[0x92][0xdc][0xc7]Z[0xe1][0xc6]][0xdd]Y\[0xb4][0x8b][0x96][0x9a][i[0xee][0xc3]e[0xe6][0xae][0xf3][0xde][0xea]Z/p[0xd7][0xb9]o5[0xb5][0x14]]4H[0xa5][0x17]]O-n[0xa0]=n,[0xe3]6[0xd5][0xe3]v[0xdd][[0xf0][0x9d][0xa3][0xbe][0xbe][0xc3]n[0xc5][0x9f]C[0xb4][0x9a][0xc3][0xcd][0xbe][0x1c][0xd8] [0xb8][0x1c].w#c,*[0x9a][0x2]U,n)[0xb][0x86]z[0xef]i[0xea]1[0x0][0xdd][0x16][0xcf]F[0xc3]u[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[\r][0xfc]%[0x1f]8[0x8e]?[0xf]q[0x8f][0xdd][0x8a][0xbf]b[0xf3][0xaa]9[0xdd][0xea][0xab][0x18][[0x1d][0x17][0xcb]U[0x15][0x8a][0xcd][0xf][0xa0][0x94]T[0x1c][0x16]wN[0xa0]X[0x6][0xd9]q[0x85]Bv[0xc][0xaf]P[0x98][0x9c][0xb1][0xc1]q[0x81]nr[0xc5]4[0x8c][0xcf],%[0x1b]:[0x85][0xee][0x18]][0xe2][0xee]2q[\r][0x9e][0xb8][0x6][0xe4][0xdd][0xa4]R[0xf0][0x1e][0xc5][0x8f][0xe9][0x82]j[0xa6][0xf7][0x93][0xe9][0x3][0x13]0[0x1d]{[0x1c]v|[0x13][0x18][0xa4][0xc5]aXn[0x90][0x7]'0[0xc8]0>Pa[0x90]a[0x1c][0xf2][0xc]r[0x98][0xb3]#[0x9e][0x98]]>[0xd8][0xe7][0x94][0x8b]r[0xb0]?L[0xec]''[0xc0][0xfe][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xb2][0xf3]!O[0xdc][0x87]9[0xbb]~Rq[0xb][0xab][0xc5][0x8d]R[0xdc][0x99][0x9][0xc4]Uj[0xd7]P[0xa5][0xdd][\r][0x93][0x8a][T-[0xee][0x1c][0xc5][0x9d][0xbf]`q7ze[0xf3][0x1d]n[0x18][0xd4][0x8a][0xa8][0xd3]x[e[0x10]<^[0x16][0x4][0xb5]^[0x10]|[0x4][0x1f]u[0xef][0x9f] *[0xc9]H=[0x89][0xd8][0x9e]SX[0xbc]3[0xb8][0xa6][0xd9][0xcb]5[0xc7][0x90]h[0xbe][0xb][\r][0x89]X;Ob-r[0x9c][0x90][0xc3][0xe6][0xb1][0x1a]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xef]<[0x1a]`[0xea]>[0x11][0xdb]+[0xc7][0xa5][0xe6]d[0x11][0xa5][0x81][0xff][0x89][0xf8][0xd7][0x85][0x1a]>[0xcb],[0xff][0x1c][0x96][0xe0][0x5][0xb6]A[0xcf][0x10][0xc5][0x8b][0xec][0x1b]^[0xf2][0xba][0x85]:j&[0x99]][0xec][0xd0][0xe3][0xd9][0xa1][0x7][0x1f]cvs[0xca]u[0x4][0xc1]WQ[0xa7]4[0xbf][0x82][0xd9][0xdc][0xb9][0xc9][0xcb][0x8f][0xb7][0xb8][0xbd][0xcc][0xc2][0xd8][0x82][0xae][0xd0][0x9a][0xd8][0x82][0xe6]![0xa7][0x96][0xa9][0xc1][0xfb][0xd8]U[0xda]z,a6\[0xd3]\2[0xbf][0xd3]-[0xfc][0x9a][0xab][0xdf][0xb0][0xa8][0xfc][0x16][0xb][0xf0][0xbb][0xb2][0xb6]e[0xa1]+>[0xc8]b[0xf3]q[0xbb][0xb0][0x84][0xd1][0xcc][0xb6][0xe5]J[0xb7]x[0xcc]C[0xe0][\r]6lA[0x15][0x9f]Phx[0xe5][\r][0xaa][0xe9].[0x2][0xb2]!q\l[0xe6][0x15][0x11][0xb5][0xae]-q/[0xc2][0xa1][0xe3][0x89]'[0x11][0xe][0x1e]O<[0x86][0xa5][0xb7][0xdb][0x93][0xf3]X[0xda][0xc7]"[0x19]g[0x17][0xe2][0x80][0xae][[0xf6][0x4]f[0x4][0x8f][0xcb]b[0xd9](Z[0x3][0xb0][0xe9]B[0x2][0xdd][0xa9][0xa0][0xab]X#[0x80][0xdf][0x13][0xd2][0x1f]h[0xd7]?2[0xc8][0xfe][0xc4][0x1a][0xf2][0x17][0xe2]y[0x99]6[0xfe]+[0x9a][0xf0]7[0xda][0xfd][0xef]h[0xc5]?[0xd8]3[0xff][0x93]}[0xc3][0xbf]x[0xef][0xdf]T[0xe9]?[0xb6][0x8a]m[0xe][0x1e][0xcf][0xc2][0xeb][0x98][0xfb]%[0x7]4[0xe1]b|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]&[0xde]ET[0xfb]3L[0xad][0xa5][0xda][0xe9][0xec]tr[0xc7][0xa9][0x9d]a5\[0xfb][0x1a][0xe6][0xa8][0xf8],[0xeb][0xa7][0xb4]P[0xb7][0xe0][0x8b][0xae][0xc2][0xa5]6[0xe5][0x14][0xda]*[0xfd][0xf0][0xbf]>m[0x8a][0xc2]d?V7[0xa5]r[0xcb]YM[[0xe8][0x11][0xa8][0x95][0xff][0x2]^[0xe5][0x9d][0xd7][0xca]8[0xd4]x[0x1c][0xbe][0xec]U[0xba][0xf2].I[0xad][0xa8]PJ[0xa8]Z|l=[0xeb][0xfe][0x9b][0xc2]>[0xdf][0xf7]r[0xce]{[0xe9][0x15]n[0xc8][0xd7][0xb5]%[0xec][0xa0]HT[0xd6][0xc7][0xf9]>MC[0x0]_[0xb1][0xc7][0xaf][0xe2][0xb][0xb6][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0x87]'[0xf0][0xf9][0x9a][0xba][0xff][0x1]PK[0x7][0x8]Z[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.class[0x95][0x92]Mo[0xd3]@[0x10][0x86]g[0x9d][0xf]'i[0xa1]m @[0xf9]*PhS[0xa0]X[0xb4]@[0xf][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R[0x4][0x2][0x11][0x92]C[0xaa]Jp[0xdb][0xb8]+g[0x83]c[[0x8e][0x1d][0xd1][0xff][0xc4][0x1]N[0x95]@[0xe2][0x7][0xf0][0xa3][0x10][0xef]:[0x96][0x1b][0xd9][0x6][0xc4][0xc1];[0xbb]3[0xf3]>[0x9e][0x99][0xdd][0x9f][0xbf][0xbe][0xfd] [0xa2]]j[0xd6][0xa8]D[0xeb]:[0xdd][0xad][0x91][0xa6][0xec]=[0x9d]6t[0xda]dTnIG[0x6][0x7][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0xad]#F[0xc5][0xb6]{,[0x18]-u[0xa4]#[0xba][0xe1]x [0xfc]C>[0xb0][0xe1][0xa9]w\[0x93][0xdb]G[0xdc][0x97][0xea][0x1c];[0x8b][0xc1]PN[0x18][0xed]v\[0xdf]2[0xb8][0xc7][0xcd][0xa1]0l[0xd7][0xb2][0xa4]c)[0xfb]ddL[0x5][0xef][0xb8][0xb7][0xcf][0xa8]d[0xda][0x82][0xfb][0x8c][0x16]Lx[0xb9]t&o[0xc5][0x9][0xa3]F[0xb3]3[0xe2]Sn[0xd8][0x1c][0x8c]~[0xe0][0x3][0xb5][0xbf][0xf5][0x1][0xe5]}T[0xd1]z6[0x88][0x90]%[0x2]F[0x1b]y[0xc2][0xbc]t[0x1d][0xe9]m[0xd7][0x3]m[0xa5][0x19]'[0x84][0x81][0xb4][0x8d]YU[0xd5][0xbe][0xb4][0x1c][0x1e][0x84]>[0xda][0xdb]K[0xc7][Y^[0xd6]s[0x0]J[0x3][0xff]x3[0x1e][0x87][0x81][0x9a][0x13][0x84]=[0xbf][0x1b][0xda]6[0xfe]-'/[0xc7]^p[0x12][0x8d][u[0xe5][0x85](}3[0xa7][0xf4][0x9c]fp=[0xa5])[0xb7]CTV[0xf6][0xc5][0xd8][0x9d][0x8a]?[0x8c][0xb][0x89][0xb5][0xbe][0x1b][0xfa][0xa6]x%[0xd5]5[0xad][0xe6][0xdd][0xc0]#[0xa5][$[0x9d]*[0x18][0xc4]Y[0x97][0xaf][0xf9]d[0x88]([0xa3][0xc7][0xff]}[0xa7][0x8c][0x96][0xcf]j[0xe9][\r]F[0xc2]Do[0xdb][0xc5][0xa4][0x11]t[0x9b][0x8a]x[0xa8]h[0x10][0xaf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xf2][0xb0]Vq2`[0x19]l[0xe9][0xfe])[0xb1][0xaf][0xd8]hT[0xc3]Z[0x8e][0x9c][0xd7]i[0x1][0xeb][0xe2],[0x1][0xf6][0x1c],[0xa3][0xf3][0x89][0xf8]At[0xa6][0xac]pmN[0xc8][0x12][0xe1][0x12]-[0xc7][0xc2]g[0xb0][0x9a][0xd2][0x14]>[0xa7][0x94][0xeb][0x91][0xf2][0xd2],[0x1a]+[0xd5]n[0x85][0xea]Q[0xa5][0x17][0xe8]b[0x9a][0xc1][0xbe][0xa4][0x18][0xcd]0[0x1a]QL1v`[0x95][0xa2][0xf2][0x9d][0xb4][0xf7][0xa7]TH[0x93][0xb6][0xe7][0xfa][0xa8][0xc4][0xa4][0xcb]Q[0xce][0x15][0xf8]V[0x13][0xce][0xc3]x[0x8a][0xd9]Zv[0xe6][0x8]Z[0x86]p[0x95][0xae][0xc5][0xdd]$[0x84]bz"{9[0x4][0x86][0xab][0xb9][0x11]+[0x9f][0xe3]+[0xe4]]B+[0x12][0xde][0x9a][0x5][0x93]1[0xb0]x[0xc]jw[0x13];5[0x80]5d[0xcd]`O#F[0xe][0xec][0xc5][0xdc]L[0xb3]0[0x86][0x17][0xa6][0xf2][0xef][0xfc][0x6]PK[0x7][0x8][0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.class[0x8d][0x92]AO[0xc2]@[0x14][0x84]g[0x1]iAT[0xc4][0xa3]w[0x95][0x83][0xec][0x1][0xe3]A[0x8][0xc6][0x90]x[0xd2]x([0xe9][0xfd]Q7K[0x9b]M[0xdb][0x94][0xad][0xe1][0xb7]y[0xf0][0x7][0xf8][0xa3][0x8c][0xaf]U[0x88][0x81][0x86]x[0xd8][0xec][0x9b][0xcd][0xcc]7[0xbb][0xc9]~~[0xbd][0x0][0x18][0xe2][0xcc]A[0xd7][0xc1][0xa9][0x83][0x9e][0x80][0xab][0x95][0xf5][0xc9][0xe4]J[0xe0][0xe2][0xea])[0xa2]7[0x92][0x86]b-=[0x9b][0x85][0xb1][0x1e][0xf5][0xff][0x1c][0xbd][0xcc]#[0x15][0xd8][0x91]@[0xcb][0xb]uL6[0xcf]8t=[0xf6][0xef]v=[0x93]*[0xd4][0xcc][0xe7][0xac][0x9b][0xe6][0xeb][0xbe][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3].[0xaa][0xef][0xb][0xc][0xfe]][0xc2][0x1d]E[0xa0][0xc3]-[0xf][0xc6][0x94]EK[0x81][0xde][0xaf]3[0xb7][0xa1][0x91][0xcf][0x94][0x96][0x9e][0xfb][0xbd][0xd0][0xb5]u\[0xd9]1)[0x9]m/[0xc9][0xb3]@=[0x86][0x86]_s[0xfe][0x3][0x98]-2E[0xaf][0xd3]$[0xb6]je9?([0xe2][0x2][0xc3]$[0xd3][0x92]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]J[0x9a]Dk[0xe6][0x14][0xfb]M$[0x97]i([0xab][0xa3][0x2][0xdd][0xed][0xeb][0x9][0xdc][0xee][0x5]M[0x8d][0xa2][0x98][0xe6]Fm[0xb3][0x9a][0x2][0x2]5^u[0xfe][0x1][0xf5][0x86]@[0x3][0x7][0xac][0x9a][0xac]jpX[0xbb]hmt[0x9b][0xf5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!:[0x1b]}[0xc4][0xd3]q9[0x9d]|[0x3]PK[0x7][0x8]o[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/spi/Provider.class[0xb5]V[w[0x13][0xd7][0x19][0xdd]#K[0x9e][0x91][0x18]##[0x1b][0x3][0xa6]$[0x2][0x12]b[0xcb]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ")[0x85][0x4][0x1b][0x17]cl[0xe2]F[0xc6][0xae]-[0x93]8[0x97][0x92][0xb1]<[0x96][0x7][0x84][0xa4][0x8c]F[0xe][0x90][0x90]4I[0x93][0xd0]{[0xd3]K[0x12]H[0x93][0xe6]Z[0xf7]^[0x3][0xb1] a[0xad][0xb6]Oe[0xad][0xfe][0x81][0xfe][0x87]v[0xf5][0xa1]}f5[0xdd]gfd[0xcb][0xf2][0x98][0xcb]C[0x1f]4[0xe7][0x9c]o[0xbe][0xeb][0xde][0xdf][0xf9]4[0xfb][0xef][0xe7][0x2][0xf0]e\[0xb][0xa1][0x13][0xd9] [0xea]qRF.[0x84]:[0xe4][0xc5][0xa1] [0xe3][0x19][0x5]f[0x8]EX[0xe2]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a[0x16][0xcf][0x8a][0xdd])[0x5][0xa7][0xc5]zF[0xc1]sb}^[0xd8][0x9c][0x95][0xf1]B[0x8][0xeb][0xf0][0xa2][0x8c]o[0x86][0xf0][0x12]^[0x16][0x8f]Wd|Kh[0xbc][0xaa][0xe0][0xb5][0x10]^[0xc7][0xb9]5[0xf8]6[0xbe]#[0xe3][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-1: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]'[0xdc]}_[0xc6][0xf]B[0xb8][0xb]Y[0xf1][0xf8][0xa1][0x82][0x1f][0x89][0xf5][\r][0x5]?[0x16][0xeb]9[0x5]?Q[0xf0]S[0x5]?S[0xf0][0xa6][0x82][0xb7][0x14][0xbc]-l[0xce][0x87]p[0x1][0xef][0xc8][0xf8][0xb9][0x84][0xc6][0x81][0xde][0xbe][0xd4][0xf0][0xe8][0xc4][0xb1][0x91][0xd1][0xc1][0xe1][0xd1][0xc1][0xd4][0x84][0x84]H[0xf2][0xb8]6[0xab]%[0xb2]Z.[0x93][0x18][0xb3]L#[0x97][0xe9][0x92][0xd0][0xd0][0x97][0xcf][0x15]--g[0x1d][0xd5][0xb2]%[0x9d]J[0xa9][0x87]G[0xfb]{[0xf][0x1d][0xeb][0x1b]>[0x92][0xea],ul[0xa8]wDBKr[0xf8][0xf0][0xe1][0xfe][0xd1]E[0xa1][0xeb][0x9b]Q[0xe][0xf5][0xf][0xf4][0x8e]'SUQ[0x9a][0xaa][0xa2][0xc][0xe6],=[0xa3][0x9b][0xc]S[0xef]x[0x90][0xb0]5[0x99]73[0x9][0xad][0xa0][0xa5]g[0xf4]D6[0x9f][0xc9]0[\r][0xb1][0xee]>[0x9e]H[0xf2]d++[0x5][0xd3][0xc8][0x9b][0x86]uZB0[0x9d][0xd5][0x8a][0xc5]#[0xda]I[0xa6][0xd6]h[0xcd][0x98][0xba]6[0xc5][0x84]-[0xfd][0x94]5[0xa4][0x15]$[0xd4][0x95][0xcc][0xac][0x84][0xb5]N[0xc8][0x9c]n%[0xc6]G[0x93]t[0xb0][0xc6][0xb6]J[0xe6][0xb5])[0xdd][0x94][0xb0][0xa5]*#S[0x9f]N<[0xaa]k'F[0xf5]i[0xdd][0xd4]si[0x9d][0xda][0xc1]1#[0x93][0xd3][0xac][0x92][0xc9][0x18]{n[0xa6][0xdb]][0xf5][0xb2]o)BW[0x8f]([0xb0][0xdb][0xc8][0x19]V[0x8f][0x84][0x9e]6G[0xab]d[0x19][0xd9][0xc4][0x88][0x99]/[0xe8][0xa6]e[0xe8][0xc5][0xae][0xe5]9[0xae][0xe2][0xa9][0xfd][0xa8][0x4]_~[0x8a][0x99][0x84][0x93]FN?R:9[0xa9][0x9b])m2+[0xa8]I[0xe6][0xd3]Z[0xf6][0xa8]f[0x1a][0xe2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0xd6][0x8c]Q[0x94]p[0xdf][0xea][0xb0][0x16][0xb][0x86][0xc8]c[0xd6][0x98][0xb2][0xc1][\r][0x14][0x98]SQp[0xea][0x99][0xa6][0x84][\r][0xab][0xe4][0xc6][0x1a][0x9f][0xd5][0x8d][0xcc][0x8c][0xc5][0xa6][0x19][0xb3][0xb4][0xf4][0x9]2`'[0xc1][0xcb] [0xe3]][0x19][0xef][0xb1][0xcd]e[0xfc]B[0xc6][0xfb]d [0xa3][#[0x8b],[0xae]ok[0xf7][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95]Z}K[0x4]7/S[l[0xd1][0x8d]Y&[0xe0]4[0x87][0xcb][0xfd][0x80][0x96][0xb6][0xf2]&[0x1d]7-[0xb3][0xb0]][0x89][0x12]I[0xff][0x99]3[0x12][0xd6]y[0xbc][0x93][0x18]g}[0x95][0xbc][0xff]TZ/XF>'[0xea][0xcb][0xba][0x1d][0xd3][0xb2][0x1c][0xe9][0xd3][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xcd][0xb5][0x1e][0xbb]c=][0xbc][0xc8][0x12][0x6]Wf[0xd2][0xdd]qsR[0xbc]J[0xb2]{[0xa9][0x89][0xb0][0xa4]V[0xf4]z[0xb3][0xc8]n[0xa5][0xb8][0xff][0xce][0x3][0xd7]:q[0x1a][0x98]A[0xc7][0xc5]mj[0xac]8\[0xba]O[0x8a][0x95]w[0xd8][0xa0][0x9a][0xa9][0x17]KY[0xf6][0x80][0xd2][0x9d][0xce][0xba]-_[0xd7]&[0xfa]64[0x96]/[0x99]i}[0xc0][0x10]@5T:n[0xa7]p[0xa5][0xe2][0x0][0xc][0x15][0xfb]@_[0x9b]or[0xc1][0x84][0xde][0x7]*[0xba][0xb1]_[0xc2][0xbd][0xb7][0xd5][0xd0][0xbc]'.r[0x95]nc+[0xaa][0xf8][0x10][0x1f][0xa9][0x1c][0xdf][0xbb][0xd9][0x8b]*>[0xc6]'*[0xf6]b[0xb7][0xa0][0xcf][0x3]r[0x15][0xf]"[0xc1][0xb2]kQQ[0xf1][0x10][0x12]*~[0x89]9v[0x8c][0xe7][0x95]P[0xf1]+[0xfc]Z[0xc2][0xae];fY[0xc6]oT[0xfc][0x16][0xbf]S[0xf1]{[0xfc][0x81]|{[0xb4][0xa3][0x8a][0xaf]`[0x8f][0x84][0xf6][0xf1][0x9c][0xe8][0xbc][0xa8][0x95][0x8f][0xa6][0x99][0x9e][0xa5]G[0xed][0xd1][0x16]}[0xee]l[0xb4]X[0xd0][0xd3][0xc6][0xb4][0xa1]OE[0x8d][0x1c][0xcf][0xbc]*[0xa6]1.[0xe3][0x8f]*[0xe6]qQB[0xe7][0x1d]5[0x1][0xe7]`[0x5][0xd4]'T\[0xc2]eN[0x82][0xda][0xcb]x[0xb0]dd[0xed][0xba]?[0xc5][0x2][0xf5]+cz[0xbf][0x10][0x94]%[0xf8][0xe2]Q^[0xba][0xda])M.C[0x8b]S[0x9c][0x7]?g6[0x97][0xad][0xf1]h[0xd5][0x94][0xde][0x9f]+e[0xb3]m[0xb9][0xbc][0x15][0xa5]qzF[0xd4][0xdc][0xce][0xc1][0xbe]\[0x87][0xb7][0xf7])A[0xe7][0x15][0x19]WU|[0x86][0xcf][0xc9][0xda]R[0x8a][0xc3][0x93][0xc7][0xf5]4[0x1b][0xb3][0xd9]k[0xae]q[0xd6]T[0xf7][0xf4]2[0xc3]Jk[0xaf][1[0xa2][0xc4][0xe4]J[0xd6]F[0xb0][0x87][0xb4]3[0xdf]l[0xef][0x1c]C;[0xda]V[0xce]-[0xcf]Q&[0xcf][0x8a][0xd9][0xe1]i[0xe][0xec][[0x98],[\r][0xc9]:[0x86][0xaa][0x9d][0x8d]n&[0xe4]@[0xc][0x5][0xbb]%ycn[0xe1][0xb2]2[0x2][0xc3]5"[0x82]a[0x14]{[0x8b]E[0xf1]/H[0xdc][0x7][0xcc][0xfc]I[0x11]o[0x85]e[0xfb][0xe3]dR+[0x8e][0x95]&[0xd3][0x8e][0xd9]=[0x1e]:[0x1e][0xf1][0xee][0xbe][0xc5]?>[0x7][0xb6]n[0x9a]y[0xae][0x8f]xT[0xb0][0xb2][0xea][0xdb][0x91][0x8][0x8e][0xea][0xf5]gJZ[0xb6][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89],[0xa6]^+[0x14][0xf4][0xdc][0x14]o[0xca]m[0xf1][0xe7]vW[0x8d]~[0xc5][0xe1]M[0xf4][[0xda][0x6][0xbd][0xb9][0x8d][0xaf]~E-~[0x91][0x14][0xe9]I,[0x15][0x9c][0x82]l[0x85][0xca][0xfe]~6[0xc4][0x9d]Xwa+[0xbf]6;[0xf9]Y[0x1b][0xc2]&[0xec]D[0x2][0xf4][0xc1][0x93][0xf]2[0xcf][0xbb][0xaa][0xce]ky~[0xa0][0xea][0xac][0xa2]U[0xcc]R[0xee][[0xc5]P[0xe2][0x1a][0x11][0xe3][0xd4]^9:[0xed][0xf5]!w[0xe5][0x88][0xb7]W[0x8e]p[0xda][0xf7][0xd8][0xf6]_E[0x90][0xfb][0x3][0xe8][0xe5][0xf3] %[0xff][0x86][0x1f][0x1][0xae][0x3][0xb1]+[0x90]b[0xf1][0x5][0xf8]b[0xd7]P7[0xd1]y[0x5][0xfe][0x5][0x4]:"r[0x19][0xca]>l[0x93][0xff]:[0x82][0x97][0x10][0x9c][0x83][0xb2][0xc9][0x15][0xa1][0x5][0xac][0x89]uDT[0xbe]\@[0x3]wk[0xed]][0xf8]"=[0xd5][0xa1][0x8f][0xcf]mP[0xf8][0xdc]C[0xef]{[0x19][0xf1]A[0xac]gV[[0x98][0xd1].[0xe6][0xd4][0xc5][0x8c][0xfa][0x99][0xd3]!j[0xec]v[0xa2][0xf3]<[0x0][0xd8][0xbb][0xc3]x[0x98][0xb9][0x89][0x9d][0xc8][0xdf]g[0xef][0xba]1H[0xbf][[0xd0][0x8e][0xaf][0xb1]6?[0x1e][0xa1]t/|_P[0x10][0x90][0x91][0x94]1$[0xe3][0x88][0x8c]a[0x19]#[0x90]([0xf8]BTU[0xfb][0xc2]g[0xb][0xbe]N[0xe7][0xa3][0x18]s[0xcb][0x17][0xc0][0x8a]`[0x81][0xd8][0xa7]X3o#$[0xb2][0xaf][0xb7][0x85][0xfd]v[0x86][0xaa][0xa3][0xe0]f(![0x85]q[0xf][0xe3][0x86]Z[0xe3]aO[0xe3][0xa3]x[0x94]Z[0xc2][0xf8]?[0x94][0xd6][0x9]=a|[0x1d][0x1]i[0x9e][0x9b]@[0x19][0x8d][0xe1][0xa7]R[0x87]-[0xe8][0x10][0xaf][0xca][0x88][0xc]E[0x9a][0xe2]e4[0x9f]G([0x1e]i*c[0xfd][0xfc][0x1c]Z[0x87].aCd[0xa3]P[0xe0][0xcf]W[0xc6][0xa6][0xf8]gh[\r]@[0x9a]g[0x90]Vv[0xcc][0x1e][0xb4][0x10][0x3][0x91][0xce][0x3]L[0x2]x[0x8c][0x9d]5A&[0x9e]@3[0x9e][0xc4]F>&[0xa9][0x82]X[0x87][0xc6]u[0x8][0xdc][0xc0][0xfd][0x1c]C;v[0xdc][0xc0][0x1][0xb2][0xb9][0x81][0x3]r[0x6][0x86]K`[0xcc]f[0x7]X[0xeb][0xbb][0x8a][0x8e][0xcb][0x8]^E[0xfc]26\[0xb4][0x99][0xea][0xb3][0xff]&D[0xcf]t[0xb2][0xff]vRr[0xdc]f[0xf8][0xc4][0xff][0x0]PK[0x7][0x8][0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classuP[0xcb]N[0x2]A[0x10][0xac]F`[0x5]|[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xaf][0x6]b[0xe2][0x1e][0xc4]x[0xd0]xAM[0x8c][0xf][0x12]1[0x1e][0xbc][\r][0xeb]d[0x98][0xcd][0xb0][0xbb][0x99][0x9d]5[0xf2]k[0x1e][0xfc][0x0]?[0xca][0xd8],[0x18][0x13][0x90][0xb9][0xd4]twuUw}|[0x2]8F[0xcb][0xc3][0x9e][0x87]&[0xa1][0x14][0x18]),a[0xad][0xdd]y&[0xd4][0x82]8rBG[0xe9][0xad][0x9c][0x10][0x9a][0xed][0xbb]P[0xbc][0x9][0xdf][0x88]H[0xf9][0x3]gu[0xa4][0xce]:/[0xcc]U[0xd2][0x11][0xe][0xfe][0xab].[0xa7][0x8][0x1e][0xd3]{q[0xc2][0x82][0x8d][0xf6][0x9c][0x90]9m[0xfc]{[0x91]p[0xb5]2[0xd0]*[0x12].[0xb3][0x92]p[0xba]X?_[0xd6][[0xce]\[0xb0]J[0x93]=n[0xc6][0xe3][0xcc][0x89][0xa1][0x91][0xdc][0xd8][0xb7][0xf][0x99]1[0x84][0x16][0xe7][0x1f][0xa5]x[0xed]Gf[0xd2][0xe3][0xdd][0xe4][0xbb][0xbb][0x14]N[0x10][0xe][0xd9]*[0xb6][0xca][0x17][0x89][0x8]F[0xd2]7[0xb1]R[0xac]5[0xc5]n8[0xb3][0x9f][0xa9][0xcf][0x86][0xf4]tz5N[0xdc]$[0xbf][0x13]_[0xa0]:[0x88]3[0x1b][0xc8]kmx[0xea][0xfd]_[0x83][0xa7][0x91][0xe5][0xdf][0xdc][0x86][0x1b][0x8f][0xa6][0xa3][0x12]NV[0xfa][0xa4][0x89][0xf6]W5[0x13][0xea][0x9b][0xf6][0x87][0xa1][0xc]\[0x99]@(`[0xfa][0xbc]"[0x8f][0x82]"[0xc0]XB9G[0xf][0xeb]9VPe^[0x8d]Y[0x5]lp[0xbc][0xb9][0x10]oa;[0xe7][0xd5][0xd1][0xe0][0x1c]a'[0xaf][0xec][0xfe][0x0]PK[0x7][0x8][0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/spi/StandardLevel.class[0x95]T[0xdf]W[0x1b]U[0x10][0xfe].[0x9b]d7a[0xa1]I[0xa0]Ph[0xe9][0xf][0xca][0x8f]$@[0x3][0x95]Z[0x15]DR[0x1a]h4[0x84][0xca][0x2]m[0xa0][0xd8].a[0x1b]B[0x97][0x4][0xc3][0x86][0xe3][0x93][0xfe][0xb][0xbe][0xfa][0xe6][0x83][0xe7][0xf4][0xa5][0xf]mP[0x8a]z[0xf4][0xd4]7[0x8f][0x85][0x84]/[0x9e]c[0xc5][0x99][0xcb]JAx0[0xfb]0[0xdf][0xce][0xdc][0xb9][0xdf][0xcc][0xdc][0x99]{[0xfb][0xfb][0x87][0x9f][0x1][0xbc][0x85][0x8a][0x1f][0x1e]d[0x2][0x98][0xc1]][0x15][0xd7]U|[0x1c][0xc0][0x15][0xcc][0xb2]0xe[0x8e][0xc5]<[0x8b][0x85][0x0][0xee][0xe1]~=[0xb2]Xd[0xb1][0x14] [0xdb][0x3][\r][0x9d][0x8c][0xcb][0x1a][0xba][0xd8][0xe7][0x13][\r][0xdd][0x8c][0xf]5[0xf4]0>[0xd2][0xd0][0xcb]hj[0x88]0[0xae]h[0x88]2[0xe6]4[0xc4]T[0xac]*_[0xec][0xef][0xef][0xb3]n1[0xf7]c[0x15]y[0x1]efrR[0xa0]?]*[0xe7][0xe3][0xe6][0xa6][0x99][[0xb3][0xe2]v)[0x9f]/[0x14][0xf3][0x8c][0xc3][0xeb][0xf1][0xad][0xcd]B[0xdc]p[0xcc][0xe2][0xaa]Y^M[[0xdb][0x96]="[0xe0][0x9d]L[0xcc]%[0xd2][0x84][0xc9][0xd9][0xd9][0x99]Y[0x1][0xcf][0xbd][0xc4]l[0x86] [0x95][0x99][0x9c]![0xeb][0xed][0xe4][0xad][0xf9])[0xc2][0xb9][0xd9][0xc4]D[0x92]B$[0xd2][0xe4][0xab][0xa5][0x93][0xb][0xc9][0xb4][0x91][0x9c][0x13]hJ[0xaf][0x9b][0xdb]f[0xbc][0xe2][0x14][0xec]x[0xb2]X[0xd9]0,[0x87]H[0xfd]F!_4[0x9d]J[0xd9][0x12]H[0x9c][0xf4][0x18][0xad]%[0xc5]1[0xe2][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EGj[0x2]"%[0xa0]v-$[0xd2][0xf3]IC``[0xa9][0xb6]j}[0xdb][0xa6]][0xb1][0xb6][0x4][0xe2][0x91]h[0x8d][=[0x13][0xa5]U*[0xe7]L[0xba]P[0xb4]2[0x95][0x8d][0x15][0xab][0xd8][0xdf]@[0xcb][0xb9]'[0xd3][0xe6][0xa6][0xcc][0x9d].[0x85][0x8a]5j[0xe0]h[0xce]v[0xf3][0xa4][0xc8][0x14][0xec]H[0xb2]<[0x15]5[0x8f]D[0xc0](U[0xca]9k[0xb2][0xc0][0x7][0x14]>[0xb6]~[0x8d][0xa9]u[0xc][0xf1][0x9d][0xbc][0xae][0xa3][0x80]u[0x81][0xd8][0xff][0xa7][0xd7]q[0x13]Ot[0x8c][0x82][0xfe][0xe2][0x18][0xd4][0xd1][0x89][0xab]:[0xfa][0xd0][0xaf]bCG[0x11]%[0xaa]H[0xc7]&>[0xd5]Q[0xc6]:[0xfb]$[0xd8][0xfb]}[0x1d]][0xec][0xd8][0xcd][0xa2][0x87]E/[0x8b][0x8][0x8b]([0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xde]T[0x9c]*:V[0xde]*[0xeb][0x88][0xf1][0xea][0x16][0x1c][0x81][0xc6][0xe3][0xe7]A5[0xbd][0xb9]6)[0xc7]*[0x9b]N[0xa9]L[0xa7][0x9c][0xb3]KE*[0xb8]9[0x12]=r[0x80]3+[0xeb]V[0x8e][0xef][0xdd][0x8d][0xa3]30a[0x9b][[#[0xa7]M[0xe4][0xf1]P[0xb4][0xaf][0xe5][0xb4][0xd9][0xe1]6[0x85]N[0xdc]][0xbe][0x8c][0x87][0xe9][0xb4][0xfc][0x9b][0xc6][0xb1]4[0x89]P]3[0xb7]2[0xd6]g[0x8e]l[0xf7]"O[0xb0]T[0xbc][0xa6]m[0xf3]E[0xe9]9[0x99]g[0xf4][0x94][0x87]d|[0x88][0x1e][0xb8]+[0xf4][0xd6][0xd6][0x8f][0xb7]q[0x17][0x0][0xc2].[0x17][0xbb]][0xec]q[0xb1][0xd7][0xc5][0x88][0x8b]Q[0x17]c[0x8c]h[0xe7][0x6][0x82][0x1e][0xc][0xfa][0xaf][0xc3]5[0x84][0xb9][0xb5]@[0xb0][0x9d][0xc7][0x84]l>[0xf8][0xe9]E[0x1f]&[0x8f][0x1b][0xa4]u[0x12][0xf2][0x17][0xa8]B[0xec][0xa2][0xee][0x15][0x94][0xe7][0xa4][0x9][0xbc]-=y[0xed][0x1c][0xf9][0xdf][0xc4];[0xae][0xff]0q[0xb2]5[0x10][0xf6][0xc4][0xf6][0xe0]}[0x5][0xcf]s[0x19][0xe7][0xa8][0xff][0xbb]$[0xf5][0x3]/[0xbc][0x87][0x11][0xb9]NSC[0x92][0x19][0xee]@[0xa1]Z[0xc9]#[0xd6]w[0xe1]%|[0xb1][0x8e][0xef][0xa0][0xbe]8[0xe4]h[0xa4]U`[0x92][0xb8][0xa6]PO[0xbe][0xcc][0xd5]Bk[0xcc]8&[0xeb][0xe3][0xbf][0xf][0xa8]"[0xc5][0xad]p[0x9c]"[0xd1]`[0xba][0xf9][0xc5][0x9]9[0xb2]7[0xf6]-[0xd4]g[0xff]I[0xed][0xee][0x91][0xd4][0xbc].[0x9d][0x1f][0xb7]0[0xe1]n[0xfe][0x9a][0xbc]9[0xb5][0xc1]*=[0xfc]U[0xf8]w[0x11][0x98][0xee][0xff][0x1e][0xf5][0x2]_[0xa1][0x83]~t[0x1]*83[0xb0][0x8b][0x86][0xf6]o[0xe0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "m [0xfd]t[0xff][0xf7]>>[0x2]E[0xc6][0xb9][0x8][0x95][0xe4]"[0xb1],[0xd1][0xff][0x3]j[0xd9]2[0xb5][0xe7]![0xb5][0xe4][0x11][0xb5][0xc2][0x94][0xf1]/[0x93][0xef]E4[0xe0]6[0xc5][0xe7]b[0x7][0xf][0x1a]D{[0xfa][0x91]$[0x9b][0xa0][0xf2][0x81]f([0xaf]Q[0xaf]bJ[0xc5][0x9d][0xbf][0xd0]A?[0x92][0x87][0x86][0x14]>t[0xb3]}M5[0xf0][0xf7][0xcb][0x8f][0xf0]d[0xc3][0x8d][0x8a][0xf2][0x12]gv[0xa0]I-[0xe8][0x9][0xae]J5$[0xd5][0xb0]7[0x84]_[0xa5][0xde]$[0xf5]f_H[0xf4]K[0xfd][0xac][0xd4][[0xd4][0x90][0xf8]R[0xea][0xad]R?[0xa7][0x85][0xc4][0x1f]Ro[0x93]z{[0xd0][0x17][0xaa][0xbb]/[\r][0xe7][0xa5][0xe1]BP[\r]_[0x94][0xfa][0xa5][0xa0][0xf6][0x13]Y[0x14]:2#[0xeb][0xa9]"dd[0xbd]U4[0x19]Y_[0x15]g[0x8d][0xac]ZE[0xab][0x91][0xd5][0xaa]h3[0xb2]A2[0x9d]' [0xdb]%c[0x7]"[0xec][0xd9][0xc3][0xe5][0x1d][0xf8]_[0x1c]N\[0x8c]&[0x6][0xe8][0xa0])[0xe8]$[0xd9]K[0x1d][0xee][0xa7][0xb9][0x19][0xc2]4[0xad].[0xd3]$[0x15][0xa9][0xdb][0x9f][0xd3][0x84][0xed]Q[0xd3][0xea][0xdc][0xfe][0x84][0xb4][0xc4][0xe9][0x0]PK[0x7][0x8][0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/spi/Terminable.classEM1[0xe][0xc2]0[0x10][0xf3][0x95][0xd2]P[0x16][0xf8][0x5]t![0x3][0xbc][0x81][0x95][0x1][0xc4][0x9e]F[0xa7][0x90](4U[0x8]<[0x8e][0x81][0x7][0xf0](D"[0x6]<[0xf8],[0xdb]'[0xbf]?[0xcf][0x17][0x80]-Z[0x1]!0#[0xb4][0x89][0xe3][0xd5][0xe]*1a[0xb2][0xee][0xce][0x84][0xf9]1[0xdc][0xa3][0xe6][0xbd][0xf5][0xd9]Z[0x9c]~q[0xef]y[0xe3][0xd4]C[0x11]V![0x1a][0xa9]F[0xa5]/,}0[0xc6][0xe][0xa6][0xdc][0x9d][0x93][0xb7][0xd1][0xca][0x9d][0xb0],[0xf][0xd2][0xab]\8[0xf4][0x8e]uj[0x8][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]T[0xe7]9[0xd4]Ea[0x9a][0xb9]B[0xf3][0x5]PK[0x7][0x8][0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classu[0x90][0xcb]N[0xc3]0[0x10]E[0xaf]K[0xdb][0xf4][0xc1][0xa3][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x1][0xa4][0xb][0xf0][0xa2]H,@l*[0x90][0x10][0x8f].[0x82]X[0xb0]s[0x83][0xe5]:r[0x1e]r[0x9d][0x8a][0xfe][0x1a][0xb]>[0x80][0x8f]BL"$[0xa4][0xb4]xs[0xe5][0x99]33w[0xe6][0xeb][0xfb][0xe3][0x13][0xc0][0x8]G[0x1e][0xe]<[0x1c]24B#[0x85]e[0xd8][0xf0][0x87]/[0xc][0xdd]0M[0x9c][0xd0][0xc9][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^.[0x19][0x6][0xfe]C$[0x16][0x82][0x1b][0x91]([0x1e]8[0xab][0x13]u9|%VI[0xc7]p[0xbc].[0xbb][0x1a]b[0xf0][0x8][0x1f][0xa7][0x19]5[0xec][0xfb][0xbf]@[0xee][0xb4][0xe1][0x8f]"[0xa3]l;[0xd0]*[0x11].[0xb7][0x92][0xe1][0xa2][0x9a][0xbf]Z[0xed][0xb7][0x1a][0xb9][0xa6].[0x3][0x9a]q[0x17][0xc7][0xb9][0x13]S#[0xa9]pb[0x9f]rch[0xb6][0x9e][0xdf][0xc4][0x99][[0x96][0xb][0x16][0xd6][0xb3][0x9c][0xac][0x9f][0xac][0xb1][0xbe]f[0x19]:H[0xd3][0xca]8][0xc8]nA@'Hs[0x1b][0xca][m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]yf[0xa5]x[0x1b][0xd3][0x11][0xe5][0xbb]#[0x1b]gE[\r][0xc3]ij[0x15][0x17][0x99][0x8]g[0x92][0x9b]T)*.[0xf4]<[0xe2][0xf3]L[0xf3]j[0x11]C[0xef]o[0xd4]d[0x1a][0xc9][0xd0]5[0x19][0x18]j(^[0xab]N[[0xa0][0xe][0x90]6[0xd0],[0xd5]C[0xab][0xd4]6:[0xc4]u[0x89][0xaa]a[0x93][0xfe][[0x95][0xff]6vJ[0xae][0x87]~[0xa9][0xbb][0xd8][0xa3][0x1c][0xc3]~I[0xc]~[0x0]PK[0x7][0x8][0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.class[0x95][0x90][0xcf]J[0x3]A[0xc][0xc6][0xbf][0xd4][0xba]k[0xfd][<[0xf4][0x19]Z[0xc4][0xe][0xa8][0x7][0xa1]R[0x10][0xa5][0xa7]J[0xc1][0x15][0xef]q[0x1d][0xa6][0xb3][0xc][0xb3][0xcb]8+[0xfa]j[0x1e]|[0x0][0x1f]J[0xcc]v[0x5][0xc1][0xe2][0xc1][0xc3][0x90][0xf9]B[0xf2][0xcb][0x97]||[0xbe][0xbd][0x3]8[0xc5]A[0x8a][0xdd][0x14]{)[0xf6][0x9]IU[0xc7]K[0xe7][0x8][0x87][0xc3]y[0xc1][0xcf][0xac][0xea]h[0x9d][0xba][0xe1]j2[0xba]'[0xf4]2k<[0xc7]:h[0xc2][0xf9][0xaf][0x82][0x8b]V:[0xf6]Fe1Xo&[0xeb][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "30:[0xde]j~\x[0xf7]zU[0xfa][0xa8]_[0xe2]5G&[0x1c][\r]G[0xf3]2[0x18][0xc5][0x15][0xe7]K[0xad]\i[0x8c]t5[0xf1][0xac]h[0x7][0xb5][0x9c][0xc6][0xf]a;+[0xeb][0x90][0xeb][0x99]ubgp[0xb7][0xc][0x82][0xfc][0xc6]I[0xc1][0xc9][0xb8][0x99]N[0x18][0xff][0x9]|[0xaa][0xac]Z[0xeb]"[0xf4]\/[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d]G[0xc2][0xf1][0xbf][0x18][0x9][0x81][0xd0][0x91][0xb7]![0xe7][0xed]t[0x9]]l[0x8a]J[0x1a][0x85]T[0xf4][0x16]z[0xf2][0x97][0x5]V[0x99][0x9d]/PK[0x7][0x8][0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.class[0x9d]W[0xf9]W[0x1b][0xd7][0x15][0xfe][0x6][0x84][0x9e][0x10][0xe3][0xd8][0x6]C*[0xd7][0x8e][0xf1].[0xc0]6[0xb5][0xe3]$[0xb5]L[0x9c][0x80],[0x88]k!l[0xc0]Np[0x16]:H[0x83][0x18]G[0xcc]([0xa3][0x91]c[0x9c]6[0xfb][0xd2]%{[0xd2]6[0xa4][[0xba][0xa4]N[0x97]$^Z[0xc]q[0x9b][0xb8][0xad][0xeb][0xf6][0xa4]?[0xf4][0xf4][0xf4][0xf4][0x8f][0xc9][0xf][0xad][0xfb][0xbd][0x19][0x84][0x11][0x12]"[0x14][0xce][0x99][0xb7][0xdd][0xf7][0xdd][0xfd][0xbe][0xab]O[0xff][0xfb][0xd1][0xc7][0x0]n[0xc5]_[0x82]h[0xc3][0x83]A<[0x84]a[0x81][0xaf][0x6][0xa0][0xc9][0xe9]H[0x10]I[0xa4][0x82][0xd0]1*[0x90][0xe]b[0xc][0x86][0xfc][0x9c][0x14]x[0xb8][0x16][0xd5][0xc8][0x4]0^[0x7][0x13][0x96]@6[0x80]G[0xe4][0xd4][0x96]7rA8[0xc8]K[0xc0]S[0x92][0xfc]Q[0xb9]w[0xba][0xe][0x13]8S[0x87][0xc7][0xf0]5[0xf9][0xf9][0xba][0xc0][0xe3]A[0xac][0xc5][0x13]A<[0x89][0xa7][0xe4][0xec][0xe9][0x0][0x9e][0x91][0xe3][0xb3]A"?W[0x8b][0xe7][0xf1]B[0x0][0xdf][0x90]R|S[0xe0][Al[0xc1][0x83][0x2][0xdf][0xe]b[0x9b][0x1c]_[0xc]"[0x8c][0x97][0x82]x[0x19][0xaf][0x8][0xbc][0xaa][0xc0][0x1f][0xef][0xeb][0xe9][0x89][0xf5]+[0xd8][0x18][0xb7][0xec]t[0xbb][0x96][0xd5][0x92]cz{[0xc6]J[0xa7][\r]3-[0xc7][0xbd]'[0xdb][0xe3]\[0xe9][0xf6]~[0x5][0xf5][0x83][0xf7][0xf4][0xc7]:[0xf][0xe]G[0xfb][0x12][0x83][0xb1][0xfb][0x6][0x87][0xf][0xc7][0x86][0xb8][0x19]?[0xa9][0x9d][0xd2][0xda]3[0x1a][0xe9][0x7][0x1c][0x9b][0xd7]H[0xb9]"j[0x99]9G3[0x9d][0xe3]Z&[0xaf]+X[0xdb][0x13][0x1d][0xee][0xee][0x8f][0xc5][0x86][0xcb]![0xf8];[0xc][0xd3]p[0xe]([0xa8][0xe][0xb7][0x1c]W[0xe0][0x8b]Z)^Y[0x19]7L=[0x91][0x1f][0x1f][0xd1][0xed]Am$[0xa3]KNVR[0xcb][0x1c][0xd7]lC[0xae]g7}[0xce][0x98][0x91]Sp[0xfb][0xe2][0xe2][0xe7][0xb2]F[0xfb][0xe0][0x98][0xad]k)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0xe8][0xa7][0x9d]^-[0xdb][0xad]%[0x1d][0xcb][0x9e][0xa0][0xa4]MI[0x9e]8[0xfa]B[0x2][0x5][0xbb][0xc3]-[0xcb][0xc3]$XM2[0xa3][0x9d]9[0xa3]`[0xf5]<[0x9b]D3Z.[0xc7]3_[0xd2][0x1c][0xa5][0xbc][0x9b][0x16][0x1e]%,[0xa7][0xdb][0xca][0x9b][0xa9][0xd8][0xe9][0xa4][0x9e]u[0xc][0xcb]$m[0x95]~ZA[0xe3]<[0xca][0xf9][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x2]Y[0xdb]:e[0xa4]t[[0xc1][0xf6][0xca]R[0x1e][0x99]%[0xe4][0xc5]U[0xa3][0x9e][0xd6][0x1e][m[0x9c]8[0xea][0xb8]fjt.[0xa9][0xb2][0xb4][0xe2][0xae][0xc5][0xb1][0xf2][0x8e][0x91][0x91]`Y[0xdd]v[0xc]=w[0x8c]KB[0xae]q[0x16][0x18][0xc1][0x83][0xad]Jf[0x14][0xdc][0xbc]P[0xd3][0xb8][0xa5]y[0x82][0xf8]m=[0x97][0xcf]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0x97]m[0xe1][0xa6][0xe2][0x18][0x98][0xc8][0x16][0xe2]`[0xcd]Bn[0x1d][0xad][0x7]H[0x1f]-[0xd9]n[&O[0x89][0xb2]b[0xc0][0xd1][0x92][0xf]s[0xe5]2[0x13]xM[0xe0]u[0x81]7[0x98][0xda]Lh[0xe6][0xb0][0xc0][0x9b]LK[0x81][0xef](X[0xef][0xc5][0xd3]A}T[0xa3][0x8a][0xa5]a[0x15][0xe8]Hff[0xc3]=8`[0xe5][0xed][0xa4][0xde]mH[0xf9][0xd7]-[0x12][0xa2][0xbb][0xa4][0xfc]*[0xf6][0xe0]V[0xb2]U[0xf1]]|O[0xc1][0xde][0xff]'[0xd6][0xe9][0x10][0x97]f[0xcf][0xae][0x85]>S[0xf1][0x16]&[0x5][0xde]V[0xf1]}[0xfc][0x80]j[0xa9][0xf8]!~[0xa4]`[0xe7][0xb2][0xb8]Py[0x15]?[0xc6];*~[0x82][0x9f]*h^*[0xca]U[0xec][0xc0]NF[0xc0]1S[0x9a][0xb4][0xd9][0xb1][0x9a]3[0xf4][0xac][0xa3]7'-s[0xd4]H[0xe7]m=[0xd5][0xbc][0x90]G[0xf3]c[0xac]~?S[0xf1]s[0xbc][0xab][0xa0][0xa1]Lv[0x14][0xe1]y[0x8e]X[0x2]O[0x82][0xfd]B[0xc5]Y[0xbc]'[0xf0]K[0x15][0xbf][0xc2][0xaf]U[0xfc][0x6][0xef][0xab][0xf8][0x0][0x1f][0xaa]8[0x87][0xf3][0x2][0x17]T\[0xc4]o[0xe9]b[0x15][0xbf][0xc3]{*[0xa6][0xa4]~[?W[0xd2][0xa9][0xb8][0x84][0xf][0x19]+*[0xa6]1[0xa3][0xe2]#[0xbc][0xaf][0xe0][0x8e][0x12][0x8d]-[0x9b]3-[0xb5][0xa4][0xa4][0x97][0xa5]HC[0x88][0x8][0xfc]^[0xc5][0x1f][0xf0][0xb1][0x82][0xcd][0xb3][0x1e]Mk[0xf6][0x8][0xd3]x[0xd4][0xd6][0xf5]2[0xde][0xfd][0x4]W[0x98][0x8][0x15][0x5][0xee][0xf1][0x0][0xba][0x9]0`[0xd9][0x8e][0x9e][0xea][0xb4]mm[0xa2]4z+[0xa3]D[0xad][0xec]D[0x9f]y[0xaf]m8[0x95]Q*[0xc7][0xef]"[0xa9]#s[0xe0][0x8f][0x2]R[0xf1]g\e1[0xbb][0xe1][0xfe][0xbe][0x91][0x93]z[0x92][0xd5]d[0xc7]r[0x8a]W[0x11][0x82][0xf7]n[0xb1][0xe4][0x96][0xad]X|y[0xdc]}[0x17][0xe5][0x90][0xa3][0xdb][0x1a][0xf3][0x89][0xf][0xd4][0x2]b[0x96][0x89][0xb4][0xee][0xdc][0xe0][0xa2][0xe0]K[0x95][0x9e][0x90][0xf2][0x5]u5![0xa5][0xa4]2nV[0xe2][0x1a][0xee][0xa1][0xa4]U[0xd4][0xeb]*[0xa5]=L[0x9b][0xc4]I[0xd1][0xc4][0x1d][0x8f]k/[0xef]y[0xb8][0x9][0xe2][0xf6][0xf1][0xec][0x8]j[0xaf]K@[0x81]#[0x2]G[0x5][0xfa][0x5][0xc5]G[0x97][0xc0]`[0x9f][0xc0][0xb1][0x9b][0xfe][0x83]-[0xee][0xf6][0xf1][0xeb][0xb4]Z`>[0x91][0xb7]-p[0xaf][0xc0]}PH[0xfb][0x19][0x9a]>C[0x95]`@[0xe][0x15]B[0x8e][0x9a]WC[0xfe][0xb5]^[0xc0][0xc6]I[0xdc][0xc2][0xc0][0xab][0xdf]4[0x85][0xcd][0x93][0xa8][0xbb][0x8c]-C[0x97][0xb0][0xf5][0xdc]el[0xe3][0xb8][0x9d]cx[0xc8]w[0x9]-[0xe7][0xe6][0x2][0xbb][0x89]A[0xc][0x8c]P[0xeb]$[0xf5]I![0x84]Ql[0xe4]ok)53#$h[0xa3][0x13]s[0xd9][0xb1][0xc1][\r]{[0xc8]hh[0xbd][0x8]U[0xe6][0x87][0xe2][0xc2][0xf8][0xdd][0x83][0xdd][0xfc][0xde][0xef]B?[0xf0]?PK[0x7][0x8][0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/spi/ThreadContextStack.class[0x8d][0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x14][0x84]'[0xfe]4[0xb6]Vp[0xe7][0x5][0xc4][0xa5]Y[0xd4][0x1b][0x14][0x4]W.[0xea][0x5]b[\r]ikHJ[0x12][0xc5][0xb3][0xb9][0xf0][0x0][0x1e]Jl[0xbb][0xab]"8[0xf0]fx[0x8f]7[0xdf][0xf3]u[0x0]H0[0xa3][0x8]((EH[0x10]e[0xe6]bs[0xb1]-[0x95] X[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0xf8])5[0xda][0x8b][0x9b][0xcf]<[0xcf][0xcf][0xeb][0x8a]_9[0x1]3V2^[0xf3][0xbc][0x10]L[0x19])K-[0xdb][0xdc]T[0xcc][0xd5]%[0xfb][0xae][0x11][0xcc][0xdb]"S[0xbc]y[0xdc][0x1f]+[0x91]{[0x8a][0x98] [0xf9][0xc9][0xe9]1[0x96]}V[0xfc][0xb1][0xee][0xb4][0x16]6U[0xdc]9[0xe1][0x8]V[0xff]1[0x3][0x2][0x82]A3C[0xb4][0x1a]`[0xd4][0xf9][0x18][0xd3]&[0xa3][0xee]>A[0x14][0x84]oPK[0x7][0x8][0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/apache/logging/log4j/status/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusConsoleListener.class[0x9d]U]S[0x1b]U[0x18]~[0xe][0x9b]dI[0xba]@[0x81][0x0]B[0xb1][0x8d]-j[0x1a]([0xb1][0xb4][0xa5][0xb5][0x1f](R[0xa8][0xd5][0xf0]Q[0xc1]"[0xd4][0xb6]n[0x92]CX[0xba][0xc9]2[0xbb][0x1b]F/[0x9d][0xf1][0x17]x[0xa7][0x97][0xce]tz[0xd3][0xb][0xed]X[0x98][0xd1][0x99]z[0xe1]Eg[0xfc][0x1f][0xfe][0x7][0xaf][0xc4][0xe7][0xec][0xa6][0x81]2[0x1]Z/[0xb2][0xe7][0xeb]=[0xcf][0xfb]<[0xe7]}[0xce][0xc9]_[0xff][0xfe][0xf6][0xc][0xc0]9[0x94][0xe3][0xf8][0x0][0x1f]&[0xd0][0x89][0xf1][0x4][0x92][0xf8]([0x8e][0x9]\[0x8f]s8[0xa9]c[0xaa][0x19]7[0x12][0x88][0xe1]c5[0xbe][0xa9]b>I[0xe0]S[0xe4][0x12][0x98][0xc6][0x8c][0x9a][0x9b]U[0xc3][0xb9][0x4]n[0xe1][0xb3][0x4][0xe6][0xb1][0xa0][0xb0]>W[0xab][0xb7]u,[0xea][0xf8]B[0xc7][0x92]@[0xd4][0x96][0x1b][0xd2][0x16]H[0xe5][0x1c][0xb7][0x94]5[0xd7][0xcd][0xc2][0xaa][0xcc][0xda]N[0xa9]dUJ[0xaa]=[0xbf][0x96][0xcd][0xa9][0x88]+[0x2][0xfa][0x8a]e[0xfb][0xd2][0xf5][0x4]:[0xef][0xe4][0xd6][0xcc][\r]3k[0x9b][0xc][0x9a][0xf7]][0xc6]r=[0xe6][0xf9][0xae]4[0xcb][0x2]][0xe1][0xaa][0xe5]d[0xe7][0xb8][0xe4][0xcf][0x7][0xd3]*[0xe0][0xaa]U[0xb1][0xfc]1[0x81]S[0xe9][0xc3][0xb2][0x9d][0xbe]-[0x10][0x99]p[0x8a]R[0xa0]-gU[0xe4]L[0xb5][0x9c][0x97][0xee][0x82][0x99][0xb7]9[0xd3][0x91]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6]}[0xdb]t-5[0xae]MF[0xfc]U[0x8b][0xd4].[0xee][0x8f][0xec][0xf9][0xa6]_[0xf5][0xc8]W5[0x13]N[0xc5]sl[0x99][0xb3]<_V[0xa4]Kv[0x97][0xe]%[0xd5]P[0x96]b[0xda]B[0xcc][0xc2][0x83]is=[0xe0][0x12][0x9c][0xee][0xb2][0x8e];[0x2][0xcd][0x9e][0xf4]s[0xe1][0x1][0xb7][0x96][0xa4][0x1f][0xa6][0xae]M[0x9c]L[0x9f]>[0xfc][0xcc]5[0xe][0x5][0xb2][0x7]P{I[0xd5]u[0xd3]7[0xc3][0xb3]+[0xb2]'0[0xf4]:[0xfb][0x4][0x12][0xa4];[0xf5][0xa2][0xc8][0xdd][0xe9][0x6]UV[0xd8][0xcd][0xa1][0xf]d[0xf1][0xb5][0x89]-[0xd3][0x3][0xe1]fU[0xc4]F[0x16]b]m[0xe9][0xea][0xf8]R[0xc7]][0x1d][0xbd][0xf4]g[0xc1]v<[0x96]WK[0xab][0xd4][0x89][0xc9][0xaf][0xb]r[0xdd][0xb7]X<[0x1d][0xf7]8[0x9e]w[0xaa]nA[0x92]3C[0xfa][0x1a]VvX[0xa5][0xd1]q[0xdf][0xc0]W8f[0xa0][0x1f][0xa7][0xd4][0xe7]2+d[0xc0]D[0x8f][0x81]n[0xf4][0xb0][0x18];dn[0x92]A[0xc9][0xb4][0xc7][0xdd]R[0xb5],+~=[0xa3][0xc0][0xb9]%[0xa7][0x9a]*W=?[0xb5][0xee]:[0x1b]VQ[0xa6][0xcc]T[0xe8][0xf9][0x94][0xef][0xa4][0xaa][0x9e]L[0xad]8nJ[0xf9]0e[0xbf][0xc8][0xae][0x92][0xe5][\r][0xf4][0xa9][0xdc]g1Be[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xd2][0x1d][0x6][0xa4]Zy[0x3][0xbd][0x6]VP[0xd2][0xb1]j[0xc0]R+w[\r][0xac][0xe1][0x81][0x1][[0xed]y[0x1f][0x97][0x5].[0xfc]/O[0xb][0x1c][0xdd]Q5[0x9b]_[0x93][0x5]_`[0xf8][0xd5][0xa0]v0[0x8e][0x1f][0xec]Q>[0x6][\r]n[0x85]@[0xe6][0xd5]}[0xf1][0x12][0xcf][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb]Po[0xce][0xee][0xaa][0xc0][0xee][0xc0]o[0xc8][0x90][0x89]4[0xa7]JY[0xd1][0xa9][0xf1][0x85][0xf1][0x1c][0x9f][0x9e]tc[0xcf]v[0xf0][0xf6]M9n[0xd9][0xf4]}Y[0xc]S[0xb]$y[0x3][0x1b][0x98]P_WBl[0xa6]K[0x86]w[0xb6][0xf0]`[0xc1]5[0xb]r[0xd2][0x96][0xca][0x10][0x2]'[0xf6][0xec][0xdb][0x13]@[0x88]c[0x7],[0xb][0x18][0x84][0x9d][0xb0]M[0xcf][0x9b]1[0xcb]R[0xdd]:[0xdf]t}o[0xd1][0xf2]W[0xf7][0x11][0xc0]{[0xa3]I[0xd7][0xc5][|[0xd5][0x93]`[0x10]44)[0xe3][0xf2]O[0xa2]I9[0x88]m[0x87][0xf2][0x18][0xdb]f[0xae][0xf7][0xe3]M~[0x8f]s4[0x1e]D[0x2][0xf1][0xcc][0xe0][0x13][0x88]-4[0xfd][0x12]l9[0xc1]o"Xx[0x97][0x1b][0xd2]H[0xb1][0xd7][0x1d][0x6]2[0xc9]I [0xe8][0xa9][0x4]"[0x80];U[0x83][0xfb][0x9e]p[0x1a][0xdb][0x81][0xcc][0x16][0xb4][0xcc][0x13]D[0x9e]":[0xf4][0x1c]-[0xbf]#[0xb6][0xd4][0xa1]o[0xa1][0xf9][0x8f][0xcc] [0xa7]2CO[0x11]W[0x99][0xb4] [0xd3]q[0xe8][0xfc][0x9e]E[0x84][0xbd]#[0x18]A[0x1b][0xff][0xd9]zq[0x81][0xa3]Q"_[0xc][0xb2][0xa7]B[0xdc]z[0xf6][0x81]Zv[0xd5]S[0xc2][0x9a][0xd8]*[0x91]b[0x9b][5[0x1d]o[0xeb]xG'{0&][0x97];[0xc6]8[0xa5]"[0x16][0xd0][0xd8][0xab]u[0xc]Q[0xfe][0x5][0xee]h[0x8d][0xd5][0xb3][0xc5][0xea]ZO#S[0xc3][0xca][0x6]cP[0xcd][0xaf][0x88][0xfe]\[0x87][0x8a][0x5][0x93]7[0x2][0x18]#[0xc][0xa8][0xc1][0x8][0xc]b[0xa8][0xb6]y[0xa9]F$[0x99][0x19][0xdc]B[0xe2]G[0xb4][0x12]$>[0xb8][0x89]#[0x9b]0v[0xe][0xa6]5[0x10]=[0xc7][0x12][0xdc]be[0xe7]wQK[0xd6][0xa9]%q[0x6][0xc3]D[0x1d][0x8]v[0x89]N|Kf[0xef]5[0xd2][0xdb][0xb2]W[0xef]2[0xa9][0xdd][0xd9]G[0xaf]2[0x8d][0xe0],[0xdf][0xa4][0x1a][0xd6][0x9f][0x1c][0xa9]:]#[0xd5][0x96][0xe7][0x88]j[0x8f][0xc9][0xb7]u[0x13]m[0xd3]jb[0xe6][0xcc][0xb3][0xd1][0x88]6[0x1a][0xed][0x8a]vE~B[0xdf][0x99][0xae][0xe8][0xc8][0xe5][0xd8]Pol[0x13]G@4[0xf2][0xf8][0xbb][0xa8]x[0xb4][0xfd][0xb7][0xf6][0xb8][0xae][0xed]$U[0x1][0xf7][0x8]y[0x9f]V2[0xd1][0x8e]<[0x8f][0xb6][0xc0][0xd2][0x17]Y[0xfa]<[0xae][0xa0][0x14]P[0xcb][0xd0][0x16][0x19][0xda][0xe2][0x1c][0xce][0x93][0x16][0xd3][0xd7]I^[0xab])o[0xe7][0xa9]^[0xe0]jh[0x81]~D[0xe2][0xdb]<[0xad]X[0xe0][0x81]Q[0x1d][0x17]u\[0x12][0xac]C[0xcf]?[0x94]+[0xd4][0x83][0xc9]H%h[0x91][0xad][0xaa]O[0xbf]:{[0xba][0xff]![0xab][0x11][0xf4][0xda][0x1f]"[0xa1]z[0x9b][0xe8][0xd8][[0x8b]2[0xcf][0xbb]B[0xbb][0xad][0xef][0xaa]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d]Q[0xad][0x2][0xc7]H[0x1d]$-p[0x95][0xbf]k[0xc1][0x99][0x8f][0xfd][0x7]PK[0x7][0x8][0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusData.class[0x8d]Vks[0x13]U[0x18]~[0xb6]M[0xba]m[0xd8]^i[0x81][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0x14][0xd2][0xb4]![0x8a][0xa0][0xd2][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85]Z0)[0x95][0x94][0xd6][0x82] [0xdb]dI[0xb6]l.l6@[0xb9][0x8b] r[0x17][0xf9][0xa2][0x9f][0xfc](_[0x9c][0xd1][0xd1][0xa6]jG[0x84]q[0x84][0x19][0x81]?[0xc6]a|[0xce]nzK[0xd3]B>[0x9c][0xcb][0xbb][0xef][0xf3][0x9e][0xe7][0xbc][0xb7][0x93]^[0xfc][0xfe][0x18][0xc0][x(c[0xd8][0x83][0xf5]8[0xec][0xc1][0x11]|R[0x85]u8*[0x86]cb[0xf8]T[0xc][0xc7][0xc5][0xa0][0x8a]a[0xc4][0x83](bb[0xd0]d[0x9c][0xf0]@[0xc1]a[0x19][0xf1]J$<[0xa8][0x81].c[0xd4][0x83]z[0x9c][0x14][0x1b]C|L[0x8a]![0xe5]!0[0xed]A[0x6][0xa7][0x96][0xc0]DV[0xc][0x96][0x8c][0x9c][0x8c][0xd3][0x1e][0xac][0x14][0x6][0xce]x[0xd0][0x82][0xb3][0x1e]4cLHN[0x9][0xd4])[0x19][0xe7]d[0x9c][0x97]qAB]V3u[0xd5][0x18][0xd4][0xcc][0xac][0x9e]N[0x1d][0xda][0xb7]G[0x82][0xb4]_Buw:[0x95][0xb5][0xd4][0x94]5[0xa8][0x1a]9[0xcd][0xfd][0xd7][0xe3][0xd1][0xd0][0xb6][0x9f][0xfe])[0xa1][0xca][0xd2][0x93][0x1a][0xbf]$3[0x12]*[0xa2][0xaa]ah[0xa6][0x84][0x96][0xd0][0xa8]zZ[\r][0x1a]j*[0x1e][0x8c]Xj[0xf4][0xe4][0x80][0xa9]F[0xb5][0xbd][0x86][0x96][0xd4]RV[0x97][0x4][0xb7][0xa1][0x9d][0xd6][0xc][0x9][0xad][0xa1][0xb4][0x19][0xf][0xaa][0x19]5[0x9a][0xd0][0x82]F:[0x1e][0xd7][0x9][0xe0][0xbc]e4[0x18][0x12][0x1a]T-Of[0xe3][0x12][0xfc][0xb]+[0xf2][0xf4][0xac][0x1a][0xd7][0x82]ag&[0xc4]c%LM[0x8d][0xf5][0xa9]IMB[0xc3][0x1c]*&q][0x82]t[0xc2]L[0x9f]QG[0xc]*4[0xcd]R[0x18][0x98][0x12]S[0xa7]b[0xbb][0x9e][0xd2][0xad][0x9d][0x12][0x1e][0xf8][0x16][0xbd][0xcd][0xcb][0xae][0xf0][0xea][0xcc]K[0x12][0x99]O[0xbf]mP[0x82][0xab];[0x1d]#[0xf7][0xda][0x90][0x9e][0xd2][0xfa]r[0xc9][0x11][0xcd][0x1c]pn[0xd3][0x10]J3[0x8][0x83]*c[0xc8]}A[0xe8][0xb2][0x12]zVB[0xc7][0xc2]T[0x18]@+[0x97][0x15][0xb7][0xe3][0xb4]G[0xb5]T:@[0xb2]$(q[0xcd][0x1a][0x98][0x9]p[0xb9][0xaf][0x8d][0xb9][0xd0]H[0xe1]{f[0xfd][0xd9]:[0xac]>{[0xcf]R[0xe4]\I[0xec]V[0xbc][0xcd][0xf1][0x1d][0xee][0xbe]C9*8o[0xf4]O[0xa0][0xcc][0xff]+[0xca][0xc7][0xe1][0xf2][0xb7][0x8f][0xc3][0xed][0xef][0x18]G[0x85]?0[0xe][0xd9][0xef]u[0x8d][0xa3][0xd2][0xef]u[0x8f][0xa3][0xea]'[0xdb][0xe0][0xbb][0x1c][0xd7][0xd1][0x10]h[0xc6]E3K([0xa9][0xc3]64[0xa1][0x93][0xf4][0xba][0xd0][0x8a][0xed][0xa4][0xb4][0x83][0x12]`[0xa7]c[0x9e]_[0xba][0x0]{%hJ[0xf6]J[0x10]-[0xb3]W[0x82]j[0xb9][0xbd][0xda]N[0x92].{%h[0xbb][0xa9][0xb9][0x83]6[0x1c][0xb2]Aj[0xb][0xa4][0xdb][0xff][0xb]\?LS[0xa9][0xb0][0x85]{[0xed][0xe3][0x14]G[0xa1]p[0x9c][0x84][0xf7][0xf0][0xfe]4X[0x9a][0x6][0xbb],[0x2][0xf7][0x95][0x4][0xef][0xc2][0xee][0x12][0xe0][0x8a]b[0xf0]PIp7[0xf6][0x94][0x0][0xcb][0xc5][0xe0][0xe3]%[0xc1][0xec]Q[0x5][0xf0]G[0x85];/#[0xb8][0xea]9[0xaa][0x19]#O[0x1e]K[0x18][0xb]![0x10][0xd6][0xca]mk5[0xb6][0xff]bL[0x10][0x8d][0x3][0xe3][0xb3][0xac].+X[0xfd][0xc0][0xd6][0x95][0xea])[0xec][0xc5][0xbe][0x12][0xdc]*[0x8b][0xb9]eJr[0xdb]?[0xc5]M[0xba]G=[0x11][0xdd][0xbf]'[0xa1][0xc]O[0xa0]:4[0x89][0x9a][0xe1][0x86][0xda][0x9][0xd4][0x85][0xdb];&Q?,[0xe2]4[0x81][0x86]<[0x96][0xe6][0xd1]8[0xd4]^[0xd7][0x9a]G[0xd3]P[0xbb]?[0x8f]es[0xf6][0xf4]i[0x1e][0xcb][0x8b]D[0xf2]oX!A[0x8][0x9d][0x8d]WB[0x9f] [0xf9][0x1c]k[0x3][0xcf][0xd0][0x12][0x8]6[0x8f][0xb5]3[0xae][0xec][0xc3]R[0x8e]cL[0xf0]s[0xac][0x9a][0xf3]L[0xe5][0xb]L[0xd5][0x8b]L[0xf6]KL[0xc6][0xcb][0xf4][0xdd][0x15][0xf4][0xf3]-;[0x86][0xab]H[0xe0][0x1a]%[0xd7][0xf9][0x88][0xdc][0xc0]C[0xdc][0xc4]7[0xb8][0xc5][0x9a][0xba][0x8d]G[0xb8]C[0xee]w[0xf1][0x4][0xf7]m'[0xf6]20[0xb7]h[0xdf]I[0xef]GX[0x81][0xf][0x11][0xa2]S[0xe9][0xbc][0x82]c+[0xf1][0x7][0xc2]<[0x9b]%[0xf0]3[0xdf][0xac]~[0x86]"[0x81][0xa3]L[0x80][0x83][0xc4]=d18X[0x11][0xc6]&[0x94][0xbf][0xc0]][0x19][0x11][0x19][0x3]2[0xe][0xfd][0x7][0xb7][0x8c]AQUCv[0x4]?[0xfe][0x1f]PK[0x7][0x8][0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusListener.class[0x8d][0x90][0xbd]n[0xc2]@[0x10][0x84]g[0xf9];[0xc2]_@[0x14][0xf4][0xa9][0xa0][0xe1][0x8a][0xa4][0xa3][0xc][0xa1]B[0xa2]@[0xa2]_[0xac][0xd5]q[0xd6][0xc9][0x87][0xec][0xb3][0x1f].E[0x1e][0x80][0x87]B9;[0xa1][0x8c][0x14]m1[0xd2][0xa7][0x99][0xd9][0xd5][0xde][0xee][0x9f]_[0x0]^[0xf1][0xac]0T[0x18])[0x8c][0x15]&[0x84][0xb6][0xf3][0x86][0xa0][0x97]{[0x9f][0x1b][0xcd]WN.[0xa2]#263[0xb5][0xbe][0xa5][0xba][0x8][0x1c][0xca]B[0x1f][0x1b][0xd9]r[0xe0][0xcd][0xea]D[0x98][0x18][0x9]?h/[0x95]8[0xc2][0xcb]r[0xf5]wG[0xe3][0xd9][0x10][0x6]G_[0xe6][0x89][0xec][0xac][0x13][0xc2][0xfc]7o[0x8b] [0x99][0xe4][0xeb][0x94]+&[0xac][0xff]w[0xc8]#E[0x98][0xd6]9[0xed]8[0xfa][0xe][0xe7]T[0x92]@[0x98]5[0xc8]z[0xfd][0xee]|!|[0xae][0xb7]-[0x1a]V[0x6][0xeb][0xf4]G%Yx[0x14][0xf4][0x8][0x84]V[0x9c]6:[0xf1]A[0xad][0xe][0xa1][0x8b][0x1e][0x10]U[0xa1][0x1f][0x9][0xe1][0xa9][0xe6][0x18]|[0x3]PK[0x7][0x8][0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.class[0x9d]SKOSA[0x14][0xfe][0xa6][0xbd][0xb4][0xb6]\l)[0xf]E[0xc1][0x7][0xa2][0xb4][0xe5]q[0x11][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0x88]V45Uc@HL\[0xc][0xb7][0x93]r[0xe1]zos[0x1f]&[0xfa]#[0xd4][0x85][0x1a][0xdd][0xe8][0xc6][0x84][0x8d][0x1b][0x13][0x8][0xea][0xc2][0xbd][0xfe][0x1][0xb7][0xfe][0x12][0xf1][0xcc][0xe5][0x91][0x2][0x1b][0xcb]f[0xce][0x99]s[0xe6]|[0xe7];[0xdf][0xcc][0xfc][0xfa][0xfb][0xfd][0x7][0x80]1[0x14]b8[0x82]L[0x1c]1d[0xa5]7 [0xbd][0xc1]8[0x86]0[0xdc][0xc][\r]#r[0xb9][0x18][0xc5]h[0x14]c[0xc]IW8[0x6]7[0xe7][0x85][0xe3][0x1a][0xb6][0xf5][0xb0]t[0x93][0x81][0xdd]ah)[0xda][0x96][0xeb]q[0xcb][0x9b][0xe7][0xa6]/[0x9a]~^[0xed][0xdf]|[0xcf][0xaf][0xfd]fP\[0xe3][0xb9][0xa0]3%[0x86][0x88][0xb7]d[0xb8]}#[0xc][0xc3]e[0xdb][0xa9]j[0xbc][0xc6][0xf5]%[0xa1][0x99]v[0xb5]jXUi[0xc7][0x97]5[0xc2][0xf0]|W[0x9b][\r]L[0x99]R[0xc2][0xc9]Se[0xc1][0xb0][0xc]o[0x8a]a4[0xdd]Xi)3O[0x14][0x8a]v[0x85]($[0xca][0x86]%[0xee][0xf9]O[0x16][0x85]3[0xc7][0x17]M[0x8a][0xa4][0xca][0xb6]N[0xa3]p[0x1a][0x88][0xf6][0xdb]AE[0xb2]dPo[0xd8][0xbe]U[0x11][0x95][0x7][0xbe][0xf0])[0xaa][0x96],K8E[0x93][0xbb][0xae][0xa0]l[0xbe]![0x1a]}[0xf5]X4N[0xe7][0xde][0xbe][0xcf]j;[0xbd][0xa7][0xf][0xf][[0x98][0x9b][0xc9]O[0x11]v[0x98]W*[0xc][0x1d][0xe9][0xf2]2[0xca]5[0x93][0x13][0xc0][0xfd][0xc5]e[0xa1]{[0xf9][0xcc]#[0x12][0xd2][0xe]|9[0xfa][0x81]<[0xd5][0x12][0x6]]%[0xf5][0xd0]W[0xee][0xf2][0xda]6[0xa9][0xd8][0xac]Q[0xb5][0xa8][0xab]C~$MG$[0xd0][0xed][0xc2][0xcc][0xe4]A[0x88][0xa9][0xad][0x90][0xef][0x19][0xa6][0xa6][0xdb][0x96][0xee];[0x8e][0xb0]<[0xad][0xb8][0xeb][0xd2][0x15][0xac][0xec]#[0x1c][0x9f][0xb5]}G[0x17][0xb7][0xc][0xd9][0xab][0xb5]~[0xbe]a[0x9][0xa6][0xa2][0x15])[0x15]m[0x18]W[0x91]@R[0xc5])[0x9c][0x8e][0xe2][0x92][0x8a][0x1c].GqE[0x6]'TL[0x82][0x90]&[0xe]-[0x1e]C[0xf6][0xff][0x89][0x93]Ni[0xf9][0xac][0x6][0x1b]iGsr][0x17].[0xbd][0xff][0x11][0xfa][0x1][0xd7][0x1b]|[0xc7][0x99]:aw^Qb_([0xe0]E[0xdf]L[0xa9][0xd9][0xa6][0xc9][0xd0][0x9e][0xce][0x1c][0xbc] [0x9c][0xa1][0xff][0x1d][0xa3]O[0x1f][0xc6][0x9][0xc4][0xd1][0xc]z[0xd9][0xb4][0xb][0xa1][0x5]))/[0x90]LJ[0xc1][0x83][0x18]H[0xf5]v:[0xd1]A[0xde]c[0xda][0x87][0xc9]&[0xb2][0x3][0xeb]`[0xd9][\r][0x84][0xb2][0xdd][0xeb][0x8][0x9][0xa0]:i=*[0xd3][0xec][0x5]b[0xec]%[0x8e][0xb2]W8F[0xb1][0xce][0x0]$[0x81][0xe3]8[0x9][0x4][0x9e]l[0x11]B7[0xf9]*[0x1]o[0xe5]z[0xc8]2y[0xad][0x94][0x91][0xad]>[0x92][0x95]u[0xb9][0xec][0xc0][0x6][0x94][0x85][0xec][0x1a][0xd8]W4}C[0x84]ni[\r][0xe1]Oh[0xdb][\r]E[0x19][0x16]V7[0xff][0xc8][0xf0][0x7]D[0x95]U([0xe1][0xcf]T[0xa9][0x4][0x8c]Rd[0xc1]^S[0xdd][0x1b]t[0xb1][0xb7][0xc8][0xb0]wu[0xac]r[0xbb][0xac]r$[0xca]Yb[0xd0][0xbd]'[0xd7][0xb3][0x9b][0xeb][0xa5][0xdc]9[0xf2][0xa3]P"[0xbd][0xf1]i[0x86][0xbe]@[0x9d][0xf3]4[0xf0][0x96]w[0x1][0xfd][0x81]M[0x93][0xa6] U[0x19]i<[0x84].[0x84][0xfe][0x1]PK[0x7][0x8][0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/status/StatusLogger.class[0xe5][[0xb]x[0x14][0xd7]u[0xfe][0x8f][0xb4][0xda][0xd9]][0x8d]$[0x10][0x2]#^[0x6][0x3]FH[0x2][0xf1][0xb6]-0 [0xb][0x1]"[0x92][0x0]I[0xc8][0x16]`[0xe3]e5[0x88][0x85][0xd5][0xae][0xd8]][0xf1]p[0x1d]7[0x6][0xb7]M[0x1c]7[0xb1][0xd3]8-v[0x1a]74-u[0xea]6<%c[0x1a][0xe3]:m[0x92]&u[0x9c][0xb6]i[0xdd]6I[0xdb][0xf4][0x91]6}[0xc6]i[0xd2][0xd8][0x4][0x9b][0xfc][0xf7][0xce][0xec][0xb0][0x8b]v[0xf5] [0x10]'[\r][0xdf][0xa7][0x99][0xfb]8[0xf7][0x9c][0xff]<[0xee][0x99]{[0xcf][0xda]_x[0xfb][0x85][0x17][0x1],[0x96][0xa8][0x1f][0xab][0xf0]w[0x1]4[0xe3][0xef][\r][0xfc]C[0x0][0xf9][0xf8][0x86][0x1a][0xf9]G[0x3][0xff][0x14][0x80][0xd7][0xee][0xfc][0xb3][0x81]Q[0xef]o[0x6][0xe0][0xc7][0xbf][0x1a][0xf8][0xb7][0x0]L{[0xe6][[0x6][0xfe][0xdd][0x87][0xff][0xf0][0xe3]?[0xf1]_[0x6][0xfe][0xdb][0x87][0xff]Q[0xa3][0xdf][0xf6][0xe3]u|'[0x80][0x12][0xfc][0xaf][0xea]~W=[0xbe][0xa7]h[0xfe]/[0xc0][0xc7][0xf7][0xd5][0xe3][\r]5[0xf6][0xa6]z\Tt?([0xc4]%[0xbc]U[0x88][0xb7]q[0xb9]P R[0x88][0xb9][0x92][0xc7][0xae][0xe4][0x7][0xb0]J[0x12]L$[0xac][0x84][0xa0][0xb4][0xb9][0xee][0x9e][0x1d]m[0xed]u[0xed][[0xda]v4[0xb4][0xb4][0xb7]66[0xb4]q[0xb0]iOp[0xb0]&[0x12][0x8c]v[0xd7][0xb4]%[0xe3][0xe1]h[0xf7]rAQ},[0x9a]H[0x6][0xa3][0xc9][0x8e]`D1[0x9a][0xba][0xa6]am[0xdd][0x96][0xa6][0xf6][0xd4][0xea][0xa6][0xc6][0xb6][0xf6][0x86][0x96][0x86][0xd6][0x1d]M[\r][0x1d][\r]M[0x82]1[0x9]+[0x1e][0xe]F:[0xac]x"[0x1c][0x8b]ni\CM7[0x14][0xc0][0xfe][0x97]'[0xf0][0xb7]ll[0xdf]Q[0xd7]Q[0xd7]H[0xda][0x82]M[0xad][0x1b]7Q[0xf0][0xfc][0xa6]X[0xbc][0xbb]&[0xd8][0x1b][0xc][0xed][0xb6]j"[0xb1][0xee]n[0x8a]V[0xef]%{j[0xfa][0x92][0xe1]H[0xcd][0xa6]x[0xac][0xd7][0x8a]'[0xc3]Vb[0xb][0xbb][0x4]U[0xa8][0xe0][0xbb][0xb8][0xa5]QPv5,[0x1b]MQ[0xaa][0xbb]q[0xdd][0xba][0x86][0xd6]!%Q[0xc9]d_[0x82][0x8a][0xab]W[0x13][0xa7][0xac]8%y#[0xba]5[0xf4][0xca]pOo[0xc4][0xaa]i[0xd3]/w[0xa5]?[0x12]N$-[0x1a][0x9d][0xe6][0x9e]`[V+S[0x1f][0x8b]D[0xac]P[0x92][0xc6]QDm[0xe1][0xee]([0x5][0xc6]i[0xd9][0xf5]Y[0x89]V[0x8c][0x14][0xb1]#m[0xf9]J[0xe5]4WvS,[0xb4]WP[0x99][0xc6]:[0x14][0x8b][0x86][0xfa][0xe2]q+[0x9a]$[0x9b][0xd0][0xde]DM[0xab][0x15][0xec][0xba];[0x1e]NZ[0x8a][0x96][0x8b]}=V"[0x11][0xec]Va26m[0x9d][0xe]$N[0xaf][0xba]zl[0xa4][0x8][0xd7][0x4][0x93]A[0x8d][0xce][0xe8]It[0xdb][0xb8]f[0xc][0x85][0xcb][0x81]S|E[0x17]k[0xbf][0x15][0xa1]KV[0x84][0xa3][0xe1][0xe4]J[0xc1][0xda][0x8a][0xc1][0x1][0x9b][0x1b][0x8b][0xa3]UM[0xb3][0xfd]^[0x1b][0xc]%c[0xf1]C[0xcb][0xe7]v[0x8]<[0xf5][0xb1].:[0xa0][0xa4])[0x1c][0xb5]Z[0xfa]zvZ[0xf1][0xf6][0xe0][0xce][0x88][0xa5]vD,[0xc4]X[0xe]2[0xa2][0xd9]w[0x6]=[0xc9][0xdd]a[0xda][0xc6][0x13][\r][0xf6][0xb0]W[0xdc][0x93][0xc1]O[0xb0]p[0xd4][0x10][0x18][0x6][0xdd]V[0xb2][0xc9][0x9][0xb4][0x5][0x15]sG[0x1b][0xa4][0xbe][0x4][0x97][0xdb][0xc6][0x99]Y[0x91]{[0xb1]&[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17]Dl[0xea][0xe9][0xc3][0x11]s?[0xc7][0xad]n[0xe5][0x80]x*[0xc0][0x4][0x8b][0x87][0x90][0x91]=&[0x95][0xcc][0xfc][0xc8]~J[0xf4]E\6[0xb]F[0xcb]Em[0xe7]d0[0xb4][0xb7]9[0xd8][0xab]]a[0xc8][0x2][0xda]?n[0xf5][0xc4][0xf6][W[0xd0][0x15]'2V[0xe9]-|[0xc0]J$[\r]Y[0xc8][0x94][0xca][0xdc]-[0x18][0xd7][0xd7][0xdb][0x15]L[0xba]kRqe/d[0xae]T[0xde]H[0xdb][0xbc]t[0xc8][0x95]8k[0xa4])[0x94]p[0xa2]Y[0x9f]u[0xe2][0x9a]6lA[0xdc][0xa2][0xf]i[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xaa][0xa2]P$[0x96][0xb0][0xda][0xc2][0x11]n[0x86][0xc8]![0x85][0xc0][0x96][0x13][0x8e][0xd5][0xd4][0xab][0x19]-_[0x11][0xfa][0xb8],[0xd6][0x17][0xf]1[0xe][0xc7]e![0xe1]g[0x89][0xcc][0xa8][0xcd][0x95][\r][0xc8][0x98]N[0xa1][0xd6][0xbb]N[0xa1][0xa0][0xfc][0xd5][0x83][0x6]G[0xbd][0xab][0xb]B[0x11]+Hs[0xfb][0xba][0xdd]`[0xbc]e[0xa8]PN[0x5]X[0x80]]gC[0x8][0x9e][0x1c][0xd5][0x96][0xb6]Y[0xe4][0x9e]o[0xe][0xc6][0xf7][0xd2][0xc0]#[0xde][0x90][0xcb][0xd3][0x84][0xb7][0xef][0x8e][0xc7][0xe][0xb8][0x86][0xf6][0xec][0xda][0x17][0x8a]2Dz4G[0x95][0xb8][0x86][0x13]J_2[0xcd][0xa9][0xd4];b[0xe9][0xfc][0x92]1[0x4][0xc6]g[0x5][0xc1][0xac]iE[0xac][0x1e][0x6][0x4]?[0xc1][0x19]6[0xe2][0x86]h[0x8f][0x7]CV[0x83]=MJO[0x97]vt[0xf5]h[0xf6][0x93][0x83])[0x17][0xca][0xc5][0x82][0x13]?[0xc9](s[0xe1]^"x[0xf9][0xa7][0xb]w.M[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe][0xf2][0xd3][0xae]I.[0xdd][0x96][0x9][0xbe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xff]O[0xb7]\[0xda][0xde]&x[0xe3]gA[0xdb]\[0xfa][0xdf].[0x12][0xf8][0xd9][0xd4]?[0x97]E[0xee][0x10][0xec][0xbb][0xae][0x16][0xa9][0xdf][0x1d][0x8c][0xb7]Y[0xfb][0xfa][0xac]h([0xd7][0x1][0x99][0x82]'[0xe6]Zq[0xbd]Ob[0x83][0xd5][0xcf][0x4]r[0xe4]:H[0xfb][0x11][0xef][0xb]D[0xb1][0xe6]GG[0xa1][0xd8][0x4][0x82][0xa1][0x10]E[0xcd]Z[0xb0][0x80][0xa7][0xa0][0xba][0x11]_[0xbb][0xed][0xba]@[0xfa][0x8d].U[0xbc][0xc9];HF[0xbe][0x15][0xa1][0x88]SB[0x9][0xb4][0xe9][0xeb][0xe3][0xda][0xb0]*l[0x8c]M_>_-6[0xb1][0x1b]a[0x13]Q[0xc4][0x4]s[0xb3][0x96]j[0xea]c[0xbd][0x87]6Fu[0xf9][0xa8].[0x1e][0xf][0x1e]RWG[0xb5][0xe0]q[0x13];[0x11][0x12],[0x1c][0xb2][0xf0][0xc4]v<[0x18]MfT[0xa0]L[0xec][0x2][0xef]Mw[0x8c]F[0xd7]Y[0xe9][0xc5]N[0x13][0xdb][0xb0][0x9d][0x18][0x84][0xc9][0xb1]b$[0xe2]m[0xa9]{[0xc1][0x1b]k[0xf5]h[0x8a]|[0x2]3[0x1d][0x4]/O[0xa6][0xdc][0x8e][0x7][0x5][0xb3][0x87].g[0xda]9[0x86][0xa7]k[0x98][0xe8][0xc4]VC[0xee]0[0xa5]V[0x96]+[0xc8]+L[0xdc][0xf][0x9a][0xfd]^l6[0xe5]NdJ[0x93][0x1a]k[0x96][0x16]C[0x16][0x9a][0xb2]Q6[0x99]8#[0x9b][0x5][0xf3]GW[0xa4]0qT[0xc9]h5[0xa5][\r][0x8f][0xf3]Z[0x90][0xaa]54nl8[0x18][0xb2]zU[0xa1]25[0xaa]UL[0x8f][0x5]i7d[0x8b][0x89][0xa7][0xf0][0xb4]![0x1d][0xa6][0xdc]-[0xf7][0x98][0xd2])[M|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'x?[0x1e][0xf9]%U[0xf1][0xda]f[0xca]v[0x1a]C[0xee][0x95][0xfb]L[0xd9]![0xf7][0x9b][0xf8](~[0x9d][0x97]WS[0x82][0xb2][0x93]7XSB[0xaa][0x1c]<[0x84][0x1f][0x7]G[0xf][0xef][0x8f][0xab]L[0xc][0xe0][0xb5][0xa1][0xd6]e)D[0xf3]~[0xaa][0xe7][0x16][0xcd][0xcf][0xd8]8[0xbd].[0x91][0x2][0xcc][0xab][0xe8]x[0x87][0xca][0x16]=_E[0x9d][0x9a][0x14]Kv[0x9][0xca][0xb3][0xb1][0xd0][0xe5]9S[0xba]e[0xb7]!aS[0xf6]([0xd5][0xf6][0x9a][0x12][0x91][0x1e]AUn[0xd5]z[0xc3]5u;[0x13][0x8c][0xe9][0x90][M[0x1c][0x97]%C[0xf1]Bu[0xc5]S[0xba]l[0x95][0x8c][0x91]t[0xf2][0x10]Wm[0xc1][0x98][0xab][0xbf][0x91][0xd4]~[0xe8][0x14]'[0xb8]y[0x98][0x1c][0xc7][0xfd]9[0xd2]T+X4[0xca][0xf4][0xd7][0xa8][0xb][0x9d][\r][0xad][0xad][0x1b][3[0xd1][0x1f]bH[0xd3][0x8e][0xf9]V<[0xee]V[[0x18][0xca][0x9b][0xa8]T[0x92][0xaa]Y[0xc1][0x1e]&[0xca][0xb][0xd7]P[0x88][0xda][0xca][0xd7][0xa1]"=[0xba][0x1f]C[0xb2][0xe2][0xd7]%[0xab][0xbb][0xeb]Z[[0x4]F2[0xe6]x[0xa3][0xfd][0x1a]T[0x1a]A[0xfd][0xce]G[0xb1][0x8e][0x84][0xfc][0x8a][0xb9][0x8d][0xc3][0xe5][0xdc][0xb4]L/[0xf0][0x1f][0xb8][0xd2][0x9e][0x99]Q[0x82][0xcc][0xf5]k[0xc0][0xcd][0xc3][0x90]P[0xef][0x88]~[0x95]e[0xfb]1[0x85][0x10][0x83]]jGVd?>[0x15][0xbb][0xb5][0xd2]TM[0xb8]/j[0xb3][0xf3][0xda]ef[0xa5][0xae][0xbb]a&d Nm$U[0xaa][0xdb][0x1d]L[0xb4][0xe8][0xc2][0x14]-B[0xb6]e[0x19][0x85]b[0xb7][0x82]1vP[0xc5]VWQ[0xd9]fZ[0xa8][0xc8][0xfe][0x93][0x91][0xf2]l[0xc9]U[0xdf][0xf5][0x8c][0xf0][0xe6].[0xa7][0x8d]U[\r][0xd9][0xb6]M[0xaa][0x9f][0x89][0xc1][0x1e]][0xee]V[0x87][0xdd][0x8a][0xdb][0xf4][0x8a][0xb9][0xc3][0xd5][0xdc][0x9e][0xa8][0x18][0x92][0xe0][0xda][0xf]>#:]e)[0x8e][0xa9]`O[0x84][0x1f]Py-[0x9c]h[0x8e][0xc5][0xad][0xb6]^+[0x14][0xde][0x15][0xe][0xb5][0xef][0xe]FG[0xf4][0x93][0xc8]V[0xf5][0xf3]D[0x8c])[0xad]f[0xa4]IF[0x17]M[0x95]d[0xf5]cA[0xfd][0x95][0xf2]e[0xa6][0x99][0xdd]_Q[0xbd]<[0xe][0x7]#[0x89][0xab]"/M[0x81]R[0xb2]i[0x8c]&-f.g[0x83][0xa7][0xd5][0xfd][0xd3][0x89][0x1b][0xd5][0x16][0x1b][0xab][0xbd][0xa6][0xfa]W[0x88]o[0xcd][0xc6]9[0x1b][0x96][0x92][0xb4][0x93][0xba][0x2][0xce]x%;[0x1b][0xfe][0xba]a[0x9d][0xb3]IU[0x6]-[0xc6]:[\r][0xde][0xd5][0x12]k[0xb5]vYqu[0xd0]o[0xbe][0xea]g0_cK[{]K}[0x83][0xa0]qx[0x97][0x8f][0x8c][0xeb]r,[0xc4]*4[0x3](F96a3[0x4][0xad][0xea]ge[0xac]e[0xbf]-[0xad][0xbf][0x1e][0x93][0xd0][0x8e]-n[0xbf][0x83][0xfd]{[0xd2][0xe6]W[0xb3][0xcf][0xa3][0x17][0xdb][0x93][0xd4]iQ[0xbf]y[0xe6][0xd2]o[0x1e][0xb1][0xf8].U[0x7]1[0xfd][0xe6]9[0x96][0xeb][0xba][0xf4]:[0x8b]}[0x1e]O[0xf5]8[0x8f][0xc6][0xee][0xf8][0x1e][0xf6]y[0x80][0xd4][0xed][0x1e][0xcd]o[0x6][<7[0x93][0xa2][0x97][0xbd][0x17]Q[0x84]|[0xbe][0xbb]*[0xab][0xaa][0x7][0x90]Wy[0x1e][0xf9][0x9d][0x3][0xf0][0x9c]E[0x1][0x9b]^6[0x8d][0xb3][0xf0][0xb1][0xe9][0xef][0xac]<[0x85][0xc0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf]B[0xd8]59St[0x16][0xc5]l[0x96]t[0x96][0x8e]9[0x85][0xb1][0xf9][0x9e][0xfc][0xfc][0xd2]q[0xd5][0xa7]Pv[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x7]0[0xe1],n[0xe2][0x8a][0x89][0xa7]P[0xfe]<&[0xf5]c[0xf2]YL9[0xa9]Q[0xec][0xe3][0xf3][0x16][0xf8][0xf8][0xc][0xc2]K[0xad][0xc7][0xd2][0x1e]Sh[0x83]*j[0xbd][0x8c]:[0xb5][0x11]y[0x88][0xfa][0xc4]I1[0xdd][0xc6][0x86][0x84][0xd6]\[0xb5][0x92][0xda]V[0xaa][0xd5][0x87][0xfd][0xe4][0xe6][0xc7][0x1][0x1c]tt[0x99][0xa2]g[0x0][0xcf])L=[0xc1][0xb7]hY^=[0xda][0xc3]'O[0xa7][0xe]e[0x1d]W[0xe6][0xf1][0xed][0xaf]<[0x83][0x9b][0xaa][0xfa]1[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x80][0x9e][0xd8]G[0x80]q[\r]a[0x82]M[0xe8]B[0xf0][0xe3][0xe7][0xf0] [0xd9][0x8][0xde][0x8d][0x87][0x1c]v_"[0x8d][0x87][0xef][0xe][0xb2][0xf3][0x9d][0xc3][0xcd][0x82]s[0x98][0xce][0x13][0xe4][0x19][0x14]T[0x9d][0xc3][0x8c]<[0xdc][0xcd][0xd7]-[0x82]f[0x8e]L[0xa9][0xa6]1[0x8e][0xa1][0xb0][0xb2][0xda]6J[0xda][0x92][0x99][0x82][0xe3](k[0xc9][0x1c][0x99]w[0xe1]$[0xa5][0x14]c1[0xd6]PB[0xbe][0xc6]XI[0x94][0xa0]2[0xc5]DRN[0x1c][0xd3][0x89][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "?O[0x9a][0xc3]T[0xed][0x8])[0xf][0xd3][0x8c]G[0x18]f[0x8f][0xb8]f[0x9c][0x8e]q[0xa4]xPk[0xd3][0xe1]j[0xd3][0x81][0xf7][0xe0]a[0xf2]?[0xcc][0xb6][0xf][0xf9][0x8b]7[0x19]82[0x86][0xfd]GR[0xba][0xc9]z[0xae]08[0xfb]h[0xd5][0xf3][0x98][0x95]U[0xbf][0xd9][0xd4]/[0xdd][0xd3]w[0xaa][0xf1]s[0xb8]U[0xd0]2[0xef][0x1c][0xe6][0x8]O[0xe8][0xb7][0xb2]Q!x[0x9]sk=[0xe5][0x1e]m[0xb][0x12].+[0x98]2[0xbe][0xe0][0x18][0xbc][0xe3][0xb][0xee]<~[0xf9][0xb5][0xca])Y[0xac]1[0xa1][0xd6][0x9b]9T[0xee][0xa5]=[0xf2][0x18][0xd4][0x16][0xdd][0xf][0xfe][0x1d][0xd4]o[0xdb].+Q[0xc2][0xe7]c[0xf4][0xc5]/[0x93][0xe2][0x83][0x98][0x8a][0xc7]i[0xab]'[0xb8][0xe9]>[0xc4] [0xfb][0x15][0x6][0xd8][0x87][0xb9][0x99]>[0xc2][\r][0xf4][0xab]\[0x94]Vx[0x8a][0xab][0x8f][0xe2][0x17][0xf9]~[0x1f][0x9e][0xd6][0xb6]Z[0x82][0x2][0xd2]*/ogk=[0xc6][0xe3][0x17]h![0xf][0xf9],'[0xdd]vm[0xbf]G][0xfb]=[0x9a]f[0xbf]i(x[0xb]K[0xc4][0xc0]/U\D[0xde]e[0xae][0xcc]3[0xf0]^[0x83][0x9c]9v[0xa4][0x94]T[0x8f][0xba][0x1][0xd8][0xe9][0x4]`[0x19][0x83]o[0xb2][0x8a][0x8a]O0"[0xaa][0xae]l[0x13][[0x9f]b[0x1d][0xfe][0x1f]C![0x9e][0xa1][0xf7]>[0x9e][0x16][0x8f]e.[0x82]2[0xbc]_[0xc7][0xe3]a[0xbd]J[0xc6][0xb1][0xf9][0x18][0xd5][0xcf][0xd3]bjt[0xa0][0x82][0x9b][0x99].9[0xe1][0xc6][0xb8][0xbd]%[0x9e][0xd5][0xfc]L[0x9b][0xc0][0xe1]g'[0x8d][0xf]p[0xec][0x83][0xb4][0x9d][0x8d][0xf5]u[0xbe]Ut[0xc7][0x6]{_{[0xb9][0xa9][0xca][0xf1]rYU[0xca][0xcb][0xcd][0xd5][0xc][0x96][0xe3][0x97][0xbf]e[0xd3]Tj[0xe2]4'V[0xf6][0xa3][0xea]8f[0xb4][0xc]1[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfb]E[0xcc][0xa6])s,c[0xae][0x2]Np[0xf4][0x14][0xc3][0xfd]4[0xb5];[0xc3][0xf9]~:f[0x0][0x8d]\[0xda][0x8c][0x17]H[0xdd]O7[0xf]0[0x7][0x9e]c[0xd6]{[0x81][0x99][0xee][0xbc]k[0xb6]*[0xaa][0xa1][0xdc][0xa5][0xc][0x18]s[0x14]Vf[0x1b][0x3][0xcf]%L[0xa4][0xdf].[0xa2][0xfc]^[0xba]j*[0xb7][0x17][0xaf][0xa8][0x8e][0xfa][0x1d]|[0xab][0x15][0x85][0x95][0xe7]P[0xad]b[0xd2][0xd3]tR[0xdb][0xcc][0xcb]([0x99][0xe7]@+[0xd5][0x16][0xba][0xc0][0xb1][0x97]9[0xfa][0x12][0x19]|&[0xcd][0xba][0x85][0x8c][0xbd][0xf];[0xc2][0xc][0xe4]5[0x1a]xRe[0xa7][0x8f]0[0xc]m?=D6[0xca][0xd5][0xd5]4D[0xb1][0xb6][0xee]y[0xcc][0xef]dG[0x6]P[0xd3]d[0xf][0xd2]0U'[0x9a][0xdd]v[0xf5][0x5]r[0xf0]3[0xc8][0xa6][0xbb][0xf6][0x99]D[0xf1][0xc0][0x17]9[0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]_e@[0xbe][0xc2][0xd9]W[0x19][0xba]_N[0x3]S[0x9d][0xa6]9[0x3][0xe1]~*[0xec][0xb8][0xfd][0xd7][0xa0][0xbc][0x98]r[0xfb]aG[0xef]*[0x17][0x93][0xc2]s[0xe][0xb]t[0xa3][0xd8][0xd9][0xa0]%i[0xe8][0xb4][0xcb][0xfc][0xb4][0xc5]4[0x17][0xd2]4[0x9d];^[0xe3][0xe8][0xdf]p[0xfc][0xab][0x98][0x8c][0xaf]q[0xec][0xab][0xa8][0xe0][0xbb][0x12]_O[0x83]U[0x95][0x6][0x8b]6[0xba][0x8f][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0xc1][0xcb][0xb9][0x83]g[0x91][0x13][0xcb]>[0x95][0xb3][0xfb][0xb1][0xf0][0xea]p[0xfe]F[0x1a]3[0x9f][0xc3]L[0xd4]%[0xdc]Id[0xcf][0x93][0xad]J[0x9b]'[0xa5][0xd6][[0xf5]Y[0x8c][0xa9]dB[[0xd4][0x8f][0xc5][0x3]XR[0xeb]=[0x8f][0xa5][0x9d][0xe5][0xde][0xea]rOy[0x1]M[0xbe][0xac][0xd6][0xc8]P[0xba][0xdc]8[0x87][0xdb][0x98][0xe5][0xd2][0xf4][0x1e][[0xeb]s{[0xe5][0xbe][0xb]v$[0xdf].[0xdc][0xac][\r][0xee][0xc6][0xa8][0xf5][0x95][0xfb][0x9c][0xad]1O[0xb5][0x9c][0xc][0xe8]/7[0xfa]qG[0xb9][0xdf]I[0x83][0xb5]Ga[0x96][0xfb][0x95][0x88][0xe5]y8~[0xf9]U[0xf2][0xd6]_[0xa5][0xea]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M?V[0xa8]|7[0x1f][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]g[0xe5]q[0x8c])][0xed]t[0xbd][0xc7][0xe1][0xc4]+[0xc7]/ZNd&[0x1c][0xe2][0xf1][0x88][0xf]^[0x9][0xc0]'[0x85][0x98]!&[0x1d]Y[0x84][0xa5]RL[0x8f]A[0x9d][0x8c][0xc5]Z)[0xc5]&[0xa6][0xde]6[0xce]w[0x12]b\[0x8b][0xbc][0x8c][0xf2]*Ze3[0xc3]q[0x6][0xc3]W[0xd9]D[0xed][0x86]m[0xae]e[0xb7][0xb9][0x96][0xdd][0xc6][0x94]v[0x9a][0xaa][0xf9][0xf8][0xdd]>[0x83][0xb3][0x94][0xaf],6[0x17]^[0xef]e[0x86][0xb4][0x91]2V[0xbf][0xa8]?.x[0xb][0xb3][0xb4][0xb9]>Y[0xf4]&[0xcc]7hta[0xce]{[0xde][0xfd][0xb8][0xe4]C[0xfd][0x87][0x8d][0x6][0xcf]t[0xfd][0xa8]{.s[0xa3][0xc8]d[0xf7];[0xa7]vZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b][0xe1][0x9c]kTK[0xf9]6O[0xb7][0xce][0x11]_[0xbe]n)[0xdf]z[0xb4][0x98][0x17][0x1c]1[0x1b]9[0xe3][0xc9]-f[0xba][0x16]Si[0x93][0x8c]H[0xcc][0xc3]d~~d:[0xcc][0xbe]&[0x1d][0xfe][0x0][0x9f]vtxqdb*[0xaf]I[0xcc][0x5]ns[[0xcc][0x1f]:bB[0x9c][0xf1][0xe6][0x16][0xb3][0xc0][0x8d][0x98][0xd1][0x8b]Q[0xad][0x97][0xd9][0xb2]C[0xe0]3[0x8e][0xc0][0x1e][0xd2][0x18][0xb9][0x5].[0xd3][0x2][0xd7][0xdb]$[0xd7],P[0xb5][0xfe][0x88]-[0xaf][0x16][0xfd][0xc7][0x8e][0xe8][0x3][0xa4][0xf6][0xe5][0x16][0xbd]B[0x8b]n[0xb5]I[0xae][0x83]h[0xd5][0xfa],[[0x86][0x6][0xf1]9[0x7][0xc4][0xc3]\[0xe7][0xcf][\r][0xa2][0xde]My[0xd7][0x1b][0x84]j}[0x9e]-[0x9f][0x86][0xf3]'[0xe][0x9c][0xf7][0x93]C 7[0x9c][\r][0x1a][0xce].[0x9b][0xe4][0x6][0xc1]Q[0xad]/[0xb0][0xe5][0xd7][0xc0][0xbe][0xe8][0x0]{[0x92][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x3][0xdb][0xac][0x81][0xf5][0xda]$7[0x1c][0x98]j[0xfd][0xa9]><)[0x88][0xaf]8[0x10][0x9f]!W37[0xc4]N[\r][0xf1][0x1][0x9b][0xe4][0xc7][0x8]Q[0xb5][0xbe][0xc4]V[0xa1][0x6][0xfb][0xaa][0x3][0xf6]Y[0xf2]/[0xca][\r]6[0xa8][0xc1]>b[0x93][0xbc]#`U[0xeb][0xcb]l[0x99][0x1a][0xf6][0x9f]9[0xb0]OSRqn[0xd8]a[\r][0xfb][0x3]6[0xc9];[0xc][[0xb5][0xfe][0x9c][0xad]"[0xad][0xc0]_[0x8c],[0x8f]GG[0x95][0xc7][0xbf]2[0xe8][0x93][0xf7][0x97]#[0x13][0x93][0x18][0x95][0x98][0x97][0x6][0x89][0xf9][0xab][0x91][0x89]98*1[0xc7][0x6][0x89]y[0xcd][0x11]s[0xc8][0xb9]u[0xcc]I;[0xbd][0x96][0xa9][0xcb][0xa8][0xba][0x88]~[0x1c][0x86][0x87]w[0x9d][0xfc][0xe7][0xec][0xc3]h?[0xee]R0[0xd2][0xee][0xa5][0xf2]n[0x98][0xf2][0x10][0xa6][0xca]{[0xd2]J5s\8s\8s[0x1c]8[0xf6][0x85]#[0xf2]j[0xc1][0x18][0x1f][0xfe][0x9a]7[0x2][0x19]tI[0x95][0xab]O[0xf5]K2.[0xa9][0xab][0x99][0xfb]x[0x81]H[0xdd]R[0xb6][0xeb][0x10][0x3]n?[0x8f][0xfa][0xce][0xd2]5[0x3]h8[0xad]*Pe[0xa5]k[0xc7][0xe2][0xf3][0xfd]Xw[0x1a][0x1][0xd5][[0xdf][0x8f][0xc6][0xd3][0x98]x[0x1e][0xab]:KW[0xf5]c[0xc3])[0xbc]k[0x0]M[0xa7]1U][0xb6]%[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96][0xb2]T[0x8d]n[0x3][0xf][0xaf][0xcd]D[0xf2]5[0x8d][0xe7][0xeb]<[0xec]@[0xe7]%[0xf5][0xbf][0xe7][0xb4] [0xef][0x87]PK[0x7][0x8][0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/apache/logging/log4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/Activator.class[0x95]W[0x9]t[0x13][0xd7][0x15][0xbd]#[0xcb][0x1e]Y[0x1a][0x1b][0x10][0xd8][0xc5][0x80][0xb1][0x8][0x9b],cD[0x9c][0x4][0x82]qh[0x8d]c[0xc0][0xc5]6`[0xd9][0xa4][0x84][0xa6]t,[0x8d][0xed][0xc1][0xb2]$[0xa4][0x91][0xc1]!4i[0xb3]tI[0xdb][0xd0][0xbd][0xa4][[0x9a][0xa6]u[0xdb]tc[0x9][0xc6][0xa1][0xa5]M[0xdb][0xa4]m[0xba][0xef]{[0xd3][0xb4][0xe9][0x92][0xee][0xeb]9=9[0xa7][0xa1][0xf7][0xff][0x91]d[0x19][0xcb][0xc2]=[0xc7][0x9e]?[0xf3][0xfe][0xfb][0xef][0xbd][0xfb][0xd6][0xaf]'[0x9f][0xf4]"[0x80]k[0xf0]o76a[0xac][0x1c][0x1b]q[0xab][0x1b][0xc7]p[0x9b][0x7][0xa5]8[0xae][0xe2][0x15]*nw[0xe1][0xe]7[0xca][0xf0]J77oS[0xf1]*[0x15]w[0xba]q[0x17][0xee]v[0xe1][0x1e]7[0xdc]x[0xb5]`}[0x8d][0xd8]|[0xad][0x8a][0xd7][0x9][0x9][0xf7][0xba][0xf0]zA|[0x83][0x7]o[0xc4]}*N[0xb8][0xf0]&[0xf1][0xfa]f[0x17][0xde][0xe2][0xc2][=[0xf0][0xe0]m[0x1e][0xbc][0x1d][0xef][0xf0][0xe0][0x9d]8)[0x1e][0xf7][0xab]x[0x97] [0xbf][0xdb][0x8d][0xf7][0xe0][0xbd][0xe5]|[0xbc][0xcf][0x83][0x7][0xf0]~![0xed]A[0xf]>[0x80][0x87]T|P0|H[0xc5][0xb8][0x7]~|X[0x10]?"[0x1e][0x1f][0x15][0x9a][0x1f][0x16][0x8f][0x8f][0x89]s[0x1f][0xf7][0xe0][0x13][0xf8][0xa4]8[0xfc])[0xb1]{[0xca][0x8d][0xd3]8#[0x1e][0xf][0xb9]q[0x16][0x8f][0xb8]q[0xe][0x13]*[0xce][0xab][0x98]T[0xf1][0xa8][0x8a][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x87][0xda][0xdb][0xfa]z:z[0xf7][0x1f][0xec]j[0xed]n[0xdd][0xd1][0xde][0xa3]`i[0xe7]!}T[0xf]F[0xf5][0xd8]`0d[0x84][0xd3]I[0xd3][0x1a][0xeb][0xd2]c[0xfa][0xa0][0x91][0xdc][0xa2][0xa0][0xac]s[0xf7][0xe][0xc9][0xb6][0xa2]3[0x9e][0x1c][0xc][0xea][0x9]=[0x5][0xce][0xb6]x[0xc4]P0[0xaf][0xd3][0x8c][0x19][0xdd][0xe9][0x91]~#[0xd9][0xab][0xf7]GI[0xf1]v[0xc6][0xc3]zt[0x9f][0x9e]4[0xc5]w[0x86][0xe8][0xb4][0x86][0xcc][0x94][0x82][0xfa][0xd9]-HSQ[0xb0]5l[0x99][0xa3][0xba][0x15][0x17][0x96][0xcc]#Oxx[0x8f][0x91][0x1c]1S)3[0x1e]SP[0xeb][0xb7]q[0xa6]2[0x10][0x83]S[0x9b][[0x84]I[0xee]D[0x1e][0xf3][0x92][0xd9]y[0x15]T[0x84],=<[0xdc][0xa5]'2[0xe6]i[0xd1][0xb8][0x1e][0xc9]BV[0xb0][0xdc]/[0xed][0x8c][0xa7][0x6][0xcd][0xe0]@R[0x1f]1[0x8e][0xc4][0x93][0xc3][0xc1]m[0xe9]X$jHM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd4][0x16]pz[0xfb][0xd1][0xb0][0x91][0xb0]l[0x1d]Uy[0xfb][0xf9][0xf4][0xb2]~)GDmv%[0xcc]L[0xe6][0xa1][0x82][0x86][0x82][0x96][0x1c]1[0x93][0xc2]q6[0xef]M[0xf2]C[0x9a]U[0x92]N2X[0x95][0xb6][0xe2][0x98]a[0x5][0xfb]z:[0xa9][0xd1][0x95][0xc8]![0x9b][0xb3]8[0x86][0x8c][0xc2][0x18][0xb2][0xf9][0xb6]4[0x19][0x9e]N3eq[0xa7]zz[0x84][0xc7][0x12][0xd9]([0xfb].[0xe3]m[0x99]n[0xc9]V[0xc2][0xfa][0xb4][0x8a][0xcf]((MYz[0xd2]R[0xb0][0xba][0x88][0xa3][0xdb][0xe2]1[0xcb]8jI`N[0x9a]H[0xf9]k[0xe6]b[0xbd]A[0xb][0xd5][0xb0]}X[0xc1]UWV@[0xf1])#:@?%[0x8d][0xc3]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]P[0x80][0x1d]$[0xe2]_v[0xa0]H[0x98][0x14]\?[0x3][0xf2][0x9c]L[0x14][0xae][0xb8]S[0xd6][0xf5]E[0x15]&S7[0x97]!TY[0x91][0x8e][0x89]*[0xec][0x18][0xe8]1[0xf4][0xc8][0x98]0[0xcf][0x8a]'H[0xb6]mj[0x1b]bF[0x9][0x1b]W[0x16]q^[0xfb][0xa8][0x11][0xb3]]Wj[0x88]W[0x11][0x9b]+0[0x13]K8[0x9a][0xa9]qw([0x9e]N[0x86][0x8d][0xed][0xa6][0x8]ke[0xae],[0xd7][0xb][0xb0][0x1a]^[0x84]V[\r][0xcd] [0x86][0xcf]j[0xd8][0x81][0x9d][0x1a]>[0x87][0xc7][0x14][0xd4][0xcc][0xaa][0x81]q([0xb0][0xd7][0x1a][0x19]1c[0xf9][0x5][0xce][0x0][0xa4][0xa4]^[0xa1][0xe2][0xf3][0xb3][0x1d][0xd2][0x13]V[0xfe][0xa1]5s[0xcb]h[0x15]_[0xd0][0xf0]E[0xd9][0xed]x,+[0xf5][0xd8]q[0xdf]@<[0xc9][0xa8][0xb1]9[0xfa][0x9a]|[0xd9][0x12][0xa6][0xd4][0xaf][0x9]i[0xae][0xae][0xf6][0xde][0xd6][0xc6][0x8e][0xee][0xed]t[0xbb]l[0xa0][0x8d]9[0xe][0xbe][0xb0][0x11]Z[0xa6][0x91][0xd2][0xf0]u|[0x83]5[0xa7][0xe1][0x9b][0xf8][0x16][0xb]O[0xc3][0xb7][0xf1][0x1d][\r][0xdf][0xc5][0xf7][0xd8][0xf2][0xf2]KS[0xc3][0xf7][0xf1][0x3][0x15]?[0x14][0xae][0xf8][0x91][0x86][0x1f][0xe3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'*~[0xaa][0xe1]g"[0xce][[0xf1]Bf[0xa9][0x86][0x9f][0xe3][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae][0x9e][0xb5][0xa7][0x12]ff[0x8a]d[0xea]j[0xbb][0x1e]f[0xc6][0x8c]ix[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]T[0xb0]j.e[0xa1][0xe1]i[0xfc]J[0xc3][0xaf][0xf1][0x8c][0x86][0xdf][0xe0][0xb7][0xc2][0x9a].[\r][0x9]a[0xc5][0xef][0xf0]{[0x15][0xcf]j[0xf8][0x83][0x0][0xf0]GA[0xf9][0x13][0x9e]Q[0xf1]g[\r][0xc1]c*[0xfe][0xaa][0xe1]o[0xf8][0xbb][0x8a]h[0xf8]'[0xfe][0xa5]`[0xed][0x1c][0xe7][0xc][0xfb][0xdb]TXv[0xf7][0x1f]2[0xc2]V[0xe1][0xb4][0xb3][0x8d][0xcc];[0xb7][0xae][0x0]Sh,[0x16][0x1e]J[0xc6]c[0xf1]t[0xca][0xe6][0x17][0x1d][0xc1][0x88][0x89][0xc6][9[0xbd]MpLN[0x11]:,#i[0xb][0xf5]][0xa9]Y1[0xda][0xb3][0x8e]z&[0xc5][0xa0]aq[0xb2]Y[0x86][0x1c][0xd2][0x1d][0xcc][0xae]b[0x83],~Y[0xb9][0x19]2o[0x8a][0xda][0x16][0xd5]SlG*[0xa5]v[0xf3][0xac][0x82]E[0xfe][0xfa][0x99][0x87][0x14]l[0xf3][0xcf][0xa4][0xfe][0xdf]zW[0xe7][0xb][0x91][0x9a][0xb7][0xe4]+[0xb3]c#[0xae][0x5][0x2][0xe3][0xd8]Hy{2[0xd3]\t[0x16][0xc6]jU[0x81]X[0x15][0x8][0xcc][0x2][0x9e][0xcc][0xc2][0xb7]'[0x7][0xbd]UX[[0xe1]{[0xd3][0x2]=[0x12][0xb9][0xbc][0xfa][0xd7][0x14][0xa9][0xc3],[0x97]}[0x85][0xcd]aL[0x89]kh}[0xf1][0xcb]G[0xf9][0x9e][0x9e][0xdd][0xfb]:nl[0xef][0x9][0x89]K[0xd9][0x14][0x94][0xb6]x4[0xca][0xa4][0xb0][0xef][0x9b][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x99]\f[0xaa]}$a[0xf1]zQf_7[0xc8][0x99]4F[0xe2][0xa3][0xc6][0xe5][0xc6]//~q[0xb0][0x1b][0x84][0xb8][0x5]Nk[0xa6][0xa1]1[0x9e][0x1f]a[0x9f][0x13][0xf5]zy[0xa3][0xaa][0x9d][0xde]Hf[0xfc]dY7[0xfb][0x98]a{K[0xa7][0x82]![0xb9]d[0xeb][dF[0xf6]}[0x83][0xbf][0xc8][0x8f][0x8c][0x2][0xa7][0xb7]`[0x5][0x8b]m[0x82][0x3][0xd7]c3J[0xb0]D\l[0xf8][0x13]s[0x89][0x18][0xf9]\[0x1d]b[0x0]r-[0x87]"[0xee]=|n[0xe3]W[0x90][0xab][0xc2][0xb5]40[0x1][0xe5][0x94]dk[0xe3][0xb3]L[0x12][0x1b]p#[0x9f][0x9a][0xcd][0x80]vl[0xe7][0xea][0x16][0xf7][0xa4][0xcc][0xe1][0xe]r[0x8b][0xbd][0xca][0xd3]p<[0x1]7[0x9f][0x81]s([0x11]RJ[0xa4][0x94]J[0xae][0xa0]Qe4[0xab][0x82]FMI[0xab][0xe4][0xd9][0x17]s[0xdd]%y[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88][0xcc][0x88]}[0x8e][0xca][0xc4][0xc1]H[0xc3]$[0x9c][0xac][0x9a][0x7][0xe0][0xc7][0x1c]T[0xf0]r[0xe8][0xdc]#[0x2][0xe5]0[0xd7]r[0xf2][0x9c]8[0x8d][0xab]&[0xb1][0x92][\r][0xc8][0xf9][0x8]V[0xd1][0xca][0xd5][0xac][0xa7]\[0xc0][0xba][0xd6]y[0xd7]0[0x98][0x93]X[0xeb][0x90][0xc0][0x88]O[0x80][0xc9] [0xac][0x15]o[0x12][0xa2][0xbf][0xb9]4PS:[0x89]z[0x5]"[0xc6][0x97][0x9e]j[0x8]L"[0xe0][0x0][0xe5]5[0xd8]G[0x9a]KkJ/n,+[0xd9][0xa8]V[0xa9]Ue[0xf][0xa2][0xba][0xa6][0xb4]Jmjv[0x5]j\[0x13]Xw[0x97][0xaa][0x8c]_z[0x96][0x89][0xde]8[0xe5][0x9b]f[0xda][0xf][0x84][0xe0]B/S[0xb4][0xf][0xcb][0xe9][0x89][0x0]}[0xb1][0x93][0xe8]C[0xc4][0xbf]O"=[0x0][0x83][0xe8]o[0xe7][0xdb][0xdd]\[0xef][0xc5]A[0xdc]G[0x94][0xc2];[0xa1][0xf2][0xdf][0x83]~[0xc6][0xbf][0x94][0x1c]e2[0xb2].[0x81]9[0xe7][0xc9][0x13][0x8c][0xb7]A[0xbf],G[0x12][0x3][0x94][0xe9][0xa0][0x86][0x1][0xc]Rj[0x9][0xe9][\r][0x18][0x82]Ik[0xb2][0xde][0xb5][0xf7][0xe]qo[0x97][0xac]O[0xe7][0xf3]hR1[0x9c]u[0xf0][0xca]K[0xac]h[0x97][0x8a][0xa8][0x8a][0x91],9[0xc6]?[0x85]e[0xf5][0x1f][0xd4] .[0xa1][0xb1][0x8d]RM"W[0xe6][0x7]3[0x95][0xea][0xb][0x9c][0xc5][0xaa][0x93]Xz[0x1a][0xeb]'[0x11]Tp?[0xe6][0xcb][0xd0]l[0xa0][0xde][0x12][0x86]f[0xaa]v[0xbd]2[0x1d][0xc2]\#Th[0xa0][0x8e]FM[0xd5][0xaf]/[0x3].S[0xbf]u$[0x1e][0xce]F[0x9d][0xfe]p[0xc8]|[0xd7]D|[0xae]&[0xda][0x8c][0xc7][0x1d]yMa[0x98]~[0x8b][0xd2]o#Rh[0xb5][0xcd][0x9f][0xf3][0x98][0x96][0xf1][0xd8][0x14][0x18][0x85][0xbe]Ke[0xc0][0x8c]f[0xe4][0xfb][0x1b][0xce][0xa1][0xe9]ay[0x0]+[0xf9][0xaf]H[0x1d][0xc0][0xa2][0x0]7[0xae]a[0xc0][0x85][0xe2][0xf1][0xfc][0x86]dW[0xc2]a[0xd6]r[0x8a][0x10],[0xac]B[0x9a][0xd9]k[0x9e][\r][0xfe][0x9c][\r]~[0xee][0xa7]35[0xea][0x84]cq%[0xa3]:[0x9a]sh[0xbd][0xd4][0x6]T[0x9c][0xc7][0xb5]g[0xe0]8[0x8f][0xeb][0xce][0xc0]{J[0x1a][0xd1]&[0xbb][0xa4][0x10][0xd6][0xc8]t[0x10][\r][0xf6][0x88]4[0xec][0xe8][0xff][0x0]PK[0x7][0x8]X[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/BiConsumer.classmL[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]@[0x18][0x9c][0xaf]L[0xcb][0x82]z[0x8b][0xec][0xd2][0x1e][0xea][0x94][0xd1][0xa1][0xa0][0x8b]A[0x7][0xc3][0xfb][0xb6],[0xdb][0x8a][0xa9][0x98][0xf6]p[0x1d]z[0x80][0x1e]*[0xda][0xec][0x10]d[0x1f]|[0xcc][0xf]3[0xf3]x[0xde][0xee][0x0]f[0x18]8p[0x1d][0xf4][0x9]6[0x17]B[0xe6]%a[0xec][0xed]b~[0xe5],[0xe1][0xa9]b[0xfb]c,E[0xe9]7[0x9d]ID[0xe8][0x85]Z[0xa5][0xbc][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xb8]w[0x8][0xfc]CT[0xfb][0xcb]e[0xb0]h6[0xa2]?[0xde][0xaa]i[0x11][0xdc]0[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0xb7]:1[0xbb][0xc3][0xb5][0xde]d[0xe9][0xa5]:[0xcb]b[0xfa][0xce][0x12][0xbc][0xac]P[0x8c][0xe7]\[0x9c]$K2[0xa5][0xb4][0xe9][0x1a][0x9c][0xc7][0xac]*u[0xc2][0xbe]y[0xc2][0xe8]w[0xdd]&[0x10]Zx[0x1f]Y[0x84]6,[0xa3];F[0xb5]`[0x9b][0xff]0[0x7][0xdd][0x1a]{/PK[0x7][0x8][0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Chars.class[0x95][0x92][0xcd]n[0xd3]@[0x14][0x85][0xcf]$[0xb1][0x83][0x87][0xa4]u[0xb][0x94][0xd6][0xfc][0x95][0x94][0xd2][0xa4]@S[0xd4]"[0x16][0xfc]H[0xa9][0xd3][0xaa][0x95][0xc]mI[0x9a][0x1d]R'[0x89][0x95]8[0x98]8r[0x1c][0xe0]9[0xd8][0xb2][0x82][\r][0x9b]lX[0x81]X[0xf0][0x0]<[0x14][0xe2][0x8e]kE#[0xa8][0x4]]d[0xee]|[0xf7][0xce]=[0xe7]N[0xc6]?}[0xff][0x1]`[0x3]e[0xe][\r]%[0xb9][0xac][0xca][0xe5][0xe][0x87][0x8e][0xbb]Y[0xdc][0xcb]b[0x8d]!e[0xbf]``6C[0xde][0xe][0xfa][0xc3]H[0xf4][0xa3][0x86][0xf0]Gn[0x9a]:[0xf3][0xc]z[0xf5][0xf0]h[0xbf][0xbe]-[0xa9]@g[0xb7][0xf][0xe5][0xee][0x9][0xed][0x9c][0x1d][0xb9][0xe3][0xc][0xda][0xe4][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A[0xed][0xa0]b[0xc7][0xb0][0xc8][0x90][0xae]W[0xb6][0xe4][0xd6]`[0x98][0xee][0xb8][0xd1][0xd1]`[0xe0][0x86][0xb6][0x18][0xba][0xbb][0xee];[0x86]Lq[0xaf]D[0xa6][0x19];h[0xbb]Tw[0xbc][0xbe][0xfb]|[0xf4][0xba][0xe9][0x86]u[0xd1][0xf4])3[0xeb][0x4]-[0xe1]7D[0xe8]IN[0x92]Z[0xdb][0xeb]x[0x11][0x8d][0xbb]G[0xe3][0xd6]"[0xd1]z[0xf5]L[0xc][0x92][0x9a][0xb4]p[0x82][0xb7][0x8a][0xc5][0xc]eH[0xd3][\r]=R[0xaa][0x9e]t[0xce][0xa9][0x83]T[0xfc]AW([0x85]I[0xbb]Z[0xd0][0x1f]{}/zJ[0xd7])[0x96][0x1a]4p[0xd4][0xf5][0x86][0xc][0xcb]N[0x10]v[0xca]b Z][0xb7][0xec][0x7][0x9d][0x8e][0xd7][0xef][0xc8][0xb8][0xd9]+[0x8f]"[0xcf]/[0xdb]][0x11][0xe][0x1f]1[0xf0]Z0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[[0xee][0x8e]'G[0xe4]qv[0xad]'[0xde][0x88][0x1c][0x16]1[0x9f][0xc3]M[0xb9][0x14][0xe4][0xb2][0x84][[0xc]K[0xff]![0xca]`J[0x81][0xb2]/[0xa8][0xb8][0xdf][0xec][0xb9][0xad][0x8][0xf7][0xe9]Uu[0xfa][0xa7][0xb3]X[0xa0][0xdf]90[0x18]D)p[0xe2][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0x88][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x11]O+l[0x12][0xcf]([0xcc][0xcc][0x17][0xd3]kk[0x2]bK[0xa0]3[0x93]O[0xcf][0xe7]2[0xc5][0x8d][0xc5][0xf5]L[0xfa]nnu![0x9d]+[0x8][0xc4][0x97][0xd2][0x9b][0xe9][0xe2]Jziu[0xbd][0xb8][0x99]Y/dW[0xf3]L[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tX[0xde][0x82]mz^[0xfa][0xd0][0xb4]ls[0xdb][0x96][0x2][0xdd][0xc3][0xb9]=[0xf3][0xd0]L[0xda]f[0xa5][0x9c],[0xf8][0xae]U)O[0x8f][0x10]9[0xb2][0xe0][0xec]p[0xbb]=gUd[0xfe]`[[0xba][0x1b][0xf5][0x82]x[0xce])[0x99][0xf6][0xa6][0xe9]Zj[0xdd][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4][0x1a][0xd0][0xc6][0xae][0xeb][0x8b][0x88][0xa3][0x1d][0x9e][0xd6]7UM[0xd7]'[0x8b][0xce]Go6[0xa1][0xa1][0xa0]![0xc5][%[0xf0]L[0xc9]n[0x90][0xd7][0xb][0xce][0x81][[0x92][0xf7],%Q[0xdb][0x19][0xbb][0x84]*[0xd7][0xb0]a[0xe0][0x1][0xd8]\[0xe7]%[0xb2][0x19][0x18][0xc4][0x90][0x80][0xa1][0xb6][0x12][\r][0x6][0x1a][0x1e][0x1a][0xf8][0x6][0xdf]R[0x8e][0x89][0x1f][0x1f]'x[0xa4][0x81]-<[0xd2][0xf0][0xd8][0xc0]w[0xf8][0xfe][0x2][0xd0]Y[0x7][0x1a][0x8a][0x6]~[0x80][0xc9][0xbb][0xf][0x84]J%,/[0xf1]Tn[0x9b][0xd5]*{V[0x5]G[0x9]O[0xba][0x87][0xb6][0xf4][0x13][0x85][0xba]5[0xf0]>[0xae][0x1b][0xd8]F[0xc9]@[0xf]z[0x5][0xae]5*eEQK[0xf8][0xbb][0xae]4wl5[0x5][0x9e][0x81][0xf7][0xd0]k`[0x14]c[0x6][0xae][0xe2][0x9a][0xc0][0xd0][0xff][0xbc]![0xf2]9g[0xbb][0xba][0xbd]'K[0xfe][0x85]P]W[0x81][0xe1][0xb7][0xe3][0xe5][0x1c]sG[0xba][0xf][0xe8]r[0xce]l.[0x82][0xf1][0x16][0x18][0xb8]l[0xaa]_[0xb][0x5]i[0xd3][0x17]O|[0xe6][0xf9]r_[0xa0][0x95][0x83][0xb3][0xe6]:U[0xe9][0xfa][0xcf][0x4][0x6][0xdf][0x1]t6[0xc4]M^[0xd5][0xb6][0xd8][0xc3][0xd0]e[0x5][0x97]L[0x8c][0xc0][0x95][0xf3]X[0xb6][0xe2][0xcb][0xb2]t9<[0x9c]1Or[0xf9][0x1f]/&[0x7]x[0xfc][0xed][0x8a]4[0xa8][[0xd2][0xab][0xab][0x12];o[0x87]1[0x81][0x1b][0xc3][0xef]z[0x8b]."[0x90]h[0x9c][0x10][0xf3][0x8e]cK[0xb3]r.L[0xcf]%[0xf4][0xb6]F[0xb6]0[0xc9][0xef]U7?[0x83]a[0xce][0x3][0xa7][0x87][0xde]U5#[0x81][0xe5][0x84][0xd0]F[0xa0][0xab][0x9][0x83]@[0x1f]W%[0xda][0x10]m[0xc7]h[\r][0xe2]Oh[0x91]_[0x10][0x9][0x1f][0xe7][0xc2][0xc7][0x8c][0x3][0x6]b[0xdc][\r][0xe3][0x3][0xfa]m[0xb4][0xc0]g[0x8c]|N[0xff][0x16]>[0xe4][0xaa][0x87][0xbb]m|>[0xc2][0xc7]A~[0x7]>[0xc1][0xa7][0xb4][0xfd]|Z[0x10]n[0x9d][0x13]s[0x1a][0x6][0x98][0xc0][0xd7][0xa9]q[0xe0][0x14][0xad]Jm[0x1a][0xfd][\r][0xe1]_[0xe9][0x84][0x2]t=`1Kvw[0x2]d[0xa3][0x9e][0x84]a[0x8c][0x4][0xbb][0x1c][0xf1][0x6][0xc0][0xdf][0xcc][0x8c][0xd0]&[0xe3][0x91][0x1a][0x9a][0x96]G[0xe3][0xcd]/[0xa1][0xe5][0xc6][0xc2][0xa9][0x1a][0xa2][0xb3]}[0x91][0x9f][0x1b]=[0xdc][0xbe][0xfe][0x1c]M}[0xc7]c[0x11][0x15]?[0xce][0xb3][0xa1][0x10][0xa9][0xf7]c[0x9c][0xc4][0x6][0x8][0xa6]l[0xbd][0xb1]Az[0xc0]<[0x9a][0xf9]g[0x88][0xf1]/[0xd0][0x85][0xfb][0xa4][0xb0][0xc8]F[0xb2][0xcc]\ff[0xe][0x13]X[0x9]h[0xdd]$[0xa5].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":N)[0xc3][0x8c][0xc4][0xb8][0xd3]K[0xe4][0x9]>[0x9]$[0x19]k&[0xe1][0x1b][0x81][0x8]1[0x8a]1[0x89][0x14]i+9R[0x88][0xbc]"[0xff][0x88][0x86])[0x8d]0[0xec]nN[0xbc]bv# [0x18]P[0xcb][0xd0][0xe9][0xbe]F[0xa9][0xa3][0x94][0xfa]T[0xb7][0x9d]@~`[0xb2][0x6]=[0xde][0x1a]7j[0x88][0xbd]D[0xdb][0x9][0xda]_[0xa0][0xfd]'t[0xaa]hG[0x84][0x91][0xe7][0x8d][0xfe]Op[0xa5][0x86][0xf8][0x9]:[0xcf]5[0xee]!y[0xd0][0xd3]H\[0xa7][0xed][0xa0][0xba]J[0xd7][0xfe]@[0xe9][0xd0][0xe0][0x9c][0xba][0x99][A[0xfa][0x17][0xff][0x2]PK[0x7][0x8]k[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/EnglishEnums.class[0xa5]SKo[0x12]Q[0x14][0xfe].P.[0xd0][0xe9][0x83]J[0xd1][0xfa][0xac][0xad]V^[0x16]mu#[0x84][\r][0xa1][0xda][0x86][0xb6][0xb][0x90][0xfd][0x85]N[0x87][0xc1]a [0xf3]hb[0xfc]An[0xd5][0x85]6.[0xdc][0x9a][0xf8][0xa3][0x8c][0xe7][0xde]A[0xe4][0xd1]E[0x13]g[0x92]9w[0xce]=[0xe7]{[0x9c];[0xf3][0xeb][0xf7][0xf7][0x1f][0x0][0xf6][0xb1][0x9f][0x0][0xc7]V[0x2]Ql[0xc7][0xf1][0x8][0x8f][0x13][0xd8][0xc1][0x93][0x4]2[0xc8]r[0xe4]8[0xf2][0xc][0xd1][0xb2]i[0x9b]^[0x85]![0x9c][0xc9][0xb6][0x18]"[0xd5][0xc1][0x99][0xce][0xb0]R7m[0xfd][0xc4][0xef][0xb7]u[0xa7])[0xda][0x16]e[0xd6][0xea][0x83][0x8e][0xb0]Z[0xc2]1[0xe5][0xfb]([0x19][0xf1][0xba][0xa6][0xcb]P[0xa8][0xf][0x1c][0xa3]([0x86][0xa2][0xd3][0xd5][0x8b][0xd6][0xc0]0L[0xdb][0x90][0xf1]E[0xaf][0xe8]{[0xa6]U[0xac][0xd9][0x86]e[0xba][0xdd][0x9a][0xed][0xf7][0xdd][0x12][0x3][0xbf][0x10][0x96][0xaf][0x9f][0x9e]3[0xbc][0xcc][0xd4]{[0xe2]B[0x14]-A[\r]UK[0xb8]ni"[0xd1][0xf0][0x1c][0x2]*e'R[0x12][0x82][0x10]b:[0xc5][0xe6][0xfb]!IH[0xce]![0x90],[[0xf4][0x95][0xe4]9,[0x86][0xf4][0xb4][0xf][0xc2][0x18]yI[0xcf][0x2][0x95][0x9b][0xcd]R[0x85]:[0xe2][\r][0xd3][0xb0][0x85][0xe7];TtPn[0xbe][0x9a][0x91][0x13][0x94]U[0xe6][0x9c][0x4][0xf9]+[0xec]P[0x9e][0xa1]v[0x1d][0xe7][0xb3][0xc6][0xaf][0x98][0x84]v[0xa6][0x9f][0xb][0xdf][0xf2]Zr[0xa4][0xc][0xab][0xf3][0x15]a[0xc5][0xb7][0xd4][0xf0]D[0xe7][0xdd][0xb1][0x18]*[0xb7][0x1c][0x5][0x86][0xc3][0xff][0xf7]B[0xe9][0xc0]N[0xa2]1[0xf0][0x9d][0x8e]~`[0xca]I&'[0xcf]{W6i[0x88]![0xae]a[0x5][0x1b][0x1c]O5[0xec][0xa2][0xc8][0xf1]L[0xc3]s[0xec][0x91][0x12][0x99]_e[0xc8]][0xff][0x1b]"[0x9f][0xff][0xa4][0x9c][0xb6]{z[0xc7]cX[0x9e][0xb6][0xf2][0xb7]F5[0xab]3'e[0xbc]v[0xf2][0xba]~[0xd8]x3[0xfe]6&vKS[0xa8][0x81]A[0x86]Eo[0xf0]v8[0xd4][0x9d][0xaa]p[0xa9]'3[0xdf][0x96][0x9d][0x1f][0xb][0x19][0x8b][0xd2]'[0xaf]0B[0xd2];hD[0xea][0x87]dt[0x3][0xb][0xb9]o`[0x9f]i[0x11][0xc2]"=[0x13][0x14][0x81]-D[0xb0][\r][0x8d]VZP[0x84]%,S[0x8c][0xcb][0xf9]P[0x85][0x4]8V[0x80][0x0][0xcf][0xe5][0xd9]%B[0x9f][0x14][0x83][0x84][0x88][0xaa][0x96]=[0xd5][0x9e][0xe]J[0x90][0xc4][0x9a][0xd2][0xc0]q[0x3])[0xda]_[0x1f]C[0xcb][0xbd]4[0xc5][0x9b]J[0xc2]-E[0xb1]1[0xa2][0xf8]@[0x88]a[0x8a][0xa9][0xfc]O[0xf0][0xc2]G,[0xe7][0xf2]_[0x10][0xfe][0x8a][0xc8]%[0x16]$_d[0x82][0xaf][0xaa][0xf8]6[0x83][0xfa]1_j[0xc4]'W[0xb7]q[0x87]p[0xd7][0xc7][0xaa]R#[0xe6]`[0xef].[0xe5][0xee])=[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8][0x11][0xc7][0xfd][0x91][0xa0][0x7][0xd4][0xbc][0xa9]V[0xf][0xff][0x0]PK[0x7][0x8] R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.class}[0x90]?O[0xc3]0[0x10][0xc5][0xdf][0xb5][0xa5]i[0xcb][0xbf]2[0xb0][0xc1]N[0x17]<[0x80][0x18][0x0]![0xb1] E[0x80]"[0x11][0x94][0xdd]$[0x87]qd9U[0xe4] [0xfa][0xd5][0x18][0xf8][0x0]|([0xc4][0x19]6[0x2][0xc][0xd6][0x9d][0xdf][0xfd][0xde];[0xcb][0xef][0x1f][0xaf]o[0x0][0x8e][0xb0][0x93]`+[0xc1]v[0x82]9ab8\[0xf3][0xea]2[0x10]v[0xf][0xd2][0xc5]M[0xad][0x9f][0xb5]r[0xda][0x1b][0x95][0x87][0xd6]zsF[0x98][0x9]Rh[0xd7][0xf1]/P[0xf6]Ps[0x19][0x4][0x9a][0xe6][0xd6]x[0x1d][0xba][0x96][0x9]{[0xe7][0xc5]i[0x9f][0xb9][0x10][0xe7]}[0x11][0xf3][0xac][0xaf][0xf8]%{[0x94][0xb5]1[0xaf][0xbf]r[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]7][[0xf2][0x95]u[0x12][0xb8][0x9f]F[0x7]Ww[0xac][0xab][0xcc][0xbb][0xd5]7w[0xab][0x97][0x87][0xd1]K8iZ[0xa3][0xf4]R[0x97]O[0xac]\c[0x8c][0xc]c=[0xae]U[0x17][0xac]S[0xb9][0x9][0xf3][0x9f][0xaf]$[0xa8][0xff][0xb3]z!c[0x2]a g(;[0x1c][0x11]FX[0x3][0xa4][0x8e][0x91][0x88]:[0x11]u[0x80][0xa9][0xdc]gX[0x97][0x9e][0xb0][0xf1][0xa5]l~[0x2]PK[0x7][0x8][0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/apache/logging/log4j/util/IndexedStringMap.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]vv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]Q[0xcf][0xbc][0x94][0xd4][0x8a][0xd4][0x94][0xe0][0x92][0xa2][0xcc][0xbc]t[0xdf][0xc4][0x2][0xbd][0xac][0xc4][0xb2]DF[0x6][0xbd][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4]t[0xa0]$[0x88]6[0xc9][0xd2]/-[0xc9][0xcc][0xd1]G[0xd7][0xc5][0xc8] [0x0][0xd2][0xa7][0x9f][0x93][0x8]T[0xe7][0x9f][0x94][0x95][0x9a]\[0xc2][0xc8]`F[0x94][0x19]A[0xa9][0x89])[0xfe]y9[0x95]Hf[0xa9][0xe3][0xd7][0x8]W[0xc9][0xc6][0xc8][0xc0][0xc8][0xc0][0x4][0x84][0xcc][0xc],[0xc] [0xc0][0xc8][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x99][0x18][0xd8][0x0]PK[0x7][0x8]?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/apache/logging/log4j/util/LambdaUtil.class[0xb5]UKs[0xd3]V[0x14][0xfe][0xae]_"~$i^[0x10][0x8]$m[0x1a]p,'&![0x85][0x96]8/[0xd2]z[0xfa]p[0xda][0x85]i[0xa6]L[0xd8]([0x8e][0xc6]Q[0x90][0x1f]#[0xcb]t[0xb2][0x87][0x1][0xb6][0xdd][0xb1]c[0xba][0xc9][0x16]V[0x10]f[0xc8][0xc0][0x8a][0x19]~L@[0xa7][0xb4][0xfd][0xae][0xac]x[0x9c]`[0x1a]iQ[0xcf]H[0xe7][0xfa][0xea][0x9c][0xef]|[0xdf]9GW[0xef][0xfe]~y[0x0][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "rQ[0x4]0[0xa3]`6[0x8a].\[0x89]a[0xe]_([0xb8][0x1a]C[0x18][0xd7]b[0xf8][0x12]_[0xc5]p[0x1d][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x2][0x91][0xac]Q1[0xec]E[0x81]`rr] [0xb4]Z[0xdd][0xd2][0x5]z[0xf2]FE[0xff][0xb1]Q[0xde][0xd4][0xad][0x9b][0xda][0xa6][0xc9][0x9d][0xbe]|[0xb5][0xa8][0x99][0xeb][0x9a]e[0xc8][0xff][0xee]f[0xc8][0xde]6[0xea][0x2][0xa9]|[0xd5]*e[0xb4][0x9a]V[0xdc][0xd6]3f[0xb5]T2*%i[0xe7]v2[\r][0xdb]03y[0xad][0xbc][0xb9][0xa5][0xfd][0xcc][0xe5]<[0x13][0x96]t{[0xc5]4[0x5][0x16][0x93][0x1b]'[0xc4][0x15][0x1a][0xb5][0x9a]i[0xe8][0xd6][0xfc][0xe4]F~G[0xbb][0xab]eL[0x8d][0xe]?m[0xee][0xe8]E[0x9b]H[0xc2][0xe0][0xf5][0x9d]@W[0xdd][0xf5]#[0x95]I[0xcf][0x98]db[0xe9][0xf5][0x86]i[0xb][0xf4]w[0x84][0x1f]:[0xaa]x[0xb7]v[0xa8]:[0xed]5G6[0xb5]H[0x9c]D[0xc1][0xd6][0x8a]w[0xd6][0xb4][0x9a][0x13][0xae][0xe0][0xc][0x19][0x17][0x8c]RE[0xb3][0x1b][0x16][0xd1]V<[0x97]A[0xc2]u[0xae]D[0x90]5[0x15][0xc8]&=[0xd7][0xb3][0x13][0xc8][0xa9][0xc3]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0x6][0x92]s[0xd1][0x1]J[0xf5][0xa1][0x88]C*[0xb0][0xe4]5[0xa3]S[0x83]N)7NBX[0xd3][0xeb]u[0xad][0xa4][0xb7][0xd5][0xe0][0xa3][0xfe][0xe5][0xa6][0xeb]a[0x8][0xd1]3>[0xc1][0x5][0xa2]l[0x89][0xbb]+p[0xdf]sA=[0x93][0xca]iE[0xbb]j[0xed][0xfa][0x93][0xd1]]>[0x12],0[0xe3];[0x1f][0x8f][0x11][0x81][0x87]~[0xda][0xf5][0xff]J[0x8a][0x16][0xaa][\r][0xab][0xa8][0xe7][0xc][0xd3]9[0xb6]Z'[0xcd][0xb4][0x9c][0x91]8[0xa2][0x88][0x9][0xf4][0x1e][0x9f][0x97]8F1[0xa6]`AZ[0x1e]}I[0xaf][0xf9][0xe2]X[0xc2][0xb2][0x82][0x15][0x19]wC[0xc1]j[0x1c]_[0xe3][0x9b][0xff][0x8a]?v[0xfc][0x9]\[0xf4]V7[0x81][0x81]d[0xc7]1[0xef][0xe7]X[0xe5][0xaa]VY[0xb3]m}[0xab]5_G[0x9d][0xb][0xb6]EX:O[0xf9][0x1a]Z[0x1e]lI/[0x85][0xcf][0xc6][0xb2]Y[0x15][0xfd][0xd7][0x16][0xe9][0xc5][0xe4][0x87][0x2]}[0xe4][0xc7][0xc]?m[0x1][0xc8]_[0x98][0x96][0x8d][0x86]@[0xdc][0xf9][0xfa][0xf1][0xb3] wS[0xcf]![0x9e]q[0x11]@[0x82][0xf7][0xa8][0xe3]<[0x8a][0x10][0xc6][0xd0][0xcd]U[0xbc][0xe9][0x84][0x1e][0xf4][0xd2]>[0xc2]'[0xe8][0xa3][0x87][0x4]xB[0x9f] [0xed]D[0xea]-[0xc2][0xe2]i[0xea][0xe0][0x15][0x2][0xf9][0xe0][0xc2][0x88]z[0xf0];[0xfa][0xd4][0x91][0xd4][0xc8][0xec][0xb][0x4][0xb][0xf7][0x2]b[0xef][0x9f]?[0xd4][0xa7]t[0xc]9[0x9].@[0xe1]=[0xc5]*"[0x98]"[0xd4]4[0x6][0x90][0xc1]y[0xda]q[0xb2][0x95]I[0xc7][0x8][0xdc][0x8d]A[0xf4][0xf3][0x89][0xa4]3[0xc1][0xf5][0x90]Cf[0x18][0xa7]q[0x86][0x94][0x86][[0xd4][0xe4][0xb3][0xb3][0xb4][0xe7]x%[0x10][0x8c][0xbc][0x87][0xa2]`D[0xfc][0xc9][0xd0][0xf3][0x8e][0xaa][0xb],[0x0][0xe7][0xd8]e[0xfd][0x80]A[0x12][0xf2]3[0x97][0xf5]>B[0x2]y[0xf5][\r][0xc2][0x8f][0xd1][0xa3][0xbe]Fx[0x1f][0x11][0x81]=[0x84][0xda]([0xf7][0xd1][0x2]Y[0xde][0x17]Hy[0x89]{[0xcb][0xe][0xcd][0xa1]&[0x12]>[0xe5]%[0x93][0xf][0x92][0xdc][0xf8][0x11]r[0xf2][0xd9][0xe7]m[0xe4][0xfe][0xc2][0xb0][0x82][0x9][0xbe][0x1b][0x13].[0xb9][0x8b][0xe][0xb9]KnO[0xbe]u{[0x92]h[0x91]S[0x4]$[0x8f][0xa0][0xc3][0xa3][0xdb][0xa9][0xf7][0xf7][0xe4][0xf1][0x3]y[0xac][0xb5][0xf5]'[0xc1].)N[0xc8][0xc7][0xf7][0xe5][0xe7][0xc3][0x1]<[0x82][0x1f][0xc8][0xc7][0xf][0xe5][0xdc][0x8f][0xa4][0x2][0x8f][0xfa][0xf1][0x98][0x9c][0xf9][0xb1][0x1f]?[0x9][0xe0][0xa7][0xf8][0x99]|[0xfc]<[0x80]_[0xe0][0x97][0xf2][0xf1]+I[0xf8]k[\r][0xbf][0xc9][0xc7]o[0xf1][0xbb][0x0]*[0xf1][0xb8][0x1c][0xfd]>[0x1f]O[0xe0]I[0xf9]xJ[0xc3][0x1f][0x2][0xa8][0xc6][0xd3]r[0xfa][0x8f]R[0x99]?I[0xaa][0xbb][0xe5][0xe8][0xcf][0xf9][0xf8][0xb][0x9e][0x91][0x8f]g5<'[0xa9][0xfe][0xaa][0xe1]yi[0xc4][0xdf][0x2][0xf8];[0xfe][0xa1][0xe1][0x9f][0x1][0xac][0xc1][0xbf]4[0xfc][0xdb][0x8f][0x17][0x2][0xa8][0xc3][0x2][0xf8]/[0xfe][0xa7][0xe1]E[\r]/[0x9][0xe8][0x8d][0xb1][0x98]i[0xd5]G[0x8d]D[0xc2]L[0x8][0xe4]o[0xb5][0xa2]-f"[0x9e][0xb2][0xc2][0xa6][0xc0][0xec][0xb6]n[0xcb]4:[0xea][0xe3][0xb1][0xa4][0xd9][0x97]TD[0xa1][0xb8][0xd1]aZ[0x1b][0xcd]d[0xd2][0xb4][0x4][0x8a][0x1b]76oni[0xd8][0xd6]V_[0x1f][0xda][0xb6][0xa5]e[0xf3][0x96][0x86][0x96][0xb6]v[0x81][0xa2][0xd0][0xe]c[0x97]Q[0x15]5b]U[0xad]I+[0x12][0xeb]Z%P@6[0x89][0xa4][0x11]K^bDSd>[0xa5][0xb5][0xa1]~kKc[[0xfb][0xb6][0xa6][0xba][0xe6][0xba][0x8d][\r]-[0x2]3[0xdd][0xfb][0xcc]p[0xca][0x8a]$[0xf7]4[0x19]1[0xa3][0xcb][0xb4][0xc8] [0x10][0xe9][0x8a][0xc5]-S[0xca][0x12][0x98][0xea]"][0x17][0x8f]GM#F[0x92][0xd2][0x8d][\r]m[0xdb][0xea]Cu[0xad][0xad][0xdb]B[0x9b][0xeb][0xd6]7[0xb4]l[[0xdf][0xd8]Z[0xb7].[0xd4][0xb0]^@\F[0xf3][0x94][0xa2]$j[0x93][0xe2][0xca]l[0x1e][0x9]GR[0xd5][0x16]+[0xb2]+[0x12]5[0xbb][0xcc][0x8e][0xba]p2[0x12][0x97][0xc][0xf3]Z)[0xd4]H[0xa6],*|[0xe1]8[0xe4][0xb5].[0x95]\X[0xad]ZM>[0xbe][0xda]H,[0x92]\-[0xe0][0x9].[0xbe]D[0xc0][[0x1f][0xef] [0xc7][0xc9][0xa1]H[0xcc]l" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "N[0xf5]l7[0xad]6c{[0xd4][0x94][0xc8][0xc5][0xc3]F[0xf4][0x12][0xc3][0x8a][0xc8]og[0xd2][0x9b][0xec][0x8e][0xd0]7[0xe5][0xa1][0xb8][0xd5]Ue[0xf4][0x1a][0xe1]n[0xb3]*[0x1a][0xef][0xea]"[0xae][0xf2][0xbd]bGU*[0x19][0x89]V[0xd9][0xe2][0xb6]rH[0x81]3[0xbb][0xcc][0xe4]h[0xde]#N[0xc1][0xc5][0xa3](K?[0xb5]&[0x8d][0xf0][0xce]&[0xa3]WIg[0xda][0xd0]U[0x91][0x84][0xa2][0xa9][0xdb]eD[0xa2][0xb6]N[0xd3][0x82][0xc3]}[0xbc][0x98][0x8][0xe7][0x86][0xa3][0xc6][0xde][0xbd][0x2][0x85]C[0xf9][0x93][0xb3][0xe0][0xbe][0xb9]C[0xe7][0x9b][0xe3][0xc9][\r][0xf1]T[0xac][0xa3][0xa1]/l[0xf6]:[0xa8]Os[0x11][0xd1][0x88][0xf8]n)Sz#[0xac]v[0x18]=dT[0x92][0x8d][0xd4][0x9e][0xde]4Z[0xc5]C%[0xd4][0x96][0xaf]^[0xc5][0xe4][0xd5]p[0xd2]N{[0xf2][0x89][0xd2]X[0xb5]&[0xb0]`$CFP^[0xb3][0xa3][0xaf][0x83]q[0x98]Q[0x95][0xdb][0x83][0x13][0xd9].5 [0xb0]1sw[0xa3]J[0x81][0xb0][0xb9][0xb9]s[0x88]d[[0x8c]{[0xe7][0xe6][0xed];[0xcc]p[0x92][0xfb][0xe6][0xb8]&[0x9b][0xe3][0xad][0xa9]pw[0x93][0x99][0xec][0x8e]g!V2Ld[[0xdb]*i[0xf6]C[0x1a]^[0xd6]pJ[0xc3]+[0x2][0xcb]k[0xdb]j[0x86][0xb]X=L[\r]{[0xef]b>[0x5][0x16][0x8e]c_F[0xcb]%[0xe3]3OoW[0x8c][0x8b][0x89]F}[0xb7][0x19][0xde]iv[0xb8]A9[0x84][\r][0x13][0x83][0xa9]~[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]e[0xef][0xd9]#[0xa9][0xb5][0xc5][0x8a][0xf7][0x9a]Vr[0xf][0xcb]e[0xaf]3[0xb4][0x83]P[0x8f]$[0x1a][0xed][0xa2][0x14][0xe]GUr_6X[0xa7][0xd4]TAg$[0xd6][0x91][0xae][0xa8]2[0x89]G[0xc7]S%q}<[0x1a]5[0xd3][0xd5]'?[0xe5][0xae][0xc6]+'[0x9c][0xff][0xf3]]U[0x9c]l[0xfc]V[0x86][0x87][0xee][0xe2][0x98][0xc8][0x84][0xcd]p[0xc9]y[0xd6] Q[0xf3][0x88]D[0xb5]oL[0x1b][0x99][0x8][0xb]Ga[0xa8]fcf[0xb2]jkKH[0x5][0xef]i[\r][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4]L[0x18][0xb2]a,X[0xba]$[0xfe][[0xb3][0x8c][0xd6][0xd3][0xb6]5[0xc4]R=[0x2][0xd3]][0xac][0xe4][0x8c]i[0x19][0xd9]e([0x12][0xaf]j[0xdc][0xec]N[0xb6][0x1c][0xe9][0xd8][0xe9][0xa3][0x16][0xd0]@[0xd8][0x88]uD:[0x8c][0xa4][0x14]v[0xd6][0xe5][0xa3][0xd2]-[0x1a]Y[0xf0][0x8]8[0xdc][0xa6][0xe1]5[0x9e][0xea][0x2][0xdb]_[0x7][0x14]o[0xd8]=[0x1]#L[0x9c][0x12][0xf3][0x97]/[[0xc6][0xd8][0xa9][\r]G[0x9d][0xa3][0xab][0x84]G[0x8a][0xcb][0x82][0xf5][0x91][0x84],[0xb8],[0x88][0xb3]F8[0xb6][0x7][0xf1]b[0xa7]A[0x9e][0xad][0x8a][0xff][0x86]HT[0x1d]{[0x19][0xe1]K[0xe5]N[0x1d]oF[0x8b][0x8e][0xb7][0xe0]R[0xd6][0xd3][0x89][0xaa][0xad][0xe3][0x5]l[0xd3][0xd1][0x84]f[0x1d][0xad]h[0xd3]pF[0xe7][0x9]#[0xe8][0xb5][0x11][0xf1][0xd6]D[0x8e].<[0xc2][0xab][0xa3][0x17]W[0xf2][0xe8][0x1f][0xef][0x14]b[0x87]1[0xc2][0x19]D[0xb7][0xf][0xc5]]*[0x12]Ugj[0xd5][0xd6][0xd8][0xce]X|w[0xac][0xcc][0xb4][0xac][0xb8]U[0x16][0x96]E[0x84][0xeb]e[0x9d][0xfc]0[0xfb]"[0x89][0xa4][0xc9]ZR[0x16][0xef],S[0x87]XM[0x99].r[0x85]O[0x17][0x9a][0xf0]k"O[0x17][0x1][0x91][0xaf][0xe3]:[0xbc]O[0x17]:[0xae][0xd4][0xf1]vl#PC[0xb4][0xd4]E[0x81][0x98][0xc4][0x98][0x1e]Z[0xe5]41Y[0x17]SD[0xa1][0xc0]9[0xe3][0x1c][0x15][0x92][0x8c][0x2]R[0xd8]%[0x1f]W[0xeb][0xa2]HL[0xd5]D[0xb1].[0xa6][0x89][0x12]]L[0x17]g[0xe9]x[0x17][0xde][0xad]c3[0xb6]P[0xbc][0x2]~i[0xba][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x82]R[0x1e][0xf1][0x9d]F4[0xc1][0xc6][0xe0][0xa4].f[0x8][0xbf].f"[0xac][0x89][0xb3]u1K[0xcc][0xd6][0xc5]9[0xb4][0x0][0xb7][0xe0][0x86]4R[0xb6][0xd7]"1[0xd6][0xd3]MF[0xa2][0xbb][0xd5]L2[0xad]uQ&[0xe6][0xd0][0xe1]b[0xae].[0xe6][0x89][0xf9][0xcc]r],[0x90][0xa6]/[0x94][0xe]\[0xf1]F"W[0x17][0x8b]DP[0x17][0x8b]E[0xb9].*[0x18][0x18][0xa2]R,a[0xd6][0xe8]b[0xa9][0xe4][%[0xf9][0xea][0xee][0xbc][0x92][0xd2][0x97][0xa5][0x9d][0x9c][0x9d][0xe1][0xd2][0x17][0xcb]5Q[0xad][0x8b]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x8d][0x13]Vg[0xec]nYJ<[0x8f][0x8d][0xd9][0xa0][0x87]ZR[0xb1]d[0xa4][0xc7][0xdc]bZ=[0x91]DB[0x5][0xdd][0xa4][0xec][0x1c][0x93]{Vj[0xe2]|]\ .[0xcc][0xda];,[0xcf]x[0xb4]LX[0xd1][0xe5]Y1d[0xc7]qVN[0xd8]G_2[0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x92]K[0x84][0x9b][0x84][0x95][0xa6][0xcb][0x88][0xd6][0xa9]Z[0xe1]"[0xa9][0x18]$[0xb1][0xcc]NY[0x8d][0xc8]m[0x17]{5[0xb9][0xdc]fX4[0xd0]E][0x94]c[0x8f][0xb2][0xb8][0x9c][0xb4][0xb9][0xc4][0xa1][0x3]&u[0x98]B^[0x9d][0xe8][0xe2]h*[0x81][0xef]D[0xb7][0xb2][0xba][0x12][0x11][0xba][0x0][0xd8][0xe1] d[0xd3][0xef][0xe4]HZ2[0x13][0xde][0xd3]([0xd0][0x10]]+[0xce][0xf0]Sh[0xe8][0x91][0x8f][0xd8]:[\r]q[0x1a][0xc7].[0x9a][0xe6]K[0xe3],[0xc7][0xb8][0xd2][0x1]L[0xdd][0x7]?M,>8[0x80]i[0xb4][0xa5][0xe4]`H}[0x91]c>5[0x9c]J)[0x1e]eA[0x9]e[0x1][0xd7][0x13][0xb9][0xf7]s[0xe5][0x83]\[0xf9][0x10][0x8a][0xf1]a[0xa5]y[0x9][0x99][0x15]s[0xdd]r[0xb4],u[0xb4][0x94]:i[0xc8][0xc9][0xdf]([0xe5]'[0xf8][0xe1]Ul[0xed][0xb8]HR#[0xf6][0xb4][0x8e]F}[0x8e]F%[0xe5][0x9e][0xfb]1[0xbd][0x1f]g[0xf1]U[0xda][0x8f][0x19]T[0xa7][0x1f]g[0x1f]Tl'[0x13][0x94][0x99][0xe][0xa0][0xb6]#o[0xe7][0xcc][0x1d]([0xc4][0x9d][0x19]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x95][0x1a][0xbb][0x15]}[0x89][0x82]r[0x10],{[0xa6][0xcf]Q[0xcc][0x7][0xb1]E#[0xf4][0x9];[0x4][0xb0][0x17]W[0xe1][0x1d][0x8e]n[0xef]T[0xba]][0xed][0xe8]V[0xed]D[0xac][0xc4])0[0x80]Y[0x83][0xe1][0xe4]S[0xf3][0xf7][0xba][0x2][0xd6][0xef][0x98][0x9e]P3[0xb9][0xb4][0xf6]*r[0x9e][0x99][0xe1]|[\r]9[0xb3][w8ov[0xac][0xce][0xab] [0xeb][0xd9][0xfd]8G[0xb2][0xf6][0xb8]X?[0x9c]1L[0xe6][0x80][0xcd]Z[0x8e][0xec][0x18][0x19]4,O[0x19]&\b[0xa5]Hi[0x92]-[0xf6]=[0xa4]xoF[0xec][0xd5][0x9c][0x91][0xf0][0x15][0xf][0xa0][0x8c][0xf0][0xce]i[0xaa]<[0x81]\q[0xb0][0x92]A<[0xf7][0xa0]r[0x93][0xd4][0xa0][0x88]o[0xe0][0x9][0x9a][0xf4]$y>E[0xc8][0x9f]V[0xda][0x94][0xd9]{q[0xad][0xa3]M[0xb1][0xa3][0x8d][0x9f]TR[0xc3][0x1c][0x97]^[0xc5][0x8e]^v[0x9e][0x89][0xd3][0x98]$crt-[0x3][0xf2]:[0xe5]d[0xe0]U[0x94]#yT[0x1f][0xc2][0xbc][0x13][0x8]R[0xd7][0xa2][0xf9][0xa2][0x1f][0xb]..?[0x8e][0xa9]E[0xb][0xa9][0xf8][0xa2]~[0x4]ou[0x12]s[0x0][0x8b][0xf]c[0x1e]I[0xfb]Q~ [0x83][0xa2]m[0xc3]3D[0xf3]Y[0x86][0xca]s[0xa8][0xc0][0xf3][0x19]g[0xc9]`[0xba]>[0x13][0xa7][0x5][0xf0][0x9c][0x6][0xaf]5=k[0xc5])[0xaa][0x96][0xc7]0[0xbf][0x81]*IE[0x1e]%3[0x19][0xfc]k[0xe8][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&e{[0xc5]Q,[0x11]8[0x82][0xa5]M[0x1c]U[0x9]4/9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]L[0xf6]a[0x16][0x7][0xcb]e[0xfd][0xa9][0xae][0xf1]V[0x96]z[0xfb]q[0xee]Q[0xac]`[0xf5][0xdb][0xe6][0xa9][0xca]AdgP[0x1f][0xe0]E2}[0x89]yt[0x12]K[0xf1]2jp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xe1][0x95]L%XJ[0x1d]?[0xc0]<[0x93][0xfa][0xaf]a[0xae]][0xac][0xaa]a[\r]3[0xee]#[0xaa]&T[0xe2]F[0x8e]l[0xac]e|[0xd8]k7e[0xd6]>[0xca]9iW!r^[0xc3][0xc][\r]7[0xab][0xbf][0x8f][0x9d][0xc2]\[0x7][0xec][0x8f][0xd3]![0xb7][0xa4]m[0x14]7[0x92][0x81]_&[0xb8][0xef]~[0xf8][0xdb][0x89][0xe6][0xb4][0xd6]v[0xaf]*[0xad][0xad][0xed][0xb9][0xaa][0xd0]jb[0xbf][0xac][0xa7][0xe7][0xb5]*[0x4][0x8e]`eSE[0xf3][0x92][0x7]Vz=+s[0xa7][0xe5]N[0xf3][0xde][0x85][0xa6]%[0xd3]r[0xab]k|[0xa5][0xbe][0xe3][0xa8]-[0xf5][0xd1]=[0xe7][0xd7]h[0xa5][0xda]Q\ [0x81])[0xab]<[0x86][0xea][0xf6]R[0x9f][0x9c][0xb8]P[0x2]Ts[0x4][0xab][0xd2][0xd8]<[0xbe][0x1f][0x1]I;[0x80][0x8b][0xae][0xcd][0x15][0xfb][0xcf][0x1c][0xaa][0x94][0x9][0xbf][0x81])[0xd8][0x87]Z[0x7][0xb3][0x95][0xf4][0x10]p[0x6][0xb3][0x19][0x12][0xf3]x3[0xac][0x10]9[0xa8][0x13][0x1e]l[0x10][0xb9]h[0x16]>\[0xca]B[0x97][0x12][0xf9][0xe8][0x13]y[0xd8]+[0x2][0xb8][0x86][0xeb][0xd7][0x89]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xd5][0xc4][0xbb][0x19][0x8b][0xf0][0x9]|[0x92][0xf5]h/M[0xed][0xc4][0xa7]8[0xaa][0xe3][0xca]>[0xdc][0xaa][0xbc]q[0xbd][0x83][0xf1][0x1e][0x94][0xc7]1[0xe7][0x90][0x9c][0xab]k/Zw[0x4][0xf5][0xfd]X[0xef]YE[0xdf][0x86][0xbc][0xab]f[0x1c][0x6][0xbd][0xac]y[0xf8][0xba][0x87][0x9c][0xa6]#HK[0x1b][0x9c]\[0xaa]fD[0x82]q[0xe9][0xa3]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q!Wk[0xb1][0x90]1[0x1b][0xc4]ZR[0xad]f[0xd4][0xad][0xe1]j[0x1d][0xe9][0xd6][0xe1]<[0xd4][0x93][0xa2]!S/[0x82][0xfc][0xff][0xbc]j[0xe]*[0xa9][0x97][0x85]/[0x90][0xfb]R[0xea]h[0xcf]][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba]w[0xa7][0x86]/[0x9e]F[0xe][0xf3][0xcf][0xe7]![0xd5]~[0x85][0xc0][0x97][0xd8][0x13][0xc8][0x8c][0xa1][0xa7][0xa5][0xe9][0xc4][0xa3][0x9a][0xe3]M[0xb4]v[\r][0xdf][0x8d][0x8][0xfc][0x1f]PK[0x7][0x8][0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.class[0x95][0x93][S[0xd3]@[0x14][0xc7][0xff]K/[0xa1]!P[0xa0][0x80][0x80]wTh[0xc3]%*[0x17]/E[0x10][0x10][0xf4][0xa1][0x82]3E[0x18]|[0xb]q[0xa7][0x4]CS[0xd3][0x4][0xf4]c[0x89]3[0xc0][0xe8][0x8c][0xe3][0x93][0xf]~([0xc7][0xb3][0xdb]HC[[0x1e]|[0xd9][0xcb][0xd9][0xb3][0xbf][0xf3][0xdf]s[0xce][0xfe][0xfe][0xf3][0xed][0x7][0x80]i[0xbc]J[0xa1][0x13][0xba][0x8a]qL[0xa8]H`R[0xa5][0xed][0x94][0x2]C[0xc5]}[0xe9]*[0xe5]/[\r][0xaf][0x1c][0xf0]j[0xd5],[0xc9]xM[0xb7][0x18]:[0x8b][0xbe]i}xmV[0xc2][0xf8][0xe9]*[0xf7]7[0x2][0xbf][0x12][0xf8][0xe4][0xc2][0xcd][0x3][0x86][0xa1][0xec]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x7][0x12][0x1e]s[0x3][0x9f]a[0xa0][0xb5][0x3]=[0x86]`[0xdb]a"3uL[0x98]D[0x1][0xe8]n4R[0xea][0xe7][0xed][0xb2][0xed]/[0x10]<+[0xd3][0xe7][0xef][0xd9]U[0x6][0xa3][0xe0]z%[0xc3][0xac][0x98][0xd6][0x1e]7([0xf7]%[0x92]/[0xe6][0x99]}#[0xf0]m[0x87][0x8e][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfc][0x90];[0x5][0xb7][0xf4][0x96][0xf6][0xc4]i[0x9f][0xb7][0x9c][0x90][0xa4][0x16][0xdd][0xc0][0xb3][0xf8][0x9a]-^[0xd8][0xd7][0xe0]:%[0x14]hH[0xa3][A^[0xc3]<[0x9e]iX[0xc0][0xa2][0x86][0x1e][0xf4][0x92][0xec][0x16][0xe5]W[0xf0]\[0xc3][0x12][0x96][0x89][0xd5][0xea][0xe1][0x1a][0xee]`[0x85][0xa1][0xeb][0xe2][0xcb][0x84][0xf5][0x85][0x18][0xee]*X[0xd5][0xb0][0x86][0x97][0xc][0x93][0xff][0xf5]&[0xca]V[0xbd][0x80][0x1b][0xbb][0xfb][0xdc][0xf2][0xff][0xe9][0xbb]Xw[0xaa]bE[0xa8][0x95][0xa5][0xdd][0xf4]L[0x8b][0xd7][0x1b][0xb4][0xa1][0x91]e[0x87]HgG4\[0x8b][0xc6][0x12][0x1e]=[0xd2]*5[0xd5][0xe2]RA[0xba]<[0xfe]1[0xb0]=[0xbe][0xee][0x96][0xd7][0x3][0x87][0xc4][0x8d]F/[0xd7][0xdc][0xf2][0xb9]f[0x13][0xc3][0xf0]%[\r][0xf5]N[0x84][0xea]kj[0x13]i[0x8e][0xbc][0xbc][0xf8][0xb9][0xea]s[0xea][0xcb][0x18][0xf7][0x9a][0xff]g[0x88][0xa2]O[0xde]I[0x1a][0xa0][0xda][0x8b][0xca][0xd2]*[0x89][0x94][0xa8](Y2[0xb4][0x9b]C[0x1b][0xad][0x80]v[0xfd][0x18][0xec][0x4]m_h[0xdd][0x86]>[0x1a]U[0x9a][0x81]{P0[0x8a]~Zi5?[0xc][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcd][0x82]1[0x18]2v[0xc8]S[0xf8]v[0xeb][0xbf][0xa0][0x12]F?Al[0xfc][0xc]q[0xc1][0x8a]IV/[0xe2]4[0xe6]h[0xd4][0xd1][0x81][0x9]R2)[0x99][0x3][0xb5]{[0x18][0xc2]0 W[0x82][0xce]pU[0xde]d[0x1d][0x14][0xe6][0x1a][0xae][0x87]a[0x96][0xe8][0xba][0x90][0x90][0xf9][0x8e][0xc4][0x8e]~[0x86][0xe4]O([0xf1]S[0xb4][0x5]kT=K[0x11][0xe7]"[0xaa]3[0xb8][0x81][0x9b]R[0xf5]-[0xdc][0xbe][0x1c][0x97]"[0x9c][0xda][0x2][0xb7]@[0xb8][0xc5][0xb][0xb8]4F[0xa4][0xf]uq[0x88][0x9b][0xa6]Y[0x9c]%[0xf4]St4[0x2]D[0xac][0xe5][0x8] Ay[0x1d][0x95][0xd9][0x1c];[0x7][0x8c][0xc9][0x1c][0x1]i[0xa1][0xe7][0x18]Z[0xe4]iL[0xa2][0x92][0xf2][0xea][0x8][0x8d]Y[0x89][0xcf][0xfd][0x5]PK[0x7][0x8]D[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/apache/logging/log4j/util/MessageSupplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x1d][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xc4][0x82][0xc4][0xe4][0x8c]T[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0x10]m[0x92][0xa5][0x9f][0x9b]Z\[0x9c][0x98][0x9e][0xaa][0xef][0xb][0xa1][0xad][0x19][0x19][0xb8][0x82][0xf3]K[0x8b][0x92]S[0xdd]2sR[0x19][0x19]D[0xa0][0xe2][0xc1][0xa5][0x5][0x5]9[0x99][0xa9]EzY[0x89]e[0x89][0x8c][0xc][0xba]8[0xcd]+-[0xc9][0xcc][0xd1]G[0xd3][0xc4][0xc8] [0x0][0xd2][0xa6][0x9f][0x93][0x8]T[0xe6][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],@[0x87]2[0xb0][0x80]X[0xc][0xac]@[0x92][0x89][0x81][\r][0x0]PK[0x7][0x8]w[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/PerformanceSensitive.class[0x85]P[0xb1]N[0xc3]@[0xc]}.I[0x3][0x85]B;00[0xc1]T[0xc1][0xc2]I[0xc0][0xc6]T[0x81][0x98]*Q5[0x12]K[0xa7]k[0xe4][0x86][0x8b][0xae]w([0xb9]D[0xe2][0xd7][0x18][0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1],[0xa4]C[0xa5][0xe][0x96][0xfd][0xf4][0x9e][0xfd]l[0xff][0xfc]~}[0x3][0xb8][0xc7]8[0xc1]i[0x82][0xb3][0x4]#B[0xdc]h[3[0xe1][0xfc][0xfa]f9+t[0xa3][0x95][0xd5].Wi([0x8d][0xcb][0x1f][0x9][0xe3][0xa9]s>[0xe8]`[0xbc]{[0xe6][0xb5][0xae]m [0x80]0H}]f[0xfc]b[0xac][0xf4]^[0xcc][0xb9]\[0xfb]r[0xa3]][0xc6])[0xbb][0xca][0x4][0xd3][0xf0]m;L[0xb8]E[0xed][0x82][0xd9][0xf0][0x9b][0xa9][0xcc][0xca]r7[0xad]"\m[0x19][0xea]B-8[0xb0]k+[0xb1][0x9f][0xec][0x91][0xcc][0xbd]5[0xd9][0xa7][0x8][0xe3][0xa7][0xd9]4M[0x9]w[0xbe][0x14][0xe5][0x87][0xce][0xde]YY[0x9f][0xe7]rE[0x9b][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x7]c[0xd5][0xae]M[0x9][0xa3][0xce][0xe4]uUp&7^[0xee][0xf4][0xed][0xd6][0x9f][0x90]|[0xa1]'q /[0xa5][0x88][0x10]![0x16][0xd4][0x17][0xd4]_[0x82]*$[0xc2][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xe1][0x8][0x3][0xc9]Ca[0x8f]%"[0xc6][0x9][0x86]PK[0x7][0x8][0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/PropertiesUtil.class[0x95]X[0x9]x\U[0x15][0xfe]ofy3[0x93][0x97]4[0x9d],[0xed][0x94]TR[0xe8][0x92]L6Z[0x82][0xda]i([0xd0][0xb4][0xd0][0x94]4-MK[0xa1][0xa0]2[0x9d][0xbc]&C'[0xf3][0xc6]Yh[0xab][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x88][0x82][0xa2][0x88][0x82][0xb][0xa2]`[0x14][0x8b]-[[0xda]P[0x15]7[0xca]"[0x8a]+[0xee][0xfb][0xbe]+(B[0x5][0xe2][0xef]{[0xf3]f[0xe9]L[0xa1][0xfd][0xbe][0xbc]w[0xdf][0xb9][0xe7][0x9c][0xfb][0x9f][0xe5][0x9e]s[0xa6][0x8f][0xbd][0xf8][0xc0][0x17][0x1][0x9c]*[0x96][0x5][0xb0][0x6][0xb7][0xfb][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "wh[0xf8]T[0x0].[0xdc][0x1e][0xc0]$>][0x8b][0xcf][0xe0][0xce]Z|[0x16]{[0xe5][0xe3].[\r][0x9f][0xb][0xc0][0x8f]}[0x92]a[0x0]w[0xe3][0x1e][\r][0xf7][0x6]P[0x87][0xfb]4[0xdc][0xaf]a*[0x80][0x6][0xdc][0xee][0xc3][0x1][0xf9]>(9[0xa7][0xe5][0x8a][0x8f][0x7]p[0xc8][0x87][0xcf][0xcb][0x8f]/[0xc8]C[0xbe][0x18][0xe0][0xe3]A[0xf9][0xf8][0x92][0xf]_[0xe]`[0x19][0xbe][0x12][0xc0]W[0xf1]5IyH[0xae][0xe][0x7][0xf0]0[0x1e][0xd1][0xf0]h[0x0][0x8f][0xe1][0xeb][0x1]<[0x8e]o[0x4][0xf0]M<[0xa1][0xe1][[0xf2][0xec]'[0xe4][0xc7][0xb7][0xe5][0xea];>|W[0xca]O>[0xbe]/[0xf]xR[0xc3][0xf][0x2][0xe8][0x91][0x6][0xb8][0xf0][0xc3]Z[0xfc][0x8]wj[0xf8][0xb1][0xdc][0xfe][0x89]|[0xfc]T[0x92]V[0x8b][0x9f][0xe3][0x17][0xf2]q[0xa7][0xfc][0xfc][0xa5][0x86]_[0x5][0xb0]\[0x8a],[0xc3][0xaf][0xe5][0xe3]7[0xb5][0xf8]-~'[0x1f][0xbf][0x97][0x8f]?[0xf8][0xf0]G[0x1f][0xfe][0xa4][0xe1][0xcf]>[0xfc]E[0x82][0xfc][0xab][0x86][0xbf][0x9]4[0xc]m8[0xa7]o[0xdd][0xeb]6n[0xda][0xb0]q[0xcd][0xa6][0xcd][0x83]kF[0x4]z[0x86][0xcc][0xf4]Xo4[0x15][0x8d][0x8d][0x1b][0xbd][0x9]sl,[0x9e][0x1c][0x93][0xef][0xbe]K{s[0xd9]x[0xa2]wc[0xda]L[0x19][0xe9]l[0xdc][0xc8]l[0xe1][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1]O[0x8a][0x94][0x8c]@[0xcb][0xd0][0xa5][0xd1][0xcb][0xa2][0xe5]Ld[0xf0][0xf6][0xc7][0x93][0xf1][0xec]J[0x81]P{e[0x96][0x8e][0xf3][0x5][0xdc][0x3][0xe6][0xa8]!0k([0x9e]4[0x86]s[0x13][0xdb][0x8d][0xf4][0xe6][0xe8][0xf6][0x4])[0xc1]!3[0x16]M[0x9c][0x1f]M[0xc7][0xe5][0xb7]Mtg[0xc7][0xe3]<[0xb2][0xd9]V[0x98][0x88][0x12][0xe3]H6M[0xa8]JYM<[0xc9]Mk/n[0xf6][0xe]&S[0xb9],[0xb7][0x8d][0xe8][0x4][0xe1][0xb8][0xe2][0xa6]Q[0xb2][0xbb]a[0xcd][0xee][0x98][0x91][0xca][0xc6][0xcd][0xa4][0xdc][0xcd][0xa5][0x13][0x2][0xf5][0xd6]n[0xd2][0xc8][0xf6]n[0xd9]4Dr0[0xe5][0xc0]=;[0x9e]0[0x86][0xa3][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda]Q[0xa7][0xb][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x2]u#[0xd9]hl[0xe7][0xfa]hJ[0xe1][0xa6][0xf7][0x19]H[0xa6][0xa7][0x86][0xbf]3[0x11]5[0xfc][0x83][0xc9][0xc7][0xbc][0x13][0xf0]'[0xcc][0xe8][0xe8]@[0xc2][0xcc]P[0xeb][0x19][0xed][0x15][0x81][0x17][0x9d][0xb5]a[0xfb][0xa5]F,[0xbb][0xa2][0xa3][0x9a][0xc3][0x5][0xb5]x3f.[0x1d]+[0x3]i[0xb][0xaa][0xd0][0xd7][0x8d][0x19][0xd9][0x8d]EPOi[0xef]8[0xde][0xc8][0x7][0xa9]b[0x95]i&[0x8c]h[0xd2][0xde][0xdb]S%&[0xdb][0x18][0xb2][0xa4][0xf2]YK[0x85][0xed]mr_[0x1f]5vDs[0x89][0xec][0xf9][0xd1]D[0x8e]|B[0x8a]HWZ[0xc7][0xc][0x8c]G[0xd3][0x19][0x7]0[0x8f][0xe9][0xa9]t[0x8c][0x1d]5z.f[0xf1][0xf7][0xda]r[0x4][0xbb][0xb6][0x82]@u[0xfe]c[0xaa][0x9a]W}S[0xc3]?[0x5]f[0x13][0xf0]j3[0xc7][0x88][0x17][0xf0]V[0xb2]{u[0xc7]j[0x1]->[0x96]4[0xd3][0xc6][0xa8][0x93][0x92][0x8a][0xa3]8%[0xc5]j[0x96][0x11][0xcb][\r][0x83][0xc9][0xac]1f[0xa4][0x8f][0xad]v[0xb0]c[0x90]B[0xfc][0x9b]E[0x89]!39vl[0xf6]u[0x1d][0xeb][0xc8][0xbe][0xce][0x82]m[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8b][0xab][0xbb][0xb9][0x98][0xc4][0xaa]&[0xf0][0xea][0xaa][0x1e]~[0x9]i[0x81]Fy[0xf4][0x9e]L[0xd6][0x98](N[0xc9][0xb9][0xed]US[0xbc][0xc6][0xd8]-0[0xbf]X[0x95][0x11][0xcb][0xa5][0xe3][0xd9]=[0xc5][0x8e][0xab]3vg[0xd3][0xd1]Xv$[0xb7][0x9d][0xb1][0x11]8[0xb3]J[0xfd][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2][0xe8]s];[\r]z[0xc5][0x9b]J[0x1b];[0xe2][0xbb][0xe5]-[0xb3]U[0xd7]Y[0x94][0xcd][0xe6][0xfa]h66[0xce][0xd4]%_F[0xd6][0xd7][0x82][0x9e][0xa1]xF&OKi=[0xdb][0x93][0xca][0xd7][0xb4][0x85]e[0xbc][0xfd]G[0xc3]ZIG[0xff][0x8b]u4[0x15]%[0x1e]i[0xe4][0x86][0xe4][0x80]91a[0xf2][0xfa][0xc9][0xd3][0xa5][0xcf][0x96]T[0xab][0xb1]Ed[0xd6]#U[0xb7][0xa9]%#Kn[0xf9][0xce][0xf2]RJ[0x5] [0x95][0xcf][0x90][0xf0][0x9e]b1[0x1b]aJG[0xb3][0xb9]4[0x8d]:[0xef][0xe5][0xc1]9[0x8e]#[0x4]j[0xe3][0x99][\r][0x99][0xad][0xf1][0xe4][0xa8][0xb9][0x8b][0xf0]][0xed][0xb2]z[0xf8][0xfa]c[0x9][0xbb][0xcb][0x90][0xc0][0x16][0x10][0x18]Q[0xf5]O[0x16]k[0xa6]Wi[0xe9][0xea][0x91][0xaa]u[0xac][0xc3]m:[0xd6][0x82][0x17][0xa5][0xa9][0xd2]Y[0x1a][0x9e][0xd6][0xf1]o[0xfc]G[0xc3]3:[0xfe][0x8b]gY[0xb4]u<[0x87][u[0x1c][0xc1][0xff]X[0xaf][0x8a];[0x84][0x8e][0xe7][0xf1][0x82][0x8e][0x17]1[0xc3][0xa2][0xae][0xb][0xe0]6[0x1e]Z0i[0xf3]x[0xda][0xdc]%[0xa3][0xac][0xb]!j[0xf2][[0xa5][0xbd]G`N[0xb9][0xf]V[0xe5][0xe2][0x89]Q#[0xcd][0x10]mIJ[0xe9][0xb6][0xac][0xd9][0xc6]^0[0xda][0xa6][0xb][0x97]p[0xeb][0xc2]#[0xbc][0x9a][0xd0]t[0xe1][0x13]~[0xa6]Z[0x81]'&[0x1b][0x89]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]8[0x1b][0xe7][0xe8][0xd8][0x89][0xa4][0x8e][0xab][0xf1]V[0xd9]9[0xd3]9[0xc2][0xa8]E[0x82][0xa5]J[0x17][0xba][0xa8][0xd3][0x91]FV[0x17][0xf5][0xc8]hb[0x96].[0x1a][0xc4][0xec][0x12][0xec][0xe]@M[0x4]u[0xd1]([0x9a]4[0xd1][0xac][0x8b][0x16]1G[0x13]su[0x11][0x92]:O8[0xc6]5[0xd4][0x11][0xc7]5[0xd2][0xd7][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c]\[0x80][0x18][0x8d][0xc5][0x8c]L[0xa6]-[0xa3][0xee]|[[0xa1]e[0xf6][0xe8]b[0x9e]8A[0x17][0xad]b[0xbe][0xc4][0xff][0x8a]<[0x14][0x15][0x9b][0xb3][0xd2][0xe9][0xe8][0x1e]y5tq[0xa2]h[0xd3][0xc4][0x2]Z][0xee]3][0x9c][0x84][0x84].N[0x16][0xb]u[0xb1]H,[0xe6]}[0xd1][0xc5][0x12][0xd1][0xae][0x8b][0xe][0x11]f9+([0x8b][0x99]IBM[0x1b]I[0x16]og[0xb9]6[0x9a][0x19]g:[0xea][0xa2]StI%[0xdd]Lh][0xf4]H[0xf9]^q[0x8a].[0x96]J%[0x9a][0x99][0xe9][0xb1][0x9a][0x99][0xe6]da[0xd7][0xf1][0xb4]NzL[0xed]-[0xeb][0x89][0x99][0x13])3[0xc9][0x83]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0x90][0xce][0xda]Xb[0x99][0xd5][0xb6][0xd9][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x7][0xb3]F:[0x9a]5[0xd3][0xc5][0xb9]T[0x18][0x16]X:[0xab]u([0xce]6[0xa5]e[0x86][0xb5][0xab][0xe4]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb4][0x1f][0xdb][0x96]![0x8e]*F[0xda][0xb2][0xa3]n[0x7][0x1d][0xb0][0xc9][0xb0]f[\r][0xba]!\[0xbd]]([0xd9][0x1]3[0x91][0xa0])Vyn[0xaa]D[0xe7]U[0x8e];[0xb6][0xb5][0x94]4[0x80][0xbc][0xcd][0x14][0xd5][0xc6][0xa3][0x99]aVw9V[0xa8]WS{q_[0xb1][0xe7][0x1c]V[0x1]:5[0x99][0xf7][0xc9][0x9c]<[0xcf]Q#[0xa1][[0x8e]_[0xb2][0xdf]T[0xdc][0x97][0xe5][0xc4][0x13][0xb3][0x86][0xb3][0xba][0xe8][0xe8][0xe8]H.[0xc5]j[0x9f][0xc9][0x18]E"[0xa5][0xd7]\[0x89]x[0xa3])[0x1e]N[0x9e][0xee][0x97][0xd5]C[0xed][0xcb]N4[0xbe][0xac]i[0x91][0xca][0xcd]r[0xda]e[0xf7]KEh[0xd7][0x90]q[0x99][0x91][0x18]2[0xc7][0xac]0[0xe9][0xdc],*4[0x95][0xa2]T[0xd5][0x8c][0x12][0xf4][0xa5][0x93]gE[0xf4][\r][0xc6][0xeb]s[0xd1]DfPM5[0x3]Q[0xe9][0xb4]z{[0xb4]sR[0xb0][0xb5][0xfd][0x98][0xf3][0x95][0xb6][0xc3]L[[0x13]v[0xd1]%[0xb0][0x6]*V[0xff][0x94]d[0xcb]U[0x9c]69U[0xcd].P[0xed][0x99][0x89]~U[0x92][0xfc][0xac]"6[0x98][0xbf][0x1b][0x8a]*[0x7]'[0xf6]2%c[0xad]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]+[0xad]A[0xaa][0x9e][0x11][0xe4]X[0xf1][0xac][0xea]M[0x18][0xc9][0xb1][0xec][0xb8]jM<[0xc4]+->K[0xe6]n[0xfb]`[0xc7][0x80][0xf4][0xc6][0xc0][0xb1][0x1c][0xda][0x98])[0x99][0xc9][0xa4]cx[0xd3]f[0x97]\[0x8d][0x11][0xe5][0xb7][0xba][0x12][0x2][0xb3]?[0x93][0x95]-~k\[0x9e][0xed][0x97][0xa3][0x8a][0x9d]V[0xcd]<[0xb8]R^[0xd5][0x96][0x8c][0xd8][0xc7]?[0xcf]9[0xf7][0xce][0xc5]kR[0xe6][0xb0]|[0xea][0xb0]Y{[0xd3][0xc6][0x84]y[0x99]Q6]V[0xc8]-G[0x9f][0xc6]2c[0xec][0xde][0xb0][0xc3][0xf2][0xd9][0xa0][0xac][0xc][0x83]UL`][0xcf]F[0xe3][0xc9][0xcc][0xb9]rPs[0xf1][0x16][0x97][0x19]b[0xeb]|[0x99][0x7][0xbb][0x18]H,[0xe5][0xef][0xe5]5[0x0]j0O[0xb6]S[0xae][0x82]rnPo![[0x1b][0x9f]C[0xfc]:[0x9b][0x1c]5|[0x7][0xc2][0x7] [0xc2][0x9d][0xf7][0xa3][0xe6]n%[0xb5][0x9e][0xcf]z[0xfe]J[0x7]z[0xe1][0xc6])[0xf0]S[0xe3]0[0xbf]Z,nlP:[0xe5]Jj[0x15]J[0xe7]FKg[0x8d][0x8b]<[0x1][0xee][0x1d][0x92]:[0xf][0xc1]u[0xe1][0x1][0xb8][0xd7]w[0x1e][0x84]g[0x1a]^[0x81][0xe1][0xee]ih[0x2]7[0xe3]f.|[0x2]_[0x82]?[0xe2][0xe][0xb9][0xa7][0x10][0x88]xD[0xc4][0xdb][0x15][0xf2]L[0xa1]6[0xe4]9[0x8c]-![0xef]a[0xcc][0x91][0x9f][0xfa]$[0xd6]F[0xb4][0x90]7[0xa4]M[0xa1]~[0x12][0xfd]6[0xad][0x8f]4-B[0xea][0x83][0x11][0x9f][0x14]XP,[0xd0][0x14][0xf1]S[0xc0][0xaf][0x4]|[0x8a][0x16][0xf2]=8[0x89][0x5][0x11][0xcf]!4[0x10][0xd1][0xec]`p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xf2][0xdc]&[0xbe][0xa7][0xd0][0x1c][0xf2][0x1c]D[0xcb][0xe4][0xcc]h[0xb8]K9[0xc1][0x8b][0xd5]4l[0x8]u[0xe8]C[0x4][0x97][0xd8][0xef]8[0xcd][0xca][0xe1][\r][0xb8][0x82][0xdf][0x97]pD[0x91][0xdf]a[0xdc][0x80][0x1b]1[0x8b][0xce][0x92]N[0x8b][0xd0]m[0xc0]r:-[0x2][0x1d]+[0xb8][0xdb]O[0xc9][0xd3][0xf9][0xb5][0x92][0x12][0xfd][0x94]XI[0xfe]3)[0xb1][0x12]7[0xe1][0xc][0xdc][0x83][0xb3]p?[0x83][0xf5][0x0][0x6][0x94][0x83]W[0xf2][0xe4][0xa5][0xe4]<[0xf][0x9b][0xe0]!G+F[0xb0][0x99][0xab]0[0xae][0xc1][0x16][0x9c]O[0xbd]t[0xac][0xe3][0xfe]C[0xd8][0x8a][0xb][0xe8]v[0x1d][0xfb]p![0xf1][0xd6]`[0x1b][0xa9]WA[0x9f]a[0xa4][0xdc][0x1a].[0xd2]p[0xb1][0x86][0xd7]hx-0[0x83][0xd3][0xa0][0x15][0x93]4[0xbc]N[0xc3]%[0x1a][0xa2][0x10]|[0xd4][0x9e][0xc3][0xc7]Z[0xfe][0xcd][0xa0][0x11][0xfe][0xca]|[0xe][0xaf]{[0x86]Gy[0xca][0x98][0x80]U[0x1a][0xb6][0x1f][0xc1][0xfc]#[0xdc][0xf4]![0x86]Q+![0xc4]c[0xfc][0xf6][0x12][0xd7]M[0xf9]d[0x10][0xe1];pmW[0x98][0x81][0xe][0xab]`]9[0x9c][0xf][0xca][0x1c][0x6][0xa3]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s[0x19][0x90]n[0x19][0xf][0xc4][0x86][0x8b][0xe3]U[0xb4]eI[0xae][0xae].[0xd9][0x11]q[<[0xf3][0xb]1/bR[0xf1][0xe][0xb9][0x1f][0xec][0xda]O[0xb3][0x82]tW[0x88]1[0xac][0xe3][0xaa][0x8f][0xef]!&[0xf3][0x88][0xfd][0x9d]$[0xf2]>R[0xe4];[0x85],v[0x91][0x9e][0xe4]J~[1[0xdf]Fip[0xe5]c[0x4][0xeb]([0x19]d[0xa4]Z[0x18][0x97][0x10][0xe3]5[0x8f][0x11]Z[0xca][0xd8][0xf4]1[0xa2][0xa7]1[0xa6]C[0xdc][0xdb][0xc8][0xbd][0x11][0xee]m[0xe6][0xde]N[0xee]%[0xb9]J[0x91][0x9e]%}[0x17][0xe9]{H[0xbf][0x81][0xf4][0x1b]q[0x91][0xca][0x89][0xb5]D8[0xf]s`[0x90][0xcf]E-[0xf9][0xd5]fg[0xb5][0x7]s[0xd5][0xca]#[0xbd][0xac]r[0x7]j[0xb5][0x3]c[0x8c][0x81][0xf][0xd7][0xab]kjeG?[0xb4][0x19]Bs[0xa9][0x98][0x8e]3z2[0xa4][0xdb][0xb7][0xf1][0xef][0xb5][0xd6][0x9b][0x19][0xe0][0x93][0xc1][0xcd]o[0xdb]Q[0xdf][0x1e]z[0x8e][0x1a][0xfc][0xcc][0xe0]K[0xed][0xe2][0xd1][0xca][0xb7][0xfc][0xe7][0xbe][0x7][0xa1][0xfd]|[0xb][0xe5][\r][0xaf][0xa2][0xca][0xd8][0xef]D[0xc2][0xe6]\[0x1][0x97]*[0x1c]Z[0xb8][0xd3]5[0x85]y{[0x9d][0x1a]c1[0xa7][0x8a]j[0x8b][0xe6]$[0xb7][0x86][0x9][0x95][0xdc]RQ[0xd2]V[0xf4]z[0xf2][0xc8]+[0xd0][0x1c]f[0x18]O[0x18][0xee]~[0x18]Z[0xeb]$[0xfc][0xc1][0xd6][0xee])[0xcc][0xdf][0xeb]D$[0xa0]T[0xbd][0x91][0xea]/W[0xaa][0xc3][0x96][0x90][0xa3][0xba][0xd9]V-W&[0x8f][0x97][0xf9]9[0x8b][0xca]/[0xa0][0xfc]6K[0xfe]y[0xd4]3[0xb9][0xd7][0xc8][0xe3][0xd3][0xc8][0xd8][0xc7][0x9f]n[0xdb][0xe1][0xf][0xb3][0x9e][0xbd]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0xee]/[0xb3][0xe4][0xed]E[0x96][0xf8][0x9d][0xe3][0xfc][0x8e]%[0xfc][0xdd]RfIc[0xc1][0x92][0xae]Ih[0xcc][0xdd][0xb6][0xfd]ev[0xdc]@[0xe5][0xef]+[0xb2][0xa3][0xd1]Q[0xdc][0xe8][0xd8][0xd1]H;r[0xca][0x8e][0xba]";[0xf4][0xbc][0x1d][0x3][0x1a].#[0xdf].[0xec][0xb6][0x8f][0xff][0xa4]}'[0xe7][0xaa][0xe3]e[0x5]>[0x8c][0xba][0x90][0xfb] [0x16][0xec][0x8b]x[0xda][0xf7][0xb5][0xef]SUe6s[0xf9]$[0x1b][0xcb]<[0xc5][0xff]Q[0x86][0xe5]c[0xdc][0xf9]8wnC[0x13]>Ac[0xef]P[0xd8][0xfa][0x98]}M[0xd4][0xba][0x87][0xf5]Q[0xe6][0xe1]\[0x7][0xe5]\[0x7][0xe5]\[0xa2]|#y4j[0x96]([0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5][0x1c][0xd4][0xcc]P[0x9d]][0xaf][0x98][0x98][0x17][0xcb]|[0xbb][0xdc]E[0x91]+p[0xa5][\r][0xf8][0xe3][0xb2][0xe2][0x14]E[0xfe]0t[0xfa][0xea][0xe4][0xbd][0x11]w[0xeb][0xde][0xd6][0xbd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xf2][0xce]*C+[0xeb][0xf8]=[0xdc][0xb9][0x8f];[0xf7][0xf3]L^L;hg[0xdb]h[0x8f][0x95][0x1b]o:*7[0x14][0xda]Yy[0xb4][0xa2][0x18][0xed][0x9b][0xf1][0x96][0x97]r[0xef][0xc2][0xbb]"[0x9e][0xb6][0xbb][0xda][0xee][0xaa][0xe2][0xde][0xaf][0xd1]5[0xf]q[0xe7]a[0xee]J[0xf7]>~\[0xee][0xbd][0xea]%[0xdc][0xeb].[0x6][0xcc][0xdf][0xd7]6[0xe0][0xf7][0xdb][0xe9][0xd8]*d[0xab]^[0xb4]~[0x12][0xee][0xe1][0xae][0x87]Q[0x1f][0xbe][0xf]54a[0x9][0xbf]Y)[0x85]R[0x1e][0xc0]b[0x1b]t[0x8b][0x82][0xf2]$[0xa9]?$[0xfd]'[0xdc][0xf9][0x11]j[0xf1]S[0x5][0xb8]M[0x8d][0xf][0xad][0xe][0xcc]V[0x1b][0xa6][0x1c]I$8[0xab][0x1a][0x9d][0x0][0xf6][0x92][0x80][0xac]FV/Q[0xd8][0xde][0x86][0xfa]3[0xd5][0x92][0x0][0xdf]n[0x3]L[0xda][0x0][0x1b]J[0xee][0x8b][0xbb][0xbb][0xfc][0xb2][0xfc][0x81]~[0xfc]c[0xd1]eip[0x0]48~j[0xa0][0x9f].P[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xba],[0xea]l?[0xde][0xc1][0x96]k[0x9d]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x92][0x9b]'[0x1b][0xd8]A[0xb4][0x1f]@[0xc7][0xfe]s[0x83][0xe1]0;[0x88][0xdd][0xd2][0xf6][0xab][0xfd][0x0][0x8d][0xcf][0xbb]&[0xa8]N[0x8a][0x94][0xa7]![0xff]S&[0x88]g[0x14]*]E[0xbe][0x1e][0xef][0xc4][0xb5][0xaa]u[0xa8][0xca]q[0xae][0xb4][0xd9][0x8f]w[0xe1][0xdd]v[0xcb][0xbc][0x91][0xd2][0x9a]l[0xf0][0xce][0xfc]t[0x18][0x1][0x1a][0xde]y[0xb]<][0xfb];[0xe5][0xca]=:[0x85][0xae][0x86][0x9e][[0x11][0xb2][0xbb][0x1b][0x89][0x8d][\r]=S`)l[0xa6]g:[0xd9][0x1a]{H[0xef]U}[0xf0][0x94]i,[0x15][0x88]xB[0x1e]{[0xfc]Z.Wj[0xfe]Z[0xc6][0x19][0xca]K[0xa1]So[0xc6][0x82].[0xb5][0xa2][0xa6][0xbe]p[0xc8][0xcb][0xb0]O[0xe1][0xb4][0xad]!w[0xc8];[0x8d]W[0xd6]`[0xeb][0xe4][0xcc]WC[0xee]i[0xbc][0xaa]DQ[0xa8]X[0x91][0x92]z5[0x19][0xd3]%[0x3][0xe3].[0xcc]D[0xc2]E&[0xf][0x1a][0x85][0x17][0xcd][0xc2][0x8f]~Q[0x8b]5[0xa2][0xe];D=L1[0xb]W[0x8b][0x6]\'[0x82]x[0xaf]h[0xc4]>[0xd1][0x84])[0xd1][0x8c]i1[0xc7][0xe9];[0xb0][0x4][0xd7]1T^N:[0x9a][0xbd][0x92][0xf3][0xcf][0x85]j[0xa8][0x95][0xab][0xeb]Up}[0xb8][0x17][0xef]Q[0xbd][0xae][0x9f]w[0xf7][0xbd]*[0xb8]kX[0xfb]n`[0x5]u3[0xcb][0xad][0x0]X[0x94][0x1b][0xed][0xb][0xb2][0x4][0xfe][0xe7][0xd1][0xc8]V'[0x16][0xca][0xd0][0xbf][0x88]&[0x95][0x8a][0x1f][0xe0]X[0xd3]D&[0x85][0x8f][0xab]#8[0x91][0x11][0xba][0x9][0x1f][0xa4]j[0x19]![0xf][0x85]e[0xf2][0xa7][0xf]a9[0xbd][0x1c][0x19]r[0x9c][0xbc][0xbe][0xcb][0xf6][0xcc][0x5]]y[0xc7][0xc]w[0xbb][0xba]ehVL[0xa1]?[0xe2][0xee][0x94]N<[0xbd][0x6][0xb7]p[0x18][0x9][0xb9][0xed][0x8]Oc[0xa5][0xb][[0xd5][0xd6][0x19]5[0x94]qu[[0x12][0xee]Kd0[0xba][0xed]XL[0xce][0xdc][0xd1]Yp[0xec]I4[0x17][0xe2]d[0x1e][0xb2][0x10][0x8b][0xc4]",[0x13][0x8b]q[0xba]X[0x82][0xf5][0xa2][0x3][0x13]"[0x8c][0x94][0xe8]tn[0xc2]26[0xe1][0xeb]UMXD[0x87]^[0xa7][0x1c]C[0xf4][0xb6][0x3]}l[0xea][0x1f]"d[0xe1][0xb8][0xc8][0xa2][0xdc][0xc2][0x95]UC\/ [0xa8][0xe1][0xc3][0xf4][0xc4][0xb][0x88]XW[0xf5]Y[0x2][0xf8][0x88]j[0x80][0x1f]%[0xdb][0xc7]p[0xab]}]^I[0x8a][0xbc][0xe]z8x&[0xef]j[0xf0],[0xe6]VY[0xcb][0x17][0xa7]:[0x97]A>[0xad]+[0xea]c[0x91][0xbf][0xcd][0xd6][0xb1]H[0xc1][0x3][0xea][0xe]a[0xd5][0x85][0xc1][0x81][0x3]X}/B[0xf2][0xb7]I[0xf1][0x90][0xb1][0x98][0xcf]O([0xc5][0x9f][0xfc]?PK[0x7][0x8]h'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/apache/logging/log4j/util/ProviderUtil.class[0x9d]W[0xe9][0x13][0xd7][0x15]=c[0xc9][0x8c],[0x8f][\r][0xde] [0x4]0b[0x9][0x18]y[0x11][0x8b][0xa1][0x80][0x9]`[0x8c]M[0xc][0xf2]Ro[0x84][0xa4][0xad]3[0xc8][0x83]=0[0x1e][0xa9][0xa3][0x91]Y[0x1b][0xb2][0xd0][0xb4]iK[0xd2][0xa6]+[0xe9][0x9e].[0xee]B[0xdb]`[0xb7][0xc6][0xe][\r][0xe9][0x1a][0xda][0xb4]M[0xf7]}O[0xd7]_[0xff][0x82][0xfe][0xfa]![0xf4][0xbc]'[0xc9][0x96][0x82][0xc]N>h[0xe6]-w9[0xf7][0xbc]{[0xef][0x1b][0xbd][0xf0][0xf2]3W[0x1]l[0xc2][0xbf][0xfc][0xa8][0xc7][0x19][0x15]o[0xf1][0xe1]~?[0xce][0xe2][0x81]B<[0x88][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]0[0xce][0x89][0xc7][U<[0xe2][0x87][0xf]o[0x13][0x8f][0xb7][0xfb][0x91][0x87]G[0xfd]X[0x86]w[0xf8][0xf1]N[0xbc][0xcb][0x87][0xf3]~<[0x86][0xc7][0xc5][0xf2][0xbb]U[0xbc][0xc7][0x8f][0x12][0x88][0xf][0xa9][0xb8][0xe0][0xc3][0x93]b[0xf8][0xe1]B|[0x4][0x1f][0x15][0x8f][0x8f][0xa9][0xf8][0xb8][0xd0][0xfd][0x84][0x10][0xff][0xa4][0x10]J<>U[0x88]O[0xe3]3b[0xe3][0x8c][0x18]}V[0xc5][0xa8][0xf][0x9f][0x13][0xaa][0x9f][0xf7][0xe3][0xb][0xf8][0xa2]x\[0x14]X[0xbf]$[0xa4][0xbf][0xec][0xc7][0x6]|E[0xc5][0xd3]~[0xd4][0x8a]@.[0xf9][0x11][0x12][0xef]1[0x1f][0xc6][0xfd][0xf8]*[0xbe][0xa6]bBAIgWG_[0xeb][0xde][0xe6][0xae][0xfe][0xae][0xe6][0xee][0x8e][0xde][0xae][0xa6]f[0x5][0xa5][0xe1][0xa3][0xfa][0x88][0x1e][0xb2]t{0[0xd4][0xed]:[0xa6]=[0xd8][0xa0][0xa0][0xa8])j[0xc7]][0xdd]v[0xfb]t+a((H+v+X[0x98]TH[0xb8][0xa6][0x15]j[0x8a]Z[0x96][0x11]q[0xcd][0xa8]M[0xa5][0x82]ns[0xd0][0xd6][0xdd][0x84]C[0x85]]9[0x85]v[0x84][0xa3][0xce]`H[0x8f][0xe9][0x91]!#dE[0x7][0x7][0xe9]M[0xbc][0xeb][0x8f][0x86][0xe2]13[0xd4][0xe9]DG[0xcc][0x1][0xc3]i[0xd8]IkZwOcWOog[0xb8][0xa3][0xe9][0x80][0x82][0x15][0x19][0x6]#Q;[0x92]p[0x1c][0xc3]v[0xa9][0x1c]9[0x16][0xf][0x85][0xf9][0xa4]Jacgk[0x1f]A[0xb6]v[0xb4]+X[0xd4][0xd4][0xd1][0xd6][0xd9][0xd8][0xd3][0xba]'[0xdc][0xdc][0x9f][0xb1][0xc1][0x8][0xca][0xee][0xcd][0x15][0xf3][0xbc]p[0xc7][0xbe]}[0xcd]][0xc2][0xd5][0xac]([0xc3][0x9c][0x11][0x9f][0x2][0x9f])[0xf9][0x89]0[0xd4][0x9a][0xd9][0xc5]%[0xda]tT[0xbd][0x9c][0x8]7;L[0xdb]tw*[0xf0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T[0xad][0xeb]S[0xe0]m[0x8a][0xe][0xd0][0xc8][0xfc][0xb0]i[0x1b][0xed][0x89][0xe1][0xc3][0x86][0xd3][0xa3][0x1f][0xb6][0xc]q.[0xd1][0x88]n[0xf5][0xe9][0x8e])[0xe6][0xa9]E[0x9f]c[0xc4][0xa3][0x9]G[0xb8]-[0xec]u[0xac][0xae][0xe9][0x99][0xd6]j[0xdb][0x86][0xd3]d[0xe9][0xf1][0xb8][0x11]W[0xb0][0xe5][0x16][0x98][0xc2]Q=[0x85]hu[0x86][0x19][0xa2][0xf3][0xba]C&[0xf5][0x8b][0xba]]=r[0xac]M[0x8f]I[0xbf][0xac][0xb][0x15][0x97][0xe9][0xc4][0xa2]Z:[0x1c][0x5]UUI[0x1a]m[0xc3][\r][0xf5]v[0x85][0x1b]2H[0x95]@[0x92]N[0x1a]D[0x94][0xbe][0xd8][0xb4][0xd6][0xda]9[0xe6][0x80][0x82]|*[0xc5][0xe2][0xd9][0x9][0xc7][0xed][0x98][0xe1][0xb8][0xa6][0x11][0xa7][0x80][0xc2][0xc0]+[0x92][0x9b]f4[0xd4][0xda][0xd1]|"b[0xc4]R[0xc9][0xe8]I8[0x96][0x82][0xe2]l[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]"\]4[0xb]RV'C[0xcf][0xc][0x92][0xde]7Te[0xb8]o[0xb6][0x13][0xc3][0x86][0xa3]K[0x1f]7[0x9][0xd7]K[0xe7][0xf1]i?7h[0x8a][0x90][0xb2][0xe][0xf7]d,}[0xc0]ks[0xab][0xec][0xc8][0x8e]C[0xd4][0x87][0xaf][0x11]s[0x8c][0x88][0xee][0x1a][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a]g[0x1]y[0x83][0xde]M@/[0xee]J[0xd8][0xae]9l[0xf4][0x99]q[0x93]X[0x1a]m;[0xea]J#3G [0xf5]f[0xfc][0x8a]*[0x1d]4[0xdc][0xc][0xb2][0x16]V[0xad][0xcb][0x90]lu[0x9][0x83][0xa6]([0xb7]+[0xe7][0xc6][0xab][0xea][0x7]Cz<[0xc3][0x13][0xab][0xe7][0x1e][0xe6][0x95][0xa5][0x9f]:[0xd9][0xca]zR[0x10][0xc8][0xb4]o[0xd3][0x81][0x93][0x88][0x11][0xe3]LN[0xa8][0x98]d[0xf]e[0xa9][0x1d]1[0xed][0x81][0x8c][0xe0][0x19]y[0x16][0xb8]L^[0xe8]vD[0xb7][0xcc][0x81]>[0xfa][0xa4][\r][0xa6][[0xd5][0x8d][0xad]C[0x0]QF[0x14][0xa8]#I)[0x15][0xbb][0x89]lG[0xc4]J[0x15][0xba][0xbf][VW[0x8b])[0xe][0xb8]$[0xb3][0x1d][0xd4][0x9][[0x1a][0x9a][0xd1][0xa2] 8[0xf7].[0xa2]`e[sOcmk{KR[0xa4]6]^u[0xb1][0xe9][0xfa]P1[0xa5][0xe1][0x19]\Q[0xf1]u[\r][0xcf][0xe2]*+X[0xc3]s[0x18][0xd6][0xf0][\r]|SA[0xfd]ki[0x10][0x1a][0xbe][0x85]ok[0xf8][0xe][0xe2][0x1a][0xba][0xd0][0xad][0xe1][0xbb]x^[0xc5]5[\r][0xdf][0xc3][0xf7]E[0xf][0x13][0xfa]l[0xb5]}i[0x1e]^[0xd0][0xf0][0x3][0xfc]P[0x83][0x8b][0x84][0x82];[0xe6]t[0xd6][0x82][0x8d][0x1f]i[0xd8][0x8a]m[0x1a]^[0xc4][0x8f]54b[0x8f]l[0x86][0xc4]3[0x10]HK[0x5]N[0xb3]#[0xfd]D[0xc3]O[0xf1]3[0xb6][0xf3][0x1c][0x1d][0x80]D[0xf7][0xda]"[0xc5][0x2]n4@Jljh[0xf8]9~[0xa1][0xe2][0x97][0x1a]~%h[0xf8][0xb5][0xa0]A[0xcb][0xac][0xf][\r]6Z4[0xfc]F[0xec]6a[0xaf][0x86][0x1d][0xb8]S[0xc5]o5[0xfc]N,[0xff]^[0x9c]R[0xe5][0xcd][0x93]L[0xc1][0xa6][0x8c][0xe5][0xc0]a[0xe3]H[0xd4]1[0x2][0x92][0x97]i[0xec][0xf1]@$[0x9a][0xb0][0xc4]f[0xc0][0x92]Q[0xd5]i[0xf8][0x3][0xfe][0xa8][0xe2]O[0x1a][0xfe][0x8c][0xbf]h[0xf8][0xab][0xf0][0xf6][0x92][0xe0]x[0x17]vk[0xf8][0x9b] [0xaf]d[0xa6][0xbc][0xef][0xd2][0xe3]C[0xdd][0x6]3[0xbe][0xea]&7b[0x97][0xc1][0xb1][0xc3][0xb]\\[0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16][0xbc]2i[0xd9]]7[0xd6]m[0xa9][[0xaf][0xe2][0xef][0x1a][0xfe][0x81]f[0x89]t[0x1c]>[0xca][0xfb][0x9a][0xac][0xcf]8[0x90][0x15][0xeb]F[0x9d]4[0xdb]R[0xae]g[0xc8][0x89][0x1e]O[0xf6][0xad][0xaa][0xb9][0xa6][0x13][0x1d][0x89][0xfa][0xcb]H*[0x16]s0WU[0xcd][0xf6][0x99]Q[0x9e]k][0xdc][0xc8][0xd3][0x10][0xa7][0xbb]P[0x16]t[0xaa][0xaa][0xec]![0xed][0xc6][0x9][0x86][0xe6][0xb5][0xe5][0xab]<[0xab][0xf2][0x93]q[0x8b];[0x9a]][0xad]W[0xdc][0x1f][0xb][0xd2][0xfb]37H1[0xf7][0xb2][0xba][0x87]_[0xa4][0x17]A[0x1b][0xfa]0[~ZA[0xa4][0xa3][0x1d]K[0xb8][0xc9][\r][0xea][0xd5][0xdc][0xb2][0xbe]S[0x85][0x9b]d[0xa9]@[0xe4]F[0x93][0x15][0x8d][0x8b][0x8f][0xa9][0xaa][0x9c]6oD[0xbe]n[0xb6][0x9b][0xb2]<[0xd7]:[0xbf]![0x92][0xdd][[0xcc]O*X3[0xfb])d)[0xed][0xac][0xca][0xed]g[0xce][0x9f][0x3][0x1e]}`[0xe0][0x15][0xbd]4[0x1d][0x1]{[0xe9][0xf2][|~1w[0x7][0x8c][0xc3][0x9][0xe6][0xf0][0xda][0x1c][0x88]s[0xd8][0xa4][0xc7]|[0xd6][0xa4]H[0x8d]ms[0xd2][0xc8]m[0xa3]"[0xe7][0x15][0xcb][0xbe][0xc7][0xac]jc[0x9d]7[[0xc6]0[0xab]N[0xf0]*[0xb2]+5e[0xd6][0x99][0xf1][0xe6][0xe1][0x98]`x[0xf9]-[0xbe]aY[0xe7]b2[0xdd]Bx[0xf]Sk^[0xc2][0xb6][0xe4]f[0xfe][0x11][0xdd][0xd5][0xad][0xdc][0xe5][0x12][0xce]Q[0x96][0x12][0xf5][0x82][0xac][\r]C'[0xf1]E)[0xcf][0xe9]yv[0x15]$W[0xc5][0xf7][0xbc][0x99][0xc6][0xa1]`[0x9]3%[0xb9][0xc1][0x6].[0xa3][0xcb].[0x1]~[0xb];n[0xfc][0xa0][0xe9][0xe][0xdd],[0xd1])[0xe5]&[0xe2]D,^[0xe9][0xb3],[0xa0][0xe5][0xf4]x=[0x81][0xbc][0x1a][0xed][0x6][0xfe][0xe9][0xc9][0xe3]?7@[0xc5]Rl[0xc6][0x16](x[0x1d]gy[0xf0]p[0xce];[0x84][0xf3][0xed]r[0xde][0xc0]9[0xbb]9[0xc7][0xb7]cg[0x86]\1[0xe7][0xec][0xb2]r[0x9d]7[\r][0xdf][0xfb]E[0xeb][0xe7][[0xfc][0xab][0xe2][0xc5]L[0xc9]}[0x9c][0x9d][0x97]6[0x81][\r][0xc1][0xcb]PJ=[0x93][0xf0]N!_A[0xb8]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf3][0x14]\[0xc0][0x12][0xe]T[0x85]W[0xab][0xaf][0xad]f[0x2][0x5][0xfc][0xf9]'Q8z[0xfd][0xa5]KT[0xf2][0xe0].>[0x17]"[0x9f][0xcf][0xdd][0xf0][0xd2][0xd1]J[0xba][0xaa][0xa5][0xa3][0xf5]t[0xd5]*[0xf7][0xf2][0xb8]VH[0xe7]m[0x1c][0xd1][\r][0xda]%[0x88][0xe][0xfe]J[0x91]w[0x1d][0xf3][0x91][0xa7][0xa2]S[0xc5][0xeb][0x81][0xff]![0x0]y[0xfd][0xa6][0xa0][0xbd]H[0xbb]^[0xbe][[0x82][0x13][0xd0][0x82][0x93](j[0xab])-[0x9e][0xc0][0xfc]I,[0xb8][0x80]UWPr[0xa8]&X}[0x19][0xa5][0xed]c([0xab][0x9d]By[0x1e][0xe][0x8e][0xa1][0xa2]t![0xc7][0x8b]<[0x18][0xc5][0x82]61][0x1c][0xac][0x99][0xc2][0xed]^\[0xa2]U[0x90][0xca][0xad][0xb8]-[0x85]{[\r][0xa9][0x10]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x8][0xd0]w[0x90][0xde]7[0xe3] [0xa5]zIr[0x1f][0x89][0xba][[0xc6]QO,[0x1]J[0xf5]p[0xdd]C[0x8d][0x1a][0xee][0x1d]dD[0xdb][0x88][0xf8]n[0x1c][0x92][0xb1][0xb5][0xe0][0x1e][0xdc][0xb][0xc8][0xd1][0x1b][0xf0]F[0xfa][0x13]Q[0xfa][0xe0][0xd9][0xbc]G[0xc5][0x9b]4J[0xf6][0xe3]>F$b;E[\r][0xa1]S[0x19]|[0x1e]K[0x83]SX"[0xb8].[0xe3]`[0xa9][0xe0]zY[0xb5][0xe4][0xf8]?[0x82]c[0xaf][0xc4]Z*[0x99][0xe8][0xe7][0xf3]>[0x14]A[0xe7][0xf4][0x81]i~i[0x85]+[0x87][0xa5][0xe7][0xca][0x94][0xe7][0x8][0xc7][0x9a][0x8c]X[0xec][\r][0xa4][0x18][0xf7]"[0xcf]{[0x1b][0xc])[0x99]L[0x9f]#[0x18][0xe4]{[0x1e]%[0x87]dj[0x98]8[0xca]U[0x81]p[0x95][0xd4]f[0x2]N[0xa2][0x92][0x4]?[0xcd][0xa1]"[0xa1][0xf8][0xa5][0xcb]A[0xd2]0[0x94]2r[0x8c][0x8a][0x16][0x86]S[0xc7][0xd6][0x90]R,O*Na[0xb9][0x82]'[0xa1]zG[0xe1][0xf5]\[0x94][0xf2]3V,Z[0x19][0x96][0xd0][0xf2][0x91]W[0xca][0xaf]K[0xf9][0xa5][0x92]2t[0x8d][0x9b][0xc2][0xd4][0xfe]1[0x4][0xae][0xa1]e[0xc]+[0xa6][0xb0]R[0x81][0x9c][0x15]]A[0xde][0xa1][0xcb]X5[0x8e][0x80]\_[0xad][0xf0][0xc0][0x8b][0xf][0xa4][0xc7][0xc1][0xe7]FQq@[0x1c][0xff][0x1a]r[0xba][0xd6][0x83]ITM`[0xdd]%Y[0x18][0x95]X'c[0xae]g[0xa9][0xdc][0x91][0xca][0x85]-d[0x15]8[0xce][0xd5][0x93][0x94]8[0x8d]r[0x9c][0xa1][0xdc]Y[0xe6][0xc8][0x3][0x94]>[0x8b][0x8d]|[0xd7][0xe3][0x1c]5[0x1e]dn<[0xc4][0xc][0x98][0xfc]?"[0xcf]@[0xf0][0xbc][0x15]%[0xcc][0x83]h[0x8a][0xe7]"[0xe4]W[0xee]W[0x11][0xf3][0xf3][0xe0][0xdf]\Bv[0x1c][0xc4]SA-M[0xb1][0xe3][0x9d]Dp[0x86][0xd3]yr[0xf5]Q[0xb2][0xc2]/[0xca][0x94][0xe4][0xfd][0x4]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcd][0x18][0xaa][0xc3][0xd5]W[0xef][0xf4][0xec]\[0xb6][0xf4]),[0xae]^[0xb6]q[0xbb]7[0xb8][0xd8];[0x81][0x9a][0xb][0xc8][0xf7]^<[0xe7]QF[0xaf][0xff][2[0x9b]Y[0x8e][0xe7]Q[0x86][0xc7][0xe8][0xed]q[0x86]q[0x1e][0xab][0xf1][0xc4]t[0xba][0x94][0xb1][0x1c]G[0x18][0xb0]W[0x96][0xc0]q[0x8e][0x92][0xa0][0x8b][0xe1]y[0x19][0x5]*N(J[0xf9]i[0xc3]G*[0xd2]Gq@J[0x3]k[0xaf][0xa0][0x96][0xb4][0xd7][0x8d][0xa3][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x1c][0xad][0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xb3][0xd8]p[0xc8]S[0xba][0xb1]{[0x1c][0xcc][0xdb]M[0xe3][0xa8][0xb8]4[0x1d]X2oC[0xc]l[0xb]9[0xdd][0xc6][0x1a][0xda]N[0x8][0xa7]d[0x1a][0x9c]FX&[0x2]?q[0xc8][0xf0][0x1][0xf8][0xfe][0xf]PK[0x7][0x8][0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.class[0x9d]R[0xcb]N[0xc2]@[0x14][0xbd][0xc3][0xab]<|[0x80][0x82][0xcf][0xbd])[0xb][0xec]B[0x13][0x13]K[0x88][0xd1]hb[0xc4][0x90]X[0xd2][0x85][0xae][0x86]:[0xd6]!CK[0xa6]S[0x12][0xf8]4[0x17]~[0x80][0x1f]e[0xbc]-[0x9][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j\[0xcc]L[0xce][0x99][0xb9][0xe7][0x9e]{[0xef]||[0xbe][0xbd][0x3][0xc0][0x9][0x1c]j[0xb0][0xa7][0xc1][0xbe][0x6][0x7][0x4][0xb2][0xca][0xbf][0xa7]C[0x2][0x15][0xbd][0xde][0xee][0xd3][0x11]5B[0xc5][0x85][0x81][0x94]I[0xa0]`q[0xd7][0xa3]*[0x94][0x8c][0xc0][0xd9][0xe2]}s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xf5]\[0xc3]R[0x92]{[0xae][0x99]dZ[0xa8]Rr|OQ[0xee][0x5]wlL[0xa0][0xa6]'_[0xd5][0x1f][0x9]h/[0xbe][0xbc][0xa6][0xce]+[0x81][0x86][0xde][0xf6][0xa5]k[0xd0]!"f[0x8][0xdf]u[0xf1]Mt[0x9e][0xf6][0xa7][0xc9]/[0xf9][0x95][0xef][0x5][0xe1][0x80]I[0xb3]n[0x13]xj[0xda][0xe7]s[0x9a][0x9d]^[0x9f]9[0xca]l[0xfd]]eI%[0x8d][0xae][0x8d][0xde]#[0xf5][0x8b][0xdf]t[0xba][0xf2][0xdb]N[0xd2]F$1Zj[0xd0][0xfa][0x8f][0xe9][0xb9]d+\w-4[0x8e][[0x94]8[0xef]2eS[0x11][0xe2][0xf8][0x8e][0x96][0xb5]=i[0x0][0xbb][0xbf][0xaa][0x9b][0xc9]p[0xcc][0x86]s[0xe3][0xc1][0xf5]`[0xa8]p[0xb2]i=[0x9a]c&[0xe0][0x13][0x16][0x83][[0x2]E[0xcb][0xf][0xa5][0xc3]n[0xb8]@j[0xe7][0x81][0xd1][0xe7][0x8e]'[0xc6][0xd3]x[0xfc]B[0xc7][0x91]&[0x1][0xe3][0xe7][0x9a][0x13]a[0x4][0xca][0x8b][0x6][0x9]Tc[0x8a][0xfb][0x86][0xc5]$[0xa7][0x82]OhO[0xb0][0x1c][0x1][0x2])\i[0xfc][0xf7]Z[0x6][0xdd]A[0x16]Q[0xe]Q*[0xc6]y([0x0][0xe0]Y[0x84][0xd2][0x8c]_[0x8b][0xf1][0xfa][0xc]o [0xde][0x84][0xf2][0xc]W[0x10]o[0xc1]v[0x1c]W[0x85][0x1a]rX[|[0xb3][0xfb][0x5]PK[0x7][0x8]([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.class[0xad]TMs[0x13]G[0x10]}-[0xed][0x87][0xbd]([0xb6][0x11][0x96]A[0x18][0x9b]@[0x14][0x90]d[0x1b][0x81][0xad][0xc8]X[0xb6]d[0x82][0x8a][0x84][0x10][0xd9]$(@[0x15][0x9c][0xc6][0xcb]"[0xaf]YVf[0xb5][0xa2][0x2]g[0xfe][0x84][0xaf]\|u.JU[0xe][0xfe][0x1][0xc9]O[0xc8]5?[0x82]JQ!=#[0x81][0x8d][0xbc]9$[0x15][0x95]vz[0xb6][0xe7]uO[0xbf][0xd7]][0xfb][0xeb]_[0xbf][0xec][0x3]X@[0xcd][0x82][0x85]Kr)X[0x18][0x96][0xcb]e\[0xb1]0[0x8f][0x5][0xb9][0x14]-[0xc]a[0xc1][0xc4][0x17]&[0x16]M\%[0x18]+[0xae][0xef][0x86]UB<[0x9b][0xbb]G[0xd0]j[0xad]G[0xe]a[0xb4][0xee][0xfa][0xce]z[0xe7][0xe9][0x86][0x13][0xfc] 6<[0xf6]$[0xeb]-[x[0xf7]D[0xe0][0xca][0xf7][0xbe]S[0xb]7[0xdd]6a[0xe2][0xbb][0xc0]}.B[0xa7][0xe1][0xd8][0x9d][0xc0][\r]_[0xac][0x9]_4[0x9d][0x80][0x90][0xf8][0xc6][0xf7][0x9d][0xa0][0xe6][0x89]v[0xdb]a[0xdc][0x8d]z+h[0x16][0xc4][0xb6][0xb0]7[0x9d][0x82][0xd7]j6][0xbf])mq[0xab][0xd0][0x9]][0xaf]p[0xc7]y[0xec]9v[0xe8][0xb6][0xfc][0xbb][0xfc][0x9a][0x89][0xce][0xba][0xcc][0xd5]5[0x9d]P%[0xad][0xb5][0xfc][0xd0][0xf9]1$[0x8c]gs[0xf][0xeb][[0xe2][0xb9](x[0x82]s[0xaa]C[0x6][0xe]7[0xdc][0xa6]/[0xc2]N[0xc0][0xb5][0x9e][0x8c][0x80][0xac][0xe4][0xab][0x8c][0x1a][0x91][0xe9][0x84][0xe7][0xf5]+%,f[0xf][0x1][0x1b]a[0xc0]e.[0x1f][0xf5][0xe4]".[0xd4]mO[0xbc]|I8[0x1e]q[0xa6]=~f[0xfb]R[0xc8]#[0x99]X[0xfc][0xed]'MF[0xf8][0x8a][0xc]=`I?[0x96][0xfb][0xc5][0xf6]{[0xc9][0xc7][0xa3]9|[0xd2][0x8][0x85][0xfd]dMl+[0x98]j[0xee][0x92][0x89][0xb2][0x9]>+[0xff]7:[0xbd][0xc4][0x99][0xec][0x11]*Q[0xc4][\r][0xe1][0xdb][0x9b]-ny[0xfe][0x8]^[0xe6][0xf9][0x87][0xe4]V[0xa3][0xd5][0x9]l[0xe7]+W2;[0xf1]q[0xfb]/[0xc9][0x88][0x4][0x8e]![0x91][0xc0]8R[0xcc]$[0x81][0x15]T[0x98]W[0x2]U[0xac]&p[\r]_[0x12][0xc6][0xe][0xf2][0xde][0xde][0xd8][0xe2]h[0x13][0xd7][0x9][0xb5][0xff]a[0xce][0x8][0xe9]C[0x1a][\r][0x9e][0x8d][\r][0xea][0xc7][0x8d][0x8d][0x9a][0xc0][0xd1][0x1][0x17][0xc1][0xe4]i[[0x17]O[0x1d]5[0xb4]Q[0xb3]`8[0xcf]:[0xc2]cd[0xea][0xb0][0x94]=v[0xcb]9[0x9e][\r][0xab][0x1d][0x8a] l[0xdf]w[0xc3][0xcd][0x1][0xd0][0xfb]V2h[0xf6][0xdf]H[0xc0][0x9f][0x88]a[0xfe]`[0xc8][0x9f][0xc6][0xf]k[0xe][0x1e])[0xde][0x15][0xd8][0x12][=[0xff]3[0xe8]'[0xde][0xc4]0[0xc2][0xab]![0x9d]T[0xc4]([0xef][0x13]=[0x0][0xc6]pB[0x85]s[0xaf][0x18]5[0x18][0x1c][0xdb][0x1b][0x8][0xbe][0x1a][0x11]<[0xa1]0'9[0xc9])[0xa4][0xfb]I[0xde][0xb0][0x1d]b{+^[0xcd]w[0x11]/kim[0xbf][0xa4][0xc7]KF[0xca]H[0xe9][0xaf]QLk)c[0xbe]l[0xce][0xa4][0xcd].[0xb4].[0xf4][0x1d][0xc]i[0xd5]]LL[0xed] [0xa9]|[0xb3]][0x18];0[0xd2][0xe6][0xde]+[0x83]v[0xdf][0xfd]F{[0xaa]LY[0xc9][0x5]f[\r]ZA[0x8c]*[0x98][0xa6]*[0xf2][0xb4][0x8a]Y[0xba][0x86][0x2]][0xc7]*[0xd5]x[0x92]*[0xb8]I_[0xab]J[0x8b]\[0xe5]428[0x8d]I[0x98][0xb2][0x9e]~[0xcd]rw[0x6]S[0x8a][0xc7]-FLq[0xbd]1[0xdc][0xc4]Y|[0x8a]8[0xce][0xf5]9[0xf6]"[0xcf]s[0xe4]g[0xec][0xc9]@{[0xc7][0xe1][0xa6][0x89][0x8c][0x89][0xcf][0xf9]O&.[0x10]gx[0x8b]i[0x13][0x17][0xff]D[0xf2][\r][0xdf][0xd6]S#[0xab][0xd4][0xc8][0xf5][0xd5][0xf8][0x83][0xad][0xbc]})^[0x91]j[0xac][0xcf][0xed][0x97][0xb4]xIO[0xe9])[0xed]52s)}[0xbe]l[0xcc][0xa4][0x8d].L[0xa9]Ce[0x17][0xd6][0x19][0xc9][0xdd][0xd8]{[0xa5]3[0xf7][0xdf][0x93]C[0x83][0xe4][0xbf]e[0xf2]uL[0xd2][0x1a]2[0xb4][0xce]E[0xdc]F[0x8e][0xbe][0xc7][0x1c][0xdd][0xc1]e[0xf6][0x97][0xe8][0xae]"[0x9f][0xe7][0x98]I[0xee][0xab]$o[0xc8][0xeb]?[0x90]_[0xe2][0xb3]I&[0x18][0xc3][0xa2][0xa2][0x1c]S[0x94]'[0xd8][0xf6][0xf0][0xe7][0xfb][0xf8]<[0xef]H[0x91]?'[0xc9][0x8f][0xc0]P[0xe4]/[0x1e]0?[0xad][0x98][0x1b][0x7][0xcc]g[0xf8][0x99]U[0xbb]9$[0xd9]Z[0x9c]`[0x18]%[0x1c][0xc7][0xa9][0xbf][0x1]PK[0x7][0x8][0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/ReflectionUtil.class[0xad]X[0x9]|[0x14][0xd7]y[0xff][0xbf]=4[0xa3][0xd5][0xe8]`[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0x8][0x6]0 [0xad].[0x90]A[0x4][0x10][0xb2]AHXh%Q$[0xb0]e[0xda][0xc8][0xcb][0xee]HZX[0xed][0x8a][0xd9]][0xe][0xbb]N[0xd2][0x84][0xba][0xc1]I[0x93][0x1e]I[0x1b]l[0xa7]II[0x9]I[0xe3][0xb4][0x2][0x1a]!L[0x8d]s4n[0xeb][0xf4][0x88][0xd3][0xc4]v[0xe2]$u[0xda][0xdc][0x8d][0x9b]4G[0x83][0x1d]l[0xe5][0xff]fg[0xa5][0x95]v9[0xdc]_[0xa0]y3[0xef]}[0xef]{[0xdf][0xf7][0xff][0xce][0xb7][0xcf][0xbc][0xfe][0xc4][0x15][0x0][0xb7][0x8b]&[0xf]T[0x9c]+D[0xf][0xce]+[0xb8][0xe0][0xc1][0xdf][0xe0]S[0x1e]81[0xe1][0xe1][0xcc]E9=[0xa9][0xe0][0x92][0x1c][0x9f][0x90]k[0x97]=[0xf8][<[0xa9][0xe0][0x8a][0x82][0xa7][0xe4][0xe4][0xa7]U|[0xa6][0x8][0x9f][0xc5][0xe7]$[0xf9][0xdf]y[0xf0]y<[0xed][0xc1][0xdf][0xe3][0x1f][0x14][0xfc][0xa3][0x8a]g[0x14]|[0xc1][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0x93][0x8f][0x92][0x14][0xff][0xac][0xe2]_$[0xf9][0xbf]J[0xca]/[0xaa]x[0xd6][0x83]/[0xe1][0xdf][0xe4][0xc7][0x97]U|E[0xc5]s[0xf2][0xfb]y[0x15]/[0xa8][0xf8][0xaa][0x8a][0xaf][0xa9]xQ[0xc1][0xd7]U|C[0xee][0xfd][0xa6]|[0xfc][0xbb][0x7][0x1a]^[0x92]'[0xcb][0x83]][0xe9][0xb9][0xff][0x90][0x1a][0xbe][0xad][0xe0];[0x1e]4[0xc9]S[0x9b][0xf0]][0xf9][0xf8][0x9e][0x7][0xdf][0xc7][0xf]T[0xfc]PE[0xb8][0x90]J[0xfc][0x97]d[0xf2]#[0x15]/KQ[0xfe][[0xc5][0x8f][0xe5][0xf8][0x13][0x15][0xff][0xa3][0xe2][0xa7][0xf2][0xf5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xae][0xe2][0x17][0xf2][0xf5]=[0xf8]%[0xae]*xE[0xc5][0xab][0x1e]tHX~[0x85]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0x93]'[0x9d]S[0xf0][0xba][0x8a])E@[0xa0]b[0xb7][0x19]9[0x12]L[0x1a]}F(eF[0x92][0xc7][0xbb][0x83][0xb1][0xe0][0xb0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "h[0x9d][0xb1][0x98]a[0xb6]E[0x83][0x89][0x84][0x91][0x10]([0xdd][0xb5][0xa3]kpc[0xaa]i[0xc3]`oGG_{?[0xf7]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0x4]zw[0xee]l[0xdf]#[0xb0]<[0x10]7[0x87][0x1b][0x83]c[0xc1][0xd0][0x88][0xd1][0x18][0x8d][0xf][0xf]Gb[0xc3]r\[0xb0]1[0xc0]/[0xc3][0xdc]"[0xb0][0xb0]oo[0xcf][0xe0][0x9e][0xf6][0x8e]@{[go[0xcf]`[0xdf][0xde][0xdd][0xbb]{[0xf7][0xf4][0xb7][0xef] [0xaf]{[0x5][0xca]v[0xb6][0xf7][0xf][0xb6]m[0xb][0x4][0xda][0xf7][0xc][0xb6][0x5][0xb6][0xf5][0xf5][0x9],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1c][0xc][0x1e][0x9]6F[0x83]df[0x1a]CQ#[0x94]l[0xec]6[0x92]#[0xf1]0[0xd9][0x95][0xf5][0xb5][0xb7][0xed][0xdd][0xd3][0xd9]?0[0xd8][0xbd][0xad]g[0x9b]%E[0xfb][0xf5][0xa5]H%#[0xd1][0xc6]=i[0x1e][0x91]xl/?o[0xcb][0xaf]:Y[0x17][0xb4]Db[0x91]d[0xab][0x80][0xb3][0xba]f[0x9f][0x80][0xab]-[0x1e]6[0x8]A [0x12]3zR[0xa3][0x7][0xc][0xb3]?x [0xca][0x19]o [0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "F[0xf7][0x5][0xcd][0x88][0xfc][0xb6]'][0xc9][0x91][0x8][0x1]kxC[0xb2][0xf0][0xd0][0x8a]Djl,n&[0x13][0x1d][0xc1]Drf[0xd5][0x12][0x82][0xf0][0x94][0xc][0x1b][0xc9][0xb6]`4j[0xdb]D`~ugM[0x16]>[0xd6],[0xd9][0x8][0x8a][0xe0][0xcb][0x9a]o?[0x16]2[0xc6]$#[0xae][0xad][0x98]K[0xdf][0x13]Ov[0xc4]S[0xb1]p6[0x91];[0xcc][0xd7][0x11][0x1][0xc5][0x88][0x1a][0xa3]F,)P[0x95][0xb5][0xad]/[0x19][0xc][0x1d][0xea]7[0x83]![0xa3]=[0xbd][0xcc][0x1d][0xc5][0xd6]dwp[0xcc]B[0x80][0x11][0xa6][0x8][0xc1]@[0x12]([0xec][0x8b][0xc][0xc7][0x82][0xc9][0x94]I[0x99][0x16][0xe4][0x11][0xb7][0xc5][0xdf][0xca][0xed][0x8b][0xf7][0xa4]b[0xc9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa8][0xd1][0x19];[0x12]ID[0xc8]a[,[0x16]O[0x6][0xa5]8Ts[0xfd]Mp[0xdc]m[0x98]Cqs4[0x18][0xb][0xd1][0x90][0xb1]D$[0x19]9b[0x90][0xe9]R[0xc2][0xd5]~8E[0x3]G)d[0x8e][0xd4][0x2][0xfa]ly[0xf2][0xe9][0xa5][0xda][0x8]P[0x8a][0xa5][0xfb]oB+"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0x12][0xb4]Hb_0[0x1a][0x9]K[0xfe]7[0xdc]!M[0xea][0x8][0xc5][0xa4][0xf]e[0x93][0x99][0xd4][0x8e][0xdc][0x1c][0xa3]1E8[0x4]VU[0xe7][0xae][0xe6]3[0xba]k[0xe8][0xb0][0xe4]U}+[0xe4]i[0xd0]7[0xe6]![0xbd][0xc5][0xb3]b[0xc6]1[0xe2][0xe7][0xe]E[0x83][0xf7][0xdf]/0/[0xf][0x89]s[0xec][0xd0]0[0x1d]zvt[0x1c][0x1f][0xcb]D[0xc8][0xfc]|"17[0xb]l[0xfe][0xbf]I[0x95]V[0xe9][0xb6][0xea][0x1c]Q[0xf2][0xc9]_@W[0x19][0x89]3[0xc3][0xf9]s[0xe8]%[0x9f][0xeb]0[0xf7][0xce][0xe][0xbf][0x9e][0xe0]([0x15][0xd9]wK[0xe2][0xde][0xd8]uj[0xf2][0xd9][0xbf]04s[0xc8]|yr[0xca]4g[0xb9][0xb1]@y[0xb5][0xbd][0xd3][0x8a][0x2]kE[0x6]o[0xd0]4[0x83][0xc7])[0xee][0xfe]<[0x9a]+[0xa1]L6[0x9f][0x97]g[0xab]/gKZ[0xf3]5si[[0xf2][0xd1]I[0x3][0xbe][0x9f][0x15]L[0xa0]&W[0xb0][0xeb][0xec]`[0x84][0xb5][0x84][0xa2]v[0xaa][0xf5]&R[0xb1][0x99][0xac]g[0xe7]8[0x11][0x9f][0x1d] [0xbd][0x7][0xe]r][0xea][0x99]4[0x12][0xc9]u[0xb3]3][0xff][0x88][0x19]?*=L[0x6]Pb[0x94][0x89]%[0x1b][0xda][0x9c]$[0xef][0x1c][0x93]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3T[0xdc]4[0xc2]s[0xb2][0x9c]M[0x9d][0x9d][0x17][0x17][0xc9]eY[0x1][0xdb][0xe2][0xa3]c[0xcc]4V[0x82][0xea][0x1d][0x1a]J[0x18]IE8[0xd9]l[0xb0]kP[0x84][0x8b][0xb5][0x95]eV[0xc0][0xd3][0x17]O[0x99]![0xa3]#"=[0xbe]|v[0xb6]o[0x90][0xac]4[0xec][0xc7]oj[0xd8][0xb]V[0x98][0x95]3Gw[0xc6][0xc2][0xc6][0xb1][0xde]T[0xb2]wh[0xbb][0xcc][0xcc][0x89]i[0x11][0x14][0xe1][0xd6]D[0x81]P[0xb8]O[0xa8][0x1a][0xe] [0xa4][0xe1]n[0xdc][0xc3]B8[0x17][0x1f][\r][0xbf][0x81]=[0x9a]([0x14][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe1]9Q[0xc4][0xe2]5[0xc7][0x2][0x94])O[0x8d][0xd0][0xd0][0x7][0x96][0xf6][0xda]v[0xd3][0x8c][0x9b]z$[0xa6][0xcf][0x91]{v[0x10]T?[0xf0]`M[0x83]"4M[0x14][0x8b][0x12][\r]I[0xa4][0x98][0xf8]5Q*[0xca][0x14]1O[0x13]^[0xbc][0x8d]i[0xf0]f[0x15][0x87]A[0xdf][0x16]OE[0xc3]:s[0xbe]>[0x14][0x89][0x85]u[0xcb]Ko[0xed][0xf0]YZL[0xdb]_[0x13][0xe5]b[0xbe][0x86][0xfb][0xf1][0x80][0xc0][0x96]9[0xcc][0x83]1=86f[0xc6][0xc7][0x98][0x95][0x92][0x86][0x9e][0x13][0x8f]z0[0xc9][0xa3]i[0x2][0xfd][0x81][0x7][0xa5]^>MT [0xc4]v[0x88][0xee][0xd9]`[0xf7] [0xd4][0xd9][0xa1][0x89][0x5]b[0xa1]&*E[0x19]=T[0xca][0xd0] e[0x98][0xa6]`[0x9a][0x89][0xc4][0x8e][0xc4][0xf]Q[0x96]Eb[0xb1]@Q[0xcc]8[0xda][0x19]K$e[0x99][0xa2][0xd7][0x1e][0xc][0x1f]j[0x88][0xc4][0x92][0x86][0x19][0xb]F[0xb3][0xf6][0x94][0xce]0[0xb2][0x8d]T53[0x93][0xe6][0xd7][0x90][0xee][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc6][0xc2][0xd2][0xb1]V[0xdd][0xb8]8[0xa6][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb0]q[0xc][0xe3][0x1d][0xf2]A[0x89][0x96][0x88]2[\r][0x3][0xb8]W[0xc3]{[0xf1][0x7]r[0xee][0xdd][0x9a][0xa8][0x12]K3N2[0x13][0xb7][0x9a]X&tM,[0x17]+[0x14][0xb1]R[0x13][0xb7][0x89]UV[0x9b]2[0x3][0xc4][0x8c][0x85]4[0xb1][0x1a][0xf]ib[0x8d][0xa8][0x16]h[0xd9][0xcb][0x12]1[0xc6]y#[0xac][0x9b][0x6][0xcb]Lg[0x19]N[0x19][0xfa][0x90][0x19][0x1f][0xcd][0xb2][0xea]\[0x8b][0xd6]l[0xb6]@[0xaf][0x11]>[0x81][0xfd][0x3][0xf1][0x94][0x1e]4[\r]=[0x95][0xa0][0x6][0xfa].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xaf]k[0xd8][0xd8][0xb0]v[0xb0]i[0x83]~t$[0x12][0x1a][0xd1]G[0x82][0x9]=[0xa8][0x1f]0[0x89]JL[0x8f][0x8c][0x8e][0xa5][\r]h[0x85][0xa5][0x1e][0x1f][0xba][0xfe]9[\r][0xf2][0x8]U[0xa0]Y[0x1e][0x91][0x18][0xb1][0xfc]#56l[0x6][0xc3][0x86][0x9e][0x8c]K[0x7][0x88][0x1a]l[0xc1][0xb2][0xcf]\[0xbf]Vg=[0x1c][0x81]Q[0xb8][0x10][0xc3] d[0x9b]a[0x11][0xe1]>[0x4]9[0x16][0xca].[0xd5]f[0xb0][0xc4]Z[0x1]\[0xe7][0xe1]x[0x9c][0xa3][0xb0][0xf6][0x17]X[0xb3][0x87]I[0xc9][0xce][0x4]NI)[0xdc]P[0xf8][0x6][0x18][0x8b][0x1e]C[0xe9]e8[0x7][0x16]M[0xc2]u[0x11][0xee][0xa7]&Qp[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xce][0x83][0x85][0xe6]I[0xa8][0x3][0xce]E[0xae][0xfb][0xce][0xa3][0xf0][0xbe]I[0xf6][0xda][0x13]([0xfa]4[0xb4][0xf1][0xc0]y[0x94]xKI[0xef][0xa9][0xbd][0x84]2[0x17][0xc4]8i&y[0xdd][0xa9][0x9d][0x80]w[0x12][0xe5][0xe3][0xdd][0x92][0xc0]'[0x9][0xea]l[0x2]*PAt[0x9a]P[0x8c].[0xe2][0xd2][0x87][0xf9]<\[0x8a][0xd6]De[0xc0]&[0xd2][0x85][0x7]P[0x86][0xb7][0x92][0xea]w8[0xf7]v"q[0x2][0xdb][0xf1][0x10]v[0xe0]][0xdc][0xf1][0xfb][0xdc][0xf1][0x1e][0xe2][0xf8]^*[0xfa]G[0x16][0x4]~[0xee][0xb8][0x1d][0xf3]0[0x84]a*[0xd7][0x8f]R[0xbe][0x8d]X0[0x19][0x88]X[0xc8]w[0x11][0xe3][0x83]8[0xc4][0xd5]([0xbf]*[0xe0]*[0xb]*[0x18][0x9d]7[0x85][0x12]8[0x84]B$[0xf9][0x88]c[0xcc][0x2][0xf9]0L[0x1b][0xa6][0x4]GU6[0xd9]6[0xa0][0xdf][0xa3][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7]}[0x97]Q1p[0x11][0xb]&[0xb0]0[0xe0][0xdc]Z[0xdb]S[0xa5][0xd9][0xe5]lv[0xfb][0xdc]>[0xd7]i[0xac][0xa8][0xf7][0xb9][0x9b]6[0x17]T[0x16]L[0xa2][0xf2][0x14]J[0x96],[0xfa]0[0xf8]1~[0xc2]!N[0xb8][0xc5][0xd9][0xa9]oH8[0x16]I8.a[0xb1][0x13][0xd9]`[0x93]s[0x1a][0x7]?[0x8d][0xc]|[0x80][0xfe]p[0x8a][0x18]=[0x82][0x95]x[0x14][0xb5]x[0xc]k[0xf1]A[0xea][0xf9]!4s[0xae][0x5][0xa7][0xb1][0xb][0x1f][0x99][0xd6]%[0xca]-[\r][0xb][0xa4]|[0xb6][0xd6]E[0xd4][0xfb][0x8][0x8e]R[0xfa]bt[0xe2][0x18][0xe7][0x1c][0x96][0xfe][0xcb][0xe0][0x9a]"[0x8][0xbc][0xd9][0xe0][0xb8][0xf5]G[0x8f][0xb8][0x86]%[0xc4][0xe1]U8[0xae][0xd2][0x97]<[0xb2][0x93][0xb7][0x95][0x9e][0xe2]&[0xe9][0x1b]c[0xfe][0x9],9[0x5][0xb7][0xf3]q[0xbe]x[0x3][0xb5][0xde][0xaa][0x9],[0xcd]|/[0xeb][0xae][0xf5][0xea][0xd6][0xf7][0x82]:[0xef][0xf2][0x9][0xac]x[0x4]Z[0x9d]w%_,[0x8a]Z[0xef]m[0x19][0xe2]Z[0xef]*k[0xb6]d[0xd6][0xf2][0xea][0xcc][0xdc][0xf2][0xc][0x9d][0xeb][0xf1]i8ZiP[0xe0]c[0x84][0xfe][0xe3][0xf4][0xda]O[0xd0]f[0x9f][0xc4][0x2][0xfc][0x15]*1[0x8e][0xa5][0xf8][0x14]6a[0x2][p[0x89][0xee][0xf1][0x4]:[0xf0]$C[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe9]3T[0xf5][0xb3][0xb4][0xec][0xe7]-[0x88][0xf4][0xb4][0xe][0x16]D [0x87][0x3][0xf8]mQ0[0x1d][0xd1][0x1e][0x1a]AB[0xea]$[0xb7]j[0xb]R[0x96]Y[0xc6][0xae][0x84]T[0xe6][0xb6][0x1]f[0xc2][0x87]8[0xbe][0xd3][0xca]h[0xe]{[0xed][0xe4][0xf4][0xda]I[0x8e][0x12][0xd2][0x95][0x12]R[0x8f][0x5])[0x13][0x9f][0xc4]2[0x8d][0xa7][0xdb][0xc2][0xd3]Q[0xbc]o[0x6][0xcf][0xf7][0xcc][0xc2][0xf3]ayY[0xb5][0xb3][0x0][0x9][0x89]/[0x10]p[0xb6][0xd6]mvU[0xba][0xae]4[0xbb][0x9d][0xcd][0x5][0xbe][0x2][0x9f][0xfb]46T[0xba]|[0x5]M[0x9b][0x95]J[0x85][0x89]a[0xb3]Z[0xa9][0xfa]mm=[0x8b][0xf2][0xaa]S([0xad]T[0xd3][0xde]ZP[0xa9][0x8e][0x9f]( [0xd0][0xcf]xU[0x2];>;[0xe1][0x9]V6Q[0x84][0xc5]B[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q[0x8c]ZQ[0x82]zQ[0x8a][0xb5]b[0x1e][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0xee][0xe4]Z[0x87][0xf0]Y[0xf0][0xb4]R[0xc6][0x15][0x4][0xf6][0xf][0xe9]I*[0x16][0x13]Z[0x19][0xd7]25[0x7][0xa6][0xfd],`[0xfb][0x99]|[0x93]I[0xd0][0xc1][0xbb],[0x18][0xd3][0x9e][0xb6]F&[0xc1]b(i[0x1f][0xcb][0xca][0x84][0xaf]a[0x5]3![0xe7]^A[0xa9]L[0x86][0x85][0xac]2l[0xbb]U[0x92][0xa3][0xcc][0xb0]1[0xcb]M[0xb6][0xf0]9[0x81]u][0x97][0xd1]D[0xff][0xb8]=P[0xeb][0xbf]2[0x81][0xf5][0xfe][0xee][0xba]+[0xad][0xce]f[0x97][0xcf]Uu[0x1a][0x15]u>W[0xd3]fwm[0xa5]{[0x2][0x1b][0xee][0xb6]b[0xf5][0x87][0xb5][0xe3][0x96]S[0xae][0xb2][0xb7]u[0xb9][0xb6][0x8a]%[0xd2]5[0x3]gP*[0x83][0x97]t[0xe][0xd2][0xbd][0xec][0x1f][0xb7])$PY[0xe1]*[0x96]0uW[0xa1]X,[0x85]O,#`:[0x1a][0xc5]r4sl[0x11]+[0xe9]S[0xab][0xb1]C[0xac]A@[0xd4][0xe0][0x1e][0xe1][0xc7][0x9b]9[0x86]E[0x1d][0x86][0x18][0x14][0x19][0xf0][0x1a][0x9][0x96][0xf4]#7[0x11]X[0x87][0xf7][0xe1][0xfd][0x9c][0xf7][0xa1][0x6][0x82]?[0xb5]RD[0x85]]-[0x2][0x8c]B9[0x7][0xfa][0xf9][0x8a][0x95][0x92]p[0xeb]%[0xb4]: [0xdf][0xee][0x98]~[0xbb][0xf3][0x12][0xb6]9 SL[0xb9][0xd5][0x2][0xb5][0xb1][0xfd][0xd9][0x91][0xe6][0xe5][0x1a][0x8a][0xeb],\[0xce][0xb]p[0xf8]/@Y|[0x1][0x85][0x93]h[0xef][0xe1][0xe1]e[0xf5][0x97][0xd1]1[0xe0][0xdd]y[0x11]wM[0xa0][0xf3]2v[0xd1][0xfe]][0xdd]gQ[0xd6]#yt[[0x1a][0xb7][0x9f][0xcd][0xc6]>[0x9c][0xe1][0x8e][0xb3][0xac][0xae][0x17][0xd8][0xa8]^[0xa4][0x1].[0xb3][0x9a]<[0xc5]j[0xf0]9V[0x83]/2[0xff][0xbe][0xc0][0xd6][0xe3]E[0xb6]]_g[0xb][0xf6]]6a[0xdf]gd[0xfe][0x88][0xb1]9hU[0xc2]"[0xca][0xf0][0x10][0xfe][0xcc]J`kI[0xfd]!|[0x98]Zl[0xa7][0xab][0xfd]9[0xdf]\[0x94][0xee][0x18]g[0xef][0xb1][0x9a][0x1f][0xd9][0xc4][0x9d]&[0xdd]S[0xac][0xf3][0x1f][0xc1]_[0x90][0xee][0x5][0xfe][0x9d][0xe1][0xd9][0xe]r[0xd7][0xf0]Q[0xca]![0xbf]w[0xda];TV[0xa5][0x8f][0x91][0x93][0xe0][0x99].[0x9b].Sc[0xd2][0xa7][0x9e][0xb4][0xab]|/%[0xfb]ok[0x92]$[0x9f][0xbc][0x6]Ma#[0xe2][0xc0]_[[0x1e]:N[0xc0]d[0x83].[0x8]f[0xf][0x8f]Y[0xf8]kPK[0x7][0x8][0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.class[0xad]T[0xdb]n[0xd3]@[0x10]=[;q[0x93][0x98]4[0x94]k[0xb9]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9][0xb5][0x98]K[0x85]@[0xa9]"[0x85]P$[0xa4]p[0x91]R[0xf2][0xbe]qV[0x8e][0x83]kG[0x9b]uE[0xff][0x81][0x9f][0xe1][0x5][0x4][0xf][0xa8][0xcf]|[0x14]b[0xd6]6[0x82]B[0x5])[0xe2][0xc1];[0xbb][0xb3]3[0xe7][0x9c][0xd9][0x9d][0xf5][0x97][0xaf][0x9f]>[0x3][0xb8][0x87]f[0x11][0x16][0xae][0x94]`[0xe2][0xaa][0x85]k[0x16][0xae][0x17][0x91][0xc7][0xaa][0x85][0x1b][0x16]nZ[0xa8]2[0xe4]7[0xfd][0xd0]Wm[0x6][0xa3]V[0x1f]0[0x98][0xdd]h$[0x18][0x96]z~([0x9e][0xc7];C![0xb7][0xf9]0 [0xcf]r/ry0[0xe0][0xd2][0xd7][0xeb][0xcc]i[0xaa][0xb1]?c[0xb0][0x9f][0x86][0xa1][0x90][0xdd][0x80][0xcf]f[0x82][0x96][0xf7]{[0x91][0xf4][0x1c]>[0xe5][0xee]X8A[0xe4]y~[0xe8]i[0xbb]1qb[0xe5][0x7]N?[0x92]J[0x8c]:R[0xf2][0xbd][0xbe][0x92][0xb4][0xf9][0x8c]OW[0xef][0xb4]H[0xb]w]1U[0xc]/k[0xbd][0x9][0xdf][0xe5]N[0xc0])3[0x8d]i[0xfd][0xe4]y1[0x9c][0x8]W[0xb5][0xfe]F[0xf3][0x1d][0xbb][0xa5][0xb]3^[0x8b]=][0xc5]o[0xb8][0xc][0xb9]][0x1e][0xc4][0xe2][0xe0]fF[0xc1]Pr[0xa3]P[0x89]7[0xea]1W[0x9c][0xa1]>7'[0xc3][0xc3][0xda]![0x92][0xe7][0xf0]h[0xb5][0x85][0xbe][0xef][0x85]\[0xc5][0x92]d[0xbd]=r[0xe5][0xdb][0xd2][0xef]F[0xe1],[0xde][0x11]r[0xf3][0xbf][0x1e]d[0x9b][0xca]*[0xf6][0xa3]X[0xba][0xe2][0x89][0xaf][0x1b]`[0xe5][0xb0][0xbb][0xbc][0xa5][0x9][0xa8][0x87][0xb6]B7[0x88]f[0xda]'[0xd4]8[0x1a]Y[0xa8][0xd9]([0xa0]h[0xa3][0x8e][0x6]C[0xe5]Wa[0xc][0xd5]9u[0xd8]8[0x8e]e[0x86][0x8d]i[0xb3][0x3][0xc4]i[0xfd]t[0xad]s[0x9f]'[0xc3][0xdd][0xa3][0xb3]2,Nc5H[0xbb][0xac]:Wo[0xd7][0x7][0xb8]M/[0xd5][0x2][0xe5][0xd2]C6[0xe8][0xa3][0xa3][0xa3]U[0x89]f[0xe]YF6[0xd7][0xf8][0x0][0xf6][0x8e]&[0xb][0xb0]i[0xcc]'[0xce]6[0x8e][0xd1]h[0xa7][0x1]([0xa3]B[0x96][0xe9][0x3][0xcb][0x92]_[0x11][0x98][0xa9][0xe1][0xd6][0x9b]k[0x1f][0xb1]`[0xe0][0x7]@[0x91],[0xd0]![0xc6]G[0x9]H#[\r][0xcc]@[0xf4][0xec][0x4]N&[0xc0][0x5][0x9c][0xc2][0xe9]$[0xba][0x80]38[0xb][0xa3][0xd2]![0x8a][0x95][0x8c][0xe2][0x1][0xe5][0xe9][0xcc]r[0xa3][0xb9][0xf]cm}[0x1f][0xe6]{[0xe4][0xfe]$[0xb4][0x9c]q[0x98]8[0x97]D[0x9d][0xc7][0x85][0xc4]^[0xc4][0xa5][0xc4]{[0x99][0xc6][0xa5]D![0xfd]%[0x12]-[0x8b][0xdf][0x0]PK[0x7][0x8][0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/apache/logging/log4j/util/SortedArrayStringMap.class[0xa5]Z[0x9]|T[0xd5][0xb9][0xff][0xbe];[0xcb][0x9d]L.[0x90][0x4][0x92][0x0]3[0x81][0x1]Y[0x92][0x99][0x84]M[0xf6][0x84]@[0x88],)!,[0x9] [0x8b][0xc2][0x90][0xdc]$#[0xc9]L[0x9c]LD[0xb0]V[0xa5]t[0xb1]j[[0xdb][0xda][0x8a][0xb8]bm^[[0xaa][0xb8]%PZ[0xd1]n[0xda][0xf5][0xf5]uvo[0xb5][0xaf][0x8b][0xad]m_[0xdf][0xeb][0xab][0xa5][0xf2][0xfe][0xdf][0xb9]w[0xee]L[0xc2]Db[0xeb][0x8f]9[0xe7][0xdc]s[0xcf][0xf9][0xce][0xb7][0xff]s[0xe3]W^[0xff][0xf4]3Dt9[0xdf][0xa7][0xb3][0xc7]O[0xcc]^?U[0xb3][0x9e][0x87][0x91]O[0x9a]<" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "i[0xfc]:[0xe7][0xeb]l[0xf8][0xc9][0xc7][0xba][0x8f][0xc7]H?V[0x9a]q[0xd2][0x14][0xf8]I[0xe7]B[0xd9]Z$k[0xc7][0xcb]hB>[0x17]s[0x89][0x8c]Jen[0xa2].[0xf7][0xd3]4.[0x94][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9d][0xc3]~[0x9a][0xc9][0xba][0xac][0x88]HS)[0xd3]U~[0x9e][0xc3]s[0xe5]q[0x9e][0xce][0xf3][0xa5][0xc7][0xd1][0x95]"[0x9][0xf3][0x2]i.[0xf7]S[0x19]/[0x94][0xa3][0x17][0xc9][0xe3]bY[0xbf]DFK[0xa5]Y&[0xcd]r?Ws[0x8d][0xf0][0xb9]B[0x1e]ku^[0x99][0xcf][0xab][0xb8].[0x9f]Ws[0xbd][0x9f][0xaf][0xe0]52[0xbd]V[0x94][0xb3]N[0xa4][0xf6]J[0xb3][0xde][0xc7][\r]>~[0x8b][0xc]7[0xf8][0xb9][0x91]7J[0xd3]$[0xcd]&[0x9d]7[0xfb][0xa9][0x81][0xb7][0xe8][0xbc]U66[0xfb][0xb9][0x85][0xb7][0xf9]y;[0xef][0x90][0xe6]J[0x9d]w[0xfa]x[0x97][0x9f]6s[0xa1][0x8f]w[0xcb][0xd4][0x1e]Y~[0x95][0xce]W[0xfb]y/[0xef][0xf3]qTv[0xec][0x97][0x87]V[0x9d][0xdb][0xfc][0xb4][0x9b]u[0x9d]M&[0xa3]![0x1e]7[0x93][0xf5]][0xd1][0xde]^[0xb3][0x97]i[0xe2][0x15]k[0xd6][0xd6]mkl[0xd9][0xdb][0xd0][0xd4][0xd0][0xd2]P[0xd7][0xb8][0xb7][0xbe]ns]}C[0xcb]N&n`[0x1a]S[0x9f][0x88][0xf7][0xa6][0xa2][0xf1][0xd4][0xf6]hW[0x9f][0xe9][0x82][0xa5][0xdd]L[0x5][0xbd]f2[0x16][0xed][0xda]n&{c[0x89][0xf8][0xb6][0x86]+[0xb0][0xf6]-[0x9e]SK^[0xb8][0xb3][0xf7][0x95][0xc8][0x8f][0x98][0xf4][0xf5]u[0xcd][0xeb][0xb7][0xd7]5[0xca][0xf2][0xa9]x[0xdc][0xbc][0xad]eo]c#S[0xa4]1[0x91][0xec][0x98][0x1b][0xed][0x89][0xb6]v[0x9a]s[0xbb][0x12][0x1d][0x1d][0xb1]x[0x87][0xf4][0xb][0xaf][0x99][0xdb][0x97][0x8a]u[0xcd]mI[0xc6][0xe4][0xbc][0xbe]n3Y[0xcd][0x94][0xd7][0x1c][0xeb][0x88]GS}Ip}x[0xf4];k[0x1a][0xaf][0x89]^[0x17][0x9d][0xdb][0x15][0xc5][0x8a][0xe6]T[0x12][0xb][0xab][0xb3]f6[0xed][0xbf][0xc6]lMU_[0x82][0x9c][0xb5]oc[0xb4][0xa7][0xba][0x16][0x8c]x[0xd6]l[0xdc],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x19][0xbf][0xfb]b[0xd2]L[0xde][0xb5][7[0xed]Z[0xd3][0xc4]T[0x94][0xeb][0xad][0xfb][0x80]y[0x8]j[0xf6]^'[0xfa][0xeb][0x1d]F[0xc3]f[0x6][0xab]zc[0x87]!e^[0xaa]3i[0xf6]v&[0xba][0xda]0[0x8e]uw[0xf7][0xa5][0xa2][0xfb][0xbb]0[0xcf][0xbb][0xe4]9e&[0xa3])P[0x5][0xb5][0x9a]X<[0x96][0xaa]er[0x95]Wl[0xc7][0xee][0xfa]D[0x1b]V[0x8d]k[0x8c][0xc5][0xcd][0xa6][0xbe][0xee][0xfd]f[0xb2][0xc5][0xda]W[0xd4][0x98]h[0x85][0x9d][0xa2][0xb0][0x16][0x9e][0xed]Iw[0xaa]3[0x6]F[0x16]^J[0x5][0x89]d[0xca]l[0xab]K&[0xa3][0x87]2[0xda][0xc0][0xee][0xf2][0x6]9r[0x9c]0[0x0][0x1f][0xa8][0x17][0x2][0xb1][0xd4]!xJs*[0xda]z[0x0][0x8b][0xd4]1H[0x6]8[0xa2][0xfc][0x12]gl5[0xa3]m[0x9b][0xe2]]Y[0x7][0x8]mO"[0xd5]i&[0x99][0xe6][0xbf][0xe9][0xdd]:[0xb7]C[0xe8]rK[0xc3]j[0x8d]C[0xd3][0x8c][0xa7][0x92][0x87][0xc4][0x94]V_G[0x2]K[0xcf][0x8a][0xee]7e)|[0xd2][0x88][0xb9][0x97])[0x94][0xa1][0xa3][0xbe][0x9a][0xc8]5[0xb][0x8a]o[0xcb][0xda][0xee][0x85]E[0xcc]x[0x9b]Blox[0x18]Z*[0x91][0x85]s[0xe1][0xc8][0xcc]k[0x9f][0xba][0xb5]6[0x9b][0xa9][0xe1][0x97].LU[0xf]Q[0x83]Z[0xe3][0x8b]9[0xc2][0x97][0xc]Y[0x9e]V[0x8a][0xa0]K[0xa0][0x1][0xa9][0x89][0xa8][0x84]q[0xd5][\r][0xad][0xf2]N[0xb9][0xf2]Z`7[0x1d]`[0x8a][0x8c][0xb2]5[0x12][0xad][0xbb]=&w[0x81]pN4[0xd1][0x90][0x1b]|[0xe9][0xea][0x82][0xb8][0xa9]}[0xd8][0x1d]+[0xbd]"[0x17][0xd0]p[0xc1][0x8]LKs,c[0x2][0x8e][0xc][0xc6][0xfe]X<*[0xfa][0x8b]&[0x5]N[0x8f][0x9e][0xdf][0x86][0xa1][0xa9][0xf6]Po[0xca][0x84]#[0xe4]EE[0xfe][0xd6]D[0xcf]![0xa1][0x95][0x83]T.[0xea]"{[0xf9]h[0x11][0xb0][0x82][0xf0][0xe2]U[0xc3]nt#[0x8b][\r][0xea][0x15][0xa3][0xc6][0x94]L[0xcb]FE5[0xf7]9Y[0xc9][0xdb][0x9a][0xed][0x1d]5[0x97][0xbb][0xc4][0xd3][0xeb][0xdf][0xc8][0xd3][0xab]F[0xe5][0x14][0x99][0xf5][0x93]G[0xc6][0x83]H[0x7]mf{[0xb4][0xaf]+[0xb5]#[0x1b][0x84][0xfa][0x14]$m[0x88][0xa7]F[0xc0][0xcb][0x8e][0x84][0x16][0x80][0x88][0xa7][0xcc][0xe][0xd1][0xd8][0x84][0xb8][0xfa][0xa0][0xb6][0xa9][0xbd][0x11]i[0x8],[0xec]2[0x93][0x9][0x8]^h[0x1f][0xb1]5[0xb]3[0xea][0x2] [0xd5][0x1][0xae][0xe][0x9][0xc7][0xca][0x11][\r]#[0x17][0x91][0xbe]^[0x8]%]#^[0xc9]Iy[0xd8][0x94][0x1e][0xcf]CP[0xbe][0x99][0xdd][0xf2][0x85]jh*[0xb1][0x5][0x90]/v[0x7][0xa3]I[0xe4][0xa8][\r][0xa3][0xfa]D0:g[0xa0]i[0xc4]T[0x8d][0xdf]Ud[0xd0]d[0xda]K[0xfb]0[0x8e][0x12][0x91]F[0xfb][0xf1][0xdc]Jm[0xce][0xb3][0x89][0xe7][0x8e][0xac][0xf7][0x9d]x[0x6][0x10][0xc2][0xf3][0x1][0xf5][0xdc][0x85]g[0xe0]8[0x8c]'S[0x82]z[0x9c]u[0xd3][0xe9][0x88]@;[0x8c][0x8f][0x8][0xba]S=[0x0][0x85]z[0xd7]g[0xf7]@Fc[0xc3][0x91]g[0x89][0x7][0xa9][0xb0][0x9f][0xa6]D[0xbe]D[0x93][0xc3][0x91]3T[0xc4][0x4][0x16][0x7]i|[0xe4][0x9][0x9a][0x10]>C[0xc5].[0xca]0;[0x8b][0xf2][0xd0]vf1[0x1b][0xa3]I[0xb0][0xd9][0xc][0xd8][0xac][0x1c][0x16][[0x4][0x8b][0xad][0x84][0xb5]2L[0xaf]r[0x98]^E[0xef][0xa0]w[0xda]L[0x17][0x90]v[0x1][0x9b][0x84]i[0x9d][0xde]%[0x16][0x16][0xbe][0xdf][0x8d][0x1d][0xc2][0xf7][0xaf]p[0x9a][0x1b][0xfd][0xb6][0x8b][0xf9][0x16][0xe]K[0x1c][0xe][0xcf]P)[0x3][0xec]Md[0xda]Xy[0x86]&1[0x1d][0xa3][0xcb]0[0x98][0xcc][0xc0][0x84][0x81][0xa6]p[0xd5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0xb0][0xc][0x83])L[0x3]4[0xb5][0xff][0xc2][0x8b]"[0x8c][[0x9]3[0x9d]|h[0xaf][0xcd][0x12]&IS[0xe1]P[0xb5]p[0xa7]-p[0xa5][0x16][0xb8][0x91][0x8][0x12][0x2];[0xb5]4[0x9e]n[0xa5][0xdb]H[0xfe]p[0xb1][0xcd][0x11]i[0x1b][0xdd]Nw[0x80][0xf5][0xf7][0xda][0xe2]Z[0xab][0xde]g[0xaf][0xba][0x9d][0xde]o[0x8b][,[0xe2]F[0xc8][0xa5][0xc4][0xbd]S[0xa7][0xf][0x10][0xbd][0x6]}Y~[0xfe]A[0xfc]>[0xe4]x[0xe7]Fl[0x16];[0x16][0x85][0x9f][0xa2][0xd0]1[0x1a]s[0x96][0xa6][0xed],[0x9a]>H[0x97][0x9d][0xcb]Xa[0xac]:[0xe0][0x10][0x1c][0xe7]0[0x15]b&[0xe3][0xad]E6kG[0xd4]Z.[0x4][0xe9][0xbb][0x1c][0xd2][0x1b]l[0xc7]/[0x0][0xe9][0x19][0xc7]([0xff],[0xcd][0x84][0x8b][0xce][0xba][0x88][0xf0]M |3[0x8d][0x3][0x91][0xc][0xe1][0x82][0xa1][0x84][0xc7]a[0xf2][0xc3][0xe][0xe1]#P[0xa1],[0xba][0x1c][0x84]=[0xb0][0xd3][0xc7][0xc8][0xfd]8L7[0x1b][0xbf]r[0x99]r[0xa1][0xa9][0xe0][0xd3][0x14]F[0xef][0xcd]<[0xb8][0x9e][0xa6][0x8a][0xcc][0xd9][0x96]5[0xde][0x89]0|[0x17][0xac]q+[0xce][0xf][0xb4]y;[0xb4][0x7]UA[0xc3][0xb][0xa0][0xd7][0xc]?[0x97][0xf][0xe5]'[0x1f][0x93][0x1f][0xa1][0xbb][0x1d][0x1d]j[0xca][0xf7][0xe0][0xde][0x3][0x14]9N[0xba][0xbb][0x9f][0xdc][0xae][0x93][0xce]Q^E[0xe2][0x83]Y^:[0xd6]1[0xe9]X[0xf8]P[0x8f]m6[0xf]i[0xc6]*[0xdc]a[0x11][0xf0][0xc7]m[0xd7][0xfc][0xbd][0xed][0x9a]5g[0xa9]rgx[0x80][0xaa][0x6]iN[0xa3]kEP[0x86]' qp[0x80][0xe6]6E[0xa4][0x9b]W[0xf5]B[0x1f][0xb3])[0xcc]%V[0xef]<[0xe2][0xe3]'[0x1d][0x2][0x96]Y[0xfa][0xb3]6{[0x9c][0xcd][0xfd][0xf4]o[0xb6][0x5]b[0xe8][0xc5]K[0xc7]+[0xe3][0xae][0x8][0xde]K[0x1e]>%[0x8e][0x15]\p[0xca][0xb1]p[0x91]2[0xd2][0xa7]@[0xf2]Q[0xf0][0xf5][0x18][0xc9]E8[0x1d][0xca][0xd8][0xea]X{[0xbc]mm/[0xd2][0xe8][0xc7][0x95]j[0x8f]X[0x8c][0x9c]'#][0x87]>[0x81][0xf7][0x9f]tx_m[0xf3]>F[0xdc][0xf8][0x9e][0x11]\k K[0x86]1Y[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0xca]W[0xe][0x85];[0xaf]M[0xef]np*<-sb[0xc7][0xa3][0x9d][0x8c][0x4][0xcf][0xe5]'[0xe5][0x90][0xfb]U[0xc0]z\[0xb][0x9e][0xb7]O[![0x8f]Ay[0x15]9M[0xb]3g[[0xde]t[0x16][0x2][0x6]g?[0x83][0x98]=[0x87][0xcc][0xf3][0x1c][0x12][0xcf][0xe7][0xb2][0x84]_[0xe6][0x8][0xbf][0xcc][0x16]>[0x2][0xcf]z[0xd4][0x11]^'[0xb7][0xe1][0x1b][0xf].5[0xb9]l[0xf]K[0x1d]%[0xc3][0x19]r[0x81]!m[0xb8][0xf8]_[0xca][0x12][0xbf]d[0xa8][0xf8][0x13][0x94][0xf8][0x8f][0xd3][0x13]6[0xe1]3[0x10]_L[0xb5]2;_(5[0xe4]K[0xb6]([0x18][0xa4]E[0xca][0xce][0xb5]e[0xc7]Q[0x8d][0xf0][0xae],[0xd2],[0xc6].[0xab]l[0xee]'#\[0xa6][0x1d][0x89]T[0xe][0xd2][0xe2]L[0x1a][0x9]C|[0xa2][0xaf][0x82][0xe8][0xd7][0x90]P[0xbe][0x1]O[0xf8]w([0xe6]? [0xfc][0xb7]Pp[0xbe][\r]a[0xbf][0x83]*[0xf5]=[0xa4][0xea][0x1f]8![0x86][0xe3][0x1d][0xa5][0xac][0xb4][0x95]"#[0x9];[\r];[0xa7]*[0xdf]p)[0x19]|[0xe4][0x9a]|[0x1e][0x15][0xc6][0x87]7O[0xd2]S[0xb6][0x18][0xfd][0x90]\[0xe8][0xac][0x83][0x8]K[0x84][0xcd][0x80]j[0xdc][0xfb]D_[0x81][0xb6][0xd3][0xb4]T[0x98][0xe][0xa8]f[0xe8][0xa4]'P[0xa9][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "T5[0x87]wb[0xde][0xbd][0xcf][0xce][0x8a]Z[0x16]:[0xf8]![0x88][0xff][0x8][0x85][0xf6][0xc7]4[0x87]~[0x2][0xf6][0x8a][0xf8][0xff][0x19][0xad][0xa5][0x9f]g[0x89][0xb0][0xce][0x11]a[0x9d]b[0x97][0xd5]H[0x84][0xd1][0xd4][0xc8][0xca]!LO;[0xf0]`[0xd0][0x86][0x7][0xc8]W[0x8f]P[0x1][0xea][0xbf][0x81][0x82][0xba]L[0x8a]h&}[8!d9{[0x16]\[0x8][0xda][0xc3][0xe5][0xfd]T[0x88][0x9d]cr[0x81][0x85]9H D/[0xc3][0x4][0xbf]A[0xa0][0xfd][0xe][0xa8][0xe6][0x15][0xe4][0xa0]? [0xd3][0xbf]J[0x15][0xf4]G$[0x92]?C[0xc9][0xa1]z[0xfa][0x1f][0xa4][0xec][0xbf]f[0xa5][0xe3]&G[0x96]&[0xc4]R[0x1a]4[0xe8][0xe4])[0xa2][0x90][0xc][0x96][0xc][0x2][0x1]XB<*^E[0x82][0x15][0xa0][0xcb]g"[0xe0][0xf3][0x4]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa3]/[0xf8],[0x95][0x9]n[0xb0][0x86][0xd5][0x82]y[0xec]R[0xe4]q[0xc9]2[0xa8]?b[0x97]#ozB[0x16]W@[0xff]j[0xd3][0x10][0x94]fU[0xa7][0xd7][0xe0][0xd4][0x87][0x1c][0xe7][0xf1][0xfc]:j[0xd0][0x5][0xba][0x82][0x99][0x1a]Y[0xa3][0x16]ve[0xf1][0x9f][0x8d][0x10][0xde][0x81][0x11][0xa7][0xeb][0xd4]t[0xbc]>[0x93][0xe6]];[0x0][0xde]A[0x96][0xc5]!<[0x1b][0x85][0x91]&a@[0x94][0xbd]o[0xb1];\[0xec][0xb6][0xb0][0xa2][0x92]L[0x82]A$[0xb]g$[0xb];[0x92][0xb9][0x17]{[0x10]$UR[0x84]>J[0xdb]*[0x95][0x90]iJ[0x10][0xab]J[0x9][0x99]51zM[0xb8][0x16]{[0xfa]i[0x9d]E[0xd1]5[0x84][0x9c]k8-[0x95][0x90][0x86][0x91][0xcb][0x9a][0x93][0xe1]bo[0xb1][0xb7][0x18][0x8]y[0x9b][0xf0][0xee])[0xf6].@d/[0xd6][0x8b][0xf5]{[0xe1]O[0xc5][0xba]v[0xc4][0x9e][0x95][0x9d][0xe8][0x10][0xd7][0xfd]4[0xa3][0xd8]s[0x8c][0xa6][0xaa][0x17][0xba][0xfd]Z[0xc5][0x8b]z[0x92]U[0xcd]G[0xbd][0xa8][0xaa][0x9f]HsP[0xec]N[0x3][0x8d][0xcc]S[0xc6][0x8c][0x87][0x11]P[0xc4]^[0x94][0xc][0x9d][0xfc][0x88][0xe1]b[0xce][0x3]2[0xf4]S[0x18][0x8]b[0x11][0x1b][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc8][0xa6][0x9e][0xb][0xa8][0x89][0x8b]h/[0x8f][0xa7][0x1e].[0xa1][[0xb8][0x94]>[0xc0][0x13][0xe9][0x1e][0xe][0xd0][0x83]\F[0x8f][0xf2][0x14][0xfa][0xc]O[0xa3]o[0xc2][0x9a]/[0xf1],[0xfa][0x13][0xcf][0xa6][0xd7][0xb9][0x9c]]\[0xc1]A[0xe][0xf3]4[0x8e][0xf0]\[0xae][0xe4][0x15]<[0x8b][0xeb]y[0x1e]o[0xe1][0xf9][0xbc][0x97][0x17]([0xf7][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0xbf][0xe][0xa7][0x97][0x0][0xd5][0xe9][0xb7][0xb4]S[0x15]t[0xaf][0xf8]@[0xda]e0[0xb2]\[0xc6][0xc3][0xbb][0xe9][0xd3][0xb8][0xe7]h[0xe0]t;[0xd2]z/d([0xe6][\r]H[0xee][0xfb][0x10][0xf0][0xf5][0xe0][0xe4][0xb3][0xb8][0xdd]x[0x94]kM#[0xfd]uZ[0xa5][0xd3]3:[0x9d]C[0xed][0xda][0xcb][0xa7][0xfa][0xf3][0xa0]p[0x9e][0xe6][0xf3]k[0x14]zM[0x5][0xc9][0xb3]N[0x9][0xdf]b[0x83]L[0x95][0xce][0xc5][0x8d][0x1e]B=[0x93][0xde]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x9]X=[0xc][0xf][0xf2]"[0xca][0xe7][0xc5]8z[0xe9][0x8]i[0x1d][0xb4][0x0]p[0xe5]K[0xb6]M[0xfe]A[0x1c][0xa7]@R[0xc6][0xaf][0xc3][0x1][0xdb]i[0x3][0x96][0xc7][0xbe][0x91]G[0x85][0x3]v[0xe8]i[0x99][0xd0][0xe3]jHS[0x3]M[0xd4][0xe2][0x82][0xb2][0x12][0xf9][0xb7][0x8e][0xca]y5-[0xe6]+[0xa8][0x9a][0xd7]d[0xa5][0xc1][0x1a]'[0xf4]jP[0xf6]$[\r]zh[0x9]}[0xde][0xd2]#@[0xe4][0x17][0x94][0x1e]5[0xf9]|ls[0xbb][0xdd]F[0x8b]%[0xea][0xdc][0xe1][0x8c]f[0xf8]P[0x98][0x2][0xfa][0xf7]p#[0x8d][0xe1][0x8d]PHSV[0xc8][0x97]8[0xe7][0x96][0xa0][0xfe][0xed]S([0xe1]yz[0xc1]>[0xe3]e[0xd8]X[0x8a]o<[0x1b]![[0xf8][0xe5]8[0xed][0xce][0xae]}AU[0x1e][0xac][0xf2][0xee]n[0xb][0xa6]K[0x87]5[0xed][0x1d]6[0xed][0xb1][0x1e][0xb9]9[0xed][0xef]j[0xac][0xca]H[0xdb][0x10]p[0xbd][0x0]f#[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd]5[0xc3][0x98][0xdb][0xa9][0x90]w[0x80][0xff]+qe[0xda]Ie[0xf0][0xb3][0x85][0xbc][0x87]6[0xf0]U[0xb4][0x83][0xaf][0xa6]V[0xde]K[0xdd][0x1c][0xcd][0x82][0xc]qG[0xb6][0xb8]][0x1d][0xb]q[0xbf][0xff]x[0x16]d[0xd0][0xf2][0xcf]STD[0xfe]2}[0xc5][0x16]y[0xb7][0xad][0xd6][0xe2][0xc0]q[0xdc][0x80][0x85][0xb9][0x87]l[0xa4][0xe6][0x9]d!5[0xcb][0xc5]L[0xc0][0xad]v[0x1a][0xcb][0x9d]Y[0x1a]-vN-[0xb6][0xb][0x9a][0x9c][0x85][0x9b][0xb7]![0x7]}[0x15][0xf5]][0xbb][0xc4]A[0xde][0x8b][0xf][0x8a][0xe3][0xa0][0x4][0xe][0xba]v[0x94][0x7]Y[0x10][0xf0][0xeb][0x98]K9`([0x1b][0xbe]V[0xc][0x83][0xaf]|]N[0xf8][0xfa][\r][0xa0][0x10][0x8b][0xdb]/[0xd8][0x80]g[0xa9][0xa0][0xe7][0x19]rsP%+[0x10]QV_`[0x1][0xd9]3T[0xe3]"u[[0xf8][0xa5][0xdc][0x92]f[0xf4]S~[0x93][0x1a]T[0xe1][0xb2]&[0x1e]=[0x1b]L[0xa4]/[0x11][0xea]N[0xce]o[0x85][0xcc]o[0xa3]q|[0x13]MC?[0x9b][0x8f]P%[0xbf][0x9d][0xe6][0xa2]_[0x84]~[0x9][0x1f]u[0xec][0xa9][0xa3]M_#[0x96]:[0xa2]/[0xa5]o[0x2]%e[0xae][0x11][0xd6][0xcc][0xb7]le[0x8c]%[0xf7]y[0xdc]f^[0xa3][0xa9][0xeb]t[0xfa][0xb6]n[0xab][0xe5];J[0xb2][0xef][0xda][0x92][0xfd][0x12][0xfc]xH[0xbe][0x8a]([0xc9]j[0xcb],[0xc9][0x82]J[0xb2]2%Y[0xd9][0x2][0xdc][0xce]W[0xb8][0xe9][0xa8][0xb][0xa2][0xfd][0xc2][0x16]m[0xcc]r[0xb7][0x1a]MrC8[\r]$[0xca]q[0x83]![0xfc][0x16][0xa8]>[[0xc8][![0xe4]m[0x10][0xf2]v[0x9a][0x8e][0xbe][0x9c][0xdf]GU[0xfc]~[0x9a][0x87]~[0x9][0xfa][0xe5]|[0xa7][0x93][0x8]t[0xa4][0xc4][0xfb][0x15]h[0x1b][0xfa][0xdd][0xe4][0x9b][0xea][0x3][0x93][0x8c][0xbe][0xa7][0xc0]][0xfa][0xe6]n[0xbd][0xfb][0xbe][0xf3][0xee][0x7][0xb6]k;[0x82][0x87]D[0xf0]<[[0xf0][0xff][0xc4][0xba][0x17][0x81][0xca],[0xf8][0x93]}'[0xdc][0x13][0x9][0x3][0xbd][0xbb]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0xba][0x7][0xc9][0xed][0xa4]@[0xa4][0x8d]R[0x94]+[0xf1]{@fD+[0xea][0xa6]8[0xdf]RJ[0xa5]jOS[0xad]Zo[0xab]H[0xb5][0xe9]9[0xa5][0xaa][0xaf][0xbb]3[0x10]{9x"[0xbe][0xb][0x9a][0xf8]0[0x18][0xbb][0x1b][0xbe]|[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]8[0xc2][0xf9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]}[0xd0][0xcc][0x3]0[0xfd][0x83]T[0xcb][0xf][0xa1][0x9c]=L[[0xf9][0xa3]@'[0xf][0xd0].[0xee]w[0xb4]3[0x83][0x16];[0xda][0xd9][0xe3]hg[0xf]0[0xe6]}[0x90][0xa9][0x18]hQJ[0x90][0xa5][0x81][0xf1][0xa4][0xeb][0xbe][0xf3]T[0x88];[0xe2]yb[0xe][0x8c][0x97]b[0xc2][0xf2][0xd7]2[[0xfc]>[0x1b]F[0xce]/[0x98]YS05[0xd0][0xa9][0xe0]Kz[0xe4][0xb1]r[0xfa]Jg[0xc2][0xeb]L[0x4]2[0xa1]S"[0x8e][0xc3]'[0xc9][0xc5][0x9f]Bj}[0x14]%[0xf9]1[0xb8][0xee][0xa9][0xac][0x18][0x9d]os[0xe9][0x2][0xaa]|@[0xc5][0xa8]_[0xfe]j[0xe7][0x14][0x1c][0xcb][0x2][0xb3][0xdd]+[0xa0][0xe1][0xc0][0x9][0x9a]Z05[0xd8][0x19].[0xb3]o(y[0x18][\r][0xd0][0xaa]}+,[0xbf][0xb]f[0x94]i[0x1d][0xfc][0x14]i[0xfc]4[0xe5][0xf1][0x0]ME?[0x13][0x90]![0xad](w[0x96][0x1b][0xcd][0xb6][0xbf]6[0xca][0xe8][0xa7][0x8a][0x5][0x8d]f*f,E[0x5][0xe4][0xaa][0xed]f[0xde][0x8a][0xab][0xb6]G[0xee][0xd4][0xe7][0x18][0xe0]Pc8[0x8f][0x8e][0xc5]?[0x3]Z[0xb7][0xb8][0xfd]#[0xc8][0x9][0xc1]V[0xf9]FX[0xc8][0x0][0xb3]u[0x8d][0x91][0x82][0x1b][0x6]h[0xf5][0xe]'[0x1f][0xd4][0x6][0xef]'[0xa4][0xa8]~[0x80][0xf2]w[0xd8][0xa9][0x1][0xc3][0x82][0x15][0xb2](b%[0x9]8[0x9b][0xaf][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91]N=[0xe][0xd0][0x1a][0xeb][0x3][0xc3][0xb3][0x91][0x82][0x1b][0xd5][0xb2][0x1][0x1a][0x93]I[0xea]^[0xc4][0x9f]E[0xf6][0x6][0x15][0xf4][0x1c][0x5][0xf9]Y[0xb8][0xcb]s[0xc8][0x14][0x9f]G[0xf0]|[0x81][0xb6]`n[0x7][0x89][0xae][0xe6][0xe7][0x9d]L1[0x1][0xd0]<[0x9d])Zm[0x3][0xe4][0xd3][0x95][0xf4][0xb][0xc4][0xba][0x95][0x17]f[0x92][0xe7][0x1f]4A[0x7][0xe]*[0xda][0x8b]V[0x4][0xb7]>r[0xbd][0xc4][0xf2][0x81][0xe1]%[0x9d][0x1e]z[\r][0x91][0xab][0xa1][0x0][0xfe][0xca]J[0x13][0x0]U[0x16]8[0xe8][0x3]k[0x9d]rX(B[0x15][0x0][0xef][0xe][0xd0]:\[0xec][0x94][0xc8][0xcf]`,[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xd6][0xbd][0xb3][0xde][0xd1][0xcf]2G)[0xeb]#g[0xa9]a[0xa7][0xa5][0x83]Az[0xb]&[0xfa][0xa9][0xb8])\[0x15][0xb4][0x16][0xc]Rc[0x4][0x86]][0xaf]T[0xf3]E[0xc9][0x9e][0xeb][0x81][0xba]P[0xed]l[0xbd][0xd4][0xd2]80[0xf5]}[0x18][0xee]E[0x84][0xd2][0xf][0xa1][0x97][0x1f][0xc3][0x3]~[0x8e][0xc4][0xf2][0x12][0xaa][0xe2][0xcb][0x8][0xa3]_[0xd1]z[0xfe]5[0xed][0xe4]Wh[0xf][0xff][0x86][0xae][0xe2][0xdf]R[0x8c]Gq[0xbc]K[0xf1][0xab][0x8e][0xa7]\[0x85][0x9a][0xf8]_[0xf4]kP][0xc][0x9a]i[0xad][0xf5]9[0xc1][0xd5][0x87]K[0xd0]o[0x9d][0xaf][0x9f][0xde] B[0xaa][0x80]M[0x9d]~W([0xf1][0xf4][0x8a]JtL[0xbf][0x87][0x95][0xfe][0x80][0xeb][0x91][0xe5]([0xeb][0xec][0xef][0xcc][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B5[0xee][0x82][0xd0]d7[0xca][0xfe][0xc6][0xb6][0xeb]3q[0xa3]>[0xb9][0xc0][0xbf]\[0xc0]{[0x99]X[0x19][0x7][0xf][0xdb][0xa7][0xc]o 7Y[0x8e][0xfa]g[0xfa]oK[0xff][0x1a][0xc0][0xaf][0xfa]N[0xf0][0x2][0xf4][0xdf]4[0xec][0xa3][0xf0][0x0]m[0x92][0xf]*S[0xce][0xd2]f[0xe7][0x3][0xf6][0x16][0xf8]]0[0xfd][0x1]{[0xeb]9YS[6lM3[0xd6][0x94]e[0xd6][0x94][0xdd][0x8f][0xdb]{[0x10]W[0xf7]~[0xf2][0x85][0x83][0x0]U[0xae][0xc5][0xee]bw[0xd9][0x9][0xda][0xa2][0x10][0xbc][0x1b]4Z[0x9e][0xa5][0xb2]f[0xab]oX[0xee]QP[0xde]=[0xc9]c}1[0xf3]M[0xf2][0xc][0xd0]6[0xdc][0xef][0x83]x3[0x9][0xeb][0xad]]bJk!7[0x1f]u[0xc3][0x9a][0x8f][0x85][0xcb][0x14][0xc8][0x91][0xf0]{[0x90][0x1e][0x86]I[0xad]~[0xbb]]3[0xae][0xc6]M[0x8d]4[0x4]1<1_[0xf3]Q[0x91][0x96]O[0xa5][0x9a]A[0x1]m[0xc]-[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]Z+[0xa2][0x95][0xda]x[0xda][0xa5][0x95][0xd2][0xd5][0xda]Dj[0xd7]&[0xd3][0x1]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa5][0xb4][0xa9]tD[0x9b]F[0xb7]i[0xd3][0xe9]Am[0x16]=[0xac]]F[0x8f]h3[0xe8])m&}[0x6][0xef]?[0xa7][0x95][0xd3][0xf3]Z[0x85][0xd2][0xf8]z[0xc4][0xf6]m[0xc8][0x98][0xc1][0x1d][0xd6]C[0x8f][0xe0][0xc4][0xff][0xc5]M[0xd6][0x3][0xa0][0xd4][0xa2][0x9c]@<[0xfd][0x5][0xc7][0x9]^[0x80][0x13][0xfc][0x1f][0xec]Q[0x8a][[0xf2][0xdf][0x94][0x8b]T[0xd3][0x1d][0xb8]UJ[0x82]I[0x17]^[0x8b][0xda][0xdf]m`%[0xf9][0xcf][0x3][0xe5][0x9e][0xa7][0xcb]8[0x1f][0x95]Hc[0xf9][0x8e][0xec]U!v[0x1e][0xe9]E[0xa7]H[0x9c][0x9d][0xc3][0xb4]{[0xd8][0xb4]K[0xa6][0x11][0xf2][0x81][0xcf][0xe3][0xbc]!L}{b[0xda][0xe5][0xbc][0xe0][0xe0][0xf7][0xb8][0x90]h[0xf2][0xbf]$[0xd8]N[0xd7]j[0xca](=M;[0x8a][0xae][0x8c][0x9c][0xa6][0xf9][0xc1][0xd3][0xb4]3[0x1d]m[0xbb][0x86]}[0xef][0xd3]*[0xa9]D[0xab][0xca][0xc2][0xdf][0xa5][0x8e][0xb0][0xa5]8[0xed][0xaf][0xaa][0xa0][0x96]:[0xf1]P[0xaa][0xf0][0xa3][0x8b]|[0xb8]2[0xa7]/#s[0xd4][0x1b][0xe0][0xeb][0xb3][0xb4][0x1b][0xde][0xb4][0xe7]I[0x9a][0xe0][0x2][0x6][0x12][0x10]Ya[0xa7][0xcc][0xb7][0xc5]Z[0xf4][0xeb][0xa1][0x3]I[0x9e][0x1a][0xbb]a`A[0xe5][0x1a][0x10][0xa0][0xfc][0xe7][0xa3][0x0]O[0xa6][0xf7]x[0xf3][0xfe][0x1f]PK[0x7][0x8][0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classuN9[0xe][0xc2]0[0x10][0x9c][\r]![0x9]T<[0x0]zhp[0x1][0xa2][0xa1][0xa3]H[0x85]D[0x11]D[0xbf][0x9][0xc6]821[0xb2][0x1c][0x1e]G[0xc1][0x3]x[0x14]"[0xa6]A[0x14]l13[0xd2][0x1c][0xda][0xe7][0xeb][0xfe][0x0][0xb0][0xc0] E[0x9a]"#d'[0xeb].[0xec][0xf7][0x96]0[0x9e]nk[0xbe][0xb1]0[0xdc](Qx[0xa7][0x1b][0xb5]i[0xb5]9J[0xb7][0x9e][0x1d][0x8][0xc3][0xc2][0xb6][0xae][0x92][0xb9]6[0x92]0[0xf9][0xf1][0xf3][0xcf][0x86][0xe7][0xd2][0xc8]y[0x98] [0xac][0xac]S[0x82][0xaf]\[0x9d][0xa5]0V[0xa9].[0x1b]xY[0x8b][0xd6]k#[0xfe][0xb5][0x9][0xa3][0xef][0xb][0xbb][0xb2][0x96][0x95]O[0x8][0x84][0x8][0xe1](&[0xf4][0x10][0x7][0x85]~[0x87][0x11][0x92]7PK[0x7][0x8]Jkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/apache/logging/log4j/util/StringBuilders.class[0x95]V[0xeb]s[0x13]U[0x14][0xff]m[0xf3]X[0xb2][0xd9][0x96][0xb4][0xb4][0x94]B-[0x15][0x10][0xdb][0x94][0xb6]"[0x5]4[0xa5]([0xa4][0xd4][0xa6][\r]TIm[0xa1][0x88][0xb0]M[0xb7]iJ[0xd8]M7[0x1b]jE[0xc5][0x7][0xca]K[0x10]_hUFG?[0xf0][0xa5][0x1f]d[0x9c]Y[0xc1][0xf][0x8e][0x8f][0x19]g[0xe0][0xf]p[0xfc][0xe0][0xc8][0xff][0xe1]8[0xea][0xb9]w[0xb7]y[0xd8]6[0xd2][0xcc]d[0xef][0xbd][0xbf]s[0xee]9[0xe7]w[0xee]9w[0xf7][0xee][0xdf][0xdf]}[0xf]`[0x1b][0xae]K[0xd8][0x84][0x98][0x88]A[0x9][0xcf]b[0x88]=[0x86][0xfd][0x4][0x1f][0x12]q[0x98][0x8d]#[0x12]6[0xe2][0x8][0x83][0x9f][0x13]q[0xd4][0xf][0x9][0xcf][0x8b]8[0xc6][0xd6][0xc7]E([0x12]*0[0xca][0x16]q[0x11]c[0x12]*[0xa1][0xb2][0xc5][0xb8][0x88][0x84][0x84]jL[0xb0]ER[0xc4][0xa4][0x84]Z[0x9c]`[0x8b][0x94][0x88][0x93][0x12][0xd6]B[0x13][0xa1]K[0xa8]GZ[0xc4][0x94][0x84][0x6][0x18]L[0x98][0xf1]C[0x86][0xc9][0xc4]Y[0x11][0xa7]DL[0xb][0xf0][0xee]JjIs[0xb7][0x0]WS[0xf3][0x90][0x0]wX[0x1f]S[0x5][0xac][0x8c]&5[0xf5]@[0xf6][0xe4][0xa8]j[0xc]*[0xa3])B[0xaa][0xa2]z\I[\r])F[0x92][0xad][0x1d][0xd0]mN$3[0x2][0xda][0xa2][0xba][0x91]hW[0xd2]J|BmO[0xe9][0x89]DRK[0xb0][0xb1]c[0xb2]=k&S[0xed]1[0xd3] do6[0x99][0x1a]S[0x8d]L[0xa7][0x80]r%[0x9d]V[0xb5][0xb1][0xee][0xa9]!%[0x95]%;=M[0xd1]I[0xe5][0x94][0xd2][0x9e]Rhc[0x91]vg[0x81]``tR[0x8d][0x9b][0x9d][0xcd]K[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xcb][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8]+[0xa1][0xe0]9e{[0xac]ZhW@[0xc0][0xe][0xab]_[0x9d]q"[0x13]1C[[0xf6]i[0xa6]A[0xa3][0x1c][0xd1]4[0xd5][0x8][0xa7][0x94]LF%[0xd2][0x91][0xff][0x8b][0x99]S[0xdf][0xaf][0xa4]7[0xf1][0xfd]%[0xc3][0xf6][0xa8][0xb6][0x8b][0x9a]Ew[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X][0x9c][0xfc][0x99][0xf4][0xfc][0x1],[0xea]j[0xd7][0x2]O[0x9d][0xb][0x91][0xdd]d[0xd6][0x17]K&4[0xc5][0xcc][0x1a]dI_[0x1e][0x9d][0xfb][0xf4]Q[0x8a][0xf4][0xa1][0xfb]:[0xf4][0x85][0xc6][0xef][0xa3][0xc]\'[0xd4][0x99][0xe2]3v[0xcc][0x8][0xf0][0xdb]g[0xec][0x14]^[0xdb][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0xfa][0xa3][0x92][0xf1]1fe|[0x82]O[0x5]lY[0xce][0xbd][[0xc4][0xc0].i[0x11][0x9f][0xcd][0x7]W[0xdc][0xde][0x2]j[0x97][0xe8][0xb]*n[0xbb][0x83][0x4][0xd4]7[0x85]K5ak[0xd3][0xf2][0x9a][0xd6][0x9b]P[0xcd]~[0xd6][0xb7][0xd5]M[0xcd][0x8b][0xdd][0xce]+H[0xee][0xb4]m[0xeb][0xc2][0xb6]-iz[0xc5]8/[0x92]A[0x9d][0x5][0xbd][0xa4][0x1e][0xeb][0xef]mK6lI[0xfb]Im>4z[0x8d]F[0x98][0x97]H)}_[0x8a]j+[0xbf][0xa1][0x8f]m[0xe8]+[0xb5][0xc1]?[0xc6]+.[0xbf][0xa5][0x9b]m[0xe9].[0xb5]E[0x1e][0xb5][0xeb]0[0xbf]g[0x84][0xed][0x19])[0x19]W[0x9c][0x18][0xe7]7[0x84][0xe9].[0xc8][0xb0][0xa2][0xcc]C1[0x82][0xc6]YA[0xe6][0xa1][0x1e]f[0xb6][0xa7][0xe4][0xc9]2[0xb3]{[0xe8][0xea]qSZ[0xc8][0xa8][0xdf][0xd4][0xa3][0xfa]4[0xbd]K[0xf9]u[0xe3][0xa6]2"[0xb0][0xbc][0xa8][0xc][0xb1][0x95]>[0x8a]6[0x81][0xfd]D[0x94][0xb1][0xfb][0x6][0x2][0x1e][0xe6][0x9f]St/[0xd2][0xe8][0x9]~[0xb][0xe1]&M[0xca][0xd0]DO[0x89]F`[0x1d][0xdc][0xf4][0xc9][0xd3]L3[0xd9]VB[0x10]-4[0xfa][0xb0][0x5][0xad][0x8e][0x81]n[0xd2]d[0xba][0x81]``[0x83][0x5]W[0x8b][0x5]7[0x9f]|[0x9d][0xb3][0xe5][0xe5]{7s;[0xab]m][0xb4][0xa1][0x9d][0x7][0x13][0xc0]#[0x14][0x1a]e[0x8a]n[0xab][0x1d]$c[0x16]G[0xe0][0xe2]Z[0xd5][0xc1][0x96][0xdb][0xf0][0x8][0xf8][0x1]^[0x9a][0x88][0x2]na[0x5][0xb3][0xea]*[0xb0][0xba][0xb5][0xc0]ju[0xce]j5v[0xe2]1[0x92]?[0x9e][0x8b][0x9c]!![0x9a]u[0xf2][0xa8]vq][0xe][0x83]aB\4[0xd6][0x5])x_[0xa0][0x8b][0x82][0xe7][0xc][0xb6],E[0xa5][0x8b];m[0xb4]7[0xe5][0x9c][0xd6]a7[0x9e][0xe0][0xf2]:N[0xaa][0x8c][0x9c]<[0x89]=[0xb6][0x13][0xe1][0xb4]C[0xea]^[0xcb]/[0x90]Z~[0x84]w[0x16]+[0x83]-D[0x8d]\[0xe][0xdf][0xc0]][0x82][0xa4]Y[0x4][0x8][0x91][0x82][0xb7][0xe1]/[0xc3][\r]X[0x84][0xc9][0x8e][0x9a]l[0xa1][0x9c][0xd4][0xbe]"[0xa8]b[0x16]U[0xc][0xaa][0xb0][0xb0][0xd2]B[0x80][0xd0][0xcb][0x84]V:h[0xa5][0x85]*[0xb][0xab][0x8][0x9d]&[0xb4][0xda]A[0xab]-[0xd4]XXM[0xa8]Bh[0xad][0x83][0xd6]ZXc[0xa1][0x8e][0xd0]~B[0xd7]:[0xe8]Z[0xb][0xeb][0x88]4[0xa1][0xdb][0x9][0xad]w[0xd0]z[0xb][0xf][0xd8][0xde][0xd6][0x13][0xda][0xe0][0xa0][\r][0x16][0xd6][h$[0xd4][0xc7][0x92][0xe7][0x1e][0xbe][0x99];[0x9f][0x11]:[0x15][0xa0][0x17]~D[0xe8][[0xba][0x8f]>[0x99][0xfb][0xa9]v[0xa2][0x94][0xf7][0xfd][0x94][0xa8][0x3][0xd8][0x87][0x1][0xc][0xe2]i[0x1c][0xc1]3[0x98][0xc4]AL!F[0xaf][0xad]A[0x9c][0xa3][0xef][0xea]k[0x18][0xc2]u:[0x97]9[0x1c][0xc2]78[0x8c][0x9f][0xc8][0xda][0x1d][0xd2][0xfc][\r]G[0xf1][0x7][0x8e][0x15][0x9c][0xf9]=[0xec]u[0xd2][0xf]a^I[0xdd]4[0xaf][0x80][0xec][0xf7][0xaf][0xaa][0xaa][0xb1][0x1e]:[0x88]}[0xe8]qN[0xfb]g[0xaa]i[0x91][0xc6][0x8e][0xfa][0x1a][0xcf][0x17]hw[0xed][0xf0][0xd6]xk<_bc[0xb0][0xc6][0xbb][0xee][0xf8]m[0x1e]k[0x7][0xe5][0xa2][0x97][0x97]J[0x7]e[0xa4][0x97]3[0xe9][0xa0][0xbc][0xf4][0xf1][0x92][0xea][0xa0][0xec][0xf4]R[0x94]l6@3[0xf][0xe7][0xe4][0x87][0xfb]/[0xf8][0x84][0xc6]?YK[0xf8](q[0xf3][0x84][0xee]8[0x84]B[0x9c][0xd0][0xf6][0x1c][0xa1][0xe6]<[0xa1][[0xd8]P[0xc0][0x89]VyZ[0xbf].B[0xeb]<[0x85]{[0x81]h][0xa4][0xda][0xbe]D[0x94].Pk^[0xa1][0x86][0xba]Z@[0xab]5G+[0x94][0xa3][0x15][0xca][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe5]h[0x85]r[0xb4]B9Z[0xa1][0x85][0xb4]6sZeT[0xb][0xac][0xd5][0xe]b;[0xbf][0x83][0xe8][0xfd][0x81][0x17][0xd0][0xe1][0xf5][0xfd][0xb]PK[0x7][0x8][0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/apache/logging/log4j/util/StringMap.class[0x95][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xf4]'[0x89]Uk[0xfd][0xa9][0xfa][0x6][0xa6][0x1b]gawY[0x89]P[0x10]*[0x5][0xb]][0xb8][0x1b][0xd3]k~[0x18][0x93]8M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf6][0xd1]\[0xf8][0x0]>[0x94]x3[0x96]"E[0x4][0x17]3[0x87][0x99][0xf9][0xee]=[0xe7]2[0x1f][0x9f]o[0xef][0x0][0xae]p[0xee][0xa2][0xef][0xe2][0xd4][0xc5][0x99]@;[0xd4][0xa4][0x8c]@[0xd3][0x1f][0xcc][0x4][0x1c]z[0xa9][0x94]^[0x8][0xf4][0xfd]q[0xaa][0x96]Jj[0x95]Er[0xf2][0x98]RX[0x6][0x83][0x7][0x6][0x9e][0xc][0xd1][0x8a][0x4][0xbc]X-[0xe2][0x9b]|N[0xb6][0xf4][0x96]/[0x92][0xc5][0xc8][0xe4]+[0xca][0xec]E[0x8d][0x16]Uy[0xad][0xb5][0xc0][0xd0][0x1f][0xe7]&[0x92][0xaa]PaLR[0xe7]Q[0x94]pS[0xd6]a*[0xab]2[0xd1][0xf2][0x9e][0xd4]|[0x92][0xe9][0xd7]ii[0xf8][0xe5]N[0x15]A[0x9d][0xc5][0xe3][0xfa][0x99][0xd2][0x15];\[0xfc]L[0xf3]M[0x5][0xbf][0xe4][0xab][0x7]0[0xf4][0x9c]/ik[0x80]uI[\r]t[0xa6]yeB[0x1a]%[0x9a][0xa1][0xee][0xc6][0xf1][0xb2][0x86][0xd9][0xe8][0xef][0xa0][0x1b]\[0xa0][0xb7]m/ [0xff]9[0xa5]# [0xd0][0xe0][0xd5][0xe4]_[0xf1]Z[0x2]-[0xb4][0x1]V[0x7][0xae]Uo}[0xde]A[0xc7][0xea].[0xf6][0xac][0xee][0xa3]k[0xf5][0x0]=[0xab][0x87]8[0xe2][0xe][0x2][0xc7][0xbc]7p[0xf2][0x5]PK[0x7][0x8]DM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/apache/logging/log4j/util/Strings.class[0x95]Vks[0x13]U[0x18]~N[0x93]fs[0xd9][0xb4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[\r][0x85]p[0x11][0x4]i[0xd3]K( ([0xd2][0x8a][0xd0]X[0xa0][0xd2][0xa6][0xb5])[0xe5][0xa2][0x88][0x9b]tI[0xb6][0xa4][0xd9][0x90][0xdd] ([0x2][0xde][0xc5][0xbb][0xa2][0xce][0xe0][0x1f][0xe0][0x8b]3[0x16][0x9d])Ug[0xd4][0xf1][0x3][0xce][0xf8]UGG[0x1d]G[0x9d][0xf1]6[0x8e]?[0x81]Q[0xdf]s[0xb2][0xb9][0xb4][0xdd]0u:=[0xbb][0xe7][0x9c][0xf7]}[0xde][0xe7][0xbd]n[0xbe][0xfc][0xe7][0xa3]O[0x0][0xdc][0x8e][0xb7][0xbd]X[0x8d]1[0x9][0x7][0xbc][0xa8][0xe3][0xcf]q[0xfe]<[0xc8][0x97]C|9[0xec][0xc5][0x11]<[0xc0][0x97][0x7]}8[0x8a][0x87][0xbc][0x8][0xe0][0x18]_[0x1e][0xf6]@A[0x82]_$}[0x98][0x80][0xca][0xcf][0x8e][0xfb][0x90]BZ[0x82][0xe6][0xc6]$=[0xe1]E[0x6]S[0x1c]&[0xcb][0x17][0xdd][0x8b][0x1c]N[0xba][0x91]w[0xc3][0xe0][0xaf][0xa6][0x87]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x12]N1[0xd4][0xf7][0xf][0x8d][0x8c][0x1d]f[0x8][0xc]N*[0xa7][0x94][0xee][0x8c][0x92]Mu[0xc7][0xcd][0xbc][0x96]M[0xf5]0[0xf8][0xa3]z[0xd6]0[0x95][0xac]9[0xae]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*C[0xc3][0xe0]@[0xac][0xff]X[0xbc]d[0xf7][0xe8][0xee][0xb1][0xe1]Q[0x6]W[0xaf][0x96][0xd5][0xcc][0x9d][0xc][0x8e]p[0xfb]8[0x83]3[0xaa]O[0x90]X[0xe3][0xa0][0x96]Uc[0x85][0xa9][0x84][0x9a][0x1f]S[0x12][0x19][0x95][0xa3][0xeb]I%3[0xae][0xe4]5[0xbe][0xb7][0xe][0x9d]fZ3[0x18][0xda][0x6][0xf5]|[0xaa][[0xc9])[0xc9][0xb4][0xda][0x9d][0xd1]S)[0xb2][0xcd][0x9f]['[0xbb][0xb][0xa6][0x96][0xb1][0xd8][0x18]D[0xc7]5q[0xb2][0xa0][0x9b][0xa4][0xd9][0x1a]^[0xc8][0xb6][0xdd][0xce][0x1][0x87]a[0xe6][0x19]$[0xcd][0xe8][0xa3][0xf3][0x13][0xc]K[0xed][0x14][0x8f]00[0xe2][0xe1][0x8f][0x9b]J[0xf2][0xc4][0x90][0x92][0xb3][0xe8][0x91]V[0xff]T[0xce]<[0xc3][0xb0][0xb2]Z+[0x9a]V[0xf2]q[0xf5]dA[0xcd]&U[0xa1][[0x97]$[0xe5][0xe5][0xb5]$[0x18][0xbc][0x9a][0x11][0xd3]M[0x8b]@qc[0xe1][0xd6][[0xee]4[0x9a][0xfa][0xa8][0xae][0x9b][0x7]r95[0x1f]U[0xc]:[0xf1][0x12][0xb5][0xa9]1=V[0xc8]d[0xc8][0x80]iHx[0x84][0xe2]5[0xa9]kY[0x86][0xf6]j6[0x3][0xa6][0x9a][0xe7]t{[0xa2][0xb6][0xfe][0xbb]5[0xeb][0x9e]!h[0xa7][0xc5][0xe0]1[0xd4][0x9c][0x92]WL[0x9d][0xe2][0xc4][0xa2][0xc]-s3u&W[0xca][0xd6]2[0x1b][0xfd][0xde][0x8e][0x9d][0x1c]"[0xae][0xa5][0xb2][0x8a]Y[0xc8][0x93]T[0x97][0x1d]9.f[0xcf][0xaf][0xe4][0x8b]H[0xb4][0x10]'"5d[0x1d]zbrn[0x9d][0xe]'&[0xd5][0xa4]YvS[0xf8][0x10][0xb4][0x3][0xa4]P[0x1f][0xd7][0xf2][0x86]I [0x89][0xc2]q[0x86][0xd0][0x2][0xfc][0xbe][0x82][0x96][0x99]P[0xb9][0xe4]2[0x1b][0x0][0xee][0x0]u[0xb][0xf5]j[0xc5][0xc3][0x5][0x2]52[0xd0][0x9b][0xcc]X=[0xe2][0x8d][0xeb][0x85]|R[0xdd][0xa3][0xf1]p[0xca]VYo[0xe4]:2[0xd6]a=[0x99][0xae][0xc1][0x8a]a[0xfd][0xcd][[0x84]W[0x9c]![0xe3]4[0xce][0xf0][0xe5]Q[0x19][0x8f][0xe1],[0x95][0x8c][0x8c][0xc7]qV[0xc6]&[0x9c][0x93]p^[0xc6][0x5][0x8b]Q[0xb0][0xe3]:[0xfc][0x4][0xe4][0x9e][0x81][0xe7]2$[0xe7][0x15]8[0x1d][0xef][0xd2][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "kW[0x15]V[0x10][0x1b][0x5]V[0xb7][0xb8]u48v[0xd1][0x97][0x82]O[0x1e][0xb]w[0xc0][0xc2]m&\[0xb9][0xe3]Cx[0x19][0xde][0xa9][0x1]{[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x19][(HeX[0x11]vk[0x99]n[0x9f][0x5][0xeb][0xef][0x98][0x85][0xaf][0x16]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0]_[0xc5][0xb3][0x1e]u>[0x81][0xb7][0xad]L[0xb3][0x1a]O[0xae][0x85]w~[0xe]^[0x85]`[0x19][0xef][0x8e][0xda][0xf9]i+[0xe5][0xa7][0xcd]>?[0x17]m[0xf2][0xc3]pg[0x19][0xb0][0x97][0xa4]yq[0xb8];[0xdf][0x87][0x6][\r][0xf3][0xf5]/[0x9][0xfd][0x96][0xa2][0x8c]U0[0xfc][0xad]ST[0xa3][0x7][0xdb][0xcb]H[0x1a]=[0xb9][0xd4][0x8a][0x8e]/ [0xb1]+[0x90]x[0xb6][0x7];[0xc9][0xef][0xcb]b[0xef][0xec][0x9c].[0xfb]],[0xc8][0xf7][0xc8][0xdb][0xe9]*[0xfc][0x15][0x16]??[0xfd][0xdd]%[0xf0]y[0x14][0x9a][0xe0]tG%[0xec][0xb8][0x1][0x1f][0xad][0xbb][0xe8][0x9f][0xcc][0xf6][0x8][0xe2][0xdc]l[0xda]r[0xa0][0x89][0xcc][0xd6][0xb3]i*[0x85]F[0xfa][0xc9]5[0x8b]%[0xdc][0x9a]SXk [0xab][0xc0][0xa7][0xb4][0xfb][0x8c][0xbc][0xfa][0xbc][0xca]b[0x13][0xee][0xc6]N[0xe1]Q[0x13][0xee][0xa1][0xfa]c[0xd8]][0x8e][0x16][0xbf][0xeb][0xb3]2[0xe1][0x0]sQ[0xec]yh[0xee][0x15][0xd6][0xfb][0x8b][0xd6][0xd9]z[0xba][0xaa][0xe7]%Q[0xb6][0xde][0xc4][0xb][0xd1][0x15]h[0xe6][0xef]A[0x86][0xa1][0xd2][0x91][0xbb]k[0x16]K[0xa7]y[0xda]h{[\r]-[0xb1][0xae][0xeb][0xf0]D[0xba]f[0xb0][0xec]`Q[0xe4]2[0xd6]FVR[0x12][0xf][0x16][0x15]w8C[0xce][0xeb][0xf0]FBN.r[0xe5][0xdf][0x1f]#Vv[0x8b]>[0xed]!~[0xc0]W[0xb4][0xfb][0x9a]|[0xfa][0x6][0x8d][0xf8][0x96]f[0xc5]w[0x94][0xe3][0xef]i[0x1e][0xfc]@[0x99][0xfa][0x89]*[0xe9]g*[0x9d]_(T[0xbf][0x12][0xe1][0xdf][0xb0][0x1f][0xbf]#[0x8e]?p[0x8][0xe2][0x18][0xfe]B[0x2][0x8b]Xl%[0x17][0xe2][0xe4][0xf5][0x1e][0xec]%<^[0xdf][0xfb][0xa8][0xbf] [0xde][0x8a]Q[0x9]!F[0x9d][0xbc][0x97][0x9c][0xde]B[0xc5][0xbd][0x1f][0x83][0xe4]v%R\~[0xc8][0x8a]T[0x0].[0x97][0xef][0x6][0x82][0x12]bb[0x1d]^Wg[0x5]n[0x84][0xaa][0xe6][0xfe][0xf2][0xa4]j[0x15]9[0xa1][0xdc][0xcc]by [0x14]X1[0x83][0x95][0x1f]`[0xd5]UQ[0x9d][0x95][0xea]k[0xa3]uTh[0xc7][0xff][0x3]PK[0x7][0x8][0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/apache/logging/log4j/util/Supplier.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x83]K[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r2S[0x8b][0xf4]@*[0x19][0x19][0xd4][0xf2][0x8b][0xd2][0xf5][0x13][0xb][0x12][0x93]3R[0xf5]s[0xf2][0xd3][0xd3]3[0x81]:[0x81][0xb4]I[0x96]~iIf[0x8e]>L5#[0x83][0x0][0xba][0xc9]l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0x2][0xf4][0x1][0x3][0xb][0x90][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4]11[0xb0][0x1]1[0x84][0xc5][0xce][0xc0][0x1][0xa6]9[0x1]PK[0x7][0x8]i[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/apache/logging/log4j/util/TriConsumer.class[0x8d][0x8d]=[0xe][0xc2]0[0xc][0x85][0x9f][0xf9]i[0xf9][0xe9][0xc0]1`![0x3],P[0xc4][0x82][0xc4][0x2][0x12]H[0xad][0xba][0x87]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]J[0x8b]B[0xcb][0xe1][0x18]8[0x0][0x87]B[0xa4]eA[0x94][0x1]K[0xd6][0xb3]?[0xfb][0xd9][0x8f][0xe7][0xed][0xe]`[0x2][0xcf]E[0xcf]E[0x9f][0xe0]p![0xe4]9'[0xcc][0x86][0xdb][0x98]_9Kx[0xaa][0xd8][0xee][0x10]K[0x91][0xfb][0xff][0x90]QD[0xe8][0x6]Z[0xa5][0xc0][0xff]0[0xf1][0x1b][0x88][0x11]o5#[0xc6][0x5][0x84]EW[0xdd][0xba][0x8f]s[0xcf][0xb9]U[0xe9][0xef][0xbf][0xbf][0xec][0x3][0xb8][0x85][0xdb]:tL[0xe9][0xb8][0x8a]k[0x1a][0xae]w[0xa3][0x1b][0x5][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xd2]S[0x92][0xc7][0xb2]<[0xde][0xd0]pS[0xc3]4[0x83][0x1e][0x8][0xcf][0x99][0x8f][0xd7][0xd6]x[0xc0]0[0xf2][0xbc][0xd6][0xb2]6-[0xd3][0xb5]<[0xc7]\[0x8a][0x8e]B[0xc2]m[0xf0][0xe0][0xe][0x83]f[0xc7]A[0xc0][0xbd][0x88][0x81]-2[0xa4][0xe7][0x84]'[0xa2]{[0xc]J[0xa1][0xb8][0xcc][0xa0].[0xf8][\r][0xce][0xd0][[0x13][0x1e][0x18][0xaf][0xd7]y[0xf0][0xc4][0xaa][0xbb][0xe4][0xe9][0xab][0xf9][0xb6][0xe5].[[0x81][0x90][0xe7][0x8e][0x93][0x9][0xaa][0x88][0x9a]"d[0xe8]Z[0x8a][0xac][0x88]\[0xc6][0xa2][0xe7][0xf1]`[0xc1][0xb5][0xc2][0x90][0x93][0xbb]\[0xf3][0x3][0xc7][0xb4]6,[0xbb][0xc9]M[0xd7]w[0x1c][0xa2]"[0xf7][0xd9][0x96][0x19]G[0xc2]5[0x9f]zu[0xbf]=[0x95][0xd4][0x12][0xb5][0x1e]2[0xec][0x97][0xf][0xac][0x8d][0x4][0x9f][0xa4]1d[0x1c][0x1e][0xfd][0xa7][0x80]!W([0x9e]"/[0x1d][0xf0]0vI[0xdd][0xf0])I[0x19][0x11][0xce][0xfb]m[0xde]x[0x1c][0x88]u[0x11][0x89]M"[0x9e]/[0x9c][0x98]_\[0x95]2y[0x9b]@[0xf5]%?[0xe]l~_H[0xf9]z[0xc2]~Z[0x96][0x19][0xe8]EF[0x83]i[0xa0][0x82][0x19][0x86][0xc1][0x13][0xa0][0xc][0x9c][0x87]!s[0xab][0x6]][0xf1][0x8c][0x81][0x1e]\00[0x8b]*C[0xf1][0xcc][0x83]"[0xfa][0xff][0xe0][0x1f][0xd5][[0xdc]&b[0x93]g('[0xc6][0x96]m[0xf3]0[0x9c][0xaa]T*[0xc9][0x8d][0xd3][0x3]P[0xb][0x8b][0xf2][0xe2][0xff]Ffd[0xa4];[0xe4]Q[0x8d]{N[0xd4][0xc4][0x4][0xbd]4[0x9d][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0x92]{b[0x11]i[0xda][0x15][0xfa]H4[0x18].[0x92][0xf5][0x6]][0x14][0x1][0xcc][0xd2][0x1e]X[0xe9]3R[0xdf][0xa0][0xec]BU[0xe6]r[0xa5][0x1d][0xa8][0xfb]o1$[0xf7][0xdc]W(+[0x99][0xec][0x1e]=[0x97]-[0xc6][0xde][0x1f][0xfe][0xf8][0x98][0x0][0xf5][0xd1]:[0x82]4[0xad]kP[0xd1] x[0x7][0xc3]h[0xa2]@[0xfb]4Z[0xb8]D[0x91][0x1][0x82][0xcf]`[0xc][0xfd][0x14]e[0xb2][0x11][0xb2][0x18][0xa2]}[0x98][0xbe][0xc]R[0x87]r[0xd1]0B[0xa1][0x3][0x8c]RF[0xe][0xf9][0xe][0xb5]g[0x84],[0xa9][0xe5]%[0x83][0xcf]H[0x97]Vv[0xa0][0xad][0xaa]/v[0xa1][0xbd][0xae][0xd6][0xca][0xca]'[0x9c]+[0xe8]H[0x4][0xa1]Ka[0xeb][0x84][0xee][0x11]'[0xff][0xb8]7[0xd5]w:f[0xa1]Q[0x87]1Bg[0x18][0xa7][0x1][0x1d]uyEu[0xb2]r\[0xb9][0x9b][0xef]H[0xce][0x96][0xa5][0x91][0xaf][0xbe]C[0x97][0xba][0xbd][0x95]"[0xbd]?[0x95][0xed]c[0xc1][0x3]41 [0xa4][0xa9]F[0x4][0x19]c[0x90][0xec]Q[0xb4][0x93][0x86][0x13][0x94][0x93]"[0x9]R[0xac]l=[0xde]i-[0xad][0xcb]Ik)[0x9b]~[0x0][0xbf][0x90]b[0xfd][0x7][0xc9][0xec][0xaf]$[0x12]&[0x9]GF[0xe8][0x12][0xe9]G1[0x0][0xfd][0xf]PK[0x7][0x8]l"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.class[0x95]T]S[0x1b]U[0x18]~N6aaY P[0x3][0xb4][0x80][0x1f]-mC[0x12]H[0xf8][0xaa]m[0xa1](A[0x91]h[0x2][0xd5]T[0xda][0x2]3[0xba][0x9][0x87][0xb0][0x98]n:[0x9b]M'[0xde]x[0xd5]_[0xe2]8z[0xc3][0x85][0xce]T[0xe8]X[0xed]x[0xd7][0x19][0xff][0x8a]3^y[0xd5][0xa9][0x1f][0xcf][0xd9][0xc4]B[0xc7][0xc6][0xc1][0x8b]=[0x1f][0xef]y?[0x9e][0xe7]y[0xdf][0xd9]_[0xfe][0xfc][0xe1]1[0x80]i[0xac][0x1a][0x8]c[0xd6]@/fu\2[0xa0]a[0xb6][0x83][0x96]7[0xd5]rY][0xaf][0xe8][0xb8]`[0xe0]*[0xe6]t[0xcc][0x1b]0pM[0x19][0x17]tD[0x95][0xf1]-ey[[0xc7][0xa2][0x8e][0xb4][0x80][0xe1][0xda]N)][0xdb][0xd9][0x91][0xae][0xc0]@v[0xcf][0xba]g%[0xcb][0x96]SJ[0xde][0xd8]u[0xa5][0xb5][0x9d][0xad][0x14][0xad][0xf2][0x9c]@G[0xde].9[0x96]Ws[0xa5][0xc0][0xf4][0xcb][0xbd][0xe6]7[0x8f][0xd9][0xf3]^#[0xaf]][0xde][0x96][0xee][0xdc][0x2]3[0xe8][0xc5][0x9a][0xeb]J[0xc7][0x13][0x18]j[0x15][0x9f]Q~m[0xf3][0xb6]c{[0xb][0x2]Ztl] [0xb8]T[0xd9]f[0xcd][0x9e][0xac][0xed][0xc8][0xd5][0xda][0x9d][0x82]toX[0x85]2-}~[0xd0][0xba][0xe5][0xda][0xea][0xde]4[0x6][0xbd]][0xbb]*`[0xde][0x94][0x85][0xbc][0xb5]#[0xf3][0x9e][0xe5][0xd1]jf[0x1c]G[0xba]Ke[0xab]Z[0x95]|[0x9d][0xca]V[0xdc]R[0xd2][0xba]k[0x15]we[0xb2]\)[0x95][0x88]T[0xed]3{[0xc9][0x9a]g[0x97][0x93][0x1f];[0x85]J}[0xf4]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0xa4][0xf7][0x2])[0xf2][0x88][0x8e][0xb5]d, l~[0x19][0x81][0x90][0xe5][0xba][0xd6][0xe7][0x2]gZ[0xcb]C'[0xdb][0xd9][0x96]u[0x81][0xc0]&#[0xda]\Y[0xad][0x95])[0xd4][0xe9][0xff][0x88][0xe8]"[0xb0][0xe2]g9[0xeb]n[0x93]y[0xd8][0xae][0xa6]+u[0xb9]}[0xdd][0xb5][0xef][0xd8][0x9e]}[0x8f][0xa6][0xe1]h[0xcb][0xf8][0xb1][\r][0xa5][0x95][0xac]{:[0x96][0x4]b[0xd1][0x13])29[0xa7][0x1a][0x12][0xa8][0xa7][0x4].[0x9e]0[0x80][0xf3][0x95][0xaf][0xd4][0xdc][0xa2]\[0xb6][0x15]H[0xc3][0xb7]O(T&[0x6]qZ [0xf2][0xd2]Q0[0xd1][0x87]S&[0xfa][0xd5][0xf2][0xe][0xde][0xd5][0xb1]l[0xe2]=[0xac]p@[[0x10]R[0xd9]2&[0xde][0xc7][0x7]&[0xb2]X1[0x91][0x3][0x85]L[0xfd][0xdf]>S[0xc6][0xa3][0x2]k[0x85]=Yd[0x17][0xce][0x9f][0x88]*[0xe7][0x95][0x13]"[0xf0][0xca][0xb]C[0xd1][0xc8]A[0x19][0xce][0x9d] [0x9][0xf5][0xb1][0x8a]EY[0xad][0x8e][0xa6]R)[0xfe][0xc9]![0x18][0xcd]([0xd5][0xb5][0xaa]J[0x1e][0x89][0xfe];[0xb7]z[0xfd]'nR[0xc5]u[0xd0]5+[0x9d][0x92][0xb7][0x8b][0xd7][0xf9]C[0xe8][0xe5]/#@=[0xa9]([0x8][0xcf][0xbf]Ex[0xeb]?v[0x1f]@[0x90]+[0x1b]B[0xcb][0x19]Zr[0xfc]][0x8][0xee]C[0xb1]C[0x4]b[0x8f][0xa0][0xdd]>D[0xf0]{[0x84][0x8e][0x8e]m[0xdf][0xf9][0x81]C\[0xbb][0xe9][0xc],2E[0x1a]=X[0xc2]0of#[0x1c]#[0x84][0x0][0x9e][0xdf][0xc0][0xd9]f[0xea][0xdf][0xa1][0xd3][0x13]([0xc6][0x1e] t[0x0][0xfd]g[0xb4]g[0xe3]Op[0xe9]!:~[0x82][0x91][0xd5][0xae][\r][0xc7][0x1f][0x89]H|[0xf8][0x11][0x8c][0xdb][0xe1][0xc8]!:[0xf3][0xf7][0x3][0xe2][0x9b][0xbf]~U[0xfe][0xf1][0x3][0x98][0xdc][0xdb][0x82]?[0x1a][0xcd][0x93][0x9f][0xa1]+[0x17][0x88][0xee][0x84][0xb6]5[0xb1][0x19][0xfc]t[0xed][0x8b][0xa9][0xd5]q[0xed][0x0]=[0xe3][0xdf][0xb2][0x8c][0xe6]C[0x9c]" `[0x19][0x9d][0x9c][0xa2][0x1e][0xac][0x90]{[0x6][0xaf]rZb[0xdc]S[0x1c][0x98][0xcb]d[0x9c][0xc6][0x1a][0xd7][0xeb][0xd8][0xc2][0x87][0xb0][0xf0][0x91]Oc[0x6]![0xaa]2[0x88]s[0x18]%Y[0x82]n[0x12][0xea][0xc4]-[0x9c][0xc7][0x5]R[0xca]1[0xd7]ED[0xf9][0xba]Ebc[0xcc][0xa8]!N[0x8f].h`PG[0xbb]x[0x8a][0x81]^:&0[0xde]T[0xe0]+[0xba]([0x5]bG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe4][0x12]O[0x10][0xd2][0xf6][0xb5][0x85][0x91][0x4][0xc9][0xf7][0xc5][0x13]#S_#[0x14][0xdc][0xbf][0xaf][0x91][0xf9]o[0xda][0xfe]s"g[0xd1][0xce]u[0x9d][0x0]n[0x92][0xc8]-6w[0x83]M[0xdb]$[0xa8]-[0xbe]m[0x10][0xc8]'>[0xf0][0x18]+[0x9c]b[0x9b][0x15]p[0xcd][0xbf]7[0x80][0xab][0xd3][0x4]?[0xc1][0xc][0xaf][0xf9][0x14][0x2]>[0xdc]0[0x82][0xcf][0xd0]K[0xb8][0xcf] D[0xf7]S[0x84][0xc2] [0xed]T[0x13][0xf1][0x15][0xee][0x8a]~[0x88][0xe3] [0x8e][0x1a][0xdf][0xe6]7y[0xd1]/[0xd8][0xdf]px^&[0x84]I[0xaa][0xae][0xc2][0xa6]}[0xff][0x19][0x96][0x3][0xa7].[0xc0]RW[0xa9][0xbd][0x81][0xa4]r[0xb][0xb7][0xff][\r]PK[0x7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/apache/logging/log4j/util/Unbox.class[0x95]X[w[0x1b]W[0x15][0xfe]F[0x96]=[0xf2]t[0x1c]+N[0xe2][0xa4][0x8e]C[0x94]6id[0xc7][0xf5][0xa5][0x84]Pp[0x12][0xb0]l9U,_[0xb0][0x94][0x94][0xb8][0xb4][0xee]X[0x1a])[0x93][0xca]#13[0xb2][0x9d][0xa6]7h[0xe9][0x5][0xda][0xb4][0xdc][[0xa0]\[0xca][0xa5][0x14][0x2]46U[0xd4][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xb1][0x16]k[0xf1][0x3][0xf8][0x1]<[0xf2][0xc0];[0x5][0xbe]3RlY[0x91][0x15][0xc5][0xcb]>g[0xce]>{[0xfb]z[0xf6]9[0xcb][0xfb][0xef][0x7][0x1f][0x2][0xf8]8[0xfe][0xd4][0x8a]f[0xe4][0xc5][0xb0][0xa4][0xa0][0x7][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "VpQ[0xc6][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe1][0x9][0xb1]xR[0xc1]SxZ0<[0xe3][0xc3][0x97][0xc4][0xe2][0xcb]w[0xe0]Y<[0xa7][0x90][0xf2][0x15][0x19][0xcf][0xfb][0xf0][0x82] [0xbe]([0xd6]/)[0xf8]*[0xbe]&[0x86][0x97][0xc5][0xf0][0x8a][0x18].[0x8b][0xe1]U1[0xbc]&@[0xbe][0xae][0xe0][0x10][0xbe]![0xe3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x84][0xb6]C[0xf8]V+[0xbe][0x8d][0xef][0x8][0xf1][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda][0xeb][0x82][0xeb][\r][0x5][0x87][0xf1][0xba][0x82][0xef][0xe1][0xfb]>[0xfc]@[0xec][0xbd])[0xe3][0x87][0x82]{Y[0xc6][0x8f][0xc4][0xe6][0x8f]e[0xfc]D[0xc6][[0x12][0xd4][0x88]i[0xea][0xd6]hF[0xb3]m[0xdd][0x96][0xd0][0x1c]s4G'[0xf9]A}![0xa6][0xa5][0xf4][0xf2][0xb2]%:}[0xea]TxV[0xc2][0x81]h[0xd6]J[0xf]h9-q^[0x1f][0xc8]d[0xd3]i[0xc3]L[0x8b][0xf9][0xe8][0x85][0x81](W[0xba]5L[0xd9]P$[0x1e][0x9b][0x9f][0x9][0xcf][0xce]G[0xa6][0xe2][0x12][0xa4][0x88][0x84][0xb6][0xd1][0xac]i;[0x9a][0xe9][0x9c][0xd5]2y[0xbd][0x89][0xa1][0xb]H[0xd8]1[0x1b][0x99]:[0x15]:3>N[0xce][0xc9][0xc8][0xd4]|,2[0x17][0x96][0xd0]^A-Q[0xbc][0x93]#[0xb1][0x9][0x9]~[0xe7][0xbc][0xa5]k[0xc9]h6[0xa1]e[0xca]f[0xed][0x8e]^[0xd0][0x96][0xb4][0x81][0x8c]F#[0xe2][0x1b][0xbb][0xb4][0xa1]5f[0xa4]M[0xcd][0xc9][[0xe4][0x1a][0xab][0xcd]u|kW[0xf2][0x8e][0x91][0x19]8c.dW[0xe][0xba][0x9a][0x86]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0x96]7[0x85][0xe4][0xbe][0x86][0xc4]+[0xc3]H[0x8c][0x96][0xe3][0x86]i8'%4[0x5]{[0xce][0xd2][0xb3][0xd1]l[0x92]P[0xed]Q[0xc3][0xd4][0xa7][0xf2][0x8b][0xb][0xba][0x15][0xd7][0x16]2[0xa4]t[0xb8][0x16][0x9e][0xd5],C[0xac][0xcb]D[0xaf]s[0xde]`[0x8a][0xe]5[0xa2][0x98][0xba]v[0x13]![0x91][0xcf]P[0xf1],9B[0xf9]TJ[0xb7]b[0xc6][0xe3][0x4][0xda][0x15][0xac][0x88]H[0xcc][0xb1][0xb8]=[0xdc][0xc3],ymw[0xdb][0xa3][0xaf][0x90][0xa7][0x82]%[0xbc][0x92][0xd0]s[0x8e][0x91]5E[0x14]rV6[0xa7][[0xce][0xc5])m[0xd1]5[0xf4]&$&6o[0xeb][0xd6][0x8c][0xa5]S[0xa1][0xa5]'gC%[0xad]m[0xc]B[0xe2][0xb1]I-[0xe7][0xba]#[0xe3][0xa7][0xac]~[0xea]I[0xe8]F[0x86]bS[0xfa][0x8a]3[0x93]][0xd6][0xad][0xe9]T|9K[[0x82][0x11]a[0x92]DS[0x9a][0xe8][0x8f][0x84][0xee][0xe0]x[0xcf]M[0xca]By#[0x93]t[0x8b][0xae]yIT[0x16][0x5][0xc6]%[0xec][0x9d][0xcd][0x9b][0x8e][0xb1][0xa8]G[0xcc]%[0xc3]6[0xa8]l[0xc4]4[0xb3][0xcc][0x0]=`[0xfc][0x8e][0xde]"~3[0xba][0x95][0xca]Z[0x8b][0x9a][0x99][0xd0]c[0xba]i[0x1b][0x8e][0xb1]$R[0xa7]h[0x99][0xc][0x93]"@[0x84]1c[0xf5][0x8c][0x91][0xc6][0x4]K[0xac].KL[0xb0]D[0xea][0xb1]t[0x7]G[0xeb]"[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x96][0xd3]uYN[0xb][0x96]P][0x96][0x90]`[0x99][0xab][0xcb]2'[0xc1][0x97][0xd6][0x9d]r[0xe1][0xdf][0x1b][0xec][0xb9][0x8d][0x93][0xc3][0xcc][0xd8]%[0xb9]#[0xb7]![0xc5][0x6]GA[0xa1][0x93][0xe6][0xed][\r]nm[0x9d][0x8c][0x9f]I[0xd8]NFQ[0xe3][0xb][0x15]5[0xce][0x3][0x16][0x11]IK$t[0xdb]>888[0xb8][0xb1][0x18][0x12][0xb][0xdf][0xf1]D[0xa6]|[0x16][0x95]X6o%[0xf4]qC[0x1c]2[0xc5]5[0xa3]_[0xe8]Sq[0xc]C*>![0x86][0x13]8)[0xe3][0xe7]*~[0x81][0xb7]%[0xdc][0xdd][0x80]#[0xac]o[0x15][0xbf][0xc4];*~[0x85]_[0xcb][0xb8][0xa2][0xe2]7[0x8][0xab][0xe8][0xc7][0x0]O0[0xb]S[0xcb][0x18][0xc9][0xc0][0xa5]'[0xf9][0xdb][0x17][0xc8][0xdb]D[0x8],[0xd2][0x9c][0xc5][0xfc]b@[0x1c]B[0x92][0xfb][0x85][0xf8]oe[0xfc]N[0xc5][0xbb][0xb8][0xaa]b[0x1a]3B[0x9f][0x8c]I[0xe9][0x94][0xf4][0xf0][0x83][0xbf][0x90]dL[0xd1]u^[0xb]e[0xd7][0x8f]qS[0x84]E[0xf5][0xfa][0x3]][0xde]d[0x11][0xfe][0xe4][0xca][0x95][0xf5][0x10][0xb6][0xb8]{oV[0x84]O[0xc5][0xe7][0xdc][0xcc][0xb4]b[0x16]1r[0x9][0x8c][0xfb]8[0x8b]=_[0x11][0xdb][0xef]*[0xa0][0xe3][0xdd]*[0xf9]w*[0xe4]}[0x88][0xe3][0xc][0xe7][0xb3][0xfc][0xdb]F[0xca][0x83][0xfc][0x8b]?[0x4][0xc9][0xc6][0xe7]][0xcc]s[0xeb][0x98]M[0xae]s[0x2][0xf3][0x9e][0x2]vTc[0xbe]W[0x85]9W[0x7][0xf3][0xa1][0x1a]vv[0x15][0xb0][0xb3][0x1a][0xf3]/U[0x98]_[0xa8][0x83][0xf9]p[0x83][0x98][0xaf][0xc2][0x1c][0xaa][0x83][0xf9]Hm[0xcc]][0xd5][0x98][0xff][0xa8][0xc2][0x9c][0xaf][0x83][0xf9]h[0x8d]x~[0xac][0x80][0xce]j[0xcc]Vaju0[0x17][0x1a][0xf4][0xfd][0xdf]U[0x98][0x89]:[0x98][0xc9][0xda][0x98][0xbb][0xab]1?[0xaa][0xc2][0xd4][0xb7][0xc0]T[0xc4]K[0xa2]\[0xe3][0xe9]2[0xe6][0xfe]U[0xec])[0xe0][0xce]?[0xa3]k[0xa2][0xf7][0xaf][0xe8][0xb8][0x8e][0xae]s[0xd7][0xb0]w[0x82][0xd4][0xde][0x2][0xba]{[0x85][0xaa][0xd2]y[0xed]d?[0x80][0xc4]g[0x9d][0xe4][0xc1]6[0xa9][0x9][0x9d][0x92][0x17][0xfb][0xa4][0x96]u[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "v[0xe1]<[0xc][0xae][0xa2][0xae][0x19][0xd2][0xb0]O[0xc6][0x5][0xd2][0xf9]N*+[0x1d]vU[0x12]k[0x15][0xfb][0xde][0x80]Z[0x4][0xa3][0xbe][0xff]m[0xb4][0xae]"P[0xc0][0x81]*[0xb7]$[0xc5]E[0x92][0xe1]i[0xf][0xcb]X$[0xa4][0x89]l[0x19][0xa8][0xbb][0xc][0xe4]][0x85]G[0x9c]L[0xa9]B[0xac][0xdd][0xef]C[0xae][0x11]N[0xc][0x91][0xf3][0x8b][0xb5]8[0xa5][0x9b]8[0xa9][0xdd]Z[0xef][0xad]q[0xb7]1[0x2]}E[0xdc][0xb5][0xc6]^ww[0x11][0x7][0xd7][0xe0][0xa1][0x6]or[\r][0xd2]u[0x1c]b[0xc][0xef]Y[0xc3][0x9e][0xeb]8|N[0xba][0x86][0xe0][0x1a][0x2]W[0xd7][0x11][0xdd]@2[0xa7]-[0xec][0xeb][0xdb][0xd8]k:q[0x9][0x1]6[0x88][0xbc][0xd0][0xdf][0x8][0x8][0xb4][0xc4][0xa1]R[0xfc]:[0xbf][0x1d][0xbf][0xb4][0xc4][0xc9]Ro[0xcb][0x9f][0xf8][0xe5][0xa1][0xaf][0xcc][0xab][0xeb][[0xc1][0xc6][0xb6][0xbd][0xf0][0xc8][0x12][0x97][0xc][0xef][0xa7][0xde]x?[0x84][0xe3][0x17]q[0xa0][0x9e][0xdc][0x9c][0x9e][0xbc][0xb6][0x1d][0xaa]B[0xec][0xc][0xf6][0xd5]T[0xf6]'[0x19][0x12][0xe7][0xf4][0xee]&[0x96]([0x19][0xa2][\r]A[0xb1][0xe7]b[0xaa]*[0xe2][0x99][0xf5][0xac][0xdb][0x9d][0xf2][0xde][0x9b][0xd1]kNk[0x95][0x8c][0x8]R[0xef][0xb9][0x99][0xd6]o[0xb6][0xdf][0x9f][0xdd]n[0xe][0xfc]~?[0x3][0xcd]K[0xec][0xb4][0xc6][0xa6]%N[0x19][0xfe][0x12][0x9d]x[0xc6]i[0xd3][0x80][0x1e]1uS[0xc7][0xbc]L[0xd1][0x18][0xa2]S[0x16][0x8c]C[0xe6][0x98]F[0xba][0x15][0xcd][0xe6][0xcb]ii[0xea][0xb2][0xae][0xa4][0x9e][0xdd][0xc9][0xd4]z[0x9];[0xbb][0x9a]~9[0xbd][0x9e][0x93]~[0xbe]y[0xc1][0xd5]=[0x14]lN4uP7[0xa9][0x83][0xba][0xdd][0xa4][0xe][0xea][0xa6][0xef][0xa0][0xee]N[0x8a][0xa9][0x83][0xba][0x9]1[0xa6][0xe]2L[0xdd]c[0x7]u3u[0xd0][0xce].RwP[0xc2][0xce]Rw[0x10][0xd4]RwP[0x12][0xca][0xd4][0x1d][0x94][0x9a][0xaf]:[0x9c]o[0x5][0xeb][0xcf][0xfb]/[0xf][0xe7][0xfc][0xb3][0xf8]Q}Ki[0x9d][0xec]~P_WG[0x7]Qg[0xb4]9~937PO[0xca][0x10][0xcb][0x4]U[0xd3]r/[0xfc]p[0xa4][0x1e]c[0x99][0xa0][0xea]u>[0x8][0xc3]q[0xa8][0xe2][0xb4]Nv?[0xc4]#[0x9b][0xfe][0xb6][0xaf].[0x17]sZ'[0xbb][0x1f][0xd4][0xc8]!u[0xa7][0xb0][0xc4][0xf5][0xff][0xbc]e[0x98][0xb7][0xd6][0x9d][0xc1][0x97]x[0x9e]?[0xcd][0x12][0x96][0xfd][0x2]26[0x1d][0xca][0x99][0xab][0xcf]rA[0xc9][0xa9]L[0xc5][0xfa][0xee][0xc][0xfb]J8[0xca]W[0xf6][0x5]Q[0x9c][0xf4]x[0xbf]aOe[0xff]x@[0xd9][0xe6][0xd5][0xbe][0xcb][0xb2][0xda][0xc][0xd7][0xa7]Lm[0x99][0xfd]z5:[0xb8]x[0xf3][0x82]?[0xbd][0xca][0x5][0xcd]%[0xec][0xf1][0x9f][0xe2][0xc][0xc4][0xd1][0xc1][0xad][0x98]H[0xf9][0xd5]-h.[0xe1][0x97][0xff][0xb7][0x4]sQ[0xf1]w[0xa2]:v[0xe6][0xd7][0xc6][0xcf][0xc3][0x8d][0xe0][0xce]`[0xa8][0xfe]{z[0xe2][0x86][0x1f][\r]6v[0xea][0xb8][0x16][0xbb],q[0xf6][0x9f]uNMR[0x96][0xbf][0x87][0x17][0xc4][0x13]K[0x9c][0xfb][0xf7][0xdd][0xa9][0xeb]V[0xd2][0x84]9KX[0xe2]5[0x11][0xff][0xfc][0x9e]S[0xa7][0xa2]([0x8][0xa1][0xf4]uqX[0xeb][0xbc]x[0x3]=[0x82][0x1e]E[0x8f])[0xfd]Y[0x1c][0x17]'[0xf4][0xf3]q[0xf1]&[0xfa][0x16][0xfa]6[0xe3][0xef][0xf0]|[0x12]=[0x85][0x9e][0xd6][0xe3]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xfc]E[0xed][0x8f][0xf5][0xc][0xfa].[0xfa][0x1e][0xfa]>z[0x16]=[0x87]~[0x80]~[0x88]~[0x84]~[0x8c][0x9e]G/[0xa0][0x9f][0xa0][0x9f][0xa2][0x17][0xd1][0x12][0xba][0x80]^B/[0xa3]W[0xd0][0xab][0xe8]5[0xb4][0x8c]~[0xa6][0xf5]s8/[0xc2]y[0x11][0xce][0x8b]p^[0x84]s[0x5]N[0x15]8U[0xe0]T[0x81]S[0x5]N[0x15]8U[0xe0]T[0x81][0xb3][0xc4]/[0xf1]K[0xfc][0x12][0xbf][0xc4]/[0xf1]K[0xfc][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0x12][0xce][0xd7][0xe1][0xbc][0x4][0xe7]%8/[0xc1]y[0x9][0xce]U8U[0xe1]T[0x85]S[0x15]NU8U[0xe1]T[0x85]S[0x15][0xce]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]5[0xfc]58[0xd7][0xa9][0xaf]N}u[0xea][0xab]S_[0x83][0xfc][0x6][0xf9][\r][0xf2][0x1b][0xe4]7[0xc8]o[0x90][0xdf] [0xbf]A}6~[0x1b][0xbf][0x8d][0xdf][0xc6]o[0xe3][0xb7][0xf1][0xdb][0xf8]m[0xea]kR_[0x93][0xfa][0x9a][0xd4][0xd7][0xa4][0xbe][0x16][0xf9]-[0xf2][[0xe4][0xb7][0xc8]o[0x91][0xdf]"[0xbf]E~[0x8b][0xfa][0x1c][0xfc][0xe]~[0x7][0xbf][0x83][0xdf][0xc1][0xef][0xe0]w[0xf0];[0xd4][0xb7]L}[0xcb][0xd4][0xb7]L}[0xcb][0xd4][0xe7][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef][0x92][0xef]R_[0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x1b][0x9b][0xfa]n[0x88][0x9b][0xe8]-[0xf4]6zG[0xfb]W[0xc4]][0xfd][0xbc]":h[0x17][0xbd][0xc7]x[0x8f][0xe7]/[0xd0][0xfb][0xe8]*[0xe3]_[0xf2][0xfc][0x0]}[0x88][0xae][0xe9]q[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|[0x8f]|O[0xe7][0xc7][0xfa][0x0]}[0x88][0xee][0xe6][0xaa]u[0xd5]9[0xf2][0x95][0xfe][0xfd]H[0xcc])[0x9d]W'KN<[0x16]y[0xf7][0xcc]_PK[0x7][0x8]@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/jboss/logging/DelegatingBasicLogger.class[0xc5]\[0xb]x[0x14]U[0x96]>[0xb7][0xbb][0x93][0x90][0xd0]yv[0x12][0x4]AAQ[0x1e][0x1][0xc3][0xd3][0x1d][0x15]Q[0xe4][0x11][0x12][0x9] D[0xd0][0xf8]X[0x9a][0xd0][0x84]@[0xe8]h'[0x84]Q|[0xce][0xc4][0xf1]9[0xe2][0x3][0x1d][0xd1][0x11][0x1d]I[\r][0x9][0x84][0x84][0x4]'8[0x8a][0xae][0x8f][0xf5][0x11][0xd0][0xf5][0xb1][0xea][0xac]:[0xeb]c[0xd5]YuV[0x9d]Uguf[0xd5][0xd9]s[0xaa][0xaa]/[0xc5][0xad][0xaa][[0xd5]U[0xed][0xec][0x97][0xef];u[0xab][0xbb][0xea][0xfc][0xe7][0x9e]s[0xff]s[0xcf]=_9[0xf0][0xfd][0xc3][0x8f][0x1][0xc0]T6=[0x7][0x96][0xc1]K[0xd9]P[0x3]/[0xe7][0xc0]+[0xf0][0xaf]4z[0x95]F[0xaf][0x91]x=[0x1b][0xf6][0xc2][0xef]h[0xf4]o$[0xde] [0xf1]&[0x89][0xb7]H[0xfc][0x9e][0xc4][0xbf][0x93]x[0x9b][0xc4];$[0xde]%[0xf1][0x1e][0x89][0xff] [0xf1]>[0x89][0xf]H|H[0xe2][0xf]$[0xfe][0x93][0xc4]G$>&[0xf1][0x9][0x89]?[0x92][0xf8]/[0x12][0x9f][0x92][0xf8][0x8c][0xc4][0xe7]$[0xfe]D[0xe2][0xbf]I|A[0xe2]K[0x12]_[0x91][0xf8]3[0x89][0xff]![0xf1]5[0x89]oH[0xfc][0x85][0xc4]_[0xc9][0xe6][0xff][0xa5][0xd1][0xb7]$[0xbe]#[0xf1]=[0x89][0xbf][0xa1]`@[0x82][0x91][0x8][0x90][0x8][0x92][0x8][0x91][0xc8] [0x91]I"[0x8b][0xc4] [0x12][0xd9]$rH[0xc]&[0x11]&[0x91]K"[0x8f]D>[0x89][0x2][0x12][0x85]$[0x8a]HDH[0x14][0x93](!Q[0x8a][0xb6][0xb0]!4:[0x82][0xc4]P[0xba][0x1d]F[0xa3]#I[0xc][0xa7][0xdb][0x11]4:[0x8a][0xc4][0xd1]t;[0x92]F[0xa3]H[0x1c]C[0xe2][0xd8],6:[0x87][0x1d][0xc7][0x8e][0xcf]bc[0xb2][0xd8][0xd8],6[0x8e]AAs,[0xd1][0x10]m\[0x16]K474[0xc5][0xcf][0xae][0x9c][0xc3][0x80]U1[0xc8][0x9d][0xdd][0x14]on[0x89][0xc6][[0x96]E[0x1b]7[0xc4]2z[0xde]j,[0xeb][0xbc][0xec][0xbd][0xa7][0x18][0x84][0xe6][0x9d]5{![0x83][0xa2][0x5]k[0xa3][0xad][0xd1][0xf2][0xc6]h[0xbc][0xbe]|iK[0xa2]!^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]`cS=[0x83]a[0xb][0x9a][0x12][0xf5][0xe5]kW657[0x97][0xe3][0x7][0xf5][0xf8]][0xf9][0x2][0xbc][0xc6][0x12][0xf8]H[0xe6][0x8c][0x86]xC[0xcb]L[0x6]#[0xc6][0xda]?6n[0x19][0xe2][0xcc]nZ[0x15]c[0x90][0xbf][0xa0]![0x1e][[0xb8]a[0xfd][0xca]X[0xa2]&[0xba][0xb2]1F[0xc8]Muho[0x14][0xad][0xc6]{[0xfd][0xc3]P[0xcb][0x9a][0x86]f[0x6][0xe3],t[0xce][0x89]5[0xc6][0xea][0xa3]-8<#[0xda][0xdc]P[0xc7]-[0xc9]kh[0xae]ID[0xeb]bs[0xe3][0xa4]b[0x15]Z?v\-[0x83][0x8c][0x16][0xfa][0x90]A[0xc9]X[0xc3][0xc][0x17][0xad]\[0x1b][0xab]kQ[0xed][0xca]Z[0x1f]kn[0x8e][0xd6][0xc7][0xe]w[0x81][0xfe][0x0][0x83][0xf1][0x16][0xaf][0x19]>[0xa9]Y[0x93]h[0xda]Hx[0xaa].[0xd6][0x82]8[0x96][0xdf]2[0x98]1[0xd6][0xec][0xe1][0x14]T[0xe7]4[0xaa][0xf3][0x9c]wq][0x9c][0xc1]"W[0xba][0xce]KA}[0xe6]E[0xd1]Dt=z[0x16][0xda][0x18]M[0xe0][0xa6][0x9d]A[0x97]V[0xfd][0x8a][0x1f]g[0xc4][0x12][0x89][0xa6][0x4][0xaa]S[0xaf][0xad][0xc9][0x1]}[0xb3]:[0xda][0x12]m[0xa4][0x1d][0x94][0xae][0xad][0xc9][0xc1][0xea],6[0x1e][0xbf]\[0x10]k[0x8d][0xe1][0x97][0xe1][0xca]x<[0x96][0x98][0xdd][0x18]mn[0x8e][0xe1][0xbe]=[0xdd][0xbe][0xfc][0x1a][0xad][0xbe]a3[0xdd][0x8c]FM[0xdd]H[0xa7][0xd7][0x19]Ty[0x80][0xb0]-8[0xce]OEY[0xea][0xe5]R[0x93][0xd5][0xde][0x9f][0xb2][0xf5][0xa9]TP![0xd4][0x89][0xa1][0x9a][0xef]a^6[0x85]BEZ\D[0x9a][0xce]M[0xb7][0xb3][\r][0xba][0xd7][0xfd]@[0xba][0xad][0xd1].H[0x5][0xcd]Cq[0x96][0xd2][0xb2]L[0xbd]x[0x8b][0xff]p[0xea][0xad][0x1][0xaf][0xfa]{[0x2]Z[0x9b][0xe0][0x93][0x8a][0x1e][0x82][0x18][0xff][0xe1][0x10]m[0xbd][0xfc][0xf7][0x3][0xb4]6[0xe1][0xb6][0xff]_[0x13][0xac][0x8d][0xa2][0x9c][0x88][0xfb]YvC3[0xdf]#[0x8f]u\[0x90]th[0x1f]4[0xa3][0xae]Q[0xef]+[0xe0])[0x9e][0x8e][0xbf]K[0x9b]6$[0xea]b[0xf3][0x1a][0xa8]90[0xcc][0xb2][0x5]p[0x2][0x99][0x10][0x86][0x95][0xf0]B[0x18]V@4[0x8b][0x95][0x85][0xa1][0x1][0xd6][0x86][0xe1]B[0xf8][0xc7]0[0xac][0x83][0x4][0x89][0x96]0[0x9b][0x0][0xf][0x85]a?[0xde][0xe3]:[0xc6]q1-n[0xbc][0x1e][0xc0][0xef]VB[0x1d][0xca]Ux7[0xf][0x9f][0x9][0xe0]5g[0xfc]>`[0xe3][0xcb]~[0x3][0x81]^[0xf5][0xbd][0x18][0xca]<[0xd4][0x6]0[0x9]B0[0x19][0xb2]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac][0xc6][0xbb]R[0xed]i[0xa8][0x87]5[0x0][0xea][0x88][0xb4][0xe2][0x9][0x9c]([0xa3][0xeb][0x9c][0xa2][0xde][0x3][0xc][0x1a][0xff] [0x4][0xfa]![0xd8][0xc5]5f[0xaa][0x9f][0x9f][0xa8]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0xcf][0xe8][0x9a][0xb0][0x1e][0x80]F[0xfd][0xfd][0xb9][0x88]H([0xb9][0xf4]~[0x1f][0x84][0xca]X?d[0x1c]2+G[0xfd][0xf2][0x14]T0[0xc3]`R.7)[0x17][0xd6]C\5a[0x1d]4[0xe9]*[0x17][0xa1][0xca][0xa0]Q[0xe5][0x4][0xb][0x95][0xa7][0xa3][0xca]Y[0xaa][0xca][0x91][0xda][0xc3]&[0x95]4[0xba][0x8].[0xc6][0xa7]IyBW[0xbe][0x1c][0x95][0x87][0xf0]:[0x98][0x94][0x97]M[0x98]h[0xa1]z.^[0xe7][0xa9][0xaa][0xc7]k[0x8f]r[0xd5][0x83][0xa1][0x19][0xc3][0xc3][0xd4][0x11][0x81][0x4][0xd4][0x11][0x81][0x4]U[0x90][0x16][0x1d][0xa4][0xe]2[0xf0]O[0x9f][0x1][0x82][0xc][\r][0xf5]C[0xa6][0x8]S[0x85]38S[0x85][0x99][0xa6]=l[0x98]A[0x12]&[0x97][0xc3][0xe4][0xc2][0x6]h[0xd5]gJ[0x80]![0xb8][0x1a]6[0xc2][0x8f]u[0xc0][0xa5][0x18]-[0xfa][0xae]PwY[0x1f]`fD[0xb7][\r][0x12]A[0x17]A[0x1],6[0xb8][0xad][0x90][0x83][0x16][0xc2]%:h[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "En[0xdb][0x8][0x97]:[0x0]d[0x8b][0x0]5[0x8]p[0xb6]#[0xc0]&uV[0x4]p[0x99][0xe]p!d[0xa9][0xce].:[0xc][0x0][0xc3][0x93]#"[0x9c][0x8b][0xef][0xd7][0x1a][0xc2]S[0xc4][0x11][0x8a]8B[0x91][0x8e]@[0xa3][0xcb]q[0x14]T[0xb1][0xae][0xd0][0xb1][0xd6][0xe2]J&[0x8f][0x17][0x1f][0x8e]EQ[0x1a],[0xa2]][0x8][0x11][0xd4]y(J[0xc5][0x1c][0xad][0x98][0xa3][0x15]s[0xb4]b[0x1d][0x8d]FW[0xe2]H[0x8b][0xd2]U:[0xee][0x5][0xe8][0xc4][0xd0][0xe1]NT[0xa7]h[0x8a]R[0x1d]:q[0x95]a[0x8a]F'R[0xf0][0x19]wg[0x80][0xc7]K[0x9b][0xe2][0xd5][0xe]P[0xa6]x[0xad]A[0xa8][0x86][0x14][0xa0]6qo[0xfe]D[0x87]j[0xc0][0xc8][0x91]g"[0x87]A[0x91]3M[0xa1][[0x8f][0xe1][0x88][0x1b][0x9c][0x19][0xe1]`[0x11][0xe][0x16][0xe1]`[0x11][0x1d][0x8c]F[0x97][0xab][0xce]$[0xd8][0x9f][0xea][0xb0][0x1b]0[0x88][0x99]x-[0x11]`[0x87]fXD1[0x81][0xf1]hV[0x81]gj/q[0xe0][0x12][0xe]\[0xc2][0x81]K8p[0x89][0xe]L#[0x8a]g[0x6]:[0xb8][0xcd][0x91]ua[0x11]~#:[0xf9][0xc7][0xae]Y[0xd7][0xe6][0xc8][0xba]\[0x11][0xe0]2[0x4][0xb8][0xdc]5[0xeb][0xda][0x9c]Y[0x97]'"\[0x8d][0xef][0xff][0xc4][0x3][0xeb][0xda][0xdc][0xb0]._D[0xfb][0x19][0x86][0xfc]Z_[0xac]ksd[0x9d])J7[0xa2][0x13]o[0xf2][0xc0][0xba]6G[0xd6][0x99][0xe2]u[0xb]B[0xdd][0xea][0x81]um.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0x1d][0x18][0x8e];}[0xb1][0xae][0xcd][0x15][0xeb]LQ[0xbc][0x1b][0xe3]qOZXG&\[0xa3][0x9b][0xb0][0x0][0x9f][0xa1][0xa7]r[0xd4][0xcd]ux?[0x14][0x88][0xb8][0xf7]a[0x5]t[0xbf][0x81][\r][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xb9]zrp[0x8d]][0xab][0xb3][0xe1]:[0xcb][0xda]`[0xf8][0x88]~([0x14]U[0xb7][0xe3]U[0xb1][0xa9][\r].[0xe1][0xb5][0xc1][0xf5][0xaa]j[0x1a][0xdd][0x80]#-p7Z[0x83][0xe0][0xea]([0x12]A:[0xf1][0xba]3%[0x90][0xe4][0xea][0xb8][0xc9][0xb2][0x0][0x19]>[0xa2][0x4][0xd7]ED[0x84][0xe9][0xc6][0x2][0xa4][0xc7][0xa6][0x0][0xb9][0x84][0x17] I[0x98]\}.4[0xfa]9[0x8e][0xb4]uq[0xb3][\r] -[0xc4]b[0x11]p/[0x2]>[0xe8][0x11]0[0xb9][0x10]7[[0x3][0xaa]+[0xbf]D[0x4]|[0x8][0x1][0x9b][0x12]`[0xdc][0x4]x[0x8b]u[0xe1][0x88][0x8b][0xa3]T[0x84]{[0x14][0xaf][0x8f][0xd9][0xc4]-[0xb9][0xde][0x7][0xf3][0xf5]>X][0x81]Z[0xdc]n[0xb5].[0x1c][0xd5][0xb8][\r][0x11]a[0x9e][0xc4]Y=e3[0xab]$L.[0x87][0xd1][0xe6][0x17][0xe4][0xe][0xd5]fu[0x9b][\r] [0xb9][0xf1][0x8][0x11][0xf0]Y[0x4]|[0xce]#`[0xd2][0x8d][0xb7][0xeb][0x80]M[0x98][0x9]([0x17][0xe4][0xf3][0x19][0x96]`[0xea][0x18]*B>[0x8f][0x7][0x9a][0x17][0xc][0xa9]#[0x9f]C[0xe6]s[0xc8]|[0xe][0x99][0xcf]![0xf3][0xf5]9[0xd2][0x88]V[0xa9][0x96]:[0xb6][0xd8][0x82]S[0xde][0x1a]&[0x82][0xbf][0x8c][0xe0][0xaf][0xf8][0x6]O[0xe6][0xad];l[0xc0][0xb5][0xa4]y[0xa4][0x8][0xfe]:[0x82][0xff][0xce]#x[0xdc][0x4]~'O[0x9a][0xda][0xea][0xd5][0x92][0xe6][0xc8]~[0x18].[0xe2][0xbe][0x85]I[0xf3][0xf7].[0x92]f[0xad][0x9e]4[0xa1]k>G[0x9f]VX[0xd3]\[0x8a][0xb]h[0x84][0xa8][0xfb]]\[0xec][0xef][0x19][0x88][0x11][0xe6][0xba][0xc3]\w[0x18]gR[0xab]>[0x1d][0xc6][0x99][0xd4][0xea][0xcb][0xe6].[0x8e][0xa2][0xad]S[0x1d][0x85][0x96][0xe9]Q"[0xca][0x87][0x88][0xf2][0x87][0x94]P[0x92][0x8b]s[0xab][0x8e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xb7]Ax[0xcd]K[0xce][0xa5]4[0xb3][0x1f][0x8e][0x16]q>[0xc1][0x85][0xfd]G[0x3][0x1d][0xf2]8N[0x1e][0xc7][0xc9][0xe3]8y[0xfa]lh[0xf4]s[0x1c]e[0xaa][0x88]ws[0xc4],[0xfc]3 [0xe]E[0xc4][0x91]"[0xe2][0xe7][0x88][0xf8]'[0x8f][0x88]q[0x1d][0xf1][0x1e][0x8e][0xa8][0xc5]+/[0xe9]IZ[0x85][0xa3]D[0xc4][0xaf][0x10][0xf1][0xcf])![0xc6][\r][0x88][0xda][0xda][0xfb]%[0xcf][0x9c]Z[0xec][0xf4][0xcc]9[0xaa][0x1f][0x8e][0x11][0xe1][0xfe][0x82][0xd7][0xbf][0xa6][0x94]9k[0xf5][0xcc]y/Od[0x9a]#[0xf5]D6[0xaa][0x14]gu[0xac][0x8][0xf3]=F[0xfd]o)%[0xb2]Z[0x9e][0xc8]j[0xf5]Ym[0xe3][0x80][0x9a][0x1f][0x93][0x80][0xe4][0xc6][0xd1][0x2] [0xb]B[0x98][0x85]<[0x2]&[0xdd]x[0x1f][0xcf][0x1f][0xd9][0xf8][0xc7][0xf3][0x7][0xce][0xb0]4[0xab][0x1f][0x8e][0x13]![0x7]A[0x1e][0xcb]N)[0xd4][0xf2][0xfc]Q[0xab][0x1a][0x99][0xaf][0xae][0xd3],[0x15][0xfc]~[0xe][0xae]1[0xe3][0x10][0xf8]P[0x4]?^[0x4][0xcf]E[0xf0]<[0xdf][0xe0]q[0x1d][0xfc]W[0x1c]\[0x8b]m>w5[0xb1]d[0x8c][0x8]^[0x84][0xe0][0x11][0x8f][0xe0]q[0x3]8[0xf1][0xe5][0x1][0xbb][0x6][0xd9]X[0xa1]A[0xc6][0x86]X6[0xc8][0xb6]K[0x1b]d[0xe3]D[0xd3][0x87][0xe3]:[0x19][0xe1][0xd0] [0xdb].m[0x90][0x99]T[0x8e]B[0x95][0xc7][0xb8]n[0x90]m[0x97]4[0xc8]L[0xaa][0x8f][0x87][0x1c]6[0xc6]C[0x83]l[0xbb][0xb4]A6^[0x84])[0x3][0xea][0xe3][0xfb]i[0x90][0xb5]K[0x8e][0xea]e[0x96][\r]26[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd8]d[0xd7]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xb2]A[0xc6][0xa6]#[0xc0][0x89][0xae][0x8f][0xea][0xed][0x92][0xa3]z[0x99]u[0x83][0x8c][0x9d][0xc][0x85][0xec][0x14][0xf]G[0xf5]v[0xc9]Q[0xbd][0xcc][0xae]A[0xc6]N[0x83][0x8];[0xdd][0xd7]Q[0xbd]]rT/[0xb3]l[0x90][0xb1]9[0xe8][0xc4][0xb9][0x1e][0x8e][0xea][0xed][0x92][0xa3]z[0x99]e[0x83][0x8c]U"T[0x95][0x87][0xa3]z[0xbb][0xe4][0xa8]^f[0xd3] c[0xb][0xa1][0x88]-[0xf2]uTo[0x97][0x1c][0xd5][0xcb]l[0x1b]dl)[0x14][0xb3][0x9a]45[0xc8][0x14]G[0xd6][0x89][0xad][0x17]v[0xe]:[0xf9]\[0xd7][0xac]S[0x1c]Y'6\[0xd8][0x5][0x8]p[0xa1]k[0xd6])[0xce][0xac][0x13][0xbb],l%[0xb2][0xae][0xce][0x3][0xeb][0x14]7[0xac][0x13][+[0xac][0x1e]Y[0xb7][0xc6][0x17][0xeb][0x14]G[0xd6][0x99][0xa2][0xd4][0x88]N\[0xef][0x81]u[0x8a]#[0xeb]L[0xf1][0xba][0x18][0xa1][0x12][0x1e]X[0xa7][0xb8]`[0x9d])t[0xad][0xc8][0xba][0x8d][0xbe]X[0xa7][0xb8]b[0x9d])[0x8a][0x9b][0x90]u[0x97][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]&[0x88][0xb8]WA6[0xbb][0xda]u[0x83]L[0x91]4[0xc8]&[0x8a][0xaa][0xaf][0xc1][0xda][0xe0]g[0x1e][0x1a]d[0x8a][0xa4]Av[0x82][0x8]r[0x3][0x82][0xdc][0xe8][0xa1]A[0xa6]H[0x1b]d[0xe5]"[0xcc]f,@n[0xf1][0xd5] S[0xa4][\r][0xb2]I"[0xe0][0x16][0x4][0xbc][0xc3]W[0x83]L[0x91]6[0xc8]&[0x8b][0x80][[0x11][0xf0]n_[\r]2E[0xd2] [0x9b]"[0xc2]m[0xc3][0xb8][0xdd][0xe7][0xa1]A[0xa6]H[0x1b]dSE[0x98][0xed]8[0xab]v_[\r]2E[0xda] [0x9b]&[0x2]v `[0xa7][0xaf][0x6][0x99][0xe2][0xd0] [0x9b].B[0xee][0xc6][0xc3]Nw[0x9a][0x1a]d[0x8a]C[0x83][0xec]D[0x11][0xbc][0xf][0xc1][0xf7][0xa6][0xa9]A[0xa6]84[0xc8][0xfe]A[0x4][0xdf][0x87][0xe0][0xf][0xa5][0xa9]A[0xa6][0xd8]7[0xc8]~$[0xe2][0xee][0xc7][0xa4][0xf9][0xa8][0xeb][0x6][0x99]"k[0x90][0x9d]$[0xea]~[0x2][0x6][0xb3]'=4[0xc8][0x14]Y[0x83][0xec]d[0x11][0xe5][0x19]Dy[0xd6]C[0x83]L[0x91]7[0xc8]N[0x11]q[0xe]B.{[0xde]W[0x83]L[0x91]7[0xc8]f[0x88][0x88]/![0xe2][0xcb][0xbe][0x1a]d[0x8a][0xbc]Av[0xaa][0x88][0xf8][0x1a]"[0xbe][0xee][0xab]A[0xa6]H[0x1a]d3E[0xb8]71s[0xbe][0xe5][0xa1]A[0xa6]H[0x1b]d[0xa7][0x89]0[0xef]`"{[0xd7]W[0x83]L[0x91]6[0xc8]N[0x17][0x1]?@[0xc0][0xf]}5[0xc8][0x14][0x87][0x6][0xd9],[0x11][0xf2]c[0xcc][0x1f][0x9f][0xa4][0xa9]A[0xa6]84[0xc8][0xce][0x10][0xc1]?C[0xf0][0xcf][0xd3][0xd4] S[0x1c][0x1a]d[0xb3]E[0xf0]/[0x11][0xfc][0xab]45[0xc8]~m[0xd7] [0x9b]#6[0xc8][0xbe][0xb1]l[0x90][0xed][0x90]6[0xc8][0xe6][0x8a][0xa6][0x87][0xeb][0xe4]{[0x87][0x6][0xd9][0xe]i[0x83]LT[0x19][0x8]@8[0x10]t[0xdd] [0xdb]!i[0x90][0x99]TgAN`[0x90][0x87][0x6][0xd9][0xe]i[0x83]l[0x9e][0x8][0x13][0xc6][0x19][0xe4][0xfa]j[0x90]uH[0x8e][0xea][0x15][0x96][\r][0xb2]@![0x14][0x4][0x8a]\[0x1f][0xd5];$G[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0x6]Y[0xa0][0x14][0x1][0x86][0xb8]>[0xaa]wH[0x8e][0xea][0x15][0xd6][\r][0xb2][0xc0][0x91]P[0x18][0x18][0xee][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]5[0xc8][0x2]#![0x12][0x18][0xe5][0xeb][0xa8][0xde]!9[0xaa]WX6[0xc8][0x2][0xc7][0xa1][0x13][0x8f][0xf7]pT[0xef][0x90][0x1c][0xd5]+,[0x1b]d[0x81][0xf1][0x8]U[0xe6][0xe1][0xa8][0xde]!9[0xaa]W[0xd8]4[0xc8][0x2][0xe5]P[0x14][0x98][0xe4][0xeb][0xa8][0xde]!9[0xaa]W[0xd8]6[0xc8][0x2][0xd3][0xa0]80=M[\r][0xb2]NG[0xd6][0x89][0xad][0x97][0xc0]I[0xe8][0xe4][0x93]][0xb3][0xae][0xd3][0x91]ub[0xc3]%0[0x13][0x1]Ns[0xcd][0xba]Ng[0xd6][0x89]][0x96][0xc0]ld[0xdd][0x1c][0xf][0xac][0xeb]t[0xc3]:[0xb1][0xb5][0x12][0x98][0x8f][0xac][0xab][0xf4][0xc5][0xba]NG[0xd6][0x99][0xa2]T[0x8d]N\[0xe8][0x81]u[0x9d][0x8e][0xac]3[0xc5]k[0x9]B-[0xf5][0xc0][0xba]N[0x17][0xac]3[0x85]n9[0xb2][0xee][0x1c]_[0xac][0xeb]t[0xc5]:S[0x14][0xcf]G[0xd6]][0x90][0xa6][0x6][0xd9]Ni[0xc5]1_[0x84][0x8e][0xe2][0xe6][0xba][0xd2][0xa1][0xe2][0xd8])[0xad]8L*W[0xa3][0xca]z[0xd7][0x15][0xc7]NI[0xc5]aR[0xbd][0xe]+[0x8e]F[0xf][0x15][0xc7]Ni[0xc5]Q)[0xc2]\[0x84]3[0xb8][0xd8]W[0xc5][0xb1]K[0x92][0xfb][0xaa][0xac]+[0x8e][\r][0xb8][0xd4][][0xe7][0xbe]][0x92][0xdc]We]q\[0x8a][0x0][0x9b]\[0xe7][0xbe]][0x92][0xdc]WeSq\[0x89][0xb9][0xef]*[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]V[0x1c]m[0x98][0xfb][0xae][0xf1][0x95][0xfb]vIr_[0x95]u[0xc5]q=:[0xf1][0x6][0xf][0xb9]o[0x97]$[0xf7]UYW[0x1c]7#[0xd4]f[0xf][0xb9]o[0x97]$[0xf7]U[0xd9]U[0x1c][0xb7]c[0xee][0xdb][0xe2]+[0xf7][0xed][0x92][0xe4][0xbe]*[0xfb][0x8a][0xe3].[0xcc]}[[0xd3]Tqt9[0xb2][0xce][0xb4][0x97][0xdd][0x8b]N[0xde][0xe6][0x9a]u][0x8e][0xac]3[0xed]`[0xf] [0xc0]v[0xd7][0xac][0xeb]rf[0x9d]i[0xdb][0xda][0x81][0xac][0xeb][0xf0][0xc0][0xba].7[0xac]3[0xed]U][0xc8][0xba][0xdd][0xbe]X[0xd7][0xe5][0xc8]:S[0x94]z[0xd1][0x89]}[0x1e]X[0xd7][0xe5][0xc8]:S[0xbc][0xfa][0x11]j[0x9f][0x7][0xd6]u[0xb9]`[0x9d])t[0x8f] [0xeb][0xf6][0xfb]b][0x97]+[0xd6][0x99][0xa2][0xf8]8[0xb2][0xee][0x89]4U[0x1c][0xbb][0xa5][0x15][0xc7][0x99]"[0xf4][0xd3][0xb8][0xb9]>[0xe3]Pq[0xec][0x96]V[0x1c]&[0x95][0x7]P[0xe5]A[0xd7][0x15][0xc7]nI[0xc5]aR[0xfd]"V[0x1c]/y[0xa8]8vK+[0x8e][0x5]"[0xcc][0xab]8[0x83][0xd7]|U[0x1c][0xdd][0x92][0xdc]Wm]q[0xbc][0x81]K[0xfd]M[0xd7][0xb9][0xaf][[0x92][0xfb][0xaa][0xad]+[0x8e][0xb7][0x11][0xe0][0x1d][0xd7][0xb9][0xaf][[0x92][0xfb][0xaa]m*[0x8e][0xf7]1[0xf7]}[0xe0]![0xf7]uKr_[0xb5]m[0xc5][0xf1][0x11][0xe6][0xbe][0x8f]}[0xe5][0xbe]nI[0xee][0xab][0xb6][0xae]8>E'~[0xe6]![0xf7]uKr_[0xb5]u[0xc5][0xf1][0x5]B}[0xe9]![0xf7]uKr_[0xb5]][0xc5][0xf1]5[0xe6][0xbe]o|[0xe5][0xbe]nI[0xee][0xab][0xb6][0xaf]8[0xbe][0xc5][0xdc][0xf7]][0x9a]*[0x8e][0x1e]G[0xd6][0x89]{Y[0x90]AA0[0xe0][0x9a]u=[0x8e][0xac][0x13]w[0xb0]`&[0x2]d[0xb9]f][0x8f]3[0xeb][0xc4]m+8[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]a[0xf][0xac][0xeb]q[0xc3]:q[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x16]@$X[0xe8][0x8b]u=[0x8e][0xac]3E[0xa9][0x4][0x9d]X[0xea][0x81]u=[0x8e][0xac]3[0xc5]k[0x18]B[0x1d][0xe9][0x81]u=.Xg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdd][0xd1]P[0x14][0x1c][0xe9][0x8b]u=[0xae]Xg[0x8a][0xe2]h([0xe][0x1e][0x97][0xa6][0x8a]c[0x8f][0xb4][0xe2]X(B[0x8f][0x83]pp[0xbc]C[0xc5][0xb1]GZq[0x98]T[0x9e][0x80]*[0xcb]]W[0x1c]{$[0x15][0x87]I[0xf5]T[0xc8][0x9]N[0xf3]Pq[0xec][0x91]V[0x1c][0x8b]D[0x98][0x1f][0xe1][0xc]N[0xf2]Uq[0xf4]Jr[0xdf]b[0xcb][0x8a]#x*.[0xf5][0x99][0xae]s_[0xaf]$[0xf7]-[0xb6][0xac]8[0x82]g [0xc0]l[0xd7][0xb9][0xaf]W[0x92][0xfb][0x16][W[0x1c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc]}[0xf3]=[0xe4][0xbe]^I[0xee][lWq[0x4][0x17]`[0xee][0xab][0xf6][0x95][0xfb]z%[0xb9]o[0xb1]e[0xc5][0x11]<[0xb][0x9d][0xb8][0xc4]C[0xee][0xeb][0x95][0xe4][0xbe][0xc5][0x96][0x15]Gp[0x19]B-[0xf7][0x90][0xfb]z%[0xb9]o[0xb1]M[0xc5][0x11]<[0xf]s[0xdf][0xf9][0xbe]r_[0xaf]$[0xf7]-[0xb6][0xad]8[0x82]+0[0xf7]E[0xd3]Tq[0xf4]9[0xb2][0xce][0xb4][0x97][0xc5][0xd0][0xc9][0xab]][0xb3][0xae][0xcf][0x91]u[0xa6][0x1d]l-[0x2][0xac]s[0xcd][0xba]>g[0xd6][0x99][0xb6][0xad]&d[0xdd]E[0x1e]X[0xd7][0xe7][0x86]u[0xa6][0xbd][0xaa][0x5]Y[0xb7][0xc1][0x17][0xeb][0xfa][0x1c]Yg[0x8a][0xd2]%[0xe8][0xc4]K=[0xb0][0xae][0xcf][0x91]u[0xa6]x][0x81]PWz`][0x9f][0xb][0xd6][0x99]B[0xf7]Sd][0x9b]/[0xd6][0xf5][0xb9]b[0x9d])[0x8a][0xd7]![0xeb][0xae]OS[0xc5][0xb1][0x2][0xfa]u[0x13][0xce][0xd2]I[0x91][0xcf][0xcb][0x3][0x86]5[0xc7]Y"[0xf8][0xcd][0x90][0x17][0xdc]l[0xa0][0x84][0xf1]G([0xfb][0xe0]![0xd0]~[0x84][0xb2]^[0xa7][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0xad][0xae][0xfe]<=[0x86][0x6][0xf5][0x13]-[0xd4][0xdf][0x8e][0xea][0xb7][0x18]"(S[0x9f][0xfc][0xdd]KP[0x5]zXR$,[0x11]a[0xee][0xc2]"a[0xab]M[0x91][0x90][0x84][0xd1][0xca][0x5][0xad]HX[0xcf]8[0xab][0x15][0x9][0x4][0xf8][0x8]X[0xfe][0xee]Q[0x8f][0x9a]if[0xf7][0xe2][0xcc][0xb6][0xd9][0xfc]z'Y[0x97]hs[0xc][0xf0]9j[0xe]&B[0x84][0xf8]l)W[0xee][0x87]G[0xed][0xdc][0xca],w[0xbe][0x7][0x10]|[0xbb][0xa3][[0xf][0xfd]t([0xc9][0xc1][0xfd][0xf0][0x98][0x14][0xc8][0xb4][0xef][0xed]@[0xa0][0x8e][0x14][0x80][0x92][0xc][0xdc][0xf][0xff][0xa4][0x3][0xd5][0xeb][0xc],4[0x0]Y[0xee]z]Hvc[0xc3][0xd6]H[0xf6]$[0x94][0x99][0xec]4J[0xf2]o?<[0xae][0x83]6[0xeb][0xfc][0x8b][0x1c][0x6]j[0xb9][0xe7][0xf5]"[0xed][0xfb][0xc]q4[0xd2]>[0x9]+[0xa3]=[0x8d][0x92]{[0xde]~xB7`5[0xea][0xa2]I[0x14]pz[0xa8][0x93]6[0x5][0x12][0xd3]Ap[0x9f]a[0xd2][0x5][0x1c][0xbd][0x80][0xa3][0x17][0xe8][0xf5]9[0x8d][0xc8][0x8e][0xa0]:[0xd2]V[0x11]M[0xfa]I9[0xa6])[0xa6][0x8f] [0xe6]~O[0x98][0x9b][0xb8][0xa3][0x9f][0xd2]1[0x13][0x18]][0xf2]Z[0x91][0x11][0x93][0xfc]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xef][0xe3][0xb8]3[0x1a];[0xb9][0xc6][0x9d]1[0x89]Z[0xc4]Q[0x8b]8j[0x91][0x8e][0x9a][0xdc]-3T[0xfc][0xd6][0xf1][0xaf][0xc0]@[0xd3]O[0xed][0x8a][0xf][0xc7][0xa7][0xdf][0xdb][0x99]"[0xfd]4[0xee][0x96]ZCw[0xbe][0xf6][0x8e]a[0xb7]LZP[0xcc]-([0xe6][0x16][0x14]s[0xb][0x8a]u[0xb][0x92];h[0xa6][0x1a][0xf3][0xa7][0xa5][0x89][0xc3][0x14][0xf2][0x3]H[0xa9][0x83])$[0xe]-%&i[0x16][0xe2]|[0xd6][0x1c][0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x14][0xdc][0x14][0xfb][0x17][0x11][0xfc]%[0x9f][0xe0][0x9b]x[0x14][0x9e][0xd5][0xc1]7[0xe9]?x,4[0x80]S[0x8]L[0x8b][0xe0]U[0xe4][0xf8]k[0x86][0x10][0x18]9[0xde][0xcc][0xb][0xb0]$|![0x87]/[0xe4][0xf0][0x85]:|[0x92][0xf7][0x99][0xaa]![0xcf][0xe9][0x86]\[0xab][0xff][0xec]3r[0x98]![0xf4][0xd3]O[0xd3]jx[0x3]y[0xaf]5[0x95][0x97]h[0xaf][0x18]x[0x9f]4%[0xc2]M[0x89]pS"[0xdc][0x94][0x8]7%[0xa2][0x9b][0x92][0xcc][0x5]Y[0xb8].[0x6][0x1c]r[0xba][0xa9][0xae]z[0x1b]C[0xf3][0x8e][0x87][0x9c]>[0xe0][0x90][0xd3]MU[0xd5][0xfb][0x8][0xf4][0x81][0x87][0x9c]>[0xe0][0x98][0xd3]M5[0xd5]G[0x18][0xef][0x8f]}[0xe5][0xf4][0x1][0x17]9[0xdd]TQ}[0x8a][0xb1][0xfd],M9}[0xc0])[0xa7][0x9b][0x2][0xf9][0x5][0xe6][0xd7]/}[0xe5][0xf4][0x1][0xa7][0x9c]n[0x8a][0xe9][0xd7][0x88][0xf9][0x8d][0xaf][0x9c]>[0xe0][0x9c][0xd3]M[0xe1][0xfd][0x16]s[0xfa]wi[0xca][0xe9][0x3]nr[0xba][0x18][0xe9][0x10][0x83]H([0x90][0xe6][0x9c]N[0xb6][0xc8][0xd3][0xaa][0xe8][0xfe]P&[0xe4][0x85][0xb2][0xd2][0x94]V[0x7][0x1c][0xd3][0xaa][0x18][0x87][0xd0]`([0x8][0x85][0xd3][0x9e]V[0x7]\[0xa4]US@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa0](T[0xf8][0x83][0xa6]U[0xf9]v+[0xb2]1T[0x82][0xa1])M[0xd3]v{[0x0][0xe][0xea][0xe0][0xa7][0x82][0xf6][0xbf]_[0xb3]U[0xf0]~X*[0xfc][0xcc]>4[0xcc][0xd0][0xc7][0xcd][0xe6][0x90][0xd9][0xfa][0xa2][0x1c][0x4][0xcf][0xc3][0xb][0xba][0xaa]Q[0xaa][0x9][0xf8]]QM?[0x9c][0xbd][0x17]B4[0x3]vH[0x15][0x8c]F%[0xff][0xa2][0xaa][0x11]~[0xa3][0xce][0x8b][0xc1]^x[0x5][0x1e]<}[0xe8][0xff][0x1]PK[0x7][0x8])%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger$1.class[0x85]Sko[0xd2]P[0x18]~[0xe][0xb7][0x2][0xeb]\[0x87][0xd3][0xb1][0xa9][0x13][0xa5]n[0xe0]e[0xd5][0xdd]4[0xd1][0x18][0x91][0x15]C,`[0x0][0xb7][0xf][0xfb]b)'P[0xac][0xad]i[0x1][0x92][0x9f][0xd5][0xc4][0x18]c[0xf6][0x3][0xfc][0xb][0xfe][0x17][0xe3]{:[0x92][0xee][0x83][0xdb][0x92][0x9e][0xe7]9[0xcf][0xe9]{[0xed]{[0xfa][0xfb][0xef][0xcf]c[0x0][0xdb]x[0x92][0xc5]*[0xae]e0[0x87][0xeb][0x19][0xda][0xdd][0x10]rM[0xc2]M![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]n[0x9][0xb8]-[0xa0](@[0x95]pG[0xc2][0x6]CY[0xed]|[0xb2][0xc7][0xd6][0xb0]a~T=[0xa0][0x8e]z^[0x10][0xa8][0x8e]7[0x18][0xd8][0xee]@5[0x88][0xb9][0xaf][0x1a]|[0xca][0x1d][0x86][0xd8]Q[0x9d]![0xfd][0xcc]rl[0xd7][0x1e]?g[0x88][0x97][0xca][0x7][0xc][0x89][0xaa][0xd7][0xe7][0xc][0xb][0x86][0xed][0xf2][0xe6][0xe4]C[0x8f][0xfb]][0xb3][0xe7][0xd0]I[0xce][0xf0],[0xd3]90}[[0xe8][0xd9][0xe1]|glZ[0xef])[[0xa8][0xa9]B[0x86]l[0xc7][0x9b][0xf8][0x16][0xaf][0xd9][0xe2][0xfd]"[0xa5][0xdc][0x19]m[0x9d]$[0xde][0x1c][0x99]S[0x93]B[0xeb][0xae][0xe5]x[0x1][0x15][0xd4][0xe0][0xe3][0xa1][0xd7][0x97]P[0x92]pW[0xc6]}<[0x90]1[0x8f]K26[0xa1][0xc9]x[0x88]G[0xc][0xab][0xc2]EsLw[0xa0]5[0xbd][0xce][0xc4][0x1a][0xd6]l[0xee][0xf4]u[0xdf][0xf7]|[0x19][[0xc2]l[[0xc0][0x8e][0x80]][0x1]{[0xd0][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xba][0x16][0xb6][0xae][0xcd]Z[0xd7]N[0xd7][0xa1]R`[0xb9][0xee][0xba][0xdc][0xaf]:f[0x10][0xf0][0x80]A[0x89][0xf2][0xb4]z#n[0x8d][0x19][0xd6][0xce][0xf]"[0xe1][0xf1]Y6[0xa7][0xbe]qr[0xc6][0xa9][0xa9][0xe9]LD[0xa2]b[0xa9]|d[0x9c][0xef][0xf5][0x94][0xdc]j[0x95]n[0xc5][0xa0]F.6[0x95]<[0xbf]o[0xbb][0xa6][0x13][0xce][0x8f][0x6][0x9a][0xd4][0xdb][0xed]V[0x9b][0xe6]xXi7[0x89][0xea][0xcd]Z[0x8b]N[0xf7][0xf5][0x97]o_[0x11]w[0xdb][0x95][0xaa][0xce][0x90]?+[0xae]R[0xa0]K'[0xd3]%dJ^[0xc]C[0xec][0x90][0xc6][0x2][0x14][0xe2]ER[0x10][0xa7][0x1d][0xc0][0x80][0x1d][0xff][0xca]~C[0xec][0xab]x[0xe2][0xdf][0x91]H[0xb4]>#[0xf1]:[0x94])[0x92][0xc9]HJ$S[0x91]L[0x93][0x94]"[0x99]![0x99][0x8e]d[0x96][0xa4]rb[0xfd][0x5])d[0xb0][0x84]e$[0x91]G[0x11][0xeb][0xc4][0x1b]4[0xf7]][0xe2]=T[0xb0]O[0xac][0xe3][\r]:[0xc4]][0xbc][0x83]E[0x1c]G[0x8e][0xca]K[0x85]E[0xd6]q[0x99]0Fk[0x89]V[0x1][0xf2][0xa1][0x84]+h[0xfc][0x7][0x9a][0x2][0xc8][0xf7]jh[0xbf]L[0xd9][0x80][0x4]V[0x8][0xd7]i[0xe5][0xe8]l[0x8e][0x18]J[0x9a][0xfe][0xb6]2[0xee][0xbd]X[0xf9][0x7]PK[0x7][0x8]S[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/jboss/logging/Log4j2Logger.class[0xa5]VWw[0x13]G[0x14][0xfe][0xc6]*km[0x96][0xe6]$[0x10][0xa5][0x80][0x8][0x82][0xc8]U[0x14][0x87]f[0x3]6[0xc6][0xc6][0x6][0xd9]&[0xb6]!![0xa4][0xad][0xa5][0xc5][0x96][0x91]w[0x9d][0xd5][0x9a][0x92][0x90][0xde]{/[0x90]^[0x9])[0xe7]$[0x9c]D[0xe4][0x84][0x93][0xf6][0x92][0x87][0xbc][0xe7])'[0xaf][0xf9][0x3]y[0xf][0xf9]f$[0x84][0x8b]d[0x9b][0x13][0x9d]3[0xb3][0xa3][0xbb]w[0xee][0xfd][0xee]7[0xf7][0xde][0x9d][0xdf][0xff][0xfd][0xe1]'[0x0][0xeb][0xf0][0x95][0x8e][0x95][0xb8]C[0xc7][0x9d][0xb8]K[0x83][0xa9]aPCRG[0x0][0xa9]JX[0xf2]y[0xb0][0x12]C:[0x86][0x91][0xd6]1[0x82]CR[0x92][0xd1][0xe1][0xc7][0x1d]!D1[0xaa][0xc1][0xd6][0xb1][0x0])[0xf9][0xc7][0xd1]9[0x8d][0xe9][0xf0][0xe1]n)sud[0xe1][0xc9][0xd5][0xb8][0x94][0x1d][0xd6]pD[0xc3]Q[0x1d]a[0x1c][0xb]a[0x15][0xee][0xd1][0xd1][0x82]{C8[0x8e][0xfb][0xe4]t[0xbf][0x9c][0x1e][0x90][0xd3][0x83]rzHN[0xf][0xcb][0xe9][0x11][\r][0x8f]jxL[0xc3][0xe3][0x2]F[0x97]m[n[[0xc6][0xcc]f[0xad][0xac][0xc0][0xc2][0xac][0xe5][0xa6][0xcd][0xcc]>[0xcb][0xcd][0xa6][0x1d]{o[0xd7][0xe][0x1][0xb1]K`^[0x9b]cg=[0xd3][0xf6][0xf6][0x99][0x99]q+[0xf0][0xd7][0xda][0x3][0xfc][0xfd][0xe7][0xe9][0x4][0x82][0x19]gh[0xc8]r[0x5][0xea][0x13][0x8e];[0x14]7[0xc7][0xcc][0xe4][0xb0][0x15][0x97][0xc2][0xb4]=$[0x9f][0x8d]#[0xf1][0xec]X:[0xde]:[0x98][0xf5]\3[0xe9]%[0x94]z[0x93][0xc0][0xfc]Q+[0x9b]5[0x87][0xac][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xf7][0x98][0xc0][0xd6][0xf2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xf1][0xee][0xc2][0x16][0xc7][0x1d]5[0xbd][0xee]I[0xfb]i1[0xd8][0x9c][0xb6][0xd3][0xde]V[0x81]+c[0x89][0x11][0xf3][0xb0][0x19][0xcf][0x98][0xb4][0xd0][0xef][0xb9]4[0xd4]T[0xbd]O[0xc0][0xdf][0xe6][0xa4],[0x81][0x5][0x89][0xb4]m[0xf5][0x8c][0x8f][0xe]Z[0xee][0x80]9[0x98][0xa1][0xa4]*[0xe1]$[0x19][0xb3][0xc9][0xc8][0xf9][0xbf] [0xf4]{[0xc3]i[0x12][0x12]Q[0xb0]F[0x6][0x9d]l[0xb6][0x88]*!Q[0xad]-[0x86][0xe2][0xb7][0xcd]Qee[0x9a]W[0x81][0xe5][0xe5][0xa3]*[0xee][0x9f][0xd7][0xef][0x99][0xc9]C[0xdd][0xe6][0x98][0xf2][0xac][0xce][0xe6][0x9][\r]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x84][0xd2][0xd9]v[[0xca]R[0x1a][0x9e][0x12][0x8]$[0xac][0xc3]VF`E[0xac]4&Z[0x8b]*[0x95][0xa6][0xea][[0xa9][0x9d][0xc9]k[0x97][0x9][0xe0][0xa2]2US[0xe]%[0x2][0xce][0xac][0x86][0xa7][0x87]8A[0xd2];8b%[0xbd][0xa6][0x3][0xd3]E[0x13]$[0x3][0xc3][0xae]sD[0xc6][0xa4][0x8e]dA>}T[0xfa][0xf5]([0x16][0xb5][0xc2]aO[0xe6][0xb3]`G@[0x1f]3][0xea]y[0xcc]O[0x81][0xcb]K[0xb8]b[0x1e]x[0xd2][0x85][0xcd]<([0xe9][0x96]N[0x99][0x89]v6czV*1[0x91][0xa3][0xd2][0xa7][0xa4][0xe2]&[0xff][0x1a][0x9e][0xd6][0xb0][U[0xdc]3[0xaa][0xa8][0x9f][0xa5]+E[0xdc][0xc1][0xff][0xcd]\Ar)[0xcc][0x5][0xf][0xaa]*`[0x92][0x14][0xa3][0x11][0xd8]>{f[0xcc][0x16]))[0xee]w[0xc6][0xdd][0xa4][0xd5][0x91][0x96]U[0xb0]hb[0xae]7H0[0x6][0xd6]`[0xad][0x86][0xe7][0xc]<[0x8f][0x17][0x4]j/[0xa1][0xec][0x5][0xaa]g[0xac][0x6][0xfe]k?[0x9a][0xb4][0xc6]<[0xb6][0x1e][0x81]%S[0xf9][0xd9]>[0x9e][0xce][0xa4],W[0x2]x[0x91][0x9d]j`[0xd8][0x8a][0xe4][0xd3]'B."[0x7][0xc][0xbc][0x84][0x97][0x5][0xd6][0xdc][0x1e]I9V6b;^[0xc4]:[0xea]Yv*2[0x19]EC[0xa4]5[0xe9][0x8d][0x9b][0x99][0xc2][0xe6][0xcd][0x11][0x9e][0xac][0x81]W[0xf0][0xaa][0x86][0xd7][0xc][0xbc][0x8e]7[0xc][0xbc])[0xa7]z4[0x8]4[0xff][0x9f][0xa6]d [0x8e][0xd5][0x6]n[0x5][0xb1]m[0xc3][0x9][0x3]'[0xf1][0x16]k[0xdb][0xc0][0xdb]xG[0xfe]y[0xd7][0xc0]{x[0x9f]y\[0xe2][0x90][0x5]6[0xcc][0xea]:OK[0xde]3[0x93][0xb9][0xe0]\[0xf2][0xf3][0x81][0x81][0xf][0xf1][0x91][0x81][0x8f][0xf1][0x9][0xd3][0xd5][0xc0][0xa7][0xe8]5pJN[0x9f][0xc9][0xe9][0xb4][0x9c]>[0x97][0xd3][0x17]r[0xfa][0x12][0xbd][0x2]Kg[0xee]s[0x2]W[0x95]K-[0xd6][0xcf][0xcc]{[0xa3]kx\SOS`[0xd9],[0xad][0xb1][0x1c][0xa6]b6O[0xb2][0x9a]/[0x98][0xc2][0x9e][0xf2][0x9].[0x10][0x9b][0xeb][0x91][0xb2][0xd3][0xce][0x84][0xb0][0xdb][0xb4]M[0x85]24d[0x15][0x13][0xfc][0xc6]R[0xdf][0x9e]9|[0x3]|1U[0xd4][0xe6][0xd8][0x18][0x13][0x96]_[0xd3][0x92]f[0xca][0x14][0x4][0xb7]W[0x12][0x82]j[0xa2]L[0xa6][0xd8]DE%[0x94]=o[0x8a][0x88][0x8d][0x96][[0xf2]-[0xf7][0x8a][0xd8]t[0xd3][0xd2][0xa6][0xe7]\8[0xa9][0xc2][0x17]g[0x86][0xb6]![0xbf]8[0xba]m[0x1d])R[0xb7]56[0xbd][0x99][0xcd]@[0xc4][0x14][0xea][0xe9]^;,[0xaf][0x1a][0xbd]l[0xae][0xab]J[0x9a]*[0x81][0xf8][0xa6][0x12][0xac][0x95][0xe8][0xa9][0x97][0x4]C[0xe7][0x8b]bP[0xaf][0x95]p0[0x1b]3[0xe5][0xdf]w[0x9b][0xee]![0x9e][0xde][0xdc][0xd1][0x94][0xfd][0x18][0xc4][0xe6][0x18]8U[0xab][0xa3][0xfd]G[0xd2]^r[0x98][0xd7][0x8d]([0x1d]GUuE[0xb]~[0xa3][0x93][0xab][0xab][0xe2]@[0x17][0xcf][0xc1]qSi[0xdb][0xcc][0xa8][0x1c][0xe5][0xff]@G[0xeb]@k[0x82][0xcf][0xf6][0xbe][0xbe][0xde]>[0xde]~nn[0xed][0xeb][0xe1][0xa3][0xab][0xa7][0x83]]$[0xb0][0xa3]}[0xfb][0xde][0x9d]|[0xe][0xf4][0xb5][0xb6][0xb5]sOk"[0x81][0xd5][0xbc][0xc4][0xae][0xe4][0xc5][0xd8][0x87][0xab][0x11]C5[0x4]j[0xf8][0xaf][0x2][0xb5][0xa8][0x92]][0x96][0xeb]*[0xd9])[0xf9][0xc]p[0xf0][0xf3]B[0x8d]u\[0xfd][0xc8];[0xb1][0x8f][0xcf][0xde][0x9a][0xda][0xb3][0x10][0xb5][0xdf][0xa3][0xa2][0xbb][0xee]W[0xf8]N[0xa2][0xfe][0x1c][0xfc][0xfb][0xcf]![0xb0][0xff],[0x82]UZ[0xe][0x95][0xb5][0x1c]U!Nu9[0xe8]9\[0xc6]U[0xe][0xc6]Y[0xcc][0xfb][0xb9][0xa6][0xee][0x17][0xf8][0xbe][0xc3][0xfc][0x9a]sX@[0xf5][0x85][0xdf]a[0xd1]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J#[0xe7][0xa5][0xd0]8[0xaf][0xa0][0xdb]([0xe4][0x95]}[0x11]/[0xd1]M[0x84][0xd8]F[0x90]=[0x4]y#[0xdf]F[0xf2][0x10][0xb0][0x1e][0x1b][0x0][0xb5][0xda][0x88]M[0x4][0xa8][0xa3][0x9d][0xe0]73[0x8c]&[0x15][0x80]8[0xcf][0x85]OC[0xb3][0x86]-[0x1a][0xb6]R&[0xd8][0xf4][0xb7][0x17]Bi[0xa1]^[0x5][0x9f]F[0xcd][0xb7][0x98][0xcf]H[0xaa]r[0xb8][0xfc]KE[0x82][0xc4][0x11][0xa4][0x16]H[0x84][0xf4][0xb7]8[0xaf]W[0xf4]g[0x10][0xcd][0xe][0xbe][0xf7][0xd3]_G[0xde][0x9a][0xd8]C[0xdc][0x95]|[0xd7])-m[0xe]J[0x9b][0xe1] -[0x9e][0xc0]F[0xb9][0xae][0xb][0x7]E[0xd8][0xff][0x1b]Ba[0xff]O'[0x19][0xfa][0xb7]XT[0x9f][0xc3][0x15][0xa7][0xb0]P-[0xbf][0xc7][0x95]a[0xe][0x8b][0xc3][0x81][0x1c][0x96][0x9c]B`[0xb3][0xf6][\r][0xed]V[0x11]k;[0xae][0x9a][0xc4][0xcc]:"k[0xe4][0x9b][0xf5][0xe4]b[0x3][0xa3]YO[0x9d]M[0xd8][0xc9]@%[0xd2]N[0xa5][0xd3]YD[0xda]Y@*W;[0xa9]W[0xa1]V[0x9d][0xe8]R[0xc]vb[0x17]v3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb9]J[0xa0][0x9b][0x9c][0x7]i[0xad][0x87]|[0x6][0x15][0x83][0xc7][0x11]8[0xcf]#[0xd0][0x14][0x83]{[0x14][0x89]7i[0xe8][0xd3][0xd0][0xaf]a[0x0]~[\r]{[0x95]l[0x80]Z[0xfa][0x9c][0xb4][0x8c]rZ[0x81][0x8b]Z[0x1a][0xf6][0xed][0xa4]T[0xb2]{3n)[0x9c][0xd5][0x1f][0xe4]V[0xb2][0x1b][0x9f][0xc6][0xee][0xb2][0xb][0xec][0x9e]Cx}[0xd8][0x16]WO%[0xb1][0x1a]uE[0x12][0x17][0xab]|[0xde][0xc6][0x0][[0x14][0xbd][0xd5]$[0xa8][0x81]$_$/^$/^$/^$/[0x8e][0xfd]\[0xf9][0xd4][0xea][0x2]y[0xf1]"y[0xd5][0x13][0xc8][0xbb][0x1e][0x15][0xe7][0xe9]xb[0xc0][.[0x6],T[0x88][0xba][0xbc][0x88][0x14]B[0x83][0xeb][0xbe]>[0x83][0xa5][0x1c][0xcb]8"[0x1c][0xcb]9[0xae][0xe7]X[0xf1]u[0xb1][0xb4]V![0xa4][0xa2][0xf4][0xf3][0xf8][0x1b][0x89]~#[0xf1]7[0x13]{[0xb][0xd1][0xef] [0xf2]NbO[0xa0]Oqa[0xe4][0xb1]([0x6][0xa0][0xe2][0x9]Ak[0xf4][0xa9][0x1f][0x81][0xde][0xa6][0xea][0xe4]v[0xdc][0xa0][0xea][0xac][0x82][0xa6][0xf9][XIS+[0xd1][0xda][0x12][0xfe][0xf]PK[0x7][0x8][0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/jboss/logging/Log4j2LoggerProvider.class[0x8d]VmS[0x1a]W[0x14]~[0xae],[0xac][0xac]kPcMm[0xac][0xb5]o[0x9][0x8][0x1]cLL[0xa2][0xb5][0xb1]&iLQ[0xd2]bmM[0xdb][0xa4][0xb][0xdc],[0x8b][0xc0]2[0xcb]b[0xd3]?[0xd0]_[0xd3][0xf][0xe9][0x97][0xca]43[0xed][0xf7][0xfe][0xa8]N[0xcf][0xbd][0xbb]Y[0x98]u[0x8d][0xe][0xc3][0xb9][0x87][0xb3][0xe7]y[0xce][0xcb]=g[0x87][0xff][0xfb][0xeb]o[0x0]7p[0xa8]a[0x1a][0x9b]*[0xbe][0xd0]0[0x82]-[\r][0xf7][0xf1]@[0x88][0x87][0x1a][0xbe][0xc4]#[0xa1]m[0xb][0xf1]X[0xc5]W[0xe2],jHbGh[0xbb]B[0x94][0x84]x"[0xc4][0xd7]B|#DY[0xc3]E[0xec][0xa9][0xf8]V[0xc5][0xbe][0x8a][0xef][0x18][0x12][0xeb]V[0xdb]r7[0x18]b[0xe9][0xcc]>[0x83][0xb2]e[0xd7]8C[0xaa]h[0xb5][0xf9]n[0xaf]U[0xe1][0xce][0x9e]Qi[0x92]e[0xaa]hW[0x8d][0xe6][0xbe][0xe1]X[0xe2][0xb7]oT[0xdc][0xba][0xd5]eH[0x17]m[0xc7],4*v[0xb7][h[0xda][0xa6]i[0xb5][0xcd]B[0xd1]6W[0x1a][0xcb]$M[0xee][0xc5][0x15][0xe2][0xbc][0xea][0xd5][R[0x91]&{[0x6][0x8b]~Nw[0xe8][0x94][0x11]EN[0xe1][0xd6]\[0x1f]jM< [0x8f][0xfb][0xe4][0x8c][0x12][0xc8][0x5]][0x1e][0xd0][0x8c][0x86]{s[0x8b][0xba][0xb1]z[0x6][0xd5]5[0xe4][0xe9][0x99][0xa0][0xba]I[0xb5][0x88][0xe0]c[0xaf][0x91]<[0xe8]C;[0xc6]X8[0xaf][0xb5][0xa1]F[0x8f][0xf9]d[0x5][0xe9][0xb3]D[0xb6][0xeb]Q[0x17][0xa6][0x87][0x93][0xba]Ga6#/l[0x99][0xfe]#x[0xf8][0xbc]?x[0x84][0x1f][0xf][0xe7][0xf0] [0x12][0xbb]B[0xe9][0x9f][0xc0]^[0xf8]=[0x84]}[0x1c][0x89][0xbd][0x15][0x15]7[0x15][0x8e][[0x8a][0xc4][0xae][0x9e]+[0xe7][0xbd]H[0xec][0xed][0xc8][[0x9c][0x8]7[0xec][0x80] OO[0xb9][0xc5];[0xfe]-[0xde][0xa5][0xab][0x9]Q][0xee]c2L[0xf5][0x8c][0xa8][0x9e][0x9f]B[0xb5].[0xa0][0x13][0x9b][0xb4][0xc1][0x1b]>[0xd5][0x12][0xf9][0x8][0xaf][0xc4]b[0xf6]OL[0x85]k[0x1a][0xde][0xff]DP[0xd3][0xe7][0xd2][0xeb][0xde][0xff]PK[0x7][0x8][0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Logger$1.class[0xad]Wil[0x1c]E[0x16][0xfe][0xca]3vuM:[0x89]3[0x9b][0xe0]8[0x1]2[0x9]&[0x8c][0xaf][0xd8]![0x1c]f[0x1c][0x2][0xc1]$[0xc1]0[0x1e][0x8][0xe3][0xf5]bX[0x8e]vO{[0xdc]I[0xbb][0xdb][0xe9][0xe9]q[0x8]W [0xdc]W[0xb8]B[0x8][0xc7][0xb2][0x1c][0xbb]d/[0xd8],"v[0x4]Z[0xf8][0x7][0x12][0xbf][0x90][0x10][0x12][0x2][0xc4])[0xe]q[0x88]S[0xe2][0x10][0xd7][0xab][0xee][0x89][0x99][0xf1][0x8c][\r][0x8],O[0xd5][0xeb][0xaa][0xaf]^[0xbd]W[0xef]{[0xaf][0xba][0x9f][0xfd][0xfe][0xf1]'[0x1][0xac][0xc0][0x5][0x1a]q[0xae]l[0xce][0x93][0x8d][0x16]A[0xc][0x3][0x11][0xe8][0xc8][0xc8][0xc6][0x90][0xcd]`[0x4][0xb][0x90][0x95][0xcd]P[0x4]&6([0xd8][0x18][0xc1]BXrdX66[0x87][0xc3]1[0xc2][0xb1])[0x82]9[0x18]P[0xe0][0xca]>" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "'[0x1b]OA^[0xc1][0xa8][0x14]7GP[0x8b][0xf3]9[0xb6]p\ W][0xc8]q[0x91][0x82][0x8b][0x15]\[0xc2][0xb1]U*[0xbc]4[0x82][0xcb][0xb0][0x8d][0xe3]r[0x5]WH[0xec][0x95][0x1c]Wq\[0x1d][0xc1]a[0xb8][0x86][0xe3]Z[0x8e][0xeb][0x18]"[0xa3][0x9a][0xd5]`9[0xba]f[0x19][0xc][0xd1][0xe4][0x6]mTk[0xcb]{[0xa6][0xd5][0x96][0xf4][0xc7]:[0x19][0x14][0x89][0xf0][0xb6][0x8c][0xd0][0xfc][0x9c]`[0xde][0xd2][0xec]l[[0x97][0xa5][0xe5]r4[0xad][0xca]i][0xf3][0x8c][0xac][0xe3]n[0x99]P[0xe1]C[0xd2][0x9e]k[0xda]Y[0xc2][0xd4][0xac]4m[0xd3][[0xc5][0xd0][0x11]/[0xdf][0xa1]Lg[0xb9][0x86][0xc6]>[0x86]p[0x97][0x93]![0x13]f'M[0xdb]H[0xe5][0x87][0x7][0xc][0xb7]W[0x1b][0x8][0x8c][0x96]z[0xfa]4[0xd7][0x94][0xcf][0x85][0xc1][0xb0]7d[0xe6][0xc8][0xb8]n[0xdb]6\_[0xad]A[0x8f][0x7]&[0x1d]7[0xdb][0xb6]a[0xc0][0xc9][0xe5][0xda],'[0x9b]%[0xdd]dE6k[0xb8][\r][0xcb][0xc9][0xcc][0x90][0x9b][0xb7][0x19][0xe6][0xc6][0x1b][0x8b],8u`[0x83][0xa1]{4[0xc9]H[0xeb][0x92][0xc9][0xb6][0xa6][0x1c]o[0xad][0x93][0xb7]3k[0xce][0xd7][0x8d][0x11][0xcf]tl[0x2][0xce][0xd0][0x1d];[0xe7][0xb9]y[0xdd]s\[0x86]EEK\c[0xd0]"em]?[0x1][0x8][0xbf][0xb8][0x8][0x91]r[0xd2]y}[0xa8][0xc7][0xf0][0x86][0x9c][0x12][0x9d][0xc5][0x1b]w[0xd3]b[0xcd][0xf6]LM[0xce]M[0x9][0xb2],#[0xab]Y[0xab]u[0xdd][0xc8][0xe5][0x8a]A[0xad][0x15][0xec][0xe9][0xb6]G[0xe9][0x8]%[0xa0]Ws[0xb3][0x86]W[0x8c]W$2[0xaf]e[0xc9]{[0xae][0x93][0xab][0x9e][0xc]2[0x1f][0x95][0xa7]m{[0xe4][0xac][0xe5][0x1f][0x9f][0x18][0xd2]u[0xd9]'[0x1d]-c[0x90][0xeb]u[0x93]O+[0x98][0x90]J%[0x9d]R[0xda]0)=[0xa0]4z4^[0x88][0xe0][0xa1][0xd3][0x1f][0xdc][0xca][0xe6][0xde][0xde][0xce]U[0x9d][0x15]v[0x99][0x98][0x99][0x99][0xf6]4}c[0x8f]6[0xe2]k[0xf4][0x9][0xbd][0x9f]-7[0xf8][0xe9]u[0x11][0xc7][0x8d][0x94][0x1b]AN0[0x88][0xb4][0x99][0xb5]5/[0xef][0xd2][0xde][0xd5][0xf1]F[0xd2][0xc1]pt9[0x11][0x82][0x91][0x9c][0xa1][0xe7]][0xd3][0xdb][0xd2]v[0x9a]k[0x8e][0x9a]t[0xd4]Ff[0xb5].Olea[0xef]H[0xda][0xc9][0xbb][0xba][0xb1][0xd6][0x94][0xae][0xcc][0x8]8[0xb6]L.%[0x6][0xaf][0xb1]u[0xcb][0xc9][0x11][0xf7][0x82]8[0xab][0xd8][0x8e][0x9b]T4[0xa3]EE+[0x96][0xa9]hC[0xbb][0x8a][0xe5][0xb8][0x99][0xe3][0x16][0x15][0xb7][0xe2]6[0x15];ds[0xbb]lv[0xe2][0xe][0x15][0xbb]p[0x1b][0xb9][0xa2][0xe2]N[0xdc]E[0xb1]h[0x8]B[0xa0][0xe2]n[0xdc][0xa3][0xe2]/[0xb8]W[0xc5]_q[0x1f]C[0xec][0xe7][0xb8]J[0x8c])'[0x8c][0x9b][0xcd][0xf][0x1b][0xb6]W[0x4][0xaa][0x9b][0x9c][0x8e]'[0xe4]M[0xcb][0xf][0xf0]l"[0x8e]f[0x99][0x99]X`AL[0xc5][0xfd]x@6[0xf]2[0x1c][0x1c][0x8b][0x9b][0xc3]#[0x96]![0x95][0xf9][0xd4][0x8a][0xd9][0x8e][0x17][0x1b][0x94][0x6][0xc4]L;F[0xf9][0xd4][0xa8][0xe2]o[0xd2][0xa5][0xe5][0xf8];[0xa9][0x9a]d,[0xc3][0xfc][0xa9]RU[0xc5]C[0xd8]M[0x89][0xf5]3Y[0xe3]S[0xcb]7k[0x92][0x1d]T[0x6]bCZ[0x8e][0xec][0x89][\r]k[0x9e]>D[0x9a]c%)[;9[0xe8]*[0xfe][0x81][0x12][T[0xfc][0xb][0xff].9[0xd8][0xca][0xb9][0xc8][0xb0][0x80]4[0xe6][0xad][0x8c][0xef][0xf3][0x80]A[0xe][0xef][0x87][0x19][0x19][0xe9][0xf0]J[0x95]T[0xcc]U[0x86][0xe6]_[0x91][0xa9]*[0x1e][0xc6]#[0xb4][0xef][0xd4][0xf5][0x8d]B2=uK[0x1c][0xf]"[0xcd]0[0xaf]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c]4mr[0x92]*2[0xae][0x87][0xdc][0xa1][0xc2][0x11][0x18][0xc0][0xd0][0x1d][0xff][0x5][0x95][0xbe][0xfc]z[0xa8]X[0x8c]Cqy%[0xd4]N[0x6]S[0xaa][0xd1][0xbe][0xc9][0x89][0x8a]UZ[0xca]'[0xae][0xa3][0x8][0x81][0xba][0xf6][0xd7]2[0xf9][0xd0][0xb7][0xbf][0x9c][0xcd][0x92]3[0xc5]~[0xd6][0x97]h([0xad]b[0x9c][0xc0]A[0x11][0xab][0xb1][0xc];[0xeb][\r][0xf9]vu[0x93]J[0xcd][0xf]eC{{;[0x83][0x1d][0x9f][0xca][0xcb][0xdf]>R[0xd1];>[0xe8][0xb8][0x81]Y[0xc7]V[0xd8][0xfa][0xcc])[0xdc])sS[0x9e][0x93][0x96]K[0xe7][0x7][0xf4] [0x1f][0x1b][0xca][0xc3]WiM[0x8d]62b[0xd8][0x19][0xba]h*l^no[0xa1][0x96]tN[0xc2][0x17][0x2]=[0x1d]^[0xf1][0x9c][0x9][0x92]V[0xda][0xaa][0xaf][0x10][0xcd]bV[0xae][0x88][0x9f]5[0xad][0x13][0x95]/h!9U [0xf1][0xb2][0x8a]^M[0x95]u[0xf2]m[0xc0]66[0x7]UB[0xa7][0x88][0x1c]Vb@[0x5]/'[0x18][0xde]4=mz[0x87]\g[0xb3][0xbc][0xd6]|G[0x15][0xe9][0xa8][0x96][0xcf][0xd1][0xe]u%[0x84][0xfd][0x9][0x86]vz[0x19][0x8d][0x81][0x14]#T[+o[0x1b][0x80]z[0xba]p[0xfc][0x9e][0xee][0x1c]z{[0xad][0xa2][0xdf]r[0x1c]N[0xa8][0x15]$[0xad][0xa2][0xe7]0[0xf5]s[0x9b][0x9a][0xf7][0x82]5[0xb5][0xec]EUS[0xeb]^[0x84][0x9a][0xc6][0x11][0xfe][0x9f][0x8f]>[0x82][0xda][0x1a]BC[0xbc][0x88]#IV[0xa5][0x8c][0xb9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0xd4]3[0x1c][0x83][0x4][0xa1]HW[0xe8]~TC[0xd0][0xd0][0x93]M[0x8f][0x81][0x8d][0xa1]:[0x19][0xf4]5=A[0xcf]S,[0x11]&[0xb1]j[0xc]J[0xa2]:[0x10]D[0xa2][0xa6][0xf5]i[0xc4][[0xc7][0x10][0xb9][0x17][0x8b][0xeb]k[0xa2]3[0x9a][Z[0xf7]A[\r][0xd7]W[0xef][0xc3][0xcc][0x0]3+[0x11][0xde][0x8d][0xea][0x4][0xaf][0xf]?[0x83][0x96][0x16]B[0xb7][0x14][0xa3][0xd9]t[0xe8]fB7[0x17][0xa1][0xd9]t[0xe8][0x94][0x84][0xb0][0xca][0x90][0xc3][0x13][0xfc][0x9][0xd4][0xf6]?[0x81]9[0xfd][0xe3][0x88]F[0xff]0F[0x7][0xe6][0xcf][0xce][0x8b][0x1e]@r}[0xb5][0x94][0xea]H[0x1a][0xc3][0xfc]q[0xd4]?U[0x1f][0xe][0xff][0x1f][0xb][0xfa]C[0xd1][0x85][0xe9]1[0x1c][0x98][0xe0][0xbb][0xb1]4[0xa1][0x14]k8X[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]U[0x8b][0x8a]VqZ[0x15][0xeb][0xf][0x91][0xea][0xd0]>,[0xa6][0xa5]K[0xf6]L[0xb5][0xac]!XV[0xaf][0x8c][0xe3][0xd0][0xa7]~[0x1f][0xd0][0x18][0xe2][0x12][0x7][0x85]"[0xbb][0x1e][0xbd][0x98][0x8d]Al[0xc5]6[0xea]w[0xd0][0xcd][0xb3][0x87][0xfa]q<[0x87][0xe7]1[0x9b]U[0xb1]([0x9b][0x87][0x83]X[0x7];[0x85]%q[0x88][0xdf]o[0xc2]R[0xbf][0xdf]I_[0x1e]a[0x9f]5[0xd7]a[0x9][0xb1][0xe6]%([0xe2]e[0xd4][0x8a]W0_[0xbc][0x8a][0x85][0xe2]54[0x88][0xd7][0xd1]*[0xde]@[0x87]x[0x13][0xeb][0xc5][0xdb][0xe8][0x15]o[0xa1]O[0xbc][0x83]A[0xf1].[0xb6][0x8a][0xf7][0xb1]M[0xbc][0x87]+[0xc4][0x7][0xd8]!>[0xc4][0xc3][0xe2]c[0xec][0x11][0x1f][0xe1]Q[0xf1][0x9][0xc6][0xc5][0xa7]xN|[0x81][0xe7][0xc5]gxA|[0xce][0xaa][0xc4][0x97],*[0xbe]a[0xf3][0xc4]W[0xac]N|[0xcd]:[0xc4][0xb7],)[0xbe]c)[0xf1]=[0xdb]$~`[0xf4]-[0xc5]vF[0x18][0xdb][0x15][0xa9][0xf2][0x99][0xbb][0x1d][0xb3][0xf0][0x2]eC'V[0x82][0xb3](B8[0x96][0xf8][0xcf]Y[0x1d][0x16][0xd3][0xd8]qPX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x87][0x90]tN[0xf9][0x98][0xf0]q[0x9a][0xe3]p[0x9c]_[0xb]eJ[0x8]c[0xe][0xf3]`X [0xb6]@[0xc8][0x9f][0x88][0x7][0xf6][0x19]}[0xe7][0x8]|"F[0x9b]H6$|i[0x8a]O[0xe2][0x9e][0x1f][0x9f]E[0x9f]8[0x8d]D[0xa5][0xa5]/[0x8][0x9e]C[0xe2][0xf1]}W[0xe2][0xef][0x93]U/[0xa2][0xb0][0x88][0x94][0xf0][0xd3][0xe5][0x92][0xe5][0x15]V[0x11][0xa0][0x1f]M[0xb0][0xb4][0x9c]8C[0xe8][0xe4][0x86]t[0x19][0xcb]\:[0x1e][0x88][0x98][0x87]P[0xb0]B[0xf6]B[0xc8]G[0x1a][0x84]?[0x1f][0xbe]A[0xaa]G[0xe5][0xc0][0x19][0x94]S[0x84][0x5][0x89]H[0x82][0xf4][0xb][0xa2][0x6][0x5][0x19][0x10]d0$[0xc8][0x90] [0xc3][0xb2] #[0x82]D[0x15]AF[0x87]C[0xdf][0x89][0x6][0xa8][0x84][0xbf][0xf9][0xe0][0xef][0xf0][0xf]r[0xeb]?[0x15][0xf8]_[0x5][0xde]U[0xe0]=[0x5][0xde][0x17]@[0x9e][0x1f][0x19][0x88][0xf4][0x8][0xa0][0xce][0x8d][0xc5]"[0x89][0x99]=[0xe1][0xbe][0xbe]H[0x9f][0x0]e}[0x91]D4[0xdc][0xb3]<[0x92][0xe8][0x8b][0xc6]c[0x17][0xce][0x9d]%[0x80]0O[0x0][0xff][0xcc]x[0xac]/[0x19][0x8e]%[0x97][0x87]{[0xfa]#[0xf2][0x94][0xc7][0x1e][0x9e][0x19][0xfd][0xe3][0x9][0xfc]@[0x9a]s[0xc1][0xcc][0x85][0x2][0xc][0x9b][0xbf]><[0x10]n[0xeb][0x9][0xc7][0xba][0xdb][0x96]&[0x13][0xd1]X[0xf7]T[0xfc],[0x16][0xde][0x18][0x11][0xc0]=-[0x1a][0x8b]&[0xa7][0xb]0[0xb2][0xc9]|Wp9[0xde]73[0xbe][0x16][0xef]+[0x9d][0x1f][0x8d]E[0x16][0xf6]o\[0x13]I,[0xb][0xaf][0xe9][0x89][0x90]Q[0xe3]][0xc8][0x12]F"[0xfc][0x9e][0xbe])%/[0x8f]"[0xe8][0x98][0xf9][0xf1]Dw[0xdb][0xfa]5[0xf1][0xbe][0xbe][0xb6][0x9e]xw7[0xe][0xd6]6[0x1f]_#[0x9][0xb4][0xac]tG[0x92][0xb]5[0xe3]#[0x9a][0x82]<4ym[0x1c]o[0x16] [0xde]d9L[0x9d][0xb6]@S[0xcd]O[0x1b][0xde]Y[0xb4]f}[0xa4]+9[0xf5]"[0xf3][[0x86]w[0x96]][0x9e][0x88]_I[0xd8][0xb5][0xc9][0xba]5[0xcb][0xeb][0x8a]6M[0xdf][0xc9][0xc7]t [0xda][0xb7],[0x11][0xee][0x8a][0xcc][0x8e][0x91][0xb7][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " 6[0x5]W[0xe1]Z$[0xc9][0x9b]Y[0xdb]C[0xc7]"[0x8f])[0x1b]#}}[0xe1][0xee]H[0xe6].[0xd3][0x1b][0x4][0x8]q[0x1e][0xb3]D[0x10][0x92]h[0x87][0xfb][0xa9][0x0][0xd3]8[0xee][0x91][0xc7][0xd0][0xbe][0x1e]m[0xed][0xe6]\[0xd1][0x15][0x13][0xa0][0x89][0x3][0xc5]Y*mCz[0xc3][0x89][0xf0]F[0xf4][0xa8][0xe1][0x9c][0x1b]p[0xd8]Y[0x91][0xde]D[0xa4]+[0x9c]$[0xb]V[0xbe][0xa4]?[0x96][0x8c]n[0x8c],[0x8f][0xf6]E[0xd1]ng,[0x16]O[0x86][0x93][0x18]([0xf8][0xf8]([0xc3][0xd3][0x83][0xcf][0xe0][0x8]g[0xd9]c[0xb1][0x9c][0xd8]"[[0xeb][0x92][0x97][0xf]j;>[0x90][0xb5]L[0xd6][0x1e][0xa5]=[0xb3].[0x9e][0xd8][0x18][0xc6][0xed]k[0xb4][0x85]3[0xb8][0xb2][0xed][0xa8][0x1e]K[0x93][0xe1][0xae][\r][0xb][0xc2][0xbd]4[0x84]?[0x91][0xef]N[0x9b][0x6][0xed][0x10][0xe0][0xfc][0x2][0x7][0xc9]5[0xec][0xa4][0xac][0xdd][0x1a]\6[0xdb][0xeb]4[0xcd][0xee][0xf3][0xfc][0xc7][0x17][0x16][0xfe]8[0xc0][0xcb][0x9c][0x1c][0xd0]b[0xed]4wBI[0x1b][0xc5][0xd9][0x92][0xb9][0xe4][0xe]1[0x9c]@[0xb1][0x15][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "0[0x9a]w[0x8b]v[0x8f][0x84][0xf7][0xb4][0xeb]/[0x1d]|[0xcf][0x9c][0xcb]7*wH6&[0xee]i[0x90]{[0x7][0xb4])[0xf6][0xc][0xf3][0x1f]n[0xb6][0xbb][0xd8][0x1a]][0x8b][0xed][0xbb][0xb5][0xdb]m{[0xa6][0xc5][0xcc]Z[0xed][0x9b][0xd3][0xec]M[0xb7]?[0xdf][0xe0][0xa2]"[0x80][0xf9]#[0xf2][0x1c]l[0x1e][0xf9][0x80][0xe7]V[0xf3][0xb4]Ox[0x8e]4[0xcf][0xbe]#[0xcd][0xd3]G[0xe1]y[0xd0]<[0x8b]ax[0x1e][0xc4][0xb9][0xb5]H[0xf][0x9a][0x97][0x97][0x7][0xe9][0xb3][0xb0][0xed]A[0x16]3[0xb3][0xed]At[0xd5]l{[0x90][0xd5]R[0xda][0xf6] [0xdb][0xeb][0x8b]5[0xd0][0xac][0xc8][0x9a][0xfe]nV[0x3][0xc9]k[0xc9][0xb7][0xa4].#[0xaf][0x3][0xe9][0xb]T3[0xb4]onl][0x9c][0xdd])E[0xf1];|[0x80][0xbc][0xc][0xd0]W[0xbc]M[0xba]2[0x9c][0xc0][0x8a]C&/[0x3][0xf4][0x15][0xdf][0x96]#[0x89]D<[0x81][0xc3]i[0xaf][0x3][0xe9][0xb][0xf2][0xc9][0xba]p2[0xdc]C2*y[0x1d]H_[0xe0]'b[0xf][0xa9]IO[0xcb][0xa7]04LM[0xee][0xd1]+[0xfa][0xaa][0xa1][0x1e][0x17]`^[0x1]&,[0xab][0x89][0x8b][0x1d][0xa9][0xa1]-[0x87]?[0xaf][0x0]V[0x8b][0xdc]|[0x89]3CY[0xa2][0xc6]y%[0xc9][0xc7]jQ[0xc2]1[0x7][0xf2]\[0xa3][0xdc][0xf5][0xcb][0xb9][0x8e][0xec]&[0x19]i[0xa5][0xd3]~a[0x18]{[0xc3][0xc7]4[0xb6][0x3]~S@[0xcd][0x98]W[0x4][0xe5]_S[0xc6]>[0xbe][0xe1][0xf9][0x6][0xaf][0xf9]O[0x1a][0xe4]#[0x14][0x19][0x8a][0x5]lb[0xec][0xe3][0xb3]h[0xb9][0xca][0xff]9[0x83]|[0x84][0xeb][0xff][0x11][0xf8]PD[0x13]1[0x99]z[0xbb]#I[0xdd][0xb0][0x0][0x13]x'O[0xb9][0xe][0x90][0xce][0xc9][0xfd][0xc3][0xa5][0x9d]![0xdc]}[0xfd][0xeb][0xd6]E7)[0xf0]AV[0xe1][0xa4][0x9d][0xb5][0xe5]~V[0xee][0xea][0x9]o[0xde],[0xc0])[0xa6][0xc7][0xc8]9C[0xc6][0xa1][0xd8]U[0xbd][0xe9][0x83][0xb1][0x11][0xd9]7O[0xb]M[0xc7][0xfb][0xbd]K[0xa3][0xdd][0xb1]p[0xb2]?[0x81][0xb7]L4q[0x90]{r[0xa2][0x9c]mF[0xcf]s!fp[0x8d][0xe6]9H[0x19][0xee][0xe6][0x2][0xfd][0x1c]*[0xbd][0xa9]g[0xd8]#3[0xf9][0x8]9B[0xc4]U[0x13][0xc0]CNh[0xba][0xe3][0x89][0xab]2[0xf]ot[0xc4]e[0xcb][0xa6][0x92][0xd5][0x9b]9m[0xd9][0x14][0xf3][0x10][0xd3][0xcd]S[0xd2][0xee][0xe7][0xd8][0xc7][0xf7][0x5][0x98]k[0x7]U[0xa7]?[0x19][0xed]i[0xd3][0xb6]8[0xc2][0x87]w[0xf7]h[0x1f][0xb2][0xd3]8[0xe3][0x3][0x2]\X$/[0x7]B[0x9b][0x81][0xb4]>[0x1e][0x8d]Y[0x88][0x9c]C[0xef]p[0xf]j[0xfd][0xd1]X2[0x92]X[0x17][0xee][0x8a][0xe8][0xe7][0xb9]B[0x18][0xff][0xad][0xc1]][0xf8][0x8f][0x94][0xef]k[0xfa][0xa3]=[0xe4]d[0xce][0xf4][0xf0][0xc][0xf2][0x1][0xfa][0x8e][0x2][0xaf][0x9][0xe0][0xb]wu[0xa1][0xf7][0xd4]M[0x9c]8Q[0x0][0xd7]&[0xed]K;[0xf9][0xd2]A[0xbe]L"_&[0xa3]CL[0xeb][0xea][0xa1]g[0xd5]b[0x93]v[0xa6][0xb8]4[0xde][0x9f][0xe8][0x8a][0xcc][0x89][0x92][0xf5].[0xd1][0x1d]o[0x2]1[0xa4][0xc2]7[0xe1]q[0x15]&[0xc2]OTh[0x83][0x9]*[0xfc][0xb][0xae]S[0xe1]C[0xf8][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad][0xe4][0xdb]O[0xc0][0x14][0xf4][0xd9][0xec]}Pa*LS[0xe0]#[0x15][0xd9][0x5]Ep[0x91]WQ[0x15]$|V[0x90][0xc9][0x17]7[0xf9][0xa2][0x90]/[0x1e][0xb8]N[0x11][0xbc][0xaa][0xe0][0x13]J[0x14]AU[0xe1]Kp7*[0x89]*[0xf8][0x85][0x0][0xfe][0xb4]k1WU([0x15][0xca]p[0xcc][0x9][0xaa]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa9][0x8][0xc3]T8[0x3][0xce]$[0xf][0x1f]Q[0x84][0xe1][0xaa]0B[0x18][0xa9][0xc2]Q8.[0xc0][0x18]K[0x91]n[0xc7]Y[0x9][0xa3][0x14]a[0xb4]*[0x9c]*[0x94][0x93][0x11][0xc7][0xe0]O[0xc6]V[0xb7][0xa3][0xea]h,[0xd1]x[0xdb]R[0xad]q[0x10][0xdd][0xac][0x8b][0xd1]8[0xf3][0x13]3[0xc2]}[0xd1][0xae][0xf4]c[0x95][0xb9][0xb3]D[0xc6][0xe2][0xe9]s[0xc4][0xbd]^[0xb6][0xa4]s[0xe6]lT[0xb4]h[0x1f][0xfb][0xa1][0xac]v[0xc8]R[0x83][0x1c]q[0x9f]28[0xd8]\[0xf4]'[0x8d]@[0x19] [0xad][0x8c]E[0xda][0xb1][0xd5]\[0xa3][0xef][0xd1];[0xd0][0xf9][0x2][0x83]o[0xce][0x8f][0x13][0x82][0xe1]M[0xf3][0x8c]w[0x92]7[0x89]Z[0xcf][0x9a]=[0xe3][0xc2]s1F[0xe6].[0x9c][0xb3][0x8]_Vt.Y[0x88][0xef][0xce]^[0xb2]d[0xd1][0x12]|[0x9d][0xd3][0xb9][0xac]s[0xbe][0x0][0xd5]V[0x9c][0x8b][0x13][0xf1][0x81]([0xee]^[0x1f]:[0xe0][0xe2]%[0x8b][0x96][0xcf][0x9d]5[0x1b][0x1f][0xab][0xb1][0x9c]W[0xfa]~[0xb4]\5[0xd4]=D."[0xb1][0xee][0xe4][0xe5][0x9a]G[0xcf][0xc5]o[0xc3][0xbd][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xd8][0xda][0xac][0x94]d[0x19][0x81][0xe9] B[0xb4]d<[0xbd][0xf][0xa5]YZ[0x92][0xde],[0x83]j`[0xe8][0xa0]`[0xcf][0x8a][0xac][0xb][0xf7][0xf7]$[\r]][0x98]L[0xb1]:[0xb3][0xc9][0xfc][0xae][0x1d]M[0xc7][0xc8][0xac][0xd4][0xde][0xed][0x8b]t[0xf5]'[0xa2][0xc9][0xab][0xda]:[0xb5][0xf0][0x9e][0x19][0x8f]%[0x13][0xf1][0x9e][0x1e]2oum|q":[0x80][0x91][0xdb]M[0xfc]d25[0xc5][0x9e][0x18][0xfc][0xb0][0xb3][0x8b][0x9c][0xe0][0xf3][0xc5]vl[0xd3]L[0xeb]E[0x91][0xaa][0xa1][0x6]<[0xe0][0x82]Z[0xa8][0x3][0x11][0xc6]@[0x13][0x4]A[0x80][0x10][0x0][0xbe][0xd7][0x8c][0xdf][0xa3][0x14][0xe0][0xf5]0[0xa2][0x10][0xf8][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "H([0x18][0xed]xG[0x7]~7[0x7][0xef]q[0xe1][0xab]/[0xf4][0x8][0xb8]B[0xcd][0xf][0x83][0xf8][0x80][0xf6][0xdc]$[0xfc][0x1a][0xc0][0xd1][0x0]5D[0x82])[0xe0]E[0xcd][0x98][0x8c][0xdf][0x8d][0xd2][0xef][0x86][0xd3][0xe0]t[0x0][0xed][0x8a][0x8c][0x8a][0xc1]NB[0x9c][0x8e][0xd9][0xa6]}[0xf] [0x87][0x1e][0x2][0xf1]~6[0x9c][{s[0xa6]6[0x8c][0xaa][0xdf][0xa0][0xf]#ID[0xa8][0xb4]W[0x14]&|_[0x80][0xb3]`:[0x1d][0xac][0x3][0x9f]&[0xf7]zBGA:[0x6][0xf2]}Y[0xe3][0xad]1[0x8c][0xe7][0xa1]XX.[0xc0]9l[0x82]n[\r]9@[0x9e]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xee]fA8[0x6][0xca][0xe0]$}[0xda][0xa7][0x1b][0xc0][0xf]=[0x86][0x9][0x6][0xd8][0x4][0x3][0xd0][0x9]3[0xb4][0x9][0x9d][0x8d][0xec][0xfa][0x98][0x8b]qL1c[0xcc][0x16][0xce][0x98][0xfd]8[0xe6][0x80]6f[0x95]~[0xb7]iLr5[0xb]fk3<[0x1b]I[0xf5][0xd1]?[0x89][0xa3]KdNd[0xf4][0xe6][0x16][0xa1][0x95]3[0xf6]5P[0x2][0xdb][0xb4][0xb1]C[0xfa][0xbd]ll[0x15][0xce][0xd5]6[0x84]\[0x11]+.[0xed][0x8a]X[0x11]5+[0xe7][0xe1]+w[0xe]-[0xbc]u9[0x88]s84[0xe4][0x1c][0xe6][0xc2]<[0xbc][0xfb]|[0xed][0xfd][0xf9]tg[0x16][0xd0]}XH[0xed][0xad][0xa2][0xb3][0x1a][0xb4][0xc7][0x9b][0xd7][0xad]h[0xef]6[0xc3][0xbc]r[0xd9]K[0xaf][0x9e]hay[0x11]][0xcf].|W[0xc6]W[0xbf][0xbe][0x9e][0xad][0xe5][0x12][0xc7][0xf0][0xdd][0xb8]HG4[0xc3][0x93][0xf5][0x9b][0x99]a?[P?[P[0xbf][0x86] jW[0x4]A[0xc2][0xcd]X[0xc][0x17]X[0xb9][0x7]wi[0xbf][0x8e][0xcf][0xde]o[0xb1][0xb4]K[0xa8][0xc5][0xf4]T[0x5][0x1c]s)[0x1d]=[0x86]nN[0xee][0x1f]O[0x3][0xe2]V[0x18][0x9d][0xb6]#=[0xe][0x9e][0x95]b[0xcb][0xd2][0xb4]9[0xd1][0x10][0xc6][0xdf]@[0xb3][0x8f]B%[0x16][0xc][0x83]&[0xc7]3[0x93][0xe3][0x99][0xc9][0xf1][0xb0]L[0x9b][0xe4][0x85][0xda][0xf3]B[0xa5]f{9[0xb5]}5[0xda]&[0xdb]R[0xcb]lW[0xa4]m[0xcb][0xd4][0xf6]J[0xa9][0x95]k[0xff]$[0xda][0xff]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xf][\r][0xbb][[0xcb][0xec][0xd7]2[0xfb][0xb5][0xd4]>[0xb9]Z[0x81]Wb[0x9a][0xa4]F#[0xf9]$%9[0x80]$d[0x9f][0x9a][0x18]IU[0x9a][0xc4]m Y)[0x97]K\[0x9c][0xe7][0x11][0xe7][0x5]h[0x84][0x9f][0x1b][0xf6][0xbc][0x89][0xe1]41[0x9c]&[0x86][0xd3]Dq[0xc8][0xd5]J[0xbc][0x92][0xd2]`[0x8d][0xda][0xe6][0xaf][0xa2]`[0xd9]~[0xde][0xd2][0xda][0xcc][0xd9][0xfc][0x97]q[0xf3]_[0xb1][0xf0]s[0xe2]P[0x2]s[0x3][0x17]s[0x3]Q[[0x80][0x8b][0xa8][0x9d]Mt+[0xcc]n[0xd0][0xa2][0xbb]A[0xeb][0xd2]f[0xce][0xbc][0xdf]D[0x80][0xb7][0xd0][\r][0xde]1[0x18]7[0xba]A[0xda][0xf8]xf\w[0x8]1[0xd3]!.[0xa6][0x14]{[0xe8]6[0xd4]1[0x8a][0xb1]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x99]R[0xac][0x94]p[0xb]x([0xef]#[0xca][0x7][0xb8][0xcb][0x1f][0x1a][0xb6][0xa0][0x8e][0xa1][0xd4]1[0x94]:[0x86]RGQ[0xc8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x16][0xd4]jP[0x97]P[0xa8][0x9b][0x11][0xca][0x8d][0xaf]A[0x6]U[0x9d][0x86]r[0x1b][0xa1][0xd0]9d[0x1e][0x99][0xe0][0x5][0x9f][0xe0][0x83]&A[0xd5][0xc8][0xa6][0xeb][0x83]1[0xb2] #[0xb]2[0xb2] #[0xb]R2rE[0xdc]DN36[0xa1][0x9b][0xac][0xce][0xad][0x11][0xde],7[0x11]F[0x82]_[0x18]e[#V[0xe7][0xa9][0x11][0xde][0xec]y[0x8f][0xc7]yWA%[0x86]Z[0xde][0x1a][0xb1][0xba][0x0][0x8d]0[0xd9]oA[0xfb][0xad]P#[0xb4][0x15][0xa3][0x11][0xab][0xb][0xd5][0x8][0x13][0xce][0x14][0xc4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8d][0xc2]Y[0xce]h[0xc4][0xea][0xdc][0x1a]a[0xda][0xfc]sq[0xf3][0xcf]+@#V[0xe7][0xa9][0x11][0xa6]y/[0xc1]y/E7[0xb8][0xb0][0x18][0x8d]X][0x88]F[0x98]P.C[0x94]0[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0xce]h[0xc4][0xea][0x82]5[0xc2]D[0x16]G[0xb2]^[0xd4][0x88][0x84][0xb3][0x1a]A[0x18]/[0xa5][0x8c]W[0xd0]([0xae]a[0x8c]c2[0xa3]x[0xec]q[0xf0]q=[0xb7][0x1f][0xe1][0x6][0xa0]Z[0xd8]d[0x8][0xe4][0x1a][0x6]W[0xc3]<[0xb7][0x6].[0x83][0xf0]` Wk[0xe6][0xd7]P[0xf3][0xdb][0xa9][0xf7][0x98][0x97][0x88][0x6][0xb2]f~[0xa5]4[0xce][0x8a][0xe2]SHq5.[0xd1]V[0x83][0x1f][0x19][0x97](M[0x11][0xc4][0x12]-L[0x97]h-^[0x89][0x99][0xcb][0x11][0xa1]<)[0xca][0xd3][0xc0]x*[0xb9]<|m[0xd9][0x86]0[0xdb][0xa1]^[0xd8]i[0x80]i`0[\r][0xc][0xa6][0x81][0xc1]4 [0x8c][0xc1][0xa9][0xeb]5[0x98]u[0x14][0xe6]F[0xea][0xd4][0xed][0xc]&[0x98][0xa9]-[0xc6][0xc5]Y)[0x8f][0x94][0xac][0x16]i[0xf]r[0xed][0x85][0x89][0xc2]~[0x83][0x87][0xb7]3[0xae]v[0xc6][0xd5][0xce][0xb8][0xda][0xe9]"[0x91][0xab]n[0xbc]b[0x1e]>Q#[0xbc][0x9c][0x12]~[0x86][0x12]N`[0x84][\r][0xb9][0x8]-4[0xf0][0x10][0xe2]][0xb][0xad][0xc2]u[0x6][0xbc][0x9][0xc]o[0x2][0xc3][0x9b][0xc0][0xf0]&0[0xbc][0x9][0x88]g[0x8][0xc0]V[\r]/J[0xf1][0xae][0xa5]x[0xcd][0xc][0xaf][0x96][0x8b][0x97]C[0x9f]o@[0xb6][0x1b]!$[0xdc]l`kfl[0xcd][0x8c][0xad][0x99][0xb1]5[0xd3]-%W[0x19]l![0x8d]m=e[0xfb][0x14][0xf5]4s[0xe0]Q[0xdd][0xd4][0xd6][0x8c][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7]"[0xd2]m[0x18]x[0xb7][0x1b][0xbc][0xcc][0x18]xiU[0xa8]a[0xaa][0xa0][0x87][0xa0][0x98][0x19][0x82][0x1b]([0xc8]![0xba]H![0x6]R[0x93])[0x9d][0xfa][0xe6]I[0xba]{[0xf1][0x80][0xee]D[0xa0]/@P[0xb8][0xcb][0xb0]F![0x6][0x14]b@![0x6][0x14][0xd2]VK[0xd4][0xae][0xd6][0x1a][0xdd]+[0xa8][0xa1][0xf5]P[0xb4][0xfd][0x14][0xad][0x91][0xa1][0x8d][0xe7][0xa2]Y[0x8][0xfb][0xdd][0xc8]u[0x4][0x1a][0x84]{[\r]\[0x8d][0x8c][0xab][0x91]q52[0xae]F[0xc6][0xd5][0xa8][0xed]"[0xe3]j[0xd0][0xb8]6R[0xae];[0xa9][0xb0]w0[0xae]P[0xa6][0xb0]g,[0x19]F[0xa6]l[0xb5]t_E[0xc4][0xfb][0xa0]][0xf8][0x9a]A[0xe1];[0x18]b[0x7]C[0xec]`[0x88][0x1d][0xc][0xb1][0x83].[0x1d][0xb9]"1[0xca][0x14][0xbe]][0x83][0x8d]Q[0xd8][0xdb])l[0x1b][0x83]m[0xcc][0x9]k[0x91][0x8b][0x1e]@[0xd2][0xa3]0Ax[0xc8]@[0xda][0xc6]H[0xdb][0x18]i[0x1b]#mc[0xa4]m[0x8c][0xb4]M[0xb][0x9]F:A#[0x8d]S[0xd2][)i[0xb]#[0xad][0xe3][0x92][0xe6]J[0x99][0x8f] [0xe6]qh[0x16][0x1e]5`[0xb6]0[0xcc][0x16][0x86][0xd9][0xc2]0[[0x18]f[0xb][0xdd]sr[0x95][0x81][0xd9][0xac]a[0xf6][0xb2][0x94][0xe9][0xb5][0x88]\[0x9a]2[0xab][0x8e]C[0x9]WL[0x1e]G[0xb8]'0rO[0xd8]H[0x99][0xc1][0xec][0x94]y[0x5]5[0xbf][0x3][0xcd][0xbb][0xb9][0xf1]JS[0x94]f~[0xa5]4J[0xb2][0xc2][0xf8][0xe]b|[0x17][0xe3][0xf5][0xa4]A@[0x8c][0xf1][0x9a][0xc6] Q[0x1a][0xa4][0xf1][0xba][0x16][0xaf][0xb2][0xa2]4A[0x81][0xae]A ~[0x94]f[0x2]Y([0xec][0xf][0x91][0xe6])[0x8c][0xd2][0x1f][0x1b]h[0x8c]Q[0x9a][0xa6]id4[0xdc][0xd8][0xec][0xa3]47![0x8d][0x87][0x1b][0x9b]T[0xf3]3[0x96]g[0xa5]<[0xca]m[0xb5]LO#[0xd8]3[0x18][0x9b][0xcf][0x19][0xe4][0xc3][0x18][0x9b]i[0xb0][0xe][0x6][0xd6]A[0x97]I[0x8f][0xc8] nSFD&)[0xe2][0xf5][0x88][0xa8]p#[0x92][0x8f]X[0xee][0xe6][0xf2][0xbd][0x80]|?[0xc3][0x88][0xfc][0x85][0x81][0xcf][0x18][0x91]i[0xbe]6[0xc6][0xd7][0xc6][0xf8][0xf4]8tg[0xc6]a?[0xe5][0xfb]4[0xf5]0s[0x1c]f[0xf2][0xa5][0xe3][0x90][0x7][0xf7]k[0x84][0xfb][\r][0xc6][0xe1][0x8b][0x6]8c[0x1c][0xa6][0xe1]Z[0x18][0xdc][0x10][0xd1]7[0xc0][0xf2][0xa6][0xee]m[0x96]y[0xb3][0x9a][0xc0][0xf1][0xa4][0xe1]eDz[0x5][0xa3][0xef][0xf7]y[0xe5][0xcd]`v[0xde][0xbc][0x92][0xe5]M}[0x17]-[0xf3]f5[0xdd]E[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8]O[0x8][0xf4][0x1a][0xc6][0xe1][0x1b]y[0xe5][0xcd] [0xcb][0x9b][0xc1][0xc1]5[0xd2]#r[0x13][0xcb][0x9b][0xfa][0x6]Z[0xe6]M[0x8a]f[0xa1][0xa1]o![0xd7][0xdb][0x18][0x91][0xc9]+o[0x6][\r]yS[0xce][0x8c][0xcd][0xab]X[0xde][0xf4][0xe2]9[0xf2]f[0xc6][0x92]al*VK[0xf7]7D[0xfc];[0xc6][0xe6]?[0xf3][0xca][0x9b]A[0x96]7[0x83]4[0x9a]I[0x94]*[0x99]Q[0xba][0x99][0xe5]M]H,[0xf3]f[0x16]l[0xb9][0xc2]%}[0xf]I[0xdf][0xc7]([0xfd]W^y3[0xc8][0xf2]f[0x90][0xc6]5[0x9][0x9]%3^?[0xc5][0xf2][0xa6][0xee][0x89][0x96]ysp[0xbb]51[0xe1]a~[0x4]>[0xb4][0xdd][0xec]r[0xe5][0x95]7[0x83][0x86][0xbc])[0xb3][0xc8]u[0x1b]#[0xf7]jn[0x97]E5wY\>n[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xc3][0xc1][0xef][0x1a]1D[0x97]e[0xb][0xb7][0xcb][0xa2]ZuY\[0xe3]p[0xcc]J[0xdb]][0x96]-[0xdc].[0x8b][0xca][0xef][0xb2][0xb8][0x9a][0xa0][0xc4][0x15],[0xa0][0xcb][0xb2][0x85][0xdb]eQ[0xad]Z[0x1][0xae][0xc9]8[0x87][0xd3][0x8a][0xe8][0xb2]l[0xe1]vYT[0xab].[0x8b][0xab][0x13][0xed][0xcd]p[0xa4][0xcb][0xb2][0x85][0xdb]eQ-[0xba],[0xae][0x5][0xa0][0xba][0x16][0x16][0xd5]e[0xd9][0xca]=A[0xb5]^[0xda][0x15]8[0xd5]O[0xda]>A[0xdd][0xca]=AU[0xd9][0xd1][0x99]:D[0x97][0xc5][0x15][0xc6]P][0x3][0x95][0xae][0xb5][0xf9][0x9f][0xa0]n[0xe5][0x9e][0xa0][0xaa][0xec][0x4]U[0xb5][0xd1]eq[0xc5][0xd0]~[0x1c]j\W[0x14]s[0x82][0xba][0x95]{[0x82][0xaa][0xb2][0x13]T[0xd5]n[0x97][0xc5]u5[0xe2]l[0x81]FW[0xca][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0xd5][0xaa][0xcb][0xe2][0xda][0x87][0x9b][0xbf][0xbf][0x80][0x13][0xd4][0xad][0xdc][0x13][0xd4]L7[0xc8][0xd5]eq[0xdd][0x88][0xf3][0xbe][0x9][0xdd][0xe0][0x96]bNP[0xb7]rOPUv[0x82][0xaa][0xda][0xe9][0xb2][0xb8][0xee]B[0x94][0xc3]P[0xeb][0xba][0xdb][0x99][0x13][0xd4][0xad][0xdc][0x13]T[0x95][0x1d][0xf][0xaa][0xb6][0xbb],.[0xfc][0xa9][0xd5]u[0x14][0x9a]\[0xc6][0x9f]Z[0x1d][0xe9][0xb2][0xa4]rkD[0xf6]A[0xbb][0xeb]qt[0x93]'lkD*O[0x8d][0xc8]N[0xe7][0xae][0xef][0xe3][0xbc][0x80][0xce][0xf1]T[0xfe][0x1a][0x91]*@#L[0xf6][0x9f]G[0xfb]/[0xa0]F[0xfc][0xbc][0x18][0x8d]H[0x15][0xaa][0x11]&[0x9c]W[0x10][0xe7]U[0xd4][0x88]?8[0xa3][0x11][0xa9][0xdc][0x1a]a[0xda][0xfc]wp[0xf3][0xff]R[0x80]F[0xa4][0xf2][0xd4][0x8][0xd3][0xbc][0xdf][0xc7]y[0x80]n[0xf0]a1[0x1a][0x91]*D#[0xb2]QD[0xf][0xf8]D/[0xd4][0x8a]%[0xce]hD[0xaa]`[0x8d]0[0x91][0x8d]F[0xb2]S[0xa1]I[0x1c][0xe3]t[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0x87]VC[0x14][uY[0xc4]q[0x8]W[0x9][0xd5]bU[0xfe]][0x96][0x14][0xb7][0xcb][0x92][0xb9]D[0xf6][0xba],b-R[0xd4][0xe1][0x12]5[0x14][0xd3]eIq[0xbb],*[0xeb][0xb2][0x98]y[0xb8][0xda]"[0x6][0x11]&[0x4][0xf5]bK1][0x96][0x14][0xb7][0xcb][0xa2][0xb2].[0x8b]A[lvY[0xc4]6[0xe4][0x9a][0x8][0x13][0xc5][0xe]g[0xba],)n[0x97]Ee][0x16]KB[0xbe][0x6][0x8a][0xa7]![0xde][0xe9][0xd0]*[0x9e][0xe9]L[0x97]%[0xc5][0xed][0xb2][0xa8][0xac][0xcb]b[0xc6][0xb3][0xd6]gq*[0xb2]M[0x83][0x90]8[0xdd][0x99].K[0x8a][0xdb]e[0xc9][0xc][0xbc]![0xba],b'"[0xcd][0xc0][0xc0][0x9b]UL[0x97]%[0xc5][0xed][0xb2][0xa8][0xec][0xb4][0xc8] [0x9d]CuY[0xc4]s[0x11][0xe8]<[0x8][0x8a][0xf3][0x9c][0xe9][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16][0x99][0xd1],[0x84]}[0x1]r-[0x84][0x6]q[0xb1]3][0x96][0x14][0xb7][0xcb][0xa2][0xb2][0xd3]"[0x83][0xb0][0xdb][0xed][0xb2][0x88]K[0x11]q[0x19][0xb4][0x8b][0xcb][0x9d][0xee][0xb2][0xa4][0xb8]][0x16][0x95][0x9d][0x16]Y[0xc3]Z[0xe4][0xa2][0x95]H[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x88][0x17];[0xdd]eIq[0xbb],*;-2[0x93][0xe6]J[0x99][0x97]"[0xe6]e[0xd0],[0xae]q[0xba][0xcb][0x92][0xe2]vY[0xb8])[0xd3][0xaa][0xcb]"F[0x10]n[0x1d]F[0xee][0xe5][0xf9]wYR[0xdc].Kf[0xbc][0xda][0xec][0xb2][0x88][0x1b][0x10][0xa3][0x7][0xe3]5VL[0x97]%[0xc5][0xed][0xb2]dF[0xa9][0x9d].[0x8b]x[0x5][0xd2]$0J[0x93][0xc5]tYR[0xdc].Kfl[0xe6][0xd9]e[0x11][0xaf]D[0xb0]M[0x18][0x9b][0x9b][0x9d][0xe9][0xb2][0xa4][0xb8]][0x96][0xcc][0x88][0xcc][0xa7][0xcb]"nA[0xbe][0xad][0x18][0x91][0xd7]8[0xd3]eIq[0xbb],[0x99]qh[0xbb][0xcb]"[0xee]@[0xb8][0x9d][0x18][0x87][0xbb][0x9d][0xe9][0xb2][0xa4][0xb8]][0x16]n[0xde][0xb4][0xea][0xb2][0x88][0xfb][0x10]i?F[0xdf][0xc1]b[0xba],)n[0x97][0x85][0x9b]7[0x87][0xea][0xb2][0x88][0x9f]F[0xa0][0xeb]0[0xe][0xaf]w[0xa6][0xcb][0x92][0xe2]vY[0xb8]y3g[0x97]E[0xbc][0x9][0xb9]n[0xc6][0x88][0xfc][0xac]3][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]v[0xbb],[0xe2][0xe7][0x10][0xf1]v[0x8c][0xcd][0xcf];[0xdd]eIq[0xbb],[0xdc][0xbc]i[0xab][0xcb]"~[0x11]I[0xef][0xc2]([0xfd][0x92][0xd3]][0x96][0x14][0xb7][0xcb][0xc2][0xcd][0x9b]CwY[0xc4]{[0x10][0xf3]^[0x8c][0xd7][0xaf]8[0xdd]e[0xb9][0x86][0xdb]e[0xf1][0x9b][0xbb],[0xe2]Qn[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7][0xea][0xb2][0x88][0x8f][0x81]_[0xfc][0xe6][0x10]][0x96]m[0xdc].[0x8b][0xdf][0xaa][0xcb]"~[0xf][0xc7][@[0x97]e[0x1b][0xb7][0xcb][0xe2][0xb7]j[0x5][0x88][0xbf][0xc1]9[0xfc][0xb6][0x88].[0xcb]6n[0x97][0xc5]o[0xd5]e[0x11]_G{o8[0xd2]e[0xd9][0xc6][0xed][0xb2][0xf8]-[0xba],[0xe2]?@[0x15][0xff]YT[0x97]e;[0xf7][0x4][0xd5]zi?[0x2][0xbf][0x4][0xb6]OP[0xb7]sOP[0xfd][0xec][0xe8][0xcc]?D[0x97]E[0xf2][0x82]O[0xf2]A[0xa5][0xa4][0xe6][0x82][0xba][0x9d]{[0x82][0xea]g'[0xa8]~[0x1b]][0x16]i[0x14][0xda][0x1f][\r]5Ry1'[0xa8][0xdb][0xb9]'[0xa8]~v[0x82][0xea][0xb7][0xdb]e[0x91][0xea][0x10][0xa7][0x1e][0x1a][0xa5]FgNP[0xb7]sOP[0xfd]V][0x16][0xa9][0x1d]7[0xbf][0xa3][0x80][0x13][0xd4][0xed][0xdc][0x13][0xd4]L7[0xc8][0xd5]e[0x91][0xa6][0xe1][0xbc][0xcf]B78[0xbb][0x98][0x13][0xd4][0xed][0xdc][0x13]T?;A[0xf5][0xdb][0xe9][0xb2]H[0xf3][0x10][0xe5]|[0xa8][0x95][0x16]8s[0x82][0xba][0x9d]{[0x82][0xea]g[0xc7][0x83]~[0xdb]][0x16][0x9]j[0x95]VA[0x93]d[0xfc][0xa9][0xd5][0x91].[0xcb][0x8e][0xdc][0x1a][0x91]}[0xd0].E[0xd0]M[0xd6][0xd9][0xd6][0x88][0x1d]yjDv:[0x97][0xe2]8[0xef]^t[0x8e]D[0xfe][0x1a][0xb1][0xa3][0x0][0x8d]0[0xd9][0xbf][0x1a][0xed]oA[0x8d]H[0x15][0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0x8][0x13][0xce]~[0xc4]9[0x80][0x1a]q[0xc8][0x19][0x8d][0xd8][0x91][#L[0x9b][0xb]n[0xfe]g[0xb][0xd0][0x88][0x1d]yj[0x84]i[0xde]w[0xe1][0xbc][0xf][0xa3][0x1b][0xdc]][0x8c]F[0xec](D#L([0xf7]#[0xca][0x3][0xa8][0x11][0xf]:[0xa3][0x11];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6][0x8][0x13][0xd9][0x93]Hv[0x2]5[0xe2][0xdb]NwYvrK[0xd7][0x80]U[0xe9]*=[0x85]n[0xf2][0xa3]!J[0xd7][0x9d][0xdc][0xd2]5`U[0xba]J[0xcf][0xe3][0x98]/[0xd8].]wrK[0xd7][0x0][0xbf]t[0x95]~[0x7]%[0xd2]K[0x5][0x94][0xae];[0xb9][0xa5]k[0xc0][0xaa][0xbe][0x92][0xfe][0x8c]sx[0xb3][0x88][0xd2]u'[0xb7]t[\r]X[0x95][0xae][0xd2][0xbb]h[0xef]=GJ[0xd7][0x9d][0xdc][0xd2]5`Q[0xba][0xca][0x12][0xa8][0xb2]\T[0xe9][0xba][0x8b][0x9b][0x96],[0x97]V[0xe][0x80]_.[0xb5][0x9d][0x96]vq[0xd3]R[0x80][0xe9]Q`[0x88][0xd2]U>[0x15]|r9T[0xca][0x15][0xf9][0xa7][0xa5]][0xdc][0xb4][0x14]`i)`[0xa3]t[0x95][0xeb][0xd1]~[0x3][0xd4][0xc8]M[0xc5][0xa4][0xa5]][0xdc][0xb4][0x14]`i)`[0xb7]t[0x95]'![0xce]dh[0x94]Ow&-[0xed][0xe2][0xa6][0xa5][0x80]U[0xe9]*[0x9f][0x83][0x9b][0xdf]Y@Z[0xda][0xc5]MK[0x99]n[0x90][0xab]t[0x95][0xcf][0xc7]y[0xcf]G7XXLZ[0xda][0xc5]MK[0x1][0x96][0x96][0x2]vJW[0x19][0xb]Dy[0x15][0xd4][0xca][0x17];[0x93][0x96]vq[0xd3]R[0x80][0xa5][0xa5][0x80][0xed][0xd2]U[0xbe][0x1c][0xc9][0xa2][0xd0]$op[0xba]t[0xdd][0x9d][#[0xb2][0xab][0x17]9[0x89]n[0xd2]o[#v[0xe7][0xa9][0x11][0xd9][0xe9]X[0xde][0x8a][0xf3]N[0xa1]sl[0xcb]_#v[0x17][0xa0][0x11]&[0xfb][0x7][0xd0][0xfe]A[0xd4][0x88]k[0x8b][0xd1][0x88][0xdd][0x85]j[0x84][0x9][0xe7]V[0xc4][0xb9][\r]5[0xe2]vg4bwn[0x8d]0m[0xfe][0x11][0xdc][0xfc]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0x88][0xdd]yj[0x84]i[0xde][0xf][0xe0][0xbc][0x8f][0xa2][0x1b][0xfa][0x7][0xf1][0xc8][0x8]G[0x18][0xbb][0xfe][0xe7][0xf0]B[0xa1][0x93][0xe0][0xb][0x1d][0x83][0xe1][0xb7][0x81][0xd2]|[0xf][0x8c]y[0xc]F[0xac]|[0x4][0x1d][0xf7][0x18][0x8c][0x1a]6[0x1a][0xbf]`[0xcc][0x8d]:[0x6][0xa7][0x1e][0x87][0xf2][0xfb][0xd9][0xa2][0xeb][0x16][0x8e][0x18][0x1a]i!j[0x81]\[0xdd][0xa3][0xcd][0x8a],[0x98][0x7][0xc4][0x12]q[0xb9][0x2][0xf7]j[0x96][0xbf][0x8c]w[0x12][0xcb][0xb3]@[0xff][0xa3]y[0x1e][0xb4]1[0x86]3[0xee][0x3][0x6]r[0xf]|[0x5][0xbe][0x8a][0xaf][0xf7]e[0xbc][0xf3]_[0xf8][0xfa]5m[0xbe]_[0xd7]F[0xbe][0x9f][0x8e][0xbc][0x88][0xce][0xc9]KFn>[0xe][0x15][0xd9]C?i@[0xf6][0xd2][0xa1][0xc9][0x95][0x8e]/x}>([0xf7][0x95]@[0x9d]O[0x85][0x16][0x9f][0x1f]&[0xf9]Ja[0xba][0xaf][0xc][0xe6][0xf8]N[0x81][0x5][0xbe][0xe1][0xb0][0xca]7[0x2][0xd6][0xf8]F[0xc2]z[0xdf]hCd[0xf5][0xc2][0x13][0xd4][0x7]{[0xe1]I[0xba][0x2][0xbd]p[0x82][0x16][0x4][0xbd][0xf0]-[0xaa][0xea][0xbd][0xf0]m-[0xb2][0xbc][0xd0][\r][0xdf][0x81][0xef]R[0xd5][0xf4][0x81][0xf8]/[0x98][0xa4][0xc0][0xf7][0xca][0xc7][0x96]y[0xe0]dzU[0xe0]b[0xfc][0x9c]H[0x82]/[0xa4][0xf5][0x14][0x8f][0x83][0x90][0xfd]w[0x1e][0xab][0xc][0xc9][0x98][0xfc][0xe5]7[0x9d][0xc1][0x7]?[0xa0][0xc]>[0xf8]!e[0xf0][0xc1]S[0x94][0xc1][0x7]?[0xd2][0x18]<[0xf0]c[0xf8][0x9][0xb5]T[0xad][0xdd][0x8d][0xdb]:[0xac][0x6][0xdd][0xf7]Ap[0x13])[0x11][0xc][0x86][0xea]p[0x90][0x9f]j[0xc6][0x9f][0x86]F [0xe7][0xd2][0x85][0xfa]T[0x3][\r][0xe7][0x94]C[0xa5][0xf6][0xa8][0xe7][0xff][0x0]PK[0x7][0x8]<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/jboss/logging/LoggerProvider.class[0x8d][0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa4]|[0x8][0x82][0x80][0xdf]_'S.[0xf4][0xe0]A[0x13][0x8c]'cB[0x2]jB[0xc2][0xbd][0x94][0xcd]R[0xac][0xb4][0xd9][0xb6][0xc4][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f]2[0xee]N[0xab]1P[0x13]{ywf[0xe7]y;3[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x12]g[0x6]N[0xc][0x9c]2[0x94][0x4][0x8f][0x6][0xbe][0x10]\2t[0xcd][0xc1][0xdc]^[0xda][0x96]g/[0x84]5[0x8a][0xa4][0xbb][0x10][0xbd][0xce][0xc0][0x97][0xc2][0x9a]O[0xfc]0[0xb4]w[0x4][0x83][0xd1][0xc][0x86][0xa2][0xc3][0xdf]xR[0xdf],[0xa9]x [0xe1]&[0xc][0xe4]2xh[0xe2][0x0]V[0x6][0x8f]L[0xa9][0xcd]h[0xed]9[0xd7]0[0xdb][0xe3][0xde]^[0xa7]@Hj[0xb8][0xb3][0xd3][0x94]o[0xf6][0xe5][0xa6]fe[0xda][0xfb]L-[0x9b][0xa5][0xb8][0xac][0xcb][0xb0][0xc][0xf7][0xa0]@c[0xb4][0xd8][0xba]H[0xbf]iD [0xd0]g[0xa7][0x9]V[0x11]7,=[0x91][0x9b][0x1a][0xd3][0x9d]am[0xcc]w/[0xad]F4[0xc7][0x90][0xcf][0xb][0x9b][0x1]w[0xc2][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x83][0x96][0xa5];[0x1e][0x88][0xce][0xc7][0x87][0xe2][0xb6][0x93]i[0x9f][0x1c][0xb3][0xb3][0xd9]v[0xd3][0xce]d[0xc]z[0x18][0xd2][0xb3]Y-[0xa3]g[0x1b][0xf6]0[0xac]R'g[0x9]l[0x89]6[0xe5][0x85]p|lRO[0xb9][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0xd6][0x17][0xc6][0x96][0xb0][0xdd][0x1];g[0xa5][0xfb][0xaf][0xa6][0xf4]i[0xd7][0xb0]-*[0x6][0xc7][\r][0xdd]L[0xb][0xd4][0xe4]);[0xfa][0xb8]I[0x98][0xf6][0x1])[0xa2]N$O[0x96][0xb0][0x93][0xb9][0xd4][0x84]'[0xc9][0x87][0xc9][0xf7]5h[0x9a]zF3{R)[0x86][0x9b][0xaf][0x14][0x92][0xe2][0x1c][0x13]X[0xea][0x83][0xa7][0x9f]t[0x1d]&G[0xb9][0x92]bt[0xae]3[0xcb][0xd5][0x8c],[0x91][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "l[0x1c]c[0xc0][0xa6][0xee][0xc5]/[0xb0]my[0xfd][0xd8][0xb2][0x85][0x1a]V[0x17][0xe6][0xda][0xd5]2<[0xdc]y[0x90][0xa0][0x9b][0x92][0xae][0x96][0xba]<[0xa4]M{[0x9a][0x1e]/[0xae]([0xb8][0xea][0xd1][0xed][0xb2][0x82]Y[0x92]F`C[0xd2][0xc8]X[0x9a][0x9b]s[0x8][0x15][0x8c]6[0xd1]T[0xe0]@q][0xfd][0x9d][0xac][0x9e][0xca]9[0x86];[0xdb]~[0xc2]1f[0xc][0xe6][0xaa][0xa7]{R2[0xc5][0xae][0x5][0x97][0xe1][0xa4][0x9d]sR[0xfa][0x80]!#[0xdb][0xb4][0xd8][0xb4][0xdd][0xd2][0x98][0xa4][0xe8][0xb7]R[0xa6][0x9d]e[0xc6]C[0xba];a[0xa7][0x15]<[0xaf][0xe2][0x5][0xbc][0xa8][0xe2][0x11]4[0xaa]x[0x14]Q[0x15]MxI[0xc1][0xcb]*^[0xc1]5[0x15][0xaf][0xca][0xe1]5\c[0xdc]*^[0xc7]u[0x6][0xaf][0xe2][\r]\c[0x95][0x1a][0xfc][0xe2][0xa8]x[0x13]o[0xa9]x[0x1b][0xef][0xa8]x[0x17][0xef][0xa9]x[0x1f][0x1f][0xb0]k[0xeb]u[0x9f]]+n[0x9a][0x93][0xc9]M[0xe9][0x96][0x9b][0xa7]T][0xd8][0xa9][0xde][0x9c]a[0xa6]u[0x87][0xa9][0xc]Z<9F:[0xe2][0x87][0x11]Q[0xf1]!>[0x92][0xc3][0xc7][0x2][0xb5][0x91][0xa8]15m[0xea][0x12]L[0x93]@[0x11][0xcb]v#[0xe3]2[0x80]&[0x15][0x9f][0xc8][0x9c][0x9a][0xf0])91[0x98]H[0xe][0xf7]$[0xfa][0xfa]U|[0x86][0xcf]I[0xfb][0xb5][0xa9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xfa][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0])[0x88]LhYz[0x89][0x18]V[0xd6][0xd5][0xac][0x94][0x1e][0xf1][0xa8][0xcd][0x16][0xab][0xf8][0x2]7T|[0x89][0x1b][0xcb][0xaa][0xb2]2O[0x5]vD[0xc8]C3[0xed][0x5]<[0xa6]/[0xc0][0xb9][0x86][0xe6][0xea]i[0x19][0xf4]W[0x2]uk[0x1d]M[0x81][0xca]B[0xe2],[0xa6][0xb5]*s[0x96][0xd9][0xf8]Ufy[0xb][0x1a][0xb8][0xac][0x15][0xcb][0xce](c^="[0xb2];[0xa3][0xbb]~[0xd5][0xc8][0xea]h[0xd1][0x8d]U|[0xa9][0xad]x[0xa5][0x94]F[0xe5][0xd5]VY[0xa8][0xcc]#J[0xf8][0xf8][0xd2][0xc9]^~!-[0x9d][0xed]0[0x95][0xfa][0x16][0x8f][0xb7]|[0x18]Y<[0xe1]e[0xa6]ne[0xdc][0x9][0xcf][0xc1] IMYB[0x9b]"RX[0xf3]:[0xd3][0xd0][0xd1][0xd1]!`E[0x8b]Q[0xff][0xaf][0x9d][0x15][0x3].[0x97][0x1][0xcb][0xfa][0xc4]m[0xcd]c{[0xcd][0xb2][0xc4][0xf2]D[0xf2][0xe6][0x1a][0xb7][0x1d]?[0xe8][0xee][0x15][0xe2]<[0xb7][0x8a]][0x11][0x9e][0xac][0x93][0x96]M[0xe6][0xc6]R~[0xbf][0x1b][0x8a][0x9b][0xb5][0x92]M[0x99]6=[0xad][dA[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xce][0x8b][0x93][8[0xbf][0x9d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xfa][0xb][0x8d]^K?[0xe4][0xda][0x8b][0xe4][0xdc][0xba][0x92]+[0xf2]#[0xc4][0xb2]-pr[0xbd]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "_3[0xa5]4[0xbd][0xff][0x92]]-[0xa6]%>[0x6]RZ[0x96][0xfa][0xcd]k[0x13]cx[0xc2][0xb1][0xaf][0xc8][0x9b][0x9f][0xd1][0xa1][0x83]_'[0xbb][0xc0][0xba][0xa2][0xa4][0xb2]R[0xde][0xb7][0x0]g^[0xb9][0xfc][0x82])[0xe1][0x13][0x9a])m[0xe1][0xea]I>[0x97]r[0xae]hn[0xb9][0x5][0xd1][0xdc]z[0xb]%[0xcd][0xf3]([0xfd][0xce]Sl[0xe5]XFE [0x86]6[0x8e][0xaa][0xb7][0xae][0xc0]n:[0x0][0xd7]{[0xb0][0x97]Z[0x84])[0xf9][0x1d]A([0xdc][0x9a]n[0xfe][0x1e]b[0xe][0x81][0xb8]?[0x7][0x87][0xfc][0xb9],!b[0x81][0xb6]_[0xb0][0xb7]m[0xe][0xca]7h[0xe1]n[0xc9][0x1c]BU[0x1b]ZZ[0xdb]n#[0x1c][0xf0][0x9f]7[0xde][0x86][0xea][0xaf]6[0xc5][0x2]7[0x11][0x8c][0x5]k[0x2][0xbf]b+[0xed]Z[0x8b][0xec][0xc4][0xba]v-[0xb4]k)[0xb4][0x13][0xeb][0xda]%[0x96][0x94][0xc5][0x1a][0xca][0xd1]X[0xf0][0xe]*F[0xef][0xa0]rt[0x1e][0x9b][0xab][0xaa][0xe6][0xf0][0x80]/[0xdd]R[0xb5][0x95][0xeb]9l[0x9b]G[0xf5][0xbd][0x9a]@[0xd5][0xf6]9[0xd4][0xc4][0x82]7[0xd1][0x18]+[0xcb]7[0xa8][0xa5]RM@[0xaa][0xd7][0xdd]W[0x97][0x8]5A[0xd6][0xeb][0xc1]9<[0xf4][0xed]j[0x6][0x11][0xdf][0xa0][0xa6]l[0x1e];[0xef][0xb1]?[0x8d][0x18]D[0x1c][0xe5][0xb8][0xc8]7[0xe8]u[0xce]7[0xf0][0x3]~[0xe2][0xfc]3[0xfe][0xc0][0x9f]([0x17][0xe5][0xa2]Z[0xec][0xc0][0xe][0xd1]-[0x8e][0x8a]cx[0x18][0x1][0xaf][0xaf][0xe][0xea]8v![0x84]n~r[0x1e][0xc4]v[0x1c]B-z[0x88][0xd6]K[0xbc]~"[0xf6][0xf1][0xe3]u[0x80][0xa8]O[0x13][0xf7]([0x91][0x8f][0xf0][0xed]{[0x8c][0xe8]q[0xe2][0x1f][0xa7][0x87]![0xdc][0xc5][0x9]z9I?[0xc3][0xf4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "!)[0xca]qFT[0xe3][0x1c]=[0x9e][0x15]u[0x18][0x15][0xdd]8O[0xaf][0x17][0xc4][0x10][0x91]$[0x87][0xc6][0x11][0xa6][0xde].~H?[0x86] 5K[0xf1]8[0xf6]sU[0x87][0x9d][0xdc];[0x80]2jJ[0xe9][0x13][0xcc][0x8c]|Z[0xe0]ZHL[0x90][0xaa]1r[0xae]R\B'W%[0xd8].[0xce]2[0xfe][0x18][0x11]j[0xc5]if[0x11]E[0x80][0xde][0xf6][0xf9]x[0xcc][0xc8][0xe7][0xab]/{[0x8a]Y[0x1f][0xf2][0xe8][0xbe][0xf1]_&[0x10]T[0xd0][0xa3][0xa0]w[0xf1][0xd7][0x7][0xa1][0xe0][0xb0][0xc8]-[\r][0xfc][0xe8]>[0xdc]pLA[0xff][0xdf][0xa8]W00[0xa4][0xb0][0x8]G[0xbc]#1H u[0x94][0xc5][0x90]s[0x9c][0x85][0x0]w[0x13],J;Wa:[0xad][0x87][0xfc][0xb][0xfd][0x7]PK[0x7][0x8][0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/jboss/logging/Messages.class[0xad]TmS[0x1b]U[0x14]~n[0x92]M[0xc2][0xba][0x91][0x94]V[0xea][0xb6]X[Kk[0x12][0x12][0x2][0x5][0xad][0x12][0x8c]B[0x10]E[0x3][0xad]&[0x82]u[0x9c]q6[0xcb]e[0xd9]t[0xd9][0x8d][0xbb][0x9b][0x8e][0xfd]3[0xfe][0x86][0xfa][0x85]2v[0xc6][0x8f][0xfd][0xe0]or[0x1c][0xcf][0xbd][0x1b]H[0xc8][0x82]3[0xce][0x98][0x99][0xbd][0xf7][0xe4]<[0xe7][0x9e][0xf3][0x9c][0x97]{[0xff][0xfc][0xfb][0xf7]?[0x0],[0xe1]{[0x15]o[0xe2]#[0x15][0x93][0xf8]X[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "j[0xe2][0xef]j[0x6][0x9f][0xa8]PPW[0xf1])>[0xcb]`MEV[0xc0]Y[0xac][0x8b][0xa5][0xa1]b[0x3][0x9f][0xb]i3[0x83]/2[0xf8][0x92]A[0xdb]r][0xee]7[0x1c]#[0x8]x[0xc0][0x90]^[0xb5]];[0xac]3$[0xb][0xc5]][0x86]T[0xc3][0xdb][0xe7][0xc][0x93]M[0xdb][0xe5];[0xfd][0xa3][0xe][0xf7][0xdb]F[0xc7]![0xcd]T[0xd3]3[\r]g[0xd7][0xf0]m[0xf1][0xa0]L[0x85][0x87]6[0xf9][0x98]iz[0xbe]U[0xed]v[0xbc] [0xa8]:[0x9e]e[0xd9][0xae]U[0xdd][0xe6]A`X<[0xa8]1LX<\[0xef][0xbb][0xfb][0xe2][0xc4][0xbd]B[0xb3]k<3[0xaa][0x8e]A6[0x92]D[0xad]8[0xa2]y[0xd4][0xe9]r3[0xac][0x9][0xcf][0xcf]{d~%f[0xcd]0}[0x9e][0x9][0xd9][\r][0xd8]L[0x8f][0x1b][0xaf][0xb6][0xdb][0xb5][0xba] [0xd0][0xb2]-[0xd7][0x8][0xfb]>[0x19]-[0xae][0xb6]W[0xe2][0x1][0xeb]1Z[0xd1][0xd9]"[0xad][0xc][0xf][0xe3][0xa4]#E?[0xb4][0x9d][0xaa][0xa4][0xc3]/N#[0xed]HP[0x94]/v[0x80][0xa1][0xf1][0x9f][0xb8]\[0x10]R[0xb2]Ku=[0xdb]epG[0x8f][0xb5]B[0x9f][0x9a]P[0xfb][0xbf]4[0xc5][0xb8][0x8a]!g[0xbb]![0xf7][0xf][0xc][0x93][0xef][0x18]G[0xc3][0x14][0xcf][0x1b]1[0x83][0xbe][0xe]}&}[0xfb][0xc]J[0xa7]o;[0xb4][0xeb]1[0xe3]u[0x1]p_8n[0x85][0x86][0xf9]t[0xdb][0xe8][0xc9][0xbe][0xd2]L3[0xa8][0x86]i[0xd2]@[0xcd].,,0$~[0x91][0xcb][0xa2]X[0x1e][0x88]eI,[0xcb]d[0xd5][0xf2][0xfa][0xbe][0xc9]7mQ[0xf1][0xdc][0xe9][0x4][0xce][0x8b]H[0x1a]fqO[0xc3][0x15]Le[0xb0][0xa5][0xe1]+|[0xad][0xe1]m[0xdc][0xa6][0xd9][0xbd]|tg[0x17][0xc5][0x81]f[0x6][0xdb][0x1a]v[0xf0][0x88][0xe1][0xfa]%[0x9c]5<[0xc6]7b[0xf9]6[0x83][0x96][0x86]6[0xbe][0xd3][0xb0][0x8b]=[0x86][0x1b][0x97];g[0xc8][0x8f]w[0xfe]T5[0xd2]b[0xca][0x89].[0xcf][0x6]?0[0xfa][0xe][0xe1][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x8b][0xe6][0xe8]~![0xae][0x8d]_3[0xba][0xdd][0xb7][0xa4]2[0xe0]f[0xdf][0xb7][0xc3][0xe7][0xd5]5Y[0xd4][0x86][0xe7][0x86][0xbe][0xe7]8[0xdc][0xa7][0xc7]a[0xdf]{[0xec][0xdb][0xcf][0xa8][0x80][0x16][0xa7].-[0xf][0x1c][0x9f][0x9d][0x18][0x82]kfh{[0xee]%So[0xf4]z[0xdc][0xa5][0xf3][0x95][0xb]f2>K[0xc3][0xce][0xcf][0x14][0x1a][0xff][0x6][0xe7][0xc7]!q[0xc1][0xb8]k[0x85][0x87][0xf2][0xf9][0xda]b[0xc8][0x86][0xde])rV[0xab][0xd1][0xe0]X[0xa4]7s[0x12][0xe2][0xa7] ![0xc6][0x1][0xc]W[0xe5][0xeb]J[0xf3])[0xb4][0xa5][0x97]H[0xfc]FB[0x2][0xd7]hUi[0x7][0xee]"E[0xe3][0xf3][0x16]IZd[0x84]i\[0xa7]}[0x82]FH'[0xb][0xe1]`[0x83]v[0x81]eK'H[0x9e] [0xf5][0x82][0xe4][0xa4][0xf4][0x91][0x96][0xfa][0xf9][0x91][0xf3]Y[0xdc][0xc0]M[0xda]g[0xce]i[0xde][0xa1][0xfd][0x96][0x8c][0xfc][0xae][0xf4]|{[0xe0][0xb9]E[0xd1][0x5][0x8b][0xdc]+(O[0xe6][0x88]_[0xfa][0x4][0x99]q[0xf7]+[0xd2][0xfd]td8p/[0xa4];x[0x8f][0xf0]a[0xa0][0xdc][0xb9]@w)A[0xba][0x17]Q[\r]X[0x96]4i[0xd2][0xf7]^![0xfb][0xe4]%&V[0x14]])[0x1d]C[0xcd][0xff]t[0x8c]7[0xe6]H[0xd8]+[0xbf][0x86]^>[0x86][0xf6]+[0xa6]tE[0xaa][0xf7]t[0xa5],[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "![0x95]q[0xa4]"[0x10]=[0xf5][0x1a]7[0xf5][0x94][0xc4][0xae][0xe]1[0xa1]!P9Fn[0x98][0xcb][0x3]b[0x9]pJ[0xff][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k[0x11][0xb7]C[0x94]aSw[0x9e][0xa2][0xe][0x7][0x9b]8[0xc2]6<[0xfc][0x80][0x1e]:[0xf8][0x19]][0x4]2[0xef]z[0xc4][0x1b][0xf7][0xf1][0xbe][0xcc][0xbb][0x87][0x2]ILJE[0x92][0x12]R*[0x91][0x94][0x94][0xd2][0x1c]I)[0x8a]b[0x91][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]s^[0xb6]:[0xf9][0x17][0x96]2[0xa8][0xea]3[0xf9],[0x16]N[0xab][0x82][0x1f][0x9]W[0x4]^[0x9a]+W[0xf4][0xd4][0x9][0xd8][0x8b][0xb3][0xf1][0x88]jGrX[0x8e][0xac]h[0xc2]"[0xe]*e[0x13]qP[0x89][0xc4]A%[0xab][0x88][0x83][0x8a][0xf]$[0x87][0x4]>[0x94][0xde][0x1e]"/[0xb5]Lz[0xa1][0x81][0xf8][0x7]PK[0x7][0x8]o[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/jboss/logging/NDC.class[0x85][0x92]]S[0xd3]@[0x14][0x86][0xdf]-m[0x93][0xb6]A[0x10][0xa9]EP[0xbe][0x14]i[0xab]R[0x10]?@[0x18]/[0xa4]8[0xd3]1[0x16][0x6][0xb0][0xf7]i[0xbb][0x13]R[0xdb][0xa6][0x93][0x4][0xc6][0x1f][0xe5][0x85]z[0xe3][0xd4][0xb][0x80]?[0xca][0xf1][0x9c]%VJ[0xca][0xd8][0x8b][0xb3][0xa7]g[0x9f][0xf3][0xee][0xd9]w[0xf3][0xeb][0xf7][0x8f][0x9f][0x0]6[0xb1][0x9b]F[0x6][0xf]RX[0xc1][0xc3][0xc]V[0x91][0xe7]P[0xe0]P[0xe4][0xf0][0x88][0xc3]c[0xe]O8[0xac]i(iX[0x17]H[0xee]:]'x-0[0x96]/[0xd4][0x4][0xe2]{nS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x98]NWV[0xcf]:u[0xe9][0x9d]X[0xf5]6U[0xa6]L[0xb7]a[0xb5]k[0x96][0xe7][0xf0][0xff][0xb0][0x18][0xf]N[0x1d]_ g[0xba][0x9e]]j[0xd5]][0xdf]/[0xb5]][0xdb]v[0xba]v[0xa9]Z[0xde][0xdb][0x11]H4[0xda][0xd2][0xf2]H[0xdc][0x96][0x81][0xc0]t[0xbe]`[0xb6][0xac]s[0xab][0xd4][0xb6][0x88]8[0xe]<[0x2][0x9][0xd2]i[0xb3],{[0xc1][0xa9][0x1a][0xa2]B[0xb1][0xe7][0xf6]H[0xbc]'[0xe5]G^[0xce]|[0xda][0xc9][0xe6][0xa3][0xad]<[0xb0][0xd6][0x91][0xbe]o[0xd9]j[0xc2][0x11][0xda][0x19]_[0x6][0xef][0xad]O[0xa1]|<_[0xe1][0x1e][0xbd]3[0xa8][0x8]:.}[0xec][0x9e]y[\r][0xf9][0xd6][0xe1]+[0xe9]4[0xf8][0x1a][0xb][0x19]00[0xae]a[0xc3][0xc0]Sljxf[0xe0]9[0xc6][\r][0xbc]@[0xd6][0xc0]K[0xe4][0xc]lq[0xb6][0xcd][0xe1][0x15][0xe6][0xc][0xec]`[0x81][0xa6][0x1c]i[0x84][0xc0][0xe4][0xbf][0xd1][0xe][0xea]-[0xd9] 3[0x96][0xa2][0xa8]I[0xab][0xf4][0xe]=[0xf7][0xdc]iJ[0x8f][0x8c][0xd5][0xf][0x8f][0xe]j[0x95][0xf2][0xfe][0x91][0xc0][0xf2][0x8][0x8f][0x87]y[0xba][0xed][0xe2][0xff][0x18][0x92]T/Rm6[0xe8][0xe9][0xc9]w[0x95]d.[0x92][0xd0][0x92]$[0xb9][0xaf][0xca][0x1a]?@[0x98][0xd1][0x1b][0xa8][0xec][0x86][0xaf][0xd0][0xbf][0x96]b[0x3][0xfc][0xd5][0xf1]OG[0x8c][0x1d][0x3]1[0xea]s$oiM[0x14][0xbf]C|[0xa5]$[0x86][0x9][0x8a]iZ[0x81][0x1c][0xe2][0x98][0xc1]$e[0xc6][0x5][0x84][0x9b][0x98][0xa2]5[0x85][[0x3][0x81][0x15][0xb5]C[0xb5]o[0x88][0xf5]1&[0xc0]"[0xe2][0x92][0xc8]<[0x9d][0xb8]@-[0xd3][0xc8][0x86]-KC-q[0x81]/[0x83][0x96][0xa4][0xda]Z%[0xfc]6[0x9d]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "O[0x8]|[0xbe][0x82][0xaf][0x13]>s[0x8d]z2[0xaa][0xbe]M[0xf8][0x9d]kp-[0x8a][0xbf]!|[0x16]s![0xbe]Ew[0xe2]j[0x9a][0xf0]b[0x1f]z[0xc]WM{G[0xbc]y[0xc9][0xb4]4[0xee][0xe2][0x9e]2m[0x9e]|[0x88][0xaa][0xcc][0xf6][0x91][0x8a][0xaa][0x9c][0x10][0xff]aHe[0x91]F[0xe5][0xc9][0x96][0x15]y[0xff][0xf]PK[0x7][0x8][0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/knopflerfish/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/knopflerfish/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/knopflerfish/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/knopflerfish/service/log/LogConfig.classUP[0xcb]R[0xc2]0[0x14][0xbd]Aly[0xc8]C[0x11]|[0x8b]n[0x9c][0xb2]1[0xb][0x97],eTf`X0[0xe3][0x82]][0xed][0xa4]!X[0x1a][0xa6]I[0x19][0xf5][0xd3]\[0xf8][0x1]~[0x94]c[0x92][0x86][0xa2]][0xf4][0x9c][0x93][0x9c]{[0xce][0x9d]|[0xff]|~[0x1][0xc0][0x1d]\[0xbb][0xd0]u[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x81][0x13][0xf0][0xe5][0x92]I[0x4];^[0xef][0x19]A[0x83][0x89][0x1][0x9][0xfd]4[0x92][0xf7]<[0xe][0x19]5[0xe7]3[0x4]5A[0xe4][0x98],y[0xf2]>e[0x1f][0x4]A[0xd1][0x1b]j{[0x8d][0xfe]?V[0xe6]![0x82][0xb2]2?[0xb0]H[0x92]Dq[0xba][0xe5][0x1d]o[0xb4][0xf0][0xd7]>[0x8e][0xfc][0x98][0xe2][0xa9]LXL[0xfb]&[0xa6][0x92][0x9b][0x4][0x82][0xb6][0xd7][0xcb]l[0xa9]d[0x11]~[0xf2][0xc5]|[0xec][0xaf][0xfa]jS[0x95]:I[0xa5][0xee][0x9e][0xe9]![0x87]Z[0xed]fu[0xaa][0xde][0xa5][0x1b][0xa6]/[0x7]Lu67i[0x8c]c}[0xa5][0x82][0xaa][0xd6][0x9f][0xad]\[0xa5][0x95]^}[0xec][0xbf]=[0x92]8[}[0xc3]Kz&J[0xc5]\Q[0x9a][0xd3][0xca][0x94][0xa7]I@[0xb2][0xca][0xfa][0x88][0xd3][0xec][0xd1]nu![0x82][0x1b][0x9e]P[0xfc][0x1a][0xf3]U[0x18][0x91]$db[0x8e][0x5]I[0xd6], 8[0xe2][0x14][0xe7]n[0xb5][0xe3][0xf6]U&/[0xb][0x12]H[0x7][0x1][0x82][0x2][0xe8][0xaf]UT[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x0][0x85][0xbb][0xe0][0x18]t[0xa1]d[0xb0][0xc][0x15][0x83]U[0xab][0xf7]r]3X[0x87][0x86][0xc1]&[0xec][0x1b]<[0xb0][0xf3]-[0xab][0xf][0xad]nC[0xc7][0xe0][0x91][0xcd]9[0xb6]9'V[0x9f]Z}f[0xe7][0xce][0xf5][0x9c][0xda][0xf0]B[0xfd][0xb]p[0xf9][0xb]PK[0x7][0x8]$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/knopflerfish/service/log/LogRef.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe][0xef][0xcb]L[0xde][0xe4][0xe5][0x91]e[0x92]@[0x12][0x2][0xc][0x10][0xc8]d[0x92][0x10][0x15][0xac][0xac]*D[0x88][0xc1][0x10][0x90][0xa0][0x88]hq[0x92]y[0x13]F&3qf[0x12][0xa0]u[0xe9]^[0xab][0xd6][\r][0xa8][0xa2]b[0xd5]Zi+V[0x5][0x19][0x88]([0xd5][0xaa]Pmk[0xed][0xee]V[0xeb]R[[0xb7][0xd6][0xad][0xae]X[0xed]9[0xf7][0xbd]L[0x86][0xe4][\r][0x99][0x8f][0xe4][0xfb][0xee][0xbd][0xef][0xde]s[0xff][0xb3][0xdc]s[0xcf]9w[0x9e][0xf8][0xfc][0xfe][0xfd][0x0][0xa6][0x8b]z[\r][0xed][0xb8]][0xc3]r[0xfc][0xd8][0x85];\[0xd8][0xae][0xe1]'[0xf8][0xa9][0x86][0x9f][0xe1]N[0x15];[0xf2][0xe8][0xe3].[0x15]?[0xd7][0x90][0x87][0xdb]][0xb8][0x9b][0xfb]{[0xb8][0xb9][0x97][0x9b][0x9d][0x1a]v[0xe1]>[\r]*v[0xe7][0x11]@[0x92][0x9b]=[0xf9][0xd8][0x8b][0xfe]|[0xdc][0x8f]}[0xfc][0xf9][0x0]7[0xf][0xf2][0xdc]~[0x15][0xbf]p[0xe1]![0x17][0x1e]ff[0xbf][0xd4]0[0x1][0x8f][0xf0][0xe2][0xa3][0xc8][0xcd][0xaf]x[0xfa]qn[0x9e][0xe0][0x8d][0xbf][0xe6][0xe6]7[0xfc][0xf9][[0x1e]=[0xc9][0xa3][0xdf][0xf1][0xe8])[0x15][0xbf][0xcf][0x87][0xf]p[0xe1][0x8f],[0xce][0x9f]\[0xf8]3[0xb][0xfc][0x17][\r][0xc5][0xd3],[0xdb]3.<[0xcb][0xe4][0xcf][0xa9]x[0xde][0x85][0xbf]i[0x98][0x81][0x17]T[0xfc]][0xc3][0x9][0xac][0xf2][0xc][0xbc][0xc8][0xec]^r[0xe1]e[0x17]^a[0xfa][0xb8][0xf0][0xaa][0xb][0xff][0xe4][0xe1][0xbf]T[0xbc][0x96][0x8f][0xf9]x[0x9d]Id[0xf3][0x86][0x8a]75,[0xc4][[0xdc][0xfc][0xdb][0x85][0xff]p[0xff]6[[0xea][0x1d][0x17][0xde][0xe5][0x8f][0xf7][0xb8]![0xa3][0xbc][0x8f][0xff][0xba][0xf0][0x81][0xb][0x1f][0xba][0xf0][0x91][0x8a][0x8f]U|[0xa2][0xe2]S[0x81][0x82][0xd6][0xa5][0xcd]k[0x9a]Z[0xe7][0xb7][0xb7][0xaf]Y[0xda][0xde][0xdc]"[0xe0]n=[0xdf][0xdf][0xe7]o[0xc][0xfb]#][0x8d][0xed][0x89]X([0xd2]5G@[0x1f][0xa4]:m[0x91]@Q8[0xda][0xd5]n[0xc4][0xfa]B[0x9d][0xc6][0xa2]P8a[0xc4]h*[0x1e][0xea][0xee][0x9][0x1b][0xa7][0xf8][0x13][0xc6][0xa2]h[0xac][0xdb][0x9f][0x10][0xa8]2[0x91][0x12][0xc6][0x86]Dc[0xfb][0x90]U[0xc2]T::[0x5]&[0xb5]Fc][0x8d][0xd1]xW[0xa8]1[0x18][0xf3]w[0x1b][0xeb][0xa3][0xb1]u[0x8d][0xb]z#[0x81][0xb0][0xd1][0x14][0x8d][0xf0]V[0xa2]t2[0xbb][0xe5][0x2]S[0xec][0x88]-9[0x96][0x1b]A#fD:[\r][0xa2][0xcf]!z[0x81][0x89][0x83][0xd4]q[0x93][0xa6][0x91][0xe6][0x1b][S[0xa2][0x13]eno[0xdc]X[0xda]K[0xb2][0x8a][0xb3][0x5]\[0x1d][0x92]oK[0x80]>[0x17][0x93]e[0x2][0xd1][0x95][0xfe]X[0xa4]%[0xd8][0x14][0x8e][0xc6][\r][0x9a][0xcc][0x9d][0x1b][0x8a][0x84][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0xf5][0x8e],[0xf5][0xd9][0xb5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "8[0x9a][0xa2][0x1]C[0xa0][0xb0]5[0x14]1[0xda]z[0xbb];[0x8c][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0xd8]`#G;[0xfd][0xe1]3[0xfd][0xb1][0x10][[0x93][0x8e][0xc4][0xda]P|@[0xcb]u[0x91]hO0l[0xc4][0x82][0xa1][0xf8][0xda][0xa1][0xf2][0x93][0xae][0xac]e[0x94][0x5][0x9f][0x92][0x85],,[0x8a] [0xda][0xb2][0xb4][0xa3]][0xb1]6[0x16]][0xcf]|[0x9]It[0x8][0x8c]jO[0xf8];[0xd7]-[0xf1][0xf7]Ha[0xa4][0x83][0x1c][0xa2][0xbb]FR[0xb1][0xd2]DC[0x2][0xd6][0xd9][0xb1]j[0x89][0xf4][0xf9][0xc3][0xa1]@[0xfb][0xc6]H[0xc2][0xbf]a[0xe1][0x86]N[0xa3]'[0x11][0x8a]F[0xe6][0xd0][0xc5]"[0x13]Z[0x82]7[0xad]%[0x96]l[0xc2]j[i[0xad][0xf3]X[0xd8]gDLas[0x8c][0xbe][0xc4]a[0x7][0x98][0x81][0x96]L[0xdb]K[0xc0][0x89][0xc1]3[0xa5][0xbd]^Fpv[0xf2][0xa1]Q[0x1f][0x88][0xb6][0xb2]3,[0xf3][0xe]w[0xeb][0x96][0xac][0xdc][0xc9][0xd6]fR[0xc8][0xee]x[0x17][0xfb][0xa6][0xd1]g[0x84][0xc9]>tu[0x94]8][0x84]|S[0x9e]Vs[0x9a][0xa4][0xa1][0x5]5[0x10]=[0xc5][0xe8][0xe8][0xed][0x92][0xdf][0xe4]i[0xb9][0xa6]k[0xc9]AK$[0x18][0x95][0x14][0xb]c[0xb1]h[0x8c]%6)[0xcb]l$f[0xb6][0xb3]m[0xe6][0xb3]R[0x84]7[0xfb][0xec]6gRp[0xe9][0xd1]r[0xca][0x88]H[0xbe][0xc4][0xca]:[0xd6]K[0xe5][0x9d][0x86][0xa9][0xf1]ho[0x8b][0xbd][0xaa]j[0xb7][0x11][0x8f][0xfb][0xbb][0xd8][0xf3][0xec]H2[0xb2][0xc9]3[0x6][0xdc]P`[0xce][0x91][0xc][0xba]]^%3[0xc1],[0xb3][0xee][0x93][0xac]E[0x86]G.[0xbb][0x80]R4t[0x8e][0xb2][0x8f]qA[0xaf]?[0x1c][0x1f][0x92]kL[0x15][0xe6]p[0x9e][0xca][0xa1][0x8][0x9d]*[0x1b]B[0xd1][0xc6]e[0xb4]/A[0xbb][\r]7[0x17]O[0xfe][0x9e][0x1e]#BY[0xbd]!+[0x19][0xac][0xc0]0g[0x8][0xfd][0x0][0xbb]#[0xd0][0xbb][0x12][0xd1][0x1][0x91]KlD[0xa1]D[0xd1][0xc3]_a[0xba][0xe4][0x85]=[0xe6]<[0xd5]2+b~[0xae][0x7][0xf2]R[0xf1]V`[0x1c][0xc5][0xda][0x8c]6'F[0x15][0x19][0x17]M[0xb3]/H[0x15][0x88][0x94][0xc7][0xa9]Dt[0xfb][0x3][0x81]a[0xa7]:[0xeb]H9c[0x80]l[0x8e]}[0xbe])!&C[0xb3][0xb][0xdd][0x18]{[0xb1]m*_[0x95][0xf6][0xaf][0xd8][0xd8]C{tY[0x18][0xa5][0xaa]"ov[0x89][0x8c][0xf][0xbd],ftG[0xfb][0x8c]az[0xd5]d[0xa5][0x17]k1[0xcb][0xd6][0x1f][0xb2][0xd3]@K[0x97][0xfa][0x88][0xa6]L[0x93]z[0xb8];Q<[0xf4].>[0x92]OU[0x8f]t[0xb3][0xcf][0xa0][0xc8]F[0xde][0x13][0x8c]E[0xbb][0xad]Z[0x8e][0xea][0x94][0x16][0xdb][0xab][0xe5][0x94]NG[0x17]"h[0x5][0xcd]j[0xcb][0x0][0xa9][0xe8]h%m[0xaf][0x1d][0x97]I[0xde][0x16][0xee]r[0xc3]F[0xa4]+[0xb1]V[0xa0]>[0xcb][0xfb]%K[0x2]r[0x2][0xca][0xbd][0xc6][0xd2] 3[0xb0][0xb1][0x1]Q[0xe4][0xc5][0xa9]F[0xb5][0xc0][0xb][0x7][0xd7]e[0xe8]3[0x9d][0x88][0xeb][0xe]L[0xa4][0x7]f;[0x14][0xac][0xa0]'[0xa7][0x86]JNV[0xf4]<[0xaf][0xe4][0xf4]%[0xfb][0xb3]d[0xaf]q[0x16][0xa1]^[0xe1][0xb4]-{J[0x94][0xb2][0xa7][0xac]'{[0xca][0xe4][0xb2][0xa7][0xe4]-{C~O[0x82][0xa0]L[0xd2]E[0xed]Z[0xfa]:[0x1d]9[0xf4][0xf][0xe4][0xfb][0xf6]@[0xf8][0xea][0xaa][0xf6]@[0xb9]W[0x12][0x87][0xa8]-[0x90]K[0x17][0xc2][0x81][0x8b][0x88][0xdd][0xc5]8[0x9f][0xbe]<&9[0xd6]![0xc][0xc8][0x11][0xb3][0x17]r[0xd4]M[0xc][0x14][0x9][0x1f][0xb1][0xe0][0x1f]!j[0x7][0xf5][0xb3][0x18]>g[0x9e];[0xc7][0xed][0xd8][0xb]g[0x12][0xb9][0xf3][0xb6]cb[0xdb]N[0xb8][0xf6]!o[0xd5][0x1e]h[0xee][0xfc]$[0xf4][0x86]$F%Q[0x90]D![0x8d][0x8a][0x6][0x84][0xa1][0x3]A1J[0xa1][0x12][0x14][0xb]5[0x95]^[0xf7][0xc0]e[0x4]{9[0xad]\Ik[0xd7][0xd2][0xea]U([0xc3][0xd5][0x98][0x86]kp[0x1c]6c&[0x95][0xf],[0xac][0x8f][0xa8][0xca]0[0xe]Q[0xf4]H[0xb1]g[0xa5][0xc4][0x9e]e[0x89][0x9d][0x8b][0xe9][0xb8]@[0x8a][0x1d][0xa3][0xd9]R(_P[0x93][0xa3]"[0xae][0x82]__*z[0xc7][0xd1]Z_[0xca]^[0xf]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "5[0xfb][0xea]v[0xa3][0xd8]W[0xb5][0x1b]n_]?J[0x4][0xfa]Q*[0xb0][0x1b]eu[0xbe][0x9d][0x18][0xdd][0x8f]19[0xd8][0x8e][0xc9]m[0xbe][0x1][0x5]+HAZ[0xa0][0xd6]]I[\r][0xe9]IJ[0x8e]e[0xf5]*0[0x99][0x94]*[0xb7][0xd4][0x9b][0x4][0x17][0xb5][0xd7][0xc3][0x89][0xad]d[0xf3][0x1b]h[0xf5]&Z[0xbf][0x85]([0xb6][0xa1][0x6]7c[0x11]nM[0xa9]V[0x83][0x9]X[0x8f][\r]R[0xb5][0xe6][0x94]j[0xcd][0xa9][0x13]i[0xb6]N[0x84]US[0xa1][0x4]Ul[0x9c]@[0xb]_[0xc1]W-m[0xfc][0xb4][0xa8]P_^[0x97]D[0x95][0xef]>[0x8c][0xbb][0x3][0x85]4[0x1c][0xaf][0xde][0x2][0x95]N[0xcc][0xc3][0xae]`[0x8a][0xe5][0x96]Z[0xdf][0x9][0x1d];P[0x82][0xbb]0[0x6]wK1F[0x9b][0xfb]S[0xcc][0xcb][0xc9]]."[0xf4][0x98][0xdc])[0xc6][0x90]>T[0x93]Y[0xec][0xa2][0xd2];[0x0][0xaf][0xcf][0x97][0xc4][0xc4][0xdd][0x98]D,'[0x1f][0xc0]X[0xea][0x8a][0x99]{?[0xaa][0x15][0xac][0xf4][0x89][0xdd][0x18][0xc7][0xcd][0xe4]A[0xf6][0x95]tP[0xc0]^[0xb2]M?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q?[0x1d][0xe9]>B~[0x80],[0xb0]_[0x8a][0xa1][0x9b][0xb8][0x96][0x18][0x16][0xf3][0x1a][0x9a][0xfc]Z[0x8a][0xf9]b[0x8b]y)+&9[0xf6]c[0x8a][0x2]fT<[0xe8][0xf2][0xa6][0x9e][0x8f]R[0xfb][0x18][0xb9][0xff][0x1][0xd2][0xf5]`[0x1a][0x83]R[0x8b]A5[0x97]G&[0xae]2[0x93][0x8e][0xca][0x9][0x88]6[0xc6]<[0x80][0xb3]X[0xa7][0x83]8[0xdd][0xc7][0x9f];1[0xb5][0x1f]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X![0xd2][0xef] J[0xac]io[0xfa][0xf4][0x1][0x8c][0xf1][\r][0x9a][0xa0]V!'[0xf3][0x91][0xf6]&[0x90][0xcb]4[0x87]4T)w[\r]Uu[0x15][0x8e]~[0xd4]9[0xc9][0xbf][0x9e][0xa7][0x9][0xf7][\r][0xd0][0xa8][0x9b][0xb4][0x15]O2[0xc8]AT[0xa7]][0xab]zr5[0x9a]-K[0xa2][0xc1]=[0xcd]t;[0xba]^;[0xd1]XU[0xe4][0xda][0x8b]c[0x92]8[0x96][0xc6][0xee][0xe3]d?[0xfd] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf7]a[0xc6]*[0xf7][0xf1]{[0xf0][0xa5]][0x98]N+4[0xb9][0xf]'[0x10][0xd2][0xcc]$f[0x1d]F[0xdc]HV[0x9c]m[0xcd][0xcc][0xa1][0xbe][0xe1][0x0]*y<[0xd7][0x9c]#[0xdf][0x9e][0xc7][0x9f]'[0x9a][0x9f][0xe4]S[0xc7]V8[0xe]`*[0xcf][0x9d]d[0xce]U8,[0x9a]J[0xf3];[0x89][0x93]y[0xaa][0xc8][0x1c][0xe][0x1e][0xfd]et[0xd0][0xc0]3t[0x1a][0xcf]b<[0x9e][0xc3][0x14][0xbc][0x80][0xe3][0xf1]"[0xe6][0xe2]%,[0xc3]+[0x14][0x15]_%w[0x8d][0xa2][0xdc][0xeb]H[0xe0][\r]:[0x97]7[0xe9][0x5][0xf0][0x16][0xff][0x14][0x87]$[0xde]%[0x7]y[0x8f][0xce][0xf3]}<[0x85][0xf][0x88][0xfa]CZ[0xfd][0x88]F[0x1f][0xd3]K[0xeb][0x13]zb}J[0xc5][0xf1]!Q[0x84][0xcf]D9>[0x17][0x13][0xf0][0x85][0xa8][0xa6]k_O[0xaf][0xaf][0x19][0xf4][0xd0][0x9a]Ku[0xed][0x2][0xe1][0x14][0xcd]B[0x15]K[0x88][0x92]=a[0x86]y[0xda][0x3][0x1e]O[0xa3]oR<[0x16]r[0xf4]-|[0x9b][0xef][0x3][0x8d][0xbe]C[0xb1]8G[0x8e][0xd6]S[0xec]qH[0x97],[0x80]v|e[0xfe][0x98]Q5S[0xe][0xa1]y[0x9a][0x93][0xf6]P[0xa5]my[0xe7]j[0xea][0xd9][0xc3]<[0xe6]IWr[0xf7]0[0xe6]o[0xa5]8H[0xa3][0x87]0[0xbf][0x1f][0xb][0x4]v[0xa8];Rv[0x91][0xc1]Y[0x94][0xa0][0x98][0xde]F[0xe3][0xc5][0xe8]4/[0xf5][0x1c]~[\r][0xc6][0xd3]$=[0x89],FM[0xd6]5([0xa0]+[0xd8][0xa4][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd5][0xb1][0x1d][0x8e][0x9c]A[0xd8]\[0xa9][0xca][0xc4]4[0xb8][0x82]48'[0x14][0xfd]d[0x96][0xf4]r{@g&[0xc0][0xfa][0x91][0x0][0xaf][0xb0][0x7][0xcc][0xcd][0x4]x[0xc2]H[0x80][0xdf][0xb7][0x7]td[0x2]\0[0x12][0xe0][0x95][0x94]dL[0xc0][0xf9][0xe6][0xa5][0xe2]c[0x9e][0xe5]-[0xc]w[0xb5][0x5]w[0x1a][0xc1][0xe5]Xp[0xf5]vp[0xab][0x8][0xee][0xec][0xb4][0xec];[0x1c][0x8e]G[0xec]r[0x8a][0x4][0xbe][0xc6][0x6]X[0xd4][0xdb][0x0][0x1b][0x4][0x1c][0x1c][0x11][0x98]=[0xd8][0x4][0xbe][0xd6][0x2]>[0x83][0x80][0x1d][0x3][0x12]7[0xd8][0x0]'[0x8][0xb8]7[0x95][0xa7][0x8e],[0xf1][0x0][0xb]rUl[0xb2][0xb3]q[0xae][0xad][0x8d]/&[0x16][0x97][0x8c]`[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0xe5][0x4]wE[0xd6]6[0xde]dg[0xe3]\[[0x1b]_G[0xc0][0xd7]gm[0xe3]Mv6[0xce][0xb5][0xb5][0xf1][0x1d][0x4][0xbc][0xfd](l[0xbc][0xd9][0xce][0xc6]N[[0x1b][0xdf]C,[0xee][0x1d][0xc1][0xc6][0x9b][0xed]l[0xec][0xb4][0xb5][0xf1][0x83][0x4][0xb7]?k[0x1b]o[0xb6][0xb3][0xb1][0xd3][0xd6][0xc6][0x8f][0x13][0xf0][0x13]Y[0xdb]x[0xb3][0x9d][0x8d][0x9d][0xb6]6~[0x9a][0x80][0x9f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b]o[0xb1][0xb3][0xb1][0xc3][0xd6][0xc6]/[0x13][0x8b]WF[0xb0][0xf1][0x16];[0x1b];lm[0xfc]6[0xc1][0xbd][0x93][0xb5][0x8d][0xb7][0xd8][0xd9][0xd8]ak[0xe3]C[0x4][0xfc]Y[0xd6]6[0xde]bgc[0x87][0x9d][0x8d][0x15][\r].%[0xff](l[0xbc][0x6]?[0x18]&{[0xfd]X;[0x1b]+[0xe5][0xc4][0xa2]"[0x83][0xec][0x9c][0xb3]M[0x16][0xd7][0x11]3E[0x2]_?Lv[0x2][0xb6][0x93][0xdd]K[0xc0][0xb5][0x19]d[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xa3][0xad])[0xd9]o[0x18][0xc6][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";;[0xd9]g[0x11][0x8b][0xd9][0x19]X[0xb0]QD[0x8a][0x99][0x92]bf[0xb2][0xb8][0xd1]bq[0x9e]Y[0xa1]R[0x99](kG[0x1b][0x1e][0xad][0xc8]S[0x96][0xc]V74;[0xc0]CK[0xf1][0xd0]R<4[0x8b][0x7][0x8f][0xb6][0xca][0xea]F[0xe1][0x1f] -n7[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "S[0x9d][0xb4][0xf][0xb]W[0x15][0x95][0xef][0xc1][0xa2]V*[0xff][0x9a][0xb7]at[0x9d][0xfb][0xd4]$ZV[0xd6]qA[0xba][0x17][0x8b][0xe5][0x98]V[0x8a][0xf4][0xdb]PT[0xe7]>M~[0x17]Q[0x89][0xca][0xf4]K[0xee][0xc1]@z[0x96]/"e%4e5[0x8a][0x95]sP[0xae][0x9c]K[0xef][0x84]5hP[0xce][0xc3][0xc][0xc5][0x8f][0xd9]Jg[0xda][0xf5]9[0xc9][0x12]][0xa3]"[0xf1]f[0xfc][0xd0]z[0x8a][0xe4]A[0xf9][0xc][0xd5]*n)#[0xb0][So[0x82][0x90][0xdc][0x2][0xcc]sSi[0xd0][0xb6][0xb]^[0xf7]|[0xd9]O[0x1d][0xa8][0x9f][0x97][0xca]W[0xdb]T~[0xb5]-[0x93]C/[0xf]O7+[0xe9]][0x18]-[0xa8]Nfc[0x8a][0xb4]W[0x8a][0xf9]twQa[0xaa][0xd1]S[0xbd][0x88][0x1e][0xe9]3[0xa5][0x9]o[0x93]F[0xff][0xd1][0xff][0x1]PK[0x7][0x8][0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/knopflerfish/service/log/LogService.classu[0x8e]1[0xe][0x82]@[0x14]D[0xe7][0x3][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xde][0xc0]Rm[0xdc][0xc2];[0x98][0x98][0x90]Xp[0x2]$[0x9f]eq[0xc3][0x9a][0x5][0xf7]p[0x16][0x1e][0xc0]C[0x19][0x97]XXY[0xcc]d[0x92][0x99][0x97][0xcc][0xeb][0xfd]x[0x2]8 [0x17][0x98][0xb],[0x4]2B[0xae]x,[0xac]*[0xd8][0xb3]![0xc4][0xdb][0xdd][0x89][0x90][0x95][0xf6][0xee]j>j[0xc3][0x84]ehKv^[0xd7][0xbc][0xef]*_[0x11]6[0xd6])y[0xed][0xed][0xad]1[0xec][0x1a]=[0xb4]r[0xf8][0xf6][0xd2]X%s[0xc2]j[0x2][0xa4][0xa9]z%[0xcf][0x97][0x8e][0xeb][0x91][0xb0][0x9e]`;([0xfd][0x7]J[0x9][0x84](([0xe]W)!$[0x98]M[0x9]i[0xf0][0x8][0xe2][0x3]PK[0x7][0x8]:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/knopflerfish/service/log/LogUtil.class[0x8d]TKo[0x1b]U[0x18]=[0xd7][0xaf][0x19];n[0xeb]N[0xd3][0xa4][0xc4][0x94][0xb6][0xa4][0xf][0xc7][0x1d][0xe2]B[0x9b][0xb6][0xa1]%![0xf]'u[0xeb]8[0xd4][0xce][0x3]ZUbl[0x8f][0x9d]I'3[0xce]x[0x9c][0xee][0xd8][0x80][0x10];V,`YU[0x8a][0x84][0xb2][0x80]M[0x8a]@[0xe2][0x7][0xf0]o[0xd8][0xa2][0x8a]p[0xae][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0xf1][0x82]+[0xdf][0xfb][0x9d][0xef][0xdc][0xef][0xde][0xfb][0xbd][0xc6][0xfc][0xfd][0xeb][0xef][0x0]n[0xa2][0x9c][0xc0]0n$0[0x84][0xf7][0x15]|[0x90]@[0x18]7U[0xdc][0x92]rB[0xc5]m[0x15]wT[0xdc]U1[0xa9][0xe2]C[0xc9][0xdd]Sq_[0xca][0x8f]TLI9[0xad][0xe2][0xe3][0x4]f0[0xab]`N[0xc5][0xbc][0x8a][0xbc][0x82][0x5][0x5][0x8b][0x2][0xb1][0xfb][0x96]c[0xf9]S[0x2][0xe1][0xcc][0xd8][0x9a]@d[0xce][0xad][0x9b][0x2][0xa7][0x8a][0x96]c[0x96]:[U[0xd3][1[0xaa]6[0x19][0xad][0xe8][0xd6][0xc]{[0xcd][0xf0],[0xa9][0xf7][0xc8][0x88][0xbf]a[0xb5][0x5][0xae][0x16]][0xaf][0x99]{[0xee][0xb8][0xad][0x86]mz[\r][0xab][0xbd][0x91]k[0x9b][0xde][0x8e]U3s[0xb6][0xdb][0xcc][0x15][0xdd][0xe6][0xaa]o[0xd9][0xf7][0x4][0xe2][\r][0xcf][0xdd]*[0x9a];[0xa6]-p6S[0x18]+n[0x1a];F[0xce]6[0x9c]f[0xae][0xe2]{[0x96][0xd3][0xa4]M[0xd4][0xe][0xf6]EA`(S[0xe8]o$,zn[0x9b]N[0xd3][0xdf][0x10][0x8][0xb5][0xab][0x2][0xe7][0x8e][0x99][0xcd]v[0x1a][\r][0xd3][0xa3][0xf1][0x89][0x8a]o[0xd4][0x9e]/[0x19][0xad][0xae][0xd7][0xcc][0x9e][0x80][0xe2][0xbb]=7[0x86]2[0xc7][0xef]/[0x8c][0x15]d[0xc0]}[0xde][\r][0xd7][0xcd][0x86]@[0xa2][0xe2]v[0xbc][0x9a][0xb9]`[0xc9][0x1c]${[0xe1][0x8d]K[0xf3]$[0xce][0xe1][0xad]$.`[0x94]7[0xf7]wH[0x9a]<`[0xea],[0xa7][0xe1]&Q[0xc0]C[0x86]\7[0xab][0x9d]&[0xbd]Z7<[0x87][0x86]d[0xf2][0xe5][0xf2]r[0x99][0xcc]|~af[0xb5][0xb8][0xc2][0x88][0x9f]J[0xe3]G[0x4][0xcf][0x92][0xb8][0x82]"[0xc1][0xc5]$[0x96]P[0xe2]U[0x85][0xd2][0xc2][0xb2][0x82][0xe5]$>[0xc1]c[0x81][0xb][0xb2][0x18]n[0xbb]i[0x1d]-B%Py[0xfb]|~vuQ[0xbe]7S.[0x15]JD[0x97][0xff]O[0x1][0x5]R[0xff][0x86][0xb4]\[0xdd]4k>[0x1f]g[0x19][0xd9]71[0xa3][0xd5]2[0x9d][0xba][0x80][0xde]'[0x9f][0xc7]KxX[0x9b]t[0xbf].8[0xdc]eO[0xb2][0x12][0xaa][0xef][0x6][0xbc][0xc0]`[0xa6]o;[0xa4][0x8e]r[0xa4][0xcc][0xed][0x8e]a[0xb7][0xb]M[0xc7][0xf5][0xcc]9[0xa3]m[0xca][0x8e][0xeb][0xe3][0xda][0x13]\[0xe2]75[0xc]9"[0x10][0xb2]~\G[0xa8][0xe5]([0x5]e4[0xfb][0x1a][0xe2]g[0x82][0x10][0xd2]\c][0xf2]=[0xbc][0xcd]5[0x19][0x18][0xe0]<[0xde][0xa1][0x8c][0xb3][0xee][0x17]{[0x87]o[0xd0]Z[0xee][0xc5]F[0xc2][0xbf] [0xf4][0xd3][0x91][0xd3][0xb7][0xff]s:F[0x7][0xde][0xed][0x9d][0x1e][\r]N[0x8b]:][0x89][0x90][0xfb][0xe1]7[0x84]?K[0xa7][0x94]WP[0xd2][0xbb][0x88][0xa6][0x94][0xd7][0x88],[0x8d][0xfc][0xd8]uv[0x15][0xe8]9[\r]<[0xe2][0x9c][0xe1][0xbc][0xc3]9*[0xbd][0xd3][0xb5][0xe8]>b[0xeb][0xbb][0x98][0xd6]5%@[0x13][0xba][0xa6][0x6][0xe8][0xba][0xae][0xc5][0x3]tI[0xd7][0x12][0x1][0x1a][0xd6][0xb5][0x1][0x89][0xf4][0x91]}$[0xd7]u[0xed]DW[0xd9][0xc7][0xc9][0xa9][0xf3][0xe9][0x97]H[0xe9][0xda])I|[0x15][0x16][0xbb][0x7][0x92]N[0xc9][0x88][0xc2][0xdd][0x88]J8[0xc3]u[0x1e][0x83][0xc8][0xe3].[0x16]1[0x8d][0x7][0x98][0xc5]C[0xd9][0xac]([0xb2]A+[0xb4]Xcg>[0xc3]c|N[0xad][0x89][0x15]l[0x92][0xd9][0xc6]:^[0xe0]S|[0x81]'[0xf8][0x6]O[0xf1]-[0xe5]w[0xb4][0x92][0x99][0xc9]2[0xaa]/[0xa1][0xe1]23[0x13][0x96]y[0xe8][0xe5]H[0xa2]+Dl[0x4]|[0x8d][0xab][0xb8][0xc6][0xac]f[0xc8][0xde][0xc2][0xc0][0x1]N"$[0xf8]g[0xa0][0x2][0xfc][0x1d][0xd0]F[0xaa][0xe1]@[0x15]opM[0xc1]X\[0x8e]3o[0x10][0x11][0xe1]43[0x9e][0xc5][0xf5]^[0xbd]^[0xf2][0xa6][0x10][0xe5]dV;[0xbd][0xf][0xed]{Dc{Ym0[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe1][0xd9][0x0]F[0x9][0xe3][0x1][0x8c][0x10]&[0x2][0x18][0xde]K[0xef][0x1d]&d[0x1c][0x3]\m^[0xbf]E[0xe4][0xd0]U[0x97][0x1d][0xd6]by[0xb7][0x19][0x86][0xc7]G[0xdb][0xd0][0xe1]c[0x2][0x1d][0x16][0xec]E7[0xe0][0xa1][0xe0]q[0xee][0xeb][0xdd]0'[0xd9]`2L[0x19][0x9c][0x82][0xe8]@[0x82][0x83][0xea]x[0xb7][0x8f]r[0xff][0x0]PK[0x7][0x8][0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/ops4j/pax/logging/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/pax/logging/EventAdminPoster.class[0xcd][0x91]AN[0xc3]0[0x10]E[0xc7][0xa5]4P@b[0xc3][0x15]Pa[0x81][0x17][0xb0][0xb]B[0x2][0xa9]HHA [0x82][0xd8][0xbb][0xc9][0xd4]8[0xb8]v4vRz[0x14].[0xc1][0x1]Xp[0x0][0xe][0x85][0xb0][0x3]R[0x11]p[0x0][0xbc][0xf2][0x1f][0xdb][0xef][0xff][0x19][0xbf][0xbd][0xbf][0xbc][0x2][0xc0]!l%[0xb0][0x91][0xc0]&[0x83][0xf5][0xda]:?n[0xd1]x[0x6]O[0xa3][0xcc][0x92][0xe4][0xd6]I[0xc5][0xa7]$f8[0xb7][0xf4][0xc0][0xcf][0x1a]SjL/[0x96]g[0xe][0xa9]U[0x5]rm%[0xcf][0xac][0x1c][0x1b]O[0x8b]4[0xab]D+[0xb8][0x16]F[0xf2][0xdc][0x93]2[0xf2]{[0xe5][0xf6][0x9e][0xec]\L[0x2][0xe6]/[0x87][0xfc][0x93]w[0x83]S$4[0x5]~[0xbd]l[0xbc][0xd2][0xfc]R[0xd4][0xe9][0xde]][0xc8][0x99]+i[0x84]o[0x8][0x19]<[0xff][0xcf][0x9c][0xc7][0xbf][0xd1][0xfb]'][0xf8][0xa4]D[0xe7][0xc9].[0x18][0xac][0x8c][0xa2][0x1e][0xe6][0xb6][0xa1][0x2][0xcf][0x95][0xe][0xdd][0xec]t[0xd3]?-g[0xca]\[0x87][0xbf]@:[0x88][0x18][0x6][0xbb]][0x82][0xda][0x1d]U[0xbc][0x16][0x8f][0xb1][0x9][0x19][0x90][0xfc][0xe7]m[0x6][0xdb]K[0xdb][0xab]I[0x85][0x85][0x1f]0`[0xd0][0x83][0xb8]z[0xfd][0xe0][0x9][0xfd][0xa0]W[0xa3][0x82]A[0xd0][0x9][0xac][0x85]}[0x18]iW[0x19]~[0x0]PK[0x7][0x8][\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.class[0x9d]Sko[0x12]A[0x14]=[0x3][0x14]pYE[0x91]>Di[0xe9][0xcb][0xf2][0xec][0xda][0x87]m-[0xc4][0xf]6!i[0x82]U[0xd3][0xa6][0xc6][0x8f][0x3],[0xdb]%[0xb0][0x8b][0xc3]b[0xfb][0xb3][0xf4]Kk4[0xf1][0x7][0xf8][0xa3][0x8c]w[0x16]L[0xcd][0xb2]![0xca][0x87]=g[0xe6][0xee][0xbd][0xe7][0xdc][0xb9][0xb3][0xfb][0xf3][0xd7][0xb7][0x1f][0x0]vPQ[0x10]G6[0x82][0x9c][0x82][0x0][0xb2][0x12][0xf2]Q[0x14]$[0x17][0x15][0xdc]CI[0xc2][0xa6][0x4]M[0xc2]3[0x9][[0x12][0xb6]%[0xec]D[0xb0][0x1b][0xc1][0xf3][0x8][0xf6][0x18][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x15][0xd3]2[0x9d][0x97][0xc][0xc1]l[0xee][0x9c]!td7u[0x86]x[0xcd][0xb4][0xf4][0x93]A[0xb7][0xae][0x8b]3^[0xef]P$Q[0xb3][0x1b][0xbc]s[0xce][0x85])[0xf7][0xa3]`[0xc8][0xb9]0[0xfb][0xc][0xa5][0x9a]-[0xc][0xcd][0xee][0xf5]w[0xdb]Z[0x8f]_i[0x1d][0xdb]0L[0xcb][0xd0][0xaa][0x1f][0x1b][0xd6][0xb1]a[0xd9][0x82]6o[0xf9]U[0x8d][0xc2][0xba]([0x93]:[0xef][0xf5]t[0xab]yf[0xbf][0xd6][0xfb]}n[0x90][0xd0]A[0xb6][0xd6][0xe6][0x9f][0xb8][0xd6][0xe1]Tv[0xea][0xc8][0x82][0xf2]x$7[0x1e]b[0x88]t[0xff][0x88]$[0xfc]^[0x87]Z[0xd4][0x4][0xc3][0x8c]#x[0x83]r*[0x93][0x8d][0xce].[0x84]})[0xcf][0xe6][0xe7]N[0xe3]a[0xe][0xc3][0xac]o>Y4[0xf5][0xfa][0xc0][0xa0][0x89][0x9a]V[0xcb][0x16]][0xb2][0xbe][0xe4]BZ[0xeb]B[0xd8][0x82][0xb8][0xc5][0x1d][0xde]aPN[0xed][0x81]h[0xe8]USN0[0xe5];[0xa3]M[0xe9][0xa0][0xe2][0x1][0x12][0xc][0xf3][0xde]F^[\r][0xcc]NS[0x17]*[0xf6]q@[0xb3][0xcc][0xb8][0xd5]z3S}wtr[0x98]Q[0xf1][0x2][0x87]*[0x16][0xf0]HE[0x1a]e[0x15][0xcb][0x12]V$[0xac]JX[0x93][0xb0][0xe][0xea][0xb7][0xf0][0x1f][0x97][0xc6]p[0xff][0xb6][0x8d]7[0xf5][0xb6][0xde][0xa0]A,[0xf9][0xb][0xfc]U[0x14][0x1e]^4}!>c[0x1f][0xbf][0xcd][0xd1][0xc9][0xa8][0xb7][0xa8]c[0xf]C[0xc][0xc9][0xac][0xef][0xb5][0xe7][0xff][0xf5]"s[0xe7][0xa1]e[0xfa][0xe6][0xe3][0xa0]3[0xd0][0xaf][0x13]%[0xa6][0xb9][0x12]>[0xa4][0x9d]F[0xcc][0x88]g[0xf2]7`_h[0x11]@[0x92]0[0xec][0x6][0x93][0x98]%T[0x87][0x9][0x98][0xc3]<[0xb1]"';*[0xae]Qv[0x80]x[0xe1];[0x2][0x1f]n[0x10][0xcc]_#[0x94][0x98]!([0xd0]s[0x8d][0xf0]g[0x8f][0xde][0x82][0xab]77[0xac]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8f][0x1]w[0xf5][0x84]V[0xb2][0x8d]4[0x16]G[0xca][0xef][0x11]D[0x88]8[0x96]/[0x94][0xbe]"R[0xbc]F[0xf4][0xb6]9[0xc5][0x15]H[0x13]/[0xba][0x82][0xf9]a[0xea][0xa8]A[0xb9]J[0xb9][0x82]r[0xb5][0x84][0x8c][0x9b][0x1d]sM[0x82][0x14]][0x9e]`r[0xc7]k[0xb2]B[0xbc]:[0x85][0xc9][0xca][0x4][0x13][0xc5]k[0xb2]A[0x9c][0x9d][0xc2]du[0x82]I[0xcc]kR$.Ma[0xb2]6[0xc1]D[0xf5][0x9a]l[0x11]oOa[0xb2]>[0xc1][0xe4][0xae][0xd7]d[0x8f]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0xa7][0xae][0xce][0xc6]oPK[0x7][0x8]E[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.class[0x95]W[0x9]sS[0xd7][0x15][0xfe][0xae][0xb5]\[z[0x89][0x8d][0x1];2ul[0xa0][0x1]Y[0x96]Q[0xda][0xd2][0x16][0xb]B[0xa8][0x9d][0xb0][0xca]b[0xb1][0x8b]k[0x12]B[0x9e][0xa5][0x87][0xfc][0xb0][0xac]'[0x9e]$[0x3]i[0xda]tK[0xd3][0x86].i[0xdd]}[0xdf][0x9d][0xee][0xd0][0x16]S[0x97][0x99][0xd2])30[0xd3][0x9f][0xd1]ND3[0x93][0xb8][0xdf]}O[0x8b][0x17]9[0x16][0x3][0xdc]w[0xef][0xb9][0xe7][0xde]s[0xbe][0xef],W[0xfc][0xeb][0x9d][0xbf][0xfd][0x1d][0xc0][0x7][0xf0]g[0x89][0xe7][0x3]8[0x8f][0x17][0x2][0xd8][0x89][0xb][0x12]/[0x6][0xe0][0x85][0xde][0x82][0x1d][0x98]TC*[0x88]4[0xc]5\T[0xcb][0x8c][0x1a][0xa6][0x82]0q)[0x88]id[0x83][0x98]AN[\r][0x96]D>[0x80]6\V[0xaa][0xb6][0x9a][0x15]$[0x8a]jQ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "`[0x16]W$[0xae][0x6][0xd0][0x9]][\r][0xd7][0x9a][0xf1]R[0x10][0x1f][0xc7][0xcb][0x1]|[0x2][0x9f]l[0xc6]+J[0xf8])u[0xe9][0xa7][0xd5][0xc1][0xcf][0xa8][0xd9]g%>'[0xf1][0xaa][0xc4][0xe7][0x5]Zf.[0x14][0xc]{[0xd6]L[0x19][0x2]}[0x9][0xcb][0xce][0xc4][0xac]|a[0xef][0xa5]X^[0xbf][0x1a][0xcb]Z[0x99][0x8c][0x99][0xcb][0xc4]N[0xe9]W[0x13][0xee]t[0xd4]U[0xdd][0xef][0x9c]KY[0xb9][0xa2]q[0xb5]([0xb0][0xc3]=W[0xc8][0x98][0xb1][0x8b][0xb6]>c\[0xb1][0xec][0xe9][0xd8]P)[0x97][0xce][0x1a][0xc3][0xae][0x8e]{@[0xdd]g[0xd8][0x5][0x81][0xd6][0xc4]%}V[0x8f][0x95][0x8a]f66[0xa2][0xe7][0xd5][0xee][0xa8][0x99][0xc9][0xe9][0xc5][0x92]M7[0xce][0xac][0xdc]=[0xe0].[0xb3]:=[0x19]-[0xda][0xf4]b[0xff]:~[0x9a][0xb4]e[0xe7][0xf4]ll[0xcc][0xd6]S[0xd3][0x94]$[0x1c][0x83][0xfb][0xf][0xd2]@[0xab]c[0xbe][0xec][0xff][0x19][0xe3][0xa2][0xc0][0x13][0xf5][0xbc][0xae])[0x18][0xb6][0x91]s[0x90][0xfa][0xf][0x98]9[0xb3]x[0x90][0x7][0xc2][0x1b][0xe3][0xec];+[0xe0][0x1d][0xb6][0xd2][0x86][0x2]i[0xe6][0x8c]dif[0xd2][0xb0][0xc7][0xf4][0xc9],%[0xed][0x9]+[0xa5]g[0xcf][0xea][0xb6][0xa9][0xd6]e[0xa1][0xb7]8e[0x92][0x92][0x81]u0[0x9d][0x1c]=r[0xac][0xc6][0xff][0x88][0x9e][0xd3][0x15]"[0x1]Ye[0xdf]c+4[0x8f][0x8c][0x16][0x89][0x99]t9[0xd7]:[0x1]~M[0xe2][0xb][0xdc][0xd0][0xd3][0xe9]Z[0xe4][0x4][0x6][0xeb][0xa2]X[0x83][0xbb]o[0x19][0xeb]''/[0x19])[0x15]C[0xbf][0x1b]A[0x81][0xd8]CF[0x80][0x1][0xb6]+WK|Q[0xe2]u[0x89][0xeb][0x2][0x8f][0xda][0xc6][0x8c]5k[0xa4][0xab][0xce][0xc5][0x1b]sn[0xad]o[0x8a]wYM[0xe4][0xf6]z[0xce][0xb7]d[0x8c]b[0xa2][0xec][0xff][0x91]p[0x9d][0xa4]Z#[0xd9][0xa0][0x1e][0x1c]\[0xcd])[0xbd]hd,[0xfb][0xda]J[0xab][0xe5][0x1b][0x18][0xde][0x8b][0x97]S927[0xe9][0xa4][0x89][0xc0][0xb6][0xf5]s[0x88][0xda][0x9e]i[0xe3][0x9a][0xc4][0x97]$[0xbe][0xcc][0x9a]f[0xd5][0xb]l[0xa1][0xd7]k[0xea]O[0xa0]?[0xfc]0[0xc5]*[0xd3]f!o[0x15]x[0xce][0x13]VL)*[0x86][0xca][0xe]uWnZ[0xc7][0xa5][0xc0][0xa8]U[0xb2]S[0xc6]aS)w[0xd5]M[0xc7]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb7][0xc0][0xee][0x6][0x1d][0x92][0xf8][0x8a][0x86][0xaf][0xe2][\r][\r]1|M`S[0xad][0xda][0x8f][0xea][0x85])[0xa6][0xb0][0xda][0x18][0xd7][0xd0][0x87][0x88][0x86][0xdd][0x8]3[0x93]5|[0x1d]s[0x1a][0xbe][0x81][0xa7]4<[0x81]][0x1a][0x6][0xb0]G[0xe2][0x9b][0x1a][0xbe][0x85]oK|G[0xc3]w[0xf1]=&[0x95][0x86][0xef][0xe3][0x7][0x1a]~[0x88][0x1f][0xb1][0xa0][0x1e]*C5[0xfc][0x18]?[0xd1][0xf0]S[0xfc]L[0xc3][0xcf]1.[0xd0][0xb3]A[0xe8]5|[0xc][0x13][0x12][0xbf][0xd0][0xf0]K[0xfc]J[0xa0]su[0xe8][0x87]Jf6[0xad][0xd4][0xe6][0xf1][0xa6][0x80][0xd8][0xc9][0x90]j[0xf8]5~#[0xf1][[\r][0xbf][0xc3][0xef]){RM[0xc8][0xc2][0x1f][0xf0]G[0x85][0xf8][0x86][0x86][0x9b][0xf8][0x13]C[0xfb][0x10][0x8d]@[0xe0][0xbd][0xd5][0xd8]9[0xc][0x16][0x15]*[0xc3][0xae][0x94][0xcc][0x98][0xbb]l 6[0xd5][0xb]{7[0xea]q[0x2];[0x1b][0xa8]Q[0x81][0xb6][0xd5]5[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0x85][0xfa][0x18][0xc3][0xa0][0x17]-[0x1a][0xdc]\[0xd3][0x1b][0x9b][0xb2][0xad]+n[l[M[0xa8]@h][0xcf][0xd8]lk[0xea][0xc3]Y[0xbd][0xc0][0x86]*[0x99][0xe3]I[0xaa][0xb1][0x84][0xc2]}[0xf5]*3[0xd3]@;_[0xef][0xe9][0xd9][0x80][0xef][0xe1]R[0xa1]h[0xcd][0x98]/[0xb1]C[0xa8]r[0xdb]LW[0xd6][0xf2]3X[0xa7][0x7][0xd5]-[0xc5]:oR[0xa0]v#;[0xfc][0x8a][0xe7][0x92][0xbd]fV[0xcf][0x96][0xc]R[0xf0]X[0x5][0xb8][0xb3]7le[0xb3][0x8c][0x82]i[0xe5]x[0xc1][0x96]zrv3[0xb3][0x1a][0x96][0x8e][0x15][0x87]+[0xe1]R[0xcd]dJ/$[0xdd][0x97]'[0xdc]w[0x8e][0x1d].[0xe7],V[0xb2]\[0xed][0xba]>>?FZ [0x1a]n[0xb8]_)[0xca][0xb4]Rn9[0xc4]p[0x83][0x8f][0x16][0xdd][0x91][0xe5]7e[0xdd]B[0xaa]v[0x0]7[0xd4]G[0x8d]l^[0xe5]}+[0xed][\r][0xeb][0xa4][0xc2][0xae][0xe4][0xd4][0xbe]wI[0x90][0xfa][0x91][0xaa]6M[0xbf][0x9e][0xcf][0x1b]9[0xfa]0P7[0xc8][0xeb]4[0xb][0x1e][0xc]V;[0xf3][0xb1][0xb4]C[0xf0]q[0xbe][0x92]5[0xf5][0x84][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa1][0xb9]hUjbk[0xf8]x[0xdd][0xe4][0xf6][0xf0][0x1e][0x81]][0xe1]:/e[0xbd](M7[0x1e][0x9d]w+[0x89]5L[0xd4][0x1][0xcf][0xe0]z[0xf2][0xa5][0xa2]C[0xef][0x1a]O[0x1a]r[0x17][0xdb][0xf9];y'[0xd8][0xfb][0xf8]k[0xba]I[0xbd][0x7][0xfc][0xb1][0xdd][0xa4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xcb]g[0x83]{[0xfd][0xce]<[0xca]|*8[0x97][0x94][0xc5][0xf0]$[0xc7][0xf7]q[0xf5]&Oz[0xf8][0x8d]G[0xfa][0xdb][0xc5][0x2][0x9a][0xc4]mx"w[0xe0][0x9d][0xb8][\r][0xdf]-[0xf8]#[0xfd][0xb7] [0xdd][0x9d]E47a$z[0x1f][0x9b]"[0xfd][0xd1]E[0xb4]4[0xe1][0x1f][0x10][0xb7][0x10][0xb8][0xc9][0xd3][0x1e][0xbc][0x9f][0xe3][0xe3][0xbc][0x1b][0xb4][0x14][0xa4][0xa5][0xe][0xda][0xda]F+[0xbb]i[0xa5][0x9f][0xff][0x1][0x18][0xc4][0x7]9[0x2][0xbd][0xae]5[0xec][0xe5][0x1a][0xce][0xec]C[0xf4][0x96]m[0x19][0x9b][0xf1]a[0x9e]i[0xc2]>J[0xdb]![0x96]x[0xc4]#1([0x11][0x97][0xd8]O[0x99][0xc0][0x1]K[0xcc][0x87][0xa1][0xe1][0x8][0xba]p[0x14]=8A[0xed][0x4][0xff][0x8c][0x90][0x9d]$[0xc6]p[0x12]/[0xe2][0x94][0x83]=B[0xc4][0x9]j+[0xec]>[0xe5]z[0x15][0xbb]^[0xc6][0xae]f[0x87]y[0x93][0x1b][0xf2][0xe][0xf8]z[0xde]FG[0x85][0x86][0xee][0x1a][\r]G[0xc9][0xab]C[0x83]x[0x8d]k[0xc5][0xfc]\[0xf4][0x1]Z[0xda][0xb7]0)G[0x14][0x9][0x8b][0xd8]*[0xf0]Wt$[0xef][0xa0][0x93]y[0xfb]Xt[0x1][0xa1][0xf6].[0xe][0xfd][0x95][0xc9][0xc0]}[0xb4]2[0xea][0xdb][0x94][0xda]{[0xe6][0xe1]k[0xef][0xa6]p[0x1][0x8f][0xc7][0xbd][0xe]cq[0x9f]C[0x99]"[0xa7][0xa7][0xc9]![0xc7][0x1f][0xf2]?[0xc0][0xf6];h[0x9b]P[0x99][0xd0]?[0x10][0xbd][0x8d][0xde][0xb8][0xdf]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x91][0xdb][0xed][0x1e][0x8c][0x87][0xfc]![0xdf][0xbd][0x1b]q[0xc9]1$[0xef][0x12][0xc6][0x19][0xbc][0x8e][0xeb]t[0xef]:[0xde]p[0xbe].q{X[0xf] 5^[0xd2][0x1a]`jt[0x92][0xd4][0xe3]8G[0xed][0xe7]0[0x89][0xe7][0x91][0xc1][0xb][0xb8][0x82][0xb]x[0x95]t\[0xa7]D[0x91]w[0x90]@'Y[0xbf][0x8a]<[0x95][0xe7]sU[0xf2][0xe6]x[0xf6][0x84]C[0xde][0x1c][0xe9]=A[0xab][0x9d]x[0x99][0xf4]'i[0xed]8[0x89]:I[0x99][0xd7]![0xf4][0x1c]|[0x81]%[0x9e][0xf2]:Et[0xca][0xf9]{[0x1a]B[0xe2][0xcc][0x12][0xcf][0xaf][0x94]6Q[0xca][0xe9];[0x18]r[0x4][0xc][0xc1][0xe8][0x12][0xa3][0xe6]_[0xae][0xe4][0xee][0xa8][0xb][0x86]y~[0x8c][0x5][0xe1][0xe6]f[0x8c]_[0xe5][0x8f][0xcf][0xad][0x19][0xd5]l[0x14]l[0xbf]#[0xcc]8p4W[0xa1][0xc]B[0x90][0x88][0xf1][0xf2][0xe1][0x14][0xb5][0xd5]^[0xaf]J[0xe4][0xfb][0xf5]s[0x9a][0x83][0xac]5[0x99][0xe]'[0x9b][0xb2],[0x87][0x1c]+[0xc7]b[0x1e]^f[0x1e][0xda][0xcb][0xec][0xf4][0x96][0xed][0xec]s[0xce][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0xb][0xb5]lpo[0xd9][0xdb]@5qV[0xbb]<[0xbb][0xec][0xaa]@[0xd5][0xe5]s[0x8e][0xd6]s[0xff][0x7]PK[0x7][0x8]9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.class[0xa5]SMo[0xd3]@[0x10]}[0xeb][0xa4]I[0xe3]&Mii[0xf8][0x86]PJ[0x95]4[0x8][0xb][0x95][0x9b][0xa3]^[0x82][0x10][0x95][0xc2][0x87][0x94]*[0x12]'[0xb4]I[0xb6][0xf6][0x6]c[[0xce][0x1a][0x85]_[0xc1][0x5]q[0xe0]W[0x84][0xb][0x95]@B[0x9c]8[0xf0][0xa3][0x10][0xb3][0x8e][0x81]T[\r][0xb4][0x8]K[0xf6][0x8c][0xdf][0xce][0xbc][0xf7][0xc6][0xbb][0xfe][0xf6][0xfd][0xe3]g[0x0];[0xd8]2[0x91][0xc3][0x95]<[0xae][0x9a]0p[0xcd][0xc4][0x2][0xaa]yl[0xe4]q[0x83]![0xd7][0x94][0xbe]T[0xbb][0xc][0x99]Z[0xbd][0xcb][0x90]m[0x5][0x3][0xc1]PnK_<[0x8a]_[0xf4]D[0xb4][0xcf]{[0x1e]![0xab][0xed][0xa0][0xcf][0xbd].[0x8f][0xa4]~O[0xc1][0xac]r[0xe5][0x88]ay[0xdf][0x8d][0x4][0x1f]$[0x15][0xf]y[0xc8]P[0xdc][0xf3]}[0x11][0xb5]<>[0x1a][0x9]Z[0xbf][0xd3][0xe]"[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2][0xd1][0xdd][0xa1][0x15][0xf2][0xb1][0xe5][0x5][0x8e]#}[0xc7]z[0xc2][0xc7][0xad][0xc0]Wb[0xac]6[0x8f]2[0xd8][0xc]f[0xdf][0x95][0xde][0xa0][0xcb][0xbd][0x98]tn[0xd5][0xda]C[0xfe][0x92][[0xb1][0x92][0x9e][0xf5][0x80][0x8f]\[0xa5][0xf5][0xed][0xfa]\[0x94]a)[0xe4][0x91][0xf0]U[0xda][0xbc][0xfe][0x87][0xaa][0xca][0xd1][0x89]^[0x85]?[0xa7][0xb2][0xe7]54[0xa7][0xa0][0xc7][0xc9]wGEd[0xdf][0x9e]A[0x1e][0xf7][0x86][0xa2][0xaf][0xec]][0xa2]-u[0x14][0xef]?[0xa7]!R[0xb6]BG:>WqD[0xf9]x[0xee][0x1c][0xa7][0xa4][0x9e];[0xed][0xa9]mm[0xd5][0x8e][0xe3][0xf5][0xe3][0x10][0xc3][0xb3][0x19]p[0xcf]wE$[0x13][0xa1][0x99][\r]j[0xfe][0x87][0x11]m[0xc5][0xec][0x4]q[0xd4][0x17][0xf7][0xa5][0xfe]<[0xe5][0xdf][0x87][0xe0][0xb6][0xae]/"[0x8f]E[0x86][0xb5]9[0x12]zi[0xb3][0x88][0x15][0x9c][0xc9][0xe3]&[0x83][0xf5][0x8f][0x87][0x8a][0xa1]z[0xd2]dt[0xcc]gwH[0x9f]D[0xfd]STORB[0x95]~[0xa9][0x1c][0xf4][0x95][0xa1][0x9b]&[0x0]m[0x90][0x11]7u[0xdc][0x4][0xc5]l[0xad][0x11]JG[0x12][0x3][0xd2]eX[0xa0][0xbd]^![0x81][0xae]X[0xc3][0x8a][0x85]b)[0xd5][0x1b]eY[0xe7][0x9a][0xaa][0xf9]:g[0xa6][0x81][0xbd][0xc1][0xcb]F[0xf1]G[0x1a][0x85]@[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0xec]X[0xc3]H[0xa8][0x12][0xab]O[0xff]?[0xff][0xf1]9[0xb2][0xcf][0xfc]{[0xfe][0xf3][0x17][0x0]~A[0xbd][0x0]{[0x5][0xf8]A[0xa0][0xe4]{=[0xcf][0xbf][0xe9][0x6][0xc7]'[0x1e][0x1][0xd2]"P>[0x11][0xf1]X[0xd1]X[0xf5]h4a[0x19][0x8c]C[0x12];[0xf5]~_[0x9e]i[0x8b][0x10]([0xce][0xac]V[0xbb][0xd9][0xd1][0xce][0x1c]V[0xce][0x9c][0xab][0xe3][0xa0][0xdd]j[0x9b]X&[0xa9][0xf4][0x82][0xa0][0x13]h+K[0xa0][0x12][0x8e][0xbb][0x92][0xe][0x98][0x17][0xd3]~[0xc4]n[0x9]d[0xea][0x8d]kc[0x9f][0xb2][0xfe][0x84]'v9[0x1c]_Q[0x19][0xa7]u+[0xbe][0x13][0x89][0xc6][0x2]OJ![0xd3]F[0x93]*[0x1a]%FN[0xe9]>[0x4][0xf6][0xeb][0xfe][0x90]>R7[0xa2]1w/[0x94][0xc]c~[0x98]r[0xba][0xf7]R<[0xe9][0x92][0xc3]F[0xf][0x8b]n[0xf5][0x14][0x4][0xf2]!6[0x93][0xf][0x4][0xb2]O8[0x5][0xfa]L7C[0xde][0xe9][0x1e][0x4][0x8e][0xde]{[0xe8][0xdb][0x98]nS[0xe2]L[0xf9][0x82][0xfb][0xec][0x91]E[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0][0xee][0xb][0xe8][0xb5][0xe9][0x3]N\[0xad]7[0xde][0x96][0xe1][0x15]`[0xe0][0x9c]N[0xf1][0x89][0x14][0x9b]*[0x2];[0x18][0x13][0x92][0xbb]b4>[0x18][0xba]#:u#[0xc1]9f[0xdd][0xd7][0x14][0x96][0x15]/[0xc4]D[0xe]X3[0x8c][0xf0][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0xc2][0xc6][0x9c][0xc9][0x9f][0xba][0x3][0x81][0xda]O[0x98][0xc5][0x8],[0xbc][0x8e][0xd2][0xe9][0xf][0xd9]@[0xe5]qW`[0xe][0x9f]3[0x7]k[0x90][0x81],[0xaa][0x9c]^[0x2][0xc8][0xa3].[0xa4][0xf4][0x7][0xd4][0x1f]S[0xba][0x88][0xba][0x94][0xd2][0xf3][0xa8][0xcb])][0x81][0x15][0xdc][0x90]O[0xb0]`6e[0xd1]r[0xc9]r[0xd9][0xb2]j[0xb9]b[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f][\r][0xbf]X[0xae]Y[0xae][~[0xb5][0xfc]f[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xcd];6[0xef][0xd8][0xbc]c[0xf3][0x8e][0xcd][0xcf][0xb8][0x1]5[0xc3][0xef][0xb0]i[0xb8][0x5][0xdb][0xe6][0xb7][0xd8]13[0xef][0xbe][0x0]PK[0x7][0x8][0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingManager.class[0x85]P=O[0xc3]0[0x14][0xbc]W[0xd2][0x84][0x96][0xaf]VBl[0xcc][0xa4]B[0xc2][0x3]l[0xdd][0x18][0xca][0x12]D[0xa5]H[0xec]&5[0x96]C[0xb0]#'-[0xfd]m[0xc][0xfc][0x0]~[0x14][0xe2]%[\r][0xca][0xc0]P[0xf][0xbe][0xe7][0xf7][0xee][0xce]g[0xff]|~[0x1][0xb8][0xc5]4[0xc2]Y[0x84][0x9]a[0xa4]U[0x9d]8[0xad][0x95]'<[0xc4]I.7R[0x14][0xd2]j[0x91][0xd6][0xde]X=[0xff][0xdf][0x99]%[0xce]k[0xe1][0xca][0xea].[0x17][0xa5][0xdc][0x8a][0x82][0xd5][0xdc][0x17]K[0xb9][0xdd][0x19][0xcd][0x9][0xe7][0xec][0xda][0x9d]y[0x94]*[0xbf]1[0x99]"\[0xc7]{[0xc4]=[0x99]M[0x2]W*K8[0x88]g[0xcf][0x84]aV[0xb8][0x8a]-[0xa2][0x95][0xa9][0xca][0xb6]j[0x92][0xdf][0xaf][0xed][0xaa][0xe0][0xfa][0xf2][0xcf][0xb8][0xd2]F[0xbc]z[0xf9][0xae]>[0x9c][0x13][0xbb]1[[0x8d]S[0xb7][0xf6][0x99]Z[0x98][0x86]|[0xd1]_[0xf6]([0xad][0xe4][0xc4]7[0xcd]#[0x9]W[0xfb][0xb2]ut[0xc2][0xa4][0xff][0x95][0xa7][0x97]\euH [0xc][0xd0][0xac]0[0xe0][0xcc][0x8][0x0][0xc6]![0xc2][0x16]#[0x1c][0xb6]8[0xea]p[0xdc][0xe1][0x11][0x8e]YA8[0xe1]}[0x80][0xd3]_PK[0x7][0x8][0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/PaxLoggingService.class}R[0xc1]N[0x1b]1[0x10]}&@[0x2][0x94]B)[0xa5][0x5][0xda]C[0xd5]J[0x84][0xcb][0xfa]Pn[0x9c]BYT[0xa4]m[0xb2][0xda][0xa4][0x95]8![0x13]&[0xcb][0x6][0xb3]^y[0x9d][0x90][0xfe][0x1a][0x7]>[0x80][0x8f]B[0x9d]d#H[0x1b][0x94][0x83]e[0xbf][0x99]7[0xef][0xcd][0xd8]~x[0xbc][0xbb][0x7][0xf0][\r][0x9f][0xca][0xd8]*[0xe3]}[0x19][0x1f][0x4][0xb6]ja[0xe8][0xd7][0x8f][0xfd][0xe8][0xbc]^[0xfb][0xe9][0x9f][0x87]Q#[0xf4][0xa3][0xd6][0x99][0xc0]F[0xd0]U}%[0xb5]Jc[0xd9]t6I[0xe3]C[0x81][0xd5][0xef]&[0xcd][0x9d]J[0xdd]o[0xa5]{T[0xc1][0xb6][0xc0]fP;k[0xfc]j[0xfd][^[0xc1][0xe]gNN[0x83][0xd6][0xff][0xc2][0x15][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec][0xf8]Q[0xd4][0x88]~[0xd4][0xea][0xc7][0xc1]t[0xfe][0xa3][0xc0]RL.0qLV[0xe0][0xa2][0x1a][0x18][0x1b]K[0x93][0xc7][0x89][0xec]XuC[0xb7][0xc6]^[0xcb][0xa3]^z[0xa9][0xe9]p[0xba][0xc7][0xe9][0xc8]~Q[0x9f][0xe5][0x7]][0x99][0xa9][0x81][0xd4],[0xcc]q[0x19][0xaa]A[0xe1][0xc1]s[0xad][0x14][0x86][0x1][0xf5]I[0xb][0x94][0xaa][0xfb][0xa7]<+[0xc7][0x98][0xc3][0x13];[0x1a]8[0x81][0xaf][0xd5][0x19]Jc[0x16]K-7M[0xcf][0xb6][0xe9]$[0xd1][0xc4][0xb7];6aV[0x93]l?i[0x93]7[0xec]O`ofO[0xcf]t[0x81][0xf5][0xe7][0x81][0x1a][0x17]]j[0xbb]q[0xf1]uj[0xb2][0x8e]&[0xdb]I[0xf2]+[0x99][0x17][0xec][0xa1][0x8e]d[0x81][0xa7][0xe2]/[0xcc][0xf4]F6[0x1e][0xdb]xc[0x1b]Oe[0x19][0xa5][0x97]d[0xbd][0x94][0xef]S[0xe0][0xf3][0xcb],[0xad][0xfe][0x98][0x9e][0x9b][0xcd][0xe9]$[0xda]=[0xe9][0xec][0xbd][0xcc]!k[0x8d][0xbd]R[0xc3][0x7]+[0x98][0x8b][0x2][0x2]s[0xbc]J[0x98][0xc7]6[0xaf][0x5]>/[0xf2][0xd7][0x9c]C[0x99]qe[0x2]/1^[0x9e][0xc0]+[0x8c]_M[0xe0]U[0x94][0xe6][0x5]^c[\r][0xe0]}[0x1d]oF[0xfb][0x6][0xde]r[0x96][0xe0][0x88][0xf3][0xee]/PK[0x7][0x8][0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/pax/logging/avalon/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.class[0xa5]ViS[0x14]W[0x14]=[0x8f][0x81][0xe9]YZD[0x4][\r]&[0xc1]%[0x1a][0x87]a[0x19][0x8d][0xc6]([0x10][0xcc][0x88][0xa2][0xe0][0xcc][0xa0]AA[0xcc]B[0x9a][0xa1][0x1d][0x1a][0x9a][0xee]IO[0x8f][0x8a][0xd9][0xf7]}[0xfb][0x98]_[0xe0][0xd7]D[0xab]PBU*[0xdf]R[0x95][0xaa]T~A[0xfe]H[0xca]Jr[0xde][0x9b]a[0x19][0x16][0x97]r[0xaa][0xe6][0xbd][0xd7][0xf7][0xdd]w[0xef][0xb9][0xe7][0xde]w[0xbb][0xff][0xf8][0xf7][0x97]_[0x1][0x1c][0xc2][0xf][0x11][0xec]AZC&[0x82]*[0xc][0x86][0xb1][0x1b][0xe7][0xe4]p>[0x8a][0x97]1[0x14][0xc5][0x5]\[0x8c]b[0x18]#r[0xb8][0xa4]a4[0x8a][0x8].kxE[0xce][0xaf]jx-[0x82]Z[0xbc][0x1e][0xc5][0x18][0xde][0x88][0xf0][0x94][0xa1]a<[0x82]z[0xa4][0xa5]8+W[0x13]![0x98]r[0xbe][0x12][0xa6]$'[0x15]'[0xe5][0x9e]%[0xcd]O[0xc9][0xc7]i9[0xd8][0x1a]f"h[0x96][0xe7][0x1c][0xb8][0x1a][0xf2][0x1a][0xde][0x14][0xd0]g[0xc6][0xf2][0xc6][0xf5][0x94][0x9b][0xcb]YNN[0xa0]%[0xe5]z[0xb9][0x84][0x9b]/[0x1c][0x9e]JP[0x9e][0xb0]K[0x1b][0x89]sK:i[0xc3]1r[0xa6][0xd7]%[0x10][0x9e][0x19][0x93][0xdb][0xa6]W[0x10][0xd8][0x9c][0x9a]2[0xae][0x1a][0x89][0xa2]o[0xd9][0x89][0xb4][0x91][0x97][0xbb]CV[0xce]1[0xfc][0xa2]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "d*w[0xbb]K[0x8f][0xb6]A[0xc3]C[0xbe]G[0xa3]][0x1b][0xb8][0xa5][0x9a][0xed]:[0x89][0xa4][0x9a]R[0xca]YW[0xf][0x8d][0x7][0xbb]-[0xc7][0xf2]{[0x4][0x2][0xb1][0x96]a[0x81][0xea]^w[0xc2][0x94] ,[0xc7][0xcc][0x14]g[0xc6]M[0xef][0x82]1nSR[0x9f]r[0xb3][0x86]=lx[0x96]|.[0xb][0xab][0xfd]I[0x8b][0x90][0x13][0xf][0xe9][0xb3][0xcf][0xc8][0xfa][0xae]7K[0xaf]u[0x5][0xd3]?Qt&l[0xb3][0xd7]u|[0xf3][0xba]/[0xb0]/V[0xb2]R[0xc8]Y[0x89]+[0x9e]1c^s[0xbd][0xe9]D[0x85]R[0x97]B[0xe8]pO[0xe2]Y[0x13]9[0x83])[0xb1]([0xd0][0xfa][0x8],[0x8][0xd4][0x98][0x8e][0xef][0xcd]r>U[0x9a][0xf5]~[0xc7]1[0xbd]^[0xdb]([0x14]L[0x86][0xd7]X[0xc9][0xf9]^[0xa5][0xc5]cZv[0x11][0xfb][0x9e][0x7]C[0x17][0xd8]V[0xc9][0xe0]l~[0x91][0xc5][0xb][0xeb][0xd9][0xfc][0xcc]n[0x1a][0xf2][0x8d][0xec]4[\r]*7[0x1a]H[0x8b][0xe6][0x99][0xb6]i[0x14][0xe8]3[0x9c]3[0xfd]T[0x99][0xac][0xe3][0xb1][0xb5][0xbe]J[0xd5]k[0xe4][0x8d][0xec][0xa4][0xb9][0xe8]a9[0xb4][0x12][0xcd][0x89]%[0x2][0xa7]b[0x8f][0x80][0xed]q[0x9d]i[0x8e]y-[0xa3]j [0x98]7<[0xa6]N`[0xf7][0xfd][0xef][0x9a]:[0xa6][0x1b]+@[0xb0]%[0xd0][0xd0][0x84]U[0xc8][0xbb][0x92][0x8d]Pw[0xd6]._[0x83][0xc8][0x90][[0xf4][0xb2]f[0x9f]%3[0xd3][0xb8][0xba]t;$v[0x1d]-[0x88][0xb3][0xc6][0xd6][0xf7]98t[0xba][0xcd][0x1d][0x97]G[0xe][0xea]x[0x6]{u[0xec][0xc3][0xb3][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":|[0x14]5\[0xd5]q[\r][0xd7][0x99][0x1c][0x1d][0xb3][0xb8][0xa1][0xe3]-[0xbc]-[0xb0]u[0x9d]z[0xd0][0xf1][0x8e][0xdc][0xaa][M[0x9e][0x8e]w[0xa5][0xbc][0xe5][0xa1][0xf9][0xd7][0xf1][0x1e][0xde][0xd7][0xf0][0x81][0x8e][0xf][0x11][0xd7][0x91]D[0xaf][0xc0][0xf6][0xd5]VO[0x14]-{B[0xea]~[0x84][0x8f]u|[0x82]O[0x5]D[0x87][0x8e][0xcf][0xe4][0xd3][0xe7]8$[0x8f]}!c[0xfa]R[0xc7]W[0xf8]Z[0xc7]7[0xd2]T[0xbf]d[0xa5]q[0x19][0xfb][0x88]iL[0x9f]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x93][0x8c]A[0xc3][0xb7]:[0xbe][0xc3][0xf7][0x2][0xed][0x8f][0xd4]**[0x2][0x1e][0x1c][0x9f]2[0xb3][0xcc]v[0xfd][0xb2][0x8b]~[0xdf][0xf4][0xc]*[0xb2][0xda]+8cJ[0xd5][0x9d][0x1e]2[0xa9][0xbf]%[0xd6][0xb2][0xe2][0x86]Q[0xd4]U[0xa1][0xae]tB[0xd6][0x92][0xa5]m[0x15][0xea][0x8b][0x1e]d[0xe1]M[0x1a][0x85][0x8c][0xba][0xef][0xec][0x95][0x97]e'R[0xf][\r][0x8b][0xfa]+@[0xca]^[0xc4][0x1b]v[0xd6]d[0x4]!.[0x86][\r][0xbb][0xc8]zj`[0xdb][S[0x1b][0x2]=[0x1b]][0x9f][0xb5][0xef][0x8a]u.[0xf]{[0xe2][0xfe][0x87]L[0xa1][0x84][0x5][0x91][0x95][0x85][0xc0]b[0x1a]KXV[0xf0]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+(+XUp[0x8f]!=[0xb3]6SZ,o[0x14][0x97]g[0xcb][0xc][0xbd][0xa5]:[0xc2]U[0x83][0x9b]Uu[0xc5][0xb1]u[0xb3]:[0xc9][0x90][0xda][0xd9][0xd8][0xd2][0xc][0xad][0xca][0x1d][0x8d]!W[0xb2][0xec][0xaa]j[0xed]6&[0xea][0xea].[0xaa][0x1a]V[0xb5]J[0xd3][0xd4]%[0xfe][0xb4]D[0xa9]f[0xd3][0x82][0xc4][0x94]n[0xea][0xce]4[0xc3][0xa5][0xe1]cg[0x8f][0xac]1[0xc4]f[0xad]-[0x92][0xce][0x96]tS+[0xef][0xed]lj[0xf6]*[0xdf]44Q[0x8e]U[0xe1][0xc6][0x1a][0xb7]uq[0xed][0xe][0xc6][0x9c][0x9a][0xde]`([0x84]HS[0xfd][0x86]e[0xaa]3[0xf2][0xeb][0xa8]$Cf[0xc][0xf1]-ms[0xaf][0xca]pv[0xd8][0xff][0xa8][0xa2][0x96]DC[0xe6][0xc][0xa7]V[0x1c]^y[0xbc][0xc0]w][0xdb]|[0xc0][0x82][0x96][0x91][0xd5][0x9a]m[0xed][0x8b][0x99]R%[0xe9][0x1c]^[0x92]S[0xe0],[0x86]n[0xbd]1'j[0x99]7[0xc5][0xc0][0x16]Ctx[0xe4]>=[0x9e]nn[d[0xaf]7[0xee]R[0xe2][0xdd][0x8c][0xed]s[0xdb][0x94][0xc3][0xeb][0x94]x[0xc3]q[0xcd][0xb6]-[[0x8a][0xcd][0x8b][0xcc][0xbb][0x91][0xda][0xe6][0xe]7[0xe6][0x9b]w[0xcf][0xe8][0x8d][0xa2]w[0xe9]M[0xe9][0xae]j[0xce]lM7[0xb6]J.[0x9b][0x9b]AL$f[0xbe][0xcb]+5[0xed][0x90][0xed][0xb6][0xcd]w[0xb4]}[0xcb]~[0xac]6[0xa9][0xaa][0x1e][0xe6][0x98]Iw[0x18][0x14]R.[0xcb][0xac]ox$[0xa8][0xa5][0xfa][0x1a][0x9a][0xe3][0xf6][0x0][\r],p[0x93][0xcb][0x2][0xa6][0x8f][0xe9][0x97][0xa3][0xb9][0x93][0xc1]o[0xaf]g[0xd7]/:[0xd2][0xb1]&C[0xd7]T[0xc5]p{[0x97][0xde][0x6][0x9][0xa6]V[0xac]=[0xbb][0xa2][0x15]u[0xf1]&{Z[0x9b]j\[0x14][0x90][0xc1]9Le0[0x80]A[0x5]k[0x19][0xc]c$[0x83][0x1c][0x86]2([0x88]l]dc"[0x1b][0x15][0x99]*[0xb2]q[0x91]},[0xb2]O0[0xa4][0xe0]~[0x6][0xf][0xf0]i[0x6][0xd7][0xf0]v[0x6]g[0xd1][0xaf][0xe0][0xa1][0x18][0xf9][0x8c][0xca][0xee][0xb8][0xbd][0x15]l0[0x9c]>[0xe2][0xb1][0xb8]Y[0xd7]*[0x8e][0xab][0xd0][0xd1][0x9b]c[0xb8]p[0xcc]>[0xa5][0x8d]![0xfa][0xd2][0xde][0x91][0xad][0xd6]l&[0xaf][0x7]e[0xab]1[0x8c]uVq[0x91]W[0x1c][0xcb][0xfe][0x9c]6[0x9]u[0xc9][0xa1]z=[0xec][0xcd][0x7]m[0xe7][0xff][0xdb][0xa5][0x97];l[0x8][0x86][0xdb]/[0xde][0xf4]m[0xee]/>[0x13][0xb3]G[0xab]f[\r][0xde]hP[0x9b][0xf4][0xd0][0xd1]N[[0x1][0x11][0xc][0x8a]WO[0xe7]}Dt[0x12]}[0xf7][0xd1][0xf8]9[0xbc]D[0xf1]e[0xba]*[0xd2]x[0x84][0xbe]S[0xf9]?[0xc0][0xf2][0x85][0xdf][0x10]y&[0xe7][0x9e][0xa7][0xd8][0x8d]([0xc5][0x1c]bx[\r]I[0xbc][0x8e]W[0xe8][0xaa][0xbf]9[0x1b][0xaf][0xe2][0x2] [0xb3][0x8b][0xa4][0xca][0xe8][0x93][0xa3]YM[0xcd][0x87][0xb4]N[0xcc][0x1a][0xcc][0xff][0x8a][0xc8][0x1][0xa2][0xc]?[0xa0][[0xe4][0x5]v[0x80]X[0x14][0xc2]![0xda][0xe2]p[0x19][0xa2][0xbb][0x7][0x90]oq[0x18][0xf4][0x1c][0x6][0xc9][0xb9][0x9f][0x94]/[0xc9]Ul@Z[\r][0xb9]VU[0x1a][0x8a][0x6]Z[0x8d][0x6]Z[0x8d]Cl[0x95][0x1]\[0x95]V[0x17][0x9b]k}V"{[0x83][0xca][0x8a][0xb4][0x9a][0xd2][0xfe]sM'[0xe4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x87][0xa6]?z[0xcc][0x12][0xf2][0xce]5)[0x9f]i[0xce]r[0xe5][0xe9][0x94][0xf]#[0x14]o#[0x94][0xf0][0x97]}[0x9d][0xb4]&[0xa9][0xec][0x1b][0x9d][0x12][0xca][0x87][0x11][0x8a][0xb7][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0x9a]![0xab][d5wrB[0x85]0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Bq?[0xa1];[0x81][0x84]F[0xc3][0x8])m[0x84][0xba][0xfc]e/[0x90]V[0x99][0xca]^[0xea][0x94][0xd0]h[0x18]![0xa5][0x8d]P[0x80][0xd5]*Y[0xdd]#[0xab][0xf5][0x93][0x13][0x1a][0xb]#[0xa4][0xf8][0x9]=[0x8]$4[0x1e]F([0xd9]F([0xe5]/[0xfb][0x11]iq*[0xbb][0xd2])[0xa1][0xf1]0B[0xc9]6B[0x1]VU[0xb2][0xaa][0x91]U[0xfd][0xe4][0x84][0xd4]0BI?!3[0x90][0xd0][0x95]0B[0xe9]6B[0x19][0xd9][\r][0xd2]r[0xa8][0xec]'[0x9d][0x12][0xba][0x12]F([0xdd]F([0xc0][0xea][0xb][0xb2][0xfa][0x92][0xac][0xbe]:9[0xa1][0xab]a[0x84][0xd2]~B_[0x7][0x12]z[0x93][0xfe][0xfb]7[0x15][0xae][0xbb][0xa7]"_[0xf8][0x13][0xa7]~zn[0xf5]7-[0x1c][0x12]^q[0x9][0xf2][0xed][0x97][0xce][0xf4][0xbf]"[0xb8][0x92]n[0x86][0xe7][0xb5][0xbe][\r][0xa8][0x4]x[0x7][0xef][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb][0xf4]+# d[0xf3][0x85][0xd1][0x9f][0x91]=[0xc0][0xe9]([0xda]~[0x8c]R[0xb2][0x8c][0xef][0x88][0xdf][0xf7]-[0xcc][0xb2][0x9e]T[0x16][0xef][0xd1][0xe3]0[0x99]M[0xc8][0xa2][0xbb][0xe8][0xc8][0x9c]r[0xe5]s[0xf2][0xe][0x90][0xec][0xed][0xf9][0x1d][0xbd][0xbf] [0xfb]L[0x92]8[0xaa][0xef]<[0xc5][0x1b][0xd2]l[0xfa]?PK[0x7][0x8][0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/ops4j/pax/logging/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/pax/logging/internal/Activator.class[0x8d]Wk_[0xd3]V[0x1c]~[0xc2][0xa5][0x89]m[0xf1]RE[0xd6][0xa1]P[0x5][0xb4][0x14][0xa1][0x93][0xe1]t[0xe8]TD[0xd9]t[0xe5][0xe2][0xf0][0xae][0xd3][0x85]6[0x94]@ij[0x13]*nc[0x9b][0xee]~[0xbf][0xdf]/[0xdf]ao\[0xd9][0x8b]}[0x80]}[0xa8][0xfd][0xf6][0x9c][0xa4][0xa4]%[0xb4][0x94][0x17][0xc9]I[0xfe][0xe7]y[0x9e]'[0xe7][0xfc][0x93][0xfc][0xfb][0xdf][0xdf][0xff][0x0]x[0x16][0xf8]1[0x80][0x9]?&1%[0xae].[0xfb][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xfd][0xb8][0x82][0xab]~\[0xc3][0x94][0x82][0xeb][0x1][0xdc][0xc0]M?n[0x9][0x87][[0xb8][0xad][0xe0]N[0x0][0xaf][0xe2][0xae][0x1f][0xf7][0x84][0xe5]5q[0xba][0x7]U[0xc1][0x8c][0x18]iN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K[0x12])[0x5]Z[0x0][0xb3]"4-,i[0xcc])[0xd0][0x3][0x98][0x17]>[0xb][0xc2][0x92][0xc1][0xa2][0x82]l[0x0][0x6]n*[0xc8])[0xb8][0xaf] [0xaf][0xc0]T`)X[0x12][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]BAT-[0x88][0xdc][0x5]Q[0xad] r[0x17]D[0xba][0x82]H[0xc3][0xd3][0x3][0x14]d,[0xcb]x([0xe3]u[0x9][0xbe]SzV[0xb7]NKh[0x8c][0xf6]^[0x93][0xd0]4j[0xa4]4[0x9];[0x12]zV[0x9b]XZ[0x9c][0xd1][0xf2]W[0xd4][0x99][0xc]-[0xa1][0x84][0x91]T3[0xd7][0xd4][0xbc].[0xee]K[0xc6]&kN7%[0xc4][0x12]F>[0x1d]7r[0xe6][0xd0]|<[0xa7].[0xc7]3F:[0xad]g[0xd3]q=ki[0xf9][0xac][0x9a][0x89][0x8f]$-[0xbd][0xa0]ZF[0xfe][0xa4][0x84]f[0xd3]R[0xf3][0x96][0x84][0x9e][0xa8][0x13]e[0xa6][0xf5][0xf8]l^][0xd4][0x1e][0x18][0xf9][0x85][0xf8][0xb9][0xa5]l*[0xa3][0x8d][0x1a][0x8c]\[0xb6]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D-3[0x95]&[0x9][0x7][0xeb][0x87][0x11]X[0x96]3[0x2][0xf4][0xbc]ZP[0xe3][0x19][0x95]`[0xa6][0xad]<1q.`ff[0x87][0xe6][0x13][0xc4][0xa8][0xe5]m^Lg[0x9b][0xe2][0x8e][0x8d].-Icq[0xd1][0xc8][0x9a]kN[0x11][0xdb]I[0xcd][0xa9][0xc9]9-^[0x9a]sY[0xd2]Id[0xe5]m9k[0xb8]2[0xc0][0x9e])'[0xf][0x12]R[0xc6][0xc8][0xae][0xb9][0xf6]U[0xba]:S[0x15][0xc4]2[0xb6]W9[0xd8]?[0xbf][0x94][0xd1][0xd7]B[0xf7]W[0x86][0x8a][0x9][0xf][0xa6][0xa0]]yp[0xcd][0xfd][0x80][0x7][0x94][0xed][0xe9][0x1][0xe7][0xbf][0xb0][0x9c][0xd4]r[0x96]N[0x82]2[0xde][0xa0][0x90][0xa6]e[0xe4]h[0x9e]6[0x96][0xf2]ImL[0x17]O}[0xbb][0xfb]8[0x7][0x84][0xbc]A<[0x83][0xa3]2[0xde][0xc]b[0x5]'[0x82]x[0xb]o[0xcb]x'[0x88]Gx,[0xe3][0xdd] [0xde][0xc3][0xfb]2>[0x90][0xd0]~![0xcb]E[0xc3][0x92][0x91][0xe9][0xc4][0xd8][0xd0][0xa5][0xc8][0xc8][0xd4][0xc5][0x88][0xb9][0x94][0xcb][0x19]yk@[0xc6][0x87]A|[0x84][0x8f]e|[0x12][0xc4][0xa7][0xf8]LB[0xbf][0xeb]}I][0xe0]zQ#[0xa3][0x8e][0xec][0x91][0x84][0x3][0xdc][0x13][0xff][0xb9][0x88][0xff]B[0xc6][0x97]2[0xbe][0x12]5[0xbf][0xae],[0xc8][0x90][\r][0x5][0xbf][0x11]^[0xdf]J[0xe8]r[0xbd]Fl[0xed]#[0x8e][0x14][0x1e][0xef][0xef]d|/[0x90][0xfd]@[0x15][0xcb][0xc8][0xae]&.Vw[0xff]Q[0xc6]O2~[0x16]%~[0x91][0xd0][0xe1][0x1]R[0x18][0xf4][0xb8][0xff]*a[0xdf]y[0xdd][0xac])[0x8f][0x84][0x81][0xf2][0xf4]V[0xf4]X[0x97]o#{[0x9][0xdd][0xe5][0xe9][0xda][0xb4][0xb9][0xd7]*[0xca][0xd6] +[0xa1][0xd3][[0xca][0xc3]/[0x88][0xdf][0xc4][0xfa][0xf8]]Bt[0xab]mB[0xc2][0xce][0xf2][0xc6][0x9d][0x9c][0x99][0xd7][0x92]b[0xe3][0xd7][0xdc][0xf7][0x15]q[0xbb][0xcb]q[0xee]J[0xa6]|[0xd5][0xb];[0xbb]~[0xba][0xdc][0xe][0xc6][0xd4]$[0xb3]bt@[0xba][0xdb][0xa9]k[0xb3]w[0xd1][0xb8][0x9a]UmF[0xeb][0x16][0x90][0xb3][0xd1][0xbc][0x8f][0xa7][0xda][[0xac][0xb3][0x8e][0xb][0xb7]fJ7s[0x86][0xc9][0xad]ylK[0xe8][0xaf][0xcc][0xe5]55UB?[0xae][0xe6]p[0x0][0xfd][0xfc][0xfc][0x93][0x10][0xe7]Wa#G[0xbe][0x3]y[0x1e][0xe4]][0x9c][0xa3][0xc4][0xb1]9[0xf6][0x17][0xa4]?y[0xd1][0xc0][0xcf]F[0xc0]g[0x1b][0xdb]0[0xc4]s[0xd0]q[0xc0]1<[0xc7]Q[0xc2]q[0x9c][0xa0][0x17][0x83][0xa5])[0x8e][0xdb]h{[0xdc]WDC[0xec][0x9][0x1a][0x9f][0xa0]i[0xfc]H[0x11][0xcd][0x13]4[0xf8][0xfa]C[0xf2]*[0x94][0x6][0xf0]z[0x1b][0x8d][0xfe][0xe1][0xa6]pS([0xb0][0x8a][0xa0]mj[0xe1][0xb1][0x9d][0xe6][0x1d][0xc3][0xcd][0xe1][0xe6][0xd0][0xce]'[0xd8]EC[0x88][0x86][0xdd][0xc3][0xbe][0xb0]/[0xb4]g[0x15][0xad][0xb6][0xdf]^[0x9a][0xda][0x86][0xe5][0xb0][0x1c]zj[0x15]a[0xdb][0xf4][0xb4](UD[0xfb][0xb0][0x12]VB[0xfb]V[0xb1][0xbf][0x1]e[0xe4][0xb7][0xb0][0x97][0xe7][0xe]4[0xa1][0x93][0xc8]#[0xd8]E[0xf2][0xad]8[0x88][0xfd][0xe8][0xe2]U7[0xe][0xa3][0x87][0xf4][0xf][0x91][0xd9]a[0xf2][0x88][0xe2]4zq[0x1]1\D[0x1f]?J[0x8f][0xf0]sx[0x0]w([0xcb][0xc][0xbd][0x16][0xc8][0xd2]`[0xd6]ez?"[0xa1][0xc6][0x1d][0x87]qI[\r]q[0xf5]<[0x86][0xa9]J[0x10][0x5][0x9c][0xc4])[0xa2][0xd8][0x85][0xfb]x[0x81]y[0x1b]Y[0xe1]6[0xce][0xe0],[0xb1][0x9c][0xc6]y[0x8c][0xe0][0x1c]U[0x9c]d[0xbe]Q[0xde][0xf9]X![0xc2][0xca]c[0xe0][0xf7]-[0xfc]x[0x11]/A![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][[0xc2]%[0x1e]/[0xbb]:O[0x96]t^Y[0xa7]q[0xa8][0xc3][0xd6][0xd7][0xd5][0xb6][0xd3][0xd6][0xd6][0xd5]4BM]=[0xf][0xd8]z[0xba]Z[0x1e][0xb4][0xb5][0xac][0xd4][0xb1][0xcb][0xd6][0xb1][0x88][0xee]"z[0x8a]8T[0xc4][0xe1]"[0xa2]E[0xf4][0x16][0x11]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0x8f][0x94]%[0xbe][0xcb][0x85][0x1][0x92]VH[0xb7][0x85]T[I[0xb2][0x9d]4[0xbb]I0FrGI[0xeb]8[0x89][0x9d]%[0xa5]1R[0x9a]$[0x95][0x1b]H@[0xc5][0x4]R[0xbc][0xe3][0x1f][0x3][0x14].c[0x91]#9L[0xc3][0xe4][0xf]I[0x1]W[0xf1][0x90]?[0x4]o[0xe2]z[0x85][0xcc]+[0xae][0xcc]+%[0x99][0xf9][0xf3]P[0x92][0xb9][0x85][0xb1][0x8e][0xcc][0xed][0x94][0xd2][0x91]9[0xc6]l[0x8e][0xcc][0xa2][0xbe]#[0xf3][0x18][0xaf][0x1d][0x99]o[0xf0][0xd1]o[0x94]9a[0xf3][0x1a][0xff][0x1f]PK[0x7][0x8][0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.class[0xc5]U[S[0xd3]@[0x14][0xfe][0xb6]M[0x1a][0x1b][0x82][0xdc][0x5][0xbc][0xa2][0xa2]B[0xb9]D[0xe4][0xaa] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8][0x8a][0x82]:[0x3][0x83][0x8f]L[0xa8]![0x4][0xd3][0xa4][0xa6][0xa9][0xe2][0x9b][0xbf][0xc6]g[0x9d][0xb1]:[0xe3][0x83][0x8f]>[0xf8]#[0xfc][0x3][0xde]u[0xc6][0x17]g[0xd4][0xb3][0xdb][0x0]m[0xc9]8[0xc2][0x8b]3[0xed][0xee][0xd9]=[0xe7];[0x97][0xef][0x9c]m[0xdf][0xfe]z[0xf5][0x1a]@?n[0xa8]H[0xe2]|[0x12][0xfb]p[0x81]/[0xa3]|[0x19][0xe3][0xcb]E[0xbe][0x8c][0xab][0xb8][0x84][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&[0x15]L1$2[0xcb][0xab][0xf7][0xd3].C[0xfd][0xdc][0xba][0xf1][0xc0][0xd0][0x1d][0xc3][0xb5][0xf4][0x85][0xc0][0xb7]]kTh[0x83]GYS[0xc1][0x15][0x6]e[0xce][0xb3][0x16][0xe9][0xc0][0xa0][0xcd][0xba][0xae][0xe9]O9F.g[0xe6][0x18][0x6][0xe7]<[0xdf][0xd2][0xbd]ln`][0xcf][0x1a][0x1b][0xba][0xe3]Y[0x16][0xc1]u[0xdb][\r]L[0xdf]5[0x1c]}2[0xbf][0xba]jr[0x8f][0xe4][0xa1]=[0xf4]B[0xce][0x93][0x99][0xe5][0x8c][0x99][0xcb][0x19][0x16][0xb9][0xac][0xca],[0x9b][0x1b]i3[0x1b][0xd8][0x1e][0xe5][0xd2]T[0x92][0xcb][0xe2][0x9a][0xef]=4V[0x9c][0x10][0x91][0xf6][0xc8][0xeb]F[0xc0]PS[0xb4][0xc9][0x7][0xb6][0xa3][0xcf][0x1b]Y[0xae]][0xb0]-[0xd7][0x8][0xf2][0xbe][0xc9]s*[0xd3][0x8e][0xed],[0xae][0xe4][0xe6][0xd6][0xca][0xba][0x99][0xe]F[0xc7]y[0xc1]c[0xb6]k[0x7][0xe3][0xc][0x8f];" {[0xa9][0xf3][0xaf][0x91][0xb7][0x8b][0xab][0xa8][0xa6]s[0x89]A[0x9a][0xf2][0xee][0x9a][0xbc]P[0xdb]5o[0xe6]3+[0xa6][0xbf][0xc8]My[0xab][0xbc][0xb4][0xe1],[0x19][0xbe][0xcd][0xcf][0xe1][0xa5][0x14][0xac][0xd9][0xd4][0xc][0x95][0xe2][0xde]6[0xd2][0xf7][0x4][0xab]#[0xbb][0xcd]8D[0x12][0x11]Rq*[0xa4]@t\[0xd9]jT[0xb2][0xa4]M[0xca]V3[0xe][0x94]gD[0x98]0[0xab][0xea][0x85][0x80]\RE[0xe2],[0x86]n[0x9a][0xa6]I[0xc1][0x8c][0x82][0xab][0xc]O[0xfe]+[0xcb][0xff]8[0x15][0xbc][0x17][0x8a]e[0x6]3[0x82][0x91][0xc6][0x8e][0xce][0xa8][0x97][0xa2][0x92][0xc1][0xfc]&I[0x1a][0x1d][0xa6][0xb7]yj.[0x83][0x94][0xe]4w[|S[0xc3]d[0xb3][0xb7]g[0xc4]#Om6[0xa2]n3T[0xc9][0xbb][0x18][0xae][0xbc][0xfb][0xe7][0xd7][0xa0].xy?m[0xce][0xd8][0xbc][0x95]u[0xa5][0xf1]{[0xb9][0xbd][0x86][0x16]\[0xd3][0xa0][0xa2]J[0x83][0x86]Z[\r]u\[0xaa]G[0x83][0x86]F4Q[0x8f]5[0xcc][0xa2]O[0xc1]u[0x86][0xa1][0xbd][\r]"Cmeb[0xc][0xfd]{[0xe0][0xa9][0xcc]Q[0xb1]f[0x86][0x86][0x88][0xa6][0xd0][0xc8][0x96]q[0xc5][0x10][0xef][0xe0][0x3]P[0xbb]j;[0xce][0xac]+[0xc6]y[0xd1]7[0xd2]d[0xd8][0xb5][0x8b]<[0xd0]F[0xbf][0xbc]I[0xfa]u[0x96][0x89][0x1f]"[0x8c][0xa4]z[0xce][0x99][0xd8][0xeb][0xc2]31'v"[0xf][0xf4][0xa6]H[0x8e][0xa1][0x19][0x9][0x92][[0xd0]J[0xf2]A[0xba]yG{[0x82]v=[0xf5][0x12],[0xd5]U@,[0xd5]]@<[0xd5]S[0x80][0x94]j[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90]S[0xad]r[0x1][0x89][0xd4]s[0xc8]oP[0xc5][0xb7][0x17]P[0xee]<#[0x88][0x84]C[0xb4][0x9e][0x16]i[0xbc][0xa7][0xd3][0x7][0x92]>b?>Q[0xd8][0xcf][0x14][0xe0][0xb][0x8e][0xe1]+[0xe9][0xbf][0xa1][0x17][0xdf]q[0x98][0xac][0xc6][0x8b][0xa1]p[0x84]4[0x10]R[0x1b][0xa5][0xca][0x84]t[0x9c][0x92][0x8f][0x9][0xe9][0x4][0xdd][0xc5][0x85]t[0x92][0xe]`A[0xa9]^[0xdf][0xad][0xf7][0x13]AL[0x94][0xb][0x8d]B[0xb5][0x9f][0x8]1[0x8]9[0x16]o[0xa9][0xc]"U[0xb3][0xd3]x[0x8c]Q[0xbc]b[0x18][0xaa]U[0xd4][0xb9]m[0xab]6[0x83][0x95][0xaa]iu[0x14][0xf3][0xd8]^>T[0x8e][0xf9][0x89][0xa2][0x9b][0x9d][0x8e]ft[0x14][0xcd]pT[0xcb][0xe0][0xba][0xb2][0xd5]m[0xb7]U[0xb]S[0xa8]0[0xeb][0xaa]l[0xa0][0xf0][0x81][0xda][0xec]v[0x18][0x4]5[0xa3]m[0xa2]{[0xc7]-[0x3][0xb3][0xaa]e[0x99][0x16][0xfa]6w[0xb8][0xce] |[0xb4][0xef][0x88]S[0xc3]y[0xcd][0xd0][0x9c]M$&+[0xa9]=tE[0xf3][0x0][0xd3][0xc3]U[0xcd]Pk[0xdd][0xa3][0xa6]j5xS[0xc7][0xcc]X[0xd5]lq}[0x8f][[0x1a]a7[0x19]t[0xde]h69[0xa1][0x15][0xe9][0xa8]N[0xaf][0x97]@2[0x85][0xb3][0x94]y[0xab][0xa5][0xda][0xf6]l&[0x93]a[0xb0][0x96][0xbc]TC[0xa4]#[0x9d]d[0xfe][0x88]-[0x92]X.[0x99][0xba][0xe4]x[0xfa]2K[0x19][0x8f]f[0xd6][0xb][0x96][0xbd]`[0xc5][0xb]V[0x9]D[0xf3]-[0xdd][0x1d][0x19]v[0x89][0x13][0x93]_[0x98]][0xab][0xa5][0x96]5[0x1a][0xc8][0xa8][0xf7][0xd8][0x85]C[0xfe][0x96][0xc7]a[0x6][0xee][0xc4]a[0x9a]L[0x82][0xcc][0x14][0x99][0xbb]d&[0xc9][0xcc][0xc3][0xc3]8[0xdc][0x83][0xf5]8[0xcc][0xc2]P[0x4][0xb0][0xdd][0xec]%:#[0x89][0xfb][0xc]F[0xe8]DE[0xe7]H[0xdf]m[0x1e][0xaa]-[0x87][0xc1][0xdc][0xa8][0xe1][0xb3][0xd1]5[0x1][0x18][0x84][0x9][0xfc][\r][0xe1][0xab]?L/8[0x8c] [0x1e][0xf5][0xe0]1[0xc4]W<[0xf8]*[0xe2]k[0x1e]<[0x8e][0xf8][0xba][0x7][0xdf]@|[0xd3][0x83]'[0xf0][0x1c][0xec][0x1e]c[0x99]F![0xfc][0x94][0xeb][0x13][0xae][0x9f]v[0xfd][0x8c][0xf0]c4[0x1e][0x81]%j[0x15][0x95][0x1e] *#[0x92]([0x9b]>[0x83]hz[0xf2]+[0xc4]N[0x85]~[0x12][0xed][0x10][0xd0]U[[0x85] [0xe4] [0x6]k[0x90]B4[0xde]cCZhR4'[0x9e]J[0xa2]5[0xb8][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "zF[0x97]4[0xfd][0x5]b[0x1f][0xce][0xe5][0xc2]"[0x99][0x17]2[0xf1][0x1e][0xa1]'3[0x12][0x85][0x5]Qt[0xb1][0xf8][0xc]"[0x17]O_([0xce][0xb8][0xc5][0x8b][0xb0][0xe4][0x16][0xdf][0x12][0xff][0xe0][0xf7][0xe2][0x13][0x84]?[0x8a][0xf][0x8f][0xa7][0x16][0x99]Y?f[0xc8][0x8f][0xb9][0xec][0xc7][0xc][0xfa]1W[0xfc][0x98][0x1]?[0xe6][0xaa][0x1f]S[0xf2]c[0xe6][0xfc][0x98][0xec][0x1f]&Dq+[0xeb].[0xd3][0x14][0xdb][0x2](~[0x7][0xf9]u[0xe0][0xc][0x6]>C[0x98][0xc2][0xa0][0x8]C[0x14][0x86]D[0x18][0xa4]0,[0xc2][0x0][0x85][0x11][0x11]J[0x14]FE[0xc8]N[0xcf][0xf][0x9a][0xc0][0xa3][0x0]W;[0x80][0xcb][0x1d][0xc7]-%p?[0xf3]8[0xf8][0x1c][0xe]][0x82]Gb=[0x1b]p[[0xbc][0x8]x[0x91][0xa1][0x84][0xf],[0xff][0x6]PK[0x7][0x8][0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BufferingLog.class[0xa5]X[0xff]w[0x14]W[0x15][0xff][0xcc]~[0xc9]$[0x9b][0x9][0x81][0xb4]@[0xd3]J[0xb]$[0xc0]fC[0xba]i[0x9]P[0x93]H[0xa5][0x14]l[0xda][0x10]([0x89]P[0xb0]-[0x9d][0xec][0xce]n[0x6]6[0xbb][0xcb][0xec],[0x4][0x95][0xb6][0xd6]*j[[0xd4][0xb6][0xda][0x82][0x16][0xaa][0x96][0xa2][0x80]J[0xb4][0x4]RZ[0x8e][0xdf][0xce]Q[0xfb]CU[0x8e][0xe7]x[0xfc][0xc5][0xbf][0xc4]#~[0xee][0xcc]f[0xb3]Yv[0x93]e[0x93]sr[0xe7][0xdd][0xf7][0xde][0xbd][0xf7][0xf3][0xee][0xb7][0xf7][0x92]O[0xfe][0xf7][0xe1]u[0x0][0xeb]p]E:[0x80]v[0x1c]Ra[0x5][0xe0][0xc5][0xa1]:[0x84][0x90][0x91][0x19];[0x80],[0xe][0xb]{D[0xc5]X[0x0]u[0xee][0xda][0xd1]z|[0x19]_[0xa9][0xc7]WqL[0xc8][0xf3]*^[0x8][0xa0][0x11]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9a][0x90][0x97][0x2][0xdc][0xf5]u[0x19][0xbd],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbf]![0xa3]o[0x6][0xa0][0xe0]x=[0x82][0xf8][0x96][0x90]o[0xb][0xf9][0x8e][0x90]W[0x84][0xbc]*[0xe4]5[0xd9]|B[0xf6]}WF/[0x8b][0xd8][0xf7][0xc4][0xd6][0xf7]e[0xee]u!o[0x8]yS[0xc8][0xf][0x84][0xfc]P[0xc5][[0xb5]x[[0xc5]I[0x15][0xa7][0x14][0x4][0xfa]S[0xf1][0x9d]z[0xe4][0xa0][0x1e]7[0x14]h}[0xc9][0xa4]amI[0xe8][0x99][0x8c][0x91]Q[0xa0]rm[0xe8]h[0x9a][0xb][0xea][0xe8][0xfe]CY#[0xcb][0xd1][0xc2][0xfe][0x3][0xfa]a=[0x9c][0xb5][0xcd]D[0xb8][0xdf][0xcc][0xd8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0x6][0xcd]xR[0xb7][0xb3][0x16][0x97][0x1f]/Z[0xee][0xed]OY[0xf1]p*[0x9d][0xe9]:[0x10]N[0xeb]c[0xe1]D*[0x1e]7[0x93][0xf1][0xb0][0x99][0xb4][\r]+[0xa9]'[0xc2][0x8f]dc1[0xc3][0xe2][0x14]m[0xb5]Nc[0xe9][0xd9]D[0xc5]5[0xa3][0xfb]c[0x87]"I[0x5]M[0xae][0xd6][0x84]N[0xc9]A[v[0x8b][0xd9][0xd1][0xfd][0x91][0x14][0xd5][0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x96]1[0xb3]S[0x1f][0xdb][0xe2][0xee][0x11]u[0xbd]f[0xd2][0xb4]7)[0xe8][0xc][0xba][0xdb]3q" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3[0x1c][0xb3][0xf4]Q[0xe3]H[0xca]:H$[0xc9]h[0xc2][0xe8][0xb9][0xd5]T[0xdb]n[0x5][0xbe]-[0xa9]([0x8f][0xd7][0xd8]o&[0x8d][0x81][0xec][0xe8][0xb0]a[\r][0xe9][0xc3][0x9]C[0xa0][0xa5]"zb[0xb7]n[0x99][0xc2][0xe7]&}[0xf6][0x88]I[0xff]u[0xdc][0xce][0xe1][0x5][0xe0][0xb0][0x3]A[0xc1]=[0xb3][0xe0]c[0x94]"[0xba]m[0xc4]S[0xd6][0xd1][0x1].)[0xf0][0xc7][0x12][0xd9][0xcc][0x88][0x82][0xd6]`y'P[0xdc][0xb0][0xdc][0x93][0xb8].[0xad][0xb3]G[0xac][0xd4][0x11][0x17][0xee][0xe2][0x82]3[0xf]MM[0xf7]H[0xd4][0x8d]L[0xc6]I[0xc]51[0x95][0x9][0xeb]o7[0xa0]"&[0xa0]s[0x1a]6g[0xfa][0x92][0xc][0x98][0xd2]G$i[0xc6]Z[0xc1]C[0xd5][0xa6][0x88][0x82][0xfa][0xa8][0x91][0xb1]M[0xe6][0x9e][0x99][0xe2][0x91]V[0xcc]y~[0x5][\r][0x83]6[0xa5][0xb7][0xeb]i'R*~[0xe4][0xd4][0xc1][,G[0x15]?V[0xf1][0xe][0xeb]Z[0xc1][0x2]33d[0xe9][0x11]ckR6E[0x15]x[0x83]m[0xfb][0x9c][0xe9]G[0x8d][0xe1]l[0x97]}[\r][0xeb][0xb1]A[0xc3][0x19][0xbc][0xab][0xe2]'[0x1a][0xe][0xe0][0xa0][0xc6]V[0xdf][0xa5][0xe0][0x8e][0xe9][0x9e][0xb6][0xd9][0xb2][0xf4][0xa3][0xd2][0xd8]4[0x84][0xd1][0xa9][0xe2][0xa7][0x1a]~[0x86][0xf7][0x98]G[0x1a][0xce][0xe2])[\r][0xef][0xe3][0x9c][0x82][\r][0xd5]%[0xb4][0x86][0x9f][0x8b][0xc9]_[0xe0][0xbc][0x86][0xb]2J`T[0xc3]E[0xfc]R[0xc3][0xaf][0xf0]k[\r][0x97]0[0xae][0xe1]7[0xf8][0xad][0x86]a[0xc4]5<+$"$*[0xc4][0x10][0x12][0x13][0xf2][0x1]Nk[0xb8],[0x9b]7bB[0xc3][0x15]\[0xd5]0)[0xec][0x87]B[0xae][0x9][0xf9]H[0xc8][0xc7][0x18]Wp[0xdf][0x1c]5[0xa3][0x80]wF[0xfb]m[0x1c][0x88]W[0xc4]t>[0xec][0x18]>`D[0x18][0xfe][0xa6]i[0xf][0xf6]QF[0xb7]%?[0x17][0x16][0xe7][0xcd][0x94][0xa7]g[0xa6][0xa5][0x93]s[0xcc][0xc3]Z[0xa6][0x94]s5q[0xdb][0x8c][0xa4]s&[0x99]<[0x8d]ES[0xac][0xb7][0x99][0x97][0x11]u[0x98]y[0xeb]K[0xa6]t[0xcc]@%]oD[0xcf][0xc]8I[0xeb]K:[0x9f][0x99])[0xee][0x1e][0xa9][0xc7][0xad][0x81]mN/[0xd5]8[0xda]:[0x16]1[0xd2]n[0x1f]Z:caC[\r]p[0xe3][0xf6][0xa9][0x9e]*L[0xbe]>[0x16][0xcd]@[0xc3][0xfe]$[0xd7]A:koN[0xb0][0xe6][0x9a][0x82]Ek[0xe2][0xe]1[0xef][0xb6][0xe4][0x8d]ekk[0xae][0xa6][0x1c][0xd0]#[0x11][0xc2]i[0xed][0xec][0xec]d[0x1f].w[0xcc][0xae]E[0xda][0x81]?[0x92]0tkZ[0xdf][0x3][0xa2][0xef][0xc5]Rm[0xa7][0x1a][0xb][0xb7][0xd5][0xbd]f[0xf8][0xc8][0xab]G[0xd9]d[0x17][0x7]o[\r][0x9f][0xf4][0xf3])[0xb4][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xda])f]![0xd3]U[0xc8][0xac]/d6tvb[0x5]_l[0xed][0xac][0x8e] [0x1f]^M[0xd2][0xe]8~[0x80][0xcf]C[0xf][0x1e]$[0xcf][0xce][0xe1][0x8c][0xd9]S[0xf8]][0xca][0xb5][0x8d]x[0x88][0xf4][0xb3][0xe4]lJx[0xf9]][0x1d][0xba][0x2]O[0xe8][0x1a][0xbc]{[0xaf][0xc0]w[0x19][0xfe]Ph[0x2]5[0x13]P/[0xa3][0x96][0xb3]u[0x9c][\r]\F[0xfd][0xb8][0xa3][0xa7][0x9b]t[0x9][0xfc][0xa4][[0xe1][0xc3]#|[0xe7]m[0xc3][0xdd][0xf8][0x2]V[0xe1]1[0xf4]pv[0xb9][0xab][0x11][0xbd][0xf8][0x1c][0xe0][0x8c]6[0xe1]a[0xda][0x93][0xd1][0xe7][0x89][0xc5][0xc3][0xd1]f[0xca]9[0x8][0x94]QG[0x1d]gn[0x84]>@[0xfd]$4[0x5][0xdb][0xd7]N[0xa2]A[0xc1]I[0xfc][0x9e][0x83][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "~[0x87][0xc6][0x81][0x8e][0x9],[0xec][0xf6][0x91].[0xea][0xf6][0x93]6u[0xd7][0x10][0xe0][0x1d][0x1c][0xdd]9[0x81][0xc5][0xfc],[0xe9]V[0x9b][0xd5][0xab]X[0xba][0xa1]vq[0xed]y[0xc7][0xea][0xf3]p[0x4][0xa7][0x9c]{[0x8d][0x83][0x17][0x18][0xe2]o[0x84][0xbf]V{sM[0xb3][0xbf][0xd9]7[0x89][0xbb]|8[0x87]'[0xf2]l[0xb3][0xb0][0xbd]y[0xf6]na;[0xf2][0xec]=[0xc2][0xde][0x9b]g?#lc[0x9e]][0xe6][0x83][0xe0][0x9a][0xc0][0xbd][0xe7]n[0xf6][0x8a][0xb7][0xbc][0x8e][0xb7][0xf6][0xd1]_@?[0x96]a;Z0[0x80]6[0xec]`[0x94]vr[0xed]Izd[0x17]}7[0x88]4v[0xf3]9[0xbe][0x7]/`/^[0xa1][0xc4][0x9]<[0x8d]Sx[0x6][0xef]`?[0x1b][0xf1]s[0xec][0xbe][0xc3][0xb8]J[0xe4][0xd7][0xd8]_[0xff][0x8c][0x11]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xff][0xe0][0xd5] [0x1e][0xdf][0x85]Z[0xea][0xbd][0x80]-[0xf4][0xae][0x8f][0xda][0xcf][0xe2]Q[0x9e][0xd5]O[0x1b]g[0x18][0x9b].[0xd4][0xd0][0xca][0x9]Zy[0xc]*[0xe9]q[0xf4][0xe1]qJ,[0xc3]8[0x9e] *[0x89][0xd6][0x8d]|[0xb4]n[0x10][0xe3][0x0]c[0xb3][0x83][0xe3][0x1e][0xd4][0xfd][0x17][0x1][0x15];o[0xd2]h[0x9d][0x8a]'U[0xec]"[0xa7]bP[0xc5][0x90][0x8a]/:[0x94][0xd9][0x8d][0x5][0xf2]S[0x93][0x81][0xf4][0xb8][0xbb] [0xcd]z[0xf][0x9e][0xca][0xa5][0xd9]Z~%[0x1]<[0xbe][0x8b][0xf9][0x14][0xaa]qf[0x92][0xce][0x1]4w5[0x7]B[0xa1][0xb][0xe6][0x96][0xcc][0x94][0x94][0xdc]W[0x81][0xe4]XI[0xc9]/U y[0xac][0xa4][0xe4][0xd3][0x15]H[0xbe]TR[0xf2][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0x8f][0x97][0x94]|[0x96]i1U[0xc2]*[0x83][0xe][0xb4]^C[0xe3]^[0x16]Q[0xed]U[0xdc][0xd7][0xbe][0xd6]M[0xc3][0xe5]W[0xb0]b@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xab]c[0x12]+=[0xd8]3][0xc0][0xb][0x9c][0xb0][0xbf][0x8a][0xbb][0xf0][0x1a]S[0xe7][0x84]c#[0xe4][0xea][0xc9][0xa7]B[0xab][0x93]<[0x8a]3z[0x8e][0x9][0xe5][0xe1]n[\r][0xba][0x93]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3]q[0x16][0x4]-[0x95]"x[0x9d]:[0xdf] [0x82]7[0xab]@[0x10][0x99][\r]Ak[0xa5][0x8][0xde][0xa6][0xce][0x93]Dp[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4][0xd1][0xd9][0x10][0xac][0xaa][0x14][0xc1]i[0xea]BC[0xc4].[0xff]V[0xc][0xe1]~[0x4][0xfe][0xf]PK[0x7][0x8][0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.class[0xa5]R[0xcd]N[0x2]1[0x18][0x9c][0x2][0xb2][0x88][0xab][0x8][0xe2][0xdf][0xcd][0x83][0x7][0x90][0xc4][0x1e][0xf4][0xe6]_"[0xd1]h[0xb2]z[0xc1]p[0xd0]S[0x81]f-[0xa9]][0xd2][0xdd]5[0xf8]Vz2[0xf1][0xe0][0x3][0xf8]P[0xc6][0xaf][0xab][0x89][0x6][0xb9][0x18][0x9b][0xf4]k;[0xdf][0xcc]d[0x9a][0xf6][0xed][0xfd][0xe5][0x15][0xc0][0xe][0xd6][0xca]([0xa0][0xe6][0xca][0x92][0x87]e[0xf]+[0xc][0xc5]}eTr[0xc8][0x90]o4[0xbb][0xc][0x85]v4[0x90][0xc][0x95]@[0x19]y[0x99][0xde][0xf5][0xa4][0xbd][0x12]=MH-[0x88][0xfa]Bw[0x85]U[0xee][0xfc][0x5][0x16][0x92][[0x15]3T;[0xb2][0x9f]Z[0x95]<\[0x8]#BiO[0xc6][0xc][0xfe][0xb9]1[0xd2][0xb6][0xb5][0x88]cI[0x94][0xa3] [0xb2]![0x8f]F[0xf1][0xee][0x90][0x8f][0xc4][0x98][0xeb]([0xc][0x95][0x9][0xb9]2[0x89][0xb4]Fh~[0x9c][0x9a][0x81][0x96]gR[0x8f][0xa4][0xdd][0xfc][0xe5][0xb7]G[0x91]B[0x99]dv[0xed][0x88]4[0xe3][0x84][0xa1][0xde]h[0xde][0x4]Cq/[0xb8][0x16]d[0x95]5[0x89]X[0xee]D[0xa9][0xed][0xcb]S[0xe5][0x12]V[0xfa]n;[0xb2][0x8f][0x19][0x14]},[0xa0][0xe2]a[0x95][0xe1][0xe0]_[0xb9][0x18][0xd6][0xbf][0x3]Lt[0x19]Z[0xf0][0xc6][0x6][0xf2][0xf4].n[0xe4]hRF0x[0xb4][0xe3][0xb4]2[0x87]l=[0x83]=e[0xed][0x12][0xd5]b[0x6]v1K[0xd5][0xff]$[0xa0][0x8c]yZ[0x99][0xbb][0xdb][0x14]q[0xee]qB|=E[0x9c][0xc3]bV[0xab][0x84][0x83]0[0xfa][0x17][0xa8]c[0xe][0xa5][0xf]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/internal/BundleHelper.class[0xa5]U]O[0xdb]V[0x18]~[0xe]qpb[0xdc][0x2][0x81]}[0x84].%[0xac][0xb4]M[0x8][0x8d][0xcb][0xc7]6J[0x80]2R`[0x88][0xa4]U[0x95][0xad]R[0xb5]+c[0xe][0xc1][0xd4][0xd8][0x91][0xe3]l[0xec]~[0xda][0xf][0x99]4qK[[0xa9][0x9d]6[0xad][0xb7][0x95]v[0xbf][0xff]2MS[0xdb][0xc7]N[0xf8][0xd8](HU/|[0x8e][0xcf][0xfb]>[0xef]s[0x9e][0xf7]#[0xce][0x9f][0xaf]~{[0x1]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "+[0x1a]z1[0x91][0xc4]EL[0x86][0xcb][0x94][0x6][0x15][0xd3][0x1a][0x92][0xf8]L[0xc5][0xe7]*[0xbe][0x8][0xcf][0x13]*f[0x12][0xb8][0xa5]bVC[0xf]J*[0xe6]T[0xcc][0xab]X[0x10][0xe8][0xaf]I[0xab][0xe5][0xdb][0xc1][0xf]U[0xd3]5[0xeb][0xd2]_[0xde][0x13][0xd0][0xd7]\W[0xfa]e[0xc7]l6eS[0xa0][0xb7][0xf9]_[0x88][0xc0][0xed][0x8a][0xe7][0xd7][\r][0xaf][0xd1][0x9c][0xde]1[0x1a][0xe6][0x9e][0xe1]x[0xf5][0xba][0xed][0xd6][\r][0xdb][\r][0xa4][0xef][0x9a][0x8e][0xb1][0xd4]r7[0x1d][0xf9][0x95]t[0x1a][0xd2][0x1f]=uC[0x89][0x9c]u[0x19][0xb4]AU[0x19]l{[0x9b][0x2]C[0x95][0x1d][0xf3];[0xd3]pL[0xf2][0xf8]r[0xcb][0x91]V`[0xb4]}[0x84]w[0xcf][0xd9][0xae][0x1d]Pn,[0x97] [0xa0][0x94][0xbd]MI[0x92][0x8a][0xed][0xca][0xbb][0xad][0xdd][\r][0xe9]mn8[0xb4][0xa4]*[0x9e]e:[0xf]L[0xdf][0xe][0xcf][0x1d][0xa3][0x12]l[0xdb]L[0xe3][0xc6][0xbb][0x88][0xee]H,[0x9b][0x8e]#[0xfd][0xb6]C`&[0xd7][0xa6]h[0xd6]mc[0xcb]7w[0xe5][0xf7][0x9e][0xff][0xa8][0x13]V[0xca][0x9f][0xe3]c[0x2][0x1b][0x1d][0x8e]K[0xe7][0xc2][0x84][0xcd]gM a[0x85][0xc5]/[0x7]lF[0xea][0xdb][0x13][0x85][0x89]zB\[0x92][0x15]=TuaSn[0x99]-'8:[0xd7][0x2][0xd3]zT5[0x1b]Q[0xfa]*FU[0xdc][0xe6]$[0x90]t[0xce]r[0xe][0xcb][0xb8][0x1b]l[0xab]X[0xe4][0x1c][0x8]h5[0xaf][0xe5][r[0xc5][0xe][0x83][0xfb]O[0x16][0xa1][0x18]^[0xac][0xe3]C|[0xa4]c[0x10][0x1f][0xe8]Ha@[0xc7][0x97]X[0xd2]q[0xb]e[0x81][0x81]ca[0xcb]{[0x96]l[0x4][0xb6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcc][0xbf][0xd7]l[0x8]d[0xdf]R[0xa0][0x95][0xc3][0xb7]o[0x2][0xdb]a[0xfa]G[0xd3][0xc3]6[0xfd][0xaf]::[0xee]`Y`[0xf8][0xd8]|[0xd7][0xab][0xb5][0xac][0xed][0xf6],[0x9d][0xd0]Yx[0x7][0x9d][0x2]}[0xc7]|[0xf7]6v8[0x9c][0x2][0xe9]3;)[0xf0][0xf1]Y[0xc3][0xdc][0x99][0xab][0xa8][0xbd][0x1e][0xaf][0xda]#[0xd1]`.[0xff][0xb6]&[0x17]s[0xa7][0x8c][0xe7][0xf]YX[0x96][0xc3][[0x16]O[0x6][0xd7][0x2][0x9f][0xa9][0x95]N_[0x92]?[0xfb]G[0x87][0x9]~Lz[0xf9][0x85][0xe9][0xc2]P[0xd8]x[0xbe][\r][0x85]S[0xc0]=F[0x1b][0x87][0x2]L3[0xfa][0x2]qf[0xb9][0xc7][0xc7][0x9e]C<[0x8e][0x2][0xd2]\5[0xee][0xc0]'P[0x90]a [0xa0][0xb7]A[0xb8]D[0x1b][0xf8]u[0xca][0xe0]r[0x9b]@[0xa4][0x88][0x8c][0xd3][0xb6][0xfa][0x4]]/Is[0xf0][0x4][0xb1]gP*[0xa2][0x1a]_[0xc8][0x14]^[0xfc][0x8c]B!3[0xf9]+[0xe2][0xb3]JZ[0x89][0xfc][0xe3]/[0x91]L+[0xd5]}[0xe8]ie[0xfc][0x17]t[0xa7][0x95][0x83][0x1f]cb[0xff][0xf5]_[0xfb][0x8c][0x1a];[0xa0][0xbe][0x4][0xae]s[0xc][0xba][0x91][0xc3]l[0xb4][0x97]8[0xb5][0xe1][0x1e][0x8b][0xa4]-[0xa1][0x8f][0xeb]$[0xcf]SD[0xce]0[0xcb]y[0xf4]c[0x81][0xbe]E[0x8c][0x10]y[\r]eF.c[0x1c][0xab]D[0xad][0x11][0xb1]N[0x86][0x5]z[0xee][0x93][0xe5][0x1e]=[0xb5]([0xa5]i[0xca][0x1e][0xe1][0xdb]0[0xb2]Ls[0x0]E[0x9e]>[0xe5][0x1d][0xbd][0x8c][0xba][0x82]Q[0xa6][0xd7][0x8f][0x9b][0xb8]JoX[0x8a]U[0xf2]f[0xb9]_[0xe7]3[0x8c]D[0xe2][0x15]4[0x15]9[0x15]y[0xf1]/[0x6][0xb9]%[0xff]A[0xe2]o[0xc4][0x97]T[0x8c][0x81][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x5][0xfe][0x89]BC[0x82]k[0xbf]C}[0xf8][0x1c][0x89][0xa7][0x88][0x89][0xf5]T2[0xa5])[0xa0][0xe7]a,[0xd5]S{[0x6]}=[0xca][0xfd])[0xba][0x1e]3Jgu[0xb3][0xb8][0xd0]I[0xf7]2[0xff][0x0]@9[0x1a][0xa5][0xe8]L,[0xc3][0xc4][0xb2][0xbc]d[0x4]7h)[0x1e]uG'z[\r]c[0x11][0x6][0x82]H[0x85]Q[0x81][0x81][0x10]d[0xc][0x8a]&-[0x9a]![0xd1][0x1c][0x9]"[0x13]f[0x9f][0x15][0x8d].[0x1a]C49[0xd1][0x1c][0x15][0x8d])[0x9a][0xbc]h[0xac][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x18][0x8e][0xe0][0x18]F[0xc2][0x18][0xc5]q[0x19][0xcf][0xc9]x^[0xc]_[0x8][0xe3][0x4]N[0xca]X[0x1c][0xc6])[0xbc]([0xa3]^F[0x83][0x8c][0xa5]2[0xe2]2[0x96][0xcb]X![0xe3][0xb4][0x8c][0x97][0xc2]tY[0xac]x%[0x88]3[0x12][0xfc][0xbd][0xdd][0xcd][0x89]V[0x9]R[0xbb][0x84][0xaa][0x84][0xa1][0xe7]-U[0xb7]v[0xab][0x99][0x82]V[0xc9][0xd0][0xc1][0x5][0x9b][[vm[0x11][0x86]$[0xc1][0xd7][0xde][0xd9][0xd6]%[0xc6][0x15][0x1c][0xef]i[0xee][0xee][0x14][0xe3]J.j[0xed][0xee][0xee][0xea][0x16][0x86][0x8f]F[sos[0x87]0[0xfc]\[0xd5][0xd9][0xd5][0xd9]*[0xc6][0x1]~[0xc8]h[0xc3]ZF[0x82][0x9c]=[0xdc]W[0xd0][0xfb]3[0x9a][0x84]y[0x1d][0x86][0x99][0x8a][0x1b][0xf9]T:>`[0xaa]Y[0xed][0x98]a[0x1e][0x89][0xb7][0xd8][0x1f][0xd7]K[0xa8][0xce][0x1e]N[0xaa][0x96][0x96]2[0xcc][0xd1]N~[0x94][0x10][0xed][0x18]R[0x87][0xd5]xF[0xd5]S[0xf1][0x1e][0xcb]L[0xeb])[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "q[0x95][0xa1][[0xda][0x88]%aa[0x11]/[0x97]_9[0x14][0xcf][0xa9]#[0xf1][0x8c][0x91]JqU|[0x87]:[0x92]([0xae][0xa1]C`CZO[[0x1b]%,[0xab][0xbb][0x7][0xfd][0xdd]T[0xf5][0xbb][0xb9][0x9f][0x84][0xd1][0xcf]@ft[0xa4]u[0xad][0xb3][0x90][0xed][0xd3][0xcc]^[0xb5]/c[0x87]f$[0xd5][0xcc]n[0xd5]L[0xb][0xdb][0x99][0xf4]Y[0x83][0xe9][0xbc][0x84][0xc7][0xcb]D[0x95]fD[0xa6][0xae]f[0xe2][0x9b][0xb5][0x1][0xb5][0x90][0xb1]z4s8[0x9d][0xd4]:[0xc][0xb1][0xad][0xc0][0x9d][0x1c])[0x13]sP[0x9d][0xce][0xf7][0x9a]jRk[0xd5][0x5]G[0xbf][0x84][0xca][0xba][0xfa]},^[0x8f][0xa5]&[0x8f]lWs[0xe]5[0x97]m[0xd6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9][0xd2][0xb2][0xaa]t~[0x8f]j[0xea]n[0xbb]][0x1f]0J6[0x1d]ZM[0xd3]0[0xdd][0x13]m[0xaa][0xa5]fJ[0x13]~K[0xf0]J[0x88][0xd5][0xdd][0x9d][0x1b][0xd7]L[0xef][0xa0]i[0x1c][0x13].v[0xc2][0x82]Y-[0x9f]WSt[0x93]X[0x9f]Y[0x9e][0xeb][0x8][0xdd]/b[0xe5][0xa6][0xd3][0xc][0xc9][0xcc]2s[0xc7][0x18]+[0xe7]5[0x11][0x12][0xfb][0x1][0x11][0x89][0x84]HJ[0xb3][0x98][0x9e][0x8e][0xa2][0x90][0xb8]s[0xca]6[0x92]w[0xcf][0xcd][0xf2][0x8][0xce][0x8e][0x83][0x9e][0xc5][0x4][0xce][0xac][0xab][0xf7][0x92]Q[0xc0](X[0xb9][0x82]%[0xf2]m[0xe8][0xc3][0x9a]i9[0x80]![[0xb5]E[0xd7]*[0x82][0x8c]KI[0xc2]"B[0xfd][0xf][0xc1][0xc9][0x1b][0x92][0x19]Gr[0xc][0x99][0xc1][0x84]{[0x8c][0x82][0x99][0xd4][0xda][0xd2][0xa2]R[0xb3][0xef][0xaa]~[0x93][0x8]O[0xc1][0x6]$%[0xd4]N[0x85][0xaf]`[0x1d][0xd6]+X[0x8d]'[0x14][0xac][0xc1]Z[0x5][0xab][0xb0][0x84][0xd2][0x9e][0xae][0xe2][0x14][0xb4][0xa2]M[0xc1]At*xZ[0x8c][0xb6][0x8a][0xa6]]4[0xdb]D[0xd3]![0x9a]C[0xd8][0x17][0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^[0xc3][0xeb]A[0xbc][0xa1][0xe0]M[0x1c][0x8][0xe2]-[0x5]o[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xf6][0xb3]l[0x7]k[0xd7][0xd5]*8+[0xd6][0xbd][0xa3][0xe0]][0xbc][0x17][0xc4][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc0][0x87][0xdc]zW[[0x9b][0x84][0xa5][0xc][0xac][0xc9][0xe][0xac][0x89][0x81]59[0x81]5[0xdd][0x9d][0x3];[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc2][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xc1][0x1][0x9][\r][0xde][j;[0x9a][0xd4][0xdb]S[0xba]![0xca][0xc8][0xac][0xd0]5[0xa5]Q15[0xae][0x12][0x8f][0xe6]-[0x8d][0x9a][0xaa]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x12]L[0x1b][0xf1][0x1d]t[0xb1]XM[0xcd][0xb2]Hs[0xca]^[0x5]<[0xee][0xac]{[0xcf]h[0xb6][0xcf][0xc8][0xa4][0x93]E%[0xdc][0xef][0x1]B[0x99][0xe6][0x84]E[0xb1][0xd9]}F[0xbf][0xb3]n[0xa2][0xde][0x89][0x97]+z[0xf1][0xc4][0xf6][0x16][0xcf][0xd4][0x83]u[0x9e]a[0x9][0xb1][0xd4]L[0x16]+[0xb5][0xaa][0x1d]-[0xa8][0x99][0xfc]$[0xb5]w[0xf5][\r]iIk[0xbd][0xb8][\r][0xc4]9[0xd9]a[0x1a]9[0xca]xT[0xc2][0x9a]{[0x1f][0xd8];[0xa7][0xc4][0xeb]T[0xf8]8[0xc8]b[0x1][0x1f][0x9e]E[0xbc][0xc4]#[0x98][0x8b][0xc5]X[0xc2]g[0xe1]1[0xf1][0x8][0xa0][0x8e]v[0xbd][0xcb][0x8e][0xd1]np[0xd9][0x8d][0xb4][0x97][0xba][0xec]&[0xda]q[0x97][0xbd][0x8c][0xf6]r[0x97][0xfd]8[0xed][0x15].{%BB[0xce][0xf6][0x98][0x2][0xb7]{j[0xdc][0xee][0xa9]z[0xf6]3[0xf9][0xbb][0x1]O[0xd2]c#G[0x83][0xa8][0x84]xl[0xe6][0xc6][0xae]A[0x8a][0xfd][0x8c][0x8a][0xbd][0xd7]Py[0x15][0xbe]X[0xc3]U[0xf8]c[0x8d]W[0x11][0xb8]d[0xfb]>[0xc5]v6[0xfc]l[0xd7][0xc2][0xc7](f[0x10]m&[0xf1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x10]k[0x13]gk[0x8b](hF[0x8b]x[0x5]9J[0x90]][0xb2]G[0x9b][0xe9]S[0xc1]1[0x8f][0x8b][0xc3][0xda][0xcc]^|S.#[0xf8]9[0x82][0xbe]o[0xe1][0xab][0xbc] [0x1e]F[0x9b]'`[0xdb]d[0xe3]*[0xc5]u[0xe][0xee][0x16][0xf1]D[0xa2]"[0xbc]I[0xb8]?][0x82]k[0xb1][0xe1][0x81]*[0xc2][0xf9][0xce][0x97][0xc1]ku[0xe1]UM[0xc4][0x8b][0xd8]x[0xed][0x9e]x[0x81]rx[[0xa7][0xc2][0xdb][0xea][0x89][0xe7]/[0x87][0xd7]5[0x15][0xde]6O[0xbc]`9[0xbc][0xde][0xa9][0xf0]:<[0xf1][0xe4]rx{[0xa7][0xc2][0xdb][0x8e]N[0x7][0xef][0xa0]#[0xaa][0xea][0xd8][0x18]B[0xe7][0x10][0x8a]54^C[0xf8]R[0x9][0xb0][0xda][0xfe]z[0x8]A[0x97][0x80][0xaa]K[0x2][0xaa]fB[0xd6][0xda]d[0xd5][0xd8][0x81][0x9d][0x8c]p[0x8b][0xed]/Uq[0xb2][0xdb][0x93]*R[0x96]j[0x80]T[0x83][0xa4][0x1a][0x9a]>U[0x8f]'[0x95]R[0x96]J'U[0x8e]T[0xe6][0xf4][0xa9]z=[0xa9][0xaa][0xca]R[\r][0x93]j[0x84]T[0xc7][0xa7]O[0xb5][0xcb][0x93][0xaa][0xba],[0xd5][0x9]R[0x9d]"[0xd5][0xe9][0xe9]S[0xed][0xf6][0xa4][0x9a]Q[0x96][0xea][0xc][0xa9]^#[0xd5][0x1b][0xd3][0xa7][0xda][0x83]g[0x1c][0xaa]&[0xe7][0x82][0xf1]Q[0xd1]B[0xc8][0x15].![0x9f]u[0x9][0xd9][0xe7][0x0][0x87]([0xef]}[0x8e][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc7][0xd7][0x1f][0xbb][0x8e][0x9a][0xf1][0xdb]O[0xfc]'[0x2][0xbe][0xcb]>|[0xe8][0x2][0xf0][0xf3][0xb6][0x15][0xb7][0xab][0x84][0xfd]8[0xe0][0x0][0xc4]K[0x0]W[0x10][0xb8]8[0x89][0xfd][0xd3][0x9][0xce]E[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf1]G[0x84][0xe3][0xfc][0x3]-[0xb1][0xe5][0x4][0x9d][0xfd][0xb7][0x10][0xbd][0x8c][0xfb][0xc4][0xe8]'D%[0x8c][0xe1]~[0x9a][0xd1][0x99][0xc5]^[0xa0];3[0xb3][0x8a]}[0xc3][0x18]f7[0xde]B[0xb8][0x91][0xe3]1<0[0x9e][0xd9]%[0xdc] [0xf0][0x5]3[0xfb]%o[0xf1][0xf3][0x98][0x8f][0xaf][0xf8][0x12]}[0xcd]{[0xfc][0x1b][0xde][0xd2][0xdf][0xf1][0x1e][0xff][0x9e][0x81]\peT[0xcc]n`N[0xe][0x95][0xd2][0xf6][0x8f]s[0x89][0x9c][0x8c]>[0xc8][0xfa][0xce]9[0x87]p[0xe5][0x8f][0x8]~[0x8b][0xa3][0xd1][0xb9][0x8e][0xed][0xb3]m5:[0xcf][0xb1][0xfd][0xb6][0xbd]3[0xfa][0x90]c[0x7]l[0xbb]9[0xfa][0xb0]c[0x7]m{yt[0xbe]c[0xcb][0xb6][0xbd] [0xfa][0x88][0xb0]?[0x83][0x12][0xad]-~[0x88][0xd4][0x14]=[0x83][0x82]`|[0xd3]-[0xa8]a{[0x91][[0xbf][0xcc][0xd1][0x15]>Uc[0xdc][0xdc]u>[0xbf]7[0xb8][0xf1]_[0xb8][0xa9][0x9b][0xdc][0xf0][0xaf][0xbc][0xf7][0xe3][0xc6]~[0xa7][0x2]n[0xf1]>[0xfa][0x83]'[0xf7]6[0x8f][0xd4][0x9f][0xd4][0xfc]_[0xae]Z[0x9d][0xc4]a[0xbb][0xd0]b[0xf3][0x11][0x84]jf[0x88][0x9f][0xfb][0x82]T[0x1e][0x9d]T[0x8f][0xca][0xfb]&W[0xfe]o[0x8f][0xca][0xcb][0xbc][0xfd][0x92][0x93]n[0xe1][0x9a][0xe8][0x82][0xe8][0xdc][0xeb]X8[0x86]G[0xb7]M[0x94]`[0xf1][0x80][0xac]$[0xff]*>[0xc0][0xab]Kx[0x11][0x96][0xe3][0xb0]#[0xc3]~{[0xb5][0xf6][0x1f]PK[0x7][0x8]S-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.class[0x9d]R]O[0x13]A[0x14]=CK[0xb7]-[0xab][0x94]J[0xc1]O[0x14]EmQ[0xbb]b[0xe5][0x9]B[0x2][0xc4][0x1a][0x93]*&%<[0xf0]6[0xdd]N[0x97][0xa9][0xe3][0xc][0x99][0xdd]m[0xe4]_[0xe9][0x8b][0x12][0x1f][0xfc][0x1][0xfe]([0xe3][0xdd]mC[0xb0]mLt[0x93][0x9d];[0xf7][0xcc][0x9c]s[0xe7][0x9e][0xdc][0x9f][0xbf][0xbe][0xff][0x0][0xd0][0xc0][0xd3]"[0x1c][0xdc][0xca][0xe3]v[0x11]w[0xb0][0x92],w[0x8b][0xc8][0xe1][0x9e][0x83]U[0x7][0xf7][0x1d]<`[0xc8]mK-[0xa3][0x1d][0x86]L[0xb5]v[0xc4][0x90][0xdd]7][0xc1]0[0xdf][0x92]Z[0xbc][0x8b]?v[0x84]=[0xe4][0x1d]EH[0xb9]e|[0xae][0x8e][0xb8][0x95]I>[0x2][0xb3][0xd1][0x89][0xc][0x19][0xdc]7Z[0xb][0xbb][0xaf]x[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J7[[0xc6][0x6][0x9e]9[\r]_[0xf6][0xbd]S[0xfe][0xc9]S&[0x8][0xa4][0xe]<[0xa9]#a5W^[0x93]+[0xd5][0xe1][0xfe][0x87][0x96][0x9][0x9a][0xdc][0x8f][0x8c]=[[0xdb][0xd8][0xa2][0x17][0xd8]X3T[0xaa][0xb5]V[0x9f][0xf][0xb8][0xa7]8q[0xf6][0x8c]Q[0x82]k:][0xfc][0x3]?[0xe8][0xf4][0x85][0x1f][0x11]\h[0xcb]@[0xf3]([0xb6][0xf4][0x9c][0xd7][0x93][0x17][0x86]H([0xfc][0xd8][0xca][0xe8][0xcc]{o[0xe5]@*[0x11][0x88][0xee][0xae][0x1f]I[0xa3][0xb7][0xa7][0x94][0xda]![0xd5]b[0xdb][0xc4][0xd6][0x17]M[0x99]t[0xb9]<[0xf9][0xde]zB#[0x9b]^i_[0x99][0x90][0x9a]{+[0xa2][0x13][0xd3]u[0xb0][0xe6][0xe2]![0x1e][0xb9]([0xa0][0xc8][0xf0][0x8c]|[0xa8][0xa7]>[0xd4][0xc9][0x87][0xfa][0xc8][0x87]z[0x1c][0x8a][0xbd][0xb8][0xd7][0x13][0x96][0x92]Tr[0xa8][0xee][0xe0][0xb1][0x8b]*j.[0xd6][0xf1][0xc4][0xc5][0x2][0xca][0xc][0x8d][0xff]p[0x92][0xa1]4n[0x3][0xc3][0xca][0xdf]}`[0xd8][0xf8][0xe7]J[0xc]s2[0xbc]h$[0x1d][0xa0]c[0x86][0x85][0x9]C[0xc9][0xcd]@D[0x17]I[0xa5]z[0xc9][0xf3]v[0x94]p[0xb7][0x12][0xa2]3[0xe0]*[0x16][0x7]=[0x86][0xa5][0xea][0xf1][0xb4][0x11][0xc0]s[0x1a]][0x7][0xc]y[0x9a][0xed][0xc][0xfd][0xe4]1es[0xb4][0xf3](2[0x8a][0xb3][0xeb][0xdf][0xc0][0xbe][0xd0]f[0x6].[0xad][0xb9][0x14]|[0x81]+[0xb4][0xba][0xc3][0xb][0xb8][0x8a][0x12]E[0x96][0xd8];"7F[0xe4]By[0xe6][0x1c][0x99]sd?[0x8f][0x9]l^[0x12]([0xc][0x5]J[0xbb]$pm[0xa2][0xfa]W[0xcc][0x8e][0x93][0xa7]U[0xcf]b1[0xbd]U[0xc1]R[0x1a][0x97]q=Eo[0xe0]&[0xe6]i[0x97][0xb4][0x95]C[0xf2][0xe5][0x3]PK[0x7][0x8][0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.class[0x95]T[0xdf]O[0xd3]P[0x14][0xfe].[0x1b][0xeb]([0x1d][0xc][0xe4][0x87][0x82][0xa0] [0xca][0x6][0xb2][0x82][0xe0][0xcf]![0x9]`[0x96][0x98][0xc]$[0x99]Y[0x2]/[0xe6][0xae][0xbb][0xab][0x85][0xd2][0x92][0xdb][0x16][0xe1]O[0xf1][0xe0][0x1]_d[0x91][0xc4][0xf8][0xe4][0x83][0x94][0xf1][0xb4][0x1b]0[0x82]J[0xe8][0xc3]=[0xb7][0xf7][0x9c][0xf3]}[0xdf]9[0xf7][0xb4][0xbf]~[0xfb][0xe]`[0x1e]K*[0xd2][0x98]P[0xd1][0x8d][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e][0xa9][0x88]aRAFE;&Ud1[0xa5]`ZE2[0x8c]x[0x8c][0x19][0x5]9[0x15][0x9d][0xd0][0x93][0x98][\r][0xed][0x9c][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x19][0xb4][0xb7][0x8e]#[0xe4][0xaa][0xcd]=Ox[0xc][0x89]E[0xcb][0xb1][0xfc]%[0x86]X&[f[0x88][0xaf][0xba]U[0xc1][0xd0]][0xb4][0x1c][0xb1][0x1e][0xec]V[0x84]|[0xcf]+6[0x9d][0xf4][0x16]][0x83][0xdb]e.[0xad][0xf0][0xbd]y[0x18][0xf7]?Z[0x84]1_t[0xa5][0xa9][0xbb]{[0xde][0xc2][0xb6][0xbe][0xc7][0xf]t[0xdb]5M[0xcb]1u[0xcb][0xf1][0x85]t[0xb8][0xad][0x17][0xb8]mW[0xb8][0xb1]St[0xcd][0x2]7|W[0x1e][0xe6][0x19]z[0xc])[0xb8]/Z|[0xc][0x1b][0x99][0x6][0x94]gZzM[0xf2]][0xf1][0xc9][0x95];[0xfa]J[0xe0]Tm[0x91]/n[0xf3]}[0xae][0xdb][0x9c][0x90]K[0xbe]$[0x82]|[0xf6][0x1f][0xc4][0x1b][0xfc][0x80][0xe0]L![0x89]&Q[0x89][0xb2][0x19][0x86][0xff][0x3]Mm1H[0x8b]I[0xca][0xd6][0xc9][0x15][0x96]{[0x85][0x8c]!U[0xf2]I[0xe8][0x1a][0xdf]k[0x96][0xdf]iy+A[0xad]&Bw[0xd4][0xc0]-[0x6][0xb5][0xe4][0x6][0xd2][0x10][0x5]+[0xc][0x18][0xbc]Zx.[0xc4][0xd5][0xd0][0x8b][[0x1a][0xee]c[0x8c]a[0xfa][0x9a][0xde][0x9d]3[0x10]F[0x98][0xb7][0xc0]0{M[0xca][0x1b]Q[0xe3][0x81][0xed][0x97][0x84][0xdc][0xb7][0xc]Ay[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]jx[0x86][0xe7]tU7[0xbe][0xa9][0x9][0x9a][0x9c][0x17][0x1a]^[0xe2][0x15]][0xd9]ESV\[0xd7][0x16][0xdc][0xd1][0x90][0xf][0x8b][0x98]![0xd8]\[0x4][0x9b]#[0xd8]\[0x13]6[0x17]x[0xa2]U[0xfe][0x19][0xb8][0x86]E[0xbc]f[0x98][0xbb][0xb1][0x16][0x86][0xf4][0x85][0x82]w[0x95]ma[0xf8][0xd4][0x8d][0x1b][0xce]L[0xf9][0x12]J[0xe9][0xd0][0xf3][0xc5].][0xb8])[0xa8]aF -[0xff]p[0x8d];[0x9c][0x86][0x87]a$[0x93]m[0x5][0xb8][0xec][0xa6][0x81][0x18][0x8d][0x9c]^[0xf3]\_6[0xc][0xe1]y[0xab][0xae][0xe3]K[0xd7][0xb6]C[0x0][0xad][0xea]nHk[0x9f][0x86][0xc1][0x14]U[0x86][0x85]L[0xf1]r[0xc6][0x85]s[0xd9][0xf0]-[0xd7][0xc9][0xb7][0xf2]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]g[0xb3][0xd2]hv[0x99][0xdb][0x1]M[0x95]JR[0x9b][0xed]g[0xe8][0xcf][0xfc][0xa5][0xc4]-[0x8c][0xd1]O"[0x8d][0xf0][0x89][0x81][0x85][0xd3]Fk[0x1f][0xbd][0xe9]d[0x19][0xd9][0xf6][0xa9][0x13][0xb0]/[0xb4]iC?[0xad][0x89][0xe8]p[0x14][0x3][0xb4]j[0x8d][0x0][0xc][0xe2]6[0xd9][0xe][0xdc][0xc1]P3[0xf9][0x3][0xe2][0x14][0xf][0xc][0xd5][0xd1][0xf6][0x19][0xa9]S[0xc4]6[0xa7][0xa6]O[0x10]?>E{[0xb4]K[0x1c]G[0x84]!b[0x17]Y`[0x9c][0x90]'HH&B[0x1e]hdc[0x18]w#iC[0x18]!N[0x86]{[\r][0x99]i[0xa8][0xe1]'[0xd1]$+D[0xc1][0xc0]H[0x1d][0xca]O[0xf4][0x9d]"[0xb9]y[0x82][0x8e]:[0xd4][0x1f][0xe8][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xa8]7UG[0xd7][0xd1]y[0x5][\r][0xbe][0x1c][0xf1][0xcd][0x92][0xf2][0xc5]3[0xcc]Ar[0x8f]GA[0xf][0xd0]CV%[0xf4]d[0x84][0x9b][0xfc][0x3]PK[0x7][0x8][0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/logging/internal/TrackingLogger.class[0x9d][0x96][0xdd]S[0x1b]U[0x18][0xc6][0xdf]C[0x2][0x81][0xb0][0xb4][0x85]R,[0xc5]J[0xab][0xad]M[0x96][0x8f][0xa0]E[0xad][0x92][0xb6][0xca]wl[0xa0][0xb4] H[[0xa5][0x9b]d[0x13][0x16][0x92],[0xdd]l[0x80]V[0xad][0xce][0xe8][0x85][0xe3][0x8c]7:^8^[0xaa][0xa3][0x8e]^[0xe8][0x8c][0xd8]Ag[0xbc][0xf4][0xc2]?[0xca][0xf1]y[0xcf]n[0x3][0xba][0x9b]4[0xe5]"[0xcf][0x9e][0x9c][0xf3][0x9e][0xdf][0xf3][0x9e][0x8f]=g[0xff][0xfe][0xe7][0xf7]?[0x89][0xe8]<[0xdd][0xf][0xd3][0xd3][0xb4][0xd4]B[0xa7][0xe9]M[0x96]e[0x96][0x1b]a[0xc8]M.[0xdd]j[0xa5]g[0xe8]-[0x96][0xb7]YVXn[0xb3]h,)[0x96]4K[0x86]Eg[0xc9][0xb2][0xe4]XVY[0xc][0x96]5[0x96]u[0x96][0xb6]`i[0xe9]u[0xd4]T[0x86][0x19][0xaa],L[0xf3][0xde]T7=[0x9c][0xd3][0xa0]3[0x5][0x87][0x8c][0x12]w[0xd4]'[0x8a][0xec][0x96][0x11][0x14][0x88]Do[0xc8][0xea]q=U[0xce]U[0xaa][0xdb][0x8c][0xd2][0x92]f[0x15][0xf7][0xff]O[0x14][0xb3]f[0xe5]?:LX[0x96]i[0xed][0xaf][0x98][0xd4]l-_[0xa9]h[0xb4][0xd9]G[0x90][0x1a][0xf1][0x99][0xc2][0xbd][0x9a][0x85]U[0xcb][0xdc][0xe2].r[0xaa]B[0x5][0xbd]T[0xd2]r[0xe8]&lA[0xc7]|[0xe3][0x80][0xce]p[0xae][0x18][0x9c][0x81][0x94][0xac][0x2][0x6][0xb7][0x85]\Q[0xaf]sJxf9[0x13]A[0xf1]z[0xad][0xfd][0xd7][0xad]5[0xa7][0xdb][0x98][0xdd][0xa4][0xbe][0xa9][0xe7][0xe5]D%[0x90] [0xea]f[0xb1][0xea][0x82]:#Q[0xbf]m[0xdc][0xa8]e2<[0xfc][0xfe][0xfa][0xb7][0x18]{[0xb5][0xcd][0xdb]X[0xce][0x19]m[0xc3][0xdd][0x5]!K/[0x98][0x9b][0xee][0x2]q;|[0xd1]s[0xcc][0xc4][0xf2]ocj[0xce]Dj[0xbc]}n[0x14][0xbf]+[0xf3]f[0xd9]J[0xeb][0x93][0x6]3[0x8f][0xfe]w[0xcb][0xc]r[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][0xd0]u[0x85][0xfa][0xe9][0x9c]B[0xcf][0xb2]D([0xaa][0xd0],]UH[0xa5]>[0x85].[0xd0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbd][0xc2]2[0xc2][0x12]g[0xb9][0xc8]r[0x89][0xe5]2[0xbd][0xaa][0xd0]8[0xcb][0x4][0xcb]$[0xcb][0x14][0xcb]4[0xcb]eJpk[0x82][[0x13][0xdc][0x9a][0xe0][0xd6][0x4][0xb7]B^[0xa7]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%iF[0xa1]3t6D[0xf7][0x14]z[0x87][0xde][0x15]4[0xf4][0x88]m?[0xae]g[0xb5]r[0xde]v[0xe7][0xe]#[0xe1][0x11][0xbc][0xa7][0xd0]<-[0x8][0x1a]x[0xac]wF[0xd0][0x91][0xbd][0x5][0xbc][0x9a]Z[0xd3][0xd3][0x98][0xd8][0xde]G[0x9c]'[0x82][0xce][0xd5][0xb9][0xae]8,[0x9d][\r]${[0xa5]"[0x8f]un[0xf8][0xec][0xc8]:N[0xba][0xa1][0xc7]3[0x89].[0xe2][0xd0]?[0x8d][0xab]G[0xe0][0x94]o[0xa4][0x6]^[0x9][0xdc]G[\r][0xbc][0x13][0xe4][0x13][0x9b]A>[0xb1][0x15][0xe4][0xb3]_[0xd6][0x1f]G[0xfc][0x0][\r]Bc[0xf8][0xf7][0x1][0xea][0x1b][0xf1]<[0xa1]> [0xa1]v[0x7]w[0xa8]A[0xed][0xdf][0xa1][0x80]:[0xb0]CA[0xb5][0xef]7j[0xfc]E[0xf6][0x1d][0xe2][0x18]j[0x82][0x9e][0xa5] [0x1c][0xc2]`[0x1d][0x86]C'<[0xba][0xe1][0xf0][0x1c]Z[0x86][0x1d][0x12]=[0x8f];[0x91]di[0x18][0xd1]B[0x96]^@|[0x83],[0xbd][0x88][0x1e][0x1]Yz[0x9]uA[0xb4]c[0x97][0xba][0xd9][0xc][0xe3][0xc9][0xf1]a[0xf5]Wj[0xda][0xa5][0x90][0xa0][0x9f]*[0xee]M[0xb2]eP:)N[0x94][0xeb]$x[0x8b][0xfb][0x13][0x9a][0xbd][0x84][0xf3][0xbe][0x84][0x91]j[0x84][0x16]/[0xe1][0x82]/!^[0x8d][0x10][0xf6][0x12].[0xfa][0x12].V#[0xb4]z[0x9][0xa3][0xbe][0x84]K[0xd5][0x8][0x8a][0x97]0[0xe5]K[0xc0][0x99][0xe0][0x12]f[0xb1]J[0xbc]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x13][0xfa][0xfa]w[0xa9]-@{{!,W3I[0xad]4#9[0xa7][0x9c][0xd8][0xca][0xda]+[0xf4][0x1a]VW[0xc8][0xd2]([0x8d]!Z[0xf0]QS[0x8d]}[0xc8][0xcb][0xbe][0x6][0xf6][0xf5][0xba][0xd9][0x13][0xd5][0xd9][0x87][0xbd][0xec]E[0xb0][0x97][0xea]fOVg[0x1f][0xf1][0xb2]o[0x82]}[0xab]n[0xf6]Tuv[0xbb][0x97]}[0x1b]l[0xad]n[0xf6]tuv[0x87][0x97][0xad][0x83][0x9d][0xad][0x9b][0x8d][0xdb][0xc1]e/[0xe3][0x1d][0xe][0xe2][0xd9][0xe6][0xb0][0x7]v[0xe9]h[0xd0][0x3]_C[0xd7]u[0x9]W[0x9d][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbc][0xad][0x2]os[0xe1]\[0xe2][0xa3]! [0xb7]Lu[0x9b]N[0xaf][0x8d][0x9][0x9b][0x8d][0x3][0xd8]L[0xd4][0xb0]9[0xe6][0xb5][0xb1]aS>[0x80][0xcd]d[\r][0x9b].[0xaf][0xcd]][0xd8][0xdc];[0x80][0xcd]T[\r][0x9b]'[0xbc]6[0xf7]a[0xf3][0xfe][0x1]l[0xa6]k[0xd8][0x1c][0xf7][0xda]|[0x8][0x9b][0x8f][0xe]`[0x83]/[\r][0xff]3[0xad][0xdb]{[0xa6]}[0xec]{[0xa6][0xe1]3[0xc5][0x9f]pB[0xd0][0xcf][0xff]#|[0xea]K[0xc0][0x17][0x95]K[0xf8]D[0xde][0xb4]Dq[0xb5]o[0x87]z[0x80][0xe9][0xf9][0x8b]zU~[0xe2][0x17][0xc4]/[0x80]_[0xc3].=[0x19][0xa4][0x1d]j[0xfa][0x8e][0xba][0xd4]?[0xe8][0xe4][0xf2][0xc3][0xb6][0x7][0xf4][0x14]jyf[0x2][0xd2][0xb3]K[0xde][0x98][0x9f]A?[0x87][0xe7][0x17][0xb8]O[0xbf][0xc4]M[0xf4][0x95][0xcc][0xa1][0xcb][0xf1][0xa9][0xcc]R[0xdc][0xbd]M[0xe7]P[0xe]RC[0xa4][0x3][0xe5]k8![0x9d][0xbc][0xae][0x80][0xc1]9w[0xab][0x82][0xf3][0xf2]7u[0x6]zH[0xbe][0xde]_[0xa3][0xc3]7[0xf8][0x18][0xf8]v[0xdf][0x80][0xbb]+[0x3][0xc6][0xf7][0x98][0xb]^t[0xa7][0xcc][0x1d]+/q[0xcf].[0xf5]b[0xe6][0x9c]9<[0xe5][0xcc]a`[0x1f][0xfa]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd1][0xf][0xd4]N?[0xee]C[0xf7][0xb8][0xe8]9[0x19]+[0xda]Q[0xf9][0x86][0xcc]h[0xf1]_PK[0x7][0x8][0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.class[0xcd]Xy|T[0xd5][0x15][0xfe][0xee]d2[0xef]e[0xe6][0x1]a[0x84][0xc0][0x10][0x84]a[0x11][0x92]I[0xc2] P[0xb][0x13]D!,[0x6][0xb2]PB[0xa1][0xd8]*>&/[0xc3][0xc0]d&[0xcc]LX[0xb4]h[0xf7]Mk[[0xed][0xee][0xd2]M[0xc5][0xda][0xd6]B+[0x81][0x88][0x8a][0x5][0x1b][0xb7].[0xb6].[0xa5][0x8b]v[0xb5][0xb5][0xfb][0xde][0xaa][0x5][0xe9]w[0xef]{3[0xc9][0x90]i[0x98][0xfe][0xda]?[0x4][0xe6][0xbe][0xfb][0xee]r[0xce][0xb9][0xe7]~[0xe7];[0xe7][0xf1][0xd8]+[0xf7]>[0x0]`[0xbe][0x98][0xaf][0xe1]K^[0xac][0xc1][0xdd][0x15]X[0x8d]/k[0xd8][0xef][0x85][0x1b][0x7][0xe4][0xcb]Wd[0xf3]U/[0x9b]{dsPN[0xf4][0xc9][0xde]![0xd9][0x1c][0x96]M[0xbf][0xf][0xf7][0xe2][0x88]\w[0x9f][0x9c][0xbd]_6[0xf]h8[0xea][0x83][0xc0][0x83][0x1a][0xbe][0xa6][0xe1][0x98][0x86][0xe3]^T[0xe1][0x80][0x8e][0x87][0xe4][0xf3][0xeb][0xb2][0x19][0x90][0xcd][0xc3]^[0x8c][0xc7]#:[0x1e][0xd5][0xf1][0x98][0x8e][0xc7]u|C[0xc7]7u|K[0xc7][0xb7]5<[0xe1][0xc5]L[0xb9][0xc7][0xf4][0xe2];[0xf8][0xae][0xf]O[0xe2])/[0x16][0xe3]i[0x1d][0xcf][0xc8][0x97][0xef][0xe9]8[0xa1][0xe3][0xfb]^[0xfc][0x0]?[0xd4][0xf1]#[0x1d]]:[0x9e][0xf5][0xe2]9[0xfc]X[0xc7]V[0x1d]?[0xf1][0xe2][0xa7][0xf8][0x99][0x17]?[0xc7]/t<[0xaf][0xe3][0x97][0x1a]~[0xa5][0xe3][0x5][0x1f]~[0x8d][0xdf]h[0xf8][0xad][0x8e][0xdf]i[0xf8][0xbd][0x8e]?h[0xb8]Y[0xc7][0x1f]}[0xf8][0x13][0xfe][0xec][0xc3]_[0xf0]W[0x1f][0xfe][0x86][0xbf][0xcb][0xe6][0x1f]r[0xec][0x9f]^[0xf8][0xf1][0xa2]<[0xe6]K[0xb2]yY[0xc3][0xbf]4[0x9c][0xd4]pJ@[0xeb][0xde][0xbc][0xa3][0xd7][0xea][0xb5][0x4][0xaa]Z[0xb6][0x99];[0xcd]po6[0x9e][0x8][0xb7][0xc4][0x93][0xdb][0xad][0xce][0x96]x&[0xdb](P[0xd1][0x11][0x8f]%[0xcd]lo[0x9a][0x8b].([0xba]hqK*[0x1d][0xb][0xa7]2[0xb1]x8c[0xa5]w[0xc6][0xa3]V[0xd8][0xda]i%[0xb3][0xe1][0x15][0xb2]m\"[0x85]to[0x8e][0xa6][0x92]YkwV`[0xfa][0xe0][0xf2][0xae][0xb4][0xd9]m[0xed]J[0xa5][0xb7][0x87][0x97][0xf5]&;[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0x93][0xbd][0xc6][0xde][0xe0][0xc8][0x12][0x98]1[0xa2][0xfc][0xa5][0x9d][0xdd][0xf1][0xa4][0xbd][0xa3][0xdb][0xdc][0xdd][0x11][0xbf][0x92];D[0xb3][0x80]gq<[0x19][0xcf].[0x11]8[0xaf][0xe6][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "k7[0x8][0xb8][0x9b]R[0x9d][0xdc];[0x86][0x7][0xb3][0xda]z[0xbb][0xb7]X[0xe9][0xf5][0xe6][0x96][0x4]G[0xfc]-[0xa9][0xa8][0x99][0xd8]`[0xa6][0xe3][0xf2][0xdd][0x19]tg[0xb7][0xc6]3[0x2][0x17][0xda][0xb2]{2[0xb][0xb6][0x85]{[0xcc][0xdd][0xe1]D*[0x16][0x8b]'c[0xe1]8[0xe5][0xa6][0x93]f[0xc2][0xb6][0xd4][0x94]6[0xe]1w}[0xda][0x8c]n[0xb7][0xd2][0xb4]Z[0xcb][0xbb][0xa5][0xa2]'[0x95][0xc9][0xaa]%[0x2][0x9f][0x18][0xc1][0xe4][0xc6][0xe6][0xe1][0xee][0xa0][0xd6]pK*[0xb6]"[0x99]M[0xef]i[0xb4][0xef](a[0xd2][0x8a][0x8e]l[0x9a][0xc6][0xc][0x1d]Y[0xbf]5[0x9d][0xda]%O[0xd0]XLC[0x87]-o[0x9d][0xd5]e[0xa5][0xad]d[0xd4]j[0x1c]r[0xdf][0xad]f[0x8f]r[0x93]g[0x8b]2C[0xa0]z[0x4][0x1b][0x5][0xca][0x13][0xb4]N+[0x93]M[0xa7]x[0xe5]e5[0xf2]}[0x94][0xd9][0xd9][0xc9][0xe9][0x8e]\4[0xaf].z[0xa0]a[0xea]jK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xca][0xcc][0x19][0xfb]([0xbf][0x14][0xf1]#S[0x96]-]^T[0xaa]$cK[0x93]V[0xda][0x89]F[0xa7][0xad][0xee][0xd4]N[0xab]3[0xef][0xaf]5[0xa5][0xf9][0xab][0x4][0xe1]*zS[[0xb6]YQb[0xbc][0xe7][0xff]x[0xb2][0x12]u[0x13][0x19][0x89][0xf8]N[0x8b]!*x[0xae]iC[0x10][0xd4][0x9c]HX13[0xc1][0xa8][0xc8]Z+raNg[0xf8][0xba]R[0xe9][0xe5][0xf6][0xa6]=L[0xef]L[0xc4][0x2][0xde][0x98][0x95]m[0xcd][0x11]=!F[0xaa][0xf7]f[0x86][0xc][0xb9]k[0x9a][0x95][0xb2]|2[0xd0][0xa2][0x9][0xcb]L[0xf6][0xf6]P\4mI[\r]v[0x94][0xf7][0xbd]:#[0xeb],8i[0x94][0xa9][0x87][0x84]#[0xa0][0xdb]D[0xdc][0xdc][0xc9]0[0x18][0xa2][0xbc]%[0xa5][0xe8][0xd2][0xc8][0xec][0xe9][0xde][0x92]J[0xc4][0xa3]m[0xd4]Kf[0x8c]sYY[0x8f]luB[0xa0])af[0x98][0xbd][0xce]yc1[0xa6]-[0xdb]n1zE[0xaa][0x90][0x88][0xdb][0x15]p$KfS=[0xf1]([0x9f]=i[0xe6][0xbd][0xc2][0xca]ay<*[0xaf][0xce]T[0x84][0xbe][0xb8][0xe8]D[0x11][0xe6][0x18][0xae]eI[0xa3]&[0xdc][0xac]p4Q.[0xf0][0xf8][0xab][0xf3][0xa2][0xfe][0x3][0x5][0x9e][0xed][0xf6]"%[0xc6][0xf3]0[0x9f]HT/*[0x95]<[0x8b][0xdc][0xdb]G[0x7][0xb7][0xaa]#d[0xed]"$[0xb7][0xdb][0xa9]IJ[0x89][0xf8][0xff][0x82][0x14][0x86][0x15]F[0x83]k[0xd6][0xb2][0xde]Q5[0x90][0xb7]#[0xd5][0x9b][0x8e]Z+[0xe3]2[0x83]V[\r][0xab][0x92][0xe6][0xc8][0xb3][0x90]/[0xce][0xaa][0xd4][0xc0]F[0xe1]1[0xf0]:[0xac][0x13][0x18]W[0xac]P[0xe5][0x2][0xec]5[0xd0][0x8a]6[0x3][0xaf][0xc7][0x6]Ch[0xf2][0xf5]F|[0xd8][0x10][0xba][0xa8]0[0xf0]n[0xf9]z[0x3][0x1b][0xe1][0xc5]^M[0xf8][0xc]a[0xe0][0xf3][0x6]:[0xb0][0xde][0x10][0xa3]p[0xbd]!F[0x8b]1[0x2][0x93]G2[0xc4][0xc0]fQ[0xc9]j[0xe7],[0xdc][0xc6]*x[0xd8][0x8a][0xa5][0xe9]Xo7E[0xc]Y4[0xe1]L[0x84]-[0xeb][0x8d]':%[0x83][0xce]v[0xf8].[0xd8][0xdd][0x9b][0xc9][0x6][0x93][0xa9]lp[0x8b][0x15]4[0x83]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xca][0x92].[0x83]IU[0xc0]F[0x82][0x86][0x18]+[0xfc][0xb2]9[0xc7][0x10][0xe3][0xc4]x[0xe9][0xa2]*[0x81][0x95][0xc5]w'[0xcc]t[0xcc]J[0x7][0xb3][[0xcd]d[0xf0][0xfc][0xb9]s[0xe7][0x6]I[0xbf][0xc1]n[0xe6][0xa3][0xf4][0x9e] [0xeb]T[0xa6]u[0x93]um[0x90]$[0x9a][0xe1][$[0xc8][0xa2][0xac][0xa5]}[0xd5][0xe6][0x15][0xeb][0xd6][0xb5][0xd3][0xe5]>[0xd9][0xdf][0xb8]t][s[0xdb]*[0xb2][0x8c]|kn[[0xd9][0xee],Z[0xbe]b[0xd9][0xeb]W9[0xfd][0xf6][0xf5][0x97][0xac][0xe0][0x86])#Fn[0x98][0xf4]4x[0x89][0x97][0x98][0x99][0xad]YU,[0x9][0xb7]!&[0x88][0x89][0xac][0x98][0xc][0x11][0x10][0x93][0xc]Q-&S[0xae]M[0x86]s[0xe2][0x9d][0x86]8W[0x8c][0xe7]^g G[0x83]IE[0x83][0x15][0xd4]0GU[0xa6][0x9a][0x98]"[0xb7]Nu[0xc6][0x9c]*[0xb5]"[0x1b]g[0x15][0x9a]5[0xbb]{4A[0xdf]M[0x13][0x93]X'[0xe6][0xb][0xcf]9QI[0x9b],[0xcb][0xc]1][0xcc]`[0xa9]f[0x88][0x99]R[0xd7][0xd8][0xc1][0x15][0xf9][0x1a]V[0xcb][0xbe]L.[0x12][0xb1]M[0xd2][0x9b]f2[0x9b]Q[0xc9]K-[0xa4][0xe9][0xac][0xfc][0xc]q[0x9e][0x98][0xc5]*[0xa0][0x90][0xcf][0xe9][0xdc][0xdc]*E[0xe1][0x95]g[0xe2][0x82][0xb][0xec][0xc4][0x9e]#[0xf6][0xdc][0xf2]![0xa3],*[\r]1[[0xd4]h[0xa2][0xd6][0x10]!QGn5D[0xbd]h0[0xc4][0x1c][0x11]6[0xc4]\q[0xbe]D[0xc7]<[0x3]o[0xc7];[0xc]\[0x8d]k[0x4][0x1a][0xff][0x87][0x8f][0x1b][0x16][0xc3][0xa5][0xf0][0x8d][0xc0][0xac][0xd2][0x88]B [0xf0][0x1f][0xb3][0x80][0xc0][0xb9]#b)[0x7][0xa5]B[0xd2][0xe7][0x97]e[0x9]d[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x80][0xf6][0xb][0xbc][0xdf][0xee]TS[0xe3][0x8a]e:[0xe6][0xcf][0xc1][0xe1]f[0x1e][0xc1][0xcc][0xa6]x[0x8c][0xae][0x12][0xbe]G[0x87][0xf0][0xb7][0xba][0xbb][0xc6][0x92][0xb8][0xbb][0x89][0xd1][0x9c][0xea]f\[0xa7][0xed][0xf][0xda]T[0x8f]E[0x12])c[0x1][0xce]O[0xa6][0x9a]"[0x19][0xe5]Rf[0xf1]h"[0x95][0xe1]![0x83]g[0xb3][0xc9][0xae][0xbc][0xf2]e[0xa9];[0xa3][0x8a]+[0x8f]][0xae]J[0xf9][0xcd]E[0xb3][0xce][0xb4][0x9a][0x91][0x13][0xa2]*J[0xcd][0x1e]ZJ#[0x1b]j[0x86][0xe7][0xd4][0xda]aC[0xe][0x9]R[0xf8][0xe4]B[0xa5]gN[0xeb][0xd9]T.<[0xc6][0xd5][0xc]_[0xd8]x[0x86]Wr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "7[0xc8]J[0xa9][0x97][0x7]^X[0xc4]gE[0xbc]X[0xec][0xd8]>[0xfa]jY[0xbe]>c[0x99][0xba][0x9a][0x94][0xb0][0xd3]L[0xf4]Z[0xed]]Dc[0xcd][0xea][0xda][0xe1]%[0xdb][0x18][0xe9][0xdf][0x82][0xaa]m[0xec][0x90]$[0xc1]K[0x88][0xc9]([0xa8]*<[0xb3]3[0xde]XH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "{[0x18]1[0xdd][0xdc][0x1f][0xed]M[0x13][0xc4][0xd9][0xf5]d[0xb5][0xd6]x"![0xff][0xc7]B[0xa7][0x96][0x1c]K[0x14]8[0xc5][0x6][0x9a]S`[0xe7]hL[0x9e]c-[0xeb]<+[0x9d]%[0x9e]g[0x9d][0xe5]~[0xf2][0xc7][0xf7][0xb0][0x84][0xec][0xb0][0xe8][0xc2][0xb1]9[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x1c]j,[0x88]'[0xb5]F[0x8f][0xe7]c[0xa3][0xaa]`y.f[0xe4][0xe]l53m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xf4]%a[0xeb]N[0xaa][0x97][0xc2]k[0xcd][0xab]/[0x8b]I[0xb9][0xb3][0x8a]A[0xbe][0xd8][0xf2][0xba]"[0xc7]*^[0xd4][0xd6]n[0xc0]4[0xac][0xc6][0x1a][0x8][0xb4][0xc0][\r][0xbf][0xac]%[0xd8]o[0x7][0xe0][0xc2]Z[0xfe]X|[0xa8]>k[0x6][0xf5]d[0x99][0xc1][0xa7][0xc1]5[0x1b][0xf1][0x6][0xb6][0x9b][0xf8][0xb6][0x9d];]|[0xce][0x8][0xd5][0xf9][0x85]8[0x4]W[0xa8][0xee] [0xca]BG[0xe0][0xde]t[0x8][0xe5][0x7][0xe1][0x9]U[0xce];[0x8]-[0xd4][0x7][0xfd][0x80][0x12]r)[0xdb]I[0xf0][0xb0]}[\r]t\[0x80]Qx-&b![0xa6]`[0x11][0xa6]#[0x82]7r[0xa6][0xca][0x16][0x89]7[0xe1]2@[0xf5].[0xa7]),[0xe3][0xb1][0x19]Wp[0x8e][0x8a][0xc5][0x14]h[0xf0]qnQ[0xdd][0xe4][0x86][0x80];P[0x1e][0xf0][0x4][0xb4][0xc3][0xa8][0x88][0xe8][0xa1]{[0xe0][0xd9][0x14][0xa9]8&[0x9f][0x1][0xbd][0xf][0xde][0x8d][0x81][0x8a][0xe3][0xfb][0xe0][0x8b]x[0xf9][0xc]x[0x8f][0x86][0xe][0xc1][0xc7][0x9f]q[0x80][0x82]&[0xe2]<[0xd4]PH[\r][0x1a][0xd4][0xd3][0xad][0xcc][0x93][0xa2][0x81][0x8b]P[0x89][0x8b][0xb9]b[0x19][0xcd]j[0xc2]\,[0xc7][0x2][0xac][0xa0][0xa1]+[0x95][0x89]oB[0x85]T[0x9e]7q[0x11]Ll[0xa1][0x81][0xb2][0x17][0xa5][0x9f]\[0xaa][0xd7][0x9][0xb]e[0xaa][0xd7][0x85][0x18][0xa5][0xcb][0xde]V[0xc4]Q[0xae]z[0xdb][0xe8]=[0x8f][0xea]][0x8e][0x4]uV[0xa2][0x16][0xdd]H[0xd2]-)[0xc7][0xcf][0xf6]\[0xf][0xe7]v[0xb0]_[0x7][0xd7]i[0x9a][0xe9][0xd5][0x90][0xd6][0x90]a[0xc1][0x97][0xd5][0xd0][0xab]a[0xa7][0x86]][0x1a]vk[0xe0]g[0xe5][0x95][0xe0][0xf0][0xce][0x97][0xb9][0xc1][0xbe][0xc6][0xab]([0xe4][0xcd][0xd8][0xeb]\[0xd6]|[0xe5]C[0xa0][0x9c][0xd7]1j[0xf0]:[0xbc][0xca][0xda][0xd5][0xb4]o[0x8d]:[0x9b][0xad][0xb9][0xdc]9[0x9b][0x90][0xe9][0xd3]v:m/Sk'[0x85][0xe8][0xdd][0xb2][0xba]~[0x8c]v[0xe1]A[0x88][0x83][0x18][0xa3][0xbc]z[0xf][0xc6][0xec][0xe7]l[0x99][0x92]:Z[0x9d][0xbc][0x1d]c[0x89][0xa5][0xf1][0xc4][0xd2][0xe0][0xc5]N[0xca]{m[0x12][0xde]B[0x1f][0x88]![0xe7][0x95]#o[0xcd][0xa3][0xf0]m[0xec]1[0x83];[0xda]/[0xe5]S[0xca][0xf4][0x84][0xa4][0xc6][0x3]yM[0xb6][0xfd][0x1b]h[0xf1]F[0xa5]%h[0xaf][0xca]k[0xf1]8Zd[0xef][0x9d][0xc4][0xb2]k[0x88]>O[0x81][0xbe]w[0xf1][0xf7][0xee][0x9c][0xbb]D'[0xdf][0xe4][0xfd][0xec][0x90][0x7]k[0xa9]{[0x18][0xee][0x3][0x12]T}[0xa8][0xbc][0x95][0x95]q[0xab][0x2]Z[0xdb][0xb1][0xfc][0xd0][0x18][0xd9]+[0xeb][0xc3][0xd8][0x7][0xe1]om [0xe4][0xbc][0x11]w[0xc3][0xf1][0x80][0xfb]h[0xfd][0x0][0x1a][0xea][0xea][0xfb]q[0x8e][0xb][0xfb]0[0xa3][0xcd][0x6][0xa8][m[0xac]W[0xf8]t+|[0x96][0xf3][0x19](?[0xba][0xef][0xf4]-[0x7]x[0x94]s[0x19][0x1f][0xb][0xa9]|![0x16][0xab]g[0x13]/[0xa8][0x15][0xe3]x[0xcc]-[0x4][0x15][0xf8][0xdb][0xa6][0x9e][0xb6][0xb]V3|[0xc1][0xc3][0x97]+`^N[0x97]\[0xc1][0xb5]]tx[0x8c][0x92][0xb6]a6[0x1]6[0x9f][0xd0][0xba][0x88]GoB[0x86][0xeb][0xaf][0xa2][0xb4]^[0x6][0xfc].J[0xdc][0xc3][0xb8][0xba][0x92][0xd0][0xdb]K[0xa8]][0xad]\[0x18]"[0x18][0xda]0[0x15][0xef][0xc1]{[0xa9][0xa1][0x8a][0x8e][0x95][0xc0][0x94]n[0xde][0xe1][0xb8][0xb5][0x9c][0x12][0xdf]Gg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5][0xcd]E[0xd0]OJ`^{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "56[0x10][0x97]+[0x1c]zZ5\w[0x1a][0x13]P[0xae]@{[0xad][0x9a][0xbb].[0x87][0xd3][0x17][0xa1][0xb9]([0xe0][0xfd][0xb8][0xde][0x1]h8[0xf][0xd0]{[0xa0]}1[0xf]P[0x8f][0x1a]|[Qp~[0x0][0x1f]t6[0x9e]6[0xcb][0x8b]o[0xae][0xbe][0x19]S[0x8e]`[0xfc][0xa6]#[0xa8]"[0x9]M[0xf0]O[0xec]C[0xa0][0xba][0xf][0x93][0xfa]P}[0x8][0x93][0x8f]V[0x8f]-{[0xe1]6[0x4]s[0xb3][0xe7][0xe][0xce][0xb6][0xca]][0xf5]rM[0xa8][0x9a][0xa4]5[0x88]0[0x9b][0x11][0xde]C[0x5][0xef][0xa3]S[0xae][0xc3],Z[0x1c][0xa1][0xea]&~a][0xc2][0x8f][0xae][0x1c][0xea]"t[0xbe][0x8c]t[0xe9][0xa8][0xe6]<[0xfe][0x9a][0xf1]!:[0xd9]v[0x14][0xd9]r[0xea][0xc][0xce][0xdf][0x90][0xf][0xca][0x1b][0x1d]T[0xd7];@[0x92]G[0xa7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%-[0xc7]r[0x98][0xda]XG[0x8c][0xe8][0xad]u[0xc7][0xeb][0x9][0x90][0x13][0x92][0xbb][0xc6]S[0xe3][0xc]E[0x8e][0xb3][0xd4][0xd3][0xb6][0xb4]Jq[0xcb][0xc7][0x18]}[0x9f][0xe0][0x8a][0x9b]h[0xf9][0xcd][0xe4][0x8d][[0x87][0xb8][0xae][0xde][0xb1]KZ3[0x81][0xf6][0x9c]&[0xbf][0xb9][0xd4][0xed][0xe4][0xc8][0xc3][0xed]"[0x5][0xf1]K[0xd2][0xe][0xbb][0xb2][0x1b][0xb9]h[0x14]]}G[0xf5]][0xea]8[0x8d][0xca][0xef]Pt6[0x95][0xbf]Y[0xfc]5[0xf0][0xb7][0xc0]?%[0xa2][0xed][0xc3]d[0xff]T[0xf9][0x18][0xef][0xf][0xca][0xc7]h[0xff]4[0xf9][0xd0][0xfc][0xd3]#Z[0xce][0xe3]3[0xe8][0xf1][0x80][0xc6][0x86].[0x8f][0xe8]G0[0x93][0xa3][0xe7]E*B[0x3]X[0x18][0xa8][0xf0][0xcf]"9[0xcd][0xde][0x18][0xea]G[0x8d][0xc0]a[0xd4]J[0xda][0xf6][0x87][0x2]^g[0xb0]N [0xe2][0xb][0xf8][0x6]0[0x8a][0xc3][0xf5][0x1][0x9f][0x1c]f[0xaf][0xa1][0xfa]0[0xe6]8[0xfd]p[0xbd][0xec][0x88][0x86][0xdb]a[0xf0]mn[0x83]3|[0xfe]a[0xcc][0xa3]<[0xf5][0xe6][0x1e]@[0x98]C[0xf3][0x3]ngr[0x81][0xec][0xbd][0xc6][0x9e][0xeb][0xc3][0x5][0x3][0xa8][0xe4][0xe0]kU_[\r][0x96][0xf][0xe0]2[0x8e],[0xc][0x94][0xdb][0xaf][0xfe]H?[0x1a]%[0xf7]-V[0xf6]El[0xfb]8~[0xa1]3[0xbe]d[0xd0][0xca][0xb][0x1d]+[0xcb][0xfd][0x17]9[0x93][0x17][0xf3]_D[0x1a][0xb7]4`[0xa8])[0xcf][0x0].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xfa][0xb1]L[0xa0][0x1f]M<[0xa2]7[0xe0][0xed][0xc7]r[0xc1]K[0x9c]-{+[0xec]SK[0xb1][0xdc][0x16]0[0x98][0xec][0x8c]~[0xac]tA[0xee][0xde]w[0xfa][0xe9]#[0xf0]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x81][0x8a]CX[0xb5]?[0x9f][0xc6][0xbe][0xc2][0xab][0x6][0x8]%[0xb2][0xce]L[0xdc]I[0xe][0xb8][0x8b]P[0xf8][0x2][0xe6][0xe0]K[0x98][0x87][0xbb][0xc9]/[0xfb][0x19][0xb7][0x7][0xc8]/_e[0xa2];H[0x88][0xf6][0x91][0x7][0xe]1}[0xf5]3[0xb6][0xef]%3[0x1c]!5[0xde]G[0x6][0xb8][0x9f]p?[0x8a][0x8f][0xe3][0x18][0xa5][0x1d][0xe7][0xee][0x87]({[0x80][0xb3][0x8f][0xe0]Q[0xfe][0xfd][0x16][0x1e][0xc7][0x9]|[0x3][0xcf][0xb3][0xf7]{<[0x81][0x97][0xf1]$A[0xf5][0xb4][0xa8][0xc0]3b[0x2][0xbe]'[0xa6][0xe1][0x84][0x8][0xe3][0xfb]b[0x1]~([0x96][0xe0]Y[0xd1][0x8e][0xe7][0xc4]&[0xfc]D\[0x8e][0x9f][0x89]k[0xf0][0xb][0xf1].[0x86]_[0x8a]O[0xe2][0x5][0x5][0xd3][0xa7][0x8][0xdc][0x99][0x84][0xf3]G[0x18]H[0x1a]-[0xce][0xf5][0xe6][0xe5]{[0x8b][0xf2][0xbd]],a>J[0xb8]{i[0xe5][0x18]Z[0x18][0x83][0x8f]:[0x97][0xd1]o[0x1c][0xa3][0xd6][0x10]>[0xa9][0xc6][0xda][0xb9][0xe2]&[0x86][0x82]Amcq[0xb][0xc7][0xc][0xea][0x9e][0xc8][0xc0][0xf8][0x94][0xac]"[0xc4][0x1d]*}C[0xf5][0xa2]*XeO[0xa6]o[0x97][0xea][0xc9][0xa0].S=[0x99][0xbe][0xdd][0xaa]'[0xd3]w[0xb9][0xea][0xc9][0xf4][0xed][0xc1][0xc5][0xa2][0xcb][0xb1]j[0x83]X[0x8b]O[0xb3][0xa7]3M[0xac][0xc2]g[0xf0]Y[0xd2]B*[0x97][0xfe][0xd4][0xfa][0x1e][0xae][0xb7][0xe7]>[0xc7][0xb9][0x1d]*[0x82]F[0x5]=[0xfc]s[0x12]e[0xcc][0xea][0xa7][0xb0]Q[0xe5][0xf6][0xdb][0xa6]/9[0x85]&[\r][0xb7][0xf3][0xed]%L:[0x9][0xbf][0x86];^[0xe6]b;_[0xed][0xab]\[0xca][0xfc]x[0xa7][0xc3]$[0xb]h[0xa2]d[0x12]o[0xa8][0xae][0x9e]Y[0xb9][0xf][0x97][0xc][0xe6]x[0x9b]Bk[0x87][0xf0][0x80][0xd7][0xe6][0x1]J[0xb8][0x9a][0xd4]iK[0x98][0xcb][0xd5].[0x95]a[0xeb][0xfa][0xd0][0xbc][0x84][0xdd][0xb9][0xec][0xea]r,[0xb9][0x8b][0xc0][0x92][0xcf]/[0xfe][0x1b]PK[0x7][0x8][0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.class[0xe5]WYs[0x14]U[0x18]=7[0x99]%[0x99]i[0x88][0x84][0xb0][0x4][0x95][0x8][0x88]d[0xc3]!$[0x80][0x1a][0x4][0x93][0x90][0x89][0xe0]$[0x81]$,*.[0x9d]Ig2[0xc9]l[0xe9][0xe9][0x4][0x4]w[0x1][0x5][0xe3][0xbe][0xa2][0x88][0xa0][0x96]X[0x96][0x16][0x88][0x8a]bYV[0xe9][0x83][0xf][0xfa] [0xf][0xfe][0x6][0x83]O[0x96][0xdf]w[0xbb]3[0x84][0xc9][0xcc][0xd0][0x99]JXt[0xaa][0xba][0xef][0xe9][0xee]s[0xef]9[0xdf]woO[0xdf][0xef][0xb7]~[0xf8][0x9]@=Nzp[0x13]T[0xf]nD/[0x9f][0x82][0xc5]t[0xea][0xf3]BC?[0xa3][0x90][0x7][0x3][0x8][0xf3][0x83]A[0xf][0x86][0x10])[0xa6]S[0xd4][0x8b][0x18][0xe2]^$0[0xcc][0x97]:[0xa3]$#[0x83][0xd1][0x8][0xa3]QF{[0x18][0xed]e[0xf4][0x18][0xa3]}[0x8c][0xf6][0xf3][0xe9]q[0xbe]|[0xc2][0x8d]'=x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "A7[0x9e]v[0xe3][0x19][0x1]O[0xa0][0xb3][0xad]a[0xcb]#[0xfe]m-[0x1d][0x2][0xa5][0x81]AuT[0xf5]E[0xd4]X[0xc8][0xd7]m[0xe8][0xe1]X[0xa8]Q[0xa0][0xa8]O[0x8b]h![0xd5][0xd0][0x4][0x96][0x4][0xe2]z[0xc8][0x17]O$[0x1b][0x6]}[0x9]u[0xaf]/[0x12][0xf][0x85][0x88][0xe4][0xdb][0xaa][0xee][\r][0x10][0xd4]t[0xa2][0xbb][0xd6][0x87]cac[0x83]@[0xbc]r[0xf2]h[0xb2][0xbf][0x9a]P[0x83][0x3]Z[0xaa]3[0xb5]4\TK&[0xd5][0x90][0xe6]k7[[0xbf][0x1a]4[0xe2][0xfa]c[0x8d][0xb9][0x5][0x9][0xb6][0xab]1[0x95][0x85][0xab]v[0x8]8Z[0xe2]}[0xe4][0xb2]$[0x10][0x8e]i[0x1d]#[0xd1]^M[0xef]Q{#[0x1a][0xc7][0x15][0xf][0xaa][0x91][0x1d][0xaa][0x1e][0xe6]k[0xeb][0xa6][0xc3][0x18][0x8]'[0x5]Vf[0x91][0x90][0xb6]FW[0xfb][0x2]f[0x9b][0x8a][0xcf][0x11]S[0xa3][0xd4]{v[0xf4][0x12][0xa3][0x2]uS[0x8e][0x8d][0x92][0x9f]H[0xc5]!Pe;V[0x81][0xb2][0xa4]fL[0xba]/P[9[0xa5]|[0xcd]IL[0x1e]bV[0xb7][0xa1][0x6][0x87][0xda][0xd5][0x84][0x95][0xa5][0xe2]p[0xb2]5[0xc6][0xb0]O[0xe0][0xb9][0xca][0xec]1[0x6][0xb4]Q-[0x92]c~[0xdb]U}[0x88]dm'[0xa9]q[0xc2][0xe2][0xe9][0x19][0xd0][0xe3]{[0xd8]Cc[0xd5][0x3][0x2][0xce][0x8]K[0x9][0xdc]r93[0xb4][0x16][0xa3]Ru|[0xe1][0xe6]2&[0xe0][0xb6][0x1c][0x8]T[0xdb]w) [0xc][0x81]y[0x19][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc]MC[0xc2].[0x8e][0xdc][0xd9];[0xa8][0x5][0x8d][0xec][0x89])[0x9d][0xcc][0x9d]n[0xb][0xe3][0xaf]q6[0xb];fB[0x8d][0x7][0xe][0xcf][0xc4][0xc0][0xf]NN[0x18]k[0xb9][0x12][0xaa][0xae]F[0xe9][0xaf]an[0x6][0x82][0xc0][0xf0][0xb4]Zi[0x19]P[0xf5]nmxD[0x8b][0x5]s[0xac][0xf9][0x85][0xd9]z[0x8][0xc][0xcc][0xf0][0x4]OHLAb[0x95][0xc0][0xbe]+[0xa3][0x97][0xcd]A[0x9d][0xc0][0xd8][0xd5]r[0x90][0xcd][0xd3]j[0x81][0xe3][0xd7][0x8e][0xa7]l.[0xeb][0x5][0xce]\[0xcb].[0xb3][0xf9]n[0x10][0xf8][0xe5][0xfa][0xf2][0x9d]-[0x92]5[0x2]^[0xef][0x91]d[0x8b]m[0xad][0xc0]_[0xff][0xbd][0xd8][0xb2]E[0xbb]N[0xe0][0xef][0xff]C[0xb4][0xd9][0xe2][0xbf]C[0x8][0xcf][0xff]3[0xfe]l[0x19][0xb9][0x93]v[0xf3][0x14]\[0xfb][0xf8][0x1e][0xf2][0xad])U?Wh[0xf7][0xcc]5R[0xff]p0FE]H3[0x2][0xe6]>zie[0xd5][0xe5]w[0xd2]E[0xeb][0x83][0x11][0xab][0xae]+[0xac][0xe4]q<[0xdd][0xf1][0x11]=[0xa8][0xf9][0xc3]V}5[0xa1]H[0xba][0x9d][0xb5][0x15],[0xc1][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xe2]v[0x5][0xcf][0xe1][0x80][0x82][0x9b][0xb1][0xd8][0x8d][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xe1]y[0x5][0x15][0xb8][0xc5][0x8d][0x17][0x14][0x1c][0xc6][0x11][0x5][0xf]b[0xb7][0x1b]/*[0x18][0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "^F[0x83][0x1b][0xaf](x[0x15][0x7][0xdc]xM[0xc1][0xeb]xC[0xc1][0x9b]hP[0xf0][0x16][0xa3][0xb7][0x19][0xbd][0xc3][0xe8]]FG[0x19][0xbd][0xc7][0xe8]}F[0xc7][0x18]}[0xc0][0xe8]8[0x8f][0xf5]![0xe8][0xdb]Q[0x91]=6[0xe9][0xd6][0x8d][0x13][0x2]5S[0xa8][0x1]-v[0xc6]![0x93][0x89][0xb0][0xaf][0xa9]7i[0xe8]T[0xe2][0x8d][0xb3][0xfd][0xd3]Q[0x7]s[0xca][0xdd]4g[0x1d][0xb2][0xf8],[0xa3])[0xcb]P[0xa9][0xaf][0xb0]Y[0xfc]QU[0xc7][0xd3]o[0xf9]k[0xcb][0xe4]o[0xf2]&[0xdc]F[0xe9]_[0x97][0x99][0x12][0x8e][0x19][0x9a][0x1e]S#>[0xbf][0x1a][0x89][0xf4]RuI[0x1d]Re[0xf3][0x9c][0xa0][0xae][0xa9][0x86]6[0xe1][0x91][0xc0]V[0xab][0x8c]M[0x86][0xc2][0xbe]~[0xda][0x8a]k{[0xe2][0xfa][0x90][0xaf]y$[0xd6][0x17][0xd1][0xf2][0xb4][0xb6]8[0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa7][0x5]N.-H[0xb]|3[0x95][0x99]=]M-[0xad][0x2][0x95]v[0xa7][0x8a][0xea][0x5][0xca][0xaa]?[0xae]GU[0xc3][0xd0][0xfa]Rw+." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe3][0x8e][0xa4]x[0xbd][0x10]s}[0xee][0x99][0xb8][0xf8]"g[0xc8][0x1][0xad][0xf][0xe7][0xa6][0xd6][0xe6][0xed]m[0xd4][0xf6]i[0xbd]#[0x94]F[0xc7][0xe6][0xe]'[0x95]3[0xe1]X?[0x99][0xa2][0xeb][0x9d]M][0x1d][0xd4][0xec]Qu[0xfa][0x7]p[0xb6]vuuvQ[0xab][0xe9]z[0x9c]M[0xf8][0x9b]z[0x9a][0x2][0xd4][0xf6][0xab][0x86]JY[0xf0][0x9a]Kd<'[0x9d]~[0xbf]@[0xc9][0x84]*$[0xa2]&[0x93][0xf4][0x8e][0xdf][0x88][0x9b][0x0][0x14]`[0x11][0xbf][0xe0][0x84][0x9a][0xf9][0xdd][0xa6]v[0x1e][0xa8][0xea][0xc6]R:/[0xa3][0xab][0xdd]([0x84][0x83]Z[0xa5][0xba][0xa6][0xf6];[0x88][0xea][0x95][0xe7]P[0xf0][0x95][0xec]w+[0x9d]g[0xd3]S`[0x5]\[0xa8][0x84][0x17]UXNW[0xd5]&[0x1f][0xb7][0xd1]}HTI[0xe3][0xb][0x89][0xaa][0xe8]i[0x81]D5[0xa8][0xa5][0xbe][0x82][0xff]f,[0xa5]8[0xf5][0xe3]g[0xcb]k~[0xc5][0x82][0xea][0x9a][0xea]s(<[0xb][0xc7]y8[0xb][0xf1]-\[0xa7]PR-[0xf8][0xde][0xf7]p[0xd3]%[([0x94][0x16]J[0xa5]\-[0x9d]Wb!|t[0xaf]N[0xda][0x98]o[0xe][0x96][0xb2][0xb1][0x9c][0x9e][0xd5][0x92][0xd4]*[0xc2]$[0xb4][0xd0]K[0xb8][0xe][0xab]-[0xf1]ab;[0xa9]-#[0x89][0xa2]s([0xae][0xa1][0xe3]$[0xdc][0x8e]Sp[0x14]~[0x91][0xd2]r[0xc9]0[0xd6][0xc8][0xf1][0x1b]L~j[0xfc]2[0xd4][0xd3]=![0xd1][0x1a][0xac][0x95][0xea]eX[0x87];d[0x8a][0xca]p'[0xee]"]Vw[0xa2][0xa0][0xf4][0x1e]![0xe5][0x1b][0xf3][0x90][0xbf]kJ[0xf2][0xeb]s[0xc9][0xdf][0x9d][0x87][0xfc][0xc6])[0xc9]/[0xce]%[0xbf][0xc1][0x92][0xf][0x11][0xdd]aS~[0xd3][0x84]5fO~[0x82][0xe8]3$[0xba]1[0x8f][0x98]7[0xe7][0x15][0xf3]=h[0x9a][0x1c]ss[0x1e][0xf2][0x1d]S[0x92]o[0xc9][0x95][0xf2]My[0xc8]w[0xe7][0x15]}+-[0xbd]I[0xf2]~K~?[0xd1]]6[0xe5]wI[0xf9][\r]&[0x8a][0xf2][0x8c][0xda][0x8]9[0xd3][0x8d][0xdc]k[0x19]9H[0x1d][0xdd]6[0x8d]<$[0x8d][0xdc]k[0xf2][0xf3]6[0xc2]h3!W[0xba][0xa5]-[0x96][0xa5]Wh[0x88]"[0x9b][0x96]z[0xa5][0xa5].[0x93]?[\r][0x96][0x18][0xdd]G[0xc8][0x9d]n.`[0x99];J[0x83][0x15][0xdb]4[0x17][0x92][0xe6]v[0x9b][0xfc]i5[0xc7][0xa8][0x9d]PQ[0xba][0xcd][0xe][0xcb][0xe6][0xc7]4[0xac][0xc7][0xa6][0xcd][0x88][0xb4][0xd9]o[0xf2]g[0xc8]&[0xa3]NB[0xc5][0xe9][0x86][0xb7]Z[0x86][0xbf]$[0x1][0xaf]M[0xc3][0xc3][0xd2]p[0xc2][0xe4][0xcf][0xb8]aF[0xdb][0x8]y[0xd2][0xad]wY[0xd6][0xbf]#)[0xc5][0xa6][0xf5]Qi}[0x9f][0xc9][0xbf][0x82][0xd6][0x19]u[0x13][0xf2][0xa6][0x7][0xd1]c[0x5][0xf1]3[0x89][0xce][0xb2][0x19][0xc4]~[0x19][0xc4][0x1][0x93]U[0x82]`[0xb4][0x9d][0x90][0x92][0x1e][0xce][0xe]+[0x9c][0xdf]I~[0xb6][0xcd]p[0x9e][0x96][0xe1][0xbc]l[0xf2][0xaf]r8[0x8c]v[0x12][0x9a]ui`[0xbb]p[0xbf][0x19][0x98][0x18]$Q[0x96][0xb8]PK[0x11][0x9d][0x85]G[0xc6]U^[0xfd][\r]\[0xe5][0xb4]U[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94];k[0xce]Cq[0xe0][0x14]N[0x9b][0x94]Y[0x99])[0xb3][0x99]2fRJ2Sn`J[0xd8][0xa4][0xcc][0xc9]L)e[0x8a][0xdf][0xa4][0xcc][0xcd]L)c[0xca]2[0x93]2OR[0xe6][0xa7]S[0xe6];pq?[0xbb]V[0xae][0xab]Ct~[0x9e]">L[0x89]8B[0x9f][0xcd]1J[0xd5]K[0x8][0xd3][0xc7]a[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xec]1*[0xae][0xa9][0x80][0xc6]i*[0xad][0xa4][0xca][0xfa][0xf][0xaa][0xa9]/~$/[0xa4]&[0xf1][0x2][0x1e][0xb0][0xb6][0xde][0x17][0xe4]t[0x16]H[0xc4][0xd3]Y([0x11][0xef]N[0x1d][0x12][0xf1]f[0xc1][0xfc]H[0x16][0xc1][0xb5]l)[0xfd]*[0xa8][0x1f][0xd5][0xf7][0xd6][0x82]z[0x13][0xc2][0xdc]~[0xb1][0xf7][0xf3]X [0xf0][0xb9]TX[0x7][0xf3][0xc7][0xa3]0[0x8f]uk[0xe8][0xf0][0xd1]QO[0xf3]s[0x86]&[0x80][0x8e][0x12]:[0xe6][0xd0]1[0x97][0x8e][0x85]gR[0xb1].[0x96][0x8b][0xe4][0x18][0xed][0xcb][0x8f][0x93][0xf6][0x9]r[0xf8][0x11]9[0xfa][0x84][0x16][0xc0][0xa7][0xb4]{[0xfa]L[0xc6][0xa4]X[0xdb]>3&[0xcb]am![0xff][0x8]=[0x84][0x87]-[0x87]K$[0xf](.-?[0x87]E_[0xc3][0xc1])[0x15][0x13][0xd6]9W4[0x8f][0x80]+[0x97]G[0xff][0x5]PK[0x7][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.class[0xad]V[s[0xd3]V[0x10][0xfe][0x8e][0x1d][0xac]D[0x16][0xb7][0x0]![0xa1]7h[0xb8]8[0xb6][0x83]![0x84][0x96][0x92]4m[0x8][0x4]R[0x9c]@k[0x1a]HzU[0x1c][0xe1](8[0x92]+[0xc9]![0xe9][0xe5][0xb4]?[0xa0][0xd3][0x97]>p[0x99][0x81][0xa6][0xcc]t[0xfa][0xd4][0x87][0xfe][0x90][0xfe][0x88][0xe][0xd3][0xf6];[0x92],b[0xc7][0x10][0xbb][0x83]=st[0xbc][0xde][0xfd][0xf6][0xdb]=[0xbb]{[0xf4][0xe7]?[0xbf][0xfe][0x6][0xe0][0xc][0xbe]SpE[0x85][0xc0]T[0x17][0xe][0xe2][0x3][0xb9]\M"[0x8f][0xe9]$fp-[0x89][0xeb][0xf8]P.[0x1f])([0xa8][0xe8][0xc2][0x8d]$>[0xc6][0xac][0x8a]^[0xdc]T[0xa9]zK[0xaa][0xce])[0x98]W[0xf1][0x9]>[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9f]I[0xc9][0xe7]r[0xf9]B*|[0xa9]@Wq[0x0]7[0x15],((*X[0x14]P[0xca]v[0xa9]d8[0xae][0xc0][0xd1][0xfc][0xb2][0xbe][0xaa][0xe7][0xaa][0x9e]Y[0xce][0x15]m[0xab]Xu[0x1c][0xc3][0xf2]r[0x13][0xd1]vZ[0xaf][0x8c][0x8]t[0x15][0xcc][0x92][0xa5]{U[0xc7][0x10]0Z0[0x19][\r]t[0xca][0xba]U[0xca][0x15]<[0xc7][0xb4]J#y[0xdb])[0xe5][0xec][0x8a];[0xbc][0x9c][0xab][0xe8]k9[0xc9][0x80]b[0xf9][0x1c]^^[0x1d][0xca][0xe5][0x83]g[0xde]'62F[0x9f]*[0xd5][0xf2][0x81][0x96][0xc0][0xc0]s[0xcc][0xaf]G:[0xd3][0xba][0xa5]KS[0x81]=[0xae][0xe1]][0xa8]Z[0x8b]e[0x83][0x9c]Y[0xa9]zS[0xb7][0x99][0x1][0x96][0x91][0xc0][0xb9]&[0x9]m1[0xc5]IV[0xa6][0xa7][0x9b][0x96]{[0xd5]Xo[0xb8]$jf[0xf3]8[0xc2][0xd7][0xbb]^[0xbe]8[0xf6]![0xc6][0xe9][0xc1][0xf9][0xc1][0xfd][0xab]|[0xa5][0x8c][0xe1]5[0xa8]r[0xa8]p/[0xdf][0x8][0xf]S[0x93]e[0xcf]_[0xdf]#[0xce]/[0xf0][0xde][0x13][0x88][0xb9][0xf4]c[0xc4][0x1e]"[0xfe][0x0][0x1d][0x1b][0xd8]![0xb0][0x81][0x84]@>[0xb3][0x1]E[0xe0][0x7][0x1c][0xe4][0xa6]S[0xe0]wtMg[0x1f] [0xfe][0x8][0xea]O[0xff][0xfe][0xc5][0xcd][0x6][0x92][0x2][0xf7][0x9][0x11]G?[0xd7]CHp[0x1d]@[0x12]id[0x91][0xe1][0xdb]l[0x16]oqP[0x8c][0xe1]$[0x8e][0xf2][0x9f][0x1e][0x92][0xc9]B[0xc1]1[0x1c][0xe7][0x8e][0x8e]q[0x2])[0xdf][0x2][0xb4][0x89]=E[0x9f][0x82][0xf4][0xdf]d[0xdd]E[0xe3]l[0xc8][0xb2][0xf][0xc1]GH?[0xc2][0xf7][0x93][0xe0][0x13][0x18][0xe2]:[0x18][0xa9][0x9d][0xe1]SJw0[0x10][0xed][0xbe][0x1f]w[0xbf][0x1f][0xb1]t4[0x8c][0xe][0x9c][0xf5])h[0x81][0x12][0x9][0xe5]|[0xb8]S8[0x1d][0x2][0x8c]0[0x8][0xa9][0xab][0xa4]3[0xe2][0x11]v[0xde][0x8b] [0x2]o[0xef]D[0x11]P%4[0x97][0xbb][0xa1][0xd0]3[0xc7]i[0x8][0xf4]#[0xa5][0x1d][0x12][0x90][0xb9]d[0xde]v[0xc5][0x98][0xb7][0xdd]3[0x83]@[0x1d][0xcc][0xfe][0x82]=[0x83][0xf7][0xa4][0xfc][0x9][0xba][0xe6]22[0x97][0x8f][0xb1]w[0x3][0xdd]q[0xdc][0xdc][0xac]}[0xaf]![0xa5]c[0xd8][0xc9]d[0xed][0xc5][0xfb]$0[0xce]S[0x9e] [0x81][0x8b]>[0xa1]t[0xe0]*"4[0x12][0x12][0x92][0xbb][0xb3]L~[0x8c][0x96]'[0xf1]6[0xce][0x11]O[0xa6][0xb9][0x13][0xe2])z[0x15][0x86]#[0xe4][0xc8][0xe])[0x8f]QO[0x6][0xa6][0x6]$[0xf6][0xc5][0xf0]sC[0xf8]S[0x9b][0xc2]W#oj[0x14][0xfe]y[0x8c][0x86]X[0x17][0xa9]#[0xab]*[0x91][0xce]<[0xc2][0xfe]F[0x9c][0x19][0x1f][0xe7]p[0xa0][0x11][0xe1]$"[0xd6][0x89][0x90][0xb5]D|[0x97]O[0x89]8[0xbb][0x5]1[0xbe][0x9][0xb1][0xb0]-[0xe2][0x18]s[0x17]c[0xee]j[0xa7]/%[0xe3][0x94][0x4][0xdd]q[0x81][0xb2][0x9][0xb2][0xe][0xd8]g[0xc3]2[0x8a][0x89][0xc6][0x2][0xb8][0xb5][0xa9]~b[0xa1][0x9f]N\[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb0][0xdf][0xcf][\r][0xb][0xf9][0x9][0xe][0xcc]=F[0xcf]Ct4Vl?[0xd7]I[0xdf][0xfc][0xf2]PK[0x7][0x8][0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.class[0xa5][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][0xdb]^{[0xed][0xb5][0x14][0xac]?P[0x11]E@m[0x89]z[0x11][0xf1][0xc1][0x94][0xf8][0xd2][0x84]hr[0xd1][0x4][0xb4][0x89][0xbc]m[0x8f][0xe5][0xb8][0xe6]zW[0xb7][0xd7][0x6][0xff][0x5][0xff][0x1a][0xd1][0x7][0x12]M[0xfc][0x3][0xfc][0xa3][0x8c][0xb3]{G[0xa1]T[0x8d][0xd5][0x87][0xce][0xce][0xcd][0xee][0xcc]gfv[0xb6][0xdf]|[0xf9][0x6][0xe0]1[0xd6],[0xe4][0xb1]ZD[0xe]wL[0xdc][0xb5][0x90][0xc5][0xaa][0x89]{&j&[0xea][0xc][0xa6][0x1b][0x85][0xb1]8[0x8c][0x19][0xee];[0x91][0xf4]l[0xde][0xe3][0xee][0x81][0xb0][0x83][0xc8][0xf3][0xfc][0xd0]S[0xeb]F[0xc7][0xee][0xf7]|[0xdb]![0x8b][0x90][0xcd][0xe4]t[0x83]![0xbf][0xe9][0x87]~[0xfc][0x8c]![[0xab][0xb7][0x18][0x8c]f[0xb4]'[0x18]f[0x1d]?[0x14]/[0x7][0xdd][0xb6][0x90][0xaf]y; K[0xd5][0x89]\[0x1e][0xb4][0xb8][0xf4][0xd5]wj4[0xe2][0x3][0xbf][0xcf][0xd0][0xd0][0xc8][0xa8][0xd7]'F[0x8f][0x1f][0x8e]S[0x87][0xeb][0x8a][0xa9][0xd6]1[0xf4][0x16]w[0xe3]H[0xbe][0xa7][0xc],O[0xc4][0xcd][0x93][0xec];5[0xa7][0xc3][0x87][0xdc][0xe]8[0xf9][0xef][0xc4][0x92][0xc2]4[0xce]X[0x9a][0x1][0xef][0xf7][0x9d][0x88][0xef][0x9]y[0xd6][0xfc][0xaa][0xdd][0x11]n[0xdc][0xd8][0xad]OW[0xbb][0xb1][0xff][0xce][\r]Ui[0x13]H[0xea]K[0xa0])[0xc][0xf3][0xbf][0xc1]S[0x93]([0x8a][0x90]![0xf]F[0xd9]W'sb[0xa8][0xb8][0x3])ExZ#[0xdb]e[0xf8][0xf0]_u&[0xa6]P[0xc4][0xf6][0x9b][0xed][0x17][0x8d][0xc9]HS[0xf6][0xa1]B[0xc3][0xb3][0xef]{[0xea][0x86]c?[0xa2][0x8e]T[0xc6][0x1][0xd4][0xa9][0x90]w[0xe9][0xbe]g[0xa4][0xe8]FC1[0xaa][0xc4][0xae]M[0x3]R[0xf3]U[0xd8]t[0x83]t[0xe0][0xac][0x9d]h ][0xb1][0xe5][0xab]IZ[0xfa][0xc3][0x8c][0xd1],L6[0xe5][0x81][0x86]&a[0xd9][0x8][0xaa]\[0x8b]$[0xb][0xd4][0xf3][0x93][0xde][0xae][0xe8]3@[0xe9]+[0xb2]o[0x8f]a|F[0xe6]H[0x1f]=[\r][0xb6]HrY[0x3]V~[0x2]PK[0x7][0x8]}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.class[0xad]V[S[0x13]I[0x14][0xfe]:$L.[0x93]%"[0xa2]"[0xbb][0xae]+j[0x12][0xd4]1[0x80][0xb7][\r][0xa2],[0x8b][0x8a][0x6][0xbc][0x4][0xf1][0xfa]2[0x84][0xae]08[0xcc][0xa4]f:[0x94][0xd6][0xfe][0xa0]}[0xd9][0x7][0xad][0xf2]R[0xb8]U[0x96]O>[0xf8][0xa3][0xd6]=[0xdd][0xd3]@[0x82][0xc1][0x7]0[0xc9]t[0x9f]>[0xdd][0xe7][0x9c][0xaf][0xcf][0xf9][0xba]'_[0xfe][0xfb][0xf0][0x11][0xc0]([0x9e][0xa5][0xd0][0x83][0xcb]i[0xe4][0xf0]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3](g0[0x8e]KRw%[0x83]}[0x98][0x90][0xcd]U[0x3][0x93][0x6][0xa6]2HbZ6[0xd7][0xe5][0xea][0x1b]i[0xa4]p3M[0xb]g[0xc][0xdc]2p[0xdb]@[0x85]![0xe6][0x8][0x86][0xbe][0xca][0x8a][0xbd]f[M[0xe1][0xb8][0xd6][0x8c][0xe0][0x81]-[0xfc][0xa0][0xcc][0x90][0xaa]:u[0xcf][0x16][0xcd][0x80]3$[0xa6]=[0x11][0xbc]d0g<[0x8f][0x7]S[0xae][0x1d][0x86][0xa2][0x99][0x96][0x91][0x89][0x87][0x18]5[0xf1]H6[0x8f][0xf1]D[0x6]~*[0xc3][0x9c][0xa4][0x82][0xef][0x81][0x99][0xc][0xb9][0xed][0xd9][0xa6]s[0xf0]m[0xba][0x19].[0xee]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3][0xe5]][0xe3]kC[0x17][0x95][0x8f]![0xe9]lb[0xea]o#d[0xcb][0x85][0xd7][0x15]r!O[0xf8][0xd6]d[0x95]Kne[0xdb][0x14]mc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "I[0x87][0xad]cU[0x88][0xb9]u.ns*I[0x92][0x84][0x5][0xdb]m[0x12]i[0x92][0xc2][0xdf][0x80][0xd4][0xce]d[0xcd]3[0x86]S[0xf9][0x9d][0xa8][0xdc][0xaa]),[0xe0]W[0xba][0xcb]s`t[0xe1][0xc7][0xe8][0xcd]@,"[0xb9][0x8f][0xa4][0x18][0xe][0xe6]r[0x92]g$'[0xe8][0x19][0xc4][0xcf]4[0xf3][0xb]I[0xf7]iN[0xae][0x1d]([0xe][0xbf][0x5]+[0xbe]G[0xac]X|[0x3][0xf6][0x6]][0xeb][0x88]3[0xbc]E[0xe2][0xb5][0xb2]?JmZ[0xad]t[0xe9][0xa5][0xb1]J[0x91][0x80][0xfe][0xc8][0x12][0xc7][0xf0][0x1b][0xa0]$[0x19][0x81][0xd1][0x97][0xa8][0xab][0xfd][0x8f][0xa9]1[0xd9][0x92][0xd7][0xc4]:[0xba][0x19][0xfe][0xd9][0xf4][0xd7][0xad]f[0x1a][0xca][0x97][0x19][0xad][0xd2][0xbe][0x98]$$[0xad][0x92][0x1e]> [0xae][0xe2][0x94]"[0xf][0x6][0xc3]'$+[0xff]"[0xf5]xx[0x1d]i[0x6]j3[0xc][0x9f][0xd1][0x13][0x9][0xef]`[0xfe]M[0xc8][0xdf]#[0xfb][0x8a][0x8c][0xe2]*P/[0xf5][0x80]@[0x16]M[0x92][0xd7]p[0x8e][0xfa][0xad][\r][0x94]t[0xd0],[0x81]>[0x85]<[0x5]/h@[0x91][0xa6]H[0xd2][0xb0]Z[0x17][0xfb][0x8a][0xd3][0x88][0x19]8m[0xe0][0xc][0xba][0x92][0xc8][0xd2][0xcf][0xc0][0xd9][0xaf]rGZ[0x1b][0xdf][0xd4][0x1a][0xb0]t[0xee][0xcf][0x91][0x83][0x12]FtF[0x86][0xd5][0xfe][0xe8]y[0xbd]-[0x11][0xb5]$[0x82]E[0x98]r[0x93][0xf2][0x2][0xd0][0x86][0x96]Ne[0xa2][0xf8][0xe]?[0xbd][0xda]f[0xec][0xb6][0x18]'[0xf4][0x86][0xe2]:[0xfe][0x18][0xce][0xab][0xfe][0x2].*[0xed][0x0].[0xd1][0xd6]A[0x1b]K[0xd0]_[0x81]k8[0xd0][0x9d][0xc2]a@[0xd7]0[0xfa][0xf4][0xe8]>[0x85]?[0xf0]'R[0xff][0x3]PK[0x7][0x8][0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContex" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tMap$1$1.class[0x9d]T]O[0x13]A[0x14]=C?[0x96][0xdd].Z@[0xc0][0xf][0x14][0xd4][0xa2]mQV[0xb0][0x8a]XBb[0x8]&$E[0x13]KH|[0x9c][0xb6][0x93]v[0x9b]u[0xb7][0xd9][0x9d][0x12][0xf0][0xc9][0x1f][0xe4][0x83]&[0x10][0x83]&[0xfe][0x0][0x94][0xf1][0xce][0xec][0xc6][0xb4][0x6]_[0xb6][0x93][0xf6][0xde]9s[0xe7][0xdc][0xdb]3w[0xe6][0xd7][0xef][0xef]?[0x1][0x82][0xbc]m[0xf5]E[[0xd6]wh0[0xe4]e[0xcf][0x8d]JT[0xd5]V#[0x8][0xbb]N0[0x88]j}g[0xc0]O[0x1c]/[0xe8]vi[0xa3][0xb2][0xb5][0xfe][0xf1][0x86][0xd3][0x88][0xed]a/[0x14][0xbc][0xb3][0x1b][0xf8]R[0x9c]H[0x95]p][0x91]l[0xbb][0xbe]+w[0x18][0xb6][0xcb][0xa9]Y*G[0xc][0xd9][0xdd][0xa0]#[0x94][0x16][0xae]/[0xde][0xc]?[0xb4]Dx[0xc8][[0x1e]!3[0x8d][0xa0][0xcd][0xbd]#[0x1e][0xba]j[0x9e][0x80]YU:C=mJ][0xfa][0xa4]+E[0xc8]e[0x10]2[0xcc][0x97]+#b[0xee]'8[0xc5]4/]H[0xa1]|[0x82][0xc4][0xca]g#[0xf7]#[0xfd][0x8b]L[0xb9][0xb2][0xcf]p8B[0xf6][0xaa][0x15][0xc9][0x90][0xb7]e[0xba][0xd3][0x1d][0xcb]a5[0x83]a[0xd8][0x16][0xaf]][0xa5][0xd7][0xe2][0x94]XS[0x9b]I[0xf5]=[0xbf][0xed][0x5][0x11]m>[0x10][0xb2][0x17]tlj[0xee][0x9a][0x8d]Y\[0xb3]1[0x87]g6[0x9e]c[0xd3][0xc0][0xb][0x1b]S[0xb8]B[0xaa][0xa7][0x16][0xbd][0xb4][0xae][0xf8][0xb6][0xc][0xbc][0xb4][0xb1][0x84]e[0xea][0xbc][0xd4]T[0xc]s[0x97][0xca][0xc6][0xb0][0x99][0x92][0x93]a[0xf6][0x12][0xc5][0xa9]M[0x84][0xb2][0x9a]zz[0xac][0x1b][0xe2][0xbb]J[0x87]H[0xed];y[0xcc][0xbd]R;[0x18][0x9c][0x8e]_g[0xa2][0xa1][0x90][0xa9]1[0x80]a'[0xf5]UI.[0xcb][0xd4]X[0x11]X[0xa6]'[0xc7][0xa2][0x17]i[0x2]EuB[0xa0][0x1a][0xf4]l[0xa6]XTgH~[0x86][0xbe]s[0x98][0xa7][0x95][0x5][0xf2][0xde][0xd1][0xda][0x4][0xd9][0x9b][0xd5][0xd5]s[0xb0][0xea]7LT[0xab]g`g[0xc8]\ [0xcb]p[0x8e][0xdc]W[0xbd][0xff]:[0xfd]Z:[0xb2]G[0x19]\[0xdc] o>[0xde]I[0xe3][0x16][0xa0]=[0x95][0x81][0xd1]X[0xc4]mZ[[0xd0]/c[0x86][0xe6][0x80][0xf9][0x3][0xf9][0xf7]Do|[0xf9]K[0x97][0xd7][0xb][0x9e][0xa6][0xb2][0xe3][0xa0][0x84]*.[0xf9][0xe]a[0xd4][0x19]I[0xa1]5MLEPy[0xb9][0xb]L2|[0xfe][0x87][0xe9][0xd3][0x8][0x93][0x95]0e[0x13][0xae][0xbb][0xb8][0xa7][0xed]}[0x94]4Z[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0x82]P[0xe5][0xc7][0x1f]3[0xb1][0xf9][0xc4][0x16][0xe9][0x9][0x9f][0xce][0x9b][0x0]PK[0x7][0x8] v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.class[0x9d]TQo[0xd3]0[0x10][0xfe][0xbc]fMSR[0xda]ml[0xc0][0x18]0 @[0xdb][0x8d][0x85][0xc1][0x10]B+[0x93]P4[0xa4]I[0xdd]^:M[0xe2][0xd1]M[0xad]4UH[0xaa][0xc4][0xad][0xb6][0x5][0xf][0x13][0x12]H[0xfc][0x0]~[0x14][0xe2][0x9c][0xe4]a-CB[0x89][0x15][0xdf][0xf9]|[0xf7][0xf9][0xfc][0xf9][0xec]_[0xbf][0xbf][0xff][0x4][0xf0][0x1a][0xb6][0x81]26U[0xf7][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x8f]u<[0xa9]B[0x83][0xa5][0xe3][0xa9][0x8e]g[0xc][0xe6]Q[0x18][0x8a][0xd8][0x9]x[0x92][0x88][0x84][0xa1]2[0xe5][0x81][0xe5]F[0xe3][0xb][0x86]zw[0xc4][0xa7][0xdc][0x9e]H?[0xb0][0x8f][0xf9]x[0x9f][0xa1],[0x87]~b[0xbd]dx[0xdb][0x8d]b[0xcf][0x8e][0xc6][0xc9][0xde][0xc8][0x1e][0xf3]s;[0x88]<[0xcf][0xf]=%[0xf7]F[0xd3]Wv7[0x93][0xa7][0xc3]X[0xf0][0x81][0x13][0x85]R[0x9c][0xcb][0x1c][0xa2][0xe3][0x87][0xbe]<`8j[0x16][0xc4][0x98][0xcb][0xaa]u[0xc6][0xa0]9[0xd1]@[0xa8][0x84][0xfd]P[0x9c]L>[0xf7]E|[0xca][0xfb][0x1]Y[0x96][0xbb][0x91][0xcb][0x83]3[0x1e][0xfb]j[0x9c][0x1b]5[0xb5][0xb][0x86]w[0xc5][0xd6][0xb7]vi[0x17][0x15][0x11][0xca][0xf8][0xa2]'$[0xc3]R[0xb3]u%#2[0xd1][0xb4][0xd1][0xf3][0xbd][0x90][0xcb]I,t4[0x19][0x16][0xf][0x95]7[0xc3][0xc9][0xbc]kgv/V[0xea][0x97][0x1b][0x3]N[0xb9][0xf4]dL)[0xed][0xff]m9[0xa0][0xc6][0xf0][0xfe]J[0xfc][0x87]~"c[0xee][0xaa][0x14][0xff][0x13][0x81][0xa1][0xda][0x8b]&[0xb1]+>[0xfa][0x8a][0x96][0x8d]lxG[0x85][0x12][0xb9][0x87][0xa1][0x1b]D[0x9][0x85][0x1e][0xb]9[0x8c][0x6]:Z&[0xda][0xd8]2q[0x3][0xa6][0x9][0x3]U[0x13]5l[0x13][0xaf][0x5]i[0xb5]v[0x15][0xc0][0xb]*[0xae][0x82][0x0][0xc][0xab][0xd7][0xd2][0xa1]c[0x87]a[0xe5][0x1a][0xa6][0x19][0xde][0x14]Z[0x8a]A[0xf7][0x84]t[0xd2]K2{[0xfc]Y[0x8d][0x97][0x9a][0xaa](;[0x5][0xb][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L[0x85][0xd7]fP[0xb1]I[0x17]X[0xa7][0xb][0xbd][0xd0]h([0xae][0x1][0x92]D[0xbc][0xb2][0xd0]_[0xc3]M[0xd0][0x11][0x91][0xe6][0xd0][0xb8]D[0xb2][0xde][0xde][0xba][0x4]ko_b[0xa1][0xfd][\r][0xa5][0xaf][0xa9]c[0x83][0xfa]29[0x2][0x2]K[0xd4][0xaf][0xa5][0xc1]u,c[0x5]H5[0x5][0xc9][0xa8][0xdd][0xc2]*[0xcd][0xd5][0xd3][0x17][0xa4][0x94]F[0x18]?[0xa0]}"[0xa8][0xc5]/sP[0xc3][0x14][0xca][0xcc][0x9c]r[0xa8][0xb5][0xd4][0xe7].[0xbd]3[0x99][0xb6][0x8e]{[0xa9][0xdc][0xc0]}[0x92][0x1a][0x1e][0xe0]!*[0xa4][0xad][0x13]x[0x19][0xd9][0xa7][0xe5][0xf2]6[0x9e][0xe3]N[0xd9][0xf8][0x3]PK[0x7][0x8]Iab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.class[0x9d]V[S[0x14]G[0x14][0xfe][0x9a]][0x98][0xbd][0xc][0x82][0xc0]j &[0xf1][0xee][0xc2][0xa2][0xa3]Fb[0x92]%H[0xd8][0xa8]!.b\[0x82]bL[0xc8]0[0xc][0xcb][0xc0][0xec][0xcc]dv[0x16]![0xd7][0xe7][0xbc]$[0xcf][0xf9][0x5][0xbe][0xe4][0xc1]h[0x15][0xc6]X[0x95]G[0xac][0xca]o[0xb2]R9[0xdd][0xd3][0xec][0x8d][0x15],[0xa0][0xaa][0xbb][0xa7][0xe7][0xf4][0xf7]}[0xe7][0xf4]9g[0xf6][0xdf][0xff][0xfe][0xfe][0x7][0xc0][0xbb][0xf8]9[0x81][0x1]|[0xae][0xe0]v[0x2]m([0xc4][0xd1][0x8f][0x99]$[0xbe][0xc0],_[0xdd][0xe1][0xab][0xbb]I[0xcc][0xe1][0x1e][0xfc]2A[0xc3][0xfd][0x4][0xe][0xe3]+>|[0xcd]O[0xce][0xf3][0xd5]7|[0xd0][0xf9][0xb0][0x90][0x80][0x81]E[0x5]f[0x2]=X[0xe2][0xf6]E[0xbe][0xbd][0x9c][0x84][0x85][0x15][0x5][0xab][0xfc][0x81][0xc8]l[0x5]%[0x5][0xe][0x83]:[0xe9]8[0xa6][0x9f][0xb3][0xf5]r[0xd9],3[0xc4]K[0xf3][0x86][0xeb][0x4][0xe6]z[0xc0]p<[0xef][0xfa]E[0xcd][0xf5][0xca][0x97]V4O_[0xd7]l[0xb7]X[0xb4][0x9c][0xa2]vK_[0xcf][0x85]6Y[0x86][0xee][0xd2][0xfc][0xa2][0xb9][0xa4]W[0xec] [0xb7]}N-[0xcd][0x93]y>[0xb4]f[0x18]|5[0x8c][0xb4][0x99][0xd2][0x1d][0xbd]h[0xfa][0x84][0xd6]1j9V0[0xc6][0x10]I[0xf][0xce]2Ds[0xee][0xa2][0xc9][0xd0][0x95][0xb7][0x1c][0xf3]f[0xa5][0xb4]`[0xfa]3[0xfa][0x82]M;=y[0xd7][0xd0][0xed]Y[0xdd][0xb7][0xf8][0xb3][0xdc][0x8c][0x6][0xcb][0x16][0xb9]p[0xf9][0x15]|4_ZY[0xbb][0xa8][0xe5][0xc3]yf[0xd9]7[0xf5]E)zJ[0xf7][0xb8]/e3[0x98][0xa8]8[0x8b][0xb6]Y[0xf5][0xe5]T:D+[0x17]-m[0xc9][0xd7]K[0xe6][0x3][0xd7]_[0xd5][0x1a][0x8c][0xb2]\i[0xc4][0x8][0xd6][0xab][0x11][0xdb][0xcd][0x98]AY[0xb4][0xca][0x9e][&[0xc1][0x89][0xa2]Y[0x8b][0xda][0xc9][0xf4].[0x81][0xaa][0x9d][0xee],[0x4][0xba][0xb1]Jz[0x85][0xd3]t[0xa1][0xc4][0xed]U[0xe8][0xfc][0x99]t~E_[0xd3]5[[0xa7]#[0x85][0xc0][0xa7][0x93][0xd9][0x9d];B[0xeb][0xaa][0xb9][0xc1]C[0xb8][0xe3]%C[0xfb][0x9a]nWHY[0x84][0x94]1[0x9c]n[0x1]9[0xd8][0xea]X[0xc4]]XiD[0x9c]^X1[0x8d] +[0xb2][0xcc][0xa5]{[0xf5][0xcd][0x92][0xbb]F[0xc0][0xa9]V[0x90][0xa4][0xa9][0xdd][0xb0]M[0xdd]gH[0xf2][0xec][0xd3]-[0xa7]|[0x83]kli}[0x8f]B([0x2][0xe7][0x91][0xc5][0xc1][0xb4][0x14]T[0x9],[[0xb][0xaf]1j[0x88]W];^[0x1c]j[0xcc][0x9a][\r]o;sF[0x1a]MGw[0x8d][0xa4]tm[0x8c][0x9c][0xf3][0xa8]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "V[0xd1][0xd1][0x83][0x8a]O0[0x97][0x9b][0xc5][0xec][0xe]$w[0xc6]HY[0x8a][0x1c][0x9a],[0x95]*[0x1][0xd7]C[0x7][0xa7][0xfd][0x9b][0x15][0xdb]&G[0xad][0xf2][0xd5][0x92][0x17]l[0x88][0x82] [0xc7]c[0xa3][0x86]-+$Qp+[0xbe]a^[0xb3][0xb8][0x3]G^[0x91][0xd4][0xe7]8[0x9b][0x8a][0xe3]8[0xc1][0x90]i[0x9d]][0xd3][0x85][0xeb][0x93];J[0x91][0x1f][0x19]Rq[0x14][0xc7][0x14]|[0xab][0xc2][0xc7][0x9][0x15]o[0xe1]m[0x15]e[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "**[0xd6][0xa0][0xa9]x[0x87][0xef][0x9c][0xe3][0xab][0x8b]x[0xa0][0xe2]2[0xd6]Ul[0xe0];[0x15][0x1f]aL[0xc5][0x15]~[0xe8]{[0xe4][0x14][0xfc][0xa0][0xe2]G[0xe4](>[0xfb]*[0xcc][0x93][0x17][0xb8][0x9a][0x9f]TL [0xc7][0xe9][0x8][0xd0]S[0x91][0xc7][0x14][0xc3][0xd1][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xae]v_[0x9c][0xd4][0xb][0x9a]/[0x9c][0xe1],[0x87][0xd2]=[0xdd]X6[0x1b]q[0xb4][0xb2]gi[0xbb]B[0x84]WM[0xd5][0xdb][0x90][0x1e]T[0xb4][0xaf][0xd9][0x1a])[0xa9]][0xcf][0xa4]v[0xdd]G[0x89]R{[0[0xfd]5[0xcb][0xa0][0xfb][0xcf][0xec][0xd6]<[0x1a][0x8d][0xb3][0xaf][0xc1]Z[0xc5][0xed][0xc][0xe9][0xaa][0xd1][0xdc][0xa3][0xc9][0xc8][0xd2][0xe0][0x5][0xbd]W[0xef][0x90][0xa6][0x94][0xd2][0x81][0xbb][0x1d][0x9d][0xbe]t[0xcb][0xee][0xd2]+[0xab]}z[0xa9]>[0xba][0xa9]Z(s[0xae]m[0x13][0x98][0xe5]:[0xd4][0xfe]c&/[0x18]a2[0x99][0xde][0xe7][0xa7][0xa0][0xa9]s[0xc][0xce][0xe2][0x18]}H[0x7][0xc0][0xf0]&"H[0xf0]R[0xa0]Ow[0x82][0x17][0x80][0x98][0xa9]Nh[0xee][0xa4][0xf7]Ti4[0x9e][0xa4]'[0x8d]fFs[0xfb][0xd0]S[0xb0]?i[0xd1][0x86]S4v[0x88][0xcd][0xd3][0xf4][0xf][0xa8][0xa1][0x1][0xce] Ms[0x1c][0x83][0x18][0x92][0x87][0xaf][0x11][\r][0xd7][0xf7][0x1c]ms[0x4][0x10]y[0x82][0xe8]cD[0x9f][0xa1][0x9d][0xa1][0x86]u[0x80][0xac]8Q[0x12][0x17][0xd0]K5X[0xc3][0xec]C[0x6][0xc3][0x2][0xf3]lUP?[0xc2]?![0x86][0xd5][0x89]y[0x8f]<8'[0xf4]r3G[0xec][0x1][0xd9][0xc7][0xe8]x[0x81]4[0xb1]n[0xe1][0xb8][0xe0]V[0x18][0xb6][0xd0][0xbb][0xbd]|[0x86][0x18][0xc3]CD[0xd9][0x13]t[0x90][0xe9][0x16][0xe2]4>[0xe4][0xeb][0xf8][0xa3]&[0x85]WH[0xd5]8)[0x9a][0xc0]y[0x11][0xa6][0xf6]3[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xb4]%'h$[0xb6][0x8b][0xf4]#([0xe4][0xbe]A[0xe6][0xfc]@[0xfc]/$2[0xc3][0x9b]H[0xd6]|[0xe5]?[0x8e][0x80][0xeb][0x88][0xe1]S[0xe1][0xe7][0xd1][0xd0]P[0xc6][0x8e][0xaf].aDH[0x8f][0x93]C#dM[0xfd][0x6][0xef]K`[0x8b][0x9e][0xb9]}[0x8a][0x3]oB[0x9d][0x1a][0xde]B[0x82][0x8]:[0xb9][0x3]\n[0xa4][0x8e]$O$Su$[0xa9]*IJ[0x92][0xc4][0xc8][0x89][0xf][0xf0]!Y[0x9f][0x17]!o{[0x89]^[0x5]Y[0xf2]j[0x94][0xde]R[0xf7][0x93][0xb4][0xe3]d[0xc1][0x11]c![0xed][0x81]fwnCAA0[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xed][0xaa]L1[0xc9][0xc4]x[0x1b][0x95]h#2[0xa3][0x14]B[0xdb]DW3[0xd8][0x1d][0xba][0xce][0xbb]u9[0xa0]H0F2>[0x96][0x10][0xd3]RP[0xb7][0x8c][0xc3][0x16][0x94]([0x85] [0xf2]G5[0x4]aJ[0xdc][0xaf][0x13][0xd5]][0x15][0xd5]-E[0x9d][0x17]Y[0xdb]v`[0x9c][0xeb][0xa1][0xae]Lf[0x1c]|[0x3]Qq[0xa0]_[0xe8][0xeb][0xce]g^p[0xa9][0x7][0x1f]=G[0xcf][0xdc]P[0xe6])zy[0xa0][0xa3][0x82][0xa5][0x87]f@'[0x8d][0xb][0x94][0xbd][0x6][0xba]`[0xd6]1[0xf6]KF[0x85][0xec]>[0xc1]U"[0xb9]&[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "w[0xae]K[\r]1[0xb0][0x97][0xe8]R(#&E,>[0xa3][0xfd][0x1b]U9[0xb5][0x2][0xdc]D_-%C[0x7]iQ[0x80]5[0x10][0xfa][0xb8][0xc8][0x80]Uh[0xe6][0x92][0x6][0x84]O[0xa9]|f[0xb]j[0xe6][0x19][0xe]1[0xfc]^[0x17][0xba]h[0xdd]5[0xfc]J"[0xab]sf[0xa0][0xea]L/[0x95]@[0xa3]3|g[0xdb][0x99]$"/[0xd1]G[0xce]D[0xc6]y[0x82][0xdd][0xac]^[0xfb][0x9][0x1]C[0x6][0xcf]qx[0xee])[0xde]x[0x82]xs[0x5][0xf][0x92][0xc9][0xb4]P[0xb]G[0x84][0x12][0xfa]5[0x16]V[0xfb][0xff]PK[0x7][0x8][0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.class[0xbd]Xit\e[0x19]~[0xbe]Yr'[0x93][0x9b][0x85],M[0xd2]4M[0xda]&m2I;BK)4[\r][0xad][0xa1][0xc5][0x94]$[0x80][0x9][0x85][0xb6]"[0xdc]&[0x97]d[0xca]l[0xcc][0x12][0x1a][0x90]MDP[0xc1][0x5]*[0x18],[0xa0]lu)[0x98][0xb2][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0x14][0xd1]V[0xd0][0xa3]G=n[0xe4][0xa8][0xc7][0x85]?z[0xd4][0xe3]vN[0x5][0x9f][0xef][0xbb]7w[0xee]L[0xa6],=[0x1e]{[0xda][0xef][0xde][0xf9][0x96][0xf7]}[0xde][0xe7][0xdd][0xbe][0xdb][0xd7][0xde]|[0xe1][0x8][0x80][0xd5][0xf8]~[0x10][0xed][0xd8][[0x8a][0x1a]|^[0xe][0xf7][0x6][0x11][0xc6]}[0x1a][0xbe][0x10][0x84][0x1f]{[0xe5]0[0x1d][0xe4][0xf4][0xfd][0xf2][0xed][0x8b]r[0xd8]'7[0x1e][0x1e][0x99]H[0x99][0xc6][0xd8]@b[0xd4][0x88][0xae][0x17]([0x1d][0x8e][0x8c][0xc7][0x8d]L6e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\\|W[0xcf]@"5[0x1e]6[0x92][0xc6][0xe8][0x84][0x19][0x8e]&[0xc6][0xc7]#\[0xe7]s[0xcd][0xee]p:[0x19][0x9][0xf]f3[0xc6][0xae][0xa8]i[0x1d] [0x90][0x8c][0xb9]'3[0x9c]1F[0xaf]^[0xdf]K[0xf9][0x81]l[0xda]T[0xbf][0x88]t[0x87]@IO$[0x1e][0xc9][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8]:vtn[0xe3][0xa3]/1F[0xcd][0x95][0x3][0x91][0xb8]9[0x94][0x8d][0xed]2S#R[0x98]@[0xb5]R[0xbd][0xcd][0xa0][0xb9]R[0xb8]5[0xe9][0xcb]LD[0xd2][0x2]g+@[0x89]d[0x9a][0x8][0x92][0xc6][0x9e]|L[0x93]g[0x84][0x7][0xac]g[0x11]D[0x2]5[0xe3]ff([0x11][0x1f][0xca]F[0xa3]j[0xaa]/[0x91][0x9c][0x12]8[0xa7][0xa3][0xf3]T[0x8d][0xa4]M[0x93][0x92]u[0xe2]Zw[0xea]2[0xca][0xd5][0xcb][0xa0][0x91]T[0x96]2X[0x19]h[0x2]^clL[0xa0][0xae][0xc3][0xe5][0x97][0xe1]L[0x8a]R[0xd7]w[0x92]K[0x91][0x96]4[0xcd]["M[0xa3][0xca][0xa8][0x12][0x9e][0xde][0x14][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xda][0x2][0xb2][0x99]H4[0xdc][0x97][0x88]F[0xcd][0xd1][0xc][0xc3]G[0x9][0xd1][0xd2][0xea][0x14]E-([0xbe]I.[0xe4][0xb9]b*9[0xe7][0x8e][0xae][0xa2]'z[0xba][0xe6]c[0x92][0x91][0xb0][0xaa]8[0x8a][0xe2][0xdb]%[0xb4][0x12]#=[0x10]Igh$[0xbd][0x93];*[0xe7](n[0xf9][0xbc][0xc9][0x9e][0xe2]z[0xfd][0xa3]Q[0xd3]H[0x91][0xcc][0xe][0x19]p[0x81]Q[0x12]oD[0xe2][0xe9][0x2]^/[0xdc][0xb5][0x9b]x,^[0x13][0xf9][0xbc][0xda]K[0x2]esg[0x15][0xab]ZB[0xcd]SPcq[0xc3]BR[0xfb][0xa2][0x93]X[0x1d][0xb2]l\[0xfd]N[0x81]W<[0xe2][0xcc]k[0xb2]F[0x94][0x9a][0xfd][0x89][0xcc][0x84])m#[0x16][0x81][0xd3]OAT[0x80][0xf9]p[0x9e][0x99][0xcc]L([0x82][0xfa]91a[0xa4]'[0xac][0xac][0xf4]'S[0x91][0x18][0x9f][0x82][0xd3]%)3[0x9d][0x8d]fX[0x2]iy$[0xbd]9[0x96][0xcc]L[0xa9]#4"[0x10][0xc9][0x98])#[0x93] [0x90][0x5]y^[0xe9][0xb7][0xe7][0xa5][0x17]L[0xeb]D[0xd5]|O[0xb6][0xbd];?[0x86][0x8a][0x8a]>[0xc9]f_[0xd2]4Yrj[0xe7][0xce][0xe4]'[0x88]7[0x99]H[0xca]=[0xd9][0xf4][0xc4]I[0xd2][0x8b][0x91][0xa2][0xc5][0xcc]t[0xda][0x18]7[0x95][0xed][0xb1][0xc4]$_J[0xad][0x17][0xe5]~[0xbe][0xcb]XP[0xef][0xbe]t[0xe4]:.k[0x99][0xc4][0xa6]T[0xca][0x98][0x92]2;w[0x16][0x8b][0xa0][0x8e][0x8e]"[0xd3][0xc5][0xb7]zdd[0xd5][0x14]][0xf2][0xed][0x1c][0x19][0xe1][0xa3][0xb5]g[0xe4][0x9c][0xf9][0xcb][0xbd][0x1d]r[0xb5][0xd3][0xda][0x12][0xc8]$,[0x8b][0xd8]md[0xf9][0xa4]?e[0xe9][0xed][0x97][0xf6][0xf9][0xc7],[0xb7][0xd7]3[0x2][0xfa]c1[0xab]8[0xa9][0xb0][0xb8]0%[0xcb][0xa3][0x80][0xee][0x8e][0x15][0xfe][0xec][0x8f][0xc7][0xcd]T_[0xd4]H[0xa7]e[0xb5];[0xeb][0xed]B7/[0xd6][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xae]g4j[0xb7][0x81][0xe0]p"[0x9b][0x1a]5[0xb7]Dd=Y|[0xd2][0xc2][0xbd]J[0x9a][0xa9][0xa3][0x7];t[0x9c][0x83][0xf5]:[0xd6][0xe2],[0x1d][0xdf][0xc2]+[0x2]kO[0xad][0xe6][0xea][0x18][0xc2][0xa8][0x8e]>[0x9c][0xa7]c+.[0xd0][0xf1]m)[0xfb];8[0xa6][0xe1][0xb8][0x8e][0x4][0x92]:.[0xc4]E[0x1a][0xbe][0xab][0xe3]U\[0xaa]c[0x9b][0x1c]n[0x90]{v[0xe2]C:[0xae][0xc0]Ed[0xe0][0x14][0xdb][0x90]@[0xf8]=&[0xaa][0x8e]1[0xa9]u[0x2][0x11][0x1d][0xbb][0x11][0xd1][0xf0][0x9a][0x8e]k[0x90][0xd2]q3"[0x2][0xed]'[0x95][0xa6]Rex[0xae][0xc2]C[0xc7][0xb5][0xd8][0xa3]cJ[0xe]7H[0x81]7[0xe2]"[0x1d]7I[[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s o[0xca][0x8a]-[0x1d][0xb7][0xe0]VF[0xe6][0xce][0xcb]u[0xdc][0x81]=[0x2]Ks;[0xfa]Y[0xd9][0xc6][0x8d][0xe8][0xa6][0xd4]x6f[0xc6]3[0x9b][0xf7][0x8c]2[0xba]X[0xe8]X[0xa8][0x7][0x8d]=[0x91]X6[0xd6][0x9a][0x96][0x96][0xb4][0xaa][0xa8]k[0x1d]5[0xe2][0xf1]D[0xa6]u[0x97][0xd9][0x1a][0xe7][0xb1]Ld[0xd2][0x94][0xde][0xbd]^[0xc7]'[0xf1])[\r][0xdf]ca<[0x85][0xd0]b[0xde][0x15][0xbd][0xc0]0[0xe1][0x19][0xe3][0x85][0xd5][0xc0]I[0xa7][0x92][0xab]R[0xa6])[0xf3][0xd7][0x9b][0x96][0xbb][0x8a][0xb6][0x5][0xe6]Km[0xb1]:>[0xa7][0xb2]`[0x9a]d[0x97][0xaa][0x82]g5[0xb0][0x8a][0xfc][0x2]GN[0xde][0x9d]uX[0xc2][0xeb]_;" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8][0x1b]^,[0xc4][0xe9]8[0x83][0xef][0xab]y[0xb9][0xf3]`[\r]3[0x9][0xf8]{[0x9d][0xfa]}6[0xaa]ef[0xf0][0xbd][0x99]s=[0xd8][0xc0][0xb1][0x97][0xbf][0xb6]p[0xcd][0xc3]g0[0xf4][0x1c]D[0xa8][0xe9]Yx[0xe][0xaa][0xfd][0xe7]r[0xac][0xa0]T[0xf0][0xb6][0xe9]C[0x8][0xa5][0xe8][0xc2]F[0xfe]Z`[0xed][0xc6]&[0xbc]_]#[0x83]J*[0x9d].S[0xc5][0x96][0x19][0xb3]e.{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xde]Y[0xf8][0x8e][0xc2]?[0xd0]u[0x1c][0xe5]/[0xc2][0xbf][0xfd]9[0x94][0xec][0x87][0xd6]5[0xb][0x8d][0xb3][0xfc];[0xc3]m^[0xa5],[0xa8][0x8e][0xac][0x82][0xbc][0xc9][0xe6][0x14]-[0xb3][0x15][0x5][0xd1][0x88][0xcd][0x4]+p>d[0x9c]zN[0xa0]A[0xc3][0x7][0xfa]4[0xf4]s[0x8e][0x9]j[0xab][0xbe][0x99][0xa7]$[0xe8]%[0xa1]g[0xe0][0xb9][0x1f]~[0xef][0x1][0xda][0x15][0x18][0xec][0xa6][0xc6][0xd2]K[0xbb]g[0x11]$$>[0xca]|[0x7][0x1c][0xc5][0x8b][0xa1]q\[0xc3][0xf1]LZy[0x16][0xad]^G>[0xcf]F[0x3]-k[0xa1]m[0x12]L[0xab]%[0xd4][0xb1]z[0x9][0x6]0H[0x95][0x15][0xe4]Hqx[0xbe][0x92]'J9[0xc9][0xba][0xc0][0x9][0x89]f[0x9f][0x8d]&$[0xd1]LC[0xef]:[0x4]]`:[0xf]V[0xf9][0x17][0xac][0x8d][0xa8][0xa2][0xd2]j[0x92][Oz[0x9b][0xc9][0xc1][0x12][0xaa][0xeb][0xa0][0xba][0x1c][0xac][0x90][0x3]+[0x84][0x8b][0xf1]A"[0xa8]w`[\r]+[0xb6][0x84][0xbd]6b[0xf3][0xe7][0x83][0xa7]j.0.[0xe1][0x1c][0x8b][0x97][0x8d][0xd8]T[0xae][0x4][0xea][0xf3]\[0xa7]=[0x8f][0x8a][0x19]b[0xad][0xcc][0xb9][0xab][0x9a]B@[0x16][0x82][0xe4][0xa1][0x82][0xca][0xaa]it[0xce]m[0xf5][0x8e][0xdb][0xca]]n[0xb]@[0x9c]@5[0xdd]f[0xab][0xbe][0x8c][0xf3][0xdb][0xb1][0xc3]v[0xdd][0x99]|J[0xa0][0x9a]R][0x95][0xb]C+2.A[0x9]qnt[0xec][0xd1]l[0x15]B[0x16]\[D[0xdc][0xe6]{[0x91][0x83]~[0xb0][0xfb][0x18]*%[0xcd][0xa7]MC[0xf3][0xed][0x87][0xcf][0x9b]s[0xbc]%w[0x7][0x9f];]l.r[0xd8]\[0x84][0xcb][0xf1]aJ[0xe][0xd2][0xb8][0xcd][0x8e][0x93][0x83]2[0xf6][0x16][0xd2][0x88][0x8d][0x12][0xee][0x15][0x8e][0xaf][0xf7][0xda][0xba]W8N[0xf6][0x1d][0x98][0xf][0xa3][0xda][\r][0xc3][0xe7]b[0xf2]J[0xc6][0x9e][0x81]2[0xd6][0xf1]::![0x7]g[0x85][0x3]g[0x5][0xf7]H[0xe7][0xd6]9pr[0xce][0x95]k[0x86][0xcd]r[0x19][0xbc]e'[0xd0]h![0xb4][0x88][0xde][0xc5]%[0xb6]3[0x9b][0xa5][0xb4][0x9d][0x9e]mb[0xc0][0x8a][0xcb][0xd3][0x1c][0x9c][0xdb][0x7][0x8e][0xa3][0xcc][0xce]S[0xe9]p[0xad][0xd0][0xe1][0xbb]y[0xf2]j[0xba]7[0xca][0xd4][0x88][0xbb][0x1c][0xde]f[0xc3][0xf4]`[0xa9][0xcb][0xe1][0xa5][0x92][0xab]z"[0xd1]81[0xe6][0xb8][0xe9][\r]n[0x93][0xc2][0xb6][0x86][0xba][0x1e][0x97]41[0xc2][0x98][0x11]]/[0xa3]f[0x1a]u]GQ3(qu[0xf3][0xdf]C[0xf6]B[0xad]Je.[0xd5][0xe]:X[0x87]V[0xaa]c+[0x99]7u9[0xa7][0xf6][0xa2]R[0x99][0xe8]G[0x86]!2I6[0xae]e[0xc]N1[0xa3][0xaf]c[0x9][0xb9][0x9e]@?[0x82][0xe5]li+Y*[0xc2][0xf8]([0xf3][0xfe]V[0x9e][0xf9][0x18][0xc1][0xdf][0xc6][0x4][0xbb]][0x99][0xb4][0x86][0xa7][0x1b]y[0xca][0xe4][0xac]4n[0xab][0xe3][0x83][0xad][0xb8]J[0x85][0xc4][0x1a][0x9a]mb\[0xb9]^W[0x6]{[0x95][0xc1][0x95][0xf0]k[0xfe][0x86][0xc0]P[0xcb][0xc2]$[0x3]][0xc8][0x9e]l[0x9b]}E[0xf1][0xdc][0xf2]Z[0x5]qAa`[0xde][0xc9][0xe7]][0xef][0x98]S*[0x1c]eN[0xf5][0xc9]p[0xdc][0xed]({[0xd4][0xe6][0xd8]U[0x83][0xab]Z6[0xf8]z[0xab]Z[0x9a]'\Z[0xeb][0xaf][0xec]m[0xce])^[0x0][0xf9][0x3]wS[0xe8]=T[0xb2][0x97][0xe6][0xdc][0xcb]zs[0x9f][0x2][0x11][0xb2][0xc4][0xcd][0xab][0xc7][0xe5]>[0x1f]pQ[0xd4][0xe4][0xa0];[0xcd]E[0x11][0x13][0xe2][0x4][0xea][0xa8][0xd4][0xab]R[0x96][0xf7]";e[0xef][0xe4]/[0x99]c[0x8b][0xf3][0x1c]R[0xc1]b7[0xd8]}[0x8][0x8d][0x2]2[0x5][0x16][0xce]8[0x99]j[0xd1][0xf3]0[0xc5]?[0xc2][0x9a][0xf7](S[0xe2]1[0xd2][0xb0][0xdf][0xc9][0xd6]jF\[0x9a]q[0xe7]Q[0xe5]{[0xe]J[0xad][\r]e.[[0xad]]Y[0xbb][0x9c][0xa8][0x9a][0xd8][0x98][0xab][0x89][0x93][0xdc][0xc1]K[0x98][0xcd]I[0xd4][0xe6][0xa4]y[0x1e]'M[0xf7][0xa3][0xa4][0xba]Y[0x2]\\[0x98][0xa3][0x7][0xa8][0xf4][0x9][0x96][0x89]'[0xd9][0xc2]f\[0xec]4;[0x90]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "sT[0xb2][0xe3][0xe1][0xc4][0x94][0xa3][0xf9]y;~z[0xac]F*u[0xbd][\r][0x6]M[0xd5][0xb8]Y[0xb4][0xc][0xb9][0x9a][0xd9][0xca][0x1c][0xb0][0x10][0x95][0x2][0xcf][0xd2]r.Sv-[0xe][0xb1][0x80][0xbc][0xc8]bq[0x98]kG[0x98][0x89]/[0xf1][0xde]r[0x94][0x1d][0xf7]eW[0xb0][0xf5][0xd8][0x80]k[0xd9][0xf0],[0xc0]![0x9a]h5[0xb6]0[0x3]/[0xc6][0xde][0xe3][0xb5][0xb3][0xc0][0x1b][0x97]e[0xbf][0xe2][0x9d][0xe6]u2[0xff]kv[0xd8][0xdf][0xb0]u[0xfd][0x96]W[0xcc][0xdf][0xf1][0xf2][0xfa]{[0xa6][0xc0][0x1f][0xe8][0xf4]?[0xf2][0xb6][0xf3][0x86][0xcb][0xb2]-[0x8e]e[[0xec][0x16][0xb8][0xc8][0xb1][0xec]t[0xc7][0xb2]u[0x8e]e[0xb9][0xb6][0xb8]%[0xaf]-[0xfa][0xaa][0xc4][0x9c][0xb1][0xb9][0xb6]x[0xd3][0xff][0xc8][0xe8]e[0xef]`[0xf4][0x9f]h[0xf4][0x9f]i[0xf4]_[0x8][0xfe][0xaf]4[0xfa]o4[0xfa][0xef][0x84][0xff][0xf]b[0xf9]'[0x8d][0xfe][0x17][0x8d][0xfe][0xf7][0xff][0xcb][0xe8][0x9b][0xdf]eOj*,[0xb8]o[0xf2][0xf9][0xd6]{[0xec]I[0xb7][0xb0][0xcb][0xe6][0x17][0xb4][0xe4])[0xb]x[0xf][0xa3]m[0xa6]K[0xaa];[0x8c][0xf6]Y,/[0xa8]g[0xc2][0x87][0xa0][0xf0][0xa3]B[0x94][0xa0][0x86][0x89][0x97]S[0xde][0xe2]([0xaf][0xa3][0xe8][0xbc]Kf[0x8d][0xd5]{[0xf9]9j;[0xf7]nJ[0xf4][0xe6][0xa9][0x1e][0xec]f[0xa9][0xef]:[0xf2] [\r][0xf5][0x8a][0xe1][0xae][0x19]y;[[0x9e][0xab][0xf5][0xb]y[0xdd][0x84]([0xa7][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0xae][0xa4][0xea]*[0xd4][0x8b]jv[0x85]Z[0xd7][0xed][0xac][0xc5][0xf1]R[0xb][0xef][0x10][0xb7][0xa9][0xcb][0xa2][0x5][0xc6]};[0x93]k[0x1f]/[0xbc][0x12][0xcd][0xf9][0xe3]v.[0xdc][0xe1][0x94][0xdd]][0xb6]?[0x1a][0xf2])[0xaa]^a9[0xa4][0xa3][0xe0]{I4[0x12][0xe0]B[0x17]'[\r][0xe]'[0x15][0x85][0xdf]K5[0xd6][0xf7][0xd2]'8[0xc7][0x8f]h[[0xdf]A[0xd9][0x92][0xf9]\[0xdb][0xb4]O~[0xa0]un[0xaf][0xe6][0x87]I[0xd7]Ky,[0xf9][0xe]:[0x81][0xde]4[0x8b]nW[0x98][0xe7][0xea][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xd1][0x2][0x9f]h%]K[0xd1] [0x96]a[0x91]hC[0xb3]X[0x8e]v[0xb1][0x2]![0xd1][0x81]U[0xa2][0x13]g[0x8a][0x90][0xab][0xc0][0xaf]u[0xe8][[0xcb]f,[0x9b]][0x3]+[0x9d][0x15][0xe4][0xed][0xec][0xe1]C[0xce][0xc5][0x8a][0xb4]U[0x9c]@[0x85][0xe5][0xd6][0xbb][0xf0]Y[0x1b][0xfe][0x1a][0xfb][0x9b]!8[0x7]X[0xf5][0x1c][0xeb][0xb3][0xa1]D[0xae][0x88][0xd5][0xae]O[0x6][0xfb][0xab][0xb5]j[0x13][0x5][0xcf]I[0x8][0xdb][0x12][0xfc][0xa1]Y[0xac]*8[0xcc][0xbb]O[0xee][0xb0][0xdf]9[0xbc][0xd5])[0xfc][0xab][0xed][0x80].[\r][0xf1]j[0xda][0xc6][0xce]r[0xe0]m[0x4][0x94][0xda][0xc6][0x6][0xf0]9[0xe7][0x9b]g[0x99]:[0xe]y[0xe7][0xe][0xf3][0xce][0xfd][0xbe][0xa7][0xe1][0x95][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x88]vn[0xb9][[0x89][0xbd][0x7][0x9f]QF[0x8]^^_[0xc2][0xa7]KJ[0xff][0xb]PK[0x7][0x8][0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.class[0xad][0x9a]ytT[0xd5][0x1d][0xc7][0xbf]oI&[0x19]^[0x12]&[0x93][0x90][0x10]Y[0x12][0x2]&d[0x12]&[0x89]HA[0x10][0x81]@0[0x90]D a/[0x8c]/[0x93][0x97][0x10][0x9c][0xcc][0xc4][0x99][0x9][0xe0].[0x88][0xfb]^[0xad][0x16]7[0xb4][0xb5][0xa2][0xe2][0x82][0x1b][0x8b][0xb8]ou[0xab][0xb5][0xea][0xf1][0x9c][0xf6][0xd8][0xe5][0xd8][0xba][0xb4][0xa7][0xad][0x87][0xda][0xba][0x1c][0xdb][0xdf][0xbd][0xf3]2[0x99][0xe5][0xdd][0xcc][0xc4]L[0xcf][0xe1][0xce][0xef][0xdd]w[0xef][0xef]~[0xef][0xef][0xfd][0xee][0xef][0xf3]b[0xdf][0xdb][0xdf]?[0xfb][0x2][0x80]S[0xf0][0x9e][0x1d]u[0xb8]([0x17][0x93]q1k.[0x19][0x87]K[0xb1][0x9b]5{[0xec][0xb8][0xc]{[0xed][0xb8][0x1c]W[0xb0][0xe6]Jvy[0x15]k[0xae][0xb6][0xd3][0xb8]kXs-[0x1b]w[0x1d]k[0xae]g[0xcd][\r][0xac][0xb9][0x91]57[0xb1][0xe6]f[0xd6][0xfc][0x84]5[0xb7][0xb0][0xe6]V[0xd6][0xfc][0x94]5[0xb7][0xb1][0xe6]v[0xd6][0xfc][0x8c]-[0xb9]o[0x1c][0xee][0xc0][0x9d][0xec][0xf2].[0x1b][0xee][0xce][0xc1]=v[0xec][0xc7][0xbd][0xe3]0[0x13][0xf7]1[0xeb][0xe7]l[0xa5]_[0xd8]p[0xbf][0x1d][0x95][0xb8][0x88]5[0xbf]d[0xf7][0x1e]`[0xcd][0x81]qx[0x10][0xf][0xd9][0xf0]p[0xe][0xe][0xb2];[0x8f][0xd8][0xf1]([0xee][0xb3][0xe1]1[0x1b][0x1e][0x97]P[0xd6][0xd1][0xda]<{[0x85][0xa7]m[0xf1][0x9a][0x95][0xcb][0xd6]x[0xda][0x96]6y[0x16]wv[0xae]iY[0xb2][0xb6]s[0x99][0x84][0xc2][0xd6][0xed][0xfa][0xe][0xdd][0xed][0xd3][0xfd][0xbd][0xee][0x8e]p[0xb0][0xcf][0xdf];_B^S[0xc0][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xeb][0xfe][0xf0]:[0xdd]7hH[0xb0]G<4[0xaf]nj[0x97][0x90][0xdd][0xef][0xf1][0xeb][0xfd][0xac][0xb7][0xdf][0xd3]m[0xf8][0x8c]^=L[0x17][0x15][0xad][0x81]`[0xaf];0[0x10][0x9a][0xbd][0xdd]=[0xa0][0xef]r[0xfb][0x2][0xbd][0xbd][0xe4][0xcc][0xbd]J[0xdf][0xd5]J[0xa6][0x11]$[0xb7][0xd9][0xb][0xfa][0xfc]}[0xe1][0x85][0x12][0xe6]T'[0xaf][0x9a]r[0xfe][0xcc]u[0x12][0xd4][0xa6]@7-V[0xd0][0xda][0xe7]7[0xda][0x7][0xfb][0xbb][0x8c]`[0xa7][0xde][0xe5]3[0xd8]6[0x2]^[0xdd][0xb7]N[0xf][0xf6][0xb1]k[0xb3]S[\r]o[0xeb][0xb]I[0x98])p[0x1d][0xf2][0xf5]PO[0x7]k[0xa3][0x12][0xd5][0xc8][0xd6]r[0x86]7f[0xeb]5[0xc2][0xed][0xbc][0xb3][0xa8]z[0xa6]U[0xb0][0xf2][0xfb]B[0x9d]A[0xdd]k,[0xf3][0xb3]U[0xbb]%([0xd5]37I[0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb3]N[0x9][0xc5][0x16]{e[Q[0xfa]C[0xbd][0x14][0xe9][0x8e][0xb0][0xee]=[0xa7]M[0x1f]0%WYEf[0xb8][0xe7][0xac][0xae][0xed][0x86]7[0xcc][0xe7]g[0x85][0x7][0x7][0xd8][0x8c]J[0xbe][0xbb][0xc8]^[0xb6][0x19][0xbe][0x1]#[0x18]r7[0x7][0x82][0xfd]z8L[0x93];[0xd9] [0x16][0xfa][0x1e][0xde]E[0xcb][0xea][0xc1][0xde][0xf8][0xa7]n[0xfa][0x94]0/[0xad][0xb5][0xad][0xd5][0xa8][0xe4][0xb6]![0xf2][0xd3]([0xa1][0xda][0xc2][0xd3]f[0xeb][0x89]94cq0[0xa8][0x9f]'[0xc1]i1DB[0xcd][0xc8][0xaa]:[0xb7][0x5][0x3];Y[0xec][0xb8]7[0x89]vXly[0x97]?[0x88][0xe1]H[0xb5][0xe9][0xc1]sXNmb[0xf9][0xcc]m[0x9e]C[0x89][0xf7][0xf9][0x3]I[0xea][0xb5]~[0xa0][0xf3][0xd2][0x1a]i[0x1d][0x85][0x95]?p[0xae][0xb5][0xb7][0xd3][0xd2][0xf2]&x [0xb]F+%[0xfe][0x9][0xd0]iXjt[\r][0xf6]FOCV7[0xbb][0xa4]L[0xef][0xb][0xb5][0xf8]{[0x2][0xd1]~[0xb5][0x8f][0xae]x[0xf7]z=[0xe8][0x1f][0xee][0xde]IW[0xdc][0xcd][0xb2]`0[0x10][0x1c]vc[0xb0]K[0xca]_:[0xbd][0x12][0xba][0xd2][0x12][0xd9][0x92][0xd6][0xa6][0x85][Q{[0xce][0xf5][0x92][0x94],[0x9f][0xb1][0xc3][0xf0]Qn[0xb5]P1[0xe8]7B![0xbd][0x97][0x15][0x83][0x90][0x11]6k[0x13][0xf9]m[0xd3][0xfd][0xd4]K[0xf2][0x16]V[0x8f]\[0xc7][0x86][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]([0xdf][0x97][0xe0]QT[0xbd][0x92][0x1d][0xd2][0xe4][0xa0]A[0xb2][0xa8][0xc2][0xb7][0x99])M[0xa5][0x88]|j[0xf1][0x9d][0x96][0x7][0x81][0x86][0xe5]Q[0xa5][0x8b]\F[0xea][0xdd][0xc9]V[0xe3][0xac]*`n[0xd0][0xe8]1[0x82][0x86][0x9f][0x95];9[0xd4]%[0xa1]4i[0xd4][0x92][0xc1][0x1e][0x1a]2[0x9f][0xf0]EG~[0x81][0xd7]g[0x82][0xc0][0xde][0x11][0x18][0xc]z[0x8d][0xe6]>V[0xc9][0xc6][0xc7][0x94][0xe2]Y[0xcc][0x81][0x86]98W#8[0xd7]k[0x98][0x8d]Sm8[0xa4]a1[0x96]hhB[0x87][\r]OhX[0x81]'mxJ[0xc3][0xd3]X[0xa4][0xe1][0x19][0x1c]f=G4[0x1c][0xc5]1[\r]A[0x84]4[0xc][0xb0][0xf9][[0xd9][0x14][0xf]:4[0x9c][0xcd][0xac]g[0x99][0xd5][0xc5],/[0xb3][0xba][0x99]e0[0xab][0x9][0xc7][0xd9][0xb8][0xe3]l[0xc8]qv[0xf7]8[0xbb]AM#[0xea]mxN[0xc3][0xf3]xA[0xc3][0x8b]x[0x89][0xaa]B[0x9a]Da[0xb1]gW[0xb3]"5[0xc6][0x86][0x97]5[0xbc][0x82][0xa5][0x1a][0xce]`[0x8a]_[0xc5]r[\r]a[0xc]J[0x98]`[0x1d]/[\r][0xaf][0xe1]u[\r]o0[0x89][0xbf][0xc2][0x9b]6[0xbc][0xa5][0xe1]m[0xbc]C[0xa1]J|0[0x94][0x9e][0xb3]4[0xbc][0x8b]E6[0xfc][0x9a]n'&9[0xf1]yxFh[0xa0][0xcf][0xcd]p[0x19][0xee][0xb][0xf8][0x17][0xd3]q3[0x86][0xb4]NM[0x81]`[0x9][0xd3][0x92]Y[0xd3][0x16]9[0x11]&r[0xd8][0xa0][0x96][0xf4][0x18][0x96][0x16][0xb7]*R[0xe][0xa2]$by;t.5[0xba][0x88][0x1e]c[0x9]%q[0xcc][0x8e][0xc5][0xc1][0xe6][0x1f]J[0xbb][0xb4]t[0x8f][0xd3][0x19][0xd3][0x9a]M[0xe8][0xae]H[0x93][0x87][0xe9][0xa1][0x9c][0x15][0xce]`?[0xaf][0xd4][0xe9][0xd5]e[0xeb]J#[0xc8]a[0x8b][0xa2][0x96]K1[0x1d][0xca][0x80][0xe5]#/:[0xe4]?[0x8d][0xb7]AVn[0xe8][0x9a]^5[0xc3][0xc6].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2][0xf4][0xea][0x11]f[0x99][0xa3]hZy[0xaa]1[0x14][0xa1][0xa0][0xd1][0x1f][0xd8]AO_[0x19][0x18]d[0x97][0xfa][0xc0][0x80][0xe1]'[0x86][0xd4]Z[0xbd][0x8a][0x89]J[0x15][0x9][0xdc][0xa6][0x87][0xd6][0xc]U6z[0x8f][0xcc][0xe9][0xa3][0xf4][0xd6][0xc3][0x8c]B[0x13][0x86][0xd2]j0[0xdc][0xe7]s[0xb7][0x98][0xfd]4[0xa7]0[0xb9][0x97][0xbd]TrY[0xf1][0xef][0x8f][0xd1][0x17][0x9c][0x9c]p [0xb2]0[0xbd][0xd7][0xe][0xdf]n[0xf2][0xe9][0xa1][0x10]*[0xe8][0x9d][0xbf][0xe][0x12]fA[0xc5]D[0xb8]QOv[0x3][0xfd][0xbd]"c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "]S][0xe2][0xf6])[0xe6]/[0xd5]H[0xfa]]Jc[0xe6][0xe0]G[0xd4][0xce][0xa5][0xab][0x8d][0xd4][0xaf][0xd0]oA[0xcd][0x11]H5[0xae]g [0xd7][0xd4]>[0x3][0xe5][0x9]>a[0x1e][0xb5][0x85][0xe4][0x1a][0xa8][0xa2][0xb6][0x1a][0xb9][0xf4][0xb7]D>jp[0x1a][0xf5][0x94]G[0xa6]a>[0x16][0x0][0xdc]:[0x9d]/[0xcf][0xac][0x85][0xb4][0x90]L6U1s[0x19]7[0xfd][0xb2]{Y5OC>[0x14]u[0x9e][0xcd];[0x1b][0xb8]C-2[0xc0]t([0xb1]JnN[0x9e]mN[0xb6][0xd3]d[0xe5][0x18]T[0x9][0x8f]$xX[0x10][0xe3][0xc1][0x1e][0xf5][0xd0][0xc4][0xf7][0xca][0xb3]][0xd2]1d)`[0xdb]U[0xb8][0xbf]|[0xbe][0xad]f[0xf2]u&J[0x8][0x17][0xcc][0xef][0x84][0xc8][0xdc][0xe8]VK[0xb1][0x8c]o[0xb5][0x99][0xcf][0x92]J[0xf8]R[0xcb][0xcd][0xa5]vS[0x17][0x8b][0xd8][0xf4][0x98][0xa5][0xca]\[0xb5]G[0x91][0xdd][0xce]z[0xea][0xe][0xc3]F[0xff]r[0x12][0x96][0x8d]Dy[0x3]-[0xbb][0x89][0xec][0xcd][0xf4]7[0xda][0x16][0xbe]t[\r][0xf5][0x17][0xc2]AbZ[0xb8][0xb0][0xe9]Q[0x11][0xd3]I\$[0xde][0xd3][0xb1][0x12][0xad]$[0xd1][0x94]S[0xc9][0xe5][0xb4][0x99]rn[0xa4][0xae],[0xfa][0xad][0x8e][0x91]3[0xc5]U[w[0x14][0xb9][0xa7][0xa9][0xac]o[0xa2]J[0x8a]Xc-[0xc9]G[0x92][0xfc](B[0x80]R[0xe0]\.i6[0xf9]+[0x82][0x93]Kb#[0xaa][0xa3][0x92][0xaa][0xa3][0x92][0xaa][0xd1][0xce]%1[0xeb],[0xb2][0x94]!qU\[0xdc][0xaa]T[0xb1][0xb2][0xa7][0x8e][0xd5]%$l7[0xd9]{(V{G[0x11][0xab][0xd5]X[0x93][0x18][0xab][0xe]SN/u)[0x96]YRk[0x99]%7[0x92][0x84][0x9b])Kn[0x89]9[0x10][0xc9]Y[0xc2][0xac]N[0xac][0x1d]^[0xb4][0x84]'[0xf7]:s[0xd1][0x85][0xf4]+[0x8f][0x98][0xdc]w[0xc7]$[0xa1]=[0xea][0xde][0x8e][0xf5][0x94]/[0x12][0xdf][0xc0]F[0xd3][0xd7].s[0x3][0x15]1[0x1b]([0xa9]q[0x1d][0xc1]8[0xd6]Q[0x1b][0xc9]u:[0xe8][0xda][0xf0]N&[0xf0][0xec]x[0x90]v[0xf2]0[0x85][0xee] &[0xd1][0xf2][0xe5]x,fG[0x15][0xd1]%+[0xcc]%[0x99][0xc5][0xf6][0x16][0xdd]Q9W[0xb1][0xc9]T[0xb1][0xdf]L[0xb9][0xfa][0x18][0x15]'[0xb3][0x8c][0xcb][0xa6][0x8c][0x1b][0x12][0x93][0x90]v[0xf1][0xa2][0xca]h[0xe7][0xa0][0xb7],[\r][0xcf]Q[0xa2]=O[0x1]|[0x1].z[0xb3]r[0xe3][0xe5]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":I[0xea]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd6]G%[0xd6]G%[0xd6][0xf3]g.skel[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xb9][0xd8][0xcd][0xa6][0xd8][0x83][0xd4][0xc5][0x16]k[0x8c][0x11][][7Qe[0x7]$kXn[0x16][0x93][0x9b]5[0x92][0xdc][0xdf][0x90][0xdc][0xdf][0xa2][0x18][0x1f][0xd0][0xf5][0x87]T[0x95]?[0xa2][0xba][0xf6]1[0x97][0xbb][0x90][0xee][0x17][0x9b]rY`[0x1a][0xa3]r[0x1b][0xa3]r[0x1b][0xa3]r[0x1b][0xf9][0xd9]Q[0xb8][0xc5][0xce][0x8e]:$[0xbc][0x81][0xb][0xff]q[0xaa]([0xdb]G[0x17][0xe5][0xbf][0x90][0xec][0xcf]([0x9a][0x9f]S[0x94][0xbf][0xa0](IQ[0xfe][0xfb][0xf][0x8a]2;Y[0x9]Q[0xde]b[0x8a][0xdd]c[0x1e]tAb[0xd6][0x9][0x13][0xf3][0xdf][0xa4][0xee][0xbf][0x94][0x98]_[0x93][0x8e]o(![0xbf][0x8b][0x9e][0xf4][0x91][0x13][0x93]Y[0xec][0xd0])[0xb1])[0xba]UD[0x94][0xbc][0xa4]C'e[[0x12][0xc5]#"J^[0x1c]Q[0xf2][0x93]j[0x85]4[0x1e][0x9a]T[0x88][0x12][0xa9](][0xa2]xDD[0xc9][0x13][0x12]%?[0xa9]JJ[0xd3]h[0xd9][0xe9]([0x94]f[0xa0][0x92]j[0xef][0x18][0x88][0xe2][0x11][0x11]%oD[0xa2]XH[0x9a]C[0x92][0xe6][0xa2]H[0x9a][0x87]*i~f[0x88][0xe2][0x11][0x11]%OH[0x14][0xb]a-$l%[0xc5][0xaa][0x95]b[0xd5]>[0x16][0xa2]xDD[0xc9][0x8b]#[0x8a]E[0x96]l$[0x9][0x9b])K[0xb6][0x8c][0x9e]([ED[0xb1]H[0xee][0xde][0x14]D[0xf1][0x88][0x88][0x92][0x97]L[0x94]|[0xcb][0x83]+[0x5]i'a8[0xa4]AL[0x92]v[0xa0]\[0xda]5z[0xa2]xDD[0xc9]KI[0x94]$Q[0xbc][0xd6]I{I[0xd4][0x15]pJW[0xa2]T[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ".[0xe9]j[0xb8][0xa5]k3C[0x14][0x8f][0x88](yi[0x10]E w[0x1f][0xc9][0xbd][0x13][0xc5][0xd2]]([0x93][0xee]F[0x9d]t[0xf][0x1a][0xa4]{3M[0x14][0x8f][0x88](y)[0x89]"[0x90][0xfd]([0xc9]~[0x9c][0xa2]|[0x88][0xa2][0xfc][0x4]E[0xf9]I[0x8a][0xf2][0xd3][0x99]![0x8a]GD[0x94][0xc4][0xc4][0xac][0x13]&[0xe6]K[0xa4][0xee][0x15]J[0xcc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "W)1_[0xa3][0xc4]|c,D9[D[0x94][0x82][0xe4]C[0xf7][0xbe]%Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][0x88]2>[0xb9]V[0xfc][0x9e]6[0xf2][0x9][0xd5][0x8a]?[0xa6]K[0x14]]D[0x94][0x2]!Q[0xc6]'W[0xc9][0xd0][0xb2][0xff][0xa2]*[0xf9][0x15]U[0xc9][0x13]c![0x8a]."J[0xc1][0x88]DI[0x96]D[0x1b][0xd7]d[0x19]E[0xb2][0x82]*9+3D[0xd1]ED)[0x10][0x12][0xc5]B[0x98][0x93][0x84][0x15][0xa3]P[0x9e][0x80]J[0xb9]t,D[0xd1]ED)[0x88]#Jr[0x96][0xc8][0x95]$a[0x6]J[0xe4][0xaa][0xd1][0x13][0xe5]l[0x11]Q[0x92][0x93][nHA[0x14]]D[0x94][0x82]d[0xa2][0x8c][0xb7]<[0xb8][0xf2][0x2][0xda][0xc9]B8[0xe4]30I^[0x84]ry[0xc9][0xe8][0x89][0xa2][0x8b][0x88]R[0x90][0x92](I[0xa2]x[0xad][0x93][0xdb]I[0xd4]*8[0xe5][0xd5]([0x95][0xd7][0xc0]%w[0xc0]-[0xaf][0xcd][0xc]Qt[0x11]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd2] [0x8a]@[0xae][0x97][0xe4][0x1a]([0x96]{P&[0xf7][0xa2]N[0xde][0x86][0x6]y{[0xa6][0x89][0xa2][0x8b][0x88]R[0x90][0x92]([0x2][0xd9];I[0xf6]y[0x14][0xe5][0xf3])[0xca][0x17]P[0x94]/[0xa4](_[0x9c][0x19][0xa2][0xe8]"[0xa2]$&f[0x9d]01[0xaf]!u[0xd7]Qb^O[0x89]y[0x3]%[0xe6]Mc!J[0x97][0x88]([0x8e][0xe4]Cw[0x87]%Q[0xbc]"[0xa2]8[0xe2][0x88]R[0x98]\+[0xee][0xa7][0x8d]<@[0xb5][0xe2][0xc1]t[0x89][0xe2][0x15][0x11][0xc5]!$Jar[0x95][0xed][0xe4][0x3]:[0xb8][0x1f][0xd2][0xc1][0xfd][0x88][0xe][0xee][0xc7][0xa3]'[0x8a]!"[0x8a]3%Q[0x92]DEj[0xdd][0xa7]$[0xea][0xaf]T[0xeb]>[0xa3]Z[0xf7]9[0xd5][0xba]/[0xa8][0xd6][0xfd]-3D1DDq[0xa6]A[0x14][0x81][0xdc][0xff][0x90][0xdc][0xaf][0x89]([0xdf][0x10]Q[0xbe]%[0xa2]|GD[0xf9]>[0xd3]D1DDq[0xa6]$[0x8a][0xb5]lu[0x1c]45[0xf]N5[0x1f][0xa5]j[0x1]\[0xea]x[0xb8][0xd5][0xc2][0xcc][0x10][0xc5][0x10][0x11]%11[0xeb]D[0x89][0xa9]N%u[0x15]p[0xa8][0xd3]0I[0xad]D[0xb9]:c,D[0xe9][0xa1][0x13][0xce][0xf5][0xc8][0x1a]9[0xc8]!D[0xd8][0xb9][0x86][0xc9][0x7][0x99][0x93][0xff][0x1]<[0xa0][0x91][0xe7][0xc2][0xe][0x18](K@[0xb5][0xe][0xd8]K[0xff][0xa6][0xd0][0xbf]GyE[0x3]>[0x8e][0xf9][0xff][0x83]^[0x9b][0xa8]N[0xcc]ba[0xb7][0xf1][0x88][0xdb]X[0xc4][0xb3][0xa9]`[0x14][0xab]8[0x80][0x3]1[0xff][0x99][0xef]N[0xc1][0xc0][0x9]l[0xe0][0xc5]1[0xbd][0x5][0x5][0x3]K[0xd8][0xc0][0xb5]1Pn[0x11][0xc],e[0x3]kcb].[0x18]8[0x91][\r]T[0xe2][0x3][0xdf]E[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xea][0xa9][0xc8]R[0xe7]`[0xae]:[0xf]K[0xd5][0xf9]hS[0x17]`[0xab]z:tu[0x11][0xfa][0xd5]%[0xd8][0xa1]6[0xe1]Ju)[0xae]Q[0x97][0xe3]6[0xb5][0x5][0xfb][0xd5][0x15]8[0xa4][0xae][0xc4]Sj;^TW[0xe1]Mu5~[0xa7][0xae][0xc1]'[0xea]Z|[0xa9][0xae][0xc7][0x9]u[0x83]$[0xab][0x1b][0xa5],u[0xab][0x94][0xab]z[0xf8]C<[0x9f]x[0xdd]f[0x96]k[0x1b]vD[0xad][0xfd]Q[0xeb][0xcd][0xa8]u"j[0xd1]3[0x1b]z[0xec][0xd2]P[0x9]d[0xd6][0xb6][0xc8]c'[0xab][0xf][0xdb][0xd9][0xe9]![0xeb][0x1c][0xea]S[0xb9][0xc5]R3[0x8b][,)[0xb2]yR[0xe4] {n5[0xfb][0x1f][0xd8][0xd7][0x2][0xfd]f[0xa6][0xae][0xa6][0x19][0x91][0xef]J\[0xb5]O[0xa2][0xec][0x18]NR[0x10][0xf7]][0x89][0x9d]-[0xa3]z[0x91][0xaf]v[0xb][0xbe]'[0xf1]#[0x80][0xc8][0xf7]$[0xa7]sQ2[0xfb]\[0xcf]t:[0xff][0xbe][0x84][0xb9][0xe7][0xf]g[0x92][0x84][0xc2])[0x87]15[0xd1]}?[0xb9][0xf7][0xc7][0xbc][0xd3][0xc][0xb9][0x97][0xd9][0xe7][0xa6][0xab][0xb0][0xf9]N[0xe3]r[0xbd][0x81][0x99]1[0xee]\[0xc7]P.[0xe1][0xf0][0xd0]Y[0x8b][0xf4][0x1d][0xc5]4[0xea]I`[0xa8][0x1a][0x84][0xaa][0x86])[[0x6]Q[0xa3][0xee][0x8c][0xa1][0x8c]+[0xba][0x1b][0x97][0x19]b[0xf3][0x14][0xd5] [0x97]}[0xd8]g*[0xb8][0xdf][0xfc][0x6]g[0xd1]qTn<[0x82][0xe9][0xad][0xae][0x1a]s[0xed][0x19][0xeb][0xc9]:[0x99]e[0xde]42[0xaa]$[0x1c]C[0xb5][0x84][0x97]0[0xb3][0xcd]UX[0xc3]n3[0xc8]O[0xe3][0xc6]a[0xb8][0xe]EeMaOX[0xbd][0x0]9[0xea][0x85]T[0x92].[0xa2]C[0x9][0x95][0xa4]K[0xd1][0xa8][0xee][0xc6]|[0xf5][0xb2]h[0xc0]][0x18]O[0x19][0xb3][0x81][0x8b]][0xc4]%[0xb2][0xe7]9[0x17];[0x9][0x81][0x92][0xf9]t[0xa5][0xef]0[0xdf][0x86][0xf3][0xc8]:?[0x1a][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]M [0xb7]p[0xf2]a[0xd4]>[0x85]2[0x16][0x11])[0xe6][0x9b][0x5]6[0xe0][0x2][0x1e][0xe8][0xb][0xff][0xf]PK[0x7][0x8]08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.class[0xa5]ViSSW[0x18]~[0xe]Y.I[0xae][0xb2][0x8]jj[7[0xc4]@[0x84][0xb8][0xe0][0xc6]f[0x15]E[0xa2][0x1][0x97]([0x88]K[0xe9]%\[0xc2][0x85][0xcb]Mzs[0xa3][0xd2]}[0xfd][0x11][0xfd][0x5]~[0xad]:SK[0x9d][0xa9][0x1d][0xfd][0xd0][0x99][0xce][0xf4][0xf][0xd9][0xc5]>[0xe7][0xde][0x10][0x88][0x89]b[0xdb]d[0xe6][0xbe][0xe7][0xbc][0xfb][0xfb][0x9c][0xf7][0xbc]s~[0xfb][0xfb][0xa7][0x9f][0x1][0x1c][0xc2][0xb7]alC2[0x84][0xb7]pN[0xc1][0xf9]0|H[0xc9][0xcd]h[0x4]c[0xb8][0x10][0xc1]E\[0x8a][0xe0]2[0xd2][0xf2]sE[0xc1][0xd5][0x8][0xc2][0x18]W0![0xe9]5[0x5][0x93]al[0xc4][0xf5][0x8]n[0xe0]f[0x18][0xb7][0xf0]~[0x88][0xdb])[0xb9][0xfd]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0xe9]dZn3[0xf2]3[0xa3]@[0xf]c+[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "f[0x15]d[0x15][0xcc][0x9][0xa8][0x8b]Sy[0xed]n*[0x97][0xcd][0x1a]VV[0xa0]#[0x95][0xb3][0xb3][0x89]\[0xbe][0xd0]3[0x9f] ?az[0x82][0xc4][0xc5][0xb2][0xce][0xa8]fiY[0xdd][0xee][0x13][0x8]-NI[0xb1]n[0x17][0x4][0x1a]R[0xf3][0xda]m-Qt[0xc]31[0xaa][0xe5][0xa5]4md-[0xcd])[0xda][0xba]@[0xaa]R[0xda][0xef]mM[0x8d][0x8e][0xd3][0x8e]M[0xa7]}[0xaf][0x8][0g[0xc9]I[0xcb]o[0xca][\r][0xd5]7H[0xd7][0xc1]~[0xc3]2[0x9c]A[0x1]_[0xac]c\[0xc0]?[0x94][0x9b][0xd1]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xa5][0x8f][0x15][0x17][0xa7]u[0xfb][0x8a]6m[0x92][0xd3][0x9c][0xca]e4s\[0xb3][\r][0xb9]/1[0xfd][0xce][0x9c][0xc1][0x84][0xf7][0xbf]i[0xc4]a-[0xe3][0xe4][0xec]%[0x86]m,[0xe8][0xce][0xa9][0xa2]5c[0xea]C9[0xcb][0xd1][0xef]:[0x2]{b[0x9e][0x9b]B[0xd6]H[0xcc][0xda][0xda][0xa2]~'g/$*[0x94][0xfa][0xdc][0x14]-[0xca]dBU[0x85][0xb3][0x1a][0xf][0xc4]Wc_[\r][0x82]@@[0xb7][0x1c]{[0x89][0xf4][0x8c]G[0xd5][0xa4]e[0xe9][0xf6][0x90][0xa9][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xab]k[0xad][0x4][0xbc][0xcd][0xd5][0xa2][0x99][0x92]Y[0xc9]|[0xd7][0xfa][0x89][0xb]l[0xae][0x4]p)[0xbf][0x2][0xe2][0xe5]Z[0xfe][0xff][0xef][0xb1]nH;Zf[0x81][0xee][0xdc] n[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0x99][0xb5][0xad][0x9b][0xba]V`[0xdc]PVwR%[0xb8][0xda]c[0xd5][0xf1]<[0x8]=[0xf7]e[0xac]B[0xa5][0x6][0x97]F;_[0xdf][0xdf][0xd4]W[0xb0][0xe0]^[0x8f][0x9]^.[0x86][0x9e]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf9][0x9c][0xc]][0xdf][0x9f]1Km[0x17]N[0xe7][0x8a]vF[0x1f]6$[0x14][[0xaa]{[0xa5][[0xe6][0xa5]b7[0xda]Tl[0xc7][0xe][0x81]x[0xed][0xa0][0x17][0xd2]g[0x93]U[0x17]K[0xda][0xc5]U[0xbc][0x83]w[0x15][0x98]*[0x16]a)[0xc8][0xa9][0xc8][0xe3]C[0xc2][0xa1][0xc2]FA[0x85][0x83][0xa2][0xc0][0xa6][0x1a]G[0xa0][0xe2][0xb6][0x14]5[0xbe][0xc][0x8c][0x8a];[0x92][0xbf][0xf7][\r][0x8f]C[0xc5]],)[0xf8]H[0xc5][0xc7]hS[0xf0][0x89][0x8a]O[0xf1][0x99][0x8a][0xcf][0xd1][0xa5]b[0x0]_[0xc8][0x14][0xbf]T[0xf1][0x15][0xbe]V[0xf1][0x8d],[0xf2][0xc][0xda][0xd8]s[0xab][0xf9]L[0xe8][0xda][0xc2][0x88]V[0x98]c^[0x2][0xdd][0xff][0xee][0xa2]Udaz^[0xcf][0xb0][[0xb7][0xae][0x1e]k[0xf2]%[0xed][0xe6][0xd5][0xb0]IG[0xb7]5rW[0xb0]q]\[0x99][0xb3]sw[0xbc][0xae][0xdd][0xbe][0xce][0xd9][0xb3][0x5]+0[0xe5][0xa1][0xbb][0xd7],[0xad]3[0x85][0xa6]X[0xc7][0x9a][0xa6]'[0xab][0xaf]B[0xdd][0xd5][0xa9]7[0xca][0x19]l[0xae]P_[0xc9]L^[0xc1]9[0xad]0[0xe6]^AN[0xaf][0xeb]r4[0xb8][0x9b][0x96][0x15][0xfd]5u[0xcb][0xe1][0xc0][0x86]?[0xaf][0xb3][0xcc]z.[0xc6]5[0xb3][0xc8]2Z8[0x87][0xaa][0xda]F`0[0xf6][0xc6][0xb3][0xbb][0xc6][0xc5][0x19]ew[0xd4][0x8][0xe5][0xcf][0xe5]uK[0xe0]@m[0x3][0x83][0xe3][0xc3][0xb6]431[0xac][0x99][0xe6]4[0xaf]4[0xcd][0xcb][0xc7][0xd5][0x94][0xb1]u[0xcd][0xd1][0xd7][0x88][0x4].[0xbe]f[0x8a][0xd6][0xca]u[0xdd];,[0xaf]hj[0xb8][0xe7][0xdc][0xd4][0xf0][0xa5][0xa1]1[0x81][0xb3]5&[0xc5]s{[0xa4][0x96][0xa7][0xf5][0xcc]$[0xb6][0xbe]|[0x91][0x87]|,V}[0xc6][0xd5][0x9c][0x9a][0x8d][0x10][0xc8][0x98][0x1c]C[0xd8][0xc9][0xa7][0xc1]6[0x8][0xbc][0x8d]:>[0x0]8$[0xf8][0x86][0x8][0xcb]!C[0xde]N[0xae][0xeb][0xb0][0xb]A[0xae]9{[0xf8][0xdd]CN[0x82]T[0x90][0x6]:[0x1f]A[0xdc]wU[0xda][0xf9][\r][0xba][0xcc][0x1d][0xd8][0xcb][0xaf][0xea]) [0x86][0xe][0xd2][0x10]:[0x11][0xf7][0x8c][0xc5]&>G[0x14][0xf2][0xe6][0x1f][0xa0]n2[0xf5][0xf4]1|[0x93]t[0xe3][0x88][0x0][0x19][0xcb][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",C[0x11][0x18][0xdd][0xb7][0x8c]z[0x81][0xef][0xb0][0x9f][0x8b][0x90][0xc0]/[0x8][0x8f]u-#"Wj[0xaf][0x9f][0xcb][\r]r[0xb9][0xb1]7[0x10][0xa5]a [0xea][0xff][0x1][\r][0xf7]^[0xfc][0xce][0xe5]2[0x1a]9[0x1e][0x9f][0xdd]C[0xb8]7[0x18][0x16][\r]>[0xb9][0xcf][0xfc][0x82][0x98][0xc2]4[0xa3]Nc[0xd6][0xa5]~7[0xe3]N[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "tS[0x9a]@[0x13][0xe][0xe0] [0xff][0x3]|@[0x8d][0xa0][0x87]o[0xa3][0xc3][0xb8][0x8a]#|[0x1][0x1d][0x85][0x81]cnU[0x9d][0xb4][0x1b]@+[0xf6][0xa1][0x8b][0xab][0x11]Zw[0xd3]2@[0xab][0x1d][0xd8]O;[0x9f][0xac][0x8b][0xb6][0x87]I[0x8f][0x94]P[0xf0]dG);FN+[0xfc]a[0xbb][0x82][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0x9f][0xe3]pJA[0xdf]s[0x86][0xf][0xa1][0xbf][0x8c]n[0x14][0xde][0xcf]EV[0xac]A[0xf6][0x4][0xbf][0x3][0x18],[0xa9][0xfd][0xc1][0xc][0x82][0xa4]c,[0xf9]W[0xa8]"[0xfe]#[0x9a]F[0xef][0xa1][0x91][0xdb][0xf8][0x3]4/c[0x93][0xf][0xa3][0x8f][0xb1]q2[0xbe][0xef][0x11]Z<[0xad][0xdd][0x12][0xf3]^[0xff]S[0x92]8[0x11]l[0xf5]a"[0xea]'R[0x11][0xa2][0xe8][0x16][\r]<[0xe9][0xfa][0x9e]X[0x1d][0xc2]I[0x9c][0xa6][0xe7][0xd3]H[0xba][0xd4][0xe7][0xe6][0xd0][0xce]$[0xc1][0xb7]c[0x90][0xc8]4`[0x9c][0xed]r[0x8d][0xbc]Ibq[0x83][0x16]7[0x99][0xd7]-[0xa4][0x88][0xb2][0xc4][0xa9][0x87][0x98][0xa8][0xb4];[0x81][0xf7][0xe8][0x8f]9[0x96][0xfa]@[0xae]$v[0xb2][0xd9][0xe][0x96][0xa4][0xed][0x94]I[0x14]=|[0xf6][0xc0][0xdf][0xf0]'T[0x5]'_[0xd0]S@[0xc1])[0x5]C[0xdc])8M[0xd0] \[0xbc][0x14][0xa6]r[0xa6][0x8c][0xd7]q[0x17][0x1c]B[0xeb][0x9e][0xfd]f[0x1][0x97]na[0x8b][0xb2][0xa7]V1l&^[0x80][0x8e]zv@#[0xb2]h[0xc1][0x1c][0xd7][0xc3]e7{[0xdd]L[0x81][0xc8]cl[0x9d]|[0x84][0xe8]C[0xd4][0xad][0x1a][0x87]]a[0x7]i'Wg[0xdd][0x96][0x1f]a[0x9]R[0xc2][0xc9][0xc0][0xb2][0xe][0x4]C[0xff][0x0]PK[0x7][0x8][0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.class[0x8d]VaW[0x13]G[0x14][0xbd][0x13][0x2][0x9b]l[0x16]AH[0xa4][0xad]m[0xa5][0xa8][0x10][0x8c][0xb8]Z[0xb5]-[\r]E[0x5][0xc4][0xa2][0x9][0xd8][0x86][0xd2][0xa2][0xb6]t[0xd9]l[0xe2][0xc2]&[0x9b][0xb3][0xd9]P[0xfc]E~[0xad]r[0xe][0xd6]zN?[0xd2]s[0xfa][0x9b]zz[0xfa][0xde][0xee][0x90]@[0x8][0xe0][0x7][0xde][0xcc][0xce][0xbc]w[0xef]{o[0xee]L[0xf8][0xe7][0xbf]?[0xff][0x2]p[0x13][0x1b]*[0x86]p_[0xc1][0xbc][0x8a][0x8][0x1e][0xc4]q[0xe][0xdf]&[0xb0][0x80][0x87]<{[0xc4][0xb3]\[0x2]y,[0xf2][0xe7][0x92]J[0xe6][0xb1][0x8a]$[0xbe]c[0xf3]=G[0x16]x[0xb6][0xcc][0xe6][0x7]6+l~[0xe4][0xb0][0x9f][0xd8][0xac]*x[0xc2]+[0x84][0xff]T[0xc1]3[0x5]?[0xb][0xc4]+k[0xa6][[0xf5][0xad]m_`$[0xe7]ze[0xdd][0xad][0xd5]om[0xe8]5c[w[0xdc]r[0xd9][0xae][0x96][0xf5][0xc7][0xc6][0xf6]l[0xe8][0x93][0x15][0xe8][0xaf][0xac][0x15][0xad][0x92][0xd1]p[0xfc][0xd9][0xfd]8[0xad][0xb2]F[0xee][0xb9][0xd0][`[0xfc]x[0x18][0xe9][0x93]7[0xaa]F[0xd9][0xf2][0x8][0xad]g[0xca][0xae][0xda][0xfe][0xb4]@Wz|E :[0xeb][0x16]-[0x81][0xbe][0x9c]][0xb5][0x16][0x1b][0x95]u[0xcb][6[0xd6][0x1d]Z[0x19][0xc8][0xb9][0xa6][0xe1][0xac][0x18][0x9e][0xcd][0xdf]r1[0xea]?[0xb7][0xeb][0x2][0x13][0xc7][0xf0][0xd5][0x9d][0x12][0xad][0x14][0xd8][0xe6][0xe7]f[0xef][0x15][0x8d][0x9a][0x1f]p[0xf6][0xd7]-[0xa6]Q-:V[0xb3][0x82][0xcb][0xe9][0x10][0xa3]^[0xb6][0xf5][0x92]gT[0xac][0xdf]\oS?[0xe4][0x94][0xe5][0xfc][0xba]L[0xbb][0xd9][0xa7][0x93][0x9c][0x5][0xd4][0xb2][0xd5][0xea][0xd0][0xa5][0xf4][0x9]Mi[0xc5][0xf4][0x16]|[0xc3][0xdc][0xcc][0x1b][0xb5][0xa0]@:-b[0xac]5(~,[0x9d][0xdb]0[0xb6][0xc][0xdd]1([0xa4][0xe0]{[0x14][0x99]=[0xba][0x12]d[0xb8]i[0xbd][0xe0]v[0x1d][0xd9][0xa4][0xad]-[0xc3]!Ky[0x9][0x8c]v[0x0][0x1c][0xef][0x14][0xd4]MA[\r][0xeb]0[0xe2][0xd2][0xfa][0x86]e[0xfa][0xd9]@B[0xbf][0xd0][0x19]zV[0xc5][0xdd]"[0x9f]T'P[0xca][0xa9][0xdb]t,[0xc3][0x13][0x18][0xc]ZR{[0xb1]T[0x92]%S[0xa5][0x2]g[0xd3][0x92][0xb8][0xe1][0xdb][0x8e]NK[0xdc][0x88]z[0xb3]y[0x81][0xcf]@[0xba][0xcd][0x85]aU[0xf3][0x80]G[0xdf][0x11][0xc][0xa5]h[0xd7]kn[0x9d][0xf2][0x8a]M[0x99][0x8e][0x94][0x99]Zp[0x1b][0x9e]i[0xcd][0xdb][0xac][0x9f]d[0x9b]6[0xae]1[0x84][0x86]OqA [0xd3][0xf9][0xb8][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf][0x16][0x8e][0xe8][0x98]CF5|[0x8c]O[0x14][0xac]i[0xf8][0x15][0x17]4|[0x88][0x8f]4[0x18]XW`j([0xe2][0x8a][0x86][0xf3][0xbc]2[0xce][0xb3][0x9]X[0x1a]>GIC[0x19][0xcf]5|[0x85]I[\r]_sP[0x16]S[0x1a][0xbe][0xc1][0xb4][0x6][0x9b]?[0xef]q"[0xc3][0xa7][0xe9][0xe6][0xd8]\;[0xea][0x9f][0xe4][0xdf]~[0x90][0x2][0x1f]0@[0xe8]^[0xaf][0xd9][0xfa]1[0xde][0xe1][0x89][0x92][0x18][0xdf][0xf3]z[0xd3][0x5]ukV[0x95][0xfa]L[0xe7][0xde][0xda]-X[0xde][0x96]mR[0xfb]3'][0x8a][0xc3][0xce][0xd9][0xf7]`m[0xe2][0xf6][0x86]t[0xcd][0xf6][0x9c]ry[0xa4][0x9a]YQ[0xa7][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe9]J[0x8a][0xf2][0xdd][0xfd]n$[0xd3][0x9d][0xef][0x8d][0xe9][0x90][0xf6][0xf0][0x19][0xbd][0xd1]C[0xa0][0xe][0xa3][0xb]*[0x8b][0x82]^y[0x95][0xa5][0x10][0x8c][0xa4][0x18][0x1a][0x13][0xb4]O[0x9a]#;L_:[0x8d][0x82][0xc6][0xee]+o ^[0xd1]$B @O[0xb0]x[0x1e]#d[0xb5][0xd0][0x1][0x17]q[0x89][0xc6]8.cT[0x6][0xcf][0x13][\r][0xef]%[0xdf]![0xb2]J[0x0]];[0x88][0xbe]F[0xf4]-[0xba][0x5]ZXg[0xc8][0xb][0x14][0x95][0xc0][0x18][0x6][0x91]>[0x80][0x99][0xa4][0x95]t[0x90][0x1a][0x9]UbV[0x83][0x1d] [0xfb][0x1a]=#Mp{[0x18][0x9]@[0x15][0x81]=[0xc][0xee]O[0xdf]"&[0xf0][0x12]Q[0xb1][0x83][0x1e]r[0xdd]C[0x9c][0xec]K[0x9e][0xc7]o[0xa3][0xbe][0x1][0xd6][0x6][0xb7][0xe8][0xf][0xe8]E[0xf7][0xd8]][0x5]W#[0x89][0x19][0xb2][0xc4]6[0x81]k[0x92][0xfb][0x11][0xb9]s@[0xfc][0xf][0xa8][0x99][0xab][0xbb]H[0xb4][0x8a][0xe0][0x1f]H`[0x12]1[0xba]:\[0xc0]p[0xe8]([0x9b][0xc2]3[0x1d][0xd7][0x83][0xd4][0xe3][0xc4]w[0x9d][0xbc][0x5]q[0xde][0x94][0xc0][0x9b][0xf4][0xcd][0xfe]C"[0xcf][0xd0][0xbb][0xd0]V[0xf3]{P[0x89][0xa2][0x97]K[0xe0][0x84][0xbb][0xe][0xd0]L[0x93][0xbd]s[0x80]f[0xa8]I3$i"HQ9[0xb7]i[0xcc][0x4][0xdd][0x8c][0xfc][0x8b][0x94][0x82]/[0xa8][0xae]/i[0x97][0xae][0xb8]$[0xbe]K[0x1e][0x8c][0x18][0xb]i[0xcf][0xb4][0x17]4[0x7][0x5][0xf7][0x3][0xa6]s[0xa1]_[0x93])&[0x99][0x4][0xbf][0x15][0x12][0xed][0xb6][0x14][0x8b]Bh[0xbb][0xe8]k[0x7][ [0xd9]<[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0x8e][0x94]|[0xc7][0x82][0x82][0xd4][0xbc][0x14]F[0x6]=[\r][0x9f][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0x82][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfd][0x9c][0xfc][0xf4][0xf4][0xcc][0xbc]t[0xfd][0xe2][0x82]L[0xfd][0x80][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0x8][0xd7][0xb5],5[0xaf][0xc4]Z3[0x8c][0x91][0x81]+8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A[0x0][0xa8][0x2]bRj[0x91]^VbY"#[0x83]*^[0xe3]`[0x8a][0x81]ZA[0xca][0xf5]s[0x12][0x81]r[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.class][0x8d][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x1c][0xc4][0xef]_[0xfb][0xa1]N[0xe]>[0x84]u0[0x83]n[0x9d]+[0xe][0x82]B[0xc1]=[0xb6]![0xa4][0x84]$[0xa4]U[0xfa]l[0xe]>[0x80][0xf]%6[0x93][0xe2][\r][0xc7]q[0xf0][0xbb]{[0xbd][0x1f]O[0x0][[0xcc]2d[0x19][0xa6][0x84]Dxo=a[0xbd]:[0xb6][0xfc][0xce][0x99][0xe6]F[0xb2][0xaa][0xf7][0xca][0xc8][0xe2][0xa7])[0x87]Z[0xb8]^YS[0xe4][0x17][0xc2][0xbc][0xb2]7_[0x8b][0xbd][0xd2][0x82][0xb0]<[0xf3][0xa1][0xc]#[0x7]n[0x1a]-[0xfc]&P[0x84][0xdc]z[0xc9][0xac][0xeb]v-s|`[0xda]J9n[0xb2][0xce])[0xf6][0x7][0x10][0x16][0xdf][0xa3][0xd3][0xb5][0x15]u[0x9f][0x12][0x8][0x11][0x82](&L[0x10][0x87][0x84]d[0xf4][0x8][0xe9][0x7]PK[0x7][0x8][0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxFilter.class}[0x8f][0xbd]n[0xc2]P[0xc][0x85][0x8f]IH[0x80][0xf2][0xd7][0x91][0x99][0x5][0x16][0xee]P6&[0x14]R[0x9])[0x2]Th%[0xc6][0xb]\E[0x89][0xa2][0xdc]([0xb9] [0x9e][0x8d][0x81][0x7][0xe8]C[0xd1][0x1a][0x10][0x12][0x13][0x96]<|[0xf6][0xf1][0xb1][0xfd]{9[0x9d][0x1]|[0xe0][0xdd]E[0xcb]E[0x9b]`O[0xfc][0xd9][0x9a]@SB[0xc3][0xd3]iadj~d[0xb2]W[0xd6][0x1f][0x7][0xc1][0x9d][0xf9][0xdf][0xab][0xaf]q`[0xf1][0x18][0x8][0xce][0xd8][0xf3][0xfc][0xc5][0xea]JD[0xa8][0xec][0xf4]g[0x94][0x18][0x95][0x13][0x6][0xbd]@[0xe7][0xa1][0xd0]Y1[0x8c]E&[0x8f]"[0xd1]a[0x18][0xa5][0xa1]([0xb2]H,[0xe4]1[0xb8][0xa3]P[0xa9][0x19][0xf5]y[m[0xa9][0xf7][0xf9]V[0xf1][0xbc]"4Yqw[0x1a][0xc4][0xf2] [0x9][0xdd][0x97]f[0x8f][0xa5][0xed][0xab]X$[0x92];[0xf3]M[0xac][0xb6][0xc6][0xe1]OP[0xe2][0xe3],t8m[0xa6]2S[0x9][0xe][0xb3][0xfb][0xc4][0x15][0xe6][0xea][0x13][0xd7]@6[0xe1][\r][0xf5][0xdb][0x97][0x8d][[0xad][0xf9][0xf]PK[0x7][0x8][0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLayout.class}OK[0xe][0x1]A[0x10]}[0xc5]0[0xfe][0xb1]p[0x3][0x9b][0xb1][0xd1][0xb]v[0x16][0x16]B,&![0xe1][0x2][0xcd]t:3[0x99]LMF[0x13][0xae]f[0xe1][0x0][0xe]%[0xba][0x91][0xd8][0x88]Z[0xd4]{U[0xf5][0xea]w\o[0x0]Fh[0xfb]h[0xfa]h[0x11]j[0x11][0x87][0xf2][0xc2]GC[0x98][0x6]![0x17]Zp~[0x18]'"[0x97]g[0x91][0xb2][0xd6]q[0xa6][0xc5]![0x8f][0xc5]Z[0x9e][0xc3]w8?[0xa9][0xcc]L[0x6]a"OR[0xa4][0xd2][0xd6]7[0xa6][0xb0][0xf9][0x9][0xa1][0xa3][0x95][0x99]qf[0xac]`{[0xc9][0x15][0xa1][0x17][0xfc][0xd4][0xd5][0xad]n[0xa9]d[0xa4][0x8a]7_0[0x1b][0xc7][0x1b][0x1b]>[0x16]{[0xb5][0x88]S[0xdb][0xdb]q+_[0xa7][\r][0xdd][0x8]B[0xff][0xff]u[0x9f]/[0xba][0xdf]}[0xab]][0xa2][0xf6][0xa6]J [0x94][0xe0][0xcc][0xf3][0x8]ex[0x96][0x10]*[0xa8][0xbe][0xd0][0xff]`[0xcd][0xa1]U[0xd6][0xad]/[0xa1][0xf1][0x4]PK[0x7][0x8][0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLevel.class[0x85][0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2]1[0x10][0x84]g[0xfd];A[0xf0][\r]l[0xbc]kL[0xa1][0x9d][0xb5][0x8a] (\g[0x17]e[0x9]9[0x82]9s[0xf1][0xd0]W[0xb3][0xf0][0x1]|(1'X[0xbb][0xc5]N1[0xdf][0xee][0xcc][0xeb][0xfd]x[0x2][0x98][0xa1][0x1f][0xa1][0x1b][0xa1]G[0x18][0xea]b[0xed]Xzv;[0xb7][0xbc]\[0xa5]!L[0xe2][0xad]uJ[0xd8][0xbc][0x98]g"[0x97]7a[0xac]R[0xfa][0xac]D[0x91]k[0xb1][0x97][0xb7]-[0x97]l[0x16][0xc9][0x81][0xd0][0xf4]vs[0xf6][0x84]z[0x9c]l[0x8]#[0xc5]>[0xbd][0x17][0x81][0xe][0x8f]t)[\r]W^7[0xb5]Ww[0xe2][0x95]6L[0x18][0xfc][0xce][0xa7][0x99],%a[0xfc]?(T[0xac]Xad0v[0xc7][0x8c]O[0xbe]E [0xd4]PM[0xbd][0x11][0xd2][0xd1][0x0][0x82]6[0xd1][0xfa]jTi [0xda]a[0xd7][0xd0][0xf9][0x0]PK[0x7][0x8]k[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.class]N[0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x9c][0xad][0xd5][0xfa][0x4][0xf]~[0x84][0xbd][0x98][0x83][0xde]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x82]P[0x1f][0xd0]/Hk[0x8c])5)m[0x14][0xbf][0xcd][0x83][0x1f][0xe0]G[0x89])[0x15][0x4][0xf7][0xb0][0xb3][0xc3][0xce][0xcc][0xee][0xeb][0xfd]x[0x2][0x98]c[0x18][0xa0][0x1f]`@[0x18]Ha[0xd7]*[0x17];~[0x11][0x84][0xc9]4[0x8c]2~[0xe3],[0xe7]Z[0xb2][0xd8][0x96]J[0xcb]%a[0xe8]D[0xab][0x9c]WU[0xa3][0x1a]9[0x1a])-v[0xd7]K"[0xca][0x86]o[0x85]=[0x9b]c[0xb3][0xef][0xc7][0xe6]Z[0xa6][0xa2][0x8e]u[0x91][0x7]~[0x8f]L[0xca][0xad]2z[0xa3]OfV[0xe7][0x13]BSJf[0x8a]j[0x91][0xb1][0x82][0xdf]Yn[0xa4]t[0xb7]XU([0xf6]g [0x8c]/[0xed][0x93]L[0xa4][0xb6]C x[0xa8][0xcb][0xf7][0x9]-[0xf8]n [0xb4][0xbf][0xd8][0xf9]bP[0xa3]Sv][0xf7][0xd0][0xfb][0x0]PK[0x7][0x8]'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.class[0x85]P[0xcb]N[0x2]1[0x14][0xbd]E[0x14][0xe4][0xa1][0xbc]D[0xf9][0x1][0xc3],t[0x16][0xba]si [0xd1][0xf0][0x12]\[0xe9][0xaa][0xc0][0xa5][0xe][0x99][0x99]N[0xda][0x82]|[0x9b][0xb]?[0xc0][0x8f]2[0xde][0xe9][0x8c]b[0xa2][0x9]][0xf4][0xf4][0xde][0x9e]s[0xda]s?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z98[0xcd][0xc1][0x19][0x83][0xa6]@[0xd3][0x93]3n<[0x19][0xde][0x85][0xb][0xa9][0x2]{dp[0xd1]vzR[0x9]WF[0xfa]z[0xe9]F|[0xe3][0xfa]R[0x8]/[0x14][0xae][0x8e][0xc][0x86][0x8b]$[0xc1][0xad][0xcf][0xb5]N~2R2Be<[0xa4][0xba][0xfa][0x1d]ie<[0xdf][0xed][0xf3]([0xce]3[0x91]+5[0xc3][0xae][0xe7][0xc7][0x99][0xed]([0xed]x:k[0xc][0xcd]e[0xcc]f[0xe0][0xec][0x98][0xfd]V[0xc0][0xa0][0xb2][\r]5[0x9c].qf[0xe][0x18]0[0xc8]@[0xbc][0x8a]Y[0xfa]/d[0x1][0x8][0xf7][0xe1][0xc0]b[0xe][0xf2][0x16][0xf]S,[0xa4]XL[0xb1][0x4]e[0x8b]Gpl[0xb1][0x2]U[0x8b][0xb5][0xf4][0xbe][0xe][\r]r[0xa6][0x81][0xd2][0x9e][0x81][0xe6][0x17]PK[0x7][0x8][0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]org/osgi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/osgi/service/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/osgi/service/log/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/osgi/service/log/LogEntry.classm[0x8f][0xc1]N[0x2]1[0x14]Eo[0x11]g[0x0]AQL\[0xb9][0x16]6v[0xe1][0xd2][0x9d][0x9]&[0x92]!&[0xe]?P[0xc6]G-[0xe][0xad][0xe9][0xc][0x83][0xfe][0x9a][0xb]?[0xc0][0x8f]2[0xbe])Q[0xa3][0xb1][0x8b][0xde][0xa4][0xbd][0xe7][0xbe][0xfb][0xde]?^[0xdf][0x0]\`[0x10][0xe3]0[0xc6][0x91]@[Sy[0xb5][0xb6][0xf7]9[0x9][0x9c][0xe]G[0x89][0xf3]Z[0xba]B[0x1b][0xb9][0xf0]jE[0x1b][0xe7][0x1f][0xe5][0xf6][0xfb]R`[0xc0][0xde][0x94]|e2[0xba][0xa3][0x5]y[0xb2][0x19]Sg[0xff]S[0x8d][0xcc][0xb7][0x98]O[0xa8][0xa2]\`g8[0xba][0x11][0xe8][0xf0][0xc3][0x94][0x8a]Bi[0xce]9[0xe6][0x9c][0xa5][0xaa][0x94][0xcc][0x95][0xd5]2-[0xbd][0xb1][0x9a][0xa1].{[0xc6][0xcf][0x19]=[0x95][0xc6]Y[0x81][0x93]_[0xae][0xd9][0x83]w[0x1b]5[0xf][0xed]b6[0xce][0xcc][0x8a]B[0xf8][0x84][0xc3]S[0xb7][0xf6][0x19]][0x9b]z[0xb5]^[0xe2][0xf4][0xd8][0x96][0xfe][0xe5][0xbc][0x86]y[0xd5][0xef][0xc6][0xc5][0xb6][0xa7][0xcc][0x9d][0x96]_&[0x81][0xfe][0xcf][0x8c][0xdb][0xf9][0x92][0xb2]2[0x12][0x10]h[0xa0]>Q[0x93]G[0xa0][0x9][0xb0][0xee]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0xa3][0x15][0xb4][0x8d]N[0xd0]=t[0x83][0xf6][0xb0][0xcf][0x84][0xc0][0x1][0xdf][\r][0xf4]?[0x1]PK[0x7][0x8][0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/osgi/service/log/LogListener.classu[0x8e]1[0xb][0xc2]0[0x10][0x85][0xdf][0xd5][0xda]h][0xdc]\[0xc5]I[0x17]38:[0xd7][0xa9][0xe0] [0xb8][0xd7]z[0x84][0x94][0x90]@[0x9a][0x16][0xfc]k[0xe][0xfe][0x0][0x94][0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1d][0x1d][0xde]q[0xbc][0xf7][0xdd][0xf1][0xde][0x9f][0xe7][0xb][0xc0][0x1][0xb][0x81][0x99][0xc0]\ 'd[0xc6])[0xc5]w[0xc2]f[:[0xaf][0xa4]k[0x95][0x96]-[0xfb]^[0xd7],c&K[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1b][0xfc][0xe3][0xb8][0xbb][0x12][0xf2][0x8b][0xeb]|[0xcd]'m[0x98][0xb0][0x8c]Q[0xa9][0xdb][0xc0][0x96][0xfd][0xbe][0xa9][0xfa][0x8a][0xb0][0xfe][0xf7]b[0xe4][0xe2][0xd5]@JSY%[0xcf][0xb7][0x86][0xeb]@X[0xfd][0xac].h#[0x8b][0x9e]m[0x18][0xe1][0x8c]@H[0xa2]&[0xb1]6[0xa5][0x84][0x14][0xd3]aC[0x16]g[0x2][0xf1][0x5]PK[0x7][0x8][0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/osgi/service/log/LogReaderService.classu[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]@[0x10][0x84]g[0x8d]&[0xfe]!ZX[0xf8][0x0][0x82]6^a[0x99]Z[0xab][0x80][0xa0]`&[0xcb]q[0x12]sp[0xb9][0xe4][0xe1],|[0x0][0x1f]J[0xbc][0xa8][0x85][0x16]n[0xb1][0x3][0xbb][0xdf]0s\o[0x0][0xd6][0x18]F[0xe8]G[0x18][0x10]F2[0xcb][0x12][0xa3][0x12]]:.[0xd8][0x12][0xe6][0x8b][0xc4]X%L[0xa9][0xb4]([0xd9][0xd6]:e[0x91][0x1b]%[0xbe][0xa0]xy$L,_L[0xcd]?[0xde]P[0xb1][0xf3][0x7][0xc2]l[0xb1]L[0xce][0xb2][0x96][0xa2]r:[0x17][0x9b][0xa2][0xba][0xb0][0x95]N[0x9b]"&[0xf4][0xf][0xa6][0xb2])ou[0xce][0x84][0xa9][0xc7][0xf7],3[0xb6][0x87]w[0xd6][0xaa][0xb1][0xf9][0x16][0xff]:[0xfc][0xc0][0x84][0xf1]+%[0x97][0x85][0x12][0xbb][0xd3][0x99]S[0x17][0x12][0x8]-4[0x13][0xb4][0x9][0x1][0xda][0x80][0xd7][0xce]GCD[0xfe]C[0xe8][0xfa][0xdd]B[0xef][0x9]PK[0x7][0x8][0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/osgi/service/log/LogService.class[0x9d][0x91][0xcd]N[0xc2]@[0x14][0x85][0xcf][0xa5][0xc8][0xaf][0x8][0xfe][0x91][0xb8]r[0x8b]1q[0x16].[0xbb]B[0x5][0xd2][0xa4][0xa1][0xa6](.[0xcd][0xd0][0xc][0xb5]X;[0xc9]P[0xe0][0xdd]\[0xf8][0x0]>[0x94]q[0xa6]6[0xd2][0x85]l[0xdc][0xcc][0xcd]w[0xe6][0xcc][0xbd][0x93]s?[0xbf][0xde]?[0x0]\[0xa3][[0xc5]I[0x15][0xa7][0x84][0xba][0xeb][0x8d][0x9e][0x7][0xbe][0xef][0xf9][0x4]r[0x8][0xad][[0x99],S[0x9e][0xa4]S[0x1e][0xaf][0x84][0xa5][0xcd]Dh[0x1a][0xd3]S[0xdf][0x1f];[0xe3][0x91][0x91]J[0x84][0x9a][0x91][0x9c][0xf1][0xd0]3l[0xe5]}[0xee][0x6]7[0x8f][0x99][0xa1]L[0xb0]b[0x19][0x12][0xba]=[0xc7]][0xf0]5g1OB6IU[0x94][0x84][0xf6][0xc5][0x94]p[0xf9][0xd7]EAyxQr[0xc3]g[0xb1][0xc8][0xdc]v[0xcf][0x95]*dr[0x19]Fl[0xae][0xf8][0x9b][0xd8]H[0xf5][0xca]&B[0xad][0xa3]@[0xf8]b.[0x94]H[0x2]a[0xef][0x98]u[0xff][0xef][0xd7];?[0xd4][0x98][0xc8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4]0[0x8a][0x5][0xa1][0xed][0xca]0[0xef]ve[0x1e][0x10][0xce][0xe7]-t[0xa6][0xd3]`[[0x1b][0xa1][0xb3][0xed][0xec][0xcd][0x16]"H+:[0x94]Lv8[0x83][0xa5]O[0xc2][0x9e][0x89][0x1a][0x15][0xcd][0xd5][0x2][0xd7]4[0xd7][0xb][0xdc][0xd0][0xdc],[0xf0]>[0xca]:[0xfe][0x16][0xe][0xb2]5[0xb4][0xd0][0xce]k'[0xaf][0x87]f[0xa7]8[0xca][0xbc][0xc7][0xdf]PK[0x7][0x8][0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/osgi/service/log/package-info.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]vv[0x6]Vv[0x6]6F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xc1][0x82][0xc4][0xe4][0xec][0xc4][0xf4]T[0xdd][0xcc][0xbc][0xb4]|[0xbd][0xac][0xc4][0xb2]DF[0x6][0xc5][0xfc][0xa2]t[0xfd][0xfc][0xe2][0xf4]L[0xfd][0xe2][0xd4][0xa2][0xb2][0xcc][0xe4]T[0xfd][0x9c][0xfc]t}d[0x85][0x8c][0xc][0x2] [0xa5][0xfa]9[0x89]y[0xe9][0xfa][0xfe]IY[0xa9][0xc9]%L[0xc][0xc][0x8c][0xc]@[0x2][0xc][0x18][0x19][0x98][0x81]$[0x13][0x3][0xb][0x0]PK[0x7][0x8](h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/osgi/service/log/packageinfo+K-*[0xce][0xcc][0xcf]S0[0xd4]3[0xe6][0x2][0x0]PK[0x7][0x8][0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0]org/slf4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/ILoggerFactory.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkM[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}[0x88]:kF[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6]aO[0x88][0xb8][brI~Q[0xa5][0x1e][0xc8][0x8]F[0x6][0x9][0x84]6TyF[0x6][0x1][0x84]%[0xfe]IY[0xa9][0xc9]%l[0x8c][0xc][0x8c][0xc]L[0xc] [0xc0][0xc8][0xc2][0xc8][0xc0][0xcc][0xc0][0x2]b1[0xb0][0x2]I&[0x6]6[0x0]PK[0x7][0x8][0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/IMarkerFactory.classm[0x8d][0xc1][0xe][0xc1]@[0x10][0x86][0xff][0xa1]Z-[0x12]"[0x12]O \[0xf4][0xc0][0xad]Wi"![0xe]nnk[0xbb][0xaa][0xd5][0xb4][0xc9]v[0x9][0xaf][0xe6][0xe0][0x1]<[0x94][0xd8][0x16][0x11][0x89]9[0xcc]?[0xf9]f[0xe6][0xff][0xef][0x8f][0xeb][\r][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x4]-[0xb][\r][0xb]M[0x82][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5]d[0xf2] $a0\[0xc4][0xec][0xc4][0xdc][0x84][0xa5][0xa1][0xbb]V2JCo[0xb4][0xc8]d[0xe8][0xe6][0xc9]n[0x1a][0xbb][0xaf];[0x8f]`[0x8a]s[0x94][0xab][0x9c][0xd0][0xfb][0xf7][0xb1]!4[0x3][0xa1][0x18][0xdf][0x8c];:dV[0x12][0x11]|[0x98][0xb3][0xce][0x8e][0x92][0xb]?J[0x4][0xa1];a[0x9f]q[0x95][0xc9][0xcb][0xb8]0%[0xf4][0xbf][0xd1][0xbf]{B[0xfb][0x1b][0xbb][0xda][0xc6][0x82]+[0x93]@[0xa8][0xa0]([0xc3] Ta[0xe8][0x81]P[0x83]Y[0xaa][0xf5][0xd6]z[0xc1][0xf5][0xa5][0xad]{[0x5][0xce][0x13]PK[0x7][0x8][0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Logger.class[0x9d][0x93]_O[0x13]A[0x14][0xc5][0xef]@K[0x11][0xa4][0x94][0xd2][0xca]t[0x84]A[0xfe]$[0xb4]>[0xd8][0x7]}A[0xf4][0xc1]h%[0xc6]B[0x13]h0[0x81][0x7]2-[0xc3][0xba]u[0xdd]M[0xa6][y[0xe6]k[0xf9][0xe0][0x7][0xf0]C[0x19][0xef].'[0xd4]?[0xab][0xa9]>[0x9d][0x9c][0x93]{s[0xef][0xee][0xcc][0xd7]o[0x9f][0xbf][0x10][0xd1]c[0xda].[0xd0]F[0x81]6[0x5][0x95][0x8e]:[0x9d][0xee]y[0xbb][0xb3][0xbf][0xdf]::?|q[0xd0][0x12]Tn[0xf][0xcc]'[0xd3][0xc]L[0xe8]5[0x8f]c[0xe7][0x87][0xde][0x9e][0xa0][0x85][0x97]Q8[0x8c]M[0x18][0x9f][0x98]`dgiKP[0xc1][0xb3][0xf1][0xa1][0xf9]h[0x5]U[0xea][0x8d][0xac][0x9e][0xa2]?[0xec]:[0xd3][0xb7][0xad][0xd0][0xf4][0x2]{!h[0xba][0xde]8[0x15][0x94][0x8f][0x93]PP[0xb5][0xfe]{S[0xe3]D[0xd0]NF[0xfe]C[0xd2][0xe9][\r]l?N+w'[0xaa][0xcc][0xee][0xad]g[0xf4][0x9e]e[0x97]>[0xfc][0xfb]1[0xdd][0xf7].[0xba]J6L[0x8b]y[0xab][0xc8]y[0xcd]ap[0xf9]d[0xd0]<0[0xee][0x83]u{[0xc9][0xd6];[0x19]y[0xf6][0xfe][0xbb][0x13]Uf[0x8f][0xfa][0xf6]?{[0xb3]iO'[0xa2][0xfd][0xe1][0xab]=[0xfb][0xd7]Q~[0xfe][0x8e]|y^[0xd9][0xde][0xc8][0xbb][0xbd]<[0xf9][0x8b][0xc4][0xf2]M[0xf4][0x87]o[0xc2][0xcb][0xe8]6[0xcf][0xf9][0xec][0xd2][0xf8][0x9d]q[0xe1]8[0xbe]b[0x97]bZ[0xce]En[0x8c][0xb1][0x89][0x15]4w[0x1c][0x8d]\[0xdf][0xbe][0xf6][0x3][0xbe][0x8a][0xf3][0xed][0xc8][0xf3][0xac]{[0x94][0xc][0xc3]ob<[0xf7]M[0xce][0xd1][0xaf]+[0xf2][0x1][0xc9][0xcb][0x99][0x11]$h[0x8a][0x9f][0x94][0xa0][0x1a]MS[0x8e]5[0xcf]n[0x8a]f[0xe8]y[0x8e][0x9f][0x8][0xcd][0x12][0xb1][0xde][0xa1][0xb9]T[0xe7][0xe9].t[0x1]Zd[0xbd]f][0x84]/[0xa1]~[0x9][0xbe][0xc]][0x86]VP_[0x85][0xbf][0x97][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf8][0x12]|[0x9][0xbe][0x4]_[0x82]/[0xc1]_[0x1]_[0x82]/[0xc1][0x97][0xe0]K[0xf0]%[0xf8]5[0xf0][0x15][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0x5][0xbe][0x2]_[0x81]_[0x3]_[0x81][0xaf][0xc0]W[0xe0]+[0xf0][0x15][0xf8][0xf7][0xc1]_[0x5]5[0xe5]_[0xb3].[0xc2][0x17][0xa1]%[0xd4]/[0xc1][0x97][0xa1][0xcb][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa][0xaa][0xf0]7[0xfc]5[0xf0]5[0xf8][0x1a][0xf3]k[0xcc][0xaf]q[0x8e][0x6][\r]|[\r][0xbe][0x6]_[0x83][0xaf][0xc1][0xd7][0x9][0x9f][0xff][0xf9]z[0xfa][0xcf][0x1f]|[0x7]PK[0x7][0x8][0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/LoggerFactory.class[0x95]Zy`[0x1b][0xd5][0xd1][0x9f][0x91]e[0xaf],o[0x1c]G9[0x88]s[0xb1][0x4][0x92][0xf8][0x8a]MH[0x8][0x90][0x84][0x80]c[0xcb][0x89][0x12][0xf9][0xc0][0xb2][0x13][0x1c][0x8][0xee]F^[0xdb]"[0xb2]d$[0x19][0xc7]PJ[0xca]M[0xe9]A[0xef]&[0xbd]([0x85][0xba][0xa5][0xb4][0x85][0xa4]5[0xe]i[0xa1]m([0xf4]n[0xa1][0x85][0xd2][0x9b][0xde][0xf7]}|[0x85][0x92][0xe6][0xfb][0xcd][0xdb][0x95],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1x[0xf7][0xbd][0xb7][0xf3][0xe6][0xcd][0xf1][0x9b]y[0xf3][0x9e][0xfc][0xd5][0xff]=[0xfa][0x18][0x11][0xad]u[0xcd][0xd5][0xf8][0xbd][0xd2]z[0x8d][0x87]M[0xe1][0xbf]W[0xa8][0xc3]^[0xee]cK[0xe3]~/[0xad][0xe1][0x1][0xe9][0xc]j[0x1c][0x11][0xda][0xab][0xe5][0xb1]O[0x98]5yi[0x1d]Ge[0xea][0x90][0x8c][0xc5][0xa4][0x15][0x97][0xd6][0xb0][0xb4][0xae][0xf1]pB$HJ'[0xe5][0xe1][0x11][0xf]_[0xeb][0xe1]Q[0xf][0xef][0xf7][0xf0][0x98][0xc6][0xd7]y[0xa9][0x85][0xd7]z[0xf8]zy[0xbf]V[0x1e]7x[0xf8]u[0xf2][0xbe][0xd1][0xc3][0x7]<[0xfc][0xfa]R[0x18][0xe6]&[0xb1][0xc4][0xcd]b[0xb9][<|[0xab][0x87]o[0xf3][0xf2][0xed]|[0x87][0x18][0x18]Dwj[0xfc][0x6][0x8d][0xef][0xf2][0xf0][0x1b]5~[0x93][0x97]v[0xf3]Z/[0xbf][0x99][0xdf]"S[0xee][0xf6][0xf2][[0xf9]m[0xf2]x{[0x19][0xbf][0x83][0xdf])[0x8f]wi[0xfc][0xee]2~[0xf][0x1f][0xd4][0xf8][0x90][0x87][0xdf]+MK[0x84]}[0x9f][0x87][0xdf]/[0x9d][0x1e][0xf]@[0x96][0xff][0xa0][0x87][0xef][0xf1][0xf0][0x87]<|[0xaf][0x18][0xe3][0xc3][0xb2][0xf8]}[0x1e][0xbe][0xdf][0xc3][0x1f][0x11]W[0x8d][0xcb][0x94][0x8f][0x96][0xf1][0xc7]`3[0xac]v[0x95][0xac][0xf6][0x80][0x10]~\><[0xe8][0xe1]Oh[0xfc][0xc9]2[0xfe][0x94][0xd8][0xf5].~[0xc8][0xc3][0xf][0xb][0xd9]a[0xf9]xD[0xe6]Z&|[0xc6][0xc3][0x13][0x1e]~D[0xe3]I1[0xf5]Z[0x8d][0x8f]z[0xe9]v1[0xc6][0xa3][0xc2][0xe9][0x98][0xc6][0x9f][0xf5][0xf0][0xe7]<[0xfc][0x98][0x87][0x1f]g[0xd2][0x9b][0xda][0x9b][0xfd][0xa1][0xde][0x8e]NK[0xe0]r&_[0xf0]j[0xf3]Z[0xb3]!j[0xc6][0x6][0x1a]B[0xa9]D$6[0xb0][0x91]iVS<[0x96]L[0x99][0xb1][0xd4]N3:by[0xf8][0xf3]L[0x95]m[0xed][0xbd][0xa1][0xae][0xc6][0xae]@S[0xb0]}[0xeb]V[0xe7][0x96]@[[0xb3][0xbf][0xb3][0xb7][0xbb]3[0xe8][0xe1]/0[0xcd]o[0xed][0xe]v[0x5]:[0x82][0xfe]^[0xf9][0x10]h[0xdb][0x1a][0xb2]?}[0x91][0xa9][0xac][0xad];[0x18][0xec][\r][0xb6][0xd8][0x3][0xc7][0x99]*v[0xfa];C[0x81][0xf6][0xb6][0xde][0xd6]@[0xa8][0xb5][0xb1][0xab]i[0x9b][0x87][0x9f][0x0][0x87]P[0xf7][0x96]PW[0xa0][0xab][0xbb][0xcb][0xdf]k/aO[0xf8][0x12][0xd3]B[0xa7][0xdf][0xd6][0xd8][0xea][0xcf]L[0xb2][0xbf]>[0xc9][0xe4][0xed][0xf4]w[0x4][0x1b]{[0xec][0xfe]S`[0xd4][0xdd][0x16][0xea]nj[0xf2][0x87]B-[0xdd][0xc1][0xde]@[[0xa0][0xcb][0xfe][0xf4][0xe5][0x82][0x9f]ZC[[0xa1]ow[0x9b]t[0x2][0x8d][0xc1][0xc0]n3[0x13][0x7][0x8a][0x10]~[0xc4][0xb4][0xa0][0xbd]mk;[0xb4][0xe9][0xcd]|[0x86][0x5][0xda][0xdb][0xe4]+[0x83]]Kc [0xe8]o.[0xf0][0xd1][0x5][0x83][0xe5][0xad][0x94]KP[0xc4][0xb4][0xb8][0xad][0xbd][0xa3][0xb7][0xa5]1[0x18][0xdc][0xd2][0xd8][0xb4][0xa3][0x0][0x89][0x9b]i^[0xee][0xa8]r[0x80][0x1f][0xe2]*SanSW{g[0xf]Sm0[0x9e][0x18]hHF[0xfb][0xd7]][0xdd]0hE[0x87][0xad]D[0xb2]!4[0xb2]7[0x99][0x8a][0xa4]FRV0>0`%Z[0xcc]p*[0x9e][0x18][0x83]s[0xe7][0xe5][0xac][0x9b]arN[0x1]&[0xa0][0xcc][0x9f]}N[0xb3][0xbf][0xcb][0xdf][0xd4][0xd5][[0xd0]%[0x1d][0x9d][0xed][0x1d][0xfe][0xce].p[0x9b][0xb7][0xbd]qgc[0xef]N[s{g[0xd6][0xf0][0xe2]W[0x98][\r][0xb3][0xef][0x86][0xc5][0x1b];[0x2][0xbd]M[0xed][0xad][0x1d][0xd0]xK [0x18][0xe8][0xea][0xe9][\r][0x6]B]Ls[0xaf]([0x84][0xd4]J[0x1b][0x93]i[0x86][0xe]*1[0x19][0xec]J6Eb[0x91][0xd4]f[0xa6][0xa2][0xaa][0xea][0x9d]L[0xee][0xa6]x[0x9f][0xc5]4;[0x18][0x89]Ym#C{[0xad]D[0x97][0xb9]7jI[0x8][0xc4][0xc3]ft[0xa7][0x99][0x88]H[0xdf][0x19]t[0xa7][0x6]#I[0xf0][0xcf][0xb2]J[0xbe])[0x8a][0x13]V[0xd2]J[0x1][0x6][0xb0]U<1[0x14][0xc0]j[0x11]3[0x1a][0xb9][0xce]LE[0xe2]1qS[0xca][0xc][0xef]k5[0x87][0x1d][0x96][0xab][0x87][0xac]d[0xd2][0x1c][0xb0][0x10]\)3[0x12]K[0xb6]'[0x6]B[0xc2]804[0x1c][0x5]i*[0x12][0xb6]W[0xd8][0x12][0x89][0xf5]Y[0x9][0xf0][0xad][0x9a][0xae]q5LT4[0x94][0x1c][0x80][0x80]{A[0x6][0x1][0x93][0xd3]fv[0x98][0xa9][0xc1][0x90][0x8]6[0xdb][0x9e]?[0x92][0x8a]D[0x1b]0[0x0][0x91][0xdd][0xb1][0xb0][0xd8][0xc0][0xc8]b[0xdc][0x16]o[0x8a][0x9a][0xc9]d[0xb3][0xd5][0xdf][0x12][0x1f][0x89][0xf5][0xf9][0x13][0x89]xBQ&[0x87]@[0xb9]4[0x87]24[0x12][0x1e]l[0xb5]R[0x83][0xf1][0xc][0x19][0x83]f~[0x16][0x8d][0xd8][0x1a][0x16][0xf5][0xf1]mA[0xae]][0xc7][0x86][0xd3][0xb6]=3W[0xae]Mv7f[0xa5][0x1a][0x10][0xa8][0x1b]7o[0xd4][0xf8]+[0xd8][0xa8][0x90][0xb6][0xb0][0x1d]a[0xf7][0x1][0x9a][0xfa]#[0xfb][0xf3][0x1][\r][0xe7][0x94]DUKy0[0xcf]KX[0xbe],)3[0x82][0xe]I!x[0xe7][0xb3][0xc4][0xc2][0x9f][0xd4][0xf8][0xab][0xd8][0x4][0xe0][0xbc]~3[0x12][0xb5][0xfa][0xc4][0xa2][0xb0];rP[0xb6]3[0xba][0x6][0x13][0xf1]Q[0xd1]e[0xa3][0x0][0x8b]S[0xb9]6[0x98][0xfa][0x8a]l[0x9b][0xb0][0x86][0xa3][0xe6][0x98][0xff]Z+[0x96][0x82][0xc4][0xc5][0x96]4[0x98][0xaa][0xb2][0xa4]QCy[0xb2]`I5[0x5][0x1c][0xbc][0xb1][0x91][0xa1][0xe6][0x4][0xf0]b[0xc1][0xdb][0xc5][0xd7][0x8c]X#[0xb0]`M[0x96][0x5][0xc3][0xf1]Xx$[0x91][0x10]&[0x80][0xf6]>[0xc8][0x1c][0x8d][0x87][0xf7][0x81][0xc3]eB[0xb][0xe][0xa5]jR(r[0x1d]&[0x16][0x87][0xe1]d[0x8][0xe0][0x19]2[0xf7]+[0xae][0xf8][0xac][0x4][0x8]F[0x92][0x18][0xae][0xc8][0xe2]+#[0x98][0xdd]5[0xe3][0xa5]6[0xcd]T[0xa9][0xcd]`[0xbb]!o[0xa5]W1Y[0xe3][0xaf]i[0xfc]u[0xa6]e[0xd6]P$[0xd5][0xa9][0xec][0xdb][0x9e]HS[0x3]z[0xbb][0xcc]DL[0xf9][0xac]n[0xc6]f[0xe][0x88][0x1f][0xe7][0xd8][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "a4j[0xf9]mG[0xd5][0xce][0x98][0x85]p[0xf0][0xda][0x80]l3[0x87]P[0xea][0xec]a:C$[0xcc][0xd0]g[0x8b]6gJ[0xf6][0xcc][0x98][0xbb]J[0x89][0xe1]U[0xcb]4[0xd9]~[0xf2]][0xb][0xa0]bb[0xc8]Dr[0x19]k[0x1a][0xb4][0xc2][0xfb][0xc0][0xd6][0x88][0xc5]J[0x0][0xaf][0xbe]8<0[0xd7]^[0xb5]1[0x9c][0x1a]1[0xa3][0x99]DW:`e[0x92][0xe6][0xca]B;P[0xa1]\[0xeb][0x8e][0x99][0xb2][[0x94]Gr[0xf6]H[0xa6]EY[0xc4][0x81][0xfc][0xfd]sEU>[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "3_h[0x8e][0xa4][0xe2]M[0xf1][0xa1]a[0x84]\_[0x93][0x19][0x8d]B[0xc]E[0xe][0xb4]N[0xe3] ).j^w[0x1d]6[0x8d][0xfc]o[0x9b]j[0x4][0x15][0xdf]B[0xf6][0x9d][0xb6][0xb0]|*[0xb8][0xb6]/[0x16][0x8f][0xb5]J[0x1c][0xa5][0xd7][0xb4][0x92][0x5][0x5][0x9f][0xae][0xc9]n[0x95]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xac]SpmP[0xcf][0x81][0xe1][0x3]y[0xf6][RU[0xfd]J[0x16][0xf4]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "G[0x9d][0x1a][0xc7][0x1b][0x8a][0x8f]$[0xc2]VK[0xc4][0xa9]h[0xb2][0x8][0xeb]eA[0x4][0xdc])*[0x19][0x9d][0x8e][0xd1]gu[0xfa][0x14][0xdd][0xaf][0xd3][0x97][0xa5]u[0x82]>[0x8b]8[0x99][0xa2][0x8e][0xa0]>i[0x98][0x1e][0x7]:[0x9b][0x9f][0xb6][0x9][0xeb][0x15]a[0xbd][0x10][0xd6][0x17]"\[0xc4][0x8b]u.b[0xb7][0xce]g[0xf0]B[0x8d]/[0xd0][0xf9][0x19][0xfe][0x8e][0xce]Ky[0xa1]N[0xcf][0xcb][0x92][0xbf][0x94][0xc7]C[0xf4][0xb0][0xce][0xdf][0x95][0xc5][0x97][0xbd]ry[0xa2][0xf3][0xb3][0xfc][0x9c]N_"T[0xff][0x17][0xb5][0xa8]}[0xda]H[0xc5][0x8d]([0x12][0x88][0x11][0x16]jc[0xf9]i[0x85]Z^[0xaf][0xf1][0xf7]t~[0x9e][0xbf][0xcf][0xb4][0x1e][0xdc]M[0x89][0xbd][0xd8][0x80][0xf0][0x89][0xc5]W[0xc7][0x87][0x9d][0xb4]bT[0xa1][0x6][0xae]6[0xec]4f[0x8]/k[0x8][0xd9][0xd9][0xa9][0xf0]v[0x84],[0xcb][0x18]L[0xa5][0x86]744[0x8c][0x8e][0x8e]:+[0x8a][0xe5][0xc2][0xa8]5[0x93][0xf5][0x83][0xa9][0xa1][0xe8][0xd9][0xd3][0xd7]6P-[0x1a][0xfd]#[0x89][0xd4] [0xda]}[0x16][0x8a][0xc1]h[0xb2]^[0xa7][0x17][0xe8]g[0xa8][0x90]_[0xa1][0xde]b:[0xf7][0xb4]z[0xd5][0x3]E[0xf6][0xe][0x96][0x8a][0xc7][0xaa][0xaa][0x99].V[0xe4][0xab][0xcd][0xe1][0x88][0xb1][0xa6]~}[0xfd]~[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8b]G[0xcd][0x94][0x95][0xa8]6"I#[0x12][0xb]#[0xb2][0xc0][0x5][0xdb][0x82]1[0x1a]I[\r][0x1a]R[0xf8][0x1a]{[0xed]tP[0xcf]T[0xdd][0x3]`[0xa5][0xfb]2[0xc3][0xd9][0x91][0xc0][0xed][0xfc][0xfa][0xf3][\r]0[0xb3][0xcc]D4[0x82][0x95][0x91]/[0xba][0x87][0x7][0x12][0xc8][0xe2][0xc6]X[0xf6][0x1c][0x98]tj[0xe]$[0x0][0xe1][0xdc][0x2][0x15]#[0xea][0xc2][0xa9][0xd1]@4j[\r][0x98][0xaa],[0xb6][0xb2]([0xce][0xea][0x8e]Y[0xfb][0x87][0xad]0[0x12][0x81][0x11][0xc9])[0xb7][\r][0xa9][0xd7][0x90][0xe1][0x81]f[0xfe][0x81][0xce]?[0x4][0xa0][0xf8]G[0xfc]c[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ":[0xff][0x84][0x8a][0xb2]N[0xe7][0x17][0x4][0x86]?[0xe3][0x9f]#u[0x9e][0xbe][0x18][0xd4][0xf9][0x17][0x0][0x19]/[0xe3]3u[0xfe]%[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0x98]BZ[0xc4]>[0x1d]G [0x9c][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb6][0xac][0xdb]n[0xe4]F[0x14]`[0x5][0x19]~[0xcd][0xbf]A[0xa9][0xa2][0xf3]o[0xf9]wi[0x8d]U[0xaa]nL$[0xcc]1[0xa9]y$[0xf2][0xfe][0xab][0xf3][0xef][0xf9][0xf]0[0xdd][0xcc][0xca][0xc][0x9d][0xfe]E[0xff][0xd6][0xe9][0x1f][0xf4]O[0x11][0xed][0x8f]:[0xff][0x9]:[0xd1]K[0xc2][0xe6][0xcf][0xd2]zQ[0xf4][0xfe][0xb]/[0xc6]i[0xa3][0xd9][0x12][0x13]BB[0x7][0xbc]a3[0x16][0x8b][0xa7][0x8c][0xbd][0x96][0x11][0x1b][0x89]F[\r]3e{Z[0xce][0xf]V[0xbd][0x98][0xed][0xfb]:[0xff][0x95][0xff][0xc6][0xb4][0xb9]k[0xd0][0x2]D[0xa3][0xd1][0xf8][0xa8][0xb8][0xf]g[0x1c]#[0xde]o$3[0xf2]8[0xc][0x93][0xc6][0x90]9f[0xc][0x9a][0xd7]Z[0xe0]i[0xc5][0xc]3[0x1c][0xc6][0xf9]F*[0x8f][\r]}#[0x9][0xe5]x[0xf0][0xc9][0xf3][0xd2][0xf0][0xa0][0x99][0xb4][0xea][\r]G%[0xc8][0x14][0x8d]&[0x8d][0xc][0xb9][0x9c][0xb8][0xb6]([0x12]c[0xd4]J@P[0xc8];[0x18][0x8f][0xc5][0x13]V_[0xbd][0xb1]->[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcb]$[0xea][0x94]$R[0xe6][0xc4]RJ[0x92])>[0xf0][0xc][0x96]L"[0x1][0xae]J[0x8b]8[0x1a][0x81][0xaa][0xa3][0xf1][0xc4]>[0xc3]L[0x82]]b[0x8][0x84]cF[0x1a]C@[0xe2]E[0x12][0xc2]f4[0x19]?m[0x1c]'[0xf3][0x0][0x82][0x8c][0x9a][0xbf]9n[0x19][0x89]DUq[0xe3]m[0x84][0x91][0xe5][0x88]iT[0xe9][0xfc]w[0xfe][0x87]<[0xfe][0xc9][0x84]L[0x2]KF[0xb]+_[0xd8]VY[0x6][0x8e][0xc4][0x10][0xb4][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0xa1][0x19][0xc3][0x1f][0xd0][0xce][0xff][0xe2][0xe7][0x98][0xae][0x8a][0xc5]GA#|[0xec][0x1a]V[0xec][0xd5]%[0xa6][0x10]"1[0xd8][0xd5][0xd0][0xd7][0xb1][0x8f][0xd1][0x1f][0x89][0x82][0x91]"[0x1e][0x89]ZI[0x11]I[0x86]G$}D[0xc7]d<-ar[0xc][0xa5][0xe4][0x10][0xac][0xd4]0c+[0xd9][0xeb][0xeb][0xfc]o[0xba][[0xa7]I:[0xaa][0xf3][0xff]I[0x9a]^ [0x98][0xca][0x14][0xa7][0x99]|[0xc0]To[0xec][0x1d][0xb3][0xd3][0x85]b[0x97][0x9d]h[0xc4][0xfb][0xf9][0xc9]I[0xe3][0xff][0xe8][0xfc]"[0xbf][0xc4][0x14][0x98]I[0xee]u[0xd6][0xe9][0x1d][0x8a]$U5\0[0xf3][0xa2]L[0xc9]O[0xba]-[0x11]+[0x9a][0xce][0xb9]Y[0xb9]*s[0xb2][0xc3][0x9e][0x91][0x95][0x89][0x86][0x13]q[0x8c][\r][0x19][0xf1]0NG[0xe8];.M+[0x99]T[0xb5][0xbb][0x11]v[0x8a][0xf7][0xec]s[0x8f][0x9c][0xa1][0xb6][0x99]I)[0x15]5F[0xc][0xbf][0xcc]'tz[0x94][0xee]F[0xf1][0xaa][0xf3][0xff][0xf8][0xa4][0xee]">[0x89]2Vw1[0xa2][0xdb][0xe5][0x92][0xdc][0xa5]gWy8*[0xeb][0xae]"[0x97];-fn[0xb9][0x8c][0x84][0xa9][0x94]0[0xb0])[0xa4]lt$U[0x99][0x90]4[0xfa][0x13][0xf1]!C[0xaa]v[0x9d][0xe7][0xf2]<[0x9c][0x95][0xd4]6[0xab]F`t[0xfb][0x82][0xc2][0x18]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "R'[0xc9]9[0xbe][0x11][0x8b][0xf9][0xd4]n<[0xe5][0xad][0x98]q[0x5]0[0xee]*[0xc6]ix[0xcf][0xc]}[0x93]f[0xde][0x9b]f[0xab][0x9c]c[0xc6]$:am[0x15][0x3]Xi[0xb6][0xe8]Uo[0xd7][0xac][0xf5]#[0x89][0xa8][0xee]*qi[0xba][0xcb]#[0xb8][0xd7][0xcc]ti[0xbb][0xd8][0xae]b[0xb3][0xe1]#[0xb0][0x1e][0x1b][0xb6] [0x98][0xab]T2[0xf9]j[0xae][0xd7]\^[0x9d]&[0xe8][0x11][0xdd]U[0xe6][0xd2]u[0xae][0xe1]Z&[0xb3][0x95][0xb2][0xdd][0xe8][0xe4]I)e[0x8d]4`[0xea][0x8d][0xad][0x11][0xac][0xad][0x6]7[0x18][0xcb]W$[0x97]oT[0x98][0x94]R4k[0x10]rVL[0xc1][0xa4]][0x85][0x1b]JM[0xdd]5[0xcb]U>CsL[0x1d][0x1d][[0xb3][0xc1][0x9a]k[0xf][0xdd]5[0xdb]U[0xa1][0xd3]qdy[0xd7][0x1c]F[0xd6]>LG[0x98][0xee][0x9c][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "r[0xf6]!q[0x8b]}[0x8d][0xe1]dy[0xa3]=[0x11]A`[0xc3]NV[0x1a]"[0xc6]([0x12]cJp[0x1d]3[0xfc][0x8d][0x9d][0xc1][0x80][0xbf][0xb3][0xde][0x98]q[0xb4][0x8f][0xc4][0x92]#*[0xed][0xf7][0x8f]D[0xe5][0xfa][0xb]f[0xe8][0x8e]%,3<(Qb[0x84][0xd5][0x8d][[0xf5][0x8c]o'[0xb]n[0xcc][0xf9][0x97][0x90]([0xf]mY[0xfa][0x94][0xe3][0x82][0xd3][0xec][0xa6][0xbb]|[0x92]r*[0xf2][0xb3]3[0xe]@[0xa8]?[0xd4][0xf3][0x2]l[0x11][0xa7]-p[0xeb][0xc3][0xf6]![0xe3][0xcc][0xd3]X[0x81][0xe9][0xbc]W_[0x3]2[0xad]y[0xd5][0x1][0x2][0xa1]O7G[0xb6][0xf6][0xde]`[0xb]*[0xc5]W[0x9b][0x1a]g0e[0xfa][0xe]xZ[0xc5][0xa7][0xa3][0x1a][0xa5][0xce][0xcc][0xf6][0x90][0x19][0x8]4[0x1d]~[0xb3]rN[0xc4][0xc8]SS[0xfd]@Jjz[0xc9][0xe8]U3[0xbd][0xd1][0xc2][0x89]6[0xf7][0x96][0x8a]i~[0xc1][[0x8b][0xf4]x[0xfe][0xad][0x4]P[0x98][0xea][0xc2][0xa9]-[0x9d]_[0x91][0xb6]rN[0x88][0x83]f"[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9b][0xb0][0xa5]N[0x84]zv-/[0xc7][0xce][0xec][0xc3][0xe0])@k[0x1f][0x80]Q[0x92][0xa3][0x8][0xc1][0xf4]V[0xfb][0xca][0x19][0xa7][0xe1][0xf4][0xbd]G[0xee][0xfd][0xf9][0x82][0xe9][0xf1][0xd6][\r][0x1d][0x98]J[0xec][0xcb][0x81]S[0xdc]B[0xef]d[0xaa])0~[0xca]+R[0xdf]p<[0x99][0xca][0xbf][0x1f][0xf7]fn[0x1a][0x92]r[0xc3]Q[0x9d]w#([0xe7][0xdb]H[0xc6]g[0xb]r[0xbe][0xa7]}[0x9][0x1a][\r]UR[0x9b][0xb5]?%[0x97][0x10][0xea][0x95][0xab][0xa9][0x9d][0x8b][0x85][0xe][0xab][0xb5][0xa9][[0x8a]2T[0xb4][0xe9][0xe2]X[0xe9]7[0xed][0xdc]/"[0xcf][0x2][0xbd]*[0xb9][0x1d]$" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd4][0xe5][0x8]p[0xda]KWwR[0xdd][0xb7][0x16]UU[0x7][0xb0]v[0x9f]\[0xb5]v[0xc5]Qid[0xdf][0xd9]4[0xa1][0xc6][0x86]pr[0xaf][0x15][0x10][0xb2][0x95]9[0xe]>[0xe5]-5T[0x8c]$[0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "([0x11][0x1b]GM[0xb9][0xdb][0x9a]55[0x8c][0xa4])[0xd7]1S}[0xe4][0x5]H[0x83]p[0x94]+[0xb0]iw[0x9a][0xd3]n2K[0xcc][0xe1]aK~_X][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe8][0x14][0x85][0xef]F[0xb9][0xb1][0x8][0xbc][0xd2]gO*[0x9e]N[0xc6][0xf3];[0xfd][0x97]u[0xfb]C][0xfe][0xe6]^[0xb9][0xce]t~[0x14][0x4],[0xb0]W%R[0xc9]][0x11][0xb9]Q[0xac][0xc8];6[0xc9][0xad][0xbf][0x99][0xb4]CqE[0xd5][0x15][0xd3][0x1d]][0x0]E[0xb3][0xf3]B[0x16][0x86][0x81]os[0xa2][0xb7]2[0x7]3[0xb9][0xd7][0x91]>[0x89]BU[0x8]w[0xa6][0xab][0xa7][0xbc][0xab][0x9d]\[0xb3][0x14][0xb8][0x1e][0x95]@[0xce][0x9a]<[0x1b][0x90]m[0xc5][0xa1][0xc6]o_&`[0xa4]L[0xa0][0xeb]t[0xe1]&[0xb3][0xaf]//[0xf0][0xd2][0xda][0xed][0xce][0xf3]H[0xae][0xd6][0x5]M>?i[0xf6][[[0xd3]:t$[0xe4]nC[0xee][0x14][0xb]_[0xee][0x15][0xc8][0x11]e[0xa9]x[0x10]g[0xaf]D[0x93])G[0xab][0x85][0x99][0xa8][0xcd][0xbe][0xd5][0x5]1>[0x9d][0xea][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "*[0x8b][0xc5]s[0xae][0xee][0xe6]N79[0xd6]*[0x91][0x1f][0xd2]L[0xd8][0xe0][0xa2][0x2][0xd2][0x9d][0xda][0xdd][0xb9][0x2]WD[0x92][0x8d][0xc9][0xa4][0xdc][0xf9]"[0xff][0xb4][0xa0][0xd0][0x95][0xa4]P[0xf0][0x86][0xae]"_[0x19][0x0][0xd8]1[0xd7][0x96]x[0x1c]i4[0x96]k5ZCL[0xd7][0x13][0xd1][0x19][0xb4][0x90][0xde]Bw[0xa3][0xf7]V[0xf9][0xb9][0x97][0xde][0x86][0xfe][0xdb][0xb3][0xfa][0xef]@[0xff][0x9d]Y[0xfd]w[0xa1][0xff][0xee][0xac][0xfe]{[0xd0]?[0x98][0xd5]?[0x84][0xfe]{[0xb3][0xfa][0xef]C[0xff][0xfd]Y[0xfd][0xf][0xa0][0xff][0xc1][0xac][0xfe]=[0xe8]([0xab]/[0xfa][0x1f][0xce][0xea][0xdf][0x8c][0xfe]}t[0xa6][0xff][0x11][0xf4][0xc7][0xb3][0xfa][0x1f]E[0xff]cY[0xfd][0x7][0xd0][0xff]xV[0xff]A[0xf4]?[0x91][0xd5][0xff]$m[0x93][0x1b]B[0xb4][0x17][0xca]=[0x9d]z[0xa3][0xf6]T[0xef]Og[0xad]{'[0xfa][0x9f][0xc9][0xea][0xc7][0xc8]#[0x5]7[0xda][0x8b][0xe4]4[0x88][0xb7]W[0xce]7[0xca][0x82].[0xb9]x[0x4][0xe5][0xe7][0xe4]_][0xf0]f[0xbc][0x8b]k[0x1e]![0xd7][0xc3]j[0xea]c[0x8a][0xd8][0x85]g[0x84][0xdc]t5=[0x8e][0x96]n[0x13][0xd1][0xe7][0xe9][0xb]x{[0xe8][0x8b][0x19][0x6]g[0xa9]/[0xf8]Vt[0x84][0x8a][0x1e]V?[0xde]O1[0xd8][0xf][0x6]c[0x90][0xe0]x[0x86]|[0xa3][0x1a]'*[0x9f]$[0xf7]a**[0xb9][0x87]J&[0xa9]xja[0x1f]f[0x10][0xbd][0x96][0x8a][0xe8][0x6][0xf0]x[0x1d][0xcd][0xa2][0x3][0xf4][0x84][0xfc]nO<[0xb][0x3]_[0xa2]'[0x1d]F[0xfb]0AV^V[0xf3][0x14][0xd6]~[0xb0][0xc6]W2A[0xda]A*v[0xa3][0xe9]I7[0x8b][0x1e]TS[0x85][0xf1]2[0xd2][0xf0][0xbc][0x19][0xec]o[0xa1][0x12][0xba][0x95]f[0xd3]m4[0x87]n[0x87]pw[0xd0][0x12][0x98]oJ[0xcb]e[0xf4][0x94]2[0xd4][0x13]J[0xe3][0xa2][0x12][0xaf][0x17]D_Nk[0xc0][0xcf][0x80][0x85][0xe8]p7[0xef][0x98][0xa4][0xd2]CT6I[0xde][0x1d]5[0x93][0xf2][0xd6]w[0x95][0xc0][0x8]h[0xcf][0x9a][0x14][0x5]g[0x1f][0xa6][0x8a][0x9][0x9a]3N[0x3];j&hn[0xb0]v[0x92][0xe6][0x1d][0xa4]J[\r]4[0xbe][0xf9][0x93][0xb4][0xc0]w[0x86]<[0x16][0xe2]1N[0xa5][0x98]UY[0xf3][0xf8]8m[0x14][0xda][0xc5][0xc1][0xda]'[0xe9][0xcc]Z[0xdf][0x12][0xa5][0xc8][0x82]b[0x99][0xb1]T[0x88][0x97][0xc9][0xe3]L[0xb9]O[0xd0]B[0x8d]~[0xac][0xd1]O^[0xa2][0xe5][0xcd][0x1a][0xfd][0xf4]%0[0xf4][0xc8][0xa5][0xb6][0xa3][0xd0][0xc5]N[0xa4][0x94])[0x18][0xad][0x86][0xa0][0xf5]S[0xf1]V[0xae]Ps[0x1c][0x8]yB[0x85][0xd7]T[0x18][0x94][0xd1][0xcf][0xe9][0x17]*[0x92][0x99][0xc1][0xfe].P[0x8b][0xcc][0xc3][0xca][0x1e][\r][0x2][0xd5]s7[0x15]]<[0x87][0xe]l>Fkz[0xf0]~[0x84][0xce][0x83][0xde][0x95]n4'h[0xed][0xfa][0xe2][0xf9][0xc5][0x87][0xa8]d[0x9c][0x1a]+[0xdd][0xca]x[0x1b]J*K[0x1c][0xf3][0x9d]#-e[0xbf]u[0x1b][0xb4]Jm[0x92][0xce]_r[0x8b][0x8b][0xf]Qi[0xa5][0xb6]x[0x92][0xd6][0x8f][0x9f]|^[0xe6][0xe0][0xc0]8~[0xf2][0xb0][0xc8]kcx[0xb][0x10]K[0x88]F[\r]^[0xd7][0x81][0x9d]r[0xa0][0xc5][0x7][0xbc],[0x3]>[0xaa][0x81][0x8d]z[0xa0]c[\r][0xd0][0xd1][0x1]Lt[0xd3]w[0xe8]J[0xfa].[0xed][0xa5]g[0xc9][0xa2][0xe7](J[0xdf][0xa3]8<-:n[0x3][0x87][0xe][0xcc][0xfc][0x15][0xfd][0x1a][0xad]jj[0xa2][0xdf][0x0][0xd1][0xc5]hG[0xe8][0xb7][0xf4];e[0x85]>[0xfa][0xbd][0xca][0xc4][0xe5][0xe0][0xf0][0x7][0xb4]\[0xa0][0xbf][0x8a][0xfe][0x88]V[0x11][0xd6][0xeb][0xa4]?[0xd1][0x9f]![0xd5][0xd3][0x8e][0x87][0xec][0x99]Q[0x9]D[0xbe][0xfd]U[0xd9][0x94][0x80][0xec][0x92][0x93][0x18]*[0xd6][0xe8]o[0xcc][0x80][0xdb][0xdf][0x89]^&[0x1f][0xbf]L[0x1e][0xb8]l[0xd5]K[0xe4]z[0x89]Ja[0xe4][0xd0]?[0x1d]][0xa3]`[\r]x[0xc0][0xba][0x17]N[0xd0]E[0x7][0xc9][0xb][0x83]l[0x18][0xa7][0xb9][0xf6][0xc0][0xc6][0x83]bQ[0xa4][0xcd]M[0xf]g[0xa0][0xb4]@A[0xf6][0x87][0xe0][0xf3]#d[0xb5][0x1f]c[0xbd][0x17][0x10][0xec]?[0xcf][0xc0]G[0xc0]&[0xaa][0x92]j[0xd9]j9[0xf9]m[0x8e][0xee][0xc2][0xb4][0xd1][0xbf][0x9d][0xe5][0x8f][0x82][0xa5]`b3[0x12][0xab][0xfb]aY2X[0xb]x[0xb7][0xe2]q[0xf1]A[0x9a][0xa5]2[0xce][0xe6]G[0xe8][0x92][0xc7]k[0xd3][0xa2],[0xa8]UR[0x96][0xd5][0x82][0xf8][0xd2]q[0xd2][0xea][0x90][0x9f][0xa6]D[0xab][0x7][0x92][0x8][0x8b][0xbb][0xb1]|1,[0xe4][0x85]ugC[0x84][0x5][0xb0][0xa9][0x1][0xb][0xd6][0xc0]Rk[0xe8]ot[0x11]Lp1[0xe4][0x10][0x91][\r][[0x2]Gd/[0xad]S[0x88]G5C[\r][0xf4][0xc8][0x9]6[0xf6]gSq[0xf1][0x9]Z[0xa4][0xd1][0x10][0xce][0xa5][0xe5]E |1[0x13][0xc6]-[0xce][0xbe][0xb4][0xc8][0xd7](9s[0x8b]<[0x9a][0xe4][0xd1],[0xf][0xbf]#[0xa2][0xbd]Y-B[0xc4][0x10][0xfd][0x7][0xe2][0xbd][0x8][0x1e]/[0x81][0xf1][0x91][0x14]_[0xa6]J:[0xa1][0xfa][0xff]ux^[0xe9]D[0xd2][0xca]c[0xd4][0xd2][0xf3][0x8]m[0xf5]m[0x9b][0xa0][0xc0][0xa2][0x9][0xda][0xee][0xdb][0x81][0xc6][0x4][0x5][0x85]u[0xab]<[0xda][0x1c][0xfe]Y[0x9b][0x1a]&.f&[0x83]][0xb4][0x82][0x8b][0xb2][0x2]m%V[0xba]_Iq"[0x13]hu*i[0x10]E[0xf]S[0xfb][0x8e][0xa2]M[0x87][0xa9][0xa3][0xb5][0xee][0xb1][0xcd]E[0xeb][0xdd][0xf3][0xdd]K[0xef][0xa5]Eu[0xf3][0xdd][0xe7]m([0xae][0xa9],[0x9e][0xa0][0xcb]d[0xa3][0xdb]t[0x8b][0x9b][0xc7]O[0xfe]z[0xf1]!jH[0x8b][0xd6][0x9][0x89][0xe0][0x8f][0x80]/[0x84][0x7][0xe6]OR[0xd7][0x4]uO[0x89][0xb9]Sm;[0xe5];[0x90][0xa8]v[0xf8]z[0xec][0xa4][0xe0]Ri[0xf7]5H[0xe8][0xf2][0xee]C[0xe2][0xb5]][0xd8][0x2]LI[0xa6]ts)[0x95][0xb0][0x97][0x96]p[0x19]t[0xd0][0x11][0xc7]^Z[0xcd][0xb3]i[\r]WP[0x80][0xe7]P7[0xde][0x97][0xb3][0x8f][0xf6][0xf0][0x12]z[\r][0xcf]#[0x13][0xef]>[0xae]$[0x8b][0x17][0xd3]>^[0xaa]t[0xae][0x81]-[0x96][0x0][0x12][0xff][0x83][0x1b][0x8b][0xd1][0xee][0xa1][0x93]j[0xb7]-[0xa1]]0[0xc6]#[0xd0][0xdf]B[0xfb][*[0xf5]<[0xa1][0xd0][0xaa][0x9d]D[0xcc]#|[0x9e]e[\r][0x1][0x4][0xa2][0x5][0xf0][0xd4][0x8b][0xd4][0xb0]EcW[0x13][0xf2][0x1d][0xb2][0x9d][0xfc][0xc6][0x9][0xe9][0xc5]r[0xab][0xf0][0x96][0x12][0xa2][0xed][0x18][0xed][0x86]![0xae][0xd8][0xe1][0xe3][0x9][0xba]2X[0xfb][0x14][0xcd]:L{&[0xe9][0xaa][0xd6]q [0x15][0xcd][0x9][0xea]m[0xad];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "9[0x91][0x8b][0x16][0xa2]aJ*[0xda][0xdb]V[0xb3][0xfa]([0x85]][0xb4]k[0xfc][0xe4][0xaf]`[0x9a][0xa0][0xcf][0xc2][0xae]]_[0xf3][0x10][0xe4][0xf2] [0xf9][0xf8]a[0x15];[0x11][0xad]G[0x1a]&[0xae][0xc2][0xda]5T[0xe][0xf9]x5[0xec][0xd2]@[0xe7][0xf0][0x1a][0xd8][0xe4]<$[0xae][0xb5]t[0x9][0xaf][0xa3]-|[0x1][0xf9][0xf9]|j[0xe1][0xf5][0x14][0xe4][0xb]3[0x9b]_%[0x15]q1[0xcb]&x[0x1]xh[0xec][0x81][0xad][0xcb]i[0x1d][0x97][0xc2][0xa6]L[0xe7][0xd0]2[0xe7]k[0xb],^[0xc6][0xba]Z[0xbf][0xc5][0xd9].[0x9f]vB[0xc4][0xe6]1[0xb]T6[0xbd][0xb4]l[0xaa][0xf4][0x86]XI[0x88][0x90]%[0xd8][0x10]5.[0x99]4[0x8d]g[0xbf]HKa[0xb8][0x8a][0x12][0xb8]K[0xfe]][0xd2]G^[0xb9][0x87][0xb6][0x8d][0x7][0xc7][0xdb][0x0][0xaf][0xa8]9J[0xfd]8K[0xdf]G[0x9a]{[0x9c][0xdc][0xaa][0x8c][0xb2][0xd5].[0x91][0xef][0xbc])[0xb][0xbe][0x15][0xe3][0x1b]r"[0xce]=U[0xed][0xb1][0x9f]4n![0x9d][0xb7]b[0xeb][0xd9]F[0x8d][0x1c][0xa0]f[0xde][0xe][0xa4][0x6]3yq%bRl/[0xc8][0xdf]>M[0x91][0xed]Y[0x8a][0xe8]T[0xf4]2[0xcd]U[0xbb][0xec][0xb9]nG[0x9f]J[0xe8][0xb3][0x8][0xd8][0xb6][0xb3][0xc3]n[0xc7]x[0xb]|[0xb1]I[0x8a][0xef]p[0xea][0xd2][0x9][0x1a][0xf6]][0x83]2n[0xaa][0x12][0xb5][0xb3]A;[0xfc][0xda][0x81][0xf9][0x97]A[0xbe][0xce][0x8c]9K`[0xbc]%[0x99][0xea][0xd3]C[0xd8]&t [0x1f]tK3v[0x1b]s[0xd6][0xa9][0xab]y[0x92]jl[0xdb][0x9d][0x9d]6N[0x2]6A[0x1d]:AI[0x9][0xfd])[0xb]MYFm[0xf8][0xd8][0xc8][0xcb][0xf8]r[0xaa][0xe5][0xdd]Y[0x8e][0xac][0x9b][0xa6]][0x96][0xfe]([0xc0]k3j[0x97][0xca][0xcf][0xb3][0x8e][0xda][0xcd][0x10]G[0xcc][0xa7]OR*X[0xb][0xff][0x8d][0xb8]P[0xf3][0xe5][0x1c]$[0xd8]B[0xea][0xe8][0xcf][0xda][0x8c]t6[0x94][0x92]n@[0xff],^[0xe]N[0xc2][0xf1]lG[0xc1][0xaf][0xc8][0xb6][0x84]w#[0x8c]w-[0xca][0xaa][0xe0]a[0x1a]=H[0xeb]&ik[0xdd][0x93]P[0x1b][0xfb][0xcb][0x18][0xea][0x7][0xdf]u[0xc5][0x9f][0xa3][0xeb]{[0x8a][0x0][0x91][0xd7]2[0x85]z[0xdc]@[0xc5][0xb5][0xa1]I[0xba]A[0xd2][0xdb][0xeb][0xf0][0xa8]}([0xa3][0xf5]J[0xec][0xb1][0xc4]7b[0xb9][0x3][0x88][0xd6][0xd7]#ZoB[0xc4][0xdc]L[0xe7][0xf2]-[0x88][0xb9][0x9b]i[0x3][0xdf][0x8a]h[0xbd]#[0xb3][0xf9][0xf8][0x10][0xc3][0xe7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%l#[0xaf]DK[0xbc]q[0x91]*[0xc1]8[0xb3][0xe5][0xdb]T[0xab]2T[0xab][0xb2][0xfd]v[0x89][0xc6]U[0x8e][0xc1][0xaa][0xe1][0xbf][0x1a][0xae]u[0xd4][0x8b]8[0x6]+[0x97][0xfd][0xf2][0xc6]C[0xa7][0x8][0xb1]7f[0x99][0xab][0xdc][0x91]@Z"[0xd5][0x94][0x4][0xf6][0xb7]U[0x99]o[0xab]2[0xfb][0xba]K[0xcf][0x84]][0x1d][0xac][0xbb][0x9a][0xeb][0x1d]=[0xb][0xf5]d[0xe2][0x0][0x8e]_[0x87][0xe8]L[0x1f][0xab]"[0x17]M[0xaf][0x1b][0xf5][0xe1]$[0x1d][0x90][0xe2][0xd5][0x13][0xac]9^[0xfb]8[0x86][0x1f]P[0xac]/T[%[0xa9][0xc4][0xba]N%q[0xc2]I[0x1]fUX{[0xfd]C[0x87][0xe9][0xa6][0x87]Tap[0xb3][0x14][0x6]([0xe][0xed][0xde]-[0xd2][0xc3]be[0xd8][0xdb][0x96][0x82]|)l[0xbb]4[0x3][0x8d][0xf3][0x80]2[0xe2][0xf7] [0xe]P;[0xa0][0xf0][0x9b][0xc3][0xef][0xa5][0xf9][0x8c][0x3]8[0x80][0x96][0xf3]=[0x88][0xd5]{i[0x7][0xdf]G[0xed][0xfc][0x11][0xea][0xe1][0x7][0xb0][0xab]<[0xa8]t[0x9b]'E[0xbe][0x94][0xbc]v[0xb1][0xeb]>[0xab][0xa4][0xa8][0x14]e)roz[0xef][0xf]+A[0x89].[0x90]3[0xe9]1[0xba][0x15][0xa1]q[0xdb][0x11][0xaa]8F[0xb7][0xa3]u[0xc7][0x11][0xba][0xc9]w[0xe7]$[0xbd][0xe1][0x8][0x8d][0x2]@w[0xf5][0x14][0xf9][0xde][0x8][0xf0][0xf8][0xde][0x14]:B[0x1d][0xbe]7[0x1f][0xa1]=[0xf9][0x85]A7[0xd8][0xed]D[0xe0][0xec][0xc2])i[0xf]T[0xe8][0xc7][0x86][0x7][0xcc][0xf2][0xb9][0xca][0xba]k[0xfe][0x1f]PK[0x7][0x8][0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/slf4j/MDC$1.classU[0x8b]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10]E[0xff]h55*[0xf6][0x8].\[0x1b]DoP[0x15]\[0x14][0x17][0x9e] [0xd6][0x18][B[0x2]M[0xf5]p.<[0x80][0x87][0x12][0xa7][0xb8]r>[0xf3]?3[0xbc][0xff][0xfe]<_[0x0][0xd6][0x18][0xb][0x8][0x81][0x11]A[0x9e][0xc2][0xbd])[0xcd][0xbe]r[0x86][0x90][0x16][0xdb]|Y[0xeb][0x87]&[0xcc]v[0xbe]t!V[0xde][0x16][0xa6][0xbd][0x85][0x8b][0x80][0xe4]gh[0xac][0x8a][0xee][0xba][0xa9][0x15][0x93][0x8b][0x15]ar[0xf0][0xde]4[0xb9][0xd3]1[0x9a]H[0xc8][0xba][0xb2]r[0xda][u<[0xd7][0xa6]l[0x9][0xd3][0xbf]N6[0x7][0xa1][0x87][0xdf][0xf4]Y[0xe0]+[0xc1][0x80]3[0xc1][0x90]=[0xe5][0x95][0xcc]P[0x7]d[0xe9][0x17]PK[0x7][0x8][0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/slf4j/MDC$MDCCloseable.classuR[0xdb]N[0xc2]@[0x10]=[[0xa0][0xc5]Z[0xe5][0xa2][0xa2][0xe2][0xfd][0x86][0x8a][0x89][0x95]h|[0xd1][0xf8][0x2]11[0x1][0x8c][0x97][0xf0]^p[0xc5]bm[0x93][0x16][0x8d]~[0x96][0x89]F[0xe3][0x83][0x1f][0xe0]G[0x19]g[0xb7]D[0x14]4Mg[0xe7][0xcc][0x9c]9{[0xda][0xdd][0x8f][0xcf][0xb7]w[0x0][0xdb]X[0xd5][0x11][0xc3][0xb4][0xe][0x15]3[0x3][0x94][0xcd][0xea][0x98][0xc3][0xbc][0x86][0x5][\r][0x8b][0x1a][0x96][0x18]"[0xd7][0xfc][0x81]!]nYw[0x96][0xe9]Xn[0xd3][0x83]~[0xe6][0xdd][0xfa][\r]~h[0xb]Kq[0xaa]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "U[0x3]:[0x6]E[0x18]5[0x10][0xc7][0x80][0x86][0x15][0x3]9[0xc]2d[0xff]7[0xc9][0x90][0xec][0x1a]:[0xae][0xb7]x[0xa3]M[[0xca][0x92][0xed][0x99]?h[0x89][0x1e][0x17][0xc]C[0xbf]*[0xf4][0xff]}~[0xe3][0xdd]q,[0xd0][0xb9][0xa9]`[0xd0][0xe8]M[0xb]#t[0xb0][0x11]([0xc2][0x1c]U[0xc]B[0x87][0x84][0x14]Z[0xf5][0xfc][0xb][0x94][0xfc][0xc6]3"[0x8f][0x84][0x14][0xc]Q[0x1c]&.PF[0x14][0x15][0x9a][0xac][0x12][0x6]2![0x1b][0x9][0xd2][0x83][0xcc][0x84]*[0xa3]g[0x4][0xa3][0x1d][0xcd]][0x89][0x81]x[0xfe][0x9][0x91]WD[0xbb][0x8a][0xba][0x9c]>!?[0xa7]R[0xcd][0x8]y[0xa1]ZR[0xf4]3[0x1d][0x8d][0x12]1[0xc5][0xee]j~[0xe3][0x5][0xac][0xab][0xa0][0xca][0x89]#9=[0x1f]2[0xbe][0xbd][0xa8][0x18][0x97]^D6[0x81]I[0xf9]eY99[0x85][0x14][0xad]i[0xca]bt[0x89][0x93][0xc4][0x1a][0x13][0x3][0xc9][0xf8][0x17]PK[0x7][0x8][0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/slf4j/MDC.class[0x9d]Wks[0x1b]W[0x19]~[0xd6][0x17][0xad][0xac][0xc8][0xb1][0xab]\j;i[0xaa]:[0xbd][0xc8]2[0x95]H[0x93]^H\[0x83][0xad][0xd8][0xae][0x89],[0xb7][0x91]mp)[0x98][0xf5][0xea]X[0xda]d[0xb5][0xab][0xec]%[0x8e][0x13][0xee][0xd0]r[0xe9][0x85][0x96][0xb6]@[0xf9][0x3][0xf9][0x9a][0xb4]L[0xec]43[0xf4][0xb][0xbd][0xf2][0xb]`[0x6][0x6]f[0x98][0x81][0x81][0xcf]0[0xf0][0x1][0x86][0xe7][0xac]TI[0xb6]U'$39[0xbb][0xe7][0xec]{[0x9e][0xf7]y[0x9f][0xf7]=[0xef][0x91]?[0xfa][0xef][0xdb][0xbf][0x2]p[0x14][0xbf][0x88][0xe0]>h[0x11],C[0x97]CA[0x85][0xe8][0xe2]sEE1[0x8c]R[0x4]![0x18]][0xd8][0x85]3*[0xce][0xaa]0[0xc3](G[0x10][0x81][0xb1][0xb][0x16][0xec][0x8][0xd7]m[0x15][0x95][0x8]zqN[0xae]8rp[0xe5][0xe0][0xc9][0xc1][0x97][0xc3]yi[0xb5][0xaa][0xe2][0x82][0x8a][0xb5][0x8][0xfa][0xa5][0xab]>\[0xc][0xe3]R[0x4]_[0xc3][0xd7][0xc3][0xf8]F[0x4][0xdf][0xc4][0xb7][0xc2][0xf8]v[0x18][0xdf]Q[0xf1][0xdd]0[0xbe]'[0x17][0x9e]U[0xf1][0x9c][0x8a][0xef]+[0x88]N[[0x96]p2[0xa6][0xe6][0xba][0xc2][0xe5]t[0xe6]d&c[0xda][0xae][0xd0][0x96]M[0xa1][0xa0];7[0x9f][0xcd].qmli[0xfe]tVA,{F;[0xaf][0xa5]M[0xcd]*[0xa6][0xf3][0x9e]cX[0xc5][0x13]4[0xca][0xd8][0x96][0xeb]i[0x96][0xb7][0xa0][0x99][0xbe][0x8][0xe3][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xfa]r[0xb3]K[0xf9][0xb9][0xb1][0xb9][0xe9][0x8c][0xdc][0xbc]4>[0x9d];9qZB[0x84][0xf1]C[0x5][0x91]rA[0x1f]+h[0x15]O8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x6][0xb2][0xb6]SL[0xbb][0xe6][0xca][0xb1]3i[0xb7]b[0xa4][0xa5][0xb3][0xea]7B[0x87]F[0xc][0xcb][0xf0]F[0x15][0xb4]'[0x86][0x16][0x14]td[0xec][0x2]Y[0xf5]d[\r]K[0xe4][0xfc][0xf2][0xb2]p[0xe6][0xaa][0xe4][0x88][0xb2]}[0x9e][0xce][0xf7][0xb5][0xda]A[0xbe][0x9d][0xba])4[0xaa][0xb9][0x87][0xb8][0x19][0xbb][0xb2]6[0xbb][0xc2]j[0xf1][0xc4][0x5][0x8f][0x92]([0xb8]#QC[0xf5]=[0xc3]Ls[0x89][0x90]]y[0xa3]hi[0x9e][0xef][0x10][0xf5][0xd1][0xad][0xdf]Gn%[0xc4]Q[0xa9][0xbb]+[0xfd]5<[0xc5][0x12][[0x1c]Ir[0x11][0xbd][0xc9][0xa2]g[0x1b][0x93][0xfd][0x9b][0xab]j[0xad][0xf2]qe=|[0x9b][0xa4][0x1e]K[0xdc][0xd6]FI[0xb5][0xbb][0xd8]\[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]#[0xba][0xf9][0xf1][0xd9]([0xbb]EY[0x8f][0xba]<[0x1b][0xf1]M[0xf5][0x18][0x9c][0xeb][0x93]be[0xd2][0xf6][0xad]zI*2]Mf[0xf5]r<[0x11]t[0x91][0x1f][0xb1]KP[0x9a][0xbc][0xed];[0xba][0x98]4d[0xbc]azN[0xc9][\r]Q[0x1c][0xc1]C*[0x9e][0x8f][0xe2][0x5][0xbc][0x18][0xc5]K[0xf8][0x8c][0x82][0x3];[0x1c][0x80](~[0x8c][0x97][0x15][0xc]6L[0xa6]MS[0x14]5s[0xcc])[0xfa]eayu[0xdf][0xc5][0xf9][0x83]M[0xf3][0x14][0xc2][0xb2][0xc9][0xf0]}[0x17]glv[0xfc]r4[0xf8][0x1d][0xc7][0xbe][0xc9]ggr[0x1d][0xca][0xd5][0xc0][0xf4][0x18][0xc7][0x8][0x9f][0xc0]<:[0xb0][0x80][0x87][0xf9][0x16][0xad][0x1a][0xe1][0x11]<[0x1a]|[0xe5])[0xa7][0xc5][0xd1][0xc0][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd0][0xb3][0x81][0xb6]kh[0xbf]r[0xea]Mt[0xca]g[0xb0][0x18][0x82]J[0x88][0xf6][0x0]r7[0x9f][0x80][0xce][0x95][0x2][0xb9][0xac][0xd4]a[0xc3]\9[0x8e][0x13][0x9c][0x8d][0x4];[0x94])[0x15][0x8f]c[0x94][0xef][0x1d][0xfc][0xda][0x87].[0xd9][0x92]j[0xce].[0x11]C[0x12][0x1b]J[0xbe][0x8f][0xee][0x1b][0x8]-[0xc6][0xd4]u[0x84][0xdf]y[0x13]][0xc1]<[0xb2][0x18][0x8b][0xae][0xa3][[0xce][0x93][0xc3][0xd7][0xb1][0xbb][0x1d]W[0x3]i[0xa4][0xfb][0x1]B[0x3]/[0x12][0xf4]%Ry[0x19]{[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe][0xb1][0xcb]$[0xf0]Z@e[0x15][0x18]c[0x14][\r][0xc1][0xdb]x [0xdf]H@[0xa4]mwO[0x9d]R[0x88][0x94]28Y[0xa3]4%[0xbf][0xca][0xf8][0x93][0xc3][0x1b][0xe8][0xb9][0x81][0xde][0xc5][0xa4][0xb2][0x8e];[0xae]l[0x91][0xf2]-[0x8a][0xf7][0xcb]&G=uG=5G[0xcd][0xf0][0xec][0xae]5x[0x93][0xf4][0xa5][0x92][0x89][0x9b]G|[0x1d][0xb1]6\[0xa9][0x7][0xbc][0x9f][0x1e][0x81]_[0x13][0xf3]][0x6][0xfc][0x1][0x3][0xfe][0x90][0x1][0xff][0xa6])[0x9d][0x89][0x1a][0x87][0xd6]![0xb2][0xb9][0xd7]8T[0xfe][0x1f][0xe]{[0xda][0xb6][0x89][0xfe][b[0xfe][0x8e][0x1c]~O[0xe] [0x87]?[0xe2][0x1][0xfc][0xe9][0x96]yL[0xd7]ku2[0xa8] [0xa0][0xbf][0x85][0xe7][0xeb][0xd8][0xab][0xa0]Q[0xbf]1n[0x7][0xfe]B[0x80][0xbf][0xf2]o[0x8c][0xbf][0xb1][0x8c][0xfe][0x1e][0xc0]3[0x90]^b[0xf2][0xba][0xaa][0xc5]6[0xbe]#[0xe6]>[0x5][0x8d]DV[0xb][0xf8][0x1f][0xc4][0xfc]'1[0xff][0xd5][0xc0][0xcb][0x6]&3[0xc4][0xe5][\r]X[0xc3]=[[0xd3]l[0xa0][0xb5]J[0xfb][0xab]*u4[0xc8]*[0x9d][0x8])![0xf4]*a[0xf4]+]M[0xea][0xc][0xe0]I<[0xc5][0xe7][0xe9]M+[0xf9][0x9a]^M[0x4][0xe6]H`[0x9e][0xe7][0xb2]*[0xd6][0xc1][0xc0][0x94].[0xe8]P[0xc6][0xa0][0x4][0xae]BrU[0x89][0xf1][0xd0]-[0xd4]e[0xfd]3[0xf7][0xca][0x92][0x9c][0xd8][0xc0][0x9d]o[0xa1][0xeb]2FO[0xdd]@[0xff][0xe2]:[0x6]8K^[0xc3][0x81][0xec][0xf0]{84[0x1c];x[\r]w[0xbd][0x81]}[0xb1]C[0x1b][0xb8];[0x16][0x97][0xc3]=[0x1c].[0xb3]u[0xbc]s[0x19][0x91]S[0xb1][0xc3][0xc9][\r][0xdc]{5[0x80][0x92]y[0xeb][0xb][0x9e][0x8f]c[0xb0]V[0xb][0xc7])[0xa0][0xac][0xe7][0x10].[0xf2]k[0x99][0xe7][0xc2]b=[0xd8][0xfc][0xcb][0xae][0x82][0xfb]q[0x8e]}[0xca]ar[0xd9]Z|[0xda]^[0xe4][0xce]U[0xd6][0xc1][0x1a][0xf][0xda][0xa5]@[0x8d]8q[0xfa][0xd9][0xef][0xbe][0x10][0x9c][0x96][0x8]m[0xbf][0x88]E[0xae][0x8f][0x12][0xf1]i|[0xa9][0xa6][0xc7][0x9d][0xe8][0x9c]V[0xf1][0xcc][0xc0][0xab][0xfe][0x19][0x15]_[0xfe]7[0x94]q[0x15]_[0x9][0x91][0xd6]R[0xa0][0xd2]WY|R[0xf2]6:[0xe5][0xbf][0xde]0s[0xb9][0x8b]%[0xd8][0xf5]?PK[0x7][0x8][0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/slf4j/Marker.classuR[0xcb]N[0xdb]@[0x14]=[0xc3]#6[0x9][0xe1][0x19]^[0x5]Z[0x9e]R[0x0][0x9]/[0xda][0x1d][0x15]R[0x94]R[0x9][0x11][0x8c][0x94][0xa8][0x91][0xe8][0x6][\r][0xce][0xc5][0x99][0xe0][0xd8]0[0x1e]g[0xc1][0xa7]u[0xd1][0xf][0xe8]GU[0xbd][0x1e][0x82]T[0x5]X[0xcc][0x1c][0xdf]3[0xe7][0x9e]9[0xd7][0x9a]?[0xfd][0x6][0xf0][0x19][0xfb][0xe][0xb6][0x1c]l;[0xd8][0x11]([0xd6][0xfc][0xeb][0x9b][0xcb]Z[0xf3][0xe2][0xac])[0xb0][0xd0][0xe8][0xc9][0x81][0xf4]"[0x19][0x87]^[0xcb]h[0x15][0x87]'[0x2][0xe5]z[0x12][0xa7]F[0xc6][0xa6]-[0xa3][0x8c]\[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ",[0xe6]M[0xfe][0x95][0xe3][0xff]h4[0x86][0xdd].[0xf6][0x4][0x9c][0x90][0x8c]/[0xfb]$P[0xa9][0x1e][0xbc]e6.;[0x1d][0x81][0xa5]j#[0xd1][0xa1][0x97]Fw_z[0xde][0xa5][0xd4][0xf7][0xa4]O[0xe][0xda][0x2][0x5]M[0xfd]d@[0xef][0x8]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94][0xba]2[0xad]wU[0xd4][0xd1][0x14][0xb3]Y5[0xe7][0x8a][0xdf][0xe8]AS [\r][0xb1]s[0x99][0x5]M[0xba]#>[0xf]([0x15]p[0x95]!-M[0xa2][0x5][0x96]_[0x12]eFE[0xde][0xf9][0x90][0xe7]LS-[0x15][0xc6][0xd2]d[0x9a]/>|S[0xf4][0xf5]u[0x9a]Snt[0x83]$6R[0xc5][0xa9][\r][0xfc]j[0xda]<\[0x81][0x1e]3[0x19][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xae]n{[0x14][0x18]+p9p[0xb7][0x9e]t[0xc8][0x8e]s[0xce][0xe3][0xb4][0x92]L[0x7][0xf4]]EL[0x95][0x9e]o;[0xce][[0x5][0xe6]FS05j[0xca][0xde]R*[0xf1]Z[0xa4][0x95][0x8c][0xd4][0x93][0xbc][0xcd][0xad][0xc4]![0xaf][0xa3][0x2]o[0x18][0xe3]5[0xce][0xfb][0x1a]&0[0xc9][0xdf][0x5]~[0x15]cp[0xb8]v[0xff][0xab][0xa7]P[0x9c][0xe0]8([0x1][0x8c][0xd3]([[0x9c][0xc1][0xac][0xc5]9[0xcc][0xb3]r[0x81][0x95]y[0xb5][0xc8]U[0x8e][0x15],1[0xbb]l[0xfb]W[0xb8]^[0x1d][0xaa]W[0xd9];[0xc7][0xf]X[0xb7][0xb8][0x81]M[0xd6][0x8]|[0xb4][0xca]O[0xff][0x0]PK[0x7][0x8][0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/slf4j/MarkerFactory.class[0x8d]T[0xeb]N[0x13]A[0x14][0xfe][0x6][0xb0]K[0x97][0x95][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa8](U[0xbc][0xd0][0xaa][0x14][0x15][0xaf][0x5][0x14]J[0xb][0xb5][0x17][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "$[0xfc]2[0xdb][0xed][0xd0].nw[0x9b][0xe9]V[0xf4]-|[0xb][0xff][0xa2]&[0x8a][0x9a][0xf8][0x0]>[0x94][0xf1][0xcc]XJ[0xcb]-f[0x93]9;[0xe7][0xcc][0xf9][0xce]w[0xce]|[0xbb][0xbf][0xff][0xfc][0xf8][0x5][0xe0]![0xb2]:[0x6]0[0xa5][0xe3]>[0x1e][0xc8][0xe5][0xa1][0x86][0xe9] [0xd9]GA[0xf4][0xe3]q[0xf][0x9e][0xe0][0xa9]\[0x9e][0xe9][0xb4]}[0xae]![0xa6]aFG[0xf][0xa6]4[0xcc]vcN[0xc7][0xb][0xbc][0xd4]0[0xaf]a[0x81][0xa1]7;[0xbf][0x9a]N[0xac][0xbe]N[0xce][0xc7][0xd7]VV7[0x19].e[0x5][0xa2]6[0xd1][0x2][0x96][0xf7][0x85][0xed][0x96]b[0xe1]#[0xad][0xa8][0xda]fE[0x8d][0xe0][0xc8]q[0x86][0x1][0x2]\[0xe4]T[0xb4][0xcc][0x8b][0xfb][0xc0][0xd2][0xd7][0xde][0x0]C[0xf7][0x8c][0xe5]4&[0xcd][0x8]+[0xd4][0xd6]G[0xdc]1k[0xb5]E[0xbe][0x95][0xf4][0xea]n[0xb3][0x95][0xb]-G[0x9a]-[0xc4][0xd4][0xdd][0xcf]RWy[0xaf].,[0x9e][0xb4][0xd5][0xe5][0xb4][0x15][0x9b][0x94]y[0x6][0xce][0xe3][0x82][0x86][0xb8][0x81]E$[0xc]$1[0xca]p[0xf9][0x94][0xd9][0x19]X[0xc2][0xb2][0x81]A[0x9c][0xd3][0x90]2p[0x1d][0xe3][0x6]n[0xc9][0xe5][0xb2][0xcc][0xbc]z:[[0x86][0x1b][0x7]c+s[0xa7][0xca]E-[0xba]`[0xd6]l[0xeb][0xd0][0x14][0xce][0x1d][0xd3][0x12][0xc3][0xe4][0xba][0xcb][0xdf]U[0xb9][0xe5][0xf3]bh[0xcb][0xb4][0x9d][0xba][0xe0][0xa1][0x9d]2u[0x16]*[0x90]8h[0xce][0xa1]6[0x18][\r][0xaf][0xc][0xa4][0x91]a[0x18]>Aw[0xc][0xfd][0x7][0x85]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdb][0x4][0xcd]p[0xed][0xe0][0xb0]][0xa9]:t[0x85]$[0xca][0x6][0xc1]}[0x11][0x1a]tsy*[0xe8]p_[0x12][0xbb][0xd9][0xa6][0xc9][0x13][0xb2][0xe8][0xaa][0xfa]K[0x87][0x84]MB[0xcb][0xa7]rK[0x99][0xc4][0xda]J[0x8e]a[0xfc][0xbf]@FNR?[0xc3][0xd0][0xd1][0xe9][0xae][0xfb][0xb6]C_[0xaf][0xe0]UOPs[0x91]c[0xb4][0xdc][0xe2]Y+[0xb]oG~[0x11][0xb1][0xf0][0x6][0xae][0xd1]?d[0x80]~:$Jy[0xdf][0xf4][0x16]@[0x87][0x94][0xb]y[0x86][0xd4][0xcf][0x88]4J[0xf6]L[0xe4][0x1b][0xd8]'z[0xe9][0xc0]0[0xad]:Y [0x8a].La[0x84][0xde][0x8c][0x87]p[0x11][0x97]T[0x94][0x84]B'$[0xc0]z[0x3][0xa0]o[0xf][0x1d]_[0xd1][0xb9][0x9b][0xfe][0x8c]3[0xd2]*g[0x0][0x1a]At*[0xc8]^[0xb2][0xc0],y[0xe6][0x88][0xcb][0xcb]&l7y[0xae][0xe0]*[0xed][0xc6]T[0x6][[0xd2][0x10]"[0xde][0xa0]L[0x92]>[0x82]R[0x9f][\r][0xb6][0xd3]TT[0xe2][0xea][0x9f][0x11][0x88]|[0x87][0xd6][0x81][0xdd]&[0xe5][0x80][0x8a]l[0xb6][0xd0][0xd5]q[0x3]7[0xc9][0x6][0xa5][0xb8][0x8f]G[0xe8]>[0x8a]P<[0x16][0xe1]65[0xfc][0xf]aTE[0x88][0x1d]![0xec][0xaa][0xc9][0x1e][0xe4]V[0xa9][0x9b][0x89][0xe6]l?4j[0x8d][0xed]![0xf8][0x5][0x81][0x8f][0x18]I[0xff]D[0xcf][0xe6]7[0x18]j[0xa7][0xa7][0x7]{#{[0xe8][0xfb][0xa4]f[0x1d][0xa0]"[0xba][0xb2][0xc3]8[0xdb][0x18][0xd9]u[0x82][0x3]}[0xab][0x1]d)[0xba]L[0xf1][0x14]]][0x96]b[0xaf][0x88]d[0x86][0x86][0x96]Sd[0x87][0x8]A[0xa7]'[0x8c][0x8][0xed]F[0xe8]|[0x18]w[0x1a][0x3][0xed]AgJ[0xc3][0xdd][0xac][0x86]{[0x92][0xe3][0xa4][0xea]6[0xfa][0x17]PK[0x7][0x8][0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/slf4j/event/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/event/EventConstants.class}[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff][0xe1]"[0x17][0xf1]~[0xc5][0xb][0x82]+ua[0x17][0xba][0xd3][0x98][0x14]DCBJ[0xd2]".[0xc9][0x80]c[0x1d]R[[0xd3]N[0xf5][0xb9]\[0x99][0xb8][0xf0][0x1]|([0xe3][0x99][0x6][0x14]7n[0xfe][0x9c][0xef][0x9f]s[0xcd]|~[0xbd][0x0]8[0xc1]~[0xe][0xbb]EdP[0xc9]a/[0x87]*C[0xa1]i[0xdb][0x1d][0xbb][0xdf][0xb2][0xba][0xc][0xac][0xc5]0[0xd7][0x8][0xfc]Hq_[0xf5][0xb8][0x17][0x8b]4[0x15][0x1d]0[0xe4]oM[0xdb][0xd2]9[0x9a]+[0xc4]-[0xeb][0xaa]3[0xe1]Ujr[0xd9][0xac][0xdf]\O[0x8c]"[0x19]][0xdb]l4'[0x6][0xa8][0xc2]2[0xfb][0xce]M[0xdd][0xa1])[0xcb][0xed][0x11][0xe6][0x86][0xc7]}[0xd7]pT(}[0xf7],[0x8f][0x1a][0xc3][0xcc][0xb9][0xf4][0xa5][0xba]`H[0x1f][0x1c][0xf6][0x18]2[0x8d][0xe0]N0,[0xb4][0xa5]/[0xac][0xf8]q [0xc2].[0x1f]xB[0xd7][0x7]C[0xee][0xf5]x(5[0x8f][0xcd][0x8c]z[0x90][0x11]C[0xb5][0x1d][0x84][0xae][0x11]y[0xf7][0xa7]#C<[0xb]_[0x19]M[0xad][0x93][0x9b][0xa2]3[0x86][0xa2][0x13][0xc4][0xe1]P\I][0xb6][0xf2][0xf7][0xf9]Xo[0xc6]P[0xfb]m[0x12]=IC[0xcf]S2[0xf0][0xcd][0x17][0x1e][0x8a]v[0xe0][0xba]",a[0x15]k[0xc][0x95][0xff][0xa7]1,[0xfe][0x9e][0xda][0x19][0x8c][0xc4]P[0xd1]H[0xcb]4[0x9c]x[0x10])[0xa9]b5n[0x87][0x1a][0xd2][0xf4])[0xc0][0xc][0xca][0xc8][0x92]2[0xe4][0x88]R[0xc8][0x13][0x17][0xa6][0xb8]H<;[0xc5]%[0xe2][0xb9])[0x9e]'^[0x98][0xe2]E[0xe2]%,[0xff][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "EL[0xef]N[0xba]N[0x8e][0x91]0[0x90]=zC[0xea]5I[0xd9]H[0xd6]HLl[0x92][0x96][0xc6]q[0x19][[0xc9]On'Y;[0xdf]PK[0x7][0x8][0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/slf4j/event/EventRecodingLogger.class[0xa5][0x98]ml[W[0x19][0xc7][0x9f][0xe3][0xd7][0xc6][0xbe]][0xd2]dy[0xb1][0xe3][0x8e][0xae][[0x9b][0xf7][0x85]vKh[0x9b][0xae],M[0xd3][0xad]m^X[0x92][0xc5]u][0xaf]s[0x92][0x1b][0xd7][0x9d]cw[0xd7]vK[0x80][\r]:[0xd8]`[0x83][\r][0x6]l[0xb0][0xc1][0x6]C[0x2][0x9][0x9][0x10][0x9d][0xa8][0xcb][0x86][0x6][0x12][0x1f]@[0x9a][0x90]@[0x2][0x9]$>[0x80][0x4][0x12]Bb[0x12]H|[0x0][0x9]M[0xfc][0xcf][0xb9]77N[0xfc]8[0xbe]u[[0xe9][0x9c]s[0x8f][0xcf]y[0xfe][0xcf][0xcb]9[0xbf]{[0x95]w[0xde]{[0xeb][0xa7]Dt7[0xbd][0x1e][0xa0][0xe]z[0xa4][0x81]vR2@[0xb][0xb4](GK[0xb2][0xd1][0x3]h[0x96][0xfd][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x90][0x9f][0x1e][0x9][0xd0]yJ[0xcb][0xd1][0x5][0xd9]<*[0x9b][0x8c]lVd[0x93][0x95]MN6[0x17]e[0xf3]X[0x80][0xc][0xca][0xcb]fQ>[0x16][0x82]T[0xa4]K[\r]t[0x99]>,M[0xae][0xfa][0xe9]#[0xf2][0xe1][0xa3][0xb2][0xf9][0x98]l[0x1e][0x97][0xcd][0x13]~[0xfa][0xb8][0x9f]>![0xc8][0x93]M[0xae][0xe8][0x82][0x9a]'.$/%[0x7]3[0xc9]ljp[0xb6]`[0xa4][0xb3][0xa9][0x11]A[0xbe]L.[0x95][0xd2][\r]AwN[0xe4][0x8c][0xd4]`>[0xb3]|[0xcf][0x85][0xc1][0xf3]z[0xe6][0xa2]n[0xe4][0x7]g[0x8b][0xb][0xf9]B[0xba]P,[0xe8][0x13]j[0x15][0xd6][0x7][0xf4]Kz[0xb6][0xf0]`Q/[0xc2][0xe2][0xe][0xd3]b[0xb1][0x90][0xce][0xc][0xaa]),h[0x98]M[0xa7][0xb2][0xc9]B[0xd1][0xc0][0xef]#[0x9b]?\&[0xa2][0xc]m[0x92][0x80]O[0xe3]rz[0xe4][0x88]t[0xed]p:[0x9b].[0x1c][0x11]t[0xa0][0xdb][0x89]o[0x15][0xbe][0xf4][0xcc]#[0xf4][0xb1][0xdc][0x12][0x1c]i[0x9c]Hg[0xf5][0xa9][0xe2][0xca][0x82]n[0xcc]%[0x17]2*[0x19][0xb9][0xc5]df>i[0xa4][0xe5][0xb3]5[0xe9])[0x9c]O[0xe7][0x5][0xed][0xa9][0xf0]R95[0xa3]/[0xe6][0x96][0xe0][0xa1][0x9d][0x8b][0xb6][0x8d]6V/[0xae][0xd9]Y[0xa8][0xcb][0xe1][0x1b]H[0x8e][0xc][0xcd][0x9f][0xd2][0xb]S[0xaa][0xb0][0xb7]v[0xf7]p[0xa5][\r][0x1a]p[0xd8]XR{[0x4][0xcd]uW[0x98][0x9f]@[0x97][0x19][0xa9][0xdc][0x1a]/[0x9b][0x9a]^[0xb8][0xa0]/[0x16][0xca][0x17][0xcd][0x9d]7r[0x97]e[0x9c][0xca][0xb]oF[0x1a][0x11][0xd4]^[0xc5][0xba] [0xf7]J>[0x85][0xd4]&[0x8d][0x14]R[0xdb][0xc2][0xd8][0xc6][0x99])[0xac][0xd9][0x14][0xd4][0xca]J[0x9]Z[0xae][0xea][0xff][0xfa][0xf4]d[0xd2]x[0xd4]Nl[0xbd][0x11][0xf9]V[0x94][0x15]uD6[[0x16][0xa4]e[0xca]*![0xa8][0xd2][0xa9]*5[0x13]tK:?g$[0x17][0xf5][0xf1][0xac][0x94]ZBb[0xba]{[0xce] [0x81][0x5]9[0x89][0xb8][0xbb]+[0xdd][0x96][0xee]t1[0xf3][0x95][0xd1]([0xc7][0x97]s[0xc6]J[0x12]N[0xb9][0x91][0xeb][0x8d][0xd7][0xdd][0xce][0xf4]AG[0xd6]x[0xfb][0xb2][0x84][0xfb][0xcc]n?"g,1i[0x96][0x1b][0x1b][0xb0][0xa3][0xb8][0x82],[0xe0][0x0][0xf4]n[0xed][0xc0][0xc6]R[0x88][0x82][0xca]KE[0x19]d[0xde][0xba][0x98]y>[0x83][0x7][0x1d][0xad][0xe4]]?U[0xe7]^[0xde][0xda]!G[0xd6][0xaa]dq[0x1b][0xb2]8j[0x18][0xc9]UA[0x87]o[0xd4][0xab][0x8d]i[0xc5]I<[0xa6]/[0x14]S[0xf6]I[0xf4].[0xc9]GA[0xdb][0xd3][0xf9][0x13][0xd9][0xe5][0x9c]=[0xef]I[0xe3]IMG[0x93]Fv}[0xfa]2[0x9e][0x94][0x99]q[0xc3][0xc8][0x19][0xeb]ft[0xf9][0x88]w[0xc4]l[0xae]h,[0xea][0xc7][0xd3][0xf2]>w0[0xec][0xbc]Kz[0xa6]Q[0x17]][0xd1][0xe8]v[0xda][0xed][0xa7]'5z?[0xed][0xd3][0xe8]}[0xb4]K[0xa3];[0xe8]N[0x8d][0xf6][0x13]N[0xeb]^g[0x97][0xcb]O[0x9f][0xd4][0xe8]S[0xf4][0x94]FO[0xd3][0xa7]5[0xfa][0xc]=[0xa3][0xd1][0xb3][0xf4]Y[0x8d]>Gc[0x1a]=G[0xcf]k[0xf4]y9[0xfa][0x2][0xbd][0xa0][0xd1][0x17][0xe9]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "K~[0xfa][0xb2]F/[0xd2]K[0x1a]}[0x85][0xc6][0xfc][0xf4]U[0x8d]^[0xa6]W[0xfc][0xf4]5[0x8d][0xbe]NCR[0xfa]nAM[0x9b]k[0xa0][0xd1][0xab][0xf2][0xc7][0xd7]d[0xf3][\r][0xd9]|[0x93][0x86][0x4][0xdd][0xe1][0xe0]M[0x1]c[0xeb][0xab][0xd6][0xa6]p[0xf9]Q[0x89][0xdd][0xb5]_[0x13][0x1b]\[0x99]][0xcd][0x17][0xf4][0x15][0xbc]x[0x17][0x8b][0x86][0x1][0xa1][0xb9][0xf4][0x8a]>[0x99][0xce]d[0xe4][[0xb][0x16]O[0x82]Oy][0xcd][0xce][0x16][0x92]+[0x17]Q[0xaa][0xee][0x93][0xea][0xec]`v[0xc2][0x4]u[0xb8][0x1a]G[0xd5]M[0x95][0xeb],[0xd9].G/1[0xb9]k[0xbb][0xbd][0xcb]|[0x1f]I+[0x93][0x16]D[0xd9][0xeb][0x8b]=[0x1][0xb9]F[0xcf][0xe7][0x93])lh[0xc2][0xc3][0xa8][0xc5][0x8][0xeb][0x88][0xb7]uW[0xb9][0x6]*[0xc0][0xf5][0xd7]EGw[0xd5]c[0xde][0xb4][0xe1][0x7]=[0x89][0x13][0xba]}-o[0xd6][0xf3][0xc6]7[0xa7]9;b[0x6]d>[0x98][0x1]5nzSK[0xc4].-mb[0xf6][0x9a][0x8f]`S+[0x9b]a\[0x90][0xb9][0x99][0xd1][0xb1]q[0xf4][0xc7][0xc6][0x8f]>t?[0xaa]sb[0xea][0xf8]4[0xba][0xe8][0xe8][0xcc][0x14]f[0xc7]gf[0xa6]gp!v[0xe2][0xfb]Q[0xd0]m[0xe4][0xc6][0xe7]$n[0x4][0xc9][0xb8]&[0xaa][0xc7][0xe5][0xc0]o{0r[0xd1]^[0xba][0xf][0xe3].[0xea][0xc6][0xb8][0x7]3[0x97][0xd1][0xcb]=[0xed][0xbd][0xd7]I[0xf4][0xf6]]#Wo_[0x89][0xdc][0xd7][0xc8][0xd3][0xdb][0x8d][0xbc]W[0xf1][0x93][0x9b]z[0xd1][0xb6][0x91][0x17]m#y[0xa8][0x89][0x1a]h[0x7][0xfe]7c[0xae][0x85][0xfa]0[0xbb][0xcb]4A[0xfd]4[0xa0][0x4][0xdb][0x95][0xb4]P#)[0xee][0xa2][0xbb]0[0xd6][0xec][0x99][0xbd][0x98]1[0xdd][0x19][0xc4][0x1c]n1Z[0xe9][0x8c]|[0x92]k[0xbc][0xbd]?"[0xcf][0xf][0xd5][0x2])[0xed]S[0x93]mJ[0xca]4[0xe2][0xb5][0xa4]\[0xf2][0xe2]Y[0x9b][0x93]X'][0xc][0xf6][0xf6][0x89][0xfe][0x81][0x90][0xe7]:[0xf9][0xae][0xda]&[0x2][0xe8][0x89][0xc2][0xe8];[0x95][0x99]{[0xcc][0xa5][0xb6][0xc7]A[0xcc][0xc])[0xd3]A[0x1a]F<.5[0xfa][0x0][0x1d]P[0x91][0x5][0xe9] [0x1d]B[0xe4]Rn[0xc4][0x92]{[0x17][0xbf][0xf8][0xd1][0xc7]B[0xfe][0xd8]u[0xda]v[0xc8][0x17][0xf2][0xfd][0x98][0x1a]J[0x14][0x8][0xf9][0x90][0xc1]`[0xc8][0x87] \%[0xd2][0xd4][0xc0]S[0xa2][0xed]!_[0x89]n[0x9][0xf9][0x6]J[0xd4][0x18][0xf2][0x85]0[0xd5][0x84][0xce][[0xa2][0x1d]rgs[0x89]ZJt+[0xd6]zC[0xbe]7[0xa9][0xd5]E[0xd1]u[0xf7][0xf7]#nY[0xd7][0x6][0xb8][0xb6][0x3][0xc9]mGzw![0x91]=H[0xee] R9[0x84][0x94][0x1e]FU[0xc7]P[0xd7])[0xcc][0x9e][0xc1].[0x19][0xe6][0x3][0xa6][0x8b]v[0x98]q;[0xcc]8[0xd6][0xdf][0xab][0xc2][0x8c][0xab][0x80][0xdd]j$[0x3][0xf6][0xa8][0x91][0xc][0xd8][0xb][0xbd][0x19]:B[0x1f]T[0x15][0xb8][0x8f]F[0xad][0xd0][0xfb][0xad]2[0xb9]<[0xdf][0xdb]T[0xa3][0x81][0xb2][0x1a][0xb9],UAG[0xe1][0x97][0xb9]s[0xc]6Uj{[0xdf][0xa0][0xb6]>![0xae]S[0xfb][0xe6][0x1a][0xed]C[0xbf]_[0x99]i[0xb3][0xaa][0xb0]^#[0xe9][0xa8]P[0x6][0x8f]Y[0x6][0xe7][0x10][0xa0]t[0xbd]Y[0x19][0xf4][0xbc]M[0x1d]1w[0xff],gw[0x8][0x89][0x1b].;[0xad][0xcd][0xb6][0xdd]f[0x1a]Wv[0xe5][0xe8]8[0xdd][0x8f][0xd5]R[0xe1][0x1]Ka[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "2%mJ[0xc1]k)[0xc4]<[0x3][0xac][0xca]AjE[0xe2][0xa4]J[0xaf][0xb9][0xcb]Vi[0xb3]U[0xda][0xe8][0x84]R[0x91][0xa3][0x93][0x18][0xb9][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4]NYz[0x93]H[0x91][0xdb]NQ?'r/[0xfa]#e[0xa1][0x94][0xa7]hM$H[0x13][0xa8][0xa5][0x19][0xca]$kZ[0xf4]3[0xa6]G[0xd1][0x1f][0xad]bz[0xd8]6=[0x85][0x18]][0xea]HL[[0xa6][0x87][0xd1][0xbb][0xd8]#1^VK[0x97]m[0xcd][0xa5][0x8e][0x9f]Y[0xcb][0xf]Y6[0xa6][0xb0]CjjV[0xe4][0x82][0xb9][0xc1]'[0xa0]~[0xaa][0xcc]?[0xcd][0xb6][0xa8]Y[0x16][0xe5][0xc8][0xbc][0xc1][0xd2][0xf6][0x83][0x96][0xed]s[0xb4]M[0xd5][0xa3][0xc5][0xb4]m[0x1e][0x14]U[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x89])[0x1c][0x83][0xe9][0xb2][0x12][0xb6][0xd8][0x12]-[0xb6]D[0x8b][0xca][0xb3]K[0x8d][0x8e][0xab][0x12]J[0xb1][0x19]K,[0xb]1[0x89][0x97][0xe]S[0xcc]k[0x89][0xc5][0x1e]u|f-[0xed][0xd3]H[0xa2]g=[0x89][0x3][0x9c][0xde]<[0x92]x[0xba],B>[0x89]kz[0x1a].[0xd9][0x1]+[0xc2][0x87]x[0x15]1[0xc0][0xa8][0xc4][0xa1]r[0xb6][0xa6][0xca][0xb0][0xad]"[0xf][0x95]T[0x99]w[0xc0][0x99]s,g[0xa2]7[0xc2][0x99]E[0xf4]K58[0x13]e9[0x13][0xda][0x92]3)p&[0xed][0x98]3Q[0x96]3[0xa1][0x9a][0x9c][0xc9][0x80]3[0xd9]:8[0x13]e9[0x13][0xe2]9[0xf3][0x18][0xc9][0xbf][0x1e]9[0xe5]L[0x94][0xe5]L[0x88][0xe7]L[0x11][0xfd]%[0xc7][0x9c][0x99]w[0xc0][0x99][0xd5][0x1a][0x9c][0x89][0xb2][0x9c][0x9]U[0xe1][0xcc][0xe3]P[0xc2]1g[0xa2],gB[s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xc1][0x93]up&[0xca]r&[0xe4][0x80]3O[0x81]3O[0xdf][0x14]g[0xa2],gBU8[0xf3][0xc][0x92][0xf8][0xec][\r]pf[0xc2][0xe2]L[0x94][0xe5]L[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g[0x9e][0x83][0xca][0xf3]up[0xe6][0xb4][0x3][0xce][0xbc][0xc0]r&[0xc6]r&[0xcc]s[0xe6]E[0xf4]/[0xd5][0xe0]L[0x8c][0xe5]LxK[0xce][0xbc][0xc][0xce][0xbc][0xe2][0x98]31[0x96]3[0xe1][0x9a][0x9c]y[0x15][0x9c]y[0xad][0xe][0xce][0xc4]X[0xce][0x84]y[0xce][0xbc][0x8e][0xfe][[0x8e]9[0x13]c9[0x13][0xe6]9[0xf3]m[0xf4][0xdf]q[0xcc][0x99][0xd3][0xe]8[0xf3][0xdd][0x1a][0x9c][0x89][0xb1][0x9c][0x9]W[0xe1][0xcc][0xf7][0xa1][0xfe][0x3][0xc7][0x9c][0x89][0xb1][0x9c][0x9]o[0xcd][0x99][0xab]8[0x6]o[0xd4][0xc1][0x99][0x18][0xcb][0x99][0xb0][0x3][0xce]\[0x3]gJ7[0xc5][0x99][0x18][0xcb][0x99]p[0x15][0xce][0xbc][0x89]$[0xbe]U[0x7]gb,g[0xc2]U8[0xf3]6T~V[0x7]g[0xce]8[0xe0][0xcc][0xcf]Y[0xce][0xc4]Y[0xce]t[0xf2][0x9c][0xf9][0x5][0xfa]_[0xd6][0xe0]L[0x9c][0xe5]L[0xe7][0x96][0x9c]y[0x7][0x9c][0xf9][0x95]c[0xce][0xc4]Y[0xce]t[0xd6][0xe4][0xcc][0xaf][0xc1][0x99][0xdf][0xd4][0xc1][0x99]8[0xcb][0x99]N[0x9e]3[0xbf]E[0xff];[0xc7][0x9c][0x89][0xb3][0x9c][0xe9][0xe4]9[0xf3]{[0xf4]p[0xcc][0x99]3[0xe]8[0xf3][0xc7][0x1a][0x9c][0x89][0xdb][0x9c][0xd9][0xe0]^?{8[0xfe][0x84][0xfe][0xcf]U[0xdc][;[0xbb]A[0x1b]3q[0x1b]3[0xf][ET[0xc7][0xa4][0x9c]2[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc1]1[0xf9]kY[0x1][0xcb][0x8f][0xc9][0x9a]B[0xb3]}[0x7][0x9b]m[0xca][0xc4]Y[0xca]t:[0xa0][0xcc][0xdf]@[0x99][0xbf][0xdf][0x14]e[0xe2],e:[0xab]P[0xe6][0x1f][0xc8][0xd0][0xbb]uP&[0xce]R[0xa6][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "e[0xfe][0x9][0x95][0xd5]A[0x99][0xb3][0xe]([0xf3]o[0x96]2[0x9][0x96]2[0x11][0x9e]2[0xff]A[0xff][0xdf][0x1a][0x94]I[0xb0][0x94][0x89]lI[0x99][0xff][0xe1][0xf8][0xbc][0xe7][0x98]2[0x9][0x96]2[0x91]Z[0x94][0x11][0x82]Z[0x85][0xbb][0xe][0xca]$X[0xca]DX[0xca][0x8][0x1f][0x5][0xc4]6[0xc7][0x94]I[0xb0][0x94][0x89][0xb0][0x94][0x11]A[0x98][0xd6][0x1c]S[0xe6]lm[0xca][0x88][0xc6][0x1a][0x94]I[0xb0]_3[0x11][0xfe]kF[0xb4]PP[0xb4]:[0xfe][0x9a]I[0xb0]_3[0x91]-[0xbf]fD[0x7]5[0x8b]p[0x1d]_3[0x9][0x96]3[0x91][0xda][0x9c][0x11];[0xa9]][0xdc]vS[0x9c]I[0xb0][0x9c][0x89][0xf0][0x9c][0x11][0xb7]#[0x89][0xbb][0xeb][0xe0]L[0x82][0xe5]L[0x84][0xe7][0x8c][0xd8][0x3][0x95][0xbd]up[0xe6]ae[0xe7][0xdc][0xff][0x1]PK[0x7][0x8][0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/slf4j/event/Level.classuT[0xdb]R[0xd3]P[0x14]][0x87]&M[0x1a]#[0x94][0xc8][0xad]E[0x11][0xf0][0xd6][0x16][0xa5][0xa2]x[0x5][0x11],E[0xab][0x15]f[0x1a][0xc4][0xe9][0xe8]K[0xa8][0x11][0xc3][0x84]t[0xa6]My[0xf0]C[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1f][0xb4]^GG[0xc7]g?[0xca]q[0xef]Cd[0x0][0xdb][0xce]t[0xaf][0xee]u[0xf6]^[0xfb]r[0x92][0xfe][0xfe][0xf3][0xed]'[0x80][0xab]X[0xd5]p;[0x1][0x15]s[0x6][0xe6]qG[0xc3][0x84][0x86][0x5][0x3][0x83][0xb8][0xcb]f[0x91]O[0x96][0xd8][0xdc][0xd3]1d[0x10][0x16][0xd8]Y[0xd6]1[0xc2]X[0xd4][0x91]b\[0xd1][0x91]f[0xbc][0xaf]c[0x94][0xf1][0x81][0x86][0x92][0x80]Z[0xac]T[0xd6]*[0x2][0xc3][0xe5]zc+[0xdf][0xf4]_[0xce]n[0xe7][0xdd]]7[0x8][0xf3]e[0x2]N@y[0xba]TY%([0xad][0xae][0xac]Q[0xfc]r[0xf1][0xde][0x93][0xfb][0x84][0xeb][0x95][0xa5]BQ@[0xf7]9[0xac][0x14][0x84][0x2][0xa2][0xf4][0xcf][0xb5][0xc3][0x86][0x80]U[0xde]vv[0x9d][0xbc][0xef][0x4][y"[0xbc]`[0x8b][0xc4][0xb4][0xb3][0x1b]K[0xe5]'E[`[0xe4]Y[0xd7][0x8a][0xf1]][0xc7]o[0xb9]M[0x81]t&[0xdb]=J)[0xd4]_[0xb8][0x2]}e/pW[;[0x9b]nc[0xdd][0xd9][0xf4][0x89][0xd1]d[0xfa][0xda]K[0x81][0xa9][0xcc][0xff]=d[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Z[0xe5]z[0xcd][0xf1]7[0x9c][0x86][0xc7]:[0x91][0x98][0x12]8;[0x4][0xf1]y/[0xf0][0xc2][0x5][0x81]l[0x7][0xc9]R[0xa9]C[0x99][\r][0xca][\r]_y4[0x85][0xf0][0xe8]K[0x98][0xb0][0xbd][0xad][0xc0][0x9][[\r][0xd2][0x1b][0xca]t[0xc9]Q[0xc3][0xba]\f,[0x93][0xe5]u[0x86][0xf5][0xbd]3[0x81][0x81]L[0xb6][0xd3]B[0xf5][0xf9][0x9a][0x1f][0xb5]F)$p0[0xaa][0x18][0xb4]v[0xe6][0xbb][0xcc][0xbb]@[0xc9][0x86]]o5j[0xee][0x8a][0xc7][0x93][0x1a][0x92][0x9f][0xe6]l[0x81][0xb1][0xa3]IE[0xb6][0x85]z[0xd0][0xc][0x9d] l[0x9a][0x18][0xe7]gp[0xc2][0xc4]C<[0x12][0x18][0xec]X[0xc2][0xc4]y[0x94]M[0xe4][0xf0][0xd8][0xc4]I[0x9c]21[0x86][0xd3][0xec]N[0x99][0x18][0xc2][0xb0][0x89][0x11]6)6i6[0xa3][0x18][0x16][0xe8]=[0xdc]<[0xed][0xa3][0xe6][0xd7][0x3][0xf7][0xe8][0xf8]k[0x9b][0xdb]n-[0xa4][0x9][0xae][0x1d][0xbc][0x8e][0x82][0xef]4[0x9b]s[0x9d][0xae][0xfc][0xb0][0xea][0x1c][0xef][0xbf][0xc3]5f7[0x16]g[0xe8][0xc5][0x18][0xa4]WN_Lq[0x93][0x0][0xe1]H[0x84][0xa9][0x8][0xd3][0x11][0x8e]2[0xa2][0x87]g[0x93]H[0xe3][0x1][0xc9]4[0xaf][0x86][0xfc]8[0x12][0x98][0xc4][0x19][0x8][0x9c]%o[0x92][0x90]?F[0x1b]=[0x9f][0x11][0xfb][0x5][0xe5][0x1d]y[0x2][0xe7]d$[0x9f][0xf5]R[0xfc]y\[0x88][0xe2]gI[0x8f]Y[0xc3]Rs_[0x11][0xff][0x5][0xf5][0x9d][0xac]q0>C[0xd6][0xdc][0x8b]B[0x96]k[0xd3]9m[0x97],+A[0xcf][0xa5][0x94]OH[0xbc][0xdf]W[0xb2][0xa0][0x90][0x1d]$[0xc5]![0x1c][0xa3]i[0xfa]iVV[0x1d][0xa7]\>[0xbd]('[0xe4]_[0x97]h[0xc6]=n[0x9a]*)[0xc8]K[0x8d][0xcb]T}[0x6]W[0xa2][0x9e][0xf3][0x84][0xdc][0x8d][0x9a][0xfb][0x8][0xfd][0xed][0x91]vG[0xf][0xb4][0xab]F[0xc2][0x82][0xfe][0xd9]f;$'[0x8e][0xce]:[0xd9]!Y[0xc7]5\[0x8f][0x92][0xdf]P[0x1c]^[0x87]Z[0xb5][0x8c]X2c[0x19]_p[0xec][0x3]LI[0x1c]W[0x92]c[0xd6]qI[0xf4]J[0xa2]OM[0xe]X}[0x92]HJ[0xa2]?[0x9e]4[0xac]~IX[0x92]8[0xa1][0xc5][0xac][0x13][0xd2][0x1f][0xd0][0x10][0x11]k[0xc3][0xb4][0xab]J[0x1b][0xbd]vUm#iW[0xe3]mXvUkc[0xc0][0xfe][0x80][0x9e][0xf7][0xfb][0xb7]iP[0xe7][0xf4][0x18]`[0x9d]n[0xa8]'[0xda][0xd3][\r][0xdc][0x94]x[0xeb]/PK[0x7][0x8][0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/slf4j/event/LoggingEvent.classe[0x90]=N[0xc3]@[0x10][0x85][0xdf][0x86][0x10];![0x81][0x0][0x89][0x10][0x12][0x7][0xb0][0x1b]\@G[0x95][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x14][0xa0]0[0x1d][0xd5]&[0xc][0x1b][0x1b][0xff][0xa0][0xb1][0x93][0x88][0xab]Qp[0x0][0xe][0x85][0x98][0xb5]-[0x94][0xc0][0x16][0xfb][0xb4]3o[0xde]~[0xbb]_[0xdf][0x1f][0x9f][0x0].0vp[0xec]`[0xa4][0xe0][0x1a]*[0xa7][0xb4][0xa2]D[0xe1][0xd4][0xf3][0xa7]9[0x9b][0xa0]H^.[0xe3]@jY[0x19]T[0xad]+[0x85][0xae][0xd8][0xee]4[0xbf][0x12]+[0x8c][0xb6]|uU,[0x3][0x9b][0x94][0x1b]C|[0xaf]S[0xaa]m[0xb1]^[0xe9] [0xd1][0x99][0x9][0xc2][0x92][0xa3][0xcc][0x88][0xad]g[0x93][0xa8]([0xb4][0xa1]z[0xe6]q[0xc1][0xa4][0x9f][0xeb][0x99][0xa1][0x9c]'l[0x96][0xa9][0xdc]=a[0xd6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "c[0xcf][0xda][0xc8]y[0x98][0xc5]4/%[0xa7]oG[0xa3][0x94][0xc2]R[0xa7]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0x9e][0xdb][0x14][0x17][0x9c][0xaf][0xf5],[0x91][0xb8][0x93]-[0x84][0xdf][0x86][0xa5][0x8][0xf3]%[0xcf][0xe9]&[0xb2][0xb6]C[0x8b]-t[0xd7][0xf6][0xc9][0xe7]v@[0xe1][0xec][0xdf]Olx[0x4][0xf4]/QGA[0xa1][0x5][0xbb][0xdc][0xb6][0xe0][0xa0][\r][0x88][0xee][0xa2]S[0xa9][0x3][0xb7][0xd2]n[0xa3][0xbd]F[0xf7][0xd0][0xaf]t[0x80][0xfd]J[0xf]0[0x94][0x4]A[0x92][0xbd][0x85][0xa3][0x1f]PK[0x7][0x8][0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/slf4j/event/SubstituteLoggingEvent.class[0x8d][0x94]mO[0xd3]P[0x14][0xc7][0xff][0xdd][0xf3]fQ[0x4][0xb7][0xa1][0xa0][0xa0][0xa2][0x14]P[0xab][0xa2][0xa2][0x82][0x2][0xa2][0xa0]0@[0xdd][0xa2]&[0xbe][0xea][0xb0][0x96][0xe2][0x1e]L[0xdb]i[0xfc]P&[0x9a]HL|[0xe1][0x7][0xf0]C[0x19][0xcf][0xe9]:[0xd6][0xdd][0xdd][0x1a] 9[0xb7][0xf7][0xde][0xf3]?[0xe7][0xd7]s[0xce][0xfa][0xe7][0xef][0xaf][0xdf][0x0][0xe6]P[0xc9]A[0xc5]z[0x16][0xc7][0xf0][0x94][0xcd]36[0x1b]l6[0xd9][0x94][0xd8]l[0xb1][0xd9]f[0xb3][0xc3][0xe6]y[0x1a]/[0xd2]x[0x99]FYA[0xb2]f~2k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8a][0xa5][0xa6]c[0xe9]n[0xed][0xfd][0xad]}[0x9d]N[0x1a][0x9e]^[0xe2][0x8b][0x5][0x5][0xa9][0xba][0xe1]|0[0x1d][0x5]C![0x97]-[0xff][0x8c]ns[0xb5][0xa6]e[0x99][0xce][0xb6]Q7[0xd9]c[0xdf][0xf8]d[0xe8]5[0xa3]a[0xe9]e[0xcf][0xb1][0x1b][0x16][0xeb][0xdb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "&C[0xfa]=[0xb3][0xf6][0xd1]t\[0xbd][0xdc][0xaa][0xba][0x9e][0xed][0xb5]<[0xb3][0xe4]{qDo[0xcf]1[0x8d]w[0xed][0x88][0xe9][0xba][0xe9][0xba][0x86]EO[0x19][0xc3][0xb1]V[0x1c][0xc7][0xf8][0xa2]`[0xf8]m([0xcf]Nu[0xdf][0xdc][0xf5]H[0x97][0xf5][0xec][0xba]Y[0xf6][0x8c][0xfa]G[0x5][0xca][0x6][0xef][0xf7][0x9c][0xe6]g[0xa3]Z#q>$[0xa8]t[0x8e][0x99]m[0xd1]n[0xd8][0xde]C[0x5]qm[0xfa][0x95][0x82][0xc4]j[0xf3][0x1d]y[0x9f]([0xd9][\r]s[0xbb]U[0xaf][0x9a]N[0xa5][0xad][0xa7]W[0xdf]5j[0xaf][0xc][0xc7][0xe6]}p[0x98][0xf0][0xf6]lW[0x81][0xd6]W[0xb9][0xde][0x97][0xa2]*<[0xe1]cJ[0x97][0xb1]L[0xaf][0xd4][0xae][0xf7]im:[0xb2][0xe2][0x19][0xf7][0xd0][0xed]L[0xf4][0xb6][0x17][0xe3]f)[0xdc]V[0xd0][0x9c]S=[0xf1][0xe][0xdb][0x93]u[0xbb].y[0xad][0xdf][0x83][0xc3][0xc]0U[0xa8][0x8b][0x1c]J[0xd2][0xc7][0x1][0xb7][0xd7][0x8d][0xc2][0xf5]yu[0xa8]JA[0xcb]/[0xf7]P[0xfd][0xa7][0xe9]Y[0xb7]+[0x9a][0xd2][0x8e][0xa2][0xe1]T9.@g@rnh3H7+[0x8e][0xd5][0xaa]S[0xc5][0x82][0xa9][0xc9]k[0xd3][0xd2][0xb9][0x19]t[0xfb]\[0xb][0x9a][0xc4][0x93][0x13][0xaa][0x14][0xb6][0xd2][0x1d]3[0x9a][0x1a][0x1a]4[0xd5][0xed]9Lh[0x1b][0x9d][0xaa]VB[0x93][0xcc][0xe5][0xb][0xef][0xd5][0xf6]}gB[0x8b]=E[0xf][0xcf][0xa8][0xea][0xf6]8[0x8e]hR?[0xbf][0x1c][0xe5]f[0xcb][0xd9]5[0xd7]l[0xf6][0x1b][0x95]O[0xe1]5[0x16][0xab]8[0x87]q[0x15][0xc7]qB[0xc5] N[0xaa][0x18][0xc2][0xb0][0x8a]S[0xc8][0xab]([0xf2][0xd3][0x8]N[0xab]8[0x83]Q[0x15][0x5][0xde][0x8e][0xe1],[0xb5][0xf2]hSN[0xf5][0x14]+[0xa7]`[0xac]o[0x86]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9c][0xa7]O[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaa][0x10][0xb2][0xf4]A#([0xf0][0x1f]q[0xf9]+[0xa1][0xf9]+[0xd1][0xf9]k![0xd8][0x17][0x83][0x95]X[0xfd][0x95]p[0xfd][0x95]`[0xc9][0xe]S`H[0xf6]x)w[0xb4]X[0xb]i[0x8b][0x89][0xff][0x15]>[0xe8][0x12]M[0x8c]o&[0xfe]Q[0xc6]sK[0xa7]0LXh[0xd3][0xdb]s[0xbe]{[0xee]w[0xbe]s[0xee][0xbd][0xbf]~[0xfd][0xe][0xa0][0x8c][0x87]I([0xb8][0xa7]b[\r][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2]*b[0xd8]S[0x90]S[0x9][0xbc][0xaf] [0xaf][0xa0][0xc0][0x90][0x8],[0xdb][0xcf]>f[0xd8]m[0xc][0xbc][0x9e][0xe1];'[0xcf][0xfa][0x86]%[0x9c][0xa1][0xf0]|[0xe3][0x5][0xf7]m[0xb3]yP[0xde][0xe5][0xc3]@x[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xaf][0xda][0xae][0x1d][0xd4][0x18]r[0xf9][0xb][0xc4][0x17][0xda][0xc][0xf1][0xfa][0xa0]+[0x18][0xf4][0x86][0xed][0x8a][0xd7][0xa3][0xf7][0x1d][0xe1][0xbd][0xe5][0x1d][0x87][0x90]Lc`r[0xa7][0xcd]=[[0xfa][0x11][0x18][0x97]r[0x18][0xb4]#[0xd7][0x15]^[0xdd][0xe1][0xbe]/[0xc8][0xdd][[0x9c]+[0xfb][0x84][0xd4][0xa9][0xa6]e;[0xdd]6wFD[0xb5][0x9d]o" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0xf9][0x7]n[0x8c][0x2][0xdb]1[0x9a]|X)[0x9c][0xf3][0x19]RC[0xee][0x9]7[0x88][0x16][0xe8]s[0xf3][[0xb3][0x12]?[0xe][0xcf]d[0xee][0xcf][0x86]V'[0xae][0xc3][0xdd][0x9e][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "<[0xdb][0xed]U[0xe6][0x91][0x1a][0x11]^j[0x5][0xdc]|G+"[0x9e]d[0xcb][0xee][0xb9]<[0x18]yd;[0xf9][0xa5]H[0xb]KJ[0xc9][0xe5][0xa7][0xf0]7[0x9d][0xbe]0[0x83]3[0xae]i[0x88][0xe1]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0x12][0xba]sjQW[0xcc][0xaa]!$[0xe4][0x8f]]0c{TMUK/)[0xe5][0x19][0xd7][0x82][0x9c]i[0xa8]zq[0xba][0xd5]2K[0xff][0x12]:gT]5g%x[0x13]#k[0x12]|[0x99][0xd2]&E[0xec][0xcd][0xaa][0xba]X[0xae][0xee]n[0x8]c[0x95]CI[0x88]Xq[0xd6][0x14]C[0xb5]B[0xdb]F[0x9f][0xb9][0xa5]R[0xa6][0xe7][0xb2]%[0xa3][0x98][0xae]h[0xf][0xaf]n[0xa7][0xb7][0x84]V[0x16]F%}C[0xa9][0xa8][0x85][0xa5][0x9b][0x99][0xb9]M[0xa5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x83]"y[0xcb]US[0xc2][0xc5][0xc4][0xeb][0xb0]1[0x8a]wG[0x1c]p[0xdc][0x96]I[0x9a][0xda][0xe3]:zw[0x95]2[0xa3]6[0xa4]N[0xb3][0xd1]F[0xd4][0x83][0xf2]+[0xdc][0x89]7[0xaa][0x92][0x84]P[0xce]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ";[0xb4][0xc2][0xd2][0xa1]>[0xa1][0xd8]EA[0xc9][0xc][0xb7]If[0xa4][0x1d]p[0xa7]!vK{[0x84]p[0xb2][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "J[0xb6][0xa3][0xa0][0x9][0xc5][0x90] [0x93][0xee][0xa2]8[0xa0][0xa2][0xf6]%F\[0xb8]9a[0x92][0xcc][0x85]f[[0x9b][0x14][0x18][0xb8][0x9f]T2[0xa5][0xf2][0xc1][0xca][0xc3]LI7[0xc5][0xbe][0xb9][0xc4][0x95]jT[0xb4]k[0xd5]Y[0xd2]6[0xad][0xc9][0xc9][0xe6][0xc9][0xd7][0xaf]N[0x85][0x83][0xd5][0xc3]D[0x12]MQ8?[0xc1][0xe5]1[0x95]x[0xa3]P[0x96]N[0xae]T5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "b^[0xe5][0xfd]<[0xd1][0xd4]d[0x97]xQ[0x10]g0H=ylK[0x9e][0x1f]g[0xd7]O[0x83]x[0xb][0x3]t(]GL[0xd3]DQ[0xd1][0xe6][0x8c]buW[0xe8][0xe6][0xad][0xfd][0x82]([0x9b]jI[0xa7][0xd4][0xa8]%[0xe3][0x5]E[0xd7]Kf|C[0xc4][0xf5][0xaa][0xa6][0xb1][0xc6]e[0x19][0xf9] [0xd2][0xb8]O[0xc5]hH[0x8c]j^[0xbe][0xa3]T[0xb6][0xc8][0x16][0xc4]g[0xf8]<[0x88][0xf3][0xf8][0x82][0x97]<[0x90][0x10]nN5[0x88]q<[0x8][0xd2]Kk[0x90]Gt[0xf9][0x12][0x13][0x1c]fF[0xc2][0xd9]c[0xb3]j[0xd0][[0xd9][0xd8][0x16][0x5][0xea][0xd3]X}Y[0xa5][0xac][0xa6][0xdd][0xde][0xd4][0xc2][0xc7][0x1f]^[0xae]|[0xfc][0xb8]w[0x10][0xed]G[0xc2][0xdd][0xfc]vp>[0xad][0x15]>+[\r][0x9d][0xef][0xcc][0xb1][0xee]T[0x1b]{[0x1b][0xcf]v[0xc2][0xc3][0xed]$[0xdb]9v[0xd2][0xbe][0xd1]i[0xc1]Yz[0xef]G![0xe1][0x14]}<[0xbc][0xef]t[0x9b][0xbe][0x1f]<8[0x8d].[0x1a]S[0xe7][0xd0][0xf5][0x1d][0xb2]\[0x87][0x8f]F@[0xdf][0xe8]![0xa4][0xd1]#x[0xf2]4[0xf0][0xfe][0xe][0xdf][0xaf][0x96]{[0x9c][0xae][0xfc]M[0x2][0x8c][0x91]c[0x9a][0x84][0x81][0xa0][0xbd][0x0]C8Gw[0x89]v[0xf8][0x82]#[0xf6]'[0xbc][0xe4][0x5]L&_"t[0x84][0x8e]|[0xa4][0xf3][0x10][0xf2][0xdf][0xa3][0xbf][0xc1][0xf7][0x14]][0xcf][0xd1][0xbd]<[0xf6][0x12][0xfd]G[0xf0][0xe7][0xf][0x11]Xf[0xf3][0xd8]S[0x4][0xc7][0x92][0xa9]g[0x8]y[0xb1][0xce]!}V[0xc8]![0xa2][0x4][0xe6][0xe9][0xe9]6z[0xb0]@[0x19][0xdc]%[0xe6]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x94]%[0x90]e\[0xc3][0x8a][0x85]2j[0x87]sPx4[0x8c][0x8b][0x16][0xde]$[0x12]4[0xe2][0xdc][0x7]1B~^$[0x1d]t[0xdb][0x92]"[0xcb][0x18]Y[0xba][0xe1][0xe9][0xf9][0x17][0x83]2.[0xd1]T[0x1a][0xef]:[0x99][0xfc]HK[0xbd]t[0x8f][0xd7][0xd9][0x97]R/[0x10]I[0xbe]@O*[0xf9][0xc]=[0x1e][0xea][0xd1][0xa8][0x11]b,[0x89][0x9f][0x4][0x83][0xec]$[0xd2][0xc][0xd2][0xf0]3[0x89]A[0x6][0xb]Y[0xc6]"[0x1a]IFXD[0x80][0x1d][0xb7]F[0xcd][0xa8]E[0xab]{[0xe8][0xe9]![0x8][0x7][0xff][0xff]vp[0xfc]7T[0xe2]$[0xae]r[0xd8][0xb0]0[0xc6][0x16]E[0xa8][0xca][0xa7]R[0x15]Wy[0xe7][0x9d][0x17][0xd9]d[0x97][0xac][0xb2]O[0xa5][0xc0][0xe7][0xf5][0xf4][0xb4]F#[0x89][0xb2][0x17]z}[0xfb][0xf6]}[0xf7][0x9e]s[0xee]}o[0xf4][0xd5][0xad]?[0xfd][0x19][0xc0]N[0xbc][0x1f]G'[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa6][0xe3][0x8]!_[0x8f][0x1f][0xc1]P0[0x13][0xc3][0xa9]8[0xa2]0[0xe5][0xfb]l[0xc]V[0x9c]O[0xbb][0x1]-r)[0xe0][0xb4]\[0x1c][0xe9]+J[0xcb][0x95]K)[0x86]3[0xd2][0xf3][0x8b][0x6][0x9c][0xc5][0x9c]\[0xce])x2[0x8e]_JO[0xb][0xce][0xcb][0xe5])[0xf9][0xfa][0xb4][0x8c]zJ.[0xae][0x82]g[0xe2]h[0x83])[0x97]ge[0xa9][0xe7][0xa4][0xf5][0xbc][0xb4]^[0x90][0xcb][0x8b][0xf2][0xf5][0xa5][0x18]^[0x8e][0xe1][0x95][0x18]^U[0xf0][0x9a][0x82][0xd7][0x5][0x9a][0x8a][0xba]ch[0xe6][0xb8][0xee][0x14][\r][0xdb]zt[0xf0]A[0x1]qH`U[0xbf]m[0x15]][0xcd]r[0xc7]5[0xb3][0xa4]G[0xbf]q[0xb3][0x13][0xff][0xf9][0xf7][0x89][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "D,mV[0x17]H[0xc][0xcd]hg[0xb4][0x8c][0xa9]Y[0xf9][0xcc][0x98][0xeb][0x18]V~/79[0xfa]I[0xdd][0xd1][0xad][0x9c]>d[0x14]][0xe6].[0x7][0x95]\[0xc3][0xcc]H[0xf]C[0xea][0xc7][0x8c][0xbc][0xa5][0xb9]%[0x87]9[0xee][0xa9][0xf9][0xdc];d;[0xf9]L[0xd1]<[0xb9]k&[0x93][0xd5][0x9c]S[0xba][0xb3]w[0x1f][0xb7]DFF[0x7][0x86][0x5][0xa2][0xfd]C#c[0x3][0x2][0xe1][0xb1][0x81]Q[0x81][0xba]^[0xc3]2[0xdc]}[0x2]-[0x9d]K[0x91]t[0x8d]sW[0xbf]=[0xc5][0x1a][0xab][0x87][0xc]K[0x1f].[0xcd]N[0xea][0xce][0x11]m[0xd2][0xf4][0x90][0xdb]9[0xf2][0xd5][0xc8][0x9a][0xef][0xbe]3[0xe2]N[0x1b]E[0x81][0xcd]U[0x8][0xa6]u[0xb3]@Q2[0x7][0xb4][0xa2][0x91][0xf3][0xe1][0x90][0xe2][0x98][0xab][0xe5]Ne[0xb5][0x82][0xb7][0xd1][0x13][0xf1][\r][0x1]%[0xaf][0xbb][0xc3][0x9e].[0xcd][0x9d]][0xcb])[0x13][0xd6][0xa6][0xa6]<[0xac]K[0x18]J[0xac][0xf5][0x81]n[0x1e][0xbc][0xda][0x10]V[0x9d][0xd6][0x8a][0x87]+1[0xc4][0x19][0xee][0xec]:&[0xd0]@o[0xff][0xb4]aN[0xd1]-[0x10]3\[0xdd][0xd1]\[0xdb][0x11]h[0xad][0x80][0xf0][0xa4][0x1d][0xf4][0xfd][0xcc][0x93]Z[0xf6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0xd7]9[0xfa][0xac]}F_[0x1]6[0xeb][0xaf][0x9]`[0x1f][0xb1][0xf][0xfb][0xb1][0xb1][0x9c]m[0xb9][0x9a]aI[0x90][0xfc][0xcc][0xb6][0xd9][0xee][0xb4][0xee]([0xf8][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xad]b[0x9e]:[0xfd]tI3[0x8b]5[0x1]#[0x93]3z[0xce][0xf5][0x2][0xc2][0xf6][0xe4][0xcc][0xe2][0x91][0xf3]?[0xb2][0x1e]5[0x98].[0xb7][0x9a][0xa2][0xc][0xd2][0xe1][0xda][0xe5][0xd4][0x2]![0x83]3[0xd8][0xbc][0xbc][0x12][0xa1][0xe2][0xa4][0xc0][0xfa]%x[0xe][0x94]([0xa7]'y[0xeb][0xe2]1[0x99]+TF[0xa5][0xf3][0xbb]*[0xc8][0x3]I8[0xbd]9[0xd3][0x9f]T[0xe2]c[0xaf][0xe3]cv[0xc9][0xc9][0xe9][0xf][0x19]2WS[0xd5]p[0xf5][0xc8][0xb4]*~[0xc][0xe]J[0xd7]B[0x9][0xea][0x99]+9T[0xd9][0xcd][0xf4][0xdb][0x85][0xb9][0x11][0xeb][0xa8][0xc3]F[0xf7]9[0x8e]6'[0xcf][0x8c][0x8a]m[0xd8].[0xd0][0xb1]@d[0xd0]4[0xf5][0xbc]f[0xf6]9[0xf9][0xd2],w[\r][0x9c][0xcd][0xe9][0x5][0x97]G[[0xa0][0xad]/9[0xeb][0x95]J[0xca]3[0x9c][0xcc]i[0x96]e[0xbb][0xc9]I=i[0x95]LSV[0xfe][0x89][0x8a][0x1e]d[0x4]v[0xf7]y[0xae][0xe4][0x19]y[0xf6][0xab][0xe2]8[0xc4][0xfa]T[0xd2][0xb5][0x93]Z[0xb2][0x8c]9[0xa9][0x15][0x93][0xc1][0x10][0xf4][0xa8][0x18][0xc5][0xb0][0x82][0xb]*[0xfa]1[0xae][0xe2]M[0x1c]Sq[0x10][0xf][0xab]8[0x84][0x9f][0xaa][0xc8][0x82][0xec][0x9b]G[0xe4]4,)[0xfd]([0xc6]9!*~-[0xa3][0xdf][0xc2][0xdb]T[0xa6]VP[0x9e]3[0x99][0xff][0x88][0x8a]>[0x1c]P1[0x1][0xce][0xc5][0xda][0x15][0xda][0xa7][0xe2][0x1d][0xbc][0xab]b[0x17]2[0xd2]zO[0xc5]ni[0xdd]+[0x97][0xe3]8[0xc0][0xe6][0x1f]OrI>[0xc6]e+[0xad][0xf6];[0x1e]zb[0xa9][0x9d][0xbb]E[0xae][0xca][0xb4]%[0x96][0x8e][0x85]@[0xe3][0xe2][0x1b][0x8e][0x17]M[0xd1]8[0xc7][0xc6]+[0x1c][0xdb]a[0xfd][0xac]tX[0xde]c[0xf1][0xbd][0x11][0x8c]w[0x9d]V([0xe8][0x16]'[0xa2][0xad][0xb3][0xe9][0xc5][0xb2]0[0xad][0xdd][0xcb][0x1d][0xad][0x15][0xe3][0xb1][0x85][0xbf][0x7][0x9d][0xe0][0x81]C[0x1d]6[0xa0][0xb])[0xda]i[0xfe][0x82][0x85][0xb0][0x15][0x9]9[0x3][0x9e][0xcd][0xc9][0xa2][0x87]g[0xef]D\[0xea]I;.[0x85][0xf4][0x9e][0xbb][0xbd][0xe7]*[0xfe]qt[0x18]y[0x1f][0xad]g[0x10]f4pw[0xea]:D[0xea]&B[0x13][0xd7][0x11][0xfe][0x2][0x91][0xf4][0x97]Xu[0x13][0xd1][0x89]D[0xdd]u(I[0xa5][0xbf]@[0xec]*[0xc3][0xc2][0xd8][0xc3]u[0x3]a[0x0][0xdd][0x88][0x10][0xc4]j[0x96][0xbf][0x8b][0x89][0xdb]Y[0xbc][0x83][0xc5][0xf7][0xf2]Kk9%zq?[0xe0]Y[0x12][0xa2][0xc0]>[0xda][0xab]!n38[0xa4]`[0xbf][0x82][0x7][0xe8][0x10]r@|42H[0xf0][0x19]M}[0x8e][0xd8][0xa7][0x1e][0x11]Y[0xaf][0xce]s[0xde][0xeb][0xe5]V[0xcb][0x1]~n[0xc1][0xd1]}[0xd0][0xdf][0xfc][0xaa]O[0xa5]'[0xc0]^_[0xc6]>[0x8f][0xf8]ED[0xae][0xa6]S7[0xd0][0x10][0x82]4[0x99]>[0x92][0xbe][0x1]5[0x84][0xa3][0xb][0xac]:[0x10][0xe3]z[0x1f]Y[0xed]A#[0xb1][0xb6]b?[0xd6][0x12][0xdc][0x16][0xd6][0xe8][0xc0][0x0][0xf9][0x1e][0xac]b[0xd7][0x13][0xb0][0xeb][0xe1][0xb7][0x87]|vQ[0x84][0x1b]cq[0xbe][0xf0][0x1c][0xf9][0xb0][0xe][0xfa][0x9c][0x12][0xb2][0xe8][\r][0xac][0x12][0xf8][0x8]J[0xe4]2"[0xe1]+A[0xe9]2[0xc1]CU[0x4][0x13]~[0xfa]r[0xd2]P[0xd3][0x3]2[0xc9]`[0x90]tA[0xa8]y4^[0xa9][0x11]jxY[0xa1]x[0xa8][0x19]%7[0xef][0xf2]7[0xc7][0xcb][0x88]V[0xb][0xd4]J}[0xb8]*C[0xdc][0xcf]P[0x9e][0xab]![0xfa][0xb2][0xac]P[0x86][0xb1][0x9f][0x1e])F[0x83]/hS[0x8][0xb5]`[0xc6][0xab]4k[0x8]4k[0xc0][0x88][0xa7][0x99][0x90]W[0x90][0x9f][0xec][0xef][0x14]#[0xc2]g6[0xe8][0xdf][0x9a]J[0xff][0x12][0x17][0x11][0x8d]\[0x91]\/"[0x13][0xa0][0xce]n[0xbd][0x81][0xbb][0x4][0x1b][0xda]F[0xa3]Y[0xe0][0xaf]h[0x19][0xee]N[0xfb]Mf[0xfc][0xe5][0xdb][0xff][0xaa][0xd2]8E&[0xc0]1[0x96]8[0xce][0xf6]>NH?[0xc7]:Lb3r[0x84]5E8:[0xe5][0xcd]S%[0xc3][0x83][0x9c][0xe4][0xbe]^j[0xf0][0x8][0xbf][0x84]%[0xac][0x0]|[0x96][0xfa]T[0x1a][0xde][0x88]hc[0xfd][0xff][0xd1][0xa4]`l[0xd3][0xff]HR[0x12]:[0xe2][0x13][0xfa][0x87]Oh[0xb4][0x86][0x10]g[0x9b][0x9c]Z[0xbf][0x17][0xa7][0xb5]w[0xe0]T`[0x95][0xd3]D[0xe2]b=J[0xd8][0xc8][0xff]>;0[0xc7][0xde][0x9c][0xe3][0xc0][0xe7])[0xf1][0xd3][0x1][0xa7][0xfd]U[0x9c]F[0x3]N[0xa3]UGTrR[0x17]q[0xe2]}[0xef]s[0xba][0xc0]w[0xb9][0xb3]+[0x95][0xfe][0xa3][0xc4]Cj[0xd1][0xf0][0x95][0xf4][0xdf][0xd0]r[0xc9]3[0x88]7+[0x9][0x12][0xfd]:[0x1][0xb2]\[0x0][>_/s$_[0x81][0xc2][0xd3][0xda][0x80][0xd7]x[0x19][0xbd][0x8e]f[0xbc][0xc1]f\ [0xf0]7[0x3][0x90],[0x10]@[0xeb][0xc2]Q[0xfc][0x8c][0xe5]7[0x12][0x98][0x14]>T9iJ4F7Y|l;[0xfc][0xb9][0x8e]I[0x0][0xf3]X_;[0x8a][0xef]TMu,8[0x17][0xc7]+[0xb7][0x8f][0x8][0xfb][0xfd]2dS.1[0xcd]<6|[0xca]e[0xe3][0xd0]M[0xb4]M[0xc8][0xb7][0xeb]h[0x1f][0xee]nJ[0xce]c[0xd3]g[0xd8]<[0x8f][0xe4][0xd1][0xb4][0xdf][0xad][0xad][0xe9]J[0xb7][0xb2][0xdd][0x15][0xea][0xc1][0xd7][0xdb][0xff][0xec][0xfe][0xc][[0xa4][0xe3][0xf2][0xed][0xaf]ivH[0xb3]{[0x1e]w[0xcb]c[0x17][0xf1][0x0][0xee] ,[0xe0][0x3][0xea][0xf2]![0xad]KX[0x83][0xdf][0xf0][0x92][0xfc]-[0x1b][0xfc][0x11][0xaf][0xf2][0xdf][0x11][0xea][0xef]9[0x9c]`[0xe3]>[0xc6][0x9]|[0xc2]q[0xbd][0xec][0x91]Iq[0xff][0xfd][0x1c][0xe1][0x1]O[0x17]B[0xf7]i[0xad][0xa1]b'[0xf0][0x18][0x89][0xb5][0xf3][0xc8]>[0xce]Q[0xf][0xe3][0x9][0x9f]|[0xf9][0x9b][0x16]4;[0xac][0xde]B;{[0xcd][0xe2][0x93][0xdb])L[0x8e][0xd9][0xcb][0x82]n[0xf3][0xa4][0x2][0x9a][0x12][0xf7]\[0xc3][0xe6][0xc4][0xf][0xae][0xa1]#[0xf1][0xc3]k[0xd8]r[0xd5][0x13]nOy7[0xd7][0xe7][0xd8][0x8d][0xe7]9[0x8a]/[0xd0][0xab]{[0xa2][0x9f][0xfc][0x16]PK[0x7][0x8][0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/BasicMarkerFactory.class[0x8d]TYO[0x13]Q[0x14][0xfe][0xee][0xb4]tl[0x19][0xb0][0xd4][0x15][0xd7][0xa2][0x88],[0x85]qAE[0xd9][0xca][0xaa]([0xd5][0xc4]*[0x9][0xc6][0x7]o[0x87]K[0x19][0x9c][0xce]4[0xd3][0xa9][0xd1]_[0xe4][0x8b][0xf][0x9a]h[0x88][0x92][0xa8]O[0x98][0xf8][0x9b][0x8c][0xf1][0xdc][0x99][0xe9][0x80]-Q[0x1e][0xe6][0xae][0xe7][[0xce]='[0xf3][0xf3][0xf7][0x97][0xaf][0x0][0xae]c![0x85]4r*[0x86]SP[0x90]K[0xe2]0FT[0xe8][0x87]p%[0x85]6\m[0xc7]5\W1[0xaa][0xe2]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa9]`S[0xe][0xb7][0xe4]0[0xa6][0xe2][0xb6][0x8a];*[0xc6][0x19][0x92][0x15][0xee][0xbe][0x14]n[0x81]W[0x19]z[0x97]7[0xf9]+[0xae][0xd7]=[0xd3][0xd2][\r][0xc7]6[0xea][0xae]+lO[0x9f][0x8b][0x96][0x14]%!E[0xb3]ls[0xaf][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x86][0xfb][0x7][0x80]L[0x4]1[0x16][0xb7][0xcb]z[0xd1]sM[0xbb]<[0xbe][0xec][0xb8]e[0xbd]f[0xad][0x8f]n[0xea][0x5]_|[0x8a][0x88][0x13][0x13][0xa6]mzS[0xc][0xb1][0xfe][0x81][0x15][0x86][0xf8][0x9c][0xb3]F[0x12][0x87][0x97]M[<[0xac]WJ[0xc2]}[0xc2]K[0x16][0x9d]d[0x96][0x1d][0x83][+[0xdc]5[0xe5]><[0x8c]{[0x1b]f[0x8d][0xa1]o[0xf][0xf5][0x86][0xb0][0xaa][0xc2][0xad][0xe9][0xb3][0xbc]f[0x1a][0x81][0xce]"7<[0xc7]}#[0xb3]([0xb]/8#P[0xab][0xc5][0x81]V[0x8f][0x4]r[0xac][0xb5][0x6]([0xb3]_@[0xdc][0xe6][0x15][0xdf]a[0xb][0x1f][0xa5]W[0x9][0x91][0x1d]E[0x8f][0x1b]/[0xe9]e|[0xeb]T&[0xba][0x13][0xaf][0xcd][0x9a]G[0xfe][0x8f][0xed]g[0xe5][0x19][0x83][0xb6]&[0x8][0xb4][0xd1][0x10][0xef]"[0xf7][0xf3][0xfe][0x89][0x88][0xc][0xa5][0x8a]N[0xdd]5[0xc4][0xa2])[0x9f][0xe3]Dk[0xd2]#[0x92]X[0xc3]q[0x9c][0xa0][0x8c][0xff]S[0xb6]{[0xbc]FZU[\r][0x19][0x1c]a[0xb8][0xb0]ki[0xc9][0xb2]D[0x99][3n[0xb9]^[0xa1][0xb8][0x85][0xd7][0x86][0xa8]z[0xa6]c3[0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc4][0xb2][0xf2][0x5][0xb2][0x6][0xb7]m[0xc7][0xcb][0x96]D[0xd6][0xae][[0x96][0x14][0x9d]P1[0xa9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][0xc][0xe9][0xe6][0x87]c8[0xfb][0xcf][0xaa]i[0xc8]cF[0xc3],[0xe6]4[0xcc]K[0x86][0xde][0x83][0x14][0x99][0x84]v}?*m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc3]c8[0xb9][0x8b]\j[0x8a][0xde][0xf7][0xe9]W[0x1a][0xd9][0xff][0xb3][0xc5][0xa9]e[0xa9] M[0x8d][0x14]HR#[0xb5][0x1c]1[0xb4]W[0xeb][0xde][0xd2][0xfa]L[0xa9]Fx[0x86][0xb1]}`[0x7]%"K[0x1e]7[0xed][0xda][0x3][0xd1][0x9c]B[0x3]F[0xdd][0x93]pE[0xc5]y%[0xd0]C[0xff][0x89]4[0xa8]}[0xe8][0xcb][0xc8][0xda][0xd2]|[0x94][0xfe]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8e][0xd1]o[0x83][0xc9][0xde][0xa0][0xf1]$[0x9d][0xcc]"F+ =[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x5]6[0xb8][\r]eu[0xb][0xb1]O[0x88][0xf0][0xa3][0xbb]i[0xec][0xa4][0x8]`[0x14]q[0xe4][0x88][0xf5][0x6]N[0xd1]N[0xb]08[0x8d]34SYq.[0xe4]#4E[0x2][0xf9][0xa1][0x1f][0xe8][0xd8]F[0xdb]j&[0xb1][0x5][0xf5][0xdb][0xe0]G[0xc4][0x87]>[0xe3][0x90][0x82][0xef]H[0x16]r?[0xd0][0xb3][0x8d][0xd4][0xea][0xd0][0x16][0xda][0xb][0xfe]U[0xee]3[0xb4][0x98][0xbc]{8[0xbc][0x83][0xb6][0xe1]B[0xee]=q[0xc4]|[0xfd]>$i[0x9c]&[0xd6][0x8f][0xe3]`[0xe0][0xb7]F[0xe7][0xa1][0xb7][0xc7][0x90][0xef]{[0xc3]![0xf7]=[0x86][0xb2][0xdb][0xe3][0x9f][0xb8][0x13][0xf2][0x81][0xef][0x9c][0xc4][0x82]0[0xf4][0xba][0x18]wE[0xf4][0x99][0xb7]C[0x2]T[0xae][0x1]ZWm[0xc2][0x14][0xb8][0xf0][0xf][0x84][0xe0]_[0x18]V>\[0xc3][0x1c][0xb7]{^'&[0x80][0xbe][0x1f][0xc][0x82][0xf8][0x15])[0xd4][0xff][0xf5][0xb0]Ni[0xe2]7[0xd1][0x19][0x19],[0xba][0xc1][0xc0];[0x1a][0xf5][0xdb][0x9e]hM,[0xcb]n[0xd4][0xe1][0xe1])[0x17][0x81]<'M-[0xee][0x6]C[0x86][0x97])b)[0xf6][0xa9]CK[0xd3][0x92][0xef][0xc5]o[0xaf][0x96]7[0xeb]V[0xda][0xfa][0xb][0x84]9[0x98]nW[0xa9][[0xa9][0xfb][0x19][0x84]j[0xcd][0xee]i[0xf5][0x86][0xd6][0x8d][0x9b][0xda][0xef][0x84][0xc9]Ud[0xeb]j[0x86][0x93]h$:[0xde]a y[0xe6][0xdc][0xd7][0xd9][0x91]"[0x6][0xca]X[0x93]a[0xdd][0x80][0x81][[0x6]nc[0xd1][0xc0][0x12][0x96][0x19]j[0xff][0xfd][0xbe][0x92][0xb7]b[0xa0][0x84][0x5][0x86][0xa5][0xf9][0xc1]Q[0xa3]?[0xa6]H[0x97]F[0x91] Te[0xa4][0x85][0xca][0xe4][0xa2]2[0x19]Q[0xd6][0xc1][0xa4][0x12]E[0x93]N[0xaf][0x89][0x91][0xa1]\[0xb0][0x1b][0x8c]][0x82]](d[0x85]bI[0xf5]-[0xe4]a[0xa3]JUu[0x82][0xc3][0xaa]R[0x97][0x95][0xd4]gJm-Q[0xb][0x9][0xa3]Q6[0xed]Kd[0xec][0xc6][0x18]Y{{[0xc][0xcd]n[0x8e][0x91][0x9b])W[0x91][0xa3][0xd8]$[0xe4]6M[0xbb]C[0xf3]94[0xcf]3[0xe5]bO[0xf8]S[0x17]3q[0x91][0x95][0x9c]?[0xa3]*[0xb9]Q[0x96][0xba]wp7qv[0xd4]$@[0xce][0xfe][0x8e][0xec][0xd7][0xa9][0x95][0xae][0x9a][0xbb]J[0xda][0x98][0x0][0x12]i[0x86]{[0xb8][0x9f]B[0xce][0xcd][0x93]_[0xa4][0x92][0x1f][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0x9b]'[0xef][0xa5][0x90][0xb]x[0x84][0xf5][0x84][0xbc]Ek[0xc8][0xc7][0xf8][0x9][0xfd]=[0xdd][0xfe][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x17][0xca]`[0xa6][0xb1]A[0xb1][0xa6]t7[0xfe][0x2]PK[0x7][0x8][0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/slf4j/helpers/MarkerIgnoringBase.class[0xa5][0x97]mS[0x13]W[0x14][0xc7][0xcf][0x85][0x84][0x90]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "E[0xd1]j[0x9f][0xa0][0xb5][0x10][0x2][0x18]+[0xb4][0x16][0x83][0xa2]<(Hd[0x89][0x9b][0x5][0x85]Z\[0x92]%,$[0xbb]tw#[0xb6]>[0x8b][0xad][0xb6][0xb4][0xd5]>[0xcc][0xb4]3v[0xa6][0x9d][0xe9][0xdb][0xbe][0xa8]o[0xe2]L;[0xd3][0xf][0xd0][0xf][0xd5][0xe9]9[0x9b]L[0xc0][0xcb]n[0x89][0xcb][0x8b][0xfc][0xef][0xc3][0xb9][0xe7][0xfc][0xef][0xdd][0xfd]m[0xb2][0xf9][0xe7][0xdf]?[0xff][0x6][0x80][0x1e][0xf8].[0x4][0x9d]0[0x1b][0x82](|Hr[0x99][0xe4]#[0x92]9[0x92]+$2[0xc9]&1HL[0x12][0x8b][0xa4]@r[0x95]d[0x95][0xe4][0x1a][0xc9]'[0x1][0xf8]4[0x4]-[0xb4][0xbb][0xeb]p#[0x4]7[0xe1][0x16][\r]o[0xd7][0xc3][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xdf][0xaa][0x87][0xbb]4[0xbe]G'[0xb8][0x15][0x80][0xb5][0x0][0xdc][0xf][0xc0]g[0xc][0x1a]M[0xc5]P[0xe5][0xdc][0x94]b[0x98][0xaa][0xae]Ic[0xc3][0xc][0xd8]9[0x6][0xbb][0x86]t[0xcd][0xb4]d[0xcd][0x9a][0x92]s[0x5][0xc5]s[0xed][0xa9]4q[0xb9][0xfd][0x9][0x83][0xba]~US[0xad][0x93][0xc]j#[0x1d]S[0xc]|CzFa[0xd0][0x90]P5e[0xa2][0x90][0x9f]W[0x8c][0x94]<[0x9f][0xc3][0x99][0xa6][0x84][0x9e][0xc6][0xb2]2[0x16][0xc7]qy[0xd2]g-[0xaa]&[0x83][0xb6][0x84]ndcfn[0xa1]w)[0xb6][0xa8][0xe4]V[0xd0];v^6[0x96][0x15]c,[0xab][0xe9][0x86][0xaa]e[0x7]eS[0x89]3[0xd8][0xad][0x9a])CN+#[0x1a][0xe5]g[0x18]4G6[0xa5][0x96]R[0xe2][0x1d]3[0xb8][0xab][0xbc][0xdd][0xb7]m[0xf9]8[0x3][0xbf]EE[0x18][0xb4];d'[0x96][0xe4][0xab]r,'k[0xd9][0x98]h[0x91]u[0x9c][0x8e]U[0x9b]7[0xb3]TlK[0x90]A_UE6[0xcd][0x8][0xf3]KJ[0xda][0xb2][0xcb][0xd6]-[0xe8]F^[0xb6][0xb0][0xbe]lp[0xf5][0xcb][0xab][0x18][0x8c]{[0xac][0xef][0xec][0xe8]C[0xa3]wK[0xcd]Q[0x6][0xc7][0xab][0xaa]=[0xeb]\*[0x88]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "yE[0xb3][0xf0][0xe][0xee]qX[0xc3][0xa0][0xff]E[0xb7][0x9e]Z4[0xf4]U[0xba][0xb5][0xb6][0x1][0xc3][0xb][0xd3][0xec][0x18][0xb5]I[0x18]V[0xe6][0xb][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9][0xfe][0xc][\r][0x11]T[0xd5][0x1c][0xd3][0x16][0xf4][0xca][0xbc]O[0xc5][0x91]==-[0x1b][0xda][0xc6][0xf4]*[0x8e][0xec]2#[0x86][0xa1][0x1b][0x1b]e[0x14][0x1a]2[0xa8][0xb7][0xf4][0xd2][0xf6][0x18][0xec][0x8d]t8[0xdd][0xf7]@V[0xb1]&[0xe4][0xb8][0x8b]f[0xa3][0x8e][0xa7][0xa9][0xe3][0xad][0xe2]x[0x9a][0xfe][0x17]8[0xcd][0x18][0x9c]+[0x9f]f[0xdc][0xd1] [0xc0][0x1b][0xc][0xa0][0xc1][0xa9]m[\r][0x6]*[0x6][0x9]8o[0x1b]L8[0xc2]R[0xcf][0xc3]2[0xb4][\r],[0x82]3,A~[0x9b]g1g[0xb4]jX[0x4][0x17]XB|[0xd9]qLJx[0x80]Ep[0x85][0xe5]%[0xde]B@X&w[0x4][0x8b][0xe0][0x2]K[0x98][0xb7][0x12][0xf1]4)[0xf][0xb0][0x8].[0xb0][0xec][0xe2][\r][0xa6][0xd1][0xe0][0xa2][0x7]X&[0x1d]a[0xd9][0xcd][0xc3]2[0xbb][\r],IgX[0x1a][0xf8]m[0xce]a[0xce][0x95][0xaa]aI[0xba][0xc0][0xd2][0xc8][0x97]McR[0xc6][0x3],IWX^[0xe6]-[0xb2][0x8][0xcb][0xe2][0x8e]`I[0xba][0xc0][0xd2][0xc4][-[0xe3]ir[0x1e]`I[0xba][0xc0][0xb2][0x87]7[0xd0][0xd1]`[0xc5][0x3],[0x17][0x1c]a[0xd9][0xcb][0xc3]bn[0x3][0x8b][0xe8][0xc]K3[0xbf][0xcd]U[0xcc][0xb9]V5,[0xa2][0xb],[0xfb][0xf8][0xb2][0xd7]1[0xe9][0x86][0x7]XDWX[0xf6][0xf3][0x16][0xb7][0x11][0x96];;[0x82]Et[0x81][0xe5][0x15][0xde]j[\r]Os[0xdf][0x3],[0xa2][0xb],[0x7]x[0x83][0x7]h[0xf0][0xd0][0x3],)GX[0xe][0xf2][0xb0][0xac]o[0x3][0x8b][0xe4][0xc][0xcb][0xab][0xfc]6[0x1f]a[0xce][0xe3][0xaa]a[0x91]\`y[0x8d]/[0xfb]=&[0xfd][0xe0][0x1][0x16][0xc9][0x15][0x96][0xd7]y[0x8b][0x1f][0x11][0x96][0x9f]v[0x4][0x8b][0xe4][0x2][0xcb][0x1b][0xbc][0xd5][0x13]<[0xcd][0xcf][0x1e]`[0x91]\`y[0x93]7[0xf8][0x5][\r]~[0xf5][0x0][0xb][0xfe][0xf5])[0x1b]L[0xda][0xf7][0x7]_[0x84][0xff][0x82][0x96]K[0xcf][0xa0][0x15][0x99]y[0xab][0x8]o[0x17][0xe1]P[0xd3];(8l[0xa3]~;J[0x11]"p4[0xfd][0xb6][0xe9][0xf5][0xb9][0xad][0xe4][0xdd]x[0x9a][0xfe]j9[0xbc]{w[0xf0][0xc9][0xce][0xef][0xde][0x97][0xec]U3[0xff][0x1]PK[0x7][0x8])[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/slf4j/helpers/MessageFormatter.class[0xa5][0x98][0x9]|[0x14][0xd5][0x1d][0xc7]ow[0xb3][0x93]l[0x86]$[0x4][0xc2][0x99][0xc0][0x82][0x1c][0xc9]n[0xe]n9[0xa3]!![0x12][0xc]G[0x9]B[0x1]9&[0xd9]!Y[0xdc][0xec][0xc6][0xdd][0x9][0x87][0xd4][0x8a][0x8a]Z/[0xea][0x89][0x82][0xa8][0x88]G[0xac][0xa0][0x5][0xab]I[0x14]Ei-[0xb4][0xd6]Z[0x15]m=[0xab][0xf5]h=[0xda]jk[0xbd](Jov[0x12]r,[0xc9][0xc6][0xe6][0xb3][0x9f]73[0xff]y[0xef][0xff][0xbe][0xff][0xe3][0xfd][0xdf][0x9b]<[0xfb][0xdd][0xe3][0x7][0x1][0x8c][0x17]i.[0xd8][0xb0]G[0xc1]^[0x17][0xd2][0xf1][0xa0][0x82][0x87][0xe4][0xf5][0xe7][0xb2][0xd9]'[0x9b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]N[0xc4]/\H[0xc4]#.<[0x8a]F[0x5]M.[0xa8]h[0x96][0xcd]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]s[0xe1]q[0x1c]p![0x15]O(x2[0x11][0x7][0xe5][0xf3]S[0xf2][0xf9]i[0xd9][0x1c][0x92]:~)[0x9b]_[0xc9][0xc7]g[0x14][0xfc][0xda][0x85]A[0xd8]#%[0x87]e[0xd7]#[0x89][0xf8][0x8d]|[0xf3][[0x89][0xf1][0xac][0xb][0xbf][0xc3]s[0xf2][0xdd][0xef][0x15][0xdc]([0xaf][0xcf]+[0xd8]&[0xaf]P[0xb0]]^_P[0xb0]S^_Tp[0xa7][0xbc][0xbe][0xa4]`[0xb7][0xbc][0x1e]Up[0xaf][0xbc][0xbe][0xac][0xe0]~y}EA[0xa5][0xbc][0xfe]Q[0xaa]=$'[0xd8][0x93][0x88]?I[0xf5][0xaf]&[0xe2]5[0x17]^[0xc7][0x1b][0x89]x3[0x19]o[0xe1][0xcf][0xb2]y;[0x11][0xef][0xc8][0xeb]_[0x12][0xf1][0xae][0xec][0xfc][0x9e]l[0xde][0x97][0xcd][0x7][0xb2][0xf9][0xab]l[0xfe]&[0x90]\2[0xab][0xbc]l[0xee][0xaa][0x8a]EE[0xb][0x17][0x9][0x88]b[0x81]^[0xc5][0xa1]`[0xc4][0xd0][0x82][0xc6]b-P[0xaf][0xdb][0xe9][0xd1]M[0x2][0xae][0x96]n[0xf3][0x17]H[0xc9][0x85][0x2]I-[0x92][0x85][0x2][0xe9][0xe5]k[0xb5]uZA@[0xb]V[0x17]T[0x18]a[0xb0]z[0x1a]5[0xcf][0xaa](.Z0kU[0xf1][0xec][0xa2][0x85]r[0xcc][0xb9][0x2][0xce][0xe9][0xfe][0xa0][0xdf]([0x14][0xb0]g[0xe7],[0x16]p[0x14][0x87]|[0xba]@j[0xb9]?[0xa8][0xcf][0xab][0xaf][0xad][0xd4][0xc3][0x8b][0xb4][0xca][0x80].[0xf5][0x85][0xaa][0xb4][0xc0]b-[0xec][0x97][0xcf][0x96][0xd0]a[0xd4][0xf8]#[0x2]#[0xca]C[0xe1][0xea][0x82]H`[0xcd][0x84][0xb5][0x5]5z[0xa0]N[0xf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe6][0xea][0x91][0x88]V[0xad][0x97][0x86][0xc2][0xb5][0x9a]a[0xe8]a[0xce][0xee]\c>[0x8][0x94]ew[0x86]k#[0x99]_[0xb9]V[0xaf]2[0xa6][0xe5][0xc4][0xd0]j[0xa9][0xe3][0x80]E[0xf5]u[0x1][0x9d]JSj[0xa3][0x13]-0g[0x9][0xd2][0xe]-\[0xdd][0xde]|K[0x9f][0xc0][0xf2][0xb8][0xe6][0xfd][0xbe]$[0xe]N<6z[0x19]'[0x90]Q[0xad][0x1b][0x8b]j[0xc2][0xa1][0xf5][0xd2]S[0xc5]Z[0xd0][0xe7][0xf7]i[0x6]][0xe6][0xc9]^[0x1e]k[0x82][0x93][0xa2][0xd6]AT[0x99]H]E[0xe1][0xb0][0xb6]Q[0xa0]O[0x8c]a[0x8c]x@[0x8b][0x18][0xb3][0x82]F[0x98]=zU[0x18]Z[0xd5]ys[0xb5]:38\j[0x8c][0xb7]&[0x7][0x97]Zn[0x9f][0x13][0xc3][0xfc][0x98]0[0xf1]X[0x9b]n[0xc4]0.[0xe3][0x14]vH[0x9f]D[0xb8][0xe8]I[0xc4]ikku_q[0xa8][0x8e][0xc8][0xd9]1[0x9d][0x11][0xd3]R[0x97][0x1c][0xa8][0xd7][0xfa][0xca]u[0xc6]X[0x94][0x9]([0x96]&[0x81]U[0xf1][0xd9][0x15][0x93]->c[0xc5]Z[0xba][0xba][0xd5]`>[0xfb]iS[0xa4][0xb2]~[0x8d][0xc0][0xc0]Ns[0xcf][0xac][0xf7][0x7]|f[0xc2][0x8b]r[0x5][0x1f][0xb2]x[0xd1][[0xfe][0xc8][0xac]H[0x95]V[0xa7][0xfb]J[0xf4][0x0][0xed]`[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf4][0x8b][0xc1]][0x96][0xb3][0x8c][0xb1][0xf6][0xb5]tbH[0xc3]FY[0xd0][0xa7]o[0xe0][0x9a][0xac][0xb][0x19]z[0xd0][0xf0]k[0x81][0xa8]*J[0xfc][0x91][0x92]P=[0x89],[0xdd][0xc][0x80]O[0xd7][0xeb][0x2][0x1b][0x8b][0xea][0xea][0xf4][0xa0]o[0x81][0x16][0xd6][0xac][0xa9]ft[0x9e][0xaa][0x5][0xf3]T[0x8e][0xaa]7[0xfc][0x81][0x2]f[0xd3]4Y[0x16]D[0x88][0xe][0x8f][0xe8]z[0x90][0x2]Y[0x1d][0xda][0xf7][0xa0])[0xed][0xab][0xc3][0xc6][0xba][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1[0xa9]}[0xd7][0xe9]][0xc7][0xc5][0x92][0x14][0xca][0xcc][0xae][0xf0]W[0x7]5[0xa3]>L%[0xbe][0xef]O[0x1f][0xef][0x84][0xd2][0xc8][0xb4][0x88][0xb6]F[0x8f]J[0xa2][0xe][0x14][0xc8][0xef][0xc9][0xcc]RGR[0xa8]([0x12][0xed]G[0xa7]q[0xcd][0xf5][0xe]E[0xf5][0xc9]u[0xd8][0xa2][0xb4][0xf0][0xd4]JOI[0xdb].[0x1a][0xf6][0x80][0xb9][0x8]4[0x1][0xfd][0xff]P[0xd5][0x13][0xd7][0xa4]W[0x86]B[0x1]][0xb][0xb6][0xb3]cH[0x17][0x93]/[0x93][0xa3]l[0xcb][0x99][0xcc][0xa9][0x95][0x1b][\r]=[0xee]q3[0xa3][0xe3]fr\U[0x8d][0x16][0x8e]{\qt\[0xb1][0x8c]bM(l[0xc4]=[0xb0]":[0xb0][0x82];[0x89]?[0x18][0xff][0xb0][0xb2][0xe8]0[0xd6][0xa1][0xd4]@(X[0x1d][0xf7][0xb8]9[0xd1]qs[0xc8][0xb9]&[0x10][0xd2][0xe2][0x9f][0xb0]4:[0xb0][0x94])[0xe5]3[0xd7]|[0xdc]#K[0xa2]#KXC+B[0xf5][0xe1]*[0xbd][0xd4]/WfF[0xc7][0x1d]:_jP[0xb1][0x0]? \[0xc7]1j[0xa8][0x8a]UX[0xad]"[0x80]Z[0xd9][0xe9]|[0x81][0xa1]';[0x95][0x5][0x2]z[0xb5][0x16]`[0x19]3[0xf4]Y[0x1b][0xaa][0xf4]:[0xc3][0x1f]b[0xea][0xe6][0x4]C[0xc1][0xbc][0x88][0x1e][0x8c][0xf8]Y5[0xdc]zm[0x9d][0xb1][0xd1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbb][0x83][0xf5][0x81][0x80][0x9b][E}-[0xeb][0x9c][0xdb][0xdc][0xbb]$[0xcf]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">V[0xf1][0x9][0xfe].0[0xac][0xdb]j-[0x7][0xfc]C[0xa0][0xff])[0xdc][0xc1][0x82][0xac][0xe2][0x9f][0xf8]Tv[0xfb]L`x[0xf7][0x7][0x17][0xfa]n[0xd3][0x85]*[0xfe][0x85][0xab][0xf8][0x1c][0xff]Q[0xf1][0x5][0xbe]Tq[0x1]6[0xa9][0xf8][0xb1]l>[0xc7]W[0x8c][0xc9][0xc9][0x95]5[[0x8b][0xd4]pu[0xa9][0xb8][0x8][0x9b]U|[0x8d]o[0xb8]UH[0xc3]d[0xcf]c*[0xfe][0x8b][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xbe]U[0xf1][0x1d]N[0xa8][0xf8][0x9][0xae]Tq=nPq[0x13]nVq[0xb]nU[0xb1][0x3][0xb7][0xa9][0xb8][0x1d]w[0xa8][0xd8][0x85][0xbb]T[0xdc][0x8d]{T[0xdc][0x87][0x6][0x15][0xd7][0xe0]Z[0x81][0xa9][0x15][0xe5][0xa5][0x13][0xe6]Lu[0x97]j[0xc][0xa2][0xcf]m[0x84][0xa2][0xd6]e[0xe7][0xb8][0xfd][0xc1]u[0xac][0xc1][0xd2][0xbf]n[0xfe]4[0xb6]f[0xe0][0xdc][0xa1]5n[0x83][0xf5][0xd8][0xbd]\[0x15][0xc0][0x97],[0x1b]+[0x14]!Ta[0x13]vy[0xa8](-*+[0x9f]U[0xd2]F[0xf][0xdf]:T[0x91] [0x9c][0xaa]PD"[0x8d][0xcf]u[0xab]"I[0xb8]Xu[0xf2][0xf3][0xf3]i[0x84]H[0x96][0x8d]*[0x9b]^[0xb2]I[0x91]Mj[0xbb][0x94]i)[0x80][0x19]168[0xb3][0xd0][0xb6][0x91]n[0x8c][0x18]z-[0xeb][0xa6][0x19][0xed]*[0xf3]T[0xe0][0xc9][0xee]\[0x86][0xca]b[0x88][0xcc]5[0x18]cg[0x8b][0xf3][0xe7]x'ki[0xb5]Qc[0x9e][0xb9][0x9a][0x1d][0xd9][0xa6]V[0xc5]/[0xf7][0xdc][0xf9]kN[0xb5]I[0xb3][0xa7]S[0xb3][0xd6][0xde][0xc4][0xb6]=[0x8a]Y[0xb4]*[0xf4][0xf3][0xeb][0xf5]`[0x95].[0x9][0xbb]8[0x1d]$[0xb6]8][0xa0]ov[0xe7][0x8e][0xec][0x91][0x99]][0xdc][0x95][0x2][0xa7]Y![0x8d](4+_^,ww[0x5][0xc0]#j1[0xf][0x90]<[0xc1][0xf7]i[0x7]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd9]![0xb5][0x83]H[0xfa]%b[0x9d]G[0xe9].[0x16]w[0x85]*[0xe6][0xf1][0x90]A?u^I[0xe7]p9[0x90]2[0xac][0xd7][0xb1] w[0x8]k[0xe7][0xd3]w[0xfb][0xb0][0xf4]j[0xb7]U[0xf1][0xdc]X[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1a][0x9a]?[0x18]9[[0xdf][0xd8]![0xb1]Zv_[0xe2][0xd8][0xeb][0xea]9[0xd1][0xe4][0x18]o[0xbb]>s[0xb7][0x9e]2[0x9][[0x1b]ZGsF[0xc5][0x9a]![0xd6][0x88][0xcc][0xec]e][0xf9]83[0xbb][0xcb][0x1c][0xc8][0xcc][0x9e][0xd3][0xf5][0xeb][0xd2][0xae]_[0x97][0x9c][0xfa]5[0xc6][0xf2][0xc3][0xd4][0xc6][0x8f]<[0x7][0x6][0xa0][0x14]gA`6[0x9f]l([0xe3][0xf3][0x9c]6[0xcf]g[0xf3][0xb9][0x1c]s[[0x9f][0xfb][0xf0][0xcb]y^[0x9b][0xf7][0xf3][0xd1][0x97][0xf7][0xdc][0x16][0xd8].[0xa4][0xa4][0x80]W[0x96][0x12]$x[0x9a] [0xf6][0x9b]]*[0xd8]:Ma%[0x16][0xb1]U[0xa3][0x1d]p[0xe][0x16][0xf3]:[0x10]K[0xf0]Ckp[0x11][0xa5][0x12][0xaa][0x97][0xc7][0xf1]$lK[0xed][0xde][0x8a]f[0xd8][0xf7]uP" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf2]#SI[0xbf]hG,%[0x1b][0xcc][0xbb]eX[0xce][0xf7]R[0xdd][0xb9][0x96][0xba][0xf9]T'?d{{[0x12],uK[0x1d][0xb9][0xb1]T[0xde]b[0xaa]tG;[0xb7][0xaa][0xec][0x8d][0x15][0xa6]Jy[0xb7][0x92]w6[0xba][0x82][0x9b][0x99][0xa5]|[0x3]{K[0x4][0xb7][0xe7]0[0x12]=[0x7]w A[0xec][0xf3]x[0xe]:|[0xe3][0xca][0xbd][0x87][0xe0][0xd8][0x8e]D[0xef][0xd3]p[0xec][0x13]r.[0xbb]9[0xd7] [0xce][0x6][0xec]D[0x12][0xb]x2[0xeb]w:[0xee]"[0xee]n[0xc][0xc1]=mLrC[0xa3][0x9f][0xc0][0xb7])[0xa8]2[0xe7][0xf7][0xf1][0xc9][0x5]{[0x92]8[0x8e]t[0x5]:[0xc7]p[0xb7][0xb5](6S[0xb7][0x83][0xd7][0xfe][0xde]f$[0xcc][0xf5][0xce][0xcb]%[0xc]o[0x9d][0xf3]{[0xe1][0x1][0xa4].[0xf5]4"-m[0xdc][0xea]&[0xf4][0x9e][0x9a]`[0x9f][0xe4][0xcc]pz[0xf][0xee]F[0xa3]'[0xbd]OV#[0xfa]Nrd8l[0xbb][0x90][0x97][0xb5]#[0xaa][0xc6][0x13]U30[0xc1][0x93]%[0xc7]5"c[0x89][0x14][0xf]LhD[0xbf][0xe8]+O[0x86][0xa3][0x19][0xfd][0xb7]c[0xbe]y3`[0x7][0x86]oq[0x9e][0x90][0xfd]3[0x1c][0xe][0x9f][0xec]?0!mS#[0x6].[0xe1][0xf3][0xea][0xc2][0x6][0x94][0xb6][0xe7][0xcd]p[0x8e];[0x80]AK[0x9b]@Oef8[0x12]d[0x9f][0xe1][0xd1]>[0xa7][0xec][0xb1][0xc5])[0x1a]N[0x94]u[0x1][0xd5][0xea][0xef]02[0xd9]>A[0x8f]=)[0xff]KF[0x9f][0x1f][0xa2][0xe4][0x19][0xa6][0xe2][0x11][0xe4][0xe3]YL[0xc6]s\[0x8c][0xcf]s[0x9d][0xbf][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xf0]"[0x17][0xea][0xcb][0xf4][0xf2]+[0xf4][0xeb][0xab]<[0xdc][0xbc][0xc6]@[0xbf][0x8e][0xcb][0xf1][0x6]n[0xc0][0x9b]<[0x92][0xbc][0xc5]$~[0x17][0xf][0xe1]=[0x1c][0xc4][0xfb]8[0x8c][0xf]9[0xea]#[0xbc][0x83][0x8f][0xf1][0x1]u}[0x82]O[0xf1][0x15]>3[0xe3]8[0x9b][0xd1](b[0xf6][0x85][0x19]=[0x87][0x8c]KK[0xce][0xf1].[0x9a]s[0xf2].b[0xe6][0xdc][0x10][0xea]1[0xd8][0xcf]N[0xa2]WQ[0x8f]u[0x8c][0xe5]X2[0xac][0xa7][0xcc]i[0xc6]{[0xe][0x92]R[0xd5][0x13],@[0x8a][0x82][\r][0xcc]Ef$7[0x1d]p[0xb][0xc0][0x9][0x8c]h+[0x15]Q[0xe9][0xa0]1[0xa7][\r]9!S[0xa2]S[0xe6][0x14][0xf]mV[0x1a][0xaf][0xe7][0x9c]2[0xdf][0x6][0xc][0xe6][0xaa][0xb6][0xef][0xf5][0xc][0x96]Q[0xc9][0x9a][0x91][0x99]v[0xee].$8[0xf6][0xda][0xf7]v[0xc8][0xdb]/h[0xcb][0x97][0xbc][0xfb][0x9a]K[0xf6][0x1b][0xe2][0x1c][0xe3]j;[0xde]&o[0x7][0xb4][0xae][0xac][0x1][0xac]^2oS[0x98][0xb7][0x17][0xd2][0xbb][0xd1][0xbc]U`s[0x1e][0x7]OI[0x3][0xe4][0xa1][0xd1][0x82]Xf[0xd5][0x97][0x8c][0xc1][0x9]w[0xb1][0x82][\r]N[0x90][0xc][0x9d][0x9]R[0xe4][0xc][0x82]gL[0xc1][0xda],[0x1c]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "IF[0xeb][0xac][0x19][0xd6][0xac]>s[0x94][0xe8][0xc3][0xc9]y[0xfc]d'[0xce]#[0xb6]Z[0xc6][0x1e][0xe5][0x9a]H[0xf6][0xa4][0xf]i[0xc4][0xd0]%[0xfb][0xbd][0x8d]p7b[0xd8][0xe]JXM[0x86]7[0xa0][0x89]5[0xed][0xb4][0xed][0xe4]`Q;[0x8d][0xbf]f[0x8c]h[0xc0]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "GZ[0xc2][0x91][0xfc]5cT[0x3][0xae][0xa5]p[0xb4]%[0x1c][0xcd]_3[0xb2][0x1b][0xb0][0x81][0xc2][0x1c]K[0x98][0xc3]_3<[\r][0xa8][0xa2][0xd0]k[0x9][0xe5][0xaf][0x19][0xb9][\r][0x98]Ga[0x9e]%[0xcc][0xe3][0xaf][0x19][0xf9][\r][0x98]Ba[0x81]%,[0xe0][0xaf][0x19]c[0x1a]0[0x82][0xc2][0xb1][0x96]p,[0xcd][0x18][0xd7][0x80]T[0xf9]4[0x9e]?V[0xbf][0x9][0xfb][0xcd][0x9a] [0xbd][0xb4][0x92]5[\r][0xc2][0x5][0x87]HF[0xb2]P[0xa1][0x8a][0x14][0xf4][0x13][0xa9][0x18]Bg[0x8c][0x14]}1^d`[0xaa][0xe8][0x87][0xd9][0xa2]?[0xe6][0x8b][0x1]X![0x6][0xc2]'[0x6]!,[0x6]3=2q[0x85][0xc8][0xc2]V1[0x4];[0xc5]P[0xdc]-[0xdc][0xd8]/[0x86][0xa1]Y[0xc][0xc7]a1[0x2]/[0x89][0xd1]mb}[0xd4][0xcc]T[0x98]w[0x17][[0xdb][0xc7]Q\[0xc2][0x15]c[0xc3][0x96][0xd6][0xcd]OJ.[0xb3][0xa2][0xdf][0xb][0xc9]j[0xef][0xbe][0xd6]_2[0x97][0x95][0xdc][0x9b][0xae]`[0x8c]x[0xfe][0xb7]r[0xe1]!J[0xa4][0xf2])[0x8c][0xcb][0xc4][0xb9][0x9e]\[0x19][0xa3][0x6][0xe4][0xcd][0x95]u[0xab][0x9][0x93][0xd2]O[0xa7] [0x1a][0xb2][0xc9][0xbc]K[0x9f][0xc2][0x86]k[0x9e].[0x98][0xea]I[0x9f]f[0x6][0xd4][0x9c]5[0x99][0xd9][0xe2][0xb0][0xf2]f[0x88]Y[0x17][0xbd][0xdc][0xb5]r[0xe9][0x91]1H[0x11]y[0xcc][0xc0]|[0x8c][0x15][0x5][0x98],[0xc6][0xb5][0xee][0xb][0x9][0xcc][0xeb][0xab][0x98]G6[0xd6][0x89][0x1c]\m[0xae]L[0x82][0xb4]Z9[0xc5][0xb2][0xd2][0xca][0xe3]y\S9d[0xe7][0xe7][0x88][0x95]_[0xc9][0x9c]Pn=+=i[0xcb]e[0xbd][0xcb][0xf5]>[0x86][0xe9]6V[0x8d][0xa2]\[0xaf]x[0xc]3[0xec]X[0xe2]=Xh[0x97][0x15]6k7[0x86]y[0xbc][0x19][0x8e]q[0xb9]fE[0xcb]r[0xf8][0xee][0x84][0xcb][0x93]^(-[0xd8][0xe2]`m{[[0xe]>[0xc3][0x6][0x1a]O[0xf9][0x99]R[0xee]I[![0xb5][0x9e][0xc][0xf5]T[0x1a][0x9]1[0x11][0x8a][0x98][0xc4]Eq:[0x6][0x89][0xc9][0xc8][0x12]S0JLE[0x81][0x98][0x86][0xd3][0xc5]t[0x14][0xf2][0xb9]D[0x9c][0x81]rq&[0xc3]][0x84][0xc5][0xa2][0x98]!/1[0x8d][0x9e]@Z7[0xab][0x87]a[0x96][0xa8],[0x1e]h[0xb6][0x9a]EH&Q[0x8b][0xd1]+[0xf1][0xd3]h[0xb1][0xe2]][0xc7][0xd0][0xae]l[0x13][0xda]T$|[0xb][0xb7][0x10]Y[0xc7][0x90]p[0xc].[0xa7][0x15][0xdc][0xeb][0xe8] ~[0xd7][0xb5][0x6]7[0xba][0x85]O[0xb4][0x1c][0xe4]=8[0xc3]^[0x98][0x95][0xb9][0x1b]C=[0xde][0xac][0xf1][0x8d](Z[0x92][0x95][0xd9][0xce][0x13]vz[0xe2][0xdd]6vG[0x3]:[0x8a][0x9b]'[0xc4]Y[0xb4]{6\[0xa2][0x8c][0xb6][0xcf][0xc1]@q6[0xa7]/[0xc7]h>[0xe7][0x89]y[0x98] [0xe6][0xb7][0x6]V[0xc5]0[0xab][0xbc]r[0xea]V[0xcb]&[0xd2][0xb2][0x1b][0x9][0xe6][0x82][0xd7][0xb4][0xdb]fm[0xf8][0xf6]o[0xb9]f[0xc4] [0xda][0xc1]W[0xfc][0x1c][0x8d][0x93]}fO[0xd8][0x17][0x92][0xbd][0x82][0xec][0x8b][0xc8]~[0xe][0xd9][0x17][0x93]}[0x9][0xd9][0x17][0x91]})[0xd9][0x97][0xc5][0xc1][0xbe][0xad];v~E[0xc7][0xc3]>AJz[0xc0][0xbe][0x82][0xec]+[0xc9][0xbe][0x8a][0xec][0xab][0xc9][0xae][0x91][0xbd][0x92][0xec][0xab][0xc8][0xee]#[0xbb][0x1e][0x7][0xfb][0xf6][0xee][0xd8][0xf9][0xf1][0x1f][0xf][0xfb][0xc4][0x1e][0xfa][0xbd][0x86][0xec]~[0xb2][0xaf]%[0xfb]yd[0xf][0x90][0xbd][0x96][0xec]k[0xc9][0x1e]"{][0x1c][0xec];[0xbb]c[0xbf][0x1d]w[0xc4][0xc3][0x9e][0xdf]C[0xf6][0x8][0xd9][\r][0xb2][0xd7][0x93]}[0x1d][0xd9][0xd7][0x93]}[0x3][0xd9][0xeb][0xc9]~[0x1][0xd9]7[0xc5][0xc1]~gw[0xec][0xbb]xP[0x8f][0x83][0xbd][0xa0][0x11][0xc5]=a[0xff]1[0xd9]/"[0xfb]f[0xb2]_L[0xf6]K[0xc8]~)[0xd9]7[0x93][0xfd]2[0xb2]_[0x1e][0x7][0xfb][0xee][0xee][0xd8][0xef][0xe6][0xc7]E[0x1c][0xec]c[0x1a]Q[0xd2][0x13][0xf6]+[0xc9]~[0x15][0xd9][0xaf]&[0xfb]5d[0xbf][0x96][0xec][[0xc9]~5[0xd9][0xaf]#[0xfb][0xf5]q[0xb0][0xdf][0xdb][0x1d][0xfb]}h[0x88][0x87]}l#f[0xf5][0x84][0xfd]&[0xb2][0xdf]L[0xf6]md[0xbf][0x85][0xec][0xb7][0x92]};[0xd9][0xb7][0x91][0xfd]6[0xb2][0xef][0x8c][0x83][0xfd][0xfe][0xae][0xd9][0x5][0xbf][0xb2]d[0xa5][0xe0]PK[0x7][0x8][0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/slf4j/helpers/NOPLogger.class[0x9d][0x96][0xcf]O[0x13]A[0x14][0xc7][0xdf][0xd0][0x9f][0xd4][0xf2][[0x10]A[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "JYK[~[0x89]D"Q([0xa4][0xa4]R#[0x15][0x83][0x1e]t[[0xb6][0xcb]B[0xbb]Kf[0xb7][0x10]=z[0xf2][0xe2]A/^[0xbc]y21F[0xc2]A[0xa3][0xd1][0xc4][0x93][0xc6]x[0xd1][0x83][0x17][0xef][0xfe][\r][0x9e][0x8c]o[0xa7]ki`e6=[0xec][0xec][0xcc][0x9b][0xf7][0xfd][0xce][0xdb][0xf9][0xcc]$[0xfb][0xe5][0xcf][0xdb][0xf][0x0]0[0x2][0x13][0x1][0xf0][0xc2][0xa8][0x1f][0xc6]|p.[0x0].[0x18][0xad][0xc7]f[0xdc][0x7][0xe7][0x9]4[0xeb][0x12]U[0xc4][0xc2][0x92]DuES[0xaf]'g[0x8][0x90]y[0x2][\r][0xd3][0x9a][0xaa][0x1b][0xa2]j,[0x89][0x85][0x92][0xe4][0xf9][0xfd]}[0xf3]s[0xe7][0xaf]Y[0x99]@`!}[0xf5]v*=7[0x97][0xb8]F[0xa0]'[0xa5]Q9[0xa6][0x17][0xf2][0xa3]k[0xb1]U[0xa9][0xb0][0x81]&1[0x9c]Oi[0xb2],[0xd1][0xb][0x4][0xbc][0x93][0x8a][0xaa][0x18][0x17][0x9][0xb8][0xc2][0x3]K[0x4][0xdc][0xd3][0xda][0x8a]D[0xa0])[0xa5][0xa8][0xd2]B[0xa9][0x98][0x95]hF[0xcc][0x16]0[0xd2][0x9a][0xd2]rX[0x83][0x88][0x95][0xe0][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xba][0x8d]UE'[0xe0][0x93]%cA,b[0xe0]px [0xb5]&n[0x8a][0xb1][0x82][0xa8][0xca][0xb1]E[0x83]*[0xaa][0x8c][0x8b]4*z[0x86][0x8a]9)[0xa1][0x9a][0xba][0x15][0xb6][0xd8]M[0x2][0x1e][0xc3][0xc][0x12]h[0xf][0xef][0x17][0x99][0xc5][0xb8][0x8a][0xba]l[0xae]l[0xe3][0xd8]o#[0xa9][0x8a][0xa4][0xb3]kR[0xce]`&[0xde][0xbc]F[0x8b][0xa2][0x81]n"[0xdd][0xe3]fe[0x11][0x98]p[0xe4]f[0xef][0xef]F[0xdb][0xa1][0xf2]k[0x98]@[0xd8][0xc6][0xe9][0x96][0xbd][0xd0][0x8f][0x8a]K[0x94][0x8a]w[0x9][0xb4][0xd9][0xa4][0x10][0x10][0xe][0xae]*[0xb3]J[0xb5]-s?[0x99][0x1b][0xc1]/l[0xb7][0x9d]e[0xdb]?#eKre[0xfb]=+[0xe6][0x10][0x8f][0x90][0xa2]'[0xd5][0xbc]V[0x89][0xbb][0x15][0x1c][0xb1][0xf0][\r][0x91][0xaa][0xbb][0xe1]-[0x1c]1[0x9b][0x4][0xa5][0x1a][0xdd][0xb5][0x91][0xcc]!~[0xc9]d[0xae]`[0x9d][0xa2][0xc0][0xa2]V[0xa2]9iV1[0x8f]Gc[0xe5][0xa0]E[0xcd][0xc2][0x82][0xd0][0x8]M[0xc8][0x1][0xa3][0x4][0xba][0xf]8[0x96]A[0x8]B[0x3][0x81][0xbe][0xfd])WD[0xba].[0xd1][0xa4][0xac]j[0xe6]n\[0x16]u[0x9]BxO[0xbc]x[0x85][0xea][0xa0][0xb]|[0xe0][0x7][0x2][0xf5]l[0x14][0x80][0xa3][0xa6][\r][0xf6]C[0xe0]6W[0xc6][0x99]fv[0xd5]p[0xb3][0xf0][0xed][0x11]^[0x3][0xd9]f[0xa9]-[0xd8][0x6][0xf0][\r][0x10][0xc7][0xd4]!h[0xc5]^[0xb0][0x9c][0x4]m[0xcc][0x2]O6[0xb4][[0x6][0x83][0x96][0x81][0xab][0xb5][0xee]UE[0xee]e[0xa1][0xf1]*[0xa9][0xcb][0x92][0xb6]@[0x7][0x1c][0xb1][0xa4][0x11]KZ[0xe7]z[0xb1]G9U[0xa5][0xac][0xab](;[0xf1][0x1b][0xca][0xca]1[0x16][0x87][0xea][0x8a][0xcb][0xc2][0x4][0x13]v[0x94]'-[0xa1][0xd9][0xeb][0x82]nlM[0x8b]c[0x96][0xc5][0x14]+[0xca][0xc6]b[0x9e]Y[0x9c],OVY[0xf4]0[0xb][0xb3]w[0x1c]N0E'f[0x95][0xcd][0x92][0xf8][0xb8][0xed][0xcc][0xd2][0xcc]L(O[0xda][0x9a][0x85][0x98][0x99][0xd9];[0x85]=[0x17]we[0x9b]Lp0[0x4]QQ[0x98] [0x14]14Q[0xa7]$ [0xc6][0xcc][0xe8][0xcb]`&3[0xbc][0xdf][0x95]K[0xe9],ms[0xdb].[0xee]_[0xe9][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xeb]][0xc7][0xca]Z[0xa3][0xe1][0xa1][0xe7][0x9c]{[0xce][0xf9][0xbe][0xf3][0xdd][0xdb][0xf3][0xeb][0xf7][0x8f][0x9f]D[0xf4][0x9c][0xb6]*[0xa4][0xd1]z[0x99]6[0xca][0xf4][0xb8]L[0x9b][0x8c]J[0x7][0xb6]k[0x87][0x87][0x8c]4}[0xfb][0x84][0xd1]T[0xd3];[0x15][0x8c][0xaa]-[0xdb][0x15][0xc7][0xd1]EW[0xc8]O[0xbc][0xeb] Sky&wN[0xb8][0xb4][0xe3]s[0x92][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xcf][0xed][0x80]Q[0xbd][0xe5]I[0xcb][0x8][0x9c][0xb3][0x17]=[0xe3]\8[0xbe][0x90][0x81]q[0xdc][0xfe]x[0xf4][0xae][0xf9][0xf6][0x94][0xfb][0xa1][0x90][0xfb][0x8c][0x8a][0xa6]#[0xb8][0xc4][0x18]K[0x84][0x8c]6[0xf5]V[0x8f][0xf7][0xb9][0xe1]p[0xd7]2:[0xa1][0xb4]]k;[0x9b]B[0xfb]g1[0x88][0x87][0xe7][0x95][0xfc][0x8]L[9L9[0xdc][0xb8][0x9a][0xd6][0xe7][0xe][0xee]+[0xc5][0x85][0xd7][0x87][0xf6][0xc5]<[0x9]h[[0x80][0xc0][0xa6][0xe7][0xf][0xda]gM[0xcf][\r][0xc5][0x97][0xf0][0x88][0xfb][0x8c][0xe6][0xf5]D^[0x14][0xda][0x8e][0x81][0x14][0x4]Lwl[0xcb][0xe5]a$[0xc1][0xf6]j[0xb2]~[0xf0]?[0xb2][0xe][0xc1]2[0x1b][0xc4][0xf3][0xc6][0x93]j[0xfa][0xc4][0xa0]XT[0xc5]LuT3J[0x96][0xae][0xfe][0x9c][0x81]?[0xfa]A[0x8d]k[0x8a][0xda][0xd3][0xaf][0x5]TR;^$M[0xf1][0xde]V[se[\r]vc[0xc8][0xc][0x15][0xa9][0xc4]h[0xf5][0x1f]+[0xc3]hn<[0xa0][0xdd][0xed][0x9][0x13]?{y[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "|[0xdb][0x18]wS[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Xll$[0xb6][0xbc][0xc][0x8f][0x19][0xb0]e[0x9c][0xc]x[0x6]_|[0xf2][0x9d][0xd8]7[0x4][0x5][0xba][0x1][RI[0x9d][0xa6]ag[0x86][\r]T[0xa1][0x9b][0xf0][0xc][0xe7][0x11]xG[0x9d])[0xb][0xdc]I[0x1][0xd9]%p[0x96]n%[0xc0][0x97][0xf0][0x85][0x18][0xc3][0xbe]N w[0x15]riXM[0x90]qT[0xa5]9[0xa5]t[0x9e]j[0x9][0xc7][0x1b]|Z[0xde][0xf0]g[0x8a]bmX[0xbc][0xa4]`[0x9]E[0x1c]- *[0xc0][0xdf][0xa6][0xc5][0x84][0xac][0xa1]8r[0xc8][0x1a])=Y2[0xec][0x16][0xdd]A-[0xa6]x[0x9a][0xbc]d[0xf6]N{[0xa9][0xd7][0x18][0xdd]iY[0xc5]w[0x91][0xbb]G[0xf7][0x13][0x86][0xf]i[0x11]Z[0x8a][0xe0][0xf5]_D[0xac][0xd0][0x3][0xd8][0x87][0xa9][0xa7]^[0xa1]U[0xd8]![0xf9][0x1a][0xa2][0xba][0x8a][0x1e][0xfd][0x1]PK[0x7][0x8]![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NOPMakerAdapter.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xd7]ib[0x8]-i[0x93][0xb6][0x94]B![0x1][0x1]) [0xbc][0xe0][0xb1])[0x2][0xa1] VI[0x83]T[0xd4][0xfd][0xc4][0x9d][0xa6][0x93][0xba][0xb6]5v"[0xfa]W[0xb0]Bb[0xc1][0x7][0xf0]Q[0x88];[0xce][0x90]D[0xb1]Q[0x17][0x9e][0xfb][0x98]s[0xce]}x~[0xff][0xf9][0xf9][0xb][0xc0]K<[0xa8][0xa2][0x84]{.[0xee][0xbb]h[0xba]h[0x11]*oU[0xa8][0xd2]w[0x84]R{[0xff][0x98][0xb0][0xd2][0x89]N$[0xa1][0xd6]U[0xa1]<[0x1c]_[0xc][0xa4][0xfe]"[0x6][0x1]g[0xea][0xdd][0xc8][0x17][0xc1][0xb1][0xd0][0xca][0xc4]6[0xb9][0x92][0x9e][0xa9][0x84][0xf0][0xb0][0x1b][0xe9][0xa1][0x97][0x4][0xa7][0xaf]F[0xde][0x99][0xc]b[0xa9][0x13][0xef][0xb0][0xff][0xb9]'[0xce][0xa5][0xfe]p"[0xe2]T[0xea][0x3]B[0xd9][0xf][0xa4][0xd0]\h(S[0xc2][0xe3]vw$&[0xc2][0xb]D8[0xf4][0x8e]R[0xad][0xc2][0xe1][0xc1]~>[0xc5][0xf0]syi[0xca][0x17]][0xc5]cVzR[0xa0]T[0xa0][0xcd][0xc3][0x95]&"[0xe0][0x89][0xb5][0xbc][0x88]&[0xdc][0xfd]VQ[0xb][0xc]kp[0x83][0x9d]([0xbe][0xec][0x9f]v[0xa2]0[0x95]_[0xd3][0x9e][0x88][0x9][0x1b]m[0xdb][0xde]8U[0x81][0xc7])n`-1[0xc8]9[0xa6][0xde]^[0x82][0x18][0xb9][0xaa][0xbf][0x80][0xa8][0xe5]4[0xaa]G[0xd1]X[0xfb][0xf2][0x93]2[0xb][0xdd]\Z[0xdb][0xb][0x83]^E[0x19][0x15]B[0xeb][0xca]%[0x13][0xd6][0xe7][0x3][0xf5][0x7]#[0xe9][0xf3]zv[0xe6][0xb4]$V^[0xef]c[0xc7][0xa2][0xd1][0x82][0xc3][0x8f][0x81][0xff]"[0xbf][0xc][0x97]-W[0xe1][0xd3][0xe5][0xc8]cKl[0xcb]O[0x80][0xbe][0xb3][0xe3][0xe0][0x1a][0x9f][0x95],[0xb9][0x8e][0xeb]|[0xae]N[0x1][0xa8][0xe2][0x6][[0xe2][0xf8][0x1f][0xf9]Y[0x16]#Ol,[0x10]iF\[0xc3]MK|[0xc3][0xd6]1[0x1c][0xfa][0xb6][0xc4][0xdc][0xce][0x98][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd3][[0xcb]4^[0x8d][0x9b]1[0x9d]n[0xa0]n5[0xde][0xf3]W**[0xbe][0x9b]I4[0xa7][0x97]3[0x9][0xb2][0x12][0xc6]k[0xb0][0xe7][0xb0][0xdd][0xc4][0x96][0x15]{[0x9d]i[0x14][0x88][0xed]-[0xf4][0x93][0x17]#[0xbe][0xb9]e%[0x9e][0xdb]M[0xe6]gj.l[0xc3][0x99]mc[0x7][0xb7][0xaf]*[0xfe][0xe8]?[0xc5]wq'+v7[0xc3][0xef][0xfd][0x5]PK[0x7][0x8]@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/helpers/NamedLoggerBase.class[0x85]RMo[0xd3]@[0x10]}[0x9b]8qb[0xc][0xfd] P>Zhi)q@[0x18][0x1][0xb7]"[0xe][0xb4]T[0x2]YA"4[0xf7][0x8d][0xb3]8[0x1b]9[0xde]j[0xbd][0xa9][0x0][0x89]?[0xc1][0x9d][0xff][0x0][0x12][0x2][0xc4][0x81]3[0xe2]G!&[0x9b][0x14][0x90]S[0x89][0xc3][0xce][0xec][0x8e][0xdf][0x9b]y[0xfb][0xbc]?}[0xfb][0xe][0xe0][0x1e]ny[0xa8][0xe2]j[0x1d][0x15][0xac]{[0x14]6<\[0xc3][0xa6][0x8b]-[0x17][0xd7]]l[0xbb][0xb8][0xc1][0xb0][0x98][0xb]-y[0xda][0x15]:[0x97]*;x[0xb2][0xc7][0xc0][0x9e]2[0x9c][0xde]UYnxf[0xba]<[0x1d][0x8b][0xca][0xe0][0xdd][0xfb][0x1f][0xab][0xed][0x83][0xb7][0xc]N[0xc6]G[0x82]a9[0x1a][0xf2]#[0x1e][0xa6][0xc3][0x7][0xc][0xff][0xe6]"[0xfe]G[0x82][0xf][0x9d][0xf0][0x11][0xfc][0x97][0xe1]c[0xae][0xe3]'[0xc5]p[0x11]|[0xca][0xc5][0xfc][0x1f]}E[0x90][0x10][0x9d][0xb0][0x14][0xb][0xf8][0x8b][0xcd][0x89]vt[0x14][0xc1][0x1][0x9][0xb]%[0x94][0x9c][0xb0][0xc][0x8b]x[0xbc][0xb8][0x98][0xc6][0x9d][0x12][0x96][0xf0]U&.[0x96]JX[0xe6][0xc4]r[0x1c]"[0xe1]P[0x9]+$[0xac][0x94]p[0x98][0x84][0xc3][0x11][0xec][0x1][0xa5][E[0xa8]h[0xd9][0xa8]lQ[0xdc]~%[0xe0]u[0xb7]GB[0xbe][0x80][0xb7][0x1e][0xa1]x}[0xa7][0xea]W[0xbd]JD[0x9b][0x10][0xc]y[0xdd]a[0xff][0x86]9[0x1b][0xdd]-A[0xaf]W[\r][0xd1][0x84][0x8a][0xbe][0xe7][0x8d][[0xd4]@d[0xd1]V%D3+SL-[0xe][0x6][0xfd][0xaa][0x12][0xa0][0xa9]e[0xfe][0xa0][0xb7]U[0x8d]t[0x5];[0x1b][0x14]O[0x17]M[0x1b][0x9d]2-[0xa4]n[0xf0][0xab][0x9e][0x88][[0x9f]@[0xb3]+U6[0xb8]R[0xf5][0x4];)[0x14][0xdd][0x1f][0xc2][0x94][0x94][0x18][0xb4][0x9][0xee]Fq[0x1a][0xb1][0x9d][0xda][0xc3][0x15]Q5J~[0x86][0xea]~[0xa2][0x11][0x9f][0xdf][0xad][\r]qb[0xed]>o@[0x89]D9[0xdc][0xfa][0xc1][0xcf][0xe7][0xb]^[0xda][0xa3][0x1d][0xe1][0x88]/[0x12][0x8d][0xa8][0xec][0x82]W[0xed][0x88]z[0xcd][0x86]vt[0xf2]W[0x84]R_[0xb8]9[0xb0]!h[0x8e][0xdb]}[0xf4]M[0x1b]^[0xa3][0x84][0x2][0xfd][0xc3][0xa4][0xa0][0x1][0xcd]Lc([0x14][0xc][0xf5][0x9b]Q[0xf9]+[0xad][0x96]zYT[0xf1][0x87][0x7]m[0x8d][0xbe][0xf8]i91[0xa8])[0x2]7{i{D[0xf1]ljU6k;[0x9c][0xce][0x15][0x84][0xa2].%[0xdc][0xa5][0xab][0xb][0xed][0xb4]f[0x1a][0xe8][0xd7]w[0xde][0xa2]i[0x14]~[0x4][0xed]aSdC[0xa9]b\[0x12]V#[0xe7][0x9a][0xf4][0x1][0xfd]e[0xb0][0xb9]"[0xc3][0xb8]"[0xe2][0x19][0x81][0xf4][0x99][0x98][0x92]B[[0xb0]=[0xea][0xe9][0xd2][0xe5][0xbf][0xf1]r[0x8f][0xba][0x99][0x15][0xb4][0x9e]N0[0x8a][0x94][0xe][0xe][0x9a]\+[0x88][0xcf][0x0][0xc9]a_[0xe]m[0x1c]a\[0xe6][0xa9][0xe6][0x11]h[0xac][0x97][0x1e]][[0xd4][0xef][0xd7][0x16][0xc4][0x1c]X[0xb6][0x9c]N[0x92][0xf6]`4[0xe4]Q[0x9b]|[0xac][0x91][0xc3][0x7][0xb][0xea]i[0x9c][0x80][0xc][0x1][0xac][0x92][0xe1][0x12]X/C[0x17][0xf8]d[0xf0]C[0xb7][0xc][0xf7][0xc0][0xbd]2l[0x83][0xed]2|[0x1e][0xae]`[0xd8][0xc9]p5[0xc3][0xb5][0xc][0xd7][0xf3][0xd3]/[0xf3][0xdd][0xcd][0xc][0xb7]0[0xdc][0xca]p[0x1b][0xc3][0xed]2[0xec]bn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]cn[0x8c][0xb9][0xbb][0x98][0x1b]cn[0x8c][0xb9]1[0xe6][0xc6][0x98][0x1b]c[0xee]n[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xc6][0x99][0xbb][0x9b][0xb9]q[0xe6][0xc6][0x99][0x1b]gn[0x9c][0xb9]q[0xe6][0xee]an[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0x82][0xb9]{[0x98][0x9b]`n[0x82][0xb9][0x9][0xe6]&[0x98][0x9b]`n[0xf]s[0x93][0xcc]M27[0xc9][0xdc]$s[0x93][0xcc][0xed]an[0x92][0xb9]I[0xe6]&[0x99][0x9b]dn[0x92][0xb8]8[0x2]G"[0xd4]d?[0xc4]$[0x1c]%[0xc3][0x1d]p[0xa7][0xc]{[0xe1]n[0x19].[0x5]E[0xc6][0xd1]8F[0x86]}\[0xf1][\r]@[0xbd]2)[0x87][0xb7][0x4]^[0xb5][0xb1]2t[0x80]G[0xc2]j[0x19][0xc7][0xc1]v:q[0xfb][0xfb][0xb1][0xc1][0xaf][0x84]i[0x9b][0x8d][0xcd][0xd4]H2[0x8e][0xc7][0x9]2t[0x82]*[0xe3]D[0xf0] [0x8c][0xcf][0xd2][0xcf]2[0xd6][0x80]G[0x86][0xfb][0xd9][0xd7][0x90][0xc1][0xdb]W[0xc2]I2N[0xc6])[0x8][0x13][0xfa][0x1f]5[0xfb][0xb9][0x17][0xfd][0x8b]<[0x1e]5[0x1c]6[0xed]P[0x9d][0xc4])[0xc6]I[0x92]2[0xa9]N|[0xbf]j[0xe]l[0xa1][0xf3][0x9f][0x1f][0xaf][0xa2][0xa3]GM[0x9d]=F,=[0xed][0x80][0xbe][0xcd]>d[0xf0][0xe6][0xd6][0x14][0x84][0xf6]\[0x11]Y1[0x8a]U9[0xe0][0x90][0xd7][0x6][0xeb][0x7]$[0xaa][0xab]'m*2[0xbc][0xbe]e[0xd9][0x92]%[0x8d]+[0x11][0xaa][0xd3][0xbc][0xb8][0x98][0x8e][0x89]Vm.o6[0xc2][0x9b][0x14][0xc7]6Tx[0xf]E[0x90];[0xf4][0xbb][0xd5][0x8a][0x9f]_[0xe][0x8b])|}[0x95][0x10][0x16]f9[0xb8][0xf5][0x8c]Rs[0x14]^[[0xed][0xab]V[0x9e][0xdf]HB[0xd4][0xb4][0xa8][0xa5][0x9d][0xae]#[0xad][0xa6][0x92][0x92][0xfb]h)6[0xa9][0x83]^<[0xc]%Ow8[0x89]C0[0x91]~[0x14][0xac][0x1][0xa4][0xdf][0xe][0x12]T[0xb0][0x0][0xd1][0x8f][0xb1][0xc5][0xbc]#[0xe8]Z[0xc0][0xad][0xad]][0xa9]?[0xb5]+m[\r][0xed]J[0x1a]E[0x9c][0x8d][0xda][0xfd]&[0xe2][0x91]\[0xd1][0xfd][0x12][0x1a][0xb]@[0x90][0xc6]6[0xd3][0xb7][0x9d]t[0xb5][0xd3]u[0x98][0xeb]([0xa0][0xab][0xae][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "\3z[0xc1][0xe6][0xaa][0xee][0x5][0xfb]![0x1a][0xb7][0xc1]e[0x84]U[0xe0] [0x9c]G3[0xeb][0xa1][0x18][0xe6]C[0x19][0x9c][\r][0x95][0xb0][0x0]B4[0xea][0xd2][0xf9][0x10][0x86][0x8][0x80]v[0xc7][0xf1][0xa1]v[0xc7][0x11][0x14]hw[0xec][0xdb][0x6]Q[0xba][0x97][0xcd]g[0x9b][0xe8][0x99][0x1e][0xdd][0x16][0x1a][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x13]rLn[0xba][0xf2][0x1c][0x87][0xeb]!(8[0xa8]M[0xe0] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb5][0xc1]E[0x9a]S[0xdd][0x88][0xc3]p[0x8a][0xac][0xbf][0x6]y[0x8e]Av[0xba][0x8e][0x80][0xe3][0x18][0x14]"[0x1c][0x18]d[0xa1]1[0xc5][0x82][0xd3][0xb4]@[0xe2]mXh[0xa0][0xd9][0x1c]t[0x9][[0xa8];[0x6]R[0x1][0x1c]2M8[0xb5]G[0xcd]t][0xaa][0x99][0xa9][0xd2][0xa7][0x9a][0xd9][0x97][0xc0][0xe]-{6[0xb8][0xd3]0[0xd8]F[0x99][0xdb][0xd8][0xa5]fp[0xc6]1([0xb2][0x9][0x16][[0x89][0xd9][0xa6]Y[0x9c][0xa0][0xcf]5-[0xca][0xf0][0x5][0xa3][0x9e]2\[0x9]W[0xd1]l[0xb6]}[0xb5]a{-U[0x9f][0xeb]_[0xaa][0xdb][0x9e]y[0xc][0x8a][0xed][0x82][0xf1][0x15]D][0x99][0xb2]X[0xa5][0xa6][0xf1]R[0xd3]x)|Q3[0xce]w[0xd7][0xd0][0x9d][0x8d]>t[0x82]Y[0xa5][0xe0][0x14]S8[0x9f]RX[0x9d]5[0x85][0xeb][0xe0]KF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xd7][[0xd9].[0x11]m[0xaf]%[0xdb][0xeb],l[0xef]0m[0xdf][0x0]7j[0xb6][0xe9][0xbc]5l[0x9f]3h-[0xe5][0x2][0xa1][0x1d].[0xb6]X[0xc7][0xaf][0xc0]M[0xc6]:[0xde]l[0x15]h[0xa9][0x18][0xa8]B[0xcc][0xe][0x8b]@u[0x8b]}![0xeb]E[0xb8][0xc5]r[0x1d][0xcb][0xc4]uT[0x81][0xcf][0xbd][0xf4][0xeb][0xd8]g\_Q}[0x1d][0xaf][0xd4][0xd6][0x91][0xdd][0xdc]j[0xb8]Qi[0xcf][0xf0]V.7[0xdc][0x8c][0xb2][0x1f][0x83]r[0x87][0xe0][0xc8]G;|[0xa3][0xe6]h[0x8e]>[0xdd]tTn:*7[0x1d][0x95]k[0xad]c[0xd3][0xee][0xb8]u[0xec]Z[0xeb][0xdc]f[0x99][0xd9][0x10]1[0xb3]n[0xca],p[0x12][0x99]q[0x17][0xe9][0x99][0xdd]n[0xe9]f[0xa8][0xe8][0xe6]2r[0x13][0xca][0xea]f[0x87][0xe9][0x86][0x1b][0x8a][0xdd][0xec][0xb2][0x92][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Q^[0xa2]i[0xe5]%f)/[0x95][0xa2][0xbc]l[0xa3][0xeb][0xf6],[0xf2][0x12][0xb3][0x96][0x97]ab[[0xee] [0xe6][0xce][0x9c][0xe5]%[0x96]A^[0x86][0x8b]U[0xbd][0x8a][0xa8]W[0xe7]!/1ky[0xa9][0x12]S[0xb8][0x96]R[0xb8].gy[0x89]Y[0xcb][0xcb][0x8][0xd1][0xf6][\r]d[0xfb][0xc6][0x9c][0xe5]e[0x97][0xa5][0xbc][0x8c][0x14][0xe5][0xe5][0xa6],[0xf2][0x12][0xb3][0x96][0x97]Qb[0xa0][0xb7][0x11][0xf3][0xf6][0x9c][0xe5]%[0x96]A^F[0x8b][0xeb][0xb8][0x1b][0xf8][0x97][0xc1][0xc9][0xcb]K,[0xa3][0xbc][0x8c][0x11][0xe5][0xa5][0x87][0xe4]%yJ[0xf2][0x12][0xcb] /c[0xc5][0xcc][0xbe]J[0x99]}-[0xf]y[0x89]e[0x90][0x97]j[0xd1][0xcd]^rsw[0x1e][0xf2][0xb2][0xdb]J^[0xc6][0x89][0xf2][0xb2]/[0xad][0xbc][0xc4]-[0xe5]e[0xbc](/[0xf][0xd0][0xf5][0x1b]Y[0xe4]%n-/[0x13][0xc4][0xb6]|[0x90][0x98][0xdf][0xca]Y^[0xe2][0x19][0xe4]e[0xa2]X[0xd5]CD=[0x9c][0x87][0xbc][0xc4][0xad][0xe5][0xa5]FL[0xa1][0x97]R8[0x92][0xb3][0xbc][0xc4][0xad][0xe5]e[0x92]h[0x9b]^i[0xe0][0xe1][0x9c][0xe5]e[0xb7][0xa5][0xbc]L[0x16][0xe5][0xe5]x[0x16]y[0x89][[0xcb][0xcb][0x14]1[0xd0][0xc7][0x89][0xf9]D[0xce][0xf2][0x12][0xcf] /S[0xc5]u|[0x92][0xa8]'[0xf2][0x90][0x97]xFy[0x99]&[0xca][0xcb][0xd3]$/[0xcf][0x9c][0x92][0xbc][0xc4]3[0xc8]K[0xad][0x98][0xd9][0xb3][0x94][0xd9]sy[0xc8]K<[0x83][0xbc]L[0x17][0xdd]Q?[0xc8]C^[0x12][0x19][0xe5]e[0xb6](/[0x1f][0x92][0xbc]|tJ[0xf2][0x92][0xc8] /s[0xc4][0xcc]>[0xa1][0xcc]>[0xcd]C^[0x12][0x19][0xe4][0xe5][0xb3][0x82][0x1b]D[0x90][0xb1] [0xf]y[0xe9][0xb1][0x92][0x97]3[0x4]yAGZyIZ[0xca][0xcb][0x99][0x82][0xbc]`18[0xd1][0x99]E^[0x92][0xd6][0xf2]r[0x96][0xd0][0x96]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%X[0x96][0xb3][0xbc]$3[0xc8][0xcb]\[0xb1][0xaa]C[0xa9][0xaa][0x15]y[0xc8]K[0xd2]Z^[0xe6][0x89])[0xc][0xa7][0x14][0xaa]r[0x96][0x97][0xa4][0xb5][0xbc][0xd4][0x8b][0xb6]G[0x91][0xed][0xd1]9[0xcb]K[0x8f][0xa5][0xbc][0xcc][0x17][0xe4][0x5][0xab][0xb3][0xc8]K[0xd2]Z^[0xce][0x16][0x3][0x9d]H[0x81][0xd6][0xe4],/[0xc9][0xc][0xf2][0xb2]@\[0xc7])[0xb4][0x8e]S[0xf3][0x90][0x97]dFy9G[0x90][0x17][0x9c][0xe]e[0xe8]:%yIf[0x90][0x97][0x85]bf3)[0xb3][0xd3][0xf2][0x90][0x97]d[0x6]yY$[0xba]9[0x9d][0xdc][0xcc][0xca]C^[0xee][0x80];[\r]7Iz[0xc2][0x99][0xba]]u[0xf7][0x81][0xc3]~[0xa0][0xee][0x4][0x94][0x91][0xc7][0xc5]u[0xf4][0xd9][0x7][0xe][0xdb][0x81][0xba][0xc7][0xa0][0xa1][0x95][0xff]h<[0x83]>G[0xe0][0xdc]$[0xf][0xda][0xb9][0xe9][0xf4]?c[0xd7]@[0x11][0x5]r[0x6]8[0xf0]L[0x90][0xf0],[0xa8][0xc2][0xb9]0[0x12][0xeb][0xa1][0x1a][0xcf][0x86]:\[0x0]3qaJ[0xfb][0xb8][0xcd][0x0][0xdd][0xf4][0x3][0xf2]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xa2][0x1a]*[0xe8]gd[0x84][0xc2][0xb8]KkS[0xbb]T[0x86][0x1f][0xc3]0[0x9][0xbe]N[0xf][0xf7][0xd2]O?=[0xce]Y[0x86][0xc][0x16][0xb9][0xb4]0[0x1a][0x7]w}[0xea][0x1f][0xa0][0x8b]L'[0xf7][0xc0][0xbd][0x6][0xff]R[0x83]?[0x96][0xf8]M'43M[0x7][0x9][0xec]= [0x1d][0x86]%[0x7]]G[0xe1]s[0x7]a[0xc0][0xdf][0xe6][0xb1][0x95][0x12]j[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/[0x87]J\[0x1]#[0xb0]=[0xc5][0xc7]X[0xc3][0x7][0x7]m[0x87][0x2][0x99][0xd7]c[0x9f][0xe9]m[\r][0xf1][0xfb][0xbc]5?[0x5][0x95][0xae]G`[0xe9]Z[0x17]}[0xb1][0x1d][0x85][0xf3]z[0xa1][0x99][0x87][0xfb][0xbd][0x95]qi[0xf0][0x2][0xf2][0xb6][0x96][0xbc]\h[0xe1][0x85][0xd6]m[0x4][\r][0xde][0x7][0xfb][\r]'[0xb][0xc]-([0xe4]14[\r]n[\r][0xf][0xad]Hg[0x8a][0x14][0x14][0x9a]E)[0xa4][0xb2](Z9[0xee]7O[0x99][0xfb]A[0xd2]f-[0xa6][0xc8]ZN[0x90][0xbc][0xd0][0xe5][0x8][0xb4][0x1e][0xe0][0x98][0x9b][0xa8][0x15]*[0xda][0xec][0xc7]a[0xd9]Z[[0xc5][0xf2][0xf6]#[0xb0][0xa2][0x17]V[0xba][0xe]C{/[0xb4][0xec][0x87][0x92][0x16][0xba]=[0x9f]n[0xfb](d[0xb1][0x9c]Vw[0x16][0xac][0x1a][0xd0]!^J[0xaf][0xb][0xca]q[0x13][0xd4][0xa2][0x1f][0xdc][0x18][0x84]Y[0xd8][\r][0xb3]1[0x0][0xf3]p[0xb3][0x19][0xe7]l[0x8a][0xe3][0x1][0xfa]![0xcd][0xc9]/NI[0xbe][0x8]l[0xe5][0x1d][0x12]|S[0x2]>[0xff][0x1e]4[0xa2]~[0x80]r[0xe1][0xae][0xaa][0xa5][0x8e]][0xdd][0x3][0x93]([0x84][0x95][0x1c]0[0xc5][0xba]f[0xad][0xad][0x8e]B[0xbd]`[0xcd]~[0x90][[0xf7]C[0x11]}[0xec][0xad][0x87]h[0xb6][0x4]c`[0x1c][0xed].[0xbe][0xd6][0xc0]:[0xed]:[0x15].4b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc5][0x14]k[0x84]b[0xdd][0x2]cp;[0x8c][0xc3][0xad]0[0x9e][0xae]5x9L[0xa2][0xeb]T[0xdc][0x6][0xd3][0xf0][0x8a][0x94][0xba][0xd6][0x9a]u[0xad][0xa5][0x9f][0xeb][0xdf][0xa6][0xc8][0xee][0xd2][0x84][0xc3]~[0x89][0x4][0x7][0x1b]$8D[0x9f][0xc3]| [0xc7],[0xf6]b[0xa3][0x17]K9[0xd6][0xa7]@[0xb2]Sl[0xb6][0xfe][0x1d][0xa5]7[0xf4][0x95])mP[0x9a]R[0x9][0x7][0x14][0x94],d[0xfe]C[0xa6][0xbd][0xd4][0xbd][0xd1][0xf4]8\4xo\[0x93]fo [0xfd]8[0xe7]YG[0xfe][0xf]PK[0x7][0x8][0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/slf4j/helpers/SubstituteLoggerFactory.class[0x95]Umo[0xdb]T[0x18]=7i[0xe2][0xd6]s[0xb2]&[0x1b][0xa5][0x83][0x1][0xe9][0x18][[0x92][0x86][0x99][0xb2][0x17]6[0xd2][0x15][0xba][0xd2][0xae][0x1d]I[0xcb]H[0xc9][0xd4]}s3[0x93][0xba][0xf5][0xe2][0xca][0xb1]+[0x95][0xff][0xc0][0x19][0x12][0xa5]*[0x95][0x10][0xdf][0x90][0xf8]M[0x8]q[0xae]m%N[0xda][0xb1][0xec]C[0xae][0xef]}[0xfc]<[0xe7]a[0xcb]1[0xd8][0x96][0xd3]i[0xf9][0xae][0xcb][0x97]z[0xcd][0xea][0xec][0x99]/[0x1e][0xd9]Nk[0x8f][0xd0][0x81]/#7Gv[0x9e][0x8f]%[0x13][0xd0][\r][0xa5]B[0xbf]ei[0xe][0x12]J[0xcf][l[0xcc][0x82]@[0xb2]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c]-9/L[0xd9][0xe][0xab]c[0xae][0xfb]/[0xb7]Mw[0xd3][0xd8][0xb6]i[0xc9][0xd7][0x9c][0x96]a7[\r][0xd7][0x92][0xe7][0xc8]8[0xe6][0xed]Xl[0xde][0xec][0x8][0xd5][0xaf][0x18]-[0xcf]q[0xf]ec[0xdb][0xa6][0x17][0xda][0x4]n[0x14][0xcf][0xb6][0xb2][0x14]C[0x8b]:G[0xa6][0x8e][0xf1]2[0xc8][0xe2][0x8c];K[0xb0]#[0xb4][0xeb][0xa3]LA [0xd3][0xf0][0x8c][0xd6][0x1e][0xe7][0x18]TAA[0x9]d{9[0xad][0x93][0x87]%[0xe5][0x8b][0xa5]X[0xbf]kV[0xd7][0xab][0xca]l[0x87][0x8d][0xe7](![0x98]r[0xf][0x8e]P[0xf7][0xcf][0x89][0x1a]Q-[0x19][0xe2],[0xc7][0x4]S[0x19][0x80]z[0xa3]d[0x9a]o[0xe1][0xfe]V[0xa2]I[0xb5]l[0xd3]`[0xc3][0xd5][0x86][0xe3][0xbb]-s[0xc5][0x92]b[0xb8][0xfa][0x9a][0x91][0xdf][0x92])h[0xf8][0x8][0x5][\r]SxW [0xd7][0xcf]i[0xd5][0xe8][0xee]p[0x10][0x1a][0xa6]qE[0xa0]8j[0xb2][0x1a][0xae][0xe2][0x3][0x5]5[\r]u[0xac][0xb]\{s;%[0xff][0x86][0x86][0xef][0xf0]T[0xe0]R[0x9f]f[0xd1]u[0x8d]C9[0x12][\r][0xdf][0xa3]![0x9d]65[0xfc][0x80][0xa6][0x86]{([0x8][0x94]F[0xd6][0xb5][0xc0]d_[0x9][0x1b][0xdb][0xbb]f[0xcb][0x13][0x98][0xee][0x87][0xaf][\r]yg[0x6]>([0xbc]}[0x9c][0xf4][0xd0]u[0x8]Q[0xaa][0xa5][0xb3]&[0x81][0x9b][0xe7][0xdc][0x9b][0xd8][0xa8]C[0x1]<[0x97][0x17]:[0xb9][0xef]{R[0x83]gQF[0xa4]J[0xef][0x99][0x87][\r][0x99]\n@M4[0xf1][0xe5][0x95]b[0xcc][0xb4][0xe4][0xd8]6c[0xf8]u[0xad]J[0xe6][0xf4][0x81]a[0xfb][0xf2].M[0xf][0x4][0xc6][0xbc]0[0xc3][0xcf][0xfa]e[0x8][0xbc][0xc3][0xf]>[0xa4]8[0xb8]NJ-[0xd0][0xf6][0x1e][0xf7][0x9][0xbc][0xcf]3g[0xdd];[0x8][0x85]{j[0x89][0xeb][0xc]-MF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << ">[0xb][0xe5]c[0x88]r[0xf2][0x8][0x89][0xf2])[0x92][[0xc7][0x18];B[0x8a][0xdb]4[0xb7][0xca][0x11][0xc6][0x9][0xa2][0xaf]q[0xcd]c[0x8c][0xeb],[0xd7]O1[0x1][0x9d][0xfc]s[0xf8][0x98][0x16]-[0xc4][0xc1]u|[0xc2][0xe7][0xc]n[0xe0]f[0xc4][0xf1]3RA~s[0xe5]_[0x91][0x9a]=[0xc1]D[0x2]B[0xad]W[0xfe]B[0xe1][0x14][0xea][0xd6],[0xcd][0xe3][0xfc]%[0x8e]q[0xa1][0x1e][0xb8]TN[0xa0]%[0xf1][0xac][0xf2][0x8a]A[0xc9][0x80]t[0x8a][0x10][0xc0][0x1d]dq[0x97][0x9][0xdc]#[0xe1][0x17][0xa4]~[0x10][0x10][0x17]B[0xf0][0x88]X[0xee][0x8a]([0x91]:[0xcb][0xb7]e&[0x9a]@[0x85][0xd6]q[0x88][0xa0]+LZ[0xe0][0x16]c[0x13]Aj[0xd5][0xa8][0xfc][0xdc])2[[0x92][0xfb][0x4]Y[0x81]c\|[0xd5][0xab]7[0x1d]8<[0x8c][0xd5][0x98][0x8b][0xa8][0xc2][0x8e]~F[0xdb][0xdc][0xff][0x1]N[0x9e][0xb][0xb8][0xf8]Z[0xc0][0xcf]i[0xbb][0xcd]ZC@[0x9d]'[0xe9][0x93][0x92]][0x1a][0x6]Y[0x8e][0x81][0xa4][0x6]@[0xee][0xd2]6[0xd5][0x9b][0xb2][0x4][0x93]>[0xe9]2[0xc7][0x9a][0xe8][0xcf]R[0xe5][0x13]Xc[0xec][0x93][0x18]R:B[0x12][0xf2][0x12]G[0x8]KQ[0x1a][0xb9][0xb0][0xa6][0x1c][0xff]|[0x99][0xcf]o[0xc8][0xf7][0xc1][0xb2][0xc1][0x1c][0xea][0x14][0xc5]:E[0xb7]qN}[0x82]S[0x93][0xde][0xf7][0xff][0x3]PK[0x7][0x8]`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/helpers/Util$1.classm[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc2]0[0x10][0x85][0xdf]h5m[0x15][0xec]J\[0xba]pm[0x10][0xbd][0x81]([0xb8][0x10][0x17][0xe2][0x1]b[0x1d][0xfb]CH$[0xa9][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][[0xdf]0o[0x18][0xf8][0xde]{[0x9e]/[0x0]K[0xc][0x4][0x84]@BH[0x8f][0xf6][0xee]r[0xde]V[0x9a][0x9][0xc9][0xa9][0xa9][0xf4][0xbc]V[0xf]E[0x18]mL[0xae][0xad][0xaf]L[0xb1][0xe7][0xa6][0xb4][0x17][0x81][0x94]0[0xb1][0xae][0x90]^_W[0xb5],Y[0xdf][0xd8]y[0xd9]Ff[0xb][0xc2]pg[0xc][0xbb][0xb5]V[0xde][0xb3]'dm[0x8b][0xd4][0xca][0x14][0xf2]p[0xae]9o[0x8][0xe3][0xff][0xe1]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "B[0x7]?u[0xc3] |[0x11]z[0xe1]F[0xe8][0x7][0x8f][0xc3][0xa6][0x81][0xa1][0x16][0xc8][0xe2]/PK[0x7][0x8][0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.class[0x95][0x91][0xcf]N[0x2]1[0x10][0xc6][0xbf].[0xb][0xb][0x88][0x82][0xa8][0xa8]([0xea][0xc1][0x3]pp[0xf1][0xcf][0xc5]@L[0xc][0x89][0x89][0x9]zA[0xb9]x[0xaa]X[0x97][0x92]u[0xd7]t[0x17][0x83]o[0xa5]'[0x13][0xf]>[0x80][0xf]e[0x9c].$[0x1a][0x5][0x13]{[0x98][0x99][0xce][0xfc]f[0xfa][0xb5]}[0xff]x}[0x3][0xb0][0x8f][0xad]4L[0xac][0xa6][0x11][0x1f][0x99][0xa2][0x85]u[0xb]%[0x86]DCz2h[0xf9][0xca][0xb1][0x3][0xf7][0xf6][0xa0]o[0xf7][0x84]{/T`_[0x86][0xd2][0xdd][0xfe]cH[0x9d][0x14]9"[0xfc]N0,[0x96]+W[0xad]>[0xe0][0xb6][0xcb]=[0xc7][0x8e][0x8a][0x4][0xa6][0xda][0xd2][0xf1]x8P[0xa4]oy[0x2][0xd2][0xa8][0x1e][0xd5]-l0[0x94][0xca][0xd3][0x94][0xec][0xd6][0xf5]S[0x18][0xc3][0x1a]Cq:[0xc3][0x90]n[0xfb][0x3][0xd5][0x15]'R[0xbf]EJ[0xa7]w[0xf4]a[0x19]$`e[0x90]E[0xce][0xc2]&[0xc3][0xde][0xff][0xef][0xcb][0xb0][0xfa][0xa5][0xfa]Wme[0x9a]$[0x86][0xc2][0xe4][0x12]j[0xf4][0xf9]q[0xe8][0x15][0x83][0xa1][0xe5][0x81]!I;[0x9b]<#[0x1f][0xaf][0xbe][0xc0]x[0xa6][0xc0]@[0x8a]l"J[0x1e]#M63[0x2]0[0x83]9[0xf2][0xa6][0xbe][0x16]Q?[0x9b]cO?[0x9a][0x9b][0x13][0x9a][0xe7]#&[0x9f][0xd3][0xcc][0xe2]X[0xc1]!yc<[0x84]MVP[0x18][0x1][0xe3]!:Z[0xa2][0x9c]n[[0x8e][0xf8][0x15][0xcc][0x92][0xcf]Sdb[0x8d][0x8e],bAc[0xb9][0xe4]'PK[0x7][0x8][0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/slf4j/helpers/Util.class[0x9d]V[W[0x1b][0xd7][0x15][0xfe][0xe][0xba][0x8c][0x18][0x6][0x83][0x5][0xc2][0xd8][0x18]GM[0xdd]D[0xa0][0x4]b[0xea][0xe6]b[0x88]S,c[0x9b]X`[0x82]d[0xd7]r[0xda][0xe0][0xb1]8[0x88][0xb1]G3[0xca][0xcc][0xc8]1I[0xda]\[0xdb]&[0xe9][0xed]9[0x8f][0xed][0x8b]_[0xf2]@[0x9d][0xb5][0xc0][0xab]^[0xcb]yk[0xd6][0xea][0x1f][0xc9][0xf][0xe8]kV[0xd2][0xef][0x8c][0x86][0x8b]A[0xce]j[0xbb]$[0xcd][0x9c][0xb3]g[0xef]o_[0xbe][0xbd][0xcf][0xe8]_[0xdf][0xfd][0xe3]![0x80][0x9f][0xe2]/:[0xb2][0xb8][0xa2][0xe1][0x17])\[0xd5][0xd1][0x81][0x8a][0x8e]kx][0xc3]/u[0x1c][0xc4][0xaf]RxC[0xc7][0x12][0xae]wrc[0xaa][0xcb][\r]%[0xae]jX[0xd6][0xd1][\r][0xa9]6+jU[0xd3][0xb0][0xaa][0xc3][0xc2]M[0xa5]}K[0x83][0x9d]B]G?*[0x9d]Dst[0xb8]h[0xa4][0xf0][0xa6][0xe][0xf][0xbe][0x86]@[0xc7][0x10][0xae][0xa4][0xd0]T[0xf7][0xdb][0xea][0xf2][0x96][0x86];[0x1a][0xd6][0x4][0x8c]Y[0xc7][0x91]^[0xc1]6}_[0xfa][0x2]C[0xe1][0xaa][0xe0]:[0x81][0xbc][0x13][0x94]d[0xb5][0xe9]Y[0xc1][0xda][0x9c][0xe9][0x98]5[0xe9][0x9][0xf4][0x96]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x97][0x17]g[0xcb][0x95][0xa5][0xb9][0xe9][0xf9][0xe9][0xf3]3[0x8b][0x2]'[0x8b][0xae]W[0x1b][0xf7][0xed][0x95][0x93]7[0xc7]W[0xa5][0xdd][0x90][0x9e]?~9[0xb0][0xec][0xe3]?[0x0]4)[0x90][0xdf][0x8b][0xb4]TX[0x9c][0x99].[0xcf]^[0x9a]_[0x9a].ru[0xb6][0xb2]4].[0xcf][0xcc]-[0x94]g[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x88]k[0x2][0xc9])[0xcb][0xb1][0x82][0xd3][0x2][0xb1][0xdc][0xc8][0x15][0x81]x[0xc1]][0x96][0x2]=E[0xcb][0x91][0xf3][0xcd][0xfa][\r][0xe9][0x95][0xcd][0x1b]6%[0xe9][0xa2][5[0xed]+[0xa6]g[0xa9]}$[0x8c][0x7][0xab][0x16][0xb3][0x1b]|L[0xb0][0xc]([0xe3][0x9b]+[0xf2][0xbc][0xc]Jk~ [0xeb][0xb][0x9e][0xcb][0x87][0x1][0xeb][0xf3]T[0xae]x[0xd3][0xbc]m[0x8e][0xdb][0xa6]S[0x1b]/[0x5][0x9e][0xe5][0xd4]&G[0xf6][0x8b][0x18][0xd6]-[0xb9][0xa6][0xbc][0xb7]y[0x94][0xf4][0xa4][0xdf][0xb4][0x3][0x81][0xee]R`Vo[0xcd][0x99][0x8d]0,[\r]o[0x93]u[0x81][0xa3][0x91][0xeb]3[0xae]kK[0xd3][0xd9][0x1b]A[0xa6]][0x4],H[0xe2][0xb6]i7U[0xc2]5[0xb9][0x9f][0xa9][0xe7]s#[0xff][0x1f]1[0x87]U0[0x5]O[0x9a][0x81][0xdc][0x7][0xda][0xe1][0xd7][0x5][0x86]wG[0x13]i[0xcc][0xdc][0xa9][0xca]F`[0xb9][0xe][0x1]z[0x18]N[0xc1][0xb4]m[0x86][0x19]z[0x12][0xe8][0xcb][0xed].X(Tz[0xfe]^[0xf8]D[0xe0][0x99]U[0x95][0xd0][0xeb]m[0xd4][0xbb][0x15][0x83][0xe1]f[0xde][0xac]SIX[0xfc][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc][0x94][0xa9][0xd1][0xd3][0x93][0x9c]#[\r][0x5][0x81][0xce][0x92]Us[0xcc][0xa0][0xe9]Qs`|J5[0xe4][0xad][0xe1]z[0xe4]m[0xb4][\r][0x5][0xbb]$[0xe5]U[0xcf]}Ky[0x9d]T[0x9d][0x19][0xab][0xfb]5[0xc6]F[0xb3]L[[0x9d][0xc7]0J[0xcb][0xd4]T[0xd5][0x8e][0x9a]\/[0xb9]M[0xaf]*[0xcf]Y*[0x95]N[0xc5][0xdb][0x98]21[0x90][0xc3][0x88][0xc0][0x93];[0xe6][0xb3][0xb6]-k[0xa6]=[0xed][0xd5][0x9a]u[0xe9][0x4][0xdb]L[0x10][0xc2]i[0xda]v[0xd6]r[0x1a][0xcd]@[0x99]-jx[0xc7][0xc0][0xbb]x[0x8e]C[0xfe][0x3][0xc][0x1a][0x18]W*[0xf1][0xc0]k[0xaa][0x6]5[0xf0]k[0xbc]h[0xe0]8~b[0xe0])[0xab][0xde][0x1e]C[0xc3][0x7][0x6]>[0xc4]G[0x6]>[0xc6]o[0x5][0x9e][0xd8][0x97])G([0x90][0xbb][0xd2][0xbc]z[0xce]d[0x91][0x96][0xb3][0x81][0x9b]][0xb1][0x9c][0xe5],a[0xc7]B[0xd8][0xb1][0x8]vL[0xc1]R[0x9c][0xb5][0x2]?[0xcb]^[0xb1]%[0x97]N6X[0x95]Y_[0x8d][0xe3]dV[0xb5]V[0xd6]_u[0x9b][0xf6]r[0xd6]q[0x83][0xec][0xaa][0xd9]hHV[0xe2]w[0xf8][0xbd][0x86]O[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1e]t}[0x8b]a3[0xd0][0x93][0xdc]r~J[0xc3]g[0x6][0xfe][0xa0][0x18]9[0xb4][0x97][0xd0]3M[0xcb]^V][0xad][0x95][0x8a][0xe7]N[0xbe]z*k[0xe0][0x8f][0xf8][0x93][0x81]?[0xe3]#[0x9e][0xa3];[0xda][0x97]n[0xdc][0x94]U[0xf6][0xca][0xe0]cJz[0xe2][0x11][0xed][0x16][0xf6][0xa3][0xa2][0xf0][0xb8][0x10][0xe8][0xe2][0xdc][0xed][0x1c][0x1a][0xbd][0xf2][0xcd][0xa6]i[0xfb][0xb3]5[0xc7][0xf5]d[0xc1][0xf4][0xd9]E[0xc3][0xb9][0xc7][0x9d][0x8]'[0xc2][0xee][0xb][0x7]w[0x17][0x81][0x2][0xfd][0xb9][0x91]v[0xa3][0xd8][0xb3]G[0xc4][0x1c]i[0xda][0x1a][0xcb][0xfe]\[0xdb][0xc3]1[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "gO[0xeb][0xb7]r[0xf][0xf][0xb3][0x98][0xf4][0xbc][0xed][0x81][0xb1][0xdc][0xf1][0x5][0x1a][0x6]4[0x97]f[0x9d][0xe6]}m[0xc4][0xf4][0xda]P;[0xdb][0xd9]z[0xfe][0xe8][0x9c]1[0xce]FK[0x9b][0x1c][0x97]['K2$vY[0xe0][0xd9][0xff][0xea]T[0x8f]8d[0x0][0xa9][0xc0]m[0x89]p[0x82]/[0xe0],[0xdf][0xe3][0x1d][0xd0][0xd5]Tp[0xa5][0xab][0xc1][0xe0][0xbd][0x93]2N'x\[0x84][0xef]y[0x9e][0x1][0xbc]'F7![0xfe][0x1e][0x1a][0xe4]C[0xe5][0xe]^[0x8f]#N[0xd3]g[0xb8]2ZJx[0x16]c![0x4][0x87]/[0x2][0xf8][0x14]1~[0x80][0xa1][0xd1][0xaf][0xd1][0xfd][0x0][0x1d][0x95]tl[0x13][0xf1][0xaf]Dq[0xf4]>[0x12][0xc5][0xbb][0x88][0xcf][0xe5][0xd7][0xa9][0xda][0x8b][0xc][0x6][0x91][0xa4][0xaa][0x82]?[0x6][0x8d][0xd7][0x1c][0xe1]Gp[0x80][0x92]^[0x2]g[0x8]9H[0xf8][0xc3][0x8c]][0xb9][0x1c][0x8]C[0x18][0xe2]n[0x82][0xf7]^t1[0xd6][0x9]"[0x9d][0xe4][0xae][0x1f][0xb1][0x3][0xdf][0xab]L4[0xfc][0x8c]_[0x8][\r][0xcf][0xab][0xb0]^[0xc0][0x8b]QX[0xd7]i[0xad][0xec][0xd3][0xc]C+[0xe6][0xbf]F"[0xf6]E>[0x9d][0xda]@[0xe7][0x17][0x94][0xb6][0xa2]H[0xd3]?h[0x9d][0xa0][0xb1][0xb2][0xed][0xc2]K[0xbb]<[0xa7]#[0xcf][0x9][0xfe][0x8b]yi[0xdb]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe2][t)[0x9f][0xba]:$"o[0xd7][0xc2][0xf2][0x0][0xd9]{[0xd0][0xff][0x9][0x8d][0xd7][0xf5]{[0xe8][0xfa][0x1c][0x9][0xb1]~[0x1f][0xc6][0x97][0xd0][0xe3]_[0xa2]KI[0xb7][0xb][0xdc][0xaa][0xc0]EV[0xa4]H[0xa4]9[0xe6]7O[0x8f][0xb][0xac][0xc0]k8[0x8a][0xc5][0xd0]W[0x1c][0x1d][0xba][0xc6][0xa7]S[0xdb]~[0x16][0x19][0xb9][0xf2]d<@wEl[0xe2][0xc0][0xfa]E[0xb1][0x1e]JR[0xcc]`[0xab][0xba][0x7]BB[0xae]RR[0x81][0xfa][0xd3][0xb6]E[0xa0]"[0xf5]e[0x9c][0xe6]N[0xa1]'[0xf9]^[0xd2][0xc2][0xcc]_[0xc1][0xcf][0xf9]D[0xe1][0xff][0x9b][0x96][0xaa]&[0xaf][0xdd]G[0xcf]E[0x12][0xca][0xf8]G7[0xd0][L[0x1f][0xdc]@z.vz8[0xff][0xf0]o8[0xfc]L~x[0x82][0xfb][\r][0xf4]}[0x8e][0xe4]]t~[0x1c][0x13]w[0xbf][0xff]&|[0xd6]5[0x9c][0xb8][0x9e][0xf8]W[0xd5][0x9][0xfd][0x95]tf[0x13][0x3]_[0xe5])[0x9a]X[0xf][0xd3]Q[0xc1]M0[0x14]`[0x99];[0xc9][0xa0]W[0x18]T[\r]=X%[0xfd]6[0x86]Qg[0x18][0xe][0x9b][0xc1]&[0xd9][0x1e][0xa6][0xe1][0xb3]D[0xb7][0xc3][0x4]Fi[0x11]g[0xa1][0xa6][0xc3]f[0xee][0xc1][0x19]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "L*[0xc3][0xf2][0x9c]%j[0x7][0xe][0x91][0x90][0x19][0x9c]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xe7][0xa3][0x84][Z[0x17]"[0xea][0x6][0x90][0xfc][0x16],[0xe8][0xec]w04[0xbc]J[0xe]E&[0xd1][0xdd]I[0xf][0x8a][0x94]"[0x1b]o[0x8e]$[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "][0x8e][0xda][0xa7][0xff][0x1e][0xe][0xb1][0x2][0x83][0xbc][0xa5][0xf][0xf3][0x9e][0xdf][0xc0][0x91][0x9d])i5[0xd0][0xdb][0xa4][0xf2][0x1d][0xfa]z[0x17]}|[0xb][0xed]4P?.[0x85][\r][0xa4]V[0xb][0xa4]U[0x84][0x1e][0x16]#[0xf][0x17]"*[0x8f][0x10][0xfa][0x1][0x86]*[0x9b]8[0x9a][0x1e][0xde][0xc0]1z;[0xb6][0x81]'[0xe8]k[0xef]4[0xbe]O[0xfb][0xf]vM[0xe3][0x91][0x8]?[0x85][0xd2][0xf6]8[0xf]G[0x8d][0x98][0x88][0xb1][0xe1][0x14][0x80][0x8][0x1][0x92][0xa1][0xf8][0x2]a[0xca]![0xe8]e<[0x19][0x86][0xdf][0x81][0x1f])[0xed][0xde][0x14]{[0xfc] ~[0x8c]#[0xff][0x1]PK[0x7][0x8]hi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/slf4j/impl/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/impl/StaticLoggerBinder.class[0x8d]Rao[0xd2]P[0x14]=[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x85][0xda]m[0x88][0x9b]c[0x13][0x9d][0x88]S`[0xda]j[0x9c][0xc6]Eb[0xe2]6[0xa6]$[\r][0xd3][0x15]I[0xfc][0xb4][0x94][0xae][0xd6][0x92][0xd2][0x92][0xd2][0x19][0xfd]W[0x9b][0xa8]K\[0xe2][0xf][0xf0]G[0x19][0xef][0x83][0x86][0xc1]f[0xa2][0xfd]po[0xdf][0xed]=[0xf7][0x9c]s[0xfb]~[0xfd][0xfe][0xf1][0x13][0xc0]#<[0x90] [0xa3]([0xe2][0xb6][0x84][0x18][0x8a]i[0x88]X[0xe5][0xe1][0xe][0xf]wE[0x94]$[0xca]E[0x9]eTRX[0xe3][0xc5]{"[0xee]3[0xa4][0xf5]z[0xe3][0xa5]Vk[0xee]6[0x18][0x8a][0x9a][0x1f][0xd8]j[0xdf]}[0xbf][0xde]Q[0x9d]n[0xcf]U[0xf5][0xd0][0x8][0x1d]S[0xf3]m[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "6[0x1d][0xef][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x9e]1,[0xb8][0xc3][0xf3][0x8e]a[0x86]~[0xf0]y[0xcb]5[0xfa]}=[0xc][0x18][0xb2]Z[0xc7][0xf8]h[0xa8][0xae][0xe1][0xd9][0x4][0xc][0x1c][0xcf][0xa6][0xe6][0x99][0xa9]f[0x86][0xe5][0x9][0x8a][0xba]6[0xf9][0x8d]O[0xde][0xab][0xbd]y[[0xd3][0x9b][0xb5][0xed][0xfd][0x17][0xaf][0xeb][0xfb][0xad][0xda][0x9e]^[0xe7][0xba][0x92]U[0xc7]s[0xc2][0xe7][0xc][0xf1]R[0xb9][0xc5] l[0xf9][0x7][0x16][0xc3][0x9c][0xe6]xV[0xe3][0xb0][0xdb][0xb6][0x82][0xa6][0xd1]v-[0xae][0xc0]7[\r][0xb7]e[0x4][0xe]?GE![0xfc][0xe0][0xf4][0x19]d[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "u[0xd2][0xe4]Z[0xa1][0xef]1[0xac][0x96][0xca][0xff]e6C0m[0xda]B~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "z[0xc1]D[0xee]<[0xe2]lC[0xf3][0x84][0xfc][0xcb][0x8e]RU[0xd3][0x8d][0xc]J[0xba][0x18][0x98][0xd6][0x8e][0xc3][0x95]/^T[0xa4]p[0xb8][0x8c]y,0(\[0x84][0xdf][0xeb][0x93][0x88][0x9e][0xf1]I[0xe5][0x8b][0xa6]y[0x91],[0x9d][0xc7])[0x19]2.#+c[0x6][0xb3]2[0xe6][0x90]a([0xfc][0xd3][0xbf][0x8]E[0x86][0x8a][0x15][0xfa][0x3][0xf][0x95]'[0xca][0xc6][0x86][0x8c]+[0x1c][0x99]93[0xb1][0xdb][0xee]XfH?[0xe3][0xac]4[0xf4][0xcb] [0xd2][0x1e][0x1a]F[0xd7]B[0x81][0xee][0x9a]LWT[0xc0][0x12]g[0xa7][0xb7]e.[0x80]r[0x96]K[0xa2][0x9c][0xe6]c)'[0xe8][0xe6][0x92]50\[0xa5][0xd3]&[0xe2][0xf4][0x6]d*'`[0x95]S[0xc4][0xde][0x9d] [0xfe][\r][0xc2]1[0xd5]bX[0xa4]8K[0x1d][0xfc][0xea][0xb]X[0xa7][0x89][0x8f][0x91][0xa3][0x93]<[0xc2][0x10][0x17]gZ"[0xae]k[0xd1][0xbc][0xfc][0xf0][0xb][0xe9][0xf8][0x82][0xc4][0x11]e6[0x9c][0x91][0x1c]V[0xb7])[0xe6]q=[0xea]T)[0xf3]j[0xa2][0xf2][0x15][0xc2][0xd1][0x98]n[0xd4][0xfa]j[0x82]&[0x11][0xd1]0[0xdc][0xc0]J[0x4]V"0[0xd1]$[0xcf]c[0xb5][0x9][0xac][0x10]aS[0xb8]9[0xb6][0xfc][0x94][0xba][0xf9][0x93];[0x85]HnS[0x3]$[0xb2][0xb1][0xef]H[0xf][0x90][0xcc]J[0x3]\:[0x1e][0xcb][0x1e]Y/C[0xc2][0x1a][0xad][0xb0]J[0xd5][0xc2][0x90][0xeb][0xd6][0x1f]PK[0x7][0x8][0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/slf4j/impl/StaticMDCBinder.class[0x85]Rk[0xd3]P[0x14]=[0xaf]M[0x9b]6[0xc6]m[0xd6]N[0xdd][0xec]f7[0xb5][0x1b],[0xa0]C[0x14][0xab][0xa8][0x9d][0x8a]P[0xbb]?2[0x6][0xfe][0xf9][0x9a]>[0xe3]+iR[0x92]L[0xfc]X[0x9b][0x5][0x7][0xe][0xfc][0x0]~([0xf1][0xbe][0xd7][0xd0][0xce]:[0x94][0xc0][0xbd][0xef][0xdd][0x9c]s[0xcf][0xb9][0x97][0xf7][0xf3][0xd7][0xf7][0x1f][0x0][0x1e]b[0xdb][0x82][0x85]z[0x19][0x5]l[0xa8][0xb0][0xa9][0xc2]m[0x13]w,[0xca]u[0x13]w-[0xdc][0xc3]}[0xb][0xa6][0xba]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "4[0x18][0xca][0xee][0xbb][0xee][0xdb][0xce][0xeb][0x83][0xfd].C[0xbd][0x13][0xc5][0xbe][0x93][0x4][0x1f]w[0x7][0x8e][0x1c][0x8e][0x2][0xc7]My*[0xbd][0xf7]{[0xed]W2[0xec][0x8b][0xf8])Ce[0xd8][0xf7]^[0xf6][0xf9]([0x15]q;[0xe0]I[0xe2][0xa6]1[0x15];[0x3][0xfe][0x99];[0x1][0xf]}[0xa2][0xc4]2[0xf4][0x9]i[0xcd][0x90][0xc][0xab][0xe7]:'#[0xe9]P[0xcb][0xec][0x1f]![0x8b]-[0x19][0xca][0xf4]9C[0xbe][0xd1][0xef][0xba]B)[0xf9]6w[0xf][0xb8]tT[0x1d]7[0xb5][0xf0][0xc8][0x9][0x18][0xcc][0x9e][0x8];[0xa4][0xed][0x8a][0xd0][0xf7][0x18]6*[0xd5][0xff][0x1a][0xaa]@[0xb4]V[0xd2][0xea]J[0x82]z[0xc5][0xec][0xf2]e[0xc6][0xe4]%[0x16][0x88][0xf9][0x97][0xb7][0xc8][0xd5]m7[0x1e][0xd0][0xe8][0xf8][0xc7][0xd2][0x16];[0x8e]r[0xbe]t[0xd5][0xd1][0xa6][0xa2][0x9b](b[0x9e]a}b[0xe2]H[0xb8]C![0x3][0xab][0xc1][0x83]?[0xf8]X[0xdc]D[0x1][0xd7]M[0x98][0x98]11[0x8b]9[0x86][0xf2]?[0xa7][0xd6][0xf1][0xd0][0xc4]#[0xac][0xd2][0xf0][0x13][0xb3]{[0xdd][0xbe][0xb0][0xc3][0x4]=[0x18]:VBkD[0xa7][0x1f]3[0xa1]E[0xb3]3[0xe8][0xf4]&m>[0x10]([0xd3][0x9e][0x19]`[0xb8][0x86]4n*W[0xb4][0x9d]%e[0x8c]rQY[0xa5][0x9c][0xa1][0x15][0xa5][0x1][0x9][0xb5]@U[0x83][0x90][0x8c]r[0xa1]v[0xe]V[0xbb]@[0xea][0xdd]9[0xd2]_[0xa1][0x9d]R/[0x85]E[0x8a][0xb3][0x84][0x0][0x9e]C[0xc3]3[0xba][0xe7][0x5]nPe[0x8e]8X[0x8a][0x14][0xf2]X&[0xb5][0xd1]}+[0xd1][0x9][0xa0]}F[0xe6][0x84]2[0x8b][0xee][0xc8]F[0xdd]:[0xc5][0x12]n[0xc5]H[0x8b][0xb2][0xea]fj_[0xa0][0x9d][0x8c][0xe5]F[0xd0][0xd7]S2[0x99]X[0x86]V[0x3][0xab]1y3&[0x93]L[0xf6]2[0xb7]9[0xc5][0xd5]bn[0xe][0xb7][0xc7]#[[0x84]V[0xdf][0xfc][0x5]t[0x9a]6w[0x86]L1[0xf5][\r][0xf9]3dO[0xc7][0x8e][0x8d][0x8][0xf4][0x84][0xf2][0x16]u[0xee]D[0x12]w[0x3]PK[0x7][0x8][0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/slf4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LocationAwareLogger.classm[0x91][0xcb]N[0xc2]@[0x14][0x86][0xff]C[0x91][0x2][0x8a]W[0xbc]mL[0xdc][0xe1][0xc6].t[0xd7]U[0xc5]b[0x9a][0xd4][0x92][0x14][0xc4][0x85][0xb]3[0x90][0xb1][0xb6]6[0x1d]3-[0xf2]n.|[0x0][0x1f][0xca]x[0xc0][0x10][0x1a]u1[0x93]|_[0xfe]?g.[0x9f]_[0xef][0x1f][0x0].ph[0xa2]mb[0xdf][0xc4][0x1][0xa1]1[0xc][0x9d][0xae][0xfb][0xe8][0x5]C[0x2]y[0x84]VWey![0xb2]b$[0xd2][0xa9]48[0xf][0xe]][0xbb]Ww7[0xf3][0xd0]\4[0x9]u/[0xe8][0xf5][0x97][0xdc]f[0xbe]w[0xc2]`[0xc9]'\p[0xc3][0xb0][0x1f].E[0x87]`[0xa4]*"[0x8c];[0xbe][0xd2][0x91][0x95][0xa7]O[0x97][0x89]u+[0xf4][0x8b][0xd4][0xb6][0x9f][0x88]7a[0xa5]"[0x8b][0xac]A[0xa1][0xe3],[0xb2][0xbd][0xbf][0xea][0xa1][0xa4][0xfa][0xe3]DN[0x8a]ro[0xf8][0xac][0xd5]L[0x8c]Si[0x9f][0x8d][0x8][0xcd][0x81][0x9a][0xea][0x89][0xec][0xc5][0xa9]$[0x1c][0xf9]j"[0x8a]Xe[0xce]Lh[0xe9][0xab]([0x92][0xfa]|[0xde]$[0x9c][0xae][0x8e][0x92][0xbf][0xc6][0xd6]?A[0xc2][0xf6][0xef][0xb1][0xac]V[0xb5][0x9f]T[0x8d][0x1f][0xe][0x15]^[0x6][0xd6]p[0x8c]*[0xef][0x84][0x1a]_[0xbb][0x2][0x93][0xb9]^[0xe2][0x6]s[0xb3][0xc4][0xeb][0xcc][0x1b]%n1o[0x96]x[0xb]T[0xe5][0x89][0xd8]Y[0xfc][0xc2][0xee][0xc2][0xed]}[0x3]PK[0x7][0x8][0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/LoggerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0x9f][0xfc][0xf4][0xf4][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/slf4j/spi/MDCAdapter.class[0x9d][0x90][0xcf]J[0xc3]@[0x10][0xc6][0xbf][0xad]mb[0xab][0xb5][0xff][0xac][0xf8][0x4][0x9a]^[0xdc][0x83][0x5][0x5]E[0x90][0x88]'K[0xf][0x1][0xef]k[0xdc][0x86][0x84]5[0x9][0x9b]M[0xd1]W[0xf3][0xe0][0x3][0xf4][0xa1][0x8a][0xb3]A[0xc][0xb4]=[0x88]{[0xf9]ff[0xbf][0xf9][0xcd][0xec][0xae][0xd6][0x9f]_[0x0].q[0xe2][0xe2][0xd8][0xc5][0x98]a//[\r][0xc3][0xb9][0xf7][0x94][0x88][0xa5][0xe0]J[0xa4][0x11][0xf][0x8c][0x8e][0xd3][0xe8]f[0xbb]2y&$[0xc9][0xb6][0xc3]?[0xd9].18Z[0xbe]eK[0xc9]0[0xde][0xd5]A[0xbc]V[0xa8][0xa4][0xd0][0xc4][0xf5]l6"[0xba][0x9f][0xe5][0x1f][0xf3][0x85][0x9f][0xa5]F[0xbe][0x9b][0x99][0xc8][0x19][0x6][0xde][0xf][0xbb]4[0xb1][0xe2]T"p;[0x88][0xa3]T[0x98]R[0x13][0xfb]j[0xf3][0xfe][0xf6]/[0xaf][0xb9]#J[0xb7][0xb0][0xf3][0xea]ICoc[0x90]][0xea][0xda][0xfb][0x17][0xdd][0xb6]v[0x82][0xac][0xd4][0xa1]|[0x8c][0x15][0xad][0xd9][0x9b]=[0xf8][0xf7][0xaf]"7R_X?[0xc3]i[0xa6]#^[0xa8][0xc5]4[0xe1]E[0x1e][0xf3][0xfa][0x9e][0xa1]_[0x13][0xe7]/[0x89][0xc][0x8d][0xc3][0xc0][0xd0][0x80]=N[0x93][0xfe][0xb]M[0x80][0xb4][0x5][0xa7]R[0x17][0xfb][0x95][0xb6][0xd1][0xa9][0xf4][0x0][0x87][0xe4][0xef][0x92][0xbb][0x81]#[0xca]{[0xe8][0xff][0xe6][0x3][0x8a][0x86]U4[0xfa][0x6]PK[0x7][0x8]6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/slf4j/spi/MarkerFactoryBinder.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6]Nv[0x6].F[0x6][0x81][0xf4][0xd4][0x12][0xdf][0xc4][0xa2][0xec][0xd4]"[0xb7][0xc4][0xe4][0x92][0xfc][0xa2]JF[0x6][0x19][\r]M[0x9f][0xfc][0xa2]t[0xfd][0xe2][0x9c]4[0x93],}O[0x14]YkF[0x6][0x9]t[0x1d][0xce]9[0x89][0xc5][0xc5][0xc1]%E[0x8c][0xc]"@[0x9d]Y[0x89]e[0x89][0xfa]9[0x89]y[0xe9][0xfa]@[0xa1][0xcc][0xbc]t[0xa0][0xe][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]T[0xa0]v[0x14][0xbd]N[0x99]y)[0xa9]Ez M[0x8c][0xc][0x8a][0x8][[0x8b][0xb]2[0xf5][0xb1]([0x4][0xba][0x17]a[0xbe]RVjr[0x9][0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb1]0203[0xb0]00[0x0]iV[0x6]6[0xa0][0x8]#[0x3];H[0x9c][0x81][0x3][0x0]PK[0x7][0x8][0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]Nt[0xe][0xbb]![0x6][0x5][0x0][0x0]l[0x13][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0x5][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x88]2[0xc1][0xb5][0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]aI[0xf9]N[0xc8][0xff]C[0xe2][0xd4][0x2][0x0][0x0][0xc8][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]r[0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.logging/pax-logging-api/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]org/apache/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xb][0x0][0x0]org/apache/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb][0x0][0x0]org/apache/avalon/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xb][0x0][0x0]org/apache/avalon/framework/logger/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3`w[0x1a][0xa8]x[0x2][0x0][0x0][0xbb][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x0][0x0]org/apache/avalon/framework/logger/AbstractLogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xcb][0xb8][0xe1]w[0x96][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xe][0x0][0x0]org/apache/avalon/framework/logger/LogEnabled.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xb4][0xa6]*[0xcf][0x9e][0x0][0x0][0x0][0xc8][0x0][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0xf][0x0][0x0]org/apache/avalon/framework/logger/Loggable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]4[0x97][0x1d]3[0xad]L[0xc3][0xe1][0x1f][0x1][0x0][0x0]![0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0x10][0x0][0x0]org/apache/avalon/framework/logger/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x12][0x0][0x0]org/apache/commons/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x12][0x0][0x0]org/apache/commons/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"[0xa4][0xab][0xc][0x9][0x1][0x0][0x0][0xdf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x12][0x0][0x0]org/apache/commons/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nt{[0x10][0xd4][0xb7][0x2][0x0][0x0]T[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x14][0x0][0x0]org/apache/commons/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9b][0xea]&[0xf5][0x93][0x7][0x0][0x0]Y[0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y[0x17][0x0][0x0]org/apache/commons/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x1f][0x0][0x0]org/apache/common" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "s/logging/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Na[0xdb]x[0xdf]p[0x2][0x0][0x0][0x7][0x8][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1f][0x0][0x0]org/apache/commons/logging/impl/NoOpLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`"[0x0][0x0]org/apache/commons/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xf1])[0xc0][0x15][0x5][0x0][0x0][0xf4][0xe][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]"[0x0][0x0]org/apache/commons/logging/internal/JclLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*([0x0][0x0]org/apache/juli/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j([0x0][0x0]org/apache/juli/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N6WCV[0x7][0x1][0x0][0x0][0xdc][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2]([0x0][0x0]org/apache/juli/logging/Log.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0x1b]`[0xb0] [0x2][0x0][0x0]6[0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]*[0x0][0x0]org/apache/juli/logging/LogConfigurationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nw}H[0xac][0x9d][0x8][0x0][0x0][0x14][0x14][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d],[0x0][0x0]org/apache/juli/logging/LogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]5[0x0][0x0]org/apache/juli/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NPvi[0xf6][0x8f][0x4][0x0][0x0][0x87][\r][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]5[0x0][0x0]org/apache/juli/logging/internal/JuliLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf]:[0x0][0x0]org/apache/log4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl[0xb4][0x8c][0xc][0xa5][0x7][0x0][0x0][0xb9][0x12][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0]org/apache/log4j/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xbd][0xe4]3Q[0x6][0x0][0x0][0xd0][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2]B[0x0][0x0]org/apache/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9d]U[0x9e][0xbf]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xaa][0x1c][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]I[0x0][0x0]org/apache/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x7][0xca]C=[0xf4][0x3][0x0][0x0][0xe][0x8][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#o[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext$Instance.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x4]j[0x6][0xa2][0x89][0x2][0x0][0x0][0xcb][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]jv[0x0][0x0]org/apache/logging/log4j/CloseableThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa8]+[0xd4][0x3][0xeb][0x2][0x0][0x0][0x18][0x7][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vy[0x0][0x0]org/apache/logging/log4j/EventLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xdb]U[0xba]T[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf9][0x18][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99]|[0x0][0x0]org/apache/logging/log4j/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][\r]:[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] --- compiler:3.11.0:compile (base-compile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ mbw-kryo --- [INFO] Reserved port 33717 for jersey.config.test.container.port [INFO] Reserved port 33237 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ mbw-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb][0x0][0x0][0xfa] [0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x87][0x0][0x0]org/apache/logging/log4j/LogManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc]/E|k[0x9][0x0][0x0]KE[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8][0x92][0x0][0x0]org/apache/logging/log4j/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xde][0x85][0xb6]J[0x8c][0x1][0x0][0x0][0xec][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x9c][0x0][0x0]org/apache/logging/log4j/LoggingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc1][0xf6][0xc6][0xe].[0x1][0x0][0x0]5[0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x9e][0x0][0x0]org/apache/logging/log4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N0)[0x1e]*[0xb7][0xb][0x0][0x0]'[0x17][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa0][0x0][0x0]org/apache/logging/log4j/MarkerManager$Log4jMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xf3][0x9e][0x96][0xca][0x4][0x0][0x0][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xac][0x0][0x0]org/apache/logging/log4j/MarkerManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]r[0xe3][0xd9][0xaa][0x0][0x0][0x0][0xed][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xb1][0x0][0x0]org/apache/logging/log4j/ThreadContext$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd7][0x86]\[0xfa]v[0x1][0x0][0x0][0xd8][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xb2][0x0][0x0]org/apache/logging/log4j/ThreadContext$ContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1b][0x95])=[0x2][0x0][0x0][0x1c][0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xb4][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\r]I[0xff][0x9c]%[0x5][0x0][0x0][0xd9][0xe][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0xb6][0x0][0x0]org/apache/logging/log4j/ThreadContext$EmptyThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]9p[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]N[0x19][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xbc][0x0][0x0]org/apache/logging/log4j/ThreadContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc6][0x0][0x0]org/apache/logging/log4j/message/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NF[0x16][0x2][0x12]^[0x4][0x0][0x0][0xf8][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0xc7][0x0][0x0]org/apache/logging/log4j/message/AbstractMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbe][0x18][0xd6][0xf3][0x13][0x1][0x0][0x0][0xda][0x1][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xcc][0x0][0x0]org/apache/logging/log4j/message" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/AsynchronouslyFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84]a[0x83][0xe9]H[0x6][0x0][0x0][0xca][0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0xcd][0x0][0x0]org/apache/logging/log4j/message/BasicThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa4][0x3][0x9f][0xad][0x8][0x3][0x0][0x0]C[0x7][0x0][0x0]T[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xd4][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$AbstractFlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe6][0x92][0xa5][0x3][0x97][0x1][0x0][0x0][0x87][0x3][0x0][0x0]S[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleEntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2]~[0xf1]77[0x3][0x0][0x0].[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xd9][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory$SimpleExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xea][0x15]P[0xea]*[0x4][0x0][0x0]7[0xc][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0xdd][0x0][0x0]org/apache/logging/log4j/message/DefaultFlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xc8]bC[0xe9][0x84][0x0][0x0][0x0][0xbe][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xe2][0x0][0x0]org/apache/logging/log4j/message/EntryMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x94][0xa0]\[\r][0x0][0x0][0x0][0xbc][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExitMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1c]$[0x5][0x16][0x4][0x2][0x0][0x0]L[0x3][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xe3][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe1][0xbe]:[0xe0]c[0x9][0x0][0x0][0xfa][0x13][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe6][0x0][0x0]org/apache/logging/log4j/message/ExtendedThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x91][0x8f]K[0x85][0xb0][0x0][0x0][0x0]%[0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0xf0][0x0][0x0]org/apache/logging/log4j/message/FlowMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x86][0x6]rn[0xd0][0x0][0x0][0x0]|[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xf1][0x0][0x0]org/apache/logging/log4j/message/FlowMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5U[)[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x84][0x17][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xf2][0x0][0x0]org/apache/logging/log4j/message/FormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xba][0xf3][0x9a]K[0x2][0x4][0x0][0x0][0xad][0x10][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfd][0x0][0x0]org/apache/logging/log4j/message/FormattedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xb3][0xc3][0xc1][0xb6][0xb][0x0][0x0][0x15] [0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x2][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xd6]g3[0xc5][0x2][0x0][0x0][0xd0][0x6][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0xe][0x1][0x0]org/apache/logging/log4j/message/LocalizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0xdf][0xd2][0xab][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x11][0x1][0x0]org/apache/logging/log4j/message/LoggerNameAwareMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N2[0xab]x([0xf0][0x1][0x0][0x0]y[0x3][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x12][0x1][0x0]org/apache/logging/log4j/message/MapMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb3][0x83][0xab]c[0xb][0x3][0x0][0x0][0x8b][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x14][0x1][0x0]org/apache/logging/log4j/message/MapMessage$MapFormat.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xa8][0xab][0xe])1[\r][0x0][0x0][0xfd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x18][0x1][0x0]org/apache/logging/log4j/message/MapMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xac][0x8c]PH[0xdf][0x0][0x0][0x0]F[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]%[0x1][0x0]org/apache/logging/log4j/message/Message.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe1][0x81][0xed]j[0xae][0x0][0x0][0x0][0x89][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]'[0x1][0x0]org/apache/logging/log4j/message/MessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N`JZn[0x12][0x1][0x0][0x0][0xdb][0x7][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]([0x1][0x0]org/apache/logging/log4j/message/MessageFactory2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "}[0xab][0xd5]f[0x8][0x0][0x0][0xaa][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90])[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NH9[0xc9][0xf1][0xfa][0x3][0x0][0x0]T[0x10][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_2[0x1][0x0]org/apache/logging/log4j/message/MessageFormatMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x14]5[0x9e][0xb5][0xba][0x0][0x0][0x0];[0x1][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]6[0x1][0x0]org/apache/logging/log4j/message/MultiformatMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]@[0x98][0xdd][0xe2][0x4][0x0][0x0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]7[0x1][0x0]org/apache/logging/log4j/message/ObjectArrayMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:[0xcb][0xd6][0x1c][0x95][0x5][0x0][0x0]J[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3=[0x1][0x0]org/apache/logging/log4j/message/ObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N^[0xed][0xc][0x8a][0x1b][0x18][0x0][0x0][0x98]1[0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*C[0x1][0x0]org/apache/logging/log4j/message/ParameterFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N<[0xcf][0xe5][0x9c]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xf][0x17][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x95]v"[0xc]@[0x4][0x0][0x0][0x1b][0x11][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]cf[0x1][0x0]org/apache/logging/log4j/message/ParameterizedMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf4][0xe5][0xf3]C[0xfb][0x1][0x0][0x0][0x9f][0x4][0x0][0x0][[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]k[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory$StatusMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Np[0xf9]t$[0xa8][0x2][0x0][0x0][0xd0][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97]m[0x1][0x0]org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N~[0x1f][0x4]x/[0x1][0x0][0x0]#[0x2][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]p[0x1][0x0]org/apache/logging/log4j/message/ReusableMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NO[0x80][0xe1]l[0xd4][0x7][0x0][0x0][0xc5]![0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mr[0x1][0x0]org/apache/logging/log4j/message/ReusableMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xbc]lQq[0xc1][0x5][0x0][0x0]a[\r][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c]z[0x1][0x0]org/apache/logging/log4j/message/ReusableObjectMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe3][0x99]5[0xcc][0xb][\r][0x0][0x0][0xc2]$[0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x80][0x1][0x0]org/apache/logging/log4j/message/ReusableParameterizedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd3][0xb9][0x96][0xc3]f[0x4][0x0][0x0]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x8e][0x1][0x0]org/apache/logging/log4j/message/ReusableSimpleMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb1][0xc0][0x1f][0xf][0x8f][0x5][0x0][0x0]x[0xc][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x93][0x1][0x0]org/apache/logging/log4j/message/SimpleMessage.classPK" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:-[0xe8].[0x19][0x3][0x0][0x0]1[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x98][0x1][0x0]org/apache/logging/log4j/message/SimpleMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7][0xc1]Y[0xb6][0x95][0x8][0x0][0x0][0xeb][0x11][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x9c][0x1][0x0]org/apache/logging/log4j/message/StringFormattedMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xef][0x95][0xf]6[0x4][0x0][0x0][0xba][0x10][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa5][0x1][0x0]org/apache/logging/log4j/message/StringFormatterMessageFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xc0][0x8f][0xaf][0x8e][0x8][0x0][0x0][0xf5][0x10][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xaa][0x1][0x0]org/apache/logging/log4j/message/StructuredDataId.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nd[0xc7]/[0xb1]C[0x2][0x0][0x0][0xc][0x5][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb3][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage$Format.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x97][0xea][0xf0]O[0xc][0xe][0x0][0x0]V#[0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xb5][0x1][0x0]org/apache/logging/log4j/message/StructuredDataMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0x15][0xd4][0xec][0xaf][0x0][0x0][0x0][0x9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0xc4][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81]A[0xe3][0x84][0xa4][0x3][0x0][0x0][0xb2][0x8][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0xc5][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$BasicThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0xda][0xff][0x8b]q[0x3][0x0][0x0]z[0x8][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xc9][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ExtendedThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xe0] \B[0x2][0x0][0x0][0xf0][0x4][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcd][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadDumpMessageProxy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe6][0xa9][0x13]'[0xfd][0x0][0x0][0x0][0xbc][0x1][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xd0][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage$ThreadInfoFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x[0xc3][0x82][0x8][0x0][0x0]v[0x14][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98][0xd1][0x1][0x0]org/apache/logging/log4j/message/ThreadDumpMessage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]][0x95]R[0xc6][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0xda][0x1][0x0]org/apache/logging/log4j/message/ThreadInformation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0x0]org/apache/logging/log4j/spi/CleanableThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xc8][0xf0][0xbf]p[0x0][0x0][0x0][0x84][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]?[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWrite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88]'[0xc5][0xb6]C[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s@[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf6][0xdc][0xb9][0x98][0xbe][0xb][0x0][0x0]l[0x1c][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/C[0x2][0x0]org/apache/logging/log4j/spi/CopyOnWriteSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x90][0x14][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x8c][0x2][0x0][0x0]j[0x5][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]dO[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N [0xc9]1[0xb5][0x9][0xc][0x0][0x0][0x8f][0x1d][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ZR[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NOQ[0xd7][0x19].[0xc][0x0][0x0][0xc1][0x1c][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]^[0x2][0x0]org/apache/logging/log4j/spi/DefaultThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N*I[0x8f]yc[0x2][0x0][0x0][0x12][0x1a][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ck[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0xb2][0x1b][0xe8][0x5][0x0][0x0][0xf4][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%n[0x2][0x0]org/apache/logging/log4j/spi/ExtendedLoggerWrapper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N_&X+B[0x2][0x0][0x0][0xab][0x5][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]st[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xbd]=[0xbd][0xe6][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]][0x1b][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].w[0x2][0x0]org/apache/logging/log4j/spi/GarbageFreeSortedArrayThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8][0x1e][0x8f]![0xd1][0x0][0x0][0x0]R[0x1][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9f][0x82][0x2][0x0]org/apache/logging/log4j/spi/LoggerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x88][0x8c][0xcf][0x13][0x13][0x1][0x0][0x0][0xb0][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x83][0x2][0x0]org/apache/logging/log4j/spi/LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N5w[0xe3]H[0xdd][0x0][0x0][0x0][0xf7][0x1][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x85][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NJ[[0xd2][0xbd][0xec][0x2][0x0][0x0][0xa5][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x86][0x2][0x0]org/apache/logging/log4j/spi/LoggerContextKey.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xca][0xda]Q[0x88][0x2][0x0][0x0][0x10][0x7][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0x89][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$ConcurrentMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1e][0xb7][0xbc]Z9[0x1][0x0][0x0][0xcf][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xca][0x8c][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry$MapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6][0x97]j[0x14][0x80][0x2][0x0][0x0][0xd5][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x8e][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegist" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "ry$WeakMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x81][0xd1][0xdf]@[0x84][0x7][0x0][0x0][0x1][0x16][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x91][0x2][0x0]org/apache/logging/log4j/spi/LoggerRegistry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nr[0xf8][0xfa]s[0xd6][0x4][0x0][0x0][0xa1][0x13][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x99][0x2][0x0]org/apache/logging/log4j/spi/MessageFactory2Adapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NZ[0xc]T[0x9c]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0xc1][0x18][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x9e][0x2][0x0]org/apache/logging/log4j/spi/MutableThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x2][0xd5]p[0x1b].[0x2][0x0][0x0][0x1a][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0xa9][0x2][0x0]org/apache/logging/log4j/spi/NoOpThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xcc][\r][0x11][0x10][0x1][0x0][0x0]D[0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0xab][0x2][0x0]org/apache/logging/log4j/spi/ObjectThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf5][0xc1]x[0x2][0x8c][0x7][0x0][0x0][0x1a][0x11][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xad][0x2][0x0]org/apache/logging/log4j/spi/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x9e]b:2[0x1][0x0][0x0][0x1c][0x2][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xb5][0x2][0x0]org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc][0xd1][0x97]p{[0x4][0x0][0x0][0xae][0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xb6][0x2][0x0]org/apache/logging/log4j/spi/StandardLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0xfc]p[0xe7][0x84][0x0][0x0][0x0][0x9c][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa4][0xbb][0x2][0x0]org/apache/logging/log4j/spi/Terminable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa0][0xb4][0x19];/[0x1][0x0][0x0][0x1e][0x2][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xbc][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdb][0x9]Yf[0xe9][0x0][0x0][0x0][0x89][0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xbe][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMap2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x15][0x1a]gL,[0x7][0x0][0x0][0x0][0x10][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbf][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextMapFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0xd7][0xb9]$[0xa9][0x0][0x0][0x0]'[0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf2][0xc6][0x2][0x0]org/apache/logging/log4j/spi/ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0xc7][0x2][0x0]org/apache/logging/log4j/status/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d][0xf6][0xbb][0xbc][0x9c][0x4][0x0][0x0][0xb2][0x9][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xc8][0x2][0x0]org/apache/logging/log4j/status/StatusConsoleListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9]^n[0xa2][0xcb][0x5][0x0][0x0]_[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xcd][0x2][0x0]org/apache/logging/log4j/status/StatusData.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xee]I[0xda][0xa8][0xce][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd3][0x2][0x0]org/apache/logging/log4j/status/StatusListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf7]ig[0x7][0xae][0x2][0x0][0x0]a[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0xd4][0x2][0x0]org/apache/logging/log4j/status/StatusLogger$BoundedQueue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0x8a]N[0xe6]~[0x10][0x0][0x0],4[0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xd7][0x2][0x0]org/apache/logging/log4j/status/StatusLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5][0xe8][0x2][0x0]org/apache/logging/log4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NX[0xeb]L&S[0x9][0x0][0x0][0xf4][0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xe8][0x2][0x0]org/apache/logging/log4j/util/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xf8][0xe1]S[0x1a][0xb4][0x0][0x0][0x0]%[0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0xf2][0x2][0x0]org/apache/logging/log4j/util/BiConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce][0xa3][0xce]M5[0x2][0x0][0x0]F[0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xf3][0x2][0x0]org/apache/logging/log4j/util/Chars.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0x9a][0x88][0xdd][0x11][0x4][0x0][0x0]N[0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0xf6][0x2][0x0]org/apache/logging/log4j/util/Constants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N R[0xcc]MG[0x2][0x0][0x0][0xca][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xfa][0x2][0x0]org/apache/logging/log4j/util/EnglishEnums.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1][0xd4]V[0x1c][0xea][0x0][0x0][0x0][0x8e][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xfd][0x2][0x0]org/apache/logging/log4j/util/IndexedReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N?[0xef]e[0xbf][0x96][0x0][0x0][0x0][0xfc][0x0][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xfe][0x2][0x0]org/apache/logging/log4j/util/IndexedStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}[0xaf][0x4]Xf[0x3][0x0][0x0][0x94][0x9][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xff][0x2][0x0]org/apache/logging/log4j/util/LambdaUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NQG[0xca][0xd8][0xa9][0x0][0x0][0x0][0xee][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0x3][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xce]\[0xd0][0xcb][0x9a][0x2][0x0][0x0][0x9c][0x5][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0x4][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$ThreadContextClassLoaderGetter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x99][0xea]F[0xae][0xb1][0x2][0x0][0x0]B[0x5][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x[0x7][0x3][0x0]org/apache/logging/log4j/util/LoaderUtil$UrlResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]s[0xbd][0xf][0xa7][0xc][0x0][0x0]P[0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x3][0x0]org/apache/logging/log4j/util/LoaderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]ND[0xd1][0xb4][0xcd][0xce][0x2][0x0][0x0][0xe4][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x17][0x3][0x0]org/apache/logging/log4j/util/LowLevelLogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Nw[0xa9];[0xf1][0x93][0x0][0x0][0x0][0xca][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x1a][0x3][0x0]org/apache/logging/log4j/util/MessageSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xb][0xc1][0x16][0x94][0xfc][0x0][0x0][0x0][0x8c][0x1][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x1b][0x3][0x0]org/apache/logging/log4j/util/PerformanceSensitive.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nh'[0xe]tv[\r][0x0][0x0]V[0x1d][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x1d][0x3][0x0]org/apache/logging/log4j/util/PropertiesUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0][0x8]7[0xe][0xe4][0x8][0x0][0x0][0xb6][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]*[0x3][0x0]org/apache/logging/log4j/util/ProviderUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N([0x1c]3[0x19]t[0x1][0x0][0x0]b[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]14[0x3][0x0]org/apache/logging/log4j/util/ReadOnlyStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x83][0x9]yx[0x3][0x0][0x0][0xed][0x6][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]6[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil$PrivateSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac]>[0xe1][0xe4][0x8b][0xf][0x0][0x0];[0x1f][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7]9[0x3][0x0]org/apache/logging/log4j/util/ReflectionUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe7][0xde][0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0xe3][0x4][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]I[0x3][0x0]org/apache/logging/log4j/util/SortedArrayStringMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xab]P[0xd6][0xd8].[0x17][0x0][0x0]y2[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]TL[0x3][0x0]org/apache/logging" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "/log4j/util/SortedArrayStringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NJkd[0xbb][0x9b][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8]c[0x3][0x0]org/apache/logging/log4j/util/StringBuilderFormattable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb2]S[0x88][0x6][0x1c][0x6][0x0][0x0][0xfc][\r][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]d[0x3][0x0]org/apache/logging/log4j/util/StringBuilders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NDM[0xc4]A[0x15][0x1][0x0][0x0][0xe8][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ik[0x3][0x0]org/apache/logging/log4j/util/StringMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd0][0x8][0xa4][0x98][0xdb][0x5][0x0][0x0][0xf9][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]l[0x3][0x0]org/apache/logging/log4j/util/Strings.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]Ni[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "M[0xaa][0x0][0x0][0x0][0xf3][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r]s[0x3][0x0]org/apache/logging/log4j/util/Supplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N5[0xa6][0x0][0x1b][0xbe][0x0][0x0][0x0]P[0x1][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]t[0x3][0x0]org/apache/logging/log4j/util/TriConsumer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NAX[0xff]&[0xa5][0x0][0x0][0x0][0xdf][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],u[0x3][0x0]org/apache/logging/log4j/util/Unbox$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nl"[0x5][0xf4][0x9b][0x2][0x0][0x0]Q[0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*v[0x3][0x0]org/apache/logging/log4j/util/Unbox$State.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xaa][0x96]mW[0xb7][0x3][0x0][0x0][0xd5][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"y[0x3][0x0]org/apache/logging/log4j/util/Unbox$WebSafeState.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N"q[0xcf]7U[0x7][0x0][0x0]G[0x11][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=}[0x3][0x0]org/apache/logging/log4j/util/Unbox.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x84][0x3][0x0]org/jboss/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x85][0x3][0x0]org/jboss/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N@[0xef][0xc9][0x8]J[0x4][0x0][0x0][0x5][0x16][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]e[0x85][0x3][0x0]org/jboss/logging/BasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)%[0x0][0xc8]:[0x14][0x0][0x0]5l[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x3][0x0]org/jboss/logging/DelegatingBasicLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]NS[0x8d][0xe3]j&[0x2][0x0][0x0][0xac][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x9e][0x3][0x0]org/jboss/logging/Log4j2Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x1b][0x82][0xaf]X[0x8d][0x6][0x0][0x0]v[0xf][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa1][0x3][0x0]org/jboss/logging/Log4j2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x84][0xfe]P[0xa2][0xfe][0x3][0x0][0x0][0xf4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xa7][0x3][0x0]org/jboss/logging/Log4j2LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xe2][0xcf]g[0xbd][0xea][0x6][0x0][0x0][0xf5][0xe][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xac][0x3][0x0]org/jboss/logging/Logger$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[[0xdd]ys[0xa1][0x2][0x0][0x0][0xf6][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0xb3][0x3][0x0]org/jboss/logging/Logger$Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N<[0xc]\[0xa6][0xee][0x1c][0x0][0x0][0x1a][0x8f][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0xb6][0x3][0x0]org/jboss/logging/Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xae][0xe4][0xe9][0xfe]T[0x1][0x0][0x0][0xb1][0x2][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0xd3][0x3][0x0]org/jboss/logging/LoggerProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]T[0xf9][0xdd]+[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0xd5][0x3][0x0]org/jboss/logging/LoggerProviders.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb8][0x82][0xd1][0xd6])[0x2][0x0][0x0]q[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xd6][0x3][0x0]org/jboss/logging/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]D[0xb7]S[0xcb][0x5][0x0][0x0]4[0xc][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xd9][0x3][0x0]org/jboss/logging/Messages$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]No[0xbf][0x8][0xf0][0xb8][0x3][0x0][0x0][0xf6][0x7][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xdf][0x3][0x0]org/jboss/logging/Messages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xfd]Lh[0xff]$[0x2][0x0][0x0]O[0x4][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]f[0xe3][0x3][0x0]org/jboss/logging/NDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3][0xe5][0x3][0x0]org/knopflerfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0xe6][0x3][0x0]org/knopflerfish/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xe6][0x3][0x0]org/knopflerfish/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N$[0xec][0x99]"X[0x1][0x0][0x0]U[0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xe6][0x3][0x0]org/knopflerfish/service/log/LogConfig.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xcd]"[0x8]7[0xb0][0xc][0x0][0x0]n[0x1f][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xe8][0x3][0x0]org/knopflerfish/service/log/LogRef.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N:lS[0xbc][0x98][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xf5][0x3][0x0]org/knopflerfish/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x85][0x9][0x89][0x99][0x3][0x0][0x0][0x15][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf6][0x3][0x0]org/knopflerfish/service/log/LogUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xfa][0x3][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0xfa][0x3][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xfa][0x3][0x0]org/ops4j/pax/logging/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\r][0x9f]@-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0x14][0x2][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xfb][0x3][0x0]org/ops4j/pax/logging/EventAdminPoster.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NE[0xa0][0xd4][0x3]`[0x2][0x0][0x0]B[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xfc][0x3][0x0]org/ops4j/pax/logging/FqcnIgnoringPaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N9[0x7][0x96]fX[0x7][0x0][0x0][0xd1][0x10][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xff][0x3][0x0]org/ops4j/pax/logging/OSGIPaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0x91][0x4]<[0xc][0x2][0x0][0x0][0x91][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x6][0x4][0x0]org/ops4j/pax/logging/PaxContext$ThreadLocalMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd4][0x7]Kf|[0x4][0x0][0x0]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x9][0x4][0x0]org/ops4j/pax/logging/PaxContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfd][0xe5][0x11][0xa5][0xbd][0x1][0x0][0x0]W[0x3][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0xe][0x4][0x0]org/ops4j/pax/logging/PaxLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x17][0x90][\r]}[0xf3][0x0][0x0][0x0][0x9f][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x10][0x4][0x0]org/ops4j/pax/logging/PaxLoggingManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]uw[0x97][0x97][0x1][0x0][0x0][0xf9][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0x11][0x4][0x0]org/ops4j/pax/logging/PaxLoggingService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x13][0x4][0x0]org/ops4j/pax/logging/avalon/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x5]T[0xf]Rj[0x5][0x0][0x0][0xed][0xb][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0x13][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf8][0x87][0xb8]=[[0x4][0x0][0x0] [\r][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x19][0x4][0x0]org/ops4j/pax/logging/avalon/AvalonLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x1e][0x4][0x0]org/ops4j/pax/logging/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x1d]~l[0x4][0x87][0x5][0x0][0x0]4[\r][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x1e][0x4][0x0]or" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "g/ops4j/pax/logging/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd8][0xa4]K[0x83]1[0x3][0x0][0x0]'[0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]p$[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogPackage.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc8]@[0x98]n[0xe0][0x2][0x0][0x0]V[0x6][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]([0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog$LogType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf9][0x87][0xa6][0xc6][0x91][0x7][0x0][0x0] [0x15][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R+[0x4][0x0]org/ops4j/pax/logging/internal/BufferingLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "%[0xed][0xe];[0x1][0x0][0x0]D[0x2][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B3[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper$SecurityManagerEx.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0x8e]b[0xf6]+u[0x3][0x0][0x0][0x8b][0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee]4[0x4][0x0]org/ops4j/pax/logging/internal/BundleHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NS-a,[0x85][0x6][0x0][0x0]J[0xf][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]8[0x4][0x0]org/ops4j/pax/logging/internal/DefaultServiceLog.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << " [0xf9][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]?[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0]?[0x1e][0x87][0xc5][0x2][0x0][0x0]W[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb]B[0x4][0x0]org/ops4j/pax/logging/internal/FallbackLogFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd3][0x7][0xdb][0xed]*[0x5][0x0][0x0]G[0xf][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5E[0x4][0x0]org/ops4j/pax/logging/internal/TrackingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]J[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xfc]v[VT[\r][0x0][0x0][0xc4][0x1e][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]K[0x4][0x0]org/ops4j/pax/logging/internal/eventadmin/EventAdminTracker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd]X[0x4][0x0]org/ops4j/pax/logging/log4jv2/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Y[0xa6]'[0x7][0x0][0x0][0xcd][0x1f][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+Y[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2Logger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe9]T[0x84][0xff]'[0x5][0x0][0x0][0xf0][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]`[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N}w[0xf0]*4[0x2][0x0][0x0]w[0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>f[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2LoggerContextFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d][0xb0][0xac]$[0x93][0x3][0x0][0x0]l[0x8][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf]h[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N v{[0x91]w[0x2][0x0][0x0][0xe3][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1]l[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]NIab5[0xf][0x2][0x0][0x0][0xc1][0x4][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]o[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]p[0xe3]Nf[0x5][0x0][0x0]g[0xc][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?r[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextMap.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc9]JK[0x81][0x87][0xb][0x0][0x0][0xd2][0x1a][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe]x[0x4][0x0]org/ops4j/pax/logging/log4jv2/Log4jv2ThreadContextStack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N08"[0x0][0xcd][\r][0x0][0x0]C1[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x84][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8d]{:!I[0x5][0x0][0x0][0x80][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x92][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe4][0xef]J[0xc4]6[0x4][0x0][0x0]}[0x9][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x98][0x4][0x0]org/ops4j/pax/logging/slf4j/Slf4jMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2][0x9a][0xb7][0x84][0x93][0x0][0x0][0x0][0xc5][0x0][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x9c][0x4][0x0]org/ops4j/pax/logging/spi/PaxAppender.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa2][0xf][0xd7][0x17][0x9c][0x0][0x0][0x0][0xc6][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0x9d][0x4][0x0]org/ops4j/pax/logging/spi/PaxErrorHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb6](M([0xd9][0x0][0x0][0x0].[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x9e][0x4][0x0]org/ops4j/pax/logging/spi/PaxFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc0]&A][0xc6][0x0][0x0][0x0]*[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0xa0][0x4][0x0]org/ops4j/pax/logging/spi/PaxLayout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nk[0xac]`[0xb6][0x0][0x0][0x0][0xf4][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa1][0x4][0x0]org/ops4j/pax/logging/spi/PaxLevel.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N'[0xbd]x[0xc7][0xbd][0x0][0x0][0x0][0xfd][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa2][0x4][0x0]org/ops4j/pax/logging/spi/PaxLocationInfo.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9]g[0x8a][0x9a]P[0x1][0x0][0x0]U[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xa3][0x4][0x0]org/ops4j/pax/logging/spi/PaxLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xa5][0x4][0x0]org/osgi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xa5][0x4][0x0]org/osgi/service/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0xa5][0x4][0x0]org/osgi/service/log/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]I[0xf9]N[0xd7]r%"[0xff][0x0][0x0][0x0][0x80][0x1][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0xa5][0x4][0x0]org/osgi/service/log/LogEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c][0x9e]-V[0xa0][0x0][0x0][0x0][0xd1][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xa7][0x4][0x0]org/osgi/service/log/LogListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8b]Q[0xa8]W[0xbc][0x0][0x0][0x0][0x10][0x1][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0xa8][0x4][0x0]org/osgi/service/log/LogReaderService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa5]i[0x7][0xa8][0x1d][0x1][0x0][0x0][0x11][0x2][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0xa9][0x4][0x0]org/osgi/service/log/LogService.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A(h[0xa8][0xc8]n[0x0][0x0][0x0]~[0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0xaa][0x4][0x0]org/osgi/service/log/package-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xcb]K^A[0x6][0xcc],[0x85][0xe][0x0][0x0][0x0][0xc][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xab][0x4][0x0]org/osgi/service/log/packageinfoPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0xab][0x4][0x0]org/slf4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x13][0xf]'%[0x8a][0x0][0x0][0x0][0xb4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xab][0x4][0x0]org/slf4j/ILoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf2]V[0x92][0xf6][0xb9][0x0][0x0][0x0][0x10][0x1][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0xac][0x4][0x0]org/slf4j/IMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x6]v[0xd4][0xc6][0xee][0x1][0x0][0x0]_[0x5][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xad][0x4][0x0]org/slf4j/Logger.class" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf3][0xf3]W[0x81][0xf][0x18][0x0][0x0]52[0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xaf][0x4][0x0]org/slf4j/LoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc]y[0xfc]'[0x95][0x0][0x0][0x0][0xb1][0x0][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xc8][0x4][0x0]org/slf4j/MDC$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x11][0x0][0x86][0xd1][0xab][0x1][0x0][0x0][0xed][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xc9][0x4][0x0]org/slf4j/MDC$MDCCloseable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc7]U[0x1c]C[0x5][0x7][0x0][0x0][0xd9][0xe][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcb][0x4][0x0]org/slf4j/MDC.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe][0x1a][0xa3][0x83][0x90][0x1][0x0][0x0][0x9a][0x2][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xd2][0x4][0x0]org/slf4j/Marker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc4][0xb5][0xf2]vT[0x3][0x0][0x0][0x8b][0x6][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xd4][0x4][0x0]org/slf4j/MarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd7][0x4][0x0]org/slf4j/event/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc1][0x7][0xc0][0x1]n[0x1][0x0][0x0]R[0x2][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd8][0x4][0x0]org/slf4j/event/EventConstants.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x8][0xb8][0xb6]8[0x9][0x0][0x0][0xb9]"[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xd9][0x4][0x0]org/slf4j/event/EventRecodingLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe2][0xae][0x9]L[0x2][0x3][0x0][0x0][0xd1][0x5][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xe3][0x4][0x0]org/slf4j/event/Level.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe3][0x93][0xa6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x1][0x0][0x0][0xb0][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf][0xe6][0x4][0x0]org/slf4j/event/LoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x8e]0[0x1e]!k[0x3][0x0][0x0]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0xe8][0x4][0x0]org/slf4j/event/SubstituteLoggingEvent.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xeb][0x4][0x0]org/slf4j/helpers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xc3][0x91][0xa1][0x9a];[0x2][0x0][0x0][0xea][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xec][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N\&[0x93][0xc][0x9b][0x4][0x0][0x0][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0xee][0x4][0x0]org/slf4j/helpers/BasicMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf0][0xc6]([0xc2][0xdd][0x6][0x0][0x0]c[\r][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xf3][0x4][0x0]org/slf4j/helpers/BasicMarker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xeb][0xf3][0xbc][0xf7]=[0x3][0x0][0x0][0x99][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xfa][0x4][0x0]org/slf4j/helpers/BasicMarkerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x86]Nlr[0x13][0x2][0x0][0x0]C[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xfe][0x4][0x0]org/slf4j/helpers/FormattingTuple.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N)[0xbc]6[0xef]?[0x5][0x0][0x0][0xa5][0x12][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbd][0x0][0x5][0x0]org/slf4j/helpers/MarkerIgnoringBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9c]Z[0xc9][0xe9][0x1e][\r][0x0][0x0][0xe3][0x1e][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x6][0x5][0x0]org/slf4j/helpers/MessageFormatter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nj[0xee][0xc5][0x97]X[0x3][0x0][0x0][0xc3][0xc][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8][0x13][0x5][0x0]org/slf4j/helpers/NOPLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xf1][0xc1]*)M[0x1][0x0][0x0]H[0x2][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o[0x17][0x5][0x0]org/slf4j/helpers/NOPLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N![0xdd]"p[0x8][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x5][0x0]org/slf4j/helpers/NOPMDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N@[0xa2][0xd5]v[0xd0][0x1][0x0][0x0][0xf3][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1b][0x5][0x0]org/slf4j/helpers/NOPMakerAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xb4](v[0x81][0xd2][0x1][0x0][0x0]7[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0x1d][0x5][0x0]org/slf4j/helpers/NamedLoggerBase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xdd]r[0xac]x.[0xc][0x0][0x0][0x87]([0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0x1f][0x5][0x0]org/slf4j/helpers/SubstituteLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N`+[0x15][0xff][0xb5][0x3][0x0][0x0][0xb8][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=,[0x5][0x0]org/slf4j/helpers/SubstituteLoggerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x9a][0x4][0x94][0x8c][0x9e][0x0][0x0][0x0][0xc4][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O0[0x5][0x0]org/slf4j/helpers/Util$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xec]Z[0x8a][0xf7]{[0x1][0x0][0x0][0xfd][0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]91[0x5][0x0]org/slf4j/helpers/Util$ClassContextSecurityManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]Nhi`[0x14]P[0x6][0x0][0x0][0xfe][0xb][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a]3[0x5][0x0]org/slf4j/helpers/Util.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]9[0x5][0x0]org/slf4j/impl/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xa9][0xe3]}[0xbe]<[0x2][0x0][0x0][0x10][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3]9[0x5][0x0]org/slf4j/impl/StaticLoggerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xef][0xc0][0xe7][0xcd][0xfe][0x1][0x0][0x0][0xae][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84]<[0x5][0x0]org/slf4j/impl/StaticMDCBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x80][0x9];w[0x15][0x2][0x0][0x0][0xf0][0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4]>[0x5][0x0]org/slf4j/impl/StaticMarkerBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9b]I[0xf9]N[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>A[0x5][0x0]org/slf4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0x89][0xd1][0xd3][0xcf][0x16][0x1][0x0][0x0][0xc7][0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|A[0x5][0x0]org/slf4j/spi/LocationAwareLogger.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xd9][0x80][0xd3][0x1c][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7]B[0x5][0x0]org/slf4j/spi/LoggerFactoryBinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N6v[0xb9]:[0xe][0x1][0x0][0x0][0x11][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe5]C[0x5][0x0]org/slf4j/spi/MDCAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x9a]I[0xf9]N[0xe5][0xbf][0xbc][0xf4][0xa9][0x0][0x0][0x0][0xf9][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?E[0x5][0x0]org/slf4j/spi/MarkerFactoryBinder.classPK[0x5][0x6][0x0][0x0][0x0][0x0]B[0x1]B[0x1]"s[0x0][0x0]=F[0x5][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "GET /content/repositories/maven_central/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "last-modified: Thu, 25 Jul 2019 09:14:04 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-2 << "1e2309dfad5e511bd5e3485038f64f9e8c6ca783" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << last-modified: Thu, 25 Jul 2019 09:14:04 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-2 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 2][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 2][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:44992<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 107979[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x96]Ms[0xda]0[0x10][0x86][0xef][0xcc][0xf0][0x1f][0xd4][0x1c]:[0xa1][0x13][0xb][0xcc]G[0x93][0xc0]pHR[0xe][0xc9]@[0xc2][0x84]6[0x97][0x1e]:[0xc2]^[0x13][0xa5][0xb2][0xe4]J[0xe2][0xeb][0xdf]wm[0xf3]a[0x83][\r][0xb9]z[0xdf]}v[0xb5]z[0x17]1b[0x92][0x7]`[0xac][0xf3][0x6][0xda]p%[0xbb][0xc4][0xa5][0x8d]j[0xe5]^[0xfa][0xce][0x90][0x19];R>[0xf]8[0xf8][0xf8][0xb9]s[0xdd]n[0xdc]6[0xdd][0xdb]V[0xab][0xdd]A[0xc1][0x9c][0xb][0xdf]y[0xf2][0xff][0xc6][0x9]7[0xb4][0xf1][0xc7][0xbd]n[0xa6]_[0xad]s[0xbf][0xee][0x92][0x8f][0xa9][0x92]*[0xd0][0x10][0x93][0xbe][0x0][0xe7][0x7][0x18]O[0xf3][0xc8]&5^[0xc6][0x93][0xf6][0x13][0xb9]g[0x6][0x88]C[0xee][0x8c][0x81]p*[0xd6]D[0x5][0x84][0x9]AB[0xe5][0xcf][0x5][0x18][0xba]OU[0xde][0xaf][0xd7]a[0x97][0xbc][[0x1b]u[0xeb][0xf5][0xe5]rIUd[0xda][0x1f]T[0xe9]Y}[0xa7][0x1a]r[0xf][0xa4][0x81][0x9c][0x8c]E[0xcc]{[0x87]D'[0xd2][0xb0][0xa9][0xf][0x1f][0x1f][0x6][0xcf][0x93][0x81][0xd3][0xa4][\r][0xfa]nC[0xb1][0x3][0x8c]6[0xa3][0xd8]M[0xa2][0xb9][0xb]=[0xb3][0x10][0xe][0xbb][0x16][0xfb][0xcc][0xc9]:[0x9c]*,[0x90][0xca][0xb0][0xda][0xa6][0xbf])Jw[0xa2]7[0x90][0xbe][0xd2][[0x8a]C^"[0x90]d[0xcc][0xb4][0xe5][0x1e][0x8f]X<[0x17]2Q[0x81]]2[\r]$P[0x9a]<[0xb1][0x5][0xcb]$[0xef]n[0xa7]C[0xdd]j[0xe5]A[0x3][0xb3][0xe0]'[0xa3][0xbe]K[0xe]IFl[0x81][0xc0]TO[0xc6]b>[0xe3][0xb2]Z[0x19][0xac]"[0xa5][0xad]3f[0xde]_6[0xcb][0xf5][0x6]+[0xf0]z[0x8b][0x14][0xdb][0xbf]H[0xb0][0x17]W[0xfb]0W[0xb9]`[0xb5]B0[0xde][0x9b][0xe3][0x0][0xbb][0xfd][0x8b][0xbd]L09[0xcb]d[0x85]Jr[0xab][0xb4][0xa1][0xc6]b[0x83]a[0x16][0x18]+c$[0x92]JJn[0x93][0xf][0xbb]:[0xae][0x9a]*[0x91][0x84][0x95]`[0xe5]A[0xe2][0xaa]"[0xd4]>z[0x12][0x8a][0xa4]\Z!*=[0xd2][0x99][0xe6][0x90]T[0xc2][0x91]`[0xcb]r?[0xf0][0xa6]W[0xb1][0x80][0x1a]#[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I'[0xcf][0x96]-c"~X[0x6]IY[0x1][0xe6][0xc2][0x89][0x8b]O[0xe2][0x94]K[0xb][0xfa]hhH:[0xbe][0x8c]$!K[0x98][.[0xa8][0xa7][0x84][0x0]/[0xee][0xee][0xe8]>ci[0xec][0xa7][0x8c][0x1a][0xe4][0x82]k%C[0x90]GC:[0x4]s[0xf7]&[0xd7][0x17][0x92][0x8a]d![0xf]O[0x9d]2[0xd1]DZE[0xa0][0xed]z[0xa3]CR[0xa9]t[0x15][0x8a][0xd3][0xb7][0x87][0x2][0x1a]1m [0xbe][0xab][0xd8][0x99]3[0xba]ly[0xd4]Wa[0x82][0x8a][0xc3][0x86][0xad]p[0x82][0x8f]3[0x89][0xf3][0xca]o[0xa4][0x11]A[0xbc]ra[0x84]?)[0x8f]a[0xd9][0xc6]n7([0xd7][0x84][0x6][0xa3][0xc4]<[0xf9]U[0xed][0xab][0xc4][\r],[0xb5][0x10][0xf6]pf[0xad]JS[0xf]|[0x86][0xa4][0xf2]5[0xfa],$[0xd9][0x1e]$[0x1d]/[0xd0][0x19]B[0xa1]_{[0xf1][0x84]?[0x91]W[0xe2][0xe3]lM$[0x15][0xa5][0x9f]3qA[0xdb]HBD~[0x99][0xb][0xcc]q[0xe0][0x8c][0xe4][0xee][0xf7][0xf4][0xdf][0x88][0xbf]BR[0xb3]vb2[0x1b]7U+c[0xcd][0x17][0xf8][0xe][0xec][0xdd][0xf2][0xe5][[0xb5][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xe6][0x1c]-[0xf6][0x80][0xaf][0xdf][0x94][0xb]n[0xf1][0x8d]Pf[0xc6])@/[0xc0][0xf7][0x19]4[0xba][0xf6][0xf2][0xeb][0xe5][0xe6][?~h&[0x83][0xda][0xe5][0xb6][0x7][0x97]^[0xd7]j[0xe8][0xd4][0x9f]J[0x89].[0x89][0xff][0x9][0xb4][0xf0][0xa9]l[0xd0]f[0xc3][0xed]4n[0xdd][0x86][0xdb]j~[0xaf]V[0xfe][0x3]PK[0x7][0x8][0x1a][0xa6][0xb9][0x9][0xda][0x2][0x0][0x0]9[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]META-INF/DEPENDENCIES.txt[0xbd][0x96]_o[0x9b]0[0x14][0xc5][0xdf][0xf9][0x14][0xf7][0xad][0xeb][0x3]x[0xad][0xba][0x17][0xde][0xb2]*[0x95]R[0x91]&[0x13][0x9d][0xb4]W[0x7]n[0x8a]3c{[0xb6]C[0x9a]}[0xfa]][0x87][0xa0]%[0xd1]D$[0xb6][0xc1][0x3][0xc2][0xbe][0xe7][0xd8][0xe7][0xc7]?[0x9b]1[0x88][0xff][0xfa][0x88][0x18][0x83]W[0xcb][0x95][0x13]^4[0x8]%[0x1a]T%[0xaa]B[0xa0][0x3][0xbd][0x6]_[0x9][0x7][0xc6][0xea][\r][0x16][0x9e][0x8a][0x1e]m-[0x14][0x96][0xb0][0xb6][0xba][0xa6]"[0x6]{[0xcd][0x1b]T`[0xa8]C[0xdb]7[0xae][0xc4]O[0xaa][0xaf][0xf6]][0x83]{[0xa1]U[0x12]t[0xff] l[0xb4]X[0xe6][0xf][0xcf][0xf0][0x99];[0x84][0x18]&RFQ[0xf4]DQR[0xb8]i+1,[0x8][0x0][0x96][0xdc]zQ[0x8]s[0x98][0x1c]r[0xbd][0xf6];n[0x11][0xd6][0xda][0xc2]3o[0xf8][\r]|[0xa8][0xbc]7)c[0xbb][0xdd].[0xd1][0xc6]=l[0x12][0x8a][0xcb]n#[0x8]#[0x9c][0xce]1}[0xc7]b{[0x18][0xa5][0xb3]x[0xe4][0xf5][0x89]g'[0xbe][0xb]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g$[0xdf][0xb3][0x15][0x99][0xd8][0xa1][0x16][0x87][0xcb][0x18][0xc9][0xcd]n[0xc3][0xad]8:Boz!HW[UJL[0xef][0x92]O[0xc9][0x1d]%[0x0][0xc8]D[0x81][0x8a][0x84]0[0xc9][0x9a]{8[0xb][0xcb][\r]/*<[0xcc],[[0x95]c[0xd9][0xec]q[0xfa][0x92]O[0xe3][0xfb][0xe4]cR[0xf9]Z[0xfe][0x1]c[0xb6][0x18][0x94]_[0xe8][0xde][0xf4]B[0x8f][0x91]=[0xe3][0xea]mPzI[0xc6][0xde][0xfc]A0[0x6][0xc1]\+[0xe1][0xb5]u[0x83]([0xea][0xa3][0xb9][0x97][0xa4][0x13][0x8d]A[0xf3][0x82]~[0x10][0x88]B[0xdf][0xcb]@[0xf5]1[0xe2][0xe7]h[0x1b][0x92][0xc3][0xd2][0xea]F[0x94]haR[0x14][0xe8][0x86]=[0x1b]gD/[0x12][0xd5]GA[0xa2]G[0x8f][0xc3][0x0][0x82][0xb3][0x1f]!([0xc6][0x80][0xf8][0xea][0x85][0x1c][0xc4]@[0xbf]g[0xd9][0x8b][0x10][0x4][0xa3][0x11][0xc4][0xf0][0xa8][0xa5][0xa4][0xe5][0x92][0xd6][0x8c]a/U[0x88][0x1b][0x17][0xbf][0x7][0xb9][0xca]v*[0x1e][0x91][0x93]> [0x83][0xd6][0xef][0x87]C[0x9a][0xe3][0x8][0xd7][0x9];[0xe5][0x88]x[0xdf][0xe6][0xd9]p[0xb2][0xf7][0xfa][0xfa]+[0x19]D[0xff][0x81][0xa7][0xdb][0x10]}Y[0xe4]IQ[0x9d]ou~hG}-s[0x9e]=[0x11][0xf3]d9[0xa3][0xe5][0xa9][0xdc]J<[0x13]:[0xb9]nY[[0x88]C3=[0x9c]cN[0xff][0xb4][\r][0xb7]m[0xe4][0x8b][0xcc][0xf3][0xd9]k[0xd7][0x80][0x8b]=[0x16][0xf5][0xe9][0xad]-.[0xe2][0xd7][0xc2][0xc7][0xc7]Fb*C[0xe9][0xe9][0xf8][0x5]PK[0x7][0x8][0xfd][0xd2]l[0x1d][0x5][0x2][0x0][0x0][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/LICENSE.txt[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0xcd][0xbb][0xe][0x82]@[0x10]F[0xe1]~[0x9f][0xe2]/[0xa1][0xe0]"!&[0xda][0xa9][0x1d][\r]$[0xf8][0x2][0x13][0x18]`[0xcd][0xca]lvG[0x8c]oo[0xa2][0xb1][0xb7][0xff]r[0x8e]i[0xbb][0xbe]np[0xa6][0xc8][0xc8]pr[0xce]\[0xc4][0xbf][0x82][0x9d][0x17]EU[0x96][0xfb][0xac]*w[0x7]|Q[0x86][0xd6][0xf3][0x8a][0x8e][0x82][0xda][0xc1]zR++z[0x99][0xf4]I[0x81]1I@C[0x1b][0x19]s]l[0x84][0xf]2>[0x6][0x85]][0x7][0xf7][0x18]9"[0xfe][0xe0][0xc8][0x1b];[0xf1]<[0x82][0xd4][0xfc]SD[0xf2][0xf9][0xa7]H[0x16]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "e[0xba][0xe7][0xe2]c}[0xcb]%[0xcc]E[0x9a][0x1b]c[0xde]PK[0x7][0x8]LWE[0xc5][0x8e][0x0][0x0][0x0][0xc9][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]META-INF/maven/org.ops4j.base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.properties[0x15][0xcc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14]@[0xd1]}[0xbe][0xe2]A[0xd7][\r]F[0xeb]T[0xe8]JD\[0xe8][0xca][0x1f][0xc8][0xf0][0x9a]FB^[0xc8]P[0xea][0xdf]K[0xb6][0xe7][0xc2][0xed][0x1e][0x18]0[0xc9][0x82][0x6][0xd4][0xf](Y.[0xa3][0xd4][0xb][0xf2][0x19][0xbd][0xdb][0xb8][0xaa][0xc1]x[0x8c][0xbe]Z[0x17]X[0xf7][0xa2][0x0]oZA\@[0x9c][0xc6][0xe1]<[0x1e][0x4][0xdc][0xee][0x1f][0xd8][0xef][0xc4][0x95][0xad][0x98][0xb2][0xa3]0[0x9]~[0xe4][0x82][0xd9]D5>[0xcd][0xd4][0x8e][0x14][0xf3][0xf0][0xe5]Jfd2[0x15]7K]Zi[0xda]7[0xed]qC[0xcd][0xfe]PK[0x7][0x8][0xec][0xf5]'[0x81]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-exec/pom.xml[0xc5]T[0xcb]n[0xdb]0[0x10][0xbc][0xfb]+[0x4][0xdf]E[0xda][0xa9]{1T[0x1d][0x2][0xf4][0x90]"i[0xc][0x4](z[0xa5][0xa8][0xb5][0xcc][0x94]"Y-e+_[0x8a][0x94]l[0xca][0x8f]6=[0xc5]'i4[0xdc][0x99][0xd9]]33[0x8d]~[0x5]n[0x93][0xae][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xcc]w[0xd6][0x9a]5[0xa5]5[0xdb][0x83]"[0xcc]0[0xbe][0x3][0xa2][0x9b][0x8a]n[0x9e][0x9f][0xe8][0x8a],[0xc8]b[0x1e][0x98][0xeb][0xe][0xc5][0x91]}8[0x1c][0xc8][0xe1][0x93][0xe7][0xdd]-[0x16]K[0xfa][0xf3][0xe9][0xf1][0xc5][0x1d][0xac]Y*[0x14]Z[0xa6]8[0xb8]S([0xd6][0xe8][0xc1]G[0xcd][0x99][0x15]Z[0xbd]C,[0xb9][0xc5][0xe8][0xb0][0xc]`[0xea]y[0xc4][0xbd][0xcf][0xf3]Y[0xe2]~Y[0xad]K[0x90]?[0xa0]A'[0x91][0xfb][0xaf][0x19][0x9d]`[0x81]fX[0x3][0xca][0x86][0x17][0xf][0xb0][0xc6][0x8a]-[0xe3][0xf6][0xa1][0xcc][0xb][0x86][0x90][0xd1][0x8]8[0xb1][0xaa]F[0xb7][0xc6]![0xce][0x4][0xd1][0x6]W[0xaf][0x19][0x1d][0xa1][0x13]i?(-[0xc9]g[0xb2][0xcc][0xe8]>[0x16][0xf6][0x84][0x6][0xa4]k[0xc1][0x1e]6[0xcc][0xee]rB2:[0x1][0x82]A[0x1a];[0xbc][0xd4]%[0xc1][0xe4]D<[0xce][0xe0]IiOJ[0xa1][0x3]~[0x19][0xc7]u[0x80][0xff]b[0x95]PU^[0xb4][0xaa][0x94][0xd0]+[0x8e]H`(VC[0xfe][0xbc]yY}K[0xee]][0xa1]$M[0xbe][0xba]Rm?[0xbc][0x8c][0xfa][0x8f][0xb3][0xa1]T[0xa3][\r][0xb8][0xfa][0x80]Q[0xc8]P[0x95][0xe0][]h)[0xf8][0xf7][0x9e]?[0xb5]O[0x82][0xb3]k[0xc4][0x8b]2[0xbd][0x1c]:[0x83]q[0x8d][0xc9][0xf1][0x13]a[0xec]_d*@%[0x18]P%(>5z[0x84][0xdf]N[0xe0]E[0xd3]Qn[0xaf][0xe][0xfb][0xbc][0xef][0x9e][0x97]2#n,[0x10][0xbd][0xa6][0xf6]o[0xb]|G~k$RW[0x85][0x1b][0xd2];|[0xc][0xcc][0x94]K[0x86]([0xae][0xcc][0xff]x[0x8][0xb9][0xeb]Sn[0x1]mF[0xc3][0xf3][0x7][0xba][0xd5][0xcd][0x8d][0xde][0xff][[0x8d][0x90]h[0x7][0x8a]V[0xc8]x[0x1e]F[0xb6]n[0xe3][0xf1]L([0xa0]Sp[0x92][0xb0]_[0x89][0xe1]>[0xda][0x82][0x14][0xdd][0x8d][0x8c][0xe7]9[0xc3][0x9d][0x15]66[\r]"[0x89]K[0xcf]m[0x8c][0x8][0x8e][0x9][0x87]43[0xbf][0xed][0xfd]=[0x9e][0xff][0x1]PK[0x7][0x8][+^[0x0][0xd2][0x1][0x0][0x0][0xd1][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x8]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83]#[0xb5][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9]J[0x15][0xd5][0xfa]&[0xb9][0x91]w_[0xa9]k0[0x9e][0xa2][0xaf][0xd6][0x5][0xd1]=8[0xc0][0x93]w[0xc0][0x9]p[0x9c][0x87]i[0xc6][0x11].[0xd7][0x17][0x1c][0xf]x[0x16];[0xa5][0xec]8,(O[0x12][0x85]M\[0xe3][0xdd],[0xed][0xc8]1[0xf][0x1f][0xa9]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6][0xbd]c[0xf1][0x7]PK[0x7][0x8]d[0xda][0x3]U|[0x0][0x0][0x0][0x88][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-io/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xc8]*Rn[0xdd][0xc5]P5[0x14][0xc8][0x90]"[0xa9][\r][0x4]-[0xba][0x5][0xb4]t[0x91][0xe9]R$A[0xd2][0xb2][0x82][0xa2][0xff][0xbd][0xfc][0x90][0x14]Iu[0x81][0xc][0xd9]|[0xc7][0x97][0xef]=w<9WZ[0x9e][0xa0][0xb4][0xa8]k[0xb8]0[0x9f]WGk[0xd5][0x96][0x90][0x86][0xb6] 0U[0xb4]<[0x2][0x96][0xba]&[0xfb][0xdd][0x3][0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xcb][0xe5][0x82]/[0x1f][0x83][0xee]C[0x96][0xad][0xc9][0xcf][0x87][0xfb]Gw[0xb1][0xa1])[0x13][0xc6]RQ[0x82][0xbb]e[0xd8][0xd6][0x84][0xe4][0xbd],[0xa9]eR[0xbc][0xa1][0x18][0xfa][0x9f]"$[0xd2]v[0xf3][0x94]=e[0xb8]3[0xd5][0xaa]H[0x12][0x84][0xf2]FV[0xc0][0x80]6[0xce][0xbe][0x8][0xe]9[0x99][0xe5][0x82]JQ[\r][0xc2][0x16][0xee][0xa7][0xb]j-[0xcf][0xea][0xae]*[0x9c]+[0x96][0xca]lN9[0x19]RQ@[0xb5]e[0xcf][0xb4][0xb4].q[0xa0][0x6]r2IDE[0xdb][0x9b][0xaf][0xf1]'[0xbc][0xce][0xc9][0x10][0xc6]C[\r][0xdc]u[0xdb][0xc2][0x9e][0xda]c[0x81]1Q[0xb2][0xc1]n[0x82]9[0x99][0x1d]x,2p%[0xd7][0xb0]p,>a[0x9b][0x92][0x5]I[0xea]%)[0x93]KD[0xd7]p[0xf9][0x8b][0xd6]L[0xd4][0xc5][0xe1],*[0xe][0xbe][0xd4][0x90][0x9][0xd5][0x4]m[0xa0][0xd8][0xed][0x1f]7_[0xd1][0x17][0xe7][0x81]Rt[0xb7][0xcb]I[0xc8][0xfa][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L[0xa9][0x99][0xb2]cW3[0xe9]w[0xcb]8[0xb3][0xc][0xc][0xb9][0xed],[0x8][0xdf][0xbb]A[0xa1];[0xa8][0x90][0x95][0xe8]D[[0x8a][0x99][0xc4][0xa1][0xc7][0x99]U`[0xd3]R[0x81][0xf6][0xd7][0xfb][0x81]EDl^[0x9a][0x83][0xe4][0xac][0xfc][0xe6]![0xe6]S[0xc0][0xbe][0xc5]k[0xb2][0x99][0x81][0xa7]7[0xae][0xcf][0xe9][0xed][0xc9][0xc5][0xd7][0xe3]8[0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 107979 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << etag: "{SHA1{f45343391e66aabce1d8d47332ce78a08d6edf2b}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9]F[0x12]L[0x18][0x1f][0xde]W[0xf1][0xb3][0x1b]U[0xcf]7[0xc6]C[0xb8]x[0xac]~I[0x9f][0x81][0xb3]n[0xb1]J[0xcb]u[0x8a]K[0x1c]y[0xd2]h[0xfa][0xef]v[0x5][0xb8]I[0xc1]!2[0x91][0xbb][0xe7][0x8c][0xaf][0xa4]@T [0xca][0xd7]Y[0x8e][0xa9][0x97][0xd1][0xec][\r][0x8b][0xb5][0xe4][0x9c],[0x17][0xa7][0xa2][0xbe][0xca]8,[0xfd][0xcd][0xef][0xfe][0xf][0x5][0xf7][0x99]?[0xcb][0xf][0x82],[0xa1][0xde][0x9f][0xb2][0x91][0x82]Y[0xa9][0xcd][0xfb][0x92]N[0xe2][0xb8]&ak[0xbc]C[0x91][0xfc][0x5]PK[0x7][0x8][0x17][0x8]Z[0xcb][0xe2][0x1][0x0][0x0]G[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x83][0x91][0xa8][0xb5][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98][0xb4][0xd3][0x18][0x9][0x99][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb]Q[0xa0][0x84][0x85][0x16]0?[0xe0]d%F[0x9c][0xdf]$W[0xf2][0xee]+M[\r][0x8b][0xa7][0xe8][0xab]uAt[0xf][0xe][0xf0][0xe4][\r][0xd4][0x0][0xea]8[0xea][0xd3][0xa8][0x7][0xb8]\_[0xb0][0xdf][0xa9][0xb3][0xd8](e[0xc7]aR[0xf2] [0x95][0xb0][0x89]k[0xbc]/S;r[0xcc][0xfa]#[\r]f[0x12][0x98][0x8a][q.[0xad]4[0xed][0x9b][0xf6][0x1e][0x83][0x15]PK[0x7][0x8]$\\[0xa7]}[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-lang/pom.xml[0x8d]S[0xcb]n[0xdb]0[0x10][0xbc][0xeb]+[0x8][0xdf][0xb5][0x94][0x1b][0xf7]b[0xa8]:[0x14][0xe8][0xa1][0x85][0x93][0x18][0x8]Z[0xf4][0x16][0xd0][0xd2]F[0xa6]K[0x91][0x4]I[0xcb][0xea][0xdf][0x97][0xf][0xc9][0x95][0x9c][0x4][0xc8]M;[0x1c][0xce][0xce],W[0xa5]6[0xea][0x84][0xb5]#C'[0xa4][0xfd][0xb2]::[0xa7][0xb7][0x94]v[0xac]G[0x9]L[0xb3][0xfa][0x88][0xa0]LK[0xf7][0x8f][0xf7]t[0x3][0x5][0x14][0xab][0xc4][0xdc][0xe][0x96]_[0xd9][0x97][0xcb][0x5].w[0x91][0xf7][0xa9]([0xd6][0xf4][0xf7][0xfd][0xee][0xc9]_[0xec]X[0xce][0xa5]uL[0xd6][0xe8]oY[0xbe][0xb5][0x11][0xdc][0xa9][0x9a]9[0xae][0xe4][0x7][0x9a][0x91][0xf7][0x18][0x11][0xc8][0xfb][0xcd]s[0xf1]\[0xc0]`[0x9b]U[0x95]e[0x84][0x94][0x9d]jP[0xfc]Bc[0xbd]|[0x15][0x15]J[0xba][0xc0]"K3[0x83][0xd2]U[0xfe][0xd3][0x17][0xad]Qg[0xfd][0xbd][0xa9][0xbc]*(m7[0xa7][0x92]NP"0[0xe3][0xf8][0xb][0xab][0x9d][0x7][0xe][0xcc]bIg@b[0xf4][0xa3][0xf8][0x1a]>[0xc3][0xba][0xa4]S[0x99][0xe][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f][0xb6][0xc7]=s[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80]j[0xd5][0x81][0x9f]`I[0x17][0x7][0xc1][0x16][0x9d]|eo[0xd9][0x82][0xd4]|[0xe6]m[0xee],R[0xf2]@[0xc9][0x5][0x93][0xed][0xad]I[0x1f][0xb9][0xfe][0xc3]Z.[0xdb][0xea]p[0x96][0x8d][0xc0][0xd0]lBb?[0xc9]:[0xac][0x1e][0xf7]O[0x9b][0x1f][0xe4][0xab]W!9[0xd9]E[0x9d][0x88][0x7]B[0x83][0xb6]6\[0xbb]k[0xb2][0x5][0xf9][0xa7][0xe3][0x82];[0x8e][0x96]~[0x1b][0x1c][0xca][0x90][0xdf][0x92][0x98][0x10][0x1b][0xe2][0x14]9[0xb1][0x9e]Ap[0x6]1[0xe9]B,[0xfa]3J[0xa3][0x9][0x2][0xe3][0xd8][0x92]M[0xb0][0xbb][0x83][0x12][0xbc]~[0x8]6[0x96][0xb3][0x80][0x14][0xf4]-[0xe2]B"$[0xb0]>[0xed][0xfc][0xfe][0xe2][0xea]Bz[0x85][0x99][0x95],[0xca]p1[0xbd][0xb4][0x16]g?[0xb2][0xd1][0xe3][0xb5][0x9e][0xca][0x9b]g[0x1b][0xd7][0xf5][0x5][0x5][0x1f]n[0x96][0xea]v[0xb1][0xd2]:'?y[0x12]}[0xbd]g[0xd1][0xdc][0xac][0xe1]T[0xd9][0xe4]{[0xf4][0x99][0xc5][0x4][0xe1][0x97][0xae][0xfe][0x1]PK[0x7][0x8][0x8a](_[0xd7][0xa7][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uC#Uj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]5%fB~[0x8a][0xde]^[0xb2][0xfd][0x1e][0xbc][0xe6]F[0x9e]"f2[0xa0][0xc0]q[0x95][0x18]p~[0x93]\[0xc8][0xd9][0xaf][0xd4][0xc5][0x1b]G[0xc1][0x95][0xd5]z[0xd1]<[0xd8][0xc3][0x93]wP[0x3][0xa8][0xd3][0xd8][0xf]c[0xa7][0xe0]r}[0xc1][0xa1]Sg[0xb1]SL[0x96][0xfd][0xa4][0xe4]Q*[0xb1]F.[0xe1]n[0xa6]z[0xe4][0x90][0xfa]MjL$0f[0xbb][0xe0][0x9c]k[0xa9][0xda]Vm?[0xec]m[0xe6][0x98][0xc4][0x1f]PK[0x7][0x8]f[0xab][0xd3]|[0x80][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-monitors/pom.xml[0x8d]SMO[0xc3]0[0xc][0xbd][0xf7]WD[0xbb]7[0xe9]`\[0xa6][0xd2][0x3][0x12][0x7][0xd0][0xc6]&M n(k[0xbd]-#M[0xa2]$[0xdb][0xca][0xbf]'[0x1f][0xed]h7[0x90][0xb8][0xd5][0xf6][0xf3][0xf3]{[0x8e][0x9b]+-[0xf7]PZ[0xd4][0xd4]\[0x98][0xfb][0xd1][0xce]Z5%[0xa4][0xa6]G[0x10][0x98]*Z[0xee][0x0]K[0xbd]%[0xcb][0xc5][0x9c]Lp[0x86][0xb3]QDN[0x1b][0xc3][0xce][0xe8][0xd3][0xe9][0x84]O[0xb7][0x1]w[0x93]ec[0xf2]>[0x9f][0xad]\cMS&[0x8c][0xa5][0xa2][0x4][0xd7]e[0xd8][0xd4][0x84][0xe4]L[0x96][0xd4]2)[0xfe]1[0xc][0xfd][0x85][0x8][0x89][0xf4]8[0xf9][0xc8]>2[0xdc][0x98]jT$[0x9]By-+[0xe0]o[0xa0][0x8d][0xa3]/[0x2]CN[0x6][0xb9][0x80]RT[0x83][0xb0][0x85][0xfb]t[0xc1]V[0xcb][0x83]z[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7][0x8a][0xa5]2[0x93]}N[0xba]T[0x4]Pm[0xd9][0x86][0x96][0xd6]%[0xd6][0xd4]@Nz[0x89][0x88]8[0xb6][0xe4]c|[0x87][0xc7]9[0xe9][0xc2]X[0xd4][0xc0][0x9d][0xdb]#,[0xa9][0xdd][0x15][0x18][0x13]%k[0xec]6[0x98][0x93]A[0xc1][0xcb]"[0x9d][0xae][0xe4]7Y8[0xe][0xef]i[0xeb]+[0xb][0x90][0xd4]C[0xd2]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x97]B[0x9d][0xed][0xf2][0x93]n[0x99][0xd8][0x16][0xeb][0x83][0xa8]8[0xf8][0x81]]&[0xcc][0x14][0xb4][0x86]b[0xb1]\M[0x9e][0xd1][0x83]cB)[0x9a][0x9f][0xb9]B[0xcd][0x83]*0[0xa5]f[0xca][0x9e][0x1d][0xe][0x1a]^-[0xe3][0xcc]20[0xe4][0xb1][0xb1] [0xfc][0x1e][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "N[0xa1]BV[0xa2]V[0x9c][0x1b][0x89][0x83][0xe5][0x1][[0x10][0xa9][0xa5][0x2][0xed][0x19][0xda][0xfd]E[0xad][0xd8]|[0xd5]k[0xc9]Y[0xf9][0xe2]u[0xc][0x97][0x82][0x1c][0xff][0x6][0x1e][0xd0]x[0x1b][0xc6][0xd9][0xee]s\[0xb5][0xff][0x80][0xe2][0xb3][0xf4]$%[0x81][0x8a][0xf1][0xee][0xe9][0x15]?[0xb8][0xfd][0xb5]Z[0xcf]q[0x17]^[0xbc]c{[0xbf][0x1b][0xe0][0xac][0xb9][0xb8][0xb2][0xcb]K[0x8b][0xf7][0x1d][0xf5][0xa4][0x91][0xf4][0xfa][0xf0][0x82][0xb8][0xde][0xc0].2Qw[0xab]3[0x9][0xe][0xfc]?^|[0x3]PK[0x7][0x8][0xcf][0xa6]X[0xcf][0xa7][0x1][0x0][0x0][0xed][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]G[0xab][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12][0x92][0x90][0x9f][0xa2][0xb7][0x97]l[0xbf][0x7][0xaf][0xbb][0xb1][0xe7]$[0xb]kP?[0x8][0xc9][0xa0][0x8c]ry3[0xae][0xec][0xec][0x17]U[0xf5][0xda]qt[0xd5]X/[0xba]G[0xf0][0xf0][0xc][0x1b][0xd0][0x8]t[0x9a][0x86]q:[0x10]\[0xae]/[0xd8][0xef][0xe8],6N[0xd9][0x6]?[0x13][0x1e][0x91][0x84]I[0xa1][0xc6][0xbb][0x9e][0xdb]1[0xc4]<|P[0xc9][0xcc]B[0xa6]bW[0xb9][0x94]V[0x9a][0xf6]M{[0xcf]E[0xfc][0x1]PK[0x7][0x8]&l[0x11][0xa3]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-net/pom.xml[0xad][0x94]=o[0xdb]0[0x10][0x86]w[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2][0xe8]*RN[0xdd][0xc5]P5[0x14][0xe8][0xd0] [0x1f][0x6][0x82][0x6][0xd9][0x2]Z[0xba][0xc8]t)[0x92] iYA[0xd1][0xff]^~H[0x8a][0xa4][0xba]@[0x86]l[0xbe][0xe3][0xcb][0xf7][0x9e];[0x9e][0x9c]+-[0x8f]PZ[0xd4]5\[0x98][0xaf][0xab][0x83][0xb5]jKHC[[0x10][0x98]*Z[0x1e][0x0]K][0x93][0xdd][0xfd]-[0xd9][0xe0][0xc]g[0xab][0xa8][0xdc]v[0x86][0x8d][0xea][0xf3][0xf9][0x8c][0xcf][0x9f][0x83][0xee]*[0xcb][0xd6][0xe4][0xe9][0xf6][0xe6][0xc1]]lh[0xca][0x84][0xb1]T[0x94][0xe0]n[0x19][0xb6]5!y#Kj[0x99][0x14][0xef]([0x86][0xfe][0xa7][0x8][0x89][0xb4][0xdd]<[0xb2][0xe2]'7[0xae][0x9e]p[0x8c][0x87]p[0xf1]b[0xfd][0xa6][0xbe][0x0]g[0xdd]b[0x9f][0x96];[0x15]79[0xf2][0xa4][0xd1][0xf4][0xdf][0x15][0xb]p[0x93][0x82]Cd"w[0xcf][0x19][0x1f]J[0x81][0xa8]@[0x94]o[0xd3][0x1c]S[0xaf][0xa3][0xd9];[0xb6]k[0xc9]9[0xd9]0NE}[0x91]q[0xd8][0xfc]O[0xbf][0xfb][0x15][0xdc]g[0xfe],[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb2][0x84][0xfa]x[0xca]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xa5]6[0x1f]K:[0x89][0xe3][0x9a][0x84][0xad][0xf1][0xe]E[0xf2][0x17]PK[0x7][0x8][0x12]|[0xc2][0xd9][0xe2][0x1][0x0][0x0]L[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x16]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#Qj[0xa1]+[0x11]q[0xa1]+/0i[0xa6]1[0xa5]$!?Eo/[0xd9]~[0xf]^wg[0xcf][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1b][0xd0]?[0x8][0xc9]"E[0x9a]?[0x8c][0xb]o[0xee][0x8b][0xba]z[0xb3]q[0xdc][0xaa]u^t[0xcf][0xe0][0xe1][0x15]v[0x90][0x3][0xc8][0xf3][0xa8][0x86]Q)[0xb8][0xde][0xde]p<[0xc8][0x8b][0xd8]9e[0x17][0xfc]$[0xf1][0x84]R[0xd8][0x14]j|[0x98][0xa9][0x1d]C[0xcc]jEM[0x99][0x5][0xa5][0xe2][0x16][0x9a]K+M[0xfb][0xa6]}[0x8e]N[0xfc][0x1]PK[0x7][0x8]F[0xda]z[0xb0]}[0x0][0x0][0x0][0x89][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xml[0x8d][0x93]Qo[0xc2] [0x14][0x85][0xdf][0xfb]+[0x88][0xef][0x85][0xba][0xb9][0x17][0xd3]5[0xd9][0xde][0xb6][0xe8]41Y[0xf6][0x8a][0xf4][0xaa][0xb8][0x16][0x8]`u[0xff]~[0x14][0xda]Ig[0x97][0xac]o[0x1c]>[0xee]9[0x17]ns[0xa5][0xe5][0x11][0x98]E[0x97][0xba][0x12][0xe6]qr[0xb0]V[0xcd][0x9][0xa9]i[0x3][0x2]SE[0xd9][0x1][0xb0][0xd4]{[0xb2]^-[0xc9][0xc]g8[0x9b][0x4]r~1[0xfc][0x87]>[0x9f][0xcf][0xf8]|[0xef][0xb9][0xbb],[0x9b][0x92][0x8f][0xe5]b[0xe3][0xe][0xd6]4[0xe5][0xc2]X*[0x18][0xb8]S[0x86][0xcf][0x8d][0x17][0x17][0x92]Q[0xcb][0xa5][0xf8][0x87][0x19][0xfa][0x8b][0xb8][0x98]2[0x88][0xa9][0xe7][0xb0][O[0x8a][0x4][0xb9]/[0xaf]e[0x9][0xd5];h[0xe3],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0x9b][0x93][0x81][0x16]0E5[0x8][0x1b][0x16]^[0xa0][0xda][0xf2][0x1d]e[0xf6][0xa5],[0xb6][0xd4]@N"[0xe1]J[0xed][0xb5]<)[0xa7][0xb8][0x10]X*3;[0xe6][0xa4][0x97][0xae]P[0xd3]9M[0xf1][0x3][0x9e][0xe6][0xa4][0x89][0x8d]=[0xa0][0xa1]rW[0xd0][0xc0][0x9a][0xda]C[0x81]qN[0x6]B[0x8]H[0xe2][0x84][0xb7][0xbe]8[0x84][0x1c][0x98][0xc7]=x(m[0xa1][0xd4](~[0xdb][0x8d][0xbb][0x0][0xf6]I[0xf7]\[0xec][0x8b][0xed]I[0x94][0x15][0xb4][0x86][0xbd][0x12][0x8]Ak(V[0xeb][0xcd][0xec][0x15]=[0xbb]:(E[0x1b][0xd0][\r]g[0x80][0xd6]Z6[0xbc][0x4][0x8d][0x9e][0x18][0x3]cr[0xe2][0xd1][0xa4]+[0xac][0xa5][0x2][0xe7][0x6]&[0xea]8x`[0xf3]Uoe[0xc5][0xd9][[0xcb][0xf]{[0xc1]>[0xe6][0x18]wS[0xa5]u3.m\">}[0xdd][0xef][0xaf]2[0x8a][0x94]t[0x95]x[0x15]?[0x99][0xaa]N[0xae][0xf3](q[0xa4][0xe][0xc5][0x9b][0xe7][0xe8][0xc6]r[0x7][0x15][0xbf][0x8c]L[0xc3][0xd8][0x80][0x85][0xd1][\r]i[0xd3]`2>o][0xfc]_1z[0xc5][0xf4][0xfd]u[0xdd]$[0x89]o[0xb5][0xfd][0x9f][0x8b]oPK[0x7][0x8]R[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x7]#[0xad][0xd4]BW"[0xe2]BW^ i[0xa6]1[0x12]2!?Eo/[0xd9]~[0xf]^w[0xa3]@I[0x15]2[0xa0][0xc0][0xc9][0xa2][0x8a]j}[0x13]n[0xe4][0xdd][0x17]u[\r][0xc6]S[0xf4][0xd5][0xba] [0xba][0x7][0x7]x[0xf2][0xe]r[0x2]y[0x9a][0x87]i[0x1e]%\[0xae]/8[0x1e][0xe4]Y[0xec][0x94][0xb2][0xe3][0xb0]H[0x1c]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9b][0xb8][0xc6][0xbb]Y[0xda][0x91]c[0x1e]>[0xa8]U&[0xa1]Rq[0x9b]ZK+M[0xfb][0xa6]}.[0x9c]H[0xfc][0x1]PK[0x7][0x8][0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xml[0x8d][0x94]Mo[0xdb]0[0xc][0x86][0xef][0xfe][0x15]F[0xee][0x96][0x9c]5[0xbb][0x4][0x9e][0xf][0xbd]mh[0xd7][0x0][0x1][0x86][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ef[0x1c]u[0xb2][0xa4][0x8a][0xca]G[0xff][0xfd]d[0xc9]v[0xed][0xc4]-z3[0xa9]W/[0x1f]R[0x84][0xb]c[0xf5][0xb]p[0x97]^[0x1a][0xa9][0xf0][0xc7][0xe2][0xe0][0x9c]YS[0xda][0xb0][0x13]([0xc2][0xc][0xe3][0x7] [0xda][0xd6]t[0xf3][0xf4]HW$'[0xf9]"*[0xd7][0x17][0x14][0x83][0xfa]|>[0x93][0xf3]][0xd0]}[0xcb][0xf3]%[0xfd][0xfb][0xf8][0xb0][0xf5][0x17][0x1b][0x96][0x9][0x85][0x8e])[0xe][0xfe][0x16][0x8a]5[0x86][0xe4][0x83][0xe6][0xcc][0x9][0xad][0xbe]P,[0xfd]H[0x11][0x12][0xd9]i" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0x9c]?[0xe7][0xe4][0x82][0xd5][0xa2]L[0x92]4-[0x1a]][0x81][0xfc][0x3][0x16][0xbd]}[0x19][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xc9][0x5][0x95]a[0x16][0x94]+[0xfd][0xa7][0xf]j[0xab][0x8f][0xe6]gUzW[0xa2][\r][0xae]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xda][0xa7][0xa2][0x80]Y'[0xf6][0x8c];[0x9f][0xd8]1[0x84][0x82][0x8e][0x12]Qq[0xea][0xcc][0x97][0xe4];Y[0x16][0xb4][0xf][0xe3][0xa1][0x5][0xe9][0xbb]=[0xc1][0x86][0xb9]CI[0x8]5[0xba]!~[0x82][0x5][0x9d][0x1c][0xb4]X[0xb4][0xe7]J[0xe6][0xb0]H,>b[0x1b][0x93][0x5]I[0xd6]J2t[0xda][0xde]P[0xfa][0x9e][0xf9]?V[0xb]U[0x97][0xbb][0xa3][0xaa]$[0xb4][0xd5][0xfa]L([0xa8]X[0x3][0xe5][0xd3]f[0xbb][0xfa][0x95][0xde]{[0x9b]4K[0xb7][0xd1]([0x1c][0xb4][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][a[0xdc][0xd0][0xdb]X[0x1d][0xc4][0xa1][0x8b][0x89],[0x94][0xb6][0xda][0x80][0xa7][0x1][0xec]F[0x12][0x9][0x8][0xbe]5;-[0x5][0xff][0xdd][0x16][0x98][0xf6]I[0xba]&[0xe6][0x94][0x13][0x8f][0x16][0xe]}'c[0x83][0xe9][0xdd]wE[0x9c][0xf1][0x8]&[0x9]>B[0xf6][0xef]h[0xe4][0xd1][0xcf][0xa3][0xa3][0x1c][0xe2]>[0xbc]z[0x94]n[0x19][0xf7] [0xc5][0xe5]je[0xae][0xd7]&.k[0xe4][0xc9][0xa2][0xe9][0xed][0x16][0x5][0xb8]Q[0xc1]>[0xc2][0xc8][0xdd]q[0xc6]w0[0xa0]*P[0xfc]}[0xa2]C[0xea]m0[0x1b][0xb3][0xa2][0xdc][0xdf][0xec][0xf5][0x14]1(2f[0xc4][0xcc]z[0xd3]k[0xf7][0xcf][0xca][0xf1][0x3]y[0xd5]H[0xa4][0xae]w~[0xbf]>[0xad][0xd9]i2.[0x19][0xa2][0xe0][0xb3]#A[0xee][0x9f][0xab]t[0x80][0xae][0xa0][0xf1]{[0x96]i[0x14][0x87][0xa1][0x84]wnke[0xf2][0x1f]PK[0x7][0x8][0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.properties[0x15][0x8c]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x14][0x0][0xf7]9[0xc5][0x83][0xae][0x13][0x8c]T[0xb1][0x85][0xae]D[0xc4][0x85][0xae][0xbc]@>[0xaf]5%[0xe4][0x85]|[0x8a][0xde][0xde]f7[0xcc][0xc0]tw[0xc][0x98]TA[0xb][0xfa][0x7][0x94][0x16][0xa1][0xa2]2[0x1f][0x14]3z[0xf7][0x15][0xba][0x6][0xeb]1[0xfa][0xba][0xb8][0xc0][0xba]'[0x5]x[0xd1][0x6][0xf2][0x2][0xf2]<[0xf6][0xc3][0xb8][0xc3][0xf5][0xf6][0x86][0xe3]A[0xe]l[0xc3][0x94][0x1d][0x85]I[0x8a][0x93][0x90]lIT[0xe3][0xc3]N[0xed]H1[0xf7][0xab][0xd0]*#S[0xa9][0xb8]Y[0x99][0xd2]J[0xb3][0xbc]Y^[0x8b][0xf3][0xdc][0x90][0xf7]h[0xca][0xbe][0xc8][0xec][0xf]PK[0x7][0x8][0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xml[0x8d]T[0xc1][0x8e][0x9b]0[0x10][0xbd][0xe7]+[0xac][0xa8]Wl[0xd2][0xa6][0x97][0x88]rh[0xd5]C[0xab][0xdd]n[0xa4]U[0xab][0xde]V[0x8e][0x99]%N[0x8d]m[0xd9][0xe]aU[0xf5][0xdf]kl`[\r][0x9b][0x95][0xf6][0x4]3<[0xbf]y[0xf3]fL[0xa1][0x8d]:[0x1]s[0xa8]k[0x84][0xb4][0x9f][0xd6]G[0xe7][0xf4][0x8e][0x90][0x86][0xb6] 1[0xd5][0x94][0x1d][0x1]+S[0x93][0xfd][0xdd]-[0xd9][0xe2][0x1c][0xe7][0xeb][0x88][0xdc]u[0x96]O[0xe8][0xcb][0xe5][0x82]/[0x1f][0x2][0xee]}[0x9e]o[0xc8][0xef][0xdb][0x9b]{[0xb0][0xa1][0x19][0x97][0xd6]Q[0xc9][0xc0][0x9f][0xb2]|gC[0xf2]F1[0xea][0xb8][0x92]o([0x86]^C[0x84]D[0xd6]n[0x1f][0xf2][0x87][0x1c]w[0xb6]Z[0x97][0xab][0x15]BE[0xa3]*[0x10][0xbf][0xc0]XO_[0x6][0x86][0x82][0xcc]r[0x1][0xa5][0xa9][0x1][0xe9]J[0xff][0xea][0x83][0xda][0xa8][0xb3][0xfe]V[0x95][0x9e][0x15]+m[0xb7][0xa7][0x82][0x8c][0xa9][0x8][0xa0][0xc6][0xf1]G[0xca][0x9c]O[0x1c][0xa8][0x85][0x82]$[0x89][0x88]h[0x7][0xf2][\r][0xfe][0x88]7[0x5][0x19][0xc3][0xf8][0xd1][0x80][0xf0][0xdd][0xb6][0xb0][0xa7][0xee]XbL[0xb4]j[0xb0]w[0xb0] [0xb3][0xf][0xbd],2[0xea]Z][0x93][0x85]c[0xf1]D[[0xaa],@[0xb2][0x1e][0x92][0x9d][0x1d][0x17][0x19]SB[0xf8][0xa9]z[0x19]v)[0xd8][0xb7][0xcf][0xfe][0xd0][0x9a][0xcb][0xba]<[0x9c]e%[0xa0]/5[0x7]%8[0xfb][0xd1][0xab][0x99][0x9b][0x85]{'[0xf0][0xcc][0x89]k[0x87]ft}S[0xd6][0xdb][0x91]r[0xbd]J[0xf3][0xc][0x8e][0xe3]K$[0xae][0x2]%[0x17][0xe3][0x8a]hq[0xf6][0xfe][0xe][0xda][0xa7]x[0xc][0x17][0xf3][0x1e][0xf6][0xfc][0x11][0x4][0xef][0x16][0xdb][0xb8][0xdc][0xc8]x[0xf][0xa2][0x9e],[0x92][0xbe]\[0xd0] .)8F6[0xea][0x1e]t[0xc6]Qj[0x90][0x15]H[0xf6][0xec][0xf3][0x94]z[0x9a][0xc8][0xde][0xb0][0x9b]K[0x9d][0xc9]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*[0xeb][0xab][0x1a][0xc7]{[0xf3][0xee][0xef][0xf0]O[0xc2]C[0xe6][0xdf][0xf2]N[0x91][0xb9][0xa8]$[0x8e][0xe6][0x87]Y[0xf4][0xc][0xe5][0xea]?PK[0x7][0x8][0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.properties[0x15][0xcc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xd1]}N1[0xd0]u[0x82][0xd1]Zl[0xa1]+[0x11]q[0xa1]+/[0x90][0xb4][0xd3][0x1a][0x9][0x99]0I[0x8a][0xbd][0xbd]d[0xfb]>[0xfc][0xe6][0x8e][0x1][0xd9]d[0x9c][0xc1][0xee]@[0xbc]*[0x13][0xcd][0xf4]A[0xb5][0xa0]w?eK[0x98]=F_V[0x17]D[0xf3][0xa4][0x0]/[0xda]@_@wC[0xdb][0xf][0xa7][0xe][0xae][0xb7]7[0x1c][0xf][0xba][0x17][0x1b]rr[0x14]F[0xad][0xce]J[0x8b][0x95][0xa9][0xc4][0xc7]<[0xd6]#[0xc5][0xd4]~[0x95]5[0x9][0x85][0xe1][0xec][0x16]3[0xe5]Z[0xaa][0xca][0xaa][0xb2]d[0xe7]ed[0x8a][0xc8]y[0x17]PK[0x7][0x8]j[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xml[0x8d]TM[0x8f][0x9b]0[0x10][0xbd][0xf3]+[0xac][0xdc][0xb1]I7[0xbd]D,[0x87]J=[0xb4][0xda][0x8f]H[0xab]V{[9fB[0xbc]5[0xb6]e[0x9b][0x84][0xfc][0xfb][0xfa][0x3]X[0xc8][0xa6]RO0[0xe3]7o[0xde]<[0xf][0x94][0xda][0xa8]w`[0xe][0xf5][0xad][0x90][0xf6]~utNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2]#`e[0x1a][0xb2]{~$[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xde][0xf2][0x9]}>[0x9f][0xf1][0xf9].[0xe2][0xbe][0x14][0xc5][0x9a][0xbc]>>[0xbc][0xf8][0xc2][0x96][0xe6]\ZG%[0x3]_e[0xf9][0xd6][0xc6][0xe4][0x83]b[0xd4]q%[0xff][0xa3][0x19][0xfa][0x17]"&[0xf2][0xd3][0xe6][0xad]x+po[0xeb]U[0x95]e[0x8][0x95][0xad][0xaa]A[0xfc][0x6]c=}[0x15][0x19]J[0xb2][0xc8]E[0x94][0xa6][0x6][0xa4][0xab][0xfc][0xab][0xf][0x1a][0xa3]:[0xfd][0xa3][0xae]<+V[0xda]n[0xde]K2[0xa6][0x12][0x80][0x1a][0xc7][0xf][0x94]9[0x9f][0xd8]S[0xb]%[0x99]%[0x12][0xe2]4[0x90][0xaf][0xf1]W[0xbc].[0xc9][0x18][0xa6]C[0x3][0xc2]O{[0x82][0x1d]u[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "c[0xa2]U[0x8b][0xbd][0x83]%Y[0x1c][0x4]Yd[0xd4][0x95][0xdd][0x92][0x85]S[0xf3][0x99][0xb6][0xb9][0xb2][0x8][0xc9][0x3]$[0xef][0x1c][0x17][0xb9][0xbf]U[\r][0xc6]][0xae][0xd5][0xfa][0xd9][0xd9][0x1f][0xda]p[0xd9]T[0xfb]N[0xd6][0x2]B[0xd7]1[0x13][0x1b]K[0xda]B[0xf5][0xbc]{[0xd9][0xfc]D[0xdf]<[0x1d][0xca][0xd1]/O[0xe8][0x1f][0xbb][0x89]2B[0x2][0xb6][0x6][0xcb][0xc][0xd7]n[0x9a][0xf6]S[0x1d]w[0x1c],[0xf9][0xde];[0x90][0xc1][0x13][0x8b][0xe2][0xd4]P#[0xa7][0x90][0xbd]8h[0x9]S[0xf2][0xc0][0x9b][0xce][0xc4][0x95]@[0x83]n_[0x84][0xa3]%[0x8b][0xe]Q[0xff][0x4][0x18][0xfc]Mc`{i[0xf7]Jp[0xf6][0x14][0xb4]-M[0xc3][0xc1][0x11][0xfc][0xe1][0xc8][0xad][0x8a][0x5]W[0x98][0xcf]z[[0xe6]D[0xb7]9>[0x90][0xe9][0x2]g[0xe2][0xb2][0xc8][0xc7][0xc5][0xb8]$Zt[0xde][0xe4]A[0xf5][0x14][0x8f][0xe1][0xd5][0x8d][0xf][0x9b]~[0x0][0xc1][0xfb][0xab]}[0xbc][0xde][0xc9][0xf4]%$=y"[0xfd][0xbc][0xa2]Q[0xdc][0xac][0xe1][0x18][0xd9][0xa4]{[0xd0][0x99][0xc5][0x9][0xc2][0xdf][0xa0][0xfa][0xb]PK[0x7][0x8]b[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]u[0x6]#[0xb1][0xd8]BW"[0xe2]BW^ i[0xa6]5[0x12][0x93][0x90][0x9f]Ro/[0xd9]~[0xf]^w#OI[0x15]2[0xa0][0x10][0xd2][0x8a]*[0xaa][0xf9]M[0xb8][0x90][0xb3];[0xea][0xea][0x8d][0xa3][0xe8][0xea]j=[0xeb][0x1e][0xc1][0xc3]3l [0xce] [0xfa]Q[0xe][0xa3][0xec][0xe1]r}[0xc1][0xf1] [0x6][0xb6]Q[0xca]6[0xf8]I[0xe0][0x9][0x5][S[0xa8][0xf1]n[0xa6]v[0xc]1[0xcb][0xf]j[0x95][0x89][0xa9]T[0xec][0xa2][0xe6][0xd2]JS[0xde][0x94][0xd7]b[0x1d][0xdf][0xbf][0x8e][0xfd][0x1]PK[0x7][0x8][0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xml[0xad]T=o[0xdb]0[0x10][0xdd][0xf5]+[0x8][0xa3][0xab]H[0xb9]u[0x17]C[0xd5]P[0xa0]C[0x8b][0xa4]1[0x10][0xb4][0xe8][0x16][0xd0][0xd4]EfJ[0x91][0x4]I[0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a][0xfe][0xf7][0xf2]CR$[0xd9][0x5]2d[0xb2][0xef][0xf8][0xf8][0xee][0xdd][0xdd][0xa3]Jm[0xd4][0x13]0[0x87][0xba]VH[0xfb]iupNo[0x9]i[0xe9][0x9]$[0xa6][0x9a][0xb2][0x3]`e[0x1a][0xb2][0xbb][0xbb]%[0x1b]\[0xe0]b[0x95][0x90][0xdb][0xce][0xf2][0x11]}>[0x9f][0xf1][0xf9]C[0xc4][0xbd]/[0x8a]5[0xf9]u{s[0xef]/[0xb6]4[0xe7][0xd2]:*[0x19][0xf8][[0x96]omL[0xde](F[0x1d]W[0xf2][0x15][0xc5][0xd0][0xff][0x10]1[0x91][0x9f]6[0xf][0xc5]C[0x81];[[0xaf][0xaa],C[0xa8]lU[\r][0xe2]'[0x18][0xeb][0xe9][0xab][0xc8]P[0x92]Y.[0xa2]45 ][0xe5][0xff][0xfa][0xa0]1[0xea][0xa8][0xbf][0xd6][0x95]g[0xc5]J[0xdb][0xcd]SI[0x86]T[0x2]P[0xe3][0xf8]#e[0xce]'[0xf6][0xd4]BI&[0x89][0x84]8[0xf5][0xe4]k[0xfc][0x11][0xaf]K2[0x84][0xe9][0xd0][0x80][0xf0][0xdd][0x9e]`G[0xdd][0xa1][0xc2][0x98]h[0xd5]b?[0xc1][0x92][0xcc][0xe][0x82],2[0xe8][0xca][0xae][0xc9][0xc2][0xa9][0xf8]D[0xdb]TY[0x84][0xe4][0x1][0x92][0x1f][0x1d][0x17]y[0xac]0[0x17][0xea][0xdb]f[0xbf]i[0xc3]eS[0xed][0x8f][0xb2][0x16][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0x99]XS[0xd2][0x16][0xaa][0xbb][0xdd][0xfd][0xe6][0x1b][0xfa][0xec][0x99]P[0x8e]~x.[0xff][0xe3][0xf7]Y[0x92]x[0x1a]`5Xf[0xb8]vc[0x8f][0x17]W[0xb8][0xe3]`[0xc9][0x97][0xce][0x81][0xc][0x93][0xb0]([0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "5r*[0xb8][0x7][0xc7]ng4Q[0x9f]Q[0x1a]L[0xb8][0xda][0x8f].[0xc9][0xc4][0xf6][0xb9][0xdd]+[0xc1][0xd9][0xf7] `>[0xf][0x1c][0x9a]M[0xe3][0xbc][0x6][0x9e][0xd1][0x4][0xfd][0xd6]w<[0xe5][0xb8][0xb8][0xfe][0x2]J[0x1b][0x99]H[0xca]"[0x15][0x17][0xc3][0xd6][0xb5]8[0xfa][0xd1][0xf5]Z[0xc7]x[0x8][0x17]+[0xec][0xad][0xfb][0x8][0x82]w[0xb][0x83]-M[0x96][0xac][0x9d][0xf4][0xe4][0x89][0xf4][0xd2]sQ[0xdc][0xa4][0xe0][0x10][0xd9][0xa4][0xbb][0xd7][0x99][0xb6][0xa5]A[0xd6] [0xd9][0xcb]\[0xc7][0xd4][0xf3]H[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb]-uN,'[0xa8]l[0xae]j[0x1c][0x9e][0xc2][0xbb]?[0xfd]g[0x6][0xf7][0x99][0xbf][0xcb]gB[0x96][0xa2][0xde]^e|[0x18]L[0x9][0xe1]u[0x4]W[0xbe][0xad][0xe2]I[0x9c][0xec][0x12][0xdd][0x13][0x18][0xaa][0xec][0x1f]PK[0x7][0x8]$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.properties[0x15][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0]uCS[0xaa][0xd8]BW"[0xe2]BW^`[0xd2]LkJ[0xc8][0x84][0xfc][0x14][0xbd][0xbd]d[0xfb]=x[0xcd][0x9d][0xa8][0x9a]9[0xae][0xe4]4#[0xff]bD [0xef]V[0xaf][0xc5]k[0x1][0xbd]m[0x16]U[0x96][0x11]R[0xb6][0xaa]A[0xf1][0x1b][0x8d][0xf5][0xf2]UT([0xe9][0xc][0x8b],[0xcd][0xc]JW[0xf9]O_[0xec][0x8c]:[0xea][0xbb][0xa6][0xf2][0xaa][0xa0][0xb4]][0x1d]J:B[0x89][0xc0][0x8c][0xe3]o[0xac]v[0x1e][0xd8]2[0x8b]%[0x9d][0x0][0x89][0xd1][\r][0xe2]K[0xf8][0x9][0xcb][0x92][0x8e]e:4(|[0xda][0xe]7[0xcc][0xed]+[0x0][0xaa]U[0xb]~[0x82]%[0x9d][0x1d][0x4][t[0xf4][0x95]}g[0xb]R[0xf3][0x89][0xb7][0xa9][0xb3]H[0xc9][0x3]%?:..M[0xfa][0xc8][0xf5];[0xdb]q[0xb9][0xab][0xb6]G[0xd9][0x8][0xc][0xcd]F$[0xf6][0x93][0xac][0xc5][0xea]i[0xf3][0xbc][0xba]'7^[0x85][0xe4][0xe4]%[0xea]D<[0x10][0x1a][0xb4][0xb5][0xe1][0xda][0x9d][0x93]}!s[0xc7][0xd1][0xd2][0xdb][0xde][0xa1][0xc][0xf9]-[0x89][0x9][0xb1]!N[0x91][0x3][0xeb][0x18][0x4]g[0x10][0x93][0xce][0xc4][0xa2]?[0xa3]4[0x9a] 0[0x8c]-[0xd9][0x4][0xfb][0xb7][0xdd]*[0xc1][0xeb]_[0xc1][0xc6]|[0x16][0x90][0x82]~G[0x9c]I[0x84][0x4][0xd6][0xa7][0x9d][0xde][0x9f]][0xfd]$[0xa4]W[0x98]X[0xc9][0xa2][0xc][0x17][0xe3]Kkq[0xf4]#[0x1b]<[0x9e][0xeb][0xb1][0xbc]x[0xb6]a][0xdf]P[0xf0][0xfe]b[0xa9].[0x17]+[0xad]s[0xf2][0x93]'[0xd1][0xaf]{[0x16][0xcd]M[0x1a][0x8e][0x95]M[0xbe][0x7][0x9f]YL[0x10]~[0xe9][0xea][0x3]PK[0x7][0x8][0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]ME" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "TA-INF/maven/org.ops4j.base/ops4j-base/pom.properties[0x1d][0xcc]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc2]0[0x10]@[0xe1]}N1[0xd0][0xb5][0xc1]h+[0xb6][0xd0][0x95][0x88][0xb8][0xd0][0x95][0x17][0x98]4[0xd3][0x98][0x12]2!?Eo/u[0xfb]=x[0xcd][0x8d][0x2]%,d@[0x81][0x93][0x95][0x18]qz[0x93][0x9c][0xc9][0xbb][0x8f][0xd4]5[0x18]O[0xd1]W[0xeb][0x82]h[0x1e][0x1c][0xe0][0xc9]+[0xa8]3[0xa8][0xd3][0xd0][0xf6]Cw[0x84][0xcb][0xf5][0x5][0x87][0xbd][0xea][0xc5]J);[0xe][0xa3][0x92][0x9d]T[0xc2]&[0xae][0xf1]n[0xc6][0xed][0xc8]1[0xb7][0x8b][0xd4][0x98]I`*n[0xc6][0xa9]le[0xd3][0xdd]_PK[0x7][0x8][0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xml[0xdd]VMo[0xdb]0[0xc][0xbd][0xe7]W[0x18][0xc1][0xae][0x96][0x9c]-[0xbb][0x4][0xae][0x81][0xee][0xb6][0xa1]][0x3][0x14][0x18]v+[0x14][0x99]I[0xd4][0xc9][0x92] [0xc9][0xf9][0xc0][0xb0][0xff]>Z[0xb2]][0xc7][0xcd][0x80][0x1e][0x86][0x2][0xc9]-|z"[0xdf]#[0x99]D[0xb9][0xb1][0xfa][0x19][0xb8]O[0xe][0x95]T[0xee]f[0xba][0xf5][0xde],([0xad][0xd8][0xe][0x14]a[0x86][0xf1]-[0x10]m7t[0xf9]pO[0xe7]$#[0xd9]42[0x17][0x7]'z[0xf6]~[0xbf]'[0xfb]O[0x81][0xf7]1[0xcb]f[0xf4][0xe7][0xfd][0xdd]#^[0xac]X*[0x94][0xf3]Lq[0xc0][N,\[0x0][0xef]4g^h[0xf5][0x86]b[0xc9][0xbf][0x18][0x1]Hw[0xf3][0xa7][0xec])#[0x7]WN[0x8b][0xc9]$I[0xf2]J[0x97] [0x80]u[0x98][0xbe][0x8][0x19]rz[0x82][0x5][0x96]a[0x16][0x94]/[0xf0]#[0x6][0x1b][0xab]k[0xf3][0xb5],0+[0xd1][0xc6][0xcd][0x9f]s[0xda]A[0x91][0xc0][0xac][0x17]k[0xc6]=[0x2]+[0xe6] [0xa7][0x3] 2vm[0xf2][0x19][0xf9]Lf9[0xed][0xc2]xhA[0xa2][0xdb][0x1d],[0x99][0xdf][0x16][0x84]P[0xa3]+[0x82][0x1d][0xcc][0xe9][0xc9]A#[0x8b]v[0xba]&[0xe7]d[0x91]X|[0xa0]m[0xa8],P[0xd2]s[0xfa][0xd0]-[0xff][0xc5]6Bm[0x8a]U[0xad]J[0x9]M[0x9d][0xe][0x9][0xa5][0x14][0xab][0xa0]xX>[0xce][0xbf]%_0A[0x92]&[0xb7][0x12][0xf5][0x5][0xb8]9/[0xc1]q+[0x8c][0xef]=[0x9d]r[0x9d][0x83]j%[0x8f][0x89]^'L[0xca][0x4][0xdb]]Kp$8:[0xb9][0x1a][0xc4]Xm[0x0][0xf5][0x81]k[0xdb][0x13]5[0x11]w[0xac]VZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0xbd]):[0xf6]|[0x8e]sr[0xbb][0x91][0xea][0xd0][0x15][0xc][0xa7][0xf8][0xea],[0xf6]x `[0x12]2[0x8][0xd9][0xcd][0xd1][0xc8][0x1a][0xbb][0xd2]*[0xeb][0xe3].[0x1c][\r][0xa5]][0xc6]5Hq[0x18][0xad][0xcc]xm[0xe2][0xb2]F=iL[0xfa]z[0x8b][0x82][0xb8]A[0xc1].rQw[0xab]3[0xce][0xc3][0x80]*A[0xf1][0x97].[0xf6][0xd0][0xb1]O[0xf6][0x86][0x5][0x1a][0xeb]|Y[0xa2][0x14][0xe][0xc0][0xcf]j[0xec][0x96][0xfb][0xc3][0xef][0xf6][0x87][0x83][0xb4][0xc8][0x9f][0xd1][0xe2]#W[0x87][0xc1]3Yx[c[0xe5]>l[0xfd][0x8d]E[0xff][0x17]B_[0xbe][0x7][0xc9][0xd4][0xe6][0xf2]]TZ[0x9][0xaf][0xad][0xbb]|'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0xe5][0x9b]pF\[0x81][0x9]\[0xa8]3[0xc7][0x97]f[0xa3][0xf6]B^[0x87][0x8b][0x94]k)Q'[0x96][0xbe][0x82]/zp[0xd4]>[0x17][0x8e]Wb'<<[0xdf][0xd3][0xc9] [0x8e]O[0xae][0xf0][0x2]k*[0x14][0x93][0xbf]PK[0x7][0x8][0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/exec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/CommandLineBuilder.class[0x9d]R[0xdd]o[0xd2]P[0x14][0xff]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "t`ql[0xc8][0xe6][0xb7][0xc3]MW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0x1a][0xe7][0x86][0xc1]ht[0x89][0x86][0xc8][0xf4][0x1]%[0x1a][0x1f][0xf4]Rn[0xb0]H[R[0x8a]q[0x87][0xef][0xfe][\r][0x98][0xf8][0x15][0x13]y[0xf4][0xc1]?[0xca]xni[0x18]S[0x12][0x8d]/[0xf7][0x9e]sz~[0x1f][0xe7][0xf4][0xfe][0xf8][0xf9]u[0xc][0xe0]*[0xf4]4T[0x9c]Qq6[0x85]$[0xce][0xa5][0xb1][0x86]B[0x9a][0xa2][0xf3]*[0xd6]Ul0d[0x9c][0xe7][0x96][0xe7]8[0xdc]m[0xd7]mW0[0xe4][0x9e][0xd5][0xbb][0xfc]57{[0xdc][0xed][0x98][0x8d][0xc0][0xb7][0xdd]N[0x95]!y[0xc3]v[0xed][0xe0]&[0x83][0xa2][0x17][0x9b][0xc][0xf1]][0xaf]M[0xbd][0x8b][0x12][0xf2]`[0xe8][0xb4][0x84][0xff][0x88][0xb7]zTY[0xae]{[0x16][0xef]5[0xb9]o[0xcb]<*[0xc6][0x83][0x97][0xf6][0x80]a[0xbd][0xee][0xf9][0x1d][0xd3][0xeb][0xf][0xb6][0xba][0xa6]x#,s[0xf7]@[0xf7][0xce][0xd0][0xee][0xb5][0x85]/[0x95]x[0xbf]/[0xdc]6CE[0x9f][0xe3][0xa4][0xf8]O[0x1c]j4[0x11][0xc3][0xc2]@t[0x1c][0xe1][0x6]$[0x9f]i[0x4][0xdc]z[0xb5][0xc7][0xfb][0x91][0xab][0x1d][0xfd][0xbf][0xe9]#R9[0xee][0x9c]][0xa9][0x81]w[0xdb][0xf7][0xf9]>C^/[0xce][0xdd]f[0xba][0xe1][\r]}K[0xdc][0xb5][0xa5][0x8f][0xd5]?5.I[0x8c][0x86]4[0x8e]0d[0xc7]kX@J[0xc5][0x5][\r][0x17][0xb1][0xa9]a[0x9][0xcb][0xc][0x85][0xbf][0xda]>D[0xf4][0xb0][0xd5][0x15]Vp[0x98]{[0x10][0x8][0x87]![0xc5][0xa5]u[0xcb][0xeb][0x93]}cvC[0x13]L[0xb5]6[0xa7]T+6Q[0xa0]7[0xa5][0xd2][0x83]c[0x88]I[0x14][0xc5])[0xa6][0x9][0xe8][0xd4]([0xbb]EuFw[0xc6][0xf8][0xc]f([0xdf][0x10][0xfb][0x8][0xe5]=[0x15]b[0xc8][0xd0]y[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9d][0x9b][0x4][0xd2][0xa9][0xbd]H9[0xe8][0xe][0x1]XD6$[0xa6]I#[0xb2][0xb7]H[0x84][0xfd][0x95][0xd2]w\+[0x8d][0xdf][0xe1][0xb2][0xf1][0x1][0xca][0xb8]4~A[0xbc]{2V[0xca]JX[0xfa][0x82]xI)G_)1[0xca]$k[0x8c][0x8][0xab][0x84][0xba]'[0xc9]6[0xb0]E[0x86][0xb7][0x91][0xc7][0xe]6P[0xc1][0x15]\[0xa7][0xac][0x1a]zX[0xa3][0xbe]<[\r][0x97][0xa3][0x8e][0x98]T[0x8c][0xdc][0xc8][0xe8][0x18][0xd5][0xe8][0x1f][0x87]\l;4[0xb8][0x12][0x19]|B[0x6]e{[0x8e][0xc]f[0x8d]8[0xb9]z[0xaa][0x94][0x1a][0x9f][0x90][0x18][0xcd]hOf[0xbe]G3[0xd7][0x8]z?[0xd4][[0x99][0xc0][0xa6]*9[0xac][0xe2][0xf8][0x81][0xca][0x12][0x85]'[0xc8][0xf4]D[0xc5][0xa4][[0xae](![0xe7][0x1b]Mw[0x99][0xc][0x8b][0x8f]gv[0x98][0x98][0xee][0xf0]T[0xd8]u[0xfa][0x17]PK[0x7][0x8][0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.class[0x85]R[0xcb]n[0xd3]@[0x14]=[0xe3][0x98][0xc]u[0x1d][0x92][0xa6][0x10][0xde][0x90][0x6]CS[0xb7][0xc2] X [0x81][0xd8][0x84]"[0xa8][0xd2][0x82]H[0xd5][0xae]'[0xf6][0x90]85[0x9e][0xc8][0x8f]R[0xbe][0x88]u%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x12][0xb]>[0x80][0xf]`[0x83][0x90][0xe0]G[0x10]w[0x9c]JAj[0xa5][0xc8][0xf2][0xbd]3w[0xce]9[0xf7][0xf8]z[0xbe][0xff][0xfd][0xfa][\r][0xc0][0x3][0xac][0xcd][0xa1][0x8c][0x1b]:[0xdc][0xb4][0xc0][0xd1][0xb4][0xb0][0x84][0x16][0xc7]-[0xe][0x87][0xe3]6[0xc7][0x1d][0x86][0xf9]}[0x11]9[0xe3]D[0xf9]2M[0x19][0x16][0xbb]#[0xb1]/[0xbc]H[0xc4][0x3][0xef][0xf5][0xa4][0xf8][0x98][0xa1][0x9c][\r][0xc3][0xd4][0xb9][0xc7][0xd0][0xea][0xaa]d[0xe0][0xa9]q[0xfa]p[0xe4][0xc9][0x3][0xe9]{[0xcf][0xe4][[0x91]G[0xd9][0x6][0x91][0xde][0xe4]q,[0x13][0x8d]~[0x12][0xc6]a[0xf6][0x94][0xe1]Q{6[0xfc][0x94]~+;[0xc]fG[0x5][0x92][0xa1][0xda][\r]c[0xb9][0x95][0xbf][0xeb][0xcb]d[[0xf4]#[0xaa][0xd4][0xbb][0xca][0x17][0xd1][0x8e]HB[0xbd]?.[0x9a][0xda][0x1f][0x83][0xfd]RKv"[0x91][0xa6][0x92][0xb6][0xce][0xcc][0xee][0xce]}[0xb2][J[0xf2][0x98]b[[0xb7][0xad][0xf4]2[0xe1][0xef]m[0x8a]q!L[0x83]b[0xb0]z*O|[0xf9]<[0xd4][0x8d][0x1a]'$[0xee]j[0xff]dt=[0xf6]#[0x95][0x86][0xf1]`SfC[0x15]p,[0xdb]hc[0xc5][0xc6]m[0xd2]7M_[0x8e][0x86][0xcb]pH@[0xa1]%[0x85][0x16][0x5]E[<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14]([0x16][0xca],[0x8a][0xf5][0x18]K[0x93][0x97]6%[0x97][0xc9][0x1b][0xa0][0xce][0xe9]t[0xee]`[0xce]M[0xe7]1[0x99]s[0xde]V[0xe7][0xe6][0x4]%[0xa5][0xa2][0xa2][0xa2][0xb8][0xe9][0xe][0xe7]t[0xa7][0xdb][0xdc][0xdc][0xe6][0xec][0xee]9[0xe7][0xa6]N[0xfc][0xfe][0xde][0xa4]o[0x92]6*[0x9f][0xfd]1>[0xf0]<[0xcf][0xfb]<[0xbf][0xfb][0xe]O[0xbf][0xf3][0xe0]#[0x0][0x16][0xa9][0x13][0xdd]X[0x8b][0x9b][0xdc]h[0xc7][0xcd][0x95]<[0xdd][0xa2][0xe1]V[0xb9][0xb9]M>n[0xd7]p[0x87][0xb]w[0xba][0xa1][0xa1][0xbf][0x12]w[0xe1]n7[0x1c][0xf8][0x9a][0x86]{[0xdc][0xd0]q[0xb3][0x80]}]N[0xdf][0x90][0xe5]^[0x17][0xbe])8[0xf7]i[0xd8][0xe5][0xc6][0x4][0xdc][0xec][0xc2]n[0xd9][0xef][0x97][0xc7][0x7][0xdc][0xd8][0x83][0x8c][0xb][0x3]r[0xb3][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83]x[0xd0][0x85]}[0x1a][0x1e]rc[0x6][0x1e][0x96][0xe5][0x11]Y[0xf6][0xb][0xc9]G[0xe5][0xf4][0x98][0x86][0xc7]]8 [0x9c][0x9f][0x90][0xcb]'[0x85][0xf4]A7[0x9e][0xc2][0xb7]d[0xf9][0xb6][0xb]O[0xbb][0xf0][0x8c][0x10][0xfa][0x8e]<[0xb7][0x12][0xdf][0xc3][0xf7][0xdd]x[0x16]?[0xd0][0xf0][0x9c]0[0xfb][0xa1][0x1b][0xb][0xf1][0xbc][0x90]z[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc2][0x8f][0xe5][0xf3]'[0xb2][0xfc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xc3][0xcf]eyQ[0x1e]~[0xe1][0xc2]/[0x85][0xe2][0xaf][0xdc]X[0x89][0x97]\[0xf8][0xb5][0x86][0xdf][0xb8][0xf0][0xb2][0x1b][0xbf][0xc5][0xef][0x84][0xf2][0xef]5[0xbc][0xe2][0xc2][0x1f][0x84][0xd3][0xab].[0xc]i[0xf8][0xa3][0x86]?[0xb9][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0xe1]/[0x82][0xf3]W[0x17][0xfe][0xe6][0xc2][0xdf]5[0xfc][0xc3][0x8d][0xd7][0xf0]O[\r][0xaf]k[0xf8][0x97][0x86]7[0x14][0xf4][0xd6]X[0xcc]H.[0x8f][0x4]R)#[0xa5]P[0xde][0xd6][0xbe]J[0xc1][0xd3][0x16]Ov7[0xa4]"[0x9b][0x17][0xf7]6[0xb4][0xc5][0xbb][0xbb][0x8d]d[0x93]BEt[0xd3][0xb6]@[0xd8]TPg[0x13]"[0xba]is2[0x10]5[0xb6][0xc5][0x93][[0xd6]'[0xe3]A#E[0xe4][0x9]m[0xbd][0x81][0xad][0x81][0x86]H [0xd6][0xdd][0x90][0xbb]$[0xde][0xd8][0xe8][0xa6]TO[0xda][0xc][0xc5][0xb7][0xc5]V[0xc7][0xe3][[0x84]z[0x1e]lCO[0xd2][0x8][0x84][0x84][0xfa][0xd2]p,l[0x9e]L[0x9]j[0xe7][0x9d][0xa9][0xe0]X[0x1e][0xf][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3][0xda][0xc2]1c]:[0xda]e$7[0x4][0xba]"[0x86]%Z0[0x10]93[0x90][0xc][0xcb]w[0xee][0xd2]a[0xf6][0x84][0xc9][0xb6]%v<[0x91][0xa2][0xd8][0xc6]v#[0xd8][0xb0][0xc2][0xd8][0x1c]HG[0xcc]5dwzZ[0xf4]$#G[0xed][0xd9][0x16][0x83][0xac].[0xe][0x81]S[0x88][0xd5][0x9e]S T[0x87][0x99][0xc][0xc7][0xba][0x9b]J\[0xfd][0x8f]@[0xd9][0x9b]p[0xbc]ae8b4[0x9][0xfb][0xca][0xad][0xd1][0xf6][0x84][0x19][0x8e][0xc7][0xc4]l%h[0x10]"(>I[0x4][0xcc][0x1e][0x9e][0xa3][0x81]p[0xcc][0xf2]Q[0xb1][0xf5]l[0xe0][0xb1][0x89]d[0xbc][0x9b][0xfe][0xb0]i[0xba][0x4]huF[0xc][0xb7][0x98][0xda][0x8c][0xf6]M[0x91][0xfb][0x4][0xec]8f[0xf5][0x9a][0xe6]3[0x9b]7[0xad]n_[0xdb][0xe2][0xb][0xa7][0xb2][0xd1]a[0x98][0xe4]][0xd9][0xd0][0x15][0x8e]5[0x88][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbe][0xf]b[0xaa][0xa9][0xe3]u[0xb5]D[0x9d]P$r{W/[[0xeb]h[0x91];[0xcc]x"![0xe6][0xc8][0xe3]3:G[0x0][0xe5][0x82][0x9d][0xdb][0xd6][0xb0][0x95]_za[0x83]d[0x1b]**[0xce][0xac][0x97][0xf9][0xef]V[0xd3]H[0x6][0xd8][0xd2][0xa5]b[0x95][0xee][0xa3]cd[0x80][0xe8]0[0x12][0x81][0x1c][0x9c][0xa3]7[0x1e][0xa6]w[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x97][0xf7][0x4][0x92][0x1d][0xc6][0xf9]i#[0x16],[0xee][0xc7]E[0xf]%[0xab]f[0x5]}i[0xc4][0xe8][0xac]%%[0xeb][0xec][0xe1]t[0xd9][0x13]J[0xb5][0xce][0xc3]C]pX[0xc5]=[0xf][0xaf][0x99][0xf1][0xe6]d2[0xd0]g[0x15][0xf8][0x92]C[0xd7][0xf8][0xbc]m-[0xc8][0x94][0xd5]j[0xb3][0xcf][0xd2][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91][0xb2]N/m[0x97][0x89][0xb5]%[0xaf][0xc7][0x8f][0x1c][0xab][0x15][0x9c]![0xa3]+M[0xda][0x93]K[0x9a]A&[0xc5]P~n[0xf3][0xd7][0x8e][0x98]$[0xdf]o@[0xaa][0xc][0xc7]z[0x8c]d[0xd8]lmW[0x98]^[0xaa][0xa1][0xe5]A[0x9d]V[0x99][0xcc][0xd3][0x8f][0xd6][0x9f][0xef][0xda]"Xu[0xfe][0x81][0xa1]m[0x86]e[0xd6][0x94].j[0x14]w[0xd1][0xdc]5[0xb9][0x8d][0xb][0x84]B[0xc5][0xdd][0xbe](zs[0x9d][0xdd][0x1a][0xd2][0xc3][0xb1][0xcd][0xf1][0xe2][0xb6][0xd9][0x97]2[0x8d]([0x1b]U[0x4][0x7][0xa6][0xca][0xcc][0x4][0xc0]#s[0x1e][0xf7]2[0x19][0xe9][0xac][0x9d][0x3][0x6][0xf7]*([0x19][0x3][0xb9][0x9e][0xc7][0xaf][0xc5][0xbc]W[0xdc]+[0xfc][0x8e][0x1][0xa8]][0x16][0xdc][0x87][0xb9][0xba][0xb9][0x3][0xa7][0xc0][0x89]S[0xb1][0x89]'=[0xb][0x85][0x8f] [0xc0]](t[0xe5]([0xac]$[0xa4][0xc0][0xba][0xfd][0x3]([0xf3]O[0xdb][0x83][0xf2]<[0x95][0xb1]([0xe7][0xba][0x9a]R[0xb5][0xa2][0x12]k,J[0x93][0xb3][0xd0]9Jr[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RN[0x8e][0x88][0x9c]?[\r][0xbe][0x9][0xcd][0xb][0xe1][0x82]&:[0xf8][0xeb][0xe6]/[0xf0]:[0xbc]NoE[0xf9][0xc3]pd[0xe0][0x1c])[0xe1][0x6]TS[0xcf]M[0x16][0x17][0xb][0xc3][0xa6][0xeb][0xc1]ft[R{[0xd0][0xc3]S[0x99]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa3][0xd7][0x92][0xc9][0x83]-[0xbc]sX[0xa7][0x8][0xef][0x9c][0xd6])[0x8a][0x18]u[0x8c][0xf3][0xec] [0xa6]f[0xc9][0x94][0xc8][0xca]T[0xe6][0xe7]][0x15]_[0x86][0xfc][0xf][0xa0][0xe2] [0xc6][0xec][0x83][0xd6][0xe9]q[\r][0xa0]r[0xff]n[0xb8][0xe7][0xef]EU[0xa3]k[0x1f][0xf4][0xce][0x1][0x8c][0xf1]:[0xf7]bl[0x6][0xe3][0xea]2[0x18][0xef][0xa9][0xe6][0xc1][0xeb][0xe2][0xb2]@[0xe]Ta|c[0xe5]nx[0xf6]a[0x2]A'z&e0[0xd9][[0x99][0xc1][0x94][0xbd]8[0x82]G[0x8f][0x97]K[0x6]S[0x7]1[0xad][0xc][0x4][0xf3]L[0xb7]N[0xfb]0[0xa3][0xd3][0x82][0x1a][0xc0][0x91][0xde][0x8a][0xc]ff[0xe0]kt[0xfb][0xbd][0x9a][0xd7]=[0x80]Y~[0xaf];[0x83][0xd9]{P[0xd1][0x8f][0xea]F[0xb7]%[0xd7][0xd1][0xf2]0g[0xbf][0xdf]/[0xc2][0xe]`[0xee][0x1e][0xd4][0xec]E-?j2[0x98]'t[0xfd]6[0x87][0xba]A[0xcc]/[0x3][0x9f][0xca]w[0xd2][0x87][0x19],[0xe8][0x7][0x5][0xac][0xcf][0xa0]a[0x17]m[0x10][0xc6][0x97]q#[0x8e][0xa2][0xcd][0xc4][0xe6]IL[0xe7][0xda]E[0xcb][0x84]h[0xf7]n[0xc6]Z[0x98]o[0xbd][0xf0][0xd3][0x9a][\r][0xb4][0xe3]bZ[0xf0][0x4][0xda][0xf0]$[0xda]p[0x19][0xce][0xe7]k[0x1a])l[0xc5]%[0xd8][0x86][0xcb][0xb0][0x1d];[0xd0][0x87][0xab]p[0x1]i^L[0xaa][0x17][0xe2]&\[0x84]{[0xf8]:[0x80]K[0xf1][0x18]![0x9e][0xc1]'[0xf1][0x2]>[0x8d][0x17][0x9][0xf9]2[0xae][0xc0][0xab][0x9c][0xea][0xc4][0xb7][0x17]0[0xfe]v[0x90][0xe3][0xf9][0x94][0xc0]M,[0x9d]TM[0x9e][0xe8][\r][0xdb][0xdf]C[0xb6][0xbf][0x87]l[0xf][0xd9][0xfe][0x1e][0xb2][0xfd]=d[0xfb]{([0xe7]o9[0xa5][0xf9][0xaa]Q[0x9f]g)m/[0xa3]o[0x19][0xee][0xa2][0xcc][0xdb][0x19][0xb5]}|[0xaf][0x87][0xb3][0xfa][0x10].[0x87][[0xc3][0x5][0x1a]>j[0xfd][0xbd]px[0xfd][0xd8][0xf0][0xe1]"([\r][0x17][0x8f]Y[0xe2],[0x88][0xa0]2[0xf9][0x85][0x90][0xcd][0x14]%VtI[0xcc][0xee][0xc3][0xc2][0xce][0xba][0xbd]8f[0x0][0xc7][0xae][0x9b][0x9f][0xc1][0xa2]F[0x87][0xdc]x[0x1d][0x83][0xe0][0x4][0xc9][0xcb]F[0xa7][0xd7][0xc9]p9n[0xa3][0xd7][0x99][0xc1][0xf1][0x8d][0x15][0xde][0x8a]A,Q[0xd8][0x89][0xe9]r[0xe2][0xbc][0xf7]([0x1c][0x8d][0x1a][0xf3]B[0x1b][0xc4][0x89][0xcc][0xef][0xfe]C/[0xed][0xb2]8[0x8a][0x8f]f[<[0xbe][0x8][0x99][0xfb]=[0xb8][0x86][0xdf][0xd7]b[0x1e][0xae]c[0x9e]~[0x89][0x15][0xe2]zV[0x87][0x9d]v[0xbe][0xac][0xa4][\r]/[0xa5][0xbe][0x9a][0x95]I[0xc3][0x96][0xdc]`YCY'[0xb1]x[0x19]i[0xad][0xc6]'[0xe8][0x9f]rR\F[0x1f]}[0x8a][0xbc]f[0xe3]Xz[0xea]2Z[0xf2]3[0x84][0xf4][0xf1]-[0xb][0xb5][0xc3][0x86][0xfa][0xac][\r][0xb5][0x83]Pb[0xc7]Y(;[0x84][0x85][0xd0][0x86][0xcd]x[0xb9][0x86][0xcf]i[0xb8][0xc2]Z?[0xf][0xbc]Ip%[0x83]|[0xae][0xb4][0xbc]D[0xd6][0xe2][0xbc][\r][0x12][0xb8][0x7]q[0x9a]l[0x9d]m[0x8f]g[0xbf][0x16]I[0xf0]6Zal[0x87]v[0xd3]F[0xbf]b[0x1e]d?[0x96][0xca][0xb9]F[0xa0]N[0xb2]B[0xbc][0xee]@?\k[0xeb][0xe][0xcc][0xdf][0xdf][0xf]G[0xdb].R[0x1e][0x8b]U,J[0xe0][0xbf][0xb5][0xd6][0xe][0x96][0xd1][0xd3]qr.[0xd8][0x8f][0xc7][0x18][0xae][0xb7][0xd0]8[0xb7][0x12][0xf2]6L[0xc2][0xed][0x98][0x89];[0x18][0xec]w2[0xd8][0xfb][0xf9]~[0x17][0x9a]p7Z[0x18][0xc2][0xed][0xd8]E[0xcc]{i[0xdc][0xdd][0x5][0xe5]r[0xd8][0xa4][0xa2][0xfa]D8[0xdf]F[0x8b][0x86]+Wh[0xb8][0xea]M8[0x96]i[0xf4][0x11][0xa1][0xae][0xb6][0xb5]}[0x81]|%@[0x9b]%g[0xa9][0xa6]H~J.M%[0x1d][0xe5]:[0x83]S72G[0x9b][0xfb]1a[0xad][0xbc]/[0x9f]?[0x88][0x15][0xe5][0x90]+K[0xbd]uu[0x7][0x16][0xec][0x17][0xd5]4[0xe6][0xe5]\zAc>6[0x91]h[0x13][0xd5][0x92]=[0xab]Z[0xbd]U[0xc9][0x6][0xf9][0xfa][0x10][0xb3][0xea]aL[0xc1]#Tm?q[0x9e]$[0xd6]c[0xa8][0xc1][0x1][0xfa][0xed][0x9][0xaa]x[0x90][0xf5][0xff])[0xbb]n[0xd7]`[0x1c]3[0xef][0x1a]+[0xb7][0x9a][0xb][0x94][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc7]!"[0x96]Y~[0xbd]R[0xd2][0xe0][0xaa]q9=[0x9][0xcb]_[0xb7]9[0x15][0xcf]`[0xb6][0x9][0xee][0xc][0x91][0xbd]%W[0xda]Vv[0xee][0xc3][0xaa]N[0xdd][0x0]V{Z[0x7][0xb0][0xe6][0xbe][0x11]%[0xfe]9[0xee][0xcf][0x17][0xb4][0x8e][0x19]v[0xa0][0xce]`H[0x9f]E[0xd2].[0xf9][0xbf][0x83]\[0xeb]8[0x8f]*[0x8a][0xed]g[0xfb][0x9f][0xca][0xd5][0xe8][0xd3][0xa4]F[0xe7][0xea][0xad]_jl[[0xb6][0xc6][0xde]g[0x9b]#[0xdb][0xa6]^[0xa3][0xb0][0xaf][0xf3][0xfc]F[0x81][0x7]g[[0xc5]"[0xab]$[0xe9][0x8e]-[0xc8]l[0xc5]*vCN[0xaf][0x6][0xee][0x2][0xee][0x14][0x1f][0xe5][0xe5][0xaf][0xb0].[0xdf].[0xa0][0xe7][0xcc][0xc9][0xee][0xc2]Wl[0xbf][0xcf][0xb2]^[0x80]J[0xcf][0xda][0xbd]Xw?<[0xbb][0xac][0xe][0x9b]'PGr7ZD[0xbf][0xca] [0x13][0xb3]([0x6][0xae][0xf5][0xe7]]PK[0x7][0x8][0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/ops4j/exec/ExecutionException.class[0x85][0x91][0xcb]N[0x1b]A[0x10]Eo[0xe1][0xb1][0x7],[0x13][0x8][0x89]y[0x4][0x92][0xe0][0xb0]q[0xc]d[0x16][0x80][0x88][0x4][0x82]D<""+[0x8b]@[0xbc][0x8d][0x9a]I[0xcb]4[0xb2]g[0xd0]<[0x80][0xdf]be[0x89][0x5][0x1f][0xc0]7[0xb0][\r][0x9f][0x81][0xa8]j[0x8f] 2F[0xd1]H[0xb7][0xab]{n[0x9d][0xaa][0xea][0xbe][0xbe][0xbb][0xbc][0x2][0xb0][0x84][0xf]E[0x14]0#[0xf2]V[0xe4][0x9d][0xc8]{[0x17][0xb3].*[0x84][0xd1]XGF[0xb5][0x1a]:[0x8a]M[0x18][0xfc][0xda][0xdb]&[0xd0]w[0xc2][0xf0]V[0x18][0xc4][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0x86]j[0xa5]:[0xbf]y[0xf3][0xfb][0xf6][0xef]7Z![0x14][0xd6]M`[0x92][\r]B[0xae][0xfa][0xb1]Ap[0xb6][0xc2]?[0x9a]0R7[0x81][0xfe][0x91][0xb6][0xf]ut[0xa0][0xe][|2V[0xf]}[0xc6]*[0x86][0xf3]>;t[0x92]#[0x13][0x13][0xe6][0xea]a[0xd4][0xf4][0xc2][0x93]x[0xf9][0xd8][0xd3][0xe7][0xda][0xf7]vX[0xd2][0x84][0xeb][0xef][0x9c][0xfb][0xfa]D[0x82]5B[0xb9]Z?V[0xa7][0xca]k[0xa9][0xa0][0xe9][0xed]'[0x91][0x9][0x9a]kR[0xd2]m[0xeb]8VM[[0xe3][0x89][0x81]P[0xeb][0x93][0xf6][0xcf][0xc9][0xc1]Q[0x14][0x9e]I7[0x96][0x95][0xf7]U[0x1a]3[0xa9][0xdc][0xd7]A[0x98][0xac]>[0x9b]Z[0xdc][0xf][0xd3][0xc8][0xd7][0xbb]F[0x6][0x9b]x:[0xc1]'I,[0xa1][0x84]a[0x91]W"[0xe3]"S[0x84][0xca][0xc7]'[0xbc]y[0xac][0xfb]3[\r][0x12][0xd3][0xd6][0xf]?QA[0x9e][0x9f][0x10]`[0x17]\[0xc][0xf2]:[0xc4][0xbb][0x1][0x14][0xe1]p[0xcc][0x15]Y_[0xd8][0xa7][0xe7][0xc7][0xe4]5_[0xeb][0x80].[0xac]e[0x84][0xb5][0xc8]+[0x18][0xe2]`[0xe][0xa3][0x1c][0x95][0xba]&[0xbc][0xc4][0x98][0x85]r[0xb7][0x19]`[0x83][0x9d][0xe2]-[0xd4][0xe6];[0x18][0xe8]%,p[0xce][0xa2]%[0x8c]w][0x19]A[0xa2][0xd7]([0xdb][0xe2][0x6][0x6][0x6]c[0x6]^v[0x6].v[0x6]nF[0x6][0x96][0xd4][0x8a][0xd4]dF[0x86]F[0x8d]h[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tk,Bd*[0x82][0x88]d[0xe6][0xeb][0xbb]e[0xe6][0xa4]b[0xd3][0xa2][0x19][0xc6][0xc8][0xc0][0xe5]Z[0x91][0x9c]ZP[0x92][0x99][0x9f]W[0xcc][0xce][0xc0][0xc3][0xc8][0x90]GO7[0x81][0x1d][0x10][0x9c]_Z[0x94][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]32[0xf0]{[0x1][0xa5][0x83]J[0xf3][0xf2]R[0x8b][0xf4]@*[0x19][0x19]$[0xf3][0x8b][0xd2][0xf5][0xf3][0xb][0x8a]M[0xb2][0xf4]A[0x81][0xa6][0x8f]P[0xc0][0xc8] [0x80]0[0xde]?)+5[0xb9][0x84][0x91]A[0x11]M[0xb9]+[0x90]([0x5][0xf9][0xe][0xee]M6F[0x6]F[0x6]&[0x6][0x10]`bad`f`[0x1][0xf2]Y[0x81]<[0x10][0xcd][0x6][0x16]aG[0x16][0x1]b[0xe][0x90]Z[0x6]N[0x0]PK[0x7][0x8][0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/ops4j/exec/ProcessProvider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0xf4][0xd4][0x92][0x80][0xa2][0xfc][0xe4][0xd4][0xe2]bF[0x6]Q[\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xa8][0xb0]5PQp~iQr[0xaa][fN*#[0x83][0x8]T[0x1c]H[0x95]e[0xa6][0xa4][0x16][0xe9][0x81]t02[0xc8][0xe5][0x17][0xa5][0xeb][0xe7][0x17][0x14][0x9b]d[0xe9][0xa7]V[0xa4]&[0xeb][0xa3][0xa9]bd[0x10]@[0x98][0xec][0x9f][0x94][0x95][0x9a]\[0xc2][0xc6][0xc8][0xc0][0xc8][0xc0][0xc4][0x0][0x2][0x8c],[0x8c][0xc][0xcc][0xc], [0x16][0x3]+[0x90]db`[0x3][0x0]PK[0x7][0x8]T[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/exec/StoppableJavaRunner.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]nv[0x6][0xe]v[0x6]Nv[0x6].F[0x6][0x8e][0xe2][0x8c][0xd2][0x92][0x94][0xfc][0xf2][0xdf][0xb7][0x97][0xec][0xe6]RO[0xcf]I[0xde][0xf9].[0xef][0xe5]y[0x9f][0xef][0xfd][0xde][0x99][0xfd][0xc7][0xdd][0xbf][0xdd][0x1][0xb0][0x1b][0x1f][0x1b][0x8][0xe3][0xac][0xe][0xcb][0xc0]9$u[0xa4][0x1a][0xd0][0x5][[0xc3][0xb8]xN[0x8]1[0xa9][0xc3][0xd1]1[0xa5][0xe1][0xbc][0x81]F[0xa1][0x9a]6[0xb8][0x9a]iD[0x16][0xb9]FL[0xe3]I!\[\r]y[0xb1][0xec][0x9]Q[0xd0]p[0xc1]@[0x10][0xdf][0x15]bF[0xc7]E[0x3][0x1]<%&[0xdf]3[0xf0]4[0xbe]/L[0x9f]1P[0x8f]g[\r]\[0xc2][0xf][0xc4][0xc6][0xf][0x85]xN[0x88][0xcb][0x1a]~d`[0x1b][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf1]c[0xb1]rE[0xc7]O[0xc4][0xe4]ya[0xf7][0x82][0x86][0x17]5[0xfc]T[0xc3]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfc][0x99]3)[0xc7]U[0xd0][0x14][0x9b][0xb2].XQ'[0x17][0x1d]v[0xd2][0xf6][0x80][0x2]#s[0xc6][0xc9]&[0xd3][0x85][0x94][0x9d]W[0xb0][0xe9]tq[0xbb][0xe0]9[0xe9][0xa8]kO[0xd8]3[0xd1]#[0x96][0xe7][0xd9]n[0xb6][0xa8]i[0xcf][0x94]5[0xeb][0xf7]9Y[0xc7][0x1b]T[0x10][0xee][0xac][0xf5][0xb8][0xa6][0x83][0xae][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4][0x3][0xb9][0x94][0xad][0xa0]9[0xe6]d[0xed]x!s[0xce]v[0x8f]Y[0xe7][0xd2]\[0x9][0xc4]rI+}[0xdc]r[0x1d]1/-[0xaa][0xde][0xa4][0xc3]P[b9w"[0x9a][0x9b][0xce][0xef][0x99][0x12]Q[0x1e]u\;[0xe9][0xe5][0xdc][0x8b]1'O[0xc7][0x4][0xe6][0x93][0x99][0xd5][0x8f];i[0xce][0x15][0x84][0xbe] [0x87][0x83][0xcb][0xd0][0xae][0x9d][0xef][0xda];"[0x11]}[0x89]3}[0x89][0x14]5MHL[0xa6][0xb3][0xab][0xca]X[0xc0]d[0xe4][0x6][0xc2][0xb3][0x8f][0xe5][0x86]R)[0x9a][0x88]q[0xdc][0xca][0xc8][0xc4][0xa5]f[0xda][0xca]ND[0x13][0x9e][0xeb]d'[0xa8][0xab]%sY[0xcf][0xce][0xd2][0xd5][0xba]5[0x1c][0x9]c[0x6]l[0xa9][0xa5][0xed][0xe2]t[0x99][0xba][0xf6]ev[0xfb][0x8a][0xf3][0xac][0xed]E[0xc7][0x8e][0xc6][0x6][0x6][0xe9]g[0xc7][0xea]*[0xd5]H[0x84][0xda]=[0x9][0xcf]J[0x9e][0x1f][0xb5][0xa6][0xa5]g[\r]?[0xd3]0[0xcb]Z88[0x93][0xb4][0xa7]='[0x97][0xcd]k[0xf8]9A%[0x9c][0x89][0xac][0xe5][0x15]\[0xc6][0xde][0xb6]"[0xfd]U[0xa2]7g,/9i[0xe7]G*<[0x6];W[0x2][0xe8]:E2JTk[0x88].[0x99][0x1d][0xac]p[0xde] 8[0x17]g[0xc9][0xf1][0xae]Uk[0xb1][0xc6][0xe1]J>U[0xc1]'3[0x9a][0xb6]\R^<[0x15][0xff]x[0xd1]a[0xf3][0xe9]Z[0x87][0x1a]N[0xf1][0xbe]*[0x18][0xfe][0xd2][0x81][0xd6]`[0xd7]H[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0xd2][0x1e][0x96][0x10]6,+[0xed]^ab[0xe2]![0xbc][0xcc]4+{[0x1a]~a[0xe2][0x97][0xf8][0x15]+~XV[0xbc][0x89][0x1e]D[0x14][0xb4][0xae]Q[0xaf]&z[0x11]5[0xf1][0xa0][0xa4][0xaf]Dw{[0xf1][0xae][0x88][0xc]KL.[0xad][0xac]_[0xf2]3[0xe4][0xba][0x96][0xc4][0xa2][0x0]&[0xc6]p[0x9c][0xc7]o[0xe2][0xd7]x[0x85]5`[0xe2]7x[0xd5][0xc4][0x1c][0xe6]Y[0xa5][0xcb]s3q[0x4][0x8f][0x9b]8[0x86][0xc7][0x15][0x98][0xd5]L[0x89]l~k[0xe2]wxU[0x81][0xd2]k[0xe2]5[0xa1][0xf6]:[0xde][0xd0][0xf0][0xa6][0x89][0xb7]p[0xd5][0xc4][0xdb]x[0xc7][0xc4][0xbb]xO[0xc3]5[0x13][0xbf][0x17]![0xfe] [0xc4][0x18][0xde]7[0xf1]Ga[0xd6][0xba]<[0xd8][0xfe][0x82][0x93]N[0x9][0x1a][0xae][0xe3][0x3][0x13][0xc2][\r][0xba]f[0xc2][0x1f][0xe2][0x86][0x89][0x8f][0xf0]g[0x5][0x9b][0xbf][0xa8][0xd4][0xa0]?|n[0x8a]{[0xe4][0xa0][0xc6][0xa2][0xac][0xd8]T{[0xa4][0xbc][0xbc]K[0xb]#[0xd4][0xb0][0xe8][0x95][0xed][0xaa]R[0xeb][0xa3]Vz<[0xe7]f[0xec][0x14][0x8b][0xbe]r_[0xd8][0xae]:E[0x7][0xd9][0xb1][0x14]B[0x86][0x8e][0x17][0xd2][0xe9]!w[0xa2][0x90]a[0x11]V)7_[0xb0][0xd2]N[0xca][0xf2][0xec]x[0xce][0x13]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1e][0xa8][0xbe]'E[0xc0][0xab][0xd5][0x9f]lR[0x15]P-5w[0xb2][0xc]V[0xb4][0x9a]I+[0x1f][0xb7]g<[0x9][0x8b][0xb7]M[0xcd][0xca][0xc9][0x86][0xb2]~u[0x14][0x5][0xdb][0xff][0xdd][0xcb][0xb8][0xf9]CN*e[0x13][0xbe][0x91][0xf7],[0xd7][0xcb][0x9f]p[0xbc]I[0xde]*/7vt[0x84][0x84][0x97][0x9d][0x17][0x1b][0xc2][0xc8]@[0xb9]HJ[0xf3][0x92]fl[0x85]fL4{Kt[0xd0][0xe0]*$[0xc8]fQ[0xec][0xf][0xcc]xw[0xb5][0xc6][0x81]I[0xcb]M[0xd8]O[0x16][0xec]l[0xd2][0xae][0xb9][0x9a][0xc5][0x9b]2Z4[0x1a]X[0xe5][0x12][0x8d][0x96][0xfd][0x95]<[0xe7]Ew[0xb6][0xb2]Gm[0x8b]([0xee][0xed][0xec]Z[0xd6] [0x14]4:[0xf9]J[0x85][0xf1][0x8a]Z[0xd3][0xd3]v[0x96][0xaa][0x91][0xd5][0xba][0xdb][0x8a][0xa5]R)[0x8b]s[0x99][0xb0]K[0xbd][0xa8][0xf6](*[0xef][0x8][0xdd][0xcb][0x15][0xc7]"H*5$J#[0xd4]Y[0x95][0xda][0x81]\:M[0x18][0xac]"2[0x83][0xad][0xfc][0xd6][0x8]CA7|[0xfc][0xc0]`[0xc3][0xe0][0x17]M@t[0x6][0xf9]|P>[0xeb][0xb9][0xff][0x10]vQ[0xee][0xe6][0xec][0x12][0xfc][0xd4][0x5][0xc2][0xe1]E([0xdd][0x81][0xba][0xbf][0xc2][0xd7][0x13]P)[0xc3][0xdd]7[0xe1][0xf][0xab][0x9f][0xa0][0xfe][0xa4][0xaf]'q[0x13]Z[0xd8][0xc7][0xf1]M[0xe8][0x1f]Q[0xbb][0xe]{([0xb7]@[0xa3][0xec][0x87][0x8a][0x1][0x18][0xd8][0x87]u[0x18][0xe4][0xc7][0xc9][0xd7][0x89][0xe2][0x11][0xe2][0x18][0xc2][0xc3][0xdc]m/z[0xc7]^[0xf4][0x1]r[0xf4][0x15][0xa2]R[0xe4][0xe8][0xab][0xb4][0xad][0x93]h[0x6]Jh^[0xe0]\[0xe5][0xb3][0xa3][0x1a]M[0x83][0x94]F[0x5]S[0x8f][0x0][0x13][0xa9]A[0xb2][\r]:[0xe5](m[0xe3]Dr[0x98]H[0x8e][0xa0][0x5]Gq[0x1f][0x12]Dp[0xc];[0xd9]Y[0x1e][0x96]1[0xa5][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9a][0xe][0xe2][0x8f][0xd2][0x9b][0x18]}[0x8d]#[0x1f]W[0x7][0x99][0x8b]O[0xe0]R[0xda]hW[0xcf][0xbd][0xc2]m4[0x9e]\[0x84][0x19][0xb][0x87][0xff][0x2][0xe0][0x9e]E4[0x8d][0xf6][0xdc]B[0xb3][0x82]x[0xe4][0x16][0xd6])l[0x94][0x9][0xe][0xee]U[0xf0])[0x2][0xfd]j8[0xa4].b[0xfd][0x1c][0xf6][0xc9][0xc1][0x86]y[0xec][0xbe][0x8d][0xe0]Ia*[0xe6]-[0xfd][0xfe][0x90][0x1][0xad][0xf3][0xd8][0x1c]R[0x3][0x1b][0x17][0x10][0x9a]G[0xa0][,mZ[0xc0]}[0xb7][0xb0][0xb9][0xe]'[0xae]}[0xfe]~[0xf7][0x87][0xc][0xac][0xca]4;[0xd0]@[0xf9][0x4][0x93]=[0x83][0xf5][0xb0]x[0xb0]IRm3[0xe1]q[0xce]&[0xf9][0xd5]y[0x1e]y[0xa4]e[0xaa]{x[0xb0][0x87][0xe5]QD8[0xea][0xc5]~[0x1e][0xc8]~[0x99]~[0xa1][0x94][0xbe][0x8e][0xc][0xe][0xe0]Q&[0xba][0x9e]_[0xba][0x7]9[0xaa][0xc3]0[0xd7][[0xf8],[0xee]}[0xa3][0xb2]w[0x88]k#[0xdc][0xdb][0x0][0xdf]]l[0xd2][0xf0][0x98][0xfc][0xfb][0xe6][0xbf]1[0xf6][0x19]wb[0x12][0xa1][0xc2][0x3][0x88][0xcb]#9[0xcc][0xbe][0x1a]J[0x87]z[0x95]3A^[0x1f][0x13][0xd7][0xee][0xcc][0xc3][0xaf]^[0x17][0xa3][0xd1][0x9e];[0x83][0xbe][0xbd]j" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Pm[0xbb][0x8a][0xb6][0x9e][0xa0][0xba]K[0xd0][0xd1][0xbd][0x80][0xb6][0x5]l[0x99][0x13]J[0x97]U[0xe5][0xda][0xe7][0xff][0xf4]][0xa7][0xa9][0xaf][0xaa][0xde]f[0x8][0xee])[0x88][0xcf][0xe6][0xad]x[0x86][0xc9]][0xe2]i=[0xcd][0x94][0x9f][0xab][0xd4][0xdb]V4[0xf1][0xec][0xfb][0x99]6[0x83]V[0xce][0xba]O[0x12][0xa0][0xc8]4[0x9a][0xa1][0x1a]wahH(J[0xe8]_T[0xac][0x13]o[0xb1][0x12][0xde][0xd9][0x12][0xde][0x8]Q[0xea]_[0x1e]e[0x8b][0x8c];[0x8b]V[0xbc][0x8c][0xed]|[0x85][0xef][0xe4][0xb8][0x1b][0xaf]T[0xd0][0xb5]V[0xa1][0x8b]T[0xd0]E[0xaa][0xd0]5[0x9][0x92][0x1b][0xab][0xc1][0xf1][0xa5]L)*[0xf1]1[0xce]E[0x11][0xcc][0x96]*1[0xae][0xf4][0xab][0x84]s[0xff][0x1c][0x1a][0xf8]h[0xef]WC[0xea][0xdf][0x91][0xf][0xa9][0x2][0xe6][0x9d][0xbd][0xf5][0xbe][0xbd]ZP[0xb][0xd6]_[0xc5][0xd9][0x90]?[0xa8][0xed][0xea][0xd7]C[0xfa][0x2][0xb6][0xce][0xa1]7[0x12][0xe][0xe9][0xb7][0xb1][0x8d].[0xb6][0xf7],`[0x87]X[0xde][0xc9]g[0xa0][0x83]b[0x1][0xf][0xb0][0xb0]o[0xa1]S[0x14] [0xda]#[0xab][0xe8]Q[0xa5]X[0xa0][0x97]5[0xa6][0xff]Fd[0xa9]F{[0xf9][0x93][0x8]|[0xbf][0xeb]x[0x87][0xa3]w[0xd9]v[0xae]a#[0xdf][0xee]m|[0xaf][0xf7][0xe1][0x3]^[0xa9][0x1b][0x98][0xc2][0xc7][0xb8][0xc2][0xf9]KX[0x94][0xb4][0xc][0x92][0xef]>V[0xcc][0x9][0xd2][0xa0]K[0xf2][0xca][0xb4][0xcc]V.[0xe8],[0xbe]E[0x82]De^[0x91][0xb5][0xea][0xa3][0xf7][0xcb]8[0x89]S[0x8c]+[0xaa][0xd6][0xa4]Vq[0xef][0x10][0xf7][0x4][0x8d][0xf7][0xc3][0xff]_l[0x94][0x85]z[0xfa].[0xd6]Q*[0xca][0xf0][0x88][0x86]o[0x86][0xcd][0x82][0xd7]b[0xb1]>A[0xc3][0xef][0xc8][0xd1][0x99][0xff][0x1]PK[0x7][0x8]!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/FileUtils.class[0x9d]Wiw[W[0x15][0xdd]W[0xd3]S[0x9e][0x15]O[0x89][0x92]8v[0x12]e[0xa0][0x96]e;j[0x93]&[0x14][0xdb][0x1d]2[0xd8][0x89][0x1b]Ynm'[0xc1]1[0x1]d[0xf9]Iy[0xb6][0xa4][0xa7]JO[0xad][0x1d][0x2][0x9d][0x92][0xd2][0x0][0x85][0x96]9CK[0x9]C[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0xc]v[0xc0][0xb][0xf7][Y[0x8b]?[0xc0][0x1f][0x80]/[0xfc][0x2][0x16][0xb][0x8][0xfb]^[\r][0x96]b%+[0xe0]e[0xdf]{[0xdf][0xb9][0xe7][0x9e]{[0xf6]9[0xfb][0x9c][0xf7][0xfc][0xe7][0xff][0xfc]a[0x5][0xc0]~[0xfc]NG'fu[0xb4]cNCJ[0x87][0x13]i[\r][0x19][0x1d]n[0xa4][0xa5][0xd0][0xd2][0x91][0xc5][0xb]:r[0xc8]k[0xb0]u[0xb4][0xa0][0xa0][0xe1]E[\r]/i[0x98][0xd7][0xb1][0x80][0xf3][\r][0xf8][0x1c].h[0xf8][0xbc][0x8e]/[0xe0]e[0x1d][0xaf][0xe0]U[\r][0xaf][0xe9][0xd8][0x88]Y/^[0x97][0xf3]E/.[0xc9][0xf9][\r][0x1d]:[0xbe][0xa8][0xe1]M[0x1d][0x97][0xa5][0xd9]v|I[0xc3][0x97][0xbd][0xf8][0x8a][0x8e][0xed]8/[0x9f][0xdf][0x92][0xc3]W[0xe5][0xf0]59[0xbc]-o{G[0xae]x[0xea][0xeb][0x2][0x9e][0x1]3c[0xda]O[0x9]8[0x83]][0xa7][0x4]\G[0xac][0x19]C[0xa0])bf[0x8c]h!=m[0xe4]&b[0xd3])JZ#V<[0x96]:[0x15][0xcb][0x99][0xf2][0xb9]$t[0xd9][0xe7][0xcc][0xbc][0xc0][0x96][0x88][0x95]K[0x86][0xad]l[0xfe][0xf1][0xd9][0xb0]i[0x85][0x87][0xcc][0x94]q[0xd2]6S[0xf9]~[0x1]o[0xdc][0xca].H[0x81][0xc0][0xf1]`d6[0xf6]b[0xac][0xac][0xd1][0xcf][0xd3][0xaa][0x89][0xb4]E[0x8f][0xac]\>[0x9c][0xb7]sF,[0x1d][0x1e]W[0xd3]HQ[0xda]/[0xbd][0x14]4[0xb7][0xa3][0xe6]|[0xd4][0xb2][0x87][0xac]Bffp>ndm[0xd3][0xca][0xf0][0xee]G[0xaa]l[0xa6]b[0x99]d8ZH[0xa5][0xe][0xe5][0x92][0x85][0xb4][0x91][0xb1][0xab][0x15][0x3]ES[0x19][0xc3][0xe][0x8f][0xc4]R[0x9]+[0x97]6fN[0x8e]E[0xaa]U[0xfc][0x95][0xdb][0x86]G[0xab][0xe5][0xce]|..[0xd0]X[0x8b][0x85][0x81][0x99]1[0xf2][0xb6][0x80]V[0x82]"[0xd0][0xf5][0xd0][0xf8]h3![0x83][0xda]Vcs8[0x93]-[0xd8]EE[0xa5]aQck[0x8d][0xc6]h[0xc1][0xae]V[0xf1][0xa4][0x8c]L[0xd2]>[0xc7]X[\r][0xb][0xac][0x1f][0xb7]c[0xf1][0xb9][0x91]XV[0xe5][0x8d]l[0xd1][0xf0][\r][0xf2][0x92][0x94]$[0xfd]*[0xcc][0x13][0xd0]+[0xd0]h[0xbe]!gd[0xad][0x9c]=[0x98][0xcb]I[0x0][0xa3][0xc1][0x87]FPtKE|5T[0xab]!fdU[0x12][0xfd]u[0xf5][0x8][0xae][0x90]KUBZ> [0xb0]1i[0xd8][0x12][0xe7]P[0xce]J[0x1f]I[0xc5][0xf2][0xf9]lL[0xc2][0xdb][0x15][0xac]2C?[0xcc]L[0xb2][0xbf][0xeb][0xde]th[0x9]I[0xc9][0xb1][0x88][0xc0][0xb6]j[0xb3][0xc3][0xe3][0xb][0x19];6_}[0xb9]Wj>[0xa7],[0xb7][0xae]5[0xac][0xe1][0x9b][0x1a][0xbe][0xc5][0x2]c|g[0x8c][0x94]a[0x93][0x87]-[0xf7][0xd0][0xba][0xeb][0x8c][0x80];~[0xce]L[0xcd]PI[0xcd][0x8c]e[0xd3][0xd4][0x1a][0x86]$TQ[0x88]3[0x1a][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4K0[0xd1]X[0xda][0xc8]OXR[0x81]G[0xf6][0x4][0xa7][0xea] [c[0xc7]+Ofx[0x92][0xb6]L[0xde],[0x97]<[0xbd][0xa1][0xce]a[0xee]&[0x8a][0xb6][0xf5]q[0xab][0x90][0x8b][0x1b][0xc5][0xba]l[0xac][0xd4][0xeb]^y[0xc4][0x87] [0xba]|x[0x1a][0xdf][0x16][0xd8]|[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0x9d][0xef][0xb0][0xee][0xef][0xc7]?[0x1f][0xbe][0x8b]+[0x1a][0xae][0xfa]p[\r][0xd7]5[0xbc][0xeb][0xc3]{[0xf8][0x1e][0x83][0xff][0xc0][0x8a][0xf5][0xe1][0x4][0x98][0xa1]=[0xf]S[0xb4][0x2][0xdb][0x1f]\[0xb2][0x8c]@[0x9d][0x82][0xd5][0xf0][0xbe][0xf][0xdf][0xc7][\r][0xd2][0xdf][0x87][0x1f][0xe0][0x87][0x2][0x9b][0xea]w.[\r]?[0xf2][0xe1][0xc7][0xb8][0xa9][0xe1]'>[0xfc][0x14]?+[0x87][0xa2]*[0x9c][0x87][0xb]L[0xad][0xc1][0xca][0xf0][0xc8]S[0x81])[0x1f]~[0x8e][0xf][0x4]v[0x9e][\r][0xc4][0xad]Bj&[0x90][0xb1][0xec][0xc0][0xb4][0x11]HH[0x8c][0x1]3[0x13][0x88][0x97]9[0xeb][0xc3]/pCF[0xf0][0x97][0x2][0xbe][0xea][0x88][0x90]]R[0xfc]+[0x81][0xf6][0x7][0x90][0x94]>[0xd7][0xbb][0xa2]/[0xe0][0xc3]-[0xdc][0xf6]aR[0xe][0xbf][0x96][0xc3]o[0xf0][[0xf9]H>6[0xaf]:?:=k[0xc4][0xd9][0x9a]:[0x1f][0xb2][0x9a][0xcb]>[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb1][0xc6]V1[0x10][0xea][0xd5][0xf1]l[0x9d]B`[0x8d][0xbb]m[0x8b][0x8]x([0xd8]USx[0xfd][0xb5]f[0x87]K[0x9a][0x91]5[0x9a][0xb2][0xf2][0xb7][0xd4][0xe4][0xa8][0xe8][0x9d][0xca][0x12][0x89],_/E[0x89]@[0xf2]mQ[0xe5]+[0x86]W[0x9b]{U[0x9b][0xad][0x8]k:[0xeb][0x19][0x9]kC[0x9d][0xce]Eg[0xd8][0xa1]F[0x8c]|>[0x96]dUm,[0xe3][0xa8][0xad][0xc0][0x6][0xe6][0xcc]L,[0x94][0x9a][0xea][0xee]`[0xad]#u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xb7]5[0xad]JU[0xe3]c[0xc9][0xf2]&[0xb5][0x8c]X1[0xc5][0xc1][0xb6][0x9a][0xdb][0xaa][0xb6][0xe4][0xab][0xab][0xee][0x6]][0xa1][0x91]1#[0xaf]:[0xc1][0x3][0xfb][0xe8]j&<[0xb1]l[0xd6][0xc8][0xb0][0xb1][0xf5][0xde]_{m[0x89][0xc8].e[e[0xb2][0xf8][0xeb][0x1d]=[0xb5]J[0x9f]2C[0xa4][0xcc]c[0xcc][0x9b]y;[0xaf][0x18]F[0x1a]7[0x98][0xf9][0xa3]f[0x8e][0xf4][0xb5]r[0xb][0x2][0xeb]R[0xdc]+5[0xcb][0x96][0xe0][0xbd][0x9d][0x11][0x8f][0xf1];[0xa7][0x13][0xf2][0xc7][0x3][0x87][0xec]i[0x10][0x8][0xa9][0x8f]3vJ[0xce][0xee][0xd0][0x12][0xc4]m.[0x1c][0xe8][0xe6][0xa8]s[0x6][0xd5]\T[0xea][0xe1][0xca]WTB/[0xf6]r^[0x87]0[0x1e][0xa5][0x6][\r][0x88]k4[0xa8]QvADE[0x9f]+[0xb4][0x8][0xc7][0x9b][0x7][0xdd][0xcb]pN[0xd2][0xa0]+[0xba][0xc][0xf7]d[0xf7][0x12]<}[0xae][0x1e]ni[0x8b][0xf0][0xfa][0xdd][0xbd]m.[0xd7][0x1d][0xac][0xbb][0x89][0x13]}[0x9e][0x9e]6OI~[0x7][\r]m[0x9e][0xf][0xff]?[0xc9]m[0xfa][0xe9][0xa3]G[0xfb][0xe9][0xb7][0x9c][0x7]9[0xca][0xf9]4[0xd6][0xab][0xd9]D#[0xbf]9%[0xae]1~$[0x2][0xfd][0xf4]}[0x80]h[0x9e][0x84][0xec][0xec]~<[0x83][0x1d]8D[0xbd](-[0x1c][0xc6][0x1][0x1c][0xe1]x[0x94]V[0x6]q[0xc]C[0x98][0xe0]x[0x1a][0xc7][0xd9];[0x86][0x91][0xc0][0xb3][0xb4]v[0x2]s[0x88]`[0x1e]#[0xfc].[0x1d]U[0xf1]I[0xf0][0xe6][0x3]hf[0x98][0xf7]1[0x1e][0xc7][0xd4]j?W[0x93]j[0xf5]8Wsju[0x80]+[0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x7][0xf1]q[0x95][0x8c][0xb]x[0x82]+[0xa1]V[0x9f]@[0x1f][0xfd]r[0xe0]<[0xfd][0x1b][0xa0][0xbf]n[0xbc]D[0xf][0x9f]R[0xd8][0xb2][0xf4][0xf3][0x19]J[0xe]Q[0xb3][0xb][0xee][0xbb][0xd2][0xb8][0x86][0xc3][0xea][0xf7][0x88][0x86][0xa3][0x1a][0x6][0x99]G[\r]C[0xcf]k8[0xc6][0xbf][0xe3][0xfc][0x1b]n[0xa1][0xb3][0xc5]|7B~[0x18][0xf3][0x85]R[0xca][0xfa]gh[0xde][0xc9][0xb9]9[0xf4][0x11][0x1a]C=[0xdd][0x8b]h[0xfa]=[0x9a][0x9d][0x90][0x4]([0x6][0xaa]Q[0xed][0x9f][0xe1][0xe5]Sh[0xc2]Y[0x5]2P<[0xa3][0x1c][0x85]Z=[0xc6][0x10][0x8][0xb5][0x8a]2[0x10][0xe][0xe5][0x9e][0x13][0xa2][0x89][0xc]y[0xe][0xcf][0x17][0x19][0x82][0xbf][0xd0][0x88]d[0xd3]tk[0xcb]"Z[0x99][0xb8][\r][0x91][0xee]?a[0xf7]2[0xf4][0xc9]el[0x9c]\[0x82][0xbf]u[0xd3]"6scs[0xeb][0x16][0xe][0x8b]h[[0xc2][0xd6][0xf][0x97][0xd1]>I[0xc7]:[0x96][0xb0][0xed]V[0xa4][0xae][0xf2][0xe][0xe][0xd4][0x8][0xac][0x9e]Q[0xce]H[0xf7][0xb6][0x97]`lU[0xf1][0x9e]#[0xf8][0x14]![0xa5][0xc9]^[0x8b][0xbb]YF[0xf8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "$[0x9d][0x99][0x1f][0xa3][0xfb][0x82][0xd2]NB[0x1a]WV[0xa6][0x99][0xf7][0x93][0x9c]%$?[0x1c][0xff][0xc2]^[\r][0xa7][0xee][0xa2]AF[0xf9][0xb4][0x1c]>[0xa9][0xa2][0xeb][0xa2][0xb2]N[0xb8]|[0xb1][0x94]b[0xfb]7[0x82][0x95][0x5]1[0xe1][0x1c]`tG[0xe9][0xe9][0xce]+8[0xce]i[0xd7]@[0xfb]U<[0xcd][0xc5][0xee]+x[0x82][0xd3][0x9e][0x91][0x9e][0x8f][0x10][0xee]Yy[0xf][0xa1][0x9e]h[0xef][0xca]A[0x97][0xf3][0xa0][0xdb][0xef][0xf6][0xbb]n[0xc0][0xdf][0xeb]w[0xef][0xeb][0xf3][0xb4]y[0xee][0xe0]c[0xa7]/[0xba][0xc5][0xcd][0xbb]/[0x9e][0xff][0xa0][0x92][0x9f][0xbd][0xf4][0x4][0xfc]w[0xc8][0x81][0x97]I[0xf2]W[0xd1][0x8a][0xd7][0xb0][\r][0xaf]c[0x17].r[0xff][0x12][0xdd]~[0x83]4[0xbc][0xc4][0xfc]\&[0xb8][0xb7][0x14][0xd8][0x10][0xbd]=[0xc4][0x80]L[0x91]r[0x1e]j>[0x8a]O1[0xb3]25[0x13][0xf8][0xb4]"[0xa4][0x83][0xba][0x93]d[0x87]P[0xb0][0xdb][0xe1][0xbc]+[0xb9]K[0x96][0x11][0xef]g[0xf9]+[0x18][0x99]`[0xcb]?i[0xe8]2b[0x8c]Q[0x11][0xf2]u2[0xd3]%[0x99][0x19]Z[0xf9]#[0xda]#[0xce]';[0xba]Wn[0xa0]#[0xd4][0xb1]/[0xda]K[0x82]uw[0xc8]\[0xf6].[0xe1][0x91][0xf1][0x8b][0xe][0x82][0xf9]k[0xf7][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xed]*VW[0xe8][0xcf]U&[0xe8][0x1a]q\[0xc7]&[0xbc][0x8b][0x9d]|[0xee][0xc4][0xfb][0x15][0xbf][[0xc9][0xc2]8[0x13][0xe2][0x84][0x97][0xc5]:[0xc3]bp[0xa8]R0Xz[0x92][0xe3][0xbb][0x91]$[0x96][0xa2][0xdf][0xeb][0xe1][0xfc]7[0xbc][0xd2]]z[0xea][0xa6][0xf0][0x9c][0x82]f[0xfe][0x17]PK[0x7][0x8][0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/io/HierarchicalIOException.class[0x8d][0x92][0xdb]N[0xdb]@[0x10][0x86][0xff][0xcd][0x11][0x12][0x13][0x8e])[0x14]([0x5][0x84]Pp[0x10][0x96][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x90][0xa8][0x90]J[0xe8][0x1][0x14][0x15][0x89]C[0xb8]^[0xcc]*Y[0x94]x[0xd1][0xda][0xa1]}[0x19][0x1e][0x82][0x1b][0x90][0xb8][0xe0][0x1]x[0x19][0xc4][0xb]T[0x9d][0xdd]X[0x14]D"[0xf5]fg[0xf6][0xf7][0xcc]7[0xff][0xd8][0xbe][0xff]s{[0x7][0xe0]#[0xe6]sHc2[0x87][0x14][0xa6]L6[0x9d][0xc5][0xbb],f[0x18][0x86]B[0xa1]%o[0xd6][0x84][0xe][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e]v[0xb6][0x19][0xd8].[0xc3]@E[0x5]a[0xc4][0x83][0xa8][0xc6][0x9b]m[0x91][0xfe]0[0xf6][0xb0]Uh]>2d>[0xcb]@F[0x9b][0xc][0xc5]R[0xf5][0x8c]_p[0xaf][0xc9][0x83][0xba]w[0x10]i[0x19][0xd4]7[0x96]j[0xc][0xa9][0x8a]:[0x15][0xc][0x83]U[0x19][0x88][0x9f][0xed][0xd6][0x89][0xd0][0x87][0xfc][0xa4]I[0xca]HU[0xf9]4[0x88][0xd3]8[0xba][0xc7]b*j[0xc8][0x90]a[0xb1][0xaa]t[0xdd]S[0xe7][0xe1][0xa7]3O*[0xef][0x87][0x14][0x9a]k[0xbf]![0xa9]ag[0xef][0xeb]o_[0x9c]G[0xe4]n[0x83]![0xdb][0x12]a[0xc8][0xeb][0x16][0xf7]j<[0x83][0xdb][0xc5][0xd4]3[0xe5][0xb0][0xa1][0xd5]/3[0xd8]:M[0xfb][0xbc][0x1d][0x12][0xa9][0xd8][0xb5][0x82]a[0xa2][0xd4][0xb3]5w[0xa0][0xda][0xda][0x17][0xdf][0xa4][0xd9]a[0xba][0x87][0xdd][0x15][0xd3][0xed] [0xf][0xc7][0xc1]{[0xcc][0x9a]l[0x8e]a[0xe1]6e[0x18][0xb5][0xa3][0xa9][0xe2][0x85][0xda]o^~[0xa5]c{[0xb9][0x87][0xbd][0x1e][0xdb]$KK5[0xcc][0xd1][0xf7]O[0xd3][0xff][0xc0]0[0x89][0xc][0xb2][0x14][0xfb][0xe8][0x96]@?[0x92][0x94][0x93]S:[0x7]H[0xd9]$-A1[0xe3][0x96]o[0xc0][0xae]lM[0x81][0xce][0x9c]U]b[0x94]1H[0xd9][0x9b]N[0x15][0x86]0[0xc][0xd8]l[0x4][0xa3][0xc4]0[0xac][0xb1][0x98][0xb5]O5I[0x8a][0x8e]e[0xb9][0xcb][0xd7]H[0x1c][0xff]#[0x16][0xec][0xb3]U"[0xae]Q[0xcf][0xba][0xa5][0xce]v[0xea][0x9f][0xa8]NL5Y[0xd1][0xce]4[0xfc][0xf1][0x98][0xff]=[0xf6][0x9a]wo[0x90]t[0xcb][0xdd][0xf0]_h[0xed]-2_yf:[0xff][0x84][0xcf][[0xa8]1=a[0xfb][0xde][0xfe][0x5]PK[0x7][0x8][0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/ops4j/io/Lister.classeN;n[0xc2]@[0x14][0x9c]g[0x1c]/[0x9f][0x80]"[0xe8])[0xa8][0x92]&[@[0x7]J[0x17]*G[0x91][0x82]8[0xc0]b[0x16]k[0xad][0x8d][0x17][0xad][0xd7][0x88][0xb3]Q[0xe4][0x0][0x1c]*[0xe2][0x19]$[0x1a]^53of4[0xe7][0xff][0xd3][0x1f][0x80])[0x6][0x2]=[0x81]gBlM[0x15][0x8][0xc3][0xd7][0xb7][0xb4]P[0x7]%[0xeb]`[0xac]LY[0x9b][0x13][0xba][0x9f][0xc7]L[0xef][0x83]qe%[0xd0]'tV&/U[0xa8][0xbd]&L[0x1e][0x2][0x8b][0x1b]/u[0x90][0xeb][0x9f]t[0xfe][0xd1][0x14][0xac]\[0xed]3[0xbd]4[0x96][0x13][0xbd][0xc6][0xa4][0xfd]{[0xe3]"[0x8c][0x9c][0xcf][0xa5][0xdb]W[0xb3]B[0x1a]'o/[0xc2][0xcb][0xb5][0xc2][0xaa]2[0x97][0xdf][0x9b]Bg[0xbc]l|o[0xfd]Rv[0xe7][0xfc][0xaf][0xde]r[0xfd]}YB Dh[0x8e]bB[0xb]1[0xb3]'f1[0xeb][0x9][0x4][0xa3][0x8]m[0xc6][0x9d]+[0xea]^[0x0]PK[0x7][0x8][0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ListerUtils.class}T[0xdf]s[0x13]U[0x14][0xfe]n[0xb2][0xcd]n[0xb6][0x1]J[0x8a][0x80]4[0xd5]X[0xe5]G[0x9b][0x5]Z[0x8b][0x1a][0x1a]l[0xb][0xd5]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "jk[0x9d][0xe][0xea][0xb0][0xdd][0xdc]&[6[0xbb]q[0xb3][0x1][0x1e]|PF[0x1f]}[0xf5][0xd9][0xe1][0x85][0x7]_[0xf4]%udF[0xdf][0xf9][0x93][0x18][0x5][0xbf][0xbb][0xd1][0xa1]L[[0x93][0x9c][0xbb]w[0xbf]{~}[0xe7][0x9c][0x9b]GO~[0xff][0x3][0xc0],VMd1[0xa3][0xa3]b"[0x81][0x19][0x13][0x16][0xce][0xaa][0xe5][0x9c][0x81][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x99]50g[0xe0]-[0xb5][0x9d]W[0xcb][0x5][0x13]o[0xe3][0x1d][0x1d][0xef][0xea][0xa8][0x1a][0xb8]h[0xe2]([0x16]t[0xd4]t\[0x12]H]t}7[0xaa][0x9]$[0xb][0xc5][\r][0x1]m9hJ[0x81]c[\r][0xd7][0x97][0xd7][0xfa][0x9d]-[0x19][0xae][0xdb][[0x1e][0x91]l#plo[0xc3][0xe]][0xf5][0xfe]/[0xa8]Em[0xb7]'p[0xa6][0x11][0x84]-+[0xe8][0xf6][0xe6]v,7[0xb0][0x1a]n/[0x92][0xe1][0xa7][0x91][0xeb][0xf5][0xaa][0x2][0xa3]];[0xec][0xc9][0x15][0xd7]#&0Sh[0xec][0xd8][0xb7]m[0xcb][0xb3][0xfd][0x96][0xb5][0x16][0x85][0xae][0xdf][0xaa][0x16][0x87]P[0x9f][0x6]V([[0xf2][0xae][0xf5][0x91][0x1d]Q[0xdb][0xa7][0xb5]p([0xcb][0x94][0x1d]J[0x9d][0xc2][0xa8]/[0xec]qq[0xe5][0xae]#[0xbb][0x91][0x1b](][0xad][0xd7][0x95][0x8e][0xca]t_[0x4][0x81]DoK[0xe0][0xf4][0xbe][0x93][0xa5][0xfe][0xf6][0xb6][0xc]U[0x1c][0xd2]8[0xb2][0x16][0xd9][0xce][0xad]U[0xbb][0x1b][0xb3]cuu[0xbc][0xc7][0xa2][0x9][0x98]kA?t[0x14][0x7]F[0x1f][0xdb]C[0xaf][0xa2][0xfc]e0[0x8e][0x13][0x2]'[0xf][0xf6]M[0x1f][0x19],b)[0x83]e\f[0x1e][0x9f]W2[0xb8][0x82][0x15][0xee]*%[0x81][0x91][0x1b]_Z_[0x94][0x14][0xf2]~[0x6][0x1f][0xa0][0xae][0xe3]j[0x6][0x1f]bB`[0xfc][0x0][0x8e][0x2]S[0xcf][0xd0][0xba][0xe7][0xc9][0x96][0xed]-[0x86][0xad]~G[0xfa][0xd1][0x1e][0xa5]b[0xdd][0xbf]m{n3[0xef][0xb4][0xed][0xd0]v[0x98]l[0xbe][0xdf][0x93][0xcd][0xbc][0xeb][0xe7][0xa3][0xb6][0xcc]o[0xc7][0xad][0xc8][0xfb]vG[0xaa][0xd4][0x1b][0xac][0xcb]a[0xed]#[0xdb]g[0x1][0xaf]o[0xed]H'z[0xe][0x1a][0x12][0xe5][0x10]y[0xd2]oE[0xed]x[0x88][0xd8][0xa4][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbc]HU[0xad]P/[0xb2]y)[0xbb][0xdb][0x95]~S`[0xfa][0xf0][0xee][0x1f][0xd4][0x94][0x89][0xc2][0xf2][0xff][0x9c][0x1a]Q[0xf0]_[0xfc][0x13][0x85][0xfd]z[0xd4]8u[0xc8]\[0x9][0xe8]N[0xd0][0xe9][0xc6][0xed],[0x1d][0x90][0xd2][0x1e]d[0xbd][0x1d][0x6]w[0xd4]8T[0x8b][0x1b]8[0x87][0xe3][0xbc]w[0xea][0x93][0xe0][0x97]][0x7][0x87]1[0xbe][0x90][0x1c] >GJ[0xbb][0x10][0xbf][0xc6][0xc7]'[0xb9][0xaa][0xab][0x7][0xe4][0xa1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa7][0xb8][0xcb][0xc][0x95]p[0x1a]/[0xf2][0x99][0xc6][0x19]L[0xc][0x1d][0x88][0x9b][0xd4][0xd1][0x88][0xfd][0xf0][0x10][0x89][0xcd]]$[0x1b][0xc9][0x85]\i[0x0][0xed]>[0xda][0xa5][0xdc][0x0]#[0xb5][0xc9][0x9f][0xe3][0xb0][0x9f][0xc4][0xbe][0x81][0x12][0xe5]uJ[0x85]2Q[0xce][0xa6][0x6][0xd0]?{[0x80][0xf9][0xd8]Fk[0xde]G[0xae][0x94][0xd3]n[0xd2]n[0xac][0xf4][0x13][0xc6][0xca]YC[0x9d][0x97][0x10][0xf]0^[0xce][0xa6][0x87][0xca][0xe9][0xf2][0xe4][0x0]f[0x8c]>[0xfd][0xb1]<[0xc0][0xe8][0xea][0xf4]o[0xc8][0xfc]r[0xed]![0x8e]nf[0x8f][0xcd][0xec]b[0xec]O&[0xf7]5[0xbe][0xc1][0xb7]8[0x82]dLh[0x85][0xfc][0xc1][0xff][0x19][0x3]gY[0x87][0xf3]$2[0x8b]9[0xcc][0xa3][0x8a][0xb][0xa8]q][0xc7][0x2]npgc[0x9]m\[0xc6]-Z|E[0xdd];[0xb8]JO[0xab][0xf4]t[0x1d][0xf7][0xf0]q\[0x8c][0x1a]R[0xb4][0xdf]D[0xe][0x93][0xf4]n[0xa2][0x83][0x97][0xf0]2[0xc9][0xdd][0xc3](K[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "1[0x96][0x83][0x85]{[0x95]O[0x3][0xdf][0xe3]5[0x12]V[0xf9][0x1c][0xc7][0x1b][0xc4][0x12]x[0x93]x[0x11][0xc6][0xdf]0u[0x14][0xc4]_([0x8a][0xf4]T[0xfa]1F[0xf8]{[0xca][0xda]&u[0x14]y[0xc0][0x15]Bg[0xbd][0x4][0xca]q[0xed][0xa6][0xff][0x1]PK[0x7][0x8][0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/io/Pipe$Pump.class[0x8d]U[O\U[0x18]]{n[0x87]9[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x94][0x82]3-j[0xed][0x5][0x87][0x19][0xe8]TAm[0xa1][0xad]J[t[0xda][0xe1][0xa2]\*[0xa2]m[0xf][0xd3])" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c]:[0xb7][0xcc][0x5]l[0x8c][0xca][0x83][0x89]I[0x1b][0x8d][0x89]I[0xf5][0xc1]z[0x89])[0xc4]DC 8`[0xd3]H[0x2][0x89]I[0xfb][0xd4][0x9f][0xe0][0x1f]0[0xc6]>[0x98][0xb4][0x99][0x14][0xd7][0xde]C[0xb1]([0x98]N2[0xfb][0xdb][0xdf][0xfa][0xae][0xfb][0xdb][0xeb][0x9c]s[0xeb][0xfe][0xf5]_[0x0]4![0xa2][0xe1][0x5][0x1d]U8[0xe0][0xc6]V[0x1c][0x94]K[0x8b][0x8e]V[0x1c][0xd2]!pX[0xc7][0x11][0xbc](w/I[0xec]e[0x1d]m8*[0x97]cnb[0xc7]K[0xd1][0x8e]W[0xe4][0xf2][0xaa][0x86][0x90][0x8e]r[0x9c][0xd0]pRCXC[0x87]@I[0xfc]L&[0x99]KG[0xa2][0x2][0xd5][0xe1]Qs[0xcc][0xc]Z[0xc9]`([0x91][0xca]e{[0xb2][0xe9][0xa8][0x19]o[0x15]p[0xd1][0xc5]J\[0x10][0xa8]Ys[0xe8][0xca]e[0xd7]y[0x1c][0xb2][0x12]V[0xf6][0x88][0x80][0xc7][0xb7]a[0x8e][0xfa]~[0x1][0xc7][0xd1][0xe4]9[0x16])[0xf][[0x89]hg.>[0x14]M[0xf7][0x9a]C1"[[0xc3][0xc9][0x88][0x19][0xeb]7[0xd3][0x96][0xd4]WAGv[0xc4][0xca]Pt[0xe7][0xe2])[0x1]#[0x94]HD[0xd3]Gcf&[0x13]%[0xea][0x9]'[0xd3][0xc3][0xc1]d*[0xd3]<*+u[[0xa9][0xe8][0x1e][0xe9](;yp[0x18]-[0x92]dL$+[0xe0][0xf5]m[0xdc][0xb6]j[0xaa]x[0xb0][0xb2][0x9e][0xac][0x19][0xb9][0xd0]a[0xa6]Tu5[0x9a]N[\r]][0x1a][0xba][0x5][0xec][0xe9]\[0x82][0xab]O[0xba][0xb][0xee]D[0x88][0xda]P[0xee][0xbc][0x80]m[0xb0][0x8d][0xea][0xfa][0xc1]u[0x1d]'[0x12]Me[0xad]d[0xa2]UC[0x90][0xf3][0xe6][0xa8][0x5][0xf4][0x1e][0xd5]U[0xbb]%[0x8f][0xe6][0x96][0xfd][0xee][0x93][0x11][0x2][0x95][0xff]9[0x88][0x1][0xf][0x2][0x6][0xb6][0xa1][0xda]@[\r][0x1e]c[0x17][0x6]^[0x93][0xc8][0xeb][0xe8][0xd1][0xd0]k[0xa0][0xf][0xfd]R9e[0xe0][\r][0x4][0xd8][0xa7][0x81][0x1][0xbc]i`P[0xfa][0xbc][0x85][0xb7]5[0x9c]6p[0x6]g[\r][0x98]8+P[0xb5]Ag[0x6][0x86][0x10]x`[0x8a][0x99][0x89][0xe1][0xe0][0x9a][0x89]w[0xbc][0xf1]h[0x5]*[0xfe]q[0xef][0x1d][0xe1][0x0][0xcf][0x9]l[0xdb]h[0xae][0xeb]<[0xbb][0x86]F[0xd5][0x1d]T[0xad][0xb]N[0x8e][0x17]/[0xd9][0x95]Hf[0xad][0xf3][0x17]I[0xc2]13f[0x9d]3[0xb3][0xc4][0x1a]6a[0xd0]&[0xdc][0xac][0xda][0x0][0xe6][0xb5][0x16][0xfb]s[0xfa][0x6][0xdb][0xea]y][0xfb]6c[0xc0]f|v[0x8c][0x9b][0x16][0xbb]v[0x8e][0xa7]-[0xd9][0x93][0xc6]<[0xa1][0x90]$[0x80][0xf3]|,[0x97][0x19][0xa1][0xec][0xee][0xeb][0xe8][0xee][0x91]lV[0x19]rY+[0x16]$}[0x18]Z[0xb6][0xe] U[0x86][0xa3][0xcc]T[0xb7][0xda][0xc1]CCyP[0xfd]a[0x88]#IG[0xe3][0xc9]1[0xf9][0x9c][0xa4][0xd2]V"[0xab]x[0xd9][0x9b]6#Q[0xec][0xe4]#_[0xc5]W[0x81][0x8d][0x92][0xec]P;[0x12][0x84][0xd2][0xce][0x87][0xdc][0x3]/[0xd7][0xed][0xd4][0xda][0x89][0xdb](u[0xff][0xe]J[0x8f][0xa0]cI[0xe6]t[0xf8][0xf3]p6,O[0xa1][0xa4][0xb3]a[0xb9]qqF[0xd9][0xcb][0xd9][0x19][0xf8][0xaf]V[0xd2][0xae]*[0xd6][0xc0][0xc9][0xf5]]Z[0xdf]c[0xc5][0xf7]Q[0x86][0xf][0xd8][0xf3][0xc4]C[0x95]=k[0x95]=[0xd8]C[0x9b][0xc0]^[0xb5][0xb7][0xad]0[0x8d]]C[0x9d][0x86][0xa7]5[0xf8] 4[0xd4][0xdf]c[0x1e][0x1]?[0x2][0xc5][0xbe][0xec]v[0xea][0xa5][0x80]h[0xae][0xdc][0x89][0x1b]%a[0xe1][0x9f][0x83]}[0x1][0xae]k8!w[0x81]<[0xb4][0xc3][0xb5][0xb6]o[0xe0][0x9a][0xc2]A[0xff]@[0xe7][0x92][0xb4];[0x16]P2[0xc9][0xe1][0xe4][0xe1][0x9e]Z[0xf9]S[0x2][0x1]{m[0x9e][0x0]wy[0x94]6[0xf2]Lz[0x8b][0xa3]q[0xd9][0xeb]X[0x9c]Z[0x99][0x99][0x85]1[0x10]^[0xe2]*[0xf3][0xfd][0x8c]2[0x1b][0xfc][0x93][0xa8]X[0xd3][0xb7][0xd8]p*[0xa0]"[0x9c][0x81]e[0xaf]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "?[0xa8]&[0x1c][0xd7][0xa0][0xb1]z[0xc5]#[0x87][0xbb][0x18][0xee]bx<[0xfc][0xc8]![0x1a]C4[0x86][0xb4][0xb4][0x94][0xc8][0x98][0x16][0xf7][0xff][0x7]y[0xdd][0x8c]*m[0xd1])[0xbd][0xfa][0xa2][0xb7][0x84]wV[0x8e]:[0x9c]D'[0xa7][0xdd][0xc9][0x17][0x8a][0x94][0xa7]yK[0x13][0x94][0x13][0xf8]PI[0xf0][0x1d]s[0x89]~Wq[0x3][0x8b][0xd4][0x16][0xb1][0xac][0xa4][0xc4]o[0xa2][0x12][0xb7][0xf1][0x7][0xee]P[0xbb][0x83][0xbf][0x94][0x94]xA[0xf1][0xe5]s)[0x85]S[0xec][0x15]>J[0x9f]h[0x94][0x92][0xd8]}e/r[0xe3][0x8a][0xba][0xe9][0x8f][0xe0][0xa2]%>[0xe6][0x8d]~[0x82]'[0xf1])y[0xf7][0x19];[0xbb][0x82]g[0xf0][0x5][0xe][0xe0]K~[0xc7][0xae]"[0x84][0xaf][0xf8][0xe6][0xfb][0x9a][0xf9][0xa7][0xd9][0xe5],[0x12][0x98]#[0xab][0xf2][0x8c][0x9e]g[0xf4][0xb7][0xb8][0x8c][0xef][0x18]5[0xc9][0xba][0xd3][0xf4][0x9e][0xc5][0x8f][0xb4]_[0xa7][0xfd]W[0xda]o[0xe2]{[0xdc]"~[0x9b][0xf8]o[0xc4]'~[0x97]x[0x1][0xd3][0xc2][0x89]YQ[0x8d]9[0xb1][0xb]y[0xb1][0x1f][0xf3][0xa2][0x9][0xb][0x8a][0x9b]~2k;[0xbf][0xa5][\r]h$K][0x9c][0xcf]>[0x4][0xc9][0xba][0xcb]0[0xb0][0x9f][0x9d][0x9][0xc9][0xba]U[0xe6][0xca]S\[0x84][0xa7][0x0][0x97][0x86]g[0xb][0xd8]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x92][0xb7][0xbe][0xca]>2[0xf6].\[0xf7]`+`[0x17][0x81]c[0x8a][0xc1][0xae]6[\r]M[0xc6][0xbf][0x91][0xe6][0x2]v[0xaf][0x3][0xea]W[0x98]W'[0xfd]Q[0xfc][0x11][0x91]O[0x1][0x8e]+[0xf]m[0x85]][0x89][0xa2][0xd5][0x86][0xe7][0xd4][0xfa]<[0x87]'[0x1f]_~Q[0xf9][0x2][0xfa][0xdf]PK[0x7][0x8][0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/io/Pipe.class[0x8d]V[0xfd]s[0x13]E[0x18]~6I{I8[0xa0][0x1f]P[0x8a][0xf8]Q[0x4][0xa1]I[0x3][0x1][0x81][0x8a][0xb4][0x14][0xa1][0xb4]P[0xec][0x97][0x4]Z[[0x84]zM[0x8e][0xf6]Jr[0x17]s[0x17]>[0xfc][0xd6][0x19][0xff][0x94][0xf2]sQ[0x9]"3[0xe2][0x80]?9:[0x8e]?9[0xa3]3[0xea]8[0xfa]g[0xf8][0xf1][0xec][0xe6][0x1a][0x1a][0xb8][0xcc]8[0x9d][0xbc][0xbb][0xfb][0xee][0xbe][0xfb]<[0xfb][0xbe][0xcf][0xee][0xf5][0xdb][0xbe][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc0][0x1]|[0x1c][0xc7]6L[0xc4][0xf0][0x14]&[0xa5]yM[0x9a][0xb3]q[0x9a]L[0x1c][0xed]8'[0xcd]y[\r]SqD1![0x7][0xd3][0xb2][0xf7]z[0x14]3[0xb2][0x9d][0x8d][0xe3][0x2][0xde][0xd0]p1[0x8e]K[0x98][0x93][0xa1]o[0xae][0x83][0x81]y[\r]Y[0xb9]6'[0x8d])[0xcd]e[0xe9]^[0xd0][0xb0][0x18]G'&4X[0x1a][0x96][0x4]"[0x93][0xe5]BQ@[0x1f][0xb1]m[0xb3]4[0x98]7\[0xd7]t[0x5][0xd6][0x9f][0x1d]:~r[0xee][0xc4][0xf9][0xe1][0xb9][0xcc][0xc8][0xec][0x90][0x80][0x18][0xa1]o[0xd0][0xb1]][0xcf][0xb0][0xbd])#_6[0xc3]@[0x17][0x4][0x9a]&[0xcf][0x8f]Mf[0x4]6[0x8e].[0x19]W[0x8d]t[0xd9][0xb3][0xf2][0xe9]1[0xa3][0xd8]'[0x10][0xcb]X[0xb][0xb6][0xe1][0x95]K[0xa6][0xc0]@[0xfd]luh9[0xe9][0x11][0xbb]X[0xf6]2^[0xc9]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa3]Ni![0xed][0x14][0xdd][0x83]Krf[0xd2]*[0x9a];%[0xb7][0xbe][0x1]n[0x16])[0xcc]Y[0xb6][0xc0][0xe6][0xc0]@[0xb2]([0xcc]9eO[0xa0][0xa3]6?Q[0xf6][0xd6].h.[0xcc][0x15][0xd5]9;[0x1b][0xa1]pM[0xbf]e[[0xde][0x80][0xc0][0xde][0xee]`~[0x81]{'[0xa6][0xc8]n[0xd0][0xc9][0x99]2[0x7][0x96]m[0x8e][0x97][0xb][0xf3]f[0xe9][0x9c]1[0x9f][0xa7][0xa7]m[0xd4][0xc9][0x1a][0xf9])[0xa3]d[0xc9][0xb1][0xef][0x8c]x[0x8b][0x16]S[0xdc][0xfe]$[0x13][0x92]X_,9Y[0xd3]u[0xab][0xbb][0xb3].[0xee][\r][0xd7]3[0xb][0xab][0xc3]5[0xd4][0xea]X[0x4][0x12][0x96][0xd4][0x9a]X[0xb1][0x12]3[0xb3][0xdb][0xf][0xcc][0x1b][0xf6]B[0x9a][0xf3][0x96][0xbd][0xd0][0x97][0x8]d[0x10][0xb1][0x8d][0x82][0xa2][0xfe][0xc4]z[0xb2][0xcb]xF[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xb8]z[0x14][0xd7]s[0x98][0xd4]p[0xb7][0x84][0x8a]^5[0xf2]V[0xce][0xf0][0xe8]O[0x5]g0[0xd1][0xa0]|[0xc2][0xac][0x95]V[0xe1][\r]][0xcf][0x9a]E[0xcf]rl[0xce][0x85],[0x97][0xda]n|[0xf2]D[0xa3][0x92][0x87][0x1c]&9[0xa6][0x8e]_[0x95]x[0xba][0x11][0xa9][0x86][0x8a][0x88]H[0xcd][0xf0][0x96][0xf0]*i[0xb8][0xa2]![0xcf]C[0xf6]g[0xf3][0xbe]L[0xe2][0x19][0xa7]\[0xca][0x9a][0xc3][0x96][0xcc]DL[0xc6][0xed][0x95][0xfb][0xeb]H[0xa1]_[0xc7].[0xec][0xd6][0xd1][0x8d][0x84][0x8e]$zt[0xc]aXG[0x1][0xb6][0xe][0x7][0xe4][0xb2][0xe5][0xf1][0xe4][0x9e]([[0xf9][0x9c]Y[0xd2][0xf1][0x16]h\[0xb0]d[0x1b][0xbb][0xba]s[0x96][0x9b]ux1[0xb3][0x9e][0x99][0xe3]Ne[0x94][0xc8]C[0xc7]U\[0xa3]~[0x2][0xf2][0xa5][0xe1][0xba][0x8e][0x1b][0x12][0xfe]y[0xec][0xd0][0xf0][0xb6][0x8e]w[0xf0].[0xaf]E[0xf0][0x9]%[0xd3][0xf7]t[0xbc][0x8f][0xf]t[0xf4][0xca][0xa0][0xf][0xf1][0x11][0xb][0xf1][0xe8][0xaa]N[0x9b][0xc6][0x95][0xd3][0x86][0xbb][0xc8][0x82][0xb][0xb4]>[0xb1][0x89]@[0xcb]#[0xe][0x13][0xf3]K[0xa4][0xb9]J[0xab]>[0xc7]ud[0xcf]-[0x96][0x9c]kU[0xf9]h[0xae][0xe9][0x8d]+[0xb5]m[0xe][0x92]'5[0xa5][0xf9][0xc7][0x17][0xd8][0xda][0xa8][0xfe]r[0xd5][0xc2][0xea]>[0x9b][0xba][0x13]A[0xba]m6[0x8a]E[0xd3][0xce][0x9][0xec][0x9][0xbc][0x6][\r][0x8a][0xc1][0xc0][0xa8][0xe7]T][0xac]0[0x17]Y[0xf9]*q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xf][0xe2][0xa6] B[0xbc]r[0x97][0xf3]ew[0x91][0x97][0xa5][0xee][0xcd]c[0x10]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec]Z[0xcb][0xa0][0x9a][0xb4]:[0x6][0xbe][0x8b]/U[0x3][0xb9]NIU[0x9b][0xde]I[0xc3],8|[0x12]#[0xdd][0xb3][0xd2][0x15].[0xca][0xf7][0xef]p[0xc0][0xe6][0xff][0xb][0xe][0xdb][0xf9][0xdd][0xd8][0xc6][0x8f]Q[0x13][0xdb]g[0xf1][0x1c]_[0xf6].[0x8e]B[0xf4]wJ-q[0xbc]S[0x8d]_@[0x9b][0x94]6[0xfb]mR[0xdd][0xca]G[0x81][0xb3][0x8d]rM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "{h[0xf7]r4C??[0x11][0xd8][0x98][0xbc][0x3][0x91][0xec][0xb9][0x8d]P2u[0x1b][0xe1][* [0xad][0xc2]#[0xb4]Gi[0x7][0x10][0xc3]1l[0xc0]+[0xd8][0x7][0xf9]QQa[0xd8][0x8f][0x17][0x1][0xd5];@8[0xa1]z[0x7][0x9][0x18]R0[0x87][0x2]aR[0x12][0xa6]'[0x0]f[0x84][0xf6][0xc]a^%[0xcc]hC[0x98]D[\r]f[0xb7]:y/^[0xf2]a>[0xe1]8[0xc4][0xf6][0xb0]H~[0x8e][0xc8]M[0xec][0x97]mh[0x19][0x9][0xd9][0x86][0x97][0xb1]=)[0xc7]_[0xa0][0xe9]6"rEO[0x5][0xcd][0xb2][0x95][0xb3][0x15]h[0xc9][0x15][0xc6][0x86][0x15][0x9f][0xe]f[0x18][0x98]bVg[0x98][0xd5]Yf[0xee][0x2]q.*N[0x1d]U[0x8c][0x1a][0xa7][0xc3][0xfc]{[0x99][0xc][0x8e][0xa8]h[0xd1]KJ}[0xe8][0xf7])[0xdd][0x90].[0xb6][0xbd][0x8a][0xd2]2[0xf6][0xc9]FH0[0xb6][0xf7][0x10][0x9d][0xb9][0x83][0x98][0xec]V[0x10][0xaf]`][0x9b]NS[0xc1]z[0xc9]K[0x90][0xe4][0xad][0xc7][0x8][0x99],[0xdf]"Z`[0x91][0xc8][0x12][0xb3][0x9b]W[0x84][0xf4]*[0x82]O[0xc8][0xa7]q[0x88]K[0x8f][0xb2]hU[0x1a][0x97][0xd8]J[0xd6][0xf1]d[0x5][0x1b][0xa6][0x93]+[0xa3]bE[0x5]5Cc&[0xc3]kjp[0x9f]@_[0xd3][0xfb][0x80][0xf1][0xdf][0xd4][0xce][0x1b][0xe5][0xef][0x18]K/c[0xe2]8[0xae][0x94]uD[0xc5][0x8b]S[0x1a]N([0xac]A[0x1f][0xeb][0xa2][0x8f][0x15]#V[0xcb]#[0xa8]&.[0xae][0x87][0xfa][0x8e][0xf6]{z [0xdc][0x8f]5(m[\r]T[0xc]'[0x95]x}[0xa8][0xe1]*[0x14][0x1f]i[0x1f][0xea]![0xf7][0x93];[\r]|[0x8a][0xd6][0x99][0xd1][0x7][0xb4][0xc9][0xbb]h[0xb][0xf1][0x0][0xed]c"u[0x13]][0xf7][0xd0]>C[0xcd]m[0x1a]K1[0xc3][0x9b]S[0x15]t[0xc8]5[0xa9][0xbb][0xd8][0x12][0xc6]t[0xaa][0xe7][0xe1][0xca]x[0xcf][0xc3]=[0xf7][0x89][0xd8][0xac][0x8a][0x8][0xfe][0xfa]U[[0xe5][0xb9][0x8b][0xc][0x80][0x9f]8[0xfb]3[0xff]3[0xfb][0x85]r[0xf8][0x95][0xd5][0xfd][0x8d][0xfe][0xdf]y[0x9d][0xfe]`[0x5][0xfe][0xe4][0xea][0xbf]j[0xdc][0xdb]9s[0x8a]b[0x91][0xc7][0x1f]X[0x93][0xa6]m[0x8][0xfd][0x8d]C[0x1a]Nk[0x18][0xf9][0x97]{[0x87]4[0x9c][0xe1][0x8]B[0xa3][0xd6][0xa3][0xd4][0xfa][0xaa]\v[0xa8]P`[0xdd]=tR[0x1a][?C[0xab][0xd4][0x80]Pl[0x9a]UN[0xd2]\2[0xa6].[0xce]8[0x9e]Q[0xe5][0xe0][0xbb][0xcd][0xe7][0xe0]i[0xc4][0xff][0x3]PK[0x7][0x8][0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/io/PrintStreamMonitor.class[0x85]TkS[0x13]W[0x18]~6Y[0xb2]!.[0x17][0x83]\jA#[0xd6][0x1a][0x82][0x92][0xb6]Z[0xb4][0xa2]D[0xa0]Pb[0x13]@[0x3][0xde][0xaa][0xc3],[0xc9][0x8a][0x8b]{[0x9b][0xdd]M[0xab]?[0xa0]3[0xfd][0xb][0xfd][0xd8][0x9f][0xd0][0x99][0x12];u[0xc6][0x1f][0xd0][0x1f][0xd5][0xe9]s[0xce][0xa6][0x81][0x86][0xd8][0xee][0x87][0xf3][0xbe][0xe7][0xbd]>[0xef]e[0xcf][0x9f][0xfd][0xf1][0x1e][0xc0]5<[0xcf]`[0x4]7[0xfb][0x91][0xc5]W[0xe2][0xb8]%[0x8e][0x85][0xc]n[0xe3][0x8e][0xe0][0x16]5[0x94]2[0xd0]p3[0x83][0xbb]X[0x12][0xdc]r[0x1a]+[0x82]~[0x9d][0xc6][0xaa][0xa0]k[0x19]|[0x83][0xf5]4[0xca][0x82][0xde][0xd3][0xf0][0xad][0x86][0x8a][0x86][0xaa][0x2][0xcd][0xd9]}a[0x5]a[0xa4]@y[0xaa] [0xe3][0xec][0x9a][0xaf]}[0xb3][0x1e][0x99][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca]R[0x1d]FF [0xd4][0xf7][0x14][0xf4]9[0xbb]^[0x93][0xfc]h[0xe5][0xc0][0xf8][0xde](Z^q+[0xb0][0xdc][0xa8][0x16][0x5][0xa6][0xe1],(H[0xdd][0xb6]\+ZT0[0x91][0xef]i1[0xf3]P[0x81][0xba][0xe2]5L[0x5]C[0x15][0xcb]57[0x9a][0xce][0x9e][0x19]l[0x1b]{6%[0xd9][0x8a]W7[0xec][0x87]F`[0x89]{[[0xa8]F/[0xad]P[0xc1][0x85][0x8a][0x17][0xec][0x17]=?[0xbc]~[0xd0][0x15][0xb3][0xea]1[0xa3][0x17]0yRB[0xd3]]/[0xb2]^[0xbc][0xd9][0xf1][0x1b]FD[0xff][0x91]6[0x10][0xd7][0x8c][0x8a];[0xf]*[0xb][0xe5][0xb2][0xc0][0x90][0xe][0xcc][0xd0]k[0x6]u[0x1a][0xc][0xfe][O[0xdd]Q[0x3][0xfa][0xea]^[0xd3]e[0xcc][0xfe][0xba][0xe7][0xf8][0xb6])e[0x3][0xb5][0xc8][0xa8][0xbf][0xaa][0x1a]~[0x1b][0xe0]p[0x9c]o%[0xb6][0xb0][0x8c][0x80][0x5]@EB[0xc][0x9d][0xef]IB[0x8c]\RN[R[0xee][0x1][0xa9]J[0xbb])[0x9c][0xe3]y[0x9e][0xb7]M[0xca][0x13][0xa4]C[0x85][0xb7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]![0x12][0x85][0xd9]C$[0x95][0xe]9[0x9e]Y:[0x0]sm[0x7][0x87]$[0xfa]H[0xd7][0xb][0xbf]![0xf1]3[0xce][0x14]&[0xf][0xa1][0x16]~G[0xdf]!R[0x85]$sM[\r]7^N[0xda][0xf3]*[0xf5][0xc9]w[0xd0][0x9e][0xbc]Ez[0xb6][0x85][0xfe][0x16]2[0xd9]Sw[0xc0][0x2][0xcf];[0xd0][0xb1][0xc8][0xe2]K,v[0x89][0xba]e[0xbe]}+[0x12][0xe1][0xf5]8w[0x7][0xe1]:.#Od[0x82][0x9b][0xa1]uBr[0x5]r"f[0x1e][0xb3][0xe4]T\[0x91]9[0x94][0x9][0x1a]^e[0xd9]q![0xbf]P![0x12][0x96][0x88]})G[0xb4])[0xf3][0x86][0x0][0xad][0xfe]8[0xa6]:?[0xcd][0xa7]>[0x84]?%[0xf0][0xf][0xff][0x83][0xff][0xf4]QW[0xc7]$[0xb6]*[0xc3]n[0x10][0xff]&G[0xb5][0xc5]*[0xee][0x1f][0xc3]][0xea][0xe0].[0xb5]q[0xab][0xac][0xb7][0xc8]Q&[0xe8]q[0x8d]S8K[0xc9]85[0x9f][0x13]w[0x8a][0xfa]/([0x8d][0xe1]6XA[0x92]t[0xfa][0x3][0xb8][0xae][0xf4]@[0x94][0x91][0xfd]xF[0x4][0xcf]%[0x8a]\[0x1c][0xa1][0x83]b[0xba][0xd3][0xbd]i"[0xfc][0x92][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe6][0xa5][0xf7][0x8d][0xbf][0x1]PK[0x7][0x8]t[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/StreamUtils.class[0x95]W[tTW[0x19][0xfe][0xf6][0xcc][0x99][0x9c][0xc9][0x99][0xc9]u[0x18][0xca][0xd0][0x84]@/[0x90]L[0x8][0x1]J[0xd3][0x9a][0x0][0xa6][0xa1][0xa4][0xa6]$D[0x12].[0x6][0xb4][0xed]09I[0x6]&s[0xe2][0xcc][0x19].^[0x11]k/Z[0x11]/[0xb5]B[0xa5]`)F-*xI[0x2]A.[0xaf]._[0xb4].][0xfa][0xd0][0x5]K_][0xcb][0xe5][0x83][0xcb][0x7][0x16][0xf1][0xdb][0xfb]Lf2[0x93][0x9]m[0x1f]f[0x9f][0xbd][0xff][0xfd][0xef][0xff][0xff][0xfe][0xeb][0xde][0xf3][0xfb]{W[0xaf][0x3]x[0xc]7[\r][0xd4][0xe3][0x98][0x81][0x12]|[0xc5][0x8b]N[0x3][0x1b]q[0xdc][0x8b]gt|[0xd5][\r]q[0x12]:^4[0xe0][0xc5][0xd7]t[0xbc]d[0xc0][0xc0][0xcb]rxER^[0xf5][0xe1][0xeb][0xf8][0x86][0x9c][0xbd]&[0xcf]~S.O[0x18][0xf8][0x16]N[0xea][0xf8][0xb6][0x81][0x0][0xbe]c[0xe0][0xbb]8))[0xdf][0x93][0xc][0xaf][0xcb][0xe1][0xfb][0x6]V[0xc8]e[0x1d][0xde][0x90][0xc3]kr [0xcb][0xf][0xe4]pJ[0x9e]<-)o[0xea][0xf8][0xa1]d<[0xa3][0xe3]-[0x3][0xf][0xe3][0xac][0x9d]F[0xb2][0xfc][0xd2][0x8f]K[0xb8][0xec][0xc7][0xaf][0xf0]k[0x96][0xb2][0x1f][0xbf][0xc1]o[0xfd][0x98][0x90][0x10]>[0x86][0x9d]~Lb[0x8a][0xb5][0xed][0xc7]A4[0x9][0x4][0x8a][0x14][0xa9][0x1f]W[0xd0][0xc4][0xda][0x97]b[0xae][0xfa][0x91][0x82][0xed][0xc7][0x18]>+[0x5]N[0xcf][0xa6][0xdf][0xe2][0xe2][0xc9]%[0xd5]_+[0xb2][0xeb][0xf8]\[0xee][0xfe]N [0xb4]`[0xf4]$[0xc3]u?^@[0x84][0x17][0xd3][0xc2][0x1e][0x97]l7[0xe8][0xe8]\[0xac]z[0xf7][0x1f]`[0x3]d5[0xe7]<[0xab][0xe8][0xdb][0xd3][0xf1][0xf8]S[0xc9][0xe1][0xf4][0xa8][0x99][0xb0][0xb3][0xf6][0x9][0xac][0xfa][0x90][0x8d][0x97]e6[0xb7][0xd5][0xce]uW[0xe][0xba][0xc0][0xa2]bPg[0x99][0x15][0x8e][0x9d]#I[0xeb][0xb0]s[0xef][0x96][0xe7][0xe7][0xe1][0x1c][0xc2]l[0xf1]T[0x1c][0x8a][0xc4]c[0x83][0x11][0xdb][0xdc]n[0xd9][0xd2][0x0][0xe2][0xad][0xef].[0xb4][0xb5]H[0xa6][0xca]D[\r][0xd5]/[0xdc][0x95][0x97][0x14]/J[0xf5]t[0x90][0xd5][0xcc]FS[0xbf][0xaf][0xa3][0x81][0xf][\r][0x8f]j[0x10][0xbc][0xab][0xb8][0xee][0xea][0x92][0xc][0xfe][0x84]e[0xc7][0x86][0x8e][0xee][0x1a][0x93][0xb8]hZ}[0xc1]}[0xaa][0x98]u[0xb6]I[0xed][0xce]k][0xf3][0xfb]M[0xa1][0x8f][0x1a][0x17][0xf0]Q1n[0xac][0xe3][0xbb][0xac][0x9e][0x8f]H&$[0x1a][0x10][0xe6][0xb7][0x91]+[0x17][0x1f][0x8d][0x6]G[0x16]6)k[0xd4]#[0x93][0xd7][0x1e][0xbf][0x9e][0xf0]$[0xc4]e[0xc5][0xd2][0xcc]Q2[0x1][0x1b][0xa0][0xe1]q[0xac][0xe5][0xcc][0xef]0Q[0xec]z~Kyl[0x3]9[0xa4][0x80]n*r[0xcb][0x13]B[0xb8][0xc3][0x8d]5Sp[0x15]Jy[0x9a][0xfc][[0x95][0x94][0xe5][0xe]'e[0xb6][0x0]j[0xf6][0x4][0x9e]T[0x92][\r][0xd6]x+[0xb9][0xdb]8/[0xe1]7[0xc0][0xb7][0xae][0xd4][0xb2][0xc9][0xd1][0xe2][0x8a][0x12][0x89][0x9f]{[0xd3]M[0xd5][0xee])h![0xad][0xda][0xc3][0x8f][0xbb]E[0xaf][0xd6][0xaf]y[[0xbd]![0xed][0x16][0xbc][0xa7]P[0x16][0xd2]n[0xc2][0xdb]Z:[0x8e][0xf2]ix[0x7]B[0xda]$J[K[0x9b]n[0xc1]8[0x5][0xd3]M[0x18][0xad][0xc6]8[0xca][0xa6]a[0xc]4M[0xc2][0xd7]j[0x84][0x8c][0x90]w[0x2][0xfe][0x81][0x96][0x92]7[0xb1]2[0xa8][0x7]K^h[0xd1]C[0xa5]![0xaf];X2[0x81]2[0x11][0xbe]0s[0x9b]&[0x5][0xf5]+([0xd7]0>[0xf3]^[0xa8]t[0x2][0x15]A[0xcf])[0xc8][0x93][0xa5]S[0xa8]$[0xb][0xc2][0xe1][0xc6]+[0xa8]ra[0x1c][0xcb][}[0x85][0x9b]Ff3[0xe4][0xbb]q[0x99][0xa6][0xf4][0xe0]8[0xce][0xd0][0x8c]38[0xab][0xbe]n[0xe5][0xa6][0x3][0x8c][0x11]0@[0xc3][0xf7][0xa2][0xc][0x9f]A%[0x9e][0xc3]bv[0x93]e[0xd8][0xcf][0x18][0xe][0xd1][\r]1:[0xe7] [0xb6][0xc0][0xa2][0x84][0x14][0xb9][0xd2][0x88][0xe0][0x10])[0x87][0xd9][0xe0][0x8e][0xe2][0x8b][0xf8][0x2][0xe5][0x1e][0xc3][0xcb][0x1c]O[0xe0]E[0xbe][0xed]_[0xa2][0xf4]cx[0x87][0xeb]w[0xb9][0xbe][0xc4][0xf5]$^[0xc1]U[0xbc][0xaa][0xc2]p[0x2][0xe5]x[0x94][0xba][0x9f][0xc0]f:[0xb9][0x9d][0xb3][0xc7][0xf1]q[0x86]`[0xf]:[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x13][0x7][0x1d][0x8d][0xa7][0xd0][0xa1][0x82]4M[0xbd]O[0xab] M3[0x8c]a[0x15][0xd2]ir[0xb6][0xa8]`N[0xe3][0x19][0x86]PS3[0x19]B[0xf][0xb5][0x88][0x8c][0x94]Jj[0xff][0x4]g:[0xad][0xb9][0x80].<[0xcb]$[0x8f][0x11][0x87][0xa3][0xb7][0x7][0x89][0x8c][0xde]m<}[0x1c][0xc6]=[0x1a]+tt[0xdf][0x85][0xa1][0xa3][0xa7][0xe2].Jul[0x9f][0xa1][0x87]|:zu|[0x92]{;t[0xf4][0x9]![0x99][0xc8][0xc1]][0xa0]r[0x86][0xc6][0x14]0`[0xe][0x3][0xa7][0xfd]wQ[0xc6][0xd1]7C[0xe8][0xf7][0x13][0x95][0x97]|2!wfj[0xe4]<[0xbf][0xd2][0xd6]Px[0x2][0xd5][0xe3][0xf0][0xf6][0xac][0x9e][0xc0][0xa2][0xc6][0x9][0x4]g[0xe7][0x97][0x95]S4[0x1a][0x1a]`[0x96]Vr[0xc]dB[0xbb][0x92][0x86][0x2][0xaf]s[0xef]4w[0xdf][0xa0][0x3][0x98][0x89]x[0x8b]<[0xe7][0xc9]s[0xe][0x8b][0xf0]6[0x96]0P2,ary[0xf9][0xdb][0x85][0xdd][0x94][0xb7](;[0xa3][0xe2]l[0xc5][0x84]2[0x15][0xb3]M[0xd5][0xa4][0xc6][0xff][0x82]{[0xb4]N9P[0xcf][0xa7][0x98]BNM[0xfe][0x81]_[0xf][0xbf][0xeb][0x9]x[0xf1]f"][0xdc][0xa2][0xd5][0x6][0xb5][0xb3][0xf0][0xb8]/[0xd6][0xba][0xce]B[0xd7][0xc6]Y<[0x9b]jN[0xcf][0xdc][0x91][0x9b][0xae]s[0x19][0xca][0xe6][0xda][0x8b][0xd9][0xa4]|[0x88]X[0xc0][0xeb][0xd7][0xc3][0xd4][0xf1]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "U[0xc]l[0x0][0xd7][0x98][0x94][0xd7][0xb9]w[0x83][0x88]o*[0xd4][0x9b][0xe9]2[0xf]q[0xed]%~79[0x3][0xd8][0xa7],[0xa1]v|:[0x83]z=[0x93][0xba][0x85][0xa8][0x97][0xd1][0xaa][0xe7]T[0x9d][0xaf][0xe5][0xef]y[0xce][0xdc][0xca][0x92][0x1a][0xca][0xb8][0x87]j[0x8][0xe1]m[0x17]3t[0x8e][[0xc5]g[0x7][0x93][0xae]][0xa8][0xb0]h<[0x1d][0xa0][0x8d][0xbc]b[0x1d][0x1b]E[0xbb]jf@_x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf]lo[0x9c][0xc2][0x92]V[0xad]i[0x2][0xa1][0x16]O[0xd0]C[0x13][0x3]!-[0xe8][0x99][0xc0]R[0x87]4>[0xf3][0xaf][0x90]6[0x81][0x7][0xe5]PSs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "utL-M_6[0x8e]E[0xad]%$[0xf8]f[0x9][0xa1][0x92][0x1b]N4[0xd7]1[0x89][0xa9][0x9e]E[0xd0][0x9e][0xf5]I[0x7][0xa1][0x1][0xa4][0xbd][0xa2][0xa5][0xef][0xd1]'[0xc6][0x3][0xf8][0xb][0xed][0xfa]+V[0xe1]ol[0xab][0xe7][0xb9][0xf7][0x19][0xad][0xdb]L[0x9f];<[0xf9]>[0xb][0xe5]6[0x13][0xff][0xe][0x13][0xec][0x1f][0xd8][0x81][0xce][0xf1][0xd9]j[0x96]wT[0xf9]l%[0x6]a[0xd2][0xc6]*v[0xc8]!zO[0xc6][0xae][0xf][0xc3][0x18]Q[0xde][0xeb]c[0xf9][0x1f]P[0x5][0xd8][0xc7][0x92][0x97][0xde][0xdb][0xa6][0x90]y[0xee][0xa1]JG\[0xc7][0xa8][0x8][0xce]0[0x8b][0xe8][0xb4][0x84][0xe]K[0xa5][0xff][0xc];[0x89]>K[0x0]=[0xd5][0xf][0xc8][0x2]p[0xe7]h9[0xbf][0x1a][0xf2][0x9d][0x94]I[0xf6][0x14][0x11]I[0xfb][0x97][0x86]o[0xa1]N:[0xe6]&[0xea][0xba][0xc7][0xe1][0x9f]F[0xdd][0x0][0xef][0x88][0xe5][0xdd][0x8d][0x97][0xb2][0xfe][0xa8]Vq[0xfe]7[0xa5][0xff][0x7][0x15][0xf8]/1[0xfc]/[0xdb][0xe7][0xfd][0xfc]I[0xab][0xa4][0xa6][0xa5]H[0xd2][0x2]p[0xdf][0x95][0xa1]mS[0xb7][0x88][0x8b]E[0xee]%~[0x2][0xe0]k[0xad][0x8][0x80][0x15][0xe][0x80][0x15][0xe][0x80][0x15][0x12][0xc0]C[0xf3][0x0][0x8][0xf]t[0x9a]\!|X"[0xca][0xf2][0x0]H[0x7];[0x0][0xd2][0xca][0x99][0x12][0x80]C[0xcb][0x3][0x10][0xe7][0xf4][0x10][0x9b][0xa9]S=[0xa3][0x14]*#[0x10][0x98][0xc6][0xc3][0x3][0xe1][0xd5][0x93]x[0xa4][0x95][0x17]Nc[0xed][0x14][0x1e][0xcd]]m[0xe5][0xb2]#[0x88]Z[0xf8][0xc4]2T[0x8b]:[0xa5]u[0x83]s[0x8c][0x1a][0x9c][0xb4][0xf][0xd0]X'p[0x1][0x1c]a[0x9f]v[0xa9][0xd9]A[0x95][0xf6]>[0x96]W[0x1a][0x9f][0xa3][0xaa][0xb9][0xe9][0xfd]yv[0xf2]y V[0xe]4[0x12][0xc4][0xaa]V-[0x1c][0xd2][0x8a][0x81]XC[0x10][0xcd][0x4][0xb1][0xb6][0x0][0xc4]H[0x16][0xc4][0x93][0xf7][0x1][0x91][0xe4][0xf5]1[0x17][0x84][0xc0][0x97][0x94][0xfc]/[0xff][0x1f]PK[0x7][0x8]+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/ops4j/io/ZipExploder.class[0x9d]X[0xb]|T[0xd5][0x99][0xff][0xf3][0xba]w&7$[0x4][0x6][0x18]y8 [0x8f]0I[0x88][0xbc][0xa2]L[0x4]y[0x4][0x5][0x85][0x80][0x82] ([0xd6]![0xb9]$[0x3][0xc9][0xcc]83[0x9][0x4]_[0xa8]h[0xb5]k[0xab]U[0xdb][0x15]k[0xb5]k[0xd5]h[0xd7][0xee]V[0xdb][0xe]PV[0xec]>[0xca][0xee]Z[0xd7][0xee]v[0xdd]n[0xd5]][[0xb7][0xdd][0xba]n[0xad][0xae]U[0xd7]GU[0xfa]?g[0xee]L&[0xc3][0xa4]h[0xf9][0x91]s[0xcf][0xe3];[0xdf][0xf9][0xbe][0xff][0xf9]^g[0x9e][0xfe][0xf8]{G[0x1][0xcc][0x97][0x1b][0x3]h[0xc3]O[0x3][0x88][0xe3]y[0xd5]{A5/[0xfa][0xd9][0xfc][0x87]j[0xfe]3[0x80][0x97][0xf0]3[0x3]?[0xf][0xc0][0xc4][0xcb]j[0xed][0xbf]T[0xf3][0xb][0xd5][0xfc]R5[0xff][0xad][0x16]~e[0xe0][0x15][0x3][0xff][0x13]@-[0x9e]7[0xf1][0xaa][0xfa][0xfe][0xaf]j~m[0xe2]5[0xf5][0xfd]M[0x0]5x[0xd9][0xc0][0xeb][0x1]L[0xc0][0x1b]j[0xdb][0xff]U[0xe1]M[0xfc][0xd6][0xc0][Ux[0x1b][0xef][0x18][0xd8][0x17][0xc0][0xff][0xe3]]5[0xf9][0x9e][0x81][0xf7][0x15][0xc5][0x7][0x8a][0xf6]wj[0xe3][0x87][0xea][0x8][0xb2][0x98][0x84][0x8f]L|[0xac][0xa6][0x8f][0x1b][0x82][0x0]f[0xe3][0xf9]*[0x11]q[0xa9][0xc6][0x1d][0xc0]T[0xf1]p[0xbf]x[\r][0xf1][0x91]F[0x8c][0x0][0x9a][0xc5]T[0xd3]~[0xb2][0x93][0x0][0x87][0x8a][0x9d])U[0xaa][0xb1][0xc8]N[0xaa]M[0x19][0xa5][0x6]5jP[0xab]z[0xa3]USg[0xc8][0x98][0x0][0x16]SP[0x19]+A[0xbf][0x8c][0x93][0xf1][0x1][0x99] ![0xd5][0x9c]b[0xca]DC&[0x5]d[0xb2]xL[0x99][0xa2][0xa6]N5%l[0xca]TS[0xa6][0x99]r[0x9a])[0xd3][0xd5][0x86][0x19][0x1]63[0xd5][0xb9][0xb3][0xc][0xa9][0xf]`[0xbd][0x2]w[0x92][0xcc]VM[0xc4][0x94][0x6][0xf5]m4[0xa5][0xc9][0xc4]Q[0x13];M[0x99][0xa3]H[0x9b][0xab][0xe4]t[0x99]k[0xca]k$WT[0xad][0xbe]~[0x4][0x99]f[0x9f][0xa0][0xb3]k[0xaf][0xad][0x9a][0x1d][0xc3][0xf5]X[0x99][0xe8][0xeb][0xb5][0xd3]1GW[0xe9]U[0x81][0xa0][0xe2][0xea]Y[0x11]J$[0xcb][0x18]x6[0xc4][0xbb][0x12][0xb1]l_[0x9a][0xec]6~[0xc2][0xe3]?[0x95][0xde][0xb4][0xb1][0x8e]dj@[0xf1][0xd1]S[0x82][0xb6][0x11][0xed][0xe8][0x84][0x83]Gb[0xab][0xc]giE[0xd3][0xfa]T,[0xdc][0x9d]*VN.[0xf2]Y[0xde][0xb7]c[0x87][0x9d][0xb6];W'R}YJf[0xc7]zyo[0xef]37[0x9][0x16][0x95][0x1d][0xb7]u$%[0x94][0xc9][0x95][0xec]w[0xce]ax[0xf2][0xab]@[0xb5]:[0xa3]C[0x95][0xa5][0xfa][0x8a]O[0xde]M[0x82][0x15][0xb7][0xd2]Z[0x93]}[0xd9][0xbc][0xb5]zv[0xe8][0x8f]/[0x15]K[0xdb][0x89],m>[0xc5]#[0xf9][\r]V[0x0]S;8[0x15][0xf3]k[0x9a]UvO[0x8a][0xae][0x9c][0xb6]S[0x8c][0xd3]+[0xd3][0xe9]$[0x8f][0xf7][0xf4][0xc6][0xe2][0x9][0x1a]z[0xa5][0x98][0xa2][0x5][0x8e][0xa5][0xe9]I[0x1e][0xb6]dS[[0x2][0xe1][0x9a]x&K[0xb9][0xfc][0xc][[0xcb]:[0xb2][0xf1]~[0x8a][0xe4]'[0xac][0x85]~[0xb5][0x13][0x8b][0xb][0xe3][0xe9]e[+X[0x8e][0xb2][0xc3][0xe5][0x86][0xac]`%Bo[0xd8][0x90][0xec]Kw[0xd8]y[0x95]kK[0xb2][0xd6][0x1c][0xb5][0xcf]B/[0xb2][0xaa]IX[0x18]P[0xbd][0xab]T[0xb3][0x13][0xbb],[0xf4]`[0x97]!m[0x96][0xac][0x94]s[0x8]n[0xe9]E)[0xfa]c[0x16][0xae][0xc6][0xcd][0x16][0xee][0xc4]m[0x16]>[0xaf][0x9a][0xbb][0xf0][0xa7][0x96][0x9c][0x8b]=[0xcc]/[0x15][0xe2][0x4][0x9d][0xaa]\[0xce][0xe5]}[0xf1][0x1e][0xca][0xc1][0x95]6[0xaa][0x18]Oh/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]^[0xed][0x8e]l2=[0x10][0x9e]e[0xc9]*Y[0xad][0x9a][0xf3][0x4][0xa7][0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w&[0xed]L[0x98][0x9]%l[0xef][0xa1][0xde][0x8d][0xe1]d:[0xdc][0x11]K[0xcc][0xca][0x86][0xb7][0xdb]a^n[0xe7]TK[0xce][0x97]5[0xbc][0xbf][0x8a]VK[0xa1]e[0xad][0x85][0xc7][0xf0]M[0xc6][0xc]K[0xda]e[0x1d][0xe1]([0x17][0xc9][0x90][0xf5][0x96]\ [0x17][0x1a][0xb2][0xc1][0x92][0x8d]r[0x91]%[0x9b]d3/[0xb5][0xb2][0xc1][[0xc8][0xe1][0x90]%[0x17][0x13]<[0xd9]"k,V[0x1d][0x97][0xf0][0xa2][0xc3]MaK.[0x95]m[0x82][0xd1]C[0xfb]V[0xc5]2[0xdd][0xf4]s[0x6][0x8]K.[0xc3][0x1e]K>#[0x97][[0x12]S[0xbb][0xb6]K[0x87]`[0xe2][0x1f]p[0x18]K:E[0xcb][0xbf][0xc3][0x92].[0xee][0xe5][0xb1]O[0xaa]a[0xb7][0xc5][0x9c]C[0x6];e[0x97]`[0xf1][0xc6]n;L[0xdb][0xe6][0xae][0xb0]2[0xec]p<[0xf]VG2[0x91][0xa5]e[0xda][0x9d][0xe1]x"[0x9c]%Mg%[0xb0]-[0xe9]Q[0x9c]z[0x85][0xaa]$[0x95]x)u[0x91][0x13]Jo}[0x9d][0xe6][0x9d][0x97][0xc8][0x90]+,IK[0xc6][0x90][0xac]%}[0xd2]Oc[0xb3][0xf0][0x3][0x1a][0x85][0xec][0x6][0xaf][0xda][0xba]([0x13][0xeb][0xb2][0xa3]a[0xb5]=L6#[0x15]N[0x86][0xf0][0x90]s[0xc3][0xf5]M[0xb4][0xfd][0xb0][0x93][0xb6]U[0xe2][0x99]3gN[0xf8][0xaa]p[0x13][0xb1][0xe];[0xb9][0xc5][0x99][0x9d][0xad]V[0x9a](u[0xd8][0xf1][0x8a][0xf0][0x95]MN[0xd1]w[0xb5]:[0xfb][0x18][0xdd]ys7[0xe1][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a][0xc3][0xa5],[0xc3][0xa9]X[0xb6];[0x9c]M[0x86]3[0xda][0x1d][0xd4]Rc[0xb8]76@[0xcb]I[0xd9][0xb1][0xac]&/9[0xab][0x9c][0x9c]K[0xc3][0xc9][0xe7][0x87][0x8b]"[0xf0]_[0x81]:K[0xf7][0xb6][0xb3]C[0xb0][0xb6][0x86]3[0xdd][0xc9][0xbe][0x9e][0xce][0xbc][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "V[0xb7]'[0xb3][0xc4]%[0x99][0xb0][0xc3]Zg[0x9a][0xb0][0xd6][0x92]w[0x95][0xb6][0xaf][0xe8][0xe3][0xb6]Nn[0xd9][0x1d][0xcf]vt[0xd3][0xb6]3[0xb6]"H[0xa6][0x89]T[0xe1]6[0xe3][0xbd]*[0xe4][0xc4][0x12][0x84]}@[0xfa]-[0xd9]+WZ[0xf8][0x7][0x85][0xf9][0x98]![[[0x96]N[0xc7][0x6]Tl[0xb0][0xe4]*!.[0xd7][0xc8][0xb5]4K[0x9e]g[0xc9]>e*n[0x1e]I[0xe3]\[0x9d][0xe8][0x8f][0xf5][0xc4];[0xb][0xe7][0xd1]j[0xf1][0x8f]8[0xc6][0xd0]a[0xc9]ur=[0x83]xg_[0xaa]'[0xae][0xaa][0xb4]0[0xd5]b[0x9e]KdI[0xd4]T[0xac][\r][0xc7]mL&[0x89]Ib[0x80][0xea][0xa7][0x89]Y[0xd6]Ng[0xb4][0xed][0xdf] [0x94][0xa7]nm<[0x93][0xa1]K[0x95],R[0xc8][0x95]4n[0x1d][0xc8]h[0x97][0xbd][0xdc][0xdb][0x19][0xa5]}[0x8][0xff]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f][0xc];P}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa8][0xfa]^}[0xd5][0xb4][0xa7]b[0x18][0xd1][0xfc][0xf7]+}K|w[0xdd][0xf6][0x9d]d[0xca]P9,[0xa5][0x16] [0xd1]$[0x1b][0xbb][0xd3][0xc9][0xdd][0xf9][0x8a][0xa3]$<[0x94]do[0x16][0x8b][0xc3][0xe3]jI[0x18][[0xaf]b~[0xde][0xf0][0xa9][0xf5]0cV[0xf6]r[0x11][0xb7][0xa8][0x98][0xae][0x8c]@[0x17][0xd0][0x1b][0x93]N[0xfd]9[0xbd]b28[0xa1]b[0xf5]i[0xeb]P[0xcf][0x94]X*e'XG7UJA'L9[0x1][0xb4][0xb5][0x8c]>[0xf][0xc7][0x1f][0xa4]7[0xb3][0xc9][0xfc][0x94]`l[0xfd][0x89][0x84][0xa4][0x18]][0x96][0x9b][0xf5][0xab]f[0x97]=[0xb0][0xc1][0xce][0xaa][0xc5][0xd2][0xf2][0x85]S[0xad][0xc3][0xc0][0xd7]4F6[0xa9][0xed][0xb0][0xbc][0xcc].HWa[0xae]p[0xa9]CFLL<[0xea])U[0x9e]W[0xb]LT^[0xed]R[0xa7][0xcd]<[0x9][0x0][0xc5][0x13][0xbc][0x1d]=[0xfa][0xe1][0xa5][0x8a][0xc4][0xb5][0xac][0xc3][0x19][0xa7](k<[0xd1]i[0xef]Y[0xb7]c[0x84][0xdc][0xcf][0xa2][0xde][0xb0][0xb][0x5]eh[0x98][0xee][0xc3][0xab][0xc3][0x9a][0xee]Xfm2m[0xaf][0xec][0xb1][0x95][0xb7][0xa8]r?a[0xef][0xc9]:[0xc3]r[0xac][0x8b]2[0x19][0x94]%_[0xb4][0xb8][0x19]a[0x5]gVP[0xe6][0x13][0xaa]7[0x8a][0xac]J2[0x87]z\[0x8d]X[0xad][0x8d]P M[0xa8][0x1f][0xb1][0xe8][0xaa][0x8a][0xab]R+[0x1f][0xda][0x98][0x92]+V[0x8b][0xe5]uO-%Z[0x11]K$[0x13][0x8c]$=[0xeb][0xe9]"[0xea][0x5][0xcc]8[0x99][0xcd]l[0x8e][0xab]AE[0xc4][0xd5][0xf3][0x9d][0xfb][0xd6];[0x95][0x99][0x8f]A[0xb9]K[0x11][0xf3][0x5][0xcd][0xcb][0xf0][0xf5][0xee]b\ [0xba]^[0xdd])O0y[0x81][0x1d][0xaf][0xc][0xa8]J[0xb9][0x1c][0x8c]2[0xd5][0x8a][0x93][0xa5])[0xae]U?[0xe4]K+[0x84][0x81]L[0xd6]&[0x13]wR[0xdd][0xd1]PyY[0x12][0x1d]Z[0xf5]s[0x9d][0xc3][0x1e][0xc6][0x93][0x9a][0xa1][0xad]+" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "zb[0xea][0x1][0xef][0xb6][0xd3][0xaa]P[0xa4][0xb7]g[0xd5]/[0x6][0xab][0xb5]Out[0xb3][0xee]s[0xc6]+[0xd4][0xaf][0x16]}[0xdb]3[0x8e]k[0x6]9U[0xc9]7k[0x99]*b=[0x99][0xd5]][0x9][0xda][0xda][0x8a][0x98][0xfe]i![0xd6][0xd9]Y[0x86]e[0xc1]L[0xb6]*[0x1f][0x8a][0xab][0xb7]MM*/*[0x9f][0xa7][0x1b][0xd3][0xb1][0xe][0x1b]S[0xd1][0x86]8[0x0][0x17]<[0xaa][0xe6]c[0xcf][0xa3][0xca]>~[0xc7]3[0xc][0xb3](d[0x9b][0xe4]h[0x1])[0x18][0x99][0xe1][0x8b][0xb8][0xf]B[0x1e][0xd7];Rl[0x3][0xfc][0x2][0xb3][0xe0]E=[0xae]`[0xcf][0xca]S![0x8d][0xc][0xa0]9d[0x1d][0xe][0xe7][0x90]R[0xd1][0x6]"[0x7][0xe1][0x8a]L[0xcc][0xc1]=[0xc4]e[0x14][0xdc]lO[0xe7][0xd9]s[0xe1][0xc7]<[0xcd]i\[0x9e][0xda][0xe1][0xa4]zJ>[0xd1]<[0xfb][0x1c][0x9e][0x17][0x90]F[0xed][0xac][0x8a]L[0xa4]T[0x91]I9x[0xca][0x99].[0xa6]hK[0xb8][0xf9]l[0xcd]4[0x9c]'/2[0xad]r[0x98][0xaa]^?{J[0xc9][0xdd][0xd8][0xe3][0xb0]o[0xd6][0xc7][0x1][0xde][0xc8]w[0xe0]}[0xac][0xc8][0xd8][0xa7]'W[0x97][0xe8][0xeb]-[0xea];P[0xd4]w[0x89][0xa3][0xaf]/2[0xf1][0xbb][0xf0][0x96]#[0xb6][0x81]{6[0x96][0xe8][0xe9]+[0x8a][0xe4][0xc3]^G[0xcf]++[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]+[0x17][0xe4][0xd2][0x8a][0x82]\UY[0x10]_[0xb9] [0x9d][0xdc]c[0x8f] H[0x8f]#[0xc8][0xd5][0xb8][0x86]W[0xa3]x[0xc5]8[0xeb][0xe1]7[0x18]i8[0x4][0xa3][0x91]G`ni:[0x8][0xe][0x81]r[0xd6]{0[0x96]x([0xd6][0x91][0xfc][0xa6]"[0xeb] [0xae][0xc5]>-p[0x10][0xd7][0xb1][0xe7][0xd2][0xbd][0xeb]q[0x3][0xaf]g[0xbf][0xb6]A[0x9a]*n[0xd4][0xb4]79[0x8a]~V[0xab][0xc5][0x17][0x7][0xa9][0x95]([0xdb]H[0xab][0xb8]VG[0x1a][0x9a]r[0xb4][0x80]F[0xb6]V[0xf9][0xed][0xdf][0xcc][0xad][0xb7][0x10][0x9b][0xcf][0x95][0x88]Q][0x14][0xa3][0x9a]k[0x9f][0xd3]bT[0xe3]O[0xd8]s[0xe9][0xde][0xf5][0xb8]u[0x98][0x18][0xc2][0xc7][0xcd][0x17][0x1c][0xfd][0xd5][0xb5])[0xbe][0xa3][0xb5][0xfe]J[0xf7]F[0xad][0xbb]U[0xae][0xfb]WP[0x8b]{KLnt[0xf1][0xd0][0xd1]Zc[0xd1]=[0xa5][0xb1][0xeb]$[0x1a][0xf3]e[0xe5]h[0xbc][0xd7][0xd1]x[0xbc]{[0xc9][0xe4][0x86][0xa3][0xf](!&[0xcf]k[0xcc][0xa1]z[0xbf][[0x6][0x8f][0xbf][0xa1]Dpk[0x11][0xea]4[0xd9][0xa3]0[0xf1][\r][0x8a][0xf1](o[0xf6][0xb1][0xa2][0xfe].^[0xca][0xed][0xf8][0xa2][0x16]j|Q[0xa8][0xf1]Z[0xd1]=[0xa5][0xbf][0xb]w[0xb0][0xef][0x87][0xeb]C[0xb8][0xe4][0x3][0x8c][0x19][0x6][0xc7][0x9d]'[0x85][0xa3][0xaa][0x1c][0x8e]')[0xc7][0xd1][0x11][0xe0][0xb8][0xf6]S[0xc1]q[0xe7][0x1f][0xb][0xc7][0xf][0x9][0xc7]3[0x14][0xe3][0x87][0x84][0xe3][0xd9][0x93][0xc2]q[0xcb]'[0x87][0xe3].|[0xc9][0x81]c[0xb3][0x3]G0[0xa2][0xa0]h [0x14]C[0x90]T[0x97]C[0xf2][0x12]O[0xfe]Y[0x9]$[0xa5][0xde][0xf1]e[0x2]!E[0x9f]8[0x19]$|v[0xe7]!q[0xdd]E[0xaa]*[0xce][0xbd]B[0x18]F[0xdd][0x83][0xd3][0x8e][0xa0]f[0xcb][0x11][0xd4]n9[0x88][0xd1]uu9[0x8c][0xe1][0xf4][0xd8][0xba] ;9[0x8c];[0x88][0xf1]OI[0xfb][0x11]LP[0x82][0x86][0xda]#t[0x9f]S[0xa2][0x9e][0x90][0xe7]0&2[0x99]<[0x89]I[0x87]1[0xd9][0x85][0xef]cJTG[0x9d][0x3]0C[0xde]C8[0xd5][0xdd][0xe2][0xb][0xfa]B^[0xe2]=3[0xe4][\r][0xfa][0xe6]E[0x8d][0x90]'d[0x1c]FX[0xd1]N[0x8d][0x9a][0xf4][0xc3][0x90][0x99][0xc3][0xb4][0xfd]>^[0xc2]O[0x9b][0x8e]a[0x1b][0x19][0x9f]6[0x88]MQ[0xcf] .P[0x7][0xe4]0=[0xea][\r]y[0x1b]r[0x98][0x91][0xc3][0xcc]{[0x11]v$[0xc]y)X[0xdd],6[0xf9]%%d[0xd4][0xab]T[0x8]y[0x95][0xb0]Q?[0xb9]Yyn[0xde]h [0xe4][0xea]q[0xe2]}+[0xaf][0xef]N[0x2]3[0x9b][0xbe]~[0xb7][0xf3]}[0x8e][0x10][0xbc]@[0x80]_[0xe6][0xf8]n[0xfc]D[0x8f]=[0x1a][0xfa]~Lf[0xfb][0x1a][0xc][0xfc][0x86]I[0xeb][\r]R[0xbf][0xc9]t[0xf3][,[0xc2][h[0xc7][0xdb][0xb8][0x8][0xef]`+[0xde]cD|[0x9f][0xd1][0xef][0x3][0xda][0xd8][0xef]x[0x5][0xef][0xe1]f[0xf1][0xe0]V[0xf1][0xe1]v1q[0xa7][0x18][0xf8][0x12][0xbf]w[0xe3]#[0xdc][0x83][0x8f][0xf1]g8[0x8e]o[0xf2][0xb6][0x9e][0x16][0x17][0x9e]#[0xdd][0xb][0xa4]{[0x89][0xeb]/[0x93][0xee][0x17][0x12][0xc0][0xaf][0xa4]J_s[0x8a]W[0xd3]C[0xe3][0xbb][0x9b]Wj[0x90][0xb3][0x89][0x3][0xdc]o2[0x90]5h[0x13][0xf4]Q[0x8a]u[0xc][0x1c][0xf7]R[0xd6]vD[0xf1]U[0xfa][0x85][0x97][0xdc][0xe7][0xe3]>[0xee][0xf0][0x92]6[0x8a][0xfb][0xf1]5m[0xcc][0xaf][0x14][0x8d][0xe5][0x15]R[0xdc][0xaa][0x8d][0xe5][0x15][0xc7]Tg[0xd3][0xd3][0xf6][0xe2][0x1][0x1a][0xd5][0xd7][0x91][0xcf][0xb]y[0xbe][0xf]r[0xa7]2[0xe3]$[0xaa]f}[0x8c]y[0x6][0x1e]2[0xf0][0xb0][0x81])[0xca][0xa6][0xdf]C[0xe4]<[0x3][0x83]m[0xfc][0xfb][0x8]s[0xd9][0x1a]x[0xe4]8[\r][0xde]c[0xe0]Q[0x3][0xdf][0xd0][0xff][0x1f][0x2][0x15][0xfa][0xf3][0xe3][0xe4][0x18][0x18]6[0xab][0xfe]qA[0xad][0xe][0xca]qUI[0x94]-[0xf]Y[0xaf]G[0xfd][0xf8][0xe2][0xb8][0xef]3[0x14][0xd0][0xcb][0xef][0x2][0xde]v[0xfd][0xda]#[0x98]M[0x1b][0x88][0xb4]7[0x1e]F[0x83][0x10][0x98]S[0xd9]i[0x14]mR[0x9e]&e3M[0xca]2[0xe7][0xb8][0xb1]y[0xf0][0xf8]KM[0xdf]*^[0xe8][0x14][0x1e][\r][0xa9][0x81]WjQ-[0xa3]1N[0xea]0U[0xc6][0xa0]Y[0xc6]b[0x9e][0x4]5[0xf0][0xb]x[0xce]T&[0x84][0xbf] [0x84][0x1e]=.[0x80][0xb7][0x0]I[0xa0]XE2[0xc3][0x1e][0xc0][0xb7](Y5[0xcd][0xe2]q^A[0x1e]<[0x95][0x12][0xf3]kO[0x14][0xd7][0x1e][0xe4][0xda][0x1d][0x1a]X[0xd7]G[0xa8]6[0xf0]m[0xa2]8[0x1d][0xdf][0xd1][0xde][0xfd]][0xf2][0xca][0xe1][0xa0][0x13][0xe].[0xe1]W[0x9d]WS[0xc][0x7]*GM+[0xb][0x4]2[0x3][0xa3]dfI~[0xaa])[0x8a]W[0xa3][0xdd]_tO[0x9][0xea][0xd2]=[0xa5][0xc6][0xc9][0xd2]d[0xe][0x87][0xf2]0[0xcb][0x14]*`r.z[0x4][0xcd][[0xd4][0xf9][0xa7][0x1f][0xc4][0xdc][0xa8]G'[0xcd]yM[0x1a][0xd7][0x1c][0xe6][0xab]f[0xc1] [0xc6]G[0xbd][0x83][0xa8][0x8b][0xfa][0x9c][0xa1][0x97][0xce][0xed][0xa3][0x97]y[0xe8]5[0xd3]0[0x83]g[0x8d]b/Bn[0x8d],[0xd4][0x16]p[0x1c]a/R[0xc][0xb4][0xf3][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d.[0xf5][0x99][0x8f][0xc9][0xd2][0x82]ir&f[0xc8][0x19][0x98]%[0x8b][0x10][0x91][0x85][0xbc][0xd0][0x16][0xcc][0xe5][0xdc][0x2][0xce][0xb5]pn[0x91]D[0x8b][0x17]D[0x9][0x8b]zG[0xb5]%[0x8b][0xee][0x15][0xf4][0x8e]:z[0x8f][0xe2][0x89][0x87][0xf1]=[0xc7][0x96][0x97][0xc2]{[0x9c][0x82]y[0xb][0x16]G[0x93]>b[0xe0][0xaf][0xb4]-[0xb6]ik[0xf5][0xc3](_,[0x1a][0xeb][0xfb][0xc3]B[0xab]G[0xfd][0xa8][0xe6][0xa0][0xb6][0x88]#[0xbf][0x8a][0x17][0xfa][0xe6]X[0xdf],T!+[0x87][0x16][0x1a]kK[0xe]g[0xdc][0x83]j[0x15][0x98][0xea][0xce]T[0x81][0xa9]P[0x2][0x11]7_[0xe][0x8b][0x8][0x9a]q[0xc][0xd3]BF[0xe][0xd1][0xfb]p[0x8a][0xe6][0x10]2[0x14][0xb]3d[0x1e][0x83]_[0x85][0xc7][0xd6][0xcd][0x93][0xe][0xc0]R[0x1c][0xcf][0xda]L[0xc4]C[0x9e]#X[0xac][0xc3][0xdc][0x12][0xcf]![0x9c]=[0x94][0xba]Zht[0x90][0xc5][0xa8][0x92]%8E[0xce][0xc6]tY[0x8e]9[0xb2][0x2][0xb][0xa5][\r][0xcb]e%[0xda][0xe5][0x1c]l[0x90]s[0xb1]E[0xce][0xc3]69[0x1f];d-[0xfa]d[0x9d]F[0xf5]Rj[0xd0][0xce][0x98]s[0x94]X[0x9a]:[0xf6][0x15][0xf0][0xed]/[0xe2][0xdb][0x8f][0xa7]t[0xd5][0xab]z[0xdf][0xd7][0xe5][0x97][0xea][0x1d][0xc6]_[0xeb]D[0xb2][0xb]C:/[0xe6]`[0x15][0xfe][0x96]=[0x1f][0x16]b[0x19][0xfe]N[0xc7]/[0x85][0xfe][0x18]x>[0xc4]tb[0xfb][0x11][0x16]h[0x84][0x1f][0xb1]F[\r][0x3][0xf4][0x7]8[0xe6][0x14][0xa1]K[0x9d]"[0xd4]|[0x2]K[0x89][0xe1][0xb2]r'[0xb8][0x10][0x86]l()C[0xcd][0xa2][0xb0]&[0xfe]^;[0x81][0xfe][0x91][0xcb][0xe1]v[0xa3][0x16][0x94][0xf5]?[0xb9][0xe5][0xb0][0x9c]m![0xcb][0xad]P9[0xa4]-[0x87][0x95][0xea]{N>[0x89][0xe4]p.)[0xea]V9[0xdf][0xd5][0xce][0xf7]<[0xe7]{[0xbe][0xf3]][0xc3][0xef][0xe3][0xda]{[0x94]X[0xd3][0x14]f[0xb2][0x19]>[0xb9][0x18][0xf5][0xb2][0x5][0xa7][0xcb]V[0x9c])[0x97]`[0xa9]\[0x8a]U[0xb2][\r][0xeb][0xe5]2[0xe8]_[0xcb]J[0xaa]l[0x85][0xa8][0xf5][0x4][0xd6]F[0xc8][0x89][0xf7][0xd8]^V[0x8d]J[0x8c]Jv[0xf0].;K*vKGwU\<[0xcd][0xd2]D[0xf3][0xf2]\H[0xa4][0x3][0xdc][0x1a][0x8c][0x1c][0xbd][0x7][0x81]CX[0xe7]&[0xb3]#XO[\r]/X[0xe3]|[0xd7]J[0xbb][0xbb][0xc5][0xe3]n[0xf1]2![0xbb][[0xc]w[0x8b][0x19]4#[0xcc][0xca]/F[0x82][0xe6][0xbc][0xa8]?[0xe4]w[0xe7]pam[0xd3][0xd7][0xb0];[0xe4][0xa7]7oPSu[0x1b]s[0xb8][0xe8][0x0]j<[0x85][0x8d][0x83]x[0x98][0xb3][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3]^[0xcd][0x91][0xb3][0xb7]svs~6[0x88]G[0xcd][0xee][0xe5][0xec][0xc5]z[0xd6][0xef]i1[0x6][0xb1][0xb3][0x0][0xfa][0x16][0xe2][0x1c][0xf2][0xe7][0xc1]>[0x84][0xad][0x83]X[0x1f][0xf4]pkc[0xc8][0x18][0x97][0xb8][0x18][0xb2]qv[0xd0][0xcb][0x89][0x86][0xa1][0x89]9AV[0x14]uL[0xe8]f[0xdd][0xa5][0xdc][0x12][0xf2][0xb7][0xf]*W[0xc9][0xf3][0xdb]6[0x9c][0xdf]~[0x93][0xa5][0xc4]t[0xd2][0x8e]i8[0x8c][0xcb][0x4][0x8d][0xba][0xbd][0x9c][0xb9][0xb3][0xee]3\[0xe][0x1a][0x7][0xb0][0xaf][0xc4][0x4]./5[0x81][0x98][0xaa]z4[0xfd]}[0x98]R[0xa0][0xd8]^([0x85]b[0xf9]3[0x18][0xe9][0xea]:r[0x5][0xf6]%[0x84][0x9d][0xf9]b[0xe4][0x4][0xc2]:[0x9b]MS[0xd1][0xba][0x8e][0xa0]mK[0x90][0x1e].[0xca][0xc3][0x1b][0xf2]\t[0x1][0xb5]C[0x17]P[0xea][0xa5][0xd4]Xa[0xb2][0xe4][0xe9]4[0x88][0x86](]cm[0xe1][0xe0].[0x85][0x0][0xe3][0xc4][0xf4][0xe2][0x19]j[0xd4][0xed][0xd5]F%2([0xaf][0xca]k[0xda][0xc3][0x94]q=[0xcb][0x12][0x1][0xd2][0xc3][0x1c][0xd8][0xb]S[0x12]P?[0xdd][0x8f][0x95]+0I[0xd2][0x98]"[0x19][0x86][0xdf],[0xc3]o?[0xc3][0xee]nDe[0xf]V[0xca][0x0][0xd6][0xca]^l[0x96]+[0xb1]U[0xae]b[0xe0][0xb8][0x1a][0x1d]r[\r]z[0xe5]Z[0xa4]d[0x1f]2r[0x1d][0x6][0x84][0xa9]Gn[0xc0]M[0xb2][0x1f][0xb7][0xc8][0x8d][0xb8]Mn[0xc2][0x1][0xf9],[0xee][0x97][pXn[0xc5]Q[0xf9]<[0xb][0x9e]/[0xe0]Gr[0x1b]^[0x94][0xdb][0xf1]s[0xf9]"~)w[0xe0]U[0xb9][0xb]o[0xc8][0x97][0xc5]'[0xfd]b[0xc9]=[0x12][0x96][0xaf][0xc8][0xc][0xf9][0xaa]D[0xe4]>I[0xc9][0xfd][0xf2] [0xbf][0x83][0xf2][0x80][0xf7]7[0xfa][0x13][0x9d]S[0x7][0xbb][0x9e][0xd9]e[0xd8][0x15][0xf0]X}[0xd8][0xe7][0xe5]~[0xee][0xb9][0x9f][0xeb][0xba][0xaf][0xfb][0x9e][0x9d][0xdf][0xe7][0x1e]?[0x5][0xb0][0x3][0xdf][0xa9][0xd8][0x82]c~[0x1c]Wq[0x2]'[0xfd]x[0xcf][0x8f][0xa1]Rl[0xc6][0xb0][0x18]N)8-[0xe6][0xf7][0xc5]p[0xc6][0x8f][0x11]?[0xce]*[0xd0]U[0xac][0xc0][0xb1]2[0x8c]""[0x86][0xa8][0x2]C[0xc5]*[0x9c][0x13]CL[0xa5][0xe7][0x98][0x18]L[0x5][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xce][0xab][0xa8][0x11][0xe1][0xe3]bN[0xa8][0xa8][0x86][0xe5]GRlRbs[0xa1][0xc]6[0xd2]*[0xfc]pTdpQ[0xc1][0x84][0x82]I[0x5]S[0x12]J[0x13]#[0xa3]z[0xda]8~4,[0xa1]<<[0xae]_[0xd4]C[0x96][0xe1][0x84][0xb8][0xef][0x94][0xa0]%F.[0x99][0xa9]^[0xcb][0xb1]M#-[0xa1]&{[0x9e]q[0xcc]x[0xa8][0xd7][0xca]$[0xc][w[0xcc][0xa4]E[0xc7][0xd2]A3f[0xe9]N[0xc6]6$[0xb4].[0xed][0xd5][0xd5][0x94]gg[0xd4][0xd0]p6[0xf2]T[0xe7][0x1e][0x6]P[0x13]#[0xa6][0x15][0x89]g[0xa2][0xe2][0x9e]u[0xa7][0xf2]\m#fL[0x86][0xe][0xeb][0x8e]c[0xd8]V[0xd6][0xd3][0x98][0x9c][0xf7],[0xe9]2-[0xd3][0xd9]#[0xa1][0xbb][0xa1][0x10][0xfb]2H[0x97][0x8d][0xdb]xB[0x82][0xdc][0x93][0x8c][0x12]E[0xd8][0xb4][0x8c][0x81]Lb[0xd4][0xb0][0x8f][0xe9][0xa3]qZ*[0xc3][0xc9][0x88][0x1e]?[0xa1][0xdb][0xa6][0xd8][0xe7][0x8c][0xb2]3f[0x12][0xc1][0xda]p[0xd2][0x8e][0x85][0x92][0xa9]t[0xdb]x[0xc8]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ra3[0xcd][0x90]D[0xaa]x[0x89]U[0xf3][0xb3]Xr[0xce][0x8c][0xd3]AB[0xed][0xb]XV[0x17]^9[0x95][0x9a][0xbf][0xf6][0xf4]K[0x11]}Q[0xb2]_[0x98][0x83][0x97][0xb][0xdf][0xb9][0xbc]@[0xcb][0x9f][0x88][0xf0][0xfe][0x5][0x91][0xfd][0xb]*N[0xfc]oN[0xff][0x15][0x8f][0x1c][0xa7]X[0x14][0xb8][0xa1]1[0xcf]M[0x8]H[0x9][0x8a][\r][0x11]\([0xbc][0xcc][0xb5][0xe4]@)[0x8d][0x1]=[0xe1][0xd6][0x88][0xeb][0x15][0xd7][0xad]Xh[0x90]J[1Q[0x1][0x91][0xa4][0xe5]0[0x8c][0x84][0x95][0x8b][0xe3][0xd7]=g[0xea]*L[0x82][0xe8][0x8a][0x15][0x83][0x8e][0x1e]9[0xdf][0xaf][0xa7]\[0xf1][0x15]\b)[0xf5]NF[0x8c][0x94][0xc8]GZ[0xc1]e[0x9][0x9b][0x17]A_"NEBw"cF[0xfa][0xa0][0x97][0xfd][0xaa][0x86][0xc5]x[0x1b][0x87][0x89]8'[0x90][0x82][0xe6][0x85][0xc7]z=[0xa5][0xd4][0xc1]d[0xc6][0x8e][0x18]}[0xa6]([0xc5]r[0xaf][0xd8][D,[\r]-[0xf8][0x80]9[0xd9][0xcb][0xaa][0xaf][0xcb][0xd8]q[0x5][0x1f]j[0xb8][0x82][0x8f]$[0x94][0xd1][0xb1][0xce][0xf0][0xea][0xbf][0xcf][0xad][\r][0xaf]a[0xab][0x86]mh[0xe0][0x8b]e[0x19][0x8d]44[0xa1]YC[0xd0][0x5][0x93][0x3]_[0x97]m[0x1f][0x6][0xaa][0xc8][0xe1]Z[0xb0][0xac]^[0x88][0xd3]m[0xdb][0xfa][0x94]@[0xa7][0xe0]c[\r][0x9f][0xe0][0xaa][0x86]Oq[0x8d][0x8d][0xb5][0xb4][0x98][0x1a]>[0xc3]u[\r][0x9f][0xb][0xbf]~[0xc]h8[0x82][0x1][0xbe][0xff][0xf2]39[0xf]3/e{3f<*ZY[0x1e][0xd7][0xed][0xe][\r]_[0xe0]K[\r]7p]BQ}H[0xc3]W"d[0xb]nR8[\r]_[0xe3][0x96][0x86][0xdb][0xf8]F[0xc1][0x1d][\r][0xdf][0xe2]*[0xa1],[0xfd][0xe6]`[0xb1],[0xdc]sht[0xdc][0x88][0xb0]~V[0x17][0xf8][0xce];[0x96][0x17]*/a[0x93][0x7][0xb8]_[0x8f][0x9f]K[0xda][0x9]#J[0xe4]^[0xc9]H[0xf0]5[0x88][0xb2]u![0x9a]{[0xcb]@&[0x1e][0xef][0xb6]cl5[0xcb][0xc9]s[0xae][0xb8][0xa8][0xc7][0xcd][0xa8][0xee][0x18][0x3]IG[0xb8]H[0xd8][0x96]_6Yl[0x9d]K[0x14][0x12][0xaf][0xa8]Z[0xb2][0x87][0x19]sLO[0xf7]'m[0xa3]7n[0x88][0xdb][0xd2].$[0x16]^[0x99]eL:9[0xa3][0x84]5[0xf3]U[0x9d][0x11][0xab]3f8[0xd9]v+t[0xf0][0x1a][0xae][0xcc]L[0xef]3m:'E[0xe7][0x96][0xe8][0xa9][0x94]aE%[0x4][0x97][0xaa][0xf6]E[0xa6][0x9c][0x9a][0xc]S[0xee]${'E[0x1][0xea][0xf1]>&[0x91]E[0xed]$[0xb3]>[0xcb]t[0xe][0x9][0xfb][0xf4]h[0xf4][0xb9][0xd3][0x1c]n[0xb7][0xaf][0xb2][0xad]D[0xcd]v[0xe4]{[0xf4][0x8c][0xe9][0xf6][0xa0]q!cX[0x11][0xa3][0xb3]q[0xd1][0xab][0xaa]?[0xfb]P[0xe7][0x12][0x1d][0xd2]?[0x1f]/[0x17]9[0x8d]z~[\r]l[0x1][0xc5][0x85][0x8c]"[0xd1]\[0xfc][0xf0][0xa8][0x14][0xfd]E[#[0xd7]E[0x8]p[0xcf][0x86]r[0xed]Aw.[0xe6]Y[0xb]B<{[0x9d][0xbb][0x1f][0xb8][0x97]9[0xef][0xc][0xcc]Bj[0xaa],[0xfa][0x5][0xbe][0xe6]J[0x99]c[0xb0][0xb2][0x98]c[0xa0]i[0x1a]%[0x81][0xe6]i([0x1][0xf9]W[0xf8][0x87]|[0xc1][0xc1]i[0x94][0x6]|\OC[0xfd][0x89][0xf][0xfa][0xb0][0x9d][0xe3]V[0x94]r[0xdc][0xce]P[0xad]P[0xf9][0xed][0xb3][0x12]m[0xfc][0x6][0xd9][0x85][0xf5]hG[0x1d]v[0xf3][0xe2]7h[0xe9][0xe0])[0x8][0xc9][0xbd][0x90]^m[0x80][0xbb][0xda][0xc9][0xe7]%w[0xb5][0x8b][0xd0][0x8b][0xdc]U;[0x9f][0xf2][0xf1])@[0xf3][0xce][0x2]<[0xcb][0xd2][0xea]pIt[0xe6]H<[0xe6]\[0xcc][0xb9]u1[0x89]2w[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x4][0x5][0x87]Z[0xb9][0x80]A[0x80][0xb8][0x81][0x3][0xc4]v[0x90][0xab]w[0xc8][0xe0]]2[0x8]c[0x3][0x6][0x98][0xe6]CDx[0x98][0x89]Y2[0x83][0xf5]\Un[0xe0][0x10][0xe4]o[0x6][0x1b]g[0xb1][0xe9][0x11]^)[0xc2][0xc9][0x7][0xcf][0xbe]o[0xfa][0x91][0xb7][0xca]y[0x8a][0xe][0xf3][0xfb][0xf1]4[0xd6][0xe0][0xc]s0B[0xdb]Y[0x16][0x8e]N.[0x11]$` [0x85][0x98][0xa7]h=s[0xd5][0x8d][0xbd][0xe4][0xb2][0x15][0xfb][0xd1][0x83]}.o;[0x97][0x1f]?[0xc6][0xd1][0x8b]>[0xb2][0x9c][0xcf]@[0xd6][0xb2][0x9f][0xab][0x3][0xae][0xc5][0xf7]7[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe][0xfe][0x85]h[0x11][0xb3]/PHT [0x9b][0x9d]0|C[0xd3]"[0xb2]s[0x9f][0xbb][0x12][0xce][0xed][0xe4]S[0xfa][0xf4][0x1e][0x8a][0xe5][0x87]b[0xd5][0xdf][0xfc]t[0x8f]o[0x97]\%o[0xbc][0x8f][0x8d][0xcd]UrkGqmq[0xd3][0xc][0xea]fPW8][0x93][0xa5][0x7][0xcf][0xfe][0xf0]=[0xf4]$[0xdf][0x4][0x85]c[0x9a]P2[0x94]|[0x82][0x14][0xa6][0xd8]#[0x97]Iq[0x82]b^q[0xa9][0xd5][0xd1][0xb7][0x1e][0xe5],[0x80][0xdd][0xae][0xe0][0xed][0x9e][0xe0][0xed].[0xc9],[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8][0xea][0x1c]T[0x5][0x87]%[0xa9][0xf6]O:[0x16][0x89]?[0x93][0x1c][0xde][0xdb]9[0xbc]A[0xa2]T[0xff]=[0xca]j[0xf7][0xde][0x1b][0xfc][0xae][0xbf][0xc9]^[0xbf][0xc5].[0xbf][0xc1]B[0xbc][0xe3][0xa1][0xab][0xc9]C[0x17][0xf4][0xd0][0x5][0xf3][0xd0][0x95][0xc3]7[0x87][0xb2][0x5]p[0x12]KX[0xa4]u[0xf0][0x1f]PK[0x7][0x8][0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/lang/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/NullArgumentException.class[0x95][0x95][0xdf]S[0x1b]U[0x14][0xc7][0xbf]7[0x9][0xd9][0x10][0x97][0x16][0xc2][0x8f]*-4[0xad]-[0x84][\r][0x5][0xfb]CZ[0xa1][0xa2][0x85]R[0x1b][0xc])[0xca][0xf][0x1b][0xa0][0xd6]M[0xb8][0x13][0x96]nv[0xe3]f[0xd3][0xb1][0xa3][0xe3][0xf8][0xe0]s[0x9d][0x8e]O[0xf4][0xb1]>[0xe8]ku[0x4]Ff[0xf0][0xd1][0x19][0xdf][0xfd]g[0xd4]Q[0xcf][0xbd][0xd9][0x9]IX[0xb4]2[0xc3][0xdd]s[0xcf][0x9e]{[0xce][0xe7][0xfc][0xd8][0x9b]_[0xff][0xfa]i[0x1f][0xc0]e[0xac]G[0xd1][0x8d])[0x5][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "nF[0x11][0xc4][0x8c]XnE[0xf0][0x8e]x[0xde][0x8e]"[0x80])[0xb1][0xa4][0xc4]2[0x1b][0xc5][0xbb]H[0x8b]e.[0x82]L[0x14]w0/[0xd4][0xef][0x89][0xe5][0xfd][0x8][0x16][0xc4][0x91][0xc5][0x8][0x96][0xc4]~Y[0xc1][0x7][0xc][0xed]e[0xee][0x18][0xba][0xb9][0xcc][0x9d][0xb2]a[K[0xa9][0x9b][0xc]l[0x96][0xa1]m[0xda][0xb6][0xca][0xae]n[0xb9][0xcb][0xba]Y[0xe1]-[0xa8][0xfe]1[0x6]%[0xb5]p?[0xb3][0x94]N3[0xc4][0xd2][0x9b][0xfa]C}[0xd4][0xd4][0xad][0xc2][0xe8][0x82][0xeb][0x18]Va[0x82]!B[0xaf]g[0xe6][0xe6][0x17][0xb3][0xc][0xe1][0xeb][0x86]e[0xb8][0x93][0xc][0xdd][0x89][0xc3][0x96]C[0xcb][0xc][0xa1]i{[0x9d]3[0x1c]O[0x1b][0x16][0xcf]T[0x8a]9[0xee],[0xea]9[0x93][0xb][0xcf]v[0x9e][0x90]t[0x2][0xa3][0xbd][0xa7][0xc][0xb9][0x1b]F[0x99]a m;[0x85]Q[0xbb]T[0xbe][0xb2]Yu[0x98][0xa9][0x98][0xe6][\r][0xa7]P)r[0xcb][0x9d][0xf9]$[0xcf]K.[0xe5]A$[0xc1]b[0xb9]@[0xce][0x1f][0xea][0xa6][0xb1][0xae][0xbb][0x8e]V[0x8e][0xa8]5[0x89]Ej[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "C[0xd2];Uq[\r]st[0xde][0xb1]K[0xdc]q[\r]^>[0x2][0xa1][0xa3]T[0xb3][0xa8]a[0xf4][0xf8];[0x10]@[0xab]/Z\J[0xc5][0xd1][0x1f][0xd5]\v[0xfa][0x1c]d8[0xd1]\<[0x9a]J[0x97][0xd2]o[0x8e][0xf4][0xaf]E[0xec][0xf4][0xb1]d[0x18][0xf2]spD[0xf1][0x98]A[0xff])j[0xec][0x82]]q[0xf2][0xfc][0x96]![0xba][0xdc][0xeb];x#[0xc2][0x81][0x8a]~[0x9c]f8[0xf7]"[0x93]JI6[0xc7][0x9c][0xaa][0x18][0xe6]:w[0x84][0x97][0xbb]*[0xb2][0xa0][0x9e][0xb5][0xc6][0x8d]r[0xdc][0xa2][0xf3]#*V[0xb1][0xa6][0xe2][0x2].[0xaa][0x18][0xc0][0xa0][0x82]{*>[0xc4]}[0x15][0x97][0xb0]F[0xdd][0x12]v\T*^[0x1d][0x9d][0x11][0x5][0x1f][0xa9][0xd0][0x91]S1[0x8e]7[0xc5][0xb9][0xab][0x94][0xcb][0xaa]p[0x9b]'[0xe1][0x9e][0xd0][0x8c]0[0x9c]=`H[0x99]&/[0xe8]~[0xa0][0xc1][0x84](FX/[0x95][0xb8][0xb5][0xce]p[0xc1][0xef][0xb3]>[0xa4][0xf2][0x92][0x11]W[0x83]kWU[0xc]][0x89][0xc3][0x86]d[0xd1][0xde][0xac][0xa3]h&[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0x86][0xc]N[0x1d][0xe8][0xf2][0x1b]<[0xba][0x94][0x8c][0xb2][0xf7]m[0x91][0x19][0x95][0xeb]T"u4[0x9][0xce][0xd0][0xe5][0xd7]M[0xb7]Y[0x10][0xbd][0xe8][0xc1][0x9]0[0xbc]L[0xbb][0x0]^[0xa1][0xfd]I[0x9c][0xaa][0xed][0xc3][0xb4][0xef][0xab][0xdb][0xb7]!B2[0xb5][0x96][0xd6]8i&I[0x17][0xa0]gXK[0xee][0x80]=[0x97]6gh[0x8d]J[0xed]8Z0[0x81][0xb3]$[0xf5]T[0xad][0xf0]*[0xce][0xc9][4[0x8c][0xf3][0xd2]k[0xab]h [0xbd][0x13][0xbe]8B[0xd2]*[0xae][0xfd][0x82][0xfe]=[0x4][0xb2]{[0x8]fw[0x10]Jn[0xa3]%[0x16][0xa6]e[0x1b][0xca][0xe]"??[0x97][0xdc]"[0xca]1z[0x2][0xb7][0xe9][0xdc],[0x11][0xa5][0xeb]"[0xc5][0x91][0xc0][0x90][0x8c][0x14][0x87]&#%[0xe5])v[0x1a][0xc3]$[0x84]H[0x11][0xa0][0xe0][0xd4]x/[0xf8][[0xf4]R[0x1c]T[0xb4]`r[0x17][0xad][0xcd][0x99]d[0x89]x[0xa5][0xce][0xbf][0x82]Q[0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ")[0xbd]&[0xfd]7[0xba][0xbd][0xe8][0xb9]}L:[0xc1]8[0xa6][\r][0xef]"[0xaa]m[0xe3][0xa5]-t[0x9c][0xdc]B[0x82]D[0x95]vO[0x1b]2[0x1d][0x16][0x99][0xb6][0xf9]e[0xda][0x3][0xf1][0xfb][0xb3]A[0xab][0x81][0xe]lRWL[0xbc][0xe]K[0x12][0xc5][0xab][0x11]jDc[0xf4][0x1d]\&[0x12]![0x9][0xb6][0x80][0xcc][0x9d]j[0xdb][0xdb][0xdb]Dy[0xc5][0xa3][0xfc][0xd8][0xab]|BKV)[0x8f]m[0x1d][0xee][0x80]/W[0x8c]N[0x2][0x9f][0x12][0xd7]gP[0xf1]9[0xf5][0xf2][0x8b][0xba]*%[0x88]qL2%[0xbc]*y][0x18]l[0x2][0xb9][0xea][0x81][0xd8][0x1e][0xc8]@[0x15]d[0xff][0xe9][0xff][0xc2]xL[0x18]_Q[0xc3][0x9e][0xd0]p}][0x87]1[0x80]kxCb[0xc]4b[0x9c]o[0xc0][0x18][0xa7]Y[0xf5][0x1b][0x86][0xe3][0xcd][0xc3][0xf0][0x8c][0x86][0xe1][0x9b][0x86]a[0xb8][0x86][0xeb]G[0xe][0x3][0xdd]9[0x9e][0xdb][0xdf]H'8[0xf3]b[0x18][0xda][0x83][0x93]}[0xda][0xfe]3[0xdc][0xd5][0xfa].y[0xf9][0x91]$2[0xec][0xa0][0xa5]o[0x1b][0xb1]Xg5[0xd5]]t[0xd1][0xc4]h[0xf2][0xad][0xfa][0x9f][0xa6]_[0x6][0xd9][0xb7]wP[0x9a]~[0x82][0x2][0xbe][0xa7][0xd2][0xfc]@_[0xef][0x8f]4[0x99][0xdb][0xd4][0x95]][0xac][0xd1]>[0x87]=[0x99][0x86]FX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "][0xaa][0x93]2s[0x2][0xac]%[0x94][0xaf][0xcd]R[0xbe]n[0x96]T[0x4][0xff][0x84][0xc2][0xfe][0xc0][0xe2][0xef][0xe4][0xf7] Y[0x86][0xb7]e[0xa9]n[0xfc][0x3]PK[0x7][0x8]k[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/lang/Ops4jException.class}[0x91][0xc9]N[0x2]A[0x10][0x86][0xff][0x96]e[0x94][0xe0][0x8a][0xb8]o[0xe8]A[0x4][0x95][0xb8][0xdc]4^P[0x13][\r][0xd1][0xc4][0x85]{[0x83][0x1d]l[0x3]3d[0x16][0xf5][0xe4]3[0xf8]*[0x9e]H<[0xf8][0x0]>[0x8c][0x8f]`[0xac]j&.[0x88]f[0x92][0xbf][0xab][0xbb][0xfe][0xfa][0xaa]z[0xfa][0xf5][0xfd][0xf9][0x5][0xc0][0x16][0x16][0x13][0x88]c[0x86]e[0x96]e[0x8e]e[0xde][0xc2][0x82][0x85][0x8c][0xc0][0x90][0xa7]\-[0xeb]e[0xe5]z[0xda][0xb1]/[0x8f][0xf6][0x5][0xc4][0xb1]@[0xd1][0xb1]=_[0xda]~Y[0xd6][0x3][0x15]S[0x8f][0xf]o[0xc5][0xa7]&%[0xe3][0xbb][0xda][0xd6][0xfe][0x9e]@$[0xbb]R[0x16][0x88][0x16][0x9d]+%0X[0xd2][0xb6]:[0x9][0x1a][0x15][0xe5]^[0xc8]J[0x9d]NFJN[0x95][0xb0][0x92][0xe0][0xb4][0xf][0xf][0xa3][0xfe][0xb5][0xf6][0x4][0xe6]K[0x8e][+8Mo[0xfb][0xa6]P[0x97]v[0xad]p[0xca][0xe1][0xc1]}U5}[0x1a]bG [0x9d]-[0xdd][0xc8][[0xd9][0xce][0x9e][0xfb][0xae][0xb6]k;[0xdc][0xce]j([0xcf][0x93]5[0xc3][0xff]e[0x10][0xc8]u)[0xfb]vrq[0xed]:w<[0x89]a[0xc5][0xaa]2[0xf0][0x88][0x94][0xee][0xea][0x10][0x98][0xc8][0xfe]Y[0x9a]8w[0x2][0xb7][0xaa][0xe]5_*[0xf5]s[0xfa]u.J"[0x89]~[0x96][0x14][0xcb][0x18][0xcb][0xa4][0xc0][0xec][0xbf][0xd7][0x16][0x98][0xfa][0xea]w[0x16][0xd8][0xbe]n[0xa8][0xcf]$2[0x88][0xd1][0xb3][0x1][0xe4][0x82][0x85]^Z[0xfb]h[0xd7][0x83][0x4][0xa2][0x14]S7[0xd2][0x1][0xf3][0xdc][0xf4][0x80][0xb4][0xc6]r-[0x88]'c[0x19]$M[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ",[0x92]y[0x9]C[0x14]%[0xdb]&[0xc]c[0xc4]@i[0xd2][0x10][0xb0]GN[0xf6][0xc6]s[0xf9][0x16]z:[0x9][0xcb]T[0x93]5[0x84][0xb1][0xb6]+$p4[0x8a][0xb4]iN[0x17][0xe]YG[0x88][0xd0][0x7]X[0xb9][0xfc]j[0xb][0x91]N[0xd8]*[0x15][0xad][0x19][0xd8]B[0xdb][0xf6][0x9][0xb3]B[0x18]G[0xe3][0x98] 7c'[0xbb][0x8d][0x18][0xed][0xa4]n[0xd0][0x88][0x9b][0x8c][0xc8],a[0xfe]![0xd7]L[0x0]PK[0x7][0x8]W[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/lang/PostConditionException.class[0xa5][0x95][0xdf]n[0x13]G[0x14][0xc6][0xbf]q[0xd6]b[0xec][0x4][0xc][0x84][0x2]iX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xc5]I[0xec]4$[0xb4]`[0x9a][0xb6][0xc4]![0xe0][0x1a][0xa7]j[0xd2][0xb4]T[0xbd][0xd9][0xd8][[0xb3][0xe9]z[0xd7][0xac][0xd7][0xb4]w[0x95]*[0xd4]'[0xa8]DK[0xab]>AU[0x95][0x1b]G[0x2][0x9][0x84][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x89][0x7][0xa8][0x10][0xaf][0x80]P[0xdf][0xa0][0xe2][0xcc][0xac]m[0x9c][0xcd]:])[0xb9][0x98]9s[0xf6][0xcc]9[0xbf]9[0xdf][0x8c][0xf3][0xf4][0xbf][0xfb][0xf][0x1][0x9c][0xc5]r[0x1c])[0xcc]Dq6[0x8a][0xd9]8[0x6]0[0xc7][0x87]s1[0xbc][0xc3][0xe7]w[0xe3][0x8]a&[0x86][0xf3]1\[0xe0][0xeb]\[0xc][0x17][0xf9][0xfc]^[0x1c][0xf3]x[0x9f][[0x1f][0xc4][0xf0]a[0xc][0x97][0xa2]X`[0x88]\[0xd4]M[0xdd][0x99]g8[0xa8][0x14]7[0xd4][j[0xd6]P[0xcd]jv[0xc5][0xb1]u[0xb3][0x9a];[0xb3][0xc6] -X[0x15][0x8d]a[0xb8][0xa8][0x9b]Z[0xa9]Y[[0xd7][0xec]Uu[0xdd] O[0xaa]h[0x95]UcM[0xb5]u[0xbe]n;%[0xe7][0x86][0xde]`8][0xb4][0xec]j[0xd6][0xaa]7f7[0xdc][0x84][0x1f][[\r]g[0xc1]2+[0xba][0xa3][[0xe6][0xe2][0xb7]e[0xad][0xce][0x8d][0x1c]C[0xb4][0xa6]5[0x1a]jU[0xe4][0xdb]V[0x9f][0xca][0xde]R[\r][0xbd][0xa2]:Z[0xc9]rJM[0xc3][0xa0][0xd4][0xbd][0x9c][0xcb][0xeb][0x1b]Z[0xd9][0xc9][0xf9][0x93]G,[0xf1]uk[0xe6][0xf6][0xe][0x86][0xb8]^[0xd1]LG[0xff]J[0xd7]l[0x86][0xe4][0x8a][0xa3][0x96][0xbf][0xbe][0xa6][0xd6][0xdb][0xc7][0x88]w[0x11][0xe9]0[0x89].[0x83][0x0][0xd8][0xdf]Y.[0xd9][0x1a][0x8d][0xf6][0xea][\r][0xd5]d8[0xa4][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfe][0x18]a[0x8a]oRNV [0xdb][0xd0]k[0xba][0xc3][0xa3][0xf3]y[0xff]h[0x96]g8[0xdf]{D[0xb7][0xe7][0xb9][0x1d]==[0xfb]S[0xdb][0x3][0xc9][0xd9]A.R[0xb3];[0xc4][0xdd][0xd6].[0xde]l[0xaa][0xc6][0xaa][0xc5]0X[0xee](D[0x1d]X[0xb1][0x9a]vY[0xbb][0xac][0xf3]v[0x1c][0xf5][0x97]/[0xc3]K%[0xb0][0x1f][0x7][0x18]N[0x5][0x12][0x9c]N[0xee][0xa5][0xbe][0xd4][0xd4][0x8d][0x8a]f[0xf3]4[0xf9][0x4][0x16]q[0x99]j[0xcb][0xdf][0xa8][\r][0xb9][0xf4]i[0xb1][0x98]I`[0x9]W[0x18][0x86]\[0xcf][0xf2][0xaa][0xeb]e[0x18][0x11][0xe][0xd3]r[0xe4][0xaa][0xab][0x82][0xec][0xd0][0xa1]d[0x9e][0xe0]*][0xaa][0x8c][0xfc][0x99][0xda][0xb8] [0x96][0x85](>J[0xa0][0x88]k|Q[0xa2]{[0xde][0xdd]i[0x88]f[0xb8][0x1b][0xa9]G][0xbf][0xc6][0xfb]!;[0x16]9[0x8f][0xbc][0xa6][0xfd][0xa4]I[0xb7][0xa5][0xa6][0xf5][0x1c]e@[0x11][0xb7]L[0xad][0xd7]5[0xb3][0xc2]0[0xe5][0xf7][0x80][0xb6][0xb9][0xda][0xc7]%Qb[0x8e][0xe5][0xba][0x18][0xe]([0xdb][0x3])bT)[0xec][0x94]`T[0xc9][0xef][0xf4]y[0xaf][0xf7]"0[0xec][0xa9]XM[0xba][0xdf]k[0xee][0x85]$[0xfe][0xbc][0x7][0xbb][0xfd]:[0xfa][0xa7][0xc5]q[0xfa]qI[0x81][0xff]%[0xc0][0xb8][0xf4]4[0x1e][0xa4][0xd5]<[0xf9]C4G[0xd2][0x13][0x9b]`[0xf7][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "a[0x84][0xc6][0xb8][0xf0][0x9e]D[0x18][0xa7]p[0x88][0xac][0x11]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "o[0xe0][0xb0][0xc8][0x12][0xc1][0x11][0x1c][0xa5][0x1c][0x83][0x18][0xc5][0x9b][0xf4][0x8d][0xe7][0xd2] [0x89](9[0xfd][0x4]c[0xf][0x10][0xba][0xfe][0x0][0x3][0xd7]7!M[0xb4][0x10]NEhh![0xba][0x89][0xd8]#^e@T[0x19][0xa2][0x19][0x98][0xa1]}[0xb3]8[0x86]s=[0x95]d[0x8c][0x91][0x7][0xc2][0x92]E[0xa5][0xe3]b[0x17];[0x86][0xb7][0xc8][0x90][0xc8][0x11][0xa2][0xe2]'|[0x8b]K[0xf7][0xbc][0xd5][0x7]_W[0xf7][0x14]_[0xa0]}[0x8b]t[0xcc][0xa5] [0xc5][0xc3][[0x8a][0x9f][0xa4][0xde][0xb8][0xc5][0xbf][0xa3][0x4]a[0x9a][0xa7][0xc7][0xe4][0x1f][0xdb]Z[0xfe][0xb0][0xc4][0xeb][0xc7]i[0x90][[0xd8][0x93]J[0x90]1F[0x86]?[0xcc][0xe7][0xd4][0xd7]/[0x10][0xc5][0x97][0x2]F[0x16][0xbe]i[0x8c][0xe3][0xb4][0x80][0x99][0x86]BVHX[0x1c]K[0xea]`E=Xg[0xbc]X[0xe3][0xca][0x9d][0xbe]XJ[0xb]I[0x81]5N[0x86]?V[0x8d][0xb0],[0xc2][0xba][0xe9][0xc1]Jw[0xb1][0xd2]A[0xb0]&[0xda]X[0xb7][0xc9][0xc7]S[0xcc][0xa5][[0x18]"y[0x86][0xbc]p[0x93][0x1d]6[0xfa]8,[0xd8](r[0xd8][0x9f][0xed]{[0xba][0xd0][0xb7][0x91][0xc4][0xf]=ls[0xc4]6)[0xd8][0xe6][0x88]m[0x92][0x0][0xb8][0xc5][0xd9]B[0x1d][0xb6][0xe4][0x16][0xb6])_%[0xf5]k[0xd9][0xde]`J[0xde][0xa1][0x96][0xfd]L-[0xfb]e7JN[0xf9])[0xf9]S_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f][0xbb]Qr[0xaa][0xbf][0x92]^[0xb8][0xc9][0xe][[0x0]%[0x1f][0x93][0x92][0x91][0x92][0xef]F[0xc9][0x8c][0xaf][0x92]w[0xfd]Z[0xb6]/[0x98][0x92][0xff]P[0xcb][0x9e]Q[0xcb][0x9e][0xf7]Q2[0x1b]D[0xc9][0x8c][0xef][0x9b][0xec][0x8b][0x15]@[0xc9][0x17][0x84][0xf5][0x92][0xb0][0xfe][0xed][0xa3]d6[0x88][0x92][0x99][0x1d][0xde][0xe4]][0x1f]%[0xf7][0x5]R[0x92]DJ[0xb0][0x10][0x92]L[0xea][0xa3]d[0xf6][0xff][0x95]d[0x4][0xce][0xff][0x17][0xbd][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "PK[0x7][0x8][0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/lang/PreConditionException.class[0xa5][0x95][0xcf]o[0x1b]E[0x14][0xc7][0xbf][0xe3][0xf8]W\'i[0xdd]6[0xa5]![0xa4][[0x8][0xe9][0xd6]I[0xec][0x90]&[0x85][0xd6]%@[0xe3]4`\[0x7][0x91][0x90]*[0xe2][0xb4][0xb1][0x7]w[0xd3][0xf5][0xae]Y[0xaf][0xb][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc1][0x0][0xa8][0xa8]B\[0x11][0xea][0xa9][0x17]G"[0x82][0x1e]+[0xf5][0x82][0x10][0x2]B[0xfc][0x9][0x8]!![0xde][0xcc][0xda][0xae][0xb3]Y[0x87][0x95][0x92][0xc3][0xcc][0x9b][0xb7]o[0xde][0xfb][0xcc][0xfb][0xce]8O[0xff][0xfd][0xf1]g[0x0][0x97][0xb0][0x96]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3]1\[0x8a]a![0x81][0x1],[0x8a][0xe1]r[0x1c][0xaf][0x8a][0xf9][0xb5][0x4]B[0x98][0x8f][0xe3]J[0x1c]W[0xc5]:[0x17][0xc7]51[0xbf][0x9e][0xc0][0x12][0xde][0x10][0xd6][0x9b]q[0xbc][0x15][0xc7][0xf5][0x18][0x96][0x19][0xa2][0xd7]tSw[0x96][0x18]N[0xab][0xc5][0x1d][0xed][0xae][0x96]54[0xb3][0x9a]]wl[0xdd][0xac][0xe6].n2[0x84][0x97][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "g[0x18])[0xea]&/5k[0xdb][0xdc][0xde][0xd0][0xb6][\r][0xf2][0xa4][0x8a]VY365[[0x17][0xeb][0xb6]3[0xec][0xdc][0xd6][0x1b][0xc]SE[0xcb][0xae]f[0xad]zca[0xc7]M[0xf8][0x9e][0xcd][0x97]-[0xb3][0xa2];[0xba]e[0xae]|Z[0xe6]ua[0xe4][0x18]b5[0xde]hhU[0x99][0xee]@y[0xaa]zW3[0xf4][0x8a][0xe6][0xf0][0x92][0xe5][0x94][0x9a][0x86][0xc1]p[0xa1][0x17]sm{[0x87][0x97][0x9d][0x9c]?x[0xd4][0x92]_[0xf7]gn[0xef]`H[0xe8][0x15]n:[0xfa]G:[0xb7][0x19][0x86][0xd6][0x1d][0xad]|[0xe7][0xa6]Vo[0x9f]"[0xd1]E[0xa4][0xb3]$[0xbb][0xc][0x12][0xe0]dg[0xb9]js[0x1a][0xed][0x8d][0xdb][0x9a][0xc9]pF-[0x14][0xfc]1"[0x14][0xdf][0xa4][0x9c][0xac]@[0xb6][0xa1][0xd7]tGD[0xe7][0xf3][0xfe][0xd1],[0xcf]p[0xa5][0xf7][0x88]n[0xcb]s[0x87]zz[0xf6][0xa7][0xe][0x6][0x92][0xb3][0x83]\[0xa4]fw[0x88][0xbb][0xad]][0xf9][0xb8][0xa9][0x19][0x1b][0x16][0xc3]`[0xb9][0xa3][0x10]u`[0xdd]j[0xda]e~C[0x17][0xed][0x18][0xf3]U/#*%q[0x12][0xa7][0x18]&[0x83][0xc8]M[0xe7][0xf6]2_o[0xea]F[0x85][0xdb]"K>[0x89][0x15][0xdc][0xa0][0xca][0xca]'ZC)}P,f[0x92]X[0xc5][0xdb][0xc][0xc3][0xae]gm[0xc3][0xf5]2[0x8c]J[0x87]i9J[0xd5][0xd5]@q[0xe8]H[0x8a]H[0xf0][0xe]][0xa9][0x8c]rKk\[0x95][0xcb]B[0xc][0xef]&Q[0xc4]M[0xb1]([0xd1]%[0xef][0xee]4d+[0xdc][0x8d][0xd4][0xa1][0xae][0x9f][0x8b]n([0x8e]E[0xce][0xb1]g[0xb4][0xef]7[0xe9][0xae][0xd4]x[0xcf]Q[0x6]Ty[0xc7][0xb4]z[0x9d][0x9b][0x15][0x86]Y[0xbf][0xd7]s[0xc0][0xd5]>.I[0x12]w,[0xd7][0xc5]pJ=[0x18]H[0x11][0xe3]j[0xe1][0xb0][0x4][0xe3]j[0xfe][0xb0][0xcf][0xc7][0xbd][0xd7][0x80][0xe1]X[0xc5]j[0xd2][0xed][0xde]t[0xaf]#[0xf1][0xe7]=[0xd8][0xed][0xb7][0xd1]?-[0xce][0xd3]/K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe2]/[0x9]&[0x94][0xa7][0xf1]4[0xad][0x96][0xc8][0x1f][0xa2]9[0x9a][0x9e][0xde][0x5]{DV[0x8][0xa3]4&[0xa4]w[0x12][0x11][0xbc][0x8c]3d[0x8d][0xba]Qx[0xe]ge[0x96]([0xc6][0xf0]<[0xe5][0x18][0xc4]8^[0xa0]o"[0x17]GXF)[0xe9]'[0x98][0xd8]Chk[0xf][0x3][[0xbb][0x8]O[0xb7][0x10]IEih![0xb6][0x8b][0xf8]cQe@V[0x19][0xa6][0x19][0x98][0xa7]}[0xb]8[0x87][0xcb]=[0x95][0x14]L[0x90][0x7][0xd2]Rd[0xa5][0xf3]r[0x17];[0x87][0x17][0xc9][0x8][0x93]#D[0xc5]_[0xf2]-[0x1e]~[0xe4][0xad]>[0xf8][0xac][0xba][0xa7][0xf8]2[0xed][[0xa1]c[0xae][0x6])[0x1e][0xd9]W|[0x92]z[0xe3][0x16][0xbf]G[0x9]"4[0xcf]M(_}[0xb7][0xbf][0xfc][0xd9][0xb0][0xa8][0x9f][0xa0]Ai[0xe1]X*I[0xc6][0x4][0x19][0xfe]0[0xb7][0xa8][0xaf][[0x88][0xe1]C[0x9][0xa3]H[0xdf][0x1c][0xa6]pA[0xc2][0xcc]A%+$-[0x81][0x15][0xee]`[0xc5][0xef]a[$[0xb6][0x19][0xc9][0xb6]Hl3[0x4] ,[0xc1][0x16][0xea][0xb0][\r][0xed]c[0x9b][0xf5]U[0xf2][[0xbf][0x96][0x1d][0xf][0xa6][0xe4][0x97][0xd4][0xb2][0xaf][0xa9]e[0xf7][0x8f][0xa2][0xe4][0xac][0x9f][0x92][0xdf][0xf4][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa0][0xe4][0xf7][0x84][0xf5][0x3]a=<[0x8a][0x92][0xb3][0xfd][0x95][0xf4][0xc2][0xcd]t[0xd8][0x2]([0xb9]GJ[0xfe]DJ>>[0x8a][0x92][0x19]_%[0x1f][0xf8][0xb5][0xec]D0%[0xa1][0x96][0xfd]J-[0xfb][0xad][0x8f][0x92][0xd9] Jf|[0xdf]d_[0xac][0x0]J[0xfe]NX[0x10][0xd6][0x9f]}[0x94][0xcc][0x6]Q2s[0xc8][0x9b]|[0xe0][0xa3][0xe4][0x89]`J[0xfe]EJ[0xfe]MJ[0xfe][0xd3]G[0xc9][0xec][0xff]+[0xc9][0x8]\[0xfc]/z[0xe5]?PK[0x7][0x8][0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/monitors/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/monitors/MonitorException.class[0x8d]PMK[0xc3]@[0x10]}Sccc[0xfd][0xaa][0xf6][0xe2]I[0xa9][0x82]V1[0x7][0xbd]E[0xbc][0x88][0x82][0x10]=[0xd8][0xd2][0xfb]6.[0xe9][0x96]$[6[0x89][0xfa][0xb7]<[0x9][0x1e][0xfc][0x1][0xfe](q6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf5][0xb][0xf5][0xe0].[0xec][0xbe]y[0xf3]f[0xde]0/[0xaf]O[0xcf][0x0][0xe][0xb1][0xe6]a[0x6]+.Z.V[0x9][0xf5]c[0x95][0xa9][0xe2][0x84][0xd0][0xdd][0x9][0xc7][0xe2]V[0xf8][0x89][0xc8]b[0xbf]W[0x18][0x95][0xc5][0xc1]7[0xa6]?2[0xfa]N[0xc][0x13][0x19][0xec][0xe][0x8][0xce][0xa9][0xbe][0x91][0x84][0xa5]Pe[0xf2][0xaa]L[0x87][0xd2][0xf4]m[0x8e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "u$[0x92][0x81]0[0xca][0xc6][0xef][0xa4]S[0x8c]TN[0xd8][0xe][0xb5][0x89]}=[0xc9][0x8f][0xc6]~[0xaa][0xd9]U[0x9b][0xdc][0xbf][0x9c][0x82][0xb3][0xfb]HN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xb3][0x80][0xe0][0xa6]2[0xcf]E\u[0xfb]5[0x12][0xa1]!?[0xb4][0x84][0xf6][0x9f][0x13][0x12][0xbc][0x9e].M$[0xcf][0x95][0xb5]o[0xff][0xf4]8[0xb0]EM8[0x98]%t[0xfe]1[0x13]a[0xfd][0xcb][0xe6][0xba][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x95][0xca][0xcf]$6Q[0xe3][0x85][0xda]C|[0xb9])[0xbf]u[0x8e].[0x98][0xb5][0xbc][0xdb][0xdd][0xdb][0x4]=0[0xac][0xc1][0xe5][0xd7][0xe3][0x1f][0xe8][0xb0]h[0xb]s[0x8c]6[0xa6]248[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcd][0xa3][0xc9]M,Z[0xc0]"[0xab]y[0xd3]U[0xf5][0xf2][0x1b]PK[0x7][0x8][0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.class[0x95]Sko[0xd2]P[0x18]~[0xce][0xb8]cu[0xae][0xee][0xe2][0x85]i7/k[0xcb][0xa0]s[0xd3]O[0x18][0x8d][0x1a]MH@?[0x8c][0x90][0xf8]i)p[0xc2][0xba][0xb4]=[0xa4][0x14][0xc7][0xfe][0x93][0x1f]4q,[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xbe][0xa7][0x94]e[0x1]4[0xe1][0xcb]{}[0xde][0xdb][0xd3][0x9e][0xdf]~[0xfc][0x2]p[0x80][0x83][0xc][0xb4]<[0x18][0xb6][0xb2][0xd8][0x96][0xfa][0xa1][0x14][0x8f][0xb2]x,[0xf5][0x93]<[0x14][0xec][0xe4]p[\r][0xba][0x14]F[0x6]f[0x6]E[0x86][0x94]w[0xe4][0xd9]C[0x6]Ve[0xc8]zG}1[0x8][0xda][0x9c][0xa1]\[0x13]A[0xd7][0x12][0xbd][0xfe][0xb3][0x13][0xcb][0x13][0xbe][0x13][0x8a][0xa0]o[0xf1]a[0x9b][0xf7]BG[0xf8][0xd6][0xbb][0x89]u[0x18][0xe1]+[0xc][0xe9][0x17][0xe][0xa1]^2[0xec][0xeb][0x8b][0x95]V[0x8d]&C[0xf2][0xad][0xe8][0xd0][0xd4][0xe5][0x9a][0xe3][0xf3][0xf][0x3][0xaf][0xc5][0x83][0x86][0xdd]r)[0xa2][0xd6]D[0xdb]v[0x9b]v[0xe0]H?[0xe]&[0xc3]c[0xa7][0xcf]P[0x9a]7[0xa8]!D[0xdd][0xf6][0xcf][0xea][0xb1]9M[0xae]89.[0x11]][0xbc][0xd6][0xe5]a[0xdd][0x1e]N[0x90][0xaf]]W[0x9c][0xf2][0xe]eu[0x83][0xb8]P);[0xb5]*[0xc3][0x9e]n,[0xca]K~l[0xbd]w[0xe4][0xe2][0x9b][0xff][0xda][0xae]|b[0xb6][0x19]6[0xa4][0xb2]\[0xdb][0xef]Z[0x87]a[0xe0][0xf8][0xdd]7[0x3][0xc7][0xed][0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "v[0x19][0xc]*[0xd7]<[0xaa][0xd7]&[\r][0xb4][0x16]'[0x94][0x16][0xf0][0xae][0xd3][0xf]y[0xc0];e[0xed][0xa3][0xef][0x9e]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J(Ka1[0xac]k[0x93]E5;[0xe0][0x9a]=[0xbe][0x93][0xb2]{x*[0x1b][0xef]+[0xb8][0x8e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96]q[0x93][0xa1][0xb8][0x0][0xa5][0xf4][0x87][0xcd]A[0xc7][0xb0]+("[0x94]>q[0xda][0xee][0xf5][0xb8]O[0xfc][0x96][0xf4][0xda][0xf4][0x99][0x15]c&[0x14]_N[0xc][0x16][0xf4][0xea][0xff][0xd2][0xd9]P[0x8c]C[0xc][0xab][0xfa],[0x90][0x10][0xe6][0x9c][0x81]W"[0x8d][0xe3]@[0x9c][0xca][0x1f][0xab]b4[0xb1]EoC[0xa1][0xd7][0xb4][0x4]U[0xb2]B[0x96]*[0x89]![0x9d][0xa0]G[0xb4]B[0x1e][0xc3]-[0xf2][0x2][0xf2][0x13][0xa4]u[0xf3]'[0xd8][0xa7][0xb],[0xa9][0x89][0x11][0x92][0x85][0x11]Rj[0x9a][0x8c][0x11]2[0xec][0x2]Y[0xb3]p[0x8e][0x9c]Y[0x8f][0x1a]*c@[0xdc][0x90]x[0xa4][0x91][0xb3][0xc5][0xf9][0xaf]S[0xc5][0xaf][0xe6][0x16][0xdf][0x8f]P[0xf][0xfe][0x2]PK[0x7][0x8]lrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/ops4j/monitors/exception/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xce][0xd4][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xde]r[0xca][0xb6][0xe7][0xb8][0x15][0x81][0xbe][0xec][0xa6]y[0xdb]LW=[0xbb][0x94][0x9e]q][0xf3][0xf3][0xac]][0xf1]2[0x2][0x9d][0x8b]v[0xb1]lzU[0xd7][0x12][0x98]k[0xb6]f2[0xeb][0xb8][0xc5][0xb4][0xb3]]9[0xbf][0x99][0xde]O[0x97][0xb6]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xb6]g;[0xe5][0xf4][0xb5][0xfd]Q[0xae][0x1e][0xcb]L1ip[0xd2][0xe6][0xc3][0x94]@ 1[0xbc],[0xa0][0xcd]:[0xeb]L[0xdf][0x9d][0xb5][0xcb]V[0xbe][0xba][0xb5]f[0xb9]K[0xe6]Z[0x89]3[0x91][0xac]S0K[0xcb][0xa6]k[0xcb]gR[0xf3]6l[0x2]_h[0xed][0xdc][0x1b]N[0xd5][0xb3]\Y[0xd0][0xc1][0x1a][0x16][0x94]8f[0x92]E[0xa7][0xea][0x16][0xac]L[0xbd][0xfe][0x92]Y.[0xa6][0x97]6\[0xe7]3[0x9][0x94][0x91][0x15][0xe8][0xfe]f[0x81]t[0x8b][0xd7][0xc1][0xcb][0xa8][0xa8][0xe4][0x2]c[0xad][0xc1][0x1c]hv[0x84]G[0xe0][0xc4][0xa2]g[0x16]>[0xcd][0x99][0xdb][0xea][0xc6][0x94][0xdc][0xef][0xea][0xb8].[0xd0][0xef]ZEJf[0xb9]G1[0x4][0xce][0x1e][0xf7]*[0xf6][0xc1][0x87][0x97][0x95][0x95][0xa6][0x5]b[0xd5][0xf2][0xbf][0xe7][0xed]-Z[0xde][0xd1]Y[0xaa][0x17]I[0xc]7[0x98][0xc9][0xf7][0xda][0xec]S[0x93][0xcf]b.[0xad]ba)kI[0x8f][0xf3][0xf8][0x86][0x1a][0xe7][0x87][[0x96][0xa7][0xdd].[0xaf][;[0x2]Bf[0xab]_[0xfd][0x9c]-}[0x18]on[0xb1]1Y[0x81][0x81]([0x9e][0x17][0xe8]i[0xf2][0xbe][0x18][0x88][0xa0][0xc7]@[0x16]9[0xaa]b [0x8f][0x5][0x3][0xef][0xe1]}[0x81][0xd1][0x96][0xc8][0xc][0xbc][0x88][0x97][0xc][0xdc][0xc0][0xa2][0x81]%,[0xea][0xf8][0xc0][0xc0]2n[0x1a]x[0x3]g[0xc][0xdc][0xc2][0x8a][0xc0][0xb9]gxA[0x4][0xc2][0x87][0x9e]ZX[0xdb][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e]@[0xaa][0x15]_R[0xdb][0xc3][0xaa][0xe7][0x99][0xd2]Tw[0xdf][0xd3][0xc4][0xaa][0x2][0x1d][0xf6][0xc1][0x82][0xe8]?[0xc4][0xdf][0xdf]H[0x1][0xf4][\r][0xb3][0x92][0xb7]v<%[0xe9]*[0xf5]-[0xab][0x87][0xde][0xfd][0xf5][\r][0xa8]\[0x1d]0[0xd7][0xd7][0xf9]f$[0x9e][0x8e][0xc9][0xbd]A[0xd7][0xda]rn[0xf3][0xe0][0xbe][0xc3][0xa3]f[0x9d]R[0x89]q[0x16]@_[0x86][0xab][0xe5]-g[0xdd][0xfe]D}p[0xa4]\[0x2][0xa7][0x12]G[0x9d][0xda][0xc4][0xba][0x1][0xfa]L[0x1e];[0xdf][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x83][0xfc]P[0x87][0xf9][0xf1][0xed][0xc0]s[0xe0][0xf5]H[0x3][0xb0][0xef][0xe5]'[0xbd][\r]}[0xd0]9[0xa6][[0xd8][0xf6]s[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2][0x1c][0x1][0xe1][0x91][0xfb][0x10]#[0xf][0xd1][0xb6]r[0x1f][0x81][0x1f][0xa1][0xdd]S[0xab][0x7][0xd8][0x9e][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << " [\r][0x8d]Rw[0xe3][0xc]b|2[0xea]{[0x10][0xc7][0xb][0xec][0x85][0xf4][0x86][0x9f][0xef]7[0xae][0xd6][0xd9]O[0x8f][0xfc][0x0]m%[0xff][0xab][0xec]v[0xd1]>[0xa1][\r]h[0xf][0x10][0x14][0xf8][0xe]q9[0xd2][0x5]~A[0xc7]D[0xfb]@{2[0xf5][0x0][0x9d][0x1][0xdc][0xd9][0xfb]c[0xb4]v[0x7][0xa1][0x89][0xe0]hm [0xf8][0xf8][0x1e][0xf][0xd7]q[0x1e][0xe3]L5[0x8e][0x8c][0xea][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "'[0x86] [0xdb][0xc][0xa3][0x97]0[0x84]i[0x82]][0xc6]Y[0xcc]`[0x8a][0xa5]H[0xb4][0x11][0x82][0xe][0xa1][0x13]/[0xe3][0x15][0xb4]K[0x10][0x1f]R[0x8e][0x6]qJ[0x81]O[0x13][0xf8]U[0x9e]p[0x9a][0xe3]>h"[0xac][0xe3]5[0x1d]CO0xU[0xc7][0xeb]Ox[0x84]@[0x2][0xc3]~M[0xdf]r[0xa9][0xc6]>[0xae]j[0xca][0xa9][0x9a][0x92][0xbb][0x8][0xdd]L[0x91][0xb8]#[0x9f][0xaa][0x8d][0xfa][0xbc][0x11]f[0x93][0x19][0xfb]U_[0xe7][0x8d][0xa8][0xad][0xd7][0x19][0xcd][0xf1][0xc2][0xf2]d\P[0x9c]Q[0xee]`[0xca][0x3][0xba][0xb8]"[0x16][0x8a][0xa9][0x1f]m{L[0x11][0xd0]1[0xa2]#I6[0x8][0x85][0xa5]1[0x9e][0xfa]/[0xac][0xae][0x16][0xb0]n1[0xba]J[0xac][0xf][0x89][0xf4][0xd1][0xff][0xc2][0x1a][0xc5][0x18]wJ[0xac]m[0xf6][0xd2]1Q[0x85][0x95]UX?[0xc1]H[0xd6][0xee][0xe6][0x92][0xb5][0xd4]cE[0x14][0xa6]3[0xc1]_[0xaf][0xea][0x3][\r]>[0xb3][0x18]-rv[0xa3][0xc1]gQ[0x9f][0xe6][0xb4][0xe2][0x16]{[0xc][0xb7])[0x86]:[0x80][0xef][0xec]4[0xd7][0xf2]c[0xe4]_N3[0x8a]][0x9c]H[0xd6][0xbe]?[0xe][0x85][0xcb][0xa8][0xc7][0xd9]j[0xb][0x14][0xfc][0xde][0xf3]/S[0xfd][0xf4]/}ib[\r][0xd2][0xc4]wq[0x92][0x9e]O[0xd5][0xee]*i[0x14]Ao[0x13]e[0xea][0x4]_1[0xfa]5g[0xbf]iP%v[0xa0]J[0x8c][0xaf][0xc6][0x5]_[0x95][0x1e][0xc9]RWE4[0xc0][0xbc][0xa9].e[0xfc]oPK[0x7][0x8][0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.class[0x95][0x8f]MN[0xc3]0[0x10][0x85][0xdf][0xb4][0xa5][0xa1][0xe1][0xaf][0xa0].[0x10]'h[0x5][0xc2][0x12][0xb0]+b[0x83]`[0x95][0x8a]E[0x11]{[0x13]Y[0x96][0xa3]`W[0xb6][0x83][0xe0]j,8[0x0][0x87]BL[0x1a]5[0x8b][0x2][0x12]x3o>[0xcf]{[0x1e]|[0xbe][0xbd][0x3]8[0xc7]~[0x82][0xdd][0x4]{[0x84]C[0xaf][0xb4][0x9]Q[0xf9][0x9b][0x97]\-[0xa2]qv[0xe6][0xac][0x89][0xce][0x13][0xce][0xc6][0x99][0xf3]Z[0xb8]E[0xb8]([0xc4]SC[0x83]P[0xab]9[0xb1][0xee][0x98]N[0x1e][0x8]iKC[0x82]![0xe1][0xa8][0xb2][0xbf][0xbf]0[0xd2]*[0xae][0xd3]@8[0x18]O[0xb2]B>KQES[0x8a][0x8c][0xcd]S[0xc2]`n[0xb4][0x95][0xb1][0xf2][0x8a]p[0xfd]m[0xe0][0xf2][0x9f][0xab]^qb:w[0x95][0xcf][0xd5][0xad])9r[0xd4][0x8e]4[0xf4][0xb4][0xce]'[0x9c][0xfc]-[0xb6][0xf1][0x10][0x86][0xcb][0xad]Ji[0xb5][0xb8]{,T[0x1e][0x9][0xc7]?$[0xdc];7[0x93][0xf6]u[0xf5][0xe3]6[0xa6]O tP[0x9f]n[0x8f][0xd0]E[0x8f][0xfb][\r][0xee][0xea][0xda]g[0x92][0xb0][0x2][0xd7]M[0xc][0x98][0xa4]|[0xd3][0xc1][0x16][0xab][0xed][0xa5][0xda][0xf9][0x2]PK[0x7][0x8][0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/ops4j/monitors/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.class][0x8e][0xcd]j[0xc2]@[0x14][0x85][0xcf]5[0xd6][0xd4][0x9f]B[0xd5]GpQ[0xdd]8[0xb][0xbb][0xeb][0xb2]T[0x10]"[0x82][0x12][0xf7]S;[0x86][0x9][0xc9][0xdc]0[0x99][0x16]|5[0x17]>[0x80][0xf]U:I[0x16]R[0xef][0xe2][0x1e].[0xe7];[0x9c]{[0xfd]=_[0x0],[0xf0][0x14][0xa2][0x1f]b@[0x18][0x18]v[0xfa]x[0x8a][0x8b]/[0xe9][0x14]a<[0x8d]R[0xf9]#[0x85]QN[0xc4][0xdb][0xe8]m[0xb5][0x9a][0xed][0x9][0xcf][\r][0xf4][0xce]y[0x91])[0xa7][0xd9][0x10][0x86]w`[0x85][0xf5][0x1b][0xec][0xc3]Z[0xb6][0x84][0xc9][0x1d][0xd1]\[0x99]4[0x89][0xd8]9[0xab]MRgz;[0xfe][0xb6][0x7][0xb5][0xd4][0x99]o[0x1f]yC[0xc9]|[0xcd]F;[0xb6][0xf3]*@xa[0x9b][0x8].[0xca][0xd7]T[0xe4][0x8d]Q[0x8a][0xb2][0xe6][0xc4]?[0xdc][0xbf]yk[0xd8]|[0xa6][0xea][0xe0]:[0x4]B[0xb][0xd5][0x4]mB[0x80]6[0xe0][0xf5][0x1][0x9d]ZC[0xe9][0xde];[0x18][0xc5]^ZE[0xb4][0xc5][0xcf][0xf7];[0xe3]"[0xb4][0xf9][0xc9]o[0xa1]^[0xcb][0xa8][0xbf][0x8][0xbb][0x8a]P&[0x14][0xb][0xad]![0xac][0xe0]+[0xec][0x15]3M[0xc1][0xcf][0x88]d[0xc2][0xb1]pb[0xef][0xbe]5t[0xa9][0xb8][0xbf][0xfe]GLm[0xdd]GwF[0xa3][0x8d]i[0x8f][0x1e][0x10] [0x82][0x13][0xc8]0][0x6]9i[0x83][0x12]i[0x4]a[0x8e][0xaf][0xd2][0x9b][0xc1]aL[0xe3]%[0x9c][0xc4][0x14]f(&'[0xf1][0xa6][0x10][0xe2]z[0x14][0xcf][0xe3][0x80][0x8c][0xcc][0xfb][0xa0]bv[0x10][0x87]$|[0x1e]cx[0x81];[0x88][0xd9][0x8b][0x9c][0x5]1[0xce][0xf9][0x1e][0xa8][0xa3]O[0xc3]a[\r][0xf1][0xc7]8tN[0xc3][0xc4]ch|[0x81]g[0xce]W[0xf8]=_[0x12]I[0xb3]RaiC`9[0xe5][0xcb][0x8b][0xa5][0xda][0xea][0xd4][0x98][0x9a]XC4@m%)-[0x9a][0x9]%[[0xb1][0x90]T[0xa6][0xe1]([0xff]][0xc4]?[0xcc][0x9]i;[0x95]][0xa0][0xf7]"[0xf9][0x8a][0xdc][0xb4][0x84]#(S[0xe7][0xac]Tv[0x80]qc[0xd4]-[0x94][0xa9][0x2][0xa2][0xad],[0xeb]+k[0xab][0xe8][0xd9]P[0xb1][0xff][0xac]T[0x11][0xa6][0x93][0x1f][0x8d][0xaf][0xe2]W&[0xd2]hsRE[0xb9][0xdd]&"[0xfb]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F[0xc5][0xcc][0x17][0xc2][0xe6]%[0x92]k[0xe8][0xe]R[0xc9][0x9f])[0xa9]$[0x9c]j[0xc5][0xc2][0xbe][0x92])j[0x0]Yi;[0x95]\[0xa7][0xf7][0x1d]2[0xbd][0x8b]4n[0xe0][0x18][0xde]c[0x97][0xc][0xa9]d[0x92][0xfc][0xe3][0xe8][0x92]JB[0x2][0xa4][0xad]$[0xd7][0xee]Q[0x8e][0xda][0xd3][0xdc][0xa1][0xad][0xa9]wC[0xd3][0xc1]MMG[0xd9]~O[0xd3]g[0xc][0x15]E[0x19][0xed][0xe8]Lb[0x15][0xfa]UQ[0xfb]H9[0xd9]J[0xf9][0xbc][0xfd][0xcc]&2[0xe]K[0xeb][0xf1][0xf6][0xcb]W[0x97][0xe8]][0xe6][0xc1][0xae][0x91][0xb1].9[0x87][0xe4][0x19][0x19]m[0xd3][0x8d]Jb[0xaf][0xce][0xc3][0x8][0xac]3EP[0xc3]1[\r][0xc7][0xc9][0x6]Eb[0xa9][0xf4]O[0xfd][0x17][0xd6][0xae]g[0xc0][0xba]M[0xef]]b[0xdd]#[0xd2][0x87][0xff][0xb][0x8b][0xf7][0xa4][0x8f][0xb5][0xc2][0xc][0xe2][0xcb][0x1e][0x92]XE[0xff][0x4][0xec]N[0xb4][0xbe].%Z[0xc9]G[0x92]H[0xdc]"[0xe0]oP[0xda]`[0xc7]}[0xf0]1[0xbd][0x9f]p[0xf5][0xd3][0x8e][0xfb]`[0xc8][0xa7][0x19][0x97][0xdc][0xca]:[0xdd][0x1][0xc9][0xe0][0x1]0[0xe6][0x4]?Zo[0xf7][0x8f][0xfc][0xa2][0x8c]t[0x14]et[0x15]=[0xc8][0x1f][0x8b][0xfd][0x95]:[0xe8]@[0xcc][0xa2]D[0x10][0x9a]Y3[0xb3][0x86]1?rB[0xe7][0xdf][0xdd][0x8c]&4R[0x9e]%\[0x86]l[0xb9][0x8d]E`[0x9][0xfd]/[0xb3]k[0xa5][0x16]\[0x9e]_[0xf][0x98][0xf7][0xa3]%[0x2]![0x87]4r[0x5]B[0x1e][0x5][0xa7][0x8b]N[0xa5][0xb9][0xe4][0x1c][0xcf]Upu9%Py[0x0]PK[0x7][0x8][0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/net/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.class[0x8d]Rmk[0x13]A[0x10]~6[0xb9][0xf4][0xd2]4[0xda][0x9a][0xfa]Z[0xb5][0xa6][0x82][0x98][0xb4][0xd0][0xf3][0xf5][0x83]6(%D[0x10]R+[0xe6](J?[0xc8]f[0xbb][0xbd]l<[0xef][0xc2][0xde]^[0xb1][0xff][0xca][0xea][0x7]A[0xd0][0x1f][0xe0][0x8f][0x12]g/g[0x1b]*[0xd8]|[0xd8][0xd9][0x99][0xd9]y[0x9e]yf[0xd8]_[0xbf][0xbf][0xff][0x4][0xf0][0x10]+[0x15][0x94]p}[0x16][0xe]n[0xb8][0xb8][0xe9]b[0xd9][0xc5]-[0x17]u[0x86][0xb9][0xce][0xd6]k[0xff][0xdd][0xfb]v[0xe7][0x8d][0xdf]c[0xb8][0xb3][0xdb][0x1d][0xf2][0x3][0xee]%R[0xa4]Z[0x99]COHm[0xbc][0xb7][0x8f][0xef]=i[0x93][0xa3][0xf6][0x95][0xe0]Fn0[0xcc][0xb4]T[0xa4][0xcc]3[0x86]b[0xa3][0xb9][0xc3][0xe0][0xb4][0xe3]=[0xc9]0[0xdf]U[0x91]|[0x95]~[0xec]K[0xed][0xf3]~H[0x99]Z7[0x16]<[0xdc][0xe1]Z[0xd9]8O:f[0xa0][0x12][0x86][0xb5]n[0xac][0x3]/[0x1e]%[0x8f][0x86]^$[0x8d][0xb7][0x19][0x86][0x13]M[0x12]_[0xa7][0x89][0xd9][0xe2][0x11][0xf][0xa4][0xa6][0x8e]51[0x90][0xe2]CO[0xea][0x3]"[0xb7]Or[0x8f][0xe1]ic*[0xbd][0xe3][0x9a][0x90]G[0x81][0xd7]3ZE[0xc1][0x86][0x15]][0xb2][0xb5][0xa4][0xa3][0xcc]S3[0xf0][0xf]G[0x99][0xdc]*[0xff]vn[0x87]JF[0xe6][0xb8]s-[0x90]fS[0x8]9[0xa2][0xe8]e[0x92][0xa4]R[0x13][0xd3][0xdd]Fs[0xca][0xfd][0x95]["[0xcc]7X[0xe9][0xc5][0xa9][0x16][0xf2][0x85][0xb2][0xab][0xa9][0xff]g[0x9][0xeb][0x96][0xb9][0x8a]YT[0xaa]pQf[0xb8]}v+[0x86][0xe6][0xd4]KfX8[0x99]~[0xbb]?[0x94][0xc2]0,[0xdb][0xd4][0xa7][0xc][0x9a]$aF?[0x89][0xc1]}[0xfa]Q%[0xd0][0x87][0xa0][0xb3]de[0xd1]o[0xb3]1[0xa9]$;G[0x91]G7[0xb3][0xd9][0xd5]o`G[0xe4][0x14]P%;[0x93]%Wp[0x8e]lu\[0x80][0xf3][0x98][0xa7][0x9b]t[0xe0]B[0xe]~N[0xa7]hs[0xa7][0x81][0xf]2`}[0xfc][0x98][0x3][0xad]W#[0x5],[0xf3][0x16]q[0x91][0x10][0xc][0x97][0xce]&kMMv[0x19]Wr[0xb2][0xf5]|,[0xe7][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9f]O[0xf1]u&[0xa6]rr[0xbe]2[0xae][0x1e][0xaf][0xa4][0x9e][0xbd]P[0xae][0xf8][0x3][0xc5][0xaf]([0x1c]e=N[0xf0][\r][0xb2][0xd7]2[0xce][0xa5]?PK[0x7][0x8]`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/net/Base64Encoder.class[0x9d]V{l[0x1b]w[0x1d][0xff]^[0xec];;[0x17]7M[0xd3][0xba]m[0xd2][0x7][0xd9][0xd8]#uX[0x1e][0xb6][0xe3][0xd5][0xeb][0xda]5N[0x13][0xc7][0xa9][0x9b][0xa4]q[0xe2]W7[0xe8][0xf9][0xee]j_rw[0xf6][0xfc][0xaa]mF[0xf6]P[0xc6][[0x9a][0x6][0xda]4[0xa6][0x9]M[0x15]R[0x85][0x18][0xb0][0xb6][0xd0]N[0xac][0xea]*[0x98][0xb6]1[0xf1][0xc7]xL[0x8][0x90][0x10][0x9a][0xf8][0xb]$4[0xf8][0xb]M[0xd5][0xc2][0xe7]wv[0xd2]t[0xab][0x10][0xc2]J[0xee][0xbe][0x8f][0xdf][0xef][0xfb][0xfc][0xfc][0xbe][0xbf]{[0xf7][0xe3][0x9f]]#"[0x1f]=)R/%D[0xb2]SR[0xa4][0xad][0x94]rP[0x9a]1[0xa7][0x9c][0xf4][0xb0][0x93][0x1e]a[0xe4][0xe7][0x9d][0xf4][0x5][0xa6]:[0xed] [0xc9]I[0x19][0x91]:Hn[0x7][0xaf]8Hu[0xd2][0x19][0x91][0xb2][0x94]s[0xd0]^&[0xd2][0x9c][0xb4][0xe4][0xa4][0xe5]v[0xd2][0xc9]`[L[0x91][0xf2]Tp[0xd2][0xa3][0xe]*r[0xe4][0x1c][0x8b][0xce]M[0x8d][0xc5]&[0x16]8j;[0x15][0xe2][0xc8][0x1e][0x9][0xcc]z9[0xe2]"[0x1c]m[0x19][0xcf][0x9b][0xa5][0xb2]d[0x96][0xe3][0x92]^Qm[0x88][0xec][0x6][0xf4][0xb3][0x81][0x88][0x97][0xd1]6[0xb6][0xd6]?[0xeb]g[0xf4][0x87]L[0xee][0x8f]X[0xf4]V&[0xf7][0xce][0x6][0x18]}[0x9d][0xc9][0xbd][0x11][0x8b]~[0x88]#~|[0xf6][0xd8]D[0x8c]9[0x82]u[0xe1]A[0xcd][0xd4][0xca]G8[0xb2][0xf5][0x1f][0x88]c[0xdd]x^Q9[0xda][0x1a][0xd5]Lu[0xa6]bd[0xd4][0xe2][0x82][0x94][0xd1]![0xe9][0x8e][0xe6]eI[0x8f]KE[0x8d][0xf1]-[0xa1][0xbd][0x9c][0xd3]J[0x1c][0xed][0x8b][0xe6][0x8b][0xd9][0xa1]|[0xa1][0xe4]_[0x1a]2[0xd5][0xf2]PH*[0xa9][0x1][0xff][0x84])[0xc3]V[0xf1][0x10]|[0xa8][0x16][0xc9][0xd1]=[0xfd][0xd1]%[0xa9]*[\r][0xe9][0x92][0x99][0x1d][0x8a][0x95][0x8b][0x9a][0x99]=t[0xe0][0xd3]"[0xe4]]b[0x1e]o[0xa3][0x10]J[0xa1]zY[0x85]VP[0xd4][0xa6]Mq[0xa2]&[0xab][0x85][0xb2][0x86]"A[0xda]*t[0x80][0xd5][0xaf]M[0x19]a[0xf]/{[0xf8][0xf0]P[0x19][0xab]2V[0xb5]X?[0x12].H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "n[0x8b][0x8b][0x82]l[0xf1][0x9d]7[0x17]Gt][0xcd]J[0xfa]X1[1T[0xb3][0xbc]Qjx[0x1d][0x97]L3_[0xee]k[0xb6][0xb6][0xcf][0xac][0xe8]:[0xb3]Yw[0xd1][0x1e][0xda][0xcb][0xd1][0x9e][0xff][0x82][0x88][0x9b][0x9b][0x9b]=[0xb4]6[0xe3][0x94][0xb8][0xa8]A_t[0xd1][0x0]}[0x8e][0xa3][0x89][0xc][0xda][0xdc]'[0x15][0x8b]R[0xbd]O+[0xf5][0xb1][0xc5]R_U[0xd2]5[0xa5]O[0xce][0x1b][0x83][0xa5][0x8a]9X[0xaa][0x9b][0x8a]&K,[0x9c]A-?[0xa8][0x19][0x5]}[0xb0][0xe9][0xa7][0x19][0x14][0xb2][0xe4]l[0xf][0x8b]s[0xe1][0xf9][0x82][0xa2][0x85][0xfc][0x99]D[0xad]"7[0x86]5ij~X>[0x96][0xaf]F}[0x8a]O[0xa9][0x8f][0xfa]N[0xd4]G[0xab][0xb2]!WO,,[0x8f][0xce][0xc6][0x82]~[0xe8][0xcb][0x99][0xf1][0xc8]@[0xdc][0xbb]h[0xca][0xc6]bV[0x9e][0x9a][0xae][0xca][0xe1]`CJ[0x8c][0x9a][0x91]c[0xb5]\$[0x9c][0xab][0x8b][0xe9]D*[0x18]1r[0xc3][0xca][0xd4]X Z[0xf][0xc2][0x94]\I{[0x83][0xd5][0xb4][0xb7][0xa6]G[0x8d][0x99]j&[0x16]\[0xca][0xf8][0xa6][0xcf][0xe2]?[0xa7][0x84][0x17][0xab][0xb2]7h(SJN6[0xe2]g`[0xb0][0x90]1f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa6][0xcb][0xf5][0xd1][0xbc][0x12][0x1e])E[0x96]F[0x1b]b[0xc6];[0xa2]G[0xc2][0xca][0x88][0x94][0x98][0xd7]3a[0xbd][0x92]N[0x9e][0xc8][0xce][0x8d][0x7]ss[0xe6]|[0x15]^[0xf5][0xcc][0xd4]X6[0xe5][0x8b][0xd7]SZhX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7#K[0x19]5=[0x13][0xb]U[0xd3]Zh:c[0xce][0xeb][0xb2]1[0xaa]+[0xe3][0xa1]F[0xc6][0x9b][0x1e]V[0xbc][0x93][0x88]4[0xc6][0x16]O[0xe]G`P[0xf6][0xcd][0xe7]2[0xe1]Z[0x3][0xf4][0xb0][0xec][0x8d][0x97][0xb0][0xc9]'%[0xe7][0xf3][0x19]_|82[0xc5][0x9c][0xd6][0x10][0x99][0x9c]U[0x13][0xc1][0x91][0xe8]x[0xa8]*k!-[0x9d][0xc8][0xe5][0x14]#[0x8e]=[0xd3][0xb9]t[0xb8]6[0x1a][0x9][0x7]+b[0xca][0xbb][0x98][0x95][0x92]'[0xb3]io|X[0xae][0x87][0xaa][0x19]-4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xf5]H[0x18][0xa9]'C#J8^[0x8f]j[0xa1]d:[0xa6]x[0x11][0x0][0x8c][0xc4]+,[0x83]Tr[0xda]r[0x90][0x8a][0x85]J[0x19][0xdf][0xc9]l[0xc6][0x9b][0xca][0xa6][0xbc][0xc1]2J[0x91][0x13]Q`f,[0x97]2[0x82]#H[0x1]Q[0xeb][0xf0]ZC[0xfd][0xe2]%5[0x16][0xca]e[0x8c][0x93][0x96]SD[0xae]gP[0x1a]%|0[0x9b]B[0x83]X[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+W=[0xe4]C[0xbd][0x1b][0xe9][0x98]?[0x8b][0xe6]A[0x9f]+[0x88][0x19][0xa3][0xc4]6[0x99]0\@dU[0xd9]D[0x9][0xcc][0x93]L[0x99][0x83][0x13]D[0x8d]:[0x1a][0xf1][0xe1]TB[0xaf]X[0xd1][0x9b][0xf3][0xf5][0x8c][0xf7][0xac][0x15][0x19]+[0x3]J[0xb0][0x84][0xbe][0x9c]U[0x92][0xa8][0xad][0xd6][0xc]BlmF[0x84][0xf1][0xba][0x95]^[0x8c][0x15][0x9c]5o[0xa6][0x94]NL[0xd6]#S308[0xba][0x8c]t[0x97]-[0xc7]Z[0xa8][0xaa]$#Yd[0xb8][0xac]$g[0x86]es[0xb9][0x12][0x99][0xa8][0xb1]F[0x8d]@_[0xcc][0x18]A[0x9f][0x88][0xa6][0x18][0x91])[0xbd][0xaa]X[\r][0xd3]+R[0xdd]r[0x80]tB[0xa6][0x92][0xd0][0x97][0xd3][0x9][0xd6][0x1c][0xd6][0x88]I[0xe6]t[0x4]e0[0x94][0x4]"[0xf5]1[0xc3][0xcd]h#,0[0x86]Y_[0xdc]DY[0x1a][0x88]TGJ[0xcd]ZI[0x89][0x91][0xb3][0xb2][0x11][0xf4]6[0x11][0x11]/G[0xb3][0xf9][0x83])3[0x92][0x8d]6[0xfc][0xc7][0xe7][0xc2][0xd3][0xf5][0xc8][0xf8][0xc1][0x81][0x98][0x11][0xac][0xa4][0x80][0x88]T[0xc2][0x9f]]4[0x82][0x8d]tbTK'[0xa7][0xcd][0xf1][0xa5][0x9a]&kc[0xd5]9[0xec][0x11][0xa3]^[0x9c][0xa8]%[0xff]q[0xd1]A[0x8f][0xb9][0xe8]K[0xb4][0xc2][0xe6][0xc6][0xa8][0x83][0x1e]w[0xd1][0x13]T[0xe7]hl,4~lb2<[0x15][0x99]>[0x1e]=13;wr>[0xb6][0xb0][0x18]O$Si)#+[0xea][0x99]lN[Z[0xd6][\r]3_x[0xb4]X*W[0xaa]gk[0xf5][0xc6][0xf0][0x88][0xd7][0xe7][0x1f][\r][0xdc]080t[0xf8][0x96][0x81]5[0x9b]YR[0xe5]2[0x6][0xe3]M[0xd1][0xa6]9[0xe4][0xcc][0xaa][0xe5][0xd6][0x95]`[0xef][0xb7]F?[0xcf][0xee][0x0][0xcc]S[0xb1][0xa8][0x16]tIV[0xc7]t[0x9d][0xa3][0x83][0xb7][0xb9]y[0xfe][0xc7][0xbb][0xc8]}[0xbb]K[0xb][0xf6]yY[0xcf][0x9b][0x98][0xbf];[0xfa]7okF[0xfb][0x89][0x91][/[0x95]U[0x3]7N[0xbe][0x82]<[0xdc][0xcd][0xd5]Z~h[0xe][0xb6][0xca][0xb0][0xa8]J[0xc6][0xa1][0xf5][0xfc]n[0x15][0xe3]")0N7[0xe9][0xe]|3[0xf4][0xe2][0x2]w[0xe2][0x89][0x11][0xb][0xaa][0x97][0xf6][0xd1]~[0xe2][0xe8]3[0xa0][0xdb][0xa8][0xf][0xfc][0x1d][0x9b][0xf8];[0xc1]v[0x13][0x17][0xf8][0xbb]7[0xf1][0xf7][0x80][0xbf]w[0x13][0xdf][0xf][0xfe][0xc0]&[0xde][0x3][0x1e][0xa3][0x18][0xb4][0x3][0x1c][0xee][0x13]h[0x86][0xac][0xcf]"\[0x15]x[0xf3][0x9e]+[0xc4]][0xb0][0x96][0xe][0xe3])[0xe2]Mpj[0x87][0xa3][0x11]b[0x97][0x8a][0xb5][0x88][0xbc][0xd8]@[0xd4][0x8e]kh[0xb4]e`[0x91]l[0xd6]Z[0xb7][0xe7]2[0xb5]E[0x7]^#[[0xf4]u[0xb2][0xa7][0x6][0xae][0x10][0xdc][0xf3][0xea][0x86][0xc1]n[0x98]"P<[0xcc][0x89]0[0xb3][0x1d][0x86][0x98][0xe1][0x9d][0xcd][0xcd][0x14][0xa0][0xfb]-[0x7]]t[0x10][0xd5][0xe0][0xe0][0x2] [0x84][0x8e][0xb9][0xc8][0xb7]\[0xdc][0xeb][0xe9][0x16][0xba][0x1d][0x97][0xc9]y[0xdc][0xd3][0xdd][0xde]"ZN[0xc5][0xdb]:[0xed]%[0x1][0xcf]c06[0x81][0x0]&i[0x17][0x85]a|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x85][0x8b]lr~o[0xcb][0xf9][0xae][\r][0xe7][0xf][0x80][0xb3][0xe3][0xdd]aez[0xa8][0x99]i[0xdb][0x13][0x90][0xb9][0xa0][0xf9][0xc0][0xf3]6my[0x9d]:R[0xdd][0xae]+[0xb4][0xe5][\r][0xcf]5[0xfe][0xb4][0xa0];rW[0x9d]Q[0xdb]a[0xdb][0x91]}[0x9e]k[0xe7][0xe8][0xba]-[0xc0][0xdb][0x2][0x82]-[0xd0][0xe1][0xd9][0xe7][0xb][0xd8][0xf7][0xd9]O3[0xe9][0x9d][0x1e][0x10][0xbe][0x0][0xbf][0x8f][0xb7][0xd8]-[0x1e][0x10][0xbe][0x80]p[0x9e]\[0xf6]@[0xc7]y[0x12][0xf8]@[0xc7]E[0xea]t[0xdb][0xb7][0xd1][0x8d][0x15][0xbe][0xe1][0xb]8,NXq[0xd4][0xdc][0xfc]6[0xfa]p[0xc5][0xd1]x[0xc2][0x17]p2![0xdf][0xb5]u[0x85][0xaf][0xb9][0x85]mt}[0xa5]K`[0xe2]v&[0x16][0xba][0x1e]Z[0xf1][0x5][0xc4][0x81][0xbd][0xab]m[0x9c][0xdb][0xf1][0xec]B[0x93]p[0xae][0x13][0x1d][0xfc]9jw[0xb7]?{[0x9e][0xf8][0xae][0xc3][0xeb]2;[0x93][0x89]-[0xd9][0xaa][0xcd]v~[0xed][0xe8][0x0][0xab][0xa0][0xcd][0xaa][0xe0][0x19][0xea][0xc1][0xf3]42[0xcf]P')[0xe0][0xce][0x0][0xae]Y@q[0x9][0x90][[0x6][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0]U[0x11][0xd5],[0xa1]a[0x15]:JU[0xd4][0xb7]F[0xf3][0xf4][0x18]%[0xe9]I:E[0xab][0xa4][0xd1][0xd3][0xb4]B_[0xa6][0xe7][0xe8]+[0xf4]2}[0x8d][0xbe]O_[0xa7][0x8b][0xf4][\r]z[0x8b][0xbe]I[0x84][0xad][0xbf][0xd0]3V7[0x1a][0xa8][0xee][0x8][0xb4][0xf][0x2][0xb6]vX[0xff][0x9][0x1d][0x6][0xc5][0xc3][0xc7][0x5]:[0x2]J[0x80][0xa5]G[0xe9]!P[0xe][0xd8]{[0x18][0xbe][0xf6][0xe3][0xf8]<[0x87][0xde][0x8e][0x81]j[0x87][0xed][0x7]([0x4]JDD?[0xa2]qP[0x1d]8R[0xbf]@[0xff][0xf7][0x13][0xfb]V[0xfe][0x0]+[0xd9]A[0xeb][0xa1]_[0x2][0xb][0xac][0xcf]{[0xe8]m b?P0[0x5][0xf9][0xcb]$v~L[0x9d][0xe][0xea][0xe6][0xb8]5[0xf4][0xdd][0x5][0xca]b[0xf0][0x83][0x9a][0x9d][0x0][0xbe]m[\r][0x1]oV4[0xb5]m[0x8c]][0xc3][0x8a]O[0xab]l-{[0xdb][0xfe][0xbf]m[0x82]E1[0xc6]:w[0xc1][\r]4[0xae][0xa2]2[0x1d][0x8]j[0xff][0x6][0x1a][0xbb],4^[0xa6]m[0xd7][0xf1][0xb1]m;[0xec][0x99][0xb9][0xef]Z[0xc0][0xe] [0xba]y7[0x9a][0xec][0xb9][0xcf][0xcd][0x3]l[0xc0][0xc]G[0xe7]h[0xe7]E[0xda][0xee][0x16][0x6][0xbb][0x8e][0x9e][0xa3][0x8e]&[0x10][0x84][0x85]U[0x9e];[0xbf][0xf6][0xfe]^[0x87].[0xe4][0x8e][0xec]u[0x14]~@[0xd6][0xef]n[0xeb]4Qk[0x1e][0x90]U[0xc9][0xbd][0xab][0xb6]6[0xe0]u[0xd5][0xc6][0xed][0xbb][0xea]|[0xc0][0xde][0x4][0xbb][`[0xa0]~[0xc6]-[0x8]@[0xf7][0xf7]Z1[0xed]`1[0xc1][0xd7][0x80][[0xf0][\r]2@3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x87]`[0x90][0xe1][0x98][0xd1]<[0xa3][0xdb][0x9b][0xb4][0xc0]h[0xb1][0xc7][0xee][0xe6][0x11][0x8a][0xdb][0x1][0x80];[0x1][0xf9]g[0x17][0xdc]|[0x8f][0x1d][0xa6][0xdd][0xeb][0x1a]'[0xe]D;[0xbf]I[0xb3]c][0xd3][0xde]%[0xd4][0xdc]"[0x14][0xab][0x82][0xfd][0xfc]Z[0xa1][0xc7]~[0x13][0xc9]U`[0x81][0xe8][0x87]@[0xd6][0x8f][0x81][0xe4][0xb]8[0xfb][0x17]i7][0xc2] [0xfc])[0xf0]s[0x5][0x13][0xe1][0x12][0xcd][0xd2][0xeb][0x98]gW[0xf1][0xa5][0xfd][0x6]>[0xa2][0xaf][0x3][0x91]?[0xc7][0x85][0xf8][0x16]=[0x5][0x9c][0x11][0x93]' [0xd7][0xf0][0xdb][0x81]e[0xdf]tD[0xef]bO[0xdc]9[0xa9][0xa9]c[0x10]Gt[0xc][0xe0][0xb0][0x8e]![0x1c][0xd5]1[0x8c]z[0x16][0xb3]:[0xee][0xe0]n[0x16][0xf7]t[0xdc][0xc7][0x9c][0x8e][0x6][0xe6][0x9][0xa7]>[0xa1][0xaa][0x8e][0xd3][0xf8]\[0xc7]8[0xce][0x12][0x6]{[0xc5][0xb9][0xd6]v[0xdc]%[0x11]:[0xa3]b[0x9f][0xe8]x[0x80][0x5]Y[0x1e]r[0x9b][0xe3][0xa3]rz[0xc4][0x93][0xfb][0x93][0x8e]s[0xa8][0x12][0xf2][0xbd]O[0xa5][0xde]`[0xe1]#G[0xe3]i+[0xb4]W[0x9][0x7][0xad]v[0x10][0xd8][0x9e][0x1a][0xfe]Y[0xc7]ue[0xb0]8[0x98]%8[0xbe]+[0xeb]Mi/[0x88][0xb4]'[0xf7][0x9a]~A[0xd4][0x96][0xed]P[0x8d])[0xe1][0xd0]G#[0xa0][0x8c][0xf2]e2[0xd7][0xd6]lo[0x89]p[0xd6][0xd8]> [0xdb]g&[0x96]e[0xaa]'[0xfe][0xc3][0xec][0xee][0x12][0xcc][0x98][0xd9][0xd9][0x8d]Q[0xfe]1*[0xf2]/T[0x12][0x9]y_>%[0xe4][0xb1][0x81]|^[0x9e][0x9a][0xef][0x19][0xfe][0xc][0xe3][0x18]X%>=A[0x9a]c[0xd9]R[0xae]l Y~[0x86]Ty|[0x3][0x89][0xf2]s[0xa4]+[0xcf][0xb9][0xa9][\r][0xd0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4]3^[0xb]H[0x1][0x94]A[0x1f]e[0xb1][0x9f]4[0x1c][0xa5]>[0x8c][0xb0][0xfd]0[0xfb][0x5]t[0x14][0xa7][0x0]u[0x1a]S6[0x92][0xc1][0x88][0xb][0xfd][0xc1]w)T[0xa9][0xfc][0x8f]tr[0xbd][0xd2]A[0xb6][0xa0]u[0xd0][0xf7][0xa7][0xba][0xfd][0x7]m[0xb6][0xfc]/[0xf][0x4]>[0x18]S[0xeb][0xaa][0xf])|[0x92][0xbb][0x2][\r] E[0x83][0xc8][0xd0][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0x8c]"[0x1d][0xc7][0x10][0x8d][0xe0][0xc][0x9d]@[0x89][0xc6][0x14][0x91][0xd1][0xa8]D[0x97]H[0x5]g`0[0x1][0xce]@[0x89]m[0x9][0x94][0xd9][0x9a]C2[0xd3][0xff][0x16][0xc5],[0xfb]I[0xc6]6[0xa6]x[0x81]w[0xe2]]++[0x16][0xb9][0xf5]n[0xe3][0x19][0xb1]SU[0xd5][0xd0][0xa3][0x98][0xb8][0x6][0xc9][0xd8][0xc6][0xf9]s\]|[0xc6]K[0xec]{[0xfc][0xc]z[0xa1][0xbf][0x83][0xfd][0x11][0xd6][0x81]B>:S[0x7][0x7][0xb][0x5]>wp[0xe8][0xef][0x1e][0xfc][0xc9]-[0xf8]F[0x84][0x9f][0xd7]0[0x81][0xf3]1~5[0xe6][0x97][0x16][0xcc][0x9e]d[0xbc][0xd9][0x92][0x9c][0xe6]V[0xa2][0xe4][0x8b][0xb8][0xd4]MNt[0x93][0xe9][0xaf][0xbd][0x93][0xd9][0xff][0x85]Z[0xbf]d[0xf5]E3[0xfe][0xe][0xf0]?[0xdb][0x9]$[0xde][0x3]PK[0x7][0x8][0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/net/ConnectionCache.class[0x9d]WktTW[0x19][0xdd]wr[0x93][0x1b]&7d[0x8][0x9]$)[0x84][0xf0][0x8]Nf&[0x9d][0xf0][0xb0][0xb6]!R[0xda][0x1]J[0xc2]LP[0x12][0x88]C[0xb5][0xf4]frM[0x6][0xe6][0x91][0xde][0x99][0x1]R[0xd1][0xaa][0xd5]j[0xad][0xb5][0xf6][0xa5][0x5][0x11][0xeb][0x13][0x1f]P[0x9][0x90][0x4]H[*[0xd1][0xa2][0x88][0xae][0xea]/[0xb8]\.u[0xf9][0xcb][0xe5][0xf2][0xf1][0xcf]E[0xc5]}[0xce][0xdc]L&O[0x82]Y+[0xe7][0xf9][0x9d][0xf3][0xed][0xef][0xb5][0xcf][0x9d][0xeb][0xff][0xbd][0xfc]&[0x80][\r][0xf8][0xd5][0x2]4[0xe1]cN[0xf8]qT[0xc3][0xc7][0x9d]([0xc0]Q[0xb1][0xf2][0x9][\r]O8Q[0x94][0x9d]|[0xb2][0x10][0xf2]/[0xd3]$f[0x9f][0x12]B[0x9f][0xd6][0xf0][0xa4][0x13][0xa5][0xf8][0x8c]h>+V[0x9e][0x12]{[0x9f][0xd3][0xf0][0xf9]b<[0xed]D9[0xbe] [0x9a]gD[0xf3]E'w[0x9e][0xd5][0xf0]%![0xf1]\[0x9][0xbe][0x8c][0xe7]5[0xbc][0xe0][0xc4][0x8b]xI[0x1c]|[0xb9][0x4]_[0xc1]WK[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0x89][0xe6][0xb8][0xb8][0xf1]kB[0xf4][0x84][0x0][0xf0][0x94]X[0xfb][0xba][0x90];i[0xa3]x[0x8f]K[0xa0][0xfd][0x86][0x86]W[0x9d]h[0xc0]7[0xc5][0xe4][[0x1a][0xbe][0xed][0x84][0xf]GE[0xf3][0x1d][\r][0xdf][0xd5][0xf0]=[0xa1][0x94]&[0x9d][0xd2][0xf0]}[0x5][0x85][0xdb][0x12]ik@[0x81][0xde][0x9a]H[0x98]V f[0xa4]Rf[0x8a][0xcb][[0xf7][0x84]Ba[0x5][0xe5][0xc1][0x3][0xc6]![0xc3][0x1f]3[0x12][0xbd][0xfe]][0xdd][0x7][0xcc]Hz[0x93][0x2]g|4[0x91]J[0x1b][0x89][0x88][0xa9]`E0i[0xf5][0xfa][0x93][0xfd][0xa9][0x8d][0x7][0xfc][0x9]3[0xed][0xf]$yQ$[0x1d]M&[0x2]F[0xa4][0xcf][0xa4]xI|[0x9f]a[0xf5]t[0xa4][0x93][0x16][0xe5][0x17]go[0xcc][0xa4][0xa3]1[0xff][0xe]#[0xd5][0x17]2[0xfa])[0xb3][0xa0]#[0xda][0x9b]0[0xd2][0x19]![0x11][0x9c].[0xd1]2[0x1d][0xc6][0xdc]j[0xd7]H[0xb3]6m[0xce][0xaa]?l[0x1a][0x7]m[0xf5]K[0xf3].[0xef][0xe2][0xf2][0x4][0x84][0xc0][0xcc];[0xb6]j[0xa1]c[0xcf][0xee][0xe0][0x84][0x9a]M[0xd3]![0x9]mz|:[0x1a]7;[0x93][0xc1][0xe8]![0xaa]S[0xda][0x14][0x14]s[0xa9][0xcf]2[0x8d][0x9e][0xc9][0xee][0xec][0x94]k#[0xd5]n[0x1e][0xa1]k[0xd4][0x84][0xec]*[0xdc]s[0xa6][0xd1]:[0x91]F[0xee]y[0xa6]Q[0x9b]|[0x16][0xe2]I[0xf1]e[0xa4][0xa6][0xa2][0x8f][0x9b][0xd2][0xa8]VN[0xe][0x1b]Q[0xa1][0xd2][0xdd]&[0xfc]1[0xef]'[0xcc]vl[0xab]8Td>[0x96]1b[0xf4]K[0xe5]L[0x95] [0xde]Y[0xa3][0xa7][0x7][0xeb][0xf8][0xed][0xeb][0x87][0x3][0xeb][0xf9][0x81][0xaf][0xa1]F[0xf0][0x7]?[0x9c][0x9d][0x82]>[0xd9];[0x4][0xd1]BA[0x8b][0x1c][0xbf][0x9f][0xff][0xe4][0xd6][0xdc]|[0xb][0xff]I[0xd3]rL[0xbe][0x94]=I[0x8d]}[0x9]G[0xe4]nJ[0xb6]r[0xf6]a~[0x92]+[0xec]WyF[0xe0][0xf0][0x8c][0xa2] <[0x2]u[0x8][0x85][0x1c][0x16]q[0xa8][\r][0xa1][0xd8]S[0x81][0x5]CP[0x6][0xe5][0x1d]ml[0x97]@|[0xc3]o[0x81]J[\r]e[0xd4]QC[\r]+[0xa9]c'W[0xf5][0xec]m[0x8]J[0x8c][0xb][0x10]B[0xbb][0xad]i[0x99][0xdc][0x1][0xd4]s(9[0xcb]^[0x91]w[0x15][0xc9][0xd5][0x10][0xdb]][0xf8][0x80]-y[0x81]z[0x84][0x86][0xb5][0x9e]p[0xe8][0xaa][0xe7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbd][0xc3][0xd0][0xdf]Bi{[0xe3]5h[0x8a]o[0xec]l[0xe3]E,d[0xd7][0xac][0xfa][0xc6][0xaa][0xd5]+[0xb4]@[0xc5]R[0xac][0xe0][0x89]*[0xd4][0xca]~[0x5]V[0xcb][0xbe]@[0xea][0xa8][0xa1][0x16][0xf0][0xe9]P[0xf1]0\[0xb4][0xb8][0x2][0x8f]P[0xf2]QJ[0x18][0x12]s[0x1d][0xe5]\[0xb4][0xe4][0x83][0xd8][0xcd][0x11][0xf5][0xda][0xe8][0xc5][0xa8][0x83]>W[0xd0][0xc9]q-[0x1c][0xef][0xa2]J[0xc3][0x1e][\r]{o[0xf1][0xc6][0x2][\r]]r[0xb6][0x7][0x8a][0x86][0xf]Q*[0x8c]}[0xb6][0x5][0xbf]#~[0xa1]s[0xa7]'[0xdc]~u[0x14][0xa5]a[0x8f]o[0x4]e[0xcd][0xaa]4[0xa6]Z[0x1d][0x86][0xab][0x8b][0xc3]E[0xd7]PG?[0x97][0x87]=[0xe5][0x8b]GP1[0x84]Eb[0x91][0xbb][0x95][0xa2][0x1f][0xc6][0x92][0xc6][0xb1]Sp6[0x17]6[0x8e]U[0x17]^[0x19][0xa4]ST:=[0xc0]k[0x3][0xc]` g[0xde]Z[0xba][0x19][0x88]q7A#[0x92]4[0xb7][0x9f][0xe1][0xb0][0x98]:)[0x82]O3-[0xe]Q[0xee][0xb0]4[0xd5]C[0xa9]2[0xee][0x8]SU[0x1]0g[0xea]N[0xdb]T1z[0x98]NrH[0xa3][0xcb]Pp[0x13][0x9b]i[0xe3]V[0x9a][0xf8][0x1f][0x19][0xad][0x8f][0x8c][0xe7][0x8e]RI[0x0][0xc2]_m[0x9e]p[0xf0]*[0xf3]g[0xe9]1[0x14]{[0x9][0xb9]E4[0xc5]![0xef][0x98][0xef][0xca][0xa9][[\r][0xd2][0x98][0xea][0xb7][0xb1]Pt[0x1e][0xef]%[0xd4][0x14][0xe0][0xd4][0xad]wf\[0xbd]<[0xc8]x[0x81]k[0xe2][0xae]z[0xbb][0x9c][0x19][0xf6][0xd2]Q4[0x84]=[0xea][0x8][0x1d]GZ+Jo[0x14]>Ruc[0xc8][0x97]E{w[0x97][0xcf];v[0xb6][0xdd]K[0x88]R[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5][0x94][0xac][0xa6]S[0xab][0xa5][0xd5][0x13][0x14][0xfe]w[0xce][0xfe][0xc1][0x18][0xfe][0x93]V[0xfc][0x8b][0xbb][0xff][0xce][0xa1][0xd2][0x99]C[0xfd]xL[0xe2][0xab][0xb5][0xf1]Y6[0xbd]g[0xf7]R6C[0x94]C[0xb9][0xc5][0xa3][0x8e],[0x1b]f[0xa9]0[0xfb][0x4][0xa5]][0xc5][0xc8][0x90]{[0xb2][0xbe][0x15][0xf][0x99]([0xa3]B[0x82]T[0xce][0xe4][0xde][0x92]"[0xfb][0xbd][0x98]x;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "IUB]1[0x8e][0xe4]^[0xa9][0xf7]J [0xe4][0x82]Q[0xf8]i[0xaa][0xe3][0xe8]L[0x1f][0xfa][0xc2][0x83][0xce]H[0x98][0x91][0x19]}[0xf7][0xaf][0xf8][0x3][0x9c]q[0x1c][0xe3][0xb7]w.P[0xcb][0xf8][0xb2]n{[0xed][0xb5][0xbe][0xf5][0xad]}[0x92][0xdf][0xff][0xf9][0xe5]W[0x0]7[0xf0]Y[0x4][0xd3]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0x8e][0xb7]t[0xbc][0xed][0xfb][0xaa][0xdd]nK[0xe7][0x1d])nE([0x96][0xa5]xW[0xc7][0x8a][0x8e][0xd5][0x8]"X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "aM[0xea][0xf7][0xa4][0xc8][0x86]p[[0xea][0xf7]#[0x8]#[0xa7]c=[0x2][0x3]y)[0xee][0xe8][0xd8][0x8][0xe1][0x83][0x10][0xee][0x86]P[0x8][0xe1]^[0x8][0x1f][0xea][0xd8][0xd4][0xf1][0x91]@[0xb0][0xb6]{[0xe0]:5[0x1][0x91][0x15][0xf0][0xd7]v=G@g[0xcc]i[0xda][0xfb]<][0xb4]l[0xcb][[0x12][0x8]$[0xb3][0xd9][0xd4]&3[0x96][0x9d]}S`8g[0xd9]f[0xbe]Y[0xdb]3[0xdd]{[0xa5][0xbd]*#F[0xce])[0x97][0xaa][0x9b]%[0xd7][0x92]~7[0xe8][0xf7]>[0xb7][0x1a][0x2]S9[0xc7][0xad]d[0x9c]z[0xe3][0xe6]a[0xc6]6[0xbd][0xcc][0xaa]k[0x9a][0x1b][0x8e][0xeb]-0[0xa3][0xd3]\Sm+[0xa6]'[0xc3][0x2][0xbe]d[0x8a]h[0x6][0xb]^[0xa9]|[0xbd]T[0xef]V[0xb][0x1d]X[0xf6][0xbe][0xbc]K[0xb0][0x16][0xb1]Y[0x8d][0x8e][0xe3]OfS[T[\r][0xa7]|_`2wXzPR}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa6][0xfb][0xc0]t[0xb][0xc][0x9b][0xb2][0x97]`[0xee]D[0xe7][0xb4]Z[0xb2]+[0x99][0x95]/[0xca]f[0xdd][0xb3][0x1c][[0xe2][0xa8][0xb3]1Yb[0x17][0xcf])x[0xae]eW[0x4][0xc6][0x93][0xa9]s[0xe9][0x9d][0xe8][0x2][0x99]W[0xdc]},[0x10])8M[0xb7]l[0xae]Z[0x12][0xdd]`o[0xaa][0xeb][0xf2]J[0x14]O[0xa1][0x18][0xc5][0x15][0xcc][0x8][0x8c][0x9e][0xd5][0xc8][0xda][0x9e]Y1[0xdd]([0xae]b&[0x8a][0x84][0x14]s[0xb8][0x16]E[0x6]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "\>[0xcb][0xbb][0xdb][0xb4]=[0xab]f[0xf6][0x11]r[0xac][0xff][0x2][0xb9][0xd5][0xb4][0xaa][0xfb][0xa6]+[0x10][0xcb];[0x89][0x3][0xf6]N[0xc8][0x11][0x12][0x96][0x9d]p[0x99]d&[0xa2][0xd8][0xc2][0xb6][0x14][0x9f]p[0xf2][0xf9](^[0xc3][0xeb][0x12][0xd4][0xe]9[0xb8][0x90] y[0xf8]i[0x14][0xbb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8c]]@[0x92]@[0xb8]7[0xe1]6[0x17]6[0x9b][0xa0][0xd8][0xa1][0x8]w[0x1f][0xcb]<[0xed][0x1][0xdb][0xb1][0x13][0xfd][0xc7][0x13][0xbb]x[0xeb][0x2]#g[0xe5][0xef][0xec][0x1d][0x9a][0xe5][0xc7]C=[0xf6][0xf9][0x8][0xf8][0xe0][0x82][0xa5]z[0xdd][0x94][0xd5][0xe6][0x92]O[0xee][0xe2][0xc9][0xf5]tY[0xe1]F[0xa7][0xf9]*[0xfe][0xe7]x[0xe2][0xa2]r[0x9b][0x9d][0xc7]D[0x15](W[0x9d][0x86]IJ[0xe2][0xfc]"[0x1][0x1f]4[0xb9]KZ[0x9a]\[0x9d][0xd2][0x9][0xa5][0x3][0x10][0xcc]z[0x9a][0xf2][0x19]zM[0xc6]}[0xd4]W[0xd3]'[0x10]i[0xdf]1[0xb4][0xb4][0xe1]?F [0xad][0x1d]#[0x98][0x8e]K[0x9a][0xee]O[0xaa][0xc0][0xb3][0x94]3[0xd0])g[0xe1][0xe7][0xf5]0#[0xc3]x[0xe][0xe3]|[0x13][0x97]p[0x9d]g[0x19]z`#U[0x12][0xcf][0xe3][0x5]@YI[0x9e][0x9]e[0xa5]hi[0xb4][0xd3][0xb8][0xd6][0x85][0xb0][0xa1]|`"[0xfd]3[0x82][0xda][0xf][0x18]H[0x13][0x8b].[0xdb][0xd3]?R[0xb3][0xc8][0xc6]C[0xaa][0xe8][0xab]D[0xc0]]P[0xfd][0xa2][0xb8][0xab][0xe9]'[0x7][0xb4]T[0xc1][0xc1][0xea][0xbc]9[0x9][0xeb]C[0x9f]7[0xd3]Z[0xce]ru[0xd2][0x98][0xe2][0x83][0x4][0x99][0x83][0xde][0xa4][0xc6][0x91][0xd4]+[0xa1]BO[0x92][0xe2]l[0xda][0xe2][0x8b][0x82][0xb][0x12]V|N[0xc1][0xee][0xac]i[0x8d][0x1b]i[0xea][0xa9]L9dV[0x8a]2[0x9b][0x8][0xab][0xc8]b<[0x1e][0xe3]4[0x11]-[0xcd]/6[0x9d]Ht[0xff][0x9e])[0xdd]H[0x15]\[0xa8][0xd4][0xdd])[0x9]M[0xde][0xdb])[0xcf][0xc9]L[0xc6][0x8a]p[0x19][0x1d]u[0x8d])[0x97]"[0xeb][0xf3]K3[0x86][0x9e]M[0x9b][0xee]t[0xa4][0xdf][0x98][0x1e][0xd0]l-aL2>[0xa5][0xba]B[0xf3][0x4][0x7][0x9d]xVO[0xf6]X[0x9][0x87][0x8f][0xc9][0xc9]RQ[0x9f]`X[0xc6]O[0xbc]l[0x15][0xd9][0xc7][0xc8][0x14]PG[0xed]T[0xd6][0xa5][0x86]6Y$[0xb2][0xc0]~[0xf7][0xe1][0xd6][0xa2][0x1f]E9*[0xac][0x9b]+'a[0x89][0xa6][0xb]s=[0xf6]t[0xaf][0x91]v[0xcd][0x9][0x91]H[0xe4]A:[0xcc][0xf0][0xce]"[0xc9][0x14][0xcd][0xee]u[0xdd][0xd4]^C#[0x9d][0x9c]l^8[0xd9][0x98][0xf5][0x81][0xb8][0x93]M[0xeb]F[0x9f])b[0xbe][0xe8]V[0xfa]v[0x88][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb6]a[0xbb][0x84][0x95][0xc][0x9d]ZL"U[0xd7]l[0xdb]q[0xd5]1C[0xb5][0xb3][0x96]%[0xe3]u[0x5]?[0xc5][0xcf][0xe8][0xbf][0x82]7[0xf0][0xa6][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "~[0x8e]_([0xd8][0x83]>[0x19][0xbf]T[0xf0]+[0xf4][0x11]j@[0x2]d[0xbc][0xa5][0xe0][0xd7]x[0x9b][0x86]DE[0x90][0xc9][0xb3][0x85][0x82]h\ [0x1b][0x98]T[0xbb][0xb5][0x8c][0xa9][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xde][0xc1]%[0x5][0x97][0x85][0xe2][0xdf][0xe0]][0x5][0xbf][0xc5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xb8][0xa2]`[0x6][0xef][0xcb][0xb8][0xaa][0xe0][0x1a]>[0x10]R[0x1f]JXU[0xd4][0x16][0xb5],#[0xa1]Y[0xcc]m[0xd7][0x98]eJ[0xc2][0xc6][\r][0xeb]6[0xa8]FF[0xd7]R[0x86]:[0x99][0xcd]x[0xde]L8[0x96][0xe5][0x9c]1[0xc6][0xd5][0xb1]i[0xd5]=[0xe3][0xa8]Lbu[0xdc]L[0x98]nF[0x10][0xf1][0x11]sv[0x96][0xc6]}Zz[0xe][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xe3]M[0x5]7pS[0xc1][0xef][0x4]g[0x8b][0xcb]$(3[0xb3][0x88]k([0xcb][0xed]`[0xb2][0x14][0xd2][0x86]^'k[0x8d][0xab][0x82][0xda]B[0x14]KI[0x9f]p[0xd2][0xea][0xde][0xe1][0xe1][0x3][0xf1][0xe][0x1][0xe6][0xf7][0x12][0xd4][0xb9]I."[0x9e][0x99][0x83][0x89][0xe5]0[0x1c][0x8b][0xcb][0xf8][0x83][0x82]?[0xe2][0xe3][0x82][0xf1][0xe2][0x82][0xe1]4[0xdd][0xce][0xa7]>Yn[0x9d][0xbb][0x8b][0xf5]XVI[0xa2]eJe[0x15]|[0x82]?)[0xf8]3>U[0xf0][0x17][0xfc]U[0xc2][0xda];)(&[0xff][0x9d][0x95][0x93][0x82][0xfb][0xb1]S[0x81][0x8e]q[0x5][0xf][0x8b][0xd1][0xdf][0xf0][0xf7][[0xc4][0x9]d[0xc2][0xcf]yn[0x6][0xc4][0x86][0xb8][0xb1]'A{[0x12][0xac][0x1][0xe7][0xac]iYZ[0xa4][0xab]c[0x93][0x1a][0x1a]1[0xed]q[0xe7]LF[0x1d][0x1c]V[0xb7]utv[0xab]#[0xfb]G[0xb6]mmU{R)[0xcb][0x18]1[0xc6][0xfa]M7[0xd2][0xb5]e{Gg[0xa7][0x1a][0xea][0xdf];<[0x10]kW-[0xf3][0xa4][0xa1]>d[0xe8]'[0x9d]V[0xb5]7[0x99]v&[0x8d][0xc8][0xe6]-[0x1d][0x9b]::7o[0xef][0xec][0xb8][0xb7]K[0x8d]k[0x13][0xec][0x3][0x85]U[0x12][0x96][0x95][0xdf][0xfd]%4[0x14]C[0xbd][0xec][0x4][0xa1]R[0xb6]|[0x15][0x92][0xc1][0xa2][0x12]o[0xc1] [0xcb][0xaa]'[0x9d][0xc8][0xce]c[0xb0][0xfe][0xb4]f[0x99][0xe3][0x8c][0xc7][0xa0][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0xa6]L[0xe9][0xce][0x9c]7[0xd3]]f[0xaf]f[0x95]W'[0xc][0x97]V[0x89]+[0xd4]:sQJ[0x9f]%[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd1][0xd9][0x16][0xb3]$Tv[0xab]o[0x9e][0xeb][0xf7][0xee][0x92][0x96]#j[0xd6][0xb0][0xf3][0xad][0xa3]a[0xfe]RF[0x8b][0xb9]mi[0xba][0xd1]#[0x1c][0xf8]B[0x99][0xd6]r[0xa7][0xcd]FK[0xa5][0xc][0x9b][0x9d]d[0xe3][0x1d][0xb5][0xa7]bw[0xf1][0xbb][0xce]-,[0xc1][0x8c][0xe1][0xe][0x19][0xa7][0xb2]F[0xc6]=[0x90]vR[0xcc][0xf8][0xe9]y[0xa4].[0x8c]I[0x90]j[0x19]v[0xc2]Mz[0xe7][0x87]([0x1f]u[0xb6][0xbc][0x1e][0x6][0xda][0x17][0x8a][0xb6][0xb2][0xef][0xd5]d[0xb2]c[0x99][0x82][0xa5]e[0xa1]h[0xb4][0xac][0x1b]w[0x95]lU[0xec]Q^1[0xfa]Y[0xfc][0x19][0xb6][0xe][0x91]3e[0xc0]D[0x85][0xb1][0x96]P[0xef][0xed][0x9c]\Z[0x8e][0x14]B^[0xc4][0xe0]r[0xf3][0x12][0xbb][0xbd][0x17][0xec]:zm[0x97][0xe6]bS[0xe8]6'[0x10][0xb9][0xb0]!I[0x8][0xdf][0x9e][0xa4]aV[0xce][0x19]q[0x8c][0xf0][0x8c]._[0xa8][0x1f][0xe7][0x93]-jg\[0xcd][0xd6][0x99].[0x1d][0xb][0x86]r[0x81]n[0xee][0x13][0x7]8[0x9]#[0xa1]#[0xf3][0xa4]fw[0xa1]t[0xf7][0xfc]W[0xa5][0x9b]Y[0xf7][0xbc]&[0x1f][0x17][0x3]cH[0xe3][0xae]1[0xe9]Ao [0xbe][0xb8][0xa3][0x9f]4[0xdc]>Mw[0x9d]4[0xf3]cM[0xa8][0xc][0xa4]92[0x4][0xb6][0x98][0x99]5Z[0xc2]=[0xa1][0xff][0xb7]R[0xd8][0xac][0xf3]8)974[0x86][0xca][0x1f][0x14][0xb0][0x9a]g[0xdb].[0x88][0xbf]jT[0x88]f[\r][0x96][0x94]wpg[0xc3][0xe5][0xbd]*|[0x5][0xd2]e[0xe]*p/[0xaf][0x1][0xde][0x81][0x8]|[0xe8][0xc4][0xe][0x8e][0x94][0xbc][0x10][0xba]q[0x1f][0xef]5b[0xe7]-(x[0x83]2[0x95][0xbc]?[0x18][0xe]V[0xcc][0xa0]2[0x9c][0x83]/[0x87][0xaa][0x8f][0xd1]U[0x18][0xcd][0xa0]:[0xd6]6[0x3]y[0xa0]=[0xe8][0xf][0xd6][0xe4][0x10][0x18][0x8][0x7]k[0xaf]A[0x19][0xbd][0x82]E[0xc1][0xba][0x1c][0xea][0xdb][0xf9][0xcb][0xa1]![0x87][0xbb][0xc2][0x97][0xa8][0xa7][0xd2][0xb3]7[0xf][0x0][0xa0][0xad]jZj@[0xf][0x9a][0xd1][0xb][0x95][0xc7][0x84]V[0xf4]a7[0xf6]z[0x98]T[0xca]6c[0x3][0x1e][0xc0].bQy[0xa2][0xef][0xe1]H[0xe0]~[0x90]2[0xbd][0xde]]`[0x96][0xfe][0xc5][0xc7][0x1a]q[0xc6][0xc8]C[0x96][0xd6][0x11]r5_Y[0xe1]OP%]*[0x80][0x89]U[0xde][0xdf]B[0xcc][0xc1][0xd7]1[0x14]n[0xc9]a[0xf1][0xce][0x95][\r][0xeb]^[0xc3][0x8e][0x96][0xaa][0xe3][0xf9][0xd9][0xf5][0xe1][0x16][0xdf][0xf1][0x96][0xea][0xe3]9,[0xd9][0xe1][[0xe1]kh[0x98][0xc1][0xd2][0xf3][0xdb][0xaa][0xda][0x96]V[0xe5][0xb0]l[0xe4]\E[0xe5]E,[0xbb][0x86][0xc6][0xd1][0xe0][0xf2]+Xq[0xbd]me~V[0xba][0xf8][0xd9][mt[0xaf][0xe8][0xda]>[0x4]y[0x1d]&[0x86]CD[0xf1][0x8][0xea]0J[0x17][0xf]c9[0x8e][0xd2][0xed]cX[0x8b]/[0xa1][0x3][0x1a]][0x1c][0xa3][0x3]:[0xfa]1[0x8e]A[0x18]lqI[0x1c][0xe1][0xe7][0x8e][0x6][0x9b]3)$p[0xca][0xa3]a'[0xb5][0xec][0xc0][0x12]I[0xf9]g[0xb8][0xea])[0xe6][0xc6][0xd3][0xd8][0x88]g[0xb9][0xea]9[0x92][0xf5]<]?[0xcf][0xf5][0xaf]P[0xd3][0xb][0xa4][0xfc]Ejz[0x89][0x9f][0xad]/[0xf3]{[0xf3][0xd5]YR[0xd7][0xa0][0x16]C[0x88][0x93][0xa2][0x1d][0xfc][0xa4][0x1c][0xc6]A[0x8e][0x8e]ys[0x87]82[0xbd][0xd1][0x88][0x97]o[0xa7][0xb][0xf9][0xe6]gh[0x1e][0xe1]H[0xf2]HmA[0xd5]g4^!c[0x94][0xff][0x90]d[0x1c][0xae][0xe5][0xd9][0xff]H[0xbf][0x8c][0xa3][0xb5]d[0xf7][0x18][0x83]Q[0xe1][0xd5][0xd0][0xa3]\![0xd8][0x15][0xf9][0xd7]2[0xd0]>[0x83][0x8d]#[0xbc]t4_[0x80][0x9f][0xf7][0xc8][0x8])[0xda]TL[0xa0]&/y[0xdf]f[0x88][0xdf]a[0xb0]/1[0xa8][0x97][0xe9][0xfd][0xbb][0xfc],~o[0xb6].[0x84][0xf5]~&[0x12][0xbc][0xd1]q&[0x8d]D[0xf9]F[0xf]]>[0xe4]~0[0xd4][0x8d][0x2][0xd8][0x18][0x9f]||7[0xb5][0xf1]0U[0xa8][0xeb]~j[0x11]5[0xdf][0x10][0xbe][0x89][0xce][0xb][0xa8][\r][0x7]7[0x7][0xb7][0xb0]H/[0xcf][0xe2][0xa8][0xf3][0xec][0xbc][0xcf][0xcc][0xb8]J[0xbe]?([0xd9]'[0x1a]<;[0xf9][0xfa][0xa3][0x96]zN[0x1a][0xde][0xd6]2[0xf1]?PK[0x7][0x8][0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/ops4j/spi/NoServiceProviderException.class[0x8d][0x92][0xcb]N[0x1b]1[0x14][0x86][0x93][0xcb][0x94](\K([0x14]JH[0xa5][0xa2]tR1[0x95][0xda][0x1d][0x88][\r]P)([0xa0][0x8a]@[0xf6]f[0xb0][0x12]G[0xc9]8[0xb2]g[0x2][0xaf][0xd3]G[0xe8]*[0x12][0x8b]>@_[0xa0][0xab][0xbe]J[0xd5]cgD[0xab][0x90]Hh[0xa4][0xdf][0xc7][0x9e][0xff]|[0xe7][0xf8][0xf2][0xf3][0xcf][0xc3][0xf][0x0][0x9f][0xf0][0xb6][0x80]<[0xb6][0xad][0xbc][0xb1][0xb2]c[0xa5][0xec]a[0xd7]C[0x85]a[0xd9][0x8]-y[0xaf]%[0xb4][0x91]*[0xba][0xae][0x9f]0[0xb0]3[0x86][0x85]c[0x15][0x99][0x98]Gq[0x8b][0xf7][0x12][0x91][0xfb]}~[0xc8][0xbf][0xa9][0xfa]/[0x86][0xfc][0xa1][0x8c]d|[0xc4][0x90][0xa9][0xbe]o1d[0x8f][0xd5][0xad]`Xj[0xc8]H\$[0xfd][0x1b][0xa1][0xaf][0xf8]M[0x8f]VV[0x1b]*$,'8[0xcd][0xd3][0xc5]l[0xdc][0x91][0x86][0xc1]o([0xdd][0xe][0xd4][0xc0]|[0xee][0x6]f [0x83][0xb][0xd5][0x14]z(C[0xf1]U[0xab][0xa1][0xbc][0x15][0xfa][0xf4]>[0x14][0x83][0x98][0xfa]9`(U[0x1b]]>[0xe4]A[0x8f]G[0xed][0xa0][0x19]k[0x19][0xb5][0xf]le[0xaf]/[0x8c][0xe1]mW[0xea][0x89][0x81]jLI[0xfb]o[0xe5][0xaa][0xa3][0xd5][0x9d]m[0xca][0xb1]r!O[0xc][0x91]JS[0x1d][0xc][0x1b][0xd5][0x99][0xa9][0x85][0xa6]Jt([0xbe]H[0xbb][0xbf][0xf2][0xec][0x9d][0xec][@[0x11]E,Xyie[0xdd][0xca]&C[0xf5][0xb9][0xa7][0xc1][0xf0][0xfa]_[0x1b][0x97]I[0x14][0xcb][0xbe]x[0xfc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "rt[0xb1][0x0][0xb9][0xe0][0xe1][0x5][0x8d][0xf3]4[0x9b]C[0x1]Y[0x8a][0xa9]0[0xe9][0xa2]{[0x10]t[0xc5]4[0xe6][0xfc][0x11][0xd8]wgY"-[0xd0][0x8][0x94][0xc9]\[0xc1]2E[0xc5][0xb1][0x9]+XuPj:[0x5][0x1c][0x91][0xd3]z[0xf3]~m[0x84][0xb9]I[0xc2];[0xca][0xd9]s[0x84][0xf5][0xb1]+%[0xd8]h[\r]%W[0x9c][0xf6][0x9e][0xb2][0xea][0xc8][0xd0][0x7]x~[0xed][0xc3][0x8][0x99]I[0x98]OI5[0x7][0xdb][0x1d][0xdb][0x1e]a^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb3][0xd1]+l[0x90][0xdb]b7[0xa7][0xb5][0x98][0x9d][0xa4][0x6][0xd4][0xe2][0xc7][0x19]-Z[0x16]sghs[0xb6][0xfe][0x2]PK[0x7][0x8]21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.class[0x95][0x92][0xdf]N[0x13]A[0x18][0xc5][0xcf][0xd0]?[0x8b]M[0x81]R,[0x82][0x80][0x16].[0xb0][0xb6][0xc4][0x95][0xe8][0x1d][0x84][0x1b][0xd4][0xa4][0xa6][0x10]c[0xa1][0xf7][0xc3]2)[0xd3][0xb4]3uf[0xb7][0xfa]:>[0x82]WM[0xbc][0xf0][0x1]|[0x1][0xaf]|[0x15][0xc3]7[0xd3][\r][0x98]Zb[0xc8]&g[0xbe][0x99]=[0xdf]o[0xce][0xcc][0xee][0xcf]?[0xdf][0x0]x[0x85][0x9d][0x2][0xf2][0xd8]t[0xb2][0xe5][0xe4][0x89][0x93][0xa7][0x1][0xaa][0x1][0xb6][0x19]JV[0x18][0xc9][0xfb][0x1d]a[0xac][0xd4][0xea][0xbc][0xf9][0x86][0x81][0xbd]gX8[0xd6][0xca][0xc6]\[0xc5][0x1d][0xde]OD[0xee][0xf7][0xc9]![0xff][0xaa][0x9b][0xbf][0x18][0xf2][0x87]R[0xc9][0xf8][0x88]!S{[0xde]a[0xc8][0x1e][0xeb]K[0xc1][0xb0][0xd4][0x92]J[0x9c]&[0x83][0xb]a[0xce][0xf8]E[0x9f]V[0xca]-[0x1d][0x11][0x96][0x13][0x9c][0xe6][0xe9]b6[0xbe][0x92][0x96]a[0xbf][0xa5]M7[0xd4]C[0xfb][0xba][0x17][0xda][0xa1][0xc]Oic%?%[0xa2]-[0xcc]HF[0xe2][0x83][0xd1]#y)[0xcc][0xdb]/[0x91][0x18][0xc6][0x14][0xeb][0x80][0xa1]Rk[0xf5][0xf8][0x88][0x87]}[0xae][0xba]a;6Ru[0xf]\[0x80]` [0xac][0xe5]][0xbf][0xe3]?[0x6][0x86][0xfa][0x8c][0xb6][0xbf]V[0xce][0xae][0x8c][0xfe][0xec][0xb2]yV.[0xe2][0x89]%Re[0xa6][0x83]a[0xad]vgk[0xa1][0xad][0x13][0x13][0x89]w[0xd2][0x1d]s[0xf7][0xbf][0x7]z[0xe1]8E[0x14][0xb1][0xe0]d[0xc5][0xc9][0xaa][0x93]u[0x86][0xf0][0x9e]w[0xc3][0xf0][0xf8]6[0xd4][0xc7]D[0xc5]r n^b[0x1b]9[0xfa][0xda][0x0][0xb9][0x10]`[0x9e][0xc6][0x7]4[0x9b]C[0x1]Y[0xaa]i[0xd2]E[0xff][0x97][0xd0]w[0xa7]1W[0x1f][0x83]}[0xf3][0x96]%[0xd2][0x2][0x8d]@[0x95][0xcc];(QU[0x9c][0x98][0xb0][0x8c][0xb2][0x87]R[0xf6][0x14]pDN[0xe7][0xcd][0xd7][0x1b]c[0xcc]M[0x13]v[0xa9][0xe7][0x99]'[0xac]N\)[0xc1]U[0xf]Q[0xf1][0x9b][0xd3][0x15][0xa4][0xac]&2[0xf4][0x0]A[0xbd][0xb1]7Ff[0x1a][0xd6][0xa0][0xa6]=[0xf][0xab]Nl7[0xb0] [0x85][0xb9][0xea][0x11][0xd6][0xc8][0xed][0xb0][0xeb][0xb3]"f[0xa7][0xa9]/)[0xe2][0xfe][0x1d][0x11][0x1d][0x8b][0xf9];t=[0x1b][0xd7]PK[0x7][0x8]"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/ops4j/spi/SafeServiceLoader.class[0x8d]W[0xfb]{[0x14][0xd5][0x19]~g[0xb3][0x9b][0xd9][0xcb][0x84]`B[0x2][0xab][0x2][0xa2]H[0x96]M[0xe2]J[0xa1]V[0x97]4[0x96]K[0x80][0xd4]d[0x13][0x93][0x10][0xc][0x8a]u[0xd8]L[0xc2][0xc0]fg;;[0xb][0xa4][0xf4][0xa6]R[0xb5]Z[0xc5][0xb6][0xa8][0x5][0xdb][0xda]ZmZ[0xe9][0x5]D[0x93]FZ[0xb0]7Z[0xed][0xbd]H[0xee][0xe3][0xd3]G[0xfa][0x9e]3[0xb3][0x9b][0xdd][0xcd][0xe6][0x81][0x1f][0xf6][0xcc][0x99][0xef][0xfb][0xce]w}[0xbf][0xef][0xcc]~[0xf8][0xf1]{[0x97][0x1]l[0xc6][0xbf][0xc3][0xe8][0xc4]t[0x8][0x1d][0xf8][0x82][0x8a][0x13]a[0xd4]aZ[0xc5][0x17][0xc3][0x8]`:[0x88]/[0x89][0xe7][0x97][0xc5][0xf2][0x95]0[0xbe][0x8a][0xc7]#x[0x2]O[0x8a][0xe5][0xa4][0x8a][0xaf][0x85]y[0xe6][0xa9][0x8][0x9e][0xc6]3[0x11]|[0x1d][0xcf][0x8a][0xe5]9[0x15][0xdf][0x10][0xe4][0xe7][0xc3]x[0x1][0xa7][0x4][0xef]E[0x15][0xdf]T[0xf1][0xad]0V[0xe2][0xdb]*N[0xab]xI(zY[0xc5]+a4[0xe0];*[0xce][0xa8]8[0x1b][0xc4][0xab]a[0xac][0xc5]w[0xc3]X[0x83][0xef][0x89][0xe5][0xfb]B[0xc9]kb[0xf9][0x81]x[0xfd]a[0x18]Mx],?[0x12][0xcb][0x1b]bySh[0xff][0xb1][0x8a][0x19][0x15]?Q[0x10]Ig[0xf4]|[0xbe][0xcf][0xd2][0xc7][\r][[0xc1][0xca][0xbe][0xc3][0xfa]Q=[0x91][0xd1][0xb3][0x93][0x89][0x1d][0xb][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea][0xbb][0xcc][0xac][0xe9]t+[0xb8]9[0xb6][0x84][0xcc][0xc6]Q[0x5][0xfe][0x1d][0xd6][0xb8][0xa1][0xa0][0xb1][0xcf][0xcc][0x1a][0xa9][0xc2][0xd4]A[0xc3][0x1e][0xd1][0xf]fHi[0xea][0xb3][0xd2]zfT[0xb7]M[0xf1][0xee][0x11][0xfd][0xce]!3[0xaf]`][0x9f]eO&[0xac]\~[0xcb][0xe1]D>g&[0x86][0xf5][0x9]c[0xd8][0xb0][0x8f][0x9a]i[0xa3]d[0xde][0x9f][0xe1]N[0xc1][0xfa]r[0xe3][0xc3][0x8e]mf'[0xb7]ntI[0x5][0xc7][0xcc]$[0xfa][0xcc][0xbc]Ci5[0xef][0x1e][0x17]v[0x17][0xe4][0x7][0xe][0x1e]6[0xd2][0x82][0x1d]8"[0xdc]VpSu$[0xe4][0x85]d>R[0xfa]T[0xd5]a[0xcf][0x98][0x82][0xba][0x82][0x9d]Q[0xb0][0xcc]ee[\r]'[0xb1]w[0xa8][0x8f][0xe4]p[0xe9][0x1c][0x15]/_[0xec]R[0xc8]6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf2]V[0xc1]N[0xb][0xf6][0xca]2vO[0xb6]0e[0xd8][0xba]cZY[0xa1][0xdc]8[0x9e]V[0xd0][0xe2][0xf2]M+[0xd1];[0xd0]s~[0xad][0x3][0xcb][0xf8][0x85][0xe][0x9e][0xf6][0xf3]d[0x88]g[0xb7][0xf0][0xad][0xd5][0x95][0xc6]'q[0xf] wB+';>[0x85]{[0xc9][0xa3]N_;[0xcf]E[0xc8][0xbb]x[0x9]ucs[0xf0][0xf7]_B[0x80][0xcf][0xfa]&u[0x16][0xc1]v[0xfe]f[0x11]J[0xc5][0xdf][0x81][0xaf]s[0x16][0xe1][0xa4]?[0xea][0x9f]GD[0xc1][0x19][0x1c][0x10];M[0xe1][0x1c]lH[0x6][0xe2][0xd1][0xc0][0x1c][0x96]%[0xeb][0xa3][0xf5][0xf3]hT[0x90]T[0xa3][0xea]<[0x96][0xb][0xb1][0xcd]bw[0x93][0x10]kJ[0x6][0xe3][0xd1][0xa0][0xd0]4[0x87][0xe6]d([0x1a][0xba][0x8a][0xe6]hh[0x16]+[0x92][0xe1][0x8e]hx[0x1e]->[0xec][0x9b][0xb9][0xf6][0xc1][0xcc][0xb5][0xd7]f[0xd0][0x96][0xf4]_[0xc2][0xca][0xb1][0xa8][0xe][0xab][0xae],[0xb5][0xef]8O[0xd7]o[0xc5][0xb3]x[0x9e][0x81][0x8a][0xe7][0x19]D[0xe5][0xf3]M[0xdc][0xcc]4[0x88][0xa4][0x8c][0xa2][0x85][0xeb]g[0x10][0xc4]6rvb[0x3]z[0x98][0xce][0xdd][0xe8][0xc2][0x1e][0xbe][0xf5]r[0xfc]?[0x0][0xb]}p[0x90][0xc2][0x9][0xc][0xe0]$[0x1e][0xe4][0xbf][0x87]![0xea][0xf8][0x1c][0xb5][0x8e][0xe0][0x14]5[0x9c][0xc1]Cx[0x15][0xfb][0xa9][0xf5][0x11][0xcc][0xe0]Q[0xde]-[0x8f][0xc9][0xe4][0x9e][0xe4][0xff][0x94][0x13]L[0xf5]}H2[0xb1][0x16]-m[0xa5][0xde][0x10]u[0xae][0xc3][0xa7][0xd1]M[0x9b]][0xd4]~?[0xad][0x7]hk[0x7]=[0xd8][0xce]rn[0xc0]8[0xf7];[0xe9][0xdf])[0x9e][0xea]aI[0xfd][0xd4].v[0xbb][0xb9][0x9b][0x91][0xbb]=[0xdc][0xb1] [0xa5][0xb2]][0xa4][0xa7][0xdd],Z[0x10][0xe7][0xf0]Yj[0xf1]1[0x96]W[0xa8][0xbb][0x9b][0xf1][0xf7][0x91][0xbf][0x85][0x16]\O[0xfa]K[0x9e][0xa4][0xf8][0xee]Z[0x1d](Y[0x1d][0xa4]^W[0xc7][0x83][0xd4]1[0xc4][0x93][0x84][0xca][0xc7][0xd8][0xa0]bX[0xc5][0x88][0x8a][0xbd]r?*_[0xf7][0xdd][0xf3]_[0xf8]>[0x82]o[0xbb][0x8a][0x87][0x1e]P1[0xc6][0xdf][0xfe][0x8][0x1e][0x96]p{[0x84]?[0xde][0x85].[0x80][0x18][0x87]O[0xfa][0x1b][0xe9] ZnIu[0x9e]O)[0xe7][0xe9],[0xa0][0xd2][0xd8][0xad]^![0x9a][0xa4][0x88]EWr[0xa4][0xda]t[0xce][0x91]I[0x14][0xae][0xd7]S[0x81]H][0x1d][0xa9]>&[0xfe]1[0x89][0xe4]H)[0xfc][0x88]L[0xa7]"w[0x2][0xbf]>[0x19][0xb4]F[0x8a]{2E[0xf9]![0xb7]W[0xf6][0xa8][0xd0]='[0xf][0xf2][0xc7][0xdb][0xdd]uR[0x19]"W%[0xfd][0x80][0xd2][0xaf][0xa4]<[0xa4]'[0xfd]tx5[0xf1][0xbe]f[0xec][0x12][0xd6][0x8e]u4[0xdd]6[0x87]us[0xb8]=[0xa5]$[0x3][0x4][0xfb][0x1d]c[0xc9][0xc0]U,[0x8b]G[0xfd][0x2][0xdc][0xeb]g[0xae][0xfd]'[0xde]9[0x87];g[0x10]M[0x6]$[0x8][0x3][0x12][0x90][0xf5][0x92][0x1a][0xad][0xbf][0x12][0xf5][0xb]<60[0x90][0x9d][0xc4][0xa3]x[0xe][0xd2][0xe0]N[0xba]&[0x9e]n[0x1a][0xba][0xd1][0xc8][0xf5]q:[0xf5][0x4])OR[0xea])[0xa6][0xe6]i[0xac][0xc7]3h[0xe3][0xff][0xe4]Mx[0x8e][0xe7]N[0xb3]j/[0xf1][0xe4][0xb]D[0xc7][0x8b]<}[0x1a][0xfb][0xf8][0xbe][0x1f]/[0xcb][0x94][0xed]a m[0xac][0xb1]Am[0x1]J[0xb8]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88][0xe0]J); q'[0xc6][0xc8][0xc3][0x98][0xc0][0xa4][0xac][0xd0][0x18][0xe][0xc1][0x94][0x1e][0xe][0xe2]0Q[0xe4]/[0xa5][0xd1][0xa5][0xc][0x90]"[0xd2][0xd8][0x86][0xc0]5.[0xf5]*[0x8e]H0dTL[0xb9][0x8][0x1]>[0xc2][0x8a][0xdd]. [0xb2]!/[0xcf][0x16][0xbc][0xfc][0xbd][0x9]5[0xc9][0xa7][0xa8]^C[0xfb]U[0xa8]L[0xef][0x86][0x19]N[0x94][0xb][0xb2]xA[0x96][0xaf][0x95][0xcc][0xcd]r0[0x9]_[0xa7][0xc5]7H[0x8b][0x9c][0x19]zr[0xae]lh5[0x94]bi[0x90]~+[0xd2][0xb7] [0xea][0x82][0x2][0x91][0xc2]0?;<[0x4][0x8a][0xbc][0xb]xm[0xea]X~[0xc7],[0xda][0xba]W[0xb3][0xa1]:[0xea]V[0xcf]"[0xd6][0xdf]1[0x8b][0x8d]b[0x89][0x9f]EK{[0xc7]<[0xda]}8[0x8b][0x88][0xd8][0x89]qs[0xa1]T[0x98]5[0x12][0x1d][0xb3]\[0xe7][0xe8][0xcc]<[0x8b][0xc2][0x12][0xf3]k0[0x86][0xcb][0x1c][0x18][0xef]K[0xc7][0xe2][0xae][0x91][0x92]c[0x9b]d[0x1a][0x15][0xb9][0x13][0xc5][0xf0][0xf1]t[0x9c][0xb8].xm[0xa9]y<[0x91]Z[0xd7]}[0x15][0xbe][0xff][0xa1]IY[0xed][0xa5][0xee]([0xc9][0xc7][0xe4][0xee][0xf8][0xff][0x1]PK[0x7][0x8][0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.class[0x95]U[0xdf]W[0x1b]E[0x14][0xfe]6[0x4]6[0x84][0x5][0xda][0x0]i[0x1][0xc5][0xd4][0xb6][0x12]HB[0xa8][0xc5]_[0x4][0xb0][0x94][0x82][0xd2][0x86]PM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Ri[0xed][0x12][0x96]0[0x10]v[0xb7][0xbb][0x1b]N[0xf1][0xdf][0xf0][0xc9]'_<[0xa7][0xaf][0xfa][0x2]"[0xe7][0xd8]G[0xcf][0xe9]C[0xfd]?[0xfc][0x1b]j[0xf5][0xce]$[0xd9]$[0x9b]Tkr[0xce][0xec][0xec][0xcc]w[0xef][0xfd][0xbe]{[0xef][0xcc]>[0xf5][0xeb]o[0x0][0xae][0xe3]0[0x88]![0xdc][0xc]b[0x1][0xb7]d,[0x6][0xd1]V~Y[0xea][0xc2]g[0xf8][0x9c][0xf][0xcb]][0xb8][0x8d];A[0xc]"-cEF&[0x88].[0x8e]Y[0xc5]]>[0xfb]"[0x80]/[0xf9]3[0x1b]D[0x10]9[0xe][0xbb][0xc7][\r][0xd6][0xf8][0xb0].[0xe3][0xab][0x0]6[0x82][0x18]@[0x8e][0xbf][0xdf][0x97][0xf1][0xb5][0x8c]M[0x9][0x1d]3Lg[0xce][0x9c][0x84][0xb6][0xe8][0xd8][0x9a][0x4][0xff][0x82][0xb1][0xad]I[0xe8]M3][0xcb][0x94][0xe][0xb6]4+[0xa7]n[0x15]i%[0x94]6[0xf2]jqM[0xb5][0x18][0xaf],[0xfa][0x9d]]fK[0xb8][0x9a]6[0xac]B[0xd2]0[0xed][0xa9][0xbd][0xa4]m[0xb2]dV[0xb3][0xe]Y^[0xbb]k[0x19][0x87]l[[0xb3][0x96][0x98]NcJB[0xff][0xe][0xcd]<[0x9b]d~9[0x9a][0xde]S[0xf][0xd5]dQ[0xd5][0xb][0xc9][0x85][0xa2]j[0xdb][0xa9][0xb1][0xf2]J[0xc9]a[0xc5]d[0x9a][0xd9][0xe][0x19][0xb7][0xef][0xf3][0x1d][0x9][0xe7][0x9b][0xc0]$[0xa2]h[0xa8][0xe4]K[0xc2]`[0x9d]]%PZl[0x11][0xa8][0xd3][0xac][0x85]<[0xd7][0xec][0xdf][0xc7][0x1c]bX[0xb7][0xbe][0xec]h[0x96][0xea][0x18][0xdc]4[0xdc]([0xfe][0xc8][0xac]& [0xec]%3[0x93][0xcb][0xa5][0xe6][0xc8]b[0xe4]uD[0xaa][0x80][0x1][0xf][0x83][0xea][0xfa]`[0xb][0x6][0xd5][0xbd][0xee][0xac][0xa3][0xe6][0xf7]WTSD[0x97][0xf1]@[0xc6]C[0x19][0xdf][0x90][0xb4],+[0xe8][0xaa]S[0xb2][0x88][0xd2][0xc2]Ln[0xba][0x8e][0xd5][0xea][0xd6][0x9e][0x96]wRsM9.;[0xf5]&[0xba][0x1a]*[0xcc]K5[0xaf][0x1f]y[0xaa]E[0xb5]~m[0xb1][0xea][0xc3][0x89][0xd6][0xba][0xf6][0xff][0x98][0xd0]Hqy%[[0xc5][\r][0x98][0xee]4[0xd4][0xec][0x94][0xda]W[0x98][0xf]r[0xf3]{:{\[0xd2][0x9a]<[0x4][0xb3]F[0xc9][0xca]kK[0x8c][0x17]n[0xa8]e[0x8f]Np[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x86][0xf1][0x16]%W[0xc1]#[0xa8][0x12][0xfa]j[0x9][0x9a][0xb7],[0xf5][0x88]gI[0xc1][0x16][0xf2][0x94]y[0x5][0xdb][0xd0][0x14][0xec][0xa0]@[0x95]P[0xb0][0xb][0xa6][0xe0]#|,![0xda]x 2[0x86]'[0xdc][0xe2][0x93][0xbc]f:[0xcc][0xd0]%\[0xa8][0x89][0xc9]:[0x16][0xd3][0xb]7K[0xac]H[0x10][0x19]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]QTp[0x0][0x82][0xcd]NGt#b[0x97][0xdd]D[0xaa][0xc9][0x88][0xec][0x18]%};[0xc2][0xf4][0xc8][0xca]bn>[0xb1][0x9c]YJV v[0xc4][0xd0]#y[0x9e]^Suv[0x15][0x18][0xdc][0xd3]0L[0x5][0xef][0xe2][0xb2][0x82][0xc7][0x9c][0xb7][0x5]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I/U[0xbd]e[0xfe][0xea][0x18][0xdf][0x9a][0x8e][0x1c][0x94][0x8a][0xe]3[0x8b]Z[0x13]![0xfb][0xcd][0x19]9([0xd1][0xd9][0x83][0x9b][0x83][0x8e][0xab][0xb7][0xe0][0xd5][0xb4]5[0x9f]/[0x9]=[0x8d][0x1d]M[0xfd][0xd2]|[0xa2][0xe8][0xea][0xe2][0x9d]"![0xfe][0xef]w[0x8f][0xf7][0xe][0x9]0[0xd7]A8:[0xd6][0xfa][0xb2][0x90]wU;[0xa3]=q[0xc4][0x95]z[0x9f]"[0xe9][0xe2][0xa5]?[0xda][0xe2][0x9c][0x10]F[0xdd]&[0x1a][0x3][0xd1][0xe6]=n[0xdb][0xeb]!G[0xde][0xb][0x9a][0x93]Q[0xf]4[0xaf][0xc3]r[0xef][0xf0][0xbb]P5MM'[0x9f][0x89]h[0xf3]v[0xb3]E[0xa5][0xdb][0xb8]6[0xc7](/y[0xe8]TM[0xe9][0xeb] 3{[0xf1][0xc0]t[0x8e]H[0x94][0xcd][0xbe][0xd5][0x84][0xc2]e[0x1a][0x89][0x13]7Zn[0xa1][0x10][0x97][0xe8];4[0x4][0xfe]k[0x87][0xc4][0x8f][0x16][0x8d]o[0xd3][[0x92][0x9e][0x12]_[0x1d]?[0x81][0xf4]3M|[0x18][0xa1][0xb1]C,[0xbe]C@)[0x3][0x10]!'@'[0xef]\Bq[0xe3][0x17][0xf4][0xf4][0xd3]31[0xfe][0xb]|[0xe9]3[0xb4]m[0x9c][0xc0][0xbf][0x12];F{&q[0x8a][0xe][0x9][0xdf][0xa3]/N3Y[0xc2])[0x2]>[0xac]?[0xfd][0xfb][0xcf][0xf8]Od[0xe0][0x17]A[0x86]([0xc]0F[0xae][0xc7][0xd1][0x8d][0x18]B[0x88][0x13][0xb3][0x9][0x9a]M[0x8a][0xc0][0xe3]e[0xe7][0xb8][0x82][0xab][0x82]@[0x14][0xef]a[0x94][0xc8]t[0x13][0x95]([0xd9][0xf9][0xc8]b[0x98]P1[0xfa]F[0xc7][0x1b][0xf0][0x9][0x17]?[0xe1][0xe2][0x93].~[0x92][0xf0][0xd7][0x8][0xd1][0xb][0xdf]+[0x84]d[0xbc]/[0xe3][0xba][0x8c][0xa9][0x8b][0xf8]@[0xe8][0xff][0x90]4[0xd2][0xf5]Q[0xd1][0xf8][0x3]9h[0xa3][0xe7][0x88][0xd0][0xc8][0xb5][0xad][0xc4]+[0xda][0x94][0xb8][0x90][0xf6][0x14]~[0xa9]&[0xaa]G[0xa0]S[0x14]~[0x86][0xbe][0xff][0xb3]BH[0xa4][0xec][0xc1][0x15]2X[0x11][0x12]D[0xbf][0xa0][0xef][0x13][0xf4]k[0xa8][0x84][0x8b][0x9a]pQ[0x93][0x84][0xaa][0x90][0xfe][0x8b]_[0x8c]Dz[0xea][0x86][0x8c]O*[0xa4][0xa7][0x89]t[0xca]%[0xfd][0x1d][0x91][0xf1][0xf1][0xdc][0x12][0xe9][0xce]t[0xec]w\:Cp[0xe3][0xc]]T e[0xfc][0x18][0xdd][0xc7][0xe8][0x9][0xf5][0xd2]p[0x8c]s'8[0xff],V[0xe3][0x1f][0x12]I[0xbc]M[0xf1][0xef][0x90][0xcb]4[0xf1]\[0x15][0x1a][0xc2]e[0x87][0xae][0x86]+[0xa4]o[0x96][0xd8][0xc5][0x1b][0xf6][0x12][0xee][0xde][0x1c][0xed]q[0xbe][0x1]H/1[0xda]H[0xf4]S[0x97][0xe8][0x1f][0x15][0xa2][0x9b]D4[0x94][0x8e][0x9d][0xa2][0x8f]'[0xf6][0xbf][0xd8][0x9e][0xa2][0x9f]z[0xff]G[0x8e][0x1b][0xf0][0xe2][0xc2]U[0xdc][0x85]g[0xb1][0xb6]S\[0xf4][0xc1][0xdb]p[0xf][0x88][0xe1]C[0xaa][0xd3]#[0xe2][0x9e][0xa7]jk[0xc8][0xd1]7[0xa3][0xa6]q[0xd3][0xd5][0xb8].[0xda][0xac]^[0xe3][0xa6][0xab]q][0xb4]TYc'|/[0x11][0xa7].[0x1a]uEJ[0xb8]!f[0xf3][0xff][0x0]PK[0x7][0x8][0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/ops4j/store/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/store/Handle.classE[0x8c]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x2]1[0x14][0x84][0xe7][0xad][0xeb][0xc6][0x9f]FA<[0x83]6[0xa6][0xd0][0xce]^[0x14][0x4][0x8b]=A[0xdc]}[0x86][0x84][0x90]H6z8[0xb][0xf][0xe0][0xa1]D[0x83][0x85]S[0xc][0x1f][0xcc][0xc7][0xbc][0xde][0x8f]'[0x80]5[0x86][0x2]B`@[0x98]jN[0x87][0x96]}2[0x17][0xd3][0xa8]d[0x82]'[0xcc][0x16][0xcb][0xa3]Uw%[0x9d][0xf2]Z[0xd6])[0x1a][0xaf][0xb7][0x84]Q[0x1d]n[0xb1][0xe1][0x9d]qL[0x18][0xef][0x95]o[0x1d][0xaf][0xb2]G[0x98][0x87][0xa8]e[0xb8]v[0x1b]+[0xbb][0x14]"[0xcb][0xdf]J[0x98][0xfc]Ng[0xcb]M[0xaa][0x8][0x84][0x2]9T[0x12]z(3[0xa1][0xff][0xed][0x2][0xd5][0x7]PK[0x7][0x8]z[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/store/Store.class[0x85]PMK[0xc3]@[0x10]}[0x93][0xa6][0x8d]M[0xfd][0xa8]V[0x8f][0xde]S[0x10][0xf7][0xa0]'+[0xde][0x14][0xb][0x81][0x82][0x89]?`M[0x97][0x90][0x10]vK[0xb2][0x15][0x9b][0x7][0x80]?J[0x9c][0x8d][0xa2][0xd0][0xf][0xdd][0xcb][0xec][0x9b][0xf7][0xe6][0xbd]a[0xde]?^[0xdf][0x0]\[0xe0]8[0xc0]a[0x80]#B[0xb7][0xb1][0xa6]V[0x84][0xb3](.[0xe5][0xb3][0x14][0x95][0xd4][0xb9][0x98]=[0x95]*[0xb3][0x93]ql[0xea]\[0x98]EsY[0x8a]V&[0xee][0xa5][0x9e]WjB[0x8]o_2[0xb5][0xb0][0x85][0xd1]M[0x80][0x11][0xa1][0x9f][0x14][0xb9][0x96]v[0xe9][0xac]N[0xa3]4[0xfd]k[0xd6][0xaf][0x8c][0x9c][0xb7][0x89][$[0xe3][0xf5]U[0x9c][0xeb]V9[0xc7][0x11][0x6][0xb9][0xb2][0xb1][0xc9][0xa4][0xdb][0x89][0x10][0xfd]g[0xae][0x95][0x15][0x8f][0xf]S[0x1e][0x8c][0xae][0xd3][0xab][0xf5][0xc0][0x9b]M;[0x84][0x89]Y[0xd6][0x99][0xba]+*[0xe5][0x80][0xb3]=w2[0xc2][0xc9]jZ[0xf2]u[0xd6][0xe1][0xaa][0xb]a[0xd4][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "#[0xa6][0xb3][0x9f]#[0xf6][0x8][0x4][0xf][0xee]u|B[0x7]>[0xa3].#[0x9f][0xfb]=[0x4][0xfc][0xf3][0xb0][0xc3]L[0x1f][0xe1][0x6]f[0xc0][0xcc].[0xf6][0xb8][0xf3][0xcb]x[0xdf][0xdc]>[0xe][0xda]:[0xfc][0x4]PK[0x7][0x8]S[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/ops4j/store/StoreFactory.class[0x8d]V]S[0x1a]W[0x18]~[0x8e],[0x82][0xeb][0xaa][0x88]_[0xb1]b[0xd2][0xa6]5A[0x8c]b[0x1b][0x9b][0xb6][0xd1][0x98][0xaa][0xd1]h[0x82][0x9a][0x8][0xc5][0x1a]m[0xcd][0x1][0xe][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbb][0xcc][0xb2]h[0xec]d:[0x9d]N&?[0xa0][0xff][0xa0][0xcd]En[0xd3][0x1b]t[0xea]L~@/[0xfa]Wz[0xdb][0x9b]4}[0xcf][0xc2][0xe0][0x17]t[0x84][0x99][0xf7]|[0xbd][0xef][0xf3]~={v[0xff][0xfc][0xf7][0x8f][0xb7][0x0]nbGE/[0xee][0xa9]h[0xc2][0xac][0x7]s[0x1e][0xdc]W[0xa1][0xe0][0x9e][0x17][0xf3]*[0x16][0xf0]@.[0x1e]z[0x10][0xf1]bQN[0x97]T[0xb8][0xb0],[0x95][0x1f]y[0xf0]XE+V[0xbc][0x88]z[0x11][0x93][0xfb][0xdf]H[0x11][0x97]b[0xd5][0x83]oUtI[0xd8].[0xac]I[0xb1][0xe4][0xc1][0x13][0x6][0xdf][0xca]ld*[0xb6][0x10][0x9f][0xdd][0x8c][0xc6][0x96]W[0xa6][0xee][0xcf]2[0xf8]#[0xdb]|[0x97][0x87][0xb3][0xdc][0xc8][0x84][0xa3][0xb6][0xa5][0x1b][0x99]q[0x86][0x96][0x19][0xd3]([0xd8][0xdc][0xb0][0xe3]<[[0x14][0xc][0x8d][0x13][0xba][0xa1][0xdb][0x93][0xc][0xae][0xe0]`[0x9c]A[0x99]1S[0xb4][0xdb][0x16][0xd1][\r][0xb1]T[0xcc]%[0x84][0x15][0xe3][0x89][0xac][0x90]`f[0x92]g[0xe3][0xdc][0xd2][0xe5][0xba][0xb2][0xa9][0xd8][z[0x81][0xe1]r[0xc4][0xb4]2a3_[0x18][0xdb][0xe][0x17]l[0xd3][0x12][0xe4][0x8e][0xe4][0x1c]O[0xd2][0xb0]ON[0xb5][0x94]H[0xf3]b[0xd6]v[0xb6][0x19]z[0x83][0x83][0xb5]-H[0xb5])[0xaa]g[0xc]n[0x17][0xa5][0xde]h=[0xbd][0x89]rf[0xba][0x19]^0[0xf2]E[0x82][0xb5][0x4][0xcf][0x8d]O[0x92][0xb9][0xaf][0xb0][0xc5]-[0x91]r[0x82][0xad]x[0xf3][0x1a]b[0xaf]2[0xbd][0x1e][0xac][0x1a][0xce][0xe9]Y1^?[0xc]%[0xcf][0xed]-[0x86][0xd6][0xd3][0xfa][0xc][0x93][0x17]C[0xa8][0x1f]`[0xf0][0xc][0xc0][0x93][0xfa]1[0xb8][0xd3][0xd9]b[0x81][0x82]`[0xd4][0xde][0xbb][0x17]4[0xab][0xef][0xb8][0x95][0x1b][0xa6][0xb1][0x9f]3[0x8b][0x85]J1[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe4][0xf2][0xc][0xea][0xec][0xb3][0xa4][0xc8][0xdb]:[0xd1][0xc2][0x83]u[0xea]U[0xd2]4v[0x85]e[0xc7][0xcc]y[0xf1][0x8c][0xa1];[0xb8]>=X[0x8b]H[0xde]-[0x9e]M'[0xf6]mBb[0xb][0xd4]7{[0xcf][0xdc][0x94][[0xc4][0x7][0xa6][0x13]z[0x8a][0xdb][0x9c][0xa1]a}[0x9a][0xa8][0x95]([0xa6][0x19].[0x9d]C[0x99].[0xa6][0xd3][0xc2][0x92][0xa4][0x8c][0xda]<[0xb9][0xb3][0xc8][0xf3][0xe][0xaf][0x88][0xe1][0x14]V[0xd4],ZI![0x93]eh?[0xc9][0xa7][0x11][0x9][0xa3][0xa1][0x1f][0x97]5[0x4]1@[0x11][0x9f][0xac][0xc]C[0xcf]y7z6%,*[0x81]<[0x19][0xd1][0xcd][0x11];[0x97]O[0xe9][0x96][0x7][0x1b][0x1a][0xbe][0xc3][0xf7][0x1a]6[0xf1][0x94]![0xf0]$[0xa6]$[0xc2]vB[0x3]GB[0xba]Nj[0x18]D[0x88]a[0xe0][0xac][0x8d]n[0xd8][0xc2]2[0xc2]1*[0xad]iqk[0xdf][0xc1][0x90][0x16])*[0xa5][0xa3]8[0xec]([0xe]W[0xbb]1[0xcc][0x0][\r][0x2]i[\r][0x19]li[0xd0]A-[0xef][0xae]]*[0x19][0xe9]6[0x91][0xfc][0xf8]t9[0xb1]-[0x92]6CG[0xb5][0xed][0xcb][0xd5]~[0x9e]R[0x8c][0xee][0x17][0xa8][0xdf][0xc][0xcd][0x19]a?[0xb2][0xcc][0xec][0xf5][0xe1][0xa3][0xa2][0xbd]E[0xac]|L[0xf4][0xf6]U`?n[0xf5][0xe1][0xe3]*n[0xf3][0xe1]v[0x1f][0xee][0x10]K[0x7]T|[0xc2][0x8f]9[0xb8]S[0xd8][0xba]K[0xf4][0xee][0x16][0xbd]{[0xc4][0xda][0xbd]~[0x1c][0xc4]'}[0xf8][0x94][0xf][0xf7][0x89][0xf1][0xa7]U[0xdc][0xef][0xc7][0x2]|[0xc6][0x87][0x7]T|V[0xc8][0x1d][0x12][0xf3][0xf][0xfa][0xf0][0x90][0x8a][0x87]+[0xf0][0x8][0x1e][0xf5]c[0x89][0xb0][0xb5][0x8]#>[0x8c][0xfa]q[0x18]G[0xfc]8[0xb][0x8f][0x89][0xde][0x98][0x1f][0x8f][0xe3]s[0xa2]wT[0xc5][0x13]*[0x9e][0xf4][0xe3]t<[0xa5][0xe2][0xf3]*[0xbe][0xe0][0xc7][0x17][0xf1]%[0xa1][0xf6][0xb4][0xf8]|Y[0x98][0xfe][0x8a][0x8a][0xaf][0x8a][0xf6][0x19]?[0xbe][0x86][0xaf][0xab][0xf8][0x86][0x8a]o*[0xd0]:-[0xcb]H[0xad][0x8b][0xeb][0xe9][0xb4][0x91]V0[0xbb][0xbd][0xb3][0xab][0xad][0xbb]uS[0xdb]%[0x9b][0xb7][0xb4][0xb5]wnW[0x10][0xe8][0xda][0xa5]_[0xa6]G[0xe2][0xba]5[0x18][0xe9]uR[0xa6]5[0xb8]J[0xc1][0xac]u[0xb6][0x95]vt[0xcb][0xd9][0xa6][0xc7]3F[0xa1]Z[0xef][0x85][0xed]R[0xcd][0xd5][0xd5][0xb3]A([0xdb][0xa9][0xc1]H:>[0xb0]bW[0xa4][0xcb][0x1e][0x1c]4RT[0xf6]$.[0x89][0x99])[0x5][0x95]Y[0xcb][0xa6][0x1d]i7[0xe3][0x6][0x17][0xbc][0xab]M[0xcb]t[0xd6]P-[0xfb][0x1c]{"[0x90][0xaa][0xe2][0xf7][0x6]s[0x1f]3[0xfa]3\[0xaa])[0xb5]=[0xb]Ge[0x94][0xc1]:[0x86]`d[0xf6][0xb4][0xaf](!x[0x1c][0xb7][0xe2][0xb4]J[0xb9]MT[0xca][0xb8][0x9d][0xa6]I[0xaf]cg#[0x98];[0x11][0x81]E1q[0x83]F[0xc4][0xfc][0xaa][0x89][0x14][0xe7]g[0x85][0x5]B[0xe9][0x8e][0xda][0xc9][0xe1]I[0xe4][0xa6]*[0xcd]p[0x83]mT[0xb0]zz[0xe9]-[0xfd][0xec])[0x8d][0xc8][0xa9]E[0x91][0x94][0x96][0x9a][[0xba]6[0x13][0x8][0xe6][0xad]3f[0xf0]X[0xc][0x98][0x13][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8f]c[0xf3]Rf~[0xc2][0xd3][0xae]i[0xf1][0x82][0xe8][0x94][0xaf][0xc9]([0x95][0x97][0xcd]L[0x92][0x19][0xaf]^wJ^[0xb5][0x9e][0xf0][0xce][0xb5]u[0xdc][0xc3][0x9b]I[0xc6][0xe4][0xc3]I[0xe5]Dg[0xa7][0xcc][0xc3]n*[0x8a]<[0xc4]r[0xdc]u[0x87][0xeb][0xc4]=}b[0xe1]n[[0x87]R[0xf6]n[0xf1][0xbe][0x93][0xe1][0xcd]+yz[0xda][0xf5]([0x1b][0xa6]D[0x8b][0xda][0xd6]eF[0xca][0xd9]jw[0x18]{D^[0xb9]w)nV[0x98][0xe9][0xf5]f[0xca][0xc8]i[0x95][0xc7]ybr[0xb9][0xad][0xa6][0xb][0xc5][0x1c][0xaa]-[0xa6]o~[0xbf]r[0xf9]L[0xcb]2zI[0xa1][0xd7][0xf2][0xe9][0x9e][0xbb])[0xa7]<[0xb4][0xf9][0xee][0xaf][0xe2][0xcf][0x1b][0xb2][0x1]n[0x4][0xb1][0x6][0xe7][0xb2][0x1e][0xf7][0x94][0xa1][0x9a][0xe3][0xd6][0x82][0xf1]b[0xfe][0x10][0xe2]}[0xc5]~@\hl+[0xb8][0xd6][0x8e][\r][0xfc]vp[0xf4][0x14]\[0xfc][0x7]\P?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa5][0xbe][0xe1]Q[0x94][0xd5]?[0x82][0xb2][0x11][0xb8][0xf6][0xa1]j[0xde]>h[0xf5]b8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf7]E[0xd9]iO[0xae][0xf5]>[0x4]u[0xc][0xbe][0xbe]Q[0x94][0x7][0xfc]#[0xa8][0xc8][0xce]j[0xec][0x8d]`[0xd6][0x11]T[0x96][0xe1]A[0x1a]u[0xa1][0x93][0xdf]S[0xf8][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "8[0x93][0xae][0x9e][0x85]r[0xb4][0xa0][0x96]n[0x87][0xe8]t[0x98]nF[0xe8][0xe6]f:[0xbc][0x91][0x12][0xa1][0xac]#8[0x1f]][0x80][0xec]m[0xa2][0xc3][0x8a][0xec]u[0xa3][0x87][0xc1]lf[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xca][0xb8][0x10]Uq[0x81][0x8a]-bU[0x11][0xe5][0x92][0xab][0xc]Gi[0x85][0x7]^[0xce][0x1d][0xa0][0x81][0xd9][0xd2][0x91]@u p[0x18]'lj[0xa4][0xd7]c[0x98][0xd3][0xd7]8[0x8a][0x9a][0xee][0xfa][0x86][0xa6][0x11][0xcc]mq[0xf3][[[0x1f]t[0x8f][0xe2]D[0x86][0xbc][0x1f]'S(([0x84][0xb2]s[0x94]<[0x8c][0x93][0xb6][0x1f][0xc4][0xe2][0x82]pOf[0x90]A7?[0x81]y[0x5][0xe1]Rq[0xfe]EcX[0x90][0xd5]\[0xd8][0xe2])[0xd0][0x8]MhL[0x8][0x7]=[0x87][0xf2][0xe8][0xac][0xc4],~[0xdb][0x99][0xa6][\r]LQ[0x7][0xe6][0x12][0x8b][0x85][0xc4]`)Qh [0x2]g2[0xf2][0x1e]F[0x98][0xc4][0x85][0xc8][0xe0]"\[0x81]Kp[0x1b]oo[0x81][0xd8][0x9a]l[0xac]y[0xc4][0xe]Pf[0x1b][0xf1][0x8]`/%[0xdb][0x88][0xc9]B[0xca]oG[0x1f][0xf7]Z[0x8a]a[0xec] [0xe2]n[0xce],[0xc4]N[0xbc][0x99]H[0x9][0xbc]C[0xc5];[0xa9][0xb1]h[0x9c]u[0xca]5[0xb9][0xa0][0xa8]x[0xd7][0xf9]*[0xde][0xcd][0xff][0xef]y[0x15][0x15][0x14][0x9a]r4[0xf8][0x9b] [0xc7][0xd7][0x97]8[0x12][0x15]n[0xbb][0xeb][0x9c][0x86][0xa7][0xd1][0xdb] [0x8b]g[0x17][0x9b][0xf9][0xe7][0xcc][0xdb][0x8f]u[0xec][0xbc]i[0x1f]V[0xb3]Y[0xd9][0xdd][0xf4]4[0x96]7[0x1d][0xbd][0x1d][0xcd]M-[0xee][0xa0][0xfb][0xe8]J[0x91][0xc1][0x1a]o[0x8d][0xe7]N[0xd4][0x6][0xdd]5[0xde]3Z[0xd4][0xfa][0xa0]*[0xaa][0xed][0x95]^[0xe5][0xe0][0xf8][0xb]Y[0x1b][0xf7][0xe7]kE31[0x3][0xee][0xe0]~[0x7]X5[0xee]$[0x1d][0xef]"[0xee]w[0xb3][0xc2][0xde]C[0xfc][0xee]e[0x81]?H$[0xee]e[0xbd][0xbc][0x8f](< q^[0xc1][0xf8][0xd7]3[0xca][0xf7][0xf2][0x9c][0xa9][0x94]\[0x81][0xf7]1s"[0xc3][0xdb][0xf3][0xa8]m[0x97][0xa7][0x90][0xbf],[0xa9]uy[0xbe][0xd2].[0x80]k[0x9c][0xe5]I[0xcd]UZ&[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x91]z[0x19]'[0xbd][0x2]wU+[0xf][0xd6][0xd5]9[0xea][0x9f][0x9e][0xa3][0xbe][0xb7][0x9e]>[0x9f]YL[0xf9]f[0xe9][0x89]&[0xfb][0xde][0xdc][0xae]y,i[0xa7][0x97][0xfc][0xc9][0xda]Y[0x9e][0xb3]S^[0xdf][0xf0]$[0xce][0x1a][0xc1][0xd9][0xc7]2U^l[0x8a]i[0xf8][0x0][0xae][0xc9][0xa5]e[0x91][0x94][0xa1]T[0xa0][0xea]0Z[0x1e][0x86][0xfa][0xa0][0xbc]+&M[0x9]6_+[0xcd]_[0x87][0xf][0xca][0xf6]z[0x9c][0xc3][0xd6][0xcf][0xd5][0x5]R[0x15][0xaf][0x3]PK[0x7][0x8]2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]org/ops4j/util/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]r" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/collections/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesUtils.class[0x8d]V[0xfd]{[U[0x1d][0xff][0xdc][0xe4]&'Mo7[0xe8][0x9a][0xd2][0xf0]ZaB[0x9a]4[0x84])[0xce][0x91][0x96][0xca][0x18][0x9b][0xeb][0xec]:\[0xd7][0xbd]t[0x8][0xbb]Kn[0xdb][0xdb][0xa5][0xb9][0xe1][0xe6][0xb6][0xb4][0xc3][0x89][0x8a][0xc8][0x8b]/( R^D@[0xad][0x8]h[0x7][0x92][0xad][0xec][0x91][0xf9][0x93]>[0x8f][0xff][0x8b][0xff][0x80][0x82][0xf5]s[0xce]M[0xd3][0xa6][0xbd][0xd3]%[0xcf]s[0xce][0xb9][0xdf][0xf3]}[0xff]~[0xce][0xf7][0x9c][0xfc][0xe7][0x93]O[0x1]|[0x19][0x1f][0xc7][0xb1][0x1d][0xc5]8,[0x8c][0xc7]q[0x1b]&[0x4]&[0xe3][0xd0]%E[0x87]-[0x87])9[0x9c]iE[0x9][0xd3][0xad]([0xc3][0x91]CE[0xc0]m[0x85][0x81][0xaa][0x80][0x17][0xc3]L[0x1c][0+[0xa5][0x1f][0x93][0xc4][0xb9]8[0xe6]q6[0x8e][0xc7][0xf1]m)z.[0x86][0xef]H[0x86]'[0x4][0xbe][0x1b]G[0x17][0x8a][0x2][0xdf][0x8b][0xe1][0xfb]q\[0x8f]'[0x5]~[0x10][0xc7]MxJ[0xe]?[0x94][0x9b]O[0xcb][0xe1][0x19]9<+[0xf0][0x9c][0xc0][0x8f]4D[0xfb][0xed][0xb2][0xed][\r]h[0x8][0xa7]z[0x8e]j[0xd0][0xf7]8EK[0xc3][0xd6]![0xbb]l[\r][0xcf]L[0x9f][0xb6][0xdc]#[0xe6][0xe9][0x12])[0xed]CN[0xc1],[0x1d]5][~[0xd7][0x89][0xba]7iW5[0xf4][0xe]9[0xee]D[0xce][0xa9]T[0xef][0x9e][0xca][0xcd]xv)WpJ%[0xab][0xe0][0xd9]N[0xb9][0x9a]{[0xd0]u*[0x96][0xeb][0xd9]Vu[0x94][[0xd5]>[\r]-[0xae]e[0x16]%[0x99][0xa2][0xfd][0xa9][0xa1])s[0xd6][0xcc][0x95]-/7zx[0xa8][0xcf][0xff]RJ[0xd6][0x4][0xfb]z[0x82][0xc9][0x1a]b[0x15][0xa9]f[0xd4]-i[0xd8][0xd2][0xac][0x88]{[0xd3]f[0xa5]b[0x97]'h[0xa5][0xf3]J[0xf2][0xd1][0xaa]Gg[0xa6]5$|[0xe][0xdb][0xc9][\r][0x96]+3[0xde][0x88]"[0x93]![0xbe]w[0xae]`UT$[0x2]?[0xa6][0x95]U[0xdf]}[0x15][0x1a][0x1e]H[0x5]J[0x6][0x1b][0x1c][0xbb]b [0x91]Y[0xb3]4[0xa3][0xd2][0xac][0x18]Jfy"GUt_nZe[0xcf][0x9d][0xe7][0xbc][0xd7][0x9f][0x8d][0xc1]r[0xd9]r[0xf7][0x94][0xcc]jU[0xba][0x90]X[0xa7][0xf4][0xa0]Y[0xd9][0xae][0xb8]([0xa6]U4[0x88][0xa2][0xb3]{[0xc2][0xb4][0xcb][0xfc][0x1a][0xd3][0xd0]Z(9Uk[0xa4][0x1e]sgsI[0xe7]+[0xab]e[0xed][0xb]R[0xd8][0xbf][0xce][0xb3]C[0xa7][0xa7]X[0xde][0xbe][0xcd][0x94][0x1][0x9a]m[0x1b][0xf1][0xcc][0xc2][0x19][0xca])m[0x4][0xbc][0xc0]O[0x4]~*[0xf0][0x8e]Z',oM[0xe9][0xf0]U+[0xbd]J3[0xe1]3[0x16][0xd5][0x86][0x8b][0xd6]8[0x8f]$[0xb] Q0dW[0xbd]}[0xb6][0xcc][0xd7]m[0x1b]@[0xdc]s2P[0x87]]u5[0xdc][0x10][0x4][0x97][0xc3]Tg[0xb9][0x12][0x8f][0xae]Zi[0xe8]j[0xb0][0xdd]?3>n[0xb9]V[0xb1][0xc1][0xa3][0x97]x6[0x19][0xb9][0xed]Y[0xd3][0x8c]|[[0xa0][0xb1]X[0xa9][0xe1][0x9d].[0x97][0xcd]([0xd9][0xed][0xba][0xe6][0xbc][0xf4][0x9f][0x9c]=A[0xf4][0xfe][0xcd]:[0x7][0xfa][0x4]~[0xc6]&[0xc3][0xfe][0xc2][0xbe][0xc2][0x93]1[0xe2][0xcc][0xb8][0x5][0xcb][0xb7][0xd1][0xb1][0xe1][0x94][0xdf])[0xc5][\r]|[0x11][0xb7]S[0xc8][0xc0][0xcf][0xf1][0x82][0x81][0x9d][0xf8]*[0x19][0x83][0xea]b[0xe0]E[0xbc]d[0xe0][0x17]x[0xd9][0xc0]/[0xf1][0x8a][0xc0][0x82][0x81]W[0xf1][0x1a]qc[0xe0]u[0xbc]a[0xe0]WxS[0xe0][0xd7][0x8c]5[0x0][0x97][0x6][0xde][0xc2][0x9b][0x1a][0xae][0xd9][0xe8][0xb0][0x86][0xd0][0xf6][0xc7][\r][0xbc][0x8d]w[0xc][0xc][0xe2][0x80][0x81][0xdf][0xe0][0xb7][0x84][0xa1][0x81][0xdf]I[0xa7][0x16][\r][0xfc]^[0x12][0x87][0xf0][0xae][0x6]v[0xd5]?[0xe0][0xbd]&[0xf5][0x8d]LhH^[0xb1]`,[0xc2][0xe8][0x91]}[0xd9]]2[0xd0][0xf7]y[0x9e][0x82]K&w?0[0xf0]G[0xfc][0xc9][0xc0][0x12][0xde]3p[0x1e][0x1f][0x1a][0xf8][0x8][0xd6][0x90][0xbe][0xfa][0xbe][0xd9][0x14][0xa1][0xda]V[0x1d][0x96][0xae][0x1d]j[0xf4])[0xf6][0x90][0xb5]0[0x6]=[0xcb]5=[0xc7]][0xcf][0xba][0x16][0xc5]*U[0xe9]<2[0xe9]:[0x8f][0xf9][0xe7][0xdf]X[0x8f]fV[0x9a][0x8e][0x94]W%[0xae]K[0xf5]\[0xa1]U[0xea]%[0xc7],[0x12][0xb9][0xc1][\r]Q^.Q~[0xee].[0xb1]W[0xb7][0xa7][0x9a];[0x8c][0xda][0x8d][0xa9].7b1[0xae]kS[0xeb]QI[0x92]l+M[0x4][0xb2][0xdb][0x8d][0xd8]:[0x9b][0xd8]Wc[0xa6][0x8c][0x98]4[0xab][0xc3][0xd6][0x9c][0xa7]n7[0xf6]?[0xbd][0xac]>:R=[0x9b][W[0x93][0x5][0xfa]D[0xb][0xec])G[0xfd][0xb6],[0xec]r[0xd1][0x9a];4[0xce]c[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "h[0x19][0x83]d[0xae]6[0x98]oOm[0xd6][0x1e]h0[0xa2][0xda][0xb1][0x86][0xcc][0xff][0x87][0xc1][0xfc]a[0xbf]q2ZQ[0xef][0xa1][0x1a]v[0x5][0xf8]r[0x95][\r]-j=:cJT%[0x82][0x9c]e[0xaa][0xd2][0xff][0xeb]^kR[0xcf][0xd2]m[c[0xae][0xb7])UP[0xbf]K[0xca]f[0xd5][0x9c][0xf1][0xb5][0x96]h[0x16][0x89][0x18][0xbd]j[0x9f][0xb5]T[0x89][0x98]G[0xe1]9[0xea][0xec]iH[0xa5]N[0x6][0xb8][0x16]@[0xc3][0xe][0xbe][0x8d][0xb6]C[0xfe][0xa2][0x8][0xc9][0xa6][0x3][\r]w[0xa8][0xe7][0x17][0xaf]=[0xce][0x91][0xf4][0x5]h[0xe7][0xb9][0x8]![0xc5]1[0xce][0x19]\[0xe9][0xe8][0xe1]_[0x9e]~[0xc5][0x84]42[0x9c][[0xd0][0x8b],9[0xa4][0x82]a[0x84][0xf9]'G[0xba][0x86][0xd0][0xc1][0xde][0x8c]~[0x11][0xe1][0xa5][\r]z[0xee][0xa1]d^[0xe9][0xe9][0xf6]yq'r[0xca][0x19][0x3]w[0xd1]5[0x96][0x19][0x2]_[0xa2]3![0xdc]M[0xaa]N[0xca]Wh[0x85][0xed][0xd0][0xb7][0xa2]-rn[0xe1][0xce]s[0x97][0xa0][0x9f][0xb8][0x80][0xc8]p[0x96][0xe6][0xa2][0x99]l[\r]B[0xdf][0xa9]'[0xf4][0x5][0x1c][0xf][0xef][0xd4][0xf9][0x19][F[0x8b][0x86]|$[0x19]YF\[0xc3][0x2][0xee][0x95][0xab]V[\r][0x85][0x91][0x8f]&[0xa3][0xcb]h[0x93][0xeb]-y[0x91][0x14][0xed][k[0xb8][0xe6]5te[0x92][0xe2]"[0xae]%%[0x9a][0x14][0xcb]h[0xf][0xe1][0x18]u.[0xae]\^\y7[0x9b][0x8f][0xdc][0xb8][0x0]Ac[0xdb][0x92][0x91][0xa5]|[0xac][0xf1][0x11][0xbb][0xac]"sq[0x8e][0xe3]9<[0xa1]f][0xc5]|[0x18][0x1d][0x1c][0x1f]F[0xc][0x8f][0xa0][\r][0xa7][0xd0][0xe][0x13][0x9][0x9c][0xe6]k[0xb3][0xc8]G[0xa6][0x85][0x1]L[0xe0][0x0]&q[0x4]Sx[0x8]g0[0xce][0x87][0xad]-[0xdf][0xb5][0xa8]P[0x9f][0x87]Y[0xfe][0xcf]r}[0x8e][0xeb]'[0xb9]~[0x1a]s*w[0xfb][0x99][0xa3][0x3][0xb8][0x5][0xbb][0x98]OA-[0x19][0xe6][0xf4]^[0x96][0x93][0xcf]_~[0xed]`f[0x13][0xd4][0xfa]5[0xdc]G?[0x98])[0x95]O[0xa8][0x95][0x9f]c[0xb9][0xda][0xcd][0xdd][0x10][0xee][0xaf]W[0xd4][0xd7][0xb1][0x87]:[0x1e] e[0xf]b[0x9f]#![0xb0]W[0xfb][0xc][0xed][0x2][0xfb][0xfe][0x8d][0xfb][0xfe][0x85]P[0xe8]3[0xc4]I[[0xa1]XX[0xe0][0xeb]r[0x1b][0x9a][0xc0][0xfe][0x15][0xd6][0xa3]e[0x95] [0xa4]q\_>^)u[0x94][0xe5])-[0xd3][0x15]Mg.[0xa2]c[\r][0x1e]Q[0xe5][0xd6]S*[0xbc]N[0x9f][0x3][0xdf][0xa0][0xb3]>Ne[0xa0]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf3][0x2]:X[0xd7][0xf3]<[0x83][0x94][0xc1]u[0xa7]3[0xbd]5$[0x86][0xb3]GD[j[0xef]d[0xe1][0xaf][@$[0xbb][0x94][0xce]R[0xff]pVZ[0x8]+[0xb]7[0xd3]/[0xf0][0xee][0x14]x[0x9][0xad]x[0x99][0x5]y[0x85][0x96]^[0xe5][0xf3][0xfe]u[0xee][0xbd][0xa1],[0xa7]}[0x9d][\r][0xcb][0xdd][0x4][0xf5]=[0xca][0xb3]n[0x1c][0xe2]*D[0xe9][0xa4][0xf2]&[0xac][0x12][0xd5][0x2]&[0xa5]M[0xe0][0xc1]8[0x97][0xdf]d[0xbd]}[0x8c][0x1e][0xa7][0x1a][0x89][0xd1][0xc2]%t[0x11][0xa3][0xc9]!u".[0xe1][0xfa][0x13][0xbd][0xed]7\[0xc0][0x8d][0xc3][0x97]p[0xd3][0x89][0xec][0x5][0xdc][0x9c][0xd7][0x93]z[\r][0xb7]H[0x90][0xfe][\r][0x1d][0x99]d[0xa4][0x86][0xee]cu[0xd2][0xe2][0xca]?35|[0xe1]/Dh4[0x93][0x8c][0xd6]p[0xeb][0xb1]d4/z%[0xe6][0x4][0x1][0xd8][0xdb][0x0]_[0x1b]F0Fsc[0x4][0xd1]X[0x3]|[0x3][0xd8][0xca][0xf1]}[0x82][0xe2][0x3]r,1[0xce][0xf3][0xb8][0x15][0x1f]2[0xce][0x8f]x[0xe8]>f]j[0x84][0xc8]E[0xd6]j[0x99][0xb1]}B[0x1d][0x9f][0xe2][0x18][0xe7]1[0xce][0xa7]p[0xb9][0x1][0xb4].[0x82]d[0x84][0x10][\r]Sz[0x17]FqT[0xb5][0x82][0x1d][0xe4][0x95][0x87]y?A}[0x1c]'X#[0x86]KYy[0x98]c8[0xc9][0xff]C[0xcc][[0x1b][0xb9][0xfd][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xef][\[0xc9][0xfc][0xe5][0x10]^[0xa1][0xb2][0xa8][0xc0][0xc3][0x2][0x8f]([0xc][0x9d][0x12]0[0x99]P [0xb1][0xc2]s[0x12]n[0xec]([0xa8][0xad][0x3]U[0x88][0xe7]H[0x82][0xa7][0x80]~[0xd5]]x[0x11][0xe3]Q[0xf4]E[[0xfe][0xb]PK[0x7][0x8]xD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/ops4j/util/collections/PropertiesWriter.class[0x95]W[0xfb]s[0x1b][0xd5][0x15][0xfe][0xae]${ey[0xfd][0x92]c'J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][0x1][0x12][0xd9][0xb2][0xa3]4PH[0x1c]'[0xe0][0x4]'1[0xf8][0x91][0xc6][0xc6][0xc6]![0xd4]][0xcb]k{[0x1d]I[0xab]J+;N[[0xa0][0x90][0x2]m[0xa1]-[0xa5]/[0xe8]+MK[0xdd][0x7]-I[0xc1]q[0x8c]![0xe5]'2[0xd3]vJK[0xe8]?[0xd0][0xe9]/[0xfd][0x7]:LR[0xfa][0xdd][0xbb][0x92],[0xdb]r[0x86][0x8c]Fg[0xcf]=[0xf7][0xde]s[0xbe][0xf3][0xd4][0xea]O[0xff]{[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x80][0xbb][0xf0]G[\r]q?[0x12][0x1][0x8]$[0x3][0xd8][0x5][0xdb][0x8f]T[0x0][0x9f]G[0xda][0x8f]L[0x5][0x85][0x8e]$Y[\r][0xd3][0x1][0x4]`[0xcb][0xc5][0x8c][0x86][0xd3][0x1]T[0xb9][0x8b]YI[0xce][0xf8][0xf1][0x5]y[0xe7][0x8b]~|[0xa9][0x12][0x8f][0xe3][0x9][\r]Oj[0xf8][0xb2]d[0x9f][0xaa]D#[0x9e][0xd6]p6[0x80][0x10]lI[0xbe][0xe2][0xc7]3R[0xf8][0xac][0x1f][0xcf][0xc9][0xe7]W+[0xf1]5|][0x92][0xe7]5[0xbc] O|#[0x80][0x6]|S[0x92]o[0xc9][0x3]/[0xfa][0xf1]m[\r]/i[0xf8]N[0x0]M[0xf8]n[0x0]a|O[0x92][0xef]K[0xf2][0x3]I^[0x96][0xe4][0x15][\r]?[0x14][0xa8]{[0xa0][0xf3]p[0xc7][0xc3][0xdd][0x3]#[0xfd][0x9d][0xc7]:[0x8e]w[0xc][0xf4][0x1d][0x17][0x8]vO[0x19][0xd3]F4n$'[0xa2][0xfd]N[0xda]JN[0xec][0x13][0xa8]:d'3[0x8e][0x91]t[0x6][0x8d]x[0xd6][0x14][0xa8]N[0x8c][0xd8]Y'[0x95]ux[0xc2]4[0x12][0x2][0x8d][0xee]-[0xcb][0x8e][0xf6][0x15][0xc9]y[0xb3]"1[0x12][0xb3][0x93][0x8e][0x99]t[0x4]j[0xdd]CY[0xc7][0x8a]G[0xbb][0xad][0x8c]#[0xb7][0xfb][0xad][0x89][0xa4][0xe1]d[0xd3]Tz[0xc7][0xaa][0xed][0xf6][0xb5]H[0xe][0xf0]Jeb$eg,[0xc7]"$[0x81][0x9a][0xa2]K=F[0x8a][0xfb][0xf7][0xac][0x94][0x94][0xd0]R$[0xe9]"[0xb4][0x9]3[0xad][0x14][0xfb][0x13]#[0xd3][0xd2]=j=[0xf2]1u[0xdc][0x18]k[0xe]m[0xc6]L[0x19]i[0xc3][0xb1][0xd3][0x2][0xe5][0xed]V[0xd2]r[0xe][0x8][0x84][0xc2][0xa5][0x3][0xd6]4([0xe0];d[0x8f][0x99][0xd2]3+i[0xf6]f[0x13][0xa3]fz[0xc0][0x18][0x8d][0x9b]25v[0xcc][0x88][0xf][0x1a]iK[0xae]sB[0x9f]3i[0x11]qk[0xb7][0x9d][0x9e][0x88][0xda][0xa9][0xcc][0xdd]S.[0xaa][0x98][0x1d][0x8f][0x9b]1[0x15][0xa5][0xe8][0xb1][0xb4][0x9d]2[0xd3][0x8e]ef[0x86][0xd2][0x96]Cw[0x5][0xf4][0x95][0xf9][0x8b][0xac][0x83]g[0xad][[0x12]aE[0xb1]KF*e&[0xc7][0x4][0xfa][0xc3]7[0x8c]t[0xfe][0xfa]M[0xe2][0xac][0xcc][0xd0][0x8a]9[0x96][0xab][0xbb]2'mXq[0x1][0xef])s[0x96][0xab]iW[0x1a]P[0xcf][0x1][0xbb]c[0x8c]0[0xfc][0xf9][0xe2][0x10][0xa8]/[0x91]h[0x2][0xce]'Y[0x1b][0xcd]Z[0xf1]1[0x93]>[0x84][0xd6][0xe0]<[0xe8]n[0xed][0x93][0x95][0xbd]"[0xe8][0xb3][0xa9]|[0xe0][0xab][0xfa][0x1d]#v[0x8a][0xd5][0xa1][0xd6][0xec]F[0xb7][0x8f][0xd9][0xbd][0x1a]~$[0xd0]Q"[0x1c]7[0xeb][0xbc][0x16][0xb3][0x13][0x9][0xd5]:z[0x8e][0xcb]9[0x19][\r][0xdf][0xac][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "7M[0xc7][0x8d][0x19][0xc6]mFJ[0x19][0xc5][0xb0]*[0xb7]8[0xeb][0x8c]aQB[0x6]cS[0xa1][0x12][0xe]f[0xc7][0xc7]M[0x6]?[0xa7][0x84]c[0x85][0xb1][0xee]<[0x1d]3S[0xca][0x8c][0x86][0x1f]s[0xdd]og[0xd3]1[0xf3][0xb0]%C[0xd2][0xb0][0xda][0xf0]N[0xa9][0x8a][0xd5]u[0x13]X[0x5]D[0x8b][0x8e][0xfb]qT[0x92][0x18][0xc3][0xec][0xd6][0xe3][0xd6][0x8c]*H[\r]?[0xd1][0xf1]S[0x9c][0x93][0x93]#_[0x83]:[0xee][0xc6][0xa7]u[0xdc][0x87][0xdd]L[0xf9]r[v[0xa4][0xd3][0xc6][0xac][0xec]M[0x1d][0xf7][0xe0]^[0xe][0xbb][0xe5][0xad][0xa3]Ff[0x92][0x89][0xd3][0xd1][0x86]}:[0xf6][0x83][0xf1][0xf1]>d[0xce][0xea][0xf8][0x19][0xce][0xb]@[0xc3][0xcf]u[0xfc][0x2][0xaf][0xe6][0xef][0x14][0x17][0x10]g[0xdf][0xca][0xce][0xd7][0xf1]K[0xcc][0xe9][0xf8][0x15]~-[0xb0]q[0x9d]2[0xd2][0xf1] ~C[0xc7][0xf6][0xeb][0xf8]-^[0x13][0xf0][0x9c][0xc][0xe8][0xf8][0x1d]~[0xcf]B[0xd1][0xf1]:.[0xe8][0xb8][0x88]?p>[0xae][0xbe][0xae][0xe3][\r][0xbc][0xa9]c[0x1e][0x97]t,[0xe0]5[0x1d][0x97][0xb1]H5[0xb7][0xb3]*K[0xe7]H`s[0xa9]6v7e@;$yK[0xc7]([0x96]t[0xbc][0x8d][0x98][0x8e]w$[0xb9]"#]d[0xbe]ot[0x8a][0xf9][0xe1][0xc4]Y[0xf6][0xb5][0x8b][0x1a][0xdc][0x8e][0xaf][0xcf][0x9b][0xe8][0xea]+[0x14][0x3][0xa7][0xf7]r[0x8e][0x95][0x8a][0xde]l<[0xde][0x91][0x9e][0xc8][0xca][0xaa]-:V[0xc3][0xee][0xb3][0xc6][0xc][0xc7][0xec][0xb5][0x1d]yD`Gq[0xa3][0xb8][0x86][0xd7][0x19];[0xb5]Ew;[0x13])gv[0xd5][0xe5][0xf5][0x87][0xe]/W[0xad][0x98][0xe8]L[0xf8][0x84]I[0x7][0xb7][0x97]0[0xde][0xb4]V[0xc4][0xe3][0xc][0xa6][0xc0][0x9e][0x1b]c[0xbd][0xa1][0x2]C6nC){'8[0xbe]KN[0x8b][0xf5][0xa7][0x92]/c[0x9d]q;[0xb8][0x8b]#[0xcf]*[0xe4][0xa6]1[0xdc][0xd4][0xbd]6gr[0x94]L[0x1a][0x99]^[0xf3][0xb4][0xa3][0xee][0xd0][0xa0]/[0xa9][0x16][0x1b][0xc2]%[0xc1][0xfa][0x1d][0xdb][0xb5][0xb8][0xfa]D[0xe1][0x8d]@SS[0xb4]o\[0x9a][0xec]j*9h[0xfd]V[0xe1]}[0xc1][0x9b][0x91][0xc1][0xde][0x11][0xee][0xfa][0x98][0xc1][0xaa]_[0xfe]9[0xca][\r][0x1f][0x99][0xc2][0x86]RA[0xa2]\K[0x9a]3[0xdd]j[0x88][0x95][0x8d][0xc7][0xb3][0x99]I>cq;c[0xe2]6[0xbe]n[0xed][0xe2][0x8b][96[0xe3]S[0xd8][0xcd][0xd5]]\y[0xf8][0x9][0xca][0x99][0xa1]x[0xce][0x6][0xca][0xf7](~/[0xbf][0x1c][0x9][0x85]u;[0xbf][0xfb][0x8b][0xd6][0x7][0xf8][0xe5][0x98][0x81][0x1c][0x11]Bv[0x13][0xe9]A[0xae][0xee][0x87][0x97];[0x80][0xbf]9[0x12][0xf4],[0xc0]{Q[0x9d]>D[0x1a]P[0xf2][0xc3]<[0x4][0xf][0x90]kt[0xcf][0xa1][0x93]2([0xee][0x8]q[0x8][0xa5][0xed]hN[0xdb]+[0xd4][0xe6][0xe5][0xb3][0xbd]y[0x1][0xbe]H[0xb0][0xec]2[0xca][[0x82][0x1a]isd[0x9e]&Z[0xe6]Q[0xd1][0xbc][0x84][0xc0][0xf0][0x2]*[0xe7][0xa1][0x93][0xad]"[=[0x8f][0x9a]e[0xb6]v[0x19][0xc1]vT[0x90][0x1e][0x87][0xf][0xfd]D3[0x80]Z[0xc][0xf2]]q[0x88][0x11]y[0x4]wb[0x98][0xf1]9A[0xf][0x1f]U[0xe8][0xb6][0xba]v[0xb][0xe8][0xda]s[0xe8]$[0xd7]E[0xbf]=[0xe4][0x1f][0xc4]C.N[0xcf]^[0xea][0xc][0x0]bS$Xw[0x19][0xc1][0x96][0xde][0x96][0xab]([0xf][0xd6][0xf7]6[0xbf][0x89][0x9a][0xc8]"6x[0xf0].[0x1a][0xda]|\[0xd6][0xe6][0x97][0x8d]me[0xa1][0xb2][0xab][0x8][0xe5][0xe0][0xb7][0x95][0xa9][0xcd]P[0xd9]"6z1[0x14]*k][0xc4]&[0xf][0x86][0x96][0x10][0xe2][0xf6][0xe6][0xc8]%l[0x9]~[0x82][0xa4][0xad]\[0x1e][0xb9][0x85]U{[0xe]U[0xa1][0xf2]V[0x8a][0x86][0xe6][0xf0]X[0xa8]+[0xe4]3g[0x85][0x10][0xe4]R[0xa9][0xba][0x84][0xdb][0xdb][0xb4][0xb9][0x8f][0xde][0x9][0xf9][0xae]b'7[0xf4]P9E.([0xe5][0x96][0x94][0xb9]H[0xc6].[0xe3][0xe][0x17][0xf6][0x1c]6[0xaa][0xa3][0xbe]K[0xb8]3w~;[0xc5][0xcd][0x17][0x18]7[0x9f][0xca][0xc1][0x14][0xa3][\r]X[0xac][0xc3])f[0xfc][0x14]t$P[0x3][0x1b][0xb7]"[0x85]V[0xfe][0x15][0xd8][0x8d][0xc]s[0xe0][0xb0][0x2][0xa6][0xf1][0x19][0xcc] [0x86][0xd3]H[0xe2][0xc][0xe9][0xe3]x[0x12]O[0xe0]i[0xd2][0xf3]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "s8[0xcb][0x9f][0x8b]g[0xf8][[0xf0],[0xde][0xc7]s[0xf8][0x80][0xff][0x3][0xfe][0x89][0xe7][0xf1]o[0xbc] [0x82]za[0xae][0xe2]}[\r][0x17][0xc4][0xcb]E[0xb1]|[0x10][0xc6][0x87][0xc2][0xd7]GB[0xfd][0x92]X.[0x87]qE[0xa8][0x99][0x11]L![0x1d][0xc1]4[0xd2][0x1a],[\r][0x1f]+[0xa8][0xe9][0xb5][0xb3][0xb6]wLA0[0xd1]>[0xa9] t[0xc2][0x99][0xb6][0x14][0xd4][0xf][0xd9]Yk[0xa4]0?e[0xe5]'[0xcc][0xa9][0xc]%[0xd1]!'mf&[0xcd][0xbc]-[0xde]K[0xc2][0x90]7k[0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "RCN~[0xa6][0xd3][0xc9][0xb9][0x87][0xe6]:[0xb][0x9e][0x9d][0xe9]L;[0x99][0x8c][0x95][0xf6]l'[0xeb]v[0x8e][0xe5][0x9d][0x9c][0x95][0xf7][0x96][0xce]Z[0xae][0x93]Y[0xb0][0xf2]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb4][0xbc][0xbf]W[0xd0][0x9b][0x18][0x9a]3[0x17]L[0xdf][0xaa][0xa4]i[n[0x8f]/[0xcd][0x98][0xd9][0x99][0xce]q/oggz[0xda][0xd7][0x8b][0x14][0xa8][0x9e]s[0xd5][0xca][0x8a][0xe4][0xaa][0x1d][0xe6][0xe8][0x8f][0xd9]m[0xa9][0x1e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb]f[0xa6] P[0xe4][0x1c][0xf7][0x80][0x2]e[0x90]"[0xd7]3[0xd3]W[0x15]4[0x94][0xd9][0x8c][0xb][0x11][0xd5][0x3][0xae][0xa7][0xa0]u[0xcd][0x81][0x88]4!R[0xb0][0xaf]K`5[0x4]V[0xc8]x"[0xe6][0x1a][0xb6][0x96]r[0xab][0x8c][0xed][0xad]t[0xdc][0xbb]>[0xf5]c[0xf4]T'[0xf][0x87][0xcd][0x9c][0xb4]cS[0xb0][0x1f]Xc[0x5]:Q[0xa5]-[0xd7][0x9d][0xf0][0x91][0xaf][0x12]Xn[0xbf].[0xf7][0xea][0x4][0xc8]rg[0xcd]y[0xc1][0x0][0x85]tV;n[0xcf]dM[0xaf][0x90][0xa7]h[0xec]%[0x1c]W[0xcd]}[0xe3]`u$7[0xef][0xad][0xf6][0xc3][0xb]s_[0xd7][0xe]e[0x88][0x84][0xbb]ZQ[0xdf]I[0xbf][0x84]/[0xc8][0xf6]9[0xae][0xaa]b[0x90][0xd4][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xee][0xac][0x82][0xb6][0xc4][0x6]t[0xae]iN[0xa1]?mz[0xa6][0x82][0xee]u[0xfa][0xcf]a[0xa9][0xd2]Gd[0xdc])[0xe4][0xd3]V[0xbf]-Z[0xa5][0xb9][0xf2][0xe6][0xec][0x17]6:vb[0x97][0x8e][0x19]0[0xb7]@[0xfc][0x86][0xd8][0xd9][0xbc][0xaf][0x15]1[0x15][0xc4]6[0xec]S^[0xf5][0xf8][0x8d][0x9b][0xc2][0xcf][0x9c][0x8e][0xab][0xc8][0xe8][0x98]GVG7[0xd8]v[0xd0][0xe1] [0xa7]`kez}[0x5];3m[0xe5]u\[0x3][0x1d]l[0xae]<[0xd6][0xe1][0xc2][0xd3]Q[0x0][0xbb]H[0xa1][0xef][0x5]|[0xa2][0xe3]m[0xbc][0xa3][0xe3]][0x9c][0xa4](.6[0x8b][0x1a][0x96]t\[0xc7][\r][\r][0x9f]*0[0xfe][0xc7][0xcc]X[0x13]qtj[0x8e]z[0x9c]"vv[0xda]Z[0x1c][0xe5][0xc][0xb]%[0x6][0xdb]yy[0x9b][0xab]4[0x81][0x90]'6l[0x8e]r[0xc9]E[0xd9][0xa2][0xb3][0xa6];[0xec][0xe4]-I[0x96]+[0x87][0xe2]EvZ[0xd6]Z[0xf4]J[0x17][0xae])Qu[0x12][0x85]\R+[0xf5][0x19]0[0x98]sr[0x95][0x9a]~[0xd6]bF[0x98]9^[0xb6]iN[0xcd]j[0xe9][0xae][0x13][0x95][0x88][0xa7]a[0xd8]s|[0x11]}X[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f[0xc6][0xad][0x80]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "!2n[0xab]&[0xaf][0x96]My%[0x97]\[0xcf][0x9a]W[0xb0]i[0xc6]*[0xbb][0xa4]m/[0x95]%=5U[0xbb]n8[0xc0]O[0x9f][0x1d][0x10]?*[0x2][0xa2]u[0xa1]`[0xb7][0xfc][0xec]cW[0x8]i[0xf2][0x1e][0x94][0xbb][0xdc][0x4][0xb0][0x87]k[0x84]O[0xa0][\r]![0xec][0xc3]k[0x10][0xed]([0x95][0x10][0xc7]^>ky[0xb2][0xcf]w[0xa0][0x8c]RZC[0xd9][0xa2][0xf1][0x8][0xaa]r[0xc7][0xd8][0x1c]/"[0xf0][0x3]T[0xe3][0x8e][0x11][\r][0x16][0x11]:[0xba]][0xbe]<[0x84]z[0xe1][0x1e]jF[0x1e]B[0xbb]`D[0xc3][0xa1]{[0xa8][0xed][0xe][0xc5]BEDn[0xa1]I<7u[0xab]15[0x95][0xbc][0xf]}[0xf9][0xc9]_[0xd1][0xba]n5U[0xc4]+[0xb7][0xb1][0xfb]![0xea]i[0xb8][0x99]o[\r][0xbf]!ZDcL[0xe5]RDS[0xb7][0xba][0xfc][0xe4][0xcf][0x98]z[0x87][0xb1]C2[0xe7]~4p=[0xcc][0xb7]#[0xcc][0xa8][0x87][0x1f][0xc0]G)9[0x8e][0x16]^[0x80][0xed][0xe8]#[0xfc][0x93][0xcc][0xbb][0x9f][0x90][0x7]xz[0x9a][0x92]3[0x18][0xc4][0x10][0x87]1[0x86][0x11][0x9c][0xe7]Z[0xc0]Y[0x89]w[0x80][0x9f][0xf2]}[0xfc]O[0xa0][0x9d][0xf8][0x88][0xe]I[0x18][0x92][0xbe]EtP[0xa6][0xd0][0xeb][0x15][0xa4][0xb0][0x9f]<[0xb5][0xd1][0xa6][0x13][0xaf]#H[0xcf]'I[0xf4][0x1b][0xcc]`[0x8c][0x96][0x7][0xa5][0xed][0xa1][0x12]{[0xbe][0xd6]aj[0xbd]II[0xc]ZMd[0x5][0xba][0xf2][0x18]M[0x1a][0x8e]h[0xe8]jYAP[0xc3][qR[0xcf][0x9]@[0xb7][0x82][0xdc]0[0xd5]Ex+[0xda][0x9c],b[0xcb]-[0xf4][0x1b]>[0xf]#[0xa5]gw([0x1a][0x14][0xec][0xf1]HOu[0x18][0xf7][0xb1]u[0x19];[0x8d][0x12]g[0x82][0xff]F[0x12][0xd7][0x18]m[0xf6])[0xbb][0x8f][0x96]e[0xb4]Fc[0xbe][0xaf]:#[0x1a]+b[0xdb][0xf9]e[0x84][\r][0xf2][0xde]r[0xf7])[0x93][0xfb][0xb1][0x89][0xeb]%[0xd6][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]4[0xb1][0x8d][0xdf]V[0xe2][0xfc][0xb2][0x92][0xc2],[0x19][0x9b]#c[0xf3]8[0xc7][0x1]u[0x99][0xd3]f[0x9a]3F0v[0x88][0x89]6[0xa0][0xb][0xbd]D[0x1d][0xa4]E'[0xd9]o[0xa7]?&/Y[0x84][0xdc][0x9][0x9e][0x14][0xb9][0x13]|[0x6][0x9e][0xb2][0xe3][0x9f][0x1d][0xe6]N[0xb0][0xd3][0x0][0xf5]1Rd[0x83][0xa3]5[0x10][\r][0xe1][0x98]l[0xcd][0xe3]d[0x87][0xd3][0xcc]g[0x7][0xf][0x18]H[0x4][0xe8]b[0xf6][0xad]#[0xa9]G[0xa8]5[0x88]l[0xbb][0xd8][0xed][0xe9]([0xe7] Y[0xc9]A[0xb8]#[0xb5][0x6][0xf0][0xe][0x96][0x1a][0xf8][0x8c][0x10]>'[0xe8]/[0xd8]:_[0xa2][0x11]_[0xb1][0x94]_[0xb3][0x99][0xbe][0x91][0x0][0x93]~,[0x9][0x10]r' (r'`[0x5]h}[0x90]M#[0xe0]?[0x83][0xd5]%a[0x5]$[0xac][0x8][0x82]+[0xa8]'[0xa6]=[0xab]xNP[0xc6][0xc1]\[0xc2][0xf3][0x7]-[0x83][0xa2][0xf9][0x92][0xb2][0xf5][0x8f]&[0xfd][0x1a][0xf]G[0x83][0x1d][0xb2]`[0xd1]d[0x87][0xa8]W[0xd2][0xf0][0xab][0xb6]-Y[0xc2]Hi[0xa3][0xe1][0xa3][0xf3]Oj}[0x95]g[0xf8][0xda][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x96]([0xbf]#[0xb6][0xef][0xd9][0xbc]?[0x12][0xf3]m^[0xe2][0x9f][0x98][0xc9][0xcf]dt[0x19][0xa7][0xf0][0x8b][0xc4][0xb9][0x8b]9[0xd4]3[0xeb]~"[0x9][0xc8][0xab] [0xd0]A[0xee][0xfc][0xd6][0x86]n@[0xa2][0x83]DW[0x87][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6][0x11][0xdd]?[0xd8][0x12]PK[0x0]OQm@[0xee][0x6][0xff][0x3]PK[0x7][0x8][0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/util/environment/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/ops4j/util/environment/Environment.class[0x8d]X[0x9][0x98]TW[0x95]>[0xe7]uU[0xbd][0xd7][0xd5][0xaf][0xa1])[0xd6]f- [0xa1][0xf7][0xae][0x84][0xb0][0x7][0x8]M[0xd3]@[0x87][0xea]%[0x14]MCB4[0xaf][0xab]_w[0x17][0xd4][0x96]Z[0x1a][0x88][0x1a][0x97][0xc4][0x18]cL\[0xe2]B4[0xfb][0x82][0x1a]T[0x2][0xa6][0xe9][0x4][\r][0x1a]51[0x89][0xce][0xa8]3[0xea][0x8c][0xce]8[0xe3]>.[0xe3]>3fe[0xfe]s[0xdf][0xab][0xea]j[0xe8][0xc6]|[0x1f][0xdc]w[0xeb][0xde]s[0xcf]=[0xe7]?[0xeb][0xed][0x17]^[0xea]i"[0xba][0x8c][0x9f][0xf3][0xd3][0xd5][0xf4][0xba][0x9f]n[0xa7][0xb3][0x98]1U0[0xb3]&C[0x99][0xce][0x1e]Y[0xf1]b[0x8f]}2[0xe8]:[0x1b]~[0xf2][0xd3][0xeb][0x6][0x97][0xe3][0xcb][0xfe]r,V[0x18]l[0xca][0x8f]J?[0xf9]x[0x8a][0xce]S[0xfd][0x14][0xe0]*![0x9f]&C[0xc0][0xe0][0xe9][0xf2][0x9d]Q[0x8e][0xe5][0x99]2[0x9b]e[0xf0]l[0x9d][0xe7][0xf8]i[0x1e]W[0xe9]\[0xed][0xa7][0x5][0x19][0xae][0x95][0xe1]M[0x6][0xbf][0xd9][0xe0][0xeb]t[0xb6][0xfc]ds[0x95][0xc1]}[0xf2][0x8d][0xca]Pip[0xbf]0[0xb3]e[0x18]0x[0xd0][0xe0][0xa1]r[0xe8][0x1e][0xf3][0xf3]~> [0x8b]q1[0x9f][0xcf][0xcf][0x9]N[0xca][0x90][0x12][0xb9][0xd2]:_[0xef][0xa7]a[0xce][0xe8][0x9c][0x15]yrr^v[0x86][\r]>(b[0x1e][0xf2]S[0x1d][0x1f]6[0xf8][0x6][0x9d][0xdf][0x2][0xd0][0xc4][0xda]o[0x15][0xf0][0xde]f[0xf0][0x8d][0x6][0xbf][0xdd][0xe0]w[0x18][0xfc]N[0x83][0xdf]e[0xf0]M[0x6][0xdf]l[0xf0][0xbb]u[0xbe][0x85][0xc9][0xd7][0x15][0xe9]l[0xe9]hc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x84][0xf7][[0xc3]V(n%[0x7]C[0x91]\&[0x96][0x1c][0xbc][0x9c][0xc9][0xe8][0x89][0xb4][0xed]t[0xf6]}=[0x9d][0xed][0xad]m[0x11][0xa6][0xe9][0xe]a>[0x17][0x8b][0x87][0xb6][[0xd9][0xa1][0x88][0x9d][0x3]ey$6[0x98][0xb4]r[0xf9][0x8c][0xcd]Ts>[0xc5][0xfa][0xf3][0xb9]o[0xc4])=[0xf1][0xe6][0xc8][0xf6][0xb6]p[0x18][0xec][0xd7][0xc7][0x92][0xb1][0xdc]F[0xa6][0xb2][0xda][0xba][0xdd]L[0x9e][0xd6]T?8M[\r][0xc7][0x92]vg>[0xd1]ggvY}q[[0xc4]LE[0xad][0xf8]n+[0x13][0x93][0xdf][0xee]b[0xd9][0x1][0xfb]0[0xce][0xe4][0x86]bY[0xa6][0xda]p*3[0x18]J[0xa5][0xb3]+[0xf6];"[0xd8][0xc9][0xe1]X&[0x95]L[0xd8][0xc9]\[0xa8]ml[0x8e][0xeb][0xfd][0xe9]L*mgr1[0x1b][0xe7]f[0x95]H[0xdd]]\[0x7][0x95]'[0x1e][0xcb][0xe6][0x98]f[0x97][0xec][0xb7]%[0xf3][0x9];c[0xe5]b[0xa9]$[0x8]*#9+z[0xa0][0xc3]J+q[0x0]+|D[0xe7][0xf7][0x80][0xdb][0xa1][0xa8][0x9d][0x16]*[0xf0][0xaf][0x1a][0xb4]s[[0xac][0x9c][0xb5]%[0x96][0xb1][0xa3][0xb9]T[0x6][0x12]/[0xa9]=[0x1f][0x96]:g)[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "m[0x8d][0xc5]mp[0xf7][0xa5]3[0xf6]@[0xec][0x10][0xc0][0xea][0x8f]e[0x92]VB[0xf4][0xc5][0x8c]i[0xca][0xb9][0x94][0x1e]gw[0xaa][0x95]N[0xc7]cQ%[0x9d][0xb3][0xa2]'[0xec]l[0xd6][0x1a][0xc4][0xcc][0x1b][0xb5][0xf2]Y|[0xeb]J.[0xee]If[0xf3][0xe9]t*[0x93][0xb3][0xfb][0xbb][0xd2][0xae]VE[0xc1][0xc1]6[0x0][0xc1]#[0x87][0xb3]9;Q"[0xba]>[0x94]J[0xd8][D[0xc]#;de[0x9c][0xa9]OM[0xfb][0x91][0x80][0x90]O[0xa0]^t[0xc8][0x8e][0x1e]([0x1e][0xea][0xb6]rC@*[0x93][0xcb][0xf6][0xc6]rC[0xdd][0xae]VK'[0xc0]`[0xbc]b[0xe2][0xf][0xc][0x99]g[0x16][0x97][0xdb][0xbb][0xc6][0xe4]Cj[0x1][0xd0][0xb9][0xd4][0xd6]X&[0x9b]k[0xb5][0xd2]L[0xcb]&Gu[0xbc]w{[0x7][0xe4][0xc][0x98][0xb7][0x2]L([0x9][0xe7](8[0x16]tIe;[0x15]x[0xbe]X[0xb6]')[0x92][0xc2]3[0x91]g[0x8d]X[0xb6][0xc3][0x8a]ve[0xf7][0xc0][0xe7]c[0xd0]$[0xd9][0x9f]:[0x98]U[0xf3]N;[0xd7]k[0x89][0xff]c[0xe] [0x93][0xbb];[0x10]-S[0xc7][0xf3][0x5][0xe5][0x9c][0xda][0xba][0xc9]<[0xcd][0x4]qO[0xd6][0xce]D[0x86][0xec]x[0x9c]iF[0xed][0x84]bO[0x7][0x95]{o[0x9][0xb1]\[0x4][0xc1]JVY[0xcc]&[0x8a][0xb8][0xdb]Y[0x14][0x9f][0x17]Qlx[0xd4][0x9c][0xa2][0xcd]7[0xe7][0x7][0x6]l8[0xd7]N[0xb5][0x3][0xb3][0xdf][0x8a]L[0x88]<[0xad][0xf3]{[0x99][0xa6][0xb9][0xfc]J[0x85][0x9e]W;[0xd9]Yq(/[0x0][0xb4]aTn[0xc7][0x1c][0xd9]@|z[0xa6][0x8b][0x89][0xc2][0xa0][0xc4]bz4[0x1][0xe9][0xed](,k[0x1f][0x8a][0xe5]v[[0xf1]<[0xf8][0xfb]]jX[0x17][0xbe]a[0xcb]8g[0xcc]2[0xe7][0xf2][0xf0][0xf5])[0x19][0x8a][0x1a][0x95][0xc0][0xe6]H[0x7][0x8d],[0x84][0x8c][0xab][0x88][0xe4][0xbd]l[0xd7]@I[0xba]*[0xe1]u[0xe9][0xa4][0x9a]M[0xec]XJ[0xdf]aGj$[0xb3]$>fV[0x2][0xb1][0xbb]`[0x85][0xda][0xbf]g[0xe0]1[0xd3]xl[0x85][0x84][0x19][0x85][0x89]r[0xf6]N[0xd7]NM[0xb5][0x13][0x10][0xd7]M&&[0xba][0x95]X2[0x9d][0xcf][0xe1]"[0xdb]J[0x8c][0x8b][0xec][0xb1]ePi[0xb1]$[0xec]8[0xd1]f[0x91][0xd1]T[0xf1][0x94][0x12][0x98][0x98][0x1a]&M([0xe7][0xe1]"[0xb6][0x8f][0xc6]S[0x92][0x10][0x8d][0xf5][0xd1][0xb8][[0x81][0xfc][0x91]T>[0x13][0xb5][0x1d]/[0xaa]*[0xe1][0xdd],\L[0xfa][0x8]}[0xd4][0xa4]o[0xd0][0xf3]&[0xdf][0xc6][0xef]C[0x9e]7[0xf9]v[0xfa][0xaa][0xc9][0xef][0xe7];@~[0xee][0xd5]&[0xdf]I_2[0xf9][0x3][0xfc]A[0x93][0x9e][0xa1][0xaf]"[0xca][0xce]7,[0xae]0[0xf4][0x85]$[0xa7][0x86]L[0xfe][0x10][0xd8][0xa4];[0x9][0xec][0xb8][0xd9][0xe4][0xbb][0xe8]E[0x93]?B/[0x2][0xf3][0xd2][0xb4][0x8]9[0x18]r[0x9c][0xa2]Q[0x93][0xbe].[0x8c][0xf5][0x96][0xee][0xee]--[0xbb]ZL[0xfa][0xb2][0xdc][0xf8]1[0xba][0xc3][0xa4]/[0xd2][0x97][0x98][0xb6][0x96][0xa8][0x10]L[0x15]2|6[0x98]L[0xe5][0x82][0xc5][0xcc][0x1f]L%[0x83][0xf9]$2uj0[0x19][0xbb]A~;[0x84][0xc9][0xc1]l0[0xab][0x92]?[0xd2][0xc0][0x1b][0xac][0x19]L[0xa1]7V[0x82][0x8b]'D[0x99][0x8f][0x9b]|D[0xf4][0xa8][0x8][0xe5][0xb3][0x99][0x90][0xaa]$![0xb8][&[0x95][0xca][0x99]|7[0x2][0xfa]w[0xef][0xec][0xda][0xb6][0xb3][0xa5]ck{X[0x1a][0x91]i[0xad][0xeb][0xf6][0xc1][0x9a][0x83][0x19]+[0x11][0x14]D[0xb2][0xfb][0x84][0xcd]'M[0xbe]G[0x10][0xbb][0x97][0xef][0x83][[0xee][0x1a][0xb2][0x95][0x8e][0xf1][0x18]T[0x92]b[0x18][0x8c][0xa6][0x92]9+[0x6][0xf5]c[0xf1][0xb8]=h[0xc5][0x83]Q[0xdc]dE[0x91][0xa6]$[0x1b]MPaL[0xbe][0x9f][0x1f][0xd0][0xf9]A[0x93][0x1f][0xe2][0x87][0xc5]8[0x8f][0x98][0xfc]([0x1f]5[0xe9][0xa7]p[0x1][0xfa][0x15]=[0xf][0xe8]S[0xd9]fa[0xae][0xf3][0xa7][0x90][0xfe]:S[0xc9][0xa6][0x12]\[0xb]8[0xba]0[0xae][0xb][0x9a][0xf4][0x1][0x82]7[0xbc][0x1f][0x6][0xe2]O[0x8b]^[0x6][0xf2]v[0xb0]+[0x12][0xdc]c[0xf2]g[0xf8]1[0xb0]+V[0x15]=i[0xe7][0xe][0xaa][0x9a][0xa2][0x83]Or8[0x91]5[0xe9]kp6[0xfa][0x16]T[0xa4]o[0xca][0xf0]m[0x19][0xee][0x12]g[0xd1][0xd6][0xae][0x91]a%[0x86][0xe][0x9c][0xa8][0x88][0xa6][0x12][0x9]+[0xd9][0xdf][0x8c][0xaf][0x93][0xc3][0x9a][0x11][0xba]p[0xb3]d[0xac]?[0x9f]HKc[0xa1][0xb2]%[0xbc],d[0xd2]w[0xe8][0xbb][0xc8]bh[0x1a][0xc4][0x0]v.[0x1a]r6M[0xfa][0x3][0xfd][0xd1][0xa4]?[0xd3]_L[0xfa]w[0xfa]1[0xb2][0xae][0xc9][0xc7][0xf8][0xb3]&[0xbd][0x8c] [0xe0][0xcf]I$[0xbc]L?fZx[0xe1][0x94][0x8f]8[0x93]B[0x13]Dq[0xe][0xc6][0x1c][0xcf]CW[0x93][0x15][0x87][0x8c]%[0x83]9[0x18][0xc9][0xb9].[0xd8][0x8f][0x6][0xa9][0xcf][0xca][0xda]&^[0x8c]x[0x9c][0x1f]gZ~[0xce][0xde][0x98][0x9][0x13]V| [0x95]I[0x0][0xe5][0xbc]pWi<[0x88][0x15][0xdc]3c[0xa2][0x88]7[0xe9][0x17][0x82][0xd6][0xdf][0xe8]%[0xa6][0xd5][0xa5]Q[0xe1]f[0xdd][0xe0][0x80][0x5]?[0xea][0xf][0x6][0xf][0xa2]A[0x81][0x94][0xc9][0xa6][0x1b][0xec]L*(I[0x1f][0x97][0xf6][0xdb][0xc1][0xd4]@P<[0xe0][0x4]l[0x16][0xea][0x8b]%[0xc5][0xaf]M>)[0xd1][0xff][0x5][0x19][0x9e]PQ[0xaa][0xfc][0xd7][0xdd][0x85][0xc2][0xad][0xa9]|[0xbc]_[0xa9]<[0x0][0xb3]*e[0xd1]J[0xef][0x81][0xb4][0xc3]A[0xc9][0xa5][0xf9][0x9c][0xd3]p[0xcc][0x9a][0xb8].[0xc0]t[0xc1]Pk0[0xd2][0xb6]Kn[0x1e]aZu[0x1][0xc1]/([0xf7]g[0xf8]q[0x93]O[0xf1]g[0x11][0x16][0x91][0x3][0xb1]tZ|R[0xaa]A[0xb0][0x9]D[0xe3]d[0xac][0xd9]P#v[0x91][0xcd]u[0xc1][0x1a]8H[0x8d][0xc9][0xa3][0xfc][0xa4][0xce]O[0x99]|[0x1a]Y[0x7][0xfe][0xff]E[0x9d][0x91]d[0x9e][0xe6]3&[0xfd][0x9][0x1e][0xc2]_[0xe6][0xaf]0UO[0x9a][0xa9]%2[0x9f])[0xe8]x^A[0x90]]8[0xf5]o[0xe9]w&[0xfd]\[0x4][0xd4]:[d[0xed]k&[0x9d]>[0x8a][0xb2]+[0xe6]mvz[0xd9]i[0xe7][0xbd]-[0xe0]\([0x97][0xf9]C&?+[0xd1][0xe4][0x8d][0xe4][0x93]]H[0xf]z$[0x15]G[0xcd][0x94][0xda][0xdb][0xd1][0xdd][0x16][0x8a][0xa1]a+ki[0xc7][0xa8]o[0xcd][0xd8][0xf6][0xe6][0xc8][0x16]$[0x97][0xf6][0x8c]4v[0xe6][0x96][0xd8]`,[0x87]T[0xe0][0xf4]y[0xde][0xed][0xdd]M=[0xa0][[0xf6][0xc6][0x92][0x18][0xca][0xd7][0x84][0xf][0x83][0x82][0xa8][0xa5]%[0xb1][0x90]a[0xd4][0xda][0xae][0xa1]L[0xea][0xa0]c[0xfb]J[0xf7]!rXZNPU[0x8f][0xeb][0x11][0xc7][0xbf]6[0xa6][0xe]Y[0xd9][0x8e]T[0xc6]n[0x8b][0xdb]r=[0xa8]+[0x92][0xf6][0xa1][0x9c][0xfb][0xf3][0xdc][0xae][0xb1][0xab]o?[0xba]o[0xa9][0xb8][0xe8]M[0xdc]H@[0xab]S[0x91]-[0xfd][0xb5]f[0xd2][0x92]9Y?Pd[0xeb][0xc3]c[0xc3]N[0xf6][0x9f][0xd3][0x1]L[0xda]"[0xba][0xc5]N[0x9e][0x96][0xb9][0x94][0xb3][0x4]ar[0xa9]p[0xea][0xa0][0x9d]i[0xb5][0xa4][0x12][0xcf][0x9c][0x88][0x11]:[0x98][0xf2][0xac][0x9d]F[0xa6][0xc6]KBz[0xe8][0xf0][0x4]8*2[0x1f][0xbc]>+[0xa8][0xf8][0xec][0xeb][0xf3]V<{[0xe]CWp[0xe9][0xe4]k[0xde][0x98][0xd6][0xbb][0x9d]f[0xb9][0xd5]B\[0xe1]U[0x15][0x97]g[0xc][0x9a][0x84]l[0xf1]%3[0x89][0xc8][0xb8][0xc1]'[0xb5][0xa5][0x5]6[0xf1][0xd4][0xb6][0xd7][0xb5][0x8e]3~k[0xa1][0xea]([0xf5]{[0x0][0xa2][0xab][0xbe][0xa7][0xb6]UH[0xe7][0xe3]s[0x1][0xf4][0xca][0xb3][0xf9][0xbe][0xac][0xb][0xdf]L0[0x9f][0xb0][0xc5]/Ys+[0xb8]QH[0x9d][0x88][0x2][0xd5][0x0]w[\r]L"=Z#[0xfd][0xa0][0x15][0xcb]m[0x15][0xb8][0xf1][0xf2][0x91][0xdf][0xfd]6[0xae]L[0xc1]_[0xc]i[0xba][0xc2][0xaa][0x91][0xac][0x88][[0xd9]\{[0x81][0x95][0xe8][0xd9].[0xc2]O [0xd1][0x98][0xf0]z[0xd4]JJ[0xe0][0xab][0xb7][0x95][0xd3]f[0xc9][0xeb][0xa5][0xa5]/[0x9b][0x8a][0xe7]s[0xb6][0x3]p[0xe3][0x1b][0xf4]'[0xd5];[0x83]S[0xdc]N[0xe][0xca][0xb9]2[0x14][0x9f][0xd2][0x8e][0xb2][0x1b]dc[0x1d][0xe5][0xf4][0x9][0x96][0xd5]s[0x4][0xbf][0xe2][0x8][0xd9]Y[0xb5][0xed][0x13][0x83]Y[0x12][0xcb];[0xf3][0xc9]\,[0xe1][0xbe][0x0][0x8a]?f[0x8e][0xb];w[0xf9]r[0xe7]a[0xd9]^[0xda][0xec][0xce][0xae][0xad][0x9b][0xa4][0xdd][0x9d]S;[0xe1][0x86]x[0xe0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf4][0xb1][0xad][0x92]GL[0xfd][0x85]=x|`LM;*[[0xd1][0x3][0xbb][0xe0]z[0xf2]g[0x4][0xab][0xbf][0x9f][0x16][0xd3][0xed]t5[0x11]y[0xa8]ZZ[0x12][0xcc][0xaa][0xa5][0xf7][0xc4]w[0xae][0xf4])[0xc4][0xf4]![0xcc]5[0xfa]0[0xf9][0xa5][0xcd][0xc0]|[0x1e][0xd6][0xd0][0x3]c[0xed]c[0xf8]u[0xc]'=[0xf8][0x86][0xea]O[0x11][0x8f][0x92][0x16]n[0x18][0xa1][0xb2][0x8e][0xc6]'[0xc9][0xc3]t[0x84][0xe6]a[0xe2]et[0xa4][0xbe][0xce][0xfa][0xa6][0x86][0xa6][0x11][0xd2]G[0xc8][0xe8]=z[0xf6][0xa7][0x8f][0xe3]H[0x19]}[0x1c][0xe3][0x12]20v[0x83][0xc9]U[0x98][0xed][0xa4]J[0x8a][0xd0],[0xea][0xa1] [0xed][0xa6][0x6][0xea][0xa5]f[0xda][0x3]FD[0xf5][0xa0][0x8]R[0x5][0xdd][\r]![0xca][0xe4]B[0xfa][0x4]}[0x12]_[0x83]j[0xe8][0x1e][0xba][0x17]BU[0x82][0xd7]}t?[0x4]{[0x0][0xeb][0xd3]I;[0x8b][0xa5]2[0x9d][0x1e][0xd4][0xe9]![0x9d][0x1e]&[0x1c]Di[0xca][0xb4][0x80][0xca][0xe9]Q:[0x8a][0x19]t[0xe0][0x1c][0x18]z[0xb1][0xf3][0xe8]([0x95][0x1f][0xa1]-[0xa7][0xc9][0xbf][0xf7][0x14]U[0x4][0xcc][0x11][0xaa][0xab][0xbc][0xe4].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd0][0xe7][0xd4][0x89]{[0xb0][0xfb]y:[0xee][0x9a][0xc5] [0xed][0x15][0xda][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xb5]c[0xf5]qX@y[0x11][0xff][0x15]g}[0xd8]}NY[0xe0][0x16][0xc1]6|[0xbe][0x19][0x1c][0xac][0xd5][0xaa]`[0xd6]p[0x1e]n[0x8d].n#[0xb4][0xe8][0x8][0xf9][0x80]_[0x81]Gp"ro[0xb5][0xd7]%[0xf4][0x1e][0xf],VW,q~[0xe1][0xa4][0xb2][0xe1]21U8[0xb0][0x14][0x16][0xec]h|[0x8e]|[0x81][0x8b][0x1c][[0xc3][0x1e][0x17]w6:[0xc6][0xbe][0xb0][0x89][0xf6]#[0x8c][0x8]![0xe4][0x3] [0x15][0x8][0x9b][0xc5][0x8][0x9c][0x15]Py#v[0xb7][0x0][0xfc]0[0xbc][0xb8][0xb][0x10]E[0xe1][0xc1][0x9]xo[0x1e] [0x1d][0xa2][0x87][0xe8]&[0xb8][0xea]-[0x80][0xf7][0xbd][0x80][0xf3]N[0xc0]w[0x17][0x0][0xbc][0x1b][0x80][0xdd]K'A[0xf1][0x4][0xc0][0x1e][0xc1][0xca]):AO[0xe2][0xd7]S[0xf4]4[0x9d]V[0xa6]L[0xe3][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x98][0xe6][0x98][0x82]^[0x9c][0xe2]S[0xca]X+[0x10]Q[0x8e][0xb1]6[0xd2][0xe][0x9c][0x12]c%h>[0xb8]=[0x6][0xd7][0xbf][0x8b][0x16][0xba]'[0xee][0xa6]9[0xf4][0x5]u[0xe2][0xb1][0xa2][0xf1]a[0x16][0xd7][0xa8]O[0x14][0x8d][0xfa][0xf4]8[0xa3][0xae]$[0xdf]Y[0xa8][0xe1][0xd5][0xe9][0x89][0x92]#D[0xaf]R-[0xbe][0x95]gA[0xc7]X#z[0x8d]f;[0xdb]/[0xc1][0xcb][0xc6][0xa2][0xd1]/[0xf]Y'[0x1a]!\[0x99][0xf2][0xa4]f[0x18]l[0x19]<[0xa1][0x6]2[0x5]j;[0x4]d`;[0xbf]S@n[0x12][0x90][0x8f]R[0xe5][0x18][0xe2][0x8f][0xe3][0xb4]D[0xf8]R[0xaa][0x1b][0x97]X[0xbe][0x2]8[0xbe]JS[0xf0]l[0x9a][0x8d]wr[0x90][0x9e][0x7][0xc5]st[0x11][0x1e][0xf0]M[0xf4][0x82][0x82]l[0x5][0x0][0x98][0xe2]*[0xa6][0x81][0xca]Q[0xac][0xc]4[0xe5][0x0][0xf7])[0xac]A[0x16][0x5]#[0xa9][0x99][0x80][0xc2][0xae]/[0x97][0x5]7[0xeb]t[0xba][0x1c][0xf2][0xe3][0xa9][0xed][0xca][0x9f][0xc4]Y[0x1][0xed][0xa2][0xfa][0xb2][0x11][0xaa]_?o[0x94][0x1a][0xd6][0xbb]~8o[0x84][0x1a][0xeb][0xe1][0x9d]M[0xae]37[0x1e]W[0xb9]U[0xa4][\r]([0x9d][0xbf][0x7]G[0xf9]>$[0xfe][0x1][0xa4][0xff][0x17]%][0xd0][0xe1][0xe5][0x1a][0xc0][0x7]C=Mgp[0xd3][0x12][0x9c]s[0xe2][0xb0]\[0x1e][0xfc]n6>[0xe]]D[0xde][0xcd]*[0x8e]*G[0xa9]9[0xdc][0x0][0x8]u[0xc7][0x9d][0xf1];[0xe4][0xfe][0xe]\2J[0x97][0x86][0x5][0xbd][0xfa]B[0x8c],[0x1f][0x8b][0x91]St[0xd9][0x98][0xb];8[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "w[0xff][0x1a]z[0xfe][0x6]v[0xfb][0x1d][0x12][0xf4][0xef][0xe1][0xd8][0x80]tF>[0xf8]K1A[0xfb]A[0xe5]$[0xe3][0xb9][0xc5][0x99][0xe4][0xa9]cJ[0xfa]ep[0xb8][0xaf]([0xf7]y@Y^[0xab][0x9a]:.#?[0x3]K9[0x18].QZ[0x10][0xf9]O[0xd0][0x8a][0x13][0xb4]r[0x84]V[0x1d][0xc3]/V[0xf2][0xf8][0x14][0xcf][0xd7]@[0xff][0xb5]"[0xfd]Z[0x85][0x12]Q[0x95][0x6][0xea][0xc0][0xea][0x11]Zs[0x1f]y=[0xc7][0xca][0x8e][0x15][0xf1][0x9d]"[0x14][0xf0]A[0x93][0xcb]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "W([0x9][0xca][0x88][0xa7][0x80][0xcd][0xd7][0x8b]lV[0xba]l[0x2][0x8a][0xcd]Z[0xc5]F[0xf7][0x1c]%O[0x9]#u=[0xcf]T[0xc][0x0]v[0xd5]&tc[0xf4][0xec]$,[0xd6]][0x80][0xc5][0xa2][0xf1],[0x9e][0x9b][0x84][0xc5][0xe5][0x17]`Q7[0x9e][0xc5]7[0xe0][0xdd][0x8e][0x1f][0xbc][0x1d],[0x4][0xc1]:[0xe5][0x7]:[0xfc][0xc0][0xf1][0x0][0xcc]B[0xc8]X;$[0x98]P[0xb0][0xe7]+[0xf]h[0x18][0x97][0xb1][0x16]"[0xee][0x89][0xd7][0x90][0x8f][0xd7][0x91][0x9f]7P[0x15]_A3[0xb8][0x85]f[0xf3]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xab]2[0xf5],[0x15](N[0xc8][0x88][0x8b]:!S4[0xab][0xbf]|[0x9c]Y_[0xa0][0x17]][0xb1]>[0xe4][0x8a]u[0xd9]([0xad]W[0xc2]l([0x8a][0xb5][0xf1]xA[0xd4]+[0xfe][0x8e][0x80][0xcb][0xc0][0x92][0xf8]*[0x8][0x18][0x81][0x80][0xbb]![0xe0][0x1e][0x8]x[\r][0xcd][0xe5]ki!_G[0x8b][0xd9][0xa2]z[0xee]+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xb8](h[0xfd]8A[0xbd]T[0xe6]//[0x1f][0x97][0x84][0xbe][0x9]I[0x1d][0x1b][0xdc][0xec][0xda][0xa0][0x85]O[0xd0][0xa6]GH[0xc7]x\[0x99][0xa3][0x5][0xe6][0xb8][0x9f][0xe6][0xa9][0xf9]f5[0x9f][0xaa][0xe6][0xad][0xca]Lf`[0xcb]I[0xda]$[0xc4][0x81]6wR4[0x99]#w[0x9a]t[0xce]P[0x5][0xe7]i[0x1][0xf]S[0x1d][0x1f][0xa4][0x10][0x1f][0xa6][0x15]|[0x3][0xad][0xe1][0xb7][0xd1][0x6][0xbe][0xb1] [[0xc5]R[0x3][0x12]}[0xab][0x88]]TI[0x89]TP"[0x91][0xef]K[0xe4][0xdb][[0x16][0xd8][0x1a][0xd9][0xeb][0x9]l[0x8b][0xec][0xf5][0x6][0xb6]Gv[0xa0]d[0xb5][0x1f]/[0x82][0xa5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdf][0x8e]K[0xef][0xc0][0xa5][0x1f][0xa0]E[0xfc]A[0x5][0x8c][0x9]^[0x8b]p[0xcd]?[0xd0]?[0xe2][0x97][0x1b][0xc][0x15][0xe3][0xc0][0xf8]v[0xf1][0xea]7[0xb9]W/*[0xb9][0xda][0xeb]\}[0xa5]\[0xbd]c[0xe2][[0xe1][0xb5][0xfc][0x0]n}[0x8][0xa6]y[0xb8]x[0xeb][0xdc][0xb][0xdf][0xfa][0x1d][0xfa][0xae][0xdb][0x95][\r][0xb8]]Y[0x96][0xc3][0xdc][0x1][0xfe][0xe1]p[0xc3](ut4[0x8e]R'[0xd2]TW/Z[0x80][0xee][0x86]gI[0xc7][0x8f][0xab][0xb0][0xb8][0xf3]([0xd5][0x8e][0xd5][0x86][0xb1][0x19][0xba][0xa9][0x12][0xa2]j[0xcf][0x99]B[0xbe][0xdb]5[0xd6][0xde][0xf5][0x14][[0x3]uh[0xf7][0x19][0xd5][0xd4][0xce][0x83][0xc3]D[0xd4]w[0x5][0x8a][0x8a]|7*'[0xda][0xa4][0xbe][0x8e][0xa6][0xbb]i&D=A[0x1a][0x9f]D[0xc7];B[0xe5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe9]e[0x94][0x2][0xfc]$"[0xe6])[0x9a][0xc7][0xcf][0x2][0xb6]o[0xd0]R~[0x81]j[0xf8]E8[0xe6][0x17][0xa9][0x81][0x9f][0x86][0xc1][0xbf]L+[0xf9][0x19][0xda][0x88][0xfd]-[0xd8][0xdf][0x8e][0xfd]0[0xf6][0xbb][0xf8][0x9b][0xb4][0x9f][0xbf][0xa5][0xd0][0xda][0x88](o[0x80][0xd3][0xfc][0x13][0xfd]3n[[0xa9]fO)[0xbf][0xcc][0xba][0x8]jh[0xec][0xbe][0x87][0x82][0x81][0x97][0x17]Z[0xbd][0x1f][0xa0]dh[0xe8]8[0xca][0x95][0xbb][0x97])|[0x17][0x93][0xef]5Z[0xaa][0xd3][0xbf][0xea][0xf4][0xc3][0xad]:[0xfd][0xa8][0x1d][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xff][0xff]M[0xd2]'>/[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xfc]e[0xcf][0xb5][0xf4][0x8f][0xdc][0xda][0xdb][0x83]"[0xd1][0x1b][0xe6][0x86]G[0xa8][0xa3]AaTs[0x84].o[0xa8]B:[0xdb][0xb3]a[0xbe]v?-)[0x80][0xb8][0xb7][0xb4]9[0x1b][0xc3][0xaf]a[0xbe][0xe7]:[0x94]9[0x84][0xc0]Q[0xaa]P[0xbc][0x8e][0x9e][0xfd][0xc2]X[0xcf][0xdf][0x8c][0x12]G[0xfc]C<[\r]~[0x84][0x10][0xfe]1[0xc2][0xf7]'@[0xea]g[0xc8]/[0xbf][0xa0]U[0xfc]K[0xba][0x82]M[0xed][0xfc][0x1b] [0xf2];[0xda][0xc5][0xbf]/[0x96][0x97]UE[0xdd][0xe6][0xd1][0xa5][0xf4][0x1f][0xf4][0x9f]*[0x9b][0xf4]([0xcd]%h[0xba][0xe9]'[0xc5][0xf2]RE[0x9e]WUG[0xf2]*[0xad][0xe5][0x97][0xc9][0xd4][0x8b]nV[0x7][0x95]ZL[0x95][0x1f][0xc7][0x9a]`[0xba][0xe2]4][\r][0x95]x[0xc7](][0x83]"9J[0xfb]6[0x94][0xcd][0xbf][0x8f][0x16][0x8a]N[0x5]m[0xaf][0x85][0x9e][0xf3]G[0xe8]M[0xaa]D[0xee]>S?[0xe6][0xf1]R[0xee][0x8][0xd7][0x18][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "J[0xcc]k[0xc8][0xdd]D[0xb3]5[0x8d][0x96]k[0xde]b[0x19]7[0xa8]Q[0x95]D[0x89][0x83]Z[0xfa][0x99][0x92]4[0x80]R[0xf7]s[0xa5][0xc7][0x3]N|[0xbc]N[0xcb][0xd5]s[0xe5][0x9][0x1e][0x17][0x16][0xbf]([0x6][0xe3]I7[0x87][0xee][0x92]N4[0xf0]f4[0xb2];[0xea]U[0x1b];[0xb][0x9f][0xeb][0x8e][0xd0]T|[0xac]#d[0xe0][0xd3]w\[0xd1]D/L[0x13][0xe8]/$[0xd9][0xdd][0xe7][0x14]}-@~m[0x6]-[0xd2]f[0xd1]EZ55ks[0xa9]U[0x9b]O[0xdb][0xb5][0x85][0xb4]C[TL[0xb0]~[0xba][0x92]~[0x89][0xa6][0x88][0xd0]Y[0x96][0xbb][0xfd][0xa1]hSN[0xda][0xab]t[0x11][0xfa][0xbf][0xa5][0xe3]T[0xf9]U[0x11][0xfa][0xef][0xbb][0x11][0xbe][0xa3][0x0][0xfd]i[0xb2][0xf7][0xa2][0x14][0x9c][0xa2][0x81]pC`p[0x84][0x86]z[0x11][0xb7][0xb1][0x8e]F[0xb1][0xc6][0xc6][0xb2][0x5][0xf7][0x8d][0xf9][0xdd]~Xb[0x81]c[0x89]u[0x1e][0x11][0xbf][0xda]s[0x8e]ET[0xba][0xd5][0x1a][0xc9][0xd0][0x9a]i[0xba][0x16][0xa2][0xb9][0xda]%[0xd0]d9][0xac]]F[0xf5][0xda]J[0xba]B[E[0xed][0xda][0xda]b[0xb]x[0x5]D[0x13][0xd9]=[0xd0][0xbc][0xd5][0xb5][0xd3]tZC[0xff][0x85][0xb6]Gre[0xa3][0xb2][0x98]F[0x17][0x83][0xb3]X[0xac][0xcc]}e[0xf2]Y[0xbc]e<[0xca]f[0xbf]Qf[0xa3]q[0xda][0xfe][0x16][0xdd][0x92][0xf3][0xc6][0x99][0x89]#[0xf2][0xc6][0x89]IXLE[0xf2]w[0x12][0xb9]F[0xd2][0xce][0xc][0xfa]+[0xfd][0xf][0xd8]OAZ[0xfb]_[0xfa]?[0xd5][0x1c]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x88]2\[0xfd]7z[0xc9][0xad]h[0xb7][0xe1][0x1c][0x9a]+[0x1a][0xe6][0xe][0xee][0xac][0x8a][0xae][0xf2]xT[0x11][0xad][0x8f][0xc8]S[0x14][0x5][0xae][0xb3]I[0x15]8[0x94][0xb9][0x1b][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x15][0xae][0xe9]Y[0xaa][0xc4][0x8f][0xab][0xf0][0xff]-[0xab][0x8]w[0xfa]0uj[0x1f][0xa1]n[0xed]c[0xb4][0xf]4}[0xa0][0x19][0x0]M[0x1c]4i[0xd0]d[0xb5][0x7][0x15][0x8e];q[0x0]8J1[0xf3][0xc2][0xe4][0xa6]*u[0x92][0xc6]MU[0xea]$7[0xc][0xab][0xb0]#5s[0x1c]J[0xa3][0x9c][[0xea]<[0x94]Q6[0x90][0xd4][0x9a]TA[0xe9]QN[0xb6][0x84]|[0xaf][0xd3]ZT<[0xd4]=[0x96][0xaa][0xd7][0x81][0xaa][0xd7][0xa1][0xaa][0xde][0xd4][0xb1][0xaa][0xf7]2[0xaa][0x9e][0xe3][0x12]i[0xd7][0xd9][0x2]\[0x8f][0xee][0x6]~[0xd1]}[0x94][0xc][0xf9]C[0xd6][0x8d][0xce][0xab][0xb2][0x1c][0xf2][0xd4][0x95]&z[\r][0xef],t}[0xe5][0xda]([0x99][0xda][0x13]T[0xa9][0x9d]BH=Yt[0xc6]J[0xc8]!/GV>[0xe4][0x4][0x84][0xfb]^,[0x97][0xf7][0xa2][0xd8][0xe1][0x15][0xfa][0xa8]{[0xfb][0xf3][0xee][[0xe7][0xb0]z[0x93][0x9d]D/[0xf9]v[0xf5][0x9d]r[0x9a][0xde][0x81]T[0xf0][0xce][0x93]h[0x16]T/[0xb9]"[0xf0][0xae][0x11][0xba][0xa9]W&7[0x17]&[0xef].Ln)L[0xde]S[0x98][0xdc]Z[0x98][0xbc][0xb7]0[0xb9][0xad]0y_a[0xb2]Z&[0x92]'[0x9c][0xa7][0xd5]F[0xe0]Cx[0x18][0x1b][0xb4][0x1c][0x91][0xba][0x2][0xca][0xae][0xc5]{`[0x3][0xd5]`[0xe7][0x12]d[0xc8][0xb5]p[0x94][0xcd][0xd4][0x82]<[0xbf][0x19]1[0xdf]J[0xd7][0xd2][0x16][0x1a][0xa0]6[0xf4][0x1e][[0xe9][0x10]m[0x3][0x97]WU[0xf0][0xbc][0xf6][0xff]PK[0x7][0x8][0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/util/environment/EnvironmentException.class[0x95]SkO[0xd3]`[0x14]~[0xde][0xdd]ZF[0x91]1[0x90][0xab]JQ[0x84][0xd1][0x1][0x95][0xab][0x17][0x88][0x89]"[0xfb]4[0xbc][\r]I[0xf0][0xb])]3[0x8a][[0xbb]t[0x1d][0xf2][0x3][0x8c]1[0xf1][0xab][0xbf][0xc1][0xcf][0x98][0x8]$[0x9a][0xf8][0x3][0xfc]M[0xc6]x[0xde][0xb6][0x1b][0x15][0x8a][0x89][0x1f]v[0xce][0xfb][0xbe][0xe7][0x9c][0xe7]<[0xe7]9[0xeb][0xcf][0xdf][0xdf]~[0x0]X[0xc0]j[0x1a]W[0xa0]t[0xa0][0xb]yn[0xa6][0xf9]u[0x86][0x9b]Y[0x1]j[0x1a])("[0xee]p?'b[0x9e][0xfb][0x5][0x11][0x8b][0x2][0x96][0x4],3[0xa4]k;[0x7][0x9a]cj[0xbb]U[0x83]![[0xdc][0xd7][0xe]4[0xb5][0xaa]Y[0x15][0xb5][0xe4]:[0xa6]UYa[0x10]j;[0xba][0xd6]lP[0xf8]j([0xbc][0xb9][0xe7][0xd8]oy[0x15]e[0xa4]VM[0xcb]t[0x1f]2[0xc][0xe6]"3[0xa6][0xb6][0x18][0x12]kv[0x99] [0xba][0x8b][0xa6]e*y[0x1e]K*_[0x11];j[0x83][0xa7][0xbc]G[0xcb][0x3][0x94][0xfc][0x84][0x0][0x90][0xe1]&nE[0x14][0xc7][0xcf][0x17][0x1f]F[0x16][0x8f][0xb7];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6]T ![0x93]E[0x96][0xff][0x8c][0xd1][0xef]Hm[0x9f]B[0xc8][0x8a]'[0xe8][0xe0]|[0xc8]e[0xd3]dN[0xd0]y[0x14][0x15][0x93][0xc8][0xe4][0x83]8![0xc5]C[0xba][0xbc][0xa3][0x9e][0xef]I[0x97][0xf][0x98][0xc0][0xc7][0xd0]r[0xb][0x1][0x93]$[0xad][0xff][0xb6][0xa7][0xcb][0x4][0xdd]D[0xb0]_[0x98][0x10]0I[0xf7][0x9c]7[0xc7][0xd4][0x1f]PK[0x7][0x8]D[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/i18n/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/i18n/ResourceManager.class[0xa5]WkW[0x1b][0xd7][0x15][0xdd][0x17]I[0x8c][0x90][0x7][0x1b]c[0xc][0x16][0xc6]O[0xc0][0x5][0x81] [0x8e][0xdd][0xd4][0x6]L[0x83]1[0xa9]I[0xc4][0xa3][0xc8]6[0xc5]MC[0x7]1[0x6][0x81][0x90][0xa8]$[0xe2]G[0xf3][0xea][0xbb][0xa9][0xd3][0xf4][0xfd]H[0x93][0xa6]i[0x9a][0xe0][0xa6]Ol[0xb7][0x82][0x86][0xb5][0xea],[0xf3][0xad][0x1f][0xfa][0xb][0xfa][0xf][0xfa][0x7][0xda][0xac][0xd4]t[0xdf];#1 [0x1]i[0xb3][0xb4][0xd6][0x9d];[0xe7][0x9e]{[0xce]>[0xe7][0xec]{[0xee][0xe8]o[0xf][0xde][0xfd]+[0x80][0x13]X[0xf6][0xa1][0x9]S>[0xb8]0[0xad]!&[0x9f]3[0x1a][0xe2]>x[0x90][0x90]/[0xb3][0x1a][0xbe][0xe0][0x83]Wjx[0x91][0xf4]"[0xe5]C[0x1a]s[0xf2][0xe5]i9\[0x95][0x8a][0xd7]J[0xa8]x[0xdd][0x87][0x1b][0xf8][0xa2][0x9c]=[0xe3]C#[0x9e][0xd5][0xf0][0x9c][0xf][0x15]x^[0xbe][0xbc] [0x87]/[0xc9][0xd7]/{[0xf1][0x15]i[0xf6][0xab]r[0xf8][0x9a][0xf]_[0xc7]7[0xe4][0xec][0x9b]rxQ[0xbe]~K[0xe]7[0xbd]x[0xc9][0x87]o[0xe3]e/[0xbe]#[0x9f][0xdf][0xf5][0xe1]{[0xb8][0xa9][0xe1][0xfb]^[0xfc][0xc0][0x87]c[0xf8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa1][0x86][0x1f]I[0x93]S[0x1a]~,P[0xd9][0x1d][0xea][0xe9][0x1a][0x1a][0xed][0xee][0xea]>[0xdf]3:[0xd8]3[0xd4][0xd7][0x1b][0xe][0xf7][0xe][0xf4][0xb][0x1c][0x8]M[0x19]O[0x1b][0xad]1#>[0xd1]:4[0x17]OGg[0xcc]A39[0x13]M[0xa5][0xa2][0x89]x[0xbb]@[0xc9]POx[0xe0][0xe2]PwOX`[0x8f][0xa5];[0x97][0x8e][0xc6]Z[0xcf][0x1b][0xa9][0xc9]>cVj[0x84][0xa3][0x13]q#=[0x97]4[0x5][0xcc]|[0x8d][0xe][0x87][0x83]p:[0x19][0x8d]O[0xb4];$I[0xf3]J[0xeb][0xb0]iL[0xf][0x99]W[0xcc][0xa4][0x19][0x8f][0x98][0x1d][0xa1]Dr[0xa2]51[0x9b]:9e[0x99][0x89][0x1e]?[0x15]o[0x1d]2S[0x89][0xb9]d[0xc4]L[0xb5]w[0xf2]'P[0xdc][0x11][0x8d]G[0xd3][0x9d][0x2][0xae][0x86][0xc6]K[0x2][0xee][0xee][0xc4]8[0xbd][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "E[0xe3]f[0xff][0xdc][0xcc][0x98][0x99][0xbc]`[0x8c][0xc5]()[0xf]%"F[0xec][0x92][0x91][0x8c][0xca]w[[0xe8]NOFS[0x2][0xf5][z[0xea]3[0xe2][0xc6][0x84][0x99][0xa4][0xaf][0xb2][0x9]3}[0xd6]H[0x99]9[0xc][0x2]'[0x1a][0xf2][0x83]j[0xdc][0x6][0xb8][0x80]w[0x8c]V[0xfa][0x8d][0x19][0x85]+o[0xbf][0xc0][0xe3][0x5][0xac]:$[0xdd]1#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "%[0x8c]q[0xa2][0xda][0xde]YIr[\r][0xee][0xa1]m[0xb5]wD[0xd6][0x8c][0xb]Tm[0xe2]U[0xa0]4[0x9c]6"[0xd3][0xac][0xaa]J%[0x99][0xc5]c[0xa0][0xe1]'[0x1a]~[0xaa][0xe1][0x15][0x81]'7[0x8d]@[0xb9]U[0xc5]0[0xff][0xff][0x98][0x8a]c[0xca]@.}N[0xa3][0x1a]~Fy$f[0x1a][0xc9][0xec][0x96]n#2Ie_[0xcf][0xb5][0x88]9[0x9b]&[0x9d]S[0x1a]^[0x15][0xd8]=;[0x97]VK[0xe3]YE[0x81][0x93][0x85][0x80]o[\r]G[0xf2][0xce]E[0xfa][0xae]?By|&[0xec][0xca][0xf5]$[0xbc]>[0x9b]%b[0xe7]G;[0x8][0xc][0x85][0xd4][0xdc][0x18]J[0xe9]U[0xa7][0x15]v[0x18][0x1][0x9d]j[0xe][0xf6][0xba][0xe3][0x8a][0x83]{([0x1d]d5Is[0xc7][0xe2][0xc3][\r][0x1b][0xcb][0xf3]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xe3]!}n[0xdc] [0x9e][0xbc][0xbd][0x2][0xe7][0xf2][\r][0xe6]Wo{[0x17]*T[0xb9][0xdb][0x81]u[0x81][0x8][0xce][0xe6][0xce]X}[0xa1]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1c];[0xd7][0xec][0xf4]D[0xae][0xb7][0xa9]%[0xdb]&9[0xf5][0x9a][0x86][0x9f][0xb][0xf8][0xf3]|[0xaf]y[0xf1]vDbv/[0xf2][0x85][0xd5][0xe2]cQY[0xdb][0x8a][\r][0x8d][0xa4]E[0x9a][0xd7][0xf1]0N[0xe8]8[0x8d]3[0x2][0xb5][0x1f][0xa2][0xfb][0xe8][0xb8][0x88]6[0x12]l[0xcb][0xe4]H[0xa3][0xaf][0xeb][0x18][0xc0] O[0xee][0xc6][0xf8][0xce][0xce]Ec[0xe3][0xd2][0xd0]/[0xf0][0x86][0x80][0x18][0xe5]1[0xd1][0xf1]K[0xbc])[0x5][0xbf][0xd2][0xf1][0x16][0xde][0x96][0xdb][0xe7]u4#[0xa8][0xe1][0x96][0x8e]_[0xe3][0x1d][0x1d]-h[0xd5][0xf1][0x1b][0x9c]`[0x8a][0xb7]`[0xa8][0xdc][0xf9][[0x1d][0xbf][0xc3][0xef]u[0xfc][0x1][0x94][0xc3][0x2][0xb3][0xd0][0xe2]@v[0x1a]m:>[0xf][0x83]i[0xd4]q[0x1b]w[0xa4][0xe4][0xbc][0x8e]+`*[0xee][0xe2]O:[0xfe][0x8c][0xb7][0x9][0xab][0x85]=DG[0x6][0x8b][0xf2][0xbe]Y[0xdb][0xbd][0x84][0xbf][0xb0][0x4][0xeb]@[0xe4]]Q[0x8c]Y[0xa6][0xa3]E[0x9d][0xfc][0xee][0xc4][0xcc]l[0xcc]L['_[0xc2]{[0x97][0xc4][0xc9][0xbb][0x91][0xd8][0xd2][0xd7][0xc][0xe][0x8c]M[0x99][0x91][0xf4]:[0x91][0x95]9[0x81][0xbd][0x5][0xfb][0x14][0xa9][0xb2]&[0xbf]0[0x99]L\[0xb5][0xe]s[0xd9]FR[0xaf][0xc3][0x1d]6#s[0xc9]h[0xfa]z[0xae][0x17]e[0x81]9[0x9][0xc7][0x1b]l[0x83]K[0x81][0xe6][0xff][0xe1]R`G*6fg[0xcd][0xf8][0xb8]@[0xb0][0xe0][0x15][0xb5][0x9]=[0xe4][0xe5]4[0xc9][0xe4]X[0xd7]([0xef][0xd4]^[0x81][0x9a][0x86][0xde]-[0xf5][0xd3][0x89]l[0x9e]*[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xab][0xce][0x8f]t[0x19]0[0x96][0x83]j)eg[0xae][0xb5]+BR[0xa4][0xba][0x13][0xf1]t2[0x11][0x8b][0xc9]B[0xec]b[0x95]#[0xd3]N.[0x1c][0xb0]}[0xe6]69[0xbe]e[0xa4]I[0x8f][0xa2][0x9]K[0xeb][0xc4]fQ[0xc0]j[0xe8][0xbc][0x1b][0x4]N[0x15]X-[0xa0][0x9f]/[0xa2][0x1][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81]c[0x85][0xcc][0x17]R_[0x9f][0xba][0x9c]xg[0xb6][0xe1]d)[0xe7]_[0xa7][0xb7][0xfe]N[0xf6][0xad]uA[0x19]Xc[0x81]F&[0xa0]Q[0xc9]jX;[0xb8]9[0xdd][0x1b][0x1f]7[0xaf][\r]\[0xd9][0x90][0x88],MX[0xfd][0x92][0xd4][0xdc]X[0xca][0xae]oeCo[0x1]*[0xb4]o[0xb2][0xf9][0x12][0x8e][0xf3];[0xb5][0x89][0xdf][0xcd]E[0xa8][0x96]m[0x85][0xb3]j[0xd9]Q [0xf0][0x90][0x92][0x1e][0xc7].[0x8e][0xec][0x84][0x94][0x9c]T[0xdf][0xd7]l[0x1]|z[0x2][0x8b][0x10][0xb7][0x95][0xca][0xc7]9[0xfa][0xf8][0x4][0x95][0xdd]T}[0x84]3[0xdd]R[0xc2]'p[0x8a][0xcf][0x12][0xd9][l[0x3][0xf]QS[0xae][0x15][0x7][0xc4][0x12][0x8a][0x16]r[0x16][0x8a][0x95][0xf4][0x8c]cw1[0xda][0xd1]a[0xef]>c[0xef][0xbe]K[0xf][0x1e]>[0x1b][0xcb]]#}[0xf7][0x3]Kp[0xf7][0x8b][0xe0]<[0xca][0x97][0xe1][0x19][0x9]4-[0xa2][0xb8]?[0x10]\[0x82][0x16]l^Yhs7[0xaf][0xf8][0xdd][0xf7]h[0xde][0x83]#8[0xca]MG[0xf9][0xa5]-[0x9f].[0xe5][0xf0] 4[0x8e][0x8f]s5D[0xf8]}[0x8c]s[0x0]~[0xc]R[0x1e][0xa6][0xd6][0x5][0x5][0xe4]0u}[0xd8][0x87]N|[0x92]3[0xba][0xb5]![0xc9][0xd9][0xa3][0xe8]"[0xa8][0xb3][0xca]R[0xd1]pPC[0xb7][0x86]s[0xab][0xd4]si[0xe8][0xd1][0xf0][0x18][0x5][0x10][0x1a]>[0xa5][0x2]8o[0x7][0xf0]/[0xfa]+[0xe6][0xd3]`[0x0][0xfd][0xf7][0x97][0xe1][0x1d]YDI [0x3]_[0xf9][0xe][0xe]M[0x19][0xe8][0x19][0x94]f[0xb0][0x93][0x91][0xb5][0xb9][0x85][0xdf]=[0x8f][0x16]+[0xb6][0xe6]E[0xec]jso[0xbe][0xc1][0xef]f[0xdc]~w[0x90][0x81]{[0x82]+~[0x8f][0x15][0xf8][0x8].[0xd3][0xd9]e<[0xa5][0x9e][0xce][0xc0][0xc7][0xb8]:[0x8e]:[0x98][0x8]`[0x82][0xc1]N[0xf2][0xfa][0x9a][0xa2][0xd6][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "<[0xc0]<[0xd7]q&[0x3]wK[0xb8][0xb9][0xc0][\r][0xf4]2iB[0xcd]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8e][0xc8][0x14]\[0xcc][0xa6][0xc0][\r][0xb7]J[0xc1][0x13][0xeb][0xb3][0x10]"{[0x8a]T[0x16]b|J[0xc2][0xd4]0[0xb]O[0xdc][0xbf][0x83][0xb2]%[0xec][0xbe][0x83][0xf2][0xc][0xf6][0x4]Vn[0xc1][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xac]4[0xdd][0xbb][0xad][0x2][0xd8][0x83]J[0xea]U[0xb2]2[0x95]9[0xaa]T*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xdc][0xe0][0xf8][0xc]v[0xe0]Y[0xec][0xc6]s[0xd8][0x8f][0xe7][0x15][0x90]r[0x14][0xad]RAd[0xdd][0xbe]O0}[0x94][0xbb][0x9][0xb9][0x9f][0xb5][0xe4][0xcd]kW[0xe2][0xe][0xd3]![0xed][0xd4])*-[0xa3]b[0x84][0xfc][0xd9][0xdb]O[0x18][0x81]`[0x6][0x95][0xc3][0xcd]D[0xe2][0xb3]Ida[0xf1][0xa3]Fb&+j[0x94][0xc5]5,/r[0xbc][0x89][0x9d]x[0x9]U[0xfc]wW[0x8b][0x97]s[0xec][0xd9][0xc9][0xb8]?[0x8d]![0xc5][0x9e][0xba]\[0x12][0xeb]Tb[0x5][0x99]f[0x91][0xdd][0xd2][0xba]@-[0x19][0xc3]>[0x19]C[0x8d]M[0xa3]sk[0x91][0x14][0x13][0xff][0xc5][0xdc]Az[0x87][0x98]di[0x1a][0x88]?t_[0xc2][0xce][0xa0][0xea]=T[0xf4][0x89][0xe6]yh[0xa2]ie[0xa1]9[0x83]}[0xef][0xc1][0xc3]Y[0xd3]J[0xf0][0x9e][0x8a]w[0x1f][0xd1][0x81][0x91][0x1c]U[0xcf]Z[0x9e][0x88][0xda][0x1c]1[0xaa][0x15]3_[0xa1][0xd6][0xab]([0xc3]k[0xd8][0x8b][0xd7][0xa9][0xf9]&5[0xde]R[0xf1]T[0xd2]c[0x19]+r[0x89][0xf1][0xc8][0xea]5[0xd8][0xf1]H[0xcc][0xfb]%[0x1][0xfc][0x8a][0x0][0xc3][0xab][0x8c][0xa6]H[0x81][0xcf][0x95][0xfe]39[0xd8]][0xf6][0xf9][0xaf]rR[0xd9][0xcf]A[0x91][0xbe]zcC[0xb8][0xed]h[0x8]U[0xa4][0xb3][0xd5][0x10].[0xe3][0xb3][0xb6][0xb9]Gls:{[0xc1]~[0xda][0xaa])[0xd0]T[0xee]9l[0xe8]x[0x12][0x9f][0xb3]m<[0x95][0x83][0xe4]R[0xf1][0x94]J[0x1b]M[0x96][0x91][0x3][0x1b][0x8d][0xfc]=[0x97][0x2]*[0xda]F[0xe4][0xcc]:[\r]%[0x18]-[0x8][0xe9][0xe0]&[0x90][0xfe]Q[0x10][0xd2]hAH[0x7]7[0x83][0xf4][0xcf]m [0xf1][[0xce]2'd+[0x96]\[0x19][0xa1][0xa5]C![0xd1]4[0x8f][0xd3][0x9c][0x1d][0xee]/[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x96][0x1f][0xc9][0xe0][0xe8][0x1b]()[0xaf][0xed][0xbb][0x85]#vM[0x82].K[0x9e]A[0x9d][0xa3]:T[0xa8][0xb6][0x15][0xd8]v[0xea][0x9d]+[0xcd][0xb]9[0x12][0x1d][0xa3]c[0xe0][0xdf]t[0xf8][0x1][0xe9][0xfa][0x80]mu[0x15]~[0xc1][0xff][0xb5][0xc2][0xc3]/i[\r][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1f][0x86]E[0xa9][0x82][0xde][0xc9]@[0xc8]sE[0xa3]"j[0xb6][0xa8][0x2][0xbb][0xd8][0xed][0xb3]2B[0xb6][0x3][0xf3][0xf0]x[0x8c]![0xc2]X[0x86])[0xb7]V%[0xf1][0xea][0xe1]~[0x80]C[0x1a]{[0x19][0x19][0xb7][0x8a][0x3][0xf2][0xd8][0xf0][0x9f][0xd4]8[0xdf][0x80][0xf7]Q[0xf4][0x1]*[0xe5][0xb4]D~[0xc7]nN[0xc1][0xc3]2[0x9a]Z+[0x9a][\r]i[0x16][0xd5][0xeb](h[0xa1][0xf1][0xb2]g[0xae]][0x89].[0x95]x[0x9a];6R[0xfe][0xb1]E4[0xdc]E[0xd9]2[0x1a]i:p[0x17][0xe5][0xf2][0x92][0x14][0x8e]K[0xb2][0x9e][0xa6][0x2][0x94]L*7[0xd1][0xff][0x2]PK[0x7][0x8][0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/ops4j/util/i18n/Resources.class[0xc5]Y[0xb]|S[0xd7]y[0xff][0x1f]]I[0xf7]J[0xbe][0x6]E`[0x83][0xb0][0x1][0x5]0~H6[0xd8][0xbc][0x8d][0x81][0xf8][0x81][0x13][0x83]m[0x88][0xc5][0xa3]6$ [0xdb][0xd7]FA[0x96][0x1c]INa,I[0x93]6k[0xd3].k[0x9e]KY[0xb3][0x85]&i`[0x1d][0x18][0xe7][0x81]qC[0x9b]4}[0xac]M[0xda]uY[0xdb][0xb5][[0xb6]f[0xeb][0xba]v][0xf7][0xea][0xd6][0xc7][0xd6][0xa4][0x84]~[0xe7][0xde][0xeb]c[0xc9][0xba]R[0xec]-[0xa3]?[0xf8][0xdd]{[0x1e][0xdf][0xf9][0xbe][0xff][0xf7]?[0xdf][0xfd][0xce]w[0xe4]W[0xdf]~[0xe1]E[0x0]kX[0xbf][0x1b][0xdf][0xc1]_[0xb9][0xb1][0x5][0xed][0xc6]&[0xbc].[0xe3]o[0x14][0xfc][0xad][0x1b]v|W[0xc1][0x1b].[0x1a][0xff];[0xfe][0xf8]{[0xfe][0xf8][0x1e][0x17][0xfb][0x7][0x19][0xdf][0xe7][0xef]t[0xe3][0x7][0xf8][0xa1][0x82]r[0xa3][0xb]?[0xe2]#[0xff][0xec][0xc6][0x8f][0xf1]/2[0xfe]U[0xc6][0xbf][0xb9]1[0x1f][0xaf]+[0xf8]w[0xfe][0xfe][0xf][0xfe][0xf8][0x89][0x82][0xff]tC[0xc5]q[0xc9][0x9f][0xf2]5?[0xe3][0x8f][0x9f]+[0xf8][0x5][0x1f][0xf9]o7[0xfe][0x7][0xbf]T[0xf0]&[0xef][0xbc][0xe5][0xc6][0xaf]pY[0xc1][0xdb][0xbc]s[0xc5][0xcd][0xc0][0x98][0xc2]l[0xd4]a[0x92][0x9b][0xd9][0x99]CaN[0xde][0x91][0xdd]4[0xec]R[0x98][0x9b]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "d[0xa6][0xba][0xb1][0x8a][0x15][0xf2][0xc7][0x1c][0x99][0xcd]U[0x98][0x87][0x8f]_[0xc3][0xfb]^[0x85][0xcd][0xe3][0x9d][0xf9][0xbc]S$[0xb3]b[0xde]Y[0xc0][0x1f][0xb]e[0xe6][0x93][0xd9]"7[0x1a]X[0x89][0xcc]J[0xdd][0xd8][0xc6][0x16][0xf3][0xc7][0x12][0x1a][0xc1]O[0xf8][0xf0]R[0xde]z]a~[0xde][0xb9]Va[0xcb][0x14][0xb6]\a+x[0xaf]La+[0x89][0x17]V[0xee]f[0x15][0xac][0x92]?[0xaa][0x88][0x14][0x16][0xe0][0x8f] T[0xcb][0xac]F[0xc6]k\f[0x95][0x1b][0xfb][0xd9]j[0x85][0xd5][0xca][0xac][0x8e][0x9a]x[0x9d][0xc1][0x1e][0xda][0xdd][0xd8]I[0xce][0xb5]1[0x14]6[0xc7]c[0xc9]T8[0x96][0xda][0x17][0x8e][0x8e]h[0x12][0xed]L?[0x83][0xb3][0xab][0xb1][0xb3]eW[0x7][0x83][0xb7][0xfd][0x96][0xf0]m[0xe1]U#[0xa9]HtUW8[0xd6][0x1f][0x1f][0xda][0xcc][0xa0][0xc][0x1d][0x8a][0xc6][0xfb][0xc2]Q-s[0xbe]][0x1f]3[0xe6]{Gb[0xfd]|~Q[0xfa]z-[0x19][0x1f]I[0xf4]iM[0xfa][0x1c][0xc9][0xb9]I.[0x9c][0xd4]:[0xc3]CS[0x9a][0xa2][0xe1][0xd8][0xe0][0xaa]P*[0x11][0x89][\r][0x92]D[0xe1][0xd0][0xa1][0xbe]h8[0x99]l[0x8f][0x87][0xfb][0xb5][0x4][0xc3][0x82]4[0xa1][0xe6][0xa9][0x9][0x92]t6Db[0x91][0xd4]V[0x86][0xa2][0x8a]lE[0x95][0xfb][0xc8][0xe5][0xe6]x?[0x99][0x99][0xdb][0x1e][0x89]i[0x9d]#C[0xbd]ZbO[0xb8][0xd7]p[0x81][0xe3][0xde][0x17]NDx[0xdf][0x1c][0xb4][0xa7][0x8e]D[0x92][0xc]K[0xdb][0xe3][0x89][0xc1]U[0xf1][0xe1][0xe4][0xda][[0xc][0x1f]"[0xb5][0x1b]c[0xc2][0x91]$[0xf7]u[0xca][0x83][0xa0][0x85][0xe5][0x1c]x9[0xa0][0x82][0xc][0xcf][0xca]s.N[0xe7][0x96][0xaf]sNr[0xbf]uFK[0xf2] ([0xc][0xa5][0xc2]}G;[0xc2][0xc3][0xba][0xd3][0x14][0x8b]j2'[0x4][0x93]9[0xb6][0x90][0xac]9'[0xa3][0xca]q[0x9b][0xb1]X[0xe6] [0x8f][0xa7]4k[0x84]M[0x95]M[0xa4][0xbf])[0x87]>[0x1a][0x97]b[0x3][0xb4][0xf4][0xda][0xb4]I#0Z[0xe3][0x89][0xa1]pj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xba][0xcc][0xd6]Qj1[0xcc]5[0x1f][0x9]'[0xac][0xcd]5W6[0x93][0xb9][0xe6][0x1c][0xe6]h\[0xa1][0xe5][0xa1]#[0xf1]D[0xca]z}[0xa8]2D[0xeb]C9[0xd6][0x87][0x8c]-i[0x8b][0xa5][0xb4]A-[0x7][0x82][0xb6][0xca][0xb6][0x1c][0xab][0xdb][0xc][0xf0][0xed][0xf1][0xd8][0xa0][0xf5][0xd2][0x1d][0x95];[0xc8][0xf8][0x8e][0x1c][0xcb]w[0x18][0xe0][[0xa3][0xf1]p[0xe][0xf0][0xad][0x95][0xad][0xb4][0xbe]5[0xc7]z[0x1a]w[0xd1][0xfa][0x96][0xf8][0x88][0xfe]qY)h[0xa9]l![0x5]-9[0x14][0xb4][0x18][0xf8][[0xc2]|[0xaf][0xd7][0xe6][0x8f]{.[0xb4][0xb9]r[0xfa][0x0][0x83]'{h[0x85][0x95][0xad]l1[0xe7][0x80][0x1e][0x10][0x4][0xdc][0x98]Ki[0xc7]R[0xfa][0x9c][0x11]($a[0x1b][0x9e][0xca]u[0xfa][0xec][0xee]p"[0xa9][0xa5]G[0xd0]\[0xc3][0x83]=[0x11][0x9e])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "L_[0x8c][0x1e][0xa7][0xc6]0[0xce][0xb0]27[0xa2][0xcc][0xcc][0xb8]1[0xb2][0xd9][0xd5]{[0x8b][0xd6][0x97][0xb2]^j[0xf]'[0x6]k3[0x13][0xae])n[0xcc][0xd1][0x17]8[0xef][0x80][0xd5][0xe4][0x8e][0x19][0xd9][0x9c][0x5][0x8a]:[0x86][0x83][0xff]K[0x9d][0xb3][0xb0][0xb2][0x86]![0xf6][0xae]Y[0x99][0x85]][0xca][0xa2][0xef][0xfb][0xb4];[0xb]$[0xeb][0x18][0x1e][0xbc][0xaa]Hf[0x81]m=[0xc3]S[0xbf]al[0xb3]@[0xbb][0x81]a[0x93][0x5]Z[0x8b][0xcf][0xc5]R[0x85]<[0x1c]N[0xa5][0xb4][0x4][0x1d][0xa9][0xf6][0xde][0x91][0x81][0x1][0x86][0x85]YRM4[0xae]W4[0xee]!-[0x99]l53[0x8f]/-[0xb7]t[0xd0]xxp*[0xf9]8[0x13]Z[0x92][0xe]TJ[0x9f][0x11][0xca]D[0xc9]^[0xaa]+[0x8d][0xa4][0xd2]d[0x1e][0x97][0xa5][0x15][0xe9]I-[0xab][0xc][0xf3][0x90][0xe8]n[0x3][0xd7]d[0x1a][0x92][0x93]zcz&[0x10]~8[0xe3][0xba][0x93]T[0xce][0xd2][0xc9][0xd0][0xd0][0x17]5k/[0xa9][0x82][0x97][0x15][0xee][0x90][0xae][0xbf]5[0xc2]m[0xcf][0x11][0xc5]R[\r][0xd7]C[0xe5][0x85][0xca][0xd6][0xb3][\r]*[0x6][0x91][0xe4][0x8f]o1,I?[0xa3][0xd1][0xdd][0xf1][0x8][0x1d]r[0x9][0x91]<[0xc9][0xf9][0xc9][0x1a][0xcb]?[0x9c][0x88][0xf]k[0x89][0xd4]q$[0xe9][0x8f][0x91],[0xd7]p[0x84][0xca]B[0xa3]$[0xb2][0x98][0xee]C[0xbf][0x8a]C8[0xac]B[0xc3][0x80][0x8a][0xe3][0xb8][0x9b]a[0xd9];W+*[0xbe][0x86]?[0xa3]c_[0xc5]y[0x8c][0xf1]j01[0xa2][0xa9]l#[0xee]Vq[0xf]>$[0xb3]M*[0xab][0xc7][0x87][0xa8]>|[0x87][0xd2][0x81][0xa0]e[0xef]o$[0xaa]W|K[0xb7][0x1f][0x1b]&[0xe]i[0xc8][0x1f][0xf6][0xf7]R[0x15][0xe3][0xd7][0xab][0x1a][0xef]H[0xca]?[0x18]O[0xf9]U[0xb6][0x99]5[0xa8]l[0xb]#b=\K[\r][0xd7]Rch![0xc7][0xd9]6[0x15][0xf7][0xe1]~[0x95]][0xc7][0x1a]U*s[0x9a][0xa7][0xa9][0xec][0xa3]Je[0xba]J<[0x80][0x87]e[0xd6][0xa2][0xb2][0xed]x[0x98][0xc1][0x9f].[0x9e][0xe4][0x95]I[0x96][0xfc]#xTf[0xad]*[0xbb][0x1e][0x8f][0x12]q[0xe9][0xf2][0x11][0xa3][0x12][0xc9]Z[0xf1]1|\f7[0xa8][0xac][\r][0x1f][0x9f][0x6](J[0xd5]G[0x96][0xf8]cx\f;T[0xb6][0x13][0x8f]O[0x3]4[0xc0][0xab][0x8d],[0xf9]SxRf[0xed]*[0xeb][0xc0][0x93]T[0xba][0xa5][0xcb][0xf7][0xeb][0xd5]E[0xd6][0x82][0xa7]p[0x9a]a[0xbe][0xd5][0xb9][0xad][0xb2]N[0xb6]Ke[0xbb][0xb9][0xc0][0xc2]\G[0xf7]4[0x1f][0xfa][0xc3][0xd9][0xfb][0x84]s8[0xad][0xb2][0x1b][0xd9][0xae]i[0xb2]):[0xdd][0xb3]dG[0xb9]l[0x17]/[0xf3]<[0xd3]S[0x86][0x8a]3[0xf8][0xbc][0x8a][0xaf][0xf3][0x88]+[0xb6]N[0xb][0xc][0x8b][0xf3]^HxX[0xec][0x99][0xc][0xba][0xec]d[0xc1]?[0x97][[0xc9][0xc][0xdb][0xab][0xb2]}\[0xb0]do[0xec]h,[0xfe][0xde][0x98]?aj[0xa8][0xf1][0x1b]i[0xa1][0xde]_[0xce][0xe3]o?}[0xde][0xe5][0xfe][0x9d][0xda]q[0xea]SN)[0xf7]7Ry[0xa0][0xb7][0xed][0xe5]AC[0xe4]=[0xf4][0xc1][0x97][0xfb][0xbb][0xb4]p2[0x1e][0xab]'[0x7][0xc3][0xa0][0x4][0xd4][0xad][0xb2][0x1e]v@e[0x7][0xd9]M[0xf4])[0xb1][0x9b][0xf9][0xe3][0x90][0xca][0xe][0xb3]p[0x86][0xdf][0x93][0xb1]|[0x13]nVY/[0xeb][0xa3];[0xd4][0xde][0x18][0xbf][0x8b][0xf8]Sq[0xff]@$[0xd6]/p[0xf9][0xe3][0x3][0xfe][0xf0]0[0xff][0xbe][0xe9][0x9a]F[[0x90]:>[0xac][0xd5]L[0xea]J[0xbb][0x9d]f[0xc][0xb5][0x9b][0x17][0xa5]"[0xcb]+[0xd0][0xe4][0xa6][$E[0xa3][0xd6]n1.*[0x14]=[0x19][0xf9]S\s=[0xda][0xad]#[0xe1]h[0xb2]m0[0x16]Oh[0xcd][0x94][0xa2]([0xdb]MY2[0xee]%[0xae]a[0x1e]MF[0xdb]I[0xe]h1[0xba]]W[0xcf][0xa8][0xc8]3[0x13][0x5][0xbf]c[0xa6][0xe2][0x93][0x89]Y@[0xc9][0xcc][0xc7]Vg[0xd2]LF[0x8c][0xfb][0xa4][0x16][0x1b]L[0x1d][0xd1][0xb3]7[0xdd][0x13][0x9c][0xd5][0xf6]&[0x88][0x9][0xb2][0xe7][0xa0][0xf7][0xea]4[0xf7][0xab]'[0xe0]=[o[0xbf][0x4][0xb5][0xfb][0x12][0xe6]w_D[0x91][0xb7]x[0x1c][0xb][0x88][0x93][0x5][0xe3]X[0xe8][0xf5][0x5].b[0xd1]K[0xa4][0xa5][0x0]s[0xe1][0xa1]M6[0xb0][0x16][0xeb]z[0xbe]B[0xcf]Wh[0xe6]k4[0xf3]u"[0xe5]5[0x1d][0xf3]Z[0x1a][0xf5]b[0x9][0xee][0xc5][0x87]u[0x97]W[0xb][0xcc][0xab][0x5]m[0x1]A[[0x99]I[0x1b]G[0xbf][0x10][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x12]q[0xf4][0x11]z[0x82][0xc9][0x14][0x12][0xe9][0xfe][0xdc]G[0xe1]aAjI[0x1e]RH#?""<+R?[0x9a][0x87]T[0xba][0xa3][0x98] x[0xa4]p[0x10][0x1b][0xd2]H[0xb5][0x13]}[0xa5][0xa7][0xe0][0xaa][0x96][0xc6][0xb1][0xf8]l:[0xb7]K[0xb2][0xb9]E[0x6][0xa7]o[0xd2][0xf3]-[0xe2][0xe5]2q}[0x5]>&[0xa5][0x5][0xe0][0x6][0x1]t[0x83]`[0xb2]N0[0x19]Lc[0xb2][0x0][0xec]2|&[0x83][0xe9][0xb8][0x1f][0xc0][0x83]V[0xe4]-[0xcd]M[0x1e][0xf3][0xc1][0xc9]J [0xb3][0xc5][0xb3]"[0xef][0xa1]<[0xe4][0xd1]}-D[0xfa][0xa7]E[0xe4][0xb5]3[0x8c]HV[\r][0x7][0xab]A[0x1][0xab][0x85][0x87][0xad][0x81][0x97][0xad][0xbb]*[0x11][0xf9][0x8]~[0xdf][0x8a][0xd4]eyH[0xdd]I[0xa4]v[0x10][0xa9][0xbb]fEjO[0x1e]R[0xe9]R[0x9b][0x9f][0xd4][0xe5][0xd3]H]1SR[0xf][0x11][0xa9][0x87][0x89][0xd4]>"U#R[0x7][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9][0x1f][0xc3]I[0xd3][0x9f][0x18][0xbd][0xb9]?nNj[0xd9][0xb9]z[0xbb][0xff]\[0xe]Vo'V[0xef][0x84][0xc2][0xee][0x12][0xac]*&[0xab][0x1c]a[0xfa]1~[0xbb]8[0xc6][0xef][0xc0][0x1f][0xe4]a[0x95].[0xfe][0xf9]Y]y.[0x93][0xd5][0xf2][0x99][0xb2][0xfa][0x0][0xb1][0xfa] [0xb1][0xfa][0x8][0xb1][0xfa]([0xb1]z[0xf2][0xaa][0xb0][0xfa][0x18][0xfe][0xd0]*T+F;W[0x8c][0xe6] [0xf5]<[0x91][0xfa][0xc][0x85][0xea]s[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd5]?[0xca]C[0xea]cxi[0x15][0xaa]5c[0x9d][0xc1]1kRm[0xf3][0xe0][0xb4][0x15]A[0xb6]-[0x98]U[0xa8]>[0x9d][0x87][0xd4][0xa7]p[0xda][0x4][0xf1]m[0x93][0xd4][0x86]4R[0x1d]U[0xcf][0xc3]5[0x81][0xd5][0xf5]v[0x1f]?[0xf2]k[0xc7]2[0x9]^cMp[0x9]J[0xe9][0xd8]6p/![0x84][0xb0][0x95][0xc3]a[0xab]@[0x81]-[0x0][0x8f]-[0x88]"[5Jm[0xab][0xb0][0xc4]V[0xab][0xfb][0xb1][0x95][0x90][0x91]W8[0x83]?&\K[0xe8][0xdf][0xa7][0xf0]':![\r][0xc2][0xa3][0x6]A[0xf9][0x6]Ay[0xed]t[0xca]K[0xb3])?[0x9b][0xe1][0xed]9k[0xca][0xd7][0xe6][0xa1][0xfc]z[0xa2][0xbc][0x8d]([0xdf][0xf9][0xae]Q~n&[0x94][0xaf][0xcb]A[0xf9][0xfa][0x99]R~[0x80](?H[0x94][0x1f]"[0xca][0xf][0x13][0xe5]a[0xa2][0xbc][0x8f]([0xd7][0xae]2[0xe5][0xa3][0xd6][0x94]o[0xc8]C[0xf9][0x9][0xa2][0xfc]v[0xa2][0xfc][0xce]w[0x8d][0xf2]QA[0xf9]wL[0xca][0xb7][0xa4]Snr[0xbe]qv[0x9c][0x97]b[0xf1]4[0xce]?J[0x9c][0xdf]O[0x9c]?[0x84]kl[0xf][0xa3][0xd8][0xf6][0x8][0x16][0xdb][0x1e][0xc5]R[0xdb]I[0xc1]y[0xb1][0xe0]|i[0x1a][0xe7][[0x84]K[[0x4][0xe7][0x1b][0x5][0xe7]u[0xd3]9_[0xfc]N[0x9c][0x9f][0xc7][0x98][0xe9]n[0x7][0xbd]9i[0x5]S[0xee][0x8e]![0xe3][0xd2]n;K[0xa0][0xcf][0xa5]][0xda][0xb][0x4][0x98][0x2][0x1][0xc6]i[0x82][0xc9]4[0xf2][0x8c]y}?Hc[0xdc][\r][0x8f][0xfd][0xb3][0xd8][0xd4]-[0x5]C[0x9d]U[0x1][0xe2][0xab]~[0xba][0xa5][0x17][0xe0][0xb2]]J+[0xf7]=[0xc2][0x92]G[0xec][0xa4][0x7][0xcf][0xe2]9[0x92]v[0x11]Q[0xcf][0xe3][0x2]![0xe2][0x96][0xc6]MKQZ[0xc7]w[0xaf][0xd8]aZ[0xea][0xb6]W[0x87][0xea][0xed]U[0x1][0x9f][0xdd][0xc2][0xde]+[0x98]c{U[0xa4]r[0x9e][0xec]'[0xed][0x15][0xb]{[0xc5][0xa6]=[0xde][0xba]H-[0x89]bP[0xd1]-[0xdb]u[0xcb][0x13][0xa6][0xe5][0x13][0xd4]w[0xd2][0xbb][0xc4][0x99]f[0xb9][0xdb][0xe1][0xb3][0x87][0xea][0x1d]d[0xde]aa[0xfe][0xbb][0x98]g{C[0xec]<-[0x15][0xe6]K[0x84][0xf9][0x12]a[0xbe][0xc4]4[0xcf][[0x9f][0xa6][0x96][0x9d][0xce]([0x3][0x88]C[0x7][0xf2][0x82][0x9][0xe4][0xc3][0xfa][0xe7]@[0x9b]%O[0x7][0xd2][0xed][0xf4]9B[0xf5]NB[0xe3][0xb4]@[0xf3]S,[0xb4][0xfd]LGs[0x83][0xb1]^[0xa0][0xf1][0xb]4~[0x81][0xc6]/[0xd0][0xf8]M4[0xbc]u[0x89]Z[0xe][0x8a]A[0x3][0x97]S[0xc7][0xf5][0x19][0x13][0xd7]I[0xfd][0x84][0x7][0xca][0x14]K\[0xdd][0xb2][0xcf][0x19][0xaa][0x97][0x9][0x9c][0x9c][\r]N*[0xc0]bI[0xd5][0xc1]u[0x19]J[0x4][0xb8]2[0x1][0xae]L[0x80]+[0x13][0xe0][0xca][0x4][0xb8]2[0x13][0x1c]o}[0x96]ZN[0xfa]J[0xc][0x98][0xb2][0xe][0xf3]E[0x13]&[0xff][0xf4][0xf8][0xf]E[0x1]O[0xd6]FN[0xe1][0xec]V|r[0xa8]^![0xb0][0x8a][0x5][0xd8]2,[0x97]V[0xea]`[0xf][0x1a][0xaa][0x4][0xd8][0x80][0x0][0x1b][0x10]`[0x3][0x2]l@[0x80][\r][0x8][0xb0][0x1][0x13],o[0xbd]D-[0x19][0xcb]M[0xd8][0x8a][0xe][0xfb]s&[0xec]O[0xd3]:7[0xbd]k=[0xd6][0xdb]>[0x5][0xbb][0xdb][0xe3][0xf4])[0xa1]zJ[0xb2]>[0x97][0x5][0xf8]FTJM:[0xf8][0x1]C[0xa1][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5][0x2]|[0xad][0x0]_+[0xc0][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf0][0xb5]&x[0xde]z[0x99]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "*M7\[0xa4][0xf1][0xc]>o[0xb8][0xc1][0xce][0x98][0xc1];ZEits[0xe7]%4tSJ*[0xf5][0xf4][0x1f][0xbe][0x88][0xad]<[0xe9]n[0xeb][0xae][0xe6][0xb9][0xf8]"[0xae][0xab]w[0xf8][0x1c]A[0x9f][0x9d][0x8d][0xa3]q?[0xff][0xba][0x9b][0xea][0x9d]>[0xbb]4[0x8e]f[0x9f]sL_x[0x11]-<_{[0xb7][0x8f][0xa3][0x95]$h[0x99]b[0xb4][0xbc][0xd7][0x1b][0xef][0x80][0xd9][0xbd][0x81][0xbf][0xa5][0xf5][0x8e]"G[0xf0][0xc5]'p[0xad]T[0xe4]x[0x1c][0x5]4[0xde]f[0xcc][0x7][0x8b][0x1c]u[0xe3][0xd8][0xb1][0xff][0x3][0xe]v[0xfa][0xca][0x1b]4[0xbe][0xd3][0x18][0xaf][0xe6][0x83][0xba]e[0xe3][0x9c][0xda]B[0x9f][0xf1][0xe4]9[0xd5]C[0xd9][0x2][0xd2][0x8d]pJ]([0x96]BX![0xed]A[0x8d][0xb4][0x17][0xeb][0xa4]}[0xd8],[0xed][0xc7]V[0xa9][0x1b][0xdb][0xa4][0x3][0xb8]A:[0x88][0xdd][0xd2]M[0xe8][0x91]nF[0xaf]t[0x8][0x11][0xe9]0n[0x95]zqB[0xea][0xc7]][0xd2][0x0][0xee][0x95][0x8e][0xe0]![0xea][0x9f][0x94][0x8e][0xe2][0x13]R[0x14]g[0xa4][0x98][0xd8][0x1b]'[0x1d][0x1]_[0xd0][0x13]1*[0xf0]E|[0x89][0xb8][[0x81]E[0xf8]S|[0x99][0xd8]_G[0xcc]~[0x85]f[0x9d]t,[0x94][0xe1][0x15]B[0xe4][0xa0][0xf]{[0x0][0xaf][0xea]r[0xdb][0x10][0x17][0xe7][0xe5][0xa8][0xd8][0xe1]Q[0xb1][0xc3][0xa3][0xfa][0xde][0x18][0xe7][0xe5]|[0xd8][0xef][0xa0][0xf3][0xf2]m[0xac][0xa3][0xa7][0x8c][0xaf][0xb2][0xf9]oR[0x89][0xcc][0xf8][0xdf][0xd2][0xcd]C[0xe4][0xb4][0xf9][0x3][0xf5]vF$[0xb7]?[0x8d][0xcd][0xf4]r[0xb7][0xf3][0xdf]i[0xdd][0x13][0xe8][0x18]G'[0xb5]?[0x89][0xe2]*[0xbe][0x5]|[0xf7][0x2][0x13][0xd8]u[0x1][0xed][0xa7][0xe1][0x15]C[0x13][0xd8]M#|9[0xf]H[0x83][0xc4]e[0xfc]S[0x97][0xe8]:+[0xdd][0x8d]B[0xe9][0xfd][0xf0]J[0xf7][0xc0]'}[0x10]K[0xa4]{Q+[0xdd][0x87][0xeb][0xa4][0xfb][0xc5]o[0xde][0x85]X[0xa3][0xff][0x1e][0xcb][0xc1]o7[0x1d][0xe2][0xe0]iC~[0xc5][0x7]:[0xb6][0xe0]MJ[0xdc]S[0xc7][0x93][0x8d][0xff]A[0xd6][0x84][0xff][0xb2]y[0xe4]7[0x8a]3[0xf0][0xc6][0xce][0xea][0x97][0xd1]u[0x12]J[0xf5][0xe7][0xd0]5F[0xed][0xd0]I[0xf8][0xa8][0x1d][0xa2][0xff]<[0xa6][0x9e][0xc5][0x1e][0x9f][0xfd][0xc5]q[0xec][0xad][0x1b][0xe3]u[0x80]w[0xdf][0xf4][0x9f][0xb2][0xc][0xe8]O[0xc0]!=[0x89][0x2][0xe9]i[0x82]~[0x6][0xb][0xa4]O[0x11][0xf4]s([0x97]F[0xb1]VzV[0x9c];[0xe5][0x4][0xfe][0xcf][0xf1][0x9a][0xfe][0xed]4[0x8a][0xbd]h[0x14]gk[0x83]8[0xe8][0xd7][0xe3]/[0xf4][0xaf][0xcd]p[0xcc]v[0x19][0xb][0xf4][0x3][0xfe][0x1b][0xa5]i[0x8e])[0xf8]&[0xbe]e&[0x85][0xe5][0xfa][0xae][0xd0]9}[0x9][0xfb][0xe9]sx[0xcf]s[0xd8][0xc3][0xf]g:D[0xa7][0xce][0xd5]jz[0xfe][0xa5][0x9e][0x2][0xbe][0xfd]kPK[0x7][0x8]\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/ops4j/util/mime/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/ops4j/util/mime/MimeTypeHandler.class[0x8d]SmO[0xd3]P[0x14]~.[0x1d][0xdb]]W[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "([0xe2][0xb]([0x82][0xc][0x1d][0x15]y[0x11]dN[0x11]A[0x96]lj2[0x2][0xf2][0xc9]\F)wn][0xd3]uF[0xf9][0x15][0xfe][0x10]?[0x88]&[0x90]hb[0xfc][0xec][0x8f]2[0x9e][0xb6][0xdb]x[0x19][0x1f]H[0xd3]{[0x9f]>[0xe7][0xdc][0xe7]<[0xa7]'[0xf7][0xef][0xbf][0x9f][0xbf][0x1]L#[0xab]b[0x0][0xa9]8[0xae]bRE[0x14]F[0xc][0xf][0xfd]}*[0x86]G[0xfe][0x9e][0xe2][0x98][0xe6][0x98][0xf1][0xe1],[0xc7][0x1c][0xc7]c[0x8e]y[0x8e][0x5][0x8e]'[0x1c][0x8b][0x1c]i[0x8e][0xa7][0x1c][0x19][0x8e]g[0x1c][0xcf]9[0x96]bx[0x11][0xc3]2[0x83][0x9a][0xcf][0xe6]W[0xde][0xaf]o[0xbd]])0[0xf4][0xe6]J[0xe2][0xa3]0[0xea][0x9e],[0x1b]k[0xa2][0xb6][0x97][0x17][0xce]"C[0xbc] -[xu[0xd7]dXh[0xcf]H[0x87]TY[0xd8][0x96]Q[0xf0]\i[[0x8b][0xed]L[0x86]t[0xa2]iiK/[0xc3][0xa0][0x8c]'7[0x18]"[0xcb][0xd5][0x1d]R[0xec][0xca]I[0xdb]|][0xaf]l[0x9b][0xee][0xba][0xd8].[0x13][0xa3][0xe7][0xaa]EQ[0xde][0x10][0xae][0xf4][0xbf][0x1b]d[0xc4][0xdb][0x93]5[0x86][0xd1]\[0xd5][0xb5][0x8c][0xaa]S[0x9b])[0x85]&*[0xb2]b[0x1a]yZ[0xd6]?;[0xe6][0x9a][0xb0]w[0xca][0xa6]K[0xb5][0x12][0x96][0xe9]5Y[0x86][0xb1][0xf1]vG[0xc9]v[0x8a]A[0x13][0xae]'wE[0xd1][0xb][0xcf][0xe9][0xe7][0xe5]t[0x9f][0x90][0xae][0x15][0xe4][0xbe][0x19]4[0x94]e[0xe0][0xe9]b[0xb9][0xd1][0xa1]Z[0xa8][0xd6][0xdd][0xa2][0xb9]*}[0xeb]}g[0xec]M[0xfa][0xa2][0x1a]n[0xe2][0x96][0x86]k[0x18][0xd4][0xf0][0x12]+${[0xb6][0x94][0x86]U$[0x19]z[0xda]~8[0xd5]+[0x9][0x97]"[0xc2]q[0xca][0xb2](L[0xe8]Z[0x13]^[0xd2]/7a[0x97][0xde][0xdd][0x84]=[0xba][0xde][0x84][0xbd]z_[0x13][0xf6][0xeb]W|x[0xd0][0xaa]>F&AH[0xa5]n[0xfb][0xa9][0xdf]ab[0xee][0x93][0xf9]9[0xb2][0xbe]D[0xe6]s[0xe4]j[0x93][0x18]F[0xaf][0xdf][0xf0][0x83][0xff]PK[0x7][0x8]O{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/ops4j/util/property/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/DictionaryPropertyResolver.class[0x95][0x93][0xcb]n[0xd3]@[0x14][0x86][0xff][0xc9][0xc5]&[0x8e][0xd3][0x94][0x92][0x16][0xca][0xad]-%M[0xe2][0xb8]Mi[0xbb][0x0][0x8a][0xca]"U%[0xa4][0xa4][\r]M[0x15][0xb1]CN[0xea][0xa6][0x13][0x1c];r[0x9c]H}[0x3][0x9e][0x81][0xa7][0x0][0x9]Z[0x89][0x5]b[0xc5][0x82]gB[0x88]c[0xc7][0x9]![0x17][0x89]nf[0xce][0x9c]9[0xf3][0x9d][0xdf][0xff]x~[0xfe][0xfe][0xfa][\r][0xc0]6[0xb6]%[0xdc][0xc0][0x8a][0x84][0x8][0x1e]E(Z[0x95][0xf0][0x18]I[0x11]k[0x12][0xc2]H[0xb9]CZDF[0x84][0xc2] 7[0xdf][0xb6]l[0xab][0xa5][0xdb][0xe][0xd7][0xdb][0xc][0xb][0x85][0x86][0xd6][0xd5]r[0x1d][0x87][0x1b][0xb9]}^s[0xb8]ej[0xf6][0xc5].[0x83][0xf0][0x82][0x9b][0xdc][0xd9]cXLO.[0xc9]T[0x18]By[0xeb]Tg[0x88][0x17][0xb8][0xa9][0x1f]v[0x9a]U[0xdd]>[0xd1][0xaa][0x6]e[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "VM3*[0x9a][0xcd][0xdd][0xb5][0x9f][0xc]9[0xe7][0x9c]Z[0xee][0x14],[0xbb][0x9e][0xb3]Z[0xed][0x9d]F[0xf][0xea][0xeb][0xb9][0x18][0xa2][0x97][0xfc][0xd4][0xb1][0xde][0xb6][0x8c][0xae]n[0x93] iXv~[0x8a][0xa8][0xa9][0xe8]1[0xa0]+[0xf6]L3[0x8c][0xaa]V{[0xd7][0xcf]2([0xff]O`[0x88][0xb5]u[0xa7]4[0xa4]J>[0xe3][0xe6]i[0xbf][0x8e]a[0xcd][0x17]ihf=Wvln[0xd6]w3[0xe3]):[0xd7]or[0xa8]5=[0xf3]&[0xd4][0x84][0xbb][0x9a][0xd1][0xa1][0xcd]X[0xd9]![0xc1]E[0xad][0xe5][0x99]JWL[0xce][0x94][0xad][0x8e]][0xd3][0xf][0xb8]k[0xf2][0xd2]t[0x13]7\[0xac][0xc][0x19][0x9]w[0xc8][0xca][0x90][0x10][0x15][0xa1][0xca]X[0xc7][0x6][0x99]1[0xda]TF[0xe][0x9b]2[0x9e]`[0x8b]a[0xeb][0xfa]W[0xc6][0xb0]9[0xed][0xd0][0x81]o[0xfb][0xf8][0x91][0xf5][0xf4][0xf5]n01[0xe9]/`[0x8][0xd6]ug[0xc4][0xff][0xa3]jC[0xaf]9[0xff][0xf8][0xef][0xa7][0xdc][0x1f][0xd3][0xe6]M[0x82][0xa5]'[0xde][0x8e]`[0xe8]f[0xdd]9'j:[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "+[0xf4][0xbc]"[0xf4][0xe6][0x18][0x2][0xae][0x14][0x85]([0x96][0x11][0xa3]q[0x86]V/[0x11][0xa4][0x1d]@T[0xb2][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xec][0x13][0x85][0x1][0xc4]i[0x94][0xbc][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x81][0xec][0x9e][0xa5]h[0xa1]W[0x86][0x9b][0x98][0x3][0xbc][0xe8][0x16][0xe1][0x98][0x7]K[0xf8][0xb0][0xd7]T[0x13][0xa4]9[0xaa][0xa8]W[0x8]([0xd9]/[0x8][0xfe][0x5][0xce]x[O[0xe9]q?#[0xf8]s[0xf][0xba][0xdc]+[0x1f]@[0xa3]>[0xd4][0x8d][0xe6][0xbd][0x96][0xc][0xb7][0x7]Z[0xf7]h[0xed][0x8a][0x10]F[0xc8]=[0xa9]y"[0xef][0xf]I[0x15][0x6]Ta [0xf5][0xe][0x16]}[0xd6]{_j[0x8a][0x15][0x95][0xcf][0x8][0xfe]@[0xdc][0x9d][0xb2][0x97][0x8]}G[0xb8][0xa8][0xd2]Z[0xbd][0x84]p[0x9][0xf1][0x3][0xc2][0xac][0xa8]~[0xa4][0xd2][0xa0][0xd7][0xec].[0xe1][0x80]#:^"c[0x8f]I[0xe6][0x9]VQA[0x12]o[0x86]>)5h[0x9e][0xa2][0x13][0xf7]<[0xfb][0x93][0xb8]OQ[0x0][0xf]([0x1b]A[0xe0][0x17][0xe6]E<[0x8c][0xd3][0xd6][0x92][0xf7]%[0xcb][0x0]PK[0x7][0x8][0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/util/property/FallbackPropertyResolver.class[0x95]R[0xdf]O[0x13]A[0x10][0xfe][0xe6]z[0xf4][0xe0]8~[0x15][0xaa][0x80][0xa5][0x82][0x82]i[0xaf][0xe0][0x11]5[0x91][0x0][0xe1][0xc5][0xa4]O-[0x12]k[0xfa]j[0xb6][0xed][0xb6]l[0xbd][0xde]5[0xd7]k[0x13][0xfe]+LT[0xa2][0xf]>j[0xe2][0xdf]d[0x8c]s[0xd7][0x16]B[0x80][0x4][0xb3][0xc9][0xec][0xce][0xec][0xcc]~[0xdf]7;[0xbf][0xff]~[0xff][0x1][0xe0]%[0xb6]L$[0x91][0x99][0xc2][0x4][0xd6]L6[0xd9]i[0x18]xl`[0xdd][0xc0][0x86][0x81]'[0x84]T[0xe7]CS[0xb8]nM[0xd4]?[0xbe][0x93]=[0xdf][0x1d][0xc8][0x80]`[0x97][0xfc][0xa0][0xe5][0xf8][0xdd][0xde][0xab][0xb6][0xd3][0xf][0x95][0xeb]t[0x3][0xbf]+[0x83][0xf0][0xcc]9[0x19][0x1d][0xc6][0xb9][0x7][0x84][0xe4][0xa1][0xf2]TxD[0xd8][0xc9][0xdd][0xbf],_%[0xe8]o[0xfc][0x86]$[0xcc][0x95][0x94]'[0x8f][0xfb][0x9d][0x9a][0xc][0xde][0x8b][0x9a][0xcb][0x91]T[0xc9][0xaf][0xb][0xb7]*[0x2][0x15][0xf9][0xa3][0xa0][0x1e][0x9e][0xaa][0x1e][0xe1][0xc5][0x9d][0x18][0xc5][0x91][0x8c][([0xce][0xdf][0x94][0x98]h[0xc9][0x90][0xf0],Wj[0x8b][0x81]p\[0xe1][0xb5][0x9c]J[0x18]([0xaf]u[0x90][0xbf][0x19]"Xc[0x98]c[0xd1][0x89][0x19][0xde][0x92]31[0x10]n[0x9f]/g*!C[0x95]E7fn[0xe0])[0x97]7[0x95][0xd7][0x18][0x13]#[0x98][0x15][0xbf][0x1f][0xd4]eQE[0xc2][0xd6][0xee]"[0xfe]<[0xc2][0xb0]`b[0xd3][0xc2]$[0xa6],[0xac]`[0xd1]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x8b][0x84][0xdd][0xff]m[0x2][0xf7][0xe0][0x8a][0xf1][0xdb]Z[[0xd6]Y}[0xee][0xbe][0xdf]u[0xad]z[0xa8][0x97];[0x98][0xcb]W[0xf5][\r][0x9e][0xa9]$[0x88][0x87][0x8a][0xa0]E,y[0xe8][0x12]|61[0xcd][0xd6]b[0xaf][0xc8]q[0x8d]w[0xd3][0xbe][0x0][0xd9][0x85]/[0xd0]>[0xb1][0xa7]a[0x86][0xed],[0xe7][0x2]y[0xe8][0xb0][0xb9][0xb2][0xc0]>[0xf0]`[0x98][0x8d]9[0xcc][0x3][0xf1]i[0x81][0xef][0x88][0x17]+[0x1f][0xbd]9[0xe0][0x9c][0xa8]2k[0x17][0xbe]"Q[0xde][0xfe][0x85][0xb4][0xfd][0x19][0xda]O[0xcc]F[[0xe1][0x1b]t[\r][0xe5][0xed][0xf3][0x98]K[0x84][0x93]b[0x4][0xe0]53[0xdd][0xe3][0xd7][0xf6][0x91][0xc1]a[0x8c][0xb5]>|[0xe5][0x12]+[0x8b]%[0xa4][0x19]#[0x89]e[0xe6][0x91]f[0x94][0x87][0x1c][0x9d][0x4][0xfd]A[0xc6][0xc0][0xb2][0xae]G_[0xc0][0x11][0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "j[0xac][0xe1][0xd1]?PK[0x7][0x8][0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/util/property/PropertiesPropertyResolver.class[0x95][0x93][0xcd]s[0xd2]@[0x18][0xc6][0x9f]%[0x90]H[0x8]-[0x8d][0x88][0xd6][0xaf][0xd6][0xaa][0x15][0x2][0x15]G{P[0xeb][0xd4][0x3]NO[0xd0]b[0xe9][0xf4][0xda]Yh[0x8a][C[0xc2][0x84][0xc0][0xc][0xff][0x95][0xce][0xa8][0x9d][0xf1][0xe0][0xd1][0x83][0x93][0xe3][0xf8]&[0x84]4[0xd3][0xc2]h/[0x9b]g[0xdf][0x8f][0xdf]>[0xfb].[0xfc][0xfa][0xf3][0xfd][0x7][0x80][0x17]([0xa9]H[0xe1][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x19]+iR[0xab]*[0x1e]`M[0xc1]C[0x5][0x8f][0x18][0xb4][0xde]Q[0xdf]u[0xfa][0xa6][0xeb][0x9]s[0xc0]P[0xa8][0x9f][0xf2][0x11][0xaf][0xe]=aU[0x9b]Q|[0x8b]A~#l[0xe1]m3,[0x17]g[0x97][0x94][0xe][0x19][0x92]5[0xe7][0xd8]dX[0xac][0xb][0xdb][0xdc][0x1d][0xf6][0xda][0xa6]{[0xc0][0xdb][0x16]E[0xf4][0xba][0xd3][0xe1][0xd6]!w[0x85][0xbf][0xf][0x83]I[0xef][0x83][0xa0]#7[0xeb][0x8e][0xdb][0xad]:[0xfd][0xc1][0xe6][0xe9][0x4][0x1a][0xfa][0x19][0xc7][0xe8][0xa1][0x1a][0xef][0x9b][0x3][0xc7][0x1a][0x99].[0x19]R[0xe3][0xb6]ksL[0xfd][0xb]}[0xe][0xf4][0xed][0xe7]N[0xb8]e[0xb5]y[0xe7][0xe3]4[0xca]`[0xfc]?[0x81]!;0[0xbd]f[0xcc][0x95]v"[0xec][0xe3]i[0x1d][0xc3]zh[0xd2][0xe2]v[0xb7][0xda][0xf2]\aw[0xb7]J[0x97]C[0xd4]7=d[0x97][0xf7][0x82][0xe1][0xcd][0xa8]I[0x8d][0xb8]5[0xa4]d[0xb6][0xe5][0x91][0xe1][0x6][0xef][0x7]CU[0xf0][0x98]&[0xd3]r[0x86]n[0xc7][0xdc][0x11][0xfe][0x90]W[0xe6][0xf][0xf1][0xa9][0x8f][0xd5][0x90][0xc6][0x92][0xbf][0xac]kPpM[0xc1][0x13][\r]E[0x14][0x18][0x9e]_[0xfd]U[0x18][0x9e][0xcd]k[0xda][0x9]'{[0xb9]%w[0xf1]r[0xc][0x1b][0xc5][0xab][0xbd][~[0xd6][0xdb]3d[0xba][0xd1]s[0x8c][0xe9]'[0x9f][0xa2]?[0x0][0xc0][0x90][0xf0][0xef]I*I:[\r][0x95][0xd6][0xc][0xed][0xde]B[0xa2][0xc][0xa0][0x18]ev[0x6][0xf6][0x99]d[0x2][0x1a][0xad]j[0x10][0xae]P[0xf3][0x6][0xb2][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x93]2,`[0x11][0x8]T[0x8e]p,[0x80]-[0x85][0xb0][0xf7]T#[0xd1]7cT[0xce][0x90]0[0xca]_![0x9d][0x3][0x17][0x82][0xd4]K[0xf2][0xf3][0x8a][0xe0][0xaf][0x3][0xe8][0xea][0xa4]<[0x82]fB[0xa8][0xaf]t\[0xa7]N[0xba]e[0xe4]u[0x9b][0xf6][0xbe][0x9][0xf9][0x2]yb[0xb5]F[0xe4]w1[0xab]rD[0x95]#[0xab]7(7aY[0xa1][0xd5]Q\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xc8]:M[0xb][0xd8][0xa3][0xda]&]s[0x9f][0xf6][0x7]1[0xdf][0xf9][0xe8][0x84][0x6][0x6][0x6]c[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xe6][0xf4][0xd4][0x12]F[0x6]5[\r][0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t[0xfd][0xe0][0x92][0xa2][0xcc][0xbc]tkML!F[0x6][0xae][0xe0][0xfc][0xd2][0xa2][0xe4]T[0xb7][0xcc][0x9c]TF[0x6][0xd1][0x80][0xa2][0xfc][0x82][0xd4][0xa2][0x92][0xca][0xa0][0xd4][0xe2][0xfc][0x9c][0xb2][0xd4]"=[0x90][0xe]F[0x6][0x8d][0xfc][0xa2]t[0xfd][0xfc][0x82]b[0x93],[0xfd][0xd2][0x92][0xcc][0x1c][0xfd][0x2][0xa8]2}t[0xf5][0x8c][0xc][0x2][0x8];[0xfc][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x5][0xe8]<[0x6][0x16][0x10][0x8b][0x81][0x15]H21[0xb0][0x1][0x0]PK[0x7][0x8][0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/ops4j/util/property/PropertyStore.class[0x8d]Smo[0x12]A[0x10]~[0xf6][0xe]K[0x81]+[0xa5][0xd5][0xe2][0xbb][0xe2][0xb][0x94][0x3][0xda][0xab][0xb6][0x1a]#[0xa4]&[0xb6]1&b[0xd5]@0[0xfa][0xc5],x[0xa1]G[0xe0][0xee]r[0xdc][0x99][0xf0][0x9f][0xfc]P[0x13]MSM[0xfc][0x1][0xfe]([0xe3][0xdc][0xde][0x81][0x2][0x17][0xc3][0x97][0xdd][0xd9]gg[0x9e]yff[0xf7][0xd7][0xef][0xef]?[0x1][0xec]b/[0x89][0x4][0xf2]q[0x14][0x92][0x90][0x90]O`[0x19][0x9b])[0x14][0xa1][0xfa]K[0xc9]_[0xca]qT[0xe2][0xd8]bP[0x6][0x1f]l[0xc7][0xb2]u[0xc7]5[0xf4]![0xc3]j[0xbd][0xc7]?q[0xcd]s[0x8d][0xbe][0xf6][0x92][0xdb]U[0x86]D[0xc3][0xe8][0x9a][0xdc][0xf5][0x1c][0x9d][0xe1][0xc1][0xf4]m-8[0xf6][0xb9][0xd9][0xd5][0x1a][0xae]c[0x98][0xdd][0xea]?[0xc8][0xab]vO[0xef][0xb8][0xd5]}[0xe2]X[0xaa][0x19][0xa6][0xe1][0xee]3[0xc8]E[0xb5][0xc5][0x10];[0xb0]>[0xea]~.[0xc3][0xd4][0x8f][0xbc]A[w[0x9a][0xbc][0xdd]'d[0xbd]nux[0xbf][0xc5][0x1d][0xc3]?[0x87]`[0xcc]=6H[0xd9]f[0xdd]r[0xba][0x9a]e[0xf][0xf7]z[0x81][0x80]P[0xf6]H{[0x1d][0x1a][\r][0xd7]rt[0xca][0xb6][0xdc][0xb1]L[0x97][0x1b]&[0x5]m[0x14][0xe7]%[0xaa][0xef][0xa9][0xea]q[0xf0][0x11][0x1f][0x88][0xbc]s^[0xa4]u[0xa8][0xbb][0xc][0x8f]"[0x18][0xe6][0x8b]T[0xe7]![0x86][0x95]q[0x92][0x16][0xef]{3Y&N[0xd9][0xe9][0x92]G[0xf6][0xb8]l[0xb9][0xd9][0xa4][0xeb][0x9d]Z[0xf3]qDO#D[0x91][0xbb]*B[0xe4][0xae][0xaf][0xbb][0x10]Uy[0x94][0x80][0xad][0x85]3[0x4][0xf4][0xc9][0x86][0xe5]9[0x1d][0xfd][0x99]![0x6]6[0xd5][0xfb]m?DA[0x1a][0xab][0xc]k_[0xca]s><[0xa6][0xd7][0xa2] [0x89]T[0x1c][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "4[0xec]([0xb8][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "r[0xd8]e[0xc8]/4X[0x86][0xcc][0xac]Jj[0xf1][0xd4]{dH[0x8d]G[0xff]B[0x1f][0xcd]L<)[0x9a][0xbe]l{[0xb3][0x93][\r]o[0x17][0x9c]l![0x8a]x[0x1e][0xc2]-[0xfa]x[0x9][0xfa][0x90][0x8c]~![0x15]O[0xbb]B'[0x9]+[0x88][0x91]M}[0xa2]5C[0xc8]S[0xc8]d[0x1][0x99][0xd2])X[0xe9][0x7][0xa4]w[0xa7][0x90][0xbf]![0xf6]Ex[0xaf][0xd1][0x9a]&[0xf]@[0xa5][0xb8][0x12]E[0x95][0xb1]N'%[0x88][0xc1]y\[0x10]96[0x90][\r][0xf9][0x9e]P[0x94]D{[0xaa][0xf4][0x15][0xb1][0xf2][0x19][0xce]I[0xf8]<[0xa1]Z[0x12]a[0xf][0x5]E6p[0xb])|[0xeb]".[0xd1]=[0xc3]e\[0xa1];[0x9f][0xac]M[0xa9][0xfd][0xe4]iAV9[0xc3][0x92][0x8c][0xb7][0x95][0x13]Bd[0xc1][0x97][0x14][0x1c][0x7]$[0xe7]Pp[0xe6][0x2][0xef][0x9]g:[0xe4][0xf4][0xad][0xab][0xb8]F[0xde][0xd7]'[0xe2]}[0xe4][0x6]!A[n[0x12][0x96][0xa3][0xa6]I[0x91]E[0xc4]%[0x9c][0xcc][0x14][0xf1][0xe6][0xbf]E[0x4][0xa4][0xb7][0xc9][0xba]#[0xac][0xbb][0x0]PK[0x7][0x8][0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/util/xml/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper$1.class[0x85]SmO[0x13]A[0x10]~[0xb6]-[0xbd]Z[0x8f][0x17][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""JE[0xa4]-[0x2][0x7][0x82][0x89][0x9]/[\r][0x90][0x12][0x9b]TI[0x0][0x9][0x8]~[0xb8]^7[0xe5][0x9a][0xbb][0xdb]fo[0x8b][0xed][0xbf][0xd2]/6[0x91][0xc4][0x1f][0xe0][0x8f]2[0xce][0xdd][0x95][0xb7][0x10][0xc2][0x87][0xdb][0xd9]}f[0xe6][0x99][0xd9]y[0xf6][0xfe][0xfe][0xfb][0xfd][0x7][0xc0][0x12][0xde][0xa7][0xf1][0x0]Y[\r][0xaf]4L[0xa6][0xf0]:[0x8d])[0xbc]I#[0x8e][0xe9]4b[0xc8]i[0xc8]k(h[0x98]aH[0xae][0xda][0x9e][0xad][0xd6][0x19][0xe2][0xf9][0xc2][0x1]CbK[0xd4]8[0xc3]`[0xc5][0xf6][0xf8][0xe7][0x96][[0xe5]r[0xdf][0xac]:[0x84][0xc]W[0x84]e:[0x7][0xa6][0xb4][0x83]s[0xf]L[0xa8]S[0xdb]g[0xd0][0xcb][0x9e][0xc7][0xe5][0x96]c[0xfa]>[0xa7][0xe3]TE[0xc8][0xba]![0x9a][0xfe]r[0xc3]h)[0xdb]1[0xda][0xae]c[0x94][0x1c][0xee]rO}[0xe4]N[0x93][0xcb][0xa9][0xc5][0x15][0x86]~[0xc9]}[0xe1][0x9c][0xf1][0x92][0xa7]l[0xd5]a([0xe6]+[\r][0xf3][0xcc]4[0x1c][0xd3][0xab][0x1b]{J[0xda]^}[0xe5]6R[0x8][0xc9][0x3]F[0xdf]l[0x1b]e[0xaf][0xd9]R{[0xa2]%-N[0x8c][0xa9]f[0xab][0xea][0xd8]V[0xb9][0x16][0xb4]{+[0x93][0xfc]~[0xc7]W[0xdc][\r][0xfc][0xe9]R[0xdb][0xe2]Me[0xb][0xcf][0xd7][0xf0]V[0xc3],A[0x11][0xcf][0xb6][0x1d]^[0xf7]F[0xbf][0xf3][0x1][0x19]M[0xa5][0xe4]Y[0x8e][0xf0][0x89][0xec][0x13]W[0xa7][0xa2][0xa6]aN[0xc7]<[0xc][0x1d][0xf][0xa1]3[0x8c][0xdc][0xd1][0x19][0xc3]x[0xd8][0x8c]-[0x8c][0xcd][0x8e][0xe2][0x1b]R[0x9a][0x9d][0xc8][0xad]$7][0x86][0xe9][0xd5]"[0xa5]e[0xcf][0xb8][0xf4][0xa9][0xa1][0xb5][0xdc][0xe2][0xfc]B.[0xcb]=K[0xd4][0xa8][0xd4]Z[0xee][0xcb][0xfe][0xf6][0xdc][0x87]\q][0xc3][0x82][0x8e]E[0xbc][0xb][0xca]-[0x5][0xcb]2[0xc3][0xe4][0xfd][0xa3]f[0x18][0xba][0x9a][0xc5]N[0xb5][0xc1]-[0xc5]0v[0xbd][0xd7]H[0x81][0xdd]H[0xe][0xc9]0z[0xdd][0xb9][0xb7]qx9+[0x86][0xc7][0x17]7)[0xef]\C[0xb3][0xf7]u[0xc1]0P[0xe7]jW[0x8][0xd5][0x83][0x19]f{r[0x7]\W[0xc3][0xe8][0xe9][0xfb]}[0xc9]2j[0xc2][0xbd] Y[0xb9]q[0x87]HO[0x92][0x93]([0x83][0x81][0xd2][0x93]K[0xe4][0xb][0xc7][0x9b][0xc]}[0xf9][0xe3][0xcd][0xe0][0x15][0x8f][0xde][0xc1]}[0x80][0x5][0xa4][0xe8][0xc7] [0xb1][0xe9]/[0x89][0xd1]G[0xc2][0xd1][0xa9][0x9f]v[0x6]YF[0xb6]o[0xa6][0xb][0xf6]3t[0xf][0xd0][0x9a][0xc][0xc1]C[0xc][0xd2][0xaa]G[0x1][0x18][0xc2]0Y[0x1a][0x6]2[0x14][0x15]$%4N6s[0x8e][0xd8][0xd1]9[0xe2]G[0xc3][0x89]_[0xe8][0xeb]"[0xd9][0x85][0xf6][0xe3][0x92]k [0x8c]9[0xa1][0xe2][0xdf]([0xf7]$[0xe4][0xcc]Fy=[0xce]`[0xf7][0x4]O[0xc3]:[0x19][0x8c][0xd0].[0x86][0xd1][0xb0][0x8b][0x18][0x9e]a[0x8c]b[0x9f][0x87]l[0xe3]xA6[0x81][0x97][0x98][0xc0]#[0xda][0xa5])#[0x15][0xe6][0xa7][0xfe][0x3]PK[0x7][0x8]=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/ops4j/util/xml/ElementHelper.class[0x95]W[0xfb]sTW[0x1d][0xff][0xdc]}[0xdd]esy[0x85]$[0xb0]4[0x14][0x8][0x10]6[0xd9],[0xdb][0x96][0x16]5[0x81]T[0xa0]DR[0x92]@[0x1][0x81][0x82][0xaf][0x9b][0xdd][0x9b][0xdd][0x85][0xdd][0xbb][0xdb]{[0xef][0x12]B[0xd5][0xfa][0xa8][0xad][0xda]Z-[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "}[0xa9]X[0x8b][0xb5][0xb6][0xa6][0x8a]!)B[0xad][0xef][0xc7]8[0xe3][0xf8][0x83][0xe3][0xe8][0xcf][0xfe][0x5][0x8e][0xa3][0xd3][0x81][0xe2][0xe7][0x9c]{7/v'ifr[0xce][0xb9][0xe7]|[0x9f][0x9f][0xf3]}[0x9c][0xfd][0xe3]{o][0x3][0xb0][0x19][0x88]`#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x11][0x98]([0x8a][0xa1]$[0x86][0x87][0xc2][0xb0][0xc4]l[0x87][0xe1][0x84]Q[0xe][0xe3][0xa4][0x8a]a[0xb1]qJ[0xc5]H[0x4][0x9a][0xa0]?[0x8d][0x87][0xc5][0xf0][0xe9]:|[0x6][0x9f][0xad]C[0x3][0x1e][0xa9][0xc3][0xe7][0xf0]y1|A[0xc5][0x17]U<[0x1a]A[0xa3] l[0xc4][0x97][0xc4][0xf0][0x98][0x18][0x1e][0x17][0x84]_[0x16][0xc3]W[0xea][0xf0]Uy[0xaa][0x90]O[0xee][0xca][0x1b][0x5][0xc3]tv[0x1b][0xf9][0x92]au)X[0x94]1[0x9c][0xfd][0xc5][0xa2][0xe3][0xed]+[0xe8][0x88][0xf5][0x1d][0xd7]O[0xea][0xc9]\1[0xd9]k[0x96][0xca][0xce][0x1][0xc7]2[0xf4]BW[0x9b][0x14]6[0xbc]9[0x95]L[0x17][0xb][0x15])[0xe4][0xf][0xe6][0x4][0x91][0x82][0xc6][0xaa]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd4]!=[0xe5][0x14][0xad][0x11][0x5][0xed][0x92][0xe2][0x94][0xb4][0xa2][0xa4][[0xb6]a[0xd9][0xc9][0xfb][0x8a][0xa9][0xb2][0x10][0xb4][0xa3][0x9c][0xcb][0xa7][\r][0xab][0xc7][0xa5][0x15]l[0x83][0xee][0x8e][0x82]us[0xb3][0x91]>[0x9c][0xf6][0xb6][0x14]4[0xcd][0xb0][0xb4]BJ[0x9a][0x85][0x7][0x1c]=u[0xa2]_/I[0x98]T[0x9c]W[0xf1][0x1c][0x3]@[0xc5][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ""[0xbb]N[0xa5][0x8c][0x92][0x93]+[0x9a][0xb6][0x8a][0x17]T[0xbc][0xa8][0xe2]%J%8;[0xb3][0xd4][0xa1][0xa0];V[0x15][0x0][0xd7][0xeb][0xbc]nf[0x92]t9gfj[0x2][0x15][0xb0][0x88][0xb2][0xc0][0xa9][0xc6][0xb1][0xa9][0x17][0xe4]}[0xde]"[0x90]g[0xf9][0x9c]}[0x8b]c[0x3][0x8c][0x88]>[0xee][0xf3]\1[0xf9][0xdf][0xab][0xe2][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xea]*[0x16][[0x6]7[0xef][0x9d][0xb7][0xd1][0xc7]j[0x99][0x95]s[0x8c][0x82][0xc][0xb3]Y[0xaa][0x85][0xda][0x1c][0xe3][0xd4]2[0xec]r~[0xea][0xfe]e[0x9c]m[0xb7],}[0xc4][0xb3][0x8d][0x4][0xce]I=O[0xeb]k[0xa9]h[0x9a][0x19][0xc2]#[0xa5]J[0x18]wT[0x13][0xb9][0xb5][0xaa][0x94][0xee].[0x99][0x9b][0xdf]az*HT[0xf7][0xba][0xa6][0x8f][0xe2][0x96][0xf][0xe9][0xf9]2U[0xb6][0xd5]`[0xad]v+[0xc1][0x93].O[0xc0][0x94][0xb9][0xa9]Q[0xca]v[0x87][0x87][0x83]e[0x87][0x9f]][0xf3][0x8f][0x97]*[0xb2][0xfd]'[0xc]fL[0xff]|e[0xcc]Wj[0xda][0x18]R[0xb0][0xc0],Z[0x5]=[0x9f];M+[c[0xf3]d[0xdd]Z[0x85]p[0xda][0xf5][0xec][0xb3][0x8a],'N[0xce][0xb0]k`U"[0x81]-[0xee][0xba]*[0xf][0xf3][0xef]@[0xb1]l[0xa5][0x8c][0x9e][0x9c],j3[0x8a][0xd4]&[0xc1][0xa2][0xa1][\r][0xed][0xcc]W[\r][0xdf][0xc5][0x5][\r][0xdf][0xc3][0xcb][0x1a][0xbe][0x8f][0x97][0xe9]A[0xd6]qJ[0x9d]IQ[0x1e]6[0x9][0xb0]l[0x96][0x8a]!Cw[0xca][0xc][0xcc][0xa4][0xc8])[0xbb][0xa4][0xa7][0xc][[0xc3]+[0xb8]8[0x7]5[0xef]3[0x97][0xd6]E[\r]P[0xb0][0xcd]#[0xd4][0xc9][0x9d]5$[0xad](@S[0x92][0x8b]f[0x85][0x9c]~[0xe6][0x8b]z:[0x91]v[0xd2][0x89][0x8c][0xa5][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ":[0xab]V[0xf7][0xfb][0xe7]7N9[0x86]e[0xea]y!H[0xc1][0xb2])[0x14][0xf]f[0xad][0xe2][0xb0]H[0x9][\r]?[0xc0][0xab][0xac][0xeb]s[0x95][0xf5][0xf5]w[0xb2][0xa6]i[0xf8]!^[0xd3][0xf0]#[0xbc][0xae][0xe2][\r][\r]?[0xc6][0xa8][0x86]7[0xf1][0x13]V[0x9][\r]?[0xc5]%[\r][0xfb][0xf0]3[0xaa][0xa9][0x12]`[0x15][0xe5]3[0x13]O[0xc3][0x18].k[0x18][0x17][0xac][0x13]xK[0xc3][0x15][0xfc]\[0xc3]U\S[0xf1][0xb6][0x86]_[0xe0][0x1d][\r]C[0xc8]h[0xd0][0x91][0x16]CF[0x1][0x98][0x90][0x1a]~[0x89][0xcb]*~[0xa5][0xe1][0xd7][0xf8][0x8d][0xa0][0xc8][0xaa][0xf8][0xad][0x86][0xdf][0xe1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xd6][0xcc][0xe5][0x87][0x82]%S([0xec][0x1d][0xdd]7B[0xfc]E[0xe0][0x13]][0x9][0xb4]D[0xfe][0xe4][0xe0][0x8b][0x88]s[0xb0][0xfd]2[0x94]7[0xb9][0xf0][0xa1][0xc3]#[0x12][0x87][0x1][0xdc][0x8d][0x4]W[0x9a]K[0x84]MHr^[0x80];([0xd0]'[0x4]([0x1a][0xfc][0xa4][0x2][0xf6][0x8e][0xc3][0xd7][0x17][0xf7][0x8f][0xc1]/[0x86]@[0xbc]>[0xc8])[0x14][0xaf]W[0xdd])[0xec]N[0xb][0xc4]t[0x11][0x81][0xfe][0xf8][0x18][0xea][0xfa];[0xae]@{[0xf0]2[0x16][0x8e]a[0x11][0xf7][0x6]:[0xda][0xc7][0xb0]x 1[0x81]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "F)~[0x11][0xad]L[0xd0][0x94][0xcd][0xe8][0xc6]v[0xce]~iZ7[0x16]s[0xbc][0x8f]Jw[0xd1][0x90][0x1e]R[0xf5][0xf2][0xb7][0xcc][0xfd]h[0xc6][0x1e][0xac]C[0x1f]y[0x1e] [0xd7][0x0]M[0xdd]O[0xce]C[0xa4][0x1f]"w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << ";[0x90][0xc1]nd[0xa5];[0xed][0xae][0xc9][0xb8][0x8b][0x14][0xe0]z[0xf][0xdd][0xbc][0x87].n[0xa6][0x94]-[0xf8][0x0]u[0xef]f[0x1b][0xf8] >D[0x9d][0x9d][0xa4][0xd8][0x88][0xc0]M2[0xfa]T[0xf0][0xc5][0xb6][0x15][0x8a][0x8a]m[0xb8][0x89]z[0xf8][0xdd][\r][0x95]J[0xe4][0x1e][0xee]%q[0x98]L[0x1f][0xa6][0xca][0x1d]4o'[\r]u[0x81]>G[0xa1]BiLi[0x5]Ae[0xb4]=>[0x81][0xa5]>[0xf4]wL[0xa0][0x9e][0x8d]wU[0xe0][0x82][0xd8][0xed][0xf0]O`[0x99][0x8f]}[0xa9]a[0x94][0xb4][0xae][0xc3][0xb7][0xd3][0x14][0xa0]L[0xf4][0x87][0xb9][0x1a][0xa1][0xfb][0xa7][0xd1][0x84][0x87]q[0x1b][0xeb][0xad][0xc2]#[0xd3][0x1c][0x8a][0x11][0x92][0x1e]y[0xc9]1|[0x84].[0xf0][0xa7][0x17][0xa2][0x84][0xe7]~[0xea]n[0xa2][0xb9]{[0x8][0x8f][0xeb][0x10][0xef]W[0xbd][0x81]F[0x15][0xfd]Ls[0x82][0xb5][0xd7][0xb5]R[0x11][0xae][0xb]m)ae[0xd8][0x95]v[0xcc]2[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x1a]yeM[0x9d][0x1][0xff][0x96]`cp[0xd5][0x5][0xb4]v4[0x6][0xa5][0xd1][0x9d][0xa1]h[0xe8][0x1d]4[0x9c][0xc7][0xa2]h [0x1a][0xa2][0xb]cX~[0xf8][0xd1][0xa0]r[0xf1][0xe6]?[0xa2][0x81]1[0xac][0xa0][0xb0][0xce] [0x8f][0x82]c[0x88][0x1e][0x8e][0x6]G%[0xf2][0xc2][0xc1]-X[0xc8][0xf1]I:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf8][0x14][0xc4][0x8f][0xcd]z[0x8f]#x[0x1][0x9f][0xc2][0x8b][0xd2][0xf1][0xfd][0x84][0xfb][0x1e],[0xe3][0xb3][0xe0][0x1][0x84][0xb0][0x81][0x91][0xbd][0x9f]N[0x6][0x85][0xb][0x93]`[0xa4]<0[0xea]I[0xe3][0x82][0x11][0xe5][0xe8][0x82][0xd1][0xc2][0x8b]:[0x80][0x83][0xb4][0xe4][0x8][0xea][0xf0]Q[0xc6]K[0x10][0x87][0xbd][0x80]w[0xcf][0x8e][0xf0]L@[0xd6][0x8c]@[0xe4]&V"[0xa4][0xe2]A[0x15]G[0x5]t*[0x8e]1-Z[0xde]%[0x8f][0x0][0xf1]c[0x1e][0x88][0x9b][0xa9]!D[0x8e][0xec]4[0x10]'[0xb0]RA_\b[0xb8][0xad][0x99][0x97][0xed][0xee]{h[0xe][0xf8][0xb7][0x4][0x1a][0x3][0xcd][0x17][0xb0]![0xde][0x18]p[0xc1][0xc]F[0x83][0x12][0xcc][0x85][0x89]h[0xb0][0x82]e[0x80]X[0xfe]3[0xe1]A[0x19]H[0x8]T[0x89]d`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "I77^[0xa5]=[0xaf][0x11][0xc9][0xd7][0xb1][0x14]o`[0x5][0x1f]Q[0xab][0xf8][0x86]j[0xe1][0xfb][0xa9][0x1d][0x97][0x18][0xe3]cD[0xf3]2[0xd1][0x99][0xe0][0xb5]_[0xa2][0xcf]W[0xf1][0x9]\[0x83][0x81][0xb7]%[0xa2]"[0xf2][0xb7][0x11]+[0x81]h[0x90];1[0x89][0xa8][0x8][0xaf][0xac][0x87][0xe8]R"$pd[0x99]#[0x95][0xc0][0xd1]G[0xc9][0xdd][0x12]G?eE$[0x8e][0x81]I[0x1c][0xdd][0xb3]#^[0xe8]5"[0x18][0xb9][0x81][0xe5][0x2][0xbf][0x1b][0x88][0x8][0x8][0xd7][0xba][0x0]~[0x9c][0xac]n[0xae][0x9c][0xa1]@Q[0xee][0xa8][0xe4][0x8a]DOb[0xf7][0x12][0xea][0xf9]u[0x9b][0xf8]j&[0xa0][0x17][0x11][0xe1][0xe7]*[0x1][0xed]8n[0x9f][0xca][0x99][0x95][0xf2][0x2][0xfe]D[0xb9][0xa6];[0xa1][0xd2][0xbf]b=[0xfe]F[0xe9][0x97]N[0xae]![0xdd]Z[0xfe]R[0x6][0x6]51[0xa0][0x84]kqr[0xb8]{n[0x96][0xf8][0xd5][0xe6][0xeb][0xe2][0xc6][0x8f][0xd2]>[0x1d][0x83][0x9e]}][0xe4][0x14][0xf6][0xa9][0xed]qe[0x1c][0xab]G'[0xcb]fH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xfb][0x97]T[0xd1][0xe4][0x92]x[0x82][0xc5]*%[0x5][0xb]AiO[0xd0]s^Qh[0x95][0x8e]v[0xc8]\[[0xe3][0xc3][0x80][0x92][0x90][0x9f][0xf5]ky[0xd9]-[0xe7][0xc5]21[0xc3][0xbd][0x16]F=[0xf0]o[0x1a][0xfb][0x1f][0xca][0xfd]/o[0xfd]h[0xc0][0xbb][0xd4]y[0x1d][0xab][0xf1][0x1e][0xd6][0xd2][0x8c][0xa9][0xb2][0xd0]:iC[0xab]g[0x83]X[0x19]\[0xf9][0xc8][0xb9]\:[0xec][0x9f]t[0xf8]:[0x16][0xd1][0xdf][0x8][0xd7]|[0x18]{v[0xde]EJ[0xc1][0x15]n[0x1f][0xc7][0xba]q[0xac][0x9f][0xe5]1[0x9b][0xc0]T[0x93][0x8]Ky[0x90][0xfc]Y[0x8f][0xbf][0xd3][0xbb][0xd0]P[0x9c][0x2]6[0xcc][0xe6][0x8e]N[0xc3]+[0xe4]q[0x8b]U[0xe][0xc7]y[0xee][0xc3][0x9]I[0x9f]g$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xa9]l[0xd7][0xf2]<[0xfc]PK[0x7][0x8][0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/util/xml/XmlUtils.class[0x9d]X[0x9]xT[0xd5][0x15][0xfe]ofy3[0x93][0x17]H[0x6][0x6]2[0x10]0[0xec]C&!"[0x10]%`"[0x8b]K[0xda]$[0xa0][0x89][0x4]P[0xab]/[0xc9]$[0x19][0x98][0xcc][0xc4]YX[0xd4]V[[0xa8][0xd5][0xd6]Vk[0x17][0x8b][0xd6][0xda]R[0x15][0xab]]b[0xd5][0x10][0x8c][0x8a][0xda]J[0xd5]Zm[0xdd]k[0xb5][0xb5][0xb6]j[0xb5][0xad][0xb6][0xb5][0x8b] B[0xff]{[0xdf][0xcb][0xcc]$[0x99] [0x8][0xdf][0xdc]w[0xdf]][0xce]=[0xe7][0xfc][0xe7][0xfc][0xf7][0xbc]<~[0xe8][0xde][0x7][0x0],[0x10]e[0x1e][0xac][0xc4]N[\r][0xdf][0xf7] [0xf]7{[0xb0][0x2][0xb7]h[0xb8][0xd5][0x3][0x7]vyp[0x1b]~ [0x9b][0xdb]5[0xdc][0xe1][0x81][[0x8e][0xfc][0x10]?[0xf2][0xe0][0xc7][0xf8][0x89][0xb][0xbd][0x1e][0xdc][0x89][0x9f][0xe6][0xe3].[0xdc]-w[0xdd][0xe3]B[0x9f][0xb][0xbb]5[0xf4][0xbb][0xb0][0xc7][0x83]q[0xb8]W6[0x3][0xb2][0xb9]/[0x1f][0x93]q>[0x1e][0xc0]^[0xd9]<[0xa8][0xe1][0xa1]|<[0x8c][0x9f]y[0xf0]s<[0xe2][0xc2]>[0xb9][0xfd][0x17].<*[0xdf][0x1f][0x93][0xcd][0xe3][0xb2][0xf9][0xa5]l[0x9e][0x90][[0xa5][0xe1]I[0xf]fcg>[0x9e][0xc2][0xaf][0xe5][0xea][0xdf][0xb8][0xf0][0xb4][0x9c]~[0xc6][0x85]g[0xe5][0xf3]9[0x17][0x9e][0xf7][0xe0][0x5][0xbc][0xa8][0xe1][0xb7][0x1a]^[0xf2]`>v[0xba][0xf0];[0xf9]|Y6[0xaf][0xb8][0xf0]{[0x17][0xfe] [0xbb][0xaf]zp<[0xfe]([0x85][0xbc]&[0x95][0xf8][0x93]l[0xee][0x97][0xaf][0x96][0xbd][0xd7]5[0xbc][0xe1]A-v[0xca][0xe6]M[0xd9][0xbc][0xaa][0xe1]/[0x1a][0xde][0x12]p.[\r]G[0xc3][0xc9][0x1a][0x1][`[0xee][0x1a][0x1][0xfb][0x8a]X{H`l}8[0x1a]jLu[0xb7][0x86][0xe2][0xcd]Fk[0x84]#[0xde][0xfa]X[0x9b][0x11]Yc[0xc4][0xc3][0xf2][0xdd][0x1a][0xb4]'[0xbb][0xc2][0x9][0x81])[0xf5][0xb1]xge[0xac]'[0xb1]pCe*[0x19][0x8e]Tn[0xe9][0x8e]T[0xae][0xed][0x8e][0x9c][0xcd]~b[0x89][0x80][0xab][0xc7][0x88]'B+cm[0x2][0xb3][0x3][0xf5][0x1b][0x8c]MFe8VyZ8[0x12]Z2Wm[0xdd][0xbc][0xa0][0xad][0xb2]=[0xd6]][0xc9]%[0xa9][0xee]P4[0xc9]=[0x1a]e[0xc8][0x15][0x2]c[0x86][0xee][0x10][0xf0][0x9c][0xba][0xa5]-[0xd4][0x93][0xc][0xc7][0xa2][0x9][\r]ok[0xf8][0xab][0x86][0xbf][0x9]Td$[0xd7]E{R[0xc9][0xa6]d[0xd0][0xc5]dQ[0xa4][0xe3]J|[0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x9e][0xa7][0x8b][0x12]1[0x85][0x9d]st1U[0xf8][0x8][0xb3]d,M[0x1c][0xa7][0x8b]R[0xf9]:=[0x83]m]$[0x12][0xea]4"[0xcb][0xe2][0x9d]J[0x8f]tq1[0x8][0xdf][0x90][0x0][0xb0][0xae]u[0xb7][0xca][0x88][0xd2]XG[0xa9].[0xa6][0x89][0xe9][0xb2][0x99]![0x10],[\r]'J#[0x6][0xc3]1^[0x9a][0xec]2[0xa2]lB[0xa5]f[0x1a][0xc8][0xa5]*[\r]JU[0x8c][0x95][0x6][0xa8][0xda]\][0xcc][0xa4][0xeb][0xe8][0xc9]Y:[0xbe][0x8e]o[0xe8]b[0xb6][0x98][0xa3][0xe3]:|K[0x17][0x1][0xe1]"K[0xe6][0xe]@y[0xda]\[0x6][0xce][0x11][0x8a].[0xa6]Ef[0xef][0xaa][0xd6][\r][0xa1]6[0x86][0xf8][0xbc][0x91][0xa5][0xc8]j[0xf5]d[0xe2]t[0x84];SqC[0x9a][0x9d]eqv[0xa8]5-[[0x9b]55.][0x86][0xac][0x1a]1[0xaa][0xe]m[0xee][0x8a][0xc7]6[0x9b][0x9c]^8[0xdc][0xc][0x81][0xf1][0xb9][0xf2][0x93]d0[0x94]([0xb9]u[0xf8]:[0x81][0xa2][0xe1][0x15]$[0xab][0xd6][0xe2]Qj?N[0x5][0x8e][0xb6]l[0x93][0xfc][0x15][0xda]\[0x17]%[0xc7]Ee)V[0x1e][0x98]{,%[0x9f][0x97][0x9b][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xcc]:[0x1a][0x19][0xdc]<[0xed]#[0x17][0x91][0x9c][0xd4][0x8c][0xc0][0xfc][0xc0][0xa8]5[0xe2][0xa8][0xb5][0xee][0xb8][0x1c][0xde][0x91]UU$&%[0xce][0xcc][0x4][0x92][0x2][0xa9]1[0x15][0xc9][0x95][\r]c7[0x19][0x91]p[0xbb][0x91][0xc]5[0xc6][0x92]r[0x89][0xba][0x19][0x87]GY[0xae]+e[0xcd]0[0xbc][0x7][0x15][0xa3][0xd3]H[0xfe][0x83]o[0xe9][0x1b]ab`[0xb4]20[0x10][0x18])}[0xe4][0xc8]zy`A[0x97][0x91]h[0x88][0xc5]C[0x8a][0xb4][0x12][0xea][0xeb]f=[0xd3]6J[0xae]o6[0xcb][0xc4][0xf1][0x81][0x9c][0xd7]A[0xc1]`[0x1][0xd0]h[0xde][0x5][0xc5][0xc3][0xb4][0xc9]*#[0xdd]\Z[0x1f][0x8a]vJ[0xb6][0xa4]|[0x96][0xa0][0xf6]p2D[0xc7][0xfa][0x2]u#7-1[0x8b]C[0xd9]5[0xaf]Bg[0xe8][0xc2][0x94]!S[0xd5][0x97][0xc3][0x8d]R[W[0x1b]/4#,[0xd5][0x9f][0x9c][0xbd]dE[0x97][0x11]o[0xe2][0xe6]PTb[0xbe][0xde][0xaa][0xc6][0xea]$#[0xad][0xea][0x18]&n[0x10][0x3]*[0xe7]N[0xa4]Z[0x13]V[0xfe]M[0x8][0xd4][0xd5][0xe5]4_[0xa9][0x9e]c||V][0xbb]|k[0xb3][0xd1]i[0xda]P[0x96][0xeb][0xac][0xd1][0xfc]e3[0xda][0xdb]ea[0x18]mO[0xb4][0x84][0xa5][0xd3]rjJ{[0xb4][0xf0][0xa0]-EY4[0xcd][0xcb][0xbd]S&[0x82][0xf9]5Y[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "O[0xa3][0xa7][0x87][0xe2]2[0x1f]G.e2[0x9]W[0x92][0xcb][0xcc][0xcc][0xb4]+[0x19][0x1b]d[0xaa][0x9c]:[0xae][0xc9]`)kW[0x5][0x13]oPkl[0x8d][0x11]I)[0x6]9:[0xa5]TQ[0x81]i[0xfc]X_[0x9][0xf9]OG[0x9e],[0x1f] p[0xba][0xfc][[0x6][0x9f][0x82]OG[0xd9]n[0x88];[0xd9][0xc9][0xc3][0x19]l[0xe5][0xdf]5[0x80]*[0xd8]q[0x12][0xea][0xd4]&[0xb5][0x8][0x9f][0xc0]'[0xf9]t[0xb3][0xb6]h[0xe0][0x8a][0xd3][0xd5][0x1a][0x9b][0x9a][0xd3][0x7][0x90][0xb7][0x8e]Bl[0xfd][0xb0][0xf7][0xa6][0xe5]8[0xd5]\m[0x96][0xc][0x1d][0x8d]X[0xc5][0xe7]j[0xfe]\[0xdc]{&[0xce]B[0x93][0x92][0xd8]lI|[0x98][0xa3][0x1a][0x9f][0xb][0x7][0xe0][0x90][0x12][0x9d][0xf5][0xfd][0xd0][0x1a][0xca][0xfb][0xe0]j[0x1c][0x80]{]p7<[0xd5][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xbf][0xbd][0xf][0xf9][0xd5][0x8e][0xb2]>[0xe8]~Go[0xb5]Su[0x9c]{[0x95][0xde]3[0x11]d[0x1b]D[0x85]z[0xda][0x94]&[0xb3]y[0x6][0xa8][0x87][0x9b]6[0x14][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "/O,[0xa1][0x15]3[0xa9]A[0x80][0xcf] [0x9f][0xf3][0xa9][0x8b][0xd4]t!-uc:[0xce][0xc6][0x1a][0xea]\[0x80][0xa9]h[0xc1]ZJ[0xf6][0xc2][0x8f]uXO[0x89]%[0x18][0x8b]sp.[0xfd]#W[0x9f][0x87]O[0xf1]y[0xbe]i[0xef]F[\r][0x17][0x8c][0xb0][0xce]@[0xab][0xe5][0xf0]:[0xca][0x91]:[0x16][0x95]y[0xb][0xfa]1[0xa6]l[0xf][0xc6][0xf2]j[0xef]Ga[0xef]0[0xe7][0xb7]P[0xd8]Z[0xa5][0xce][0x4]s[0x3][0xda][0xd0][0xae][0x10],B[0x8][0x1d][0x14]'[0xc5]v[0x9a]bE-Uvqns[0x99][0xb7][0x88]b[0x83]^[0xaf][0x14][0xde]0[0x80]q[0xeb][0x82][0xde][0xf1][0xb6][0xdd][0xf0]5V[0xf4]a[0xc2][0xe][0xb4][0x94][0xef]C[0x13][0xbb][0x13][0xab][0xed][0xe5]{P[0xcc][0xaf]H[0x87]h[0xb0]U9}N[0xbf]c[0xf][0xfc][0x2];1[0xdf][0xef][0xf0]9[0xf7]`R[0x1e][0xaa]5[0xbf][0xf6][0x10]&[0xef]@[0xb1]_[0xdb][0x83][0x12][0x96]m[0xf4][0xfa][0x94][0x1d]p[0xfb][0xb5][0x7]1[0xb9]a[0xbb]S[0xec]:[0xfc][0xd8][0xae][0xc3][0xb7][0x95][0xf7][0xa6][0xfd]\C[0xcf][0x80][0x1e]q[0xd2]':=1[0x86]JN[0xa2][0xf5][0xb3][0xa8]|[0x90][0x8a]/[0xa0][0xea][0x8b][0xa8][0xf6]J[0x84][0x19][0x7][0x1b][0xf8][0x16][0xe1][0xff]N[0xc4][0x11]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "=[0xca][0xe0][0xb3]h[0xca]*LA[0x17][0xd7]h[0x8c][0xc0]j[0xae][0xdb]H[0x89]A[0x9a][0x1a][0xe1][0xe];[0xa5][0xd4][0xa2][0x1b]Q[0x1a]M[0x93][0xb9][0xb3]G9f[0xb3][0xe5][0x98]1[0xdc]w![0xc7][0xf2]x[0xf2]y[0x94][0x9c][0xa0]n[0x12][0x9d]Ip|[0x88]I[0x1a]X[0xcf][0xa5][0xe]a[0x8a][0x86]M[0x1a]6[0x8b][0x5][0xef][0xc3][0x91]Ggn[0xc1]V+[0x2][0xb3]0[0x9a][0x9a][0x8d][0xd1]q[0xc3]1JQ[0xa9]MG[0xc4][0xe8]"[0xb5][0xe3]b%[0xfe][0x12]S[0xbc][0xd8]@[0xb5]e[0x80]o+[0xf3][0x96][0xa6][0xb1]"J}[0x98][0xb6][0x3]3[0xca][0x82]6[0xd5][0x9f][0xde][0x87][0x19][0xc][0x8b][0xc6][0xa0][0xf9]f[0xbf][0xa0][0xf]3[0x1b]vA+k[0xc]6[0x8]&[0xc0]>[0xac][0xa8] [0x82][0xb3][0x88][0x92][0xc3][0xef][0xd8][0x87]E[0x3][0x98][0xbd]n7[0xe6]T[0xdb][0x87][0xa2]9[0xc5]oO[0xe3]I[0xd0][0xf6] [0x90][0x87][0x16][0x85][0xdc]+~[0x95][0xa9]ve[0xd0]r[0x14][0xb2][0xbd][0x98][0x6]]B[0xdc].[0x85][0xf][0x9f]%f[0x9f]#V[0x97][0xe3]D|[0x1][0x8b]Y[0xfa].[0xc5][0x17]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xae][0xa2][0xc1]_f[0x16]_[0xcd][0x10][0xbd][0x86]F^K#[0xaf][0xc1]e[0xf8][0xa6]r[0xc4][0xb9]4[0xf5][0x4][0xfa][0xfb][0xd3][0x9c][0xc9][0xa3][0x84]B|[0x86]H[0xd8][0x98]5[0xb3]-[0x14][0xeb]([0xef]R[0xb][0xbb]mi[0xec][0xb6]Y[0xe][[0xcc][0xfc]4[0xf7][0x9e][0xc8][0xc]5[0xf7].[0xa5][0xdb].[0xa3]>v[0xea]c[0xf2][0x88]9[0xb2][0x8d]#[0x12]W?[0xec][0x8b]>[0x84]M[0xe1][0x99]<[0x84]R[\r][0xdb]%[0xb0][0xfb]y[0xbc][0xe9][0xff][0xcf]S[0xa9][0xcb]i[0x84][0x9][0xef][0xf3]|[0xca][0xc3]O[0xb1][0xe7][0xde]5C[0xd8][0xeb][0xa5][0xc8]1Yd[0xd3]P[0xd6]X[0xae][0xe8][0xe6][0x89]rE5~[0xbb][0x97][0x4][0x1d][0xdc][0x81][0xeb][0xd8][0xe3]PE[0x95][0xc3][0x1c][0xaa][0xa8]r[0x92][0xca]m>[0x7][0xa3][0xdd][0xc]fMR[\r]A[0xa8]r[0xf9][0xed]>[0x87][0xfd][0x2][0x9f][0x93]S[0xd5][0x1e][0xef]<[0xbf]Gq[0x8f][0xee]s[0xd9][0xdb][0xab][0xdc][0xbb][0xe0][0xf1]{[0xfa]QY[0xe5][0xf6][0xb9]}[0xae][0x9b]1o[0x0][0xc7][0xaf][0x1b][0xc0]|[0x2]z[0x82]wA[0x1f][0x16][0xfa][0xdc]}X[0xe4][0xad][0x92]=[0x97][0xec][0x9d][0xc8]^[0x1f]N[0xda][0x8d][0xc5]{[0xfd][0x9a][0xcf]=[0x98][0xf][0x8d][0xbb]0[0x95][0x1a]d%[0xd2]X[0xbf][0xc3][0x96][0x9e][0x15][0x15][0xb7][0xc2]!zw[0x1d]^P[0xd1][0x8f][0xea][0xc][0xcd]m [0x99][0x0][0xbd]t[0xda][0x9d][0xc4][0xe6].[0x14][0xe3]n[0x8e][0xdc][0xc3]{[0x96][0x1][0x85]~bw/ik[0x80][0xb7][0xee]}[0xbc][0x0][0xee]gZ[0xec]%[0xe6][0xf][0x92][0x8a][0x1e]f[0x82][0xed]#[0x8a][0x8f][0x12][0xa3][0xc7][0xb9][0xe3]I[0x8e]<[0x85]G[0xf0]4[0xdb]g[0xf0],[0x9e][0xc3][0xab]x[0x11][0xaf][0xe3]%[0xbc][0x89][0x97][0xf1]6^Q[0xa0]l[0xe7]5[0xb4][0x95]g_[0xc5]xqS[0xf2][0x15]L[0xc1][0x8d][0x4]a[0x5]S[0xe9]+*[0xad][0x9a][0x18]AW3^4[0x9e][0xd5][0xc1][0x84][0xdc][0xc8]x[0xd9]F[0x9a]4w[0x84]yq}[0x95][0xe3][0x1e][0x9e]R[0xc4][0xb4][0x92][0xe9]7[0x87][0xfa]\[0xab][0xe8][0x94]@[0xa6][0x13][0xf1]][0xb][0xee]b[0xbc][0xa0][0xa8]S[0x92][0xe8]s[0xf8][0x9a]JD[0x19]w[0x9d]p)[0x12]M1[0xd7][0xe][0x93][0xdc][0xf3][0x15][0x9f]n2[0x7][0xd8][0x11]B[0x6]$[0xd5][0xd8][0x4][0x1c][0xa6]^[0xb9][0xe7][0x85][0x9a][0x9f][0x98]a[0xee][0x18][0xb6][0x80]<}[0x0]N[0xc9][0xc8][0xfc]j[0xb5][0xc2][0xf8]z[0xab]Lia[0x0][0xb3][0x82][0xba]]**[0xab][0x8][0xb3][0xa2][0x90][0xb7][0x8e][0xf9];[0xc3][0xfa][\r]_e[0xfd][0xe4][0xd8]*[0xca]X*[0x88][0xd1][0xc9][0xbd][0xec][0xd5][0x8][0xf4][0x8a][0xc][0xae]^[0xe5][0x8d][0xd7]x=[0xbd]E[0x8a]{[0x87]%[0xc0]{Y[0xc5]K[0xb]I.l][0xf5][0x1a]l[0x1f]`[0xa5][0xdb]I[0x97][0xf2][0x9b][0xda][0xba][0x86][0x1d][0x16][0xb5][0x9c]?[0x80]ZF[0xe2])[0xf5][0xb6][0x93]K[0xca],N[0xa9]++Qa[0xd5]X[0xa1]l[0xb8]C[0xda]P[0xaa][0xb2][0x10][0xea]:[0x98][0xa4][0xd2][0x9f]O[0xb2][0xfb].[0xb8]e[0xbc][0xc9][0xc4][0xd9][0x7]OP^[0xbb][0xcb]Z[0xb6][0xe7][0x91]v[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0xf6]ayF[0xdf]y*[\r][0xf7]s[0xe3][0x1][0xf2][0xca]A[0x16]&[0x87]i[0x9c][0x1d][0xb5]Te9[0x9d]|[0x86][0xc8]G[0x83](`qu[0x0][0xeb]E[0xa1][0xb2][0xa5][0x86][0xa8][0xd4]r[0xff][0xe][0x85]}[0x9]Y[0xe5]zZ%[0xe5][0xe9][0xd6][0x98][0x87][0x5][0x8c]d[0xa6]([0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOR[0x19][0xca]f[0x83][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$)[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-spi/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO[0xdb][0xe7][0x9e][0xe8]~[0x0][0x0][0x0][0x8b][0x0][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h+[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0x6]'[0x99][0xbc][0xd6][0x1][0x0][0x0][0xe1][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q,[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0xcb]8[0xb8]N[0x84][0x0][0x0][0x0][0x96][0x0][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf5].[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc5][0xd7]3[0x9f][0xe5][0x1][0x0][0x0][0xe0][0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]/[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-collections/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rOj[0x96][0x1a]H[0x83][0x0][0x0][0x0][0x93][0x0][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa]2[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rOb[0xaf][0x9b][0xab][0xbc][0x1][0x0][0x0][0x17][0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0]3[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-property/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]5[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe7]"[0xfd]l[0x81][0x0][0x0][0x0][0x8e][0x0][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*6[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO$$[0xb9]C[0xea][0x1][0x0][0x0]e[0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19]7[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util-xml/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xa9]u2S~[0x0][0x0][0x0][0x8a][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]9[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xa0]|W[0x0][0xa4][0x1][0x0][0x0][0xdc][0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb0]:[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base-util/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]<[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:~rO[0xb2][0xf3][0x9a][0x16]z[0x0][0x0][0x0][0x85][0x0][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xe2]}rO[0xc6][0xb3][0x3],[0x1a][0x2][0x0][0x0]{[0xc][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]=[0x0][0x0]META-INF/maven/org.ops4j.base/ops4j-base/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g@[0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]@[0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]@[0x0][0x0]org/ops4j/exec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x97][0xe7]+[0xbe])[0x2][0x0][0x0][0x1e][0x4]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14]A[0x0][0x0]org/ops4j/exec/CommandLineBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xe6]K[0xe6][0xa1][0xfe][0x1][0x0][0x0]|[0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]C[0x0][0x0]org/ops4j/exec/DefaultJavaRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x9d][0xb5][0x13]+[0xe3][0xb][0x0][0x0][0x96][0x18][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]E[0x0][0x0]org/ops4j/exec/DefaultJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0x93][0xce][0x99][0xee][0xb1][0x1][0x0][0x0]/[0x3][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]R[0x0][0x0]org/ops4j/exec/ExecutionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xdb][0xe1][0xe2]x[0xbd][0x0][0x0][0x0][0xc8][0x1][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#T[0x0][0x0]org/ops4j/exec/JavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rOT[0xd0][\r]F[0x84][0x0][0x0][0x0][0xab][0x0][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-U[0x0][0x0]org/ops4j/exec/ProcessProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xee]}rO[0xeb][0xed]o[0xc4][0x93][0x0][0x0][0x0][0xc0][0x0][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]V[0x0][0x0]org/ops4j/exec/StoppableJavaRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]V[0x0][0x0]org/ops4j/io/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO!i3W#[0x7][0x0][0x0][0x4][0xe][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])W[0x0][0x0]org/ops4j/io/DirectoryLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xbd][0xa9][0xf8][0xe6]C[0x7][0x0][0x0][0x90][0xe][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c]^[0x0][0x0]org/ops4j/io/FileUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xe6][0x97][0xd8]X[0xbc][0x1][0x0][0x0]5[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])f[0x0][0x0]org/ops4j/io/HierarchicalIOException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1c][0xbf][0x1d]B[0xc4][0x0][0x0][0x0][0x2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=h[0x0][0x0]org/ops4j/io/Lister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xa1]=[0xe5][0xea]8[0x3][0x0][0x0]D[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Hi[0x0][0x0]org/ops4j/io/ListerUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xea]Sg[0xaf][0xac][0x4][0x0][0x0]<[0x8][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]l[0x0][0x0]org/ops4j/io/Pipe$Pump.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x99]6[0xdd][0xd5]@[0x5][0x0][0x0][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]q[0x0][0x0]org/ops4j/io/Pipe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rOt[0xad][0xce]z[0xa3][0x3][0x0][0x0][0xc1][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gw[0x0][0x0]org/ops4j/io/PrintStreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO+[0xf0][0xf1][0xb2][0x5][0x9][0x0][0x0][0x86][0x12][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]={[0x0][0x0]org/ops4j/io/StreamUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0x1d][0xe3][0x8d]u[0xc7][0x11][0x0][0x0][0xee]$[0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x84][0x0][0x0]org/ops4j/io/ZipExploder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x7]~rO[0xec]bY[0xde][0xf6][0x5][0x0][0x0][0xab][0xc][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa1][0x96][0x0][0x0]org/ops4j/io/ZipLister.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x9c][0x0][0x0]org/ops4j/lang/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOk[0xc1][0xf0]-c[0x4][0x0][0x0][0xb9][0x9][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x9d][0x0][0x0]org/ops4j/lang/NullArgumentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rOW[0x9c]d[0xbe][0xa4][0x1][0x0][0x0]#[0x3][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0xa1][0x0][0x0]org/ops4j/lang/Ops4jException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0xf9]N[0x8e][0xb8][0xfa][0x3][0x0][0x0]=[0xb][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0][0xa3][0x0][0x0]org/ops4j/lang/PostConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8]}rO[0x8d]B[0x89]>[0xf8][0x3][0x0][0x0]:[0xb][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xa8][0x0][0x0]org/ops4j/lang/PreConditionException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xac][0x0][0x0]org/ops4j/monitors/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x9f][0xa3][0xd5][0xe1][0x17][0x1][0x0][0x0][0xc5][0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xac][0x0][0x0]org/ops4j/monitors/MonitorException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rOlrI&[0x2][0x0][0x0]l[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xae][0x0][0x0]org/ops4j/monitors/TooManyMonitorsException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xb0][0x0][0x0]org/ops4j/monitors/exception/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO1%1[0xb2][0x99][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xb0][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xd1][0x1d]v[0x89][0x1e][0x4][0x0][0x0][0xcc][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf0][0xb1][0x0][0x0]org/ops4j/monitors/exception/ExceptionMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf0][0x8c][0x8c]![0xf2][0x0][0x0][0x0][0xdf][0x1][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0xb6][0x0][0x0]org/ops4j/monitors/exception/ExceptionSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc7][0xb7][0x0][0x0]org/ops4j/monitors/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xf2][0x9]_q[0xc9][0x0][0x0][0x0][0x1d][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/ops4j/monitors/stream/StreamMonitor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0xfe][0x1f][0xd8]2[0xc8][0x4][0x0][0x0][0xea][0x9][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0xb9][0x0][0x0]org/ops4j/monitors/stream/StreamMonitorRouter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x0]~rO[0x91][0xfe]&[0x17][0xbe][0x0][0x0][0x0]<[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xbe][0x0][0x0]org/ops4j/monitors/stream/StreamSource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xbf][0x0][0x0]org/ops4j/net/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO`6[0xe8][0x9f][0xd7][0x1][0x0][0x0][0xc1][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0xbf][0x0][0x0]org/ops4j/net/AllCertificatesTrustManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x94][0xf][0x87][0x89][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0][0x86][0x10][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xc1][0x0][0x0]org/ops4j/net/Base64Encoder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xf5]x[0x1c][0x85]l[0x3][0x0][0x0][0x4][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb9][0xcc][0x0][0x0]org/ops4j/net/ConnectionCache$Entry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0x97]'S[0xa6][0xf][0x9][0x0][0x0]8[0x13][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd0][0x0][0x0]org/ops4j/net/ConnectionCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rOP[0xcf][0x13][0x9e][0xc1][0x3][0x0][0x0][0x81][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xd9][0x0][0x0]org/ops4j/net/FreePort.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf]~rO[0xb2]m[0x98]$[0x8e][0x8][0x0][0x0]/[0x10][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe7][0xdd][0x0][0x0]org/ops4j/net/URLUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbf][0xe6][0x0][0x0]org/ops4j/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO21D)[0xb9][0x1][0x0][0x0]E[0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfd][0xe6][0x0][0x0]org/ops4j/spi/NoServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO"[0xee]([0xeb][0xbf][0x1][0x0][0x0]Z[0x3][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0xe9][0x0][0x0]org/ops4j/spi/NonUniqueServiceProviderException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0xd2][0x15][0x12][0xb2]{[0x8][0x0][0x0]w[0x11][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xeb][0x0][0x0]org/ops4j/spi/SafeServiceLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x15]~rO[0x14][0x9c][0xe8][0x6][0xac][0x4][0x0][0x0]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2][0xf4][0x0][0x0]org/ops4j/spi/ServiceProviderFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x5][0xf9][0x0][0x0]org/ops4j/store/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOz[0xf4][0xed][0xc0][0x8d][0x0][0x0][0x0][0xa0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf9][0x0][0x0]org/ops4j/store/Handle.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOS[0xfd][0xdc]][0xfc][0x0][0x0][0x0][0xfc][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xfa][0x0][0x0]org/ops4j/store/Store.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2g[0xe0]:|[0x4][0x0][0x0][0xc9][0x8][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xfb][0x0][0x0]org/ops4j/store/StoreFactory.classPK[0x1][0x2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x1][0x0]org/ops4j/store/intern/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rOh[0xe8][0x97][0xcc][0xb9][0x1][0x0][0x0]/[0x3][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]t[0x0][0x1][0x0]org/ops4j/store/intern/TemporaryStore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19]~rO2* @[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[0x0][0x0]O[0x14][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x2][0x1][0x0]org/ops4j/store/intern/TemporaryStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4][0xc][0x1][0x0]org/ops4j/util/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[\r][0x1][0x0]org/ops4j/util/collections/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOxD$o[0x12][0x7][0x0][0x0]N[0xe][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[\r][0x1][0x0]org/ops4j/util/collections/PropertiesUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rOi[0xd5][0xa5][0x5][0x9f][0x7][0x0][0x0]e[0xf][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x14][0x1][0x0]org/ops4j/util/collections/PropertiesWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0])~rO[0x1][0xb2]E[0xe5][0x92][0x5][0x0][0x0]m[0xb][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x1c][0x1][0x0]org/ops4j/util/collections/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd]"[0x1][0x0]org/ops4j/util/environment/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0xda][0xf8] G[0xe][0x15][0x0][0x0][0xa7]([0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]#[0x1][0x0]org/ops4j/util/environment/Environment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOD[0x1b][0x9d][0x17][0xd9][0x2][0x0][0x0]7[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]8[0x1][0x0]org/ops4j/util/environment/EnvironmentException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc];[0x1][0x0]org/ops4j/util/i18n/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO[0x2][0xd3],[0xb9]"[0x8][0x0][0x0][0xb8][0x12][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x1][0x0]org/ops4j/util/i18n/ResourceManager.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rO\[0xae][0x11])[\r][0x10][0x0][0x0][0xc2]-[0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]yD[0x1][0x0]org/ops4j/util/i18n/Resources.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]T[0x1][0x0]org/ops4j/util/mime/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]!~rOO{[0x8f][0xdc][0x8a][0x2][0x0][0x0][0xe1][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]U[0x1][0x0]org/ops4j/util/mime/MimeTypeHandler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]W[0x1][0x0]org/ops4j/util/property/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xfb]R[0xf9][0xa3]f[0x2][0x0][0x0][0x1e][0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]DX[0x1][0x0]org/ops4j/util/property/DictionaryPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x5][0xa4][0xed][0xaa][0xd1][0x1][0x0][0x0]g[0x3][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][[0x1][0x0]org/ops4j/util/property/FallbackPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0xcd][0x88]c*[0x15][0x2][0x0][0x0][0x9d][0x4][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E][0x1][0x0]org/ops4j/util/property/PropertiesPropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x83][0xfa][0xd9][0xa9][0x8f][0x0][0x0][0x0][0xc0][0x0][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0]_[0x1][0x0]org/ops4j/util/property/PropertyResolver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]2~rO[0x2][0xb5]ZK[0x2][0x0][0x0][0x1f][0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]`[0x1][0x0]org/ops4j/util/property/PropertyStore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]:[0x86]rO[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Oc[0x1][0x0]org/ops4j/util/xml/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO=Ri[0xab][[0x2][0x0][0x0][0x3][0x4][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92]c[0x1][0x0]org/ops4j/util/xml/ElementHelper$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0xe1][0xed]2[0xcf][0xd9][0x8][0x0][0x0]5[0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Cf[0x1][0x0]org/ops4j/util/xml/ElementHelper.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7~rO[0x8b][0xf1][0x15]P[0xb5][0xc][0x0][0x0]2[0x1b][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]po[0x1][0x0]org/ops4j/util/xml/XmlUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0]{[0x0]{[0x0]A)[0x0][0x0]t|[0x1][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "GET /content/repositories/maven_central/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "last-modified: Mon, 18 Nov 2019 15:51:05 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-3 << "f45343391e66aabce1d8d47332ce78a08d6edf2b" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << last-modified: Mon, 18 Nov 2019 15:51:05 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-3 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 3][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 3][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45006<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 9088[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "etag: "{SHA1{a755247791ccba141532301aca61c94b5b4e03f0}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]}SK[0x8f][0xda]0[0x10][0xbe]G[0xca][0xb0]8T m[0x9c][0x7]a[0xd9][0x6]qXXT-[0xe2]%[0xd2]]U[0xea][0xa1]2[0xc9]$[0xb8][0x98]8[0xb5][0x1d][0x2][0xff][0xbe]N[0x2]a+[0xad][0x9a][0xe3][0xf8]{[0xcc]|3Y[0x92][0x8c]& [0x95][0xf5][0xe]BR[0x9e][0x5][0xc8][0xc5][0x8e]iL[0xb2][0xd8]Z[0x10][0xa9][0x96]<[0xa6][0x9][0x85]X[0x97][0xfd][0xaf][0xbe][0xd7]w[0x86][0xee]p0[0xf4]5[0xa0][0xa0],[0xb6][0xe6][0xf1][0xa1]"![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xml[0x95]TM[0x8f][0xdb] [0x14][0xbc][0xe7]W[0xa0]U[0xaf][0x6]o7[0x87]*r}i[0xa5][0xaa][0xd5]f[0x13]5j[0xd5][0xdb][0x8a]`[0xec][0xb0][0xc1][0x80][0x80][0xc4][0x8e][0xaa][0xfe][0xf7][0xf2]a'[0xb6]7[[0xa5]7[0xbf][0xc7]0o[0x18][0x6]gJ[0xcb][0x17]J,hk.[0xcc][0xc7][0xbb][0x9d][0xb5]j[0x81]P[0x8d][0x8f]T@[0xac]0[0xd9]Q(u[0x85][0xd6][0xab]%[0x9a][0xc3][0x14][0xa6]w[0x11][0xb9]h[\r];[0xa3][0x9b][0xa6][0x81][0xcd]C[0xc0][0xbd]O[0xd3]{[0xf4]k[0xf9][0xb8]q[0x1b]k[0x9c]0a,[0x16][0x84][0xba]][0x86]-Lh>J[0x82]-[0x93][0xe2][0x86]a[0xe0]-Dh$[0xc7][0xf9]s[0xfa][0x9c][0xc2][0xd6][0x14]w[0xf9]l[0x6]@V[0xcb][0x82][0xf2][0x9f]T[0x1b]G[0x9f][0x7][0x86][0xc][0x8d]z[0x1][0xa5][0xb0][0xa6][0xc2][0xe6][0xee][0xd3][0x15][0x95][0x96][0x7][0xf5][0xb5][0xc8][0x1d]+[0x94][0xca][0xcc]_[0xa0][0xc2]m[0x86][0xfa]v[0x4]amY[0x89][0x89]u[\r][0xd3]0c[0xb6][0xd2]A[0x6][0xcd][0x88]:vC[0xee][0xe1][0x7][0xf8][0x90][0xa1][0xbe][0x8c][0x8b][0x9a]rw[0xea]#]c[0xbb][0xcb]!DJ[0xd6][0xd0]9[0x99][0xa1][0xd1][0x82][0x97][0x87]z}[0xb3][0xb7][0xe4][0xc1][0x8b][0x88][0x81][0xce][0xa1]J[0x7]JzPB[0xa4][0xa6]S[0xb9][0xce][0x4][0xb2][0xc7][0x15][0x13]U[0xbe]=[0x88][0x82]S?[0xb6][0xef][0x84][0xc9][0x2][0xd7]4_[0xad]7[0xf3]o`[0x8d][[0xb0][0xe9][0xd8][0xc0]b[0x1]V[0x9b]/[0xc]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xac][0x1][0xe5][0xe1][0x5]5D3e[0xcf]'[0xbe][0xb2]5[0x1]?,[0xe3][0xcc]2j@86-[0x80][0x95][0x91][0xce][0x8b][0x4][0xa5]vt[0x8d][0xd4]{[0x18](>S[0x8b][0x19]w &J[0xa9][0xeb][0x90][0x1a][0xbf]a[0xeb][0x90][0xd2][0xa9][0x6][0xd8][0xf6][0x9]i[0xd8][0x9e]u[0x6][0xf9]|[0x10])J~[0xa0].y[0xa8]E[0xcb][0xea][0xfb][0x13][0xc][0xce][0x8e]D[0x6][0x17][0xb4]TT{A[0xdd]5E3[0xa0]9[0xd5][[0xc9][0x19]y[0xf2][0xc7][0xbb][0xee]=[0x8c][0xb6]^[0xdb]0[0xa2][0xf2][0xe][0x19][0xe7][0xed]m<[0x17]t[0x8c][0xc2]@[0xdf],p2[0xde][0xc7]M[0xf1][0x83][0xbb][0xad]N[0xf8][0xb9][0xee][0xcb]Iv[0xba][0xb7]SR[0xce][0xa6][0xe9][0x9e]&<[0xbe][0xad][0xa8]'[0x89][0xa4][0xaf][0xc3][0x1e][0xc4][\r][0x6][0xf6][0x95][0x89][0xba];[0x9d]1[0x18][0x8a][0x8a][0xc2]][0xc5][0xc5][0xe4]s[0xeb]t&[0xfb][0x8f][0x9c]O[0xf5][0x8e][0xb2][0xce]YI[0xc9][0x89][0xf0]W[0x81][0x1f][0xbd][0xd0]w[0xbf][0xbb][0xdf][0x1e][0xec]:[0xa6][0xcf][0x15]M5[0xde]&z[0x8b][\r][0xfd][0xa7][0xd8][0x0]K<,[0xe1]XTW[0xfe]"[0x93][0xc9][0x83]:[0xa6] [0x84][0xc2]k[0xcf][0xff][0x2]PK[0x7][0x8][0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/ops4j/pax/swissbox/core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.class[0x9d]Smk[0xd3]P[0x18]=[0xb7]M[0x9b].[0xc6]5[0xce][0xb9][0xa9][0xd3][0xf9]V[0xb5][0xcd][0xd4]8[0xd1][0xf][0xea][0x18][0xcc][0xa1]0[0xa8]/0)[0x8a][0x9f]n[0x93]kvkvSn[0xd2]u[0xfe]+[0x85][0xcd][0x81][0x82]?[0xc0][0x1f]%>I[0x3][0x96][0xe][0x7]5[0x90][0xfb]r[0x9e][0xe7]9[0xcf][0xc9][0xb9][0xb9][0xbf]~[0xff][0x9][0xe0][0x1]Vf`[0xe2]J6\[0xb5]P[0xc3]5[0x13][0xd7]-[0x18][0xb8]a[0x11][0xd2]0q[0xd3][0xc4]-[0x13][0xb7][0x19][0xac]=[0x1e]5[0xba][0x3][0x15]D[0x82]a[0xa9][0x1d][0xeb][0xd0][0x8b][0x93]Pz[0x1f]5[0xdf][0x15][0xc3]X[0xf2][0x9e][0xe5][0xc1][0xa7]Ej[0x9f]k[0xa1]R[0x86][0xc5]v[0x8f][0xef]q/[0xe2]*[0xf4]6#[0x9e]$[0xed][0x98][0x7]BSZuM*[0x99][0xae]36[0xa7]|f[0xfa][0x9f]m[0xdf][0xef][0xbb]3[0xd3]r=a[0xbe][0x9][0xe5][0xc0][0x11][0xd1][0xe1][0x8e][0xcb][0x7][0xc2][0xdb]^[0x4]6[0x18][0xca][0x17][0xb]8[0x9d][0xfe]-[0xa2]}Iv[0xb3][0xd7]k[0xb4](Aa[0xc4][0xfd]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "i;b"d[0xe0]G#9aX[0x97]b[0x16][0xc4]N[0x86][0x8d]j[0xad]3[0xe6][0x9f][0xb8][0xe9]p94?[0xf4][0xc7][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "(x[0xad]k[0xf]%[0xf]B[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "JWk[0x84]4[0xf0][0x84][0xa1]^][0xb1][0xb8][0xbd][0x86][0xba][0x5]m[0xb6][0xcb][0xb0][0xb7]r([0xc3]A[0xb3][0xf7]2Y^+[0xe9][0x9a]{[0xc2][0xc0]v[0xcc]%[0xa3][0xc8]u[0xdd][0xd0][0xb3][0xc4][[[0xcd][0xb7][0x9c]H[0xf5]\[0x5][0xe7][0x91][0xc5][0x1a]C[0xe5]?[0xe8][0xc8][0xed][0x86][0xd6]([0x9e]T{f[0x89][0xa9]b[0x1a]x[0xca][0xd0][0xba][0xdc][0x15][0xd1]/[0xb6][0xd8][0x1][0xc3][0xe6][0xd2][0x16][0x18][0xcc][0x15][0xc7][0xc6][0xf0]l[0xa5][0x8][0xec][0xd2]{[0xca][0x80][0xc1][0xa0][0xe7][0x95][0x82][0xa6][0xe6]@V[0x8e][0xac][0xd7][0xa4][0x8c]4[0xbd]s[0x6][0xed]+-t[0xac][0xd3]7[0x13]9w[0x90][0xa7]o~~[0x0]WP$[0xbd]v[0xc1]S"e[0xb8][0x8e][0x8d][0x18][0xd7][0x8a]q[0x9a][0xfe]e[0x81]e[0x9e]ci[0x9][0x96][0xf6][0x8f][0xb5][0x89]2Y[0x8a]u@[0xaa][0xf6][0xb2][0xdf][0xa1][0x1d]A[0x17]>[0x13][0xc1]g[0xf1][0xb9][0x8]>[0x8f]/[0xf0][0xf6][0x8b]a|)[0x8c]/[0xf3][0xf2][0x89]0[0xbe][0x12][0xc6][0x93][0xbc][0xfc]*+=[0xc5][0x8f][0xaf]i[0xf8]z[0x4][0xbd][0xf8][0x86][0x86]oj[0xf8][0x96]@[0xf3][0xf0]b[0xd6][0xbf]4[0xec][0xe4][0x17]M[0xcf][0xf0]-[0xd7][0x11][0xd0]G[0x1c][0xc7][0xf4][0x8e][0xdb]F.g[0xe6][0x4]:[0x86][0xc7]&[0xa6]gfOO[0x8e][0xce][0xe][0x8f][0x9f][0x1e][0x1b][0x9e][0x1c][0x9a][0x1e]95.pt[0xd4][0xf5]2I7[0x9b];t>[0x99]5[0x96][0x93][0xb9][0x8b]V.7[0xe7].'S[0xae]g&[0x8f][0xe5][0x9d][0xb4]mJ[0x90]Q[0xd7]H[0x9b]^o[0xb9][0xa1]~[0x81][0xba])+[0xe3][0x18]~[0xde]3[0x5]&[0xde]%[0xdc][0xc0][0xe8]yc[0xc9]H:[0xa6][0x9f]$W[0xfb][0x7][0x9]>[0xbc]8;'[0xcf][0x9][0xdc][0x1c][0xa0][0xe7]2Vr[0xde]3[0x16][0xcd][0x8b][0xae]wA[0x81][0x92]b[0xa3]c^[0x9c][0xf0][0xac]%[0xcb]6[0xd3][0x19]3-0[0x1a][0xdd]B?[0xb6]3O[0x9]?t[0xdc]M[0x93][0x13]M[0xa3][0x96]c[0x8e][0xe7][0x17][0xe7]Lo[0xda][0x98]c[0xb7]ZG[0xdd][0x94]a[0x9f]1<[0x8b][0xf7]JX[0xbb][0xee]tj+/[0x82]pm[0xc3][0xc9]$K[0x8d][0xed][0xdc][0xb9][0xda][0xac][0xe1][0x99][0x8e]/[0xd0][0xb5][0x9]$[0xa9][0xc]X[0x8e][0xe5][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xdc][0xb2]%/g(R[0xc1][0xa2][0x9a]I[0xee][0xd8][0x8b][0xbb][0xfe][0x9f]X[0xc9]`][0xc6][0xf4][0x8f])[0xbe]z[0xa2][0xb1]-[0xd3]\O[0xba][0x93]f[0xce][0xcd]{)[0xd2][0xbe]-Z[0x2];[0xe5]{[0x96][0x93]![0xf6]n("[0x8a][0xc7]![0x14][0xce][0xd3][0x6]U[0x81][0x86])[0xdf]H][0x18]3[0xb2]*oz[0x9][0x94]7l[0x1e][0xbb][0xa5][0x81][0x9c][0x9a];o[0xa6][0xfc][0xfe][0x18][0xb1]&[0xdc][0x1b][0xcb]Q[0xbd][0x92][0xad]g[0xf8]t[0xd7][0x90][0x95][0x5]#[0xb7][0x10][0x8c][0x9c][0xea]hl[0x84][0x4][0x3])[u0[0x9][0xa8]k"S2[0xb0][0x93][0x16][0x93][0xd9][0xb9][0xa1][0x1f]ogx[0x1d]w[0xe0]nj[0xe5][0x9d][0x8d][0xe5][0x83]:>[0x80]#[0x1a][0x9e][0xd3][0xf1]<[0xbe]#p`G[0xc7][0xf9][0xf0][0xb]DB[0xf0]B[0xc3][0x8b]:[0xbe][0x8b][0x97]t[0xdc][0x8e][0xa4][0x8e][0xef][0xe1][0xfb]:[0x8e]bH[0xc7]Y~[0xc][0xe3][0xa4][0x8e][0x19][0x9c][0xd4][0xf0][0x3][0x1d][0xe3][0xf8]0?N[0xe9][0xb8][0x8f]W/[0xe3][0x87]:[0xe2]HPp[0xe5][0x1c][0x1f][0xcb][0xcf][0xcf][0x7][0x86],[\r][0xaf][0xe8]x[0x15][0x97][0xa9]pt[0xfc][0x8][0xb3]:~[0x8c][0x9f][0x10][0xc3][0x8f]P[0xa5][0x6]3[0xf8][0x8][0x8b]~J[0x4][0xf6][0x5]C[0xf2][0x8][0xbd]}T[0xc7][0xc7]Y[0xf7]A[0x10]E[0xf3][0xa0]T[0xe][0xbe][0xbb][0x9b][0x8b]}[0xb9]B[0x9][0xaf]8[0xe4]hNm:[0xd2]&M[0x8a][0xc4]t[0xb8]v[0xdb][0xe4]a[0xcb]M[0x8e][0x9c]*[0xc][0x12][0x81][0xbd]e[0x90][0xe3][0xae][0xd2][0xa5][0xa3]%*Me*[0xeb]~[0x94][0xd7]3[0xcd]~)[0xcf][0x99][0xa9][0xbc]g[0xf9][0x97][0x92]C)j[0x8c][0xdc]q[0xd7][0xf1]=[0xd7][0xb6][0xd9]Q=[0xed][0xaa]KT[0xde][0xa1][0x87]T[0x1][0x17]N[0x14]_[0xe][0xa5]d[0xf3][0xc4]*[0x95]qwt[0x8b]i[0xdf][dZ[0xbe][0x1f][0xcf][0xdb][0xf6][0x90][0x97]!/[0x1d][0xbf]4[0xa8]%[0xc3][0xb6][0xd2][0x86]oR[0xc0][0xac]B]Z[0xa1][0x9b]*[0xcc]:u[0xa1]L[0xa8][0x1b]qWt[0xc3][0xe4](\X[0xbb]6M[0xb]1[0xa1][0xe6][0x9c]b[0xb4]}CH[0xd2]Rs[0xb9]GTgd\[0x1d]j[0xdb]h[0x9b][0xef][0x1c]R[0x98][0xb2][0x16][0xb3][0xb6]9./[0xa6]Z#[0x9b]5[0x1d]b[0xbb][0xef][0x8c][0xee][0xd2][0xe2][0xef]/S_[0x9f].[0x9b][0xab][0x1f][0x8a][0xee][0xf0][0xeb][0xec] E[0x88][[0xe9];u?[0x88]|[0xfa][0x14][0xee][0xe6]v[0xa4]u[0x1f]}%W[0xe1][0x0]Z[0xb9][0xa7]i[0xdd][0x84]:[0x9a]3[0x7][0xe9][0xcd][0x9d][0xb4][0xbb][0x83][0xde][0x9][0xfa][0xad][0x8d][0x8b][0xab][0x10]+R[0xf7]}[0xbc][0x97][0xd2]{q[0x88][0x9e]z[0xa0][0x81][0xbb][0xe4]y>}[0xb7]:}[0x2]![0xd2][0x7][0x9a][0xaf][0xa1]j&[0x9e]XC[0xf5]U[0x84][0xde]@M9[0xce][0xfd][0x12][0xa7]3[0xd0]U8[0xbc]:[0x8c][0xf7][0xd3]{A[0xed][0xf8]A[0x85]x[0xf][0xaa][0xa5][0x96][0x16]O[0x88]5[0xd4][0xbe]V[0x0][0x8a]Hq[0x86][0x0][0x17]J[0xc0]4[0xf4]c@[0x82]i[0x12]6[0x0];[0xa2][0xc0]>J:[0xd5][0xf4][0xdb][0x12][0xef][[0x83][0x96]h[\r]_E]<[0xf1]+D[0x8a][0xb0][0xad][0x14][0x1][0xe0][0x11]o9[0xd4][0xd3][0xdf][0x84]f[0xe4]%[0xfc][0xde][0xe0]`[0x1][0xbe]E[0xc1][0xf3][0x8a][0xbd]f[0xd6][0x6][0xc9][0xdb][0xc0]P`[0x18][0xa8][0x89][0xff][0x12][0x91][0xf2][0xe0][0x1f]+![0xb1]F[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x1e][0xab][0xea][0xf0]Y[0xd2][0xe6]X[0xda][0xe2][0xab][0xa8][0xbf][0xce][0x1e][0xae]A_[0x89]'V[0xd1][0xc0]P[0xd5][0x12][0xaa]Q[0xfa][0xf3][0x4][0x85][0xf9]$[0x1a][0xf0]T[0x9][0x5]m[0x5][0x1f][0xdb]p[0xc][0xc7][0x9][0xf4][0x84]<%[0x1a]hI#[0x9b][0x96][0x9b]Yi[0x94]V[0x9a][0xca][0xad][0xbc]HV^"+/o[0xcf][0xca][0x87]h[0x11]"[0xc1][0xbd][0xaa][0xd4]FhGw[0x82][0xb2]{[0x8f][0xb2][[0xcf][0xd4]$~[0x8d][0xe6]*[0x94][0x13][0xb4]Rb[0xa7][0xbe]`[0xa7]^[0xd9]Y[0x87][0x1f]U[0xf0]c[0xb4][0xa3]{G[0xc1][0xbf]@[0xbf][0x9c][0xc1]=AX[0x91]xb[0xf7][0x1a]Zd\[0xad][0xe3][0xbb][0x9f]C8~`[0x15]m[0x7]V$[0x8][0x9b][0xec]&[0xa3][0xc0][0xeb][0x14][0xe2][0x1b][0x14][0xee]o[0xd1][0x8e][0xdf][0xe1]&[0xfc][0x1e]=xS[0xba][0x11][0xf][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "n[0xec]Qn[0xf0]j[0x2][0x1f]![0x7][0xda][0xc9][0xb5]IL[0x91][0xe1]i[0x95][0xd7]@r[0x9a]$'d[0x83]T5[0xbe][0x8d]F[\r]g6[0xf8]~?[0xed][0xce][0x16][0x12]_NM[0xfb]Fj[0xfe][0xb8]%5![0xbe][0x8d][0x15][0x11][0x8f][0xab]Z[0xef]P`[0x1d][0xc4]T[0xdf][0x9b][0xd0]~[0x8e][0xce][0x95][0xbe]b[0xf8]A[0xbd][0xff][0x99] [0xfe]B[0x93][0xe0][0xaf][0x94][0xcd][0xbf][0x95][0xd4]{G[0xc1]D[0x87]2QO[0x8d]wN6[0xd2]z[0xb0][0x81][0xe4]c$[0xe1]`[0xc3][0x10]o[0xa3]M[0xc3][0x3][0x15][0xca]@[0xf0][0xb5][0xad]b[0xb5][0xd4][0x9c]9|[\r]]3k[0xb8][0x89][0xd2][0xb5]k[0x15][0xdd][0xab][0xb8][0xb9]u7?z[0xe8][0xc1][0x9e][0xaf][0xe2][0x96][0xd6]=[0xbc][0xa6]t[0xf2]z/[0xad]Wqk[0x91][0x97][0xa0]D[0xdf][0xa2][0xd4][0xa7]1[0xf4]VIo[0x1d].[0xf4][0x16]}(([0xb3]R[0xac][0x18][0xf1][0xc4][0xab][0xa8][0x9]]I\G#[0x9b][0xa6][0xf2][0xd8][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "j[0xaa][0xaf]$hZ[0x8d][0xb1][0xe1][0xeb]h[0xe7][0x9f]>[0xe9][0xc3]m[0xcf][0xa3][0xe9]r[0xb0][0xb9][0xce]ZAq[0xb5][0xf3]O[0x9f]tl]A[0xca]I!t[0xa5][0xd0]Cq[0xe2][0x7][0xf8][0x7][0xb5][0xfa]?[0xa9][0xc8][0xfe]E[0xc9][0xfb]7[0x15][0xd8];[0xe8]![0x1f][0x7]D[0x15][0x6]E[\r][0x1e][0x10][0x1a]fE[0xa4][0x84]y[0xa3][0xc0][0xbc][0x81]9[0xa4][0xc8][0xfd][0x1e][0xe2]7M[0xb2][0x80][0xe7]f[0xd4]i[0x8d]D[0xf5]n[\r]f[0xad][0xe8][0xaa][0xe5]yC[0x9f]B*L[[0xb1][0x1b][0xb]"i[0x8][0x98]|[0xcf]e[0x84][0xaa][0x9b][0xf7]-[0x4][0xde]7[0x4][0x94]J[0xe1][0x83]Ewe[0x9d][0x89][0xe6][0x12][0x1e]c[0xca][0x95][0x13][0xb2][0xd9]C-G[0xc5][0x94][0xf8][0xf][0xf3]J[0xa6]Q%[0xe8][0xce][0xa4][0x11]l)[0xcb][0xbd][0xd2]{:z[\r][0xbd]34[0xb1][0xf7][0xfd][0x2][0x9d][0xaf][0xc9]$[0x14][0x8b]8J[0xde][0x9d][0x97][0x9][0xbc]@[0xe0]\[0x83]Ut[0xae][0x86][0xe4][0xdd][0xb2][0xb0][0xa9][0x8a][0xfe][0xb]PK[0x7][0x8][0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.class[0xad]U[w[0x13]U[0x14][0xfe]N[0x92]f[0xd2]t[0xa0][0x17][0xda][0xd2][0xb]"R-i[0xda][0x12]-[0x5][0x85]"[0xf4]F@I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xa5]P[0x4]T[0x98]$[0xd3]v[0xda]$Sf[0x92][0xd2]z[0xc5][0xca]r[0xf9][0xe0][0x1f][0x80]G_x[0xc5][0x97] [0xba]d[0xf9][0xe4][0x83].[0x1f]|[0xf4][0x9f][0xb0]X,[0xea]wf[0x92][0xd2][0xd0]4"[0xcb][0xac][0xac]s[0xd9]g[0x9f][0xbd][0xf7][0xf7][0xed]}[0xf6][0xfc][0xfe][0xf4][0xa7][0x87][0x0][0x6]p+[0x88][0x0]N+[0x88][0x5][0xd0][0xa5] [0x1e][0x84][0xf][0x13]A[0x9c][0xc1]Y9L*8'[0xe7])[0x5][0xe7][0x15]\[0x90][0xaa][0xd3]R[0xe3]b[0x10][0x1f][0xe0][0x92]\][0x96][0xab][0xb3]r[0x98][0x94][0xc3][0x95] :[0xf1][0xa1][0x82][0x8f][0x82]h[0xc6][0xe9]:[0x4][0xf1]q[0x1d]<[0xb8][0x1a][0xc4]5huH )[0xb7])[0x5][0xba][0x80][0xff][0xa8][0x91]5r[0xc7][0x4][0xbc][0xa1][0x9e]i[0x1][0xdf][0x98][0x99][0xa2][0xb4]>fd[0xf5][0x89]|&[0xa1][[0xe7][0xb5]D[0x9a][0x92][0xa6][0x98][0x99][0xd4][0xd2][0xd3][0x9a]e[0xc8]}Q[0xe8][0xcb][0xcd][0x19][0xb6]@O[0xcc][0xb4]f#[0xe6][0xa2]=8[0x1f]Y[0xd4][0x96]#[0xf6][\r][0xc3][0xb6][0x13][0xe6]r$iZzd4[0x9f]M[0xa5][0xf5][0xb]9#m[0xf][0x9]4[0xcc][0xea]9W2ffs[0xfa]rN[0xe0]x[0xc8][0xbd]o[0xcf][0x1a][0x91][0x19]K[0xcb][0xe8]7Lk[0xa1]xm[0xa8]g[0xeb][0xb3][0xa2][0x1][0x1a][0xf5]g[0xf4][0xdc][0x9c][0x99][0x12][0xe8][0x88][0xcd]kKZ$[0xad]eg#[0x96]>[0x93][0xd6][0x93][0xb9]H[0xdc]9[0xa3]V[0xcd][0x8c][0xa1][0xa7][0xa9][0xd4]^A)*[0x8f][0xa4]%G[0x87][0x98]:[0xae]T[0xd1][0x12][0xc4][0xde][0xb2][0xe1][0xfc][0xc4]rR_[0xcc][0x19]fVZH8[0xc1][0x9]tVA%[0xb0]m*[0xa7]%[0x17][0xe2][0xda][0xa2]C[0xa5][0x82][0x19]&[0x9f][0xc9]U[0x10]V0+P[0xbb]N[0x93][0xc0]d[0x15]~J[0x1c]l[0x8]f*g[0x19][0xd9][0xd9]j[0xc4][0xd1][0xbd]'[0x91][0x14][0xd8][0xfb]"[0xdc][0xaa][0xf6]J&a[0xa6][0x8d][0xe4][0x4]5d[0x1d]l[0xf2]$[0x10]\[0x8f][0x96][0xcc]E_2\G[0x94]g[0x99]Db[0x86]-=+[0x89][0x92][0xc9][0x86][0xcd][0x87][0xad][0xe5][0xf5][0xb8][0xb2]X[0xaa][0xc9][0xfe][0xe7]t[0x8f]V[0xe1][0xe1][0xd8][0x90][0xf3][0xa4][0xe6][0x14][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe6][0xc9][0xfa][0x94]1[0x9b][0xd5]ry[0x8b]v[0x92][0xff][0xb][0x8c][0xea][0xde]_[0xd6][0xcb][0xcd][0xb6][0xb2][0xa4][6[0xcb][0x93][0x99][0x9a]2[0xf3]VR[0x8f][0x1a][0x92][0xaa][0x86][\r]Os[0xbf]4[0xa9]b[0x17]^[0xe1][0x3][0xd9][0xd2][0x16];[0xc3]3[0xd7]ci[0xcd][0xb6]U, [0xcd][0xf2]U[0x91]AV[0x85][0x89]E[0xda]}[0xa6]s&1[0xcf][0x87][0xa3][0xe2]:,[0x81]=[0xff][0x6]U`G[0x85]G[0xa5][0xc2][0x6]M[0xe4][0xb1][0xc4][0xa7][0xa1][0xe2][0x86][0xdc],cE[0xc5]'[0xf8]T[0xc5]A[0x9c],]sX[0x1f][0xb1],mER[0xaf]b[0x8][0x9f][0xa9][0xf8][0x1c]_0[0xc3]*[0xbe][0xc4]M[0xa6]Y[0xc5]W[0xb8][0xa9]b[0x15]_[0xb][0xec]{[0xc1][0xae]%[0xd0][0xb6]UW[0x11][0xd8][0xb9]E[0x97](c[0xc1]M[0x92][0xc0][0xf6][0xf2][0xe2][0x10][0xd8]u[0xa5]j[0xde][0x1a][0xf9][0xae][0xc6][0xf5]dZ[0xb3][0xf4]T[0xc9][0xe1]phs[0xf6]7[0xf6]*'+[0xa5]:[0xac][0xdc][0x8]U[0xc3][0x1e]I&u[0xdb]6[0x9c][0x17][0xc3][0xce][0x99][\r][0xc9][0xd6]s[0x1b][0xa5][0xbe][0xd0]e[0xf9]A[0xf0][0x1b][0xd9]%s[0x81][0xfb][0xc3][0x1b][0xfd][0xba]i-[0xf3][[0x14][0xf5]l[0x16][0x9][0x4][0x88][0xc3][0x89][0x8b][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xf5]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0x1c]h[0xb4][0xd8][0x81]w[0x85]z[0xaa][0xf5]`[0x85]W[0xe4][0xb3]'[0xd1][0x84][0xc3][0xa8][0xf9]r[0x19]x[0xd4]23[0x2][0xcd][0xa1][0xcd][0x8c][0x10][0xa3][0x97]w[0x4][0xba]+ [0xa9][0x18][0xf6]n[0x19]A[0xb5][0xfc][0xd4][0xd3][0xde]TY{l.[0x83][0xb7][0xde] [0xfd][0xfa][0xf5][0xbc]&+[0xa9][0xa5][0x92]o[0x19][0x99][0x96]J[0xb9]}t[0xba][0xf4]T[0xe9][0xbd][0x92][0xf3][0xe2][0xf9][0x10]^[0xe3]G>[0x0][0xf9][0xab][0x81][0x90][0xf][0x97][0xe3]n[0xee]"[0x9c][0x85][0x94][0x86][0xef]C[0xfc][0xc0][0x85][0x7][0xaf]r[0xf4];[0xc2].[0xec][0xe1][0xa8][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "4[0xb1][0x97]s-[0xa5][0xaf][0xbb][0x97]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "^([0x94][0xe5][0x9b][0xef][0xa1][0x9a][0x96][0x9a][0x16][0xdf][0xf7][0x18][0xec]o[0xa9][0x19]8[0xe2]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xb6][0xfb][0xb][0xd8]^@[0xfd]mt[0xca]e[0xc3][0x1d][0xd4][0xb6][0xfb]i[0xa6][0xb1][0xdd][0xcf][0xab]M[0xd2][0xc6][0xad][0x1a]qw[0xed][0x8f][0xbb][0xf0][0xc5][0xc5]=:[0x7]Cy[0x3]u[0xe8][0xc6][0x1c],[0xce][0x6][[0x8a][0x9c][0xbd][0xe][0x88]c[0xa8][0xe7]x[0x80][0x0][0x6][0xb1][0x3][0x87][0xd0][0x86]w[0xa8]}[0x84][0xda][0xc7][0xb1][0x1f][0xc3][0x18][0xc7](&9^B[0x14]Wq[0x8a][0xb7][0x87]y[0xff][0xc]-[0xc4][0xd8]D[0xce]9[0xe0][0x7][0x9]\E;[0xef]u[0x13][0xf4]8[0xe7]}[0x8][0x91][0x9e][0xfd][0x18]A[0xf][0xc2][0xa4][0xab][0x1b]q[0xf4][0xa2][0xcf]!)[0x8f]~[0x9e]HV[0x81][0x93][0x8]F[0xed][0x1a][0xbd]y[0xdc]S`[0x94][0xe3]c[0x87][0xf1][0x83][0xc][0xde]M[0xd7][0x10][0xa1]y8+[0xe1]^[0xf1]#v[0xdc]{.a[0xd7][0x9c][0x98][][0x15][0xbc]M[0xbc]pV[0x87][0x89][0x9a][0x1f],^?[0xca]3i[0xe8]/[0xce]2u[0xa3]?[0xa3][0xf9][0xd2]}[0xb4][0xc4][0xc3][0xf][0xd0]*P[0x9e][0x99]n73[0xed][0xfe][0x7][0xd8])[0xc0][0xc4][0xb6][0xdd][0x86][0xda]'[0xb7][0xed][0x1e]\tr[0xf1]w[0x9f][0x8c][0xc1][0xe7][0xc4][0xd0][0xc1]([0x80]4[0xeb],[0xc3]"1[0x89][0xf8]:[0xfd]f[0xc8]j[0xce][0x89]+L[0xbd].[0xec]t8[0x92][0x9a][0xa3][0xeb][0x11][0x8e][0x16]#[0xc]p|[0x97]y[0xf3]0Cn[0xe1][0xb9][0x92]aJ$[0xa7][0x9d][0xf0][0xae][0x11][0x1e][0x9][0x1c]Q$?c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xc6]%[0x81]][0x8f]H[0xdc][0x9][0x87][0x8c][0xa8][0xc3][0xd7][0xc9]"_[0xf][0x8b]0[0xa3][0x95][0xe0][\r]T[0x80][0xd7][0xd6][0xf7][0x1b][0x1a][0x1d][0x88][0x1d][0x2][0x8e][0x84][0xe7]n[0xd9][0xfd])$T[0xef][0x6][0xa8][0xab][0xc][0xe8][0x16][0xcb][0xe0][0x1b][0x12][0xfb]-[0xc3]^e[0x81]|[0xb7][0xe][0xb5][0x93]`KP[0xa3][0xeb]P[0xa3]E[0xa8]ru[0x8a]+[0x17]X+|O[0xb1][0xdd]A[0xf3][0x4]}[0xac][0x80][0xc7][0xf0]o[0xe9]F[0xc3]7[0x1d][0xdb][0xe3][0xc8]0[0xc][0x94][0xcd][0xba]-[0xfc][0xa6]K[0x11]*[0x85]J[0xee]b[0x81][0xb6]nV[0xeb]6[0x9f][0x4][0xad][0x14][0xb4][0xec]4][0xdd]xa[0xca][0xe6]"g[0xa7][0xc8][0xf][0xf2]W0[0x8f]$a$[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "v%[0xe0][0x90][0xe]"[0xa7][0xc9][0x9e]![0xcd]&[0x91][0xce]B[0x8e][0xca](r[0x98]D[0x81]|[0xb6][0x89][0xdd]3z[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0xe4][0xb5][0x8d]5[0x92][0xd5][0x0]E[0x91]|[0xe8][0xde]X[0x90]p[0x16][0xe3][0x98] [0xfe]![0xc2][0x88][0x91][0xa7][0x8c][0xb7][0x8e])[0xb2][0x86]q[0xfb]47yk[0x9a][0xa4][0x19][0x92]W[0xa1][0x1c]c[0x92][0xe3][0xe][0xc7][0xec]o[0x8c]p[0xcc][0xfd][0x95]^t[0xe2][0x98]o[0xab][0xc1]8[0x16][0x8e]![0x9f][0xd7][0x5][0xaa][0x93][0xe4][0xcc][0xa8][0xc8][0x8b]A[0x5][0xef][0x93][0xbc][0x14]H[0xf][0xfe][0x1]PK[0x7][0x8][0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xd0]h[0x0]?[0xf][0x2][0x0][0x0][0x99][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J>![0xf6][0xd5][0x86][0x0][0x0][0x0][0x95][0x0][0x0][0x0]F[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xb8][0xb3][0x8d]0'[0x2][0x0][0x0][0xbc][0x5][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x85][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0x7][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0x8][0x0][0x0]org/ops4j/pax/swissbox/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xe6][0xaa][0xa8][0x13][0x10][0x2][0x0][0x0]|[0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x8][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xf5]l[0x3][0xc0][0x8][0x2][0x0][0x0][0xdf][0x4][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader$EmptyEnumeration.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xb]4[0xfc]dz[0x7][0x0][0x0][0xce][0x11][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[\r][0x0][0x0]org/ops4j/pax/swissbox/core/BundleClassLoader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0xfe][0xb2][0x92][0x9f]c[0x5][0x0][0x0][0xfd][0xb][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x15][0x0][0x0]org/ops4j/pax/swissbox/core/BundleUtils.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xa8]P[0xa8]J[0x85][0x1e][0xa7].[0xa3][0x2][0x0][0x0][0x8a][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0x1a][0x0][0x0]org/ops4j/pax/swissbox/core/ContextClassLoaderUtils.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x11][0x0][0x11][0x0][0x82][0x5][0x0][0x0][0xe8][0x1d][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "last-modified: Mon, 08 May 2017 08:06:56 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-4 << "a755247791ccba141532301aca61c94b5b4e03f0" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << last-modified: Mon, 08 May 2017 08:06:56 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-4 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 4][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 4][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45022<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 22256[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]SKo[0xe2]0[0x10][0xbe]G[0xca][0xb0]8[0xac]@"[0xce][0x3][0xda][0xb2]A[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe5][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(K[0xb6][0xd5]J{X[0x99]d[0x2].[0xc6][0xce][0xda][0x86][0xc0][0xbf][0xaf][0x93]@([0xdd]J[0xcb][0x8d][0xf1][0xf7][0x98]|33%[0x9c][0xa6][0xa0][0xb4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "RQ[0xc1]C[0xe4]c[0xcf][0xb6][0x86][0x5]T[0x83][0xa3][0xe3]v)[0x8c]]E2[0xde][0xa7][0xfe]3r[0xc0][0xea]D[0xc4][0xf0][0x99][0xf5]j[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "y6q[0xd0]s[0x6][0xdc]xIMc[0x9a]U[0xe9]F"[0xd5]9[0x91]E[0xc0][0x12]=[0x91]=[0xf9]@[0xae][0x97][0xa7][0x87];[0xb6]5[0x92]P[0xcc][0xaf][0xdc][0x84][0xfb]2[0x3]4%{#X[0xe1][0xd1][0x9c][0xed]V[0x94][0xdb][0xd6][0xf8][0x90][0x9][0xa9][0x9d]9[0x89]7d[0xf5][0xff]f[0xfb];[0x13]`8h[0xfc][0x3]3[0x3][0xad][0x90][0xcc]$[0x18][0x1f]c[0x6][0xed][0x12][0xa3]V[0x14][0xa7][0xd2][0xe4][0x90][0xb][0xb9]i[0xf4][0xf7]U[0x9b][0x83]F[0xd9]f[0xc3][0xb6][0x1e][0xb7]_[0xf8]_[0x91].[0x9c][0xdf]>[0xee][0xb4][0x83]V[0xa3]}qg[0x84][0xaf]J[0x80][0xf1]?cn>a[0xae]>[0xa4]n[0xef]J[0xb6]WS[0x94][0xd9][0x6][0x94]v[0xdf][0xae][0x9e]KE[0xdb]Z[0xc0][0xdf][0x1d][0x95][0xe0][0x8c][0xcc]R-[0x8b]C1[0xd9][0x96][0xbd][0x2][0xf4]Ssv M2[0xcd]o[0xcd]SmP[0xc]([0x1a][0xb7][0x9a]g)[0x1f][0xdf][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9d][0x9f]B[0xb0][0x10][0x15][0x7][0x1e][0xe0][0x8e][0xd9][0xc1][0xc0]3[0x17]}[0xe3]{[0xde][0xad]wg[[0xef]PK[0x7][0x8][0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.properties5[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xbd]Oq[0x9]3[0x97][0x16]5[0x12][0x12]&c[0x8c][0x3][0x93][0xbe][0xc0]A[0xf],!m[0xd3][0x16]-o/[0xe][0xae]_[0xfe][0xfc][0xc5][0x8d]-[0x7]J[0xac][0xa1][0xdf][0xc0][0x85][0x9][0xc9][0xd3][0xf0]b[0x1c]y1[0x19][0xfb][0xd5][0xea][0x85][0xfd][0xb2]N[0xc6][0x8a][0xa2]s[0x16]:[0xda]@[0xd6][0xa0]d#OM[0xa5][0xe0]r}<[0xa1][0x92][0xea],[0xde][0x1c][0xa2]q[0xb6]UX[0xe3]AL[0xc1][0xad][0xfe][0xae][0xdb][0xdf][0xd2][0xf9]x[0x9c][0xd1]S[0xc6][0xf8]11[0xf6].[0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc9][0x8c]4[0xa4][0xbd][0xd8][0xbd][0xfc]{[0xc9]9[0xb1][0xd5][0x1c][0xc4][0x17]PK[0x7][0x8][0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xml[0xad]TMs[0xd3]0[0x10][0xbd][0xe7]W[0x88][0xe]WI)[0xcd][0x81][0xc9][0x18][0x9f][0xe0][0x0][0xd3][0x8f]@)[0xc3][0xad][0xa3][0xc8][0xeb]T[0xa9],i$%q[0x87][0xe1][0xbf]#Kv[0xe2][0x98]4[0xa4][0xc0][0xcd][0xbb]~[0xbb][0xfb][0xf6][0xe9]I[0x99][0xb1]z[0x9][0xdc][0xa3][0xba][0x92][0xca][0xbd];{[0xf0][0xde]L)[0xad][0xd8][0x1a][0x14]a[0x86][0xf1][0x7] [0xda].[0xe8][0xec][0xe6][0x8a]N[0xc8][0x98][0x8c][0xcf][0x12]rZ;[0xb1]Eo6[0x1b][0xb2][0xb9][0x88][0xb8]7[0xe3][0xf1]9[0xfd]~uy[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "+[0x86][0x85]r[0x9e])[0xe][0xa1][0xca][0x89][0xa9][0x8b][0xc9]K[0xcd][0x99][0x17]Z[0x9d]0[0xc]=[0x87][0x88][0x9][0xbc][0x9e][0xdc][0x8f][0xef][0xc7][0xa4]v[0xc5]Y>[0x1a]![0x94]U[0xba][0x0][0xf9][\r][0xac][0xb][0xed][0xf3][0xd8]![0xa3]{[0xb9][0x88]2[0xcc][0x82][0xf2]y[0xf8][0xc][0xc1][0xc2][0xea][0x95][0xf9]X[0xe4][0xa1]+[0xd1][0xc6]M[0x96][0xc4][0xb0]:[0xa3]]:[0x81][0x98][0xf5][0xa2]d[0xdc][0x87][0x84][0xdb][0x8][0xe7][0xe6]:@z[0xc9][0x84]Z[0xb7]C[0xce][0xc9][r[0x91][0xd1].L?-[0xc8][0xb0][0xf5][0x1a]f[0xcc]?[0xe4][0x84]P[0xa3]+[0x12][0x94][0xcc][0xe8][0xde][0x8f][0x86][0x1e][0xed][0xf8][0x8d][0x9e][0xa3]Gv$z<[0xfb],[0x3][0x8]w [0xc][0xb5][0x7]U[0x80][0x1d]R[0xe]B[0xf0]G[0xb6][0x10]j[0x91][0xcf]W[0xaa][0x90][0xd0][0x8c][0xee]2q[0xba]b[0x15][0xe4]7[0xb3][0xdb][0xc9]'4c5[0xba]m;[0xa2][0xe9][0x14]}[0xd8]6[0x8d][0xa0][0x6]][0x80][0xe3]V[0x18][0xbf]][0xfa]@%Fw^H[0xe1][0x5]8[0x14]7[0x87][0x2]y[0x8d]:[0x8a][0xc8]0[0xef][0xc1]*[0x12][0xeb][0xdf][0x83]gB[0x6][0x84]P[0xa5][0xb6]UtM[0x83][0x9e][0x3]*u`[0x8c][0x98][0xef][0x1c][0xb2][0x11][0x8f][0xa2][0x15][0xa8][0xf1][0x7][0xd7][0xaa][0x94]+[0x8][0xce][0xa3]5[0xbd][0xfe][0xfc][0xe5][0x9a]De[0xf7][0x18]F[0x5][0xac]6`[0x1b]6[0xed]1%![0x88]{[0xaa][0xe6]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "~[0xdd][0xec]vX{[0xb2][0x93][0xf5]P[0xd1]^[0xbb]F"[0x17][0xb4]=[0xbd][0xd7][0xae]"Y[0xa2][0xc7]s[0x14][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd9][0xd9][0xce][0xc8]U8[0xb1]v[0x81]m[0xdc][0x85][0x3][0xf][0xb5]w[0xa8][0x4])[0x86].[0x1f]:=[0xdd][0xb1][0xc4][0x7][0xa7][0xa6][0xbf][0x9b]>[0x92][0xeb][\r][0xec]"[0x97]x[0xb7]<[0x93];L[0xb3][0xa2][0xe2];[0xb1][0xb7][0xa9][0xa7]m[0xb3][0x17][0xf8]}[0xc8]w[0xcf][0xf3]R[0x94][0xc0][0x9f]x[0xe3][0xe9][0x3][0x94][0xbb][0xab][0xf9][0xfa]G[0xfb][0xfc][0x91]6[0xf3]sxm[0xe9][0x90][0xe3]i[0xa4][0xe7][0xcc][0xc1]Q[0xb2][0x11][0x86][0x1b][0x18][0x96]L-[0xe][0xbc]&/[0x9e][0xec]d9Y[0x1e][0x1d][0x1a][0x11][0x98][0x19]q[0xd2][0xb8]W[0x18][0xa3][0xaf][0xe0]<[0xea][0x9f][0x1c][0xc2][0xf8][0xff][0xb2]q[0xa2]2[0xcf][0x9c][0x92][0xe3][0xc1][0xf4][0xb9][0xf][0x14]2[0x9a][0xbe][0xff]B[0x99][0xe5]J[0x9][0x94]G[0x8b][0xf8][0xf7][0x3][0x0][0x16]^[0x0][0xcd][0x1f][0x8f]N[0xdb][0x81][0xfe]4[0xb0][0x17][0xa7]{[0x1f][0x9f][0x81][0xc6][0xad][0xf9]/PK[0x7][0x8][0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/ops4j/pax/swissbox/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.class[0x9d]V[0xfb]s[0x13]U[0x14][0xfe][0xb6]M[0xb3][0xdb]t[0xfb] [0xb4][0x85][0xc8][0x1b][0xb1][0xb4]i[0xda]@[[0x95]WA(O[0x81][0xd0][0x97][0xad][0x14][0xa4]n[0xd3]mX[0x9a][0x17][0x9b][\r]-*[0xbe][0x1f][0x88][0x82][0x88]O[0x10][0xe1]7[0xd1][0x91]qp[0xc6][0x6][0x94][0x19][0x7]_ut[0xfc][0x9][0xf1]5[0xe3]?[0xa2][0xa3][0xe2]9[0xbb][0xdb]4M[0x2][0x3][0xcc]4[0xe7][0xde]{[0xee]=[0xf7]~[0xdf][0xb9][0xdf][0xb9][0xdd][0x1f][0xff][0xfb][0xe2]K[0x0]M8[0xeb]B-z$[0xf4][0xba][0xf0]0vJ[0xe8]s[0xa1][0xe][0xbb][0x8a][0xc9][0xb9][0x9b][0xcd]#l[0xf6]H[0xe8]w[0xa1][0x12][0x8f][0x8a]P\([0xc1].6[0x3]l[0x82]<=[0xc8]Fe3T[0x82][0x10][0xf6][0xba][0xa0]a[0x9f][0x88]a[0xe][0x9][0xb3][0x89]H[0x88]r[0x1b][0x93][0x10]wa?t6[0x9][0x11][0x86][0xb][0xb3]y[0xb3]:$]8[0x80][0x11][0x1e][0x8e]J8([0xe1]1[0x9][0x8f]Kx[0x82][0x1d][0x87]$<[0xc9]mP[0xc4]S"[0x9e][0x16][0xf1][0x8c][0x0]g[0xa4]?[0xae][0x18]{[0x5][0xb8][0xb7][0xed]S[0xe]([0xfe][0xb0][0x12][\r][0xf9][0xbb][0xc]][0x8b][0x86]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8d][0xf4][0xf]ia[0xb5]]1[0xc]U[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "([0x8e][0xf4][0xeb]j0[0xa9]'T[0x1]B[0x9f][0x80]J+z[0xbb][0x12][0xd5][0x86][0xd4][0x84][0xb1]YU[0x6]U][0xc0][0xac])a[0xd9][0xb3]3[0xd2][0x9b]d[0xcf]8WiQ[0xcd]X-[0xa0][0xb6]6[0x17]M[0xae][0xa7][0xaf][0xae]G[0x80][0xa3]-6Hh[0xca][0xb7]iQ5[0x90][0x8c][0xc][0xa8]z[0xb7]2[0x10]V[0x99]P,[0xa8][0x84]{[0x14]][0xe3][0xb1][0xed]t[0x18]{[0xb5][0x84][0x80][0x96]m1=[0xe4][0x8f][0xc5][0x13]-[0xfb][0xfc]qe[0xd4][0x9f][0x18][0xd1][0x12][0x89][0x81][0xd8][0xa8]_[0x1d]5[0xd4](a[0xf1][0xaf]KF[0x7][0xc3][0xea][0x86][0xa8][0xa1][0x1f][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "*[0xd1][0xa8][0xaa]S:[0x1c]V[0xaa]J[0xa6][0xe4]DLg[0xa4]z[0xea][0x89][0x7][0xe3][0x13][0xa7].[0xbf][0x83][0xe3]Vuw[0xaf]\Mg[0xee][0xb9][0xa5]T[0xdc][0x99][0xc7]L[0xa0];[0xdf][\r]znrU7[0xb8][0xbd][0xd2].C[0x9][0xe]oW[0xe2]&kSc[0xc3][0x94][0x9e][0x90]j[0xb4][0x9b]i[0xf3][0xd7]ZiH[0x84]4[0xff][0x90][0xae]D[0xd4][0x91][0x98]>l3_Y[0x97]O~E[0x7][0x94]pR[0x9d][0xaa][0xcd][0x1d][0x3][0xfb][0xd4][0xa0]A[0x93][0xce][0x1]3[0x92][0xd4]v[0x93]mI[0xe6][0x2][0xca][0x8][0xc2][0xc6][0xcc]+s[0x91][0xa3]s[0xe2][0xd6][0xe6][0xde][0x14][0x16][0x89]\2b[0x16]"[0xd2]{m^[0x9c][0xc5]]Z([0xaa][0x18]I[0x9d][0xb6][0xdb][0xbd][0xaa]{E.[0xdc][0xd5][0xb9][0xae][[0xd4]D[0x96][0x1c]\][0xb1][0xa4][0x1e]T[0x99][0xe]UR[0xae]l[0x1a][0xf9][0x1c][0x19][0xcd]XCr[0xe5][0xbc][0x8b]xV[0xc6]sx^[0x80][0xcc]A[0xf3][0xe3]V[0x12]x[0xc9][0xb]2[0x96][0xc0]'c)[0x9b]&[0xf8][0xa8][0xa6][0xfd]2^[0xc4]K[0xb4]s6[0xcb]uI-L[0xa0]d[0x1c][0xc6][0xcb]2[0xda][0xd1]![0xa3][0x9e][0xc3][0x1a][0xd8]4[0xc2]/[0xe2][0x88][0x8c]W[0xf0][0xaa][0x88][0xa3]2[0x8e][0xe1]5[0x1][0x15][0xd9][[0xc8]8[0xce]a[0xaf][0xe3][0x4][0xd7][0xa1][0x9e]Te[0xbc][0xc1]g[0x15][\r])[0xe1][0x4][0xe9][0xe5]M[0x19]o[0xe1]m[0x19][0xef][0xe0]][0xaa][0xa5]\[0x0]CC|[0xfe]I[0x9c][0x12][0xf1][0x9e][0x8c][0xd3][0xbc][0xd7]a[0xbc]O[0xa0][0x1f][0xa7]=X[0xc4][0xad][0xa4]A_[0x86]pi\[0xec][0xb3][0xc5][0xda][0xca][0x8b][0xcf][0xd0][0xe2]C[0x2][0x9a]n[0xbf][0x1a][0xa7][0xd0][0xb1].P@[0xc3]m[0xdd][0xa0][0x80]E[0x93][0xeb][0xcd]}[0x2][0xc9]px[0xad][0x1e]JF[0xd4][0xa8][0xb1]a4[0xa8][0xc6][\r]-F[0xea],'[0xd5]k[0x83][0x8a][0xa1][0x6]b[0x6]/[0x11][0xb0][0xb8]6[0x8f]|rt[0xc8][0xc5]\X[0xcb]V[0xa2][0xe3][0x13][0xbd][0x1a][0x17]]U[0x9e][0xe7][0x83]E[0xed]T[0xe2]qZE$[0xf2]-[0xc8]q[0xd9][0xd7]O[0x2][0xf4][0xdc][0xb0]X[0xac][0xba][0xb2]^[0x3]zcgN[0xd4]J[0xd2][0xd0][0xc2][0xfe][0xf5]Z[0x90][0xd9])[0xfa]A[0xda][0xa3]2[0x9f][0x9f][0xc0]S[0xb8][0x80][0x9a]m2x],[0x16]V[0x15]~[0xb5][0xcd][0xa7]e[0xc7]PVr[0xf3]$[0xc0][0xe][0xa1][0x3][0xe5][0x1][0xab][0xdb]c[0xbd]Jt[0x1e][0xbf][0xe][0x4][0xba]-[0xac]$[0x88][0xf1][0xf4])[0xaf][0x83][0xe9][0xa4][0xa8][0xf2],[0x17][0x89][0x94]B[0xba][0xb4]H<[0xac][0x6]([0x83][0x2]|[0xb7]x[0x5]\[0x0][0xb4][0xe1][0xac][0xda][0xbe][0x1b][0xce]:[0x16][0xd0][0xb7]C[0x1d][0x4]x[0xe1][0x84][0x9b]K[0x94]>M[0xdc]\[0xa5]fK[0x85]j[0xb6]K[0xec][0xf1]R[0xbb]m2['[0xc5]5[0xa3][0x85][0xec][0xbd]4:[0x4][0x11][0xe]jgx[0x5]A[0xa8][0xf7][0xcd][0xb9][0x8][0xc1]]P[0x9][0x85]n[0x87][0x8f][0xec][0xa7]4U[0x88][0xfb][0xcc]p^[0xd6][0xe][0x17]:P[0x81]NT[0xa3][0xb][0xf7][0x93][0xc7]k[0x85]c[0x19][0x96][0x3]fo[0x5][0x1d]#[0x98][0xbd][0x95][0xd4]+0{[0xab][0x8]R!Z[0xa9]/[0xdb]s[0xcb][0xb0][0x9a]Z[0x86][0xb2][0xc6][0x82]"4[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x91]|[0x1d][0xde][0x8b]([0xf2][0xd6][0x8f][0xc1][0xe9][0xf5][0x8d]A[0xf4]6[0x8c]A[0xf2]z[0x1c][0xdf]Cr[0x17][0x9f]C[0x8d][0xc7][0xe1].N[0xc1]u[0x12][0x92][0xc7]q[0xe]3.[0xa3]d[0xe7]E[0xc8][0x1e]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0x83][0xc5]<[0x8]4[0x98][0xa9]<[0x95][0xce]bCF[0x12][0x3][\r][0x17]([0xbe][0xfc]BV[0xf2][0xe]Sj[0x8e][0xa0][0x8a][0xfe][0xb][0xd4][0xe1](I[0xed][0x18]%[0xec]8[0xb6][0xe2][0x4][0xb6][0xd3][0xc3]>[0xa1][0x88]F[0xcc]3[0x93]RH+[0x97]Q:[0xb7][0x98])[0xeb]L'[0xb4][0x93][0xd2][0xbd][0x95][0xb0]O[0xa6][0xa7]3#=e([0xf8][0x17][El#[0x9a][0xd1][0xac][0x83][0xf6][0x9e]`z[0x9a]v[0xe2][0xa4]7[0x13]8q[0x1c][0xde]4Sq[0x92]iU&S[0x89][0x7]L[0xa5]b[0x92]J[0xb5]yG[0x1f][0x10][0x95][0xf][0x9][0xe0]GD[0xe5]c[0x82][0xfc][0x89][0x9][0xbe][0x9][0xda][0x93][0x6][0xdd][0x9c][0x6][0xdd][0x9c][0x3][0xba]9[0x3]t!+[0xd8][0x81][0x0]v[0xd8]H[0xaf][0xd9]H{[0xe9]li[0x1c][0x81]4Ri[0x12][0xe9][0xf2]L[0xa4]>{[0xe0][0x9e][0x91][0xc2][0xcc]SpO[0xc]=4<[0x89]2[0x1e]^[0xc2]])[0xcc]:O[0x9b]L;[0x9f]u1W[0x88][0xcd][0xd7][0x84][0xfc][0x1b]b[0xf0]-[0xbd][0x5][0xdf][0x91][0x2][0xc7])m?Pj[0xca]`[0xd6][0x9a]f[0xd6][0x9b]f[0xd6][0x9b][0xc3][0xac]7[0x83]Y[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xfe][0xc1]&[0xba][0x8e][0xbf][0xa9][0xfa][0x5][0xfe],[0xb0][0x19][0x9e][0xa5]mxq[0xdb]e[0xcc]&[0xf9][0xcc][0xf1][0xa6]07[0x85]y)[0xcc]w/`[0xb3][0x90][0xc]k[0x88][0xfb]w[[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee]/[0xb2][0xfa][0xd3]R[0xb8][0xc7]]C[0xfd][0x14][0x16]_H?45T[0x99][0xc0]U[0xe2][0xf4]3U[0xc0]5[0xcc][0xc4]/X[0x84]_[0xe9]5[0xfb][0x8d][0x18][0xfd]N[0xcf][0xc5][0x1f]TyWMF[0x16][0xd6]6[0x9b]G[0xeb][0x14][0xf][0xa3]/ [0xee]l[0xbb][0xd0]m[0xb6][0xf][0xfd][0xf]PK[0x7][0x8][0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.class[0xad]Wi[[0x1b]U[0x14]~o[0xa0]LH[0x86]B[0xd9][0xac]-j[0xd0]ZC[0x2][0xa4]Z[0xb4]*[0xb5][0x8a][0x88][0x96][0x1a]h[0x15]Dq[0xed][0x90]L[0xc3][0xb4][0xc9]$[0xce]LZp[0xdf][0xf7]}[0xaf][0xfb][0xbe]/[0xb8][0x95]F[0x9e][0xc7][0xe5][0x8b][0x1f]|[0x1e][0x82][0x1f][0xfd][0x13]>uy[0xef]$[0x85]LI[0x91]V?p[0xef][0x9d]{[0xcf]=[0xe7]}[0xcf]9[0xf7][0x1c][0xf2][0xcb]_[0xdf]}[0xf][0xe0],[0xcc][0x5][0x10][0xc6]N?[0xb4][0x0]&[0x90][0xa8][0xc5][0x19]H[0xfa][0xa1][0x7][0xb1][0xb][0xa9][0x0]&a[0x4][0xb8][0xb3];[0x88]=H[0xcb]U&[0x0][0x13]Y[0x5][0xb9][0x0]T[0xec][0xc][0xe2]f[0x18]r[0xb0][0x82][0xb0][0xe1][0x4][0x91][0xc7]^9[0xec]S0[0xa5]`:[0x88]&[0xdc][0xa2][0xe0]V9[0xdf][0x16]@3n[0xf][0xe2][0xe][0xdc][0xa9][0xe0][0xae][0x0][0xd6]`[0xa7][0x82][0xbb][0xe5][0xdd]{[0xa4][0x99]{[0x83][0xb8][0xf][0xf7][0xcb][0xe1][0x1][0xf9][0xf9][0xa0]n[0x98][0xfa]p>3[0xa1][[0xa3][0xda]D[0x9a];[0x8d][0xf1]lBK[0x8f]i[0x96]![0xbf]K[0x9b][0xd5][0xce][0xa4]a[0xb]l[0xfa]WK[0x17][0xe7][0xcd]dZ?lo$[0xa1][0x99][0xa6][0x8b]v[0xe5][0x91][0x8c][0xab]m[0x9e][0x9]t[0x95][0xc0][0xdb])#[0xb6][0xcb][0xd2]2[0xfa][0xbe][0xac][0xb5][0xa7][0xa4][0xa5][0xb7]#[0xbe][[0xdb][0xab][0xc5][0xf2][0x8e][0x91][0x8e][0xc5][\r][0xdb][0x91][0xac]'[0xdc]#[0x81][0xb5]K[0xdc][0x13][0xa8]+[0x8a]m[0xd5]5[0x82]"[0xf0][0xd6]2M[0x97][0x18][0x9][0xc7][0xc8][0x9a][0x9a]5-[0x5]G[0x1c]-[0xb1]gH[0xcb][0xb9]D[0x15]<%P;b[0xa4]L[0xcd][0xc9][[0xb4]r[0xe3][0xb1][0xc0][0xdb][0xbc][0xec]8[0xc][0x98][0xe][0xad]o[0xa1][0xfd]&[0xcd][0xf6]lJ=[0x2][0xed][0xe1]2[0xd5][0x4]W[0xc9][0x13]+t)[0xcf]y[0xa0]8[0xab][0x83][0xd2][0xd5][0xfd]i[0xcd][0xb6]u2n[0xf1]jXW4)[0xa0][0xc8]k[0x86][0x94][0xa8]?[0xc2][0x6]w2eP\[0x99][0x86][0xc5]v[[0xbd][0xf9]1[0x9d];[0x9c]#[0xbd][0x95],n.n[0xa6]53[0x15][0x1b][0xa1]R3[0xd5][0xbb]xG:[0xe2]l[0xef][0xed]e[0xdf][0xeb][0xfb][0xcf]AP[0xf0][0xb4][0x82]g[0x4][0xa6][0xc2][0xc7][0x5][0xe1][0xff][0xc8][0x82][0xfa][0xe4]|N[0x8e]fiZ[0xe0][0x8c]p[0xe5][0x8c][0xed]X[0x14][0xb4][0xaa]=[0xfa][0xb4]|[0xb5][0x8b][0xa0][0xf1][0x8d][0xf1][0x88]A<[0xa1][0xec][0xce][0x80][0x99][0xcf][0xe8][0x96]&[0xd5]Q@0l'[0x97][0xdd]t[0xb3][0xa7]_#[0xb4][0xa9][0x84][0x9e]+[0x9][0x5][0x16][0xc0][0xd1]ZF[0xcb])xV[0xc1]s,o[0x2]C[0xcb][0x83][0xb9][0xec]hZe[0xdb][0xdb]'v[0xeb][0x9][0xa7]w[0x99]%[0xa7]Tj[0x8e][0xc7][0xfb][0x81][0x91]l[0xde]J[0xe8][0xac]Lt[0xc7][0x9a][0x8a][0x15][0xac][[0xc2]R[0xd1][0x89][0xe7][0x5]V-[0xf0][0xc][0xed]r[0xab][0x99][0x82][0x17]T[0xbc][0x88][0x97]TD[0x10]e[0x8d]*[0xaa]P[0xb0]_[0xc5][0xcb]x[0x85]EE[0xc5][0xab]xM[0xc5]v[0xec]P[0xf0][0xba][0x8a]7[0xf0][0xa6][0x8a]-[0xb8]P[0xc1][*[0xde][0xc6];,[0x3][0xb][0xee][0xea][0xb3],[0xcd]-[0x3]t[0xb3][0x8a]w[0xf1][0x9e][0x82][0xf7]U|[0x80][0xf][0x99][0xa4]*>[0x92]z>[0xc6]'[0x9e]+[0xf3][0xaf][0x8d][0xf5][0xf4][0x98][0xe8][0xab][0xf8]T[0xaa]j82[0x16]*>[0xc3]'[0x92][0xee][0xe7]|[0x1c]*[0xbe][0xc0][0xc]i/[0xd8][0xdb][0xaa][0xd9][0x93]n[0x96]6y[0xf7][0x1c]Y[0x8]T|[0x89][0xaf]T[0x8c][0xe0]k&[0x89][0x8a]o$[0xe0]o[0xa5][0xb6][0x3][0x98]Uq[0x10][0x5][0x81][0xb6][0xa5]2N[0xe0][0xd4][0x85][0xe3][0xc1]tZOi[0xe9]>+[0xc5][0xb4]5[0xcb][0x85]6[0x96]E[0xa1]T[0xd2]B[0x99][0xbc][0xed][0x84]&[0xb5][0xbd]z[0xa8]H#$[0xf3]?[0xa4][0x99][0xc9][0xd0]^-[0x9d][0xd7]m[0xc9][0xe8];[0x96][0x9a][0xe3]jb[0x1e]7[0x15]ss[0x19][0xee][0xf6]$[0xa7]@s[0xa5][0xd7][0xc2][0xee][0xe8]-!|[0xce][0xb][0x1b][0x83][0x8e]|[0xaf]Y^[0xae][0xf3]D[0x9c]%[0xbe][0xe2][0xb3][0xe6][0x1b][\r][0xcb][0x6][0xbf]n[0x1][0x9a][0xb]y8[0x9f][0xae][0xe4][0xc7]z[0xba][0xc6]Hj[0x8e]>[0x9c]u[0xa4][0xc8]B[0xe9][0xf1]<[0xc2]E[0xaf]U[0x9a]8[0xf1][0xa8][0xbd][0x91][0x8f]*[0xa5];[0xf3][0xed]wu[0xb8][0xe3]h[\r]X1[0xec][0x81]L[0xce][0x99]va_+[0xd0]}l[0xff][0xcb][0xb0][0xff]e4'1)[0x10]Z[0xaa]g[0x16]Ke[0x99][0xc3][0xfa][0xb3][0xcc],[0x17][0x6][0xe1][0xd5][0xea][0x12]A[0xc9][0xf3][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbd][0xd6][0xef][0xf6][0xda][0x11][0x9d][0xe7][0xab]<[0xe7][0xdc][0xea][0xf5][0x4][0xc6][0x95][0xf1][0x1b][0xf3]1k[0xf5][0x88][0x1f][0x8e][0xa5][0xe4]=[0xa9][0xd9][0xc3]$[0xc5]*m[0xba]S[0xf3]a[0xc9]r[0xbf][0xb3][0x98][0xd0][0x8f][0x97][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef][0xe7]bL[0xa6][0xf1][0x11][0x11]:j=[0x95][0x11][0xaa][0xd2][0x92]I[0xf2][0xae][0x10]Q[0xe9][0xeb][0x9a]\[0xde][0xe9][0x93]!o\[0xe4];[0x19]][0xf]to[0xe3][0xa8]'[0xfa][0xa1][0xac][0xa5][0xf][0xa4]u[0x99]O[0xf4]aP[0xb2](}[0xd2]nJ[0xfa]a}%[0xbb][0x95]HV[0x11][0x88][0xc0][0xb9]K'[0xde]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Z*x[0xa4]c[0xc][0xed][0xfc][0x9f]?[0xc][0x81][0xe][0xfe][0xf9]dq[0xe6]o[0x86]j[0xae];[0xd1][0xc5][0xb1][0x9b]_;[0xb8][0xef][0xe3][0xdc][0x10][0x99][0x85][0x88]6[0xfa][0xe][0xa2]*[0x12][0xfd][0x16][0xd5]_r[0xcf][0x87][0x18][0xc7]F[0xde][0x0][0xce][0xe1][0xb8][0x9][0x1][0x9c][0x87]z[0x9c][0x8f][\r][0xdc]i-[0xde][0xc3][0x99][0xfc][0x15][0x2]w[0xb5][0x91][0xfa][0xd9]S[0xd1][0x83][0xb3]y&[0xb5]?[0xcc][0xb9][0x8a]sW[0xb4]q[0x5]5G[0xb][0xa8]a[0xcf][0xec][0xfc][0x19]k;[0xf]@y[0x19][0xcd][0x91]oP[0xdd]y[0x10][0xfe][0x2]j}[0xac][0x8d][0x81][0x99][0x83][0x8][0xce][0xf0]B[0x95]k[0xba][0x15]+8^[0x86][0x1a][0xc][0xa2][0xe][0xdb][0xb0][0x1a]qR[0xd9][0xe1][0x9a][0xf][0x15][0x15][0xcf][0x9b][0xef]"[0xc4]M4^[0xc7][0x93]s[0x9][0xd3]G[0x98][0x80][0x1f][0xe2][0x10]:[0x14][0xf4]b[0xb3]K[0xe8][0x2]R`[0xe3])[0xc1][0xfb][0x9d][0xfa]%[0xb9][0xf1]9[0xa8][0xe3][0xb3][0xa8][0x8b]G~[0xc6]p[0xa4][0x80][0x95][0x82]}k[0x80][0x8b]z[0x81][0x2][0x1a]$[0xe4][0x2]V[0x9][0xec][0xc7][0x6].[0x1a][0x5]~D[0xd3]pt[0xe][0xcd][0xe3]][0x5][0xb4][0xc8][0xcf]V.Np[0x17][0xb3]X][0xc0][0x89]>\[0xfd][0xc1][0xdf][0xbf]Fg\K*kH[0x2][0xb8][0x81][0x80]nD[0xb]v[0xd2]G[0x13][0x18]E[0x2]WC[0x9f][0xa7][0xd3][0xc3][0xf1]"[0xf4][0xbb][0xc4][0xc6]q[0x9][0x6]\[0x2]W[0xe0]R[0xba]@`[0xab]Gjp^j[0xdb][0xbc][0xd4][0xe5][0x94][0x92][0xa4]W[0xc2][0xf7]'[0xda][0x15][0xc4][0x15][0xc][0xfd][0xc1]X[0x14][0xa9][0xf][0x93][0xfa]v7[0xde][0xa4].[0xaa][0x88]KR[0x1f][0x9d][0xc3][0x1a]R_[0x1b][0x8f][0xfc][0x84][0xb6][0xfd]h[0x88]F~D[[0x1]'[0xf9][0xd8]q[0xbb]#[0x7]p[0xb2][0xa4]~[0x8a][0xa4][0x1e][0xe2]"[0xe4]R[0x1c][0x8e]vE[0xba][0xe][0xa0][0x9d][0xcb][0x2]N[0xad][0x92]T[0x8b][0xce][0xc][0xcd]a[0xdd]x[0xe3][0xe9][0xb3]X[0xff][0x3]q[0xf8][0x89]w[0x10][0xa7][0x95][0xd8]w#[0xc8][0xd1][0xe6][0xee]>[0xe6][0xcf]4[0xda]p;s[0xf3][0xe]f[0xe4]][0xe4]s7Y[0xdc]C[0x8e][0xf7][0xf1][0xc6][0x3][0xe4][0xf3][0x90][0xeb][0x91][0x1e][0x6][0xa7][0x87]Yu[0x5][0xae]$[0xd7]v[0xac]gK[0x1d]%[0xfa]m[0xe4]q[0x15][0xc6][0xdc][0xec][0x1b][0xa5][0xff][0xce]s[0xf9][0xc7]q[\r][0xfd]U[0xf4][0x92][0xea][0xda][0x97];[0xdb]J[0x1e]iA[0xf5]![0xb4])[0x18]?[0x84]j[0x5][0xd7][0xfe][0x81][0xd3][0xfb][0x14]\Wr[0xcc][0xf5]T_\[0xdd][0xc0][0xe0][0xc8][0xf9]&\[0xcc]9[0xc0][0xcb]M[0xfc]![0xdb]WS[0xfb][0xf]PK[0x7][0x8]H[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.class[0x95]O[0xb1]N[0xc3]@[0xc][0xf5][0x95][0xd2][0xd0]B[0x5]R[0xa2],[0xb5][0x4]L[0xa4][0xea][0x80][0x4]S[0xa4][0xe][0x8d][0xd8]/[0x8d]9]H[0xef]*[0xdf]%[0xcd][0xb7]1[0xf0][0x1]|[0x14][0xe2][0x92],[0x5][0xa6]Z[0xb2][0xec]g[0xf9][0xf9]=}|[0x2][0xc0][0x1d]L#[0xb8][0x8c][0xe0]J[0xc0]T[0xe6][0xb9]6[0xea][0xd9]x[0xd6][0xe4][0x4],[0xe6][0x89]e[0x85][0xd6])[0x8d]o,wt[0xb0][0xfc][0x8e]O[0x95][0xc9]K[0x8a][0x93]B[0xd6][0x12]+[0xaf]KL[0xb4][0xf3][0xf1][0xed][0xab][0x80][0xf1]F+#}[0xc5]$[0xe0][0xfe][0x4][0xf2]2M[0xe3]Uw[0xe1][0x9a]ig[0xeb]c[0x13][0xf3]e[0xfa][0xd8][0xaf][0x97][0xd2](\g[0x5]m}[0xbc][0xfa]?[0x12]0[0xd9][0xd8][0x8a][0xb7][0xf4][0xa2][0xcb][0xa0]?[0xeb][0xa5][0xd6][0x99]#[0xae][0x89][0x17][0xed]~x[0xa9][0xf3][0xb4]w[0xf][0x5][0xee]e[0x83][0xee][0xa0][0x9d][0xcb]l[0x83][0xd4]x291[0xfe]f[0x9][0xb8][0xf9][0xab]3[0x12] `[0x0]m[0xc][0x86][0x2][0xce]`[0x18][0xf0]y[0x8b]`[0x14]pt[0x8c]C[0xf6][0xdd][0x5][0x8c][0xbb]:[0xf9][0x1]PK[0x7][0x8]F[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.class[0x95]N[0xbb]N[0xc3]@[0x10][0x9c][\r]&&[0x81][0x2][0xf1][0x15]I[0x1]+E[0xa9]p[0x94][0x82][0x82][0xca][0x12][0x85][0xfd][0x3][0x17]g[0xb1][0xce]8w[0xd1][0xdd][0x99][0xf8][0xdb]([0xf8][0x0]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "q[0x89]+[0xa0][0xca]J[0xab][0xdd][0xd9][0xc7][0xcc]|}|[0x2]X[0xe0]&[0xc5]4[0xc5]5![0xf1][0x95]2[0x84][0xfb]Yn][0xcd][0xd6][0xd7][0x9a]_[0x9d][0xda][0xc9][0xc1][0xba]7~[0xea][0xcc][0xb6][0x95]l[0x9e]7[0xea]]q[0x17]t[0xcb][0xb9][0xf6]!#L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "][0x1b][0x15]:'[0x84][0xc5]9[0xbf][0xab][0xb2][0xcc][0xd6][0x91]`[0xb6]*[0x1f][0x87]U[0xab]L[0xcd]/[0x9b]F[0xaa][0x90][0xad][0xff][0x8f][0x8][0xd3][0xc2]v[0xae][0x92]g[0xdd]F[0xb1][0xbb][0x81][0xb7][0x88][0xae][0x8d][0xb8][0x87][0xe3]yt[0xd2][0xdf][0xfb]e[0xc3]{[0xd5][0xb3]?h[0xef]7[0xb6]g[0xe9][0x83][0x98][0xad]8[0xfe][0xf5]D[0xb8][0xfd][0xab]2&[0x10]F8[0x6]%[0x84][0xb]$[0x11]_F4[0xc2]8[0xe6][0xd0][0xa5][0xb8]:[0xd5][0xc9][0xf]PK[0x7][0x8][0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.class[0x9d]U]R[0x1b]G[0x10][0xfe]FZ[0xb4] -[0xc2][0xc6][0x16][0x8e][0xec][0x98][0xc4][0x8e][0xe3]H[0x8][0xb1][0x89][0x83][0xed][0x4][0x9]%[0xfe][0x11][0xc1][0xb6]$0[0x92]qL[0xaa]R5[0x92][0x6][0xb1]X[0xac]T[0xb3][0xab][0x18][0xae][0x90][0x1b][0xe4][0x4]yM^L[0x91]T[0xa5][0xf2][0xe4][0x87][0xdc] [0xa7][0xc8][0x9][0xf2][0xd3][0xb3]Z[0x11][0x81]0[0x5][0xe8][0xa1][0xb7][0xa7]{[0xa6][0xfb][0xfb][0xba]{F[0xfc][0xf3][0xcb]o[0x0]n[0xe1][0x9b]0[0xc6][0xf0][0x99][0x12][0x9f][0xeb][0x98][0xb]#[0x88]L[0x18]Qd[0x95][0x98]W"[0x17][0xc1][0x17][0xf8]2[0x82]{[0xb8][0xaf][0xc4][0x3][0x1d][0xf][0x95]9[0x1f][0xc1][0x2][0xbe][0xd2][0xb1][0xa8][0xe3][0x11]C(k[0xd9][0x96][0x9b]cH$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9b][0xfc];n6[0xb9][0xdd]0[0xcb][0xae][0xb4][0xec]Ff[0xd0][0xb2][0x96]\e[0xd0][0x1e][0xb4][0xea][0x82]a[0xac]`[0xd9][0xa2][0xd4][0xd9][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Y[0xe1][0xd5]&Y[0xc6][0xb][0xad][0x1a]o[0xae]ri[0xa9][0xb5]o[0xd4][0xdc][\r][0xcb]a[0xb8][h[0xc9][0x86][0xd9]j;[0xb3][0x9b]f[0x9b]o[0x9b][0xce]+[0xcb]q[0xaa][0xad]mSl[0xbb][0xc2][0xae][0xb]i[0xde][0xef][0xd8][0xf5][0xa6]x[0xb6]R[0xc8][0xdb][0xae][0xdc])[0xd7][0xb8]m[0xb][0x99][0xa1][0x0]m[0xee]n[0xa8][0xe0][0x3]h[0x18]"[0xeb]VS,s[0xd7][0x15][0xd2]f[0xd0][0xa5][0xa8]u[0xa4]CI[0xd9][0x1a][0xc3][0xc4]A4;[0xed][0x1e][0xa2][0xec][0xd9][0xa0]d+[0x95]L[0x8e]r~{[0xa2]J[0x9d][0xcd][0xe2][0xd5]w\[0x11].r[0xdb]Z[0x17][0x8e][0xbb](8!b[0x88][0xf7]1=[0xec][0x8b][0xf9][0xbc][0xf][0xdb]5[0x87][0x90]3[0xa4][0x13]][0xc2]N[0xc3]2[0xd7]%[0xdf][0x12][0xaf]Z[0xf2][0xa5][0xcf]1[0x93][0xec][0x82][0xe8][0xb8]V[0xd3],X[0x8e]K[0x4][0x87][0x84]b[0xcd][0x10][0xed][0xba]l[0xe1][0x9a]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "r[0x84][0xaa][0xde][0x19][0x86]+[0xc7][0x4]d[0x18][0x91][0xc2]iudMP[0xdb][0xcf][\r][0x86]g[0x14][0xe0]R[0x9f]9ow[0xb6][0x84][0xe4][0xae][0xd5][0xb2][0xc9][0x1b];t[0xa0]W[0xf5][0xd1][0xb2][0xcb]k/[0x8b][0xbc][0xed]5Q[0xc7]c[0x1d]O(U[0xd9]j[0xd8][0xdc][0xed]H[0x8a]y[0xeb]44{a[0xa3]5)[0xb8]+V|[0xc4][0xc][0xf3][0xc7]E9X[0x90]d_[0xff][0x96][0xaa][0x9b][0xa2][0xa6][0xd8][0xcd][0x9c][0xe2][0x14][0xb][0xed]"p8s[0x16][0xa3][0x98][0xf7]2/vw[0xef]g[0x8e][0xe2]=?s[0x14][0xef][0xfb][0x99][0xa3][0xb8]FZ[0xd0][0xd3][0x14].[0xcd][0xd3][0x14][0xae]!OS[0xb8]B}[0xb8][0xa2][0xfb][0xb8][0xae][0xe3][0x3][0x8a][0xa0]p[0xfd]E{[0xd5][0xee][0xd2][0xaf][0x8][0xbe][0xd8][0x85]VLM[0xa5]^cH[0x89][0x90][0x12][0xfa][0x1e][0x86]5[0x94][0xd2]o[0x90]N[0xef]a[0x84][0xe1][0x7][0xdc] %[0xcc][0xf0];"sZ\{[0x83][0xf3][0xd3]S[0xa9][0xb8][0xf6][0x1a][0xc6][0x1e]F[0x3]x[0xfe][0xe3][0xbf]N[0xff][0xe4][0xd5]\[0xf1][0xba][0x89][0x11][0x92][0xf][0xa9]&y[0xaa][0xc5][0x2]e^D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8f]q[0x7]O[0x90][0xa1][0xdb][0xfb][0x88].o[0x1]O=[0xce][0xb3][0x84][0xe4][0xe][0x9d][0xba][0x81][0xf]=.[0xa5]}[0xf6]%[0x8a][0xf3][0x11][0xe1][0x1e][0xa6][0x8][0x9]$[0x9][0xfb]$>[0xa6][0xee][0xa4][0xfc][0xba]Ox" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 22256 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << etag: "{SHA1{95617106da0939952eede355160d24d190cfc047}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf5]([0xf9][0xfc][0xba][0xbb][0xa6][0xc9][0x96][0xa6][0xd5]([0x82][0xe3]:uT[0x87]y3@[0xc7]@[0x8e]O4M[0xbd][0x3][0x14][0xb2][0xbb][0x9e]E[0xcf]s[0x9b] [0xa8][0xef][0xdd][0xff][0x0]PK[0x7][0x8]N[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.class[0x9d]S]O[0x13]A[0x14]=[0xb3][0xdd]vK[0xa9][0x5][0xab]U+[0xa2][0xe0]W[0xca][0x87][0xae][0x12]}[0xc0]"1~[0x0][0xf][0xf5]#[0x14]y[0xe0][0xc1]d[0xba][0x9d][0x96][0xad]e[0xb6][0x99][0x9d]J[0xfd]W[0xfa]"[0x89][0xf][0xfe][0x0][0x94][0xf1][0xce]t[0xd3]HI[0xc][0xb0][0xc9][0xce]=s[0xe7][0xce]9g[0xee][0xec][0xfe][0xfe][0xf3][0xf3][0x17][0x80][0x15][0xdc][0xcf]![0x8d]y3[0xdc][0xce][0xc1][0xc5][0x1d][0xf]w=[0xdc]c[0xc8][0xac][0x85]2[0xd4][0xeb][0xc][0x95]J[0xad][0xc3][0xbf]p[0xbf][0xcb]e[0xdb][0xaf]k[0x15][0xca]v[0xf5]dfoa[0x97][0xc1]}[0x15]5[0x5][0xc3]T-[0x94][0xe2]][0xff][0xa0]![0xd4][0xe]ot)S[0xac]E[0x1][0xef][0xee]r[0x15][0x9a]y[0x92]t[0xf5]~[0x18]3[0xac][0xd4]"[0xd5][0xf6][0xa3]^[0xfc][0xa4][0xe3][0xf7][0xf8][0xc0][0x8f][0xf][0xc3]8nD[0x3]_[0xc][0xb4][0x90]M[0xa1][0xfc][0x97]}[0xd9][0xec][0x8a][0x8f][0xdb][0xb5]z[0xc0][0xa5][0x14][0xaa]J{{\[0xef][0x1b][0xde][0x13]F[0x18]&[aW|[0xe0]Z[0xb]%[0x19]<%[0x82][0xbe][0x8a]I[0x8f][0xed]1|:[0xd5]a[0xce][0x97][0xb1]-([0x1a]co[0xb9][0xc]["[0xd6][[0x82][0x93][0x86][0xf2]?[0x8e][0xc6][0xd7]J[0x89][0xbf][0xf1]|!P[0x82]k[0xb1]-[0xe2][0xa8][0xaf][0x2][0xb2][0xbf]Z[0x19]6*n[0x87]~K[0xf1][0x3]q[0x18][0xa9][0xcf]Io[0x12]7Rh[0x9f][0xda]T]8>[0xa5][0xcb]l[0xd8]2[0x86][0x99][0xff]p0[0xa4][0x85][0xd4][0xea]+i[0x8f][0xef]~fm[0xdb][0x98][0xf7][0x8d][0x8e][0x8]4[0xed][0x9f][0xa8][0x87]m[0xc9]u_[0x91][0x85][0xcd][0xd3][0xdf][0xf7][0x1b]c'[0xb9][0xf4][0xb5][0xe3]2[0xeb][0xc4][0x9a][0xab][0xdb][0xd6]l[0x84][0xe6]d[0xa5][0xf1][0xaf][0xe4][0xa1][0xa9][0xcf]#[0x3][0xcf][0xc][0xc5]<[0xae][0xe0]*[0xc3][0xa3][0xb3]~l[0xc]O[0xcf][0xe5][0x17][0xf3][0xf4]7[0xa5]a[0x1e][0x17][0xcc][0xd8][0xa0]1K[0xb3][0x1d][0x9a][0xbb][0x14][0xb3][0x8b]K[0xcb][0xb3]G`[0xdf][0x9];[0x98][0xa0]1G[0x11]X[0xa4][0xca]%[0xc2][0x6][0xd9]:L"oy[0xb2][0xb8][0x80][0x2][0xb1][0x18]4E[0xc8][0xb1]h[0x1a][0x17][0x91][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc5]Da@[0xc][0x1e][0xc5][0x2])<([0xbb][0xe5]t)s[0x4]g\g[0x95][0xd8][0x9e]Y[0x9d][0xad]a[0xf5]H[0xa7][0x80]K[0x89]N[0x1][0x97][0x13][0x9d][0x2]J[0xf4][0xa6],2.\[0x8b][0x8c][0x8b][0xb4]E[0xc6]E[0x86][0xb2][0xd4][0xe4][0xc4][0xc5][0xb][0x8a][0xa6][0xde]Y[0xfe]6R[0xce]X[0xd6]M[0xab]:7\[0x1d][0xa9]:[0xb8][0x86][0xb2]]wp[0x1d]3p[0xa6]_[0x13][0xdb][0x8d][0x84][0xed]1U[0x9b]z[0x8f][0xce][0xf4][0x3][0xa9]q[0xca]YK[0x99][0xb7][0xd8]K([0x1d][0xca][0x9a][0xf1]&n[0xd9]8[0xf7][0x17]PK[0x7][0x8]%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.class[0x95]TmS[0x13]W[0x14]~.[0x9].Y[0xb7][0x82])[0xe0][0xbb]E[0x8b]v[0x13][0x2]+Tmk[0xac][0x16][0x10]l4@[[0x1c]:m?tn6[0xd7][0xb0]ts7s[0xf7][0xae][0x84]q[0xa6]/[0x1f][0xfa][0xa5][0xbf][0xa6][0xce][0xd4]`[0xeb][0x8c]?[0xc0][0x1f][0xe5]xn[0x12][0xc4][0xd4][0x8c][0x3][0x99][0xc9]9g[0xcf]=/[0xcf]y[0xb9][0xf7][0xe5][0xab][0xff]^[0x0][0x98][0xc3][0xb7][0x19][0x1c]G[0xc1]F[0x16][0xd3][0x16]fl[0xa4]0m4[0x9e][0x8d]+[0x98]=[0x8a][0xf]1g[0xe1]S[0x1b]C[0x98][0x1e][0xc2]U[0xc3][0xaf][0x19][0x9b][0xeb]F[0xfa][0xcc][0x90][0xcf]m|[0x81][0x1b][0x86][0x14]-[0xdc][0xb4][0xf0][0xa5][0x85][[0xc][0x83]~[0x94]H[0xcd]0U[0xde][0xe2][0x8f][0xb8][0x97][0xe8] [0xf4][0xfc]H[0xfa][0x89]RBj[0x8f][0xeb][0xa8][0x1e][0xf8][0xde]|[0x9b][0x95][0xa4][0x16]5[0xa1][0x8a][0xc]G[0xf4]f[0x10]O^a[0xf0][0xca][0x91][0xaa]yQ#[0xbe][0xba][0xe5]5x[0xd3][0x8b][0xb7][0x83]8[0xae]DMO4[0xb5][0x90]U[0xa1][0xbc][0x85]DVC[0xf1]=[0xd7][0xfe]f[0xc7][0xf5]f [0x3]M[0x99][0xe7][0xdc]C[0xfa][0xe6]6[0x18][0xd2][0x8b]QU0[0xc][0x97][0x3])V[0x93]zE[0xa8][0x7][0xbc][0x12][0x92]&[[0x8e]|[0x1e]np[0x15][0x98][0xef][0xae]2m`28%)[0x85]Z[0xc]y[0x1c][0xb][0xfa][0x9c]=\[0xde][0xc9]YB=[0xde][0x1b]~[0xa7][0xb1][0x97]"#[0xc5][0xf6][0x83]M%x[0x95][0xc1]u;M[0xc][0xb9][0xac]y[0xdf]%R[0x1a][0x93]b[0xee]-e[0xc7][0x92][0xe2]1[0xc5]0[0xda][0xcf][0x9a][0x8e][0xb4][0xa9][0xa6][0x8f][0x8f][0xbd][0x1e]%[0xca][0x17][0xcb]A[0xbb][0xde][0x1e][0x8c]3[0xc6][0x9c][0xda][0xb2]$[0xfd]0[0x8a][0x3]Y[[0x11]z3[0xaa]Z[0xb8][0xed][0xe0]$[0xbe]r0[0x8e][0x13]F[0x9a]g[0xc8][0x1d]x[0xce][0xe]F1fa[0xc1][0xc1]"[0xee]8[0xb8][0x80][0x8b][0xc]'[0xf6]q[0xad]kE[0x89][0x16][0x92] [0xa4][0x96]Q[0xee][0x1e]@7&[0x1c],a[0xd9][0xc1]]|m[0xa4][0x92][0x83]{[0xb8]o[0xa1][0xec]`[0x5][0xab][0xe][0xd6][0xf0][\r]-[0xcf]![0xe7][0xc0]0[0xb2][0x9f]~[0xad][0xb2]%|j[0xd5][0xc5][0xbe][0xf5]t[0x9a][0xb6][0xcc]}[0x1d][0xa9][0x1d][0x86][0xe9]Ceb[0xf8][0xb3][0xbb][0x9b]q-[0xf0][0x1e]*^[0x17][0xdb][0x91][0xfa][0xa5]k[0xb4][0x18]Q{[0x9a][0xba]x[0xc0]-Z[0xf7][0xb9][0xd9][0xbe][0xe2]O[0x7][0xb4]_[0xab][0xc4]B=[0xea][0xae]{[0xca]5[0xf4]|[0xdf][0x12][0x97][0x9a][0xc2]O[0xa8]<[0xda][0xe8][0xd1][0xaa]x[0xc8][0x93]P[0xff][0xaf][0xea][0xcb]n[0xae][0xff][0xad][0xee][0xb1]3w[0x92]7[0x1a][0x84][0x81][0xfa][0xf4][0xf6][0x6]w[0x6][0xdc][0xb3][0xbf]=3'[0xc7][0xe1]@[0xfa]J[0xd4])[0xe6][0xbc][0xac][0xde][0x15][0xba][0x8d][0xb8][0xc4]p[0xd6]-[0xbd][0xcf]mHG[0x1d][0x15]Aw[0xdf]5,[0xf6][0xc]z[0xef]vY[0xb1][0xd0][0xab]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x86][0xb1]~([0xa9]O[0x19][0xb2][0xb8][0xc3]E=[0x92]t[0xf5][0xdd][0x1f]s[0x1b][0x98][0xa0][0x7]2[0xb]F[0x8f][0xe3][0x0]qZg`d[0xc4]\[0x6]zQ[0x7][0xe8][0x12][0xa7][0xe8][0xf4]4I?[0xd3][i4c[0xf9][0xa9][0xa7]`[0xf9]][0xc][0xe4][0x9f]#[0xf5][0xc3].[0xd2]O1[0xf8][0x84][0xe]R8C[0xd4]n[0x1b][0xed] [0x83][0xc7]8K[0xd2]x[0xc7][0x9][0xe7][0xf0][0x11][0xd0][0x96]LpF[0x89][0x1][0x87][0xf8][0xfe][0x19]3[0x17][0xa8][0x9b][0xec]/[0x8a][0x96]">[0xf3][0xc]G[0xa6][0xfe][0x85]5[0x80][0x95][0xc2]s[0xc]Q[0xb6]L[0xd6]n[0xe1]h[0xfe][0x1f][0xc][0xb6][0xe0][0xb4][0xf0]A[0xb][0xc7]Z[0x18].[0xa4][[0x18])[0xfc][0xfd][0x6]E[0x16]i[0xa2][0xbf][0x12][0x9a][0xdf][0xf0][0x9]~G[0x1][0xb4][0xd1]Lt[0xa2][0xbe]A3[0x83][0x8f]1I9m[0xa2][0x97]p[0x99][0xb0][0xee][0xe3][0xda][0xb3]JQ[0x4][0xd3][0xc][0x17]9[0xe2]i[0xe4]1[0x85][0xf3][0xed]J[0x19]5[0xaf][0xfd]{[\r]PK[0x7][0x8]$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.class[0x95]SKo[0xd3]@[0x10][0xfe][0xb6]y[0xb8]u[0x9d]&[0x14]([0xcf][0x94]@[0x3][0xe4][0xd1][0xc6]I([0x7][0x2][0xe2]@T[0xa4]J[0x9] [0x5][0x95][0xf3][0xda]Y[0x12][0xa7][0xe9]:[0xb2][0x9d]6[0xfd]+ ![0x81][0x90]z[0xe0]T[0x89][0x97]8[0xf0][0x3][0xf8]Q[0x88][0xb1][0xe3][0xd2]F[0xa2]E9[0xcc]hgv[0xe6][0x9b]ofv[0xfd][0xfe][0xf1][0x13]@[0x15][0xeb]sPpC[0xc5],2*n[0xe2][0x96][0xaf]VT[0xa4][0x91][0xf5][0xd5]m[0x5]w[0x14][0xdc]U[0x90]c[0x88]{][0xcb][0xcd][0x96][0x19][0xf4][0x86][0xed]tt{[0xe0][0xae][0xf7][0xf4][0x1][0x1f][0xe9][0xee][0x9e][0xe5][0xba][0x86]=[0xd2][0xc5][0xc8][0x13][0xb2]-[0x1c][0xfd][0xc9]P[0xb6][0xfb][0xe2][0x15][0xf7][0xcc][0xae]p[0x1e]R[0xea]#KZ[0xde]c[0x86]jn[0xca][0xdc][0xfc][0x16]C[0xb4]n[0xb7][0x5]C[0xb2]aI[0xf1]l[0xb8]c[0x8][0xe7]%7[0xfa][0xe4]Yl[0xd8]&[0xef]oq[0xc7][0xf2][0xed][0xd0][0x19][0xf5]i2h[0x9b]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa7][0xde][0xe7][0xae]+[0xc8][0xac]LW7[%[0xd6]K[0x93][0xf0][0xfb][0x83][0xa3][0x12][0x9]#[0x88][0xad]w[0xb9][0xec][0x88]6[0xc3]J[0xd8][0x95][0xdb][0xb1][0xf4][0xd7][0xe][0xdf][0x11]{[0xb6][0xb3][0x1d][0x2]n[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe9][0x5]m[0xcc][0x1b][0xc7][0xe][0x86][0xcc][0xff]R[0xa8]L[0xcb][0xe3][0xe6]v[0x93][0xf][0xc2][0xb2]j[0xcb][0x1e]:[0xa6]xj[0x5][0xbd]O[0xf0]-[0xf5][0xf8].[0xa7][0x11]mH[0xb3]o[0xbb][0x96][0xec]4[0x85][0xd7][0xb5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "(jP1[0xaf]ACQ[0xc1][0xaa][0x86]5[0x94]4[0xe8](k[0xa8][0xa0][0xaa][0xe1][0x1e][0xaa][0xb4][0xd4])[0xe7][0xc3][0x90][0xf2]k[0xea]}[0x9a][0x81][0xfe][0xdc][0xe8][0x9][0x93][0x9a]Z[0xfd]GO[0xad]}iv[0x1d][[0xda]Cw[0xc][0xd1][0xb0]\[0x82][0x14][0xe][0xc3][0xda]T5[0x19][0x14][[0xd2]H[0x1c]*[0x14][0xc9][0xf9][0x13]]>{[0x84][0x94][0xd0][0x11][0x9e][0xbf][0xb7] a[0x93]a[0x8e][0xec]q[0x0]C:[0x97]?}[0x5]4}[0x95][0x9b][0xa6]p[0xe9][0xc1][0x97][0xe9][0xc9]7[0xa7]}[0xb7]g@[0xfb][0xcc][0x8f][0xc0]+[0xe5]22[0xf4][0x1]gA[0xe4][0xc0]R)Q[0xf4]/gH4$[0xc8][0xbb]@[0xa7][0x17]d[0xfb][0x1e][0xb5]P[0xfc][0x2]V[0xf8][0x86][0x99]C[0xb2]"H[0x92][0x8e]S[0xc][0xf0][0x6])[0xd2]K[0xe3]([0x9c][0xc3]y 8[0xf9]h[0xc][0x17][0x2]4v[0xe2][0x8e][0xe1]"E[0x8f][0xd1][0xdf][0x86][0xe8][0xb5][0xe2]WD>[0x5][0x89][0xb8][0x1f]r[0xf0][0xe5]:I[0x94][0xa4]P[0xf8][0xc]F1[0xd1][0xef][0x88][0x1d]`[0xe1][0xd8][0x8a][0x1f][0x6][0x11][0xc9][0x80]A[0x8c][0xf4];[0xea][0xe9]=[0x8a][0xf8][0x80][0x12]>[0xe2][0x1][0xe]N[0xb0][0xab][0xfd]eW[0xc3]%\[0x9e]`wtw[0x85]$[0x86]H&[0xa1]R[0x93]W[0x3][0x1a][0xd7]B[0x1a]i,c1h[0x84][0xb6];[0xe6][0xfa][0x7]PK[0x7][0x8][0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.class[0x95]U[0xdb]R[0x13]A[0x10]=C[0x2][0xb][0xc9][0xa2][0x91][0x9b][0x82][0x8a][0xa8]QC[0xb8],[0xde]/ *[0x18]o[0x15][0xa4]J(xu[0xb3][0x19][0x92][0x85]e&5[0xbb][0x81][0xf8][0x11][0x96][0x9f][0xe1]3UP[0xa2][0xf]~[0x80][0x1f][0xe1][0x83]e[0xa9]_a[0xd9]3[0x4]Q[0xa4]([0xf3][0xb0]=[0xb3][0xbd]}9[0xdd]}f[0xf6][0xd3][0xcf][0xf][0x1f][0x1]\[0xc1][0xb3]6[0xd8][0x18][0xd2]bX[0x8b][0x11]-F[0x13]h[0x87][0x93][0xc0][0x18].'[0xc9][0xe4][0xaa][0x85]k[0x9][0xc][0xe2]z+n$q[0x13][0xb7],[0xdc][0xb6]p[0xc7][0xc2]8[0x83][0xbd][0xe6][0x6]iY[0x8][0xb9]Z[0xe3][0x8a]a,/U[0xc9][0x91][0x95][0xf0][0xda][0xb2]SqkN[0xb8][0xee][0x87]aA[0xd6][0x1c]^[0x8b][0xb8](r[0xe5]LUE1[0xe0][0xb3]u[0xf][0x8a][0x90][0xd0][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "F[0xcb]pr[0xc7]?,[0xf9][0xce][0x92]rW[0xf9][0xba]T+u[0x17]2m[0xd7][0xa6][0x8a][0x87][0xb2][0xaa]<[0x1e]2[0xa4][0xf2][0xcb][0xee][0x9a][0xeb]T#?p[0xf2]~[0x18][0x91]IKT[0xf6][0xc3][0xf4][0x18][0x83][0xf3][0x9f]H[0x16][0xdd][0xc8]+[0x1b] -[0x13][0xbe][0xf0][0xa3]I[0x86][0xd7][0x99][0x6]}[0x1b]-[0xfa][0x90]"[0xf7]W4[0xb8][0xc0][0x10][0x9f][0x96]E[0xea][0xcd][0xd1][0xbc]/[0xf8][0xf3][0xea]j[0x81][0xab]y[0xb7][0xa0][0xbb][0xd5][0x91][0x97][0x9e][0x1b],[0xb8][0xca][0xd7][0xef]ue\w[0x80][0x6][0xf3]T[0x8][0xae][0xa6][0x3]7[0xc]u[0xab].7VR[0xfa]*5[0xa4][0xe7][0xef][0xf0][0xaf]*[0xbb])b[0xaa]*Hf48[0x16]1t[0xef][0xa0][0xe]\Qr[0xe6][0xcb]J[0xae]k3=[0xaf][0xb9][0xc8][0xf5]Vf[0xdc][0x8a][0xf1]#[0x16][0xd1][0xb4][0xe7][0xcc][0xf0][0x1e][0xf9][0x6][0xff]_9Gu[0x10]*3'[0xbc]@[0x86][0xbe]([0xcd][0xf0][0xa8],[0x8b][0x16]&l[0xdc][0xc5][0xa4][0x8d]n[0xf4][0xd8]8[0x8a][0x94][0x8d]c[0xe8][0xb0][0xd1][0x89].[0x1b][0xc7]q[0xd6][0xc2]=[0x1b][0xf7][0xf1][0xc0][0xc2][0x94][0x8d]i'U[0xb1]*[0x8b][0xfe][0x92][0x99][0xa3][0xa6][0x15][0xc3][0xb9][0xcc]?L[0xfb][0xf7]0[0x8d]6[0xc6]k[0x1a][0xb8][,[0xd2][0xe0]r"R[0xbe]f[0xdd][0xe8]a[0x88][0xf][0xa2]z[0xc2][0xf5][0xe8]d[0x87][0xe9]+ct[0x84][0xbb]2[0x83][0xc6]=[0xc][0x96][0x8]A^[0x96]J[0xe6][0x9c][0xa6][0xf6][0xeb][0x18][0x9a][0xb9]R[0x92][0xd6]l[0xe6][0xf]&[0xce][0x11][0x8]Q[0x1a]?[0x90][0x9b][0x83][0xb][0x18][0xa0][0x8b][0xae][0x1d][0xc]G[0x10]O[0xa5]4[0xad][0x0]Z[0x89]Yf%r[0x99][0x95]8G[0xd7]d[0x13]=[0xc7]q[0x82][0xac]{i[0xf7][0x92][0xde][0x9b]i[0xed][0xcb][0xe]m[0x81]e[0x87][0xb7][0xd0][0x94][0x1d][0xd9]B,[0xdb][0x1b][0xdf]B<[0xfb][0xe][0xcd][0x1b][0xf4]5[0x86]>[0x92]-[0xe4][0x3]|[0xc6]I[0x92]=&N[0x1f]N[0xa1][0x1f]0;[0x1d][0x9d][0xe1][0xc][0xed]mc[0xb7][0xfb][0x8d][0x11][0xba][0xb3][0xf5]lo([0x92][0xf6]Kg7)[0xcf]&[0xa5][0xd9]D|[0x1b]-[0xef]a[0xc5][0xf0][0x96]n[0x85]m[0xb4]u$[0x86][0xde]#[0x19][0xc3][0x86][0x89][0xd2]EX[[0x11]7[0xf9]{[0xc][0xd2]/[0xa4][0xfb]N[0xda][0xaf]T[0xc3]7[0x9c][0xc7][0x8f][0xdf]xN [0x89]s[0xa4][0xd1]~[0xe9]z[0xf6]=<[0xbb][0x9a]4=[0x16][0x9a][0x16]-\H[0x12][0x9c][0x8b][0xa6]%[0x97][0x90][0xa1]5N?[0x86],N[0xd3].A.[0xb6])[0xc][0xbf][0x0]PK[0x7][0x8][0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.class[0xb5]X[0xb]|S[0xd5][0x19][0xff][0x9f]4[0xcd]M[0x93][0xb][0xa5][0x81][0x16][0x8b]P[0x3][0xb4]%MJ[0xd3][0x16]T[0xd6]V6(E[0x8b]mq[0xb4][0xc2][0xb0]8[0xbc]M.m [0xc9]-7[0x9][0xa5]n[0xe2]d:[0xa7][0x8e][0xb1][0xb7]sN[0xe6][0xdc][0x83][0xc9][0xc4][0x1]Rhd:t[0x8a][0x8f]=[0xdc][0xe6]c:7[0xdd][0xc3][0xbd]t[0xea]t/[0xa7]b[0xf7][0x9d]{on[0x93][0x92][0x96][0xc6][0x9f][0xeb][0xf][0xce][0xeb]~[0xe7];[0xdf][0xff]{[0x9d][0xef][0xe4][0xd1]w[0xee][0xbe][0x17]@=[0xab]/[0xc0][0x85][0xf8][0x8a][0x83][0x9a][0x9b]y[0xf3]U[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xef]oq[0xa0][0x1d]{[0x4]|[0xcd][0x1][0x1]{[0xec][0xb8][0x95][0xf7]_[0xe7][0xcd]mv|[0x83][0xf7][0xdf]t[0xe2][[0xf8][0xb6][0x1d]{[0x1d][0xf8][0xe]n[0xb7]c[0x1f]g[0xf4]][0xde][0xdc]!`[0xbf][0x3]3[0xb0][0x87]O[0xee]t[0xe0]{8[0xe0]D[0xb][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "8[0xe4]@)[0xee]r[0xe0]0[0x86][0xf8][0xb7]#N[0x1c][0xc5]p>[0xf4][0xbf][0xa6][0x2]$q7_:&[0xe0][0xfb][0x2][0xee]q`[0xbe][0xce][0xe3]^[0x1]?p[0xa0][0x12]w[0xf1][0xc9]q'[0xee][0xc3][0xfd][0xbc][0xf9][0xa1][0x13][0xd5]x@[0xc0][0x83]|r[0xc2][0x89][0x87][0xf0][0xb0][0x13][0x8f][0xe0]Q[0xde][0xfc]H[0xc0][0x15]v[0xfc][0x98]S[0xfc][0xc4][0x8e][0x9f]:[0xf1][0x18]~[0xc6])~[0xce]%y[0xd4][0x8e]_[0xf0][0xfe]q'[0x9e][0xc0][0x93][0xbc]yJ[0xc0]/[0x5]<[0xed][0xc0]yx[0x86]K[0xf0]+[0x1][0xcf][0xda][0xf1]k[0xe][0xf1]7v<[0xc7]w>/[0xe0][0xb7]v[0xfc][0xce][0x81][0xdf][0xe3][0xf]N4[0xe1][0x5];[0xfe][0xc8][0xd7][0xff]$[0xe0][0xcf][0xe][0xfc][0x5][0x15][0xf0]"[0x83][0xd8][0x1a][0x8d][0xca]jsX[0x8a][0xc5][0xe4][0x18]C^[0xdb][0xea][0xf3][0x19]\m[0x8a][0xda][0xeb][0x8f][0x85]7-[0xde][0xec]oSz{e[0xb5][0x91][0xa1] [0xb2]1[0xa0]D[0xe3][0xf2][0xf6]8[0xc3]<[0x8d]@[0x89][0xf5][0x86][0xfc][0x9b]T)"[0xf]([0xea][0x16][0xff][0xf2]D4[0x18][0x96][0x9b]u[0x1a]}C, q[0xf6][0xc]~}C[0x8c]8[0xf6]K[0xdb][0xfd][0xb1][0x81]P,[0xd6][0xa3]l[0xf7][0x13][0xa9][0x1c][\r][0xca][0xaa][0xb1][0xbb]S[0xdf][0xc0]ww[0x86]z[0xa3]R<[0xa1][0xca][0xc][0x8b]s[0xdb][0xdd][0xd4][0xd5][0xd5][0xb8][0x94]X8#[0x1b][0x95][0x9e][0x98][0xac]n[0x93]U[0x82]6[0xad]m[0xb3][0xb4]M[0xf2]'[0xe2][0xa1][0xb0][0xbf]-[0x14][0xe3][0x12][0x9e]?f[0xa9]i[0x92][0xe7][0xac]6[0xb8][0xea][0x7][0xf1][0xa3][0x1c][0x91][0x8d][0x11][0xa9][0xbf]?[0x14][0xed][0xa5][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd3][0xd8][0xb6]K[0xfd][0xf4]yY[0xe6]J[0xd3][0xf8][0xea]k[0x1c]+[0x92]y[0xc4][0xb4][0xc8][0xc6][0x1e][0x8d][0x84]/[0xcb][0x9a]V[0xe7][0x8f][0xcf]'ED[0x1b][0xb][0xe5][0xed]r [0x11]W[0xd4]N[0x12]:[0x14] }V[0xa6][0x1d]B6[\r]$TU[0x8e][0xc6][0xfd]-[0x99]t[0xb4][0xd5][0xd6][0x14][0x8a][0x86][0xe2]K[0x19][0xba]<[0xa7][0xb7]x[0x8e]&[0xae]Z[0xcb]`mV[0x82]2WX(*w$"=[0xb2][0xda]%[0xf5][0x84]e[0xcd][0x3][0x3]Rx[0xad][0xa4][0x86][0xf8][0xdc]X[0xb4][0xc6][0xfb]B[0xb1][0xc9][0xfb][0xd2]:)[0x1e][0xe8][0xd3]4 [0x98][0x8e]+[0x98][0x1e]Y[0x92]y[0xc2]`[0xea][0x94][0xc9]:[0x9b][0xc1]>[0xe5]l[0xeb][0xdf]s[\r][0xe9][0x9c][0xb9][0x9a][0xae]y[0xef][0xb5][0xdf][0x9d][0xa3][0xab]kr[0x14][0xa4][0x85]S][0xce][0x1c][0x18][0xce][0xc9]uOJ[0xb9]S:[0xe3]R`[0xb]E[0x8e]f#J`[0x2]^[0x12][0xf0]7[0x86][0xdd][0xff]'[0xad][0xbf];A[0xb9][0x8e][0x84][0xa0][0x1c][0x8b][0xab][0xca] [0xe5]RO[0xd5]Z[0xba][0x18]hI[0x89][0x92][0xfc]*[0xb9][0x9f]M[0x8f]`[0x86]3'[0xc8][0x0][0xb4]A'#-[0xcf][0xee][0x9e][0x90][0xd0][0xc6]9+[0xfd][0x94][0xea][0xe2][0xca]ry[0x8d]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x1c]Q[0xb6][0xc9]A[0x6][0xbb]*[0xf7][0xf2][0xf8]'7/[0x9b]@A[0x9a][0xbc]6J[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "O[0xb2][0xc5]zR[0x8]K[0xd1]^W[0x9f][0xaa][0xc]pU[0xd3][0x19][0xf6][0x94][0xd1][0x19]js7y[0x81]*[0xc7][0x94][0x84][0x1a][0xe0]`[0xce]~[0x97][0xd6]/[0xce][0x9a][0x13][0xe9]z[0x13][0xf0]2[0xdd][0xa6][0xda]U[0xf8],[0xe5][0xe0]Dt[0x14][0xb7]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd0][0x99][0xb1][0xf2][0xda][0xda]Z[0x86]vO[0x8e])[0xe3]4:[0xb3]l[0xaf][0xe5]M[0xdd][0xe8]1u[0xfc][0x98][0xd4][0xa4][0x9e]Ofx[0xaa][0xb2][0xdd][0xa2][0xf6][0xa6]@[0xd8][0xc8][0xa9][0xab][0x9a][0xba][0x1a][0xd2]t[0xbe][0xba]g[0xb3][0x1c][0x88]7.[0x1d]O[0xd4]ph[0x93][0x1c][0x18][0xc][0x84]e[0xff][0xb2][0x1e][0xf2]0)[0x10]oK[0xad][0xf0][0xb][0xa8]S[0xd3][0xf2][0xca][0x90][0x96]=3[0xd0][0xd4][0xf0]3D[0xac][0xc6]E">[0x8d][0xab]D|[0x8c]7[0x12]"[0xbc][0x19]`[0x98]9*Cg\[0xa5]+ly"[0x14][0xe]r%V6[0xab][0xb2][0x14][0xa7][0x15][0xb7][0xee][0x90][0xee][0x1][0x9d][0xa3]{ [0x14][0xef]s[0x1b][0xa9][0xd4][0xdd]-[0xe2][0x15][0xbc][0xca][0x9b][0xbf]S[0x8e][0xbe][0xb4][0xa6][0xa6]F[0xc4]kx][0xc0]?D[0xfc][0x13][0xff]"w6"Q[0xc0][0xbf]E[0xfc][0x7]o0L[0xd5][0x5]L[0xb1][0x10][0xf1]A[0xac][0x11][0xd1][0x89].[0x86][0xe9][0xa3][0xb6]^[0xa6][0xaa][0xd2] 7[0xb8][0x88]u[0xf8][0x90][0x80][0xff][0x8a]x[0x13]o[0x89]x[0x1b]'[0xe9][0x16][0xc8][0xc9][0xa2][0xe5]u[0x1c][0xec];[0x2]FD[0x6][0xc6]Dl[0xc4]e[0x2][0xb3][0x88],[0xf][0x3][0x2][0xb3][0x8a],[0x9f][0xd9]D&0;E[0xcc][0xa8]:ZIlUM[0xf4][0xc7][0xe5]`[0xcb][0xf6][0x80][0xdc][0x1f][0xf])Q[0x86][0xa2]Q[0x9]/[0x90]b}[0x94][0x95]D\[0x82][0xee][0x9c]E[0xaa][0x17]q)>L[0x99]Ld[0x5][0xcc]!2'[0x13]E6[0x85]Me([0x1d][0xd7][0xfd]DV[0xc8][0x1c][0x2][0x9b]&[0xb2]"[0xe6][0x12][0xd8]t[0x91][0xcd]`SEV[0xcc]JH.-[0x83][0xa5]Y[0xab][d3[0xf1]:[0xe1][0xbd][0x94]r[0xa5][0xc8][0xce]`[0xa5]"[0x9b][0xc5][0xce][0xa4]Rb[0xa5]B[0x14]n34[0xdd]"[0x9b][0xcd][0xe6]P4[0x89][0xac][0x8c][0x9d]%27[0x9b][0xcb]P[0x93][[0xb0][0xe6][0xc][0x11]Y[0x84][0xcd][0x13][0xd9]|V[0x9e][0xb2]zf[0xee]a[0x98][0xdb][0xaa][0xe5][0xa6][0xa0][Ni[0xdf][0x1d]Lp[0xf]u[0xa7][0x2]]d[0x15][0xac][0x92][0x1c]~[0x8d][0x1c][0x96][0xa5]X&[0xf6][0x5][0xcc]C[0x9e][0x96][0x99]:[0xa8][0xd6][0xb8]8[0xba]0[0xb5][0x9b][0xd3][0xb][0xac]Jd^[0xe6][0x13]Y5[[0xc8]P>[0xee][0x91][0x89][0xd1]}"[0xab][0xe1][0xbc][0x17][0xe6][0x4]X`~[0x91][0xd5]2J[0x1a][0xf5][0xb9]G8[0x83][0xfb]t[0xf7][0xdc][0xa4][0xe5][0xe9]L[0x95]@[0xae]Q[0xdd][0xb4][0x12]*[0x89]J?[0xba][0xf][0xa8][0x8c]%j[0xe2][0xe6]i[0x1b][0x9b][0x18][0x1a][0xab]NY2rE[0xe3][0x18]z#[0x99]MDo[0x8f]+[0xfa][0x92][0x9e]+O9[0x8b][0xdc]tl[0xfe]d[0xc8][0xf][0xca]=[0x9][0xda]Q[0x9c]M8[0xca][0xcc][0xe5][0xa3]*[0xd0]>u$[0xc2][0xe1]ejo"B[0xf5]mZ[0x8][0x17]n[0x93][0xc2][0xa1][0xa0][0x14][0x97];[0x94]8'aX[0x90]E[0xfa][0xec]GL[0x1b][0x93][0xa0]b\g1[0xdd][0xb9]*<[0xdd][0xe3]*![0xfd][0xe1]a[0x93][0x82][0xc1]e[0xfc][0xd8]RO[0xda][0xc7]f%[0x1c][0xa6][\r]$ac[0xd5]%[0xe4]&[0xb9][0xde]Z\[0xba][0xb2][0x9]+{[0x92][0xb5]$*[0xf]t[0x12]y0[0x11][0x96][0x83][0x14]k[0xb2][0x14][0xbc]HQH[0x94][0xb5][0x9e][0xd6][0xec][0xcf][0x2][0x9d]h%[0xb9][0xa3][0xa2][0xe]f[0xa0]I#2Y[0x9e][0xfa][0x88]([0x9f][0xcc]c[0x83][0xfc]![0xd6][0x97][0x88][0x7][0x95][0x1]2[0xcf][0x9c][0xec]r[0x84]"[0xf2][0xc5]tu[0xd2][0x85][0xd2][0xd9][0xd2][0xbc][0xba]cE'[0xc3]Y[0xe3][0x88]l[0x90]r'[0x92][0x6][0xa4]P[0xbc]KV#!zNj[0xd6][0x9f][0xef]Yu[0x9a]m\[0xfd]Ed[0xa3][0xcc][0xb7][0x14]][0x88][0x13]TS[0xe6][0x8b][0x8b][0x9b][0xc1][0xd1]+[0xc7][0x97][0xa7][0x8a][0xb8]2O[0xd5][0xc4]e[0x9c][0x9d][0xa8][0xa9]B[0x8c][0xcb]Z[0xd1][0xd8]J[0x1][0xa1]j[0xa5][0xdc][0xd8][0xe3][0xa7]d[0xbc]"[0xc9][0x8d][0xb6][0xc8][0x83][0x9d]2)[0xa4][0xc8][0x93]n[0x16]Zj[0xcc] [0xd6]h[0xac][0xb1][0xd0][0xe5]t[0x80][0x10]W4[0xb7]e[0xf0]du[0xd6],k[0x14]/\[0xc0][0xc1]H[0x8f][0x12][0xe][0x5]:H|[0xce][0x8d][0xb2][0x88][0x16][0xf4][0x13][0x94]J[0xa7]:~^[0x82]DY2q[0xb0]eI[0x1e][0xa6]$[0xf6][0x90][0x99][0xa9]J2@[0xa7]2[0x18]/[0x9f][0xfb][0xa4]X[0x87][0x96][0x11]I[0x9b]dIkT[0x9b]df[0x19][0x93][0xe3][0xae]wW[0x1c]N[0xbe][0x8][0x9e][0xfc]c_/[0xc8]c[0x89][0x9e][0x8][0xf7][0xf2]E[0xe9]ZZ[0x93][0x88]F[0xb5][0x82]|[0x9c][0xf8][[0x99][0xe0]?[0x95][0x10][0x9c]|[0xaa]X[0xb8]v[0xbc]Y2d[0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x9f][0x9f][0x99][0xd7][0xcb]=[0xa4][0xf2]4[0x19][0xdc]TYq[0xb6][0x9c][0xc5]bID#J0[0xb4]I{R[0xeb][0x19]q[0x9e][0xe7][0x14][0x8c][0xa7]zE[0xa1][0xe6][0xee]$aK[0x94][0x4][0xe5]!S3[0x91]_e[0xd5][0x9a][0x1e]1T[0xcd][0x8e][0xbd]4[0x8c][0xc4]EO[0x11][0x2][0x99][0xba]G*[0xd2][0xa1]j[0xbf]~5f)[0xd7]1[0x17][0x17][0xa2][0x1d][0x80][0x80]Y[0xbc]~[0xa6][0x91][0x8b][0x97][0xaa]ZO[0xd5]*[0x18].[0xa6][0xb1][0x5]kiN%[0xaa]9_O[0xff][0xa9]$4[0xe7][0x1b][0xe8]?[0xd5]z[0xda]>[0xaa]<[0xa9]w[0xd2]7[0x9]=[0xb4][0x1e][0xa0]Y[0x8]V[0xe4][0xf1]U[0xaf][0xaf][0x9a][0x1d][0x87][0xf5]([0xf2][0xf][0xd2]4[0xf]Aj[0x1d]D[0x4][0xda][0xec][0xa0][0xad]2[0x8d][0xdc]:)6[0xa1]W[0xfb][0x1d][0xd2][0x89]>[0x12][0x89]i[0xa3][0x10][0x9]e[0xc1]f[0x1a][0x97]h[0xbb]8[0xd5][0x16][0x83]*DbZ[0xc][0x81][0xc2][0xb8][0x8a][0xbf][0x0][0xf4][0xe3]Y)[0xf2]I[0x0][0xa0][0xcf]{[0x14][0xb6]C`[0xc7] [0xac]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xbb][0xab][0xe0][0x8][0x1c][0xd5]G[0xe0]t[0x89]48[0x82])IL[0xb5][0xc0][0xe7]*[0x1c][0xc6][0xb4]jW[0x11][0xb5]^[0xdf][0x10]\[0xde][0xea]!L[0xf7][0x1e][0xc3][0xc][0xda]S<[0x84][0x92][0x85]'P[0xe4]=L[0xfd]0f&q[0x86][0x5][0xeb][0xbc][0xb6]c(]O[0xcc]g[\r][0xe3][0xcc]![0xcc][0xe6][0xd8][0xac][0x1a][0xb6][0x1a][0x92][0xb]$[0xa1][0x95]$*G[0x14]^([0xa8][0xc5]V[0x9c][\r][0x15][\r][0x88][0xa1][0x5]q[0xb4]b[0x1b])w[0x90][0xd0]^[0xad][0xe1][0xf7][0xea][0xb2][0x9a][0xf8][0xfb]L[0xfc]}[0x6]~>[0x8a][0x12][0xa7][0xba][0xc3][0xc4][0xfd][0x2][0x99][0x80][0xe3][0xee][0xd6][0xc0][0x1e][0xe6][0x18][0x17]j[0x18]+[0x92][0xa8]a[0xa3][0x83]$[0xfc][0xc][0xf7][0xa0]:[0x89]Z[0xb][0x8e][0xa3][0xae]-[0x3]x[0xb1][0xe]\[0x3]k[0xd1][0xc0][0xbe][0xe4]e[0xa4]0[0xde]T[0x8c][0xc2][0x9e][0x7];[0xb5][0xc7]1[0x5][0xf7][0x91]{[0xde][0x8f][0x15]x[0x0][0xab][0xa8][0xbf][0x8][0xf][0x11][0xe4][0x87])[0xd6][0x1f]1![0xaf] [0xb1]R[0x90][0xbb][\r][0xc8][0xb5][0x4][0xfa][0xca]1[0x90][0xbb][0xd3] [0xcf][0x84]e[0x4]K[0xc6]@~[0x83]/[0xf3][0xc7][0xba][0x8e][0x98]]G[0xe][0xc0][0x11][0xef]O[0x8b][0xd0]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "L_[0x12][0x8b][0x18]h[0xe0]Z[0x9c][0x16][0xa6][0xa4][0x80][0xe9][0xf4][0xe5]l[0xb][0xda][0xb9].|[0xa4][0x80]s[0xf2][0xb0][0xae][0xfa][0x4][0x14][0x1a][0x9e][0xcb][0xb0][0x7][0x9b][0xd2][0x18]-1B=m{I[0x12][0xef]c[0xe8]X[0x98]D[0x3]#s/[0xa1][0x1][0xe5][0xea][0xe3]hj[0xb0]r?[0x86][0xf3][0xd6]{K[0xad][0xbe][0xea][0xa3]X[0x9a][0xc4][0xfb]-[0xdc][0xeb][0x8b][0x1a][0xf2][0x89][0xa7]k[0x19]w[0xa4][0xe5]y[0xd8];[0xf2] [0x8f][0x82][0x9d][0xf8]2n[0xc6][0x7][0xc]][0xd6][0x13]~[0xe0]qT[0xe0][0x9][0xd2][0xcb][0x93]h[0xc2]S[0x14][0xe2]O[0xd3][0xb7]g[0x88][0xf2]9[0xa2]}[0x85][0xa8]_[0xc2]-x[0x19][0xb7][0xe3]U[0xdc][0x81][0xd7]4[0xdd].&[0x8d][0xde]B{w[0xe2][0xe3]4[0xda][0x89][0x5][0x94][0xe][0xae][0xd1]bt[0xbf][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xf6]k[0x9a]g[0xc4][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "|[0x82][0xf2][0xb1][0xc5]L[0x0]:[0xfd][0xb5]&[0xfd][0x16][0xcd]*[0x9c][0xea][0x93]D[0xb5]UO+'[0x11][0x15]p[0x9d][0x80][0xeb]GPm[0x18][0xe3][0x6]}A[0xc0][0xa7][0xc0][0x4][0xec]z[0x13]S[0xde]$z[0xb][0xff]![0xc5]0[0xcb]n[0xe2][0xce][0xcd][0xb2][0xcf][0xf7][0x10][0xac][0x7][0xd3]T[0xda]<[0x91]m*[0xe8][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xee][0x90]-[0xed]d[0x12]9e[0x92][\r]i[0xfb]W[0x9e][0xd6]$5i&[0xe1][0x96][0x18][0xc6][0xf9]I\@zO[0x19][0xa2][0xd5]4[0xc4]c[0xc6][0x99][0xab][0xc8]N[0xdc]&;([0x7][0xed]2m[0xd2][0x80][0xa9][0xd4][0xbe]E[0xb3][0xb7]I[0xb7]'I[0x17][0xef][0x90];[0x8e][0xa0][0x85][0xfc][0xf0]2f[0xc1][0xe]f[0xc3][0xf5][0xcc][0x89]][0xcc][0x8e][0xdd][0xcc][0x81][0x9b][0x99][0x88]=l*ng[0x85][0xa6]mv[0x9b][0xb6][0xd9]AY-e[0x9b]}[0xa6]m[0xf6][0x19][0xb6]YB[0xa9]=[0xd3]6:[0xfd][0xb5]&=[0xb7][0x8d]N[0x95][0xb2][0x8d][0xf][0xf9][0xf9]'[0x11]L[0x19]g[0xde]D[0xc6][0x99]F"[0xe2]3F[0x96]h[0xd0][0x8c][0x5][0xd8][0xbc]>[0xca]f[0x7][0xb5]d[0xce][0x1][0xdb][0xb4][0x10]\[0xa4][0x9][0xaf][0xdf][0x94]6|[0xd6][0x10][0xd4][0x86][0xcf]qA[0x89][0xcf][0xe7][0xb3][0xf3][0xb1][0xe4][0xca][0xe7][0xb][0xf8][0xa2][0xc1]g[0xb6]FOi[0x85][0xac]s[0x80]z[0x96][0xc1][0xc5][0x8e]/[0x99][0xf9]m[0xae]AY[0xe0][0xba]p[0x18]mw[0x81][0x1d][0x1c]C[0xde]@[0x9a][0xd3]o[0xa7][0x1b])fx[0x13]:[0xa8][0x9f]E[0xeb][0xe7]A[0xff][0xab]4[0xfa]R[0xbd][0xfb][0x1f]PK[0x7][0x8][0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.class[0x95]SMs[0x1b]E[0x10]}#i?,V[0x96][0xb2][0x91]m[0xc0][0xc1][0x11][0x10][0x88][0xf5]a/1&[0x1][0xec][0x84]8[0x8e][0x3]&[0xb6]B[0xe1]`0[0x1c][0xc2]J^[0xe4][0xb5]WZ![0xad][0x82]S[0x14]?[0x81]?[0x90][0x1f]@.>@[0x15]Q([0xa8][0xa2][0xe0][0xc2][0x81][0x13]?[0x88][0x2][0xde][0xac][0xd6][0x96]"[0xeb][0xc2]agz[0xde]t[0xf7][0xbc]~[0xdd][0xfb][0xe7]??[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "`[0x1]w[0x92]0[0xf1][0x9a][0x8e]KI[0x1e]^[0x1f][0x83][0x8a]E[0xb9][0xbc][0xa1][0xe1]r[0x12]W[0xf0][0xa6]\[0xde][0xd2][0xf0]v[0x12]KXNb[0xc]Wu\[0x93][0xfb];:[0xae][0xeb]X[0xd1]qC[0x9e]V5[0xdc][0x14]P[0xea][0xf7][0xe][0x9c][0x7][0x2][0xe6][0xc6][0xbe]}[0xdf][0xb6]<[0xbb]Q[0xb3][0xb6][0x82][0x96][0xdb][0xa8]-[0x9]h[0xf5]{[0xf7]m[0xaf][0xe3][0x8][0xa8][0xcb]n[0xc3][\r][0xae][0x9]\[0x9c]=[0xed]x[0x1a][0xc9]o[0xb]$V[0xfd]]F[0xa6]7[0xdc][0x86]S[0xee][0xd4]+N[0xeb][0xae]][0xf1][0x1c][0xf9][0x94]_[0xb5][0xbd]m[0xbb][0xe5][0xca]s[0x4]&[0x82]=[0xb7]-`m[0xf8][0xad][0x9a][0xe5]7[0xdb][0x8b][0xfb]V[0xd3]>[0xb4][0xda]_[0xb9][0xed]v[0xc5]?[0xb4][0x9c][0xc3][0xc0]i[0xec]:-k[0xd3]n[0xb8]_8[0xed]`[0xad][0x11][0xb4][0x1e][0x90]c<[0xa4][0xaf][0x1c][0xf3][0xac]9[0xc1]m[0x9]dg[0xf3][0xa3]*[0xd2]y[0xbf][0x1d][0xb9]:_vl[0x8f]oN[0xc][0x96]t[0xa7][0xb2][0xef]T[0x83][0xa5][0xfc][0xa7][0x2][0xc2]Z[0x96][0xe8]*[0xe4]j[0x7][0x2][0xa9][0xad][0xc0][0xae][0x1e]l[0xda][0xcd][0xb0][0x4][0xaa][0xcf][0xf4]{v{[0xaf]Ww|6[0xbf][0xce]GZN[0xbb][0xe3][0xd1]Y[0xf0][0xa0][0x7]~[0x8f][0x88]@r[0xcb][0xef][0xb4][0xaa][0xce]-7[0x14][0xe4][0xa9][0x9a][0xe6][0xe5][0x8b][0x6]&[0xb1]6p[0x93]s[0xe4]U[0x8e][0xb5]j[0xb8]e[0xe0]][0xbc]g[0xe0],[0xb2][0x6]&[0x90][0x15][0x98][0xfb]_[0xa2]iX7[0xf0][0x12]^6[0x90]GA`jX[0xa6][0x1b][0x1d][0xd7]c[0x90][0x86][0xf7][\r][0xdc]FNR[0xd9][0x10][0x88]}Mk[0x13]e[0x96]O[0x16]WYM)[0x17][0x8a]N3[0x96][0xfb][0xc6][0xc0][0x1c]r[0x2][0x99]a[0xb9]B!8[\r][0x17][0xfa][0x14][0xc3][0xdb]r[0xc7][0xf3]VZ[0xb5]N[0x9d][0x85][0xad][0x1d]V[0x9d]f[0xe0][0xfa][\r]N[0xb]S[0xba][0xbb]v[0xe0][0x94][0xfd]@[0xba][0xc][\r]\[0xd4][0x82][0xd1][0x3][0x97][0x19]F[0x99][0xae][0xf][0xad]zv[0x9b][0xcd]Nq[0x0][0xb6][0xdc]z[0xd3]s[0xca]v[0xdd][0x19]j[0xfe]@2[0xd5]n6[0xa9][0x1d][0xb5][0x1d][0xe5]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x8a]4[[0xc2][0x8b][0xfc][0x13]M[0xfe][0xa6]1[0xae]l[0x10]-S[0xf6][0x88][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "A%[0xa7][0xb8]>[0xcb]S[0x95][0x1e]q[0xee][0x13][0x85]'[0x10]E3[0xf6][0x13][0xe2][0x85][0xe2]c$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xa5][0xc7]P~[0x8][0x13]<[0xc7]u[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7]<[0x12]( [0x89][0x12][0xd2][0x94]9[0x8b]y[0xc0]V[0x4][0xd7][0x90][0x96][0xc3][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "2[0x11][0x8c][0xe0][0xba][0x82][0x8f][0xa4][0xd6][0x8d]0[0xb6][0xf1][0xb1][0x94][0xdc][0x94][0xe8][0xac][0x82][0x9c][0x82][0xbc][0x82][[0xc][0xc3][0xb5][0xfb]u[0xee][0xba][0xc2]6[0x19][0xa6][0xb3][0x87][0xfc]![0xd7][0xc3][0xba][0xb4][0xdf][0xc3][0x87]a[0xb0][0xc6][0xdd]R[0x95]a&[0xd6][0x11]S[0x8e][0xd7]Ss/[0xec][0x9]*L[0xd7]>[0xa2]9[0xd3][0x9c][0xd5]m[0xd3][0x14]v[0xda][0xe0][0x8e]#[0x88][0xe2]d[0xb7][0xc2][0xac][0x8f]"5E[0xaa][0xe9][0x12]1[0xda]c2[0xe4]{'&[0xc]S[0xdd][0xd1][0x1f][0xd5]O2[0x90][0xea]gw[0xad]7[0x96]^[0xc9][0x6]yHv" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "k[0xff]o[0xbd][0x91][0x82][0xcb]K[0xf]H[0xc3]g[0xa1][0xe0][0xb6][0x82]O[0xe8][0x12][0x14][0xf4][0x8a][0xc9]][0xcf]&^F[0xec]L[0xa6][0xe7][0xce]H(\[0xb0]<[0xbb]$[0xa8][0xac][0xe4][0xfb]b[0xff]j/JM[0x15][0xd3][0xd8][0xa1]j[0x13][0xc4]3[0xb8]=C[0xb5][0xb7][0x85][0xe3][0xe8][0x96][0xa9][0xa0][0xa0]b[0x17][0x9f]*[0xd8]Sq[0x7][0x9f][0xa9]8[0x8f][0xb][0xc]cmB7[0xb8]S%R[0x14][0xae][0x8a][0xbb][0xd8]Wq[0xf][0x9f]+[0xf8]B[0xc5][0x97][0xb8]O[0x9]P[0xf1][0x95][0x14]r[0x14][0x19][0xc6][0xfb]TEEI[0x1e]M[0xb5][0x3]HW[0xb9]][0x10]_{[0xc2],[0x9][0x15][0x7][0xa0]L[0x96]UT[0xa4][0x95]*[0x8a]*t[0x1c]2,[0x9f][0xed]n3[0x9c]k;[0xba]U<[0x14]%[0x97]a[0xf1][0xbf]l[0xbd]hc[0xa4]+[0xe][0xca][{[0xbf]M[0x0][0xee]Z[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc4][0xe4][0xcb][0x9d]m[0xdb][0xf6]}[0xe6]=[0xc3][0xd8][0xb2]+^[0x8d]nx[0xa6]Q[0x12]u[0x97][0x92]L[0xac][0x1e]rC?[0xe0][0xae][0xc8][n[0xa6]Vw[0xe9][0xa9][0xc4][0xfa][0xf4][0x82][0xfd][0xfe][0xed][0xe1][0xfc]?[0xb4][0x16]zH%[0xab]V[0xf7][0xcb][0xbf][0xd0][0xaf][0xb5][0xfc]KORt[0xa7]E[0x84][0x2][0xd9][0xa7]g[0xe7][0xbf][0xe4][0x82][0xa0]|[0x8d][0xc5]:[0x15]I[0x94][0xea]J[0x89][0x8f][0x9][0xe9][0xa7][0x89][0x98][0xea][0x82][0x9f]$H[0xba][0xa8]r'OI[0xa6][0x8e]e[0xfa][0xd3][0xc4][0x9][0xb2][0xa3]<[0xb2][0x1b]U[0x84]K[0x95]$[0x5][0xff][0xe9][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << ",uF[0xd3]ya[0xfa][0xc4][0x94]k*[0xa5][0xfa][0xe4])wb[0xaf]e[0x99][0x1a]N[0x88][0x9c][0xed]q[0xc3][0xa3][0x94][0x5][0xea][0x1e][0x91]Z[0x89][0xf5]r[0xea][0x95][0xf4]![0x8e][0xcb][0xf4]9[0x99][0x4]%[0x80][0xfe]Q[0xf9]n[0xe8][0xbb]3@[0xeb]i[0xbc]L[0xe3]E[0xda][0xed]"@[0x12]`"[0xfe][0x4],[0x11][0x8c][0xe][0x86][0x85]S[0xd4][0x2][0xa1][0x16]I:[0x8a][0xc0][0x1f][0xb8][0xac]@S[0xf0][0xce][0xe6][0xef]$|[0xd7]O[0xe4][0x15][0xfa]/[0xf9][0xab][0xab]x[0x8b][0xe6]0)[0x8e][0x10][0xb1]7[0x87][0x86][0xff][0x6]PK[0x7][0x8]!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.class[0xa5]SMo[0xd3]@[0x10]}[0xdb][0xa4]q[0xeb]:M(P>S[0x2][\r][0x90]&[0xa5]NB[0x91] [0x14][0xe]D[0xad]T)[0x5][0xa4][0xa0][0xc2]u[0xe3],[0x89][0xd3]t[0x1d][0xd9]N?[0xe][0x1c][0x90]@H[0xfc][0x5]~[0x0][0x7]N[0x95][0xf8][0x12][0x7]~[0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "1[0xeb]8[0xb4][0x15][0xb4]H[0xe1]0#[0xcf][0xec][0xec][0x9b][0xf7]f[0xbc]?~~[0xfb][0xe][0xa0][0x84][0xc5]qh[0xb8][0xa4]c[0xc]i[0x1d][0x97]qE[0xb9]Y[0x1d])d[0x94][0xbb][0xaa][0xe1][0x9a][0x86][0xeb][0x1a][0xb2][0xc]1[0xbf]e{[0x99][0x2]C[0xb9][0xea][0xb8]M[0xd3][0xe9]z[0x8b]m[0xb3][0xcb]wLo[0xdb][0xf6][0xbc][0xba][0xb3]c[0x8a][0x1d]_[0xc8][0x86]p[0xcd][0xda][0xae][0xb4]Z[0xae]#[0x9d][0x9e][0xf7][0xa0]'[0x1b][0x1d][0xf1][0x94][0xfb]VK[0xb8]w[0x9]e[0xc9][0x96][0xb6][0x9f][0xe1]^vx[0x98][0xb9]u[0x86]h[0xc5]i[0x8][0x86]D[0xd5][0x96][0xe2]ao[0xb3].[0xdc]'[0xbc][0xde][0xa1][0xcc]T[0xd5][0xb1]xg[0x9d][0xbb][0xb6][0x8a][0xc3]dT[0x91]g0V[0xa5][0x14]n[0xa5][0xc3]=OP[0xb8]44[0x85]L[0x91][0xb4]L[0x1f][0xee][0xb4][0xdb][0x1d]t[0x8b][0xd7][0x83][0xda]J[0x8b][0xcb][0xa6]h0[0xcc][0x86]Z[0xbd][0xa6]m>w[0xf9][0xa6][0xd8]v[0xdc][\r][0xb3][0xf][0xb8][0xbc]%[0xa4][0x1f]([0x9a][0xa8][0xef]'[0x18][0xd2][0xff][0xba]Bmj>[0xb7]6[0xd6]x7l[0xab][0xd7][0x9c][0x9e]k[0x89][0x15][[0x5][0xa9][0xa3][0xa8]/[0xb4][0xf9][0x16][0xa7][0xc1]-K[0xab][0xe3]x[0xb6]l[0xae][0x9][0xbf][0xe5]44[0xcc][0x19][0xc8]!o@[0xc7][0x84][0x1][0x3]y[\r][0xf3][0x6]n`[0xc1][0x80][0x89][0x82][0x81]"J[0x6]n[0xa2]D?[0xc0][0xf0]ScH[0xaa][0xf6]f[0x87]&c>[0xaa][0xb7][0x85]ER[0xe7][0xff][0xa2][0xf4][0xf][0x88][0xaa][0xed][0x11][0xba]p[0x19]n[0xf][0xdb][0x9e]As$[0xcd][0xcc][0xa5][0x9e][0x91][0xac][0x1a][0xf9][0xcc][0xf1]3[0xa6][0xb]M[0xe1][0xab][0xc5][0x6][0x17]V[0x19][0xc6])[0xee][0x17][0xd0][0x84][0xb3]sG[0xef][0x88][0xd6][0xa3]s[0xcb][0x12][0x1e]=[0x99][0x2]=[0x9a]g[0xff][0xf1][0xbb][0x1f][0xd3]E[0x89][0x18][0xf4])[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "H[0xd3]k[0x1e][0x3][0xf1][0x4]K&[0xd5]&[0xe9][0x91][0x8f][0x90][0x19][0x88]Sv[0x92][0xbe][0x1e]S[0xac]2z.[0xff][0x9],[0xf7][0x5]#{[0x14]E[0x90] [0x1f][0xa3][0x1a][0xe0][0x5][0x92][0xe4][0xa7][0xfb]U8[0x81][0x93]@[0xf0][0xa5][0xd0][0x18]N[0x5]h[0xec][0xc0][0x19][0xc3]i[0xaa][0xee][0xa3][0xbf][0xb][0xd1][0xcb][0xf9][0xcf][0x88]|[0x8].[0xe2]V[0xc8]A[0xd9]E[0xb2](Y.[0xf7][0x11][0x8c]j[0xa2]_1[0xfa][0x1e][0x93][0xfb]Ql/[0xa8]H[0x4][0xc]F[0xc9][0xbf]$M[0xaf][0x90][0xc7]k,[0xe0][\r][0xee][0xe0][0xed][0x1]v[0xe5][0xdf][0xec][0xca]8[0x83][0xb3][0x87][0xd8][\r][0xce][0xce][0x91][0x8d]"[0x92][0x8e][0xeb]$[0xf2]|@[0xe3]BH#[0x85][0x19]L[0x5]Bh[0xd1]}[0xae][0xbf][0x0]PK[0x7][0x8][0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.class[0xb5]X[0xb]|[U[0x1d][0xfe]N[0x9a][0xf4][0xa6][0xe9][0x1d][0xac][0x85][0xe][0xca]6[0xcc][0xc6]6[0xba][0xa4]k[0xba]9`[0xb4]e[0xb3]+[0xc][0x86]][0xa7][0xb4][0xec]A7[0xe7]mr[0xd7]fKr[0xeb][0xcd][0xcd][0xb6][0xa2][0x82]"[0xf8]@`[0xe0]DD[0x14][0x90][0xf1][0x1c] [0xe][0xd8]#[0xbc][0x1c]"C[0xf0][0x81][0xca]KP[0x1]E[0x5][0xc1][0xf7][0x13]Q([0xdf]97I[0xd3][0xae][0xed]h[0xc5][0xdf][0xaf]=[0xf7][0x9c]s[0xff][0xe7][0xff][0xf8][0xfe][0xaf]s[0xf3][0xd8][[0xf7]<[0x0]`[0x9e]([0xb]`[0x11]>'[0x87][0xb]5[0x18][0xf2][0xf9][0xf9][0x0][0x9a]qQ[0x19]g[0x17]k[0xb8]$[0x0][\r][0x17][0xf9][0xb1]U>/[0x95][0xc3]e~|A>[0xb7][0x95][0xe3][0x8b][0xb8][0xdc][0x8f]/[0x5]p[0x5][0xbe][0xec][0xc7][0x95][0xf2][0xc4]W[0xe4]p[0x95][0x86][0xaf][0x6]p[0xb8][0xcb][0xe3]k[0x1]\[0x8d]k[0xca][0xd1][0x80]k5|=[0x80]jw[0xfb]:[\r][0xdb][0x3][0x98][0x82][0xeb][0xe5][0xe2][0x86]r[0xdc][0x88][0x9b][0xe4]ps9[0xa6][0xe3][0x16][\r];[0xe4][0xe2][0xd6]r[0xdc][0x86][0xdb][0xcb][0xf1][\r][0xdc]![0x87]ojH[0xfa][0xb1]SR[0xdc][0xe9][0xc7]][0xe5][0xb8][0x1b][0xbb]$[0xc5]n[0xc9][0xfc][0xe]?[0xf6][0xc8][0xe7][0xde]rdq[0x8f][0x1c][0xee][0xd5]p_[0x0][0xf7][0xe3][0x81]r[0xcc][0xc3][0xb7]4[0xec][0xf3][0xe3]A[0xa9][0xf2][0xb7][0xfd]xH[0x1e][0xfb][0x8e][0x86][0x87][0xfd][0xd8]/[0xdf]>[0xe2][0xc7]w[0xe5][0xd6][0xa3][0x1a][0x1e][0xb][0xe0]{[0xf8][0xbe][0x86][0x1f][0x8][0xe8]KS)[0xd3]nI[0x18][0xe9][0xb4][0x99][0x16](i]~[0xaa]@e[0xab]ewG[0xd2][0x89][0xf5][0xf3]7DZ[0xad][0xee]n[0xd3]n[0x14](K[0xae][0x8b]Z)[0xc7][0xdc][0xe2][0x8]LW[0x4]V[0xba];[0x1e]Yo[0x1b]Is[0xb3]eo[0x8c],[0xce][0xa4]b[0x9][0xb3][0xc5][0xa5]q[0xf][0xa4][0xa3][0x86]d/[0x10]q[0xf][0xf4][0xa6][0xc9][0xb1][0xd7][0xd8][0x12]Io[0x8e][0xa7][0xd3]][0xd6][0x96][0x8]I[0xcd]T[0xcc][0xb4]s[0xa7][0xdb][0xdd][0x3][0xf2]t{[0xbc];e8[0x19][0xdb][0x14][0x98]?[0xb6][0xd3]M[0x1d][0x1d][0x8d][0xb][0xc9][0xa2]<[0xb9][0xce][0xea]J[0x9b][0xf6]&[0xd3][0xa6]i[0x13][7[0x18][0x9b][0x8c]H[0xc6][0x89]'"[0xad][0xf1][0xb4][0xd4][0xf0][0xd4]![M[0xef]P[0xce][0xf2][0x1c]WW[0x90][0x14][0x15]H[0xae]K[0x1a][0xbd][0xbd][0xf1]T7%[0x1d]Z[0xc4]v[0x99][0xd1][0xcb][0xd7][0xcd][0x83]w[0x9a]F[0x86][0xaf]q[0xa8]J[0x5][0x11][0x13][0x93][0xeb][0xba][0x14][0x89][0xdc]6[0x15][0xaa][0xc7][0x8c][0xcc]'O[0xc4][0x83][0xa5]M[0xf1]T[0xdc]Y([0xd0]Qsp[0xb7][0x8d][0xd1]O[0xb3]W[0x8]x[[0xac][0x98])[0xad][0x8e][0xa7][0xcc][0xb6]L[0xb2][0xcb][0xb4];[0x8c][0xae][0x84][0xa9][0xc2](j$V[0x18]v\[0xae]s[0x9b]^[0xa7]'N[0x8c][0x1a][0xe]*[0xa8][0xbd]/[0x15][0xed][0xb1][0xad][0x94][0x95]I[0xbb]2W[0x1a]N[0xb4]GY[0xa4][0x15][0x2]Q+D[0xd8][0xa4][0xc1][0xc2][0xfa]z[0xf3][0x2][0x17][0x8d][R>[0x8e]V[0xbf][0xeb][0xb8][0xb9][0x9c]%x[0x17][0xbc][0xfb]>[0xe9][0x1c]c[0x14]+=[0xca][0x8a]2e[0xee][0x98]9[0x8][0x1c]?[0xd6]3yp'[0xb4];Ft#[0x93]B[0xb9][0x8b][0xb5]I[0xc3][0xf]5<.[0xb0][0xf5][0xff][0x84][0xfa][0xf8][0x14][0x95][0x18]iV[0x8a][0xca][0xda][0xc][0xbb][0x92][0x1a][0xb9].u[0xf3]Q`[0xf2]([0xf9][0xcc]c.[0x19][0x81][0x9d][0xd2]9*a[0xa9][0xe4]o[0xf5][0xb2]p9[0xd6]b[0xf3][0xc]3im2c[0x2]~[0xdb][0xec][0x96][0xd9][0xcc] ?z[0x14]L[0x94][0x8a][0x82][0xca]U[0xb9]%$a[0xa4][0xba]#[0x1d][0x8c][0xeb][0xcd][0x12]X[0xb2][0xf7][0xe7]],P?v[0x7][0x97][0xd9]f[0xda][0xca][0xd8]Qi[0xc7]q[0xe3][0xf4]u[0xd5][0xb0][0xc5][0x8d]-J[0xc3][0x8f][0xd8][0xe][0xd9][0xcb][0xd8][0xc1]XL3[0xa9][0x1][0x93]K[0xd9][0x6],[0xd9][0x4][0x2]F[0x94][0xc2][0xd3]3[0xea][0xeb][0xeb][0x5]V[0xd5][0x8c][0xbf]~[0x1c][0x4]B[0xcf][0x96]z9[0xcc][0x1d][0x90]8WJ[0xf4]7E[0x13][0xb9]:zzSGC[0x11][0xc6][0xcb][0xbb]6[0x98]Q[0xa7]q[0xe1]H[0x1a]%[0xe2][0xeb][0xcd]h_4aF[0x9a][0xbb][0xd2][0x8e]mD[0x9d][0xd6][0xfc][0x8e][0xec][0x1c][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd5]%q[0x19]HSGR[0xba]N[0x8a][0xd3]q[0xe]>[0xa2][0xa3]W[0xe][0xed]X'[0x87][0xb8][0x8e][0x16][0x9c],p[0xc4][0x80]:[0xed][0x8e][0xcd]6[0xb4]8[0x13]O[0xc4]$~[0xb3]Zl[0xd3]p[0xb8][0x13]t[0xc3]0[0xb8][0xd9][0xe5][0x18][0xdc][0x1c]wz[0x82][0xb9][0xf2][0x19][0xec][0xd4][0xf1]c[0xfc]D[0xe]O[0xb0]D[0xaf][0xad][0xab][0xab][0xd3][0xf1]$[0x9e][0xd2][0xf0][0xb4][0x8e]g[0xf0]S[0x6]q.[0xe5]4<[0xab][0xe3]9[0xfc]L[0xe0][0x10]W[0xc1]<[0xb][0x1d][0xa7]`[0x89][0x8e]Sq[0x9a][0xc0]a[0x3]nn[0xb6]m[0xa3]O[0xfa]Z[0xc7][0xfb][0xd1][0xaa][0xe1][0xe7]:~[0x81][0xe7]u[0xbc][0x80][0x17][0x5]*[0x6][0xe8]N3[0xd2]=,[0x2]:[0xda][0xb0][0x9c][0xdd]a[0xbc][0xce][0x9d]1W[0xa2][0xf2]K[0x1d][0x1f][0xc4][0x19],$:~[0x85][0x97]t[0xfc][0x1a][0xbf][0xd1][0xf1][[0xbc],P=[0xa2][0xef]u[0xbc][0x82][0x97]4[0xfc]N[0xc7][0xab]xM[0xc3][0xef]u[0xfc][0x1]/[0xeb][0xf8]#[0xfe]D=U[0x1])[0xc2][0x90]p[0xfd][0x19]O1[0xdd][0xd6][0xb2]T[0xe9][0xf8][0xb][0xfe][0xaa][0xe3]o[0xf8];[0x9b][0xf4][0x12][0x8b][0x14][0xc1]B[0xae][0x4]u[0xfc][0x3][0xff]dx[0xeb][0xf8][0x17]^[0xd7][0xf1]o[0xbc]!P7[0xb6][0xec][0xd1][0xf0][0x1f][0x1d][0xff][0xc5][0x9b]:[0xde]B[0x1e][0xdc][0xc1][0xd9]-0m[0xa9]J[0x93]X[0xd0][0xdc][0x12]5{[0x9d][0xb8][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xc6]22[0x10][0x82][0xf9]T[0xd2][0xa9][0xae]`S>[0xc3]L[0x98]Fz[0x90]1[0xc2]#J[0xe8][0xd0][0xc1][0xc9][0xc9][0x8e]~fjN[0xfe][0xb4][0xa4][0xd7][0x85]W*0cDQ[0x99][0x1]z][0xf8]$[0xcf][0x5][0xe3]u[0xa4]&Ju[0xa1][0x9][0xbf][0xc0][0xbc][0xb1][0xa7][0x95]@[0xf0]`[0xad]C`[0xce][0x98]z[0x7][0x81][0x1b][0x80]g)[\r]4[0x1c]KV'^[0xfa]HMn5[0xad]CS[0xb0]q[0xf6][0x1][[0xb9][0xac]l[0x1c]B[0x9f][0xab] [0xa3][0xd1][0xfb][0x1d][0xcb][0xdd][0x12]8[0xbc][0xe6]@By?[0x1c]zg[0x17][0xf0][0xc5][0xcc][0xae][0xc]OT[\r][0xa7][0x1c]K[0xdd][0x8c][0x1][0x8][0xd4][0xab][0xb6]L"[0xd1]lwg[0x92]f[0xca]9%[0xef]\[0xc6][0xc1]&#[0x11][0x8f][0x19][0x8e][0xd9]f9[0x92]D[0xe0][0xd8]a[0xb4][0x1f]^[0xc4][0xc4]![0xa5] -1K[0xbb][0xf1]5[0xb3][0xa6]sD[0x10][0x8a][0xaf][0xe9][0xa5]F,[0xd6],[0xc5]V[0xd7][0x14][0xbd]l[0xb1][0x12][0x9][0x1e][0xa0][0x86][0x8d][0xb3][0xcf][0x12]8[0xe9][0xe8][0x8]R[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x19]|uf[0xed][0x1c][0xa5][0xdd][0x16].[0xd8][0xf2]p[0xa0][0xdb]t[0x16][0xe7][0xbb][0xfc][0xd1]5[0xb3]G[0xef][0xf3]~R[0xf3]"[0xe1][0x98][0xea]"[0xb1][0x94][0x1e][0xb5]U[0xaf][0x1f]*~[0xc2][0xa0][0x8f][0x6][0xe2][0xb0][0xd1][0xec]k7[0x9]\EM1J[0xdc]j[0x1c]D[0xac]h[0xbc][0xe9][0xf8][0xd9][0x14][0xa0]9[0x96][0xc2]][0xa0]fX[0xb4][0x87][0xd9][0xa3][0xc3][0xa5][0x82]}[0xc9].+[0x11][0x8f][0xb6]Q}[0xc9][0x8d]i[0xa0][0xa2]v[0x94][0xe6]y[0xa0][0xe7]Jz3Te[0xc1][0xe8][0xd1]2L[0xf4][0x17]4[0xf1][0xc7][0xb][0xa9]6i[0x90][0xd1][0xf9][0x14][0x94][0xf7][0xab][0x1e]#[0xdd][0xa6]R[0x9a]h2[0x12][0xbc])[0xb5][0x18][0x9c]&[0x5][0x8e]U[0xc3]E[0x90][0xfc]<[0xcc][0xa4][0x92]V,[0xbe]^}>[0xb8][0xf1]9[0xbd]f[0xa8]E[0xc3][0x98]8[0x81]q[0xc3]`?%[0xc5][0x98][0x97][0xde][0xaf][0x1b][\r][0xa2][0x3][0xf8]1v|[0xa6]mK[0xfb]B[0xc3]$[0xe9][0xb0]79y[0xa8][0xa4][[0xfa]x[0xd6]A[0x8a][0xc8][0x80]CU[0x80][0x15][0xab]Y[0xea][0x86][0x1c]o[0xe]C[0xcb][0xc6][0x12]VR[0xcb]f[0xc0][0x94]QF[0xbe][0x92][0xcc],[0x96][0xa4]~-[0xa0][0xa0][0x3]~$[0xc0]4,B3[0x80]R[0x1c]%[0xef]%[0x9c]U[0xca]k[0x81]z[0xf2]f[0x0][0x81][0xa5][0x9c]{p:[0xd7][0xbc][0xe][0x14][0xd6][0xcb][0xf8][0xcf][0xc6]_X[0x80][0xff][0xec][0xe0][0x9c][0x97]q[0xaf][0x1d][0x1d]\[0x9f][0xc9]U[0x1c]^[0x94][0xf0]Y[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd7][0x8a]}([0xd9][0x3][0xef]N.K[0xb0][0x82]c[0x80]D[0xc0]*>Wc%gA[0x97][0x94];[0xab][0x1]5;[0x8b][0xaa][0x8]5[0xeb][0xa4]2[0x1e][0xac][0xe1]|[0x92]:%[0xa9][0xd6][0xe6][0xa8]:[0xa9][0x9e]'[0xa7][0xc8][0x87][0xf0]Iy[0xd5]r[0xc5][0xb][0x1f]9z[0xa5][0x8c][0xd0][0x1e][0xf8][0xee]D[0xe9][0xbd][0xd0]V[0xef][0x81][0xbf][0xb2]l7[0x2][0xb5][0xbb]Q^[0xa9]s[0xb2][0x1b][0x13][0xb2]8[0xc4][0x83]p[0xe5][0xa1]{1[0xb1][0xb6][0xb2][0x82]c([0xbc][0xb][0x95][0xa1][0xda]]8,t/[0xe][0xe7][0x99][0xaa]][0x98]4g?*Bw[0xf3][0xb9][0x17]Gdq[0xa4][0x7]+[0xa5]-^eK[0x88]V[0x0]&W[0xeb]1[0x3]=\[0xc7]Q[0x8f][0x8d]8[0xe][0x9]4 IPS[0xd4][0xb0][0x97]v[0xda][0xca][0xd6][0x90][0xab]W[0xc1][0xd6]U[0x5][W[0xe5]l[0x95][0xb3][0xf][0xc3][0xa0][0x5]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xd8][0xac]*X[0xbd]*g[0xb5]K[0xd5][0xc5][0xb7]Q[0xce][0xab] [0xfa][0xc9][0xde][0xab]![0xa6][0x81][0xdf]f[0xeb]5u[0xcc][0x85][0xa6][0x9b]"{[0xa8][0x96]P[0x9e]y[0x15]>z[0x1d]XC[0x3][0xab]i[0xe0]Q[0xbb]0[0x99][0xc6]Ur9e5[0xe1][0x9a]z[0xd6].[0x1c][0x9d][0xc5]{<[0x90][0xbb]Y[0x4][0x5]Z[0xc3][0xfb][0x11][0x9]/[0xab]}`a[0xc9][0xf1][0xde]*[0xef][0xd4][0xeb]0[0xad][0xb6][0xca];[0xaf][0xc1]W[0xed][0xcb]b[0x1a]32x-[0xca]B[0xd5][0xbe]=[0xf0][0x9c][0xef][0x15]7[0xf5][0xbf]0[0x0][0xcf],[0xc6][0x5]p6[0x9d][0xf5]1[0xc6][0xdc][0xa5][0x8][0xe3]2D[0xb0][0x8d]1w9[0xa3][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "j[0xb4][0x8d][0x6]]U[0x8][0x83][0x16][0xc6][0xdb][0x6][0xc2][0xe7][0x93][0x1a][0xe6]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "c.[0xc1]LR[0x9][0x88][0xae][0xc0]Z[0x93][0x3]D[0x1a]$J[0xfa]q[0x2]|[0xca][0xf8]c[0xf9][0xc7][0xcb][0x13][0xa6][0xbe]N[0x1e]^[0x82][0x9f][0xb7][0xfb][0x15]"![0xed][0xee]T[0xc6][0xde]-mq[0xdc][0xc6][0xb3]6[0xd2][0x9c][0x9d][0x87][0xa9]p[0x90]Qy[0xb7][0xbd][0x90]w[0xdb][0x15][0xde][0xfc][0xc0]&[0xcd]&[0x16]8O![0xdb]\[0xfa][0xcd][0x5][0xfa][0xb5][0xca][0x17][0x92]j[0xb][0xa9][0xa2]n[0xe][0xbf][0x89][0x94][0x86]>[\r]g[0xf7]cz[0xce][0x5][0x1f]u74F[0xba][0xd0][0xf0][0xf1]70[0xe1][\r][0xd2]{[0xe4][0xa7]`[0xce][0x19][s[0xce][0xd8][0x11]~[0x84][0xe5][0xb0][0x8][0xc8][0x5][0xa3]yd2[0xdf][0x9c](C[0xb1]a[0xd9]H[0x8e]h[0x1c][0x9f]#[0x9a][0x8a][0x1c]q[0xd2][0x80]#r2[0x17][0xaa]:'[0xa8][0xff][0x85][0xb8][0xb8][0xe0][0x93][0x6][0x1c][0xc2][0xf1][0x9][0xae][0x9e]$[0xb6]O[0x11][0x8b][0xa7][0x19][0x84][0xcf][0xb0][0xce]=[0xcb]z[0xf4][0x1c][0xa9][0x9f]'[0xfd]K<[0xf1]"[0xb6][0xf2][0xa3][0xee]*~[0xd3]][0xcd]O[0xba][[0xf0]r[0xc1]7[[0xe9][0x9b]s[0x95]o[0xce])[0xf2][0xcd][0x8e][0x82]ov[0xe4]|[0xb3][0x80][0x1e][0x1c][0xec][0x9b]s[0x8a]|[0xb3]#[0xe7][0x1b][0x97]*[0xef][0x9b]0|[0xbe]7[0xa5];[0xde][0x81]s&[0xfa][0xf1][0x9][0xb6][\r][0xb7]>4(g[0xb1]#[0x86][0xc2][0xac]c;U[0xe5]\[0xa1]:[0xa4]P[0xa1][0xb8][0xb2][0xd0][0x82]J[0x19]"[0xae][0xa2][0xa5][0xf8][0x94]T[0x94]|[0xce][0x1f][0x9e][0x8f][0x18][0x13][0x1f][0xf8]qA[0xa1]^MS[0xf4][0xec][0xab][0x95][0x8b][0xf6][0xe2]}w[0xa1]T[0xb2][0x12]E[0xac]N$[0x1e]n[0x81][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "4>[0xa3][0x9e][0x9f][0xc5]b[0xd5]][0x5][0xa6][0xa8][0xa3]x[0x1b]PK[0x7][0x8][\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x13][0xeb][0x9a]K+[0x2][0x0][0x0][0x10][0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]q[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaa][0x2][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9][0x2][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xed]![0xf9][\r][0x88][0x0][0x0][0x0][0x99][0x0][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x3][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0xa8]J[0xab][0x11][0xc6][0xea]j[0x2][0x0][0x0][0xb6][0x7][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0x4][0x0][0x0]META-INF/maven/org.ops4j.pax.swissbox/pax-swissbox-extender/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x7][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba][0x7][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0x7][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x8][0x0][0x0]org/ops4j/pax/swissbox/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y[0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x9a];A[0xfe]z[0x6][0x0][0x0][0xc7][\r][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x8][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JH[0x94][0x81][0xb][0x96][0x6][0x0][0x0]o[0xf][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9][0xf][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleManifestScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JF[0x90]v[0x8c][0xe7][0x0][0x0][0x0]u[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x16][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleObserver.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8a][0xaa][0x2][0xda][0xd2][0x0][0x0][0x0]F[0x1][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0x17][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]JN[0xc8]p[0xf4][0xe0][0x3][0x0][0x0][0xcc][0x8][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x19][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLEntryScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J%s[0x92] 9[0x2][0x0][0x0][0xf4][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x1d][0x0][0x0]org/ops4j/pax/swissbox/extender/BundleURLScanner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J$[0xb3]2[0x9e]+[0x3][0x0][0x0][0x83][0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << " [0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x8c]1O:R[0x2][0x0][0x0][0xcb][0x4][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x98]#[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xe2][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0xe2][0x18][0x3][0x0][0x0]^[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M&[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0xa7][0xbe][0xa6][0xe5][0x11][0xc][0x0][0x0]E[0x1d][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8])[0x0][0x0]org/ops4j/pax/swissbox/extender/BundleWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J#[0xa8][0xaa][0x19][0xa8][0x3][0x0][0x0][0xb1][0x6][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:6[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestEntry.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J}[0xe4]]{[0xbb][0x0][0x0][0x0]C[0x1][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C:[0x0][0x0]org/ops4j/pax/swissbox/extender/ManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J!{[0xc8][0xa2][0xe7][0x3][0x0][0x0][0x13][0x8][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`;[0x0][0x0]org/ops4j/pax/swissbox/extender/RegexKeyManifestFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[0x84]p[0x1f][0xad][[0x2][0x0][0x0][0x18][0x5][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1]?[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xaa]P[0xa8]J[\r][0xe8][0xdf][0xcb]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[0x0][0x0]W[0x19][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zB[0x0][0x0]org/ops4j/pax/swissbox/extender/SynchronousBundleWatcher.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x1b][0x0][0x1b][0x0][0x8a][0x9][0x0][0x0]PM[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "GET /content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "last-modified: Mon, 08 May 2017 08:06:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-5 << "95617106da0939952eede355160d24d190cfc047" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << last-modified: Mon, 08 May 2017 08:06:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-5 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 5][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 5][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45030<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 10034[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d]R[0xcb]n[0xdb]0[0x10][0xbc][0xb][0xd0]?,r.[0xf5][0xb0][0xdb][0x14]Q[0xd1]C[0x9c][0xb8][0x81][0x3]+0,'W[0x83]%[0xd7][0xe]c[0x89][0x14]H[0xfa][0xf5][0xf7]YK[0x8a][0x12]7=[0xe4]([0xee][0xcc][0xec][0xcc][0xac]r[0xae][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9d]gOh[0x9d]2:[0x83]4J[0xc2]`|[0xa8][0x8d][0xf5]l[0xc6][0xc5][0x86][0xaf]1[0x83][0x17][0xbe][0xe3][0x87]H[0xe9][0x17][0x14][0xfe][0xd7][0xae][0x85][0xfe][0xbe] [0xe8]E[0x18][0xcc][0xac][0xda]q[0x8f][0xff][0x7][0xb][0x83]IU[0x97]X[0xa1][0xf6][0xdc][0x13][0x8b]-[0x94]/[0x9]t]s[0xf1][0x8c]p[0x87][0xd6]hU[0x19][0xb8]/[0xe6]l8L[0xa0][0xa8]Q[0xc0][0xf5]l[0xf2][0x89]wnp[0xb4]U[0xa5]g[0xa3]c[0x6]s%6[0x90][0x8b][0xbb][0xad][0xb2][0x18][0x6][0xb]c[0xca][0xc]FZ[0xb2]$J[0xa2]a[0x9a][0x9e][0xa0]Z[0x96][0xc8][0x1e]x[0xf5][0xa5][0xb5]7[0x16])[0x8d]l[0xb4];t[0xce]w[0xa8][0xa1][0xd5][0x81]Y[0xb9]]+[0xdd][0xcb]>[0xa1][0x96][0xc6]f[0xb0] \[0x7]/[0xcc][0xca][0xef][0xb9]E[0xf8]c[0x8][0xd3][0xb8]o[\r]Kv/7[0xa7][0x0][0x97]Q[0xb2]L/?h[0x9c]E#[0xf3]S[0xee]|n[0xa4]Z)[0x94][0xf4]<[0xf8][0x99]^[\r]|O[0xd3]4[0xb9][0xea]Yyw[0xba][0x9e]=[0xe8]G[0xb7][0xe8][0x84]U[0xb5]o[0x9e][0xff][0x8d][0xac][0xce]z[0x5][0xb3][0x2]O[0xe3][0xb7]"n[0xb1][0xa6][0x1a]AK[0xd4][0xe2][0x8][0x93][0xe6][0x88]'[0xd8]{A[0xdd][0x8e][0xa9][0x12][0xa8][0x1d]U[0xfa][0xec]}[0x9d][0xc5][0xf1]~[0xbf][0x8f]x[0xb3]*2v[0x1d][0x97][0xed][0xd8][0xc5][0xd3][0xc9][0xcd][0xf8][0xa1][0x18][0xb3][0x1][0xdd][0xc3][0x1f][0xfc][0xbb]G#[0x1e][0xe7][0xd3][0x9e][0xbe][0xee][0xec]}[0xd4][0xa8]N[0xbd][0xd3]D[0xa3]S.[0xee][0xee][0xde][0x90][0x8b]c[0xf5][0xd7][0xd0][0x8a][0xf6][0xa8][0x84]}[0xa3][0xf5]2[0x8e][0xfc][0xba][0xfe][0x93]Q[0xd6]&[0xca][0x92]T[0x96][0x8e][0x2][0xd2][0xb8][0xf9][0xc5][0xbe][0xfc][0x9b][0x87][0xc1]+PK[0x7][0x8][0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]META-INF/DEPENDENCIES[0xad][0x8e]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc2]0[0x10]D[0xff]s[0x8a][0xbd]@[0x8d][0xd0][0x13][0xf4]K[0xf4]K[0xac][0x17][0x88][0xc9][0xd4][0xae][0x90][0xdd][0xb0][\r][0x5]=[0xbd][0xa9][0xe0][0x9]t[0xfe]f[0xde][0xc][0x8c][0xf7][0xd4][0xfd],[0xe7]=]-[0xc8][0xc2][0x95]WPB[0x81]$Hd,[0xa4][0x13][0xd5][0x99][0x17]*[0xa6][0xf][0xc4][0xda]`[0x85]e[0x16]$[0x9a]Ls[0x83][0xd8][0xe6]9[0xac][0x10]*-P[0xbb][0x7][0xe1]W[0xe3][0xb7][0xe7][0xd7][0x84][0xca]*[0xbb][0xad][0xf7][0x87][0xb3]n(![0xce][0xa0][0x3]L[0x85][0xb3][0xd2]i[0xbc]t}[0xbf][0xa7][0xb1] [0xd2]p>[0xba][0x8f][0xde]PK[0x7][0x8][0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]META-INF/LICENSE[0xdd]Z[s[0xdb][0xc6][0x15]~[0xf7][0xaf][0xd8]r[0xa6]Si[0x6][0xa6][0x9d]4i[0x1b][0xe7][0x89][0xb1][0xe4][0x86][0xad]CiD[0xb9]n&[0x93][0x87]%[0xb0] [0xb7][0x6][0xb0][0xc8]. [0x8a][0xfd][0xf5]=[0x97][0xbd][0x81][0xa4]dw[0xfa]VM[0xa6]5I[0xec][0xd9][0xb3][0xe7][0xf2][0x9d][0xef][0x9c][0xc5][0xb][0xf1][0xb9][0xbf]E/[0xcb][0x9d][0x12][0xef]u[0xa9]:[0xa7]^<[0xf3][0xe4]?[0x94]u[0xda]t[0xe2][0xeb][0xf9][0xeb]B[0xfc]Mv[0xa3][0xb4][0x7][0xf1][0xf5][0xeb][0xd7][0xdf]<[0xb9]h7[0xc][0xfd][0x9b]W[0xaf][0xf6][0xfb][0xfd]\[0xd2]6sc[0xb7][0xaf][0x1a][0xde][0xca][0xbd]z[0x81][0xb][0xef][0xaf][0xef]~Z[0x8b][0xc5][0xea]J[0xbc][0xbd]Y]-[0xef][0x97]7[0xab][0xb5]xws'>[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/NOTICE}[0xcc][0xb1][0xe][0x82]0[0x10][0x80][0xe1][0xfd][0x9e][0xe2]F[0x1d][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x9b][0x1b]1[0xd1][0xe8]d[0x84][0x17]h[0xda][0x93]6[0x81]^[0xd3][0x1e]6[0xbe][0xbd][0xc6][0xe8][0xea][0xfe]?[0xf4]Q[0x1b]Gx[0xa2][0xc4][0xc1]/[0x8c][0x97][0xe1]Vu[0x9d][0xc2]![0x92][0xc1][0xfe]z[0x86][0x3][0xc7]g[0xf2][0x93][0x13]l[0x95][0xea][0xaa]V[0xed][0x14][0x8e]o[0xf1][0x85][0x3][0xdf][0xa5][0xe8]Dx[0xe4]5X-[0x9e][0x3][0xc0][0xe8]|[0xc6][0x98][0xd8][0xae]F[0xd0][0x7]3[0xaf][0x96]2[0xe6]_j[0xe9]A3G[0xb2][0xa8][0x5][0xfe][0xbf]p[0xe3]D[0xe2][0xbe]iJ)[0xb5][0xfe]d5[0xa7][0xa9][0xd9][0xd6][0x0][0xf0][0x2]PK[0x7][0x8][0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesM[0x8c][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xc3] [0x14][0x0]w[0xc1]x[0x90][0xb9][0xa2]f([0x4]2[0x14]ZJ[0xf7][0xec][0xc1][0xe8][0x8b][0xb1][0xa4]*/Z[0xda][0xbf]o:[0x14]:[0x1e]w\s[0xc5][0x88]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << ":[0x98][0xde][0x90][0xc8][0xb][0x93][0x8d]]P[0xcc][0xb8][0x86][0x97][0x98]jt+[0xe6][0xb5][0xfa][0x10]9k[0x86][0xa5][0xc2])[0x13]h[\r][0xf2][0xd8][0xe9][0xb6]k[0x15]\[0xce][0x3]h[0xa9]$gO[0xa4]-[0xa4][0xd8]+[0xb1][0x83][0xa7]T[0xf3][0xcd][0xf5]K[0x8f][0x94]bx$[0xb1]e[0xb4][0x1b]g[0x86]J[0x98][0x8d]-{[0xf5]S[0x7]SB[0xbc][0xa3]-[0xe3]>[0x19][0xbf][0x1d]g[0x1f]PK[0x7][0x8][0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xml[0xad]V[0xdb]n[0xe3]6[0x10]}[0xf][0x90][0x98][0x1a]}[0xd8]-"[0xc9]I[0xb6]@[0x91]U[0xb4]ps[0xd9][0xaa]M[0xec] r[0xba][0xdd][0xa7][0x80][0x96]h[0x85][0xbb][0x12][0xa9][0x92][0x94]e[0xa3][0xc8][0xbf]wHQ[0xb6][0xec][0xc4][0xed][0xa2]h^,[\r][0xe7]r[0xe6][0xcc][0xe1]([0xe1][0x87]eY[0xc0][0x82]J[0xc5][0x4]?[0x1f][0x1c][0xfb][0xc3][0x1]P[0x9e][0x8a][0x8c][0xf1][0xfc]|[0xf0]0[0xbd][0xf6]~[0x1a]|[0x88][0xe][0xf][0xc2][0xef]<[0xef][0xf0][0x0][0xf0][0xef][0x86][0xa5][0x94]+[0x9a][0x81][0x16][0xa0][0x9f]([0x8c]*[0x92][0xe2]O"[0xe6][0xba]![0x92][0xc2][0xb5][0xa8]yF4[0xa6][0x83]7[0xa3][0xe4][0xfa]-[0xe0]+[0x95] 8m[0xe3][0x85][0x84]R[0xa0]_*[0xb8][0x96]lVk4[0x14]mN [0xb9][0xa4][0xb4][0xa4]\+[0x1f] [0xa1][0xd4][0x16][0x18]O[0xa6][0xf1][0xc5][0x15][0xcc]Y[0xe1]2dL[0xb5][0x91][0x8][0xa2]a[0xfa][0x9][0xbd][0x98][0x82]F[0xc8][0xaf]0[0xc7]d$[0xcb][0x98])O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "`[0x1c][\r][0xa5][0x5][0xd3][0x86]J[0x9a][0x13]iz[0xc3][0xf2][0xd5]J[0xb2][0xfc]I[0x83]h8[0xb6][0xff][0xc4]*[0xac]95[\r]%[0xd7][0x1d] [0xd5][0xa6][0xde][0x94][0xc6][0x9e]W[0xa2]v-[0xf5][0xba]w[0xa4][0x1c][0xc1][0xef]-[0x93]p[0xe2][0xf][0xe1][\r]:[0xb4]a[0x3]w>x[0xfb][0xde][0xc6][0x97]d[0x5]\h[0xa8][0x15][0xdd]T[0x0][0xba]Li[0xa5][0x11]4[0x82]+[0xab][0x82][0x11][0x9e][0xba]x[0xd7][0xe5][0xba][0xe]"[0xfd][0xec][0xd2][0x88][0x99]&[0x18]AlC [0xe6]}7 [0xfa][0xf0][0xa0][0xcd][0x0]OZWgA[0xd0]4[0x8d]O,f_[0xc8]<[0xe8][0xfa][0xc]n[0x90][0xe2]qr[0xe5]![0xee].[0xe4][0x81][0x17]T)[0xa4][0xec][0xcf][0x9a]I[0xa4]z[0xb6][0x2]R![0xac][0x94][0xcc][0x10]lA[0x1a]3J;1[0xab][0x5][0x4][0xd1]H$[0x9e][0xe7]Gm[0xbc][0xea][0x14][0xd1][0x9f][0xd7][0x86][0xb9][0xe]#v[0xdf]w@[0xee][0x88][0x1b][0xd6]`[0x94]@[0x9c][0xc][0xe0][0xe7]Q[0x12]'G[0xf0])[0x9e][0xfe]2y[0x98][0xc2][0xa7][0xd1][0xfd][0xfd]h<[0x8d][0xaf][0x12][0x98][0xdc][0xc3][0xc5]d|[0x19]O[0xe3][0xc9][0x18][0xdf][0xae]a4[0xfe][0xdc][0xc6][0xfe][0x16][0x8f]/[0x8f][0x80]"oX[0x8e].+iZA[0xbc][0xcc][0x10]K[0xb3][0x9e][0xbc]:[0x1c]F:[0xeb][0x81][0xa9][0x8a][0xa6]l[0xce]Rl[0x93][0xe7]5[0xc9])[0xe4][0x2]/[0x9]7[0xca][0xa9][0xa8],[0x99]2SV[0x8]5C[0xad][0x94]L[[0x8d][0xa9]6[0xf8]E[0x8f][0xfe][0xe1][0x81][0xe7]E[0x86][0xd7][0xb0][0x92][0xe2][0xb]M5[0xe0][0xad][0xe3][0xea]|[0xe0][0xa6]R[0x92][0x5][0xe5][0xfd][0xb9][0xdc]Mn[0x83]w[0xfe][0xd0][0xdc]F[0xeb]y[0xb6]Tl[0xed]mf[0xd8][0x9c]Z[0xbf][0x93][0xe1][0xf0]8[0xf8][0xe3][0xf6]&[0xc1][0xc0][0x92]x[0x8c]+mT[0x83]Q[0x8a][0x9d])k[0xbc][0x11][0xa9][0x5][0xf7][\r][0xc5]`[0x9f][0x87]5x[0x8b]w[0x8f][0xc3][0xc7][0xa1][0xbf]T[0xd9] j;[\r]K[0x91][0xd1][0xc2]i>[0xb2]9[0xc2]`[0xcb][0xd6][0x89])[0xac]P[0x9]\[0xbb]8k[0xc9][0xa5][0xa8][0xab]8[0x8b][0xb0]@W+[0xa7]RpV[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "|[0xe0]T1[0x15][0x6][0x9d]S/[0x8e]H[0xcd][0xe6]$[0xd5]hun[0xde][0x17][0xb2] ?z[0xf3][0x2][0xc2][0xa0]w[0xde][0x8b]r+.:1[0x10][0x17]kt[0xf6],X[0x83]s[0x86][0x82]f[0xa4][0xf1][0x2][0xd8]6[0xa8][0xd6][0xd3]C[0xda][0xb9][0x19][0xf6]#n[0xd5]G[0x13][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "6[0xe4]%[0xfd]Jr[0xd4]U4C[0xdd][0x14][0xd4][0x80][0xe9],[0xce][0x85][0x93][0x92]Fn[0xd1]|t[0xc9][0xe1][0xd7][0xe4][0xde];=[0x1d]B[0x82]yat[0x17][0x87][0x81]us!][0x83][0xc7][0xdb][0xdd][0xba][0xd3][0x8c][0xaa]T[0xb2][0xca][0xa8][0xe2]E^sA[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "nW[0xb8][(][0xb5]KZQT7OW[0x10][0xdb][0xde][0x8c][0xcf][0x6]B?[0xb1][0xab]U[0xcb]"r[0xb2]ZS[0xb8][0xab][0xac][0xe0][0xfb][0xbf][0x14][0xd3]4[0xce][0x9e][0xf1][0xc9][0xa1]}[0xe][0x3][0x13][0xba][0xc1][0xdc][0xed][0x8]<[0xbb]%[0x1c][0xaf]d[0xb9][0xa3]'[0x93][0xa2][0xf7]nm,[0x8b][0xda]b^Cg[0xc6]![0xc]X[0xb6][0xeb]d[0xea][0xb4][0x8][0xfc][0x8c]V[0x85]X[0xf9]hy[0xfe][0x6]h[0xeb][0xc]A[0xaf]6[0xb2][0xb0][0xf][0xaa]sPi[0xd9][0xf][0xc6][0xf]!o[0x99][0x8c][0xf0][0xe4]L-[0xf8][0x99]#[0xc][0x1f][0xfb]\IZ[0x9][0x15][0x10]5_3[0x19]X1[0x6][0x9a][0xe4]*[0xd8]/;[0xcf][0xaa][0xa0]W[0xa6]W<[0xa3][0xb]Z[0x8]\i[0x17][0xaf][0xa3]P[0xff]7[0x8c][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xf6][0xf0][0xf4][0xe4][0xb2]Sv[0xc1]h[0x93].[0x94][0x9f][0xe6][0xec]?[0x15][0xde][0x8c][0xc][0xc7]e'[0xe0][0xde]f5+[0xb6]VEU[0xd4]x[0xfd][0xd4][0xae]LZ[0xf3][0x8e]u[0xdf][0xba][0x98][0xd3][0x82]-_[_[0xaf][0xad][0xb1]v[0xbd][0xb6][0xf7][0xdf]k[0xcb][0xec]Yc}[0xd1][0xcc]Y^K[0xb2]C[0xe0][0xb6][0xfa][0xf1]s k[0xcb][0xf1]n7[~W[0xcb]JH[0xed][0xdd][0xd9][0xc5]C#[0xb3]M[0x97]~K[0xe2][0xf][0xef][0xbb][0xff][\r]-[0x89];[0x9e]{[0xea][0x6][0xff]R[0xd8][0x8a]q/|[0xdc][0x80][0xbb]Lw&[0xb5][0x9e]`74[0xfc][0xa4][0x6][0xee][0x9b][0x8a]o[0x3]PK[0x7][0x8]<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]javax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]javax/inject/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]javax/inject/Inject.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OA[0x18][0x5]P[0xdc][0xb8]0[0xfe],H[0xdc]8q[0xed][0xca][0xc0][0x10]'[0x1][0xc6][0xc][0x83][0x1b]We[0xbc]!%[0xa5]C[0xa0]C[0xe4][0xd5]\[0xf8][0x0]>[0x94][0xf1][0x16][0x12][0xd9]Lb[0x93][0x9e]6[0xe7]~[0xf7][0xb4][0xb9][0xdf]?[0x9f]_[0x0][0x1e]p[0xee][0xe1][0xd4][0xc3][0x99][0x87][0xa6]@m[0x98][0xe5][0x8b][0x94][0xba]J[0x93]@=4SJ[0xed][0xfd]T[0xae][0xa4][0xc0]E[0x9c][0x1b][0xab]f[0xf4][0xaa][0x96]j[0xac][0xe9][0xc9][0x98][0xcc]J[0xab]2[0xb3][0x14][0xb8][0xec]9[0xc6][0xd7][0xd2]L|[0xf9]W[0xf0][0x13][0xb9][0x98][0x90]}[0x14][0xa8][0xac][0xa4][0xce]9[0xf1][0xb6][0x98][0xb]4[0xcd][0xc8][0xd8]d='[0x86][0xab][0xfd] y[0x8e]:[0xfc]~;[0x1a][0xc][0x93]x[0xd4]N[0xa2][0x98]3[0xba]a[0xd0]c[0xf7][0xba]8#&[0xcb][0x11]|[0xe3][0x84][0xd6]?[0xc8]K[0xa6]U[0xba]f[0xd0][0x8b]G[0x83]$[0xec][0x7][0x2]7[0xc5]-[0x9d],[0xcd][0xdd][0xd7][0xe8][0x9d][0xe9][0xa6]C>|[0xb5][0x99][0x8a][0xbf][0x1d][0x8e]@c[0xd7][0x18][0x8d][0xb7][0xd6]Ua[0xd6]nb-[0x1][0x81][0x12][0xef]2[0xdc]*ao[0xa3][0x15]T[0xf9][0xbc]c[0xd7][0xe3][0xda][0xfe][0x1b][0xca][0x84][0x3][0xd4][0x9c][0xd4][0x9d][0x1c][0xe2][0xc8][0xf9][0x84]c[0x9c][0xa0][0x1][0xfc][0x2]PK[0x7][0x8][0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Named.class[0x85][0x90]MK[0xc3]@[0x10][0x86][0xdf]iS[0xa3][0xf1][0xab][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "zR/E/[0x6][0xcf][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "U[0x10][0xb4]j[0xaa][0xde][0xb7][0xe9][0xb4]l[0xd9]l [0xd9]-[0xfa][0xd7]z[0xf0][0x7][0xf8][0xa3][0xc4]i[0xf]F[0xa1][0xe0]a[0x98][0x19][0xe6]y[0xe7][0xeb][0xf3]k[0xfe][0x1][0xe0][0x12]{![0x9a]!Z![0xda][0x84][0xc6]L[0x19][0xcf][0x84][0xfd][0xb3][0xf3][0xbb][0xa9][0x9a][0xa9][0xd8](;[0x89][0x7][0xae][0xd0]vrEhu[0xad][0xcd][0x9d]r:[0xb7]=[0x1e]+o[0x1c][0x1][0x84]h[0x90][0xfb]"[0xe5][0x1b]mD[0x1a][0xf5]U[0xc6][0xa3][0x8b][0x85][0x9a]p[0x94]x[0xeb]t[0xc6][0xaf][0xba][0xd4]C[0xc3][0x95][0xbc]$[0x1c].'[0xbc][0xc5][0xda]N9u[0xf1][0x93]WF[0x8f]5[0x17]2[0xe7][0xf4][0xd7]p[0xf5][0xa3][0x89]{y[0xea]3[0xb6][0x8e]G[0xc2][0x9c][0xac]f[0x12]vBH$H[0xe7][0x1f][0xe4]17:}[0x17]0L^[0xfa][0xcf][0xb7][0xf7][0xd7][0x84][0xf6][0x9f][0x9d][0x96][0xa7][0x10][0x9a]U[0x9b][0x87][0xe1][0xa2]@8^[0xd9][0xb9][0xba][0xaf]C[0xf2][0x97][0x9a]X]~L[0x1]!@C[0xb2]5[0xc9][0xea]%B)[0xad]KX[0xc3][0x6]"[0xf1][0x7][0x82]m[0x8a][0xdf][0x12][0xdb][0x16],`[0xec]`[0xf7][0x1b]PK[0x7][0x8][0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 10034 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << etag: "{SHA1{a8ff150c4c035785c408df5b25f133a6a003e946}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]javax/inject/Provider.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6].v[0x6]nF[0x6][0xe6][0xf4][0xd4][0x12]F[0x6][0x11][\r]M[0x9f][0xac][0xc4][0xb2]D[0xfd][0x9c][0xc4][0xbc]t}[0xff][0xa4][0xac][0xd4][0xe4][0x12]kF[0x6][0xce][0xe0][0xcc][0xf4][0xbc][0xc4][0x92][0xd2][0xa2]TF[0x6]V[\r][0xcd][0x90][0x10][0xa0][0x98][0x86]M[0x88][0x15][0xa6]Z;l[0xda][0xb9][0x82][0xf3]K[0x8b][0x92]S[0xdd]2s[0x80][0xfa]y[0x3][0x8a][0xf2][0xcb]2SR[0x8b][0xf4]@*[0x19][0x19]DAT[0x85]~f[0x1e]H[0xb1]>L[0x92][0x91]A[0x0][0xdd] 6F[0x6]F[0x6]&[0x6][0x10]`d[0x1]:[0x98][0x81][0x5][0xc8]g[0x5][0xf2][0x98][0x18][0xd8][0x80][0x18][0xc2]bg[0xe0][0x0][0xd3][0x9c][0x0]PK[0x7][0x8][0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Qualifier.class[0x85][0x90][0xcd]J[0xc3]@[0x14][0x85][0xcf]Tk[0xb4]j\[0x8].[0xa4][0xea][0xa2]K[0x83]kW[0x1]+[0x14]jR[0xe3]([0x88][0xb][0x99][0xc6]k[0x99]2[0x9d][0x94]tR[0xec][0xab][0xb9][0xf0][0x1]|([0xf1][0x8e][0x8b]v[0x13]p[0xe0][0xce][0xdf][0xf9][0xce][0xe1]r[0xbf]>[0xbf][0x0]\[0xe1](@+@;@G[0xa0][0xf1][0x90][0x97]EF[0xb7][0xda][0x90]@[0xf3][0xbe]TF[0xbf]k*.[0xa7]j[0xa9][0x4]N[0xd2][0xd2]:=[0xa3]'[0xbd][0xd0]cC[0x91][0xb5][0xb9]SN[0xe7]v!p:[0xf4]Lh[0x94][0x9d][0x84]j-[0x84]R[0x15][0x13]r[0xd7][0x2][0xf5][0xa5]2%[0x87]^Ts}C3[0xb2]N[0xae][0xe6][0xc4]p+[0x8a][0xe3]DFr[0x90][0xc4][0xaf][0xf2]y[0xd4][0x17]8[0xab][0xb6][0xa5][0xe4][0xd8][0xc5]76[0xf5][0xfe]AF[0xb9][0xd1][0xd9][0x8a][0xc1] }[0x8c][0xe5][0xe0][0x8e]S[0xcf][0xab]-7yV[0xfa]n[0xe8][0x8d][0xe9]c[0x8f]|[0x84][0xda]N)s[0xe1]z$[0x2][0xed][0x8d]7[0x19]{Q[0xa0][[0x19][0xb7][0x99]SO@[0xa0][0xc6][0xb5][0x5][0xbf]j[0xd8][0xfe][0xdb][0xeb][0xd8][0xe1][0xb3][0xcb][0xbf][0x1]k[0xbb]/[0x10][0x84]=4[0xb0][0xef]_[0x84][0x3][0x1c][0xa2][0x9][0xfc][0x2]PK[0x7][0x8][0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]javax/inject/Scope.class[0x85][0x90][0xcd]N[0x2]1[0x14][0x85]OQ[0x1c][0xc5][0x1f][0x90][0x9d][0xb][0x83][0xba]`[0xe9][0xc4][0xb5][0xab]I[0xc0][0x84][0x4]f[0xc8]XM[0x8c][0xb]S[0xc6][0x1b]RRZ[0x2][0x1d]"[0xaf][0xe6][0xc2][0x7][0xf0][0xa1][0x8c][0xb7],d3[0x89]M[0xda][0xdb][0xdb][0xf3][0x9d][0x93][0xe6]~[0xff]|~[0x1][0xb8]C;B3B+[0xc2][0xb9]@[0xe3][0xd1][0x95][0xcb][0x82][0x1e][0xb4][0xa1][0xd0][0x14]nA[0xb7]3[0xb5]V[0x2][0x17]yi[0xbd][0x9e][0xd3][0xb3]^[0xe9][0x89][0xa1][0xc4]Z[0xe7][0x95][0xd7][0xce][0xae][0x4].[0x87][0x81][0x89][0x8d][0xb2][0xd3]X[0xfd][0x9][0xb1]T[0xcb])[0xf9]{[0x81][0xfa]Z[0x99][0x92][0x3]o[0xaa][0xb9][0xbe][0xa1]9Y/7[0xb]b[0xb8][0x99][0xa4]i&[0x13]9[0xc8][0xd2]7[0xf9]2[0xee][0xb]\U[0xdb]r[0xf2][0xec][0xe2][0x1b][0x9b][0xba][0xff] cgt[0xb1]a0[0xca][0x9f]R9[0x18]q[0xea]u[0xb5][0xa5][0xe7][0x8a]2[0xfc][0x86][0xde][0x99]n[0x7][0xe4]#[0xd6]vF[0x85][0x8f][0xb7][0xe3][0x10]h[0xed]|[0xd9]$[0x8][0x2][0x9d][0xca][0xa8][0xdd][0x8c][0xba][0x2][0x2]5[0xde]{[0x8][0xab][0x86][0xfd][0xed]Y[0xc7][0x1][0xd7][0xe][0xbf]F[0xac][0x1d][0xbe]B[0x10][0x8e][0xd0][0xc0]q[0xe8][0x8]'8[0xc5][0x19][0xf0][0xb]PK[0x7][0x8]Z[0x8d][0xc7][0x16][0xfe][0x0][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]javax/inject/Singleton.class[0x85][0x8f][0xcb]JCA[0xc][0x86][0xff]T[0xeb]h[0xd5][0xda][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0xae][0xd4]M[0x97][0xe][0xae]][0x15][0xaa] x[0xe3][0x1c]u?[0x1d]C[0x99]2[0xcd][0x88][0x9d]S[0xea][0xab][0xb9][0xf0][0x1]|(1[0xa7][0xa0][0xa5]P0[0x90][0xb][0xc9][0x97][0xf0][0xe7][0xeb][0xfb][0xe3][0x13][0xc0]9:[0x6][0xbb][0x6]m[0x83]=B[0xab]L[0xd5][0x9b][0xe7][0xab][0x10][0x99][0xd0].[0x83][0xc]#[0xe7]$g#7u[0x84][0xa3][0xa2][0x92][0x1c][0xc6][0xfc][0x1c]&a[0x10][0xb9]'[0x92][0xb2][0xcb]![0xc9][0x84][0xb0]S33[0x1b]d[0xc4]>[0xdb][0xd2][0xa7]W[0xbe] [0x9c][0xce][0xdb]6:[0x19]Z[0xf7][0xc7][0xdb]~[0xf2][0xd5][0x98]%[0xf3][0x8b]2'[0xab][0x99][0x82][0xb3][0x12]Z)[0xd2][0x9c][0xba]X[0xa9][0xa4][0xee]?[0xe8]C[0x8a][0xc1][0xbf][0xeb][0x82])[0x9e][0xee][0x1e][0xaf]o/[0x9][0x87][0xcb][0xba]~_"t[0x16][0xa7][0xee][0x7][0xf5][0x90]p[0xbc][0xf2][0xfa][0xe2][0xcf].[0x81][0xd0]P_Cm[\r][0xac][0xcf]c[0x13][0x1b][0x9a][0xf][0xb4]k4o[0xaa]o)[0xd3]blc[0xe7][0x7]PK[0x7][0x8]Y[0xb1][0x1c]K[0xdd][0x0][0x0][0x0]g[0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xf5][0xa6][0xc3][0xb4][0x9b][0x1][0x0][0x0],[0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x1][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xbc][0x4]o[0xe4][0x80][0x0][0x0][0x0][0x1a][0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x2][0x0][0x0]META-INF/DEPENDENCIESPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0x2][0x0][0x0]META-INF/LICENSEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xee]:[0x96]<[0xc][0x96]V([0x89][0x0][0x0][0x0][0xbd][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x12][0x0][0x0]META-INF/NOTICEPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x13][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6][0x13][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xe3][0xc8]s[0x1e][0x88][0x0][0x0][0x0][0xa3][0x0][0x0][0x0]R[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Z[0x14][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xed]:[0x96]<<[0xee]%[0x82]@[0x4][0x0][0x0][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0x15][0x0][0x0]META-INF/maven/org.apache.geronimo.specs/geronimo-atinject_1.0_spec/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x1a][0x0][0x0]javax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x1a][0x0][0x0]javax/inject/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xb5]5;8[0xe][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8e][0x1a][0x0][0x0]javax/inject/Inject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1])j/[0x2][0x1][0x0][0x0][0xa2][0x1][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0x1b][0x0][0x0]javax/inject/Named.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0xc5]D[0x17]P[0x97][0x0][0x0][0x0][0xe2][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x1d][0x0][0x0]javax/inject/Provider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]<[0x1f][0xc5][0xb9][0x99][0x3][0x1][0x0][0x0][0xb1][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1e][0x0][0x0]javax/inject/Qualifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x0][0x8][0x0][0xef]:[0x96]https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "GET /content/repositories/maven_central/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Date: Wed, 01 Nov 2023 13:03:29 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "last-modified: Thu, 22 Apr 2010 11:23:38 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-6 << "a8ff150c4c035785c408df5b25f133a6a003e946" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Date: Wed, 01 Nov 2023 13:03:29 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << last-modified: Thu, 22 Apr 2010 11:23:38 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-6 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 6][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 6][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45038<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 323076[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x95]X[0xdb]n[0xdb]8[0x10]}7[0xe0][0x10][0xfc][0xb6][0x80]E_[0xea][0xad][0x1b][0x7]}H[0xbb][0xc1][0xc2]A[0xd2][0x18][0xb5][,[0xb0][0xf][0xb]F[0xa2]m6[0x94][0xa8][0xa5][0xe8]K[0xf6][0xeb]w[0xa8][0xfb][0x85][0xa4][0x94]G[0x93][0x9c][0xc3]33gfh=[0xe1][0x90][0xee]I,[0xdd][0x9f]D[0xc4][0x94][0x87]+g[0x86][0xa6][0xc3][0xc1][0x9d][0xf0][0x8e][0xf4]LD[0xb9][0xbc]a[0xe4]z[0x8a][0x9d]|c8[0xf8][0x12][0xfa][0xee]#[0x8e][0xe5][0x13][0xf7][0xe9][0x9e][0x12][0x1f],[0x17][0xb3][0xe5]r9[0x9d][0xba][0xb9][0xb9][0xf9][0x8][0x7]N[0x94][0xf9][0xee][0x83][0xff][0xaa]0[0x97]h[0xfa][0xcf]r[0x9e].J[0xf7][0xcb][0xdb][0xca]9^[0x8]c[0x1][0xe]C[0xb5][0x18][0xfa][0x8c][0xb8][0x90][0xd8][0x13]4[0x92][0xc9]}[0xbb]#[0x8d][0x9d][0xe7][0xed][0x9f][0xd4]yIv[0x9d][0x8b][0xc0]Q[0xec][0xfc]:[0x85]T[0xba][0xb]4[0x9b][0x97]f[0xdc][0xfb][0xf1][0xfd][0x11][0x0][0xa5][0x8c]V[0x93][0x89]$8@<[0x8a][0x17][0xbf][0x10][0x17][0x87][0xc9][0x85][0xbe][0xd2][0x89]O[0xe3][0x88][0xe1][0xb7][0xc9][0xe6][0xee][0xaf][0xdd]z[0xb3].L[0x1f][0xa9]G[0xc2][0x98][0x14][0xb6][0x97][0xcb][0x5][0xe1][0x8]{G[0x92][0xd8][0xb2]t;[0x9e]<[0xae][0xbf][0xde][0xdb][0xde][0xbb]s[0x15][0x9b][0xcc][0xf6])[0x8b]\[0x11][0xa1][0x92][0xd1]7[0x1c][0x0][0xe6][0xf3]f[0xbb]xp6[0xf8][0xea][0xec]hD[0x1d]7[0xe5]^[0x1c][0xda][0xbe][0x5]/[0x1c]nH[0xf][0xc3]u[0x19][0xe9][0x8]_[0x91][0x4][0x3]T?[0xfe][0x93][0x84]>[0x17]9[0xaa][0xeb][0x1a][0x1b][0xee][0xa9]j[0xa9][0x8c]X[0xf3][0xb3][0xc2]Zs[0x8d])[0xa5]{[0xc6]5zR[0x8b]a[0xba]/[0xe1][0x93][0x9a][0xe6][0xd4]`6[0xb6]z[0xd9][0xfc][0xeb]U[0xf9][0xdf][0xd2][0xef][0xfa]b[0xbf][0x15][0x87][0xca][0xbc][0xeb][0xff][0xc7]B;[0x1e][0x8b][0xba][0xeb]Q[0xfa][0xc3][0xc1]:[0x88]X[0x92][0x9a][0xc4][0xde][0xdd]Q[0xc9][0xc8][0xca]y[0xf8][0x91]Pjl[0xe6][0xdf]dl[0xbb][0xee][0xda]_[0xe5]_~Z[0x7]*_e[0x92][0xdd][0xd6][0x97][0x96][0xbc]k[0x95]4[0xff][0x9e][0xa1][0xf][0xe3][0xf9]o[0xa3][0xf6][[0xa6][0xa6][0x8b][0xfc][0xd8]p[0xf0],[0xe8][0x81][0x82][0xab][0xec][0xcd]5~[0xf3][0xf9][0x80][0xa6]h1[0x1c][0xec]8g+G}[0xd8][0x9b][0xa1][0xdf][0xa7][0xea][[0xd7][0xff]PK[0x7][0x8]-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]LICENSE-junit.txt[0xc5]ZK[0x93][0xdb][0xb8][0xb5][0xde][0xe3]W[0xa0][0xbc][0xb1][0xbb]J[0xd6]Mr[0x93][0xdc][0xaa][0x99][0x95]FM[0xbb]y#K[0x1d]Qm[0x8f][0x97][0x10][0x5][0xb5]0[0xe6]C![0xa8][0x96][0xf5][0xef][0xf3][0x9d][0x3][0x80][0x4])[0xb5]3[0xc9]&[0xae][0x9a][0x9a][0x96][0x4][0x1c][0x9c][0xe7]w[0x1e][0xc0][0xff]?U[0xa6][0x15]"[0xc9][0xb]s[0xb4]Z>[0x9e][0xb6][0x85][0xc9][0xe5][0xc2][0xe4][0xba][0xc2][0xc7][0xf7][0xf2]E[0xfe]q[0xfa][0x7]!6[0xf][0x89][0x9c][0xcd][0xe7][0xab]O[0x8f][0xb3][0xe5][0xd7]t[0xf9]Q>[0xae]W[0x1f][0xd7][0xb3]O2[0xcd][0xe8][0xcf][0xcf][0xe9]}r/[0x9f][0x96][0xf7][0xc9]Z[0xd2][0xd2]M[0xb2][0xfe][0x94][0xc9][0xd5][0x7]|[0xc0][0x82]d[0xbe]H[0x1f][0xb3]D>>[0xfd][0xb2]H[0xe7][0x2][0xff]%K||[0xf7]f[0xf6]q[0x9d]$[0x9f][0x92][0xe5][0xe6][0xcd][0xdd]T[0x82][0xb0]|[0xca][0x92][0x89]\'[0xa0]x[0xff]4[0xdf][0xa4][0xab][0xa5]\[0xad][0xe5]}[0x9a]m[0xd6][0xe9]/O[0xee][0xf3][0x7]>[0xc0][0x1f]/[0xe6][0xab]e[0xb6]I7O[0x9b]$[0xc3][0xbe]y[0xfa][0x98][0x82][0xda][0xdb][0x8c]xM[0x1e]7[0xb3][0xe5]<[0xe9][0xb8][0xe8][0xe][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xc7][0xa9][0xbc]O>[0xa4][0xcb][0x94]hfB[0xbc][0x99][0xd7]U[0xdb][0x98][0xed][0xa9]5u[0xf5]F[0x96]ZU[0xf6]'!$[0xff]Sw[0xd2]T[0xb2]=h[0x99]+[0xe8][0xa4][0xde][0xf3][0xdf][0x6]z3[0xaa][0x90][0xdd][0xce][0xba][0x99][0xc]~[0xc8][0xeb][0x9d][0x96][0xaa][0xda]y*[0xf8][0xb7][0xab][0xf3]S[0xa9][0xab]V[0xd1])rg[0xac][0xdb][0xa8]w[0xf2]T[0xed]t[0x83][0xdd][0xc6][0xca][0xd9]s[0xa3]5[0xad][0x9a]D[0x9b][0xb7]W,h[0x95][0x1f][0xa4]=m[0xad][0xfe][0xc7][0x9][0x8b]c6:[0xc6][0xcd][0x9d][0xcc][0xf][0xaa]z[0xd6]V[0xb6]5[0xef]~l[0xea][0xe7]F[0x95][0x8e]tX[0x85]ej[0xb7]3[0xc4][0xd4]x[0xe1][0xcf]a[0xd1][0xf9][0xa0][0x1b][0x8d][0xf3]ph [0x9][0x12][0xff]S7[0xaf]n[0x95]uc[0x9e]M[0xa5]Z-[0xf7]M][0xd2]r[0xa9][0x1a]-b[0xb1][0xb7][0x17][0xec]P[0xad]<[0xaa][0xa6]5[0xf9][0xa9]PM,[0x7]\B[0xc6]v[0x91]o;[0x92][0xf6][0xad]'*[0xa2][0xf5][0xd2][0xec][0xa5]i[0xe5]YYb[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]G[0xc][0xe1]4[0x16]`[0xb0][0xa5][0xb5][0xba][0xd8]K[0x92][0xa3][0xba][0xd4][0x95][0x16]*oM[0xf5],q[0xda]x[0xed][+[0xb7][0xfa][0xa0][0x8a][0xfd]t[0xc0][0x95][0x85]YeU[0xb7]0P^[0x9c][0xc8][0xe4][0x91]BD|[0xfe][0xf9]`[0xf2][0xc3]O[0xf2][0x1d][0xe9][0x9b][0x94][0xa9]!6[0xa9][0xa7][0xac]w[0xa7][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]Um[0xbd]o[0xcf][0xf4]c[0xac]%S[0x89][0xbc][0xae]~;U9k[0xe1]l[0xda][0xc3]@[0xae][0xe0]<[0xda]4[0xb2]>W[0xb2][0xf0][0xc1][0xab][0x6][0x9e][0x84]s[0xdd][0xc1][0x82][0x98][0xc5][0xe][0xf3][0x2]?|[0xd1][0xf2]\7[0xdf]l[0xf0]jOs*[0xe3][0x98][0xa8][0x1b][0x1f][0x12][0xa4]$y[0xd4][0x8d][0x5][0x1b]P[0x19]H[0x9b][0xd6][0x9b][0xb0]g[0xd8][0xe][0x8][0x81][0x8e][0x7][0x93][0x9d]|[0x84][0xb4]Uk[0xa5][0xa3][0x6][0xab][0xd3]G[0x99][0x17][0xca][0x94][0xd6]s[0xad][0xb6][0x85]&C[0xa9][0x81][0x95]Xs[0x8e]w[0x9d]kkUc[0x8a][0xb][0xf4][0xb2]o`[0xab][0xe0]GZ[0x9e](4[0x1a]iU[0xc1]![0x2][0xdb][0xe][0xfd]G[0x15][0xb0][0xb0]dz[0x9a]tZnM[0x85][0xdd]c[0x85][0x12][0xcf][0xfe][0xcf] 7[0xfd]:2[0xfa][0xc0]@R[0xe5]y[0xdd][0xec]T[0x95][0xeb]@.[0xe]e[0xa2][0xb8][0xd6][0xb9]9[0x1a]|[0x88]tI[0xec][0x9c][0xf][0xb5]l [0x15]Lao[0x9a]u[0x80][0x9][0xc2]y[0x19][0xb9][0xa8]*[0x6][0xe0]cq[0xc8][0x9f][0xa6][0x12][0xa8][0xb8][0xdc][0x10][0xe6][0xad][0xd3][0x8f][0xf][0x9b],[0xc2][0xb0][0xec][0xb4][0xfd]M[0xe7]m[0x88][0x8a]V7[0xa5]7[0xfb][0x10]u[0x18]Yb[0xed]S[0xe8]C[0xc3]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x13][0x9d][0x1c][0xb0]QUW[0xef][0xf5]w0d[0xc1][0xfd][0x84]<[0xa9][0xd8][0x9d][0xcd][0xe]6[0xf5]E[0x15][0xed][0xe5][0xfd][0x1e]d[0x81][0x84][0xc7][0xb]"[0xf7][0xd0]v[0xae][0x89][0xc8]h[0xf4][0xb1][0x81][0xe3][0xe7]X|l([0x14][0xf4]-[0xa7][0xc4][0x8f][0x9c][0x91]`nh[0xfc]X[0xa8]K[0xf4][\r]5[0xb9][0xee]p][0xd6]N[0x9f][0xfc][0x99][0xf8][0x98][0x8a][0x1e][0xad][0xff]{[0xca][0xf6]Q[0x15][0x14][0xc0]^$[0xae]B[0x10]|[0x95][0xea][0x1b][0xf6]"f&[0x80][0xa2][0xa2][0x98][0x80][0xbd]=9\[0xed]?[0x9a][0xf2]X7[0xad][0x93][0x14]24gc[0xb5]h[0xc1][0x97][0xdd];[0xb8][0xf9]7[0x14]{[0xad]=q[0xa5]=[0xb9]![0xdd][0x8c][0xd8][0xb7][0x7]rsu<[0xc2][0xdc]^[0x97].nU8[0x14]_[0x89]a[0x94][0x83][0xe1]8[0x8e][0xc][0x9c][0x8][0x0][0xc5]f0[0xe5][\r][0x97]0!_8[0x18][0x11][0x3][0x9]X[0xa6][0x0][0xe9][0x1]%[0x7][0xdb]s[0x5][0x1d]Z[0x9f][0x1b]#[0xde][0xc0][0xee]V[0x3]e^`[0xd1][0xe][0xa2][0xc6][0x86] [0xa9][0xaf]l[0xe6][0x84]&[0x98][0xee][0x4][0x87][0x16][0x5][!>[0xc2]z`[0xc][0x99]g[0xcc][0xda]T.kyP[0xcd][0x8e]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0x5][0x96][0x85][0xb4][0xa2][0x8]L[0x90][0xb3][0xb1][0x83][0x10][0xde];[0xdf][0xcd][0xef]d[0xef]t[0xfc][0x9b]m[0xa1]Q[0xeb]P[0x1e]nv[0xa8]O[0xcf][0x87]k[0xbf]u[0xe][0xcb][0xfa][0xf3][0xe4][0xd9][0xc9][0xc6][0x18][0xc]=[0xe9][0x96][0xec][\r][0x8c][0xa4][0xd3]M5[0x81][0xa0]RY{j[0x8]=-[0xa7]F [0xc3][0x8b]q[0x16][0x11][0x94]r[0xe2][0x83][0x98][0x8f][0xd8][0xbe][0xbb][0x1a][0xbb]\[0x2]v[0xf9][0x80][0xf5]*[0xc5][0x6]V[0x1b]p[0xb3][0x85]W[0xc3][0xe3]N([0xcd]@[0x1f][0xda]@[0xea]bT[0xe2][0xc0][0xa4]c[0x9c][0x82]]V[0x9b][0xca]d,"P[0xc6][0xe5]*[0xe6][0xa9]0jk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]u[0xa4]2[0x88][0x16]2[0xda][0xb6]!U[0xb5][0x9c][0xce]F[0xd4][0xe5]V[0x91][0xfe][0xeb]J[0x4][0xa6]K[0xe6][0x16]I[0xeb][0x87]|6}([0xa2]:[0x82][0xb2][0xe0][0xe][0x95][0xf7]M`[0xaa][0xfe][0xae][0x9b][0xdc]X[0xca][0xe][0xa4][0x3][0xbf][0x8b][0x2][0xa2][0xb3][0x9][0xdb])6[0xbd][0xc7][0xa0]^[0x2][0x87]@[0x82]LR[0x92]_[0xd7][0xc8][0xa6][0x8d][0xb6]G[0x18][0xcf][0xf4][0x12][[0x9d][0x9f][0x1a][0x1d][0x9][0xf6]#[0xc6][0x91][0xb6]5[0xcc][0x19][0xf0]`*?P[0xf5][0xf0]][0x95][0xc7]B[0xbb]/[0x9][0x18][0x9b][0x1d][0x17][0x82][0x97]q8 >[0x1b]T[0xb9][0xa6][0xe1][0x92]N 6[0xea]s[0xc4]/[0x98][0x89][0xf0]P[0xe5][0xa2][0x1a][0xc4][0xe6]n[0xe9][{-[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">&[0xed][0xfc]*[0x1c][0xb9][0xd5][0xb0]cT[0x85][0x5][0x8d][0xf6][0x15][0x82][0xaf][0xe8][0xef][0xae][0xdd][0x84][0x12][0x9b][0xb6][0xe]e[0xd9]W][0x14]|[0xab][0xea]s[0xa1]wpOpuP[0x4][0x18][0xfb][0xbd][0xc9][0x89]/[0xd1]'Ho2[0xe0][0xe5]8rz0[0x5]A[0xb6][0xa2]G[0xc3]Qn[0x15]}[0x80]q[0xcb]0[0xa8]C[0x10][0xe6][0xff];E[0xa3][0xf4][0xf7][0xa7]t[0xcd][0xbd][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84][0xd9][0x80][0xfb]R]P[0xe1][0xd7]5'[0xe9]W[0x14]K[0x84][0xc7][0xf0][0xed][0x13][\r]q[0xfd]J[\r][0xda][0x5]5ie[0xd0]\[0x11][0x19][0xb8][0x82][0x81][0xb7]u[0xb5][0x98][0xcb][0x98][0xe4][0xba][0x9d][0x87][0xdf]H[0xa0]?[0xc7][0x8d][0xc]5I[0xad][0xbd]>:[0xee][0x87]4r\Ny[0xdd][0x15][0x14]>R[0x11]=[0xae][0xb4]g$[0x18][0xd5]U[0xfc][0x5][0x10][0x94]Tn\[0xdf]#z[0x9e][0x10]>[0xdf][0xc9][0xde][0x8e]W[0xc3]b[0x90][0xa3]weZ[0xb4][0x93][0xa0]a([0x8c]i[0xb][0xb4][0x1c][0xd8]H[0xc9]=[0x86][0x82]IL[0xee][0x87]4J[0x84]<:[0xb2][0xd6][0xa3][0x11]S[0xdb][0x9b][0xb6]"[0x96][0x8][0x8c]T[0xdc]][0x1d]O[0xcd][0x11][0xa6][0xfd]Y[0xc6][0xcd]_[0xac][0x13].0v[0xfa][0xf7][0xa8][0xa4][0x7]@[0x1c]#v[0xaa]T[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0xc9]w[0x8][0xab][0xbc][0xa5]o[0xc2]_[0xf6][0x88]PT[0x5]/[0x82]+[0x80][0xe9]"[0x98][0xd8][0xf7][0xb1][0xf8][0xb5]'[0xe5]r/,Z[0xdb][0x96][0xdc][0x7]b[0xd9][0x98]u[0xf0][0x8e][0xe4][0xe4]:[0xe]JN[0xd4][0x9c][0x90][0x93][0xd9](7[0xee][0xc]W5[0xdc]-[0xe]}[0x87][0xfb][0x9][0xae]y[0xa2]N4[0xe][0x5][0xd7].8[0xeb][0x8c]P[0x9c]qj[0xe0]|[0xe6]e[0xc8]L\[0xee][0xec][0xeb]f[0x18]>P[0xe0][0x8b]2[0x5]7;[0xcc][0x19]I:[0xac];[0xd8][0xfc][0x15]EV[0xe7][0xd1] }[0x0][0xf2]!,[0xeb]m[0xab][0x18]"[0xb8][0xf5][0x0][0xe2](tdL[0xad]TU[0x5][0xfe][0x90]X[0xf8]L[0xce]@XQ[0xea][0x9d]9[0x95]2?[0xd9][0xb6].][0xf7]t[0xa2][0x4]D[0x9c]u='l[0xcf][0xad]=[0xa1][0xc4][0x17]tHc[0x9e]KE[0xa5][[0xc7][0xf8][0xa8][0xa6]#VGQ][0xe2]8x[0xd1]x[0xe3][0xad][0xc6][0x86]u)[0xa3]HV[0x8c]l[0xd7][0x11][0xdf][0x11][0xf5]E[0x8f]o[0xdf]8[0x87][0xf5];[0xb4][0x88][0x1a][0xd9][0x81][0xe7][0x12][0xbe][0x91]9[0x1b]][0xa2]2[0xe3][0xc6][0xbf][0x0][0xd6][0xb0]m{,[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xc5][0x8][0x1c][0x93]4[0xed]Oq#[0x18][0xd1]'[0x81]+[0xec]g[0xe6][0xd8][0xb3][0xcd][0xfe][0x12][0x86][0xb][0xca][0xf5]uaxAI[0xfc][0xba]9%x[0x17][0xa1]VV[0xc1][0x8e][0xec]J[0x9d]y/[0x92]s[0x9f][0x8d][0xe7]>]rs[0xe5]V8[0x9a][0xf8][0x1c][0x1e]xU[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xe7][0xa9][0x9c][0xaf]>}J[0xd6][0xf3]t[0xb6][0x18][0x8c][0xd9]Hi%![0xb][\r][0xb2][0xba]$@[0xfa][0x8b][0x87][0x14][0xa4]K4[0xbe][0xfa][0x8][0x0]G[0xb6]'[0x97][0x1c][0xe4][0xd7][0x0][0xe8][0x82][0xbe][0xf5][0xdd][0x90][0x86][0x99][0xe1]z[\r][0xc2]{[0x8b]N[0x86]a[0x8a][0xa2][0x9][0xd2][0xda][0xae]t/[0xcc]7x[0xe1][0x97][0x83])[0xb4]3_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p!W[0xf9][0xe9][0xce]^[0xe5]t[0x8e][0xf2][0xe9])[0xef]y>[0xf5][0x83][0xba][0xae][0x1a][0x18]h[0x80][0xa7][0x0][0xb5]o[0xa7]G[0x9d]7[ "[0xe6][0x1a][0xd5][0xd6]5H[0x84]l[0x16]Ep[0xb1][0xa3][0xc1][0x8f][0xad]c{[0x9][0x8f]9[0xa1]"[0xcd]a:[0xf0]v[0xac][[0x7]mC[0xcc][0xf4]X2[0xe8][0xe1][0xa9][0x1d]h[0xb8][0xf8]p[0xe]1[0x1c]V[0xfd]'[0xcc]N[0xae][0xc0]E[0xbe]{[0x13]Y7[0x9e][0xf2][0xdc][0x85][0xf6][0x93]s'{[0xd4]N[0xef][0xc9]d[0xe][0x8e]v[0xba][0xac][0xe0]]B[0xa3][0xa7][0xb9]\[0xb3][0xf][0xc2][0xa9]_CYkHY=[0xc3]?[0xac]Ci[0x0][0xba]%[0x80][0xf7]H/\[0xe][0xb0][0xf0][0xe1]wy[0xcd]E[0xa4][0xcb]Fo[0x16][0xbc][0x90]v7[0xae][0xac]e[0xb4]tY{"[0xb]u[0xb6]'[0xe3]+\[0xc7]M[0xa1][0x9f][0x91]AT[0xee][0xd2]c\[0x81][0xf]*[0xcc][0xc0][0xc])[0xf2][0x15][0x96]}[0xbb][0x89][0x9a][0xda]M[0xa9][0x14][0x3][0xa6]o[0xe3]p[0x80][0xab][0xc6]Kcm[0xc8][0xc4][0xbe][0xfd][0xbd][0xa5]Y?[0xc3][0xab]t4[0xc2]#[0xc6][0xfb][0x2][0xb3]o.[0xff][0x85]aE0[0xac]k[0x1d][0xeb]ma[0x9e]}7[0x18][0xea]=[0xeb][0x8f][0xf1][0x83][0xc9][0xb8][0x89][0xc][0xbd][0x9]Xr[0xba]El[0x16][0xca][0xd5][0xb7]n[0x81]r[0x15]<[0x3]#[0xb4][0xc9][0xe3][0xad][[0x95]}\[0xad]L[0xa1]D[0xec][0xa0][0x2][0x10]T[0xfe][0x81]u[0xf0][0x12][0xca]a[0xaf]*[0x97][0x80][0xf2]'J[0x13][0xa0]W[0x1e][0xdb][0x82]A[0xd9][0x3]W[0xa4][0xc3][0xe1]x[0x17][0x8a]k[0x8c][0x1b][0xcf]zm[0xb3]4.YR[0xce][0xe0][0xce]`H!>[0x95][0x98]#Do[0xea]b[0xe2][0xeb][0xe][0x12][0x86]B[0xb4][0xab];_[0xb5][0x9f][0xc3][0xf][0xe][0x7][0xeb]&[0x18][0xa4]-[0xd6][0x1e]dC[0xd1][0x8d]R[0x8e][0x13]T[0xa5][0x9f]![0x8a]3[0x89][0xb3][0xd1][0xab]JP[0x17][0xe1][0x8a]3C-[0xf][[0xbc][0xba]D[0x92][0xd1][0xdc]"T[0xd4](3[0xe9]d[0xc0][0xf6][0xa0]y[0x1a]"D[0xc9][0xd9]+[0x9e][0x7][0xfc]^o[0x9a][0xd0]J[0x6][0x8e]_[0x89][0xe9]Q)d[0x18]s*>[0xed][0x96]~[0xe0][0x0]{NV[0xe2][0x15][0xfd][0xf1]n[0x9a]8[0xd9]0[0xb5][0xe3]Yi[0x88]dNQ{J[0x1]}[0xa9]+[0x82]na[0xb5][0x8e]7[0xb2][0x2][0xf5]&[0xd7]D[0xd8][0xa0]q[0x99][0xee][0xef]+^[0xe1][0xe8][0xba][0x17][0xe4]ro*[0x9f][0xfa][0xea][0xc4][0xc7][0xd1][0xc4]O[0x85]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xe6]LpP/:B[0xcb][0xc0]Q[0x84]2n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1(E"[0xf9]~[0xa7]P[0xbe],[0xdc][0xb3])OM+|_l[0xa3][0xd2]t[0x4]aG[0xe5][0xea]V[0xf][0xb5]T[0x8c]P[0xc1]hOE;[0xf9]Q[0xb0]q%C[0x9b][0x1d]k~;[0xbc][0xef]/S[0xb9]\[0xc9]/[0xb3]5[\r][0x9a][0xbf][0xa2][0x6][0xfa][0x95]n[0xda][0xe4],[0x93][0xc9][0xaf][0x8f][0xeb]$[0xcb][0x16]_e[0x96]l[0xe4][0x87][0xd5]z[0xf3] [0xd3][0xe5][0xe8][0xf2]m[0x12]_[0xdf][\r]n[0xf]WK9[[0x8a]7 [0x94]fo[0xe4]/[0xb3],[0xcd]&[0xf2]K[0xba]yX=m[0xc2]yi[0x92][0xd1][0x8d][0xe0]|[0xb5][0xbc]wWw4[0xe9][0xa6][0x8b][0xc3][0xbf][0xa5][0xcb][0xfb][0x89]L[0xb0]:Y[0x7]F[0xb0]R[0xa4][0x9f][0x1e][0x17])[0x88][0xa7][0xcb][0xf9][0xe2][0xe9]>]~[0xec]I.[0xd2]O[0xe9]fFT&L[0xe2]GGl[0xd2][0xcd]"[0x99][0x88][0xe5]j[0xf9]>]~X[0x83][0x8e][0x17][0x86][0x8a][0xa7][0x7][0xec][0x9a][0xfd][0x92].[0xd2][0xcd]W[0xda][0xf9]![0xdd],[0xe9]t(@[0xce][0xe4][0xe3]l[0xbd]I[0xe7]O[0x8b][0xd9]Z>>[0xad][0x1f]WY[0xe2]&K[0xd1]h[0xd7][0xb8]!Kq[0xe9]=[0xb2]pM[0xc3]NS[0x1b]l[0xaa]0~[0x0][0x92][0x3]~[0x1b]C[0xf3][0x11]*[0x9c][0x0][0x83]TC=s[0x2]}mX[0xe1]n[0xde][0xfc]4[0x87][0x1a]7[0xa4][0xd2]o[0xe4][0x8][0xb6][0xce][\r];`[0x97][0x8e][0xfc][0xfc][0x88][0xda][0xa2]0[0x89][0xb8]}3[0xd9]7y8[0x8f][0x93]LaJ[0xd3][0xf6]wn[0xfe][0xc]n[0x95][0xad][0x9b][0xb0][0x1d]=;[0xba]ij*[0xff]\[0xcf][0xdf]_[0x99]P[0x9a]29w[0x8][0x94][0xd8]Cu[0xc0][0xfd]N[0xc3]%[0x3][0xa8][0xa0]9l[0xd5]$[0xd0][0xe2]Y[0xcf][0x16]B[0xa4][0xfb][0xe1][0xe4][0xe1]F[0xcf]j[0xa8]6{AU[0xb4]#[0x1e]u1[0xbe][0x12][0xe7][0xf6]&\[0xa1][0xc6]X[0x86][0xdc][0xd1][0xd3][0x93][0xc3][0xc4]y}/[0x14][0xd0][0x80][0xf2][0xe1][0xe6][0xaa][0x96]{[0xa6]7[0x1d]U?[\r][0xa4][0xda]!@z[0xc6][0xd3]h|XB[0xf9]_[0xeb][0xe6][[0x18]j[0xbf][0xf2][0x2]![0xde]KOqA5s[0xd7]H[0xf8]r[0x86][0xce][0x1c]"[0xf3];[0xe]7[0xb8]d?E[0xb2][0x1e][0x7]L[0xe3][0xca][0x1c][0x1e][0x86]"[0xee][0xa6]pe[0xed][0xee][0xba]+[0xc6][0xa1][0x8b]V[0x8d]p[0x1e][0xeb][0x1e][0x97][0xfa][0xb9][0xb9][0xa7][0xa0]P5i[0x1f][0xb5][0xee][0xfc][0xb3]b[0xeb][0x93][0xdb]y=s[0xc4][0xff]v[0xa2][0xe2][0x8e]r[0xba][0xf0]C,7b [0xae][0xfa]*[0x83].c[0xfe][0x9]PK[0x7][0x8]O[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesm[0xcc][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3] [0x10][0x0][0xe0][0xdd][0xa7]8[0xc8]~h0K SB[0xf7][0xbe][0x80][0xd1][0x8b][0xbd][0x10][0xf4]0Z[0xd2][0xb7]/[0xdd];[0xf0]u3%*[0xae]R[0x80][0xe5][0x3][0xb9]Dt[0xe2][0xfc][0x8b]p[0xa5][0x9d]O\Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xc9][0xde]"'[0xd5][0xdd][0xb][0xc3][0x95]<[0xe8][0x1][0x8c][0x1e][0xb5][0x1d][0x7][\r][0x97][0xdb][0x13]zm[0xac]zS98[0xa7][0xc9][0xa2][0xe9]Q[0xa3]Q[0xb1][0xe4]&[0x8f]0[0xfd][0xd2],[0x87][0xdd]P[0xdc][0x89][0x95][0x85][0x95]+[0x95]W[0xe7][0xeb]_[0xc5][0xad]%[0xae][0xea][0xb]PK[0x7][0x8]T[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xml[0xc5]V[0xdf]k[0xdb]0[0x10]~[0xcf]_[0xa1][0x85]=[0x8d]ZN[0xda][0xc0]F[0x96][0xba][0x83][0xc1][0xc6]FK[0xc3][0xda][0x8e][0xbd][0xaa][0xb6][0xea][0xa8][0xb3]%#[0xc9]I[0xca][0xe8][0xff][0xbe][0x93]d[0xc7]r[0xac][0x90][0x96]=,`[0x88]N[0xf7][0xe3][0xbb][0xbb][0xef][0xce]^\l[0xcb][0x2][0xad][0xa9]TL[0xf0][0xf3][0xf1][0x14]O[0xc6][0x88][0xf2]Td[0x8c][0xe7][0xe7][0xe3][0xbb][0xdb]/[0xd1][0x87][0xf1]E2ZTR<[0xd2]T#[0xd0][0xe6][0xea]|[0xbc][0xd2][0xba][0x9a][0xc7]qI[0xd6][0x94]cR[0x91]tE[0xb1][0x90]y[0xbc][0xbc][0xbe][0x8a]gxb[0xbc]X[0xcd][0xf9]V[0xb1][0x9d][0xf6]f[0xb3][0xc1][0x9b]3[0xab]w:[0x99]L[0xe3]_W[0x97]7`X[0x92][0x88]q[0xa5][0x9]O)X)6WVx)R[0xa2]-[0xa8][0xa3][0xc1][0xd0]![0x8d][0xad][0xca][0x9c]0[0xb2]z[0x18][0xce][0xe3]d4B[0xf0][[0x94]"[0xa3][0xc5]O[0x97]xb[0xaf][0x17]qO[0xd6][0xe8]UDR[0xae][0x13]{[0xb0][0x82]\[0x8a][0xba][0xfa][0x96]%[0x10][0x0][0x8b]J[0xcd][0x1e]qE[0xb6]X[0xb3][0x8a]-[0xe2][0xf6][0xae][0xd3]&R[0xb3][0x7][0x92]j[0x10][0x1a][0x95][0xa8]$JS[0xb9][0x88]=y[0xa7][0xdc][0xf4]![0x99][0xe2][0xa9][0x81][0xd3][0x1e];[0x5]I[0xb]([0xca][0x9a].[0x89]^%[0x18][0xc7]=[0x97][0xbd]K[0x7]>n[0xd1][0x8f][0xf6][0xc1][0xc][0xd1][0xe3][0xc7][0x9a]3=D[0xb6]C5[0xc3][0xd3]S[0xa8][0xd3]t[0xf][0x18]T([0xfd]Mr Lr_[0xf3][0xac][0xa0]&j+q[0x1a][0x9c][0x94]4[0xb9]^[0xde][0xcc][0xbe][0xa3]%[0xd9][0xa2][[0x88][0x86]"[0xf4][0xf6][0x8f][\r]+$[0xcb]q[0x17][0xf4]y[0x11][ug[0x99]Q[0x95]JV[0x19]"$[0xb7]+[0xa6][0xd0][0xf5][0xcd]W[0x86]\[0x1c][0xb4][0x91][0xa4]R[0x87][0xdc]D[0xbe][0xbc][0x1][0xc][0xbe]}[0x87]MU[0xde]D[0x11][0xda][0x95][0x18][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0xe][0x1a][0xa8]$O[0xf0][0x9f][0x96]H[0xd2][0xc]b[0x12][0xae]O [0xb8]F[0xec][0x1]=[0x89][0x1a][0x1][[0xa8][0xa6][0x88][0x81][0xd4][0xd1][0xc]Z@[0x89][0xa2]QU[0xd4][0x90]>[0xda][0xb0][0xa2][0xe8]<[0xa7][0xa2][0xac]jP'[0x1c]1[0x18]1)[0xcd]@[0xdd][0xfd][0xb8][0xc4]N%[0x8a][0x9a][0x9c]UZz-O[0x5][0xe7][0xe]M[0x2][0x17][0xf3][0x9c]i[0xf3]|[0x82]gU[0xdf]c[0xf0]9[0xb7]m[0x8c][0x3][\r][0xcd]M;=[0xfb][0xce]iF[0xd7][0xb4][0x10][0x15][0x95][0x9f][0xff][0xd1]{[0xc8]Q[0x17][0xa6][0x96]E[0xf2]*w[0xc6][0xa0]3[0xd7]$?[0xc8][0xd3][0xa8]c[0xa3]Qk[0xe8][0xde][0x94][0xae][0xe1][0xa5]4[0xc0]4[0xa3][0xca][0xf7][0xb9][0xe3]D;[0xab][\r][0xed][0x87][0x17]!#o8[0x6]v[0xc1][0x91][0x1e]p[0xd0][0x8e][0x91]o6[0x9c]rw[0xa7]r[0x86]YY[0x9][0xa9]m[0x11]V[0xa4]L%U@5[0xff][0x4]5[0x95][0xb4][0xf5][0xe6]Y[0x84][0x9c][0xd1]m[0xff][0xca][0xfc][0x8c]/[0x9b][0xc8][0xbb][0x8f][0xed]K 47'=[0xa3][0x17][0x18]t[0xf1][0xe3]0[0x0]X[0x12]^{[0xda]a[0xaf]([0xcf][0xe0][0xf5][0xd3]o[0xd9]N[0xfc][0xd4][0xc7][0xbe][0xdb][0xc4]>[0x80]F[0xf6][0x1c][0xd8][0xc5][0xd6][0xc6]k[0xd2][0xc1][0xfd][0x13]j[0xa4]5n[[0x15]^-[0x83]FZ[0x1b][0x95]B[0x9a][0x9]$[0xbb]f[0x19][0xcd][0xc]E[0xcd][0xb9][0xaf]#[0xec]>"E[0xa2]e[\r][0xdd][0xdc][0x1d][0xbd]*[0x86][0x8a]p[0xbc]2/zG[0xed][0xd7]%0r{t;Z[0xa0])>[0xb][0xbc])[0xc2][0x99]x[0x12][0x8f][0xb][0xf7]5+[0xfc]9r[0x1b]U[0xed][0xc5]s[0xd2][0xbe]pP[0x80][0xe6][0x83][0xe0][0x81][0x16]l{ [0xfd][0xfd][0x12][0xb8]m[0xee]^3[0xcd]2?[0x9c]u/[0xf3]S[0xc8][0xfc][0xfd]!.[0xc4]![0xbc][0xaf]J[0xc2]}[0xe2]4[0xc5]xU2][0xd9][0x8f]&[0xf4]_q*Q[0xcb][0xf4]x[0xd1][0x87][0x18][[0x89]ji[0xd5]P[0xc8]n[0x1a][0xf3][0xf1][0x9a][0x8c][0xfe][0x2]PK[0x7][0x8][0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0]junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]junit/extensions/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]junit/extensions/ActiveTestSuite$1.class[0x9d]SMo[0xd3]@[0x10]}[0x1b][0xbb]q[0x9a]8$-Q[0xd3]@[0xa1]ip!u[0xda][0x9a][0x80]8[0x81]*[0xa1][0x8a]JH[0x81][0x3][0x8d][0xca][0xd9]M[0x96][0xc6][0xc5][0xb5]%[0x4][0xfe][0x11][0xe7]J[\r][0x8][0xe]p[0xe7]G![0xde]Z[0x16][0xaa]PD$lyfv[0xe6][0xcd][0xc7][0xce][0x8c][0xfe][0xfa][0xf6][0x1d]@[0x1f][0xfb][0xcb]0[0xb0][0xa9]H[[0x91][0xad]2J[0xe8]Tp[0xf]V[0x19]w[0xb0]m[0xe0][0xbe][0x81][0x7][0x2][0xa5][0xa9][0xeb][[0x89][0x8c][0x13][0x81][0xb5][0xc1]y[0x1a]x[0x89][0xf3].r/[0xe4][0x87]0z[0xef][0xc][0xa9]*PV[0x98]H[0xc6][0xa9]O[0xd4][0xc6]\[0xd4][0x9b][0xcc]Jl1[0x99]x[0xb1][0xf5]P[0xa0][0x93][0xe3][0xe4][0xc7]D[0x6][0xb1][0x17][0x6][0xb1][0xf3]|[0x94]xS[0xa9][0xe0][0xc7][0xa9][0x97]H[0x85]~[0xe6][0x11]s [0xf0][0xb6][0xbb][0x18]>[0xbf][0xbc][0x95][0xb3]s"[0xa0][0x1f][0x86]c)P[0x1b]x[0x81]|[0x9d]^[0x9c][0xca]h[0xe8][0x9e][0xfa][0xd4][0xac][0xe][0xc2][0x91][0xeb][0x9f][0xb8][0x91][0xa7][0xce][0xb9]RW[0xe5][0xb]@[0xc0]|[0x19][0x4]2:[0xf4][0xdd]8[0x96][0xd4]X[0xb][0xeb][0xb3][0xfa][0xbc][0x90][0x16][0xa5][0x1]iWe.[0x1f][0x87]i4[0x92]G[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0xf8][0xb][0xbd][0xee]N][0x96][0xf5]"[0x18][0xf9]a[0xec][0x5]g[0xaf]d2[0x9][0xc7][0x6][0xba]&v`[0x9b][0xa8][0xe2][0x86][0x89]e[0x94]MT`[0x9a][0xa8][0xa1]e[0xa0]gb[0x1d][0xbb]&[0xf6][0xd0]b[0x83][0x17][0x17]$PWi[0x1c][0xdf][\r][0xce][0x9c][0xe1]$[0x92][0xee]X[0xa0][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 323076 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << etag: "{SHA1{e4daa6442c581776076f8a63bf2c9c3c9fa36843}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8]O[0xc0][0xe0]-[0x86][0xd9]N<[0xe9][0xfe]_[0xd7][0x1b][0xf3][0xec][0x2][0x9b][0xf3][0xc3]]s[0xac]0[0xf5][0x11][0x97]"[0x9e][0xc8]1[0xda]\[0xdc][0x12][0xb7]Y[0xab][0xd7]U+[0x0]rv#[0xe3][0xec][0xf]-[0x5]~5[0xd4]9[0xaf][0x15]J[0x7]<[0xeb][0xe4][\r][0xbb]7[0x83][0xb0]wg([0xd8]{3h[0xf6][0x17][0xe8][0x97][0x19]z[0x95][0xb4]H4[0xd0][0xc3]MR3[0x93][0x1b]|[0x9b]PS_G+[0x8f][0xe5][0x13][0xad][0xa2]w[0xec]+F[0xb9][0x82][0xf6][0x15]K[0x5]P[0x10][0x9f]Q[0xfc][0x84][0xea] [0x17]{?.3\5[0x8b][0xd0]d[0x84][0xe6][0x9f]LkX"uh[0xeb]3[0xc3]#Z[0xfa][0xd8][0xc2][0xe3]k[0x99];yf[\r][0xb7]2[0xaf][0xdb][0xd8] [0xd7][0xf9][0x87][0xde][0xa5]7xgN[0x3][0xd9][0xf3][0x1b]PK[0x7][0x8][0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]junit/extensions/ActiveTestSuite.class[0x9d]UmS[0x1b]U[0x18]=7[0x9],,+[0x9][0x94]D[0xc1][0x96][0x86]Zk[0x8]-[0x11][0x95]j[\r][0xc5][0xd2][0x14][0x14][0x8d]P[0xb][0xd6][0xe9][0xf8][0xa5]K[0xb8][0x90][0xc5]t[0xc3][0xec][0xde][0xed][0xcb][0xdf][0xf1][0x8b][0x9f][0x99][0xb1]0[0xa3]3[0xfe][0x0][0xff][0x8d][0xa0]z[0xee]eIB[0x88]0[0xfa][0xe5][0xde]g[0xef]}[0x9e]s[0xce][0xf3][0xb2][0xbb][0xbe][0xf9][0xed][0xf][0x0]sxd#[0x83][0xdb]z[0xf9]T/[0x9f][0xe9][0xe5][0xce] [0xd2][0xf8]\[e[0x9b][0xd6][0x82][0x85][0xbb]6[0x6]p[0xcf][0xc6][0x12][0xee][0xeb][0x93][0x8a][0x8d][0x7]X[0xb6][0xb0][0xa2][0xf7]/-|eaU [0xbb][0xb3]TS[0xde]s[0xb9])C[0xf5]@[0xba][0xaa]^iF[0xbe][0x12][0x10][0xbc][0xeb]_[0xf0]|O-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xb][0xd3][0x8f][0x5]R[0x95][0xe6][0xb6][0x14]HW=_[0xae]E[0xcf][0xb6]d[0xb0][0xe9]n5x2Zm[0xd6][0xdc][0xc6]c7[0xf0][0xf4]s|[0x98]Ru/[0x14][0xb8]V[0xdd][0x8b][0x8]R[0x92]/[0x95][0xf4]C[0xaf][0xe9][0x87][0xa5]6[0xe1]F[0xe4])Y[0x16][0x18]+T[0xf7][0xdc][0xe7]n[0xa9][0xe1][0xfa][0xbb][0xa5]J[0xc3][\r][0xc3][0xb2]&[0x1c]Pui[0x9e][0x4]F[0xce]8[0x8][0xe4]N[0xd3][0xbe][0xda]?[0xa1][0x9e][0xed]v^[0x98][0x89]U[0xec][0x4][0xee]3[0xf9][0xa2][0x19][0xfc]T[0xd2][0xf4][0x15]7[0x94][0xe5]E"[\r]nx[0xbb][0xbe][0xab][0xa2][0x80][0xc1]sg[0xb4][0x9c][0x1f][0xad][0x85]f;c6T[0xe0][0xf9][0xbb][0xe6]<[0xe5]3@[0xd7][0xe7][0xcc][0xad][0xc0][0x8d][0xb3]9[0xf7][0x6][0xa9][0xfc]GA[0xbd]Q[0x92]A[0xe4][0xb]\-[0xf4][0x8c]|$[0xc3][0xa8][0xa1][0x8c]_`l[0x81][0xcb][0xe7]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc4][0xd3][0x7][0x2][0xf3][0xbd]1[0xcb][0x17]1[0xa5][0x94][0x9][0xcf][0xf5][0x8e][0xe6][0x4][0xaa][0xd3][0x95][0xdb][0xac][0x7][0xd2][0xdd][0xe6][0xc5][0xc8][0xb][0xd7]S[0xdf][0xfb][0xca]k[0xac]p>[0xc3][0xba][0xdc][0xa6]3[0xcb][0x9c][0xef]p^[0xf5][0x95][0xc][0x82]h_[0xc9][0xed][0xe5][0x97]5[0xb9][0xaf]8y[0xc][0x1d][0xa2][0xea]v[0x90][0xbd][0xd1][0x8c][0x82][0x9a]\[0xf1][0xf4][0xd0][0x8c]u[0x8d][0xe5][0xac][0x6]sp[0x9]cz[0x99][0xd0][0xcb][0x94]^[0xae];[0x18][0xc1][0xa8][0x83][0x1b][0xf8][0xc0][0xc1][0x87][0x18][0xe3][0x88]_4[0xe1][0xd7][0xe7][0x4] [0xe0][0xac][0xfa][0xbe][0xc]L[0x7]e[0xa8][0xa1][0xbe][0xb6][0xf0][0x8d][0x83][0xaa]f[0xf8][0x16]k[0x16][0xd6][0x1d]<[0xd4][0x80][0x93][0xe7][0xe7][0xe1][0xe0];[0xed][0x95][0xbf][0x88]V`[0xbc]Wi[0xe3][0xbb][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xbf][0x99][0xff][0xaf][0xb1][0x99][0xee][0x9e][0x9][0xf4][0x85][0xca][\r][0xd8][0xcf]A[0xdd][0xf3][0xf8][0xb][0xc3][0x8f][0xca][0xea])[0xe7][0xf5][0xad]=Y[0xe3]EJ[0xf7][0x97][0xbe]~Sy;[0xaf][0x96][0x1a][\r]L[0xf1][0xf3][0x95][0x81][0xae][0xe1]}]|Z[0x3][0xb4][0xd9][0x1a][0xae]Y>}[0xcc][0x9d]%F_[0xf1][0x8][0xe2][0x80]F[0x2]9[0xae]6w0 [0xc5][0x90][0xb7]i9[0xc7]Nx[0x7][0xe3][0x6][0x8c]m[0xa5][0x87][0x6]x[0xc8]][0xfb][0xf6][0x17]g[0x8e][0x90][0xd0][0x8][0xc9][0xe][0x84],cr[0x6]!w[0xec][0x15]#h[0xeb]]\&[0xd2][0x95][0x16][0xba]>[0x99][0xa4]u[0xd5][0xa8][0xc8][0x1b][0x96][0xa9]X[0xe6]b'K[0xb2][[0xe7]8Y&[0xfe][0x85][0xe5][0x1a][0xde]3)r[0xfc]b[0xc5]?Ra[0x92][0xbb]U[0x9c][0xb9]y[0x84]T[0xb7][0xe4]+[0xc][0x9a]4`[0xf9]c[0xb7][0x16][0x98][0x15]K[0xd6][0x96][0x86]Mt[0x88][0xb7]N[0x89][0x9f][0x16][0xa7]<[0x16][0xbf][0x1e][0x8b]O[0x17][0x93][0xaf]Yhf[0xd0]_<[0x84][0xd5][0xce]b[0x94]u[0x6]![0xfb][0x8]jS[0xe7]0[0x1][0xda][0xd9][0xa4][[0x2][0xd2](`[0xda]dS[0xc4]L[0xc][0xfe][0x94]Q::[0xf3];[0x6][0x9e][0x98][0x8c][0x6][0xd7]n[0x1d][0xc2]n[0xa3][0xf][0x9b]4[0xa6]1[0x84]y"[0xdc]6[0xc8][0xc5][0xe3][0x98][0x16]r[0x6]7q[0xcb]$[0x92]1[0x1c][0x9]z[0xf7]a[0x16]%[0xc6][0xe6][0xf5][0xbb][0x1a][0xb3][0xc9]8[0x95]l[0xf1]Wfr[0x88][0xa1][0x9f][0xe1]ps~[0xf9][0xfb][0xaf][0xea][0xc1][0x1][0x9d][0x86]H1[0x8a][0xb7]b[0xea][0x9][0xd6][0x12][0xb8][0xc3][0xd3]2[0xcf][0x17]y[0xb3][0xc0]F[0xdc]%[0xdc][0xbd]V[0x82][0x97][0x18]5[0x87][0x8f][0xc]y6[0x16]4[0xc5][0xb9]<[0xa1]\[0xa2][0x4]a[0xaa][0xf7][0x84][0x9c][0xa9][0xa7][0xaf][\r][0xf1]pw~[0x15][0xe8][0x9f][0xf3]0[0x96];[0xe6][0xf5][0xa4]r[0x9]|b[0xd6]y|a[0xda][0xcc][0xff][0xa3][0xc9][0x1a][0xff][0x0]PK[0x7][0x8]`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]junit/extensions/RepeatedTest.class}S]O[0x13]A[0x14]=[0xd3][0x96][0xb6][0xac]K[0x81][0x2]-[0xad][0x5][0x16][0x14]m[0x8b]P[0x10][0xfc],[0xa0][0x88][0x9a][0x90]4>[0x0]![0xc1][0xb7][0xa5][0x1d][0xca][0xe2]v[0xb7][0xd9][0x9d]U~[0x80][0xc2][0xc4]'_x[0xf1]A[0x13][0xa5][0x89]$[0xfa][0xee][0xf][0xf1]g[0xa8]w[0xb6][0xcb]G[0xf8][0xca]&w[0xef][0xbd]s[0xe7][0xdc]s[0xee][0xcc][0xfc][0xfe][0xfb][0xe3]'[0x80][0x19][0xb2],[0xa4]?C[0xea][0xe2][0xce]D[0xce][0x9][0x98]&[0xaa][0xb6]g[0x9][0x99]][0xd6]]N[0xd8][0xe1]|[0x81][0xc8][0x87][0x1d][0xcf][0xa2]>[0x17]3_[0xe5][0xae]g[0x8a][0xb2][0xa4][0xcf][0xc][0x1f]K[0xc6][0xc][0xb9][0xab][0xaa][0x19][0xe2][0xc2]^[0x13][0x8e]a[0xd5][0x19][0xfa][0xf3][0x85][0xca][0xae][0xfe]V/[0x99][0xba]U/[0xb5][0xb3]T[0xa1][0xac][0xd9][0x9e]S[0xe5]/[\r][0xa9][0xb5][0xf7][0xb4][0xa4])Y[0xad][0xa2][0xf][0xf][0x19][0xc6]Nv[0xae][0x98]&[0xaf][0xeb][0xe6][0x92]S[0xf7][0x1a][0xdc][0x12]/[0xf6][0xaa][0xbc])h[0x1e][0xc]Cr[0xb7]0d[0xa0][0xf9][0x12][0xb5][0x86][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0x8b]k[0x8b][0xb][0xda][0xb4]Dz[0xa4][0xa2][0x17]I[0x15]C[0x18][0x8e][0xe1][0xb1][0x8a]2[0xe6]U[0x8c]@cH[0x9f][0xa5][0xf6][0xcc]3[0xcc][0x1a]w[0xe4][0xae][0x5][0x15]71[0xae]b[0x11]O[0x88]o[0xde][0x9]8[0x16][0xa8][0xe3][0x95]g[0xc2]0|n][0xe6][0x9f][0xf3][0xaa][0xed][0xe8][0xc2]v[0x18]2[0x97][0xdc][0x13]9[0xe7][0x81][0xfc][0xf9]y[0xc9]|[0xf6][0xf2][0x89][0x13]=w[0xc7][0xf6][0xcc][0xda][0x9a][0xb0][0x9b][0xfe][0xb9][0xbe][0xf6]-[0xed][0x8a][0xea][0xcd]&[0xb7]j[0xc][0x93][0x17][0xc1][0x9e]K[0x5][0xf2][0xcb][0x18][0xa5][0xb7][0xd1]C[0xcf][0x86][0xd1]C[0xa1][0xd9][0x91][0x17]![0xbf][0xf][0xfd]d[0x7]([0xaa]#L[0x1f][0x90])N[0xb4][0xc0]r[0x1f][0xd1]u[0x88][0xd0]f2[0xdc]B[0xe4]W1[0xf7][0x1d][0x1d]_i1[0x84][0x14][0xd9][0x14]:[0xc8]v[0x91]M@>[0xb9]>[0x2][0x1c]$[0xc8]4e[0xb5]6[0x8][0xc5][0x19][0xc0][0xf7][0xb2][0xb8]N-[0xa4][0x97][0xa3][0x9a][0x10][0xf9]tjA[0xd3]9?[0x6][0x94]b[0xb][0xd1][0xe2]7t[0xec]|>[0xee][0x12][0xf5]WR>[0xaa][0xda][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "P[0x99]<[0xea][0x0][0xc1][0xa1]j[0xd9]Q[0xb]/[0xe4]$[0xc0]'[0xc]N[0x1c] [0xf6][0x1][0xd1]}$[0xa4][0x94][0xf8][0xfb][0x10][0xdb][0xff][0xf7][0xe7][0x84]}[0x96][0x90]A[0x9c][0x14][0xe2][0xd3]K\[0xfa][0x9]-C[0xf1][0x8][0x8d][0xe8]HA[0x88][0xf2][0xa3]>[[0x19][0x1f]i[0xd1]0[0x86][0x1b][0xd4][0x97][0xc9]k[0x14][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0xa4][0xf][0xd1][0xb9][0xd9][0xf2][0x85]\;[0x80][0x9a][0xec]"s[0x80][0xc4][0x97]3r[0xc6]O[0xc9]I[0x1f][0xcb][0xb9][0xe5]W[0xdd][0xfe][0xf]PK[0x7][0x8][0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]junit/extensions/TestDecorator.class}[0x92][0xdd]n[0xd3]@[0x10][0x85][0xcf][0xe6][0xc7]vm[0x93][0xb4]%mSZ[0x9a][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0xe][0x10][0x81][0xb8]+[0xaa][0x84][0x82]*!E [0xb5]U[0xef][0x1d][0xb3][\r]NS[Z[0xdb][0xc0]Cq[0x1][0x12][0x14][0x95][0xb][0x1e][0x80][0x87]B[0xcc]nVn[0x88][0xa2][0xca][0xd2]xgv[0xe6][0xdb]3[0xb3][0xfb][0xe7][0xef][0xaf][0xdf][0x0][0x9e][0xe1][0x89][\r][0xb][0xbb]K0q[0xcf][0xc1][0x12][0xee]K[0xb3]g[0x93][0xfb][0xc0][0xc6]C<2[0xe1][0x99][0xe8][0x98][0xf0][0x19][0xaa]g'<[0xcd][0x18][0xd6][0x7][0xe3]<[0x8e][0xb2][0xde][0x99][0x8].[0xf8][0xa7]D[0x9c][0xf7]d|[0x9f][0xc1]x[0x19]Q[0xfc][0x80]a[0xd3][[0x9c][0xd2]9e[0xa8][0xf4][0x93][0xf7][0x9c][0xa1]>[0x88]b[0xfe]6[0xbf][0x18]rq[0x12][0xc]'[0x14]Y[0x1d]$a09[\r]D$}[0x1d][0xac]d[0x1f][0xa2][0x94][0xa1][0xad]y[0xfc]s[0xc6][0xe3]4J[0xe2]T[0x1]_[0xf3]0[0x11]A[0x96][0x88]}[0x99][0xa9][0xc4]Y[0xc3] [0x8d][0xc2][0xa3][0xe0][0xe7][0x9c][0xe8][0xed][0xa8]$[0xcd][0x8c]T'[0xef][0x85]=[0xcd][0x8e]=D[0x1]V[0xb1][0x16] [0xc0][0xdd][0x0]>[0xee][0x4][0xa8]#[0xc][0xf0][0xc2][0xa9]u[0x17][0x88][0x11][0xd2][0xe]'[0xb1]bh[0xba][0xea]q[0xca][0xd5]I[0xfc][0xb1]?([0xd8][0xcc][0xff][0xb9][0xaf][0xdd][0x11][0xcf][0xd1][0xfc][0xb3][0xe3][0x84][0xdb]y[0x18][0xc2]w[0xa1][0xf1]tN[0x90][0xc5][0xee][0xff]~[0xc4][0x94][0x11][0xf6][0x90][0xf0][0xb5]>72[0xd9]sI5+[0xb8]~[0x93]](,[0xd1]%[0xab][0xd1][0xd6][0xa7]Qj6[0xdd][0xb8][0x0]Y[0x9a][0x9d].b[0x89][0xa4][0x8e][0x6][0xd9]&[0x9d]^[0x92]-[0x93]mD[0xab]W`[0xd1][0xda][0x15]J[0xd1]7[0x94][0xbf][0x14][0xc0][0x19][0xd2]U*[0x3][0xdc]C[0x8b]tP[0x9c][0x1b][0x98][0xc5]}[0xb2][0xf]H*[0xe4]yH2[0x87][0xf0][0xa6][0xe0].Y[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xaf]`[0xd7][0xa8]8CR[0xba][0xc6][0xd4][0xc8]S[0x1d][0xd7]nQ>[0xa8][0x96]G[0xb5]ZTg[0x8e][0xde]q[0x9f][0xf0][0xaf]>e[0xcc][0x17][0xb9][0xb]xT[0xf8][0xda]X$f[0xa0][0x1][0xe9][0x82][0xa0]x~[0x3]PK[0x7][0x8][0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/extensions/TestSetup.class[0x85]RMo[0xd3]@[0x10]}[0xe3][0xb8]v1&%m)4[0xa4][0x85]~[0x0][0xf9]@D[0xbd]p[0x9][0xea][0xa5][0x5][0x9]) DK[0x10][0xc7][0xad][0xbb][0x5][0x17][0xd7][0x1b][0xad][0xd7][0xb4][0x8b][0xb]H [0xf1][0x3][0xf8]Q[0x88]Y[0xc7]J[0x91]H[0xd2]=[0xec][0xce][0xce][0xbc]y[0xf3]fv[0xff][0xf9][0xf1][0xb][0xc0][0xe]:[0x1]<[0xac][0xf9]X[0xf][0xe0]`#[0xc0]&[0xb6]|l[0xfb]x@[0xf0][0x9e][0xc5]ilv[0x9][0xab][0xcd][0xfe]i[0xce]f[0xf7]D[0x8b]3y[0xae][0xf4][0xe7][0xee][0xa1][0xcc]L[0xaf]5 [0xb8]{[0xea]X[0x12][0x16][0xfa]q*_[0xe7]gGR[0x1f][0x8a][0xa3][0x84]=[0x8b]}[0x15][0x89]d tl[0xef][0xa5][0xd3]5[0x9f][0xe2][0x8c][0xd0]([0xf9][0xe4][0x85][0x91]i[0x16][0xab]4+[0x8][0xf][0xa4][0xc9][0x87]=[0x8b][0xe2][0xb]aerUBE[0xe7])[0xe1][0xde]dUoe[0x96]'#m[0x9e].[0xec][0xcb]z[0x13][0x91][0x4][0x1a][0x12][0xd6][0xfe][0x83][0xbc][0xd1][0xca][0xc8][0xc8]X[0xe1][0x8c][0x99][0xcb][0xa4]y[0xc7][0xb8]J[0xd3]2[0x7][0xcf]/"94V[0xb9][0x8f][0x87][0x84]y#[0x85][0xde]W[0xe7],+8P[0xb9][0x8e][0xe4][0x8b][0xd8][0xf6][[0x1d][0xb7][0xf5][0xe4]T|[0x11]!|[0xcc][0xb3][0x9c][0xe9][0xdd]o[0xef][0x10]@[0x8]_[0xa6][0xa9][0xd4]{[0x89][0xc8]2[0x99][0xd9][0xac]G>[0x9a]!Zh[0x13][0xea][0xd3][0xb3][0x9][0xeb][0x13][0x83][0xfb]2RZ[0x18][0xa5][0x9]KVG7[0x11][0xe9][0xc7][0xee][0xb8][0x7]B[0xaf]9[0xeb]E[0xae][0x9a]s}z[0x9c][[0xe1][0xc7]*G)[0x8f][0x9]O[0xa7][0xfc][0xa5][0x99][0xe3]o[\r][0xb0][0x81]9[0xfe][0xa8]v[0xb9]<[0x1f][0x1e]#[0xef][0xd7][0xf8][0xb6][0xcb][0xdf][0xd6][0xe1][0xd3]kw[0xbe][0x83][0xbe][0xb2][0xe5] [0xe0]=([0xbc][0xb][0x9c]u[0x13][0xd7][0xd9]Z[0x19][0xa1][0x10][0xe2]F[0xc1][0xe2][0xa1][0xca]Q~{[0x8e][0xd7]J[0xae][0xf7][0xcc]][0xe1][0xb3][0xf6][0x13][0xce][0x7][0xcb]Wy[0xd5]i?[0xfe][0x6][0xf7][0x92][0xb6]Z[0x0][0x96][0xd9][0xbe][0xcb][0x89][0x8d][0x82][0xfa][0xfe](iL][0xc3]"[0x96][0x98]2`[0x99][0xcb][0xb8][0xc5][0x99].[0x97][0xbf][0xcd][0xa7]-[0xd2][0x81]}`[0xfc][0xab][0xd5]+[0x1c][0x9b][0x5]Y8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]dw[0xca]~Wy[0xaf]_M[0xd1][0x9a]I[0xe1][0xb0]f[0x8b]o[0xb0]b; *F[0xc2][0xeb]/PK[0x7][0x8]p[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]junit/framework/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]junit/framework/Assert.class[0x9d][0x97]iX\[0xe5][0x15][0xc7][0xff]oXf[0xb8][0xc][0xc4][0x90][0xb0]d[0x81][0xc][0x9][0xca][0xcc]@[0xc4][0x98]T[0x9b][0x80]YXF[0x18][0x9]$!&B[0x8d][0xe6][0x2][0x17][0x98]0[0xcc][0xe0],Y[0xd4][0xd6][0x9a][0xb6][0x9a]j[0xb5]v[0x8b]1[0xb5]j[0xb7][0xa4][0xab][0x9a][0xb6][0xc2][0xd4][0xd4][0xa4][0x8b]&[0xad][0xd5]n[0xda][0xd5][0xae][0xfa][0xad][0xfd][0xd4]~j[0xbf][0xf4][0xe9]9[0xef]}[0xb9][0xdc][0xb9][0xdc]1y[0xca][0xf3][0xcc]}[0x97]{[0xee][0xff][0xfd][0x9d][0xf3]n[0x87]W[0xff][0xfb][0xe2]y[0x0][0xeb][0xf1][0x8e][0x86][0x9b]pLC[0x1b]>[0xc4][0x8f][0xf][0xf3][0xe3]#[0x1e]<[0xa0][0xa1][0x88][0xbb][0x8b][0xf0] [0x1b][0x1c][0xe7][0xee][0x8f][0xf2][0xe3]![\r][0xf][0xe3][0xb8][0x17][0x1f][0xf3][0xe0][0x11][\r]ex[0x94];?[0xae][0xa1][0x2][0x8f]i[0xf8][0x4]>[0xe9][0xc1][0xa7][0xb8][0xf1]i[0xee][0xfe][0x8c][0x86]j[0x9c][0xe0][0xee][0xc7]=8[0xc9][0x8d]'[0xb8][0xfb][0x94][0x86][0xcf][0xe2]I[0xae]}N[0xc3]Sx[0x9a]k[0xcf]h[0xf8]<[0xbe][0xc0][0xb5]/j[0xf8][0x12][0xbe][0xcc][0xb5][0xd3][0x1a][0xce][0xe0]+\[0xfb][0xaa][0x86][0xaf][0xe1][0xeb]\[0xfb][0x6]?[0xbe][0xe9][0xc1][0xb3][0x1a][0x1a]q[0xcc][0x8b][0xe7][0xb8]|[0x9e][0x11][0xcf]r[0xed],[0xbf][0xfe][0x16]?[0xbe][0xcd][0x8f][0xef][0xf0][0xe3][0x5]~[0xcc]x1[0xeb]E[0xd6][0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb2][0xd9][0x8b]^[0x9c][0xf3][0xe2]{[0xfc][0xe2]%[0xf6][0xe7][0xbc][0x17][0x17][0xbc][0xf8][0xbe][0x7]?[0xf0][0xe0][0x87][0x2][0xc5]m[0xd1]x4[0xbd]E[0xa0] [0x10][0xdc]+P[0xd8][0x91][0x18]5[0x4][0x16][0xf7]F[0xe3]F_fj[0xd8]H[0xee][0xd1][0x87]c[0xd4]S[0xd1][0x9b][0x18][0xd1]c{[0xf5]d[0x94][0xdb][0xaa][0xb3]0=[0x11]M[0x9][0xd4][0xf4][0x1e][0xcc][0x90]H[0xcb]XR[0x9f]2[0xe]'[0x92][0x93]-[0xdb]S)#[0x99]n[0x15][0xd0]tY[0xdb][0x93][0xcc][0x90]yU[0xa0][0xf7][0xa0]~Ho[0x89][0xe9][0xf1][0xf1][0x96][0x81]t2[0x1a][0x1f]o[0x1d][0xe2]Q=SF*[0xa5][0x8f][0xcb]a[0x16]X[0x8][0x94][0x8c]$[0xe2][0xa3][0xd1]t4[0x11][0x17][0x10]C4l@~Ujj[0x87][0xf5]X[0x8a]Y[0xc6][0xf4]hL[0xa0][0xd2]e[0xc]6[0xf6][0x99][0xc6]]we[0xc8]\`[0x93][0x8b][0x99][0xad][0xa7][0xf8][0xa0]1[0x92]v[0xe9]a)[0xaf]qd[0x9a][0xea][0xc6]h.[0xae][0xb2][0xa0][0x90][0xea]#i[0x1a]E[0xa0]1p[0xa5][0x92][0x97][0xc1][0xc9][0xdb]#=[0x1b][0x89][0x19]z|[0xc7]\[0x4][0x1b][0xaf]H[0x8a]?[0xac]q[0xb1][0xec][0xec][0xec][0xe4]W[0xa2]S[0xa0]h[0xd4][0x88][0xa5]ur'[0xa0]:[0xdd][0xec][0xc3][0xe1][0xb0][0xb4][0xf][0xb3][0x9d]jT[0xbb][0xd8]E"[0xd2],B[0xb2][0x1][0xb3][0xee]f5$[0xe7][0xb5](`[0x96]n[0x16][0xed][0xed]R[0xa7][0x9d][0xad][0xcc][0xba][0x9b]UG[0x87][0xb4][0xea]`+[0xb3][0xee]f50 [0xad][0x6][0xd8][0xca][0xac][0xbb]Y[0xf5][0xf4]H[0xab][0x1e][0xb6]2[0xeb]e[0xe6]R[0xea]K[0xa4][0xfb]21[0xe7][0x92][0xb3]MjqB[0xd6]/;%[0xb6]O[0xd4]v1uUc[0x80]6[0x95]}P[0xb3][0xed][0xe5][0xe5]nVK[0xc6][0x12][0xc9])=-[0x17]d)w[Fe[0xaa]5[0xb7][0xea][0x8b]MK[0x81][0xc8][0xff][0xbb][0xfc][0xdd][0xb6][0xa7]6[0x90][0xc8]$G[0x8c]p[0x94][0x8f][0x84]Rs[0xeb]_[0xcb]v[0xf4][0xaa][0xd3][0x98]N[0x1a]#[0xba]d[[0xbe];[0x13]OG[0xa7][0x8c][0xbd][0xd1]T[0x94][0x8e][0x8f][0xed][0xf1]x"[0xad][0xf3][0xae]&[0xb2]*[0x9b][0xf0][0xfc]7[0xad]>l[0xc1]V[0x1f]v[0xa0][0xcf][0x87].[0x84]}[0xe8][0x5][0xad][0xb4][0x6][0xf7][0xe3][0x86][0x94][0xc2][0xe4][0xaf]1[0xda][0x95]L&[0x92][0xfc])}[0xf5]#[0xbc][0xec][0xc3][0xdd][0xd8][0xe9]C?vz[0xf0][0x8a][0x0][0x4][0xea][0x9d][0x2][0x1d][0x89][0xa9]i:[0xda]R[0xa6]B&i[0xf0][0xd7][0xb7][0xf2]7[0xf4][0xb8][0x88]K[0x1e][0xfc][0xd8][0x87][0x9f][0xe0]U[0x81][0xab]l[0x9c][0x89][0xc][0xb9][0xc1][0x96]?e[0xcb][0xdb][0xd8][0xf2]56{[0x9d][0xe][0xd0]y[0xb3]p,[0xa1][0xa7][0xd9][0xea]glu[0xbb][0x7]?[0xf7][0xe1][0x17][0xf8]%7[0xee][0xf4][0xe0]W[0xdc]x[0x83][0x1b][0xc3][0x1e][0xbc][0xc9][0x8d]_sc[0xd4][0x83][0xdf]p[0xe3][0xb7][0xdc][0x18][0xf7][0xe0]w[0xdc][0xf8]=7[0xe]z[0xf0][0x7]n[0xbc][0xc5][0x8d])[0x1f][0xa6]A[0xe1][0xab]vNK{&[0x1a][0x1b]5[0x92][0x2]+[0xba][0xd4]a[0xb5][0xd9][0xdf][0x16][0xa7]e[0xb5][0xc5]?[0x9c]I[0xfb][0xf][0xeb][0xa9][0xcd]~[0x1f][0xfe][0x88]?[0xf9][0xf0]g[0xfc][0xc5][0x87]4R>[0x1c][0xe5]0e[0xf8]q[0x98]Cw[0x8];i[0xe1][0xfb][0x5][0x96][0xcc][0x1d]x~[0x9a]1J.[0xad][0xc5]V[0x1f][0xb7]7[0xb7][0xb1][0xd8]_i[0xfa][0xb7][0xb0]6[0xdb]mn[0xa3][0x8f][0xb7][0xf8]p[0xf][0xee][0xf5][0xe1]ox[0x9b][0x16][0xc3][0xdc]'[0xfc][0xaa]t[0x1e][0x84]ZU[0xee]3[0x9a][0x13][0xee]~[0xb5][0x9b][0x8a][\r][0xb5][0x9a]][0xf7][0xdd]P[0xce]7f0[0xe8][0x82][0x19][0x91][0x13]l[0xf0]&[0xa6][0xc3][0x8c]6s[0xf9][0xbc][0xd1][0xe]==A[0xf7][0x9f]>[0x9c][0xe2][0xab][0xa5]3[0xd8]i[0x16][0xf2]$[0xa2][0x13][0xad][0x87][0x9b][0xe1]`[0xd8],[0xf6][0xe6]|[0xda][0x9b][0x90][0xea][0x87][0xf4]X[0xc6][0xe8][0x1f][0x13]X[0x1a][0x88][0xd8][0xb7][0x8][0xbf][0xa6][\r][0xb2]d[0xbe][0xa7]=[0x91][0xe0][0xd3][0x9a][0xef][0xc2]![0xbb][0xa5][0xea]o[0xcd]Qo?[0x9a]6X[0xb3]=[0xc7][0x92]:[0xc9]l[0xe9]|O[0xc7][0x84][0x9e][0xa4]+[0x87]g[0xbb]&[0xd0]a[0xb7][0xb5][0xde][0xb4][0xe6][0xac][0xc8][0x81][0x89][0x4][0xc7]vY` g?so.mO[0xd4][0x9]{r[0xb8][0xda]BN[0xbb]!_[0xca][0x8f]\I[0xc8]U[0x97]A[0xce]X[0x19][0xcc][0xbe][0xb9])oj>=[0x97][0xb1]\;/Y[0xc1][0x87][0xa0][0xa8][0xa5]|[0xa8][0x8e]b[0xed][0x87]O[0xd4][0xe7][0x9d][0xfa][0xdd][0xd6][0xd4][0x9b][0x99]J&O[0xa6][0xd2][0xe2]$[0xe][0x90]t[0xf0]2[0x99][0xca]![0x8b]x'[0xd9][0xf0][0xe0][0x1a][0x13]s[0x8e]|[0x9d]3[0x9e][0xeb][0x9][0xf7]z[0xba]V7[0xda]P5[0xb]U[0xb3]P5[0xb][0xf5]P[0x1e][0xd4][0xf5]N[0xd4]VBm[0xbb][0xc][0xea]a+E[0x9d]V[0x13][0xb6][0x91][0xd6][0xc3]r[0xb5][0x1e]h[0x11][0x84]*[0xae]7[0x17][0xc3][0x19][0x14]U[0xf8]z[0xd5][0xb]^ [0x15][0x1b][0xcc][0x17][0xb][0x13][0xb1][0x15][0xb5]b[0x1b]6[0x88][0xed][0xb6][0xd1]7*[0xa7]jQM[0xf9][0x88][0x99][0xef][0x1c][0xb5][0x2]u[0x82]l[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0xbf][0xdb][0xe8]}[0xea][0xc5]:~[0xb1][0x91][0x1e][0x84][0xf1][0x9e][0x8a][0x1b][0xa8][0xd2][0xcc][0x95][0x1b][0xf3][0xf2]t[0x12]O[0x17][0xba]D[0xd8][0x96][0x1b][0x84][0xad] [0x87][0xad] [0x87]U[0x90]k)78[0xa2][0x12][0xbc][0xbb]-[0xc6]^[0xb5][0xfc]4[0xb9][0xf0][0xde][0x9b]3[0x8e][0x19]q[0xca][0x94]E[0xe4][0x8a]'[0xf2][0x1e][0xdc][0xab][0x94][0x9f]T[0xde]w[0x93][0x8f][0x14][0x80]:rc[0x13][0xa5]?.q[0xc8][0x9][0xc1][0xe6][0xb9][0x10][0xb4]:B[0xf0][0xbc]cO[0xec]@[0x81][0xe8]C[0xb9][0xe8][0xc7][0x1a][0xb1][0xcb][0x16][0x83]n[0x8b][0xaf][0xdb][0xe2][0xeb]V|[0x5][0xf4]o[0x99][0x19][0x83][0x2][0xbc]_[0xea]}[0x0][0xf7]I[0xdb][0xf][0xca]SJP[0xea][0x86][0xff][0x1]PK[0x7][0x8][0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/AssertionFailedError.class[0x8d][0x91]KO[0xc2]@[0x14][0x85][0xcf]Hy[0xd5]*[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xd6][0xc4][0x18][0xc4]Db[0x8c]+[0x8d][0x9][0xf1][0x91]h[0x88].T[0xf6][0x3][0x8c]8X[0xda]d[0xda][0xea]Or[0xab]+[0x8c][0xb][0xb7]&[0xfe]([0xe3][0x9d][0xd2][0xe0][0x8b][0x85]][0xcc][0xdc][0xb9]s[0xe6][0xbb][0xe7][0xde][0xbe][0xbc][0xbc][0x2][0xd8][0xc2][0x8a][0x89][0x4]fM[0xc4]1[0xa7][0xa3][0xf9][0x14][0x16][0x92]XLb[0x89]![0xeb][0x9]%[0xb9]][0x17][0xca][0x93][0xae]sur[0xc8][0xc0]N[0x19][0xc6][0xe]\[0xc7][0xf3][0xb9][0xe3][0xd7][0xb9][0x1d][0x88]8[0xfa][0x1f]cH[0xec]IG[0xfa][0xfb][0xc][0xb1][0xd2]z[0x9d][0xc1]8p[[0x82]!S[0x93][0x8e]8[0xb][0xba][\r][0xa1].y[0xc3][0xa6]L[0xae][0xe6]6[0x9][0xcb][0x9]N[0xe7](i[0xf8]7[0xd2]cX[0xab]u[0x2][0x82]T[0xae][0x15][0xef][0x8a]{W[0xdd]V[0xaa][0x1e][0xd9][0xf0][0xc9][0xc0]1[0x97][0xb6]h[0x1d])[0xe5][0xaa]][0x86][0xe9]R[0xad][0xc3][0xef]x[0xc5][0xe6]N[0xbb]r[0xe1]+[0xe9][0xb4]wu[0xd5]dWx[0x1e]o[0x87]e[0xfe][0x8][0xc8]|K\[0xf3][0xc0][0xf6][0xfb][0x9][0xaa]7[0xc]3[0xec][0xa1]y[0xe1][0x6][0xaa])[0x8e][0xa5]6;3[0xcc][0xd4][0xa6]~e[0xc1][0xc2][0x98][0x85]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":Zf4[0x18][0xac][0xfe][0xa7]%[0x86][0xe2]W[0xd5][0x81] [0xba][0xfa][0xd1][0xec]y[0xa3]#[0x9a]>5[0x8b][0x15][0xfa]k[0x9]={[0xcc]"[0x89][0x14][0xed]i:[0x8d][0xc0]D[0x8c]b2B[0xeb]8e[0xb6]i''[0x88][0x97]{`O[0xa1]$C[0xab]I;Hd[0x90](K[0x91][0xd5][0x17]a[0x2][0xb9][0x10]ja2[0x2]TI[0xa9][0xb5][0xe9][0xf2][0xc6]3Fz[0x88][0xfd][0x86][0x14][0xa8]z1[0x84][0xe4][0xfb][0xc2][0x8][0xa2][0xa3])L[0x13][0xc6][0xd4]3[0x89]p;[0x91][0x9f][0xd1][0xf2][0x1b]R9[0xe3][0x1]F[0xf9]q[0x0]L[0x84]Ws[0xdf][0x1c][0x8d][0x86][0x8][0xed][0xa8][0x18][0xaa]f>[0x1]PK[0x7][0x8][0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]junit/framework/ComparisonCompactor.class[0x8d]V]S[0x13]g[0x14]~6[0x9]IX[0xd7][0x10]"[0x82][0x12]DE[0xd4][0x10][0xbe][0xa4]Zm[0x5][0xad][0x18]@[0xa3][0x1][0xd1]PZ[0xb1]V[0x96]d[0x13][0x16][0xf3][0x81][0xbb][0x1b][0xe5][0x7][0xf8][0x17]z[0xd1][0x9b]v[0xb4][0x9d][0xe1][0xa2][0xbd][0xa8]3[0x82][0xb4][0x9d][0xe9][0xa5][0x17][0xbd][0xec][0xf4][0xf7][0x94][0x9e][0xf3][0xee][0xbb][0x84]`.[0x1c][0x86][0xf3][0x9e][0xaf][0xf7][0x9c][0xe7]|[0xbc][0xb][0xff][0xf7][0xc7]_[0x0][0xc6][0xb0][0xa1][0xe2][0x4]fZ[0xd1][0x83][Ln3I[0xab]D[0xee][0xa8][0xb8][0x8b][0xc]s[0xb3]L[0xe6][0x98][0xdc][0xb]a^[0x85][0x8a][0x99]0[0xee][0xf3][0xf9][0x80][0xbd][0xb3]*[0x16][0xf0]%s[0x8b][0xcc]}[0x15][0xc6][0xd7]l{[0xc8][0x17][0x96][0x98][0x9b][0xce]*[0x88]e[0xd6][0xf4][0xe7][0xfa]hI[0xaf][0x14]G[0xb3][0x8e]eV[0x8a][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xa7][0xaa][0x15][0xdb][0xd1]+[0xce][0xa2]^[0xaa][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xa7][0xa6]3[0xb][0x93]O[0xa6][0xe7][0xa6][0x14][0x1c]r[0xf9][0xec][0xc2][0xe4][0x83][0x5][0x5][0x91][0x2][0xb9]:[0xc6][0x86][0x93]1*EgU[0x81][0x92]&[0xf7][0xc2][0xf4][0xc6][0xba][0x91]s[0xc]J[0x15]*L[0xe6][0x9c][0x9a]^bn[0xde]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0x6]s[0xd9]ZAp[0xc1][0x9][0xb3]b:[0xd7][0x15]$[0x12][0xe9][0xf][0x81]|[0xa8][0x19]XT[0x10]HU[0xf3][0x84][0xa9]-cV[0x8c][0xb9]Zy[0xc5][0xb0][0x16][0xf4][0x95][0x92][0xc1][0xa5]TsziQ[0xb7]L[0x96][0xa5]2[0xe0][0xac][0x9a][0xb6][0x82][0xb3][0x99][0xb5][0x1a]e[0x1a]-Xz[0xd9]xQ[0xb5][0x9e][0x8e][0xa6][0xaa][0xe5]ur[0xb5][0xab][0x15][0xc1][0xe5][0x9c][0xaa][0xc5][0x95][0xe7][0x1a][0xcb][0x9][0x1b]{[0x95][0x4]u[0xaf][0x90][0x9c]{A[0xc1][0xb9]D[0x13][0x88][0xcd][0x1a][0x1a]*[0x1b][0xb6][0xad][0x17][\r][0x91]@\vM[0x14][0xd5][0xae][0xd6][0xac][0x1c][0x19][0x82][0x96]a[0xd7]J[0x14]4Z0+y[0xc2]T[0xae]V[0xbc][0x86][0xf9][0x13]\[0xb8][0xdf][0xa8][0xe4][0x1b][0xcc]^[0x17]#[0x1e]HO[0xa1][0xb9]P=[0xf1][0x8][0xe7][0xac]9Fc[0xd0][0x8e]DS[0xa8][0x8d][0xce]^[0x88]6[0xdd]2\[0x17]{[0xfa][0x99][0xe8][0x2]aZR[0xa0]f[0x5][0xfc][0x19][0x93]{}[0xac]IOG8[0x85][0x86][0x1]\[0xd5]p[0x6][0xfd][0x1a][0xce][0xe2][0xa4][0x86]sLn"[0x15][0x82][0xa1][0xa1][0x80][0xa2][0x86][0xcf][0xd9]a[0x82][0xc9]e\R[0xd0]u[0x10][0xd9][0xcd][0x9a]Y[0xca][0x1b][0x16]-[0xd8]#[\r][0xab]05[0x9c]G[0x8]k[0x1a][0x9e][0xa2][0xa4]![0xc1][0xa1][0xcb][0xa8][0x90][0xfd][0xb1][0x86]*nh[0xf8][0x82][0xc9]$n[0x84][0xb0][0xae][0xe1][0x19],[\r]6[0xa8][0xbd][0xfe][0x91][0x91][0x11][0x5][0xd0]Pc[0xd5]s[0xbc]Pp[0xe6]#v[0x83][0x1a]_[0x87]toe[0xcd][0xe0][0xf9]w[0x1e][0xbc]8i[0xdb][0x86]E[0x86]`[0xa1]j[0x95]ub[0xee]4[0xd9][0x90][0xcc][0xc1]@M4MG[0x13][0xd4][0xd7][0xd7][0xc5][0xe][0xc][0xd4][0xde][0xc9][0x96][0x8d]7@[0xdf][0xdb][0xbb][0x92][0xdc]p[0x9a]#?Y[0xbb][0xb6]bKSg"[0x9d]n[0x9a]?[0xec]T[0xbd][0xeb][0x91][0xba]yV[0x17]a[0xca]&5[0xbf][0x85][0xaf]R[0xb8]`nU[0xb7]&[0xa9][0xfe]@"=[0x90]b[0xab][0xce][0xaf][0xdd][0xe0][0xd5][0xa1][0xd7]x4[0xd1][0xa4][0xe2]%[0x9c][0xa6][0xaf][0xd7][0x9][0xfa]L[0x86][0xd1][0x8d]^[0x9c][0x84][0x82]S$[0xf9]p[0x8c][0xe4][0xd3][0xfb][0xe4][0x18][0xc9]}[0xfb]d[0x8d]~i[0xb7][0x4]O[0xeb]%[0xce]s[0xf2]@gG[0xf2][0x1d][0x94]d|[0xb][0xbe][0xe4][0xd0][0x16][0xfc][0xc9][0xe1]-[0x4][0xde][0x88][CD;[0xd1]B[0xb4][0x8d]<[0xa3]hE;"[0x94][0xff][0x8][0xfd][0xc][0x93]6[0xe9][0xde][0xc7][0x8]F[0x1][0xc1]][0xa0]<[0x8a][0xe0][0xc6][0x8][0x81]Op[0x9f][0x10][0xe7]'[0xed]E\[0x92][0x99]"[0x99]o[0xa6][0x92]o[0xe1][0x8f]v:[0x2][0xef][0xa1][0x12][0x8e][0x96][0xef][0x11][0x1d]d-[0xab]v[0x10][0xfc][0x8d]t![0xfa][\r]'Y[0xf9][0xe][0xad][0xb3][0xcc][0x4][0x88][0x99][0x1b][0x1c][0x1a]f[0x87]=[0xa0][0xbd][0x8][0x9][0xb8]G[0xd1]E[0xed][0xe9][0xa6][0x16][0xc4][0x9]`[0xf][0xa5]=A/[0xab]w[0x1f][0xe0][0xd4][0x1e][0xe0][0x14]>[0x15][0x8d][0xbc]H[0xc5][0xb9][0x80]'([0x8a][0xb][0xd8][0xc7]OQ[0x2][0xfe][0x9d][0x9a][0xe0][0xa7][0xb3][0xf8]'[0xd4][0x87][0xef]p([0xa6]m[0xe3]0[0xe3][0x8c][0xc]n[0xa3][0x8d][0xce]h>[0xb0][0xbc][0x8d]v[0xd2][0xc6]bD[0xb6]qd[0x96][0xad]?[0xe0][0xb8][0xbc]A5t[0x90]a[0xa8]n[0x8c][0xd6][0x8d][0xac]%[0x87][0xa3][0xd2]8T/[0xaa][0x1b]A[0xa2]}[0x4][0xe2][0xc][0xc1][0xea][0xc7]m*[0xeb][0x1e]M[0xd5][0xa0]9rA[0xa7]\X{[0x5][0x15]qE[0x14]4H[0x85]|&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xf1][0xb7]E[0x96][0xf1][0x9d]([0xb]H'[0xfd][[0x88]pG][0xf4][0x1]:v[0xd0]9[0xc1][0x90][0xe3][0xaf]1$[0x7][0x10][0xd9]F[0x17][%[0xfb]#[0x82][0x9b][0x88]&[0x1f][0x92][0x14]X[0xa6][0xfb][0x9b][0xbb][0xff][0xbc]9[0xd0][0xfd]a[0xea][0xd3][0x8][0xf5][0x94]R_ [0x0]c[0x18]'[0xfe]6[0xf5]qX[0xcc]F$[0x97]`[0xbb][0xa8][0xa0]q[0xb1].[0xdc]u[0xf][0xe2]/[0x4][0x91]K[0xba]/[0xd1][0x5][0xf2][0x13][0x12]` [0xad][0x87][0x91][0xbc]B2[0xee][0x9e]}[0xec][0x13][0x97] {<[0x84][0xda]K[0xdf][0xee]Kews[0xf7][0xdf][0xa4][0x8c][0x11][0xcf]o!Z[0x87][0xda]G[0xef][0x0][0xd4]'[0x95][0x0]vPw[0xfa])[0xf9][0x15][0x82]r[0x95][0xf8][0x14][0xae]c[0x9e][0xbe][0x9d][0xf5][0xde][0xde][0x97]pU[0xdc][0xc2]5[0x1][0xb7][0x83][0xce][0xeb][0xc4]qo[0xe9]++[0x81][0x1b]T:o[0xfe][0xb8]7[0xf0][0xb7][0xa2][0xc3][0xbe][0x9f][0x11][0x8e][0x1d][0xdb]DK[0xec]8[0xf][0x99][0x0][0xf9]=K~[0x7][0xdd]nk[0xdb][0xdd][0xc1][0xd7][0xc7][0x1e][0x14][0xa1]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x9a][0x1b]V[0xc2][0xf0][0xf1]7][0xa6]|E[0xdb][0xcc][0x1d]5[0xeb][0x93][0xe4]=[0xe4][0xd8][0xcb]R[0xc5]S[0xad][0x3][0xf2]7:[0xc6][0xdd][0xcc][0x1f][0xdc][0x96][0x92]/[0xff]z?[0xf6][0x6][0x80][0xaa]Hk[0x1c][0xb7][0x9d]{[0x13]7[0x1e][0xe0][0xbe][[0x18]20[0xa9]g<[0xc3][0x91][0x9c]B[0xa6][0xcf][0xe4]I?5w[0x94][0x98][0xd6]yPAh[0xd0][0x9e]$[0xe2][0xf2][0xa4]i[0x19]#[0xd9][0xd9][0x9][0xc3][0x19][0xd7]'[0xd2][0xa4]4%[0xed][0x94][0x9e]>[0xa8];[0xa6][0xd8][0x7][0xc4][0x90]7c[0xd2][0xcb][0xcd][0x95][0xf5]S[0xb5]f[0xcd][0xb]M[0xf3]|[0xc0][0x93][0x99][0x8b][0xa0]-%[0x96][0x89][0xa0][0x8][0xe3][0xfa]Jm^[0xaa][0xe7]B<[0x9c][0xf2][0xc3]u]Y[0x5][0xff][0x7][0xa9]>eg-O:[0xa3][0xbb][0x6][0x9d][0xa9][0xee][0xe8][0x1c][0xe6][0xc8][0xc])X_[0x9a][0xe][0xc1]9j[0xb8][0xd9][0xb4]'[0xc5]k[0x1c][0xb9]V[0xb0]f1N[0x5][0x91]iC*[0xa1][0x82][0xa6][0x8e]N[0xdf][0xe8][0xac]g[0xa6][0x13]I[0xd3][0x15][0xe7][0xb1][0x12]b_Y[0xc0]^QSZ[0x0][0x16][0x84][0xc5]E[0xd9]y[0xb5][0xd9]\J[0xf5]+[0xb2][0x9e][0xd2][0xbb][0xc]7[0xe5][0x98][0x19][0xcf][0xb4][0xe9][0xe5][0x6]r[0x96][0x94]f[0x1][0x7]e[0x96]M[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xab][0xc4]^[0xe7][0x18][0xb3][0xf6]1cx[0xda][0xb2][0x1d]cRA[0xc7][0xe2][0x12][0x15][0xf5][0x87]S3f[0x9a]@![0x83][0x89]SPen[0xc9]_8[0x19][0xb0]a[0xe6]T[0xf7]lQ[0x9b][0xb5][0xa6][0x9b][0xd7][0xbb][0xb1][0x92][0xde][0xdb][0x98][0x19][0xcf][0x1e][0xf3][0x1c][0xd3][0x9a][0x16][0x17][0xa9]0d>U^N3[0xed][0x89][0x1b][0xdc]Y[0x6]nV[0xb7][0xcc]L6[0xad][0xb][0xbc][0xc4][0x1e][0xc9]([0xb][0xa3]}i[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xbb]O[0xa4][0xc]i[0x8e][0xab][0xe2][0x19][0xba][0xe8][0xda][0x8e][0xb7][0x4]]cd[0xb]t[0xd5][0xb8]r]Yi C[0xa5]cv[0xd6]I[0x19]4[0x82][0x97][0xa8][0xb9][0xe4]zl[0x13]QP[0xf1][0xac][0x86][0xe7][0xf0][0xbc][0x86].\-[0x86][0x17]4[0xc4][0xb1]U[0xc3][0xa5]hW[0xf1][0xa2][0x86][0x97][0xf0][0xb2][0x86]W[0xf0][0xaa][0x86]N[0xc4]T[0xbc][0xa6][0xe1]u[0xf4]jx[0x3]oj[0xe8][0xc3][[0x1a][0xf6]`[0xaf][0x86][0xb7]qZ[0xc3][0x8d][0xb8]I[0xc3]~[0xdc][0xa2][0xe1][0x1d][0xc]kxW[0x1c][0xbc][0x87][0xf7]U|[0xa0][0xe1]C|[0xa4][0xe2]c[\r][0x9f][0xe0]S[\r][0x9f][0xe1]s[0xde][0xa5][0xc5][0x92][0xa6][0xe1][0xb][0xc1]x[0x6]_*h[0x98]c[0xf4]s[0xae][0xe1]+|[0xad][0xe2][0x1b][\r][0xdf]bL[0xc5]w[0x1a][0xbe][0xc7][0xf]*[0xce][0xb2][0x14]*[0xf6][0x4][0xc2][0xcd]%[0xff][0xe6][0x89]#F[0x8a]iXY[0xee][0x12][0xb2]M/%[0xb9]~[0xf]l[0xaf][0x9c][0x12][0x9f]q![0xaf]'[0xfc][0xe3][0xee][0xc5]qFl[0xd9]^F[0x8d]Y[0xdd][0xb4][0xf2]%E[0xf5]K[0xeb][0x85],[0x9][0xd9][0x16][0xa6]t[0xd9][0xcd]d;Z[0xea]C[0xc4][0x8e][0xc9]"\U[0xfa][0xba][0x19]G[0xb3]2Z-)[0xd1]}[0xe][0x99][0xde][0x8c][0x9d][0xf5][0xc6][0xb2][0xa6]g[0xec]3[0xb8][0xe6][0x5][0xed]*[0xf3]t[0x95]y&} q[0xb9]i[0xe4][0xc5][0xf7]tu[0xb9][0xb6][0x95]Q[[0x16]8"[0x86]'Z[0xa7][0xe8][0xfa][0xec]k[0xc4][0x1b][0xb1]=s[0xca][0x14]'[0xe9]E[0xdb][0xfd][0x12]^[0xc6]2[0x6]Y[0x12]=[0xe5]'[0x89]&\[0xd4]F[0x13][0xb7][0x95][0xb9][0xe2][0xb][0xb2][0x8b][0x10]GuWh[0x13][0xaf][0x83][0x82][0xed][0x15]{j[0xc9]#[0x13][0xde][0xbd]o[0xff][0xf8]a[0xb6]g[0xd9]M[0xd3][0x86][0xeb][0xe][0xda][0x99][0x93]~[0x14][0x6][0x5][0xc9]1,[0xf1]h[0x17][0x8a][0xe]8[0x8e]~2[0x90]_Q[0x86][0xcc][0x6]j[0x6][0xcd][0xb7][0xe0][0xcd])n[0xca]M[0xa5]T[0xfe][0x1a][0xcd][0xe8][0xee][0x88]q[0xc2][0x93][0x15][0xc4]N[0x1c][0xb2][0xe4]f~[0x17][0xf6]/[0xa2][0xf8][0x91]2[0xdd][0xdd][0xb3][0x19][0x8f][0xe6]F[0xf4][0xc9][0xc9]A[0xff]=[0xa8][0xd8][0xe0][0x19][0xb5]:z7`1[0xb0][0xba]#[0xba][0xcb][0xd5][0xdc][0x1c]E[0xcf][0xb3]&[0xe6][0xa4][0xa8]y[0x91][0x10]-[0x12][0xc5][0xc3]bP[0xb0]e)[0xed][0x80][0xf1][0xd7]3[0x99]4[0x1d][0xb8][0xa4][0xa3][0xd4]Aai[0x5][0x18][0xbf]{c#[0xff]y7 [0xc4]y[0x13]6c[0xb][0xaa][0xd1]$Z2[0x14]\[0xc6][0xff][0xeb]*tp[0xcf][0x86][0xcc]u[0x93][0xe8][0xd7][0x9c]5[0x9e]ua[0x1b][0xcf][0x12][0xdc][0x8d]Q[0xa2][0x8a]sm,[0xfe]3[0x94][0xb][0xa8]:[0xc7]M5[0xb6]s[0x8c][0xca][0x83]U[0x88][0xa0][0x95]?[0xea]@[0xb3][0xcf][0x88]+p% W[0xdd]RQO[0x0][0xea]S:[0xf2][0xaa][0xaf][0x92][0x8a][0xae][0xe][0x14][0x9d][0xe2]\[0xcd][0xb9]-v[0x1][0xd5][0xb1][0xad][0xe7][0x11][0x8a][0xc5][0xcf]#,[0xd4][0xd6][0xe4][0xa0][0x9e]GdNs3[0xc2][0x1c]W[0xd3][0xad]5[0xc4]\[0x8b]z[0xac][0xa3][\r][0xeb][0xa5][0x15][0x1b]|[0x94][0xbc][0x15]m[0x81][0x15]bu[\r][0x1d][0xac]*[0xb0][0xa7]m[0x9e]=[0xd7]r[0xb5][0x3][0xbd][0x1c][0x85]=Wp[0x16]<[0x91][0xd8]O[0x88][0xe4]P[0xfb][0xad][0xe4][0x11][0xda]k$}[0x93][0xd4][0xe6][0xe3]D[0x2]m[0xfc]S[0xc5][0xce]@~[0x98][0xd6][0x89]x4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y~[0xa1]x,[0x87]h[0xe][0xcb][0xce][0xe5][0x81][0xfc][0x0][0xb6][0xa3][0x81][0x6][0xcc][0x5][0xb0]1oz#[0xfa]q[0x9d]4[0xe3]z[0xc][0x4]a[0xba][0x8a][0xb3]P[0xa9][0x9]H"j9[0xd4][0x9d]-2-^`[0x9a][0x16][0xa0][0xf9].[0xde]@[0xda] v[0x5]X[0x89][0xc0][0xc5]0[0xb1][0xc2][0xc5] [0xdb][0xb]@[0xc2][0xf3]@v[0x93][0xc6][0xc7]:[0xf0]s[0xf])[0xc2][0xec]z?N[0xf5][0xc9]X[0xfc][0x2][0x96][0x9f]-r[0xb2][0x9b]1[0xea])p[0xb2]>@[0x8c]P[0xdb][0x10]c[0xc5][0xbf]4[0xf1][0xec][0x7][0x98]pW[0xc3]yH`5[0x9c][0x86][0xfa]#[0x1a][0xcf][0xc6]sh[0xda][0xc7]aE[0xe]+G[0xba]~[0xc1]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe3]2.[0x9a][0x15][0xfc][0x8e][0x96][0x1d][0xa1]Xk[0x88][0x9a]w[0x84][[0xc3]9[0xac]z[0x7][0xb5][[0xc5][0xa2][0xf5][0xcc][0xbf]o[0x9d][0xb3][0xa6][0x9d][0xf5][0x2]f:[0xc2]L[0x8b][0xff][0x8e]F[0xe6][0xab][0x8b]a[0xee]a[0xa0]w2[0xcc][0x83][0xc][0xd1][0x1e][0x8e][0xc2][0xd2]~[0xda][0xd0]CK[0x93][0xb4]/L[0xae]f[0xec][0x93]Ym[0xe5]z[0x4]7[0xcb]:[0x1b][0xca]'k([0xf0][0xa3][0x91][0x15][0xdd][0xcf][0x95][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]a[0x2][0x8f]v[0x5]Qj[0x88][0xaf]@[[0xe][0xab][0xff][0x84][0x1a]:[0x83]PuqU[0xed]-[0x88]QC[0x1e][0xbb]![0xc0]V0[0xca][0xb]YZ[0x9f][0xf4]sMq[0xfe][0x92]e[0xeb]s[0x1c][0x7][0x82][0xe4][0xf][0x4][0x16][0xd5][0xc6][0xfd][0xc4][0xad]-[0xae][0xcb][0xfd][0x14][0xbb]e[0x81][0x8b]=[0x8e][0x83][0x4];[0xc4]u[0x88][0xf3][0xad][0xfc][0xe][0xe3][0xb6][0xc0][0xb0]b[0xe0]u[0xc5][0xc0][0xe3][0x4]>[0xb0][0x0][0xf0][0xed][0xb8]C[0xfa]u[0xa7][0x94][0xb9][0xeb]?PK[0x7][0x8]z[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96][0x6]B[0xb4][0x15][0x14][0xe4]C[0x5]-[0xd0][0x16]$[0x14][0x11][0x84]"[0x8a][0xd0][0x82]N[0xc5][0x19]@[0xde][0x97]fi[0x83]!a[0x92][0x14][0xfc][[0xce]@[0x9d][0xf1][0xc1][0x1f][0xe0][0x8f]r[0xbc][0x9b][0x16][0xa8]Ph[0x1f][0xb2][0x1f]7[0xf7][0x9c]s[0xf7][0xde][0xbb][0xfb][0xe7][0xef][0xaf][0xdf][0x0]2[0xd8][0xec][0x82][0x8a][0x94][0x1c][0xd2]*[0xba]1[0xa9]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "/UL`Z[0xae]t[0x15]3[0xc8][0xc8]aV[0xe][0xaf][0x14][0xcc])x[0xcd][0xa0][0x9e]p+[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]b[0xf9][0xc][0xc3][0x85][0xc3][0x8a]m[0xfa][0xfa][0x81][0xcb][0x8f][0xc4][0xa9][0xe3]~[0xd3]w[0x85][0xe7]o[0x7][0xb3][0xc]Q[0xbf]lz[0x89][0x19][0x86][0xe4][\r][0xbf]O_i?'[0xbd]W[\r]~[0xec][0xb]w[0x8d][0x17][0xcb]Bb[0x96]M[0xfa][0xb3][0xc2][0xb0][0xd1]6[0xe8][0xae] R{[0xc][0x91]5[0xc7][0x10][0xc][0xb1][0x82]i[0x8b][0xad][0xca][0xd1][0xbe]pw[0xf9][0xbe]E[0x96][0x9e][0x82]S[0xe4][0xd6][0x1e]wM[0xb9][0xaf][0x1b]#2h[0x6]0h[0x1f]m[0x9b]4,[0xee]y[0x82],[0xe9]6[0xe3]Id[0xe8][0x18][0xdd]>Y[0xf3][0xdc][0xb4]*.q[0xa6][0x93][0x5][0xc7]-[0xe9]5[0xbc][[0x91][0xb4][0xba][0xed][0xf8][0xe6][0x81]Y[0xe4][0xbe][0xe9][0xd8]z[0xdd]3[0x8]W9[0xb8][0x80]M[0xb4][0x89][0xa2][0xaa][0xe4][0xbe][0x17][0xc5][0xb1]4z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6])[0xf4]@[0x9e]2[0xe9][0x95][0x85][0xc1]0[0xda]D]xE[0xd7][0xc]0[0x81]l[0xb7]qe`xz7[0xa0]~[0xc0][0x1d][0x9f][0xbb][0xbe][0x14]Pw[0x9c][0x8a][[0x14]ySfp[0xa8]y^[0xa6][0xf][0xf9][0x9][0xa7]2[0xe4][0xec][0xa2][0xe5]x[0xa6]][0xfa],[0xfc][0xb2]c(X[0xd0][0xf0][0x6][0x8b][0x1a][0xee]#[0xa6]A[0xc3]=[\r]q,)[0xc8]jX[0xc6][[\r]+x[0xa7][0xe1]=V[0x15]|[0xd0][0xb0][0x86]u[\r]9[0xe4]5l O[0x8d][0xd5]nI[0x18]Rw[0xe7]r[0xbb]b[0x17]L[0xcf][0x17][0xf4][0x83][0xa1]W[0x86][0xaa][[0xdc].[0xe9][0x97][0x89]e[0x18]oO[0x8c]rS[0x12][0xfe]V@.[0xc9][0xac][0x9b][0x8d][0xdc][0xd0][0xa0][0xad][0x9b]*[0x9b]j[0xd1][0x6][0x14][0xfa][0x85][0x1a][0x15]&[0x9c][0x94][0xd5][0x1c]k[0xab]s[0x18][0xee]S[0xa8][0xeb][0x8d][0x85][0x1f]I6[0x91][0xfb][0xbf][0xf4]Q[0xee][0xc9][0xf0][0x18][0xe6][[0xb5]U[0xd3][0x83][0x13][0x83]F[0xaa][\r][0x89][0xed]'[0xcd][0xab][0x8c][0xef][0x96]][0xe7]T[0xde]Er[0x1c][0xbc]=s[0xc][0x9d][0xdc]0r[0xae][0xeb]P[0x8e][0xa7][0x9b][0xe7]8[0xdb][0x94]6[0xb8]d[0xc2]6j[0x87][0x18][0xb8][0x5]*[0xbd][0xba]<[0xd9][0xe0]r[0x8b][0x11][0xc8]G[0x12][0x8][0xc5][0xe3][0xb2]G[0x1][0x9a][0xa9]a[0xc9][0x12][0xa1]/[0x8e][0x7][0xf4]`[0xf4][0xd0]j[0x11]![0x84]i[0x8e][0xa5]'[0xcf][0xc1][0xd2]S[0xe7][0x8][0xa5]"[0xfc]CB[0xd1]Kc[0x94][0x1c][0x81]%<[0xa4]Q[0xb][0xd6]1<[0xc2]c[0xc8][0x17]g[0x0][0x83][0xe4]%i[0xbe][0x10]I[0x88][0xe6][0xfe][0xf4][0x19][0x11][0x9c][0x81]MV[0x11][0xa9][0xa2][0x83][0xa6]h[0x15][0xca][0x15][0x9d][0x1a][0xb8]e[0xd0][0x87][0xd9][0x80][0xb2][0xaf][0x6][0xab]S[0xca][0xd5][0x10][0x86][0x89][0xfa]I[0x10])]l[0xfa][0x9e][0xd1]ij2[0x9b]u[0x99]x[0x83]LG[0x15][0x9d][0xd7][0xf9][0xe7])[0xc8][0x85][0x6][0xfe][0xf8]%[0x1c][0xa3]x~[0x8d][0xff]E+[0xfe][0xae][0xeb][0xfc]Y[0xe2]_n[0x93]?[0x8c]D[0x80][0x1e][0xc3]x`[0x9b]@[0x92]N)[0x99][0xe8][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0[0xf8][0x7]PK[0x7][0x8][0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]junit/framework/JUnit4TestAdapterCache.class[0x95]VYS[0x14]W[0x14][0xfe].[0xc]44- [0x8][0x88][0x10][0xd1][0x88]:[0xc][0xe2]h[0xa2][0xc6][0x8]1[0xc1]A[0x11]eI[0x4]1h[0xb6][0xcb]p[0x81][0xc6][0xa1][0x87]t[0xf7][0xa8]d[0xdf][0xf7][0xf5][0xd1][0xfc][0x1][0x9f]R[0x85]I[0x15][0xc4]PI[0xf9][0x92][0x97][0xfc][0x89]T[0xe5][0x87][0xc4]|[0xb7]{[0x1c][0x96][0x19][0x10][0xa9][0xe2].[0xe7][0x9e][0xe5];[0xdf]=[0xf7][0xf4][0xfc][0xfd][0xdf][0xef][0x2]8[0x8a][0x1f]M[0xec][0xc5]P9Z[0xf0][0xa2][0x89]Z[0xbc]druI[0xf][0xc3]z[0x18][0xd1][0xc3]e[0x3][0xa3][0xfa][0xec][0x8a][0x81][0x97]M[0x98][0x18]3pU[0xef][0xaf][0x99][0xb0][0xf0][0x8a]^[0xbd]j[0xa2][0x19][0xaf]U[0xe0]u[0xbc][0xa1][0x7]i`\[0x1b]&[0xb5][0xc2][0x84][0x1]e[0xa2][0x1e]C[0x6]&M[0xec][0x84][0xad]73&[0xae]#e`V[0x1b][0xe]U[0xc0]A[0xda][0xc0][0x9c][0xb6][0xa1][0xda][0x9b][0x2][0xd5][0x9e]rm[0x99][0x1a]U[0xae]g[0xa7][0x9d][0xcb]}=[0x2][0xe2][0x82][0xc0][0xb6]D[0xda][0xf1]|[0xe9][0xf8][0xa3]2[0x95]Q%[0x8][0xff][0x84]@[0xf9]d_p[0x90]T[0x2][0xd1][0xfe][0x99][0x8c]c[0xfb][0xf1]IW[0xce][0xaa][0x9b]i[0xf7]z[0xfc][0xc2]e[0xee][0x8f][0x8d]([0xcf][0xef][0x9e][0x90]s[0xbe]r[0x13]29[0xad]:[0x5]J[0xbb]l[0x9e][0x9c][0x16]([0x8e][0xb6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0x12][0xe9][0x9]:[0xa8][0xea][0xb7][0x1d]5[0x98][0x99][0x1d]W[0xee][0x88][0x1c]OQR[0xd3][0x9f]N[0x12][0x8d]$&[0xee][0xb3][0xc2][0x88]?m{[0x2][0xe6][0x94][0xf2]{[0xd4][0xa4][0xcc][0xa4]|[0x81]X[0xb4][0xed]1[0xa2]KOK[0x5]ND[0xfb][0xd3][0xee]T<4t3[0x8e][0xa3][0xdc]x[0x8f][0xf2][0x92][0xae]=[0xe7]3[0xfd][0xce]|[0x9f][0xda][0x8e][0x1e]*&V[0xb4][0x4]vo[0xee][0x85]P[0x93][0xae][0x92][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0x96]$[0xa7][0xed][0xd4][0x84]@[0x91][0xdd]*[0xb0][0xa3]F[0xde][0x90][0xf1][0x8c]o[0xa7][0xe2]}[0x84]([0xfd][0xb4]K[0x83][0x12]/c[0xfb]L[0xb5][0xa9] [0x80]a}[0xa8]Q[0x90][0x81][0xc1][0xb4]oO[0xda][0xca][0x15]H[0xe5][0xf3][0xaf][0x95]/)[0x8f][0xc]u>[0x9a][0x1d]f[0x9b][0x97][0x86][0x13]xOJ[0x9d]G[0xfc]R[0xc6]y[0x18]M[0x93][0xe8][0x6][0x8e][0x5][0x9a]7[0xb]+`[0xc8][0xd0][0xbd][0xc0][0xbe]-`[0x10](sr[0x19][0xb5]?[0x16] 3[0xbc][0xd5]~[[0x93]|[0xe4][0xd1]7[0x9b][0xe3]][h{W[0xf9][0x19][0xd7][0x19][0x9][0x8a][0xab]:[0xff][0xbc]~m-[0xce][0xcf]=[0xac][0xc7][0xe8]:[0xdd][0xae][0xc2]Us[0x9a]>[0xca][0x87][0xed])G2[0xc][0xcd][0xce]?&[0xc4]M[0xdc][0x96]u%S[0xd9][0x7][0xd5][0xb7][0xca][0xea][0xbc][0xf4][0xa6][0x7][0xe4]\[0xd7][0xe6]q6vk[0xe][0xa7]3nR[0x9d][0xb3]u[0x96]M[0x85][0x9f][0xd3]a[0x1d][0xce]B[0x1b]b[0x16][0xe]"j[0xc1][0x85]g[0xe1]8[0x9e][0xb2][0xe0]#c[0xe1][0x6]nZ[0xb8][0x85]y[0x96]z[0xa1]8[0x16][0xde][0x2][0xe9]n[0xdd][0xb8]2[0x12][0xd2]S[0xe7]dRN([0x1d][0xe5]m[0x81][0xc6][\r][0x9f][0x84][0x85]w[0xf0][0xae][0xd6]z[0xcf][0xc2][0xfb][0xf8][0xc0][0xc2][0x87][0xf8][0xc8][0xc0][0xc7][0x16]>[0xd1][0x98]>[0xc5]g,[0xd6][0xcd][0xa8][0xb0][0xd8][0x96][0x89][0xfb]s|![0xd0][0xb6][0xe5][0xd2]c[0x1]l[0xad][0xf3][0xb4][0x1e][0x15][0xec][0x99][0xb0][0xfa][0xb4][0xbb]DJz[0x9e][0xf2]4[0xda]/-|[0x85][0xaf][\r]|c[0xe1][|'P[0xbb]r[0x83][0xdd][0xae]+[0xe7][0xf5][0xe5][0x1b][0xf8][0xde][0xc2][0xf][0xc8][0x8][0x1c][0xd8]Z0[0x81][0xed]y[0x85][0xc0][0xc7]h{[0xc3]aga[0xe3][0xbd][0xca][0xe][0x92]L;[0xbe][0xb4][0x1d][0xef][0xa2][0xe2][\r][0xd5]e+9%[0x9d][0xa9][0xf8][0xd0][0xf8][0x8c]J[0xfa][0x9d]Z[0xab]x.[0xc3]'u[0xb2][0xc0]i[0x1][0xfd]|[0x11][0x1d][0xb0]Q[0x11]y![0xf7][0x85][0xd4]K[0xed]l[0xde][0xfb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8]'[0xc2]oG[0xa5][0xfe][0xc][0xd8][0xde]\J[0xce][0xf][0x92][0x12][0xd6]Yt[0xb5][0xd3]a[0xdf][0xb5][0x9d][0xa9][0xce]u[0xc9]e[0xa5][0xda]^7[0xd1][0x84][0xee][0xc8][0xae]b+o[0x88][0xae]~v9[0xfa][0xf5][0x1b][0xb3][0xb3][0xed][0x99][0x9d]`[0x8d][0xd2][0xaa][0xb6]][0x93]/%[0xe7][0xd3][0xd2][0x1b]T[0xb7][0x98]N[0xc4][0x9][0xa6][0xb5][0x0]sY[0xb3]QN[0x84]i7[0x16][0xee][0xe4][0x1][0xdc][0xde]-e7k[0xcb]A[0xe2][0x8c][0xa7]sS[0x8e][0xae][0xe1][0xc3][0x5][0xa8]^_[0xf1][0xf][0xb5][0x3][0xf3][0xea]u4y[0xc1]w5[0xec][0xbe][0xfb][0xa3][0xd7]6[0xbc][0xea][0xd5]-[0xb5]r[0xad][0x84][0x85]BL[0xfc]Y[0xd4][0xc2][0xa0][0x8][0xbb][0xf0]$[0xf6][0xf1][0xc9][0xb4][0x6][0xbb][0xfd][0xdc][0xb3][0xc5]pmP[0xc6][0x8e][0xc3][0xb1][0x9d][0xbb]8g[0xbe],[0x94][0xc4][0x96] [0xee][0x6][0xaa][0x87]8[0x96][0x6][0xc2]m[0xe8][0xe0]h[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "8[0x1c][0x98][0x97][0xd3][0xe4]H[0xd6][0xb8]98[0x1]"[0xbf][0xa0]hA[0xff][0xa6]Ye[[0xc3][0x91][0x1d]![0xab]9[0x8b][0x8]=[0x3]m[0xed][0x8b]([0xbe][0x8d][0xf2][0x18][0xe7][0xc8][0x82][0x1e]K~Be[0xac]=[0xd8]/[0xa2][0xf4][0x8a]^[0x18][0xf7]Q[0xb6][0x90][0x83]R[0x8f][0x92]`4[0xd0]@@[0x8d][0xa8]c&{[0x18][0xba]#[0x90][0x6]N[0xb3][0xd0][0xf4][0xea]i[0x1c][0xb][0xc2][0x1f][0xcf][0x85][0xfe][0x19][0xc5][0x81][0x87]^z.[0xbf][\r]k[0x19][0xe6]X[0xfb][0x12]*[0x16][0x96]a[0x8d]Q[0xb6]m[0x9][0x95][0x3][0x9c][0xab][0x16]Q=[0xd8]q[0xf][0xdb][0x5]n[0xa3][0x89][0x8b][0x1a][0x81][0xfb][0xa8]=[0x15]9[0x14]k$[0xb4][0x1d][0x8b][0xa8][0xbb][0xf3][0xe0][0xdf]C+[0xc0]v1S[0x90]l[0x83]DW[0x93][0xe6]f[0x92]|[0x12][0x7]p[0x96]`4[0xb8]c[0xc]{[0x92][0xbf]E[0xf][0x11][0xce][\r][0xcb][0xa8][0x1f][B[0xc3]`[0xc7]2v[0x8e][0xc5][0x88][0xbe]q[0x11][0xbb]:V[0xa0]T[0xd2]-[0x18][0xb4][0x8c][0xee][0xea]p:[0x8][0x1f][0xb]Ms[0x1][0x1a][0xf0][0x1c]OD[0xb0]z[0x1e]/[0xd0][0xb2][0xc]U[0xe8][0xc6][0x19][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xd0]C[0x89][0xe][0xfa][0x17][0x83]j[0xbe][0x6]B[0xbe]j#[0xa0]l[0xac]X[0xdf][0xcb][0x8e][0xe1][0xdf][0xd0]D[0xda][0x9a][0x89][0xe5][0x89]<[0xca]v[0xe7]Sv[0xf][0xbb][0x8b]p[0xe5][0xce][0x83][0x2][0xd6][0x8a]W[0xb1]v[0x86][0xac]%[0x8][0xe4],[0xcb][0xf5][0x1c]3[0xee][0xc5]E[0xf4][0xe5]X[0xeb][0xe4]E[0x87][0xac][0x1d]$o!k-L[0xe4],u5k[0x3][0xb9][0xa4][0x6][0xb2][0xac][0xf5]f[0xeb]4[0xd4]:O[0xad][0xbe][0x80][0x9c][0xb]L[0xf2]b[0xae][0xd8][0xf7][0x5][0xd6]@[0xc5]2Z[0x98][0xc3][0x9e]_Qtw][0xd9]V1Th[0xda]O[0xe7]z[0x1e][0xc4]4g[0x93][0xa7];[0xc3]_[0xee][0xff][0x3]PK[0x7][0x8][0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]junit/framework/JUnit4TestCaseFacade.class[0x8d]S]o[0x12]A[0x14]=[0xb3]|,,+[0xd4][0x96]Z[[0xb1]][0xb4]V[0xa0][0x95][0xb5][0xc6][0xc4][0x7]M_[0xaa]$[0x1a]R[0x93][0x16]I|[0x1c][0x96][0x1][0x17]a[0x97][0xc][0xbb]~[0xfc]'[0x1f]4[0xd1]6[0xd1]D[0xdf][0xfd]Q[0xc6][0xbb][0xcb]J[0x91][0x96]j6;;s[0xe7][0xdc]s[0xcf]=3[0xfb][0xf3][0xd7][0xd7][0xef][0x0]v[0xb1][0xab]![0x8d][0x1b]i[0xa4]pS[0xa3]aS[0xc3]-l[0xa9][0xb8][0x9d]BIC[0x2]e[0x15][0x15][0x15][0xdb]*vT[0xdc]a[0xd0];[0x8f][0xc5][0xc8][0x92][0xf6][0xd0][0xb3]][0x87]a[0xbd][0xee][0xca][0xae][0xd9][0xf3][0x1d][0xdb]3[0xa5][0xef]8B[0x9a]S[0xfb][0xf][0x19][0x92][0x8f]l[0xda][0xdb]c([0x96].[0x86][0x96][0x9b][0xc][0xf1]}[0xb7]-[0x18]ru[0xdb][0x11][0x7][0xfe][0xa0]%d[0x83][0xb7][0xfa][0x14]Y[0xac][0xbb][0x16][0xef]7[0xb9][0xb4][0x83]u[0x14][0x8c]{[0xaf][0xec][0x11][0xc3]V}[0xcc][0xd9][0x91]| [0xde][0xba][0xf2][0xb5][0xf9][0xec][0x5][0xad][0xef]7[0xc4][0xc8][0xdb][0xe7]#Q[0xe3][0x16]o[0xb][0x92][0x92]iO+Oy[0xee][0x91]'m[0xa7][0xcb][0x90]/[0x95][0xeb]=[0xfe][0x86][0x9b]}[0xee]t[0xcd]q[0x94][0xf0]Y[0xcb][0xf5][0x1d][0xef][0xf][\r]U[0x8a][0x95][0xca]Oi$[0xf1][0xc][0x1b][0xa5]3e[0x3][0xe4][0xa1][0x18][0xf9]}/l&)[0xc3]9C[0xe1]"$[0x95][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef]/O[\r][0x92][0xf3][0xf]W[0xb5]#[0xd7][0x97][0x96][0xa8][0xd9][0x81][0xf][0xab][0xe7][0xf5][[\r][0x1a][0xd2][0x91]EU[0x87][0x8e]K:[0xd6][0xb1][0xa1][0xc2][0xd4]q[0x5]+[0xc]k[0xa7][0xed][0x1e]R[0x8f][0xf6]@[0x91]s[0xcc]h[0x8d][0xaf][0x1][0x9d]Js>([0xea]i[0xb9]t[0xf6][0x84][0xcb]M[0x14][0xe9][0xc2][0xa7][0xa1]@C[0x6]t[0xcb][0x2][0xa7][0xe8][0x9f]H[0xd0][0x9b]E[0x8e]"[0xb]4[0xab][0xd1][0xbe]B_[0xad]r[0x2]V[0xd9][0xfe][0x2][0xe5][0x13][0xad][0x14]\[0xe]Q1[0x1a][0xd3][0x88]#[0xf8][0x89]2[0xc4][0x0]28Dc[0x9]y [0x9c]-[0x13]+[0xa3][0x87][0xac][0x8f]8[0xef][0x85]k U9F[0xec][0x18][0xf1][0x8f][0x13][0xc6]d[0x18][0xcf][0x85]L[0xfa][0x18][0x13]11\[0xc5]j[0x94][0xbf][0x13][0xe5]+[0xf1][0xf]3[0x99]KS[0x99][0xca]$s[\r][0xd7][0xa2][0xcc]=R[0x1c][0xea][0xfb][0x86][0xc4][0xcb][0xc5][0xe4][0x9][0xd4][0x1f]3[0xc]+s[0xba]([0xe0]zX[0x95].R[0xc4]eF*[0x12][0x95][0xcf]Pf[(L[0x9]IL[0x84][0x18]![0xaa][0xf8][0x1b]PK[0x7][0x8][0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/Protectable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6][0x1e]v[0x6]Nv[0x6].F[0x6][0xf6][0x82][0xa2][0xfc][0x92][0xd4][0xe4][0x12]F[0x6]f[\r][0xcd]0F[0x6].[0xd7][0x8a][0xe4][0xd4][0x82][0x92][0xcc][0xfc][0xbc]bv[0x6]n ?8[0xbf][0xb4](9[0xd5]-3'[0x95][0x91]A [0x0][0xa2]81)'U/+[0xb1],[0x91][0x91]A:[0xab]4/[0xb3]D?[0xad](17[0xb5]<[0xbf]([[0x1f]I[0x9]P[0x3]H[0x91]~Nb^[0xba][0xbe]R[0x16][0xd8][0x1a]a[0x84]PHFQ~9H![0x1b]#[0x3]#[0x3][0x13][0x3][0x8]0[0xb2][0x0]][0xc2][0xc0][0x2][0xe4][0xb3][0x2]y [0x9a][\r][0x88][0xd9][0x81]l&[0x6][0xe][0x0]PK[0x7][0x8]2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/framework/Test.classmM;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x14][0x9c][0x17]cb"[0x88][0x85][0xbd]m[0xd2][0xb8]X[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82] [0x8]*[0xf6][0x9b][0xf0][0x94][0xc4][0xb8][0x81][0xfd][0xe8][0xdd],<[0x80][0x87][0x12]w{[0xa7][0x98][0x81][0xf9]0[0x9f][0xef][0xeb][\r]`[0x89]q[0x8a],EN[0x98][0xd4][0xbd]S[0xf6][0xc4][0xc6][0xae][0xa5]aC[0x18][0x14][0xe5][0xd6][0xb3]v[0x8a]0/v[0xad]S[0x8d][0x15][0x17]-[0xef][0xfc][0xec][0xf5]M[0x84][0xe6][0x81][0x8d][0xeb][0xec][0xaa]<[0x13][0xf2]c[0xef]t[0xcd][0x9b][0xa6]cB[0x16][0xc2]E+[0x1f][0x92]0[0xfb]7$LC*:[0xa9][0xae]b_[0xb5]\[0xdb][0x84]@[0x88][0x10][0x10][0xc5][0xfe][0x17]1[0xe0]u[0x88][0xc4];[0x84]4[0xf8][0x18][0xfd][0x0]PK[0x7][0x8][0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]junit/framework/TestCase.class[0x9d]X[0x9]xT[0xd5][0x15]>o23of[0xf2]@[0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0x8][0x93](0[0xcc][0x4][0xa3][0x82][0xb5][0x8]RIB44[0x89]b[0x2][0x8]*t[0x98][0xbc][0x84][0x81]a&[0xce]B[0xb0]*[0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0x82][0x2][0x11]P[0x14][0xdc]Zw[p[0x9]S[0xad][0x82][0xb5]u[0xeb][0xaa]v[0xd7][0xae]j[[0x97]j[[0xb5][0xb5][0x8b][0xda][0xff][0xdc]w[0xf3][0x98][0xb9]yC[0xd2][0xe6][0xfb][0xe6]w9[0xf7]?[0xff][0xbd][0xf7][0xbc]s[0xdf][0xcd][0x8b][0x9f]>[0xfe][0x14][0x11][0x9d][0xa8][0x19][0x1]j[0xa1][0x87][0xfc][0xd4]L_[0xd3][0xe9][0xeb][0x1]*[0xa3][0x87][0x2][0xa8][0xec]a[0xd8][0xcb][0xd5][0x87][0xb9][0xf4][0x8][0xc3][0xa3][0xc][0x8f][0xe9][0xd4][0xeb][0xa3]}\[0xcc][0x7]h[0xc]}C[0xa7][0xc7][0x3][0xf4][0x4]}S[0xa7]'uz*@[0x15][0xf4][0x90][0x8f][0xf6][0xf3][0xf3][0x80][0x8f][0x9e][0xe6][0xe7][0xb7][0xd8][0xf8][0x99][0x0]}[0x9b][0xbe][0x13][0xa0]g[0xe9]9[0x1f]=[0xaf][0xd3][0xb]\Q[0xa7][0xef][0x6]h,}[0x8f][0xe1][0xfb]:[0xfd] @[0x95]\i[0xa1][0x1f]2[0xfc][0x88][0xe1]%[0x86][0x97][0x19][0x9e]ax[0x85][0xe1][0xc7][0xc]?a[0xf8])[0xc3][0xcf][0x18]~[0xce][0xf0][0xb][0x86]_2[0xbc][0xca][0xf0][0x1a][0xc3][0xaf][0x18]~[0xcd][0xf0][0x1b][0x86][0xdf]2[0xfc][0x8e][0xe1][0xf7][0xc][0xaf]3[0xbc][0xc1][0xf0]&[0xc3][0x1f][0x18][0xfe][0xc8][0xf0]'[0x86]<[0xc3][[0xc]o3[0xbc][0xc3][0xf0].[0xc3][0x9f][0x19][0xde]cx[0x9f][0xe1]/[0xc]e[0xf8][0x1b]O[0xf6][0x3][0x1f]}[0xc8][0x8b][0x82][0xe7]G:[0xfd]][0xa7][0xe8][0xf4][0xb1]F[0x9e][0x8e][0x96][0xe8]JS[0xa3][0x8a][0xa6][0xe5][0xd1]U[0xd1][0x9a]D4[0xd9]Y[0xd3][0x9a]M[0xc7][0x93][0x9d][0xd3]5[0xf2][0xce][0x88]'[0xe3][0xd9][0x99][0x1a][0x95][0x85]&[0xcd][0xd7][0xc8]][0x97]j[0x87][0xe9]aM[0xf1][0xa4][0xd9][0x92][[0xb9][0xd4]L[0xb7]E[0x97]&[0xc4][0xe0]T,[0x9a][0x98][0x1f]M[0xc7][0xb9].[0x1b][0xdd][0xd9]e[0xf1][0x8c]F[0xa3][0x9a][0x96][0xe7]@R[0xd3][0x91][0x86][0x9f][0xee]TzEM[0x9b][0x99][0xc9][0xd6]E3&[0x1c][0x1c][0x15][0xea][0xef]VxJ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QCc[0xa9]\2[0xdb]g[0x9f][0x11]:[0x1a]52bi3[0x9a]5[0xcf]13[0xb9]DV[0xa3][0xb1][0xa1]I[0x8e]>[0xac]~x)K[0xe7][0x92][0x98]LZ[0xda][0x8f]9[0xb4][0xf5][0xb8][0xd0][0xa1][0xfa]Y[0x9d][0xe][0xbe][0xda]h[0x1a][0x2][0xcb][0xb3]f[0x94]E[0xd7][0xa7][0xba][0xe1][0xe1][0xa8][0x82][0xc9][0xb4]-K[0xa7][0xba]y![0xa6][[0xf6]IXi[0xe4]7W[0xc7][0xcc][0xae]l<[0x5][0xeb][0xc0][0xec][0xbe]r[0xc6]2a/[0x1a]i[0xa0][0xad], jI[0xb5][0xe6]b[0xcb][0x9a][0xcd][0xec][0xb2]T[0xbb]=[0x2][0xa4][0x93][0xb]l[0xd2]fG[0xc2][0x8c]ek[0x1a][0x93][0xab][0xb0][0x11]l[0xd0][0x16]Mw[0x9a][0xd9]B[0xfb][0xaa][0x2][0xfb][0xc6]D[0xc2][0xec][0x8c]&f[0xc5]bf&Sh[0xe4][0x87][0xc][0xcb][0x95][0xd8][0xb8]~[0xe][0xac]>[0x18][0x6][0xa2][0x99][0x8c][0x99][0xce][0xb6][0xa5]s[0x90];[0xdc]a[0x17][0x17][0x89][0x85]Z[0x9][0xfe]h'L[0xfc][0xb1]T[0xb2]=nM\[[0x84][\r][0xe][0x9][0x83]r[0x8b][0xa6]![0x9a][0xc8]p[0xc4]tD[0xe3][0x9]l[0xaf][0xd5]8[0xfb][0xc2][0x1c][0x9a]5[0x9a][0xe6][0xc0]^[0xd0]r[0xd6][0xd2][0xe5]P[0xe6][0xd0][0xc2][0xfc]>su[0x17][0xca]f{q[0x80]K[0xb][0xc4]D4[0x96][0x85][0x17][0x8d]&[0x86][0x6]K9[0x80][0x9c][0x92]-[0x5]c[0xd1]d2[0x95][\r].5[0x83]I[0xac][0xbf]A7[0xd1]-[0x6][0xfd][0x9b][0xfe][0x83][0xf7][0xfa][0xbc][0x82][0xb9][0xd4]%[0xb0][0x15][0xd3]u[0xfa][0xc4][0xa0]O[0xe9]3[0xe4][0xf2][0x1][0xf2]([0xc2]J][0x88][0xda]\<[0xd1]n[0xa6][0xb1]`[0x96]m[0xb0][0xca]@[0x88]i[0xd8][0xca][0xaa] K[0xe8][0xc0][0x91][0xd4]n[0xd0]=t[0xaf]A[0xdd][0xb4]P[0xd7]\[0x86]VF[0xe7][0xeb][0x9a][0xdb][0xd0]<[0x9a][0x17][0x82][0xaa][0x82][0x99]e[0xa9]\[0xa2][0x9d][0xd5]v[0xe5][0x96]&[0xe2]1[0x8d][0x86][0xa9][gh[0xba][0xe6][0xd3]([0xf2]?$qC[0xf3]k[0x1]C+[0xd7][0x2][0x1a][0x5][0x7]J[0xe6][0x6]u[0xd1][0x85][0xc]9[0x83]Vqi[0x15][0x97][0xba]y[0xd9]W[0xd3]E[0xc][0x97]2[0xac]a[0xb8][0x8c]a-[0xc3][0x15][0xc]W2l`[0xb8][0x8a][0xe1]j[0x86]k[0x18][0xae]e[0xb8][0x8e][0xe1]z[0x86][0x1b][0x18][0xb6]0le[0xb8][0x91]a[0x1b][0xc3][0xe][0xde][0x9f][0x9b][\r][0xba][0xd5][0x2][0xec][0xd4].v[0xb9][0x8b]][0xee][0xe6][0xd2]n.[0xdd]F[0xb][\r][0xba][0x9d][0xab]w0[0xdc]Iw[0x19]t[0x1f][0xdd][0x8b][0xc5][0xe][0xe1]7[0x9]9[0xad][0xd4][0x87][0x3]N[0x1c][0xb5]k[0x96]x[0x3][0x11][0xda]Nc[0x8a][0x82][0xac]`[0xef][0x8f]q>[0xe9][0xc5][0xb7][0x89]8=[0xb0][0xfa]"[0xa2]@P[0xf4][0xca]Xa[0x86]/![0xa5][0x9][0xe7][0x1c][0x86][0xf4][0x1d][0xa0][0xa7];[0xbc][0xd4][0xfd][0x83][0xb5][0x90][0xb7][0xdf]1[0xeb][0x8d]vu[0x99]IpMv[0xfa]P[0xea][0xd7]$cw:[0xaf]][0x9]R[0x1c][0xaf],1[0xd5][0x1e][0xef][0x88][0x9b]i[0xfe]>s[0xb0][0x94][0xbd]X[0x81]x[0xe6]l[0x19][0xc1][0xee]P[0xe3]$[0x1c][0xdc][0xde]8[0xc2]s[0x85][0xa9][0x9c][0x83]2[0x1d][0x9d]w[0xe8][0xc]e[0x1f][0xbb][0xc3]:[0xe2][0x89]Dc[0xb2]5[0x1b][0x8d][0xad]hKGc&[0xa7][0xf7]B[0xcb][0xc2][0xaf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]U[0xde][0x4]w%>h[H[0xa3][0xb3][0xf0]sq[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xbd]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc8]H[0xc0]6[0xd4]f[0xa0]][0xc3]3[0x10][0xde]GZX{[0x8c]\{Qs[0xd1]<[0xe0]P\![0x88][0xe6][0x93][0x9b][0x16][0x90][0x9f][0xce]E[0x89][0xc8][0xb0][0xac][0xd1]r.[0x9e][0xcc][0xb4]P25`[0x94][0xcb]f[0x8a]80][0x0][0xa6][0xc5]`Z"[0x98][0x86][[0xd6][0x92][0x89]K[0x8b][0xa0][0xf]!M[0xe7][0xd1][0xf9][0x92][0xb3]Z[0xd4][0xc1][0xe2]~[0xd0][0xe6][0xf2][0x8a][0x16][0xb3]@[0x8d]Kr[0xb8]9[0x85][0xca][0x91]'[0xc9]y[0xf9][0x9e][0xa0][0xb2][0x85][0xfb][0xc8][0xbd]G[0x19][0x9f],[0x18][0xef][0xb3]g[0xb3][0xc4][0x1e][0xa6][0x9c][0x8d][0x11][0xee]%OS8[0xd2]K[0xde][0xc8][0x1e]e>[0xab][0xc9]C[0x17]A[0xf7][0x97][0xb][0xe6]cH.[0xf][0xe9][0xf4]%[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xc8][0xe9][0x92]u[0xa6]d[0xf5]F@[0xab][0x1f]\[0x9f][0x80]h][0x87]Q[0x97][0x17]py[0xed][0xb5][0xf1][0xda]\1[0xec][0x9c][0x8b][0xb9][0xb4][0x93]Q[0xf3][0xa0][0xaf]Qk[0x2][0x99][0xf]??~[0x81]{hjs[0xe4]9[0xf2]T7[0xdd]C[0xe1][0xe6][0xea]&[0xab]-h[0xb7][\r]o[0xb1]Z[0x8c]S[0xdd]h[0xf2][0x1e][0xed]n[0x9a][0xbc]?[0xf2],y"[0xfb][0xf7]Br[0x0]S;[0x9c][0xca][0xe1]0@[0xa3][0xf1][0x1c]KU4^[0xd6]k[0xe0]l4Z[0xf8]y[0x2]M[0xa5]S[0xd0]^[0x83]R[0x8d]=[0x8d][0xc5]4[0x2]x[\r]j[0xd7]b[0xc4]&[0x8c][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]m`[0xec][0xc1]][0xf2]F[0x1a]I[0xdb][0xc1]p=[0xae][0x9e]7[0x80]g+[0xb8][0xb7][0x81][0xbd][0x87]&[0xa0][0xaf][0x1a]}5[0xb4][0x5]|[[0xc1][0xbd][\r][0xec]=4[\r][0xed][0xa7][0xa3]\K;[0xb0]!7[0x89][0xa5][0x99][0x9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0xda][0x11][0x2].0[0xb9][0xa8]C[0x94]&[0xd8]m[0xd3]0[0xf].[0xb9]yq[0xe4][0x12][0xba][0xe8][0xc][0xea]D[0x9b]F[0xcb]D[0xa0][0xe0][0x98][0x2][0xc6][0xed][0xc5]<[0x1][0x1b][0xca][[0xba][0xa1][0xc2][0x8]?J[0xae]<[\r][0x11][0xab]:[0x94]+[0xda][0x1]:[0xac][0x97][0x86]a[0xed][0xaa][0x9a][0x9f][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xd3][0x11][0x15]G[0xf6][0xd2]Q[0xdc][0x87]G[0xc5]p@/[0x8d][0xc8][0xd3]HD[0xc9][0xd1]y[0x1a][0xb5][0x93]*[0x9d][0xec]F[0x1f][0xb4][0xb][0x97]=Icz[0xe9][0x98][0x5][0xd8][0x8f][0xe6][0xea]^[0x1a][0xb7][0x0][0x10][0xdc][0xcf][0xc5][0xaa][0x5][0xd5][0xd8][0x89]2[0xe8][0xe3][0xb5]>[0x1c][0x9a]S[0x94]F[0x89][0x9f][0x97][0xe2][0x8a]m[0xad]t[0x3]z[0x8][0xa7][0x82][0x1f][0x87]B9[0xe][0xd9][0xd1]t?l[0xee][0xa5]q8[0x1a]N[0xa3][0x7]0[0xdb][0x7]1b[0xf][0xc6][0xec][0xc3][0xe8][0xbd][0x94][0xa1][0x87][0x11][0xae][0x8f][0x80][0xe1]QZC[0x8f][0xd1][0x15][0xd4]K[0xeb])/Vt*[0xc2]h[0x1c]F/[0xa7][0x15]`[0xcf]`[0xd7][0x96]S[0x2][0xa5]5X[0xc7][0xe5][0xb4]R[0x84][0xe2][0x6][0xb9][0x8e][0xe5]t1^[0x9d]T[0xd1]:[0xfa][0xf9][0x8]U[0x3]<<:O[0xc7][0xaa][0x1]~[0x0][0x9e][0x9e].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0xb4]HI\[0xca]P[0x16][0x1c][0xcc][0x95][0x93]\S[0xe4][0xcb][0xef][0x19][0x95][0xa7][0xe3]T[0xaa][0x17][0xe0][0xfc][0xc5][0x82]w[0xd8]#[0x8][0x8][0x4][0xab][0x9c][0xc5][0x8c]W[0x19]^[0xc6][0x98]W[0x6][0x10][0xb3][0xca]Q[0xcc][0x4][0x95][0xea]U[0x88]y[0xcd]QL[0xb7][0x9d][0x1e]m[0x82]p[0x9e]&[0xaa][0x4][0xaf][0x83][0xe0][0x8d]"[0x2]K[0xb][0x13][0xf4]e[0xea] Y[0xee]<[0x85][0xf6][0x8a]lup[0xfc];[0x8][0x98]wa[0x8d]O[0x16]i[0xdd]([0x3]Z[0xf]G[0xaa][0xf3]4Iu[0xf8]!&[0xf9][0x91]p[0x18][0xb4][0xcc][0xec][0xc9][0xeb]Hg[0x17][0xb][0x11]:][0x82][0x92]K[0xd0]^[0xda]oI#y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xac][0x9f]@[0xf8][0xa7]EK[0xca]\[0xd6][0x92]^"X[0x99]k[0x8d][0xa3][0xc4][0x88]B[0xa6]y[0xc8][0xab]yKJ[0x9c]kK[0x9c]+%^[0xe6]$[0xb1]Ze[0x1d]B[0x1e]m[0xa8]"q[0xae]-q[0xae][0x94][0xb8]Vr[0xcd][0x83][0x7][0x9d][0xf7]!O5*o[0x18][0xbc][0x91][0x2][0xe5]>[9{X/[0xf][0xc6]KP[0xea][0xf3][0xb0][0x1e][0xfe][0xd9][0xc3][0x6]u[0xff][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]=.O'[0xa8][0xe][0xa6]`[0xff][0xa6][0x16][0xed][0x1f][0xd3][0x92][0xdc][0xb5][0xf5]r[0xff].[0x17][0xe][0x98][0xf6]*[0x9b][0xd6]#[0xce]5=<[0xae]2O'[0xaa][0xb4]3@{Z[0xc9][0xb0][0xd8]h[0x87][0xc5]F[0xa9][0xf6]j;,[0xac][0xf5][0xf0][0x8e][\r][0xe6][0xe9]$[0x95][0xb5][0x1e]a1[[0x9][0x8b][0x8d]vXl[0x94][0x12][0xaf][0xe9][0x17][0xb9][0xa3][0xc7][0xe4]i[0x8a]J[0xd6][0xc][0x89]-%%fm[0x89]YI{[0xad][0x1a][0xb9][0xa3][0x90][0xaf][0xa6][0xaa][0xac][0xf3] q[0xbe]"1kK[0xcc][0xca][0xc8][0xbd][0xce]Q[0xe2][0xc9]*[0xd9]bH\RR[0xe2]&[[0xe2]&)[0xf1]z'[0x89][0x9f]SY; [0xb1]S[0x91][0xb8][0xc9][0x96][0xb8]IJ[0xbc][0xc1]Q[0xe2])*Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xbb]JJ[0xdc]lK[0xdc],%nq[0x92][0xf8]y[0x95][0xb5][0x1b][0x12]W+[0x12]7[0xdb][0x12]7K[0x89][[0x1d]%NS[0xc9][0xd6]B[0xe2][0xba][0x92][0x12]{l[0x89]=R[0xe2][0x8d]N[0x12]OUY7B[0xe2][0xd5][0x8a][0xc4][0x1e][b[0x8f][0x94][0xb8][0xcd]Q[0xe2]t[0x95]l[0xb]$n-)q[0xbb]-q[0xbb][0x94][0xb8][0xc3]I[0xe2][0xc][0x95][0xf5]fH[0xdc][0xa9]H[0xdc]nK[0xdc].$[0xe2]j[0xeb]p[0xf4][0x9d][0xa6]R[0xdd]An[0xed][0xce][0xa2][0xa3]o[0xa7]83[0x98][0xe0][0x16][0xa7][0x94]>Se[0xb8][0x1f]b[0x1e](q[0x90][0xef][0x94][0xa7][0xce][0xad][0x8e]b[0xbe][0xa0]R[0xf5]B[0xcc]>G1[0xb7]:[0x8b]9]e[0xd8][0xf]1[0x7][0x6][0x10][0xb3][0xab][0xc4])=K%{[0x1e][0x9b][0xf7][0xc2][0xa0]O[0xe9]][0xce][0xa7]t[0xad][0xca][0xfa][0x12]$[0xbe]<[0xc0])[0xbd][0xbb][0x84][0xc4]:[0x95][0xec]UH|m[0xd0][0x12]w;K[0xac]WY[0xdf][0x80][0xc4]7[0x7][0x90]x[0x9b][0xe3][0xa7][0xd5]l[0x95][0xea]-l[0xe9][0xdb][0x8e][0x9f]V[0xb7][0x97][0x98]c[0x83]J[0xf1][0x1e][0xe6][0xf8][0xfe][0xa0][0xe7]xG[0x9][0xda]3T[0xda][0xf]@[0xfb][0xe1][0xa0]i[0xef][0xa4][0xbb]$[0xed][0xec]"[0xda]3[0x95][0x9b][0xad][0xf6][0xf1] )[0xdd][0xfc][0x1f]F[0x12][0xd7][0x1f][0x8a][0x10][0x89]>mo1[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VN[0x93]w[0x80][0xbe]/[0xff][0xaf][0x2][0xef][0x1e][0x98]B?$[0x85][0xc6][0xff]![0x94][0x13];[0x9b][0xac];[0xfb][0x4]y{[0xc2][0x5][0xac][0x91]/Ns[0xf8][0x12][0x85][0xcb]X/}[0x91][0xab]M[0xd6]=J[0x99][0xb7]kh[0x81][0x9f][0x9][0xf6][0x8d][0xfe]>[0x9b][0xbd][0xc6][0x8e][0x12][0xdc][0xc7][0xd4][0xc1]#[0x8a]"[0xa4]o[0xf0][0xfd]v[0x88][0x15][0x84]k[0xd1]?6[0xc4]N[0xba][0x82][0xe4]qU[0x96][0xb8][0xb8][0xf7][0xfd]S[0xe3][0x1]1[0xe6][0xc1][0xff][0x2]PK[0x7][0x8]}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestFailure.class}T]S[0xd3]P[0x10]=[0xb7]-M[[0x2]--_[0x8a]`[0xab][0xa0][0xfd][0x82][0x2]"(E[0x14][0x10]P)[0xea][0xc][0x1d][0x1c]|[0xb][0xed]m[0x9][0x94][0xa6][0x93][0xa6][0xe2][0x8f][0xf2]Ag[0xa4][0xcc][0xc8][0x8c]3[0xbe][0xfa][0xa3][0x1c][0xf7][0xa6]1[0xd4][0x18]y[0xc9][0xdd][0xec][0x9e]=[0xbb]{[0xf6]&?}[0xfb][0xe]`[0xe];![0xc]b6[0x88][0x18][0xe6][0xc4]c^[0xc2][0x83][0x10]|[0x98][0x15][0x8f][0x85][0x0][0x1e][0x8a]s1[0x84]%<[0x12][0xd6]c[0x9][0xcb]![0xf4]bVB>[0x84]>[0xac][0x84]([0xe7][0x89][0x8][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0x85][0x9f]Jx&a[0x8d][0xa1][0xb7][0xb2][0xa5][0xa8]5^.[0xf2][0xa6][0xc1]0\8n[0xd5]U#W[0xd1][0x95]S~[0xa6][0xe9]'9[0xe1][0xcf]3D*[0xc5]#];[0xab]o~,[0xf1][0x86][0xa1]ju[0x86][0xa1][0xc2][0xb1][0xf2]A[0xc9][0xd5][0x94]z5g[0x6][0x95][0xc3][0x1a]'[0xa8]E%[0x8a]U[0x86][0x99][0xa4];[0x9b]k^j[0x9f][0xc1][0xb7][0xa1][0x95]9C[0xb8][0xa0][0xd6][0xf9][0xeb][0xd6][0xe9]![0xd7][0x8b]"[0xc6][0x10]-h%[0xa5][0xb6][0xaf][0xe8][0xaa]x[0xb7][0x9c]>[0xe3]Hm2[0x8c][0xbb][0x16][0x11]C[0xb5]t[0xd1]N[0xa8][0xd2]5_[0xd8]pN1[0x9a]L[0xfd]o[0xe6][0x11][0x11]r[0x1d]1`h{[0x86][0xae][0xd6][0xab][0xc][0x83][0x81]:^B[0xf4][0x18][0xba]R[0xa2]&[0xe5][0xa6][0xe9]y[0xa7][0xab][0x6][0xd7]M}[0x5]V[0xd5],d[0xc7]/D;[0xb3][0x10]C6[0xe2]-[0x1][0xc][0x1b][0x10][0xe1]z[0xde][0xe5][0xcd][0xa6]R%[0xee][0xa0][0xda][0xb4][0xc6]d[0xf0]&S[0xef]i[0xd6]=[0xad][0xa5][0x97][0xf8][0x96]*[0xf4][0x89]t[0xe9]0#He[0xdc][0xc0][0xba][0x8c]![0xc][0xcb][0x18][0xc1]([\r][0xe8]l|[0xbd][0xa5][0xd6][0xca]\[0x97][0xb1][0x81][0xe7][0xc][0x9e][0xe5][0xb8][0xb0]6%l[0xc9][0xd8][0xc6][0x94][0x8c]IL[0xd1][0xc4]n#0[0xc4]\[0xfa][0x16][0x15]_[0xc8]H[0xe0][0xae][0x8c][0x97]x[0xc5]0[0xe9][0x94]z[0xad][0xd9][0xe4][0xba][0x98][0xaa]s[0xb]7u]#[0xae][0xb1]kVJ[0x83]][0xb5][0xfd][0xe6][0xf0][0x98][0x97][0xc]s|[0xba]?~[0xa5][0xd1][0xe0][0xf5]2[0xc3]t[0xb2][0xe0][0xc4][0xe4][0xff]][0x93]5m[0xde][0x81][0xb7]vx[0x1d]>[0xe6]r-H[0xfd]*7[0xec][0xe5][0xc4][0x92][0xf6]"[0xad][0x1d][0x8a][0xe][0xc3][\r]![0xce][0x9e][0xa1][0x94]N[0x8a][0x9d][0xb]2[0x9a]t]xj[0x9f]T[0x8b][0xd1]7[0xf]x[0xe8][0x83][0xa6][0x9d][0x91][0xe5][0x13]k[0xa3]S[0x2]#ao[0xd2]s[0x8c][0xde][0xe][0x8][0xe1][0xa5]3[0x9c][0xbe][0x0]Kg[0xce][0xe1]Ig[0xcf][0xe1][0xfd]b[0xa6][0xde][0xa2]g[0x94][0x12]AT[0x82]&HD[0xfd]D3N[0x9e]x'[\r][0x13][0xb8][\r][0x98]V[0x9c][0xa2][0xcc][0xb4][0x12]T[0xc8]Cv[0x1c]w[0xac]29:E[0xac]'[0xfd][0x15][0x9e][0xcf]6[0xb9][0xdf]t[0x8e][0x9b][0x84]r[0x7]`[0x11]2[0xb1]w[0x97]d[0xaf]3y[0xd2]5[0x99][0xee][0x9a][0x95][0xbc]cv[0x2]$.[0xe1];[0xb8][0xe8]4[0xd0][0x86]?*[0xb5][0x11][0x10]|m[0x4][0xc9]j#[0xe4]$[0xce]v[0x11]'l[0xe2]{6[0xf1][0x11][0x9] $[0x98][0xb8]D/[0x11][0xcb][0x85]K[0xf4][0x1d]d.[0xd0][0xbf][0x9b]n#[0x9c]m#[0x92]ic[0xe0][0x8a][0xb5]#[0xe4][0x2][0xe8][0x8b][0x1],[0xd2][0xe][0x96][0xba][0x84][0x9c][0xb0]*[0x4]H[0xc4][0xfb]HR[0x8d][0x1][0xfa][0xf5][0xa6][0x90]6[0xdb][0xcf][0xd8]U[0xe7]--[0x2][0xa2][0x8][0xf5][0xee][0xec]z[0xb5][0xab][0xeb][0x80][0xdd]u[0x16][0xd3]n[0xf9]?[0x10][0xfd][0xe4][0xc8][0xdf]v[0xcd][0x9f]1Q[0xb9][0xdf]PK[0x7][0x8]c[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestListener.classuO[0xbb]N[0xc3]@[0x10][0x9c][\r]&v[0xcc]C[0xa4][0x8c][0x94][0xf][0x80]&'j[0x17][0x88][0x82]T[0x96]([0x88][0xd2]_[0xec][0x5]l[0xcc][0x9d][0xb4]w[0xc6][0xff]F[0xc1][0x7][0xf0]Q[0x88];G[0x8][0x9][0x91]-vV[0xa3][0x99][0xd9][0xdd][0xcf][0xaf][0xf7][0xf][0x0][0xd7]8Oq[0x9a][0xe2][0x8c][0x90][0xe9][0xba][0xbe][0x13][0xb1]BX][0x96]mo[0x1a][0xaf][0x1e]E[0xbf][0xf2]`[0xe5]Em[0xd8][0xf9][0xa2]l[0xf5][0x9b]V[0x9d]6Oj[0xf3],v[0xd0][0xbb][0x8e][0x8b][0xab]-![0xf][0xde][0xb5]n[0xba]^[0x98]ps[0xd0][0xfd][0x87][0xbd]u[0x8e][0xc5]7[0xd6]D+[0xef][0x97][0x8f]q)[0x9b]:Z[0x8][0x8b][0x3]YQ5s^[0x8b][0xdf][0xeb][0xf2][0x7][0xdb]K[0xc5][0xeb][0x90]C[0x98]G[0xae]l[0x9c]g[0xc3][0xb2][0x8a]7[0x13][0x96][0xff][0xc5][0xfc]h[0x8][0x17][0xbf][0x9f][0xdd][0xef]Z[0xae][0xfc][0x94]@[0x98] V[0x92][0x10][0x8e][0x90][0x84][0x81]p[0x8c][0xe9][0x88])[0xb2][0x11]g[0x11][0x83]2[0xf]}[0x82][0x93]oPK[0x7][0x8][0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]junit/framework/TestResult$1.class}R[0xdb]N[0x1b]1[0x10]=NB6l[0xb7][0xdd]Pni[0xb8]C[0xa0]aAMyAB[0xad][0xfa]@D[0xa5]J[0xe9]E%[0xe2][0xdd]Y[0xc][0xd9][0xb0][0xd8][0xc8][0xbb][0xcb][0xa5]|[0x15][0x12][0x14][0xa9][0xf][0xfd][0x0]>[0xaa][0xea]x[0x83][0x1a]DI,[0xd9]c[0x1f][0xcf][0x9c]93[0xf6][0xdd][0x9f]_[0xbf][0x1]l`}[0x18]C[0x98]5[0xcb][0x9c][0x8d]<[0xe6]m,`[0xd1][0xc2][0x92][0x85][0x8a][0x85]e[0x86][0xc2])[0xf]+[0xb1][0x88]b[0x86]r[0xa3][0x93][0xc8] [0xae][0x1d]h~,[0xce][0x94]>[0xaa]5[0x9][0xaf][0xf3]H[0xbc]c[0xc8][0xc7][0xed] [0xaa][0xbc]e[0x98]~[0xd2][0xeb][0xbb][0x88][0x92]06~[0xef][0x3][0xba][0xfd][0xc0][0xb0]U[0x1d][0xe4][0xd8]?[0xd5][0xea][0x1e]C[0xae][0xae][0xf6][0x5][0x83][0xdb][0x8][0xa4][0xf8][0x92][0x1c][0xb7][0x84]n[0xf2]VH[0xc8][0xcb][0x86][0xf2]y[0xb8][0xc7]u`[0xce][0xf7]`[0xce]Hc[0x0][0x83][0xf3]IJ[0xa1][0xeb]![0x8f]"A[0xc8][0xec][0x0][0x5][0x95][\r][0x12]k[0xef][0x9c][0xfb][0xe2]$[0xe][0x94][0x8c],[0xac]0X'Z[0xc5][0xc2][0xa7]^d[0xab]F[0x87][0xbd][0xab][0x12][0xed][0x8b][0x8f][0x81]I[0xe3][0xf6][0x82][0xdf]t[0xf8])'dG[0xfa][0xa1][0x8a][0x2]y[0xf8]Y[0xc4]m[0xb5]o[0xe1][0xb5][0x83]*V[0x1d][0xd8]x[0xe6][0xa0][0x80]a[0x7][0xe]J[0x16]<[0x7]k(Q[0xef][0x6][0xe9]a([0x1a][0xda]Z[0xc8][0xe5]a[0xed]k[0xab][0x93][0xea][0x98]z[0x1c][0xf1][0xad][0xab][0xb0][[0xf9]h/[0xa0][0xd9][0xd6][0xea][0xac][0x8b][0x96][0xfb]g[0xa1][0xc2]t"[0x19]f[0x9e]~[0x9c][0xf]P[0xea]wK="[0x82]m[0xae][0x5][0xe6][0xe9]O[0xe5][0xa9][0xe9][0x16]2[0xc5][0xa2])[0x16] K[0x95][0xd3][0xbf][0xcb][0xd0]t[0xf0][0x9c][0xec][0xb][0xda]m[0x91][0xcd][0x92]u[0xbd][0xb5][0x1b]0o[0xfd][0x6][0x19][0xef][0x16][0xd9][0xab][0xd4][0xd1][0xa5][0xd5][0xd0][0x0][0x17]([0xa6]af[0xef]b[0x4]cd[0xc7]i[0xe6][0x8][0x99][0xa0]9[0x89][0xd2]=[0xe1]&[0x9d][0x8c]W[0xc1][0xbb]F[0xe6]'r=&;M[0xfd][0x83]D]>`+[0xfc][0xc7][0x96][0xc5][0xab]4[0xa6][0x8c][0xa9][0x14][0x9b][0xc6][0xc]F[0xd3]xFe[0xa5][0xe3]/PK[0x7][0x8]Y[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/framework/TestResult.class[0x9d]W[0xeb]W[0x1c]w[0x19]~fw[0xd8]Y[0x96][0x9]D PH[0xa0][0xa5][0xa6][0xe9]f[0x17][0xb2]!bmCB[0xa4]$[0xb1]1[0x84][0xb6][0x80]i[0xa9][0xb7]Nvg[0xc3]&[0xcb].[0xce][0xcc][0x86][0xa4][0x1a][0xdb]j[0xd5][0xd6]K[0xef][0xa9]6[0xc6]^[0xec][0x85][0xda][0xe3][0x87][0xe4][0x1c][0x5]1[0xe7]X[0x8f]=~[0xf1][0xdf][0xd0][0xe3][0x9f][0xa1]>[0xef][0xcc]0{a@N[0xcf][0x1e][0xde][0xf9]][0x9f][0xf7]y[0xaf]3[0xfc][0xe3]?[0xfe][0xb][0x80]a|[0x9c]@[0x12][0x17]5[0x14][0x13][0x88][0xe0]b3[0xee][0xc5][0x82][0x88][0x92][0x88][0xb2][0x88]E[0x11][0xdf][0xd1]`%[0xd0][0xc][0xbb][0x5][0xe]*[0x9][0xae]\[0x92][0xd1]R[0xb].[0xe3][0x8a][0x88][0xa7]4|[0xb7][0x5];[0xf1]=[0x11]We[0xef][0xfb]"[0x9e][0x96][0xe9]32z6[0x81][0x1f][0xe0][0x87]r[0xf3]9[\r]?J[0xa0][0x7][0xcf][0xcb][0xe4][0x5][0x11]<[0xf0]S[0xfc]L[0xc3][0xcf]erU[0xc3]/4[0xbc](C[0x82][0xbd][0x84][0x97][0x5][0xe2]9[0x99][0xbe]"[0xe2]U[\r][0xaf]ix]As[0xfe][0xa4]Q(V,[0xd3]V[0xb0]s[0xf2][0x82]q[0xc9][0xc8]T[0x9c]B13Y[0xb0][0x9d]Qn[0xcf][0x14][0xce][0x97][0xc][0x87][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[\r][0xdb]G&/TJ[0x5]'[0x93][0xb7][0x8c][0x5]s[0xa9]l][0xcc][0xcc][0x9a][0xb6][0xe3][0xc3][0x8d][0x8e][0xf1][0xb6][0x96]?aYe[0x8b][0xd0][0x89][0xbc][0xdc]0K[0xa6]L[0xe]n[0xb]h[0xfd][0x82][0x8b][0xd4][0x9c][0x9f][0xae][0x94]d[0x95][0xd7][0x95]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0xf2]3Ny[0x91][0xe3]'[0x14][0xc4][0x8e][0x14]x{LA4[0xb9][0xff][0xac][0x2]u[0xa2][0x9c]#[0xdb][0xb6][0xc9]B[0xc9][0x9c][0xaa],[0x9c]3[0xad]Y[0xe3]\[0x91]+[0xed][0x93][0xe5][0xac]Q[0xcd],[0xe5]f[0xdd][0x8][0xf4]l[0xe2]?[0xa1][0x9f]0[0xc5][0xf2][0x89]r[0xa5][0xe4][0xb8][0xb9][0xc8]4[0x8d][0x99]~[0xfe][0xf7][0xd4][0xa9]=Q[0xaa],Hl[0xe9]3[0xa2][0xdf][0xbf][0xd9][0xde][0xff]/0=[0xef]M|[0xa5][0xf1]|P[0xcb]Q[0xab]RR[0xd0][0x17]Nw[0xc2][0xb0][0xbd][0xdc][0xec][0xdd]|[0x9b]I[0xc5][0xfa][0xea][0xdb]p[0xe0][0x11][0xab][0xec][0x98]Y[0xc7]O[0xae]8[0xd5][0xf8][0xca]u[0xe][0xfd]M3[0xa7][0xe0][0xbe][0xed]fZ-[0xa0]p[0xea][0xae][0xcf]c[0xd3][0xc8][0x1d]7[\r]g^2[0xd9][0x9e]/W[0x8a]9[0xaf][0xf2][0xe9]`[0xd6]~[0xb3][0xed][0x18][0x96][0xe3][0xc5][0xa6])[0xeb][0x11]Qm[0xf7][0xc0][0x8e]%[0xc3][0x9e][0xa9]d[0xb3][0xa6]m[0xe7]+E[0xde][0x9e])W[0xac][0xac]y[0xb2] i[0xd0]V-[0xef][0x3][0xa2]N[0xc7][0x8][0xbe][0xa8][0xa0][0xa3][0x1a][0x87]q[0xcb]2[0xae]H[0x16][0xe8][0xd8][0x8f][0x94][0x8e]![0x11][0x7]D[0x1c][0xc4][0xb0][0x8e]C[0xf8][0x82][0x82][0xdd][[0xc4]G[0x10][0x8f]h[0xb8][0xa6][0xe3][\r][0xfc]R[0xc7]$[0xce][0xe8][0xf8][0x15][0xde][0xd4]p][0xc7][0xaf][0x91][0xd3]q[0x3][0xbf]a[0xdf][0xd9]*[0xf7]t[0x8c][0xe2][0x88][0x8e][0x13]8[0xa9][0xe3]-[0x1]y[0x1b][0xef][0xe8]x[0x14][0xd3]:[0xde][0xc5][0xac][0x86][0xdf][0xea]x[0xf][0xef][0xeb]01[0xbd][0x9][0x92]g[0xe1][0xde]a[0x5]`[0x80]N[0x95][0x8]:Q4X[0xaf][0xb6][0xd0][0xfb]@[0xc7][0x93]04|[0xa8]cY[0xac][0xdf][0xbb][0x9d][0xca]f[0xa3][0x9][0x8d][0xcf][0xba][0xf3][0xea][0xfb][0x8f][0x86][0x8f]t[0xfc][0xe][0xb3]:[0x1e][0x17]1[0x83]Y&[0xdd][0xe6]L[0xf9][0xe][0xaa][0x82]<|[0xee][0x2][0xf3][0x82][0xa5]__[0xaf][0xc]=;[0xb]i$'[0x1b][0xcf][0x8e]JJ[0xc4][0xb]~[0xdf]d[0x17][0xa8][0xab][0xac][0x9a]~[0xda][0xbe]q[0x95]U>o[0xd8]S[0xe6]e[0xc9][0xa0][0x92][0xfb][0xe8]\[0xbf]^[0xab][0xc2]m2[0xd2][0x9b]8 [0x8f][0xf1]b[0xd1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xe0]D[0xb9]X[0xe4]A[0xa9]m[0xa1][0xa3][0xda][0x85][0xa7][0xcc]u[0xa7]5[0x1c]`[0x9d][0xb6][0x98][0xd5]z[0xe7]+v3[0xa0]M[0x9b][0xc7][0x3][0xe1]e[0xe6][0xbf][0xb9][0xb6][0xae][0xfe][\r][0xe9][S[0x8a]t[0xc7][0xa2]7[0xa3][0x1f][0xc2]P[0xa4]%K[0xbd][0xad]#[0xda][0x18][0xe0]wE[0x92]_CMP[0xa5]d[0x98]qi[0xce]"[0x18][0xe4]|[0xa8]a~[0xa0]f[0x9e][0xe1][0x9c]5[0xe5][0x8e]YV|[0xb6]s[0x8f][0xf5]Hy[0x1f]g[0x16][0xa2][0x1c][0x1][0x7]S[0xab]PR[0xb7][0x11][0x99][E[0xf4][0x8f]P[0xab][0xc3][0xa6][0xea]0[0x96][0xa2][0xd0]D[0xc4]o[0xb9][0x88]_[0xa2][0xec][0x87]Fy[0x7][0xf5][0xf4][0xa0][\r][0xbd][0xfc][0xed][0xc6]=[0xd8]C[0xe]}[0xd4][0xde][0x8f][0xfb][0xb9][0xab]{:[0xf0][0x0][0xe][0xf3]9 [0xa5][0xe7][0xeb][0xbf]A[0x8b][0x9a][0xf8][0x1c]K[0xfd][0x1]M[0xb7][0xd1]<[0x97][0x1e]\Eb[\r]-[0x11]Z}/[0x8e][0xd2][[0xc2]`[0x84]Z[0x86][0xf9]ux[0x14]c<[0xd1][0x87][0xbb]p[0xc]_[0xa6][0xed][0xd4][0xec][0xb3][0x92][0xd1]8[0x1e]t[0x99][0x8e]a[0x2][0xc7][0x89]8 [0xfd]![0x84][0xa9][0xfa][0x19][0x98][0xb6][0x87]2=H[0xa6][0xc3][0xfc][0x1d]"[0xb3][0x91][0xcf][0xc8][0xf4]+.[0xd3][0x87]p[0xca]g*[0xcc]#[0xe2]u2[0x8d][0xa5]=[0x86]U[0xbd][0x9]w[0xef]0Z[0x18][0x5][0xd1][0xd7][0xe5][0x9d][\r][0xb0]u|[0x95][0xa8][0xfc][0xa8][0xc0][0xe9]M[0x11];B[0x10][0xc7][0x89][0xf8][0xe0][0x96][0x88]wK[0xa3][0xe6][0x9e] f}[0xc4]]~rM[0xa6][0x5]z[\r][0x9d]DN[0xdf][0xe4]F[0xd4][0x85]nu[\r][0x8]qR[0xe9] L[0x15]~[0x97][0xf][0x1f][0xc7][0xe]L[0xb9][0x9][0xff][0xb0][0x9f]h[0xde]J&([0x81]G8b_[0xf7]M[0xb9][0xcc][0x15]q|2[0x88][0xd9][0x99]A?f[0xdd][0x83][0xeb]1[0x9b][0x1a][0xa2][0x91][0xbb]"[0xc][0xd8][0xbf][0xab]fz\[0x1e]eH[0xa6][0x99]X[0xb3].[0x97][0x94][0x1b]"[0xcd][\r]V[0x94][0x8e][0xe8]s[0x83]%[0xfc][0x92][0x81][0xf9]I?X[0x3][0xd2][0xa1]}[0x16]#|J[0xf8][0x12][0x92][0xf6]k[0xe8]R[0xf0][0xfb]@O[0xcc][0xdd]y[0xa2][0xa6]p[0x12]A[0xe1]|[\r]g}[0x7][0x1e][0xf2][0x11][0xe2][0x82][0xf0]'t[0xdf]l[0xb8]o[0xd4][0xdc][0x8f][0xfb][0xf7]=[0xa0]"/v[0xff][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UI6[0xf5]3u[0xfa][0x14][0xbe][0xe9][0xbb][0xa7]R[0xe9][0xa1][0x15][0xdc][0xb9][0x8c][0x1d]SC[0x9f]x[0x93][0xbb]o[0xb9][0x84]b,[0xea]~[0xf7][0xd9]A[0x8a][0xf2][0xec]"[0x11]O[[0x8a][0x9e][0x5]^[0xe4][0xda]5[0x9e]z[0x89][0xb3][0x97][0xf9]/[0xe5]5[0x9e]|[0x5][0x9d]x[0x95]'_C7^g~[0xbd][0xe1]2[0x1a][0xe3][0xc9][0x4][0xff][0xa4][0xf8][0xa3]<[0x11][0xe1][0xe8][0x1c]G[0xdd][0xee][0xda]qW_[0xe0][0x80][0xfe][0xa0]][0xf4][0x7][0xe][0xc8]"[0x17][0xe2][0x80]x[0xa3][0x3]n[0x84]:[0xc0][0xc][0xca][0xe9][0xef]T%[0x91]8[0xcd][0x82][0xf9][0xbc][0x82][0xa3][0xa9][0xb9][0xa9][0xbf][0xa5][0xe6][0xe8][0xc9]=O[0xf2]U1[0xf4][0xe9]2[0x12][0x87][0xd5][0xa1]O{[0xd4]O6[0xf6][0xc8][0x9e][0xfa][0x1e][0xb9][0x86][0xbd]Rq[0xff][0xba]E[0x2]-[0xb4][0xa4][0x97][0xb0][0xbd]d[0xdc][0x8b][0xfa]W[0xcd]{[0x94][0xef][0xf3][0xc4][0x7][0xc][0xfa][0x87][0xb4]d[0x99]5[0xf7][0x11]{[0xc3][0xc7]A[0xfb]<[0xc6]<[0xf3][0xda]g[0x1a]w[0x6][0xed][0xf3]t[0xe0][0x8f][0xd3][0xbe]?4z*[0xcf]f+[0xfe]8[0x1f][0xbc][0x12]G8[0x17]sc)[0xb5][0xee]E" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xb5][0xb9][0x9b][0xc4][0xbf]U[0xe3][0x94]XP[0x11][0xf3][0x81]G[0xc7]|[0x8f]v[0xa6]Vp[0xcf]u[0xb4][0xf2][0xb1][0xef]:4u[0x19]j[0xb4][0xd1][0xc1][0xab]5X[0x9d]>V[0x84][0xb5] [0xf2][0x2]~[0xe2][0xea][0xe5]G[0x90][0xcb][0x1b][0xff][0x3]PK[0x7][0x8][0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/framework/TestSuite$1.class}QKO[0x2]1[0x10][0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xc2][0xb2]*>P[0x14][0xdf][0x92][0xa8]hD.^4z [0x9a][0x98][0xa0][0x17][0x88]g[0xb]V,.[0xdd][0xa4][0xbb]+[0xfe]-[0x13][0x8d][0xc6][0x83]?[0xc0][0x1f]e[0x9c][0xae]D[0xf][0xa0][0x9b]l;[0x9d]~[0x8f][0x99][0xe9][0xc7][0xe7][0xdb];[0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xd3]H`[0xce][0xc6][0x8][0xe6]m[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x16],,2d[0xee][0xb9][[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xe7]m[0xc1]0Y[0xeb][0xf0]{^v[0xb9]j[0x97][0xeb][0x81][0x96][0xaa]}[0xc0][0x90]<[0x94]J[0x6]G[0xc][0x1b][0x9b][0x83][0xd7][0x83][0x99][0xad]K[0x86]D[0xd5][0xbb]&[0xb9][0xf1][0x9a]T[0xe2]"[0xec]6[0x85]n[0xf0][0xa6][0x1b][0x19]x-[0xee]^r-[0xcd][0xb9][0x9f]L[0x4][0xb7][0xd2]g[0x0][0x83]s[0xa6][0x94][0xd0]U[0x97][0xfb][0xbe][0xa0][0xcc]b[0xad][0x13][0x92]u[0xf9]F[0xf3][0xae][0xe8]y[0xfa][0xae][0xdc][0x10]~P[0xf]e [0x8a][0x15][0xaa],[0xf6][0xb0][0xc7]`[0xe9]P[0x99]4C|[0xd3]x[0xdb]u/[0xd4]-q*[0x8d][0xf4][0xd8][0xf]a[0xd7][0x14]J%[0x9d][0xa8][0x96][0xeb][0xf9]T[0xe8][0xb9][0x8]n[0xbd]k[0xb]K[0xe][0x96][0xb1][0xe2] [0x9][0xcb]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xab][0xe][0xd6][0xb0][0xca]P[0xf8][0xc7][0x9a]!?[0xec][0xb6][0xca]}[0xb2][0x9c][0xfb][0x93]H[0xb5][0xf6][0xb8]V[0xe4][0xcd]P[0x1a]2[0xcb][0xad][0xa1][0xed]R[0x9f][0xb9]a`3[0xe6][0x1b].][0xac][0xd0]{[0x8e][0xd0]#[0xb3]l[0xd6]4AQ[0x8c][0xfe][0x14][0xd2]4P[0x9b][0xa2]c:[0xc7]i[0xcf][0x94]v[0x9e][0xc1]J[0xdb]/[0x88]=F[0xa0][0xc][0xad]I[0x2][0x1]Wph[0x9d][0x89][0x88][0x19][0x8c]"[0xb]D[0xd1][0x4][0xc9][0x91][\r]&1[0xd5][0x17][0xdb][0xa7][0xdd]0R[0xa5]'[0xb0]W[0xc4][0x95][0xec][0x88][0xcd][0x89][0xd1][0x8c][0xd4][0x9c]o\_-[0x8e][0xe9][0x8][0x99]#[0x17][0x90][0xe2],[0xf2][0x18][0x8f]XF[0xdf]|[0xa9]/PK[0x7][0x8]Q[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]junit/framework/TestSuite.class[0x9d]X[0x9]x\[0xd5]u[0xfe][0xaf]f[0xa4][0x19][0x8f][0x9e][0x84]V[[0x8b][0x97][0xf1][0x82]%[0x8d]$[0xb][[0xb6][0x0]Y([0x18][0xd9][0x6][0x81]$[0xc][0x12][0x16][0xb2][0xb3][0x8d]G[0xcf][0xd6][0x98][0xd1][0x8c][0xf2]f[0x6]C[0xd2]6[0x90][0x92][0x90][0x85]lM[0xb3][0xd8][0xd9]Z[0xda]D] [0xb5]S[0x90]M[0x1c]LH[0x1b][0xd2][0x90][0x12][0x8]m[0xda][0x90]6%ih[0xd3][0xaf]M[0xd7]$[0xa5]i[0x93][0xb8][0xff][0xb9][0xef][0xcd][0xd3][0xd3][0xcc][0x93][0x1c][0xf2][0xe9][0x9b][0xf7][0xee][0xbb][0xf7][0xdc]s[0xcf][0xf2][0x9f][0xe5][0xea][0xe9][0x9f][0xee][0x2][0x80][0xed][0xea]P[0x4][0x3]x:[0x84][0xaf][0x86][0xf0][0xe7][0x11][0x4][0xf0]L[0x18]_[0x93][0xf7][0xb3][0x11][0xb4][0xe2][0xb9]0[0xbe].[0x1f][0xcf][0xb][0xd1]_D[0xf0][0x97][0xf8]F[0x8]%[0xef][0xbf][0xe][0xe1][0x9b][0x11]T[0xe3][0x85][0x10][0xbe][0x15][0xc6][0xdf][0x84][0xf1][0xb7]B[0xf2][0xed]0[0xfe].[0x84][0x17][0xc3][0xf8]N[0x4][0x8d][0xf8]n[0x8][0x1f][0xc6][0xf7]Bx)[0x84][0x8][0xe1][0x1f][0x85][0xe3][0xf7]C[0xf8][0xa7]0[0xde][0x14][0xc1]z[0xfc]K[0x8]?[0x88]`#[0x9e][0x9][0xe1]_#[0xd8][0x8c][0x8b][0xe0][0xdf][0xf1][0x1f]2[0xc3][0xe3][0xc][0x99][0xfe][0xcf][0x8][0xda][0xf1]_[0xab][0xc8][0xf8][0x87][0xc2][0xfd]G2[0xfa][0xb1][0x8c][0xfe][X[0xbd][0x1c][0xc1][0xff][0xe0]'a[0xfc]o[0x8][0xff][0x17][0xc1]v<#[0x93]?[0x8d][0xe0]g[0xf8][0xb9][0xd0]\[0xe4][0xa7][0x2]9([0x15]Ve[0x9c]Q[0x1][0x99]~AF[0xc1][0x90]*[0x97][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x84][0xc2]*,[0x93][0xab][0x84]6"[0x8f][0xca]Je[0xa8]*yTW[0xa2]E][0x16]Q5[0xaa]VH[0xea][0xe4][0xb3]^H[0x1a][0xe4][0xd1]([0xc][0x9f][0x13]a[0x9f][0x8f][0xa8][0xd5]x[0xae]R[0xad]QMB[0xd7],[0x8f][0x96][0xb0]j[\r][0xab][0xb5]2[0x19][0x91][0xef]uB[0xf3][0xb2]<[0xbe][0x11]F2[0x82][0xb5]j=?[0xd4][0x86]U*[0xaa]6[0x92][0x89][0xda][0xa4]P~t,>k*[0xd4][0x8d][0x1c][0x8f][0xdf][0x19][0xef]I[0xc5][0xd3][0xc7]z[0xc6]sV2}l[0xb7]B[0xc5][0xd1][0x9]3[0x9b][0xcb][0xba][0xab][0xf9]\2[0xd5]s[0xd0]L[0xe4]2[0x16]WW[0x8d]'[0x8f][0xa5][0xe3][0xb9][0xbc][0xc5][0xed][0xb1][0x12][0x82][0x81][0x91][0xe3][0xf9]t2[0xd7]s[0xd4]"[0xff][0x13][0x19][0xeb][0x8e][0x1e][0xe1][0xb5]{[0x90][0x1b]#[0x9][0xcb][0x8c][0xe7]L[0xf9]V[0xd8][0xdd][0xee]9y([0x15][0xcf]fw[0x97][0x8a][0xd2][0xe1][0xcf]L!8[0x94][0x99][0xe6][0xf1][0x97][0x8d]$[0xd3][0xe6]X~[0xf6][0x88]iM[0xc4][0x8f][0xa4][0xb4]>[0x99]DJ[0xfe][0x12].[0x9]9[0x88]Whn[0xf7]WC[0xa8]V/[0xa7][0xa1][0xe1]l[0xd7][0x11][0xc7][0xa2][0xab][0xcd]k[0xdb]u[0xfb]+[0x84][0x8c][0x9c]S[0x9d][0xc8][0xe4][0xd3][0xb9][0xc2]dV[0x7][0xfb][0xb0][0x9b][0xec]5[0xfc][0x87][0x99][0xe][0xe2]v[0xf2],[0xd7][0xd4][0xd4][0x81][0xe9][0xd8][0xee][0x13][0x1a][0xda]}[0x93]S[0xc0][0xca][0xa7]Ym[0xfc][0x15][0xbc][0xd5][0xcc][0xe6]S[0xb6][0x9a][0x15][0x96][0x1e]+[0xac]][0x89][0x92][0x7][0x92][0x9f]m[0xb4]][0xcb][0x18][0xed]R'[0x85][0xb2][0x5][0x91]+[0xc4]d{[0xb4][0xfd][0x87][0x97][0x5]Ry2=m[0xde]U[0xb0][0xaf][0xad]uy[0xce][0xee]~[0x9a][0xb]:k[0xf3][0xec]K[0xe7]g[0xc5]@vQ[0xde][0xbe][0xdc][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]O8[0xe7][0x16][0x80]*[0xc7][0xbb]v[0xfe]**[0x9c]E[0xc9][0xad]8i[0xf9][0x6][0xb4][0x9a]U[0xb8][0xed][0x17]g[0xe2][0x9b][0xe6][0x96][0xb][0xed][0xba]d[0xf6]@[0xfe]H*[0x99][0xf0]J[0xbc]n[0x85][0xc3]:[0xe][0x11][0xbf][0xc9][0xac][0x97]<2[0x9e][0xc9][[0x9]sRZ[0x8c]j[0x17][0xd8][0xdb][0x84][0x87][0x81][0x13][0xa0][0xb]6\[0xa2]Acy)[0x16][0xfa][0xba]|25mZ[0x6][0xde][0x8a][0xb7][0xd1][0xe1]Z[0xea][0xa8][0xa1]6[0xab]-[0x6]N[0xe3][0xc][0xed][0x1a][0x9d][0x89]g[0xa3][0xe9]LtN+[0x10][0xf5]4I[0xd1]B0[0xb4][0xdb][0xbc][0xa2]R$:[0xa2][0xde][0x85][0xe][0x3]_[0xc0][0x19][0x3]o[0xc2][0xaf][0x84][0xd4][0xe5][0x86][0xda][0xaa][0xda][0x98][0xe8][0x8a][0x9b]CC[0xb5][0xab][0xe][0xe6][0xc6][0xe5]"[0xd0][0xc0]9[0x9c]R[0x88]^[0xaa]TX?[0x14]O[0xa7]3[0xb9]h[0xd2]]7[0xa3][0x82][0xc5]h[0x82]l[0xfa][0xa3],m[0xd1]v[0x3][0xbf][0x86]7[0xd3][0xdf]<[0xb1][0xf3][0x15]4[0x9b][0xac][0xb1][0xee][0x98][0xfc][0xbd][0x86][0xe8][0xa7][0xc5]b[0xaa]s[0xa9][0x84][0xbe][0xcd](C[0xc2][0x91]0[0xae][0x17][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xe0]g[0x0][0xf6][0xe8]E[0xa8]ZbA[0xdb][0xf4][0x86][0xea]R[0xdd][0xac][0xf0][0xcb]v[0x1c][[0xb6]+[0x80][0x98][0x1a]N[0xa7][0x9d][0xa2]nf[0xe9]t[0xb5]MN[0xf5]i{[0x14][0xea]}z[0x1d][0xd9][0xd1][0x13]RW[0x18]j[0xbb][0xda]Q[0x10][0xc3]su[0x91][0xf5]^[0x3][0xaf][0xc5][0xeb][0xc][0xbc][0xb][0xef]0[0xf0]j[0xbc][0xc6][0xc0][0xa7]1o[0xa8][0x9d]x8[0xa4]v[0x19][0xaa]O]I[0xf8]F[0x93][0x82][0xa9][0x9c][0x3][0xaa][0xc2]a[0x9a][0xd3][0x1e][0xcb][0x8a][0xdf]-[0x11]f[0xa8][0xab][0xd4][0xd5]![0xd5]o[0xa8][0xdd]j[0xc0][0xc0][0x93][0xf8][0xa2][0xa1][0xae]Q[0x83][0x86]z[0x15][0x1e]fH[0x8d]e[0xb4][0xf1][0xb2][0xd1][0xa3][0xcc]9[0xd3][0xe2][0x11][0x1]1[0xcf][0xfc]-[0xfc]6[0xcd][0xbc][0xac]%[0xc]u[0xad][0xda]c[0xa8][0xeb][0x4][0xdc][0xcd][0xd1][0xe9][0x8c]iKb[0xde][0x95]3[0xc9]f[0x11]ro[0xc5]G[\r]5[0xa4][0xf6][0x1a]j[0x9f][0xda][0x1f]R[0xd7][0x1b][0xea][0x6]5l[0xa8][0x1b][0xd5]M[0x6][0x1e][0x12]eF[0xc]5[0xca][0x19],[0xe0][0xac][0x81][0xcf][0xe2][0x8f][\r]5[0xa6]n6[0xd4][0x1]\[0x8][0xa9][B[0xea]VC[0x8d]s7[0xbe][0x84][0xa7][0xc]|[0x19]O[0x11]?[0xc2]<:[0xab]c[0x92][0x6]H[0xb7][0x15][0xf4][0x17][0xdf]+[0xe2][0xf2][0x8][0x12][0x86][0x9a]P[0xb7][0x19][0xea][0xa0][0x1a][0xc][0xa9]IC[0xdd][0x8e][0x8c][0xa1][0xa6][0xd4]^[0x86]f|n[0x8e][0x2][0xf2][0x86][0xe4][0xdf]D[0xfb][0xc7]5s[0xe6][0xba][0x15][tv[0xd7][0x4][0xf9][0x81][0xb8][0xd8][0x89][0xe][0x96][LV[0xd7]*[0xbf][0xf6][0xa6]2m[0x9e][0xb0]#/a[0x16]w[0x10][0xce]5[0xaf][0xa3]t[0xca][0xb9][0x93][0x14]G[0xd3][0x9a]%[0xf5][0xd0][0xdb][0x97]W[0x93]p[0x89][0x88][0xbd]~=[0xd8]%[0xef]/m>[0x86][0xf2]o4[0xea][0xdb][0xdd][0xc6][0xde][0xe9][0xe9][0xf5][0xac][0x8f]t[0xc][0xc6]9[0x9][0x87][0xf1]\[0x9d][0xc2][0xb0][0x8e][0x8f][0xe6][0xe0]9[0xd4][0xcb]G[0xc3]"[0xf7]E[0xd2][0xd5]KI[0x17][0xb0]f%[0xea][0xe6]K1[0xa6]x-[0xa7][0x11][0xa4][0xa6][0xe5][0x8]S[0xf7]v[0xdc][0x8e][0xc3][0xa8][0xd1][0xef][0xb7][0xa1]Q[0xbf][0x1f]A[0x13][0x2]0I[0xb3][0x1f][0xb5]|[0xee]"[0xed]U[0xa4][0xee][0xa3][0xc5][0xae]$[0xc5]n\A[0xfb]^[0x8d]kp-[0x6]q[0x13][0xf6]p[0xcf]0[0xb9][0xc][0xd1][0xce]{[0xc9]e[0x1f][0xde][0xce][0x9d][0x8f][0xe0]zV[0x94][0x1b][0xf0]"n[0xc4]Qry5w[0xaf][0xc2][0x6][0x1c][0xc3][0xc][0xb9]_[0x8d]:$q[0x9c][0xa3][0xd7][0xa0][0x83]swP[0xa6][0xb7][0xa3][0x8b][0xa3][0x14]G[0xb]znV[0xcb][0xf9][0x12][0xd2][0xc8][0x0]z4Gj6[0xe5][0xe4][0xf9][0x6]X[0x94][0xfe]v<[0xe0]p[0xc9]r}5gl[0xfa][0x9c][0xd6]O[0xa8][0xf2][0x9c][0xb3]=~'OgsIZ[0xfa][0x9b][0x1c][0xcb]5us[0x8c]Nj[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]c-[0xdd][0xb4][0xee][0xf4]H[0x8c][0xfe]l[0x95][0x11][0xf][0x2][0xaa]q[0x19][0xc9]lcT[0xf3][\r][0x8c]sf[0x82][0x6][0x9b][0xd4]J[0xc9][0x91]5|[0x8b]RB[0xdf][0xec][0x8]+[0xe2][0x18][0xee][0x8c][0x88]s7A[0xce][0x14][0xc4]y#[0xc5]a3[0xc9][0x99]im[0xe2][0xa0][0xa6][0xae]<[0x8f][0xf5]Su[0x1b]bg[0x11]=[0xad][0xc9][0xe4][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xf4]Z}[0xa0][0xcd][0xb4][0x12][0xbf][0xaa]1[0x1d][0x91][0xe][0xd0]aaR<[0x11][0xb0][0xf5]<6[0x12][0xb][0x9b]F[0xce]c[0xf3]T[0xe7]Yl[0x19][0x8d][0x11][0xab][0x97][0x13][0x15][[0x17]Y[0xd6]i[0xd3][0x1e][0xa7]S[0xef][0xa0][0x8b]S[0xd4]cV[0xb3][0x8f][0xda],[0xa8][0xcf]=|[0x87]Q[0x8f]{[0xf1][0x16][0x1e]P[0xcb][0xa3]~[0x1d][0xf7]q[0xb7][0x92][0x6][0xdb]9r[0xaf]#u[0x1d][0xe5]m[0x8b][0x9d]G[0xfb]TM[0xe4],:[0x1e]E[0xec][0x8c]{[0x92]m[0xb5][0x13][0xa4][0xb4][0xc8][0xe5].[0x8f][0x12]u[0xb8][0x9f].[0x87][0xe6][0xf8][0xe];[0xc][0xe9][0xcc][0xa0]v[0xcb][0x9a][0x12][0x8e]1[0xaa][0xd2])l[0x3][0x1e][0x5][0xee]q[0xd8][0xde]K[0x5][0xde][0xe2]:[0x84][0xdb][0x1d][0xd6]2[0x12][0x87]([0x8f]C[0xd6]h[0x87][0x14][0xf2][0xc0];[0xf9]{W[0xe1]x[0xf5][0x4][0xf9][0x85]9[0xff]l[0x8c][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=[0x8a][0xae]Nf[0x83][0xc9]y[0xb4][0x8d][0xc6][0xbc][0xe9][0xa0][0xb3]$[0x1d],[0xa0][0xfb][0xc]g[0xb7][0x9d]C[0xcf])l[0xf5]%[0xbe]b)[0xf1][0xe8]yl'[0xcd][0x8e][0xb1]z[0xb4][0xd0]?[0xbd]'[0xb1][0xab][0xeb][0x1c]v[0xf6][0x7][0x9b][0x83][0x17][0xfa][0xca][0x3]}[0x15][0x8d][0x15][0x8d][0xe5][0xf][0xa2][0xa9]9[0xd8]X[0xb1][0xa3]?[0x14]k[0xe]u[0xd3][0x2][0xbb][0xee][0xab]P[0xf3][0x17][0xbf][0xcf][\r]}[0xa3][0xf3][0x17][0xbf][0x1c]{[0x4]LMW[0x9e]B[0xd4]=[0xf2][0xaa][0xc5]#[0x17]O[0xa3][0xba]aT[0x11][0xa9][0x5],[0x8f][0xd1][0xb3][0xa0][0xdd][0xc3]4T[0x15][\r]PCs[0xd5][0xd2][0xc][0xbd]4[0xc8]N[0xbc][0x9b]a[0xfd][0x1e][0x1a][0xe8][0xbd]L[0x93][0xbf][0xc1][0x14][0xf9][0x1][0xa2][0xe4]7[0x19]J[0x1f][0xc4][0xfb][0xf1]![0x9c][0xe4][0xfb][0x93][0xf8][0x8][0xe6]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0xf0]Q|[\r][0x1f]w[0x3][0xbc][0x16][0x9b]u,[0x94][0x91]2[0xcc][0xe0]|7BD[0xf9][0x16]r{/M{[0xf][0xc3][0xff]}\)'[0x96][0xd6][0x92][0xf3][0xfb][0x9]m[0x1a][0xdb]u[0xd6][0xb3][0x8e][0xb3][0x12]D[0xe4][0x7]8*[0xe3][0xb9][0xd3]<[0xf9][0x83]N[0x80][0xdb][0xe8]|[0xd6]q[0xa0]M[0x95]s[0xa9]>[0xc4][0xd5][0x82]S[0x5]S[0x1f]v0[0x95][0xd0]Z3h[0x4]BWK0[0xf4]/[0xe2][0xc8][0x86][0xe7][0xa7]([0xd2][0xa7][0x9][0xf1]yO[0x10]T[0xba]bU:b[0xc9]H2P[0x99][0x7]M[0xb2][0xf6][0x11][0x17]M'[0xf5][0xc1][0xa7][0x9c][0xf0][0x98]\[0x1][0xcc][0x8e][0x10][0xde]h|[0xc8][0x1][0xf3][0xc3][0x4][0xf1]g[0x96][0x1][0xb3][0x9d][0x0][0xef][0x95][0x9e][0xde][0xd1][0xee][0x8b][0xdc]%V[0xec]+9[0xa4]s[0xb4][0xeb][0xc2]`[0xa0]/[0xd8][0x18]\[0xf7] [0x9a][0xbb][0x1a][0x83];[0xfa][0xcb]c[0xb1][0xe6][0xf2][0xb3][0xd8]ML[0xdc][0x17][0x14] -[0x1a][0xa2]Esy[0xd4][0x91][0x81][0x9][0x3]g[0xd1][0xc3][0xf7].<[0xa6]e[0x19][0xe4][0xfa][0xe5]4[0xd1][0x3]:u[0xd6]c[0x13]}[0xfa]1[0xca][0xb0][0xda][0xf1]i[0x80][0x99][0xce][0xf6][0xa9][0xe8][0xd2][0xe7][0xca][0xdc]Gt|[0xcc][0x9]@[0xd1][0xc7][0xe6][0x91][0xd3][0xc5]V[0xd6]>[0xe1][0x1a][0xef][0x93][0xfc][0xf1][0xca][0xe3][0xe8]u[0xaf]c[0xbc][0xde]z]O[0x19][0x1f]u[0xe7]10[0xd5][0xc9][0xcf][0x5]\CG[0x9e]v[0x10][0xcf][0xc5]A[0x89][0xaf]W-[0x16][0xb9]"[0xef]~[0x9e]G>N[0xf1][0x9e][0xf0][0x18][0xb5][0xd7][0x15][0xb0]W[0xab][0xe4][0xcd][0x10][0xbd]Z[0xc0][0x82]X[0xf]j[0x9f][0xfe][0x8e][0x1f][0x98][0xae][0xf5][0x5][0xd3]W[0xa8][0xdb][0xd3]<[0xf2][0xab][0xcb][0x80][0xc9][0xb6][0x87]?[0x98]>[0x8e][0xdf]u[0xf][0xfe][0x14]G[0xbc]q:`[0xba]N[0xb7]2L[0xf9][0x12][0xf3][0xd4]y[0xcf][0xe4]"~"z[0xe5][0xeb][0x8c][0xbf][0xe7]=*F[0xdc]3#[0xcc][0xab][0xbf]G>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xef]f[0xda][0x2]8[0xab]b[0xda][0xac]4[0xa8]N[0x14][0x5]Ul[0x96][0xdf][0xa4]`/xXV[0xb9],[0xab][0xf0][0x7]EV[0x93][0x99][0xc5]H[0xf8]C[0x8e]x[0xb9]t[0x84]3g[0x4][0x16][0x9d][0x81][0x1];e]7[0xda][0xf5][0x18][0x86][0x14][0x3][0xa6][0x99][0x3][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0x96][0x8c][0xb5]v?[0x6]6q[0xaf][0x1f][0x98][0xbf][0xf8]R[0xeb]CE[0xd1][0xf1]"[0xbf][0xbe][0x83]u[0xf8].[[0x83][0xef]i[0x91]b[0x9c]_G[0x9d][0x1f][0xa0]n[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x81][0xe8][0xfb][0x8c][0x16][0xb3][0xd3][0x11][0xb3][0x8c][0xb4]DD[0x8a][0xe6][0xa7]q[0xc6][0x11][0xa6]G[0xb3]A[0xa0](][0xc5]U[0xf6][0x7][0x9e][0x2]U[0xee][0x16](^[0x8a][0x9d][0xcd][0xf7][0xf3]([0x11][0xa7][0xa7]X[0x8f][0xe8][0xa2][0x1e][0xf4][0xce][0xfe][0x93][0xa8][0x98][0x87][0x11][0xeb][0xe6][0xf8][0xfa][0xf9][0x8b][0xdf]^[0xf4][0xd5]j[0x8d][0xfc][0x1f][0xb2][0xc6][0xfe][0x88]1[0xf4]c[0xc6][0xc3][0xcb][0xd8][0x86][0x9f][0xb8][0x1a][0xb5]2[0x17][0xdb][0x1a][0x85][0xb1][0xd5][0xd5][0xa8][0xc7]5|[0xf][0x1b][0xab]G[0xb5][0x6][0xbc][0xae];B[0xdd][0xe8][0x80]2[0xdc]I!n(C12~[0xca],[0xfc]3[0xf][0x1a][0xc3].[0xb7][0xb0][0x83][0xc][0x19][0x9]_[0xa9][0xef][0xe7][0xdc][0x4]6[0xe8]`[0xae]"[0xd6][0xc9]ZX[0xc4]U[0xb1]aV[0x15][0x1e]pT[0xb8]\+[0x9c]<[0xa5][0x98];>[0xe7][0xf0][0xba][0xd6][0xe1]e[0x88][0xe1][0xd8]`[\r][0xeb]Ft[0x89][0xf1][0x95][0xe1][0xe1]f[0xb8][0xdc][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]w|[0xf8]y[0x17]P;[0x1c][0x1f][0x86][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8]P[0x11][0xa7]z[0x8f][0x1b][0xc3][0xae][0x1b][0x1f][0xc7][0x5][0x7][0xfd]E[0xfb]o,[0x96][0xa4][0xc5]g[0xbf][\r][0xec]' N.`i[0xc8][0xe1]SK&7=Ev|[0x9d]f&[0x1e]Yd[0xa8][0x93][0x82][0xda][0x88][0x90][0xda][0x4]Cm[0xf1]0[0xae]ua[0xfa]$[0xd3][0xb8]-[0xd8][0xcb][0xa4][0x16][0x80][0x98][0x4][0xce]h[0xb0][0xab]9[0xf8][0x18][0xc6][0xa4][0xb0][0x4][0xcf]H[0xc6][0xb9][0xf9][0x14][0xfa][0xe5]}[0xe0]$[0xb6][0xbb]%[0xff][0x16][0xbb][0xe4][0x8f]J[0x16][0xbc][0x95][0x8f]n'#6,[0xe9][0x1]4[0xab][0xf1]2L[0xc6][0xba][0xe5]b0[0xb1]$[0xdc]c[0xf4])T;*T[0x7]jU[0xc]u[0xaa][0xb]-[0xaa][0x1b][0x9b][0xd4]6[0x1c]PW[0xe0][0x16][0xb5][0x3][0x87]T/[0xa6][0xd5]N[0xad][0xc0]N[H[0xd7]G&[0xfe][0x84][0xb5]^[0xe9][0x91][0xd4][0xeb]2=[0x92][0xb2][0x19][0xa0]E_[0xa7][0xf1][0x10][0xf4]4[0xe9][0xa6][0xae][0xd7][0x5][0xaa][0x9c][[0xb9][0xff][0x94][0xbf]/[0xe1])[0xc7][0xba]#[0xe]f[0x9a][0x1c][0x95]k[0xa9][0xe5]ml[0xb1]N"[0x14][0x9c]G0P[0xec][0xf5]+=[0xf8]irekrd+[0x93]^9[0x9c][0xf];[0x9c][0xdb][0xc8][0xf1] [0xaf]qQ[0xb1]_[0xdd][0xe4][0x2]n?[0x89][0x6][0x8e][0xa7]>[0x8b]C[0xb]8[0xbc][0xdc]A[0xbb]=[0x7][0xb5][0xb9][0x7][0xb5][0xb9][0x7][0xfd][0x99][0xa6][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe]Y[0x7][0x8b][0xc2]z;[0xd8][0xfe][0x1f]PK[0x7][0x8][0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]junit/runner/BaseTestRunner.class[0x95]X[0xb]|T[0xe5][0x95]?'[0xb9]3[0xf7][0xe6][0xe6][0x6][0xc2][0x0][0x81][0x0][0x91]IT[0x98][0xcc][0xe4][0x1][0xf8][0xe][0xaf][0xf0][0x8][0x10]H[0x2]%[0x8][\r]TaHn[0xc2][0xc0]d&[0xce][0xdc][0xe1][0xa1][0xb6]Z_m[0xed][0xc3]V[-[0xa8][0x80][0xd6]n[0xda]]v7`;[0xa4]Rmw[0xbb][0xea][0xae][0xee]v[0xbb][0xd6]}[0xd9]}t[0x9f][0xad]u[0xab][0xc5][0xb6][0xab]n[[0xdd][0xff][0xf9][0xee][0xcd]d2[0x19]*[0x85]_[0xee][0xfd][0x1e][0xe7];[0xdf]y[0xfe][0xcf][0xb9][0xf3][0xc2][0xbb]O=CD[0x8b][0xf9]K&5[0xd2][et[0x98][0xde][0x96][0xd1];&F[0xff]'[0xd3]_[0xe9][0xf4]k[0x93][0xfc][0xf4][0x96]A[0xbf]1[0xe8]][0x19][0xbe]g0a[0x9f]Y[0xe7][0x12]y[0x97][0x9a]T[0xc1][0x9a][0x8c]|[0x6][0xfb]A[0xc1][0xba][0xac][0x18][0xb2]R&[0xf][0xd3][0xa4]8[0x97][0xcb][0xc8][0x92]G[0x85][0xce]SL[0xaa][0xe6][0xa9]:W[0x9a]4[0x17][0xac]y[0x1a][0xde][0x1c]0x[0xba][0xcc][0xe5]r[0x9e][0xa1][0xf3]L[0x83][0xab]L[0xaa][0xa3]w[0xc][0x9e][0xa5][0xf3]l[0x93][0x16]p[0xb5][0xce]sL[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]\[0x93][0xe7]q[0x8d][0xc9][0x97][0xf0]|[0x83][0x83]:[0xd7][0xca][0xbc]N[0xe7]Ku[0xbe][0xcc][0xe0][0xcb]MZ[0xc4][0xb]L^H[0xef][0xe8][0x1c]2[0xe9]J[0xb0][0xe4]z[0xe][0xfb][[0xef]k%[0xf9]'[0xb3][0x88][0xc1][\r]"W[0xa3][0xdc][0xd6]dp3[0xb4][0xe5]E[0x6]/[0x96][0xf9][0x92]2[0xbe][0x82][0xaf]4[0xf8]*[0x93][0xaf][0xe6]k[0xc][0xbe]V([0xaf]3[0xb8]E[0xde]K[0xe5][0xb1]L[0xc8][0x97][0xcb]h[0x85][0xc1]+E[0xb6]V9[0xb8][0xca][0xe0][0xd5]&[0xce][0xae][0xd1]y[0xad][0xc1]m&m[0xe1]u:[0xaf]7[0xa9][,[0xe4][0xe7][\r]B[0xd4].[0xa3][0x8d]&obC[0xe7][0xe][0x99][0xac]1[0xb9][0x93][0xbb]t[0xde][0xac][0xf3][0x16][0x93]n[0xa0][0xb7]t[0xfe][0x80]I[0xbb]y+[0x94][0xe0]nYQF[0xd9]&[0x8f][0xeb]u[0xde]n[0x92][0xcd];t[0xfe][0xa0]I[0x3][0xdc]#[0x8f][0x9d][0xb2][0xb3]K[0x8e]\[0xa3][0xf3][0x87][0xc][0xbe][0xc1][0xe0][0x1b][\r][0xde]m[0xf0][0x1e][0x83][0xa3][0x6][0xef]5[0xb8][0xd7][0xe0]>[0x11][0xd7]6[0xb8]_[0x88][0x7]t[0xde][0xa7]s[0x8c][0xa9][0xb2][0xfb][0xfa][0xf6]mm[0xbb];[0xdb][0xb6]m[0xd8][0xbc][0xb6]kUg[0x1b]S[0xa0]c[0xf4]`[0xb4]9[0x1e]M[0xc]4w;[0xa9]Xb`)S[0xc5][0x9a]d"[0xed]D[0x13][0xce][0xf6]h[0x94]L[0x1d]h[0x96][0x8d][0xa5][0xea]rG[0x91]T[0x15][0xa7]`[0x9a][0x92][0xb6][0x9d][0x9][0xd6][0x10]f[0xc5][0xcc]![0xcc][0xca][0x87][0xf2])[0xa7][0xc][0x14][0x1c][0x9d][0x1d][0xaa][0xbf][0x90])[0xa7][0xa6][0xa3][0x7][0xed][0x9][0xc4][0xa5][0xfd]I<[0xe7][0xb8][0x7]b[0xc9]f[0x18][0xd4][0xde][0x9c]q[0x86]2[0xe][0xfc]fG[0x7]q[0xc8]l;[0xdc]k[0xf]91x[0xf]6[0x9f] ([0xd3][0xc2][0xd0]dWO^[0x11][0xa9]K[0xf][0xd8]G[0x98]|[0x7]][0xe7][0xeb]v[0xa2][0xcf]5[0x9b][0x11][0xed][0xeb]kK[0xa5][0x92])[0xa6][0xa6][0xb]X0[0x8f][0xe1][0xb6]}[0xa9][0xe4]!q[0x91][0xe2][0xc9][0xe0]4[0xb3][0xe8].[0xc4][0x6][0xdf]u[0xd1]X<[0x93][0x2][0xd1][0xca][0xb]r.X][0x95]N[0x8b][0xb5][0x92][0x9]9j[0xbb][0x82][0xa9][0xab][0x16]\[0x1c])[0xbc]#[0xae][0xee][0x96][0xb0][0xb0][0xfb] ][0x11][0xfb][0x8][0xbb]2[0xa1]jK[0xf4][0x9][0x8d])c[0x97][0x9]Ss[0xa8][0xfd]w4[0x82][0x8e][0x0]pM[0x19].v[0xd9][0x85]B[0xce][0xd7][0x1b][0x8f][0xde]|3S][0xde][0x99]5[0xf1]h:[0xdd][0x95]t[0xd6]%3[0x89][0xbe][0x9c][0xdb][0x97]N4r[0xfe]zc[0xde]:[0xa2]"n[0xf7]:[0xcd][0xed][0x89][0x83]H(![0xd8][0x16]MA[0xb6]|[0xfa][0xfc][0xcb][0xda][0xe3]q{ [0x1a]_[0xd5][0x8b]@L[0xe7][0x13]MIgb[0x8e][0xed][0xca][0x2][0xa1]=c[0xa9]9[0xd3][0xb4]Bq[0xc5][0xe4][0xea]@[0xa7][0xed][0xec]K[0xf6][0xe5][0x82]y[0x82]L[0xee][0xde]R[0xc9][0xc0][0x9][0xc9]~dh,[0xe1]g[0x14][0xf2]][0x16]^[0x1][0xfa][0xe9]v<:[0x94][0xb6][0xfb][0xb6][0xc5][0x6][0xed]Ui[0xd7][0xa6][0xe2][0xd5][0x8d][0xf5][0xc5] N[0x7]N[0x8]%"s#[0x80]q([0x95][0x14][0xdd]V[0xa5][0x6]2[0x83]v[0xc2]IK[0xba][0xec]*[0xea][0xa2][0xc9][0xac][0x4]Y5[0xd8][0xf][0x87][0xa6][0x17]9#[0xd0]#J[0xbb][0x6]2[0x91][0x95]9[0xdc][0xd3]B;%,[0xfc]v[0xc2][0xd5][0xac][0xd2]>[0xec][0xa4][0xa2][0xbd]N[0x9e]A[0x17][0x14][0xf][0x94]"[0x97][0xf4][0x8e][0x1f]2[0x1c]h[0x7][0xc7][0x8a]v[0x90][0xaa][0xc][0xb3][0xb1][0xa0][0x9d][0x12][0xc7][0xe5][0xdd]9[0xaf]1][0xfe]>[0x17][0x8c]y[0xae][0xac];6[0x90][0x88]:*GC[0x17]s[0xc6][0xf5]Jyo[0xdc][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec];[0x19]\67[0x93][0xb6][0xb7][0xda]qW[0x89]n%[0x89][0xd8][0xc3]N)[0xf4]G][0x8]LDI[0x81]9Xf[0xc])=[0xe0][0x3]gm_Rt[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0xeb][0x9b][0x0][0x94]%[0xf6][0xe2]\[0x1a][0x80][0xbc]}s~[0xc4][0xea][0xd0]"[0x99][0x12]K[0x94]H[0xd5][0xc8]#K[0xe4]#i[0xc5][0xc0]D[0xf0][0xac]*[0xa2]q{=*[I[0x2][0xbb][0xb5]y[0x9b]n[0xc1]Z[0x97]L[\r]F'[0xe4][0x93][0xd6][0xd7][0x1f][0x17][0xc][0x8d][0xe5][0xaa]j%[0xee]p[0xab]"[0x82][0x16]n[0xc7]R}[0xa8]8v[0x14]s[0xb8][0x95]V[0xa3][0x1d])X0[0x95]+[0xca][0xd0][0xa4];o[0x1d]t[0xfe]C[0x1e][0xc5][0xb8][0xae][@[0xe0][0xe4][0x8]|[0x8e]{yy[0x9e][0xa5][0xb0][0x9a]vKuI[0xfa][0x10][0x1e]C[0xf2]H[0x17][0xb9]f[0xab]-[0xbe][0x3][0x97][0x92][0xbd][0xd8][0x9d][0x9d][0xdb]][0x9d][0xe9][0x17][0xe3][0xf5][0xe5][0xf6][0xb5]xLLe[0xa5][0xf7]%[0xf][0xa9].`k[0x14]<[0xcd]~e[0x80][0xe][0xb5]W[0x14][0x81][0xa5]S[0x18][0x8a]: [0x92][0xa2]f,[0xeb][0x8d]{[0xbd][0x82][0xd9][0x9d][0xcc][0xa4]zm7>[0xa6]O[0xac][0xf7]M[0xc2][0xc7][0xa2][0xbb][0xe8]n[0x8b][0xee][0xa4];,[0xde][0xcf][0x7],z[0x82][0xbe]l[0xd1][0x87][0xe9]#[0x80][0x90]bU[0x17][0xc1][0x11][0xcf]e&2[0xc8][0xb6]8[0xce][0x83][0xb0][0x8b]+[0xa3][0xb2][0x87]E/[0xd3][0xdd][0xd0][0xf3]BE[0xd8][0xa2][0xbf][0xa1][0x97]p1',[0xba][0x9f][0x1e]`"[0x8b][0x93][0xc4][0x87][0xd1][0xe6][0x14]+N*}E[0xdd]#:[0xdf]l[0xf1]-[0x9c][0xd6][0xf9]V[0x8b]?[0xcc][0xb0]q[0x8d][0xda][0xc][0xd5][0x7][0x7][0x15][0xa2][0x7][0x7]3i'[0xb8][0xd7][0xe][0xc2][0x8e]N[0xac][0x17][0xe1]?~[0xcf][0xe6][0xbd][0xfb][0x1][0xfd][0x16][0xdf][0xc6][0xb7][0x8b]o[0x8a]\[0xc4][0x14][0xf9][0x1d][0xca][0x17][0xa4]u[0xf1].[0xe8]$[0x83]1P[0x1d][0xc0][0xb5][0xae]4-[0x16][0x94][0xef][0xd0][0xf9][0xce][0x9]F/^[0xe0]t[0xbe][0xcb][0xe2][0xbb][0xf9][0x1e][0x8b]?[0xc6][0x1f]G[0xc0]5&[0x92]^[0x80]X[0xfc][0x9][0xbe][0xd7][0xa2]?[0xa1]?[0x5][0xa2]byB[0x84]|[0x94][0xee]@:4[0xf6]Z[0xf4]g[0xf4][0xac][0xce][0x9f][0xb4][0xf8]S[0xfc]i[0xf8][0xae]3[0x96]N[0xe3]lP[0xf4][0x9][0xf6][0xba][0xee][0x82][0x8e]:[0xc6][0xe2][0xfb][0x94][0x87][0xd6][0xda][0xfd][0xd1]L[0xdc][0x9][0xe][0x81][0xf]:hx2e[0xf1]g[0xe9]Mx[0xb1][0xc9][0xe2][0xcf][0xf1][0xfd][0x16]?[0xc0][0x9f][0xb7][0xe8]6[0xba]]F_[0x0]d65a[0xe7]Az[0xd1][0xa2]W[0xe8]Y[0xa0]4[0x0]6[0xd5]$[0xc8]h[0xf1]C[0xb2]`[0xe5]G[0xaa][0x18]][0x8c][0xdb]4[0x94][0xb]zI[0x92][0xa3]c[0x81][0xe5][0x91][0xe5]A[0xa1]l[0xd6][0xa2][0xfb][0xf0][0xe0]/[0xf2]Q[0x9d][0x8f][0x8d][0x5][0xd2]Dd[0xd5][0xf9]a[0x8b][0x1f][0xe1][0xfb][0x99][0xe6][0xbf][0xf][0x14][0x8e]%_[0x1]P[0xe5][0xb1][0xcd]C'[0x9][0xad]G->[0xce]',[0xfa]!=k[0xd1][0xcf][0xe8]{[0x93][0x18][0xb8][0x10]#[0x92][0xc2][0x86]U[0xc5][0x1]H[0x18][0x9d][0xb4][0xf8]1[0x81][0x81][0xf3]b[0xd0][0xca][0xc2]L[0x92][0xa4]V[0xb6][0xc9][0x5]^[0x93]8j[\r]p[0x5][0x8d]J[0xb1][0xad][0xad]v:#[0x90]^]l[0xb3][0xdb]M[0xa6]Y[0x85]{n+[0xda][0x94][0xbb]-}[0x8]wgbM[0xe3][0xd8]%:[0xa8][0xad][0xe8]![0xa7]`[0xc3][0xe3][0xe6][0xa0]M([0xd8]Q[0xb1][0xdc]$[0xea]4y[0xd9][0xd1][0xe4]6RMn[0xf8][0x87],~\[0xbc]c[0xe]F[0xf][0xf][0xba][0xdf]g[0x12]1?@I[0xfe]-[0x9f]ML[0xf3][0x8a]%cG,[0xed][0xd8]j[0xdb]p[0x92]c[0xd6][0x9b][0x11]*Z[0xa5]J[0x11]JL[0xd7][0xe6]#[0xbb][0x9b][0xed]K'[0xaf][0xd4]O^[0x2][0xb0][0x85]&[0x16]~i[0x98]P[0x9b][0x92][0xd2][0x87]D[0xc6][0xf7]&|[0x9][0x15]o[0xe4][0xd1]F'[0xc5][0x99][0xfe][0xb8][0xf7]e[0x8a]~[0x3][0x15][0xdc][0x4]rx[0x9f][0xac][0xd8][0x8b][0xe][\r][0xe1]{[0x7][0xed][0xf2]E[0xf5]][0x1e][0xfc]J{[0xa4][0xb8][0xb8]mmk[0x91][0xb3][0xbb]&[0xb5]T[0xf9][0xdc]&5[0xbf]3B[0x93][0xe9][0xb7][0x8f][0xd5][0x9d]"G[0x90][0xe8]"@[0xb2]/[0xd6][0x1f][0x3][0x10]I[0xc4]N[0xa6][0xf4]v[0xa5][0x9]Iw{([0xac][0x85][0xda][0xa5][0xc4][0xfa][0xdd]0a[0xba][0xae][0x88][0xa7]v][0xa4][0xab][0xa4]s[0x9b][0x84][0xc4][0xb3]&[0xc4]E[0xfe]g[0xdf][0xf4]"[0xcb]c[0x9],!>[0x1]?P[0x86][0xc1][0xb7]][0xfd],![0xcd][0xca][0x9c]1[0xb6][0x93]([0xa5][0xe5][0xe9][0xf7][0xce][0xcc][0xc][0xad]-[0x1a][0x95]~[0xfb][0xa6]L4[0x9e].h9[0xc6]t[0xdb]9[0x11][0x1e][0x8e] [0xda][0xd1][0x6][0x94]&%[0x92][0xb][0x9a][0xa8]\[0xc3]8[0xbd][0xc8]2[0xaa][0xeb][0x90][0xcc][0xe2][0x9][0xe9][0xfb][0xe5];3[0xbd]#&[0x81]W[0xe][0x87]B[0x97]>[0xfb][0xf0][0xe6][0xfe][0xb][0xb4]=[0xed][0xea][0xb3]ao:[0xf7][0x19][0xd3]^T[0x91][0xaa]P{[0xf1][\r][0x1d]&p?[0x6][0xca]U+[0xab][0xf0][0xfe][0x88][0xb4]a[0xa8]`[0xf2][0xcb]C[0xd1][0xc6]Wblz[0x91][\r][0xa4]a^[0xb1]L8[0xf6][0x80][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xa1]h*[0x8d]j[0x1][0xb3]L[0x1f][0xe7][0xe7][0xf5][0x95][0xc2]j[0xea][0x90]k[0xc][0x94]3[0xaf][0xc1][0xcd][0xbb]7[0xbf][0x9]U[0xf7][0x8e]oyM[0xa3][0xac][0x1a][0xd2][0xde][0xbb][0xed][0xa1][0x1e]s-[0xa6][0xd5][0xd2]aj$[0xa6]#[0xe4][0xa3]j[0xba][0x99]n[0xc1][0xf8]V"*[0xa1][0xcb][0xc9][0x94][0x6][0xf]cC[0x8a][0xa4]z[0xa3][0x1c][0xab]_[0x2][0xef]T[0xef][0xf9][0xa0]E[[0x88][0xe7]=[0x98]][0x8b]3,[0xbf][0x12][0x86][0xcf][0x12][0x87][0xb5][0xaf]S[0xc9]i[0xc5][0xe7]c[0xb2][0x86]7[0xd1]\[0xd2][0xa8][0x96]>[0x8e][0x91][0xe5]R[0xd2]'[0xe8]^[0xbc]k[0xe9][0x93][0xf4])[0x8f][0xcb]*P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mY8[0x92][0xa5][0xd2],i[0x85]L[0x16]B[0x8c][0x90]bR[0xe5][0x12]zLd[0xf4]i[0xfa][0xc][0xd8][0xa8][0x12][0xeb][0xb1][0xbb][0x2]o[0xb9][0xca][0x17]~[0x92]|[0x85][0xac]"[0x90][0xa7]!O[0x1e][0x1f]}N[0xe9][0xab][0xda]M[0x8f]A[0xf][0x95]*[0xe6][0x8d]g[0xc8][0xf7]<-8G[0xfe][0x9e][0xb3][0xa4][0x83][0x19][0xe6][0x1]#P[0x96]%s[0x87][0xc][0xcb][0xdd][0xe1](Y[0x98][0x8d][0xe0][0x0][0xab][0x8b][0xe6][0x90][0x1f][0xcf]f<[0x17]Q%-[0x86][0x9][0x96][0xd0][0x2]HUOWA[0xde][0xcf][0xc3]x%[0xea][0x9a][0x9b]p[0x8d][0x88]t[0xe9]9[0xaa][0xe8][0x19][0xa5])gi[0xea][0xa6]Q[0xaa][0xc][0x7][0xa6]e)[0x10][0xce][0xd2][0xf4]a2;[0xe4][0x1d][0xf9][0xd6]i[0x10][0x96][0xd3][0xc][0xb0][0x12][0x8b][0xce]S[0xef][0x92][0xbc][0xcb][0xae][0xc3][0xee]R[0xec]/[0xa7][0xd9][0xb4][0x2][0xbb][0xcb][0xa9][0x8e]V[0xe6][0xb4],[0xc7][0xea][0x17][0xe8]A[0xcc][0x1e][0xc2][0x9f][0x86][0x95][0x1e][0x8][0xf2]E:[0xea][0xe9][0xbb][0xda][0x13][0xc4][0x94][0xdb]#[0xa2]R[0xa1][0xd5]V[0x83]~M[0x9e][0x3]L:[0x86][0xa8]Q[0xbf][0xf][0xd3][0xc3]*~j[0xe9][0x91][0xb][0xfa]sF![0xbb]u[0xf0][0xe7][0xfa][0xdf][0xea][0xcf]Zz[0x94][0x8e]{[0xec]6Bdq[0x88][0x11][0xd6]"[\r]Y[0x9a]Y[0xc8]m#[0xe9][0xb4]Iq[0xb][0xba]t9n[0x86][0xc7]MF'[0xe8]$[0xa8]k[0xe9]1z|[0x12]__Q[0xbe]][0xe0][0xbb][0xf9]"[0xf8]~[0x89]J4[0x96][0x8f]#[0xd8][0x96][0xe5][0x1b]E[0xbd][0xf1][0x99][0xa2]"[0xe2][0xab][0xf4][0xfb][0xee]}%[[0xc0]E[0x9c][0xf5]6[0xac]R[0xf5]([0xac][0x93][0xa5]Y<[0xc2][0x9d]b[0xa5][0xd9][0x9d][0xc3][0xd4][0xd5][0xd5][0x98][0xa5]9-Z[0xb5][0xf6]<[0xf9]#-Z[0xf8][0x1c][0xcd]E[0xe0][0xcd][0xb][0xd4]d[0xe9][0x92]j[\r][0x8f][0xc0]|<[0xb2][0x14][0xcc]R-[0x8f]t[0xe5][0xf6]/[0xc5]*[0x8e]^[0x96][0xb7][0xc9]][\r][0x81][0xcb]K[0x9f][0xa6][0x5]YZ[0xd8]5L[0x1]p[0xc3]m[0xe7]([0xd4][0xd3]p[0x96][0xea]G@[0x1d][0x1e][0xa5][0xc8]1*[0xf][0x7][0x1a][0xdc][0x3]-Z#[0xe3][0x0]v[0x9a][0xbe]M[0xcd][0x9e][0x14][0xd5][0xda][0xc8]0[0xad]m[0xf1][0xe5][0xae]Z,[0xa2][0xf8][0xb2][0xb4]$KW[0xe4]]W[0x84][0xe2][0xaa][0xbc]m[0xb9][0x1b][0xac][0x90]lSi&[0x82][0xb1]Z[0xbd][0xd7]!Hm[0x1a][0xa2]4[0xde][0xf][0xd1])[0x1a]A[0xbe][0xc8][0xfb]%[0xba][0x12][0x96][0x12]?<[0x8]@"[0xba][0x11]~[0xd8][0x8d] [0xde]C[0x15][0xb4][0x17]'[0xfb]p6[0x9].6[0xf8][0xf4][0x3][0x90][0x6][0xe8]2[0xda][0x7][0x8c][0xd8]Ok[0xe9][0x0][0xb8][0xc6][0x11][[0x83][0x14][0xa5][0x4][0xf5][0x82][0xbb]M)<[0xf][0xe1][0x96]4e[0xf0][0xff][0x8][0x1d][0x4][0x90][0x1d]F[0xb0][0x1e]A[0xca][0xdf][0x8c]|[0xbc][0x15][0xb7]~[0x4]^[0xbb][\r][0x9e][0xba][0x9d][0xfe][0x10][0x1e][0x1f][0x1][0xc5][0x19][0x0][0xde][0xf7][0x0]u/!__[0x86][0xff][0xde][0x80]D[0xe7][0xe1][0xff]_[0x2][0xb8]$&[0x86] [0xd1]|[0xdc][0xfa][0x7][0x8][\r][0x92]4"[0x12]NA[0xee][0xf5]H[0xcf][0x13][0xe0]R[0x8a][0xbb]*[0xd4]H[0x3][0xaf] F[0x4][0xfd]_[0xa6][0x1a][0x8c][0xfe][0x18]#[0xc4]A.[0x9e][0xde][0xc6][0x8d][0x92]DS[0xe9]U:[\r][0xea][0x12]H[0xfd][0x0]=I_[0x3][0x97][0x87][0xa0][0x89]D[0x9b]F_[0xf7][0xd2][0xd9][0xa5][0xca]*[0xe8]=K[0xa3][0xb9][0xa4][0xf3][0xa9]([0xad][0x18][0xa5][0xab][0xe7][0xdf];[0x83][0xae]If[0xe9][0xba][0x91]\H[0xfb]U[0xb8][0xde][0x9f][0x97]t[0x15][0xb9][0xeb]+[0xe8][0x1b][0xf4][0x14][0xf6]5:G[0xdf][0xf4][0xd8][0xfd][0x17]f[0x1a][0xde]1[0xee],]Q[0x13]y[0xe6]q[0xda][0x13][0xa9]Y[0x12]h[0xc9][0xd2][0xd2][0xa3][0x88][0x1a]d[0xf5][0xb2]aZ/K[0xcb][0xd5][0x92]Y[0xfa]$[0xad][0x18][0xa6][0xab]de[0xa5]ZY[0x10]y[0xa6]F[0xdb][0xf3][0x84]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8][0x98]V[0xc4]x[0xf9][0x19]Z[0x15]X[0x9d][0xa5]5w[0x95][0xf2]0[0xe9][0xa0][0xee][0x94][0xd1]{'[0x1b][0xc6]Em[0xa1])x[0x1e][0xc3][0xec]ad[0xe2]#[0xf0][0xf6][0xa3][0xb0][0xda]qT[0x80][0x13]@[0xd5][0x93][0xd8][0xc][0x80][0xf4]8r[0xf3][0x9][0xda][0x81]|[0xbb][0x1][0x99][0x16][0x5][0xed][0x0]|![0xea][0x85][0x95][0xe8][0xbd][0xf4]4[0xbc])[0x16][0x89][0xe5][0x14][0x8d][0xd1]3[0xf4]-(X[0x2][0xda]o[0xc3][0xe2]bA|[0x83]z*[0xaf][0xf0]`[0xcb][0x1f][0x9e][[0xa4][0x90][0x1][0xe2][0xe1][0x91]q[0xf3][0xf9]s\[0xfd][0xf4][0x1d][0xc4][0x8b][0xd4][0x1c]|[0xaf]z[0xbc][0xb6]y[0x90]:;[0x12]X[0x9b][0xa5][0xb6][0xa3]T[0x19][0x89][0x4][0xd6]ei[0xbd][0xb6]'K[0x1b]F"[0xe3][0xda]NQ2~[0x3][0xc8][0xf7][0x14]83[0xef][0x86][0xd9][0xb9][0x1b]f[0xd3]s*>[0xca][0xe8][0xf9][0xdc][\r]{[0x14][0x90][0x13]5[0x9d][0xa1][0xf6][0x92][0x13][0x14]B[0x8e]Ua[0xf8][0x4]][0xe2]eb[0xb8][0x14][0xd3],m[0x14][0xdc][0xd8][0xe4]&[0xe3][0xa6]p[0xe1][0xbd][0xdf][0xa1]i[0x90][0xba][0x1][0xfc][0xc7]Kb[0x13][0xfd][0xb9][0x80][0xbb][0xa6][0xc9][0xef][0x1e][0xaa]`[0xbc]@/[0x82][0xfa][0x1e]UhX[0xc9][0xe6][0x8b][0x8c]RGat}?Ox_Nx[0x9f][0x17][0xdc]c[0xb5][0xa7][0x9a][0xfe]R[0x9d][0xfb]+[0xcc][0xbe][0x9b][0xeb]$"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xf1]w[0xba][0x80][0xe9]+y[0x92][0xb1][0xc7]T[0xa3][0xbf]Fn[0xba][0x7][0xd7]z-[0xc8][0x9c][0x80]1J[0x9d]R[0x91][0x11]{S[0xc2]_[0xa3][0x92][0xa3][0xa4]k[0xc3][0xa4][0x95][0x9e]*[0xe0][0xf8][0xcf]y[0x1c][0xe7]x[0x1c]M[0xf9][0xdd][0xc9][0xe3][0xb8][0xd2][0xb3][0xec][0xb4]@[0xd7](m[0xde]t[0x8e][0xb6][0xf4][0x84][0x3][0x1f]8K[[0xc7][0xf5]uC[0xe2][0xdf][0xc0][0xf0][0xdf]s[0xcc][0xfc][0x0][0x84][0xef][0xab][0xaa]h[0xca][0x8f]\.3n[0x82][0xe1]$[0x8f][0xb6]0[0x18]u[0xbb]e~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]&i)Pl[0xcf][0xd2][0xf5][0xa3][0xb4]][0xaa]n[0x96]v[0x84][0x9f]#[0x1d][0xef][0xf][0xe][0xd3][0x82][0x8e]a[0xaa][0xeb][0x18][0x9f]Wa[0x1e][0xe8][0x1c][0x9f]k][\r][0xe8][0x8]t[0x14][0xb3]z[0xb8][0xae]G[0x95][0xb5]Ex/[0x86]{[0x96]y[0xf3]V[0xdc][0xb9][0x8]+[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xda][0xa9][0x3][0xeb][0xad][0x18][0xb5][0xe6]t[0xd8][0x9]O[0x11][0xfd]7f?[0x6][0x2][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xfc][0x4][0xe7]^[0x7][0xe4][0xbe][0x1][0xbe]o[0x82][0xf3]y[0x80][0xda][0xcf][0xc1][0xe5]5[0xf0]y[0x1d][0xcd][0xcb][0x1b][0xe0][0xff]&n8[0x8f][0xfe][0xe2][0xe7][0xe0][0xf4]S[0xf0]{[0x9d][0xda][0xb0][0xde][0x8e][0xf5][0xe][0xac]w[0xe2][0xbd][0x99]~[0xa1]lr%<[0xdf][0x88][0xf7][0xdf][0xd2][0xdf][0xc1][0x16][0x8b]1[0xfa]{5Z[0x9e][[0xeb][0xf4]F[0x92]*][0xf4][0xf][0xf4][0x8f]$[\r][0xc0]+[0xb9][0x10]_[0xe2][0xb9][0xd6]p-[0xb4][0xb3]0[0xde][0xde][0xca]s[0xa4][0xe1]u$r[0xfe][0x7][0xde][0xf9][0xfb][0xf0][0x16][0xa0][0xad]F[0xad][0xeb][0xec][0x9c][0xbb][0xa2][0xe1]y[0xf2][0xd5][0x9c]j[0x18][0xa5]]@*_[0x8b]Vs[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x15][0x14][0x0][0xc2]|[0xc8]c\[0x7]FD[0xbf][0xc2][0xb1]_[0xc3][0xc0][0xbf][0x81]K[0xdf][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xa7][0x19][0x97][0xd2]L.A[0xc1][0xd6]r[0xca][0xcd][0xc2][0xfb][0x9f][0x10]M[0xe2][0xde][0xea]\CTM[0xff][0x2][0xdc][0x91][0x8b]g[0xa8][0xd6][0xa8][0x4]|[0x2][0xf4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xca][0xe8][0x87][0x8][0x1a]W[0xb8][0xc3]^`[0x4][0xcf][0xd1][\r]H[0xd7][0x1b];[0xce][0xd1][0xee][0x9e][0xc8]Y[0xda][0xd3][0x19]FE[0x8e][0xa2]'[0xd8][0xdb][0xd5]8J[0xbd][0xe3]JW[0x89]2\N[0x6][4[0x8d]+[0xa8][0x8a][0xa7][0xd0]\[0x9e][0x9a][0xc3][0x5][0xf7]+=[0xa7]uzrC>[0xc3]y![0xf5][0x98]/v;[0xd2]{$[0xfc][0xb4]MO[0xb4]Q[0xec][0x82]\m[0x93]Mg[0x9f][0xa7]9[0x11][0xc7][0x9][0xfe]'Nw[0xd8]qQ[0x97]k[0xe1][0xeb] [0xc3]$[0xf9][0xbe]G[0x98]VJHQ>P[0x84][0xe1].[0xab]e[0xaa][0xdc][0xb2][0x96]Zs[0xff]x[0x18][0xc6][0xc7][0xe2][0xc5][&[0xd6][0xca][0xd4][0xb]D[0x87]V[0x83][tahv[0xd6]0Ss[0xeb][0x17]?[0x87]i[0xe8]g[0xc0][0x6]4[0xf6][0xd0]op[0xd0][0xe2][0x10][0xa3][0x6][0xc7]-^[0xe2][0x8a]>[0x1][0xd7]Mvr[0x0]PK[0x7][0x8][0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]junit/runner/Version.classmQ[0xcb]N[0xc2]@[0x14]=[0x3][0x85]B[0xad][0x82][0xbc]|[0xe0][0xfb][0x95][0xe2][0x82][0x6]ua[0xa2]qc[0xe2][0xaa]Q[0x13][0xc][0x1b]W[0x3]LpH[0x1f][0xa6][0xb4]&[0xfe][0x95][0xba]P[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x9]Q[0xe9]b[0xee][0xdc]s[0xcf]=[0xf7][0xdc][0xe9][0xd7][0xf7][0xc7]'[0x80][0x16][0xf6]4[0xa8]X[0xc8]a1[0x8f]%,k[0xc8][0xa2][0xae]a[0x5][0xab]*[0xd6]T[0xac]3dO[0xa5]+[0x83]3[0x86][0xb4][0xd1][0xe8]0([0xe7]^_0[0x14],[0xe9][0x8a][0xcb][0xd0][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff][0x86]wmBJ[0x96][0xd7][0xe3]v[0x87][0xfb]2[0xca][0x13]P[0x9][0xee][0xe4][0x88][0xa1]f[\r]C[0x12]1[0xfd][0xd0]u[0x85]ov[0x84]?[0x92][0x9e]{[0xc2][0x90][0x92]}[0x86][0x8a][0xd1][0xb0][0x86][0xfc][0x81][0x9b]6w[0x7]f;[0xf0][0xa5];[0xa0][0x9a][0xe2]p[0xe9]R[0xaf]q[0xfb][0xbf][0x1a];[0xe1][0xfe][0x80][0xb4][0xcb]S[0xca][0xc]Z[0xdb][0xb][0xfd][0x9e][0xb8][0x90][0x91][0xb]=[0x19][0xd8][0x8c][0x88]:r[0xc8]S[0xf7]Q[0xb3]u[0xa0]bC[0xc7]&[0xb6]t[0x14]PT[0xb1][0xad]c[0x7][0xbb]dh[0x9a][[0x86][0xe2]d[0xce]Uw(z[0xc1]/[0xa8][0xfd]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x84]C[0xcf][0xe4][0x85]T[0xa8][0x8e]MI[0xcf][0xbc]&G[0x1][0xf9][0x12][0xdc]!_[0xe5])0[0x83]z[0x1f]e6[0xcd][0xa8][0x1a][0xd3][0x96]%[0x8f]Y[0xfa]K[0xd1][0x97]F*Z[0x0][0xb4]"e[0x87][0x14][0x19][0xc5][0xcc][0xfe][0x1b][0xd8]3]R[0x98][0xa1]S[0xa3][0x8]jP[0x88][0xa8][0xd3]M[0x1f][0x93]0[0x8b]9[0x8a][0xf9]h[0xdb]D[0xa0][0x1e]WH[0xb6][0x94]z[0xa2][0xc0][0xe2][0xf6]l[0xc][0xea]D[0x9c]G)![0x1e][0x93]d[0x84]j/H[0xbf]CyE[0xe6][0xef][0xb8]b[0xcc][0x9f][0x8c][0xd3]PF%[0xd6][0xac][0xc6][0xcc][0xda][0xf]PK[0x7][0x8][0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]junit/runner/logo.gifs[0xf7]t[0xb3][0xb0]LTc[0x90]b[0xf8][0xce][0xc5][0x0][0x4][\r]`[0xdc][0x0][0xa6][0x1a][0xc0], `[0xf9][0x3][0x84],[0xfe][0xfc]a[0x18][0x5][0xa3]`[0xe8][0x83][0x3][0x7][0xe][0xfc][0x7]R[0xff][0x19][0xfe][0x83][0xa9][0xff]`[0x16][0x10]([0xfe]dad`[0xe0]b[0xd0][0x1])[0x2][0xe5][0x9][0x7][0x8e][0x85][0xc][0xa2][0x1c]2[0x1e][0x1b][0x16][0x1c]l[0xe6][0x10][0x96]r90aa[0x13][0x8b][0x80][0xb2][0x93][0x88][0x86][0xe1][0xa3][0x3]m[0xbc][0xe2]I2[0x1a][0x17][0x17][0xb8][0xb6]*8w[0xe9]tl\rx[0xa2][0x86]w[0xd1][0x1f][0x8f][0x9]O][0xa7][0xea][0x1b][0xaf]+[0xb9][0x19][0xb8][0xc4]s[0x86]Fn[0xde][0x99][0x99][0xc1][0xa9]G[0xfb][0xed][0x85]'[0xd8]X[0x86][0xdc][0x8]Xr[0xb0][[0xc2]r[0xd9][0x9b][0x1f][0x85]O[0xdc];[0xf9]Bg[0xcd][0xf1][0xc]V99[0x8b];~UKf`[0xba][0xcb]L[0x8d][0xd8]iON[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x9e][0x9c][0xa4]-[0xfb](&[0xca]X[0x81][0xc1][0x1a][0x0]PK[0x7][0x8][0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]junit/textui/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]junit/textui/ResultPrinter.class[0x8d]V[0xf9][0x14]g[0x19][0xff]N[0xb2][0xc9]N6[0x13][0x8e][0x85]p[0x86][0xb2][0x89]6[0xdd]$[0xc0][0x16]-[0xd8]OB)[0x1][0x12][0x8][0xa4]P[0x93][0x5][0x4]/&[0x9b]I[0x18][0xba][0x99][0x89][0xb3][0xb3]@[0xb5]J[0xf]j[0xb5][0x1e][0xf5][0xb6][0xd4][0xa3][0xd4][0xb]o[0x8b][0xc2]B[[0xad][0xf5][0xa8]G[0xbd][0xb5][0xde][0xf7][0xd1][0xff][0xc0][0x9f][0xad][0xdf][0xe7][0x9d][0xd9][0x83]0[0xb][0xdd][0xcf]g[0x9e]}[0xdf]w[0x9e][0xf7][0xfb][0xdc][0xcf]3[0xcf][0xfd][0xef][0xc9][0xa7][0x1][0xac][0xc7][0xb][0x9][0xdc][0x8a]{Z[0xb0][0x19][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9]/ArJ[0xc8][0xfd]B[0xde].[0xe4][0x1]![0xef]H[0xe0][0x9d]xP[0xc7][0xbb][0xe4][0xff][0xdd]q[0xbc]'[0x1][0x3][0xf7][0xe8]x[0xaf][0xfc]?$[0x1c][0xef][0x93][0xd5][0xfb][0x13][0xf8][0x0]>([0xe4]C:>,[0xc7][0x1f][0x91][0xcd]G[0x85]<[0xac][0xe3][0xb4][0x8e]G[0x84][0xed]c:>[0xae][0xe3][0x13]:>[0xa9][0xe3][0xd1]V[0x9c][0xc1]cB>[0x15][0xc7][0xa7][0xe5][0xca]g[0x84]|V[0xc8][0xe7]t[0x9c]M[0xa0][0x13][0x9f][0x97]K_[0x10][0xd1]_[0x94][0xed][0x97][0x12][0xf8]2[0xbe]"[0x98]_[0xd5][0xf1]5[0x1d][0x8f][0xcb][0xf2][0x9c][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0xf3]:.[0xe8]([0xe9][0xb8][0xa8][0xe3][0x92][0x8e]'[0x12]x[0x12]O5oyh[0xb][0xe4]'[0xbb]o[0xea][0xf8][0x96][0x8e][0xa7]u|;[0x8e]g[0xe2][0xf8]N[0x1c][0xdf][0xd5][0x10][0x9f]:[0xe0][0xd9][0xbe][0xe5]ih[0x1f]=j[0x1e]33[0xb6][0x9b][0xb9][0xdd][0xb3][0x1d][0xdc][0xf7],sf@8[0xb6][0xb9][0xf9][0xe2][0x8c][0xa3]A[0x1b][0xd1][0xd0][0xbc][0xc9]vl[0xb3][0x86]e[0xe9]H[0xfe][0x9e][0xfd][0x1a]b[0xdb][0xdc]IK[0xc3][0xfc]Q[0xdb][0xb1][0xf6][0x14]g&,/kN[0xe4]y[0x92][0x1c]usf~[0xbf][0xe9][0xd9][0xb2][0xf][0xf]c[0xfe][0x11][0xbb][0xa0][0xa1]c[0xf4]h[0x91][0xc8][0x19][0xdf]:[0xe1][0x17][0xed][0xcc][0x98]U([0xe6]}[0x85]ly[0xd4][0xa2][0xf9]x[0xa8]f[0xd3][0xac][0x9c]iH[0xa5][0xc3][0xb]S[0x9e]9c[0x1d]w[0xbd];2Y[0xab][0xe0][0x7][0xf7][0x6]v[0x89][0x1e][0xcd][0x9e][0xda]T[0xb1]#Yi[0xa1]Wt[0xb2][0xf6][0xc]u[0xd1]vQm%[0xe0][0x80]iS[0xba];3[0xcb][0xeb][0x8d]iAkU[0xe7];-sR[0xd4][0x88][0xa5]wU[0xf][0x87]<[0xcf][0xf5]h[0xc3][0xea][0xab][0xea]$[0xfc]m[0x8a][0xd8][0xb4][0xf3]E*[0xa7][0xc1]P[0xfb][0xed][0xd6][0x94][0x95][0xf3][0xb9]][0x1b]:[0xb5][0xe8][0xdb][0xf9][0xcc][0x90]S[0x9c][0xb1]<[0xd3][0xb7]]g`$8[0xcf][0x9b][0xce]t[0x86][0x9e][0xb6][0x9d]i[0x5][0xa7][0xd9][0xd4]~[0xc2]u[0xb7][0xba].o/[0xad]s[0x99]N[0xcb][0xb9]EqZ[0xcc][0xbf]sV[0xc5][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[\r]K.[0xf][0xe][0x19][0xc3][0x0]m[0x8c][0x86][0xdd][0x14]ikh[0xda][0xc0]f"[0xb6][0x8c][0xdb][0xd3][0x8e][0xe9]s[0xab]a[0xb4][0x8e]e[0xd7]B[0xa9]cxk[0x8d][0xdf]4tF[0xfb][0xbd][0x8c]2[0xa2][0x92]!p[0x93][0x86]UW[0xe5][0xd5][0xb0][0xb0][0x6][0xba][0x1c][0xed][0x5]5gY[0xcf][0xcc]Yu[0xf3][0xaf][0x8c]SUr[0xd8]uU[0xe2].[0xb2][0xf2][0xe6]l[0xc1][0x9a][0x94]L[0x1b],[0x4][0xb6][0xb0][0xea][0x98]GQ[0xd1]h[0x99][0xb6][0xfc]re.M[0xf7][0xd4][0xa9]M[0xdd][0x9c][0x9c]T[0xc9][0xa7]a][0xb4]>[0x3]5[0xe0][0xd9]#[0x9e]{\b[0x1a]T[0xa9][0xcf][0xd7][0x12][0xf6][0xc8]k[0xcc]-[0xab][0xd2][0x13][0xe6][0xdc][0xd6][0x90][0xa0][0xdc][0xd0]R[\r][0xb7][0xd6][0x95]<[0xe7]t[0xb0]P[0xb0]<[0x9][0xba]\[0xb5][0x2][0xc5][0x83]4[0xa6][0x1e][0xdd]/[0x8d][0x9d][0xf9]n9[0x93]Y[0xa5][0xfa][0xf2]:[0x82][0x5][0xb2][0xa5][0xe0][0x9b][0x9e][0x1f][0xf0]%[0xc6][0xdd][0xa2][0x97][0xb3][0x86]m[0xd5][0x83].[0xeb],[0xeb][0xc4]>[0x3]C[0xc8][0x1a][0xd8][0x86][0xed][0x6][0x6][0xb1][0xd5][0xc0]>[0xec]7p[0x0][0xaf]1pP[0xc8][0x8c][0x90]Y[0xbc])[0x8e][0xef][0x19][0xf8]>[0xb2][0x1a][0x16]o[0x1a][0x1b][0xca][0xee][0x1b][0xdb][0xb3]9[0xe5][0xbb][0xa9][0x9c][0xeb][0xf8][0xb6]S[0xb4][0xe4][0xdd][0xb3][0x8c][0xd6][0xdc]hn-[0xda]y[0x95]E[0xcd][0x12][0xfa][0xfe][0x94][0x81][0x1f][0xe0][0x87][0x6][0x1c][0xb8][0x6]~[0x84][0x1f][0xc7][0xf1][0x9c][0x81][0x9f][0xe0][0xa7][0x6]~[0x86][0x9f][0xb3]T-[0xb1][0xd3][0xc0]![0xbc][0xd6][0xc0]/[0xe4][0xf8][0x97]r[0x1c][0x9f]*[0xbb];[0x91]=byV[0xea][0xb8]YPH[0xbf][0xa2][0xfb]R|[0xfa][0x99]o[0xe1][0x1b]![0x1a][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]q[0xfc][0xda][0xc0]o[0xf0][0xbc][0x81][0xdf][0xe2]w[0x1a]V^%a[\r]La[0xda][0xc0]Q!w [0xcf][0xeb]=[0x84][0xff]=[0xfe] 2[0xfe]h[0xe0]6?[0x4]7[0xf3][0xe3]U[0xc3][0x16]4[0xf0][0xc3][0x8e][0xfd]J}[0xe0][0xb1]y[0x91].[0xe4][0xf9][0x10][0x86]Iwp[0xb7][0x97][0x1c][0xc2]3[0xbf][0xf7]"[0xb4][0xde][0xc6][0xb]h[0xe8][0xed][0xbb][0x80][0xc6]s&[0x9f]H![0xe8][0xc3][0x84]q[0x88][0x9d]"[0xc7][0xfa]}[0x98]u[0xf1](S[0xaa][0xea][0x81]3[0x15][0xf][0x9c][0xa9]T[0xf]?[0xe7]B[0xf][0xc][0x86]}[0xa5][0xed][0x12]^[0xb5][0xfa][0xc1][0xc5][0xb8][0xd9]-[0xa1][0xff][0xf1][0x8a][0xb8]f[0x15][0x8f]\[\r]\[[0x5][0xae]-l[0x1b][0x9a]|n[0x86]p[0x19][0xb5][0x7][0xdb][0xeb]y4[0xce][0x85][0x99][0xae][0xe9]qM![0x8c][0x6][0xf][0x85][0xf0][0xf2]([0xb9]E[0x97][0x84][0xf2][0xd9]@Dt[0x1d]Z[0xef][0xd6]$O[0xa2][0xa2]L[0x2]>[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x81]c8[0xae][0xda][0xef][0x9][0xdc][0x19][0x89][0xbc])[0x2][0xb9]H[0xe4]c[0xd7]D~3[0xde][0xa2][0x90][0xef][0xc2][C[0xe4][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]v[0x9c][0x9b]c[0xec]]5>[0xd3]*`Z[0x8][0xa6][0xb1][0xb][0x94]![0x8e][0x86]I[0xa8]Z{[0xf2][0x16]I[0xbb][0x83][0xe7][0xd1]p(v[0x98]CpA[0xfa][0xb1] [0xe5]%[0x95]d*[0xce][0x9d]V[0xf7]R[0xf1][0xfb]8[0xb3]NQ[0xf1][0xfb][0xd9][0xe2][0x1f][0xa8][0xd3][0xe2][0xcb]rO[0xaa][0xfb]w[0xff][0x1f]PK[0x7][0x8][0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]junit/textui/TestRunner.class[0x8d]X[0x9]x\U[0x15][0xfe]_fy[0x93][0xe9]k[0x92]&M[0xda][0x94][0xb6]L[0x95][0xd6]t[0xa6]iZ[0x84][0x14][0x93]Z[0xa0]1[0x85][0x94]$-M[0xd2]U[0x84][0x97][0x99][0x97]f[0xda][0xc9]L[0x98]y[0xd3][0xb4][0xa8][0xa8][0x88] [0xb2][0x89]J[0x91]}[0x9][0xa2]B[`[0x12]([0x16]P[0x1]-[0xae][0xb8][0xef][0x8a][0xe2][0xbe]+[0x8a][0xa2][0xe0][0xee][0xbc][0x99]L[0xd3][0xd7][0x94][0xaf]_[0xef][0xbb][0xcb][0xb9][0xff][0xd9][0xcf][0xb9][0x93][0xc3][0xaf]>v[0x8][0xc0]rM+[0xc7][0xb5][0xb8].[0x88]i[0xb8]^[0xc7][\r]Axp[0xbd],>[0x12][0xc4]J[0xdc]X[0xce][0xd9]Gu|,[0x88][0x0]>.[0xdb]7[0xe9][0xd8]+[0xdf][0x1b]e[0xb8]Y[0x86]O[0xe8][0xb8]%[0x88][0xca][0xfc][0xce][0xad]2[0xbb]-H[0xc4][0xdb][0xa7][0xe1][0xe][0xdc])pw[0xc9][0xc1][0xdd]2[0xbb]GX[0xdd][0x1b][0xc4]([0xee][0xd3][0xf1]I[0xd9][0xbe]_[0xe8]?%[0xf4][0x9f][0x96][0xb3][0xcf][0x4]1[0x7][0xf][0x4][0xf1] [0xf6][0x5][0xb0]?[0x80][0x3]A<[0x84][0x87][0x3]xDhs[0x1][0x8c][0xc9]z\[0x86]Gex,[0x80][0x83]:[0x1e][0xf]"[0x82][0x1b][0x3][0xf8][0xac]|[0xf][0x5][0xf1][0x4][0x9e][0xc][0xe0])Y|.[0x80][0xcf][0xb][0xe2][0x17][0xe4][0xfa][0xd3]2<[0x13][0xc0][0xb3]r[0xf2]EY|I[0xc7][0xe1] [0x9e][0xc3][0x97]E[0xbb][0xaf][0xe8][0xf8][0xaa][0x86][0xc0][0xc0][0xfa]tk[0xcc]x[0xc2][0x8a]ihj[0xe8]p[0xbf]_[0xa2]v[0xef]`:5"[0xb6][0xcc]{[0x9c][0x81]jg[0xe9][0x4][0xcd]*z}[0x12][0x19]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x1e][0xdb]L[0xdb][0xc2][0xa4][0xb6][0xd4][0x88][0x8c][0x8c]xr[0xbb][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]U7[0xd9]Jh[0x1e]E[0xe1][0xb8][0xbc]=[0x19][0x13][0x8c][0xaa]([0x3][0xca][0xb6]&,[0xa6]a~[0xc3]q,[0xea][0x8b][0xa5]6HD[0x9d]z[0xc][0x1b]m=[0x9e]GF[0x94][0x89][0xb5][0xad]b|[0x87][0xe9][0xdc][0xa9][0xaf][0x94]gD[0xe9][0xde][0xb8][0xe8][0xa4][0xad]ep[[0xc9]X~[0xa5][0xd3]k[0xf9][0x99]o[0xd8][0xcc]f$[0xf3][0x1a][0xb6][0x8a][0x15]Jm[0xd8][0xbe];j[\r][0xdb][0xf1]TR[0xb8][0xf][0x99]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xd7][0xb0][0xcd][0xdd]z[0x1a]}[0xe9]5[0xd3][0xdb][0xe9][0x8a][0x1a][0x17][0x12]q[0xbf][0xc8]"1[0xec][0x86]0[0xb5][0x1e][0x1e][0x2]S[0x1b][0x6][0xbc][0xdd]A[0x7][0xec]&[0xbb][0xb8][0xe3]0[0x89]t[0x1a]d[0xc8][0xb2][0x7]StL[0xb0](3[0x5][0xa9][0xa4][0x92]=[0x84]OX][0xce]q[0x9b][0x8b][0xef][0x8f][0xde]9[0x9e]'[0xca][0x89][[0x8]Y}[0xc8][0xca]d[0xcc][0xed][0x94]![0x98][0xb1][0xec]b[0xd5][\r][0xf6][0xa4][0xb2][0xe9][0xa8][0xb5]&.9_9[0x11][0xf0]K[0x85][0x99][0x8e][0xaf][0x19][0xf8]:[0xd6][0x1b]8[0xb][0xdd][0x1a][0xe6][0x1c][0xbb]$[0x9][0xc5][0xb9]2[0x9c]m[0xe0][0xad]`M[0xad]w[0x13][0xac]G[0x12]K[0xa8]z[\r][0xf4]`[0x9b][0x86]Y[0xc7][0xa8][0x9e][0x6]R[0xd8]&[0xc3]p[0x91][0xab][0x9b][0x8a][0x6][0x86][0x90]4[0xf0][\r]a/[0xbc][0xfb][0xf3][0x8a][0xcc]:[0x80][0xd9]9[0xd4]o[0x1a][0x85][0xb7]k[0xbf][0xfc][0xed][0x0]5[0xb4][0xca][0x1c]G[0xe6]9[0xc4][0x2].&[0xb7][0xf7]@[0x1e][0x88]5x?O/[0xc1],\[0xaa][0xe4][0xc][0x11]o[0x16][0xbf][0x3]x[0xa7][0xb2][0xe4][0xec][0xa2][0xc4][0xb3][0x95][0x9c][0x92][0x9][0xef][0xc2][0xbb][0x1d][0xfe]w[0x93]F[0xf8]/+[0xcd][0xae][0x13][0xba][0x96][0xe4]0w/t[0xef]8[0xe6]y[0xf8][0x14][0xd5]][0x7]0[0x9f][0xbb]'[0xe6][0x10][0xf2]qG[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x1e][0xb9][0x15][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x8f]\[0xce][0xdd]+[0x98]=W[0xa2][0x16]W[0xd1][0x96]W[0x93][0xe6]:R}[0x98]U[0xf6][0x1a]Dp-mz}1[0x15]*[0x98][[0x17][0xd3]be<[0xad](J[0xbc][0x8c][0x9a][0xbd]W[0x85]PC1[0xc3][0xf8][0x10][0xce][0x97][0x1c][0xed]%[0xde][0xb][0xc8][0xdf]O[0xaa][0x17]tU/[0xe8][0xf6]4{=[0xcd][0xbe]Z_[0xe4][0xd0][0x9d][0xb8]5R[0xeb];[0xb9][0xfa][\r]9[0xbc][0xf1]&[0x94]{[0x9b][0xbd][0xa3][0xb8]L[0xed][0x9c][0xa4]v[0xaa][0xc3][0x91]K}[0x1a][0xd7]9,[0xec][0x1a][0xc5]Nu[0xb4]H[0x1d]E[0x9c][0x93][0x16][0xbd][0xbf]ji[0xe]oj[0xd6][0xeb][0xfd][0x9e]Z[0xfa][0xa2][0xa1][0xab][0xde]_[0xab]{/[0xc8]aq[0xf7](V[0xa8];aug[0x11][\r]r[0x10][0x11][0x1a]mIuc[0xe]K[0xc7][0xd1][0xc4][0xb1]z[0x19][0x87][0x1c][0x96][0xd3]L[0xa3][0x8][0x8]y[0x17][0xa1]G_3[0x97]T/P[0xd7]X)[0xe7]l[0xa9]>y[0xc]o~[0xa2]Qm[0xed][0x85][0x11]^[0xd2]X[0xcb][0xfa]s[0xca][0xbe]0-|j[0x8b]/\[0xef][0x93]u[0xc5][0xbe][0x16][0x9f]P[0x17][0xb8]4[0x13][0xba][0xde][0x97][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe2][0xcb]}[0x1a][0xe4])<[0xcf][0x1f][0x5]s[0xf8]3[0xe3][0x5][0xf5][0xcd][0xbb]b[0x80][0x86][0x7]n[0xa2]c[0xf7]2Xn[0xa6][0xc3]oa[0x98][0xdc][0x8a][0x13]q[0x1b][0xc3][0xf0]v[0x86][0xe9][0x1d][0xac]:w20[0xee]b[0x89][0xbb][0x9b][0x5][0xf2][0x1e]V[0x9c]{[0x19][0x1e][0xa3]4[0xfc]}[0xdc][0xbd][0x9f][0xe3]-x[0x80][0xff][0xc6][0xf0] [0xb9]<[0x84][0xc3]x[0x98]\r[0xfc][0xd1]2FN[0xe3]x[0x11][0x8f]*7[0xe][0xd0][0xed]}[0x98][0xcb] [0xdc][0xa9]Jm[\r][0xc3][0xf0][0xc][0xa6][0x8a]A[0xfc][0xf]p[0xe6][0xe3][0x8d]r[0x95]*>[0xde][0x99][0xab][0x9c][0xec]S[0xfe]r[0xc2][0x92]3q[0xb7][0xa4][0xc1][0xab][0xb8][0x8c](e[0xc4]y[0x85][0x81][0xb4][0x93];[0xe5]xY[0x5][0xad][0x17][0x1f]T[0x85][0x95][0xbf][0xbb]8[0xf2][0xd7][0x80][0xd3]n [0x8d][0xa4][0xc3][0xbc]p$[0x87][0xd3]j[0xf0][0x96][0x1c]ZZ[0xbc][0xf5][0xde]%[0xe3]hUv[0x9c][0xe7][0xd4][0x19]OIU?[0xc4]\[0x82][0xf1][0xf9][0xa4]R`U[0x1e][0xa0][0x98]%[0xf3][0x94][0x10][0x9a][0x9a]][0xae][0xc4][0x91][0x99][0x8][0xe1][0xe1][0xbd]*[0xd5][0xbb][0xbc][0xbc][0x1d]Pu[0xc9]W[0xec]b[0xf9][0xb3][0xcd][0x93]D[0xbd][0xaa]X[0xcf]v[0xfa][0x98][0xc1][0xb8][0xa1][0xb0]![0xaf][0xca][0xa2]#[0xfb][0xcd][0xd3]4[0xdc]3|[0x8d]<[R[0x9][0x8d][0xa2]d[0x6]>[0xe4]T[0xf5][0xab][0x8b]M}[0x95][0x83]:[0xb9][0xa1][0xe7][0xbb][0xe2]a[0xca][0xf7]\[0x9][0x96][0xbf][0x88][0xe5]w[0x9a][0xb9][0xc6][0xcc][0x94];[0xd7][0xfc][0x1f]PK[0x7][0x8]C[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0]org/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0x0][0x0][0x0]org/junit/After.class[0x85]O=K[0x3]A[0x10]}[0x13]MV[0xe3]Gb)"[0x8a]EJ[0x17]k[0xab][0x80]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0xc8]y[0xda]Xm[0x8e][0xf1][0xd8]c[0xb3]+[0x97][0xbd]@[0xfe][0x9a][0x85]?[0xc0][0x1f]%[0xce][0xa5]0[0xcd][0x81][0x3]3[0xf3][0x86][0xf7][0x1][0xf3][0xfd][0xf3][0xf9][0x5][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0x85]![0xa1][0xff][0x1c][0xea]*[0xe7][[0xeb]X[0x8e][0xf1]{[0xe4][0xea][0xb2]4KC8Nk[0x1f][0xed][0x9c]_[0xed][0xc2][0xce][0x1c][0x8f][0xbd][0xf][0xd1]D[0x1b][0xfc][0x82]p[0xfe][0xd0]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r][0xba]&t[0x97][0xc6][0xd5][0x92]9[0xfa]G[0xfa][0x14][0x9c][0xcd]WbP[0xe9][0xcb]cv?I[0x8][0xa7][0xed][0x96][0xcc]T[0x5]GQ^[0xb4][0xf3][0x89][0xe3][0xb9]df[0xab][0xf][0x16]Qo[0x92]dw[0xd3][0x1b][0xc2] T[0x85].ko[0xa3]^[0xbf]G[0x18]n[0xec][0xd3]Y[0xc9]y$[0x9c][0xb5]&n~[0x1e][0x11][0x8][0x1d][0xe9]-4[0xd5][0xc1][0xf6]zv[0xd1][0x93]}"H[0x9][0xb7][0xc3][0xd8]E[0x1f]{[\r]|[0x3]1[0xf6]q[0xf0][0xb]PK[0x7][0x8][0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/junit/AfterClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]G+x[0x11][0x11][0xc5]C[0x8f].[0x9e]=[0x95][0x9a]R[0xc1]Z[0x89][0xd1][0x8b][0xa7]m[0x18][0xc3][0x86][0xed][0xae]$[0x9b]B[0xff][0x9a][0x7][0x80]?J[0xdc]x0[0x97][0x80][0x3]3[0xf3][0xe0]}[0xc0][0xfb][0xfa][0xfe][0xf8][0x4]p[0x8d]#[0x81]C[0x81][0x81][0xc0][0x90][0xd0]rU[0x91][0xf2]T[0x1b]&[0xc][0xc6]o[0x9e][0x8b][0x89]Qey[0x95][0xab][0xb5]"[0x9c][0xc4][0x95][0xf5]z[0xc5]/[0xba][0xd4]K[0xc3]ck[0x9d]W^;[[0x12].[0xee]k[0x8d]4[0xca]fR[0xfd][0x11]2f[0xcf][0xb6]F7[0x84][0xee]Z[0x99]*[0x4][0x8f][0xfe][0x91]>:[0xa3][0xd3]M0[0x88][0xf8][0xf9]![0xb9][0x9b]G[0x84][0xb3]vK[0xa2][0x8a][0x8c]}P^[0xb6][0xf3][0x91][0xe1]U[0xc8]L6[0xef][0x1c]D[0xbd]y[0x94][0xcc][0x16][0xb7][0x84]cWd2[0xaf][0xac][0xf6][0xb2][0xe9]H[0x18]6[0x19][0x8b]e[0xce][0xa9]'[0x9c][0xb7][0xc6]6[0xc5]G[0x4]B'[0xec][0x16][0xea][0xe9]`[0xfb][0xf7]v[0xd1][0xb][0xff]4 [0x11][0xb8][0x1d][0xc6].[0xfa][0xd8][0xab][0xe1]+[0x88][0xb1][0x8f][0x83][0x1f]PK[0x7][0x8]h[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assert.class[0x9d]Y[0x9]x[0x1b][0xc5][0x15]~[0xb3]+iWk[0xd9][0x8e][0xe5][0xc4][0x8e][0x9d]K9Hd[0xc9][0xb1]sQ[0x12];[0x18][0x1c];N[0xec]8[0x86][0x92][0x3][0x12][0xf7]@[0xb1][0xd7][0xb6][0xa8],[0x19]I[0xe][0xa4][0xa4]@[0x1b][0x8e][0x0]M[0x9b][0x92]6%!m[0x81][0x1e][0xb4]%m[0xa1]PG[0x10]([0x85][0xd2]P(=[0xe9]}C[0xef][0xfb][0xa2][0xf7][0xf9][0xde][0xec]h[0xb4]Z[0xad][0x82][0xbf][0xe6][0xfb]<[0x9a][0xe3][0xcd][0xff][0xff][0xf3][0xe6]z;y[0xf6]?[0x8f]|[0x12][0x0]V[0xb2][0x1][0x3]v[0xc3]W[\r][0xd8][0x5]_[0xa3][0xe4][0xeb][0x94]|C[0x83]o[0x1a][0xe0][0xa5]j/|[0x8b]j[0xbe][0xad][0xc1]wt[0xf8][0xae][0x6][0xdf]3[0xa0][0x2][0xbe]OU?[0xa0][0xe4][0x87][0xd4][0xfb][0x5][0xca][0xbd]H[0xc9][0x8f]([0xf9][0xb1][0xe]?[0xd1][0xe0][0xa7][0x6][0xcc]$[0x80][0x99][0xf0]3[0x1d]~N[0xbf][0xbf][0xd0][0xe1][0x97][0xf4][0xfb]+[0x3]~[\r][0xbf]![0xcb][0xdf]R[0xf2];[0x3]~[0xf][0xa0][0xdc][0x1f])[0xf9][0x13]%/Q[0xf2]gJ[0xfe]B[0xc9]_)[0xf9][0x1b]%[0xa7][0xe4][0x1f][0x94][0xfc]S[0x83][0x19][0xd0][0x4][0xff][0xa6][0xe4]?T[0xf3]_[0xcc]1[0xc0][0x1c]c[0x1a]S[0xc]h%[0xfa]V[0xde][0xc6]T[0x83]y[0x98][0x17][0x99][0x98][0xcf][0xc0]V[0x9d][0x8a]~[0xca][0x19][0xd4]ZAI@g[0x95][0xf4][EI5%3([0xa9][0xa1]$[0xa8][0xb3]Z[0x9d][0xcd][0xd4][0xd9],*[0xd5]QRO[0xc9]lJ[0x1a]t[0xd6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xb3]9:[0x9b]K[0xa5]y[0x6][0xf8][0xc9]#~6_g[0xb][0xa8]&[0xa4][0xb3][0x85]:[[0xa4][0xb3][0xc5]:[[0x82][0xfe]b[0xe7][0x18]l)[[0xa6][0xb3]0[0xb5]6Q[0x12]1X[0x94]E4[0xd6][0xac][0xb1][0xe5][0xc]|[0xeb][0xe3][0xc9]x[0xb6][0x83][0x81][0x1a]n[0xda][0xc9][0xc0][0xd3][0x95][0x1a]6[0x19]T[0xf7][0xc7][0x93][0xe6][0xc0][0xe4][0xf8][0x1e]3[0xbd]=[0xb6]'[0x81]5[0xc1][0xfe][0xd4]P,[0xb1]3[0x96][0x8e]SYTz[0xb2]c[0xf1][0xc]oK[0x8f][0xb6]^1[0x89]@[0xad][0x9d][0x99][0x8c][0x99][0xce][0xb6][0xa3]ob<[0xb7]==[0x89][0x86]u[0xe1][0xfe]+b{c[0xad][0x89]Xr[0xb4]u[6[0x1d]O[0x8e][0xb6][0xef]&>m[0xdc][0xcc]db[0xa3][0x9c][0xa0][0xc4][0x82][0x81]([0x95][0x1c][0x8e]g[0xe3][0xa9]$[0x3][0xb6][0x1b][0x9][0xc3][0xbc]W[0x85][0x85][0xdd][0x13]KdH[0xc5]H,[0x9e]`0[0xcb][0x85][0x83][0x8c][0x3][0x96][0xf1][0xc6]+'[0xd1][0x9c][0xc1]:[0x17]3[[0xcd]E{[0xae]0[0x87][0xb2].5[0x1c]j(a[0xc6][0x92][[0xf3][0x92]u[0xf3][0xea][0x9]l2[0x87][0x8b][0xd5][0x8b][0xe][0xe8][0xdb][0xd8]P[0x16]I[0x19][0xd4][0x9a][0x9c][0xfc][0x12]s4[0x96][0x1e]F[0xc2][0x81][0xc9][0x4][0xd6].[0xb]O[0x8b][0x17][0x87][0xad][0xc7]3y[0xf9][0xd3][0xec][0x84]b[0xab][0xad]q[0xf][0xa4][0xe4][0xd0][0x8d][0xc9]dA[0xb1]A^sE-[0xeb][0x14]B[0xf5][0x8f][0xa4][0xd2][0xe3][0xb1],[0x87][0xa8]w[0xe9][0xd5][0xd7]GV[0xac][0x8f][0x81]7l[0xe5]g[0xbb]Xuwws[0xb3]n4[0x1b]6[0x13][0xd9][0x18]:+,*}[0xe1][0x9e][0x9e][0x1e][0xde][0xda][0xc3][0xa0][0xc6][0x1a]Dg:[0x1d][0xdb][0x97][0x17][0xdb][0xee][0x2]8X[0xaa][0xd6][0xa5][0x8a][0xf] [0xef][0x2]D[0xaa]u[0xb1][0xc1]5iM[0x1b]9l[0xe3][0xd5]C[0xe6][0x4]-[0xbf][0x8c][0xc6]Z[0x18]4[0x85][0xa7][0xcf][0xd3][0xe0][0xa6]r[0xf7] _[0xbf][0xca] N[0xaa][0x16][0xce][0x17]]M7[0xc]n[0xb0]L7pSQt5[0xed][0x1a][0xec][0xb2]L[0xbb][0xb8][0xa9]([0xba][0x9a]n[0x1b][0xdc]f[0x99]n[0xe3][0xa6][0xa2][0xe8]j[0xda];[0xd8]k[0x99][0xf6]rSQt5[0xed][0x1b][0xec][0xb3]L[0xfb][0xb8][0xa9](6[0xba][0x99]v[0xf]Z[0xb3][0xac][0xc][0xe2][0xdc][0xeb]aYv5[0xee][0x19][0xb4]V[0x82]2[0xd8][0xc3][0x8d][0xf3][0xe5][0xda]x2k[0xa6][0x93][0xb1]D[0xd1][0xba]p[hb)[0xd5][0xc][0xa7]&[0xf1][0xc4][0xea][0xcd]t[0xc7]GF[0xcc][0xb4][0x99][0xcc][0xe6][0x17][0x1c]N[0x84]2[0xbc][0x92][0x92]U[0xc]f[0x8c]$R[0xb1][0xac][0xc3][0x8a] [0xc8]j[0x84][0xac]FV[0xd1][0xc2][0xb6]$[0x1b][0xdd][0xe6]D[0xda][0x1c][0x8a][0xf1][0xbd][0xd0]p[0xc9]d2[0x1b][0x1f]7w[0xc6]3qd[0xea]L&S[0xd9][0x18]_9x[0xfa][0xd9]t[0x15][0xfa][0xb4][0xbb]o [0xb][0xbb]Rn^[0xeb][0xac][0xf0][0xa5][0xf8][0xca]r[0x9c]r[0xb6][0xe5]&[0x8e][[0xcb][0xba][0x82][0xf6][0xb6][0xec]+[0x9a][0xb6][0xc5][0xc6]M;[0xb0]U[0xd6][0xc9][0xd4][0xca][0xe6]{[0x9]CQ[0xca]{[0xd7]gm|[0x6]}[0xff][0xef][0x1][0xea]v[0xc0]W[0xe5]w[0xa3]UC[0xa7]5[0xdf]|[0xf9]b[0xad][0xc5][0xda][0x95]@[0xd9][0x9d][0xc9][0xe1][0x9d][0xb1][0x4]]'k[0xcf]~[0x8][0xe6][0xf]7B[0xef]^[0xb][0xa2][0x82][0xff][0xe6]i[0xfc]CD0[0xc0][0x7][0x9e][0xbf][0xb8][0xc6]h[0xb0]Q7&[0xba][0xed][0xc6]b[0xe3]Ci3[0x93]m[0xdd][0x1a][0xcb][0xe][0x8d][0x99][0xe9]v[0xeb]6[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0xe5][0xae]F[0xbc][0xc1]~[0x8f][0xee][0x9b][0xc8][0xdf][0xa5][0xea][0xf6][0xed][0xd8]<[0xd7][0xb5][0xdf][0xfa][0xe5][0xd8][0xd8]A[0xf7][0xe1][0xb6][0xf8]h2[0x96][0x9d]L[0x93][0x13][0xd6]oo+[0x15][0xd7][0x11]F[0xd3][0xb3][0x81][0x90][0xce][0xf3][0xa7]7[0x85]e[0xc7][0xe9]K[0x9b][0xb1][0xc][0xdd][0xc9]}e4[0x94][0xc2]OC[0x95][0xb1]-5[0x99][0x1e]2{[0xe2][0xe4][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+[0x90]h![0xa0][0x0][0xc][0xc2][0xab][0x2]p[0x5][0xbc].[0x0]{`([0x0]q[0x18][0xc2][0xed]^[0xe0][0xb0]lq[0xb3]mL[0xa7]Si2[0xff]D[0x0][0xd2][0x80][0xab]v[0x86]S[0x8][0x3]`0[0xa7][0x10][0xaf]t[0xa5][0xc6]'p2p4=[0xb8][0xde][0xd1][0xb1][0xd8][0x9b][0xb5][0x6][0xe0]Q[0x18][0xf]@[0x16]2[0x1][0xb6][0x82][0xad][0xc]@[0x82][0x8a]W[0xc3][0xbe][0x0][0xec][0x85]q[0x9c]&[0xbe][0x10]3[0xa1][0xcc]Xj21[0x1c][0xda]c[0x86][0x86][0xf3]GFK[0x8][0xf7][0xb5][0x93]u[0xc3]d<1l[0xa6][0x3]l[0x15][[0x8d][0xa7]HK([0xc0][0xd6][0xb0]sq[0xf7]u[0xf2][0xd5][0xde][0x16][0xa2][0x96]Wh[0xec][0xbc][0x0][[0xcb][0xd6][0x11][0xc9]5[0x1][0xf8][0x0][0xdc][0xab][0xb1]6[0xaa]i[0xa7][0x9a]k)y[0x0][0xde]GRn[0x80][0x1b])y3%o[0xa5][0xe4]vJ[0xde]A[0xc9][0x1d][0x94][0xdc][0xc9][0xa0][0xb9]0[0xc8][0xfc]q[0xd9][0xda][0x8b][0x1][0x0]n[0xb0][0xc2][0xa0][0xbb][0xd2]ql[0x8a][0x93][0x8b][0xd9][0xfa][0x0];[0xdf][0xc2]~7[0x15];(w7[0x83][0x88][0xb][0xce][0xc6]r([0x1f][0x86][0xfb]4v[0x1]i[0xbe]0[0xc0]:[0xd9][0x6][0x8d]u[0x5][0xf0][0x96][0xdf]H[0x85][0x1e][0xca]m"_^C[0xc9][0xc7][0x19]l[0xd9][0x91]1C[0xf6][0xf0],[0x9c]?[0xe][0x9a]C[0xd6]9[0xd0][0x1c][0xe2][0xe1]AS([0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]q>3[0xc4][0xf]it[0xea][0xf2][0x89][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%y[0x98][0x9a]![0xc8]k)A[0x17]=H[0x13]u[0x8a][0x92])[0xd8][0x87][0x81][0x4]N[0xc9][0xec]<2[0xda]'[0x10]v[0xcf]d6tU,[0xd3][0xb6][0x1e][0x9b]q[0xa4][0xa7]i[0xe0]9J[0x1e][0xa1]U[0xf6]0MrM[0xa1]K*[0x1b][0xca][0xf0][0xc3][0xa1]Z[0xd6]Q[0x99]zWt[0x10][0xe][0x99][0xb4][0xad][0xf][0xc0]c[0xf0]I[0x1a][0xfc]f\[0xcd]yK[0x9c]\x[0x2][0x9e][0xc4][0x1a]I[0x1a][0xb2]7[[0x18]6=[0x1e]R[0x18]`[0xbd][0xac]Oc[[0x2][0xac][0x9f][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe][0xce][0xc6]m[0x1]8[0x3]_[0xd4][0xd8]V\[0xd8][0xce][0x90][0xbb]h[0xad]_$n[0x8b]&[0x97][0xb9][0xe3]wf[0xc9][0xb2][0xd9][0xc0][0xb8]l[\r]?[0x10]LqK[0xb8]^O[0xbb])[0x14][0x9e][0x98]0[0x93]xO.w[0x8b][0xd2]K[0xaa][0xc4]~[0xc1][0x13]O[0xcf][0xa6][0xf2][0x1b]wf[0xd8][0xf5]D_[0xee]Fy[0x16][0xc4][0xaa]BS[0x8a]p5~[0x15]\4[0x82][0xb7]M[0xb8][0xcf][0xde][0x93][0x9a][0xdb][0x8b][0xfc][0xda][0xcd][0xc3][0x8][0x1a]f[0xb7][0xdd][0xd0][0xaa]n[0xa7][0xef][0x93]n[0xeb][0xfb][0xc4][0x1e][0x97]x[0xc2]<[0x6][0xa9].[0xd8][0xf7][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0x1][0xf5][0xd8]Qx-[0xc5][0x9f]b[0xa1][0x8b]H[0xa3][0xb7]H2[0x1e][0x9b]cxY[0xc4][0xf6]d,6[0x8a][0xa0]1D!+[0xe2][0xc1]8i[0xe9][0xb4][0xfc]A[0xae][0x1d]5[0xad][0x8b][0x95][0x6]n[0xb7][0xe0][0x95][0xed]E[0x8a][0x85][0x9d][0x86]][0xac][[0xb2][0xd1][0xed]0[0xb7]V",[0xc4][0xf][0xe4][0xdd]@[0xff][0xba][0xc0]Cg7[0x1e][0xb9][0xaf][0xc6][0xd2]j[0xfc][0xc5][0xf3][0x17][0xbc][0x91]S[0xc0][0x1e][0xc0][0x8c][0x2][0xaf][0xc1][0xd4][0xc0]_[0x80][0xb9]h:[0xf]^[0x8b][0xb9][0x80]e[0x4][0x97]C[0xc][0xfd]t[0xe4][0xb][0x80][0x8d][0xf8]K[0xb6][0xfe]9[0xc7]A[0x8b][0xe4]@)[0x80]T[0x81][0x8a]i[0x18]A[0x9a]@[0x87]([0x7][0xaa][0xb3][0x8c]a[0x18]L[0xae][0xc6][0xf]#0[0x8a][0x10][0x4]9& [0xd7][0xa0][\r][0xd1][0xf9]Xc[0xe]T[0xa7][0xa8]5([0xe3]\[0x9b]([0x1f]G [0xa4][0xb8][0x14][0xd5][0x83][0x96]d[[0x15]!U[0x9e]{[0xc1][0xa3][0xba] ][0x8][0x95][0xd0]iSU%UUIUqwU[0x1e]'V[0x1f][0xaa][0xda][0xe2][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf]H[0x81][0xb0][0x9][0xfd]Am[0xb3]"OC[0xc5]i[0xf0][0xee]:[0x5][0xbe][0xc7][0xe9][0x17]}[0xaf]=[0xee]p[0xdb][0xe]t[0xdb]N[0x4][0xbb][0xcc][0x6]:K[0x8]$[0xd0][0xfc][0x4].[0xe4]-87L[0xf8][0x9e][0xd9]T[0xbd][0x16]A.Gs[0xbc]*[0x85][0xf9]q[0xd4][0xe9][0xc1][0xdf][0xb6]hs[0xe][0xf4]c8[0x90][0xe8][0x13][0xe0]?[0x6]K[0x9b][0xf9][0xcf][0x2][0x94][0xa6][0x7][\r]tXd[0xe0]4T[0xec]Z[0x1e][0xfd][0x14][0xf8][0x9b][0xf1][0xef][0x14][0x4][0x1e][0x8f]P[0x9f][0xca][0xc2][0xc8][0xe7][0x83][0x86]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7]v[0x2]9[0xae][0x84]z[0xbc][0xdf][0x17]A[0x6][0xd7][0xd4]^X[0x87]73[0x9][0x8f] [0xdb]"[0xa8][0x81]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]a[0xb5]I[0x1f][0xb7]a[0xcf][0x9].[0xbe][\r][0xfb]N [0xa6]A[0xf1][0x81][0xd0]y[0xb1][0x98][0xc1][0x99]([0xa8]2[0xfa][0xb4][0x98][0xc4][0x93][0x91]h[0xe][0xaa]N:\u[\r]r[0xec][0xc7][0xfc]u[0xb6][0xb9][0x9c][0xc9][0xd1][0x81][0xe7][0xae][0xe4]<[0x6][0x85][0xe][0x2][0xbd]M[0xa0][0xfb]"[0xd1])[0xa8].[0xe0][0xf9][0xb8][0x9e][0x3]6[0x1c][0x9f][0xc4][0xf1][0x9][0x1c][0xf2][0xe6][0xa4][0xc0][0xb9][0x0][0xf9][0xc9]Jc$l[0x86]sQ[0x1c][0xc6]No[0xb3][0x81]i[0x12]L[0x93]`{[0xe5][0xd4]lG[0x1b][0x1a]N[0x95][0x98][0x1a]=[0x82][0xbf]5[0xce][0xed]t[0x17][0xba][0xfb]n\[0xb8][0xef][0xe5][0xb8]![0xab][0x87]m[0xe1]^%[0x9c]Z%[0x9c]J[0xc][0xee]r[0x83]N[0xb9][0x1f]C[0xb9][0xf7][0x17][0xc9][0xbd][0xca]![0xd7][0xa0]xK[0x80][0xdd]*[0xe4][0xae][\r][0xd6]n[0x8d][0x9c][0x81][0xfa][0xd3]0[0x13][0x17][0xf4][0xac][0xc8][0x14][0xd4][0x5][0xeb]1[0x99][0x82][0xd9][E]3[0xd5]5`[0x82][0xde]n[0xa4][0xfa][0xe6][0xa2]s[0xa2][0x11]y[0x1][0x3][0x4][0x15][0x1e]B[0xa6]O[0xc0][0x1c][0xbc][0xf5]W[0xe3]}[0x1e]^[0xfc][0x85]A[0xae][0x95][0x83]\+[0xd4][0xa8]x[0xe][0xbc][0x1e][0xeb][0xac]A^#t[0xd1][0xc6][0xf1][0xe2]o[0xf5][0x82][0x85]o?[0xe][0x15][0x91][0x85]9[0x98][0xe3][0xe2][0xc7]3H[0xfa]4[0xe6][0x9f][0xb1]QTK[0x8a]j[0x1c][0xfa]~[0xee][0xc7]j$[0xdb][0x8f][0xad]D[0xf1][0x6][0xe9]Gk[0x13]il~([0x7]s[0x9d]~|[0x1e][0xa1][0xbf][0xea][0xf0][0xe3]~[0xe9][0xc7][0xfd]B[0xef][0xb5][0x2]l[0x8][0xad]i[0x1f][0xd5].k[0x9a][0xed][0xcd][0xc1]<[0xd2][0xdc][0x94][0x83][0xf9].[0x9a][0x86][0x4]?[0x87] [0xfc]Rn-[0xec]&5[0xd7]"[0xcd]u\s-[0xd2]\[0xc7]{[0xd4][0xc2][0xf5][0x98][0xf3]r[0xc2]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]-HG[0xe][0xf7][0xb3][0xa5][0xe1][0xd9][0x9e][0x1c],p[0xea][0xff];.[0xb1][0xd8][0xdc][0xe2][0xe7][0xc0][0xc0]s[0x4]l[0x9d][0xe0][0x4][0xec][0xe1][0xc0]o[0x12][0xc0]}X&{[0x9d]-Z[0xbc]$[0x7]![0x7].[0xf3][0xa3][0xc3][0xc][0x1b][0xae][0x8e][0xb8][0x7]8[0xae][0x8e][0xb8][0x7][0xb8]t[0x1d]q[0xf]p[0xf]a8[0x8d][0xbf][0x84][0xdb][0x8b][0xd6]d[0xaf][0xf1][0x3]h[0xa1][0x13]v[0xe][0x1e][0xc9]sm[0xb0][0x9a][0xf4][0x88][0x6]7[0xc1][0xcd][0x1c]V[0x83][0x83][0x98]S[0xe0][0x16][0xcc]{[0xb0][0xe6]VNp[0x9b][0xeb][0xbe]X[0xe4]$[0x88] A[0xb4]h>[0x9][0x16]$,[0xe3]`o[0x9e][0x9e][0xda]6[0x4]k/[0xab][0xf6][0x90]T{[0xa8]D[0xed][\[0xd5].v[0x12]lB[0x82][0xcd][0xe][0xb5][0x87][0xa4][0xda]CB[0xed][[0xa7][0xa7]v[0x7][0x82][0xed],[0xab][0xf6][0xb0]T{[0xb8]D[0xed][0xdb]\[0xd5].q[0x12]\[0x8e][0x4]1[0x87][0xda][0xc3]R[0xed]a[0xa1][0xf6][0xf6][0xe9][0xa9]M"X[0xaa][0xac][0xda]#R[0xed][0x91][0x12][0xb5]owU{[0x8e][0x93]`[0x1f][0x12][0xbc][0xde][0xa1][0xf6][0x88]T{D[0xa8]}[0xc7][0xf4][0xd4][0xde][0x8c]`[0x7][0xcb][0xaa]=*[0xd5][0x1e]-Q[0xfb]NW[0xb5]K[0x9d][0x4][0xb7]#[0xc1][0x11][0x87][0xda][0xa3]R[0xed]Q[0xa1][0xf6][0x8e][0xe9][0xa9][0xbd][0xb][0xc1][0xee].[0xab][0xf6][0x98]T{[0xac]D[0xed]qW[0xb5][0xcb][0x9c][0x4][0xf7]![0xc1]I[0x87][0xda]cR[0xed]1[0xa1][0xf6][0xce][0xe9][0xa9]}[0x18][0xc1][0x1e])[0xab][0xf6][0x84]T{[0xa2]D[0xed][0xbb]\[0xd5][0x86][0x9d][0x4]O![0xc1]g[0x1c]jOH[0xb5]'[0x84][0xda]w[0xb][0xb5][0x83][0xf9];[0xe9]44[0xed]j:[0x5][0x11]T=[0x5]Q'[0xe8][0xd7][0xa0][0x8a]}[0xdd]v[0xb6][0xdb][0xef][0xa3][0x9b][0xe0]=[0xe2]>:[0x88]9[0x85][0xe7][0xae][0xe7][0xa7]|[0xb1][0xfe][0xbb][0xe4]al[0xdd]Q:[0xea][0xf][0xe7][0xa0][0xd9][0xc9][0xf5]#[0x1c][0xd9][0x8f][0x8b][0xe]cb[0x0][0x9e];([0xb8]t[0xce]`[0x1d][0xc6]w[0xdb][0x86][0xe2][0xc9][0xf][0xe5][0x9c]S[0xb0][0xdc]}(/[0xe1]P[0xfe]\v([0xf7][0xc8][0xa1][0xdc]#[0x87]r[0xa0]d([0xef]-[0xb9]W"Q[0xbc]WZ[0x1c]\[0x8a][0x2][0x9a][0xa2]:[0x86]r[0x8f][0x1c][0xca]=E[0xf7][0x8a]Ao5b([0x17][0xb][0xdc][0xaa][0xd3][0xd0][0x8a]a[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0x92][0x95]N[0xf4][0x99]P[0xa9][0xcc]*[0x13]l[0xdd]$[0x83][0xad][0x83]<[0xd8][0xb2][0xeb]O[0xc8][0x1b]~T[0xdc][0xf0][0xf5][0xe2][0x86]?[0x6][0xd5][0x91]ex[0xc3][[0xb7]|[0xa5][0xe3][0x96]W[0xc2]`(MP[0xa7]Dm[0xee][0xab][0x97][0xa4][0xf5][0x18]CZ[0xb7]|[0xbd][0xbc][0xe5][0xeb][0xe5]-[0x9f][0x80][0xf7][0xb][0xd2][0x11]l[0xa1][0x9e]u[0x8b][0x97][0x9c][0x93][0x83]U[0xc4][0xb9][0x18][0xc3]*[0xf4][0xdf]j[0x17][0xce][0xe][0xf0]+[0x17][0xc0],[0xa5][0xd3][0xc6]Y'9[0xeb][0x90][0xd3][0xba][0x9e][0xeb][0xf8]E[0xad][0xf0][0x9c]5e[0x14][0x0][0xe4]9[0xf7][0x8][0xce][0xa0][0xc5]I[0x91][0x8c][0xc5][0xe7][0x8c]d[0x94][0xed][0xc8][0xb7][0x3]j[0x94]Km|A[0xc9][0x17][0xe4][0x81][0x1][0xe3][0xb9]<_P[0xf0][0x19][0xf4][0x6]'[0xf8][0xc6][0xb0][0x1f]E2[0x8d]Kq[0x85][0xaf][0xc1]O[0x1b][0xf5][0xe4][0xd2][0xf0]h[0xe][0xce][0x9d][0xed][0xb9][0xe3]]T[0xf2][0x14]B[0xfb]:[0xda][0x80][0xca]n[0xd0][0x95]A[0xf4][0xef][0xab][0xd1][0xbf][0xaf][0x81][0xd9]J[0xcc]6[0xb1][0x8d][0xf0]A[0x11][0xe6]4[0xc2][0x87]D[0x98][0xd3]([0xc2][0x1c][0x83]^[0xd1][0xe4]tZ[0x81]o[0xc3]"t[0xe8]+8[0xeb][0xa2][0xc5]#98o[0xc9]QwR[0x13]IG[0x90]t[0xc][0x1d][0x1c][0x87]z%a#m[0x80][0x93]"[0x6]j[0x80][0x8f][0x88]A7[0xc8][0x18](Q&[0xe4]\[0xeb]\[0xa4]W[0x81]O[0xb9][0xda][0xf1][0xa5][0xe1][0xc]9[0x13]2D[0xde]%[0x8e][0xa3]Z[0xc][0x91]ia,[0xc0][0x10][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x93]K[0x16][0xc6][\r][0x8]|#[0x4][0x95][0x9b]m[0x9a][0xed]!gJ[0x84][0xc9][0xb5]2LN[0xc0]G[0xf1][0xb7]X3[0xcd][0xcf]:[0xa7]f[0xfc]:R[0x9c]_G[0xd7]I[0xcd][0xe4][0xff][0x8f][0xf1][0xd2][0xfd]`}[0x98]Q[0x82][0xff][0xb8][0x80][0xdf][0x8c]u4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xb0][0xad][0xe8]s[0xc2]B[0xbf][0x13][0xbc][0xca][0x9][0x9b]h[0x9f][0x14][0xed][0x93];[0xc8]'v[0x90];O[0xb9]x[0xb9][0xdd]Iu[0x1f][0xce][0xef][0xc9][0xa2]x9u[0x96]x9Q.^^[0xef][0xc4]}[0x14][0xcf][0xb5][0xc7][0x8a][0xce][0xb5][0xd4]Y[0xe2][0xe5][0x7][0xe5][0x97]Y[0xe1][0xf5]#z[0xa6][0xec][0xeb][0x87][0xf2]Y<[0xd7][0x9e])[0xf3][0xfa][0xf1][0x90][0xf8]8}[0x10][0xbf][0xc6][0x9c][0xaf][0x1f][0x91][0x1c][0x9c][0xef][0xc4][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xfb][0xf9][0xa2][0xd7][0x8f][0x87][0xf8][0x97][0xa3][0x9f][0x1e]{[0xa5][0x1b]-U[0x15][0xf8]5[0xef]y[0x80].[0xd5][0x8e][0x2]L[0x90][0x16][0x8a][0xf2]}[0xf0](?@[0xa8][0x17]p[0xb3][0xbc]h[0x93]V![0xa5]UHiS[0xee][0xd2].pJ[0xfb][0x15][0xe2][0xfd][0xda]E[0x9a]A[0x8f][0xd1][0x2][0xe1][0x16][0xb1][0xa3][0xdb][0x83]F[0xc9][0xa7][0xec][0x85].[0x9f][0xb2][0x9d][0xe2]S6[0xb8][0xc1]j,Z~[0xd6][0x9e][0xff][0x1d][0xa8][0xca][0xef]q[0xfe][0xfe][0x0]s[0x94]?A[0x9b][0xf2][0x92]m[0x1e][0xdb][0xe5]p[0xda][0xe5][0x97][0xec]Z[0xf9]%[0x9b][0x93][0xf][0x2][0x97][0x8a][0x18][0xa7]2[0xda][0xfc][0x1][0xee]2[0x8c]t[0xba][0x1c]>[0xc3]v[0xaf][0xca][0xc0][0xa7][0xaa][0x10]P=6[0x92]JIR)[0x1f]Z*[0xe5][0x9b]@[0xae][0xcc][0x9b]@[0xb7][0xc3]}j[0x15]BW[0xbf][0xcc][0x13][0xc6][0xc3]R[0xf1][0xc5][0xc2][0x91][0x6])[0xa6][0xd7][0xc0][0x8d][0x8e][0xf3]D[0x9d][0x87]r[0xe7][0x83]_[\r][0xd9][0xa4][0x1a]R[0xaa]![0x9f]/[0xc])[0xf5][0xe1]2R{[0x9c]R[0xa3]([0xb5][0xf9]e[0x9e]/[0x1e][0x91][0x8f]q{[0xc5]r\[0x15]4[0xfa][0xcb][0xcc]y[0xbf][0xa8][0x8b]R[0xdd][0xa6]rS[0xad][0xb6][0x82][0xaa][0xae][0x0]M][0x9]s[0xd4][0xd5][0xb0]R]c[0xd3][0xb0]J[0xc]M[0x85]V>[0xc1][0xa4][0xe1][0xb4]t[0x17]E[0x9f]t@v[0x7][0x8d][0x81]2[0x1a][0x6]D[0xdd]r[0xaa][0xdb][0x9c]_w[0xbd][0x98]i>[0xeb][0x2]T[0xd7][0xa2][0xaa]u[0xa8][0xaa][\r]U[0xad][0x87].[0xb5][0xc3]v[0xd3]vK[0x87]w[0xcb][0xb5][0xd1]-[0x1c][0xae]B'WJ7[0xed][0xa3]Ri[0xbf]X[0x8a][0x6]_[0x84]}[0xa5][0xe7][0xad][0xba][0x1]'[0xb5][0xab][0xcc][0xa4][0xa6][0x1c][0x93][0xaa][0xd3][0xff][0xc9]X[0xc8][0xcc][0x8b][0xd6]t[0xba][0x1e][0xb2]|[0x10][0x8a][0x4][0x8d])[0xd8]r[0xdc][0xdd][0x19]8[0xed][0xfd]m[0x9e]fJ[0xbd][\r][0x9e][0x6]/Z[0x1e][0x83][0x16][0xbb][0x8b][0xb6][0x92][0x8b][0x1a][0xf0][0x94][0x1e][0xa0][0xd2]E[0xe4][0xa7][0x6][0xaf]UB[0x80][0xfb][0xed][0xa6][0x17]c[0xd2][0xe0][0xa1][0xdc]+)[0xe7][0xa5][0x9c][0xf0][0xe7][0xfd]rp[0x8b]P,[0xa8]=[0xe8][0xcc]M0C[0xdd][0xc]K[0xd4]>[0x88][0xa8][`[0x85][0xda][0xf]m[0xea]V0[0xd5]W[0xf2]AwX[0x83][0x90][0x83]>$[0x7]}H:[0xf6]V[0xe1][0xd8][0x8][0xc][0xc1][0xe3][0x98][0xf3][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xc1][0xa7]0[0xe7]E[0xd7]<[0x1]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "gO[0x88]][0xd4][0xc2][0x1f]c/[0xb9][0x17][0xbd]>[0x5][0xdb][0xa6]`{[0xd1]![0xb4][0xc3]Z[0xc].[0x9a][0xad][0x9][0xb9][0x14]j[0xd4][0xcb]l[0x13][0xd2][0x2][0x9f][0x16][0xdb][0xa1][0x5][0x9e][0xe2]K[0xb1][0x6][0xe6][0xc1]g[0xc4][0xa9][0x93][0x80][0x1b][0xc5][0xb5]Z[0xfc]e[0xe5]|[0xc]Q[0x13][0xb8][0xcb][0xc6][0xa7][0xf9][0xda][0xe2]~[0xaf][0xde]&[0x88]:@>[0xc2][0xe6]`[0xa7][0x93][0xe7][\r]xP\[[0xf4][0x10][0x9b]t[0xf1][0x89]G[0x17]7[0xf4]3[0xf0][0xb4][0x8][0xee]_%[0xe][0xb]=h[0x10][0xfe][0xa5][0xf][0xf0]]X[0xc0][0xbf][0x13][0xf7][0xc6][0x9][0x1b][0xbe][0xce][0xa7][0x9]x[0xee][0xb3][0xf0][0xc]">[[0xd4][0xf6]9[0xd9][0xf6][0x1c][0xb6]}[0x9e][0xab][0xfd][0x2]g[0xfc][0xa2]`4[0x8b][0x1c]w[0x99][0x93][0xf0]Qt[0xdc]cE[0x8e][0xfb][0x92]t[0xdc][0x95]b[0xad]h[0x9c]Z[0xb1]Qk[0x9c]:[0xdf][0xf6][0x1c][0xd6]Y[0xd4]_[0xc6][0xba][0xaf][0xf0][0xdc][0xf3][0xff][0x3]PK[0x7][0x8]d[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Assume.class[0x95]T]s[0xdb]D[0x14]=k[0xbb]V[0xac][0xc8]N[0x9b][0xd6][0xa6]M[0xf8]([0x1f]i[0x1d];[0xc4]5_[0x85][0xda][0x9]$[0xa1][0x81][0x14]7[0x1]b[0xc]M[0xa1]e[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-5: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x19][0xd9][0xea][0xe8]#$?[0x81][0x17]x[0xcf][0xc0]3[0xcf]}[0x8a][0x81][0x19]x[0xe7]G1[0xdc]][0xc9][0xb6]b+a[0xf0][0x8c]wW{[0xcf]=:[0xf7][0xec]][0xfd][0xfd][0xcf][0xef][0x2]([0xa3][0xa9]b[0x16]wTTPU[0xb1][0x82]U[0x15][0x97][0xf0][0xbe][0x18]>P[0xb0][0xa6]"[0x89]u[0xf1][0xb0][0xa1][0xe2]C[0xdc][0x15][0x80]M1|4[0x8d][0x8f][0xb1]%[0xa2][0xf7][0xc4][0xf0][0x89][0xd8][0xab][0x9][0xdc]}[0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0x18][0x92]U[0xa3]g[0xb8][0xab][0xc][0xf1][0xfc]b[0x83]![0xb1]a=[0xd1][0x19]fjFO[0xdf][0xf6][0xba]M[0xdd][0xae][0xf3][0xa6]I;[0xb3]5[0xab][0xc5][0xcd][0x6][0xb7][\r][0xf1][0x1c]l&[0xdc][0x8e][0xe1][0xc8][0x98][0xdd].[0xed]{DTZs[0x1c][0xaf][0xab]W[0x18]T.Wu[0xdb][0x13][0xc0][0xfc][0x9e]`gM[0xfa][0xef]1L[0xfb][0xb1]Mn:[0x14][0xcc][0xe5]k[0xfb][0xfc][0x80][0x97]L[0xde]k[0x97]v][0xdb][0xe8][0xb5]+[0x12][0xae]tu[0xc7][0xe1]m[0xf9][0xf6][0x9][0x4]C[0xda]g[0xd9][0xb6][0xdc]m[0xcf]4[0x5][0xcf][0xc3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-4: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]l[0xa7][0xb9][0xaf][0xb7][0xdc][0x8a][0xe4][0xb1][0xe4][0x9a][0x94]^[0x8e]@[0x8c][0xa4]v[0xb8][0xcb]P[0xcc]OBd}[0x1d][0xde]m[0xd9][0xba][0xe3][0x96][0xee]s[0xb7][0xd5][0xd1]mI[0x9d][0xe4]-[0xd7][0xe3][0xe6]i[0x85]Cb[0xa5][0xeb]CI[4[0x85][0xc][0x84]}=z:[0xf0]6^[0xaf]Sx>2[0xaf]J[0xb1]U[0x8a][0xa6]v[0x8d]v[0x8f][0xbb][0x9e]M[0xf8][0xdb][0xd5][0xfa][0x9d]I[\r][0xab]y[0x82][0x9e][0xc3]!jX[0x89][0xf0][0xff][0xff]x[0xb0]u[0xc6][0x9b]'Y[0xff][[0xcb][0xa5][0xc1][0x99][0xde]=l[0xe9]O][0xc3][0xea]1\[\r]3[0xd5];[0xb6][0xf5][0xbd]pH[0xc2][0x19][0x15][0x9e][0x8d][0x8c]2[0x14][0xce]/[0xeb]4[0x91][0xba]kyvK[0xdf]4[0x84][0xf5][0xd3]~[0x13]/[0xb][0xb0][0x86][0xcb][0xb8][0xa2][0xe0]S[\r][0x9f][0xe1]s[0x5][0xbb][0x1a][0xea][0xf8]B[0xc3][\r][0xdc][0xd4]0[0x87]y[0x86][0x85][0xb1][0xde][0x97][0xa2][0x1b][0x86]erW2[0xac]B[0xd0]4D[0xc6]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd4][0xf0][0x15][0x1e]h[0xd8][0xc3]C[\r]_[0xe3][0x1b][0x5][0x8f]4<[0xc6][0xb7][0x2]sS[0xc]e[\r]\[0xc4]n[0xa0][0xcc]pq[0xfc]n[0xd1][0xd6][0xb8][0xd9][0xe4][0xdb]hk[0xdd][0xb2]L[0x9d][0x93]o[0xca][0x1]7=}[0xe7];q3[0xf6][0x16]k[0x13][0x8][0xf2][0xe8][0xda][0xa9][0xd3][0xd8][0xb0]l=8[0x11][0xba]+1q[0xb5][0xb][0x11][0xb7]a[0xf1][0xac]^[0xce]F8.[0xcc][0xf5][0xf5]z[0xae]a[0x96][0xd6]l[0x9b][0x1f]9[0xe2][0xde]85[0xc3]![0xe1][0xb][0x91][0x97][0xb6]6[0xca][0x10]0[0xe2][0xd6]z[0xfe]5o[0x88][0x9a]DO[0x9c][0xa9]"[0xa5][0x1f][0xe8][0xf6][0xd1][0x96][0xab]w[0x19][0x96][0xf3]g[0xb4][0xed]Y[0xc9]W[0xa2][0xf6][0x87][0x17][0xd9][0x19][0xab]q [0x97]>i[0xa9][0xde]@[0x1c]^[0xa6][0xef][0xeb],[0xc4]O[0x5][0x13][0xed]Cc[0x96][0x9e]J43[0x9a]/[0x14]N[0xc0][0x9e][0xd1]"[0x86][0x1c][0x8d]I[0xb9][0xf9][0x1a][0x9e][0xa3]Q[0xf3][0x1][0xb8][0x8a]k4[0xa7]D[0x87][0x5][0xc9]+[0x84][0x16][0xb1][0x99][0xb9]>b[0x9][0xfa][0xf7][0x11][0xef]#1[0xa2]Qi[0x6][0x16][0x91]A!D5[0x83][0xe7][0xf1][0x82][0xa4]zqHU[0x9]t[0xa4][0xe7][0x8e][0xa1]$~E[0x82][0x88].[0x8c][0x13][0xdd]"[0x82]r[0x88](=$[0xa2][0x1e][0xe][0x88]6[0x11][0x97][0xd8][0xcc][0xfc]1[0xb4]?[0x90]|@[0x85])[0x8d]3U([0xb7]*[0x99]r>[0x1a][0xd7][0xc9]"[0xc8][0x95][0xe0]dR[0xdc][0x88]3[0xe6][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3]#uS[0xe3][0x9c][0xeb][0xc4][0xb9]q.[0xe7][0xf]x[0x5][0xaf][0x6][0x9c][0xd5][0xc0][0xbb]L[0xa1][0x8f]T[0x1f]j[0x1f][0xd3][0x11][0xd6]m[0x11][0xe7][0xbd]P[0xc5][0x19]:[0x93][0x5]Y1]vB[0x8][0xa6].[0x12][0x12][0x9b]-[0x16]~[0x83][0x16][0xc3]1[0xd2][0xb2][0xee][0xe2][0x9][0xd2][0xb2][0xf0][0xb8]$[0xcc][0xd0][0xc]<"[0xe2][0xc7]t[0xfa]<$4[0x8b]<[0x9d][0x11][0xe4][0xaa][0x80]"[0xbd]h[0xe9]T[0xec][0xf5]al[0x99]b%)[0xf1][0x96][0x94]P[0xe]$[0x1c]R{[0x8][0xf6][0xdc]R1[0x90][0x90][0xf1]%,[0x9d] 3[0xa1][0xc1]#[\r][0x7][0x94]w(5\[0xf7]3[0x87]f[0xe5][0xa4][0x1a]&WBM,[0xa4]&'[0xd5][0xc]b[0xcb][0xb4][0xe7][0xab]y[0x83][0xd4][0xbc][0x89][0xb7][0x2]k[0xdf][0x9][0xac][0x9d]"kg"L[0xfd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99]:[0x85][0xb7])[0x7][0x92][0xe3]v[0xc0][0xb1][0x16][0xb4]Q[0xaa]P[0x94]$[0x17][0xc7]I~[0xa6][0xb4]_B&[0xa6][0x86][0x5][0xa4]$[0x9d]h[0xe7]we[0xce]{[0xff][0x2]PK[0x7][0x8][0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/AssumptionViolatedException.class[0x95][0x93]]o[0x12]Q[0x10][0x86][0xdf][0x3][0x94][0xa5][0xa4][0xb5][0xb5][0xda][0xda]/-T[0xdb]R>[0xe3][0x95][0x89] [0x89][0xa9][0x9a]`P/@[0xee][0xf][0xcb][0x9],Yv[0xc9][0xee]Y[0xad]?[0xab]W$^[0xf8][0x3][0xfc]Q[0xc6]9gWJ[0xb]E[0x85]d[0xce][0xec][0xcc];3[0xcf][0xce][0xee][0xfe][0xfc][0xf5][0xfd][0x7][0x80][0xe7]([0xa7][0x91]DN[0x99]se[0xf2][0xca][0x14][0xc][0x14][\r][0x94][0x18]6}[0xe1]Y[0xdc][0xee][0x8][0xcf][0xb7]\[0xe7]s[0xe3][\r][0x3]{[0xcf][0xb0]~[0xe1]:[0xbe][0xe4][0x8e][0xec]p;[0x10]+[0x8][0x8c]!Y[0xb3][0x1c]K[0xd6][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xe6][0x90][0xe1][0x15][0x9b];[0xfd][0xca][0xa7][0xee]P[0x98][0xb2][0xda]t[0xbd]~e[0xc0]G[0xa6]'|Y[0xf9][0xc0][0xa5]9[0x10]^[0xf5][0xbc][0xc3][0x90][0xb8]p{[0x82]a[0xa3]i9[0xe2]c0[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xcd][0xbb]6E[0xb6][0x9a][0xae]I[0xe3]9A[0xd0]u[0x14]L[0xc8][0x81][0xe5]3[0x9c][0xe9]~[0xc3][0x80][0x6]V^[0xfb]~0[0x1a]Kb[0xec]X[0xae][0xcd][0xa5][0xe8][0xbd][0xbd]4[0x85][0xe]T[0x89][0x8a][0x9b]2[0xe0][0xb6]j7[0x7][0xc5]`[0x8c]B[0x12][0x86][0x9d][0xc5][0x84]:1[0x8b][0xf1]m[0xfc][0x7]%[0xde]nS[0xfa]`a][0x8d]ru[0xca][0xae][0xb6][0xac][0xbe][0xc3]e[0xe0][0x91][0xfe]E[0xad][0xfd]r[0x9e][0xa1][0x9e]#[0xe9][0x92][0x1e]jE[0xaf]f[0x17][0xda][0x92][0x9e][0xe5][0xf4][0xab][0xff][0xb3]bc$|[0x9f][0xf7][0xc5][0xcd]%D[0x8d][0x18]R[0xe2]rL[\r]D[0x8f][0xa1]q[0x7][0xe3]|[0xd9][0xdf][0xa9][0xb7][0x17]T[0xa9]x~[0xf9][0xdd][0xb4][0x7][0x9e][0xfb]UmX[0x8b][0xd3]|[0xfa]t[0xe9][0xf5][0x93][0xd4]u[0xa1][0x94][0x84]-7[0xf0]L[0xf1][0xce]R[0x8f]&[0xb3][0xe4][0x9d]([0xab][0xfa]5[0xac]a][0x99]Ce[0xb2][0xca][0x1c]3[0x9c][0xfc][0xd3]K[0xc5]P[0xbe][0xd6]Y[0x8e][0x14][0x9e][0xc3][0xed]e[0x5][0xc8]b[0x85]>,[0xfa]H[0xb0][0xf][0x3]):W[0xe9]*[0x86]4[0x12][0xe4][0x13][0x9][0xf9][0xf7]("[0x10][0xa7]?`[0xe4][0xb][0xc5][0x9][0xd8][0x15][0xb9]ql[0x90]M[0x93][0x0][0xd8][0xa1]&[0x8f][0xb0]I^&[0x94][0xe1]>[0xb6][0xf4][0xd7]g[0xe0][0x1][0x1e]R+[0xe5]m[0x93].F:[0xe8]3[0xcc][0xed]Ns{[0x14][0xdb][0xd7][0xc3][0xf][0xf4][0xe8][0xc3]h[0xf4][0x98]P[0x12]t[0xa6]hti[0x82][0xd8][0xed][0xd9]O[0xa8][0xfa]H[0xcf][0xce][0x87][0xba][0xe9][0xec][0x14][0x1e]S[0x96]i[0xef][0x88](b[0xda]S[0x14][0xf1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xdb][0x9d][0xe6][0xf6]([0x17]Rd4E[0x96][0xac][0xa2][0xa8]SDi[0x92][0xf9][0xc2][0x4][0xf1]+[0xad][0xb8]f8[0xa1]5[0x9e]j[0x86][0xb0]gr[0xca][0x90][0x8c][0x18]T[0xaf][0xe3][0xa8]W[0xe3][0xc6]2[0x13][0xb7][0x9b][0x15][0xa9][0xa8]t[0xc7]2[0x9f]F7d[0xe0][0x19][\r][0x8d][0x91][0xaa][0xab][0xcf]~[0x3]PK[0x7][0x8]cTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Before.class[0x85]OMK[0xc3]@[0x10]}SmW[?[0xea]QD[0x14][0xf]=[0xba]x[0xf6][0xa4][0x18]Q[0xb0]Vb[0xf4][0xe2]i[0x1b][0xc6][0xb0]a[0xbb]+[0xe9][0xa6][0xd0][0xbf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x12]p`f[0x1e][0xf3]>`>[0xbf][0xde]?[0x0][0x9c]aOaGaWaH[0xe8]?[0x86][0xba][0xca][0xf9][0xda]:&[0xc].[0xf9]5T|Z[0x9a][0x85]![0xec][0xa7][0xb5][0x8f]v[0xc6][0xcf]vn[0xa7][0x8e]/[0xbc][0xf][0xd1]D[0x1b][0xfc][0x9c]p|[0xd7]h[0xb4]3[0xbe][0xd0][0xe6][0x8f][0xd0])G[0xf6][\r]:'t[0x17][0xc6][0xd5][0x12]:[0xfa]G[0xfa][0x10][0x9c][0xcd][0x97]bP[0xe9][0xd3]}v;N[0x8][0x87][0xed][0x96][0xcc]T[0x5]GQ[0x9e][0xb4][0xf3][0x89][0xe3][0x99]df[0xcb]7[0x16]Qo[0x9c]d7[0x93]+[0xc2]0T[0x85].ko[0xa3][0xfe][0xfd]ON+[0xff]dZr[0x1e][0x9]G[0xad][0x91][0xab][0xa7]G[0x4]BGz[\r]Mu[0xb0][0xfe]3[0xbb][0xe8][0xc9]>[0x10][0xa4][0x84][0xdb]`l[0xa2][0x8f]A[0x3]_@[0x8c]-l[0x3]PK[0x7][0x8][0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/BeforeClass.class[0x85]OMK[0xc3]@[0x10]}SmW[0xeb]W=x[0x10][0x11][0xc5]C[0x8f][0x6][0xcf][0x9e][0xac]F[0x14][0xac][0x95][0x18][0xbd]x[0xda][0x86]1l[0xd8][0xee]J[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x89][0x7][0xeb]![0xe0][0xc0][0xcc][0xbf][0xde]?[0x0][0x9c]aWa[aGa@[0xe8]?[0xfa][0xba][0xcc][0xf8][0xda]X&[0xc]F[0xfc][0xea]K[0xbe][0xb4][0xba][0xaa]N[0xb]=[0xd7][0x84][0xfd][0xa4]v[0xc1][0xcc][0xf8][0xd9]Tfj[0xf9][0xc2]9[0x1f]t0[0xde]U[0x84][0xe3][0xbb]F[0x13]Y[0xed][0xf2]H[0xff][0x12]Q[0xc2][0x81]][0x83][0xce][0x9][0xdd][0xb9][0xb6][0xb5]$[0xf][0xff][0x91]>xk[0xb2][0x85][0x18]T[0xf2]t[0x9f][0xde][0x8e]c[0xc2]a[0xbb]%[0xd5]e[0xce]A[0x94]'[0xed]|ly&[0x99][0xe9][0xe2][0x8d]E[0xd4][0x1b][0xc7][0xe9][0xcd][0xe4][0x8a][0xb0][0xe7][0xcb]<*jgB[0xf4][0xa7][0xa4]T^[0x86]L[0xa6][0x5]g[0x81]p[0xd4][0x9a][0xbb]l>$[0x10]:[0xb2]+h[0xa6][0x83][0xd5][0x9f][0xdb]EO[0xfe][0x81] %[0xdc][0x1a]c[0x1d]}l4[0xf0][0x5][0xc4][0xd8][0xc4][0xd6]7PK[0x7][0x8][0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/ClassRule.class[0x85]OMK[0xc3]@[0x10]}[0x13]mW[0xab][0xd6][0xaa]'[0xf]b[0xf1][0xd0][0xa3][0xc1][0xb3]'[0xd1][0x14][0xb][0xad][0x95][0x18][0xbd]x[0xda][0x86]!l[0xd8]n$[0xd9]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4]][0xf][0xed]%[0xe0][0xc0][0xcc][0xcc][0xbc][0xd7][0xfb][0xf1][0x4][0x90]!a`[0xc]1!>[0xd9][0xce]U[0xb2]PZ[0x12][0x16][0xb9][0xbd][0xde][0x84]S[0xde][0x9a]B([0xdd]9[0xb9]m[0xc4]][0x10][0xe6];Si[0xeb][0x95][0xa9][0xf][0xb2][0xbd][0xd8]3[0xc3][0x8c][0xb0][0xb2][0xae][0xe6]MgT[0xcb][0xfe]6[0x19][0x1][0x84]do[0x8c]t[0xb9][0x16][0xde]KOH{[0x1a][0xd7][0xc2][0xd4][0xfc]X6[0xb2]j[0x9][0xcb]?[0x10][0xac][0x3]b[0x80][0xef][0xc][0x83][0x10]Z[0x84]Q[0xc8][0x8][0xe3][0xe0][0xd3][0xb0]q[0xb8][0xa1][0xbe][0xa5][0x93][0xf]PK[0x7][0x8]}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.class[0xa5]VIS[0x13]Q[0x10][0xfe]^[0x2][0x99][0x10][0x7][0x8d][0x1][0xe3]..QC[0xa2][0x84](*[0xae][0xa8],[0x1a]EP[0x83][0xb8]/[0x93][0xe4][0x1]C[0xc5][0x9][0xce]$[0x16]wo.U[0x1e][0xa3]q[0xe][0xbe][0x19]([0x9f][0x8][0xe1][0xc1][0xe][0x9b][0xad][0x81][0x9e][0x8f][0xd1][0x84]'X[0x8d][0xa7][0xd8][0x8c]g[0x88][0xd0][0x8a]J|[0xc4][0x82][0x9d][0xd8][\r]~eD[0xd1][0xee]*[0x1c][0xa4]H[0xde]Sc[0xc4][0xe7][0x99][0x83][0x16]M[0x1f][0xab]|>{[0xef][0xf9][0x2][0xe][0xb5][0xca][0x11][0xfb]#G[0xa0][0xe][0xc7][0x8b][0xba][0x1c][0xf1]*[0xc7][0x3][0xca][0x9c][0xf7]z[0xb8][0xac]2V8L[0xea]{[0xf8]y[0xe1][0xe3]W4_[0x9f][0xc5][0xca][0xd0][0xaa]2[0x82][0xbc][0xf0]+*W[0xc6]j[0xda](#4/[0xbb][0x92]Z[0x7][0xbc][0xa4]6[0xbc][0xa2][0xa6][0xbf]^ [0xdf]S[0x95][0xdf]S[0x95][0x9f]t[0xe5][0xbb][0x89]Q[0xa9][0x95]W*[0xf2]l{[0xdd][0xad]2ZH[0xd2]N[0xa8][0x8e][0xee][0x1b][0xd2]}K[0xba][0xef][0x16][0xe8]v[0xbb][0xba][0x1e]~[0xc3][0xb9][0xba]Y4[0xda][0x7][0x9c][0xa8][0x14][0xd8]J|q[0xb7][0xba][0xb8][0x93][0x8][0xe7][0x93]s[0xe5][0xd6][0xd4][0xca]9[0xdd][0xfd]`[0xcb][0x84][0x1d]*W[0x86][0xad][0x4][0xcd][0x96][0x8][0x82]&j[0x9f]+[0xd8]G[0x18]N[0xd0][0x17][0x8b][0xcf]B|[0xaa][0xe1]yd[0xf3]lu[0x10]U[0x1e][0x1f][0xf6][0xd3]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xea][0xc2][0x1][0x8a][0xf0][0xd0][0x99]s[0xe4]![0x9a])[0xd0][0x4]{[0xe9][0xcf][0xca]0M[0x1b][0xff][0x87][0xd9][0x84]][0xb4][0xd3]I>[0x82][0xfe][0x9f]PK[0x7][0x8][0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.class[0xa5]V[0xdb]w[0x13]e[0x10][0xff]}[0x9b]4[0xdb][0xc6]---[0x94]K[0xb]V-[0x98][0xa6][0xb4]i)([0xb7][0x16]K[0xdb]h0[0x14]$[0xa5]X.[0xc2]6[0xd9][0x94][0xad][0xc9]n[0xd8][0xdd][0xd0]xA[0xbc][0xa0][0xfe][0xb][0xfa][0xc4]9[0xfa][0xc0][0x8b][0xf]x[0x8e][0xb4][0x1c]9[0xc7]G[0x1e]|[0xf0][0x1f][0xf0][0xf8][0xaf][0xa8]3_6M[0xa0]{[0xb0][0xc5][0x87][0xcc]73[0xdf][0xdc][0xbf][0x99][0xd9][0xfc][0xfe][0xf7][0xaf][0xbf][0x1][0x18][0xc1][0xb7]-[0xd8][0x89]w[0x19][0xa4][0x19][0x9c][0x89][0x12][0x98]ap6[0x8a]]8[0x17][0xc5]{8[0x1f]E[0x6][0xb3]*.D[0xd1][0x82]9[0x6][0x17][0x19][0xbc][0xaf]b>[0x8a]V[0x96]i[0xc5]%[0xe6]\f[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "cWY[0xef][0x83]([0xae][0xe1]:c:[0x83][0x5][0x6]Y[0x15][0x86][0x8a][0xbc]@[0xe7][0xa4]],[0xe9][0x8e][0xe9][0xda][0x96][0xc4][0xb2][0x9e][0xed][0x8]h)[0xcb]2[0x9c][0xc9][0x82][0xee][0xba][0x86]+[0xd0]:e[0xe6][0xf3][0xd3][0x15][0xcf][0xf1][0xaf][0x9b][0xa7][0xd3][0xe9][0xd4][0xb9]L*#[0xd0][0x91]^[0xd2]o[0xe9][0x89][0x82]n-&2[0x9e]cZ[0x8b][0xc7]I~[0xd2][0xb6]\O[0xb7][0xbc]9[0xbd]P6[0x9a][0xb1]H*S[0xa9]d[0xf2][0xda][0xf4][0xcc]T3n[0x8]D%[0x95][0x99][0x9d]8?[0xdb][0xc][0x93][0x14][0xb2][0xb6][0xe5][0x19][0x15]/mX[0x8b][0x1e][0xdd][0x8b][0x14]i[0x18][0x95][0x92][0x91][0xf5][0x8c][0x9c]@[0x84][0xfc][0x96][0xf5][0x2]!'L[0xcb][0xf4][0xc6][0x5]b[0xb1][0xd4]z[0xc7][0xeb]9[0xfd]s[0x2][0xe1]I;g[0x8][0xb4][0xa5]M[0xcb][0x98])[0x17][0x17][0xc]gV_([0x18][0x1c][0xba][0x9d][0xd5][0xb]s[0x94]<[0xd3]>3[0xec][0xdd]0)[0xe3][0x91][0xb4][0xed],&[0x96][0xca][0xe4]-Q[0xaf]PR7[0xb]e[0xc7][0xe8][0xb][0xa8][0x19]e[0xad]f[0xab][0x84][0xc0][0xfe]X@(A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]j1[0xea]E=[0xb9]Y[0x97]}O[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Yk[0xf3][0x3]0r[0xe7][0x1c]#oV[0x1a]9[0x99]r^r[0xd4][0xa2][0xe1][0xba][0xfa]"e[0xaa][0xb9]7t[0xa7].[0xba]-[0x16][0x18][0xa1][0xa0][0xd7][0x9][0x19]VnM[0xbe]f(R[0xf2][0x15]5WrjO[0xd7]V[0xd4]+[0x99][0xa7]8Q=[0x9b]%[0xa7]}#[0xc3][0xc3][0x2][0xd3][0xb1]MW60.[0xa5]2\[0xb7]|[0x90]-_[0xdc][0xbc][0xe5][\r][0xbe][0x92]R[0x19][0xa9][0xfb][0x1a][0x1d]np|[0xa8][0x91]8[0xcc][0xc4][0xa1][0x17][0xc8][0x8f][0x9a]=[0x9a][0xb1][0xcb]N[0xd6]H[0x9a][0xdc][0x83]][0xeb][0xf4][0x86]8*[\r][0xfb][0xb0]_C[0xc]{5[0xbc][0xce][0xe0]8F4[0xbc][0x89]#[0x1a][0xfa][0xb1][0xa4][0xe2]C[\r][0x5][0x14]UX[0x1a]l[0x94][0x4][0xc6][0xfe]W?[0xb1]QW[0x83][0xc7][0xe6][0xcb]8"[0xb0][0xe3][0xd9][0xca][0x9c]*[0x9b][0x85][0x9c]A[0x82][0xb7][0xb0][0xac][0xa1][0xc2][0x82][0x1f]1[0xf8][0x98][0xc1]'[0xf8]T[0xc5]m[\r][0x9f][0xe1][0x8e][0x86][0xcf][0xf1][0x85][0x86]/[0xf1][0x15][0x83][0xbb]*[0xbe][0x16]Hl26[0x81][0xf6][0xba][0xfb][0xb3][0xb]K[0x6][0x8f]Yhhh[0x88]:[0xf4]*[0xfd].[0x13][0x15][0xe3]io6J[0xea]T[0xe3]&-[0xf][0x1a][0xea][0xed][0x8d]cY5r[0xbc][0xff][0x12][0xe9][0xd4][0x83][0x99][0xa0][0x85][0xe7][0x90][0xe9]H[0xde]v[0x8a]:![0xa7][0x3]Fy[0xbd][0x95][0x0][0xbb][0xeb][0xd5]T|#[0x0][0x81][0xcc][0xb]4[0xea][0xf3][0x14]F[0xe4][0x9a]k[0xf5]G[0xbd]6[0xcf]5zm^[0xf5]RI[0xce][0xf1][0xe0][0x86][0x96][0x93][0xff][0xb8][0xd4][0xfd]Zm[0xf]s{[0xd0]Z[0xf6][0xec]Za[0xa3][0xd5][0xb5]\[0xe5]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0xb8][0xd3];PCo[0xa9][0x1b]<[0xa3]Kv[0xd1][0xb4][0x4][0x9a]b[0xa9][0x14]_G[0xb2][0xb4]L&[0xa8][0xbe][0xe1]X[0xaa][0x92][0x16][0xa1][^p}[0xb3]],[0x13]4[0x87][0xdb]c[0xc1][0xfc][0xee][0xe7]TG`[0xcf]sk[0x87]^[0xfa][0xc6][0xee][0xa2]Op[0x4][0xbb][0xb1][0x7]{[0xe9]}^&J![0xfe]n[0xbc][0xd2]@[0xbf]J[0xf4]k[\r]t[0x1f]:x[0x1e][0x9][0xef][0xe0]i[0x94]gL[0x9e]-$[0xd3][0x8f]8[0xc1][0x1][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x1b][0xa6]s[|[0x15][0x91]x[0xf7]C[0x88][0xf8][0x81][0x87][0x8][0xc5][0x7][0x1f]B[0xf9]YZ:@[0xb0][0xb]M[0x4][0xe7]I[0xf2][0x12][0xc0][0xb1][0x5]W[0xd0][0x89][0xab][0x18]$n[0xbc][0xaa][0x8f]!$[0x0][0x89][0xb1]_!1[0xf6][0xac]H[0x8c]}[0x87][0x88];L&[0xaa][0x9e][0xff]"=[0xb6][0xba][0x1c][0xff][0x5][0xa1]'[0xd8]I[0x87][0xf2][0x4][[0x99]bt[0x5][0xea][0xf7]h[0x1f][0xa8][0x91][0x8f][0xd0][0xfc][0xe0]1Z[0xe6][0xe3]b[0x15][0xd1]3[0x7]V[0xf0][0xd2][0xc][0x1][0xed]Xx[0xe0]1Z[0xe7]W[0xb1]ep[0x5]m[0xc4]i[0xa7]cW[0x98][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]>}[0xd3][0xd1]p[0xc3][0xd6][0xd6][0x92][0xdb]M[0xc5][0x5][0xae][0xa3][0x7]:[0x15]&[0x8b]Q[0xe4]p[0x4][0x6][0xc6][0x91][0x97][0x9][0x1e][0xa2]0G1[0x85][0x83][0x4][0x15][0xba]9I[0x1c]Nf[0x1c]Gq[0x98]0Ny-[0xfd]e[0xbc]![0x9f]A[0xe1][0xd5][0xe7][0xa7][0xfa][0x1d]I[0x87][0xe8]Lr6+[0xe8][0xac][0xe6][0xd7][0xf9][0x8][0xdb]N[0x84][0xc6]z[0xba][0xc0]~[0xbe][0xe8]Y[0xc1]v[0xbe][0xe1][0xf3][0x1e]Z[0x99][0xc5][0xbc][0xae][0x7]w[0x15]q[0xff][0x9f]?%[0xdd][0xcd][0xf4]3[0x91][0x17][0xe9]i-j[0x12][0x9b]x%[0xf2]n[0xe1][0x4]\[0x19]y/y[0xe5][0xd2][0x1f][0xa5][0x7][0xe1]gH[0xfa]QvP[0x6][0xc7][0xe4]#)[0xbc][0xa5][0xfd]([0x9f]P&[0x9c]K>4[0xe6][0xc7]9@[0xbf][0x9c][0x1f][0xac][0xc4])[0xe2]pn[0xbc]g[0xcf][0x8f][0x18][0xf5][0x1f][0x86][0xc5][0xc2][0xb9][0x9e][0x9c][0x1f][0xbb]/[0xec]s[0xee]!r[0x1f]-2[0xfc]?[0x1a][0xe4][0xf9]nG=[0x8b][0xbd]Pe[0xdd][0x14]Z[0xd2][0xbd][0xb4][0x9e][0xf7][0xd1]vN[0xe3]6[0xce][0x12]~[0x81][0x96]s[0xbd][0xc9][0xf2]kU[0xce]S[0x8e][0xd5]*[0xe7]0&[0xb3][0xeb][0xa5][0xec][0xc6][0x9][0xb][0xb5]7[0xd3][0xb][0xbd][0xe5][0xe7][0x94][0xa0][0x93][[0xb1][0x89][0xda][0xbb][0xa9][0xee]2"[0x99]IiZ[0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x82]M[0x93][0xf2])L[0xfa][0xca][0xc7]H[0x9a][0xcb][0x16][0x89][0xf][0xac]"[0x1c][0xac][0xdd]U[0x95][0xa8]jKl[0x8a][0x3]#;[0xd3][0x1]AP[0xfe][0x1b][0xb]"[0x19][0xa8][0xac]lL[0xf9]m[0xbc][0x13][0xa0],~[0xfa]oe[0xba]OIx[0x1a][0xdd][0xb2][0xbf]B[0xb4]~rt[0xf2][0xbf][0xf5][0x9d]4![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x12]MN[0xfe][0x5]PK[0x7][0x8][0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/ComparisonFailure.class[0x8d]R[0xe9]n[0xd3]@[0x10][0xfe]6q[0xe2]$[0xb8]4[0xa4][0xa1][0x7][0x10][0xa0]PJ[0xea][0x1e]&[0x9c][0xe2][0x10]RdR[0x8]J[0xd3][0x1f][\r]Q[0xf9]Um[0xd3]mp[0xe5][0xda][0xd5][0xda]A<[0x16]H-[0x91]@[0xe2][0x1]x([0xc4][0xac]sUmT[0xd5][0x92]wgf[0xe7][0x9b][0xe3][0x9b][0xf9][0xfb][0xef][0xd7][0x1f][0x0]%[0xbc][0xc8] [0x8d][0xa5]4R0[0xd5][0xb1][0xac]c%[0x3][\r][0xab][0xca][0xbc][0xa6]$K[0xc7]#[0x1d]%[0x1d][0x8f][0x19][0xc0]`T=OH[0xdb][0xe5]A [0x2][0x86])[0xdb]?<[0xe2][0xd2][0x9]|/[0x92]Z[0xa1]/[0x19]r[0x1b][0xe5][0xed][0x1d]{[0xb3][0xde][0xa8]l7vj[0x95][0xfa][0xfb][0xc6][0x7][0x6]Ve[0x98][0xb0]}/[0x8][0xb9][0x17]6[0xb9][0xdb][0x11]q[0xaa] [0xcf][0x90][\r][0x84]t[0xb8][0xdb][0x14]2p|[0xef]S[0xf5][0x1d][0xf9]~L[0xa0][0xf7]1[0x86][0xf4]~[0xe5][0xdb][0x91]h[0x85]b[0x8f]"[0xd7][0xe][0xf8]Wn[0xb9][0xdc]k[[[0xa1]t[0xbc][0xf6]k[0x6]}[0xbf][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";[0xdc]eH[0xbe]q<'|[0xcb][0xf0][0xb2]x[0xde][0xf1]2[0x96][0xa5]&[0x83]f[0xfb]{[0x82]a[0xb2][0xe6]x[0xa2][0xde]9[0xdc][0x15][0xb2][0xc1]w][0xa1][0x92][0xfb]-[0xaa][0x93][0xda]Uz[0xdf][0xa8][0x85]_[0x1c]"[0xa2]P[0xf3]e[0xdb]:[0xe8]Pzk[0xc4][0xc9]:w[0xdc][0x8e][0x14][0xaa][0xc6]C[0x11][0x4][0xbc]M[0x80][0x94][0x18]v[0x93][0xe4][0xfd][0xba]3m[0x11]n[0xc][0x1c][0xf2][0xc5][0xa5]q][0xa6][0xc9]g[0xd0][0xe7][0x15][0x92]G[0xa4]d[0xb6][0xfc][0x8e]l[0x89]uG[0xd5]3}.[0xfb][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f`[0xe]O[0xc]Lc[0xc6][0xc0],f[0x18][0xac][0xb][0xea]][0x18]3U[0x15][0xe0][0xa9][0x81][0xfb]X0[0xf0][0xc][0xcf][0x19]n^[0x10][0x80]av[0xd4]A[0x99]VE[0x86]4[0xda][0x8a][0x94]j;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17]e.1\?=[0xbb][0xcd][0xdd][0x3][0xea]2[0x9a]K[0xb1]X[0xbd][0xec][0x8][0xf5]V[0xaf]l[0x86][0xc5]1[0x8b]0[0x86]^[0xcc][0xd3][0xf2][0xa7]i[0xdf]4[0xdc][0xc0]UL[0xd2][0xa6]gI[0x8b][0xe1][0x1a][0xe9]9L[\r][0xf5]<[0xfd]Db$[0xcf]F[0xb7]Fos[0xe4]E[0x8c][0x90][0xb6]Gv[0x8d][0xee][0xac][0xb9][0xdc][0x5]3WN[0x10]3WO[0x10][0xff][0x11]!n[0xd1][0x99][0x8b][0xde][0x1f] [0x81]Ed[0xf0][0x90]r[0x15]Q [0x8b][0xd9][0xc3][0xe1]6[0xee]D[0x9b][0x9f][0xc5]][0x8a][0xcf]"i[0x9e][0xa4]X$[0xdd]#)NV[0x9a]C?[0xa3]M[0x91][0x94][0xd7][0xdc]oh[0x9f][0xb3]y[0xf3][0x98]2[0x1e]#[0xde]E[0xc2][0xec]"[0xf9][0x13][0xfa][0xf7]a[0xea]d[0xe4]X[0x8a][0xd2][0x19]=P?[0x1d][0xa3][0x82][0x6][0x1]-[0xba][0xd5][B[0x85]9[0xb]~u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x18][0x82][0x17][0xc7][0x82]cg[0xc1][0xf6][0x18]p[0x8c](Pg[0x91][0xec][0x8a][0x9c][0x18][0x91][0x92][0xa2]NSDG[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xc8][0xfc][0x7]PK[0x7][0x8]r[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/FixMethodOrder.class[0x8d]Q]KBA[0x14][0x9c]5[0xed][0x96]}i[0x16][0x14][0x11]}[0x81][0xd8]K[0x97][0x9e]{[0x12]T[0x8]4E[0xaf]A[0xf4][0xb4][0xea][0xc9]V[0xd6][0xdd]X[0xf7]J[0xfe][0xb5][0x1e][0xfa][0x1][0xfd][0xa8][0xe8]\[0x82].[0x81]P[0xf][0xcb][0x9e]a[0xe6][0xcc][0xec]9[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0x1a][0xfb][0x1]v[0x3][0x94][0x2][0xec][0x9][0xe4][0xe6]R[0xc7]$pQ[0xb9]lZ7[0xe]'[0xb1]Q>t[0xb1]1[0xe4]fa[0x8b][0xfc][0xb3][0x1d][0xf5][0xac][0xf3][0x8c]n[0x4][0x8a]Uc[0xac][0x97]^YS[0xa3]'[0x19]k/p[0xf6][0x8f][0xbe][0xa0]VoT[0xfb][0xcd]H [0xdf][0xb3][0xb1][0x1b]RCi[0xe]-5[0xd4][0xeb][0xb7][0xb4][0xed]F[0xe4][0xae]&r.[0x5][0xe][0xbb][0xb1][0xf1]jJ[0xf7]j[0xa6][0x6][0x9a][0xd2][0xc8][0x99][0xc0]i3[0xd1][0x84]Z[0x9a]q([0x88][0xb0]K[0x9e]LRqV[0xf9][0xf]I[0xc7]j5\$[0x8f][0xea][0xf6][0xef][0xa2][0xdb]V][0xe0]xyK$[0xdd][0x98]<+[0xcf][0x97][0xf3]uMS[0xf6][0x8c][0x16]/[0xc4][0xa2]l[0xf4][0xd0]a[0xaf][0x83]t[0x1b][0xbf][0xa7][0x13]([0xa4].[0xed][0xc1][0x84][0x86][0xbc][0xbc][0x93][0xa5][0xc6][0xe9][0xc8]e[0x1][0x81][0xc][0x9f][0x15][0xfe]9[0x91][0xe5][0x14][0xe4][0x18][0xad]2[0xca][0x11][0x2][0xac]1[0xb9][0xce] [0x83]<6[0xf8]>[0xe2]j[0x93][0x5]Y[0xc2][0x16][0xb6][0xb1][0x93][0x94][0x8f][0x10][0x84][0x2][0x8a]_PK[0x7][0x8][0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/junit/Ignore.class[0x85]PMK[0xc3]@[0x10]}[0xdb][0xa6][0x8d][0xb6]~[0xb4]Z[0xf][0x1e][0xc4][0xe2][0xa1][0xe8][0xc5][0xe0][0xd9][0x93][0xd0][0x88][0x5]kK[0x1a][0x5][0xf1][0xb4][\r]c[0xd8][0xb0][0xdd]H[0xb2])[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x82][0xf1][0x10][0xf0][0xb0][0xbb]o[0xf6]}[0xc]3[0x9f]_[0xef][0x1f][0x0][0xae]p[0xe4][0xe2][0xc0][0xc5][0xa1][0x8b][0x81]@k-uA[0x2][0x83][0xf3][0x8b][0xfb]D[0xae][0xa5][0xa7][0xa5][0x89][0xbd][0x85][0xcd][0x94][0x89][0xaf][0x5][0xfa]7[0xc6][0xa4]VZ[0x95][0x9a]1[0xbd][0xca]B[[0x1][0x8]t[0x16]i[0x91]Et[0xab]4[[0xbb][0x93][0xd8][0xa4][0x19]][0x96]v[0x81][0xe3][0xa0]0V[0xad][0xe8]I[0xe5]j[0xa9][0xa9][0xf2][0xe7][0x2][0xc3]?-[0xe4]/[0xe1][0x5]d[0xc9][0x94][0x88][0x1b][0x8e][0xfe][0x91][0xcc]S[0xad][0xa2][\r][0xb][0xdd][0xe0][0xf1]![0x9c]L}[0x81][0x93]zK([0xb3][0x98],+[0xcf][0xea]y_[0xd3][0x8a]3[0xc3][0xcd][0x1b][0xb1][0xa8]=[0xf5][0xc3][0xbb][0xd9]X[0xc0][0x9][0x9f][0xe7][0x1c][0xda]K[0xb3][0xd8]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xac][0xf7]3[0x1e]U1[0xb3]eB[0x11][0xaf][0xe2][0xb4]6[0xb9][0x9a]y$xY[\r]>M^[0xbc]p8[0x1d]-[0xae][0xda]\5s[0xb8]Lm1l`[0x1b][0x1d]~[0x87][0x8c][0xba]L;[0x84][0x1d][0xec]b[0xaf][0x84]/h[0x10][0xf6][0xd1]+[0xaf][0xfe]7PK[0x7][0x8][0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Rule.class[0x85]O=K[0x3]A[0x10]}s[0x9a][0xac][0x89][0x1a][0xa3][0x9d][0x85][0x18],R[0xba]X[[0x9]^0[0x90][0x18]9O[0x1b][0xab][0xcd]1[0x1c]{lv[0xe5][0xb2][0x17][0xc8]_[0xb3][0xf0][0x7][0xf8][0xa3][0xc4]][0xb][0xd3][0x1c]803[0xf][0xde][0xc7]0_[0xdf][0x1f][0x9f][0x0]np&p"0[0x14]8%[0xf4][0x9f]]S[0x17]<[0xd1][0x86][0x9][0xbd][0xac]1|][0xa9][0x8d]"[0x9c]g[0x8d][0xf5]z[0xc5][0xaf]z[0xad][0x97][0x86][0xef][0xac]u^y[0xed][0xec][0x9a]0[0x9a]E[0x8d]4[0xca][0x96]R[0xfd][0x11]2c[0xcf]6[0xa2][Bg[0xa3]L[0x13]"[0xc7][0xff]H[0x9f][0x9c][0xd1][0xc5]6[0x18]D[0xf6][0xf2][0x98]O[0xe7])[0xe1][0xa2][0xdd][0x92][0xab][0xba]d[0x1f][0x94]W[0xed]|jx[0x15]2[0xf3][0xed];[0xc7][0xfb][0x93]i:[0xbb]'t[0xe7]i[0xfe][0xb0][0x8]`[0xe0][0xea]RV[0x8d][0xd5]^[0xc6]/[0x9][0xc3]][0xca]bYq[0xe1][0x9][0x97][0xad][0xc1][0xbb][0xd7][0xc7][0x4]B[0x12]z[0xf][0xb1][0x12][0xec][0xff][0xce][0xe][0xba]a[0x8f][0x2][0x12][0x81];`[0xf4][0xd0][0xc7]a[0x84]oH[0x18]G8[0x8e]c[0xf0][0x3]PK[0x7][0x8][0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0x0][0x0][0x0]org/junit/Test$None.classmP[0xbb]N[0xc3]@[0x10][0x9c]u[0xe2]X1[0xce][0x83][0x84][0xf0][0xea][0x90]([0x80][0x2][0xb]Q[0x82]h[0x8c][0x90][0x12][0xa2]4[0x4][0xf7][0x97]pJ.2w[0xd2][0x9d][\r][0xdf]E[0x85]D[0xc1][0x7][0xf0]Q[0x88][0xb5]M[0x83][0xc4][0x15];;s[0xb3]s[0x8f][0xaf][0xef][0x8f]O[0x0][0x17]8[0x8][0xd1][0xc0]N[0x80][0xdd][0x0]{[0x84][0xbe][0x93]V[0x89],[0x95][0xd6])[0xa3][0x1f][0xc7][0xb7][0x4][0x9a][0x10]:[0x89][0xd1].[0x17]:OEVH[0x1f][0xf5]"B[0xeb]Zi[0x95][0xdf][0x10][0x1a]'[0xa7])[0xa1][0x99][0x98]'I[0xe8]M[0x95][0x96][0xb3][0xe2]y![0xed]\,2V[0x6]S[0xb3][0xe4]X[0xc1][0xe1][0xcc][0xc5]f[0xbe]V[0x8e]af4[0xb3]h[0xac][0xb5][0xb4]I&[0x9c][0x93][0xac][0x8e][0xa6][0xc6][0xae][0xe2]M[0xc1][0xf1][0xf1]\[0xba][0xfc][0xb8]t][0x11][0xc2][0x7]S[0xd8][0xa5][0xbc]SeB[0xbb][0xdc]9[0xdf][0x88][0x17][0x11][0xa1][0x8d]0[0xc0]>a[0xf8][0xcf][0x1c][0xab][0xa5])[0xce][0x84]^[0xc5][0xf3][0xb5]5[0xaf][0xf5][\r][0xba][0xbd]8[0x82][0xc7][0xbf][0xc1]/[0xc3]![0x9a][0xf0][0x19][[0xcc]<[0x4][0xdc]y[0xe5][0x9][0x8c][[0xac]\2[0x12][0xa3][0xf6][0xe]z[0xab],[0x11][0xd7][0x90][0x11][0x98][0xf0][0xe8]=:[0xdc]E[0xb5][0x9]]lW[0x9e]AU[0x87][0xe8]W[0xde]2r[0x84][0x1e][0xda]?PK[0x7][0x8]TJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]org/junit/Test.class[0x85]QmK[0x2]A[0x10]~6[0xb5]S{[0xcf][0xde][0xec][0xcd][0x88][0x10]E[0xe8][0xe8][0xb3][0x11]D[0x19]%[0xa6]aW_[0xfa][0xb4][0xd9]d'[0xe7][0x9e][0xdc][0xed]Y[0xfe][0xb5]>[0xf4][0x3][0xfa]Q[0xd1][0xac]D[0x16][0x9]-,;3[0xcf]3[0xcf][0xec][0xcc][0xbc][0xbc][0xbe][0x1]8@[0xce][0xc2][0x86][0x85]M[0xb][[0x16][0xb6][0x5][0xe2]u_[0x91][0xc0][0xf4][0x85]R[0x14][0x9c]x2[0xc])[0x14]H[0xd2]K[0x8f]Z[0x9a][0x1e][0x4]2[0x85]b[0xad]#[0xfb][0xd2][0xf6][0xa4]j[0xdb]CFY`[0xe1]X)_K[0xed][0xfa][0xea][0x94][0x1e]e[0xe4]i[0x81][0xe5][0x9a][0x1f][0xb4][0xed]N[0xa4]\m;[0x14][0xea]=#[0xcd][0xdc][0xd4][0xb5][0xdb]VRG[0x1][0xd7])[0xfd]U;,[0xfd][0x88]8O[0x81][0xff],[0xef]=*[0x1f]q[0xa6][0xa5][0xdd].[0xf9][0x11]k[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]j[0x2]_G }[0xed]GA[0x8b][0xce]\[0x8f]5S[0xa6][0xd8][0xbe][0xd1][0x10][0xc8]6#e[0x92]n[0xdd][0xd0]e[0x95][0xd1]/[0xb9][0xa9][0x9d][0x1f]u[0xe4]7`7I[0x93]2[0x16][0x17]L[0xf4][0xa5][0x17][0xb1]d[0xfe][0x1f][0xea][0x95][0xef][0xb9][0xad][0x81][0xf9]a[0xf3][0xa6][0xee]\\V[0x4][0xb6][0xc6][0xa7]82h[0x93]f[0xe6][0xee]x[0xbc][0xe2]Q[0x97]5[0x9d]A[0xcf][0x8c]j[0xf2][0xb2][0xe2][0x9c]7N[0x5]f[0x8f]R`~[0x94][0xdd][0xb8][0xef][0xf0]n[0x4]rc[0x5]G-[0xf3][0xee][0xc6],$/x~[0x13]|c<[0xc9][0x89]8[0xb7][0x80]$[0xfb])[0xf6]b-[0xa4]1e[0xc2][0x98]f`[0x6][0xb3]L[0x1b][0x2]U[0xcc]1a[0x8]-"[0xc3][0xef][0x6][K[0xc]/[0x13]V[0xb0][0x8a]5c[0xde]A[0x10][0xb2]X[0xc7]$[0x13][0xd2][0x1c][0x89][0xf3]M [0xf5][0x9]PK[0x7][0x8]s[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/junit/experimental/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/ParallelComputer$1.class[0x8d]TkS[0xd3]@[0x14]=[0xdb]VB[0xdb][0x8][0x88][0xe0][0x1b]E[0x1]i[0xa9][0x12][0xf1][0xad][0xf8].E[0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xad]0[0xe3][0xb7]%][0xe9]b[0xba][0xe9]l[0x12]A[0xbf][0xf8]s[0xfc][0xac][0xe3][0xb]?[0xf8][0x3][0xfc]Q[0xea][0xdd]6[0x8a]2U[0xc9]L[0x92][0xdd][0xbb][0xe7][0x9e]{rrw[0xbf]~[0xfb][0xfc][0x5][0xc0][0x14][0xca][0x19][0xf4]`<[0x83][0x1c][0xf2]i[0xec][0xc6]D[0x16][0x5][0x9c]2[0x8f][0xd3][0xbb]^}o_iL[0xc2]1[0xa1]3[0x16][0xa6][0xd2]8[0x8b]s[0x19]dp[0xde][0xc2][0x5][0xb][0x17]-\b[0xe8]~Z[0x11][0xfa][0xb9]t[0x5][0xc3][0xc9][0xf2][0x1a][0xce][0x9d]([0x94][0x9e][0xe3][0xfa][0xca][0x8d][0xb4][0x16]*tJ[0x1b][0xc2][0x8d]B_[0xc7][0xb8]i[0x86][0xae]kR[0xc9][0xf0][0x6]C2[0x97]_bH[0x15][0xfd][0x1a][0xa5][0xf7][0x96][0xa5][0x12][0xf3]QcE[0xe8]*_[0xf1]([0xd2]_[0xf6]][0xee]-q-[0xcd]<[0xe][0xa6][0xc2][0xba][0xc][0x18][0xc0]`[0xcf])%t[0xd1][0xe3]A (R([0xfb]z[0xd5]Y[0x8b][0x88][0xda][0x11][0x1b]M[0xa1]e[0x83][0xca]s[0xcf]Y[0xe4][0x9a]{[0x9e][0xf0][0x8a]~[0xa3][0x19][0x85]B[0x8f]N[0x91][0x86][0xee][0xc0][0xad][0x8b]Zd[0x18][0xf7][0xe7][0xda][0xc2]=[0xae]V[0x9d]G[0x91]R[0xa6][0xd0][0xb4]Q[0xd6][0xe3][0xd6][0xa5]W[0xab][0x84]<[0x14][0x86][0x8b]a[0xa0][0x13][0xd2][0x98]@[0x1f][0x14][0x10][0x1f][0x3]#[0xc2][0xe1][0xdf]Ps[0x8a]*[0xea][0xa8][0x19][0x8a]Zi[0xc3][0x15][0xcd]P[0xfa][0x8a]22[0x15]?[0xd2][0xae][0x98][0x95]F[0xc0][0xe0]v[0x85][0x93]&[0x9f][0x1c]))[0xd7][0xf3][0x3][0xa9]V[0x1f][0x8a][0xb0][0xee][0xd7],\[0xb6]q[0x5]Wm[0xf4]c[0xaf][0x85]i[0x1b][0xd7]p[0xdd]F[0x1f][0xf6]X[0xb8]a[0xe3]&n[0xd9][0xb8]mV[0xee][0xd8](b[0xc6]F[0x9][0xb3][0xc]G[0xff]-[0xc6][0xc2]][0x1b][0xf7]0g[0xe3]>[0x1e]0[0xe4]wl"C[0xdf][0x16][0xf3][0xc2][0xca][0x9a]p[0xc9][0xa0][0xf1][0xad]t[0x1d][0x99][0xdf][0x13]8[\r][0xfa][0xbb]^[0xcb]-[0xa1]+[0xb1][0xe9][0xfa][0xf][0xe4]?[0xb]1d[0x9b]qH[0xbe]$[0xb3][0xce][0xe7][0xca][0xdb]k[0xc4][0xe4][0xd3][0xf9][0xbf][0xae][0xfc]t[0xe1]o[0xbd]I[0xed][0xb3]W[0x89][0xf5]"7[0xfa][0xaa]u-xm[0xd1][0xf7]=[0x86]\.[0xbf][0xd3][0xae][0x1e][0xdd][0x9][0x8e][0x9a]?[0x88]V[0x1a][0x92][0xac]:[0xd7][0xb9][0xed]:" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-3: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97][0x9b][0x8d][0xc2]H[0xb7]Z-[0xa8]Ga[0xcd]_W[0xc]C[0x1d][0x91]U2[0xf2][0xb1]2[0x5][0xb2][0xf3][0xb7][0xe7][0x17]*[0xa5][0xe2][0xc2][0xfc]L[0x85][0xe1]Xg[0xe2][0x9f]p[0xa2][0xee][0xe3][0xeb]\[0x86]U[0xa1][0x1b]Rq[0xd3][0x1a][0xc]#[0xb9][0xfb][0xff]I[0xcb]?[0xf9][0xa3][0xf]*/[0x2][0xda]+[0xb4][0xb3][0xa9][0xcf][0xa8][0xb1][0xdb][0xc9][0xd2]w[0x16][0xb5]Ta%$c[0x1b]T[0xa9][0xb7][0xd9][0x9e]r[0xf7]YUs[0xe3][0xca][0x81]\Gh~[0x9][0xc3]t4[0xf5][0xd0]n[0xef][0xa5][0xbb][0xdf][0xf4]:[0x9d]]I[0xba]i[0xb]Pd[0x80]FW[0x91][0xa0][0x11]`O|[0x4][0x9b][0xf8][0x84][0xc4]{$[0xdf][0xd0]<[0x81]Azf[0xe8][\r][0xe4][0x91][0xc2][0x8][0xf6][0x19]T[0x1b][0x8b][0xfd]8[0x4]s[0x8a][0x1c][0xc6][0x91][0x98]g[0x86][0x90][0x89][0x16][0xcf];$[0xb][0x9b]H%[0xb0][0xbc][0x9d][0xe7]$[0xb2][0x18]o[0xf1][0xec]kcc[0x1e]3[0x1a][0xc2]Qb"[0xa7])[0x8b][0xa8][0xaa]A[0x8d][0x19][0xc6]M[0xec]b0[0x83][0x1]t[0xbd]E[0xf7]&[0xd2]),[0xbf]F[0xb6]\x[0x8b][0xec][0x7][0xd8]oZ[0xc2][0xe][0x92][0x9c]L\[0xf2][0x10][0xba][0xe8]Y@[0x1a][0xa7]([0xee][0xd0][0xca]i*2[0x89]Q[0x9c][0xf9]%a[0x8][0x16]Yt[0xbc][0x95];[0x16][0x8b]I[0xe2]DK[0xf6][0x8]!A[0x12][0xc6]H[0xf6][0xc1][0xd6]'02[0xd3]\[0xdd]?[0x0]PK[0x7][0x8]X[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/ParallelComputer.class[0x9d]U[0xdb]N[0x13]Q[0x14]][0xa7][0x1d]:t[0x18]Z([0x5]D@[0x5]Q[0xda][0xe1]R[0xb9]x-"P1!i[0x88][0x1]R[0x3]>[\r][0xed][0x4][0x86]L;[0xcd]tF[0xd1]?[0xe1][0xb]|[0xc5]D[0xc4]Hb[0xf4][0xd5][0x8f]2[0xee]sf@[0xb4][0xe5]"[0xf]=[0xb7]Y{[0xed][0xb5][0xd7][0xb9][0xf4][0xe7][0xaf][0xaf][0xdf][0x0]L`QA+&[0xa3][0x90]0[0xc5][0x9b]i[0x19][0xf7][0x15][0xea][0x1f][0xc8]x([0xe3][0x91][0x2][0x19][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xc8]r[0xd8][0xc][0xff][0xf2][0x94][0x8f]feD[0xd3]>[0xb8][0xd9][0xc9]@[0x10][0xc8][0xdd]([0xc5]5[0xc4][0x87][0xa5][0x6][0xf8]~(|G[0x2][0xfc][0x12][0xa9][0xe1][0xab][0xdd][0xda][0xf]D[0xf6][0xd0][0xae]}G[0xe4][0x8][0xf2][0xfa]![0x9a]?#[0xaa][0xed][0x9f][0x94][0x13][0x13][0xb2][0x7][0xe8]a[0x90][0xca][0x98][0x12][0xa5][0xa8]~(z[0xd1]'[0x92][0xd0]n[0x13][0x8a][0xd3]z[0xd4]K[0x82]vd[0xf4][0x10][0xca][0xb2][0xf6][0x9][0xa1]=(c_[0xd0][0xf2][0x1][0xd2][0x18][0xa7][\r][0xb]Z[0x85][0xe8][0x81][0xc7]D[0xfb]DPj~[0xd8][0x89];[0xdd][0xb8]I[0x8e][0xf9]ib[0x94]>D[0xc8]6[0x92][0xd0]G[0xf1][0xb7]OI[0x88]a[0x88][0xbe][0xdd][0xa1][0xb1]D+w1,[0x84][0xa7]hF[0x7][0xaf][0xa1]([0x95][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]#j[0x8e]R[0xcd]_(j[0x4][0xa3][0x81][0xa8][0xde]:Q#[0x18];%j<[0x10][0x95][0xa1][0xdf]=1[0x9a][0xa0][0xa2]y6z[0xdb][0x5]o[0xf3]oPK[0x7][0x8]@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/experimental/categories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.class[0xbd]YktTW[0x15][0xfe]Nf[0x92][0x99]Ln[0x80]L ![0xf]`[0x80][0x80][0x93][0x99][0x84][0x1]L[0x91][0x12][0xc0][0x86][0x90][0xb6][0xd1][0xf0][0xc][0xf][0x3][0xad][0xed]erI[0x86]Nf[0xa6][0xf3][0xc0][0x84][0xaa][0xb5]Z[0xad][0xb5]Z+Uk[0xa0]O|[0xa4]jj[0xa9][0x96]$[0x10][0xa1][0xd8]*[0xd4][0xd6]G[0xb5][0xd5][0xda]j[0xab][0x15]k[0xbb]\[0xfe][0xac][0xae][0xe5][0x1f][0xeb][0xde][0xe7][0xde][0xb9]s33[0x81]PX[0xae][0x95][0x9c][0xb3][0xcf]9[0xfb][0xec][0xfd][0xed]}[0xf6][0xde][0xe7][0xdc][0xe4][0xb9][0xff][0x9e]8[0x5]`[0x19][0xde]v[0xc1][0x85]/;p[0x8f][0x13]_q[0xa1][0x0][0x7]][0xb8][0x17]_[0xe5][0xc9][0xaf]9[0xf0]u[0xee][0xef][0xe3][0xe6][0x1b][0xe][0xc]r[0xc8][0x85]&[0x1c].&[0xea]~n[0x1e][0xe0][0xb9][0x7][0x99]z[0x88][0x9b][0x87]y[0xf8][0x88][0x3]G[0x9c][0xf8][0xa6][0xb][0xe5]8X[0x82]o[0xe1][0xdb]N|[0x87][0x7]CN<[0xca][0xfd]w[0xb9]y[0x84]9[0xbf][0xe7][0xc2]||[0xdf][0x85]a[0x5]{0+[0xd8]o[0xf0][0xee][0xca]J[0xbd][0xec][0xf1][0xa5]*w[0xa7][0x83][0xb7][0x9d]3.[0x11][0x8a]F(r]![0xcb][0xc0][0xe4]h[0xeb][0xb7]ph[0x96][0xc1]][0xd9](')[0x1]S[0xe3][0xba]T[0x8b][0x8a]V[0x87]h[0xeb]Z[0x81][0x85][0x17]v[0xde][0xe][0xca][0xf5]do[0x88]lXs[0x89]ZgL[0xf0]c7[0xe7][0xba][0x80]&,[0xab]m[0xfd][0xe6][0xaa]f[0x92][0x9b].[0xaf][0xff][0xc8]('[0xc9][\r][0xc6]C{([0xa6]fz[0xeb]-|[0x9d][0xc9]x([0xd2][0xc3][0xb9][0x9a][0x8c][0xea]4[0x95]^[0x9d]9[0x96][0xa4][0xd3][0x14][0xa8][0xca][0xe1]^[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85][0xbb][0xa5][0x91][0xc5][0x89][0xde]h*[0xdc][0xbd]5E|[0xf3][0xbd][0x16][0x8f][0xc5]S\[0x94][0x3][0xeb]3[0x82][0x9a][0xeb][0xa9][0xa8][0xdb]55[0xd8]+0[0xf7][0xfc][0x9c][0x2][0x5][0xa1]:[0xb3][0x92]P@}[0xad][0xc]b[0x10][0xa5][0xe3]([0xe8]r[0xdb]Fa[0xaa][0x9a]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]b[0xc]EGi[0xdd][0x86]u[0xd4]N[0xa3][0x1e][0xe8][0x87][0x3][0x3]([0xc3]-h[0xa5]Q[0x85][0xbe][0x1f][0xeb][0xa5]t[0xa6][0xda]p5[0xe9][0xbf][0x86]h[0x85]z}[0xe6]Z[0x13]Q;[0x8a]I[0xff][0x87][0xc][0xfd][0xed]([0x94]<[0xa5]v[0xfb]I8[0xba]l[0xbe][0xce]183[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xe4][0xe2][0xad]R[0x91].[0xac][0x14][0x1f]F[0x7][0xf5][0xd7]L[0x98][0xd9]@[0xbd].~[0xa3]4o[0x93]!~[0x1d][0xf5][0xcc]Sd[0xf7][0xe5][0x91][0xfb][0x19][0x8b][0xdc]"[0x9][0xdb]*[0xb7]H[0xc2]N[0xcb][0xdd]Lr[0xb7]L[0xc1]mv![0x1d][0x97][0xc7]mw[0x90][0xdb]>On[0xfb][0xc2]{v[0xdb][0x96][0xf3][0xba][0xad]8[0xdb][0xbc][0xbb]/[0xd2]m[[0xf2][0xbb]-G[0xee][0xc1][0x8b]r[1_[0xd4][0x86][0xdc][0x18][0xad][0xda][0x99]s[0x1c][0xae][0xae]jm[0xe3](J[0xb2][0xa5][0xdf]'[0xa5][0xfb]t>l3[0xdc][0xa3]`[0xbb][0x8c]j[0xa6]v[0xd0]\[0x81][0xa4]v[0xd2][0x9c]M[0xea][0xae]0f[0xb6]S[0xc4][0xb]cm%[0xad][0xe9](>B[0xd2][0xe8]>7P[0x1c][0xa1][0xbe][0x90]z[0x8f]o[0x14][0x8a][0xaf][0xe6][0x18]J}s[0x8e]a[0x9a][0xaf]a[0xc][0xd3][0x8f]a[0x86][0xaf][0xca].[0x89][0xb2]'Ld[0xd5][0x84][\r]8LR[0xee]'{[0x1e][0xa0][0x3]}[0x90]4>[0x84]yxX[0xa2]m[0xd2][0xe5]a7[0xae][0x93]h=[0xb8][0x9e]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "I}[0x94]0[0x16]H[0xea][0x6][0x9a][0xb3]I[0xea]F[0x9a][0xb3][p3[0xd7]J[0x83][0xba][0x91]([0xbb][0x81][%[0x19]{[0x10][0xa4][0x96]q[0x7][0xa8]g[0x99][0x85][0xbe][0x11][0xb8][0x8f]J[0x86][0x8c][0xdb][0x86],[0x87]Rh[0x0][0x11][0xfc]B16[0xdf]F[0xaa]YA[0xcb]8[0xca][0xbb][0xdc]3G1[0xcb][0xf7]$f[0x1c]G[0x85][0xc0] [0x9c][0xee][0xca]!8xb[0x4][0xb3];[0xa8]/[0x93][0xb][0x87]P[0xe6]wW[0x8d][0xa0][0x9a]ghe[0xa7][0x4]5[0x19][0xc5]nyFcX[0x80][0x13]X[0x82]q[0xaa]/'-[0xa1][0xdd]b[0x80]X@^[0xd2][0xb0]Wb[0xa7]W[0x8a][0x1][0xe7][0x1e][0xe2][0xe1][0xdd]M>[0xff](j[0x7][0xa9][0xd2][0xc][0x93][0xf0]9#[0x98][0xbb][0xa1][0xe1]8[0xe6]1[0xa8]j"<[0x2][0xa7]1[0xa3][0xaf]q[0x4][0xb]$[0xd3][0xd0][0xbb][0xe7]l[0xc3]&[0x2][0xfd]\[0x9e][0x86][0x13][0xcf]P=<[0x83]E8[0x8b]F<[0x8b][0xe5][0xf4][0xa4]JG[0xd1]"Z[0x9]Q[0xc2][0xda][0x8][0xaf][0x7]7!,[0xd1]5[0x99]g[0xd5]D[0xe8][0xf6][0x11][0xaa][0x2]~[0x81][0x19][0xe8][0xde]!n>[0xa9][0x18][0xa5][0xf2]B[0x6]$[0xbd]Tjzl[0xd8][0xe2][0xa2][0xc5]DO[0x1b]D[0x99][0xaf][0x81]'GQ7[0x88]r[0xdb]pz[0xb4][0x88]P[0xdb][0x86]-[0xae]&[0x1b]hT[0xca][0xd2][0x98]e[0x6]m[0x18]NS[0x8b][0x86][0xcd][0x88][E1[0x6][0xbc]@G[0xf9]"Q/a6^F[0x1d][0xbd][0xe8][0xfc]x[0x85]b[0xe3]U[0xaa][0xf1][0xaf]Q[0x9e][0xbd]N1t[0x8e][0xb2][0xeb]M[0x8a][0xfb][0xb7][0xc8][0x9e][0xb7][0xc9][0xcf][0xff][0x90][0x96]{t[0xfc][0xa6][0x95]1[0xc3][0xca]B[0xf2]@DFd:c[0xf5][0x19][0x8e][0xbe][0x2]~;[0x1a]9[0xf2][0xb8][0x91]#~2~[0xb1][0xc0][0xc6]F[0xe3]Pj[0x1b][0x8d]Cq[0xac][0xb2][0xfb]9Q[0xde]g[0x1c][0xcb][0x1b][0xb6][0xc]x=0[0xde]A[\r][0xfe]E[0xa0][0xff][0x8d]z[0xfc][0xc7]L[0x93][0x1a][0x94][0xe0]f*Ev[0xaa][0x86][0xb][0xe4]q0P[0xbf][0x9][0xd4]/[0xe1][0x9]I[0xc5]M[0xa0]l[0x8e][0xbe]s[0x83][0x94][0xed][0x97][0x90][0xd3]\[0xc]^O[0x98][0x4][0xfd]&[0xdf][0x83][0x11][0x87][0xf8][0x94][0xc8][0x8]{[0x96][0x11]B[0xa0]F[0x14][0xa0]N[0xd8]P/[0x8a][0xfe]oF[0xb8][0xf8])o[0x18]q[0xb3]<[0x19]`[0xde]8[0xbc]][0xa3][0xf4][0xb5][0xe8][0xa7][0x9a]L?[0xfe][0x9d]L4[0xa4][0xe9][0xa3]Y[0xc0]]p[0x8a][0x12][0x94][0x9][0x5]sD[0xa9]%-[0xe7][0xc9]@[0x0][0xa5]L%)Ya[0xb9]q[0xf4][0x99][0x95][0xe6][0x8d][0xb3][0x9f]`[0xd0][0xc7][0x81][0x91][0x12][0xd7][0xc9][0x14]![0xe9]T|[0x1a];[0xfc]g[0xe1][0x10]T2(?[0x96]d4[0xf3]?I [0xca]P([0xdc][0x16][0x8d]nCc!]9[0x3][0xe4]4a[0x9]=[0x9e][0xd9]@[0x94][0x8b][0xbf]I[0xc][0x83][0xf7][0x1a][0x6]/[0xf6][0x9d][0x85][0xd3]F[0xd7][0xdb]Q_9[0x2]#Xz[0x1a][0x1]V[0xec][0xe2][0xb9]![0x14][0xfb][0x8f]c[0x99]@V9[0x12][0x15][0xb0][0x8b]J[0x14][0x8b]j[0xcc][0x14]5[0x16][0x14][0x8b][\r][0x14]3[0x89][0xef][0xe3][0xf8][0x84]i[0xe5]'I7}[0xd6][0x19][0xba][0xf][0x18][0xba][0xab][0xd3][0xce][0xf6][0x9d]!Ed[0xf2][0xf2][0x9d]~1[0x82][0xf7][[0xfd]\[0xc1][0xb1]%[0xe6][0x91][0x9f]=P[0xc4]|[0xb8][0xc5]B[0xcc][0x16]u[0x16][0x9d][0xd5]TuWH_[0xbb][0xf1]izm[0x8]K[0xc9][0xe7][0xb5][0x95][0xe6][0xda][0xed]&[0x9e][0xcf][0xd2][0xfb][0x80]>[0x90][\r]<[0x8f][0x1a][0x11][0xcc][0xbe][0xe0]:[0xd2][0xe1]?[0xb5][0xc6][0xb6]vN[0xed][0x11][0xcc][0xf2][0xcf]Y[0xbe][0xca]^e?[0xcb][0xe9]w[0xbb]M[0xc][0xbd][0xfb]OK[0x6][0xca][0xc2]([0xbc]([0x12][0xf5][0xa8][0x14]>[0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xe6][0x12]]'[0x96][0x98]A\)[0xdf]#[0x1c][0xc4]Nzk[0xdc])_[0x1f]%[0xa8]"[0xfd]w[0x91][0xd6]RZ[0xbf][0x89]([0x9b][0xf4][0xdd]m[0xe6]%[0xcf][0xe8][0xf5][0x9d]z[0x10][0xf3]Z[0xe6][0xba][0xff]"[0xfd]~IRw[0xe3][0x83]2"[0xf8]l[0xef][0xc5]Z[0x14][0xff][0xf]PK[0x7][0x8]0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categ" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ories$ExcludeCategory.class[0x95]PMO[0xc2]@[0x10][0x9d][0xe1][0xc3][0x2][0x82][0x80][0xa2][0xc8]I[0xf][0x86][0x80]16[0x9e]%&[0x4]5![0xf1]+[0xa0][0x1e][0xe0][0xb4][0xd4][0xb1].Y[0xb6][0xa6][0xdd][0x12][0xf8]k[0x1e][0xfc][0x1][0xfe]([0xe3][0x94][0x18]j"[0x89][0xf1]0[0xbb];[0xf3][0xde][0xec]{3[0x1f][0x9f]o[0xef][0x0]p[0x2]5[0xb][0xb6],[0xd8][0xb1][0xa0][0x8a][0x90][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15][0x12]B[0xa5][0xd1][0x1c]^[0x8d][0xc5]T[0xd8]Jh[0xd7][0xee]([0x11][0x4][0xa7][0x8][0xe5][0xb6][0xd6][0x9e][0x11]Fz[0xfa][0x9c][0x9e]E[0xa8][0xc]B[0xb6]/]-L[0xe8]s[uE[[0xeb][0xf0][0x8c];3[0x13]a[0x9c][0x97][0xb6][0x9e]#$[0x1b][0xcd]A[0x92][0x95][0x11]![0xd7][0xf7]B[0xdf][0xa1]K[0xa9][0xb8][0xb9][0xd8][0x11][0x86]\[0xcf][0x97][0x14][0x1c]G [0xd4]z[0xa1]6rB[0x8f]2[0x90]#E[0xb1]x[0x80][0xb0][0xff]CG,[0x1][0xbb]G[0x86]t[0xf4]b[0xcd][0xfa][0x1f][0x94];OIg[0xce]D[0xab][0xf7]ps[0xdf][0xbd][0xbe][0xb0]`[0x17][0xa1][0xe5][0xf9][0xae]=[0xe][0xb5]46[0xcd]^[0xc9]g}m[0x84][0xb2][0x9d][0xa5];;6zp1sT[0xf8]D[0xdf][0x15][0x9e][0xae][0xf8][0xab][0x92][0xef]jM[0xfe]b[0x17][0xc4][0xc6]K[0xb1][0xa9][0xdb][0xd1][0x98][0x1c]^[0xe1][0xde]J[0x9f][0xf1][0xb8][0x8]G[0xff]1UG@HpD[N[0xa4][0x10]R[0x90][0xe6]|[0x8d][0xb3][0xe4][0x90][0xf]+*C[0x86][0x81],[0xe4][0x98][0xb6][0x0][0x6][0xb0][0xce][0xfc][0xfc][0x2]*[0xc0][0x6][0xdf][0x5][0x86][0x8a][0x1c])[0x82][0x12][0x94]a[0x9b]K[0x11][0x1b]a[0x13]*[0xf5][0xec][0x17]PK[0x7][0x8] [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.class[0x95]P[0xcb]N[0x2]A[0x10][0xac][0xe1][0xe1][0x2][0xa2][0x80][0xa2][0xc8]I[0xf][0x86][0x80]1n)[0x7]K[0xe][0xb6][0x1c][0x9c][0x10][0xe2][0xc8][0xc9][0xd5]5[0x5][0xd7][0x15][0xcc][0x86][0xd0][0x88]9[0xf9]}C[0xe][0xaf]*[0xb8][0x19][0xc2][0xe][0xdc]j[0xc4]:|J[0xe][0xb7][0x15]|[0xba][0x11]a[0xf9][0x11][0xc6]mI[0xf3][0x19]9|6[0x84]-[0xf8]\[0x8][0x9f][0xc7][0x9d]F|[0x1][0xaf][0xc9][0xe1]u[0x5]_T[0xf0][0x86]<[0xb9]U[0x8f]/I[0xc9]_[0x96][0x1f]_i[0xc4]WqG[0xc1][0xd7][0xa4][0xe4][0xaf]+[0xf8]F[0x8][0xbb][0xf0][0xcd][0x10][0xbe][0x85]o+[0xf8][0x8e][0x82][0xef]*[0xf8][0x9e]@sRs[0xf4][0xc9][0xac]5w[0xc2][0xc8]8[0xba]%[0xa0][0xe][0x9a][0xa6]n%3[0x9a]m[0xeb][0xb6][0xc0][0xba][0xe3][0xb3][0xa9]L.[0xad][0xe7][0xc9][0xb8]3h[0x96][0xed][0x4][0xfb][\r][0xd3]p[0xe][0xb][0xf4]E[0x87][0xae]h[0xd7][0xb4]DF3'[0x13][0xae][0x88][0xbe][0xa1][0xac]5[0x99][0xb8][0x92][0xe3]y[0xc2][0xca]I[0xc9]vb:[0x9b][0xd6]3[0x89][0x11][0xf7][0xeb]h[0xce][0xc8][0xa4]u[0xab]/6&[0x10]H[0xf2][0x80][0xf2][0x87][0xc]S[0x1f][0xce]MO[0xe8][0xd6]9m"[0xc3][0x9d][0x96][0xa1]lJ[0xcb][0x8c]i[0x96]![0xbf][0xfd][0xcd]z[0xc3][0x83][0x91][0x96][0x1c][0xae][0xd6][0x9c]cd[0x12][0xa3][0xba][0xd3][0xc7]C}6[0xd8]d[0xd8][0x3][0xe6][0xdc]`[0x81]X[0x8c][0xe7][0xf7][0x8e][0x17]h[0x4][0xe5][0xf5]V MLk[0xa6]1[0x93][0xcb]h[0x8e][0x91]5[0x13][0xc3][0xd9]s[0xba][0xed][0xd8]#[0xfa][0xb4]f[0x98]d[0xd5]g[0xe4]6u[0x5][0x9c])[0x83][0x8e][0xea])[0xe1][0xd7]ggt[0xcb][0x98][0xd6]MG[0xcb]$R[0x9e][0x9f][0xc][0xdd]N$[0xb]K[0xf2][0xd5]][0x95][0xe][0x12][0xd8]P[0xe1]3[0x1]e[0xc2][0xf3][0x8b][0xc0][0x9e]U:P`[0xe3]r/[0xcd][0xcd][0xe4]=[0xb5]k[0xb9]{[0xfa][0xcb][0xf5][0xf5][0xc7][0xf][0xf7][0x1d][0xa6][0x80][0xd6]j[0x7][0x2][0xa1][0x82][0xb1][0x4][0xdb]0jL[0x9a][0x9a][0x93][0xb3]([0xf7]p[0xc5]mK[0x86]5\xxRw[0xf2][0x17]S[0x8c][0xa6][0xa7]*[0x83](Vq[0xc1]![0xcd]4[0xb3][0x8e]{3[0x4][0xb2]&[0xd7][0xef],[0x8b][0xdf][0xbe]jq+-[0x89][0xad][0xd6]oU[0x0]3[0xc8][0xda][0xab][0xb][0x1d][0xf7][0xec][0xce][0x7]_[0xd1][0xee]5ZQ[0x96][0x97][0xc4]q@[0xa6][0xac][0xe5][0xc]g[0xf3]T7[0xf4][0xf4]1[0xdd]N[0xe9]f[0x9a][0x82][0xec][0xd3][0x97]_2S[0x85][0x13][0x19][0x1a]g4K[0x1e][0x8]l[0x8f]V[0x6][0xbf][0xe4][0xb4][0xc]/[0xc8][0xdd][0xec][0xd4][0xb5][0xd4][0x94][0xc0][0xb6][0xf][0xa7][0x14][0xa8]1v[0x16]B[0xc9]u[0xdd] [0xcb][0x8a][0xe6]de[0x88]6[0xa6][0x8b][0xa4][0x2][0xf1]<^[0x1f][0xa4]F,'[0xb5]k[0x5][0x93][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "WL[0x88][0x1d])[0xcd],9[0x94][0xb6]%[0xa7][0x18]J[0xb4]`[0x15][0xf8][0xe9][0xf4]uS[0x9a]=`[0xdb]2|ezd[0x5]vD[0xcb][0xc2][0xaa][0xea]5[0x6].[[0xd9]if[0xa4][0xe6][0xf2][0x12]I[0x8d]C[0xde][0xfe][0xe8][0xaa][0x82]c[0xa5][0x8]hHY:[\r]![0xa3][0x84]qq[0x15][0x1]/H[0xd9]RI(PkK!m[0x15]G^[0xf2][0xf6]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_Kh[0x87][0xb4]TJ[0xb7][0xed][0x9d]{[0xf7][0xee][0xa5][0xe1][0xb3]{[0x8b];[0xfb][0xbc][0x9d]}[0xdc][0x19][0xcd][0xe6][0xac][0x94][0xce][0xfe]![0x8b]w1B{[0xa4]L[0x15][0x17][0xf1][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][0x13]*[0x12][0xd8][0xab][0xe2]$[0x6]U[0x9c][0x96][0xc3][0x1][0x9c]R[0xf1][0x9c][0x1c][0xbe][0x8f][0xbb]*[0xde][0xc4][0xf][0x4][0xf6][0xff]/5X[0xa0]s[0xa5][0x9a]3[0xc8]-C[0xcb][0x18]7\[0xfe][0xe3][0x96][0x95][0xb5]$[0x8e][0x1f][0xaa][0xf8][0x11]~[0xac][0xe2],F[0xe8][0xa2][0xff][0xa7]x[0xa8][0xf8][0x9]~[0xaa][0xe2]g[0xf8][0xb9][0x8a][0xb7][0xf0][0xf6]Z[0xa5][0x95]%[0xb1][0x8a][0xb][0x18]W[0xf1]1[0x8c][0xa8][0xf8][0x5]~[0xa9]`^[0xc5][0xaf][0xf0]k[0x5][0xbf]Q[0xf1][[0xbc][0xad]b[0x1][0xbf][0x13][0xd8][0xf2]a[0xb1][0xce][0xb4]Z5[0x2][0x16][0x9d][0xb1][0xfc]2R,[0xa8]v$kFX[0x1b][0xb4]i[0x9d][0xa9]+3-[0x92][0xf2][0x9e][0x3][0x11][0x16][0x8c][0x8][0xc9]"vnf&k9[0xb][0xfd]v[0xc3][0x7][0xd1]2[0xd6][0x92]6[0xd4]R[0xb9][0xcb][0x2][0xcf][0xfe]0[0xac][0xcf]RD[0xc0]t[0xa7][0xd6]h[0xa9]u[0xa7]'[0xae][0xe8])[0xa9][0xb6][0xad][0xd4][0xb][0xa3][0x8e]e[0x98][0x93][0xae][0x87]U[0xc2][0x96][0xd5])[0xe9][0xbd][0xea][0xc2][0xcb][0xb8][0xf3][0xc6]6-[0x8b][0x12][0x81][0xf5]FIO:[0xe1]6[0x1a]:[0x81][0xd2][0xda][0x8a][0x84][0xc9]l&C[0xd5]^[0x1b][0xc]j[0xe9][0xf4]@&[0xc3][0xd4](m@E[0x92][0xbe][0x8b][0x95][0x98]c[0xe3][0xd8][0xce][0xff][0xe]1[0xc8][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xb]1j[0xf9][0xc7][0x5]"[0x88]:([0xdc]=[0x12][0xef][0xec]z[0x80][0xda][0xce]%[0x4][0x86]9[0xd4][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "p[0xc][0xf6][0xd6]qTz[0x83][0xf1][0xb6][0xba][0xee][0xb6][0xe0][0xe6][0xc0][0x12][0xea][0x17][0xd1]0[0x8f][0xa6][0xe1]w[0xd1]x[0xa1][0xfb][0x1][0xd4][0xf7][0xe2][0x8b]hZB[0xf3]}J[\r][0xa2][0x13]=[0x8]Q[0xf2][0xd3][0x94][0xd8][0xc3][0xbf]![0x10][0xcf] ([0x9e]E[0xa3][0xe8][0xc5][0x6]q[0x0][0xed][0xe2] [0xb6][0x8a]C[0xe8][0x14][0xcf][0xa3]G[0xf4]!![0xfa]qP[0x1c][0xc6][0xb][0xe2][0x5][0xf0][0x19]?[0xd0][[0xdf][0xc5][0xae][0xb][0xf][0xb0]{([0xfe][0x90][0xe9][0xc5][0x80][0xdb]s[0xbe][0xf3]^[0x19][0xc6]WQ/nB[0x15][0xb7][0x98][0xfe][0xb7]K[0xc2][0xbc][0x15])[0xa4]9[0xd7]3[0xb4]u"[0xf3][0xf0][0x14][0xcf].[0x17][0xce][0x92][0x5][0x14][0x93][0xeb][0xeb][0x99]d[0x13][0xfe][0xfd]%8K[0xd7][0xd6][0xc5][0xfd][0x9c][0xf6][0xee]&[0xe8]n[0x9e]uUyYS[0x7]C[0xaa]"[0xf3][0x15][0xfa][0xde]c>[0xe4][0x9b][0x10][0x8c][0xb3]g[0x88][0x85][0xaa][0xdc][0x1e][0x98] [0xb9]=[0xc7][0x5]q[0xd5]u\[\r]2.[0xfd]4[0xba]8w[0xd0][0xdc]8[0xfb]U'[0xef]=[0xcc][0xb9]{w[0x3][0xd6]q[0xee][0xd9][0xdd][0xf0]_PK[0x7][0x8]7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/categories/Category.class[0x8d][0x91][0xcd]N[0x2]1[0x10][0xc7][0xa7][0xb8][0xb8][0x82][0xa2][0xa8]$F/[0x1a][0xf]D9[0xd0]x[0xf0][0xa4]11D[0x13][0x12][0xfc][0xc8][0xa2][0xeb][0xc1]SY&K7[0xa5]5[0xdd].[0x91]W[0xf3][0xe0][0x3][0xf8]P[0xc6]Y[0x9][0xc2][0x1][0xa3][0x87]Ig:[0xbf][0xf9]wf[0xfa][0xf1][0xf9][0xf6][0xe][0x0]'P[0xf3]a[0xd3][0x87]-[0x1f][0xb6][0x19][0x14]GBe[0xc8][0xa0]vt[0xfc][0xdc]I[0xc4]Hp%t[0xcc][J[0xa4][0xe9][0x19][0x83]RW[0xc6]Z[0xb8][0xcc][0x12][0xb2][0xb3][0x0]9o\[0x10]U[0xee][0x9a][0xcc]Fx-[0x15]a[0x95][0x96]p[0x18][0x1b];n[0xe6],[0x83][0xdd] [0xd3]N[0xe]1[0x94][0xa9][0xec])[0xbc][0xd4][0xda]8[0xe1][0xa4][0xd1])[0x83][0x83]9=[0xf1][0x93][0xe0][0x1]:[0xd4][0xb9]G[0xda][0xf5]?[0x90]{[0xa3]d4&[0xd0][0xf][0x1e]o[0x1f][0xda]7W[0xbf][0xaa][0xb6][0xf5][0x0][0xad]t[0xd8]'[0xf8][0xb0]cl[0xcc][0x93]LK[0xc7]i[0x3][0xb2]/[0x9c][0xb1]<[0x9c]x[0xf8]$[0xdd][0x80][0xa0][0xd3]9[0x8]__[0xa8]xHo[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xa3][0xc9][0x84][0x12]S>[0x1d]6[0x9c][0x8a]P][0xe3][0xff]e[0xc][0xaa][0xb3]^[0xef]z[0x9]F[0x8e][0xc1][0xfe][0xc2][0xf6]g[0x8b][0xab]3`P [[0xa2][0xef]d[0x1e][0x3][0xf][0x8a][0x14]-ST[0x0][0x9f]l[0xe5][0xdb]+A[0x99][0xce]=[0xa2]V)[0xeb]![0xac]A[0x5][0xd6][0xe9]j#[0xf]#[0xa8]~[0x1]PK[0x7][0x8]Q[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.class[0x9d]U[0xdf]W[0x1b]E[0x14][0xfe]&[0xd9]d[0xc3]vI(%[0x94][0xa0][0xb6]X)$!4[0xb6]UZ[0x8]R1[0x16][0xa5][0x86][0xb4][0x96]J[0xad]>-aN\[0xce][0xb2][0xc9][0xd9]l<[0xe5][0xdd][0xbf][0xc4][0x17]_[0xeb][0xb][0xa8]=[0xa7][0xbe][0xfb]/[0xf8][0xe2]_R[0xfd]f7@[0x2])[0xe6][0xf4][0xec][0xd9][0x9d];[0xf7][0xc7]7[0xdf][0xbd]sg[0xf6][0xaf][0xd7][0xbc][0x2]p[0x13][0xdf][0x1a]Ha[0xc1][0xc0][0x1d][0xdc]5[0x90][0xc4][0xa2][0xfa],[0xe9]([0xe9]X6[0x10][0xc7]=[0x1d][0x9f][0x1a]H`![0x81]U[0x3][0x9f][0xa1]l[0xe0]s[0xdc][0xbf][0x80]5|[0xa1][0xe3]K[0x1d][0xeb]:[0x1e][0x8][0xc4][0x97]m[0xd7][0xf6]W[0x4][0xa2][0xd9][0xdc][0x96][0x80]Vn[0xec]H[0x81]T[0xc5]ve[0xb5][0xbd][0xb7]-[0xbd]'[0xd6][0xb6]C[0xcd]h[0xa5]Q[0xb3][0x9c]-[0xcb][0xb3][0xd5][0xbc][0xa3][0xd4][0xfc][0x1f][0xec][0x96][0xc0]b[0xa5][0xe1][0xd5][0x8b][0xbb]m[0x2][0x15][0xe5][0xf3][0xa6][0xf4][0xec]=[0xe9][0xfa][0x96]S[0xac]Y[0xbe][0xac]7<[[0xb6][0x8a][0xe5]P[0xdc]_[0xb3][0x1d]_zkV[0xcd][0xe7][0xa4]$`[0xd6]01[0x81][0xab][0x2]S[0xff][0xd7][0xad][0xec][0xb6][0xf3][t:[0x9c]1[0xb0][0x1c][0x9c][0xae][0xee][0xd0][0xcc]96s]auJ[0xae][0xf8]U[0xb9]y'i[0xaf]z[0x9e][0xb5][0xaf]r[0xe7][0xae][0x15]t<4[0xf1][0x8]_[0xeb]xlb[0x13]Ot|cb[0xb]O[0x5][0xee][0xbc][0xe5]m[0xc0]=>[0xc9][0xfc][0xe1][0xf6][0xae][0xac]q[0xa1]+[0xe7]g[0xca]v[0x1e][0xe4][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8]u[0xe9][0xaf]zuJc[0xd9]\[0xbf]v[0x9c][0xe8][0xde][0xf3][0x93][0x8b]A][0x8a]#[0xa7][0xdd][0x5]b[0xad][0xa6]c[0x93][0xde]l[0xbf]N[0xe9][0xdb][0xee][0x93]'[0xc0][0xe5]|~[0xee][0x0][0x91]CD[0xf][0xa0][0xbd][0xd8]x[0x89][0xf8][0xb3][0xc2]![0xf4]?[0x83]@[0x13][0xc3][0xc][0xe]a[0x93][0xa1];5[0x13][0x94]3[0x1][0xfc][0x14]uI[0xc]a[0x12][0xef][0xd0]KY[0xc3][0x85][0x94][0xf4].[0xde]#[0xc6][0x95][0x80]5[0xef]hMSG[0x84][0xd2]T@[0xf4]}[0xbe]<7[0x8c]Wd[0xfe][0xe6],[0xc1][0xb1][0xf4][0x12][0x89]g[0x87][0x18][0xda][0x98][0x1b]5[0xe]p[0xa1]:[0xff]jA[0x8b].[0xc4][0xd2][0xb1][0xb4][0xf6]3[0xae][0xce][0xa7]c[0xb7][0x96][0xe2][0x99][0xf8]o0[0x97][0xf4]BF[0xff][0x1d][0xc3][0x11]<[0xfd])&~[0xf9][0xf7][0x9f][0xc2][0xb][0x86]G[0x3][0xa2][0x93][0xac][0x0]p[0x9d][0x80][0xb3]\ [0x8b]<[0x9f][0xdb][0x94][0x17]1[0x1f][0x90]~LK[0x9e][0xa4][0xa7][0xe9][0xa3][0xd3]c[0x4]3[0xb4][0xc6]Y[0xe4]<[0xbd]s[0x1][0xa5][0x19][0xca]s$>N{[0x81]RL[0x91];N[0xae]D[0xa4]Y[0xa6][0x92] [0xee][\r]nC[0x4][0x1f]R;[0xce]1[0xc4][0xbd]I[0xdc][0xd0]v[0x8b][0xba][0xa3][0x12][0xc4]:[0xa9][0xdf][0xe6][0xfb]Q }[0x8c][0x15][0x8e][0x86]*[0xf]Y|[0x82][0xa1][0xff][0x0]PK[0x7][0x8]"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/CategoryValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]&[0xb7]I[0x86][0x1]"[0x10]4Z5X[0xc5][0x4][0xd0][0xa9]Zi[0x5][0xa4]FJ[0x94][0x16][0x82]5[0x88][0x8d][0xd6][0xda]Ir[0x8][0x83][0x93][0x19]:3A[0xb0][0x17]{[0xb1][0xf7][0xda]w_[0xfb][0xe2]km[0xd7][0x2][0xa9]KW[0x9f][0xfb][0xdc][0xdf]S[0xbb]gr[0x1b][0x12][0xac].[0x17][0x8b]3[0xe7][0xec][0xd9][0x97]og[0xef][0x9d][0xf9][0xfb][0xdf]?[0x9f][0x0]8[0x86]_[0x4][0xec][0xc3]9[0x1e][0xe7][0x5]xpN[0xc0][0x14][0xde][0x9]a/[0xde]m[0xc3]4f[0xda][0x90][0xc6][0xac][0xbd]\[0xe0][0xf1]^[0x1b]."# [0x84]9[0x81][0x14].[0x9][0x98][0xc7][0xe5] [0xde][0xe7][0x91][0xb5][0x85]W[0x4]\[0xc5][0x7]<[0xae][0x9][0xe8][0xc2][0x87]m[0xb8][0x8e][0x8f]x[0xc8]P!l[0xf1]T[0x1b][0x96]a[0xc5]L[0x9a][0xa6][0xfd][0xab]C[0xf3]#e[0xe8]%;dk/[0x12][0xa0]H[0x3][0xf5][0x84][0xae][0xaa][0x84][0xa3]BT[0xb8][0xac][0x11][0xa7][0xca][0x82]3[0x8a][0xec]V[0xa0]i[0xd9][0xd2][0xdd][0xdb][0x8c][0xf0]vb<[0xa3][0x94][0x96]U[0x96][0xa6][0xbb]h[0xce][0xb4][0xde][0xe3][0xe1]f[0x19][0xcd]I*[0xb0][0x92]LqN[0xc5][-[0xae][0xb6][0xd2][0xb5][0xad][0xdf][0xc8]6[0xb6][0xf6]H[0xe8][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xae][0x83][0x86]W[0x93]z[0xcd][0xef][0x95][0x1a][0xbc][0xc6], B[0x2][0xb2]Y[0xb1]<[0x14]6[0x18]7[0x13]Q7][\r]n[0x1d]8[0x9d]nv[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xb9][0xb5][0xed][0xcf][0x86]D[0xd3][0x99][0xbe]z[0xf6][0xd2]G[0xf][0xc0]a[0xb7]=[0x8d][0xe8][0xd9]G'[0xf][0xe][0xc0]G{[0x1a]a[0xb4][0x1e]"[0x89]DO[0x8e][0x9e][0xfe][0x81][\r]p[0xf][0x1c][0x95]~Z[0x3][0x8e]p[0xf][0xe][0xd3]*V[0x14][0x10]G[0xc2]q8[0x80]A[0xd2]"c[0xae][0x1f]^[0x8]$[z[0x4]Ov[0x3][0xde][0x99][0xc1]u[0xf8][0xd2]GF|Q[0xdf][0x93]a[0xbf]w8[0x10][0x9]D[0xfc][0xbf]b*[0xea][0x8b][0x4][0x8e][0x8f][0xf0][0xbf][0xc3][0xbf][0x89][0x0][0x87][0x91]`4[0xb8][0x9][0x9e][0xc3]=[0xc4][0xed]][0x90][0xc3]_[0x8][0x8d][0x84][0xa2][0xfc]&[0x4][0xa2]"[0xb4][0x8e][0xb6]{[0x10][0x6][0x86][0xa2][0xa1][\r][0x88][0xf7][0x9f][0xfe]s'[0xc0][0xdd][0xba]>[0xf4][0x10][0xed][0xbf]Q4[0xaf][0x83][0xf0][0x0][0x82][0xb4][0x1e][0xa1][0xf5]([0xda])[0x8d]~[0xbc][0x86][0x14][0xa5]}[0x9][0xc7][0xe9][0xc3]L[0x2][0xc3][0xb0][0x83]~[0x81][0x10][0xa6][0xd0][0x8b]![0xd2][\r][0x91][0x8e]D[0xfa][0x12]Y[0xf5][0xe3][0x14][0x9d][0x8e][0x81]G[0xd8][0xb1]9A[0xc4]Dp[0x1][0xaf][0xe3]$[0xe5][0xba][0xb]3[0xa4]w[0x92]x[0xa0][0xec][0xaa][0x99][0xdb][0xbb]a[0xbc]A[0xc][0x4][0x91][0xc3][0x9b]d[0xef][0xa1][0xc8][0xd7]0B[0xb6]^[0x8c][0xd2][0xfb]^[0x92]Tb[0x8d]Q[0xac][0x8a][0xd6]i[0x92]U[0xa8][0x1f][0xa7][0x9a][0xef][0x15][0xee]p[0x97][0xa2][0xf8][0xe8][0xd9][0xd7][0xd5][0xe1]{[0x8c][0xce][0xac]wh[0x1d][0xe1][0xcc]C[0xec]H[0xf]>BW[0xf6][0xc8][0x6][0xba]7[0xd1][0xe3][0xc1][0xe5][0x7][0xf5][0x94];[0xe8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0x83][0xdc][0xc7][0xc8][0xb1][0x9d][0xde]@[0xc5]I[0x1d]b[0x9f][0x3][0x8c]svv[0xca][0x1e][0xd2][0xe]#[0x89][0xb3].[0x88][0x15][0xad][0xd3]u[0xad][0xb1]:[0xc4][0x9][0x2][0xfd]v[0xbd]6&[0x9d][0xf4][0x89][0xe4]G[0x88]d[0xf9][0xc7][0x8]e[0xbd][0xdd][0xe8][0xcd]d}[0xdd][0xd8][0x99][0xc9][0xfa][0xbb][0xb1]+[0x93][\r]t#J[0xa8]wo`[0xcf]C[0xbc][0xf2][0x7][0xfc][0xf][0x9c][0x1a]i[0xd4][0xd0]>Z'[0x1d][0xe7][0xa9][0xff][0x0]PK[0x7][0x8][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0x96][0xc2]Z[0xf1]^[0x82][0x81]F[0xa3]I[0xe3]K[\r][0x6][0xdf][0xb6][0xed]I9d[0xd9]m[0xf6]b[0xe8][0xbf][0xd2][0x17][0x9a]H[0xe2][0xf][0xf0]G[0x19][0xe7]lWh[0x97][0x10]o}[0x98]3[0xe7];3[0xf3]M[0xbf][0xd9][0xcc][0xf7][0x1f]_[0xbf][0x1][0xa8][0xa2][0xa6]`U[0x5][0xc3]=[0x15]9[0xac][0xa9][0xd0]p_[0x81][0xae]b[0x2][0xa5][0xc][0xca][0xf2]\[0x97]`Ez[0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x5]U[0x86][0xf4][0xb6][0xb0][0x85][0xbf][0xc3]0[0xab]7[0x8e][0xcc]O[0xa6][0x11][0xf8][0xc2]2[0x1a][0xc2][0xf3]k[0xa5]}[0x86]T[0xdd][0xe9]p[0x86][0xa9][0x86][0xb0][0xf9][0xbb][0xe0][0xb8][0xc5][0xdd][0xf7]f[0xcb]"[0xa4][0xd0]p[0xda][0xa6][0xb5]o[0xba]B[0xde]#0[0xe5][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]![0xf7][0xea][0xa4]m[0x5][0x1d][0xee][0xed][0xda]}[0x6][0xed][0xad]ms[0xb7]n[0x99][0x9e][0xc7][0xe9]q[0xb7][0xe1][0xb8]][0xe3]( V[0x83][0x9f][0xf4][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]6}[0xde]u\[0xc1]=#[0xca][0xaf][0x9f]#[0xab]#[0x15]k[0xc][0xea]E,[0xc3]t[0xbc]o[0x86][0xf9][0xf1][0xe6][0xfa][0xbd]_[\r][0xae][0xc5]b[0xb7][0x87]w[0xcb][0xb4][0xbb]F[0xd8][0xe1]vy[0xa7][0xb6]C[0x15][0xb2]M[0xd1][0xb5]M?p)[0xa9][0x14]W[0xe6][0x8a],[0xa9]Wa4[0xb6][0xc9][0x87]"N[0xc5]0[0x1a][0xd1]8re[0x1b][0xba][0xfe]G[0x81][0x92]$C[0xea][0xb4]][0xd1][0xa2][0x86][0xe7][0xf4][0xd2]H\[0xd3]w[0x85][0xdd][0x95][0xaa]5[0x9d][0xc0]m[0xf3][0xd7]B*1I[0xe3]M[0x99][0xc2]0sA[0xf8][0xc6][0xf4][0xe][0x89]TC[0x1e][[0xd2],J[0xf3][0x88][0xa1][0x18]/[0xbe][0x17][0x8][0xab][0xc3]][0xf9][0xfc][0x98][0xb4][0xe3][0xd1][0xb0][0x96]4<[0xc1]S[\r]KX[0xd6][0xf0][0xc][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]3[0xbc][0xfc][0xcf][0xf1]+x[0xc1]P[0xfb]}[0x91][0x91][0xec][0xc8][0xed][0xd3]?[0xf7][0xb9][0xcb]0[0x19][0x7][0x16]Fe[0xae];[0x96][0xc5][0xdb][0xbe]p[0xec]P[0xd7][0x15][0xfd]cl|[0xf1][0xbb][0x8c]J[0xea][0xd2][0xa6][0xcd]^[0x8f][0xdb][0x1d][0x86][\r][0xfd][0xf2][0x0].[0xcf]$[0x92][0x8d]F[0x93][0xf1][0x9d]![0xc4][0xb0][0xf5][0xf][0xfa]0T[0xfe]F[0x10][0x1a]H[0x8e][0x16][0x81][0xfc]%i_[0xe4]1[0x89][0x4][0xa6][0xe8][0xf6][0x1])[0xf2][0x80]|[0xf9][0xc][0xec]`}[0x80][0xc4][0x0][0xc9]/a[0xd8]4Y5|[0xd4])[0xb5][0x84][0x19][0xf2][0xe6][0x87][0xc1]([0xe0]ZX,OH[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^'_[0xa3]s[0x88],[0x90]w[0x83][0xfc][0x4]n[0x86]d[0x8b][0x11]Y[0x93][0xd6][0x90][0xcc][0xcf][0x96]S,E\[0xa9]8Q[0x5][0x19]l[0x8c][0x10]e[0xcf][0x89][0xb2][0x84][0xdc][0x1a]#[0x92][0xc8][0xed]s[0xa2];[0xe4][0xd1]GGV[0x12][0xed][0x12]"c[0x8a]g[0x98]8[0x18] ]PN[0x91])[0xf][0x90][0xa5][0xe3][0x14][0xea][0xe7]0E[0xd2][0xa6][0xc3][0xb0]jH9,[[0x8c]([0x13][0xb8][0x1b][0xda][0x15][0xcc][0xd1]Y /[0x87]M[0xcc]B[0xee][0xd3][0x7]x[0x88][0xec]OPK[0x7][0x8]-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/ExcludeCategories.class[0x9d][0x92][0xdf]K[0x1b]A[0x10][0xc7][0xbf][0x9b][0x9c][0xa6]9[0xd3]j[0xb5][0x8d][0xad][0xfd][0xe1][0x83]E[0xd4]B[0x17][0x91][0xd2]BB[0x8a][0x4][0x85][0xc2]a[0x1f],[0x81]>[0xae][0xe7][0x12]W6{ao[0xaf][0x98][0xff][0xaa]}[0x12],[0xf4][0xf][0xf0][0x8f][0x92][0xce][0xee]E[0xab][0x91]R[0xf1][0x1e]vgfg>[0xfb][0xdd][0xb9]9[0xbf]8[0xfb][\r]`[0x13][0xcb]1[0xa6][0xf0][0xbc][0x86][0xa5][0x18][0x15][0xbc][0xa8][0xe1]e[\r][0xaf][0x18]fvNR][0x1c][0xca]|[0xdb][0x8c][0x18][0x1a][0x9f][0x8d][0x91][0xb6][0xab]E[0x9e][0xcb][0x9c]a[0xba][0xad][0x8c]r[0x1d][0x86][0xea][0xda]z[0x8f]![0xea]f[0x87][0x92]a6QF[0xee][0x15][0x83][0x3]i[0xbf][0x8a][0x3]M[0x91][0xf9]$K[0x85][0xee][0x9][0xab][0xbc]?[0xe]F[0xee]H[0x11][0xe3]}[0x92][0xd9]>?.[0x8][0xc4][0xe5][0xc9]PZ5[0x90][0xc6][0x9][0xcd]S[0xe1]d?[0xb3]J[0xe6]|[0xac][0xa1]{[0x15]i[0x91][0x94][0xd4]J[0xf2]w[0x95]v[0xd2]2|\K[0x8e][0xc5]w[0xc1][0xb][0xa7]4OT[0xee]Z[0xeb][0xd7][0xc0][0xb6][0xf0][0xba][0xf9]@[0x18]5,[0xb4]p*3[0xbc][0xac]$R[0xfc][0xf7]&[0x86][0xb9]I[0xc]C[0xf3][0xa6][0xfa][0xd1][0xf0][0xf2][0x5][0xab][0x13][0xb9][0xed][0xd2][0xd7][0xc2][0xf4]y[0xe8]Q{[0xa3][0xd3][0xea][0x10][0xa1][0xbe][0xaf][0xfa]F[0xb8][0xc2]R[0xd1][0xde][0xa4][0xd0]T[0xdd]][0xfe]~V[0xd8][0xd4]7[0x82][0xe8][0xcd][[0xad]z[0xe7][0xe9][\r]<@[0x9d][0xe1][0xd3]=Z[0xfd][0xe6][0xda][0x0]x[0xcc]k[0x86][0xad]{`[0x18]>[0xfc][0xbf]j[0x9c]>*[0xdf][0xb6]+RG[0xe][0xc3][0xc2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x8b]vF[0xfb][0xd4][0xc6])[0xd8][0xcf]p1X[0xcf]P[0xb][0x82][0x18][0xd9][0x11]1[0xe3]?PK[0x7][0x8][0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.class[0xa5]T[O[0x13]Q[0x10][0xfe]N[[0xba][0xed]v[0xcb][0xa5] [0x15]E[0x5]A[0xdc][0xde]X[0x11][0xef]%[0x98][0xda][0xc4]H[0xd2][0xf8]R[0x83][0xc1][0xb7]m{R[0xe]Yv[0x9b][0xbd][0x18][0xfb][0xaf][0xf4][0x85]&[0x92][0xf8][0x3][0xfc]Q[0xc6]9[0xdb][0x15][0xca][0x12][0xe2][0xad][0xf]s[0xe6]|gf[0xbe][0xe9]7[0x9b][0xf9][0xfe][0xe3][0xeb]7[0x0][[0xa8]+XW[0xc1]pOE[0xe][0x1b]*4[0xdc]W[0xa0][0xab][0x98]B)[0x83][0xb2]<+[0x12][0xac]J[0xaf][0xa6][0xc0]P[0xb0][0xc5][0x90][0xde][0x11][0xb6][0xf0]w[0x19][0xe6][0xf5][0xd6][0x91][0xf9][0xd1]4[0x2]_XFKx~[0xbd][0xb4][0xcf][0x90]j:=[0xce]0[0xd3][0x12]6[0x1b][0x1c]w[0xb8][0xfb][0xce][0xec]X[0x84][0x14]ZN[0xd7][0xb4][0xf6]MW[0xc8]{[0x4][0xa6][0xfc]C[0xe1]1[0xe4][0xf6][0xec][0xae][0x15][0xf4][0xb8][0xd7][0xb0][0x87][0xc][0xda][0x9e]ms[0xb7]i[0x99][0x9e][0xc7][0xe9][0xb1][0xd1]r[0xdc][0xbe]q[0x14][0x10][0xab][0xc1]?[\r][0xb8]+[0x8e][0xb9][0xed][0x9b][0x96][0xd1]5}[0xde]w\[0xc1]=#[0xca]o[0x9e]![0xeb][0x13][0x15][0xeb][0xc][0xea]y,[0xc3]l[0xbc]o[0x86][0xc5][0x8b][0xcd][\r][0x7][0xbf][0x1a][0xdc][0x88][0xc5][0xee][0x8c][0xef][0x96]i[0xf7][0x8d][0xb0][0xc3][0x9d][0xf2]n}[0x97]*d[0xdb][0xa2]o[0x9b]~[0xe0]RR)[0xae][0xcc][0x15]YR[0xaf][0xc2]dl[0x9b][0x8f]E[0x9c][0x89]a4[0xa2][0x8b][0xc8][0x95]m[0xe8][0xfa][0x1f][0x5]J[0x92][0xc][0xa9][0xd3]uE[0x87][0x1a]^[0xd0]K[0x13]qm[0xdf][0x15]v_[0xaa][0xd6]v[0x2][0xb7][0xcb]_[0xb][0xa9][0xc4][0xe2]%[0x8d]7e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc3][0xdc]9[0xe1][0x1b][0xd3];$R[\r]ylK[0xb3],[0xcd]#[0x86]b[0xbc][0xf8][0xab]@X=[0xee][0xca][0xe7][0xc7][0xa4][0x9d][0x88][0x86][0xb5][0xa2][0xe1][0x9][0x9e]jX[0xc1][0xaa][0x86]gXU[0xf0][0x9c][0xe1][0xe5][0x8e]_[0xc1][0xb][0x86][0xfa][0xef][0x8b]LdG[0xee][0x90][0xfe][0xb9][0xcf]][0x86][0xe9]8[0xb0]4)s[0xd3][0xb1],[0xde][0xf5][0x85]c[0x87][0xba][0xae][0xe9][0x1f]b[0xe3][0x8b][0xdf]eTR[0x97]6m[0xe][0x6][0xdc][0xee]1[0xd4][0xf4][0xcb][0x3][0xb8]<[0x93]H6[0x1a]M[0xc6]w[0xc6][0x10][0xc3][0xf6]?[0xe8][0xc3]P[0xfd][0x1b]Ah 9Z[0x4][0xf2][0x97][0xa4]}[0x91][0xc7]4[0x12][0x98][0xa1][0xdb]{[0xa4][0xc8][0x3][0xf2][0xe5]S[0xb0][0x83][0xca][0x8][0x89][0x11][0x92]_[0xc2][0xb0]Y[0xb2]j[0xf8][0xa8]Sj[0x9]s[0xe4]-[0x8e][0x83]Q[0xc0][0xb5][0xb0]X[0x9e][0x90]"[0x15][0xbc]N[0xbe]F[0xe7][0x18]Y"[0xef][0x6][0xf9][0x9][0xdc][0xc][0xc9][0x96]#[0xb2]6[0xad]![0x99][0x9f]-[0xa7]*)6B*NTE[0x6][0xb5][0x9][0xa2][0xec][0x19]Q[0x96][0x90][[0x17][0x88]$r[0xfb][0x8c][0xe8][0xe]y[0xf4][0xd1][0x91][0x95]D[\r]BdL[0xf1][0x14]S[0x7]#[0xa4][0xb][0xca][0x9]2[0xe5][0x11][0xb2]t[0x9c]@[0xfd][0x1c][0xa6]H[0xda]t[0x18][0xb6][0x15]R[0x8e][0xcb][0x16]#[0xca][0x4][0xee][0x86]v[\r][0xb]t[0x16][0xc8][0xcb]a[0x13][0xf3][0x90][0xfb][0xf4][0x1][0x1e]"[0xfb][0x13]PK[0x7][0x8][0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/categories/IncludeCategories.class[0x9d][0x92][0xdb]j[0x1b]1[0x10][0x86][0xd9][0x9b][0xb8][0xde][0xb8][0xcd][0xd9]m[0xd3][0xd3]EC[0xc8][0x1]*J[0x8][\r][0xd8]8[0x4]C [0xb0][0xa4][0x17])[0x86]^*[0x1b][0xe1]([0xc8]Z[0xa3][0xd5][0x96][0xfa][0xad][0xda][0xab]@[0x3]}[0x80]>T[0xe8]H[0xeb][0xa6][0xa9]CI[0xc8]^H3[0xa3][0x99]O[0xbf]f[0xe7][0xd7][0xd5][0x8f][0x9f][0x0][0xde][0xe3]M[0x8c])<[0xaf]a%F[0x5]/jxY[0xc3]+[0x86][0x99]C[0x93][0xea][0xe2]T[0xe6][0xfb]f[0xc4][0xd0]84F[0xda][0xae][0x16]y.s[0x86][0xe9][0xb6]2[0xca]u[0x18][0xaa][0xeb][0x1b]=[0x86][0xa8][0x9b][0x9d]J[0x86][0xd9]D[0x19]yT[0xc]N[0xa4][0xfd]$N4E[0x16][0x92],[0x15][0xba]'[0xac][0xf2][0xfe]8[0x18][0xb9]3E[0x8c][0x9d]$[0xb3]}~^[0x10][0x88][0xcb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Ci[0xd5]@[0x1a]'4O[0x85][0x93][0xfd][0xcc]*[0x99][0xf3][0xb1][0x86][0xee]u[0xa4]ERR+[0xc9]?P[0xda]I[0xcb][0xb0][0xbb][0x9e][0x9c][0x8b]/[0x82][0x17]Ni[0x9e][0xa8][0xdc][0xb5]6n[0x80]m[0xe1]u[0xf3][0x81]0jXh[0xe1]TfxYI[0xa4][0xf8][0xef]M[0xc]s[0x93][0x18][0x86][0xe6][0xbf][0xea]G[0xc3]?/X[0x9b][0xc8]m[0x97][0xbe][0x16][0xa6][0xcf]C[0x8f][0xda][0x9b][0x9d]V[0x87][0x8][0xf5]c[0xd5]7[0xc2][0x15][0x96][0x8a][0x8e]&[0x85][0xfe][0xa7][0xea][0xfe][0xf2][0x8f][0xb3][0xc2][0xa6][0xbe][0x11]Do[0xde]j[0xd5];Oo[0xe0][0x11][0xea][0xc]{[0xf]h[0xf5][0xea][0x8d][0x1][0xf0][0x98][0xd7][0xc][0xdb][0xf][0xc0]0|[0xb8][0xbb]j[0x9c]>*[0xdf]v RG[0xe][0xc3][0xe2][0xed][0xdb][0xa3][0x81][0x8d]h^[0xfd]W[0x1][0xf3][0xcf][0xa3]5&o[0x9b]vF[0xfb][0xd4][0xe6][0x5][0xd8][0xf7]po][0xa0][0xfa][0x8d][0x9c]j[0x80]L[0x87][0xa2][0xb7][0x1][0xd0],[0x93][0xc6][0x0]o[0xcd]c[0x81][0xce][0x17][0xaf][0xe1]>[0xb2]D[0xd6]r[0x10][0xe1][0xf3][0x9f][0x6][0xeb][0x19]jA[0x10]#;"f[0xfc][0x1b]PK[0x7][0x8][0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/experimental/max/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/experimental/max/CouldNotReadCoreException.class[0x9d]Q=O[0x2]A[0x10]}[0x83]p[0xc4][0x13][0x14]A[0xd0]X[0x98][0xd8][0xf9][0x91]x116[0x18][0x9a]S[0x13][0xcd][0x85]B[0x91]~[0x81][\r],9v[0xc9][0xde][0x9e][0xf2][0xb7][0xac]L,[0xfc][0x1][0xfe]([0xe3][0xdc]a[0xb4][0xd1][0xc6]-fv[0xde][0xce][0xbc][0xf7]2[0xfb][0xfe][0xf1][0xfa][0x6][0xe0][0x14][0xdb]>V[0xb0]UF[0xb3][0x8c][0x16][0xa1][0x96]H[0xab]D[0xdc][0x97]6QF?[0xdc]\[0x12][0xe8][0x96]P[\r][0x8d]N[0x9c][0xd0][0xae]/[0xe2]T[0x96][0xb0][0xec][0x13][0x8a][0xa1][0x19]I[0xc2]F[0xa4][0xb4][0xec][0xa6][0xb3][0x81][0xb4][0xbd][0xec][0x8d]P[0x8f][0xcc][0x90][0xb5][0x4]+r[0xfd][0x5][0x16][0xdd]D%[0x84][0xf3][0xc8][0xd8]q0M[0x99]=[0x90][0x8b]9[0xbb][0x9a]I[0xed]D[0x1c][0xcc][0xc4]"[0x8]M[0x1a][0x8f][0xba][0xc6][0xdd]I1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0x95]W[0x8b][0xa1][0x9c];6[0xdc]f[0xbb][0xcc][0xd1][0xfc][0xd5][0xb][0xc1][0xbf]7[0xa9][0x1d][0xca]k[0x95][0x9][0xed][0xfd][0xc9]r[0x92]MW[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]p[0xf6][0x1f][0x1b][0x84][0xc6][0x8f][0x81]o[0x14][0xfb]([0xf0][0xae]yo[0xd8]E[0x11]%[0xce][0x1e]W[0x5][0x94][0xf9]F[0x99][0x1c][0xc7]5F:[0x8c][0x15]8{G[0xc7]/[0xa0][0xe7][0xbc][0xa7][0xc2][0xd1][0xcf][0xd1]*O[0xae]s[0x4]Z[0xcb].[0xae]6[0xf2][0xff][0xf0]P[0xc3]f[0xce]U[0xcf]g[0x1a][0x9f]PK[0x7][0x8][0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1$1.class[0x8d]RMo[0x13]1[0x10]}N[0x96][0x84][0x84][0x85]&mi[0x81][0xf2]Q[0xda]P[0xd2][0x14]09'[0xea]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xd1][0x96][0x3]E[0xbd][0xbb][0xa9]I]m[0xec][0xc8][0xeb]E[0xb][0xff][0x8a][0x3]B[0xe2][0xc0][0xf][0xe0]G![0xc6][0x9b][0x5]A*[0xa4]]i[0xed][0xe7][0x99][0xf1][0x9b]7[0xe3][0xf9][0xf1][0xf3][0xdb]w[0x0]}[0x8][0x1e][0xb]=[0xe5]y[0xb6][0xc2][0x90]:[0x15][0xf3]H%n[0xb0][0xca][0x10][0x8c][0xcc][0xb9]dX[0x89][0x94][0x96]o[0xd2][0xd9][0x99][0xb4][0xef][0xc4]YL[0x96][0xd5][0xc8]LD|*[0xac][0xf2][0xe7][0xc2][0x18][0xf8]R[0x18][0xca][0x9][0xc8]UW[0xb2][0x97][0xc][0xed]+R[0xbc][0xa3][0xcf][0xd0]Z[0x96][0xc4][0xb0][0xf1]o[0xde][0x8f][0xf3][0xdf][0xb9][0xd7][0x97]I[0x86][0xbd]C[0x8a]?X[0xa2][0x18][0xfe][0xa5][0xcd][0xa6][0xbe][0xd5][0xfc]m[0xbe][\r]|ts[0x9c]M[0xe4][0xdc])[0xa3][0x93]:v[0xe9]|bR;[0x91][0xaf][0x94][0xcf][0x10][0x16][0xd2]_xF[0xea][0xc9]XOb[0x93](==[0x96][0xee][0xc2][0x9c][0x87][0xe8][0xe0]I[0x88]kh[0x84]hb[0x8f][0x9e][0xae]\[0x17][0x18]6[0x97]%%[0xfc]$U[0x8e]Rv[0xca]PP[0x91]W[0x9]f[0xf4]n1?"[0x93][0x12][0xb1][0xfa]$|Mck[0x8d]ehL[0xa5][[0xd4][0xcc][0xb0][0xd5][0xdd][0xff]oC(}[0xb7][0xc4][0x90]`[0x9b]F:[0xa0][0xe9]f[0xad][0x96][0xaf][0xde]#[0xfa][0x9b][0xb8][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "BB[0xef][0xb][0xd8];[0xf8][0x2][0xd6]{[0xf6][0xfc]+*[0x9f][0xe9]\[0xc5]MZky[0xb4][0xc5]-Z=[0x13][0xc5]a[0x5]- Gm[0xac][0x12][0x8b]GkX'[0xef]m[0xc2][0x1b][0x85][0xa5][0xfd][0x7][0xad]a[0x93]|w[0x8][0x7][0xc4]v[0x97][0xf0]=[0xc2][0x15]l[0xe1]~n[0xab][0xe1][0x1][0xae][0x13][0xf2]\5,[0xbe][0xea]b[0xfb][0x5]PK[0x7][0x8],[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/max/MaxCore$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x16][0x96][0x96][0x95][0xd6][0x8a][0x8a][0x82]_[0xb8][0xd6]v[X[0xab][0xf][0xc6]h|i0[0xc1],> ![0xe1][0xcd][0xa1][0x8c][0xed][0x90][0xed].[0xce][0xce]"[0xf1]Wa"![0x91][0xc4][0xf8][0xec][0x8f]2[0xde][0x99][0xd6][0x8f][0x0][0xc6][0xba][0xc9][0xce][0xc7][0x99]s[0xef][0xb9][0xf7][0xce][0x9d]o[0xdf]?[0x1][0xd0][0xc6][0xa3]"JX4[0xc3][0xdd][0x12][0xa6][0xe1]9[0xb8][0xe7][0xa0]VB[0x1][0xf7][0x1d][0xd4][0x1d]4J[0x98][0x82][0xef][0xa0][0xe9][0xa0][0xc5]0[0xbd][0xcf]#Oeq,T[0xca]P[0x9]w[0xf9]>[0xf]2-[0xa3] [0x94][0xa9]~[0xca]0[0xa9][0xfb]2[0xf5][0x1e]0xa[0xa2]z[0xc1]n[0x16]K[0x1d][0x88][0x83]=[0xa1][0xe4]@[0xc4][0x9a]G[0xc1][0x80][0x1f][0x4]k[0xfc][0xa0][0x93](a[0xf8][0xcf]$1[0x9e]3<[0xae][0x8f]cpZ[0xb0][0xb1][0xc9]P[0xe8]$;[0x82][0xa1][0x1c][0xca]X[0xbc][0xca][0x6][0xdb]Bm[0xf0][0xed][0x88][0x90]j[0x98]ty[0xb4][0xc9][0x95]4[0xfb][0x11]X0[0x1]2[0x80][0xc1]]5it"[0x9e][0xa6][0x82][0x90][0xda][0x18][0xfa]^[0x9b]B.[0xf6][0x84]^[0xb7]%`[0x98][0xaf]7[0xfe]0[0x1b][0x16]&[0x18][0x1e][0x12][0x93][0x91][0xde][0xd2][0x99][0xf3]4[0x18]P[0xc0]Q[0xb0]J[0x90][0xe4][0x91][0xfc][0xc0][0xb5]L[0xe2][0x15][0xa5][0x12]cSz[0x9d]d[0xaa]+^H[0x13][0xac];[0xd2]]6iS[0x8a]+q7JR[0x19][0xf7][0xd6][0x84][0xee]';[0xe][0x96]\,#p1[0x83][0xb2][0xb][0x17][0x17]\T@[0xc5][0xaf][0x8d][0x93][0x8a][0xd7]&[0x8f][0xb6][0x9e][0x11][0x8f]{[0x81]-[0x84][0xb1]'[0xb8][0xf9][0x1f]13[0x4][0xbf][0xd9]2[0xd6]B[0xc5][0xa4][0xf4][0xd3][0xcc]R[0xd6][0xc5]^[0xa2]4[0x85]=[0xac][0x8c][0x11]yH[0x1d]2N[0x90][0xc]sg[0xeb]+[0xde]e"[0xd5][0xc][0x8b][0xff][0xf6][0xc0]0[0xdb]M[0xe2]T[0xab][0xac][0xab]C[0xc1][0xdf][0xfe][0xb2]m[0xd5][0xcf][0xf4][0xd2]979d[0xd3][0xb5][0xe4][0xeb][0xa6][0xd5]^[0x8e][0xd3][0xa4][0xd4]$[0xe1][0xa9][0xb2][0x9e][0xdb][0xb7][0x8d][0xfa]_h[0x16][0xd8][0xe8][0xab][0xe4][0xbd]iY[0xe2][0xe2]6[0xcc][0xdb][0x4]r[0x95][0x8a][0xb9]e[0x80]f[0xba]r[0x83][0xd0]_[0xc1]Ej[0xe7]*[0xad][0x9e][0xd0]>Os[0xd9]o[0x1e][0x81][0xf9][0xad]#[0xe4][0xfc]c[0xe4]?Z[0xe2]%[0x1a]'[0x89][0x8][0xec]a[0x96]F[0xd7][0xae][0xcb][0xb8][0x8c]9[0x98][0xf7]p[\r][0xd7]Gn[0xde]`[0xc2]:^8Aa[0xcb]g_1[0xe1]B[0xee][0x18][0x93][0x87][0xe1][0x9][0xa6][0xb6]X[0xf3][0x18][0xc5]Ckm[0xa4][0x9d][0x91][0xef][0x19]+[0xad][0x8][0xd1][0xe4]%[0xb3][0x1a]W[0xe8][0xac]J[0xc1][0xcf]c[0xc1][0xf2][0x17]Fjy[0xdc][0xb0]1[0xdd][0xc4]-[0x9a][0xb][0x94][0xe0][0x1d]\[0xa5]U[0x95][0xb0][0x12][0x86]_a8[0xfd][0x0]PK[0x7][0x8][0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/junit/experimental/max/MaxCore.class[0xad]W[0xb]x[0x1c]U[0x15][0xfe]o[0xb2][0xc9][0xec]N[0xa6]I[0x1b][0xda][0xa6])P[0xb6][0xb4][0xd0]t[0xb3][0xc9][0xb6][0xb6][0xd0][0xd2][0x17][0x94]4[0x91][0xd6]$[0x85]$[0x94][0xb6][0x8]e[0xba];I[0xa6]lv[0x97][0xd9]Y[0xda][0xaa]("V[0x5]D+[0xa0][0xd6][0x17]*`[0x5]DS,[0x9b][0x94][0xc8][0xcb][0x17][0x8a][0xef][0xf7][[0x4][0xdf][0xf]T[0x14][0xf0][\r][0x9c]sgvv[0xb3][0xbb][0xd9][0xb4][0xdf]g[0xbe]/3s[0xef]=[0xf7][0x9c][0xff][0xfc][0xf7][0x9c]s[0xcf]>[0xf1][0xe2][0x83][0xf][0x3]X.[0x1a][0x15][0xdc][0xa4]B[0xe0][0xed]*|[0xb8]Y[0xc1];[0xf8][0xfd]N[0x15][0x9d]8[0xa8][0xe2]][0xb8]%@[0xc3][U[0xdc][0x86]w[0xf3][0xc2]{[0x14][0xbc]WE[0x1d][0xaf][0xf9]p[0x88][0x5][0xde][0xc7][0xc3][0xf7][0xf3][0xf0][0x3],[0xf5]A[0x1e]~H[0xc1][0xed]<[0xf3]a[0x16][0xf8][0x88][0x8a][0x8f][0xe2][0xe][0x1e][0xde][0xa9][0xe0].[0x15][0xf3]p[0xb0][0xe][0x1f][0xc3][0xe1]:|[0x1c]w[0xf3][0xe3][0x1e][0x5][0xf7][0xf2][0xf2]'x[0xfa]>[0x5][0x9f]T[0x11][0xc4][0x11][0x15][0xa7][0xe2]~?>[0xad][0xe2]([0x1e]P[0x91][0xc5][0x98][0x1f][0xe3]<8[0xa6][0xe0]A[0x5][0x13][0xbc][0xe3]3*[0x96][0xe2]![0x15]-x[0x98][0xc5][0x1f]Q[0xf0][0xa8][0x82][0xc7]TDp[0xd0][0x8f][0xcf][0xf2][0xfb]s[0xfc][0xf8][0xbc][0x1f]_[0xe0][0xf7][0xfd]*[0xda][0xd9][0xcf]S[0xf1]E[0x86][0xfa][0xb8][0x1f][0x9f]b[0x85]_R[0xf1]e<[0xa1][0xe0]+*[0xbe][0x8a][0xaf][0xb1][0xde][0xaf][0xb3][0xcc]7[0x18][0xea]7[0xfd][0xf8][0x96][0x82]o[0xf3][0xf8];<>[0xac][0xe0][0xbb][0x2][0x8b]z6vwm[0xed][0xeb][0xe9][0xdc][0xb4]k[0xcb][0xc5][0xbd][0x9b][0x7]v[0xad][0xd8]5[0xd0][0xd9]?[0xb0][0xab][0xa3]{c[0xff][0xae][0xb][0xfb]:[0xbb]6o[0x17]h[0xec][0xde][0xa3]_[0xad]G[0xe2]zb([0xd2]o[fbh[0xad][0xc0][0x8c][0x8e]d"m[0xeb][0x9]{[0x9b][0x1e][0xcf][0x18][0x2][0xca][0xb0][0x99][0xb6][0x93][0xd6]~[0x81]%[0xdd]Ik([0xb2]'[0x93]0[0xed][0x88][0xb1]/eX[0xe6][0x88][0x91][0xb0][0xf5]xdD[0xdf][0x17][0xe9][0xd1][0xf7]][0xe0][0x8][0x92][0x8e][0xc0]`[0xd2][0xea]J[0xc6]c[0x86]%[0xb0][0xba][0xa5][0xd4][0xca][0xd2]i4u$-[0x83][0xd4][0xf8]:[0x92]1B[0xd0][0xd0]m&[0x8c][0xde][0xcc][0xc8]n[0xc3][0x1a][0xd0]w[0xc7][\r][0x6][0x9e][0x8c][0xea][0xf1]m[0xba]e[0xf2][0xd8][0x9d]T[0x7][0xa5][0xc5]^}[0x84][0x7][0x9b][0x8c][0x94]eDu[0xdb][0x88][0x9]4[0xf7]e[0x12]6[0x99][0xd8]f[0xa6]M[0x12][0xdd][0x98]H$m[0xdd]6[0xc9]O[0x81][0xb9][0x5][0xe8][0xf2]{[0x98][0x7]v[0xc6][0x88]IKq[0xf2]~[0xa5][0xeb][0x87][0x99][0x8c]t[0x99]q[0xe3]x}p[0xd5][0xf4][0x19][0xe9]L[0xdc]&{[0xf5][0x93][0xb5][0x8][0xd4][0xae]3I[0xc5][0x6][0x81]Y[0xc5][0x6][0xb6][0x11][0x3]6[0xb1]/[0xb0][0xf8][0xf8]lU[[0x99][0x84]@[0xb8][0x90][0xf0][0x8e][0xb8][0x9e]NO[0xc2]J2[0x9][0xc3][0x8a]8[0x80][0xf8][0xac]l#mK1[0x82]P[0xb2][0x93][0x9][0x9a][0xc4][0xf5][0xfe]T[0x8e][0xef][0xd9][0xc5][0xc2][0xeb]B[0x1b]X_[0xbf]9[0x94][0xd0][0xed][0x8c]E"[0x91][0x12](,S[0x9][0xcd]Y-[0xe5][0x16][0xaf][0xca][0x10][0xc6][0x8a][0xfb][0x14][0xcb][0x11][0x12][0x98]?[0xb5][0x2][0x81][0x8b]*[0xa8]/][0xd9]r1[\r]$[0xb7][0x95]L[0xfb][0xa2]I[0xf6][0xf5][0x94]J[0xfb][0x5][0xea][0xd2]I[0xcb][0xee][0xcb][0x81]<[0xfb]D[0xdd][0xcc]9P[0x1b]7[0xf4][0xab][\r]:[0xaa][0x99][0xe][0xb3][0x19][0xdb][0x8c]G[0xba]M[0xb9][0xb6][0xac]hj][0xa9][0xa2]MF:j[0x99])[0x8e][0xfd][0xb5]|X[0xb3][0xa3][0x9c][0xec]V&jw[0x1b][0xfa][0xa0][0x7]/[0x17]By[0xed][0x15]A[0xf9][0xc]=:,[0xb0][0xa0][0xb2]=[0x81]*s[0xb1][0x17]6R[0xf5]f[0xdb][0xb0]t[0xca][0xf]y[0x80]r[0x7]y[0xd6]:[0xbd][0x1b]}[0xf2]%=[0xe8].[0x86]:[0xad][0xd7][0x15]][0xa9][0xdb][0x9d]1[0xe3]1G[0xbf][0xc0]9e[0x8e][0xa9]PY9U[0xe]4N]J[0x15]*D#[0x86]=[0x9c][0x8c]9Ui[0xce][0x90]a[0xf7][0xe8]q[0xaa][0x8e]#Fl [0x9f]w[0xcb][0xa7][0xb5]S[0x9a][0x97][0x82][0xf4][0x9d]^<[0xdf][0x9b][0xb4][0xbb][0x92][0x99]D[0xac]s_[0xd4][0xc8][0xb1][0xbe][0xf2]D[0x95];y|[0x12][0x7],[0xd5]?[0x19]o]Ik [0x17][0x19][0x15][0x2][0xb7]$$[0xbb]O@[0xfc]8[0xc2]U[0x1d]4[0x13]."[0x99][0xf2]nM[0xdd]:[0x8d][0x87][0xd3][0xac][0x16][0x87]:[0xd5][0xdd][0xda][0x94]nQ[0x85][0xa5]x[0x88][0xe5]%[0x5][0x92][0xff]OC[0xd3][0x7]*[0x1]Q[0xfb][0x93][0x19]+j[0xf0][0x85] [0xa0][0xb9][0xa5][0xbe][0x9d][0x15][0xd1][0xb0][0xf0][0xba][0xd0][0xb0][0x1d][0xdf][0xd3]0[0x80][0x8b]),[0xa6][0xbf]-X|[0x7]?[0xbe][0xaf][0xe0][0x7][0x1a]^[0x85][0x1f]j[0xd8][0x8c]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0xa4][0xe1][0xc7][0xf8][0x89][0x86]W[0x83].[0xce][0xf9]S[0x97]4[0x96][0x18][0xd2][0xf0]S[0xfc]L[0xc3][0xcf][0xf1][0xa4][0x86]=[0xb8]R[0xc3]/[0xf0][0x14]/<-[0x10][0xca]o5[0x13][0x94][0xe6][0x9][0xb2][0xef][0xd6][0xe8]t[0xa4][0x9f]B[0x8b][0xfa][0x0]7[0x12]4\[0x8f][0xeb]4[0xfc][0x12][0xbf]R[0xf0]k[\r][0xbf][0xc1]o5$[0x91][0xa2][0x10][0xcc][0x13][0xb6][0xd1][0xb2][0xf4][0xfd][0xcc][0x9a][0x82][0xdf]i[0xf8]=[0xfe][0xa0][0xe0][0x8f][0x1a][0xfe][0x84]g4[0xfc][0x19][0xa1][0xea][[0x89]K[\r][0xfb][0xb0]_[0xc3]_[0xf1],][0xa5][0xd3]s[0xb3]x[0xb9][0x0][0xf5][0x9b][0xda]f[0xd6]#3[0xc2]H3U[0xd3][0xf0]w[0xd7]?6[0xb3][0xa4]CO,[0xb1][0x83][0xb2][0x1e][0x6][0xf5][0xa0][0x83](8h%G[0x82][0x5]9[0x11][0xbc]T[0xc3]K[0xc4][0x15]=[0x4][0xd5][0xa4][0xcb]4Q[0x85][0xe7]4Q-|[0x9a][0xa8][0x11][0xb5][0x8a]P4[0xe1][0x17][0x1][0x81][0xe0]t[0x95]J[0x11][0xaa]&[0xea][0x84][0xc6][0xd1]p@[0x13]3D[0xbd]&[0x1a][0xf0][0xc][0x9d][0xd8]^[0xdd]J[0x10][0xb2][0x16][0xe9]w[0xbb][0xe7]w[0xbb][0xe7][0xf7][0xe2][0xe5]K[0x5]N[0xcb][0x1b][0xd0][0xbd][0x6]/[0x92][0xef][0xf5]41S[0xcc][0xa2]{3/[0xb6]u[0xf7][0x1e]#J9>[0xa7]\[0x87]J[0xb9]W[0xdd][0xc2][0xcf]3[0x8e][0xab][0xe9][0x15]Xu[0x82][0xfd]a[0xbe][[0x9e]7U[0x89][0xa4]:[0xa4][0xbb]7D[0xdb]q6u[0xb9]{[0xcc][0x1f]'[0xf5][0x86][0x8c][0x97][0xb6][0x96]2[0x92][0xc4][0x8a]9hF[0x1d][0x92](,[0xba]]q[0xbe][0x2][0xf5]X[0xac][0xdb][0xdb][0xdd]^[0xa6][0xe4]M[0xb9][0x99][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0x1d][0x97][0xb][0xd5][0x93][0xcb][0x99][0xf6]n[0xc8]r[0x17][0x93][0xbb]X[0xa9][0xdf][0xaa][0x97][\r]kr[0x84]J4[0xf7][0xe][0xc4]_K[0xe1]U[0x92]_![0xd9]9[0x85][0xf3][0xf1]8[0x1d][0xb7][0xd3][0xf5][0xfb][0xf8]r[0x13]XZ[0xd2][0xe7][0x94]W[0xc4]~[0xd5]O[0x96]$[0x8a]M[0xb7]{[0xa1][0x8a]0[0x9]AAW[0xd3]X:[0xcb][0xbf][0xa8][0xf4]t[0xaf][0xb1][0xcf][0x96][0x11][0xb6][0x93][0xc0]$[0xe4]`vK[0xe1]M[0xec][0x4]'7[0xf5]t[0x1c]E1[0xea][0xae][0xf1][0xde]U-[0xd3][0x84][0x99]l?[0xcb]]q~;[0xe9][0xc4]z[0xb1]e[0xef][0x97][0xe0][0xcc][0xe2]9[0x8a]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "0=N[0x4]6[0x15][0x9f][0xf][0x15]uNE[0xba][0xb1][0x8c][0x91][0x94][0xbd]?7[0xa0]_[0x92][0x96][0x9d][0xbe][0x84][0xca][0xe4][0x14]y[0xb6][0x93][0xcd][0x97][0xc6]6[0x1]l[0xa6][0xe9]2[0x95]N[0xae]i[0x14]d[0x5][0xfd][0xd3]I-[0xe5]:[0xa4]Z=[0x95]2[0x12][0xb1][0xa2][0xe4][0xf1]~[0x82]NQ[0xf9][0xd6][0x16][0xc9][0xe7][0xc8][0xae] ?[0x83][0xdb][0xba][0x82]6[0xaf][0xd6][0xe9][0xf9][0x4][0xce]-[0xf5][0xac][0xf2][0x8f][0xe1][0x92]<[0xa6]&'[0x15][0xd7][0xa3][0xa4]t[0xd3]$][0xc3][0xba][0xd5][0xcf]B[0x89][0xa8][0xb1]v[0xaa][0xf9][0xb2][0x87][0xda]P[0x4][0x88]L[0xd0][0x15][0xe5][0xe0]>c[0x1a][0x9e]r[0xc4][0x96][0x1c]~$[0x97][0xf0][0xf5][0xc4][0xc4][0xa6][0xc2][0x8e])X[0xae][0x2]L[0xfe]UPG{:[0x86][0x89]K[0xea][0xb8]H[0xf7][0xa4]T[0xf2][0xae]}[0xa6][0xc2]LwrhQ[0xba]E-[0x83]~[0xa5][0xcb][0x18][0x9b]dm[0xa0][0x8c][0x3][0x97][0x16]L[0x95][0xbd][0x18][0xca][0x1d]@!B,[0x84][0xf][0x9d][0x0][0xaa]0[0x1f]]x%[0xb5][0x6][0x17][0xc8][0xd1][0x99]h[0xe4][0x9e][0x89][0xbe]g @-T7[0xaa][0xd1]C[0xa3][0xb3][0xe9]M[0x1d][0x4][0xb4][0x9][0x88][0x1d][0xa1]1T[0x8d][0xa3]zT[0xee][0xe8][0xa5]g[0xad]\[0xb]a+K8r[0xb8][0x90][0xb4][0x2][0x17][0x81][0xff][0xfa]\[0x99]~z[0x7][0xb8][0x9f][0xa3]o[0xd6][0xba][0xc2][0xd5][0x1a][0x98][0x80][0x8f][0xb5][0xd6][0x14][0xab]\^[0xa0]2[0x80]m[0xb8]D[0xae]S[0x9b][0xe7]*[0xd8]L[0xa3]*[0x6]K[0x9b]kC[0xad][0xe3]P[0x1e][0x80][0xff][0x88][0xa7][0xa4][0x9e][0xf4]3v[0x1f]V[0x91][0x92][0xd5]R[0xd9]\g[0x3]v[0xe2]R[0x89]m[0x86]TK[0xf7]<[0xf5]x[0x97][0xd1][0x1a][0xab][0xdd][0xea][0xaa][\r][0xb0][0xca]@[0x16]*[0xe3][0xaa].[0xc0]u^[0x81][0xaa][0x80][0xa7]*[0x80][0xcb][0xb1][0x8b][0xd6][0xaf]([0xc0]|9t[0xfa][0xda]-!E[0xa5][0x91][0x98][0x8b]}#[0xc1]r[0xb0][0xb7]N[0xa0]n[0xc7][0x18][0xb4],f[0x14][0x13][0xb0]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0x6][0x6]][0xcc]C[0xae][0xba][0x9d][0x4][0x90][0xbd][0x9d][0x17][0xe][0x1d][0x85]?[0x8b][0xfa],[0x1a][0xc2][0xa1][0xd6],ff1+[0x8b][0xc6][0xbc]fUj[0xdb][0x8e]:[0xa2][0x91][0xb5][0x7][0x9d]}[0x9e][0xf6]y[0xae]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v[0xfe][0x1a][0x86]I[0xd2][0x82];a[0xd7][0xce][0xb5]4f[0xf9]`[0xeb]c8[0xe9][0x10]jZGC[0xad]c[0x98][0xdd][0xe3][0x9a][0x9d]3[0x8e][0xb9][0xa1][0xf0][0x18][0x9a][0xf2][0x94][0xcd]E[\r]=[0xaf][0x80]B4[0x4][0xc8][0xfd][0x6][0xd2]?[0x9f],[0xe4]m[0x7]=[0xdb]A[0xd7]v[0x3]f![0x8e][0x11][0xb2][0x95]#[0xd3][0x99]I[0xc8][0x93][0xa1]N[0xda]=[0xa9]1"[0x91][0xb5][0xaf][0x9f][0xc0]<[0xa2][0xb0][0xb9][0xa7][0xf5][0x18][0xe6][0xb][0xf4][0xb6][0x1d][0xc3][0xc9][0x2][0x87][0xb0][0x80]>N[0x11]x[0x14][0xa7][0xae][0xf1][0x85]C[0xcd][0xbe]1,8[0x86][0xd3][0xaa]p[0xc9][0xe1][0x97][0x9e][0x9c]@p[0x7]C][0x98][0x87][0xda]H[0xea]@[0xce][0xfa][0xc9][0xdd]Edn[0x5][0x19]d[0x98]+[0xc9][0xc8]"[0xa2][0xfd]*X$[0xd1][0x80][0xc5]H[0xc3][0x96][0xd0][0xd7]{[0xd0][0xd7]K[0xc0]t[0x9][0xe1],d<[0xe8][0xce][0xd1][0xad][0x97][0xd0]skW[0xd3][0x9c][0x13][0x11]{[0xe9][0x9f][0xfa]x[0x97][0xda][0xe7][0xe9][0xd0][0xd9]~[0x9a]N[0xed][0xf4][0xc6]EY,>[0x4]e[0x1c]g[0x8c][0xca][0xf1][0x99]Y,9[0x84][0xa6][0x9][0xb4][0xec][0x98][0xc0][0xd2][0x1d][0xcc]:E==[0xc3][0xbc][0xde][0xd6][0x13]~[0x1c][0x8b]&[0xd0]N[0x8b][0x11]bbY[0xe3][0xf2],^A[0xb]+[0x1a]W[0xd2]G[0x16]g[0x8d][0xe1][0xec]Gh[0xbc][0xaa][0xb7][0xed]q[0xd4][0x85]e\[0xcf][0x1a][\r][0xb7][0x8d]c5x[0x14][0xb4]S\[0x80][0x9a]n[\r][0xd7]`&[0xde][0x80]S[0xa8]w][0x86][0x3][0x4][0xfc]-8[0x7]o[0xa5][0x98][0xb9][0x81][0x82][0xfa]Fr[0xe0]&"[0xea]fIO[0xc8][0x81][0xed]Q[0x91][0x96]D[0x9][0xda][0xb3][0x1][0xaf][0xa1][0x94][0xa8][0xa2][0x1d]s[0xf0]Z[0xaa][0x8][0xd5][0xde]y:k[0xba][0xb9][0xf9]U[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7[0xd7][0xb4][0x91]o[0x87]_z[0xfa][0x88][0xe7][0xdd][0x2]J{[0xe0]n[0xa2][0xea][0x1e][0xa2][0xef]^[0xac][0xc1]}t[0xf1][0x8c]R[0x19]8B[0x14][0x1d][0x95][0xde]n [0x8c]1[0xf2][0x84][0xf][0xa8][0x86]v-[0x94][0xd9][0xc5]![0x95][0xf2][0x18]HQ[0xf8]Y[0xf2](R[0x14][0x84][0x96]<[0x88][0x94][0xe4][0xa2][0xba][0xa0][0xde][0xa6]$[0x17][0xd5].[0x17]o[0xa3][0xff][0x1b][0xe4][0xd7][0x8d][0x18][0x95][0xc7]E[0x97][0xb7][0xd4][0x86][0x97][0x1]PK[0x7][0x8][0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$1.class[0x8d][0x8c][0xc1][0xe][0x1]1[0x14]Eo[0x19][0xca][0x98][0x84]O[0xb0] v[0x1a][0xdf] [0x84][0xc5][0xc4][0xc2][0x17][0xd4]x[0x19][0x9d]T+mG[0xc6][0xaf]Y[0xf8][0x0][0x1f]%*[0x16][0xb6][0xde][0xcd][0xbb]7[0xf7][0xe5][0xe5]<_[0xf7][0x7][0x80][0x5]2[0xe][0xce][0x91]2[0xa4]{[[0xbb][0x82][0xd6]J[0x13][0xc3]0[0x97][0xcd]F[0xf9]`[0xdd]m^[0xc9][0xab][0x8c][0x97][0x95])[0xb4][0xf5][0xca][0x94]9[0x85][0x93]=r[0xc][0x18]f[0xd6][0x95][0xa2][0xaa][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0x9a][0xb]9u&[0x13][0xa4][0x16]g[0xd9][0x88][0x1f]a[0xb2]`[0x0]C[0xb6]5[0x86][0xdc]RK[0xef][0xc9]3[0x8c]>\[0xa1][0xa5])[0xc5][0xee]PQ[0x11][0x18][0xa6][0xe1]0[0x8e][0xb0][0x16][0xbe][0xd3][0x8e]Bl[0x9]:1[0x13]t[0xa3][0xf7][0xe3][0xa6][0xf1][0x87]}[0xda][0xa8][0xf7][0x6]PK[0x7][0x8]~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.class[0x9d]V[0xeb]S[0x1b]U[0x14][0xff][0xdd][0x10][0xb2]!,%@[0xa5]V[0x11]i[0x81][0x92][0x4]m[0xc0]W[0xad]AZ[0x84]"E[0x1e]J[0x90]Z[0xeb]k[0x9][0x97]dq[0xb3][0xc1]}[0xd0]tF?[0xe8][0xe4]LyTg[0x1c]?[0xfb]G9[0xfe][0xee]ML[0x2]E[0x9a][0xf1]C[0xee][0x9e]{[0xf6][0x9c][0xdf]y[0x9f][0xcd]_[0xff][0xf6][0x7][0x80]i[0x94][0x13][0x18][0xc0][0x9d].[0x1e]w[0x13][0xb8][0x8c][0xb9][0x4]>[0xc2][0xbc][0xba].[0x18][0xb8][0x97]@[0xc]s[0xea][0xb2][0xa8][0xd8][0x1f]'[0xd0][0x83][0xa5]n[0xdc][0xc7][0xb2]:>1[0xb0][0xa2]8[0xab][0x9][0xac]a=[0x81]O[0xf1][0x99][0xa2]6[0xd4][0x91]7[0xb0]i[0xe0]s[0x1][0xb3]r =[0xcb]q[0xf2][0x81][0xe5][0x5][0x2]bY [0xe6]+[0xda][0x17][0xe8]][0xd9][0xb3][0xe][0xac]l[0x18][0xd8]Nv[0xd5][0xda][0xcf][0x9]t[0xe5][0xed][0xa2]k[0x5][0xa1]'[0x5][0xee][0x9c]~;[0xb3]R[0xf1][0x8a][0xd9][0xbd][0xd0][0xb5][0x83][0xac][0x17][0xba][0xae][0xf4][0xb2][0xb][0xd2]/x[0xf6]~`W[0xdc]\M[0xd8][0xb1][0xdc]bv[0xa5][0xe2][0x16]s[0xb3]D[0x8b][0x5]%[0xdb][0x1f][0x9b][0x12][0x98]h[0xd1][0x95][0xd5]}[0xe9][0xd9]e[0xe9][0x6][0x96][0x93]-[UbW[0x97]l?[0xa8]xO[0x94][0xca][0x8c]M[0xa1]Y[0x81]L[0xaa]M[0x9d][0xf4][0x96]@t[0xbe][0xb2]#U<[0xb6]+[0xd7][0xc2][0xf2][0xb6][0xf4]6[0xad]m[0x87][0x9c][0xfe][0x95]J[0xc1]r[0xb6],[0xcf]V[0xf7]:3[0xaa][0xdc][0x12][0x18][0xd8][0x90]e[0xa9]dm[0xb7][0xb8]B0[0xc9][0x90][0x98][0xaf][0xfb]*[0xb4]y[0xc7][0xf2]}I[0xa1]\{^[0x8c][0x9d][0x83][0xc5]h[0xba][0x3][0xe9][0x7]:[0xf3]rG[0xe0]Z[0xea][0xe2][0x14][0xaa]H[0xba]w[0x9a][0xc][0x81][0xe1][0x8b][0x15][0x4][0x12][0xf7][0xaa][0x5][0xa9]/[0xbe][0x1][0xaa][0x9b][0xca][0xe0]"S[0xe8][0x97][0x94][0xc5][0xe][0xe9][0xf2][0xec][0xf4]k[0xb5][0xd7][0xde],Z[0xb6][0xa3][0xcb][0x9b]9[0xc7][0x1b][0xb7][0x12][0xd8][0xbb]v[0xc1]R[0x80][0xd9][0xba][0xa4]v[0xcb][0xd8][0xfd]Wm[0xa2]M-VC[0x99][0xdb][0x8][0xdd][0xa6];C[0xe7][0x98][0xdc][0x90]~[0xe8][0x4][0xda]H[0xcc][0xd3][0xb4][0xc0][0xd5][0xff][0x14]3[0xf0]@[0x0][0x2][0xf9]v[0xbb][0xa3][0xcd][0xf2]Mk[0x7]"[0xd5])uL[0xb][0xa4][0xdb][0xd6]c[\r][0xf2][0x95][0xd0]+[0xc8]E[[0xf5]Vo[0xf3][0xe5]M5[0x11]&^[0xc3][0xb0][0x89]W1[0xa4][0xa8]/[0xc]<4[0xf1]%[0x1e][0x99]x[0x9][0x83][0x2]}[0xcd][0x9][[0xb2][0xfc][0x12][0xa7][0xcc][0xc4][0x15][0xbc]l[0xe2]+%[0xf2]5[0xbe]1[0xf0][0xad][0x89][0xef]@[0x98]m[0x14][0x4].[0x9d][0x1e]2[0x13];xd@[0x9a][0xd8]E[0xd1]@[0xc9][0x84][0x8d]=[0x13][0xdf][0x83]o[0x1c][0xc][0xb][0xdc][0xfe][0xdf][0xcd][0xcb][0x14]\\g[0x16][0xb6]);[0xd0][0xf4][0xab][0xd1][0x90]l[0x95]6s[0xc8]>M[0xa9][0xf4]'[0x9b]([0xf9]'[0x84].3A[0x85][0xd0][0xf3][0xa8][0xb5]I[0xdd]U[0xdb]q[0xd4][0xdc]R[0x98]K,[0xee]ZnE[0xb1][0xd9][0x9c][0x7][0x96][0x13][0xca][0xf5]][0xfa][0x91]ZN[0x9f]]D[0x2]=[0xa7][0xf6][0x18][0x1][0xf6]C6[0xd9][0xfb][0xa9][0x16][0xc9][0xf5][0xed]=Y[0x8]r[0xcf]s[0xd2][0xcf][0xb3][0x8]P[0x94][0x4][0xb8]q[0xe][0xc0][0xb9][0xe2]][0xe][0xfd][0xd8]R>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xb7][0x95][0x13][0xf6][0x11]}[0xdc][0xe4][0xfc],[0x84][0x9e]U[0xcb][0xe6][0xf5][0x17]l[0x8f]e[0x95][0xc2][0xf1][0xb6][0x86][0x93][0x8d][0xc4][0x8][0x16]Z7[0xcd]H*[0xfd][0xa2]]s[0xa5][0xee]R[0x1d]D[0xe5][0x9e][0x8b][0xa5][0xcc][0x84]&[0xac]BA[0xfa][0xdc][0xf4]SS[0x98][0xe2][0xc7][0xea]2?l[0x1d][0x88][0xa8][0x1e]'[0x15]Q-[0xcd][0x99][0xbd][0xaa][0xe9]W[0x92]I5[\r][0xa4]c[0xbc]q8[0xf8][0xe6]u[0xde][0xd6][0xb4][0x6]0[0x94][0x99][0xc9][0x86][0xbf][0xc6][0x9b]I$[0xea][0xe3]:[0xc6][0xa1]v[0xc4][\r]LPZa/#[0xaa][0xb1][0xfb]3O[0x11][0x9f][0x7]z~[0x87][0xa1][0x18][0xe4]R [0x11][0xd3][0xc8][0xd6] [0x1c]_[0xc0]k[0x5][0xee][0x96][0x1c]c[0xc5]3lkpwmz[0x92]A[0xb2][0xf3][0xc]Gw[0xb7][0x13]V[0xa7])u[0xe]w}[0xd3]c`[0xf4]N)so\7L_[0xb8][0xd1][0xff][0xf]7[0xd2][0xc5]e[0xfd][0x9e][0xae][0x99][0xba]U[0xd6][0x8a][0xb6]U&[0xc4][0xc8]][0xbe][0xc6][0x90][0xdc][0xae][0xe8]Km[0xb9][0x9b][Z[0xe6]%op[0xfb]M[0xe0][0xfa]j[0xbf]([0xc0]6[0x9d][0xd0][0xe4]e[0x8c]2[0x80]a[0xbe][0xde]2[0xd7]Y[0x8c]|[0xd0][0xf][0xe9][0xba][0xad][0x19][0xe2][0xf3]F[0xd9][0xd2][0xbd] Q[0x13][0x8b][0xcd][0xf7][0xc]S[0xdb],[0xf2][0xd0][0xee][0xf9][0x1c]&Xe[0xde][0xf6][0x9d][0x12][0x1f]7D[0xc7]5mr[0x9e][0x12]x*[0xf6][0xa1]YE[0x13][0x92][0xe2]tU[0xc6][0x98][0x8a][0x2][0xae][0xa9][0xe8]B[0xb7][0x8c]q[0x15][0xd7]1[0xa1]b[0x12][0xdd]*[0xa6][0xc4]2[0x8d]"C[0xfb]n[0x9c]*[0xe][0xe3][0x8][0xc3][0xc0][0xff][0xb4],[0xd5][0xf9][0xcf][0xb0][0x19]Zw[0x8a][0x9b][0xca]_gb[0xa9][0x83]R[0xa2][0x12][0xbd]u[0xd9]S[0x15][0xc]w[0x96][0xdf][0x17]~1t[0xfd][0xab]]o[0xd0][0xf0][0xfe][0xde][0x98][0x4][0x10][0xe][0xdd][0x82][0xcd][0xd0][0x92][0xfa][0xb3]oE?6[0xd1]H[0x8][0x82][0x82]O[0xb1][0x10][0xe][0xd9]m[0xe][0xc9][0x2]9[0xe6]zze[0x85][0xc6][0xf7][0x9e]n[0xfa]|[0xee][0xb6][0xc0][0x99][0xda]6[0x1a][0xe8][0xa4][0x9f]\[0x82]:w/X2)JH[0xff][0xca][0x6]H[0xa2][0xa2]t[0xdb]B[0xd2][0x0]I[0x12][0xed]J&[0xfb][0x11]R[0xe6][0x13]"[0xef]I[0x92][0xd0]Jk[0x8c]l[0x80][0x7][0xd8]O[0xab][0x1a][0x9c][0x15][0xb4][0xe1][0x10][0xc4],P[0x5]C[0x84]7[0x88] J{![0xf3][0x1]Rv[0x3][0xd1]Wh[0x90][0xd6][0x85][0x90][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-2: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd1][0xf5]L[0xee][0x13][0x1a]2YZ6[0x10][0x1b][0xee]x[0x5][0xb9][0xe3]-[0xda]B{94[0x95]I[0xb7]^[0xe3]>L[0xec][0xc0]C[0xec][0xc1]#[0x8a][0xe0]1[0xe][0xe2][0x9][0xdd]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x2]2U[0xce][0xd0][0x1f]qjGG[0xe0]c[0x1]G[0xe9]$[0x91]e;[0x8e]Q[0x6]"t[0xa6]V[\r][0xbd][0xbd]IR[0x84][0xf6][0xd6][0x90][0xbd]q&[0xf7][0x1d][0x8d][0xf1][0xcf][0x88][0xbf][0xcb][0xbd][0xab][0xb1]7[0x7][0xe8][0xcf][0x11][0xc7][0xb]bI[0xf2][0xeb][0x80][0xb5][0xb3][0xfa][0xb6][0xc6][0xda][0x8a][0xe3][0x1]k[0x9c][0xfc]<[0x86][0x1e]H[0xc9]Q[0xf2][0xb2]7[0xe4][0x9a]&ka[0x9f][0xc8]d[0xbf]A[0xc9][0xd1][0xb7][0x81]=[0xeb];[0xa6][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xa8][0x1]'p[0x2]}[0x81]>A[0x81][0xf4][0x11]0[0xa8]h[0xd9][0x10][0xb8][0x10][0x6][0x11][0x13]9e;[0x17][0xac][0x8a][0x18][0xab]![0xc6][0x8]1[0x19][0xe8]c[0x84][0x98][0xb][0x10]N[0x6]/OA[0xb][0xf6]~J[0xb2][0x8]][0xa2]b[0xf][0xe0][0x0][0xed]i[0xda][0x91]l[0xfc][0x5]PK[0x7][0x8][0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/experimental/max/MaxHistory.class[0x9d]WiW[0x1c][0xc7][0x15][0xbd][\r][0x3]-[0x9a]F[0x12][0x83]A[0x2]kA[0xca][0x8][\r]#[0xe3]A[0x89][0x82]d[0x89]([0xb2][0xc1]D`[0x4][0x11] )(Q[0x92][0xd6]L[0x81]Z[0x9a][0xe9][0xc6][0xdd]=[0x8]9[0x8b][0xb3]9[0xfb]f;[0x9b][0x9d][0xd8]Y[0x1c]oq>[0xc8][0xe7][0xc4][0xc2][0xe][0xe7]D[0xfe][0x9c]_[0x90]_[0x93][0x93][0xfb]z[0x9a][0x99]f4 Nt[0xe]US[0xf5]^[0xdd][0xfb][0xde][0xad]zU[0xad][0xff][0xf7][0x9f][0xff][0x2]p[0x1c][0xef][0x19][0xd0]a[0x1b][0xb8][0x89][[0xf2][0xab][0xa0][0xa3]h [0x1]Gf\[0x1d]K2[0xf9][0xac][0xe][0xcf]@[0x8b][0xf4][0xbe][0x81]V[0x4][0xd2][0x94][0xa4]Y[0x96][0xe9]e[0x1d][0xb7]e[0xcd][0x8a][0x81]4[0xee][0xe8]x[0xce]@[0x7][0xee][0xb4]p[0xe1][0xd7][0xa4][0xf9][0xba]4[0xdf][0xd0][0xf1]M[0x1d][0xcf][0x1b][0xe8][0xc6][0xb3][0x6][0xf6][0xe2][[0xd2]|[[0x1a]B|[0x7][0xdf]m[0xc5][0xf7][0xf0][0x82][0x8e][0xef][0x1b][0xe8][0xc5][0xf]d[0xf0]Ci~[0xa4][0xe3][0xc7][0x6]R[0xf8][0x89][0x8e][0x9f][0x1a][0xe8][0x93][0xfe]g:~[0xae][0xe3][0x17][0x1a][0xa0][0xc1][0x1c]w[0x1c][0xe5][0x8d][0x14],[0xdf]W[0xbe][0x86][0x9d]s[0xca][0xf]F[0xdc][0xe2][0x92][0xe5]Y[0x81][0xeb]i[0xe8][0x98]QEU[0xbc][0xae]<[0xdb]Y[0x9c][0xb4][0xfd]@[0xd1][[0xc3]n[0x9f][0x13]V[0xe1][0xb2][0xf2]|[0xdb]u.[0x8d][0x8f]j[0xd0]&4[0xb4][0x8d][0xb8][0x8e][0x1f]XNp[0xd9]*[0x94]T[0x13][0xca][0xff]4[\r][0xc6][0xc2]h[0x89][0x80][0xf4]%[0xc7][0xae][0xc9][0x9b][0xd6][0xb2][0x95]-[0x5]v!{[0xc1]Z:[0xa3][0xa1]e[0xd6]^t[0xac][0xa0][0xe4])[\r][0x9f][0xda]h[0x1d].[0xf][0xb][0x96][0xb3][0x98][0x9d][\r]$[0x8a]3[0xb1][0x99]I[0x97][0xe3][0xb3]DH.[0x8c]Yv[0x81][0x0]sv[0x91][0x19]X[0xc5]%[0x12][0xb5]-[0x9c]g[0xc4][0xae]wg[0x96][\r][0xa1]w[0x96]W[0xda]nv[0xcc].([0xe1]]p[0xbd]1[0xb7][0x90][0x97][0x94]N[0xa6]7Z[0xfb]']o1{[0xb3][0xe4][0xd8]AV[0xad],1[0xdf][0xa2]r[0x2][0xab][0x90]-Z+[0xc]l%[0x82]&Jb[0xc4][0xcd]+I[0xcb]v[0xd4]TI[0xb4][0x9a][0xb3][0xae][0x17]8[0x93][0x9c]ts[0x14][0xc9][0xa2]T[0x1c]G[0x93][0x1a][0xff][0x86][0xb6][0xc2][0x1e]qK[0x85][0xfc][0x94][0x1b][0xcc](+?[0xc2][0xb8][0x9f]^[0xc9][0xa9]%[0x91]N[0xa8][0x16]l[0xc1]h[0xf5]h[0x8b][0x2][0xd0][0xd0][0xec][0x7][0x1c][0x17]5[0xc3][0x91][0x8b]FZ[0x81][0x83][0x99]{hx[0x5][0xc9][0xcc][0x87]h[0xbc];y[0xec][0x1e][0x9a]8[0xd1]|e[\r][0xfa]|f[0x15];[0xee][0xd2]][0xe7][0xd7][0xa6]I[0xe2][0x6][0x9c][0xe5][0x82][0x1e]4[0xb3]=[0xcc][0xd9][0x14]g[0x8f][0xa0][0x8d][0x1f][0x87][0xed]8[0x8a].d[0xf0]YZ[0xba][0xe8][0xd7]F[0xaa]sx[0x92]kI[0x80][0xa7]BzC.S[0xda][0x84][0xfc]?$[0x17][0x94]skh[0x11][0x1a]cr[\r][0xad][0xf3][0xc7]Va^x[0xec][0x1e][0xda]>[0x86]>[0xc5]~'[0xa3][0xd9]5p[0xf7]tB~w'[0xee][0x9f]n[0x92][0x89][0xee][0xa6][0xfb][0xf4]N[0x88]w[0xfb]}[0xa2]$[0x19]Q[0x8a]X)[0xc6]!}[0xb][0xe]` [0x1c]g[0xc3]^b[0x1d][0xc2]n[0x8e][0x87][0xc2][0xbe][0x9c]E[0x1f][0xfd]@[0x19]["[0x1]{h;@[0xa1][0xc4]k[0x80][0xfd][0x10][0xa5]:[0xc9]x%[0xa3][0xc]sO[0xe2]Q[0x8c][0xe2]i[0xae]n[0xa1][0xfd])[0x8c]1[0xb7][0x93]a[0x96][0x9f][0xb][0xb3]<[0x87][0xf3]a[0x96][0xe3][0xfc]KpF[0xd4][0xe2]u[0x1e][0x89][0x9d][0x8f][0xc4][0xee]e[0xae][0xc9][0xcc][0x1a]:[0xe6]W[0xf1][0xc8][0x7][0xe8][0xac][0xfe][0xec][0xca][0x1c][0xfb][0x0]{[0xde][0xf][0xb7][0xec]l[0xa8]bS[0x88][0x96] [0xe7].[0xb2][0xf5][0x10][0xed] [0xf1][0xd6][0x15]&[0x16]&q![0xcc][0xaf]7[0xe4][0xe6][0xeb]&oW[0xa4][0xf0]5[0xae][0x17][0xaf][0xfd]k[0xd8];[0xbf][0x86][0xee][0xf9][0xcc]?[0xb0]g[0x15]=[0xab][0xfc][0xda];[0xc6][0x1d][0xde]G)[0xf7]W[0xe9][0x92]$[0x2][0x97]w[0xe0][0xf3][0xfc][0xc1]E[0xec][0xc3]L[0x8c]jD[0xd5][0xc1]M[0x1c][0xa5][0x87]VI[0xf3]"[0xfb][0x19][0xcc]Fi[0x8a]<[0xe2][0xdf]N[0xb2].[0x12][0x1c][0xf8][0x8][0x7][0x1b][0xf0]1z[0xef]V[0x88][0x9a]C[0xb5].[0xc5][0xc0][0xdb]+y[0xb4]c[0x8e][0x16][0xb1]_[0xc6][0x95][0x8][0xf2][0x12]i$[0xb4][0x8e]u[0xc8][0xde][0xf]q[0xe8]#[0x1c]n[0xc4][0x95]j[0xf4]F[0x8]4[0xcf],[0xae][0x86][0xc0][0xbd][0x94][[0xa2]][0x7][0xee][0xa8][0x0]w[0xe0][0xb][0xdc][0xf4][0xb2][0xf7][0xd5][0x88]b"[0x8a][0xba][0x8b][0x14][0x9d][0xe5][0xa8]?[0xd1][0x80]W[0xa1]'[0xde]F[0xa2][0xf1][0xef]5[0xa1]_[0x8b][0x85][0xde]Ua[0xe8][0xaa]0|[0xb1][0xae][0x1a][0x9d][[0xa9]a=D[0x8d]/[0xd5]U[0xa3]sk5[0x14][0xd5]X[0xd8]D[0x8d]k[0x15]5[0xbe][0x1c][0xaa][0xa1][0xe1]+[0xf8]jDq"[0xdc]W[0xa2][0xac]!5[0x9f][0xd1]Vq[0xa4]6[0xdc]7BT[0xb3][0xec][0x15][0xa1]jL[0xe2]zt[0xf4]b[0x8]}![0xc2][0xd1]Z[0x84][0xf7][0xea] [0x94]o[0xab][0xdc][0xee][0x1d],[0x16][0x15]!e[0xe9]!>M,[0x1b][0xed][0xfd][0x1a][0x90][0x9e][0x18]H[0x13]S[0xbd][0x10][0xab][0xbe][0x8b][0xf4]\[0xc][0xfd]o[0xe0][0xb1][0xd0][0xb7][0x91]U[0xac][0x3][0x84][0xef]c?@K[0x8a][0xfd][0xe3]H[0xfe][0xf]PK[0x7][0x8][0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/results/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/results/FailureList.class[0x8d]T[0xdb]R[0x13]A[0x10]=[0x13][0x2][0x1b][0x92][0xe5][0x16][0x8][0x17][0xaf][0x11]AB[0x12]X[0xaf]([0x17][0xf1][0x82]D[0xd1][0x15][0xab][0xc4][0xb2][0xd4][0xb7]%[0xc]0[0xd4][0xb2]Im&[0x14]~[0x8a]_[0xe0][0xab]V)[0x94]Z[0xa5][0xbe][0xf8][0xe2][0xf][0xf8]7[0xea][0xd9]$HD[0xd4]<[0xa4]g[0xa6][0xbb][0xb7][0xcf]9=[0x9d][0xf9][0xfa][0xfd][0xfd]G[0x0][0xe7]`G[0xd1][0x89]L+:[0x90]50[0x16]E[0x13]2[0x81][0x19][0x8f][0xc1][0xc2][0xd9][0x18][0x13][0xce][0x7][0xe6][0x82][0x81][0x8b]Q\[0xc2][0x84][0x81][0xcb][0x6][0xae]D0[0x19][0x85][0x89])[0x3][0xd3][0x6]f[0x4]"[0xab][0x8e]r[0xcb][0xbe],[0x9]t[0xda][0x1b][0xce][0x96]c[0x95][0xb5]r-[[0x95][0xf4][0xb4]@[0xeb][0x92]Z[0xf3][0x1c][0xcd][0xb8][0xc0][0xe4][0x81][0xf0][0x8c]][0xf0][0xd7][0xac][0x8d][0xb2][0xa7][0xb4][0xe5][0x97]=O[0xfa][0x96]W[0xd0]jU[0xe5][0x1d][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0x95][0xab][0x16][0x9e][0x9e]e[0x9d][0x96][0x19][0xc5][0xb4]Y[0x81][0xee][0xd4]A[0x90][0xd1][0xc7][0x2][0xe1][0xb9][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11]:l[0xe5][0xc9][0xc5][0xf2][0xe6][0xb2][0xf4][0x1f]9[0xcb].=q[0xbb][0x90]w[0xdc][0xc7][0x8e][0xaf][0x82]s[0xcd][0x19][0xd6][0xeb][0x8a]t[0xb3]u[0xf8]r[0xbb](}[0xb5])=[0xed][0xb8][0x16][0xc5][0x94]]][0xda]#P[0x93][0xd2][0xfb]{[0xa9][0xe7][0xc5][0xbd]r3[0x7])5.,[0xe0][0xde]R[0x85][0x13]8[0x9a][0x1a][0xfd][0xf3][0xc3][0x87][0x95] [0xe1][0x5][0x91][0x12]U [0xd7][0xf1][0xd6][0xac][0xf9][0xed][0xbc],[0x6][0xe5][0x18]3jw 0[0xd2] [0xb4]@H[\r][0x9][0xf4][0xd4]1_[0xd0][0xd2]wt[0xc1]gl[0xe0][0x1f]<".[0x15]J[0xba][0x4]2[0xff][0x1]{X[0xf6][0xec]Z2?[0x8c].[0x15][0xca]~^[0xe6]T[0xd0][0xb3][0xce][0xba][0xde][0x8e][0x7][0x1c]L$p[0xd5]D[0x17][0xe2][0x2]}A71[0x8b]k[0x6][0xae][0x9b][0xb8][0x81][0x9b][0x6][0xe6]L[0xdc][0xc2][0xbc][0x89][0x1c]n[0xb][0xc]7[0xa4][0xdb][0xc0][0x1d][0x13][0xb][0xb8][0xcb]9:[0xa4][0x93][0x2]G[0xf6][0xbd]$[0xaf]9[0x10]u[0xc1][0xe3][0xb][0xc9][0xbc][0xe3][0x8d][0xe8][0xe4][0xb2]t[0x95][0xdc][0x92][0xc9]`[0x8c][0x92][0xeb]N[0xb1]H[0x85]+[0x81][0x80]{[0x2][0xe9][0xc6]g[0x8a]][0xd8][0x87]{[0xb0][0xbc]![0xf3]t5[0xa5][0x82][0x99]h[0xcf][0xfb][0xd2][0xd1][0xd2][0xfe][0xd5][0xea][0xb1][0xc3]f[0xe3][0x1f][0xcd]n[0xff]}"ym[0xaa]v[0xbd][0x1c]d[0xd6]:[0xf4][0xda][0xe3]z9[[0xeb]NiQnW[0xa9]=[0xe3][0x9f][0xc7][0xab][0x1c]z[0xf6][0x8a][0xd4][0xb1]g[0x89][0xd1][0x86]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xb4],[0xe9][0xdc][0xde][0xe4][0xa6]S[\r][0x8e]n[0xd0][0x9f]D[0xaa][0xe]|I[0xfb][0xca][[0xa3][0x1f]I>e[0x9d]|[0xda](%[0x98]$[0xae][0xdd]<[0x85][0xd0][0xc3][0x1f]?B/[0xd7]>z[0x9e]p[\r]q[0x8d][0xa6]w![0xd2][0x99][0xb7][0x8][0xbd][0xe6][0xa9][0x9][0xfd][0xb4][0xed]\[0xc1][0x7].[0x8c]6[0xb4][0xf2]4[0xc0]So5[0x1b]Gp[0x14][0xa8][0xec][0xaa][0xd5][0x8f]U2E[0xcd][0xd3][0xf3][0xb][0xef]8w'p[0x92]6@[0xfb][0xc2][0x8a]-\[0xe7]?[0xa0][0xe9][0xe9].[0xc2]vf[0x7][0xcd][0xf7][0xd3]o[0x10]z[0x87][0x16][0x81][0xc5][0xb1]w0[0x4]^[0xe0][0xc]7[0x11][0x81][0xcf]h[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g[0x7][0xc2];[0x88][0xbe]D[0xc7]T[0xf3][0x7][0x98]O[0xe3]m[0xbb]h[0xff][0xf4][0xf2][0xc7][0xb7][0xcc]+[0x16][0xcd][0xf0]U[0xbe][0x88][0x18][0x81][0x2][0xc2][0x83][0x88][0xd0]v[0xd1][0xc6]I[0xb9][0x9b][0xd1][0x4][0xe3][0xfd][0xcc][0xe8][0xc5][0x4][0x9][0xcc][0x91]v b[0x96]$&H4[0x89]Sh[0xae]d[\r][0xe2]4e[0xf6]![0x8b]![0xc]Wd[0xcf][0xd7]$Fp[0x95][0x2][0xce][0x10][0xab][\r]W0[0x82]T[0xa5][0x81][0xa3][0x15]q[0xe9][0x9f]PK[0x7][0x8][0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/results/PrintableResult.class[0x9d]Umw[0x13]E[0x14]~[0xa6][0x9][0xdd]d[0xbb]}[0xc7][0xbe][0x0][0x15][0xb1][0xa0][0xe9][0x16][0xba][0x5]E[0xc4][0xa4]A[0x8]F[0xc1]H[0xb1])[0xd5][0xe2][0xb]n[0xcb][0x10][0xa6]'[0xdd][0xad][0xbb][0xb3][0x1e][0xea]o[0xf2]C9G[0x1b]4[0xe7][0xf8][0x3][0xf8]Q[0x1c][0xef][0xcc].I[0x9a][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd8]y[0xb9]/[0xcf][0xbd][0xf7][0x99];[0xb3][0xcf]_[0xfc][0xf3]/[0x80][0x8b][0xf8][0xc5][0xc4]U|f"[0x85][0xbc][0x81][0x82][0x81]%[0x13]i[0x14][0xd5]pM[0x9]?7p[0xdd]D[0x6]7[0xd4]P21[0x89]b[0x96][0xc4]7M|[0x81][0xf2][0x0][0xbe][0xc4]W[0x6]n[0x99][0x18]F[0xd1][0xc0]m[0x3]_[0x9b][0x18]C[0xc5][0xc4]([0xbe]Q[0xc3][0x1d][0xa5]Y6p[0x97][0xa1]?[0xe0]aT[0x97][0xc][0xd3][0x15]?[0xa8]9[[0x91]'[0xa4][0x13]D[0x9e][0xc7][0x3]gE[0xab][0xf2][0xc][0xa6][0xe4][0xa1]\I[0xc]K[0xb9][0xca][0x96][0xfb][0x9b][0xeb][0xd4]][0xaf][0xe6][0x94][0xea]n[0x18][0xe6][0xe7]:|[0xf9][0x93][0x1d][0x1e][0x88]m[0xee]I[0xb7][0xee][0xc4][0xe0][0xa1]s7[0x10][0xb4][0xdf][0xa8][0xf3][0x16]d[0xba][0xe4]?[0xe4][0xc][0xc3][0x15][0xe1][0xf1];[0xd1][0xf6][0x6][0xf]V[0x95][0x9e]a[0xac][0xe2]o[0xba][0xf5]57[0x10]j[0x9f][0x8][0xd3]rw[0x87][0xa6][0xd1][0x9e][0xc8][0xc][0x13][0x7][0xed][0xc9].[0xf1]9[0xde]m\[0xb0][0x8b]d[0x9f][0xad][0x8a][0x9a][0xe7][0xca]( [0x93]rO)[0xca][0xe6]-[0xaa][0xa9][0xe4]^[0xc5][0xde][0xaf][0x11][0xd1][0xf6]6pF[0x10][0xfb]2[0x9c]8[0x1c][0x97][0xce][0xae] H^d[0x18]O[0xea][0x88][0xa4][0xa8];[0x15][0xa1][0x82][0xae])[0xd2][0x1e][0x8b][0x90]a[0xf1][0xcd][0xe3]g[0x1e][0xb9][0xa2]N[0xc][0x91][0xf7]H72[0xc3][0xd5].Q[0xa1]7G[0xcf][0x97][0xe2][0x91][0xd8]t[0xa5][0xf0]=[0xa7][0x1c][0x83][0xe5][0x15][0xfb][0x85][0xee]L_[0xdf]Y[0x95]t[0xea][0x95]<[0xeb][0xac][0x95][0xda]J[0xf2].[0xf9][0x91]G[0xe4][0xa5]rs[0xb7][0xa8][0x18][0xe9]W%[0x95]X[0xa3][0x96][0xc8][0xcd]u[0x1c]x,U<[0x86]2[0xe0][0xee]6[0xc3][0xe9]X+|[0xe7][0xc6][0xae][0xe4][0xd7][0x83][0xc0][0xdd]][0x8e][0xe4]N$[0xab][0xda]@[0xdd][0x84][0xaa][0x1f][0x5][0x9b][0xbc],t[0x87]u1[0xb7][0xa0][0xbc][\r]|ka[0x5]U[0xb]'p[0x8e]a[0xe1][0xcd][0xc8][0xa7][0x13][0xef])[0xf0][0xf6]=[0xda][0x94][0xfc][0x80][[0xc8]a[0xd5][0xc2]=[0xac][0xa9][0xd5]"[0x83][0xfd]?[0xe0][0x9]y[0x8a]g[0xe5]1ga[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xa9]a[0xda][0xc0][0xf7][0x16][0xd6]q[0xdf][0xc0][0xf][0x16]~[0xc4]%[0x86][0x99]#K'n[0xda][0xb1](c[0x1e]x[0x14]g[0x95]?[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c]S[0x9a][0xd4][0x85]/[0x11]tM[0xb1][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb][0x93][0x1a]~[0xb6][0xf0][0x0][0x8b][0x16]>[0xc2][0xc7][0xd4]T[0xed]CX[0xde][0xd8][0xe2][0x9b]T[0xf6][0xd4]a}N[0xc7][0xe3][0xea][0xab][0xc9]p[0xe1][0xe8][0x97][0xa7][0xe7]~[0xd0][0xf9]SS[0xa4]H[0xce]p[0xf9]5oh[0xf7][0xd3]w2w[0x94]v[0xf2][0x10][0x15][0xc3]@[0x8d][0xcb]r[0xeb][0x16][0x8d][0xbd]l[0xbc][0xce]{4tPB[0x17]6[0x14][0xbf]S[M[0xe7]Zmx[0xa0][0xfb]T1Sm][0x7][0xcb]Z5[0xac][0x1f][0xe9][0xc8]+[0xd3][0xa3][0x10]>[0xe6][0xf]q[0x86]~[0x8][0x93][0xf4]3a[0xe8]SGN[0xab]~d[0xa9]+O[0xd2][0xfe][0x14][0xed]n[0x92][0x86][0xd1][0x9c][0xb1][0x9f][0x81]=C[0xdf][0x1e][0xad]S[0x98][0xd1]vJ>[0x83]wi[0xb4]b[0x1b][0x9c][0xc6]{4[0x9f]9 y[0x9f][0xe6]Y[0xfa][0xfa]pV#[0x9f]#[0x8d]B^[0xa2][0xdf][0x94][0xb2][0x19]o"[0xb5][0xde]Dz[0xbd][0x81]c[0xf6]>[0xfa][0x1b]0[0xf6][0xb4]y;[0xc8][0xd9][0x8e] [0xe3][0xf8][0x0][0x1f][0xea][0x84][0xa9]W[0x93]$[0xef][0x13]T[0x1f][0xcd]#v[0x13][0x99][0xf5][0xf9][0x6][0xb2][0xfb]0[0x9][0xe7]i+YS[0xeb][0xe7][0xe9][0x8f]v^cM[0xc4][0xf6][0xb0]I[0x6][0xbd]:[0x8f][0xb][0x84][0xd9]N]I[0x16]h[0x15][0xa7][0xee][0xd0]G[0xb7])I[0xbd]L;[0xe5]o[0xda][\r][0xc][0xd8][0xf3][0xc1]z[0xda][0xca]x[0x88]"[0x82]<[0xd3][0xe4][0x93]%[0x8f]v4[0xb3][0x15][0xcd][0xd4]T+b/[0xe2]R[0x82]y%!z[0xd0][0xfe][0x13][0xd6]>[0x6][0xff][0xc6][0x10][0xc3][0x1f]]D|[0xd2]A[0xc4]`[0x2][0xc7][0xd4]uI@[0x1e][0xe0][0x98][0xe]5[0xdb][0xc4]0[0xf1]9Rib[0x94][0xb8][0x1d]S[0x9c][0x8c]7p<[0xc6]~g~[0x1f][0x13]{][0x19][0xe7][0xe9][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-6: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xbf][0xd4][0x91][0xf1]l[0x12]"C[0xed]p[0x99][0x82][0xab][0xc][0xaf]h[0xbf]O[0xff][0x3]PK[0x7][0x8]o[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$1.class[0x95]T[O[0x13]A[0x14][0xfe][0xa6]T[0xb6]][0x16]h[0xcb]Mn[0x82][0x80]Z[0x8a]t[0xa9][0xe0][0x95][0x8b]r[0xd5][0x9a][0xa2]D[0x8]F}[0xda]n[0x87]v[0xc9]v[0xb7][0xd9][0xdd][0x12][0xf8]7[0xbe][0xf9][0xe2][0x8b][0x89][0x96][0xa8][0x89][0xf1][0xd9][0x1f]e<[0xb3][0xdd]@[0x1][0xd1]4Mgf[0xcf][0x9c][0xf3][0xcd]w[0xbe]9s~[0xfd][0xfe][0xf6][0x3]@[0x6][0xcf][0xa3][0xe8][0xc0][0xb4][0x8c]N[0xa4]%[0xa8]2Z[0x90][0x8e]`F[0xcc][0x19]1[0xdc][0x89]`V[0xcc]sm[0xb8][0x8b]{2[0x14][0xdc][0x97][0xf0]@[0xa6][0x98][0x87][0x12][0x1e]I[0x98]g[0x88][0x1e]h[0xe6][0x84]nW-[0x8f][0x81]e[0x19]Z[0x17][0xc][0xcb][0xf0][0x96][0x18][0xc2][0xc9][0xec][0xe4].M[0xab]v[0x81]3t[0xe6][0xc][0x8b][0xbf][0xa8][0x96][0xf3][0xdc][0xd9][0xd1][0xf2]&Y[0x12]9[[0xd7][0xcc]][0xcd]1[0xc4]w`[0xc]{%[0xc3]e[0x0][0x83][0x92][0xb5],[0xee][0xac][0x9a][0x9a][0xeb]r[0xb2]dr[0xb6]ST[0xf7][0xab][0x84][0xad][0xf2][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x8c]2[0xb7]<[0xcd]T[0x1d][0xee]VM[0xcf]U_[0xf9][0xf3][0xa6][0xe6][0xe9]%[0xee][0xb8][0x13][0x19][0xa2]&[0x17][0xb8][0xab];F[0x9e][0xef][0xd8][0xc][0xc3]I[0x1f][0xa1][0xa4][0x95]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0xd4]5[0xaf][0xe2][0x19][0xb6]5/x[0xb6][0x15]N[\r][0xc][0x3][0x97];3[0xb4][0x97][0xfd]S[0xdc]mm[0x8f][0x9b]G[0xc][0xb3][0xc9][0xff][0x91][0xdb]r[0xc][0xfa][0xa6][0xc][0xeb],[0xe7]'[0xdf]R[0xaa][0x86][0xc7][0xcb][0xc]3[0xcd][0xc6]2[0xf4]$s[0xfb][0xda][0x81][0xa6][0x9a][0x9a]UT_[0xe6][0xf7][0xb9]^G[0xc][0x1d][0xce][0x8]Y/[0xec][0xd1]%m[0x1b]EK[0xf3][0xaa][0xe]I[0xbc]u6[0xb5][0x9d][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0x89][0x4][0xca]-4KgI[0x8][0xbd]mW[0x1d][0x9d]o[0x18][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xce][0xde]DZ[0xd0][0xa1][0xfb]_[0xb7]t[0xd3]v[\r][0xab][0xb8][0xc9][0xbd][0x92]][0x90][0xb0][0xa0]`[0x11]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b[0x88]+H[0xe0]1C[0xdf])[0xf3]m[0x8f][0x8e])[0xae]T[\r][0xb3][0xc0][0x1d][0xd2][0xaa][0xa4][0xb9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]`Y[0xc]+[0x94][0xd0][0xe8][0x9e]f[0x98][0x94][0x8f][0xab]`[0x15]k[0x12][0xd6][0x15]l[0xe0][0xa9][0x82]g[0xa0][0x1a]L7[0x97][0x83][0x82][0x11][0x8c]2[0xa8]MV[0x18][0xc3][0xd0][0xbf][0x94]d[0x98]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90][0xa1]#[0xc8]iU[0xbc][0xa6],[0x19][0xfa][0xe9][0x9][0x9d][0xbd][0xad][0xc0][0x99]4oI[0x8a][0xaa]m[0xd5]*[0x15]n[0x15][0xe8][0xac][0xc6][0x9a][0xa8][0xab]7?y[0xc1][0x14][0x8]J[0xe1]C[0x2][0xfa][0xf2][0xed][0x88]g[0xd7]M[0xc][0xdd][0xc9][0x8b][0x8e][0xe4]q[0xf5][0xb2][0x7]B[0xe5]P'[0xb5][0xc3][0xf][0xa9]'[0xa4][0xff]J[0xec][0x1f][0xaf]KiT[0xc1][0xcf]3[0x8b]Q[0xea]8[0x9d][0xd4][0xb0]X,&[0xea][0x85]Va[0xfa]'[0xd0]E[0x8d][0xa2][0x9b]Vs[0x8][0xd1][0xf][0x90]S[0x83]_[0xc0]R[0xc7][0x8]}[0xa2][0xaf][0x10]zhl%[0x1f]`[0xc][0xbd]4*[0xfe]ZF[0x1f][0x6][0x4][0x1a][0x6]1[0x14] [0xbc][0xa3].'[0x10][0xc6][0xa7][0xbe][0xa3][0xe5][0xcd]1[0xc2][0x89]+5[0xb4][0xa6]>[0x83][0xd5] %"[0xb4][0xae]![0xfa][0x15]r[0x8][0xaf]O[0xa1]e?[0xe4][0x1a][0x81][0x8f][0xf8][0xf0][0xbd]u[0x88][0x0]^[0xac][0x86]i[0x97][0xfa][0xa2]([0xb0][0xe0][0xa0][0xf5][0x80]j|[0xaa][0x86]6[0x81][0xff][0x1e]R[0xf8][0x3][0xc2]-[0x1f][0xcf]1[0x1e]o[0x80][0x8c][0x9f]@[0xc6]q[0x9d][0x8e]c[0xb1]e[0x82][0x1c][0xf] [0x17][0x3][0xc8]hj[0xea]'[0x94][0x1a][0xda][0xcf]C[0x8d]5@EO[0xa0][0xa2][0x98][0xc0][\r][0xda][0xf][0xe3][0xa6][0xef][0xb]I[0x9e]D[0xca][0x17]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xd1][0xef]gI[0xa5][0xe9]GD[0xfe][0x0]PK[0x7][0x8]1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers$2.class[0x95]T[0xeb]R[0xd3]@[0x14][0xfe][0xb6]DRB[0x84]r[0x95][0x8b]bQ[0xd4]^[0xa0][0x91][0x8b][0xd7]"*[0x5][0x14][0x5][0x9d][0xb1][0x88][0xa3][0xff][0x96]ti[0xc3][0xa4][0x9][0xe6][0xc2][0xf0]*<[0x81][0xfc][0xe3][0x8c][0x16][0xd1][0x19][0x1f][0xc0][0x87]r<[0x9][0x11]h)[0xe3][0xd0]L[0xf7]rv[0xf7];[0xdf][0xf9][0xce][0xd9][0xfd][0xfd][0xe7][0xc7]/[0x0][0x93]x[0xd9][0x86][0x8b]H+[0xe8]@FA[0x16][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x90]Sp[0xb]Z;ncR[0xc6][0x94][0x2][0x19][0x99]8[0xa6][0x83]~&h[0xc6][0xdb]q[0x7]we[0xdc][0x93]q[0x9f]A[0xd9][0xe1][0xe6][0x98][0xeb]9[0x86]Uf[0xe8]^[0xd9][0xe2];\3[0xb9]U[0xd6][0x8a][0xa1]-[0xcf][0xd0]:kX[0x86]7[0xc7][0xd0][0x97]:[0xbd][0x9c]^g[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vI0t[0xae][0x18][0x96]x[0xe5]W7[0x84][0xb3][0xc6]7L[0x11][0xc0][0xd9]:7[0xd7][0xb9]c[0x4][0xf3][0xc8](y[0x15][0xc3]e[0x0][0x83][0xba]lY[0xc2])[0x98][0xdc]u[0x5]Y&Wl[0xa7][0xac]m[0xf9][0xe4]L[0x13][0xbb][0xdb][0xc2]1[0xaa][0xc2][0xf2][0xb8][0xa9]9[0xc2][0xf5]M[0xcf][0xd5][0xde][0x84][0xfd]*[0xf7][0xf4][0x8a]p[0xdc][0xb1])[0xe2]&W[0xc3][0x99][0xdb]@[0xee][0xf5][0xc6][0x96][0xd0][0xbd]|[0xfa][0x3][0xb9]3FH[0x96]Q[0xc2][0x96]p-[0x94][0xf1][0xcc]v[0x3]m[0x85][0x10][0xb2][0xd9][0xb9][0x9d]s[0xbe][0xf3][0x9d][0xcb][0xcc][0x9f][0xbf]?[0x3]XFy[0x4][0xa3][0xb8][0xab]BCFE[0x16]9[0x15]y[0xdc]S[0xb0][0xa8]b[0x18][0x99]$[0x96][0xe4][0xac][0xcb]!7[0x8a][0xfb]XV[0xf0]@[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xba][0xcf][0xad][0x5][0xcf]wM[0xbb][0xc1]0^[0xd9][0xe3][0xfb]\[0xb7][0xb8][0xdd][0xd0][0xab][0xe1]Y[0x81]![0xb1]f[0xda][0xa6]_d[0xb8][0x9c][0xf9]_[0x9c][0xdd]e[0x88][0x97][0x9d][0xba]`[0x18][0xab][0x98][0xb6]x[0x1d][0xb4]j[0xc2][0xdd][0xe1]5KH8[0xc7][0xe0][0xd6].wM[0xb9][0x8f][0xe][0xe3]~[0xd3][0xf4][0x18][0xc0][0xa0][0xbd][0xb2]m[0xe1][0x96]-[0xee]y[0x82]N[0x96]+[0x8e][0xdb][0xd0][0xf7][0x2]r[0xa6][0x8b][0x83][0xb6]p[0xcd][0x96][0xb0]}n[0xe9][0xae][0xf0][0x2][0xcb][0xf7][0xf4]w[0xe1][0xbc][0xcd]}[0xa3])\oa[0x85][0xb8])[0xad]p[0xe7][\r][0x90]{S[0xdb][0x13][0x86]_[0xc8]~$w[0xa6]/Z[0xfd][0x91]ER[0x8a][0xbd].<[0xc3]5kb[0xc7]a[0x98][0xcb][0x84][0xfe][0x9b][0xbc]e[0x90]C_[0xdf][0xc]em[0xdf]t[0xec]0[0xca][0xd1][0xfa][0xf1][0x1][0xc3][0xcc][0xe9][0xca][0xc]#U[0xb3]as?p)[0xdc]J[0xbf]b[0x89]{"[0x8a]`[0xed][0xac]x[0xdf]R[0x86]}[0x99][0xb4]n[0xe0][0x85][0xa2][0xa4]\u[0x2][0xd7][0x10][[0xa6]L[0xe5]DF[0x96]d[0x88]T[0x87][0x97][0xb6]a9[0x1e]Ug[[0xf8]M[0xa7][0xae]`U[0xc3]C<[0xd2]p[0x1][0x17]5[0x8c][0xe1][0xb1][0x82]'[0x1a][0x9e][0xe2][0x99][0x82][0x82][0x86]5[0x91][0xec])e)[0xc][0xa6]o[0xb3][0xb7]7[0xd5].[0xe6][0x8e]8 [0xfa]Kg'[0xa1][0xb7]y[0x91][0xa6]WD[0xa3][0x7][0x85][0xa5]R[0xb2]_h5D[0xff][0x18]Rta/[0xd1]j[0x15]1[0xfa][0x0]5[0x97][0xff][0xe][0x96];D[0xec]+[0xed]b[0x18][0xa7]1A:[0xa0]~[0x98][0xa0]Q[0xb][0xd7]*&1%[0xd1]0[0x8d][0xab][0x11][0xc2]F[0x84][0xa0][0xe5];[0x18][0xca]}[0x3][0xeb] [0xfe]e[0x0][0xa3][0x18]b\[0xe9][0xea]E[0x18]r5[0x83]Y[0x92]3\[0xc3]\[0x84][0xb6]K[0xfc][0xa4][0xd6]|[0xfe][0x17][0x86]?[0x1c]"1[0xae]t[0x90][0xec][0xc2]&;[0x18][0xf9][0x1]5[0x86][0xf7][0xc7][0x1c][0xd5]P[0xbb]D[0xf6][0xe5][0x1e][0x1f][0xf3]G>[0xe6][0xe9][0xbb]N[0xd8]q[0xca][0x84][0xb4][0xb9][0x81][0x9b][0xe1]|[0xb][0xb]4[0xc7]q[0x1b]w[0xc8]F[0xe2][0xd0][0x93][0x10]Z$[0xff][0x1]PK[0x7][0x8]b[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/experimental/results/ResultMatchers.class[0x9d]T[0xc1]n[0xd3]@[0x10]}['qcB[[0xda][0x6][0xda]@[0x81]BAIhkB[0x8f][0x89]r[0x89]T)[0x10][0xa0]"(R%.[0x1b][0xb3]u6rl[0xe4][0xb5][0x11][0x9f]UNE [0xf1][0x1]|[0x14]b[0xd6][0xe][0xd0][0xa6][0x89] [0xb5][0xe4][0x1d][0xcf][0xee]{o[0xc6]3c[0xff][0xf8][0xf9][0xf5];[0x80][0x1a]j[0x16],[0xec]X[0xc8][0xe3][0x91][0x89][0xc7][0x16][0xc]TLT-d[0xf1][0xc4][0xc4][0xae][0x5]S[0xdb]=[0x13][0xfb][0xc][0xb9][0x86][0xf4]e[0xd4]d0[0xca][0x95][0x1e]C[0xa6][0x15][0xbc][0x17][0xc][0xcb][0x1d][0xe9][0x8b]W[0xf1][0xa8]/[0xc2][0xb7][0xbc][0xef][0xd1][0xce]j'p[0xb8][0xd7][0xe3][0xa1][0xd4][0xfe]x3[0x13][\r][0xa4]b[0xb0];A[0xe8][0xda][0xc3][0x98][0x84]l[0xf1][0xe9][0x83][0x8][0xe5]H[0xf8][0x11][0xf7][0xec]P[0xa8][0xd8][0x8b][0x94][0xfd]&[0xb1]/y[0xe4][0xc]D[0xa8][0xea][0xc][0x5][0xa9][0xba][0xb1][0xe3][0x8][0xa5]Nb[0x8f]a[0xa3]\I$[0x6]|[0xe4][0x10]'[0xb2][0xc7]PB[0xe6][0xbb][0xd2][0xf5]y[0x14][0x87][0x14][0xee][0xf9][0xc]X[0xe3]_[0xf1][0x8f]BI>[0xa5][0x9c]&Ro[0x92][0xf0][0xd2][0x9][0x97][0x1e][0xc9][0xb6][0x82][0xd8][0x8f][0xda][0xf4][0x16][0x9b][0xe5][0xf6][0xcc],[0xb2][0x8e]F1[0xb0]6[0xc3][0x8b]Y[0xb8]+[0xa5]Q[0x1a]p[0xd5][0x95][0xbe][0xeb][0x89][0xc3][0xdf][0xf9][0x10][0x86]z[0xe2][0xbb][0xc][0xd5]rg[0xc8]?r[0xdb][0xe3][0xbe]kw#[0xa2][0xbb][0xf5][0x99]9[0xe6]T[0x2][0xd0][0xad][0xba]Dbh[0xfe][0xb7]T[0xe3][0x1c][0xf0]u([0x9c]4[0xd1]uJtJ[0x8a][0xef][0xe6][0xd0][0xbd]By[0xac]n[0x10][0x87][0x8e]8[0x94]z[0xdc][0xd6].[0xce][0xd1][0xbe][0xe]\[0xc0]5[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][0x89][4[0x87]s[0x8d][0xe1]N[0x8d][0x1]4[0x8a]m[0xdf][0x17]a[0xcb][0xe3]J[0x9][0xa5][0xd5][0xec][0xb9][0x85][0x9e]i[0xda][0xd3][0xb9]i[0x7][0xc]{s1[0x18]V&[C[0xdf] [0x8d]#}[0xb8][0xc5]i}[0xe8]a[0x9b][0xfe][0x1][0x16][0xf4][0x95][0xa5]w[0xa5]R[0xd1]z[0x9d]<[0x9b],[0xd3][0xbb][0xd5]3[0xb0][0xcf][0xf4][0xb0][0x80]%Zs[0xc9][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96]i-[0xa4][0x0][0xf2]n[0x90][0xcd]c[0x15]k[0x84][0xd2][0xe4][0xad][0xe4][0x84][0xce][0x8c]/X8[0x85][0xae][0xe2]_r[0x11][0xeb][0x89]\[0x91]([0xd4][0x95]1[0xe5][0x80][0xfe]A[0xfa]4[0xff][\r][0xc6]q[0xe9][0xc][0x99][0xd3][0x89][0x98]w[0xce][0xc5][0xcc]c[0x3][0x9b]dS[0xa1][0x12][0xf9][0xb7][0xe9][0xfc][0x92]P[0xf6][0x98][0x92][0xcf]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed]^[0x10][0xda][0xc2][0xdd]?B[0xf7][0xc8][0xbf]?M[0xc8][0xd4]B[0x8b][0x93]B[0x8d][0x99]B[0xdb]t?H[0x9e][0x1e][0xa2]L[0xb6]DRFR[0x91]E[0xaa]Wj[0xcd][0xd4][0xfe][0x2]PK[0x7][0x8][0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/experimental/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/experimental/runners/Enclosed.class[0x95]TKW[0xd3]P[0x10][0xfe]n[0x9b][0x12][0x8d][0xb1] R[0x14]|[0xa1]@[0xed]K[0xa3][0xf8][0xb6]XEDE[0xb][0x9c]#[0x1e]=[0xea]*m/x1$[0x9c][0x9b][0xd4][0x7]k[0x85]K7nu[0xa3][0xa2]G[0x8e]k[0xff][0x83][0xb][0xff][0x88]:7[0xa1] [0xa4][0xb][0xec]"w2[0xf3][0xcd]7[0xdf][0xcc][0x9d][0xe6][0xc7][0xef]/[0xab][0x0]Nc[0xc6][0x80][0x81]S[0x6]v[0xe3][0xb4][0x81]4Ft[0x9c]1[0xa0][0xe1][0xac]r[0x9f]3p[0x1e][0x17]v[0xe1]".[0xa9][0xc7]e[0x1d]eu[0x8e][0xea][0x18][0xd2]qEG[0x85][0xa1]cT[0xb8]" [0xa3][0x9c][0xab].[0xd8][0xcf]m[0xcb][0xb1][0xdd]yk[0xdc][0xb1]}[0xbf]\[0xf5][0xe4][0xbc][0xb5][0xd0][0xa4][0xb8]%[0x9b][0xae][0xcb][0xa5]o-z[\r][0xee]X[0xf7][0xc2][0xb7][0xeb]M[0xe1]4[0xb8],[0xe7][0x1f]0h[0xe3][0x14]`[0xe8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]O7[0x17]k\[0xde][0xb7]k[0xe]y[0xba][0xab]^[0xdd]v[0x1e][0xd8]R[0xa8][0xf7]5[0xa7][0x16]<[0x15]>C[0xfe][0x9f][0x2][0xfc][0xe5][0x12][0x97]b[0x91][0xbb][0x81][0xed][0xac]W[0x9b]p[0xeb][0x8e][0xe7][0xf3]F[0x99]![0xf5]LIb[0xd8][0x13]S[0xc9][0xa0][0xd7]"%[0xc][0xc7][0xb7])[0x99][0xa1]w[0xb3][0xae]WK-m=[[0xb][0x8c][0x16]*[0x84]7&^[0xd6][0xf9]R <[0xd7][0xd7]q[0x95]a[0xe7][0xac][0x98]w[0xed][0xa0]))[0xa5][0x12][0x1b][0x9d][0xca][0xf9][0x8f][0xe9]e[0xe6][0x84][0x13]p9V[0xf3][0x3]i[0xd7][0x83][0x90][0x82]S[0xb3][0xd9][0xdc][0x93]X[0xbb][0xf9][0xb8][0x8b][0xa6]Sw[0xec][0xe5]e[0x1a][0xac]-[0xe5][0x10][\r][0xbd][0x1d]Fs[0xb8]K16[0xc9][0x90][0x10]d[0xe8][0xf5]V[0x19]3*[0xcf][0x1b]U[0xe1][0x7][0xc]]Qr3[0x10][0x8e][0xa5]<[0x94][0x9b][0x89][0x11]FS[0xc9]n[0x81][0x8e][0xb6][0x83])`)[0xde][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x9b]Y[0x9b][0xf6][0xac][0xd7][0x94]u~S[0xa8][0x1b][0xd9][0xdd]Z[0x83][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xe2][0x1a][0xc6]L[0xc][0xe0][0xa8][0x89]N\g[0xd8][0xbb]!aLJ[0xfb][0x95][0xd2][0xa1]B[0xe3]&n`B[0xc7]M[0x13][0xb7]p[[0xc7][0xa4][0x89];[0xb8]k[0xa2][0x8a][0x9]Z[0xd4]-eMLa[0x9a][0xf6]g[0x9b][0xb][0xc9][0xb0]/~[0xbb][0xb3]M[0x11][0xf0][0x96][0x9e][0x90][0xfa][0xfe]S[0xe9][0xbd][0x88][0xd6][0xca][0x98][0xe7][0x1b][0xf7][0xda][0x93]k{[0x8b]S[0xb9]m[0xee]L,[0xb7][0xcd][0x9a][0xa8]?enR[0x1d]&[0x95][0x9e][0xf2][0x1a]bN[0x10][0x1f]C2[0x97][0xa7][0x15][0xe8][0xdf]H[0x90]|[0xce][0xe1][0xf5][0xc0]jaH[0xac][0xf0][[0xbb][0x18][0xb1][0x1c][0xa5]oY[0x1a][0xea][0x97][0x0][0xdd][0x14][0xba][0x90][0xc4][0x1e]z[0xab][0xd1]g-Ig[0xba]P*[0x16]?[0x82]}F[0xe2][0x13][0x92][0x1f][0xc8][0x93]D7=[\r][0xc2][0x3]G({[0x0]{[0xc9][0x1a][0x88][0xd0][0xe8]A&dK[0xa3][0x17][0xfb][0x88]QY[0xfb][0xd1]G[0xe8]~[0xb2][0xcd]5O/[0xe][0x90]u[0x90]l[0x8d][0xce]C8[0x1c][0xd6]?B[0xac][0xb4]jd)[0x5][0xbf][0x88][0xb1][0x83][0xce][0xbb]_[0xa1]=*[0xac]~B[0xaa]Z[0x98]*[0xad]V[0x92][0xe7][0xb5][0x8c]v[0xe8]-[0x6]K[0x19]m[0xe4]r[0xaa]/[0xf5][0x11][0x1d][0x9f][0xa1][0xbf][0x81]Y[0xec]K[0xad]`G[0x2][0xf]_k[0xec][0xdd][0x9f][0x9f][0xc5][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v2|[0x83][0xb1][0x82]][0x9]|[0x87][0xf9]~]~H=H[0x5][0x87][0xa9]x[0x16]y[0x1c][0xc7][0x8][0xd9][0x17]Q[0xc][0xdb][0xa9]P[0xfc]05s[0x8c][0x9a]H[0x91][0xec][0x12]a[0x87]HX'![0x87][0x9][0xaf]X[0xb2][0x94][0x93][0xa5][0x6]H"r[0x14]UC[0x19][0xa3]x[0x81]Z[0xea]_[0x1b]I[0xc4]q[0x80]8"Tq[0x1d]U"T[0xd4][0xf6][0x9][0xb2]N[0x86][0x96][0xf5][0x17]PK[0x7][0x8]~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/experimental/theories/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/experimental/theories/DataPoint.class[0x85][0x91][0xcb]N[0xc2]@[0x14][0x86][0xcf]p[0xab]wA[0xc5][0xcb][0xc2]H\[0x10][0x89][0xc6][0xc6]5[0xc6][0xc4]H[0x89]&*[0x6][0xaa][0x1b]VC=[0x96]![0xc3][0xc][0x99]N[0x11]^[0xcd][0x85][0xf][0xe0]C[0x19]OM[0x4]M[0x9a][0xb8][0x98][0xe9]?[0xff][0xf9][0xfe]s[0xa6][0xed][0xc7][0xe7][0xdb];[0x0][0x9c][0xc1][0xae][0x3]e[0x7][0xb6][0x1d][0xd8]a[0x90][0x1f]s[0x19]#[0x83][0xf2]Q[0xad]{;[0xe0]c[0xee]J[0xae]B[0xb7]c[0x8d]Pa[0x9d]A[0xe9]R)m[0xb9][0x15]Z5[0xf0][0x85][0xc7][0xd2][0x92]'B[0xa5][\r]>{[0x93][0x0]GI%b[0xb0][0xf5]7%y[0x14]Q|[0xb1]C,[0xb7][0xb1][0xa1][0x11]')[0xc8][0xf9][0xf1]/[0xc7][0xef][0x1b][0xfd][0xca]{[0x12][0xeb][0x17][0x14]][0xea][0xe8][0xd8][0x4][0xd8][0x14][0x92][0xb2]k[\r]n[0xf9][0x83][0x16][0xca][0x9e]&<[0x83][0xbd]v[0xac][0xac][0x18][0xe2][0x93][0x88][0x4]%[0xe6][0xb7][0xa4][0xbb]T~[0xf5][0xe4][0xb3][0x82][0xdb]F[0x8b]*Q[0xd4][0xbc][0xfa][0xf][0xf2][0xa0][0xa5][0x8][0xa6][0x4]:[0xed][0xc7]{[0xff][0xe6][0xce]c[0xb0][0x9f][0x1e][0xf1][0xb9][0x9][0xd1][0x12]y[0x98]^[0xf7]$[0xe][0xa9][0xa7]?[0x1d]!A[0xf9][0xe6][0x8d]w[0xdb]`P[0xb8][0xf3][0xfc][0xeb][0x16][0x89][0x9a]6[0xa1];[0x88][0x95][0xb0].NFhD[0x2]s[0xe9][0xda]>j#0rg/[0xce][0xa0]8[0x1f][0xd0][0xea][\r]0 [0xeb] u[0xe6][0xfc]kT[0x19]0[0xc8][0xd0][0xca][0xd2][0x9f][0xcf][0xe4][0x18][0xe4] O[0xa7][0x2][0x9d][0xb2]][0x0]2[0x1c]X [0xe0][0xc7][0x80][0xc5][0x84][0x83]%Z[0xcb][0xdf]j[0x5]V[0xe9]Y![0xb5]F[0xb9][0x1c][0xc2]:[0x14][0xa1][0x94][0xc8].d[0x10]6`3[0xd9][0xb6][0xbe][0x0]PK[0x7][0x8][0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/experimental/theories/DataPoints.class[0x85][0x91]KO[0x2]1[0x10][0xc7][0xa7][0xbc]V[0xf0][0x81]([0xf8]8[0x18][0x8d][0x7][0xe2]+nc;[0xb5]i[0xf2][0x1c]u[0x6][0xc]24[0xb2][0xf4][0xf7][0x99][0x1c][0x83][0x1c][0xe4]iW[0xa0]][0xb6][0x7]@[0x1][0x7][0xe6][0x8][0xf8][0x9]@1[0xe6][0xa0]Dc[0xfe][-[0xc0]"[0xad];[0xa4][0x96][0xc8][0x97]C([0xc3]2Tb[0xd9][0x83][0xc][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xc6]S[0xf5][0xb]PK[0x7][0x8][0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/experimental/theories/FromDataPoints.class[0x85][0x92][0xbd]N[0xc3]0[0x10][0xc7][0xcf][0xa5]%[0xb4]|[0x15][0xda][0x85][0x1][0x81][0x10][0xaa]`[0xc1]baa*"[0x95][0x90]Z[0x88][0x92][0xc0][0xc2][0xe4][0x86]#[0xb8]r[0xec][0xc8]q*[0xfa]j[0xc]<[0x0][0xf][0x85][0xb8] DA[0xaa][0xd4][0xc1][0xf6][0xd9][0xf7][0xbb][0xbf][0xef][0xce][0xfe][0xf8]|{[0x7][0x80]s[0xe8]z[0xb0][0xe3][0xc1][0xae][0x7][0x1d][0x6][0x8d][0xa9]P%2[0xe8][0x9e][0x9c][0xe]'b*[0xb8][0x12]:[0xe5][0x91][0xb3]R[0xa7][0x97][0xc]Z[0x91])m[0x82][0x3][0xa9][0x88][0xe9][0xc][0xac][0xc9][0xae][0x85][0x13][0x81][0x91][0xda][0x15]g[0x15][0xcf]`/,[0xb5][0x93][0x19]>[0xc8]B[0x8e][0x15][0xf6][0xb5]6N8it[0xc1][0xe0][0xf0][0x8f][0xa6][0xf8]u[0xf0][0x10][0x1d][0xea][0xca][0xa2][0x1b]zK[0x90][0xc0]([0x99][0xcc][0x8][0xf4][0xc2][0xfb][0xdb][0xf8]f[0xe4]3[0xd8]_[0x1c][0x12][0xb][0x9b][0xa2]#[0xf2]h[0xb1][0xdf]W[0x98][0x91]f<[0xcb][0x91][0xa0]f[0xd0][0xf][0xfb]#?[0xf6]C[0x6][0x17]CcS>)[0xb5]t[0x1c]_s[0xb4][0xb2][0x2][0x85][0xe2][0xee][0x5][0x8d][0x95]X[0xf0]@X[0x91]QJ[0xb6][0x88][0xca][0x1][0xab]3[0xa8]C[0x83][0xac][0x1a][0xac]~[0xcf][0x1e][0xac][0xd1]zL[0xde]&1u[0x84][0x16][0xac][0xc3]Fe>[0x2]C[0xd8][0x84]-[0xd8][0xae]v[0x9][0xb4][0xbf][0x0]PK[0x7][0x8][0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/ParameterSignature.class[0xad]X[0x9][T[0xd7][0x19]~/30[0xcc]pY[0x4][0x1][0xd1]L[0x10][0x15]3[0xce][0x90][0x10][0xd1][0xd8][0x88][0x88]"nDP"[0x4]c[0x8c][0xb5][0x97][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][0xc]3d[0xe6][0xe2]R[0xdb][0x9a]4[0xa6][0xfb][0x96]6m[0xa3]i[0xd3][0xd6].6[0x8d]m[0x8d][0x89][0xa0][0xb1][0xb1]v3m[0xba][0xef][[0xba]7[0xdd][0xdb][0x9f][0xd0][0xf4]=[0xe7]^[0xee][0xdc]Y[0x8][0xe8][0xd3][0xe7][0x91]s[0xce]=[0xe7];[0xdf][0xf7]~[0xfb][0x19]_[0xfc][0xef]s[0x97][0x1],[0xc7]|[0xf8]p[0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xf3][0xc3][0x8b][0x13]>[0x9c][0xc] [0x88][0xc7][0xfd][0xf0][0x89][0x8f][0x8f][0xf8][0xe1][0x17][0xf3]G[0xfd]([0x11][0xf3][0x13]~[0x94][0x8a][0xf9]c~[0x94][0x8b][0xf9][0xe3]~[0xcc][0x11][0xf3]'[0xfc][0xa8][0x12][0xf3][0xa9][0x0]>[0x89]O[0x95][0xe0][0xd3][0xf8]L[0x0][0xa7][0xf1]Y1<)[0x18]~.[0x80][0xa7][0xc4][0xe7]Sx[0xd2][0x87]3[0x1],[0xc0]c>|^[0x9c]|A||1[0x80][0xd5][0x2]A[0x10]g[0xc5][0xf0]t[0x0][0x11][0x9c][0x13]{[0xcf][0x8][0x92]g[0xc5][0xe7]y[0xb1][0x9a][0x10][0xa7][0x93][0x82][0xff][0x5]1\[0xf4][0xe1][0xb9][0x0].[0xe1]K[0xe2][0xec]y1\[0x16][0xa4]_[0x16][0xc3][0x15][0x1f][0xbe]RB[0xfd][0xbe]*>[0xbe]&[0xce][0xbe]^[0x82]o[0xe0]j[0x9]^[0xc0]7[0xc5][0xf0]-[0xb1][0xf7][0xa2][0xf][0xdf]VP[0xdd][0xb9]c[0xfb][0xc0][0xa6][0x9d][0xfd][0x1d][0x1b][0xba]7[0xed][0xeb][0xdf][0xdd][0xbb][0xa9]o_OG[0xaf][0x82][0xf2][0xee][0x3][0xda]A[0xad]y[0xdc]4b[0xcd]=[0xda][0xd8][0x1a][0x5][0xfe]>c8[0xae][0x99][0xe3]I][0xc1][0xea][0xcc][0xd3]6[0xeb]3[0xa6][0xc5][0x87][0x9b];cZ*[0xd5][0x16]n_[0x93]o[0xaf][0x9d]|[0xbc][0xe6][0x91]1[0xb2][0x98][0x93]}[0xce][0xa3][0xb9][0xf9][0xee](([0xd1][0xe2][0xf1][0x84][0xa9][0x99]F"[0x9e]R[0xb0]h[0x8f][0x8b]*}[0xd2][0xdc][0xe1],ye[0xde][0xe0][0xb8][0x11][0x1b][0xea]L[0xc4][0xf][0xea]IS[0x1b][0x8c][0xe9][0xfd][0x14][0x9a]"T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]-[0xcb][0xd1][0xcd][0xdb][0x99][0x18][0xd2][0x85][0xd2]F\[0xdf]>>:[0xa8]'[0xfb][0xc5]%[0x5][0x95][0xdd][0x89][0xa8][0x16][0x1b][0xd0][0x92][0x86]dbmzF[0x5][0x9f][0x9a][0xcc]#[0xf2][0xb7][0x8f][0xd7]d[0xb][0xb8]&[0xf3]T[0x8c][0x8d][0x9b]}GFGu3i[0x90][0xec][0x88][0x82]U[0xa1],[0xc0][0xae][0xbb];[0x6][0xf][0xe8]Q3[0xcf][0xce][0xb2][0x1][0x5][0x8a]&4[0xc8]9[0xe2][0xc1][0xa0][0x82][0xda],[0x90][0xfd][0xfd]k[0xf8]O@[0xf0]p[0xa6][0xd4][0xb6][0xfe][0xd6][0xdc][0xbb][0xed][0xa1]i[0xae]Y[0xb3][0x90][0x1a]HM[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xb5]<[0xe4][0xe2][0x91][0xd4][0xf7][0xc7][0xc8][0xa4][0xb9]G7G[0x12]Ck[0xdc]f[0xea]H&[0xb5]#[0xdd]FJ[0xa0]+[0x1a][0x95][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]OW[0xc1][0xf0][0xb5]rn[0xeb]N$[0x87][0x9b][0xf][0x8c][0xc7][\r][0xb3]Y?<[0xa6]'[0x8d]Q=nj[0xb1]fsDO$[\r]=[0xd5][0xdc][0xab]%5[0xca][0xd6][0x93]N[0xa8]K{[0xe4][0xd5][0x81][0xb1][0x95]2[0x93][0xe3]Q3[0x91][0xcc][0x10]g[0xeb]P[0x12]M[0x9f]+[0xa8][0x9f][0x81][0x1][0xa3][0xfa][0xd5])[0xac]D80[0x3][0x10]A[0x95][0x8d][0xe5][0xba][0xb5][0xee][0xe][0xed][0xc9]I[0xd1]=3[0xe7][0xde]tNU[0xc][0xfe]u)([0x1b][0x9b][0x12]'S[0x92][0x1][0x9a]+[0x86][0x95][0xc0][0xa1][0xea]p[0xe7][0xfe][0xe2]Y[0x0]`63[0x0]I\=[\r][0x92][0xea][0x1c][0x81][0x96]u[0xb7][0xfd]_[0x83][0xe6][0xe1]\[0xf3][0x9]1[0xd7]k[0xc1][0xeb][0xc6]Q[0xd4]f[0xf0]N{[0xba][0x8a][0xb8][0xdd]93[0x96][0x1]Q[0xb0]G[0xc][0x9a]s[0xe5][0xf5] `[0xab][0xc8][0x11]+[0xcd]0+[0xc9]eQ-[0xde][0x11][0x8d][0xea]c[0xe6][0x80][0x16][0x1b]gi[0xad][0xe][0xe5])t[0xf7][0xb0]7[0x91]p[0xc8][0x18][0xd2]L[0xd2][0x94]:[0x97][0xfa]e[0xa3][0x99][0x9b][0xab][0xb7][0xb8]R[0x9b][0x17][0x97]8[0x99]G[0x6][0xbd][0x9][0x93][0xca][0x19][0xa2][0xfe][0xba]y[0x5][0x8d]TGJ[0x96]7V[0xfa][0x1]C[0x13][0xbb]V[0x93]I[0x11][0xb3][0x82][0xc6]\Yy[0x85][0xab][0x87][0x92][0xda][0x18]M(wX1M-9[0xac][0xdb]2"y[0x81]M[0x7][0xd6][0xe7][0xdc][0xab][0x9a]j;[0x19][0x89]T[0x93][0xbb]kE{[0x19]/f[0xe4]Ve(O[0x19][0xbb]-g[0xb3]mF[0xcf][0x9][0xee][0xa5]#Z*[0xbd]E>9 "[0xb3][0xe2]s{[0xae]1fsQX[0xa6]r[0xbf][0x11][0x1f][0xda][0xa8][0xeb]cn[0x1c]+[0xf3][0x4][0xc3],*JY[0xfa][0xc0]2[0xb6][0xea]z[0x92][0xb4][0x88][0xb7]@6J[0xbb][0x95]v[0xb0][0x89][0xb6][0xce][0xc]8WKy[0x99]l[0xc4][0xbb]B3gK[0x8e]V][0xb3]Q[0xab]a6[0xc5]T[0xd7][0xa2]#[0x9c][0xb4]dr[0x9][0xa7][0x98][0x1e][0xe7]T`p([0x1c]b^[0xf0]hh[0x96]:^[0xbb][0x16][0x96][0x15][0xba],3[0x94]f[0x4][0xac][0xf3]X[0x94][0x81][0xd9][0xc5][0xa2][0xa3]Y[0x8d][0xb4][0xb8]-[0x1a][0xb3]+[0x9e]'$[0x9f]#}[0x89][0xf1]dT[0xdf]l[0x88][0xb7]Ymn[0x8d][0xba]E[0xb0][0xe1][0xb3]0[0xcd]m[0xab][0x96][0x1a][0xe1][0xd3]F[0x85][0x81]GU|[0x7][0xeb][0xa6]N%[0xb2][\r][0x89]DL[0xd7][0xe2]*[0xb6][0xa1][0x9b][0x91][0xe1]:8"[0xca]Oyz[0xa3]o$[0x91]4[0x99][0x98].[0xad]F(>J[0xe9][0x19][0x1c][0xbb][0xe2][0xa6]>,[0xf6]\[0xcc][0xba][0x13][0xf1][0xe1][0xc]f[0x9b]c[0x9][0x8d][0xcc]*[0xd2];[0x1b][0x13][0xe3][0xac]B>|W[0xc5][0xf7][0xf0]}[0x1f]~[0xa0][0xe2][0x87][0xf8][0x91][0xf]?V[0xf1][0x13][0xfc]T[0xc5][0xcf][0xf0]s[0x15]}[0xd8][0xeb][0xc3]/[0xa6]@d[0xf6][0x14][0x5]-[0xd7]^[0xd2][0x85]U[0xe][0xa8][0xf8]%[0x12]*[0xda][0xb1]NE[0x7]6[0xa8][0xf8][0x15]~[0xad][0xe2]%[0x1c]Uq?[0x92]*~#[0x86]q[0x1c]T[0xd1][0x8a]5*~+[0x88][0x87][0xdf]g($=[0xec][0xc3][0x1f]T[0xfc][0x11]R[0xf1][0x8][0x8e][0xab]x[0x8]oW[0xf1]gA[0xfd][0xb2][0xa0][0xae][0x9f]!`T<,D[0xbe][0x11][0x11][0xc3][0x9b]|[0xf8][0xab][0x8a][0xbf][0xe1][0xef]>[0xfc]C[0xc5]?[0x5][0xa2][0xe1][0xdf]*:[0xb1]1[0xc3]nV[0xdf]`,[0x8b][0x9f];[0xec])i[0xcb]t&b[0xe2]Ie[0xd5][0xc3][0xf2][0xf1][0xf8]hb[0xc8][0xd8]/[0x9f][0xf7][0xf2][0x97][0xc3][0xc2][0xec]wx[0xee][0xf][0x89][0xd2][0x8c][\r][0x86] _[0xf3]YUl[0xfa][0x17]{[0xbe][0x97][0xfa][0xbc][0xe9][0xde][0xb8][0x8c] &Do[0xd6]cjnhY[0xbe][0xe7]T[0xad][0x9b]4[0xa3][0xea]7[0xf2][0xc2]l[0xde]T[0xc1]W}xRQm[0x88][0x90]J[0x8c]T/[0x83][0xc8]0[0x8d][0x83][0xba][0xcc]?[0xd6][0xe1]b[0xca][0xb6][0xfb]\[0x85][0xbb]}nN&F[0xad]w[0xb2][0xa9][0x19][0xf1][0xd4]6[0x9d][0xbf]t<[0xa4]U[0xb0]4_[0x97][0xcf]g[0x9c][0x8a][0xac][0xa0][0xa6][0x88]"-e[0x85]vcF[0xbd][0xc9][0xe4][0xe2][0xee]p[0x1]#[0xd5]E=[0xb4]x[0x94][0x88][0xbd]QM[0xdc]][0x92]i[0xc5]i[0xbb]B&3[0xaa]j[0xd8]u[0xc8][0xd5]w[0xb3][0xeb]Se[0xee].[0xbb]8[0xdb][0xe5]v[0xfd][0xb0][0x8][0xca][0xb8][0x9c][0xe6][0x86][0xf2]([0x8c][0x6][0xfe]l_[\r][0xc0][0x83][0xf9]"[0xb1][0xa0][0xa0][0x8d]_[0x5]X[0x8b]J[0x91][0x8b][0xce][0xf7]z~3-[0xb9][0x9e][0x83][0x80][0x88][0xee]m[0xe2][0xd7][0xf3][0xbc][0xa9]p[0xde]{[0x9][0xca][0xee]I[0x14]l[0xb][0x9f][0x83][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb]([0xe4][0xaa][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">kU\[0x5][0xbf][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa1][0xc4]Z[0xa9]U([0xb5]VeU([0xb7]V[0x15]U[0x98]c[0xad]*[0xab]P%V[0x17]0[0xf7][0xac][0x4][0xb8][0x99]c[0x98][0xc2]A([0xc5][0x98][0xcb][0xb1][0x1a]7[0xa0][0x6]KQ[0x8b][1[0x8f][0xf0][0xeb][0x8]k>[0xb6]c[0x1][0xee][0xa6]Z[H[0xa9][0x12]\1[0xee][0xc2]V[0xaa][0x6]te[0xec][0xac][0xe5][0x97][0xa5][0xdc][0x1d][0xe4][0xca][0xd2]k[0xab]t[0x8c][0xb2]<[0x9c][0xab][0xc2][0x91][0xa6][0x8b][0xa8][0xf6]`W[0xb8])b-[0x9e]v[0x80][0x94]I[0x92][0x6][0xf8][0xb1][0x88]@[0x16]Ka[0xb][0xad]k[0xb6]0[0xb1][0xea]![0x18]E[0xae]vpU [0x1][0xa4][0xa9]z[0x1d][0xaa];[0x1d][0xaa];Ie[0x81][0xda]I[0xde]}[0xe8][0xb7]A[0xad][0xe2],h[0xd4][0xf0][0x4]j[0xf8]W{[0x1][0xf3][0xce]J:[0x81][0xa6]H[0x9e]-uT[0x16][0xe3]][0x18]p[0x14][0xdc]%y[0xdd]m[0xf3][0xda][0xea][0xe2]U[0xc7][0xbf][0xf9]6/[0x8f][0x8b]W$[0x83][0xd7]n[0xdc][0xe3]2[0x9f][0xb5][0xb3][0xc7][0xe1]~/[0xcd][0xc7][0xa6]`s[0x82][0x1c][0xbc][0xc2]U[0x97][0xb0][0x80][0x11]qC[0x8f][0xa7]=[0x18][0xbe]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb][0x9a].![0xb8];[0x1c]l[0x89][0x4][&q[0xe3][0x4][0xea]w[0x1d][0xf7]([0xa7]_y[0xb9])-[0xbb][0x6][0x85][0xf2][0xbf][0xd1][0x8a][0xd1][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0xa0]m[[0x10][0xa2][0xee][[0xa4][0xeb][0xbd][0x94]s#^[0x8b]}[0xd2][0x82]a[0xbc][0xe][0x9a][0xb4]`[0x18][0x83][0x88]J[0xb7].[0xc2][0x10]t[0xdb][0xce]5[0x9c]-[0xaa][0xfd][0x9c][0xad][0xb3]a[0xc7][0xba]#[0xfc]c[0xd7][0xb1]1[0xdf][0xc7]Y[0xf0],[0xf]Oba8r[0x1e][\r][0xe1][0xa6][0xf3]X[0x94]vw[0xa5]Ti-[0xc7]v[0x9a]r[0x1d][0xdd][0xbf][0xde][0xe5][0xf2]r2[0x88]I([0xe5]v[0xd2][0x88][0x95]H[0x97][0x2][0x97][0xd1][0xc4][0xd9]z'[0xa1]F[0xb9][0x8a]#[0xc1]Q[0x0][0xe8][0xe3][0x8e][0x80][[0x1f]y[0x1][0xd5][0xe1]g[0xd1]0[0x81][0xc5]'[0xe1][0xf3][0x9e]F[0xb9][0xe7]4J[0xc2][0x91][0x9],[0x99]@[0xe3][0x99],[0x8f]wJ[0x10][0x96][0xa6][0xf5][0xe][0x88]z[0x8c][0xc9][0xb8]SD[0xe7][0xb4]5[0x8c][0x12][0xa8][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6][0xe4][0xb6][0xf4]$[0x95][0x95][0xeb]I[0xdc]tBJ[0xf2]z[0xce]d[0x5][0xc1][0x16][0x17][0xfb][0xa0][0xc3]>H[0xf6]B[0xc7][0xb4]fb'[0xad]Y[0x8a]+[0xd3][0x11]|[0x9f]-[0xb8]1b[0xa9]E[0xc1][0xb5]a[0xb9][0xa6][0xe0][0x93][0x96]j[0x8d][0xd3][0x1][0xe8]v[0x1]ht[0x0]4[0xe6][0x0]h[0xcc][0x2]P ^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x80][0xc7]9[0xb][0xe7]5[0x9c]C[0x88][0xf9][0xbc][0xac][0x0]'Pc[0xad][0xc3][0x5][0xb8][0x82][0xc8][0xf6][0xc8][0xcd][0x84]u[0xc6]%[0xdc][0xf2][0xf6]N[0x88][0xb7]N[0x1d]S[0xb0][0x9e][0xa9]4[0x15][0x82]u[0x84]v[0x88][0xe2][0xad][0xf4][0x9f][0x82][0xd4][0x80][0xc3][0xb6][0xdf][0x1b]$[0xb8]t[0xaa][[0xf4][0xeb]m[0xfa][0xc3][0x12][0xa6]E[0xb5][0xde][0x9][0xc6]#[0xdc]{=[0x8e][0xda][0x80][0x9b][0xa5][0xeb][0xc0][0xd2]G#e[0xe7][0xf8][0x1e]W^[0x16][0xda][0xe2]-&o[0xe0][0x1e]_,6[0x93][0x16][0x9b]I1[0x99],[0xba][0x80][0xa6]l>[0xfb]\|[0x8a]3[0xf8][0x1c][0xe3][0xde][0x3][0x8e][0xfb][0xfa][0xed][0xc0],[0x13]~[0xba][0xf9][0xea]4~[0x8a][0xba][0xfc]T[0xe6][0x18][0xa5][0xcc]N[0x86][0xb4][0x9f][0xc4][0xce][0x83][0x8e][0x9f][0xde][0xcc][0xd5]C8nK[0xd2]h\a[0xa4]R[0x81][0xb8][0x87]%[0xb7]h[0x12][0xb7][0xa4]KC@2[0x1f][0xa6][0xd2]#[0xae][0xcc]+u[0x84][0x95][0xf2][0xe1]&[0x84][0x15]R[0x9d][0xb7]de[0x9e]8{[0xab]#[0xf6]m[0xfc][0xe3][0xab][0xd0][0x12][0xab][0x94][0xf2][0x86][0x9f][0xfb]{[0x83]'Q[0xa8][0x9c][0x8d][0xb4]z[0xeb][0xbc][0x97]W[0x15]zV[0x15]U[0x17]U[0x17][0x9e][0xc2][0xe6]:ouQK[0xab][0xaf][0xa9][0xce]7[0x81][0xe6][0x13]([0x95][0x8b][[0xaf]`[0xf9][0xd9]p[0x9d][0xef]"[0xf8]Sm[0x2]+[0x9a][0x82][0xde]![0xc2]m-[0xae]+[0xbe]*H[0x8a]m[0x92][0xe3]E[0xac]p[0x17][0x95][0xec][0x6]6J][0xe3][0xb4][0xdd][0x18]C[0xeb]~V[0xb8]$[0xfd]e[0xf2][0xfc] [0xdb][0xd0]!V[0xee]1[0xfa][0xf9][0xa8]T[0xf3]^[0x82][0xdb][0xcc][0xd2]1[0x86]wP[0xb1]z[0xd6][0xc2]wr[0xe5][0xe3][0xee]N[0xbc][0x8b]jzi[0xd3][0x1e][0xbc][0x9b][0xfe],dg[0xbe][0x3][0xef][0xe1][0xaa]H[0xa8][0xe3][0x18]f[0xaf],D[0xb2]GK[0x13][0x15][0xc8][0xd5]{e[0x15]M[0x9b]h[0xaf]4[0xd1]T@[0xbe][0x8f]{[0x8f]8[0x9e]9ag[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x8a][0x95][0x17]q[0x9b][0x82][0x1e]&[0xcf]*[0x85][0x7][\r]\[0xbc]Fa[0x16]-[0x97]YD[0xfb][0xa8]b[0x96][0xba][0x9f]~[0xe5]%[0x97][0xe2]VN[0x1d]c[0xad]x[0x80][0xe9][0xfa] [0x8b][0xfc]q'[0xa7][0x82][0x84].[0xd4][0xf2][0xd0]87Q[0x85][0xf7]K[0x90]+[0x1c][0x15]V[0xd8][0xbe]M[0xc3]][0x91][0xe5][0xd1]b|[0x0][0x8f][0xda][0xb5][0xb4]^R@[0xbc][0x94]q[0xd9]J[0xba][0x96][0xb4][0x1d][0xf8][0x8f][0xfc][0xaa][0x89][0xa0]![0xd1][0xaf]&[0xfe]([0xe3]s[0xbb]A`[0xec][0x13]Mz_[0xce]9[0xcf]s[0x9f]s[0xcf]i[0xff][0xfe][0xbb][0xf8][\r]`[0x2][0xef]Z[0x11]CN[0xe][0xa3]*[0xe2][0x18][0x8b][0xe2]i[0x4][0xe3]*[0xf2]x[0x16][0xc5]D[0x14][0xcf]#[0x98][0x8c]bJE[0x18][0xd3]*^`FE+^F1[0x1b][0xc1]\[0x4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ZOts[0x98]oU(H[0xac][0x1f][0xe9]'z[0xde][0xd4][0xad]R[0xfe][0xc3][0xfe][0x91](z[0xc][0x88][0xca][0x0]K[0xaf]4[0xf8][0xb][0x9e]cX%[0xfa][[0x16][0xc][0xcb][0xf0]^)[0x18][0xc9][0xdc][0x86][0xdf][0x6]d[0xb7][0x15][0x84][0x96][0xed][0x3][0xd2][0xc5][0xd6][\r]KlV+[0xfb][0xc2][0xd9][0xd2][0xf7]M[0xff][0x0][0xbb][0xa8][0x9b][0xdb][0xba]c[0xc8]}[0xdd][0x18][0xf2][0xca][0x86][0xab][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4][0xf7][0x96]%[0x9c]eSw]A[0xcb][0xcc][0xba][0xed][0x94][0xf2]GU[0x1e][0x9f][0x17][0x9f][0x8f][0x85]cT[0x84][0xe5][0xe9]f[0xde]+[0xb][0xdb]1[0x84][0x9b][0xff]h{[0xb4][0x18][0xba][0xb9][0xe4][0xba]F[0xc9][0x92][0xee][0xe1][0x9][0x99]SIx[0xdb][0xb5][0x9c][0xbb]3[0xd9][0xa6]Y{vMpc[0xc4]U[0xde][0x1d][0xe4]X[0x11]n[0xd1]1[0x8e]=[0xc3][0xb6][0x14][0xb4][0xf9][0xb7]x[0x89]R[0xc8][0xdd]s[\r][0xb7]Uv[0xec]S[0x99][0x10][0xa1]j[0xc1][0xae]:E[0xb1]f[0xc8][0xf4]z[0x9b][0x88][0x1c][0x97]8^[0xd0][0xaa]U4m[0x97]|[0x1b][0xc2]+[0xdb][0x7][0x1a][0x16][0xb0][0xa8][0xa1][0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9][\r]][0xe8][0xd6][0xd0][0x3][0xde]{h7[0xed][0xee])[0x88]7f[0x11][0xc1]k[\r]o[0xb0][0xc4][0x8][0xab]j[0x9a][0x9c][0x86][0xd2][0xee][0x90][0x82][0xae]&[0xa2][0x14][0xf4][0xed]^f[0x9c][0xc9]&[0xbd][0xb2]#N[0x93]iw[0x8e][0xef][0x9e][0x86][0xb7]X[0x8e]`E[0xc3]*R[0x1a][0xd6][0x90]b%[0xd2]nr[0xe1][0xd0][0xb1]+[0xc][0xa0][0x84][0xe9];[0x15]B[0xc1][0xe4][0x1d]p[0xac][0xcd][0xa1][0xed][0xd4][0xab][0xb7][0x9b][0xb9]][0x9a][0xdb][0xe5][0xcc][0xde][0xa5]QX[0xa7]`Fvk[0xbc][0xf1][0x4][0xf6]<[0x15]TtJ[0x99]mr[0xfe]n3[0x1]M[0x1a]H6[0xa1][0xdf][0xcb],[0xc9][0x8d][0x16][0xf3][0x8d][0xc][0x88]5[0x98][0x14][0xb4][0x13]R0*[0xc7][0xa6][0xd8][0xf4]?H[0x95][0xfb][\r][0xe1][0xba]zI [0xc9]@[0x9c][0xff][0x84]@<.;[0x4][0xe0][0xcc]&[0xa1]%[0xc4][0xb7][0x7][0xf7][0xf8][0x1][0xdd][0xe7]j[0x16][0x1][0x4]9[0xc7]r[0xa3]gPrcg[0x8][0xe4]~ [0xf8]MB[0xd1][0xcb][0xb1][0x85][0x81][0xc0][0x0][0xfa]8j[0xfe]:[0x86]~<[0x82][0xfc][0x2][0x7]0X[0xa7][0xc9]s[0x96][0xbe]p[0xee];[0x94][0xaf][\r][0xe0][0x9e]k[0xe0][0xf0][0x15]8[0x89]T[0x1d]x[0x1][0x17][0xf1]Q)H[0xbd][0xa0][0x14][0x11][0xad]}[0x8f]5[0xb4][0x91]5[0x91]MV[0xfb][>[0x9]>[0xf8][0x1]~[0x94]8[0xd9][0x16][0x14][0x11][0x1f][0xc4][0xc0][0xce]$3g[0xce][0x9c][0xc9][0xe6][0xed][0xfd][0xe5][0x15][0xc0]6[0x96][0x3]dQ[0xf5]f[0xae][0x80][0x85][0x2][0x16][0x9][0x13]V[0xc6]JD-[0x19][e[0xf4][0xd5][0xc9][0x1][0x81]N[0x9][0xa5][0xba][0xd1][0xd6][0x9][0xed]Z"Jd[0xe][0xfd]E[0x84][0xfc][0x9e][0xd2][0xca][0xd5][0x8]Ck[0xeb]-B[0xb6]nn$a[0xbc][0xa1][0xb4][0xbd][0xfa]{[0x93]]Bu[0xad]q+[0x1e]D[0x18][0x9][0xdd][0x9][0x9b][0xdd][0xd8]j[0xc0][0xe0]w[0xd3][0xa8]0G[0x86]3[0xbe]f[0x16][0x93]i[0x15]?D[0x96]<[0x81][0x91][0xf]PK[0x7][0x8][0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/experimental/theories/PotentialAssignment.class[0x9d]S]k[0xd4]@[0x14]=[0x93]f7[0xdb]X[0xdb][0xba]V[0xad]_[0xc5]j[0xc5]][0x5]C)>[0xad][0x14]d[0xfd]@X[0xaa][0xd8][0xb2] >[0xcd][0xa6][0xd7]t[0x96][0xec]L[0x99]LJ[0x96]>[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x0][0x94]x'[\r]Ku[0xb][0xc2][0xe6]![0x93]9s[0xee][0xb9][0xe7][0x1e]&[0xbf]~[0xff][0x9]`[0x1b][0xf]c4p7[0xc2]F[0x8c][0x0][0xf7]"lF[0xb8][0x1f][0xe1][0x81][0xc0]F[0xdf][0x94][0xf9][0xe1][0x9e]qoH[0x93][0x95][0x8e][0x86]2/[0xe9][0xd5]iJ[0xc7]N[0x19]-[0xb0][0xf4]V[0xf3]A?[0x97]EA[0x85]@[0xf3][0xb9][0xd2][0xca][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",t[0xba]C[0x81][0xb0]o[0xe]I`e[0xa0]4[0xed][0x95][0x93][0x11][0xd9][0x3]9[0xca][0x19]i[0xf]L*[0xf3][0xa1][0xb4][0xca][0xef]k0tG[0x8a]5[0x9e][\r][0x8c][0xcd][0x92]q[0xc9]B[0x9][0x9d][0x1e][0x93]U[0x13][0xd2]N[0xe6][0x89];"c[0x15][0x15][0xc9]{[0xe3][0x18]Q2Q[0x14]*[0xd3][0xfe][0xb8]'[0xd0][0xfa]lleO[0xe0]Sg0[0x96]'2[0xc9][0xa5][0xce][0x92]}g[0x95][0xce]z[0xe7][0x90]w[0xa3]1[0xa5][0xae][0xd7][0x9d][0xb3]Q[0xa8][0xe5][0xa4][0x9a]a[0xa6][0x87]@[0xe3][0xe4][0xcc]A{[0xb6][0x1d];[0xcc][0xc8][0xd5][0xe][0xd7]:[0xdd][0x8b][0x18][0xf1]4Z[0xe]b[0x99][0xe9]/[0xa9]H[0xad][0xaa][0xc3][0xfe][0xbb]h[0xda]3[0xde]7[0xa5]M[0xe9][0xb5][0xf2]![0xae]_[0xe0][0xf9][0xa9]/Z[0xc2]"bNw[0x8e][0x99][0xb7][0xb6][0x5][0xe0][0xeb][0xb7][0x4]v[0xe6][0xa8][0x17]X[0xfd]wV[0x81][0xf][0xf3][0x18][0xf9][0xdf]u|[0xd4][0x99]Mu6[0xb2][0xee]0[0xdc]D[0xc8]W[0xde]?![0x84]O[0x86][0xdf][0x97]x[0xb7][0xc3]+[0xf][0x8b][0xc6][0xe3]o[0x10]_[0xf9]#[0xe0][0xc1][0x1][0xff]_0[0xc8][0xe4]&.[0xc3][0x87]Q[0x91][0xb0][0x8c][0x15]^[0x17][0xb1][0x8a]+[0xb5][0xc0].s<7[0xfe][0x81][0xe0][0xe3][0x13]VY[0xf8]2UiVU[0xed]J[0xe1][0xfa][0x19][0x8b]wW+[0x1b]1[0xd6]p[\r]"[0x14]|r[0x83]y[0xeb][0xb5][0xb5]q[0xeb]<[0xc2][0x95][0xb7]+[0xcd];hUz[0x1]c!"[0xf6][0x11]TZ[0xad]?PK[0x7][0x8][0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1$1.class[0x9d]U[0xdb]R[0x13]A[0x10]=C[0x90][0x85][0xb0][0x18].[0x2][0xe2][0x15]$j[0x12].[0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc4][0x1b]WE[0x3]R[0x5][0xc5][0x3]>X[0xcb]2[0x95],lv[0xa9][0xd9][0x8d][0xa0]?[0xc4]3[0x96]D[0xcb][0x7]?[0xc0][0xf][0xb1][0xbc][0x16]~[0x81]e[0xf7]&X)[0xc5]R[0xb2]U;[0xdd][0xd3][0xdb]s[0xe6]tO[0xf7][0xec][0xfb][0x1f]o[0xdf][0x1][0x18][0xc2]B[0x3]N"[0xc6]C<[0x8c][0x8][0x12]<[0xf4]5[0xa0][\r][0xfd]a[0xc]`PC[0x92]eJ[0xc3][0x10][0x1b][0xaf][0xf1][0xe4]z[0x18][0xc3][0x18]amT[0xc3][\r][\r]7[0x5][0x9a][0x9e][0x19]v[0xd4][0xf3][\r]_[0xe6][0xa5][0xe3][0xb][0xf4]f\[0x95]Mn[0x14][0x1c][0xcb]O[0xaa][0x82][0xe3]H[0xe5]%[0xf3][0xee][0xba][0xb4][0x93]K[0x87]Ni[0x81]:?gy[0xd1]![\r]c[0x2][0x10][0xd0][0xe7][0xd8]q[0xca]6[0x2][0x86][0xf3][0x17][0xfb][0xdf]@[0xd1]M[0x8b][0x8][0xfd]=j[0x9a][0x9b][0xb9][0xcb][0x1][0x92][0xd4][0xf2]l[0xa1][0xb7][0x13][0xa7]Iv[0x91]6F2D2[0x92][0xe8][0xdb][0x87]H[0xf4][0xef][0xa3]&[0xf1][0x1a][0xa1][0xbd][0xc0][0xf1][0xc][0x8d]ut[0xeb][0x3][0x1f]p[0x96]F=[0xd0]#8[0x87][0xf3]$/[0xd0][K[0x96][0x6]z[0xe9][0xfa]([0x3][0xbe]$[0x1b]o1[0x9d]x[0x85][0x9a]"jI[0x88]W8QD[0xdd].[0xae]e[0xca][0xb3][0xbe]"[0xea]w[0xe9][0xf]t8-[0xc9]py[0xfa][0x6][0x8d]E[0xe8]E4[0xed][0x5]H-8[0x5]-[0x90][0xbd][0xb4]W[0x89][0xd5][0x15][0xd2][0x80][0x8f]d[0xff]D[0xf6][0x3][0xf2][0xf8][0x8c]v|![0x16][0x7][0xe4][0xf5][0x15]Q|[0xc3][0x14][0xbe][0x7][0xac][0xbb])[0xc0]v4[0xa2][0x7][0x97][0x88]i[0x94][0xb8][0xf6][0x90][0xf]G2[0xfd]G$![0xfa][0xce][0x91]_[0xa6][0x1d][0xd8][0xd6][0x86][0xab][0xb4][0x16][0xb4]g[0x88][0xf4][0xd2]s[0xb2],[0x7]p[0x17][0xb7][0xd1][0xf0][0x13]PK[0x7][0x8][0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.class[0x9d]WmS[0x1b]U[0x14]~n[0x8]Y[0xd8]./[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xf5][0xa5][0xa5][0xa9]M[0x2][0xed][0x82]R[0xb1][\r][0xa2][0x14][0xa1]RC[0xd0][0x92]R[0xdb][0xaa][0xed][0xb2][0xdc]&[0xb][0x9b]][0xe6][0xee][0x86][0x17][0xbf][0xf9]7[0xfc][0x15]:c)[0xa3]3[0xfe][0x0]g[0xfc][\r]~[0xd0][0xff][0xe0][0x7][0x9d][0xea][0xb9][0x9b][0x85][0x84][0x10]$[0xb3][0xcc][0xe4][0xde][0xbb][0xe7][0x9e][0xfb]<[0xe7][0x9c]{[0xce][0xd9][0xe5][0xd7]W?[0xfd][0x2]`[0x1c][0xe5]Nt[0xe3]C9|[0xa4][0xa2][0x7]3r[0xb8][0xa3]`VE;>V[0xd1][0x8f]9[0x15][0xf3][0xb8]+W[0x9f][0xa8]X[0xc0]=[0x95]T?U[0x91][0xc3][0xa2][0x8a]<[0x96][0x14]|[0xa6][0xe0]s[0x6]m[0xcb][0xb0][0x93][0xa6][[0xde][0xb4][0xb9][0xcf][0x19][0xde][0xcb][0xb9][0xa2][0xa8][0xaf]W[0x1c][0xcb][0xd7][0xf9][0xce]&[0x17]V[0x99];[0xbe]a[0xeb]~[0x89][0xbb][0xc2][0xe2][0x9e]n9>[0x17][0xe]If<[0xcf]*:r[0xdb][0xcb]2$[0xfc][0x92][0xe5]%[0xc7][0x14],[0x13]fA*[0xef][0xce]8f[0xc9][0x15][0xf4][0xb8][0xe0]8\[0xcc][0xda][0x86][0xe7]q[0x8f]a[0xf2]T[0x8a]B[0xb8]H[0xd6][0xe3]H[0x8e])[0x8b][0xe]M3|[0x9b][0x8a][0x88][0x91][7[0xb6][0xc][0xdd]6[0x9c][0xa2][0x1e][0xd8][0x93][0x8d][0xe6]nz[0x85]!>[0xeb][0xae]Q[0xc0]zr[0x96][0xc3][0xf3][0x95][0xf2]*[0x17][0x5]c[0xd5]&I_[0xce]5[\r]{[0xc5][0x10][0x96]|[0xe][0x85]q[0x19][0x1e][0x6]0[0xdc][0x8a]fzr[0x9c][0x2][0x10][0xdb][0x19]c8{[0xcc][0x9][0x86][0xc1][0xa3][0x9c][0xbb][0x9b][0x7][0xbc][0x3][0x8d][0xca]S[0x99]i[0xd2]W[0xe7]vL[0xbe][0xe9][[0xae][0xe3])(0\4][0xdb][0xe6][0xa6][0xbf]@VY[0x86]m}c[0xc8][0xbd]9!\AV[0xf7][0xa7][0xaa]([0x15][0xdf][0xb2][0xf5][0x9c][0xe5][0xf9]A[0x0][0x12]<[0xdc][0xee]m[0xdc]e[0xb8][0xd6] [0x9a][0xaa]3[0xa3]P[0x12][0xee][0xb6][0xb4].+-[0xe9]\[0xa6][0xa8][0x1a]~E[0x90][0xb1][0x99]F[0x9e][0x93][0x8e]I[0xfa]3e[0xee][0x97][0xdc][0xb5];[0xb6]kn0[0xe4][0xeb]3BTd[0xc2]yz[0x99]n[0xc8][0xd6][0xe7][0x85]Q[0xe6][0xdb][0xae][0xd8]X[0xc][0xe]d[0xd3]'j.[0xfb][0x86][0xcf][0xe5]m[0xc8]\[0xab][0xc2]3[0x9c][0xac][0xde][0x8]L[0xce]x[0x7][0x8][0xc]WZ[0xa2][0xe9][0xaa][0xd2],8[[0xee][0x6][0xa7]Zy[0xd6][0xba][0x1f]u[0xb1]YZ][0xa7][0xcb]k[0xd1][0xb3][0xb8][0xcf]=_[0xa6][0xe9][0xb1][0xf3][0x94][0x17][0xa6][0xe0][0xa4]Y[0x8]4[0x6]R[0xe9]f:[0x89]M[0x83],[0x91]i[0xf1][0xe4][0xf8][0xb6][0x82][0x7][0x84][0xb2][0xec]V[0x84][0xc9][0xe7]-[0x99][0x81]][0x7][0xe9]|C*S[0xc1][0xcc]9[0xa6][0xed]z[0x96]S[0xac][0xfa][0xa1]a[0x5][0xf]5[0xf4]aPC/[0xce]j[0x18][0xc2][0x17][0x1a]Fq[0x9d]J%b[0xa5]$[0xc7]%[0xca]#[\r][0x8f][0xf1]D[0xc1][0x97][0x1a][0xbe][0xc2][0xd7][0x1a][0x9e][0xe2][0x99][0x2]C[0xc3]*L[\r]k[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e]k([0xa2][0xa4][0xc0][0xd2][0xb0][0xe]J[0xa2][0xc9][0x88]|[0xc][0xa9][0xe3][0x81][0xf][0x12][0xf3][0xde][0x3][0x12]M[0x4][0x85]w?[0x90]+[0xb0][0x19]nF[0xe2][0xa1][0x80]7[0xa9][0x86]#[0xd2][0xc3][0xaa]f8Ov<[0xb4][0xfc][0xd2]l[0xd8][0xda]k[0xed][0x8b][0xe2]zz[0xfb]<[0xb1][0xed][\r][0xa4][0x8e][0xb5][0x1f])~[0x1a][0xb1]#S[k!i%[0x83]j[0x98]&[0xf7][0xbc][0xe4][0xf8][0x18][0xf5][0xc0][0xdf]"[0xbf][0x0]Z[0xae][0xae]H[0x11][0x8a]Z[0x93][0x13]Q[0xd8][0x18][0x86][0x8a][0xdc][0x9f][0xa5][0x1e][0xee][0x8b][0x8a][0xe9][0xbb]bF[0x14]+[0xe1][0xce][0xb9]T[0xba]Iu[0xd6][0xa2]8&[0xa3]x;j[0x14][0xd3][0x8f][0xa9][0xeb][0xd7][0x8e][0x92]M[0xc4]K[0xa5]n[0x4][0x8b][0xbc][0xeb][0xe7]+6[0xe5][0xf9]`[0xaa][0x89][\r][0xf2].5[0xb2][[0xf6][0x98] [0x18][0xae][0xa6]N[0x8e][0xd2][0xa1][0x1a][0x19][0xf9]T%jk[0x4][0xbd][0xe4][0xd8][0xbb]ua[0xa1][0x83]G:[0x99][0xe0][0xcf][0xe5][0xbb]N[0xaf]S![0xf0]7[0xfe]W[0x81][0xde]7[0xe][0xdf]^[0xa0]g[0xc3]1[0xc9][0xd5]kM]k[0x16][0xf1]T[0xab]![0xc6]%[0xfa]B[0xeb][0xa1][0x8f][0xbb]Xo[0xaf][0xec][0x84][0x0][0xcd][0xd4][0x16]I[0xd2]N[0xbf]![0xbc][0x86][0x18][0xce][0xd3]j[0x85][0xe6]8[0xcd][0xbd][0x99][0x91][0x17]`[0x99][0xeb]/[0x10][0xcb][0x8c][0xbe]D[0xdb][0xf]$k[0xc3][0x5][0x1a][0x13][0xf4][0x9d][0x1][0xfc][0x8d][0x8b]4[0xe][0x92]6[0xe9][0xe2]u[0xbc][0x9][0x4][0xab][0xb7][0x88])[0x86][0xcb][0xb4][0xd6][0x2]=)[0x19]&[0xc9][0x15]Z[0xc7]I[0x92][0xa4][0xf1]*[0xde][0xe][0xd9][0xee]J[0x8b][0xe8][0xc7][0x1a][0xe1][0xaf][0x83]g[0x87][0xf0][0x14][0x1a][0xa4]h[0xac][0xc1]KI[0x9a][0xc6]L[0x0]4B+j[0xee]4J[0xf0][0xfb]D[0xd5]Vu[0xe5]%[0xe2][0x8b]?[0xa3][0xfd][0x91]t%[0xf1]}[0xa0]+[0xb9][0xd4][0x0][0xff][0xf][0xe2][0xfc]3[0xe0][0xbb]T[0xd5][0xaf]s[0xe7][0x6]tBK[0x90][0xe6][0x18]}[0x17][0xcb][0xd0][0xbc][0x83]wC[0xfc]\[0x88][0xdf][0x9d][0xf9][0x11]l[0x84][0x86][0xd8][0xe8]>[0x94][0x1a]z[0xd5][0x93][0xbf][0xea][0x90][0xbb][0xf][0x91][0xbb]Cd[0xb9][0x9a][0xc0]M:A[0x9f][0xc7][0x98][0xc][0xc3][0xb2]J[0xb3][0xb4]lX[0x82][0xee][0xa1]#'[0x19][0xf6][0xd1][0xf9][0x1d][0x94][0x91]}[0xa8][0x99]=[0x9c][0xd9][0x83]6[0xb2][0x87][0xae][0x1a][_pm[0xff][0xa0][0x3][0xaf]h[0xfd]/[0x6]Y[0xac].[0x86][0xc3]!s[0x7][0xe9][0xbe][0x8f][[0xc4]vp![0xb7][0xc9][0xb2]l[0x80]2[0x85][0xf][0x2]Y?[0xa6]q[0x8e]V[0x17]h[0xa7][0x9f][0xa2]8[0x0][0xf9][0x9f]@[0xf5][0xaf][0xbd]:[0xfd][0x7]PK[0x7][0x8]wd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.class[0x9d]U[O[0x13]A[0x14][0xfe][0x86][0x16][0xb6][0x94][0x5]J+E[0xf0][0xc6][0xa5]J/[0xc0]V[0xe4]"[0x17][0xd1]Z[0x8a][0x92]T4[0xa1][0x81]D[0x9f][0x96]el[0x17][0xb6][0xbb][0xcd][0xee][0xb6][0xc0][0x1f][0xf1][0xc1][0xbf][0xe0][0x93][0x89]E[0xe2][0x83]?[0xc0][0x1f]e<[0xb3][0xad]BB[0x89]M[0x9b][0xcc][0x9c]3g[0xcf][0x9c][0xef]\[0xa7][0xbf]~[0xff][0xf8][0x9][0xe0]1^[0xf7]"[0x88][0x84][0xd8][0x92]bK[0x89]m&[0x88]>[0xcc][0x6]1[0x7]%[0x88][0x8][0xd2]A[0xd2][0x9b][0xf][0xe2][0x9][0x16]$,JXb[0x90]k[0xaa][0x11][0xd3][0xac]r[0xc5][0xe0].gX[0xca][vQ9[0xaa][0x9a][0xba][0xab][0xf0][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xf5]27][0xd5]P[0xdc][0x12][0xb7]l[0x9d];[0x8a]n[0xba][0xdc]6I[0x92]q[0x1c][0xbd]h[0x8a][0xcf][0xce][0x1a]CP[0xd8])s[0xb7]d[0x1d]2$[0xae]X[0xb1][0xab][0xa6][0xc9]mG)[[0x87][0xdc]P[0xb6]l[0xb5][0xcc]O,[0xfb][0xf8][0x8d][0xa7]J[0x17][0x87][0xc4][0xc5][0x8f]6wJ[0xdb][0xa6][0xe3][0xaa][0xa6]F^[0x84][0xf3]GjMU[0xc][0xd5],*o[0xf][0x8e][0xb8][0xe6][0x92]b[0x8f][[0xd2][0x9d]XZ[0xc2]S[0xf2][0xba] [0xdc]9[0xcb][0x98]Z[0xc9][0xb2][0xe9][0xb8]-0[0xb2][0x86][0xea]8[0xdc]aX[0xfe]o[0x10][0x85]&[0x13][0xbb]jG`[0xac][0xeb]ti[0x83][0xe1]K[0xbc]C[0x1b][0x9d][0xe5][0xaf][0xed]|]OLb[0x8f][0xc1][0x9f]%e[0x86][0xc1][0xbc]n[0xf2][0x9d]j[0xf9][0x80][0xdb][0x5][0xf5][0xc0][0xf0][0x12]ii[0xaa][0xb1][0xa7][0xda][0xba]87[0x85]~[0x91]H[0x6]0[0xac]t[0x16]dl" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0x14][0x88][0xd6][0x9e]n[0xb3][0x0][0xf4][0xba][0xe9]f[0xcd]:[0xe6][0xb9][0xd3][0x8a]h[0xe7][0x1a]7[0xce]h[0xea][0xe2][0xd7][0xad][0xb6][0x2]j[0x15][0xbc][0xdd][0x80]1[0xe][0xf1][0xf6][0x3][0xfe]PH[0x8c][0xc]@[0x94][0xa6][0xc6][0xa3]48[0x1e][0xa5]y"[0x8d].Z#[0xb8]Mt[0x94][0xb8]M[0xa2][0xdd]D[0xc7][0x92][0xa9]:Xr[0xa6][0x8e][0xae][0xe4]l[0x1d][0xbe][0xe4][0xa8][0xbf][0xe][0xf2];[0xba][0xbf]zw[0xc6]h[0xef][0x81]xF[0xfa]p[0x87]xY[0xf0]$[0xbd][0x8b][0xfb]D[0x1f][0x8]d[0x92][0x8c][0xd3][0x9a][0xc0]d[0xd3]v[0x9]>[0xf]-[0x96][0xfc][0x86][0xae]s[0xf4][0xe4][0x89][0xb2][0xb]H[0x9f]![0xa5].[0x10][0xa0][0x93][0x8f][0x96]?u[0x8e][0xde][0xfd]K[0x94][0xa8][0xf0][0x87][0xc9][0x8][0xb0][0x1][0x84][0xd9] [0xa2],[0x8c])[0x16][0xf1]P[0xa3][\r]{M[0xd4][0x0][0xd1]):[0xb1]+[0xf8]><[0xf4],=[0xc2][0xb4]'[0x8b] [0x8e]a[0xe2][0xc2]$[0x8b]`[0x19][0xb7] [0xfe]([0xbd][0xdf][0x1f]PK[0x7][0x8][0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.class[0xcd]W[0xeb][[0x14][0xd7][0x1d]~[0xcf][0xb2]0[0xcb][0xec][0x80][0x8][0xa2] B[0xd6][0x6][0xe2][0xba][0xb],^[0x92]VQ[Dm1[0x88][0xa4][0x10],Ik3[0xee][0xe][0xec][0xe8][0xec][0xc][0x9d][0x99]U[0xb4][0xd7][0xa4]i[0x9b][0xf4][0x92][0xde]/[0xda][0xfb]U[0xd3][0xa4][0xad][0xa6][0xb2]hh5[0xe9]%il[0x92]^[0x9f]~[0xe8][0xe7][0xfe][0x1d]mgfvwv[0x81][0x87]u[0x9f]~([0xfb][0x9c][0xe7][0xc3][0x5][0x11][0x1f][0xc4][0x87][0xf8][0xd6][0xf][0x8b][0xf8][0x8]>[0xca]g[0x1f][0x13][0xf0]8_~B[0xc0][0xc7]E4![0x1b][0xc2][0x93][0xfc][0xf9][0x9]>|[0x92][0xf][0x9f][0x12][0xf1][0x14][0x9e][0xe6][0x7]>[0xcd][0xf]|[0x86][0xf][0x9f][0xe5][0xaf][0x9f][0xb][0xe3][0x19]|>[0x8c]/[0xe0][0x8b]|[0xf8][0x92][0x80]/[0xf3][0xe5][0xaf][0x8][0xf8][0xaa][0x88][0xaf][0xe3][0x1b]""[0xb8][0xc8][0x87]K\[0xb1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0x96][0x88][0x1e]|[0x9b][0x9f][0xfa][0x8e][0x80][0xef]r[0xa9][0xdf][0x13][0x11][0xc5][0xf7]E[0xfc][0x0]O[0x84][0xd1][0x88][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf8][0xb1][0x80][0x9f]0[0xd4][[0xd9]dR[0xb1],[0xc5]b`#[0xc][0xa2][0xad]X[0xf6]1[0xc5]N[0x1b])[0x86][0xed][0xa3][0x86]9[0x9b]8[0x9d][0xd5]U;afu]1[0xad]D[0xc6]H)Z[0xe2][0x88])g[0x94]s[0x86]y[0xc6][0xdd]:H@[0xfc][0xe0][0xb0]&[[0x4]t[0xef][0xaa][0xe7]&[0xf3][0x9b][0xe8]D[0xf3][0xcc][0x88]~V[0xd6][0xd4][0xd4][0xb8][0xcc][0xd1]l[0xda][0xc5][0xd0]4zZ>+'[0xb2][0xb6][0xaa]%FU[0xcb][0xe6][0xc8][0x13][0xea][0xac].[0xdb]YSa8X[0xf6]y[0x9f]O[0x92][0xaa][0x13][0x84].k[0x89]![0xcb][0xca]f[0xe6]l[0xd5][0xd0][0xa7]TC[0x93]m%ux>[0xa9]8[0xb][0x83][0x7][0x8][0xb0]n[0x9f]J[0xfb][0xf]0[0x1c][0x8f]Vl`[0x5][0x16]m[0x9f]b[0x8][0xe][0xd3]"[0xc3][0xba]QUW[0xc6][0xb2][0x99]S[0x8a]9)[0x9f][0xd2]h[0xa5]y[0xd4]H[0xca][0xda][0x94]l[0xaa][0xfc][0xdd][[0xc][0xda]i[0x95]l[0x96]&[0xd3][0x8a]a[0x9e][0x1f][0xd2][0x93]i[0xc3][0xa4][0xd7][0x11][0x8e][0xef]`[0xf2][0xa8][0xbc][0xd5]'Z[0x99][0x9f]SL5[0xa3][0xe8]6[0x99]i[0xf3]S[0xaa]b%&[0xbd]I[0xb7][0x1f][0x87][0xec][0x94]f[0x15]{[0xb2][0x18][0x95][0x9e][0xe8][0xea][0xf1][0xf4][0xc7]%[0xa4]PT[0xb2][0xe4]6[0x86][0x9a](7[0xaa]%-[yh[0xdd][0xb0]e[0xee]H[0xca][0x96]G([[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xb5][0x4]\fXO[0xa8]'T;M[0x11][0xa0][0x98]q=[0x19][0xf6]D[0xd7]4[0xc0][0x1f]9[0xef][0x9c][0xeb][0xce][0x96][0xb9]|j[0xf8][0x11][0x1f][0xa8][0xe][0x90][0xa1][0xc3]SoDO[0x1a][0x99]9[0x8d]p[0xfd][0xb0]u[0x96][0x91]5[0x93]d[0xf5][0xfd]k[0xe2][0x8f][0x1b]6[0xad][0xa8][0xb2]V[0xec][0xe4][0xc3].[0xb2]u[0xc2]i[0xe]GT[0xde][0xb7][0x1b][0xf2][0x96][0xf4]sp[0x9]S8!![0x5]E[0xc2][0x1e][0x1c][0x96][0x90][0x0][0xf9][0xa3][0xa5][0xd8][0x6][0x86]LS>[0xcf]o+[0x9][0xf7][0xe3][0x1][0x89][0xa8][0xc4]N[0x9][0xbb][0xb0][[0xc0][0x15][0x9][0xcf][0xe2][0xa7][0x12][0xe]bX[0xc0]s[0x12][0x9e][0xc7][0xcf]$[0x1c][0xc5][0x83][0xc][0xf7]U[0x16]m[0x9]?[0xc7]/[0x18]6[0x15][0x8d][0x9c][0xb0]MU[0x9f]=[0x98]U[0xb5][0x94]B[0x89][0xfb][0xd0][0x98]rV1#3FVOE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xd4][0x8a][0xd8]i[0xd9][0x8e]X[0x94][[0xd6][0x8c][0xaa][0xa4]"n[0xc1]F[0xe4]B}X[0xfd][0x91]H[0xbe]F[0xfc][0xcb]{#[0x12][0xae][0xe2][0x1a][0x1f]^[0x90][0xf0]K\[0x17][0xb0] ![0x87]E[0x9]7[0xb8][0x3][0xc6][0xf0][0xa0][0x84]I>[0xdc][0xc4][0x8b][0x2][0x96]$[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0x16]pK[0xc2]m[0xfe][0xf9]%[0xbc]LE]E{[0x95][0xf0][0x1b][0xfc][0x96].[0xc3][0xaa]r[0xac][0x9b]B[0x9][0x1][0xbf][0x93][0xf0]{[0xbc][0xc2][0x83][0xf4][0xaa][0x84]?[0xe0]5[0x9][0x87]p[0xb8]j[0xcc][0x9d][0x1c][0xe8][0x8e][0x84]?[0xe2]u[0x86]C[0x15][0xe7]fIw![0xfb][0x14][0x93][0xfb][0xd5]i3[0x12][0xde][0xc0]u[0x8e][0xfa][0xa6][0x80]?I[0xf8]3[0x14][0x1][0xa1][0xeb][0xa8]*[0xfd][0x18][0xb6][0xae][0x99][0xe6][0xf9],-mT[0xc][0xdb]*,I[0xe2]fD1[0xf2][0xf3]-[0xc4]/[0x8a]p[0xa6]2[0xa3]Q[0xb5]%[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]qw5[0xe5]K[0xb5]&k[0xda][0xc3][0xba][0xec],)$%[0x1b]]]H%$[0xad]Z[0xee][0xd0]@[0x96][0xfa][0xe9][0xcf]n[0xbf][0x1e]y[0xec][0xe2]J[0xb1]u'[0x8a][0xa7][0xf8][0x15] [0xcf][0xcd]):[0xd9][0xd1][0xe7]?[0xef][0x16]m[0x9]@I[0x1d][0xf][0x96][0xed]/t[0xb2][0xd5][0xf7][0x87]l[0xc3]]"J[0x12]][0xbe][0x91]v4[0x15]=[0xe1][0xe6]![0x11][0xd2][0x19]Y[0xd5][0xe8][0xfe]ZI[0xb7])Nb[0xac][0xe1][0x2];[0xe9][0x98][0xcb]W[0xa9]u[0xc4]0[0xc7][0x94]y[0xdb][0x1f][0xa6][0xe6][0xbc]L?[0x93]o,]!%U[0x8f]![0xd1][0xa5]Ur[0xc0][0xc7][0x9c][0x9a][0x97][0xaf][0xd2]UI[0x94][0x94][0x8b]$[0x95]u[0xe7]Qjc[0xe1]J[0x15]][0x8d][0xdc][0xad][0x99][0xb5][0xaf][0xa8][0x95][0x88]][0xd5])[0xb3]j[0x1][0xfa]H9[0xe7][0xe8]GIo[0xef][0xb5][0xa5][0xc4][0x8c]<#[0xbc][0xea][0xbb][0xb5][0x1c][0xab]z*[0x1e]v[0xaf][0x88][0x83][0x9a][0x91]$[0x82]2V9[0xf5][0xac][0xec][0xba]}[0xee]@[0x1f][0xee][0x86][0x15]TL:V$x5r*UV&[0xf9][0xaf]D[0x8e][0x4][0x8a][0xe9][0x18][0xc1]0[0xec]_[0x99]6.[0xaf][0xae]U[0x88]d[0xdb]j[0xad][0x8e][0xfa][0x91]C[0x16][0x87][0x92][0x9c][0xbe][0xf2][0x82][0x8b]V[0xea]>lE[0x1f][0xfa][0x1][0x4][0x11][0xe0]T[0x85]f[0xcd][0x9c][0x92]8Ob%[0xf4][0xc]p[0x9e][0x2][0xba][0x19][0x9d][0xf9][0xdb][0xd0]@[0xf3]=[0xd8]K[0xe3] [0xad]|[0x0]5[0xf4][0x3][0xee][0x89]-[0xa2]&V[0xb3][0x80]`l[0x9][0xb5][0xd3][0x8b][0xa8][[0x80][0x10][0x8b]/ [0x14][0xeb]]@[0xfd]5[0xe7][0xf0]>[0x1a]7[0xa3][0x8e][0xc6][0xab]$[0xf0]Y[0xd4][0x13]a[0xd9][0x80]kh[0xc7][0xb][0xe8]"[0xfe][0xb0][0x9f][0xbe]D\8[0x1c][0xc0][0x10][0xe0][0xcc][0xb8]:[0xcc][0x99]q[0x85][0x2][0xf4]#[0x86][0xe4][0x89]O[0xd0][0x93][0xab][0x8d]]G[0xfd][0xd5][0x82][0x90]:g1[0xe7][0x0]J[0xee][0x6][0xf][0x90][0xf1]k[0x9e]v[0xf1][0xc3][0xcf][0x90][0xa8][0x0]=[0x8f][0xc6][0xe8]t([0x7][0x91]l[0x8][0xdf][0x80][0x94]C[0x3]_hAc[0xe][0xeb]^[0x81][0x10][0xbc][0x8c]`[0xcd]>Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^B[0xa4][0xe3]"[0xb6],[0xa1][0x89],\[0xdf][0xdc][0x9c]C[0xb]-[0xb]9l[0xc8][0xa1][0xf5][0x6]6[0x16][0xcd][0xdc]H[0x12][0x81]%[0xf2][0xe2]m[0xf4][0x10][0xd3][0x19][0xc0][0xcb][0x18]![0xc6][0xb1][0xdf][0xf9][0xe6]H[0xf5]4[0xea][0xa1][0xdf][0x11][0xbc][0x93]4{[0x97][0x13][0x7]F[0xfb][0x82][0x9c][0xf7]yZ>[0xec][0x98][0xc][0xb4][0xc6]s[0xd8]t[0x9][0xe1][0x18]=[0xdb].[0x93]_[0xe9][0xd9]^[0x14][0xd8]L[0x87][0x80][0xd7][0x88][0xd9][0xdc][0xc1]:[0xbc]N~}[0xd3]'[0xac][0xb5][0xe0][0xcf]V[0x8c][0xe2]X[0x99][0xb0][0xb1][0x82][0xb0][0xb][0xe4][0x12][0x8e][0xc3][0xc1]7[0xdf]D[0x7][0xc3][0xb1][0xde][0x9b][0xd8][0xc2]p[0x11][0xed]4[0xe9]ddJ[0xd7]X,[0xde][0x97][0xc3]=[0xe4][0xa6][0xcb][0xff][0xf9]WQ[0x83]F'rC'[0xfe][0x8e][0xed][0xf8][0x87]#=Fh[0x9d][0x14][0xe7][0xe3][0x18][0xa7][0xaf]"[0xc5][0xf0]![0xbc][0xdb][0xd1](V[0xd0]([0x86][0x89]e[0x1a]M[0x16]4[0x9a] G[0xf2][0xfd][0x1d]K[0x88]L[0xc7]x[0x84]r[0xd8][0x1a]_[0xc4][[0xdc][0x98][0xdd][0x9b]CwQ[0x5][0xd1][0xd9][0xfa]Olf[0xb5]>[0xe3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]:[0xc8][0x9b][0xa5][0xa2][0x2][0x9c][0xaf]{[0xc9]4Iy[0xc3][0x8d][0x97][0x96][0xd0]3[0x1d][0xeb][0x8d][0xf7]-[0xe2][0xbe][0xb2][0x9c]b[0xf5][0x5][0xb3]xf[0xe5]q%[0xbc][0xc7]KR[0xc9][0x91][0x10]pf[0xd3]x[0xc4]q[0xe7][0xa3]x[0xaf]'[0xe1][0x90][0x17]K[0x89]gM[0xfc]&[0xb6][0x5]p[0xa2]L{[0xd6][0x86]0k[0xf7]i[0xef][0x97][0xf2]>[0x9c]$[0xa4]'[0xf1]~<[0xe6][0xb9][0xe7]$[0xb9][0x87][0xbb][0xbd][0xad][0xf7][0xd6]%[0xd4][0xc6]o/!:[0x1d]w][0xb3][0xbd]w[0x11][0xb1][0xdb][0xa5][0xe1]a[0x9d][0xa8]e][0x10]X[0xc4]Wlm[0x5][0x9]m$Av[0xec]h[0xc3])$[0xe9][0xa4][0xdf]S[0xf4]O[0x8d]g[0xc7]I[0xcf][0x8e].[0xaf]p[0x9c]R[0x89][0xbf][0x84][0xc6][0xd1][0xf8][0xab][0xa8][0xad]y[0x9e]L[0xeb]e[0xf4][0xf]LIr[0xb2][0x1e][0xac]g[0xdb][0xd0][0xca][0xa2][0xd8][0xc4]b>[0xb][0xbb]<[0xf9][0xeb][0xa9][0xb7][0xcc]`[0x96]d[0x4][0x91][0xa6]*ue[0xed]![0x1d][0xb9]F[0xe1][0xd8]4U`[0xf0]1j1[0xe5].[0xeb][0x87][0xc8][0x12][0xbe]b[0xf][0xbb][0x80]M![0xa8]8[0xbd][0xac]S,"P[0xd4][0xcc][0xed][0x14]WJ:[0xc5][0x19][0xef][0xb0][0x86][0x8c]wx[0x9c]4[0xe2][0x11][0xa7][0xa2][0xeb][0xa5][0xac]`[0xe5][0x9d][0xe6][0x8a]/+B[0xee]yg[0xa6]{Y[0x11][0x82][0xe1]eE[0x8]sNV[0x4][0xa8]sr[0xc][0x13][0xef]p[0x9a]b[\r][0xf5][0xe1][0x1f][0xe1][0xed]T*[0x11][0xb8]=[0xee][0xe3][0xbf]PK[0x7][0x8]r[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/experimental/theories/Theories.class[0x9d]W[0x9]x[0x14][0xe5][0x19]~'[0xd9][0xdd]I6[0x13][0x81][0x84][0xc3][0x80][0xe0]"[0xa8]9[0x88][0xab][0x14][0xb1][0x12][0x94][0x86]p[0x18][0x9b][0x4]j[0x10][0x5][[0xeb][0xb0];I[0x6]6;[0xcb][0xec],[0x10][0xc5][0xaa][0xa8][0xb5][0xb6]V-Z[0xab][0xd4][0xab]VM+=[0xb4]G"[0xd2]R{ik[0xb5][0x97][0xbd][{[0xd8][0xfb][0xbe][0xef][0x83][0xbe][0xdf][0xec][0xec][0xec][0x99][0x18]$[0xf][0xff][0xfc][0xf3][0xff][0xdf][0xf9]~[0xc7]|[0xfb][0xcc][0xff][0x9e]8[0x2][0xe0][0xc]E[\r]c5[0xde]([0xcb][\r]at[0xe2]M[0xb2][0xdc]([0xcb][0x9b][0xc3]X[0x8e][0xb7][0x84]q[0x13][0xde][0xaa][0xe2][0xe6]0n[0xc1][0xad]*[0xde]&[0xcf][0xfd]a[0xdc][0x86][0xdb]U[0xbc]][0xc5][0x1d]a[0x1c][0x87]w[0xd4][0xe0]Ny[0xde]%[0x97][0x7]j[0xf0]Ny[0xb9];[0x8c]z[0xdc]S[0x87]{q[0x9f][0x90][0xdf]_[0x83]w[0x89][0xac][0x7][0xc2]x7n[0x95]e[\r][0x1e][0x94][0xe7][0x1]Q[0xf6][0x90],[0xf][0xb][0xf5]h[0x1d][0xde][0x83][0xf7][0xca][0xf2][0x88][0x8a][0x83]*[0xde][0x17][0xc6]"aX[0x84][0xf7][0xcb][0xf2][0x1]Y>([0xcb][0xa3]a,[0xc1]ca[0x9c][0x8d]Q[0x15][0x1f]R[0xf1]ay[0xff]H[0x1d][0xda][0xf1]Q[0x11]6&[0xda][0xc6]k[0xf0][0xb8][0xaf][0xa0][0xb6][0xdf][0x1c]L[0xea]N[0xc6]&[0xcb][0x9c]2[0x7][0x85]G|[0x9c][0x17][0xb3][0x12][0x9]#[0xe6]t[0xd3]^SO[0x98][0x97][0xeb]"a[0xad]m[6[0xed]j[0xf4][0xf8]2[0x8e][0x99][0x88][0xf6][0x98]i[0xc7][0xe5][0x9][0x19][0xde][0xf5][0xf4][0xd2][[0x5][0xa7][0x96][0x1c][0xad],P[0xbc]i[0xc8][0xb6]v[0x8b][0xf][0x1d]bok[0xa9][0xec][0x89]HE[0xe5][0x9c]][0xb4]-[0xae];[0xc6][0x1a][0xdd][0xd1]7Zf[0xd2]Yg[0x1a][0x89]8m[0x8][0xe][0xc8]FAS[0x1][0xb7]m[0xc][0x88]OQ[0x97][0x86][0xaa][0x2][0xba]m/V0[0xf7][0x92][0xc9]h[0x12]F[0x92]4J[0xb7][0x82]*[0x93][0x9b][0xd0][0x80][0xa7][0xe0][0xf8]2[0xd5][0xbd][0x86]3d[0xc9]Uh[0xd8][0xdd]Qr[0x5][0xc1]Y*J[0x9e]WI[0xad][0xab][0xe][0xe7][0xa4]5[0xe6][0x14]u1[0x84][0x8e][0x9d][0x89]9[0x92][0xb3][0xfe][0xe9]&#[0x9d][0xd7][0x1c][0xd6][0x93]I[0xcb]qc[0xa5]`[0xf9]K[0xa6][0xdc]F[0xdd][0xd6][0xa9][0xc7][0xb0][0xd3][0xfd][0x99]T*a[0x1a][0xf1][0xd5]#[0xd4]][0x9b][0xce][0xa7][0xc8][0xb2][0xa9][0xb][0xf1][0x13][0xab][0xc3]OF7[0x88][0xdd][0xbc][0xd3]i[0xb4][0xa0]i[0xe8][0xb1]![0x5]-[0x5]B[0xed][0x8c][0x14]_::[0xcc][0xa2]JD[0xd7][0x89][0xac][0xdd][0x96][0xbd][0xc3][0x7][0xa2])[0xe7]h^O[0xd6]V[0x82][0xb0][0xb8][0xbc]@+%f8%[0xac]R*[0x84][0xa8][0xe1][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "EU[0x9f][0xf6]dve[0xb]O[0x8b][0xe5][0xb1][0xe6]k[0xa4]R[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]A[0x9][0xb3][0xca][0xc4]f[0xcb]o}[0xd9]q[0xdb]1 [0xea]Y[0xe5][0x16][0xc6][0xa2][0x97]0"[0xab]ogyI[0xbf]<[0x85][0xc7]P[0x85][\r]1k8[0x95])I[0xc5][0x86][0xe6][0x96][0xf2]6P[0xe7][0x14][0x92][0xd4][0xbb][0x6][0x8c][0xf8][0xef][0xe5]:[0xa7][0x9a]&[0xe2][0xf9]9e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x8d][0xbf].[q[0xab][0x13]Vl[0x87][0x82][0xbe][0xe6])3O[0x9c][0xcd][0xfd],EC[0xc0][0x96]>[0xdc]oe[0xec][0x98][0xb1][0xce][0x94]^][0x9f]k[0xf6][0xa7][0x89][0xc5][0x1a][0xd6]b[0x9d][0x86]M[0xb8]P[0xc3]VYb[0xb2]<[0x83]/hx[0x16][0xcf][0xa9][0xf8][0xa2][0x86]/[0xe1][0xcb],[0x9b][0x97][0x8a][0xa3][0xdf][0x8a]T|E[0xc3]W[0xf1]<[0xdb][0xe9][0x94]y[0xd2][0x1a][0xbe][0x86][0xaf][0xab][0xf8][0x86][0x86]o[0xe2][[0xfc][0xbe][0xe5][0x3][0xee][0xf6]}v[0xdb][0xfc]I[0xbf]c[0x9b][0xc9][0xc1][0xd5][0x19]3[0x11]7l[0xb1][0xff][0xdb]l[0xfb][0xbe][0xa8][0x88][0xdb]$#[0x1a][0xbe][0x83][0xef]j[0xf8][0x1e]^[0xa0][0xb4][0xc8]p&[0xed]D[0xb6][0x19][0x91][0xb4][0xf4][0xa7][0x98][0x86][0xef][0xe3][0x5]a[0xfc][0x81][0x8a][0x1f]j[0xf8][0x11]^[0xd4][0xf0]cW[0xad]O[0x98][0xca]lK[0x8][0xe1]O[0xf0]S[0x15]?[0xe3][0xd7]0/?[0x1b]**[0xf8][0xb9] [0xb5][0x17]Wj[0xf8][0x5]~[0xa9][0xe2]W[0x1a]~[0x8d][0xdf]h[0xf8]-~[0xc7]o[0xce][0x14][0x3][0xa8][0xe0][0x94])}[0x9b]G4[0xfc][0x1e][0xd0][0xf0]G[0xd1][0xf9]'[0xd9][0xfd][0x19][0xd1][0xf0]W[0xfc]M[0xc1][0xd2]c[0xef][0x92][0xec][0xad]/[0xa7]?k[0xf8];[0x9e][0xd7][0xf0][0xf]<[0xa7]a'[0x88][0xfd]?[0xf1]/V[Y[0x9]G[0x14]tg[0xa1][0x1c][0xd2]w[0x19][0x11]+[0x99][0x18][0xe1]bD[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[[0xa4][0xd9]0[0xa9][0xcb][0x8e][0x18][0xc3])[0x87][0xb7]v[0xc4][0xd1]w0[0xac]Yb="[0xf5][0xec][0xb6][0x90][0x16][0x15][0xff][0xd6][0xf0][0x1f][0xfc]W[0xc1][0xc2][0x89]@[0xf5][0x89]U[0xfc]O[0xc3]Q[0xbc][0xa8]`M[0x91]2[0xd7][0x16]*0"[0x9e]V~[0xa9][0x86]\m6u[0xa5][0xb9]K[0x18]y[0x95][0x11][0x93][0x9c]z2F[0x98][0x1a][0xf3]U[0xdd]i[0xdb][0xfa][0x88][0x94]63[0x87]]ZQ[0x94]*M[0xa9]V[0x2][0x9a][0x12]T[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0x9c][0xea][0x8c][0xb5][0xb8]p[0x0][0x14]Y![0x5][0xcd]Se."[0xcd][0x81][0xe0][0xb6][0x8d][0xf3]/[0xe4][0xd1]2[0xd7][0xfe][0xb][0xdc]s[0x5]m[0x13][0xe1]Ua[0xb2][0xa2]G[0x83][0x86][0xe3]C[0xa0][0xe0][0xe4][0xe6][0x89]{[0x8b]O[0xd6][0x91]e;[0x9f] yl[0x8d][0xb9]NX[0xf4][0x8d][0x9b]Vr[0xc4][0x82]"[0xdb][0x1a]#[0x96][0xd0]m#[0x9e][0x9b][0x9b]Nhn[0x99]l[0x1c][0x9a]3[0xc1][0x15][[0x1a][0x85]u" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]L[0x1f][0xcb]*[0xc][0xcf][0x5]'[0xf9]A%[0x9a][0xe7][0xf2]\[0xe9][0xb5][0xe2]&;[0x88]|y[0xab][0x9b][8y[0xcd][0xad]0(y4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xcc]t[0xbf][0xdb]R8^4w[0xb7]lu[0x99]d[0x1c][0xd5]S)#I[0xcb][0xda][0xb]-[0xc9]6[0xae]"S[0x8a]z[0x99][0x8c]^4[0xa1][0x8f][0xc5]$?[0x0][0xca][0xe9]HP[0xe3]X[0xd9]=?[0xfb][0x95]dS[0xf9]q[0xc5]_"[0xda][0xa4][0xc7][0xe3]%[0xe4][0x1b][0xb6]m[0xa7]'[0x1d]b1}[0xd8][0xe8]v;VrAP[0xfc]/[0xe3][0xfc][0xca]Q[0xf1][0x87][0xa4][0xe3]'[0xba]#v[0xb9][0xf9]i[0x3][0x8b]zC[0xb2]x[0x8a][0xac]1[0xbd][0xd9][0x8c][0xbf]+[0x8a]>[0x9f][0x5]3[C[0xf9])1[0x1a][0xd2][0xd3]}[0xc6][0x1e][0xc7][0x5][0x9b][0xe][0x4][0x92][0xee]K1`[0x9e][0x83][0x14][0xe1][0xcf]p[0xae][0x93][0x9b]-3.[0xb4][+[\r]k[0xb]r[0xb4]}[0x96]Ll[0xf9][0x16][0xb8]![0xd9]i[0xf][0xa6][0xb]f[0xfe][0xbc][0xb0]>[0x8b]W[0x9c][%w<[0xb7]O([0xb2][0xa4][0xc][0xb0][0xb0]?[0xe2]R[0xe2][0x19][0xcd][0x13][0x93][0x16][0x82][0xe2]w[0x1f]qi[0xc0]L[0xc6][0xd7][0x18]F[0xaa]0[0xe7][0x83]4-#?[\r]iHW[0xd1][0x4]yR[0xe5][0x0][0x16][0xcf][0x90][0xf3]'%[0xc8][0xd6][0xab][0x8f][0x87]7[0xce][0xce],[0x16][0x9c]+[0xf6][0xe9][0xa5]Q[0x90][0x9f]g;3z[0x82],M[0x85][0xbf][0xb0][0xba][0xb2][0xbf][0xf3][0xa4][0xf8][0x4][0xfd][0xc6]|[0x15][0x17][0xa4][0xdf][0xa2][0x9]k[0xb9]p[0xb8][0xab][0xb5][0x8d]ak[0x97][0xd1][0x99]HL[0xa2]c[0xab][0x14]f<[0xee][0x12]m[0x98][0xfa][0x8c]5[0x85]6[0xd8][0xb2][0x19][0xb][0xd1][0x89][0xd5][0x90][0xb5]Pd[0xa8]B5[0xd6][0xf3]m#[0xaa][0xf8][0x7][0x84]Z[0xdb][0xc6][0xa1]<[0xc6]]5[0xce][0xe3][0x1a]vO[0xbb][0x11][0xc4][0xf9]\[0x81][0xd9]Y*[0xbe][0xbd][0xda][0x95][0x12]B[0xf]z)[0xa9][0x8f]{[0x8d][0xcf][0xec][0xc9][0x6][0xee]6r[0x1f][0xe0][0xf3]5[0xb8][0x80][0xbb]*[0xf4][0xf3][0x8d][0xf3][0x1b]w[0xa2]o[0x9b][0xa7]o[0xba][0xe8][0xab][0x92][0xa5]Z[0x96]@^s[0x3][0xe9]A[0xb9]AJ[0xb]S[0xda]4J[0xca][0[0xdd][0xb7]`:6[0xe3][0xa2]"[0xb][0xe4][0xe4]b[0xee][0xb2]z[0xb7][0xf0][0xff][0xd6][0x9c]^e=[0xe5][0xa9][0x86][0xf0][0xc4]C[0xe0][0x88][0xdc][0xbb][0xe4][0x10][0x16]*tj'7')x[0x12][0x8b][0xfa][0xda][0x1b][0xb1]x[0xc]'?[0x85][0x19][0xed][0xd5][0xb4][0xe6][0x94]v.[0xa7][0x8e][0xa2][0xd6]}kn[0x1f]C[0xcb][0xe3][0xa0][0x80][0xb6][0x15][0x81][0xa6][0x80][0xc7]}[0xba][0xec]\[0xf6]%+[0x82]M[0xc1]F[0x90][0xea][0xb4]'[0xd1].[0xb9][0xf0][0x14][0xa6][0xb5]6[0x85][0xe]![0xca]ap[0x1c][0xa7][0x8f][0x1e]}v[0xf4][0xe8]My[0xf]O#V [0xfe][0xf3]q[0x5]N[0xe5]O[0x99]v\[0x89]3q[0x15]:[0xb0][0x8f][0x98]_[0xcb][0x18]][0xc7][0x8]][0xcf][0xdb][0x1b]p[\r]n[0xf4][0xa3][0xb3][0x9d][0xb1][0xd8][0xce][0xe8][0x85]H[0xb5][0x0][0x9][0xc6]0H[0x1f][0xcf]bL[0x92][0xf4]y>[0x9f][0x16]R[0xd4][0x11][0xc6]n[0xf7]Lp[0xdb][0xe7][0xe3][0xb6][0xaf][0xc][0xb7]}e[0xa9][0xcf]_[0x17][0x1e]n[0xb3])[[0xe2][0xbc][0x97][0x0][0x9c][0xc1][0x94][0xf][0xdc][0x87][0xe8][0x92][0xc2]\\[0xca][0xf4][0xe3][0xdd]+$[0x15][0x97][0x95][0xa4][0xe2]([0xd6][0xb7]W[0x93][0xe0]L[0xc1][0xeb][0xc8]]8[0xbb])P[0xbd][0xb4][0x11][0xcb][0xc7]p[0xd6][0x1],[0x99]P[0xcc]+K[0xc4][0xe4][0x11][[0xe0][0xc6][0xf0]&Zt3[0xb1][0xbb][0x85]>[0xef][0xc7]*[0xdc]F[0xcb]o'Jw[0xba][0x8]-[0xe3][0xed]*[0xac]D[0x1a][0x8e][0xdb]i[0xf7][0xfa][0x9e][0xef]e6[0xf5][0xba][0x1e][0xef]u1[0xa8]"[0xe5]nf[0xd7]nJ[0xef]s+%[0xe0]q[0xee][0xf1]83[0x18][0xf1][0xe9]/[0xf6][0xe9]/'}[0x16][0xab]+H[0xc7][0x9f][0xa0]^&[0xdf][0xc6][0xf3]j>[[0xe][0xe3][0xec]-[0xad][0xe3]X1[0x8e][0x8e][0x1e]i[0x19]nV[0xad][0xec]mc[0xa2][0x9d]C[0xe4]y[0xae]<[0x1f][0xf5][0x1d][0x9b][0xed][0x82]|7[0x3]r[0xf][0xe6][0xe0]^[0x9c][0x88][0xfb][0x98][0x12][0xf7][0xbb][0xe]E[0xb2]B=74[0x6][0xf8][\r]n[0x0][0xe7][0xf0]Sr[0x95][0xeb]F[0x9f]W[0x1e][0xd9][0xbb][0xab][0xfd][0xbb][0xab]y[0x96]5[0xf4][0x1a][0x9e][0xed]cJ)[0xae][0xa1][0x9d]4[[0x92][0xa2][0xfe]0Vmi[0x13][0xb][0xc7][0xf1][0xaa]G][0xc2][0xf3][0xdc]:[0x12][0x9f][0x1f]*[0xa8][0xba]z[0x1f][0xc3]z[0xf6][0x85][0x14][0xef][0xab][0x98][0x9b]B=[0xd6][0xb8][0xb5][0xaa][0x10][0xb9]Nt[0xa1][0xf6][0xff]PK[0x7][0x8]L[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/experimental/theories/Theory.class[0x85]P;O[0x2]A[0x10][0xfe][0x86][0x87][0xa7] [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8c][0xc6][0x82]h[0xe3][0xc6][0xda][0x8a][0x4][0x8c]&"[0x6]O[0xb][0xac][0x96]s[0xc4]%[0xcb][0x1e][0xb9][0xdb]#[0xf2][0xd7],[0xfc][0x1][0xfe]([0xe3][0x9c]&[0xd2][0x90]XL[0xe6][0x9b]|[0x8f][0xdd][0x99][0xcf][0xaf][0xf7][0xf][0x0][0xe7][0xd8][\r][0xb0][0x15]`;[0xc0][0xe][0xa1][0xe6]2k[0xd3]V[0x14][0xf1][0xd4][0xf3]3[0xa1]xr: 4Z[0xce][0xc5]^{[0x13][0xbb]6[0xbf][0xe8][0xcc][0xfa][0xa2]8[0x89]P[0xb9][0x8f][0xb3]$[0xe2]Kc[0x99]P[\r]_9N[0xe6]gc=[0xd3][0x84][0xbd]~[0xe6][0xbc][0x99][0xf0][0xa3]I[0xcd][0xd0][0xf2]"!%[0x1c][0xdd][0xe4][0x1a]e[0xb5][0x1b])[0xfd]G[0xa8]>{v9[0xba] [0x94]g[0xda]f[0x12][0xda][0xfc]Gz[0x17][[0x13][0xcd][0xc5][0x10][0xf4][0x1f]n[0xc3][0xeb]n[0x87]p[0xb0][0xdc][0x12][0xea]d[0xc4]^[0x94][0xc7][0xcb][0xf9][0x8e][0xe5][0x89]d[0x86][0xf3])[0x8b]h[0xa5][0xdb][0x9][0xaf]zm[0xf9]@[0x9c][0x8c][0xd4]8s[0xc6]+~[0x9b]rbr[0x91][0xb6][0xca][0xe7][0xcb][0x1a]N[0xd5][0xef][0xd6][0x84][0xfa]"[0xb5]7[0x1c]s[0xe4][0x9][0x87]K[0x1f]Z[0x9c][0xa2]I [0x14][0xa4]~[0xce]Y"[0x94]P[0x96]iE[0xa6][0xe2][0x0][0x81]P[0xab][0x2][0xb]XCE[0xfa][0xbe][0xa0][0xaa][0xd0][0xeb][0x8c][0x1a]6[0xb0][0x99][0xc3]'[0x10][0xa3][0x8e][0xc6]7PK[0x7][0x8]e[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/experimental/theories/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.class[0xa5][0x8d]=[0x8a][0x2]A[0x10][0x85]_[0xf9]7[0xee](hf[0xba][0x81][0xb1][0x8d][0xf1][0xb2][0xc1]"+[0x18][0x88][0x81]'[0xe8][0x99]-[0xc6][0x1e][0xda][0xea][0xa1][0xbb]G<[0x9b][0x81][0x7][0xd8]C[0x89]-[0x86][0x86][0xd6][0xa3][0xaa]x[0xc5][0xa3][0xbe][0xff][0xdb][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x89]q[0x86],CN[0xc8][0xf7][0xae][0xf5]%[0xaf][0x8d]e[0xc2][0xec][0xc7][0xda]-[0x1f][0xb][0xf6]a[0xdf]6[0x8d]5[0xec][0x17][0xb5]>i[0xc2][0xe4]WJ[0xeb][0x82][0x91]j[0xcb][0xf1][0xe0][0xfe]2[0x8c][0x8][0xdf][0xce]W[0xaa]n[0xc5]D[0xc5][0xe7][0x86][0xbd]9[0xb2]DmU<[0xb0][0xf3][0x86][0x83]2[0x12][0xd9]K[0xba][0xbc][0xfe][0x9d]/[0x9] [0x8c]7"[0xec]WV[0x87][0xc0][0x81]0}[0xd0][0x94][0xd5]R[0xa9]]Qs[0x19][0x9]_o@[0xf0][0x99][0x10][0x1d]<[0xab][0x9b][0x84][0xe4]z[0xe8][0xa7][0xdd][0xc3] [0xcd][0x8f][0xd4]y[0xca][0xd0][0xc3]M[0x87]wPK[0x7][0x8]p[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.class[0xad]VkS[0x1b]U[0x18]~N[0x92]fC[0x1a].[0xe5][0xd6][0xf4]b][,[0xe1]"[0x1][0x8a][0xd5][0x96]^D([0x88][\r][0x14][0x1]Q[0xc0][0xdb][0xb2]9[0x93],,[0xbb][0x99][0xdd][\r][0xc5][0xbf][0xe2][0x1f][0xf0]k;[0xa3][0xd0][0xda][0xd1][0xfa][0xc9][0xf][0xfe][0x8][0x8a][0xe3]s6[0x1]R[0x92][0x11]F[0x1c][0x86]sy[0xdf][0xe7][0xbd][0xbf][0xe7][0xdd][0xfc][0xf9][0xf7]/[0xbf][0x1][0x18][0x81][0x99]D[0x17]>H[0xa2][0x1b][0x1f]6[0xf1]tG[0xc3][0xdd]$[0xc6]qO[0xc3]}[\r][0xf][0x12]x[0x98][0x84][0x86][0x8f]4L$[0xf0][0xb1][0x86]I[\r]S[0x8a][0xfd][0xe8]<[0x9a]1[0x9d][0xc4][0xc]>Ib[0x16][0x9f]jx[0x9c]D;[0xe6][0x14]o^[0xc3][0x13][\r][0xb][0x2][0xf1]m[0x19][0x14][0xdd][0xbc]@_[0xce][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xcd][0xb2]c[0x5]Y[0xaf][0xec]8[0xd2][0xf3][0xb3][0xdb]n^[0xda][0xd9]i[0xcf][0xd8][0x96]O]ok.[0x84][0x8e]S[0xe8][0x9e]E[0xd8][0x3][0x81][0xc1][0xcc][0xa9][0xa5][0xfa]V[0x4]b[0x93]d[0x9][0xb4][0xe6],G[0xce][0x97][0xb7]7[0xa4][0xb7]ll[0xd8][0xa4][0xb4][0xe7]\[0xd3][0xb0]W[0xc][0xcf]R[0xf7]*1[0x16][0x14]-_[0xa0][0xb3][0xa2]`[0xc1]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xe9][0xad][0x18]v[0x99][0xdc][0xd4][0xac][0xb2]6i[0x1b][0xbe]/[0x89]Z[0xac]qD[0xee][0x96][0xa4]gmK'0[0xec]lP[0x94][0xae]gI?k9[0x14]vH[0x99][0xb0][0xed]9[0xa9][0x8c][0xfb]K[0xe5]R[0xc9][0xb6][0xa4][0xd7][0xd3][0xc8][0x4][0xe3]l[0xcd][0x1b][0x81][0xb1][0xe0]Rr[0xae][0x9a][0xa5]DA[0x6]U[0x7]:3}[0xb9]Mc[0xc7][0xc8][0xda][0x86]S[0xc8]>[0xd9][0xd8][0x94]f@[0x19]AVO[\r]c[0xd6][0xb6]e[0xc1][0xb0]'[0xbc]BYy[0xf4]h[0xd7][0x94][0xa5][0xc0]r[0x1d]B[0xaf]7[0x80][0x99][0xa6][0xf4][0xfd]ZP[0xd2]p[0x1c]70[0xd4]M`[0xe0][0xc4]([0xa7][0xe]<[0xa6]hSP[0xf4][0xdc][0xa7][0x95]dv[0xd5][0xd8]Z> +[0xf5][0x87][0xb6][0x98][0xc4][0x16]F7%}[0xd3][0xb3]J[0x15]{o[0xc6][0xb8][0x14]x[0x96]S[0x18][0xd7][0xf0][0x99][0x0][0x4][0xb6]N_[0xfc]3[0x15]g$[0xec][0x9d][0xc8][0xee][0xb0]ZF[0x4][0x1e][0x9e]Q[0x1b][0x83]^r[0xcb][0x9e])[0xa7]-[0x95][0x99][0x8b][0xf5][0xa0]![0x15]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]pY-[0x8b])\DZ[0xa0][0xed]x[0xb5]5,[0xa5][0xb0][0x8c][0xcf]Y[0xc9][0x93][0xeb]-p[0xf9][0x8][0xb4]Xv[0x2]z][0xc3][0xbc]YvT,f [0xf3]wu[0xa3]*[0xac][0xdb][0xd2])[0x4]E[0xdd][0xf2]u[0xb3]([0xcd]-[0x99]W[0xfe]0[0x19][0xfa]I[0x8d]#p[0xbb]V![0xeb]Z[0xa9][0x84][0xaf]{2({[0x8e][0xcc][0xeb][0x86][0xa3][[0x8e][0x11][0x8a]Y[0xec][0x5][0xfd]`[0x10]t4h[0x14][0x8e][0x87]S7^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "_[0xe0][0xcb][0x14]V[0xb1][0xa6]a=[0x85][0xaf][0xf0][0xb5][0x86]oR[0xf8][0x16][0xdf][0xf1][0x95][0x9e][0xa4]e[0xc1][\r]H[0xb1][0x18][0xf][0xbd]*8[0x8a][0xdd]3[0xe9][0x96][0xed][0xfc][0xbc][0x1b][0xcc]Hv[0x98][0x11][0xc8][0xf0][0xfd][0xd5]Dz[0xed][0xdf][0x1]*e,[0xe6][0x6][0x86][0x4][0x16][0xfe][0xef]!!p[0xeb]?[0x84]$p[0xff]L-,[0x10][0xcd][0xa8]7[0xd1]{[0xca][0xf7]'p[0xc1]rv[0xdc]-&[0xa5]d[0xbb][0xbe][0xb5]#[0xed][0xef][0x5][0xee]d[0xea][0xe7][0xd7]z=[0xa9][0xe1][0x94][0xeb][0xca][0xd4][0xcf][0x5][0xe5]Q3;m[0xa2]f`[0x8d][0xd5][0xe2][0xc2]a[0xfd][0x86][0xbe][0xa3][0xd9][0x96]=[0x92][0x1a]W[0xee][0x16][0x1c][0xd7][0x93][0xf9][0xda][0xe1][0xc4]Y[0xb4]^[0xa7]L`[0xfc][0xc][0x99]T[0xd3]5|[0x0]=[0xc3][0xc3][0x9c].[0xbd][0x99]z[0x3][\r][0xf2][0xb1][0xc6]Qpd[0x94]U[0xe5][U[0x9a][0xc2][0xc3][0xb2][0xa7][0x9a]"[0x96]YS[0xd9]Hg[0x1a]N][0xc5][0xd2][0x98][0xa8]y[0x16][0x9]:?[0xe8][0xdd]P[0xf3][0xb4]][0x8d][0x19][0x9e]b[0x88][0xa8][0xd1]C[0xca][0x15][0xde][0xa6]y[0x8b]pO[0xf6][0xef]#[0xd2]?[0xf0]3[0xa2][0xcf]y[0x8b][0xe0]*[0xd7][0x16]D[0xb9]^[0xa1][0xc4]U4[0xe1]-[0xfe][0x81][0xba]B4[0xae][0xe1][0x1d] <][0xa7]V~[0x97]p[0x3]=[0xe4])[0x9d]QNI.[0xf7][0xff][0x84][0xa8][0x88][0xfe][0x8a][0xd8][0x1e][0xce]=[0xcb][0xbd][0x82][0xb6][0xda][0x9e][0xd8]G[0xd3][0xeb][0xca][0xf1]|xT[0x98][0xe]4[0xef][0xa1][0xe5]w4[0xcf][\r][0xfe][0x81][0xb6][0xc1][0x97]h[0xe5][0xb7][0xe8][0x5][0xda]~[0x80][0x16][0xfb][0x11][0xb1][0xe8][0xb]\x[0x85][0xf6][0xd5][0x81]}t[0xbc][0xe]5[0xa7][0xf8][0xd3]#[0x1e][0xee]iz[0xa0][0xf6][0x1b][0xfc][0xaf]x}[0x93][0xbe][0x82]^5[0x93][0xd6]B[0x9f][0xd2][0xa4]\B/o}[0xbc][0xf5]c[0x14][0x3]x[0x8c][0xf7][0xc2]h[0xc6]p[0x8e][0x98]$[0xde]%F[0x10][0xa5]N[0xbd]<[0x8d]R>C|[0x84][0x12][0xc3][0x94][0x19] [0x8d][0xf1]T[0xa3][0x1e][0xc][0xb3][0xa8]2*[0xa8]g[0xa8][0x1a][0xf5]h[0x98][0x5] [0xa1]"[0xda]C[0xe7][0xb3][0xc3]<[0xc6]C[0xfa][0xad][0xd0]b[0xaa][0x82]9[0xae][0xa9][\r][0xb4]>R[0xad][0xc9][0x14][0xe5]T[0x94][0xf1]~F,[0x9e][0x1f][0xd3][0x93][0xe][0xf5][0xe8][0x15][0xc4]a[0x1d][0xe2][0xb4][0x9f][0xe][0xf9]qZ[0x1a][0xb][0xab][0xfa]~(y[0x9b]X[0xb0][0xde]Qv[0xc2][0xc][0xde][0xa6][0xed],w[0xb4]%[0xe8]7rh[0xfa][0x7]PK[0x7][0x8][0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.class[0xcd]Z[0x9]xT[0xd5][0x15][0xfe]o23/L[0x1e][0x10][0xb2][0xe1]D[0x96][0x11]"[0x84]$[0x18]P[0xd4][0x12][0x8][0x12]H[0x82]X T[0x10]Q[0xb4]vL^[0xc2][0xc0][0xe4]M[0x9c]L[0x10][0xac][0x16][0xeb].[0xb6].m][0xa2][0xb6][0xb5]T[0xa5][0xad][0xb4][0x82]K[0x2]R[0xd7]V[0xad]v[0xd1][0xda][0xbd][0xb6]v[0xb1][0xfb][0xbe][0xef]J[0xff]s[0xdf][0x9b][0x97][0x99][0xcc]Db[0xc0]~[0xfd][0xf8]r[0xe7][0xbe][0xfb][0xee]=[0xf7][0xfc][0xff]Y[0xee][0xb9][0xef][0xe3][0xf9][0xd7][0x1f]y[0xc][0xc0]\5+[0x88][0x16][0xdc][0x17][0xc4]2[0xec][0x1e][0xc3][0xde][0xa7][\r]|&[0x8][0x1f]v[0xcb][0xf0][0xfd][0xd2][0xec][0x91]f[0xaf]4[0xf]H[0xf3]`![0x1e][0xc2][0xc3][0x85][0xe8][0xc7][0x80]4[0xfb][0xc][0xec][0xf]b[0x1c][0x1e][0x9][0xe2][0x0]>+[0xcd][0xa3]A<[0x86][0xc7][\r][0xc][0x9f]|[0xf3][0x9c][0xaa]([0xff][0x96][0xd3][0x1b]"[0xa2][0x83][0xc2][0xce][0xb7]f[0xf7]#[0xcb][0xd9][0x4]r[0xa6][0x83][0x9b][0x89]%E[[0xd7][O[jK[0xad]CA[0xd4]}[0xca]L.[0xde][0x9c][0xd4][0xc][0xe6][0x1f][0x85][0x89]9f8[0x19]hb[0x8e]|[0xe5][0xbc][0xd9][0xf5]k[0x89]t[0x4]BE[0x9][0xeb][0x88]5rp[0xb4][0xe9][0xdc][0xe2]VN[0xb3][0xab][0x86][0xcd]I[0xb3]r[0xa5][0x1c][0xc5]5[0x95][0xe9][0xbb][0xc4]bV'[0x95]Ht[0xf6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xb1][0xcc][0xa9][0xd3]rLkc[0x1][0xd3][0x93]>[0xa9]$[0xda][0xe3][0x0][0xd0][0xa5]B[0xbc][0xd1][0xde][0xd6][0xda][0xa1]0[0xb3]jCv[0xe][0xcb]v[0xb2][0xb3][0x99]m[0x18][0x11][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x82][0xca]vd[0xf7]0[0xe1][0xc2]IU[0xcb][0xdf][0xe8]uA2[0xee][0xc][0xe9][0xef][0xab]#s[0xe9][0xb2]\*[0xc8][0xf5]-u[0x86]([0x1c]s[0xc8]/[0xb5]N5[0xe5][0xfa][0xb8][0xd5][0xee]UL[0xd3][0x87][0x8d][0x8f][0xf4][0x8f][0x96][0xc5][0xe9]kS[0x85]XA[0xea][0xb0]Q8:#[0xb8]3+9[0x1c][0x83][0x16],[0x83]|[0xaf].[0x96][0xc2][0x8a][0xbd]"[0xf6]W[0xa1][0x95][0xed]j>[0xb5] [0x8f][0xff][0x80]`[0xf5][0x0][0xf2][0xaa]k[0x1e]F[0xfe]^>[0xe5][0xe1][0x1d]l[0xc7]![0x9f][0xed]B[0xf8][0xd0][0x80]1X[0x84][0xd3][0xf9]T[0xee][0xcc][0xc6][0x1a][0xac][0x5]t[0xef][0xc]J[0xe5][0xd1][0x8d]u8[0x93][0xf3]E[0xe6]U[0xfc][0x95][0x95][0xd3][0xe][0xc0]w[0xd6][0x0][0xfc]+[0xab]kj[0x7][0x10][0xd0][0xad][0xa1][0xdb][0x2][0xdd][0x8e][0xa9][0xdd][0xc3]Y[0xf9]z[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd8].A[0x1][0x9a][0xb8]o3J[0xa9]Y[0x5]5[0xf]c[0xb9][0xde]7[0xec]H[0xf4][0xf6][0x9d][0x86][0xf5]8[0x8b][0xbb][0x16]p[0xd6][0xd9][0xd8]@[0xad][0xce][0xe1][0xa8][0xe9][0x8d][0x9c][0xcb][0x91]wr[0xc4][0xc7][0x91][0x10][0xce][0xd3][0x98][0xde][0xc5]?[0x96][0x8c][0x8e][0x96][0xea]4[0xce],[0xe0][0xf8][0x8e][0xea][0x9a]~[0x4][0xf7][0xa3][0x90][0xb4][0xcc][0xde][0xf][0xd6]}[0xd8][0xca][0xce]X[0x85]'0[0xae][0xde][0x17][0xf2][0xf5]c|[0xbd]?[0xe4][0xef]GQ[0x1f][0xc6][0xd7]HgB?[0x8a]o[0xc7][0xb8][0x12][0x94][0xc8]Si[0x1f][0x9a][0xaa]C[0xfe][0x1a][0x99]YV[0x1b]bu[0xf8]([0xca][0xfb]1q[0x0]G[0xed]Bu} [0xe4]+AE?[0x8e]~[0x2][0x15][0xf5]F[0xc8]x[0x86][0xab][0x8c][0xfd][0x98]D[0xc5][0x2][0xfb][0xa0][0xfa][0xe0][0xdb][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xbe][0xeb][0xe0][0x95]{[0xa9]k3q[0x9c]G[0x8d][0x1d]V[0x8e]'"[0x90][0xdf][0xa9][0xb4][0xd8][0xc]j[0xdd]L[0xfc][0xe7][0xe8][0x19]g[0x10][0xc9]:[0xd8][0xe4][0xfc]22q9[0x11]_E[0xbc][0xd7][0xf2][0x8d][0xb0]u:[0x91][0xd9]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mh[0x87][0xc1][0x99][0xc7][0xc2]B[0x7][0x19][0x9e]A[0xe]:[0xb1][0x11]~J[0xec]D[0x14][0x9b][0xc8]O![0xde][0x83][0xcd][0x88]i~wx[0xfc][0xee]p[0xf9][0x95][0xde] [0xbf]b}GF[0x17]e8[0xef]r1m[0xf3][0x8f][0x15]:[[0xf1][0x87]=[0x9c]+[0xb3][0x17][0xb][0xd3][0x93]3[0x99]>.[0x8d]iM[0xe0][0x94]~L[0xed]Ci[0xed][0x1][0x84][0xcf]"[0x95][0x3]8f?[0xa6][0xe5][0xe1][0xcc]][0x7]_[0xd8][0xeb]yK1w[0x3][0xe5]O%[0xc2][0x1a]b<[0x85][0x1a][0x9][0xee]y[0x1a][0xd9]dt[0xbb][0xc8][0xe6]y[0xc8][0x16]{[0xc8][0x16]{[0xc8][0x16][0xf][0xf1][0x1c]gD[0xf0][0xc][0xa2][0xb8][0xc0]C[0xf1]4[0x99][0x14][0x1f]m[0x10][0x14][0xd3]3Q[0xd4][0xa4]PT:[0xfe]rl[0xbd]?[0xe5][0x10]3j[0xab]C[0xbe][0x1][0xcc][0x14]g8[0xf8][0xd2] [0x84]rM[0xc9]&[0xaa][0xbb][0x99][0x94][0xc6]0[0x9f][0x94].[0xe4][0x96][0x2]c[0x91]6U[0x9][0x8d][0xec][0x98][0xaa][0x2][0x9][0xf4]h@s=@[\r][0x1e][0xa0][0x6][0xf]PC[0x96][0xa9]D[0x86]c[0xaa][0x86],hI[0xf][0xda][0xb3][0x94]([0xd0][0x9a][0x5]ZU&[0xb4][0x13][0xd2][0xa0]9H[0xea][0xfd]:[0x6]f[0x89][0x95]4[0xc2][0x90][0x1f][0xaa]SVz~[0x10][0xa2][0x13][0xd3][0x17][0x10]@[0x2]3[0xb9][0xdd][0x1c][0xf4][0xa2][0x91]W[0xa3]&l[0xf5]`[0xce][0xe4][0xac]^l[0xd1]0[0xa7]y0[0xe7]{0[0x9b]=[0x98][0xcd][0x1e][0xcc][0xe6],[0xbb]5g[0x81][0xe3][0x5][0xcc][0x5][0xf7][0x10]e[0x8b][0x1e][0xb5]5:[0x80][0x8b][0xaa]kg[0x87]|![0xff][0x0]jv[0xa1][0x82][0x11]\[0xa3][0x3]85[0xfc][0x4]J[0x6]P;[0xd4]L[0x17][0xd3][0xf6][0x97]0'm[0xc7][0x14]\J[0x8f][0xbb][0xcc][0xd3][0x9f]r=[\r]k[0xb5][0xc1][0x94][0xee][0x89][0xae]y[0xba][0xb7][\r][0x17]i$[0xb5]Zk[0x9f][0xee]9[0x88]SfrVv[0xb9]+[0x5][0x89][0xcf]E[0xf2]n[0xfe][0xf1]N[0xe5]"y[0x99]r[0xc][0xfe][0xb6][0xe6][0x9f][0xe4]/[0xf3][0x87]|[0xfb]0{'[0x9a]B[0xbe]2[0xf2]\}[0xa0]&[0x14][0xd0]V[0xa9][0x9d]}[0x0]u[0xcc][0xbb]sj[0xfb]1[0xb7][0xf8]x6e4[0xd7][0x9][0xc5][0xf3][0xd8][0xeb][0xc7][0x89][0x92]t\k][0xe1]W[0xbb][0xe][0xee][0x1b]j[0xb0]+1[0x96][0xc9][0xa4][0x1c]W[0xd3]$[0xd7][0xe0]T>[0xaf][0xc2]u[0x1a][0xf0][0xa9][0xdc][0xbe][0x9c]II[0xd4][0xf]p[0xcd][0xdb][0x99]:[0xb6]k[0x82]Z=[0x12]Z=3[0xb5]j[0xe8]y[0xba]'[0xd0][0xf3]u[0xef]R[0xae][0xf5][0xa5][0x99][0xae]U[0x3][0xce]w[0x1][0xbf][0x97][0xbc]?:[0x80][0x95][0x1c]@[0x92][0xa2][0xd7][0x87]|[0xfb]q[0x92]B[0xbd]?[0xff][0xa4]@[0xc8][0xef]zf[0x93][0xf4][0xe8][0x9a][0xf5]FM[0xc8][0x18][0xe]y [0x1d][0xb9]1[0x88]<[0x90][0x89]|[0x6][0xf]8[0xe0]z[0xb6]7P[0xaf][0x1b][0x89][0xf2]&[0xa2][0xff][0x0][0xaa][0xf0]A[0xbe][0xbf][0x99][0xd8]na[0xaa][0xbd][0xd5]K[0xae]Sq[0xa2]fA[0xcc][0xb1][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0xde][0xc3][0xbe][0x1e]W[0x90]K[0x1f][0xf7]h%[0xbf]1[0xf2]&[0xdf]:[0x84][0xc1][0x80][0xe6]#[0xec][0xce]r[0xf8]p[0xe6]_[0xed][0xcd][0xbf][0x86][0xf3][0x1d][0x8e][0xae][0xe5][0x1f][0xef][0xdf][0xee][0x1]~[0x85]{[0xd8]N[0xaa]Q[0xfd]8y[0xcf][0xca][0x3][0x98]Vq[0xfd][0x0][0x16]<[0xee]t[0x1b][0xa4][0xab]5[0x91]0x[0x9b][0xfe][0x9d][0xc0]L[0x93][0x97][0xe6][0xde]w[0xf0][0xcd][0x9d][0xc4][0xf2]a[0xbe][0xf9]([0x93][0xeb]][0x1a]g5[0xf7]6x[0xc0][0xbf][0xf][0xef][0xe7][0xec]b[0xdd][0xbb]^K[0x9a][0xe4]![0x9e][0xa4]CV[0xf1][0xdd][\r]d[0xcd]q[0xd3][0x7][0xf8]+~T][0xbd][0xb2][0xf6][0xb1]E[0xf9]'[0xf9][0xca]|[0x93]wbrm[0x99][0xef]x9F[0x19]o[0x8b]t[0xc8][0xf9]}[0xbb][0xaf][0xf0][0xd1][0xc][0xaf][0xe6][0xef][0x1e][0x12]n[0xf7]2[0xd4]v[0x91][0x8f]O0%[0xdc]K[0x1b][0xdc][0xe7][0x85][)[0x8b][0x3]'+Jv[0xbb][0x89][0x16][0xca]c:[0xad][0xb4]][0xfb]J[0x98][0x89]c[0xbb][0xe][0xb2]j|[0x88]o[0xa1]{7[0xd3]R[0xca][0xb]7G[0x86][0x93][0x15]e[0xd6]-[0xfc]u[0x98][0xbd][0x95]+o[0xa3]g98NqK[0xa3][0xc2][0xea][0x87][0x90][0xaf]O[0xf0]S[0xf6] U[0x1b][0x5][0xb4][0x99][0xef]O[0xab][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]7p[0x84][0xde]N[0xa1]wxB[0x9f]w[0xc9]Y[0xe2][0x8]][0xdc][0x8f][0xc6][0x95]n[0x99][0xb4][0xaa]v?[0x96][0xd0][0x9d]}[0xe2][0xed][0xda][0xc3][0xa7]HO'[0xdf][0xa5][0xf5][0xfe][0xd9][0x92]t[0x9b][0xf6][0xa3]Y[0xa7][0xd9]Wf[0xef][0x19]B[0xda][0x83][0x90][0xff][0xa4]P[0x2][0xfa]:[0x6]x[0x92]=[0xe2][0x91]6[0x97][0x8e]v'[0x8d][0xeb][0xc7][0xd1][0xac][0x4]$[0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "AK<}[0x97][0xb8][0xfa][0x16][0xe2]d|Dg[0xd6][0x12][0xd4][0xd1][0x11][0xee][0xa2][0xfc][0x14]i[0xce][0xbb][0x8f]y[0xef]vz![0xfb]qJ[0xbb]{8|[0x15]G[0xe][0xdf]c[0xd4][0xe1]q[0xee][0xfe]$[0xf1][0xc9][0xa0][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]<>-[0xe2]3[0x1]T[0xe3][0xb3][0xbc]<.[0xe2]sL[0xe6]B!V[0xe2][0xf3]"[0xbe][0x10]@[0x1d][0xdb][0xaa][0xe3]]_[0xc4][0xb8][0x88]'x[0xe3][0x93]Eh[0xc0]S[0x8c][0xf3][0xb4][0x88][0x8b][0x1][0x84]1[0xc1]P[0x93][0x1]\[0xc2][0x94][0x88]g[0xf8]sZ[0xc4][0x97]X[0xf8],[0xab]][0xe6][0xe5][0xcb]L[0xe6][0x8a][0x80]Eq[0xc3]PF4yX@I[0xef][0xa1][0xf8][0x91]x4e*j[0xb4]W1[0xcc]6[0x1][0x85][0xfd][0xf4]][0xdc]L[0xe9][0xb2][0x80][0x1d][0xb3][0xbe]n[0xef]M[0xe8]#[0xd1]C)M1[0xa3][0xf2][0xb1][0xa4][0xac]+[0xa3][0xb2]f[0xc6][0xd5][0xa8]yPN[0xe8][0x8a]lDw%L[0x92](q[0xb5][0xd3][0xb2][0xc1]_[0xb7]u[0x10]j [0xa5]e[0xac]v_?l\[0x8f][0x8f][0xca][0xa6][0xac][0xbb][0xe4],[0xd4][0xfc]!5~[0xfc][0xb8][0x80][0xd5][0x1e][0x0]=[0xa5]i[0xb2]nDG[0x13][0xc3][0xb2][0x1a][0xdd]#[0x1b]f[0x97]J[0xa6]I[0xbb][0xa0]]![0x85][0xe][0xb2][0x1f][0x9a][0xed][0xf6][0x9c][0xf7][0xf9][0xf1][0xd6][0xee][0x15][0xe0][0xef]"[0xa1][0x80]`[0xaf][0xa2][0xc9]}[0xa9][0xd1]AY[0xdf][0x13][0x1f]TIR[0xda][0x9b][0x18][0x8a][0xab]{[0xe3][0xba][0xc2][0xef][0x8e][0xd0]o[0x1e]T[0xc][0x1]-[0xf3]z[0xab]h[0xe4][0xa9]F[0x92]L[0x10][0x99][0xff][0xd2][0x99][0xa0]c[0xc9]4[0xf0]S[0xb3][0xfd][0xc9]5O[0xaf]L^[0x16][0x18][0xbc][0xc5]qU[0xbd][0xc5]S[0x15])[0xc7][0xb]5[0xae][0x8d]Du[0xf9][0x80]*[0xf][0x99][0xd1][0x98]l[0x1e]L[0xc]/[0x8]2[0xd7][0xb0][0x6]L[0xc2][0xb0][0xed][0x8]X~u[0xe]t4[0xcc][0xb4]5[0xda]e[0xa4]=[0xe6][0x17][0xc5][0xe8]J[0x8c]&U[0x8a][0x84][0x0]_h[0xed]>[0x1][0xc5][0x9a]|[0xcc][0xf4][0xba][0xd7][0x12][0x9a][0x9f]a[0x96]p[0x12][0xb8][0x8d][0xd1]Gx[0x2]FC9[0xa5]6[0xe7][0xe0][0x14][0x18][0x89][0x94]>D^[0xdd][0x94][0x93]]:[0x1b]#[0xb2][0xd9]9d[0xa6][0xb8]p[0xd5][0x14][0x7]kY[0xa8][0xa7]g[0xed]~O[0x9c]w[0xe][0x1e][0xa2]0[0x93][0xae][0xa0][0xd0]_[0xf][0x1d]k[0xc3][0x8c][0xeb][0xe4][0xac][0xdf]0[0x13]I[0xe2]p[0xc4][0xd9]Y[0x96]uW`[0xfb][0xb1]!9i*[0x9][0xcd][0x10][0xf1][0x9c][0x80][0xaa]d[0x9a][0x88][0xd1][0x9d][0xd0][0xfb]f[0xa5][0xa1][0x94][0xd2]0[0xa7][0xe7]5[0xe7][0x96][0x99][0xa2]x&V"[0xbe]&[0xa0]g[0xe]x[0xee][0x1d][0xb3]vD[0xa6]:[0x8f][0x9b][0xb2]'![0xdd]zb[0x94][0xcf]}[0xa7][0x9a][0xd0]d[0xab][0x8f][0xe5][0xc0];[0x8b][0xff][0x85]IVcd[0x1]K<1Nw[0xce][0xf2][0xd9][0xb2][0xf6]0S[0xbc][0xfb][0x15][0xb1][0x9f]{[0x88][0x8a][0xa8][0xb6][0xfa]S[0xc9][0xa4][0xaa][0xc8][0xba][0x0]%G6[0xb][0xdf][0xe4][0x98][0xb2][0xce][0xa4][0xa6]%[0xcc]8[0x17][0xdd]B[0x1a][0xba][0xb]a8[0x18][0xc3][[0xc7][0xda]D|][0xc0][0xca][0xc1][0x94][0xa2][0xe][0xcf]1[0xc1][0x89]v[0x1a]MwhNBr[0xe3]\[0x9c]L[0xb]9[0xd1][0x84]\[0xba]?K[0xaa][0x8b][0x86][0xe8][0x1c][0x99]zj[0xc8]LPLWfi[0x87]][0x19][0x5][0xd2][0xf7][0xc7]u[0xbd][0x9e][0xaa]u[0xff][0xfc][0x9a][0xaa][0xac][0x91]f[0x9e]B[0x8b]oH%[0x2][0xe5][0x86][0xc3][0xce][0xa3]H[0xe2][0x8a]9[0xbc][0xec]r[0xab][0xbb][0xb6][0x9][i[0xc7][0x9c][0xbd][0x8d]9D[0x8b][0x91]V[0xcf][0xe3][0x92]m[0xef][0xae]9[0xe9][0xc9][0xd1]`nI]FG[0xc0][0xc3][0xa9]S[0x1f]IY[0x9d][0x82][0xa2][0x18][0xca][0xde]dKi[0x87]=[0xd1]<[0xca]V[0x97]VU[0x8f][0xa4]z&[0xb0]k[0xbb]+[0x91][0xd2]Lk[0xc8]Q[0xa3][0xae][0x1c][0xba][0xba][0x6][0xdb]I[0xe3][0xf5][0x9b][0xba][0xa2][0x8d][0x10][0xea][0xd2][0xd0][0xbe][0xec][0xac]D-[0xa5][0xaa][0xc6][0xce];h[0x0][0xd0][0xf0][0xc][0xf4][S[0xa7][[0xe1][0xdb]M[0x89][0xa7][0x1][0xae][0xe3][0xad][0x12][0xb6][0xe0]y[0x9][0x9b][0xd1]"[0xe1]&^[0xda][0xd0].[0xe1][0x1b][0xf8][0xa6][0x84][0x9b][0xf1]-^^[0x10][0xf1]m[0x9][0xdf][0xc1]w[0xa9][0xb5][0xe7]2[0xf8]h[0xd4]dzT[0xa7][0xae][0xc7][0xc7][0xb8]Q[0xb1][0xdd][0xe][0x9][0xdf][0xc3];%|[0x1f]?[0x10][0xb0][0xf1][0xfa][0xfb][\r]c[0xfc]P[0xc2][0x8f][0xf0]c[0x9]?[0xc1]O[0xc9][0xbb][0xd9][0xc1][0x10]pc[0xe][0xfd]P[0xc2][0xcf][0xf0]s[0x9]}[0xd8])[0xe1][0x10][0xee][0x90][0xf0][0xb][0x90][0xad]a^~[0x89][0x17]E[0xfc]J[0xc2][0xaf][0x11][0xa3]1[0xbe][0xe0]pl[0xd7]R[0xa3][0xe9]Bc[0xd6][0xbf][0xa1][0xd1][0x90][0xe1][0xba]5[0x91]P[0xe5][0xb8]&[0xe1][0xb7][0xec][0xc9][0xef]0"`[0xd3][0x82][0xa1][0x9d][0xcd]it[0x11]/I[0xf8]=n_@[0xb2][0xb2]5R[0x9][0xc0][0x1f]%[0xbc][0x8c][0x17]%$@[0xf7][0x85][0xb6][0x85][0xa7]\Uc2_[0xdb][\r][0xaf][0xa7][0x92][0xf0]g[0xfc]E[0xc4]_%[0xfc][\r][0x17][0xb0]j[0xde][0xcb][0xa7][0x84][0xe0][0x9f][0x2]6\[0xf7][0x9][0xe6][0x8d][0x94][0xb6][0x93]\R{p[0x8b][0x84][0xe1][0xdf][0x2]v[0xe7]P[0x0][0xf5]t[0xec][0xd4][0xe1][0xbe][0x84][0xb9][0xc3][0xb9]6X[0xd7]-[0xf7]j$`[0xc5]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf][0xfb]f[0xf9]#[0xbb]'[0xc0]J[0xf6][0x9e][0x83]z[0xe2][0xa8][0xfd]S[0xc3]#[0xf5]l[0xa5]n[0xb0][0xd7]>[0xf1];5u[0xac][0xcb];AV[0xa5][0xaf]D[0xd7][0x98][0xc][0x1b][0xb2][0xdd][0xfc][0xbd]*Y[0xae],Y[0xf7]87u[0xaf][0xba]{zy[0x2][0xce]D[0xa1][0x9b]e|x[0x98]j[0x80][0x1a][0x99][0xf7][0x17]TWBe4[0xf2][0xac][0x8d]o[0xf2]~C9[0xce][0xd7]z[0xf2][0x8e][0xbb]j[0xcf][0xda]l[0xfd][0xeb][0xaa][0x0][0x14][0x17][0x1f]Y[0xe1][0x9d]s[0xf7]1[0xbc]h[0xa4][0x6]m6[0xe5]|1[0x9e][0xeb][0xe9]"2l[0xe5][0x8a]5[0xb2][0x1a][0xf][0xa6]5[0xec][0xb6]I[0xc9][0x13]Ib_[0xe7][0xca]flIO[0xf9][0xe0],[0x11][0x85]B1[0xf8][0xc4][0xb3][0x8d][0xb9][0xf7][\r]r[0xa2]@>Lwx" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xf4][0xef][0x19][0xd8][0xb5][0x9d][0xdc][0xc9][0xe6].}]([0x8f]&[0xcd]1[0xdb][0xa1][0xd2][0x3][0x8a]6[0xbc]M[0x96][0x93][0x9d][0x9e][0xdb]Rs[0xb6][0xfb]LF[0x92][0xb9]XE3[0xbb][0xf8][0xa7][0xfe][0x11];[0x4][\r][0xa1][0x5][0xfe][0xbc][0xc][0xce][0x1c]`D[0xad]n[0xe6]D[0xcc]^[0x8b]5[0xd7]T[0xa0][0x1e]H[0xb0][0xbb]f][0xa4][0xca]g[0x2][0xbb]W)M>[0xda]C[[0xe3][0x1a][0xff][0x80]Z[0x13][0xca]2[0xf8][0xb2][0xa6][0xb3][0x98]Ll[0x93][0x8d]!]q[0x8e][0xd7][0xcc][0xb4][0xdb][0xc3][0xb4][\r][0xab]P[0x88]2[0x0]>[0x94][0xf2][0x18][0x84][0x80]W[0xd3][[0x1e]6[0xd1][0xfb]f[0xcf]{+[0xbd][0xd3][0x84][0xa4][0xe7] [0xbd][0xd1][0x8][0xa3][0xf5]5[0xf4]v/}[0xfa][0xe9][0xb3]<<[0x9]![0x1c][0xb9][0x88][0xbc]p[0xe3]E[0xf8][0xc2]M[0x17][0xe1][0xc2][0xc2]}-[0xad]K[0x91]Ok[\r]i[0xae][0x0][0xff]S[0xaa][0x18][0xb5]du[0x15]:I[0x1a][0xb6][0xf7]c+[0xba][0x0][0xeb][0xc9][0xe6][0xc1]O[0xcc] [0xcf]zb[0xdb]>l[0xb3][0xb0][0xf2][0x1c][0xad]M[0xae]V+[0xc9]l[0x9e][0xdb][0x9][0xbf][0x1b];[0xe8][0x1b]fw[0x17][0xd9][0xf5][0xd1]g}[0xe3][0x4][0xf2]/[0xa1] [0x16][0x9]_[0x82]8[0x85]Ey[0xb8]u[0x1a][0x85][0x3][0xd3][0x8][0xc]L[0xa2]([0xd2]8[0x9]i[0xdc]e[l[0xed][0x9]c[0x11]"[0xc4][0xb2][0xc9]bYk[0xe3][0xe0]u[0xe8][0xb1]X[0xd6][0xe3][0xf5][0xc4][0x88][0xce][0x15][0xaa][0xe9][0xaa][0xc0],[0x99][0x9b][0xe4]J[0x98][0x91][0x80]^[0xc4][0x1c]&[0xac][0xcb]lK[0xc3]O#o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0x5][0x9c][0x85][0xe8]?[0xf][0xbf][0xef][0x82][0xc5][0x9b][0xed][0x16]X[0x1a][0x1b]-{[0x92][0xad][0xed]DE[0xe0][0x99][0xec] m[0xb2][0x90][0x89]%#[0xf9][0xa6]P[0x9c][0x87]+[0x8][0x8e][0xcf]Bi[0xf1][0xa0][0x14][0xbb]([0xbb][0xf0][0x6][0x7][0xe5][0x14][0xe9][0xb1]G[0xcd][0x1c][0x2]B[0xf2]M[0xa2]$[0x16]i[0x9c][0xc2][0x12]'4[0x11][0x86][0xf7][0xbb]l[0xa7]P[0xea][0x3][0xbd][0xf9][0xb3]D[0xaa][0x95][0xec][0xb4]S[0x1e]:<[0x91]jv[0xf3][0xd9][0x8c][0xdd][0xe8]'[0xab][0x12]BVf3[0x91][0xb2]%[0xb6]?4[0xb7][0x9c][0x8a]z[0x90][0xea][0x81][0xab]%Z]5[0xfc],[0xca][0xfa][0xaa]Z[0xfc][0x15][0xfe][0xea]s[0xa8]m[0xaa][0xf0]W[\r]3[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbf][0xe3]u[0xf9][0x4]*[0xfa]O[0xfa][0x85][0xf3][0xff]{[0xa9])[0x13][0x0][0xbb][0xd8][0xb6]A[0xa4]b([0xa1]bXC[0x9f]M[0x94][0xb8]N[0x8b]L>[0x2]X[0x8d][0xbd][0xb8][0xd5]*[0xbb][0xa8]K3[0x8a][0xdb]H&XO[0x3][0xf4][0x94]G[0xfb]C[0xd8][0x87][0xfd][0xe4][0xce][0x1b]I[0xea][0xa7][0xef][0xde]Do[0xc6][0xed]$a[0xa2]'H[0x87]][0xad][\r]O`io[0x98]jh[0x19][0x95][0xd9][\r][0xb1][0x88][0x93][0xde]B[0x16]U[0xc6]"[0x99]p[0xd9][0xcc]b[0xb4][0xf6][0xd1]1[0xda][0x85][0x1b]([0x1d]+[0xc8][0xf5]L[0xd8]j[0x1d]>[0xf9][0xa8][0xa2][0xb2]~[0xb][0xd9][0xb]b[0x9][0xe2]3[0xc2]fK8li^[0x83]N[0xf1][0xf][0xd1][0x1f][0xdd][0xd6][0x9c]@>F[0x88][0x8c][0xb9][0x85]X-[0x8f]E&Pu[0x6]%[0xd3][0xa8][0x1e][0x88]L[0xa2][0x86]d+[0xc6]#eX9[0x81][0xda][0xb3]X[0x1c]y[0x12][0xab][0xe8][0xe9][0xc][0x82][0xd3][0xa8][0xa3]#[0xb1][0x9a][0xbe][0xaf][0x1f][0xbf][0x84]We[0xc8]/[0xa7][0x8a][0x1][0x5])[0x9f][0x82]"QX*[0xc9]|[0x13][0x85]d3[0x5]$[0xe3][0xc0][0x16]7[0xa0][[0x1c][0x7][0xf2][0x89][0xea][0x1][0x8c]x[0x1c][0xb0]%[0x7][0xdd]3[0xab][0xd0][0x1f]]7[0x1d][0xda]I[0x87]vCc[0x19][0x1a]&[0xb0][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]b[0x91][0xe7][0xa9][0xdc])[0xae]![0x1][0x93]X;>[0x8d][0xf0][0x80]][0x8b][0x8d][0x99][0xb4][0x97]Z[0x9][0x95]QD[0xc8]A[0xc2]\N[0x88][0x19]^[\r].[0xaf][0x6][0x87]W[0x11][0x85]X[0xc5][0xa8]'[0x8c][0x1a]=',[0xfb][0xc4]C(![0x9e][0x8b][0xd8]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "E$[0x16][0xe9]k[0xba][0xdc][0xe2][0xf7][0xb5][0xe4]W[0xe4]W[0xf8][0xcf][0xa1][0xa3][0xa9]"ckAe[0xc1][0x4][0x9a]Z[0xc5]J[0xf1][0xb2][0xff]Q[0xd4]W[0x8a][0xbe][0x8d]eXg[0xc5]qYe[0x81][0x9f][0xaa]w[0xc0][0xc7]<[0xfb]'[0x10][0xbd][0x82][0xf5][0xe3]'[0xf3][0xa9]T[0x9f]#[0xbc][\r][0xfc][0xe6]Fv[0x5][0x95][0x1a]p[0x98][0xec][0x19][0xc4][0xc9]D[0x1d]R[0x94][0xf0][0xa3][0xd4]a[0xc]*[0x92];-/v[0x13][0x97]:*[0xc8][0xc3][0xd0]I[0xbb][0x8a][0x8a][0xd4] [0xcd][0x2]z[0xee]![0xed]#[0x84]TDe~[0xd4]*k>[0xef][0xc7][0xe8])[0xdf][0xca]W[0xda][0xef][0xdb]0FY[0xe0][0xe8][0xf7][0xe3]8[0xed][0xb0][0xf3][0xc1][0xdd][0xd7][0xc6][0xbd][0xd3][0xc5][0xbd][0xcb][0xc9][0xf4][0x18][0xee]v[0xf5][0xdf]:#Nv[0xde][0xee][0xa1][0xe7][0x13]x[0x9b][0x93][0xb7]f[0xe2][0xc0][0xc7]'[0x10][0xf6][0xd1],[0xd8]8[0x81][0x1b]g[0xf7][0xa4][0x13][0x9e][0x9e][0x14]pxy[0x8f][0xd6][0xdb]][0xac]v[0x7][0xab]4[0xcc]P|[0xe6][0xad]3[0x95][0x5][0xf3]d[0x96]n[0xe9][0xc5]|[0x87][0x8b][0xb9][0xd9][0xc1][0xc][0x86]}[0xd7][0x2][0xbc][0xd7][0x3][0x18][0x9c][0x3][0x98][0xc7][0xb7]l[0xa7][0x85][0xaa][0xf4][0xc9][0xa5]U[0xce])[0xb6][0xe7]Ko[0xa3][0x5][0xbb][0xa5][0xfa][0xc2][0xac][0x16]y[0x8a][0xd2]s?[0x11]|[0xc0]S[0x92][0xe9][0x91]WD#[0xeb]fk[0xe4][0x95][0x12][0xfe][0xbb][0xac][0xde][0x93]>*[0xf6]w[0xad][0xd6][0xf0]x[0xb7]5l[0xed][0xa1][0xeb][0xb7][0x8a]}[0xbd][0xeb][0x8][0x95]Z[0xcc][0xd7]Q[0x13][0xb9]|[0xe][0xd5][0x91][0x1a][0x16][0xd7]dzds[0xff]I[0x1f][0x15][0xde][0xcb][0x91][0xd9]=[0xf2]!,[0xc6]iT[0xe0]a*[0x80][0xd3]X[0x87]G[0xdc][0x81][0x1c][0xa4]![0xcd]=[0x92]y[0xae]wKh=[0xde][0x83][0xf7][0x12][0x93][0xc5][0xd4]A[0xb9]3[0xe6][0xcd][0x88][0xcc][0xfb],[0xf4]S[0xf8][0xaa][0x95]^[0x96][0x95][0xe3]+([0xfc]?PK[0x7][0x8][0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/experimental/theories/internal/BooleanSupplier.class[0xad]S]k[0x13]A[0x14]=[0x93]M[0xb2][0xe9][0xba][0xb6]5[0xd6][0xf8]m[[0xb5][0xba][0xa9][0xe2]R[0xf4]AL)T[0xa1]O[0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[[0x2][0xb5]O[0x93]8[0xd9]N[0x98][0xec][0x86][0xd9][0xd9][0xa2][0xf][0xfe]'}[0xb2][0x8][0xfa][0x3][0xfc]Q[0xe2][0x9d]M[0xac]![0x8][0x95]`[0x8]s[0xef][0x9c][0xb9]s[0xee]p[0xce][0xdd][0x1f]?[0xbf]~[0x7][0xb0][0x85][0xc7][0x1e][0x16]p[0xdd][0xc5][0x8d][0x1a]nz[0xb8][0x85][0xdb][0x1e]J[0xb8]S[0xc3][0xaa][0x87]5[0xac][0xbb][0xb8][0xeb][0xe2][0x1e]Cu[&[0xd2][0xec]08A[0xb3][0xc3]P~[0x95][0xbe][0x13][0xc]Km[0x99][0x88][0xd7][0xf9][0xb0]+[0xf4][0x1][0xef]*B[0xea][0xed][0xb4][0xc7]U[0x87]ki[0xf7][0x13][0xb0]l[0x8e]e[0xc6][0xf0][0xa2][0x9d][0xea]8[0x1c][0xe4]D[0x14][0x8a][0xf7]#[0xa1][0xe5]P$[0x86][0xab][0xd0][0x1c][0x8b]TK[0x91][0x85]21B'[0x84][0xbc]LS%x[0x12][0xe5][0xa3][0x91][0x92]B[0xb7][0xa8]U,L[0x87][0xab]\Di[0xae]{[0x82][0xe8][0xf6][0x82]s[0xf9][0xde]p[0xcd][0x87][0x82]8#[0x19]'[0xdc][0xe4]Z[0xb4][0x9a][0xed][0x1]?[0xe1]an[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]23D[0xed]d2fx6[0xf][0x1b][0xc3][0xc2][0xd9][0x86][0xe1][0xe3]y[0xd1][0xf6][0xf9]$[0xa9]!Dr[0xb5][0x9b][0xd1][0xd3][0x13]{[0xdc][0xda][0xa1][0xb7]xcm[0xf6][0xa4][0x15]}eF[0xc3]'[0xb6][0x8b][0xf][0xf][0x17][0x18][0x9e][0xce][0xd1][0xc1][0xda][0xa8]s[0xe1][0xe2][0xbe][0x8f][\r]<[0xf0][0xf1][0x10][0x1]C[0xa5][0xcf]UF`[0xd3][0xc7]&[0x1e]1<[0x9f][0xd7]b[0x86][0xad][0xd7][0xee][0xec][0xce][0xa5]B:[0xc5][0x93][0xf8]7[0x1f][0x83]{b[0xc7]d[0xbf][0xcf][0xd0][0x8][0xde]N[0xc4][0x9d][0xae] [0xa1]j[0xfd]T[0x17][0xc3][0xc4]p[0x14]LUDF[0xcb]$nM![0xfb][0xdd][0x81][0xe8][0x19][0xf2]h[0x1e]O[0x18][0x96][0xff]X[0xbb][0xab]5[0xff]@c[[0xe5][0x99]u[0x99]a#8[0xfa][[0xa3][0x99][0xf1][0xc4]:j[0xf4][0x81][0xda]_[0x9][0xcc][0xda]G[0xab]O[0xbb][0x90]"[0xa3]X[0xd9][0xfc][0x2][0xf6][0xb9]8[0xbe]Hk[0xb5][0x0]=,[0xd2][0xea][0x8f][0xb][0xb0][0x84]e[0x8a][0xa4][0x16][0xea]Te/[0x1f][0x10]Z[0xa2][0xb8]V[0xf9][0x86][0xd2][0xa1]Sw[0xca][0xa7][0xa0]%:,[0xd7][0xab][0xce]$?[0x85][0xfb]i[0x86]w[0xb1][0xe0]m[0x8c][0xef]Nxmv[0x19]+t~[0xa5][0xa8]nPv[0xb5][0xc8][0xae][0xfd][0x2]PK[0x7][0x8][0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/experimental/theories/internal/EnumSupplier.class[0xad]T[0xdb]N[0x13]Q[0x14]][0xd3]N;0T[0xee][0x5][0x8b]wEm[0xcb][0xa5][0x82]\[0x14][0x10][0xb9]([0xc6][0xa4][0xa2][0x11][0x82][0x17][0x9e][0xe]p,[0x87][0xc]3d:%[0xf2][0xe0][0x9b]_[0xe2][0x8b][0xaf][0x9a]x7[0xf1][0x3][0xfc][0x2][0x9f][0xfc][0x14]u[0x9d][0xe][0xa9]@I0[0x8d][0xf]3[0xfb][0x9c][0xb5][0xcf]^{[0xed]}[0xf6][0xcc][0xf7]__[0xbe][0x1][0x18][0xc0]-[0x1b]6[0xb2][0xf5][0xa8]G[0x8f][0x8d]^[0xf4]Y[0xe8][0xb7]a"k#[0x87]+6[0xf][0xc]6[0xe0]*[0x86],[0xc][[0x18]1P'[0xdd][0xd2][0xe6][0xe2][0xce][0x96]4[0xd0][0x92][0xdf][0x10][0xdb]"[0xe7][0x8][0xb7][0x90][0x9b]uD[0xb1]8n[0xa0]~A[0x15]\[0x11][0x94]|[0xfa][0xdb][0xf][0xfa]'[0xb2][0x93]<[0x12][0x9f]P[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0xe9]OW[0x11]d[0x96][0xc][0x98][0xb3][0xde][0x1a][0xa3][0x9b][0xf2][0xca][0x95][0xf3][0xa5][0xcd][0x15][0xe9]/[0x8a][0x15][0x87]Hk[0xde][[0x15][0xce][0x92][0xf0][0x95][0xde][0xef][0x82]f[0xb0][0xae][0x8a][0x6]F[0xf3][0x9e]_[0xc8]m[0x94][0xc8][0x9c][0x93][0xcf][0xb7][0xa4][0xaf]6[0xa5][0x1b][0x8]'[0x17][0xac]K[0xcf]W[0xb2][0x98]Sn }[0x97][0xc8]m[0x16][0xb0]P[0xda][0xda]r[0x94][0xf4])[0xa7]c?++[0xdb]e[0xee][0xac][0x92][0xa7][0xf5]k[0x85]M[0x5][0x19],[0x9][0xa7]$[0x17][0xbc][0x92][0xbf]*[0x99]~.}d[0xfe][0x7][0xc2][0x17][0x9b][0x92][0x1a]*[0x1d][0x1a][0xcf][0x84][0x9]J[0x81]rryU[0xc][0xa8]&[0xb6][0xad]yu[0xad]s[0xdf]_[0xd9][0x90][0xab][0xda]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdf][0xef]6[0xd0][0xb6]|[0xa8][0xd3][0x91].[0x9d][0xc6]][0x3][0x11][0xc5]E[0xb4][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0x86]j[0xd1]e[0xc0][0xd6][0xb7]\.[0x91][0xc5]5[0xb0]t[0xfa]t w[0xcd][0xd5][0xa2][0xef][0x1c][0x80]&[0x8e]N[0xea][0x5]D[0x94]p[0xa6]+[0xd4][0xe3]z6^[0xfc][0x97]>[0xd6][0x9e][0xdf][0xe]otN[0xe9][0x1]h[0xd9];)[0xfd]:E[0x2]M[0x18]M[0xa0][0x1][0x9][0xb][0xd7][0x12][0xb8][0x8e]1[0xde][0xc6][0xdf][0xdc][0xd3][0xbe]/v[0xb4][0x0][0xb][0xe3][0x9]L[0xe0][0x86][0x85][0xc9][0x4]nb[0xca][0xc2]t[0x2]3[0x98]50\[0xd3][0x98][0x1a][0x18][0xf8][0xf7][0xb6]Tb[0xa2][0xe9][0xf2][0xb0][0x1e][0x18]b[0xde] [0xc7]W[0xb3][0xcf]zn1[0x10][0xe5]KM[0xa6]3[0x87][0xe]U[0xf3]A[0x8c]?[0x80][0xc0][[0x8]|[0xe5][0x16][0xf4][0x7][0x9c][0xd9][0x13][0x14][0xa2][0xc][0xba]ZC[0xf7][0xc9][0xfb][0xcc][0xf3][0x97][0xc2][0xe1]_NW[0xd3]V[0xab][0xcb][0xd4]t[0xcb][0x6][0x1a][0xf7][0xf][0xb][0xfb]$[0xd6][0xd6]t[0xb][0xe]I[0xf1][0x14][0xe7][0xf8]c[0xb4][0xf9][0xa3][0xe4]W[0xa5][0xef][0x9d][0xf6][0x18]w[0x11]4[0xf2]as[0xd1]L[0xdb]B[0xe4]1m[0x84][0xd6][0xce]~[0x84][0x91][0xed]y[0x8f][0xc8][[0xee][0xa2]h[0xe5][0xbb][0x91]V[0xbf]M[0x9e][0xaf]gD[0x1b]w[0x1d][0xe1]i[0xb4]#[0x9][0x94]W!{[0x7][0xd7][0xda][0x86]Hc%_'W[0xc7][0x91][0xda][0xcd][0xf6][0x83][0x8c]u[0xb4]3[0xd9]w[0x88]|@[0xf4][0xde]W[0x98]O>"6[0xdf];f[0xa6][0xcc]o#[0xb1][0xe8]H<[0x19]O[0xc6]^[0xe1]\[0xca]L[0xc6][0x7][0xc7][0xac][0xbe][0x94][0xf5][0x1][0xf1][0x94][0xf5][0x9][0xd6]g[0xd4]E[0xf0][0xe8]e[0xdc]x[0xfd][0xfb]g[0xdf][0x9b][0x8a][0xca].[0xc4][0xf9]n'o[0x7]5v"[0xc3]|c[0xb4]S8QV[0xfc][0x90][0x9e][0xc][0xb3]wqo[0x11][0xe9][0xc3]I[0x9c]bM[0xc7][0x91][0xc6]i[0x9c]A[0x8c][0xf8]E[0x9c][0xe5]J[0xf3][0xcc]T*[0x9b]a[0xf][0xcf]S}[0x1d][0xd9].0"B[0xf6]At[0xf3]l[0xb4]Rm[0x88]\"[0x12]V{[0x99]X[0xba][0xbc][0xca][0xfc][0x1]PK[0x7][0x8][0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.class[0xad]VKW#U[0x10][0xfe].[0x9][0xe9]$4[0x8f][0x9][0xef][0xc1]GPa[0x92][0x10][0xc8]8[0x83][0x8f][0x99]0h[0x86][0x87]2[0x86][0x87][0x86][0x1][0x1]G[0xed][0x90]K[0xd2][0xb1][0xd3][0x1d][0xba];[0xc][0xb8]s[0xe9]O[0xe0][0x17][0xcc]f[0x16][0xb8][0xc9]d[0xf4][0xe8]9n[0xdd][0xb8][0xf3][0xe7][0xa8]u[0xbb]Cx5[0x9e]Y[0x98][0xc5]}T[0xdd][0xfb][0xd5]Wu[0xab][0xaa][0xf3][0xc7][0xdf]?[0xff][0x6][0xe0]][0x1c][0x5][0xf1][0xa9][0x84][0xa5] [0x1e][0x85][0x11][0xc4]gad[0xb1][0x1c][0xc6]M[0xac][0x88][0xed][0xaa][0x84]51[0x1e]F[0x9b][0x18][0xb2][0xf8]B[0xc][0xb9]0[0xd6][0xf1]X(6$l[0x86][0xd1][0x8d]/;[0xb0][0x85][0xed][0xe][0xec][0xe0]+1<[0x11][0xba][0xaf][0x85][0xe2][0x1b]187[0xbf][0x95][0xa0][0x4][0x91][0x97][0xb0][0xcb][0xd0]cqSU[0xb4][\r]nZ[0xaa][0xa1]?^[0x9a]g`[0x8f][0x18]:[0xe7][0xc][0xdd][0xb2][0x15][0xdd][0xde]P[0xb4][0x1a]o[0x87][0xfb]c[0xc][0x81][0x19]UW[0xed]Y[0x86][0x7][0xb1]lY9PR[0x9a][0xa2][0x17]S[0xeb]%[0xd3]x[0xaa][0xe4]5[0x9e]>'[0xcc][0xd9][0xa6][0xaa][0x17][0xd3];[0xe7]D[0xab][0xf9]2[0xdf][0xb5][0xd3][0xf1][\r][0x6][0xff][0x9c]Q[0xe0][0xc][0xdd]YU[0xe7]+[0xb5]J[0x9e][0x9b][0xeb][0x2][0x80]![0x92]5v[0x89][0x90]B[0xb4]h[0xdf][0x14][0xfa][0xed][0x92]j1,f[\r][0xb3][0x98]*[0xd7][0x88]B[0x8a][0x1f]V[0x89]z[0x85][0xeb][0xb6][0xa2][0xa5][0xec][0x12]7L[0x95][)U[0xb7][0xb9][0xa9][0x93]dM1[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x8d][0xfa]=/d,r[0xd3]&[0x7][0x17]L[0xd3]0[0xd3]d[0xd6]V[0xcc]"[0xb7][0x17][0xe]wyU[0xc8][0x19][0xfa]=[0xdd]a[0x8][0x13]H[0xc9]([0xac][0x10][0x98][0xe0]v[0xc5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "IU[0x98]"v[0xbd][0x1e][0xae][0x92][0x9a][0xef][0xd7][0x14][0x8d][0xd4][0xfd]1[0x8f]Hl3[0xf8][0x8c]|[0xf9]"t[0xeb]n[0xb0][0xa4]X%7P[0xbe]X|[0x89][0xe2]P6T"{/[0xf6]jq[0xf6][0xa2][0x1b]*pM[0xad][0xa8][0x14][0x19][0x86][0x19][0xf][0x1c]WR[0xb3]U-5gh[0x1a][0xe1]P|[0xbc][0xa1][0xfc]:?[0xb4][0xc9][0xc3][0x3][0x91]$[0xe4][0xe1][0x80][0xf7]][0x86]6+[0xcf]0|[0x5][0xe2]aM[0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xbc][0x87][0xdf][0xe5][0xd3]w[0xe]`[0x89]$[0x8a][0xed][0xbc][0xd6][0xc0][0xc5][0x94]8[0xaa][0x9e][0xa6]E[0xc2][0xd3][0xe0][0xcc][0xd5]H[0xcc][0x12]J[0xcc][0x3][0xfc][0x9a][0xa3][0xa1][0x9c]Z[0xd4][0x15][0xbb]f[0x92][0x8d][0xb5]W[0x8d][0x91]'[0x96]g[0xdc]:-g[0xe5][0xd4][0xd6][0xea][0x1e][0xc3][0xb8]Wfx]d[0xc4]'[0x9c]3j[0xe6]._TE[0x0][0xa2][0xff][0x91][0xe6]S[0x2][0x80]^g[0xcc][0x8a][0x8d]Yq*[0xf5][0xcb]6[0xe8]][0x92]Q[0x19]w1-[0xa1] [0x83]cZF[0x14]{2[0x8a](1[0xcc][0xff][0x1f][0xa5]&CEY[0xc6]$[0xa6]d[0xea]pw$|'CCE[0x18]}[0x9f]a[0xf0][0x9a][0x84][0x10]4t[0x9][0x86][0x8c]*[0xf6]%[0xd0][0xde][0x82]-[0xe3][0x3][0xd4]d[0xcc]a^[0xc6][0x1][0x9e][0xca]8[0x4]5[0xab]^[0x8f][0xaa]e[0xb8][0xb1]c[0x1b].btO[0xa1]@[0x15][0x9e]0[0xc][0x9d][0x9d][0xbc][0xc8][0xf1]Bd[0xdc][[0x14][0xb5]=[0xc3][0xac]([0xf6]5UK[0xfd]+$[0xfa][0xe0][0x9c]R[0xb3][0xc8]\[0xd2][0xbb][0x17][0xc6][0xaf]i)[0xc1]Sr[0x94][0xf0]1[0xcf]w[0xee]9[0xcb][0xaf][0x8c]i*GT[[0x1][0xc5][0xca][0xaa][0x16][0x11][0x1a][0x8b]]_[0xe9][0xce][\r]q,[0xed]4[0xc][0xa2][0xd9][0xe7][0x95][0xa9]DAm[0x16][0x0][0x15]W,[0xee]]u[0x91][0xab]R[0x6][0x89]:[0xd2][0x8a]S[0xf5][0x84][0xbf]}[0xd9][0x81][0xb3][0xa6][0xa7]T[0xab]\/0LzT[0xcf]U[0x97][0xcf][0x1a][0x81]t[0xe0][0x16][0x5]F[0xe9][0xbb]uS|sh[0x1c][0xc1]k4[0xbf]N[0xbb]6[0xbc][0x81][0x0]~[0xa0][0xfc][0x18]%[0xc9][$[0xd9][0x87][0x4]?[0xcd][0xa3][0x89][0x8]k[0xff][0x15]m[[0xbe]dn[0xcb][0x1f][0xf1]M6[0xe0][0xcf]5[0xd0][0xfe][0x2][0x81][0xc4]D[0x1d][0xd2][0xe6]O[0xce][0xf5][0xb7]i[0xec][0x82][0x8f]F[0x99][0x80];[0x9][0xa8][0xb][0xef][0xd0].[0xe1][0x82]`[0xc][0xe3][0xce][0xa7]n[0x14][0xb7][0x10]#[0x13]b[0x15]'m[0x9b][0xb3][0x9a]@[0x92][0xee]2[0x91][0xcf]M[0xf3][0xab][0xa4][0x11][0xba][0x91][0x89][0xdf][0x11][0x82][0xfb]x[0x10]E[0x10][0xf]U[0xa4]#[0x8]c*[0x8a][0xc][0xa6][0xa3][0x98][0xc1]#[0xd9][0xcc][0xaa][0xc8][0xaa][0x98][0x8b] *[0xc3]4<[0x8e]`[0x1e][0xb]Q[0xfc][0x80]'[0xb2]y*q[0x16]U[0xfc][0x18]EL[0xae][0x9d][0xc1]3[0x15]?E[0xd0][0x8d][0x7]r[0xf0][0xb3][0x8a]_T[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xa3][0xa6]m[0xfa]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x13]i[0xc7][0xcd][0xeb][0xab]%[0xe]u[0xb7]d[0xdb][0xc2][0xf5][0xf4][0xa2][0xb3],,}Nx[0xfe][0x84]ex^*9[0xaf] 4[0xc1]I[0x5]'[0xd3][0xa6]-2[0xa5][0xe2][0x92]p[0xe7][0x8c]%[0x8b]3[0x9d]i'gX[0xf3][0x86]k[0xca]qm2[0xe4][0x17]LO[0xc1][0xbd][0x6]p[0xf1]rM[0xb8]fQ[0xd8][0xbe]a[0xe9]~A8[0xae])<[0xdd][0xb4]}[0xe1][0xda][0x9c][0xc9][0xae][0x89][0x9c][0xb9]b[0xe6][0xee][0x1a][0xbe]1[0xe3]p[0xda][0xcb][0x96][0xd6][0xd6],S[0xb8])[0x5]m[0xfe][0x16][0x17][0x5][0x17][0xe]@XAO^[0xf8]Y[0xd3][0xce][[0xa2][0xe]8i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0x99][0x0][0xe9][0xc4][0xbe][0xac]f[0xc][0xd7]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xcb][0x9a]y[0xdb][0xf0]K[0xae]H%[0xd3][0xab][0xc6][0xba][0xa1][0x97]|[0xd3][0xd2]'[0x1c][0xcb][0x12]9[0xdf]tlf[0x8a][0xac]H[0xdc][0xc][0xe3][0x89][0x1d][[0xac][0x86]Y[0x86][0x9d][0xd7][0xb3][0xbe]K[0x6][0xc]i[0xa9][0x84]([0x88]7,[0xba]bEb[0xe8][0x15]V[0x8c][0x9][0x98][0x17][0x15]t5$[0xb9][0xcf][0xf4][0x86][0xef]H[0xf9]A[0xcf][0xcc]+[0xb8]~[0x14][0xda][0xdc][0xea][0x95][0x9a][0xee][0xee][0xbd][0x14][0xb4][0xbb][0xe2]E[0x89][0xde][0x89][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][0xa3]M4[0x9c][0xae][0xc2],[0x98]~a[0xca][0xf0]s[0x5][0xce][0xd6]4w4[0xe0][0xa6]M[0xcf]O[0xc9]T;j[0xe2][0xd5][0xda]V][0xc]7[0xe5]0[0xba][0xa7]/c[0x4][0x1b]x[0x7][0xff][0xfd][0xd1]mu[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xc7][0xb8][0xd3][0xef][0xcf][0x1a]c[0xb9]mW[0xee]V[0xa5][0xc5]w[0x17][0xe1][0x94][0xf0][0xb][0x8e]\[0x8b][0x16]+[0xbd][0x9a][0x87][0xe1][0xea]HAr[0xcf][0xea][0x9e][0x94]D7[0x1c][0xf7]y[0x15][0x82]I[0xd5][0xe2][0x16]XO[0xad][0xd7]dw[0xc6][0xf7]Ps[0xd0]4R]j[0xd7][0xe][0x1c][0xe6][0xe9][0x8d]c[0xdd][0x85][0xc3]d[0xee][0xda][0xb1]+u[0xeb]#Y[0xa7][0xe4][0xe6][0xc4][0xa4])+[0xf2][0xfc][0xde][0x7][0xcf][0x90]d[0xa0][0xe1],>[0xd5]p[0x11][0x97][0x14][0xc][0xed][0xa7]c[0xd2]u[0x8a][0xdb]8*[0x96]4[0xe4][0xb0][0xac]A`[0x85]5[0xb2]-h[0xdc]u[0x8d]W[0xd2]I[0x89][0x9e]WQ[0xd0]`bU[0xc5]s[\r][0x16][0x8a][0x1a]l8|[0xe3][0xf6](8[0x16][0xc9]~<[0xea][0x1c]d[0xea]5[0x15]/4[0xb8] [0x1f][0x8e]KX[0xd7][0xb0]![0x9b][0x9b]RR[0xff][0x81][0xa1]<[\r]#[0xf2][0x89][0xbe][0x3][0xee][0x80][0x86][0x9][0x19]>q[0xc]7[0x0]+[0xf0][0xc0]([0xe3][0x96]5%[0xe4][0xf5][0xd4][0xf0][0xf4][0xd5][0xc3][0xd7][0x1f]OE[0x16][0xcf][0xb8]m;[0xbe]![0xb][0x8f][0xc7]o[0xa2][0xe1][0x4][0xa8][0xdd][0x8b][\r]3F=T[0xdf]~J[0x9e][0xfd][0xeb][0x86]U"\W"[0xd9][0xec]X[\r]&[0xe4][0xe5][0xda][0xd5][0xac][0xd6][0x15][0xb4][0x9a][0xb5];[0x80]'j"[0xd9][0xfc]n[0xe8][0xdc]=[0xcb][0x93][0xa1]`x[0x19][0xf1][0xd2][0xaf][0xe0]?[0xe5]ulW[0x6];9L/[0xad]2[0x11]!N%[0x92]M[0xaf][0xad][0x8e]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x9e]S[0x86]'[0xcb]V[0xc1][0xa5][0xc4][0xe2]n[0xa8][0xe4][0xee][0x9b][0xe0][0xc4][0xce][0x19]j[0xca]9[0xf4][0xde][0xb4]=[0x99][0xb7][0x9][0x4][0xd9][0x6][0x8d][0xe5]e|[0x81]8[0xff][0xb0][0xc8]O[0xb][0x14][0xf9][0xe][0xb2]=[0xc7][0xd1][0x18][0x2][0xfc][0x2][0xe1][0xfe][0x81]7P[0xfe]`/[0x80][0xcf][0xd8]F*[0xb3]1Fw[0xe1]<{[0xdd][0xd5](|N$Tz_[0xe2][0x2]1B[0xf2]U[0xe6][0x1a][0xb1][0x94]8[[0xb9]V[0x94]X[0x81][0xa9][0x81][0x18][0x82][0xaf][0x11][0xda]D[0xb0][0x8c][0x16][0x5][0x99][0xbf][0x10]~[0xf2][0x6][0xea]Hh[0xb0][0x8c]V[0x5]#-[0xf1][0x96]2[0xda][0x14][0xfc][0x8a]Q[0xd9][0x8b]([0xd8]Dt$[0x1c][0xf][0xc7][0xa0][0xbd]F[0xfb]&[0xb4]2N0N[0x8d][0xab]oq[0xf2]r[0x19][0x1d][0x1][0xc6][0xb6][0xc7]C[0xf1]p[0x19][0x9f][0x4][0xb0][0xf0][0xdb][0x9b][0xf1][0xd0][0xef]L[0x18][0xac]P[0xee]E[0x1b][0xdb][0x1e]R[0x8b][0x93][0xee]Y[0xd2]>[0x87][\[0x99]f[0xef][0x19][0x89][0xe7]Iy[0x95]t[0xa5][0x9c]Y[0x12][0x9d]fl/[0xfa][0xa0]2[0xaa][0x1f][0x9]$[0xf9]d[0x1f][0xdf][0xb2]~[0xc]P6e[0xd4][0xc5][0x16]1[0x88][0xcb][0x14][0x1b]&[0xc6][0x10]t[0xca][0xec][0xc6][0x2][0xae][0xf0][0xdf]f[0x90]h[0x19]\[0xc5]5[0x1a]q[0xbd]fS5[0xea][0x6]{[0xd5][0xb5][0xaf][0xb8][0xf6]u[0xc5][0xd8]o[0xd8][0xbb][0xd9][0xdc][0xae][0xce][0xf][0xb1]+V[0xb1]+VF[0xd7][0xa1][0xed][0x92][0xa2][0xfb]I{[0x90]d[0x87]h[0x84]N[[0xae][0xd0][0xae]a[0x8a][0xb8]F[0xbb]n|d[0xbb]F[0x9a][0xdb]u[0xea]Hvu[0xd7][0xab][0xeb][0xf4][0x11][0xab]k[0x84]tS[0xa4]}[0x8b]do[0xb3][0xfd][0x96][0xb6][0x8c][0xd3][0xae];[0x14]q[0x97]vM[0xee][0xb0]+U[0xb7]k[0x94][0xed]A[0xec][0x1a]kb[0xd7][0xed]]v[0x8d]1o[0xa0][0xb6]6^[0xb7][0xeb][0xe]{[0x13][0xcd][0xed][0xea][0xf9][0x10][0xbb]b[0x15][0xbb][0x8e]T][0xf]I7M[0xda][0x19][0x92][0x9d][0xa1][0x5][0x8f]h[0xcb],[0xed][0xca]R[0xc4]c[0xda][0xb5][0xf0]Q[0xed]R[0xb8]e[0xb2]w[0xef]PK[0x7][0x8][0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOn.class[0x95]Q=K[0x3]A[0x10][0x9d][0x8d][0x89]g[0xa2][0xd1][0xf8]UX[0x88]"[0x12][0xb4]q[0xd1][0xc2]F[0x9b][0x13]N[0x8]$[0xe6][0xb8][0x9c]6[0xa9]6[0x97]!n[0xd8][0xec][0x1d][0xbb]{[0xc1][0xfc]5[0xb][0x80]?J[0x9c][0xf3]+M X[0xec][0xce][0x83]y[0xf3][0xde][0x1b][0xe6][0xfd][0xe3][0xf5][\r][0x0].a[0xdf][0x83][0x1d][0xf]v=[0xd8]cP[0x96][0xda]Y*g[0xe7][0xfd][0x16][0x83]Z/[0xcd]M[0x82][0xf7]R![0x83]z[0x8c][0xd6][0xe1][0xb0][0xab]/[0xc6]b*[0x18][0x1c]D[0xb9]vr[0x82]O[0xd2][0xca][0x81]B_[0xeb][0xd4][0x9]'SM[0xf3][0xd7][0xed][0xd4][0x8c][0xf8]8[0xd7][0xd2]q|[0xc9][0xd0][0x10]O;[0xa1][0xb8]{[0xc6][0xd4]H[0xb4]<[0x14]FL[0xd0][0xa1][0xb1][0xbd]<[0xcb][0x94][0xc4][0xe1][0xdd][0xec][0x86]Ae*TNf[0xb7]K[0x5][0xec][0xf7][0x98][0xb1][0xfc]7[0xd7][0x8f][0x90]![0x99][0xe3]v[0x91][0x91]+[0xa1]G\[0xfc][0x5][0xe3][0x11][0x19][0xea][0x2][0x11][0xa5][0xb9][0x84][0x12][0xa6]J&E$/z|[0x88][[0x9d][0x80][0xc1][0xe1][0xe2][0x91]X[0x98][0x11]:b[0x9e],[0xee][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b][0xf0][0xf1],C"UC?[0xf2];A[0x1c]D[0xc][0xae][0xfe][0xbf]$[0x83][0xc6][0xdc][0xa4];[0x18]c[0xe2][0x18][0x1c]-[0xf4][0x9d]_[0xa4][0xc9][0x80]A[0x89][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1d][0x9c][0x95][0xe9][0xbe]P!T[0x82][0xd5][0xaf][0xdf][0x83]5[0xaa][0xa7][0xd4][0xad][0x12][0xa7][0x96][0xc0]:l[0x14][0x0][0xa1][0xe][0x9b][0xb0]U[0xc0]>0[0x84][0x6]l[0x2]PK[0x7][0x8][0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6][0xb7]-[0xa5][0xdc]-X/([0x8][0xd2]r[[0xb9][0xaa][0x14]Q[0xc4]`Hj!)[0xc1]([0xbe][0xc]t(C[0x96][0xdd]fwJ[0xe4][0xc1]7[0x89]/[0xbe][0xea][0x8b][0x88]&[0xc4]g[0x84]?[0xc2][0x1f][0xa0][0x9e]Y[0xca][0xdd][0x4]ll[0xda]9[0xb3]g[0xcf][0xf9][0xbe]s[0x9b][0xe9][0xf7]__[0xf6][0x0][0xc][0xe1]I[0xc]q[0xa4][\r][0xf4][0xc6][0x10][0xd0][0xb2]/[0x86]~[0xc][0xd4]"[0x84][0xc1](:c0q'Ff[0xc3][0xb5][0x18][0xc1][0xa8][0x81]1[0x3][0xe3][0xc][0x91]IiK5[0xc5][0x10]L[0xa5][0x97][0x18]B3NA04d[0xa5]-r[0xe5][0xcd][0x15][0xe1].[0xf2][0x15][0x8b]4[0xcd]Yg[0x95][K[0xdc][0x95][0xfa][0xb9][0xa2][0xc][0xa9]u[0xe9]1Lf[0x1d][0xb7]hn[0x94][0x9][0xc8][0x14][0xaf]K[0xc2][0x95][0x9b][0xc2]V[0xdc]2[0xd5][0xba]p\)<[0xd3]+[0x97]J[0x96][0x14][0xae]g.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x89][0xc2][0xbc][0x9d][0xaf]h2DV[0x14]j[0x89][e[0x91]w[0xca][0xee][0xaa] [0xc0][0xd9][0xd4][0xb9][0x88][0xb][0xdc][0xe5][0x9b]B[0x9]7/[0x8b]6WeWd[0xd2][0xd9][\r][0xbe][0xc5][0xcd][0xb2][0x92][0x96][0x99][0x95][0x9e]"h&[0xe9]7G[0x81]r[0xd7][0xed]b[0x8],[0xeb][0xbd]%l[0xbd][0x97][0xb4][0x4]=Yd[0x18][0xad][0x86]M[0x3][0x11][0x9]C[0xe3]Y[0xda][0xa8][0xaa]dy[0x11][0xec][0xb3][0xb5][0xd1][0xd8][0xd2]VT[0x88][0xd6][0x93]U[0xdf].[0x1d]T[0xfe][0xe9])[0xd2][0xf3][[0xb0][0xe0]([0xd2]HnM{[0x94][0xb4][0xad]_g[0xa6][0x88][0xa9][0xe6]0%[0x86]7[0xff][0xa5][0xee][0xd5][0xc7][0x12][0xdb][0x9f][0x80]Y[0xa9]SL[0x9c][0x1e][0x95]AM[0x13]G[0x1d][0xea][0x19]Z[0x8e]([0xa7]][0x97]og[0xfd]V[0xc][0xff]{[0xad][\r][0xdc][0x8d][0xe3][0x1e][0xee][0xc7][0xd1][0x89][0x9][0x3][0x99]8&[0xf1][0xc0][0xc0]T[0x1c][0xf][0xf1][0xc8][0xc0]t[0x1c][0x8f]1[0xc3]0Q[0xfd][0x84]3[0xc]][0xbc][0xa8][0x87]>[0xe7][0xa6]r[0xb6][0x11][0xc]ut[0x92][0xa6]m[0xdb]Q\IG[0xf]_j[0xbf]5[0x16][0xb7][0x8b][0xe6][0x8c][0xc5]=[0xef][0xa0]Y[0xbe][0x86][0x1f][0x9a][0x9a]G^z[0xf8]Ri}P[0x9a][0x8e],[0xe7]l%[0x8a]:,cK[0x1f][0xd4][0xf9]5[0x1a][0xcd][0xd4][0xdc]q[0xac][0x8a][0x5]y[0x8f]T[0xd1]}:2k[0x8e][0xeb]_[0x2][0xc][0xcb][0xc7][0xa3][0xce]+W[0xda][0xc5][0xcc]1[0xcd][0xfc][0xca][0x86]XU[0x94]H5S[0xc6]PrX[0xe9][0xe][0xe0][0x85][0x2]M[[0xea]/[0x14]/[0xd1][0x81]Z[0xba]T[0xf5]'[0x0][0xa6]G[0x8f][0xd6][0x6]z2I2[0x92][0xe1][0xde][0x1d][0xb0][0x8f][0xfe][0xeb]FZ#[0xbe][0xb2][0x1e]M[0xb4][0xc6][0xf7][\r][0xd0][0x8c][0x16][0x92][0xc][0x97][0x90] +[0xed][0xfc][0x13]A[0xd4][0x90][0xcc]}E[0xe0][0xc5][0xe][0x82][0xcf][0xfa]Z[0x10][0xfa][0x84][0xf0]7[0x84]r[0x3][0xbb][0x88][0xd0][0xb8][0x85][0x92][0xa1][0x89]p2[0xbc]7[0x1e][0x9][0x8e][0x1b][0x9]#[0x11]y[0x87][0x8e]d8a[0xc][0x8e]G[0xfb][0x9b][0x8d]D[0xf4]3[0xe8][[0xb3][0x8b]X[0x0][0xcf][0xdf][0x1a][0xec][0xfd][0xef][0x1f][0xfd][0x1f][0x8]1[0xe8]G[0xd1][0xe][0x83][0xd6]&D}[0xee][0x16]\%[0xee]1b[0x9f]%[0x99]E[0x9b][0x1f][0xdd]+[0x8a]`[0x8c]v[0xad][0xf4][0x1c][0xc5][\r][0xc][0xe0]2[0x92][0x14]m[0x17]R[0xb8]B[0xba][0x8]z[0xd0]M[0x9e]m>V[0xae][0x92][0x85][0xde]][0xc3]u[0xca]&Jh[0xed][0xe4][0x17] }[0x6]7[0xa9]PA[0xb2][0x1e][0xa1]S[0x94][0xa4]?[0x9c][[0x95][0xfc][0xf7][0xad][0xba][0xc8][0xaa][0xdb][0xaf][0xd1]m[0xd2][0xf5][0xf8][0xbb][0xd4][0x1f]PK[0x7][0x8];[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/ArrayComparisonFailure.class[0x8d]U[W[E[0x14][0xfe]&[0x84]$[0x84]SR[0x2][0x2][0x5]*A[[0x9b][0xb][0x90]zmk([0x97]B[0xa9][0xa9][0x1]T([0xf4]"[0xea]![0x99][0x84][0x83][0xe1][0x1c]<[0xe7][0xa4][0xd6][0xb5][0xfc]#[0xfe][0x2]_u[0xad]6[0x15][0xbb][0x96][0xcb][0xa7]>[0xf4][0x7][0xf8][0xe8]OQ[0xbf][0x99]D[0x8]&[0xac]e[0x1e][0xe6][0xcc][0xde][0xb3][0xf7][0xfe][0xf6][0xfe]f[0xef][0xc9][0xab][0xbf]~[0xfd][\r][0xc0][0xdb][0xf0][0xa2][0x18][0xc7]B[0x18][0x8b]Q[0x4][0xb0][0xd0][0x83]1[0xdc]R[0xcb]R[0x94][0xcb][0xb2]ZnG[0xd1][0x8f][0x95]^[0xdc][0xc1]Ga[0xe4][0xa3][0x88]bA-w#[0xf8]X)[0xb][0xbd]X[0xc5][0x9a]Z[0xd6][0xc3][0xf8]D[0xd9]~[0x1a][0xc1]g[0xca]b#[0x82][0xcd][0x8][0xee][0xa9][0x18][Ql[0xe3][0xbe]R>P[0xe2][0xfd]0[0x1e][0x86][0xf1]H[0xe0][0xbc]'][0xcb][0xac]nI[0xd7][0xb3][0x1c][0xfb]^~Y@[0xdc][0x15]8[0xb7][0xe4][0xd8][0x9e]o[0xda][0xfe][0x96]Y[0xad][0xc9]n4~B R[0xce][0xdb]%[0xab](=[0xba][0x16][0xf6][0xcd][0xc7]f[0xb6][0xe6][[0xd5]l[0xc1][0xf2][0xfc][0x9c]@[0xcf][0x86]U[0xb1]M[0xbf][0xe6]J[0x81][0xcb][0xff]9[0x9e]m[0xc8]U[0xd3][0xae]d[0xf3][0xb6]/+[0xd2][0xcd][0xcd][0xe5]T[0xc4]U[0xe9]yf[0x85].[0xf1][0x16][0x93][\r][0xdf][0xb5][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf]C[0xb3][0x96]m[0xf9]s[0x2]W[0x93][0xed][0xc7]-[0x9a]E[0x8f][0xa5][0xf8],[0xe2][0xb6][0xeb]:n.[0x9f][0xda][0x12][0x8].9%[0xc6][0x8d][0x15],[[0xae][0xd5][0xe]v[0xa5][0xbb]i[0xee]V5[0x92]Sd[0xd5]&k[0xa7][0xdc]T[0x6][0xfd]=[0x8b]ue[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][[0xc9][0xee][0xd7][0x88][0x9a][0xb5][0x98][0xa8]k[0x9b][0xd5][0xec][0xa2][0xeb][0x9a][0xdf]-9[0x7][0x87]t[0xf1][0x1c]{[0xc5][0xb4][0xaa][0xac][0x92][0xe9][0x85][0xf][0xfe][0xcd][0xbe][0xbb]h[0xd6]<~G[0xcf]N[0x8a]F[0x96]][0x92]OHr^[0xc0]0K[0xa5]e[0xeb]@[0xda][0x8a]z[0xc2]'u[0xce][0xd1][0x8a][0xf4][0x8f][0x19][0x19]L[0xa6]:q[0x12][0x94]fqO `][0xa2]I[0xb][0xcf]yfk[0xfa][0x1a]([0xe0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\hs[0xbe]U[0xb3][0xaa]%[0xa9][0xc]"[0xbe][0xd3]P[0x11]r[0xc3][0xa9][0xb9]E[0xb9]b)[0x16][0xc6]:[0x97]:[0xa3]"[0x19]H[0xe2]s[0x81][0x81][0x13]Dm[0xac][0xae][0xd7][0xc0][0x1b]x[0xd3][0xc0][[0xb8]b`[0x7]_[0x18]x[0xf][0xef][0x1b][0xf8][0x12]_[0x85]A[0xb7]][0x14][0x5][0x86][0xcf]H[0xc6]@[0x9][0x4][0x9e]4U,/Q[0xb6]\[0xcf]O[0x94][0xac]rY[0xba][0xb2][0x94]0[0xfd][0x84][0xac]J[0xb2][0xe4]'[0xc][0x94]Q[0x9]c[0xcf][0x80][0x85]}[0x3]_[0xa3]*[0xd0][0xdf][0xd6]U[0x6][0xe]@:[0xc5]#[0x15][0xd7][0xe1]f[0x87]l[0xe4][0xe8]|[0x88]o[0xc2][0xe0][0xf1][0x7][0xb8]f[0xe0]&[0xae][0x9][0xa4][0xfe][0xf7]M[0xb][0x8c][0x9c]u[0xab][0x2]]Iuq=[0xaa]O[0x97][0x1a]=0[0xd5][0xda][0xab][0x9b]{[0xae][0xf3][0xad]j[0xb1]\[0xaa][0xa3][0x96]M[0xf4]X[0x8d][0xd9]zY`[0x88]M[0xd0]aP[0x4][0xfa]NO[0x13]A[0xd9]=[0xda][0xbe][0xc5]|}w_[0x16][0xfd][0x9c][0xca]&d[0x1e][0x1e]J[0x9b][0x16][0xd3][0x1d][0xc6][0xa6][0xbd][0xa9]Z[0xfa][0xc2]j6[0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xea][0xdc]\[0xf1]v-[0x8b][0xd8]3[0xbd]5[0xf9][0xc4][0xd7]|[0xaf])[0xe1][0xc7][0xbf][0xff][0xc8][0xc4][0x87][0xb4]:][0xc7]p[0x1d]#z_[0xc7][0x85][0x9f][0x8e]s[0x9e]A/[0xd7]iD[0xb8][0x8b][0x91][0x88][0x11][0x12]0[0xc1]<[0xe7][0x99][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8b]/[0xb0][0xfc]-f[0xbb][0x83][0xeb][0x1c][0xfb][0x1b][0xc7][0x4][0xce][0x93][0xd6][0xeb][0x9a][0xa2][0x14][0xbd]o[0xe0]C][0xab][0xdd][0xac]5[0xc2][0xa7]"[0x87]Y][0xeb][0xcd][0xe3]Z[0xb3]Z[0x6][0xaf][0xad][0x8e][0xd1][0x93][0x14]BZ[0xb9][0xa8]C[0x1b][\r][0x83]f[0x18][0x81]9m5[0xff][0xf]PK[0x7][0x8]R[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/AssumptionViolatedException.class[0xa5][0x95]mW[0x1b]E[0x14][0xc7][0xff][0x93]l[0x9e][0xb7][0xa4][0xe5][0xc9][0xd2]'C[0xd5][0x1a]6[0x81][0x14][0x8b][0xf][0x85][0x96][0x96][0x92][0xd6]R[0xa1]([0x9][0xa1]`[0xd1]n[0x92]IX[0xc][0x9b][0x9c][0xdd]M[0xc5][0x8f][0xd2][0xaf][0xe0]+=G[0xac][0xf8][0xc2][0xa3]o[0xfa][0xc2][0xf][0xe5][0xf1][0xce][0xec][0xe6][0x9][0x2][0x8a][0xc2]93[0x93];w[0xee][0xff]w[0xef][0xdc][0xdd][0xfd][0xf3][0xaf]_[0x3]0[0x8d]R[0x14][0x17][0xf0] [0x82][0xf3]X[0x14]CV[0xc][0xf][0xc5][0xf0]([0x84]O[0xa3]4?[0x16][0xc3]R[0x14]O[0xf0]Y[0xc][0xcb]X[0x9][0xe3]i[0x18][0xab]b[0xf9]y[0x18]_[0x88]y-[0x84]\[0x8][0xf9][0x10][0xd6][0x19][0xce][0xdb][0xdc]2[0xf4]Z[0x81][[0xb6]Q7[0xd7][0x97][0xb2][0xc][0xec][0x9][0xc3][0xb9][0xc5][0xba]i;[0xba][0xe9][0x14][0xf4]Z[0x93][0x7][0xe0][0xfe][0xf9][0x18]b[0x95][0x5][0xdb]n[0xee]5[0x1c][0xf2]f[0x18]\[0xde][0xd5]_[0xea][0x99][0x9a]nV39[0xc7]2[0xcc][0xea][0x1c][0x9d][0xad][0xc8]C+[0xba]S[0xda][0xe1][0x16][0xc5][0xdb]b[0x8][0xba][0xb6][0xde][0x13][0xab][0xc5]]^r[0xe8]D[0xb8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2]v[0x1e]][0xae][[0xd5][0xcc][0x8e][0xbe]W[0xb2][0xb8][0xed]d<;[0xf9]DrF[0xd5][0xd4][0x9d][0xa6]EA[0xc6][0xfa]:[0xdd][0xd1][0xe6][0xc9]/x[0xc7]0[\r]g[0x9e]a>y[0x1c]n[0xeb][0xb8]z[0xbd][0x89][0x2][0x83][0xb2]X/[0x93]X|[0xd9]0[0xf9][0xd3][0xe6]^[0x91][y[0xbd]X[0x93]9[0xd4]KT2[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xbf]=[0xa3][0xe2][0xec][0x18]6[0xc3]M[0x19]o[0xb7]I[0xc][0x19][0xc3]t[0xb8]e[0xea][0xb5]L[0xa7]d[0x5][0xa3]^[0xd3][0x1d]^~[0xb8]_[0xe2][0xd2]@[0xc4]Q[0xbd][0xab][0xa2][0xe1][0x1d][0xdd][0xf6]J[0x15]x[0xe9][0xce][0xa1][0xbd][0xae][0xe2]t[0xb][0xd7]h[0x89]G[0xb3][0xbc]a[0xf1][0x92][0x88][0xcc][0xb0][0xf0]?[0x12][0x17]5[0x14][0xb9][0x8f][0xad]5M[0xc7][0xd8][0xe3][0x5][0xc3]6Ha[0xc1]4[0xeb][0x8e].[0x8]mA[0xd1][0x89][0xd5][0xd1][0xa5]DR[0xc9][0xb3][0x94]w[0xea][0xdf]z[0xb7][0x98][0xee][0xf6][0xc9][0xeb],[0x82][0xf7][0xff][0xfb][0xf9][0x16][0xc2]H[0x9f][0x10][0xc2][0xae][0x9d][0x1e]:[0xbf]c[0xd5][0xbf][0x15]7%[0x9d][0x19]][0xd8]H[0xdf]][0xba][0xc8]*wV[0xb8]m[0xeb]Ur[0x1a]NN[0xf4]{[0xbe][0xa2]en[0x97],[0xa3][0xc8][0xf3]u[0x86][0xab][0xc9]^[0xe0][0xac][0xdc]s[K[0x88][0xc5][0xca][0x1d][0x3][0xc3][0xa5][0x93][0x9d])n[0xae][0xde][0xb4]J[0xfc][0x91]!:*qJ[0xcf]N[0x9]([0x15][0xd7]QPq[0x11]c*[0xae][0xe0][0xaa][0x8a]kx[[0xc5]%\f[0x18][0xea][0x93][0x9b][0x8a][\r]<[0x13]g[0xde][0x9]aS[0xc5][0x16][0xbe][0xc][0xe1][0xb9][0x8a]m|[0xc5][0xe0][0x9b]MP[0xb7]W[0xeb][0xce]lB[0xc5][0xd7]x[0xc1][0xa0][0xa6][0x13]|[0xbf]A[0xd7][0xc1][0xcb][0xc2][0xa6][0xa3]H[0xfd]r[0xb6][0x7][0x8b][0x92][0xed]`x[0xdd][0xdc][0xb5]y[0xb9][0xa7][0x10]9^[0xab][0xb8][0xc5](R[0x8d][0x19][0xfc]IQ[0xbb][0x88]x[0x93],[0xea]M[0x9b][0xea][0x91]N[0xf6][0xbf][0xcf][0x13][0xee][0xf1]Zoxyu[0xd9][0xee][0x9b][0x8][0xeb][0xb6]ke[0x98]>r[0x85][0xbd]0s}{[0xe0][0xe2]I[0xf7](^'[0x8d][0x6]7[0xcb]y[0xbe][0xef][0x1c]y[0xc8]Z[\r]{Z[0x13][0xc4][0xdc][0xd3][0xde]+[0xa8][0xdf]3z[0xea][0xf1]![0xf7]x[0x97]q[0xb5][0xc2]p[0xfb][0x9f]2<1"[0xc6][0xe9]cv[0x1][0xf4][0xce]E[0x80][0x9a]k[0x8][0xc3][0xb4][0x1e][0x11][0x9f]"[0x8c][0x92][0x8d][0xba][0x8f][0xd6][0x83][0xa2][0xed][0xe4]L[0x8d](g[0xea]E[0xf2]KH[0xbf]q[0x84]hM[0x8d][0x7][0x5][0xef][0x92][0xe5]{[0xb2][0x89][0xf][0x9a][0xa6][0xbd][0x6][0xd3]R[0x7][0xf0]i[0x93][0x7][0xf0]kc[0xca][0x1][0x14][0xed][0xca][0x1][0x2][0x93] [0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]6[0xf9];[0x82]?#[0xb4][0xf1]#y[0xfb][0xf1][0x1e][0x8d][0xd7][0x11][0xa6]1A[0x91][0xc6][0x11][0xa1]_[0x3][0x14]u[0x98][0xa2][0x8e][0xe1][0x6]Y[0xdf][0xc7][0x4][0xfd][0xdf] [0x8f][0x19]W[0x81],I[0xf9][0xe1][0xd4][0xc8]>F[0x14]b[0xa5][0x11][0xab]O[0xae]RD[0xeb][0x97][0xab]4[0xf1]*[0x98][0xa4][0xb5][0xea]y[0xa5]IA[0xc1][0x94]<[0xed][0xe6][0x91][0xc1]M[0x9a][0x83][0xb4]?M[0xb3][0xc8][0xe8][0x3]/[0xa3]mR[0x13]q"[0x1a]SR[0xe9][0xd7][0x8]w[0x80][0xa3]R[0xea][0x16]a[0xcf]H[0xb0][0x84][0xeb][0xd8][0x6][0x8b]H[0x8]&W[0x2][0xc2][0xd7][0x5][0x11][0x91][0x10][0xbe][0x1e][0x88][[0xc7] f<[0x88]*A([0x12]"[0xa5][0xa4]'[0xfb]@[0xcc][0x13][0xc4]=[0x9][0xa1][0xb9][0x8e]][0x10][0xad][0xea][0xb8]8[0xbe]6[0x8e][0xff][0x18][0x8e][0xbf][0x7][0xe7][0xc3]c8[0x1f][0x91][0x87][0xc0]Y [0x1c][0x9f][0x8b][0xe3]g[0xcc][0xc3][0xf1]u[0xe1]<&[0x9c]%[0x89]3[0xea][0x9][0x1e][0xc5]q[0x85][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xec][0x9][0xac]{E[0x8f][0xb7][0x4][0xb4]t[0xab]W\[0x99][0x1][0xb9][0xbd]F29Z[0xe7][0xbb][0xca][0x1f]oK[0xc5][0xdb][0x99][0xc7][0xf1][0x9]n[0xb7][0x8b][0xdd]+:[0x8b]9[0x1a][0x85]h[0x86]f[0xe1][0x1d][0xd0]~A[0xe4][0x87][0xb6]TP[0x1a][0x9f]I[0x9][0xb7]X[0x1]O[0x82][0xe1][0xe][0xee]z[0x87][0xa9][0xd3]e[0xa6][0x9b][0xda]O[0xf0][0xbd][0xc1]@J[0xcc][0x87][0x88][0xfa][0xb0]A[0xab][0xc0]+?[0xab]&[0xcf]P[0x18][0x82][0xf7][0x17][0xa9]8[0xb7]R[0xab][0xc2][0xc7][0x16][0x11][0x6]2S[0xdc][0x96][0x86][0x8][0xd1][0xff][0xc][0xd9][0xef][0x1d][0xb8]6[0x3]][0x9a]T[0x1c]I[0xa7]&[0xbc][0xbd][0xf2]kW[0x1a][0xc2]G[0xcb][0xc7]v[0x88][0xe7]x[0x11][0xe2]%v|[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x8b][0x88]a[0xfd]n[0xb9][0xc][0x8b][0x6]}[0x18][0x8e]Ej[0x19][0xb6][0xa6]f[0xf7][0xb5]=[0xd2][0xa5][0x1a][0xfd][0xd6][0xf0][0x17][0xeb][0xf8][0xd4][0x8]>bXHKc[0x84][0xb2][0xbf][0xfc][0x95]hRD[0x1d]%[0x9][0xab]n[0xbb][0x9a][0xae]qQ/9[0xd1]|$[0xc][0xc3]Z4[0xa3][0xb9]N[0x11][0xa7]3[0x95]`[0xf0]?iS[0xaf][0xfb][0xdd]?[0xb6][0xf7][0xf1][0x8e]N[0xb3][0x9f][0xe][0xdb][0x98][0xa7][0xbf][0xcd]=s`n[0x87]d[0xdb][0xe4][0xc5][0x84][0x8c]p[0xbe]w[\r][0xf6][0xa5]J[0x7]d[0x9b]U[0xb0][0x85]{d[0xc3][0xba][0x80]p[0x81][0xb0][0x8d][0xfb][0xe8][0xa0]Q[0x91][0xdf][0x12][0xba]\[0xd8][0xf3]n0w[0x85][0xc6][\r][0xbc][0xcb][0xa9][0x1e][0x8b][0x13]=B[0xf2][0x96][0x8][0x97][0xe9][0xf5]([0xf2][0x0]+U[0xf5]*[0x9d][0x1f]V[0xa7]G?[0x1]PK[0x7][0x8][0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/ComparisonCriteria.class[0x8d]V[0xdd]s[0x13]U[0x14][0xff]m[0xb3][0xc9]n[0x96][0xa5][0x85][0xb6][0x1][0x2][0xa8]A[0xbe][0xf2][0xd9][0x80]J[0x85][0x16][0xaa]PZ([0x4]P[0x8b][0xd5][0x82][0xa2][0xdb][0xe6]6[0xdd][0xba][0xcd][0x86][0xcd]Fa[0xc6][0xf1]Igxd[0x86][0xf1][0x81]'G[0x1d][0xa7][0xa3][0xe3][0xb]/mGFy[0xd3][0x19][0xff][0x15][0xff][0x7][0xf5]ww7[0x14][0xd2][0xc0][0xd0][0x99][0xde]{[0xee][0xb9][0xe7][0xf3]w[0xce][0xb9][0x9b][0xbf][0xff][0xfd][0xed][0xf][0x0]G[0xe1][0x1b][0xe8][0xc1][0x98][0x86][0xb7][0xc][0xbc][0x8d][0xd3]:[0xce]h[0x18]7[0x10][0xc7][0x98]\[0xce][0xea][0x98][0x90][0xfb][0xa4][0x81][0xbd]8g[0xe0]<[0xa6]$uA.[0x17]5T[0xc][0xf4][0xe2][0x92]<\[0xd6]pE[0x1e][0xde][0x91][0xd6][0xde]5[0xf0][0x1e][0xa6]u\5[0xf0]>ft| [0x15]?[0xd4]1+M][0xd3]q][0xc3]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]'[0xed][0xba][0xed][0x8f])[0x88]es3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4]q[0xb7]*[0x14][0xf4]U[0xec][0xba][0xb8][0xdc]Z[0x9e][0x13][0xde]Uk[0xce]![0xa7][0xbf][0xe2][0xce][[0xce][0x8c][0xe5][0xd9][0xf2][0x1c]1U[0xd1]n*8\q[0xbd]Zy[0xa9]ECe[0xbb][0xee][0xb][0xaf]n9[0xe5]qw[0xb9]A[0xe9][0xa6][[0x1f][0xf7]l[0xf2]lkT[0xc1][0x16][0xcb][0xf3][0xac][0xdb][0x13]7[[0x96]C[0xbd][0x13][0xd9][0xca][0x92][0xf5][0xb9]Uv[0xac]z[0xad]<[0xed]{v[0xbd]6[0xfa][0x4][0xe7][0xca][0xdc][0x92][0x98][0xf7][0xbb]pd[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x17][0xba][0xf9]=-=l8[0x9f][0xb4]l[0xa7][0xe5][0x9][0xfa][0xde][0xfd][0x84][0xa1][0xd3][0xcd][0xa6][0xf0]|[0xdb][0xad]Ox[0x9e][0xeb][0xf1]R[0x17][0xb7][0x1a]4-[0xaa]2[0xd3]M[0xe][0x9][0x93]5[0xef]3h[0xfa][0xb5][0xf9]?[0xa5]@[[0x16][0xcd][0xa6]U[0x13]O[0xcb]GI(H[0xb6][0xed]1M-[0xd4]%[0x95]X[0x14]VUx[0xc4][0xf7][0xf1]uE[0xd4]k[0xfe][0xa2][0x2]c[0xe2][0xd6][0xbc]h[0xc8][0x90][0xa4][0x86][0xdd][0xc][0xd2]P[0x90][0xca]vI[0xff][0x9a][0x82][0xb4][0x15]d[0x10]HQVL[[0xcb][0xa2]m[0xea]D[0x17][0x9d][0xe7]r[0xa2][0xa8]sLkk[0x14]k[0xdb][0xd6]@[0xe8]g[0xc2][0x11][0xcb][0xa2][0xee]7[0x83][0xca][0xb1][0xe0]/[0xe4]A[0x96][0xc9][0x98]v[[0xde][0xbc][0x98][0xb4]e[0xbb][0xec][0xdc][0xdc][0x13]CR[0xcb][0xc4]KxY[0xc1][0xb6]N[0xb][0x1a]>6q[0x3][0x9f]([0x0][0x95];[0xe3]=[0xd3][0xb2][0x1d][0x82]i[0xe2]SX[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "zF2&[0xe6]0o[0xe2]M[0x1c][0xd7]P5![0xb0]`[0xe2][0x18][0x86]M[0x1c][0xc0]A[0x5][0xb9][0x17][0xee][0x15][0x13]5,[0x9a][0x18][0x1][0xeb][0xb8][0xeb]Y=#c[0xb6]M,[0xe1]3[\r][0x8e][0xf4][0xb3][0xcc][0x10][0xdb]U[0xcd][0x4]m[0x9e][0xf9][0xc2]jf[0xea]-[0xc7][0xd1]P7[0xe1][0xa2][0xc1]r[0x86][0xf0]v[0xdc][0x9b][0xb8][0x9]6E6[0xe4]:[0x1][0xf4][0xcd]L[0xd5]^X[0x10][0x9e][0xa8][0x16]3m[0xb3]C[0xe1][0xd5])[0x99]2[0xbb][0xa4]/[0x13]Zk[0xb3][0x15][0x1c]|[0xa1]9l#[0xdd][0xf2][0xed][0x8][0x2][0x1a]3[0xaa]B4[0xda][0x83][0x99][0xcb]^[0xdf]\[0xce].,[0xd9][0x89][0x9][0xab][0xd1][0x10]u[0xce]M[0xa9][0xcb]4[0xe7]6[0xb1][0xa2][0xaa][0xc9][0x91][0xf3][0xdd][0x90][0xa5]`0[0xbb]Yp[0xf4][0xa9][0x92]{b[0xc1][0xa1][0xc7]r4[0x16][0xb1][0x9a][0xf0][0xbb][0xb7][0xe1]T[0xae][0xdb][0xf8][0x9a]V[0xb5]z[0xd6]f[0xb]7Y?[0xbe][[0xd9])[0xd9][0x9c]G[0x9e][0xff][0xfe]t<[0x12][0x81][0x8a]N[0xc7][0xe3][0xe][0x87][0x82][0xa3][0xf1]T[0xd0][0x1][0x93][0x9e][0xfa]:X[0xc1][0xc3]J[0x98][0xb6]m[0x94]&[0xb4][0xcb]([0x16][0xd8]o[0x1d]#[0xde][0xc6][0x8d][0xae][0x92]t[0xd5][0x1e][0xc3][0xae][0xcf][0x0][0xc7]uov[0xea][0xd9][0x10][0xab][0xfb][0xf8]I[0xe8][0x81][0xfc][0x8b]s[0x80]8c\_[0xe1][0xa9][0xcc]][0x91][0xdc][0xfc][0x1a][0x94][0x7]$z[0x90][0xe1][0x9a][0x8][0x98]&[0xf6][0x5]k [0x80]W[0xb1][0x1f]r[0xfa]8B[0x94][0xa2][0xb2]r[0x97]\[0x83][0xbc]_[0x8a][0xa5][0x9f][0x90]VG[0xcf]l[0xac]8[0x1d][0xee][0xa5][0xe9]u[0xc4][0xee]C}P[0xf8][0xb]z[0xbf][0xba][0x82][0x1d][0xf][0x11][0x9f]]C[0xa2][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]_[0xe7][0xb2][0x8a][0xe4][0x88][0x9a]/[0x96][0xd2][0xea][0x1a][0x8c][0xe1]xl8[0x91]J[0xa4][0xe2]?[0xe0]F1[0x95]X[0xc7][0x96][0x11][0xad][0x14][0xee]z>[0xad][0xad][0xc1][0xbc][0x8f][0x3][0xf9][0xb4][0x1e][0x10]{[0xf2][0x85][0xb4][0x96][0xa6][0x8d][0xad]+[0xc8][0x8f]$[0xd3][0xc9]Tb[0x15]}[0xe9][0xe4][0xa3]|[0xc8][0xde][0xb6][0x82][0x81][0x91][0xe4]C[0xf4][0xce][0xa6]Uy[0xb9][0x86][0xfe]G_'[0x94][0x95][0xff][0xbe][0xc0][0xc8][0x1b][0xb8][0x8d]/[0xf9]e[0xbc][0x83][0xbb][0xb8][0x87][0xed]Q[0xc6][0x97]1[0xc0]u/[0xf6]@B[0xb5][0x9f]#[0x10]g[0x91]%?[0x87][0x19][0xe4][0xf9][0xf6][0x14][0xa9]9D[0xdd][0xd7][0xa8]][0xc6]W8[0x82]o[0xf8][0xb5][0xbe][0xc3]y[0xbf][0x8b][0xe3][0xb4]4[0x8c]o[0xf9][0xe0][0xfc]H[0x9d][0x9f]1[0x1a] [0xd7][0xc0][0x16][0xca][0x19]8[0x84][0xc3]H[0xf2][0xb6][0x97]T[0x96][0xd4][0xc].[0xd1]j[0x1e][0x1a][0xad]N[0xa0]@J[0xc7]9[0xbe]XE[0x94][0x88]<[0xf1][0x8c][0xb0][0x96][0xd4]PP"I[0x1d][0xa1]\O@[0x1d]%[0x15]c[0x84][\r][0xc6]R[0x86][0xca]8[0x17][0xf0]:u[0xe3]x[0x83][0xf7]*[0xe5]{)[0xc9][0xf7].*[0xf2]y[0xee]Rs[0xb0][0xf0]'[0xb6][0x13][0xff][0x81]U[0xc][0xde][0x87][0xc6][0xa2][0xa8][0xb1]_;j>[0x16]D[0xbe]#[0x94][0x1c][0xc7]`[0x10][0xaf][0xb4][0xc2]'5[0xb2][0xfa][0xf]O2Z[0x97][0x15]NG[0xc5]-[0xc9][0xe2][0xa6][0xc2][0xe2][0xae]cG[0xb1][0xe3]f[0xe7][0xc6][0xcd]:v[\r][0xab][0x5][0xb9][0xc6]Sj*[0xfe][0x1d][0xb2]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xb9][0xa4][0xe2][0xab][0xd8][0xdd][0xbf]GR*[0xa9]P/[0x15][0xdf][0x8][0xf8][0x10][0xa1][0x4][0xc6][0x3][0x0]vc[0x92]=}[0x8e][0x0]L[0x11][0x98][0xb][0xfc][0xe5]t[0x91][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]\[0x9][0x12][0x1a][0xb]C}[0x9c][0x90][0x1b][0xc0][0xa9][0x4][0xd4][0xd1][0x8]X7[0x80]S[0x2]{[0xc]'[0x8][0xa7]J+[0xe5][0x10]XU[0x95][0xdf][0x80][0xa0][0xfd]O[0x6][0xfe]O[0xfd][0xf]PK[0x7][0x8][0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/ExactComparisonCriteria.class[0x8d]Q[0xcb]N[0xc2]@[0x14]=[0x3][0xa5][0xc5]Z[0x4][0xc1]w\[0xe8][0xc2][0x88]Hl\cL[0xc][0xc1][0xb8]ht[0xa1]a?[0x94][0x9][0xe])S[0xec][0xc3][0xf0][[0xae]4.[0xfc][0x0]?[0xca]x[0xa7]4a[0x1]&vq_s[0xce][0x99]3[0xb7][0xdf]?[0x9f]_[0x0].q`[0xc3]@[0xc3][0xc6][0x16][0xb6]-[0xec]X[0xd8]e0[0xaf][0xa4][0x92][0xc9]5C[0xb1]y[0xd6]g0[0xba][0xe1]P0T=[0xa9][0xc4]}:[0x19][0x88][0xe8][0x89][0xf][0x2][0x9a][0xd4][0xbd][0xd0][0xe7]A[0x9f]GR[0xf7][0xf9][0xd0]H[0x9e]e[0xcc][0xd0][0xf6][0xc2]h[0xe4][0x8e]S[0x12]r[0xa5]JD[0xa4]x[0xe0][0xf6]f[0xdc]O[0xba][0xe1]dJ[0x94]8T[0xdd]H[0xd2][0x81][0xe4][0x1d][0x86][0x6][0x8f]c[0x11]%[0xbd]@L[0x84]J[0xe2][0xde]K[0xca][0x3][0x86][0xd3][0xa6]7[0xe6][0xaf][0xdc][\r][0xb8][0x1a][0xb9][0xf][0x83][0xb1][0xf0][0x93][0xce][0xf2]D{,[0x8b][0xd9][0x94]j1[0xd4][0xae][0x96][0x10][0xf4]$[0xba]8[0x93][0xb4][0x1f][0xc3]4[0xf2][0xc5][0xad][0xd4]^[0xf][0xff]0t[0xa1][0x15][0x1c][0x94]`Z[0xd8]s[0xb0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xeb][0xff][0xef]a8Y[0x1]^[0x85][0xab]-p7[0xd9][0x2][0x18][0x9c]|[0x13]z[0x3]1[0x8e]Q[0xa4][0xdf][0xa3][0xbf][0x2][0x98]6D[0xd1][0xa2][0xce][0xa5][0xcc]([0x97]Z[0xef]`o[0xd9]q[0x99][0xa2]9[0x1f]b[0x8d][0xa2][0x93][0xd7]6[0xd6])[0x1b][0xd4]Wr[0xf2][0x1d][0xa1][0x8b][0x1a]}[0xde][0xfe]@a[0xc1][0xb6])[0x83]*[0xcd][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "GsT[0xae][0xa0][0xab][\r]T3U[0x13]5[0xaa][0xb4][0xa5][0xcd][0x8c]][0xff][0x5]PK[0x7][0x8][0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/InexactComparisonCriteria.class[0x95]R[0xcb]n[0xd3]@[0x14]=[0x93][0x97][0x13][0xd7]y[0x90]>x[0xa7][\r]%$MB[0xcc][0xfb]![0x10]"[0x8a]k[0xa9]RD[0x17][0xa0][0xec]'[0xc9][0xa4]8r[0xec][0xe2][0xd8]U[0xff][0x81]/[0xe0][0xb]X#A[0x89]X [0xd8][0xf2]Q[0x88];v[0xd4]Hm[0xba]`3s[0xee][0xbd]s[0xcf]93w[0xfe][0xfc][0xfd][0xf1][0x13][0xc0]}[0xf0];[0xee][0xe4][0x90][0x9a][0xa6][0xae][0xd3][0xf1],*Y[0x9c]T[0x93][0xc3][0xc8][0x12]3[0xa4][0xb0])[0x85][0x99][0xc9][0xb0][0xca][0xa7]S[0xe1][0xf9][0xbb][0xb6][0x98][0x8][0xc7][0x9f][0xee]~[0x8][0xb8][0xcd]P[0xad][0x9d]7~>#9[0xd2][0xe2][0xf8][0x90][0xb0][0x18][0xd2][0xbd]H:[0xec]V[0xdf][0xba][0x81]7[0x10][0xa6]%[0xfd][0x96].4[0xd5][0x92][0x84][0x1a][0xf2][0xb8][0xab][0xa1][0x5]]C[0x16]9[0x89][0xee]1[0x14][0x16]Z[0x86][0x1b][0xd0][0xbd]5[0x1a][0xc6][0x3][0x5][0xf]5<[0xc2]cz[0xab]E[0xdd][0xb4]][0xee]kx[0x82][0xa7][0xb2][0xf6][0x8c][0xa1][0xf9]?[0xf][0xc3]PYr|[0xd9][0xb9]xM^W9[0xe2]v [0xf6]G[0xc][0xeb]4[0xbc][0xee]Y[0x9b][0xf4][0xce]k[0xf4][0xb6][0xdd]3[0xf6]([0xbd]2[0xc][0xf][0xf4]d{HFc(,[0xa4][0xdb][0xe1][0x14][0x18][0xb4][0xf9]8[0xe4][0x18]h[0xca][0xa9][0x9a]a[0x84]D[0x1d]I[0x9e]E[0xb7])k[0xa6]IcD[0x99]>[0xa6]F[0xbf][0x95][0xe6])_[0x90]P[0x9c]P[0x1e][0x5]Z/Q[0xb4]Gq[0x9c][0xf6]l[0xfd];X[0xbd]:C[0xec][0x1b][0xe2]_([0x11]C[0x91][0xd6]\XL#[0x81][0xc][0xd1][0xa8]X[0xa5]h[0x83]j[0xd4][0x80]5[0xac][0x3]![0xda][0xc0][0xe5]P [0x8f]+[0xa7][0xb4][0xb1][0xe8]TH[0xbb]=Cb[0x9][0xad]F[0xb4]YZs[0x17][0xd2]^%[0xba][0x4][0xae][0xe1][0xfa][0x9c][0xf6]#Rag[0xbb][0xf1][0x1b][0xc9]O(7~!y[0x82]T3[0xda][0xea]_[0x11][0x8f][0xd0][0xc][0xca]g[0x94][0xa8][0x9a]>A[0xa6][0x19]mQU[0xa2][0x19][0xd4][0x85][0x95]"[0x9][0xc8]U![0x13][0x15][0x92]~Mw[0x91]v[0xb6]"[0xa1]S;m[0xdc] [0xa3],D7[0x9][0xc5][0x8][0x97]B[0x96][0xcd]PK[0x7][0x8]7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/internal/JUnitSystem.classMNMK[0x3]Q[0xc][0x9c][0xd4][0xb5][0xab][0xf5][0x83][0x9e],^<[0xb7][0x97]><{[0x12]DP[0x4][0x8b]K{]C[0xc9][0xb2][0xfb]^y[0x9b][0x15][0xfd]k[0x1e][0xfc][0x1][0xfe](1[[0xf]5[0x10][0xc2]df[0x92][0xf9][0xfe][0xf9][0xfc][0x2]p[0x8d][0xf3][0x1c][0xa7]9[0xce][0x8][0x19][0xbf][0x8b][0xda][0x98]>[0xcc]V[0x84][0xd1][0x1d]o[0x13][0x97]^[0xf9][0x95]p[0xf9][0xd2][0x5][0x95][0x86]W[0xd2][0xca][0xba][0xe6][0xdb][0x10][0xa2]z[0x95][0x18]Z[0xc2][0xc5]S[0xe5][0xdf][0xbc][0xab]}[0xd8][0xb8][0xbd][0xe7][0x86]p[0x10];;7[0x99][0xce][0xfe][0x4][0x12][0xdd]"I[0xd0]B[0x13][0xfb][0xc6][0xf8]Q[0x11][0xbb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf2][0xbd][0xd4]L[0x18]?.[0x83]h[0xf1][0xd1]*7[0xf3]^O[0xb8][0x8a]i[0xe3][0xaa][0xce][0xd6][0xce]l[0x9c][0x82][0xaf][0xdd]?[0x95]y[0xf6][0x8f][0x9f][0xd7][0x15][0x97]:$[0x10][0x6][0xe8]k[0x90]Y[0x0]d[0x86][0xe]wx[0xb8]kB[0xe][0x18]s[0x84]c[0xc3][0x16][0xa1]W[0xe2][0xe4][0x17]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$1.class[0x85]T]O[0xd3]P[0x18]~[0xce]V[0xd6][0xad]tl [0xa2][0x8][0x8][0xc2][0xc6]&e[0x88][0xa0][0x19]!![0x3][0xc]q[0xcc][0x8b][0x19]nM7[0xea]V[0xd2][0xb5][0xa6][0xeb][0x8c]?[0xc3]`[0xe2][0x8d]7[0xdc][0xe8][0x5]F/[0x8c][0xd7][0xfe]([0xe3]s[0xda][0x85][0xa0][0xb0][0x90][0xa6][0xe7]}[0xcf][0xfb][0xf1][0xbc][0x9f][0xed][0xef]??~[0x2]([0xe1][0x99][0x86][0x14][0x96]4$[0xb0][0xac]![0x87]|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xb1]2[0xc][\r][0x5][0x15]E[\r]I[0x81][0xb6]r[0xd5]S[0xf3][0x9d]i8[0xa6][0xdb]2|[0xeb][0x8d]c5[0x83][0xbe]}y[0xb0]&([0x10][0xeb][0x94][0x4][0xa6][0x7][0xdb]H[0x8b]u[0x1e]6[0xcd][0x84][0xb4][0xb7]y[[0xbe][0x1c][0xee]e[0xe3][0x94][0xf6][0xe5][0xab][0x92][0x10][0xfe][0xfd][0x9a][0xac][0xfd][0x8a]Nj[0x88][0x98][0xaa][0xdb]-[0xd7][0xc]z[0xb2][0x86][0xbd]A[0x98][0xbd][0xc0]v[0x8c]JX[0xaa][0x19]x[0xfe][0xf6][0xe0]dw[0x88][0xab][0xd5][0xbd][0x9e][0xdf][0xb4][0xe]l[0xd9][0xe0][0xd1][0xcb]=[[0x95]~[0x9c][0xcd][0xbe][0xdb]t[0xbc][0xae][0xed][0xb6]"[0xa5][0x8a][0x92][0x8e]a[0xe8]:[0xd6][0xf1]X[0xc5][0x86][0x8e]'[0xd8][0xd4][0xb1][0x85][0xa7]:[0xc6]qO`jP<[0xa9][0x9f][0x10][0x98][0xbf]qV[0x2][0xd9][0xff]k[0x13][0x18][0xbf][0xae]8[0x81][0xd9][0x1b][0xd0]8[0xf6][0x96][0x15][0xd4][0xcc][0xe][0xcb][0x1b][0xcf][0xe5]/5[0xa3][0x1e][0xf8],[0xaa][0xfc]O[0xb0]H&[0x90]l[0x9b][0xdd]v[0xb4][0x9b]\T[0xe]f[0xa4][0xb6]{[0xb4][0xff]z[0xb7]^[0xd9][0xaf][0xed][0x1d][0xd6][0x9e][0xb]L^[0xdb][0xec]2[0xe6][0xb8][0xf0])n[0xa8][0xc6]o#[0xce][0x97][0x9d][0xe2]-M[0xce] [0xe5][0xf2]bh[0xe5][0x1b][0xc4][0x17]21[0x8c][0xf0]L[0x84][0xc2][0x11]dx[0xea][0x91][0x1][0xb2][0xb8][0x5][0xb9][0xe6][0xec]W[0xdf][0xf9][0x3][0xc1][0x86]HW[0xb][0xe7][0x88][0x9d]#[0xbe]S[0x8c][0xe8][0xa6]23[0xa1]|D[0x86][0xe7]'[0xa8][0xb1][0xcf]P[0x94][0xb3][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0xef][0x18][0x8a][0xe3][0xec]"[0xca]d[0xe8][0x9d]arY[0x8c][0xf2][0xb9][0x8d]1,[0x10]_F[0xdd][0x88][0x90][0xfb]Q%7I[0xbd][0x8][0xb9])r1z-[0xe1][0xe][0xa6][0x99][0xc3](fp[0x97][0x9c][0x92][0xdd][0x95][0xd3][0xee]g[0xf7][0x82][0x1a]Ylz[0xa5][0xf0][0xb][0x89]"[0xdf]s[0xa8]g[0xd7][0x96]8[0x17][0x19]^[0x4]K[0x13][0xf0]~[0xa8]Oc[0x96]\[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m[0xa4][0xe7]<[0x1e][0x84]t[0x1][0x8b][0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xff]*`[0xd2]`g9[0x9f][0xd0]7[0xf9][0x17]PK[0x7][0x8]Q[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/internal/MethodSorter$2.class[0x85]S]o[0x12]A[0x14]=[0x3][0xb]K[0xd7][0xc5]R[0xa4]Z[0xab]@[0xb1][0xad][0xe5][0xcb]nA[0x8d][0xf]4$[0x6]5i[0xc4][0xfa]@[0xd3][0xf7][0x81]n[0xe9][0x92]e[0xc7][0xc][0x8b][0xf1][0xaf][0xf8][0x1f]x[0xf1][0x5][0x13][0x1f][0x8c][0xcf][0xfe]([0xe3][0x9d][0xdd]M[0x83]R[0xd2][0x87][0x99][0xb9]s[0xbf][0xce][0x9c]{[0xef][0xfc][0xfe][0xf3][0xe3]'[0x80][0x6]^[0x1a]Ha[0xcf]@[0x2][0xfb][0x6][0x9e][0xe2]@Ie[0x1d][0x15][0x3]:[0xaa]:j:[0xea]:[0x9e]1$[0x8f][0x1d][0xcf][0xf1][0xdb][0xc][0xf1]r[0xe5][0x9c]A[0xeb][0x88][0xb][0x9b]a[0xbd][0xeb]x[0xf6][0xe9]t[0xdc][0xb7][0xe5][0x19][0xef][0xbb][0xa4][0xc9]v[0xc5][0x80][0xbb][0xe7]\:[0xea][0x1e])5[0xff][0xca][0x99]0[0x80][0xc1]<[0xf1]<[v\>[0x99][0xd8][0xa4][0xd9][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xb4]FSJm9[0x9e]oK[0x8f][0xbb][0xd6][0x7][0xdb][0xbf][0x12][0x17]=![0xe9][0xbe][0xd7]l1[0xe8][0x3]1[0xfe][0xc4]%%zU[0xee][0x8e][0xf8]gn[0xb9][0xdc][0x1b]Z[0xd2][0xbe]t[0xed][0x81][0x1f][0xf9][0xb7]V[*'[0xc][0xb1]q[0x83]a{[0xb5][0x8f][0xf2]h2[0x18]![0x94]3[0x11][0x1e][0x3][0xa3][0xb8][0x83]E[0xc4][0x8f][0xfd][0x11][0x85][0xb4][0x96]5[0x1][0xc2][0x97]#E[0xc9][0xa6],[0x84][0xbd][0xd6]s[0x86][0x1e][0xf7][0xa7][0x8a][0xc6][0x9b]U9[0xa7][0xbe][0xe3]Z[0x9d][0xe0][0x9][0xdc][0x17][0xf2]x[0xf5]{[0xdb][0x94][0xd7][0xe8][0x89][0xa9][0x1c][0xd8][0xef][0x1c]U[0xe3][0x8d][0xc5][0xb2][0x1d][0xaa]8j[0xcf][o[0xe0][0x8a][0x89][0xe3][\r]C[0xa3][0x8e]C[0x13][0x6][0xee][0x98][0xb0]p[0xa4][0xa3]a[0xa2][0x89][0xe7]&^[0x80]^[0xbe][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0xc4]=[0xe4][0x18]J[0xb7]v[0x8a]![0xf3]?-[0x86][0xdc]M[0xbc][0x18][0x8a][0xb7]d[0xa3][0xa6][0xf]m[0xff][0x94][0x8f][0x89]Y[0xae]\Y[0xa8]C[0xcf][0x97][0xc4][0xa7][0xf5][0xf]X[0xa8][0xa3][0x1a]G[0x83]r&[0x18]6[0xcb][0xcb]A[0xaa]M)_[0x84]7[0xec][0xd0][0x88][0xa7]h&[0xd7][0xe8]#[0xc4]iQa[0xd4][0x84][0x92]d[0xd1]I[0xe3][0x8a]D[0xf5];[0xd8]7[0x12]bH[0xd3][0x9e][0xc][0x94][0x8f]q[0x97]v3t[0xc0]:[0xb2]P[0x83]M5[0x8a][0x82]%ykt[0x16]js[0xc4][0xea][0xb4][0xe6][0x88][0xb7][0xf3]_[0x91][0xc8][0xcf]H[0xa3][0x91]F#[0xcd][0xec]:k6[0xf0][0xce]Sl[0x1][0x19][0x14][0xe9]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xaa]a[0x96][0x8]AI[0x9b][0xb8][0x1f][0xa0][0x16][0xf0][0x80][0xa4][0x18]Ed[0xb1][0x85][0x87][0x88]g^[0x13][0xfe]v[0x84][0xff][0x9e][0xc8](:[0xe9]j[0xed][0x17][0x12]uZs$g7[0x92][0xd8][0x9][0x1d][0xaf]![0xd2]xD[0x16][0x16]Hy[0x92][0x14][0x91]B[0x10]Y$_u[0x96][0xf0][0x84]N[\r][0xbb][0xb4]o[0x4]5[0xa3]N[0x5][0xb1][0xa9][0xbf]PK[0x7][0x8][0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/MethodSorter.class[0x95]T[0xdb]N[0x13]Q[0x14]][0x87][0xb6]N;[0xc][0xa5][0x94][0x8b][0x8]" [0xa8]mAj[0x1][0x1]-[0x82][0xa5][0xa5][0x88][0xb6][0xe5][0xa1]Hb|0C[0x19][0xca][0x90]a[0x86]L[0xa7]D[0xf8][0x2]?[0x7]%[0x1][0x94][0xc4][0xf8][0xa4][0x89][0x1f]e[0xdc]s[0xa1][0xc][0x97][0x82][0x92][0x94]s[0xf6]>[0xeb][0xac][0xbd][0xf6][0xe5][0xcc][0xef]?[0xdf][0xbe][0x3]H[0xa0][0xc0]![0xce][0xe3][0x9][0x12]<[0x9a]1j[0xee][0xc6]x[0x8c][0xe3])[0x8f][0x10]&[0x2][0xe4][0x9b]l[0x4][0xc3][0x14][0x8f]gx[0xce]![0xc9][0x83][0xc7][0x4][0x87][0x19][0x1e][0x82]}<[0xcb][0xe1]%[0x87][0x14][0x3][0x97][0x99][0xcf][0xa6][0xde][0xe6][0x96][0x19]:r[0x9b][0xe2][0x8e][0x18][0xaf][0x1a][0xb2][0x12]Ok[[0xdb][0xa2].[0x1a][0x9a][0x9e]d[0x8][0x14][0xe5][0xb2]*[0x1a]U]b[0x18][0xbd][0x12]4m{[0x15]Q-[0xc7]ui][0x91]JFv![0xfa]d6[0xe0][0x8e][0xd9]mj][0xab]e[0xb5][0x91][0xdd]~[0xce][0xf6]"@[0x13]r[0x9b][0xf6][0x9d][0xe4][0xf9]D[0xab][0x87][0xd6]{[0xb1]V[0xb0]C4[0xfc][0x0];[0x86]'[0x17];[0x84]7?[0xf4][0x13][0xfe][0xe1][0xa1]c[0xf8][0x86][0xf7][0x9][0xe1]!&[0xd0]M[0x1f][0xfd][0x1f]G[0x10][0x13][0xc4]8I[0x8b][0xa1][0xc1]A[0xf5][0xd7]Pm5}[0xf7][0xe9]G#K[0xb6][0xa9]n[0x8c]V[0x9a]C[0xf8]bG[0xb8][0xf5][0xd9]I[0xf][0xf4][0x91]7)f([0x95]Y+[0xb0]`[0x83][0xf0][0x0][0xf][0xad]Sz[0x5]Nz[0x19][0x87] [0x1c][0xfb][0x5][0xee][0xb][0xb8][0xfd][0xd8]W[0xf8][0x19][0xe][0x11][0xd8][0xaf][0xb1][0x5]-[0xd9]s[0xc4][0x96][0x86][0x1f]Y[0x17]c[0x18]Q[0xc4]h[0xb5][0xa5][\r][0xd1][0xe9]pMZ[0xc2][0xd2][0x0][0xb4][0x9f][0x80]w[0x84][0xc6][0x3]p'[0x10]h[0xd7]t[0x80][0xa0])[0x95][0xb9][0xa4]6[0xd1][0xda]M[0xbb][0xc7][0x16][0xd1][0x8]^X[0xe4][\r][0xe4]5[0xff][0xfc][0x14][0xce]Z[0xff][0x2]PK[0x7][0x8][0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/RealSystem.class}Q[0xcb]N[0xc2]@[0x14]=[0x3][0xd5]J[0xad][0x82]([0xe0][0xb][0x14]W[0xe0][0x82][0xc6][0xb5][0x8f][0xc4]hL4D[0x8d]([0xfb][0xa1]NpH[0x99][0x9a]25[0xfa]W[0xea]F[0xe3][0xc2][0xf][0xf0][0xa3][0x8c][0xb7][0xa5][0x8a]1[0xc4][0xcd]}[0xcd]=[0x8f][0xc9][0xfd][0xf8]|{[0x7][0xb0][0x85][\r][0xb][0x13]X[0xb2][0xb0][0x8c][0x95][0xc][0x85]U[0x13]e[0x13][0x15][0x13]k[0xc][0x93];RI[0xbd][0xc7][0x90][0xae][0xd5][0xdb][0xc][0xc6][0x81]-[0x18][0xb2]M[0xa9][0xc4]i[0xd8][0xef][0x88][0xe0][0x92]w<[0x9a][0xe4][0x9b][0xbe][0xcb][0xbd]6[0xf]d[0xd4]'CC[0xdf][0xc8][0x1][0xc3]Z[0xd3][0xf][0xba]N/$"G*-[0x2][0xc5]=[0xe7]Bp[0xaf][0xf5]0[0xd0][0xa2][0xbf]M[0x8b][0xe2]^jJ[0xb5][0xe3]X[0xc4][0x8d]E[0xd8]1[0x83]u(n[0x3][0xe1]r-[0xae][0x19][0x96].B[0xa5]e_[0xb4][0xe5]@[0x12][0xff][0xbe]R[0xbe][0xe6]Z[0xfa][0x8a]4[0x8a][0xcd][0x1e][0xbf][0xe3][0x8e][0xc7]U[0xd7][0x19]a[0x88]:[0xed][0x87][0xc4]\[0xaa][0xd5][0x87][0xb][0xd2]w[0xce][0x3]2[0xd1][0xd2][0x81][0xe0][0x91][0xb4][0xd5][0xf2][0xc3][0xc0][0x15]G22[0x9c][0x1d][0xb9]jD[0xeb]6LL[0x99]X[0xb7]1[0x8b][0xac][0x8d][0x2][0xaa][0xc][0xe5]?[0xc3][0x90][0x1b][0x19]9[0xeb][0xf4][0x84]K[0xea][0x95]1[0x90][0x93]+j[0xc7]`[0xbe]G[0x85][0xb1]~Q[0x85]A[0xb7][0xa2][0xbb][0xd0][0xe1][0xd2][0x94][0xc9][0x1f][0xc5][0xc]u[0xe]eFyb[0xf3][0x5][0xec][0x89][0x8a][0x14],[0x8a][0x93][0xc3]![0xa6])[0xda]Imc[0x86]2[0x8b]>E$[0x11]x[0x97][0xba]T[0xf4][0xb6][0xf2][0x8a][0xd4][0x8]l[0xc5]C[0x9b]4gb[0x82][0xe2]p)![0x88][0xaa][0x1c][0xe6][0x8][0x9a][0x8f][0xbb][0xf9]Dn!&/[0xd0][0xf6][0xd0]Y#qf<#[0xfd][0xf8][0xc7]X[0xee][0x97]1[0xe3][0xc7]X)[0xde]Z[0xfc][0x2]PK[0x7][0x8][0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/internal/TextListener.class[0x8d]V[0xeb][0x1c]e[0x15]~[0xde]d7;[0xdd]L[0x92]v[0x93][0xb4][0xa4][0xf4][0xb2][0x1][0x9a]n6iW[0x1][0xb9][0xa4]1[0xa6][0xb7][0xc8][0x96][0xb4][0xc5]$m[0xa5] 8[0xd9][0xcc]&[0x13]63qf[0x96][0xb6][0xa0][0xa2]R[0xae][0xa2][0xa8][0xd4][0xb]x[0xab]R[0xad]w[0x8b][0xc2][0x96][0x82][0xa0][0x8][0x9f][0xfc][0xe0][0xdf][0xe1]_[0xa1]>gf[0xf6][0x92]t[0x13][0x9a][0xfd][0xe5][0x9d][0xf7]r[0xce]sn[0xcf]yg[0xfe][0xf5][0xdf]w[0xde][0x7][0xf0]I|[0xd4][0x8e]y,$q[0x7][0xac]$[0xee][0xc4][0xe2][0x6][0xce][0x1e]K[0xa2][0x84]%[0xd9][0xb3]epdXN[0xe2]Kpe[0xe6][0xc9][0xcc]O[0xa0][0x9c][0x84][0x8e]E[\r][0x8f][0xcb][0xf3][0x8c][0x9c][0x9c][0x95][0xd9]99~B[0x10][0x9e]l[0xc7][0x97][0xf1][0x15][\r]_[0x95][0xed][0xa7]4|M[0xc3][0xd7]5|Cv[0x9f]n[0xc7]y<#[0xc3][0xb3][0x9]<[0xa7][0xe1]yQA[0xc3][0x8b]Il[0xc7]7exI`[0xbe]%0[0xdf][0xd6][0xf0][0xb2][0x86][0xef][0xc8][0xf4][0xbb][0x1a][0xbe][0xa7][0xe1][0x15][\r][0x17]4|_[0xc3][0xf]4[0xfc]P[0xb6][0x94][0xc4][0xab]x[0xad]m[0xfc][0xe5]q[0xc8][0x9f][0xac]~[0x9c][0xc0]O[0x12][0xf8][0xa9]B[0xdb][0x19][0xd7][0xf2]MW[0xa1]wr[0xd1]x[0xdc][0xc8]YN[0xee][0x1][0xd7][0xb2][0xfd]i[0xdf]5[0x8d][0xa5]}[0x14][0x18][0xb5]l[0xcb][0x1f]S[0xb8]53[0xe9][0xb8][0xf3][0xb9][0xc5]2[0x97]9J[0x98][0xae]m[0x94]rGNp9}[0xce][0xf3][0xcd][0xa5]}[0x83]'[0x15]b[0x7][0x9d]9S[0xa1]k[0xd2][0xb2][0xcd]c[0xe5][0xa5]Y[0xd3][0x9d]1fK[0xdc]IM:[0x5][0xa3]t[0xd2]p-YG[0x9b]1[0xc1][0xf2][0x14][0xfa][0x9b]![0xcf][0x98]g[0xfd]I[0x8b][0xc0][0xb6][0xe9][0x8a][0x1f]^`D![0xfd]qn([0xdc][0x94]i[0x1a][0x8c][0xf8][0xd7][0xe5][0x9b][0x9e]?U[0xb6]'[0x18][0x95][0xb7]`[0xce])lk[0x8c][0xcb]-[0xdb]4[0x97][0x9b]2[0xbd]r[0xc9][0xf][0x14][0xda][0xdc]`[0xae][0xd0][0xb7][0xa6][0x98]B[0xbb][0xa0]N[0xfb][0x86][0xeb][0xb]b[0x13][0xc4]C[0xa6]Wp[0xad]e[0xdf]r[0xec][0x0][0xb6]}[0xae][0xbe][0xa1][0xb0]c}[0x85][0xc8][0xc0][0x84]a[0x95][0xca].[0xd3][0x96]mb[0xc0]v|[0xab]h[0x15][0xc]Q[0xc8]E[0x92][0x81][0xa5]D[0xb1][0xaa][0xb6][0xfb][0x6][0xb5]"s[0xf9]y[0xdb]q%[0x9e][\r][0xf3][0xa6]*[0xa2][0xc9][0x96][0xcc][0xe0][0x1a]Di_[0x96][0xe5]}[0xa6]1'r[0xb1][0xcc][0x91][0xc0]8[0xed][0xcc]XK4[0xae][0x8e](t[0x4]"[0x91][0x19][0xd6]=f[0x1a][0x85][0x5][0x85][0x16][0xeb]6[0x85][0x9e][0x10][0xb6][0xec][[0xa5]\[0x9e][0xa6][0xc][0xdf][0x91][0xb2]k[0xc5][0x9a][0xf4][0xc6][0x6][0x9]![0x6]O[0x95][0xc5][0xff][0xbc][0xc2][0xe6][0x95][0xe4]:[0xb7]\%[0xd8][0xbd][0xab]tFo0[0x5]c[0x4][0xd7][0x1b][0xbd]U[0x18][0xbd][0xd1][0xa4][0x87]&K[0x86]=[0x9f]cr,{>[0xe4][0xd1][0xb2]k[0x16][0xad][0xb3][0xd2][0x8][0xd7][0x9d]W[0x93]7[0xe1]8A[0x92][0xbb][0xcd][0x92][0xb1][0xec][0x99]s[0x92][0xb9][0xfd]^([0xc4][0xe]eJ[0x9b][0xe9]&[0xa7][0x9d][0xb2][0',[0x9]xSc[0xdb][0xec][0x15][0xe9][0x4]~[0xa6][0xe3][0xe7]8[0xae][0xe3]n[0x8c][0xcb]pQ[0xc7][0xa7]pW[0x2][0xbf][0xd0][0xf1]K[0xbc][0xae][0xe3][0x1]|N[0xc7][0xc][0xe][0xe8][0x98][0xc5][0x81][0x4].[0xe9][0xf8][0x15]~[0xad][0xe3][0x98][0xa8]\[0xc6]E[0xd6]|[0xb5][0xd1][0x3]e[0xab][0x14]T[0xb9]M<[0x1c]I[0x8b][0xc6]ot[0x14]0[0xa7][0xe3][0xb7][0xf8][0x9d][0xa8][0xfd]^[0xc7][0x1f][0xf0][0xc7][0x4][0xfe][0xa4][0xe3][0xcf][0xb8]B'g[0x16]L[0xd7]L[0x9f]1[0xbc]@[0xfa][\r][0xb2]*[0x1d][0x95]v[0x84][0xe1]G[0xa7]2P[0xb6]z[0xe2][0x8d][0xe8][0xf8][0xb][0xfe][0x9a][0xc0][0x9b]:[0xde]BE[0xc7]U[0xbc][0xad][0xb0][0xeb][0x86][0xca][0xa0][0xc0][[0xf5][0x11]T[0xd8][0xf9]1W[0x9a][0xc2][0xe0][0xfa]q[0xf0][0x92][0xaa][0xcb][0xee]X[0xff][0xce]Shu[0xca]t[0xbd]5#T[0xdb][0xb2][0xc6]E[0xc5][0xcc][0xb2][0x93][0xa7][0xaa][0x1d]Ia[0xf6]dw[0x93]nfa[0x8d][0xe5]e[0xd3][0x9e][0x93][0xab][0xf4][0xe0]Z[\r][0x9f][0x8]8[[0xe2][0xf5][0xb5]'[0xd3][0x84][0xf3][0xd7]mE[0xac][0x91][0xa6][0xf6][0x9d]*[0xa9]{2M9[0xdd][0xdb][0xc]Q[0xae]M[0x6]P[0xbf]?RU[0xe5][0xc6];[0xa1]s[0xe5][0xe]o[0x19][0xcf]z"[0xc]7/[0xb7]}~][0xcf][0xac][0xe8][0xea][0xe1][0x9d][0xb2][0x2][0xbc][0xe1]JJ][0xbf][0xcb]d,[0x18][0xde]1[0x96]7[0xb0]s[0x9a]F[0xed]`[0xb1]2[0xbc][0xe3][0xb3][0x8b]fA|[0xec]`[0x18][0xc2][0xa7][0xea]m[0xa9][0xc9][0xda]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t3[0x1e]d[0x95]"l[0x95][0xe9]r[0xa1]`z^[0xb1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#g[0xe9][0xe]:e9[0xed][0xaa][0xe7]![0xda][0xd9][0x1c][0x98][0xf1]i5[0x17][0xbe]w'[0x1c]w[0xc9][0xf0]C[0xc5][0xbc][0xed][0xf9][0x86]-[0xf0][[0xab][0xe]]')[0xef][0xd8]b[0xa4][0xd3][0x9b]9[0xd4][0xa4],[0xe8][0xe7]W[0xc8][0x9d][0xfc][0x82]`[0xe][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x81][0xb4][0x98][0xe2][0x8d]r[0xf][0xc7]{[0xb9]:[0x88][0x16][0xfe][0x80][0xf6][0xec][0xd0]5([0xc5]vmy[0x83][0xcb][0x16][0x8c][0x4][0x9f][0x1d]r[0xb4][0x89][0xcf][0x14][0xf6]q[0xb6]9[0x14][0xc5](>[0x1d]|[0x96][0xb4]c[0xc][0x9f]![0x90][0x0][0x8e]G[0x80][0x13][0x11]`2{[0x15][0xad][0xd9][0xa1][0xb7][0x10][0xab][0xe3]u[0xa2][0x95]c[0xf]b[0xe8][0xc5][0x6][0xa2][0xd5]1[0x93]5[0xcc]d[0xe0][0xa6]`[0xee][0xc7][0x81][0x8]s[0x9a]z"[0xd5][0x9d][0x1d][0xaa] ^A[0x9b]<[0x13]2hu[0xf0][0x14]a[0x81][0xad][0xd0]p3:[0xb0][0x8d][0xeb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xed][\r][0x6][0xba]k[0x6][0xba][0x19][0xf3][0xa1][0xc0][0xc0]a:[0xbb]:[0xb]o"[0xb6]qo[0x5][0x1b]N[0xad][0xce]B?[0x9f][0xb7][0xac][0x91][0x85][0xcf][0xe2][0xbe][0x0]0[0x8f]#M[0x1][0xf]7[0x3][0x1c][0xe0]s[0xf7][0x1a][0x80][0xf7]c2[0x0]<[0xba][0x86][0x87][0xf9]f[0x80]C|[0xe][0xaf][0xeb]a[0x8b][0xbc]!"[0xc0]\`[0x0][0x88][0xb][0xe0][0x95][0x1a]T[[0xb0]yG[0x0][0xa3][0x87][0x2][0x11]LL[0xde]:[0x91][0xf2],w[0xa5][0x94][0x3],r[0xb2]B[0xa7][0xf8]x[0x17][0xfa][0x83]W[0xd1][0x91][0xea][0xac][0xa0]+[0xbb][0xb3][0x82][0x8d]|V[0xb0][0xa9][0x82][0xd4]j[0x2][0xdc][0x8d][0x4][0xf9][0xb7][0x8b]Hug[0x7]j[0xce][0xe]`[0x8a][0x5]g;[0xca][0xb].[0xb4][0xa7][0xee][0xe2][0xaa][0x8d]g[0x97]X[0xf2][0xee][0xa3][0xc3][0xd7][0xd0][0xa3][0xf0][0x1a][0x99][0x15][0xce]b[0x17][0x91]m[0xf4][0xa0][0x97][0x96][0xc3][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xa7][0xb6][0xd4][0xfc][0xb8][0x8c][0xdd][0x8d]b7[0xad][0x10][0xeb][0xab][0x89][0xc5][0xc6][0xb8][0xbb]Ua$[0xd6][0x17][0xbb][0x86][0x9b][0x15][0xbf][0xbd][0xf7][0xca]l[0x9b][0xe2][0xbb]b[0xfb]H<[0xdb][0x17][0xaf]B[0xec][0xa0][0xd2][0xf6][0xf3][0xad][0x8a][0x0][0x81][0xee][0xce][0xcb][0xff][0xfb][0xb7]D[0xdb][0x1a]D[0x9b]eA[0xc0][0xb8][0xe2][0x8c][0xac][0x93][0xad][0xd2][0xc5]&[0xe9]#[0xad][0xc7]Y[0xcd]9[0xb2][0xaf][0xc8][0xea][0x9e]gi^'q$[0x13]c[0x8c][0xf1]<[0x99]{[0x82][0xd5][0x8f][0xc3]f#[0x9c][0xc4][0xa9][0x80][0xd5][0x97]j[0xd9][0xb9][0x14][0xb1]7[0xce][0xef][0x83][0xcf][0xe3]A[0xe6][0xae]H[0xbd][0xd3]x[0x88]6[0x1f][0x8e]j[0x16][0x9e]}[0x81]g1y[0x9d]F5[0xf3](![0xd9][0xdf][0xd3][0x90][0x83]a[0xfa][0x9f]Js`^[0xfb]k[0x9][0x10][0x1]n[0xdc]R[0xc1][0xad][0xab]K7[0xc9]>8J[0x96][0x1d][0xb][0x1c]N[0x87][0x80]5[0xe7][0xf6][0x4][0xae][0xab]`[0xf6]E[0x18][0x81][0x3][0xb3][0xb5].[0xfe][0xf]WR[0xea][0xb][0xc4][0xbe][0xed]U[0x1c]o[0xe0]Nj[0x17]m5[0xd6]f [0xf4]i[0xb7]T&[0x13][0xcd]Yf-[0xb5][0xe3]2[0xe2][0xa9]Aq;[0xdb]P[0xd7][0xd1]F[0xac][0xa1]([0x84]*[0xd6]p[0x3][0xd6][0x9e]p[0xbe][0xb7]Z[0xb0]T[0xa4]X[0x8f]s[0x80]7[0x13]H[0xf4][0x4]i[0xd8]I"n![\r][0xa7]Y[0x86][0xd3]Li[0x81][0x9][0x89][0xa9]~[0x85][0xa9][0xae]S[0xf7]B-[0xfe][0xb]Qqb[0xf2]][0x15]E[0xbd]?j[0x95][0x8e][0xb7][0x91][0xdb][0xf9]b[0xf]>[0xe1]Tp[0xfb][0xea]~+4[0xc0]u[0xd4][0xe0]:[0xa2]NP0[0x3][0xf9][0xe2][0xff][0x1]PK[0x7][0x8][0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/internal/Throwables.class}[0x91]KO[0xc2]P[0x10][0x85][0xcf][0x94][0xd2][0xca]CA[0x10][0xc5][0x7][0x92][0xe8][0x6][0x8][0xb1]1[0xea]F[0x8][0x89]1[0xba]"[0xba][0xa0]aiR[0xb0][0x81]K[0xb0]5mQ[0x96][0xae]4.t[0xef][0x8f]2[0xce]E[0x2]H[0xc0]&[0xed][0xcc][0x9c][0x9c][0xf9][0xa6]w[0xee][0xd7][0xf7][0xfb][0x7][0x80]C[0xe4][0xa3]P[0xb1][0x19]E[0x8][:[0xb6]u[0xec][0x10][0xb4][0xaa]pDP#[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5]&A=womB[0xa2].[0x1c][0xfb]jp[0xd7][0xb2]=[0xd3]j[0xf5]YI[0xd5][0xdd][0xb6][0xd5]oZ[0x9e][0x90][0xf5]HT[0x83][0xae][0xf0][0x9][0xf9][0xba][0xeb]u[0x8c][0xde][0x80]A[0x86]p[0x2][0xdb]s[0xac][0xbe]av=[0xf7]Q[0xda][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w{v [0xeb]3[0xff][0xe2][0xa9]m[0xdf][0x7][0xc2]u[0x8][0xe5]B[0xbd]g=XF[0xdf]r:[0x13]{[0xa5]8[0xa5][0x8e][0xdd][0xcc] [0x1e][0x98][0x99][0xdb]A[0x88][0x8e][0x8d][0xbe][0x8e][0x1c]A[0x1f][0xcd]#d[0x17][0xc]i[0xea][0xd8]%D[0x1a][0xa2][0xe3]X[0xc1][0xc0]c[0xf6]I[0xd5]<[0x9d][0xeb][0xad]-B[0xdc][0x98][0xa6][0x9c][0xdd]p[0x7]^[0xdb][0xbe][0x14]r#[0x89][0xc9][0xb1][0xf]dS[0x1c]ahq[0xa4][0x90]&[0xe4][0xfe][0xdd][0x12]!9[0x99]r[0xdd][0xea][0xd9][0xed][0x80][0x90][0x9e][0xb3][0x8a]?[0xea][0xb8][0x9f]o7[0xc4][0x97]+[0x9f][0x10][0x14]9[0x15][0xbc][0x6][0xae][0x8e]8[0x12][0xc7]p[0xe9][0x15][0xf4][0xc2][0x89][0x82]%[0xfe]F9[0x2]1n[0x89]#[0xc2]Y[0xfc][0xd7][0xc4]z[0x8c]c[0x84][0xeb]evH[0xc0][0xf1][0x8][0xa0][0x95][0xde][0xa0][0xd0][0xf3][0xc]a[0x8f][0x9][0xfb]S[0x4][\r]+HpL[0xf2][0xab][0xb2][0xb2][0xca]>>=[0xff][0x94]d[0x95]G,[0xa5][0xf4]9[0xe6]hC[0xa5]0[0xc5]Pf[0x18]k[0xc8][0xc][0xd5]u[0xce]7[0x86]Y[0xf6][0x7]PK[0x7][0x8][0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/builders/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.class[0x9d]U[0xeb]R[0xdb]V[0x10][0xfe][0xe][0x96]-,[0x4][0x18][0xe2]B[0x9c]4i)[0xa1][0xd8][0xe6]"[0x12][0xd3]K[0xc0][0xa5]%$[0xb4][0xa4][0xc6]I[0x11][0xb8]u[0xdc][0x9b]l[0xb],F[0x91]2[0x92][0xdc]&[0x8f][0x92]'[0xe8]_:[0xd3]&M[0x99]f[0xf2][0xab]?[0xfa][0xc]}[0x83][0xbe]C[0xdb]=[0xb2][0xb0][0x8d]M[0x1d][0xa7][0xa3][0x99][0xb3]:{[0xf6][0xfb][0xce]^[0xb4][0xab]?[0xfe][0xfe][0xf5]9[0x80][0xab]8[0x94][0x10][0xc2]F[0x14][0x17]pS[0xc4]-[0x89][0xe4]&_>[0xe6][0xcb]'|[0xd9][0xe2][0xcb]m[0x9][0x9f]"7[0x84]m[0xe4][0x87]p[0x7]w[0xf9][0xf2][0x19]G[0xee][0x88]P%[0x8c]`C[0xc4][0xae][0x84][0x18][0x97]{[0x12][0xc6]Q[0x10][0xf1][0xb9][0x84]8[0xdf]!a[0x82][0xcb][0xa2][0x84][0xf3]\[0xde]c[0x18][0xab]h[0xd6][0x9e][0xab][0xab]u[0xc3][0xd3][0xb7]u[0xaf]fW[0x19][0x18][0xe9]#Y[0xc3]2[0xbc]5[0x6]!y/U [0xb1]aWu[0x86][0xd1][0x9c]a[0xe9][0xf9][0xfa][0xfd][0xb2][0xee][0xec]je[0x93]4[0xe3]9[0xbb][0xa2][0x99][0x5][0xcd]1[0xf8]>P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xcd]p[0x19][0xb2]9[0xdb]9P[0xe][0xeb][0xc4][0xa4][0x18][0x96][0xa7];[0x96]f*[0xe5][0xba]aVu[0xc7]U[0xd6]M[0xf3][0xa6][0xbe][0xaf][0xd5]M[0xef][0xae][0xed][0xba]F[0xd9]0[\r][0xcf][0xd0][0xdd][0x1b][0x8d][0xf3]U[0x86][0x11][0xa7]nY[0xba][0xb3]i;[0x1b][0xa6][0xe6][0x12][0xdf]|2w[0xa8]}[0xa7])[0xa6]f[0x1d]([0xbe]n5[0xd5]vE[0xc3]\[0xd9][0xf1][0x5][0xe1]#[\r][0x5]C[0xa2][0x87][0x91][0xa0]k[0x95][0x1a][0xc3]l[0x97][0x89][0xab][0xdc][0xa7][0x90][0xcd][0xc0][0xb2][0xe5][0xd5][0x80]q[0x85]![0xde]p[0xa4][0xee][0x19][0xa6][0xb2]E[0x81]i[0x9e][0xcd][0xcf][0xa2][0x9e][0xee]z[0x81][0xb3]c][0xbe]2[0xc][0x9e][0x4][0xcf][0x10]kc[0xc8][0x19][0xae]G[0xa7][0x13][0xa7]S[0xf9][0xe8][0xc1]I:[0xe3][0x9d]T[0xd9][0xf4][0x1a][0xd9]_[0xef][0xa0][0xc8][0xf6][0x19][0x3][0xc7]J[0xb7][0x1e]V[0xf4][0x7][0x9e]a[[0xae][0x88][0x12]y[0xae][0x1a][0x7][0x96][0xe6][0xd5][0x1d][0xba]N[0xe9]J3[0xbf][0xaf]W[0xa6][0x87]}[0xf5]rp[0x1][0xc3]B2[0xd5][0xb3][0xf4][0xb7][0xf7][0xda][0xcc][0x9b][0xf8][0xcc][0xab][0xe1]3-|L[0xb3],[0xdb][0xd3]<[0xbd][0xda][0xa4]Xz[0x9][0xc5]z[0x7][0x82]o[0x94][0x2][0xdb]i[0xe3]X|[0x9][0xc7][0xd6]){b[0x18]w[}[0xd4]dI%[0xbb]S[0xf7]_[0x1f][0x97][0xa4][0xda]u[0xa7][0xa2]o[0x1a][0xbc][0xec][0xd3][0xbd];d[0x91][0x17]I[0xc6]%|)[0xe3]"^g[0x98][0xe9][0xeb][0x16][0x19][0x1f]`M[0xc6]*[0xb2]2>[0xc4]G2[0xae]cE[0xc6]{x_[0xc4]W2[0xbe][0xc6]7"[0xbe][0x95][0xa1][0xa1],[0xa2]"[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "][0xc6]>[0xe]d[0xd4]0C[0xb1][0xf4]][0xd5]~l[[0x5][0x9f][0x95]R[0xf1][0x98][\r][0x86]t[0xff][0xa5][0xa1]R[0xf6]2V[0xcf][0xa8][0xda]l/@[0xbe]n[0x9a]M[0xcb][0x95][0xff]?[0xe4][0x18][0xce][0xb5]:m[0xb7][0xe6][0xd8][0xdf]7[0x1a]>[0x94][0xe4]37[0xd6]j[0xef]u[0xc7][0xd1][0x1e][0xd1][0xd4][0x88]h.[0xef]t[0xaa]u[0xb2][0xd4][0xd6][0xa4]w[0xca][0x87]z[0xc5][0xa3][0x16][0xed][0x9a])#[0xa7]54[0x82][0x8c]`\[0xd1][0xbc]I[0xa6][0xce][0x1e]c[0xe3][0xdd]Z[0x6][0xb1][0xa6][0xb9]y[0xfd][0xa1][0xe7]{G[0x8][0xc1][0xf2]7[0xf1][0x13][0x92]vGx'h[0xfb][0xfa]N[0xc7][0xfc]N'[0xfb]l[0x84]T[0x1]S[0xf4][0xaf][0xb][0xd1][0x91][0xa8][0xf8][0xd7]Mo"[0xbd]_[0xc2]eZ[0xdf][0xa0][0xdd]&[0x6][0xe8][0x1][0xa4][0xf4]S[0xb0][0xf4][0xc5][0x9f]1[0xf0]#[0xed][0x6][0xf0]&[0xad]#>R[0x86][0x80]aDi7E[0xbb][0x89][0x86]5[0xde][0xc2]4[0xe0][0xbf]qV[0xfa][0xd9][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc8][0x9e]s[0xfe]E[0x88][0x8][0xc9][0xd2][0xe0]o[0x8][0x15]C[0xe9]'[0x10][0xd4][0xa2]@"[0xac][0x16][0xc3]$"j1BBT[0x8b]"[0x89]A[0xf5][0x17]D[0xb7][0xe7][0x9f]Ab[0xc8]/<[0xc3][0x10][0xc3]cL[0xd1][0x8b][0xcc][0xf0][0x2][0xa1][0x15]!![0xcc]=[0xc1][0xf0]J8[0x11][0xfe][0x1d][0x91]D[0xf8][0xe8][0x87][0xfe]dGD[0x1f][0xf2][0x9d][0xbc]L[0x1][0x81][0x82][0x9b]C[0x82][0x82][0xb9][0x80]<9[0xa4][0x92]K[0x5]:)[0x92];[0xdc][0xe9]5r'[0x8f]A[0xbc][0x8d]Y[0x84][0xc9]*[0x86]$R[0xe4][0xe4]5[0xda][0xa7][0x9][0xc9][0xc3],5C*a[0x1e][0xb][0x14][0xd0][0x1c][0x96][0xb0][0x8][0x85][0x2]^j[0x6][0xce][0xcf][0xae]6[0xcf][0xae][0x91].CZ[0x81]4[0xcb]x[0xc7]O[0xdc][0xbb][0xb4][0xa3])[0x10][0xa4][0x97][0[0x92][0x83][0xc7][0x18])>[0xc5][0xe8]Q3[0xb9][0x11]_?[0xed][0xfb]'7l[0x2][0xf][0x4]>J[0xba][0xf1]1[0xc2][0x8f]u[0xe2]g[0xcf][0xc4][0xd3]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0][0x19][0x8a][0x8d][0x9f]E[0x8f]1^[0xa4][0x12][0x9f][0xeb]$[0x98]k#[0x88]6[0x9]h[0xb4]u;[0x10]'[0x7]^[0xeb][0xc4]+g:@[0x3]1[0xc0]o[0x5][0xf8][0xc9][0xf4]O[0x18]x[0x8c][0xa1]cL[0x10][0xcd][0xe4][0xd1]1[0xce][0x93]L[0xb4][0xe8][0x1a][0x1f][[0x86][0xaa][0xb9][0x8c]Q[0xca]b[0x8b]v2[0xa0]eX[0xf7][0xad]o[0xfc][0xb]PK[0x7][0x8]R[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/internal/builders/AnnotatedBuilder.class[0x95]V[W[0x13]W[0x14][0xfe][0x86]$[0xe][0x84]A[0xb9]*[0xda][0xaa][0xa1][0xd5][0x12][0x92]`[0xea][0xa5][0x17]Ai1[0x5][0xc5][0x92]`[0x93][0x88]E[0xad]:L[0x6]20[0x99][0xa1]s[0xd1][0xb6][0xff][0xa4]}[0xee]Z}[0xc5][0xb5]Z[0xb1][0xed]j[0xeb][0x93][0xf][0xfd][0xb][0xfd]/m[0xbf]3[0x13][0x92]@[0x0][0xf5]a[0xce][0xd9][0xb3][0xaf][0xdf][0xde][0xe7][0xec]=[0xf3][0xf7][0xbf][0xbf][0xfd][0x9][0xe0]<[0xbc]8[0xfa][0xf1]i[0x17][0x86]1-[0xe3]Z[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "r[0xdd][0x88][0xe0][0xb3]893b[0x99][0x15][0xbc][0xeb]b[0xb9][0x11][0xc7][0x1c]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea]s[0x19][0xf3]b[0xcf][0xcb]([0xc4][0xb1][0x80][2[0xbe][0x90]Q[0x94]Q[0x12][0xdc][0xb2][0x8c][0xdb][0x9d]X[0x8c][0xe3][0xe][0xbe][0x8c]c[0x10]K2[0xee]J[0x18][0xce]-[0x14]J[0xe5][0xe2][0xed]\y[0xa1][0xf8]p[0xa6]X[0xe4]:[0xbb]P[0xcc]O[0x97]%[0xf4][0xcf][0xaf][0xa9][0x8f][0xd5][0xac][0xa9]Z[0xab][0xd9][0x92][0xe7][0x18][0xd6][0xea][0xa4][0x84][0x9e][0x9c]m[0xb9][0x9e]jy[0x8b][0xaa][0xe9][0xeb][0x12][0x14][0xd7]7<[0xfd][0x9a]o[0x98][0x15][0xdd][0x91]0:o;[0xab][0xd9]5[0xdf]2[0xbc][0xac][0xe3][[0x96][0xee][0xb8][0xd9][0x9a]][0xd1][0xcd]l1x[0xab]+[0xd2][0xd1][0xa1]+[0x6][0x95][0xa6]$[0xa4][0x92][0xaf]i3[0xb6](![0x9a][0xa3]@[0xc2][0x91]y[0xc3][0xd2][0xb]~mYw[0xca][0xea][0xb2][0xa9][0xb][0xb0][0xb6][0xa6][0x9a][0x8b][0xaa]c[0x88][0xf7]:3[0xea]U[\r]W[0xc2][0xb9][0x96][0x0][0x86][0xe5][0xe9][0x8e][0xa5][0x9a][0xd9][0xe5][0xd0][0xab][0x9b][0x9d][0xb6],[0xdb]S=[0xbd][0xd2][0xc4]v8[0x84]1k;9Su[0xe9]![0x93]l[0xa9]E[0xc0][0x9b][0x1c]kC][0x87]K[0xfb][0xb8][0x1a][0xfa]4lK[0xc2][0x89]=[0x15][0xef][0x18]^[0x95][0x9a][0xbd][0x9a][0xef]8[0xba][0xe5][0x95]u[0xd7][0xab][0xc7][0xea]k[0xb]%[0xa1][0xcb]k[0xca][0x8f][0xee][0xcc][0xf4][0xdb][0x8d][0xed]l[0x7]w[0x1b]^IM[0x9]03[0xdf]h[0xfa][0x86][0xc0][0xe2][0xca][0xb8]G_%c[0xd5]R=[0xdf][0xa1]I[0xb6]-/asPj[0xc9]U[0xdd][0x9b][0xb1]4[0xd3]vy[0x1f][0x2][0xb]V[0xa9]`[%[0x91][0xae][0x96][0xd7][0xc5][0x91][0xd4][0x81][0x9e][0xd9][0xab]h[0xed][0xb9][0xa5][0xf6][0xc1][0xb0]g2[0xdd][0xc1][0xb1][0x85]h$\m[0x8f][0xf0]f[0xe7][0xe4][0x1a][0xb5][\r]S/[0xa8]5[0xd6][0xa2]C[0xbf] a[0xa4][0xc5][0xbe]`[0x97]|[0xad][0x9a][0xd7][0xbd][0xaa]]i[0xd4][0x90]V[0x12][0x95][0xbb]CW[0xf5]L[0xc7][0xdb][0xc0][0xa6][0xf7][0x8d]*[0xb2][0xb8][0xdf][0x9e][0xf2]A[0x6]ozF[0xf1][0x92][0xed];[0x9a]>k[0x88][1[0xb4][0xfb]~[0x9f][0x13][0xde][0x14][0x9c][0xc2]}[0x5]o[0xe3]$G[0xc0]~[0xf7]S[0xc1]Wx[0xa0][0xe0]![0x1e])[0xf8][0x0][0x1f]*[0xb8][0x80][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T,+[0xd0]P[0x91][0xa1]+X[0xc1][0xaa][0x82]*[0x1e][0xb1]%w[0x81]T``[0x8d][0x17][0xbc][0xc9]^X^[0xd3]5O[0xc6][0xba][0x2][0x13]5[0x9][0xc7][0xf6][0xc9]@[0xc2][0xe9]W[0x1c][0x82][0x84][0xb3][0xaf]52[0x14]X[0xb0]%[0xa4][0xf7]S[0x9e]#[0xcb]PM[0xe3][0xbb][0xa0]Ug[0x1c][0xc7]f[0xf0][0xbb]9[0xdf][0xf5][0xec]Z"TMh"[0x99][0xc4]Y7[0xe1]Vm[0xdf][0xac]$[0xaa][0xea]c=[0xa1]&6[0xfc]e[0xd3][0xd0][0x12][0x9a][0x98][0x86][0x8e][0xaf]y[0xb6][0x93]x[0xc2][0x92]%[0xdc][0xed][0xe6][0xa2]I2(D[0xa2][0xd1][0xbb]c26[0x14]|[\r]GT_L[0x95]7[0x19]K[0x12][0x6][0x9a]Ui[0xa9]D$)[0xe6]b[0xf][0xdb]r[0xba]e[0xe8]\:[0xb8][0xf7][0x9a][0xf3])[0xdb][0xb4][0xe2][0xcd][0x89]=[0xe][0xa7][0xfa]@r[0xaf]N[0xed]1[0xdc][0x1d][\r][0xce][0xd0][0xfc][0x82]([0xc][0x9d][0xb7]+[0xc6][0x8a]A[0xd8][0x1]s[0x8e]C[0xaf]i[0xed][0xe8]+&[0xcf]=[0xbb][0xad]#[0xa1][0xd3]p[0xc3]q[0xc1][0x9][0x9d][0x9c][0x13]>[0xfa][0xda][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87]0y[0xb9]fy%\L[0xde];0[0xa9][0xed]@-F[0x4]}[0xf2]@[0x5]v[0xb2][0xa5]?[0x99][0xb]>i[0x1a][0x13][0x1f][0xdd][0x11]#[0xbc][0xb1];[0x82][0xd4]Ya[0xc5]K-[0xe3]cpG[0xc9][0x1a][0xdf][0xcb][0xde][0xdd]<~[0xf9]Vl[0xa7][0xa6]z[0x12].'[0xdb]-^[0x11][0xbe][0xe1]wh[0xf][0xdb][0xb1]E[0x8c][0xf0][0xd7][0xa0][0x9f][0x10][0x1d]8[0x81][0xe3]|$[0xbc][0x15][0xbc][\r][0x91][0xcb]f'[0x1d]%[0xef][0x14]NsM[0xf0]m[0x96][0xb2][0xe][0xee][0xf1][0xd4][0x16][0xa4]T[0xfa][0x17]t<[\r][0xf4]G[0xb8][0x1e][0xe6][0xf][0x7]0O[0x8b]<[0xba]P[0xc0];|;[0x1a]j[0xe3]][0x9c][0x1][0x2]Jx[0xe5]L[0xc4]Y[0xbc]G}[0xe1][0xf3]G[0xee]Q[0xee][0x99]t>[0xf3][0x12][0xa3][0x99][0x1]D[0x9e]![0xfa][0x2][0x91][0xc2][0xf8]K[0x1c]I[0x8d][0xff][0x8a][0x18]{[0xf2][0x19][0xe]m[0xa6]2[[0x90][0xf3]?[0xfd][0xf7][0x8f][0xb4]I[0xfd]H[0x10][0xf5][0x4][0xe]q-r-[0xa3][0xf][0xb7][0x89]\dUB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0x3][0x4])[0xfa][0xee]C/F[0x91][0xa4]E[0x7][0xd7]1[0xf2][0x4][0xaa]L[0x3]U[0x6]i[0xf2][0xd8]`u[0xc4][0xa1][0xd6]x]+M[0x8a]?[0x5][0xf5]Zd[0xf1]~[0x90][0xf1]y>[0x9c]o\E[0xe]+[0x94][0x8][0xed]a[0xe2][0xec][0xfc][0x1e][0xfd][0xdc][0xba][0x9e]#[0xfe][0x3]:Iuo[0xb6][0xe0][\r][0xab][0xf4][0x80][0x98][0x1e]2[0x96][0xda]R[0xa5][0xe1][0x6][0x9e][0xe1][0x0]c[0x88]G[0xe1][0x1e]r[0x4][0x8a]0[0xf6]%R[0x1c][0xb0]a[0xfd]$[0x19]rP[0x83][0xf5]t[0xf4][0xf](K[0x91][0x1]([0xa5]g[0xe8][0xe1][0xcb][0xe1][0xa5]H[0x86][0xe4][0x91][0x17][0xe8][0xdd],[0xa4]c[\r][0xe9]Rt[0x0][0xfd]B'V[0xd7]Y[0x8a][0xa6]~F[0xc7][0xb6][0xea]D[0x94][0xa0][0x7]&b[0xbf]cp[0xa9]([0xd4]9[0x1e][0xa3][0x12][0x97][0xe7]8[0xba][0x85]c[0x5][0x80][0xc5]Q[0xf6][0xf1]r\[0xc7][\r][0xee][0xad][0xc7]Q[0xa5][0xc4][0xa0]d[0x9d][0x92][0x1a]nr[0xac][0xde][0x82][0x1d][0xa4]:E[0xf9]-^[0xb2][0x8f][0xa8][0x19][0xa3]d[0x4][0x1f][0xe3]2[0xb]{[0x8a][0x97]f[0x82][0x94]([0xce]z[0xa3][0x10][0xeb][0x98][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "![0xa8]tpl[0x99]F[0xb9][0x84][0xec]JC&[0xe]k[0xf7][0x11]]%=[0x15]P[0x9f][0xfc][0xf]PK[0x7][0x8]O$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/builders/IgnoredBuilder.class[0x8d]R]K[0x1b]A[0x14]=[0xd7][0xc4]l][0xd7][0xf8][0x91][0x98][0xda]O[0xb5][0xad][0xa0][0xb1]8[0x14]|S[0x4][0x15][0x84]B[0xe8]C-[0x81]>N[0x92]a[0x1d]Yg[0xcb][0xec]l[0xa1][0xff][0xca][0xbe]Th[0xa1][0x8f]}[0xe8][0x8f]*[0xbd][0xb3][0x1b][0x93][0x1a][0xa5][0xb8][0xf][0xf7]k[0xce]9s[0xef][0x9d][0xfd][0xfd][0xe7][0xfb]O[0x0]o[0xb0][0x11]"[0xc0][0xa3][0x0][0x8f]C<[0xc1][0xd3][0x0][0xcf]BT[0xf1]<[0xc0]j[0x80]5Bm_[0x1b][0xed][0xe][0x8][0x95][0xcd][0xad].[0xa1]z[0x9c][0xe][0x14]a[0xbe][0xa3][0x8d]z[0x97]_[0xf4][0x94][0xfd] {[0x9]W[0x96]:i_&]i[0xb5][0xcf][0x87][0xc5][0xaa];[0xd3][0x19][0xe1]u'[0xb5][0xb1]8[0xcf]YHh[0xe3][0x94]52[0x11][0xbd]\'[0x3]e3[0xf1]66[0xa9]U[0x83][0xa3]2[0xdf]#[0xd4]mn[0x8c][0xb2]'[0xa9]=Nd[0xe6][0xf9][0x9b][0x9d]s[0xf9]Y[0x8a]D[0x9a]X[0x14][0xb5][0xbd][0xad]$K[0xb8]x_8[0xe6][0xcf]8[0x95][0xb9]!u[0xf1][0x16][0x93][0xd0][0xba][0xd9][0xea][0x97]O[0xd7][0xed]6'[0xc1][0xfb][0xed][0x3][0xaf]w[0xaa]c#]n[0x19]"n[0xb5][0xe2]1[0xff][0xeb]&<[0x85]_[0x9d][0xeb][0xd1][0xc]a[0xda],[0xeb]\1[0xf4][0xda]3[0xc4][0xda]B[0x87]*[0xc9][0xe4][0xbe][0x8c]x&[0x13][0x15][0x12][0xdd][0x8e][0xb5][0x89][0xd3][0x94][0xd5]Ta1t/Q[0xca]P[0x1f][0x8b][0xec][0xb5]H#-[0xf]M[0x94]a[0xad][0xdd][0x99][0x7][0x98][0xc9][0xa0][0x1a]o[0x90][0xe4]:[0x12]o[0xa4][0x1d]e~[0xb]=3[0x9b][0xf][0x1f]O|[0xd4][0xe0][0xfa][0xb8][0x89][[0xe][0xda]>:[0x8][0x1c]t}<[0xc5]3[0x9a][0xf1]r[0xab]%[0xa6][0xb9][0xb6]N#[0xe5][0xb6][0xd9]A[0xe7][0xbf][0xe7][0xa6]g[0xb0]/[0xb5][0xd8][0xa5][0x9b]*[0x88][0x18][0xd6][0xcf]Y[0xf9][0xec][0xd8][0x86][0xe1][0xf6]E[0x19]t[0xdd][0x91][0x16]<[0x13][0x83]\f[0xe2]L`[0xe3][0x9c]'y1[0x1b][0xfd][0x8e]*}[0x18][0x80][0xde][0xa7][0xd9]!I[0x8f][0xac][0x12][0x16]Q&[0xdd][0xc7][0x15][0xd2][0xeb][0xe4]yO[0xb2]D[0xd2][0xb][0xbe][0x83][0x5][0xdd]o([0x1d][0x93]UF[0x83][0xce]:I[0x8a][0xa0]BU.[0xd5],[0x91][0xd5][0x9a]d[0xa3]I[0xb8][0xb0][0xda]5[0x8b][0xbe]L[0xba]Or[0xe2]Y[0x9c][0xf2][0xad][0x90][0xd6][0xc2]*[0x9d][0x86][0xed]U[0xc1][0xe6]v[0x83][0x13][0x94]OP9[0xb6]I[\r][f[0x2]K[0xd4]ls[0x86][0xc8][0x9d][0x12][0xb9][0xb8][0x8e][0x1b][0x4][0xc3][0xcc]k([0xe0]^X[0x1b][0xa8][0x5]_Q[0xfa][0x81][0x85]/S[0xb4][0xaa][0xf5][0xaf]X[0xa4]I[[0xb5][0x2][0x89]n[0xc1]f[0xdd][0xf9][0xb]PK[0x7][0x8][0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit3Builder.class[0x8d]S]O[0x13]A[0x14]=[0xd3][0x96][0xee][0xb2],[0xad][0xa5]Z[0xf0][T[0xb4][0x1f][0xe8][0xc4][0xe8][0x83][0x9][0x84]D[0x1b][0xfb]`[0x1a]B[0xa4][0x92][0xe8][0xdb]P[0xc6]2[0xb8][0xdd]%[0xb3][0xbb][0xa2]?[0xc5][0xff][0xe0][0x3][0xbe]H[0xa2][0x89]?[0xc0][0x1f]e[0xbc][0xb3][0xbb]Th[0x1b]c[0x93][0xce][0xb9]s{[0xcf][0xb9]g[0xee]L[0xfd][0xfe][0xfe][0x13][0xc0]#[0xac]:[0xb0]q[0xd3][0x81][0x85][[0x16][0x96][0x1d][0xe4]q[0xdb][0xc2][0x1d][0x7]w[0xb1]b[0xe1][0x9e][0x85][0xfb][0xc][0xc5]u[0xe5][0xab]h[0x83]!_o[0xec]0[0x14][0xda][0xc1][0x9e]d(w[0x95]/7[0xe3][0xe1][0xae][0xd4]=[0xb1][0xeb]Qf[0xa1][0x1b][0xf4][0x85][0xb7]#[0xb4]2[0xfb],Y[0x88][0xf6]U[0xc8][0xd0][0xea][0x6]z[0xc0][0xf]b[0x12][0xe2][0xca][0x8f][0xa4][0xf6][0x85][0xc7]wc[0xe5][0xed]I[0x1d][0xf2][0x97][0xaf])[0xff][0xf8]y[0xba]]c([0xe9][0xd8][0xf7][0xa5][0xee][0x4][0xba][0xed][0x89][0x90][0xe8][0xab][0xf5][0xee][0x81][0xf8] [0xb8]'[0xfc][0x1]Ork[0x8d]3[0x8a]i9[0x95][0x0][0xf1]g#[0x19]F[0x19][0xb5]2[0xc1]d[0xa8][0x9d]w[0xfa][0xe9][0xf0][0xd4][0xed][0xc5][0xf1][0xe2][0xf5][0xe6][0x6][0xd5];/>[0xf6][0xe5]a[0xa4][0x2]?[0xb4]P'[0xfd]m5[0xf0]E[0x14]k[0xa2][0xf0][0x9]k[0x86][0xf3]/w[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xb4]|[0xd2]#[0x8f][0xd4]q[0xca][0xc9][0xde]2,NW[0xa5]_[0x9c][0xed] [0xd6]}[0xd9]Q[0xc9][0xc8][0xcf]M[0xee][0xa1][0xa1][0xb8][0x98][0x85][0xe3][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae]2<[0x98]2[0xf4][0xd4][0xcd][0xe9][0xcc][0x9f]&[0xda][0xa9]5[0xc3]l0,[0xa5][0x84]wZ[0xc][0xe5]Q[0xa0][0xdf]sc[0xb4]-Bi[0xa1][0xe9][0xa2]et[0x1b][0xff]}[0x99][0xc]+[0xe3][0x83][0x8][0xf9][0x90][0x1e][0x90][0x97][0xcd]cTW[0xfd]{[0xde][0xde][0xbe][0xe][0x8e][0xb2][0xb][0x99]2[0x1e]z[0x83][0xe5][0xb1]$[0xc3][0x5][0x15]>[0xb]Cs-[0xc4][0xeb][0xe8]`[0x88]ez[0xd3]6[0xcc]'[0xf]f[0x86]B[0xeb][0x1c][0xed]8!#[0x9c]i[0x9e][0x80]}[0xa5] [0x7][0x97][0xd6]b[0x92][0xb4]0O[0xab][0x9b][0x16][0xa0][0x84]2![0x89][0xa3]B"[0x86],[0x8]s[0x84][0xd5]f[0xeb][0x1b]r[0x9f][0xe1][0xfe]@[0xfe]M[0xeb][0x4][0x85]cv[0x9c]t2R%B[0xc0][0xfc][0xb1][0xe6][0x88]8[0x9f]H[0xd6]RZ&i[0xa2][0x5][0xfa][0xd2][0x1]G[0xed]L[0xe6][0x12]E5[0x8a][0xb][0x84][0x8b]XJ[0xcc]][0xa6][0x95]n[0x93]"c`[0x93][0xd0]([0xd9]U[0xcc][0x90][0x85][0xe2][0x97]Q[0xd7][0xf4][0x0][0x95]3[0xdd][0xec]Q7{[0xa2][0x9b][0x9d]uK{\[0xa3][0xe8]z[0x12][0xdd][0xf8][0x3]PK[0x7][0x8][0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/builders/JUnit4Builder.class[0x8d]R[0xc9]J[0x3]A[0x10]}[0x9d][0xc4][0x8c][0x19][0xf7]-[0xee][0xdb]AH[0xa2][0xd8][0x8][0xde][0x14][0xf][0x8a][0x1e]$([0xb8][0x4] {GE[0xf6][0x8b][0x81]k[\r][0x8a][0x9])5[0x88]Q[0x1f][0xfa]i}[0xe0][0xc3]<[0xee][0xc][0x12][0x1a]"[0x9c][0xa3]<[0x8c][0x11];J[0x91][0xf0][0xa8]EcoPK[0x7][0x8][0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/builders/NullBuilder.class[0x8d]QKO[0x2]1[0x10][0x9e][0xb2][0xb]+[0x88][0xbc][0xc5][0xd7][0xc9][0x83][0x11][0x88][0xb1][0xf1][0xc][0xe1] [0x91]x [0x1c][0x84]p/[0xd0]@I[0xe9][0x92][0xee][0xae][0x8f][0xa5]'[0x13][0xf][0xfe][0x0][0x94]q[0xba][0x8b][0x88][0x90][0x18]{[0x98][0xc7]7[0xdf]73m?>[0xdf][0xde][0x1][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "NR`[0xc1][0x81][0x3][0x87][0xe][0x1c][0x11]H4[0x84][0x12]~[0x93][0x80]U[0xa9][0xe][0x8][0xd8]-w[0xcc][0x9]d;B[0xf1]n0[0x1f]r[0xdd]gC[0x89]H[0xa1][0xe3][0x8e][0x98][0x1c]0-L[0xbe][0x4]m*<[0x2][0xd5][0x8e][0xab]'t[0x16]`#*[0x94][0xcf][0xb5]b[0x92][0xe][0x3]![0xc7]\{[0xb4][0x1b]Hy[0x1d]%u[0x2][0x19][0x1d]([0xc5]u[0xdb][0xd5]-[0xc9]<[0x14]_T:3v[0xcf][0xa8]djBC[0xac][0xbe][0xde]/[0xa2][0xd3][0xbb][0xd0][0xa1][0xde][0xe6]l4%[0x90][0xdf][0x12][0x11]([0xff]^[0xf1]i[0xf1][0xbd]fi[0x93][0xdc][0xa8]5[0x91][0x9f][0xba]y[0x1c][0xf1][0x85]/\[0xe5]9pL [0xd9][0x13][0x13][0xc5][0xfc]@[0xa3][0x84]nme4-[0x96][0xea][0xb9][0x81][0x1e][0xf1][0xb6]0[0x13]sk[0x97][0xbe]4[0x8d][0xd2]`C[0x9c][0xc0][0xf9]?[0x1f][0x8a][0xc0][0xd9][0xe6]$[0x8f][0xce][0xf1]k[0xe4]r[0xe0][0x8a]W[0xfc]Y[0xb3]?[0xd5][0xee][0x83][0xb9]1[0x9c]B[0xc][0xff][0xd8][0x9c][0x18][0x10]3[0x19]m[0x2]3[0x8a][0x9e][0xa0][0x8f][0xd7]^[0x81][0xbc][0x84]e[0x7]m"[0x4][0x13][0xb0][0x83]6[0x1d][0x11] [0x9])[0xf4][0x4]v[0x11][0xb1]B[0xf1]-f1[0xa3]![0xcf]h[0xad]5e2T[0x96][0xa3][0xea]Ri[0xa2]=[0xc8]`=[0xbb][0xea]j[0x90][0x1c]Fy[0x8c]m[0xf4][0x5]([0x86]h[0x9][0xe3][0xfd]0*[0x1]PK[0x7][0x8][0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/builders/SuiteMethodBuilder.class[0x95]S]s[0xd2]P[0x10]=[0x17][0x2][0x81][0x80] [0xa5][0x82][0xdf][0x5][0xb5][0x95][0x8f]JZ_[0xe9]t[0x1c];[0xf6][0x89][0xf6]A:[0xed][0xa8]O[0x1][0xae]$[0x9d]4[0xe9][0xdc]$~[0x8c][0xbf][0xc4]_[0xe0]K[0x1f][0xea]K;[0xa3][0xa3]?[0xc0][0x1f][0xe5][0xb8]7[0xa1][0x94][0x2][0xa3]c[0x1e][0xee]n6[0xbb][0xe7][0x9c][0xdd][0xbb][0xf9][0xf5][0xfb][0xdb]O[0x0][0xeb]x[0xaa]A[0xc3]#[\r]i,[0xab]X[0xd1][0x10][0xc7][0xe3][0x14]j*[0xea][0x1a][0x92]h[0xa8]h[0xaa]XU[0xf1][0x84]![0xb9]a9[0x96][0xbf][0xc9][0x10][0xaf][0xd5][0xf7][0x19][0x94]-w[0xc0][0x19][0xf2][0x1d][0xcb][0xe1][0xbb][0xc1]Q[0x8f][0x8b]=[0xa3]gSd[0xa1][0xe3][0xf6][\r]{[0xdf][0x10][0x96]|[0x1f][0x5][0x15][0xdf][0xb4]<[0x86][0xb5][0x8e]+[0x86][0xfa]a@@[0xba][0xe5][0xf8]\8[0x86][0xad][0xf7][0x2][0xcb][0x1e]p[0xe1][0xe9][0xdd][0xc0][0xf2][0xf9][0xe][0xf7]Mw[0xf0]<[0x8a][0xb5][0x19]r"p[0x1c].[0xb6]][0xb1]e[0x1b][0x1e]a[0xac][0xd6]:[0x87][0xc6];C[0xb7][\r]g[0xa8][0x87][0xb1]v}[0x2]6J[0xd7]_[0x86][0x86][0xea][0x15]n[0xf4]M[0x86][0xc2]L[0x11]C[0xe9][0xaa][0xd2][0x8f][0xc7][0x17]j[0x17][0xa7][0x93]7[0x1a][0x9b][0x94][0xaf][0xbd][0xf8][0xd0][0xe7][0xc7][0xbe][0xe5]:[0x9e][0x8a][0x16]C[0xba]k[\r][0x1d][0xc3][0xf][0x4][0x95][0xe8]3[0xaa]d[0xcd][0xdf][0x84][0xe5]L[0xc3][0x9b][0xe8][0x98]X[0xe7]4[0xf6][0x9a][0x81][0x11]zu[0xe2][0xcb][0xae][0xdb][\r][0xfa]fT4[0x16]Dxi[0x9f]{[0xfe]hF[0xe5][0xf9]j[0x8]M[0xeb][0xba][0x81][0xe8][0xf3]mK[0xf6]Y[0x9e][0x9d]xK[0xd6]e[0x91]A6[0x8b][0xbb][0xb8][0xc7][0xb0]2[0xe7][0xc6][0xa2]V[0xae]\[0x98],[0xd1][0x19][0x12][0x9e][0xc][0xd1]ZL[0xd1]g[0xb1][0x86]u[0x86][0xa5][0xb4][0xc1][0xd0][0xfa][0xbf][0x5]aX[0x9e][0x9e][0xb0][0xa7][0x1f][0xd1]f[0xda][0xa3]A[0x8f][0xf3][0x8a][0x97][0xd4]{[0xa6]p[0xdf][0x8f]nz[0xce][0xcc]i[0xb9][0xd3]C[0xee]_\[0xcb][0xb3][0xc9][0x94][0xae]/,g[0xd8]~3g[0x5]/#[0x82][0xbf][0xb5]y[0xdf][0xd7]#[0x84]6[0xaa][0xf4]si[0x90]O[0x1c]L[0x8e][0x96][0xce]k[0xf4][0xa6][0x93]ed[0x13][0x8d]s[0xb0][0xaf][0xe4][0xc4][0x90][0xa3]3[0x19][0x6]U[0xe4][0xe9][0xcc]F[0x9][0xb8][0x8e][0x2]Y[0xfa][0xb9]P$[0x10]Yl[0x90][0x8d][0x91]-6[0x9a]g[0x88]}F[0xf6];[0xe2][0xaf][0x9a][0xe7]PN[0xd9]i[0xc8]$[0xa1]rdA[0xdc])b-P[0x99][0x84],Ee#H[0xe9]-[0xe2][0x6]A[0x97][0xc6]t2R&[0xef]&[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][[0xb8][0x1d][0x8a][0xbb]C>[0xed][0x4]yR[0xc0]'[0xc2][0x96][0xe8][0xc5][0xe6]B"[0xfe][0x3][0xc9]3[0xa8][0x7]_[0x90][0xdc][0x89][0x9f]('!L[0x86][0xe8]S#!%[0xea][0x1][0xa4]>CT9"[0xc8][0x13]E[0x81][0xa2]RP[0x85]r[0xf2][0x4]z[0x1f]K3[0xd2]*3[0xd2]*[0xa1][0xb4]HP[0x95][0xbc][0x7][0xa1][0xf7][0xf0][0xf]PK[0x7][0x8][0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/junit/internal/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.class[0xa5]V[S[0xdb]F[0x14][0xfe][0xd6]P[0x8c].[0xe1][0xea]P[0x9c][0x4]j[0xf7][0x16]c[0xbb][0x98][0xa4]M[0xd2][0x82]CK[0x2][0xf4][0x6]![0x89][0x1d]([0xa4]7YV@[0x14],*[0x89][0x6]~A[0xff]L[0x1f][0x9a][0x99][0x16][0x86]2[0xd3][0xc9]sT[0xa7]gWkY6[0xb6][0xdb]I[0x1f][0xac]][0x9d]s[0xf6][0xfb][0xce]u[0xe5][0xbf][0xfe][0xfe][0xe3]O[0x0]7[0xf0]LE[0x2]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x6][0xb1][0xac][0xe1]S|[0xc6][0x1f][0x9f][0xf3][0xc7][0x17][0xfd][0xf8]R[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "VU[0xd2]=[0x88]cM[0x85][0x82][0xa5]8[0x1e][0xaa][0xd0][0xf0]H[0xc5]0[0x1e]sI)[0x8e]2[0xb7]x[0x12][0xc7]:_7[0xf8][0xe3][0xab]86[0x19][0x86][0xfc][0x1d][0xd7]ynT[0xf6][0xac]U[0xc3]7w,[0x97]al[0xc5]q[0xb7][0xb];[0xc6][0xbe][0xe9]Z[0x9e]_[0x90][0xf2]9[0x6][0xa5]do[0xd7][0xc][0xff][0xd0][0xb5][0x18][0xae][0xb6]5*[0x96][0xcb]s[0xf3]d[0xd9]W[0xb4]k[0xb6]?[0xcf][0x90][0xcc][0xb4][0x7][0x9b]Zg[0xe8][0xbd][0xef]T[0x9]ip[0xc5][0xae]Y[0xf][0xe][0xf7]+[0x96][[0xe6]~0[0x8c][0xac]8[0xa6][0xb1][0xb7]n[0xb8]6[0x97][0xc2]^[0xc7][0xf6][0x18][0xee][0x8][0xbc][0xdd]C[0x82]/[0xd8]5[0xdf]rk[0xc6]^a?@[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0xdf]0[0xf0]][0xc3][0xb4][0x1e][0xba][0xa4][0xb5]k[0xdb][\r][0xef][0xc7][0x9a]Q[0x8f][0xf][0xea][0xc8][0xc5]W[0x83][0xac][0xc7]:[0xd9]>[0xc4]@[0xcd][0xe3]T[0xab][0x96]g[0xba]v[0xc5]*;[0xc][0x13]-[0xd6][0x8b]Bw[0xe0][0xdb]NM[0x18]k[0xd5][0x86][0x80][0xe1]Jgc[0x86]K[0x81][0x8f]^[0xc9]xf[0xed][0x1d]3[0x8c]gVv[0x8d][0x9f][0x8c][0xc2][0x9e]Q[0xdb].[0x94][0xeb]e[0x9d][0x9b][0xda][0xa2][0xe4][0xd9][0xbe][0xb5][0xcf]p[0xb9][0xad][0x1]C[0xf][0xf9]JE[0xcb][0xd0][0xc2][0xad][0xc7][0xea][0xe][0xaf][0xda][0x9e][0xe0][0xa8]3[0xdc]l[0xcf][0xd0]=[0xa2][0x14][0x87][0xed]n2[0xe0]ZF[0xb5][0x91]h[0x86][0xa9][0xe][0xa1]D[0xa4]%[0x9f][0xca][0xb1][0xcd][0xbb]2[0xec]`[0x6][0xdd][0x13][0xd2][\r][0x97][0xe2][0x15][0x9d],[0xec]mGZ[0x7]r:[0xa3][0xd9]^[0xb9]qj[0xba]S[0x93]v[0x1a][0x84]G[0xc5][0xf2]l[[0x7][0xe7][0xbb][0xf6]B[0xd7][0x91]I>>[0xa4][0xee][0xda][0xb7][0xd6]m[0xcf]&[0xa8][0x85]Z[0xcd][0xf1][\r][0x9e]![0xef][0xc2]D.[0x1b][0xa6][0xef][0xb8][0xc7]A[0x1c]KG[0xa6]%[0xbb]e[0xc8][0xaa][0xef][0xc3]Yn[0xf1]44[0xfe]?[0x9e][0x16][0xa2][0xc5]Y[0xab][0xec]Z[0xa6][0xff]/[0xf5][0x8d][0x1d][0xcd][0xf0][0xa9][0xbe]p[0x8a]knP[[0xb6][0x1][0xe4]}X[0xec][0x98][0xe6]f:>[0xcb][0xbc]E[[0xfc]TK[0xce][0xa1]kZ[0xcb]6[0xaf][0xf1]d[0xc7]9[0x9e][0xe6][0xc]:[0x92][0xd8][0xd2]q[0x19]cq<[0xd5][0xf1][0x16][0xde][0xd6][0xf1]5[0x16]t|[0x83][0xbb][0xc][0xc3]j[0xe3]t[0xea][0xb9][0xe1][0xcd][0xa6][0xe2][0xf8]V[0xc7]w[0xf8]^[0xc7][0xc]([0x82]D[0xbb]>c[0x18][0xad][0x8b][0x5]e [0xe5]LDW[0x81][0xa9][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xec][0xd6]+[0xdd]>[0x1c][0xe6]J[0x9d][0xa1]9=:[0xde][0xc3][0xb4][0x8e][0xeb][0xc8]0\[0xeb][0x96]([0x1a][0xfc][0xc]/O[0xa2]][0xb5][0x19][0xe2][0xf2]~[0xa1][0xc6]j[0xbd][0x10][0xe8][0xb2][0xe9]Tp[0xca][0xbb]qp`[0xd5][0xaa]e[0xeb][0xc8][0x17][0xb3]uaf[0xa7][0xba][0xdd]j[0xa3][0x99]ph[0xe5][0xb8]r[0x17][0x7][0xf]x[0xf8]"[0x1b][0xe5][0xe0][0x8a][0x18]o[0xd8]E[0xb2]+[0x8c][0xfb]}'`[0xa2][0xd0]2m[0xee][0xc][0xa4][0xe9][0xf3][0x97][0xa0]/+5%/9[0xad][0xaf][0xd3][[0xc][0xe3][0xf4][0xad]d<[0xb1][0xb4][0xbf]J[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad]1Z[0xd5][0xec])X6[0xf7];b/[0xe8][0xad][0x7][0xd7][0xe8]9@+0[0x8a]^BR[0x8]e[0x82][0xde][0xc6][0x2]kL[0xe2][\r]@[0xec][0x2][0xf4]T[0x93].[0x1d][0xea][0xc6]C[0xe6]7iGMGO[0xce][0xfb]D[0xf2]j[0xd9][0xdf][0x10][0xcb][0x9d][0xa1]'[0x86][0x6][0xb1]*T[0xe3][0xb4]&#[0xa4]ZH[0xaa][0xe1][0x1d][0xbc]+IuZ[0x3][0x1d]'[0xed][0xe5]=!C{[0xda]B[0xd1][0x1b][0xc3]/!E[0x9f]86[0xd1][0x1]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9][0xa6][0x98][0xb4]0&[0xae][0xcb][0x85]1[0xe5][0x89][0x90]:Q[0x12][0xfe]L[0xd8][0x9b];E[0xb0]oD:B[0x0][0xa0][0xd4]h[0x94][0x9a][0x4]%'E[0x91]q[0x97]R[0x1]P[0xe8]RZ[0xba][0xc4]w<[0xf6]X[0xc4][0xb9]t[0xe8]\[0xba][0xc9][0xb9][0x2][0xfd]hte[0xc2]$&[0x8e][0x99]<[0x87][0xb2]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u5w" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]m3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0x4][0x97][0xf2]'[0x18][0xf8][0xb5][0xa5][0xee][0x19][0xf4][0x13]\[0x82]h[0x1b][0xe]%C[0x87][0x92][0xb8])[0x1c][0xea][0xa7]?`[0xef][0xe3][0x3][0xe9]PP[0x8c][0xa4]tH[0xc1]-[0xdc][0xa6]s[0x9c]~[0x89]V[0xae]S[0xce]1[0xb8]I[0xbd]6[0xd4][0xa0][0xb]J1#h[0x2][0x0]E4[0x15]"[0x90][0x8a]h%[0xc8][0xc8][0xee][0xe0]Cy[0xee]#[0xa1][0x9b][0xfd][0xef]4[0xb7][0x9b]h[0xe6].[0xd0][0xcc]Eh[0x8a]Q[0x9a][0xa1]E[0xaa][0xf4]][0x99][0xcc]-Yi5[0x9b]{[0x89]a[0xca][0xde][0xc8][0x8b][0x16][0x9e][0x81]H[0xd6][0xa2][0xd3]2[0x8f][0x8f][0x85]^[0xc5]'a[0x19]u)[0x11]Y#[0x9e][0xeb]X[0x90][[[0xa7][0xc7][0xd3]u[0xd3]2[0xbd]u[0x9][0xb][0xa5][0xe4][0xf8]K[0xbb][0x12]R[0x1b]v[0x87][0x82]_l[0x98][0x16]{6[0x1c][0xb4][0x99][0xd3][0xe2][0x1]$[0xcc]5lC[0xef][0xef][0xea][0x8e][0xc9][0xf7][0xc1]a[0xca][0xeb][0x99][0xae][0x84][0xbb]"[0xde][0xfe][0x90][0xc2]WM[0xcb]c[0x8e][0xa5][0xf7][0xab][0x3]?[0xaa]{[0xca]b#"rM[0xa8][0x8c]F<:[0x18]E[0xbd][0xfe]p[0xf5]VKh[0xac]%K[0x9b][0x98][0x15].Y[0xed]0[0xd7]p[0xcc]6k[0xd9][0x12][0xae][0xc5][0x2]l[0x8a][0xbb][0x3][0xcf][0xb4]-[0xe1]<[0xd3]9=[0x90][0xb0]8[0xd9]Y[0xc2][0x5][0x9f][0xb2][0xdb][0xd4][0xf7]X[0xff]HB[0xa1][0x94]Hb[0xe9][0x5][0xe5][0xd1][0xf4][0xd8]@B>[0xd1]A[0xc2][0x14][0xa9][0xa3][0xfa][0x95][0xc8]p[0xef][0xf9][0x11][0xe1]m[0xd3][0x15][0x18]#[0x84];[0xc9][0x8]g+*[0xf2][0xb0]g[0xbb]dz[0xba]+[0xb2]M]7[0xa9]w&[0xb5]lz0[0xea][0xea]N[0xbd][0xf5]0[0xb9][0xc][0xe7]-Z[0xb2]{[0xd0][0x2][0xb][0xcf][0x87][0x96]g[0xe][0xd8][0xae][0xe9][0x9a][0xe4][0xff][0xd8][0xb2]lO[0xe7]R[0xdc]7[0x6]kK7<[0xdb]9[0xa2]G[0xd5]h[0xe6]v[0xda][0xfb][0xcc][0xf0][0xde][0x92][0x13][0xf9]p[0x95][0xf][0xc5][0x1b][0xaf][0xf8]M[0x8d]J[0x99][0x10][0x90][0xd7][0xae]>1[0x9][0xe3]p|[0x1c]xYc[0xe2][0xd4][0xa6]=t[0xc][0xb6]e[0xf2]9YL[0x1c][0x85][0x15][0x1e]][0xc3]e|[0xa3]a[0x16][0x97][0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";4[0x98] ^|iz[0xbd][0xa2][0xf8][0xad])[0xa6][0xf1]TC[0x3][0xdb][0x1a][0x9e]aG[0xc3][0xb7][0xf8].[0x8d][0xe7][0x1a][0x9a][0xb8]G[0x9d][0xe6][0xbb]hh[0x81][0xa4][0xd4][0xce]=[0x8d][0x1c]=/![0x97][0xa0]SC[0x9]K[0x1a]n[0xe0][0xa6][0x84][0xab]g)[0xa6][0xae]/[0xf1]<[0x17]&U[0x81][0x92][0xa1][0x1f][0x1c]0[0xab][0xd3]b[0x87][0x9e]h[0xcc]S[0xb8][0xa6][0xe7][0x98]V7[0xde]([0xe3][0xe3][0x99][0xf3]_G[0xe]w[0xf6]$<[0x88][0xf5]b[0x93][0xf5][0xf7]|[0x97][0xf6][#f[0xba][0xcc][0xb][0xc6][0xe4]Jii[0xc2],_N[0xea][0xdd]pL[0xa8]Gg[0xe3][0xd3][0x8d][0xf7][0xc1][0xff]b[0x0][0xea]7^Qa[0x1][0x19]9[0xa4]iM[0xa9][0xa6][0xf5]<[0x9d][0xb4][0xc9][0xca]d[0xd5][0xf2][0x9f][0x90][0xca][0x95]? [0xbf][0xa2][0xdd][0x14][0xae][0xd0]7K[0x16][0xf4]"E[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]([0xd0]n[0xde][0xf7][0xc6][0x2][0x16][0x1][0xb1][0xf2][0xa3][0xbf];vw5[0xbc][0xcb][0x85][0xc8][0xd7]hu[0x1d][0xef][0xd1][0x97][0xe3][0x1a][0x1]n[0xbe]27u[0x82][0x94][0x8c][0x1f]*[0xe5][0xdf]![0x9f][0xe0][0x1d]Z[0xc6])[0x14][0x8]~[0x81]H,F([0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0x14]I[0xae]OA#[0xeb][0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0xde]3[0x81][0xd0][0x9f][0x2][0xc0],[0x87][0xa9][0x1c]c[0xfa][0x4]i[0x19][0xbf][0x86]H[0xd3][0xe2][0xe5][0xf5][0x8]B6D[0xc8][0xe2][0x16]n[0x8f][0x89][0xcc][0x86]"[0xf9][0xdd][0x7][0xa1][0xc8][0xf][0x9][0x93][0x9a]5[0xc0][0xfc][0x85]b[0xb][0xfe][0xcb]s[0x19]_[0xe4][0x8]|[0xf9][0x4][0xca][0x14][0xe2]:o[0x92][0xce][[0xb4][0xbf]-X[0x14][0x3][0xed]#[0x16][0x85][0x80][0x5]_q[0xc5]r[0x84]O![0xe4]S[0x18][0xe3]S[0xa6][0x88][0x15],S$[0xce][0xe7][0x9]Y[0xfe]^[0xf9][0x1b][0xea][0x8f]T[0xf0][0x99][0xdf]b[0xf2]W[0x5][0xb0][0x9f]D[0x5][0x1f]Qe[0x11]I+?[0xc9][0x91][0xf5]C[0xaf][0xa0][0x1a][0xbc][[0x5]f7Iv-[0xa8][0xed][0x8b]@[0xb6]Z[0xae][0xfc][0xb]m[0xf9][0x18][0x17]^[0xc5]p[0xb2][0x11][0x81][0xd1]^[0xba][0x83][0xbb][0xe2]^[0xc5][0xc7][0xa1]@-8[0x11][0x2][0x9][0xe7][0x6][0xee][0x5]8;AI[0x15][0x81]s[0x8c]l[0xbc][0x9a][0xd9]H5[0x95][0x10]F[0x9]`[0xa2][0xc2][0xfc][0xec][0xc9][0x81][0xb4]O[0xf0][0xa9][0xb0][0xf7]_[0x3]PK[0x7][0x8][0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.class[0x9d]U[s[0xdb]T[0x10][0xfe][0x8e]bbKQ[0xdc][0x10][0xc7][0xae]S[0x9a][0xd6][0xb4]\|I[0xa3][0xa6][0x17][0xa0][0x89][0x9][0x94][0xa6])[0x17][0xa7][0x81][0xda][0x13][0x86]>0[0xc8][0xca][0x89][0xad][0x8c]-g$[0x99]&[0xfc]&[0x1e][0xe8][0xc][0x84][0x9][0xcc]0<[0xf7]G1[0xec][0x91]dUV[0xe4]t[0xda][0x17][0xed][0xb9][0xec][0xee][0xf7]}[0xbb]{[0xec][0x17][0xff][0xfd][0xf5][0xf][0x80]U[0xb4][0x14]\[0xc0]'2[0x14][0xdc][0xcb]`m[0x6][0xeb][0xa8][0x8b][0xcf][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Tl[0xcc][0xe0]3|[0x9e][0xc1]}a[0xbf]H[0xe3][0x81]Bn[0x9b]i<[0x14]vK|[0x1e][0xa5][0xf1]%C[0xba][0xaf][0xbb]F[0x97][0xdb][0xc][0x85][0xc6][0xc0][0xee]h][0xbd]o[0xd8][0xdc]q[0xb5]m[0xff]|[0x9d]An[0x9a][0x1d]Kw[0x87]6g[0xa8]&:[0xd5][0x1b][0x7][0xfa][0xcf][0xba][0xd6][0xd3][0xad][0x8e][0xd6]tm[0xd3][0xea][0xac]oP[0xe0]t[0xdd][0xb4]Lw[0x83]a[0xb1][0x9c][0x9c][0xbb][0xb2][0xcb][0x90]z0[0xd8][0xa3][0xc4][0x17][0x1a][0xa6][0xc5][0x1f][0xf][0xfb]mn[0xb7][0xf4]v[0x8f]N[0xe6][0x1b][0x3]C[0xef][0xed][0xea][0xb6])[0xf6][0xc1]a[0xca][0xed][0x9a][0xe][0xc3]]/[0xdf][0xc1][0x90][0xd2]k[0xa6][0xe5]r[0xdb][0xd2]{Z[0xa0][0xc4][0xd1]Z]{[0xf0]L[0xf8]os[0xc7][0xd1];[0xfc][0xa5][0x94][0xc2]x[0xce][0xe3][0xc3]Q[0xde][0xb5]7IXo[0xb5]<[0x9d]7[0x92][0xe5]%VEHV[0xf6][0xb8]c[0xd8]f[0x9b][0xb7][0x6][0xc]K[0xb1][0xe0]M[0xef][0xee][0xd0]5[0x7][0x96][0xe7]<[0xb3][0xf7][0xf2][0x80][0xe1][0xd2]dg[0x86]Y[0x9f][0xb0][0xd3][0xd4][0xf7]y[0xef][0x98][0xa1]X[0x8e]0[0x8]5[0xac]W[0x9e]R[0x1d]M[0x97][0xf7][0x19][0xf2][0x89][0xe][0xc]S[0xa4][0x8c][0xfa]W&#[0xbc][0xb]#[0xc2][0xdb][0xa6][0xe3]a[0x8c][0x10]n%#[0x9c][0xaf][0xa8]$[0xd2][0x9e][0xef][0xa2]tu'[0xa8]5[0xc3][0xca][0xa4][0xe9][0x99]4[0xb0]?[0xd5][k[0x89][0xbc]6^[0xa7]Q[0xc9][0xae]A[0xcb][0x17][0x9f][0xc]-[0xd7][0xec][0xf3]][0xd3]1)[0xf3]}[0xcb][0x1a][0xb8][0xba][0xa0][0xef][0x9c]yH[[0xba][0xe1][0xe][0xec]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd2][0xa2][0xd5][0xda]i[0x1f]p[0xc3]}E[0x1d][0xa4][0xa3][0x9b][0xe2]![0x9c][0x89][0x12]7[0xab][0xd4][0xbe][0x84][0x84][0xa2]_[0xf5][0x89][0x5][0x18][0x87][0x13][0xf]@[0xb4]2&Ni[0xe][0x86][0xb6][0xc1][0xb7]L[0xf1]2.O[0x18][0xfe][0x15][0x91]_[0xc5][0x2][0xbe]R1[0x87][0xb7][0x19].[0xf2]#[0x83]{[0xd4]K[0xcf]L[0xb7][[0xea][0xfb][0xee][0xa5]4[0xbe]V[0xf1][\r][0x1a]*[0xb6][0xf1]X[0xc5][0xe][0xbe]M[0xe3];[0x15]Op[0x87]!3rR[0xd1][0x4]I[0xbd][0xfd][0x6][0xaf]Pp[0xc8]3[0xe4][0x12][0xf4][0xaa]([0xa3][0xa2][0xe2][0x1a][0xae][0x93][0x8e][0xf3][0x94][0xd3][0xc4][0x97]E[0xbd][0x8b][0x93][0xba]AE[0xd1][0xf][0xf][0xb9][0xb5][0xd7][0xe2]G[0xae]7[0x92]gF[0xa6]r[0xde][0xd3][0xcc][0xf9][0xd1][0x91][0xc3][0x9d]}[0x86]{[0xb1]yl[0xf2][0xde][0xbe][0xef][0xd2]~eF[0xa5][0xc3][0xdd][0xf0][0x89],[0x94]+g[0x9][0xd1]q[0xd2][0x8][0x87][0xbf][0xf9]4[0xaa]s[0xf1][0x87][0x8d]w![0xfe]T[0x0][0x1a];[0xd1]V[0xcf][0x2][0x12]rH[0xd3][0x9a]*M[0xeb][0x2][0x9d][0xb4][0xc9]Jd[0x95][0xea][0x9f]`[0xd5][0xda][0x1f][0x90][0x9e][0xd3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe9][0x9b]%[0xb][0xcc]"E+[0x99][0xb2][0x15]iW[0xf0][0xbd][0xb1][0x88]K[0x80][0xb7][0xf2][0xb3][0xbf]3vw9[0xbc][0xcb][0x85][0xc8]K[0xb4][0xba][0x82][0xab][0xf4][0x15][0xb8]F[0x80][0x9b][0xaf][0xcd]O[0x9d]"%[0xe1][0xfb]Z[0xf5]wH[0xa7]x[0x8b][0x96]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x4][0x9f]#[0xd2][0xb][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0x90]B[0x1e]%[0x92][0xeb]SP[0xc9][0xfa]w[0x82]BJ[0x8c]L [0xf4][0xc7][0x0]0+`j'[0x98]>EZ[0xc2][0xaf]![0xd2][0xb4][0x17]Y[0x8c] dC[0x84],[0xde][0xc3][0xfb]c"[0xb3][0xa1]Hq[0xf7]A([0xf2]C[0xc2][0xa4]Y[\r]0[0xa1][0xdc][0x82]qy>[0xe3][0x8b][0x1c][0x81]/[0x9f]B[0x9e]B\[0xe7][0x12][0xe9][0xbc]B[0xfb][0xab][0x1e][0x8b][0x92][0x1f][0x1b][0xb2]([0x6],[0xc4]J([0x96]"|[0x8a]![0x9f][0xe2][0x18][0x9f]*e[0xac]a[0x99]2[0x9]>[0xf][0xc9][0x8a]x[0xf9]o(?P[0xc3]g~[0x8b][0xc9][0xbf][0xee][0x1][0xfb]E[0x94][0xbd][0xce]"RV[0xd9][0xeb]'[0x82][0xd4]7[0xb0][0x12][0xc4]i[0xc0][0xdc]&[0xc9][0xbe][0x19][0xf4][0xf6]i [[0xa9][0xd6][0xfe][0x85][0xba]|[0x82][0xd9][0xe7]1[0x9c]LD`t[0x96]Vq[0xcb][0xbb]Wp;[0x14][0xa8][0x6]'[0x9e]@[0xc2][0xb9][0x86];[0x1][0xce]N[0xd0]R[0xd9][0xc3]9A6[0xde][0xcd]L[0xa4][0x9b]r[0x8]#[0x7]0Qa~[0xf5][0xa4]@[0xda]]|[0xe4][0xd9][0x8f][0xff][0x7]PK[0x7][0x8][0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/matchers/TypeSafeMatcher.class[0x95]U]S[0x1b]U[0x18]~[0x96]l[0xb2][0xb0]l[0xf9][0xc][0x14][0xa8]))E[0x1b][0x12]J(Zl[0x1][0xa3]-P[0x8b]&[0xb4]6[0x91][0xda][0xd6][0xaf][0xc3][0xe6]$Y&[0xd9][0xc5][0xdd][0x8d]#[0xf7][0xfe][0x9][0xbc]r[0x9c]q[0xb8][0xf1]Bg[0x94]2:[0x83]w:[0xe3]/[0xf0][0xd6]?b}[0xcf][0xee][0x9a][0xe6][0x8b][0xce]4[0x17]{[0xce]y?[0x9f][0xf7]}[0x9f]s[0xf2][0xd7][0xbf][0xbf][0x9e][0x2][0xb8][0x86][0x8a][0x8a]([0xde]V[0x11][0xc6];*Fq[0xab][0x8f]>[0xb7][0x15][0xac][0xab][0xd8][0xc0][0xa6][0x90][0xdc]Q[0xf1].[0xee][0xaa][0xd8][0xc2]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0xef]EV[0x85][0x8a][0x9c][0x10]n[0xf7]bR[0xc5]=[0xdc][0x17][0x87][0xf][0x84][0xc5][0x3][0xe1][0x90]WPP[0xf0][0xa1][0x4][0x8d][0xb5][0xcf]u[0x97][0x17][0xb][0x7][0xfb]\[0xc2]pv[0x8f]}[0xc9][0xd2]Uf[0x96][0xd3][0xeb]U[0xe6]8[0xab][0x12][0xfa][0xf2]F[0xd9]dn[0xdd]&}[0xb4]][0xbf][0x96][0xcc][0x90][0xc9][0xb9][0x1a]s[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "w[0xf2][0xac][0xc4][0xab][0x7][0x12][0xc6][0x12]Mv[0xf7]v[0xf7]([0xc3][0xea][0xdc]c[0x9][0x91]D[0xa1][0xe0]o[0xd6][0xc][0xd3]p3[0x12]B[0x89][0xb9][0x1d][0x9][0xf2][0xba]U[0xa4][0xe8][0x83]Y[0xc3][0xe4][0xdb][0xf5][0xda].[0xb7][0xb]l[0xb7]J[0x92][0x91][0xac][0xa5][0xb3][0xea][0xe][0xb3][\r]q[0xe][0x84][0xb2][1[0x1c][0x9]W[0xb3][0x96]]N[0xef][0xd5])P[0xda]0]n[0x9b][0xac][0x9a][0xf6][0x81][0xd8]NZ[0xd4]#[0xe0][0xe4]|[0x1][0x81][0x1c]o[0x8d]E[0xfa] [0xde][0xd2][0xcb][0x4]Z[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xc9]C%[0xc3],n[0xb6]4o6[0xd1][0xd1][0xbd][0xb9].[0xfd][0x8c][0xd4][0xb8][[0xb1][0x8a][0x12][0xa6][0x9a][0x94]6/U)T:[0xe7][0xe9][0xc8]Jf[0xb6]=+[0xe1][0xc2][0x93][0x17][0x1a]U[0xb9]IF[0xd2][0x96][0x84][0x1e]Clt[0x1a]W[0xc9][0xb6]j^.[0x9][0xc9][0xe]Db^[0x1d][0xa0][0xfc]![0x8e][0x19]N[0xae]y[0x8c][0xb9][0x0]f,q6[0x4]1[0xcb]h[0x97][0xb2]wD[0xbb][0xdb][0xb3][0x4][0x9d][0x9b][0xec][0x4][0xe5]i[0x84][0x93][0x12][0x10][0x89]J3\^[0x13][0x4][0xe8] [0x92][0x84][0xeb]k[0x85][0x95]Ny[0xc6][0x1b]c[0x85][0xd5]t[0x9b];n[0xfa]6s[0xda]g[0xa6][0xe6][0xad][0xba][0xad][0xf3];[0x86][0x98]z[0xb4]m[0xb0][0xb]" [0xd9]l[0xf0]}[0x9b][0xeb][0x8c][0xa6]JP[0x1f][0xd4]M[0xd7][0xa8][0xf1][0x1d][0xc3]1[0x88]*[0xb7]L[0xd3]r[0x99]kX[0xa6][0xd3]Z[0xdf]s[0x9f]U[\r][0xaf] [0xa6]a[0x7][0xf]5[0xbc][0x8a][0xd7]4[0x8c]a[0x9c][0xd8][0xd2][0x8e]V[0xc1]G[0x1a][0x1e][0xe1][0xb1]F[0xd7]{I[0xc1][0x13][\r][0x1f][0xe3][0x13][0x5][0x9f]j[0xf8][0xc][0xf][0xe9]&<[0xb7][0xdf][0xb4]m[0xcb][0x96]ps[0x9d][0x89][0xec][0xf1]"'[0x82][0xd6][0xe8][0x9e][0xc4]u[0xcb][0xa6][0xa4]n[0xdc][0xa5]:[0xe2]%[0xcb][0x8e][0xb7]\[0xc2][0xc4]\[0xdc][0xe7][0xd9][0x82]@[0xf4][0xb9][0x6][0x86]][0x5][0xba][0x86]"[0xa6]4p[0x94]4[0x94][0xc5]n[0x12]S[0x12]R/q[0x1]$L[0x9c][0xd5]g[0x9][0xbd]e[0xee][0x6][0xdc][0x1b]Mt#[0xff]t[0x97]L>[0x97][0xf2][0x96][0xed][0x8a][0x10]#[0x14]b[0x83][0xeb]Uf[0xf3][0xa2][0xaf][0xa1]`[0xb]]8[0xf6][0xc2][0x9b]1q[0x96][0x8e][0xde]8Jp[0x9f][0xd9][0xac]&:)[0x8a]s[0x4][0x87][[0xc2][0xfd][0x8f]v[0xb0]MD/[0x1d]9[0xe7][0xeb][0xfb][0xdc][0xd6][0xfd]s[0xcb]K[0x97]wm[0xc3],[0xfb]D&[0xbb]mJ[0xe1][0x85][0xee]4ia[0x84]/[0xa3][0x87][0x81]QgU[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]o8[0xf9][0x3][0xd3][0xad]p[0xd7][0xd0][0xbd]'[0x92]n[0x99]j8[[0xa6][0xe3]2S[0xe7][0xf2]%z[0xc1][0xa3][0xf4][0xcf]@[0xb7]^[0xd0][0x8b][0xd6][0xf3]t[0xea][0xc1][0x4]"[0xb2]$&[0xda][0x90]\[0x80],[0xf8]H[0xe7][0x8b]t.[0x90]D[0xa2]u([0xf9][0x14]R2y[0x8c][0x9e][0x13][0x84]~[0x81][0xfc][0x13][0xc9]B[0x98][0xa6][0xef][0x0][0xad] [0x99]<[0x7][0xc9]3N'[0xcd][0xf7][0xc1]%[0xcc][0xd0]z[0xb9]E2K[0xab]*xN[0x91]E[0x86][0xbf][0xc9]?B[0xeb][0xdd]d65[0x8a][0xf0][0xf7][0xb8][0x91]:A$7[0x9a][0x9]-[0xcb]cr[0xec];L[0xcf][0x8f][0xc9]K+[0xe1][0xc9][0xf0][0x9][0x94]C[0xf4]O[0x86][0x8f][0xd1][0x1b]Z[0xfa][0xf1]kY:z[0xf6]O[0xea][0x18]}[0xd9][0xa3]g[0xfe][0x6][0xf5][0xd1]H[0xff]Sh[0xbf]7[0x90]][0x84]B[0xdf]i[0xf4][0x11][0xa6]8eN[0x10][0x9a]E[0xda]-[0x93],[0x83]+[0x1e][0xd2][0xc][0xe5][0x8e][0x13][0xae]+[0xa4][\r]S-[0x9][0xcc]!I[0xc8][0x86][0x9]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x14])J^Wi'[0x93]t[\r][0xb]^[0xef][0x8]-[0xd2][0xb4][0xf3]k[0x1b]'[0x8d][0xaf][0x9b]h[0xe8]&h[0xf5][0xfb][0xb9]H[0xd5][0xd2][0x85][\r][0xfa][0x99][\r][0xfa]9C[0xad]<72p[0x8c][0xc1]C[0x9c][0xa7]}[0xef][0xa9][0xfc]-[0x6]h3[0xf4][\r][0x14][0xf9][0x8]r[0xe8][0x7][0xcf][[0xd4][0x11][0xf1]g([0x9d][0xae]/[0x18][0x8b][0xd4]RhX[0xee][0xb3][0x80][0xaf]Ev[0xc8]Wx[0xb8][0xeb]m3[0xb0]-[0x86]l[0x8c][0xce]P[0xae]y~[0xd3][0xdc][0x8b]\;4[0xe3][0x9c][0xb9]*[0x1d]][0xce].[0xd8][0x94]^d[0x18][0xd0];[0xd0][0xb7][0xc6]7[0x18]2K[0xde]6a[0xf7][0xd6]l[0x97]?[0x8a]^[0xd4][0xb9][0xbf]n[0xd5][0x1d].[0xf6][0xf1][0x1a][0x96][0xb3]a[0xf9][0xb6]8'[0xc9]L[0xb8]k[0xd3]&[0xc6]1D[0xdb][\r][0xb9][0xef]Z[0x8e][0xe9][0xf3]W[0x11]-[0x1b][0xc4][0xd3]W[0xe3][0x93]X1<[0x92]`[0xf0][0xe4][0xd0]7/[0xf][0x6][0xf]w[0xd0][0x13][0xcb]K[0x86][0xa5]N[0xe6]"=t[0xe6][\r]Q[0xc9]7y[0xb8][0x9a]h3[0xaa][0x8f][0xff]C[0x1d]u[0xcd][0x8b][0xfc][0x6]_[0xb6][0x5][0x85][0xc2]q[0xde]Sb[0xb6][0x86]a[0xdc]b[0xe8];[0xfd][0xb0][0x1a]z[0xd0][0xab][0xa1][0xf][0x5][\r]%[0xc][0x88][0xb6][0xb2][0x86]A[0xc]1[0xcc][0x9f]!L=[0xb2][0x9d]m[0xee][0x7][0xe6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xc7]y[0xc8]w[0xac][0xc8][0x9][0x9f]xA`[0xd7]m[0xc7][0xe]m[0x1e]<[0x88][0xeb]b[0xcc][0x9c][0x86][0xdb][0xb8][0xc3][0xa0][0xff][0xaf][0xbe][0xa4]\[0xe7]z[0x7][0xa5][0xb4]._X[0x97]2[0x16][0x3]k[0x87][0xc7][0x9b]/{~[0xf2][0x1e][0x13]gh[0xfb]W[0xbd]0F?[0xa1][0x9b]~M[0x6]E[0xa1][0x0]EE![0x2]h8[0xc5])[0xf4][0x93]'=(~ [0xd4] [0x9f][0xa6][0x1a][0x89]C[0xb5][0x11]:[0xbd][0xa5]s[0x9a][0xfc][0x88][0xd1][0x6]3[0xbe]"[0xb5][0xd9]F[0xba][0x85][0x8c]Qm[0xa1][0xcb][0xa8][0xb4][0x90][0xfd]([0xef][0x8c][0x92][0x1d]D[0x17][0xd9]~[0xc2][0xca][0x11]RI[0xce]-S[0xb6]B[0xd9]K[0xf1][0x14][0x9c][0xc7][0x5]@F[0x17]%[0xb][0x11][0x89][0xbe][0x14]u[0x80][0xb8][0xb2][0xa4][0xd6][0xc8]pL[0xf2][0xb9][0x9c][0xf0]yJsR[0xe4][0x15][0xa3][0x9a]iC9[0x2]We[0xba][0x8c],[0xb5]U$[0x19][0xd9]v[0x8][0xa8]$[0x80]G0[0xca][0x9][0x98]+[0x14]][0xc5]5[0xb2][0x2][0xe6][0x1d]-![0x8][0xcf][0x1b][0x9f][0x90][0xfb][0x89][0x19]r[0x99][0xcd][0xda][0x8f][0xf8]T&[0x1d][0xf2][0x9b][0x14]g[0xdb]P[0xc9]u}[0xc6][0xb9][0x16]r[0xd5][0xfd][0xf7][0xc8][0xad]T[0xf7]'[0xbe][0x8b][0xb6][0xf]4[0xb3][0x7][0x93][0x98][0xa6])[0xd3][0x98][0x95]>%[0x99][0x8e][0x10]G[0x10]+[0x81][0xdf]C|[0x6]h[0xc5]*[0xe1][0xcf][0x11]z[0xe5][0x90][0xdd]|[0xc2][0x9c][0xe1][0xba][0xbc]y[0xe3][0xf]PK[0x7][0x8][0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/requests/FilterRequest.class[0x9d]T[0xeb]R[0xd3]@[0x14][0xfe][0x96]^[0xd2][0x86][0xc8][0xa5][0x5][0xe4]"X[0x11]0m[0x91][0x88]"[0x8a] ([0x15]up[0x86]2[0xcc]t[0xfc][0x95][0x96][0xb4][0x84]I[0x93][0xba]I[0xbc][0xbc][0x89][0x8f][0x81]3[0x2][0x8e][0x8c]>[0x80][0xf][0xe5]x6[\r]R[0xa4]([0xe3][0x9f][0xb3][0xbb]'[0xe7];[0xdf]wvO[0xce][0x8f][0x9f]_[0xbf][0x3][0x98][0xc7][0x86][0x8c][0x14][0xee]$[0xd1][0xf]U[0x98][0xac]8[0xe6]d$[0x90][0x97]0+[0xe1][0xae][0x84]9[0x9]Z[0x2][0xf7]$[0xcc][0xb][0xf7]}[0x19][0xdd]x c[0x1][0xf]e$[0xb1](C[0xc2]#[0x9][0x8f]%,1H[0xdc]x[0xe3][0x1b][0xae][0xc7]0Ztx][0xdb][0xf7]m[0xd3][0xd3][0xb8]o[0xdb][0x6][0xd7][0xb6]Z[0xdf][0x96])[0xac][0xf6][0xd2][0xb4]<[0x83]3[0xcc]\[0xc]k[0xe8][0xb6][0xd9][0xf4]-[0xdd]3[0x1d][k[0xc5][0x11]$[0xbe]bR[0xcc]*CA[0xbd]<[0xf3][0xd5][0x92]ew[0x18][0xa2][0x5]g[0xd7]`[0xe8]-[0x9a][0xb6][0xb1][0xe9]7*[0x6][0xdf][0xd6]+[0x16]yRE[0xa7][0xaa][;:7[0xc5]9tF[0xbd]=[0xd3]e[0xc8][0xb7][0xe5]7mJe[0xeb][0x96][0x16]V[0xec][0x86][0xd9][0xcf][0x8a][0x8c][0xd7][0xc2][0x1a][0x93]u[0xc3][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe4]0[0x8c][0xa9][0xd9][0xe][0xf2][0x83]E@x[0x18]6[0xf2][0x97] F[0x82][0x16][0xff]Q[0xe9][0xa6][0xb3]-4m[0x19][\r][0xdd][0xb4]7[0xde]W[0x8d][0xa6]p[0x13]X.9>[0xaf][0x1a][0xa4]U[0xd4]zN[0xf2][0xdc][0xbe][0xfe]VWp[0x1d]O[0x14][0xa4]1[0xa0]`[0x10]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n"[0xa3]`[0x19]+[0xc][0xb][0xff]C[0xc9][0xa0]u[0xba][0xb3][0x0][0xef]j[0x1b][0x9c];D[0xdf]t[0xb8]g[0xda][0xf5][0xd3];[0x9a][0xba][0xca]+2[0xa4][0x85]^[0xcd][0xd2][0xed][0xba][0xd6]F7[0xb9][0xe9]d0[0xc][0xaa][0xc5]?U[0x4][0x9d][0x99][0xd8]5[0xdc]*7+[0xf4]>[0x3][0xd4],g1%[0x8f]S[0x1d][0xf4][0x86][0x9][0xcf]i[0xed][0xcf][0x15]r[0xea][0x8a][0xd7][0x1c]NE3,[0xa9][0x17][0xc1][0xaf];pv[0xa2][0x18][0xec][0x80][0x15][0xe2][0xb2][0xed][0xfe][0x82][0xa5][0xbb][0xee]r[0x9b]c{[0x8f];[0xef][0xc4][0x1f]C[0xb1]4Y[0xfa]i[0x92][0x0]]d[0xa9][0x9d]h[0x97][0x12][0x1d][0x15]x[0x18][0xdd][0xeb]0[0xd9][0x11]:[0x95][0xe9][0x1c][0xa1][0xb5]7w[0xc][0x96][0xcb][0x1f][0xa2]+7{[0x88][0xc8][0xa7] p4[0x80]E[0xc9][0xde] ;N[0xf3]f[0x2]=[0xd4][0x93]c[0xe4][0xc9][0xb4]`[0xf4]e[0x1c][0x8]v[0x82][0x86][0x5][0xbb][0x9]"[0x12]4[0xd4][0xbd]![0xcd]G[0xc8][0xe4][0x1][0xd6]s[0x9f][0xd1]u[0x84]h[0x91][0xd6]H[0xfe][0x8][0xb1][0xfc]A[0xf1][0x4]R9[0x8d][0xc4][0x9][0x92][0xe5][0x94][0x1c][0xfb][0x86][0xee]rD|=[0x82]R*G[[0xf1][0xd7]J_[0xd0]s[0x8c][0xde]c[0xf4][0x1d][0x4][0x1c][0xa2][0xb8]x[0xa8]p[0x8]1[0xb2]S4[0x1c][0xa7][0xd1][0x87][0x19]1OI[0x8b][0xfa][e[0x82][0xb8]oa[0x92]pih[0xb8]M[0x91]"[0xc3]z[0xa8][0x9c][0x11]J[0xd4]:[0xf3][0xb]PK[0x7][0x8]<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/requests/SortingRequest.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x17]J[0xcb]J[0xa1][0xb5][0xb][0x5]/[0xa0][0xa8][0xed][0xb6]qcL|[0x81][0xf0][0x82][0xf1][0xa9][0xd1][0x84]*[0x89][0x8f][0xd3]:[0xa9]S[0xb7][0xb3][0xeb]t[0xd6][0x84][0xa5][0x89]@[0xa2][0x89]?[0xc0][0x1f]e<3-([0xa1][0xf5][0xf2][0xb0]g[0xce][0x9c][0xdb][0xf7][0x9d]o3[0xdf]|[0xf9][0x6][0xe0][0x11][0xda]%[0x14]q[0xbb][0x88]ElY[0xb3]m[0xaf]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb8][B[0x1e];[0xd6][0xdc]+[0xe0]~[0x1][0xf][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0xbc]O[0xc5][0xd8]0ltb=[0x8][0x87][0xa9][0x92]&[0xd4][0xa9]RB[0x87][0x87][0x93][0xdc].C[0xa9][0x1f][0x8f][0x12][0xae][0xb9][0x89]5[0x83][0xdf][0x19][0xf2][0xf][0x8f][0x8e][0xb8][0x96][0xf6]>[\r][0xe6][0xcc][9fh[0xff][0x86]$[0x95][0x11]Z[0xf1]([0x9c]*3[0xe][0xbb][0xb1]6R[\r]~[0xa9][0xe1]_[0x1e]u[0x9c][0x9c][0x8f][0xeb][0xfe]/[0xe5][0xbf][0xea]aW*[0xe][0x84]9tI[0x86][0xcd]Fs[0x6][0x84];[0xac]vzZV[0xff]CQ[0xa9][0x1b][0xa7][0xba]/[0x9e]I[0xcb][0xb8]zy[0xb9][0x87][0x96][0xa4][0x87][0x15]4<[0x94][0xb0][0xe4][0xc1][0xc3]5[0xf]ul0[0xec]\[0x99]8[0xe2]J&i[0xc4]-U'[0x92][0xd0][0xb6][0xb5][0xe9]!@[0x8b]![0xf8]wM[0x19][0xd6][0xe7][0xe9][0xc6][0x90]mX[0x11][0xea][0x8d][0xf9][0xff]<[0xcf][0x93]$:f[0xa8]Mk"[0xae][0x6][0xe1][0x8b][0xde]P[0xf4][\r][0xe5][0xb1]MO[0xa0]H[0xef]"[0x83][0x8a]][0x8a][0xbc][0x8a][0xdd][0xb][0xc][0xcb].Z[0xa6][0x8f][0x11][0xf1]UW[0x1][0xbc][0xa3]3Kg98[0x3][0xb]Z'[0xc8][0x4][0xed][0x13]d?Q([0x8b][0xaa]k[0xcf][0x91]]&[[0xa6][0xc1]+[0xe4][0xad][0xe2]:E[0xb6]&m[0xa8][0xc1][0x7][0x9c]g[0xe1][0x98][0xf3],`[0x6]k[0xe4]{[0x17][0x11][0xb]<[0xa1][0xb0]N1R[0x99][0xac]%[0xf0][0x8a][0xe6]d[0xe8][0xac][0x7][0x9f][0x91]9E[0xae][0xf3][0x15][0xf9][0xd7][0xe4]g[0xcf][0xb0][0xd0]:E[0xa1][0xf5][0xd1]5U[0x1d][0x9][0xb]Y[0xa3][\r]}[0x1a][0xbe][0xe6]h[0xf8][0x93][0xe6])[0x8d]E"[0xb7][0x89][0x1b]4[0x9a][0xe1][0xa6][0xeb][0xbb][0xf5][0x13]PK[0x7][0x8][0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/junit/internal/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/ClassRoadie.class[0x95]V[0xeb]V[0x13]W[0x14][0xfe]&[0x9]L[0x18]F[0xa0][0x80] h[0xd5][0xa2]"[0x84]K[0xb4][0xb6]T[0x5]Q[0x4]/h[0x88][0x16][0x10][0xab][0xf6]6$[0x3][0xc][0x86][0x19][0x9c]L[0xbc][0xf4][0xfe][0xab]/[0xd0]_}[0x2]~[0xb3]V[0xc1]e][0xad][0xfd][0xed]k[0xf4][0x1][0xfa][0x6][0xb5][0xdf]>[0x19]B[0x80]H[0x91],[0xce]>[0xb3][0xcf][0xbe]|{[0x9f][0xbd][0xf7][0xcc][0xeb][0xff][0x13][0xc0]i[0xfc]h[0xa0][0x9][0xe3]58[0x84][0x1b][0xb2][0xdc][0x94]%%[0xcb]D-[0xd2][0xb8][0xa5][0xe3][0xb6][0x1][0x1d][0x9f][0x1a][0x98][0xc4][0x94]A[0xf6][0xb4],wd[0x99][0xd1]q[0xd7][0xc0]g[0xb8]W[0x8b][0xfb]xP[0x8b][0xcf][0xf1][0x85],_[0xea][0xf8]J[0xc7][0xd7][0x6][0x1a]a[0xe9][0x98]5[0xb0][0x1f][0x19][0x1d]Y[0x3][0xfb]0[0xae][0xc3][0x16][0xcd]9Q[0x9b][0xd7][0xb1][0xa0]![0xee]z[0x81]3[0xe7][0xd8][0xbe][0x86][0x9e][0x94][0xe7][0xcf]'[0x17][0xb][0xae][0x13]$[0xfd][0x82][0xeb][0xda]~[0xb2]x[0x98][0xb1][0x2][0xc7]s[0x93][0x93][0x5]7[0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]j[0xa8][0x9][0xec]|0[0x9a][0xb3][0xf2]y[\r][0x9d]e[0x9a][0x8e][0x1b][0xd8][0xbe]k[0xe5]B[0x13][0xf9][0xe4][0xf4][0x86][0x1c][0x95]j[0xb3]v>[0xe3];[0xcb]bO[0xc3][0xe1][0x9d][0xe][0xc7]6[0xcf])[0x1e][0x17][0xae]5[0x9b][0xb3]54[0xa7][0x16][0xad][0xc7]V2g[0xb9][0xf3][0x2]Dq)Q=[0xe4]P{X[0xc3][0xcf]][0xef][0x80]~opwGW[0x9]O[0xf7][0x8c][0x86][0xd8][0xa8][0x97]%[0xde][0xfa][0x94][0xe3][0xda][0xe9][0xc2][0xd2][0xac][0xed]O[0x17]#hLy[0x19]+7c[0xf9][0x8e]<[0x87][0xcc]X[0xb0][0xe0]0[0x81]][0xbb]!Rh&=+[0xeb]H[0xc4]ud[0xdf]q[0x97]}/[0xb0]3[0x81][0x9d][0xd5][0x10][0xed][0x12][0xb7][0x86][0x95][0xcd]^[0xb5][0x9c]\[0xc1][0xa7][0xd5][0x3]]e[0xe8][0xa6][0x17]|[0xef]I[0x9]^}`[0xf9][0xf3]vp[0xe5]i[0xc6][0xe]oaEY[\r]&[0x1d][0xdd][0xde]t[0xa3][0xd1]n[0xf7]n0[0xc5][0xbb][0x9d][0xbd]l[0xcf]y[0xbe][0xa8][0x1b][0xe4][0x17][0x1f][0x18]_[0xf5][0xac][0xda]ih/s[0xe6][0xdb]s9[0x1a]ON[0xd8][0xc1][0x82][0x97][0xa5]J[0xc4]9^[0xba][0xe8]B[0xe0][0xe4][0x92][0xe3]ta[0x5][0x9e][0x94][0x9b]>[0xbb]a[0xab][0xa1]L [0xe5][0xe4][0x3][0x1e][0xf6]U[0xb0]:[0xee]>[0xf6][0x8a]W?[0xbd]5b[0xca][0x9f][0xaa][0x14][0xc7]H>_XR[0x12]3[0x8e][0x97][0xb3][0x18]t[0xb9]J[0xcb][0xd6][0xdb]{[0xb6][0xbc]q[0x83][0xbd][0xdb][0xe0][0xc][0xbd]=[0xc2]aIK[0xc9](C[0xa9]a[0x8e]F[0xe6][0xe8][0x9f][0xfb]*K6L[0x95][0x15]2[0x8c])[0xaf][0xe0]g[0xec][0xab][0x8e]xi(+[0x82]~q[0xc0][0xf3]1{[0xd9][0xb7]3[0x96][0xba][0x9d]6[0xd6]`[0xe0],[0xd9]3N[0xde]![0xac][0x11][0x97][0xb5]o[0x85]^Z[0xca][0x10]m[0xea][0xc][0x9a]8[0x81]>[0x13][0xef][0xe3][0xb0][0x89]#8j[0xe2][0x3]t[0x98]8[0x86][0xe3]:[0x1c][0x13][0x8b][0xe8][0xd3]pb[0xf7][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb]M[0xc]=[0xd4][0x91]3[0xb1][0x4][0xd7][0xc4][0xc7]b[0xb5]W[0x96][0x11][0xb1]qr[0x8f]%[0xa3][0xc3]3[0xb1][0x8c]G:|[0x13]y[0x4]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x1e][0xe3][0x89][0x89][0xa7]x[0xc6][0x92]~[V[0x99][0x9b][0xcd][0xa3][[0xb3][0x8b]<1[0xf1][\r][0xbe][0xe5]<{[0x87][0xa2]0[0xf1][0x1d][0xbe][0xd7][0xd0][0xff]nu[0xa1][0xa1][0xa9]B[0xef][0x98][0xe8]G[0xd2][0xc4][0xf]x[0xc4][0xc9][0xb8][0xb7][0xbe][0xe6]t[0xd8]9N[0xd8][0xda][0x14][0xd5]0Pa[0xb4][0xbd]e[0x12]m[0xed][0xf5][0xee]=OD[0xce][0x85]9[0xc7][0xb7]e[0xf6][0x95][0x86]H[0xe2][0xff]&j([0xa9]\[0x1d][0xdf][0xcb]De[0xcd]2[0xe7][0xa5][0xa1][0xd0][0xd8][0xd5][0xbd][0xb3][0x95][0xeb][0xb6]r[0xf8][0xe]p[0xc2]![0xc0]B[0xde][0xa2]P6[0x1c][0x1a]wr91[0x16][0xac]|[0xda]~[0x1a][0xa8][0x9]y[0x9f][0xa3][0xd6]U[0xf][0xcd][0x1b]F[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F^$[0xe]K[0xe3]![0xc3]>[0xd7][0xb5][0xf3][0xf8][0xc1]NVE#[0x8d][0xc]oz[0xfb]|m[0xdd][0xe2][0xb0]|[0xc2][0xd6]P[0xb0][0xd8][0xfe][0xec][0xbd]C[0xfc][0xc][0x0]b[0x88]HGr[0x17][0x91][0xa6]T[0x94]}I[0xda]([0xad]IZ[\r][0xf6]%:[0xb9][0x9e][0xe4][0xd3]O<[0xaf]"mO<[0x87][0x96][0xe8]YC$[0xd1][0xbb][0x86]h[0xa2]o[\r][0xb1]D[l[\r]U[0xab][0xca]F[0x97][0xc8]PW[0xd6][0x18][0xe]B>0[0xea][0xe8][0xa9][0x89][0xbe][0xda][0xe8][0xa9][0x9b]'[0x1f][0x15]-![0x81][0x1e]@[0xed][0x4][0x89][0xa6]v[0x82]%[0xa2]v[0x82]&[0xaa]v[0x82]'[0xc6][0x1f]{=Ds[0x96]T[0xe4][0x8d][0xc4]o[0xa8]z[0x81]j[\r][0x9b][0xde][\r][0xa5][0xdf]A[0xcf][0xc7][0x94]7[0xb3]([0x19]z[0x8b]I[0xcf][0x84]VR[0xc4]![0xb2][0xcd][0xb4][0x12]y[0x9][0xfd][0x1e]i[0xac][0xe7]9[0xe2][0xeb][0xa8][0xd9]n[0xaf][0x93][0x11][0x9c]T[0xf6]Z[0x8a]:%[0xf4][0xcd]8[0xc5][0xaf]+[0xc1][0xf3]a[0x9][0xdf]/[0xa4][0x82][0xfd][0x8][0xb3]e$[0xd6]QKj[0xae][0xf0][0xcd]\[0xa4][0xc6][0x84][0xd0][0xde]W[0xab][0x84][0x3][0xc4]Q[0xcf]O&[0xa1][0xad]\[0xeb][0xd1][0xa0]h+[0xe](Z[0x4][0xd1][0xc9]p@[0x87][0x92][0x84]8[0x3]0[0xe9][0xb4][0x9e][0xee][0x1a][0xb8][0x17][0x0][0xad][0xa4][0x87][0x9]c[0x3]`[0x3][0xe9][0x19]&ZB?[0x12]B[0x8d][0xc8][0xc4][0xe4]J[0x80]Z[0x13][0xe1][0x89][0xef])[0x86][0x1c]]G][0xaa][0xe7][0x5][0xea]5L[0xf4][0xbe]@[0x83][0x86]_[0xd1][0xce][0xcd]{[0x1a][0xfe]Bc[0xba]O[0x8b][0xfe][0x81][0xa6]u4[0xdf]]y[0xf3][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "jR=[0xeb]hy[0xb5][0xc2]7[0xec]K[0xec][0xbb][0xf7][0x1c][0x7]^[0xa5][0x12]d[0xb5]o<[0xad][0xaa][0xc8][0x93][0xcc][0xc6]~uS[0x83]*[0x8c][0xb3][0x18][0xe3][0xfd]GU0[0x3]*[0xdc][0x1][0x6][0xf2][0x9][0xef][0xe9],e[0x87](}[0x9e][0x80][0x7][0xf9]t[0x99][0xeb][0x5]r[0x86][0xa9]q[0x11]Wp[0x9]78[0xe0]'1[0xaa][0x82][0xbb][0xce]o[0xd4][0xe][0xde][0xc9][0x0]u[0xa3]L[0xc1]Qj[0x9c]cPq[0x86]u[0x9e][0x9a][0x1a][0xad]T[0xf1][0x88][0xbb]!r[0xcf][0xd0][0x96]F+[0xfb][0xb8];[0xad][0xd2]1[0x15][0xa6]c8[0xac][0x8d][0xa2][0xe6]E[0xee].[0xa9][0xfa][0xd0]([0x1b][0x91]WJx[0x97][0xff][0xd0][0x8f][0xd4][0xeb]x1U[0x7][0xb7][0xa7][0xea]L[0xc5]T[0xa1][0xed][0xbc][0xf4][0x5]S[0xc5][0xd4][0xac][0xa0]6|j_y[0xf3]z[0x95][0xe6];x[0x8f]I&H[0xe8][0x85]Rb[0xfa]Q[0xcb][0xf5]*!][0xe3][0xc9]8[0xcf][0xd2][0x94][0xba]A[0xe0]7[0x9]1M[0xc9][0x14][0x81]N0[0x9c]4[0x13]q[%d[0x98][0xcd]v[0x9a][0xd5]!![0xc7]xZ[0xad][0x2][0x8d]Q[0xff][0x18]SYL[0xd2][0xb9]0I[0xc]"[0xc]>[0xce][0x0]GU[0xba]6[0xd3] [0x9c][0x8b][0xaa]p[0xc7]T[0xb5]\![0x12][0xf9][0xbb][0x16][0xe][0x83][0xeb][0xc0]PK[0x7][0x8][0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/ErrorReportingRunner.class[0x95]Vkw[0x13]U[0x14][0xdd][0x93][0xa4][0x99]t:-%[0xf4][0x5][0xd2]6UJ[0xd2]I[0xdb]X[0x11][0xd4]R[0xab][0x18]@[0xd1][0x10][0x90]T[0xb4][0x80][0x8f]i2m[0xa6][0x86]I[0x9d]LJ[0xc1][0x7][0xbe][0x80][0xdf][0xc0]/[0xe0]+[0xac]%-[0xc8]R[0xf1][0x93]k[0xf9];\[0xcb]![0xee];[0x99]P8[0xa4][0xc4][0xec][0xb4][0x82]4[0xce]t[0xe0],>[0xec][0xc0]9d[0xc4]0'[0xe3]#[0xa1]p^[0xec]},f[0x9f][0xc8][0x98]W[0xa0][0xe2][0x82][0x8c][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xb8]$[0xe3]S[0x5]=[0xb8][0xa4][0xe0]3|[0x1e][0xc2][0x17]BSW[0xb0][0x80][0xac][0x8c][0x9c][0x82]}0[0xc4]bQ[0xc]K2[0xf2]2L[0x9][0xc1][0xac]^.[0x19]%[0x9][0xdd][0xa9]e}UO[0x94][0x1d][0xb3][0x90]H[0x99]%[0xe7][0xa8][0x84][0xf6][0x8c][0xb9]d[0xe9]N[0xd9]6$D[0x9f][0xda][0x9e][0xa9][0xac][0xb][0xba][0xb5][0x94][0x98][0xcb][0xdb][0xc5]+[0xfa]B[0xc1]8:+[0xac][0x1c][0xa3][0xe4]$[0xb]z[0x89]Nw7h[0xb9]"[0xee][0xf7]<-[0x9b][0xd1][0x84]Yp[0xc6][0xb4]LgV[0xc2]X[0xac][0xc9][0xa8]e[0xac][0xb1][0xf3][0x12][0x2][0xc9]b[0x8e][0xe0]v[0xa5]L[0xcb]H[0x97]//[0x18][0xf6][0x9c][0xd8][0x93][0x10]N[0x15][0xb3]z[0xe1][0xbc]n[0x9b]b[0xed][0x9][0x3]N[0xde]$[0xa8][0xa9]T[0xd1]^J,[0x97][0x19].aZ[0x8e]a[z!a[0x97]-[0xcb][0xb0]K[0x89][0x13][0xb6]][0xb4][0xcf][0x19]+E[0xdb]1[0xad][0xa5]s[0xae][0x94][0xe8][0xda]\[0x9a]$[0xf4][0xb6][0x84]"[0xa1]os[0xbc][0xab]+[0xd5][0x98][0xe3]M[0xa7][0x11][0xc7][0xdd][0xf2]@]K[0x86]s[0xdc](ems[0xc5]1[0x8b][0x96][0x84]Hl[0xac][0x1]n[0x5]e[0xa2]A[0x83][0xb1][0x3][0x86][0x9e][0xcd]K[0xf0][0x99][0x7]j[0xe4][0xba]i:[0xc5][0xa3][0xe9]NQ[0xc0][0xef][0xc8]5[0xfa][0x1c][0xda][0xc9][0xa3][0x9f]R[0x9][0x93][0xb1]f=[0xab][0xe8][0x98][0x8b]fV[0x17][0x8a][0x9][0xb2][0x93]v[0xd7][0xa4]H[0x80][0xf]Y[0xde]JB[0xfc]9LY2[0x88] [0xe7]Q[0xc4]8[0x1f][0xa3][0xe4][0x6][0xfc][0xfc][0x1]#[0xda][0x6][0xa4][0xf8]_[0xe8]|[0x4][0xdf]|[0xd8][0xbf][0x81][0xc0][0x1f]Z[0xfc]>[0xda]4m|[0x3][0xc1][0xfb][0x90][0xef]Q[0xc9][0xf][0x8d][0xe3]>[0xba][0x0][0xdd][0x6][0xb0][0x7]!~[0x1f][0x85][0xd1][0x87]~[0xfe]"[0x18]@[0x9c];[0x91][0x8a]C[0x8c]c[0x2]pg[0x15][0x0]b6[0x89][0x4][0x3][0xbf][0xcc][0xb9][0xea]I[0xe][0x10]R[0x15][0xdc][0x14]g[0xaf][0xe0][0x10]G[0x1][0xed][0x16][0xfd][0x4][0xf8][0xff][0x90][0xf6][0xb][0xda][0x1e] [0x94][0xe2][0xf9]![0xda]%[0x9c][0x1e][0x8]E[0xc2]m[0xec][0xe5][0xa4]C[0xc2]c[0xa8][0xe9][0xb8]6[0xb1][0x81][0xce]ut[0xdd]y[0xf2]O[0xfc][0xae][0xeb]N[0xf3]`[0x2][0xfb][0x9]t[0x90] [0x86][0x18]"[0xe2][0x82][0xd4]([0x1f]E;^% ?[0xb5][0x86]q[0x18]Gh[0xc3]p[0x1e][0xf0][0x10][0xf5]^[0xc3][0xeb][0x4]#[0xe1][\r]L{[0xa0][0xae]x[0xa0][0xa2][0xcd]`[0xfa][0xea]`[0xb4][0x89][0xf8][0x6]v[0xdd]y[0xf2][0xef][0xbd][0x1a][0x90].[0x97][0x95]Q[0xc2]8[0xc8]_[0xac][0x6]b[0x90]lV@([0x84]Y[0x5][0x11][0xad][0xb1][0x17][0xc5]Q[0xcc]0[0xb8]O<$^[0xd2]n[0xd2]NhM[0xc7][0xff]D[0xf7]m[0xa8]Z|[0x1d][0xbb][0x99][0xa6][0xbb]\[0x87]o[0xa3]#[0xfe][0x18][0xe1]u[0xec][0x11][0xcb][0x9e][0xca][0xb2]g[0x1d][0xbd]w[0x3][0xbf]A[0x9d][0xf7][0xc7]3[0xf][0xd0]W'h[0x8]2[0xc7]q[0x8e][0x13][0xe8]&[0x8e]~fg[0x98]Y8H"&[0x89]F[0xe0][0xec][0xab]D[0xab]a[0x9a]v[0xf3]X[0xcd][0xda][[0xfc][0xe3];[0xe5][0x11]$0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "mEd-[0xdc][0xff][0x0][0x3][0xf5]XA7[0xe7][0xd3][\r]>[0x95][0x9a]O[0x5][0xef][0xb8]>}[0xe2][0xa5][0xf3]|[0xad][0xa2][0xcd]%{H#[0x9d][0x9d][0xe9][0xf1][0x89]uf[0xfc][0x11][0xf6][0xcd][0xb]z_X[0xc7]~![0x19][0xac]s[0xdc]G}[0x10]O[0x90]x:[0x88]h[0x80]>[0x7][0xe9][0xaf][0xca][0xb5]8m5[0xde][0x90][0x17]O[0xcc][0x4][0xc3]>Z[\r][0xb8][0x9][0xf7]Sz[0xc2][0xf5]y[0xf2]PK[0x7][0x8]K[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/FailedBefore.class[0x8d]Q[0xb9]N[0x3]1[0x10]}[0xce])r[0x90][0xb][0xc2]Q[0xd1]A([0xb2][0xa2][0xe]B[0x82][0x84]H[0xa0][0x15][0x5][0xc7][0xf6][0xce]f[0x8][0x8e]6v[0xe4][0xf5]"~[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x89][0x82][0xf][0xe0][0xa3][0x10][0xb3][0x9b]H[0xa1][0xc4][0xc5][0x1c][0xcf]o[0xde][0x8c][0xc7][0xdf]?[0x9f]_[0x0][0xce][0xb0]_A[0x1e][0xbb]et[0xcb][0xd8][0x13]h[0xc6]d[0x95][0x8c][0x2][0xb2][0xb1]2[0xfa][0xe9]f$ n[0x5][0xea]C[0xa3]c'[0xb5][0xb]d[0x94]P[0x11][0xab]#[0x4]J[0xe7]J+w![0x90]?[0xe9][0x5][0x2][0x85][0xa1][0x99][0x92]@[0xc3]W[0x9a][0xee][0x92][0xc5][0x84][0xec][0xa3][0x9c]D[0x8c][0xb4]}[0x13][0xb2][0xac]dq[0xce][0xd7]`[0xc1][0xbd][0xa8]X[0xa0][0xe7][0x1b];[0xf3][0xe6][0x9][0xb]yJ;[0xb2]ZF[0x9e]M[0xb4][0xe6]![0xbc][0xb1]T[0x11]M[0xaf][0xe8][0xd9]X[0x1a][0x8]T[0x1e]LbC[0x1a][0xab][0xb4][0xbe][0xf5][0xf7][0xb2]?[0x97][0xaf][0x92][0x9]#ZZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa3][0xa9][0xc0][0xc1]}[0xa2][0x9d]ZP[0xa0]b[0xc5][0x1d]/[0xb5]6N:~[0x18]w[0xed][0xfa]i[0x81][0x17]I=[0xf3]65[0x83][0x1a][0xb6]P[0x11]8[0xfe][0xe7]H[0x2][0x9d][0x8d][0xcc][0xf5][H[0xcb]T[0x1e]G[0xc8][0xf1]VyC8D[0x1]E[0xf6]%[0xce]r(s[0x84][0xb4][0x3][0xfb]*G[0x1e][0xfb][0x14])[0x9e]~@[0xbc]g[0x94][0x1a][0xdb]R[0x6]VQg[[[0x11][0xb0][0x8d][0x6][0xfb]<[0x9a][0x19][0xab][0x85]v[0xf6][0x5][0x9d]5{[0x7][0xf8][0x5]PK[0x7][0x8][0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/InitializationError.class[0x95]S[O[0x13]A[0x14][0xfe][0xa6][0x97]-[0xad]E[0xb0][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2]""[0xd2][0x8b][0xb2][0xe0]=[0x81][0x90][0x10][0xc0][0x4][0xd3]hb[0xb1][0x91][0xf8]4[0x94][0xb1][0xc])[0xb3]dvW[0xc5]7[0xff][0x91]$[0x9a][0x1a][0x8d][0xfe][0x0][0x94][0xf1][0xcc][0xb4][0xb6][0xd0][0x96][0x7][0xf7]a[0xe6]\[0xe6][0xfb][0xce][0xf9][0xce][0xec][0xfc][0xfe][0xf3][0xfd][0x17][0x80]%A[0xab][0xf1][0xec]i[0xf2]&[0xed]cLQ=[0xc3]>Ev[0x9a][0xf6]V$[0xd3][0xa9]w[0x15][0x9f][0xcc]h[0xc8]7[0xd5][0xd6][0xda][0xd5][0x92][0xc5][0xd2]7D[0x9b][0x88][0x9d][0xd8]C9[0xb]3[0x89])[0xc][0x11][0xa4][([0xd9])[0x94]$[0xda][0xeb]Dc[0x9a][0x9f]n[0xd3][0x95][0x91][0xb0][0xa7][0xb2][0xc5][0xd8]O[0xc4]w[0xa2]?[0xe0][0xec][0x94][0x9a]HT[0x9a][0x18][0xea]e[0x9e]&[0xdc][0x8d]S[0xcc][0xd9][0xe]s[0x96][0xe2]3[0x96][0xf9]&f[0xdb]cq[0xad][0xf][0xc4][0x8b]_[0x10][0xf9][0xdc][0xa1]rlp[0xd6][0xd2][0xb4][0xd4][0xc6][0xdb]4-[0xb5][0xb7]hbs[0xd6][0xba][0x8d]yK[0x9e]o[0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]_PK[0x7][0x8][0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.class[0x95][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]h5Z[0xb][0xba]s[0xeb][0xc2][0xad][0x86][0xe2][0xc6][0xbd](([0x88][0xa0]x[0x80]XCM[0x9][0x9]$[0xad][0x87]s[0xe1][0x1]<[0x94][0x98][0xd6][0xa5]+g[0x98][0x19][0xfe][0xf0][0xff]{[0xbd][0x1f]O[0x0])[0x12][0x6][0xc6][0x10][0x13][0xe2][0x93][0xad]\&7JK[0xc2]xw6[0xaa]\,WZx[0xac][0x8c][0x91]n^[0x88][0xbb] [0xc][0xd7]&[0xd3][0xd6]+[0x93][0xef]ey[0xb3]W[0x86][0x1][0x81][[0x97][0xf3][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xae]L)[0x9d][0x11][0x9a][0xbb]&[0xe5][0xf9]/i[0x9a][0x12]@H[0xb6][0xb5]h[0xfe][0xd2][0x13]F5[0x9f]kar~[0xb8][0x14]2+[0x9][0xb3][0xbf][0xb0][0x98][0x4]h[0xb][0xdf]j[0x87]FP[0x11]:[0xe1]F[0xe8][0x86][0xdd][0xf][0x13][0x7][0xf][0xd5]j[0xd4][0xfb][0x0]PK[0x7][0x8][0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.class[0xad]VmS[0x1b]U[0x14]~n[0x80]lX[0x16][0x92][0xf2]R[0xa8]b-ZhH[0x80][0x5]QZ[0x5][0xa9]4[0x10][0x5]S[0xa8]@[0xd1][0xfa][0xd6].[0xc9]&,[0x84][0xdd][0xce]f[0xd3][0xfa]W[0xfa]/[0xe8][0x8c][0x82]/3[0x8e]~[0xf5]G9[0x9e]s[0xb3]l[0xd2][0x90][0x10]2[0xe3][0x87][0xbd][0xbb][0xf7][0xde][0xe7]<[0xe7][0xfd][0xcc][0xfe][0xf3][0xef][0xef][0x2][0x98][0x83][0xa3]b[0x10])[0x15]CX[0xed][0xa6][0xaf]5[0xde][0xa6]U|[0x8e]/xYW[0xb0][0xa1]B[0xc1][0x97][0xbc][0xc9](x[0xd8][0x3][0x15][0x9b][0x8c][0xd9][0xe2][0xe5][0x91][0x8a][0xaf][0xb0][0xcd][0xc2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "vU[0xc4][0xf0][0x98]7{|[0xf7][0xb5][0x82]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe]U[0xf0][0x9d]@[0xc4]v<+o[0x99][0xae]@2[0xe3][0xb8][0x5][0xfd][0xb0]l[[0x9e][0xee][0x96]m[0xdb]t[0xf5][0xca]e[0xd6][0xf0],[0xc7][0xd6][0xb7][0xcb][0xf6][0xa6][0xf]^[0x14][0x8]/Y[0x4]\[0x16][0x98][0x89][0xb7]!7[0xb9]'[0xd0][0x99]rr[0xa6]@4c[0xd9][0xe6]f[0xf9]x[0xdf]tw[0x8d][0xfd]"[0x9d][0xf4]g[0x9c][0xac]Q[0xdc]3\[0x8b][0xf7][0xfe]a[0xa7]w`[0x95][0x4]F[0xb7][0x8a][0xb9]][0xb3][0xe4][0xa5][0x8a]F[0xa9][0xb4][0x92]3[0x9e]{[0x96]][0xc8]X%[0xcf][0xb4][0xd9]vm[0x9d][0xf5][0xca]K[0x93][0xd0][0x99][0x1a][0x93],[0xdb]3][0xdb]([0xfa][0xb6][0x95][0xf4][0x8d][0xc7]t<O[0x82][0xb7][0xe5][0xd9][0xed][0xcb][0xc8][0xc9]W[0xc5][0xb4][0xe5][0xbd][0xc0][0x8d]x[0xa6][0xc2][0x9a]w[0x8d]c[0xf3][0xa5][0xe3][0x1e][0xe9]|Q[0xf1][0xcb][0x93][0x90][0xeb][0x8d][0x11][0x2][0xdd]%[0xcf]p[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0xc4][0xc8][0xe5][0xd6]\[0xd7]qe[0xfc][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xe][0x8d][0x17][0x86]^4[0xec][0x82][0xbe]{[0xe0]:/9[0x1c]R[0x8f][0xa0][0xa8][0xc]5[0xbc]%K[0xf3][0x86]U,[0xbb][0x84][0xb8][0xd3]"+[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x90]dz[0x8d][0xd2][0xaa]Y[0xca][0xba][0xd6]s[0xbe][0x10]Xh[0xe6][0xe3]E[0xc6][0x1a]9.[0x89][0xbc][0x91]58[0xb5]7[0x9b]![0xf7]}3[0xaf][0x15]Lo-[0x9f]7[0xb3][0x9e][0xf5][0xc2][0x94]Q[0x17][0x98]l[0xaa][0xb6][0xea][0xaa][0x84]r(w[0xac][0x82]mx[0xd2][0xd1][0x7]W[0x95][J6[0x6].s[0xdc][0xc8][0xa0]M:[0x15]H\[0x81]n[0xc7]s[0xa9]@HL[0xa5]4[0xa6][0xcf]#~[0xbf]i"[0xeb]NW[0xa8]H][0x8e][0x19][0x8b][0x9a][0x95]:[0xa8]d[0x96]*c[0xe2]jp[0x5][0xdf][0xb]@[0xe0]i;[0xdd][0xd7]fW[0xcc]I[0xa3]B?[0xcd][0xf2]2'0[0xd7][0xb6][0xe0]X[0xbc][0x8f][0xda][0xfb][0x8d][0x19]w+[0xde]r[0x9a]5[0xab][0x1f][0x9f]a([0xeb][0x9a][0x86]'mz[0xe3]<[0x15][0xbf]0[0xaf].N[0x8e][0x96][0xca]#d[0xb0]?[0x17][0x7][0xe2][0x8d]&[0xe0]`[0xbc][0xe1]@[0x8a]xN[0xe5][`[0xba][0xad][0xc2][0xc0],[0xfd][0x18][0xc][0xd1]@[0xb9]NO?w![0xfd][0x83]t#[0xc4][0x9d]I'o[0xd3].M[0xbb][0x10][0xbd][0xd5][0xc4][0x19]B[0x89][0xe4]/[0xe8]xM[0xbb][0x10]Fi[0xed]C[0x7][0xad][0xa3][0xe8][0xc4];$u[0x93]V[0x10][0x93]D[0xd3]n[0xc][0x90]_[0xcc]JS[0xe][0xef][0xe1]}[0x9f]s[0x8d][0xe4][0x18][0xd5][0x9b][0xf8][0x19][0x1d][0x89][0xe4][0x19]:O[0xd1]U[0xa5]U[0xe5][0xe5][0x18]4[0x12][0xa9]R[0xf6][0x6][0x94][0xbd][0xb8][0x8d]qI9q)e[0xb8][0x9e]r[0x9c]('ZPR[0x83][0xfb][0x94][0x5][0xf2][0xab][0x93][0xde][0xc3]@y")[0xa7][0xce][0x10][0xd9]d[0x5][0xd3][0xa7][0xe8][0xae][0xf]C[0x82][0xde]I"[0x9e][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x15][0xd1]@[0xc1][0xb0][0xaf][0x80][0xbf]&[0xe9]6D[0xe8]n[0xc2]OI[0xbb]i[0xf2][0xf9]J[0x8f]h[0xcf]lc[0xc9][0xbf][0xa1][0xbe]B4[0xf9][0x17][0xd4][0x87]S[0xbf][0xa1]G[0xe0][0x84]m[0xd0]x[0xe9][0xfd][0x15]}'[0x81][0xfa]~[0xa9]J[0xa7][0xbf][0xc2]Y[0xf0]p[0x1b][0xc0][0xbc]4[0xe1][0x16][0x11]it[0xaa][0xd3]y%[0xa0][0xe7][0xc6][0x8c][0xf9][0xc6][0x84]x[0x14][0xd2][0xca][0x8a]?[0x96]{[0xa0]+y[0x8a]h[0x95]<,m[0xbe][[0x13][0xb4][0xae][0x80][0xa6][0xcb][0xa7][0x99][0x97][0xe8][0xf][0xe9][0xa1][0xa1][0xea][0xfb][0xf1][0xc8][0xa7][0x1b]$?b[0xaf][0xd0]C~[0xc4]Nq[0xed][0x84][0xd8][0xfb]O[0xea]"[0xb7]HF.![0x8a][0xe5][0x1a]-[0x83][0x81][0x96][0xc1] 5wq[0xcf]g_[0xf7][0xa3][0xa4]$[0x92]S[0xa7][0x18][0xa8][0xcf]s[0x8a][0xcc]^[\r]b@[0xb0][0x80]L[0x9][0xd2][0xa0][0x90][0xc7][0x9f] [0x14][0x3][0xd5][0xfa][0xa7]>[0xed]*I3>[0xcc]A[0x16][0xaf][0xeb][0x82]0R[0xc3][0x18][0xe][0x18][0xc3]d[0xf6][0x88][0xbc][0xf][0xe3]>>[0x93][0xdd][0xb2]"%[0x1f][0x10][0x96][0xb3][0x13]"[0x17][0xbe][0xc1][0xbb][0xd4]Q[0x8b][0xf4]F,[0xf2][0x1f]PK[0x7][0x8][0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/internal/runners/JUnit38ClassRunner.class[0xb5]W[0xf9]cT[0xd5][0x15][0xfe][0xde]df[0xde][0xf0][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!$[0x8]!B([0x1]'[0x93][0x84][0x11]dQ[0xa0]T[0xc][0xd2][0x82][0x93]`[0x13][0xa4][0x5]T[0xfa]2[0xf3][0x92][0xc]Lf[0xe2][0xcc][0x1b][0x96][0xda][0x96].(VQ[[0xc5]%H[0xeb]R[0xdb]hm[0x15][0xac]&A[0x8a]B7[[0xbb][0xd9]}[0xb3]{m[0xff][0x8b][0xb6][0xdf][0xb9][0xef]e2![0x13][0x92][0xfc][0xd0][0x1f]2[0xb9][0xf7][0xdc][0xb3]~[0xf7][0x9c]s[0xcf]{[0xeb]?[0xaf][0xbd][0xe]`[0x5][0xfe][0xad][0xe3].[0x1d]w[0x1b]X[0x8c]c[0x6]4[0xdc]c`->g[0xe0]Z[0xdc]+[0xab][0xfb]t[0x1c]7[0x10]r7[0xf7][0xcb][0xea][0x1]Y=X[0x8e][0xcf][0xe3][0xb]:[0x1e]20[0x13][0xf][0xb][0xe5][0x84][0x81][0x6][0xc5]k[0xaa]-[0xe9]S[0xbb]:[0x15]$[0xe2]Y[0xdb]r[0xec][0xf1][0xb7]|[0xd3][0xb4]\-idD[0x19][0xcd][0xcc][0xec][0xb6][0x9d][0xcd]v.[0x9e]M[0xf6][0x89][0xb0][0x86][0xba]p[0xc3]x[0xfd]E[0x1c][0x94][0x99][0xd5]k[0xed][0xb7][0xc7][0x8][0xad][0x99][0x8][0xe0][0xc9]T[0xf9][0x9c][0xb8][0x86][0x9a][0x92][0xc2]-V[0xce]&[0x87][0xbf][0xd7][0x92][0xa4]\8[0x99]&-[0xc9][0xbf][0xad][0xa2][0x91][0xa9][0xb5][0xa0][0xa4][0xc6][0x8e]|[0xd2]Q*[0xd3][0xa4]JV[0x8f][0xa6]K[0x87][0x93]%[0xc8]<+O[0x14][0xc7][0xa5][0xf1]O[0xb7][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xf9][0x9]}[0xe8][0x94][0x1c][0x95]lL[0xd8][0xf1]L[0xd6]r2d[0xae][0xf3]\[0xb0][0xf][0x11]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0x1c][0xb5][0xe5][0x94][0xf][0x9b]G8<[0xec]7[0xa5]yw[0xea][0xde][0xe8][0xf6][0xc6][0xd2]0*$[0x1a][0xf6][0x14][0xb9]k[0x15][0xa4][0xa2][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x84]^[0x85]f[0x81]/kw[0xa5][0xec][0xb8][0x13]m[0xb5][0x9d][0x9e]LB[0x18][0x18][0xf7][0x95][0xc5]q[0xdb][0xf1]|6[0xe9][0x1c][0xbe][0xf1]P[0xdc][0x1e]Arq[0xd1]y[[0xa6]#[0x1f][0xef]q[0xc5][0x8b]y[0xbc][0xec]T[0x88][0x8e][0xc9][0x84]h[0xe9][0x10]\[0xe8][0x1b]J![0x1e][0x88]g[0xf2]i[0xd6][0x83]n[0x1f][0xb2]z[0xfb][0xa4][0xd6][0x83]][0xc9][0x94][0x2][0xbc][0xa1]D[0xaa][0xf7]Z[0xe9]d_>[0xe5][0x6][0xbf]E1[0xaa][0x82][0x8c]L[0x89][0xd5][0xbb][0xa8]@N[0xfc]a[0x15][0xbb][0x96][0xec][0x84][0x86]eS3[0xa5][0xc1]([0xe0][0xc0][0x1b][0xf3][0xe7]2Yg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e]v[0x90][0xcd]st*[0xac][0x9e][0x9b][0xc1][0x9c][0x12][0x9b][0xdc]9O=A[0xcc][0xd9][0xce][0xe][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe8][0xdd]#[0xab]y[0xe1][0xd2]]@b[0xe9][0xc8][0xe4][0xb3]q[0x9b][0xb1]I[0xff][0x1c][0xdf][0xad][0x97][0xcb]}[0xb1]Nx[0xa5][0xd4]>Q[0xc6][0x9a]x[0x3][0x17]L[0xbc][0x1f][0xd7][0xcb]OL~.[0x9a][0xf8][0x14]bL[0xd1][0x89];[0x9f][0x89][0xe][0xec]0[0xf1]m|[0xc7][0xc4][0xa7][0xf1][0x19][0x1d][0xdf]5[0xd1][0x8a][0xef]i[0xd8]6[0xad]g[0xa6][0xfe]r/[0xa5][0xb8][0xf2]}[0x13][0x1f][0xc6]GL[0xbc][0x89][0x1f][0x98][0xf8]![0xde]2[0x91][0xc4]>[0x1d]?2[0xf1]c[0xfc][0xc4]D[0x1f][0xee][0xd0][0xb0]h[0x92][0x82][0x13][0xb6][0x9f][0x9a][0xf8][0x19][0xde]6[0xf1]s[0xfc][0xc2][0xc4]/[0xf1]+[0xf6][0xf5][0xcb]5[0x9][0x13][0xb7][0x80]9[0xb0][0xf0][0xf2][0xbd]A[0x14][0xff][0x9a]}[0xf6][0x92][0xe7][0xcc][0xc4]o[0xf0][[0x1d][0xbf]3[0xf1]{[0xfc][0x81]M[0xee]2e<[0xc6][0xf9][0x92]El[0xe2][0x8f]x[0x9b]=[0xa8]n[0x8f]Ww[0xeb][0xea][0x96][0xe6]n[0xd3]P1*[0xb7][0xbd]s[0x1f][0x9b][0x87][0x8e]wL[0xfc][0x9]f[0x1a][0x14][0xae][0xbd][0xee]`[0xd2][0xe9]![0x9d]L[0x1c][0xb9][0xa5]9[0x1d]1[0xf1]W[0xfc][0x8d][0xd9]=[0xd5]*4[0xe1] /7[0xf1]w[0x1d][0xff]0[0xf1]O[0xbc]k[0xe2]_[0x92][0x1c][0xab].[0xaf][0xa1]-#^[0xe4][0xda][0xed]^+[0x99].[0x8a]w[0xd9][0xd4][0xaa][0xca][0xc4][0x9d][0xf8][0xb8][0x89][0xf7][0x81]cP[0xf3][0xb4]R[0x8a][0x5]2[0xce][0xc4][0xc8]Itz[0xc9][0xb9][0x82][0x95]g[0xe5]:[0xf2][0x9d]qw[0x12][0xaa]/1[0x8f][0x95][0x18][0x8e][0xca][0xc2][0xd2]?[0xca][0xad]Dbt[0x1a]X\[0xba][0xdf][0x16]^x[0x91][0xa8]*[0xc5][0xc1][0xc])-[0xea]M "[0xb8]w:[0xa3][0xc6][0xf4][0xe6][0xc0][0xfa][0x15][0xee][0x18][0xc5].[0xd5][0xe2][0x82]0'\*ficm[0xea][0xb9][0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]|>&*7/-[0xaa][0xdd][0x87][0xca]-[0xaf]"[0xba]=[0x1e][0xf2][0xf1][0xda]'r'[0x1d]pv[0x84][0xff]/jgH[0xe1][0xb5][0xb8][0xf]'[0xd3][0x82]sOP([0x9b][0x1c][0x19]v[0xb7]N[0xd8][0xef]C[0xcc][0x9d][0x96][0x9e]d*[0xa1][0x12][0xe7][0xb2]6[0xe4]vV[0x94][0xca][0xcb][0xc9]<[0xe3][0x85][0xb9][0xad]F[0xc3][0xf5][0x93][0x4]?>[0xd5][0xc7][\r],[0xf3]&:[0xe3][0xc][0xa2]FW[0x96][0x10][0xdf][0xef]1cT}xJ[0xc3][0xd2]L5x[0x8c][0xee][0xee][0xe0][0xb0][0x91][0xc5]a[0xe4]8:8[0x86]<[0x8e][0xe3][0x0]N[0x90][0xd2][0xa2][0xb2][0xc0][0xa0][0xbe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec]"[0xf2]|[0xf4][0x88][0xdd][0x1e][0xdc][0xca][0xdf]V,d[0xa2][0xdf][0xce]T[0xf][0x13][0xb9][0xbd][0xf8](O[0xd7][0x13]s[0xb][0x9d][0xf4]h3[0x1a][0xe8][0xcb][0xad]Dp[0x1b][0xbd]H[0x90][0xcf]O}:[0xad]v[0x91][0xef]8[0xf1][0xee][0xa6]o[0x82][0xfc])[0xaf][0x84][0xc][0x99]1[0xbd][0x9b][0xbb][0x8f]rr[0xbf][0x8b]$J[0xfe]U[0x12][0xc5][0xc5][0x83]x[0xaf]D[0xbf][0xe4]tl[0x0][0xfe][0x98][0xe0]zZ1U[0xa1][0x1a][0xf5][0xea][0xff]|,[0xf5][0xc0][0xa8][0xa1][0x83][0xc0]g[0xe9][0xf6]Q[0x9e][0xde][0xc5]t9[0xc6][0xd3][0xbb]I[0xbf]G[0x5][0x15][0xa1];[0x15]t}?A`[0x93]![0xa5][0x97][0x90]p[0xf6]V[0xab][0x8c]rl[0x11][0x1d][0xdb][0xad][0x1c][0xe3][0xbc][0xeb]9v'[0xf5]J:[0xaf][0xa6]S[0xcb]6,8[0x89]P[0xe5]U[0x3][0xa8][0xaa][0xc][0xfb][0xcf][0xa3]aWY[0xa4][0x8c]w[0xda]1[0x8c]Hkec@Q[0x16][0xc][0xa3][0xa9]c[0x97][0xbf]I[0x88][0xa3]w[0xe5]V[0xe4]q:p?[0xeb][0xe3][0x81][0xa2]:Y[0xad][0x90][0x4]O[0xae][0xe6][0x9d][0xdc]N[0xb3]u[0xc] [0xa7]0[0xd5]d(t[[0x8c][0xd6][0xe8][0xe5][0xe6][0x11][0xc9][0xed][0x8b]h[0xee]G[0xb5][0xac].[0xa0][0xb9][0xb5][0x89]Y[0xb3][0xdc][0x87][0x1][0xd8][0xee][0x19][0xd3]s[0x8f]{[0xa6][0xb5]J?jb^[0xe]![0xda][0xd6]46#[0x97]4[0xa9][0x8c]\[0x17]l[0x9c][0x1f]d[0x82][\r][0xe2][0xea]~[0xcc]P[0xa9][0xb9]B[0xa5][0xe6];[0x91]fv[0x95]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d]D[0xf9]9[0xac]dG[0xb8][0xe6][0x8d][0xd1][0xf2][0xbf][0x81]x[0x2][0xf][0x11][0xad][0x87][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0x10][0xed]G[0xb0][0xc][0x8f]b9[0x1e][0xc3]:<[0xce][0xde][0xd8][0xcf]T8[0xc9]4}[0x82]a[0x9d]bJ[0xf4][0xf3][0xba][0x9f]$[0xd6]O1[0xd9][0x9e][0xc6]'[0xf1][0xac][0x82][0xa1][0x9d][0xa9]Q[0xa9][0x12][0xe5][0x0]5[0xb7]s-[0xe9][0x11][0xe4][0xd9]U^[0xba]-g[0xa1][0x1f]$H>[0xea][0xdd][0x8c]C\[0x95]Q[0xfb]F/[0xc9][0x8]I[0xa1])[0x1c]!`[0x87][0x9][0xdb][0xc7][0xb8][0xf6][0xf3][0xbf]4[0x4][0xe][0xb8][0xde]]&[0xa8]A [0xaf]qaZ[0xd5][0x8f]J[0x17][0xa6]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2][0xd5][0xe3][0x9b][0xdb][0x0][0xa3]{[0x8e][0xeb][0xe7][0x19][0xdd][0xb][0x85]Ks[0xbd][0xfd][0x84][0xca][0xc5][0x9a][0x82][0xed][0x1a]Ft[0x84][0x96]|[0xf2]QWhnn[0x93]f[0x83]~[0x15]kF[0xb5][0xbb]O[0xc1][0x8b][0x8c][0xed][0xa5][0xa2][0xe6][0x16],[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0xcd][0xd9]'[0x1f]}[0x9e][0xae][0xa8][0xd7][0xdc][0x2][0x91]W[0xb0][0xe6][0xd2][0xce][0xf6]rQg[0xb]xj|,[0x7][0xf9]=[0xca]*[0x95][0x80]|[0xb8][0x8e]O[0x19]*B[0xcc][0xc6][0xb5][0xd8][0x80][0x9a][0xff][0x1]PK[0x7][0x8][0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96][0xae]]G[T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]J[0x95][0xc5][0xd4][0xd2][0xb0][0x10][0xcb][0x83]Jxi [0xd1][0xd4][0x92]T[0xed][0x93]/[0xd3][0xed]P[0xa6]Yg[0x93][0xfd][0xe8][0xff]2[0x1]Mx[0xe0][0x7][0xf8][0xa3][0xc]w[0xb6][0x9b][0xb4][0x89]O[0xbb][0xc9][0xce][0xc7][0xb9][0xe7][0x9e][0xfb]13[0xff][0xdd][0xde][0x1]8[0xc2][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0xb0]m[0x86][0x17]6[0xca]xic[0x13];[0x16][0x1a][0x16]^Yx[0xcd][0xc0]g[0xc2]wt[0x10][0xab]K%C[0x86][0xfd]^[0x10]N[0xdc]i[0xa2]U[0xec][0x86][0x89][0xd6]2t[0xe7]FO[0xc4]*[0xd0][0xee] [0xd1][0xfd][0x8c][0xfc][0x91][0xa1][0x1c]_[0xa9][0xc8]9d8XrS:[0x96][0xa1][0x16]~[0xe6][0x1f][0xb9][0x9f][0xbf][0x13][0xdc][0xe9][0xfa]"[0x8a][0x6])d![0xe3][0x93][0xfc][0xfd][0x94][0x8c]O+[0x8][0xe2]3<|V[0xc1][0x83][0xf8][0x9c][0x8c][0xcf]+h[0xc7][0x17]x[0xf1]E[0x1e][0xbe]$[0xe3][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0xf0][0x15][0x5]56[0xff][0xaf][0xf2][0xf0]5f[0xfd]u[0xde][0x9b][0x11][0xf2]*[0xf8][0x6][0xbe][0xc9][0xf2]~[0x8b][0x97][0xdf][0x96][0xf1][0x1d][0x5][0x1b][0xd9]0[0xdf]U[0xb0][0x19][0xf])[0xf8][0x1e][0xbe]/[0xe3][0x7]2~([0xe3]G2~,[0xa1][0xd4][0xd2]c[0xd6][0x1e][0xdd][0x1a][0x8f][0x8e][0xc4]$T[0xf4][0x1e][0xd1][0xa6][0xb4]P[0xdc]2[0xc2][0xa1]^#fuI([0xe9]7[0xc6]"[0x9a][0x15]7u[0x9][0xad])[0xc7][0x1b][0xec]uX[0x8b][0x8c][0x85]L}4[0xac][0xf][![0x9b]V[0xd7]&Fe[0xda][0xdd]a-F[0x94][0x1b]{[0xa3][0xe6]X[0xe8]H[0xe5][0x13][0xe2]p[0xd0][0xde][0x8e][0x9a][0xec][0xd9],[0x6][0xda]3[0x17][0x9a]([0x16][0xd2][0x11][0xb][0xe2][0xc1][0xb2][0x81]C[0x91][0xa8]e[0x8c][0x1a][0xc3][0x1a][0xab][0x1b]"s[0xf6][0x89]5[0xd9][0x94][0xf9][0x16]G[0x9c][0x95][0x84][0x96][0x5][0xa0][0x92][0x9][0x9][0xc4]5J[0x91]-[0xbd][0x84]K[0xe6]W[B[0x81][0xd1][0xe0]zD[0x18][0xaa][0x87][0xb4]r[0xc4]g;o[0xd7]c[0xc3][0xa6]![0xdc]"a[0x15][0x99]4M[0x1e][0xf][0x4][0xe1][0xf8]b[0x93][0xfa][0xb0][0x84]Ks[0xc1]U[0xc][0xb3]G[0xb7]FH[0x1b][0xa1][0x9][0x9][0xdc][0x10]h>[0xe8][0x11]Us[0xcf]B[0xb3]`[0x84])[0x93]T}[0xda][0x4][0x7]R[0xd2][0xc3][0x2][0xbe][0xdf]2[0x8d][0xc8][0x18][a[0xd8][0xd4][0xc9][0x8b][0x1c]![0xa9]0[0xd7][0x1c]>B[0xda]3{#2[0x15]=[0xaa][0xcf]F[0x91][0x84][0xab][0x3][0xf3][0xdb]i[0x81][0xe][0x94]H[0xb8][0xb6][0xc][0xd4]z[0x88][0xa9][0x8d]2[0xa0][0x99][0xa4][0x86][0x1b][0xf1]$Q[0xb5][0x7][0xde][0xbb]_:[0xe2][0xf5][0x80][0xcf][0x12]ZUe[0xd2]I[0xb1]<[0xda]4[0xe5]*$n[0x4][0x88][0xd2][0xb6][0xf5]p[0xd4][0xb4]t[0xc2][0xd3][0x16][0x12][0xac][0xd9][0x9d][0xec][0x91]q`[0xdc][0x8c][0x1e][0xe3][0xec][0x17][0xe6][0xa9][0xce]xB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]3[0xb5][0xc9][0xa4][0x2][0xdd]Y[0xdc][0xd1][0x9c][0xb7]r[0xc5][0xac][0x9c][0x1d]-[0xed]Y[0x9]f[0x88][0xa3]J;[0x81][0xe6]d@g[0x9e]Re[0x8c][0xf9]raio[0xc8]o[0xca]F.[0x9f]d([0x1a]5[0xc2][0x16][0x17][0x8a][0xe6][0xc]~[0x9b][0xd0]"[0xc6]dh[0xc4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]9n[0xac][0xf1][0x18]c[0x16][0xa7]KE/[0xe]Q][0xcb]G([0x86][0xdd][0xa3]b7[0x9e][0xa2][0xe2]Z[0x1c]T[0xb1][0x13][0xbb]T<[0x9d][0xf1][0x83][0xf9][0xdf]9L[0xe5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'*~[0xca][0x4]~[0xc6][0xb8][0x8d]Ypm[0x85][0xa3][0xda][0x88][0xa1][0xab]8[0x82][0xa3][0x94]"[0xb][0xb9][0xfe][0x1b][0xd6]J[0x0]9[0xa1][0x87][0x17]b_[0x17]Z[0xfc][0x9c][0x87]GT[0xfc][0x2][0x87]d[0xfc]R[0xc5][0xaf][0xf0]k[0x19][0x8f][0xaa][0xf8][\r][0x1e]S[0xf1][[0x90][0xb9][0x96][0xcd][0x17]:*,[0xc4]UL[0xe2]z[0x15][0x11]De[0xfc]N[0xc5][0xef][0xf1][0x7][0x15]7[0xe2]&[0x15][0xc4][0xe3]*[0xfe][0x84]?[0xcb][0xf8][0x8b][0x8a][0xbf]"[0xaa][0xe2]V[0xdc][0xa6][0xe2]o[0xf8];[0xd5][0xf3][0xd4]z([0xe3][0x1f]*[0xfe][0x89][0xa9]0[0x99]e[0xcb][0x2][0x8a][0xb1][0x8a]'pQ[0xc5]s[0xf1]<[0x9][0x8b]3[0x14]e[0x15]/[0xc0][0xb][0xa9][0xc2][0xe6]tK[0xd2][0xb6][0xbd]d%hd[0xe]IR[0xa5][0x2]<.aM[0xf6][0x1a][0xbb]S3[0xc2][0xd4]I2f[0xa1]*[0xf9]$[0xbf]*[0x15][0xa5][0xa0]e){[0x8c]&[0xab]x[0x11]^[0xac][0xe2]%x[0xa9]*[0x15]K%[0xb2][0xa4][0xa8]R[0xa9][0xa4][0xaa]R[0x19][0xe][0xa9][0xd2]"<&a][0xf6]4[0xeb][0x8b]2[0xc9][0xd8]>}B3"[0xae][0xf2][0xb][\r][0x92][0xe][0x96][0xa6]\[0x96]*T[0x9c][0x94]*[0xa9][0x83]Z[0x8]65[0x81]i2&O[0x2][0xf9][0x14]/[0xbb][0xe1]l[0xcc]]Ol[0xc0]l[0xaa][0xf5][0xd0][0xae]Ayv[0x83]@[0xda]a[0x9a][0xd1][0xd4][0xaa][0x9b][0xa5][0xe2]p}[[0x99]l/[0x9d][0xe]mg[0xd4][0xdc][0xae][0x8f]j[0xf1][0xb0][0x95]T[0xa9][0x94]s[0xc8][0xb4]D6K[0xb8].+[0xed][0xf4]n|[0x81]=[0xca]M[0xff][0xe1]E[0x9f]E[0xcb][0xbc][0xdb][0x1][0x96][0xd8][0xed][0x6]T[0x82][0xdd]kF-[0xca]I[0xae][0xb3][0x8b][0xe6][0xf6][0xec]t[0x85][0x1b][0xce][0x95]CuvNK[0xef][0xe9]T[0xab][0xd2]w[0xa9]Q[0x1c][0xd7]b}[0xfa]qK[0xb4][0xf3][0xd7][0xd2][0x9d][0x14][0x11][0x8b][0x15][0xd9][0xa4]$[0x1e]v[0xf7][0xd8][0x1f]'[0xb6]s[0xe][0x6][0x2][0xe9]MB[0xee]+:gSP[0xac][0x8d][0x8c]t[0x8f][0x1b]aR[0xbd]>[0x83]K[0xbc][0xc0][0xc2]ZT[0xa9]v[0x13]O[0xe7][0xce][<[0xa7][0xbd]M^o[0xe5])[v+?[0xe7][0xca][0xe2][0x8d]n[0x9a]Yf|XX[0xab]~[0xe][0xa5]d[0x91][0xf4][0x80][0x10][0xdd][0xba][0xac][0x0][0x14][0xc0][0x11][0xfd]X[0xf][0xad][0xb5][0xc8]0eSS[0xe0]`z[0x9b][0x9a][0xb1][0x1b]/fa[0xb4]xL[0xe7]W_[0xf3]<[0xdd][0xe1][0x8d][0x81]t[0xd4]<[0xfb][0xc0][0xff]YK[0xcb][0x1e]h[0xce][0x9b][0x18]9b[0xd4]0[0xc5]#[0xa3][0xdf][0xd2][0xec][0xfe][0xfa][0xca][0x1c]>[0x9e][0xb7]ivI9[0x97][0x3][0xf5][0x5][0xb9]2[0xd8][0x81][0x14][0xe8][0x15].[0xba][0x11]1b[0xe3]z[0x8e][0xe];[0xff][0xb2]V=[0xfb][0xda][0x9a][0x93].z[0xfa][0xff]%[0xfe]/[0xf9][0xd3][0x90][0xcf]= [0xa1]$6[0x1e][0x8d][0x87]G[0xf6][0xf1][0x83][0xfa]>[0xcd][0x11]n[0x88]V[0xd4][0xf0][0xd2][0x8c]E[0xea][0xa0][0x13][0x86].[0xe][0xde][0x3]_[0x2][0xc5][0xa7][0x5][0xc]s/[0x12][0xfb]M[0x82][0x9b]M[0xb1][0xd8][0xe1]f[0xd3][0xb9][0x8e][0xe8]P[0xbb][0xec][0xd0][0x19]$[0x99]Y[0xa2][0x9a][0x19][0x94][0xc]1[0xad]i([0xbd]-[0x9][0x94][0x1e][0xa0]A=[0xe3]R[0xad]",[0xa0][0x85]([0xb6][0xa2][0x12]m[0xa8]F[0xbb]G[0x9f][0x1a][0x87][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0xcf][0xc0]3[0xe7]HOOe[0x1c][0xa6][0x91][0xb9][0xed]G[0x89][0xad][0xff][0xc][0xca][0x86]Z[0x98][0x1d]Yn[0xd1][0xc][0xca][0x87][0x82]d[0xd1][0x8a]iT&P5[0xcb]T[0x11][0xc0][0x1d]d[0xbc][0xab][0xe6]1[0xde]0F[0x88][0xb4][0xf][0xba][0xcb][0xe2][0x18])[0xc4][0xa2]6[0x11][0xf5][0xa2][0xf3]X,aO[0xeb]y,[0x91]p;jhR-[0xe1][0x1][0xd4][0xf4][0x5][0xdb]H[0xbd][0xa5][0xa7].>2[0xcb]l[0x11]![0x2][0x9d]D[0xb4][0xb][0x8d][0xd8]([0x18][0x6][0x89]T[0x1d]Yt[0x14]ct[0xaa][0x90] [0xe3]0[0x84][0x10]M[0xae][0x10]M[0x8e][0x10][0x12]?[\r][0x1c]![0xee]"h[0x8e][0x81].Ro[0x19][0xfd]j[0xcf][0xe1][0x92]^[0x16][0x88]e![0x91][0xfa][0xda][0x1c][0x91][0x96][0xb7]%E[0xea][0xf4][0xb5][0x4]k[0xc9][0x93][0xcb][0x13]Xq[0xea][0xe2][0xc3]-[0xa7]S[0xc2]i+[0x19]w[0x1b][0x99][0xbe][0x9b][0x1c][0xb0][0x1d][0xeb])nY[0xc0]ut[0xd6]J[0x82][0xb1][0x80]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]z! +[0xd2][0xe5][0xba]$[0x84]0&H[0xb0]JR[0x87][0xa3][0xbd][0xc0][\r]6{[0x87][0xa3][0xde][0xc7][0xcf][0x8]G[0xf8]+[0x9c][0xd0]*[0xb5]C[0xab].[0x81]KS[0xa3]k[0xb7]'[0xba]J[0x1d]F>~[0x8e]8$f[0xa3]3[0x81][0x95][0x9][0xac]J[0xc5][0xef][0xcb][0x10][0x9d]>~[0x80]8Q[0xb9][0x9e][0xbe]|Vn[0xe3][0xd7][0x17]^[0xc0][0xea][0x4].K%[0xb3][0xcf]C[0xa6][0xdc]![0x93][0xc][0xbc][0x0][0x8d][0xf4]Hr[0x4]z[0x94]0[0x8a][0xe8][0xbb]%H~_[0xde]Gd[0x1b]:}[0xa7][0xb0][0xa2][0xd3][0x1f]lm[0xab][0xf5]'[0xd0]8[0x8d][0xa6]3[0xce][0x8a][0xa7][0xc][0xd7][0xdc][0xe9][0x9f]Ap[0xa8][0xd6]W[0xeb]om[0x9b][0x6][0xed][0xb4][0x9e]![0xfe]E[0xc4][0xb1][0x1c]k[0xc4][0xb7][0x8e][0xf8][0xd8][0x12]u[0xd0][0x8a][0xd3][0xa9][0x88][0x12]U[0xa5][0x14]([0xa7]d[0xad][0xa4]t]A[0x9]WG[0x9][0xb7][0x92]R[0xae][0x89][0x92]#@[0xe9][0x10][0xa2]h[0xdd]La[0xb3]W[0xe8]PLp*[0xa6](r[0xfd][0x4]UB[0xb3][0xe3][0xc2][0xe3][[0xdc][0x10][0xdb]"[0xfc]+[0x89][0x19][0x7][0x1b][0xcb][0xd0][0x89][0x13][0xe4][0xd5]B[0xc2]\[0x87][0x1b][0xf0],[0xd2]6Dt[0x9e][0x8d][0xe7][0x10]n[0x1][0xbf][0xc9][0x1c][0xcd][0xc3][0xb4][0xe6]|X[0xd6][0xd2][0x9a]@[[0xcb][0xc][0xda][0x87]X[0x99]P[0x2][0x97][0xf3][0xce][0xda][0xd4][0x14][0x1f]#[0xf8]q[0x9a][0x1b]XJ[0x1][0x9d]L[0x2][0xc2]w[0xa5]Y[0xe6][0x4]<[0xcf]X[0x86][0x2]1[0x9b][0xc2][0xf3]E[0xe6][0xd1][0x93][0xcf][0xe1][0xbc][0xd5][0xa9][0x9a]e3[0xe8][0xb0][0x93]}[0x1a]OJu[0xe1][0x84]'[0xb1][0xcb]\[0x16]e[0x8e][0xc2]>~[0x9c]9[0xe4][0xd6][0xd3][0x97][0xa1][0xfc][0xe4][0x87]u[0xa9]d[0xae][0xf7][0x90][0xf1][0xbb]d[0xfc].[0x19]z[0x17];dz[0x1c][0xa9][0xaa][0xed][0xd0][0xaa]cG_[0xc1][0xc3][0x95][0xe7]pU*[0xd9][0xb8][0x87]l[0xb5]K[0xb6][0xda]%K[0xaf][0xc6][0xc][0xd2]=9[0x95][0xcc][0x89][0xac][0xd2]I[0xb8][0x19]/s[0x2][0xff][0x82]S[0xbd]v[0xd9][0xd5]k[0xbd][0xa7]z[0xad][0x9e][0xad]^-[0xc1]6Q(:[0xef]@[0x9][0xed][0xd2][0xe5]~[0xea][0xe2]C6[0xc6][0x6][0x6]-[0x9d][0xc1][0xc6][0xa1]il[0xba][0xf6]NZMa[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xc5][0x14][0x1a]u[0x14][0x1c][0xcd][0xe4][0xae][0x10][0xb9][0xaa][0x83],[0xbc][0x89]l[0xbc][0x93][0xc]4[[0xf1][0xaa][0xdc][0x8a][0x17][0xc0][0xcb][0x9d][0x8a][0xb7][0xcb][0x15]|[0x17][0x9][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0x9d]eC[0xbd][0x92][0xa0][0x92][0xc9][0xb7][0x91]~'[0xf1]*[0xd7][0xe4]~A[0xa1][0x92]E[0x9c][0xc1]fQ[0xec][0xb7][0x9c][0xc3][0xd6][0xd4]J3][0x97]'=[0xb6][0xaa]tYV[0xe2][0xd5][0xb8]E[0x98][0xfc]V[0xdc][0xe6][0x90][\r]9E[0xc6][0xcf][0xa1][0x95]j[0xf2][<[0xa5][0xc1][0xef]V[0x98][0xd7][0x8][0xa8][0xd7][0xe2]u[0x82][0xe8][0xeb][0x1d][0xe8]7[0xd0][0xf7]="[0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "(m[0xed][0xbf][0xcd][0xf6][0xe7][0xdf]PK[0x7][0x8]q/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1$1.class[0x95]Smo[0xd3]0[0x10]~n[0xcb][0x1a][0x12]R[0xd6]u[0xe3][0x9d][0xc1][0x80][0xc2][0x9a][0x96]5T[0xe2][0x13]L[0x3]T[0x15][0x9][0xa9][0x3][0x89]M[0xfb][0xee][0xa6]V[0xe7]*8(q[0x10]?[0xb][0xa4][0x1][0x12][0x1f][0xf8][0x1][0xfc]([0xc4]9[0x99][0xc6][0xc4]$[0xd4]Y[0xf2][0xf9][0xfc][0xdc][0xdd]s[0xe7][0xb3][0xfd][0xeb][0xf7][0x8f][0x9f][0x0][0xfa][0xe8]yX[0xc2]m[0x1f]5[0xdc][0xf1][0xe0]a[0xc3][0xc7]][0xdc]sq[0xdf]E[0xcb][0xc5][0x3]B[0xcd][0x1c][0xaa][0xbc][0xd5]w[0xf1][0x90][0x0]B[0xf0]Zk[0x99][\r][0x12][0x91][0xe7]2'tGi6[0x8d]f[0x85]V&R[0xda][0xc8]L[0x8b]$[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xeb][0x93]G[0xbb][0xd2][0x1c][0xa6][0x93]w[0xa9][0x98]([0xd9][0xea]?c[0xae]m[0xc5][0x8e];[0x84]^[0xfb][0x1c]q[0xe1][0x1][0xc1][0x19][0xa4][0x13]IX[0x1e])-[0xdf][0x14][0xef][0xc7]2[0xdb][0x17][0xe3][0x84][0x91][0xe6]([0x8d]Er 2e[0xf7][0xc7][0xa0]ck&l[0xcd][0x9f][0xa4],[0xcf]a[0xa6][0x84][0xb0][0xd6][0xe]G3[0xf1]QD[0x89][0xd0][0xd3][0xe8][0xed]x&c[0xc3]V[0xf8])[0x96][0x1f][0x8c]Ju[0xee]b[0x93][0xe0][0xed][0xa9][0xa9][0x16][0xa6][0xc8]8[0xe1][0xf0]l@[0x85][0x14]F%Q[0x9c][0xea][0xb8][0xc8]2[0xa9]M4[0xe0][0xc][0xb6][0xc6][0xed][0xb3][0x1];6[0xc7]^Zd[0xb1]|[0xa5][0xec])VN[0x97][0xd8][0xb3][0xfe][0xdc][0x80][0xa1][0x8e][0x93]4WzZ[0x19][0x3][0xb4][0x11][0x6][0xb8][0x80] @[0xdd]j[0x1d]t]<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb0][0x85][0x90]o[0xe7][0x1c][0xe7]'4[0xfe]-[0x89][0xb0][0xfe][0xdf]C[0x10][0xc2][0xb9][0x13][0x10]V[0xff][0xd2][0x9f]t[0x92][0xb0][0xc8][0xee],[0xdb][0xf6][0x92][0xab][0xa7][0xf6][0x98]i[0xe7][0xbd]8n[0xd9][0xe6][0x9c][0xae][0x84]:[0xc3][0xfb]27[0x15][0x8a][\r]~[0xf7]5~[0xd1].[0xa8][0xd1][0xb0][0x1d][0xe4][0xef][0xb0][0xc0][0xb3][0x8e]K[0x8c].[0xb3][0xf6][0x84][0xf7][0x16][0xf1];[0xdd][0xaf][0xa0][0xce]w,|)}[0x1a],m$[0xf0][0x1c]+,[0x83]R[0xf7][0xd1][0xc4]*[0xec][0x1f]Y[0xc3]e[0xf6][0xb2][0xc]OygmA[0xe7][0x8]t[0x84][0xc5]op[0xe8][0xf3][0x9][0x87]_[0xb2][0xbf][0xe0][0xf5][0xe5])[0x9e][0xe0][0x98][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O[0x87][0x91][0xab],[0xaf][0x95]1[0xd7]q[0xa3]\o[0xe2]Vi[0xf3][0xb0][0x8e][0x8b][0xac]5[0x19][0xf3]P[0x8d][0xa5]j[0xf9][0x3]PK[0x7][0x8][0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie$1.class[0x8d]UkS[0x13]W[0x18]~[0x16][0x16][0x96][0x84]- [0x14][0x90]R,-Q[0x2][0x11]V*[0xda]*[0x98]^ Qh[0x8][0x85][0x4]([0xb6]Z6[0xc9]1,[0xb3][0xec]:{[0x1][0xfb]W[0xfa][0x7][0xfc]l[0xa7]V[0xa9]3[0xfd][0x1][0xfd]Q[0x9d]>g[0x97]([0xb6]\[0x92][0x99]={[0xf2][0xbe][0xcf]{[0xbf][0xec][0xdf][0xff][0xfc][0xf9][0x17][0x80][0x19][0xd4][0x13][0xe8][0xc5][0x17][0xf2][0xf8]2[0x89]>[0xdc]I[0xe2].[0xe6]4[0xcc]'[0xd1][0x86]{[0x9d][0xc8][0xe2]+y|[0x9d][0xc0]7[0xf8]V[0xde][0x16][0xe4][0xb1][0xd8][0x89][0x1c][0xf2][0x1a][0xee]kx[0x90]D[0x17][0x96][0x92][0xb8][0x85]e[\r][0xdf]i(hX[0xd1]PT[0xd0]y`[0xda][0xa9][0xc0][0xda][0x17]n[0x18](P[0x96][0x15][0xb4][0x7][0xbb][0x96][0x9f][0xba][0xa1]`[0xa2][0xe0]zuc/t[0xac][0xc0][0xb0][0x9c]@x[0x8e]i[0x1b]^[0xe8]8[0xc2][0xf3][0x8d][0x15][0x11][0xec][0xba][0xb5]u[0xd7][0xac]Yb[0x8e]B[0xf3][0x16]aY[0x5]S[0xe9][0xa6][0xa5][0x96]'6[0x15][0xa8][0xb]nM([0xe8].X[0x8e]([0x86][0xfb][0x15][0xe1][0x95][0xcd][0x8a]MJo[0xc1][0xad][0x9a][0xf6][0xa6][0xe9]Y[0xf2][0xff]1Q[0x95][0xbe])[0x80][0x2]}Ij\[0xb0]M[0xdf][0x17][0xa4]d[0x9a][0xb5][0x9a][0x9a][0xa1][0xb7][0xad][0xe4][0xf0]LK[0x7][0x92][0x4][0xef][[0x8e][0x19][0x88][0x1a][0xe3][0xc8][0x87]v[0xc6][0xb]{[0xe6][0x81]i[0x84][0x81]e[0x1b]U[0xd7][0xa9][0x86][0x9e]'[0x9c][0xc0]([0xc7]y[0xca]=[0xab][0x8a][0xa7][0x81][0xe5]:T[0xd5][0x1f]#m[0xd3][0xa9][0x1b]'[0xe9][0x9a]/[0xbc][0x3][0xab]J][0xd7]N[0xd7][0x95]{&[0xaa]a[0xe0]z[0xa5][0x18]G[0x91][0xe][0xc6]k[0xc7]q~r[0xba][0xcc][0xc2]1@&[0xdc][0x13]~h[0xb3]d#[0xa7]C[0xf3]a[0x10]z[0x12]8[0xf0]~[0x1e]y[0xda][0xc8][0xe5][0xcd][0xf3]m[0xcc][0x9f][0x8]l[0xb5][0xb2]'[0xaa][0xc1]\[0x96][0xea]f[0xce]3w[0x86]L[0xb2][0xe4][0x86]^U[0xe4]-i[0xf6][0xd2][0xc9]jLK<[0xab][0x9f]s[0xaa][0xb6][0xeb][N=fjX[0xd5][0xf1]=[0xd6]t[0xc][0xe2][0xb2][0x8e]~[0xc][0xe8][0x18][0xc2][0x98][0x86]u[0x1d]%[0x94]Y[0xee][0xa6][0xab][0x9d][0x9a][0x91][0xa2][0x1b][0x1a]6ul[0xe1][0x7][0x1d][0xdb]R[0xcf]C[0x1d]?[0xe2]'[0x1d][0x8f][0xf0]X[0xc7][0xcf][0xd8][0xd1]`[0xea][0xa8][0xa0][0xaa][0xe0]jS[0x85]g[0x9f][0xbf][0xf3][0xa0]ax[0x9f][0x9d]l[0x1b]e[0xe1][0x7][0x12]^[=[0x81][0x97]>[0xd4]t[0x8][0xfd][0xd3]H[0x8d]4[0x92][0x98][0x8f];[0x17][0xb0]H[0xab]A?[0xe2]2[0x9c][0x98]E[0xb3]F[0xfc][0xfc][0x1]PK[0x7][0x8]"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/internal/runners/MethodRoadie.class[0x95]W[0x8b]_[0x1c][0xd5][0x15][0xfe][0x6][0x16][0x6][0x86][0x81][0x10]B[0x88][0xd8][0xc4]l"[0x89][0xb0],![0xd2]$6[0x81]b^[0xa0][0xa4][0x80]m[0x82]$hk[0x1d][0xd8][0x1]&Yvqg6[0x8f][0xfa][0xa8][0xad]M}?ZS[0x95]P[0xad][0xf6][0x85]m[0xec][0x83][0xd4],[0x8d][0xa8][0xa9][0xad][0xad]V[0xfb]~[0xd9]w[0xed][0xe3]/[0xe8][0x1f]P[0xfb][0x9d][0xd9][0xd9]a[0x17][0x96]<[0xe0][0xb7][0xf7][0xde][0xb9][0xf7][0x9c]s[0xcf][0xf9][0xee]w[0xee][0x99]y[0xeb]/[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]j[0xfc]G[0xc3]f$K[0xd1][0x86][0xc3][0xd2][0x1c][0x91][0xe6][0xa8]4[0xc7]4|[0x2][0xb7]k[0xb8][0x3]wJs[0x97]<~R[0xe3][0xc2][0xdd][0xd2]|J[0xe6]>[0xad][0xe2][0x1e][\r][0xe5][0xf8][0xac][0xcc][0xdc][0xab][0xe2]>[\r][0x95][0xb8]_[0x1e][0x1e]([0xc3][0x83]xHF[0xf][0xab]xD[0xc5][0xa3]*[0x1e]+[0xc1][0xe7]4[0xac][0xc0][0xe7][0xc5][0xd0][0xe3][0xd2][0x9c]P[0xf1][0x5][0x15]OhX[0x85]d[0x9][0x9e][0x94][0xfe])[0x99][0x9f][0xd0]p" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0x93][0xf2][0xf8]E[\r]+[0xf1][0xb4][0x98]yF[0xc5][0x97]4[0xac][0xc7][0xb3]*[0x9e][0x13][0x99]/[0x97][0xe0]+%[0xf8][0xaa]8[0xff][0xb5][0x12]|]C[\r][0xa6]Tn[0xc6][0xd2][0x81],4[0xba]`[0xca][0xcb]6)[0xa2]n^[0xa4][0xa9][0x9b]eoY}[0xb6][0x92]{Qx[0xc9][0xbc])V'[0xaa][0xf7][0x1a]ct[0xb6][0xba]~[0xe1]6[0xf2][0xee][0xe7][0xc4][0xd3]c[0x82] '[0x91][0x9b][0x88][0xf2][0x9a][0xd0][0xb0]H[0xdd][0xd5]-{.[0xd3][0x16]/[0x1c][0xa4]U[0x9]Mz[0xfe][0x84][0xf2][0x84][0xbf]x[0xc1][0xa1][0x9e]_[0xa9][0xab]2[0x8e]d[0xd7][0xd7][0x8a][0xdc][0x19]ney[0x95][0x99]E&G![0xab]bW-[0x9c]%P[0xa3][0x86][0xdd]k[0x1e][0x95][0x17][0xa9][0x98][0xdb][0xe5][0xe2][0xe5][0xbf]+o[0xcd]s[0xe6]7[0xe7][0xa1]A>[0xdd]R[0xc6][0x93][0xa9][0xc2][.[0x90],[0x8b][0x82][0xe2]g[0x90]_[0xb2]CyL[0xe5][0xbb]M[0xa8][0x8e]5[0xfc][0xd8][0xd8][0xcc]/[0xa3][0x0][0xaa][0xa4][0xce]rT%[0xa5][0xd6][0xed]Ym[0xd9][0x17]H[0xc1]e_[0xca][0xea][0xd8][0x81]N[0xb6][0xd7][0xf1][0xe9]n[0xce][0x17][0xb1][0xbf]<4[0x3]%[0xd4]x[0x6][0x5][0xa1][0xa6]3([0xc][0xd5][0x6][0xce] [0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f]A[0xd1][0xb4][0xab]{[0xbd][0xc8][0xa0][0x98]m[0x90]{[0xac][0xa1][0x95][0xb5][0xa8][0xc0][0x95][0xa8]F[0x1d]j[0xb1][0xe]]\[0xd9][0x94][0xb6][0x84]=[0xf8][0x10][0xe0][0x8e][0xc4][0x13][0xc5][0x1d]us[0xef][0x2]w$^[0x15][0xba]#[0xf1]+[0xc0]uVV[0xcf][0x9b]7[0xf9][0x1c]` [0xf4]"[0x8a]R([0x9e][0xc0][0x12][0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xb][0xa4][0xa0]N[0xcf][0x8d]K[0xd2][0x2][0xa5][0xdb]W[0x97][0x9e]x[0x6]e[0xa1][0xd5]3[0xd0][0xa6][0xa0][0x86]R[0x1c][0xfb]B[0xfa][0x14][0x96][0xf6]f=6[0x9d][0x9b][0xa6][0xf]k[0xd0][0xea]z[0xdb]E?[0xbb][0xfc][0xd8]Z[0xa0][0xb3][0xad][0x87][0x86][0x6]~l[0x85][0xf8]][0x16][0xa6][0xe4][0x6]>5[0xf3]#[0xae][0xa1]D+[0x11][0xee][0xc4][0x16]jm[0xc6]~[0xce][0x88]v[\r][0xf5][0x1b][0x88][0xf1][\r][0xf8][0xb0][0x1b][0xe9][0x1]/[0xfa][0x2]y[0xf1][0xa2][0xea]$n[0x12]qEh[0x16][0xe5][0x3][0xe2]kE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0xe6]p[0xd5]\d[0xb6][0xf1][0x8b][0xb4][0xcf][0xb7]Ii[0x1f][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcf][0xba]"[0xaf]C[0x9e][0xcd]V[0x17]9[0xa0][0x9c]6+[0x7]xxK[0xf3][0x98][0xdc][0xcf][0xa0]>[0xea][0x9a][0xd4][0xd3][0xc2][0x9e]IE^[0x85][0xa3][0xc3]7[0x90][0x8d][0xc3]D [0xfb][0x9c][0x8e]E[0x1d][0x17][0x85][0xf5][0x92][0xc][0x97]e[0xb8]"'[0x9f][0xd5][0xf1][0xb9]8[0x1a][0xf1]y[0x91][0xfd][0x82][0x81][0x17]D[0xe6][0x8b]r[0xf2]b5^[0xc2][0x97]d[0xf8][0xb2][0x8e][0x97][0xe3][0xd8][0x81][0xaf][0xc4][0xf1]U|[0xcd][0xc0][0xd7][\r]|C[0xc7]7[0xe3][0xd8][0x85][0x19][0x3][0xdf][0x92][0xf9][0xdb]r[0xfe][0x1d][0x3][0xdf]5[0xf0][0x8a][0xec]_[0x95][0xfd][0xf7][0xe2][0xf8]~([0xf4][0x3][0x3]?[0x94][\r]9~$'?[0xae][0xc2]Op[0xd5][0xc0]5[0xd9][0xfc][0xd4][0xc0][0xcf]t[0xfc]\[0xc7]k[0x1a]*m[0xdf][0xf7][0xfc][0xac][0x86]-#[0x17][0xac]E[0xab]'[0x17]8[0x99][0x9e][0x11]'[0x1b][0xf4]j[0xa8][0x1a]wf]+[0xc8][0xf9][0xb6][0x86][0xd6][0x92][0xe3][0xa3][0xe1]>c[0xb9][0xb3]=[0x13]s[0xbe]w[0xd1][0x9a][0xce][0xd8][0xbd][0xc7]D*[0xb0][0xb3][0xc1]@[0xc6][0xca]R[0xe9][0xde][0x11][0xcf][0x9f][0xed][0xb9][0x90]s[0x9d][0xa0][0xc7]q[0x3][0xdb]w[0xad]L[0x8f][0x9f]s][0xdb][0xcf][0xf6]L[0xe4][0xf9](Ty[0xd4]![0xcf]1[\r][0xed]m[0xf7]&[0xd2]>[0xa9]!6[0xe0][0xa5]iZ[0xed][0x88][0xe3][0xda][0xa3][0xb9][0xf9]i[0xdb][0x9f][0x10]+4$F[0xbc][0x94][0x95][0x99][0xb4]|G[0xf6][0x11]1[0x16][0xcc]94i[0xdf][0xdd][0xf4][0x9f][0xb2][0x83]9/=ie[0x9c][0xb4][0x15]x>[\r][0xbb]1[0xdc][0xd8][0xc3]n6[0xb0][0xdc][0x94][0x1d][0xb2]PQy[0x9b][0xd8][0xa0][0xcf][0xe7][0xf7][0x8d][0xeb]A//[0xe4][0x81][0xf7][0xdd]%t[0xbe]=[0x93][0xb1]SA[0x4][0xac][0xe2][0xd7][0x90]G[0x1c][0xf][0xac][0xc0]I[0x15][0xf0]v[0xe6][0xe9][0x11]e[0xc8][0xf3]O[0xd8]3V.[0x13][0x9c]V[0xd6][0xd3][0xed][0xb6][0xf6][0x8d]Il[0xdf]@[0xbc]s[0xea][0xaa][0x19]Y[0xdb][0xf][0x94][0xff][0x1a][0xe2][0x83][0x97]R[0xf6]B[0xe0]x.[0xd1][0x9b][0xf2][0xe8][0xa3]^[0xbf]?;@Z[0xe0][0xe7]R[0x8c][0x91][0x6][0x8d]>6[0xac][0xd1]Y[0x10][0xa3][0xc6][0xad]y1[0xc9]\[0xc1][0x95][0x86][0xb6]5[0xec]a>[0xcf]J0+[0x18][0xe2]@[0xe5][0xaf]x<[0x1e][0xf8][0x8e];KU1[0xdb]J[0xcd]i[0xd8]v[0xe7][0xe8]i(svk[0xa8]_[0xe3][0xef]0[0x13][0x1c]e2n[0xb9][0xae]'![0xf5]\[\r]u[0x1b][0xc][0xd0]`8[0xd9]0[0xe4]t[0xe9][0xac][0x86]GJY[0x8e]v[0xae][0xa1][0x14][0x95][0xf5][0xf4][0x17][0x96]*[0x88][0x87]78wO[0x82]*[0x0][0xf1]q/[0xe7][0xa7][0xec]!G[0xea][0xa6][0xbe][0xa4][0x1a][0xbb]E[0x9]yN[0xd8][0xb][0xbe][0x9d]b[0xa0][0x98][0xa3]f[0xe6]>p[0xe6][0xed]I'[0xeb]0[0x8b]E[0x8d][0xaa] [0x8b][0xa8]E[0x99]^[0x13][0xc7]0[0xc4][0xcc][0x14][0x83][0xd4][0xef][0xfb][0xd6]e[0xa9][0xc][0x13][0x8f][0xe2][0xb0][0x89][0xa3][0xf8][0x4]oU[0xf1][0x9a][0xf4][0xcf]0[0x8a]&[0xc6]1[0xc1]6Q$[0x1f][0xb7]g[0xd2][0xb9][0x82]j[\r][0xd7][0xd0]HZl[0x15][0xe6]T[0xe2][0xbe]e[0xd4][0xac][0xa0][0xb6][0xc]g[0xc4][0x9a]re[0xcd][0xe]:[0x1][0xba]j[0xe0]Al[0xe1]_i[0x13][0xf6]p[0xdc][0x8b]}h[0xa5]c[0xed]k,[0xeb][0x8b],[0xdb]E[0x9b]O[0xaa]p<[0xc6][0x9d][0xc9]9[0xa4][0xc]+[[0x1f]/[0xd8]:@[0x4][0x8d]s[0x1d]m[0xdb][0x12][0xb]m[0xac][0x93][0xb9][0x18][0x8a][0x1a][0xb2][0x80]P[0x6][0xba][0x8][0xde][0xad][0xc0][0xcc]P([0x2][0xd3][0xf0][0x4]F[0xc8]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "O*[0x0]Q[0xb8][0x84][0x4][0xbf][0xad][0xfc][0xea][0xc5][0xb9][0xb7]Kb[0xbb][0x9f][0xe3][0xc3]Tz[0x80][0xca][0xe]n[0xa2]4L[0xe3])[0xd2]Fim[0xa8][0xfc][0x89][0xc8][0xda]fQ[0xb8][0x82][0x6][0x89]\[0xed]*[0x1a][0xa7]d[0xbf][0x8c][0xfb][0xdf]/[0xb5][0xfa]Q*=[0xcc]p[0xf5][0xae][0x1]h[0x8e][0x0][0x9e][0xe4][0x17]#[0xa5][0x91][0xdf]X! [0xf3][0xa8]P[0x81]l[0x91]$-[0xa1][0xe9][0xcc]u4[0x8d][0x14][0x92][0xd3][0xdc][0xb9][0x8c]m[0xf9][0xec][0x88]2[0x3][0xd5]T[0x1b]B6R[0x14][0xcc][0x87]A[0xb0]j*3IM[0x12],[0x9f][0x1d][0x93]U[0xf4])[0x9c]Vr-[0x91][0x11]e[0xf2][0xfc][0x87][0xde][0x95]5P[0x9e]y[0xd6][0xce][0xb]t'[0xab]c[0xb4]k[0x5][0x1f]cA[0xc7][0x9a][0xe9][0xec]v[\r]W[0xb5]!Y=[0xa0][0xf1][0x1d][0xd9]q[0xa4][0xa2][0x99][0xf6][0xed][0xbc][0x89][0xe4][0xf6][0xd7]qr[0xfb]U[0x18][0x89][0x96][0xeb][0xa8]H[0xdf]*[0xb8]:[0x87]g$[0xf9]\=[0x8b][0xe7][0x98][0xf4]*mR][0xd2]ruI[0xd5][0x5]V\[0xe7][0xc9][0x15][0x9e][\r][0xf3],[0xbc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xcf]se[0xa9][0xd5]4R[0xaa][0xf5][0xa4][0xf9]U[0x92][0xd3][0x6][0xfe][0xf]PK[0x7][0x8]J[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/internal/runners/SuiteMethod.class[0x95]U]w[0x13]U[0x14][0xdd][0xb7][0x99]v[0x92]a[0xa4]PJ[0xbf]PlQ1[0x1f]mGD[0xe5]#[0xa5]"--[0x85][0xa4]U[0x12][0xd0][0x82]>L[0xd3][0xdb]t[0xda]t[0xa6]k>@[0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0]W}IY[0xb0][0x10][0x9f]}[0xf7][0xef][0xb8][0xd8]w[0x12][0x9a][0x94]L][0x9a][0x87][0xdc]{[0xcf][0xdd][0xe7][0x9c][0xbd][0xcf]9[0xb9][0xf9][0xeb][0x9f][0x17][0x0][0xb8][0x84][0x9f][0xc][0x9c][0xc5]%[0x3]#[0xf8]<[0x8d]i[0x1d][0x97][\r]h[0xf8][0xc2][0xc0][0x97][0xf8][0xca][0xc0][0x15]\[0xd5]qM[0xc7]u[0x3][0x19][0x14][0xd5][0xcd][0x9c][0xda][0xdd]Hc^[0xad]_[0x1b]H[0xe3][0xa6][0x8e]o[0x14][0xfc][0x96][0x8e][0x5][0x1d][0x8b][0x6][0xce][0xe0][0xb6][0x8e]%[0x1d][0xcb][0x2][0x3]s[0x8e][0xeb][0x84][0xf3][0x2][0xc3][0xd9][0xd2][0x8e][0xfd][0xc4][0xb6][0x1a][0xb6][[0xb7][0x16][0x1a]v[0x10][0x14]s[0xf][0x5][0xb4][0x5]oS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0x96][0x1c]W[0xae]F{[0x1b][0xd2][0xaf][0xda][0x1b][\r]Z[0x86]J^[0xcd]n<[0xb4]}G[0x9d][0xdb]F-[0xdc]v[0x2][0x81]l[0xc9][0xf3][0xeb][0xd6]N[0xc4][0xc8][0x96][0xe3][0x86][0xd2]w[0xed][0x86][0xe5]G[0xae]+[0xfd][0xc0][0xaa]DN([0xcb]2[0xdc][0xf6]6[0x8b][0x2][0xfd][0xbb]*[0x95][0xc0][0xe9][0x9e][0xec][0x2]#GS[0xfc][0xb2][0xff]6[0xcd][0xf0][0xbb][0xe0][0xb9][0xfc]<[0xf1][0xc6][0xed][0x9f]kr?t<7[0xd0]qG Sq[0xea][0xae][0x1d]F>]F{[0xe4])[0x1f][0xa5][0xf0]L([0x83]p[0xc9][0xf7][0xf6][0xba][0x88][0x9][0xe4][0x12][0xca]Qj)[0xda][0xf2][0xed]=[0xf9][0xd4][0xf3]w[0xad]*=[0x99]W0[0xfe]L[0x17][0xdc][0x97][[\r]Y[0xb][0xad][0x15][0xf7][0x9][0x5](>U[0xdb][0xaf][0xcb][0xf0][0x90][0x1e]}N[0x4][0xdd][0xd9]&[0x12][0xbc];%[0x8a][0xa1][0xaa][0x1c][0xc7][0xe4][0x9f]N[0xd6]v[0x1c][0xdc][0xa8]x[0x91]_[0x93]K[0x8e]*[0xe5][0xa9].[0xd5][0xb3]*[0x8a][0x89][0x8b][0xf8][0xd4][0xc4](V[0xd8][0xf5]w[0xc2][0x9a][0xb8][0x8b]{:J&[0xca]X[0xd5][0xb1]f[0xe2][|[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "v`[0x87][0x12]Y[0xf1][0x8e][0xb5][0x12][0xfa][0x8e][[0xbf][0x15]9[0x8d]M[0xe9][0xab][0xd8][0xf7]MTP5[0xf1][0x0]l[0xc0][0xe8]l,0[0x9b][0x9b][0xdc][0x8b][0x82]prCN[0x6]![0xab]V3[0xf1][0xbd][0xc2][0x8c][0xe2][0x7][0xd2][0xec][0x4][[0xdb][0xd8]ayL[0xac][0xe3][0x11]'!I[0xa3]@[0xe1]4[0xc3][0xc4]c[0xfc](p[0xf1][0xbf][0x8d],;[0xfd]/[0xc0][0xbb][0xf]h[0xbe]|5.[0xd6][0xfd][0xd8]v[0xa4]:[0xd5]m[0xdf]{[0xda][0x1a][0xe1][0xf1]lr{[0xd4]DfH[0xef]m[0xb6][0x9b][0xdd][0xbd]m[0xd5][0xb1][0xf8]8i4[0x8f][0x9f][0x9f][0xb1][0xe3][0xee][0x4]L[0x95][0xc9][0xdb]t[0xb6][0x1c][0xb2][0x17]Hes[0xec][0xfa]D[0x2][0xbe][0x8d][0x11]H;A%[0xee][0xe][0xec][0xd9][0x95][0xdc][0xa3][0xd8][0x89][0x9c]uFZ[0xa5][0x12][0xf5][0x90][0xe4]z)[0xf3][0xa1][0xb1][0xf7][0xf7][0xa5][0xab][0xea][0x97][0xa0][0xa8][0xd7][0xa3]=,tL[0x87]^[0xcb]$p6[0xc9][0x95][0xc9][0x7][0x1c]6w[0x97][0xb9][0xaf]u[0x3]Z[0x83]r[0xa4]ZmS[0xae][0xd7][0xc4]d[0xb0]I[0xee]M[0xae]-[0xcb][0x14]w[0x17][0xb8][0xd7][0xb8]~[0x84][0x8f][0xe3][0x84][0x9f][0xf0][0x86][0xbf][0xcd]v[0xca][0xbf]y[0xa7]q][0x13]%Q[0xce][0xf][0xa5]R[0xaf][0xa0]5[0xd1]_*41[0xf0][0x1c][0xfa]3L[0xbd]Dz[0xfd]%2[0xeb][0x7]0[0xf2]M[0x9c]h[0xc2][0x1c]z[0x8f]_M[0x9c]<[0xc0][0xe0][0xeb][0x82][0xa0][0xc7][0xa9]&N[0xff][0x89][0xa1][0xf2][0xaf][0xc8][0xac][0xce]41[0xfc]z[0xfa]7&[0xd4][0xb0][0x88]e[0xfe]I[0xb4][0x4][0xe4])[0x1][0xa4][0xdb]G[0xc2][0x1a][0xa9][0xe][0x92][0xea]8[0x9]^![0xb1]E[0x12]Z&[0xbd];$W&[0xb5]s1^[0xe3][0xb9][0x1f]Y[0xe4][0x18][0x81][0x4]c[0x81]J@[0x99]w[0x85]8[0xfe]=Lc[0x86][0x96][0x8e][0xe8][0xb5]X4zD[0xcf]ro[0xc5][0xbb][0xcf][0xde][0x0]PK[0x7][0x8][0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/internal/runners/TestClass.class[0x9d]W[w[0x13]U[0x14][0xfe][0xa6]I:I[0x98][0xb6][0xd0][0xd2]J[0x8a][0xa5]"[0x5]K[0x92][0x12][0xad]X[0xb5]T[0xa4][0x14][0xaa]H)j* (:M[0xa7][0xed][0x94]t[0xa6]L&[0x8][0xde][0xd0][0x8a][0xf7][0xfb]]*[0xde]PW_X.]K[/K[0x96]O>[0xf8][0xe2]_[0xf0]/[0xf8][0x7][0xc4][0xef][0xcc]L&I[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xd0][0x99]s[0xf6][0xd9][0xe7][0xdb][0xb7]o[0xef]I[0xff][0xf8][0xe7][0xe7][0x8b][0x0]n[0xc2]WQ\[0x87][0xc9][0x8][0xda][0xa1][0xcb][0x98][0x8a][0xf2]}LFV[0xc6][0xb4][0xc]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0x93]Bd[0xae][0xc0][0xc][0x8e][0xaf][0x80][0x85][0x9c]x[0xd8]2[0xf2]Q[0x9c][0xc0]cQ[0xb4][0xe0][0xa4]P8%[0x14][0x1e][0x17][0xab]'[0xa2]x[0x12]O[0xc9]xZ[0xe0][0x9e][0x96][0xf1][0x8c][0x10]>+[0x14]g[0xa3]x[0xe][0xa7][0xc5][0xea][0x8c][0x0][0xa6]v[0x1d][0x9e][0x17][0x8f][0x17][0xc4]cV[0xc6][0x8b]2^[0x92][0x10]:[0x96]Us9[0x9][0xab][0x86][0xa6][0xd4][0x13]j*[0xab][0x1a][0x13][0xa9][0x1]![0xda]&![0x92][0xd6]'[0xc][0xd5][0xce][[0x9a][0x84][0xd5]K[0xcf][0xfb][0xe2][0xdb][0xa9]R[0xdb][0xa7][0x1b][0xba][0xbd][0x9d][0xe7][0x9d][0x15][0x0][0x9b][0xf]H[0x8][0xe][0x98]c[0xbc][0xdd]0[0xa4][0x1b][0xda]p~zT[0xb3]F[0xd4][0xd1],%[0x8d]CfF[0xcd][0x1e]P-][0xec]=a[0xd0][0x9e][0xd4][0xe9][0xcb][0xa6]![0xd3][0x9a]HM[0xe5][0x89][0x9c][0xd2][\r][[0xb3][0xc]5[0x9b][0xb2][0xf2][0x86][0xa1]Y[0xb9][0xd4][0x88][0x96][0xb3][0xb][0xe][0xb6][0x94][0x83][0x9c][0x9a])[0x0]]S[0xe1][0x8d]pW8T?[0xa1][0xd9][0x2]b[0x9f]fO[0x9a]c4[0xd6][0xd8][0xb9][0xd9][0xd5][0xcd][0xdb]z65[0xa4][0xe7]l[0x2]o[0xa9][0x10][0xf6][0x95][0x0]Z[0xda]xV[0xcb][0xd8])[0x17]c[0x9b][0xc8]C[0x94][0xb0];[0xb5]q[0xd3][0xd2][0x8][0x19][0xe1][0xa6][0x9c]~s[0xdd]$[0xd6][0x86]a[0xda][0xaa][0xad][0x8d][0xf9]F7T[0xc9]V[0xa5][0x17]Q[0xd5][0xbd][0xa8][0x9b][0x86][0x84][0xf5]%7[0x8a][0xf2]T[0xbf][0xbf][0x14][0x17]453[0xe9][0x1a][0x91][0xd0]zy[0x8f][0x99]i[0xd5][0xb2]:$[0xac]=[0xb2][0xac]RV3[0xa8]$[0xed][0x91]P[0xa3]s!O[0x17][0xfc][0x8f][0x8]C[0x3].sV[0x97]8[0xbe][0x87]A[0xab][0xb6]i[0xf1]rC[0xd1]IOQfr[0xf2]Y[0x9b][0xab][0x95][0x95][0xb1][0xde]RQ[0xb0][0xc4][0x15][0x3][0x16][0x89]O[0xfe][0xb7]:e*[0x89]q5v[0xfe]#[0x1b][0x1a]H[0xd6][0xdc][0x88]93b[0xee]4m[0xdb][0x9c][0xae][0xde][0x1e][0x87]%[0xdc][0xf6]?[0xdd][0xe1][0xd5][0xa8][0x9e]KO[0xaa]c[0xe6]c[0x1a]k[0xdd][0xd5]yy[0x87][0x96][0xe6]Z\[0xe][0x8a][0xfa][0xb1]{[0xa7]=[0xae][0xec][0xb9][0xfa][0xfb][0xcb][0x86].[0xb0]o[0xbd]"V[0xb5][0x13]qS[0xd2]I[0x92]L[0xde][0xb2]4[0xc3][0x96][0x10][0x9e][0xb1][0xb4][0x13][0xba][0x99]'_[0x1a][0xd8]D[0xe9][0xfc][0x8c]f9)rZ[0xcc].[0x8c][0x1][0x9][0xcd]%[0x1e][0xf6][[0x96]z[0xca][0xa3]T[0xa2][0x9a][0xbc][0xaf][0xda]`[0x10]5[0xeb][0xab]>2[0x96][0x89][0xbe][0xec][0xba][0x98]+[0x3][0xa6][0x91][0xb3][0xad]|[0x86][\r][0xc0]~-[0x8c][0x90][0xb2]hKTD[0xbf][0xee]>[0x99][0xd1]fDQs2^[0x96][0xf1][0x8a][0x84][0x8e]+]s[0xe7][0xae]Bs[0xf7]P[0xcd]KAS[0xd9]-[0xad][0x1d][0xd0]s:go[0x91][0xa7]91[0x9f][0x8b][0xd8][0xc5];[0xdb][0x14]l[0xc4][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6][0xe3]z[0x82][0x17]G[0xbd]0[0xa3][0xe0]fleI[0x8b]Rw[0xaa][0x16]fMQ[0xee][0xc][0xd8]B[0xf8]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad] [0x8d][0xad]2^S[0xf0]:[0xde][0x90][0xf1][0xa6][0x82][0xb7][0xf0][0xb6][0x82]w[0xf0].[0xf9][0xb4]$+2[0xde]S[0xf0]>>P[0xf0]!>Rp[0xf][0xf6]*8[0x8b]9[0x5]w[0xe1]n[0x19][0x1f]+8[0x87]O8[0xb5][0x96]:[0xa5][0xe0]S[0xcc]IXs9R[0xb][0xa4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x8c][0xca][0xf8]L[0xc1][0xe7][0xf8]B[0xc1]y<[0xa2][0xe0][0x10][0xbe]d[0xa5][0xaf][0xe6]#G[0xab]E[0xf4][0xfd][0xa3]S[0x4][0xe7][0xd4].[0xa9][0x98][0xc6]~[0xd1][0xed]S>[0x91]$[0xb4][0x17]O[0x87][0xcd]t[0xbe][0xf0]A([0xd1][0x8]t:_[0xc2]rf[0xb3][0xe1]toz[0x97]0g[0xe9]To[0xac][0x94][0x92]N[0x93]jnX;i;[0xc8]b[0xba][0x18][0xce][0xa6][0x9c][[0xae][0xf3][0x84]h[0xaf][0x12][0xb7][0xeb]b[0xda][0xb4][0xb8][0xa7][0x11][0xd2]s[0x97][0x96][0xc9][0xaa]V[0xc9]'sK[0x95][0x9][0xba][0xec][0xd7][0xab][0xae][0xf8][0xe5]u[0xa2][0xde]z[0xd9]o[0xee][0xb2][0xdf][0xd4][0x80]:F[0x96]7wV[0x86]"Bm.[0xe6]c[0xc0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]\[0xe6][0xf3][w[0x82][0x85][0xd4]DkV[0xc]`&[0xbf]V;[0x9e]W[0xb3][0xe5][0xe5]u[0xbb][0x8f]?[0xc5][0xe8][0xf8][0xbd][0xaa][0xc5][0xfe]d6[0xc4][0x8f][0x9a][0x9c][0x93][0xcb]#U:[0xbc][0xae]0[0x18]3.Yn[0xee][0xac][0xd4][0xba][0xd2][0x18]b[0x1f][0xb6][0xf3][0xc7]#[0xc0][0xc4][0x8b][0x9e][0xe4]{[0x3]w5[0xe8][0x80][0xc2][0xf5]Fl[0xe2][0xfa][0x6]J[0xe][0xf1]][0xc3]w4[0xbe][0x8])[0x9e][0xf8][0x1]5[0xdf]q[0x17]@'[0x9f][0xf5]|[0x3][0xad][0x8]b-"[0xb8][0x16][0x9b][0xb9]kq[0xb5][0x11]G[0x2]pV.z[0x92]k[0x81][0xec]J:|{]\mA[0xca][0xb3][0xd6][0xcd][0xb7][0xd0][0x9][0xc7][0x9b][0x10]X@[0xf0][GG[0xd8][0xaa]u[0xe4][0xed][0x8e][\r][0x17]'[0xec][0xd9]pqnt~iW[0xc3][0x9]U[0xc1][0xd9][0xb0],NwU[0x9c][0xda]*87,[0x83]#[0x89][0xa9][0xe6][0xe2]H[0xa3][0xcc][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca]g[0x81][0xfc][0xe0]"[0xc2][0xfb][0xe2][0xf1][0xef]Q[0xb3][0x88][0xc8]O[0x88]J[0x18][0xee][0xfa][0x9]+$[0xe][0x9f]C\([0x12]~C]o0[0x16][0xfc][0x11][0xf5][0xbd][0xa1]X[0xa8][0xb7]6V{[0xb1]G[0xe][0xf4][0x84][0x9b][0xc3][0xcd][0xf2]y[0xdc][0x18][0xab]m[0xe]w[0xf7]Fb[0x91][0xc4][0x2][0x1a]z[0xa3][0xb1][0xe8][0xef]h[0x89][0xc7]"[0xc9]E[0xac][0x9c][0x83][0x92][0x8c][0x11]tU[\r][0xe][0x9e][0x9]K[0xf3][0x97][0xfe][0x9c][0xbf][0xf4]u<[0xb1][0x88][0xc6][0xb3][0x90][0x93]?[0xa2])[0xf9][0xad]_[0xbd]n[0xfa][\r]z[0x1c]fm[0xe2][0xac][0xc3]M[0xac][0xc3]^F[0x9e][0xa6][0xef][0xa3][0xdc][0x1d][0xe3][0xfe]8#[0xb0]q[0xb][0xff][0xdd][0xe8][0xc1]3[0xb8][0xcd][0x89]v[0x86][0x91][0xa4][0xb1][0x86][0xd2][0x1e][0xd6]r/Yt+O"[0xdc][0xf7][0xe1]v[0xf4]23[0xbd][0x94]l[0xe3]N[0xc6][0x1d][0xbc][0x7]Wa[0xe2][0xed][0xc0]v[0x9e][0x84]h[0xeb].[0xdc]IN[0x4][0xc9][0x95][0xa3]<[0xdd][0xe1][0xb0]h[0xd6]g[0xcc],[0xfa][0x1d][0xc6][0x84][0xf1]8vb[0x80][0x19][0x14][0xdc][0xb9][0x8e]Z[0xee][0xcd][0xe][0xde]t[0xb5]v[0xf9]Z[0xbb][0xa9][0xe5][0xe6]}[0x90][0x1c][0xe0]^[0xfd][0x1e][0xf5][0xd8][0xdb][0x9a]h[0xc2][0xea][0x5]4[0xcf][0xa1].[0xe1]0[0xa2][0x99][0xf9][0x8][0xce]#[0x18][0xb8][0xe0][0xe7][0xc3][0xad]h_[0x9][0x8b][}[0x9f]Z[0x19]]9[0x8b][0x85]d[0x97][0xcf][0xe2]=[0xfc][0xe3][0x7][0xc4][0xb3]z[0x8e][0x88]![0xbe][0x93][0xc9][0xf2][0xf2][0xb6][0x15][0xca][0xdb][0xd2][0x1b][0x8c]'b[0xc1]E\s[0x16][0xa1][0xe0][0x85][0xf9]K[0x95][0xf8][0xd1][0xe8][0xc4][0xb7][0x83]=[0xd5][0xcf]>[0xdc]I[0x1f]v;>m%[0xe6]ZZ[0x1f]b[0xb6][0x83][0xcc][0xed][0x6]?wI[0xdf][0xcf]$[0xf6][0xf1]TrV[0xc5][0xdc])[0xbe][0xa4][0x98][0xa7]a[0xc7][0xe3][0xfd]<[0x11][0x1e]C[0x1c]au0[0xb9][0x80]5[0xa4][0xd5][0x9a][0x5][0xc4][0xe6][0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xe0][0xbe][0xf5]bB<>[0x13][0xdb][0xc0][0xf6]6Gr[0x1e][0xce][0xbb][0xad];[0xe1]<[0x9d][0xcc][0xf2][0xf8]L[0x80][0x94][0xfb]+x[0xc1][0xef][0x92]M[0xe4][0x5][0x98][0x9d]z[0xda]ZI[0xcf][0xdb][0xe8]_;[0xad][0xc6]q/3}[0x1f][0x19][0xb1][0x9f]Y[0x1c]q[0xe2][0x8b][0xd3][0x83][0xf5][0xf4]N[0x9c][0x88][0xa8][0x6][0xfd][0xa8][0x6][0xa9][0xe9]F5[0x88][0xfb][0xb9][0x12]5M[0x17]z[0x8b]_[0xd8][0x1a][0xc7][0xf7]u[0x85][0xde]J[0xc]w[0xfd][0x8e]U[0xc9][0xae][0x5][0xac]=[0xc8][0xc7][0xb5][0xc3][0xf3][0x97][0xfe].[0xe1]}++-[0xe6]Z[0x18][0xf][0x92][0xbf][0x87][0xe9][0xdb][0x11][0xac][0xc6]C[0x9c]_G}?[0x88][0xe6][_G[0xff]\>[0xb6]0[0x83][0xf][0xd0]Z[0x94][0xfa][0xf7]Q[0x16][0xf0][0x99][0xe9]ju[0xf8]Z[0x7]|[0xad][0xe][0x9e][0xba][0x19]?[0xc8][0xd3]C[0xb4][0x19]p[0xbc][0xee][0xf1]&[0x8b]"[0x6]A[0xe0]W[0xd4]-[0xa0]m[0xe9]t[0x19]-[0x99].[0x8a][0xe7][0xcf]a[0xe7][0xb4][0x86]>?[0xe4][0xe1]>[0xcc][0xf3][0xa3]x[0xc4][0xcb]F[0x8a];[0xa1][0x1f][0x12][0xb8]K[0x1][0xc7]K[0x0]Ce[0xe3][0xea]Q[0xca][0xf8][0x93][0xc5][0xa3]C[0xb7][0x7][0x12][0x16] [0xb]X[0xb7][0x14]g[0xaa][0xca][0xd8][0xb] [0xe3]h[0x8d]As[0xd2]6[0xee]iO[0x0][0xff][0x2]PK[0x7][0x8][0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/internal/runners/TestMethod.class[0x8d]UmS[0x1b]U[0x14]~6[0x9]Y[0x12][0x96][0x4]y[0x13]P*[0xa5][0x94][0x84][0xa4]%V[0xd1][0xb6][0x82][0xb5])/[0x96][0x9a]R-)[0xb5][0xad]oK[0xb8][0x84][0xa5]a[0x97][0xd9][0xdd][0xd4][0xfe][0x16][0x80]~[0xb1]38c[0xe3][0xe8][0x8c][0x8e][0x9f][0xea][0x8c]?[0xca][0xf1][0xb9][0xbb]K[0xb2][0x90]DIf[0xee][0xbd]{[0xee]9[0xcf]y{[0xce][0xee][0xdf][0xff][0xfc][0xf6][0x7][0x80]+[0xa8]&1[0x80][0x9b][0x9][0xc][0xa2]([0x97][*[0x96][0x93]X[0xc1][0xaa][0x8a][0xb5]>[0xc4][0xf1][0xb1]\n[0xab]XO[0xf2][0xb2]$u[0xef]&[0xb1][0x81]{*>M[0xe2]3[0xdc]W[0xb1][0xa9][0xa2],-[0x1e][0xa8][0xd8]R[0x10]?[0x10][0xee][0x9e][0xb5][0xa3]`[0xa2][0xb4][0xaf]?[0xd3][0xb]5[0xdd][0xac][0x16]l[0xb1][[0x13][0x15][0xb7]p[0xd7][0xbb][T[0x90]p[0x85][0xe3].[0xd7]t[0xc7]Q0[[0xb2][0xec]ja[0xbf]n[0x1a]n[0xc1]0]a[0x9b]z[0xad]`[0xd7]MS[0xd8]N[0xa1]|[0xac]G[0xa3][0xf8][0x92]A[0x9d][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xb3][0xdd][0xb1][0xcf][0x6]6[0xc7]Hc[0xcb][0xd6][0x8e]P[0x90].[0x19][0xa6][0xd8][0xa8][0x1f]l[0xb][0xbb][0xac]o[0xd7]([0x19],Y[0x15][0xbd][0xb6][0xa5][0xdb][0x86]|[0xe][0x84]1w[0xcf]`[0xb0][0x99][0xff][0xc3]o[0xa5]h8[0xeb]U[0xd3][0xb2][0x5]k[0x11][0xcd][0xce]=V[0x90][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7]l[0x1c][0x8][0xab][0xee]z[0xa2];[0x14][0xe9][0xa6]i[0xb9][0xba]kX[0xa6][0x82][0x81][0x10][0xb6][0x84]"[0x88][0xea][0x1e][0xeb]+[0xd4][0x1e]&[0xc0][0xea][0xf3]Cf+vV[0x9f]W[0xc4][0xa1]o7[0x94][0x9d][0xb][0xd5][0xe3][0xb8]Z[0x89]M[0xa3]j[0xea]n[0xdd]f[0xf0][0xf9]v[0x8d][0xa5]|HR[0xde][0xb3][0xad]oe[0x9e][0x8b]7h[0xa9][0x19][0xce][0x3]S[0x4]~[0x14][0x8c]e;j[0xca][0x8c][0x12][0xa2][0x15][0xc5]HG-f[0xe5]#9[0xa1][0x80]e!n[0x89]][0xd6][0x86][0x15][0x1d]<[0x8e][0xad][0xee][0x1a][0xb5]B[0xc9][0xf0][0xf2][0x9e]o[0x13].uo[0xb9][0x8c]9A[0xc8][0xe2].[0xfb]A[0xc4][0xb8]a>[0xb3][0x9e]2[0xed][0x91]p[0xe4][0xf7][0xb6][0xf7]i[0xe3]w^[0xb2]O[0xf6][0xb9][0xed][0x96][0xb1]5[0xe3]tT[0x89]T<[0xd1][0xf0][0x5][0xbe]T[0x90]:I[0x12][\r]38[0xaf][0xe1]+dH[0x84][0x93]W3[0x1b][0x96])[0x99][0xeb]o[0xda][0xba]$[0xa9][0xd7]{[0xe1]h[0x98]EF[0xc3][0xd7][0xc8][0xa8][0xf8]F[0x83][0x8e][0xed][0x13]>[0xfd][0xe6][0xa8][0xa8]h[0xd8][0x81][0xcc][0xb8]u[0xe5][0x15][0x99][0xca][0xa7]K[0xa7][0xe1]][0xec]*[0xb8]x[0xa6][0xf1]P0[0xdd][0xb2]_[0xaf][0xd5]DU[0xaf][0x15][0xed]j[0xfd]@[0x98]n[0x88]'S[0xed]J[0x95][0x8a]p[0xc2]T[0xca][0xb7][0xb3]b[0x9d][0xdd][0xaf]x[0x5]/[0xeb][0xb6]71Mm[0xe][0x1d][0xdb]?[0xd6][0x8d]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]%[0x8d]B#[0xb9][0x90]m[0x9b][0xac][0xf0]$[0xb5][0xa6][0xb7][0xd0][0xb2]"[0x89]z[[0xd3][0xd3]K[0xc4][0xe0]E[0x97]>[0x5][0xc5]*[0x1a]N[0xd1]q[0xe4][0x9c][0x92](k[0xb6]u[0xc0][0x19][0xef][0xe0][0x91][0x93]6s[0x96][0xd7][0x1a][0x19][0xd0][0x8a]_[0xec][0xf8]IQz[0xa1]k[0x16][0xe1][0x99][0xbb][0xde]aZ[0x9e]t[0x18][0xa0]v[0x11][0xce][0xf3][0xdb]0[0xc0][0xaf]I[0x84];I[0xec][0x9d][0xc8]c[0xee][0x9]([0xe4][0xf6][0x18][0xd7]q>=[0xa2]<[0xca]=[0x9d][0xfb][0x5]J.[0xff][0x12][0x91][0xdc][0xa5][0x97][0x88][0xfe][0xe4][0x19]Lp[0x1d]D[0x8c][0xeb][0x18][0xd7]q[0x9a]N [0x85]7[0xf8][0x7][0xa6]|3[0xbc][0x89]I[0xc0];I7[0x8a]w[0x92][0x8e]"<[0x9f][0xc3][[0x81][0x9b][0xf][0xbd]g`([0xf7]3"C[0x88]5[0xd0][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "j[0xec][0x7][0xc4][0xa2]?6][0xc5]=[0x95]s[0x1e][0xbc][0xe6][0xab][0x7][0xf0]$[0x1e]3[0xf2][0xa1][0x9e]R[[0x86]4[0xe9]C[0xc5][0x9][0xf5]'[0xe2][0xa5][0xfc]_[0xe8]I[0xbc][0xc8][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "UAq[0xea]E[0x13]t[0x14]=\[0xa7][0x19][0xf7][0x5][0xe6]2[0xc3][0x18]g[0xe9] [0x13][0xca]a2p[0x92]b[0xe4][0xd3][0xd4]Rx[0x17][0xa1][0xe6]E[0xcf][0x11][0xa7][0x92][0xbb]t\[0xe5][0x1e][0xe1][0x9e]9[0xe5][0xf8][0x15][0xd2]t[0xdb][0xcb]V#[0xf1]=z[0x94]#[0xff][0xe9][0xe8]T[0x9][0xf3]tp[0x89][0xd9]][0xa6][0xdb][0x82][0xe7]~[0xd4][0x87]k[0xba][0x1f][0xf][0xdc]g=[0xcb]9[0xae]9Z[0xf9]Y[0xdf][0xe][0x9c][0xf][0xe7][0x1a]H[0xe6][0x1b][0xe8]k@[0xfb][0xae]K[0x5][0x17]B[0xe8][0xc3][0xcd][0x6][\r][0xd3][0xfb]e[0xef]~[0xbe][0xd9][0x96][0xab][0xdc][0xa5][0xa4]_[0xa2]vk[0xc8][0xb5]PC[0xfa][0x9b]p[0x5][0xbc][0x1d][0xd4][0xe5][0xbd][0xa0][0xb7]}[0xac]Kt[0x8][0xfd][\r][0xa4][0x8e]NA,[0x85] [0xfa][0x2][0x8]?[0xcb]+\[0xdf][0xe9][0x6][0x95][0xee][0x0]u[0xf3]?[0xa0][0x14][0xbe][0xf1][0x16][0x2][0xa8]5[0xf6]V[0x16] %[0xbb][0x95][0x8f][0xfe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0x81][0x6]^{[0xd8][0xe2]u[0xd2][0xbb]]aF[0xab][0xa1]r[0xa5][0x9a][0xf9][0xa5][0x18][0xcc][0xfb]D[0xbc][0xca]s/[0xb1][0xae][0xe1]:>`#[0x17]=[0x84]%2Z[0xfe]n[0x4]q}[0xc4][0xfd][0x13][0xf][0x95][0x1f]>J[0xee] [0xf1]/PK[0x7][0x8][0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/internal/runners/model/EachTestNotifier.class[0x95]Umw[0x13]E[0x14]~&[0x9]][0xba]Y[0x93][0x12][0x92]Z[0x85][0x2][0x5]Z[0x93]M[0xe9][0x96]VP[0x1]Q[0x84]V[0xab]iPZ[0xa3][0x5][0xbf]l[0x93]i3=[0xdb]][0xce][0xbe] [0x85]_[0xc0]g[0xcf][0x91][0xf6][0xa0][0xe7]x[0xf0][0xab][0xbf][0xc4]_![0xdc][0x99]l[0x9b]m[0x12][0x8a][0xf9]rw[0xe6][0xce][0xbd][0xcf]s[0xef][0x9d]{g[0xff][0xf9][0xef][0x8f][0xbf][0x0]\[0xc5]/:[0x8a][0xb8]6[0x8a][0xd3][0xb8].[0xc5]'[0x1a]>[0xd5][0xe9][0xfb][0x99][0x86][0x1b]:FpS[0xc7]-|[0xae]#[0x83][0xdb]Y|[0x81]/[0xb3][0xb8][0x83][0xaf][0xa4][0xb8][0xab][0xe1][0x9e]4\[0x92][0x6][0xcb]R|-[0xc5]7R[0xac]h[0xf8]V[0xc3]w[0xc]']/[0x14][[0x82][0xfb][0xc][0xd5][0x9a][0xe7]o[;[0x91]+B[0xcb][0x8f]\[0x97][0xfb]V[0xe7][0xb0]i[0x87][0xc2]s[0xad][0x7][0x91][[0x8f][0x8d]o2d[Vf[0xc2][0xb6][0x8][0x18][0x16][0x13][0xb8][0xc2][\r][0xb9][0xef][0xda]NL[0x10]X[0xbb][0x4][0xe8]XKv[0xb3][0xbd][0xce][0x83]0[0x91][0xb1]n[0xb7]Z[0xcb][0xb6]p"[0x9f][0x90]&[0xca][0xb5][0x1d][0xfb][0x89]m9[0xb6][0xbb]m[0xad][0xb7]}[0xef]W[0xc9][0xa0]B[0xca][0x87][0xb6][0xbf][0xcd][0xc3][0xa5][0xa7]M[0x1e]W[0xa7]4[0xd0][0x96][0xe1][0xc]![0xae]FN([0x1e];[0xc3][0xe9][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]u'[0x8][0xa2][0xdd]8[0xd6][0xc5][0xf2][0xa0][0x92]v-[0x1a][0xc2]s[0xec][0x90][0xb7][0x8e]F[0xca]([0x88][0xf9]a[0x1d][0x19][0xc6][0xb6][0x84][0xcf][0xe5][0xe5],SO[0x5]m[0xde][0xa2][0x84][0xca][0xaa][0xf2][0x7][0x7]kt[0x5][0xa1][0xd4][0x1f]jV[0xb6]][0xcf][0x97][0x1a]}[0xcd][0x8b][0xfc]&_[0x16][0xb2][0x1f]J[0xbd][0xd7]<'[0xcb]e[0xe0][0x3][0xcc][0x1b](a[0xdc][0xc0][0xfb][0x98][0xa0][0x18][0x87][0xad][0x93][0x81][0xcb][0x98]f[0x98]>[0xbe][0xd3]c/IW[0xd3][0xb0]j[0xa0][0x8e][0xfb][0x6][0xbe][0xc7][0xf][0x1a][0x1e][0x18]X[0xc3][0xba][0x86][0x1f][\r]4[0xf0][0x93][0x81][0x9f][0xb1]A[0xa5][0x1f][0xd0]E[0x6].`[0xca][0xc0]C[0xe9]i[0xe1][0x91]A[0xef][0x5][0x89][0x5]``[0x93]S[0xf8][0xd6]9[0xa8][0xfc][0xef]9O[0xdc][0xd3][0xe1][0x80][0x99][0xef]z'bKE[0x95][0xa5]y[0x8b][0xf7]4[0xde][0x85]r%[0xd1][0xf6]5[0x11][0x84][0xd4]4[0xb9][0xa3][0x1a]z[0xf9]D<[0xf][0xc][0xe3]G[0x1c][0x12]sR[0xe8][0xd7]2hm;[0xa8][0xf3][0xa7][0xa1][0xea][0xba][0x87]4o[0xae][0xda][0x14][0xf]@[0x12][0xd5]#[0x88][0x89][0x83][0xcc][0xba]=[0xdd][0x19][0x1f][0x86][0xa9]wT[0xb6][0xd2][0xc0][0x14][0xbd][0xdf]E[0xfa][0xb][0xa4]P[0x90][0xfd]H[0xab][0x82]lI[0xfa]j`[0xd4]7[0x1f][0x92][0xca][0x88] ^@[0x19]E[0xbc][0xe4][0xbd][0x8d]Ml[0xe9]t[0x87][0x9e]nw[0xfd],[0x9f][0x16][0xf6]a?[0xc0][0x8f][0x12]k&J0 [0x88][0xf3]0u[0xaa][0xa8]sNUSO[0xcf][0xff][0xfe][0x3][0xd8][0xc4]r[0x84]!,T[0xb1]X[0xc5][0x12][0xa1][0x9e]I[0xa7][0x84]nJ[0x97])k[0xae][0x8e][0xf6][0x9]tL[0x18][0xdb][0xb3]&[0xf3][0xc2][0xf8][0xa6][0xd0]A[0xe][0xa3][0xf7][0x11][0xa1][0xb2][0xad][0x8c][0xf2];[0x84][0xa9][0x9f][0xe9][0x9d][0xb8][0x17]q[0xf0]J[0xc7][0xa9][0xca]|[0xf2][0xab]I([0xef][0xd9][0x1b]I[0x98]H[0x95][0x91][0xa7][0xa1]s-[0xdd][0xa5][0xb8][0xd6]\[0x99]Lm[0x8b]m[0x4][0x9b]q[0xfe]Z,[0xfb][[0x95][0x11][0x92][0xd4][0xba]v|[0x17]X8V[0xc6]Kg[0x84][0x8e]]0[0x86][0x87][0x8a];,[0xa8][0xe3][0x93][0xa0][0xbd][0xea]jy([0x94][0xe]N[0x1e][0xfc]i[0xc9][0xae][0xe7][0x81][0x13][0x9e]H:g[0x1d][0xcb][0xd4][0x7][0x7]"4[0xde][0xbb]>t[0xdf][0x9c][0xc][0xf4]n[0xf7]r-L;[0xbe][0xbc]u[0xf6]w[0xde][0x96][0xec][0xb0][0xc4][0xc8][0x85]j[0x1b][0xe1][0xd9][0x94][0xb0]:[0xb8][0xf3]G[0xb4][0xfc])[0xa2][0xb][0x1b]\K[0x1e][0xaa][0xdc]o[0xe9][0xa3][0x5][0xd6]s[0x1]n[0xde][0x97]]'[[0xc2][0xcb][0x1b][0xc2][0xdc]y0^udSe[0x8a][0xf5]v[0x8d][0xb1]^[0xe4][0xcd]Y[0xbe]Q[0xdf][0xb1][0xcf]Ij[0x18]AD[0xd8][0xfa][0xf2]C[0x12]6[0xfa][0xdc][0xcf]Q[0xb0][0x82][0x12][0x9f][0x12][0x9f][0x5][0xe6]Q[0xc6]0[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "g%T[0x19]Q>[0x10][0xe3]Q[0xae][0x9c]q,q[0xac][0xac][0xae][0xfd][0x5]=2[0x1a]B[0x8d][0xff]QQ[0x8d][0x98]9[0x8a]1F[0x8d]^[0x17][0xc6]1Q[0x9c][[0x5]u|c[0xa5]I[0xc6]5[0x8e][0xbd][0xca][0x14][0xa3][0xef][0x85][0xcf]4[0xeb]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "4[0x83][0xd9][0x82]1W[0xf4][0xe4][0xf3][0xe0][0x5]PK[0x7][0x8][0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/model/ReflectiveCallable.class[0x9d]Q[0xcb]N[0xdb]@[0x14]=[0x93]868[0x81][0xf0][0xa6][0x94][0xf7][0x8e][0x87]`[0x84][0x10]+[0xaa]nP+U[0xb2][0x8a]D#[0xf6][0x93]0[0x84][0x89][0xcc][0xb8][0x9a]8)[0x9f][0x5][0x1b][0x90]X[0xb4]{>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[0xc6]Di[0x81][0x15][0xb5][0xe4][0xfb]<[0xf7][0xdc][0xc7]<<[0xde][0xff][0x6][0xb0][0x87][0xb5][0x18]![0xe6]cT[0xf0]![0xc2]B[0x8c]2>FX[0x8c][0xb0]$[0x10]~2[0xd6][0xe4][0x9f][0x5][0xca][0x1b][0x9b][0xa7][0x2][0xc1]Qv[0xa6][0x5][0xea][0x89][0xb1][0xfa]{[0xef][0xb2][0xa9]]C5SF[0xa6][0x92][0xac][0xa5][0xd2]S[0xe5][0x8c][0xf7][0x7][0xc1] [0xbf]0][0x81][0x83]$sm[0xd9][0xe9][0x91]H[0x1a][0x9b]kgU*][0xcf]Z[0xed][0xba][0xf2][0x92][0x84][0xa9]<[0xd1][0xe7][0xa9]n[0xe5][0xa6][0xaf][0x8f]T[0x9a][0xfa][0xea]C[0xb6]$F`fc3[0xe9][0xa8][0xbe][0x92][0xa9][0xb2]my[0xdc][0xec][0x10][0xc7][0xa4] [0xff][0xce]?[0x9][0xf7][0xcc] [0xbf][0xd9]>'[0xc9]Mf[0x1b][0xca][0xb5]u[0xfe][0xe5][0xaa][0xa5]z[0x97]5[0xf1][0xd0][0xe9]FX[0x16][0x98]d[0x83][0x97][0x9d][0x89][0xf9][0x91][0xf5]\K5~[0x81][0xf9][0xb7]s[0xed][0xfa][0x96]5D[0x18][0xa9]a[0x6]u[0x81][0xed]w[0xcc]P[0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x5][0xf6][0xff][0xe3][0x1e][0x2][0x13][0xaf][0xaf] 0[0xfd]7[0xd4][0xb8]p[0xd9][0xaf][0xc1][[0xb0][0xe5][0xab][0xc6]\[0xe5][0xc5][0x19][0x87][0xe8][0xc3]`[0x9d][0xcf][0x1e][0xc2]e[0x8][0xbf][0x17][0xe5](=I-[0xa8]+[w[0x10]74J[0x88])[0xc3]"8[0x8a]*e[0xed][0x19]@=F-0[0x8e]:Q[0xbe][0xf8][0x98]^[0x89][0xba][0xba]u[0x8b][0xd2]u[0xb2]}[0x8b][0xe0]O[0x1][0xe][0x8]/[0xf][0xa8][0xc6]iy[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]Cz[0x9e]r[0x8e][0xb9][0x90][0x91][0x9]L[0x16][0xf8][0xea][0x80]|[0xaa][0xa8][0xe5][0xc6]A[0xe0][0xcf]Nk[0x18][0xe1]?[[0x8c]7[0xf7][0x4]PK[0x7][0x8]68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/internal/runners/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.class[0x9d][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]1[0x10]Dg[0xf5][0xf4][0xf4][0x14][0xb4][0xb4][0xb4][0xb0]6[0x1c][0x88]? [\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16]"([0xd8][0xc7]s9s[0xc4][0x4][0x92][0x9c][0x1f]g[0xe1][0x7][0xf8]Qb[0xe][+w[0xd9][0x19][0x6][0x86][0xb7][0xaf][0xf7][0xe3][0x9] [0xc7]0E[0x9a]"#dG[[0xbb][0x82]7J3ar[0xa8]5[0xef][0xf8]vfw[0x92]Z]d[0xb0]n^[0xc9][0xbb]$[0x8c][0xd6][0xa6][0xd0][0xd6]+S[0xee]8\[0xed]%[0xc5][0x80][0xb0][0xb4][0xae][0x14]UmT[0x10][0xca][0x4]vFj[0xe1]jc[0xd8][0xf9][0xe8][0x9a][0xbd][0xf8][0x1][0x9c][0xe5][0x4][0x10][0x86][0xdb][0xa6][0xb7][0xd2][0xd2]{[0xf6][0x84]q[0xf3]FhiJ[0xb1]?W\[0x4][0xc2][0xe2][0x1f]:[0xa6][0x91][0xdd][0xc2]w[0xda]q[0x11]S[0x82]N[0xf4][0x4][0xdd][0xa8][0xfd]xY[0xec]P[0x93][0xc6][0xbd][0xf]PK[0x7][0x8][0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.class[0xad]V[O[0x13]A[0x14][0xfe][0xa6][0xb7]m[0xcb][0x16][0xca]U[0xc4][0x1b]*ji[0x95]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8][0xb6] wE[0x8b]7L[\r][0xbe]-[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K[0x96]][0xb2][0xdd][0xe5][0x12]}[0xd0]D[0xff][0x8d][0xf][0x92]H[0x88][0x92][0xf8][0x3][0xfc]Q[0xc6]3[0xd3][0xd2][0x16][0xca][0x3]iy[0xe8][0x99][0xd9]3[0xe7]|[0xe7][0x9b][0xf3][0xcd][0xec][0xf6][0xef][0xbf][0xdf][0x0][0xc]"[0x13]F[0x13][0xc6]Bd[0x1e]q[0x93][0xe2]&[0x1d][0x86][0x8c]q[0x9][0x13]a[0x4]0[0xde][0x84][0xc7][0x98][0x94]0[0x15]F[0x8][0xd3][0x12]f$[0xcc]2[0x84]U[0xd3][0xb4][0x1c][0xd5][0xd1]-[0x93][0xa1]5[0xb3][0xae]n[0xa9][0x8a][0xa1][0x9a][0xab][0xca][0x8c][0xa1][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")[0x86][0xd0][0x92][0xbe]j[0xaa][0x8e]kk[0xc][0xc3]'[0xd7][0xd3][0x89]*O[0x5]I[0x99]*OS[0x13][0x84]!mh[0xce][0x9a][0x95]/0[0xb0][0xf7]TrK5[0xf4][0xbc][0xea]X69[0xa2]E[0x0][0xd7][0xd1][\r]%[0xa3][0x17][0x9c][0x94][0x84]9[0x86][0xc8][0x1b][0xd7][0xd0][0xb2]Ga[0xc][0xf2][0x82]ij[0xb6]([0xa9]QR[0xf6]DR:c[0xd9][0xab][0xca][0xba]k[0xea][0x8e][0xa2][0x9b][0x8e]f[0x9b][0xaa][0xa1][0xd8].[0xcf])[0xd0]hh[0x5][0x85][0x3].j[0x1b]+[0x9a]][0x86][0xed];VD[0x10][\r][0xa4]u[0xc2][0x98]`[0xe8][0x88][0xd5][0xb4][0xa2]?[0xcb][0xe0][0x9b][0xb1][0xf2][0xd4][0x87][0x96][0x8c]nj/\[0x8e][0xf6]V]1[0xc8][0xd3][0x96][0xb1]r[0xaa][0x91]Um[0x9d]?[0x97][0x9c]>gM'[0xb6][0xd2][0xb4][0xab][0x1b]y[0x8d][0xb6]1Q[0x1f][0xcf]R>[0xf1][0xeb]:^fw[0xf3][0xa8][0xd4]h[\r][0xdf]3I[0xc3][0xf7][0x14][0xfe]`[0xd9][0x8b]G[0xfa]L[0xc6][0xfa][0x1b][0xe5][0x18][0xd9][0xd6][0x9d][0xb5]*[0xed][0xbe][0xc6][0xce]C[0x9d][0x86]i[0x85][0xb6]*[0x94]f[0xcf][0x83][0x11][0x83][0x85][0xa3][0xf3][0xe6][0xd7][0xc7].[0xc5][0xaf]_.[0xa7][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "}[0xa3][0xc9]$[0xc3][0xeb]:;u[0xb4][0xc9][0xfe]S[0xae][0xaf]g'Y[0xa9]2[0xc6][0xab]L5Z[0x85][0xae]pS[0x9]p0[0xc9][0x11]_[0x9d][0xf][0xef][0xea]w[0xc0]<[0x3][0x18]2[0xb5][0xb7][0xb0][0xbe]J[0x83][0xe2][0xa4]{v[0x6]I[0xac]z[0x11][0xa8][0x8d]K[0x96]k[0xe7][0xb4]y[0x9d][0xdf][0xb8][0xee]S[0xa2][0x6]8[[0x19][0x17][0xd1]#[0xa3][0x1d][0x1d]2Z[0xd1]&#[0x82]f[0xee]{[0xc2][0xd0]^[0xd9][0xe7][0x94]m[0xab][0xbb]|[0xb3][0x12][0x9e][0xca]X[0xc0]3[0x86][0xa1]z[0x88]q[0xe4][0xe7][0xc][0xe9]F[0x4][0xa0][0xb7]p[0xa5][0xcd]/W[0xd6][0xb5][0x9c][0xc3]0[0xdd][0xf8][0x15]a[0x18][0xa9][0xaf][0xd7][0xc][0xde][0x18][0x17][0xac][0xf9][0xf8][0xb9] [0xb7][0x9a][0xa7][0xfb][0xd6]Y},[0x8a]|[0xc5][0xa9]l[0xf8]dg[0xd1]K_M[0x99][0xbe][0xa7]^[0xb4]q[0xdd][0xe8][0xc][0xb6][0xd0][0x93][0x7]Q[0xfa][0x91][0x98]4o[0xe3][0xca][0x96][0xfd][0xdd][0x8][0x92]%[0xc1][0xc9]^"[0xcf]&ezh[0xec][0x89][0x1f][0xc0][0x1f]O[0xec][0xc3][0x17][0xf7][0xee][0xc3][0x1b]?D`[0xf9][0x0][0xd2]><{[0x2][0xfd]2[0xd9].[0xf8][0xc9]:[0xf0][0xc1][0xa5]/[0xf2][0x16]U[0xdb]&[0xa4][0x1d]\[0x11]k[0x2][0x5]W[0x89][0x11][0xc4][0xac][0xc8][0xe6]:[0xcd]e[0x1a][0x8b][0x9e]h[0x99][0xc7][\r][0xb2]7[0xd1]G[0xcf][0x9c][0xc5]0yx[0x8c][0x14][0xf7][0xf1][0xe2]?D[0x8]/[0x19][0x16][0xb0][0x1f][0xa9][0xf0]'Q[0xa6][0x8]%[0x95][0xcb][0xdc][0xc2][0xed][0x12][0xc4][0x1c]E[0xf2][0xd8]H[0xfc]'<[0x89]_[0x8]z[0xf0][0xae][0x6][0xe8]3u[0xeb]K[0x15][0xdf]H[0x19]([0x82];[0x88][0x9][0xf0]~[0xc4]K[0x90][0xf]h[0xdf][0xdc][0x13]:Dh[0x99][0xfa][0x13][0xae][0xc0][0x5][0xc4][0xc2][0xb7]*N[0xa1]"T4[0x88][0x4][0xee][0x96][0x0][0x14][0x1a][0xf9][0x9a][0x9f]8[0xf9]N&[U[0xc9]~[0xdc]+%[0xf][0x88][0xa4][0x93][0xc9][0xde][0xef]gJN[0xd2][0xdf][0xaa][0xda]d[0xcf]Y*[0x83][0x94][0x1c]*%[0xcf]R[0xb4][0x97]G[0xc7][0x13][0x7]`{[0xa7]f[0xf7][0x16]#[0xca][0xfd][0xb][0x10]N[0xb3]X[0xf][0x90][0x9a]#B[0x8c][0x87]"s[0x14][0x17][0x84][0xfa]^tR[0x93][0xba][0x2]A[0xd2] [0x84]k[0xa4][0xc8]}[0x1a][0x89][0xf6]PK[0x7][0x8][0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.class[0xad]U[0xd9]R[0x13]A[0x14]=[0x1d]B&&[0xc3][0xaa][0xa0][0xe2][0x16]W[0xb2] [0x3]*n[0x89][0xa8][0xa0]([0x9a][0x80][0x8a][0x85][0xa5]o[0x93][0xa4][0x8d][0x8d][0x93][0x19]k2A[0xfd][0x6][0x9f]|[0xf5][0x1b]|[0xf1][0x5]\[0xaa][0xfc][0x0]-[0xad][0xb2][0xca][0xef][0xb1][0xbc][0xdd][0x19][0x6][0x88]X[0xc6][0xe8][0xc3][0xf4]r[0xe7][0xdc]{O[0x9f][0xbe][0xdd][0xfd][0xe9][0xc7][0xfb][0x8f][0x0][0xc6]q+[0x86]8[0x8c][0x18]t[0xd9][0xc4]1[0xa6]a<[0x8a][0x13]1[0x84]q2[0x8e]S[0x98][0x88][0xe1]4[0xce][0xc4]p[0x16][0xe7]b8[0x8f][0xac][0x86][0xb][0x1a]&5\d[0x88][0xe4][0x84]-[0xbc]I[0x86][0x8e]dj[0x91]!<[0xed][0x94]9CO^[0xd8]|[0xae]^-r[0xf7][0xae]Y[0xb4][0xc8][0xd2][0x9f]wJ[0xa6][0xb5]h[0xba]B[0xce]}c[0xd8]{$j[0xc]CWx[0xc9][0xa2]?ve[0xda]2k[0xb5]B[0xbd][0xe6]M[0xf1][[0xf5][0xa2]%J[0xc][0xfa][0xac]msW[0xfd][0xe0][0x84][0xbd][0x9d]w[0xdc][0x8a][0xb1]T[0xa7][0xa4][0x86][0xb0]=[0xee][0xda][0xa6]e[0xb8]u[0x89][0xa9]Qo[0xf1][0x9a]q[0x87][0xda][0x2][0x97][0xb9][0x17]MK[0x94]M[0xcf]q[0x8f][0xfc]>C[0x96]![0xba][0xdc][0xc0][0x11][0xa3]BrC[0xfc][0xb5][0xb0]UZ[0x93]e[0xcc][0xb8]f[0x95]?u[0xdc][0xc7][0x8d][0xd8][0xd9][0xfc][0x92][0xb9]l[0x1a][0x96]iW[0xc][0x15][0xd4]7[0xd4]=a[0x19]yQ[0xf3][0xb2]R[0x8f]HU[0x81][0x19]R-[0xc7]e[0x88][0x99][0xb6][0xed]x[0xa6]'[0x1c][0x9b][0xa1][0xef][0x97]<[0x14][0x95][0xbb][0xae][0xe3][0x92][0x1a][0xbd][0xcd]9[0x19][0x6]7[0xb][0xfd][0xfc][0xc9][0x9a][0xd8]#[0xad]2[0xc8][0xa5]')[0xce]Ds[0xde]\f[0x83]e[0x9d][0xa1]q9[0x18]f[0xa5][0xdf]p[0x13][0xa5][0xdc][0x6][0xaf][0xbb][0x8f]\[0xe7][0xa9]d[0xa3][0x90][0xdb][0x16]D[0xc5]6[0xbd][0xba]K[0xe4]^[0xb4][0xac][0xbb]d[0xd7][0x16][0xb5][0x16]y[0xc9]][0x1b][0x14][0xb5][0xcd][0x5][0xb3]V[0x8c]#[0xad][0x97]G[0xea][0x1][0x83][0xf1]W[0xab]J=[0xd0]p[0x99][0x1][0xc][0xd9]d{U>[0xae][0xd8][0x87][0x9e][0x8d]1[0x9c]m7[0x2][0x95][0xdf][0x82]SwK|F[0xc8][0xaa][0xd9][0xb5][0x5]jT*[0xa7]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0x1b]=:[0x8e][0xe2][0x18][0xc3][0xd8][0x1f]s[0xf9][0xbe][0xb4][0x13]We[0xe9]2[0x1c][0xae][0xd2][0x19]L[0x14]y[0xa2][0xac][0x84][0xe6][0xe5][0x84][0xb0][0x13]f[0xe2][0x89][0x12]:Q[0x92][0xa2][0x8f][0xca][0x14]S[0x1a][0xa6]u\[0xc1]U[\r]3:[0xae][0xe1][0xba][0x86]Y[0x1d]7pSC^G[0x1]s[0x1a][0xe6][0x19][0xe6][0xff][0xf3][0xa5]@'k[0xbd]:[0xe6][0x8b]K[0xbc][0xe4]1L[0xb5][0x95]D[0xda][0x82][0x19]CW[0xd3][0xfc]t{[0xdb]DK[0xfe][0xe7][0x9b]J[0x19][0x16]<)[0x80][0xaa][0x9b][0xee][0xcd][0x7][0x84][0xae]t[0xb3]\f[0x18]H[0xe6][0x9b][0xb5]P[0xc5]=[0xdc]bz[0xba][0xc2]*[0xdc][0xdb][0xac]5[0xc3][0xf6]dj[0x8b][0x8b][0xad][0xa7][0xc9]D[0xd7]?[0xf9][0x16][0x9c][0xb2]x([0xb8][0xbc][0xf0][0xe8][0x95][0x99][0xa5][0x7]c[0x1d][0xe6][0xf2][0x87][0x16]12[0xd6]0t[0x9b][0x8b][0xe0][0xb8][0x86][0x93][0xb3][0x92][0xe9][0xa9]v4[0xc6][0x18]=[0x84]:[0x1d][0xc6].z![0xc3][0x8][0xc9]r[0xa7]Y/[0xcd][0xc][0xea][0xe9][0x9c][0xa2]3[0xbd][0x8a][0xd0][0x1b][0x1a][0x84][0xd0]GmD[0x19]?[0xa3][0x9f]Z[0xbd][0x1][0xc0]v[0xc]B[0x9e][0xe8][0x9d][0xd8]E([0xe9][0xfc][0x92]pa[0xea][0xf7][0xa4]3[0xab][0xe8]x[0x85][0x81][0xe3][0x1f][0x10][0xbe][0x9f][0x19][0xe9][0xef]\E[0xe4][0x1d][0xb4][0x10][0xee][0xc9][0x90][0x1d]*d7[0xf5][0xc0][0x17]D[0xf1][0x15]C[0xf8][0xa6]B[0xa7][0x1b][0xee]~h9[0xda]M[0xff][0x98][0x1a][0xed][0xc1]^J#G[0xfb][0xb0][0x9f]|[0xf][0xd0]8[0xa1]bHT"@[0x1d][0xc]P[0x87][0xe8][0xef]a[0xb5][0x84]#[0xf4][0xd1]i[0xf6]i[0xde]&[0xac][0xc4][0xc4]3+[0x88][0xae]`[0xdb][[0xc4]^[0x7][0xb4][0x1a]+[0xfd][0xae][0xe8][0xc]6`[0x1][0x9d][0xb8]O[0xe7]@[0xa0]B[0xdc]O[0xdd]H3[0xdc]+[0x97][0x95][0xf6][0xa5]<[0xe7][0xa7][0x91]R[0xb2][0xad][0xa5]l$[0xe8][0xc][0x12]t"[0x83][0x11][0xe5]v\[0xe1]G1@[0xfd][0x10]Q[0x8b]#[0x87][0x1d]4JR[0x8f][0xde]([0xed]\[0xe][0x97]"[0xd1][0x9f]PK[0x7][0x8][0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.class[0xad]U[0xdd]N[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xab][0x6][0xa1][0xb0]E~[0x4][I[0x84][0x80]1i%[0x11]R[0xa3]wC;)[0x8b][0xdb]]2[0xbb][0xb][0xfa][0xc][0xde]x[0xed][p[0x85]?[0x89][0xf][0xe0][0x8b][0x18]M|[0x5][0xe3][0x99]m)PIl[0xaa]73g[0xce]~[0xe7];[0xdf][0x9c]93[0xfb][0xf5][0xd7][0xa7]/[0x0]f[0xf1]0[0x8a][0x8]RQ[0xf4][0xaa]![0x8d][0x8c][0x86]l[0x4][0xd3]Q[0x84]0[0xd3][0x7][0x1d]9[\r][0xb3][0x1a][0xee]i[0x98]c[0x8][0x17][0xc][0xcb]pW[0x18][0x82][0xc9]T[0x99]![0xb4]fW[0x5][0xc3]`[0xd1][0xb0][0xc4]S[0xaf][0xbe]#[0xe4]6[0xdf]1[0xc9]3\[0xb4]+[0xdc],si[0xa8]u[0xd3][0x19]rw[\r][0x87]![0xbe]a[0x8][0xb3]Z[0xf2][0x1c]wU[0x87]B[0xdd]h[0xa1]n[0xb6]P[0xb7][0xe8]k[0xc2][0xdf][0xc1][0xed]8h[0x8b][0x13][0xcd]-.[0xd3][0x1c]hn[0x91]][0xbc][0xc5][0xd1][0x6][0xa0]%[0xa4][0x7]w1[0xe9][0x87]M[0xf9][0xf8]$[0x86][0xfd]$A[0xaa]c[0x1a]Cd[0xdd][0xa1][0x19][0xf1][0x8][0xd4][0x9f]s>[0x1c][0xf9][\r]PK[0x7][0x8][0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.class[0xad]U]O[0x13]A[0x14]=[0xd3][0x96]n)[0x5]J[0xa5][0x8][0xf8]U[\r]J[0xbf]`[[0x5][0x4][I[0xc0]HB,[0x92][0x8][0xa9][0xd1][0xb7][0xa1][0x9d][0x94][0xc5][0xed].[0x99][0xdd][0x5][0xfd][\r][0xbe][0xf8][0xec][0xbf][0xe0][0x9]?[0x12][0x80]?[0xca]xg[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0x12][0x9b][0xea][0xcb][0xde];w[0xcf]=[0xf7][0xcc][0xdd];[0xb3]?}[0xfb][0x1][0xa0][0x88][0xa7]QD[0x90][0x89]bP=[0xb2][0xc8]i[0xc8]G0[0x17]E[0x8][0xf3]C[0xd0]Q[0xd0]P[0xd4][0xf0]P[0xc3]#[0x86]p[0xd9][0xb0][0xc]w[0x95]![0x98][0xce]T[0x19]B[0xcf][0xec][0xba]`[0x18][0xad][0x18][0x96]x[0xe9]5[0xf7][0x84][0xdc][0xe5]{&E[0x12][0x15][0xbb][0xc6][0xcd]*[0x97][0x86]Z[0xb7][0x83]!w[0xdf]p[0x18][0xc6]7[0xc]a[0xd6][0xb7]<[0xc7]][0x17]k[0xbb][0xc2]q_y[0xea]ml[0xd3][0xb2][0x84]|fr[0xc7][0x11][0x84]zQ[0xb1]eC?[0xf0][0xa8][0x9c]nX[0xae][0x90][0x16]7u[0xe9])[0x8c]C[0xd6][0x14][0x8e][0xae][0xf2][0xb6][0x84][0xaa]Z[0xe5][0xa6]Q[0xe7][0xae]-g[0xae][0xe2].1D[0x8e]Z[0x8][0xaa][0xb3][0x95][0xbe][0xc0]|F[0xd8][0xa4]}[0x98][0xfa][0x86][0xe4]Mql[0xcb]w-[0xd6]R[0xe5][0x80][0x1f]q[0xdd][0xe4]VC[0xf7]u[0xb5][0x3][0x9e]k[0x98]z[0xc5]p[0xdc][0x92][0xea]A[0xb8][0xe9][0x83][0x19]2=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb][0xa3][0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI}[0x88]w[0xd7]d[0x98][0xb8][0xdc][0xdc][0xf][0x87]g[\r][0xce][0xf7][0xaa][0xa0][0x9c]]%[0x9e][0xc5][0xee][0xba][0xe5][0xdc][0x85][0xc8][0xb9]B}[0xad][0xe3][0x96]T[0xde]l[0x97][0xa4][0xf2][0x85][0xac][0xdd]}i[0x1f]+5>rp[0xc7]hX[0xdc][0xf5]$[0x89][0xfb][0xd8]s[0xdf][0x95][0xba][0xbe][0xa4][0xf5][0xa8]+S[0xd5][0xb0][0xc8][0x0][0x86]R[0xba][0xbf])+[0xfa]_>[0xf0][0xbe][0xc0][0xb0][0xdc]/[0x3][\r][0xc1][0x8e][0xed][0xc9][0x9a][0xd8]0[0xd4][0xb7][0x9b][0xbc][0x2]5[0xaf][0xf4][0xc7]0[0x84][0x98][0x86][0xa5][0x18][0x1e]c[0x99][0xa1][0xf0][0xd7]r[0xed]tj[0xc9]s5CD[0xdd][0xa4][0xf3][0x90]2[0x9a][0x87][0xa6]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb]M[0x9d][0x9d][0x8b]yE[0xbd][0xa2][0xe1]I[0xc]%[0x94][0x19]6[0xff][0xdb][0x89][0xa3][0xb1]=o[0xfd][0xf6][0xde][0x81][0xa8][0xb9][0xc][0xeb]}[0xd1][0xab]Xg[0xc5]0[0xdc][0xb5]^[0xea][0xaf][0xfb][0xc][0xb][0xfd]$2[0xc][0xf1]ZM8[0xce]Lq[0xa1]@[0x1f]?[0xdf][0xfb]][0x92]y[0xcb][0xb0][0xfd][0xcf]W[0x8f][0x1f][0xd8]q[0xa5]a5[0xfc][0x11][0x1c][0xb9]<[0xf1]t/[0xf3]z[0x9d]![0x99][0xae]t[0xf7][0x9f][0x4][0xa0]@[0xf7][0xfc] [0x8d]}[0x94][0xae][0xfd] [0x2]j[0xb0]h5L+[0x9d],[0x9d][0x8][0xc]dO[0x11]8!'[0x80][0x11]z[0x86]U[0x90][\r]c[0x94][0xfc]X[0xb][0x80]8[0xae]A[0x9d][0x9d]q$[0x9][0xa5][0x92]?[0x11].Dv:[0xf7][0x5][0xc1][0xcf]H[0xce]}G[0xe8]M.[0x9f][0x18]8E[0xf8]+[0xb4][0x0]^[0x9f][0xf8][0x5][0x15][0xe3][0x8]Y[0xb0]1h,[0x81])[0x96][0xf4][0x99][0xb3][0xad][0xec]6[0xb3][0xf2]&p[0xdd][0xaf]6[0x8d]ILQ[0x15][0xe5]M[0xe3][0x6][0xe5][0xde]$?[0xa5]8|[0xd4][0xad][0xe][0xea]v[0x7]u[0x87][0xde][0xa6][0xfc][0x1d][0xdc][0x8d][0x83][0xb6]8[0xd3][0xde][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd9]@{[0x8b][0xec][0xea]-N[0xb4][0x0][0x1d]![0x3][0xb8][0x8f][0x7]~[0xda][0xac][0x8f]O#[0xe1][0x17][0x9]R[0x1f][0xb3][0x18]#[0xef][0x1e]Y[0xc4]#P[0xff][0xcd][0x85]p[0xe4]7PK[0x7][0x8]M[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.class[0xb5]V[0xdb]r[0x1b]E[0x10]=[0xa3][0xcb][0xae],[0xcb][0x89]c[0xc7]![0xe1][0xba][0x10][0x7]K[0x96][0xe3][0xb5]bG$[0x92]0[0x91]M[0x1c][0x12]$[0x9b][0x8a]S[0xa6][0x2]OciJ[0x1e][0xb3][0xda][0xa5]fW1|[0x3]_[0x90]|[0x0][0x81]7[0x2]EL[0xa0][0x8a]G[0x1e][0xf8]([0xa0]gW[0x96][0x14];UQ[0x89][0xca][0xcb]\zNO[0x9f][0xee][0x9e][0xee][0xdd][0xbf][0xff][0xf9][0xfd]O[0x0][0x5]|[0x96]F[0x6]W[0xd2][0x98][0xd0][0xc3]2VL\M[0xa3][0x88][0xf][0xf4]p-[0x85][0xeb])[0x94]L[0x94][0xd3][0x18]Ce[0x1c][0x1f]b[0xd5][0xc4]G&n[0x98][0xa8]2[0x18][0x15][0xe9][0xca]`[0x95]![0x9e][0xcd][0xed]0$[0xd6][0xbd][0xa6]`8][0x93][0xae][0xd8][0xec][0xb4]w[0x85][0xba][0xc7]w[0x1d][0x92]L[0xd5][0xbc][0x6]wv[0xb8][0x92]z[0xdf][0x15]&[0x82]=[0xe9]3[0xcc][0xd6][0x85]F[0xd6];~[0xb0]&6=w;[0xe0][0x81]ll[0xa9][0xaa][0xe3]{[0xeb][0xe][0xf7][0xfd][0xbb][0x1d][0x8d][0xce][0xdc]v][0xa1]B[0x81] [0xad]/k[0x9e]j[0xd9][0xfb][0x1d]2oK7[0x10][0xca][0xe5][0x8e][0xad]:[0x1a][0xe3][0xd3][0xec][0x8][0xdf][0xd6]z[0xd1][0xdd];[0xdc][0x91]M[0x1e]xj([e[0x86][0xd4][0x83]H[0x83][0xec][0xd6][0xb3][0x3][0x96][0x8e][0xc][0xb4][0xc9]O[0xc7][0xde]P[0xbc]-[0xe]<[0xf5]Utk[0xb9][0xb6][0xcf][0x1f]p[0xdb][0xe1]n[0xcb][0xe]/[0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":[0x81]t[0xec][0x9a][0xf4][0x83][0xb2][0x8e][0x91][0xd9][0x16][0xbe][0xcf][aP[0xfa][0xf8][0xed]@I[0xb7]E[0x96][0x8d]vx[0x17]Cnh[0xb3][0xc]i[0xee][0xba][0x9e]v[0xc5]s[0x19][0xce][0x9c][0xa0]A[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xd9]][0x8f][0xe5][0xd4][0x9f][0xf][0xbc][0xce]2,t[0xcb]@M[0xb0][0xe9][0xf8][0xa2]b[0xac][0x9a][0xf2][0xdf][0x8d][0x9d][0x81][0x9a][0x91][0xfa]c[0xe8]CL[0xc3][0xdd][0x18][0x16][0xb0][0xc8][0x90][0xfd]k[0xb8][0xa6];[0x95][0xe4][0x91][0xec]![0x1a][0xcd]:[\r]C[0xa2]l$v[0xd5]8[0xcc]H[0xc6]{[0x1a][0xf2]1[0x14]p_[0x3]M[0xf2][0xe3][0xff]4i[0xd4][0xae][0xc7]%[0xdf]([0xef][0x18][0x15][0x8f]a[0xb9]+rik[0xdd][0x18][0xfa][0xdb][0xee][0xf3][0xdd]U[0x9d][0x9a][0xb7][0xc3]&[0xa4]7[0xc3]t[0x8f][0xb2][0xa2][0x97][0xee]%[0xc3][0xc6]?[0xbf][0x1c][0xca][0xb0][0xe9][0x9][0xd3][0xae][0xa9][0xe][0x1a][0xf8][0xb3]a)[0x10][0xaf]V[0x19]F[0x92][0xc5][0xf6]2[0xe6][0xa5][0x80][0xd9]n[0x92]F[0x96]^[0xf6]^j[0xf6](=[0xf4]A[0x4]d;[0xd1][0xad][0x9f]n:[0xed]4[0x7][0xe8]I[0x1f]"p@[0x87][0x0][0x6]h[\r]+[0xe3]7[0xc][0xd2][0x1a]k[0x0][0x10][0xc7]9[0xc8][0x89]9[0x8f][0x11]BI[0xe7]w[0x84][0xb][0xd1]>[0x9e][0xf9][0x80][0xe0]{[0x8c]LF[0xe8]Efj[0xb8][0xe7][0x10][0xe1][0x8f][0xd0][0x2]x~[0xa0][0x2]J[0xc6][0x1][0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x1b][0xde]Mfy[0x1a][0xc5][0x5][0x15]m[0x1c]c[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]8.[0x91][0xef]e:'[0x14][0x87]D]i[0xa1][0xae][0xb6]P[0xd7][0xe8]kBep=[0xe]Jq[0xa2][0x99][0xe2]"[0xed][0x81]f[0x8a][0xec][0xec][0x14]G[0x1b][0x80][0x96][0x90][0x1e][0xdc][0xc4]-[0xe5]6[0xa9][0xf0]I[0xc][0xab] A[0xaa]c[0xe]Ct[0xba]A;[0xe2][0x11][0xaa]h[0xe]s[0xe1][0xc8]oPK[0x7][0x8][0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0x0][0x0][0x0]org/junit/interna" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l/runners/rules/RuleMemberValidator$MemberMustBeStatic.class[0xad]T]O[0x13]Q[0x10]=[0xb7]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xfc][0xaa][0x6][0xa5][0x1f][0xc0][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]n[0xd5][0x8][0x11]CR$[0xb1][0xa4]F[0xdf]n[0xdb]MY[0xdc][0xee][0x9a][0xbb][[0xd0][0xdf][0xe0][0x8b][0xcf][0xfe][0xb]^$j[0xa2][0xd1][0xc4][0x17][0x94]q[0xee]m)PHl[0xaa]/[0xf7]c[0xf6][0xcc][0x99]3[0xb3]3[0xf7][0xd7][0xef][0xcf]_[0x1][0xe4][0xf0]0[0x8a][0x8]RQ[0xf4][0xcb]%[0x8d][0x8c][0x86][0x99][0x8]f[0xa3][0x8]an[0x0]:[0xb2][0x1a]nk[0xb8][0xa3]a[0x9e]![0x9c][0xb7][0x1c][0xcb][0xc0][0x10]L[0xa6]J[0xc][0xa1]U[0xb7]j2[0xc][0x17],[0xc7]|[0xda][0xa8][0x97]M[0xb1][0xc5][0xcb]6YF[0xb]n[0x85][0xdb]%.,yo[0x19]C[0xfe][0xb6][0xe5][0xd1][0xb7][\r]S"7[0x1a][0x9e][0xbf]b[0x16]}[0xee][[0x15][0x86][0xd8][0xba][0xe3][0x98]b[0xd5][0xe6][0x9e]g[0x12]f[0xbd][0xe0][0x8a][0x9a][0xbe][0xd3][0xa0]`[0xba][0xe5][0xf8][0xa6]p[0xb8][0xad][0x8b][0x86][0xc4]x[0xb4][0xdb][0xa6][0xa7]?[0xa3][0xb5][0xc9]T[0xe2][0xb6]U[0xe5][0xbe]+[0xa6]N3[0x1b][0xc][0x91][0xdd][0xe6]wR[0xb0][0x91]<[0xc6]{HW[0xa7][0x1c]l}M[0xf0][0xba][0xb9][0xe7][0x8a]WM[0xe][0xa3][0xb0][0xc3]w[0xb9]ns[0xa7][0xa6]+U-C[0xc3][0xb7]l[0xbd]`y[0xbe]![0xf3][0xf][0xd7][0x15][0x98]![0xd5]5/C[0x94];[0x8e]+[0xc5][0xb9][0xe][0xc3][0xc8][0xa9]8[0xc4]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]B[0xbc]3&[0xc3][0xf8][0xc9][0xc2][0xbe]}}X[0xdc][0x99]n[0x15][0xe4][0xd3][0xf][0x88]g[0xa1]3n>s[0xcc]r[0xa4]P[0xd4]>[0x1a][0xd2]o[0xba]CR[0xfe][0x98][0xd7][0xd6][0xb6]p[0xf7][0xa4][0x1a][0x85][0xec]/Z5[0x87][0xfb][\r]A[0xe2][0xde]u]w[0xa9][0xae]'i][0xea]J[0x95]4,2[0x80][0xc1]H[0xf6][0xd6]c9[0xf5][0xe7][0x3]o[0xb2][0xc]K[0xbd]2P[0x13][0x14][0xdd][0x86][0xa8][0x98]k[0x96][0xfc]w[0x13]g[0xa0][0xe6][0xa4][0xfe][0x18][0x6][0x10][0xd3]p7[0x86]%,3d[0xff][0x1a][0xae][0xe5]N%y,{[0x88]F[0xb3]N[0xc3][0x90]([0x9b][0x9]O[0x8d][0xc3][0x9c]d[0xbc][0xa7][0xc1][0x88]![0x8f][0xfb][0x1a]h[0x92][0x9f][0xfc][0xa7]I[0xa3]v=*[0xf9]fy[0xc7][0xac][0xf8][0xc]+=[0x91]K[[0xfb][0xc6]0[0xd8]q_[0xec][0xad][0xea][0xd4][0xbc]]6![0xbd][0x19][0x96]w[0x98][0x15][0xbd]t/[0x19]6[0xff][0xf9][0xe5]P[0x86][0xa2]/,[0xa7][0xa6]:h[0xe8]d[0xc3]R ^[0xad]2[0x8c]%[0xb][0x9d]e4[0xa4][0x80][0xf9]^[0x92]F[0x96]^[0xf6]~j[0xf6](=[0xf4]A[0x4]d;[0xd1]m[0x90]n:[0xed]4[0x7][0xe8]K[0x1f] [0xb0]O[0x87][0x0][0x86]h[\r]+[0xe3]7[0xc][0xd3][0x1a]k[0x2][0x10][0xc7]9[0xc8][0x89]9[0x8f]1BI[0xe7][0xf7][0x84][0xb][0xd1]>[0x99][0xf9][0x88][0xe0][0x7][0x8c][0xcd]~A[0xe8]Eff[0xb4][0xef][0x0][0xe1]O[0xd0][0x2]x[0xbe][0xaf][0x2]J[0xc6]![0xda][0x81][0xef][0xd0][0xf0][0x3][0x17][0xf1]S1[0xa7][0x9b][0xde]-fy[0x1a][0xc7][0x5][0x15]m[0x12][0x13][0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xd3]$.[0x91][0xef]e:'[0x14][0x87]D]i[0xa3][0xae][0xb6]Q[0xd7][0xe8]kBep=[0xe]Jq[0xaa][0x95][0xe2]2[0xed][0x81]V[0x8a][0xec][0xec][0x14][0xc7][0x9b][0x80][0xb6][0x90]>[0xdc][0xc4]-[0xe5]6[0xad][0xf0]I[0x8c][0xaa] A[0xaa]c[0xe]#t[0xba]A;[0xe2][0x11][0xaa]h[0xe][0xb][0xe1][0xc8][0x1f]PK[0x7][0x8][0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.class[0xad]U[O[0x13]A[0x14][0xfe][0xa6]-[0xdd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14]D[0xbc][0xad][0x6][0xa5]7[0xd8]"[0x17][0xc1]V[0x12]![0x12]MZI[0x84][0xd4][0xe8][0xdb][0xd0][0x8e]eq[0xbb]Kf[0xb7][0xa0][0xbf][0xc1][0x17][0x9f][0xfd][0x17]<[0xe1]%[0xf1][0x7][0xf8]{[0x8c]&>[0x18][0xcf]lK[0x81]BbS}[0x99]9s[0xf6];[0xe7]|[0xe7][0xcc]9[0xb3][0xdf]~[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "`[0x6][0xf][0xa2][0x88] [0x19]E[0xaf]ZRHk[0xc8]D0[0x15]E[0x8][0xd3]}0[0x90][0xd5]0[0xa3][0xe1][0xae][0x86]Y[0x86]p[0xde][0xb4]Mo[0x99]![0x98]H[0x96][0x18]B[0xab]NE0[0xc][0x16]L[<[0xad][0xd7][0xb6][0x84][0xdc][0xe4][[0x16]i[0x86][0xb]N[0x99][%.Mun*C[0xde][0xb6][0xe9]2[0xc][0x15][0x85][0xb7][0xed]T[0x8a]u[0xd7][[0x11][0xf][0x9f][0xd5][0xd5][0xa7][0xd8][0x13][0xdb][0x16]r[0xd5][0xe2][0xae]+[0x8][0xf2][0xb8][0xe0][0xc8][0xaa][0xb1]S[0xa7]X[0x86]i{B[0xda][0xdc]2d]a\[0xda]-[0xe1][0x1a][0xca][0xae](T[0xc8][0x12][0xb7][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf7][0x1c]9q[0xc6]q[0x8e]![0xb2][0xd7][0xf8]LA[0x8a][0x89][0x13]n[0x8f][0xbc][0xd5]([0x3][0xcb]X[0x93][0xbc]&[0xf6][0x1d][0xf9][0xba][0xe1]2W[0xd8][0xe1]{[0xdc][0xb0][0xb8]]5|RME[0xdd]3-[0xa3]`[0xba]^Ne[0x1f][0xae][0xf9]`[0x86]d[0xc7]~[0x19][0xa2][0xdc][0xb6][0x1d][0x8f]{[0xa6]cS)[0xce][0xc4]![0xaf]BJGR[0x11][0xe2][0xed]1[0x19]FO[0x97][0xf5][0xed][0xee]Qi3[0x9d]2[0xc8][0xa7][0x96][0xc9][0xcf]|{[0xdc]|[0xfa][0x84][0xe6][0x98][0xa1][0xf1][0xb0]%[0xe6][0x94][0xdd]d[0x1b][0xa5][0xfc][0x9][0xab][0xcd]m[0xe9][0xec]+6>[0xb2]w[0xc3][0xac][0xda][0xdc][0xab]K"[0xf7][0xae][0xe3][0xba]+v]Q[0xeb][0x90]W[0xb2][0xa4]a[0x9e][0x1][0xc][0xb9]Dw-6[0xe3][0xdf]|[0xe0]M[0x96]a[0xb1][[0xf][0xd4][0x4][0x1b]N][0x96][0xc5][0x9a][0xa9][0xee]n[0xec][0x1c][0xd4][0xb4][0xe2][0x1f]C[0x1f]b[0x1a][0x16]b[0xb8][0x87]E[0x86][0xec]_[0xc3]5[0xcd][0xa9]$[0x8f]T[0xf][0x11][0xc5][0x1a][0xcd][0x82].[0x5][0xdd][0x83][0xad]s[7k[0xbb][0x96][0xa8][0x9][0xbb]Q7[0xdd]y[0xa5]7FF1[0xd0][0x1d][0xa9]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7]S[0xf2][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0xa4][0xe1]~[0xc]9[0xe4][0x19][0xd6][0xfe][0xcf]8RO[0x1f][0xdf][0xcb][0xfa][0xd6][0x8e]({[0xc]+][0xf9]V[0xba][0xd6][0x89][0xa1][0xbf][0xed][0xbc][0xd0][0xdd][0xd5]0[0xcc]uc[0xc8][0xd0][0xc7][0xcb]e[0xe1][0xba][0x13]3[0xb3]Y[0xea][0x8c]L[0xe7][0xf]M[0xf2]%[0xc3][0xfa]?[0xbf]K[0xbe]b[0xc3][0x93][0xa6]][0xf5][0xfb]s[0xe0][0xf4]8[0xd0]s[0xcd]+[0x15][0x86][0x91]D[0xa1][0xbd][0xfe]D[0x0]Yz[0xfe]{i&[0xa2][0xf4]7[0x8]"[0xa0][0xba][0x8e]N[0xfd]t2h[0xa7]qAO[0xea][0x10][0x81][0x3][0x12][0x2][0x18][0xa0]5[0xec]+[0xbf]c[0x90][0xd6]X[0x3][0x80]8.@[\r][0xd6]E[0x8c][0x10]J[0x19][0xbf]'\[0x88][0xf6][0xf1][0xf4]G[0x4]?`d[0xea][0xb]B/[0xd2][0x99][0xe1][0x9e]C[0x84]?A[0xb][0xe0][0xf9][0x81][0x1f]Py[0x1c][0xa0][0x1d][0xf8][0x1][\r]?q[0x19][0xbf]|[0xcf][0xa9][0x86]u[0xd3][0xb3][0x92]Fq[0xc9][0x8f]6[0x8e]1B[0x5]|i[0x1c]W[0xc8][0xf6]*[0xc9][0xba][0xef]C[0xa1][0xae][0xb5]P[0xd7][[0xa8][0x1b][0xf4]U[0xf7]3[0xb8][0x19][0x7][0xa5]8[0xd1]Lq[0x89][0xf6]@3Ev~[0x8a][0xa3][\r]@[0x8b]H[0xf]n[0xe3][0x8e]o6[0xe9][0xe3][0x13][0x18][0xf6][0x83][0x4][0xa9][0x8e])[0xc][0x91]t[0x8b]v[0xc4]#P[0xbf][0xd3][0xb9]p[0xe4][0xf]PK[0x7][0x8][0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeATestRule.class[0xad]UmO[0x13]A[0x10]~[0xb6]-[0xbd]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x14][0x14][0x4]|[0xab][0xa6]J[0xdf][0xe0]Z[0x5][0x4][I[0x80]H[0xa2]i%[0x11]R[0xa3][0xdf][0x96]v-[0x87][0xd7];[0xb2]w[0x7][0xfa][0x1b][0xfc][0xe2]g[0xff][0x5][0x9f][0xf0]%[0xf1][0x7][0xf8][0xa3][0x8c][0xb3][0xd7]R[0xa0][0x92][0xd8]T[0xbf][0xdc][0xcc][0xce]=[0xf3][0xcc][0xec][0xec][0xcc][0xee][0xcf]_[0xdf]~[0x0]([0xe0]I[0x14][0x11][0xa4][0xa3][0x18]T[0x9f][0xc][0xb2][0x1a]r[0x11][0xcc]E[0x11][0xc2][0xfc][0x10]t[0xe4]5[0x14]4<[0xd0][0xf0][0x90]!\2,[0xc3]]e[0x8][0xa6][0xd2]U[0x86][0xd0][0x86]][0x17][0xc][0xa3]e[0xc3][0x12]/[0xbc][0xe6][0xae][0x90];|[0xd7]$[0xcb]x[0xd9][0xae]q[0xb3][0xca][0xa5][0xa1][0xd6]mc[0xc8][0xdd]3[0x1c][0x86][0x89][0x8a]p[0xf7][0xec]z[0xc5]s[0xdc]u[0xb1][0xb6]#[0x1c][0xf7][0xa5][0xa7]~[0xc7][0x9e]Y[0x96][0x90][0x1b]&w[0x1c]A[0xb0]r[0xd9][0x96][\r]}[0xdf][0xa3]x[0xba]a[0xb9]BZ[0xdc][0xd4][0xa5][0xa7]0[0xe]IS8[0xba][0xf2][0xab][0x8][0x15][0xb6][0xca]M[0xa3][0xce]][&/%/2D[0xe][[0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TI[0x9d][0xa3]>el[0xd2]NL}S[0xf2][0xa6]8[0xb2][0xe5][0xbb][0x16]m[0xb1][0xbc][0xcf][0xf][0xb9]nr[0xab][0xa1][0xfb][0x89][0xb5][\r][0x9e]k[0x98]z[0xd9]p[0xdc][0xa2][0xaa]B[0xb8][0xe9][0x83][0x19][0xd2]=[0xf3]2D[0xb9]e[0xd9].w[\r][0xdb]b[0x18][0xfb]#[0xe][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ")mI[0x85][0x88]w[0xc7]d[0x98][0xbc]X[0xde][0xf][0x7][0xa7]%[0xce][0xf5][0x9a]A)[0xb3]J<[0x8b][0xdd]qK[0xd9]s[0x96][0xb3][0xc][0xf5][0xb5][0x8e]ZT~[0xb3]])[0x95][0xce]y[0xed][0xec]I[0xfb]He[0xe3]#[0x7][0xb7][0x8d][0x86][0xc5]]ORr[0x1f]{[0xae][0xbb][0xca][0xae][0xaf][0xd4]z[0xcc]+][0xd5][0xb0][0xc8][0x0][0x86]b[0xaa][0xbf]6+[0xf8]'[0x1f]x[0x9f]gX[0xee][0x97][0x81][0x9a]`[0xdb][0xf6]dMl[0x1a][0xea][0xec][0xa6].A[0xcd][0xab][0xfc]c[0x18]BL[0xc3]R[0xc][0x8f][0xb0][0xcc][0x90][0xff]k[0xb8][0xb6];[0x95][0xe4][0xa9][0xea]![0x86]L[0x93][0xe6]!![0x5][0x9d][0x83][0x95][0xe0]V[0xc2]h[0x1e][0x98][0xa2])[0xac]V[0xdd][0x12][0xf6][0xdb][0xc4][0xe9][0xa4][0xcc][0xab]`+[0x1a][0x1e][0xc7]PD[0x89][0xe1][0xf9][0xff][0x1b]B[0xea][0xe4][0xb3][0xd3][0xd8][0xda][0xdd][0x17]5[0x97]a[0xbd]/~e[0xeb][0xac][0x18][0x86][0xbb][0xd6]K[0xfd][0x1d][0x8][0xc3]B?[0x8e][0xc]C[0xbc]V[0x13][0x8e][0x93],,[0xe4][0xa9][0x1f]r[0xbd]_/[0xe9]7[0xc][[0xff]|[0x1b][0xf9][0x86]mW[0x1a]V[0xc3][0xef][0xca][0x91][0x8b]C@[0x97]5[0xaf][0xd7][0xe9][0xde]M[0x95][0xbb][0xeb]O[0x9] O[0x97][0xff] MB[0x94][0xde][0x82] [0x2][0xaa][0xd7]h5L+[0x9d]$[\r][0x9][0x6]2'[0x8][0x1c][0x93][0x12][0xc0][0x8]}[0xc3][0xf0]'[0x7][0xa3][0xa4][0xc7]Z[0x0][0xc4]q[0x5][0xca]x[0x15][0x13][0x84]R[0xce][0x9f][0x8][0x17]"9[0x93][0xfd][0x82][0xe0]gL[0xcc]}G[0xe8]u67>p[0x82][0xf0]Wh[0x1][0xbc]:[0xf6][0x3]*[0xc6][0x11][0x92]`Ah,[0x84]i[0xa6][0xf9][0xcc][0x99][0x96]w[0x9b]Yi[0x93][0xb8][0xe6]G[0x9b][0xc1][0x14][0xa6])[0x8a][0xd2]fp[0x9d]|o[0x90][0x9e]P[0x1c]>[0xea]f[0x7]u[0xab][0x83][0xba]M[0x13][0xfe][0xe][0xee][0xc4]A[L[0xb6][0xb7][0xb8]B2[0xd0][0xde]"[0xbb]|[0x8b][0x93]-@'[0x91][0x1][0xdc][0xc3]}[0xdf]m[0xd6][0xc7][0xa7]0[0xee][0x7][0x9]R[0x1d]3[0x18]#[0xed].I[0xc4]#P[0x8f][0xe9]B8[0xf2][0x1b]PK[0x7][0x8][0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.class[0x9d]Q[0xdd]J[0xc3]0[0x18][0xfd]2g[[0xeb][0xa6]^[0xfa][0x0]^[0xf8][0x3][0x6][0xc1][0xbb][0x96][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x3][0xa1]Cp[0xb2][0xfb][0xaf][0xdb]GMM[0x13]H[0xd2][0xed]!|#/|[0x0][0x1f]JL7[0xe9][0xc6][0xf4]B[0xc][0x84]|[0xe7]$[0xe7]|'[0xc9][0xc7][0xe7][0xdb];[0x0]\[0xc1]a[0x8]q[0x8]}[0x6][0xd1][0x1c][0xa5][0x98][0xa1]#[0x6][0xa3][0xd3]L[0x9b][0x82][0x97][0xb5][0x12][0x8e][0x9b]Z)2[0x96]WzF[0x92][0xf][\r]V[0xb4][0xd0][0xe6]eDUN&[0xc9]J[0x9c]#[0x97][0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~'[0xd1][0xda]o[0xa2]vB[0xf2]LX[0x97][0x9c]M[0x18][0xec][0x8d]E[0xa1][0xd0][0xd5][0xc6]{[0xbf][0xfe][0xd9];=[0x1f][0xfc][0xb0]O/6[0x18]TJ;tB+~[0xd3][0x96][0xc9]`;B[0xba]!yz6z[0x81][0xb9]$[0xac]I[0x16][0x8f]um[0xa6]4[0x14][0xd2]G;~[0xac]%[0xad]zOVo[0xa1][0xcd]e[0xa3][\r][0xe1][0x80][0xc1][0xed]:[0xb6]P[0x8e][0x8c]B[0xd9][0xe6]7^h[0xf9]/[0xf2][0x93][0x86]k[0x11][0x83][0xfe][0x16][0xee][0xdd]7[0x6][0xcb][0xab][0x91]ep[0xb4]N[0xfa][0x90][0x97]4u[0xc][0xae][0xff][0xd3]6[0x0]`[0xd0][0x81]f[0xb0].[0x83][0x1d][0xe8]z[0xbc][0xeb]Q[0x7][0x2]?[0xc3]e[0x15]A[0xcf][0xaf][0xb1][0xdf][0xf1]?[0x4][0xfb]A[0xf4][0x5]PK[0x7][0x8][0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/internal/runners/rules/RuleMemberValidator.class[0xad]X[0xf9]C[0x14][0xf7][0x15][0xff][0xc],[0xc][0xce][0x8e]H[0x0][0xad]x[0x15][0x95]$[0xec][0xa2].[0xa8][0xd0]([0x14][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0xc9][0x2][0x6][0x8][0xad][0xe6][0xb0][0xc3]2[0x81]1[0xc3]n23[0xeb][0xd1][0xa6]G[0xd2][0xf4][0xb2][0x89][0xb9][0xf]s[0x9a][0x93][0xa4][0xb5][0xad][0xd6][0x88][0x18]r[0xf5]H[0x8f][0xf4][0xce]?[0xd0][0x1f][0xfa]S[0xff][0x89][0xa6][0xef]}gvw[0xd8]]Z[0xdc][0xcd][0xf][0xcc]{[0xf3][0xbe][0xdf][0xf7]y[0xe7][0xf7];o[0xf9][0xe4]?[0xef]~[0x0][0xa0][\r][0x9f]*h[0xc7][0xb7][0xf9][0xf1][0x1d]~[0xdc][0xaf][0xa0][0x3][0xf]([0xa8][0xc7]w[0x97][0xd1][0xeb][0x83][0xcc]}[0x8f][0xb9][0xef]3[0xf7][0x3][0xe6]~[0xa8][0xe0]G8[0xc5][0x8f][0x1f][0x7][0xf1][0x10][0x1e][0xe][0xe2]4[0x1e][0xe1][0xc7][0xa3]2[0x1e]c[0x8c][0xc7]e<[0x11]D-[0x9e][0x94][0xf1][0x94][0x8c][0xa7]Y[0xf1][0x19][0x19][0xcf][0xca]8[0xa3][0xa0][0x6][0xcf])x[0x1e]/[0xc8]x[0x91][0xb7][0xbe]$[0xe3]e[0x5][0xeb]q[0x96]7[0xbd]"[0xe3]U[0x5][0x8d]8+[0xe3]5[0x5][0x9b][0x98][0xbe][0xae][0xa0][0xc9]]|[0x83]M[0xbf][0xc9]:32[0xde]R[0x10][0xe2][0xe5][0xb7][0x15][0xb4][0xe0],[0xaf][0xfc][0x84][0xf7][0xfc]T[0xc6]9[0x5][0x11]W[0xf2]3[0x19]?W[0xb0][0xdd]}[0xf9][0x85][0x8c][0xf3]2.[0xc8][0xf8][0xa5][0x4]HP[0xfb][0x13][0x9][0xdd][0xda]gj[0xb6][0xad][0xdb][0x12][0xea][0xfb][0xc][0xdd][0x9c][0x18]H[0xd9][0xce]^=:[0xaa][0xdb][0xce]p[0xca][0xd4]%[0xac][0x1c][0xd0][0x9d][0xa9]d[0xbe][0xfc][0x9a][0x5]rWV[0xe3][0x87]pE[0xb5][0x3][0xfa][0xf4][0xb8]n[0xb9][0xb2][0x83][0xa9]q[0xd3][0x88]KX[0xd3][0xa3][0xc7]M[0xcd]2[0x12][0x93][0xc2][0xfa][0xc2][0xc5][0x5][0x1a]#[0x8e][0xe6][0xb0][0xb0][0xc9]/[0x1c]L&\[0xf9][0x90][0x15]5[0xed][0xa4][0xc0]p[0xad]-g2[0xa6][0x99][0xc6][0x84][0xe6]$-[0x9][0xf2][0xde][0x94]aN[0xe8][0xc4][0xd5][0xef][0x8b]EGF[0x8e][0xc][0xdf][0x1a][0xeb]=2[0x16][0x8d][0xf5][0xf7]DG[0x87][0x86]%t[0xc4][0x92][0xd6]d[0xe4]h*a8[0x11]#[0xe1][0xe8]VB3#V[0x8a][0x13]c[0x13]5u;[0xc2][0x90][0xae][0xf5][0xc]p[0xa7][0x84][0xea]\[0xa4][0xb5]>[0x3][0x3][0xbd][0xa3][0x7][0x86]z[0xfc][0xab]+[0x17][0x91]+Z"[0x91][0xe4]X[0x92][0x9]Ji[0xec][0xa8]vL[0x8b][0x98]Zb2"[0x82]";[0xcb]F[0x8c][0xc9][0x84][0xe6][0xa4],[0x8a][0xae]=w[0xbd][0xab][0xc5]'[0xc9]"E[0xa2][0x19][0xb6][0xb3][0x9b]0[0xe4]iQ*[0xaa][0xb1]tXB[0xdd][0xb1]t[0x18]#[0x8e][0xa5]9[0xfa][0xa4][0xc1][0xd5][0xaf]q[0x91]R[0x8e]aFb[0x86][0xed][0x90][0xda]X[0x8e][0xa8][0xab][0xa8]\5-([0x89][0xf0][0xa7][0xb2][0xcb] [0x8c]n[0x9][0xd1][0xe6][0xe2] [0xbd][0xaa]v[0x86][0xc6]$[0x4][0xf6]%'(7+bFB[0x1f]L[0xf1][0xbe]Qm\t^,[0x19][0xd7][0xcc]1j3~[0xf7][0x84][0x1]g[0xca][0xa0]h[0xe5][0xf1]t_t[0x97][0xe6][0x81][0x84]*/[0x9d][0x4][0xde][0xe1][0xf]'[0x8d]1M[0xee][0x99][0x11]>7nIs[0xf3],b[0xd0][0xb5][0xf8][0x94][0x84][0xd0][0xa2][0xea]}[0x96]6[0xad][0x1f]OZw[0xbb]~[0x90][0xd9]2[0xa3][0x89][0x9a][0xda][0x7][0xd6]O[0xbe]{[0xbd]Y[0xe9]h[0xd6][0xa4][0xee]H[0xd8][0xbc][0x4]h[0xbb]nYI[0xcb][0x16]}[0xc2][0xe8][0xc4][0xad]Z[0x98][0xbb][0x93][0xf7][0xa4][0xf3][0xb7]e[0xa9].v[0x85][0xb9][0xd2][0xd7][0xe7][0xb5]P[0xb6]_G[0xa7][0xac][0xe4]qF[0x15]=[0xb1]'wg[0xcb][0xd5]Xb[0x84][0x81]"[0xb2][0xbf][0x98]?\[0x94][0xea]ta]3[0x12][0xba][0x16]7[0x90][[0x9f]BE[0xae][0xb2][0xdd][0xe3]vRB[0xcf][0xe7]q[0x92][0xa8]p[0xd3][0x9e]gcK[0xf6][0x8c][0x93]u[0x15]9h[0x88][0xa7][0xef][0xd6][0x8c][0xdd][0xcc][0x8d]zcs[0xa8][0xd4][0xb3][0xb3][0xda][0xf1]>'[0xf9][0xe8][0x8a]![0xcc]r[0xeb]Q[0xd7]-=[0xf3]![0xba][0xe1]"W[0x95][0xe][0xd6] k[0xd9]/[0x9b]j[0xd8][0xee][0xb7][0xcd]}[\r]j[0xf1][0xb8]n[0xdb]Mm[0xdb][[[0xe9][0xdc][0x9d]h[0xf5][0x89]v[0xb4][0xfa][0xdf]v[0xf2][UW[0xdc][0xf4][0xae][0xb7][0xf2]f[0xce][0xa1]2[0x92]LYq[0xbd][0xcf]`[0xb0][0xd5][0x5][0x12][0xb2][0x8d][0xf3][0xaf]"[0x5][[0x85][0xc5][0x8f]c[0xfc][0x18][0xc6]}*.[0xe2][0x1d][0x15][0xfd][0xb8]I[0xc5]%[0xcc][0xaa][0x18][0xc0][0xa0][0x8a][0xcb][0x98]S1[0x84][0x83]2[0xae][0xa8]x[0x17][0xf3]*[0xde][0xc3][0xbc][0x8c][0xf7]U|[0x80][0xf]e|[0xa4][0xe2]W[0xf8][0xb5][0x8a][0xdf][0xe0][0xb7]t[0xfe][0x96][0x98][0x7][0x15][0x6][0x8e]J[0xd8][z[[0xaa]8[0x8c][0x8f][0xe9][0xac][0x94][0xd2][0x19][0xf4][0x8d][0xca][0xaa]g[0xbe][0xee][0x9c][0x92][0xdf][0xd1][0xb1][0xcc].[0xb9][0xf5]Y[0xed][0x8f][0x91][0x91][0xd3][0x95]T[0xf1]{[0xfc]A[0xc6][0x1f]U|[0x82]?[0xd1][0xd0][0x91][0xbb]/[d[0x15]I[0xdc]#a[0xa8]([0xa7][0x17][0x9f]e[0xd8][0xe3]?[0xab][0xf8][0xb][0xfe]*aQ[0xd8][0x85]F[0xa1][0xd2][0x91][0xd2][0x93]VQH[0x85][0xc6]D[0x15][0xc3][0xdf]U[0xf4][0xa0]W[0xc5][0xbd][0x9c][0xca]C%;[0xb9][0xf8][0x90][0xd7][[0xb2][0xdb][0xae][0xcb]}[0xec][0xed]?[0xd8][0xdb][0x9b][0x8a][0xf4][0xb6][0xc0]`[0xac]b?z%[0xf4][0x95][0x8e][0xe8][0xa2][0x1d]`[0xb4][0x9d][0xc5][0xa0][0xd1]L[0x97][0xbd][0xd8][0x87][0xc6][0x8f][0xea]q[0x9a][0x8]:[0x8a][0xf2][0xab][0x8d][0x7]U[0xf7][0x92][0xbb][0x81]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xb8][J[0x9d][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc][0xba]i[0x3][0xbb][0xd8]@[0xc9][0x83][0xe1]a[0xdf][0xb5][0xdc][0xca][0x88][0x7]?[0x1f][0x97][0xfd][0xf3][0xf1][0xc6][0xff];n[0xd0]EFs[0x98]7[0x8d][0xeb][0x13][0x3][0xe9]1|ss^[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0xd7][0xfa]uE[0xfb][0x92]j[0xf5][0xc2]m[0xf4][0xbd]1[0xbc][0xc1][0x8f][0xa6][0xb6][0xe6]P[0xe1][0x81][0xb0]6_J[0xd3][0xde][0x94]f[0xf][0xea]'[0x1c][0xf1][0x9d][0xa2]|[0x5][0x12][0xe2][0xa5][0xbe][0xd9]_[0x1d][0xb7]o[0xfe][0xf7]tUx[0xf8][0xf1][0xc5]Vh[0x1a][0x8a][0xe5][0xa7][0xa0][0xb8][0x2][0xb5][0x9]8[0x99]r[0xe5][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "u[0xcd][0x85][0xba]kE[0x8e][0x88][0xe][0x87]aGm[0x9b]\[0xd1][0xb8][0xd3]g%[0xa7]9[0xf4][0xfc][0xb2]Pb:[0x8b]l[0x1d][0xd7][0xb3][0xe5][0xc7][\r]g[0xca]w([0x1f],[0x12]m[0xe1][0xf0]W[0xf2][0xe8]U!~[0x1]I[0xb8][0xa1][0xc8])[0x8e]O[0xec]]I[0xcb]kilD;:[0x0][0xc8]h[0xe0][0xaf][0x0]q[\r]|[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xdf][0xa3][0x7][0x4][0xad][0xe5]y[0x6][0x12]n&[0xbe][0xc]1z[0xa7][0xa9]F[0xc8]i[0xa6][0xc9][0xc8]o[0x81]Jt[0x18]#$[0x19]%N#Y[0x19][0xd1][0xf5][0xe1][0xcb][0x8][0x84][[0xe6]Pq[0x9][0x95]L[0xe5]K[0xa8]b[0xba][0xec][0x12][0x94][0xb]B[0xf5]Vz[0xae]B[0x5]=oF[0x80][0xc][0xf0][0xd8]TO&[0xd6][0x91][0x81]1[0xb1]&[0x80][0xf0][0x15][0xe1][0xe]s_[0xc5]!2#[0xd1][0xe4]r[0x1b][0xad][0xb1][0xb9]OQ[0x8e]J[0xa2]=[0xe1]wPu[0x6][0xd5]-D+g[0x11][0x9c]A[0xd0]c[0xd5][0xc1][0xad]W[0xb0]\[0xc2][0xee]@C[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%[0x9c]A[0x3]s+$|[0x84][0x9a][0xdd][0x15][0xe1][0x86][0x8a]-[0x97]q[0xcd][0xcc]g[0xff]b[0xaf][0xca][0x85]W[0xb5][0xe4][0xf][0xc8][0xd6]Z[0xdc][0x8e]][0xb8][0x3][0xfb]pDx[0xd4]M[0xb6]vQ[0xea]n'Y[0x5]6[0xa3][0x11]w[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xed][0xc9]x[0xd9][0x83][0xaf]Q[0x12]$[0xc1][0x8d]S[0xa2][0xca][0x8]%[0x84]8q[0xe5][0x98] i#Q[0x17]C[0x17][0xb1][0xf3][0xae][0xbb]2[0xbb]&i[0xd5]M[0xec][0x14][0xfd][0xd1][0xac][0xe7][0xc5][0xf9][0x6]Y[0xe1][0xdd][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0x11][0xf1]pX"[0x9a][\r][[0xbd]`j9D[0x11][0xf5][0x96]+[0xa8][0xb]`[0xe6][0xb3]fC[0xaa]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "2[0xb5][0x81][0x8c]l#[0xd3][0x1c][0xce]N[0x82][0xdc][0x80][0xe5][0xb8][0x1b]&[0xc1][0xf3][0xff][0xae]8[0x1c][0xde][0x17][0xc9][0x84][0x13][0xc1]4[0x5]+[0x9][0xce][\r]g"S[0x1a]^[0xd3]3k[0x1c][0x84][0xeb]z[0x82][0xb0]hN[0xf3]:[0xa2]I$[0x8]P[0xe7]Q[0xa8][0xe]+[0xa5][0xcb]Xu[0x1e][0xfc]-[0xf6][0xab]R[0xe8]O[0x91][0xc6][0xbd][0x8b]i|[0xa1][0x90][0x86]I[0x1a]4[0x83]{[0xe9]9([0xda][0x2][0xa8][0xf][0xcf][0xa1][0xfc]9(D[0xa4]3[0x90][0x3]3[0x8][0x94][0x9f][0xcb][0xe4][0xc0][0xd5]<%bW[0xdd][0xfd]":[0x88][0x98][0xb2][0x12]][0xb4]$G[0xe2][0x90][0x95]T[0xc6][0xca]~[0xa2][0xbc]'X[0x87][0xd5][0xe1]Y4[0xcc]bM.[0xf8]i[0x1f]x0[0xf]<[0x98][0x7]~[0xac][0x10][0xf8][0xda]E[0xc0][0x1f][0xbf][0x1a][0xf0][0x9a]*[0x1c]'p7[0xa3][0x11]/?[0x15][0x9c][0x9f]s[0x99][0xd3][0xe7][0xc2][0xae][0xf3][0xc1]V[0xe0][0x4][0xc3][0x92][0xf2][0xc9][0x82][0xca]eKS[0xfe]zAei[0x9][0xca][0xa8][0xc2]7p[0x9f][0xa7][0xfc]o[0xaf][0x11]>[0x9e][0xc3][0xba]y[0xac]?D[0x8d][0xb0]a[0x16]_[0x9c]G#[0xb3][0x1b][0x5][0xbb][0x89][0xd9][0xcd][0x82]mb[0xf6]Zbgq[0xdd]E\?[0x87][0xe6]y[0x84]X[0x16][0xce][0xdd][0xd9][0xc2][0xec][0x96][0xf4][0xce][0xad][0x4]?[0x8b]mK[0xb0][0x10]a[0xb6]5[0xad][0xd7]F[0x16][0x84]^a#[0xdb][0x99][0xdd][0x91][0xde][0xbc][0xf3]B[0xa6][0x83][0xdd][0xeb][0xa5][0x91]n[0xe2]0[0x9d][0xb7][0x1d]x[0x6]{(-[0xdf][0x14][0xc9][0xf9][0x16]][0xe][0xa0][0xb].[0x88]/[0xd1]:[0xe7][0xb2][0x89][0xe8]n[0xac][0xa1]L[0xb6][0xa3][0x93][0xe8]v[0xa2]]D[[0x88]~[0x99][0xe8]&[0xa2][0xdd]D[0xd7][0x13][0xdd]C[0x94]qo$[0x1a]"[0x1a]%ZKtoe[0x15]uv;]d[0xca][0x1]PK[0x7][0x8][0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/rules/ValidationError.class[0x9d]S]o[0x12]A[0x14]=S([V*[0x94][0xb6][0xf8]m[0xb7]*[0xf2][0xd9]nk[0xe2][0x83][0x81]4[0x9a][0xa6]}[0xc2][0xf6]a[0x1b][0x12][0xe2][0xd3]@[0x7]:[0xb8][0xec][0x92][0xd9][0xdd]Z[0xff][0x81][0xc7][0x97]jL[0xf4][0x7][0xf8][0xa3][0x8c]w[0xa1][0x2][0x2][0xf][0xe8]n[0xb2]s[0xef][0xcd][0x9c]s[0xef][0x99]3[0xfb][0xf3][0xd7][0xb7][0x1f][0x0][0xf6][0xb1][0xbf][0x82]G[0x1a][0x1e][0xeb][0xd8][0x82][0xa1]c[0x1b]Ot<[0xc5]3[0x1d]+[0xc8]jx[0xae]![0xc7][0x10][0xab]JG[0xfa][0x7][0xc][0xa7][0xf9][0x9a][0xab]:f7[0xa0][0xd4]T[0x81][0xe3][0x8][0xe5][0x99]=[0xf7]\[0xd8][0xe6][0xb1][0xe2]=[0xf1][0xc1]U[0xef][0xdf][0x8a]^S[0xa8]J[0xad][0xcb]/[0xb9]is[0xa7]c[0x1e][0xda][0xdc][0xf3]&[0xb][0x96][0xaf][0xa4][0xd3][0xa9][0x14][0xea][0xc][0xd1]CB3$k[0xd2][0x11]'A[0x88]<[0xe3]M[0x9b]*[0xe9][0x9a][0xdb][0xe2]v[0x9d]+[0x19][0xe6]7[0xc5][0xa8]!=[0x86][0x17][0x13]SH[0xc7][0x17][0xca][0xe1][0xf6]h[0x1c][0x15][0xd8][0xc2]3[0xeb][0xdc][0x96][0xe7][0xdc][0x97][0xae]s[0xa4][0x94][0xab]*$[0xa2]7[0x18][0x8c][0xa1][0xb0][0xb0][0x6][0x6][0x9d];[0x8e][0xeb][0xf]x[0x18][0xd6]f4[0x11][0xab][0x17][0xb4][0xdb][0xf2]*[0x9c]wF[0x1f]C[0xe6]o[0x11][0x1f][0xfb][0x84][0x94][0x17][0x9d][0xa1]Z< [0x9e][0x97][0xd3][0x9d][0xab][0xa5][0x89][0xca]xF[0xf3][0xcd]([0xac][0x84][0xb8][0xb8]%;[0xe][0xf7][0x3]E-/[0x17][0xf6].[0xec][0xf9]_[\r][0xe7][[0xac][n[0xa0]Z[0xe2]X[0x86][0xc2]7[0xa6][0x8c][0xd9][\r]![0xe4][0xff][0xd9][0x85]0^g=#[0x97][0xf5]rF[0x96][0x8c][0xde]8t,[0xe1][0x16]e[0x9f][0x10]C[0x94]V[0xa3][0x98]f[0xb1][0xef]XjD[0xca][0xd7][0x88]X[0x8d]h[0xe9][0x1a]Q[0xab][0xb1][0xbc]c}[0xc5][0xf2][0x17][0xc4]>[0xd3][0x9e][0x8][0x12][0xf4][\r][0x91] [0x86]-[0x8a]V)*[0xe][0xf1][0xb8][0x8d][0xe4][0x80][0xdf]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k[0xd4]#[0x8c][0xd2]X[0x1f][0xec]6[0xb0][0x81]M[0xc2]g([0xce][0xdc]TR[0xb8]3[0xda]u[0x97]j[0xf7](^[0xc2]}[0xaa]=[0x18]D[0xf][0x3]PK[0x7][0x8][0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/internal/runners/statements/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/ExpectException.class[0x9d]U[o[0x1b]E[0x14][0xfe][0xc6]6Y{[0xbb][0x8d]c[0xe7]V([0xb4][0xee][0x5][0xea]8N[0xdc][0xd2][0x1b]4[0xc6][0xd0][0x86][0xa4][0xd0]:N[0xc1]ih[0x10]/[0x1b]g[0xe4]nX[0xef]Z{i[0x83][0x4][0xfc][0xf][0xf8][0x3][0xd5][0xa9][0xba][0xd5]t[0xcc] [0xf4][0xa4][0xc0][0xdc]I}y~[0x0][0xd9]x[0xea][0xb9][0xcf][0xcd]m[.Uh7V[0xb6][0x18][0xb7]"p;[0xff][0x1f][0xd2][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xb7]I[0x1a][0xcb][0xdc]%[0x90][0xae]Z[0x8e][0xac][0x85][0xad]m[0xe9]m([0xf7][0x2][0xd9][0xaa][0xdb]0[0xed]M[0xd3][0xb3][0x94]|[0x4]&[0x82][0xa7][0x96][0xcf]p[0x3][0xd1],'[0x90][0x9e]c[0xda][0xfd][0xb0]~/[0xa0]_Z[0x89]X[0xaf][0xec]5d;[0xb0]\[0x87][0x19][0xcf][0xbc][0xee][0xf5][0x87]v[0xcf][0xf3][0xfa][0x9b]0[0xf8][0xc7][0xd2](fI[0xf9][0xcc][0xb4]C[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10]\][0x1d][0x95][0xf9]][0xdf][0xf][Q[0x86][0x9b][0x96]k[0xd3]bg0e[0xad]%}[0xdf]lF%9[0x8e]V[0xf]<[0xcb]iR==2[0x5][0x86]o[0xb8][0xad][0xb6]-Ux[0xf1][0xad][0x80][0xde]w[0xc9][0xfa][0xe9]u7[0xf4][0x1a]r[0xd5]R[0xcc][0xa7]NTiQ[0xf9]3p[0xe]y[0x3]g[0xf0][0xb6][0x81]wp[0xd6][0xc0][0x15][0xe4][0x5][0x16][0xff]_[0xf2][0x2][0x93]#r[0xd3][0xf0][0xd0]@[0x15]k[0x1a]j[0x6][0xd6][0xf1]H`[0xf6]$[0xad]{[0xa1]e[0xef]HO[0xe0][0xfc]c[0xa7][0xd7][0xb9]9[0xd9]s[[0xcc][0xf5][0xb0][0xb2][0x81][0xaf][0xf0][0xb5][0x81]:6H[0xaa][0x92][0xdb][0xe][0x83][0xdc]s[0xd3]/[0x93]r[0xc5][0xc0]c[0x85][0xe]d[0xd0][0xcf]K[0x91][0xe3]y[0x9c]9V[0x91][0x84][0xf4][0x94]j[0xc5][0xf3]\[0xaf]_[0x93][0xc1][0xa8]wr[0xca][0xec][0x1b][0x81][0x9b]o[0xd4]{[0x2][0x17][0xfe][0xb5][0xbf][0x4]&[0x8e]SZ[0xdf][0xde][0xa5]=[0xcf][0xb1])[0x83][0xa8][0xd9][0xc8]%?t9y[0xd0][0xe9][0x13][0x10][0xbd]X>[0x9][0xa9]+[0xcd]r[0xaf]zn[0x8b][0x84][0xf2][0xc3][0xb7][0x8f]]1f[0xb6][0xdb][0xd2][0xe1][0xab][0xb0][0x90][0x1f][0xee][0xad][0xb9]![0xe8][0xe8]\TS2[0xab][0x9a][0xd9]R[0xed][0x93][0x1f][0xde][0xa7][0xda]/p[0xbb]k[0x81][0xc2][0x8][0xdf]#[0x9b]V][0x92][0xe9][0xc1][0xcd][0xdd][0x1a][0x10][0xc7][0x5]>[0xa1][0xb3]|Wc[0xc8][0xaa][0xa6][0xe4]*[0xab][0xfa][0x12][0x2][0xef]F[0xe8]{[0xfc][0x4][0xcf][0xe7]<[0xe7][0x1c][0x91][0xef]9[0xc7]9[0xa7][0xb][0xfb][0x10][0x85][0xf9][0x97][0x88][0x15][0x8a]/[0x11]A(Ng[0xca]<[0xc1]Q[0xe7]x[0x8a][0xf][0xad][0x81]q[0x9c][0xc6]E"[0xb9][0xae][0x19].[0xe1]2[0x10][0xad]T8[0x11][0xad]T[0xc0][0x18][0xde][0xe7][0xda][0xe8]#*p7[0x85][0xf][0x88][0xf1][0x96]t[0x13][0x10][0x13][0xf4][0xac]"[0xfc][0x1c]/[0x17]~G[0xac][0x83]D[0xa2][0xfc][0x1b][0xd6][0xd6][0x8a][0x87]k[0x94][0xe3][0xc5][0xe][0xb4][0xe][0x92][0xbf]b[0xe9][0x0][0xa9][0xad]}[0xe8][0xd9]S[0x1d][0x18]J[0xd3][0xc1]i[0xae][0xb2][0xe3][0x1c][0xba][0x9b]"1[0xcd][0xa1][0x83][0x89][0xda][0x1]2[[0xb][0xc5]}d[0xf][0xcf][0xfe][0x82][0xcb][0x7][0x98][0xdc][0xea][0xd9]O[0xbd]f[0xcf][0xbd][0xfb][0x98]>|[0xc1]lbd8[0x8e][0xb7][0xa2]9[0x83]1[0xce][0x8a][0xff]-[0xf2][0x5][0xe5][0x18][0xff]))LQw[0x8e][0xbb][0xa6][0xc9]i[0x86][0xe8]lT[0xe6][0x1c][0x99][0xd7][0xc8][0xee][0x9][0xcb][0xfa][0x1d][0xa5][0x9f]X[0x15]U[0xa3][0x1b][0xf4][0x96][0xa6][0xe5][0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]k[0xac][0xe2]<[0x8a][0xac][[0x16][0xab][0xc4][0x16][0x88][0x91][0xf7]Q[0x5]c[0xf8][0x11][0x8b]([0xb1]6W)%8g[0xf8]][0x8b]4[0x1f][0xfe][\r]PK[0x7][0x8][0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/junit/internal/runners/statements/Fail.class[0x8d]PMO[0xc2]@[0x10]}[[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xb5][0x2]~[0x80][0xe8][0x8d][0x9b][0xa2]q[0xe3]Y[0xe3][0xc5][0xc8][0xa9][0xf1][0x2][0xe1][0xbe][0xe0][0x6][0x96][0x94][0xad][0xd9][0xb6][0xe8][0xdf]2[0xd1][0x98]x[0xd0][0xbb]?[0xca]8[@/[0x1c]<[0xec][0xee][0xbc][0x99]7of[0xdf][0xd7][0xf7][0xfb][0x7][0x80][0xb][0x1c][0x5]p[0xd1][0xf4]QB[0xcb][0xc3][0x81][0x87]6CY[0x1a][0x93][0x18][0x86]f4[0x13][0xb][0xc1]c[0xa1]'|05[0xc9][0xa3][0x18][0xc5][0xf2][0x92][0xa1]r[0xa5][0xb4][0xca][0xae][0x19][0xda][0xc7][0x1b][0x19]'C[0x6][0xf7]&[0xb9][0x97][0xc][0xf5]Hiy[0x97][0xcf]G[0xd2][0xc]l[0x8d]a7J[0xc6]"[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3],^%[0xdd]l[0xaa]R[0x86][0xb3](1[0x13]>[0xcb]I[0x9d]+[0x9d]I[0xa3]E[0xcc]M[0xae][0xb5]4)O3[0x91][0xc9][0xb9][0xd4]Y[0xca]{B[0xc5][0xb4][0x7][0xa3][0xce][0xaa]\[0x88]8[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xe9][0xd8][0xe][0xe]n[0x9f][0xc6][0xf2]!S[0x89]N=[0x1c][0x12][0xee]'[0xb9][0x19][0xcb][0x9e][0xb2]s|[0xdb]ynw[0xe][0xe1][0xa1][0x11][0xa2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf7][0xff]S[0x19]:[0xe4]5gN_[0x8d]y[0xcd]d[0xd8][0xdb][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ":d[0xb1]K[0x96][0x93][0x5]v,E[0xe][0xc5][0x1e][0xaa]t[0xfb][0x84]z[0x84][0x1d]z[0x83][0xee][0x1b]X[0xf7][0xf4][0x15][0xce]s[0xc1][0x9][0xe8][0xae]Q/[0x88][0xe9][0x12][0xd3][0xa7][0xcc][0x16][0xa1][0xd6][0x92][0x8d][0x10][0xdb]@[0x11][0xd5]H[0x95]\A[0x1d][\r][0xaa]YM^`[0xa0][0xdc]}[0x81][0xf3][0xf9]+W)[0x92][0xb5]B&\[0x12]V2;t[0xdc]bE[0xfa]E[0xc1][0xdf][0xff][0x1]PK[0x7][0x8][0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.class[0x9d][0x8d]Aj[0xc3]0[0x10]E[0xff][0xa4]n[0xdc][0xba][0x86][0x9a][0x9e] [0x8b][0xac]+L[0xc8][0x9]J[\r]Y[0x4]/[0x92][0xb][0xa8][0xce][0xe0][0xc8](#[0x90][0xe4][0x1e].[0x8b][0x1c] [0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x91][0xe9]*[0xdb][0xce][0xe7][0xcf][0xf0][0xe1][0xf3][0xe6]z;_[0x0][0xd4](s[0xe4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb1]s[0xa3][0xef][0xb8]1[0x96][0x9][0x1f][0x8d]6[0xb6][0x95][0xbd]9[0xb1][0x1b][0xe3][0xe7][0xa0]5[0xe1][0xfd][:[0xeb][0x82][0x91]~[0xcb][0xf1][0xe8][0xe]9[0xde][0x8]k[0xe7]{5[0x8c]b[0xa2]2[0x12][0xd9][0x8b][0xb6][0xca][0x8f]"[0xec][0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QG>[0xb1][0xc4][0xa0][0x1e]x[0xcb][0x9a][0x0]B[0xb9][0x99]j_V[0x87][0xc0][0x81]PM_[0x94][0xd5][0xd2][0xab][0xf6]g[0xe0].[0x12]V[0xff][0x80]c[0x91][0xd0]3[0xfc][0xcd]S[0x12]R[0xca][0xf0][0x9c]n[0x86]y[0xda][0xaf][0xc9]E[0xea][0xd0][0x94][0xaa][0x97];PK[0x7][0x8]1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.class[0xad]U[O[0x1b]G[0x14][0xfe][0xc6][0xb7][0xb5]7[0x86]8n[0x3]q[0x93][0x80][0x13]hk6%[0xb][0xa1]i[0xca]%[0x10] [0x90]B-[0x88]jC[0x5][0xf][0x89][0xd6][0xcb][0xc8],Y[0xcf]F{I[0xf3][0x98][0x1f][0x91][0xa7][0xaa]?[0xa1][0x95]hU[0x84][0xd4]H[0xcd]c[0xa5][0xfe][0xa8](g[0xd6]k[0x9b][0xa4]Q@v_[0xe6]z[0xce][0xf7][0x9d][0xef][0xcc][0x99][0x99][0xdf][0xfc][0xf5]7[0x80]I[0x94]3[0xc8][0xe1][0x8e]l[0xbe][0x95][0xcd][0xb4]J[0xcd][0x8c][0x8a][0xb][0x98][0xc9]`[0x16]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xa6]1[0xaf]B[0xc1][0x82][0x82]{i,[0xaa]P[0xb1][0x90][0xc6][0x92][0x82]e[0x15][0xfd][0xb8][0xaf]`E[0xc1]*C[0xde]v[0x9c]'[0xab][0x8e][[0xf1][0x3][0xf3]Iu[0xdf][0xe5][0xc6][0x1e][0x3][0xdb]eP|[0xab][0xc1][0x9d][0xc0][0xa7][0xd9]:C"[0x10][0x16][\r][0x87][0xcb][0x7][0xc6]3C[0xf]|[0xcb][0xd6]MG[0x98][0x81][0xeb]r[0xe1][0xeb]U2[0xdd]"[0x83]Y[0x86][0xd4][0x9c]E[0x83]y[0x86]xil[0x9b][0xfc][0x96][0x9d]=[0xce]p[0xbe]l[0x9][0xbe][0x11]4j[0xdc][0xad][0x1a]5[0x9b]V[0xf2]e[0xc7]4[0xec]m[0xc3][0xb5][0xe4][0xc1]p[0xa7]K[0x0][0x6][0xd5]0M[0xee]y[0xa3][0x93][0x13][0x13]2[0xe3]=[0xe5]{l[0xbd][0x83]wK[0xe2]=[0xea][0x11][0xef][0xd4][0xbb][0xd4]b[0x9b][0xfa]?[0xa2][0xa7]+[0xad]V[0x9c][0xc0]5[0xf9][0xaa][0x15]^[0xc0]w[0xec]n[0xca]X[0xb2][0xc8][0xe3][0x93],[0x6]0[0x98][0xc5][0xa7][0xb8][0x98][0xc5]%[0x14][0x14]|[0x97][0xc5][0x1a][0x6][0x19][0xae][0x87][0xe1][0xda][0x86][0xa8][0xeb]k[0xb6][0xcd][0xeb][0x86][0xbd][0xe8][0xd6][0x3][0xc9][0xb9][0xf2][0xdc][0xe4]O}[0xcb][0x11][0xc]W[0xa2]W[0xa3][0xd8][0x8]<[0xbf]X[0xe3]E[0xe1][0x88]qA[0xc6][0xbe][0xf5][0x8c]K@J[0xe2]P[0x7]h#[0xb0][0xed][0x87]N[0xa8][0xe6][0x4][0xc8]`+[0x7]E[0xd3][0x10][0xc2]i[0xe2][0x90]%[0xc3][0xa5][0xb6][0xce][0xff]lMu[0x91][0x1d][0x19][0xd0][0xf7][0xc][0xb3]=$[0x96]![0xd7][0x91][0xb3]Y;[0xe0]&][0x8f][0xdb]][0xd5]+[0xc3][0xd5][0x8f]V[0x4]=[0x8c][0x95][0x95][0xe5][0xcd][0x8d][0xfb][0x15][0x86][0x8b][0xa5]r[0x87][0xb6][0xe2][0xbb][0xf4][0xc0][0x84][0xf7][0xe5][0xe7][0xde][0xaa][0xe4][0xc][0xd7][0xba][0xeb][0xcb][0x8c]k[0xf4]E][0xa0][0xcf]+[0x8e][0x98],4[0x1a][0xc5]d[0x99][0x85]=[0xd5][0x1c][0xf5]i[0x1a]Q[0xcd][0xd1][0xa3][0xf1][0x19][0xcd][0x1e][0x92]%[0xbd] [0x18][0xd0][0x8e][0x91][0xd4][0xe2]G`Z[0xe6][0x8]q[0xed][0xf][0xa4][0x8e][0x10][0xfb]=[0xf4][0xbb],[0xf7][0x91][0xa4]v[0x1e][0x9][0xcc]@~~[0xfd][0x98]#[0xd4][0x5]\[0xa1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd5]l[0x13][0x1]WQ[0x84]|[0x8c][0xae][0xe1]z[0x84][0xfe][0x82][0xec][0x13][0xd4]k[0xc3][0x99][0x97][0xbf][0xa0][0xef][0x15][0x94][0x9d]|[0xfa][0x18][0x99][0xd7][0xe3][0xff][0xc8][0x99][0xba][0x93]?w[0x8c][0xec]kmXR[0x8e][0x13][0xa1]v[0xd8]f[0x1c][0xa2][0x15][0xd8]D[0x8a]b[0xcc][0xe1][0x7]RQ[0xa1][0xb5]-[0x8c]`[0x1b]%[0xfc][0x18]2[0x17])zB[0x8f][0x98][0xe5]Hje[0xe1]H[0xaa][0x95][0xda]F0[0x1a]E[0xb3]@[0xc8]1[0xea][0x15][0xed][0xb2][0xd4][0xd9][0xa1]R[0xc3][0xe5]=[0x92][0xc8]C[0xd8][0x81][0xa6]Y[0x1b]V[0xc1][0xe7][0x94]J[0xfa][0xa4][0xf1][0x5][0xbe][0x8c][0xc0][0xb6][0xc8]ZZ[0x15]n[0xb4][0xa4][0xf4]I)[0xaf][0xd0][0xbf][0xa3][0xdd]`[0xc7]8[0xdf][0x81][0xef][0xf][0xa3]t([0x13]Oi[0xec][0x9e][0xa0]([0xb4])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa4]i[0xc],[0x7]:[0x9b][0xaf]"[0x8a]i[0xea][0xa5]U[0x92][0xce]&[0xd1]9[0x8a]T(p[0xfa][0x4]L[0xb2][\r][0x93][0xc4]8n[0x12]L[0x1a]:&"[0x18][0x9d]lX[0x8][0xf3]'[0xe2][0xbf]}[0x10][0xa6]y[0x82][0xd2][0x99]`[0xc8]y[0x12][0xb7][0xda][0xce][0xac][0xed][0x1c];<[0x93][0xf3][0x14][0xbe][0xfe][0x80]3[0xfb][0xf5]tg[0xda][0xbf][0x1d][0xb6][0xdf]`[0x98][0xfa]<[0x8d]r[0x94][0xb1]![0xaa]8[0x8d]z[0x2][0xb]PK[0x7][0x8][0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.class[0xad]TYS[0xd3]P[0x14][0xfe]NhI[0x1b][0xa3][0x94]M[0x10]7[0x96]VK[0xb][0xa4][0x88]l[0x82]([0x96]U[0xab]>[0xc0]0[0xa3]o[0x97][0x90][0x81]0!q[0xd2][0x4][0xfc][0x5][0xfe][0x15]_aF[0xc0][0xd1][0x19]}[0xf7]G9[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x94][0xc5]e:>[0xe4][0x9e]{O[0xce][0xf9][0xce]w[0x96]{[0xfc][0xfc][0xf2][\r][0xc0] ^i[0xb8][0x86][0x7]I^[0x86]44[0xe0][0xa1][0x8a]a[\r]1[0x8c]H[0xcd][0xa8][0xdc][0x8d]i[0x18][0xc7]#[\r][0x13][0x98]T[0xf1]X[0xc5][0x94]T>[0x91]^OUL[0xab]x[0xa6][0xa2]H[0xd0][0xca][0x81][0xf0][0x83][0x92][0x8][0xcc][\r]B[0xa6][0xb4])[0xb6][0x85][0x11][0x6][0xb6]c[0x98][0x9e]k[0x86][0xbe]o[0xb9][0x81]Q[0xf4]B7[0x98][0xf1]v[0xdc][0xc8]l[0x82]P[0x1f]l[0xd8][0xe5]t[0x81]0\[0xf2][0xfc]uc3t[0xed][0xc0][0xb0][0xdd][0xc0][0xf2]][0xe1][0x18]~[0xe8][0xba][0x96]_6[0x18]9[0xb0][0xb6][0x18][0xa0]l[0xcc][0x9][0xdb]y[0xed].[0xdb][[0x96][0x17][0x6][0x12]`[0xd2]f[0x97])[0xc2]X[0xb6]&[0x84][0xde][0x15]B[0xac][0xe8][0xad]Y[0x84][0x86][0x92][0xed]Z[0xaf][0xc2][0xad]U[0xcb]_[0x16][0xab][0xe]k[0x9a]J[0x9e])[0x9c][0x15][0xe1][0xdb][0xf2]\Q[0xc6]$eBcQ8[0x8e][0xd4],[0x1d]C[0x13][0xf4]E[0x19][0xad][0xe8][0x88]r[0xd9]b[0x93][0xf9]Z[0x18][0xa5]/[0xe0]r[0x96]1[0xa6][0xe1][0x10][0xda][0xb2][0xbd]Guu[0x84][0xbb]n,o[0xf8][0xde][0x8e][0xb4]d[0x3]bb[0xad]U[0xff]f[0xdf][0x9b][0xd6][0xbb][0xc0][0xf6][0xdc][0x89][0xb3][0xfa]j[0x1f][0xed][0xc4][0x88][0xb9][0xea]bG[0xd8][0xc1][0x92]l[0xa1][0xb5]F[0xa8][0xcb][0xf6][0xae][0xa8][0x98]![0xb4][0x9c][0x9][0xf9]zu[0xd3]2[0x83][0x9][0x15][0xb3][0x4][0x10][0xbc][0xda]j^SY[0x6][0xa3]V)[0xef][0xb]r[0x19]$[0x8c][0xd6][0x88]BH.[0xd9][0xeb][0xae][0x8]B[0x9f]k[0xb6]p1[0xb9][0xdf]Ln[0xa5]+[0x93][0x97][0x16]sJ[0x96]s[0xc9][0xb]}[0xd3][0x9a][0xb3][0xa3][0xc9]9[0x13]v@[0xfa][0xe8]h[0xc5]u[0x1d][0xcd]h[0x91][0xbb][0xc][0xa1][0xe7][0x1f][0xae][0x88]4[0x9d][0xd3][0xd1][0x88]&[0x1d][0xf3][0xc8][0xa8]X[0xd0][0xb1][0x88][0xe7]*^[0xe8](I[0x90][0xe6]Kz~F{BR[0xc7]Kdt[0xdc][0xc1]][0xc2][0xec][0x19]LB[0xea]|[0xf5][0x8][0xb7][0xff]X>[0xc2][0x9d]S[0x97]E[0x19][0xda][0xf][0xdf][0xf1][0xc4]Uq[0x1f][0xae][0xa9][0xaf]|G[0xb2][0x8b]rB[0x92][0xe6]q[0x1][0x9]C5@q#[0x85]iZ[0xe5]rz[0xa4][0xc0][0xb3][0xf6][0xb6][0xc6]g[0xa5][0xca][0xeb][0xd8]x[0x8b]_[0x19][0xc7][0xa8][0xbe][0xd6]]5"$[0xac]m[0xe1][0x84]|$[0xc4][0xa3];[0x8a]N~x[0x1b][0xf8][0xf6][0xa5][0xa0][0xa0]I[0x8e][0x6][0x90]J[0xc9][0xb9][0xe2][0xd7]<[0xce]:[0x1e]3[0xfe][0xdb][0xc6][0xa7][0x19]~[0xa7][0x15][0x96][0xd7]s[0xf9]}([0xb9]C[0xd4][0xe5][0xbe]"[0xf6]&v[0x88][0xf8]>[0xea][0xf7][0xf8][0x8f][0x82]v^5iEi$)[0x83][0x1b]|[0xd6][0xd9][0x9f][0xbd][0xd0][0x81][0xdb][0x90][0xf7][0x9c]g[0x86]-$[0xe2][0x7]>I[0xc4][[0xb9]O[0xa8]?[0x80][0xca]B[0xf9][0x8c][0xc4][0x1][0x92][0x1f][0x91],[0xe5][0xbf][0x97][0xf2][0xbb][0xb4][0x1b]Y42[0x1f]-[0x92]m[0xb8]R[0x89][0xd3][0x8d][0x4][0xc3][0xf5]B[0xa5][0x1c][0x1a][0xc9]@[0xb][0xe5][0xd1]J}h[0xa3]~[0xb4][0xd3][0x0]:[0xa8][0x10][0xc5][0xef]D[0x1d]g[0xa1][0xb0][0xec][0xe2]x[0xed][0xd1][0xae];[0xe2]t[0xab][0xc2][0xa9][0x87][0xbf][0x18]k4[0xfe][0xd2][0xc8]T[0xd8][0x8d][0xf0]IZ%[0x8e][0xd8][0xe9][0xe7]3|[0xc8][0x91][0x87][0xab]2L[0x9c]C[0xbb][0x97][0x9a][0xe6]\[0xef]W[0xd0][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Z[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/junit/internal/runners/statements/FailOnTimeout.class[0xb5]Y[0x9]XT[0xd7][0x15][0xfe]/3[0xc3][0x9b][0x19][0x1e][0x88]([0xe0][0x88]([0xae][0xc][0x3][0x88][0xb8][0xa0][0xc1]%*j[0x82][0x1f]`+$[0x15][0xd3]$}[0x8e]/[0xf8]t[0x98][0xa1][0xb3][0xb8][0xa4][0x89]mZ[0x9b][0xae]i[0xda],m[0x92]fi[0x92]6vKK[0xd2][0x8][0x18][0x9a][0xa5][0x9b][0xd9][0xbb]gO[0xdb]t[0xdf][0xb2]5K[0x97]$M[0xfa][0x9f]7[0xc3]0[0xe8] ~[0x98][0xfa][0xc9][0xbb][0xe7][0xde]{[0xee][0xb9][0xff]Y[0xee]9[0xf7][0xc2][0x83]o[0xdd]y7[0x80]z[0xb5][0xc2][0x83][0xd3][0xd1][0xeb][0xe5][0xe7]6[\r][0xb7]{[0xe1][0xc0]w[0xa4]s[0x87][0x7][0x87][0xd0]'[0xdd]~/[0x9a]1 \[0x87][0xa5]{[0xa7]P[0x83]B}W[0xa8][0xbb][0x84][0xba][[0xa8]{4[0xdc][0xeb]E![0xbe][0xa7][0xe1][0xfb]^[0x14][0xe1][0x7][0x1a]~[0xe8][0xc6][0x8f][0xbc][0x98][0x8c]#[0x1a][0xee]s[0xe3]~/J[0xf1][0x80]|[0x1e][0x94][0xcf]C[0xc2][0xfc][0xb0][0xec][0xf5][0x88][0xb0][0xff]X[0xc3]O[0xa4][0xfd][0xa9][0x86][0x9f]i[0xf8][0xb9][0x17][0xb3][0xf0][0xb][\r][0xbf][0x94][0xf9]G[0x85][0xfd]1[0xa1][0x1e][0xd7][0xf0][0x84][0x17]~<[0xe9]E[\r][0x9e][0x92][0xe1][0xa7]5<[0xa3][0xe1]W^[0xd4]b[0xc0][0x8d]_K[0xfb][0x1b][0x19]V[0xa8][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x11]Y[0xf8];[\r][0xbf][0xf7][0xe2][0xf][0xf8][0xa3][0x17]K[0xf0]'[\r][0xd6][0xf0][0x17][0x19][0xff][0xab][0xf0][0xfe][0xcd][0x83][0xbf][0xe3]9[0xe9]>/h_[0xf0][0xe2]E[0xbc]$[0xd4]?d[0xec]e[0xe9][0xbe][0xe2][0xc5][0xab]x-[0xf][0xff][0xc4][0xbf]d[0xc5][0xbf][0x85][0xfa][0x8f][0x86][0xd7]5[0xbc][0xa1][0xe1]M[\r][0xff]U[0x80][0x82][0xde][0x1c][0xe][0x9b][0xd1][0xa6][0x90][0x11][0x8b][0x99]1[0x85][0x89]MF(dl[0xb][0x99][0xed]q#nv[0x9b][0xe1][0xb8][0x82][0xb6]6a[0x85][0xb6][0x9b]Q[0xce]F[0xa2]V[0x97][0x15]6B[0x19][0xb3][0xb3]["[0xd1][0xae][0xba][0x9d][0x89][0xb0][0x15][0xaf][0x8b]&DX[0xac][0xae];[0xb2][0xdd][0xc][0xd5][0xa5][0x99][0x96]+[0xb8][0xe3]V[0xb7]y[0x6]y[0x14]f[0xb4][0xec]4v[0x1b]u[0x89][0xb8][0x15][0xaa][0xb]F[0xc2][0xc1]D4J[0x9e][0xba][0x8e][0x14][0x3][0x99]5a[0x8e]$[0xc8][0xab]6*[0x14][0x85]"[0x91]][0x1b]"[0xd1][0xf6]x"[0xb8][0xab]cG[0xd4]4[0xb6]sb[0xab]B^[0xdc][0xee][0x9c][0x16][0x8d]$z[0x14]J[0x93]bCF[0xb8][0xab][0xae]cxB[0xc4]m[0x1b][0xc2][0xaa][0xbf]*[0x3][0xad][0x15][0x8e][0x9b]Q*[0x93][0x86][0x1d][0x1b][0x2][0x1c][0xab][0xdb]`X[0xa1]M[0xe1][0x8e]$[0x8e]9)[0x3]P[0x96][0xb3][0x89][0xaa])Lh[0xb1][0xc2]f[[0xa2]{[0x9b][0x19][0xed][0x10]k)[0xe4][0xae][0xb0](s[0x95]B[0xa5][0xff][0x4][0xc][0xb2][0xb1][0xea]L*[0xd6][0x12][0x9][0x1a][0xa1]3[0x8d][0xa8]%"Rr[0x9c][0xf1][0x1d][0x16][0xfd][0xb0]d<8[0x89][0xcf][0x13][0x1b][0xf6]L~[0xca][0x8c][0xad]V($2[0xbd][0xeb][0xcc][0x9e][0xa8][0x19][0xe4]<[\r][0xe8][0xdb][0x9c][0x8][0xcb][0xfc][0x99]V[0xcc][0xe2][0xc6]k[0xc2][0xe1][0x8]WZ[0x91]0[0x19]K2L9[0xbc][0x86][0xd2][0x83][0xfe][0x93]2[0xdf][0x9][0x18]F[0xec][0xb2][0xf2]$}[0xe4]6w[0x1b][0xa1][0x4][0xd9][0x14][0x1c]~[0x11][0xe8][0xe][0xa6][0x82]Z[0xe1][0xb4]q[0xc9]>[0xe6]PH$[0xc4][0x8d][0xd8].[0x85][0x99][0xd9][0xa3]yC"[0x9e][0x88][0xd2][0xa7][0xb1]]d[0xcd][0x8d][0xa7][0xa2][0xb6][0xe8][0x98][0x18][0x15][0x97]q6[0xb2]'[0x9][0xaf]x$Crx[0xb9]xdD[0xa8][0xec][0xeb][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]ecm[0xbf]"[0xab][0xc4]U[0x94][0xe9]][0xbf]7h[0xf6][0xa4]\[0xee][0xe9]2[0xe3][0x9b][0xcd]X"[0xc4][0xb8][0xd9][0xe8][0x1f]S[0xa7]c[0xf5][0xa8][0x1a][0x5][0xb9]"[0xc8][0x8a][0x8c][0xb9]f1z4[0xd1][0xc3][0x80]J[0xef]O[0xb6][0xaa][0xec][[0xae][0xdf]k[0x6][0x13][0xc2][0x92][0xc9][9z[0x2][0xa1][0xb3]29=[0xed]VW[0xd8][0x10][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6][0x98]Z[0x8d]f[0xaa][0x13]W[0xb6]$[0xc8][0xe9][0xb8]y4[0x12][0xaa][0xe7]?[0xbe][0x90]L[0xd0][0x93]c[0xc3][0x89].CD[0xf1]([0xec]^F-[0xd9][0xa3]F[0x90]JN?+[0x83][0xab]==[0xb1]>4[0x14][0xb5]y[0xb1][0xcc],:I[0x8c]p[0xcc]N[0xf9][0x8c][0x85][0xf6][0xc][0xa1][0xb][0xb3][0x81][0x1f]k[0xa3][0xf2][0xcc]y:1j[0xc5][0xf7]e[0xc2].[0xb0]7[0xc9][0xc0]2o[0xc][0x13][0xa5][0xcf]K~[0xf2]45[0xf5]$[0xc4][0xce]<[0x88]F4:[0x87][0xba][0x9c][0x95][0x8d][0xd9][0x19]2[0xc3][0x9c]T[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x16][0x9]o[0xb7]a[0x85][0x87][0xb6],HJ[0x8a]5[0x87]S5[0x84][0xb3]{[0xd3]r[0x5]a[0x92]sM4j[0xec]S[0xa8]9[0x16]a[0xb2][0xc4]Te[0xdd][0xda][0xd5][0x95][0x14][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0x12][0x92][0x8e][0xdd]f8[0xd1][0xdd]n[0x9d]O[0xd1][0x1e]![0x9b][0x92][0xc3]Z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4]GY[0xe8]zR[0xa3]y[0xc1]H[0xcf][0xbe][0x8e][0xa1][0x99]*[0x96][0x1d][0x9a][0xb3]o[0xab],&[0x1c]j[0xdd][0x15][0xdf]A"[0x9a]:[0xd3]ZpH[0xad][0xe2]lv[0xde][0x98]>[0x81][0xf6][0xf0][0x19][0xe1]X[0xa2][0xa7]'[0x12][0xe5]![0xdd][0xd4]cF[0x8d][0xa3]O[0xa0][0x83][0x98])[0xbc]{[0xef]Z[0xd3][0x8][0xcb][0x15]`xi[0xb7][0x11]6[0xba][0xec] H[0x9]o[0xdd]"L\t[0xcd][0xff][0xbd]x[0x8c]K~[0xbd]]sr[0xf6].[0x90]O[0xbd]|[0x16]*,[0x1d][0xa7]([0x86][0x90][0x11][0xc][0x9a][0xb1][0xd8][0x9c][0x86][0x5][0x14][0xb8]u\*/[0xaf]:[0xa1]+[0x95][0xb7]=[0x92][0x88][0x6][0xcd][\r][0x96][0xd4][0x81][0xa2][0x11][0x12][0xe6][0x8b]?tl[0xc2][0xbb]t[0x9c][0x8d].[0x85][0xe5]'ay[0x11][0xf1][0x96][0x8e]Nl[0xd5][0xf0][0xb6][0xce]K[0xe3]f])[0x95]#[0xc3];u[0xbc][0x7][t[0xe5]PN[0x1d][0xed][0xe8][0xd0][0x95]K[0xe5][0xea]x[0xb7][0xb0]h[0xca][0xad][0xe3][0xc][0xd0][0xb6][0xeb][0xdf][0x91][0x92][0xcb][0xfd][0x94][0x87][0xb7][0xc7]1[0x92][0xb8][0xb0]y[0x19][0xe5]YO[0xea][0xd1]v[0xb2][0x7]eE[0x9e]B[0xe1][0xd1]+x[0xdd][0x15][0xb6][0xda][0x90][0xd5]m[0xf1] T[0xc4][0xcd][0x98][\r]B[0xd7]U[0xbe]*[0xd0][0xd5][0x4][0xaa][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc5][0x6][0xbb][0xb1]GW[0x13]U[0x11][0x93]P[0x96][0xba] S[0x93][0x98][0x9a][0x8f]_[0x3]Y[0xd6]N[0xb0][0x2][0xea]j[0xb2]*V[0x98]{BEP[0xc7]~|P[0xc7][0xc5][0xaa]D[0xc7]'[0xf0]I[0x85][0xda][0xd1]B[0xab][0x83][0xea][0xc9][0xea][0xed][0x9b]F,?[[0x95][0xea]j[0x8a][0xf2][0xe9]j*v[0x8e]P0[0x3]zif-[0x88]Z[0xe1][0xae][0xf4][0x8b]a[0xfa][0x9a][0x9e][0x1e][0xd3][0x88][0xc6]*[0xe2][0x91][0x8a]mf[0x85]]}*[0xac]pE2[0xe9]U[0xe8][0xaa]LM[0xd3]U[0xb9][0x9a][0xae][0xab][0x19][0xfc][0xe0]b|La[0xc1]h[0x18][[0x99][0xcb][0xac][0x9e][0x90])N[0xa4][0xbf][0xd3][0x8]4EI3[0xd5],[0x81];[[0xa1][0xec]8[0xa5]g[0xe4][0xec][0xd1][0x85]K[0xc7][0x15][0xb8]RWs[0xd4][0xf1][0xf8][0xea]lmniin_[0xdf][0xb4][0xa9]m];[0xab][0xdd][0x1e]+[0xbe]#[0xad][0xd5][0xb9][0xfe][0x8d]c<[0x11]O[0xf6][0x15]7[0x94][0xa4][0xeb]%I[0xaf]>[0xb9][0xba]$[0xb5]sH[0xde]B[0x91]w[0xce]I[0xca][0x1b][0xf3]y<[0xb4][0xdb][0xa2]w[0x2]=[0xdf][0xd1][0x91][0xf1]U[0xa9][0x93][0x8][0x8f]Y[0xa3][0xdc][0xc5][0x87][0x92][0xbe][0xcd]4[0xe2][0xa2][0x92]L+[0xf6][0xf8][0xea][0xd1][0xae]a[0x19][0xc3]|[0xdc][0x86]mA[0xd9]Exbf|[0x9d]av[0xcb][0xc9]s[0xfa][0xb7][0xca][0x90][0x8b][0x90][0xa3][0x12][0x99][0xc6][0x1e][0xc3][0x92][0xeb]o[0xd4]~&;x[0x9]TX|[0x2][0x11]9[0xbc][0xd1][0xa6]m;[0xcd][0xa0]8j[0xb2]?[0xeb][0xb0][0x9b]2[0x9b][0x8c]D[0x8c]e[0xbb][0xd4]?[0xda]S[0xa2][0xc2]?[0xe6][0x15]{[0xf6][0xd8][0xa8][0xa8]X~l[0xe4]m~[0xa6][0xff][0xf8]rm[0xfb]XC[0x15][0x8a][0xb7]<[0x83][0x19]h[0xd5][0xfd][0xc8][0xb9][0x8d]c9[0xf6]*/[ [0x80][0x9][0xa8][0xc6][0xb9][0xa4]*[0xec][\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1]>[0x18][0xf6]F[0x85][0xd8]F[0x98][0xca][0xa6][0x82][0x4][0x98][0x83][0xed][0xf6][0xb8][0x99][0xda][0xf1]<[[0x12]o[0xdc])[0x80][0x17]r[0xbd]H[0xa8][0xc][0xf4][0xc3][0x1d]P[0x87][0xe0][0x9][0xd4][0x1c][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xf][0xc0]{[0x8]y[0xd2][0xea][0x87][0x90]/m[0xc1]!L[0x18][0x6]2[0x1d][0x1a][0xbf][0xb5][0x84][B[0x8d][0xe7][0xa3][0x0]u[0xa4][0x16]p[0xbc][0x1e][0xf3][0xb0]0[0x3]\e[0x1a]\%-[0xb3][0xc3][0x6]Wi[0xc3][0xcc]!ma'[[0x81][0xf2]$[0x95]w[0xb1]m[0x1d]Dag[0x80][0xc6][0x9a][0xd8]2[0x88][0xa2]N[0xea]?[0xa9]50[0x88][0xc9][0x9d]E[0xc5][0xfd](9$[0xb6],[0xed][0xc][0xdc][0x1]OM[0xd1][0x94]~[0xf8][0xda]j[0x9d]}[0x98]Z[0xdb][0x87][0xb2][0xea]>L[0xb][0xd4][0xd4][0xf6][0xa3][0xbc][0xd1][0xe9]s[0x1e]A[0xae][0xcf]y[0x8f][0x0]v[0xd8][0x80][0xe7]#[0x8f][0xdf][0xbd][0xb4][0xe0]>L[0xc2][0xf9][0x4][0xf7][0x1]B[0xbe][0x0][0x8b]i[0x83]e[0xbc][0x83][0xae][0xc0][0x7][0xb1][0xe][0x1f][0xa2][0xbb]/B[0xb]>b+[0xb0]8[0x9]([0xa5][0x80][0x17]M[0xd8][0x85][0x10]AOB#[0xba][0x11]&[0xf0]:*[0x1c]A[0xf][0xf7]XG3[0xbc][0x1f]Q[0x1a]$F^=[0xcd][0x15]'W[0x82]#N[0x8e][0xcc] [0xcd][0xab]xJ[0xe1][0x17]9&[0xde][0xae][0xa7]2y[0x9e]+[0xae][0xc7][0xa4]j[0xa1][0xf8][0x93][0xdf][0x87][0xe9][0xf7]bF/5[0xaa][0x90][0xb6][0xad][0x96][0xff][0xfb]0[0xbb][0xb7]-P[0xd3][0x8f][0xb9][0xbd]t%0[0x85][0xd1]5[0x13]>*"[0xad][0xf4][0xe7]`[0x96][0xdd][0x97]V[0xfa][0x1]R[0xd2][0x97]6i[0x84]y[0x4][0x9]|[0x9a][0xdf]K8s)[0xd7]}[0x8e][0xbc][0x97]q[0xfe]r[0xcc][0xc5][0x95][0xe4][0xfc]<[0x3][0xeb][0xb][0xb6][0xf2][0xab][0xb8][0xcb],B[0xdd]K[0x83]98[0xeb]"u>[0xa9]j[0x8e][0xef][0xa5][0xf1][0xc4][0xb7][0xf5]i[0xdf][0xd6][0xdb][0x6]Q6%[0x6][0xc9]I[0x9b]!9[0x17]'u[0x81][0x1d]=[0x17][0xf2][0x87]W[0xfe]d[0x0][0xaa][0x1c]J[0x13]m[0xf6]S[0xd7]y[0xad][0xd4]}[0xc2][0xd5][0x12]v[0xfd][0xa8]<[0x8][0xa7]j[0x1b][0x84][0xbf]s[0xc8]([0xfd][0xa8]jt[0xd6][0x1c]A[0xbe][0xcf]Y[0xd3][0x87][0x0][0x17]T[0xd7][0x1e][0xc1][0xfa]A[0xd4]t[0xe][0xa2][0xb6][0xb3][0x1f][0xf3][0x8b][0xea][0xfa][0xb0][0x80][0x86][0xaa]g[0xd3][0x87][0x85][0xfd]X[0xd4][0xe8][0xf2][0xb9][0x2][0xc][0x89][0xc5]\0[0x88]%[0x9d][0xae][0xbb]0[0xa3][0xd3][0xe1]s[0xb6]w:}[0xae][0xf6][0x1]4[0xf4]ci[0xaf][0xcf]>[0x96]9[0x19]ar-[0xb5][0xbd][0x8e][0xf1]|=#[0xf5][0x6]j[0xfc]%[0xea]p#[0x96][0xe0]f[0x9c][0x82]/[0xf3][0x9c][0x1f]d[0xfc]~[0x95]6[0xf8]F[0xda]R[0[0x9b][0xc1]s[0x91][0x1d]0[0xfb][0xd3]V[0xd9]o[0xdb][0x82][0xe9][0x86]6[0xfc]0[0x83]*[0x87]2w[0xe0][0x80][0x1d]0[0x95][0xcc][0x18][0x1f][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'G[0xf9][0xa8]H[0x1d][0xc8]N[0xb6]b[0xd9]<[0xb1]Go[0xab][0xe3].[0x9c][0xd2]k[0x1b][0xd1]I![0xcb]R [0xb]l[0x96]~[0x8e][0xc]p[0xeb][0xc3][0xe9][0xc3][0x96]k;[0xe9][0xe3]v[0x8e][0xc8]K[0x83][0xc8]K[0x81][0xc8][0x91][0xf7]U[0xca][0xec]U[0x94][0xa7]s[0xae][[0xe][0xd2]}p[0xa9][0xde][0x80]P[0xfd]hl[0xad][0xb1][0xbb][0xaa][0xcd][0xb3][0xd4]Y[0xd3][0x98][0xeb][0xcb][0xbd][0xbb]As4[0xb8][0x8b][0xdd][0xc5][0xda]Mh[0xf0][0xe5][0x16][0xbb][0x17]6z|[0x9e]>,[0xbf][0x1d]+n[0xc1][0xf4][0x80][0x8f][0xab]V.[0xf5][0xd2][0x15]y%[0xde][0x12]'[0xe3][0xd8][0xeb][0xf3][0xb4][0x95]x[0x97]:[0xf][0xb8][0xd5][0xc1][0xb7][0x1f][0xa8][0xad][0xbe][0x5][0x9a][0xa2]7k[0x87][0xad][0xbc][0x8a][0x9][0xc][0xb8][0x9f]9[0xe4][0x1][0xc6][0xe2]C[0xcc][0xa2][0xf][0xd3]2[0x8f]0f[0x1f][0xc5]T" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0x86]r<[0x8e][0x6]<[0x81]5[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]x[0x8a]9[0xf6]iZ[0xf8][0x19][0xae]}[0x9c][0x96][0xd6]V[0xf8]<[0xc8][0xdf][0xd0]&[0xe1]SLs^r[0xcf][0xb3][0xd5][0xf4][0xd0][0x10]k[0x19][0xe1][0x97][0xd0][0x18]s[0xb1][0x12][0x9f]a[0x94]k[0xf0][0xf3](~[0x96][0x94][TN[0x1b][0xa6][0x9b][0xd1]/[0x86])[0xa2]I.[0xe3][0x8a][0x1c][0xee][0xdd][0x9e][0xf2]N9[0xf3][0xd3][0xe5][0x94],[0xde][0xe1][0x8b]+[0xe5][0x9d]G8#y[0xef]Tzg[0xd5][0xca]i[0xae][0x1d][0x85][0xdb][0x7]p[0xea]*GCn[0xf9]](mtU[0xfb]\}X[0xdd][0xe0],v[0x96][0xdf][0x84][0xdc][0x83][0x98]x[0xc0][0xb1][0xfd]@[0xae]*[0xce]u[0xdf][0xf8][0xf6][0xb3][0xb4][0xb1][0xcf]U[0xec][0xec][0xc7][0x9a][0xa3][0xc3][0xed]9[0xfa][0xed]yz[0xf5]%L[0xc4][0xcb]([0xc5]+[0xcc][0x14][0xaf][0x12][0xfe]k[0x4][0xfe]:[0xc3][0xef][\r]f[0xa2]7[0xd1][0xa0][0x94][0xad][0xf8][0xe9]I[0x8]i5N[0xe5][0xa1][0xdd]b[0x7]Y#[0x8f][0xee][0xa5][0x94]\[0xc0]p[0xbd][0x8a][0x94][0x83]r*p5)'[0xa5][0xfa]q[\r][0x95]tq[0x8f][0xf9][0xf8]"[0xc7]r[0xc9][0xc9]7bJ[0xb5][0xab][0xc8]#[0x7][0xd1]?[0xad][0xfa][0xee][0x1][0xac]]e+[0xe4]t4[0xb8][0x8a]][0xd4][0xa5][0xc8][0xe7],vU[0x17][0xbb][0x16][0xb6][0x1f]p[0xd1][0xa9]/d[0x1e][0x99][0xa9][0xb2]N[0xe9]tr>[0xf2]U[0x1]J[0xd4][0x4][0xcc]`;WML[0x1f][0x8f]B[0x14][0xf3]0]j[0x1f][0xf][0x1a]y[0x12][0x91][0xb2][0xa9]$r[0x8d])[0xe9][0x6][0x1b]y>[0xca]x[0xec].[0xb1][0x1d][0xc0][0x7]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa5][0xa4][0x1d][0xc9][0x99]e[0x3]hj[0xad]9[0x8c]u[0x8a][0xea]M[0xa8][0xa1];[0xd6][0x1f][0xc6][0x6][0x7]nm[0xf3][0xdc]J[0xd6]|[0xaa];[0x5][0xa7][0xa5][0x0][0x96][0xc8][0xb6]j*[0xf3]I[0x19][0x1][0x96]c[0x8a][0x9a][0xe][0x9f][0x9a]i[0x83][0xb]P[0x9c][0xcf].[0xc]7[0xdb][0x87][0xaa],[\r][0xae][0x8c]'][0xa2]CL[0xf7][0x15][0xdc][0x82][0x9c]B[0xb0]p[0x1e]L[0x1][0xd9][0x94][0x2][0xa2][0x5][0xaa]kFT[0xe8]d][0x9f][0x98][0x16]N[0x96][0xb4]H[0x8d]I#Y[0x0]5|[0xcd].[0x80]B}[0x9d]i[0xc4]Q[0xe8][0xc6]7qkJx[0x1d][[0xe1]r[0xf1]L[0xaa][0xde][0xac][0xa2][0x93][0x99][0xd5]E[0x81][0x86]=[0xff]-[0xfb][0xfb]m[0x96].0k;[0xb1][0x91]a[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-d[0xdb][0xca][0x19][0x7][0xdb]6[0xc8][0xdf]dK[0xd5][0xdc][0xd5][0xbe][0xff][0x1]PK[0x7][0x8][0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/internal/runners/statements/InvokeMethod.class[0x95][0x92]]O[0x14]1[0x14][0x86][0xdf]2#[0x3][0xc3][0xe0][0xb2][0xb]~[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]e5N4[0xde][0x18][\r]^[0x18]HLV[0xbd][0x80]`[0x8c]W[0xdd][0xe5]d[0xb7][0xcb]lK:[0x9d][0x5][0x96][0x9]hb[0xa2]?[0xc0][0x1f]e<[0x9d]E [0xae]&x[0xd1][0xd3][0x9e][0xd3][0xf3][0x9e][0xa7]=[0xed][0x8f][0x9f]_[0xbf][0x3]x[0x84][0xbb]1"\[0x9b][0xc6]$[0xae]{s#[0xc2][0xcd][0x18][0xb7]p;[0xc2]b[0x84]%[0x81][0xd8]Q[0xee]^[0x93][0xeb][0x99][0x1d][0x81][0xd5][0x96][0xb1][0xdd][0xb4]_h[0xe5]R[hM6O[0x7]f[0x87][0xb2]t[0xc3][0xca][0x1][0xed][0x1b][0xbb];J}&0[0xe9][0xa4][0xed][0x92][0x13][0xa8][0xb5][0xfa]r([0xd3]L[0xea]n[0xfa][0xb6][0xdd][0xa7][0x8e][0xf3][0xbb][0xcf][0x15][0x17]Y[0x13]Xk[0x9c][0xbb][0xe6]x[0x9d][0xd5]m[0x81][0xf0]%'[0xb]TZJ[0xd3][0x9b]b[0xd0]&[0xbb]%[0xdb][0x19]y[0xae][0xe9][0xc8]l[Z[0xe5][0xfd][0xe3]`[0xe8]z*[0x17]xr[0x6][0xaa][0xb4]#[0xab]evB[0xcf][0x9d]t4 [0xed][0xf2][0xf4][0x95][0x1e][0x9a]]:[0xb9][0xd3][0x14][\r]eV[0xf0][0xae]@[0xd0][0xf0][0xf0]x[0xfd][0xa0]C{N[0x19][0x9d]G[0xa8][0xb3][0xbf]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xa1][\r][0xe5]Y[0xd5][0xb3][0xea][0x87][0xfe][0xf0][0x9][0x12],$[0x98][0xc2]t[0x82][0x18]3[0x2]s^)[0xc2][0x9d][0x4][0xcb]X[0x11]x[0xfc][0xff]'[0x14][0xa8][0xff][0xab][0x97][0x9b][0xbf][0x15][0x2][0xf3][0xa7][0xcc][0xad][0x9e]5[0xfb][0xa3][0xc6][0xdc];[0xe7]+[0xf0][0xb5]T[0x89]\?[0xd8][0xcb]L[0xae][0x86][0x94]}[0x14]x[0xda][0x18][0x9c][0xf]y[0xaf][0xf1][0x10][0xea][0xfc][0xeb]"[0xfe][0x8a][0x13][0xa8][0xf9][0xc6][0xf0][0xaa][0xe6]{SF[0x4][0xf7]k[0x96][0xed]E[0xf6][0xde][0xb3][0x1f][0xf0]\i~[0x81]h[0xde]?[0xc2]D[0xf3][0xc1][0x11][0x82]Oeb[0xa5][0x94][0x85]lc[0xb6]3\&a[0xd1],[0xe6]8[0xb2]4[0x92][0xa1][0xca][0x19](W[0x1e]#[0xca][0x95][0x7]y[0xcc]<[0x16]x[0xf6][0x98][0x17][0x9c][0xed][0xf7][0xaa][0xcd]C&[0x1c]"[0x8][0xbe]![0xfc][0x8c][0xb][0xef]NA1[0xcf][0x9c][0xc0][0xc5]k% [0x19][0x9][0x8e][0x1][0x97]x[0x84][0x1c][0xb9][0xcc][0xe3]J[0xa9][0xb9][0xfa][0xb]PK[0x7][0x8]d[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/internal/runners/statements/RunAfters.class[0xa5]U[0xdb]O[0x1c]U[0x1c][0xfe][0xce][0xee][0xc0],[0xcb][0x8]-7]K[0xad][0xb4][0xb4][0xdd][0xb]0E[0xad][0xca][0xc5]U[0xac]PZw[0xa9][0x96][0x86]F}q[0x80]#[0xc][0x1d]f[0xc8][0xcc],[0x5][0x1f][0x8c][0x89][0xf1]UcBL|[0xf4][0x89][0xe7]&R[0xa4][0x8d][0x97][0x97]&[\r][0xf]>hb[0xe2][0x83][0xfe])[0xea]wf/r[0xd9]F[0xaa][0xf]{[0xce][0xef][0xfc][0xae][0xdf][0xf9]~[0xbf]9[0xbb][0xfb][0xe7][0xbd][0xef][0x1][0xc]b:[0x89]6[0xc]6[0xe1]8[0x9e]S[0xcb][0xf3]jyA[0xc7][0xc5]$[0x1a]0[0xa8]l/6[0xe3]%[0xbc][0xdc][0x8c]![0xc][0xab]eD[0xc7][0xa8][0x8e]W[0x92]hF^[0xc7][0xab][0xca][0xf8]Z[0x12]cx][0xc7]%[0x1d]o[0x8]h[0xae]\[0xb][0x5][0xce][0x14]<[0xc1]\*[0xb9]vh[0xfa]%[0xd7][0x95]~`.{[0xf3][0xd2]1[0xa7]C+[0x94][0xcb][0xd2][\r]G[0x4][0x1a]C[0xcb]_[0x90]to+,Y[0xab][0x96][0xe9]X[0xee][0x82]ymvI[0xce]EV[0xeb][0x83][0x90]q[0x2][0xc7][0xca][0xd6]Rh;f[0xc1][0xe][0x94][0xad]i[0xda]^p[0xad][0xb0][0xe4]K[0x81][0x91][0x3][0xe6][0xd1]G[0xd6][0x9e][0xf0][0xad]ey[0xdb][0xf3]o[0x15]e[0xb8][0xe8][0xcd][0x8f][0xe4]U[0x95]Q[0x9b][0x8e]y[0x81][0xc9][0xf4][0x11]0[0x1f]Dr[0x18]wf[0x86]$\b[0x98]@k[0xc1]v[0xe5]TiyV[0xfa]7[0xac]YG[0xaa]{zs[0x96]3c[0xf9][0xb6]:W[0x94]Z[0xb8]h[0xf3][0x96][0x83]{[0xca][0xdb].o[0xee]ZN[\r]GPE[0x10][0x98][0xd7]K[0xee]XD[0xc][0xc1]w[0xed][0xcf][0xb7][0xbe]R[0xcd][0x19][0xfc][0x87][0xcb]<[0xe]o[0xf5][0xef][0x9d][0x90][0xab][0x96]Sbz[0x81]xZ)[0x4][0xa5][0xce]=[0xbe]7[0x16]}[0xef][0xb6]BH[0xec][0x9a][0xb4][0xe6][0x16][0x5]2G[0xae]*[0x10][0xb3]{[0x5]:[0xf6][0xc0][0xbe]B[0x1e][0xac][0xd0][0xf3]U[0x1f][0xa5][0xef]{jZ[0xce][0x1f][0xba]V[0xbd][0xfa][0xaa][0xf5][0xc9][0xf1][0xb5]9[0xb9][0x12][0xda][0x9e][0xcb][0xb0][0xe4][0xb4]W[0xf2][0xe7][0xe4][0x84][0xad][0xe8]k[0xa9][0x91]<[0xa0][0x82][\r][0x9c][0xc0]Y[0x3][0xed][0xe8]0[0xf0]$[0x9e]2[0xd0][0x89].[0x81][0xf6][0xea][0x8c][0xf9][0xbe][0xb5][0xae][0x8a][0x19][0xe8][0xc5]Y[0x1d][0xe3][0x6]&pY[0xc7][0xa4][0x81]+[0xb8][0xaa]"[0xdf]$[0xb0]#^[0x94][0x3][0x90]][0x3][0x5][0x14][0xab][0x15][0xf7][0xdf][0xc4][0xc0][0x14][0xae][0xe9]x[0xcb][0xc0][0xdb][0xb8].`>[0xe6][0x10][0x9][0xf4][0xfc][0xeb][0xa0][0x90][0x8f][0xfd][0x94][0xb2][0xd3]v[0x85]y[0xce]`:S[0xbf]#m[0x87][0xb5][0x2][0xfa][0xa2][0x15]LEO[0x4]'[0xe4]]v[0xb3][0x1a][0xbd][0xff][0xdb]?n[0xbb][0xab][0xde]-9[0xbe][0xb6][0xe2]x[0x81][0xbd]*[0x9d]u[0x81][0xa1][0xf4]a[0xcf][0xf7][0xea][0xc]b[0xbd]|qk[0x9e][0xbc]v[0xd6][0xc9][0xa0]@\x[0x14][0x5][0xc5][0x92][0x13][0xda]+[0x8e][0x9c][0xb0]l[0x87]oMm^[0x4][0x9a][0xad] [0x90]~8[0xbe][0xbc][0x12][0x12]Z{[0xfa][0xe0][0xc3][0x90][0x99]A[0xf][0xdf][0xd2]6[0xbe][0xb2]q[0xae][0x1c][0x1d]Jmjp[0xa2][0x9d]S[0x4][0x81][0x14][0xe5][0x18][0x9e][0xe6]Op[0xc2][0xba][0xb9][0x9f][0xa4][0xe6]#[0xee][0x1a][0xf7][0x8e][0xec]6D6[0xb7][0x85]X[0xb6]o[0xb][0xf1]l[0xff][0x16][0xb4];Q[0xbe]g[0xb8]v[0xf1][0x85][0x6]+h[0xcc][0xd6][0xc4][0xfc]-[0xac][0xd0][0xce][0xfc][0xa7][0xa8][0xcd][0x96][0xe3][0xf1],1 [0x92]T}[0x11]I[0xaa]r,[0x92][0x14][0x96]8NS6j6[0x85][0xa5][0x8c][0xea][0xc]u[0x9c][0xe5]2[0xa6]X/=[0x9b][0xa8][0xff][0xe3]>[0x1a][0xde][0xd9]Fc![0xfb][\r]bw[0xa1]s[0x8b][0xef] !P[0xec][0xdb]A[0x93][0xc0]W[0xc8]QH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfc][0x88][0xe6][0xa9]~Z[0xb5][0xf8]w0[0xee][0xe2][0x89][0x9b][0x9b]h[0x19][0xd6]r)m[0x7][0xad]1[0xdc][0xdc][0xfc][0xeb][0xe7]M|^T[0xce][0xea][0xf8][0xbf][0xd2]L[0xe]7[0xd4][0xe2][0x87][0x1b]S[0x8d][0x95][0xc][0x3]J*[0xa7][0x18][0xd6]S[0xfa][0xc1]$[0x89]\*QM[0xf2]S[0xaa][0xe1][0x87][0xdc][0xb7]8v[0x7]:[0xfa][0xf8]/7J6[0x13]hE[0x91]{[0x80][0x8f][0xf1]I[0xe5][0xbc]A[0x6][0x8a][0x98][0x89][0xf6]m<[0xc0]C[0xea]7[0xf0]et.we[0x89][0xc][0x82][0xc]&[0xd8][0xcf]V[0xf6][0xa2][0x8f][0x1d][0x18]"[0x8f][0xa3][0xe4]9ON/S[0xbe][0x8a]s[0xcc][0xd2][0xcd][0xef][0xf6]$s[0x9d]b[0x85][0x1e][0xd6][0xe8]e[0x95][0xd3][0xf8][0x94]>[0x9f]Q[0xfe][0x82]>[0x1b][0xb4]m[0xd3][0xf6][0x80][0xe7][0x87][0xb4][0xed][0xd2][0xf6][0xb][0xe5][0xdf]p[0x1e][0xbf]#[0x1d]u[0xfa]C[0xf6].[0xcf][0xce][0x9c][0xa3]Nc[0xb5][0x13][0xd4]g[0x88]%[0xc5][0xff][0xf6],r[0xec][0xde][0x14][0xb1](k[0x8c][0xb9][0xab]~A[0xcd][0xef][0xfd][0x9a][0xdf]n[0xc5][0x9a]`[0xcd][0xee][0xc8][0xaa][0xe3]k\[0x8c][0xac][0x8d][0xaa][0xf3][0x95]iJ[0xe0]W[0xd6]Q[0xd3][[0x9d][0x9c][0xb2][0xa6][0x9f][0xd2][0x0]5[0x1a][0xf7][0x16][0xfe][0xcc]h[0x8a].[0xfc][\r]PK[0x7][0x8][0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/internal/runners/statements/RunBefores.class[0x9d]TmO[0x13]A[0x10]~[0xb6]W8Z[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5]yS[0x14][0x4][0xa5]-/[0x7][0x8]*[0x16][0xab]b [0x9a][0x14]L[0x84]`[0xa2][0x9f][0xae]em[0x17][0xae]w[0xe4]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|[0xd1][0xdf][0xe1]/[0xf0]3[0x89]`0[0xd1][0xf8][0xd9]_[0xe1]/Qg[0xaf][0xe5][0xb5][0x18][0xc1]\vgnfv[0xf6][0x99]yv[0xf7][0xc7][0xaf]/[0xdf][0x0]L`.[0x8a]&$#[0xd0][0x90][0x92][0xd3][0xb0][0x9c]F[0x1a]1[0x8a][0xb1]F[0xe8][0x18][0x97][0xd3][0x84][0x8a]I[0x15]w[0xa2]h[0xc0][0x94][0x8c][0x9e]VqW[0xc5]=[0x86][0xb0][0xc5][0xb7]=[0x86][0x81][0xac][0xed][0x14][0xf4]u[0xdf][0x12][0x9e][0xee][0xf8][0x96][0xc5][0x1d]W/[0xd9]k[0xdc][0xd4][0x97]=[0xc3][0xe3]%nyi[0x86]z[0xcf]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0xc2][0xe3][0xd9]u[0xa3]l[0xe8][0xa6]a[0x15][0xf4][0x17][0xb9]u[0x9e][0x97]^5[0xc7][0xdf][0xda][0xe]w[0x19]Z*n[0xdf][0x13][0xa6][0x9e][0x15][0xae]tF[0x96]E[0xc1]2<[0xdf][0xe1][0xc][0xe9]3[0xee][0xd9][0xbf]n[0xbe][0xe0][0x18]%[0xbe]e;[0x1b][0x8b][0xdc]+[0xda]k[0xe9][0x8c][0x4]1+(0[0xc3][0xf0],q[0x1][0xd0]g[0x91][0xd4][0x2]O[0xae]R[0x17][0x9e][0xd2]2[0x86]XVX|[0xc9]/[0xe5][0xb8][0xb3]b[0xe4]L.[0xb][0xb5][0xf3][0x86][0xb9]j8B[0xfe]W[0x8d]a[0xaf]([0xa8][0xca][0xc9][0x13][0xdb][0xb][0xcb][0xe3][0x8e]e[0x98]G8[0xdc]C[0x4][0xae][0xfe][0xd2][0xb7][0xe6]*[0x9d]![0xf4][0x1d][0xa7][0x13][0xee]l[0x1e]&u[0xff][0xa3][0x9a][0xcb]4[0xee][0xfc][0xc2][0x1b]x[0xd9]0}J[0xcf][0xa0]$[0xa4][0xa1][0xbe]B"C[0xf2][0xc2][0xb9][0x19]Bb[0x90][0xa1][0xfd][0x4][0xb8][0xe7][0xd4][\r][0xc3][0xb3][0x1d][0xf2]E[0xe7][0xb7][0xf3]|[0xd3][0x13][0xb6][0xe5][0xaa][0xb8]O[0xff][0xcb][0xb6][0xef][0xe4][0xf9][0x82][0x90]E[0xc7][0x8e]{3&Wk[0xe8]@[0x9f][0x86]f[0xc4]4[0xc4][0xd1][0xa6][0xa1][0x5][0xad]*f4<@Z[0xc5][0xac][0x86][0x87][0xc8]H[0xf7]#[0x86][0xa1][0xb][0xc2][0xa3][0xd3]x[0xb6]r[\r][0x8f][0xf1]D[0xc3][\r][0xf4]1[0x8c]_[0x96]C[0x86][0xfe][0xf2][0xc4][0xd0]v[0xbc][0xe7]J[0xd1][0xb1][0xb7]*[0x1c]7[0x9f][0xa6][0x8f][0xda]/[0xaa][0x8d][0xa2][0x83][0x91]H[0x9e][0xdf][0xc0]x[0xad][0x95][0xee]Z[0xd1]p[0x97][0x82][0x9b]K[0xb4][0xbd][0xa6][0xe6][0x1f][0xae]>}%[[0x85]U[0xb6]7[0xf8][0xfc][0xf6][0xa6]i[0xbb][0xa2][0xcc][0xcd][0x1d][0x86][0x99]Dm[0xe4][0x9b]sNG[0xad][0x9][0xfd][0xf4][0xb0]4[0xd1][0x93][0xa3][0x10]9[0xc4][0x11]iq[0xc9]P [0x89].[0x10][0xe][0xd2]C[0xb8]B[0x83]*B'[0xc9].[0xb2][0xbc]#[0x19]&[0xd9][0x9e][0xfa][0xc][0x96][0x1a][0xde]C(5[0xb2][0x7]%5[0xba][0x87][0xf0]n[0x90][0xaf][0x9b][0xe6][0xe][0xd4][0xd1][0x1c][0xa3][0xc8][0x16]D(ks[0x90][0xb3][\r]=dMU[0xd6][0xe3]*[0xae][0x1][0x81]&[0xf7]g[0x81]&[0xa3]B[0x81]&[0xb1]([0xe8]%];[0xf2]I,[0x15]T[0xd7][0xc9]F[0x9c]W1[0xbd][0xa7]H[0x85][0xe4]t[0xea][0x13][0x94][0x3][0xd4]1d[0x87][0xf]P[0xcf][0xf0][0x1][0xbd][0xa4][0xa8][0xc][0xdf][0xd1][0xb0]8B[0xde][0xb0][0xf2][0x15][0x91]}D_}[0xfc][0xfd][0x93]~C[0xfb]h[0xdc][\r][0x12]v[0x7][0x85]K`[0x9d][0xb4]i[0x17]=[0xb8]=[0x98]"[0x88][0x12]p_[0x0][0xa4][0x89]Zv[0x93]"[0xa3][0x18][0xa0]o0[0x0]5]-[0xe2][0x16][0x8d]0Yn[0xd3][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]%[0xfe][0x0]PK[0x7][0x8][0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/junit/matchers/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/matchers/JUnitMatchers.class[0xbd][0x96][0xfd]v[0x13]E[0x14][0xc0][0xef][0xd0][0xd0]m[0xd2][0xb5][0xc5]"[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0xb](i[0xb]][0x10]Q[0xa1]!ZB[0x80]b[0xca]G[0x93][0xd6][0x8f][0xaa]8[0xd9][0x8e][0xc9][0xd4]d[0xb6]gwR[0xe5][0x11]|[0x1b][0xfc]K[0x8f][0xf0][0x0]>[0x94][0xc7];[0x9b]M[0xd2][0x99][0xdd][0xd0]&[0xe5][0x90][0x9c][0xdc][0x99][0xb9];[0xf7][0xfe][0xee][0x9d];3[0x9b][0xff][0xfb][0xe7][0x15][0x0]\[0x7][0x9a][0x81]w[0xa0][0x94][0x81]5x[0xac][0xc4][0x13]%[0x9e]*[0xf1]L[0x89]u%[0xca]JT[0x94][0xd8][0xc8][0xc0]&|[0xa3][0xc4][0xb7][0x16]|g[0xc1][0xf7][0x4]Fs\p[0x99]'0[0x92][0x9d][0xdf]$[0x90]*x[0xdb][0x8c][0xc0]d[0x89][0xb][0xf6][0xb8][0xd5][0xac]2[0xbf]B[0xab][\r][0xd4]L[0x95]<[0x97]66[0xa9][0xcf][0xd5]8R[0xa6]d[0x9d][0x7][0x4].[0x94]<[0xbf][0xe6][0xec][0xb4][0xd0][0x91][0xd3][0xa4][0xd2][0xad]3?p[0x1e]m[0xe0]p-[0x1a]-[0x13][0xb0][0xea]4X[0x95][0xac]I`![[0xda][0xa1]{[0xd4]iPQs[0x9e]Tw[0x98]+[0x97][0xe7]C[0x17]u[0xda]t}[0x16]H'[0xb2]Sf[0xac][0xc1][0x9a]LH[0x15]A[0xcc][0x8a][0xc0][0xb4][0x1e][0xd6][0x8b][0xdd]Nh#[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xce][0xdc]c[0xbb]>s[0xa9]d[0xdb][0x4][0xd2]e^[0x13]T[0xb6]||[0xbc][0x96][0xab][0xdc][0x8e][0xfb][0xcb]g[0xd1]*9[0x94][0xdc][0xbe][0xd9][0x98][0x86][0xaf]([0xb9][0xab]8=[0x8f]_[0x2]3[0xeb]-!y[0x93]m[0xf2][0x80][0xe3][0x93][0x15]!.[0x8][0x9c]K~r`]^k6L[0x9a]i[0xb6][0xc7][0xfc][0x17][0xed][0xf3]x&[0xd9]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "i{[0xa0][0xad]2t@[0x13][0xae]'$[0xe5]"(K[0x9f][0x8b][0x9a]qK[0xb4][0x95][0xfd]k[0x90][0xe]Z[0xd5] 2[0x9c][0x8a][0xdb][0x11][0xc8][0x1f][0xda][.>Q[0xc5][0x97][0xaa]z[0xb2]n[0xc1][0xf][0x4]N[0x15][0xbc]f[0x95][0xb][0x15][0xfe]][0xd4]u[0xcf][0xa2][0xbd]*[0x4][0xf3][0xb][\r][0x1a][0x4][0xc]7A[0xf9]p[0x87][0xdb][0xf5]|[0xe6][0xf4][0xba]}[0x90][0xe8]v[0xdc]t[0xeb]in[0x1f][0xc6][0xdc]>[0xdc][0xe7]v[0x15][0x8f][0xc2][0xde][0xd7][0xb0][0x8c][0xed][0x14][0xf6]n[0xc1][0x16][0xdc]F[0x8b][0xaf][0xb0]][0x81][0x99][0xff][0x1]PK[0x7][0x8][0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0]org/junit/rules/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/DisableOnDebug.class[0x8d]U[[[0x1b]U[0x14]][0x87]\[0x6][0x92])[0x85][0x81] [0xa2][0xad]mA[0x9a][0x1b][0x8c][0xda]Vm[0x83](mJE[0x3][0xd4][0x82][0x14][0xa9][0xb7][0x9][0x8c][0xe1]`2[0x89]3[0x13][0xb5][0xdf][0xe7][0x1f][0xe9]/[0xf0][0x85][0x87][0xf6][0xfb][0xec][0x5][0x1f][0xfc][0xfa][0xdc]?[0xe0][0xbf]Q[0xd7][0x99][0xa4]![0x17][0x8a][0xbc][0x9c][0xb3][0xcf][0x9e][0xbd][0xd7]^{[0x9d]}[0x92][0x17][0xff][0xfc][0xf9][0x17][0x80]w[0xf1]}[0xc][0x1f][0xe0][0xc3]8[0xae][0xe2]Z[0xc][0xc3][0xc8][0xc5]``n[0x80][0xd6]G[0xea]8[0xaf][0xac][0x8f][0xe3][0x18][0xc1]'q,[0xe0]z[0x1c]7[0x90]W[0xcb]M[\r][0x8b][0xfd][0xb8][0x15][0x83][0x8e]O[0xfb][0xb1][0xa4][0xf6][0xcf]4|[0xae][0xa1][0xa0]aY [0xec][0xd6][0xcb][0xb6][0xc0]D[0xa1][0xea][0x96][0xcc][0xbd][0xba]#}Sy6[0xd2][0xb8][0xdd]F![0xd1][0xa2][0x90]@[0x12][0xa9][0xa0]`[0x2]id[0x98][0x19]So[0xaf][0xd9][0xec][0x83]f[0xb3]W[0xd2][0x7][0x18][0x10](d[0xe][0x10][0x13][0xf4]N[0xd3][0x88][0xb]<[0x87][0xbe]l[0x9c][0xca]>[0xc1] I[0x84][0xf7][0xb3][0xc6][0xe9]'[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcc][0xdf][0xff][0xfd];[0xb4][0xdf][0xd2]c[0x2]Q[0xae][0x92][0xfb][0x1e]{[0xfa][0x91][0xdd][0x94]1[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xa1][0xd6]"5A[0xf5]ga[0xb2][0xa0]F[0x2][0xef][0xf0][0xcf]Y[0x91][0xba][0x82][0xf7][0xa8][0xb][0xda]tQ[0x9e]I[0xee][\r]].[0xd1][0x97][0xc5][0xe5][0xa6].&w[0x15][0x13]Q[0xba][0xec][0xb7]t[0x88][0x6][0xce][0xdf][0x82]R[\r][0x90]H[0xb3]A8[0x15][0xf5][0xfe]PK[0x7][0x8][0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ErrorCollector$1.class[0xa5]S]O[0x13]A[0x14]=C[0x17][0x96].[0xab][0xd4]R1[0xa0] b[0xd5]v[0xf9]X+~<[0x88]D[0xa8]51[0x1]}([0xe1][0xcd][0x87][0xe9]2i[0xb7]ng[0xcd][0xec].[0xf1]gi[0xd2]F[0xe3][0x83]?[0xc0][0x1f]e[0xbc]3[0x12][0x10][0xdb][0xd0][0x7]7[0x99]{gg[0xce]=[0xf7][0xde]33?}[0xff][0x1][0xa0][0x86]gy[0xd8][0xb8][0xaf][0xcd][0x3]m*[0xda]T[0x1d]L[0xc3]s[0xb0][0x86]u[0x1b][0x1b]66m[0xf8][0xc][0xce][0x9][0x8f][0xca]J[0xf0]$[0x96][0xc][0xc5][0xfd].?[0xe1]~[0xc4]e[0xdb]o[0xa6]*[0x94][0xed][0xe7][0xc]y[0x8d][0xa0][0x91][0x89][0x8b][0x80]w[0xad][0xae][0x8]R[0x2][0xcc]h@[0x8f][0xa7]AG([0x86][0xf9][0xfd]X[0xb5][0xfd][0xe][0xef][0x5]J$[0xa9][0xf0]g[0x9d]`Si'L[0xca][0xf][0x19]V[0xc][0xa2][0x9b][0xc9]0[0xf5]U[0x16][0x89][0xc4]o([0x15][0xab]z[0x1c]ED[0x18][0x1b][0xec]vH[0xbb];[0xc][0xef]+[0xe3][0xc0][0xc3]%[0xf][0xd7]8[0xba][0xa4][0xea][0x11][0x83]U[0x8f][0x8f][0xa9][0xaf][0xd9][0xfd]P[0x8a][0xb7]Y[0xaf]%[0xd4]!oE[0xa6][0xd3]8[0xe0][0xd1][0x11]W[0xa1][0xfe]?][0xb4]t[0xb][0xc]`p[0xdf]H)T=[0xe2]I"heuL[0x95][0xe5][0x1a]5e[0x11]a[0xc4]P[0xaa]TG[0xa9][0xe8]4>[0x5][0xe2]c[0x1a][0xc6]2[0xb1]A*[0xe5][0x9b]a[[0xf2]4S[0x94][0xb7]1[0xa2]%[0xb3][0x92][0xa5]a[0xe4][0x7][0xb1][0xc]2[0xa5][0x84]L[0xfd]:e[0xd0][0xa5]n[0xf][0x7][0xec][0xe8][0x1c][0xcd]8S[0x81]x[0x1d][0xea]f[0xe6].[0x96][0xb8][0xa9]#H[0x89][0x86][0xc][0xa2]8![0x1d][0xf]D[0xda][0x89][0x8f]m[0xd4]\<[0xc2][0x96][0x8b][0x2][0xae][0xb9]p0[0xe3][0xc2][0xc5][0x15][0x17]W1[0xeb][0xa2][0x88][0xc7]6[0x9e][0xb8]x[0x8a]-:[0xd7]q[0x1a]0[0x14][0xfe]-[0x8b]a[0xe9][0xd2]F[0xa8][0xcc][0xf3][0x90]3[0x85][0x18][0x96]/[0xcf]E[0xf2][0xd1][0x11][0x7][0x1f][0xe];[0x9c]R[0xbc][0xa8][0xfc][0xdf]%[0xc9]U[0xb4]-[0x9c][0xa7][0xdc][0xa5]SWD[0xec]p3[0xd1]Y[0xb0]BOl[0x9a]nF[0x1e]V[0xa1][0xa0]u[0x2][0xc8][0x93]T[0xc6][0x93]Z[0xc6][0x93][0x88][0xf4]@'h[0x14]1G[0xe8][0x12][0xcd]^[0xd1][0xff]$[0xf9]Eom[0x0][0xe6][0xad][0xf]0[0xe1]m[0xc][0x90][0xf3][0x16][0xac][0x1],[0xef]+&[0xbf][0x98][0x98][0xeb]d[0xa7]([0x6]x[0x89]y[0xb2][0xae][0x99]/[0xe2][0x6][\r]}'o[0xe2][0x16][0xa1]4[0xe3][0x1e]rf[0xaf][0xe4][0xf5][0x89][0xab]OT}X[0xdf]0[0xa5][0xa7][0x9f][0xcf][0xb8][0x1c]S[0xc7].U[0xb6][0xf7][0x17]_[0xe9][0x94]o[0x89][0x86]E+[0xcb]do[0x9b][0x98][0x15][0xdc]1~[0x15]w[0xcd]^[0x19][0xf7][0xb0]`x[0x18][0xf5]n[0xbe][0xdf]PK[0x7][0x8]~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/ErrorCollector.class[0xa5]Uks[0xdb]T[0x10]=[0xd7]v-?[0xd4]:[0x8f]6[0x14]J[0xdb]P[0xd2][0xd6][0xb1][0xd3][0xaa][0xa1][0x90][0xd0][0xda]u([0xae][0x3][0xa1]N[0xd2][0xd6]&[0x9d]2[0xc3][0x7]E[0xb9][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb2][0x94][0xb9][0x92][0x2][0xf9]We[0x6][0x1a][0x1e]3[0xfc][0x0]~T[0x87][0xbd]W[0xb2]q[0x1c][0xe3][0xc][0xc3][0x7][0xfb]>v[0xf7][0xec][0xd9][0xbd][0xbb][0xab][0xbf][0xde][0xfe][0xfe]'[0x80]e[0xec][0xe4]0[0x85][0x7][0x1a][0x1e][0xe6][0x90][0xc0][0x83],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa8][0xe4]P[0xc5][0xa3][0xf9][0xaf](v][0xb3]g[0x9][0xee][0x7][0xc6][0xa6][0x19][0x90][0xbe][0x88][0x90][0xf]M'T[0xc1][0x9d]2b[0xd0]z[0x91]&[0xc3][0xdc]x[0x4]%[0x18]N[0xca][0xd1]A?1[0xc9]v[0x9b][0xc4]W[0xc6][0xda]UI&3[0xbf]Zm?<[0xed][0xb7]V$[0xf1][0x4];I[0xfb][0xd1]p[0x90][0xad]@[0xd8]n[0xa7][0xf2]_[0xc2]N[0xb]n[0xfa][0x9e]{2[0xee][0x18][0x87]a[0xe3]_x[0x9d][0xd6]=[0x9b][0xe9]y[0xf5]4[0xad][0xd0][0xb2]8[0xdf][0xa3][0x7][0xbf]_[0x1c]*L[0xcb]s[0xad]P[0x8][0xee][0x6]F[0xdd]t[0x9c][0xe8][0xbd][0xc7][0xbd][0x4][0xa3][0x8c]f[0xac]X[0x85][0xe1][0xfa][0x19][0x18][0xc][0xb][0x93]5[0xfa]/[0xb0]61[0xd2][0xc9][0xd6][0x8b][0xea][0x85]s-/[0x14][0x16]_[0xb7]%[0xaf][0xd9][0x93]UW[0xa2][0xe8][0xb8][0x84]9[0x12][0xfd][0x83][0xf8]X[0x8][0xf3]H[0xf6][0xa4][0x8e]i[0xcc]hh[0xea][0xd8][0xc4][0x96][0x86]m[0x1d][0xcf][0xf0][0x9c][0x1]:n`[0x89][0x9a]jrO-,3[0xe8][0x1b][0xae][0xcb]E[0xdd]1}[0x9f][0xfb][0xd2][0xd3][0xb][0x1d][0xf7][0xb0][0xac][0xa1][0xa5][0xa3][0x8d][0xaf][0xfb]nO6[0x8c][0x8e]k[0xb8][0xce]pm2<5[0xe4][0xa8][0xc2][0x8e][0xec]`[[0xf6][0xc3][0xbd]a[0x91][0xa4][0xe0][0x1b]=[0x1a][0x1b][0x8e][0xb1][0x19]:[0x81]}[0xe0][0xf0]u[0xd3]vh[0xe][\r]Z[0x9d]!/9[0x8a][0xa0][0xd1];[0x8]h[0x8][0xcc][0x16]G[0xc7][0x97],[0x96][0xb]'[0xef][0xa8][0x8b]hM\[0xcf][0xc7][0xa4]f[0x14][0x89]-[0xba][0xd9][0xa6][0xec]<[0xa3][0xfb][0xe7][0x83][0xc]e[0xe8][0xf6]#J[0xb3]tV[0x18][0xd0],[0xe0]>>&[0x9c][0xe2][0xe0][0xa1][0xe5][0xcd]'[0x83][0x12]\[0xa1][0xdf][0xaa][0xda]}[0x8a][0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]>[0xa1][0xca][0x12][0x3]PK[0x7][0x8][0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]B[0x0][0x0][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.class[0xa5]T[0xcd]N[0x13]Q[0x18]=[0x97]V[0xa6][0xc][0x83][0xad] [0xa8]U[0x91][0x9f]R[0xfb][0x83]L[0xcb][0x16][0xc2][0x86]`Bl[0xdc]@[0xba]`w;[0xdc][0xc0][0x90][0xe9][0xc][0x99][0x99]bW[0xbe][0x87]O[0xe0][0xba][0x89](q[0xe1][0x3][0xf8]$[0xea][0xc6][0xff][0xb8]3[0x9e][kM[0xa0][0x86]&.[0xe6][0xde][0xef]~s[0xbe]s[0xce]w[0xef][0x9d]y[0xfb][0xf3][0xf5][0x1b][0x0]U[0xac][0x8e]a[0xc]s&L[0xcc][0xeb]hAG[0x8b][0x6]r&[0x96][0x90][0xd7][0xc3]}=[0x14][0xc][0x14][\r][0x94][0x4][0x92][0xbe]j[0xc7][0x2][0x8b][0xb5] <[0xb0][0x8f]Z[0xbe][0x1b][0xdb]a[0xcb][0xf7]U[0x18][0xd9][0xcd]`_y[0xf6]N,c[0xd5]T~[0xbc]&0[0x1a][0x1f][0xba]Q[0xae]r[0x1e][0xee][0xa9][0xc8][0xde]j[0x1f]+'V[0xfb][mG[0x1d][0xc7]n[0xe0]k[0xf8][0xba]K[0xc0][0x86][0xc0]va[0x8][0xfc][0x10][0xe][0x8a]u[0x1a][0xde]dR ]s}[0xf5][0xb8][0xd5]l[0xa8]pW6[0x8c]n[0x86][0x17][0x13][0x19][0x8e][0xd7][0xb8]z[0xc4]u[0x82]s[0xba]T>[0x85]([0xbd][0xc2]Hi[0xf9][0x14][0x89]N[0xaf][0x14],[0xd1][0xaf][0xdf][0x91][0xee]=[0xe3][0xf][0x98][0xe2]j[0x86][0xef]X[0x82][0xeb][0xb8][0x1]t[0xa3][0x9b][0x94][0xd0][0xc4]<`[0xce][0x9a][0xf8])g[0x8d][0xca][0x97]^ [0xf1][0x12][0xc9][0xe7][0x98][0xa8]1[0x14][0xe5]3[0x8c]vtp[0x6][0xe3][0x19][0xcc][0xdf]Q[0xaa][0xc3]Z[0xc0][0xa0][0xe5]+=[0xdd][0x5][0xa4]8~d[0xee]+[0xb3][0x9f][0xd8][0xc4]gj[0xa1][0xe6]7[0xcc][0xe2];[0xf]?[0xfa]^[0xc6][0xe9][0xee]6[0xee]t9[0xf2]=Ww[0xf9]$[0x99][0xd1]|[0xb3][0xdd]n[0xee][0x11][0xb]r[0x9][0xa2][0x97]0[0x8d][0x91]_PK[0x7][0x8][0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/rules/ExpectedException.class[0x95]Wiw[0x13]U[0x18]~[0xa6]I;[0xc9]t[0x84]R[0xa5][0x14][0xeb]R6m[0x13] -[0xee][0xb6][0x82][0xb5][0x5]A[0xb]([0xa9]U[0xc4]m[0x9a]L[0x9b])[0xc9]L[0x9c][0x99][0x8][0xb8][0xe3][0xbe][0xef][0x1b][0xee][0xcb][0x7][0xbf][0xa0][0x7][0xcf]Q[0xe0][0xc0]Q?[0xea][0xf1][0xb3][0xfe][0x1][0xfd][0x19]z8[0xbe][0xef][0xcc][0xcd]d[0x92]L p[0xe][0x99];[0xf7][0xbe][0xef][0xf3][0xbc][0xfb][0x9d][0xfe]q[0xe6][0xd4]/[0x0]F[0xf1][0x8d][0x82]8[0x16][0xf8][0xa7][0xc0]?[0x86][0x8c]E~[0xee]W0[0x80][0xfd]2[0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "d[0xec]O[0xd2]N)[0x1][0x93][0x9f][0x96][0x8c][0xb2][0x2][0x15][0xf][0xf3][0x89][0xad][0xc0][0x81][0xcb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x15]^=[0xc2][0xab][0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe][0xe2][0x90][0x82]G[0xf1][0x18][0x8b]<[0xae][0xe0][0x9]<[0xc9][0xab][0xa7][0xf8][0xf4]i~=[0xac][0xe0][0x19]<+[0xe3]9[0x5][0xcf][0xe3][0x5][0x19]/J[0xb8]x[0xeb][0xc1][0xb2][0x9e]s[0xf5][0xfc][0xd6][0x83]9[0xbd][0xec][0x1a][0x96][0x99]u5W/[0xe9][0xa6]+A[0xdd]a[0x9a][0xba]=Y[0xd4][0x1c]Gw$,)in[0xae][0xa0][0xdb][0xb7]T[0x8c]b^[0xb7]%[0x8c]N[[0xf6]Bf[0xb1]b[0x1a]n[0xc6][0xae][0x14]u'[0xd3][0x84][0xb6][0xb3]NeL[0xc2][0x8a][0x92][0xe1]8[0x86][0xb9]P[0x93][0xd0][0x1d]G[[0xd0]%[0xf4]N/j[0x8f]h[0x99][0xa2]f.d[0xb2][0xae]M2$[0x1e]7-[0x93][0xce][0xd6][\r][\r][0x9f][0x9b][0x8b][0xc5]'[0xad]<[0x89]/[0x9d]6L}W[0xa5]4[0xa7][0xdb]3[0xda]\[0x91]v[0xba][0xc6][\r][0xd2][0xdc],!64<[0xcb]\VN+[0xce]j[0xb6][0xc1][0xc7]B&[0xee][0x16][0xc]rsM[L[0xcb][0xb][0x9a][0x99]/[0xea][0x13][0x14][0x1a][0x9b][0xb7][0xb6][0xda][0xb6]e[0x93][0xb6]2[0xa5][0x97]m=G1[0xcc]KX[0xb9][0xa7]b[0xba]FI[0x9f]5[0x1c][0x83](&L[0xd3][0xa2][0xe8][0x92]4[0x9][0xf6][0x85][0xdc][0xad][0xe9][0x10][0xf2][0xea][0x0][0xb9]R[0xf2][0xd8]f[\r][0xab][0xa8][0x85][0xe9]I{[0x95][0xad][0x97]-[0xdb][0xdd][0xd9][0x10][0xcc][0xbb][\r][0xb7][0x10][0x4][0xf4][0xba][0xa1][0xe6][0x88][0xb6][0x17]F[0xb9]T[0xc5][0xe8][0xd4][0xca][0xe5][0xe2]![0x9][0xf3]Cu[0x8a]\[0x17]N[0xa6]D[0xc1]." Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0x82][0x82][0x19]k[0x12]![0xc7][0x9c][0x9c]m[0xf8][0xb0][0xc3]m P[0x12][0xe6]4GoLB+[0xe1][0xee]|[\r]_[0xc2]eg[0xe7][0xa7]"[0xd0]=_)/[0xbe]7[0x5][0xad][0x94][0xb3]u[0xc7][0xcd][0x88]*[0x1d][0xe3][0xd2][0x90]E[0x95]s[0x86]"[0x85][0xbc][0x83]p[0xf5][0x1c]*W+he[0xa4][0xc6]xj3)%[0xb3][0xc6][0x82][0xa9][0xb9][0x15][0x9b][0xe4].[0x89][0xe6]gA6[0xe1][0xa2]p[0xe2][0xbc][0xf6][0xf3][0xb6][0xe3].1IX[0xd6]t(a[0xb8]qo<[0x1d][0xda][0x99])[0xd8][0xd6][0x1][0xb6]p[0x8c][\r]Y[0xdf][0x84][0xde]R[0x98]Y/[0xf0][0x83][0x16]T[0xd5][0xf2][0xa8][0xaa]"[0xb9][0xa4]S[0x99]s[0xbc]W[0x9][0xa9]h[0xf7][0x9a][0x15][0xd9][0x9e][\r]-[0x82][0x11]%[0xcd]D[0xdd][0xbe]A[0x93]Z[0x85][0xb]E[0x98][0xa7][0xe7][0xc5][0xfb][0xc6]h[0xb0][0xd6][0xe1][0x18]mA[0xb6][0x98],[0xf5][4h[0x19][0x9][0xfd]C[0x91][0xe2],,q[0xd0]"OiZ[0xd4]zZ[0xc6]KTY[0x86]3a[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0xab][0xbd][0xe9][0x8d][0xad]{[0xa9][0xbe][0xe6]5[0xa3]8U[0xd1]g[0xac][0xc6][0xc6][0x97][0xf1]2[0xd7][0xcd]p[0xd4][0xc][0x15][0x1][0xd3]|K[0x15]-[0x97][0xa3]\[0xae][0x1d][0x19][0x19][0x91]06[0xd4][0xc6]dd2[0x0]N[0xe2]&l&[0xb0]-ATx[0xe7]fZMx[0x86][0xdd][0xe2][0x11]M6[0x11][0xa5]Ob[0xe9]q[0xf4]4[0x12][0x9d]"[0xa2][0xd3]-[0x88][0xa6][0xb0][0xb5][0x81]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0x2][0xa2][i[0xb5][0x1d];D[0x9c]&[0xc2]D[0xcb][0x8e][0xa3][0xb7]VY>[0xd1]oD[0xf4]{[0xb][0xa2][0xdb]D[0xd8][0xb7]G[0x4][0x88][0xe0].[0x8c][0xb0][0xfb]O[0x82][0xfb][0xeb]<[0x2]t{`[0xf7]4[0xad]vF[0x13]][0x14]A[0xf4]7[0x11][0xfd][0xd3][0x82]hW[0x13][0xd1].[0xec][0xe][0x88][0xee][0xa0][0xff][0xf4][0xc1] [0x88][0xee][0x11]D[0xfd][0xd4][0x87][0x1d]G[0xb0],[0xcd][0xa9]?[0x8e][0xe5]'[0xd1][0xf7]-:[0xd3][0xbf]6v[0xe2][0xbf]T[0x8e][0xff]Q[0x17][0x9e][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xae][0xf1][0xf7][0x7][0xfc][0xfd]d[0xfc][0xc][0xb1][0xdd]E[0xeb]8=g[0xe9][0x9c][0xbe]RDB6[0x89][0x8e]J[0xf8]<+[0x8e][0xd6][0x97][0xad][0x14][0xb][0xf5]UB`v[0xf0][0xa7][0x8e][0xb0][0xf7][0xda]@[0xff][0x4][0xfa]ObeC>%[0x19][0xb2][0x94][0x88][0xc0][0xa8]Zs[0xaf]7[0xbd][0xf6][0x9]k[0xb2][0xd4]tl[0xfd]@[0xe0][0xf5][0xc5][0xd3][0xb4][0xec][0x8e][0xff][0x8c][0x81][0xbd][0xb1]t[0xf6]$.i[0xe8]S[0xa9][0x1b][0xdd][0x92][0x1a]r|@[0x10]t[0xa3][0x7][0xf7]q[0xc1][0xf4]$p?[0x1e][0x10][0xe6][0xde]([0xc2][0xdb][0xc5]=[0x1a][0xfb][0xa1][0xde]Y,[0x86]p[0xba][0xf0][0xa0][0x8]`[0x17][0x1e][0xaa][0xf] !j[0x98][0x13]&gD[0x0]:9aG#[0x1]}[0xcf];}@R[0xce]!/[0xcc][0x9]+K[0xd1][0xd6][0xd4])[0xd7][0x85]M[0xf7][0xe4][0xe7]q[0xb9][0x17][0xb][0x89]$[0xe3][0xb8][0xc][0x1d][0xff][0x3]PK[0x7][0x8][0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.class[0x95]T]S[0xd3]@[0x14]=[0xdb][0x6][0x2]%`)[0xa2][0x82][0xe2]'[0xd8][0xf][0x90][0x88](~[0xb4]V[0x5]Q[0xc0]"*[0x88][0xa3]o[0xa1][0x8d]m[0x98][0xd0]2I[0xaa][0xe0]O[0xf1][0xc9]7_|[0xc0][0x19][0x1d]Dg[0x1c][0x9f][0xfd]Q[0x8e][0xf7][0xa6]![\r][0x85][0xea][0xd0][0x99]n[0xf6][0xe3][0xee]9g[0xef][0xb9][0xbb][0xbf][0xff]|[0xff][0x9]`[0xc][0x8b][0x11]tc\[0xc6][0xd5][0x8]B[0x18]oG[0x14][0xd7]:0[0x81][0xeb][0xdc][0xdc][0x88][0xd0][0xf0]f[0x4][0xb7][0x90][0xe6]a[0x86][0x9b][0xdb]2[0xb2]<}[0x87][0x9b][0xbb][0x11][0xdc][0xc3]$[0xef][0x9c][0x92]q_[0xc6][0xb4]@[0xdb][0x9a][0xe6][0xe4]K[0xba]e[0xb]Ds[0xab][0xda][0x1b]M[0xad]:[0x86][0xa9][0xe6][0xc][0xdb]I[0xb][0xb4]/[0x1a][0xc5][0xb2][0xe6]T-]`[0xb8]a9[0x93][0xab]XE[0xb5][0xa4][0xad][0xe5]-[0xdd]v[0xd4][0xf9][0x1a]N&[0x95]Mgigk[0xc6]([0x1b]NV [0x9c]H.[0xb]HS[0x95][0x2]a[0x1c][0xc9][0x19]e[0xfd]qumE[0xb7][0x96][0xb4][0x15][0x93]fb[0xb9]J^3[0x97]5[0xcb][0xe0][0xb1]7)9%[0x83][0x4][0x8d][0xb9][0xc][0xab]U[0x2]R[0xad][0xaa][0xa9][0xdb][0xea][0xf4][0xc6][0xba][0x9e]w[0xf4][0xc2][0xf4]F^_w[0x8c]J[0xd9]c[0x9d][0xac][0x1a]fA[0xb7][0x88]7[0xac][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2]}[0x89][0x3][0xc5][0xa5]Y[0x8a][0xec][0x9d]X[0xe0][0xd8][0xc1]A[0xee]BP[0xd4][0xe6][0xfa][0xae][0xb0][0xbe][0xa6]g[0x16]8u0'/2mTw[0xb5][0xdb]K%[0xab][0xf2][0xb6][0x86]F[0xa9]y%[0xd0][0xb2][0xc2][0xe2][0x5]N$[0x92][0xcd][0xf4][0xa8]M[0x96]25KL[0xad]\T}\7[0xfd]Q[0xcd]4[0x17]^/[0x95][0xf4]y[0xdf][0xde][0xae][0xbc]fS[0xea][0xea][0x13]1B[0xdd][0xe7][0xf8][0xe4][0xbe][0xc9]&>_j[0xc2][0xcd][0xec][0x12]S[0x9][0x8c]6s[0xa1][0xd9]9;m[0xa3]\4w5[0xb][0xcc][0xfc]#[0xa5][0x87]LHd[0xb1]R[0xb5][0xf2][0xfa][0x3][0x83][0x13]?[0xf8][0x9f]:[0x1a]e[0x14][0x5][0xc7]p\[0xa0][0xa7][0x9e][0x8d]{[0x96][0xa5]mrJ[0x14][0xc4][0xd0]#[0xe3][0x81][0x82][0x1]-C[0xbb]d[0xbb][0xab][0xfb][0x81][0xfc]#[0x9f]I[0x4][0x13][0x1f][0xf4][0xdd][0x1f]e<[0xb3]4~`L[0xd9]d[0xee][0xbd]s[0xef][0x9d]s[0xcf][0x9e][0x99][0xef]?[0xbe]|[0x5][0xb0][0x89][0xb5]2[0xc]<[0xd4][0xa6]a[0xa2][0x84]E[0x13][0xb]h[0xea][0xa8][0xa5]#[0xdb][0xc0][0x92][0x81]e[0x81][0xd2][0xb1][0xf4][0xed][0xbe][0x8c][0x95]@[0xab][0x17]FC[0xf7]([\r][0xbc][0xc4][0x8d][0xd2] PQ[0xec][0x8e][0xc3][0x3][0xe5][0xbb][0xbb][0x89]L[0xd4]X[0x5][0xc9]3[0x81]b2[0xf2]b{C[0xa0][0xf9]W[0xbb][0xaf]b[0xb7]{[0x92][0xa8]([0x90][0xfe][[0x15][0x87]i4P[0xba][0xfb][0xb9][0xc7][0xfa][0xb][0x81]W[0xed][0xe9][0xed]W[0x98][0xbf][0xb2]/P[0xd8]fR[0xa0][0xda][0xf3][0x2][0xf5]&[0x1d][0xf7]U[0xb4]'[0xfb]>3[0xb3][0xbd]p [0xfd]}[0x19]yz?I[0x16]4_[0x1][0x8]X[0xaf]5[0xe6][0xb6]/[0xe3]X1cO%do[0xf2][0xf][0xcc][0xee][0xc9]@[0xbd]K[0xbc]0[0x88][\r]<[0xa2]`[0x8a][0x8a][0xa5][0xe4]#[0x90]ok:[0xe6]n[0xd6][0xfc][0xd2][0xd3][0xd3][0xe6].c[0xac][0x1f][0xc9]cI[0xb2][0xdd]`[0xe0][0x87][0xb1][0x17][0xc]wT2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0xc][0xb4]-[0xac][0xc0][0xb1]p[\r][0x96][0x85]2L[0xb][0x15][0xcc][[0xe8]hS[0xd7]f[0x15][0xf3][0x14]y:G[0x81][0xc5][0xa9][0xba][0x9][0xdc][0xd4]<\_[0x6]Cwo[0x14][0x85][0x1f].[0xc4]iL[0x83][0x17]([0xc7][0xbf]A.][0xe2][0xae][0xe8]j[0xcf][0xa8][0xaf][0xe][0xc3][0x88][0xf8]3[0xf2][0x90]#[0xd1][0xe0]C-[0xf1][0xe1][0xe6]j5[0xad][0x6]@Oit[0x86][0xab][0x82][0xeb][0xf4]UFO[0xe9][0xf3][0xf4]U[0xa7]s[0x6][0xe1][0xac][0x9e]![0xe7]|F[0xfe]4k[0xac][0xd1][0x16]y[0xd3][0xc0][0x1a]n[0xd0]ZY\[0xc5],[0xe6][0xe8]os[0x15][0x98][0xb9][0xc3]E[0x85]'[0x80][0xef][0xb9][0xd3]#Z[0xce]'[0x88]s[0x14][0xe8]r[0xe7][0x98][0xb9][0xd8][0x15]?[0xa2][0xd2][0x9b][0x84][0x9d]o[0xa7]l4[0xc8][0xa4][0xce]v[\r]P[0xff]5[0xf4].[0xc7][0x2][0xeb][0xac]n[0xb0][0xbe][0xc5]q[0x8f]Y[0xdd]B[0x13]O[0xfe] [0xd2][0xfa][0x87]H[0x9e]'5[0xc6]=[0xdc][0xcf]r[0xb]x[0x80][[0x8c]LV[\r]d[0xdf]OPK[0x7][0x8][0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/rules/ExternalResource.class[0x8d]RmO[0xd4]@[0x10]~[0xf6][0xae][0xd7]J[0xa9][0x82] [0x88]o[0xc8][0xab][0x1c]\b[0xc3][0xe7]3[0xf8][0x81][0x97]hr[0xd1][0x4].[0x97][0xf0]q[[0xf6][0xa0][0x97]^{[0xd9]m[0x15][0xff][0x95]~"[0xd1][0xc4][0x1f][0xe0][0x8f]2[0xce][0xee]U[0xd0][0x82][0xd2]&[0x9d][0xed]L[0x9f]yf[0xe6][0xd9][0xf9][0xf1][0xf3][0xeb]w[0x0][0xdb]h[0xba][0xb0][0xf1][0xcc]E[0x3][0x8b][0xe][0x9e][0xbb][0xa8]c[0xc5][0xc1][0xaa][0x83]5[0x7][0xeb][0xc][0xf6][0xab]([0x89][0xb2][0x1d][0x86]zs[0xb3][0xc7]`[0xed][0xa6]'[0x82]a[0xaa][0x13]%[0xe2]]>[0xc][0x84][0xec][0xf2] [0xa6][0xc8]L'[\r]y[0xdc][0xe3]2[0xd2]~[0x11][0xb4][0xb2][0xb3]H1[0xac]tRy[0xea][0xf]r"[0xf2]e[0x1e][0xb][0xe5][0xef][0x9f]gB&<>[0x14]*[0xcd]e([0xda][0xc][\r]>[0x1a][0xc5][0x9f][0x18][0xfa][0xcd][0xbf][0xd0]I"[0xa4][0xf2][0x87]T5[0xf6][0x8f]2[0x9e][0x89][0xa1]H[0xb2][0xf6]5[0x88][0xbf]'T([0xa3]Q[0x16][0xa5]I{[0xb3][0x2][0x3]5[0x17]pE=[0xae]V[0x2]O[0x9e]\[0xf1]3,[0xfe][0xbf]>[0xc3][0x84][0xfa][0x9d][0xcb][0xf0][0xa6][0xca]@[0xd5]Z[0xb6][0x3][0xd1]O%5[0xed][0xee][0x9f][0x87][0xc2][0x14]S[0xe]^h[0xf1][0xfa]$([0xc5][0x8f][0x8c][0x9c][0x7][0x91]V[0xae][0xac][0xf2][0xcb][0x1][0xff][0xc0]=[0xdc][0xc1][0x84][0x87]9[0xcc][0xd3][0xc5][0xdc]v/k[0xdb][0xc]`[0xf0][0xde][0xea][0x8e]vc[0xae][0x94]P[0x9a]`[0x83]a[0xe9][0xb6]\[0x86]i][0xcf][0x8f]yr[0xea][0xbf][0xf][0x6]"$1[0x16][0xca]Y][0xa1][0xb2][0xc3]\[0xb7];{[0x85][0xee][0x9e][0xc9][0xf4][0xe3]x[0x85]J[0xea][0xdd][0xb8][0xd6][0xeb]?[0xc6]b[0x5][0xc5][0x2][0xbd][0x16]y[0x8f][0xc8]>[0xbe]T[0xe7][0x9f][0x14][0x7]7P[0xd4][0xf0][0xc4][0xd8][0xa7]X6[0x1d]139=[0xbf][0x0]PK[0x7][0x8][0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/MethodRule.class[0x8d][0x8d]A[0xe][0xc1]@[0x18][0x85][0xdf]_[0xad]b[0xc3][0xda][0x9][0xd8][0x98]Xw[0xdf]UE[0xa2]'[0x18][0xfc]AMg[0x9a][0xe9][0xc][0xb1]v+[0xb][0x7]p([0xa1][0xb1] [0x12][0x89][0xb7]xy[0x8b]/[0xdf][0xbb][0xdd]/W[0x0]Stc[0xc4]1:[0x84]HV[0x95]:[0x11][0xce][0xa3][0xcc][0xd8][0x8d]([0xbc][0xde]9a[0xbd][0xd6]lkQ[0x9a]5+[0x91];[0xe9][0xb8]d[0xed][0x92][0x9f]Hje[0xc9]Gc[0xf7]3v[[0xb3]N[0xb2]B[0x1e][0xa4]PRo[0xc4]|Y[0xf0][0xca]%[0xe3]?[0xf4][0x84]^n[0xbc]]q[0xba]SL[0xe8][0xbf]d[0xb][0xaf]x[0xd2][0xf8][0x8][0xc3]O[0x87][0xe2]Z[0xbc][0x9][0xc2][0xe0][0xfb][0xb3]M [0x4]hB![0xa1][0x85][0xb0]Y[0x88][0x9e][0x1d][0xa0][0xfd][0x0]PK[0x7][0x8][0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/RuleChain.class[0x8d]U[W[0x1b]U[0x14][0xfe]NH[0xc8]m[0xc][0x98]R[0xe4]b[0xb1][0xb5][0xd8][0x86]\:^[0xaa][0xad][0x4]Q[0x9a][0x96][0x82][0x86]PIZJ[0x97][0xae][0xae]![0x99][0xc2][0xb0][0x86][0x99][0xac][0x99][0x89][0xca][0x9b]o[0xfe][0x6][0x81][0xaf][0xd4][0x1b][0xc5][0xae][0xe5][0xea][0xb3]?[0xc3][0x1f][0xa2]~[0xe7]$[0x4][0x8][0x97]e[0x1e][0xce]9[0xb3]g[0xef]o[0xfb][0xdb][0xfb]L[0xfe][0xfa][0xe7][0x8f]?[0x1][0xbc][0x87]'q$p+[0xc1][0xe5][0xb6]\>N [0x8d]ii+F1[0x93]@?[0xa6][0x93][0xf8][0x4][0xb3]r[0xf9]4[0x8a][0xcf][0xa4][0xcf][0x9c]|[0xb8][0x93]D[0x9]w[0xe5]r/[0x8a][0xf9]$[0x6]p?[0x81][0x5],F[0xf1][0xb9]@[0xf2][0xde][0xd2][0x83][0xda][0xda][0xd3][0xd2][0xc2][0xdc]bE`[0xbc][0xec]z[0x1b][0xfa]V[0xcb][0xb1][0x2][0xdd]k[0xd9][0xa6][0xaf][0xaf]p-m[0x1a][0x96]S[0x14][0x18]S[0xa6]j`x[0x81][0xe5]l[0xac]Z[0xc1][0xe6][0xa2][0xe3][0x98][0xde][0x92][0xeb][0x7][0x2][0x83][0xe5]-[0xe3][0x1b]Co[0x5][0x96][0xad][0x97]-?[0xa0][0xbc]jm8F[0xd0][0xf2]L[0x81]|[0xcf][0xeb][0x99][0x13][0x99]j[0xa6][0x1f][0xc8]l[0xc5]Y[0x86][0xa6][0xcc][0xed]f[0xb0][0xd3]M.p)3u.[0xb7]p[0xc9]m0[0xcd]@[0xd9]r[0xcc]Jk{[0xdd][0xf4]j[0xc6][0xba]MK[0xdc]m[0x5][0xa6]'][0x5]ne[0xce][0xce]z>|[0xba][0xec][0xd6][\r][0xfb][0x91][0xe1]Y[0x12][0xb5][0x3]=v6[0x9a]@[0xff][0x8c]E[0xfb][0xac][0xc0][0x85]L[0xaf]2S[0x8f][0xc8]7[0xd8][0xb4]|[0x81][0x88][0x8a][0x13][0x18]>[0x8e][0xbf][0xd3]<[0xc8][0xa1][0xf7]F[0x9f]+[0x9c]D[0xee]7<[0xb7][0xe5]4[0x4]4[0xd3][0xa9][0xdb][0xae]o6[0xda][0xc5][0xf]([0xef][0xe5]g[0x15][0xf3][0xdb][0x8e][0xa6][0x11][0xa3][0xd9][0xb4]w[0x4][0x9e][0x1d][0x97]E[0xf6][0xd4][0xd7][0xb7][0xa9][0xa7][0xad][0xb3][0xd9][0x81][0xb9]m:A[0xf1][0x84][0x8b]~[0xd7][0xf4][0xeb][0x9e][0xd5][0xc],[0xd7][0xe9]Q[0xef]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x4][0x16]m[0x1a][0xf5]M[0x81][0x90]5)0t[0xa4][0xae]Ev[0xc8][0x8]\O[0xba][0xac][0x1b]>[0xc9]^[0xfd]_x[0xc9][0xc6]![0x5][0x81][0x89][0xf3])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4]f[0xea]v[0xa7])}[0x19])U[0xa2][0xea][0xb6][0xbc][0xba]9oI}R[0xdd]~[0xdf][0x90][0xcc]4\[0xc0][0x90][0x86]Q[0x8c]i[0xb8][0x8e][0x9][\r]WpS[0xc3]E[0xc][0xb3][0xa3][0x87][0xcc][0xe7]<[0xcf][0xd8][0x91]m[0x89][0xe2][0xb][\r]e,i[0xa8]`Y`[0xf4][0xcc]a[0x92]@okx[0x80]/[0xa3]X[0xd1]PEM[0xc3]C[0x90][0xcc][0xc8]Y}[0xd5][0x90]E.[0x8a]U[\r][0x8f][0xb1][0xc6][0x8b][0xa6][0xb2][0xdb][0x86][0xb3][0xa1]/[0xaf]o[0x99]u[0xde][0xbd][0xd4][0xf1][0x11]ayF[0x83][0x3]p[0xb1]3;G|[0x8b]SO[0xe4][0x84]4[0x1a]s[0xb6]M[0x96]G[0x87][0xab][0xe4][0xda]6=T7[0xe9][0x14][0xb3]:M[0xe1]p[0xf2][0xee][0x9d][0xda][0xac][0xf4]I[0xab]@t[0xd3][0xf0]+[0xe6]w[0x81][0x12][0x99]@aG=[0xc][0x1d][0x80][0x1c]eC[0x8e][0xa7][0x11][0xe0][0x85][0x88][0xab][0xf]@[0xbb][0x9a][0xf4][0xb1][0xfc][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "QD[0xf9][0xf9][0xe3]T#[0x84]1[0xd9]*~"C[0xb2]=[0xb4][0xbd][0xa1][0xce]#[0xfc]"[0xc6]e[0xff]h[0x19][0xa7][0xe5]M[0xee][0xf2][0x17][0xfe][0x19]b[0x97][0xbb][0xa0][0x5][0xf4][0x91][0xd6][0xdb][0xf4][0xbc][0x84][0x89][0x8e][0xe7][0xfb][0x8c][0x96][0xd6][0xd8][0xb][0x84][0xb2][0xbf][0xa3]oW[0xe1][0x1d]z[0x97][0xf0][0x16]W[0xad][0xed][0xc3][0xb8][0xcb][0xea]=[0xdb][0xca]U[0xc6]?[0xe6][0x1e][0xe2][0x9e][0xc8][0xee]![0x9c][0xcd][0xfd][0x86][0xc8]s>[0xf5])[0x84][0x14]w`[0x1e]a[0xdc]g[0xce][0x5][0x85]4[0xdc][0xf6][0xc6]UU[0x85][0xfb]+"[0xfb][0x88][0xf3][0xf8][0x12][0x89][0xb5][0xfc][0x1e][0x92][0xbb]][0x1e]i2[0x0]V[0xc8][0xbf][0x8a]A[0xd4][0x88][0xf4]Pq[0xb9][0xdc][0xc6][0xea]r[0x99]D[0x86]6[0x8e][0x3][0xa3][0xa6][0x14][0xd3][0x3]Vm[0xcb][0x88][0xd2][0x8a][0x3][0xda]a[0xf3][0x3][0xe3]#[0xdc][0xb][0xed][0xe4][0x9a]@[0xa5][0xb0][0x8f][0xd7][0x4]~[0xc4]8[0xf])[0x81]W[0x18][0x98][0xe][0x8f][0x86]s[0xf9]}[0xc][0xf6][0xa1][0xfc][0xd3][0xbf][0xe7][0xe][0x5]n[0xcb][0xf3][0x15][0x8b][0xfb][0x9a][0x90]O[0x15][0xa5][0x9b][0x4][0x9c][0xa0][0x4]y[0x12][0x9]s[0xbf][0x82][0x2]n([0xbf]B[0x97]f[0x1]:[0xde]UR[0x15][0xf8]O)[0x1b][0x18][0xc3][0x7][0x8c]l[0x93][0xba][0xa6][0xbc][0x89].ux[0x81][0xd7][0xa9][0xc4]/[0x10][0xcf]{[0x86] [0xcf][0xf5]C[0xc5][0xe4][0xa3][0xff][0x0]PK[0x7][0x8][0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/RunRules.class[0xc5]T[0xdb]N[0x13]Q[0x14]][0xa7][0x9d]2[0xbd][0xc]EKE.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0xa8]e[0xb8][0xc]([0xa2]RDQ416[0x98][0x0]![0xc6][0xb7]i9[0xd2]![0xc3][0xb4][0xce][0x5][0xc1][0xf]![0xf1][0xb]|[0x95][0xc4][0x1b]>[0x18][0x9f][0xfd][0xc]?D[0xdd][0xe7][0xd0][0x16][0xb1][0x15][0x1a][0x8d]1[0x93]9][0xe7][0x9c][0xbd][0xd7]^[0xfb]2[0xfd][0xf2][0xed][0xe3]'[0x0][0x13][0x98][0x8f]#[0x81][0x91]8[0xe2][0x18][0x8d][0xd1]2&[0xb6]F[0x2][0xe3][0x98]H[0xe0]2[0xae][0x88]eR[0xc5][0xd5][0x4][0xa2][0x98]RqM[0xc5]u[0x86][0x98][0xe7][0x9b]>[0xdf][0xe0][0x8e][0xcf]0[0x90]+[0xb9]k[0xc6]z[0xe0]X[0xbe][0xe1][0x6][0x8e][0xc3]][0xcf][0xd8]([0xad]r[0xdb]X[0xaa][0x1a]e[0x19]Zf,2[0x98]ex[0x9c]i[0xc2]>[0xb7]nn[0x9a][0x86]m:k[0xc6][0x3][0x9f][0xbb]f[0xde][0xe6][0xd9]:7c[0x9e]{[0x5][0xd7]*[0xfb]V[0xc9][0xc9][0xe][0xad]0(w[0x89][0x86][0xa1]-g9|![0xd8][0xc8]swYx2[0xa4]r[0xa5][0x82]i[0xaf][0x98][0xae]%[0xf6][0x95]C[0xc5]/Z[0x1e]C[0xf7]!^[0x9b]{[0xc6]b[0xe0],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0xaa][0x95][0xbc][0xe9][0x91]iD^0[0xa4][0x1b][0xe9]bH[0xac][0x1e][0x8]a[0xe8]=Z(C[0xc7]a5[0xdb][0xe5][0xaa][0xa2][0xf1][0x6][0xf4]3u[0xf2][0x96][0xb9][0xe7][0xb]}[0xd9]Y[0xe2][0x8a]-Yk[0x8e][0xe9][0x7].[0xb9][0xfb]X[0xd9]#C[0x1c]_[0xf5]([0xdf]4[0xed][0x80][0xf8][0x19][0xc2][0x19]q[0x10][0xbf][0xb7]U[0xe0][0xf2][0xde]Sq[0x83][0xc][0xcc]r[0xd9][0xde][0x9e][0xb3]m[0x86][0x17][0xff][0xa8][0xf9]M[0x8d][0xa0][0xc2][0xcd]B[0xb1]Q[0xc3]k[0xe9]2[0x84][0xac][0xc1]Z[0x9b][0x3][0xdf][0xb2][0xf7][0x15][0xf8]%W[0x8c][0xb0][0xcb][0xbd][0xc0][0xa6][0x89][0xdf][0xf9][0xf][0x85]n*[0xc3][0xf8]R)p[0xb][0xfc][0xbe]%[0xa6][0xa9][0xb5]:[0xc7]cB[0x89][0x86]$[0xfa]4[0x9c][0xc7][0x80][0x6][\r][0xad][0x1a]z[0xd1][0xa7]bZC[0x16]3*nj[0x98][0xc5]-[\r][0xb7]1[0xc7][0xd0][0xf9];[0x95][0x1a][0xee][0xe0]n[0x83][0xfb]j [0x86][0xfe]cU2[0xb4][0x1f][0x14]f[0xb9][0xe8][0x96][0x9e]W>[0xd1][0xfa]r[0xd1][0xe4]X[0x95][0xea][0xd3]G[0x93][0x19]j[0xdc][0x95]T[0xfd])[0x83]Z4[0xbd][0x5][0xbe][0xe5][0xcb][0x91]|B[0xad]w[0xe4]&]%[0x91]q[0x1e][0xe5][0xd7]yA[0x94]-"[0x7][0x94][0xe1]iS}[0xfd][0xeb]>[0xa1][0x1f][0xe2]?[0x16] [0xf1][0xa2][0x17][0x84][0xc2][0x84][0x93]hC[0x8]'h[0xf7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=@[0x9b][0xfe][0x1e]L[0x1f][0x1e][0x19][0xfd][0x80][0xd0][[0x84]w[0xa5][0xe1]IZ[0x93][0xf4]+V[0x85]\[0x92][0xe4][0x92][0xa2][0x9d][0xbe][0xef][0x82]v[0xa4][0x1][0x89]N[0x11]5[0x93][0xa8][0x3][0xa7][0x89]Z[0xa0]Nt[0x91]o7a[0xad]v[0xd7]Cwg[0x8][0x87]p[0x96][0xce]h.*2[0xa6]h'l[0xa2][0xfa][0x1b][0x84][0xdf]A[0xd9][0x95]6"~\[0xb2][0xa5][0xa1]R[0x8c]T[0x8d]+Z[0x89]}[0x8e]^[0x85]ND[0x9a]4o[0x15][0xb6][0x1d][0x8a][0x1b][0x11]:[0x87][0xf7][0x10]aX[0x18][0xdd]C[0xb][0xc3]K[0xf4][0x10]P[0x19]>#:[0xad]t)[0xfa][0xc8][0x1e]ba<|[0xf5][0xfd][0xab][0xfe][0xfa][0x97]|[0xbb]Hi72[0xa4]U[0xc4][0x9c]$[0xb6][0x1e][0x8a]0[0x88][0xb][0x14]M[0xa5]h[0x17]qI[0xda][0xe9]d[0xd3]*k[0xa0][0xcb][0xcc][0x99]D"[0xf3][0xd0]O[0x99][0xeb]2sV[0xc9]|[0x88][0x90].[0xd1][0xf0][0xf]PK[0x7][0x8]!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/Stopwatch$1.classu[0x8c]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10][0x85][0xdf]h5Z[0x8b]v+n\[0xb8]6[0xf4][0xc][0xa2][0xe0]B\x[0x82][0x18]C[0x8][0x89]$[0xa9][0xde][0xcd][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xce]y[0xcc]{<[0x98][0xf9]^[0xef][0xc7][0x13]@[0x81][0x8c][0x81]1[0xa4][0x84][0xf4]d['[0xd5][0xae][0xd6][0x8a]0=[0x5]{[0xbd][0x8b] [0xab]u#n[0x82]0[0xdb][0x1a][0xa9][0xad][0xaf]MyP[0xa1][0xb2][0x17][0x86][0x9]aa][0xc9][0x9b][0xd6][0xd4][0x81][0xbb]V+[0xcf]_[0xab][0x82][0x0]B[0xb6]7F[0xb9][0x8d][0x16][0xde]+O[0xc8];[0x16][0xd7][0xc2][0x94][0xfc]xn[0x94][0xc][0x84][0xf9]_[0x4][0x96][0x11][0xd0][0xc3]w[0xfa]Q[0x88]-[0xc1] f[0x82]a[0xf4]q[0xdc]4[0xde]P[0xd7][0xf2][0xd1][0x7]PK[0x7][0x8]R[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/Stopwatch$Clock.class[0x85][0x90]MK[0x3]A[0xc][0x86][0xdf][0xb4][0xdb]n][0xd7][0xb6][0xd6][0xcf]zQ[0xc1][0x83]z[0xe8][0xe2]Y[0xf1]R[0x10][0x94][0xa2][0x87][0x96][0xde][0xa7][0xeb][0xd0]N[0xdd][0xce][0x94][0xfd]P[0xfc]Q[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe2][0xc1][0x1f][0xe0][0x8f][0x12]3k[0x11][0x15][0xc4][0x81]I2O[0xf2]fB[0xde][0xde]_^[0x1][0x1c]a[0xcb][0x83][0x83][0x86][0x87][0x15][0xac][0xba]Xw[0xb1]A([0x9f]([0xad][0xd2]SBq[0xff][0xa0]Op[0xda][0xe6]Z[0x12]j[0x1d][0xa5][0xe5]e6[0x19][0xc8][0xb8]'[0x6][0x11][0x93]F[0xc7][0x84]"[0xea][0x8b]X[0xd9][0xf7][0x1c]:[0xe9]H%[0x84]R;2[0xe1][\r][0xc1]?[0xd7]Z[0xc6][0xed]H$[0x89]d[0xbc][0xdb]1[0xf1]0[0x18]g[0xdc]?[0x88][0xb3]H&A75[0xd3];[0x91][0x86][0xa3][0xbd]\qL[0xa8]h[0xa1]MOMd>[0xc0][0x5][0xc1][0xeb][0x9a],[0xe][0xe5][0x99][0xb2][0xfd][0xab]_[0x82][0xd6]X[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]%[0x94]]l[0xfa][0xa8][0xa2][0xe6][0xa2]I[0xd8][0xfe][0xe7][0x7]B[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83]H[0xe8]ap5[0x18][0xcb]0[0xfd][0x81][0xba][0xf7]I*'[0x84][0xe6][0x9f]}[0xb0][0x83]"/[0xcd][0x9e][0x2]_[0x1e][0x0][0x4][0x97][0xa3][0x80]=Yr[0xf8][0x4][0x9a][0xe5][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb]r[0xe]gX`[0xeb][0x16][0xc0][0xc3][0x12]{[0xb2]S[0xcf][0xc5]-[0xae][0xb6]9[0xe7][0x19][0x85][0x87]_[0xda][0xc7]oZg[0xae]-[0xa0][0x9e][0xdb]e[0xe6]`[0xc6][0xdb][0xc2][0x1a][0x16]Q[0xf9][0x0]PK[0x7][0x8]F[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/rules/Stopwatch$InternalWatcher.class[0xa5][0x94]oO[0xd3]P[0x14][0xc6][0x9f][[0xc6]6J[0x85][0x8a][0xe2][0x86][0x8][0x2][0xce]06d[0x1b] [0xa8] [0x82][0xa0][0x1][0xb2][0xf8][0x6][0x82][0xef]L[0xca]va[0xc5][0xd2].m'|[0x13][0x13]M4Q[0x13]5Q[0x13][0x13][0x5][0xe3][0xb]?[0x80][0x1f][0xca]xn7[0xba][0xb1][0xb0]A[0xf4][0xcd][0xb9][0xe7][0xdc]{[0xce][0xef][0xb9]N[0xfb][0xfb][0xcf][0xcf]_[0x0]2X[0x92][0xd1][0x8e][0x1b]md[0xc6]d(H[0xc9]H##[0xcc][0xb8]0[0x13][0xc2]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sS[0x98])a[0xa6]C[0xb8][0x15][0xc2]m[0x86][0xa0][[0xd0][0x9d]X[0x9a][0xa1]7k[0xd9][0xdb][0xa9][0x9d][0x92][0xa9][0xbb])[0xbb]dp'[0xb5][0xe6]Z[0xc5]=[0xcd][0xcd][0x15]f(mV[0xa7][0x85]9[0x86][0xfe]x[0x93][0xbc][0x91][\r][0x86][0xc0][0xa2][0x95][0xe7][0xc][0x9d]Y[0xdd][0xe4][0x8f]J[0xbb][0x9b][0xdc]^[0xd7]6[\r][0x9a][0xe9][0xca]Z9[0xcd][0xd8][0xd0]l][0xc4][0x95][0xc9][0x80][0x90][0xa7][0xec][0x15][0xd3][0xe5][0xb6][0xa9][0x19][0x8f][0x5][0x87][0xdb][0xc][0xca][0x8a]ir{[0xd1][0xd0][0x1c][0x87]SB[0xb2][0xb1]j[0xac][0xae][0x96]v[0x1b]v\[0xcd]vus[0x9b]a[0xf0][0xf8]~[0x5]4[0xb5][0xc4][0x9d][0x9c][0xad][0x17]][0xdd]2[0xbd]-[0xb7][0xe7][0xab][0x13]t[0xc2][0xe6][0x5]D[0xdf][0xa2][0xbb]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "<[0xcf][0xd0][0xe6][0x94]r9[0xce][0xf3][0xc2][0xf]ni[0xba]![0x9c][0xa9]xvG{[0xa6][0xa5][0xc][0xcd][0xdc]N[0xad][0x17]lkO[0x9c]u[0xe6][0xf4]}0[0xba][0x90][0xee][0x13]k[0x19]B[0xce]S[0xbd]X[0x14][0xf8][0xe5][0xda][0x13]-8Ni[0xd7]#l[0xe8][0x96][0xa1][0xb9]<[0xff]`?[0xc7][0xcb][0xc8][0xd3][0x5][0x87][0xcf]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe1][0xe][0x3][0x18]f[0x9a]=~[0x93][0x17][0xca]xj[0xd2]~Z[0x98][0xc]C_[0xd3]\[0x6]y[0xcd]*[0xd9]9[0xfe]P[0x17]-[0xd2][0xe1][0xaf][0x8d][0x89][0xab]Q[0xd0][0x9]U[0xc1]9t[0x8][0x8f][0xb6]6[0xab][0xe0][0xae][0x98][0x99][0xc3]=[0x5]W0[0xaf]`A[0x84]}[0xc2][0xeb][0xc7]}[0x5]CXd[0x18]9s[0xff][0xd0][0xa7]P[0x9f][0xbb][0xce][0x1d][0xb7][0xf1]j[0xcd][0xde][0x19]Z[0xe2][0xe2][0xa8]=[\r]s[0xe8]p[0x1a][0xb5][0x8c][0xe3][0xc4]2[0xe9]t5[0x18][0x17]A[0xf3]ok[0x95]a([0xbe]z[0xfa][0xa3][0x1e]!'[0x4]r[0x9a]*[0xfe][0xad][0x19]W[0x8e]i[0xfd]O[0x9f]a[0x80]~L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd][0xa8][0x98][0xaa][0x8a]w#/[0x4]I<#[0xb5][0xd4]y[0x8a]&)[0x92]h[0x94][0x13][0xc9][0xef][0x90][0x12][0x87]h[0xf9]J[0x91][0x84].[0xb2]A[0xca][0x1][0x9e][0xe3][0x2]Y[0xc5][0xf3]e\D[0x84][0xc6][0x0][0xa2][0xe8][0xa9][0x10][0xe6]i[0x14][0x84]p[0xe2][0x1b][0xa4][0x1f][0x8]T[0xeb]eo[0xfe][0x5])[0xbe][0xf4][0x18][0x97][0xca]y[0x15][0x86][0xf0].[0xa3][0x97][0xaa][0x3][0xd4]:G[0xb4]e[0x8a]D[0x96]*hebk[0xf2][0x0][0xc1]z[0xea]+:[0xc3][0xeb][0x1a][0xaa][0xea]SU[0x9f][0xda][0xe7]S[0xd7]*[0xd4]H[0x99][0x18]:[0xe][0xf]W[0xe1][0x1d]h![0xfb][0x86][0xb6][0xfc][0x96][0xc0][0xef]j[0x4]"[0xbe]@[0xc4][0x17][0xe8][0xc7][0xd5][0x8a][0xc0][0x13][0xb4]z[0x95][0xd1][0x13][0x4]F[0xf][0xd0]V[0xaf][0xf0][0x9e][0x14]>[0x10][0xe9][0xa3][0xa7]0P[0xae][0xf5][0x15][0xa2]43[0xe8]]x[0xd4][0xd3][0x92]Hk[0x8][0xd7][0xce][0xa6]%[0xd7]k}"[0xad][0xcf]D[0xfe][0xd2]P+V[0xab][0xa5][0x82][0xae]v[0xb8][0xa2][0xb5]D$[0x91][0x1f]L$[0xf][0xc1]Nn[0x8d]21[0xe8][0x13][0x83][0x88][0x93]2[0xf3][0xbc][0x11]$[0xbc][0x6]Kz[0x95][0xa3]t[0x97][0xa0]z[0x89][0x9a]2[0x8d]n[0x1a][0xaf][0xd3][0x8]5[0xfc][0x17]PK[0x7][0x8]_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Stopwatch.class[0x8d]Umo[0x1b]E[0x10]~[0xd6]qj[0xfb]r[0x8d][0x93]4)iC[0x1b][0xe7][0x5][0xea]8I[0x9d][0xb4]@[0xa1])mB^[0xc0]![0xb5][0xa1]v[0xd2][0xa6][0xbc]^[0xce][0x1b][0xfb][0xd2][0xcb][0x9d]uwN[0x8b][0x84][0x4][0x2]$>[0x0][0x12]H[0xfd][0xc4]@[0xa2][0x88]$[0x12][0x91][0xe0];?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1[0xbb][0xbe][0xda][0xae][0xe3][0xd8][0xb1]u{[0xbb][0xb7]3[0xcf][0xcc][0xce]<3[0xfb][0xef][0xfd][\r]`[0x16][0x86][0x82]~[0xbc]/[0x86]51[0xdc][\r]![0xad] [0x88][0x8c]X|[0xa0]`[0x0][0x99][0x8][0xcd]>[0x8c][0xe0][0x1e][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r]9[0xb1]\[0xf]a#[0x8c][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T<[0x10][0xeb]M[0xa1][0xf2]0[0x84][0x8f][0x14][0xf4][0xe2]c1|[0x12][0xc2][0xa7]!|[0x16][0xc2][0xe7]!h[0xc]`PS[0x96][0xc5][0x9d]ESs][0xee]2t.[0x9a][0xb6][0xfe][0x88]![0x9a][0xb2]<[0xee]X[0x9a]y_[0xf3][0xf4]"whG[0xaf][0xec][0x8c][0xac][0xd9]N![0xb9]S[0xb6][0xc]/[0xe9][0x94]M[0xee]&[0xb3][0x9e]]z,[0xc4][0xc6][0xa5][0xf2][0x1c][0x83][0xe2]z[0x9a][0xe3][0xa5]5[0xcb]&H[0xb6][0xca][0x10][0xe6]V[0xde]_[0x9e][0xb9]e[0x90][0xea]m[0x86][0x8e][0xf8][0xc4][0x6]Cp[0xd1][0xce]s[0xb2][0xb7]fX<][0xde][0xdd][0xe2]NN[0xdb]2[0xe9]K[0xdf][0x9a][0xad]k[0xe6][0x86][0xe6][0x18]b[0xed][0xc]zE[0x83]0[0x86]N[0xf6][0x81][0xac][0x8f][0xc7][0xdb][0xba](,[0x87][0x9c][0xb2][0xe5][0x19][0xbb][0x84]:[0x1a]_[0xdb][0xd1][0xf6][0xb4]d[0xd9]3[0xcc][0xa4]n[z[0xd9]q[0xb8][0xe5]%s[0xb4][0xbb]N s[0x13]t[0x84][0xa0][0x80]c[0x18]n#[0xca][0x10]q[0xcb][0xba][0xce]y[0x9e][0xe7][0x5][0xf2][0xea][0xb][0xbe][0x88]X'[0x97][0xb8][0xab];F[0xc9]3lK:[0xd2]iU"[0xd3][0x95][0xaf]m0\n[0xad]H[0x81][0xdc][0xd6][0xc]S[0x18][0xb9]AF[0xa4]S[0xa6]f[0x15][0x92][0xb9][0xa2]c?[0x16][0xd1][0x9a]ko[0x99][0xd1][0xe1][0x7][0x9a][0xea]Rx[0xdc]GF[0xa9]$[0xf0]S/[0x1c]b[0xc1]u[0xcb][0xbb][0x12]b[0xc3][0xb0]M[0xcd][0xe3][0xf9][0xe5]':[0xaf]`[0xb6][0xb7]x[0xe5][0x94]HD[0x99]m[0xe2][0x89][[0x14][0xe][0x84][0xb][0xfc]9[0x99][0x88]4[0x94][0x8b][0xa8][0x1f][0xf6][0xe5]*[0xab][0xc2][0x92]q[0x86]U[0x90]S[0xbb]T[0x92][0xd3]N[0xad]T2[0xbf]`[0xd8][0x8e][0x1f][0xf3][0xcc]M[0xee][0x12][0xf1]Lb[0x6][0x19][0xde]%[0xac]v[0xce][0x9f][0x2][0x81]H[0xb2][0xa5][0xb9][0x14][0xd3][0xb1]S[0x9]+[0x1a][0xf1][0xc4]u[0xc7]ggf([0xdd]-H+#[0x17]x2SS[0xb9][0xd6]^e[0xb5]&}]H+Y[0xbb][0xec][0xe8]|[0xc5][0x10]u[0xd4]][0x15][0xbc]*[0xb2][0xaf][0xe2]6FU[0xdc][0xc4][0x9c][0x8a][0xb7]1J,oS@*F[0x84][0xc2][0x8][0xe2]*^[0xc6][0xa5][0x10][0xb6]T[0xe8][0x98]R[0x91][0x7]Wq[0x19][0xc3][0x4]Q[0xa3]U[0xca]4yA3[0xe5][0xd9][0xab])f[0xe8][0xcf]q[0xd7][0x8b][0x15]57f[0xd9]^L&[0x90][0xe7][0x5][0xe8][0xb6][0x8a][0x18][0x86]U[0x14]@Q[0x9a]8[0xd9][0x95][0x86][0x1e]%T[0x8b]*[0xee]`[0x9e][0xe1][0xc2][0x89]Z[0xc]=5[0xcf]2[;\[0xa7][0xaa][0x1e]l[0x14][0x17][0xae][0xdd]+[0x8b]P[\r][0x9d]l[0x96][0xe1]R[0xcb]n@5[0x9d]^Hg[0xb2][0xcb][0x8b][0x99][0xf4]R[0x96]j[0x8a]d[0xf6][0xb8]C[0xdf][0xc7][0x9e][0xd7]l[0xcb][0x9e]3[0x10][0xaf]+[0xce][0xac][0xe7][0x10][0xa9]%[0x17][0xc2][0xa2]c[0xe4]d[0xef][0x9a]kE[0x82][0x16]}p[0x96][0x80][0x82]#tI[0xc][0xd0]%p[0x1e][0x1d][0xe8][0x13][0x89][0xa4][0xbb][0xe7][0x1d][0x91]>[0xf9][0x8e][0xc9]w7[0xed]S[0xb2]i[0x1c][0xa3][0xd5]M[0x92][0xa4]{[0x3]j[0xe2][0x8][0xc1][0xcd]Ct[0x1e][0xe2][0xcc]3Z[0x7]0N[0xa3]Bo`[0x1d]][0xd8][0xc0]+B[0xaa]"[0x8b]Wq[0x5][0xe2]G|[0xf1]qVHR[0xc8]*[0x89]C[0x84][0x12][0x93][0xfb][0x8][0xd7]P[0xba][0xc9][0x6][0xf0][0x80][0xee][0xae]MD[0xf0]P"[0x9d][0xaf]HW[0x91][0x14][0xe9]-u0L [0xe1]c[0xce][0x93][0x86][0x90]R'[0x9]4[0xf0][0x7]"[0x7]P~[0xab][0xa2][0x9e][0x91][0xbe][0xe8]uh5[0xbf]TLb[0x8a][0xf6][0x83][0x98][0xc6]U[0x1f][0xed][0xe]=Az[0xd8][0xb3][0x6][0x88][0x1d][0x9][0x11][0x93]N[0xb2]*[0x4]C[0x92][0xc2][0xc5][0xe4]l[0x86].[0xf0][0xe]R[0xbe][0x86][0xeb]>X[0x8a][0x9e][0xce]f`%[0x9][0x96][0xa8]Xj[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0x1a]^[0xf7]M[0x9][0xd8] [0xfd][0xdf][0xc0][0x8d]v[0xb0]{[0xa7][0x80]}[0xb3][0x1][0xf6][0xad][0xf6]G[0xff][0xf2][0x94]G[0xf][0x88]V[0xe2][0x83][0x95][0x9]J[0xc8]O'[0xfe]DW[0xe4][0xe9][0xaf]8{[0x4]u[0xb3][0xef][0xec]![0xba][0xff][0xa1]O[0xd1][0xf9]a[0xf1][0xb1][0x8b][0xa6][0xe1][0x3][0xf4][0xcc][0xf][0xb]1^K[0xdb]E2[\r]|ED[0xf8][0x1a][0xe7][0xf0][\r][0x6][0xf1]-[0x11][0xf4];2[0xfe]}]*[0xa7]}g[0x6][0x89][0xce][0xb7][0xa4]3[0x1][0xd1][0xc8]|[0x17][0x16]}[0xd2][0xf6]&|+[0xfb]d/[0xb2][0x8f]h#[0xe7]~ [0xe6][0xfe][0x88][0x1e][0xfc]T[0xc7][0xde]^[0x1f]: z[0xe4][0xb1]*[0xa8][0x2]F[0x1b][0xab][0xe0]g[0xc2][0xfa][0xa5]I[0x15][0xf4][0x8a][0x6][0xe5][0xe3][0xdc][0xf5]c[0x13]=B[0xef]f[0x82][0x1d][0xa2]or[0xea][0x0][0xe7]~o[0x8][0xfb][0xd3][0xba][0xb0]G[0xab]a[0x8f]b[0x81][0x8a][0x94][0xc9][0x99][0x8]{[0xa0]'L'][0xf2][0xa1][0x93][0xb2]8[0x88][0x1e]T[0xb][0x1d][0x8d]y[0xcc][0xd4][0xf9][0xd5][0x89]e[0x1]H[0xca]+x[0xb7][0xaa][0x1c][0xa8]*[0x7][0x1a]K[0xa8][0xb9][0xf2]{M-[0x1f]cP[0x13]e[0xda]O[0xc9]q[0x15][0x17]d[0xc2];[0xf0][0x12][0xf5]%[0x1][0x1a][0xa4][0xf7]E[0x84])f[0xfd][0x18]B[0xe0]PK[0x7][0x8][0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0]PK[0x3]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/rules/TemporaryFolder.class[0x8d]Vks[0x1b]g[0x19]=k]-[0xcb][0x97]([0xb1][0x1b][0xd3]8[0xd9][0xc4]I-KrL[0x92][0xd6]@[0x12]\[0xe2]4N\l7[0xc4]&[0xc1]I[0xda]t-[0xbd][0xb6]7][0xef][0x9a][0xd5][0xca][0xb1])[0x97][0xb6][0x84]6[0x85][0x16][0xda][0x19][0xbe][0xd0][0x81])[0x13][0xca][0xb4][0xcc]0C[0x99][0xa1]6C[0x86][0xf4][[0x98][0xe1][0x3]?[0x84][0x1f][0x1][0x9c]gw-[0x89][0x95]3[0xf0]A[0xef][0xbe][0xfb]^[0xce]s[0x9e][0xf3]\V[0xff][0xd7]_[0x1e][0x2]8[0x81][0x9f]e0[0x84][0x9b][0x19][0xe4][0xf1]b;g/[0xc9][0xeb]-[0x19]^[0x96][0xc1][0x90][0xb5][0xc5][0x14][0xca][0xf2]R[0xc9] [\r]%[0xc3]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcb])[0xac]d[0xd0][0x89][0x17][0xd3]0[0xe5]y;[0x8d]W[0xe4]ie[0x90][0xc5]j[0x1a][0xb6][0x9c]sRX[0x93][0x9b][0xdf][0x96][0xc1][0x95][0x95][0xaa][0xcc][0xbc]4ji[0xac][0xcb][0xfb][0xaa][0xc]w[0xd2][0xd8]HcS[0xa6][0xdf]I[0xe1][0xd5]4[0xbe][0x9b][0xc1][0x11][0xd9][0x1a][0xc2][0xf7]d[0xf1][0xfb])[0xfc] [0x85][0xd7]4d[0xd7][0xc]W[0xd9][0xde][0xa4]cU[0x94][0xab][0xa1]k[0xfa][0xb6][0xb1]n[0x8c][0x9a][0xce][0xe8][0xa4]i[0xa9]3[0x1a][0x92]K[0xe1]N[0xf2][0xac]i[0x9b][0xde][0xb8][0x86]X~[0xf8][0xaa][0x86][0xf8]y[0xa7][0xa2]4tO[0x9b][0xb6][0x9a][0xad][0xad].*w[0xde]X[0xb4][0xb8][0x92][0x9b]v[0xca][0x86]u[0xd5]pMy[0xf][0x17][0xe3][0xde][0x8a]Y[0xd5]px[0xda]q[0x97]Go[0xd7][0x8]4[0xea][0xd6],U[0x1d][0x9d]W[0xab]k[0x8e]k[0xb8][0x9b][0x1][0x1][0x1a][0xdc][0x93][0xff]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "b,[0xb9][0xa8][0x96][0x1c][0x97]8[0x99][0xb][0x1b]e[0xb5][0xe6][0x99][0x8e]]M[0xe1]u[\r][0x9]c[0xc9][0xf3][0xc9][0x95]]ex<[0x90][0xb2][0xd5][0x1d][0xb9][0xa6][0xe1]H[0x88]c[0x19][0xf6][0xf2][0xe8][0x9c][0xe7][0x9a][0xf6][0xf2][0x99][0xe1][0xa8]w[0xe9]%>g[0x8d]U[0x9f]w[0xcb]q[0xf2]^[0xf2][0xb1]z[0xf2]-7[0xdb][0xc5]P([0xcd]`[0xfe][0xc6][0xff]a+[0x13]([0x19]X[0xd3]L[0xfe][0xa6]4t4[0x16][0xa9][0xcf][0xde]]p[0xc8]l[0xdd][0xb0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0x9b]l[0x2][0xe8][0xdd][0xcd]=J[0x95]V[0xae][0xeb][0xb8]3[0xd5]eN=[0x8a][0x1b][0x88][0xb1][0xcf][0xac]N[0x1b]U[0xef][0x82][0xa5]V[0x19][0xec])[0xfb][0x9c][0xeb][0x1a][0x9b][0x1a][0x9e][0xc8]O[0xed][0xc6][0xfc]:[0x85]5[0xed][0x8a][0xda][0x10][0x81][0xc3][0x93][0x81][0xc0][0x91]pM[0xd9][0x1a][0xe]F[0xe3][0x15][0xf5][0xbb]3[0xb8]Z[0xd9]Q+[0xb5][0xac][0xbc]+[0x8e][0xe3]1j[0x15]e)[0x89]Z[0xb7][0xab][0xca]5[0xb7]j[0xae][0xab][0xe7][0xc2][0x95][0xb8]2[0xca]+|[0xd0][0xfc]Q[0xee][0xdf][0x88][0x82][0xc6]-es[0xa3][0xcd][0xe4][0x90][0x90] Q[0xbd][0xcc][0x9c]Ss[0xcb]*[0xf4]8B[0xf5][0xb8][0x0]dQ[0xc2])[0x19]F[0xb2][0x18]F![0x8b]/[0xcb][0xec][0x8a][0xc][0xb3]x![0x8b]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x88]fSY|[0x3][0xe3]r[0xe3][0x8d],~[0x88][0xbb][0xc][0xd1][0xce][0xee][0xd4][0xb][0xf5]\[0xa4][0xe1][0xd7][0x82]TE[0x9][0xb][0xbc]![0xce]_[0xf7]-[0xdf][0xf8][0xf]PK[0x7][0x8][0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestName.class}[0x91][0xcd]N[0x2]1[0x14][0x85]O[0x99][0xe1]o[0x1c]D[0x11][0x11][0x1][0x8d][0xac][0x4]L[0x9c][0xb8][0xc6][0x98][0x18][0x8d]+d[0x3][0xc1]u[0x81][0x6]J[0x86][0x19][0xd3])>[0x97]&[0xfe]$.|[0x0][0x1f][0xca]xg[0xc0][0x18][0x15][0xd9][0xdc]{[0xdb]~[0xbd][0xe7][0xdc][0xf6][0xfd][0xe3][0xf5][\r][0xc0][0x9][0xf6]-[0xc4][0xb1]c[0xa1][0x88][0xdd]4L[0x94][0x92]('Qa0=>[0x15][0xc][0xb9][0xd6][0x84][0xdf]q[0xc7][0xe5][0xde][0xc8][0xe9]h%[0xbd]Q[0x93]!q*=[0xa9][0xcf][0x18][0x8c]Z[0xbd]G[0xe8][0x85]?$4[0xdb][0x92][0x9e]h[0xcf][0xa6]}[0xa1][0xba][0xbc][0xef]F[0x97][0xfd][0x1]w{\[0xc9]p[0xbd][0xd8]4[0xf5]X[0x6][0xc][0xa5][0x96][0xaf]F[0xce]dF[0x8d][0x1c]5sE[0xe0]tE[0xa0][0xdb]$J[0x2][0xa9]@s[0xa5]I[0x8c][0xa1]Z[0xfb][0x1]z[0x9e]P[0xce][0xa5][0x8][0x6]J[0xde]j[0xe9]{[0xcd][0xd0][0x0][0x1b]2[0xec][0xaf][0xc6][0x18]2#[0xa1][0xaf][0x85][0x1e][0xfb][0xc3]v4Y[0xbe]V_6[0x9b][0xd5][0xf1]gj [0xae]d[0xe8]5[0xf3][0xe5][0xe9]8$m[0xa4][0x90]Nb[0xcf][0xc6][0x16][0xf2]6[0x12]H2[0x14][0xff][0x9b][0x82][0xa1][0xbc][0xec][0xe8][0x86][0xeb][0xc1]X([0x86][0xca]*[0xbb][0xa8][0xd2]W[0xc4][0xe9][0x18]b[0xa1][0xe]U[0x6][0xd5]$O[0xd1][0xa2][0x95]C[0x99]Q[0x8e]7^[0xc0][0x1e][0xa8][0x88]a[0x8d]b"[0xda],[0xc3][0xa6]h[0xcf][0x1]d[0xb0]N[0xd9]D[0x16][0x1b][0x8b][0xcb][0xe7]D[0xc7]([0xa7][0x1b]G[0xcf][0x88]=[0xc1][0xf8]n`E[0x7][0x7][0xa4]T[0x8d][0x9a][0x14][0xe6][0xe0][0xa2]IXm"[0x17]i[0xd3][0x13][0xfc][0xf1][0xf2][0x8][0xe3][0xfe][0x97][0x97][0xc3]%^[0x18][0xb6]#[0xaa][0xf0][0x9]PK[0x7][0x8][0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/TestRule.class[0x8d][0x8c];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x18][0x84][0xe7][0x8f]y[0xa8] Xz[0x4]m\[0xac][0xd3][0x8a][0x95] [0x18]/[0xb0][0xc6][0xdf][0x90][0xb0][0xd9][\r][0xfb][0x10][0xbc][0x9a][0x85][0x7][0xf0]P[0xa2])[0x4][0xc1][0xc6])[0x86][0x81][0xf9][0xf8][0x1e][0xcf][0xdb][0x1d][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xc]Y[0x86]!![0x91]][0xa7][0xae][0x84][0xf3]|kl%[0x9a][0xa0]k/l[0xd0][0x9a][0xad][0x13][0xad]9[0xb1][0x12][0x85][0x97][0x9e][[0xd6]>[0xff]A[0xc4][0x9a]]i[0xeb][0xce][0xd7]F[0xe7][0x8b]?[0xc][0x84]qa[0x82]-yS+&L[0xe][0xec][0xfc]>(^6[0xf2]"[0x9][0xb3]o[0x83]b'>?a[0xda][0x13]BI][0x89][0xdd][0xb1][0xe1][0xd2][0xa7][0x4]B[0x84]>[0x14][0x13][0x6][0x88][0xfb][0x85][0xe4][0xdd][0x11][0xd2][0x17]PK[0x7][0x8][0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/junit/rules/TestWatcher$1.class[0xa5]V[0xdd]S[0x1b]U[0x14][0xff][0xdd]$[0xb0]4[0xac]4[0x5]Z[0xad][0x95][0xda]ZjC[0xf8][0xd8][0x0][0x5][0xda]B)[0xc8][0x87][0xb6][0x86]T[0x5]A[0xa5]/[0x97][0xcd]-,[0xb3][0xec][0xa6][0xbb][0x9b]*[0xf]:[0xf8][0xee][0x8c][0xf][0xf6][0xf0][0xb9]3[0xa5][0xf5]cF[0xdf][0xfd][0xa3][0x1c]w!%i1M53{[0xcf][0xb9][0xbf]{[0xce][0xb9][0xe7]s7[0xfd][0xfd][0xdb][0x1f][0x0][0x86][0xb1]v[0x2][0xa7]0[0xa2][0x97]Q[0xbd]\M[0xa3][0x13]c[0x6][0xc6][0xd3]h[0xc1]X[0x1a]yLh[0xe4][0x9a][0xe6][0xae][0xeb][0xe5][0x86][0x81][0xc9]vL[0xe1][0xa6][0xde]L[0x1b][0xb8][0xa5][0xe9]L[0x1a][0xb3][0xf8][0xc0][0xc0][0x9c][0x81]y[0x81][0x93][0xf][0xa5][0xdb][R[0xa1][0x1d]8[0xe5][0xc8][0xf1]=[0x81][0xf3][0x5]?[0xd8][0xb4][0xb6]+[0x9e][0x13]YA[0xc5][0xf3]T`[0xcd][0x1f][0x9d]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4]i[0x95][\r][0x19]*[0x81]K/[0xc9][0x86][0xd6][0x8e]_R[0xae][0xb5][0x1c][0xc9]H[0xed](/[0xa2]Bk[0xb4][0xe5][0x84][0xbd]y[0x81][0x9e]:qW[0x85][0xd6][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3]5[0x19][0xd9][*[0xd0][0x82]S[0xe][0x8f][0xa6][0x5]d[0xb6][0xa1]dc[0xf][0x9b][0xf0][0xa9]oU 5G[0x90][0x9](8[0x9e]*Vv6T[0xb0]"7\"[0x9d][0x5][0xdf][0x96][0xee][0xaa][0xc][0x1c][0xbd]?[0x4]S:[0x6][0x1][0x8][0x98][0xb7][0xb5][0xcd]9W[0x86][0xa1]"[0xf2]n#O{[0x87][0x19]Uz[0xe1][0x1b][[0xc5][0xae][0x85][0x6][0x16][0x98]?[0xc5][0x4]V[0xe8][0x8a]@2[0xab]=[0x11][0xe4][0xf2]5f[0x1c]/R[0x81]']k6[0xc]+;[0xb1][0xe6][0xaa][0xe3][0xbb][0xd4](=7E[0xbb][0xa7][0xb][0xdb][0xf2][0xa1][0xb4]\[0xe9]mZ+[[0x81][0xff][0xb5][0xf6]TgQ[0x5][0x81][0x1f][0xd0][0xb5][0xcc][0x81]@%r\[0xab][0xe0][0x84][0xba][0x14]g[0xea]c[0xdb]-W[0xe3][0xbb][0xf2][0x82][0xec][0xd4][0xb1][0xc6][0xa7]u8[0xcb]~%[0xb0][0xd5][0xa2][0xa3][0xd5]25[0xc1][0xe]i[\r]&t[0xc1][0xb3]]?t[0xbc][0xcd]%[0x15]m[0xf9]%[0x3][0x8b]&>[0xc4]G&[0xde][0xc4][&[0xba][0xd0]m[0xe2]4[0xce][0x98]8[0x8b][0xcb][0x2]]G[0xd7][0xce][0x6][0x81][0xdc][0xd5]w[0x9b][0xb8][0x8d];&zq[0xd9][0xc4][0xc7][0x9a]+[0xe0][0x8e][0xc0][0xd0][0xeb]%[0xc8][0xc0][0x92][0x89]"[0xee][0x9a][0xf8][0x4][0x9f]V[0xef][0xa9][0xf][0xc7][0xc4]gX6[0xb0]b[0xe2]s[0xb0][0xc]=[\r][0xb])p[0xf1][0x95]}Uw[0xcd]sO[0x4][0xce]5[0xb0],[0xd0]"[0xcb]ewW[0xe0]~[0xb6][0x89][0xce]m[0xdc][0xfa]}M[0xcd]cZ[0xda][0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0x91]y[0xce]d[0xf1][0x8d][0xda][0xb][\r][0xa6][0xbb][0xb9]j}X[[0xaf]n[0xae][0xea]MG[0xbd]4[0xdb]_[0x96]J[0xec][0xe3]lM[0xaf][0xdd][0xdd][0xd8]V6[\r]}u[0xa4];[0xa2]u[0xbf]k[0xda][0xcd][0xa6][0xa6][0xe7][0xbf][0x87]5[0xaa][0xbd][0xb1]_[0xe1][0xcd]q[0xb3][0xf3][0xfa]W[0xe6][0xff][0xad][0x98]K[0x15]7r[0xca][0xae]Z[0x94][0x8e][[0x9]TM[0xa7][0xb5][0xeb][0xb7]R[0x10]-0nvTW[0xf6]e[0xb3][0xb8][0xc0]/G'?'[0xc9]LF[0xf]#@[0xca]y[0x8c])'[0x94]'[0x9]>g[0xf1]6[0xe9]9r[0xd3][0xa4])[0xd2][0xee]\[0xff]>Dn`[0x1f][0x89][0xdc][0xe0]>[0x92][0xb9]gH=[0x8e][0xa5][0xdf][0xe1][0xda][0xca]7#0[0x82][0x1e][0xae]f[0xcc]w[0xe3]<.[0x92][0xbe][0xc7]'E[0xe4][0x12][0x1f][0x8e][0xf4][0x81]Uq[0x9f][0x98][0xb6][0xfa][0xe8]w[0xb4]|[0xf9][0xc][0xad][0x85][0xdc][0x13][0x1a][0x82]D[0xff]/0H[0x93]O[0xd1]V[0x3][0x9d][0xa8][0xe1][0xd3]?[0xe3][0xde]R[0xff][0xc0][0xaf]0[0x13]X[0xd3][0xf8][0xc0][0xe1][0xc1][0x1b][0xf5]B[0x13][0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xac][0x17][0xea],[0xd6][0xee][0x7][0xff][0xe4][0x9a]y[0xcc]h[0xba]q[0x5][0xe3]h[0x8f][0xe9]::b[0xba]G[0xc7][0xf9]2[0xd2]t[0x1d][0xf]b[0xba][0x87][0xef]c[0x9a][0x8c][0xb3]PdF[0x81]Q[0xb4]a[0x8c][0x1a][0x13][0x8c][0xf4][0x1a][0xf5]f[0x88][0xcc]R[0xf3]:[0x91][0x1b][0xb8][0x85]I[0xda][0x98][0xc1][0x17][0xc4][0xd6][0xf9]q[0xbe][0x87][0x9b](1[0xcb][0xf][0x88]}Kl[0x8f][0xf4]G[0xcc][0xe1]'[0xcc][0xc7][0xd9][0xcc]1O[0x13][0xac][0xd0][0xfb][0xb4][0x94][0xa0][0xb4][0xe6][0xb2]q[0x8d][0x1e][0x1d]f[0xb8][\r]?[0xa0][0x8f]r[0x2][0xfd][0x87][0xd9]?@[0x6][0xc8]U[0xb3][0xdf]A[0xf][0x7][0xe3]j[\r][0xc1][0x8a][0xb1]<[0xff]P\ [0x97][0xe6][0xe9])[0xc4][0xbf][0x0]PK[0x7][0x8][0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/rules/TestWatcher.class[0xb5]V[0xcf]W[0x13]W[0x14][0xbe][0x8f]D&[0x81][0x11][0x10][0x1b]*[0xb5][0xd2]Z[0xb1][0x86][0x4]L@[0xd4]V,[0x96][0xa2]VZ[0xc4][0x1f] [0xa8][0xad][0xd5]!y[0xc0][0xe0]d[0x92]33Q[0xdc][0xb4][0x9b]v[0xd9]z[0xba]t[0xd5]U[0xf][0x9b].[0xea]FN[0xdb]sz[0xda]m[0xff][0xa8][0x9e]~[0xf7]e2I [0x84]@[0xf1][0xe4][0xcc]}[0xf3][0xee]{[0xef][0xbb][0xdf][0xfd][0xf1]n[0xe6][0x9f][0xff][0x93][0x88][0x86])[0xd7]F[0xdd]t[0x9b][0xc5],[0x8b]9[0x16]wX[0xcc][0xb7][0xd1]aZ[0xd0][0xe8]n[0x1b]i[0xf4][0x5]k[0xbe][0xd4][0xe8]A;}E[0xf]y[0xf2]H#[0x83][0xc7]E[0x16][0x19][0x16]Y[0x16]R[0xa3]%[0x8d][0x96]5Z[0x11][0xd4]z[0xd1][0xb4]Mo\P(>0/(<[0x99][0xcf]JA[0x9d][0xd3][0xa6]-g[0x8a][0xb9]E[0xe9][0xcc][0x19][0x8b][0x16]4[0xdd][0xd3][0xf9][0x8c]a[0xcd][0x1b][0x8e][0xc9]s_[0x19][0xf6]VLW[0xd0][0xb1][0xe9][0xbc][0xb3][0x9c]Z-[0x2]([0xe5][0x14]-[0xe9][0xa6][0xe6][0xa4][0xeb]-[0x18]^fE:c[0x82][0xe][0x18][0x85][0x82][0xf5]L[0xd0]R[0xbc]f[0xa3]mK[0xc7]M[0xe5]`[0xd0]J[0xcd]z[0x86]'s[0xd2][0xf6][0xc6][0xb6]lI][0x96]n[0xc6]1[0xb][0x9e][0x99][0xb7][0xc7][0x6][0x9a]@[0x0][0xaf]E[0xc3][0x5][0xbd][0x13]Mmn[0xcf]V[0xf0][0x5][0xf5]5[0xb6]/[0xa8][0xcb]-f2Rfe[0xf6]V[0xd1][0x94][0x1e][0xfb]5[0xbc][0xd5][0xaf][0x9a]C[0xd3][0xab][0xc6][0x13]#U[0xf4]L+5m[0xba][0xde][0x18][0x7]Z[0x80]_[0xac][0xb4]`[0x19][0xf6]rjn[0xc5][0xc9]?[0xe5][0xa8][0xc2]D[0xab]t[0x9c][0xbc][0x83][0xc0]vm>)[0xa8][0xa7]6[0xf][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]\[0x9c][0xda][0xb4][0xf7]b][0xf0]q@Dg[0xcd]e[0xdb][0xf0][0x8a][0xe]N][0xdb][0x1d][0xf5][0xed]@[0xd9][0xa3][0x83]K[0x86]iUE[0xe5]j[0xbc][0xee][0xe6][0xdd][0x87][0xaa]E[0xe][0xb]z[0xb0][0xf]h[0x8d][0xd8]w[0xb8][0x8f][0xcd]B[0xa1][0x8a][0xbe]Q[0x1d][0x19][0xd3][0xf6][0xa4]c[0x1b]Vj[0xc2]u[0x8b]9[0x5]>o[0xe6]-[0x14]Q[0xf6][0xca]ZF[0xfa][0xd6]v[0xed]Yz[0xb7]&[0x4][0xad][0xbd]^Z[0x8d]B[0xd4][0xe9]z[0x86][0xe3][0x99][0xf6]r[0x10][0xa3][0xce]%4[0xf]w[0xa5]*j[0xd1][0xe0]v[0x8]:[0xbe]Cm" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "1fk[0xa9]h[0x4][0x9d][0xdb]K~[0x19]A[0xf3][0x13][0xb7][0xa9][0x96][0xf7][0x1e][0x11][0x6]=[0xd5]$[0x92][0xa0][0xc3][0x86];[0xe5]g!P[0xb][0xba][0xb5][0xcf]YbNm[0x97]e[0xc1][0x91][0x19]>&[0xa8][0xf7]v[0xd1][0xf6][0xcc][0x9c][0x9c]7][0x13]q[0x9a][0xb0][0xed]zG[0xad][0xb7]c[0xed]8N[0xb4]p[0xad]@2[0xec][0xb7][0x18][0xc3][0xcc]4[0x91]|E[0xd1]u[0xd2]g[0x6][0x87]~[0xa3][0xf6][0x16]Zx[0xe9]S[0x89]P[0x1b][0x10][0xd9]J[0xf]fD[0x9f]C[0xce]@;MQ[0xba]N[0x87][0xe8][0x86][0xb2][0x9a][0x0]J[0x14][0xda]~:[0xa9][0xec]w[0x7][0xf6][0xbb][0x95]U[0xa1][0xde][0xde][0xa7]S[0xb0][0x17][0xf][0x1c]e[0xcd][0x0]4[0x9][0xe5]I[0x12][0xf][0xea][0xd9]g[0xf6]#p[0xd8]^,[0x91][0x1c]|E[0xfa]:u\[0x8][0xf][0xf5][0x86][0xab][0xc9][0xb5][0xc2]d-[0xb9]9[0xe8][0x16][0xa0][0xbd][0x3]g[0xe7][0x91][0x82][0xbb][0x8a][0xdc]([0xd6][0xda][0xa1]=[\r]r[0xec]l, [0x17]S[0x84][0x85]z+[0x5][0x87][0xdf][0x98]f[0xa8][0x8a]fL[0xd1][0xc][0xf9]4Sxp[0xe3]|[0x9a][0xbf][0xf8]4[0xe3][0xc9][0xbf][0xe9][0xe0][0xb][0xea]L$[0xff][0xa2][0x83] [0xdc][0xb1]NQ[0xc5][0xbc][0xb3][0x1e][0xf3]^d[0xb6][0xcc][0xbc][0xf][0xdf][0xeb]D[0xf]![0x1f][0xa1]p[0x16][0xb1][0xb6][0x84][0xd5],[0xf4][0x12]<[0x96][0x3][0xf][0xfa][0xaa]<[0x88][0x7][0x1e][0xc4][0xe1][0xc1][0x88][0xc2][0x8c][0x7][0x1e][0xc4][0xb7]x[0x10][0xaf][0xf1][0xe0][0xc][0x9e][0xd1][0xfa]%[0xd0][0xd5]L[0x9]X[0x90]yhs`d[0xa3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfb]Z[0x2]g[0xeb]3;[0xd4][0xc][0xb3]"[0xe4][0x1a][0xb4]O[0xc0][0xe4])[0x98]=[0xdb]Gfan[0x8e][0xfe]m<[0xab]t[0xb8][0xa1][0x9b][0xaf][0xf1]7[0xca]`Oi10#|3an[0x9e]>[0xc4]%<[0xa1]z[0x10][0xdf]U][0xe3]j[0x88]r[0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "?[0xcf]an[0xae]>[0xd8]=[0xec][0xe6]HE[0x93]3[0x89]!.[0xba][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "h[0x87][0x2][0xfa][0x1e][0xb3][0x1f][0x10][0x82][0xe7]A@[0xb0]9[0x0][0x8f][0x2][0xfc][0xa2][0x2][0x8f][0x6]=B[0xa3][0x8f]PX!ef[0x1c]cC[0xce]/[0xb6][0xe5][0x90]F[0x9f][0xfa][0x85][0xa4][0xd1]5.$@Nm[0x3][0x19][0xde];[0xe4]gh[0xbf]%[0xc8][0x9b]p[0x9b][0x93][0x18][0x1][0xe4][0xd0][0x6][0x85][0xea]c[0x96][0x12][0x1d][0x9]0#[0xc0],e$[0x2][0xcc]R[0xb7][0xe0]V[0x8e]n[0x1][0xf4][0xeb]h[0xec]u[0xd1][[0x9a]G?[0xb9]-[0xfa][0x8d]m[0xc2][0xb1]%UM[0x86][0x3][0xbf][0x9b][0xea][0xe4]-[0xba][0x8f][0xb1][\r]k[0x9a][0xda]I[0xff][0x1]PK[0x7][0x8][0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/rules/TestWatchman$1.class[0x95]T[O[0x13]A[0x14][0xfe][0x86][0x16]Z[0xca]"w/[0x11][0xb1]H[0xc5][0xd2][0x96].[0x17][0x1][0x11][0x8a]![0x4][0x12]c[0xd1][0x7][0x8]>O[0xdb][0x81].nw[0xc9][0xee][0x16][0xf4][0xd9][0x1f][0xe3]3[0x9]`[0xe2][0x83][0xbc][0xfb][0x3][0xfc]9[0xc6]o[0x16][0x2][0xa8]PK'3[0xe7][0xf4][0xcc][0xb9]|[0xe7][0xec]9[0xf3][0xe3][0xd7][0xb7][0xef][0x0]&[0xb1][0xd4][0xe][0x3]i}[0x8c][0xe9]#[0x93]@'[0xb2][0x9][0x8c]"[0xa7][0xb9]q[0xcd][0xe5][0xf5]a[0xc6]0[0x11][0xc3][0xa4]f[0xa7]b[0x98][0x8e][0xe1][0xb9]@b_[0xda][0xa9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]nE`[0xac][0xe8]z;[0xe6]n[0xdd][0xb1][0x2][0xd3][0xab];[0x8e][0xf2]|[0xb3][0xe6]V[0x94]m[0xae]y[0xb2][0xa6][0xe]\[0xef][0xc3]z[0xa8][0xba] [0x10][0xd7][0x86]%[0xe9]+[0x81][0x91][0x1b][0xcd]6[0x2][0x19][0xa8][0x9a]r[0x2][0x1a][0xb4][0x5]U[0xcb]OM[0x8][0xc][0xfd][0xa1]n+[0xdf][0xdc]T~[0xf0]^[0x6][0xe5]jM:Zs[0xd1][0xe2][0xdd][0x92]@-[0xdd]X[0xb5]i[0xb8]M[0x0][0x1c][0xdb][0x12][0x88][0xae]P([0xd0]U[0xb4][0x1c][0xf5][0xb6]^+)oS[0x96]lJz[0x8b]nY[0xda][[0xd2][0xb3][0xf4][0xff]saT'$[0x0][0x1][0xe3][0xb5][0xf6][0xb9]bK[0xdf]W[0x94]$[0x1b][0xa2]NM2[0xc5][0xc4][0xea][0xc7][0xb2][0xda][0xb],[0xd7][0xa1]~\[0xb1][0x96]u[0x2][0x11][0x88][0xa4]5[0xe]An[0xe2][0x8a][0x13][0xcb][0x9][0x94][0xe7]H[0xdb]\[0xf6][0xfd]z-4[0xdb][0xb2]\[0x9b][0x16][0x95][0xb]?t:P[0xdc][0x95][0xfb][0xd2][0xb4][0xa5][0xb3]cnV=[0xf7]@[0xe3][0xd4][0xc1]6[0xdc][0xba]WVk[0x96]F[0xdd]s[0x15]K^[0x1b]0[0xe1]U[0xa7]l[0xbb][0xbe][0xe5][0xec][0x9c][0xd5]+[0x86][0x19][0x3][0xb3][0x98]3[0xd0][0x8b]>[0x3]w[0xd0]e[0xa0][0x1b]=[0x6][0xfa][0xf1][0xd8][0xc0][0xb][0xcc][0x1b][0x18][0xd2][0xdc]K[0xcd]-`^ ;[0xb0][0x2]}[0xd7]@5[0xb0][0x88][0x2][0xfb][0xa3]q[0xf5][0x4][0x86][0xff][0xfb]5[0x5][0x6][0x1b]9[0x11]h[0x95]{{[0xf6]'[0x81][0xcf][0xe9]&Z[0xa3][0xf9]6[0xbb]L[0xea]]iW[0x95][0xd9]UM[0x8d]F[0xdc][0xf][0xa4][0x17][0xb0][0xfc][0x2][0xb9][0x9b][0x1][0xfd][0x1d]MwJ[0xbb]_/[0x97][0x95][0xaa](No|[0x9b]c[0xe3]W5[0xdb][0xb6]-[0xf9][0xb1][0xc9],[0xa7][0xaf][0xed][0x89][[0xc4]@[0x92]OJ'[0xdf][0x99]Hw[0xb7][0xee][0x4][0x80][0x94][0xcd][0x10]R[0xb6][0x7]oZ[0xb8][0xfb]1@z[0x97][0xdc][0x12]iTK2[0xd9]c[0x88]L[0xee][0x18]-[0x99][0xf1]cD2_[0x11]=[0xc][0xb5][0xef][0xf1]l[0xe3][0xd8][0x0]S[0xb8][0xcf][0xd3][0x8][0xf9]~<[0xc0] [0xe9]#[0xee](%[0x9]nv[0xd9][0xb9][0xd7][0x9f][0x88]p[0x1][0xc5][0xcc][0x11][0x9d][0x1e][0xa1][0xe5][0x4][0xad]$[0x91][0x13][0xb4]]Jb[0x97]l[0xfc][0xb][0x9f][0xa5][0xec]i[0xa8][0x9e]=[0x13]udO[0xd7][0xaf]([0xe4]N[0xf][0x19][0xa7][0x83][0xf1][0xb2]h[0xf]i[0x9e]15-0N[0x96]y[0x14].[0xd0]N[0x11]#0[0xcd][0xdb][0x19][0xe6]<[0x1b][0xea][0xa4][0xa9][0x91][0xc5][0x1c]r[0x1c][0x88]<[0xe6]ar[0x1c][0x16][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\o[0xf0]*[0xcc],I[0xcc]9[0xfa]Hb[0x98][0xd9][0x98][0xac]_[0x12]O[0xc2]l[0x8b][0xff]d[0x1b][0xc1]H[0x18]/[0x85][0xa7][0xa1]l[0x14][0xcf][0xf0][0x90][0x9c][0xae][0x83][0x8e][0xce][0xdf]oPK[0x7][0x8]Negz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/rules/TestWatchman.class[0x8d][0x93][o[0xd3]0[0x14][0xc7][0xff][0xee]uk[0xb][0xbb][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]0[0x18][0x9b][0xa0][0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a[0xf]<[0x15][0x81][0xa6][0xa1]![0xa4][0xe][0xa4][0xb5]*[0x82]77[0xf5]Z[0x8f][0xc4][0x99]b[0x87][0x89]g[0xbe][0x10]i[0xd5][0xe]6[0x90][0xa1]KJM[0xa6][0x1b][0x9b][0xa3][0x95]JA[0xdf]y[0xfa]sh[0xa5][0xa4][0x91][0xad][0x9d][0x81]}[0xa3]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x85]D[0x9]x[0x84]"}KC[0x5]Z[0xaf][0xc0][0x96][0xe7]*[0x16][0x12][0xe3][0x16][0x9d]fh-[0xfe]@[0xea]}[0xad][0xbe]}[0x86][0xf4][0xd7]1[0xc4][0x93][0x18]Q[0x1b][0xaa]%[0x8][0xbb][[0xc4]R,/b[0x19][0xd7][0xc8][0xc2][0xee][0xae]c[0x5]i:-[0xe3]F[0xe2][0xe0]iL[0xc3][0xf9][0xc8]^[0xc5][0xd8][0xf2]P[0xf8][0x17][0xcb]b[0x98]M[0xe8]&V[0x13][0xc4][0xb]z[0xd3][0x17]![0xe]b[0xc4][0xbd][0xa1]p[0x4][0xb1][0x86][[0xb1][0x9c]%[0x91]Q[0xef][0xa7][0xc7][0xd3][0x9a][0x12][0xcf][0x9d][0xe9][0x88][0xf][0x13][0x11][0x19][0xac][0xc7][0xfa]w)b[0xfb]l$v[0xf7]i}@o[0x81][0xf6][0xa9]X[0x82]?PK[0x7][0x8][0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/rules/Timeout$1.class[0x8d]S]o[0x12]A[0x14]=[0x3][0x94][0xa5][0xeb][0x16][0x10][0xad][0xd8]V[0xdb][0xad][0xa2][0xd2]m[0xe3][0xca][0x9b][0xa6][0xc6][0x97]Z[0x93]&[0xe8][0x83][0x90]&>Na[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd3][0xec][0xce][0x92][0xd9][0xd9][0xaa]F[0x83][0x89]M[0x13]M[0xf4][0xdd][0x1f]e[0xbc][0x83][0x84][0xa2][0x96][0xc4]M[0xe6][0xeb][0xce][0x9d]s[0xcf][0xbd][0xf7][0xec][0x8f][0x9f]_[0xbe][0x1]hag[0x11][0xe]6[0xec][0xe4][0xbb](a[0xd3][0xc1][0x9d][0x12][0xee][0xba]([0xa0][0xe1][0xe0][0x9e][0x83][0xfb][0xc][0xb][0xa7][0x94][0x10][0xab][0x91][0x98]h[0xe2][0x85]za[0x8c]/[0xa0][0x17]^[0xfa][0x18][0xc6]3[0xd3][0xb1][0x92][0xa6]Xn[0xe6][0xcf][0x99][0xf9]~[0xf3][0x9d]3[0xb3][0xfb][0xf5][0xf7][0xbb][0xf][0x0][0x16]q3[0x3][0x3]E[0x3]#[0xb0]Ds[0xd9][0xc0][0x15][0xcc][0x8b][0xd1][0x82][0xe];[0x83]4[0xae][0xea]X[0xd4]q[0x8d]a[0xc2][0xb][0x82][0xad][0xe5] [0xac]Dq}[0xab][0xda][0xc][0xb9][0xb3][0xc9][0xc0]6[0x18][0xf4][0xc8][0xdd][0xe6]A[0x1c][0xd1]l[0x85]aD[0xcc][0x9e][0xf8].Mg[0xcb]-[0xe7][0x99]c[0xc7][0x91][0xeb][0xd9][0xf5][0xc0][0xaf][0xc7]a[0xc8][0xfd][0xc8][0xae][0xaa][\r][0xb7][0x18][0xd2][0xb7]][0x1a][0xdc]aH[0x16][0x8a][0xeb][0xc]Z)[0xd8][0xe4][0xc]ce[0xd7][0xe7][0xab][0xf1]v[0x8d][0x87]U[0xa7][0xe6]Qd[0xa2][0x1c][0xd4][0x1d]o[0xdd][0x9]]1WA-j[0xba]m:[0xfe]^[0xec]z[0x9b][0xf]K[0x9e][0xd3]nsZ[0xc8][0x97][0x83][0xb0]a[0xb7]b:[0xc1][0xe]c[0x8f][0xb7][0xe5][0xc9]dtN)[0xc8]@[0xf6][0xb9][0x1b]5[0xab][0xfd][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+C,[0x17][0xf][0xc1][0xd4]b[0x99]}[0xa6][0xc1][0xa3][0x1e][0x99][0xf2][0xa3][0xda]dU[0xa8][[0x9e]|[0xa1]8[0xb4]@'[0x85][0xbf]2[0x15][0xde][0xf5][0x1b][0xfd][0xb5][0x9f]+l[0x1c][0xc6]N[0x9a][0xfb][0xdd]zM[0xd1][0xe9][0x7][0xa0][0xc8][0x1e]]d[0xaa]&D[0xc][0xd3][0x85][0x3][0xb9][0xc4][0xcb]T[0x82]8[0xac][0xf3]eW0M[0x15]_[0x10][0x89][0x98][0x18][0xc7]Q[0x13][0x19]dM[0x98]8[0xa2]c[0xc9][0xc4]u[0x8c][0x99][0x18][0xc5][0x18][0xc3][0xe4][0x1]H[0xa1][0xba]A[0x8f]eH&[0xc][0xe3][0xb2]X[0x9e][0xe3]7[0xec][0xb5]Z[0x8b][0xd7][0xa9][0x84]3[0xff][0xad][0x1f][0xbd][0x8d][0xca][0x83][0xd2][0xda][0xea][0xfd][0x8a]([0xd6][0xd0]R[0x15][0xd7][0x91][0xa7][0x87]o[0xd0]w[0x91]DB[0xa4]A[0xa3][0x84][0xc8]D[0xf6][0x94][0x4][0xf5]:4[0x91]%[0xe8]M[0xd2][0xec][0x11][0xed]d[0xd4][0xe7][0xac][0xb7]`Vr[0xf][0x9][0xcb][0xd8]C[0xd2]z[\r]m[0xf][0xa9]WRwL[0xac]#E[0xed]K[0xd2][0xbe] [0xfe][0xe][0xb1]vq[0x2][0x1d][0x1c][0xa7][0xa8][0xd9]%[0xd0]|[0x8a]z[0xba]r[0x9c]R[0xf4][0xc7]D[0xd7][0xc4][0xe]kV@[0xe7][0x9]iuz[0xcc]QZ[0x5]>[0x12][0xf9][0x13]y[0xfd],Yge[0xcc]T,1[0x12][0xee][0x99][0x1c]M[0x93][0xc1];[0x8d][0x19][0xc5][0xb7][0x89]$[0xd6]R[0xd6][0x1b]$w{[0xe0][0xb4][0xc]~[0xd9]g.[0xa5][0x80][0x1a][0xce]`[0xb6]'f=q[0xaa][0xd3]'[0xfe]6@[0xcc][0xc8]]^[0x89][0xef][0xd2][0xee][0x84][0xa8][0xa6]5-j[0xf6]O[0x9e][0x91][0xe1][0xef]$[0xfa]![0x11][0xb9][0xee][0xb6]^B:[0xce][0xd1][0xb5][0xd0]7[0x86][0xf3][0x98][0x1b][0xe0]$[0xb1][0xd3][0xe7][0xe4][0xe7]@'[0x17]pQ[0x89][0x97][0xd4][\r][0x1a][0xef][0x91]~J[0xb7][0xa8][0xf7][0xa7][0xf2]k[0x1f][0xc0]P[0x80][0x4].[0xc9][0xb6][0x80]I[0xe9][0x99][0xfe]z[0xb4];[0x7][0xe3][0xf]PK[0x7][0x8]0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/rules/Timeout.class[0xa5]VkS[0x1b]U[0x18]~[0x16][0x2][0xb][0xcb][0xd2][0x96]k[0x85]r-EC[0x90]F[0xc4];[0xd8][0x1b][0x17][\r][0xa6][0xd0][0x12]J[0x5][[0xe9]&laa[0xd9][0xe0]^[0xaa][0xce][0xf8]U[0xff][0x80][0x1f][0xd5][0xa0]3[0xe8][0x14]pd[0xc6][0x1f][0xe0][0x8f]r|[0xde][0xcd]6[0x1]JJ[0x1c][0x92][0x99]s[0xf6][0xe4][0xbc][0xef][0xf3]<[0xef][0xe5][0x9c][0xcd]?[0xff][0xfe][0xf5]7[0x80]Q[0x4]*>[0xd1][0xa0][0xe0][0xd3]z[0xa4]0[0xab]A[0xc7]g[0x1a].[0xcb]RGZ[0x86][0xbb]2[0xcc][0x89][0xc9][0xbc][0xc][0xf7]d[0xb8][0xaf]bA[0xec]3[0x1a][0x87]E[\r][0xf][0xb0][0xa4][0xe1]!>[0x97]aY[0x86][0x15][0x1][0xfa]B[0xc5]#[0x15][0x8f]5[0xb4]aU[0xc5][0x13][0x15][0x86][0x2][0xf5]N`[0xd9]k[0xa6][0xab]@O9[0x8e][0xe9]N[0xda][0x86][0xe7][0x99][0x1e]7|k[0xdb][0xcc][0x7][0xbe][0x2]eVA[0x9d][0xac][0x1e]8[0x16][0x97][0xbd][0xe9]M[0xe3][0x99][0x91][0xc]|[0xcb]N[0xe6][0xf2]N.p][0xd3][0xf1][0x93][0x8b][0x91][0xc1][0xb8][0x82]f;[0x9f][0xdf][0x9a][0xc9][0xbb][0x19]?[0xc8]m-n[0xb8][0xa6][0xb1]F[0x94][0x15]bf_[0x90][\r][0xc4][0x87][0xd2]yw=[0xb9][0x19][0xd0]%[0xe9][0x6][0xb6][0xe9][0x85][0x8]$[0xbc][0x16])"Pl2[0xbf]f*[0xb8][0x98][0xb6][0x1c]s.[0xd8][0xce][0x9a][0xee][0xa2][0x91][0xb5][0xf9]K[0xed][0x84]E[0xbf][0x1b][0xb4][0x88][0xa7][0x86][0x96][0xc8][0x98][0xce][0xe7][0xc]{[0xc9]p-[0xd9][0x8f][0x8c]b[0xfe][0x86][0xc5]@:[0xca][0x11][0x91][0xa0]v[0xdb][0xb2]m1RR[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb4])s[0xc7]5s[0x86]oRn[0xc7]B[0xe0]H[0xcc]K[0x96]g[0x11][0xed][0xb6][0xe3][0xe4]}[0xc3][0xb7][0xf2][0xe][0x8d][0xdb][0xb][0x19][0xb0][\r]g=Y[0xf2][0x19][0x97][0xa8]f[0xcf]H[0x8e][0x88][0xbd][0x16]?3t1[0xeb][0xaf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " A][0xf1][0xd9][0xb2]y[0xe4][0xb6][0xea][0x99][0x14][0xb1]F[0xc9][0xda][0xba][0xe9]/[0xbe]([0xe8][0xd5][0xf8]Y*Y[0xf1]X[0x10]V[0xfb]5:[0xa6]YN[0xcb]Y?Y[0xd1][0xea][0xf8][0x10]k[0xda][0x95][0xe3][0xca]7g[0xc][0xcb][0x9e]w"[0x8a][0xc]Sen[0x13][0x92]m|[0x1d][0xef][0xc0][0xd4][0xf1][0x14][0xeb]:[0xde][0xc7][0x7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0x97]A[0xd4][0xb1]!.[0x16]6Ul[0xe9][0xe8][0x87][0xad]b[[0x87][0x83][0xbc][0x8e][0x1d]|[0xa5][0xc3][0x85][0xa7][0xe3]C|[0xa4][0xa0][0xe5][0x94][0xe8]y[0xb6][0xca]I[0x1d]U[0x0][0x91][0xc6][0x2]_*y[0xce]g7[0xcd][0x9c][0xb4][0xe2]Kn[0xa6][0xe7]/[0x4][0x92][0xb][0xb6]"OL[0xf7]+[0xbb][0x9a][0x19][0xbb][0x9b]J[0xa7]S[0x99][0xe9][0xc9][0xf9][0xb9][0xa9]L[0xe8][0xc4]>o[0x88]NF[0xc1][0xa4][0x9f][0xf7][0xd2]Y[0xd7][0x9b]ZDPi[0xf0][0xcc]t[0xfd][0x8a]N>[0xb9][0xc6]J[0x11]X[0x8e]o[0xba][0x8e]a[0x17][0xfb][0xa7][0xd8][0xdc]^[0xf2][0xd8]YRp[0xf3][0xd8]]Y[0xb1][0xe3][0x91]kb[0xfc][0x1c][0xee][0xcc][0xd0][0xd7][0x96][0xbf]QT[0xb3]zv[0xa4][0xe7]T[0xdb]!|e[0xee][0x9c][[0xf1][0x95][0xf3][0xc2][0xd7][0x84]/![0x5]+[0xff][0xf7]f[0xaa][0x98][0x8c]$[0xa3]e[0xef][0xf8][0xf1]So[0x84][0xa1]%[0x9e]#[0x9d][0xef]y[0xb6]9[0xaa][0xd1],G[0x93][0x7][0x9a][0xe5]t[0x86]3[0xf](g[\r][0xf5][0xb4][0xbb]J[0xab][0x1][0xae][0xfa]P[0x5][0xf9][0xd4][0x1d]BY>@[0xd5].[0x9f][0xf9]z[0xe1]X[0xcb][0x19][0x18][0xe3]8[0x88][0xd7][0x89]'[0xd6]w[0x10][0xb][0xed][0xb5][0xc4][0x95][0xef][0xff]@[0xf5][0x1]b[0xbf]sU[0x15][0xda]k[0xe1][0xce][0x14][0xd1][0xa7][0xf1][0x6][0x9f][0xda][0xb][0x96][0x88]c(d[0xd0][0x90][0xc0]0[0xd1][0xde][0xc]W#[0x11][0xc3][0xf5][0x90][0x8f]7I[0xa4]'K[0xa6][0x18][0xe7][0xd6][0xc4][0x1]j[0x12][0xbd]{[0xa8]M[0x8c][0xec]AMT[0xef][0xa1][0xae][0xc4][0xd5][0x8e][0x1a][0x8e][0xf7]hy[0x9f]|[0xb][0xb8][0x80][0xc]Z[0xb0][0x18][0xf2][0xf6][0x11][0x81][0xfe]E[0xde][0xd6]0[0xf]J[0xf8]$[0x99][0x10][0xfc]A[0xbc][0x15][0xf1][0x19]\[0x8b][0xce][0xee][0x90]ox[0x1f][0xf5]B[0xc9]Y[0x13]V[0xce][\r][0xa7][0x10]?"[0xc4]c[0xa6][0xfa]KB[0xae][0x12][0xfc][0xc9][0x91][0x80][0xbb][0x8b][0xc4][0xdd]L[0xf3](i[0xea][0x19][0xf8][0xdb][0x11][0xdd]{[0xf4][0x17]+[0xfd][0x10][0xfa]rO![0x85][0xbb]E[0xf4]B[0xca][0xad][0x10]M[0xf][0x9f]u[0xfa]J[0x11][0xeb]Y[0x88]r[0x18][0x8d][0xa7]`x[0xc7]0[0xc6]B[0x8c]V^[0xce][0xef]F[0x18][0xb7][0xa3]B6[0xe]'[0x9e]3[0xde][0xe7]P[0xf7]q[0xe1][0xb7][0x13] [0xdf][0x1d][0x9][0xab][0xb1][0x18]V#[0x5][0xf4]p[0xbf]Un[0xf8][0x8]N[0xaa]'[0x1e]5D[0xaa][0xfb][0xf5][0x4][0xcc][0xf]G[0xb4][0xd4]D01[0xb9][0xdb]i%[0xce]s[0x91][0x96][0xce]?q[0xb1][0xa4][0xe6][0x92]@[0xed][0xa3][0x89]%h>[0x19][0xdd][0x8f]G[0x84]u[0x16][0x85]ub[0x1c][0x13][0xdc][0xff]8[0xc4][0x17][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0xe0]f$[0xd1][0xe2]o[0xd2]XMR[0xd4][0x96][0xdd][0xb9]C[0xb4]-'F[0xe][0xd0][0xbe][0x1b][0x9][0xab][0xa5]C[0x81][0xe4]B[0xd8]A?[0xf1][0x97][0x9f][0xa1][0xe2][0x97][0x90],Ag[0x95]=|[0x8b][0xa9][0x93][0xdd][0xa6]"m[0x13]O[0xc5]D[0x88][0xd1][0x84]I[0xf6][0x15][0xbf][0xd3][0xa1][0xe0][0x19]J[0x12]Y[0xd5][0xdc][0xd5][0xd1][0xc1]"[0xb6][0xa1][0xf0]y[0xc8][0xd7]\[0xff][0x7]PK[0x7][0x8][0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/rules/Verifier$1.class[0x8d]R[O[0x13]A[0x18]=[0xd3][0x96].[0xac][0xb][0xad] Z[0xb1][0xca][0xa5][0x8b][0xb4][0xb]q[0xe5][0xd1]`[0x8c][0x6]11[0xa9][0xbe]@[0xfa]>][0x86]v[0xc8]t[0xb6][0x99][0xd9][0xad][0xf0][0xb3]L[0x4][0x13][0x1f][0xfc][0x1][0xfe]([0xe3]7+[0xc6][0x18]S[0xed]&[0xdf]e[0xce]~[0x97][0xb3]g[0xe7][0xdb][0xf7]/_[0x1][0xec]#Z@[0x15][0x8f][0x9c][[0xf7][0xe1]a[0xc3][0xb9]M[0x1f]Mlyhy[0x8][0x19][0xe6]'\[0x85]}n[0x5]C[0xab][0x9b][0x9a]A|[0x9e]k[0x99][0xc5]&[0xd7]Z[0x18][0x1b][0x8f][0xd2]S[0xa1][0xe2][0xe3][0x8c]gb$tv[0xc0]P[0xcd][0x86][0xd2][0x86]O[0x19][0xd6][0xfe](W[0xc2][0xc6]=a[0xe4][0x99][0x14][0xc6]U=[0x97][0x84][0xbf]`x[0xd9][0x9e]^6[0xc3][0xbe]N[0x8f][0xa1]rH C[0xad]+[0xb5]x[0x9f][0x8f][0xfa][0xc2][0x9c][0xf0][0xbe]"d[0xb9][0x9b]&\[0xf5][0xb8][0x91][0xee]|[0x3]V[0x1c]?[0x6]0[0x4]o[0xdd][0xcc]C[0xc5][0xad][0x15][0x84]4[0xa7][0x12][0x9][0xf7][0x89][0xb1]t[0x91][0x88]q&Sm=l[0x93]0[0x82][0x94][0xc9][0x89][0x7]C[0xb9][0xed]h[0xf8][0xc7]in[0x12][0xf1]F[0xba]-[0x8b][0xbf]z[0x9f][0x9c][0xf3][0x9]'rG:Q[0xa9][0x95]z[0xf0]Nd[0xc3][0xf4][0xd4][0xc3][0xe3][0x0];h[0x7][0xf0]q+[0xc0]<[0x16][0x2][0x4]h[0x4][0xb8][0xe7]\[0x7][\r][0xd2]o:[0x1d][0x86][0xcd][0xff]J[0xc3][0xb0][0xe2]V[0xc7][0x8a][0xeb]A|24[0xe9][0x87][0x9f][0xdf][0xdf][0x98]6[0x96]a[0x8e][0x8f][0xc7][0xea][0x92][0xe1][0xac]=[0x83][0xf2][0x95][0xc4][0xaf][0x85]M[0x8c],$:[0xe8][0xcc]vW&n[0xf7]%6[0xe8][0x2]zt!K[0xf5][0xba][0x93][0x2][0xa0]H[0xba]8[0x84],[0xc0]"[0xc5]%[0xca][0x9e]Q,S[0xac]E[0xbb]W`[0xd1][0xde][0x15]J[0xd1]g[0x94]?[0x16][0x85]5[0xf2]U[0xfa][0xad][0xc0][0x16][0xea]E[0x9b][0xcb]k[0xb8][0x8d];[0x14]W[0xc9]*[0x84][0xdc]%#[0x8d]o[0x6][0xbe][0xa2]SQ[0x15]}B[0xe9][0x1a][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xec][0x1a]s[0xbf][0x7].[0x15][0xfb]Z[0xc4].[0xa4]|[0xfb][0x9f][0x83][0xcb][0xb8]_[0xf4][0xad][0xe1]A[0x81]5[0xf1][0x10]+[0x94][0xf9][0xf4][0xb6][0x8a][0xe2][0xf9][0x1]PK[0x7][0x8][0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/rules/Verifier.class[0x8d]R[0xdb]N[0x1b]1[0x10]=N6,][0xc2][0xbd][0xa5][0x80] [0x84][0xcb]C[0x2][0x12][0x16][0xcf][0xa9][0xaa]J[0x14][0x4]R[0x4][0x12]D[0x91]xt[0x16][0x3][0x8e]6[0xbb][0x91][0xbd][0xcb][0xe5][0xaf][0xda]'[0xa4]V[0xea][0x7][0xf4][0xa3][0xaa][0x8e][0x9d] [0xae]AYi=[0x9e][0xf1][0x99]33[0xc7][0xfe][0xfb][0xef][0xd7][0x1f][0x0];X[0xf]P[0xc0][0x82][0x8f][0xc5][0x0]9,[0xfb]([0xf9]X[0xf1]Qf[0x18][0xf9][0xa2]b[0x95]~e[0xc8]W[0xaa]M[0x6]o79[0x97][0xc][0x93]u[0x15][0xcb][0xa3][0xac][0xd3][0x92][0xba]!Z[0x11]Ef[0xea]I([0xa2][0xa6][0xd0][0xca][0xfa][0xfd][0xa0][0x97]^)[0xc3][0xb0]XO[0xf4]%ogD[0xc4]u[0x16]I[0xc3][0x9b]R[0xab][0xb]%u[0x8d][0xa1] [0xba][0xdd][0xe8][0x8e][0xe1][0xa2][0xf2][0xc][0x15][0xc7]R[0x1b][0xde][0xa1]j[0x11]?ME*;2Nk[0xaf] [0xfc][0xbb]4[0xa1]V[0xdd]T%q[0xad]:[0x4][0x3]5[0xd5][0x12][0x86]z[[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa9]um[0x7][0xa3]i[0x82][0xbd][0xdb]P[0xba][0xa8][0xf1][0xb1]J[0xfe]i[0x92][0xe9]P[0xee]++[0xcb][0xf8][0xc3][0xf8][0xdb]mq-[0x8a][0xf0]1J"[\r][0xd2]hc[0x87][0x1][0xc][0xc5]C[o7[0x12][0xc6]Hcs[0xd6][0x18][0xe6][0x7][0xe5]0LYj[0x1e][0x89][0xf8][0x92][0x1f][0xb7][0xda]2L[0xdf]@7[0xa4]IO2[0xdb][0xd1][0xec]#[0xba]q[0xa5][0x93][0x9b][0xde][0xf5]}[0xab][0xc][0xbe][0xb8]![0xd4][0xab]6[0xbd]Ux[0xf4][0xae]H[0x17]zdy[0xb2]4)[0xad][0x1f][0xc8][0xe3]di.[0x14]6[0xef][0xc1]~[0xd2]&[0x87][0x80][0xd6][0x11][0x17],a[0x8c][0xd6]b[0xf]@v[0x1c]V[0x81][0x9]L[0xf6][0x93][0xf][0x88]6O6[0xf8][0x8d][0xdc][0xd9][0xe6][0xd6]=[0xf2]?^0[0x94][0x1d]C[0xb9][0x87][0xea]3[0xd8][0xdd][0x14][0xa6][0xdd]y[0x80][0x19][0xcc]R[0x86][0x87][0x8f][0xd4]R[0xce][0xb1]n[0xb9]*x[0xdd][0xce][0xf6][0x93]vX[0x9f][0xec][0x13][0xfd][0x1e]ys[0x84][0xfc][0xec][0xf0][0xf3]Xr[0xc4][0x8c][0xf6][0xee][0xfb][0xf]PK[0x7][0x8][0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]org/junit/runner/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/junit/runner/Computer$1.class[0x95]S]O[0x13]A[0x14]=[0xd3][0x96].[0xdd]ni[0x5][0xac]"[0x2][0xa2]E[0xda]me[0xe1][0xd1]@x[0xb0])[0x89]I[0xf5][0xc1]mx[0xe1]i[0xdb]N[0xb6]C[0xb6][0xbb][0xcd]~[0xa0][0xfe]+M@[0x13][0x1f][0xfc][0x1][0xfe]([0xe3][0x9d][0xdd]"[0xea]JS[0x1e]f[0xee][0x9d]3g[0xce][0xbd]w[0xe6][0xce][0x8f][0x9f][0xdf][0xbe][0x3]8[0xc0]~[0x1][0xb]x&[0xa7][0x9a][0x8a][0x9][0x85][0xe7][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0xc]K[0x9][0xe9][0xc4]K$[0x18]Z[0xf5][0xee][0xb9]ua[0x19][0x8e][0xe5][0xda]F[0x8c][0x1d]6[0xd2][0x9a]I[0xfe][0xa4]W[0x8]y[0x10]N[0x8f][0xde]K[0x9d]d[0xa8][0xfe][0x9d][0xfd][0xc7][0xc9]u[0x5][0xab][0xff][0x92][0x8f][0xf4]c[0xa9]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdb][0xb5][0xc2][0xc8]'[0x8a][0x91]JErfe[0xa3][0x9a]^[0xe4][0xf][0xf8][0x89][0x90][0x11]J[0xd7][0x85][0xef]I[0x15][0xba][0xda][0x8e];p[0xbc]@[0xb8][0xf6][0x1b][0x1e][0x8e][0xbc][0xa1][0x2]]C[0x13]-[\r][0x5][0xa8][0x1a][0x14],j([0xe2][0x85][0x86]=[0x18][0xf4][0xfc]3[0xee][0x91]ag[0xae][0x87]eX[0xb9])[0xa0]7[0xf2][0xbd][0xf7]I[0xed]k[0xb7]j3,[0xda]<4#[0x11][0x12][0xad][0x97]n[0xad][0xff][0xf7][0xcf][0xd9][0x9d][0x9e],[[0x97][0xfd]V[0xa0]8[0x9][0xc4]`[0xce][0x1b][0xe8][0xe]q[0xf0][0x84][0xfe]e[0x9e][0xfe]i[0xa6]R[0x91]w[0xb][0x90][0xa5][0x8b][0x96][0x8][0x8d]"4[0xb2]%[0xf2]^[0x92][0xcd][0x92]-[0xeb][0xcd]+0[0xbd]u[0x85][0x8c][0xfe][0x15][0xd9][0xcf]1q[0x89][0xe6][0x11][0x90][0xfd]Cn+[0x96][0xab]&[0xc4][0xa9][0x9c][0xf4][0x1e]b[0x8d][0xf6][0x1f][0xfd][0xe]%[0x91]u[0xf2]nB=[0x8e][0x13][0xdb] [0xb5][0xcd][0xd8][0xdb][0xa2]J[0xe5][0xde]6[0x9e]b[0x99]<[0x95]X[0xb][0xb1][0x1a]~[0x1]PK[0x7][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Computer.class[0xa5]T[0xdb]n[0xd3]@[0x10]=[0x9b][0x8b][0xdd][0x98]^[0xd3][0x1b]%-[0x14]h[0xa9][0x9b][0x84][0x9a]p[0x87]F} J[0xa5]J[0x11]H[0xa4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]xrR+u[0xe5][0xd8][0xd1][0xda][0xe6][0xf6]U[0xf0]B$*[0xf1][0x1]|[0x14]b[0xd6]v[0x93][0x94]4%-[0x8e][0xb2][0xeb][0x9d][0x9d]3g[0xe6][0xec][0xac][0xfd][0xfe][0xf1][0x13]@[0x1]/[0x15][0xa4][0xa0][0xca][0xd8]T[0x10][0x13]sVFNA[0x12][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xd0][0x14]<@A[0xc6]C[0x6][0xa9]h[0xda][0xa6][0xb7][0xc3][0x10]W7k[0xc][0x89][0x92]sh0LUL[0xdb]x[0xed][0xb7][0xea][0x6][0xdf][0xd7][0xeb][0x16]Y[0xd2][0x15][0xa7][0xa1][5[0x9d][0x9b]b[0x1d][0x19][0x13][0xde][0x91][0xe9]2d*[0xe]oj[0xc7]>[0x5][0xd2][0xb8]o[0xdb][0x6][0xd7]JN[0xab][0xed]{[0x6][0xdf]&[0x6][0xd7] [0x90][0xc5][0xb0][0xa2]n^[0xe8]8[0xd6]4[0xbc][0xaa]oz[0x14]x_[0x1d][0xf0]t[0xb5][0x16][0xa5]fio[0x83][0xd5]+[0xdf][0xb4][0xe][0x9][0xf5][0xbe]r[0xac][0xd0]5K[0xb7][0x9b]Z[0xc9][0xd2]]w[0xfb][0x1c][0x8e][0x10]B[0xc]r=[0x84]1l[0x8c][0x18][0x9f]0[\r][0x11][0xd6][0xa0]2[0xd3][0x83]d[0xc][0xb]gu[0xf9][0xdc]>[0xd5]f~[0xc0][0xbb][0x98][0xdd]![0x80]R[0xfe][0xd4]0[0xda][0x9e][0xe9][0xd8][0xae][0x8c]G[0xc][0xa9][0xaa][0xd9][0xb4]u[0xcf][0xe7][0x84]yw[0xe5][0xb2]E[0xec][0x8b]*O[0x91][0xb6][0xe1][0x82][0xa1]:*[0xcb][0xa5][0xb4]My[0x86][0xeb][0x5]n[0xc]3[0xe7][0x8]5w^[0xca]2[0x1e]3[0xd4][0xae][0x9a][0xcf][0xbf][0x8a]V[0xaa][0x8e][0xcf][0x1b][0xc6][0xae])[0xce]c[0xe2][0xb4][0xd3][0xb6]D[0x94]q([0xb8][0xc6][0xb0]4[0xb4][0x1f][0x19][0x16][0x7][0x93][0x8a][0xba]33[0x14][0xb5]V`[0x0][0xc3][0xf8][0x9e][0xb0][0x96][0xc2][0xc6][0x11]TO[0xc4][0xf0]T[0xc6][0xb3]q<[0xc7][0xb][0x86][0xe9]^%o[0xea][0xc7]F[0xc3]c[0xc8][\r][0xd3]`[0x8f]Lt[0xcc]/[0xba]h[0x9a]2[0xe7][0xe]%7[0xdb][0xb][0xb0][0xc4][0x9d][0x8f]a[0xcf][0x95][0x7][0x95][0xec]][0xb0][0x11]E[0x16]_[0x81][0xe2]\?[0x82][0xaf][0x8f][0x4]f[0x98][0xc]ww[0x1d][0x1e][0xf5]M^[0xbd]D[0xcb][0xe1]6}[0xd9]R[0x10]O[0x82]4[0xa7][0xf3][0x14][0xca][0xd3]J[0xa3][0x99][0x8e][0x1][0xc9]l[0x7][0xec][0x1b][0xbd][0xc4]0A[0xa3][0x14][0x18]'[0xe9][0x7]r[0xb][0x1c]0[0x85]i[0x9a]S[0x98]A:[0x2][0xaf][0x92][0xb7]x[0xc6]N[0x10];[0xe8] [0xfe][0x15][0xe2]@{[0xf8]Y[0x1a]g1[0x87]x[0xe0]]'k[0x9c][0xe6][0xf4][0x9][0x12][0x7]'H[0x1e]ds[0x1d]H[0xf9][0xe]d[0x81][0x8b][0xf7][0xe1][0x96][0x3][0xde][0xd5][0xd0];[0xe2][0x15]o[0xf3]X[0x8][0xf6][0xd3]X[0xc4]u[0xe2]^[0xea]f',7[0xc8][0x92][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "\[0xc6]JP[0xcb]MZ[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ""[0x89][0xc]jd[0x11]1[0xa5]\[0xfe];[0xc6][0xfe]fU[0xfb]X[0xa5].[0xab][0xd4]e[0x95]H[0xc4];gX[0x85][0xe5]n[0x1f][0xeb]Z[0xc4][0xba]N[0xff]{[0xc1][0xdb][0x6][0xee][0xd3][0xac][0xd0]^2[0x88][0x86]?PK[0x7][0x8].[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/junit/runner/Describable.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xbe][0xf4][0xd4][0x12][0x97][0xd4][0xe2][0xe4][0xa2][0xcc][0x82][0x92][0xcc][0xfc][0xfd][0xcd][0xe1][0x98][0x91][0xa3][0xe9][0x10][0xd1][0xf9][0xf6][0xf6]&2[0xc9][0xb0][0xb6]>[0xca][0xc5]}[0xb6][0x85][0x9c][0xcb][0x19]D`[0xc1][0x1b][0x11]XA[0x14][0xdb][0xb8][0xa1]Q[0x4][0x9a][0x1b]/)[0xf8][0x15][0xb6][0xb][0x1c]?M[0x8c][0xe8][0x0].M[0xf9][0x97][0xa6][0xea]If[0xe1][0x9]s[0xe3][0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "~[0x83][0xdf]*[0xb8][0x16][0xbf]c[0xf0][0xdb][0x5][0x2]9[0x8b][0xc2][0x89]x8[0x93][0xa4][0xfc][0x93]&Rd[0x87]t[0xbd][0xbc]D[0x8b][0x9c][0x9b][0xd1]2[0x9a][0x82]6[0xb4]+x[0x19][0x97]Qps[0xd8][0x9d][0xc4][0x9f]a5[0xd6][0x92][0x1c][0xce][0x8c][0xd2][0x6]3[0xba][0x2]'[0xf4][0x8d]huFu[0xa9][0xe3][0xb]h[0xdd]h&[0x95][0xae]#U[0xeb][0x6][0xb5]:[0x8d][0x8f][0xf6]rV[0xe3][0xf7]d[0x16]/[0xd5]o[0x88]u[0xd1]H[0xde][0xba]x&[0x16][0xa3]e=[0xd8][0xa0][0xa0][0x3][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce][0xc6]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xd0][0xed][0xc6][0x1f][0x14][0xfc][0x11]W[0x12][0x9]m2"[0x3][0xff]I[0xc1].[0xec]Tp57[0xc6]_[0xdc]xE[0xc1]_[0xf9][0xe1]o[0xf8][0xbb][0x82][0xb7][0xe3]2[0x5]Wp[0xf3][0x1e]\[0xa9]`[0xc][0xdb][0x15][0xb4][0xe0]L[0x5][0x1f][0xc7]n[0x5][0xff][0xc0]?[0xdd][0xf8][0x97][0x82][0xe3]U[0x5]7[0xf2][0xbb][0xff][0xf0][0xf4]kx]![0x82][0xd3]gX[0xdd]t[0xfc]Vp[0x15]o[0xfb],nRp[0x6][0xde][0xe2][0x16]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "n[0x15][0xe][0xb7]p*[0xc2][0xc5]Z[0xdc],[0x8a][0xe9][0x82][0xe2][0xdf][0xb2]5[0xb5][0xb5][0xf7][0xc2]@[0xfd]V[0xbf]9[0xb5][0xf5][0x8a]p[0xb][0xf]1[0xaa]'Q[0xc7]'-[0xc5][0x1f]c[0xd4][0xd7][0x8d]j[0xe1][0x11]5[0x1e]M[0x8d]*h[0xc5][0x99][0x94][0x99][0xed][0x8a][0x1a]}[0x12][0x14][0xe8]E[0xc][0xa6][0xd3][0xa3][0x9f][0x9b][0xd9][0x85][0xbc]'[0xbe][0xe8][0x17]$[0x81][0xd3][0xa6][0xf9]P[0xc9][0xe6]p[0xbb][0xb3][0xb3][0xc4]_?[0x93][0x8f][0xab]b[0xca][0x8d][0xc3][0xe9][0x91][0x82][0xe2][0x90]=[0x94][0x9b][0xb2]&[0x15]$&:QTZ[0xe9][0xf8][0xf9][0xed]S[0x1a]o[0xf4]D[0x8d][0xd2]d[0xc9])[0x85]%[0xcb]7u[0x96]|C[0xa5][0xab]G[0xdb][0x91][0xe6]o$[0xd9][0xe5]Ww[0xb3]69[0xc3]*[0x17][0xcb][0x13][0xed][0xaa][0x9a][0xdd][0xfa][0xd9][0x5][0x9c][0xa4]0[0x14][0xab])f[0xa6][0xc0]R[0xff][0xd1][0xfd]*w[0x18][0xc5][0xde][0x93]M[0x82]z[0x82][0x97][0xc3][0xae][0x84][0x1a][0x91][0xb9]hj[0xe6][0xd4]_q[0xa9][0xa7][0x90][0xea][0xf1]>[0xdd][0xc6][0xcf][0x9b][0x8f][0xb2][0xcf].[0x91]W[0x1f][0xe5]/[0x9][0x2]'[0xe7][0xd5][0xa3][0x11]5[0xd9]K[0x85]_[0x8b][0x87][0xb5]Nv[0xb4]n[0xbd]\w[0x16]=S[0xee][0x91][0xf3][0x94]~dO[0x19][0x88][0xfa]391[0x99][0xeb]6b[0x1]%[0x9b]sq[0x1e][0xcd][0xf4][0xd2][0xcc][0x19]p[0xd1],Pz[0x18][0xa2]_[0x4][0x82][0x93]([0xda]/[0x17][0xf6]Q[L[0x8b][0x80][0x6][0x9c]Om[0x95][0xbe][0xc][0x9b][0xa4][0x10][0x1e]]@[0xf0]B[0x82][0xbd][0xd5][0x0];[0x9b]v8[0xa8]W[0xc][0xb0][0xd0]$[0x1c][0x85]hk$Z[0x9d][0xbe][0xce]DS[0xd0]OJ[0xb]9b[0xdc]"[0xc2][0xdd][0x8c]-[0x6]n7)[0xc9][0xeb]gI[0xdc]`[0xe0] [0x9c]![0x1b]E;-[0xd0][0xb3][0xb0][0xd5][0x80][0x9e]%[0x85][0x8]9[0xca]A_H=C[0xf][0x1a][0xd0]>[0x86][0xe][0x4][0x3][0x13]pY[0xd0][0x1d][0x16][0xf4]M[0x16]t[0x1f]."[0x9f]B[0x8e][0xb2][0xe8]>[0x3]}@[0x1a]![0x8c]U[0x1b][0xa9][0xd7]=1[0xc5]v3TC[0xee][0x16][0xc3][0xef][0x95]yr[0x1d][0xf7][0xa2][0xd8]Ft[0xd8][0x12][0x81]JSt[0xa5]!:'[0xb0]2O[0xe0][0xa0][0x14][0x18]6|x[0xae][0x11][0x9b][0xb9][0x16][0x1f][0xea][0xe2][0xa6][0x84](n[0xb1]t[0xae][0xe9][0xc7][0xb9][0xa6][0xa5]se[0xb0][0x8a][0xe0][0xe5][0xc2]o[0xc0][0xaf]7[0xec][0xf1][0xf9][0xdc][0xae]{[0xe1][0xe9]w[0x4]z[0xfb][0x9d][0xc1][0xde][0x83]()DOZ[0x8c][0xf1][0x99][0x4][0xf0]I9t[0xd5]'E[0x87][0xc][0x1f]q[0xd8]y[0xc7][0x1c][0xe9]#v[0x11][0xfd]zm[0xfc]s[0x99][0x84][0xd4]}0[0x7][0xc3][0xd2]?[0x3]y39[0xaf][0x8c]P=[0xa5][0x9b][0x8b]!b[0x98]D8[0xa9]/![0xb2][0x86][0x1a][0xc8][0x17][0x7]Lh[0xaf][0xd4][0xf0]::[0x97][0xd7]K[0xf8][0x80][0xbe][0x10][0x97][0xc8][0xd3][0xc7][0xa3][0x8b][0xe4][0xb9][0xe2]Q[0x8c]t/[0x92]#[0xe6][0x80][0xc3]"[0xbc]D[0x86]${[0xfa]F[0xa5][0xf0][0xb8]![0xfc][0x9]Z[0xc9]4[0xed][0x8]L[0xa2]4p[0x18]J[0xff]$[0xca][0xc6]Q[0x1e]z[0x8][0xde][0xd0][0x4]f[0xed]A[0xd9]a[0xcc][0xee][0xf7][0xcd][0x99][0x84][0xef][0xbe][0x86][0x87][0x8d][0xa7][0xb9][0xfc][0x14][0x8][0x8e][0xa3]"[0x10][0x1a]Ge[0xa0]a[0x1c]U[0x81][0x1a][0xe7]8[0xaa]s[0xba]/[0xa7][0xe3][0x9][0xec]![0x8d][0xaf]![0xd6][0x9a]r[0xc8][\r]XBe[0xde][0x8f][0x9b][0xb0][0x12][0xb7][0xa2][0x9][0x9f][0xa3][0xfc]r[0x1b]e[0x94][0xdb])s[0xec][0x95][0xf6][0xad][0xd2]u1[0xed][0xeb][0x90][0x8e][0x14]r[0x94][0xb5][0xaf]CF[0xde]!Gl[0xa9][0xd3]bi[0x87]ts[0xd6][0xd2][0x4][0x8d][0xe8][0xba]b[0xb0][0xa3][0x91]z^[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8d][0xca]BB[0xdc]a[0x89][0x9e][0xcb][0x10]/[0x88]&)cs[0x1b][0xad]f[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "m.[0xf][0x1e][0xc2][0xbc]"\p[0xc0][0xc4][0xd0][0xc3]4A[0x6]OZ[0x88][0xa5][0x98]f(H[0xd3][0x88][0xc5]gp[0xa9][0xe1][0xf8][0xd5]d[0x82][0xcc]5[0x87]Q[0xd3][0xcf][0xa8][0x93][0x98]_[0xa8][0xd5][0x11][0x8b]VY4[0xdd][0xb4][0xb7][0xd1][0xdc][0xe][0xec]4[0xb4]k2L+#n[0xd6][0xee][0x81][0xdb][0xb9][0x97][0x8e][0xf1][0xbe][0x2][0xb0][0x7]-`e[0xa6][0x89][0xbb]L[0x90]U[0x6][0x88][0x97][0x95]9[0x84][0x5][0x2][0x85][0x8][0x8f]Z[0x10][0xbc]&[0x2][0xdd][0xf][\r][0x84]kh5[0xf3]s[0x15][0xab][0xb1][0x1b].[0xe7]>G[0xb3][0xe][0xb6]P[0xa0];t[0x8][0xc7][0x9][0xec]F5[\r][0x8e][0x17][0xb8][0x1f][0xa2][0xa7][0xb6]a[0x2]u[0x17]7[0xef]}[0xfd][0xc5][0xda][0x9c][0xac][0xf9]$[\r]x[0x1c]n[0xe2]f[0x9][0x9e]$[0xa7]>E[0x9c]y[0x9a]8[0xf3][0xac]y[0x6][0xfc][0xf4][0xf6][0x1d]$[0xdf]A[0xe9]f![0xde][0x89]wI[0x87][0xaf]2t*E=[0xde][0x8d][0xcb][0xa5]=W[0x98][0xda][0xad]4[0xec][0xf3][0x90]JU[0x13]XTh[0xdd]s[0x16][0xeb]<[0xa6]ut[0xe7]5[0xf6]Gh5[0xb3]n~[0xf0][0x1][0x88]=p9[0xf6][0x5][0xc9][0x86]nF[0xb]I[0xc4][0xc5]9D[0x9f][0xf4][0xc3][0xf3][0xa4][0xe5][0xb]d[0xc3]K([0xa7][0xcf][0x92]\>[0x9b]o[0x12]c>[0xde][0x8b][0xf7][0x11]~9[0xc9]}?[0xcd][0x15][0xd1][0xf8]*[0x1b][0xc6]N[0xe0][0x84]Bn[0xbc]l[0xcb][0xd8][0xab][0xcd]p[0xae][0x94]`l[0xee][0x9d]X2[0x81][0xa5][0x85][0xe6][0xbe]bk[0xee][0x7][0xf0]Ac[0xff]:#[0xf1]U[0xc8][0xc4]w7[0x9d]t:6[0xf4][mS[0xf4]^[0xb5]`U[0x98]X[0x1f][0xc2][0x87][\r][0xae][0x8f]S[0xcf]Am[0xe2][0xfd][0xdd][0xa1]#[0xeb][0x1c][0xab][0x9d][0x95][0xce][0x85][0xb7]`Y[0xa8][0xd2][0xb9]r[0x8d][0xab][0xc6]u[0x8]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xc9][0x87][0xbb]Q[0x16][0xac]qM`[0xd9][0xfd]([0xde][0xa5]S[0xec]}[0xfd][0x19][0x91]K[0xb5]U[0x9c][0x1f][0x84][0x13][0xd5][0xf4]e[0xb0]T[0x14][0xa3][0x91][0xc6][0xa7][0x88][0x12])~[0x1d][0x89][0xa8][0xc6]<|[0x4][0x1f][0xa5]U.[0x9c]D|[0xe4]Z[0xe8][0xa1][0xcb][0xc3][0xc7][0x88][\r][0xe][0xe2]E[0x80][0xb8]r[0xb9][0x8c]M[0x93][0x19][0x83]&[0xfa][0x90][0xd9][0x90]W[0xc2]x[0xe6][0x13]f[0x16][0xf9]$[0x8d][0xae][0xc5][0xa7][0xc]S[0xac],[0xaa]>[0x8][0x81]+[0xc4]l[0x1b][0xb7][0xea]8[0xd7][0xd1][0xdc][0xf5][0xc4][0x1d][0xe7]Z[0xd2][0x82][0xb9][0xd0][0xc8][0xae]}H[0xc2]U[0xec][0xa7]8[0xd7]w[0x5][0x1f][0x86]K[0xec][0xf][0x4][0x1d][0xf4]D?[0xc1][0x83][0x8][0x8d]K[0xef]W[0xec][0xef]&W[0xd0][0xed][0x10]A[0x84][0xc8](][0xec][0x89]D0[0x88]yp[0x8b][0x1a]([0xa2][0x16]s[0xc4][0x2]T[0x8a][0x85][0xe4][0xa2]:,[0x13][0x8b][0x10][0x12][0x8b][0xd1] N0[0xe9][0xc7][0xfb][0xf6]P:.[0x92][0x4][0xd3][0x15][0x9c][0x83][0xe3][0x8c][0xc2][0xaa][0xab]z[0x3][0x8d]n4i[0xd8]nd[0xaa]Z][0xd5]2[0xee][0xa8][0xe][0xee][0xa5]d[0xc8][0xcc]\>[0x89][0xc6]B/[0x84],^[0xa8]5[0x9][0xf1][0x19][0x13]r[0x85][0x1][0xe9][0xe]8[0x85][0xcd][0xf6]U[0x96][0xed]nc{[0x11]![0x1a][0xdb]G[0x8c]D[0xb3][0xe0]N[0x9c][0xc4][0x1a]L`E[0xf][0xa5][0x92][0x95][0xbb]Q[0xda]P;[0x81][0x93])[0xfd][0x85]r[0x98]2;[0x8b][0xd3]P*[0xd6]X[0x8a][0xe8][0x2][0x93][0x0][0xb]p[0xb3]L[0x16]<[0xba]E[0x16][0x99]R[0xf2][0xc8][0xad]T[0x9e][0x1c][0x14][0xc2][0xdb][0xa8]<[0xe9]R[0xcf][0x81][0xfe][0xbf][0x8b]A[0xdf][0xaa][0x83]8[0xe5].[0x9c]$o1[0xbe][0xd5][0xc6][0x85][0xe9].,[0xd1]'[0x9a][0xcc][0x89]S[0xf]H[0xbb]Y[0x89]r[0x19][0xed]E[0x4]x[0x5][0xdd][0x9e][0xaf][0xa6][0xd9][0xbd]R[0xc1][0xcf][0xff][0x17]PK[0x7][0x8][0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runner/FilterFactories.class[0xad]V]W[0x13]W[0x14][0xdd][0x97]$L[0x18][0x86][0xf][0x13][0x15][0x14][0xb1][0xd4][0xa2][0x6][0x82][0xa6]*[0xad][0xda] m[0x8d]biC[0xb0][0xc4][0xd2][0xa2]mu[0x18][0x87]84L[0xc2]d[0x82][0xfa][0xda][0xb5][0xfa]#[0xfa][0xd2]W_[0xe9]K[0xb0]u[0xd9][0xf6][0xb9]?[0xaa][0xab][0xfb]N[0x2]L[0xc8][0x10][0xb3]Z[0xb3]V[0xe6][0xde][0xb9][0xf7][0x9c][0xbd][0xf7]9[0xe7][0xce][0x99][0xf9][0xfb][0x9f][0xdf][0xff][0x0]p[0x9][0xcf]T[0xc][0xe1][0xa6][0x8a][0xc]n[0xa9][0xb8][0x8d][0xb9]([0xee][0xa8]P[0xf0][0x99][0xbc][0xcc]+[0xf8]<[0x8a]/[0x14]dU[0xf4]`A[0xc5][0x9][0xe4][0xe4]e[0xb1][0x17][0x83][0xb8]+g_[0xaa]XB^[0xc1]=[0x15][0xc7][0xf0][0x95][0x82]e[0x5]_[0xab][0x88][0xe3][0xbe][0x82][0x7]r[0xe9][[0x5][0xdf][0xa9][0xf8][0x1e][0xf][0x15]<[0x12][0xe8][0x9e][0xb1]l[0xcb][0x9d][0x15][0x8]%&[0x96][0x5][0xc2][0x99][0xd2]cS` k[0xd9]f[0xae][0xba][0xb1]j:[0xf7][0xf4][0xd5]"Wb[0xd9][0x92][0xa1][0x17][0x97]u[0xc7][0x92][0xf7][0x8d][0xc5][0xb0][0xfb][0xc4][0xaa][0x8][0x9c][0xc9][0x96][0x9c]Bj[0xbd]J[0xa0][0x94]S[0xb5]m[0xd3]I[0xcd]YE[0xd7]t[0xe6]t[0xc3]-9[0x96]YI[0xb][0x9c]4[0x1c]Sw[0xcd][0xc6][0x86]S[0xda][0xa8][0xcf][0xf2]e[0xd3][0x10][0xb8][0x97]h[0x85]X27[0xab]f[0xc5]Mg[0xd7][0xf5]-=U[0xd4][0xed]B*[0xef]:[0x96]]HO[0xb4][0x1a]o[0xe8][0xb6]U[0xae][0x16]u[0xd7]*[0xd9][\r]rrF[0xdc]jY[0xea][0x8c]?h[0x5][0x11]P[0x9c]:[0x3][0xb5][0x1d][0xce].[0xa0][0xae][0xf9][0x84][0xc6][0x82][0x80][0xe2]n[0xa9][0x9c]5[0xb7][0xcc][0xe2]-[0xb3]b8VY[0x8a][0x10]8[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xea][0xdb][0x97][0xc0][0xb7][0x9f][0x19][0xa6]w[0xc3][0x1c]j[0xfe][0xf4][0x8][0xd7][0x13]m[0xf6][0xb4]y[0x89][0xe5]U[0xc2][0xf4]B`/[0x1a]8P"[\r][0x15][0xb8]M[0xb9]Y\]7[\r]WAU[0xc3][0x16][0x9e][0xb2][0x9][0xbc][0xe9]} 0|X[0xc7][0xe5]CT0[0xdd]%oM`$[0x11]P[0xec][0xfa]&[0xab][0xc3][0x89][0xc0][0x16]"[0xe3][0x95]U[0xcb][0xf0]u[0xe8]:U[0x19][0x9e]L[0xdb][0x83][0xb6][0x98][0x8e][0xb9]V[0xe4][0xc9]K[0xf9][0x9c][0xc8]0[0xda][0xd6]@[0xa0][0xd7]6[0x9f][0xce][0xf3]^gA[0x5][0xce]7q[0xd4][0x8f]r[0x13]Ic[0x9]c[0xfc][0xb8][0x1a][0x82][0xfc]u[0xf3][0xcf][0xee][0xc1]Vp[0x8a][0xb3][0x14]G[0xf6][0x5]D&w ~[0xe5][0xa4][0xb][0xa3][0x9e][0x91]\Tq[0x9a]W[0xad]n[0x80]w[0x8][0x2]~[0xb7][0xbd][0x8b]3[0xb4][0x92][0xce][0xbf][0xd0].[0xcc]qf[0xb2][0x86][0xae][0x1a]B[0xb][0xc9]X[0xb8][0x86][0xc8][0xcf][0xe8][0xe7]$RCw[0xee][0x5][0x8e]D^CY[0x9]%[0xf3]+[0xe1]X4[0x9f][0xbb][0x10][0xba][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=+S[0x17][0xc2][0x97]w[0xa0][0xbe]D[0xef][0xf6][0x1e][0xe7]qr[0x80]"[0xa3][0x94]w[0x84][0x2]Oqu[0x92][0x9c]R[0xc3]4[0xf7]N [0x84][0xf7]0[0xce]+[0x19]q[0x16][0xe7][0xbc]pfp[0x1e][0x9]*[0x8c][0xd2]f[0x82][0xf6]][0xfc][0xc7][0x1a]vI[0xee][0x87][0xb9][0x17][0xa7]j[0xf6][0xb2][0x86][0xea]E[0x8e][0x12][0xa3]o[0xf2]%[0xb4][0x85][0xa9][0xe4]o[0xe8][0xeb][0xc2][0xbe][0xc][0x95]#[0xe8][0x1a][0xa1][0x83][0xa4][0x1e][0xab][0x1b][0xe3]"i[0xe0][0xcd]Rx[0x9f][0xa0][0x11]R^[0xc2]eZ7[0xd3]\[0xa1][0xbd][0xa4][0xd1]}4[0xfd]~[0x9a][0x90][0x8f][0xe6]:a[0xd2]M4[0xd3][0xf8][0xe0][0x10][0x9a][0xf][0xf7]j![0xad][0xae]z"w[0x89][0xaf]y[0xf2][0xaf][0xd3][0x96][0xed][0xba][0x11][0xe7]OD[0x94][0x98][0xa3][0x14]0[0x10][0xc7]`[0x8d]_[0x11]/[0xd0][0xb7][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf1][0x95][0xa9][0x1d][0x1c][0xfd]3Ia[0xdb][0x1e]`/[0xfa][0x99][0xb4][0x90][0xaf][0xc]7[0xb9]v[0x9b][0xab][0x19][0xc][0xe0][0x16][0x86]qgO[0xe4][0x0][0xa3][0x9c][0xc1][\r]O[0xfe]h#+[0xbd][0xf4][0x96][0xc2][0xc5][0x9e][0xc8][0xfa][0xca]U[0xce][0xf6]EJq[0xb3][0x8d][0xec]T8z[0x8][0x93][0xa1][0xd7]8V[0xc3]q[0xe]C5[0xc][0xff][0x85][0xc1][0xed][0xac]T[0x98][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "=q1[0xba][0xee][0x8a][0xeb][0xf7]"Z[0xe0]J[0xe]GY[0xc9][0xd3][0x9e][0xe0].[0xce][0xeb][0xa2][0x84]'[0xaa][0x9e][0xc3][0xfd]|[0x8d][0x1e][0x92][0xaf][0x8f][0xf9][0xff][0xc4][0x9b]}[0x8a][0x15][0xaf]&ro[0x10][0xdf][0xa0][0xe7]_PK[0x7][0x8][0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.class[0x9d]QMK[0xc3]@[0x10]}[0x1b][0xdb][0xc6][0xc6]h[0xb5]_[0xb6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x82][0xe0][0xa1][0x1f]`[0xf0]&V9Y[0x8c],[0x8b][0x1c]y[0x9d][0xa2]S[0xc2]5:[0x8d]V[0xfb][0x1][0xac][0xfd][0x8][0xed][0x9e]"[\r][0xcb][0x9][0x96]f*[0xc8][0xa3]J[0x1b][0xe4][0xd3]J[0xb2][0xd5][0x94][0xc9][0xc0][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc4][0xa3]a=[0xed][0xd9][0x80][0x99][0xa2][0x8c]8[0xcb]XA[0xfe][\r]PK[0x7][0x8][0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runner/FilterFactory.class}[0x90][0xcd]J[0x3]1[0x14][0x85][0xcf][0xed][0xdf][0xb4]c-[0xe2][0xce][0x8d]+[0x17][0xba]i[0xe8]N[0xe8][0xb2]X([0x94]*[0xf8][0x4][0xd7][0x18][0xca][0xc][0xd3]d[0xc8]d[0xc4][0xbe][0x9a][0x8b]>@[0x1f][0xaa][0xf4]f*[0x82][0x88][0xcd][0xe6][0xe6][0xe4][0x9c]s?[0xc8][0xfe][0xf0][0xb5][0x3]0[0xc1]([0xc1]E[0x82]a[0x82]K[0xc2][0xcd]<+[0x82][0xf1]+[0x17]f[0xde]p0[0xef]O[0x9f][0xda][0x94]!s[0x96]0\Xk[0xfc][0xac][0xe0][0xaa]2[0x95]H[0xdd]$N[0x5][0xc2][0xea]~[0xe9][0xfc]Z[0xe5][0xb5][0xcd][0x82][0xf2]u[0x8c][0xaa][0x93]7g[0x1d][0x9c][0xdf][0xbe][0xb0][0xe7]M5}[0xf8][0x1b][0xdb][0xb0][0xcd][0xca][0xba][0xe0][0x88][0xf9][0xee]L[0x9][0xe9][0xf]Z`[0xe9][0xab][0xab][0xbd][0x8e]0C[0xb8][0xfe][0xb5]w[0x9c][0xf3][0x7][0x13]n[0xcf][0xd3][0x9]W1[0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6]k[0xf5][0xfc][0x96][0x1b][0x1d][0x8][0x8f][0xe7];w[0xff]~F[0x8f]@h![0x1e][0xea][0x10]zHD[0xf7]Eud[0xb6][0xc5][0x19][0xc8][0xbd][0x85][0x14]][0x99]i[0xf3]F[0xe2][\r][0x8e]PK[0x7][0x8]y[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/FilterFactoryParams.class[0x8d][0x92]_k[0x13]A[0x14][0xc5][0xcf]$[0x9b]l[0x9b][0xae][0xb6]M[0xff][0xd8]TM[0xf3] [0x92][0xa4][0xc5]E|T[0x4]Q[0xfb][0x14]j[0xa1]%[0xe0][0xe3]d[0x1d][0xd6][0x9][0xdb][0xdd]v2[[0xf4][Yh)([0xe8][0x9b][0x82][0x1f]J<[0xb3])V[0xec][0xd2][0xfa]r[0xe7][0xce][0xdc]{[0xe7][0xcc]0?}[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0]1:[\r][0xf8]h[0xf9]Xo[0xa0][0x82][0xd6],[0xea][0xb8][0xeb][0xc2]=[0x1f][0xf7]}[0xb4][0x5][0x96]lv8P[0xc7]*y[0xa5]&[0x91][0xd1][0x87]Vg[0xa9]@{[0x90][0x99]8[0x1c][0xe7][0xa9][0xb6][0xa1][0xc9][0xd3]T[0x99][0xf0][0xaf][0xfa]S[0x1]O[0x9a]x"[0xd0][0x1c][0x8c][0xe5][0xb1][0xc][0x13][0x99][0xc6][0xe1][0x9e]5:[0x8d]Y[0xab]?[0xd3][0x9c]{.[0xf0][0xa4]{=[0xe6][0xea]poH[0xf4][0xcb][0xec][0x9d][0x12][0x98][0x1f][0xe8]T[0xed][0xe4][0x7]#e[0xf6][0xe5](QN,[0x8b]d2[0x94]F[0xbb][0xfd][0xc5][0xa1]g[0xdf]k[0x1a]yxUi['V[0x99]m[0x19][0xd9][0xcc]|[0xdc][0x95]F[0x1e]Lh[0xce][0x8f][0x95]}Qx_[0xee][0xf6][0xca][0xdc][0xaf][0xb2]a[0xbf][0xec]M:[0xec][0xbf][0xe1]U[0x1a]{Yn"Ee:[+1[0xf0][0xc8][0x9][0x6][0x8][0xb0][0xc1]7[0xbe][0x14][0xdf][0xc9][0x93]d7[0xd3])[0xdb]_[0x88]T[0x81][0xb]0[0x83][0xd9][0x0][\r][0xcc][0x9]<[0xf8][0x9f][0xcb][0x9],\[0x12][0xdf][0x8c][0xc6]*[0xb2][0x2][0xd5]no[0xc8]_P[0xe7]'[0x0]?@[0xd3]A[0x99]5[0x1d][0x97]k[0x15][0x82]fn1[0xde][0xe6][0xee][0x88][0x1d]U[0xae][0x1b][0xfd]s[0x88][0xad][0xef][0xf0]7`[0xee][0xb]*o[0xcf]Q[0xfd][0xd6][0xdf]<[0x83][0xd7][0xdf]:C[0xed][0xa4]@[0xcd]3[0xae][0x13][0xc][0xa2]=b[0x3][0x82][0x97][0x19][[0xc4][0xb5][0x89][`[0xa5]3[0xc5]a[0x91][0x82](2'/[0x8a][0xcc][0x19][0xa8]0_[0xe2][0xd4]T>[0xe4][0xea]j[0xb5][0xfe])j[0x9f][0xfe][0x88][0xd4][0x8b][0xc3][0xc5][0x2][0x18]L[0x1b].[0x80][0x2]+X-[0x19][0xf6][0xfe][0x1d]^)[0x1d][0xbe]St[0xad][0xfd][0x6]PK[0x7][0x8][0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.class[0xad]R]K[0x2]A[0x14]=[0xd7][0xd4]E[0xd3]2M+{)[0xe8][0xa1]/Zz6|[0xd9][0xc][0x94]%"[0xd3][0xf7]Q[0x87]me[0x9d][0x8d][0x99][0xdd][0xe8]w[0xd4]/[0xe9])[0xe8][0xa1][0x1f][0xd0][0x8f][0x8a][0xee][0xae]AP[0x11][0x4][0xcd][0xc3][0xfd]8s[0xcf][0xbd]g[0xb8][0xf3][0xfa][0xf6][0xfc][0x2][0xe0][0x18][0x9b]E,[0xa0]aa[0xdd][0xc2][0x6][0xa1]b[0xa4][0xf6]E0[0x94][0xda][0xf8][0xa1][0x1a]tO[0x9][0xd4]#[0x94][0x9d]P[0x99]H[0xa8]h([0x82]X[0xe6]0?D[0xc8][0x9f][0xf8][0xca][0x8f][0xda][0x84][0xfa][0xae];[0x15][0xb7][0xc2][0xe][0x84][0xf2][0xec]~[0xa4]}[0xe5][0xb5][0xf6][0x86][0x84][0xac][0x13]N$a[0xd9][0xf5][0x95]<[0x8f]g#[0xa9][0xaf][0xc4](`[0xa4][0xea][0x86]c[0x1e]$x[0x1c][0xe7][0x1f]`6[0xba][0xf6][\r][0xa1][0xe1][0x84][0xb3][0x99]P[0x93][0x84]t!4k[0xea]h[0x1d]jB[0xa9][0xab][0x94][0xd4]N [0x8c][0x91]\[0xd7]qC[0xed][0xd9][0xd3][0x98]%[0xd8]:N[0xae][0xec][0xde][0x80][0x93][0xaf][0xf4]Ki[0xe2] [0xda][0xf9][0xb9]k[0x8b]`[0xcd][0xa4]1[0xc2]KU}{[0x5][0xa1][0xd8][0xf]c=[0x96]g~"q[0xeb][0x97][0x9]G[0x9][0xb9][0x84][0x2][0x8a][0x16][0x9a][0x4][0xe7][0x1f][0xd4][0x11]j[0x9f][0x8a]:wcy[0x13][0xf1]b[0x8][0x87][0xe9][0x8d]mdx[0xcb][0xbc]14[0x91]E[0x8e]}[0x9e][0xb3][0xc],[0x8e]([0xd1][0xcb]v[0x91][0x91]6c[0x19][0xf6][0xf9][0xfd][0x83]'[0xd0]cZSb[L[0xd1]{f>[0xa0][0xcc]Qc^[0x85]%[0xac][0xa4]?![0x8f]*j[0xdc]#[0x83][0xd5][0x94]SG%e%[0xc8][0x1a][0x96]Qx[0x7]PK[0x7][0x8][0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/junit/runner/JUnitCommandLineParseResult.class[0x9d]W[0xf9]c[0x9b]e[0x1d][0xff][0xbc]i[0xd2]7M[0xdf]u[0xb3][0x17]tt[[0x18]]I[0x93]f[0xa1][0xad][0xae][0xa3][0xdd]:[0xd7][0xb2]A[0xa1][0xeb]p[0xf7]V[0xd1][0xbd]M[0xdf][0xb6][0xef]H[0x93][0xf0][0xe6][0xcd][0xb6]N[0xd1]M[0x6][0xc8][0x14][0xbc][0xd1][0xe1]1[0x9d][0xc7][0xbc][0xed][0x4][0xda][0x95][0xc9][0x9c]([0x1e][0xa8][0xa0][0x88][0xc7][0xbc][0x10][0xef]_[0xfc][0x17][0xc4][0xcf][0xf3][0xe6][0xcd][0xd1][0xe4]mp[0xfc][0x90][0xe7]z[0xbf][0xe7][0xe7]{[0xf4][0xe2][0x84][0x8c][0xf7][0xf8][0xe0][0xc2][0x89]*xq[0x9f][0x18]N[0x8a][0xe1]~[0x1f][0x1e][0xc0][0x83]2[0xde][0xeb][0xe3][0xe6][0x84][0x18][0x1e][0x12][0xc3])1[0xbc][0xcf][0x8b][0xf7][0xfb][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf][0x8b][0xcd]#b[0xf5][0x1]/>[0xe8][0xc5][0x87]d|X[0xc6]G|[0xa8][0x17][0x1c][0xf5][0xf8][0xa8][0x17][0x1f][0x13][0xf3][0xa3]>[0xd4][0xe1][0xe3][0xd5][0xf8][0x4]N[0xb][0xe2][0xc7][0xc4][0xf0]I/>[0xe5][0xc5][0xa7]e|F(?-[0x86]3b[0xf8][0xac][0x8c][0xdd]>|[0xe]ge|^[0xc6][0x17][0xbc][0xf8][0xa2][0x17]_[0xf2][0xa1][0x15][0xe7]|[0xf8]2[0xbe]"[0x84]|U[0xc]gd|M[0xcc][0xa4][0xff][0xba][0xf8][0xf2][\r]a[0xcb]7e|[0xcb][0x87]N[0xcc][0x88][0xcd]y[0xf1][0xf9][0xdb][0xd5]x[0x1c]O[0x88][0xe1]I[0x1f]f1'H/[0xc8]xJ[0xc6]E[0x9][0x8d][0x3][0x89][0xa9])5>6[0xa4][0xc7][0xb5];U#[0xa5][0x19][[0xc]#aHP[0x6][0xe3]q[0xcd][0x18][0x88][0xa9][0xa9][0x94][0x96][0x92]P=[0xae][0xc7]L[0xcd][0xd8][0x99][0xd4][0xa2][0xdc]-[0x1b]:[0xa4][0x1e]V#iS[0x8f]E[0x86][0xf4][0x94][0xd9]+[0xa1]j[0xa7]>[0x11]W[0xcd][0xb4][0xa1]Ih)[0xfa][0xbc]![0xb3][0x8f][0xa9][0xf1][0x89][0xc8]N[0xd3][0xd0][0xe3][0x13][0xbd]}d[0x91][0xa3]Y[0xe9][0xad]e[0x18],[0x13]6[0x4][0xfb],[0x16]%[0x99][0xb7][0x91]|7[0x96][0xe1][0xdb]5i$[0x8e][0xa8][0xa3]1[0xcd]b[0xac][0xdc][0xa0][0xc7]u[0xb3]OBE[0xa0]m[0x8f][0x4][0xf7]@b[0x8c][0x86].[0x15]n[0xf][0xa7][0xa7]F5c[0x97] [0x95]P;[0x94][0x88][0xaa][0xb1]=[0xaa][0xa1][0x8b][0xbd]}[0xe8]6'uj[;[0x94]0&"[0x87][0xd2][0x14][0x14]1[0xd2][0x2][0x9e][0xc8][0xed][0xbb][0xb9])[0x86]p[0x87][0x96]J[0xc7][0x4]&5[0x13][0x9a][0xb9][0xb5][0x10][0xb7][0xda]@[)r[0xad]%[0x87][0x8b][0xe0][0xe5][0xa3][0xb8]\@[0x2]e[0xb9][0x16][0x80][0xe6][0xb1]@[0x93]0[0x10][0x18])[0x15][0xdc]v[0xb5]N[0xb9]Uc[0x82][0xfa][0xeb][0x1c]d[0x11]f[0xc3]"c:X:7[[0xa4][0x8d][0x8e]z[0xf7]d[0xa3][0xb9]=i[0xea][0x89][0xb8][0xe5][0x92][0x13][0x9d][0xa3][0x1e]_>[0x1d]E[0xcc][0x1c](*h[0xa6][0x4]I[0xe7]o[0x90][0xe6]D[0x13][0xc9][0xe9][0xcd][0x86][0xa1]NK[0x8]:[0xa9][0x19][0x1c]tV$[0x1d][0xa2][0xc7][0xe3]FbJ[0x82][0xcb]LHh([0x0][0xdd][0x92]g[0x7][0xb1]qa[0xde]L'[0xb3][0xb9][0xd3][0xe6][0xc4][0xb0]H[0x80][0x97]Zx[0x10]nuJ[0xa3]w[0x84]D[0xa2][0x84][0xd5][0xc5]q[0x1d]N[0x98][[0x13][0xe9][0xf8][0xd8][0x96][0xa3]Q[0xcd][0xc2].[0x13][0x15][0xa3][0x85]SL[0x8b]sr[0xe9][0x1c][0xaa]5Q%;[0xb4]d[0xc2]`@:[0x2][0x8e][0xb5][0xe1][0x10][0xfe][0x1d][0xda]=i[0xcd]r[0xca][0x13]U[0xd3]"q[0x1a][0x1c]Y%,[0x89][0x1a][0x9a]jj6[0x83][0x84][0xee]@[0xa9]4[0xe6]Q2Mg[0xca]k[0x92][0x8d][0xac][0x8c][0xe5][0xe5][0xc8][0xbc]Q[[0x9a][0x84][0xeb][0xca][0xa8]b[0x83]R[0x93][0xc9][0xd8][0xf4][0x82][0xda][[0xe7]`\VrY[0xdb]*3[0xb9]&[0xba]T[0x9][0x15]KDO[0xa6]c[0xaa][0x88]B$[0xa3][0x8e][0x1c][0xf5][0x5]1[0x1f][0xe4][0x91]j&[0xc4]qS[0x86][0x80][0xe1][0x1b][0xb0]p[0xcb][0x7]PBO[0xa9][0xec][0xc][0xf5]V5J[0xee][0xe9][0x96]EyE5[0xec]L[0xa4][0x8d][0xa8]F[0x12][0x6][0xcb]_[0xa6]|[0xd7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0x14]l[0xc5][0xad],`[0x87][0xbc]T[0xd0][0x87]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa][0xc5]p[0xb]6[0xc9][0xf8][0x8e][0x82][0xa7]qIB[0xfb][0xd5]4[0x9][0x5]{[0xb1]O[0xc1]~[0x1c]P0[0x89]}L[0xc7]pX[0xc1]wqY[0xc1]AP[0xfd][0xf7][0xf0][0xc]+2[0x1c][0xce][0xe0][0xba][0x91]a[0xcd][0xae][0xd9][0xa3][0xae]FQ[0xcb]b[0x97][0xd7]5[0xc5][0xe5][0xd5][0x9f][0xd6]cc[0x9a][0xa1][0xe0][0xfb][0xf8][0x1][0xe3][0xe3]?[0xac][0xc6][0xd2][0x9a]?[0x9e]0[0xfd])f[0x87]>[0xae]kc[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9e][0xc5][0xf][0x5]6?[0x92][0xf1]c[0x5]?[0x11][0xe6]>[0x87][0x9f]*[0xf8][0x19]~.a[0xa5]e[0x86][0xff][0xee]x[0xe2]HJ[0xf0]MR[0xa8]_[0x1d]M[0xa4]M[0xbf]9[0xa9][0xf9][0x99][0xc1][0xfe][0x84][0x1d][0xca]e[0xc5][0xca][0x15]<[0x8f][0x17][0x14][0xfc][0x2][0xbf][0x94][0xf1][0xa2][0x82]_[0xe1]%F[0xe9][0xb5]j[0x9a]u[0x9f]'[0x19][0x8c][0xc5][0xb4][0x9]5[0xc6]v[0x9a][0x9e][0xd2][0xe2]f[0x1][0x11][0xef][0xef]tl[0xcc][0xf2]d\[0x8f][0x8f][0xf9][0xad]+[0xd5]?[0xc2][0xce]q[0x97][0xf0][0xe5][0xd7]2~[0xa3] [0x8e][0xdf]*[0xf8][0x1d][0xae][0xb0][0xc3][0x14][0xa9]e[0xf3][0x1c])n/[0xbd]"[0x1]~[0xaf][0xe0]([0xd8],C[0xc5][0xf1]HE[0xa6]xu2[0xaf]y[0xa4][0xab]1[0xfd][0x98][0x95][0xfb][0x16][0xee]B[0xe1][0x1f][0x84][0xb6][0x84][0x82]?[0xe2]O2[0xfe][0xac][0xe0]e\Q[0xf0][0x17][0xbc]"[0xe3][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfe][0x86][0xbf]+[0xf8][0x7][0xfe])[0xe3]_[0x12][0xd6][0xbf][0xde][0x84]_[0x80][0xf0][0xf6][0xd1]CZ[0x94]m[0xa3]![0x9f][0xcd][0x3][0x9][0xa2][0x15][0xb5][0xef][0x94]e[0xe9]8[0xed]e[0x80]E[0xcb][0x12])N\[0x3][0xc5]w[0xb0][0xc3][0xa5]\[0xc9][0xf2]Wc[0x14][0xd0]P[0xd8]73[0xda]z[0xdb][0xe][0xb0][0xe6]R[0xa6]j[0x98][0xa9][0xbd][0xba]9YD[0x94][0xbd][0xb8]HT[0xc9]6[0xa4][0xc5][0xc7]$[0x84][0x9d][0x8]J[0x8e][0xec],[0x15][0x8d][0xce]Ld[0x8e][0x98][0xac][0x81]R[0xc2][0xde]ET[0xf2]N[0xad]Y[0xe8][0x8a][0xb8][0x8][0xc7]h[0x80][0xcc][0xe4][0xd0][0x8e]n[0x1f][0xe7][0x15][0x11][0x18]l[0x13]7b*=[0x9a][0xb2]U4[0xf0][0xc8]I[0x87];[0xa5][0x1f][0xd3][0xac]'[0x13][0x19]d3a_[0xa0][0xb][0xef][0xe9],&[0xe]g[0xec][0xe6][0xf9] [0xeb]q[0x86]3[0xae][0xc6]"[0xb9]'[0x8c]7[0xfb][0x9e][0x91][0xb0][0xe6]5[0xf0][0xc9]$[0xa6][0xb8][0xbb]K[0xe9][0x9c][0xef]5Bq[0xed]bM]B[0xa0]D[0xf8][0xd5]_[0x8f][0xb2][0x9e][0xda]2[0x95]4[0xa7]-[0x84][0x18][0xed][0xc1]r[0xd7]_i[0x99][0x95][0x95]]W[0x9a][0xa4][0xf4][0xc8][0xab][0xdb][0xb7][0x89]xT[0xb5]9[0xdf]2[0xb5][0xa5][0xa7]4uRM[\r]kG[0xe9][0xb9];nM[0xb][0xb3]*[0x17]/[0xd9][0xa2][0xd4]E[0xd4][0x96]g.}[0xfb][0x9c]/[0xa3][0xad][0x5]O[0xb1]]e.[0xd9][0xff][0xeb][0xed][0xe9]|[0xa1][0xda][0xcf][0xbd]L[0xb1][0xf5];[0xe8]pb+[0x8b][0xef][0xca][0xf2][0xdd][0x7]~[0xfe]{[0xea][0xe5]?[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0x8a];[0x11][0x12][0xde][0xcc][0x9d][0xb][0x9b][0xb9][0xef]/[0xd8][0xf]pK[0xc1]~[0xb][0xaa]9[0xf3][0x82][0xe5][0xc9]m\[0x1d][0xa4][0x4][0x89]skp[0xe]R[0xf0]"\[0xfb][0xe7]P[0xf1]$[0xdc][0xf9][0xa5]'[0xbf][0xac][0xc1]/[0x1a][0x2]4t[0x17][0xcf][0xe]@[0xb7][0xdc][0xbe][0x8d]4[0x1][0x96][0x99][0x8e]C[0x4][0xa0][0x9e][0xf5]*"[0xe3][0xa1][0x84]}[0xb8][0x9b]n[0xbb][0xb8][0xde][0x8d][0x98][0xe5][0xac][0x97][0xd1][0x9c][0xe2]J[0xb8]6[0x92][0x83]g$[0x17]->[0xf1]lw7[0xd8][0x15][0xee][0xad][0x83]7t[0x1][0xc1][0xe2]N[0x11]+(AoN[0x92][0x17]I[0xdc]c[0xf5][0x18][0x3])[[0xd2]C[0xd4]&[0x9a][0xc1]&[0x1][0xc8][0x84]p[0x92][0x8d][0xef]~R<[0x80][0xe]<[0x98]K[0xd1][0x16][0xd2][0x1d][0xc3];[0xe8][0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb6][0xc9][0x11][0xab][0x8a]|<[0x9d]b5[0xba]HY[0xc9]H[0xbe][0xcb]r[0xa0];[0xe7]@[0xb7][0xe5][0x94]p[0xe0][0xdd][0x16][0xc][0xc7][0xb1][0xd1][0x2][0xc2][0xc5][0x9a][0xf7]2VU[0xb4]b[0x1e][0xf7][0xa2][0xea]PK[0x7][0x8][0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/JUnitCore.class[0xad]W[0xf9]w[0x13]U[0x14][0xfe]^[0x1b]:[0xed]0-[0xb5][0x85]BY[0x8b][0x80][0xa6][0xe9][0x12][0x10]P[0xa4][0x8]bk[0x1][\r][0x5][0xdb]ReQ[0x18][0xd2]I[0x99][0x92]L[0xea][0xcc][0x84][0xc5][0x15]\[0x1]q[0xdf][0xc0][0x1d][0x15]q[0x17][0x14]B[0xa1][0xe7][0xa8]?[0xfb]Gy[0xbc][0xf7][0xcd]$M[0xdb]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xf8][0xcb][[0xef][0xfb][0xbe][0xbb][0xbd][0xfb]f[0xfe][0xf9][0xf7][0xe6][0x9f][0x0]V[0xe1][0xa6][0x8a]([0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x86]T[0x94]!Q[0x85][0x19]8[0xa4][0xc0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "T[0xa9][0xa7][0xc5]a[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12]<9[0xac][0xe2]N$U[0xa4]`[0xf1]4[0xcd][0xcd][0x8]7O[0xcf][0x84][\r]G[0x81][0xab][0xa2][0x16][0x89]Jd[0xb8]?[0xa2][0xe2]([0x8e][0xf1][0xe8][0xb8][0x8a]g[0xf0][0xac][0x8a][0xe7][0xf0][0xbc][0x82][0x17]T[0xcc][0xc3][0x8b]|[0xea][0x4][0xaf][0x9c][0xe4][0xd1]K*^[0xc6]+[0xdc][0xbc][0xca][0xd3][0xd7][0x14][0xbc][0xae][0xa2][0x9][0xa7][0x14][0x9c]f[0xca][0x4]7gX[0xb7]7T[0x9c][0xc5][0x9b][0xf2].[0x8f]Np[0xf3][0xae][0x82][0xf7]T[0xb4][0xb1][0xe6][0xef][0xb]TZi[0xd7]L[0x98][0x86]-[0xd0][0x12]K[0xdb]C[0xd1][0xe1][0x8c]e[0xba]Q;cY[0x86][0x1d][0xf5]6[0xe3][0xba]k[0xa6][0xad]ho[0xc6][0xea][0xf1][0x85];[0x4]*6[0x98]$[0xb8]Q[0xa0]<[0xdc]< [0x10][0xea]L[0xf][0x1a][0x2][0xb3]b[0xa6]e[0xf4]dR[0x7][\r][0xbb]_?[0x98][0xa4][0x95][0xba]X:[0xae]'[0x7]t[0xdb][0xe4][0xb9][0xbf][0x18]r[0xf][0x99][0x8e][0xc0][0xc2][0xa9][0x8c][0x8f][0xec][0xa2]Ig[0xda]6[0x88]"[0x94][0xd2]MK[0xa0]![0xbc]76[0xac][0x1f][0xd1][0xa3]I[0xdd][0x1a][0x8a][0xf6][0xb9][0xb6]i[\r]uHN[0xdd][0x1e]"[0x94][0xfa][0x80]m[0xd2][0xcf]6[0x9c]L[0xd2][0x15]h[0x9c]J[0xd2]+[0xb7]HH[0xa5][0x85][0xce][0xa4][0xee]8[0x6][0xe1][0xb4]M[0xe0][0x91][0xcb][0x1d][0xcd]%[0xe]+[0xf1][0xdc][0xc9][0xba][0xa9][0x7]I[0xed][0x89][0x86][0x1f][0x1f][0xc9][0x19]?g[0x8a][0xf4][0x86][0xc8]F:P[0xd5]g[0xe]Y[0xba][0x9b][0xb1]If[0xe5]T]X[0xa8][0x94]:[[0xc3]S7;[0xd3][0xa9][0x91][0x8c]K[0xf1][0xba]=[0xcb]*[0xe3][0xfe]9[0x81][0x5]%@[0x5][0x1e][0xbd]-[0xce][0xe9],Pha[0xbb][0xc]yO![0xae]i[0x11][0x9a][0xa5]'[0xbd][0xdc][0xe8];[0xee][0xb8]F[0xaa]#(%J@W8[0xf2][0x98]@[0xd3]t[0xc0]d[0xf2][0xb0][0x97][0x83][0xa9][0x94]n[\r]r>[0xef][0xd4]m[0xc7][0xe8][0xf5][0xd3][0xa9][0xbd]h[0xce][0x6][0xc9][0xb3]3[0x93]&[0x1][[0xb7]x[0xc3]b[0xbe]0'[0xe7][0x90][0xe1][0xe][0x18][0xb6]C;[0x2][0xb3][0xc3][0xcd]AY^N0[0x2]k[0x3][0xc2][0xd0]k<[0x9d]1[0x1c]w[0x1a][0x87]{B[0x2][0xf3][0x8b][0x3][0x8][0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7][0xbc][0x9d][0x84][0xad][0xa7][0x8c][0xa3]i[0xfb]p[0xb4]:[0xe8][0x90]+q[0x1b][0x82]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xac][0x9]RYv[0xa5][0xe3][0xe8]-[0x4][0xdf]j[0xef][0xb8][0xc0]L}p0[0x96]wz{[0x0]SQ[0xaf]sY[0xa9][0xb1][0x8d]T[0xfa][0x88]1[0x8e]0k[0xd0]H[0xe8][0xc4][0xdf][0x99][0xbf][0x15][0x8b][0xc2][0x1]J[0x16][0xdc][0xb][0xb5]/[0x9d][0xb1][0xe3]F[0xb7][0xc9][0xf7][0xbd]&_[0xd3][0xda]9[0x82][0x1a][0xee][0xc1]j[0x81][0xe6][.[0xb6][0x1a]Vb[0x15][0x85][0xa8]x[0xad]$[0x85][0x2][0xb2][0xba][0xd7][0xd0][0x93]^Rkx[0x14]1[\r][0x1f][0xe0]C[0x5][0x1f]i[0xf8][0x18][0xe7]4[0x1c]D\[0xc3]&l[0xd1][0xb0][0xb][[0x14][0x9c][0xd7][0xf0][0x9]>[0x15][0x98];9[0xc9][0x1e][0xca][0x98][0xc9]A[0xb6][0xd9]3[0xa3][0xe9][0x88][0x97][0x91]M[0x1a]>[0xc3][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xd0][0xf0]%[0xfa]5|[0x85]~[0x5][0x17]4|[0x8d]o[0x14]|[0xab][0xe1]"[0xbe][0x13]X[0x12][0xa0]U[0xbf]q[0xcc][0xcd][0xb9][0x96]]qI[0xc3]~[0x1c][0xd0][0xf0]=~`U[0x6][0x14][0xfc][0xa8]a3~[0xd2][0xf0]3~[0xe1][0x95]}T[0x99][0x3]p<[0x1f]8[0x9e][0x13]V[0xaf][0x93][0x5][0xc6][0xcb][0x0]F[0xfd][0x95],)[0x92]E[0x1a]~[0xc3]e[\r]Wp@[0xc1][0xef][0x1a][0xfe][0xc0]U[\r][0xd7][0x90]e[0xaa][0xeb][0x1a]FqC[0x83][0x8e][0x3][0x94]aE[0x3],P;[0xee][0xa5][0x1d][0x7][0x87][0x8d]8ez[0xf5]Q[0xdd][0xe9][0xcb][0xc4][0xe3][0x86][0xe3]$2I[0xf9],[0xee][0x99] [0xd8][0xe7]W[0xa0][0x90]q[0xcc]$[0xf9]Px[0x1b]'[0xdb][0xe2][0xd2][0xe5][0x88]p[0xd2][0x19][0x92][0x9e][0x9b][0xbb][0xfe]f:[0xba][0x93][0xc2][0xe2]Rp[0xc][0x9d][0xab]U[0x85]>2bX[0x83][0xfc]|[0x5][0x95][0xc4]"[0xe1][0xa4][0x83][0xb3]'[0xd8][0x96]/4e&aU[0xba]iO[0x9c]^[0xd7][0x0]Z[0xaa][0x1c]#[0xf6][0xb7][s[0x97]M[0xfb]~[0xb0][0x8a][0xd5]q2[0xc6]5zsE[0xf0][0xbe]R[0xaf]Y`U[0xca]U[0xc8]y[0xc5][0xf6][0x4][0xb6][0xfd][0xf][0xcf]r[0x8e][0xa6][0x8a]^[0x84]^[0xbf][0x0].[0x8]*A[0xf9][0x12][0xd8]X[0xac]ds}[0xf3][0xcc][0x1e][0xaf]omAP%[0x1e][0xa6]Z[0xaa][0xaf][0xdd][0xa6][0xed][0xb8][0xe3][0x10][0x1][0x97][0xcd][0xd7][0xb3][0x86]t[0xee]2[0x9c][0xb8]m[0x8e][0xb8]2[0xc1][0x9a][0x82][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x88][0xa0].a[0xda][0x6][0xeb]K }[0xae]n[0xbb][0x6][0xe5][0xe4][0xd2][0x0]G[0x16][0x1e]c[0xd3]n[0xa5][0xd6][0xe7][0xbf]a[0xf9]@}[0x1]S7}[0xd0]:[0x87][0x98]ja[0xe0]{*s[0xab]y[0x0]K[0xe9]s:J[0xbf][0x5][0xa4]'Wf[0x1a][0xd5][0xd0][0x98][0x8a]:[0xb5]kh[0xb6][0x11][0xe5]4[0x2]j#[0xd7]!"c([0xdb]}[0x1d][0xe5][0xd7][0x10][0xba]BkeXK-[0x86][0x83][0xbe][0xf2]Ch[0xc4][0xbd]4[0xd2]U[0xe0][0xcf][0xaa][0xbc][0x92]US[0xfc]Y5[0xc1][0x9f][0xdd][0x92]$[0x17][0xb8]=[0x84][0xc8][0xc9][0xa4]FZ[0xc8]g[0x8b]|[0xd7][0x14][0xb2][0x98][0x92][0xa5][0xc9][0x93][0xca][0xb3][0xa8]2~B[0x8e][0x98][0xaf][0xac][0x80]O[0x95]|e[0xf9][0xf8][0x9]~[0xf6]}[0x87]<@+[0x9e]Qd[0xd1][0xe2],[0x96]L[0xf6][0x8a]S[0xc4][0xa8][0xc7][0xf1][0x84][0xf4][0xe5].[0xec][0xf6][0xa1]6[0x93][0xd7]d*[0xd1][0x15]l[0xe2]@/[\r][0x80]{~B[0xce][0xe5][0xe0][0xaa][0xc9][0xee][0xbd]>[0xdc]>[0x1f][0xee]o[0x92][0xe1]pw[0x8d][0xe1]N[0xca][0xa9]e[0xdb][[0xb3]X[0xde][0x13][0xb9][0x8a]P[[0x16]+[0xb8]'[0x8d][0xef][0xca][0xe2][0xee][0x16][0x1e]g[0x11][0xe6][0x8e]d[0x9a]#[0xb4][0x1f][0xb9][0x84]jJ3[0x1e]5[0x86][0xfe]j[0xbd]LXs[0xa8]v0[0xdb]:[0xba][0xeb][0xeb][0xf2]ZE[0xc8];[0xc0]+t[0x99]^%-^#[0xa9]S[0xe4][0xdb][0xd3][0x8][0xe3][0xc][0xc9][0x9f]%[0x99]7I[0xfa],y[0xf4]-[0xa9]y[0x84][0x8c][0xe4][0x8b][0x9b][0xd3][0xbc][0xb]OR[0xdc][0xe9][0x1][0xa7][0xf4][0xe3][0xb]^&[0xad][0xe2][0xc4][0xe3][0x9a]D[0x1f]Zy[0xe7][0xe4][0xfc][0xec])[0xde]2[0xb9]8[0x9d]#[0x88][0xf3]E|[0xcd]p[0xec][0x1c][0xbd](\[0xeb]d[0xb8][0xb][0x4][0xf7]uI[0xb8]J[0xfe]"[0xf5][0xe1][0x9a][0xa4][0xc][0x95][0x94]1[0xb4][0x91][0xaf][0xdb]9j[0xa2] j[0x17][0xa9][0x1d][0x94][0xc][0xc6]PK[0x7][0x8]J[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runner/Request$1.class}QMK[0x3]1[0x10]}i[0xb7][0xdd]v]l[0xad]_[0xfd][0x12]<[0xf4][0xd0]Vp)[0xe8]I[0xf1]R[0x14][0x84][0xea][0xa1]J[0xef][0xdb]6[0xb4])[0xdb][0x4][0xf7][0xa3][0xbf]KA[0x11]<[0xf8][0x3][0xfc]Q[0xe2]d]A[0xc4]mB2[0x93][0x97][0x99][0x97][0x97][0x99][0x8f][0xcf][0xb7]w[0x0]=[0x1c][0x14][0x91][0xc5][0x9e][0x5][0x3][0xfb]&[0xaa]&j[0xc][0xd6][0xca][0xf5]Z~$%[0xf7][0x19]j[0x3][0xe5][0xcf][0x9c]E$E[0xe8]|c[0xce]06g[0xc][0xf9]sA[0xf0][0x5]C[0xb3][0x9d][0x1a][0xd5][0x19]1[0x18]}5[0xe5][0xc][0xa5][0x81][0x90][0xfc]6Z[0x8e][0xb9][0xef][0x8e]=B*[0x3]5q[0xbd][0x91][0xeb][0xb]}N@#[0x9c][0x8b][0x80][0x1][0xc][0xf6][0xb5][0xa6][0xe8]{n[0x10]pB[0x9a][0xff]<[0xc2][0x1f]"[0x1e][0x84][0xad][0x1e][0xa9])[0xce]x8LT7[0xda][0x9d]5[0xba][0xad];[0x15][0xf9][0x13]~%[0xf4]sv[0xc2]q[0xbc]pW.[0x89][0xbc][0x94][0x13]O[0x5]B[0xce]nx8WS[0x1b]u4l[0xe4][0x90][0xb7]a[0xa2][0xc9]PO[0x17][0xc1]PM[0xbb][0xa4]b[0xfd]T[0xf4]tM[0xb1]RH[0xaa][0xb3][0xed][0xce][0x8][0x87][0xd4]-[0x83][0x1a][0xc7][0xca]e[0xad][0x89][0xbc][0xc]-[0x13][0x5]*W[0x91][0xbc][0x13]:k[0xc4][0xea][0x1e][0xbd][0x80]u_[0x91]y[0x8a]c,[0xda][0xf3][0x14][0x3]Hl[0xd0]n[0xc7][0xbe]E[0xb6][0xa4][0xd9]P[0xc6]V[0xc2][0xe0][0x90][0xd5]w[0xb9][0xee]3[0xd8][0xe3][0x9f]d[0xf5]+9[0x97]$gQ[0x89][0xa3][0xb6][0xb1]C[0xd6][0xa0][0xb9][0x8b][0xcd][0x98][0x9c]4C[0x8f][0xc2][0x17]PK[0x7][0x8][0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/Request.class[0x9d]WYW[0x14]G[0x14][0xfe]J[0x6]z[0xa6][0x1d][0x2][0x12][0xc0][0x5]5cbt[0x18][0xc0][0x11][0xb7]$[0x82][0x1a]AL0[0x80][0x86]A[0xc][0x9a][0xad][0xa7][0xa7][0x80][0xc6][0x9e]n[0xec][0xc5][0x85][0xec]1[0x9b]Y[0xcc][0xf2][0x9c][0x1f][0x90]G[0xf3]"[0x9c]pN[0xf2][0x9e][0x1f][0x95][0x93][[0xd5][\r][0xb3]5[0x3][0xc8]9tu[0xdf][0xba][0xf5][0xdd][0xaf][0xee][0xbd]uo[0xcd][0xbf][0xff][0xfd][0xf5]7[0x80]~[0xfc][0xa6][0xe2][0x0]n[0xa9]x[0x17][0xef][0xa9][0xd8][0x8f][0xf7][0xc5][0xe3][0x3][0x5][0x1f][0xaa]h[0x84]&[0x1e]y[0x5][0xba][0x8a]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*8f[0xc5][0xf4][0x9c][0x82]y[0x5]F[0x1c][0xb]*[0x9a]q[[0x85][0x89][0xa2][0x90][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "l[0x15]mXTpGE;<[0x5][0xbe][0x8a]N[0xdc]Uq[0xf][0xf7][0x85][0xc6][0x3][0x5]K*[0xf6][0xe1]#[0x5][0x1f]+[0xf8][0x84][0xa1]i[0xd0][0xb0][0xc][0xef][0x1e][0xc6]I[0x91]3[0x9c]h[0x8c][0xa6]k[0x11][0x86][0xed][0xe2][0xa2][0xef]qg[0xe0][0xd6][0xf6](*y[0xdf]0[0xb][0xdc]a[0x18],S3,[0x82][0xb2]43[0x1b][0xce][0xba][0xd9][0x8b][0xa6]y[0x89][0xcf]j[0xbe][0xe9]][0xb3]][0xd7][0xc8][0x1b][0xa6][0xe1][0x19][0xdc][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]E[0x12][0xb8][0x82],[0xc3][0xde][0x8]kr [0x1d]F[0xf3]}5[0xf3]n[0xb6]H[0xc9]mfGIdh[0xa6][0xb1][0xa4][0x89][0xc0][0x8f]8[0x8e]-[0xd6][0xc4][0xf5]pg[0xc]]u[0xb6]M[0xc9]U[0xbb]s[0x86][0x8e][0x1a]a[0x90]#c[0xdb]r[0xe1][0xa6]Q;[0x96][0xde][0xa6][0xdb][0xfb]k[0x17]ljd'[0x17].[0x99][0xe4][0x8b][0xb6][0xe3]EevyZO[0xcd];[0xf6]=qJ69[0xb9][0xb7][0x83][0xc4]n[0xd4]5[0xdf][0xa5][0xe0]tDB0[0x8c]lv[0x8c][0xb6]h[0xaf])[0x90]0[0x9c][0x8e][0xf0][0x98]&u[0x1][0x12]s[0xdc][0x9b][0xc]1[0xba][0xd2]Q[0xaa]k[0xb9][0xa6][0xce][0x1a]&[0x5]S[0x9c]$[0xe9][0xac][0x1a][0xcd][0xa2]f[0x19][0x8b][0xbe])[0x93]-{Y*oB>@d8[0xb2]50[0x86][0xb3][0x11]f[0xcb]k[]sm[0x5][0xee][0x1a][0xe]/[0x94]-[0xa0][0xd3][0xe0]R[0xf0][0x83]=[0x9d][0x8]c[0xe2]{[0x86])sWs4[0xcf][0xde]d[0xf][0xaa][0xbe][0xae]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "k$[0x0][0xc3][0x99][0xc8][0x89][0xc1][0xfa][0x9b][0x11][0xc7]j2[0x9a][0xd3][0xa6]+[0xeb]s[0xce][0xd9][0xbe][0xa3]s[0xf2]*eh2[0x94][0x1f][0x13]v[0x92]8[0x88][0x17][0x14]|[0x9a][0xc4]g[0xf8]<[0x89][0xe3][0xe8]Ob[0x1c]o3[0xa4]#J[0x99][0x13],t[0x83][0xfc][\r]a[0x4][0xc2][0x17][0xe2][0xf1]%E[0xeb][0xd9][0xeb][0x9f]@x[0xa8][0xe0][0xab]$[0xbe][0xc6]7I[0x8c][0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xcf]6[0xea][0x1c][0xf5][0xea][0xd2]Y[0xa2][0x14][0xf6][0x8c]"[0x1f][0xb9][0xaf][0xf3]0[0xea]W[0x87][0xfc][0xb9][0x94]a[0xa5]\mv[0xf6][0xa8][0x9b][0xca];[0x9a]a[0x9d]M[0xc9][0xee][0x90][0xd2]m[0xcb][0xf5][0x1c]_'7[0xf7][0xa6][0xa8]O[0x9a][0xbc][0x90][0xd2][0xdc][0x94][0x96][0xb7][0xef][0xf2][0xde][0x94]Km[0xc4]$[0x81]yO{[0xe0][0xa6]D[0xf0]M[0xee]qA[0xf7][[0x5][0xdf]%[0xf1][0x8][0xdf]'q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7][0x19][0xb2]Q.[0xb]y[0x8f][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]5[0xcb][0xe0][0x88][0x9][0x8c][0x1f][0x88][0xf7]F[0x81];[0xdc][0xcf][0x0][0x8a][0xd7][0xa8][0x10][0xe][0x7][0xad]K[0xac][0xf9][0x91][0xa1][0xbb]^t[0x82][0xc3]S[0x16][0x9e][0x9f][0x14]E[0xec][0x9][0x89][0x1a]$[0x8c]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xf5]&[0x1c][0x95]P[0xa9]@[0x9d][0xbe][0xd2][0x92]K[0xb][0xba][0x91]![0xf8]&[0x9][0xdb]C[0xda][0xbd][0xeb][0x6][0x85]V[0x1f][0x8d][0xc7]$[0xa9],iP[0xc1][0xf][\r][0x8f][0x10][0x8e][0xd0]I[0xac][0xa2]q[0x86][0x98]7[0x95]L[0x6][0xcc]O[0x94]1O[0x84][0xe6]z+$%[0xe8][0x13][0xf4]}r[0x1d][0xfa]2bRG[0x95][0xd0][\r][0xcb]P[0xaa][0xb1][0xcf][0x95]a[0xab]5[0xd8]j[0x15][0xf6]#QoC[0xec][0xdf][0x9]'&[0xdc][0xb0][0x8a][0xf8]Ll[0x19][0x89][0xf1]Lo[0xcf]S[0xa8][0x13]}+[0xd8][0xf9]d|[0x15][0xcd]3m[0xcf]-[0xa3][0xe5][0x1f][0x89][0xd4][0x8e][0xe][0xc2][0xc],w[0x92][0xff][0x81]+[0xc4][0xf4]-[0xb4]b[0x8c]f[0xc6]I6![0x99][0x9c][0xa2][0xb9][0x4]i[0x9e][0xc1]+d[0xa7][0x95][0xbe]^[0xc5]k[0xb4][0xae][0x93][0xb8][0x9c][0xc5][0x80][0xc]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x83][0xc4][0x1b][0xf2][0xed][0x14][0xce][0x13]~[0x89][0xb1][0x90]\[0xa0][0xb7][0x80][0xf1][0xeb][0x92][0xf1][0xc5][0x90][0xf1]%[0x1a][0x85]N|[0x5][0xad][0x14][0xde]][0xd5][0xbe][0xb8]U[0xe6][0x8b][0xb8]D.[0xf7]E\"[0xaf][0xf9]b[0x88]X[0xe]KD[0x81][0x9c]#O[0x8]f[0xcd][0xab]h[0x9b][0xc9][0xf4],[0xe3]y[0xe1][0x83]*[0xf8][0x82][0x84][0xef][0xc][0x14])[0xea]A[0xd6]4S[0x90][0xde][0xa8][0xd8][0x82][0x98]+9[0xfd]M2D=9[0xcc][0xf0][0x93][0xa5]\i[0x17][0xb9][0xd2][0xf1][0xa4]*[0xcb][0xcd][0x8a]\[0x19]%[0xdf]![0xc6][0xc8][0xcf]c[0x10][0x1d][0x8d][0x9a]P[0x8]t>dL[0x99][0xd1])[0x19][0xef][0xae]FzXFW[\r][0xcf][0x8b]x[0xbb][0x8a]k[0xf2][0x98][0xd1]e%[0xc4]:G:B+!N[0xce][0x9e][0xa7][0xd8][[\r][0xf5][0xb8][0xc]*[0xb1][0xe][0x95][0xc0]$[0x9d][0x12][0x1][0x95][0xc3]T[0xe8][0xc8]k%Z[0xfb]$[0xad][0xae]j/[0xfe][0xb1][0x1][0xad][0xeb][0x98][0xae][0xf0][0xa2][0x90][0xdc]XO[0x84]w[0xe8]F[0xbe][0xdd][0x84]+g[0xa9]_[0xc9][0x95][0xf1][0xff][0x1]PK[0x7][0x8][0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0]org/junit/runner/Result$1.classuLK[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14][0x9c][0xa7][0xd5]h[[0xb0];q[0xe7][0xc2][0xb5][0xa1]g[0x10][0x5][0x17]"[0xe8][0x9]b[0xc][0xb5]%$[0x90][0x8f][0x87]s[0xe1][0x1]<[0x94][0x98][0xd2][0xb5]ox[0xef]1[0xc3][0xcc]|[0xbe][0xaf]7[0x80][0x1a]%[0x3]c[0xc8][0x9][0xf9][0xd5]F'[0xd5][0xa1][0xd5][0x8a]P\[0x94][0x8f]:l;[0xf1][0x14][0x84][0xc5][0xde]Hm}k[0x9a][0x93][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf]{g([0x8]+[0xeb][0x1a][0xde]E[0xd3][0x6][0xee][0xa2]1[0xca][0xf1]![0xb3][0xa9][0x9] [0x94][0xc7]^[0xdb]i[0xe1][0xbd][0xf2][0x84][0xaa]o[0xe2]Z[0x98][0x86][0x9f]o[0x9d][0x92][0x81][0xb0][0xfc]S[0x80]u[0x8a][0x8f]0[0xcc]8[0x1][0x89]e[0x98][0xa4][0x9f]a[0x9a][0xee][0xf8][0x3][0xfc]Q.[0xcf][0xbd][0xc][0xc]+[0x85][0x94]U[0x1f][0xb8]s?" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf6][0xd9]g[0x9f][0x8f]{[0xf9][0xe7][0xdf][0xbf][0xfe][0x6][0xb0][0x84]C[0x15]gq{[0x9a][0x86][0xf7]T[0xa4][0xb0][0xa6]b[0x1d][0xef][0xab][0xb8][0x83][0xf]T|[0x88][0x82]X~$fE1l[0x88][0xe5][0xa6][0x8a][0x12][0xee][0x8a][0xd9][0xc7]*[0xca][0xd8][0x12][0xb3]O[0x14]T[0x14][0xdc]c[0x88][0xfb][0x7][0x96][0x97][0xc9]3\[0xae]8nS?[0xec][0xd8][0x96][0xaf][0xbb][0x1d][0xdb][0xe6][0xae][0xbe][0xc3][0xbd]N[0xcb]_#[0xd0][0xba]E[0xdb]w[0x18][0xe6][0xb2]cQ[0xb][0xbb][0xc][0xb1][0xa2][0xd3][0xe0][0xc]g+[0x96][0xcd][0xef]w[0xda]u[0xee][0xd6][0x8c]z[0x8b]v[0xce]W[0x1c][0xd3]h[0xed][0x1a][0xae]%[0xd6][0xc1]fL[0xb8]f[0x98][0xaa]X[0x9e][0xcf][0x89][0x89]A+[0xb][0xc6]b[0xcb][0xf0][0xd1];x[0xfb][0xd0][0xf8][0xce][0xa0][0xde][0xa3]\[0xfa][0x94][0xb4]][0xcb][0xb3][0xa8]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "6[0x5]d[0x4][0xe9][0xfe][0x94],k[0x7].7[0x1a]Uc[0x9f],W[0x9e][0x13]>Q[0xf5][0xbb]#[0x13][0xda][0xad]i[0x98][0xc5]K[0x1a][0xce][0xe1][0xbc][0x98]}[0xa6]`GC[0x15]5[0x5][0x9f]k[0xd8][0xc5][0x9e][0x82][0x7][0x1a][0xbe][0xc0]C[\r]_[0xa2][0xa6][0xe1]+[0xec]i[0xf8][0x1a][0xdf]h[0xf8][0x16][0x8f][0x14][0x18][0x1a][0xea]054@[0xf9][0xda][0xd7][0xd0][0xc4][0x81][0x6][0xb][0x8f][0x18][0xd2][0xcf][0xeb]P[0x86][0x85][0x89][0xf5]2[0xcc][0x8a]|[0xe8]-[0xc3]n[0xea][0x83][0x96][0xa3][0xf4][0x8c]M+[0xc3][0xf2][0x8b]d[0x83]![0x9a][0x15][0xa5][0xbb]4[0x86][0x98]Rn[0x98]&[0xf7][0xbc][0xcc][0xcd]<[0x15][0xb7]x[0xca][0xad][0xaf]H[0xc5][0x1d][0xdf]j[0xe9][0xa6]c[0x9b][0x1d][0xd7][0xe5][0xb6][0xaf][0x1b][0xbe][0xd3][0xb6]L[0xbd] ?[0x15][0xc7]nR[0xfd]Sal[0xd5]c[0x92][0xd4]f8[0x17][0xe0][0xc5][0x85][0xb9]g[0xb5]Z[0xe2]9 etq[0xe6]'[0xa3]%[0xb8][0xc7]In,[0xbb]%[0xe2][0xe9][0xab]^[0x11][0xaa][0xa3]Mq2m4[0x1a][0x5][0xbb]q[0xb7][0x8f][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0xab][0x2]U[0xfa][0xb1][0x95]m[0x9f]7[0xe5];[0xb4]01[0x98][0xde][0xf][0x92]F[0xa2][0xca][0xb6][0xe9][0xf2]6[0xc1]d[0xd4][0xe5]P[0xd9][0xad][0x17]SVt[0x1e][0x1f]o[0xdb]{[0xae][0xe5][0xf3][0x82][0xeb][0x1a][0xc7][0xa2][0xf2]c[0x95][0x8d][0x2][0x93][0xe]J[0x17]=[0x15][0xd9]JX[0xac][0xed][0xfa]!7[0xc9][0xe7][0xc3]P[0xdf][0xed]|[0x1e]i[0xfa][0x7]J[0xd1]?[0x12]K[0xa5][0xc4][0xad][0xa2][0xd9][0x14]"[0xe2][0x92][0xd1]cr[0x81]V[0xcb][0xb4][0x8a][0xd0]W[0xcd]-[0xfe][0x89]H[0xee][0x9][0xa2][0xbf][0xd3]*[0x82][0x8b]4[0xc6][0x9][0x3]8[0xb8]D[0xa3]&[0xe7]*^[0xc6][0x15][0xc1][0x86]9[0xbc]J([0xc1]PBT2[0xcc][0xe4][0xfe]@[0xe4])bOq[0xa6][0x8b]x[0xc8][0xa2][0xca]S[0x17]Ix[0x92][0xe9]b[0xf][0x1d]0[0x89][0xd9]U[0xbc]F[0x8c]i[0x9a][0xc7][0xe8]{[0x8d]~[0xd7]I_[0x8f][0xbd][0x8e]3[0xb4][0xb][0xcc][0x11]m[0xa1][0xe7]AI[0x7][0x9e][0xba][0x98][0xe2]]L?[0x8]}[0xcd][0x90][0x16][0xe0]{[0xb2]8"[0xf6]c[0xe9]/-[0xf7][0xe6][0x6][0xfe][0xe6][0xf0]:[0xe5][0x81][0xda][0x8c]v2x[0x83],[0x87]=[0xcf][0xf][0xe2][0xda][0xa0][0x95]P[0xaa][0xf5][0xbc][0xa9]]$[0xf6]NF[0xf5][0x3][0x12][0xf8]q(*m[0xe0]E[0x1b][0x11][0xd5][\r]d[0x3][0xee][0xcd] [0xeb][0xc9][0x1e][0xb7][0xb6][0xd8]E[0xf2][0x19][0xf2][0x9f][0x88][0xe4][0xe7]![0xf2][0xe4][0x80]<[0x89][0x5][0xe4]N[0x90]/[0x8e][0x13]>3J[0xf8]/$[0xfc][0xd7][0x89][0x85][0xbf]I[0xc2]{[0xed]rS[0xf2]P[0x3][0x9c][0xec][0x92][0xdf][0x86][0xc8][0xd8][0x80][0x8c][0xf5][0x84]R[0x3][0xce]B[0xf](6[0x8]#*[0x12][0xcf]->y[0x96][0xc7][0x19][0xaa]Y|[0xc0][0x13]G^[0xd6]L[0xcc][0x96][0xf0][0x8e]dxWZ.KI[0xc2][0xf6][0x16]}_[0x91][0xbf]([0xf5][0xfc]:.[0xd3][0xe9][[0xf4]Ej[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "+t[0x7]V[0xe7][0xa7][0xff][0x3]PK[0x7][0x8]+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/Result$SerializedForm.class[0xa5]W[0xe9]wSE[0x14][0xff]M[0x92][0xe6]%[0xe9][0xa3][0xd4]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5],[0x8][0xa5]4i%a_Z[0xaa]54[0x98][0x1a](R([0xe2][0x82][0xbe]&/[0xe1][0xd5][0xf4][0xbd][0xfa][0x16][0xa0][0xb8][0x80][0xbb][0xb8][0xe3][0x82][0xb][0x1f][0xdd][0xcf][0x11][0x5][0x8f]M[0x11]<[0x1e][0xfc][0xea][0x1f][0xe5][0xf1][0xce]d[0xa5][0xb4][0xe5][0x81]='w[0xee][0xcc][0xdc][0xe5]w[0xef][0xcc][0xbd][0xf3][0xfa][0xcf][0xbf][0xd7][0xff][0x2][0xb0][0x9][0x97][0x82]h[0xc7][0x13][0x9c][0x1c][0xe3][0xe4]IN[0x9e][0xe2][0xe4][0xe9][0x10][0xd6][0xe0][0x99][0x10][0x8e][0xe3]YN[0x9e][0x93][0xa0][0xf0]q,[0x84] 2!d[0xa1][0xf2]i.[0x84][0x95][0xf1][0x19]>[0xe7][0xe4][0xa2][0x8c]/8[0xc8]/e|[0x85][0xaf][0x19]:[0xdd][0xa5][0x87][0xa3][0xdd]C-M[0xb8]((z[0xbe]|}[0x18]Z*[0xf7][0xa9][0xa2]P[0xea][0x19]k[0xef]\z[0x95][0xe4][0x90]Pj[0xb8]Z[0x83][0xc][0xeb]\[0xd4][0x7][0xc3][0x9a][0x1a][0x14][0xd1][0x81][0xe][0x18]v[0x92]zp[0xb6][0xce][0x90][0xb7][0x8b][0x17][0xe8][0xb2]y"[0xac][0x1d][0xf7][0xe]~[0xdc][0xc9][0x5]:[0xe6]][0xdd][0xed][0x8a][0xd5]][0xf5][0xd7]z[0xe7][0xbd][0xb9]H[0x18][0x93]S[0xc3][0xfa]QS[0xb3][0xd5][0xea][0xed]![0x17]m]u[0xe2][0x9][0xa3]P[0xa0]4Q[0xc4][0xa2][0x1f]-[0x9d]k[0x87][0xbf]F[0xd6][0x94][0x9e]9a[0x1a]:?Rn[0x87][0xce][0xa8]kv[0xf5],PN[0xdb]y[0x4][0x89][0xff][0x97][0xa4][0xb4][0xa1][0xe7][0xc9]d[0xa7];I[0xea][0xc4][0x5][0x1a][0xc4]C-[0xe][0xb3][0xae]B[0xb7]q4[0xde][0xbc]JQ[0xec],G![0xae][0x2]][0x13][0x8d]|[0xa4]g[0xdf][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xfa]%[0x86][0xd6]9T[0x87][0xb8][0x9b][0x15][0xf3]_AB5Y[0xbe][0x84][0x16][0x95]".[0xdb][0xb9][0x97]Vk[0xaf][0xd8][0x1d][0xc0][0x8e][0xce][0x87][0x8d]6[0x1a]O[0xf1][0xeb]P[0x1][0xd0]6o[0x9d]Q[0xb2]h[0xc8]V[0x4];oC:[0xe7]sH_k[0xed][0xf4]cx[0x0]~[0xac][0xc0]Z[0xac]#[0xbe][0x83]>[0x91]_[0x90][0x8e]I[0xc7]>_[0xf0]?PK[0x7][0x8][0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Result.class[0xa5]W[0xfb]W[0x13]G[0x14][0xfe]6[0x9][0x86][0x84][0x5],Z[0x5][0x15][0x1f][0x15]m[0x0]%[0xa0](*[0xd4][0x16][0xa3][0xd1][0xd0]([0x96][0x97]Ek[0xdb]%,q1[0xec][0xd2][0xcd][0xae][0xaf][0xbe][0xdf]o[0xfb][0xb2]/[0xed][0xfb][0xe5]/[0xed]9[0xf5][0xb4][0x80][0xa7][0x9c][0xd3]?[0xa0]TO[0xef][0x9d][0xdd]MbH8[0xd1][0xe6][0x87][0x99];3[0xf7][0xfb][0xee][0x9d];w[0xee]N[0xfe][0xf9][0xf7][0xaf][0xbf][0x1]t[0xe1]f[0x8][0xcd]8[0xcf]M[0x86][0x9b][0x19]ntn[0x8c]0Z0[0x1b][0xc4]3a[0x4][0xb9]7[0xc3][0x8]q[0x9f][\r][0xa3][0x6][0xb3]a4[0xc2][0xe2][0xc6][0xe6][0xe6][0x2][0xaf]]d[0xe9][0x12][0xaf]^f[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3][0x9e][0xe5][0x85][0xe7]x[0xee][0xf9]0q[0xbe][0x10][0xc4][0x8b][0xbc][0xf6][0x12]7/s[0xf3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9b]z5[0x88][0xd7]x[0xf9][0xf5] [0xde][0x8]c[0x13][0xde][0xc][0xe3]-[0xbc][0xcd][0xcd];[0xbc][0xfc]n[0x10][0xef][0x5][0xf1]~[0x10]W%@[0x82][0x9c][0xd0]u[0xd5][0x8c]e[0x94]lV[0xcd]J[0xa8][0x1b]VMM[0xc9]hW[0xd4][0xc9][0xb8]a[0xce]H[0xa8]NjYK%[0x15][0x9]+[0xb3]bmL5[0xb3][0x9a][0xa1][0x8f]&[0xe]K[0x90][0x6]$[0xd4][0xc6][0xc]=k)[0xba]5[0xa6]dl[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xce]O[0x92][0xb0][0xc6][0xd1]?[0xc9][0xfa][0xcc]a[0xc5]553IF6[0x9c]IN+[0x17][0x94][0xa8]fD[0x7]'[0xa6][0xd5][0x94]5l[0x99][0xaa]2#[0x96]{%T[0xa5][0xc][[0xb7]$[0xb4];Z[0xb6][0xa5]e[0xa2])CO[0xd9][0xa6]I$Q[0xc5]2f[0xb4]T[0xb4]_t[0x9][0xdd]R[0xd3][0xaa]I[0xa8][0x1a]-[0xad][0x1b][0xa6][0x1a]s[0xb0][0xd5]S[0x8a][0x96][0xb1]M[0xde]R[0x19][0x9a][0x98]1{yP?ej[0x96][0xda]o[0x9a][0xca]e[0xde]'[0xd1][0x84][0x86][0x89]G[0xb1][0x8]*a[0xa4]rd_[0xd2]0[0xd3][0xd1]i[[0xd7][0xac][0xa8]isH[0xa3][0xba]aiSZJ[0xb1](X[0xd1][0xb8][0xe3]N[0xef]A2[0x11]$[0x85][0x11]m[0x86][0xc]D*[0xd8]a[0xd2][0xd0][0xd3][0xec][0x17][0x85][0xd8][0xb4][0x1c]X][0xb6][0xe8][0x90]"K[0xad][0xf][0xa9]Y;c[0xb5][0xdc]y[0x9c][0xc4][0xb3][0xa2]O#[0xad][0x83][0x12][0xfc][0x91][0xd6]1[0x9][0x81][0x98]1I[0x8c][0xf5]IMWO[0xd8]3[0x13][0xaa]9[0xa2]Ldh[0xa6]!i[0xa4][0xe8][0xac][0x15][0x82][0xd3][0xd8][0x9d][0xc]X[0xe7]4[0x8a]hS9s[0xc4][0xdf]^[0xb1]/l[0xbe]&[0xad]ZC[0xb6][0xee][0x1e][0x1a][0xb9][0x94] _h[0xce][\r][0x97];[0x1f]v[0xb4][0x9c][0xcd][0x93][0xd2][0x80][0x3][0x8c][0xe7][0x8e][0xb8]![0xd2]Z[0x10]I[0xf7]${[0x97]L[0xde][0xcd]![0xd5][0x91][0x81]DaF[0xd5]^T[0xb2][0xc3]v*[0xa5]f[0xb3]SvF[0xf8]q[0x9a][0xfc][0xb8][0xc8]i[0xe0]d[0xb1][0x84]M[0x91][0xa2][0xc4][0x1e][0xb4][0xad]Y[0xdb]Mo[0xb1]a[0x89][0xd3]9%[0xda][0xed][0x91]K)u[0x96][0x1d][0xca][0x6][0xf1][0x1][0x8d]i~[0xd2][0xb3][0xb0][0xb1][0xd8]BB[0xbf][0xd3][0xc0][0xfa]e[0xd6][0x83][0xf8][0x90][0x10][0x19](d[0xe8]f[0x6]?[0x15]eZ[0xc9][0x92]"[0x95][0xd1]e[0xae][0xe6][0x18]0=N[0xba]W[0x93]j[0xc1][0xe8][0xc8][0xb2]5[0xb4][0xf2]OiOy[0x7][0xca][0x92]t[0x9][0xdf][0x9a]J=Dn[0xd0][0x7]:c[0x18][0xe7][0xed]Y[0x9][0x1d][0x91]dQ[0xe2]x[0xd1]/[0x5][0xe4]'[0x2][0x13][0xdd]'[0xd6][0xc6]H[0xeb]r[0x8f],l[0xa1][0x97]`[0xb]=[0xff][0xb6][0xa1][0x1a][0xeb][0xd0][0x8e][0x1d]$[0xef][0xa4]g[0x9b][0xf][0x1d]4[0xa6]+Ar[0x3][0xd7][0x1d][0xd1]w[0xbb]=[0x15]#[0xd2][0xeb][0x11]z[0xfb]hL%I[0xcc][0xf7][0x8a][0xde][0xc7]wT[0x8c]%.Q[0xd4]>B[0xa3][0x17][0xe0]'[0x9][0xe8]k[[0xc0][0x8a][0xb6]E[0x4][0xc7][0x17]P=[0x7]^[0x94]H[0xc][0x91][0x18][0x9e][0x83][0x8f][0xc4][0x1a][0x12][0xe5]9[0x4][0xf2]b[0xd5]-[0xc1][0xde]O[0xed]Fz[0x6][0x3][0xdb][0x11][0xc0][0x83][0xa8]G[0x84]|m[0xa5]=[0xb4][0x91][0xc7][0xed][0xe4][0xc5][0xe][0x1c][0xa2]U[0xd9][0xb1][0x87][0x18][0xe][0xb][0x1c][0x95][0x6][0xd7][0x97][0xab][0xa8][0xa2]1pH[0xf8][0xd2]~[0x1b][0xb5][0xec][0x8][0xf5]u[0x9e][0x17]$[0xd7]/`[0xa5][0xe7][0x9][\r][0xef][@[0x83][0xe7][\r][\r]W[0x89][0xe1][0x12][0x8f]:[0xc8][0xa3]([0xb8][0x98][0xac][0xa6][0xd8]m[0xa5][0xc8]q[0xec][0xfa])r[0xec][0xd1][0x1a][0xc7][0xaa][0xeb][0x11]K[0x1c])z[\r] [0x8e][0xa3][0xae]o[0xbb][0xc4][0x18][0xa8]n[0xfb][0x13][0xfe]y[0xac][0xfe]5ga[0x85][0x98]?P[0xb0][0xb7]j[0x97]I[0xe2][0x92]Z[0x2][0xef][0x9b][0xc7][0xfd][0xc5][0xf8][0xfe][0x92][0xf8][0x4][0x6]rx_[0xe][0x1f][0x98][0xc7][0x9a][0xdf][0x8a][0xf0][0xc7]J[0xe2][0x1f]E[0x92][0xb4][0x18][0x1f]u[0xed]W[0xb1][0xfd][0xdf][0x8b][0xc0][0x83][0x5][0xe0]*[0x17][0xec][0xa4][0xd1]q[0x9a];Qr[0x13]R[0x89] [0x8c][0x95]tb[0x10]']|[0x8f][0x8b][0xaf]m[0x9b][0xc7][0xda][0xeb][0x8][0x6]n"[0xe0]/&9[@R[0x9b][0xcb][0x92][0xc7]0[0xe4][0xee]d[0x94]2[0xd6]O}[0xfd]"[0x1a][0xc7])S[0x9a][0x8e][0xef]h[0x9f][0xc7][0xba][0xfc][0x91][0xd7][0x89]e[0x85][0xfe][0x8c]M[0x90][0x9c][0x12]t[0x9b][0x1d]H[0xee][0x88][0xeb]1[0x8c][0x11]2[0x11]"[0xa3]|[0xd8]>[0xa2][0x5]%[0x89]D{[0xf0][0xe1][0x14][0x1e]w[0x8d][0xf5]S[0xcf][0xc9][0x11][0xe2]4\?[0x87][\r]y3a[0xb1][0x90][0xa6][0x8d][0x9e]+[0xc8][0xa2]P[0xce]D[0x88]L[0x8c][0x13][0xe1][0xa8][0xd8][0x99][0xf][0xa7][0x5][0xf5][0x19]<[0xe1][0x6]c[0xaf]{[0xf3][0xe4]E4[0x8f]S@7,`c[0xf1][0xc1][0x9c]/[0x88][0x85][0x9c][0xb][0xe8]Y<[0xe9]rt[0xb][0x97][0xc9][0x97]El[0x1a]o[0x93][0x16][0xb0][0xb9][0x98][0xe1]Z[0x1]C[0xd8]aXY[0x8d][0xa7][0xf0][0xb4][0xcb]P[0x98][0x17]U[0xc5][0xe0][0xa6];[0xf2]Bq[0xc1][0x13]%[0xc1][0x81][0xca][0xc0])L[0x96][0x0][0xfb]+[0x3][0xab][0x98]*[0x1]^[0x92][0xce][0xa5][0xc1][0xe9][0x92][0x96][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc0][0xe2][0x88][0xbd][0x82][0xb9]M[0xac]Pj[0xae]B[0xe3]ml[0x99][0xc7][0x3]`[0xeb]-q.y[0x92][0xf5]D[0xa9][0x9][0xe2]i[0xaa][0x82][0xa0]:[0xe8][0xa7][0xaa][0xd8],[0xfc]h[0xa4][0xbe][0x15][0xfc][0xd7][0xbf][0x99]*[0xa3][0xef]?PK[0x7][0x8][0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/RunWith.class[0x85][0x91]QK[0x2]A[0x10][0xc7][0xff]k[0xda][0xa5]YY[0x16][0xd4]C[0x18]=H[0x11][0xb4][0xf4]l[0x4][0x11][0x6][0x82][0x95][0xe8]UDO[0xab][\r][0xe7][0x1e][0xe7]^[0xec][0xed][0x9]~[0xb5][0x1e][0xfa][0x0]}[0xa8]h[0xce][0x87][0xc][0xba][0xe8]a[0x98][0x19][0xfe][0xbf][0xf9][0xef]0[0xfb][0xf1][0xf9][0xf6][0xe][0xe0][0xc];[0x1e][0xb6]<[0xd4]=l[0xb][0x94][0xa6]*JI[0xa0]~t[0xdc][\r][0xd5]T[0xc9]H[0x99]@^E*IZ[0x2][0xe5][0x81][0xe][0x8c]r[0xa9]eB[0xfe]&[0xce]O[0xba][0xb1][\r]d[0x98][0x1a][0xed][0xa4]M[0x8d]!+[0xfb][0xf3][0xd4][0xba][0xe0][0xe9][0xca] N[0xed][0x88][0xae]u[0xc4][0xe3]U[0x16][0x1e][0xb5][0x1b][0x9f]f[0x1e][0x2]{[0xdc]:=[0xa1][0x7][0x9d][0xe8]aD[0x97][0xc6][0xc4]N9[0x1d][0x9b]D[0xe0][0xe0][0xc7];[0xea][[0x90]}rd[0xb2][0x8a][0xad][0x9b][0xff] [0xbd]8[0xd2][0xa3][0x19][0x83]^[0xff][0xfe][0xd6][0xef][0xdc][0xb4][0x5][0xf6][0xf3]G|e[0x3]rL[0x1e][0xe6][0xeb][0xed][0x88]&[0xec][0xe9][0xcf]^[0x89][0xa1][0xa2][0xff][0xd4]k[0xff][0xb9]a[0xc7][0x8c][0xc9]jG/L[0xee][0xe6]]&;[0x80]@m1|7[0xc]i[0xe4][0x4][0x1a][0xb9]~[0x8b][0xab]4[0x5][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1c]K[0xfc][0x83][0xa2][0xc8][0x8b][0xa0][0xc4][0xdd]2w[0x5]x[0x1c]+[0xf3][0xaa][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0x6]S[0xab][0xac][0x16][0x9]U[0xac]a=+[0x9f]![0x8][0x1b][0xa8]a[0x13][0xf8][0x2]PK[0x7][0x8]9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runner/Runner.classuQ[0xc1]N[0xc2]@[0x10]}[0x3][0xc5]B[0xa9][0x80][0xa8] [0x8a]Fo[0xc0][0x81]F[0xaf][0x1a]/[0x18][0x13][0x13][0x82][0x89][0x1a][0xee][0xa5][0xae][0xb8][0x4][0xb7][0xa6]l[0xfd]*/^0[0xf1][0xe0][0x7][0xf8]Q[0xc6][0xd9][0x96][0x3][0x91]p[0x99][0xb7]3[0xfb][0xe6][0xcd][0xbc][0xdd][0x9f][0xdf][0xaf]o[0x0][0xa7]8r[0x90]C[0xcd][0x81][0x85][0xba][0x83]=4l[0xec][0xdb]8[0xb0][0xd1]$l\H%[0xf5]%![0xdb]j[0xf][0x9]V/|[0x14][0x84]r_*1[0x88]_F"z[0xf0]GS[0xae]T[0xfb]a[0xe0]O[0x87]~$M[0xbe](Z[0xfa]Y[0xce][0x8][0x8d]~[0x18][0x8d][0xbd]I[0xcc]B^[0x14]+%"[0xef].[0x81]sBi,[0xf4][0x95][0x98][0x5][0x91]|[0xd5]2T[0x84][0xe3]V{[0x95][0xbe][0xc4][0xe0][0x9e],W[0x9][0xdd][0xd6]*O[0x85]Z>[0xc9][0xc0]7D3c[0x90][0xe4]<[0xc8][0xec]^[0xd0]b[0xa6]{a[0xac]t[0xe2][0xe6][0x86][0xe0][0xdc][0x87]q[0x14][0x88]ki[0x96]-[0xa6];u'[0xfe][0x9b][0xef][0xc2]F[0xde]E[0x9]e[0x1b][0x87].[0xaa][0xd8]&[0xd4][0xd7][0x98] TL[0x8b]7[0xf5][0xd5][0xd8][0xbb][0x1d]MD[0xc0][0xfa][0xcd]5[0x16]F[0xe9][0xc3][0xac][0xbb]N[0x1c]Z'[0xfc][0x11]9[0xf0][0xdb][0xf3][0xe7]X[0x8c][0xbc][0xb][0xc7][0x2]g[0x1e]#1[0xe6]:[0x9f][0xa0][0xf]>d[0xe0]p[0xdc]H[0x8a]5[0x14]9[0xba])[0x81]q[0x93][0xbb][0xc9]xH[0xb0][0x82]-[0xae][0x93][0xf1][0xb2][0x10];[[0x88][0xe5];sd[0xe6][0xc8][0xbe][0xff][0xd3]k/[0xe9][0xe5]S=>[0xef]$[0xac][0xdd]?PK[0x7][0x8]B[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/manipulation/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$1.class[0x8d]S[0xcb]n[0x13]1[0x14]=7[0x99]<[0x9a][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa1][0x85][0xf2]*-[\r]![0x1][0xc1][0xa8][0x12][0xb0][0x9]bS[0x8a][0x84][0x14][0x82][0xd4]V][0xb0]sf[0xac][0xc4][0x91]cG[0xf3]@[0xf0]O,`[0x85][0xc4][0x82][0xf][0xe0][0xa3][0x10][0xd7][0x93]Q[0x88]R[0xa8]2[0x92][0xed][0xeb]{[0xcf][0xb9]O[0xcf][0xaf][0xdf]?~[0x2]8@[0xab][0x6][0xf]{U[0xdc][0xaf]`[0xbf][0x82]&[0xa1][0xfc]R[0x19][0x95][0xbc]"[0x14][0xdb][0x9d]3[0x82]whCI[0xd8][0xe8])#[0xfb][0xe9]d [0xa3]S1[0xd0][0xac]i[0xf4]l [0xf4][0x99][0x88][0x94][0xbb][0xe7]J/[0x19][0xa9][0x98][0x0]B[0xfd][0xad]12:[0xd4]"[0x8e]%k[0xda]=[0x1b][\r][0xfd]q[0xca][0xae][0xfd](u&"[0x8c][0x9a][0xa6]Z$[0xca][0x1a][0xff][0x8d][0xd2][0x89][0x8c][0x9a][0x7]][0xc2]Z<[0xb2][0xa9][0xe][0x8f]SC[0xd8][0xfb][0x7][0xef][0xb5][0x8c][0x83]HM[0x1d][0xad][0xdb][0xf9]@X[0xf][0xff]*[0x8];[0x17][0x13][0x8][0xd5][0x19]|[0xc0][0xd9]n[0xb6];[0xbd][0xb1][0xf8](|-[0xcc][0xd0]?I"e[0x86][0x8c]([0x89][0xe9]T&l[0xb5][0x17][0xac][0xef][0x7]c[0x19]$][0xd7][0x92]R0R:t[0x1d]8g&[0xd4][0x8e]>[0x5]2[0x8b][0x15]W[0xf0][0x80][0xab]Q[0x86][0xb][0x8b][0xd9]H[0xe8][0xaf][0xd6][0x85]ng5[0x18][0xcf][0x8a][0xfd]Z[0xc3][0xa9][0xb4]Ve[0xd4]Nl[0x1a][0x5][0x92][0xef]\[0xff][0xfa]L[0xfd][0xd4][0x95][0xc1]#>2[0x81][0xb6]1[0xf7][0xe0][0x9d]LF6[0xac][0xa3][0x84]2[0x17] [0xb4][0xde]Md[0x9c][0xf0][0x14][[0xab][\r][0x91][0xd0]\[0x5]Hxv1[0xac]oO][0xdc]c9[0x11][0xca][0xcc][0xfb][0x8a]][0x14][0xf9][0xcd][0xba][0xaf][0x94][0xad]2?[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "K>[0x9f][0xe4]4[0x8f][0xbe][0x83][0xbe][0xb1]P@[0x95][0xf7]r[0xa6]la[0x8d][0xf7][0xfa][0xc][0x80][0x1a].[0xc1][0xbd][0xd2][0xcb][0xd8][0xc8][0xc9]/[0xf8],8[0x8e][0xf7]e[0x89][0xb9][0x9d]1[0xaf][0xcf][0xac]9[0xd3]IWp5[0xb][0xd8][0xc0][0xb5][0xdc][0xc7][0x93]<[0x81]b[0xa3][0xf0]u[0xc9][0xc9][0xdd][0x85][0xf0][0xc5]y[0xf8]Ml1[0xca]Q[0x9f]gx[0x9c][0xcf]{!:[0xcd][0xa3][0x13]kn[0xf0][0xbe][0xcd][0xb2][0xc7][0xe7]M^[0xb7]p{[0xb9][0x96][0xc7][0xcb]i<[0xfc]O-w8A[0xfe][0xe3][0xb1][0x93][0xdd][0xee]q[0x8b][0x9d]_/K[0x19][0x8c]s6[0xf7]U[0xff][0x0]PK[0x7][0x8][0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$2.class[0x8d]T[O[0x13]A[0x14][0xfe][0x86][0x96]n[0xd9][0xae]RK[0x1][0x83][0x88] [0x5]K[0xb]T.*w[0xe5][0xaa]h)[0x89][0x10][0x12][0xf5]ihG:d[0xd9][0xc5][0xbd][0x10][0xf9]#&[0xfc][0x2]_x[0xd0]D[0xf1][0x92]h|[0xf6]o[0xf8]?[0xd4]3[0xdb][0xaa][0xdc][0x82]d[0xb3]g[0xce][0x99][0xf9][0xf6][0x9c][0xef]\f[0xbf][0xff][0xfc][0xfc][0x15][0xc0][0x0][0x96][0xeb]P[0x8f][0xb4][0x8e]8zt[0xd4]![0xa3]DV[0x89]^[0x1d]}[0xe8][0x8f]![0x87][0x9b]J[0xc]h[0x18][0xd4][0x9]:[0x14][0xc5][0xb0][0x86][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q[[0xc7][0x1d][0x8c]h[0x18][0xd5]0[0xc6][0xd0][0xb4][0xc3][0xcd]TI[0xb8][0xd2][0x11][0xa5]9[0xe1][0x16][0x1d][0xb9][0xed]I[0xdb]bh[0xcb][0xdb][0xce]Fn[0xd3][0xb7][0xa4][0x97]s|[0xcb][0x12]N[0xee][0xd0][0xf9]8CdB[0xd2][0xd9][0x14]CG[0xfa]lh[0xcf][0x1a]Cx[0xd6].[0x9][0x86][0xfa][0xbc][0xb4]D[0xc1][0xdf]Z[0x17][0xce]*_7i'[0x91][0xb7][0x8b][0xdc]\[0xe3][0x8e]Tvu3[0xec][0x95][0xa5][0xcb][0x0][0x6]cQ[0xb9][0x9b]5[0xb9][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xda]9%[0xd2][0x16][0xb7][0xe4][0xb6]or[0x15]*[0xb7] MO8[0xa9]A[0xa2]W[0xe7][0x96]m[0xdf],=[0xf6][0xad]s0|J1[0x5]/[0x96][0x19]jd[0x8a]![0x99][0xdf][0xe4];<[0xe7]{[0xd2][0xcc]-[0x92]C[0xee][0xd9][0xe][0xb9][0x8c][0x95][0xe][0x17](Z[0xb1][0xd6][0x89]o2[0xdd]S[0xf9][0xc2][0xe4][0xd6]Fn[0xc5]s[0xa4][0xb5]Ax}[0xc5][0xf6][0x9d][0xa2] R[0x84][0x89]U[0xb8][0xf5]+[0x1c][0x15]b[0xde]*[0x9a][0xb6]K[0xb8]%[0xe1][0x95][0xed][0x92][0x81]qL[0x18][0xb8][0x84][0x84][0x81][0x6]L[0x1a][0x98][0xc2]][0x3][0xf7]0m`[0x6][0xb3][0x1a][0xe6][0xc][0xcc]cA[0xc3]}[0x3][0xf][0xd4][0xc9]"[0x1e]2[0xb4][0x9e][0x95][0x94][0x81]V\[0xa5]2T[0xfc][0xb7]wQ[0xf5][0xe2][0xff]8.[0xaf]o[0x8a][0xa2]g[0xe0][0x11]:5[0xe4][\r],[0xa1][0xc0][0xd0]}[0xbe][0xe2]2[0xa4][0xce][0x3][0xa4][0xd9][0xda][0xe2]^[0xb1]\!pd[0xb6][0x16][0xfe][0xd7][0x8f]s[0xb5][0x99]*[0x1c]J[0xab][0xe1][0x8a]HwU[0xb8]^`R'#[0xe2][0x85][0xcf]M[0xca][0xb7]1[0x9d]?[0x9e]q[0xd0][0xea][0xd8][0x86][0xf0]f[0xcb][0xd2],9[0x82][0xc8]4[0xff]i^[0xd0][0xee]i[0xc7][0xe1][0xbb]y[0xe9]z[0xe4][0xbd][0xe1][0x94]m[0xea][0xbb][0xac]N[0x4]%x[0xe4][0xd3]C[0x93][0x92]8[0xb9][0xcb][0xa0][0x95][0xb9][[0x10]/[0xc9]E[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xa3]cS%[0xc8]p[0x91][0xe8][0xcd]Iw[0xdb][0xe4][0xbb][0x5][0xbe]%[0x8e][0xf4][0xad]2[[0x94][0xe3]s[0xdb][0xa1][0xea]2[0x8c][0xa6]ON[0xde][0xb3]S[0xd2]>[0x89]B;[0xfd][0x17][0xe2][0xf4]7a[0xf1][0xb8][0x1a]<[0xd2]B[0xf4]6 I[0xf7][0xae][0x91][0xb4]a[0xd4][0xd0][0x3][0xe8][0x99][0xec]{[0xb0][0xcc][0x7][0xd4][0xbc]%[0xab][0x6]M$#[0x84][0x1][0xa6][0xd1]L[0xd2][0x8]t[0x1d][0x97]qEySsW[0xf5][0xf0][0x8a][0xd0]aZ[0xc7][0xb2][0x7][0x8][0xed][0xc1][0xc8][0xbc][0x3]#5[0xbc]O[0xa2][0xf6][0x0][0x91][0xa5][0xde]O[0xd0][0x18][0xf6][0xd0]BJ[0x94][0xe1][0x1b][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x99][0xbe][0x3][0xe8]{[0xa8][\r][0xef][0xbf][0xfe][0xf5]#[0xb4][0xff]7b[0xb][0xc5][0x4][0x86][0xa0][0x11][0xaf]8F[0x90][0xc5](Yc[0xa4]M[0x6],2[0x14])K,[0xda]([0x93][0x10]qi[0xc7]5z[0x15][0xff][0xb1]*3[0xa5]u[0xd0])[0xa3][0xe7]::[0xab][0x1c][0xa7]P[0x1b][0xf0]O&b[0xe1]/0[0x9e][0x84][0x14][0xc9][0x3]\X[0xf9][0x88][0x8b]o[0x8e][0xe5];s([0xdf]d[0xd5]k[0x8][0xa9][0x0][0xd5][0x85]nZ[0xc3][0xc4][0xed][0x6]qU[0xf5][0xa0][[0x1e]D[0x8d][0xfe][0x6]PK[0x7][0x8][0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Filter$3.class[0xad]S[0xcb]n[0xd3]P[0x10]=7v[0xf3]ti[0x1a]B+[0xa0][0x94][0x14]L[0xc9][0xa3][0xa9][0x81][0xf2]X[0x14]uA[0x1][0xa9]R[0x88][0x10]E[0x95]`[0xe7][0xc4]&[0xb9][0x95]{[0x1d][0xf9][0x91][0xe1][0xb][0xd8][0xb0][0x0][0x89][0xa4][0x12]H|[0x0][0x1f][0x85][0x98][0x89]-[0x81]Z[0x84][0xb2]`[0xe1][0x99][0xb9][0xe3]3gFs[0xcf][0xfd][0xf1][0xf3][0xeb]w[0x0]w[0xf1][0xa8][0x0][0x3][0xb7][0xd8]l[0xb2][0xb9]][0xc4]"[0xea]l[0x1a]94[0x8b][0xc8]&[0x87][0x16]G[y[0xb4][0xd9]o[0xe7]`[0xe5]pG[0xa0]0[0xb6]=[0xf3][0x9d][0xc][0xc2]H`[0xb3][0xe3][0x7][0x3][0xeb]8V2[0xb2][0x82]X)7[0xb0]Nl%G[0xb1]gG[0xd2]W[0xd6]s[0xe9]En[0xb0]+P[0xe4][0xa2][0xd0][0xed][0xfb][0xca][0x11][0xc8]FC[0x19][0x9a]D[0x95]},[0xa9]rO [0xae][0xcf]G[0xf4]?Q[0x8d]#[0x1]}[0xdf]w\[0x81][0xa5][0x8e]Tn7>[0xe9][0xb9][0xc1]k[0xbb][0xe7]Q[0xa6][0xd2][0xf1][0xfb][0xb6]wd[0x7][0x92][0xcf]iR[0xe7][0xb9][0x5] `[0x1c]0[0xed][0xbe]g[0x87][0xa1]K[0x99][0xf9][0xa6]7wh[0x11][0x85]p[0xe8][0xc7][0x9e][0xf3]*V[0x2][0x1b][0xa9]{[0xea][0x86][0xfd]@[0x8e][0xb8]l[0xb7][0xf1]V[0xa0][0xe4][0xfc]N[0x8][0xac][0xff][0xbb]@ [0x9f][0xc0]{4m[0xb5][0xde][0xe8][0x1c][0xdb]c[0xdb][0xf2]l5[0xb0][0xe][0xa3]@[0xaa][0x1][0xdf][0xc4][0xa1][0x1f][0x7]}[0x97]F"L)[0x99]l[0x9b]q[0xb4][0x86]g[0xaa][0xef][0xf9]![0xe1]^[0xb8][0xd1][0xd0]w[0xc]R[0xca]=[0x3][0xcb]X2p[0x81]M[0x99]M[0x5];[0x6][0xae]bM`[0xf5],[0xfd][0x93]Xz[0x8e][0x1b][0x18][0xb8][0x8e][0x9a][0x81][0xfb]x [0xb0]P[0xb3][0x95]C[0x87][0x87][0xa8][0x91]\[0xe6][[0x93][0x80]9[0xf][0x90][0x96])[0x15]y[0x92][0x15]I[0xb1];[0xa7][0x84][0x1a][0xf3]JV[0xab][0xb3]B[0xb2][0xf6]h[0xe4][0xb2]h[0xdb][0xf5][0xf3][0xdb]<[0xbf][0xe0]t[0x3]|[0x13][0x91][0x9f][0xa4]P[0xa3][0x17][0xb6]H[0xcf]N+[0x97]y[0x8d][0x0][0xf9]r[0xea][0x97][0xd9]C[0xa3][0xaf][0x82][0x8b]$[0xac]*E{[0xc8]@'_m[0xb6]&[0x10][0xcd][0xad][0x9]2[0xcd][0xf6][0x4]Z[0xf3][0x14][0xfa]g[0xca]gp[0x89]l[0x96][0xd0]@[0x8c][0x15][0xb2][0xc6],[0xae]b[0x15]W[0xc0][0xf2][0xa4][0xdb]I[0xb9]^[0x12]:C~[0xad][0xf9][0x5][0x99][0xd6][0x14][0xb][0xef]Q[0xa1]PK[0xc2][0x9c][0xfe][0x1][0xba][0xf6][0xf1][0xc][0xe7]h[0xc6][0xb9][0x92][0xd4][0xa5][0x9c][0x1c]][0xc3]:[0xfd][0x17]|[0xb9]){[0x97]0\a~C[0xf6][0xcd])r[0xdc]d[0x8a][0xfc][0x14][0x85]J[0x91][0xc]7J[0x8e]S[0x94]>[0x9d][0xe9]2[0xfe]cr3[0xed][0xa2]ac[0x86][0xba][0x81][0x9b][0xe4]u[0xda][0x9a][0x89][0xcb][0x14][0x15][0xf9][0xc9][0xcd][0xa6][0xc0]/PK[0x7][0x8][0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Filter.class[0xad]T[O[0x13]Q[0x10][0xfe]N[0xbb][0xed]v[0xb7]U[0xa0]R[0xbc]TQ[0x4][0xb1][0x17][0xb4][0xdc][0xbc][0x16]I[0x8c]JbR0[0x1]B[0x82][0x89][0xc6][0xed][0xf6]@O[0xb3][0xdd]m[0xf6]b[0xf4][0xaf][0xf8][0xae][0xcf][0xa0][0xf]DI[0x8c][0xbe][0xfa][0xa3][0x8c]s[0xb6][\r]T [0xb8][0xf]n[0xd2]s[0x99][0xf3][0xcd]7[0xf3][0xcd]L[0xfa][0xeb][0xf7][0xb7][0xef][0x0]f[0xb0][0xa8]#[0x83])[0x15][0xb7]t[0xc4]0[0xad]b&[\r][0x5][0xb3][0x1a][0xd2][0x98]S1[0xaf]C[0xc5][0x1d][0x15]wuh[0x12]tO[0xc5]}[0x86][0xf8][0xe3]Z[0x8d]a[0xb2][0xe6][0xb8][0xdb][0x95]V`[0xb][0xbf][0xe2][0x6][0xb6][0xcd][0xdd]J[0xdb][0xb0]E'[0xb0][0xc]_8veIX>w[0xab][0xc][0xc9][0x5]A[0x98]E[0xf2]+[0x14]7[0x18][0x94]'N[0x83]3[0xc][0xd4][0x84][0xcd]W[0x82]v[0x9d][0xbb][0xeb]F[0xdd]"K[0xb6][0xe6][0x98][0x86][0xb5]a[0xb8]B[0xde]{F[0xc5]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f]a[0xa4]m[0xf8]fs[0x99][0xfb]M[0xa7][0xf1][0x94]{[0xa6]+:2[0x8][0xc3]R[0xe1]x[0x1a]}[0x80]j1j[0x96][0xd9][0x6][0xf7][0x84][0xcb][0xff]f[0x1f]=[0x9d][0x9c]A[0xf3][0x9a]N`5V[0x3][0x2][0x8f][0xfd]+[0x95][0x97][0xc][0xa9]Fh[0xa8][0x93][0xb2][0xe1]B[0xb1][0xd6]2[0xde][0x1a][0x15][0xcb][0xb0][0xb7]+k[0xbe]+[0xec]mbL[0x18][0x9d][0x8e][0xf5][0x9e]!W[0xe8]{}Qoq[0xd3][0xaf][0xca][0xf2]%[0xcc][0xa6][0xb0][0x1a][0xb2]Z[0xc7][0x9e][0x19][0xf4][0xad]PN[0xb7]t[0xa5]H[0xd2]%Vz>{g[0xf2]0OO[0xc5][0x3][0x12]&lz[0xf4][0x88][0x96]a[0xe5][0x4]a'[0x15]1r[0xad][0x93][0xc4][0xeb][0xd8]$"[0xb1]%\[0x8f]"[0xa4][0x16]L[0xab]7$[0xfa][0x9a][0x13][0xb8]&',IHw]nK[0xa9][0x19][0xc]`[0x90][0xc6].J[0x8c][0x89]Y[0x6]0d[0x9e]K[0xc0][0x13][0xcb][0xf0]<[0xee]I[0xff][0x87][0xc][0x85][0xa8]E[0xc9][0xa0][0x8a][0x85][0xc][0xce][0xe0]l[0xd4][0xa0]s2[0xc4][0xa3][0xa8][0xe8][0x19][0x86][0x89](@[0x86][0xc1][0xa3][0x9d]f[0x98]?[0xdd]s[0xc5]Y[0xe7][0x9e][0xef][0xad][0xf2][0xb6]![0xec][0x83][0xce]F[0x18]Q[0x1a][0xb0][0xe4]V/l1j[0xdb][0xc9])[0x88][0x88][0xfd][0x9f][0xa8][0xe2][0x86]2FS[0x19][0xc8]V_[0x94][0x8d][0xa2][0x93]Jg[0x9a][0x13]Z[0x87][0xe8]V[0xa1][0x9d]&[0x1][0x89][0xd2][0x1e][0xd8].[0x1d]b[0xc8][0xd2][0x9a][0xc][0x8d]C8Gk[0xa6][0xb][0xc0]p[0xe8][0xae]![0x87][0x91][0x9e][0xf3][0x1c][0xe2][0xe1][0x9b][0xb6][0x8f][0xd8]&[0x11][0xc4]w[0x8e][0x10]L[0xf7][0x11]h8[0x8f][0xb][0x80]"3[0xb9][0x14][0xee]y\[0xe]3[0xbb][0x82]Q[0xf2][0x92][0x84]&[0xed]q[0xda]s[0xe5][0x9f]P>@[0xd9]-[0xff][0x80][0xb2][0xd4][0xcd][0xd2]Ty[0xf][0xa9]CuY"[0x0][0x4])kQ[0x18][0x8b][0xaa][0xd9][0xee][0xb][0x9e]?[0x8][0x9e][0xc7]M:[0xd1]|R[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x8a]Q[0x12][0xc5][0x83][0xda][0x8f][0xd3]]~[0xe9]}h[0x9b]{[0xd0][0xbf] [0xb9][0x1b][0x16][0xe4][0xb0][0x80]9[0x82][0x94][0xc2][0xb0]ej[0x15][0xa8]p[0xf1][0x9e]S[0x8a][0xd4]w?[0xad]{[0xff][0x3]PK[0x7][0x8]}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runner/manipulation/Filterable.class[0x8d][0x8e]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x10]E[0xff]Tm[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "z[0x8c]vc[0x10][0xdc][0xb9][0xd6][0x95]([0xa8][0xb8]O[0xcb]()5[0x95]4[0x15][0xcf][0xe6][0xc2][0x3]x(1Qp)[0xe][0xc][0xf3][0xff][0xf0][0xfe]0[0x8f][0xe7][0xed][0xe]`[0x82]A[0x84]^[0x84][0x98][0x10][0x1e]Ti[0xd9][0x10][0xd2]dY[0x99][0xa3]([0x1a][0xad][0xac]0[0x8d][0xd6]l[0xc4]IjunJiU[0xa5][0xc5][0xe2][\r][0xce][0xd2]=![0x9e]_s>[0xfb]m[0x1d][0xa1][0xef][0xfc][0xb6]jL[0xce][0x8e]`[0xc2][0xf0][0x3][0xca][0xac][0xe4]q!/[0x92][0x90][0xfc]s[0xd8][0xf3][0x84][0x91]O[0x88]R[0xea][0xa3]Xg[0x5][0xe7][0x96]0[0xfd][0x9d]^U;[0xae]m[0xbd][0xe1][0x93]T[0xfa][0xfb]WH [0x4][0xf0]EmB[0xb]m[0xe7];[0xce][0xf9][0x19][0xba][0x8e][0x9c][0xe][0xd0]}[0x1]PK[0x7][0x8][0xcf]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/manipulation/NoTestsRemainException.class[0x9d][0x90][0xbd]N[0xc3]0[0x14][0x85][0xcf]m[0xf3][0x3]![0xa5][0xa5][0x85][0x5]&6`[0xc0]B[0xaa]X@,[0x5]$P[0xd4][0x1]Jv7X[0xc5]UjWN[0x82]x-&$[0x6][0x1e][0x80][0x87]B[0xdc][0xa4][0x88][0x89][0x9][0xf][0xc7]>GG[0xdf][0xb5][0xee][0xe7][0xd7][0xfb][0x7][0x80][0x13][0xec]Dh[0xa3][0x1f]b[0x10]b[0x9b][0xd0]+[0x94][0xd3]2O[0x95]+[0xb4]5[0xf]7[0x97][0x4][0xba]%tF[0xd6][0x14][0xa5]4e*[0xf3]J[0xf9]X[0x1d]"[0x4][0xe7][0xda][0xe8][0xf2][0x82][0xd0]>8L[0x9][0xde][0xc8]>*B7[0xd1]F[0x8d][0xab][0xc5]T[0xb9][0x89][0x9c][0xe6][0x9c][0xf4][0x13][0x9b]1V2[0x9c][0xfd]O[0xe8][0x95]O[0xba] [0x9c]&[0xd6][0xcd][0xc4][0xbc]b[0x90]p[0x95]1[0xca][0x89][0x85]4zY[0xe5][0xb2][0xe4]O[0x88][0xb1][0x9d][0xa8][0xa2],[0xee][0xd4]Bjs[0xf5][0x92][0xa9]e[0x1d][0x9f][0x11][0xa2]{[[0xb9]L][0xeb][0x1a][0xb6][0xf7]w[0xed]x.[0x9f]e[0x8c]uD[0x84][0xe1][0xe6][0x10][0x6]5B[0xe4][0xd2][0xcc][0xc4]o[0x8a]}[0xb4]xo[0xbc][0x3][0xec][0xc2][0x83][0xcf]w[0xc0][0xae][0x85][0x90]_T[0x8f]c[0xdd][0xe0]D4[0x1e][0xf0][0x8f][0xde]@[0xaf]M%f[\r][0x9a]p[\r][0x1d][0xd6]xU[0xc0]&[0xba][\r][0xb0][0xd7][0xb4][0xb6][0xbe][0x1]PK[0x7][0x8][0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sortable.class[0x85][0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]D[0xe7][0xd7][0xd8][0xaa] x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb1][0x1b][0x83]k[0xf7][0xae][0x4][0x17][0x5][0xf7][0xbf]%[0x94][0x84][0x98][0xc8]7[0xf1]p.<[0x80][0x87][0x12][0x9b][0x13]8[0x8b]a[0xe0]=[0xe6][0xf3]}[0xbd][0x1][0x1c][0xb0]l[0xd0]4X[0x10][0xd4]#J"[0xb4][0xbb]s[0x94]Q[0xbb][0x1c]l[0xd2][0x92]C0[0xa2]o[0x1c][0xec]={N6[0x6][0xdd]M[0x9a][0x91]c{%[0xac][0xba][0x98]e0'[0xeb][\r]a][0x0][0xf7][0xde][0xec][0x1d]?[0x99][0xb0][0xfd]Sl[0xc2][0xa6][0xf8][0xda]s[0x18][0xf5][0xa5]wfH5[0x81]P[0xa1][0x84][0x14]a[0x6]U[0x16][0xe6]SW[0xa8]PK[0x7][0x8]$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter$1.class[0x8d]RMo[0x13]1[0x10]}[0xde]l[0xb2][0xed]6[0xa1]![0x94][0xef]R[0x2][0x84][0x92][0x16][0xc4][0x12][0xae][0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "([0x80][0xa8]H[0xe1][0x10][0xd4][0xbb][0xb3][0xb5]RG[0x1b];[0xf2]z[0x11]?[0x8a][0xb][0x17][0x90]8 [0xce][0xfc]([0xc4][0xd8][0x89][0x10]jJ[0xd4][0x83]=[0xe3]y[0xf3][0xde][0xfa]y[0xe7][0xd7][0xef][0xef]?[0x0]t[0xb0][0x1d][0xa3][0x8c][0xdb][0x11][0x9a]1B[0xdc][0x89]p7[0xc2][0xbd][0x8]-[0x86][0xca][0x9e]T[0xd2][0xee]3[0x94][0xda];G[0xc]aO[0x1f][0xb][0x86][0xf5][0xbe]T[0xe2]]1[0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf3][0x81][0xf]3[0xaa]4[0xfa]:[0xe5][0xd9][0x11]7[0xd2][0x9d][0xe7][0xc5][0xd0][0x9e][0xc8][0x9c][0x1][0xc][0xd5][0x3][0xa5][0x84][0xe9]e<[0xcf][0x5]U[0xda]}mF[0xc9][0xb8] [0xe9][0xc4][0x14][0xe]J&\[0xc9]i[0x91]q+[0xb5]J[0x6][0xda]XaZ[0x9d].C[0x94][0xea][0xc9][0x94][0x1b]R{v[0x6][0xeb][0xa5][0xc8]S#[0xa7][0x8e][0xd4]][0x8e][0xee][0x1c]0[0x4][0xba][0xc3][0xb0][0xb5][0xbc][0xcf]u=ex[0xd0][0xee][0x8f][0xf9]G[0x9e]d\[0x8d][0x92][0xf7][0xc3][0xb1]Hmw[0xb1][0xe2]E?=q[0xf6][0x17]0[0x87][0xd0][0xe7]V[0x7]r[0xa4][0xb8]-[0x9c][0x83]7[0xff][0xd3],[0xac][0xcc][0x92][0x9e]7[0xca][0xad]6{[0xcb][0xaf][0xb8]O[0xda][0xf1]@[0x17]&[0x15][0xaf][0xa5]{[0xe7][0xb5][0xd9]{=vZ[0xf4]s^[0xa9]4[0xd3][0xb9]T[0xa3]CaO[0xf4]q[0x84][0xfb]UDXa[0xd8]\&[E[0x1d][0x17][0x19][0xb6][0xcf][0xf7]g[0x18][0xea][0xa7][0xbd]0l[0x9c]e[0x86][0xa1]u[0x1e]I4i[0xf2][0xca]4*[0x15][0x1a][0xc8][0x12]-[0xba]1[0x9d]V)K([0xd2][0x14][0xa1][0xbc][0xfb][\r][0xec][0xb]%[0x1]b[0xda]+[0xbe][0xd8][0xc0][0x1a][0xed][0xd5]Y[0x3][0xc5]u[0xb8]y#+s[0xf2]s[0x8a]N.(}>[0xc5][0xbc][0xe4][0x99][0xcd][0x19]:g[0xba][0xac]A[0x8][0xf3][0xd9][0x6]eA[0xfd][0x5][0xa9]][0x9e][0xab][0xbd][0xa5]n[0xd7]_[0xdb]}[0xf8][0x13][0xc1]#Z_[0xb1] [0xdc][0xf8]G[0xb8][0xf6]W[0xb8][0x86]+[0xb8][0xea][0xf1][0x1a][0xae]Q[0x16][0x90][0xdf][0xeb][0x9e]y[0x3]7}[0xdc][0xc4]-[0x8a]![0xb6]h[0xbf]@+[0xa6][0xee][0xd0]sW[0xfe][0x0]PK[0x7][0x8][0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runner/manipulation/Sorter.class[0x95]T[S[0xd3]P[0x10][0xfe]NZH[0x9b][0xa6][0xdc],[0x8][0x8a][0xdc]Dh[0xd3]J[0x0][0x15]/T[0x90][0xc1]qD+>[0xa0][0x8c][0xbc]8[0x13]j[0x6][0xc3][0x84][0xa4][0x93]&[0x8e][0xfc][0x14][0xff][0x83]/[0x8c][0x17][0x6][0x99]q[0xf4][0xd5][0x1f][0xe5][0xb8][0x9b][0x86][0xe][0x97][0x88][0xf5]![0xe7]lv7[0xdf][0xf7][0xed][0x9e][0xcd][0xf9][0xf5][0xfb][0xdb]w[0x0]3XR[0x90][0xc5]t[0x1a])[0xcc][0xc8][0x98][0xcd] [0x81][0x1b][0x19]t[0xe0][0xa6][0x8c][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "9[0xe7]d[0xdc][0x96]qGA[0x1a][0xd3][0xfc]>[0xcf][0x99]e[0x19][0xf7]e,[0x8]$W_V*[0x2][0x13][0x15][0xd7][0xdb][0xd2][0xb7][0x3][0xc7][0xf2]u/p[0x1c][0xd3][0xd3]w[0xc][0xc7][0xaa][0x5][0xb6][0xe1][[0xae][0xa3][0xaf][0xb9][0x9e]oz[0xf3][0x2]J[0xd5][0xdd][0xa9][0x19][0x9e][0xe1][0xbb][0x9e]@_e[0xdb]xg[0xe8][0x81]o[0xd9][0xfa]r[0xd3]OY[0xe9]5k[0xcb]1[0xfc][0xc0]3[0x5][0xe6]b[0x93][0xca]g[0x9][0x1f][0x9a][0xf5][0xaa]g[0xd5][0x98]o~[0x81]@[0xda][0xcb][0x16]EI[0xe3]@>[0x9e][0xa7][0xb0]N[0xfa][0x97][0xdd]7D[0xd2]Y[0xb1][0x1c]s5[0xd8][0xd9]4[0xbd][0x17][0xc6][0xa6]M[0x9e][0x9e][0x8a][5[0xec]u[0xc3][0xb3][0xf8]=r&[0xfd][0xb7]V[0x9d]u[0x9f][0x88][0xed][0xd6][0x8e][0xe2]w[0xe3][0x99][0xfe])[0x96][0x95][0xb4][0x19][0xb5][0x9a][0xbd]+[0xd0][0x1b]a[0xd8][0x86][0xb3][0xa5]?[0xdf][0xdc]6[0xab]~[0x18]O[0xd5][0xa9][0x87][\r][0x9a]|[0xb][0xdd][0xe6]Ln[0x82][0x1b]"p=gP[0x5][0xe4][0xc6]i[0x10][0xe4]b[0xc][0xe6]q[0x8d][0xe7]G[0xb]+[0x2][0x92];#0t~[0x1e]g[0xcd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xc6][0x94][0x18]S4[0x83][0xbe][0x9f][0xe6][0x85][0x90]S[0xe5][0xaa][0x1d][0x9d]g"[0xcf][0xfd]x[0xfc]7[0x8c][0xff][0x9f][0x14]e[0xcd][\r][0xbc][0xaa][0xf9][0xc8][0xe2][0xe6]f[0x1a][0xb3]:[0xc5]X*zQR[0xd1][0x8d][0x1e][0x1a][0xf1][0xd6]z[0xae]b[0x11][0xf]T\E^`[0xf0][0x94]}d>A[0xe5][0xd6][0x88]c[0xe8][0xdd][0x84][0xdb]h[0xef]u*[0x81]w[0x1d][0xf7][0xc2][0xd6][0xd3][0xad][0x1d]b[0xa4][0xfe][0x0]PK[0x7][0x8][0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runner/notification/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runner/notification/Failure.class[0x8d]UkS[0xd3]@[0x14]=[0xdb]RRBJ[0xa1][0xa0][0x82]"[0xf][0x15]i[0xb]R[0x15][0x4][0x5]D[0x14]D[0xc0][0x82]([0xf][0x87][0x8f]KY[0xca]bI:I*[0xea][0xaf][0xd2][0x19])32[0xe3][0xf][0xf0]G9[0xde]Mc[0x9][0xa5][0x83][0xf6][0xc3]f[0xf7][0xee]=[0xe7]>[0xce]M[0xfa][0xeb][0xf7][0x8f][0x9f][0x0][0x1e]`CG[0x7]&[0x9a][0xd0][0x8e][0xc7]jy[0xa2]c[0x12]S[0x1a][0xa6]uD0[0xa1][0x93][0xe5][0xa9][0xda][0xcd]D[0xf1]L[0xc7],[0x9e][0xab][0xc3][0xb][\r]s:[0xc]Lh[0x98][0xd7][0xd1][0x82][0x97][0xca]mA][0xbf]Rf[0xba]^[0xd4][0xb0][0xa4]a[0x99][0xa1][0xd5][0x11][0xb6][0xe4][0x85]-a;[0xd2]27[0x97][0xe6][0x19][0x18][0x99]cs[0x96][0xe9][0xb8][0xdc]t[0xb7]x[0xa1]$"[0xa8][0xfc][0x18][0x83][0xb1]7/[0x9c][0x9c]-[0x8b].[0xb9]3[0xf4]d-;[0x9f]9([0x99][0xd2][0xcd][0xd8]%[0xd3][0x14]v&p?E[0xfc]{[0x1b][0xfb][0xb6]ud[0xbe][0xfc][0x94][0x13]>[0xe6]J[0xf6][0x80][0xe4][0x99][0x2]7[0xf3][0x19][0xef][0x92][0xef][0x14][0x4][0xb9]6NK[0xa2][0x99]a[0x18]O^[0xce]Z[0x17][0x9f][0xda]bh[0x98][0xb3]v[0x5]C<+M[0xb1]Z:[0xdc][0x11][0xf6][0x86][0xba]cHd[0xad][0x1c][0x15][0xc9][0xa9]T:[0xfb][0xc6][0x6]w_:[0xc][0x83][0x17][0x83][0x99][0x96]+[0xf7]d[0x8e][0xab]h[0x99][0x5].[0xb]%[%[0xd8][0xbc][0x1b],=[0xee][0xd6][0x16][0x16][0xcb][0xb]wC8[0xee][0xa2][0xe0][0xbb][0xc2]f[0xe8]H[0xa6][0x2][0xa9][0xae][0xbb][0xb6]4[0xf3]D[0xd3]Bn[0xe7][0x9a][0xd8]G~[0xff]h[0xa3]A[0x98]@[0xa4]k[0xe7][0x98][0x83]M[0x8c][0xba]V%[0x10]mU:6[0xcf]Q[0xa9][0x86][0xe3][0xd9][0xde][0xdb][0xd2]U[0x89]][0xad][0x80][0xa5][0xe5]'U[0xb1]+[0x9][0x8e]|[0x8f]+U[0x8f]5rp[0xab][0xe]:q[0xae][0x8][0xc7][0xe1]yb[0xd5][0xd7][0xad][0x92][0x9d][0x13][0xb]Ru[0xd3][0xf0][0xfb]4[0xa2][0x80][0x6]z[0xf1][0xda][0xc0]M[0xf4][0x18][0xb8][0x81]n[\r]Y[0x3]+HQ[0xe2][0xb5][0xfd]xQ[0x92][0x5]j[0x96][0x81]$R[0x6]V[0xf1][0x86]!4[0xd9][0xa7]a[0xcd][0xc0][0x98][0xb2][0x8c](TG[0xbd]t[0x19][0xda][0xeb][0xe4][0xa8]"[0xbf]50[0x8c]{[0x6][0xde]a[0x9d]a[0xe0][0xbf][0xd4][0xa5]A=[0xcb][0xec][0xcd][0xce][0x81][0xc8][0xb9][0xc1][0xb0][0xde];"[0xbf]T[0xe6]&[0x9c]T[0xb3][0xd6]}[0x99]b[0xbe][0xc8][0xd2])[0x16][0xf8][0xe7]U~H[0xa8]F^,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "s[0x97][0xe1]^[0xf2][0xe2]P\[0x9c][0x13][0xbf]/S[0xab][0xea][0xa5]?VG[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xb9][0xd7]f[0xbd]YW[0x88]G[0x9e][0xd7][0xf8][0x1f]PK[0x7][0x8]\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/RunListener$ThreadSafe.class[0x8d][0x90]MK[0x3]1[0x10][0x86][0xdf][0xf4][0xc3][0xb5]k[0xd5][0xfa][0x9][0x1e][0xa4]*R[0xf0][0xe2]"x[0xf3]$Z[0xa1]P[0xb5][0xb4][0xab] [0x9e][0xd2][0xed][0xb4]fI[0xb3][0xb2][0x9b]-[0xf4][0xaf]y[0xf0][0x7][0xf8][0xa3][0xc4][0x9][0x88][0xf5][0xb0][0xa0][0x81]d2y[0x9f][0x99][0xbc][0xcc][0xc7][0xe7][0xdb];[0x80]3[0xec]zhx[0xd8][0xf2][0xb0]-[0xe0][0xf][0x92]<[0x8d][0xe8]Fi[0x12]h[0xf4]s[0xd3]U[0x99]%C[0xe9]i,gR`[0x8f][0x9f][0xac][0x9a][0xd2][0xa3][0xca][0xd4]P[0xd3][0xa5]1[0x89][0x95]V%&[0x13]8[0xec]:&[0xd0][0xd2]L[0x2][0xf9]#[0x4][0xd7]I[0x94]O[0xc9]X[0x1a]][0x8][0xec][0x17]3[0xa1]L'dY[0xaf][0xce][0xa4][0xce][0xf9][0xeb][0xa3]b[0xae][0xad][0xc9][0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe7][0xaf][0xc4]p%|[0xea][0xb5][0x5][0xe][0x8a][0xd9]>[0xb1]qwc[0xb2][0xf5][0x7][0xd2]K[0xb4][0x8a][0xe6][0xc]z[0xfd][0x87][0xbb][0xb0]s[0xdb][0xf6][0xb0]#p[0x9e][0xa4][0x93] [0xce][0x8d][0xb2]A[0x9a][0x1b][0x1e]B[0xc0][0x95]j[0xac][0xa2][0xef][0xea][0xc5]t[0x8e][0xc3][0x97][0x94][0xe4]h [0xc7][0xec][0xdd][0xff][0x9d][0xd4];[0xae][0xf0]J[0xcb],#[0x9e]Qc[0xe1][0xe3]~[0x18]Sd[0x5][0x9a][0x85][0xd6][0x16][0x93][0x15]8[0xf9][0xb7][0x8f][0x96][0x80]@[0x89]w[0x19]n[0x95]Q[0xe1][0xb3][0x84]*[0x96]869[0xf7]8.[0xb3]^{[0x86] [0xf8]XA[0xdd]e[0x84]U[0xac]a[0x93]E[0x1f][0xae][0xc5]:6Z[0xb5]/PK[0x7][0x8][0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunListener.class[0x8d]T[0xdb]n[0x13]1[0x10]=N[0xd3]l[0xbb][\r][0xf4]^([0x94]B[0xda][0xd2][0x1b][0x12]+Dy* [0xa1]B[0xa4]J[0x11][0x95][0x9a][0xaa]}v6N[0xe2]h[0xbb][0x8b]lo[0x85][0xc4][0x1f][0xf0]7&[0xb0][0xe1]a[0xd3][0xc3][0x96][0x87][0xa7][0xc][0xfe]YG[0x9][0xde][0xac][0xf3][0x96]`([0x1f][0xc7][0xb1]PG[0x11][0xd7]Zh[0x86][0xd2]k[0x19]K[0xf3][0x96]abw[0xef][0x9c][0xa1]x[0x94]4)i[0xb6]&c[0xf1]1[0xbd]l[0x8]u[0xc6][0x1b][0x11][0xed],[0xd4][0x92][0x90]G[0xe7]\I[0x1b][0xf7]6[0x8b][0xa6]#[0x89][0xe3]Y-Q[0xed][0xa0][0x9b][0x12]Q[0xa0]RK[0x1f][0xc4][0x89][0x91]-[0x19]r#[0x93]88M[0xe3][0x9a][0xd4]F[0xd0][0xc1]![0xc3]]#[0xb4][0xa1][0xad][0xba][0xe1][0xca][0x88]&Ce[0xf7][0xfc]{[0xa1]C%?Y[0xf8][0xa1][0xad]k[0xa6]9[0xd8]`X[0x1f][0xf][0xa0][0x8e]?|[0xe][0x85][0xb][0xb4][0x87]m[0xea][0xa7][0xa7]Y[0xa5]fu[0xc7][0x8a][0xae][0xdd]"z*t[0x1a][0x19][0xa7]WR[0xce]gX[0x1d][0x99]FEY[0xd6]~[0x1b]e[0x1b][\r][0x4][0xdc]a[0x95][0xcb](UtS[0xfb][0xb7][0xc8][0xfd]sG[0xbd]L'[0xee][0xb5][0xfe][0xc2]vr[0xa2][0x18][0x96][0xad][0xdc];[0xad][0xd3]K[0xd7]v_[0xd8][0x95]q[0xdc][0x8e][0x13]e[0x8b][0xf2][0xeb]I[0xaa]BQ[0x95]vzsCsy[0xde][0xe5]W[0xbc][0xc][0xf]S[0xc]{[0xb9][0xa7]I[0x1c][0x16][0x17]D[0x1e][0x8a]t[0x9f][0x1f][0xc6][0x84][0xb4]zI[0xc8][0xe3][0x3][0x9e]J=[0x1f][0x83][0x86][0xd6][0xcd][0x0][0x6][0xe7][0xbd]f[0xda][0x8c]y[0x96][0x9]B6[0xaa][0xeb]i?[0xa7][0x93][0xd8][[0x9f]C[0xf1]I/e[0x16][0x9e]0[0xcc][0x95][0xde]'=[0x99][0xe5][0x82][0x82][0x19][0xba][0x15]Nx[0xee]=:[0x88][0xe0]aT)[0xa1][0x93]0[0x92][0xb1][0x97][0x14]i([0xb6][0xa5]>[0x9c]{Ad[0xf7][0x88][0x1f]sJ[0xcb][0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe3]$[0x93]j[0xf8]A[0xe4]Q[0xd2][0xb7][0xb0][0xe6][0xa0][0x3][0xcf]A[0x3][0xb6][0x3][0xb][0xd7][0x1c][0xcc][0xc2][0xb7][0xb0][0xee]`[0x3][0x1e]m[0x85]40[0xbc][0xa8][0xee][0xbd][0xc7][0x7][0xe2]|B[0xd9][0xbf]<[0x9d][0xd7]j[0x83][0x98][0xab]a0[0xc9]+C[0xa7]2;1[0xc]d*[0xf6]E[0x96][0x13][0xba]ME[0x96]E[0xa2][0xcf][0xb0][0xf4][0x97]K[0xb8]P;U[0xee]hR[0x85]:[0xe0][0xff][0x8a][0xa6][0x5][0xd0][0xcc]/[0xab][0xc1]2[0xbd]9[0x93][0xde]`[0xcd]uu[0xe2][0x1][0xb2]t[0xb][0x1a][0xa1]6[0xb][0x87][0xec]u[0x1a][0xbd]$['[0xeb]z[0xfe][0x19][0x98][0xb7]~[0x86][0x9a][0xe7]C[0xfd][0xb4][0xf4][0x9c][0xa3][0xde][0xa4][0xfa][0x5][0x6]hR[0xef][0x94]c[0x97][0xfe]y[0xb2]7[0xa8][0x19][0x84][0xdc][0xa4]~[0x1][0xb7][0xc6][0x8c]o[0xc9][0xea]=[0x1a][0xbe][0xf7][0x5][0xb5][0xaf]0[0xa6]Tv[0xb9]0$9QI[0xb7]0r[0x1c][0xd3][0xe9][0xd1]m,[0x12][0xe1][0x94][0xb8][0x8e];e[0xf4]],[0x95][0xd8]=[0xdc]G[0x8b]F-[0xc2]f0[0xfa]LB[0x1f][0x1b][0xb5][0xdf]PK[0x7][0x8][0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$3.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]6qLk[0xa5]P[0xee][0xa5][0x85][0xd0]6v[0x1b][0x83][0x90]x[0x0][0x84][0x84]J[0x91][0x90]L[0x1f]H[0xd5][0xf7][0xad][0xb3]I[0xb6]26Z[0xdb]U[0xcb]_!Q[0x90]x[0xe0][0x3][0xf8]([0xc4][0xac][0x93][0xc6][0xdc][0x4][0xae][0xad][0x9d][0xdb][0xce][0xcc][0x9e][0x99][0x9d][0xfd][0xf6][0xfd][0xcb]W[0x0][0xf][0xd0]kb[0xe][0xb7]5Y[0xb1]``[0xd5][0xc2][0x1d][0xdc]5[0xd1]1q[0x8f]a[0xe1][0x88]G[0x9d][0x81]HC%[0xdf]e2[0x89][0x19][0x96][0x83]D[0x8d][0xfc][0xc3]<[0x96][0x99][0xaf][0xf2]8[0x16][0xca]Q[0xee]?a0[0xb2][0xb1]L;[0xf7][0x19][0xbc]?=[0xe3]$[0x93]C[0x19]r[0xed][0xea][0xbf][0xc9][0xe3][0xdd]B[0x17]J[0x87]=[0x95][0xe4][0xf8][0x8c]![0xd8]8G[0xdc][0xbf][0xc1]t[0xf7][0x19][0x1a][0xdb][0xc9]@P![0x81][0x8c][0xc5]n[0xfe][0xf6]@[0xa8]=~[0x10][0x91][0xa5][0x1d]$![0x8f][0xf6][0xb9][0x92]Z[0x9f][0x1a][0x1b][0x1a]<[0x3][0x18][0xec]W:[0xdd]v[0xc4][0xd3]T[0x90]e[0xab]:[0xa8][0xce]C*[0xc7][0xda]9[0xe]E[0x81]"5[0xb1][0xce]0_x[0x9f][0x4]2[0xcd][0x4][0x5]3[0xf4]*[0x94]y[0xe6]=)D[0xf0]p\[0xa9][0xab][0xb3]0[0x82][0xd1]Or[0x15][0x8a][0x97]R[0x17][0xe7][0xfc][0x4][0xb2]w[0xc8][0x8f]8[0xb5]e'[0xe][0xa3]$[0x95][0xf1][0xe8][0xb5][0xc8][0xc6][0xc9][0xc0][0xc4][0x86][0x8d].\[0x1b]MX6L\[0xb0][0xd1][0x82]gb[0xd3][0xc6][0x16]\:[0xfe][0x1c]m`xT[0xdd][0xbb][0xcf][0x87][0xe2]L[0xa1][0xee][0xff][0xaa].j[0xb4]~[0xc4][0xe3][0x91]?[0xeb]+C[0xb7]rv*t([0x95][0xd8][0x13]i[0xd6][0xcf][0xb8][0xca][0xc4][0x80]a[0xf5]/[0x17][0xf0][0xfb][0xf0]T[0xb9][0xa4][0xd9],[0xea][0x80][0xff]C*'[0xa0][0x95][0x95]p[0xb0]B[0xef][0xcf][0xa0][0xf7]Xs[0x1c][0xdd]u[0x80]8][0x81][0xb6][0xd0]j[0xc1]&~[0x91][0xa4][0xc7][0xc4][0xeb][0xc4][0x1d][0xd7];[0x5]s7OQs[0xbd][0xcf][0xa8](<[0xe7][0x89][0x1a]4[0xbc][0xc0]1[0x16][0x88][0xda][0x85][0xec][0xd0][0xbf]H[0xfc][0x12][0xad][0x6]Y.[0x13]][0xc2][0x95]i[0xc6][0xe7][0xc4][0xf5][0x19]M[0xcf][0xfd][0x88][0xda]'4[0xca]TV[0xb1]qBp[0xde][0x17][0xe9][0x96]&[0x8e][0xd3]tZ[0xba][0x8a]k[0x94][0xb0]L\[0xc7][0xf5]"[0xfa][0x6]n[0x16][0xb6][XF[0x9b][0xa4]6[0xd9][0xe6]0[0xf9][0xc][0xb2][0xae]5j?[0x0]PK[0x7][0x8]0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$4.class[0xa5]T[O[0x13]A[0x14][0xfe]f[Xh[0xd7]R.[0xe2][0x5][0xef][0x94][0xd2]n)[0xb][0x8a]x[0x1][0xea][0x5][0xa9][0x92][0x94][0x9a][0x8][0xc1][0xc4][0xb7][0xa5]L[0xe9][0x90]u[0x97][0xec]n[0x9][0xfc][0x7]5[0xbe][0xfa][0xb]|&[0x11][\r]>[0x18][0x9f][0xfd]%[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xcc]B[0xcb]E[0x93].[0xb1]Ig[0xe6][0x9c]=[0xf3][0x9d][0xef]|sf~[0xfc][0xfa][0xfa][\r][0xc0]8[0x9e]u[0xa2][0x13][0xba][0x1c]r1[0xc4]0[0x12]G[0x1e][0xa3]q[0x18][0x18][0x93][0xc3][0xb8][0x8a][0x9b]1[0xdc][0xc2][0x84][0x8a][0xdb]*&[0x19][0xb4]M[0xd3]JUMa[0xd5]][0xee]1$K[0xeb][0xe6][0xa6]i[0xd4]}a[0x19]%[0xe1][0xf9]S[0xc][0xed]~Mx[0xa9]1[0x86]\[0xc9]q[0xd7][0x8c][0xf5][0xba]-|[0xc3][0xad][0xdb]6w[\r][0xdb][0xf1]EUTL_8[0xb6][0xf1][0xa2]n[0x97][0x3][0x9b][0xbb]r[0xdb][0xb4][0xa0][0xc0][0x2]C9s[0x8a]}'[0xd3][0x9f][0xb4][0xb3][0xcb][0xc][0xd1]Yg[0x95]3t[0x95][0x84][0xcd][0xcb][0xf5][0xd7]+[0xdc]]2W,[0xf2][0xf4][0x94][0x9c][0x8a]i-[0x9b][0xae][0x90][0xf6][0x81]3*[0xe9]3[0x80]J[0x9d][0x97][0xb9]g-[0xd3][0xf3]d[0xa9][0xf9][0xf0][0xb4]R[0x13]T[0x90][0xb2]E[0x1a][0xf4][0x1f]O[0xb1][0xbd][0xd1]H3s[0x82][0xe9]tkt[0x19][0xc6][0xe9][0xc3]T[0x81][0xd0]cs[[0x15][0xbe]!?y*[0xee]2$[0x82][0xe8][0xed]F[0xc][0xc3]h[0x8][0x19][0x9b][0x88][0x81]L[0xdc][0xac][0xd4][0x18][0x86][l+[0xee][0x9f][0xbd],P[0xa4][0x18][0xfa][0x8e][0xd4]1[0xef]s[0xd7][0xf4][0x1d]y[0x9a][0x1d]V[0x93]H[0x88]6h[0xf2][0xa0][0xba][0x16][0x9d][0xba][[0xe1]E!EJ[0x1e][0xd1]tT[0xe6][0xa1]S[0x9c][0xb3]+[0x96][0xe3][0x9]{m[0x81][0xfb]5gU[0xc5]=[\r][0xf7]1[0xa5][0xe1][0xc][0x12][0x1a][0xe2][0xd0]4taZ[0xc5][0x8c][0x86][0x2][0x1e][0xa8]x[0xa8][0xe1][0x11][0x1e]k[0x98][0xc5][0x13][0x86][0xa1]P[0xb5][0xa9][0x98][0xd3]P[0xc4]S[0xe2]~[0x8a]#g[0x98][0xc][0x1f][0xbd]hVy[0xc3][0xa0]N;n[0xf6][0x6][0x92]Z[0xa6][0xbd]f4O[0x99]![0x1b][0x1a][0x9d][0x84][0xab][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]/q[0xcf]/6o[0xea]`&[0xcc]])[0xfc][0xcf][0xe5][0x93][0x0][0x89][0xe3]>[0xea][0x4]q[0xd0][0x15]t[0x19]2[0xd9]wK[0xcf][0xdf]^[0x6][0xb5]fze[0xbe]E[0x10][0x91]L[0xf6][0x15][0xf5][0xa7][0x1d][0x18]}[\r][0x90]@[0x9f][0xe7]+[0xeb][0xbc]"_[0x9d][0xd6][0xea][0x1c]^[0x8d][0xb8][0xa8][0xc][0x83][0xde][0xaa][0xe4]F[0xc7]g[0x97]q[0x8d][0x9e][0xc9][0x18]=[0x9b]J2)[[\r][0xa0][0x99][0xfa]Nz[0xe8][0xdf][0x85]$[0xcd][0xdd][0xb4]z[0x89][0x8][0xa2]4w[0xeb][0xb9]]0=[0xbf][0xb]E[0xcf][0x8d]|Ad[0x87][0x9c][0x11][0xf4][0xd0][0xd8]N/[0xc][0xf0][0x6][0xbd]4[0xf6][0x7][0xdb][0xbb][0xd1][0x87]s@[0xb0]:O[0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ".[0xd0]Z[0xb][0xe2][0xa4][0xe7]"y[0x6]h[0x1d]%[0xcf]%[0x1a]/[0xe3][0xca]A[0xba]M[0x9a]e[0xba][0xb4][0xfe][0x9][0xca][0x1e][0xa2][0xc][0xb]#{hc[0xf8][0x80][0xb3][0xb4]hg[0xf8][0xe][0xb5][0x9c][0xcb]F[0xc7][0xc7][0xdf]?w[0x2][0xba][0x92]C[0x82][0xb8][0x0]o[0x9][0xe9][0x1d][0x86][0xf0]>[0xe0][0xa2][0x7][0xc8]m[0xb8]J[0xc5]F[0xa8][0xd8][0x1]\[0xc7][0x8d][0x80]_[0xba][0xc9]/[0x8d]A[0xa4][0x88][0xc5]![0x9b][0x8][0xed][0x97][0xa8]i[0xc][0x7][0xbe][0xc][0xb2]T[0x15]([0x8b]B[0x92][0xed][0xff]b[0xe4][0xbd][0x13]U[0xfe][0x0]PK[0x7][0x8][0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$5.class[0x95]S]O[0xd4]@[0x14]=[0xb3][0x94][0xd6][0xed]Vh[0x16]A[0xfc]F][0x85]ma[0xab][0xf][0xfa][0xa0][0xc6][0x84][0x10]HLV[0x1e][0x0]y[0x1f][0xba][0xb3][0xbb]C[0xca][0xd4][0xf4][0x83][0xe8][0xaf]Q[0x82][0x89]h[0xe2][0x83]?[0xc0][0x1f]e[0xbc]3[0xb][0xb][0xc6][0x87]-m:3[0xf7][0xce][0xb9][0xa7][0xe7][0xde][0xb9][0xf3][0xfb][0xcf][0xcf]_[0x0][0x9e][0xa2]S[0xc7]4[0xee][0xe9]a[0xc9][0x85][0x8d][0xfb].[0x1e][0xe0][0xa1][0x83][0x96][0x83]G[0xc][0x8d]c[0x9e][0xb4][0xfa]\&e&[0x18][0x96][0xbb]i6[0x88][0xe]K%[0x8b](+[0x95][0x12]Y[0xa4][0xd2]B[0xf6]e[0xcc][0xb][0x99][0xaa]hk[0x4]|[0xc9]`[0x17]C[0x99][0xb7][0x9e]0[0x84][0x13]BvJ[0xb5]ml[0x91][0xe9][0xb0]W[0x92][0x80][0xaf][0x19][0xde][0xad]\"[0xae][0xa2][0xaa][0xf6]>[0x83][0xb5][0x91][0xf6]([0x91][0xd9][0xae]Tb[0xbb]<:[0x10][0xd9][0x1e]?H[0xc8][0xd3][0xec][0xa6]1O[0xf6]y&[0xb5]}[0xea][0xb4]t[0x16][0xc]`[0xf0][0xde]h[0xde][0x8d][0x84][0xe7][0xb9] [0xcf]Zuu[0xad]g[0x94][0xd7][0x8c][0xd9][0xfd][0xd8][0x95]y![0x8][0xcc][0xd0][0xa9][0x90][0xdf][0x19]z$\[0xf0]xX[0xa9][0x9c][0xe3]0[0x6]w[0xf3]C,[0xde][0xeb][0x8d][0xdc][0xc1]2[0xd9][0xbb]i[0x99][0xc5]bK[0xea][0xe4][0xfc][0xb]";[0x87][0xfc][0x98]SY6U[0x9c][0xa4][0xb9]T[0x83][0xb7][0xa2][0x18][0xa6]=[0x7]+[0x1e][0xda][0x8]<[0xd4][0xe1]zpp[0xc5]C[0x3][0xa1][0x83]U[0xf]k[0x8]H[0xce]%[0xca][0xc0][0xf0][0xbc]:z[0x97][0xf7][0xc5][0x99]A[0xd5][0xff][0xd7][0x9c][0xd3]j[0xa3][0x84][0xab]A4N[0x90][0xa1]][0x99][0x9d]a[0xb1]/3[0xb1]'[0xf2]b=[0xcf][0xcb]#C[0xa0][0xbb]D[0xf4][0x18][0x82]I's[0xb1][0x9d][0xaa][0x1c][0xe3][0xb8]Mu[0xc0]d[0x91][0xe7]=2_[0xfc]'[0x90][0xfe][0x8b]%[0xba][0xa9]6[0xdd][0xdc][0x9a][0xef][0xeb][0x13][0x1]h[0xa6][0xe3][0xd1][0x1e][0xfa][0x1a][0xf0][0xa8]][0xaf][0xd2][0xea][0x5][0xd9]S4[0xfb]Ax[0x2][0x16][0xac][0x9e][0xa0][0x16][0x84]?0[0xf5][0xd5] gh[0xb4][0x9][0x9]|[0xc2],[0x8d][0x9e]Y[0xfb][0xf4][0xce][0xd1]l[0xe1][0x1a][0xe6][0x9][0xa5]y[0xd6]i[0xd6][0xcc][0xf5]0[0xf8][0x86][0xda]wX[0xe7][0x4][0xae][0xd9][0xf8]L"[0xbe][0x18][0x92][0x85][0x11][0xf0][0x94]D[0xaf][0x16]p[0x9d][0x88][0x17][\r]%[0xc3][\r][0x12]t[0xd3]D[0xdf][0xc2]m[0xe3][0xbb][0x83][0xbb]h[0xd2][0xaa]I[0xbe]i[0x8c][0x1e][0x9b][0xbc][0x8f][0xad][0xda]_PK[0x7][0x8]O[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$6.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xb8]1qLk[0xa5]P[0xee][0xa5][0x85]@[0x1b][0xbb][0x8d][0xe1][0xa5][0xf][0x80][0x90]P)R%[0xd3][0x87][0xb6][0xea][0xfb][0xd6][0xd9]$[[0xb9]k[0xe4]K[0x5][0x1f][0x5][0x8][0x89][0x82][0xc4][0x3][0x1f][0xc0]G!f[0x9d]4[0xe6]&pm[0xed][0xdc]vf[0xf6][0xcc][0xec][0xec][0xb7][0xef]_[0xbe][0x2]x[0x88]^[0x13]3[0xb8][0xad][0xc9][0x92][0x85][0x6][0x96]-[0xdc][0xc1]][0x13][0x1d][0x13][0xf7][0x18][0xe6]Nx[0xd4][0xe9][0x8b]4L[0xe4][0xab]L[0xc6][0x8a]a1[0x88][0x93][0xa1][0x94]+[0x99][0xf9]I[0xae][0x94]H[0xfc][0xe7][0xe5][0xfe]c[0x86]F6[0x92]i[0xe7][0x1][0x83][0xf7][0xa7][0xa7][0x8a]39[0x90]![0xd7][0xae][0xfe]n[0xae]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "]$:[0xec][0x89]$[0xc7][0xa7][0xc][0xc1][0xea]9[0xe2][0xfe][\r][0xa6]{[0xc0]`l[0xc6]}A[0x85][0x4]R[0x89][0x9d][0xfc][0xf8]P$[0xfb][0xfc]0"K;[0x88]C[0x1e][0x1d][0xf0]Dj}b44x[0x6]0[0xd8][0xdb]:[0xdd]f[0xc4][0xd3]T[0x90]e[0xbd]:[0xa8][0xce][0x6][0x95]cm[0xbd][0xe]E[0x81]"5[0xb1][0xc2]0[x[0xbf][0x9]d[0x9a][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xe8]U([0xf3][0xcc]{\[0x88][0xe0][0xe1][0xa8]RW[0xa7]a[0x4]c/[0xce][0x93]P[0xbc][0x90][0xba]8[0xe7]'[0x90][0xbd]#~[0xc2][0xa9]-[*[0x8c][0xe2]T[0xaa][0xe1]K[0x91][0x8d][0xe2][0xbe][0x89]U[0x1b]][0xb8]6[0x9a][0xb0]l[0x98][0xb8]`[0xa3][0x5][0xcf][0xc4][0x9a][0x8d]u[0xb8]t[0xfc]9[0xda][0xc0][0xb0]Q[0xdd]{[0x8f][0xf][0xc4][0x99]B[0xdd][0xff]U[0x9d][0xd7]h[0xfd][0x88][0xab][0xa1]?[0xed]+C[0xb7]rv*t [0x13][0xb1]/[0xd2]l{[0xa8][0xe2]D[0xf4][0x19][0x96][0xff]r[0x1][0xbf][0xf]O[0x95]K[0x9a][0xce][0xa2][0xe][0xf8]?[0xa4]r[0x2]ZY[0x9][0x7]K[0xf4][0xfe][0x1a][0xf4][0x1e]k[0x8e][0xa3][0xbb][0xe][0x10][0xa7]+[0xd0][0x16]Z-[0xd8][0xc4]/[0x92][0xf4][0x88]x[0x9d][0xb8][0xe3]z[0xa7]`[0xee][0xda])j[0xae][0xf7][0x19][0xf5][0xf][0x85][0xe7],[0xd1][0x6][\r]/[0xf0][0x16]sD[0xed]Bv[0xe8][0x9f]'~[0x89][0x96]A[0x96][0xcb]D[0x17]pe[0x92][0xf1][0x19]q}F[0xd3]s?[0xa2][0xf6][0x9]F[0x99][0xca]*6[0xde][0x11][0x9c][0xf7]E[0xba][0x85][0xb1][0xe3]$[0x9d][0x96][0xae][0xe2][0x1a]%,[0x13][0xd7]q[0xbd][0x88][0xbe][0x81][0x9b][0x85][0xed][0x16][0x16][0xd1]&[0xa9]M[0xb6][0x19][0x8c][0xbf][0x6]Y[0xef][0x1b][0xb5][0x1f]PK[0x7][0x8][0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$7.class[0x95]S[O[0xd4]@[0x14][0xfe]f[0xb7][0xb4]l[0xa9][0xd0],[0x88]w[0x4]][0x95]ma[0xab]/[0x9a][0xa8]11[0x8][0x89]I[0xe5]A[0x8][0xef]CwvwH[0x99][0x92]^[0x88][0xfe],[0x13][0xd1][0xc4]D|[0xf7]G[0x19][0xcf]t[0x97]][0xbc]DK[0x9b]9[0xb7]9[0xe7][0xcc]w[0xce][0x9c][0xf9][0xfe][0xe3][0xcb])[0x80]G[0xe8]40[0x85][0xdb][0x9a],[0xdb]0[0xb1]b[0xe3][0xe][0xee]ZhY[0xb8][0xc7]0w[0xcc][0xe3]VWdQ*[0x8f]r[0x99]([0x86][0xa5]0I[0xfb][0xc1]A[0xa1]d[0x1e][0xa4][0x85]R"[\r]^M[0xf6][0x9f]1[0x98][0xf9]@f[0xad][0x87][0xc][0xfe][0x9f][0x9e]*[0xc9]eOF\[0xbb][0x6]o[0xb][0xb5]][0xea]"[0xd5]a[0xcf]%9[0xbe]`[0x8]W/[0x10][0xf7]o0[0xed]=[0x6]c#[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*$[0x94]Jl[0x17][0x87][0xfb]"[0xdd][0xe5][0xfb]1Y[0x9a]a[0x12][0xf1]x[0x8f][0xa7]R[0xeb]#[0xa3][0xa1][0xc1]3[0x80][0xc1]y[0xad][0xd3]m[0xc4]<[0xcb][0x4]Y[0xd6][0xab][0x83]j=[0xa1]r[0xec][0xcd]w[0x91](Qd[0x16][0x1e]0[0xcc][0x96][0xde][0xef]C[0x99][0xe5][0x82][0x82][0x19]:[0x15][0xca]<[0xf3][0x1e][0x16]"x4[0xa8][0xd4][0xd5]q[0x18][0xc1][0xd8]I[0x8a]4[0x12][R[0x17][0xe7][0x9e][0x3][0xd9]9[0xe0][0xc7][0x9c][0xda][0xb2][0xa9][0xa2]8[0xc9][0xa4][0xea][0xbf][0x11][0xf9] [0xe9]ZXu[0xd0][0x86][0xe7][0xa0][0x1][0xdb][0x81][0x85]i[0x7]3[0xf0]-[0xac]9X[0x87]G[0xc7]_[0xa0][\r][0xc][0x8f][0xab]{[0xef][0xf0][0x9e]8S[0xa8][0xfb][0xbf][0xaa][0xf3][0x1a]m[0x10]s[0xd5][0xf][0xc6]}ehW[0xce]N[0xb5][0xf7]d*vE[0x96]o[0xd1][0x98]e[0x3][0xd1]e" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xf9][0xcb][\r][0xfc]>=Uni<[0x8c]:[0xe0][0xff][0x98]&#[0xe0][0xe4][0xe7][0xf0]`[0x99]^[0xa0]I/[0xb2][0xe6][0xba][0xba][0xef][0x0]q[0xba][0x4]m[0xa1]5[0x3][0x87][0xf8]%[0x92][0x9e][0x12][0xaf][0x13]w=[0xff][0x4][0xcc][;A[0xcd][0xf3]?[0xa3][0xfe][0xa1][0xf4][0x9c]%j[0xd2][0xf8][0x2]_1G[0xd4])e[0x97][0xfe]y[0xe2][0xb][0xb4][0xc][0xb2]\&[0xba][0x88]+[0xa3][0x8c]/[0x89][0xeb]3[0x1a][0xbe][0xf7][0x11][0xb5]O0&[0xa9][0xec]r[0xe3][0x94][0xe0]|+[0xd3]-[0xe][0x1d]G[0xe9][0xb4]t[0x15][0xd7]([0xe1]$q[0x1d][0xd7][0xcb][0xe8][0x1b][0xb8]Y[0xda]na[0x9]M[0x92][0x9a]d[0x9b][0xc2][0xf0]3[0xc9]z[0xdf][0xa8][0xfd][0x4]PK[0x7][0x8][0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.class[0xa5]VkW[0x1b]E[0x18]~[0x86]l[0xb2][0xc9][0xb2][\r])[0x10]4[0x16]k[0xb5]`s[0x1]B[0xd5]"rI[0xa1]!Hh[0x12]l[0x13][0xa9]Tk[0xbb],[0xb][0xc][0x86][\r]gw[0xa3][0xc5][0xe2]/[0xf0]s=VZ{[0x8e][0xc7]o[0x9e][0xe3][0x8f]R[0xdf][0x99]\[0x1a][0x1a][0xce]1[0xb4][0x1f]2y[0xe7][0xbd]<[0xef]m[0xe6][0x9d][0xfd][0xfb][0x9f][0xdf][0xff][0x0]p[0x1d][0xdf]iX[0xc0][0xa2][0x86]adB[0xb4][0xdc][0xd4][0x10][0xc5][0x92][0xa0][0x96][0xfb]q[0xb]Y[0x15]+[0x1a]T[0xe4][0xc4]f[0xb5][0x1f][0x9f]cM,y[0x15][0xeb][0xc2][0xe4][0xb6][0x90][0x15]T[0x14]U[0x94]B[0xd8][0xc0][0x17][0x1a]"[0xb8]#[0x10][0xef][0xaa]([0xab][0xa8]0D[0xcc][0xba][0xe3]X[0xb6]W[0xe0][0xae]g[0xd9][0x96][0xe3][0x12][0xab]p`|o[0xa4][0xeb][0x1e][0xaf][0xa6][0x5]{[0x9e]!T[0xe6]{[0xb6][0xe1][0xd5][0x1d][0x8b]a[0xf1][0x15][0xf1]B[0xa1][0xe6][0xec][0xa5][0xf][0xea]6[0xf7][0xd2]N[0xdd]&[0x8c][0xb4]][0xf3][0xf8].7[\r][0x8f][0xd7][0xec][0xf4][0xdd][0xba][0xdd][0x2][0x9f][0xcf][0x10]V[0xc0][0xdb][0xe7][0xee][0xd8]4C[0xea][0xff][\r]KrO[0x86]d[0xb6][0xc0]I1[0xc3]0[0x15]?[0x87]]b[0x93]A[0xc9][0xd6]v([0xee][0x81][0x2][0xb7][0xad]R[0xfd]p[0xdb]r*[0xc6]v[0x95]8[0x83][0x85][0x9a]iT7[\r][0x87][0x8b]}[0x93][0xa9][0x88][0xf0][0x18][0xf4][0xb2][0xb1]k[0xb5]`h[0x9b][0x17]~[0xb2]U[0xc3]u-[0x92][0xce][0xf6][0x1e][0xc2]X'[0x10][0xe5][0x91]9O[0xf8][0xaf]vB[0xa4]3r:[0xea][0xe3][0xa3]V[0xe4]K[0xf1]7[0xea][0x8c][0xc0][0xf6][0x91][0x1a][0xad]qA3[0x82][0x8c]6[0x10][0xab][0x86][0xbd][0x97][0xce]=6[0xad]#aGI[0x4][0xab]M[0xbb][0x9e][0xba][0xd8]v[0xc2][0xd0][0xc7][0xc7][0x18][0x86];[0xe2][0xcc]{[0x96]cx5![0xb][0x9a][0xc6][0x91]ar[0xef][0x98]|[0xe7][0x19].[0xb8]T[0xb8][0x8e]c[0x19][0xed][0xb0]Zv[0x1c][0xe3][0xb8]y6[0x83][0xbb][0x6][0xaf][0xd2][0xc9]$[0x95][g[0xa9][0x9c][0xf7]|f^[0x7]d[0xb5][0x11][0x83][0x4][0x8]K[0xc9]q[0xa1]][0xa2]^Nl;[0x4]Qz[0xad]]kJJ+[0xd7][0xea][0x8e]i[0xad]r[0xd1][0xe3]H[0xc7][0xe9][0x98][0x12]q[0xaa][0xf8]R[0xc7]&[0xee][0xe9][0x18][0xc5][0xb8][0x8e]wpIP[0x9][0x1d]#xK[0xc5]W:[0xb6]p[0x9f]a[0xe8][0x8c][0x94][0x84][0xde][0xd7]:[0xbe][0xc1][0x3][0x15][0xdf][0xea]x[0x88]G:[0xc]l3$z[0xe]V[0xc7][0xa7][0x98][0xd5]ab[0xa7][0xe5][0xe2][0xf4]Ia[0x18][0xef][0xa9]l*,[0x1d][0xbb][0xd8][0x13]![0xed][0xeb][0xe0]8`[0x98]y[0xbd][0x1b]F%z[0x19][0xc8][0xc6][0xf6][0x81]ez[0xbd]d[0xf4][0xd2]\3L[0xd3]ri@M[0xd3][0x88]Z<[0xd7][0xac][0xe9][0x9e][0x9b][0xe1][0xd3][0x1c][0x9a]..[0xff][0xd1][0x92]7[0x8c]N[0xb8][0x12][0xcf][0x8b]n[0x7]y[0xf3][0xe][0xd0][0xdd][0x8e]'[0xce][0xbe][0x1b][0x83][0xdd]\[0x6]u[0xdf]pK[0xd6]cO[0xe2]Q[0x97][0x15][n[0x86][ [0x1d]5 [0x8][0x9f][0xb1]Cm[0x8a][0xc6][0xbb]e[0xc2]v[0xb4]+[0xcf][0x15][0xcb]5[0x1d][0xde][0xec]c[0xb8][0x92]+W[0x1e][0x16]s[0xd9][0xb5][0xe5]R[0xbe]\d[0xb8][0xdc]][0x98][0xe][0x3]r7sF[0xe9]:5:[0xc2][0xa8][0xec];[0xb5][0x1f][0xc4][0xc]k[0x1c][0xfe]f[0x3][0xae][0x8b][0x6][0x94][0xde]dZvOO[0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd][0x8a]QzX[0xfb]0(n[0x8][0x18][0xde][0x96][0xbb]X$"[0xee][0xe][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfd]F[0xf1].I.[0x13]5[0xb][0x1f]I[0x1]-[0x99]J=[0x3];A[0xdf][0x13][0xa9][0xff][0x9e][0xe0]I[0xc9][0x95]h[0x6][0xe1]>y[0xfc][0x98][0x8a]1[0x8a];[0xf8][0x84]([0x9f],[0x97](eCv[0xa3]-[0x9b][0x81]OQ[0xc4][0xfc]"[0xbb][0xcf]d[0xdf][0xe9][0x13][0x81][0xa4]s[0xb2][0x98][0xf3][0xe4]Q [0xd3]m"[0x8f][0x1f](}[0xff][0x1]PK[0x7][0x8]m[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runner/notification/RunNotifier.class[0xa5]W[0xeb]s[0x13]U[0x14][0xff]m[0x92]v[0xdb]m([0xa5]O[0xa0][0x5][)4M[0xb1]iy[0x8a][0x5][0x14]J[0x8b][0x95][0xd8]")[0x8f][0x82][0xa2][0xdb]d[0xdb]nM7uw[0x3][0x4]qD[0x5][0x15]|[0x8b][0xa2][0xa0][0xf8]Vt[0xfc]"3[0xd2][0x8a][0x1d]e[0xfc][0xe4][0xc]~[0xd2][0xd1][0xc7][0xf1][0xdc][0x9b][0xcd]f[0xbb]M[0xdb]D:[0xd3][0xfb][0xda]{~[0xbf]s[0xce]=[0xe7][0xdc][0x9b];[0xff][0xfe][0xfc]+[0x80]N|'[0xa1][0x1d]c[0xa5][0xd4][0xa8][0x12]B[0x18][0x17][0xf1][0xb4][0x4][0x1f][0xc6][0xd9]J\[0xc4]D[0x9]4[0x9]"[0x12]l[0xdb]d[0x19][0x9e][0x81]^[0x2][0x83][0xf5]&[0xdb][0x9e][0x14]qRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa7]E<+a[0x19][0xce][0x88]xNB[0x15][0x9e]g[0xcd]Y[0x11]/H[0xa8][0xc5][0x8b][0xac][0xa1][0xc9]K[0x12]V0[0x82]s[0x12][0xea][0xd9][0x8e]z[0xb6]x^[0xc2][0xcb]x[0x85][0x1][0xbe]*[0xe2][0x82][0x84]&\d[\r]}yMB3^g[\r]M[0xde][0x90][0xd0][0xc2]dZ[0xd8][0xe4]M[0x9]A6[0x9][0xe2],[0x13]|K[0xc4][0xdb]"[0xde][0x11][0xf1][0xae][0x0]D[0x1e]Q[0xfa][0x13][0xa6]:[0xa2]*:M[0xfb]4M[0xd1][0xbb][0xe3][0xb2]a([0x86][0x80][0xd2][0xb8]j[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd0][0xb8]"<.[0x9f][0x90]CIS[0x8d][0x87][0xc2][0xb4][0xdc]E[0x9f]#[0xea][0xa8]&[0x9b]I][0x11][0xb0][0xc3][0xf5]y{8[0xa1][0x8f][0x86][0xc6][0x93][0x9a]j[0x86][0xf4]$C[\r]i[0x9c]&*[0x9b]jB[0xb][0x1d]Hja[0xb][0xbc]k'aI[0x93]qE6[0x94][0x88][0x99][0x98][0x14] [0x1c][0x15]P[0xbc]]%[0xd9][0x9d][0x2][0xbc][0x81][0xd6]C[0x2]|[0xdd][0x89][0x18][0xd1],[\r][0xab][0x9a][0xd2][0x9f][0x9c][0x18]V[0xf4]Ay8N+[0x95][0xe1]DT[0x8e][0x1f][0x92]u[0x95][0xcd][0xad]E[0x9f]9[0xa6][0x92][0xce]m[0x8b]+[0x91][0xb1][0x9d]T([0x93]c[0xb1][0x8c]N[0x2][0xda][0x3][0x5]X[0xc0]4,[0x89][0xdb][0xb2]y[0xf0][0xda][0xa2][0x2][0xca]ue"qB[0xc9]RW[0x9d][0xd4][0xe5][0xc9][0xbe][0x11]RmpLW[0xe4][0x18];#[0x1]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0xa8] [\r]*GT][0x19]T[0xc][0x93][0x96]#[0xa6][0xac][0x9b]JL@S[0xe][0xbe]=[0x8a][0x11][0xd5][0xd5]I[0x6][0xc1]m.[0x8b]e[0x17][0x4][0xac]^X[0x80][0xc]s[0xf0][0xf4][0xd2][0xf1][0x1a]c[0x8c][0xa8]![0x7][0xd1][0x1][0xc5]H[0xc6]M[0xce]Q[0xac][0xf3][0xb1][0x80][0x15][0xf3]n[0xa3][0xb8][0xc8] [0xdb][0xea]K=[0xa7][0xa2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'6[0x1c][0x9f]{e5[0xce][0xe3]5[0xb8][0x98]7[0xad][0x9d]\[0x5]q$#[0xd6][0x92][0xa7][0x14][0xe5][0x8b][0x8b][0x92][0xb4]X[0x13]p[0xe7][0x90]{[0xce][0xe3]h[0xc4][0x16][0xa8][0x9d][0x1d][0xdb][0xa9][0xc9]L|o+0[0xdb]2j[0xb1]LK[0xb9][0xb5](,U[0xff]73[0xb3]my[0xc6])[0xbb][0xc]#9[0xc1]O[0x87]m`[0xe7]e[0x1f]Q[0xdf][0xa8][0x96][0xd0][0xd9]J[0xd6][0x83]v[0xa8]TP[0x8a][0xf6][0xaa][0xba]af[0x93]E[0x92][0xa3]Q[0xc5]0[0x9a];::[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x91]#v[0xc6][0xb7][0xce][0xad]h[0x9e]S[0x1d]Y[0xc4]N[0x86][0xd8]_[0x8]b>[0xc7][0xeb]9[0xd5][0xc9][0x9a][\r][0xc4][0x13]I$[0xf5][0xa8][0xd2][0xab][0xb2][0x13][0xad]p[0xe0][0xb4]31?[0xe][0xe2][0x90][0x1f][0x1b][0xb1][0xc9][0x8f]mx@@k[0x16],[0x9a][0xd0][0xa2]I]W43[0xd4][0x9d][0x98]L[\r]h[0x87]u[0xd5]Tv[0xe9][0xba][0x9c]b<~l[0xc5][0xfd][0x94][0x8e]\ .k[0xa3][0xa1][0xfe]d<[0xbe]?[0xa1]j[0xa6][0xa2][0xdb]i!`e[0xb7][0xac][0x91]-[0x8d][0xe4][0xd4]F[0xb9]Q[0xa3]=[0x8d][0x99][0x1a][0xc6]8/[0xf9][0xd1][0x83]^[0x11][0xef][0xf9][0xf1]>.[0xb]XemO[0x97][0xab][0xb9][0x12][0x1f][0xe0][0xb2][0x1f][0x1f][0xe2][0x8a][0x88][0xab][0x2]6[0xe5][0x1d]S[0xcd][0xce]"'e'">[0xf2][0xe3]c\[0x13][0xb0]ya[0xac]HJ[0x8b][0x8e][0xe9][0x9]M=[0xad][0xc4][0x1c][0xb8][0xcc][0x84]O[0xa8][0x16][0xe7]}|[0xcd]t0`R[0x9f][0xfa][0xf1][0x19][0xf3]x[0x1][0xa2][0x1b][0x98][0xdc][0xe7][0x8b][0x9a][0xcd][0xae][0xb7]I%[0xb6];u[0xd0][0x98]u[0x12][0x5]0m[0x14][0xb0]6[0xaf][0x94][0x13][0xf1][0x85][0x1f]_[0xe2]+?[0xbe][0xc6]7[0x5]Q[0xf0][0x88][0x8b][0x16]$[0xb2][0x99][0x89]\/HdKA[0xbb][0xb7][0xb2] [0xfc][0x96][0xb2] o[0x11][0xca][0xa9]l[0x2][0xc][0xc][0x8f]+Q[0xba]C[0xb6][0xe4][0xcf]8[0xfb]eTcUM[0x8e][0x16]1uU[0x1b][0xe5][0xe9]\>;[0xc5][0xe9][0xb9]B[0xd9][0xe4][0xda][0x9e]&[0xef]j=[0xca]/3[0x96][0xaf][0xb4][0x85][0x2][0x9d]R[0x8e][0xa8]j[0xe1][0x90][0x81])[0xb4][0xba]![0xbf]'[0xc8][0x1b][0x8b]D[0xd5][0x13][0xb9] [0x83][0x1c][0x92][0xb2]a[0xbd][0x1b]r[0x86] [[0x4]r[0xab]][0x89][0x98][0xb3][0x98]s[0x8a][0x83][0xbe]Y[0xa5]'[0x8d]u[0x87]N[0xe9][0xf]G[0xc9])[0xb6]K[0xce]qG[0x19][0xf0][0xcd]Wr[0xbc]V[0x1d][0xb8][0xcf][0xb]wd[0xfe]I[0xed]_t[0xb8]S[0x19][0xf8]g[0xa1]2PQ[0x82]'[0xf1][0x94][0xc5][0x15][0xe2][0xda][0x3]E[0xc][0xdd][0x9d][0xf0]5[0xe]E[0x8b] 3[0x18][0x12][0x1e]F[0xd4][0xf6][0x9e][0x97][0xc7][0x8d][0xc8][0xa3][0xcc][0x11][0xbf]N[0xf1]th[0x89]iq>[0x8a]Y[0xa1]%B[0xe1][0xde][0xf2]`[0x84]K[0x8e]R[0x85][0x1][0xf9][0xb3][0x14][0x1d]T[0xfd];}[0x1e][0x9e]g[0xa7][0xd6][0x95]R[0x1e][0xa4][0xff]j[0xad][0xbe][0xde][0xea][0x9b][0xac][0xbe][0xd9][0xea][[0xac]>[0x98][0xee][0xfe][0x3]PK[0x7][0x8]9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x0][0x0][0x0]org/junit/runner/notification/StoppedByUserException.class[0x9d][0x90]1O[0xc3]0[0x10][0x85][0xdf][0xb5]M"BKK[0x81][0xa5]Ll[0xc0][0x80][0x85][0x84]X@[0xc][0x14][0x90]@[0x15][0x3][0xa5][0xdd][0xdd][0xd4][0x14]W[0xa9][0x1d]9[0xe][0x82][0x9f][0xc5][0x84][0xc4][0xc0][0xf][0xe0]G!.)bb[0xc2][0xc3][0xb3][0xef][0xf9][0xe9][0xbb][0xd3]}~[0xbd][0x0]8[0xc4]V[0x8c]:[0xba][0x11]6"l[0x12]:[0xb9]rZ[0xa6]c[0xe5]rm[0xcd][0xe8][0xfa][0x82]@7[0x84]V[0xdf][0x9a][0xdc]K[0xe3][0xc7]2-T[0x80][0xe5]!Bx[0xaa][0x8d][0xf6]g[0x84][0xfa][0xee][0xde][0x98][0xd0][0xe8][0xdb][0xa9]"[0xb4][0x7][0xda][0xa8][0xdb]b1Q[0xee]^NRv[0xba][0x3][0x9b]0V2[0x9c][0xeb][0x1f][0xb3][0xe1][0x1f]uN8[0x1e]X7[0x13][0xf3][0x82]A[0xc2][0x15][0xc6]('[0x8c][0xf5][0xfa]A'[0xd2][0xf3][0x10]b[0xe8]m[0x96][0xa9][0xe9][0xf9][0xcb][0x88][0x87][0xbb]|NTV[0xda]'[0x84]xh[0xb][0x97][0xa8]+][0xc2][0xb6][0xff][0x8e][0x1d][0xcc][0xe5][0x93]lb[0x5]1[0xe1][0xe8]?}[0x8][0xbd][0x12]!Rif[0xe2][0xae]0^/[0xd4][0xef]'vP[0xe3][0xf5][0xf1]*[0xd0]C[0x3][0x1][0xdf]!W5D[0xfc][0xa2][0xb2]+[0xeb]*;[0xa2][0xaa][0x81]`[0xff][\r][0xf4]ZE[0x9a][0xac]ae[0xc6]h[0xb1]6[0x97][0x1][0xac][0xa1]][0x1];Uj[0xfd][0x1b]PK[0x7][0x8][0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/junit/runner/notification/SynchronizedRunListener.class[0x9d]UmS[0x13]W[0x14]~.[0x9]$[0x84]-b[0x4]-H[0x95]T[0xd4][0xbc]a[0x4]_[0xd0]b[0x91][0x8]Di[0x3]XBi[0xb1][0x9d]N[0x97]d![0xcb][0x84]][0xba][0xbb][0xa9]mJ@[0xfb][0x85][0xf]u[0xa6][0xe2][0x8c][0x9d][0xe9][0x9b][0xdf][0xfa][0xa3]:}[0xee]eM[0x10][0x8]l[0xfd][0xb0][0xe7][0x9e]{[0xcf][0xb9][0xcf]y[0xce][0xb9]''[0xff][0xfc][0xfb][0xf2]w[0x0][0xa3]x[0x12]C/[0xf2][0x9d][0xd0][0xf0]@[0x8a]i[0xb9][0x9d][0x91]bV[0x8a][0x82][0x14][0xf][0xa5]x$[0xc5][0x9c][0x14][0x1f][0xc5][0xf0]1[0x8a][0x11][0xcc][0xcb]u![0x82][0xc5][0x18][0xba][0x91][0x97][0x9b][0xc7]R[0xfb]$[0x8a]%[0xb9]>[0x8e][0xa0]$[0x10][0xad][0x99][0xae]gX[0x86]#[0x90])[0xda][0xce]Fn[0xb3]n[0x99]^[0xce][0xa9][<[0xcb]Y[0xb6]g[0xae][0x9b]e[0xdd]3m+[0xb7]T[0xb7][0x8a][0xbe][0xf3][0x84]@d[0xcb][0xa6][0xa3][0xcd]{[0xf1][0xe2][0xa6][0xfe][0xad][0x9e][0xab][0xe9][0xd6]Fnqm[0xd3]({4w[0xdc]3i[0x9e][0x14][0x98]J[0xfe][0xf][0xd8][0xc3]H[0xa9][0x15][0x81][0xf0][0xb4]]1[0x4]N[0x15]M[0xcb]X[0xa8]o[0xad][0x19][0xce][0xb2][0xbe]V3dd[0xbb][0xac][0xd7]Vt[0xc7][0x94]{[0xff]0[0xec]UMW`[0xfc][0x84][0xb0][0xa5][0xef][0xad]r[0xd5]a[0xe]?[0x18][0x95]73[0xeb][0xf6][0xc][0xd7][0xe3]Q[0xc9][0xd3][0x1d][0xcf][0xa8][0x8]$[0x8e]Ha[0xc6]p[0xcb][0x8e][0xb9]-[0xa1][0x14][0xc7][0xae]J[0xf3]@[0xe0][0xc2][0xf1][0x17][0x4]b[0xb3][0xdf][0x95][\r][0xb5]q#Xfn~[0xcc][0x2][0xab][0xe6]Ve[0xd0][0xc1]#[0x82].[0x19]n[0xbd][0xb6]W[0x93][0xe]G[0xe9][0x2][0xfd]-[0xdd]HJ[0xa2]6[0xd2][0xd0][0xe4][0xae][0x19]@[0x19][0xb][0xba]Y[0xab];[0xac]Z[0xfa][0xa4]g[0xf2]=U[0xf0][0xc8][0xfa][0xeb]kW[0x3][0xde][0x12][0xe8][0x93][0xe1][0xf2][0xae][[0xdf]Ri7[0x2]+[0x1a]s[0x1b][0x96][0xed]HR[0xd1][0xaa][0xee]V[0xf7][0x9e];[0x94]L[0xcd]1O[0xe3][0x9b][0xba]^[0xe3]{[0xf6]%[0x8f]h[0x8e]'[0x2][0xed][0xb6]W[0x95][0xdd][0xcb]g[0xd7]Y[0x8e][0xa8]g[0x97]<[0xc7][0xb4]6[0x4]z[0x93][0xa9]}W[0xf6]Ne[0xe9]Kv[0xdd])[0x1b][0x5]S6[0xcb]`[0x8b]6[0xb8]&/[0xb2][0xb8]<[0xf2][0xcc]-c[0xc5]tM6W[0xde]br[0xba][0xff]j[0x9f][0x12]j[0xb9][0xea][0x18]z[0xa5][0xa4][0xaf][0x13]J[0x9b][0x93][0xe9]O[0xd7]t[0xd7]5[0xc8][0xf7]v[0xf0][0xb6]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1f]n[0xc2]Lh[0xe8][0xc7][0x8a][0x86]>[0x9c][0xd5]p[0xe][0xef]j[0x18]BB[0xc3][0x15]\[0xd5][0x90][0x96]ZF[0x8a],F4\[0x97]b[0x14][0x89][0x8]>[0xd3]0[0x86][0x1b][0x2][0xb7][0xde][0xaa][0xe3]5[0xdc][0xc4]-[0x81]s[0x7]K[0xf5][0xa0]n[0xd6]*[0xd2]|[0x7]w5|[0x8e]U[0x81][0x8b]C[0xc9][0xa7][0xa6]W[0x1d]r[0x1b]H[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "y[0xe8][0xa9][0xa3]oo[0x1b]NJ [0x15]8i[0x81]3[0xcd][0x88][0x8d]_[0x83][0xc0][0xcd][0xb7])[0x9b][0xea][0x16]6f[0xcf][0xc1][0x16]a[0x3]Ij[0x16][k$y[0xb8][0x1b][0xe]7[0x88][0x9f][0xf5][0x4][0xcb][0xab]q[0x96][0x2]m[0x88][0xcb][0xd7][0xa0][0x16][0x97][0xf][0xc2][0xb5][0x8b]_?[0x6] p[0x9e][0xda]*=B\O[0xa5]_@[0xa4]3[0xcf][0xd1][0x96][0xce]>G[0xe8][0x99][0xba]:[0xa8][0xae][0x85])[0xcf]S[0xe][0xa2][0x13][0xef]q[0xf2]^[0xa0][0x4][0x1f]V][0xe3][0xee]"[0xa0]4[0x19]F(M[0x6]j[0xa3][0xce][0xc7][0xe7]*[0xc3]lr[0x95]8[0x3][0xe9]_[0x11]Z[0x9d][0xff][0x9b]K[f[0x17][0xe1][0xec][0xab][0x9f][0x11]][0xc8][0xbe][0x1a][0xf9][0xe3][0x19]="8[0xad]H[0xf7][0x12][0xa1][0xf7][0x0][0x83][0xf7]i[0xbd]D[0xec]a[0x92][0xbf][0xac][0x18][0x9c][0xa5][0x9d][0x88][\r][0x6][0x3][0xf4][0xb9][0xc4][0xa8][0xc3][0xd4][0xc3]\/[0xf3]c[0xe7][0x1d][0xcf][0xa0]=8[0x83][0x14][0xad]i2[0xc8][0x90]A[0xb6][0x5][0x83]$[0xbd][0xde]d[0x90]>[0xa9][0x6][0x1d][0xc1][0x19]\[0xa7]u[0x94][0xc][0xc6][0xc8][0xe0]F[0xe0][0x1a]dNb[0x10][0x9][0xce]`[0x9c][0xd6];dp[0x97][0xc]>[0x8][0xcc][0x80]?[0xf8][0xe3][0x19]D[0x83]3[0x98][0xa4][0xf5]>[0x19]L[0x91]A[0xbe][0x5][0x83]k[0xc8][0x1d]`[0xc0]i[0xe3]7|[0xb][0x6][0x9d][0xc1][0x19][0xcc][0xd2]Z [0x83][0x87]d[0xf0][0xe8]X[0x6]B[0xe][0xb8][0xe3]3[0x8f][0x5][0x8f][[0xa4]u[0x9e]q[0x17][0x18]w1p[0xed]9Z[0xfd][0xcc][0xc7][0x14]# *C[0xef][0xa2]k[0xa7][0x81][0xdf][0xa1][0xce]K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xdb][0xf3][0xf1]1[0x85][0x9c][0xae][0xfe]}[0xd7][0x1f][0x15][0x89]t[0xe6]'[0xb4][0x87]w2A[0xfb][0x11][0xed][0xa1][0x9d][0xcc][0x9f][0xd0][0xe6]%hV[0x1][0xbf][0xd3][0x4][0x1e] 48|[0xdb]9g"[0xf8][0x82][0xc3][0xe3]K[0xf4][0xe0]+[0x8e][0x8a][0xaf][0xf7][\r][0x91]D#[0x81][0x4]nst[0xf0][0xdf][0x92]4[0xc6]y&[0x87][0x8][0xe7][0xb7]O`F[0xed][0x89][0xfa][0x1b][0xba]W_pd[0xa9]p=[0xbb]8[0x1d][0x8f]S[0xec][0xe2][0xcc]/[0x7]R2[0xf6][0xa5][0xf4][0xba]L!6[0xae][0xf4][0x9a][0xc0]=[0xdf]o[0x8a][0xeb]}~1[0xea][0x1f][0xb2][0xec][0x93]W:[0xff][0x3]PK[0x7][0x8][0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]org/junit/runners/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/junit/runners/AllTests.classuQMO[0x2]1[0x10]}[0x85][0x85][0x95][0x15]D>[0x4]!^[0xbc][0x18][0xc5][0xc4][0x8d]g[0x8][0x89]!zBc[0x2][0xe1]^[0xa0][0x81][0xe2][0xda]%[0xdd][0xae][0x1f]?[0xcb][0x93][0x89][0x7][0x80]?[0xca]8[0x5][0x91]([0xb1]M:o[0xde][0xbc][0xbe][0xe9][0xa4][0x1f][0x9f]o[0xef][0x0][0xce]Q[0xf3][0x90][0xc4][0x9e][0x8b][0x8a][0x8b]*C[0xba]%[0x95]4m[0x86][0xf2]qw[0xc6][0x1f][0xb8][0x1f]p5[0xf1];[0x1][0x8f][0xa2][0xe6][0xc9][0x80][0xc1][0xe9][0x84]c[0xc1][0x90][0xef]J%n[0xe2][0xfb][0xa1][0xd0]}>[0xc][0x88])v[0xc3][0x11][0xf][0x6]\K[0x9b][0x93][0x8e][0x99][0xca][0x88][0xe1][0xa0][0x1b][0xea][0x89]?[0x8b][0xc9][0xd9][0xd7][0xb1]RBG[0xfe]E[0x10][0xf4]Ed[0xa2]&C[0xea][0xce][0xda]3[0x14]6:2T~[0xdb]>[0xcf]W[0xd6][0xe5][0xbf][0xe2]V[0xa3]Mz[0xef][0xf2]i$[0xe6]F[0x86]*r[0xb1][0xcf][0x90][0xe9][0xc9][0x89][0xe2]&[0xd6]t[0xa5][0xba]1[0x92][0xbd]c[0xa7][0xf2]za[0xac]G[0xe2]JZ[0xe7][0xdc][0xea]igV[0x9d][0x85][0x83][0x14]C[0xfd][0xff][0x9][0x18][0x8e][0xd6]E[0xa9][0x8c][0xd0][0x8a][0x7]?[0xaa]^,[0x8d][0xb8][0x16]f[0x1a][0x8e][0x19]J[0xeb][0xfe][0xfd][0xa9][0xe][0x1f][0xed](8D[0x82]~[0xc0].F[0x9b][0xba]Q[0x96][0xa6][0xec][0x96][0xf8][0x4][0xc5]t[0xe3][0xf4][0x15][0xec][0x85]P[0x12].[0x9d][0xde][0x82][0xad][0x91][0xae][0x8e]-B[0x95][0xa5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x19][0xaa]`[0x81][0xb6][0x91]%[0xa7][0x1c]a[0x1b][0x97][0xcc][0xe][0xa1][0x80][0x8f]B[0x8c]7UK[0xab]"e%{f[0x8f][0xcf][0x19][0xcf][0x8c][0xe7][0xf7][0x9f][0x9f][0xbf][0x0][0xac][0xe1]a[0x5]E[0xac][0x84][0x98][0xc5][0x8d][0x10][0xcb][0xb8][0x19][0xe0]V[0x80][0xdb][0xc]%7[0x94]Y[0xfd][0x19]C[0xab]k[0xec] [0x1e][0x8d][0xb5]t[0xb1][0x1d]k-l[0x16][0xbf]V&9x[0xfb][0x9e][0xa0][0xf5][0x8e][0xe2]Y[0xb6][0x93][0xe3]mR[0xbd][0x94][0x4][0xbe]bx[0xd2][0x98]^[0xd6][0xdc]c(v[0xcc][0xbe]`[0x98][0xef]J-[0xb6][0xc6]i_[0xd8][0x1e][0xef]+B[0x16][0xbb]&[0xe1]j[0x8f][[0xe9][0xff][0x8f][0xc1][0xa2]O[0x8e][0x1][0xc][0xd1][0x1b][0x1f]"[0x8f]&[0x8]y<[0xf5][0xad][0xf5]5J7[0xdc][0xf8][0x94][0x88][0x8f]N[0x1a][0x9d][0x5]XeX [0xcd][0x8e][0xf8][0xa0]D[0xe2][0xe4][0xa1][0xe8]p[0xa5][0x18]j[0x8d]fw[0xc4][0xf]y[0xac][0xb8][0x1e][0xc4][0xdb][0xfd][0x11][0x1d][0xb6][0x3][0xdc]![0xf5][0xae][0x19][0xdb]DlJ[0x9f][0xd2][0xca][0xc5][0xd7]<[0xf5]R[0xaa]kC'[0xca]dR[0xf][0xde][0x9]74[0xfb][0x1][0xee]F[0xb8][0x87]z[0x84][0x12][0x82][0x8]e[0xdc][0x8f][0xf0][0x0]5[0xea][0xf6][0xf4][0xf9]3[0xbc]8%K[0xed][0x84][0xd5]\[0x9d][0xa8]R[0xea][0xa7][0x8a][0xcf][0x16]3i[0xde][0xd2]i5'[0xe5][0x9f]A{Ck[0x8e]&[0xdc][0xc6][0xb4][0xe9]0[0xcc][0xa5]ye[0xf9]1[0xc3][0xd6]E[0xef]?[0xc9]i[0xd3][0xf2]T[0x1c][0x19]{0iE[0xbb][0xf9]_[0xe6][0xae][0xe3]N[0xa4]B;z[0xaa]B[0xc3][0x8f]I[0x98]XAXOd[0xe][0xab]4[0xb8][0xb3]4[0xc3][0xac]Z[0xf5]]$o[0x86]V[0x19][0x15][0xb2]!y[0xeb]d=[0x12][0xb6][0x1e]}[0x3]k[0xfd][0xc0][0xcc][0x97][0x9c]3G{[0x9]~z*[0x88][0xc8][0x8f][0xbc]O[0x8a]K[0xa8][0x92]][0xa0]U$d[0x91][0xf6]%[0xd4][0x8e]c='[0xc4][0xb3][0xca][0xad][0xaf]`[0xdf]Q[0xf8]|.R[0xf8]O[0xa4][0xf2][0xb9]H[0x97]Q[0xc0][0x95][0x9c][0x15][0xd7]rl[0x19][0xd7]1[0x9f][0xdf]I[0xa3][0x8c][0xfc][0xfb][0xb]PK[0x7][0x8]j&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/runners/BlockJUnit4ClassRunner.class[0xb5]Y[0x9]\T[0xe7][0xb5]?[0x7]f[0xe6][0xc2][0x9d][0xcb]"[0x8][0x8a][0xa2]"[0xa2][0x19][0x6]F[0xd4][0x98]Dq[0x9][0x8]ZA[0x16][0xab][0x88]A[0x9b][0x9a]a[0xb8][0xc0][0xd5]a[0x86][0xcc][0xe2][0xd6]$Mj[0x9b]t[0xb5]I[0xd4][0xb6][0xda][0x98][0x98]4[0x9]mc[0x1a][0xcc][0x2][0x12][0xb2][0xf5]5[0x8d]M[0xde][0x96][0xe5][0xb5][0xaf][0xcb]k[0xdf][0xcb][0xdb][0xdf][0xeb][0xdb][0xf7][0xb5][0xed]9[0xdf][0xbd]s[0xe7][0xce][0x2][0xc][0x9a][0xf0][0xfb][0xf1][0xdd][0xef]~[0xf7][0xfb][0xce][0xf9][0x9f][0xe5];[0xe7]|[0xdf][0xbc][0xf5][0xab][0x17]_[0x1][0x80][0xd5][0xf8][0xa2][0xc][0xc3][0xf0]7[0x12][0xfc][0xad][0xc]Y[0xf0][0xcb]\[0x8][0xc2][0xdf][0xc9][0xd4][0xfc]=7[0xff] [0xc3]?[0xc2]?q[0xef][0x9f][0xb9][0xf9][0x17][0x9][0xfe]U[0x86]![0xf8]7[0x9e][0xfa][0xef][0x12][0xfc][0x7][0xf][0xfe][0xa7][0xc][0xff][0x5][0xff][0xcd][0xbd][0xff][0xe1]o[0xff]+C[0x1e][0xfc][0x1f]O[0xf8][0x1e][0xfb][0x95][0x4][0xbf][0xa6][0x9][0x8][0xc4][0x5][0x91]F0[0x8b][0x9b]lnl[0xdc][0xd8][0xb9]q[0xf0][0x14]I[0xc2][0x1c][0x19][0x16][0xc3]/s0[0x97][0x9e]([0xf3][0xa0]3[0x7][0x15]~[0xc9][0x93]0_[0x86][0xe5]X[0xe0][0xc4]B[0x9c][0xc3]k[0x8a][0xb8])[0xe6]fn[0xe][0x96][0xf0][0xdc]R[0x19][0xe7][0xe1][0xfc][0x1c],[0x93]q[0x1].[0x94][0xb0][0x9c]?.[0x92]p1?[0x97][0xf0][0xc2][0x8a][0x1c]\[0x9a][0x8b][0x95][0xb8]L[0xa6][0xa6][0x8a]{[0xcb]%\[0xc1][0xcb][0xae]#[0xec][0xe8][0x94][0xd0]%[0xc3]F[0xac][0xe1][0xa6]VB[0x8f][0x84]+eh[0xc0]:&[0xb0][0x8a][0x9b][0xd5][0xdc][0xac][0xe1][0xe6]zn[0xd6]rs[0x83][0x84]7[0xca][0xb0][0x1d]o[0xe2][0x97]u[0x12][0xae][0xe7]g[0xbd][0xc];p[0x3][0xf7]6[0xca][0xb8][0x9]7[0xe7][0xe2][0xcd][0xd8] c#n[0xe1][0xa6][0x89][0xc1]4K[0xb8]U[0x86].[0xdc]&[0xe1]Gd[0xe8][0xc6]m<{;7-[0xdc][0xb4]r[0xb3][0x83]'[0xb6]9[0xb1][0x1d];[0xb8][0xe9][0x94]p'[0x8f]|[0xd4][0x9][0x7]p[0x17]O[0xd8]-a[0x17][0xcb][0xbe][0x87][0x9b]n[0xfe][0xb6]W[0xc2][d[0x18][0xc0][0x1e][0x9][0xf7]9[0xa1][0x4][0xf7]K[0xf8]1~~\[0xc2][0x3][0xbc][0xe2]6[0x9][0xbd][0x12][0xf6]"[0x14][\r][0xa9][0x91][0xc1]`_[0xb3][0x1a][0xf6][0x85][0xb4][0xe1][0x88][0x16][0xc][0x84][0x11]\m[0x7][0xbd][0x87][0xbd]u[0xd1][0x88][0xe6][0xaf][0xf3][0x5][0x3][0xbe]h([0xa4][0x6]"uMfw[0xbb]7<[0xd8][0xee][0x1d][0xde][0x80][0x90][0xbb][[0x1b][0x8]x#[0xd1][0x90][0x8a]p{[0x86][0xcb]6[0xb6][0x5]C[0x3]u[0x7][0xa3][0x1]-R[0x17][0x8a][0x6][0x2]j(\7[0x14][0xec]S[0xfd]u[0xdb]B[0xde]![0xf5]H0t[0xa8]][0xa0][0xda][0x90]2[0xb1][0xce][0x2]t[0xc3]f[0xe2][0xef][0xd8][0xa8][0xd1][0xd7][0xcd][0x8]s[\r][0xd0]~o`[0xa0][0xae][0xc9][0xef][\r][0x87]7Tw#[0xd8][0x9a][0x88]0BA[0x9b][0x16]P;[0xa2]C[0xbd]j[0xa8][0xcb][0xdb][0xeb][0xa7][0x91][0xa2][0xb6][0xa0][0xcf][0xeb][0xef][0xf6][0x86]4~7[0x6]m[0x91]A[0x8d][0xe4]w[0xa7][0x1][0xb8][0xc5][0x1f][0xf4][0x1d]j[0xdd]CCk[0x5][0xf5]]b[0x9c][0x10][0xd8][0xf][0xf1]+[0xc2][0x9c][0x14][0xfe][0x8][0xa5][0x89]L[0x8e][\r][0xc7][0x18][0xcd]M[0x9e][0xbc][0xd1][0xcd][0xd2][0xc8][[0x8f][0xfa]T[0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x12][0xfa][0x10][0xe6][0xa5][0x8][0xc5][0xf3]X[0xae][0x1c][0xc2][0xd5]4[0xa8][0xf9][0xfb][0x10][0xf6][0xba][0xae]A[0x9f][0x81]`D[0xeb][0xd7]|^[0xe6]YG2u[0x88]w[0x12][0x8c][0x99]8t[0xe7]@[0xa8][0xce][0x98][0x3]![0xb][0x18]$[0x10]jf[0xc1][0xf][0xc1][0xd9][0x17][0xb7]-[0xc2][0xe2][0xe9]mO[0x9e][0xa7][0x85][[0x6][0x2][0xc1][0x90]J[0xf8]j3WA[0xf5]>2[0x99]O[0xd7]\[0x9e][0xce][0xb1]W54[0xd9]2[0xb]23[0xc1]s[0xe][0xa8][0x11]A[0x96][0x1c][0x9f][0xbc][0xcd]Um[0xd9][0x1c]mZ8BS6[0xa5][0xc]f[0xbe]3[0xd8][[0x8a]|[0xc1][0xa1][0xe1]hD[0xed]R[0xc3][0x11]}[0x98][0xdc]p[0xa1]/[0xe8][0xf7][0xab][0xbe]H[0xb][0xd1][0xd0][0xbc]~[0xed][0xb8]P[0xf5][0xd6]P([0x18][0xa2][0xaf][0xc5][0xae]d[0x18][0xc2][0xce][0xaa][0xf1][0xb9]0[0x15][0xe4]u)[0x10][0xe3][0x1e][0xd9]5[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e]a[0x87][0x16]p[0xdc][0xc9][0xb4][0xa7][0x9a][0xca],[0x17][0x1d]&l}[0xde][0x88][0xda][0x11][0xec][0x8][0x6]vG[0x8][0xa5][0xaf][0x85][0x5]n[0xd2]w[0x93]}[0x80]T)[0xb6]i[0x9c][0xc6][0xee]HH[0xb][0xc][0x10][0xa7][0xe2][0xd8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "-[0xe1]H([0xea][0x8b][0x4][0xc9][0xdb][0x16][0xc4]F;[0x3][0xfe]c[0x9d][0x81])>[0xee]SC[0xc1][0xc6][0xd0]@[0xc2][0xc7]9[0x83][0xde]p[0xf2][0x82]l[0x17]{[0xca][0xbc][0xd8][0xb2][0x16][0xfa][0xe4][\r][0xf8]TS[0xcf]r[0xb3]:[0x1c]R[0xc9][0x91][0xd9][0xff][0xca][0xc8][0x93]#[0xda][0x90][0xda][0xad][0x85]5[0x92][0xb1]1@n[0xee]5[0x82]i[0xa9]E[0x82][0xf8][0x1a][0x92]"?F{[0x9b][0xa6][0xfa][0x99]dAl[0xc0]db[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]`b[0xd9][0x17]R[0x8d]1[0x8e]{[0xd5][0x16][0x6][0x9d][0xbd][0x7][0xc9][0xf6][0xbc][0xb]#[0xf4][0xb5][0x83]|[0x86][0xdd]l[0x16]^[0x9d]F[0xdb]N=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x88][0x0][0x88][0xd0]q-{$6[0x93][0xed][0xad][0xe]QF [0xf2]H[0x10]K[0xd2]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]c!cQ:[0x9]s[0xc3]1"[0x8][0xcb]2[0xe2][0x94][0xa7][0xb][0xd2][0x12]8[0x1c]<[0xc4][0xe1][0xe9][0xb6]Y[0x4][0xce][0x14][0x0][0x99][0x9][0xb7]p8[0x18]f[0x97]8[0xb6][0xf5][0xe8]0[0xad]"[0x85][0xc6]#<[0xc2][0x89]k[0x1][0x90][0x1][0xff][0xcc]0[0xda][0x2][0xea]Q[0xd2][0xa1][0xec]5[0xbd][0x96][0x3]A|%[0xfb][0x19]M[0x9b]{D[0x8b][0xc][0xee][0xc]Fh[0x11][0xc5][0x95].[0xf2][0xf6]`[0x94][0x96]I[0x91]X[0xf][[0xc9]Wx[0xd2][0x16][0xb5][0x9f][0xc2]2[0xc9][0xe7][0x88]xC[0x14][0x6]iRolh[0xc3]5E<[0x99][0xc9]7[0xf6]GT[0xe]V[0xe][0xaf][0xd1][0xc9][0xe5][0xd1]]Q?[0xd3][0xcf]e[0x8f]1[0xfa][0xe][0xe2][0x18][0xf5][0x13][0xfb][0xda]i[0x99][0xd2]\!#[0xaf][0x12]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x98][0x9e][0xce][0xd5][0xa0]tj[0xb6][0x86][0x8a]G[0xd0][0xf][0xd3]p[0xaa][0xd7]7[0x88]P[0x9e]"M[0x1c];[0xcd][0xca][0xd2][0xaa][0xcc]zC[0xc0]j![0xad]y)[0xc6][0xd1][0xb7]g[0xae]Z[0xae]iU[0xf8]![0xca][0x9c]O[0xfe][0x94]`[0x9a]*W[0xba][0xbd][0x99][0x92][0xc6][0xb6]d0-U&[0x8b]"[0xd9]1[0xec]![0x9d][0xe7][0xca][0xd9].[0xcc]c[0x8f][0xea][0x8a]{[0xe6]=[0xd7][0xe0]O[0x1f][0x94]&[0xcf]H[0xb6][0xff][0xa0][0xf0])di[0x8b][0xca][0x1a][0xae][0xca][0x80][0x9][0xfb]z.Q[0xd4][0xe3][0xb0][0xda]g[0x86]aJ[0x1e][0xae][0xe4]`gM[0x83][0xb1]R~[0xc3][0xcc][0xb3]6[0xd6]LY[0x1b][0x15][0xaa][0x82]o[0xd8][0xc2][0xb6]8[0x95] [0x15][0x1c]2K[0x1d][0x8b][0xa8]i[0xa6]P[0x8c]-I[0xa7][0x9]Z[0x9a]utUz5[0xcd][0xb2][0xea][0xcf]:[0xba][0x1a]aMZu[0xcf]P[0xf3][0xee]Hc[0xd8][0x9d]^>[0xf9][0xe9][0xa7][0xa5]Y[0x6][0xfb][0xdd][0xc1]h[0xc8]G[0xd5][0x11][0x1f][0x98][0x16][0xa6]?[0xad]d[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "D[0xe1]0[0xc2][0x8a][0xcc]N[0x9f]4[0x1b][0xfb][0x14][0xb8][0x1d]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c][0x84]/+[0xf0][0x5][0xf8][0xa2][0x84][0xaa][0x82][0xfd]8[0xa0][0xc0][0xd3][0xf0][0x1d][0x5][0x7]Q#[0x93][0xc5][0xb1][0xea][0xe7][0xc][0x5][0xf][0xe2]![0x5][0xfd]8D1w:M([0x18][0xc0][0xa0][0x84][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x8e][0xc4][0xe4])[0xb8][0xa8]`[0x18]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "F[0xf1][0xb0][0x82]G[0xf0][0xa8][0x2][0xa7][0xe0][0x1][0x8a]e[0x89][0xc6]U[0xf0][0x18][0x1e]W[0xe0]4[0x9c]Q[0xe0][0x1c]7[0xe7][0xb9]y[0x8c][0x9b]'[0xb9][0x19][0xa1][0x6]?[0x1][0x8f]RU[0x9a]\[0xa5]m[0x89][0xd2]A[0x83]K[0x9a][0xc2][0xae]A[0xb5]Bc@[0x15]>[0xd6]R[0x85][0x82]w[0xe0][0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x85][0x9f][0xa4][0xbc]V[0xa1][0x85]+[0xc8][0xf4][0x15]aQn[0xaf]T[0xf0]n[0x1e].[0x8e]S3[0xdd][0x93][0x95]t[0x8f][0x84][0x9f]R[0xf0][0x4][0xbc][0xaf][0xc0][0xc3][0xcc][0xff][0x11]n.0[0xff][0x1b][0x18][0xae][0xc1] <[0x18][0x8c][0xfa][0xfb]*[0x6][0xbd][0x87][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xa8][0xd7][0x17][0xf1][0x1f][0xab][0x8][0x6][0xd4][0x8a][0xe1]h[0xaf]_[0xf3]U[0xf8][0xe2]5[0xb5][0x82][0x9f][0xc6][0xcf]Hx[0xaf][0x82][0xf7][0xe1]g[0x11][0x9a]2'r[0x9c]jv[0xf][0x95][0x12]Q[0xe][\r]V[0x92][0x12]~N[0xc1][0xcf][0xe3][0x17]H[0xb6][0xb8].E}[0xa0][0xe0][0x17][0xf1]K[0x9]F[0xd4][0xab][0x12][0x5][0xbe][0xc9]j<[0x89]_&[0xc1];[0x82][0x15]l=[0xde][0xa5][0x15]zmH[0xc7][0xee][0xfb][0x15]|[0x0][0x1f]T[0xf0][0x14][0x9e]V[0xf0][0xc]>HD[0x92]w[0x82][0x82]_[0xc1][0xaf][0xd2][0x81]'[0xd3][[0x82]*[0xda]P@[0x11]-~[0xc0]Q[0xc3][0xac][0xe1][0xaf])x[0x16][0xbe][0x9d]`[0x1]3l$[0x90][0xd7][0x2]$R[0xc0][0xeb]7[0xf9][0x98][0xb5]o[0xb8]n[0x9b]W[0xf3]3[0xb1]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0xc3]e[0x5]^[0xe2][0xe6]Un[0xbe][0xc7][0xcd][0xf7][0xe1]2m[0xe9][0xcc][0xe8][0xe9][0xe5][0xb1][0xbe][0xf][0x99][0xee][0xd7][0x15][0xf8]9[0xfc][0x82][0x8c][0x9e][0xd9]r=[0xc0]Z[0x1c][0xe9][0xa7][0xf0]3&[0xf3][0x90][0x2][0xc]"[0xe1]y[0x5][0x1f][0xc6][0xb][0x12]>[0xaa][0xe0]c[0xf8][\r][0x9][0x1f]W[0xf0][0x9]|R[0xc1][0x11][0xfc][0xa6][0x82][0xdf]b[0xef]Z[0x95][0x19]#R[0xad]Qh2y[0xd2]b][0xc6][0xeb][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x81][0x1f][0xc3];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0x9]o)[0xf0]C[0xf8][0x91][0x2]o[0xd3]+>[0x85][0x17]%|Z[0xc1][0xef][0xc0][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "L[0xb0]u[0x16]L[0x9d][0xdc][0x15]|[0x86][0xb6][0x7][0x8e][0xe2]%[0x5][0xde][0x83]w[0x12][0xb6][0xb4][0xfe][0xfd]Y|N[0xc1][0xe7][0xb9]y[0x1][0xc7][0x10][0xe6]'[0xd3]"4"[0xc1][0xb1][0xc][0xe3]i[0xbe][0xc7][0x12][0x98][0x82][0x97][0x91][0xf6]wqb[0xc8][0xa8][0xa2][0xb3]3_[[0xf1]C[0x81][0x97]q[0x82][0xce][0xeb][0x19][0x86]X[0x5]N[0xc0][0xa7][0x11]\[0x99][0xfa]0[0xc2][0xe2][0xe9][0x83];B[0xcd]T[0xac][0xd3][0xdc]E[0x88][0x3]6%[0x9b][0xea][0x8c]s[0x13][0xed][0xf1]~-$N[0xbd][0xe6][0xbd][0xcf][0xd2][0xd4][0x1a]&!%1[0x7][0x89][0xc6][0xdb]To?Bp[0xea][0x8a]'^xLOp[0x96][0xa9]4[0x8f][0xb2]y[0xa3][0xe5]X[0xb5]6[0xcd]%[0xa5]e$~[0x2][0xab][0x8b][0xaf][0xa2]L[0x98]-[0xe]Q+[0xa6][0xae][0x80][0x12]O[0xc6][0xb1][0xca][0xc9][0xb8]JY[0xee][0x9a][0xba][0xe0]2[0xa7][0xd1][0xb2][0xa5]3N[0xd2]I[0xb7][0x12]G[0xe3][0xb5][0xd8][0x95][0xae]T[0xca]O[0x90]Z[0xd4][0xe8][0xd5][0xfb]3[0x10][0xb3]$~[0xaf][0xd1]l[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TS[0xb5][0x96]zO13[0x83][0x99][0xaf][0xec][0x86][0xa3][0x91][0x96][0xfe][0xc6][0xde][0xb0][0xb8]SX[0x97][0xae][0x92][0xca][0xcc][0x0][0xc5]q[0x5][0xa8]}[0xe6][0xb5][0xcd][0xb2])[0x8d]o=[0xa8][0x94]j[0xe1][0xc6][0xb4]7b[0xe][0xef][0xf0][0xb0][0x1a] [0xa7][0xf7][0xb8]R[0xa5]O[0xbd][0xb8]1J[0x2][0xa2]([0x11][0x1a][0xfd]&([0xf1][0xae][0xc8][0xbc][0xe0][0xc9][0x89][0x4][0xf5]~Rm[0x19][0xa3]M[0x8e][0x9c][0x9f][0x88][0x93]\[0xd2][0xdb]GP[0x8a][0x88]4[0xdf][0xb6]%[0xdc][0x9c]-M[0xe0][0x12]R[0xfb][0xf9]:[0xb2][0xce]2[0x85]X.[0x9a]v[0x2][0xc2][0x1c]"L[0xc1][0x85]PS[0xa4][0xe6]{[0xf3][0xb0]@[0xbf]?[0x8d][0xb7][0x15]$[\r][0xd1][0x8]_[0xbd][0xc6][0xa9][0xd1]He[0xe2][0xd2][0xf4][0x98][0x16][0xc7].[0xdb]v[0x8a][0xaa][0xa3];[0xa8][0xf5]u[0xf0]U[0xa1]i[0xc0][0xe5][0xa9][0x6][0xdc][0x97][0xee]:[0xd5][0x16][0xd6][0x8e][0xab]"[0xc0][0xb5][0xd0][0x96][0x9f]&+[0xc5]R[0x80][0x9f][0xd2]-[0xff]4[0xd1][0xad][0x3]`[0x5][0xe4][0xef][0xda][0xd3][0xb6][0xf5]@wc[KscW[0xe7].[0x84][0x1b][0xdb][0xae][0x86][0x10][7&[0x16][0xd1][0x98]:[0x0][0xc6][0x3]A:[0x89]J[0x4][0x9a][0xf6][0xad]][0xdb];[0x9b][0xad][0xa0][0x9c][0x1][0xf5]H[0xec]f[0x94]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "R[0x8f]k[0x86][0x1b][0xc4][0x93][0xe][0xc8][0x14][0xbf][0xb0]0[0xff]l[0x9a]C[0xc9][0xd1][0x95][0xf6]|[0xc5][0x13]6_[0xd3]U[0x1e][0x11][0xb8])[0xa3][0xdc][0x90][0xee][0x17][0xa6][0xeb]3/[0xd3]:[0x3][0xf1]k[0xb3][0xde]X[0xc9].[0x99][0xc5][0xfb][0xcd][0x9][0x81]:cbU[0xf1][0xad][0xbe]([0xed][0x11][0x88][0xe7][0xb1]Z)|[0xb7][0xb7][0xb4][0xb5][0xb5][0xec][0xde][0xda][0xd4][0xd9][0xd1][0xbc][0x1b]aI[0xfa][0x1f][0xec]b[0xf3][0xf9][0xd4]{[\r]x[0x8c][0xdb]@S[0xe4][0x3][0xae][0xd6][0x19][0xf8]][0xab][0xf8]v[0xa1]T[0x84]}[0x99][0x18][0xf3][0xaa][0x98]q8[0xd5][0xc2][[0x87][0x86]#[0xc7][0x10][0xb6]g[0xee]3[0xd3][0xdd][0x7][0x8a][0x9f][0xf3]4[0xe3]R[0x8e][0x12]@[0xc2][0xaf]B[0x96][0xcb][0xba][0xa2][0xd4]QB3[0xe8][\r]w[0x88][0xfb][0xdb][0x1c][0xd2]h[0xc4][0xab]q[0xbe][0xb5]S[0xaa][0xf0][0x1f][0x9b][0xf6]~y[0x9a][0x82][0xe7][0x83][0xbe][0x3][0x9f][0x9f][0x9a][\r])>E9[0xa4]o[0x9b]>[0xc7][0xa6][0xe4][0xfa])[0xb3][0xe6]<+[0xf][0xf1]{J[0x8c][0x85][0x83][0x12]U[0xa3][0xdf][0x8f]Pf[0xfd]y[0xaa]I[0xff][0x91]L[0x94][0x5][0xfb][0x10]n[0x99][0xe5][0xee][0x17][0xfa][0xe7][0xd8]3s[0xf9][0x99][0xa3][0x1a]7N"![0xb4][0xc2]R[0x8][0xc2]0[0xf0]q[0xb0][0x88][0xef] [0xe8][0x19][0xa6][0xb7],[0x88]@[0x15][0xf5][0xa3]p[0x18][0xb2][0xe1][0x8][0x8d][0x1c][0xa0]g[0x16]=[0xe7][0xb8]k[0xc6][0x1][0xdd][0x93][0x90][0xd5]3[0xe][0xd9]/[0x80][0xed][0x12][\r]f[0xc3]Qj[0xf3][0xe9][0x9][0xd0][0x8]v[0xa8][0x87]B[0xd8][0x2][0xc7][0xe8][0xad]T_[0x4][0xc7][0xe1][0x13][0x0][0xa2]w[0x7][0xdc]I[0x84][0xef][0xa2][0xbe]BO}[0xe4][0x93][0xd4][0xbb][0x9b][0xfa]6z[0xde]c[0x0][0xf8][0x14][0xbd][0xd1][0x91][0x80]F[0x98][0xfd]qz[0xb3][0xd1][0xb3][0xd2]]3[0x6][0xf6][0xe]n[0x1d]g[0xc1]Y[0xeb][0x19][0x3]i[0x4][0xf2][0xdd]<[0x90][0xe3][0xa9][0x1d][0x83][0xdc]Kb[0xf5]Q[0xc1][0xdb]Nm+8`[0x7]ak[0xa3][0xf7][0xe][0x12]w[0xa7][0xc0][0xe5][0xd6][0xa9][0x99][0xb8]*[0xe1]3p[0xaf][0xc0]S[0x9][0xf7][0xc1]g[0x89][0x82][0x3][0xca][0xe1]s[0xf0]y[0x92][0xc9][0xc6]W2[0x6][0x8e]f[0xfa][0xc2][0x12][0x15][0xd6][0x14][0x83]<[0x6][0xce]7@[0xb2][0x8d][0x80]-[0xfb][0xa2][0xc9][0xd5]![0xa8][0xdc]b[0x91][0xbe][0xd0][0xe4]R[0x8]_[0x12]\l|[0xd3]cP[0xbc][0x8b]8[0xb0][0xde]V[0xb9][0x9f][0x7][0x1b]I[0xa1][0xbc][0x6]y[0xed][0xb5]W`[0xa9]{[0xc][0xf2][0xc7][0xa0][0x80]%+[0xa4][0xff]9[0x97][0xa1][0xa8]][0xcc]!)[0x8b][0xf7][0xd6][0x8e]&[0xc9]y+[0xe9][0xf3][0x0]q[0xb8][0x8d][0xc][0xd7][0xb]+A[0x15][0x8]*t[0xda]&[0x82]U[0x86][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd]b[0xe9][0xb2][0x8][0xcb][0xfd][0xf0][0x0]=[0x19]K[0x1d]}a[0xf4]v[0xe2]=w4I[0xa4][0x83][0x82][0xa0]n4[0xbb]AP7[0xd5][0x83]D[0xe4][0x94]I[0xe4][0x6]z[0xf2][0x1c]'[0xb]P[0xc]%cP[0x9a]L[0xea][0x88][0x85][0x94]3[0x85][0xd4]i8c[0x90][0xba][0xd3][0xd0][0xf6][0x12]v[0xba]y[0xac][0x89][0xf9][0xdc][0x94]q[0xb3][0x80][0x9b][0x85][0xfc][0xa1]<[0xee][0x82][0x8b]A[0xa2][0xf6][0xe][0xc2]w[0x17][0xc8][0xe4]V[0x5][0xe4]Vs[0xc9][0xa5][0xca][0xc8][0x9d][0x16][0x93];[0xc5][0x8d][0xb2][0xc4]T[0xc9][0x12][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "|5[0xc1]%y[0xe4]k[0xe6]N8K[0x90][0xce][0x99][0x90][0xce][0xd0][0x1b][0xab]t[0xbd]n[0x9e]Ega[0xf5]$,[0xa6][0xbd][0xb0][0xa4][0xa8]b,f[0xb4]J[0xea][0x15]-[0xa3]f[0xc][0xaa][0xda]k&ayO[0xed]8[0xac][0x98][0x80][0xeb][0xb2]`o[0x1c]l[0x91][0xf0][0xc1]{[0x9][0xe8]}PM[0xd6]XG~[0x16][0xb3]Y5A[0xff]:<$[0xa0][0xae]7[0xa1][0xae]O[0x81][0xba]>[0x5][0xea]y[0x13]j[0x8f][0xa1]='k[0xca][0xc5]Mu[0xf2]f=E[0x9a]:M[0x0][0xce]X4[0xe3]4[0xd9]9S[0xd8]9S[0xd8]=l[0xb2];lhf[0x81]{[0x1c][0xdc][0xe7][0xa0][0xa4][0xa8]f&[0xd1][0x1f]"k[0x9d]'[0xee][0xf][0x93]}.[0x98][0xa2][0xcb][0x16][0xd1][0x17][0x98]X[0x16][0xa4]`Y[0x90][0x82][0xe5][0x11][0x13][0xcb]I[0x3][0xcb][0x1a][0xc3]J[0xe7][0xc0][0xcd][0xa8][0xce][0xc2]2}[0x80][0xb6][0x90][0xe7][0x95][0xb3][0x84]q[0xe5]L[0x18]G[0xc8][0x1b][0xbe]MA[0xe1])X[\r]O[0x9b][0x18]+-[0x18][0xd7][0x98][0x18][0xd7][0xa4]`\[0x93][0x84]1[0x8b]/,[0x8d][0x8d][0xb3][0xb1]OJ[0x8c][0x8d]>[0x6]u[0xaf][0xd8].L[0x11]OF-;[0xa6][0xc4]`h[0xe3][0xcb]Xjc[0x2]3[0x98][0xb5][0xee]bX[0x95]M[0xa6]^M[0x9d]5z[0x87][0x9a][0xeb]yCO[0xc0]Z$O.[0x16][0x12][0x17][0xdd][0x90]F[0xe4][0x5][0xc4][\r][0xe0]E[0xc8][0x85]I[0x12][0xff]%[0x98][0x7][0xaf][0xc0]2x[0x15][0xae][0x87][0xef]Z[0x1c]d[0xad])[0xf0][0xda][0x14][0x81][0xd7][0x1a][0x2]C|[0x8f][0x89][0xfd][0xb8]![0xc7][0x13][0x2][0xf5][0x93][0xa6][0x99][0xba][0x8d][0xa4][0xa2]<[0xb]7[0xb2][0x16][0x8][0xe9]Mq4[0xb2][0xf8][0xf6]:9[0xdd][0xf7]-[0xdc][0x15][0x93][0xbb][0x92][0xc2]]IQ[0xf7]H:^[0xeb][0xa6][0xe2][0xf5][0x3][0xe2][0xf5][0xe6]U[0xf2][0xb2][0xf1]M[0xae][0xc1][0xab][0xcb][0xb0][0x86]LF([0x11]FH[0xe6][0xf4]6[0xe9][0xf8][0x1d][0xb]'[0xd9][0xe4]$[0xa7]p[0x92]S8}[0x8b]\R[0xe7][0xb4][0xde]p[0xa2][0x2][0xc3][0xaf][0xb3]_[0x86][0xf5]cP[0x9f][0x1c]pbq[0x9f][0x2][0x83][0xd5][0xdd][0xa0]'[0xdc][0xe5][0xd4]>[0x5][0x17][\r][0xaf]\OO[0x6]d'[0xd4][0x1b][0x92][0xc9][0xbc]oAl7[0x11][0xdb][0x8d][0x9c]b[0xe3]_+[0xc]2[0xbf]c[0xe4][0xeb][0xd6]I[0xd8][0xd8]C[o[0xd3][0x18]ln[0x1f][0x81][0xbc][0x8e]Ih[0xe8][0xf1][0x8c]C[0xe3][0xa8][0x9b][0xf3][0xd8][0x16][0xca][0xe4][0x9c][0xc3][0x9b][0x8c]g[0xb3][0xf1][0xdc]j<[0xb7][0x89][0xe7]8|[0xa4][0xc3]3jh[0xbd]@l[0x1c][0xc6][0xb4][0x92][0xac][0x5]([0x81][0x82][0x5]P[0x80]yP[0x88][0xf9]P[0x86]s[0xa0][0x2][0x8b][0xc0][0x85][0xb4][0xf]p.[0xac][0xc3][0x12]h[0xc0]R[0xd8][0x8e][0xf3][0x4][0xf6][0xb5][0x84][0xb6][0x90]t[0xff][0xc][0xed]([0xe][0x10][0xad][0xa6][0x14][0xad]ff[0xdc][0xc][0x97][0xe0]Y[0xe2]QAU[0xc2]s[0xf0][0xbc][0xa8][0x0]^[0x80]1C[0xb2][0xed]Fh[0x91]'a{O[\r][0x5][0x8e][0x96]$-a[0xa5]%[0xf3]Z[0xed][0x1a][0xab]0d[0x83][0xbe][0x8d][0xef][0xc6][0xcd]*[0xc0].[0xb2][0xb8][0xab]FdL[0xe7]kPRos[0x97][0xd9][0xc6][0xa1][0xf5],[0xcc][0x9d][0x84][0x1d]=[0x1e][0xf1][0xd6]6[0xe][0xa4]F[0x9b]'[0xce]S[0xf8][0x13]zH[0xb]+M[0x9][0x89][0x8e][0xc9][0xd7]e[0xf2]u[0x19]|[0xb9]7![0xe4]R[0xa8][0xc6]y[0x91][0xf6]:[0xdb][0xea]%[0xc2][0xa2][0x97]z[0xf7][0xd1][0x1b][0xc7][0x81]jw[0x1c][0xcc]8t[0xdc]d+[0xb5][0xe5][0x9e]>[0xf]v[0xcf][0xe8]e[0xe8],[0xb5]=[0xb];[0xc7][0xe0][0xa3]d[0xa4]]q0"f"[0x95][0xb8][0x1][0xe6][0xe1]F2[0xc7]f[0xb][0xa8]j[0x13]T[0xb5][0x9][0xaa][0xda][0x4]Um[0x80]*[0xa4]l[0xf0]2[0x5][0x1e][0x9b][0x11]D[0x12][0x83][0xc7][0xab][0xa6][0xca]N[0x1a]*[[0xa1][0xd7][0x19]k[0xa8][0xce][0xa8][0xb7][0x95][0xd9]&[0x80]N[0x92]gA[0xf2]PY8[0x9]]=[0x9e]2[0x1b][0x19]i[0xcf]h[0xe2][0x6][0xc4]VRX[0x9b][0x5][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x13][0xdb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x[0xcd][0xc0][0xb6][0xc2]p[0x4][0x85]B[0xe4]wi{[0xda][0xcc][0xed][0xa9][0x8f][0xfc][0x96]P[0xe1][0xf7][0xa6][0xc2][0xb6]*-[0xb6]n[0x3][0xdb][0xde]dl=[0x84]m[0xff]Ua{=[0x5][0xdb][0xeb][0x2][[0x16][0xff][0xe4]b`{[0x8c]h[0xb2]y[0xab][0xdc][0xb4][0x1]o[0xa9][0xb7]y[0xea][0xed][0xee][0x1a][0x2]Rf[0x1f][0x87][0x1e][0xbd][0xcf][0xdd]}[0xf5][0xf6]2{[0x1c][0x99](2[0xd1][0xb][0x12][0xf6][0x82][0x8c]>([0xc5]>X[0x8a][0xfd][0x2][0xe5]f[0x9d][0x9e][0x89][0xb2][0xca]DYe[0xa2][0xac]2PJ[0xb0][0x8][0xde][0x10](eBw[0x85][0xc6][0xec]&^[0xfd][0xdb][0xf][0x4][0xde]7[0xe1]-#[0xc4][0xbd]N[0xef]\[0xd5]5[0xb8])[0x10][0xec][0x9f][0x80][0x8f]!0[0xb4][0x9][0xb8][0x95]u[0xe9][0xe6][0xde][0xc7][0x91][0xf8][0x1c][0xa8]w[0xd4][0x96]9&[0xe0][0xb6],Jr[0x85]e[0x8e]2[[0x8d]g[0x2][0xbc]6[0xa8][0xb7][0x8d][0xfc][0xfa][0xdd]2[\[0x16][0xdd]K[0xf]A%[0xfa][0xc1][0x83]C[0xb0][0x9][0x87][0x85][0x1c][0xdb][0x89]O%[0xcc][0x87][0xdf][0xa6][0xf0][0xe5] D[0xab][0xe1]w[0xe1][0xf7][0x84][0x5][0x1a]L[0xd9][0x1a]L[0xd9][0x1a][0x84][0x1c]Y[0xa2][0xc7]Rf[0x8b][0x1e]Kd[0xb3][0x4][0xef][0x6]!Q[0x96][0x11][0xbc][0x9f][0xfe][0xdf][0xa6][0xc0][0xaf]KVo[0x14]h[0xe]N[0xd1][0xbd][0xc9]a$b[0x9][0xb6][0xe][0x93][0xbf]C[0xf0][0x8a]%[0x83]w[0x89][0xd7]{&=[0xe]"[0xd9]1[0xaf][0xa3][0xbd][0xeb]+[0x86][0x3]c[0xd0][0xd7]^[0x9b][0xf0][0xae]N@?e[0xfd][0xda][0xb8]>D-[0x88]wR[0x10][0xbd][0x1b][0xaa][0xf0][0x84]%|Y=O[0xe7][@E[0xc1]{B[0xee][0x98][0x8c][0xfa][0xc8][0x1f][0x98]2[0xbe]K[0xff]?[0x84][0x1f][0x99]U[0xa1]C$[0x82][0xf2]Z[0x8b][0xf3][0xcf][0x99][0x84][0x81][0x1e]O[0xad]8[0xcb][0x8d][0xc3]`[0x1c][0x89].[0xf9][0xfd][0x96]#Z[0xb9][0x89][0xa0][0xdc][0xd4]|[0xb9][0xa9][0xf9]r[0xc3][0xab][0xe2][0xfa].O[0xd0][0xf7][0x1f][0x12][0x8d][0x1f]O[0xa7][0x1f]-I?[0xda][0xd4][0xfa]9G[0xfa]9O[0xfa][0xb9]0[0xa3]~[0xae][0xa4][0xe8][0xe7][0x8a][0x5][0xd3]O[0xe8][0xff][0xa7][0xf0]3[0x3][0xd3][0x1e][0xc3][0x7][0xca]j[0xde][0x80][0x82][0x9a][0x9]8[0x88]P[0xc][0x87][0x9e][0x4];[0x8e][0xea]oq[0xb7][0xd0]aMp[0xfd]H%@"[0xdc]Q[0xb0][0xe1]%p[0xe0]s[0x16][0xb2]y&[0xd9]<[0x9d]la3[0x1d]}[0xde]7[0xc8]n2[0xc8][0xe6][0xba]k^[0x83]!:[0xe7]'[0xd7][0xc2][0xeb]-[0xa4]rMR[0xb9][0xf0][0xa7]l[0x0]"u[0x2][0xfe][0xcc][0xcc][0xd5][0xfa][0xd9]Z[0x16][0xa4]([0xdc][0x5].[0xa5][0xa5][0x95][0x9a][0xab][0x5]-[0xd1][0xfb]s[0xbe][\r] [0xaa]'[0xe1]/[0xa6][0x0]hO.[0x93][0xa6][0x5]H[0xac]t[0xe3][0xfc]%[0xfc][0x95]x[0xfe]5[0xba][0x81]K[0xef]l[0xd8][0x8][0xfa][0xdf]!([0xc1][![0x17][0x1b]q[0x13]>[0x2][0xb9][0xbf][0x1]PK[0x7][0x8][0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/junit/runners/JUnit4.classuQ[0xd1]N[0xc2]0[0x14]=[0x85][0xc1]d[0xa0][0x8]"[0xa0]_[0x80][0x98][0xb8][0x98][0xf8][0x6][0xe1]A[0x82][0x89]f1F[0x94][0xf7]2[0x17],[0x8c][0x96]t[0x9b]Q[0xff][0xca]'[0x13][0x1f][0xfc][0x0]?[0xca]x;[0xf4]A[0x17][0xdb][0xa4][0xf7][0xdc]sOOo[0xdb][0x8f][0xcf][0xb7]w[0x0][0xc7][0xd8]s[0x90][0xc7][0xae][0x8d][0xa6][0x8d][0x16]C[0xb1]/[0xa4][0x88][0x7][0xc][0x8d][0x8e]7[0xe7][0xf][0xdc][\r][0xb9][0x9c][0xb9][0xc3][0x90]GQ[0xef]`[0xc2]`[\r][0xd5]][0xc0]P[0xf5][0x84][0xc].[0x93][0xe5]4[0xd0]7|[0x1a][0x12]S[0xf7][0x94][0xcf][0xc3][0x9][0xd7][0xc2][0xe4][0xdf][0xa4][0x15][0xdf][0x8b][0x88]a[0xdf]Sz[0xe6][0xce][0x13]rvu"e[0xa0]#[0xf7][0xe2][0x96][0xb2][0x93][0x1e]Caa[0xcc][0x19]j[0x99][0xf3][0x18][0x9a][0xbf]M[0x9f]V?[0xc6][0x8d][0xbf][0xe2]~w@zg[0xf4][0xe8][0x7][0xab]X([0x19][0xd9]h3[0x94][0xc6]b&y[0x9c]h[0xda][0xd2][0xca]\[0xc8][0xec]1wr[0xc6]*[0xd1]~p&[0x8c]sy[0xdd][0xd8][0x91][0xd1]V`[0xa1][0xc0][0xd0][0xfe][0xaf]{[0x86]N[0xb6]t[0x1a]*[0xb1][0xae][0xa7][0xa7]\[0xa7]<[0xc3]aV[0xba][0xa4][0xb7][0xc][0xdd]s[0xa2][0x4][0xf][0xc5]37[0x8d][0x8f][0xb4]V[0x9a][0xbe]%G[0xbf]b[0x6][0xa3]I]PV[0xa4][0xec][0x8a][0xf8][0x1c][0xc5]b[0xf7][0xf0][0x15][0xec][0x85]P[0x1e]6[0xad]N[0xca]6I[0xd7][0xc2]F[0x8a]R[0x15]JTA[0x8a][0xca][0xa8][0x90][0xd3]&a[0x13][0xd7][0xcc][0x16][0xa1]*a[0x8b][0xe2]6j[0x84]r[0xa8][0x13][0xde]IQ[0xe3][0xb]PK[0x7][0x8][0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/MethodSorters.class[0x95]TYO[0x13]Q[0x14][0xfe][0x86].[0xd3]e[0x80]R6YDA[0x94][0xb6],[0x95][0xcd][0xad][0x15][0xa9][0xa5]([0xa6][0x94][0x87][0x1][0x12][0xf4][0xc1][0xc]e(C[0xa6]3d:%[0xf1]_[0xb1][0xa8][0x18][0x8d][0x86]g[0x94][0xf1][0x9c][0xe9]@Z,[0x1][0xa7][0xc9]=[0xf7]l[0xdf]9[0xdf][0xb9][0xf7][0xf6][0xf7][0x9f][0xef][0xbf][0x0]Lc9[0x8]/fB[0x98][0xc5][0x9c][0x88][0x1][0x11][0xf3]!t[0xe0][0x9]/O[0xd9][0xf3],[0x80]h[0x10][0xcf][0xf1]"DJ[0x8a]-[0xe9][0x0][0xba]X[0xbe][0xc][0xa0][0x9b]=[0xb][0xac][0xbc][0x12][0xb1]([0xa0][0xad][0x90]Y[0xcd]}[0xcc][0xc8][0xd9]\ai[0xa5][0xf0]F[0xc0]p[0xde][0xb4]J[0xc9][0xfd][0xaa][0xa1][0xd9]I[0xab]j[0x18][0xaa]UI[0xae][0xaa][0xf6][0x9e][0xb9]#[0x9b][0x96]MZJ[0x80][0xe7][0xdd][0xe6][0xaa][0x0]q)[0xb7][0x9c][0xd9][0xc8][0xaf][0xb][0x8][0x15][0xcd][0xf2][0x81]b)[0xb6]i[0x9][0xe8][0xc9][0xef]+[0x87]J[0xb2]jkz2{i[0xa7][0xac][0xa0][0xac][0x95][0xc][0xc5][0xae]Z[0xaa][0x80][0x99][0xa6]A[0xe9][0x9a]UW[0x8c]R[0xd2]Rwu[0xb5]h[0xbb][0xb5]S[0xb][0x4] [0x8e]nf[0xf2][0x1b]9Y[0xc0][0xc8][0x87][t[0xe9]?T[0xf4][0xaa]Z[0x11]0[0x1a][0x8b][0xdf]&[0xde][0x9b]5w[0xa8][0xb5][0xf6][0xbc]f[0xa8][0x85]jy[[0xb5][0xd6][0x95]m[0x9d],[0xa2][0x3][0xb4][0xb6]+`>V[0xd7][0xa1]l[[0x9a]QJ[0xc5]o[0x1][0x1d][0xcd][0x9b]EE[0xdf]T,[0x8d][0x11]]X[0xaf][0xa1][0x94]U[0xf6][0xfd][0x3]I[0xbd][0xa7]5[0xc2][[0x10]0[0xd1][0xa4][0xe2]J[0xf3][0x9][0xc7]7[0x9][0xd3][0xde][0xd3]*|[0x6][\r][0xf5]>[0x1d]\[0xd4][0xbc] [0xf0]?[0x83]g[0xdc][0xd6][0x92]jg[0xeb][0xe][0xf9]N,~[0xdd]1[0xcf]][0xe3][0xba][0xe1]p[0x3][0xe9][0xa2][0xee]r[0xf6][0xc4][0xb8][0xe4]l]|[0xce][0xa8][0x96][0xd3]7[0xce][0x99]aB[0xb2]Y[0xb5][0x8a][0xea][0xb2][0xc6]l[0xa3][\r][0xfe])[0xc6][0x93][0xd0][0xcf]Of@B[0x6][0xaf][0x5][0xdc][0xbb][0x1]S[0xc2]}d%<[0xc4][0x92][0x84][0x1e][0xf4][0x8a][0xc8]I[0x88][0xa2][0x97]-[0x8f]x[0xd7])[0xa1][0x8b][0x97]n[0xb6]u[0xa3][0x93][0x1e]Tc[0xd7][0x2]|E[0xdd]4[0xa8][0x99][0xae][0x8b][0xb9]8[0xbe][0xb5][0xed]}[0x1a]@[0xea][0xca][0x95][0xca][0xea]J[0xa5][0x92]jv[0xc7][0x1a]Q)[0xaf][0xa7][0xd9][0xc5][0xe0][0xb9][0xd5]Q[0xd2][0xc][0xe2]`(z[0x3][0xa7][0xc5]iz[0xfc][0x1d][0xf4]G[0xe2][[0xec]c[0x6][0x0][0xc9].Wv[0xb3]$+q[0x5][0x9d]2[0xed][[0xd0][0x17][0xe9][0xe7][0xa1]q[0x6][0xfa]0[0x88][0xbb][0xe4][0x19]"m[0x84]$[0xa1][0x13][0x8]_[0xd1]r[0xe][0xcf][0x11]i[0xd4][0x0][0xad]~[0xc7][0xd7][0x86] [0xcd]o[0xd8][0x8d][0x9f]',[0xb6][0x86];[0xe1]M|[0x83][0xef][0x1c][0xde]#[0xa7]@}[0xc2][0x8][0xad]R-[0xc][0xf]0[0xea][0xf8]i[0xd6][0xb4]2[0xc4]{x[0xa8]y[0x8a]H[0x8c][0xf][0x9e][0xc1][0x9f][0x98][0xfc][0x2][0xf1][0x98]t[0x8f][0x83][0xd1]F[0x92][0xdb][0xf2]Sf[0x98]r[0x19][0xab][0x87]2[0x19]q[0xcc]![0xc6];[0xa6][0xe6]A[0xec][0xb2][0xe][[0xfa][0xc8]R#[0x1b]'[[0x2][0xe3]n[0xbd]$i[0x1c][0xe3]K|[0x86]x[0xb5][0xd9][0xb1][0xba]f}n[0x81][0x1a][0xc8][0x4][0x2][0x98][0xc4][0x94][0xcb]['/o[0xc0][0xbb][0x15][\r]xN[0x10][0xbf][0x0]\[0xa0][0xea]`[0xd3][0xc1][0xb6][0x83][0x1d][0x86][0x8c][0xe6]c[0xc1]P99[0xbd][0x1b][0xf1][0x9][0xf7][0x14][0xd7][0x81][0xd7][0xb3]F[0xea][0xe0][0x92][0xa1]t[0xa5]uh[0xb9][0x95][0xa1][0xae][0x8b]g[0x1e]+[0xcb][0xe0][0xbc]K=[0x14][0xaf][0x1f][0xc]n/[0x8c][0xcd]@[0xdc]HE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0xe]7$e[0x85][0x91]obx[0x9e][0x88]1T[0xbb][0xb1][0xb6]r,[0x1e]e$[0xfb]J[0xcc][0xd5]"[0x86][0xc3]?[0x86]|[0x96][0xf0][0xba]$[0xa1][0x93][0x88][0xec][0xb3][0x13][0xae]b[0xd2][0xae]-[0xa1]vB%[0x7]S*p[0xba][0xf][0xf7]~[0xb3][0xd5]`[0xd8]_\[0xe2]s[0x13]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8]K[0xcc][0xa3][0xc5][0xf9][0x86][0x12]c[0xd2][0xf4][0xa7]/[0x82]H[0xb9]V[0xc3][0xbf]m[0xd7][0x1d][0xec]2[0x9c][0x85]&[0xf0]F[0xb1][0x96][0xd6]3[0xb1][0xd6][0xc2]D[0xde][0xbf][0x8e][0x8f]g[0x88]zs[0xff][0x82]B3[0xa1]_+[0x1e]E[0x82]`qn[0xdc][0xee][0x8f][0xc4][0x80]Fz[0xb0][0xf0]/[0xf3]i[0x11]c[0x89]{[0x8d][0x81]!E'M[0x1b]f[0x19][0xda]+[0xb2][0x84]r[0x84][0xd2][0x11][0x1c]z^[0xa1]0[0x85]<\[0xba][0xf7](Z[0xa5]tA`[\r][0xeb][0xd8]H[0xc2]'0[0x81]"J[0xd8]"[0x82][0x8b]D[0xaf][0x8c]J-[0xff][0xb]PK[0x7][0x8][0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.class[0x85]R[0xdb]J[0xc3]@[0x10][0x9d][0xb5][0xad][0xb1][0xb5]j[0xbd][0xdf][0x10]E[0xa4]([0x82]A[0xf0]IE[0xf0][0xd2]B[0xa5]j[0xa9][0xad]">[0xad]qL[0xb7]n7e[0xb3][0x11][0xf4][0xd3]|[0xf0][0x3][0xfc](q[0x12][0xd1]TZ[0xed]C[0xd8][0x99][0x9d]3[0xe7][0x9c][0x99][0xec][0xfb][0xc7][0xeb][0x1b][0x0]l[0xc3][0xa2][0x5][0xd3][0x16][0xcc]Y0[0xcf] [0xf5][0xc4]e[0x80][0xc]&[0xd7]7[0xca]M[0xfe][0xc4]m[0xc9][0x95]k[0x1f]K[0xee][0xfb]{[0xc][0xc6][0xf][0x95][0xf2][0xc]7[0xc2]S'[0xf8][0xc0][0x3]i[0x18][0x9c][0x95]=[0xed][0xda][0xcd]@[0x9]c[0xeb]@)[0xd4][0xbe][0xdd][0xe6][0x9a][0xb7][0xd0][0xa0][0x16]/xo[0x1f]I[0xcf]y<[0xad][0x13]`'"[0xaa]F[0xa8]ka[0x1a][0x95]o[0x9c]_[0xe4][0x8e][0xf1][0xf4]3i[0xa4]/[0x85][0xab][0xb8][0x9]4[0xb9][0xb8][0xe8]v[0xb1][0xbf][0xd9]W/f[0xfd]R[0xfa][0xe6]> [0xf6][0xcc][0xa5][0x17]h[0x7][0x8b]B[0x12][0xfd]D[0xa5][0xb3]o+Tb0OMF[0xb4][0xf0]J[0xf8][0xe2]Nb<[0xb1][0xcf]`[0xa5][0xc3][\r][0xff])[0xd8]U[0xa2]PaD[0x2][0xf9]>[0x90][0x8a]'[0x85][0x13][0xce]iU[0xeb][0xe7][0xb5][0xd2]Y[0xe1]O[0xd6][0x92]j[0x90]1[0x83][0xf7][0x4]^[0xea][\r][0xa9]q[0xed][0xa2][0xa1][0xfa]j[0xef]zAb[0x8b]dk[0xcf]m$P[0xb2]vS)X[0xb0][0xc0]`[0xb7]{[0x85][0xbf]V[0xb1]V[0xf7][0xf1][0x8f]-2X[0xf8][0xaf][0x98]-[0x85]i[0xf4][0xa7][0x90][0x16][0x96][0x8b]m][0xdc]5[0xd1][0xa1][0xf7][0xb2][0xdc][0xd3]i[0xbc]fB[0xf4]q[0x97]g[0xc0]`[0x80][0xbe][0x4]=_[0x96][0xa4][0xc1] E[0xf9] e[0x9][0x7],[0x18][0xa2]`[0x0][0xd2]T[0xce]D[0xd1]0d[0xe9]\[0xa6]|[0x84][0x9a][0x92][0x8][0xa3]0[0x6]9[0xba][0x1a][0xf][0xd3][`[0x8][0x13]0[0x9][0xb3]t[0x93][0x81][0x90]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xf2][0xe9]OPK[0x7][0x8][0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/junit/runners/Parameterized.class[0xb5]X[0x9]x[0x1b][0xd5][0x11][0xfe][0x9f]-yei[0xed][0xd8]r[0xe2]DN[0x8][0xb2][0x13];[0x8e]d[0xc7][0x1]BIl[0xe3][0xd4]111Xr[0x88][0x9d][0x4][0x93]P[0xba][0x91]7[0xf6]&[0xb2]$V[0xab][0x1c][0xa4])-[0xa5][0xa5][0xf7]][0xda]P[0xa0][0xb4][0xa5]M[0xef][0x9a][0xcb]v[0x8][0x87])[0xa5]Pz[0xd2][0xbb][0xb4][0xf4][0xbe]([0xbd]i)[0xbd][0x80]yoW[0xd2][0xea]pl[0xc2][0xd7][0xef][0xf3]j[0xdf][0xbe][0x9d][0x9d][0xf7][0xcf][0xcc]?[0xf3][0xe6][0xf9][0xd1][0xe7][0xee][0xbe][0xf][0xc0]YlI9[0xba][0xf0]!76[0xe2][0x16]7[0x8d]>[0xcc]>"[0xe1][0xa3]n,[0xc7][0xad][0xfc][0xe1]c[0x1e]8[0xf1]q>:[0xee][0xc6]'[0xf0]I.[0xff])[0x9][0x9f]v[0xe3]3[0xb8][0x95]?|[0xd6][0x3][0x19][0x9f][0xe3][0x8f][0x9f][0x97]0![0xe1]J[0x9][0xb7]q[0xf1][0xdb][0xf9][0xcf][0x1d]\[0xcf][0x9d][0x12][0xee]rc[0x12]S|f[0xda][0x8d][0x13][0xb8][0xdb][0x83][0x93][0xb8][0xc7][0x83]{q[0x1f][0xff][0xb9]_[0xc2][0xc][0x17]|[0x80][0xff]|A[0xc2][0x83][0x12][0xbe][0xe8]F[0x3][0x1e]r[0xe1]K[0xfc][0xfe]0[0xff][0xe6][0x11]>[0xfa][0xb2][0x1b][0xf5]x[0x94][0xeb][0xf9][0x8a][0x84][0xaf][0xba][0x11][0xc0]C[0x12][0xbe][0xe6]A5[0xbe][0xce]U~C[0xc2]7=X[0x8c]{[0xb8][0xc4]c\[0xdb]#.|[0xcb][0x8d]o[0xe3];.|[0xd7][0x8d][0xef][0xe1][0xfb]n[0xfc][0x0]?t[0xe1]q[0x17]~[0xe4]F[0xb]~,[0xe1][0x9]7:[0xf0][0x10]7[0xee]'[0x12]~*[0xe1]g[0xc]u[0xdb][0x93][0xea]VEW[0xc6]UC[0xd5][0x93][0xdb]R[0xb1][0x98][0xaa][0xf7]*[0x11]#[0xae][0x1f]f[0x90][0xfb][0xf8]cOTI&[0xd5][0xa4][0x84][0x9f]3[0x94]gd[0x19][0xdc][0xd9][0xef][0x18][0x16]\[0xb0][0xb9][0xb7]{{[0xff][0xd0][0x15][0xbd][0xdd]=C[0x3][0xdb][0x86][0x19]6[0xf4][0xc7][0xf5][0xd1][0xb6]}[0xa9][0x98]f[0xb4][0xe9]Bo[0xb2]-[0x91][0xfe]B[0xbb]J[0x1d]i[0x9b]e[0xdd][0xe]R[0x1d][0x1e][0xb8]b[0xdb][0xf6]px[0xf3][0xb6]A[0x86][0xaa][0xfe]}[0xca][0x1][0xa5]-eh[0xd1][0xb6]~-i[0xd0][0xfb][0xf2]Am4[0xa6][0x18])]e[0x8][0xe6][0xbd][0xee],X[0xb7][0xcd]T[0xdf][0xd1]E_J[0x16][0x14][0x86][0xb2]N[0x8d]D[0xba][0x18][0x16]6[0x9b][0x1a][0xa2]Jl[0xb4]M[0x18][0xdb][0xb1]z[0x7][0x83][0xa3]'>B[0xea][0x17][0xf4]k15[0x9c][0x1a][0xdf][0xa3][0xea]C[0xca][0x9e]([0xcd]x[0xfb][0xe3][0x11]%[0xba]C[0xd1]5[0xfe]lM:[0x8c]1[0x8d][0x94][0xd6][0x17]1z[0xab][0xdd]h[0x82][0xe0][0xdc][0xcf][0xd7]`[0xa8].X[0x96][0xa1]B[0xcf][0x8d][0x80];a[0xf3]q[0xcb]\[0xca]Wf=J[0xba]jsq[0x1e]N[0xa4][0xb1].[0xcc]_[0xb8]3[0xc0]][0xe3][0xde]|([0xa2]&[0xc]-[0x1e][0xa3]X[0xff][0x82]aq[0x81]_[0xb8][0x1c]wM[0xdd][0xa8]j[0xcc]J[0x9a][0xfe]"[0xee]|[0x9]T[0x90][0xf7][0x9a][0xc3][0x1e][0xd3]in%[0x16][0x8b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "G[0xc9]P[0x18][0xea]|[0x87][0xcc][0xce]nR[0x1d]*[0xb0]/x[0xda]@[0xbb]:$[0xfc]R[0xc2][0xaf][0x18][0x6][0x8a][0xbb][0xed]%[0xb8][0xc0]C[0xee][0xee][0x19][0xd3][0xa2]#[0xba]JF{[0x9b]W[0x17]&Dk[0xc1][0xe4][0xa9][0xd3][0xa0]1[0xa2][0xab][0x8a][0xa1][0xe][0xa9]Ic[0xa7]f[0x8c][0x85][0xe3]F8[0xae][0x8f]+Q[0x8e][0xc4][0x9e][0xd6][0xbb][0xec][0xc6][0xc][0x1a][0xba][0x16][0x1b][0xed][0xe8][0xb3]M[\r][0xec][0xd9][0xa7]F[0x8c]yX[0x97]^)[0x87][0xa1]RB1h[0xc8][0x8d]*\[0x86][0x12]E[0x8b][0x8d][0xa8][0x87][0x18]X[0x1f][0xc3][0xd2]l"[0xc][0xe8][0x83][0xf4]>[0xaa][0xda]J[0x91][0xb7][0x10][0x12]C[0xcd][0xae]b[0xb3][0x15]J4j[0xb7][0xb0]6[0xed]9![0xd6]G[0x93][0xce]][0x9e][0xe1][0xea][0xe6]Y[0x13][0x9d][0x8b][0x9b]{s[0x91][0xfa]^[0xa4]n[0x9e]f[0x81]/7[0xd2][0xeb]0[0xac][0x98][0x7][0x18][0xbe][0xdd]k1%[0x9a][0xc9]-GL[0x98][0xeb][0xea][0x8c]D[0xad]n[0xad][0xb4][0x99]w [0xee][0xc1]xJ[0x8f][0xa8][0xbd][0x9a]h[0xc8]r[0xf6][0xfc]5[0x1c][0xbc][0x8c][0xb][0xb1]EF?~#[0xe3]r[0xbc]BF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0xa8][0xa4][0xcf][0xbf][0x92][0xf1][[0xfc]N[0x86][0xe][0x1a][0xdd][0x80]'e[0x1c][0xc5][0xab]%[0xfc]^[0xc6]S[0xf8][0x83][0x8c][0x8b][0xb1][0x85][0xa1][0xfd][0xf4][0x9b][0xf][0x9][0x94][0xb1][0x19][0xbd]2[0xfe][0x84]?[0xcb][0xf8][0xb][0xfe][0xca]p[0xde]i[0xe6]$5[0xc8][0xf9][0xe1][0x92][0xf1]7<-[0xe3]}[0xb8]^[0xc6][0xdf][0xf1][0xf][0xf2]Pa"HxF[0xc6]?[0xf1][0xac][0x8c]w[0xe2]][0x12][0xfe]%[0xe3][0xdf][0xf8][0x8f][0x84][0xff][0xca][0xf8][0x1f][0x9e][0x93][0xf0][0xbc]L[0xf9][0xc4]dV[0xc2][0xa1][0xad][0x9a][0xe7]~![0xb3]R[0xfe][0x8d][0x83]1[0xda][0x11][0x8b]0[0x9a][0xa8][0x9e][0xcf][0xb6]M)JWU[0xe7][0xa1][0xba][0x91]:[0xdc]p[0xdc][0x9f]H[0xed][0x89]j[0x11][0x92]7y[0x11]6}[0xfc]&[0xff][0xfd][0xf1][0x98]_d[0x85]_fNV&3[0x89][0xa2][0xc3]\[0x8f]h[0x91][0xea]-[0xc5]>[0x9d]oW[0x97][[0xcf][0xca][0xd5][0xf1][0x84]![0xb6]B[0xd4][0xa3][0xb][0x1b][0x1][0x94][0xa2][0x8e][0xb7]!4[0xaa][0xe3][\r][0x13][0x18][0xfa]h\[0x82][0x8b][0xe0][0xe5]=[0x8e][0xed][0xd9]C[0xe3]~[0x84][0xe8][0x8b]0[0xcd][0xdc][0x4]'[0x1c]t?'[0x10][0xbc][0x1d]l[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "%[0x81][0xe0][0x14]JC[0x81])8j[0xe0][0x9c]D[0xd9][0xc][0x9c][0xe1]@[0x80][0x9e][0xa5][0xd6][0x13]p[0xd1][0xbe]8[0x85][0xf2]i[0xb8][0xef][0x82][0xe7]6[0xb1][0xec][0x0][0xfd][0xd6][0x92][0x12][0xe0]i[0xb8][0xa8]G[0xa9][0xc4]3X[0x86]gq6u![i6`[0xaa][0xc7]%[0xd8][0x6][0x88][0xd1] [0x86][0x8]B%[0x1a][0xb1][0x9d][0x0][0x97][0x90][0xf4]b[0xec][0xc0]N[0xd2]u)[0xbd][0x97][0xe9][0x9d])5L[0xa3][0xcb]h[0xec][0xa0][0xfb].[0xb][0xfe]n[0xba][0xa8][0xb][0xb4][0xc0]_OO\{C[0xb0][0x6][0xf2]$*f [0x87]Z[0x1e][0x86]t;*'ZN`[0x1]C[0xb8]u[0x12]U3[0xa8][0x9e][0xc8][0xc3][0xfa][0x1c]<[0xb4][0xcc][0x2][0xde][0xdd]0r[0x1d]sf[0xb0][0xd6][0x91][0x15]W[0x10][0xc2]R[0xae]7[0x83][0xba][0xc1]B[0xcd][0xff]Q[0xfb]J([0xb4][0xee][0xa5]BW[0x89]%[0xbf][0xc7][0x92][0xcf][0xa2].[0xa3]w[0x11][0x8c]X[0xb8]U[0xd2][0xbc][0x17][0xa3]4[0xe2][0xb8][0xdb]H[0x86][[0xe9][0xc][0xdc][0x9][0xcf][0x84][0x10][0x18][0x10][0x9f][0xd0]$[0xf3][0x8]([0xa6][0x1b][0x9c][0x16][0x0]S[0xc9][0x18]][0xd4][0x9b][0xd0][0x1b][0xae][0xe4]([0xa9][0xe4][0xa6][0xac]j}[0x0][0xde]c[0xa8]h[0x9d][0x81][0x97][0xfe][0x8e][0xc3][0xe3][0xb8][0x17]5[0xc3][0xa5][0xad][0x83][0xed][0x8e][0xc0]$[0x16][0x6][0x97][0xf9][0x1c][0xd3]X[0x94]][0xc6]Mw[0xb0]*,e^[0xb1][0xd4]:SM[0xc6][0xd6]U[0xd8][0x8f][0xa8]X~[0x15][0xc6][0x11][0xe3][0xd2]4[0x8a]#A6.%`;p%-][0xc2];j+[0xe][0x87][0xe8][0xce][0xa5][0xd6]r[0xda][0xb0]RZ~[0x12][0xb5][0xfd][0xc1][0x7][0xb0][0xf8][0x18]\[0xc1][0x19],[0x9e][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x95]A[0x13][0xe3]4[0x96]L[0x90][0xa8][0xef][0xfe][0xc][0xa6]:2[0x1e]l[0x9]*[0x98][0xf][0xb]Y[0x1d]|l)[0xfc]l[0x19][0x82]l[0xb9][0xc0]Xk[0xea][0xb7]0V`[0x5][0xa1]H[0x14][0xe1][0x87]A[0x17][0x1d][0x10],??H[0xef]8?[0x86][0xb9][0x1f][0x4][0x9d][0xeb][0xfa][0x83]'[0xc8]p[0x84][0x88][0x1e][0xcb][0x18][0x8e][0xc1]O[0x83]3[0x18]f[0xb0][0x9c]S[0xe5][0xcc]c[0x90][0xe9][0xe6]?[0x6]g[0xeb][0xc4][0xf1][0xe7][0x9f]8[0x89][0xfa][0xe1][0x93]h[0x18][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xef][0xca]I4r=[0x93]h[0xa2][0xd1]$VM[0xa1][0xf9][0xfe]\Z[0xb1][0x15]D[0xab]F4[0xb2]&[0x9c][0xc3]Va=[0xb]fh[0xd5][0x88]*[0x1c][0x14][0x8e][0xf2][0xa2][0x9][0x87]q[0x95]0h[0xd8]2[0xc8]Cp[0x8f][0x88],M[0xa7][0x80]9[0xf3]*[0x9b][0x89][0xf5][0xf4][0x5][0x1d]]L[0x97][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][0xbb][0xe8]M([0x10][0xa4][0x8c]\[0xdd][0xee]8[0x89][0x0][0xc1][0xc][0xb6];}[0xe]aa{[0x99][0xaf][0xcc][0xb2][0xb1][0x81][0x8f][0x84][0x91]-[0xed][0x92][0xcf][0xd9][0xea][0x93]N[0xa0][0xb5][0x4]'[0xb0][0xa6][0x4];[0x8f]?[0xff][0xb8][0xcf]9AT[0x11][0xf1][0xe0]Q[0xe7]e[0xa4][0xcd]2k9$Z[0xec]\J[0xfc][0xf3]P[0xcd][0xd6]c-[0xdb][0x80][0x1e][0xd6][0x89]^v>[0x1d][0x9c][0xba][0x84]y[0xbb]QN[0x91][0xa9][0xc2][0xd5]x[\r]I[0xd7]a[0xb5]0[0xaf][0x8c][0xe0]u[0xe1][0xb5]d[0x94][0x3][0xd5]8W[0x14]![0xa7][0xb8][0xae][0xc1][0xeb]DTB[0x19][0xc6][0x85][0x88]K[0xd7][0x8a][0xb5]Cx=q[0xaf]D[0x8c]xu0k[0x82]_[0x18][0xcb][0xb5][0xbd]![0xa3][0xed]"[0xc1]Z[0xfe][0xe5]u[0xb6][0x8c]{#[0xb9][0xc9]d[0xc2][0x9b][0xe8][0xa2][0x13][0x84][0xc5][0xd0][0xc7]H[0x9a],[0xc1][0xc6][0xd2][0xae][0xb4][0xa3][0x1c][0xc4][0x84][0xb5][0xe4]'[0xa7][0xcf][0x99][0xf1][0x93]S[0xf8][0x89]\[0xe7][0x8][0xb4][0x9c]qm)[0xf3][0x95]M[0xe1][0xac][0xac][0x9f][0x1c]ye[0x84]mF[0x9][0xeb][0xa5][0x98]_[0x88]&[0xb6][0x5][0x9d][0xec]b[0xe1][0x90]-[0xb4]T[0x13]j[0xf0]V[0xa2]h[0x19][0xdd]M[0x87]p[0xb8][0x1b]3&o[0xcc][0x98][0xbc][0xd1]2[0xb9][0x4][0xe7][0xe3]m[0x94]n[0xa5][0x14][0xfb]ux[0xbb]p\[0xba][0xc8][0x98][0xf2][0xd7][0x9]^[0xf0]w[0xdc][\r]Y^[0x98][0x6][0xbf][0x83].:[0x0]Z[0xd4][0xbf][0xda][0xaa][0xeb]A[0x8b][0xb2][0xfd]<5'qv[0xc8]{[0x8e]S[0x94][0x87][0xe0][0xe0][0xb0][0xa3]ep[0x1a][0xeb][0xc2][0x9c][0xe4][0xad]D[0xe6]l[0x85][0xf0][0xf2]O[0xd9][0x0]E}+[0xaa][0xd8]%h`C[0xb6]Z[0x1e][0xb4][0x8c]pQ[0x16][0xbe][T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaa]%x[0x8f]0[0xa2][0x81][0xb8][0xf0]^[0x1a][0x95][0xda][0xe0][0xb9][0xf9][0xf1][0xd5]*Z7[0x13],[0xca]t[0xb4][0x7][0xbd][0xe7].[0x9b][0xc6][0xcb]&q^[0xbb][0xc3][0xe7]h%[0x1c][0xed][0xce][0x93]h[0xc9]d[0xdb]z[0xca]1[0x1f]%l[0xa3]w[0x83][0x99]m[0x1][0x92]Y2[0x85][0xf6],[0xca]J^s[0xd9]0d[0xb6][0x8b]j[0xc6]n[0x81][0xb0][0xcb][0xd4][0x8e][0xf7][0xe3][0x3][0xc2][0xcd][0xed][0x99]Z[0xd6][0x9e][0xa9]e[0xed][0xa2][0x82][0x95]R[0x9a][0xad][0xa1][0xa0]G[0x9][0xe5]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd7][\r]4r[0x92]M[0x1f][0xc4][0x8d][0x16][0xd6]V![\r]T[0x9f]D[0x7]a[0xea][0xbc][0x3][0x95][0xd3]8[0xff][0xe]0[0xbe][0xf1][0xb1]l)[0xc5][0x93]t[0x8a]F7[0x9]h7[0xa3][[0x14]4[0xbe]@[0x17]^[0xde]T[0x8e]Mt[0xef][0xa1][0xbb][0x93][0xee][0x17]4[0x95][0xbf][0x0]PK[0x7][0x8][0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$1.class[0x85][0x92]]O[0x13]A[0x14][0x86][0xdf]iW[0x97].+[0x16][0x84]B[0xfd]@[0x84]*[0x15][0x12]W[0xae][0x15]o[0x88][0xf8][0x91]U[0xd1][0x1a][0xee][0xa7][0xdb][0xb1][0xdd]f[0xbb]k[0xf6][0xc3][0xc4][0x9f][0xe5][0x5]!x[0xc1][0xf][0xe0]G[0x19][0xdf][0x19]Vk[0xad][0xb1][0xd9][0xcc][0x99][0x99][0xb3][0xe7]<[0xf3][0x9e][0x99]s[0xf1][0xe3][0xfb]9[0x80]=[0xb4]k[0xb0][0xb0][0xee][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xce]c[0x3][0xf7]ll[0xda][0xd8][0xb2][0xd1][0x12][0xb8][0x9a][0xf][0xc2][0xac][0xf5]X`[0xc3]O[0xd2][0xbe]7,[0xe2]0[0xf7][0xd2]"[0x8e]U[0x9a]yG2Uq[0xfe][0xc1][0xec][0x9e]0[0xf6]i[0xc8][0xbf][0xcf][0x4][0xb6][0xda][0xb3][0x82][0x1f][0x1e][0xb]X[0x7]IO[0x9]\[0xf7][0xc3]X[0xbd]-F][0x95]~[0x94][0xdd][0x88][0x9e]%?[0x9]dt,[0xd3]P[0xef]K[0xa7][0xa5][0x85][0x8]@[0xc0]}[0xa5][0x11][0x7][0x91][0xcc]2E[0xcf][0xe6][0x8c][0xb3]Z{[0x94][0xd6][0x98]D~[0xfd][0xfc][0xb];+[0xfb][0x91][0xce][0x9e][0xcb][0x82][0x81][0xea][0x15]:~[0xb5][0xed][0xf][0xe5][0x17][0xe9]E2[0xee]{:DcL9[0xb][0xc1] [0x8c]z[0x9d]\[0xe6]j[0xc4]t[0x81][0xe5]E[0x12][0xf6][0x89][0xb7][0x94][0x91]'Pm[0xeb]D[0xa7][0x93][0x14]i[0xa0][0xe]C[0xcd]_[0x9c]8\[0x3]xC[0xcf][0xe3] J[0xb2]0[0xee][0xbf]Q[0xf9] [0xe9][0xd9][0xb8][0xef][0xc2][0xc6][0x9c][0x8b][0x1a][0x9a]6[0x1e][0xb8][0xd8]F[0x93]/4[0xeb][0x1e][0x4][0xea]cE[0xef][0xba]C[0x15]P[0xe5][0xf6]t[0xd6][0x88][0xef][0x12]y[0x97]Y[0x9d][0xb2][0xf2]T`[0xfd][0xff]|[0xbe][0xdb]t[0xbd][0xac][0x91][0xb1][0xec])[0x8b][0xcd][0xc5][0xe][0x81][0xa8][0xd7][0xb5]t[0xb6]][0x95][0xa3][0x6][0x87]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde]y[0xae][0xe]Q[0xe1][0x7]8;[0xbb]'[0x10];[0xa7][0xa8]|31.-[0xb3]h_[0xe3][0x1a][0xad]k[0xd6][0xe][0x16][0xb0][0xc8]yi[0xc2]s[0x3][0xba]=[0x96][0xb1]R2[0xdf]s[0xd6]L{[0xf7][0xc]U[0x81]1[0xd0]1[0xee][0x17][0x4][0xbf]4[0xd0][0xc6]eX[0x9][0xd5][0xab][0x6]V[0x99]<[0xc6][0xdb][0xbf][0xf1]kh[0x96][0xf8]}[0xb3][0xe7][0xf8][[0xa9][0xff][0x87]R1[0xa5]T[0x94][0xa8]*n[0xd2]Vp[0xb][0xb7]9[[0xb8]C[7[0xe2][0xd8][0xec]F[0x6]~[0x2]PK[0x7][0x8][0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$2.class[0x95]S]O[0x13]A[0x14]=[0xd3][0xad]-l[0x7][Q[0xc1]O,X[0x15][0x8b]q[0xab][0xaf][0x1a]_[0x88]&[0xc4][0xda][0x10] [0xbc][0xf][0xdb][0x91][0xe]ng[0xcc]~4[0xf1]g[0x99]@4>[0xf8][0x3][0xfc]Q[0xc6]3[0xb5]Fk[\r][0x8d][0x9b][0xec][0xde][0x99]3[0xe7][0x9e][0x9c]{[0xef][0xec][0xb7][0xef]_[0xbe][0x2]x[0x82][0x7][0x8b][0xb8][0x80][0xdb][0xfe][0xb3][0x16][0xa2][0x82];!n[0xa2]Y[0xc5]z[0x15][0x1b][0x2]r[0xa4][0x92][0x96]u[0xb9]ykt*[0xb0][0xd5]u[0xe9]qtRX[0x93]Gia[0xad]N[0xa3][0x9f][0x87][0xb1][0xca][0x8d][0xb3][0xd1]^a{[0x13][0xf2]3[0x81]J>0Y[0xab]#[0xd0][0x9c]I[0xcb][0xa2]][0x95]j[0x9b][0xef][0x8d]w[0x9e][0xfb][0xdc][0xf0][0xf4][0x85]@os[0x1e][0xf9]?<<<[0x14](o[0xbb][0xbe][0x16][0xa8]w[0x8d][0xd5][0xbd]bx[0xa4][0xd3][0x3]u[0x94][0x10]Y[0xee][0xba]X%[0x87]*5~?[0x1][0xcb][0xde][0xb3][0x0]X[0xfa][0x8e][0xd7][0xde]NT[0x96]i"[0x1b]sl[0xb5][0x9e][0xb2][0x8a][0x95]i[0xc9][0xf][0xef][0xc9][0xce][0xcb]~[0xec][0xb3][0x17]4[0xbb]][0xa8][0x9c][0xfc]`[0xd3][[0xf][0xf7]][0x91][0xc6][0xfa][0x95][0xf1][0x12][0x97][0xa6][0xf8]'j[0xa4]X[0xd4]K[0x1b]'.3[0xf6][0xf8][0x8d][0xce][0x7][0xae]_[0xc5]][0x89][0x16][0xee]I,"[0x94][0xa8]bA[0xa2][0x86]U[0x89][0xfb][0x90][0x1c][0xc3][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0xd6]g)C[0xb6]/[0x89][0xf6]s[0xfa][0x1a][0x92]+[0xb0]v[0xbe][0xc]][0xc5][0x3][0x93][0xf4][0x89][0xec][0xd8][0x91]{[0xe7][0x91][0xdd][0xd9][0xa1][0x9e]3[0xb4][0xf4][0xea]/[0x13]lV[0xa8][0xe2]Xg[0xbc]^[0x9d][0xe][0x9a][0xbc][0xbc][0x15]^[0xe6]R[0xa3][0xe1]k[0x6][0x18][0xd9][0x0][0x8f][0xf0][0xad]Ar[0x9c]K\[0xbd][0xe6]>`[0xac][0xb7][0xb7][0xce] [0xda][0x8f][0xce]PjB[0xf0][0x91]P[0x80][0x8b][0xfc]V[0xe0]G_C[0x9d]k[0x9f]D*[0x1a][0xb8][0xcc]xe[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "CV[0xb0]:[0x11][0xee]R[0xd8][0x9f][0xc9][0xf6])uOQ[0xfa][0x8c][0xf2]o[0xd5][0xd0][0xdb][0x10][0x9c][0x84]X[0xfa]CY[0xce]([0xcb][0x89]r[0x80]kc[0xeb][0xd7]q[0x83][0xb1][0xcc][0xff][0xf1][0x16][0x96][0xc7]:[0x82][0x85][0x8e][0x9f][0x1f]PK[0x7][0x8][0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/runners/ParentRunner$3.class[0xa5]Smk[0x13]A[0x10]~[0xb6]w[0xe6][0xd2][0xeb]j[0xae][0xb5][0xd4][0x97]jM[0xd3][0xa8][0xe9][0xa5][0xcd])~TD[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "B[0xac][0xa5]J?[0xbb][0xb9][0xac][0xc9][0x86]sO[0xee][0xa5][0xd0][0x9f]UHZ[0xf0][0x83]?[0xc0][0x1f]%[0xce]^Sk[0xc]4[0x88]92[0xb3];/[0xf]3[0xcf][0xec][0xfc][0xf8][0xf9][0xed];[0x80][0xa7]h-[0xa2][0x84]M#jFl[0xb9]pPw[0xf1][0x0][0xf][0x1d]?[0xe0][0xa6][0xcd][0x9d][0xae][0xf9][0xa1][0xdd][0x17]V[0xb0]3n)6[0x18]bnUu2[0xe6]S[0x9e]-[0x86]x[0xab]EjjOv[0x1d][0x1e][0x84][0x8a]:U [0x13]=*x[0xfd]Y[0xc2]@[0xda]f=[0xaa][0x86][0x7][0xae][0xb7]K[0xf8][0x1a][0xf1][0xe8]{n[0xe8]Y[0xe2][0x8d]T-[0xcd][0x8e][0xd4][0xaf][0xc2]h[0x93]_;[0x96][0xed][0xfa][0xd2][0xe9][0xbe][0x13]A[0xcf][0xed]h0[\r]l[0xa2]j[0xe0][0x16][0xc][0x3])[0xe8][0x6][0xd2][0xd8]2[0xf0][0x14][0xdb][0x1a][0x9e][0x19][0xc8][0xe2]9M[0xc6][0xb4][0x9d]e[0xc8]\.[0x94]a~R[0xa5][0xc][0xcb]W[0x93]Q[0x13][0xd6][0x5]tm|[0xd0]&[0xf][0xd2][0xc4]}[0xa1]-[0x89][0x17][0xd4][0x8c][0xa5];[0xc2][0xb7]<[0xd9][0x16][0xf5][0x9e][0xb4];[0xc][[0x13][0xce][0xaf]8[0x9e][0xe9]U[0x14]5T[0x89][0x88]*[0x9d]J[0x18]^N([0xf9]"[0xd1][0xd5][0xde]b[0x3]9[0xba][0xe6][0x1a][\r][0xf8]M[0xc4]2[0x19]u&[0x0]I: [0xfa][0x15][0xc4][0xe8]M[0xe3]6ygH{K[0xeb]8[0xc9][0x99]R[0xf9][0x8][0xac]T9B[0xac]t[0x82][0xf8]72[0xc5][0x91][0xa1]o[0x12][0xea][0xaa][0x9c]`[0x96]tC[0xe9][0x14]6[0x87];$[0x17]F,[0x8b]P7*[0x8b][0xbb]D[0xa8][0x88][0xbf] [0x11][0x11]gK[0x87]Dy[0x8]V>FB[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc9]c[0xdc][0xf8]z)[0xc3][0xf7](C[0xee]4[0xe6],[0x83][0xd2][0xee][0xe1]~[0x94]#[0x8b][0x7][0xa4][0xc5][0xa2][0xac][0xff]P[0x8b][0xe7][0xa8][0xa5]s[0xd4][0x12][0xa1][0x96][0xa3]F[0x1f]R[\r][0xa7]Z[0xe][0x8f]"[0xb9][0x82][0xc7]$[0x13][0xf4][0xef]{[0x82]y[0xd2]t[0x8a]JF[0x1c][0xf8][0x3]PK[0x7][0x8][0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/junit/runners/ParentRunner.class[0xa5]Y[0xb]\\[0xd5][0x99][0xff]>[0x98][0xe1][0xc2]pCH [0x10][0xf2]$![0x10][0x98][0xe1][0x11][0x13][0xd4][0x8][0x88]![0x4][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x18][0x3][0x89][0xa2][0xb5][0xc9]d[0x98][0xc0]$[0xc3][0xc][0xce]@L|[0xc6][0xf7][0xa3][0xda][0xaa][0xf5][0x19][0xdb]j[0xad]-[0xbe][0xb6]k[0xd4]@"[[0xd3]&[[0xed][0xda]u[0x1f]u[0xd7][0xed][0xee]v[0xfb][0xd8][0xee][0xea][0xba][0xed][0xb6][0xfb]h[0xf7][0xe9][0x9a][0xfe][0xbf]s[0xef][0xdc][0xb9][0xf3][0x0]&-[0xbf][0xdf][0xdc]{[0xce]=[0xe7]|[0xef][0xe7][0xe1][0x9d]O[0xde]x[0x93][0x88][0xce][0xe1][0x97]\[0xb4][0x8f][0xfe][0xcf]E[0xfb][0xe9]c[0x8d][0xfe][0xdf]E[0xd9][0xf4]q[0x1e][0xbe]|"[0x8f]3[0x1a][0x93][0x8b]4[0xce][0xc6][0x84][0x1d][0xd8][0xc8]N[0x19][0xe5][0xc8]H[0xd3]8[0xd7]E[0xf3]8Oc[0x97][0xcc][0xf3]5[0xd6][0xe5]=O[0x1e][0x5][0xf2][0x98]/[0xcb][0x85]r`A>/[0xe4][0xa2]|.[0xe6]E[0xf2]([0xd1][0xb8]4[0x9f][0x96][0xf0]b[0xf9]\&[0xbb][0x96]h[0xbc][0xd4]E+xY[0x1e]/[0xe7][0x15].[0x85]l,v[0x96][0xa9][0xc2][0x6]<2[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9]#[0xd1][0x86][0x91][0xf0][0xa0]?[0x18]G[0x80][0x13][0x85]{[0x3][0xc1]1[0xc4]?[0xd8]nBg*[0xb1]Q[0xd9][0x1e][0xe][0x6][0x1]:[0x10][0xe]a[0xef][0xd2][0xb4][0xb]-[0xfd][0xfd][0x8a][0xbe][0xbc][0xa8]o[0xd8]?8[0x1e][0xf4]G[0x98]jf[0xc4][0xbd]][0xcd][0xfa]b[q.[0xa7]%[0x80]m[0xad]L[0xc5][0xd5]6[0x96][0xc][0xfa]jv29[0xda]q[0x90]i~w [0xe4][0xef][0x1d][0x1f][0xd9][0xe3][0x8f][0xf4]{[0xf7][0x4][0xfd]"[0x81][0xb0][0xcf][0x1b][0xdc][0xe9][0x8d][0x4]dn~t[0x8c][\r][0x7][0xc0]|y[0x1a][0x2][0xb6]y[0xc1][0xde][0x98]A[0x0][0xf0].H[0xc1]&[0xac]'[0x80]<4[0x1a][0x3][9[0x7][0xbc][0x98][0x10][0x8a][0x93][0x81][0xb6][0xb8][0xe5][0xb3][0xab][0xe3][0xa0][0xcf]?*[0xd2][0x2]m[0xa5])|[0xca]&au[0xbe]/[0xe2][0xf7][0x8e][0xf9][0xfb][0xe3]Jfc[0x0][0x16]k[0x94][0xad][0xc8][0x19]ilt[0xc4][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8c][0x8e][0x7][\r][0x88][0x9d]j[0xa3][0xd2][[0x1a][0xe4][0x9][{[0xc3]"[0xa5][0xe8]v[0xff][0x88]7[0x10][0xb2]#w[0x4][0x14][0xae]\[0x9f][0xe5][0x1a]U[0x99]ae*K[0x93]Dc[0xa5][0xd2][0xa2][0x19]J(G4[0x1c][0x19][0xcb][0x80][0xb5]>l3Y+[0x90]#[0xf6]">G}[0x88][0xcc]M[0xa9][0x9][0x4][0xdc][0xc5]R[0x8a][0x8a][0xb2][0x80]Y[0x4]-w[0xa6]t[0x7][0x8b][0x13]BRB[0xb0]|[0x86][0xa5]x[0x87]0[0x1c][0x1e][0xf][0xe]n[0x17]Ch[0xce]Po[0xe9][0x3]Vm[0x86][0xa7][0xcd][0xb0][0xe6][0xf2][0x85]GF[0xbd]J[0xf6]L[0xad][0x99][0x8a]5[0x81][0x97][0xd8]y[0xb0][0xb1][0xe5]w[0x2][0xd0]RgJC[0x8f][0xfa][0xed][0x81]2[\r]K3[0xf5]L[0xa2][0x1c][0x97][0xd7][0xe7][0xf3]G[0xa3]k[0xd6][0xad][[0xc7][0xd4][0x9b][0xee]lB[0xbb]s[0x96][0x11].[0xeb][0xe0]:y[0x9c][0x3][0xab]h[0xf1][0x5][0xcd][0xfe][0xec][0xd6][0x96][0xfe][0xa6]Tu[0xb4][0xa6][0x82][0x9e][0x11]g[0x1a][0x15][0xa9][0x18][0x98][0x81]<[0xcd]X[0xe9][0xea][0xb][0x8f]G|~[0x9c][0x85][0x99].[0xb0][0xb3]X/[0x94][0xe9]t[0x8a]N[0xeb]t[0x3]}[0x88]d[0x94]L[0xaa]N[0x11][0x8a][0xea]t[0x80][0xae]C[0xc0][0x9a]]^k[0xc0]9AE]21[0x93]=[0xc0][0xf2]>[0x9d][0xe][0xd1][0xf5]:[0xdd]C[0xf7][0xea]4F[0xe3]:} [0xa8]V[0xcd][0x99][0xb1][0x84][0xa6][0x1b][0xe1][0xf1][0xf1][0x8d][0xb6][0x82]E[0xa7]/[0xd1][0xd3][0x88][0xc9][0xf1][0xc5]x[0x91][0xa1][0xd3][0xb][0xf4][0xa8]NO[0xca][0xe3]m[0xfa][0x8e][0xce][0xfb]9[0xa8]S[0x88][0xc2][0x1a][0x8f][0xe8][0x1c]b[0xbc]Gu[0xbe][0x96][0x8e][0xea][0x1c]aD[0xf0][0xaa][0xcc]j|[0x9d][0xc7]x\[0xe7][0x3]|[0x9d][0xce][0x7][0xf9][0x10][0x9a][0x91][0xc][0xb]\[0x9d][0xaf][0xe7][0x1b]4[0xbe]Q[0xe7][0x9b][0xf8]f[0xb0][0xcf][0xb7][0xe8]|XFo[0xd2]K:[0xbd][0x2]:[0xe8]u:[0xa6][0xd3][0x94]F9[0x98]k[0x3]X[0xc8]=Fyn[0xb7]g[0x92]\[0xc7]([0x1f]s[0xfd](Nd[0xd3][0xcd]x[0xae] [\r][0xcf][0xed][0x80]r[0x11][0xcd][0xa7]v*[0xa6][0xe]*[0xa7]>[0xaa][0xa1]~[0xaa][0xa3][0x1d]t[0xb]VK[0xc][0xc]t[0x98]n%R[0xa3]1[0xba][\r][0x94][0xdd][0x9e][0xb0]v[0x87][0xb5]v'[0xd6][0xee][0xc2][0xd8][0x81][0xf7].[0x93][0xfe][0xbb]1C[0x9f][0x89][0x91]P=[0x0][0xec]r.o[0x9a][0xe6][\r]x[0xa6][0xa8][0xe0][0x15][0x8b][0xa0][0x1c][0x1c]"[0xba][0xd2][0x86]8[0xcf]B[0x9c][0x97][0x82]8[0xcf]B[0x9c]g"6[0xd0][0xdd][0xe7]pH[0x9]k[0xcd][0x1f][0xc0][0x1c][0x95][0xbc]5[0x10][0xf3][0x87][0xe8]ak[0xfe]y[0x90][0x87]R[0xd9]$[0xef]&S[0xa8][0xcb][0xdd]E4[0xdf][0x1][0xb9][0x15]b[0xb0][0xc0][0x18][0x80][0xda][0x85][0xf2]([0x8a][0xcb][0xb0][0x4][0xda][0x94]Cy[0x98]-[0x4][0xe1][0xa5] j[0x19]H[0x8e][0xb3][0xb0][0xdc]ba94[0x16]N`a[0xb9][0xc5][0x82][0xac]=n[0x91][0xf4][0x4]~OZ$[0xbd][0x4]\[0xe][0xbc][0x9b][0xdd][0x93]T[0xa1]|+`[0xd7][0xe0][0xf7][0xc]}[0x19][0x16]T[0x4][0x13][0x16][0xca]E-[0x8d][0x16][0xe5][0x8d][0xf4][0xac][0xb2][0x1e][0x19]}[0x85][0x9e]S[0xb4]7*n[0xb2][0x1][0xcf]M_[0xc5][0xc8][0xa1][0xf8]r+,[0x8d][0x16]_r[0xf2]k[0xe6]I[0xe1]0[0xb6][0x2][0xfb][0xc]^[0x9f][0xc7][0xef][0x5]KYa[0xd3][0xbc]K_[0xa5]r[0x93][0xdd]U[0xaf][0xd2][0xea][0xd8]0[0xce]N[0x1][0xde][0x4][0xa2][0xf3]Av[0x9][0x90][0xc4]-[0xa6][0xd4]"[0xbb]4E[0xe0][0xa5][0x16]a[0xa5])[0x2]G[0x93][0x8a][0xb9][0x10]q'[0xbe][0x8][0xf4]U[0xe2][0xf8][0x15]=p[0xfb]5Gh[0x91][0xbb]v[0x92]*{[0xe4]Y[0x85][0xe7][0x14][0xad][0xed][0xa9][0x8d][0xfb][0xde][0x12][0xc8][0x8e][0xe8]M[0x97]%[0x5][0x97][0xe9]Bq[0xc7]qY[0xb6]y[0x12].hp[0xbc][0x1d]+r.+[0xfb][0xe5]$[0xa8]e6[0xa8]Y[0x16][0xd4],[0xe5][0xf]v.[0xb2][0xac][0x98][0x91][0xa5][0xbc] [0xc6][0xc5][0xb7][0xf0];E[0xa7]M.~[0x4][0xa8][0x12][0x2][0xba] [0xc9][0xbc][0x1e][0xcb]K{[0xeb]L/]Y[0xa7][0xbc][0xb4][0xc9]Q;MM[0x3][0xee]2[0x7][0x18]m>A-Y4q[0xe6][0x87]0[0x8a][0xb][0x19][0x86]S[0xd0][0xe4]4[0x86]e[0xce][0x93]G[0x1][0xde][0x89][0xa8]y![0x80]^[0x88][0x12][0xe3]BJ([0xc6]?5E[0xb3][0xc3][0x12][0xcd][0xe][0x14]Q[0xff]h[0x8a]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x17][0xe3][0xa4][0xe4][0x12]c[0xff][0x8f][0xad][0xfd]F[0x8d][0xfb][0x1]}h[0xa6][0xea][0xc3]f[0xed]_.[0xbc]M[0xd1]5[0xdd][0xe2]t[0x9f][0xf6][0xa8][0x82][0xe9][0x8][0xe9][0xd3][0xb4]K[0x1a][0xde][0xdd]'[0x93][0xda]G~[0x9a]r[0xf9][0x19]8[0x16][0x1a][0x1]~[0x96]V[0xf2]s[0xb6][0xc4][0x1e]+[0x9a]rQ[0x9a]%7[0x3][0xb1]R[0xc9]X{<[0xa1][0xf5][0xce][0x92]W[0x9a]t[0xc5]j[0xef][0x6][0xb1][0xdd][0xb7]U[0xed][0xe4][0x1c][0xe8]>e[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8][0x11]^C[0xec][0x1e][0x88]=[0xb7][0xc7]s[0xba][0xf6][0xa4][0xac][0xbd][0x82]c[0x5]`[0xbf][0x12]G+[0x11][0x86]*)[0xa1]Y[0xe0][0x9][0x8][0xfe]y*[0xe0][0x17]h[0x11][0xbf][0x88][0x18][0xf0]2[0xd2][0xc0][0xd7]m[0x1][0xb6]!%[0xc0]6[0x98][0x4][0x1b][0xf5][0xc7]?[0xe3][0xf7]3[0xfa][0xb9]I[0xa4][0xf8][0xaf][0x10][0xe9][0xf2]H[0x1f][0x80][0x10][0xba]'[0xb9][0xde]y[0xd5]VK[0xda][0xab]([0xc3][0x92]I5[0x86][0xd1][0x84]Z2VO[0x19]kR[0xff][0x1b][0x98][0xff][0x5][0xbf]_[0xd0]/M[0xcc][0xb6][0xfa][0xcd][0xa7][0xea][0xb7][0xc1][0xe4][0xb4]19C[0xfd][0x16]7[0x94][0xc4][0xfa][0xcd][0xc0][0xf2][0xaf][0xf8][0xf6]o[0xf4][0xef]V[0x95][0x98][0xa5][0xce][0xe7][0xb8]=[0xc7](/n[0x2][0xaa]V[0xe6]S([0x86]N[0xdb][0xb0][0xe4]XXr[0xd4][0xdd][0x8f][0x1d]K[0x8e][0x81][0xa5]0[0x97][0xfe][0x3]5[0xb6][0x1][0xbd])[0xe]}[0x8a][0xf8][0xa8][0xc2][0x1f][0xbf]RiJ[0x80][0xfc]k[0xb][0xf2][0xaa][0x8][0x9b]K[0xff][0x5][0x13]6[0xe0][0x9c][0xaf][0x92]2[0xd1]J[0xe7]7h[0xc9]@[0xf6]4[0xf9]a[0xc8]{[0xfb][0x6][0x1c][0xd3]4[0x84][0xd1]p[0xdf]q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc]F%GU[0xf0][0x8d]#h[0x1]3[0x6][0xd3][0xff][0x8d]` [0xef][0xff][0xe5],[0xe5][0xa1]F[0x19]#[0x1b][0xcd]w[0x93][0xf9][0xf6][0x19][0xaf][0xdf][0x0]PK[0x7][0x8]}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/junit/runners/Suite$SuiteClasses.class[0x85][0x91][0xdf]K[0x2]A[0x10][0xc7][0xbf]k[0xda][0xa5]YYY[0xe6]C[0x18]!G[0xf5][0xd0][0xd1][0xb3][0x11]D[0x18][0x8][0xfd][0x10][0xbd][0x82][0xf0]i[0xb5][0xe1]Z9[0xf7][0xe2]nO[0xf0]_[0xeb][0xa1]?[0xa0]?*[0x9a][0xbb][0x7][0x8d]8[0xe9]av[0xe7][0xbb][0xf3][0xd9][0x99][0x9d][0xd9][0xaf][0xef][0x8f]O[0x0][0x17][0xa8][[0xd8][0xb5][0xb0]o[0xa1]&P[0x98]J?&[0x81][0xea][0xc9][0xe9][0xe0]n,[0xa7][0xd2][0xf1][0xa5][0xf6][0x9c][0x1b]_FQK[0xa0][0xd8]W[0x9e][0x96]&[0xe][0x19][0xa9]e [0x97]gWL[0x95][0xfa]A[0x1c][0x8e][0xe8]V[0xf9][0x94][0x88]X[0x19]:O@[0x81]z/[0xd6]FM[0xe8]YEj[0xe8][0xd3][0xb5][0xd6][0x81][0x91]F[0x5]:[0x12]8[0xfa][0x95]L[0xce][0x3]N[0x8f][0xc][0xe9][0xc4][0xe3][0xc4][0xf6]?H7[0xf0][0xd5]h[0xc6][0xa0][0xd5]{zp;[0xf7]m[0x81][0xc3][0xec]+[0xae][0xc]=2L[0x1e]g[0xc7][0xdb]>M8[0xa7];{'[0x86][0xf2][0xee]K[0xb7][0xbd][0xf4][0x85][0x1d][0xfd]F![0xf7][0xf8][0xda][0xb2]p [0xd0][0xc]B[0xcf][0x19][0xc7]Z[0x19]'[0x8c][0xb5][0xa6]0r[0xd2][0x11]4[0xd3]5[0x1d][0x13]q[0xbb][0xe5]?[0xb2][0x93][0xa0]sYYTz[0x1c][0x8e]id[0x4][0x1a][0x99][0xc5][0x17]#[0xe4][0x1f]YR[0xd9][0x16][0x10][0xc8][0xb1][0xad][0xf0][0x8b]<[0xf7][0x83][0x2][0xab]UV9X|[0xba][0x96]zE[0x94]xo[0xb0]^[0xe7]h[0x9e]P[0xc6][0x6]6[0x13]w[0x0]A[0xd8]B[0x5][0xdb][0xc][0xec][0xb1][0x95][0x90][0xa4][0xdc]A[0xd5].[0xfe][0x0]PK[0x7][0x8][0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/junit/runners/Suite.class[0x9d]W[0xfb]W[0x13]G[0x14][0xfe][0x86]<[0x96],K[0x2][0x88]OZ[0x1b]-[0xcf]$[0x18]m[0xd5]VA|[0x0][0xa2]5[0xe2][0x3][0xb5]Emu[0x9][0xb],n[0x12][0xdc]l[0xa8][0x8f]>[0xb4][0xef][0xf7][0xeb]/[0xd1]sZ[0xb0][0xf5]X[0xfd][0xad][0xe7][0xf4][0x8f][0xea][0xe9][0x9d][0xd9]e[0xb3]d[0x17][0x8c][0x1e][0xe][0xbb]3w[0xee]|[0xdf]7w[0xe6][0xde][0xd9][0xfc][0xfb][0xdf]_[0x3][0xd8][0x83][0xdf]$[0xbc]/[0xe1][0x3][0x19][0xc][0xd7]$\[0x97][0xa0]6bJF[0x4]y[0x9][0xd3]2[0x1a][0xa0]5bF[0xc2],o[0xce][0xc9][0xd0]1/#[0x8c]|[0x13][0x1a]q[0x83]O2[0xf8][0xa3] [0xa3][0x88][0x12]o-H[0xb8])[0xa3][0x1d][0xa6][0x8c][0xed]([0xcb][0xb0]P[0x89][0x91]yQF[0x7]>[0xe4][0x8f][[0x12]ns[0xc7];[0xfc]qW[0xc2]G[0xc][0xca]DE[0xb7][0xb4]aC-[0x97][0xb5]2uO[0x16][0x8b][0x9a][0xe9]v%[0xb3][0xc2][0xfb][0xd4]j[0xc9][0xcd][0xab][0x8b]j[0xb6]b[0xe9]F6[0xa7][0x97][0xad][0x1][0x86][0xd8][0x84]>[T[0xad][0x8a][0xa9]1[0xa4]k[0x86][0x7]s%s6;_)[0xea]V[0xd6][0xc6][0xc8][0x9e][0x17][0xaf][0x81]![0x9a])k[0x85][0x5][0xeb][0xb6]`f[0xe8][0xe8][0xed][[0xd3][0x99]!<\[0x9a]&[0xa7]DN/j[0xe3][0x95][0xc2][0x94]f^P[0xa7][0xc][0xb2][0xb4][0xe5]Jy[0xd5][0xb8][0xa4][0x9a]:[0xef];FF[0xff][0xfd]>[0xb4]r[0xb6]@ F[0xf6]$[0x99]t[0xd5][0xd0][0xef][0xa8][0x96]^*[0x8e][0x9a]f[0x89]3l[0x98][0xd5][0xac][0xa3][0xc5]b[0xc9]R-m[0xda]]yW[0xaf][0xbd]"C-[0xce]f[0x85]u[0xa0][0xef][0x8a][0xcf][0xc4][0x10][0xb9][0xc1][0x1b][0xc][0xad][0x1]c[0xb2]j[0xc3][0x12][0x19]Cw[0x80],[0x11][0x81]N[0xef][0xe][0xd0][0xac]M[0xab][0x17]v{aeq[0xed][0xb5][0x14][0x83])[0x11][0xcc][0xd1][ym[0x81][0x93][0x90][0x8c][0xb4]O6w[0xf2]+[0xb7][0xa7]F[0x7]u[0x92]3[0xc4]0[0xe0]_[0xed][0x9a]Q[0xb4][0xb7][0xe6]XE7[0xa6]i[0x87][0xfa].[0xd1][0x1e]Ys:qo]k[0x85][0xc4]$M[0xd9][0xfe][0xc]=u[0x2]3[0xc][0x5][0xae][0xe5][0x5]t[\r][0xf6][0xd6][0xe9][0xec][0xdf]X>][0xca][0xaf][0x1c][0x86][0xb6][0xa0][0x9d][0xdf][0xb8]FP[0xf][0xbf]4[0xab][0xd8]*"[0xee][0xf6][0xef]F[0xb0]B[0xa5][0xbc]*y3[0x81][0x1][[0x93][0xe6]t[0xbd]B[0xeb]T3[0xf1][0xb2]x[0xeb][0xaa][0xec][0xc]8[0x9a]5[0xa5][0x88][0xbb][0x1d][0xb]>,[0xf5]W%[0xe][0xd2]D[0xa5]`x[0x8e]D[0x9a][0x1a]el[0x1b][0x15]&_[0xd1][0xeb][0xf7][0x19][0xd7]/u[0xcd][0xd3]Z9o[0xea]S[0x9a][0xc0]e8[0xe0][0xf][0xd2][0x8a]{@[0x19][0x1c][0x11][0x93]Er[0xf3]Z[0x93][0xb7]1[0xfc][0x89]V[0xad][0x97][0x8d]dp[0xa8][0xc6][0xd6][0xa6][0xf2][0xf]P[0xa1][0xd2]g[0xf4][0xbc](V[0xdc]k\[0xf4][0x9d]D[0x8a][0xda]N[0x84]^t[0xcc][0xbc][0xe2][0xd7][0x8f][0xc1]p[0xc4][0xbb]=g[0xa6][0xe6][0xb5][0xbc][0xf5][0xa2]"[0x1a]n[0xed][0xe6]U[0xdf][0x7][0xc3]G[0xf6]0[0xbc][0x11][0xc0][0xf0][0xdc][0x88][0x6]U[0x93][0xb3]*[0xed][0xbe]e[0x7][0xea]9[0xd7][0xd8]D[0xa9]b[0xe6][0xb5][0xe3]:[0xaf][0xce][0xb2](u[0xbb][0xb8][0x6][0x86][0xcd]kTB[0xba][0xc8]jN[0xa9][0x82][0xfd]8F[0xd1]|[0x81];[0x8b]a[[0x15][0x84][0xe4]XzAs[0xef][0x0][0x1a][0xbc]@[0xd5]8Y[0x9e]+U[0x8c][0xe9]b[0x8f][0x95][0x9c][0xd2][0x92][0xb][0xa5]rY[0xa7];[0x84][0x93]}L)U[0xcf]M[0xa4][0xe0][0x13]|[0xca][0xb0]K[0x14][0xc1]dOW[0xb9]'Y[0xa8][0x94][0xad][0xe4][0x9c][0xba][0xa8]%[0xd5][0xa4][0xd7]5[0xe9][0xbd][0xe7]ZjwA[0xc1]=[0xdc][0x97][0xf0][0x99][0x82][0xcf][0xf1][0x85][0x82]/[0xf1][0x95][0x82][0xc][0xfa][0xb9][0x96]Q[0x9]_+[0xd8][0x81]oxg[0x8c][0xe1]`U[0x98]^[0xb4]4[0xb3][0xa8][0x1a]Y[0xe7][0xe2](g[0x8f][0x1a][0xc6][0x88]6[0xa3]V[0xc][0xeb][0xac]X[0x8e]nPd[0xb4][0xb2]ST8[0xc2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xb7][0xfc][0xf1][0x9d][0x84][0xef][0x15][0xfc][0x80][0x1f]9[0xf0]N[0x5]?[0xe1]g[0x5][0xbf][0xe0][0xd7][0x80]Mq[0xf6]R[0xc1]Y[0x9c]S[0x90][0xc3]i[0x86][0xed][0xeb][0x9f][0x7][0xaa][0xfa][0xde]c6a[0x99]zqV[0x9c][0xce][0xe6][0xea]W[0x84][0x8][0xc3][0xde][0x80][0xef][0x7][0x8f][0xa5][0x1a][0xb1]lu[0x16][0xbf]'[0x9]f\-[0xf0][0xdb][0xbe][0xb7][0xcf][0xcf][0xb4]*[0xbc][0xb6][0x8d][0xb2]s[0xa6]d[0x16]TK[0xd4][0x16][0xdf][0x8c]+AY[0x11][0x80][0x1b]YT[0x8d][0x8a]M[0x1b]t[0xd9]u[0xd5]U[0xd9][0x19][0xf6][0xd5]uu[0xf9][0xcb]j[0xb8][0xf7]2[0x8f]b{@[0xd4][0xc8][0xbc][0xb1][0xea]?\2[0xc]Z[0x84][0xfd][0xb5][0xd3]R)[0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "*[0x11][0xfc][0x3][0x89]#1[0xec][0xec][0xf5][0xdd][0xe]~[0xb6]8E[0xd9]S[0x8][0x18][0x92]A[0xdf][0xa0][0xab]KE[0x88][0xac][0x94][0xe][0x1]5u[0x9d][0xaa]EG[0x90][0xce][0x14]}[0xeb]S[0xe5][0xe2][0xc7][0x91][0xde][0xaf]S[0xaf][0x1][0x9d]P[0x10]C[0x17][0xba][0xc9][0xd2]C[0x96][0x8b][0xf4]][0xcf][0xe8][0xdd][0xf1][0x18]l[0x92]=CC[0xe8][0x9][0x1a][0x96][0x11]zp[0xea]1"[0x93]m[0xd1]eHO[0x85]C[0x2]-[0xe4][0xda][0x80]^j[0xc7][0x11][0xa2][0xe7][0xe][0xb2][0xec]D+[0x1][0xf7]QO![0xaf]V[0xc8]H!M=[0x99]g[0x1a]yq[0x8a]{[0x90]h[0x1e][0xb0]+[0xb5][0x1][0x8d]K[0x88]=Cc.[0xfd][0xf]g[0xc]O[0xb6][0xc9][0xe1]'h[0x9a][0xc][0xa5][0x96][0xe8][0x7][0xc1]#4/#[0xfe]4[0xfd]'[0x12][0xc][0xf]hFH[0xb0][0xb5][0x11]/([0xc1][0x9a][0xf0][0x16][0xa9]x[0x9b]0[0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc6]M6*[0xfd]e[0xe9][0xdd]D:v[0xd3]O[0x1b]*[0xc8][0x8e][0x1a]{[0xec]Mz[0xef][0xa5][0xbe][0xcc][0xb0][0x13][0x84]}[0xd4][0xde]Oh[0xb6][0xbe]kd[0xe7][0xeb]iJe[0xd2][0xe9]GhYF[0xeb]C[0x97]\[0x16]$[0xc7][0xe9]=&H[0x93][0xb6]+[0xc9]8[0x0][0x88][0x16][0xa7]g[0xa2]u[0x10][0x3][0xe4]][0xa5]o[0x12][0xf4][0xcc]G?([0xe8][0xf]9[0xf4][0xd7][0xe9]g[0x17][0xc7]TR,[0xcd]2Kh[[0xc6][0x86]Z[0xfe]s[0x84]u[0xde][0xc3][0xaf][0xb8][0xfc][0x8a]`e[0xa2]5[0x84][0xc3][0xab][0xf8][0xb9][0xe5][0x8]Yj[0xf9][0x8f]R[0x8b][0x8a][0xbf][0xc3]_p[0x96][0x9f]H=F[0xfb]dx[0x19][0x1b][0xd3][0x99][0x80][0x10]\[0xa1]][0xbf][0xea][0x91][0x90]p%$[0xdc][0x10]$0[0xec]J[0xb0]w'[0xe1][0x84][0xc0][0x1e][0xb][0x12]3"[0xc4][0x8c]:b,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "FX[0x4]#[0x93][0xce][0xf4][0x7][0x7]c[0x86][0x82]1+[0x94][0xa4]l[0xdf][0xc0]`pM[\r][0xa2][0xc5]5[0x85]<[0x9a][0x14][0xa1]ie[0xec][0x8][0x8d][0xd5]j:.4[0x8d]9[0x9a][0x16][0xc8][0xc2]W[0x1c]O[0xa5][0x97][0xb1])[0x95]y[0x84][0xcd]`KU[0x95][0x9d][\r][0xb][0xa4][0xfc]&[0x9a]azb[0x14]w[0x95][0xc5][0xdd][0x18][0xc5]E:zc[0x14]wc[0xc4][0xc7]:[0x3]bt[0x82]Z'[0xf1][0xe][0xb5][0xb8][0x1e][0x8e][0xc3][0xbd]#[0xa9][0xdf][0xb1][0xe5][0x81]p[0xe0]2[0xa2][0xc2][0xb8][0xe8]b[0xf4]6[0xc8])[0x2][0xa1][0xab][0xc6][0xc9][0xfb][0x3][0xf4][0xe6][0xe4][0x91][0xf4][0x12][0xb6][0xd6][0x82][0xdc][0xf5][0xe4]W[0xc4]]C[0x4][0xe3]8#T[0xd1][0xb5][0xe5][0xc0][0x9c]pb[0x13]M[0xd3][0xc9][0xdd][0xf6][0xd0][0xc5][0xb1]w[0xea][0x1e][0xcd][0xb9][0xef][0x89]G[0xd4][0xc5][0x8a][0xd2]q>#[0xb8][0xa2][0x98][0xc0][0x5]4[0xb4][0x8c][0x10][0xea]E[0x17]5$[0xfc][0xe5]T[0xfa][0x19]:[0x8][0xf9][0x95][0x87]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ";<[0xa8][0xb2][0x8b]*[0xe3][0x12][0xde][0x15][0xe3]2[0xde]sPs[0x98]tP[0xf][0x11][0x2]W[0x15][0x13][0xa8]Kx[0xb5]v[0xd9][0x1d][0x9e]e[0xc7]\[0xd0][0x98][0x3][0x1a]r[0xe2]x[0x99]R[0x81][0xbf][0xaf][0x12]='[0xa2][0x8f]S[0xfa][0xad];[0xf6]?PK[0x7][0x8][0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0]org/junit/runners/model/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/Annotatable.class[0x8d][0x8d][0xbb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]@[0x10]E[0xef][0xf8][0x8a]o[0xfc][0x7]-L[0xe3]"X[0x19][0x11]D[0xb0][0x12],Lg[0xb5][0xea][0x12][0x12][0xd6]][0xd8]l[0xfc]8[0xb]?[0xc0][0x8f][0x12]7">[0xb0][0xd0])f.w[0xe6][0xdc][0xb9]\Og[0x0]C[0xb4]<4<4[0x9][0xed]H[0xd8][0x99]R[0xda]r[0x1b]k[0x95][0x12]z}[0xb3]L[0xf8][0x91]3[0xc9]U[0xc4][0xf8]s[0xc7]^g[0x1][0xa1][0xf5][0xc1][0x11]F[0xfd]7h.y[0x9a][0x6][0xfe][0x1f]1[0xb5]u[0x1c])n3#[0x8][0xb3]I8[0x1e][0xff]d[0xa6]_[0x8f]&a[0x18]L[0x3][0xdf]uB}[0xad]3[0xb3][0x13][0x8b]X[0xba][0xc0][0xce][0x3][0xe3][)[0x6]9D[0xe8]j[0x13][0xb1]$S[0xb1]e&SJ[0x98][0x94][0x1d][0xf4]^H[0xf6]v[0xea][0xc0][0xd7][0x87][0xd5]6[0x11];[![0x10][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc8][0xab]P"[0x14]Q[0x2][0xdc],[0xa3][0xe2]|/wQu[0xaa]vW[0xf5][0x1b]PK[0x7][0x8]a[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/runners/model/FrameworkField.class[0x8d]Ums[0xdb]D[0x10]~[0xce][0x89]#[0xdb][0xbd][0xa4][0xb1][0xd3]&-)[0xa9])[0xa5][0xf5]K[0x1b][0xb5]4[0xbc][0xc5]N[0xc0]Ik[0x8]8N[0xc1]&[0xd0][0xb4]0[0xa3][0xd8]WGA[0x91][0x8a],[0x91][0xe6]?[0xf1][0x1]f[0xc0][0x9d])3[0xc0]7f[0xf8]Q[0xc]{[0xb2]j[0xcb][0xb2][\r][0x9e]L[0xce][0xa7][0xbd]}[0x9e][0xdd]}vO[0xfa][0xfb][0x9f][0x97][0xbf][0x3][0xb8][0x8b]o[0x13]X[0xc0][0x96][0x82][0xed][0x18][0xee]'[0x10][0xc1][0x83]8[0x92]('h[0xf9]8[0x81]O[0xb0]#[0x97]O[0xe5][0xf2][0x99][0xb4][0xd1]c[0x5][0xbb][0xf2][0xb1]*[0x97]=[0xb9]<[0x94][0xcb][0xe7]r[0xf9]BAMz[0xd5][0x15]|[0xc9][0x10]}[0xaa][0xb][0xa3][0xc9]p[0xb9]r[0xac][0xfd][0xa0][0xa9][0x86]f[0xb6]T[<5D[0xc3]Q[0xcb][0xf2][0xa8][0xc0]0S[0xd4]M[0xdd][0xd9]d[0xb8][0x92][0x19][0xeb][0x95][0xdd]g[0x98][0xde][0xb6][0x9a][0x82][0xe1]|E7E[0xd5]=9[0x14]v];4[0xc8][0x92][0xaa]X[\r][0xcd][0xd8][0xd7]l]>[0xfb][0xc6]i[0xe7]Ho3d*[0x96][0xdd]R[0x8f]][0x8a][0xa0][0xda][0xae]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbb][0xad][0x9e][0x10][0x8f][0xa1][0x96]m[0xed]D[0x9c]Z[0xf6]w[0xaf][0xf2]PZ[0xc2][0xa9][0x92][0x8d][0xe1]B&[0x1b][0xc8][0xa4][0xe6][0xd8][0xba][0xd9]"[0x87]9r([0x99][0xa6][0xe5]h[0x8e]n[0x99]D~=[0x93]}[0x1c]p[0xd4]zgj[0xdf][0x8d]p[0xb3][0x3]8[0x86][0xb5]`[0x9d][0xdb][0x86][0xd6]n[0x17][0xb2][0x13][0xd0][0xcc][0xf5][0xf][0xea]g[0xcf]([0xcd][0xe4][0x10][\r][0xc3][0xe2][0xa0][0x16][0xe4][0xe7][0xeb][0xb1][0x18]v.[0xd6][0xeb][0x85]MB[0xc4]kz[0xcb][0xd4][0x1c][0xd7]&[0xa7]R[0xb1][0xbe][0xbe][0xfe][0xbf][0xa9]l[0xe][0xe5][0xdf][0xe5][0xca][0xd2][0xca][0xc0][0xf5]v[0xed]HkZ[0xa7][0xa2][0xb9]u[0xc6][0x90][0x9f][0xb8][0x3][0xd9][0x3][0x86]s[0x96]s$[0xec]]![0xbb]KT$[0xdc][0xae][0xd5][0xd4]i[0x88]l[0x92]{*[0x93][0xdd]a[0x88][0x91][0xb1][0xdc][0x9d][0xaa][0xe5][0x81]>[0x85][0xe7]J[0xf6][0xb3]+[0xd4][0xc2][0x80]_O[0xaa]ak1'[0x15]I[0x12][0xf0][0xbe]h[0x18][0x9a][0xec][0xbb]g[0xa7][0xd8]dc[0xb8][0x11][0xac]|[0xef][0xf0][0x98][0xc2][\r][0xb4][0xce]7[0xd1]L;[0x9a][0xed]!R[0xa3]N[0x13][0xf][0x9e]7[0xc4]3o[0x88][0x14][0xec]+[0xf8][0x8a][0xaa]r[0xac][0xee][0x9c]1[0xdc][0x9a]@[0xb1][0xae]B[0x9e]d[0x91][0xe7]w[0x18][0xb2][0x13]C[0x18]j[0x93][0xfa][0x16]'[0xed][0x9c][0x14]-Q[0xb3]\[0xbb]![0xca][0xba][0x1c][0xb6][0x85]A[0x87]U[0xa9][0x1][0xc7]"[0xbe]fX[0xe9][0xeb]Qu[\r][0xe3][0xa1][0xa5][0x9b][0x8e][0xb0]{[0x82]0l[0xc]b[0xd3][\r]o[0x8][0xd3][0x87]"[0xdd][0xb0][0x85][0xe6][0x88]f[0xfa]Tw[0x8e],[0xd7]Ikf[0xda]5[0x9b][0xc2]6[0xce]H[0xb7][0xb4][0xf7][0xa6]Y[0x95]Q[0x1e]q\[0xc0]E[0x8e]U[0xa8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe]8^[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc7]U[0xa4]9[0xde][0xc0]5[0x5][0x8f]9[0x9e][0xe0][0x1b][0x8e][[0xb8][0xcd]q[0x7]w9[0xee][0xc9]e[\r][0xef]p[0x14][0xb0]B][0x9e][0xac]l[0x8e],r[0xc]7'T[0x93][0xe1]Z[0xbf][0xf4][0x1d][0xc3][0x10]-[0xcd]([0xd9]-[0xf7]D[0x98]N[0xa0][0xfc][0xf4][0xb0]S[0xa3]![0xda][0xed][0x80][0xb][0xdd][0x3]z[0x1d]^[0xcc][0xc][0xbf][0xa3][0xa4]}i[0xcc][0x8d]`[0x98][0xf][0xfb][0xd3][0x9c][0x8a][0xef]][0xcd]h[0x87][0xd8]^M[0xf6][0x1][0x9][0x96][0xa4]O[0x3]@[0x83],5[0xa5][0x1d][0xa7][0xff]E,[0x91][0xe5][0x12][0xed][0x9e]`[0x8a][0xbe][0x17][0xc0][0xa5][0xdc][0xb][0xb0][0xfc]_[0x98][0xfd][\r][0x91]G[0xa9][0xa9][0x17][0x98][0xfe]#[0x97][0xff][0x15][0xd1][0x9f][0xe9],[0x82][0xcb][0x1e]&Jk[0x12][0xd3][0xc4][0x14]#[0xce][0x94][0xc7][0xb2][0x84][0xd7][0xbc]3[0x8f][0x3][0xcb][0xb8][0x2]x;[0x19][0x8b][0xd1][0x1f][0xb5][0xce][0x8f][0xf4][0xb6][0xf7][0xc][0xc4]r[0x1d][0xcc]t[0xa0][0xfc][0xd4]c[0x9e][0xf1][0xec][0xcb][0x1e][0x13][0xef][0xfa][0xf8]LLv}[0x8][0xff][0xb][0xa2][0x1d][0xc4][0xc2][0xf8][0xab]#[0xf1]40[0xe4]%[0xf1]{[0xf4]+[0xb3][0x8c]K|[0xbe][0x83][0xb8]$[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0xbc][0x19](%[0xde]+%N[0xf6][0xeb]t[0xfe]V[0x8f]\Zn[0xd0][0xee][0xa6][0x97]@[0x86]v4F~[0x92][0x1f][0xf9]A8[0x5]HP[0xa1][0x89][0xe][0xce][0xfd][0x18]J4[0x13][0x88][0xc3]{q8[0xf2][0xb4][0xa3][0xcf][0x9e][0x1c][0xeb][0xd1]%[0xf3]0[0xd3][0xed][0x91]%[0xd3][0xad][0xf1][0xf1][0xaa][0x8f][0x8f]J|X[0xaf][0xb5][0x0]8[0xda][0x3][0xd3]u[0xf2][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x9f][\r][0xe3]7F[0x4][0xef]J"[0x91][0xf7][0xc6][0xf1][0xcc][0x85]y[0xb6][0xfe][0x93][0x87].[0xb5][0xcf][0xb3][0x11][0xea][0xdf][0xf9]0[0xd1][0xce][0x98][0xfe][0xbd][0x8b][0xf7][0xe8][0xfc]}[0xcf]/[0x82][0xf][0xb0]NO[0x85][0x11]c[0xe9][0xa5]7[0x1f]f[0xad][0xe][0xa7]7_[0xa2][0x8e][0x17]}|?[0xad][0xfc][0x9f]Hv[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "7inLZ[0x1b][0xd8][0xa4][0xf3][0x88]_[0xeb][0x87]4:[0xf2][0xb7][0xf4]/PK[0x7][0x8]sJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMember.class[0x95]T[0xcb]r[0x12]Q[0x10]=7[0xc][0xc][0x81]1[0xf]BbD[0x8d]y[0x1a] [0x8f][0xf1][0xfd][0x8][0x88][0xe6]!V[0xaa][0x8]Z[0x5][0x95]Ev[0x3]L[0xe0][0xc6]a[0xc6][0x1a][0x6]c>%k[0x17]n[0xb2]q[0x13][0x8d][0xb][0xcb][0xb5][0xbf][0xe1][0xa8]}[0x7][0x88]0[0xa9]T[0xe1][0x82][0xdb]}[0xf]}Ow[0x9f][0xee][0x9a][0x9f][0xbf][0xbf]}[0x7]p[0x17][0xaf]B[0x8][0xe1]N[0x98][0xbc]{a[0xdc][0xc7][0x3]q<[0x94][0xf1]([0x4]?[0x1e][0x8b][0xe3]I[0x8]O[0xb1]&[0x8e][0x94][0x8c][0xb4][0x8c]g[0xc][0x81]47[0xb9][0x93]a[0xf0][0xc5][0x13][0xbb][0xc][0xd2][0xa6]U[0xd1][0x19][0x86]s[0xdc][0xd4][0xf3][0xcd]zI[0xb7][0x8b]Z[0xc9] $[0x92][0xb3][0xca][0x9a][0xb1][0xab][0xd9]\[0xdc][0xdb][0xa0][0xe4][0xd4]x[0x83]![0x91][0xb3][0xec][0xaa]z[0xd0]$"[0xd5]n[0x9a][0xa6]n7[0xd4]:[0xf1][0x18]j[0xd6][0xd6][0xea][0xfa][0xa1]e[0xbf][0xdd][0xd1][0x5]W[0x8a]a[0xa2][0x97][0xe7][0xe8]][0x87]k[0xb5]_[0x92]t[0xb1][0x98][0xca][0x10][0x93][0xc2][0x1b][0x85][0x9a]V[0xb1][0xe][0xf5][0xca][0xc6][0x11][0xc3]r[0xbc][0xef]*[0x12]{[0xc][0x83][0x5]^55[0xa7]iS[0xea]@[0x9c]([0x5]8[0x16][0xcf][0x1d]h[0xef]5[0xb5][0xe9]pC[0xcd][0xf1][0x86][0xe3][0xa2][0x92][0xae][0x95]k[0xc][0x3]|[0x9e]![0xda][0x15][0xb0][0xed][0xe8][0xb6][0xe6]X[0xa2]+[0xb9][0xee]2[0x93][0x16]#^[0x6]R[0x96][0xd8][0x19][0xc6]=t[0xda][0x98][0xf4][0xe6]l[0xfd]![0x12]+U[0xdd][0xd9][0xb1]*|[0x9f][0xbb][0xd4]4[0xa1]m[0x86] [0xb5][0xed]h[0xe]/[0xbb][0xc0][0x9e][0xb][0xbc]i[0x96][0xc][0x1][0xc8][0xf4] O[0xbd]R[0x9d][0xf1]D[0x8b][0xd6][0xd0][0xcc][0xaa]ZplnVS[0xad][0x0][0xa1][0xb9]h[0xb5];`[0xd3][0xd0][0x1a][\r]1[0x9d][0x8b]h:)[0xaa][0x1c][0xa5][0x87][z[0xd9][0xd0][0x4][0x91][0x8b]3[0xf0]tq[0xed][0xff][0x86][0x96][0xe9]"]:[0xd0][0xcb]N[0xea]R[0x82]u[0xd3][0xb4][0xa8]O[0xb1][0x1c][0x94]?T[0xb0][0x9a]vY[0xcf]r[0xb1]*Q[0xf][0xf9][0xaa]`U[0xa0][0xe0][0x8a][0x8c][0x8c][0x82][0xe7]x!c][0xc1][0x6][0x16][0x14]lb[0x8b]a[0xb1][0xcf]*[0x15][0x8c]cB[0xc1],[0xe6]d[0xbc]T0[0x8f][0xac][0x82][0xdb][0xc8][0xd2]T[0xbd]u3[0xcc][0xf5]Q8[0xc3]P[0xef]l[0xc5][0xb4][0xda][[0xd3]%[0xb6]w[0x9b]"[0x17]Q[0x1a]]Mk[0xe4][0xf5][0xf]D![0x99][0xae][0xe9][0x1d]q[N[0x86][0xd8]?[0xcc][0xd6][0xf7][\r][0x2][0xd5][0xce][0xe][0xd1][0xd3][0xf8]vbO[0x9a][0xa1]OA[0x8][0xc]a[0xfa]j[0xc][0x92]%[0xe1][0xe8][0x1c][0xa2][0xdb]:YF[0xd6][0x9f][0xfc][0x2][0xf6][0x99][0x1c][0x1f][0x86][0xe9][0xc][0xb8]`[0x18]#t*[0xad][0x0][0x8c]"Bv[0xac][0x7][0x89][0x2][0x12][0x84][0x86][0x84]\%l[0x0][0x93][0x10][0xf7]k[0xe4][0x9][0xfa][0x8f]d)[0x0][0x89][0xa5]3[0xc]0[0xec],[0x9f][0xc1][0xc7]p[0x8c][0x18]9[0x12][0xc3][0xf][0xf8][0xf3][0xc9][0x95]S[0x4][0x8e][0xe1][0x97]N>[0xfd][0xf9][0xe5];9/![0xe2]>[0x1c]A[0x8c][0xd2][0xcc][0xd2]m[0x91]hE9I[0xc2]c[0xd4]M[0x8c]0[0x1f]dL[0xe3]:nP[0x1a]J[0xd2].Qx71E%[0x89]b[0xa7])[0xaa][0x15][0x8b][0xbc]VT[0xf4][0xa3]=Xh[0xeb][0xb3][0xd5][0xd6]'[0x98]<[0x85][0xfc][0x15][0xc1][0x13][0x8f]DS][0x12][0x5]/H[0x14]l[0xe7]b[0xb4]T[0x97]0[0xe]z[0x19][0x17][0xfa]a$[0xed][0x16][0x11]wm[0x82][0x14][0xe9][0xf4][0xb0]D[0xf7][0xe5][0xee];[0xfd]Z[0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V][0xab][0xfe][0x5]PK[0x7][0x8][0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod$1.class[0x8d]Tmo[0xd2]P[0x14]~.[0xe0][0xba][0xd5]*l[0x10][0x9d][0xef][0x9b][0xa2][0xe3]e[a[0xf3]%F]b[0x8]KH[0x98]F%[0xfb][0xe2][0xa7]Kw[0x85][0xb2]KK[0xda][0xc2][0xe6][0xbf][0xd2]D[0xd4][0xf8][0xc1][0x1f][0xe0][0x8f]2[0x9e][p [0xc3][0xa4]m[0xee]=[0xb7][0xe7]<[0xe7][0xfd][0xdc][0xfe][0xfa][0xfd][0xe3]'[0x80]2[0x9e],A[0xc3]=[0xb5]e[0xd5]v_[0xc7]"[0x1e][0xe8]X[0xc7][0x86][0x8e][0x1c][0xf2][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a][0x8a][0xc][0xfa][0x80][0xcb]l[0xc0][0xbd][0x96][0x8][0x18]V[0xea][0x1d]>[0xe0][0xa6][0xe4]N[0xcb]|[0xdd][0xec][0x8]+x6F[0xf4][0xb8][0xc7][0xbb]>C[0xfa][0xfd]<[0xc8]B[0xd0][0xb6][0xfd]l[0x89]!_w[0xbd][0x96][0xd9][0xe9];v`z}[0xc7][0x11][0x9e]ov[0xdd]#![0xcd]}[0xd2][0x17]'[0xae]w| [0x82][0xb6]{[0xa4][0x94][0x9e][0xdb][0x4][0xdb]cx[0x93][0x8b][0xac]u[0xde][0xf9][0x9c]x[0xf2][0x87][0xc][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe9]3$[0xeb][0xb6]#^[0xf5][0xbb]M[0xe1]5xS[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x95][0xa2]kqy[0xc8]=[}[0x8f][0x99][0x9][0x15]?[0x3][0x18][0x8c][0x9a]r_[0x91][0xdc][0xf7][0x5]q[0x8a]Q#[0xcb][0x96]U[0xa5][0xaa][0xa7][0x96][0xe8][0x5][0xb6][0xeb][0xf8][0x1a]65l1,[0x93][0xd6][[0xf1]AR\[0xf6]@T[0xb8][0x94][0xc][0x99]\[0xfe]|[0xd0][0x1a][0xb6][0xc9][0xc0];[0xb7][0xef]Yb[0xdf]VAef\l+[0x1d]J[0xa9][0xea]X[0xd2][0xf5]m[0xa7]5bk0[\r][0x94]P6p[0x9][0x97][\r],A7p[0x11][0x86][0x81]$v[0xc][0xec][0xe2][0xa1][0x86]G[0x6][0x1e][0xa3]L[0xdd][0x89][0x9c][0xc][0xc3][0xee][0x4]k;[0x81][0xf0][0x1c].g[0x94][0xfe]MkT[0xc8][0xe2]$/o$6k[0xce][0x80]*[0xae][0x8a][0xd2][0x8][0xa7][0xec][0xac]F[0xc]k[0x13]tMJ[0xd1][0xe2][0xf2][0xa5]e[0x9][0xdf][0x9f][0x82][0xa4]'[0x90]F[0xdb]sOFn6"&B[0xf5][0xb7][0xc9][0xfd][0xb1][0xa8][0x9e][0xf6]T[0xcd][0x6]B~dx[0x9a][0x8b]6F[0xf3]&=[0x9e]S[0xd3][0xa5][0xf3]0[0xce]l[0xa9]D3_[0x8d]>[0xbe][0xd3]&[0xff][0xd6][0xe7][0xec]>[0xac][0xfe]OFWe[0x94][0x5][0xd6][0xe8]"/[0xd2][0xed][0x8e][0xa7]R[0xaa][0xd1][0x0]Q[0xea]uH[0xa9][0xfb]$[0x89][0xd1]J"Et[0x99]N{D[0x13]D3[0x85][0xe2][0x10][0xac][0xb0]9D[0xac][0xb0]5D[0xbc][0xf0][\r][0x89][0xcf]!z[0x85][0xf6][0x5][0x9a]{[0xf5][0xc7]H[0xd3]n[0x84][0xe7][0xc][0xbd]W[0x89][0xae][0x86][0xd2][0x18][0xae][0xe1]:[0xd9][0xb9][0x81][0x9b]c[0xbb]/[0x10][0xf]q[0xe9][0xc2][0x17][0xb0][0xef][0xb8]@$F+[0xfe][0x15][0xb][0x9f]f[0xcc][0xee]L[0x99]MO[0x99]M[0x10][0xe7][0x16][0x99][0xb9][0x1d][0xe2][0xef]Pj[0x8a][0xb7][0x8e][0xbb][0xb8]B'[0x9d][0xa4][0x1a][0xc2][0xe7][0xf]PK[0x7][0x8][0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/FrameworkMethod.class[0x95]W[0xfd]c[0x13]g[0x1d][0xff]\[0x93]6i8J[0x9]o[0x85][0xf2][0x12][0x18][0xb0]&m[0x9][0xb0][0xa9][0x1b]-[0x9d][0x5][0xda][0x8d]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa3][0xb5][0xd8][0xc2]^[0xae][0xc9][0xd1]^I[0xef][0xb2][0xbb]K)[0xce]9[0xa7][0xa0]c/2t:[0x8b]Sdn[0xa2][0x82][0x8e]MH[0xdd][0xaa]ls[0xea][0xe6][0xfc]'[0xfc]K[0xd4][0xef][0xf7][0xb9][0xeb]%[0xb9]$5[0xfe][0xd0]'[0xcf]}[0x9f][0xef][0xcb][0xe7][0xfb][0xfa]<[0xfd][0xfc][0xdf][0x1f][0xdc][0x5][0xb0][0x7][0xff]lD[0x1c][0xe7]#[0xb8][0xf][0x17]B[0xf8]n[0x18][0xdf][0x8b] [0x80][0x17]B[0xb8][0x18]A[0x3]^[0xe6][0xe5][0x95][0x8][0xbe][0x8f]K[0x11]b{[0x95]w[0x97]C[0xf8]A[0x8]?[0x8c]`9.[0x84][0xf1][0x1a][0xff][0xfe]([0x8c][0x1f][0xf3][0xef][0xeb][0x11][0xc8]xa[0x19]~[0x82]9f[0xbf][0x12][0xc6]O[0xc3]x#[0x8c][0x9f][0x85][0xf1]s&\[\r][0xe3][0x17][0xac][0xe2]Z#[0xde][0xc4]/[0xc3]x[0x8b]?[0xde][0xe6][0x93]k[0xbc][0xfb]U[0x8][0xd7]#[0xd8][0x86]_[0xf3][0xf2][0x1b]&[0x93][0xd5][0xdf][0xe2][0x6][0xef].Gp[0x13]7B[0xf8]][0x4][0x9d][0xf8]=s[0xdf][0xe0][0xe5][0x9d][0x10]n1[0xe5]][0xfe]x" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0x97]?[0xf0][0xf2]:[0x8b][0xdc][0xe][0xe1][0x8e][0x84][0x86]i[0xd5][0x9e]4[0xd2][0x12]6[0xc]L)3J2[0xa3][0xe8][0x13]IS=[0x9d]QSv[0xf2][0x88]8[0xeb]"[0xae]nM[0xd7][0xec][0x1e][0x9][0x9b][0xda][0xaa][0xb3][0xc5]G$[0x4][0xf][0x1a]iU[0xc2][0x8a][0x1]MW[0x7]s[0xd3][0xe3][0xaa]9[0xac][0x8c]g[0x88][0x12][0x1d]0RJfD15[0xfe]v[0x89]A{R[0xb3]$[0xc4][0x7][0xc]s"9[0x95]#[0x13]I3[0xa7][0xeb][0xaa]i%[0xa7]IO&[0xd9]o*[0xd3][0xea]Y[0xc3]<[0xe3]!i[0x9c]P[0xed]#.[0xe4][0x8d]m[0xf1][0xa5]@[0xaf][0xd4][0xf4][0x19][0xe3][0x8c][0xda]7[0x9b][0xcd][0x18][0x96]6[0xa3]f[0xce]Ix[0xb0][0x18][0xff][0xd1][0xf1])[0x12][0xe8]:YN[0x8a][0x97][0x93]([0x8][0xb6]b[0x92]u[0xf6][0xa5][0xd2]iV![0xb0][0xe4][0xcd][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xfa]$D[0xfa]fSj[0xd6][0xd6][0xc][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!/!D[0x9a][0x6][0xc9]9[0x9][0xab]K[0xbc][0x18][0xb2]MM[0x9f] [0x81]u3JFK+[0xb6]z,7[0x9e][0xd1]R#[0x86][0x96][0x1e]4z[0xcd][0x9][0x16][0x18]s[0x4]r[0xb6][0x96]I[0xe]h[0x96]-B[0x1f][0xd6][0xac]![[0xb1][0xb5][0x94][0x4]i[0x8c][0xf0][0xa8][0xa6]i[0x98][0x84][0xa7][0xd9][0xcf],ami2[0xce]e[0x17][0x13]r[0xaf][0x8f][0xb7][0xbb][0x8][0xd9][0xf0][0xa4]i[0x9c]e[0xb6][0xae][0x1e][0xce][0xc3][0x90]6[0xa1]+v[0xce]$[0xa9][0xf6]2@[0xd5][0xe4][0x18]g[0xb4][0xdc]1[0x9][0xf5][0x16]AWKC[0xeb][0x85]B[0xe6][0x9c][0x1b]i[0xed][0xb4][0xa6][0xb2]C[0x81][0xb6][0xf8]a[0x9][0xcb][0x89]x\%[0x0]:[0xe3][0xa7][0xb0][0x97][0x84][0xf1]`F[0xb1],[0xf6][0xb4][0x9c][0xda][0x9d]`[0xfc][0x1c]Gp%[0xed][0xe][0xa9][0xa9][0x8c][0xc2][0xd6][0x4][0x87][0x84][0xcd][0x8b][0x18][0x7][\r]f:[0xc6][0xa9]Um[0xb2]~T[0xa7][0x14]p[0x92][0xdb]*[0xa5] [0xe1][0xa7].[0x15][0x7][0x99][0xf2]5[0xa9][0xa4][0x8d][0xb3]j[0xfa][0x0]UfG[[0xcd]][0x10][0xa7][0xf4]J[0x1a][0xfd]Q[0x18][0xea][\r]{R59[0xdd]O[0xe7][0x94][0xc]![S[0xa1][0xc2]Y `[0x8c]OQ[0x91]L*[0xd6][0xa4][0xd3][0xa3]r[0xd6]4[0xd2][0xb9][0x94]j9ah[0xad][0xd4][0xd9]|$[0xa4][0x83][0xb6]`j[0xa9][0xc6]C[0x5]~H[0xcd][0x9a]j[0x8a]bF[0xe9]\<[0xa7][0xdb][0xda][0xb4]:[0xa2]Y[0x1a]y[0xdc][0xab][0xeb][0x6][0x97]&[0x15]?[0x17]_AGA[0xa6][0xcb]I[0x84][0x17]i[0xd6]j[0x89][0xe6]8Y![0xad][0xeb]*[0x90][0x9d][0xbc]6[0x91][0x92][0x12]s[0xdb]KY[0x15][0xef],Y`[0xeb]r[0xca][0xa9]@[0x90]p[[0x99][0xd9]x[\r]j[0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7]nuU*[0xca]2[0xe8][0xc3][0xc3][0xa2][0xa9]z[0xbb][0x87][0xf7][0xed][0xfb][0x9f]Vz[0xca][0xa0]9[0xf2]qZ)[0xc3][0xb6][0xe1]4N[0xad]%[0xc5]CZ[0xe4][0xb8]nvw[0x8d][0xb3]X[0x88]P[0xca][0x95][0x14][0x95][0x8f][0xb5]}[0xf7]n[0x12][0xec][0xfb]?[0xea]w[0xa9][0xa9]=\+[0x80][0xee][0x9a][0xed]qh#CF[0xce]L[0xa9][0xfd][0x1a][0x8f][0xb9][0xd5]>[0x8e]][0x8c]G[0xc6][0xfd][0xf8][0x82][0x8c]/b[0x9e][0xfa][0xbf][0x0]p0[0x97][0xc9][0x1c]34[0x9d]j[0xd2][0x1b][0xe1][0x12][0x1e][0xf2]i[0x88][0xa5]D[0xae]b[0xe3]j,e[0xaa]\[0xd0][0xb1][0xb3][0x1a][0x1d][0xe4][0xec][0x98][0xa2][0xc7]rzZ53[0xe7]()1[0xe7][0xba][0xdd][0xc5]v[0xfe]H[0xd1][0xae][0xd1][0x85][0xed]{$[0x80]Z[0xf6]0[0xf3][0x88][0x94][0xab][0x16][0xab]x_[0xc6][0x7]X[0x8][0xe1]O2[0x1e][0xc6]#2[0x86][0xf0][0xa8][0x8c],[0x9e][0xa6][0x1]U[0xf0][0xa0][0x8][0xf6]:[0xff]t=[0x90][0xd3]2i[0x9e][0x1f]![0xd7][0xf][0x19][0xc6]]z[\r][0xc4],[0x2][0x9f]I[0xc7]&[0x95][0x19]5[0xa6][0x1b][0xb1][0xac]7[0x2]e<[0x83]GB[0xf8]P[0xc6]G8-[0xe3]+[0xf8][0x98][0xa6][0x8f][0xc3]Mav[0xc5]([0x16]bP[0xc7][0x88][0xc4]A[0xb1][0xc4][0xcd]$[0xe3]/[0xcc]M[0xa3]zQ=[0x1d]e[0xc5]5 [0xe3]k[0x18][\r][0xe1][0x13][0x19][0xc5],[0xb5]M[0x9][0xcb][0xc][0xdd][0x11]2FpB[0xc6])[0x8c]Jx[0xa0]Z[0xd8][0x6][0x8d][0x87]U[0xfa][0xd4]R[0xa5]S{[0xc4][0x99][0xe6][0x86][0xc9]1[0xfb][0x92][0x8c][0xbf][0xe1][0x89][0x10][0xfe].C[0xc5][0xe9][0x10]>[0xa5]k[0xaf][0xc6]4[0xc8][0xf8][0x8c]][0x9e][0xc4][0x9]z[0xe2][0xf8]zP[0xc6]?[0xf0][0xb9][0xc][0xb][0xb6][0x8c][0x1c]fd<[0x5][0xa5]6[0xcd]\[0xcc]%[0x9][0xf3]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x11][0xc2][0x11][0xdf]Lw[0xaf]E[0xa6]?V{[0xcf][0xd5][0xf6][0xec]![0x9d][0x1][0xd2][0xe3][0x94]x[0xaf][0x98][0x96]j[0x8d]K%[0xa0]d[0xb3][0xaa]N[0x9b][0xce]J`[0xcb]Hn[0xe1][0xf1][0xc8],[0xbd]2[0x9][0x81][0x92]N[0xb][0xcf][0xc7][0xc4][0xa3][0xc6]y&,[0xf2][0x9][0x15][0xce][0x9b]!8p[0x17]FyP[0xd0]n[\r][0xed][0xa9][0x9c]h}[0x80][0xbe]N[0xd1][0xff][0x5]u[0xf4][0xdb][0x92][0x98]G][0xfb][0xa7]X[0xbe][0x80][0xc0]h48[0x8f][0xfa][0xf][0x13][0xed]w [0xbd]Kgux[0x90][0xd6][0xb5][0xa8][0xa7]u=[0x82][0xd8][0x80]0ZI[0xdf]f[0xac][0xc3][0x16][0xec][0x13]gB[0x7][0xba][0xd0][\r][0x88][0x1d][0xdb][0xa2][0xab][0x1e][0xfb][0xd1][0xe3]ZJ[0x8a]o[0xa0]>q[0x1b][0xd2]-Om[0x83] [0xee][0x10]jd[0x87][0xc1]U[0xf3]<[0x1e][0xc2][0x97][0x89][0x8b][0x85][0x7][0x88][0x1a][0xa0][0xdf][0xa6][0x5]4[0x8c]&[0xda];[0xe6][0x11][0xca]#[0xec][0xd7][0x92][0x14]Zb[0xe][0xa7][0x7][0xa6][0x9][0xbd]8 [0xce][0x9b]p[0x10][0x87]H[0xa2][0x8f][0xf6]A[0xa2][0xf4][0xd3][0x1f][\r] [0x17][0xe0]^[0x17]`[0x98][0x1][0xe6][0xd1][0xe8][0xd7][0xde]][0x84]1[0xec]j[0x97]p[0x18][0x8f][0xba][0x18][0xaf][0xb8][0x18]{[0x12][0xad][0x1d]yD[0x1c]-[0xcb][0xee][0xce]![0xd9][0xb1][0x0]yt[0x1][0xcb]G[0xe7][0xd1][0x14]][0x91]G[0xb3]k[0x81]v[0xd1][0x95][0xb4][0xe4][0x11][0x9d][0xc7][0xaa][0xf7][0xb1][0xba][0xe]'8[0xe0][0x1]a5J[0x18]A[0xda][0x1b]hX[0xad][0xa4][0x8][0xec][0xc7]`[0x91]=[0x9e]=t> P[0xf5][0xe0][0x8][0xf1][0xd4][0xe1][0xa8][0x87][0x93])[0xc7][0x88][0xf2][0x98][0xf0][0xe5]8[0xd1][0x86][0x16][0xf1]J[0x1d][0x84][0x97]-[0xe4][0x13]y[0xac]i[0xbd][0x8a]C[0xad]s[0x8]G[0xd7]^G}t[0xdd][0xe0]R[0x90][h[0xe9][0xe4][0xcd]z[0x1f]vR[0xb4][0xe1][0xca][0xd2][0xee][0xb6][0xfa]E[0xc4][0xd1][0xc6][0xf7][0xb0][0xe9][0xed][0xa5][0x5]7W[0x8d][0xd3]6[0xca][0x6]p[0x92][0xd6]SX[0x8d][0xc7])#O[0x92][0xcf]O[0xe1][0x1b][0x18][0xc7]E[0xa4]p[0x87][0x6]&[0xc7]-A[0xde][0xae][0xa6][0xb2][0x1c][0xc6]WE[0x4][0xf3]^[0x4][0xf3]^[0x4][0xf3]e[0x11][0xcc][0xfb]"[0x18][0xe4][0x81]^[0xb9]b[0xb6][0xdc][0xf4]U[0x8c]V[0xb1]b[0xe8][0xc6]p+[0xc6]'[0xbf][0xd1]_q[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2][0xe][0x8e]1[0xa2][0x9d][0xf4][0xf4][0x14]Z+[0x8f][0x98]_[0xc9]l[0x85][0xd6]*(9U[\r][0xcc]V[0xbf][0x9e]o-[0x9][0xe6]q<[0xe1][0xea][0x19]s'J[0xf3][0x2][0xb6][0x8d][0xb2][0xae]y[0xdc][0xd3][0x9e][0xc7][0xf6]B[0xc2]"[0xe2][0xfc][0x8d][0xa8][0xc][0xed][0xac]h[0x9a][0x81][0xda][0xf8][0x90]f[0xa0]v[0x8d]|[0xeb][0xda]*[0xfc][0x1]PK[0x7][0x8]i|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/junit/runners/model/MultipleFailureException.class[0x95]V[0xd9][[0x1b]U[0x14][0xff][0xdd]$0a[0x98][0xb2][0xa4]@[0xb][0x1a]M[0x11][0xda],[0xd0][0xb4](U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xad][0xd2][0x14]45[0x80][0x1a]JM[0xab][0xe2]@[0x86]08[0x99][0x89][0xb3][0xb0][0xd4][0xa5][0xee][0xfe][\r][0xbe][0xf9][0xe6][0xab][0xfd]>e[0x91]O[0xeb][0xb3][0xf][0xfe]I[0xea][0xb9]7[0x81]$$[0xf8]i[0x1e][0xee][0xdc]s[0xee]Y~g[0xbb]7[0xfc][0xf5][0xcb]o[0x0][0xae][0xe2][[0x19]a[0xbc]"aZ[0x86][0xf][0xb7][0xda][0xf0]4R2ncF[0xc2]l[0x10][0xaf]Jx[0xad][0x1d]i[0xdc][0x91][0xf1]:22[0xe6]0/[0xa3][0x15][0xb][0x9c][0xf7]F;[0xde][0xc4][|[0xc9]JX[0xc][0xe2][0xae][0x8c] [0x96]d[0xdc][0xc3][0xdb]2[0xba][0x90][0xe3][0x82][0xf7][0xf9][0xf2][0x80]K[0xbf][0xc3][0x97]we[0xbc][0x87]e[0x9][0xef][0xcb][0x18][0x80]*aE[0xc2]*C[0x97][0xa3][0xd9][0xba]j,i[0xb6][0xa3][[0xe6][0xdd][0xf4]m[0x6]v[0x87][0xe1]L[0xca]2[0x1d]W5[0xdd]%[0xd5][0xf0][0xb4][0x16][0x94][0x8c]AZ[0x9b][0xb1]m[0xcb]vH3[0xb3][0xa1]n[0xaa]I[0xcf][0xd5][0x8d]dFw[0xdc]I[0x86][0xb6][0xac]^0U[0xd7][0xb3]5[0x86]K'[0x8e][0xa7][0xca][0xb4][0xa1][0x9a][0x85][0xe4][0xe2][0xba]mm[0xa9]+[0x86]6y[0x93][0xb4]Z[0xa7]tSwo2[0x9c][0x8d][0x9e]4[0x19][b[0x8][0xa4][0xac]<[0xd9][0xeb][0xcc][0xe8][0xa6]6[0xef][0x15]W4{[0x91][0xab]2[0x84]2[0xd6]*!W[0x9]?[0xd1][0x15]f[0xc0]][0xd7][0x9][0xdc]X[0xc6][0xb2][0xb][0xc9][\r][0x8f][0xc]'m[0xcf]4)[0xbc]d[0x91][0xec][0x18][0xc9]9[0xcf]p[0xf5][0x92][0xa1][0xcd][0xaa][0xba]A@g[0xb6]W[0xb5][0x92]K[0xa1]s Z%[0xb4][0xbe]z[0xcb];[0xa5]#[0xeb][0xf1][0x93][0x8]O[0x8b][0x8a][0x3]o/hn[0xc5][0xb][0xd9][0xc]Ec[0x8d][0x9][0x8b]50OO[0x93]L[0xe6][0xe6]4[0xc7]Q[0xb][0x4][0xa4][0xe7]HQ[0x8]f][7[0xb]$[0xc3][0xe8][0xa8][0xb7][0xa9][0x5][0x6][0x9f]>Dz5[0xee][0xd2][0xae]f[0xab][0xae]e[0xf3]3g[0x85][0xa1][0xbf][0xc1][0xe2]-O7[0xf2][0x1a][0x17]hW[0x1d]j[0x14]w[0xa6]Xrw[0x8][0xca]q[0xd6](09ky[0xf6][0xaa]6[0xab][0xf3][0x4][0x85]OK[0xef]en[[0xc1]%[0xe4][0xa9][0xce]U[0xc][0xd3][0xb6][0xad][0xee][0xf0][0xb8][0xf9][0x91][0xa6][0xe0]9[0xc]IXSP[0xc0]:[0xc3][0xb9]S[0xf0]P[0x8c][0x8b][0xeb][0x9a][0xad]E[0xb6][0xf8]2[0x9c][0x8f][0x94][0xeb]v[0x9d]z[0xb2][0xaa][0xb1][0xb0][0xb2][0xa1][0xad][0xba][0x12]t[0x5][0x1b][0xf8]@[0x82][0xa1][0xa0][0x8]S[0x82][0xa5][0xa0][0x84][0xf][0xb9];[[0x81][0x3][0x92][0xf0][0x14]lbK[0xc1]6v[0x8e][0xb0][0xd5]'[0x8f][0x1a][[0x8e]D[0x86][0x9d][0xe8][0xb0][0x13]S[0xf0][0x10][0x1f]I[0xf8]X[0xc1]'[0x18]W[0xf0][0x2]_>[0xc5]#[0x5][0x9f][0xf1][0xdd][0xe7][0xdc][0xce][0x17][0xf8]R[0xc2]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbe][0xc6]7[0xc][0x13][0xd5]>[0xd4]MJ[0xb8][0xa9][0x1a][0xff][0xb1]!9[0xc4]([0xc3][0x95][0xff][0xdb][0xc8]u1[0xd4]p[0xfd]Q[0xde][0x94][0xfd][0xb5][0x1d][0x9c][0xb2][0xc][0x83][0x92][0xc4][0xbb][0x9f][0x9f][0xf5]6;[0xe1][0x93][0xee][0x99][0xe4]R_[0x13][0xd3][0xc0][0x8b][0xc5]0[0xd8]8[0xaa][0x8d][0xdd][0xdd]Q[0xcf][0xa1][0xe1]t[0xf4][0x87][0x9a]@[0x92]f[0xe8][0xae][0xa2]LSf[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbc][0xae][0xd2]&[0xbf]n[0x16][0xd6]h[0x4][0xa3][0xe9][0xda][0xe][0xaf]HL[0xd6][0x95][0xb8][0xdc][0x14]4[0xb7]k[0x96]]T[0xc9][0xfe]D[0xb4]q([0x1e]dN[0xf6][0xc4]d[0xd3][0xd1][0xe9]m[0xa2][0xcb][0x93][0x12][0xd4]+c[0xc2]1[0xc5][0x9a][0x8f]O[0xa8][0x91]K[0xb1][0xac][0xab][0xce][0xbc][0xb6][0xed][0x8a]x[0xef]S[0xf0][0xa6] [0xea]'[0xb7][0x82][0x88][0xdc][0xd0]t[0xa7][0xc][0x9a]2~[\r][0xd6]J[0x8]&[0x9]t[0x9e]`[0x91][0x3]R[0x99]W[0x8b][0x94][0xd0]V[0xb5]T[0xd2]L[0x9a][0xac][0xd1]fA[0xfc][0xcb]X[0x7]][0xeb]([0x89][0x92][0xee]T[0xa6][0xdb]Ovy>[0xd2]M[0x81][0x86][0x9b]4[0xf4][0xf1][0xa4][0xf0]{[0xce][0xd6]\NN;5[0xbd]7[0x12]mz)[0xd5]:[0xa8]^[0xc4][0xb8]@[0xef]`[0x98][0x9e][0x1b][0x1f]=T[0xcf][0xe0]Y0D[0x4]u[0x1]!~A[0x10]=,[0xe8][0x8b][0x8][0xd0][0x9e][0xa6][0x84][0xf6]1[0xe2],[0x13][0xed][0xa3]ow|[0xf],~[0x8]_.[0xb1][0x7][0xff][0xcf][0x8]<&[0xa6][0x1f]qZ;[0xe8][0xb][0x9c]'[0xc1]~z&[0x7][0x90] [0xaa][0xaf][0xac][0x84][0x11][0x8c][0x8a]W[0xae][0x1b][0x97][0x85][0x93]$[0xed][0x15][0xfa][0x96]9[0x17][0x8f][0xdd]^[0xa1][0xdd]U[0x8c]U[0x9c][0x8e][0x11][0xc5]e[0x82][0xf1][0x9f][0x10][0xd8]G[0xcb][0x8f]B[0x86][0xfb]j[0x15][0xfc][0xb0][0xf0]Q[0xb6][0x13][0xac][0xf8]([0xdb]y[0x9e]xt[0xd0][0xca][0xed][0xec]C"T@[0xfe][0x10][0xad][0xb9][0x90][0x14][0xf8][0x15][0xc1][0x9c][0x9f][0xdb]<@[0x1b][0xa3]S9[0xbb][0x8f][0xf6]=([0x99]2[0xef][0xc][0xc3][0xdc][0xc8][0x1]:[0x18][0xbe]C[0x92]6[0x9d][0xc][0xbf][0xa3]k>[0x11][0xea]n[0x11][0x9a][0xa3][0xbb][0x8][0xed][0xe2]l6[0x17][0xa0]][0xf][0xd7][0xdd]E[0xef][0xbd][0x1f][0xfe][0xfe]3[0xb1][0x8b][0xbe]*[0xc6][0x90][0xf0]9H[0x9][0x1e][0xc2][\r][0xc2][0xb5]L[0xe9][0xe4]x[0xe3][0xc4][0xbf]A[0xa9][0xbf][0x86][0x17]E[0xe6][0xc6][0xf1][0x12]&D[0x9e][0xf2][0x95][0x18]"[0xf4]?[0xe5]:&[0x9]}[0x1b][0xa6][0xa8][0x4]~[0x11][0xc5][0x16]}y[0xa4][0x89][0xf8][0x1][0xce]ql[0x81][0xc7]q[0x11]@[0xe0]{*[0x8b][0xff][0x0][0xe7]}[0x1c][0xe7]>[0xfa][0x9f][0x1c]b G[0x85]z[0xea][0xc9]qq[0xfa][0xc0][0xff]h[0x8c][0x93][0xc1]k[0x90][0xc9]a[0xf][0xb9][0x1c]D[0xaa]&[0x81][0x9]Q[0x1a][0xd4][0x94]&!J[0x3][0x2][0xb][0xd1][\r][0xe1][0x9a]"[0xdd][0x14][0xbb][0x97][0xff][0x1]PK[0x7][0x8]#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.class[0x9d]V[W[0x13]W[0x14][0xfe]NH2[0x10]FP0(([0x1a]/H.@*[0xb6][0xa8]`i[0x81]z[0xa3][0x1][0xa4] V[0xed][0xc5]![0x19][0xc3][0xd0]0[0x13][0x86][0x9][0xa8][0xcf][0xfd][0x13][0xbe][0xfa][0xc2]S[0x1f][0xba]V[0xb][0x8b][0xba][0x96][0xab]}[0xed][0xbf][0xe8]c[0xfb]#[0xda]~g2[0xe6]F[0x88][0xe8][0x9a]5g[0xf6][0xd9][0xb3][0xf7][0xfe][0xf6][0xb7][0xf7]9g[0xe6][0xcf]{[0x3][0xe0]2^[0x84]p[0x1a][0xd3]-8[0x85]/CH" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "a&DiV[0xc1][0x9c][0x82]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe6]CP0[0xdd][0x8c][0xaf][0xe4]sA[0xbe]_l[0xc6]}9Y[0x92][0xc3][0x83][0x10][0x82][0xf8][0xba][0x15][0xf][0xf1]H[0xc1]c[0xe9][0xf9][0x8d][0x82]o[0xe5][0xf3];[0x5][0xdf][0xcb][0xe7][0x93]V[0x1c][0x83][0xd6][0x8a]N,[0xcb]![0xdd][0x8a]02[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0x5]O[0x5][0x82]k[0xba][0xb3]be[0x4]zR[0xab][0xda][0xa6][0x96][0xcc]if6i[0xeb]Osz[0xda]I[0xce][0xb8][0xef][0xc6]hu[0xc3]0[\r]g\[0xa0]7z[0xb0]YlI[0xc0]?eet[0x81][0xf6][0x94]a[0xea][0xb3][0x85][0xb5]e[0xdd]^[0xd4][0x96]s[0xd4]t[0xa4][0xac][0xb4][0x96][[0xd2]lC[0xce]=[0xa5][0xdf]Y16[0x4]FS[0x96][0x9d]M[0xae][0x16][0x8][0x91][0xb4][0xb][0xa6][0xa9][0xdb][0x1b][0xc9]5[0xc6][0xc9]%g[0xad][0xdb]:[0xa7]Fz[0xf1]y^[0xbf][0xa7][0xd9][0x1a][0xb3][0xe5][0xdb]%-gd4[0xc7][0xb2][0x99]Z[0xf3]fq[0xc2]p[0x9d]^r[0x5][0xc7][0xc8]%S[0xc6][0x86]SLI[0xd7][0xd2]+[0x2]'[0xeb]$.[0xa3]2[0x84]_[0xb3][0xed][0x8b][0x2][0xdd][0x8f][0x1b][0x98][0xe4]t[0x93]&[0xe2][0xae][0x80][0xcf][0xa0][0x10][0xd4]m[0xdb][0xb2][0x99][0xfb][0xd1]ZH[0x81][0xae]j[0xaa][0xc][0xe0][0xd1][0xed][0xaf][0xb1][0xbd]Q[0x81][0xb7][0xb8]b[[[0xd2]ll[0x9c]!Z[0x16][0x8c][0xac][0xa9]9[0x5][0x9b]^[0xf1]ZV[0x7][0xb9]I[0xb2][0xbd]o[0xab]1kU[0x95]l[0xce][0x94]S[0x81]D[0xbd][0xfe][0xb9][0x1c][0xeb][0x96][0xce]q[0x9d]&[0xf][0xeb][0xd4]([0xb3][0xf8][0x81][0x99][0x95]D[0xe3][0x85][0x9e])[0xa6]y[0xad][0x1e][0xe2]>[0xbb][0xba]9[0x1f][0xc9]W[0x9a][0x9][0xf4][0x1d]*[0x92][0xc0][0xdc][0x7]A6b[0xdc]w [0xe3][0x7]F.[0x93][0xd6]l[0x8f][0xec][0x95]z[0xc8][0x95]&uy6oy[0x16][0x2][0x91]w[0xf9][0xb]L[0xbf]/F#b[0xb1][0x3][0x89]y[0xbb]u[0xc2][0xb6][0xb5][0xe7]ErW[0xeb][0x1][0xd7][0x9a][0xd5]%[0xd8][0xa2][0x95][0xa3]\[0xc1][0x88][0xc0][0x99][0xfa]{[0xe8][0xed]9[0xc1][0xe3][0xab]lp[0xf3]YZ[0xcf];[0x86]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9c](k[0x17][0x1c][0xdb]0[0xb3][0x93][0x5][0xb6]M[0xb7][0x5][0x94][0xe2][0xb9][0x1b]Q[0xf1][0x3]r*[0xd6]@[0xeb][0xbe]h,[0x92][0xb6]LG3[0xcc][0x8d]H[0xc1][0xb4][0xf5][\r]+[0xb7][0xa9]g"r#G6=([0xd7][0xc3]R[0x91][0x87])[0xb3]]W`[0xab][0xd8][0x80]#p[0xe1][0x10][@[0xc5]u[0x8c][0xd6][0xa5]S[0xb9][0x9e]T[0x8c][0xe3]3[0x81][0xf3][0xef][0xee][0x87][0x8a])|[0xa1][0xa2] [0xb][0xb5])[0x87]-9<[0xc3]s[0x1e][0x3][0x1f][0xfa]][0xe0][0xb9]\[0x6][0x9e][^%[0xae]@ST[0xb6][0xf4][0xe4]A[0xdf]/[0xbe][0xca][0xea][0x8e][0x17][0xb7][0x14]S[0x2][0xf0][0x98]?[0x15][0x8d]5[0xf8]:[0x4][0xb5]|^7[0x19]a[0xb0]r[0x1][0x16][0xdb]5[0x16][0xdb][0xa7][0xf2]:HG[0x85][0x88][0xb3][0x4][0x12]8[0x1e][0xdd]o7V[0x13][0xb0]H[0xa4]a[0xc0]f[0xc7]*[0xaa][0x4][0xc2][0xf5]ra[0x1][0xda][0xaa][0x97]?[0xeb][0xa2]e25[0xe6]o[0x91][0x1e][0xf1]k[0xc6][0x14]'[0xd2]NA[0xcb]I[0xb2][0x13]v[0xb6][0xb0][0xa6][0x9b][0xe]K[0xd2][0xc6][0x17][0xf7][0xc9][0xdb][0x9e][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "f[0xc6]S[0xa4][0xac][0xad][0xb2][0xe2]D[0xb9][0x9e]S[0xd6]Z[0xde]2[0xe9]X[0xdc][0xcf]=Ul[0xab][0xaa][0x89][0x8]YN[0xf3][0xb7][0x88][0xff][0xc]r[0x17]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf2]>K[0xbd][0xc0]9J[0xb7][0xe0][0xe3][0x5][0x84][0xe2][0xbb][0x10][0xf1][0xc4][0xaf][0xf0][0xfd][0xcc][0x99][0xf][0xe7]9[0xb6][0xa1][0xc9][0x1d][0xfd]hG[0xb][0x8e][0xe2][0x2]g]Ek\D[0x1f][0xe0]J2[0xaa][0xa0]t[0x9][0xfd]|'c[0xbe][0xa2][0x9f]D[0x89][0xc6][0x81]o[0x7]M3[0x3]o[0xc6][0x9b]F[0xfc]a[0xef]+t[\r][0x84][0xfd][0xc3][0xa3][0x81]xw [0xb1][0xb][0xff][0x8f]~[0xb1][0xfd][0xdf]?[0x12][0xb1][0xc9]E[0xec] [0x16][0xf8]W[0xd5][0x83][0xe3][0x8c][0xd4][0xc9][0x88]].[0xea]8[0xe3][0xf5][0xf0][0xf7],[0x8a][0x18][0x2]hf[0xfe]q$[0x88][0xd6]Jn[0x3][0x18][0xa4]w[0x1b][0xba]1DI[0xfa]GK[0xd9]E[0x91][0xc4]G[0xcc][0xee]2e[0xd5][0xcd]Rj[0x86])]qY~[0xcc][0x9b][0xc7][0x89][0x97][0xf7]_[0x8c]-[0x19][0xaf]'[0xfe]@[0xe0]%F[0x6]^#[0xf8][0xf0]5[0x94][0x87][0xbb]h[0xee]h[0xd9]a[0x8d]\>[0xad][0x94]:T[0xe][0x89][0x1d][0x1c][0xd9]A[0xdb].[0xda][0xf7]p[0xd4][0x87][0x7][0xdb][0xb8]N[0xcf]c/[0xd1][0x1e]O[0xfc][0x8e]c[0x3][0xbb][0xe8][0xd8][0xc6]%[0xaa]:=U'U[0xc7][0xb7][0xd1]IU[0xf8]%T[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "S[0xd5]U.[0xc0]%[0x16][0x1a][0xa4][0xa2][0x90][0xee]([0xc9]M[0xb0][0xbc]3,[0xf0]")?a[0xd3][0xb2]L4[0xcf][0x92][0xc8][0xa2]D[0x8a][0xc9][0x96][0xc8][0xae][0xe3]*[0xcb]#\I[0xd2][0xf6]U[0xd0]^wi[0xfb]<[0xda][0xd7]x[0xf3][0xd8][0xf1]h[0xff][0xc4]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9f][0xb1][0xc4][0x1e]N[0xf0][0xd8][0x1f]|3[0xe2]o[0x1a][0x9][0x84][0x3]a?[0xfb]5[0x18][0xe][0xc][0x8f][0x6][0xe3][0xdd][0xc1][0x1][0xd9][0xaf][0x0][0xfb][0xf5]wm[0xbf][0xfa][0xb9][0xc6][0xa2][0x9c][0xf7]s[0x8c][0xbb][0xa9][0xdd]a[0xc0]S^[0xbf][0x82]|[0x9e]s[0xfb][0xd5][0xc4]~[0xf5][0xba][0xfd][0xf2][0xb3]_=n[0xbf][0x2][0x12][0xb8]D![0x86]1[0xdc]p[0x13][0x8e][0xed][0xa3][0x10][0xab][0xa2][0xf0])o[0x9e][0x89]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][0xc5][0xa3]0O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "'[0xf]C[0x81]v[0xdd][0xef]G[0xf5][0x8c][0xb]0DZI[0xce][0x87]H[0xed]2[0x8f][0xda]aL[0xf3]y[0x8f][0xb]I[0xd2][0xce][0x93][0xe0]aiO[0x95][0xec][0x92]%[0xbb]+%[0xbb][0x91][0x8a][0xf2][0xcc][0x97][0xca]3[0x8f][0xcf][0xb9]"[0x84]+[0xd5][0x96]g[0xbe][0xaa]<[0x93][0xbc][0xf9]![0xf0]:[0xfc][0x84][0xb1][0xe5]Z[0xe1][0x8a][0xdb]C[0x8f][0x80][0xe4]Wf[0x16]r[0xb7][0xf4]5fy[0xbd]b][0xa9]%T[0x15]7yL[0x8]W[0xaa]EU[0xab]PoSw[0xc7][0x95][0xee][0xfe][0xf]PK[0x7][0x8]D[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/junit/runners/model/RunnerBuilder.class[0x95]WM[[0x13]W[0x14]~'$[0x19][0xc]#[0x2]!*[0xb5][0xd8]XAB[0x2][0xc6][0x8f]j+[0xa1][0xa8]P[0xac]ZDK([0x14]mk[0x87]d[0x8][0x83]a&[0xce]LT[0xec][0xb6][0xfb][0xee][0xbb][0xec][0xa6][|[0x9e][0x16]jy[0xd4][0xae][0xba][0xe8]o[0xe8][0xf][0xe8][0xaf]h[0xfb][0xde][0x99]![0xe4]c[0xf0][0xd1][0x5][0xf7][0xe3][0xdc]s[0xdf][0xf3][0x9e][0x8f]{2[0xfc][0xf5][0xef][0xef]/[0x1][0x9c][0xc5]w1([0x98][0x93][0x91][0x8f]![0x84][0xb9][0x3]x[0x17][0xf3]1[0xe]_[0xc8]X[0x90][0xb1][0x18][0x83][0x8c]/;[0xb0][0x84][0xbb]2[0xee][0xb5][0xe3]+[0x19]_[0xc7][0xd0][0x8b]ob[0xb8][0x8f]oc[0x88]A[0x15][0x87][0xcb][0xe2]FA[0xc]E1h2V:P[0xc2][0xaa][0x8c][0x9][0xb1][0xd7]e[0xac][0xc5]p[0x14]sb[0xf3]@[0xac][0x88]V[0x96] WTK3[0x1c][[0xc2][0xa1][0x99]5[0xf5][0x91][0x9a][0xad]:z9[0x9b][0xd7][0x9c][0x9c][0x84][0x3]y[0xbd]d[0xa8]N[0xd5][0xd2]$[0xc]6[0x9e][0x8e]{[0xdb][0xb2]j[0x94][0xb2]Se[0xd5][0xb6][0xc7][0xd3][0x13][0xb9][0x9][0xde][0x89][0x8e][0xeb][0x86][0xee]LHhK[\r]/H[0x8]O[0x99]EM`[0xeb][0x86]6[]_[0xd6][0xac]yu[0xb9]LI[0xcf][0x8c]YP[0xcb][0xb][0xaa][0xa5][0x8b][0xbd]/[0xc];[0xab]:[0x99][0xc][0xcd][0x98]V)[0xbb]V%P[0xd6][0xaa][0x1a][0x86]f[0xd9][0xd9]u[0xe2][0x94][0xb3]s[0xee]n[0xb2][0xaa][0x97][0x8b][0x9a]Ek[0x9d][0xde][0xf1]5[0xd3]rIH[0x18]I5[0x13][0xcb][\r][0xb7][0xa0][0xf9]0[0xbc][0x1f][0x9b]~R[0xd0]*[0x8e]n[0x1a][0xbc][0x9b]m[0xb9]+[0x9c]z[0xdd][0xf5][0x1e][][0xd1][0xe6][0x9a](Ht$Q[0x87]4[0xbf]j[0x99][0x8f][0x85]"[0xa2][0x8e]f;[0xbe]^w[0xb]S[0x9][0x87][0x1b][0xa3][0xb2]Q[0xd9][0x8d]Lo[0x10]5[0xe2][0xa9][0xc5][0xe2][0x1d]7[0x81][0x12][0x6][0x82]\o5[0x11][0xad][0xf8][0xfa][0xe9]}[0xdc][\r]4[0xa4]X[0xda][0xba][0xf9]H[0xdb][0xb5][0xd5][0x1b]`[0x8b][0xd9][0x8e]<[0xf0]\;[0x12][0xc]M[\r][0xd9][0xcf][0xa7][0x84][0xb][0xad][0x10][0xf7][0xf6]s[0xc0][0xad][0xba][0x19][0xdd][0x16]E[0xd9]^Xe[0xf6]I[0x83][0xe1]o[0xbd][0xc0][0xd0][0xb7][0x8]=[0xf][0x16][0x2]9[0x5]*7[[0x1d][0xdf][0xb7][0x4][0x4][0xf0][0xf9]VG[0x9a]Y[0x7][0xb8][0xd1][0xd5]*:[0xd5]bv[0x9f]7V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "t[0xe5][0xcd]n[0xbf][0x9d]o[0x3][0xa9]7[0xca]I[0x87][0x9b][0x13][0xef][0x9e][0x84][0xbe][0xd7][0xbc][0x98][0xb0][0xa6][0x16]V9[0xa9][0x96]5[0xc0][0xa9][0xac][0x19][0x9c][0xa4][0x1b][0x12]B[0xfa]@[0xed][0xd9][0xb8][0xd0]W-K[0xdd][0xf0][0xf1][0xcf][0x4][0xc9]_[0xcf]|[0xb2][0x95][0xf9][0xdb][0xa7]6[0x96]7[0xab]VA[0xbb][0xa6][0xbb][0x1d][0xab][0xa1][0xf9][0x9c][0x16]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "N[0xe0]}[0xbe][0xe4]=[0xcc][0xeb][0xaa][0xbd][0xca][0xf6][0xa8][0xa0][0x1f][0xc7][0x15][0xa4]0,![0x1e][0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd8]l[0xf6][0xec][0xea][0x86][0xa3]Y[0x86]Z[0xae][0xf5][0xba]i[0xcb]2[0xad]9[0xad]bZ[0x8e]n[0x94]<[0xb3][0xc2][0xd4][0xba][0xc]C[0x81][0x89][0x8a][0x84][0xcc]~[0x1d][0xf2][0x6]E[0xba]Z[0xd6][0x9f][0xaa][0xa2][0xab][0xb9]H[0x12][0xae][0x14][0x84][0xff][0xc9][0xa1]A{([0x99][0xaa][0x98][0xb6][0xad]/[0x97]7[0x92][0xba]Q[0xd4]-[0xad][0xe0][0x94]7[0x86][0x93][0x5][0xd3]pT[0xdd][0xb0][0x93][0xba]ck[0xe5][0x95][0xa4]j'[0xd5]d[0xbe][0xaa];[0x9a][0xdf][0xad][0xba][0xf6][0xbc][0xb8][0xbd][0xbc][0xc6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1e][0xc2][0x92]a+pP[0x15][0xec][0x1e])x[0x8c][0x8a][0x82][0xf3][0xf8]@A[0xe][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ">[0xc4]Gl[0xfd]MY[0x90][0xf1]D[0xc1][0x6][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9d][0xf1][0xdd][0xe8]4fV[0xc1][0x88][0x8][0xdc][0xe0][0x1b][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "H[0x18][0xde][0xef][0x1]6[0xb5]_[0xd1][0xe]6[0xfc][0x8a][0xf1]W[0x8a][\r][0x94]uW[0x8f][0xe0][0xb9][0x97][0x1b][0xbe][0xcb]nU[0xd2][0x9c]Yu][0xf4][0xdf]T}c[0xcc];[0x16][0x13][0x93]k[0x88][0x8a]'c]1[0xad]u[0x95][0xd0][0x97]R[0xad]7[0xee][0x5][0xd8][0x9][0xc2]M[0x4][0xdc][0x15][0xf4][0xa3]^[0x1b][0xe6][0xf]_c[0x19][0x93][0xaa]c[0xba][0xf1][0x93][0x90]J[0x5]Y[0x9][0x90][0x85]O[0xf0]S@[0xe1][0x7][0x8]k[[0xd4]+[0xe7][0xf7][0xb8][0xb]![0x89]v[0xae]Y[0xda][0x1c]OR2[0x81]6[0xae][0x80][0xae][0xf4]6[0xa4][0xf4][0xe]BK[0xdb]h[0xfb][0x15][0xe1]g[0xae][0xf6][0x0]G[0xf1][0xdd][0x2][0xc]![0xcc][0x92][0x1f][0xe4]J[0xf1][0xf4]q[0x8a]2[0x84]%[0xf1][0x10][0xa8][0x91][0xa6],[0xcc][0x93][0xa8]o'[0xc3][0xf5][0x88]{"[0xac]<[0xe4]Y[0x1b][0xe7][0xee]tf[0xb][0x91][0xcd][;[0x90][0x97]2#[0xdb]h[0xdf]t[0xc1]"[0xbc][0x16][0xa5][0x82]0[0xd7][0xe9]*[0xe6][0xb8][0x1f][0xe7][0xb7][0xd1][0xc7][0xae][0xc9]$e2[0x89][0x8c][0xe2][0xb4]K[0xa6][0xdb]3[0xee][0xae][0xb2]8C[0x8c][0xb3]5bBr[0xae][0xe6]n[0x86]#[0x8b][0x96][0xf7][0x5][0x8d]*Q\g[0xd2][0xbf] [0x9c]y[0x8e][0x3]![0xfc][0x88]c;[0x88]-[0xf5]t[0x84]_@Yj#[0xbd][0x83][0xf9][0xdf][0xd0][0xb9][0x8d]C[0xaf]2[0x9b]T[0xad]'5[0x89][0x83][0x98]"[0xa1]i[0x97][0xd4]a?.[0xbb]T[0x86]p[0xa1][0x89][0x8a][0x90][0x8]*[0xbb][0xb1][0x89][0xf9][0xa4].r[0xe4][0xfb][0xf1]c[0xb3][0xc0]Y )>[0xa9][0xae][0x10][0x16][0x9f][0xd5],{[0xd1][0xbf][0x81][0xe][0xdc][0xac][0xb3][0xaa][0xd4][0xac]*[0xb8][0xd4]dUH[0xf6][0x2]0[0xc6][0x15][0x1f][0xa3][0x1f][0x80][0x1f]([0x89]p[0xee][0x17]y[0xe8]^L3[0x5]=[0xb3]b[0x1d][0x1f][0xdd][0x1c][0xb][0xbb][0x8b][0xbe][0xf0]+*E[0x9][0x13][0xa7]b[0x1c][0x9]w[0xae][0xf][0xc3][0xa5][0xf6]q[0xfe]Wp[0x9d][0xbe]D[0xc9][0xee]4[0xeb]A[0xbc][0xdb]N2[0xbe][0x89][0xcf][0xc8][0xb9][0x9b][0xfe][0xce]p%r;V[0xf3]~[0xcc]M[0x0]?[0xab][0x88][0x9b][0xc3]-[0xdf]{[0x11]#[0xf][0xed][0x1c][0xd1]<[0xad][0xcb]5[0xad]Yjy[0xde][0xdf][0xa6][0xec][0x8e][0xbb][0xfa][0xfc]PK[0x7][0x8][0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/junit/runners/model/RunnerScheduler.class][0x8d][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc2]0[0x14]E[0xef][0xab][0xb5][0xa9]uq[0x10][0xfc][0x4][0xeb]bpvw[0x12][0x4][0xb][0xee]i[0x1b]kJL!m[0xfc]8[0x7]?[0xc0][0x8f][0x12][0x13][0x11][0x4][0xdf][0xf2][0xe0]p[0xee][0xbd][0xcf][0xd7][0xfd][0x1]`[0x83])[0xc3][0x84]!#[0xa4]}u[0x91][0xb5][0xd3][0x92][0xb0][0xc8][0xf7][0xad][0xb8][0x9][0xae][0x85]i[0xf8][0xd1][0x19]#J-[0xb7][0xab][0x93][0x97][0xce][0xca][0xa8][0xde]{[0x84]Q[0x1e]@Vt[0xce]Vr[0xa7]Bn[0x1e]\i[0x8b]o[0x91]][0x87][0x16][0xc2][0xb2][0xb3][\r]o[0x9d]Q[0x3][0xb7][0x1f][0xa1][0xe7][0xd7][0xae][0x96][0x9a][0xff][0xe9][0x84][0xd9]o[0xf6]P[0xb6][0xb2][0x1a][0x12][0x2]!B[0xb8]([0xf6][0x9b][0x88][0x1][0xff][0xc7]H[0x80][0x8f]B[0xbc][0x4][0x4]#[0x96]|[0xa7];[0xbf];[[0xfe][0xf8]|{[0x7]p[0x81][0xa3][0x18]}L"[0x1c]F[0x98][0x12][0xc2]+m[0xb4]_[0x10][0xfa]'[0xa7]kBpm[0x1f][0x14]a[0x9c]j[0xa3][0xee][0x9a]*Sn%[0xb3][0x92][0x9d]ijsY[0xae][0xa5][0xd3][0xad][0xfe]1[0x3][0xbf][0xd5]5[0xe1]8[0xb5]n#[0x8a][0x86][0x8b][0x84]k[0x8c]Q[0xae][0x16][0x15][0xf7][0x94]b[0xe9][0xa5]W[0x95]2[0xfe][0x92]0T;Y6[0xac][0x9][0xf1][0xcd]s[0xae][0x1e][0xbd][0xb6][0xa6][0x8e]0c[0xbd][0xb4][0x8d][0xcb][0xd5][0xad]nKG[0xbf][0xa1][0xf3]B[0xee]d[0x82][0x0][0x3][0xc2][0xfc][0xdf]+[0x8][0x93]v^[0x94][0xd2]l[0xc4]}V[0xa8][0x9c][0xad][0xd9][0x9f][0xb5][0xda]:[0xfb][0xd4][0xbe];[0x98][0xa3][0xc7]_[0xd0][0xae][0x1e][0xa8][0xad]g[0xc]Y[0x9]fb[0x1e][0x9c][0xbd][0x82]^[0xba][0xe3][0x88]1[0xec][0xcc][0x18]C[0xc6][0xe4]{[0x0]{[0xac][0x11][0x10][0xf6][0xbb]p[0xc2]^[0xc0]|[0xc0]{[0xd4][0xe5][0xc6]_PK[0x7][0x8]u[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/junit/runners/model/TestClass$1.class[0x85][0x8c]Q[0xe][0xc1]@[0x10][0x86][0xff][0xa1],%[0xf4][0x8][0x84]g[0x9b][0x9e]AH<[0x88][0x7].[0xb0][0xda]I[0xb5]Y[0xbb][0xc9]n[0xeb]p[0x1e][0x1c][0xc0][0xa1][0xc4][0x96][0xc4][0xab][0x99][0xcc]L[0xfe][0xf9]g[0xbe][0xe7][0xeb][0xfe][0x0][0x90]b, [0x4]bB|[0xb4][0x8d][0xcb]x[j&LN[0xec][0xeb][0xb5]V[0xde][0xaf]*uS[0x84][0xe9][0xc6]d[0xda][0xfa][0xd2][0x14]{[0xae]/6[0x17][0x18][0x11][0x16][0xd6][0x15][0xb2]jLYK[0xd7][0x18][0xc3][0xce][0xcb][0xab][0xcd]Y[0xcb][0xdf][0xf7]2%[0x80]0[0xde][0xb5][0xee]g[0xc3][0x9e][0x90][0xb4]L[0xa9][0x95])[0xe4][0xe1]\qV[0x13][0xe6]Q[0x98][0x5]P[0x7][0xdf][0xe8][0x86]DP[0x11]zaF[0xe8][0x87]>[0xc][0x15][0x87][0x1b]jU2x[0x3]PK[0x7][0x8][0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/junit/runners/model/TestClass$FieldComparator.class[0x95]SMo[0xd3]@[0x10]}[0xeb]|8[\r]N[0x1b][0xd2][0xb4][0xa5][0x80][0xa0][0xa5]_[0xce][0x7]uC[0xe9][0x1][0xa5][0xaa][0x84]"U*D[0xed]!Q[0xef][0x9b]t[0xeb]n[0xe4][0xd8][0xc8][0xb1][0x11]?[0x8a][0xb][0x97] q@[0x9c][0xf9]Q[0x88]Y[0xc7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "!iD8[0xd8]3;[0xf3][0xf6]=[0xbf][0xd9][0xf5][0xcf]_[0xdf][0xbe][0x3][0xa8][0xe1]$[0xb][0x1d][0xbb]Yd[0xd4]+[0x85][0xbd],[0xf6]q[0xa0][0xc3]T[0xe5][0x92][0x8e][0x8a][0x8e][0xaa][0x8e][0x97][0xc][0xe9]S[0xe9][0xca][0xe0][0x8c]!a[0x96][0xae][0x19][0x92][\r][0xef]F0[0xac]4[0xa5]+.[0xc3]~G[0xf8]m[0xde]q[0xa8]Rhz][0xee]\s_[0xaa]u\L[0x6]wr@[0xe8]s)[0x9c][0x9b][0x86][0xd7][0xff][0xc0]}[0x1e]x>[0x83]q[0xe1][0xba][0xc2]o8|0[0x10][0x4]8nz[0xbe]m[0xf5]BR[0xb2][0xfc]P[0xb5][0x6]V[0x9f][0x84][0x1c][0xab]-[0x6]A[0x4][0xdb][0x9d][0xe2][0xa8]3[0xe8][0xdd]hE:'f[0xb3][0xc7]?r[0xcb][0xe1][0xae]m[0xf9][0xe2][0xd6][0x11][0xdd][0xc0][0x8a]6[0xd4][0xe7]6J[0x17][0xf4]}[0x8e][0xb8][\r][0x18]6[0xe7][0x82][0x18]R[0xbe][0xb4][0xef][0x8]s0)q[0xd5][0xe9][0x11][0xa6]>[Q[0xa4][0xda][0xa7]#5[0x8e][0x99][0x9e][0xea][0xd4]t[0x1c]2[0x80][0xc1]4[0x17][0xb0]\[0xab][0xab][0x91][0xef]-[0x84]dXjI[0xdb][0xe5]A[0xa8][0x6][0xd2][0x98][0xf7][0xb1]a [0x1d][0xeb][0xcf][0x14]O[0xe7]:?#[0xc6]l[0xcb][0xb][0xfd][0xae]8[0x97][0xea],[0x97][0xc7]j[0x87]j[0x8f][0x81],[0x1e][0x18][0xb0]p[0xa4][0xa3]f[0xe0][0x15][0x8e][0x19]6[0xe6][0x90][0x19]XEQ[0xc7]k[0x86][0xda][0x9f]3C~[0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "C[0xf1]>/[0xc];[0xb][0xc][0x8a][0xae][0x8d]-[0x82]K[0xde]'KE[0xb3]4[0xe1][0xbf][0x15][0xf8][0xd2][0xb5][0xeb][0x9][0x8e]j4[0xdb][0xf8][0xaa][0xb5]=[0x86]5sv[0x93]:[0xf7][0xed][0xaa]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "c[0x8b]~[0xae][0xc][0x9d][0xfe][0x12][0xfd][0x82]Ihj[0x84][0xb4]2heQ[0xa4][0x8b][0x81]T[0xf9]+[0xb4]/[0x94]h[0xc8][0xd1];[0xad][0x8a][0xac][0x8c]e[0xca][0x8d][0x11][0x0]+(@]![0x9a]i[0xbc][0xf9][0x1d][0xa1][0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Q[0x19]"Q[0xa5]g[0x88][0xe4][0xe7])[0x8e]j[0xc4][0xb1]5[0xc2][0xc5][0x1c]*[[0xc3]z[0xc4]k`[0x83]2-[0xff][0x96]x[0x1f][0xc5][0xbc][0xef][0x9][0xad][0xf0][0xb9]r[0xe5][0x7]RUz[0x86]HO[0x13][0x97]'[0x88]sc[0xe2][0x1c]6[0xf1]8"[0xce][0xe1][0x9]eZ[0x1e][0xe4][0xf6]YL[0xfc][0x86][0xa2][0x16][0xbb]e[0xf7][0xbb]][0x1f][0x1][0xc6][0x84])"|N[0xfd][0x4]I)[0xfc]6^Dq[0x7][0xf])[0x16]([0xd3]QF[0x9e]D[0x9e]RD>[0xf3][0x1b]PK[0x7][0x8]Q[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/model/TestClass$MethodComparator.class[0x95]S[0xdf]O[0xd3]P[0x14][0xfe]n[0xf7][0xa3][[0xe9]`L[0x9c][0xbf]0[0x80]0[0xd9][0xd8][0xa4][0x8e]![0xc6][0x8c][0x90],[0x13][0xc]q[0x8c][0x87]![0xaf][0xa6][0x1b][0x97][0xd1][0xd9][0xb5][0xe6][0xae]S[0xff](_[0xf4][0x1][0xa3][0xf][0xc6]g[0xff]([0xe3][0xb9]]3[0xc8][0xd8][0xe2]L[0xd3][0x9e]s[0xee][0xf9][0xee]w[0xee][0xf9][0xee][0xe9][0xef]??~[0x2]([0xe2][0xb9][0x86][0x18]2[0x1a][0xe2][0xc8][0xc4][0xf1][0x18][0xeb][0x1a][0xa2][0xc8][0xce]@CN[0xc5][0x86][0xcc][0xe5]U[0x8f][0x10][0xed][0xf8]D[0xcb][0x3]p@$[0xbd]4[0xee][0xf8][0xe4][0xf3][0xb8]K[0x9e][0x92][0xac][0xc8][0xfb][0xf][0xc8]_[0x7][0xe4][0x89][0x8d][0xfc]/D[0xb][0xf4]^B[0x1d]%.]#N[0xc][0x89][0x13][0xb8][0x8f][0x7]>q[0x2][0x8b][0xe4])IP[0xcb]K[0x1][0xf1][0xb][0xb2]J[0xd0]2[0x1b][0xdf]rz[0x0][0x18][0x12]F[0x88]p[0x99][0xf2]![0xac][0xf8][0xf8]GX[0xf5][0xed][0x1a]RdS[0xe4][0xc5]P[0xa0].4<$[0x8b]d[0xec]/PK[0x7][0x8][0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/junit/runners/model/TestClass.class[0xc5]Y[0x9]x\[0xd5]u>G3[0x9a]'[0x8d][0x9e][0x16]k3[0x12]6[0x1e]/[0xd8]c[0x8d][0x84][0x8c]-[0xc][0xc8][0xb2]A^[0x84][0x5][0x92][0x8c]mac[0xcc][0xe2][0xe7][0xd1][0xb3]5[0xf6]hF[0xcc]bc[0xc0],[0x89][0x9d][0x10]BH[0x8][0x1]"[0x92]`B[0x0]u[0xa1][0x89][0x9] [0xc9][0xb8][0x18][0x92][0xb4]@C[0xba][0x12]H[0xd3]$$[0x81]4I[0xd3][0xa6]-)[0x84][0xb6]iq[0xff]s[0xdf][0x9b]7[0xab]l[0xe1]@[0xf9][0xf4][0xcd][0xbb][0xf7][0xdd]{[0xee][0xb9][0xe7][0xfc]g[0xb9][0xe7]>}[0xfb][0xdd][0xa7][0x8f][0x11][0xd1][0xd9][0xfc][0x88][0x97][0xd6][0xd3][0xbb][0xa5][0xb4][0x8d][0x8e]{i[0x1a][0x93][0xc6]\[0xc2]E^r[0xb3]Kc[0xb7][0x97]4z[0xd7]K[0xdb][0xb8]X[0x1e][0x1e][0x90][0xb1]&[0x8f][0x12]y--#?{[0xcb][0xb8][0x8c]uy[0x94]k\[0xe1][0xe5]J[0xae][0xd2]x[0x9a][0x97]j[0xb8]Zhj[0xe4]Q[0xab]q[0x9d][0x97][0xa6]s[0xbd][0xec]0][0xd6][0x9f][0xe6][0xe5][0x6]n[0xf4][0xf2][0xe9]<[0xa3][0x8c]V[0xf1]L[0xa1]:C^gI[0xcf]'[0x8c]g[0xcb]cN[0x19][0xcf][0xe5]ye|&{5[0x9e]_Fg[0xf2][0x2]y[0xf8]5^[0xe8][0xe5]&[0xe]@>n[0x96]^[0x8b][0xac];KX[0xb7][0xca][0xeb]"[0x8d][0xcf][0xf6]R+[0xbd]+[0xeb][0x17][0x97][0xf1][0x12][0x91][0xf3]Ln[0xd3][0xf8][0x1c]/[0xb5][0xf1]R[0x19]>[0x17]=[0x8b][0xa0]Y[0x1e][0xe7][0xc9][0xba][0xf3]5n[0x7] [0xbc]L[0xe3][0xe]![0x9c]#[0x12]//[0xe1][0x15][0xd2]^[0xe0][0xe5][0xb][0xb9]S[0xe3][0x95][0xf2]2C[0x1e][0xab]d[0xd7][0xd5][0xa2][0xda]y[0xf2][0xba]F[0x1e]][0x1a]_[0xa4][0xf1][0xda][0x12][0xee][0xf6][0xd2]%|[0xb1]P\"p[0xf4][0xc8]d[0xaf][0xc6]}[0xf2][0xb2]N[0xe3]K5^[0xef][0xa5]~z[0xb7][0x84]7[0xa0][0xe5][0x8d]2~[0x81][0xf4][0xfa][0x85][0xf2]2/o[0xe2][0xcd][0xd2][0xbb]\z[D[0xaa]+[0xe4][0xb1]U[0xe3]+5[0xbe][0xca]K[0x6]_[0xad][0xf1]5^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "J[0xbb]Mc[0x83][0x89][0x98][0xf4][0xee]H[0xc4][0x8c][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b][0xf1][0xb8][0x19]g[0xaa][0xea]5[0x13][0x83][0xd1][0x81]U[0xd1][0xa1]a#f$[0xa2]1[0xa6][0xca][0xae][0x90][0x19][0xce][0x1a][0xa9][0xea][0xea]^[0xd3][0xb3][0xfa][0x9a]U[0xeb]z/[0xed][0xdc][0xd0][0xd9][0xbf]n[0x3][0xd3][0x92][0x9e]hlg[0xeb][0xae]d$[0x94]h[0x8d]%[0x85]e[0xbc]u(:`[0x86][[0xfb][0xcd]xB[0xb1][0x9f][0x97][0xc3]g[0x19][0xd3][0xb4][0xde]5[0xfd]k[0xd7]esj[0x9b][0x2][0xa7]\![0xc1][0xaa]8[0x18]6[0xae][0xbf][0x1e],{v[0x19]{[0x8c][0xd6][0xb0][0x11][0xd9][0xd9][0xaa][0x88]1W[0xba]1[0xb4]3b$[0x92]1[0x93][0xa9]6w[0xbe][0xa3]i[0x5]H[0xea][0x86][0x14][0xcb]xW4[0xd6][0x19][0x89]D[0x13]F"[0x14][0x8d][0x0][0x8f]J[0x8b]<[0x99][0x8][0x85][{[0x8d]aP[0xde][0x9a]=[0xd2][0x91][0xc7]/[0x90]1b8[0xbc]Z[0xd3]l[0x97][0xad]X[0x96][0xc1][0xa3]'[0x14]OtL[0xaa]sW[0xcc][0x18]2[0xf7]Fc[0xbb]-[0x95][0xb1]T[0xa4][0xad][0xdd]!P[0xe6][0x9]{[0xcb][0x87]#[0x9a][0xb2][0xab]-[0x99][0xa7]#[0x4][0xca][0x15][0x10][0xd1][0x9f]g[0x88][0x85][0x9b][0x98][0xdc][0xab][0xb0]V`[\r]E[0xcc][0xbe][0xe4][0xd0]v3[0xd6]ol[0xf]c[0xa4][0xba]'[0x1a]4[0xc2][0x9b][0x8c]XH[0xde][0xed]Awb0[0x4][0xbd][0xe6][0x9e][0xdc]%[0xb0]u}6[0x87]}[0xc3]).[0xd3][0xf3]D[0x11][0x9b][0x8b]4[0xb5][0xf1][0xa0][0x11][0xb1][0xb5]7[0x7]zM[0x91][0x7][0xfb][0xcd][0xf6][0xe7]X=[0xe7]U[0x96]zM#8h[0x19][0x85][0xa9]1c[0x83][0x98][0xb9]#l[0x6][0x13][0xad][0xb6][0xc1][0xa0][0x84][0x11][0x8b][0xcd]c:}[0xeb][0x9][0x89][0xc2]f[0x4]D[0xdc][0xcd]T[0x14]B[0xa7]T[0xd8]+`[0x99][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xb4]0[0xc7][0xce][0x85][0xb8][0xa6]&[0x15][0x13][0xa5][0xb0][0xe3][0xf7]J[0x87][0xee][0x84]i[0x87][\r][0xbb][0xfd][0x1f][0xba];[0xd8]N+[0xd6][0x9c][0xbe][0xd3]Ll[0x8c][0xc6][0xe0][0x4][0xab]M$[0x92][0x98]9[0xa0][0xe6][0x81][K[0x1]?>[0x11][0xe6][0x15][0x3]9[0xc][0x16][0x15][0xf6][0xbe][0x13][0xf1][0xa8]5[0x6][0x6][0xfa][0xa3]i[0x5]E%pZ[0xe6][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xae][0xe2][0xc3][0x85][0x1c][0xd6][0x9d]@D[0xe0][0xbc][0x1e]JyyU[0xe]h[0xe2][0x85][0xe2]0[0xf0][0xff][0x93]"[0xce]4g[0xeb][0x14][0x88]<[0xd6]fL[0xb][0xa7],9[0x93]k[0xc8][0x18]f:[0xe7][0x94][0xfc][0x0][0x89]<[0xd7][0x15][0xfa][0xfb][0xd5][0xb8][0xb]-[0xd3][0xd6][0xf][0xc2][0xd9][0xd4][0xe][0xb2][0xc7][0xdd][0x1d][0xfd][0xed]SU[0xd4]^[0xe5]G[0xf3][0x1][0xca]$[0x86][0xaf][0x1f]2v[0x9b][0xab]Ms8[0xbc][0xef][0xb2][0x8]d[0x9][0xed][0x8]Yy[0xd1][0x97][0x9b][0xe6][0x16][0xe6][0x1d]v[0xc5]f$[0x11][0xdb][0x87]v[0x8d][0xd5][0xd6]eS[0xcc]S[0xc3]b[0xe8]x4[0x19][0xb]J[0xc6][0xe]F[0x87][0xf7]9)[0xcb][0x96]'[0xb2][0xdb][0x1c]Xk[0xc4][0x7]-[0x9e]F![0x1e][0xef][0xb3]%[0xcc][0xc9][0xf6][0x9f][0xf7][0xf9][0xd5])X[0xfc][0x83]4[0xf7][0x7][0xea][0xde]5H[0x92][0x19][0x87][0xa5][0xaa][0x97]pp[0xfb][0x17][0xe6][0xac]X[0xa6][0xb2][0x8c]=[0xfd][0xfb][0x9c][\r]L[0xcb][0xf3][0x98][0xbf][0xb7][0xf5]s[0xb]d[0xef]|i+[0xd3]P[0xd8][0xa7]e,?iO[0x5][0xba][0xdf]O[0xd8][0xea]L|S[0xc7]G[0xc7][0xa9] [0x90]:[0xdc][0x98][0xae][0xfd]S$[0xbd]gy0[0x1a][0x96][0xf3]l[0x93][0x11]N[0x9a][0x85][0xca][0xa9][0x2]&[0xa8][0xc2][0x91][0x17][0x92][0xcd][0xa5][0x82][0xb3][0x96]y[0xf6][0xd8][0x9d][0xcc][0x1a]|[0xa3])[0xd4][0xb]r[0xfc][0xbc]iR[0x9f][0xad][0xcd]^[0x9b]:[\r][0xfa]%n[0xd3]0[0xac][0xdb][0xbe][0xb][0xf2][0xe6][0xc7][0xe6]d|[0xf3][0xe0][0xb1][0xd9][0xe6]D[0x88]}[0xd0].)\Nf[0xf8][0xe4][0x15][0x5][0x10][0xd1]w[0x84][0xc2][0xe1][0xee][0x1d][0x9d][0xdb][0xe3][0xc8][0xc1][0xa8][0xc][0xaf]`:65[0xa9][0xdf][0xcf][0xa8]?%^y[0xea][0xa4][0xf0][0xa9][0x84][0xef][0xc4][0xfb][0xa3][0xc3][0xfd][0xd1][0x95][0xd1]D":T[0xf8][0x9a][0x0]M[0xbd]i[0xd6]L[0xe7][0x9d][0xa2][0xf][0x83]O[0xa5][0xd4]u[0xc9][0xe1][0x8c][0xb]ni"ue@[0x96][0x8a][0x99][0xf1]dXJ[0xab][0xcc]s[0xad]3[0x16]3[0xf6][0xa5][0xf2]X0[0x19][0x8b])[0xfc][0x3][0x85]([0xf2][0xa1]n[0xb2][0xdc][0xae][0xa3]p[0xd1][0x97][0x17]U[0x93],[0xd7]![0xf6][0xc5][0x98][0xb2][0xe5][0xac]I[0xe5][0x80][0xac][m}[0xfe][0xa8]u[0x97][0xd5][0xb0][0xba][0xf]Q)[0xe8]f[0x92]lL[0xc4]B[0x91][0x9d]v[0xa2]Y[0x17][0x9][0xef][[0x85][c"[0x96][0xc][0xaa]K[0xfd][0xec],[0xda]TI[0x9a]A"r[0x5][0xd3][0xaf][0x90][0xcb]W[0xa8][0x88][0xcd]^1[0xf7]$$[0x96][0xc4][0xf3]N[0xb6][0xb7]EV[0x91][0xe]/[0xeb][0xc2][0x8b]uS)C[0xcb][0xb3][0xd6]1[0xb5]Mz*[0x9c][0x90]MEz[0xa2]_[0xd5][0xd2][0xf5]y[0xf8][0xdb]~[0xde][0x89]@m?[0xb9][0x8b][0xe6];[0x89]Z[0xbf]P[0x95][0xaa][0xd3][0xf3]N[0x83]Tb[0xec][0xf2][0xe7]'[0x81]<[0x85][0xa6]r[0xee]yw8l[0xe5][0x2][0x9e][0xc7][0x14]Y[0x7][0x13]s2&[0xba][0x91][0xd8]w[0x1a][0xe1][0xce]`[0xd0][0x8c][0xc7][0xd7]\[0x17]4[0x87]ml[0xa6]p5I[0xdd]n[0xdc][0x12][0x81][0xd8]\[0xa5]w[0xdb][0xc3]o?af;[0x91][0xa2][0xef]![0xb9][0xe5][0xe1][0x14][0xef][0xec][0x8b]F6[0x8a][0xb8][0xc1][0xf4][0xe7]8P[0xe][0xa2]h[0xb5]>[0x98][0x80][0xb2][0x1b]G[0xa2]ym[0xd2][0x8][0x8b][0x1c][0x5][0x90][0x11]V[0xae][0xe8][0xf6]][0xa8][0xd6][0xa3][0x89]A[0xb9]u[0x95]t[0x4][0xc3][0xf6][0xe7][0x18][0xac][0x97][0x8f][0x16][0x1b]U[0x99][0xde][0x15][0x92][0xf2][0xbf][0xc2][0xf9]xr[0x96][0xf0][0xd2][0xe9]:[0xfa][0x9d]NQ[0x1a][0xd6]y;C[0xb8]9[0xf9]f[0x8f][0xed]L[0xe]![0x1b]:[0x86][0x87][0xdd][0x85][0x89]/(\|A#[0xe2][0x8b]"[0xad][0xf8][0x6][0x8d]=&z[0xa6]/#][0x80]=[0xf][0xc0][0xab]'[0xa9][0xcb]u[0xba][0x95]>[0xa2][0xd3][0xc3][0xf4][0x88]NqJ[0xe8][0xb4]G[0x1e]/[0xd1][0x93]:\p[0x87][0xc6];u[0x1e][0xa4][0xdf][0xe8][0x1c]b[0xe8]W[0x99]cN[0x8d]w[0xeb][0x1c]f[0x1c]'[0xb][0xa6]h[0x6][0x91]&[0xa2][0xd3][0xe7][0xe8][0x1e][0x9d]>Cw1[0xcd][0x9f][0x9a][0xfb][0xca][0xba][0xa8][0xce][0xc3]|[0xad]N[0xbb])[0xac]qL[0xe7]8'4N[0xea][0xf4]#zM[0xa7][0x9f][0xd2][0xcb]:}[0x93][0xbe][0xa5][0xf3][0x1e][0xde][0xab][0xd3][0xb][0xf4][0xa2][0xce][0xd7][0xf1]><[0xe8][0x1d][0x8d][0xaf][0xd7][0xf9][0x6][0xbe]Q[0xe3][0xfd][0xc8][0xe9][0x5].A:[0xdf][0xc4][0xbb]t[0xbe]Yt[0xac][0xc8][0xf6]M[0x8d]o[0xd1][0xf9]V[0xfe][0x88][0xce][0x1f][0xe5][0x3]:[0x1f][0x14][0x9c][0x9e][0xa6][0xa3]:[\r]QDD[0xf8][0xd8]$[0xd0][0xa2][0xe6][0xd1][0xe9][0x19][0xfe][0xb8][0xc6][0xb7][0xe9][0xfc][0x9][0xbe]=kc[0xe7][0x1c][0x13][0xb5]>[0xa9][0xf3][0x1d][0xf4][0x8e][0xce][0x9f][0xe2];u[0xfe]4[0x1d]FM[0x96][0xc6]d[0xa5][0xb9]#[0x1a]3u[0xfa]-[0xbd][0x3][0xe7][0xcb][0x1d]WF[0xd0][0xf9]3[0xf4]2[0xa2];[0x92][0xc][0x87]uz[0x85]^[0xd5][0xf8].[0x9d]?[0xcb]w3[0xcd]:I[0x84][0xea][0xf4]c[0xfa][0x89]N[0xe3]b[0xed][0xcf][0x89][0xc][0xf7][0xf0][0x9d]8]N[0x96]v[0x98][0x1a][0xd3]$[0x1b][0x92][0x91]Dh[0xc8][0xcc][0x98]l[[0x1b][0xdd][0xeb][0x1b][0x8][\r][0xf8][0x10][0xce]V5[0xed][0x8b][0x99][0x89]d,[0xe2]3|*[0xf1][0xf9][0xf6][0x8a][0x87]&[0xc3][0x3][0x91][0x5][0x9][0x9f][0xa1]x_ H[0xdc][0xab][0xd3][0xd7]D[0x94][0xfb]`K[0xfe]<[0xbd][0x8]$r[0x83]M[0xe7][0x11][0xbe]?[0x85]ev6H[0x19]"[0xe3][0xc8]][0x99][0xc][0x85][0x7]$ [0xcb][0x1d][0xf1]|[0xa1][0x88]O[0xe7]/[0xf0][0x17]u[0xfe][0x12][0xbd][0xaa][0xf3][0x3][0xf4][0xb6][0xc6][0x87]tz[0x93][0x1f][0xd4][0xf9][0xcb][0xe2][0xe9][0xf][0xa1]Go[0xd1][0xdb]:Ep[0x9d]}[0xd2]O[0xa0]Lg[0xbf][0xe7]o[0xf0][0xa2][0xee][0xc3]L[0x8b][0xdf][0xfb]'w[0x1c][0xed][0x93]-[0xb2][\r]k[0x81]1)U[0x9a][0xf5][0xd9]V[0x9d][0xb6]*[0xab][0xb6][0x98][0xe3]/[0xf8][0x89],[0xbb][0xba][0xc8]J[0x83]vy#y[0xae]$d[0xe1][0xcc][0xa8][0x92]r[0xbe]|Ru[0xfe](J'd[0xdc]>[0xf3][0xba][0x84][0xf8][0xb1]j[0xb2]+([0xe7]\[0x9c][0x95][0xd6]*[0x14][0xc1]j\[[0xec]o[0xb9][0xea]+b[0xcc][0xaa][0xb1]R[0xdf][0x12][0x9d][0xbb][0xf2]YS[0xfc][0x98][0xe8][0x9c][0x15]3[0xfd][0x93][0xcf][0x8a][0xa2]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xcd][[0x7][0xad]LO[0xcb][0x10]"u[0xa1][0x9c]Q[0x18][0xd8][0xd4][0xe9]\[0x95][0x93][0x1e][0xb0][0xc2][0x1d][0x87]NL[0xcd][0xfe][0xad][0x93][0x1d][0xc7][0x8a]<[0xe3][0xdf]1[0xb2][0xf7]TR[0xb1][0xf5]qP[0xf][0xc5]7[0xe][0x1a][0x3][0xd1][0xbd][0xe6][0xc0][0xca]}R[0xed][0xe6]V*[0xea]d[0xc3][0x5]Q[0xac][0xd9]][0xe0][0xe0][0xc3]n[0xe5]Y[0xe9][0x14][0x1e][0xa0]>\![0xfb][0x1][0x84],[0xf][0xb0].[0x90][0xe5]Y[0x3]8X[0x1][0xd4]%&6/A[0xc7].[0x88][0xea]2US[0x17]Z[0xab][0xe8][0xac]Jf|E[0x13][0xf9][0xc4]Y[0xf3]D[0xce][0xaf][0xb6]\[0xc3][0xc9]D[0xce]e&[0xbf][0xa6]I[0xa9]T[0xc8][0xe9]*37VZ.[0xcc][0xdb]wr{[0x9c][0x96][0x5]CZ#[0xb9]$[0x17][0x1a][0x7]([0x80][0xbc]3[0x1c]fj[0xf0][0x17]^)v[0x99]t[0xe][[0x96][0xe1][0xfc]O[0x18][0xa1]H\A[0xeb][0xda])H[0xcf]/T[0xb9][0x14][0xd2][0xb6][0xd4][0x1c][0x1a]N[0xec][0xb3][0xf0]-O][0xe3][0x82]V[0xa2][0xcb]8[0x99]:q[0xad][0x13][0xef][0xd4][\r][0xd5]Yc[0x17]H[0xc5][0xfe][0x8b]/V[0x15]O([0xde][0x8d][0x8c]aD[0xac][0x8f][0x93][0x86]pk*[0x90]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd6]u[0xca][0xb1][0xb0][0xf5][0x6]ulX5[0x15][0x8a][0xb5]x\[0xfe][0x9f][0x8][0x8a][0xae][0x98][0xdc]a[0xa7][0x85]"{[0xa2][0xbb]q[0xf4][0xc][0x87][0xa3][0xf1][0xd0][0x1e]3[0xc]e[0xcf]/[0xa0]f[0x81][0xf0])[0xa8][0xb9][0xc7][0x18][0x1e]6#[0x3]9[0xff]{H[0xa5][0xb7][0xbc]![0xfb]t[0x91][0xca]2[0x11][0xb5][0x86][0xac][0x1b]d[0xaf]r[0x16][0xf5][0x9][0xa2][0xb1]@[0x16][0xb1]g[0x1][0x8b][0xbf][,Y[0x1e][0x8a][[0x11][0x99][0xaa]>[0x11][0x96][0xaa]$[0xb5][0xa2][0xc2][0x1e][0xf5]O^[0xe9]gdt@G[0xb3]i[0x1b][0xad]'&[0x93][0x8a][0xa9]Q[0xaa]%"[0xb4][0xa8]W[0xd0]VK[0x9d][0x89][0xb9]k[0xd1]/[0xa2][0x18][0xde]Q[0xf4]9[0xef]I[0xbc][0xef][0xc9]x[0xdf]K[\r][0xe8]_G[0xfb][0xd0][0xbf][0x1e]#[0xdf]'[0x17][0xb9][0xd1]^[0xd4]4N[0xdc][0x14]x[0x8a][0x8a][0x2][0xcf]S}`[0x8c]\[0xc7][0xdc][0xf]S[0xf9]Qro[0xa9].[0x1e]'[0xcf][0xb3]GI[0xdb]2N%[0xbd]v[0xdb][0xd7][0xd4][0xdc]2F[0xa5]M[0xcd][0x13][0xe4]}[0x8a][0xca][0x9a]ZT[0xab]?[0xe]V.[0xba][0x1][0xcf]&[0xf2][0xe2][0xd9][0x2][0xe6]gQ)[0xb5]R=-"[0x1f][0xb5][0x91][0x9f][0x96][0xa2]w>[0x9e][0xcb]h[0x5]uP[0x17]-[0xa7][0x1b][0x15][0xbd][0x12][0x83][0xf6][0xd3]MD[0xaa]g[0xa9][0xe5][0xa7]YJ[0xa1]"[0xac][0x9a][0xae]Tq[0xd1][0xcd][0x98][0xf7][0xa1][0xb5][0xa8]b[0xe]U[0xd2][0xa1][0xda][0x8b]YK[0xe1][[0xc0][0x17][0xf5][0xb0][0xa5].[0x87]0^[0x8a][0xf1][0x83]MOR[0xd1][0x4][0x95][0x1f][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa6][0xbe][0x96]#T[0xc9]4B[0xd7][0xa2]S[0xc5][0xf4][0x1c]Mkw7[0xb8]'[0xa8][0xba][0xbd][0xb8][0xa1][0xf8][0xd8]R[0x8f]k[0xa9]V[0xa7][0xd5]y[0x1e][0xa2][0x99][\r][0xc5]u[0xda][0xe2][0xf6][0x92][0xa3]T[0xb3][0xa5][0xa1]d[0x9c]j[0x3][0x13]Tw@[0xe3][0xd1][0xe3][0xaf][0xb]}[0xfd][0xe4][0xf4][0xd3][0x15][0xfd]i[0xcd][0xe][0xfd][0xe8][0xf1];[0xd2]`[0xcd][0xa1][0x12][0x6][0x9f]h[0xa1]y[0xf4]q[0xba][0x8d][0xe4][0xac][0xb3][0xf2][0x9c]/[0xe][0x7]KP[0x15][0x9c]9[0xed]|[0xd5]v0[0x94][0xe2][0xef]qX)[0xed]|[0xd6][0xc8][0xd7][0x9d]][0x9f]P[0xbb]>i[0xef][0xba][0x11][0x1c]e}[0xb9]l[0x1a]p[0xc1][0xbd][0x80]NzC[0x8f][0xf2][0xde][0x9b]26*w[0xa2][0xae][0x9c][0x9e]R[0xe9]/[0xed][0xe5]2r[0xc8][0xd9]h[0xc][0xbd]qG[0xbd]%h[0x85][0xa6]T[0xd4][0xd3][0xa1][0xde]aE[0x94][0xde][0xe4]6[0xb5][0x89][0xc5][0xa8][0xd4][0xde][0xc4]b4[0xa1][0x18][0x15][0x92]X[0x9f]L[0xe2][0xbb]NI[0xe2]#[0xf8][0xe1][0x9a]mo[0xf4][\r]p,F[0xbb][0xfc]([0xb5][0xc2][0xcd][0x16][0xf5][0x6][0x8e][0xd0][0xd9][0xe2]f[0x8b]3[0xf2]qc*[0x1f][0xfb][0xdb][0xdd][0xcd][\r][0xee]#[0xb4][0x4][0x81]7z[0xfc][0x8d][0xa3][0xd4][0xb6][0xa5]y[0x9c][0xce][0xc9][0xf5][0xae]{[0xe0][0x5][0xf7]"-[0xde][0x87]sfD[0x9][0xd9][0x86]M[0xfc][0xd0][0xf8]Oa57[0xbc][0xcb][0xe7]$[0xb8][0xe5][0x8e][0xe0][0xcb][0xed][0xe8])[0xa1]s[0xe8][0x19]:[0x96][0x91][0xe0][0xac][0x95][0xf]*[0xde]B[0xf5][0xac]C[0xf5][0x9c][0x93][0xe0][0xbe][0x81][0xe8][0xf9]&}[0xcb]V[0xeb][0xab][0xa0][0x15][0xea][0xb6]&[0xe8][0xb3][0xb4][0x8]q\?c[0x4]^[0x17][0x10][0x91][0xc7][0xe9][0xdc]#t[0x9e][0xb][0xb9][0x8][0x93][0xe7][0x17][0x89]^}-/P[0xe9][0x4][0xb5][0x8f][0x92][0xbb]%W[0x9b][0x7][0xe0][0x91][0x87]h&b[0xd6][0xf][0xf]O[0x9f][0x91]mJ^R[0xbd]{[0x15][0xe4][0xd2][0xfb]3[0xfa]s[0xc8][0xe0][0x7][0xf4][0x92]G2[0xcf][0xc8]6[0x15][0xed])[0xfa]C[0xea][0xb4][0xd4]UVH[0x9d][0x91][0xcf]C[0x87][0x17][0xe8]E[[0x87]M[0xb6]356[0xd5][0xd0][0xb2]1[0xea][0xb8][0x1f][0xde]PC[0xcb][0xd1][0x1b]![0xcd][\r]I][0x8f][0xe5]8[0xc4][0xa3][0x19][0xde][0xd5]H[0xa1][0x12][0xf5][0xcd]Y#[0x87][0x1c][0xfb]6[0xf6]z[0xc9][0xf1][0xb7]{[0xd1][0x8a][0x8c]g[0xd8][0xf8][0xf4]4[0xf5]6?O[0xd3][0x2][0xcd]c[0xb4]b3[0x1e][0x17][0xf4][0x8e][0x1e]3#F[0x1b][0xb1]#![0x17][0x94] [0xfa][0xbd][0x88][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " ^[0x8b][0x88][0x9b][0x81]([0xbc][0xd1][0xd1][0xf8][0xc][0xfa][0x8e][0x92][0xa1][0x4]N[0xfa][0x97][0xf4]W[0x90][0xc2][0xb][0xaa][0xbf][0xc6]XQ[0x6].B[0x15]s[0xa8][0xfe][0xc6][0xa1][0x8a]9[0xb6][0xfd][[0x8c][0xfd][0x1d][0xbd]l[0xcb][0xda][0x8a]7[0xd1][0xa7]Xj[0x87][0xdc][0x0][0x9b][0xc8][0x80][0xa0]8+[0xc0][0xbe][0x8b][0xb1]W[0xe8]U<[0x85][0xc9]j[0x9b]I[0xb5]0y[0x81]<[0xd5][0x17][0x1e][0x96][0xde][0x18]u[0xa6]9Z[0x89][0xe8]Y$[0xed][0xe7][0x94]s[0xa5]9[0xa7][0x12][0x11][0xd3][0xf7][0xe8][0xef]m[0xb1][0xc]8[0x85]Db[0x8d][0xc5][0xc7][0xd5][0xe3][\r][0x1c];8A+[0x3][0xae][0xc5][0xb9][0xb9][0xed]%[0xe8][0xfa][0x1d][0xaa][0x84][0xb6][0xe9][0x0][0xae][0xb1]Y[0x96][0xe0]l[0xf9]>[0xfd]CF[0x0][#?p[0x2][0xf8][0x87][0xe8][0xfd][0x88]^[0xb3][0x15][0xe9][0xb2][0x15][0xa9][0xb5][0x14])q=C[0xab]lUV[0xe7][0xaa][0xf2]][0xa8][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x~/C[0x95]ZG[0x95][0x1f][0xd3]O[0xf2][0xb2][0xb4][0xe2]Y[0xcc][0x8a]![0x8a][0xd1]5[0xb9][0x9a][0xfc][0x0][0x1c][0x88][0xe8]|[0xad]@[0x96][0x96][0xde]OsR[0x91][0x8c][0xbc][0xee]h[0xf2][0x6]z?[0xa3][0xb4]K[0x84][0x85][0x0]PJ[0x4][0xc3][0xf6][0xc1]vw[0x13]<[0xaf]K[0x95][0x86]V[0x81][0xa0][0x92][0xd1]J[0xe9][0xa9]l4[0xbd][0xdd][0xd3][0xe0][0x81]T[0x17][0xb5]k-R,[0xac][0x1d][0xa1]i[\r]n[0xd5][0xed][0xb6][0x8a][0x83]QT[0x90][0xda]Q[0xba]dKuO[0x83]6N[0xbd][0xcf][0x8e][0x1e][0xba][0xc1]}[0x18][0xdb][0x6]P[0xc9][0xf5][0xe2]g)3_[0x15][0xa3]o[0xe0][0xf9]3[0xcc][0xfc][0x1c]y[0xfc][0x17]([0x89][0x89][0xf9]_[0x83][0xea]W[0xa8][0x80][0xfe][0x99][0xae][0xa6]SJ^[0x9][0xaa]%8[0xf8]~[0xe][0x1a][\r]3:[0xe8][0xfe][0x9][0xbd][0x0][0xe][0xfb][0x11][0xd0]z[0xa8][0x8e][0xba]Uz+V^[0x91][0x2][0xc3][0x0][0x8f]_([0x10][0xc][0x95][0xa1][0x8b]T[0xef]_[0xd0][0x93]R[0xf8]r8[0x83][0xa4][0xc6]tX[0x18]*k[0xa7][0xa8]^w[0xa8]$[\r]Z[0xf0][0xfd][0x1a][0xdc][0xfe][0xd5][0x81]o[0x8d][\r][0xdf][0xfe],[0xf8][0xfa]r[0xe1][0xbb][0xda][0x81][0xaf][0xa6][0xdd][0xd3][0xd2][0xe0][0x19][0xa3]uct[0xe9][0x8]JdO[0x0][0xbe][0xb3]~[0x8c]6[0xb4]k[0xb9]([0xce][0xb7]P[0x90][0x82]v=[0xea][0xab][0x8d]Y[0xd0][0xbe][0x85][0xe7][0xdb][0x98]9N[0xe7][0x2][0x81]U[0xcc][0xb4][0x9e]=[0xd4][0xcf].[0xda][0xc4]n[0xba][0x9e]K[0x1c]hW[0xc1][0xb3],h[0xe5][0xba][0xf5]K[0x80].[0xd0][0xf6]@[0xf2]W[0xd0][0x9a][0xe][0xb4][0xfb][0x1d]h[0xf7];[0xd0][0xee]w[0xa0][0xdd][0xef]@[0x9b][0xc8][0x83]v[0xbf][0x3][0xed]~[0x7][0xda]D[0x1e][0xb4]o[0xd2]o[0xec][0x18];[0xc7][0x8e][0xb1]2+[0xae][0xae][0x98][0xa0][0xad][0x8f]e[0xe7][0x1d][0xd6]3B[0xaa][0xcc][0x9][0xa9][0xff]pX\d[0xb3][0x98]i[0xb1][0xb8]r[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X[0xc5][0xec][0xaa][0xfb]3[0xf2]y&[0xd3][0xaa][0xc][0xa6]3[0x1d][0xa6]o[0x1]I[0x8b][0xe9]r[0x9b]i[0x8d][0x15][0xa7][0x9a]k[0x94][0xbc][0x16][0xd7][0xab]sY[0xd5]e[0xb0][0xaa]qX[0xfd][0x96][0xde][0xb1]Y[0xdd]n[0x1f][0x0][0x8b][0x9a][0x2][0x8f]R[0xb1][0xfb][0xb1][0x0][0xc2][0xde][0xf5][0x18][0x8a][0xf5]k[0x10]`[0xd7]<"/[0x81][0xe7]h[[0xaf][0xb0]o[0xc6][0xef][0xd1]<[0x91][0xd5][0xdd][0x89][0x1b][0x91]-N'[0x8d]gR[0x19][0x9f]A[0xe5][0xec][0xa3][0xd3]x65[0xf2]\[0x9a][0xc5][0xf3]2[0x8e][0x86]E[0x8e][0xf1][0x16][0xd1]*[0xe3][0xcd][0xa2]i[0xf4]_[0x18][0x93]2[0xfb][0xbf][0xe9]w[0xb6]\K[0x14]5[0xd1][0xf4][0xa3]dl[0xe1]q[0xda][0xfe][0x4]5[0x1e][0xa5][0xa0]t[0x7][0x9e][0xa0][0x96][0xc7][0x95][0x1a][0xb2][0xbd]W[0xd9][0xd3][0x7][0xf0]g[0xa3][0xf7]?J[0xac][0xff][0xa5]A%[0x98][0x1b][0xb5][0xee]6[0xa2][0xaa][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa2][\r][0x81][0xd6]@[0xbb][0xb][0xed][0x99][0x10]l[0xd4]S[0xfa]PK[0x7][0x8]pS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/junit/runners/model/TestTimedOutException.class[0x95]S[0xdb]n[0xd3]@[0x10]=[0xdb]\[0x9c][0xb8].[\r]I[0xcb][0xa5][0xa5][0xc4]![0x4][0x9c]@j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5]R[0x8a]xiA"[0xb2][0xc8]C[0xd2]H[0x15]ON[0xb2][0x9][0xae][0x12][0x1b][0xec]u[0xe1]?[0xf8][0xe]$[0x90]h[0xa9][0x90][0xe0][0x3]x[0xe6]o[0x90][0x10][0xb3]nH[0xab][0x12]Q[0xf1][0xb2][0xde]=3[0xe7][0xcc][0x99][0x19][0xf9][0xfb][0xaf]/[0xdf][0x0][0xac][0xe0]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x5][0x5]WT[0x14]qUE[0x9][0xd7]T\[0x87]![0x8f][0xb2][0x8a]iT[0xd2]PqC[0x1e]7[0x15]T[0x15],3d[0x2][0xee];[0xf6][0xa0][0xc5][0xfd][0xc0][0xf1][0xdc][0xad]g[0x9b][0xc][0xac][0xc6]0[0xb3][0xe1][0xb9][0x81][0xb0]][0xd1][0xb2][0x7]!O[0xe0]u[0xd8]*[0xfc][0xf8][0xf9][0x8e]!%[0x9c]![0xdf]r[0x1d][0xc1][0x90][0xb7]v[0xec]][0xdb][0xc][0x85]30;[0x9e][0xdb][0x9]}[0x9f][0xbb][0xc2]l[0x8e][0x12][0xd6][0x19][0x14][0x99][0xec][0x85][0x94][0x9b]|[0xe4][0x10][0xf4][0x98][0xa1]h[0xd4]N[0xa1][0x95][[0xc][0xf1][\r][0xaf][0xcb][0x19]f-[0xc7][0xe5][0xcf][0xc3]a[0x9b][0xfb]M[0xbb]= $ky[0x1d]rk[0x93]gz[0x8f][0xc0][0xb8]x[0xe9][0x4][0xc][0xa6][0xe5][0xf9]}s'$[0x11][0xd3][0xf]][0x97]Z2[0x87][0xa4]30[0x9b]<[0x10]R[0xbf][[0xf][0xc5][0x93][0xb7][0x1d][0xfe]JP[0xaf][0xe4]O[0xed][0xf3][0x8][0x8f],[0xc6][0x8c]25>=[0x82][0xe][,[0x18][0xe5]S[0x9b]T[0x1b]^[0xe8]w[0xf8]SGZY[0x98]XjYjPPPP[0x97]3[0xe9][0xea]TR[0xb7]{[0x82][0xfb]z[0xa9][0xab][0x97][0xc8]}&[0xaa]3[0xb0][0xdd][0xbe]Yo[0xef][0xf0][0x8e]P`j[0xb8][0x85][0x15][0x5][0xb7]5[0xdc][0xc1][0xaa][0x82][0xbb][0x1a][0xee]aU[0xc3]}<[0xd0]0[0x87]5[\r]g[0x91][0xd5][0x90][0xc3][0xc]C[0xf5][0xbf]zg[0xc8][0x1d][0x95];[0x86][0x9e]9B-[0xcf][0xed][0xd3][0x6]w[0xe5][0xfe][0xeb]="[0x18][0xb5][0xd1],[0xc6]aj~[0xe9][0x9f][0xd3][0xa1][0xd5][0xb8][0xf6][0x90][0xc6]2g[0x1c][0xe7]6[0x84][0xef]D[0xec][0xcc]I[0x8c][0xe6]/<[0xcb]{[0xc3][0xfd][\r]; ^[0xb2][0xe7][0xf9]C[0x9b]t[0xd6][0x8c][0xbf][0xf9]/[0xac][0x93]#[[0x9f]Xe~[0x2][0xb7][0xdc]B[0x1][0xf2][0x97][0x0]bX[0x80][0x86][0x19]P[0xf7][0xf4][0x9a][0xc2],[0xb2]r[0xae]t[0xcf][0xca][0xd1]F[0x19][0xd4][0x1][0xe6][0xe9][0x15][0xc6][0xa7][0xc3][0xf8][0x8c][0xc8]:[0x8c][0xcf][0x86][0xf1][0xb9]0[0x9e][0x91][\r][0xcf][0xaa][0xf8][0xbc]H[0xfa][0x82],}Q[0xc5][0x97]T|YAd[0xd8]p[0x8c]!3k:[0x19][0x5][0xb3].Z[0xbf][0xd3][0xd8]e[0xc4]S[0x86][0xdd][0x1f][0xdf][0xb0]c[0xa7][0x99][0xc8].W[0x10][0xb0][0xb9]AA[0xd4][0xb7][0xd6][0x93]u,[0xbb][0x9f]k[0xa1][0x15][0x96]meW*8-[0xb6]>[0xed][0xf4][0xc7]w[0xe6]8[0x8c];9[0xdb]&`[0xbc][0x84]m]f&[0xe3][0xbd]f&[0xbb][0xc5][0xca][0xe]l,I\[0xde][0xb4][0x99][0xf0][0xab][0xd3]I[0xc2]O_o[0xd9]fwnh[0x87][0xe9][0xf4][0x1a];R[0xae][0xc0]t[0xc2]Hm6[0x1c]K[0xc6][0xde]d ;`Q[0xd3][0xb5]G[0x94][0xb6]*[0x95]N[0xc][0xae][0xdb][0xc4][\r]KW[0xa7][0x8c]L[0xe6][0x2]wW[0x85]|[0xc1][0xa3]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x96][0xfe]/[0xda][0xd3]zkv'[0xcc][0xe1][0xac][0x95][0xb6]3*[0xbe][0xc2]q[0xc2]1[0x8d][0xac][0xd9][0xeb]b[0xce][0x8e]5U3[0xe7][0x9][0x13]{6eh[0xc5][0xd5]<[0x9c]ur[0x89]l[0xda][0xe9][0xb4]e[0xf][0xd1][0x14][0xcc][0xad][0xd8][0xb5][0xd6]2SI[0xdf]z[0xc0]2[0x1c][0x9a]c[0xa1]OBg*e[0xf6][0x1b][0xa9][0xe][0xa7]?7d[0xda][0xd9][0x92]j[0x94][0x19][0xec][0x93][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1a]}[0xdb][0x1d][0xb3]/E[0xb4][0xb8][0x8b],w1l;[0x9d]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf0]u[0xa5]k*[0xd0]:[0xc5][0x1e][0xae][0x11]M[0x9a][0xbe][0xb9][0x8a][0xa9]6[0xfa]M[0xb5][0xb0]4[0x12][0xc9][0x96][0x9d]4w+P:[0xa9][0xb3]i$[0x6][0x14]Tc[0xca][0x10]9[0x90][0x8a][0xaf][0x95]s#ig[0xb0][0xa8]S[0x8d][0xb5][0x90]v,([0x9d][0xcb]Z[0xa9]x'Q[\r]Z[0x8a]ks<}[0xcd][0xa4][0xbb];[0xb3]j[0xd4][0xa7][0xf3][0xc][0xdf][0x99][0xf5]VF[0xec]>S<[0xed][0xde][0xa2][0x93][0x6]7[0xec]D[0x5][0xa7]K[0xe]:[0xba][0x9c]w[0xa3][0xc3]E[0xee][0xb5]W[0x80][0xae][0x98][0xea]EV[0x12]U[0xed]7[0xb3][0xdd]n [0x95][0xf3][0xa2][0x14]Ja[0xd1][0xaf][0xb0][0xe3][0xcc])[0x98][0xa8][0xcb][0xcc][0xe][0xa4][0x93][0xcb][0xab]B[0x85][0x86][0xdc]E[0x5]MS[0xc6]a[0xf0][0xef]2RV[0x92][0xf6][0xf4][0x11][0x92][0xb3][0xb1]JKJ[0xcc][0x86]L[0xc7]IK[0xc6]X4[0xc9]$[0x13][0xea][0xf4][0xe]8[0xe9][0x11][0xb1][0x9c]{[0xff][0xba][0x1e][0xab][0xdf]6[0xb2]9a[0xed][0xe2]J[0xd0]C[0x1d][0x13]Y[0xd3][0x8a]z[0x15][0xdc][0xac][0xa0][0xde]v[0xb3][0xc4][0x86][0xbe]M[0x19]b[0xd5][0xe7]2&[0x3]#i%[0x84][0x9c]5[0x17]uJ[0x14][0x8a][0x97][0xdd][0x4][0xa0]`[0xe3]d[[0xc6][0xc9][0x1b][0xab][0xcf]J[0xb8]\[0x8f]31t[0xbb]c[0xf2][0xf5][0xd0][0xf6][0xea][0x11][0xa6]IX[0x89][0xa7]lo[0xb5]`848=O[0xe][0x14][0xf2]PG)[0xd6][0xa8][0xf4][0xc2]X[0x93]?[0xf1]N[0xc4]a|b[0x1b]O[0xcf][0xe5][0xe9][0x8e][0xc3]p>Z[0xe4][0x95][0x9f][0xf5]+&M[0xbe],[0xd6]F[0xdd][0xc4][0x91][0xe9]p[0xcc][0x92]d[0x5][0xb5][0xb1][0xa6]m[0xb4]rO:[0xe7]$[0xe8][0x15][0x9][0x8d][0xa6][0xa9][0xa4][0xdb]6QD[0xc5]W5|[\r]_W[0xf1][\r][\r][0xdf][0xc4]s[0x1a]:[0xf1]-[\r][0xdf][0xc6][0xd5]*[0xbe][0xa3][0xe1][0xbb]x[0x9e][0xd1][[0x19][0x95][0x1a][0xbe][0x87][0xef]kX[0x83][0xb5][0x1a]R[0x18][0xd2]p.[0xce][0xd3]p-[0xae][0xd3][0xb0][0x5][0x9b]4l[0x96][0xe6][0x7][0xf8][0xa1][0x8a][0x1f]i[0xf8]1~[0xa2][0xe1][\r][0xb8][0x9a][0xe4][0x9d][0xc0])eC[0x5][0xc7]TF[0xcc][0xaa][0x9c][0x95]J[0x9a][0x8e]h[0xf2]S[0x5]][[0x9c][0xb4][0xdd][0xaf][0x17]H[0xa6][0xa7][0xfb][0xf4][0x89][0x17]R7[0xec][0xa4]~v[0xe9]Bz[0xc1]8m[0x93][0xa7][0xf4]D:g[0xd3]V[0xed][0xba][0x86][0x9f][0xe1][0xe7][0xd2][0xfc]B[0xc1][0xb1]-:%[)![0xb7][0xf][0xb5]]gzl[0xd3][0xf0]K[0xb9]X'~[0xa5][0xe2][0xd7]r[0x9][0xde][0xe8]7[0xf8][0xad][0x8a][0xdf]i[0xf8][0xbd]\[0xf4][0xf][0xd8][0xa4][0xe0][0xa4][0xa9][0xf9]N[0xc3][0x1f][0xf1][0x82][0x8a]?[0xd1]1SN[0xd6]*[0xfe][0xac][0xe1]/[0xf8][0xab][0x86][0xbf][0xe1]y[\r]/[0xe2][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x16][0x1c][0xf9]u[0xa1][0xb7][0xda][0xf5]^g[0x94]v[0xd4][0xb3]i=cfy[0x9d][0x19][0xfa][0x8]=[0xaf]g[0x7]L[0x9d][0xd1][0x9b]3]3[0xfc][0x83][0x14][0xe6][0x94][0x91][0xd5][0xad][0x8c]N2[0xb9][0xcb][0x8e][0xd5]?[0xc0][0x1e][0x93][0xac][0x1e][0xd3][0xf0]O[0xe1][0xc3][0xbf]0[0xc4]GG[0xb7][0x98][0x85]L#)[0x1e][0xd0][0xf0]o<[0xc7][0xe0]nj[0x13][0x3][0xfd]G[0xc5]K[0x1a][0xe]"[0xa3])`[0x83][0xdd]`[0xc][0xcd][0xe9][0xb4][0xdd]<[0xe1][0xf7][0x85]+Z[0xac];[0xf7][0xb0].b[0x0][0xb6][0xe9][0x1b]S[0xa6][0x91]1u&[0x13]:Yw[0x1f]-}[0x87][0x99][0x1d]1M[?[0xd9][0xf5][0xbb][0xa6](J[\r][0xf3][0xcd][0x4]R[0x8c][0x17]mr/c[0xee]"[0xae]$[0xa2]6j[0xe2]N[0xc9]@[0x1f]J;[0xa6][0xdc][0xd8][0xd6][0xd3]|nxA[0xa5][0x16]W([0x98]w[0x84]X[0xd7][0x94][0x80][0x12][0xd4][0x94][0x10][0xae]Sp[0xce][0xff][0xa3][0xce][0xe1][0x9b];[0x19][0xa6][0xfa]A[0xa6][0xb4]CQ[0xac][0x93]S[0x16]m|[0x99][0xab][0xe4][0x1a]y[0x1][0x14][0x9c][0xf2][0xf2][0xeb]&:[0x97][0x99][0xac][0xb7][0xf8][0x1a]+81v[0xe8][0xbc][[0xda][0xc6]d4[0xff][0x88][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd0][0xeb]h^o8[0xab][0xec][0xad]-[0x2][0xcd][0x8e]M[0x9a][0x94][0x97][0xe6]([0x9e][0xf5][0xab]9[0xad][0x87][0x98][0xb9]x[0x1c][0xf5]wR[0xce]8[0xb4]}l[0x8e][0xda]W[0x12]4[0x8d]z[0x2]'@[0xa5][0x18][\r]'[0xb9]B[0xb4][0xc2]!OH[0x11]:[0xca][0x13][0x9b]K[0xd0]g[0xf0]+[0xbb][0xa6]/[0xce]cZ[0x9e][0x9f][0x87][0x10][0xce]c[0xc6][0x4]p[0xc8]]n[0xf6][0x1]N[0xaf][0x2][0xb8][0xa5][0x8][0xa8]<[0x8b] [0xea][0xf8][0xad][0xa5]~3[0xd7]7[0xbb]&[0x12][0xd0][0x3]w[0xe3][0xd4]G[0x11][0xdd][0xfa](fm[0x1d][0xc7][0xec]hC[0x1e]G[0x17]V[0xf3]8&z,G[0xee].[0x19]4r[0x90][0xc7][0x9c]q[0x1c][0xf7]DA[0xab][0x9a]<[0x8e][0xef][0xe2][0xe6][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xba][[0xf7][0xe3][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xc4]^v[0xe6])x[0x12]z{[0xa0]1[0x90][0xc7][0xfc][0xf6]`cp[0x16][0x16][0xe4]q[0xc2][0x93]X[0xd0][0x1e]j[0xa4]W[0xf8][0xfb]r[0x99][0xda][0x18]l[0x11][0xe4][0x6][0xf5][0x94][0x1a][0xe7]z[0xdc][0x8e];[0xe8][0x8f]Z[0xd7][0x98][0xed][0xf4][0x13][0x10][0xa7][0x89]N[0xc6],,![0xf3]N[0xa7][0xe3][0xcf][0xc0] W[0x1c],[0xc7][0x95]X[0xc1][0x13]+y[0xe6]\[0x9e]:[0xb]{p6^[0xc2]y[0x8a]0R[0x1c][0xb0][0x9d][0xa6][0xdd][0x83]$.[0xc4]V[0x84]y[0xe2]&l[0xc3]ED[0xbb][0x92][0xdb]q1[0x9d]u=v[0xe1][0x12][0x18][0xe4][0xc1] n[0xc5][0xe]$[0xe8][0xa2]-[0xb8][0x97]gLa[0x8]k[0x94][0x82][0xf3][0x82][0xc4][0xed]C?5[0xdc][0x88][0x7]1[0x0][0x8b][0xee][0xdb][0xe9][0xb9][0xb8][0xb0]6[0xe8][0xa3][0xa3][0xd0][0x98][0xa5]9{[0xe7][0xbb][0xfa][0x17][0xe8][0x18][0xa4]I"[0x95]L[0xe9][0xf6]1%[0xe8][0x9][0xb][0xc0]F[0xda];[0xdc][0xc5][0xdd][0xc2][0xfd]F[0xcf][0x3][0xc][0x99]W[0x8a]u[0xf3]XZ[0xb0]_%`[0x8f]/`[0x1a]K[0x1][0xd3][0x88]a\[0xca][0xf5][0x0][0xad][0x90][0xf1][0xb8][0x9c][0xf4][0xa0][0xa3][0x12][0x87][0xa7][0x16]c[0x85][0xfd]e[0x12][0x90][0xb5][0xbe][0x80][0xbc][0x90][0xaa]m[0xa5][0x92][0xdb][0x18][0x1d][0xdb]}[0xf8][0xd1][0x12]~[0x14]Y[0xd7]:;K[0x97][0x91][0x99][0x1c]{[0xbb]\[0xfd]F[0x88][0xb3][0xbb]([0xb9][0xa6][0x8e][0xba][0xaa][0xb4]n|q[0xf3]8Ns%+'J[0x0]t[0xb5][0xb8][0x14],[0xd2][0xdd][0xe2][0xd2]W[0xb8][0xea][0x11][0xf8][0x6][0xe9]y[0xc][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8f][0xe6][0x97][0xd8][`n[0xa8]!t[0x17]f4[0x84][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x10][0x81][0xe4]^[0x9c][0xdf][0xec][0x8f][0xa0][0xd3]i[0xaf][0x86][0x90][0x4][0xcc][0x19][0xec][0xb5][0x94]b[0xa9][0xbd]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0xcb][0xc3]i?[0x96]3T[0xc7]P[0xdf][0xda][0x10][0xda][0xde][0x16][0xb8]d[0xc3][0xd8][0xc1]L[0xed][0xb2]@C[0xa0][0xf5][0xc0]=[0xc8][0xb5]6[0x4][0xda][0x96][0x5][0x1b][0x82]{[0xd0]Z&g[0x85][0xc8][0x9][0x8][0xd2][0x99][0x93][0x90][0xda][0x1b][0x82][0x81][0xbd]Xz[0x88][0xfd]+[0xa5][0x17][0x94][0xde][0x92][0x8a][0x93][0xd7][0x4][0x94][0xb1][0x83]7N[0xb8]e[0x1d][0xcd][0xb][0x12]7H[0xea]j[0xa4][0xed]L[0x12]w[0xe][0x1d]z:i[0xdb]EG\L[0x8a][0x8e][0x91]E[0x1f][0xa3][0xdb][0x1f][0xa0][0xe3][0x1f][0xa3][0xdb][0x9f][0xa2][0xf9][0x9f][0xa6]S^[0xa0]K^[0xc4][0x88][0x12][0xc3][0xa5]J[0x1b]./[0x5]J[0x17]q$[0x14]BD[0x19]qC![0x88][0x5][0xb8][0xc5][\r][0x85][0x0]O[0xf7]a[0x94][0xab]A&[0xee]Qw_[0x0]3[0x95][0xb9]nP[0xd4]`[0x8e]2[0x1b][0x97][0xe1][0xb5]n[0xc8][0xc4][0x8b][0xa4]`o[0x82][0x14]B[0x98][0xc2][0xfe]A[0xa1][0x8e][0xbb]VN[0x8f][0xcb]q[0x85][0xc7][0xf9]v[0x8f][0x98]!![0xe3]Y[0x95][0x4][0xbf][0xca]G[0xc0]P[0x89][0x80]![0xbc][0x8e]A-[0x4][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xaf][0xaf][0xc][0xbc][0xda][0xc7]qv%[0xcc][0xb5]U[0x2][0xaf]F~*{[0xd1]q[0xaa][0x97][0xe9][0xeb]%[0xe7][0xb9]T[0xeb][0xa8][0x84][0xb8][0xc1][0x7]Q[0xef]A[0x14][0xee]s[\r][0xff][0xf9][0x8b][0xdc][0xd3]c[0x85][0xa7]GT([0xbe][0x1f][0xab][0x14]&%50[0x86]@[0xed]}[0x15][0x88]7[0xfb][0x10][0xa3]%[0xa5][0xde][0xe8][0xb6][0xd7][0xe3]5[0xfc]F[0xb8][0xb6][0x80]~}[0xf5]Iu[0xff][0x5]PK[0x7][0x8][0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.class[0xad]S[/[0x3]A[0x14][0xfe][0xa6][0x17]K[0x15]U[0xf7]k[0xd2]741$[0x12][0xf][0xc5][0x83]K[0x13][0x94][0x8a]K[0xc5][0xe3]tM[0x98][0xda][0xee][0xc8][0xec]V[0xf0][0xab]x[0x92][0x90][0xf8][0x1]~[0x94]8[0xbb]m#[0xf4][0xa1]!}[0xd8][0xf3][0x9d]s[0xe6];[0xdf][0xd9]93[0xf3][0xf1][0xf9][0xfa][0xe]`[0x19][0xb3][0x9][0xc4]1ja,[0x81][0x8][0xc6]-LX[0x98][0xb4]0[0xc5][0xd0][0xb5][0xa6]\[0xe5]o0D[0xe7][0xe6]K[0xc][0xb1]-})[0x19][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xca][0x95][0x87][0xb5]jY[0x9a]SQv([0x93].h[8%aT[0x10]7[0x92]1[0xff]Zy[0xc][0x7][0x5]m[0xae]x[0xa5]FB[0xdc][0xd4]\W[0x1a][0x8f][0xdf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "#[0xaa][0xd2][0x97]F=[0xca]K[0xbe][0xe9]h[0xfb]f[0xef][0x8c][0x8]+[[0x8e][0xf0][0xbc][0xe3][0x90]u[0xae][0xfc][0xeb][0xa3]&[0xcf][0xcb][0xb][0xdb][0xd7][0xe6]![0xc7][0x90][0xb1][0x8d][0x14][0xbe][0xac][0x93][0xf2][0xda][0x9c]J[0xcf][0xff][0xc9]e([0xce][0xb5]m[0xda]Z[0x96][0x9b]o)[0xe2][0xf5].[0xb9]`3[0xc4]gX[0xf9][0x8f].Cb[0xe7][0xde][0x96][0xb7][0xbe][0xd2][0xae]ga[0x9a][0xe2][0x13]]3[0xb6][0xcc][0xab]`NK[0xd8][0xff]bE[0xdc][0x89]$,t3lwb[0xae][0x81][0xd6][0xc][0xc3]~[0x7][0xcf][0x88]![0x15][0xfc]%w[0x84]{[0xc5][0x8b][0xe5][0x8a][0xb4]ip[0xab][0xed][0x1a]|[0xcb]4N[0xb6])[0x96]m[0xad][0xac][0xd2]5t[0xf8].[0xa5][0x94]p[0xd4][0xa3][0x8][0x6][0xbb]c[0x8c]6[0xd4][0xe7]'_B[0x6]1z[0x4]t[0xe5][0xe9]ED[0x8]i[0xc4]d{([0xe2][0x84][0x8c]0[0xbe][0xf0][0x2][0xf6][0x1c].'[0xc8]v[0x85][0xc9]$zC[0x1b][0x12][0x8][0xfb][0x8][0x19][0xfa]1@[0xac][0xa0]x[0x1d]Q[0xf2][0x80][0x9e]7D.[0xb2]/[0x88]>[0xfd][0x12]H[0x85][0x2][0xa3]uRC [0xf0]R[0x18][0xa4][0xf5]4[0xf9]1[0xc2]![0xfa][0x86][0xc3][0xca][0x91]/PK[0x7][0x8][0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.class[0x85]NAJ[0x3]A[0x10][0xac][0x8e]1[0xab][0x89][0x7][0x1f][0xe0][0xc5][Dp[0xc8])[0x87][0x9c][0x13][0x10][0x2][0x11]#xn'M[0x9c]e3[0x13]zg[0x83][0xe6]i9[0xf8][0x0][0x1f]%[0xce][0x9a][0x88][0x87]E[0xd2][0xd0]tWSU][0x9f]_[0xbb][0xf][0x0][0x3]\d8[0xcf][0xd0]%\[[0x15][0x8e][0xf2]Xy/:[0x9][0xfa]$e|v[0xf1][0xf5][0x81][0x95]W[0x12]EK[0xc2][0xac]?[\r][0xba]4y[0xe5]]4[0xfa][0xc3],[0xcd][0xfa][0x97][0xe0][0xb6][0xb2]0M[0xd9][0xe8][0xa6]!2[0xfb]/#Bw[0xfc]fe[0x1d]][0xf0]e[0x86]^[0xc2][0xf3]P[0xa9][0x95][0x89]+[0x84]p[0xf5]gr[0x88][0xc5]6[0x6]}[0xbf][0xcb]y[0xc3][0x84][0xe1][0xb1],[0xff][0xc8][0x9][0x97][0xb5][0x81])[0xd8]/[0xcd][0xec]%[0x17][0x1b][0x9][0xb7]M[0xb3]UXHa[0xee][0xd3][0xc9]q[0xe1][0xb6]\[0xa7][0x1c][0xab][0x6][0xed][0x10][0x8]-[0xd4]Em[0xc2][0x9][0xda][0x9][0x9f]&T[0xcf]N[0xea],[0xed]-[0x9c]}[0x3]PK[0x7][0x8]t[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/junit/runners/parameterized/TestWithParameters.class[0xad]UkS[0x1b]e[0x14]~[0x96]\6,[0xb][0xa5][0xe1]V.[0x85][0x14]*[0x84]\H[0xd1][0xaa]Eh+`+TJ[0xa8] [0x98]Z[0x95]%l[0x93][0xc5][0xcd]&[0xdd][0xdd]T[0xeb]?a[0xfc]l[0x1d]g[0xf8]`g$tdF[0xfd][0xd6][0x19][0x94][0xe3]9[0xbb][0x9b][0x10][0x92][0xa8]u[0xc6][0xc9][0xe4][0xe4][0xbc][0xef][0xb9]=[0xe7][0xf6][0xe6][0x8f]?[0xf9][0x15][0xc0],[0x9e]H[0x18][0xc5]J[0x8][0xab][0x12][0xba]q/[0x84][0x8f]BXk'[0xf6]>[0x93]u[0x11]i[0x9]!lHx[0x80][0x8f][0xf9]fS[0xc2][0x16]>[0x91][0xb0][0xcd]d[0xd4]%;">[0xe5][0xeb][0xc][0x1f]2,[0xcb][0x88]x([0xa1][0x17]+|[0xf8][0x8c][0xb9]G!|[0x1e][0xc2][0x17][0xcc]~[0xc9]dW[0x84]"a[0x4]{"[0xb2][0x2][0xfc][0x86]RP[0x5][0x84][0xd7][0xe][0x94][0xa7]JJW[0x8c]\j[0xd3]65#7/[0xa0][0xdd]V-{YW,K[0xc0][0xc4]Z[0xd1][0xcc][0xa5][0xe][0xca][0x86]f[0xa7][0xcc][0xb2]a[0xa8][0xa6][0x95]*[0x14][0xf7]U=[0xb5]UU"[0xb][0xa9][0xa4][0x98][0xe4][0xcf]&[0xa9][0x80]n[0xd7]g[0xd9][0xd6][0xf4][0xd4][0x9a]f[0xd9][0xec]qS[0xcb][0x19][0x8a]]6)[0xe4][0xd5][0x6][0xf1]B[0x1d][0x84][0xf4][0xde][0x81][0x9a][0xb5][0xe7]o[0x91]IpA[0xa3][0x98][0xb7][0x4][0xac]D[0x9b]1[0xbe][0x6][0xa8]F[0x10][0xd3][0xdb][0x94][0xf4]2)[0x9][0xb8][0xb0][0xa6][0x19][0xea]z[0xb9][0xb0][0xa7][0x9a][[0xca][0x9e][0xee][0x94][0xa1][0x98]U[0xf4]m[0xc5][0xd4][0xf8][0xec]][0xfa][0xed][0xbc]F[0xe9]\o[0x11][0xac][0x96][0xae][0xf6][0xad][0xba][0xef][0x4][0xdd][0xd1][0xec][0xfc]F[0xad][0x8][0x84][0xbf][0xff][0xbc][0xcb]g[0xa5][0xaa][0xdb]G[0xff]K>-[0xab][0xc6]9[0x8a]9[0xd5]^wz[0xdb][0x1b][0x9d]n[0xd5]][0x99][0x14][0xb6][0xce][0x1a][0xfc][0x6]i[0xbd]N[0x8b];[0xc9]l[0xa3][0xae][0xcb][0xe1][0xaa][0xf7][0xfa]>O6][0xfe]MwCy[0xc5][0xca][0xbb][0xdd][0xf0]E[0xa7]W[0x5][0x4]J[0xa6][0xc6][0xa0][0x5][0xe2][0x83][0xa6]j[0x95]u[0x9b][0x18][0xf5]IY[0xd1])X_[0xb4][0xd9][0xcd][0xf4]C[0xb2]-[0xee][0x1d][0x9c][0x1f]bOH[0xe][0x8b]v^5)[0x92]]tS[0xa7][0xd2][0x18]E{[0xbd][0xac][0xeb][0x2][0xa6]Z[0xf8]k[0xae][0x15][0x97]3[0xf0]T[0xd1][0xcb][0x84]K,[0xa8][0x96][0xa5][0xe4][0x88][0x93]6[0x8b]e3[0xab][0xde][0xd5][0xb8][0x99][0x3][0xcd][0xbd][0x9f]a?2[0xa6][0xb0]O-[0xd8][0xca][0xab][0x11][0xde][0xb4][0x88]fE[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a]e[0x91][0xdb][0x19][0x19]KX[0x16]0[0xc4]2[0xde][0xb4]H[0x96]K\[0xaf]!`[0x98][0x85]gK[0x15]QL[0xb5][0xce]~[0xc][0x11][0x19]W0.[0xa0][0xe7][0xac][0xda][0x8b][0xa6][0xa9]<[0xe3][0x92]slU[0xc4]c[0x19]9[0xe4]eL[0xe0][0xaa][0x8]M[0xc6][0xbb][0xb8]![0xe2]@[0xc6]W[0xa0][0x2][0xbc][0xf9][0xdf]gZ[0xc6][0x2]nR[0xc6][0x8d]eZ*k[0xfa][0xbe]j[0xca][0xb8][0x86]Y[0x19][0x5][0x18][0x2][0xda]"S[0xd4][0x95][0xa9][0xc8][0xd7][0xe4][0xa0]>[0xb][0x16][0x17]e,bV[0xc0][0xe8][0x99][0x1f][0xee][0xc9]FQ3H[0xe7][0xce]7Y[0xb5]dkE[0x83][0x93]([0xd1][[0xd2][0xd8]&g^[0xa8]/[0x83][0xd1][0xba]A[.[0xea]:[0xc9][0xc8][0xcc][0xe9]Y_+[0x9]?Le[0x83][0xe6]Z{[0xec]l$WJ[0xc0]x[0xb4][0xe9][0x9d]h[0x9e][0xea][0xee][0xc6][0x94][0x5]\[0xf9][0xd7][0x95][0xa1][0xc9][0xa3][0x8d][0xf1][0xd8][0x9e]s[0xab]X][0xa9][0xa0]R*[0xa9][0x6][0x8d]I[0xb2][0xc5][0x93][0xd0][0xbc][0xbb]^[0xa1][0xe7][0x1b][0xf4][0xab][0xeb][0xf0][0xf][0xfa]}[0xad][0xfc]o[0xd3][0x4]u[0xd3][0xdf][0x7][0xe0]C[0x98]G[0x8a][0xb8]0O[0x95][0xf3]KS[0x3]z[0x1c][0x88]o[0xc3]$[0xfd][0x1f][0xd1][0xce] J[0xfc]4[0xdd]<[0x87][0x9f]>[0xc0][0xb5][0xd8][0x9][0x84]x[0xb8][0xed]%|[0x89][0xb0][0x9f]h2[0x1c] [0x1a][0x8b][0x1f]#[0x18]K[0x1c]C[0x8c][0x9d]"[0x94]I[0x9e][0xa0][0xfd]%[0xa4]ct[0xbc]pb[0xc5][0x88][0x8e][0x93]G`[0x90][0xbc][0xc]A[0xc2]0[0xe1][0x18]A?.[0x13]7J8[0xc6][0x90]"[0x1a]'[0x8d][0x98][0x1b][0x7][0x9]$[0x1][0x87]c[0x9c][0x82][0xc3]1[0xd2]6[0x87]c[0xac]>[0xcc][0x10]/{[0xb2][0x9][0xc2][0xec][0xf3][0xd0][0xa7][0xe8][0x8e]F[0x93](c[0xe7][0x13][0xeb][0x4]b?#[0xf8][0x93][0xa3][0xc0][0x80][0x82][0xce][0xe5][0x84][0x13][0xd4]u[0x12][0xf0][0x82][0xd2][0xae][0xe0][0xad][0x16][0xc6]b[0xa3][0xf1]TK[0xe3][0xeb]x[0xdb][0xab]Z[0xbd]qG[0xa3]q[0xbc][0x85][0xb1][0xb][0xff][0x1d][0xba][0xa3][0xd5][0xf5][0x10][0x94][0xe8][0xc6]G[0xbf][0x93][0x17][0xe7][0xbe][[0x18][0xe6][0x1c]*[0x90]wo[0xe][0x8f][0xe4][0x19]R[0x5][0x9d]U[0xbe][0xa3][0x82][0xae][0xdd][0xa3]Z[0x94][0xb0]WH?[0x15][0xa2][0x8b]2[0x1a][0xa2][0x9c]8b[0xc4][0xf5][0xe6]E[0xf4]SI[0xe7][0xf0][0x1e][0xc5][0xea][0xc2]%[0xcc][0x13][0xd7]F<[0xad][0xbd][0x17][0xfd]G/z:[0x16][0x8e][0x80][0xff]([0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0xdf]Q[0xac][0x82][0xb]q[0xfa]~[0xcf][0x87][0xf8][0xef][0xe8][0xbe][0xcf][0xb8][0x12][0xe][0xb6][0x8b][0x87][0x98]`4[0x9][0x7]Q[0xf8][0x10]}[0x8c]3[0xe1]`[0xed]9[0x84][0xe8][0xff][0x1]~[0xdf][0x19]Lw.nP[0x9][0xe6] [0x12][0x80][0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xde][0x89][[0x4][0xe6]6A^[0xa4][0xee]/[0xd5][0xc1]N[0xd7][0xe6]"M:[0xb7][0x9][0xe4][0x18][0xa5][0xf8]>[0xdd]1[0xec][0xc5]Z[0xcf]w[0x9c]3[0x90][0xa3]*[0xc8][0xa8][0xc8]b[0x9d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xd4][0xc9]{[0xc5]([0xb][0x1c][0xa8]F[0x90][0x9b][0xf5][0x10][0x2][0xea]l[0xb1][0xa8][3[0xa6]V.[0xeb][0xb4][0xba][0xb0][0xb][0xb9]r[0xdd]u[0xa8][0x15][0x1e][0xb9][0xf6]7s[0xd8]\[0xab][0xf1][0xb8][0xf8]z[0xd0][0xa9]|~j[0x9a][0xf8][0x87][0x96]u[0xdb][0xf5][0xbe][0x9c])Yy[0xbd]l;[0x19][0x8]LF]Q[0xac]u[0x99][9q[0x9f]r[0x99][0x89][0xba][0xd5]T,[0xbb][0xaa]=[0xd0][0x12][0xa6]V\N[0xcc][0xda][0xba]%q[0x88][0x1c][0xbc]a,[0x17]5{[0xdd]"[0xd9][0xe9]W[0xc5][0xa9][0xd1][0xec][0xad][0xa6][0xa8][0xbb][0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdc][0x8b][0xb6][0xfb][0xf1][0xa7]^[0x1a][0xdf][0x5]Xc[0xb0]n[0x1b]f"k[0x94]m[0x6][0xbe][0xd9]~[0x8]R[0xdd][0xe][0x90]r[0xa5]ti[0xa3][0xa0][0xaf]I[0xf]'[0xa1][0xfd][0xb5][0x84]\j[0x9f][0xdd][0x83]Jn[0x8e][0xdd][0xda][0xd2][0x92]![0x91]5[0xf3][0x92]e[0x95],Bu[0xef][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "kn[0xe9][0x8e][0xb7]%[0x88][0x80][0xc7][0x18]b[0xb1][0xbb][0xd0][0x9c]/S[0xa9][0xcd][0xa0][0xdd][0xe0]>[0xd8][0x6]u[0xd2][0xaa]fM[0xae]5[0xa6][0xc3]mK[0xe6][0xa5][0xc0][0x2][0xd9]W[0x11][0xe9][0xe5][0xa0][0x13]/[0x87][0xdb][0xa5]2z[0xb5][0x9d]5 [0x10]k[0xbb]\[0xd8][0x87][0xf4][0xaa][0x6][0x9d][\r](y[0xc2]Y[0x1d].[0xbe]5[0xed][0xd4]Z[0xc5][0xdc]2[0xec][0x15][0x81][0x81][0x96][0x81][0xe6]]6[0xf4][0x9]5[0x80][0x5][0x8e][0xb9]@[0x1b][0xfb].nt[0xf0]i[0x96][0xc5][0xf]>p[0xa7][0x1d][S/[0xd2]V[0xcc][0xb2]r[0xb7][0xf3]M[0x8d][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << " [0xd5][0x1f][0x8d][0xee][0xe1][0xd0]([0xf8]B[0x0][0x2][0x89][0xdd][0x8e][0xa4][0xab][0xf5][0x9d][0x9a][0x92][0x1d][0xde][0xb3]q[0x92][0xb1][0xf6][0xe2]%[0x10]H[0x15][0xcc][0xea]5[0x91]J[0xe5][0x93][0xc9][0xb6][0xca]d[0xda]E}nqU/[0xc8]B[0x9][0xdd]([0xad][[0x5]=c[0xc8]s[0x17]i[0x15]pLz[0xa9][0x88][0xe0] [0xcb][0xaa]!F[0xda][0xb2][0xb4]M[0xa9][0x88][0x8a]![0x1c]W`[0xaa][0xb8][0x8f][0xa2][0x82][0x92][0x8a]5|[0xa9][0xc2][0x82][0xd5][0x8a][0x1][0xde][0xc6]1[0x8e][0x3]M;[0x83][0x80][0xf][0xf2][0xf4]r[0xe7][0x1d][0xee]y0[0xcc]5[0x8f]O}[0x1d][0xe7]l[0x4][0xa3][0x9c][0xc9]p[0xff]r[0xec][0xe0]x[0xfe])[0xbc][0xb7][0x9f][0xc0]w5>[0xf2][0x18][0xfe]-t[0x8][0xe4]NlA[0x11][0xf8][0x5][0x3][0x9c][0x4][0x4][0x9e]#[0x98][0xf4][0xc5]#[0xbe]'[0x8]%[0xfd][0xa3][0x11][0x1a][0x85]=[0xb8][0xf5][0xf0][0xc5]?[0xa3][0xbf][0xd5]i[0x1e]t[0xc0][0xce] [0x80][0xb3][0x18][0xc6]8[0x12][0x98][0xc0]9[0xfe]Ma[0xd2][0xa1]>[0xcd][0xf7][0x9][0xfe] ?[0x81]1[0xd2][0x1d][0xc6]~[0xae]N[0x92]q/)[0x9e][0xc2]i[0xa2][0x90]J519{[0x97]X[0xc2]A;K[0xf][0x8f][0x93]l[0x9c][0xf6][0x15][0x8c][0xf1]:[0xc6][0x84][0xcc][0xda][0xf1][0xa4][0x0]U[0xfb]q[0xda]WR>[0xc7]6[0xa4]J[0xca]"[0xc7](a[0xee]/[0xd6]R[0x1e][0xd9][0x82]*[0xd3]}6[0xee][0xf3][0x8e][0xfb][0xfb][0xfc]}[0xbe]_[0x91]9[0xd1][0xe7]?[0x9d][0xec][0x88]tla[0x9f]@R[0x89]([0xbd][0xe8]|[0x8c][0xae][0xe7][0xe8]L[0x6]"[0x81][0xbf]p[0xe4]wtG[0x2][0x8f][0xb1]?[0x19][0x8c]G[0x82][0x14][0xad]'[0x19][0x1a][0x8d][0x84]*[0xa2][0xfc][0xec][0x17][0xf]_l[0xb9]t[0x89]#[0xe4][0xf0][0xb]P[0x81]A\[0xa0][0xfc]i[0xf2][0x99][0xe1][0xea]".#[0x83]k|.pu[0xf]W[0x1c][0x9d][0xd6][0xc8][0xf0]2z[0x90][0xa4]rA[0xbe][\r]"[0xc5][0xfc]C[0xf4][0x1b]#[0xca]4kf[0x92][0x1a]][0xc0]{D[0x1c]d[0xf6]i[0xbc]Oe[0xbb]h9CD/[0xf5][0xbc][0x8a]K[0xc4][0xf5][0xb1][0xd6]>[0xa4][0xb2][0x19]*[0xc5][0x8c][0xeb][0xca].:[0xba]Ke[0x17]\[0xca][0x9e][0xa1]U%[0xd6]x=[0xd6][0x7][0x8c]U[0xf1][0x1c][0xac]{N[0xd4]=[0x1b][0x1a]_[0xee][0x6][0xab][0xf8]J[0xb5][0x8a][0xe5][0xe8][0xa9]V[0xb1]h][0xc5][0xfd][0x15][0x83]:%?[0xb2]$-v[0xd6]3C[0xe5][0xea][0xc7]c[0xd0][0xf1][0x2][0xc2]O[0xd1][0xcb][0x8f]w[0xe0][0xf]t?rNS[0x3]~[0x94][0xc1]*[0x9c][0xe6][0xf0][0x91]3^[0xc3]Q[0x8e]=[0x9c][0xf5]a[0x5]G|![0xcc]rDw[0xe0]PK[0x7][0x8][0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.class[0xb5][0x95]]O[0x13]A[0x14][0x86][0xdf][0xd9][0x96]nY[0x97][0xf][0xf9]RD[0x11][0x2]H[0xbf]d[[0x15][0x11][0xa9]D[0x83][0x12]I[0x1a]I[0x84][0x10][0xaf][0x8c][0xdb]vR[0x97],[0xbb]fw[0xb6][0xe1]g[0xe9][\r][0x18]/[0x8c][0xd7][0xfe]([0xe3][0x99]em[0xd7][0xda][0x84][0x5][0xb5][0x17]3[0x9d][0x99]s[0x9e]w[0xce][0x99]3[0xb3][0xdf]|[0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xa0][0x82][0xaa][0x6][0x15]y[\r]Y[0x14]4[0x14]Q[0xd2]p[0x17]+*[0xc]9]VqO[0xc5]}[0x86]L[0xd5]r,[0xb1][0xc9][0x90][0xca][0xe5][0xf][0x18][0xd2][n[0x93]3[0x8c][0xd4],[0x87][0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8e][0xea][0xdc][0xdb]7[0xeb]6[0xcd][0x8c][0xd5][0xdc][0x86]i[0x1f][0x98][0x9e]%[0xc7][0xd1]dZ[0xbc][0xb7]|[0x86][0xe1]-[0xdb][0xf4][0xfd][0x3][0xd3][0xb6][0x9a][0xa6]p=[0x6]}[0xc7]q[0xb8][0x17][0xce]rZ_[0xaf][0xb9]^[0xcb]8[0xc]H[0xc8]h[0xff][0xb2]2[0x9e]9[0x8e]+La[0xb9]N[0xd7]u[0xf1]w[0xd2][0x6][0xc3]L[0x8b][0x8b][0xc8]Rj[0xfa][0xdb][0xae][0xb7][0xcf]}[0x11][0xda][0x11]9[0x17]C{[0x81]T[0xf5][0x8d]#[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xc1]6:V[0x1b][0xf9][0xda][0xa1][0xd9]6[\r][0xdb]tZ[0xc6][0x8e][0xe0][0x9e][0xe4][0x10]yPt9[0xb][0x9]0[0xe4][0xb1]g[0xb5][0x1c]S[0x4][0x1e][0x85][0xfe][0xf6][0xb2][0xca][0xd5][0x4]~[0x9b]$6[0x1e]e[0x8a][0xc7][0xa2][0xef][0x91][0xed][0x97][0xcb]n[0xee][0x92][0xef]/[0x10][0x96]m[0xd4],_[0xc8][0x18][0xdb][0xdd]c[0xcc]'[0xd6]b[0x8][0xfe][0xeb][0xc6][0xaa][0xb1]D[0xbe]8n[0xf0][0xf][0x92][0x18][0xa6][0xe9][0xdd]?[0xd0][0x8d]e[0xb8]_J[0x94][0xe3][0xb2]l*[0xc]K[0x89][0x10]*[0x1e]0[0x80][0xc1]8ok[0xb1][0xba][0xaf]l[0xc8][0xdb]W[0xba][0x88][0x3][0xc3]DL5v[0xfb][0x9a][0xc9])[0xfd][0x0]I[0xb]T[0xdb]s[0x3][0xaf][0xc1][0xb7]-Y[0x97][0xd3][0xfd][0xf0]+2[0x95]:[0x6][0xa1][0xc9]fA[0xc5][0xaa][0x8e][0x87]XS[0xf1]H[0xc7]:[0x1e]3[0xcc][0x9f][0xab][0xa4][0xe3]:[0xa6]U[0x90][0xdc][0xda]%[0xdf][0x10][0x86]'[0x95][0xe][0x86]B[0xf2]Ca[0x98][0xec][0x96][0xcf][0x96]k[0xdb][0xbc][0x11][0x9a]0[0xc][0xf9][0x96][0xd3][0xb2][0xb9]p[0x1d]YU[0xc][0x8b][0xb9]XI[0xef][0xd6][0xf][0xc9][0xb0]_[0xed]-',n[0x86][0xa9][0x9e][0xf7][0x82]7[0xa3][0xb7]m[0xf5][0x2]/U\:[0x97]4l[0xcc][0xd1][0x7]%[0xb][0xf9][0x1b][0x80]"[0x8f][0x9b][0x8a][0xff][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x8d][0xca]4[0xa2][0x9b][0x80]L[0x81][0x9d]B[0xf9]D[0xff][0x14][0xe8]r[0x1c][0xce][0xee]b[0x88]Z[0xfd][0xcc][0x2][0xc3][0xb8][0x1a][0x12][0xc6]0NV[0xd2]{[0x9d]V[0x14][0xc9],~F[0xea]c[0x8f][0xf3][0xeb][0xd0]y[0xea][0xcc][0xa0][0xe3]<[0x80][0x9]L[0xd2][0xfa]Th}[0x8d]Z[0xaa][0x9e][0x8][0xf7][0x9c][0xfa][0x94][0xf4]/[0x96]N[0x90][0xee][0xe5][0xbd][0x9]ysg[0x16][0x1d]^[0x6]70[0x13]mP[0x92][0x95][0x88]|s[0xf4])[0x91]oEa[0xbe]$/[0xe9][0xa7][0x15][0x8a][0xa5]o[0x18]8A[0xa6][0x97][0xbe][0x1b][0xa3]k[0x1d][0xba][0x86][0xd9][0x88][0xae][0xe1]6[0xad]*[0xa3][0x90][0xd7]$[0xa2]v[0xc2]/[0x9c][0x82][0xf5][0xcf][0xdd][0x9f][0xe1][0xcf]b[0x91][0xd6]S[0xd1]6[0xef]`9[0xec]s 2[0x85][0x92][0xa2]s[0xaa]`[0x84][0xe4][0xe6][0xa9][0xc7]h[0x96]N[0xad][0x82][0xa5][0xb4][0xf6][0x13]PK[0x7][0x8]Y4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.class[0xb5][0x95][S[0xd3]@[0x14][0xc7][0xff][0xdb][ F@@[0x14][0xf1][0x2]"[0xd0][0x9b][0x84][0x8a][0x8a][0xd0][0xc2][0xe8][0xa8][0x1d][0x99][0xe9][0xf8][0x2][0xc3][0xb3][0xa1]][0xeb]BH[0x9c]\[0x90][0xf1]S[0xe9][0xb][0xcc][0xf8][0xe0][0xf8][0xec][0x87]r<[0x9b][0xc6]6[0xd6]0[0x4]T[0x1e]6[0xec][0xee]9[0xbf][0xff][0x9e]s[0xf6]l[0xbf][0xff][0xf8][0xf2][0x15]@[0x5][0x1b]*[0x14][0x94]T[0xc][0xa0][0xac][0xe2]>[0x16]U[0xe8]XRP[0x91][0xcb][0xf][0x14]m[0x86][0x8f][0xff]?[0xa0]Z[0xa4][0x14]/[0x8f][0x9a][0xfc][0xbd][0xc4][0x6]9~[0xf3][0xf][0xc4]#[0xe5][0x89]Ke[0xea]hI[0xe][0x15][0x86][0xb9]D[0x8][0x5][0x8f][0x19][0xc0][0xa0][0x9f]u[0xb4]H[0xe7]T[0xaa][0xb2][0xcb][0xe7]q`[0x18][0x8f][0xa8]F[0xfa]W$[0xa7][0xc4][0x1][0xce]u[0xc5][0xd5]-[0xdb]w[0x9a][0xbc].[0xe4][0xcd][0x9e][0x8c][0xd3]X[0x94][0xf9][0xd4]0[0x8]U[0xe]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V4<[0xc1][0xaa][0x82]5[\r]U[0xd4][0x18][0xe6][0x93][0xc9]i[0xb8][0x8e]I[0x5][0xeb][0xc]+[0x17]|[0x8f][0x18][0xd6][0xff]*1[0xc][0xc5][0xe4][0xe5]a[0x98]9[0xf3][0x85][0xa1]w[0xb9][0xf7]>[0xf2]VpZ[0xb9][0x98][0x8f][0xb9][0x84][0xb][0x9]o9[0xc3]D[0xdf][0xab][0x13][0x82][0x19][0xd6][0x12][0xf7]t[0x8c]~>i[0xe8][0x98][0xa6][0x1f][0xa8][0x1][0xc8][0xbf],R[0xb2][0xee][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x97]h[0xb6]D3[0xea][0xb][0xe4][0x8a][0xec][0x4][0xa9][0xcf][0xf4]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x9a][0x9c][0x7][0xab][0xfb][0xb8]L[0xa3][0xd6][0xb1][0xc0][0x10][0xae][0x4][0x84]Q[0x8c][0x91][0x95][0xf4]^[0xa5][0x9d][0x94]d[0x96][0x8e][0x91][0xfe][0xd4][0xe7]l[0x7][0xce][0x13][0x1d][0x83][0xae]s[0x16][0xe3][0xb8]J[0xfb][0x13][0x81][0xf5]5[0x1a][0xe9][0x6][0x85][0xb8][0x17][0xf4]MK[0xff]R[0xf9][0x18][0x99]~[0x9e][0x1f][0xf0][0xa6];[0x16]]^[0xe]70[0x15][0x1e][0xf0]&n[0x91]G[0x87]|{[0xe4])[0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0x16]K[0xe5]o[0xc8][0x1e]#[0xd7]O[0xdf][0x8f][0xd0][0xd5].][0xa5][0x95][0xe]][0xc5][0xc][0xee]"5[0x2][0xd9]/![0xb5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1b]~[0xf1][0x4],>w[0x86]?[0x8d]y[0xda]O[0x87][0xc7][0xcc][0xa3][0x10]|[0x8b] 2[0x85][0x92][0xa6]:-c[0x98][0xe4]f[0xe9][0x8b][0x91][0x1][0xaa][0xda]2[0x16]2[0xea]OPK[0x7][0x8][0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]>[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.class[0xbd][0x95]]S[0xd3]@[0x14][0x86][0xdf]mK[0x3]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x82][0x88][0x1f] "[0xfd][0x92][0xb4][0xe2][0x7][0xd0][0xc2][0xe8][0xa0][0x8c][0xcc]To`[0xb8][0xe2][0xc2][0x85][0xee][0x94]`[0x9a]8IZ[0x99][0xf1]O[0xe9][\r][0xcc]x[0xe1]x[0xed][0x8f]r<[0x9b][0x84]6[0xd6]"[0x1][0x1d]{[0xb1][0xe9]n[0xce]y[0xde]=[0xe7][0xec][0x9e]|[0xff][0xf1][0xe5]+[0x80][0x12]VU([0xc8][0xab][0xe8]GA[0xc5][0x3][0xcc][0xab][0xd0]QTP[0x92][0xcb][0xf][0x15])j[0xc1]viu8[0xd3][0xe3] [0xce][0xc5]<[0xe9][0xc][0xe3]][0xdd][0xe7][0x84][0xcc]P>[0xbd][0xfd][0xc5]h,[0x99][0xb8][0xd1]c[0x8a][0xbe]V[0xfd][0x90][0xbf]>$d[0xf1][0xe9]B\[0xa2]Y[0x91]ft;[0x90][0xce][0xb1]c$>[0xd3][0xbf][0x4]49[0xf7]Wwp[0x99]F-[0xb0][0xc0][0x15]\[0xf5][0x9][0xc3][0x18]!+[0xe9][0xbd]Do[0x12][0x92][0x99]?B[0xf2]S[0x97]3[0xf7][0x9d][0xc7][0x2][0x83][0xb6]s[0x1f]Fq[0x8d][0xde][0x8f][0xf9][0xd6][0xe3]4[0xd2])[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "q/[0xe8][0x99][0x94][0xfe][0xf9][0xc2][0x11]R[0xdd][0xbc][0xba][0xcf][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << ",[0xda][0xbc]4n`2[0xdc][0xe0]M[0xdc]"[0x8f][0x80]|{[0xe8][0x19][0x91][0xef][0x84]a[0xbe]"/[0xe9][0xa7][0xe6][0xf2][0x85]o[0xe8];B[0xba][0x9b][0xbe][0x13][0xa1][0xab]m[0xba]J+[0x1]][0xc5]4[0xee]"1[0x4]yiBj;[0xfc][0xdc]1X[0xef][0xdc][0xfd][0x1e][0xfe][0x14][0xee][0xd3][0xfb]d[0xb8][0xcd][0xc][0xb2][0xfe]3[0x7]"S(I[0xaa][0xd3][0x2][0x6]In[0x86][0x9e][0x18][0xea][0xa7][0xaa]-`.[0xa5][0xfe][0x4]PK[0x7][0x8][0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/AnnotationsValidator.class[0xa5]V]S[0xd3]@[0x14]=[0xdb][0xa6]M[0x1b][0x2][0x94]"*[0xf8][\r][0xa8][0xa5]|DT[0x10]i[0xad]V>[0x14]-[0xa0][0xb4][0xa2][0x95][0xa7][0xd0]f LL[0x98]$E[0xfd])[0xfe][0x2]_EgDdt|[0xf6][0xcd]g[0xff][0x8b]z7[0x4]Z,[0xce]t[0xe4]![0xd9][0xcd][0xdd][0xdd]s[0xce][0xbd]{[0xf7]n[0xbe][0xff][0xfa][0xfc][0x15][0xc0]0[0x96]$[0xb4]cL[0xc4]M[0x9][0x1][0x8c]E[0x11][0xc7]x[0x13]RH7[0xe1][0x16]2[0xfc]u[[0xc4][0x1d][0x9][0x11]d[0xb9][0xf9][0xae][0x88][0x9][0x9]M[0x98][0x14]1%[0xa1][0x99][0xb7][0xd3][0x12]Z1)[0xe1][0x1e][0xee][0x8b][0x98][0x11][0xf1]@[0xc4]C[0x11]9[0x6]0[0xc8]3[0xa6][0xa9][0xd9][0x13][0x86][0xea]8[0x9a][0xc3][0xd0]2[0xad]kFyQ5[0xf4][0xb2][0xea]Z6C[0xeb][0xac][0xe6][0xae]Z[0xb5][0x96][0x16]or[0x8d][0xe1]X[0xd6]4-Wu[0xd5]eC[0xab]1K[0x8b][0xd9][0xdc][0xcc]d[0xb6]0[0xbf][0x90]g[0x88][0xe5][0xd6][0xd4][\r]U[0xa9][0xb8][0xba][0xa1][0xe4]t[0xc7]M1D[0xf3][0xfa][0x8a][0xa9][0xba][0x15][c([0xfc]5[0x9c][0xce]Y[0xf6][0x8a][0xb2]V1uW[0xd9][0xd8][0x83]T|[0x1e][0xdd]2[0xab][0xf4][0xbd][0x87][0x91][0xa7][0x93][0x99]T[0x86]([0xc2]i[0x9d][0x10]2[0xc][0xc1]D[0xdf]"[0x83]0a[0x95][0x89][0xac]5[0xa7][0x9b][0xda]\[0xe5][0xc5][0xb2]f[0x17][0xf8]2[0x86]x[0xce]*[0xa9][0xc6][0xa2]j[0xeb][0xfc][0xdb]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xee][0xaa]N[0x11]I6,[0x85][0x8][0xdb][0xfc][0x19]ZAs\/N[0xc]#[0x89][0x1a][0x4][0xbb][0xc2][0xc3][0xed](/H[0x89][0xa1][0xec][0xcf]J[0xf5][0xd5][0xc7]'[0xa6][0x96][0xcb]:gP[0x8d])[0xdb][0xb6]l[0x82][0x8a]nT[0xc3]{[0xfb]h!"[0x82][0x80][0xde]K[0x9b]WC<[0xe3]j[0xb6]?[0x16]u[0xab][0xe][0xf4]4[0xa0][0x9f][0xe4][0xfa]"[0x88]zO[0xee][0xf1][0x83]a}[0xbd][0xbe][0x17][0xda][0xcb]u[0xdb][0xed]}[0x1b][0xaa][0xb9][0xa2]L[0xbd]*i[0xeb][0x1c][0xc5][0xdb][0xc1][0xbb]GO[0x4][0x86][0xdc][0xff][0xec][0xc0][0xbf]5E[0xd2]%[0xc3][0xcf]+)oU[0xec][0x92]6[0xad]s[0xaf]:[0xf][0x93]5[0xc4]Qd[0x9c][0xc7][0x5][0x86][0xf6]*C[0xd6][0xb6][0xd5][0xd7][0x9c]F[0xc6]i[0x9c][0x11]1+c[0xe][0xf3]"[0x1e][0xc9]x[0x8c][0x5][0x19]y[0x14][0x18]n[0x1d][0xc9]w[0x19][0x97][0x91][0x90][0xf1][0x4][0x94][0xf9]7[0x1a]F:x[0xb8][0xb9][0xf0][0xa7][0xc]c[\r]/[0xaf][0xab][0x16][0x8d]3[0x1f][0xac]<"[0x9e][0xc9]([0xe2]9C[0xa2]Q[0x4][0xca][0xc1][0xea][0x96][0xcd]/[0xaf]i%[0x97][0xe1][0xd2]a[0xab][0xf7]w[0xbd]fm[0xb2]a[0xa1][0xc3]T[0x3][0xf][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe5][0x84][0xee][0x9f][0x1d][0xca][0xfa]D[0xdf][0xe1]g*^oe[0x10]WUgN{[0xe5]z5[0x8a][0xbc][0x15]L[0xef][0xe3][0xd8][0x1e]H[0x8d]3[0xbc][0xa0]QM[0xc8][0x1a][0x6][0xe5]Z[0xa2][0x86]c[0xc2]2[0xc][0x1a][0xe7][0xf9][0xc9]![0x94]D[0xe3][0x87]f8[0xc5][0xb]c[0xec][0xaf][0xc4]t8[0x93][0xb3][0xeb][0xd9][0xc5][0xc4]R[0xbd][0x92][0xba]rE[0xd7]T[0x9c]n)[0x12]NO[0x17][0xcf]ij[0xcf][0xd2][0xf5][0x15][0xc0]9[0x4][0xa9]O[0x7][0x80][0xde][0xdd]d[0xb9]F-]=[0x8]%[0xb7][0xc0]6[0xbd])=[0xf4][0xe6][0x97][0x1b][0xd0][0x1][0x1]/[0xd1]K=yw[0x12].[0xe2][0x12][0xf8]EE[0xc9]L38[0xc0][0xf]j[0xc3][0xd4][0xa6]v[0x10](n!8[0xfb][0x1e][0xc2]6B[0xc]s[0x83][0xdb][0x8]3[0xbc]A7uD[0x86]o[0x88][0x8c][0xb][0x9d]B[0xff]GD[0xc7]C[0x3][0x9d][0xa1]mH[0x1]<}[0xfb][0xfb][0xe7][0xc0];Z[0x1e][0xf4]h[0xbb]<[0xa8]n[0xba]={[0x88][0xaa][0x17][0x83]D7Jd7[0x89][0x8e][0xcb][0xc8][0xd0][0xf8] [0xa2][0xe8]#[0x8f][0xb8][0x98]6$[0xd1]O"[0xdb]h|[0x80]F[0x82]\[0x88]/[0x92][0xf7][0x86][0xa0][0x90][0xd8][0x8]yy[0x85]V[0x4](. [0xdf][0x83]>[0xc6][0xd5]}[0x8c]k[0x84][0xb1];[0xeb]*[0xcd][0xda][0x8d][0xd4]u[0xb2][0x8c][0xec][0xc7]i[0xd2]S[0x6][0xc][0x84][0xbf] R[0xc][0xee][0xa0][0xa9][0xc8][0xb6] [0xe7][0x8b][0xc2][0xe][0x9a]y[0xb7]%_[0xc][0xed][0xa0][0x95]wc[0xf9]Oh[0xfb][0x0]a[0xd3][0xb][0x15][0xf7]+[0xec][0x85][0xef]8[0xa1][0x8e]z[0xd8]7p[0x82][0xda]$[0xf1]w[0xd0]N![0x16][0xa1]_[0x82]8N[0x82][0xff]"[0xc4][0xd1][0x9][0xfe][0xcb][0x10][0xa7]h[0xf0][0xff][0x88]8N[0x9][0xd2][0x1f]PK[0x7][0x8][0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/junit/validator/PublicClassValidator.class[0x9d]T[0xdb]N[0xdb]@[0x10]=K[0x2][0xe][0xc1][0x14][0x1a]n[0xa5]7B[0xb9][0x19]([0xb8]7zK[0xa0][0x85]@%$+[0xa9]H[0x14][0x89][0xbe] '[0xb1][0xc2]"[0xc7][0x8e][0xec]5j?[0xa5][0x1][0xad][0x4][0xa8]H[0xfd][0x80]~T[0xd5]Y'$[0x8]R[0x15][0xf5][0xc1];[0xbb][0xb3]3gf[0xce][0x8c][0xf7][0xd7][0xef][0x1f]?[0x1]<[0xc5]V[0x1c][0x83][0x98][0x89]c[0x16]s[0xbd][0x18][0x80][0xa6]`^[0xc1]B[0x1c][0xdd][0x98][0x89]aQ[0xca][0xc7][0xf2]r)[0x86]ey[0xd0][0xe3][0x88][0xe2]I[0x9c][0x1c][0x9f][0xc9][0xe5][0xb9][0x82][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "V[0x14][0xbc]d[0x18][0xce][0xe6][0xf6][0x8a][0xeb][0xc6][0xf6][0xe6]za;[0x97][0xdd][0xdb][0xda][0xd9][0xc9][0xed][0xe4][0x19][0x6][0x8d][0x3][0xf3][0xd0][0xd4][0x3][0xc1]m[0xdd][0xe0][0xbe]H1[0xf4][0xe6]y[0xd5]1E[0xe0]Y[0xc]sW[0xae][0xd3][0x8d][0xb3]m:U}[0xeb]s[0xd9][0xaa][0xb][0xee]:[0xa9]5[0xf2][0xea]Is[0x87][0x8b]5[0x86][0x88]6_d[0x88]f[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf9][0xf][0x18][0xdc][0xb1][0xb2]A[0xad]dy[0x5][0xb3]d[0x93]&a[0xb8]e[0xd3].[0x9a][0x1e][0x97][0xe7][0xa6]2*[0xf6][0xb9][0xcf][0xb0]`[0xb8]^U?[0x8][0x8]H?4m^1[0x85][0xeb][0xe9][0x1f][0x83][0x92][0xcd][0xcb][0x19][0xdb][0xf4][0xfd][0xe2][0x85][0x92][0x2][0xde]nZX[0x5][0xcb][0x17][0xe1]-[0xc3][0x8a]v[0x9][0xc1][0xb][0x1c][0xc7][0xf2]|[0xbd]F[0x99][0xd8]z[0xcb]*5[0xdf][0xa1]d[0xd1][0xc6][0x98][0xba][0x1][0x4][0x83][0xf1]?[0x91][0xfe][0xce]^,][0xb6][0x9b][0xfc][0xc5][0xf3]n[0xe0][0x95][0xad][0xf]\[0x12]3[0xde][0xa9][0xf8]e[0x89][0xa2]b[0x14]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "^[0xa9]x[0x8d]7*[0x12][0x18]b[0x18][0xea][0x0][0xcf]0[0xd6][0xd6][0xe6][0x85][0xc7][0x9d][0xea]F[0xc0][0xed][0x8a][0xe5]Q[0xa8][0xc2][0xbe][0x95],K[0xec][0xa4][0x8a][0xb7]H[0xa9]Hc[0x95][0x9a][0x96][0xe4]~[0xd2]qE[0xb2][0x1e][0x6]_V[0xb1][0x86]U[0x19][0xef][0x9d][0x82][0xf7]*[0xd6][0xb1][0xa1]"[0x83]M[0x6][0xed][0xa6][0xed][0xa2]9k'[0x91]+[0x1d]Xe[0xc1]0[0xdb][0xc9][0xbb]E[0xde]%[0xdf][0xc9]2M[0x4]r[0xbf][0x11]8[0x1c][0xc0]O4[0x8f]f[0xbd]n9[0x15][0x86]%[0xcd][0xb8]J[0xc0]Ec[0xae]sB[0xad]P[0xaa][0x96][0xc8][0x9a]5"X[0xbb]n'{%[0xdc][0xc6][0x9e]a[0xa4][0x13]6M[0xff]H[0xbb][0xef][0x19][0xd7][0xb6][0xa9]\[0xea][0x4]e[0xd9][0xef][0x93][0x85]m[0x9][0xd7][0x91][0xe3][0xc0]0}[0xd9][0xbf][0xc1]K[0xc7][0xf1][0xb4]ju[0xf1][0xa5][0xe1][0x92][0xd0][0xae][0x19]`[0x92][0x9e][0x86]A[0xd0]/A[0xdf]]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "$[0x87][0xe9][0xfd][0xe8][0xc2][0x8]"[0xb4][0xa7]I[0xa1][0xf5][0xe]it[0x92][0x8c]d[0xf7][0xc2])[0xd8]qh2NkO[0xa8][0x1c] g@m[0x18][0xe0][0x1e][0xee][0x93]dx[0x80][0x87]d%[0x9d]k[0xf4][0xb8]t[0xc9]gi[0xf1][0x4]]_[0xa1]|C[0xe4][0xe8][0x1c][0xd1][0xdd]st[0xef][0x9e][0xa2]'[0xa1][0x9c] FW[0xbd]$[0x12]qZN[0xd0]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xf5][0xc][0xfd]G[0xad]@[0xb7]([0x1f]P[0x18][0x85][0xe0][0xfb][0x8]Z[0x6][0x1c]m[0x80]6[0x3][0xca][0xdd][0x4][0x92][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "&[0x11][0xc3][0xa3]V[0xfe][0x13]ar[0x80]r[0x86][[0xdf][0x11]9[0xe]3lW I[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xdd][0xa6][0xff][0x0]PK[0x7][0x8][0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/junit/validator/TestClassValidator.class[0x9d][0x8e][0xbd]n[0xc2]@[0x10][0x84]g[0xf9][0xb1][0xf9]iH[0x95]7[0x88][0x92][0x86][0x13][0x5][0x95][0x11][\r]"[0x95][0xa5][0x14][0x8e][0xd2]_[0xec][0x93]u[0xd6]q[0x87][0xee][0xc7][0xe2][0xd9](x[0x0][0x1e]*[0xca][0x11]+[0xa6]H[0x97][0xad]f[0xb4][0xb3][0xdf][0xec][0xf5][0xeb]|[0x1][0xb0][0xc2]<[0xc5]4[0xc5][0x8c][0xf0][0xd0]r%+[0xee][0xc5][0xbb]p~[0xa7][0xb8]s[0x84][0xf5]snl[0xcd][0x9a][0xa0][0xa5]g6h-[0xac]c[0x7]S[0x9][0xc5][0xfa]T[0xf6][0x92]7[0xbc][0xe5],x[0xa9]X.[0x9d][0xcf][0x8][0xd3]B[0xd6][0x9a][0xfb]`[0x5]![0xff][0xf]c[0xd3]y[0xc5]u[0xcd][0xf6][0xa7]R[0x1c][0xbd]4:[0xdb]F[0xf4][0xac]0[0xc1][0x96][0xe2]U[0xaa][0xc8]~[0xec][0x9][0x1f][0xdd][0xf3][0xc6].o[0x87][0x84][0xa7]{g[0xfb][0xbb]b[0xd3][0x84][0xc5][0xbd][0xe8][0xed][0xb3][0x11][0xa5]O[0x8][0x84][0x1]nC#[0xc2][0x10][0xa3][0xe8][0xc7][0xd1][\r][0x90]D[0x95][0xfe][0xa8][0xc9]7PK[0x7][0x8]V<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/junit/validator/ValidateWith.class[0x85][0x91][0xcd]J[0x3]1[0x14][0x85]O[0xea][0xd4][0xb1][0xf5][0xaf][0xa3]+WvU[0x14][0xc1][0xe0][0xba]E[0x11]Q([0xd4][0x1f][0xa6]Z[0xd7][0xe9][0xf4]2[0xcd][0x10][0x13][0x98][0xc9][0x14]|5[0x17]>[0x80][0xf]%[0xde][0x8a]:[0x5]+..97[0xe7][0xf0][0xdd]\[0xf2][0xf6][0xfe][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xe0][0x4];![0xb6]C[0xb4]BD[0x2][0xf5][0x99]2%[0x9][0xec][0x1e][0x1c][0xe]25S[0xd2]([0x9b][0xca][0xb][0xa3][0x8a][0xa2]+[0xd0][0x18][0xea][0xd4]*_[0xe6][0x9c]8[0xfb][0x9d][0xe8][0x1d][\r]\[0x9e][0xca][0xac][0xb4][0xda]K[0x6][0xe9][0x89][0xf2].[0x97][0xe7][0xd6]:[0xaf][0xbc]vv[0xf4]}[0xd7]=eZs[0xe8][0xca]<[0xa1]+m[0x18][0x17]}y[0xf4][0xa8][0xfd][0xf4]x[0xe][0x16][0xd8][0x8b]K[0xeb][0xf5][0x13][0x8d]t[0xa1][0xc7][0x86]*N![0xd0]^[0x18][0xae]~[0xc][0x19][0x93]';W[0xcc][0xef][0xfc][0x13][0xb9]sF'[0xcf][0x1c][0xc][0xe3][0x87][0x9b][0xfb][0xfe][0xf5][0xe5][0x9f][0xd4][0xbe][0x9d]R[0xae]=M8[0xdc]^[0xb6][0xe2][0xe2][0xe3][0x5]Z[0x15][0xe4]v[0x9c]Q[0xe2][0x5][0xf6][0x97]r[0xab][0x8d]:[0x2][0x2]5[0xae][0x15][0xfe][0x12][0x11][0x8][0x4][0xa8]s[0xb7][0xca]][\r]![0xd7][0xda][0xa7]j[0xa0][0xc9]g[0xc4]j[0x9d][0xdd][0x80][0xb0][0x81]Ml[0x1][0x1f]PK[0x7][0x8][0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E-[0xfe][0x9f][0xd4][0x89][0x4][0x0][0x0][0x1f][0x14][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]EO[0xcc],ZV[0x10][0x0][0x0]p,[0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0x4][0x0][0x0]LICENSE-junit.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0x15][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x15][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]ET[0xe]`[0x9a]|[0x0][0x0][0x0][0x9a][0x0][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x16][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xb2]L[0x85]E[0x91]u[0xff]h-[0x3][0x0][0x0][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8c][0x17][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x1b][0x0][0x0]junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]_[0x1b][0x0][0x0]junit/extensions/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x94][0x13]P[0x87][0xf7][0x1][0x0][0x0][0xda][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x1b][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "junit/extensions/ActiveTestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E`[0xc7][0xab][0x85][0x95][0x3][0x0][0x0][0x17][0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed][0x1d][0x0][0x0]junit/extensions/ActiveTestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x7][0x8e][0xda][0xb2][0x2][0x0][0x0][0xd9][0x4][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]![0x0][0x0]junit/extensions/RepeatedTest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Etp![0x19][0xf][0x2][0x0][0x0][0xc][0x4][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]$[0x0][0x0]junit/extensions/TestDecorator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc7]x@X[0xe4][0x1][0x0][0x0]n[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:'[0x0][0x0]junit/extensions/TestSetup$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ep[0xf0]v[0xc6][0xea][0x1][0x0][0x0][\r][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n)[0x0][0x0]junit/extensions/TestSetup.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6]+[0x0][0x0]junit/framework/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xa7][0xff][0xba][0x9][0x0][0x0]Q[0x18][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]+[0x0][0x0]junit/framework/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x83][0x17]o@[0x91][0x1][0x0][0x0][0xbd][0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]5[0x0][0x0]junit/framework/AssertionFailedError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9c][0xa5][0xc1][0x9a]*[0x5][0x0][0x0]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]7[0x0][0x0]junit/framework/ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc][0xb1][0xc4][0xc1]/[0x2][0x0][0x0]T[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T=[0x0][0x0]junit/framework/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ez[0xac]M[0x8e]x[0x6][0x0][0x0][0x7][0x10][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8]?[0x0][0x0]junit/framework/JUnit4TestAdapter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xfa][0xd6]$[0xbf][0xcf][0x2][0x0][0x0][0xe4][0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa5]F[0x0][0x0]junit/framework/JUnit4TestAdapterCache$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xeb][0x11][0xdc][0x95]q[0x5][0x0][0x0][0x86][0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd0]I[0x0][0x0]junit/framework/JUnit4TestAdapterCache.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xcc][0x1]7[0x9d]B[0x2][0x0][0x0]}[0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]O[0x0][0x0]junit/framework/JUnit4TestCaseFacade.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E2[0xcc][0x8f][0xdd][0x98][0x0][0x0][0x0][0xbf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5R[0x0][0x0]junit/framework/Protectable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd7]>V9[0x95][0x0][0x0][0x0][0xb8][0x0][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]S[0x0][0x0]junit/framework/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E}[0xf7][0x9e]T([0xb][0x0][0x0][0xbd][0x1d][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]S[0x0][0x0]junit/framework/TestCase.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ec[0xf9][0xc8]1[0xf2][0x2][0x0][0x0]Q[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m_[0x0][0x0]junit/framework/TestFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb4]l[0xaa][0xf6][0xd3][0x0][0x0][0x0]V[0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]b[0x0][0x0]junit/framework/TestListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EY[0xd8][0xe0][0x18][0xc3][0x1][0x0][0x0]C[0x3][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]c[0x0][0x0]junit/framework/TestResult$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb1][0x88][0x95][0xd6]G[0x7][0x0][0x0][0x13][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe4]e[0x0][0x0]junit/framework/TestResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EQ[0x8f][0xb2][0xcc][0x88][0x1][0x0][0x0][0xac][0x2][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ym[0x0][0x0]junit/framework/TestSuite$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3][0xcf][0xf8][0xd8][0xdb][0xe][0x0][0x0][0x1]#[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Po[0x0][0x0]junit/framework/TestSuite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]x~[0x0][0x0]junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x80][0xa5][0x98][0xcc]![0x11][0x0][0x0][0x6]#[0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]~[0x0][0x0]junit/runner/BaseTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9b][0x99]a[0xfe][0xb][0x1][0x0][0x0][0xc5][0x1][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x90][0x0][0x0]junit/runner/TestRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xee][0xf1][0xe1]kw[0x1][0x0][0x0]s[0x2][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x91][0x0][0x0]junit/runner/Version.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0xb4]XWY[0xf3][0x0][0x0][0x0][0xc4][0x3][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x93][0x0][0x0]junit/runner/logo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd2]Y[0x84]E[0x9b][0xbe]#G[0x9a][0x0][0x0][0x0]s[0x3][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]u[0x94][0x0][0x0]junit/runner/smalllogo.gifPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x95][0x0][0x0]junit/textui/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xd9][0xe]vd=[0x8][0x0][0x0]^[0x12][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x94][0x95][0x0][0x0]junit/textui/ResultPrinter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]EC[0xe4]P[0xc3][0x91][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x9][0x16][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x9e][0x0][0x0]junit/textui/TestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xa8][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0xa9][0x0][0x0]org/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x82][0xce][0xa7]V[0xe6][0x0][0x0][0x0]u[0x1][0x0][0x0][0x15][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0xa9][0x0][0x0]org/junit/After.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]Eh[0xa8][0x7][0xed][0xeb][0x0][0x0][0x0][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x92][0xaa][0x0][0x0]org/junit/AfterClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xf3][0xb8][0xe9][0xe6][0xf][0x0][0x0][0xcb])[0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5][0xab][0x0][0x0]org/junit/Assert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13]&`[0xb9][0xea][0x3][0x0][0x0]/[0x9][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xbb][0x0][0x0]org/junit/Assume.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EcTm[0x8d]N[0x2][0x0][0x0]9[0x5][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xc0][0x0][0x0]org/junit/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xaa]I[0x1][0xe7][0x0][0x0][0x0]w[0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4][0xc2][0x0][0x0]org/junit/Before.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x86]Y[0xc4][0x18][0xec][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xc3][0x0][0x0]org/junit/BeforeClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14]x[0x95][0x8b][0xf2][0x0][0x0][0x0][0x8a][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0xc5][0x0][0x0]org/junit/ClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E}[0xa0][0x10][0xb5][0xa3][0x0][0x0][0x0][0xde][0x0][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0xc6][0x0][0x0]org/junit/ComparisonFailure$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc0]_~[0xa5][0x9e][0x3][0x0][0x0][0x7][0x9][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0xc7][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor$DiffExtractor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][0x8e][0xcb]T4[0x5][0x0][0x0][0x1a][0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]`[0xcb][0x0][0x0]org/junit/ComparisonFailure$ComparisonCompactor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Er[0xd8]>[0x83]][0x2][0x0][0x0][0xab][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf7][0xd0][0x0][0x0]org/junit/ComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa3]F[0xf5][0x81]&[0x1][0x0][0x0][0x0][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xd3][0x0][0x0]org/junit/FixMethodOrder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xb3][0x2][0xba][0xa5][0x15][0x1][0x0][0x0][0xc2][0x1][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x15][0xd5][0x0][0x0]org/junit/Ignore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa1]P[0xff][0x8c][0xed][0x0][0x0][0x0][0x80][0x1][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xd6][0x0][0x0]org/junit/Rule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]ETJ[0xdd],[0x17][0x1][0x0][0x0][0x8c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0xd7][0x0][0x0]org/junit/Test$None.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Es[0xd5][0xc9][0xf1]p[0x1][0x0][0x0]|[0x2][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb][0xd8][0x0][0x0]org/junit/Test.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xad][0xda][0x0][0x0]org/junit/experimental/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EX[0x10])P[0x16][0x3][0x0][0x0][0x5][0x6][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xda][0x0][0x0]org/junit/experimental/ParallelComputer$1.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E@[0x0][0x8a][0x2] [0x3][0x0][0x0][0x9e][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0xde][0x0][0x0]org/junit/experimental/ParallelComputer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xe1][0x0][0x0]org/junit/experimental/categories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E0d@dH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]W[0x1b][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xe2][0x0][0x0]org/junit/experimental/categories/Categories$CategoryFilter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E [0xd3]n;L[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xec][0x0][0x0]org/junit/experimental/categories/Categories$ExcludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E*B[0xbb][0xca]K[0x1][0x0][0x0]?[0x2][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xee][0x0][0x0]org/junit/experimental/categories/Categories$IncludeCategory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E7[0xce][0xc9][0x8] [0x8][0x0][0x0]s[0x13][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xf0][0x0][0x0]org/junit/experimental/categories/Categories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EQ[0x17]>[0xd6]-[0x1][0x0][0x0][0x11][0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xf8][0x0][0x0]org/junit/experimental/categories/Category.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E"[0x8f]Q[0xb4][0xa4][0x3][0x0][0x0]![0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xfa][0x0][0x0]org/junit/experimental/categories/CategoryFilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0xbd]Fb[0x5][0x0][0x0][0x91][0xb][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xfe][0x0][0x0]org/junit/experimental/categories/CategoryValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E-[0x90]G[0xb3]r[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0x4][0x1][0x0]org/junit/experimental/categories/ExcludeCategories$ExcludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf7][0x8f][0xd7])[0xb7][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x7][0x1][0x0]org/junit/experimental/categories/ExcludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x88][0x5][0x9f]Cr[0x2][0x0][0x0][0x85][0x5][0x0][0x0]E[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x9][0x1][0x0]org/junit/experimental/categories/IncludeCategories$IncludesAny.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x4][0xeb]L[0x90][0xb6][0x1][0x0][0x0][0x83][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xc][0x1][0x0]org/junit/experimental/categories/IncludeCategories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0xe][0x1][0x0]org/junit/experimental/max/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xac][0xa0][0xe3][0x0]/[0x1][0x0][0x0][0xe5][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xe][0x1][0x0]org/junit/experimental/max/CouldNotReadCoreException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E,[0xde][0xa4]y[0xca][0x1][0x0][0x0][0x9a][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x10][0x1][0x0]org/junit/experimental/max/MaxCore$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x5]uS[0x98]G[0x2][0x0][0x0][0xaa][0x4][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x12][0x1][0x0]org/junit/experimental/max/MaxCore$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe9]rZ[0xcc][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8a][0x19][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x14][0x1][0x0]org/junit/experimental/max/MaxCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~eW{[0xaa][0x0][0x0][0x0][0xeb][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0x1f][0x1][0x0]org/junit/experimental/max/MaxHistory$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x83][0xd4][0xc6]+*[0x4][0x0][0x0]|[0x9][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf] [0x1][0x0]org/junit/experimental/max/MaxHistory$RememberingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]i[0x81][0xd5]H[0x3][0x0][0x0]e[0x7][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v%[0x1][0x0]org/junit/experimental/max/MaxHistory$TestComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x13][0xd3][0xf5][0xf6][0xcd][0x6][0x0][0x0][0x8e][0xf][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&)[0x1][0x0]org/junit/experimental/max/MaxHistory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L0[0x1][0x0]org/junit/experimental/results/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8f][0xa0][0xdd][0x8f][0xff][0x2][0x0][0x0]@[0x6][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]0[0x1][0x0]org/junit/experimental/results/FailureList.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eo[0x1][0xf7][0xe0][0xae][0x3][0x0][0x0][0x84][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]3[0x1][0x0]org/junit/experimental/results/PrintableResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1r[0xa1]U[0xee][0x2][0x0][0x0]8[0x6][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]8[0x1][0x0]org/junit/experimental/results/ResultMatchers$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb][0xbd]W[0xc5][0xe7][0x2][0x0][0x0][0xe2][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Y;[0x1][0x0]org/junit/experimental/results/ResultMatchers$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eb[0xf4][0xa7][0x7][0xae][0x2][0x0][0x0][0x83][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3]>[0x1][0x0]org/junit/experimental/results/ResultMatchers$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6][0x7][0xb][0x8b]-[0x2][0x0][0x0][0x93][0x5][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4]A[0x1][0x0]org/junit/experimental/results/ResultMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]BD[0x1][0x0]org/junit/experimental/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~#[0xfe][0xa7]/[0x3][0x0][0x0]i[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]D[0x1][0x0]org/junit/experimental/runners/Enclosed.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]H[0x1][0x0]org/junit/experimental/theories/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa4]g[0xce][0x1f]b[0x1][0x0][0x0]\[0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]kH[0x1][0x0]org/junit/experimental/theories/DataPoint.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x82]M[0x19][0xb9]c[0x1][0x0][0x0]^[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*J[0x1][0x0]org/junit/experimental/theories/DataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc6]F2lF[0x1][0x0][0x0]I[0x2][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb]K[0x1][0x0]org/junit/experimental/theories/FromDataPoints.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ET4[0xc3][0xd4][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xb7][0x19][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93]M[0x1][0x0]org/junit/experimental/theories/ParameterSignature.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x1b][0xe1][0xb2]J[0x1][0x0][0x0]{[0x2][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]X[0x1][0x0]org/junit/experimental/theories/ParameterSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EV[0xa5][0x1c]aL[0x1][0x0][0x0]A[0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]Y[0x1][0x0]org/junit/experimental/theories/ParametersSuppliedBy.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf0]~1[0xed][0x2][0x0][0x0][0xe7][0x5][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x8d]Nt[0xed][0x83][0x1][0x0][0x0][0xe5][0x2][0x0][0x0]X[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]^[0x1][0x0]org/junit/experimental/theories/PotentialAssignment$CouldNotGenerateValueException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]|[0xa8][0x1c][0xc7][0x1][0x0][0x0][0xd9][0x3][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]`[0x1][0x0]org/junit/experimental/theories/PotentialAssignment.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa0][0xe4]u[0x5].[0x3][0x0][0x0][0xa7][0x7][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3]c[0x1][0x0]org/junit/experimental/theo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "ries/Theories$TheoryAnchor$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ewd{[0xb9]~[0x4][0x0][0x0]*[0xc][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]f[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1c][0xe4]A[0xe3][0xfb][0x2][0x0][0x0]K[0x7][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]k[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Er[0x96][0xa7]zY[0x8][0x0][0x0]r[0x16][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed]n[0x1][0x0]org/junit/experimental/theories/Theories$TheoryAnchor.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EL[0x1d]ok[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x8f][0x18][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]w[0x1][0x0]org/junit/experimental/theories/Theories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ee[0xf7][0xe6][0xc3] [0x1][0x0][0x0][0xcd][0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x82][0x1][0x0]org/junit/experimental/theories/Theory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x96][0x83][0x1][0x0]org/junit/experimental/theories/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ep[0xbf][0xa4][0xb6][0xbc][0x0][0x0][0x0][0x1f][0x1][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0x83][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x1b][0xfb][0xea][0x9e]A[0x4][0x0][0x0][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]V[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x85][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier$MethodParameterValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EXV[0x10]![0x7][\r][0x0][0x0][0xf5]#[0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x89][0x1][0x0]org/junit/experimental/theories/internal/AllMembersSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf2][\r]A[0xed]0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]![0x1b][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x97][0x1][0x0]org/junit/experimental/theories/internal/Assignments.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb1]V[0xe1][0xf3][0x1][0x0][0x0]e[0x4][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef][0xa1][0x1][0x0]org/junit/experimental/theories/internal/BooleanSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd9][0x8c][0xea][0x4][0xf1][0x2][0x0][0x0][0xa9][0x6][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa4][0x1][0x0]org/junit/experimental/theories/internal/EnumSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EtX[0x1f]_[0x97][0x4][0x0][0x0][0xe3][0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0xa7][0x1][0x0]org/junit/experimental/theories/internal/ParameterizedAssertionError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf0]&[0x81][0x14][0xc5][0x4][0x0][0x0]=[0xe][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xac][0x1][0x0]org/junit/experimental/theories/internal/SpecificDataPointsSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf3][0xb1][0x1][0x0]org/junit/experimental/theories/suppliers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xf4]M[0xe2])8[0x1][0x0][0x0]5[0x2][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xb2][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOn.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E;[0xed][0xa0]%[0xed][0x2][0x0][0x0][0xb7][0x6][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xeb][0xb3][0x1][0x0]org/junit/experimental/theories/suppliers/TestedOnSupplier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xb7][0x1][0x0]org/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]ER[0xca];[0xc8][0x13][0x4][0x0][0x0][0xae][0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89][0xb7][0x1][0x0]org/junit/internal/ArrayComparisonFailure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb5]1o[0xc2][0x86][0x4][0x0][0x0][0x3][0xb][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9][0xbb][0x1][0x0]org/junit/internal/AssumptionViolatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x7][0x16]'L[0xad][0x1][0x0][0x0][0x1e][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xc0][0x1][0x0]org/junit/internal/Classes.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcb]t#[0x89][0xea][0x4][0x0][0x0][0xaf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0xc2][0x1][0x0]org/junit/internal/ComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x9a]:[0xcc][0xea]L[0x1][0x0][0x0]O[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xc8][0x1][0x0]org/junit/internal/ExactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E7|C[0xc7];[0x2][0x0][0x0][0x11][0x4][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xc9][0x1][0x0]org/junit/internal/InexactComparisonCriteria.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "@[0x8f][0xe1][0xce][0x0][0x0][0x0][0xc][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xcc][0x1][0x0]org/junit/internal/JUnitSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EQ[0xf4][0xeb][0xfd]f[0x2][0x0][0x0][0x84][0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0xcd][0x1][0x0]org/junit/internal/MethodSorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa4]8/%5[0x2][0x0][0x0]S[0x4][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xd0][0x1][0x0]org/junit/internal/MethodSorter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1d][0xcd]*[0x97],[0x3][0x0][0x0][0xf7][0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0xd2][0x1][0x0]org/junit/internal/MethodSorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x11][0xcc][M[0x81][0x1][0x0][0x0][0xa1][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xd6][0x1][0x0]org/junit/internal/RealSystem.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]P[0xfe][0xa5][0xe0][0x6][0x0][0x0][0xe3][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xd8][0x1][0x0]org/junit/internal/TextListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf]c[0x1c] x[0x1][0x0][0x0][0xd3][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]M[0xdf][0x1][0x0]org/junit/internal/Throwables.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0xe1][0x1][0x0]org/junit/internal/builders/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0x15][0x81]F&[0x4][0x0][0x0][0xeb][0x9][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b[0xe1][0x1][0x0]org/junit/internal/builders/AllDefaultPossibilitiesBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EO$EH[0x0][0x5][0x0][0x0])[0xb][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6][0xe5][0x1][0x0]org/junit/internal/builders/AnnotatedBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xb1][0x9a][0x88][0xba][0xba][0x1][0x0][0x0]p[0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xeb][0x1][0x0]org/junit/internal/builders/IgnoredBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa3][0x98][0xe][0x86][0xe][0x2][0x0][0x0][[0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0xed][0x1][0x0]org/junit/internal/builders/IgnoredClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x96]k[0xd4]M[0x1b][0x2][0x0][0x0][0x1a][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xde][0xef][0x1][0x0]org/junit/internal/builders/JUnit3Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xaf][0x82][0x9b][0x94][0x92][0x1][0x0][0x0][0x7][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0xf2][0x1][0x0]org/junit/internal/builders/JUnit4Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x15]#whl[0x1][0x0][0x0][0xa6][0x2][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xf4][0x1][0x0]org/junit/internal/builders/NullBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xae]'[0x92]]`[0x2][0x0][0x0][0xd0][0x4][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc][0xf6][0x1][0x0]org/junit/internal/builders/SuiteMethodBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce][0xf8][0x1][0x0]org/junit/internal/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[\r][0xe4]{q[0x4][0x0][0x0][0x81][0xb][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0xf9][0x1][0x0]org/junit/internal/matchers/StacktracePrintingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe1][0x1][0xa3][0xfe][0xca][0x3][0x0][0x0][0xb1][0x9][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0xf4][0xfd][0x1][0x0]org/junit/internal/matchers/ThrowableCauseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x84]ay[0xb][0xc6][0x3][0x0][0x0][0xa3][0x9][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x2][0x2][0x0]org/junit/internal/matchers/ThrowableMessageMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x9b]d[0xb2][0x94]r[0x4][0x0][0x0][0xfb][0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x6][0x2][0x0]org/junit/internal/matchers/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0xb][0x2][0x0]org/junit/internal/requests/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe7][0xde]Z[0xa1][0x2][0x0][0x0][0xff][0x4][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0xb][0x2][0x0]org/junit/internal/requests/ClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E<[0xfa]x[0x84][0xb4][0x2][0x0][0x0][0x93][0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xe][0x2][0x0]org/junit/internal/requests/FilterRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xac]H[0x9c]L[0x6][0x2][0x0][0x0]([0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{[0x11][0x2][0x0]org/junit/internal/requests/SortingRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0x13][0x2][0x0]org/junit/internal/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x95]L[0x83][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x87][0x5][0x0][0x0]M[0xc][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x14][0x2][0x0]org/junit/internal/runners/ClassRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EK[0x87];[0xb]X[0x5][0x0][0x0]a[0xc][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x1a][0x2][0x0]org/junit/internal/runners/ErrorReportingRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf7][0xa5][0x83][0x83]6[0x1][0x0][0x0][0xd2][0x1][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc6][0x1f][0x2][0x0]org/junit/internal/runners/FailedBefore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb2][0xe9][0xa6][0x9a][0x8a][0x2][0x0][0x0][0x18][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W![0x2][0x0]org/junit/internal/runners/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb9][0x14][0x1c][0x83][0xac][0x0][0x0][0x0][0x3][0x1][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C$[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe1]?[0x9][0xf6]t[0x4][0x0][0x0][0xec][0xb][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R%[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner$OldTestClassAdaptingListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc2]fp>g[0x9][0x0][0x0]S[0x16][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D*[0x2][0x0]org/junit/internal/runners/JUnit38ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ea[0x84]~Q[0xb2][0x1][0x0][0x0]w[0x3][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc]4[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x14][0xa7][0xc2][0xb8]w[0x2][0x0][0x0][0xcf][0x5][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] 6[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eq/[0xb9][0xc2]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0x12][0x1c][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf9]8[0x2][0x0]org/junit/internal/runners/JUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8e][0x86][0x5]#[0xe2][0x1][0x0][0x0][0xdf][0x3][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7]C[0x2][0x0]org/junit/internal/runners/MethodRoadie$1$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xf4]d[0x96][0xea][0xea][0x3][0x0][0x0][0xba][0x8][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]E[0x2][0x0]org/junit/internal/runners/MethodRoadie$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E"[0x8f][0xdf][0x9]u[0x1][0x0][0x0][0xb2][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?J[0x2][0x0]org/junit/internal/runners/MethodRoadie$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x16][0x1e]V[0xb1]@[0x9][0x0][0x0]5[0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11]L[0x2][0x0]org/junit/internal/runners/MethodRoadie.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EJ[[0xf8][0x1a]H[0x7][0x0][0x0]_[0xf][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]U[0x2][0x0]org/junit/internal/runners/MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8d]C[0xa3][0xe7]o[0x3][0x0][0x0][0x11][0x7][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R][0x2][0x0]org/junit/internal/runners/SuiteMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x1c]vs:R[0x7][0x0][0x0][0x9][0x11][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]a[0x2][0x0]org/junit/internal/runners/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x88]CY.\[0x4][0x0][0x0][0xcf][0x9][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc5]h[0x2][0x0]org/junit/internal/runners/TestMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]zm[0x2][0x0]org/junit/internal/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xcc][0xa6][0xdc][0x9a][0xa7][0x3][0x0][0x0][0xbb][0x8][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]m[0x2][0x0]org/junit/internal/runners/model/EachTestNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xa9][0xad][0x0][0x98][0x98][0x1][0x0][0x0][0xf0][0x2][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7]q[0x2][0x0]org/junit/internal/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E68[0xf8][0x15][0x89][0x1][0x0][0x0][0xd1][0x2][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc]s[0x2][0x0]org/junit/internal/runners/model/ReflectiveCallable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]u[0x2][0x0]org/junit/internal/runners/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2]*>?[0xb2][0x0][0x0][0x0][0x12][0x1][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]v[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x95][0xc4][0x9a][0xf7]Q[0x3][0x0][0x0][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9w[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd2][0x80]h[0xea]e[0x3][0x0][0x0][0xe6][0x8][0x0][0x0]U[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa]z[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$DeclaringClassMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x81][0xd5][0x10]I[0xdc][0x2][0x0][0x0]U[0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2]~[0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EM[0x8][0x8f]3[0xd0][0x2][0x0][0x0]S[0x7][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x82][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$FieldMustBeATestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe2]")k[0xad][0x3][0x0][0x0]/[0x9][0x0][0x0]_[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x85][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8][0xe3]0#[0xc8][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x89][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBePublic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xad][0xdc][0xb0][0xb5][0xc4][0x2][0x0][0x0]E[0x7][0x0][0x0]M[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0x8d][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MemberMustBeStatic.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xcd]h[0xe9][0xe5][0xe6][0x2][0x0][0x0]j[0x7][0x0][0x0]L[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x90][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeARule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x86]w,d[0xdc][0x2][0x0][0x0]h[0x7][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa0][0x93][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$MethodMustBeA" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8b]?[0xc9]e[0x18][0x1][0x0][0x0][0x14][0x2][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfa][0x96][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator$RuleValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdd][0x1e]a[0x0][0xae][0x7][0x0][0x0]K[0x17][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88][0x98][0x2][0x0]org/junit/internal/runners/rules/RuleMemberValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x11][0x90][0x3][0x86][0x1e][0x2][0x0][0x0][0xa8][0x4][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0xa0][0x2][0x0]org/junit/internal/runners/rules/ValidationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0xa3][0x2][0x0]org/junit/internal/runners/statements/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xd4][0xe7][0xe3][0x8b][0x82][0x3][0x0][0x0]-[0x7][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xa3][0x2][0x0]org/junit/internal/runners/statements/ExpectException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]2d-P[0x1][0x0][0x0]*[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]a[0xa7][0x2][0x0]org/junit/internal/runners/statements/Fail.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E1[0xbf][0xd5][0xd4][0xb6][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x1][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xa9][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x3][0xa2][0xa3][0x8f][0xab][0x3][0x0][0x0][0x9b][0x9][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0xaa][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xab]ig[0xca]>[0x3][0x0][0x0][0xd7][0x7][0x0][0x0]K[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0xae][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout$CallableStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb7]fq][0xde][0xc][0x0][0x0][0xaa][0x1e][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xb1][0x2][0x0]org/junit/internal/runners/statements/FailOnTimeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ed[0xda]n[0xcd][0xcd][0x1][0x0][0x0]m[0x3][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0xbf][0x2][0x0]org/junit/internal/runners/statements/InvokeMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x4][0xfc][0xb2][0xeb][0x5][0x4][0x0][0x0]j[0x8][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc1][0x2][0x0]org/junit/internal/runners/statements/RunAfters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0x16]B[0xc8][0xc0][0x2][0x0][0x0][0xd2][0x5][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdf][0xc5][0x2][0x0]org/junit/internal/runners/statements/RunBefores.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xc9][0x2][0x0]org/junit/matchers/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f]YR[0x8c][0xe2][0x3][0x0][0x0]3[0xe][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F[0xc9][0x2][0x0]org/junit/matchers/JUnitMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xcd][0x2][0x0]org/junit/rules/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xfc][0x0][0x9e]6[0xd5][0x3][0x0][0x0][0x12][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0xcd][0x2][0x0]org/junit/rules/DisableOnDebug.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E~[0xee][0xed][0x84]?[0x2][0x0][0x0][0x81][0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe3][0xd1][0x2][0x0]org/junit/rules/ErrorCollector$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0xb5]k[0xe8][0xcd][0x3][0x0][0x0][0xaf][0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xd4][0x2][0x0]org/junit/rules/ErrorCollector.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xce]F[0xc6][0xf5][0x1e][0x2][0x0][0x0][0x8f][0x4][0x0][0x0]B[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0xd8][0x2][0x0]org/junit/rules/ExpectedException$ExpectedExceptionStatement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xbf][0xb0]![0xfe][0xa1][0x6][0x0][0x0][0xf1][0x11][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0xdb][0x2][0x0]org/junit/rules/ExpectedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Ez4[0xbf]/a[0x3][0x0][0x0][0xb1][0x7][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x19][0xe2][0x2][0x0]org/junit/rules/ExpectedExceptionMatcherBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9c]{\[0x89][0xef][0x1][0x0][0x0][0xd1][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdd][0xe5][0x2][0x0]org/junit/rules/ExternalResource$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb3][0xbf][0xc4][0xd6][0xf2][0x1][0x0][0x0]o[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xe8][0x2][0x0]org/junit/rules/ExternalResource.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xc6][0x1e]|[0xc8][0xa6][0x0][0x0][0x0][0xb][0x1][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xea][0x2][0x0]org/junit/rules/MethodRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc2]JQ[0x82][0xbf][0x3][0x0][0x0]t[0x7][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xeb][0x2][0x0]org/junit/rules/RuleChain.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E!;[0xd3]&[0xcf][0x2][0x0][0x0][0x19][0x7][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xef][0x2][0x0]org/junit/rules/RunRules.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ER[0xa4]d}[0xa1][0x0][0x0][0x0][0xd2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x83][0xf2][0x2][0x0]org/junit/rules/Stopwatch$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EF[0xc7][0x95][0xdc].[0x1][0x0][0x0][0xdb][0x1][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s[0xf3][0x2][0x0]org/junit/rules/Stopwatch$Clock.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E_[0xbe]<[0x1f][0xe5][0x2][0x0][0x0]N[0x7][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf4][0xf4][0x2][0x0]org/junit/rules/Stopwatch$InternalWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x97][0xfd]^J[0xaa][0x4][0x0][0x0][0x1e][0xb][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xf8][0x2][0x0]org/junit/rules/Stopwatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xc5][0xc9]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x7][0x0][0x0][0x1f][0xe][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xfd][0x2][0x0]org/junit/rules/TemporaryFolder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x1e][0x3][0x90][0xc3]e[0x1][0x0][0x0][0x85][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8a][0x4][0x3][0x0]org/junit/rules/TestName.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x86][0xad][0xf1]w[0x9f][0x0][0x0][0x0][0xea][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x6][0x3][0x0]org/junit/rules/TestRule.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe3]s[0x9c][0xae][0x98][0x3][0x0][0x0]i[0x8][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x7][0x3][0x0]org/junit/rules/TestWatcher$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe4][0xbb][0x1e][0xe1]X[0x5][0x0][0x0]-[0x11][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0xb][0x3][0x0]org/junit/rules/TestWatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ENegz[0xb6][0x2][0x0][0x0][0xf2][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0x10][0x3][0x0]org/junit/rules/TestWatchman$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5][0x81][0xcd]8E[0x2][0x0][0x0][0x9a][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x13][0x3][0x0]org/junit/rules/TestWatchman.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E3[0xfe][0x13][0x8c][0xfc][0x1][0x0][0x0][0x9f][0x3][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]S[0x16][0x3][0x0]org/junit/rules/Timeout$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E0[0x5][0x19][0xd9][0x8e][0x2][0x0][0x0]W[0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9c][0x18][0x3][0x0]org/junit/rules/Timeout$Builder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0xd3][0x4][f[0xb1][0x4][0x0][0x0][0xb1][0xb][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]}[0x1b][0x3][0x0]org/junit/rules/Timeout.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdb][0xf1]6R[0xc9][0x1][0x0][0x0]y[0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]y [0x3][0x0]org/junit/rules/Verifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb8]kyk[0xaf][0x1][0x0][0x0]][0x3][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x90]"[0x3][0x0]org/junit/rules/Verifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8b]$[0x3][0x0]org/junit/runner/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "47\[0x16][0x2][0x0][0x0][0xaa][0x4][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]$[0x3][0x0]org/junit/runner/Computer$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E.[0xd8]:xx[0x2][0x0][0x0]t[0x6][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1'[0x3][0x0]org/junit/runner/Computer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf]WQ[0xac][0x88][0x0][0x0][0x0][0xb4][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf6])[0x3][0x0]org/junit/runner/Describable.classPK[0x1]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xb8][0xd4][0x7]y[0xe3][0xb][0x0][0x0][0xe4][0x1d][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]*[0x3][0x0]org/junit/runner/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x91]l[0xf]M[0xc2][0x4][0x0][0x0][0xd0][0xc][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1]7[0x3][0x0]org/junit/runner/FilterFactories.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xce]r[0x94]jO[0x1][0x0][0x0]g[0x2][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17]<[0x3][0x0]org/junit/runner/FilterFactory$FilterNotCreatedException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]Ey[0xd8][0xa4][0xde][0xda][0x0][0x0][0x0]t[0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]=[0x3][0x0]org/junit/runner/FilterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x9e]T[0xa0][0xbe][0xb1][0x1][0x0][0x0]+[0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe]>[0x3][0x0]org/junit/runner/FilterFactoryParams.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x8a][0x3][0xef][0xc9]X[0x1][0x0][0x0]o[0x2][0x0][0x0]I[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x7]A[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult$CommandLineParserError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x10][0x15][0xd3][0x83]Q[0x9][0x0][0x0][0x0][0x15][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]B[0x3][0x0]org/junit/runner/JUnitCommandLineParseResult.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EJ[0xe5]J[0x8e][0xf3][0x6][0x0][0x0][0xa3][0x11][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87]L[0x3][0x0]org/junit/runner/JUnitCore.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbf]O][0xb0]P[0x1][0x0][0x0]n[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc8]S[0x3][0x0]org/junit/runner/Request$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xbc]w[0xc3][0xdb][0x3][0x6][0x0][0x0]5[0x11][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]fU[0x3][0x0]org/junit/runner/Request.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xdc]<[0xd4][0xd7][0x9c][0x0][0x0][0x0][0xcb][0x0][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][[0x3][0x0]org/junit/runner/Result$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E+[0xf7][0xf]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x4][0x0][0x0][0x9e][0x9][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]\[0x3][0x0]org/junit/runner/Result$Listener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xec][0x83]"S[0x94][0x5][0x0][0x0][0xc9][\r][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfc]`[0x3][0x0]org/junit/runner/Result$SerializedForm.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x87][0x88][0xe1][0x11]A[0x6][0x0][0x0][0x9d][0x10][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea]f[0x3][0x0]org/junit/runner/Result.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E9![0xa1][0xff]'[0x1][0x0][0x0][0x9][0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]vm[0x3][0x0]org/junit/runner/RunWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EB[0x83][0xe4][0x82]L[0x1][0x0][0x0]<[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]n[0x3][0x0]org/junit/runner/Runner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80]p[0x3][0x0]org/junit/runner/manipulation/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0x1e][0x8e][0xb0][0x0][0xf4][0x1][0x0][0x0]8[0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]p[0x3][0x0]org/junit/runner/manipulation/Filter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xb9][0xb9][0xde]2[0xf8][0x2][0x0][0x0][0xb6][0x5][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c]s[0x3][0x0]org/junit/runner/manipulation/Filter$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E[0xdf]Z[0x92][0x8c]A[0x2][0x0][0x0][0xc3][0x4][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]nv[0x3][0x0]org/junit/runner/manipulation/Filter$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd8]Y[0x84]E}[0x95][0xe1][0xb0][0xcf][0x2][0x0][0x0][0xb0][0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9]y[0x3][0x0]org/junit/runner/manipulation/Filter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xcf][0xc1]l[0x96][0xaf][0x0][0x0][0x0][0x11][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0|[0x3][0x0]org/junit/runner/manipulation/Filterable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xd1]o[0xf7][0xd0][0x10][0x1][0x0][0x0][0xa2][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];}[0x3][0x0]org/junit/runner/manipulation/NoTestsRemainException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E$Ar[0xb3][0x8a][0x0][0x0][0x0][0xba][0x0][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]~[0x3][0x0]org/junit/runner/manipulation/Sortable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc8][0xda]"[0x81][0xcb][0x1][0x0][0x0][0xa9][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0x3][0x0]org/junit/runner/manipulation/Sorter$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf6][0xaf][0xe1]A[0xcd][0x2][0x0][0x0]Y[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbc][0x81][0x3][0x0]org/junit/runner/manipulation/Sorter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0x84][0x3][0x0]org/junit/runner/notification/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E\e8[0x85]8[0x3][0x0][0x0][0xc8][0x6][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x85][0x3][0x0]org/junit/runner/notification/Failure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xe3]#d[0x84].[0x1][0x0][0x0]![0x2][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0x88][0x3][0x0]org/junit/runner/notification/RunListener$ThreadSafe.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xa5]2[-[0xf9][0x1][0x0][0x0]K[0x5][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V[0x8a][0x3][0x0]org/junit/runner/notification/RunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x92]Fn[0x9a][0xf9][0x1][0x0][0x0][0x87][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x8c][0x3][0x0]org/junit/runner/notification/RunNotifier$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0x1c]4p[0x90][0xf5][0x1][0x0][0x0]u[0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x8f][0x3][0x0]org/junit/runner/notification/RunNotifier$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E0[0xc4][0xeb][0x1f][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]X[0x91][0x3][0x0]org/junit/runner/notification/RunNotifier$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xf2]Xk.[0xc9][0x2][0x0][0x0]z[0x6][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac][0x93][0x3][0x0]org/junit/runner/notification/RunNotifier$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]EO[0xb1][0xb9][0x97][0xfb][0x1][0x0][0x0][0xa1][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd4][0x96][0x3][0x0]org/junit/runner/notification/RunNotifier$5.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xc5][0xee]r[0xe9][0xf5][0x1][0x0][0x0][0x81][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x99][0x3][0x0]org/junit/runner/notification/RunNotifier$6.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E[0xea][0xd8][0xaa][0xd1][0xf5][0x1][0x0][0x0][0x83][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0x9b][0x3][0x0]org/junit/runner/notification/RunNotifier$7.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]Em[0x14][0xa2][0xfb][0xe][0x4][0x0][0x0][0x91][0x9][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x9d][0x3][0x0]org/junit/runner/notification/RunNotifier$SafeNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xd9]Y[0x84]E9[0xc5]h[0xbf][0xb1][0x6][0x0][0x0][0xc8][0x12][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0xa2][0x3][0x0]org/junit/runner/notification/RunNotifier.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xa1][0xf7]=[0xd2][0x16][0x1][0x0][0x0][0xa9][0x1][0x0][0x0]:[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]\[0xa9][0x3][0x0]org/junit/runner/notification/StoppedByUserException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x99][0xe5][0xb][0x80]![0x4][0x0][0x0][0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xda][0xaa][0x3][0x0]org/junit/runner/notification/SynchronizedRunListener.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]d[0xaf][0x3][0x0]org/junit/runners/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EB)[0xd8][0xb]D[0x1][0x0][0x0][0xf][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xaf][0x3][0x0]org/junit/runners/AllTests.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ej&!j[0xd6][0x1][0x0][0x0][0x90][0x3][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0xb1][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0xf9]n[0x1a][0xef][0x11][0x0][0x0][0x16]3[0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]l[0xb3][0x3][0x0]org/junit/runners/BlockJUnit4ClassRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xe6][0xaf]![0xf8]F[0x1][0x0][0x0]#[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0xc5][0x3][0x0]org/junit/runners/JUnit4.c" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "lassPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x81][0x8][0x16][0xa9][0xf1][0x2][0x0][0x0]7[0x6][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xc7][0x3][0x0]org/junit/runners/MethodSorters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x0][0xcd][0xb1]s2[0x1][0x0][0x0][0x16][0x2][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d][0xca][0x3][0x0]org/junit/runners/Parameterized$Parameter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb][0x4][0xe][0xe3]F[0x1][0x0][0x0]6[0x2][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0xcc][0x3][0x0]org/junit/runners/Parameterized$Parameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x8a][0xcc][0xfd][0xaf][0x88][0x1][0x0][0x0][0x1f][0x3][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc0][0xcd][0x3][0x0]org/junit/runners/Parameterized$UseParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe9][0xea]P[0xeb][0x86][0xb][0x0][0x0][0xc8][0x1c][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xcf][0x3][0x0]org/junit/runners/Parameterized.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xf8][0x9d]$[0xd2][0xce][0x1][0x0][0x0][0xa1][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f][0xdb][0x3][0x0]org/junit/runners/ParentRunner$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0x17][0x15][0xd8][0xc7][0xcd][0x1][0x0][0x0][0xbe][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb1][0xdd][0x3][0x0]org/junit/runners/ParentRunner$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ewr[0x93]8[0xea][0x1][0x0][0x0]*[0x4][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2][0xdf][0x3][0x0]org/junit/runners/ParentRunner$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd9][0xe1]A^W[0x2][0x0][0x0]*[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0xe2][0x3][0x0]org/junit/runners/ParentRunner$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E}[0xcb]*$[0x12][0x13][0x0][0x0]l2[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb][0xe4][0x3][0x0]org/junit/runners/ParentRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xb9][0xb1]I(A[0x1][0x0][0x0]G[0x2][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1f][0xf8][0x3][0x0]org/junit/runners/Suite$SuiteClasses.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd3][0x9d][0x96][0xdc]R[0x6][0x0][0x0]^[0x11][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8][0xf9][0x3][0x0]org/junit/runners/Suite.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0x0][0x4][0x0]org/junit/runners/model/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ea[0xf8]+[0xe4][0xca][0x0][0x0][0x0]f[0x1][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9d][0x0][0x4][0x0]org/junit/runners/model/Annotatable.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]EsJLI[0xf0][0x3][0x0][0x0][0xd4][0x9][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbe][0x1][0x4][0x0]org/junit/runners/model/FrameworkField.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xbb]s;[0xd3][0xe9][0x2][0x0][0x0]<[0x6][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x6][0x4][0x0]org/junit/runners/model/FrameworkMember.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xe]V[0xf6]wE[0x2][0x0][0x0][0xd1][0x4][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L[0x9][0x4][0x0]org/junit/runners/model/FrameworkMethod$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xce][0x8c][0xb6][0x97]_[0x8][0x0][0x0][0x8f][0x14][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xee][0xb][0x4][0x0]org/junit/runners/model/FrameworkMethod.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ei|Ql`[0x2][0x0][0x0][0xc4][0x4][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][0x14][0x4][0x0]org/junit/runners/model/InitializationError.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E#][0xa6][0x15][0x9e][0x4][0x0][0x0]n[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]g[0x17][0x4][0x0]org/junit/runners/model/MultipleFailureException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]ED[0xee][0xa0]ab[0x5][0x0][0x0][0x8e][\r][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]i[0x1c][0x4][0x0]org/junit/runners/model/NoGenericTypeParametersValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0xa6][0x86]u[0x0]x[0x5][0x0][0x0][0xcd][0xc][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7"[0x4][0x0]org/junit/runners/model/RunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EA[0xcf][0xb6][0xa4][0x9e][0x0][0x0][0x0][0xcd][0x0][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8]([0x4][0x0]org/junit/runners/model/RunnerScheduler.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Eu[0x1e][0xd1]&[0xfc][0x0][0x0][0x0]o[0x1][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1])[0x4][0x0]org/junit/runners/model/Statement.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x92]B[0x12][0xc7][0xa3][0x0][0x0][0x0][0xe2][0x0][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]R*[0x4][0x0]org/junit/runners/model/TestClass$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EQ[0xac][0xe0][0x9b]5[0x2][0x0][0x0][0xea][0x4][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]L+[0x4][0x0]org/junit/runners/model/TestClass$FieldComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]E[0x5][0xe1]+[0x80]_[0x2][0x0][0x0]k[0x5][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]-[0x4][0x0]org/junit/runners/model/TestClass$MethodComparator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EpS&[0xec][0x2][0x12][0x0][0x0][0xb]0[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]0[0x4][0x0]org/junit/runners/model/TestClass.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdd]Y[0x84]E[0x95][0x90]-[0x8e]`[0x2][0x0][0x0]e[0x4][0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x2]C[0x4][0x0]org/junit/runners/model/TestTimedOutException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3]E[0x4][0x0]org/junit/runners/parameterized/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]E[0xd1][0x89]8U{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0][0xe1][0x17][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13]F[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x90]P7[0x1][0x93][0x1][0x0][0x0][0xb6][0x3][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x6]Q[0x4][0x0]org/junit/runners/parameterized/BlockJUnit4ClassRunnerWithParametersFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Et[0x8a][0xde][0x1d][0xd6][0x0][0x0][0x0]e[0x1][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18]S[0x4][0x0]org/junit/runners/parameterized/ParametersRunnerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xda]Y[0x84]Ey}[0x88]-[0xb0][0x4][0x0][0x0]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]YT[0x4][0x0]org/junit/runners/parameterized/TestWithParameters.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x99]P[0x85]E[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]oY[0x4][0x0]org/junit/validator/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]En[0xa2],[0xce]([0x2][0x0][0x0][0xb5][0x5][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3]Y[0x4][0x0]org/junit/validator/AnnotationValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xb2]3%][0xdf][0x3][0x0][0x0][0x9b][0x8][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6\[0x4][0x0]org/junit/validator/AnnotationValidatorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]Eor[0xa8][0xa9][0xa9][0x0][0x0][0x0][0xfb][0x0][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w`[0x4][0x0]org/junit/validator/AnnotationsValidator$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x9f][W[0x9f]X[0x5][0x0][0x0]Y[0xe][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~a[0x4][0x0]org/junit/validator/AnnotationsValidator$AnnotatableValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]EY4z[0xcf][0xa3][0x2][0x0][0x0]3[0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Gg[0x4][0x0]org/junit/validator/AnnotationsValidator$ClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xbc][0x4][0xee][0xf][0xab][0x2][0x0][0x0][0x83][0x8][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Uj[0x4][0x0]org/junit/validator/AnnotationsValidator$FieldValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x87][0x1b]N[[0xb2][0x2][0x0][0x0][0x90][0x8][0x0][0x0]>[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]km[0x4][0x0]org/junit/validator/AnnotationsValidator$MethodValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0x8a][0xa1][0xbd]g[0x96][0x3][0x0][0x0][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x89]p[0x4][0x0]org/junit/validator/AnnotationsValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xc5]!/[0x8a][0xa4][0x2][0x0][0x0]C[0x5][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{t[0x4][0x0]org/junit/validator/PublicClas" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "sValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdb]Y[0x84]EV<-[0xc6][0xc6][0x0][0x0][0x0]@[0x1][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]{w[0x4][0x0]org/junit/validator/TestClassValidator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xdc]Y[0x84]E[0xdf][0xda][0xc9]R[0x7][0x1][0x0][0x0][0xcc][0x1][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]x[0x4][0x0]org/junit/validator/ValidateWith.classPK[0x5][0x6][0x0][0x0][0x0][0x0]H[0x1]H[0x1][0xf8]s[0x0][0x0][0xf6]y[0x4][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "last-modified: Fri, 05 Dec 2014 09:05:00 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-7 << "e4daa6442c581776076f8a63bf2c9c3c9fa36843" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << last-modified: Fri, 05 Dec 2014 09:05:00 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-7 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 7][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-7: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 7][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45054<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog Nov 01, 2023 1:04:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33717/ [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 48078[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x8d][0x93]Qo[0xda]0[0x10][0xc7][0xdf][0x91][0xf8][0xe][0x16]O[0x9b]4;[0xe][0xa1][0x14]R[0xf5][0x81][0xb6]h[0x2]A[0x89][0x6][0xab][0xf6]6[0x1d][0x89][0x1][0xf][0xc7][0xb6]lC[0xe0][0xdb][0xcf][0x9][0x90]B[0xbb][0x87][0xbd][0xde][0xdd][0xef][0xfe][0xe7][0xff][0x9d][0xa7] [0xf9][0x8a]Y[0x87][0xdf][0x98][0xb1]\[0xc9][0x18][0x85][0x84]6[0x1b][0x3]y[0x15][0x19]hH7[0xc][0xf9][0x98]O[0xf6]H[0xd8]l<[0xc9][0xc]O[0xc0][0xba][0xa9][0xca][0xf8][0x8a][0xb3][0xcc]S[0xd1]][0xb7][0x1b][0xb5]{4[0xec][0xd1][0x9e]/[0xd8]q[0x91][0xe1]q[0xb6]-[0xfb][0xdd][0x13][0xfa];[0xa4][0xa7][0xa0][0xc3]O[0xc7][0x18]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "&D[0xe]R^[0x82]/[0xe0]X[0x8c][0xda]4lcz[0x8f]i[0x1f][0x85][0xfd][0xb8][0xd3][0x8f][0xa3]NY 3[0xc1][0xf0][0xb][0xb3][0xa9][0xe1][0xda]U[0x13]-6[0xdc][0xa2][0xd9][0xfc];G[0xcb]*[0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0xda][0xa2][\r][0xe4][0xa9])[0x1f][0x93]*[0xc3]pH"[0xf2][0x8e][0xab][0xf4][0xe7][0x8f][0x89]WvN[0xc7]A[0xe0][0x18][0xe4]Di[0xdb][0xf9]C[0x94]Y[0x7][0x5][0xdf][0xf2] [0xe3]V[0xb]8[0x6][0xc9][0xe0][0xd7]b[0x94][0x8c]jt[0xc2]S&-[0xab][0xd9][0xa2]([0x8]T[0x96]T[0xac]8[0xa5]m0[0x19]=[0xf]_[0xe7]C[0xdc]&[0xb4]f[0xa7]g{k/[0xdb]u[0xea][0x15]r[0xdf]s[0x96][0xcc];c[0x94][0xc0][0x1]-[0xb8][0xe6][0x8][0xdf][0xbe][0xa1].[0x9e][0x1f][0xf3][0xa5][0xf2]J'[0xc8][0xcb][0x9e][0x87][0xd7]p [0xce][0x83][0xe4][0x82][0x91][0x1b][0xec][0x8d][0xc9]L[0x99][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F3[0xcd][0xa4][0x17]3[0x8e][0xa7]\C[0xe9]%[0x9a][0xab][0x95]+[0xc0]0[0xb4]R[0x6][0x8d]a[0xf]Wp}[0x11][0x11][0xa1][0xe5][0xda][0x9f][\r][0xf3]{[0xca][0xaa][0x15][0x9e][0x8f]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{[0xdf][0xf2]D[0xa0]D[0xec][0xd6][0xdc][0xef]tx[0xd0][0xca]8[0x9c]@[0xba][0x85][0xf5]y[0xde]z@.[0x1d]3[0x12][0xc4][0xc3][0xce][0x9b][0x16]?[0xb6][0xae][0x93][0xad][0x87][0xfd]I[0xf4][0xb1][0xe5]E[[0xcd][0x6][0xfa]v[0xc3][0x96][0x8f][0xfb][0xf][0xee][0x6][0xaa][0xea]}[0xa7][0xf]H=[0xc7]g[0x85]OS[0x8c]r-X[0xce][0xa4][0xab],[0xc3][0xb][0xee]Dy[0xe][0xb7][0x9b][0xfa]Pt[0xb1][0xbe][0xee][0xec]e[0xfe]Q[0xf4]nq[0xb3]13[0xdc][0xdb][0x7]B[0x1c][0xf1][0xb5][0xd3]![0xe9][0xfa][0xf][0x14]ExI#[0xf4]e[0xbe][0x93]h[0xca]S[0xa3][0xec][0xd1]:[0x96][4[0x92])[0xf9][0xda]l,[0x94][0x12]1*?fH[0xee]hy[0x82][0x1]PK[0x7][0x8]F[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb][0x0][0x0][0x0]LICENSE.txt[0x8d]TM[0x8f][0xe2]8[0x10][0xbd]G[0xca]([0xcd]iZ[0xca][0xb2][0xad]9[0xcc]a[0xf7]d[0x12]C,[0x85][0x84][0xb5][0x9d]f8[0xa6][0x13][0xd3]m[0x89][0xc4][0xad]$4[0xea][0xbf][0xcf][0x6]4l[0x8f]V[0x9a][0xb][0x18][0x97][0xeb]}U[0x89][0xa5][0xca][0xa8][0xb0][0xad][0x19]&[0x13]Gq[0x94][0xba][0xb7][0x8f][0xd1][0xbe][0xbc][0xce][0xf4][0xb5]}[0xa0]o[0x8f][0x8f][0x8f][0xe0][0xe3]{B[0xe7][0xf3]y[0xf1][0xda][0xf4][0xed]h[0xa6]y[0xe1][0xc6][0x97]8b[0xc7]#[0x85][0xa7][0x13][0xe1][0xd2][0x8c][0xef][0xa6][x[0x8]i:;[0xcd][0xa3]}>[0xcd][0xd6][\r][0xd4][0xc][0x1d][0x9d]&Cv[0xa0][0xc9][0x9d][0xc6][0xd6][0x84][0x9b]g;4[0xe3][0x7][0x1d][0xdc][0xd8]O[0x0][0xb7][0xf3]+[0xb9]1|[0xbb][0xd3][0x1c]G[0xbd][0xeb][0xec][0xc1][0xb6][0x8d]GH[0xa8][0x19][\r][0xbd][0x99][0xb1][0xb7][0xf3]l:z[0x1b][0xdd][0xbb][0xed]p[0x98]_[0x9b][0x19][0x1f][0x6]([0xc7][0xa3];[0xdb][0xe1][0x85]Z7t[0xd6]7M[0xa1][0xa9]7[0xf3]_[0xbf]J[0x9a][0xc8][0x1d]nZZ[0xd7][0xe1][0xd9]i[0x9a][0xe1]an[0xa0][0xd1][0xe3]5[0xcf][0xee][0xdd][0x97]nQ[0xc]nFB[0x9]jv[0xa2]#[0x90][0x0][0x10]G[0xf7]\C[0xf7]I[0x8][0xf8][0xda]cc{3.[0xe8]3;X[0xee][0xec][0xdf][0xd8]a[0xab];[0xb5][0x18][0xc2][0xef]*[0xa0][0xdf][0x14][0x0][0xbe][0xb]h[0xe7][0xda]So[0x86][0xb9][0xb9][0xcd][0xe5]OD[0xee]P[0x19][0xa9]of3[0xda][0xe6]8[0xfd]L7[0xcc]$[0xb4][0xdd][0x89][0xf][0x3].[0x8d][\r]M[0xbe]84[0xbd][0xf1]Z[0xf2][0xeb]j@[0xe9][0xcf]B[0x8][0xda]b?[0xa0][0xf4][0x2][0xe1][0xc6][0x9]\[0x1f][0xf4]l[0xfc]N@[0xb3]#3t[0xb8][0x85]o4[0x82][0xbc]w[0xb3][0xa1]K[0x16]h[0xec][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "{E[0x7][0x14].[0xe6]'w[0x98][0xcf]~[0xb6][0xd7]][0xa1][0xe9][0xcd][0xb4]~W[0xd0]d[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8d]~K[0xe0]8,[0xcc]4[0xdd]D[0xeb]\(R[0xd5]J[0xef][0x98][0xe4][0x84][0xf3]VVO"[0xe3][0x19]-[0xf7][0xa4]sNi[0xb5][0xdd]K[0xb1][0xce]5[0xe5]U[0x91]q[0xa9][0x88][0x95][0x19]nK-[0xc5][0xb2][0xd6][0x15].[0xbe]0[0x85][0xce]/[0xa1][0xc0][0xca]}[0x1c][0xf1][0x1f][[0xc9][0x95][0xa2]J[0x92][0xd8]l[0xb][0x1]4[0xc0]KVj[0xc1]UB[0xa2]L[0x8b]:[0x13][0xe5]:! PYi*[0xc4]Fh<[0xd3]U[0x12]Xm[0x8b][0xa3]jE[0x1b].[0xd3][0x1c][0xbf][0xd9]R[0x14]B[0xef][0x3][0xe3]J[0xe8][0xd2][0x93][0xad][0xc0][0xc6]h[0xcb][0xa4][0x16]i]0I[0xdb]Zn+[0xc5][0xc9][0x1b][0xcb][0x84]J[0xb]&6<[[0x80][0x1e][0x94][0xc4][0x9f]x[0xa9][0xe3]H[0xe5][0xac](>[0x19][0xad]v%[0x97]^[0xfc]\.9T[0xb2]e[0xc1]/L[0xe5][0x1e][0xa0][0x92][0xa7][0xda][0xfb][0xb9][0x9e][0xe2][0x8][0xd6][0x10][0x1e][0x4][0x16][0x9][0xa9]-O[0x85]?[0xf0][0x1f][0x1c]v[0x98][0xdc]'WP[0xc5][0xff][0xa9][0xf1][0x8]E[0xca][0xd8][0x86][0xad][0xb9][0xa2][0xaf][0xff][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0x84]T0[0x97][0xb4][0x96]|[0x83]>B[0x12][0xaa]^*-t[0xad]9[0xad][0xab]*[0xb]Y+.[0x9f]D[0xca][0xd5][0xdf]TT>[0xfd][0x15][0xd5][0x8a]'[0xa0][0xd0],0[0x3][0x2]a[0xa1]\[0xc9]8Z[0xd6]J[0x84][0xdc]D[0xa9][0xb9][0x94][0xf5]V[0x8b][0xaa]|[0xc0][0x90]wH[0x6]*[0x19]z[0xb3][0x10]pU[0x6][0xb7][0xc8][0xa8][0x92]{[0x8f][0xea]c[0x8][0xf9]'[0xb4][0xcb]9[0xee]1[0xe6][0x12][0xff][0x91]>-[0xe6][0x3]QH-[0xd5][0xf7][0xef][0xc0][0x8e][0x10][0xf5][0x9d]M*[0xf9][0xba][0x10]k^[0xa6][0xdc]W+[0xf][0xb3][0x13][0x8a]?`^B[0xf9][0x7][0xa2][0xbc]l[0xd3][0x8e][0x81][0xb5][0xe][0xae][0xfd][0x9c][0xa0][0xeb]r[0xbc][[0xdc]$[0x8c][0x93][0xc4][0x8a]X[0xf6]$[0xbc][0xf0][0xeb]c,[0x80][0x12][0xd7]e[0x9][0xa9][0xa5]y[0x1c]]2[0xc7][0xfa][0xff][0xb]PK[0x7][0x8]s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0]META-INF/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Q[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesm[0xcc][0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10][0x0][0xd0]=_q[0xd0][0xfd]hbQ,tR[0x11][0xf7][0xfe][0xc0]5[0xb9][0xb6][0x91][0x9a][0x84]K"[0xf5][0xef][0xc5][0xdd][0xf9][0xc1]k[0xee][0x1c]X[0xa8][0xb0][0x83][0xe9][0x3]Q[0x16][0xa4]Dve[0x9c]y[0xf3];N5[0xb8][0x8d][0xd3]V[0x17][0x1f]T3[0xae][0x15][0xae]l[0xc1][0x9c]@[0x9f]{s[0xec];[\r][0x97][0xdb][0x8][0xa6][0xd5]F[0xbd]Y[0xb2][0x8f]a[0xd0]x[0xc0][0x16][0xb5]Z$[0xd6][0xf4]p[0xc3][0xef][0x8c])wOL[0xb4]c[0xf1][0xc9]+[0x92][0xe2]g[0xb2][0xe5][0xaf][0xe2]J/+[0x9c][0xb][0xda]([0xac][0xbe]PK[0x7][0x8]5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xml[0xbd]V]o[0xd3]0[0x14]}[0xef][0xaf]0[0x15]O[0x88][0xd8]-[0xdb][0x3]*Y[0x86][0x84][0x4][0x2]mZ[0xc5]6[0xc4][0xab][0x97][0xdc][0xa5][0x1e][0x89][0x1d][0xd9]N[0xdb][0x9][0xf5][0xbf]sc'[0x8d][0xdb][0xa6]L[0x3]i[0x91]"5[0xd7][0xe7][0x9e]{r[0xbf][0xd2][0xf8]|][0x16]d[0x9][0xda][0x8]%[0xcf][0xc6]S:[0x19][0x13][0x90][0xa9][0xca][0x84][0xcc][0xcf][0xc6][0xb7]7[0x9f][0xa3][0xf7][0xe3][0xf3]d[0x14]WZ=@j[0x9][0xa2][0xa5]9[0x1b]/[0xac][0xad]f[0x8c][0x95]|[0x9][0x92][0xf2][0x8a][0xa7][0xb][0xa0]J[0xe7]l~u[0xc9]N[0xe9][0xa4]aq[0xc8][0xd9][0xda][0x88]-z[0xb5]Z[0xd1][0xd5][0x89][0xc3][0xbd][0x9b]L[0xa6][0xec][0xe7][0xe5][0xc5]5:[0x96]<[0x12][0xd2]X.S@/#f[0xc6][0x19]/T[0xca][0xad][0x13][0xf5]d0r[0xc][0xb1]6[0x99]7F[0xe]G[0xf1]y[0x9c][0x8c]F[0x4][0xaf][0xb8]T[0x19][0x14]?[0xfc][0x8b]'[0xee]8f;[0xb6][0x16]Wq[\r][0xd2]&[0xee][0xc1][0x19]r[0xad][0xea][0xea]k[0x96]`[0x0][0xaa]*s[0xfa]@+[0xbe][0xa6]VT"f[0xdd]Y[0x8f][0xe6][0xda][0x8a]{[0x9e]Z46[0x90][0xa8][0xe4][0xc6][0x82][0x8e]Y`[0xef][0xc1]m[0x1d][0x92][0xa9][0x97][0xd3]=[0xf6][0x0][\r][0x5]&e[0x9]sn[0x17][0x9][0xa5]l[0x87]r[0xe7][0xd0][0x8b]g[0x9d][0xfa][0xd1][0xbe][0x98]C[0xf5]t[0xc1][0xcb]T[0x83][0xb1]4U[0x1a][0xe][0x15][0x6][0xea]NP[0xdf]tO[0x1f]&*[0xfd][0xc5]s[0xec][0x9b][0xe4][0xae][0x96]Y[0x1]M[0xf0][0xce][0xe2][0x11][0x92][0x97][0x90]\[0xcd][0xaf]O[0xbf][0x91]9_[0x93][0x1b][0xc]J"[0xf2][0xfa][0xb7][0x8b][0xae][0xb4][0xc8]i[0x1f]s[0x13]3[0x7][0xf7][0x9e][0x19][0x98]T[0x8b][0xaa][0xe9][0x87][0xe4]f![0xc][0xb9][0xba][0xfe]"[0x88][0x8f]CV[0x9a]W[0xe6][0x18]M[0x14][0xda][[0xc1][0x1b][0x1a][0xb3][0x90][0xb1][0xcd][0xce][0xab]("[0xdb]T[0x13][0x17][0xc6]`[0xcf]#[0x82][0x94][0xfc][0x11]CI4d[0x18][0x94]K[0xfb][0x16][0xa3]["[0xee][0xc9][0xa3][0xaa][0x9]v[\r]X [0x2][0xad][0xbe][0xdd][0xb0][0x14][0xc0][\r]DUQ[0xe3][0xfb][0x93][0x95]([0x8a][0x9e]9UeU#[0x9c]K"p[0xd4][0xb4]n[0x6][0xeb][0xf6][0xfb][0x5][0xf5][0x90](j_[0xda][0xa4]eP[0xfa]TI[0xe9][0xd5]$x0[0xcb][0x85]m[0xee][0x8f]x/[0xea];,Y9s[0xe5]d[0x3][0x85]EL[0xcc][0x2][0xff][0x9e]4[0x83]%[0x14][0xaa][0x2][0xfd][0xe9]?[0xd9][0x87][0x88][0xfa]0[0xb5].[0x92]g[0xd1]5[0xe][0xbd][0xbb][0xe5][0xf9][0x93][0xfd][0x1a]m[0xbb][0xb2]A[0xb7][0xdd][0xef]2[0xd8]v[0xa7]n[0xd4]Y[0x1]&$[0xde]vF8[0xd4][0x1d]o[0xcc][0xe][0xcf][0x87]|[0x83]A[0xe9]\#?B[0x83][0x98]![0x8a]`[0xb4]B[0xaf][0xc3][0x5][0xe0][0xcf]L.([0xac]+[0xa5][0x83][0xbd][0xd4]\[0xa1]z[0xfa][0xe6]C[0xb7][0xd6][0x91][0xb5]g`[0xc3][0x14]8[0xad]A[0x86][0xba][0xa9][0xab]@f[0xf8]9[0xd8][0xcd][0xda][0xd6][0xfc][0xb8][0x1b]}[0xbb][0x19][0xc3][0x91]km[0x9b][0x81][0xdd][0xb8][0xbf][0x92][0x8e].[0x82][0xa1][0xe4]9[0xe7].?C3>[0xb0]>[0x9d][0x8f]r3[0xcf][0x8b][0xc4][0xea][0x1a]K[0xb4]}[0xc]2[0xb4][0xff][0x82][0x81]%[0xc8][0xce]]-[0x8a][0xb0][0x9a]~[0xd6][0xcd]^8o[0xdd]5[0xee]$[0xab][0xa9]Y[0xfb][0xc9][0xf2][0xdf][0xaf][0x96][0xe7]H[0xc2][0xf6][0x93][0xe6][0xf7]M[0xaf][0xb8]]9I[0x1a][0x1b][0x92][0xf4]B:[0x8d][0xaa]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xa1][0xf1][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb1]~[0x96]6[0xff]5[0xf9][0x7]m[0x9d][0xc5]t[0xdd][0xd2]v[0xc6][0xc8][0xcd]T[0xf3][0xb7])[0x19][0xfd][0x1]PK[0x7][0x8][0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0]org/hamcrest/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/BaseDescription.class[0xb5]X[0xfb][[0x1c][0xd5][0x19]~[0x7][0x16]fX[0x6][0x16][0x96]$[0x84]Kn[0xc4][0x90]e6[0x80]hL[0xd1] [0x86][0xa0][0xd1]XLlARBR3,[0x3]l[0xba][0xec][0xe2][0xee]l[0x84]j[0xb5][0xb1]F[0xad][0xa9][0x97]^[0xd4][0xa2][0xb5][0x17]{[0xa1][0xad][0xbd]D[[0x97][0xc4][0xa8][0xf5][0xd2]Vkm[0xfb]<}[0xf2]S[0xff][0x86][0xfe][\r][0xb5][0xef]93[0xc];[0xb0][0xd9][0xa8]O[0xf2][0x3][0xe7][0x9c][0xf9][0xce]wy[0xbf][0xef]|[0xe7][0xfb][0xce][0xf2][0xe1][0xff]^[0xb]@[0x17][0xfe][0x15][0xc4]u[0xc8][0x4][0xb1][0x13]v%v [0xab][0xe1][0x84][0x8a]{[0xc5][0xf7][0xac][0x8a]915[0x8][0x15][0xf7][0x89][0xd5][0xfd]*[0xbe]&[0xe6][0x7]4<[0xa8][0xe2][0xeb][0x1a]N[0xaa]xH[0xc3]7[0x84][0x8a][0x87][0x83]8[0x85]G4<[0xaa][0xe1]1[\r][0xdf]T[0xf1]x[0x10][0xf5]8-[0xd8][0xbf][0x15]D[0x19][0x9e]P[0xf1][0xa4][0x8a][0xa7][0x82]h[0x16][0xd6]N[0xe1]i[0xb1][0xfa][0xb6][0x86][0xef][0x8][0xe1][0xef][0x6][0xf1]=<#([0xcf][0x6][0xf1][0x1c][0xbe]/[0xa4][0xe6]+[0xf1]<^P[0xf1][0x83] [0xb6][0xe3]EA[0xf9]a%~[0x84][0x1f][0x8b][0xe1]'*^[0x12][0x94][0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]?[0x13][0xc3][0xcf]5[0xfc]B[0xc3][0x82][0x86]_j[0xf8][0x95][0x8a]_[0xab]xY[0xc5]o[0x14][0x94][0xf7][0xc4][0x93]q[0xbb]WAi[0xa4]mXA[0xa0]?5n)[0x8][\r][0xc4][0x93][0xd6][0x81][0xec][0xf4][0x98][0x95][0x1e]2[0xc7][0x12][0xa4][0x84][0x7]R131l[0xa6][0xe3][0xe2][0xdb]%[0x6][0xec][0xa9]xF[0xc1][0xc6][0x81]Tz[0xb2]s[0xca][0x9c][0x8e][0xa5][0xad][0x8c][0xdd][0xb9][0xd7][0xcc]X7[[0x99]X:>c[0xc7]S[0xc9][0xdd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x82][0xe6][0xcc][0x8c][0x95][0x1c][0x1f][0xb2]fm[0x5][0x1d][0x91][0x81][0xe3][0xe6][0x9][0xb3]3a&';[0x7][0xed]t<9[0xb9][0xbb][0xcd][0xaf][0xc1]/[0x1d][0xb0][0xa5]\x[0xb5][0x98][0x82]:Gs[0x9e][0xc0][0xc1][0x9][0x5][0xd7]G[0xfc][0xfa][0x6][0xad][0xc4][0x84][0xc3]2vIke'[0xcc]D[0x96][0xbe]m([0xaa]BA[0xa5]cy[0xd8][0xe1][0xf6]9up[0xec][0xb8][0x15][0xb3][0x8b][0x9b][0x9][0xaf][0xe6]WP5[0xee][0xf7][0xa3][0xb5][0xa0][0xd6][0x2]aP[0x8]am[0xde][0xc6]-[0xb3]1k[0xc9]R([0xf][0xe8]@<[0xc3]HZ[0x5]N[0xe0][0x93]PF?[0xa5][0x8f]e[0x19][0xdb]L[0xd3]^E[0xc6][0x9a]1[0xd3][0xa6][0x9d]J3[0xcd][0x8][0x85]Y'[0x83][0xcc][0xd4][0xa9]+[0xa0]S[0xc1]:[0xb2][0xcd][0xcd]x[0x9]7:4[0xc4][0xfd][0x8a][0xc1][0xf8]d[0xd2][0xb4][0xb3]i[0x92][0x12]=C7[0xac][0xd6][0xd1][0xfb]Y][0xa4][0xfe][0xa2]>M|F[0xc5]y[0x94][0xfd][0xb6][0x95][0x16][0xee][0x14]7[0xb4][0xa6][0x90][0x84][0x82][0x86][0x2][0xe4][0x1e][0x82][0xee][0xe5][0xde][0xc9][0xcb][0x1a][0x8a][0x8b][0x1a][0xba][0x82][0xf1][0xc9][0xda][0xf1][0x84]c[0x8d][0xc9][0xf2][0x89][0xe2][0xe3][0x97][0xf0][0xe2][0xe3]#_[0xc9][0xf8][0x14]0T[0x14][0xb6][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9d][0x8b][0xb8][0xb3]P[0x8c][0xa3]E[0xb][0x8f][0xf0][0xe3][0x91][0xcb]x[0xa2][0x97][0xb2]V[0xd4][0x19]%[0xae]@s/7[0xaf][0xa2]r[0xd8]s[0xc9][0x1f][0x96]+[0xed][0xd2][0xa7][0xb3]V[0xd4][0xa5]r[0xe7]|XN[0xb][0xb5])vHe?[0x8b]X[0xc6]f)[0xb]D[0xfa][0x5]A[0xb7]S[0xb7][0x93]qp.i[0x9b][0xb3][0xec][0xb][0xd9][0xe4]D*=m[0xda][0xb6]E-%[0xb1])[0x8a][0xf4][0xf3][0xdc][0x7]S[0xd9]t[0xcc][0xda][0x17][0x17]el[0xcd][0x8a][0x16][0xd9]!,[0xe9][0xf8][0x1c][0xba]uL![0xae][0xe3][0xb7][0xf8][0x1d][0xf5]'[0xb3][0x89][0x84][0x82][0x9a][0x95]0tL[0x83][0x81][0xaf][[0xa6][0xf7]O[0xf1][0x4]b[0xf4]_[0x88]'t[0xfc][0x1e]g[0x4][0x13][0x85]Cy[0xc2]S[0xa9][0xb4][0xad]c?n'[0xac][0xc];~[0xf5][0xf2][0xde]@*9I[0xea]@[0xaf]Ob_"e2KK[0xf6][0xf5][0xea]x[0x5][0xaf][0xaa][0xf8][0x83][0x8e]?[0xe2]5:4J[0xea][0x8e][0xcd]\[0x1c]U[0xb0][0xd5][0x17][0xcd]x[0x92]0[0x92]f[0xa2][0xb3]/[0x9d]6[0xe7][0x96][0xce]D[0xf8][0x96][0xd3]q[0x7][0x8e][0xe8]X[0x14][0x0][0xf2][0xc0]{[0xbd]JA[0xfd]JW[0xf7]f[0xe3][0x89]q[0xe1][0xd6]Y[0x9c][0x13][0xbe][0xbd]N[0x93]{t[0x9c][0xc7][0x1b]*[0xde][0xd4][0xf1][0x16][0xfe][0xa4][0xe3]m[0x9c]S[0xf1][0x8e][0x8e]w[0xf1][0x9e][0xb0][0xf0]%[0x15][0xd6][0xf1][0x17][0xfc]UAWad[0xfe][0x84][0x90]}1[0x1f][0xe7][0xfb]:[0x8e][0xe1][0x88][0x8a][0xf]t[0xfc][\r][0xaf][0xe9][0xf8][0x10]W[0xd0]T$[0xa5]t[0xec]E[0xbf][0x8e][0x8f][0xf0][0x86][0x8e][0xe0][0x9f][0xc][0xcd][0x91][0x16]1$[0xc5][0x90][0x16][0x3][0x83][0xd8]\[0xec][0x89][0xe4];d[0xa7],)X[0xb1],e29[0xef][0x84]1k([0xc5][0x87]J[0xe4][0xe2][0xf9],[0xf2][0xb3]"[0xc6][0xec]p[0x9f])|[0xe4]1[0x17][0xb5]I[0xcb][0xee]O[0x98][0x19][0xd1]#[0xf9][0xef][0x9]I[0xdc][0xed][0xcb][0x1][0x97]O[0x8d]g[0xe4][0x81]J[0x15][0x87]W[0xdc][0x8e][0xa5][0xb7][0x0][0x8d][0xa9][0xb2][0xb1][0x8b][0xb7][0x8b]J#[0x7][0xcc]i[0x91][0xed][0x91][0x82]o[0x96][0xf6][0x82][0xef][0xc0][0x8b]d[0x0][0xf9][0xb5])33[0xe5]g"m[0x85][0x9b]U}[0xa4]`[0xdb][0x1b]^R[0xe9][0xa3]3[0xa4][0x8c][0xc0][0x1][0xf9][0x16][0xe]$[0xe5][0xe4][0x8f][0xac][0xf7]|*OX[0xc9]I[0x9b][0x85][0xa7]\[0x1c]}[0x9f][0xe0]g [0xfa][0x3][[0xf8][0x8b][0xe0]:([0xd8][0xc5][0x1f]6[0xd5][0x9c]Yo8^[0xcf][0xaf]N[0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe7]2c[0x11][0xca]+\[0x94][0xe0][0x6][0x8e][0xe5][0x92]X[0x8d][0xdd][0x1c]u[0x87][0x1]=[0xb8][0x91][0xb3][0x82]^[0xdc][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdf]D[0xee][0x12][0xce][0xaa][0x11][0xcd][0xa1][0xc4]8[0xe3][0x89][0x7]%9L[0xa1]:[0xa9]b[0x9d][0xc3][0xe6][0xaa][0x10][0xab]=[0xe8][0x93][0x96]y[0x81]\e}[0xae][0xb2][0x8a][0xa8]q[0xe][0xa5]%X[0xa5]n=[0xc5][0x1a][0xf2][0xd4]Ux[0xea]*p3n[0x91][0xea][0xf6][0xe1]VG[0x9d][0x92] [0xb7][0xe0][0xba][0x10]}[0x1f][0xba][0x11][0xe][0x10][0xe0][0x2]>[0x88][0xbe][0x83][0xb2]yT[0x1b][0xd1][0xb7]Q[0xb6][0x88][0xf2][0x5][0xe4]HQ[0xe7][0xb1][0xc1][0xa8]i[0xc9]A[0x13]t5[0x87][0x8a]E[0x4][0x1d][0xc2][0x2][0x9e]!C[0xe5]<[0x9a][0x8c][0x9a][0x1e][0xc1]`D[0x17][0xa1][0xb]g[0xc3]UR[0xe3][0x9]nW[0x17][0xda][0xe][0xc9][0xed]C[0xdc][0xae])[0xb4]]+[0xb7][0xbb][0x19][0xb7]p[0xe]u[0xf3]h0[0xc2]k[0xc2]k[0xc3][0xeb][0xce][0xa3]~[0x84]L[0xeb][0x17][0xd1]ph[0x1][0xeb]W[0xca][0xd5][0xf4][0x8a][0xcf][0xe5][0xc8][0x1c]G#[0xc7][0x8d][0x8]`[0x13][0xaa][0xb0][0x19]k[0xb0][0x85][0xab][0x16][0xb4]b+[0xb2]^[0xc5][0x83][0xde][0xc6]P[0xb7]2*[0xdb]Y!#[0x18]F[0x1b][0xee][0x86][0x81][0x9]D[0x91][0x10]?j[0xd1][0x8e][0x7][0xd0][0xc1]_[0x9d][0x9d]8[0x8d][0xab][0xf9][[0xb3][0xb]/[0xe2][0x1a],[0xe0]Z[0xbc][0xc9][0x94]y[0x8f])[0xf3][0x11][0xb5][0xfc][0x9b]1][0x8e][0xfc][0x5]/[0xf2][0x17][0x18][0xf9][0xdb][0x18][0xf1][0x12][0xd1]][0xdc][0x83][0x9c][0xe5]W)g#z[0x16][0x8d]g[0xee]8[0x8f][0xe6][0x91]Elp<[0xdd][0x98][0xc3][0xa6][0xf0]f[0xe][0xfc][0xdc]r[0x16][0xc][0xf1][0xa6][0x1c][0xb6][0x9e][0x91][0x19][0x16]`[0xba]4[0xb9]~UK[\r][0xbd][0xa4][0xec]a.[0xf6]I[0xdb][0x9b]I+[0xa7]O[0x9f][0xc7][0x80]Dax([0xc][0x17][0xc5]I[0xfa]x[0x80]{[0x2][0xc5]=[0x94]-[0xe3]\eDw[0xb4]7[0x4][0xce][0xe2][0xaa][0x1c][0xb6][0x89][0xc0][0x95][0xe6]%[0xf8][0xad]R[0xf1]N[0x87][0xd1]SW[0x85][0x83]2;[0xc5][0xea]N[0x99][0x97]b[0xf5][0x5][0xae]J[0xe5][0xea][0x8b][0x18]$[0xd8]![0xef]j[0x8][0xca]][0xa4][0xc][0xcb]c9D[0x1a][0x9b][0x91][0xb]#[0xe3][0xc2][0x8]90[0xce][0xa1]Ua[0x1f]lX[0x9]d [0xf]H[0xc8][0x3][0x12][0xf2][0x80][0x84]< ![0xf]H[0x88]fG|@[0x4][0xe5][0xb0][0x7]d[0x94][0xec][0xbb].[0x90],[0xef][0x83][0xd0]^+[0x80][0x9c][0xc7][0xf6][0x91][0x86][0xc0]""[0x8b]h[[0x9][0xe5][0xce]<([0xb5][0x1e][0x94]Z[0xf]J[0xad][0x7][0xa5][0xd6][0x83]RK[0xc3]G}P[0x4][0xe5][0xcb][0x1e][0x94][0xbb]I;v[0x89][0x98][0xac][0x2]r[0xd7]e[0x8b][0x89][0xe9][0x1][0x19][0xe3][0xdf]1/&[0xef]r.[0xe7][0xdc]][0xba][0xab]L[0x96]0[0x1][0xc6]P0[0x8f][0x96][0xb5],[0x13][0x9a][0xb1]C[0xdc]9A[0x8c]*|m[0xf0][0xab][0xfd]P`W[0xd9][0xc2][0xc7][0xff]1[0xda][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9e][0x83][0xb8][0x5][0x1a][0xc7][0x11]~[0x8d]ru[0x84][0xa5][0xef]([0x9a][0x19][0x80](][0xef][0xa2][0xfd]][0x88]Ioz[0x1d]{[0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x9e]7[0xdd][0x94][0x12]a-[0xe5]M[0x1c][0x87][0xc5]H,[0xfb]%[0xf6]&<[0xbf]&[0xb9][0xe2][0xfb][0xd1][0xbd][0x81][0xe3][0x94][0x10][0xf2][0x8d][0xa5]76[0xd3][0xad][0x8e][0x97][0x10]6[0xa2][0xcd]9t[0xb2]x<\[0xa2],|[0xfc][0xdf][0xe5]J[0x1f][0xa6]$X[0xb][0x82]|6[0xd6]qn@[0xca][0xbb]m%[0xa8][0xa7][0x95][0xe3][0x12]U[0xa3][0x87][0xb9][0x11]_[0x11][0x98][0x3][0xc2]bB[0xea][0x99][0xf6],[0xcf][0xba][0x96][[0x9d][0xf2][0xb9][0xd2]>[0xeb][0xaa]c[0xdf][0xd9]^F[0xd1]([0xe3]r/[0xc7]Y[0xd4]`[0x8e](fY[0xc7][0xee]c[0xf5][0xba][0xdf]C[0xa3][0xe5][0xa1]i[0xf5][0xd0][0xb4]")#(P$\[0x14][0xaf][0xba][0xad]d[0xb8][0xe9]e[0xc9]sPV[0x17][0xd1]'[0xc0][0xe]![0xfa][0x89][0xc8]+qq![0xb5][0xb4][0xf0]/j[0x84][0xaf][0x96]5y[0xab][0x11][0xee][0x92][0x8b]F#|[0x8d]\[0xd4][0x1a][0xe1]k[0xe5]B3[0x9a]|[0xa8];P[0xc9][0xf1]A[0xd6][0xd1][0x93][0xac][0x99][0xf][0x89][0xff][0xf5][0x11][0xed])[0x9e][0xf2][0xa3][0xac]H[0x8f][0xb1][0xbc]<[0xce][0x1b]x[0x9a]'[0xfb][0x4][0xb3][0xf9][0xa9][0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << ":[0xec][0xe1][0x1f]f[0xbc]gd[0xef][0xba]G[0xea]M[0xff][0x1f]PK[0x7][0x8][0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/BaseMatcher.class[0x8d]S]s[0xd2]@[0x14]=[0xb][0xb4][0xb4][0x1][0x85][0xd2]Zi[0xad][0xfd][0xf0][0x13][0xda][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "V[0xc7][0x17][0xc1][0xce][0xd4]v|[0xa2]uF[0x18]|[0xcc],[0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb]![0x9][0x93],~[0xfc]+}[0xd2][0xfa][0xe0][0xf][0xf0]G9[0xde]|8[0x4]b[0xab][0xcc]p[0xef]f[0xf7][0x9e]s[0xcf][0x9e][0x9b][0xfc][0xfc][0xf5][0xfd][0x7][0x80][0x3]<[0xd5][0x90][0xc5][0x9d][0x5][0xdc][0xcd][0xe1][0x1e][0xee][0xfb][0xe1][0x81][0x86][0x87][0xa8]dQ[0xcd]b7[0x8b]=[0x86][0xf9][0xa6][0xb4][0xa5]:dHW[0xaa]][0x86][0xcc][0xb1]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86]BK[0xda][0xe2]ll[0xf5][0x84][0xdb][0xe1][0xbd]![0xed][0x94]Z[0x8e][0xc1][0x87]][0xee]J[0xff]9[0xda][0xcc][0xa8][0x81][0xf4][0x18][0xd6][[0x8e][0xdb][0xaf][0xf][0xb8]e[0xb8][0xc2]S[0xf5][0x97][0xdc][0x13][0xa7]\[0x19][0x3][0xe1]6[0x18]V[0xa7][0x81][0x9f]F[0xc0][[0x97][0xa2][0x9a][0x9d]N[0xe3][0x90][0xa0][0xcf]t[0xd3][0xb1][0x95].[0xad][0xd1]PX[0x82]V[0xd1][0xb9][0xae][0xeb][0xd2][0xf6][0x94][0xe0][0xa6].>*a[0x9b]z[0xc][0xac]3h'b[0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]+a2[0xac][0xbd][0x19][0xdb]JZ[0xa2]+=I}[0x8f]l[0xdb]Q\I[0xc7][0xf6]|m[0xe7][0xfc]=[0xaf][0xf][0xb9][0xdd][0xaf]O0[0xd4][0xb9]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcf]peO[0x9c]J[0xcf][0xf2]y[0x19][0xea][0x95]X[0xf1][0xeb][0xde][0xb9]0Tc[0xfa][0x6]'[0x1]f[0xe4]s7[0x2]/[0xa5][0x12][0x96][0xef]\[0x2][0xc7][0x90]3'[0xc5][0x9][0x3][0xe3]D[0xc][0xb][0xca]i+W[0xda]}[0x86][0x95]J5F[0x16][0xee]R[0xc5]b[[0xf6]m[0xae][0xc6].[0xb9]z[0xdc][0xec][0xd8][0xd4]p[0x8d]b>,[0xc0]u[0x14]([0x17][0xa7]v[0x96](/[0xa1]D[0x95][0xe9][0x80][0xee][0x5][0xfd][0xfd][0xb3][0x4][0xd5]r[0x8c][0x8a]%[0xa8]XD[0xb5][0xc][0xff][0xb7][0x12][0xa1]n[0x4]'[0xab][0xb8][0x19]i5[0x91]"N[0xc2][0xed][0x97]R[0x17]H[0xa7][0xb0]w[0x81]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o'[0xbd]4[0xaa][0x0][0xd5][0x17]P[0xe][0xfa]m[0x87][0xf5]Q?U[0xc6]Z[0xd0][0xb1][0x88]u[0xdc][0xa2][0xea][0x89][0x86]b[0xa4][0x81][0xd1];v;[0xe1][0xce]7[0xcc]}[0x9e][0xb9][0xd2][0xc6][0xb9][0x93][0xc2]f[0x10][0xb7]H[0x8c][0x9f]w~[0x3]PK[0x7][0x8][0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/Condition$1.classm[0x8c]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc2]0[0x10]E[0xff]h[0xb5]Z[0x8b]v%.][0xb8]6[0xf4][0xc]E[0xc1][0x85][0xb8][0xf0][0x4]1[\r]mJL [0x89][0x1e][0xce][0x85][0x7][0xf0]Pb[0x8a][0xe0][0xca]?[0xcc][0x1f]>[0xcc][0xfb][0xaf][0xf7][0xe3][0x9][0xa0]D[0x9e]"M[0x91][0x11][0xb2][0xb3][0xbd]9![0xf7]JK[0xc2][0xbc][0xb2][0xa6]VAY[0xb3][0xed][0xf8][0x9d][0x13][0x16];#[0xb4][0xf5][0xca]4G[0x19]Z[[0xa7][0x98][0x11]V[0xd6]5[0xac][0xe5]W[0xe1][0xa4][0xf][0xec][0x87]lJ[0x2][0x8][0xf9][0xc1][0x18][0xe9]*[0xcd][0xbd][0x97][0x9e]P[0xf4]ELs[0xd3][0xb0][0xd3][0xa5][0x93]"[0x10][0x96][0xff][0xf9]b[0x1d][0xe9][0x1][0xbe][0x1a][0xc6]AL[0x9]F[0xf1]&[0x18]G[0x9f][0xc6][0xcd][0xe2][0xf][0xf5][0xa9][0x98]|[0x0]PK[0x7][0x8][0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/Condition$Matched.class[0x95]U[0xdb]R[0xd3]P[0x14]][0xa7])[0xa4][0x94]J[0xb]*"x[0xc1][0xb]X[0xd2]j[0xc1][0xbb][0xb4][0xe2][0x5]EQ[0xc0][0x7]*[0xce][0xe8][0x83][0x13][0xda]L[0x89][0xd3][0xa6][0x9d]48[0xfa][0x1f][0xbe][0xf8][0xf]>[0xe8][0x8c][0x8e][0x83][0xf]~[0x80][0x1f][0xe5][0xb8][0xce]I[0x89][0x14][0x92]:[0xbe][0x9c][0xb3][0xf7][0xd9][0x97][0xb5][0xce][0xde][0xfb]$[0xbf]~[0xff][0xf8][0x9]`[0xe][0xcf][0x92][0x18][0xc0][0x8d]$[0x92][0xb8]9@[0xe9][0x96]\[0xe6][0x7]QDi[0x10][0xb7][0xb1] [0xa5];[0x83][0x98][0xc6]][0x1d][0xf7]t[0xdc][0x17]Hx[[0xd6][0x86]Y[0xdf][0xb6][0x4]FV[0xde][0x98]o[0xcd]B[0xdd]tj[0x85]g[0x9b]o[0xac][0x8a]W[0x14][0x18]X[0xb7]k[0x8e][0xe9]m[0xbb]t[0xd0][0xca]e[0x9e]$[0x1a]v[0xbb]az[0x95]-[0x81][0xf1][0x95][0xa6][+l[0x99][0x8d][0x8a]k[0xb5][0xbd][0xc2][0x3][0xab]]q[0xed][0x96]g7[0x1d][0xfa][0xf5][0x97]l[0xc7][0xf6][0x16][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd9][0x83][0x89][0xa3][0x3]g6[0x4][0xe2][0x8b][0xcd]*[0xf1][0xd2]+[0xb6]c[0xad]m76-[0xb7]ln[0xd6][0x15][0xc5]f[0xc5][0xac]o[0x98][0xae]-[0xf5][0xce]a[0xdc][0xdb][0xb2][0xdb][0x2][0xfa][0xaa]$eU[0x5]R[0xcb][0x8e]c[0xb9][0x8b]u[0xb3][0xdd][0xb6]h[0x98][0xec][0x6][l:U[B[0x9d][0xef][0x4][0x90][0xeb]hw[0xde][0xf7][0xad][0xdd][0xdc]S[0xff][0x88]-[0xb1]$[0xb]L0[0x99][0xa5][0xd0][0xfb]R[0x9]U4[0xdb][0xa9][0x9][0xe4][0xb2][0xdd][0xae]~2[0xb7][0xb8][0xa7]N[0xeb][0x9e]K[0xd7][0xe2][0xcc]K^[0xac][0xe1][0x9b][0x15][0xcd][0xb0]0[0xe9]b[0xb5][0xdb]fm_[0x13];9[0x4]&B[0xe3]v[0xb9][0xcf][0x86][0xb3][0xf1][0xcd][0xe1][0x94]4[0xd3][0xa9][0xea]Xd[0xed][0xd7]=[0xab]%p#[0x1b]U'i/[0xce]DX[0x9][0x1e]w[0xac]w[0x9e][0xc0][0xc9][0x9e][0xf1][0x2][0xd3][0xbd][0xec][0xa5][0x8b][0xa4]Z~[0xae].[0xf3][0xaa][0xf4]|[0xfe][0xe0][0xb8]-[0xf4][0xe4][0xf7]7>[0x8a]hIYu<[0x10][0x80][0xc0][0xf2][\r]t[0x14][0xf2][0x9c][0x9a][0x8a][0xd8][0xbb]Y[0xb9][0xcc][0xc9][0xe5][0xf2][0x81][0x17][0xb5][0xd7][[0xe0]J[0xa9][0x1c]v[0xb7]H[0xce]~{[0x93][0xeb][0xcd]m[0xb7]b-[0xd9]r[0x9e][0x87][0x2][0xf3]%[0x99]([0x85]a[0x8c][0xc8][0xe5]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83]H[0xa5][0x90]FF[0xc7]R[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x8f][0xf0]X[0xc7]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "O[0xf0]4[0x85][0x15][0xe9][0xb3][0x8a]5[0x81]S[0xbd]_[0x3]'4[0xdc][0x81]#[0xd8][0xa3][0xfe][0x2]cQ[0xb7][0xe6]dD[0xb6][0xce]/[0xe0][0x91][0xb0][0xd9][\r][0x1e][\r][0x9f][0xff][0xd1][0x90]n[0xc9][0x19][0x1e][0x8b][0xea][0x18]Kf[0xb6]Z[0x96]S-[0xab][0xd1][0xbc][0x94][\r]y[0x3][0xbd]>|[0x99][0xaa]R7[0xad][0xd5][0xe0]C[0xd9][0xc7][0x84][0xf5][0xf7][0x2]K[0xff][0xf7])[0x8c]z6[0x98][0xe5]g=[0xc9][0xf]~[0xc]#[0xb2]o[0x9c][0xc9]CJ[0x1b][0xa2][0xce][0x16]R[0x8e]Sco[0xb9][0x1e][0xa6][0xf6][0x96][0xbb][0xc6]=c[0x88][0xef][0x88][0x19][0xb9]o[0xd0][0x8c][0xfc]7[0xc4][0xbf][0xf0]L[0xc3][0x11][0xae]#[0x8c][0x0]f[0xd0][0x7][0x83][0x99]s[0xcc][0x92][0xc7]Q[0x9e]L[0xfa]q[0x18][0xc5]q@I>[0x9e][0x94]$R[0xc][0xe3][0x94]G[0xb9][0xfb]^[0x13][0x81][0xd7]P[0xc0][0xea][0x4][0xa5][0x93]8[0xd5][0xe1][0xf2][0x81][0x19]eN#g|[0x85][0xb6][0x83][0xbe][0x18]>[0xa2]/[0xfe][0x89]Z<[0xbf][0x83][0xfe][0x18]^([0x8b][0xd4]w[0xa0][0xd3][0xf9]S[0xc0]r[0x94][0xfc][0xc0][0xdb][0x1f][0xe2][0xaf].[0x8d]+[0xc4][0xbe][0x8a],[0xae][0xed]aj[0x4]L[\r][0x9c][0xe6][0x99]P[0xd2][0x19][0x9c][0xed]bj[0x4]L[0xa5][0xd7][0xb9][0x80][0xe9]yJS[0xcc][0xe8]3}[0xcd][0x8c][0xd2];[0xbd][0x87]OB[0xc3][0xe7][0x80]N[0xbf]J?[0xaf][0xe0][0xfd][0xc4][0xe9][0x0]>[0xcd]b[0x1a][0xb4][0x8f]w[0xd9]&[0x2][.[0x0][0xcd][0xb3]_[0xc3](P[0x97][0xa0]&s[0xcb]V[0xe8]F.[0xff][0x1d][0xe2][0xcb]>[0xb0])[0x5]f[0xf8].[0x1][0x98][0xce][0x9a][0xf8]][0xd1]Y[0x99][0x8c][0x82][0xd3]q[0x99][0x15][0xd2][0x14][0x81]][0x9b]O@[0xeb][0x0]_e[0xe5][0xe4]~[0x1d]c[0xdc][0xc7]y.[0xa7][0xea][0x18][0xa5]i[0xee][0x17][0xfa][0x7]pQNY&[0xf1][0x7]PK[0x7][0x8][0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/hamcrest/Condition$NotMatched.class[0x85]SAs[0xd2]@[0x14][0xfe][0x96]$[0x4][0x10][0xb]V[0xad][0x95]Zm[0x15]+P[[0xa8]=8c[0x18][0x9c]ig[0x9c]q[0xa4][0xf5]@[0xda][0x83]zY [0x3][0xe9]@[0xc2][0x84][0xe0][0xe8][0xf2][0xa0][0xa7]:[0x1e][0xfc][0x1][0xfe]([0xc7][0xb7][0x9b][0x94][0x16]Lh[0xe][0xfb][0xde][0xdb][0xf7][0xde][0xf7]}[0xfb]v[0xf3][0xe7][0xef][0xaf][0xdf][0x0][0xf6][0xb0][0x9f][0x81][0x8a]J[0x6][0x1a][0xb6][0x85][0xf7]\[0xc7][0x8e][0x8e]][0x86]d[0xdd]vl[0xbf][0xc1][0xa0][0x94][0xca][0xa7][0xc][0xea][0xa1][0xdb][0xb5][0x18]rM[0xdb][0xb1][0x8e]'[0xc3][0xb6][0xe5][0x99][0xbc]=[0xa0][0x9d][0xe5][0xa6][0xdb][0xe1][0x83]S[0xee][0xd9]"[0xe]7U[0xbf]o[0x8f][0x19]2[0xc7][0xae][0xc4][0xfd]N[0xdf][0xea]2d[0xdf]:[0x8e][0xe5][0x1d][0xe][0xf8]xlQ[0xee]I[0xd3][0xf5]z[0xd5]>[0x1f]v[0xb3]:[0xbe][0xd1]X([0xf1][0xb2]?Nk]fu[0xd4][0x18]@bc[0xd1][0xf6][0xc][0xf1]b[0x13]_[0xa8][0xae][0x10]_[0xc3][0xb0]_7[0xa3]T[0xc6][0xb2][0x7][0xf7][0x96]i[0xb9][0x13][0xaf]c[0xbd][0xb1][0xc5]3\[0x9a][0xa6]w[0x5]P[0x16]I[0xe8]b)f[0xe9][0xd7]z[0xc1][0xb0]y[0xed]+[0xa5][0xe7][0x15]]C[0xef]g" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 48078 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << etag: "{SHA1{938d9a0860835a9a4354675c1e0ddc185ea7cff6}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc1][0xb4][0x18]V[0xe3]NF[0x12][0x9d]+[0xf0][0x85]R[0xec][0xdd][0xa3]F[0xbc][0x6][0xf1][0xa9]H[0x8][0xed]4[0xd7][0x14]E[0x7][0x14][0xd1][0x90][0x91][0xac][0xb0]s$~[0x90][0xa7] -b[0xb9][0xdb]@[0x86][0xd6]lP[0x81][0x1b]X"[0x9b][0x9b][0xd9][0xc9]C[0xdc][0xd0]-,[0x13][0x8e][0xc0][0xfb]D[0x91]B6[0xa1]|[0x9b][0xc3]z-[0xb1]6[0x82]l[0x88]%[0xbc][0xdb][0xb8]#[0xf3][0x9][0xdc][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0x2]_[0xd8][0xa0]*?[0xad][0xba]GU[0xab][0xd2][0xbf]O^[0x1][0xeb]![0xa3]I[0x91][0xa8]VB[0xf9]>[0xc7]y 9[0x3]4u[0xca][0xa9][0xe2]![0x1e]Q>7[0x93][0xcb]Os[0x1b]S[0xa6][0xcd][0xbc]@*[0x86][0xb3]z[0x17]2i[0x95]s[0xb0][0xe8]Q[0x5]p[0xda][0x94]J[0xc3]Sl[0x85]T[0xc1][0xd0][0xb4][0x90]J[0x9])[0x9e][0xa1]$m[0x19]7[0xc9][0x16]h_\T[0x96][0xbc]5[0xb2][0xf][0x92]i<[0x16][0x17][0x97]O[0xfd][0x3]PK[0x7][0x8]'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/Condition$Step.class[0x9d]N1n[0xc2]@[0x10][0x9c][0x5]cc[0x7][0x8]U[0x9a][0xb4][0x14][0xa4][0xc1]J[0x1b][4 $KH.[0xcc][0x7].[0xe6][0xe4][0x1c]2g[0xeb][0xee][0x88][0x94][0xaf][0xa5][0xe0][0x1]yT[0xc4][0x19][0xa4]H[0x80][0xab]l3;[0xb3][0xbb]3[0xfb][0xf3][0xfb]}[0x4][0xf0][0x8a][0xb1][0x87][0x7][0xf]#B[0x8f][0xd5]u[0xf9]EXM[0xd7];[0xf6][0xc9][0xc2][0x92][0xc9]"L[0xdf]w<7[0xd1][0xba]RE[0xf8][0xc1][0xf6][0xb9][0xe2][0xda][0x84]K[0xae]s%j#*[0x19][0xbd]\[0x8f][0x16][0x95][0xdc][0x8a][0xf3][0x80][0xe0]g[0xa2][0x90][0xcc][0x1c][0x14]'[0xc4][0xd3]M[0xf2][0xf][0x97]x[0x93]Fsk[0x15][0xc7][0xc9][0xdb][0xfd]Wi[0x8b]6[0xbf][0x97][0x8]AV[0x1d]T[0xce]W[0xa2][0xb4][0xaf][0x8c][0xfe][0xdc]g[0xcd][0xaa][0x87]G[0xc2]s{[0xfc]$3[0xbc]&8[0x17][0x18]$Rr[0xb5]([0x99][0xd6]\[0x13][0xc6][0xb7]A[0x84][0xa7]v[0x1b][0x97]@[0xe8][0xa0])r[0x8]]8[0x96][0xf7],[0xeb][0xc0][0xb5][0xec][0xd2]y[0xe8][0x9f][0xd1][0xc7][0xd0]b[0x80][0xe6]&[0xc0][0xc0][0xf5]OPK[0x7][0x8]-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]org/hamcrest/Condition.class[0x95]V[S[0xd3]P[0x10][0xfe]Ni[0x93]^"7[0x11][0xb9][0xdf][0xc5][0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x5][0x15]Q[0x1a]Q( H[0x81]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "#[0xfa][0xe0][0x84][0x92][0x81]0m[0xda]I[0x83][0xa3][0xff][0xc9][0x7][0xd0][0x19][0x98][0x91][0x19][0x80]?[0xca]qO[0x12]B[[0x9a]"}[0xc8][0x9e][0xcb][0xee]~[0xbb][0xdf][0xee]9[0xa7][0xfe][0xfe][0xfa][\r]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b]aD[0xb0][0x10][0x86][0x84][0x85] [0x1a][0xf9]$[0xc5]?[0x8b]![0xfa],[0x89]X[0xe]C[0xc4][0x1b][0x11]+a[0x84][0xb0]*[0xe2][0xad][0x88]5[0x11]i[0x6]0H[0xab][0xba][0xae][0x1a][0xa9][0x9c]R*[0xa9]%[0x86][0xf0]F[0xc1]\W[0xcc][0xec][0xa1][0xba][0xcf] :#[0x11][0xeb][0xc][0xfe]-S-2D663[0x9f][0xd7][0xe7]3[0xa9][0x95][0xa5]E[0x86][0xe1]t[0xc1]8H[0x1c]*[0xf9][0xac][0xa1][0x96][0xcc]D[0xaa][0xa0][0xef]k[0xa6]V[0xd0]G[0xae][0xdc]$[0x19]B[[0xda][0x81][0xae][0x98][0xc7][0x86][0xca]0s[0xb3][0x85][0x9c]>R[0xbe]([0x89][0x9c][0xa2][0x1f]$6[0xf7][0x8e][0xd4][0xac][0x99][0x9c]#/[0x82][0xac][0xe9][0x9a]9[0xc7][0xd0][0x10][0x1d][0xdb][0xa1]xR[0x85]}[0xf2][0xd7][0x94][0xd6]tu[0xe3]8[0xbf][0xa7][0x1a][0x19]e/G+[0xad][0xe9]BV[0xc9][0xed]([0x86][0xc6][0xe7][0xce][0xa2][0xdf]<[0xd4]([0xbd][0xe][0xf]tr[0xdf]^i[0xf6][0xad]xi[0xda][0xeb]a#g2V\[0xc1]<[0xf][[0xd3][0xf][0x18][0xe2][0xd1]J];!#Y[0x96][0xd0][0x96]i[0x90]jr[0xec]#[0xc3]dmm[0xdb]om[0x93][0x6]E[0xa7][0xba][0xcc]D[0xbd]H[0xe4]5J[0x8e]y'[0xf9]I[0xde][0x9e][0xad][0xc1]n][0xf2]8[0x5][0x94][0xd9][0xa6][0x98][0xbc][0x1c][0xcb][0xd6].C[0xa7]G[0xfa]<[0xf2][0x80][0xc5][0x92]Es-[0x15][0x86][0xee]:d0[0xf4][0xd5][0xe3][0x8a][0xfb][0xa7][0x2][0xab]:[0xb5]l^)[0x16][0xad]Zx[0x95][0xcd][0xe6][0x88]a[0xf4][0xff]r[0xa6]#[0xa1][0x97][0x1d][0x89][0xae]h[0x1d]v[0xa7][0xe5]LMv[0xbd]y[0xb3][0x93][0x13][0xf3][0x97][0xee][0x97][0xa3][0xd7][0xed]+[0x8d][0x17][0xd5]R[0xd6][0xd0][0x8a][0x16]b[0x9d]P[0x82]D[0xc7][0x8e][0x92];[0xb6][0xce][0xc3]5[0x97][0xbc]i[0xb5][0x92]S[0x91].o[0x0]j8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x91][0xe1][0xbd]Gb[0xb4]y[0xfb][0xe8].[0xb3][0xee][0xf5][0xec][0xba][0xa9]$?[0xe0][0xbe][0xaf][0x93][0xd7][0x82]+[0xd7][0xa1]$[0xe4]l[0xce][0xb9][0x13][0xa2][0xb5]#[0xac][0x95]zx[0xab]pld[0xd5]e[0x8d][0x1f][0xee]F[0xd7][0xe3][0x4]W[0x95][0xd0][0x81]N[0x9][0x83][0x18][0x92]0[0x82][0x7][0x12][0xda]p[0x8f][0x9a][0xcf]#[0x6][0xa7]+[0xb8][0xd1][0x6][0xc3][0xe0][0x8d][0x17][0x1b]W[0xe4]7MmE[0x86][0xe6][0xea]h[0xe9][0xc2][0xf2]J[0x9f][0xe]L[0x9d][0xfe]eX[0xbd]U'[0xd5][0xab][0x84][0x90]^[0x11][0x9][0xfc][0xb1][0xe8][0xe4]|[0x90]l[0xa7][0x99][0xf][0xf7][0xe9]5[0xf1]q[0xc2]h[0xa5][0x8b]V[0xe6]I[0xd2][0x9b][0x82]@[0xec][0x1c][0xbe]S[0x1a]4[0xa0][0x9b][0xbe][0x82][0xb5][0xd8][0x86][0x1e][0xfa]J[0xb6][0x2]z[0xd1]G[0xb2][0xbf]be[0x0][0xf0]3N[0xbd][0xb]0Ls[0xaa][0x82];[0x1f]E[0xb][0xed]?[0xa4][0x11][0x87][0xfb]@[0xfe]}$[0x83][0xb1]xk[0xc3][0x19][0xfc][0xdf][0xab][0x10];-[0xc4]v[[0xc7]A[0xe4][0xa3]([0xc6]h[0xbf][0xbf]bo[0xc0][0xdd][0x8b][0xb9]hqB{D[0xe8]6[0xda][0xe]I[0xae]-[0xc4][0xe2]g[0x8][0x9c]Tau[0x95]a[0x9].[0x96][0x80]qLT`[0x9].[0x16][0xdf]K[0x94]e[0x16][0xc2]$=[0xe4]6V[0x8f][0xe5][0x93][0xe8][0xf8][0x1][0xe1][0xc4]"[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xcf][0xb1]xL[0x16]O[0xf0][0xd4][0xb1]xG[0xc]r[0xff][0x91][0xb][0x88][0xbb][0xb1]8;G[0xb0]:[0xc4][0xa1][0xb2][0x10]#[0x98][0xc6]3[0xb]"[0x82][0x19][0x4][0x0][0xa7][0xc1]a[0x5]V[0xc2]G[0x14]8[0x8][0xf7][0x92][0xf8]([0x89][0x8f][0x91][0xf8]8[0x89][0xfb]H[0xdc]O[0xe2][0x1][0x5][0xc6][0xe1][0x13]$[0x1e]$[0xf1]I[0x12][0x9f]"[0xf1]i[0x12][0xf][0x91]xX[0x81]G[0xe0]Q[0x12][0x8f])[0xf0][0x19]x\[0x81][0xcf][0xc2][0xe7][0x14][0xf8]<|[0x81][0xc4][0x17]I[0x89][0xa7][0x15][0xf8][0x1][0x1c]"[0xf1]C[0x12]?"[0xf1]c[0x5]~[0x2]?%[0xf1]3[0x5]~[0xe][0xbf]P[0xe0][0x97][0xf0]+[0x5][0x9e][0x81]_[0xcb][0xf0][0x1b][0x19][0x9e][0x95][0xa0]*f[0xa6]M[0xbb]E[0x82][0xca][0xba][0xfa]n[0x9]"m[0x99]~C[0x82][0xe3][0xda][0xcd][0xb4][0xd1][0x91][0x1b][0xee]3[0xb2][0x9d]z_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xef][0xcc]k[0xcf]$[0xf5]T[0xb7][0x9e]5[0xe9][0xb7]{3b[0xf][0x99][0x96][0x4][0x8b][0xdb]3[0xd9][0xc1][0xa6]!}8[0x99]5,[0xbb][0xa9]-[0x93]5[0xd6][0xeb]vr[0xc8][0xc8]Z[0xcd][0x12]D[0xf5]Tj[0xc3][0x80][0x4]+[0xea][0xda]7[0xeb][0xdb][0xf4][0xa6][0x94][0x9e][0x1e]l[0x8a][0xdb]F[0x96]0[0x9a][0xeb][0xfd][0xb6][0xae][0x1d][0x9a]U[0xf][0xbb][0x10][0x12][0xcc][0x17][0x19]J[0xb0][0xc0]Oitd[0x82][0xd6]j[0x81]~L[0xe8]'[0xb6][0xb2][0xb3][0xb3][0xb9][0x5][0xff]KP[0x93]0[0x7][0xd3][0xba][0x9d][0xcb]"[0x80][0x11][0xeb]<[0xab][0x0]cC[0xdf]f#i7[0xb7][0x88][0x2][0x98][0x4]W[0x1c]^[0x8c][0xcd]J[0xd0]T[0xd7]+[0xe]?0+[0xb][0x3][0xc]$X*[0x9e]q[0x99]H[0xb0]1 [0xa6][0x92]f[0xa5][0xe9][0xaf][0xad][0x13][0x93][0x9][0x19]St[0xc0][0xcc]Z6[O[0xb1]B[0x95]e$3[0xe9]~[0x9][0x96][0x94][0xe]qK[0xd0][0xb2][0x95][0xb0]*?[0xfa][0x8b]BE[0x1f]6'[0xd8]YY[0x8c][0xf8][0xda][0x19][0xe][0xa9][0xfc]pGf [0xdc][0x90]I[0xa8][0x1a][0xc8][0xe4][0xb2][0xf6][0x90][0x4][0xfb]g1[0xb][0xe5]g[0xe8][0x9a]#[0x96][0xa1][0xf0][\r]5@i{[0xf8](I[[0xf9])[0xdd]=[0xcb])[\r][0x9b]h[0xcb][0xdc]N[0x89]~[0xfa][0xff] [0xd1][0xe5]/BTO[0x8f][0xd2][0x3][0xbc]i*[0xf][0xf0]$>[0xfc][0x9b]Z[0xc9][0x0]-[0x87][0x8e][0xd4]s4[0xef]e[0x82][0xe4][0xa6][0x99][0xdf][0x8d]}[0xa1],.[0x99][0xa2][0x9d][0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`&[0xd7][0xaa]8[0x13][0xd6]lm[0xd4][0xbe][0xfc][0x1c][0x98][0xbd][0xc]L+;;[0xff][0xb7][0x9b][0xb4]/g[0x8f][0x1e][0x1d]9[0x9b]V>o;[0x1a]wh_[0x96][0xf][0x1d][0xfd]Y[0x9e][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0x9b][0xce])[0xdc][0x97][0xa9][0xe1][0x99][0xcd][0xd4][0xa4][0xcc]WO[0xf1][0xf5][0xc7]G21[0x3][0xef]1[0xc5]T"}[0x19]{H[0x86][0xdf]Jpb[f[0xb8][0xcf]L[0xd3]3[0xe9]\[0xbc][0xe7][0xe2]H[0xa0][0xc6][0xd3]i#[0xdb][0x96][0xd2]-[0xcb][0xc0]w[0xd2]D@[0xd6]E[0x9e][0xf2][0x88][0xae][0xd6][0xa9]B[0x1f]HC[0x1e][0x9e]pwRP8[0xed][0xe7]'[0x18][0xe3]Kb8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "u[0xea]p,[0xa7]A0[0xe6]9[0xaf]2L[0x1b]o[0xc8][0xf0];|%[0xcd][0xeb]j[0xec][0xae][0x97][0xb2][0xae][0x19][0xca][0x91][0xf][0x16][0xbd]_6K[0xa1][0xfb][0xfc][0xe6][0x83][0x9f][0xd3]oX[0xc9][0xac][0xd9]g[0xf4][0xb7]:[0x85][0x90]'[0x92][0xb0][0xb3]fz0[0xa0][0xf5]z[0x8b][0x19][0x7][0x9e],][0x1f]#[0xb6][0x99]I[0xd3][0xc7][0x97]"[0x17][0xb8][0x6][0xdb][0xf4]T[0x8e]J[0xf1][0x4][0x1]0[0x1e][0x3]&?{[0x95]b[0xeb]4[0xc6][0x94])O[0xf4]Q[0x8d][0xb1][0xcd][0xc8][0x8e][0xe2][0xa1]nX[0x82]US[[0xfe][0x82][0xa0]M[0xb4][0xf3][0xaa]'[0xe8][0xc4][0xd5][0xc5][0x1c][0xf5][0xc7][0xba][0xc2][0xec]U][0xc1][0xa7]\[0xd1]a[0x94][0xe9][0x93][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfa][0xbe][0xd5]P[0x17]b[0xe5][0xa2]lY[0xfc]k[0xe6]-J%[0xa6]I[0x82]3[0x3][0x96][0x6]'Kg[0xb7]#[0xfc][0x6]][0x1a][0xb0][0xbe]02[0xb6][0xb7][0x5][0x7][0x16][0xb1]GG0[0xae][0xb9]E[0x16][0xf4][0xe5][0x86][0xbb]7[0x81][0xaf][0xac]5F[0xb2]FR[0xb7][0x8d]~[0x9][0xe2][0x93]Wd[0x81]qi[0xe2][0x95][0xa6][0xd5]*A5[0xbe][0x99][0xd8]CX[0xc3][0x12],[0xaa][0xb]$[0xbe]"`*& [0xd3][0xcc][0xad][0xb6][0xdb]"[0x81][0xd8][0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5]M[0x1e][0xd2]-[0xa7]]"&[0xbb][0xac][0xf]][0x1c][0xa2][0x2][0xce][0xd7][0x1c]([0xe3][0xdd][0xb4],G[0xd5]n$[0xd8]0[0x8d]ua[0xf6][0xba][0xa8][0xe9]XEzYw[0x4]%[0xa0]7\[0x6]<^j[0xc1][0xae]b[0x5][0xe7][0xa3][0x9c][0xef][0xa0]%[0xfd][0xca][0xc6][0xd6][0x9c][0x9e][0xea][0xcc][0xe0](3[0x82][0x93][0xf4][0x1][0xb3][0x12][0xb][0x16][0xbb][0xc2]L[[0xb6][0x9e]N[0x1a][0xf4]V=[0xbf][0xa8][0xfc][0x1b][0xd8][0xa9]n[0xaa][0xcd][0xd2]0i[0xab][0xa4]36n[0xcc][0xe9]\*[0xd5][0xed]lM*[0xde][0xe9]([0xf8]i[0xe9][0xc3]F[0xdc][0xa5][0x84][0xcf][0x15][[0xcf][0xe][0x1a]h2[0x7][0x9f]~[0xf9][0xdb][0xc7]&3i[G[0xe6]N[0x95]#[0xa2][0x95][0xeb][0xb3][0xdc]qym[0xe0]*[0xb2][0x8d][0x2][0xdd]dm[0xab][0xc7][0xa4][0xcf])U[0xb8]g[0xc][0x98][0xdb][0xb1][0xa4][0x8c]t[0xff][0xc4]=+7[0xc0][0xee])[0x89]L.[0x9b]4[0xce]3[0xe9]K[0xff][0xdc][0xc2][0xbf]5[0xac]"d[0x15]VA[0x93][0xc][0xbf]W[0xe1][0xc]8[0x93][0xc4][0xd9]$ZI[0xac]#q[0x1][0x89][0xf5]$6[0xca][0xf0][0x7][0x15][0x12][0xd0]I[0xa2][0x9b][0xc4][0x85]$zIl"q1[0x9]][0x86]?[0xaa][0x90][0x84]A[0x15][0xb6]@Z[0x86]?[0xa9]0[0x2][e[0xf8][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "o[0x84][0xed]2[0xfc]E[0x85][0xcb][0xe0]r[0x12][0xdb]I[0xec]Pa'[0xec][0x90][0xe1][0xaf]*[0xbc][\r][0xde]Nb[0x97][0xc]Sa[0x8c]t[0xc6]H[0xe7]=[0xf0]^[0x12]g[0xcb][0xf0][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xc1][0xe5]2<[0xaf][0xc2]n2[0xbc][0x85][0xc][0xff][0xae][0xc2][0x1e]R[0xdb]C3[0xff]Pa/[0xa1][0xec][0xa5][0xe9]}4[0xda]G:[0xff]Ta?[0xe1][0x1d] [0x9d][0xa9]p[0x7]9[0xf9][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "w[0xd1][0xf5]?*[0xdc][\r][0xbb]$[0xa8][0xf5]e[0xbf]0O[0x12][0x1c][0xcf][0x17][0x96][0x4]k[0xca]>[0x15]J[0xd0]<[0x8d]c[0x15][0x9e][0x1f][0x5]Gs[0xe7]/F[0xa2][0x19][0xe7]S[0xd4])S[0xf0]([0xc1][0xd2]b[0xad][0xb5][0x85]G7[0x1][0xbe]F[0xc7][0x17]l[0xca][0xe2][0x99]8[0x1a],[0x11][0xdd]n[0xf5][0x9e]Au[0xa2][0xe9][0xb6]L*[0x85][0x19][0xc6]s\[0x9b][0xd3]@L[0xb5]V[0xa4][0xaa][0xd1][0x86][0x81]G[0xd1]\[0xbc]`[0xcb][0x10][0xf0][0x8e][[0x1d][0xd4][0xe5][0x8b][0x84]3[0xd8][0xea][0x1]S[0x9][0xec]|[0x9][0x96][0x15]O9[0xad][0xe9]2[0xc6][0xc8]O[0xe]RI[0x14][0xf4]m [0x8e][0xe6][0xb6]1,[0x87][0x15][0xb0][0x12][0xe8]_#H[0xd4][0xa9](_[0x8a][0xbf][0xe8]*[0xe1]5[0xda][0xf0][0x0]H[0xf7][0xe2][0xa0][0x2]NCY[0xc5]nF`5J[0xd5]Q[0x80][0x97][0xc1][0xe9]x[0xad][0xa1][0xf6]F-2n[0xf5][0x8c][0xc7][0xa1][0xe2] [0xe]*[0xb][0x8c][0x8f][0xf1][0x19][0xbf][0x1c]^[0x81][0xd7]5[0xbe];g[0xe1][0xb5][0x99][0xb9][0x8c]a[0xef][0xe2][0x86]![0x80][0xad][0xe4]a[0x17]r[0xb0]-E[0xb0][0xe7]x[0xb0][0xaf]dl[][0xd8]n[0xbc]V[0x10]NC[0xe3]8Dx[0xdc][0xe5][0xc]w[0x81][0xa3][0x1][0xe7]B[0x1b]KV[0x15][0xac][0xc5][0x91][0xc4]<[0xe4][0xe7]4oN[0xc3]9[0xc7][0xd7]y[0xcc][0xd7]:[0xd7][0xd7][0x16][0xc4][0xae][0xc4][0xab][0xdc][0xd0][0xb8]b[0x1c][0xa2][0xbc][0xb3]F[0xe6]l[0x99][0xa3][0xe2]9[0x93]]g4:[0x1f]G[0x15][0xcc]m^K[0xf3][0xb4]4OKC-[0x87]@[0x9c][0x11][0xb8][0xc0]%[0xf0]&\[0xbc][0x8]^[0xab][0x91][0xc0][0xca]q[0xa8][0xe2][0x19][0x9c][0xc1][0x18]48:[0x1e][0x83]j[0x8f]A[0xb5][0xcb][0x80]F[0xaf][0xc2]Q%[0xe3][0x92][0xd7][0xd7]<}[0xcd][0xd3][0xd7]<}[\r][0xf5][0x1d]V[0xed][0x8c][0xd5]z[0x97][0xd5][0xfb]p[0x81][0xa2]xU[0x88]Umd[0x1c]d[0x9e][0xd7]9[0x8c][0xd7][0xe9][0x8e][0x96][0xc7]K[0xf1]x)[0x1e]/[0xc5][0xe5]E[0xa3][0xe][0x1c]E[0x18][0xc3][0xbc][0xa5][0xe6]Yj[0x9e][0xa5][0xe6]Yj[0x9e][0xa5][0x86][0x96][0xe][0xd7][\r][0x8c][0xeb]F[0x97][0xeb]=[0xc8][0xa8][0x8a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb][0xe1]Z[0x1b][0x1d][0x87]j[0x9e]m[0x9c][0xb1]mq[0xf4]<[0xb6][0xaa][0xc7]V[0xf5][0xd8][0xaa][0x1e][[0xd5]eK[0xa3]W[0xe3]([0xca]x[0xe7]14[0xf]C[0xf3]04[0xf]C[0xf3]04[0xf]CC[0xc]'[0x82][0xd7]`[0x4][0xf8]\[0x15][0xf4]Q[\r]O=[0x11][0xa2]=[0xbb][0x18]l[0xb7][0xb0][0xb6][0x15][0x1e]xSY[0xb5][0xdd]S[0xb2][0xb6]_[0xcb][0x8]\([0xae][0xed]9<[0x83][0xc1]i[0xd6]v[0xcf][0x14]k[0xfb]"[0xc6][0xaa]7[0xa8][0xb6]U[0x9e][0xd7][0xd6][0x19][0xab][0xed][0x9e][0xd0][0xb5][0xfd]:[0xc6]uSpm[0x1f][0xc3][0xb3][0xbd][0xf4][0x8][0xd4]v[0xcf]4j[0xfb][0xf5],[0x82][0x8b]E[0x9b][0xf9][0xb1]<[0xf7][0xb7][0x84][0xd8][0xcc]{[0xbc][0xb9][0xfc]f[0xfe][0x6]|[0x1e][0xe1][0x9]T[0xd0]G[0xc7][0xf1][0xae][0xc6]B<[0x8f][0xfa]0[0x4]<[0xd0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "`[0x8f][0xe7]ao[0xf4][0xc1][0xe][0xb1][0x8][0xd6][0xf8][0xee][0x98][0x1e][0xec]f[0x84][0xc5]#[0xb2][0x0]v.[0xf][0xbb]?[0x4]l[0x6][0x93][0x80]'n[0x17][0xb6][0xc7][0xd7][0xf5][0xf3]x[0xe0][0xfb]|][0x9f][0x5][0x8b]eUf.[0x9c]~[0xb6]![0xe7]v[0xbd][0xea][0xde][0x19]B[0xd0][0x89][0x8c]o[0xc3][0x18][0xf0]X/[0x88][0xe1][0x4][0xde][0xd5][0xe3][0xbe][0x18]F[0x8b]b[0x18][0x85]K[0xbc][0x18].EX|K[0x10][0xc0][0xce][0xe7]a[0x9f][0xf4][0xc1]^[0x1]Wr[0xb0]W[0xe0][0xbe]3[0x1]{[0x15][0x83][0x15][0xb1]=[0x91][0x87]=4i[0xc6]{<[0xd8]73[0xd8][0x1d]h[0xcf][0xc3].[0xe0]a[0x9f][0xf5][0xc1]^[0x8d][0x15][0xef][0x87][0xbd][0x1a][0xae][0xc1][0xeb][0xb5]l[0x15][0x1c][0xf0][0xb7]"8[0xbe]![0x9]8/[0xe4][0xc1][0x9f][0x9f][0x12]x[0x1e][0x16]_[0xb8]\[0xd8]%L[0x3]O[0x8e][0xe3][0xb0][0x88]P[0xa5][0x2][0xd4][0xc3][0xae][0xc5];[0x98][0xc5].[0xd7][0xa2][0xa9][0x80]H[0xed]A[0xf0][0x1d]@[0xa5][0x1a][0x1f][0x11][0xa7][0xaa][0x1c][0x90]w"[0xc8][0x98]pa_[0xc0]E#[0xd5][0xfa]@[0xae]+Z[0xd8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xf6]][0xc]V[0xb4][0xb0][0x8b]y[0xd8][0xfa]I[0xcb]P[0xf3]`[0xdf][0x8d][0x99][0xc7][0xd7]O[0x1][0xec][0x12][0x1e]v[0x8d][0xf][0xf6]zl[0x1a]?[0xec][0xf5][0xf8][0xa0][0x99][0x80]}?[0x83][0x15][0x1d][0x9b][0x97][0xf2][0xb0]q[0x1f][0xec][\r]E[0xdb][0xd4][\r][0x5][0xdb][0xd4][0x8d][0x98][0x84][0x9b][0x84][0xb9]=[0x89][0x87]M[0xfa]`o.[0xca][0xed][0xcd]\[0xd3][0xec][0x16][0x16][0xe0][0xb]yX+d[0x1][0xde]"[0x84]][0xc6][0xc3]^5)[0xec][0xad][0x1e][0xec]m[0x8][0xbb]GX[0x9][0xcb]y[0xd8][0xb1][0x90]-[0xbe]G[0x98][0xdb][0x93]y[0xd8][CnH{E]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xd7][0x85][0xd2][0x9d][0x5]][0xb8]W[0x98][0xb6]Sy"[0xf7][0x87]\[0x8d]}""/[0xe2][0x89][0x90]{| [0x15][0xf0]!6[0xfa]0[0xc][0xe0]u[0x1e][0x8e][0xfa][0xe1][0x11]0[0xa0][0x16]Rx[0x1d][0x86][0xda][0xff][0x2]PK[0x7][0x8]E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/hamcrest/CustomMatcher.class}S]o[0x12]A" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]=[0xc3]G[0xf9][0xda][0xda][0x16]m[0x8b][0xfd][0x2][0xda][0xaa][0x14][0x92][0x12][0x1f]|[0x11]B[0xa2]U[0x13][0x93][0xaa][0xf]l0>[0xe][0xcb][0xb8]L[0xb3][0xcc][0x92][0xdd]Y[0x83]?[0xcb]D[0xd3][0xa8][0x89]>[0x9a][0xf8][0xa3][0x8c]w[0x16][0xb4][0xa0][0xe2][0xcb][0x9d]{[0xe7][0xee]=[0xe7][0xdc][0x93][0xd9][0xef]?>}[0x1]p[0x17]'yd[0xb1][0x97][0xc1]~[0x16][0x7]y$P[0xce]![0x83]J[0x1]U[0x1c]fp[0x94][0xc1]1[0xc3][0xfa]k9[0x11][0x83]G"t[0x2]9[0xd6][0xd2]W[0xc][0xc5][0xf3][0xb][0xfe][0x86]7=[0xae][0xdc]fW[0x7]R[0xb9]-[0x86][0x95][0xb6]TRw[0x18]6k[0xb7]Oz[0xc][0xa9]3 [0x18][0xd6][0xce][0xa5][0x12][0xcf][0xa3]Q_[0x4]6[0xef]{[0xc2][0xc0][0xf9][0xe][0xf7]z<[0x90][0xa6][0x9e]][0xa6][0xf4]P[0x86][0xc]{[0xe7]~[0xe0]6[0x87]|[0xe4][0x4]"[0xd4][0xcd][0xb3]([0xd4][0xfe][0xe8][0x19][0xd7][0xce]P[0x4]DZ[0x18][0xcc][0xeb][0xda]Z[0x4]z;[0xfe][0x5]V[0xfd][0xf]J[0xdb][0xb6][[0x1d][0x82][0xca]O[0xa1][0xfa][0xc2][0xf6][0x19][0xf6]k[0x8b][0x13]s[0xeb][0xc7][0xbb][0xec],o3[0xe4][0xba][0xd2]U\G[0x1]1[0xdf]k[0xdb][0xf7][0xe7][0xec]x[0xd1][0xbf][0x10][0x8e]nu[0x16][0xc7][0x1f][0xf2]P[0xfc][0xa9][0xa6][0xeb]G[0x81]#[0x9e][0xc8][0xd8][0xa0][0x5][0xc1][0xa7][0x6][0xce]B[0x1][0xb7][0x18][0xe][0xaf][0xa0][0x9f]z[0x9e]p[0xb9][0xf7] p[0xa3][0x91]P[0xfa][0xf1][0xc4][0x11]3[[0xca]s[0xf2]*[0xe1][0xd0][0x8f][0xbc]A[0xa5]/*[0x8a]*[0x15]y^[0xd5]`Y[0x16]r[0xc8]gp[0xdb][0xc2][0x1d][0xd4]h[0xc1][0xe5][0x86]1[0x94][0x96][0xa9]gH[0xd6][0x8c]=[0xa5]e[0xee][0xd0]b|<[0x16]j`[0x8b][0x89]f8[0xfd][0xd7]SYnm[0xaa]J[0xaf]3K[0xf][0x97],1r)KPN[0xea])[0xae]R[0xa5][0x90][0xa4][0x1b][0xa0]T[0xbf][0x4]k|[0xc3][0xea]g$^[0x15][0x93][0x97]H}[0xad]7> [0xfd][0x8e]zI\[0xa3][0xb8][0x85]4[0xc5][0x1d][0xa4][0xb0]k[0xfe][0x0][0xc2];[0xc0]6[0xca]X[0x8b]{1[0x6][0xd6][0xb1][0x1][0xc4]Y[0x91][0xb8][0x18][0xae]Sn[0x98][0xa6][0xbd][0x1b]tn`[0x93][0xbe][0x9e]r[0xf7]h[0xca][0xcc]Y[0x8d][0xfa]{[0xa4]?b%[0x81][0x97]W|[0xf9][0xb8]wDZ[0x8f][0xe7]8[0xac][0xdf][0x1c][0x16]ql/pX3[0x8e][0x4][0xb1][0x99]x[0x93][0xd4][0x9a]s[0xf7]'PK[0x7][0x8][0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.class[0x8d]S[k[0x13]A[0x14][0xfe]&[0x97][0xe6][0xb6][0xb5]mj/[0xc6][0xa4]nj/[0xb9]@[0x83][0x8f][0x9a][0x10][0x90][0xaa] D}[0xc8][0x12][0xf1]q[0xb2][0x99]n[0xa6]lf[0xc3]fV[0xe2][0xcf][0x12][0x94][0xa2][0x82]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xfe]([0xf1][0xec]&[0xd8][0x4][0x1b][0xf5][0xe5][0xcc][0x99]9{[0xbe][0xef];[0x1f]g[0xfc][0xfc][0xfc][0x15][0xc0][0x3]T[0xb3]H[0xa3][0x98]B)[0x8d][0x83],b[0xb8][0x97]A[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "f[0xe]e[0x1c][0xa6]p?[0x85]#[0x86][0xcd][0xb]9[0x15][0x83]'bb[0xfb]r[0xac][0xa5][0xa7][0x18][0xf2][0x9d]K[0xfe][0x96]7\[0xae][0x9c]FW[0xfb]R9M[0x86][0xb5][0x96]TR[0xb7][0x19]v*[0x96][0xab]=[0x86][0xc4][0xb9]7[0x10][0xc][0x1b][0x1d][0xa9][0xc4][0xcb]`[0xd4][0x17][0xbe][0xc5][0xfb][0xae][0x8][0xe1]<[0x9b][0xbb]=[0xee][0xcb][0xf0]>L[0xe8][0xa1][0x9c]0[0x1c]u<[0xdf]i[0xc][0xf9][0xc8][0xf6][0xc5]D7[0xce][0x83][0x89][0xf6]F[0xd6][0xbb][0xb1][0xe8][0xf2][0xb][0xf1][0x82]k{(|"[0xcf][\r][0x16][0xf5][0xed].[0x3][0xd2][0xd7]s[0xd0][0xea][0xa0][0xb5],[0xab][0xd9]&[0xc8][0xec][0xc][0xb2]/,[0x8f][0xa1]TY[0xee]\[0xb0]#[0x9a][0xad][0xb0][0xba][0xcc][0x90][0xe9]JGq[0x1d][0xf8][0xa4][0xe0]a[0xcb]z[0xb4]`[0xcf][0xab][0xfe][0xa5][0xb0]u[0xb3][0xbd][0xdc][0xbe]JQ[0xd7][0xb]|[<[0x93][0xe1]([0x85][0x1b][0xc5][0x9f][0x85][0xd0][0x6]r8f8[0xbc][0xa6]y[0xee][0xba][0xc2][0xe1][0xee]c[0xdf][0x9]FB[0xe9][0xa7]S[[0xcc][0xad]*-H5G[0x4]i[0xf6][0x85][0xa9](W[0x81][0xeb][0x96]C$[0xc3]@[0x6][0xd9][0x14]N[0xc][0x9c][0xa2]B[0xb0][0xff][0xb6][0x90][0xa1][0xf8][0xb7]y[0x18][0xe2][0x95][0xd0][0xb4][0xfd]U[0x9e][0xd1][0xa8]|<[0x16]j`[0x89][0xa9]f8[0xbb]i[0xa1]V[0x1b][0x9e]([0xd3][0xe][0xa7]i[0xbd]i[0xb3]B[0xe9][0x94][0xc5]([0xa7]I([0xae][0xd3]M!N/[0xc0]~[0xed][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xac][0xfe][0x1d][0xeb]_[0x10]{[0x93][0x8f]_![0xf1][0xad]V[0xff][0x88][0xe4]{[0xaa][0xc5]q[0x8b][0xe2].[0x92][0x14][0x8b]H[0xa0]D[0x88][0x7][0x84]gb[0x8f]~[0x8e][0x8d][0xa8][0x16]a`[0x13][@[0x94][0xe5][0x89][0x8b]a[0x9b][0xf2][0x90]iV[0xbb]M[0xe7][0x16]v[0xe8][0xeb][0x19]w[0x8f][0xba][0xc2]>[0xa3]^[0xfb][0x80][0xe4]'[0xac][0xc5][0xf0][0xfa][0x9a]/[0x1b][0xd5][0x8e]I[0xeb][0xc9][0x2][0x87][0xf1][0x9b][0xc3] [0x8e][0xbd]%[0xe]c[0xce][0x11]#[0xb6]0[0xde]A!:[0xef][0xfe][0x2]PK[0x7][0x8][0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/hamcrest/Description$NullDescription.class[0xad]T]o[0x12]A[0x14][0xbd][0xc3]R[0xa0][0x14]m[0x85]Z[0x8b]Z?j[0xab][0xb][0xb5][0xac][0xad][0xd4]D![0xc4][0xa4]j[0xd2]H[0xda]4[0x10]^[0xfa]4[0xd0][0x81]n[0xb3][0xdd]%[0xb3]C[0xa3][0x8f]}[0xf1][0xf7][0xe8][0x93][0x89][0xf][0xfe][0x0][0x94][0xf1][0xce][0xee]J[0x16]X[0x96][0x96][0xf0]2[0x1f]w[0xee]9[0xf7][0xcc][0x99][0x8f]?[0xfd][0x6][0x80][0x1d][0xd8]KB[0x14]^%`'[0xe][0xbb]qx[0x1d][0x87]"[0x81]XY7uQ![0xa0][0xa8][0xb9][0x6][0x81][0xe8][0xbe]u[0xca][0x8],Vu[0x93][0x1d][0xf6].[0x9a][0x8c][0xd7]i[0xd3][0xc0]H[0xba]j[0xb5][0xa8][0xd1][0xa0]\[0x97]s/[0x18][0x15]g[0xba][0x8d][0xd9][0x87]=[0xc3][0xf8][0xc0][0xec][0x16][0xd7][0xbb]B[0xb7]L[0x2][0xa9][0x3][0xd3]d|[0xdf][0xa0][0xb6][0xcd]0!_[0xb5]xG;[0xa3][0x17]-[0xce]l[0xa1][0xf9]R7[0x86][0xa0]%[0x2][0x19][0xda][0xed]2[0xf3][0xd4][0x17]][0xcd]T[0xca][0xd8]B[0xa1][0xfa][0x12][0xc2]r[0xf1][0xf8][0x8a][0xd4]\[0xd0][0xbb]K[0xd6][0xac][0x1e]o[0xb1]O[0xba]|9K>tA&[0xa7] [0x6]q[0x2]@@[0xbd][0xee][0xc7][0x86],[0xc3][0x9b]&[0xb0]:[0xe][0x8d][0x9f][0xb5][0x82]5~[0xe][0xf8]q'[0xb0][0xc7]z[0xd8]&p[0xa6]a[0x8f][0xa5]a.[0xff][0x13][0xc8][0xf][0x1c]D`[0x1e][0xdb][0x98][0x13][0xdc][0x85]$[0xb6])7[0x1][0x16][0xe0]6H[0x91][0x8b][0xb0][0xe4][0x81][0xdf]`[0x1f][0x91][0x98][0xfc][0xf7]![0xe4][0x9e][0x83]\qW=[0xa4][0x1c][0xdd][0x81][0xb4]S0[0x3][0xcb]8[0x93][0x1c]mO[0x96][0xcb][0xa1][0xf8]8J[0xe]G[0xd1]][0xf5]q[0xdc]E^[0xe2][0x8c][0xee][0xf5]+[0xac][0xe2]HqFY[0xb8][0x8f][}[0xd0][0xd7]-#[0xf]1[0xb2][0xe6][0x8c][0x1f]a[0xec]1<[0x99][0xa8][0xff][0xfd][0x18][0xfd]O[0x9d][0xda][0x4][0xd6][0xe1][0xd9]D[0x8e][0x8f]c=[0xd8][0xc0][0xf5]+[0xd8][0x84][0xe7][0x13]=[0xf8]<[0xa5][0x7]/FH[0x1c][0xaa][0x1c]x[0xc2][0xf0][0x86][0x12][0xd1]Bg[0x9f][0xda][0xd7][0x8][0xf9][0x12][0xb5]Z[0x8e][0xf6][0xf0]xa[0x7][0x87]{[0xfe][0x89][0xd2][0xbf]"/[0xed]+[0xae]&J[0x8e][0x92]Zze[0x86][0xb1][0xc2][0xc6]![0xbd][0xbd][0xdd]n[0x93]nB[0xa6]"[0xb5][0xa8][0xfa]'[\r]a[0xec]@[0x85][0xfc][0xd7][0xbb][0xbe]q[0xc4][0xbe][0xc][0x92]l[0x88]e3[0xf0][0xc4]PxIe}[0xe8][0xb9][0xa7][0xb1][0x86]|[0x1a][0x13]H2[0xe4]^[0x2][0x91][0xc4][0xf0]y1$J}[0xab][0x9]r[0x89]q[0x1a]0[0xc][0xf9][0x80][0x86]VV[0x9c][0xc]"[0x5]PLc[0xaa][0x1f][0xbf] C[0xf1][0xc]YL[0xd3][0xce][0x19][0xda][0x15][0xc3],[0xd5][0xb3][0xf8][0xfa][0x94][0xcf]Q>[0x1f][0xca][0x17][0x88]/G[0xac]4|(_[0xa3]J[0xf0][0xa5]n[0xc0][0x8e][0xae][0x10][0xbb][0xc4][0xd8]E_v[0x89][0xfe][0x9][0x8a] [0xa9][0x18][0x96][0xfb][0xd0][0x15]X[0x14][0x83]i[0x17][0xd8]K [0xff][0x0]PK[0x7][0x8]>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/DiagnosingMatcher.class[0x95][0x92]KO[0xdb]@[0x10][0xc7][0xff][0x9b]8q[0xec][0xba][0x85][0x84][0x92]R[0xda][0xd2][0xd0][0x87][0x4][0xa1][0xc2][0xe2][0xd0]K[0x13]E[0xea][0xf3][0x14][0x92][0x3][0x11][0x95][0x10][0x97][0x8d]Y9[0x8b]b[0x1b][0xd9][0xe][0x12][0xdf][0x89][0xb][0x1c]Z[0x89][0x3][0x1f][0x80][0xf]Uuv[0xe3][0x92]&)[0xad][0xea][0xc3][0x8f][0xa5][0xf2][0xb3][0xa0][0x91][0xe]d[0xc2]PkG[0xb1][0xef][0xe]x[0xe0][0xc5]"I[0xdd]O[0x92][0xfb]a[0x94][0xc8][0xd0][0xdf][0xe5][0xa9]7[0x10]q[0x83][0xa1]:]~v[0xf2][0xb][0xf1][0xfa][0x1f][0xb5][0xcd]^[0xaf][0xd1]"[0x80][0x19]h[0x9f][0xba]-o[0xb4][0x8f][0xf9])w[0x87]<[0xf4][0xdd]n[0xff]Xxic[0xf3][0x80][0x86][0x91][0xa9][0x8][0xd4][0xa0]sY[0x86][0xc5]#[0x91]x[0xb1][0xec][0x8b]][0x99]h[0x10][0x83][0xfb][0x7][0xcc][0xcc],[0xba][0xe6]$[0x95]Q[0xd8]P[0xbb]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2][0xe2][0xdf][0x12][0xc][0xab]w[0x17][0xfd]w[0x13][0xba][0x85][0xb5]'[0xfd][0x90][0xa7][0xa3][0x98]v[0xf3][0xb6][0xd9]{7_[0xdf][0x9a][0x6]|[0xe0][0x89][0x98][0xd9][0x95][0xbd][0x17][0x8d]bO|[0x91]j[0xc1][0xd5][0xb9][0x95]n+[0xa4][0x83]"L[0x13]/[0x1c][0xbc]D[0xd5][0xc1][0x2][0x1e]1[0xac][0xfd][0xfd])[0x18]V[0xee][0xea]<[0x9b][0x9a][0xda][0x90][0xd1][0xe9]v>[0x1b][0xeb][0xf4][0xd7][0x15][0xa0]>[0x3]L5'Y"[0xef]=iF[0xba]P[0xff][0xe]vAF[0x1e][0x16][0xc9][0xa2][0xe][0x96]`[0x93]t[0xc6][0x7]p[0x8f],[0xe0][0xfe]T[0xe4][0x1][0xe9]2[0x8d][0xbf][0x98][0xe1][0xba]T[0x9f]#m[0xd5][0xb7].[0x91][0xfb][0x86][0xfc][0xf9][0xc][0xd2][0xd1][0xc8][0xea][0xf8]P[0x86]TV[0x19][0x15][0xca]O[0xe0][0xd6]-|[0x9][0xf]3[0xf8]![0x91][0xf2]j[0xac][0xfa][0xd6][0x1b]B[0x9d][0x8c]kk^[0x99]nU[0xd1][0xfc][0xda][0xf8][0xdc]-[0xbf][0x94][0xf1][0x95][0xb5][0xac][0xbb]O:[0x95][0xc6][0x9d][0xc]C[0xbd][0x2][0xf9]9[0xac]h[0xf9][0x18][0xab]Z?[0xf9][0x9]PK[0x7][0x8]#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Factory.class[0x85]OMK[0xc3]@[0x10]}Sm[0xa3][0xb5]j[0x5]/"[0xa2]x[0xe8][0xd1][0xc5][0xb3]'[0xa1])[0x15][0xac][0x95][0x18][0xbd]x[0xda][0x86]!n[0xd9][0xec][0xca]fS[0xc8]_[0xf3][0xe0][0xf][0xf0]GI7"[0xf6][0x12]p`f[0x1e][0xbc][0xf]x_[0xdf][0x1f][0x9f][0x0][0xae]q[0x14][0xe1] [0xc2]a[0x84]![0xa1][0xff]d+[0x97][0xf1]Di&[0xc]&2[0xf3][0xd6][0xd5]WK[0xb9][0x92][0x84][0x93][0xa4]2^[0x15][0xfc][0xa2]J[0xb5][0xd0]|k[0x8c][0xf5][0xd2]+kJ[0xc2][0xc5]}[0xa3][0x11]Z[0x9a]\[0xc8]?B$[0xec][0xd9]4[0xe8][0x86][0xd0]]I][0x85][0xd4][0xd1]?[0xd2]G[0xab]UV[0x7]C[0x94]g[0xa6][0x4][0x9a][0x91][0xc6]?[0xe7][0xb2][0xcf][0xb7][0xf7][0xfe][0xf6][0xde][0xdf][0xc0]_[0xff][0xfe]'[0x80][0x9b][0xa8][0x8e]c[0x12]w[0x13][0x98][0xc2]=q*[0x8a][0xa5]$[0x96][0xfb][0x9]ZV[0x92][0xf8][0x16][0xdf]%[0xf1][0x0][0xf][0xe3]X[0x15][0x97]5qY[0x8f]a#[0x8e]+[0x9]h[0xf8]>[0x86][0x1f]b[0xd8]dH[0x1a]O[0x1e][0xad][0xff][0xba][0xb1]Y^[[0xdf]e[0xc8]ou[0xdc]Va[0xdf]l[0xd7]][0xde][0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x96][0xe3]q[0xd7]1[0xed][0xc2].o[0xda][0xbc][0xee]Y[0xcf][0xb8][0xf1][0xe2][0x80]oXN[0x83][0xbb]E[0x86]D[0xb7]W[0xdb]6[0xbd][0xfa]>w[0x19][0xd2][0xc3][0xbe][0x81][0x9d]P[0xe3][0x15][0xab][0xe5][0x98]^[0xcf][0xe5][0xc][0x99]PPi[0xd1][0xd8]+[0xae][0x10]4[0xd5][0xe4][0x12][0xb8][0xc6][0xbb]u[0xd7]:[0xf0][0xac][0x8e]C[0xc6][0xad][0xa7][0xe6]3[0xb3]`[0x9b]N[0xab]P[0xf1]\[0xcb]i[0x11]2[0x19] [0xcb]f[0x9b][0xc2]FK[0x96]cy+[0xc][0xf7][0xb3][0xe1],N[0x86]8i[0xc9]U[0x19][0xd4][0xd5]N[0x83][0xe2]MnY[0xe]/[0xf7][0xda]5[0xee][0x1a]f[0xcd][0xe6][0x82]D[0xa7]n[0xda]U[0xd3][0xb5][0xc4]=0[0xaa][0xde][0xbe][0xd5]e[0xb8]4[0x9c]s[0xc3]gv[0xdc][0x80][0xf4][0xb0]/u0[0xf0][0xbf]:[0xca][0xb1]d[0x18][0xc5][0xa0]-[0xab][0xe1]U[0x5]m;mmg[0x82][0x96]UM[0xbb][0xc7]w[0x9a][0xc][0xd7][0xb2][0x3][0xc0][0x9d][0xda]S[0x9a]p1w[0xd2][0xc4][0x10][0xcf][0x12][0x97][0x1c]%c[0x98]h[0xcb][0xdc][0xdd][0x8a][0xd9][0xe4][0xf6][0xb][0x86]BH[0x8c]a[0xb2][0x3][0xb3],[0xe6]~[0xa1]Y[0x99]u[0xaf]g[0xda][0xc3]s=N[0xd5][0xb6][0xba]2[0x5][0xc3][0xec][0xc7][0xe3]0h[0x83][0xc5]0(DP[0xac][0x82][0xe2][0x9c]`;[0x9a]C[0xa2]![\r]5nth|[0xd9][0x11]`[0xea][[0xb2]1[0xa8][0xc6]x[0xa9]n[0x7]bS[0xb2][0xe2][0xf9]q[0xc9][0xb8]w[0xb2][0x92][0xbd][0x10][0xdb][0xca]p[0x1e]![0x4][0xd1][0xc6]5[0xcb]l9[0x9d].[0x8d]i`[0xf2]b[0xec][0x89]J[0xa7][0xe7][0xd6][0xe9]s[0x13]Z[0x99][0x1e]V[0xc7][0x92][0x88][0xae][0xe1],R[0x1a]f[0xf1][0xa3][0x86]i[0x9c][0xd3]0[0x83][0xf3][0x1a].[0x88][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0xc6][0xf0][0x93][0x86]-l[0xc7]P[0xd6][0xb0][0x83]G[0xc]lN[0xc3][0xcf][0xd8][0xd5]P[0x81][0xc1][0xa0][0x9f][0xfe][[0x17]9[0xf6][0x18].[0x8e][0x90]+[0xc9][0xe9]t[0xd5]I[0xcd]|[0xc2][0xcf][0x8c][0xe8][0xf1][0xb9]0[0xf9]3[0xc4][0x2]12|[0x16]&e[0x1a][0xf4][0xf9][0x8f]M[0x96][0xba]k[0x1e][0x1c]p[0xa7]a[0xf0][0xe7][0x1e][0xc3]R6[0xe4][0x9b][0x19][0xa5][0xbf][0xa9][0x15][0xb4][0xdd][0xd7][0xeb]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "T[0xd6][0xb4]Oa[0xc0],>[0xcb][0xbb][0xff]iO[0x85][0xdb]M[0x1f]R[0xfb]_Z3!uln[0xe6][0xaa][0xea]e[0xfa][[0x98][0xa2][0xbf][0xe][0x95]&I[0xa2][0xa1]SJH[0x6][0xd4]::G[0x90][0xa6];[0xa9]G[0xda]/[0xc8]}[0x8c][0xde]fq[0x91][0xde]2t{I[0xbb]J[0xfb][0x8c][0xfe][0x6][0xec][0x3]"[0xfa][0xc2]![0x14]=[0x8]U_<[0xc4][0xd8]kzRp[0x89][0xd6]49[0x82]B[0xc4][0xc8]Y#[0xf7][0xb3][0xe4][0x9e][0xa6][0x97][0xcf][0xc9][0xaa][0xfb]![0xf0][0x5][0xe6][0x0]y[0xf2])[0x88][0x93]H[0x1e][0x91]'[0x91]^[0xc1]e[0x19]+[0x12][0xe0][0xe7][0xfb][0xf8]t[0x9f][0xf2][0x97][0xaa]*d[0xde][0xbf]_[0xa3][0xe8][0xd7][0x91][\r][0x8][0xbf][0xa7][0x18]"[0xdb][0xb2][0xbe][0xf0][0x1e][0xd1][0xb2][0xfe][0xe][0xca][0xe2][0x11]b[0x11][0xfc][0x86][0xf9]<[0xdd][0xc6][0x8e][0x10][0x8f] 5.[0xb7][0xc7][0xf2]9[0x84][0x84][0x2][0xe5][0x95][0xfa][0xaa]_[0xcd],[0xa2]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4]fi[0xcd]Qn[0x9d][0xb2]-[0xe0][0x6][0xf2][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "K[0x3][0x15]-[0xf7]+Z&[0x9c].+Z&d[0x9e][0xb8]D[0x9][0xb9]H6[0xbf][0xa2]9[0xda]}[0xfc]|[0x1f][0xbf]Dx[0x1f]U[0xa0]W[0xbf][0x96][0x1b][0xd4][0xb7][0x9b][0x94][0x85][0xc9]Z[0x9a]d[0x11][0x9d][0xc8],[0x10]Ou[0x90][0xb8][0xe0]}[0x84]$Up<[0x81][0x84][0xc4]~M[0xbd][0xbf]%9[0xfa]][0xcc][0xf4]9f[0xe8]-O[0x91][0x5][0x1f]Mr[0xcd][0x4]|[0xe2][0xc4][0xe7]V[0x90][0xf3][0xba][0x9c]#0[0xf9][0x7][0xb4]'[0xa9][0x9]U[0xf9][0x80]3o[0xc1]D[0x1a]&[0xd3]D[0xa5][0xeb][0x4][0x5][0xf7])[0xdf][0xc6][0x1d][0xb9][0xf3][0xf]PK[0x7][0x8][0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/Matcher.class[0x85]QMK[0xc3]@[0x10]}ckck[0xd5][0xaa]U[0x10][0xff]@{1x[0xf0]bEP[0xaa][0xa7][0x16][0xc1]J[0xf]^[0x96]M2[0xa6][[0x92]M[0xc9]n[0xc5][0xdf][0xe6][0xc1][0x1f][0xe0][0x8f][0x12]7[0xb1][0xe2]'[0xba]0[0xfb][0x6]f[0xde]{3[0xbb][0xcf]/[0x8f]O[0x0][0xe][0xd1][0xf6][0xb0][0xe9]a[0xcb][0xc3]6[0xc1]K[0xa5][\r]'l[0x8];[0x9d][0xc1]T[0xde]K?[0x91]:[0xf6][0xaf][0x82])[0x87][0xb6][0xd7][0xbd]%[0xb4]"6a[0xae][0x2][0x1e]*S6[0x13][0xfc]_Z[0x7]Y[0x1e][0xfb][0x13][0x99][0x86]9[0x1b][0xeb][0xf7]K[0xce][0xcc][0xaa]L[0xf7][0xba]c[0xc2][0x91][0x88]2m[0x85]Jg[0x9][0xa7][0xec][0xb2]ai[0x9b][0xb]![0x94]6[0x96]e$[0xf8][0xc1][0xb2][0x8e][0xc4][0xb9]4[0xfc]^$T:[0x5][0xbb][0xd1][0xe7]Y[0xce][0xa1][0xb4][0x1c][0x11][0xf6][0xae][0xe7][0xda][0xaa][0x94][0xc7][0xca][0xa8] [0xe1]3[0xad]3+[0xb]#[0xb7][0xc3][0xee][0xa7][0xb9]>8=B}[0xa4]b-[0xed][0xc4][0xdc]x[0x8e][0x17].[0xcc][0xf1][0xf5][0xa5][0xb][0xf3][0xdc][0xb9] a[0x91]g$d(HJX[0x92][0xb0][0xcc][0xe0]L[0xea]e[0xdd][0xa4][0x8d]=[0x10][0xdc]cp[0xa4]*y[0x8d]a0[0xad][0x97][0xb5][0xed][0xfa]qV32j[0xb6]D[0x16]o[0xba][0x92]SK{[0xaa][0xa1][0xf3]s[0xd3][0xe8]0[0x8b]z[0x8d]a*]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf1][0xa2]z[0x9c]3[0xb4][0x9a][0x19][0xdf]R[0xcd]\Q3Vj5[0xcd]0[0x13][0xc][0xb2]*v[0x99][0xa2]j2[0x84][0x3][0xe9]#[0xf5][0x93][0x1a]/[0xa9][0xe5]B|'{[0xa4][0xe5][0xcc]D[0xd7][0xf4][0x4][0x87][0xe3]Tsf]-[0xf1][0xf6][0x1d]Y[0xc][0xd2][0xb1][0x15][0xca][0xe0][0xeb]^B8Za[0xae]^@[0xb7]g2[0x89]^[0xc8][0x93]Qr.[0x93][0xbb]W/[0x94]U[0xb3]nP[0xc2]|2[0xb3][0xd8][0x9]b9@[0xa1][0xd7][0x15][0xe1],[0x96]Z9[0xef][0x9a][0x86]^.$[0xfe]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xbc]V[0xcb][0x19]z[0xd5][0xd4]+e[0x86][0x89][0xf6][0xc0][0xb5]+[0x1f]!v[0x1a][0x9a]Z[0xe3]Q[0xde][0xce][0x96][0xc][0x9b]=8t[0xc6][0xfe][0x3]+_[0x97][0xb4][0x3][0xee][0xe8][0xb7][0xee][[0x80]e[0x7]t[0xff][0xbb][0x95][0xba][0x91][0xd3]6t[0xa1][0xa3]6u[0xc4]x[0x5][0x5][0xb7][0xe0]e U[0x8e]aF[0xc2]+[0x5][0xaf][0xb1][0xc2]p[0xb7][0xad][0xbf][0xd5][0xa0][0x85][0xac][0x84]U[0x5])[0xac][0xd1]x[0xe4][0xf5][0x93]*[0x11][0xd1][0xf2][0x8b]~[0x5][0xeb][0xd8][0xe0]&?[0xb2]u[0x93][0x9b][0xde][0xe0]-[0xc3][0xd8][0x15][0xd8][0x95][0xb]|[0xeb][0x86]Q1[0x14][0xbc][0xc3]&[0xc7][0xf0][0x9e]f[0xdb][[0xc8][0xc]CO[0x8e]a[0xa4][[0xfc][0xa5]0[0xe9][0xd3][0x18][0xed]"[0xf7] [0xcd]d[0xac][0xd7][0x1d][0xf2][0xcf][0xa5]Z[0xd5][0xca][0xf9][0x8c]vB[\r]b][0x86][0x1c][0xbc]N[0x0][0xc3]Vv[0x8b]q[0xe7][0x90]a![0xd0][0x9e][0xb3][0xab][0x95][0xe][0xad][0x90][0xec][0x8d][0x15][0x87],[0xf5]e[0xb5]-[0xbd]&x1[0xc4]o[0xfc][0x88][KpM[0xb8][0xcc][0x8a][0x85][0x9e]f[0x16][0x8]v[0xd3]f[0xd7]I[0xed]a[0x9a][0xfe]mC[0xe0][0x8f][0x3][0x8c][0xb][0x85][0xde][0xc3]t[0x8a][0xd3]J[0x9a]A_[0xe8][0xc][0xec][0xb]ml[0x18][0xa1][0xb7]S[0x18][0x9d][0x18][0x5][0xd7][0x93][0x8][0x80][0xf][0xb7]i[0xed]'u[0x8d]S[0x14]O[0xfe][0x8];[0xed][0x0][0x97][0xd7][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x83][0x9d][0xe7][0xdb]E[0xbe]l[0xd9]!Q<[0xaf][0xe1]k[0x9e]'0)@[0xb8]0[0x85];T[0xf7]n[0x9b][0xef][0xde][0xa5][0xcf]O[0xbe]i[0x81][0xe6][0xbe][0xe8]8[0xd3][0xec]xN[0xf5][0x1d][0xb4][0xa6]"[0xe1][0x6][0x1c]6[0x9c]"q[0x8e][0xbe][0xfd]38[0xb7][0xa3][0xa1][0x6]$[0x1b][0xbc].[0xb1]D[0x1a][0xe8][0xa7][0x83],[0xe][0x1f]"[0xe1]h[0x3]n;[0xa5]+[0xfb][0xd1][0xaf][0x18]8[0x83][0xe7][0xe7][0x15][0xd8][0x9]"[0xca]i[0xca][0x18][0xa0][0xb9]x[0x10][0xa3][0xf7][0x1c]yV[0x9][0x1a][0x7][0x1f][0xa2][0x96]^[0xcc][0xe2][0x1][0x1e]R[0x6]5[0xc7]#<[0x16]PS[0x82][0x10][0x13];N[0xc8][0xd6]B(%[0x8]][0xf8][0xfc]d[0xb3][0x8][0x5][0x4][0xa1]`s[0xfe][0x9b][0xcd][0x11]z&O[0xa1]px[0xa1][0xb]l[0xd6]ExD[0xc7]qB0A[0xe8][0xa6]Z[0x86][0xe9][0xb9]D[0xe1]![0x84]aq[0x8f][0x11][0x91][0x17][0xfd][0x3]PK[0x7][0x8][0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/hamcrest/SelfDescribing.class;[0xf5]o[0xd7]>[0x6][0x6][0x6]C[0x6]Nv[0x6]vv[0x6][0xe]F[0x6][0xae][0x94][0xd4][0xe2][0xe4][0xa2][0xcc][0xa4][0xd4][0x90]|F[0x6]Y[\r][0x9f][0xfc][0xa2]t[0xfd][0x8c][0xc4][0xdc][0xe4][0xa2][0xd4][0xe2][0x12]}[0x17][0xb0]\AIf~[0x9e][0xb5]f[0x18]Pqp~iQr[0xaa][fN*#[0x83]ppjN[0x1a]DERf^[0xba]^VbY"#[0x83]4[0x8a][0x1][0xa8]J[0x18][0x19][0x4]@[0x8a][0xf4]s[0x12][0xf3][0xd2][0xf5][0xfd][0x93][0xb2]R[0x93]K[0xd8][0x18][0x19][0x18][0x19][0x98][0x18]@[0x80][0x91][0x85][0x91][0x81][0x99][0x81][0x5][0xc4]b`[0x5][0x92]L[0xc]l[0x0]PK[0x7][0x8][0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/StringDescription.class[0x8d]S[O[0x1a]A[0x14][0xfe]F[0x90][0x85][0x5][0xc5]"b[0x15][0xb5][0xb4][0xf6][0x82][0x8b][0x8a][0xf7][0xd6]k[0xab][0xa8]I[0x13]Z[0x93]jl|\`[0x94]5[0xb8][0xab][0xcb]R[0xfb][0x8f][0xfa]Z[0x93]VjM[0xda][0xf7][0xfe][0xa8][0xa6]g[0x96][0x15][0x17][0xdd]h[0x1f]v[0xf6][0xcc][0xb9]|[0xdf]7g[0xce][0xfc][0xf9][0xfb][0xf3][0x17][0x80]IlH[0x18][0x93][0xc1]0.#[0x80][0xac][0x8c][0x7][0x18][0xf][0x91]5!aRxl[0xf7][0x94][0x8c]i[0xcc][0x8]k6[0x8c]9[0xbc][0x94][0xf0]J[0xc2]|[0x10][0xb]2:[0xb0](\K[0x12][0x96][0x19]|F[0xcd]bH[0xe4][0xf][0xd5]Oj[0xb6][0xa2][0xea][0x7][0xd9][0xd5][0xe3]c[0xae][0x97][0xd4]B[0x85]/2[0x4][0x96]4][0xb3]V(/=[0xb2][0xcb][0xe0][0xcf][0x19]%[0xce][0x10][0xcd]k:_;*psG$2[0xc4][0xf2]FQ[0xad][0xec][0xaa][0xa6]&[0xf6][0x8e][0xd3]o[0x95][0xb5]*C*o[0x98][0x7][0xd9][0xb2]zT4y[0xd5][0xca]n[[0xa6][0xa6][0x1f][0xac][0xf3]j[0xd1][0xd4][0x8e]-[0xcd][0xd0][0x89][0xa6]/[0xed]-@p[0x6]-[0xa3]Q[0xc2]0[0x99][0xbe][0x1][0xc5]+[0xfb][\r][0xa0][0x2][0xc5][0x17]G\ [0x8d][0x12][0x82][0xee][0xac][0xb6]$1[0xc][0xde][0x89]A|j[0xf5][0x8a]/[0xa0][0xda]R[0x18]z[0xd2][0xb7][0xa1][0x85]6F[0xa7][0xec]i[0x84]4#[0xfb]vk[0xe3]s[0x91]_[0x9d][0xc9]W[0xb5]L[0xd1][0x18][0xf]M[0xfe]t[0xce][0xae].[0xd2][0x97]c[0x88][0xa7]=[0x95][0xcb][0xdb]F[0xcd],[0xf2]MM[0xf4]2q[0xab]m[0xe3][0xa2][0x84][0xa1][0xf7]f[0xe5]ZM[0xab][0x94][0xb8][0x19]A[0x1c]=bIF[0x10]C7[0xc3][0xd0][0xdd][0xb7][0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^Kx[0x13][0xc1][0x0][0x14][0xb1][0xc]JX[0x8d][0xe0]1[0xd6][0x18][0xba]=N[0xc8][0xd0][0xcd][0xfc][0xa1][0xa6][[0xda][0x11]w[0x5][0x93]9[0xa3]V)[0xa5]t[0xc3]J[0x9d][0x9a][0x9a][0xc5]S%7U[0x1c]9[0x1][0xbd][0xce]0[0xd0][0xa2]jM[0xad]r[0x97]&bn[0xdc][0x80][0xcb][0xb7][0xb5][0xcf]0[0xdf][0x1c][0xb4]D[G[0xad][0xeb]Z[0xf5]V[0xe1][0x90][0x17]i[0xfa][0xe3]^[0xb3][0xc7]0[0xe1][0xbe][0xf4]\Y5[0xb7][0xf9]I[0x8d][0xeb]E[0xde]2h-[0xcf]E[0xf1][0x98][0x13][0x97]g[0xa7]l[0x1a][0xa7][0xcd][0xc1][0xee][0xa3])[0xf0][0x6][0xa2][0xd6][0x4][0xe8]U[0x83][0xde]xL\[0x1e]Y[0x12][0xd9]t[0xa1][0xb4]&h[0xb7][0x0][0x1f]Y@D[0xb9][0x4][0xdb][0xab][0xa3][0xad][0xe][0xdf][0x19][0xed][0xdb][0xd0]K[0xab]L[0x8a]!LO[0xfd][0xa1]m[0xd9][0xb9][0xe8]C[0xbf][0x8d]I3[0xe1][0xe0]lR[0xa6][0xc8][0x95][0x95]:[0xfc]J[0xe6];[0xda][0xaf]Q:[0x89][0x3][0x88][0xc2][0x8f].[0x84]H[0x8d]@J4[0xb2][0x1d]$a[0x9]u[0x8c][0xe2]4/[0xe][0xe6]<[0xe5][0x8][0xbe][0xe8]%[0x2]$MR[0xce][0x11][0xa1][0x9d]P[0x9f]T[0xbe][0xa1]=s[0x81]p[0x1b]>~A[0xf4][0xdd]%:[0xf6]b[0x9d][0xa3]uD[0x9f][0xd9][0xc5]a:f[0xc4][0x81]N[0x10][0x14]0B[0xbe]Q[0xf2]*[0xa4]*C[0xc7][0x1c][0xb3][0xa9]R[0x4][0x17][0xa5][0xc8]0[0x9e][0xda]-H6[[0x90][0xc4]3<',A[0xff][0xc2][0x8b]>y[0x81][0xae][0xff][0xa7][0x9f]"[0xdf],y[0xa7][0x89]n[0x86]([0xe6][0xee][0xa5]O[0x93]d[0xd1]*z[0xb6][0xe][0xfd][0x94][0xd3][0xba][0xa0][0xa0][0xf7]h[0xfd][0xb2][0xab]{[0xc1][0xe6]Td[0xec][0xac][0xd1]PK[0x7][0x8]r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.class[0x95]U]s[0xd3]F[0x14]=[0x1b]+[0x91]#D[0x1c][0x1b][0xea][0xf0]];[0xb8]A[0x96][0x3].P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc5]&m[0x13]'[0xc5][0xd4][0x9][0x1d][0xe2]I'}adg[0xe3](#[0xcb][0x19]Ia[0xca]L[0xff][0x8][0xfd][0x3][0xbc][0xf0]B[0x81]x[0x6]fx[0xe4][0x81][0x1f][0xc5][0xf4][0xae],[0x14][0xcb]v[0x86][0xf0][0xe2][0xd5][0xde][0xaf]s[0xef]9[0xbb][0xeb][0x8f][0x9f][0xde][0xbe][0x7]p[0x1d][0xf][0x15]L[0xe3][0xe6]$[0x12][0xf8]A[0xc1]-[0xfc][0xa8]@[0xc5]m[0xb1][0xbd][0xa3][0xd0][0xcf]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xa2]$[0xe3][0x9e][0x82]8n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcb]/"[0xfe]W[0x19][0x8b]q[0xcc][0x88][0xd8]%[0x19][0x15][0x19][0xcb][0xc]'[0xea][0x9b],?^[0xa9][0xae]U[0x96][0x1f]1[0xcc][0xd7]:N[0xab][0xb8]c[0xb4][0x9b][0xe]w[0xbd][0xa2]i{[0xdc][0xb1][\r][0xab][0xf8][0x88]o[[0xbc][0xe9][0x99]Ox[0xfd][0xe9][0x1e]_1[0xed]-[0xee][0x94][0x18]T[0xfe][0xf7][0x1e][0x99][0xf9][0x96][0xb0]2$k[0xbb][0xc6][0x13][0xa3]h[0x19]v[0xab][0xb8]d[0x19][0xae]K![0x93][0xeb]f[0xcb]6[0xbc]}[0x87][0xfc][0xa7][0x7][0xfd]e}[0x81]BN[0xb6][\r][0xaf][0xb9][0xc3][0xdd]uc[0x9b][O[0x19][0x8a]Z_[0xdc][0xc3][0xc6].![0x94][0xa2]}U[0xb8][0xdb]t[0xcc]=[0xcf][0xec][0xd8][0xa5][0xfc]_[0xc][0x19][0xad]^[0xff]B[0xc8]D[0xd9][0xb4]Mo[0x81][0x9a][0xd0][0x86][0xba][0xcc]o0HK[0x9d]-j1Q3m[0xbe][0xb6][0xdf]np[0xa7]n4,[0xb2][0xa4]j[0x9d][0xa6]am[0x18][0x8e])[0xf6][0x81]Q[0xf2]vL[0x97]A[0x8b]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0xc4][0x10][0x15][0xd3]h[0xd9][0x1d][0xd7][0xb4][[0xab][0xfe]d[0x82][0xaa]t[0xb4][0xc]E[0x6][0xa5][0xae][0x1e][0xb3]F[0x99]F[0x14]l[0xcd][0xc][0xf5]/X[0x14]#[0x14][0xb5][0xaf]QOd(^[0xb8]g[0x88]i[0xc2]$[0x7]b0|3B[0x6][0xc1][0xa4]dz[0xbc]-x[0x19][0xf2]2Lo[0xf9][0xb4]7[0xf8][0xaa][0xe9][0xfa][0x85][0xbe]ZMj[0xe1]T;H[0xee]s0[0x9c];:[0x89]!^nZ[0x81][0xbe][0xb7][0xca][0xf5][0xbb][0xc3][0x88][0xb][0xd1][0xec]E[0xc3][0xe5][0x3][0xbc]*[0xeb][0x9d]}[0xa7]Il[0x8]Q.[0x1d])[0xc3]5QZ[0xc5]9[0xcc][0xa9]8[0x85][0xd3]2VT[0xfc][0x86][0xfb]*[0xaa]x[0xa0]"[0x89][0x94][0xf0][0xe5]d[0xfc][0xae][0xa2][0x6]M[0xc6]*[0x9d][0x92][0xa3][0x1a][0xcf][0xad][0xed][Vd[0xc8][0xc4][0x90]E[0xad][0xda]6w|[0x9d][0xb9][0xab]b[0x6]gT[0x14]0[0xcf][0xa0][0x1f]_k[0xd1][0xd2][0x1a][0xc3][0xdc][0xf1][0xe][0x1a][0xc3][0x99][0xa3][0xb8]"[0x81][0x7][0x99]%[0xee][[0xdc][0xf3][0xfb]#[0xe5][0xb4][0xfc][0x88]'`z[0x9b][0xba]X[0x8e][0xbc][0x14][0xb9][0x11][0x97]pDfb[0xc0]D*[0x99]n[0xd5]v=[0xc3]n[0xf2][0xc1]>#[0xb4]En[0xc9][0xba][0xe7][0xd0]x[0xa5]j5[0xbf]!e[0xe9]1[0x9c][0xa6]'t[0x8c]8![0xb5][0xe8]+%t[0x4][0x9d]w[0xdf][0x9a][0x86],I[0x82][0xe6][0xd0]r[0x16][0x12][0xc5][0x9e][0xa7][0xaf][0xb][0xb4]o[0xd0]:F[0xab][0xa2]w[0xc1][0xf4][0xc2][0x1b][0x8c][0xbd][0xa4]][0xc][0x17][0xe9]w[0x8a]V C[0xf1]YLb[0x16][0x97]h[0x97][0xee]E[0xe3][[0xb2][0xc3][0xff][0xea][0xa1]e#[0xbe][0xd9][0xd0][0x97][0xe]q/[0xfb][0xb8]9[0xda][0xb][0xdc][0xc7]T[D'{[0xb8][0xfa][0x1]b[0x7][0x90]F[0xc0][0xe7])M[0xa7][0x11][0xb]}[0xf0][0xc9][0x10]>[0x89][0xef]h[0xe0][0x1e][0xbc]Jk[0xcf]'[0xe0][0x5][0xd8]\[0x0]v[0x9f][0xb2][0x84]/[0xae][0xff][0x87][0xf1].&[0xe]1[0x14][0xbf][0xde]u[0xc8][0xb8][0xe1][0xd7][0xef][0xd5][0x88][0x7][0xf5][0xb3][0x11][0xcb][0xac]_[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb4][0xa0][0xea].a[0x88][0xec]\[0xe1][0x3][0xb2][0xfa]k[0x8c][0x15][0xe] ?CZ/[0xbc]C|[0xb3][0x8b][0xc9][0x3]([0xcf][0x88][0xfe][0xe7][0x90]b/B[0xc4][0x9][0xbf][0xde][0xed][0xbe]ir[0xe1]49[0x9a]V[0x8f]L[0x93][0xb]q[0xe9][0x92][0x4][0xb8][0xff]P%_[0x18][0xc2][0x9d][0xfa][0x8c][0xfb]/T[0xbd]0[0xdf][0xc5][0x89][0xe7]$ea[0x9e][0xa0][0xff]<[0x9c]2E[0x9d][0x2]?[0x8b][0xff]M:[0x8][0x8b]T[0xb3][0xe2][0xe3]g[0x2][0x81]?[0xe3]g[0x2]|[0xf1]u[0x15][0xd7][0xa8][0xbb][0xc3]N2A'q[0x14]C^[0xaf]`[0xdc][0xcf]K[0xbc][0x83][0xba][0x99]:9[0x1e][0xeb]b[0xea][0x15][0xc6][0x5]0[0xeb][0x1b]6E0[0xbd]3[0xf0]=Q-[0xd6][0x1b][0xd4][0x8c] [0x9f]n[0x1b][0xca]X[0xc0][0xd9][0xff][0x1]PK[0x7][0x8]}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/TypeSafeMatcher.class[0x95]Uks[0xda]F[0x14]=k[0x14][0xb]d[0xd9][0x18][0xe2]G[0xea][0x84][0x94][0xd4]n[\r][0xc2]1}[0xa5][0x8f][0x98][0xba]I[0xfc]h[0x8][0xd8]I[\r]%u[0xfa]p[0x5][0xac][0xb1]2 <[0x92][0x9c]&?%[0xfd][0x3][0xfe][0xd2][0x99]N_[0xf6][0xa4][0x9d][0xe9][0xc7]v[0xa6]?[0xaa][0xd3][0xbb][0x92][0x90][0x1][0x13][0xa6][0xfd][0xc2][0xee][0xde][0xbd][0xf7][0x9e]s[0xcf][0xde]+[0xfe][0xfe][0xe7][0xb7]?[0x0][0xbc][0x5]=[0x82])[0xac]([0xf4][0x93]S0[0x8d][0x8f][0xc4]qU[0xc1][0xc7][0xb8][0xa5] [0x86][0xdb][0xc2]vG[0xc1][0x1a][0xd6][0x85][0xcb]F[0x18][0x9b]c[0xf8][0x4]w[0x85]%[0x1f][0xc6]=q([0x84]Q[0x14][0x97][2[0xb6][0xc3]H[0x8b][0xb0][0xfb]2[0x1e][0xc8][0xf8][0x94]a[0xac][0xbc][0xfb]`co3[0xbf][0xbd][0xbe][0xb1][0xc3][0xb0]Tl[[0x8d][0xec][0x81][0xde][0xaa]Y[0xdc]v[0xb2][0x86][0xe9]p[0xcb][0xd4][0x9b][0xd9][0x1d][0xbe][0xdf][0xe4]5[0xc7]x[0xc2][0xcb][0xcf][0xe][0xf9][0xa6]a[0xd6][0xb9][0xb5][0xc2][0xa0][0xf2][0xa7][0x87]d[0xe6]uae[0x88][0x15][0x1f][0xeb]O[0xf4]lS7[0x1b][0xd9][0xb5][0xa6]n[0xdb][0xe4][0x12])[0x19][\r]Sw[0x8e],[0xba][0x9f][0xea][0xbf][0xcf]i[0xab][0xe4]2[0x9a]3L[0xc3]Ye[0x8][0xa5][0xd2][0x15][0x6]i[0xad]]'[0xe7]h[0xd1]0[0xf9][0xf6]Q[0xab][0xca][0xad][0xb2]^m[0x92]%^l[0xd7][0xf4]fE[0xb7][0xc]q[0xf6][0x8d][0x92]s`[0xd8][0xc]W{[0x89][0xb]>%}[0x9f]o[0xe9]N[0xed][0xc0][0xa5]:[0xd3][0x1b]L[0xf7]~[0x82][0xf9][0xa1][0x91][0xb9]ryEp[0x9c]J[0x9d][0xab]Mp[0x9d]=g[0x16]%[0x89][0x9b]l[0xea][0xff]H)"[0x14]'83[0x8c][0xb7]\|[Pi>c[0x98][0xee][0x6][0xba]_}L[0x19]V[0xd2][0x8f]H[0xbb][0x14][0x11][0x14][0x9b][0x99]:[0xb7]k[0x96]Q[0xe5][[0x86][0xed][0xc6]v"[0xb3][0x3]"{[0xa9][0xad][0xbb][0x91][0x87][0x8e][0xd1]6]"[0x92][0xe1][0xf0][0x96][0x90][0xfb]\[0x1c][0xc3][0xc5][0x96][0x9f][0xbe]+[0x88]a[0xee][0xe5][0x9][0xe9]U[0x89]!CR[0x10][0x1d][0x8e]+[0xfb]53L[0xf6][0x17]C}Z[0xef][0x6][0xc][0xe7]jM[0xbf]in[0xe4][0xca]7[0xcf]3][0xed][0x85][0xba][0xa3][0xdb][0xfd]/[0xaa][0x94][0xda]GV[0x8d][0x4][0x17]M0[0xd5][0xf7][0xec][0xcb]"[0xa1][0x8a][0x19][0xcc][0xaa][0xb8][0x82]E[0xf1][0x93]Pq[0x9][0xaf][0xc8][0xd8]QQBY[0xc5]g[0xa8][0xa8][0xb8][0x81][0xeb]2[0x1e][0xaa][0xf8][0x1c][0x9a][0x8a]44z[0x90]ou;[0xa9]'e[0xec][0xaa]x[0x84]/T|[0x89][0xaf][0x18]F[0x92])[0x15]_c[0x8f][0x81][0xa5]U,[0xe1]:[0x83][0xf6][0xdf][0xdb]C[0xc0][0xc3]peX[0xa3]2\zY[0xc5][0xa4]g[0xbf]>[0xa4]`[0x83];n[0xc3][0xd2][0x9b][0xa6][0xd2][0x3][0x6]wr[0x9f][0xb0]7z[0xe6]{a[0xc0][0x10][0xc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x88][0x8c][0xf6][0x99]Hk[0xc3][0xce][0x9b][0xb6][0xa3][0x9b]5[0xde][0xcf][0xb3][0xa7][0x8f][0x14][0xfd][0xf0][0x90][0x9b][0xf5]2J[0xc][0x97][0xbb][0xd1]J[0x8e]e[0x98][\r][0x82][0x1b][0xd2]h2[0x95][0xb4][0xad][0xb7][0xc4]s[0xf6]T[0xe4][0xc7]R[0xf]y[0xe9]+z[0xf3][0x88][0xf7][0xe5][0xef][0x8c][0xd4][0xb0][0xfc][0xb3][0x3][0x8][0xe5][0xf3][0xe9][0x8a]t[0x8d][0xbe][0xad][0xd3][0xf4][0xad][0x1e][0xc1][0x9c]h[0x19][0xda][0xc5]E[0xaf][0x80][0x6][0xc3][0xb5]^F[0x18][0x92]h![0xb2]\%[0xcb]][0xb2]1Z[0xc3][0xda]O`[0xa7][0x18][0xf9][0x91][0xf6]![0xbc]J[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdd][0x80]r[0xc8][0x94]%I;[0xd5][0xf3][0xc3]5[0xbc]F[0xeb]|[0x8f]e[0x81]V[0x91][0xf5]u[0x8a][0x11]Y[0xab][0xb4][0x8a]hE;EH[0xcb][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9],[0xef][0x4][0xad] /[0x89]N[0x11][0xca][0x9c]tQ\o?[0xb7][0xd8]y[0x9c][0xe7]{[0xee][0x16][0x82][0xbb][0xcb]A=o[0xb8][0xb8][0x8b]~5{[0x94][x[0xc7]<\[0xed][0x4][0x17]N0:[0x0]~[0x91][0xc2]R[0x98][0xa4]99[0x83][0x8f][0x5][0xf0]1[0xba][0x9b][0xf5][0xe1][0xbd]"c[0x1e][0xbc]$[0x89][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc0]3[0x94][0x85][0x6][0xc8]/[0x9a]Sf[0x91][[0xd6]2K[0xa7][0x90][0xfb][0x95]|[0xf][0xa3]x[0xdf][0x85]Kzn[0x1][0x9c][0x8c]ed][0x18][0x19]o[0xd2][0xbf][0xec]HW[0xdd]rP[0xb7][0xf0]z;[0x80]~[0x87]([0xbd][0xeb]R[0x11][0xd0]5_[0xef]D[0xe6]O[0xcc]i[0xbf]@[0xca][0x9c] [0xfc][0x1c]Q[0x8d][0xd6][0xc8]s[0xc8][0xd2]1[0xa4][0xd0][0xf7][0x1][0xa1]Q[0x17][0xec]vW[0xed][0x89][0x80]L[0xc2]'sV{[0xc2][0xa7][0x10][0x13][0x9f][0x18][0x1f][0xf0][0x7][0xbf][0xd6]B[0xe6]/[0xa8]^[0xbd][0xc7][0xb8][0xd5]A[0xfe][0xe][0xd9][0xa5][0xb8][0xf2][0x2]c$[0x91][0xfb][0x4][0xaa][0xbb][0x8f][0x8f]{[0xa6][0x17][0x98][0xa0]C[0xd4]=<[0xb3]f[0x8e][0xb5]][0x87]*[0xe][0xf0][0x84][0x96][0xcb]Z[f[0x89]q[0xe5][0xa9])o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3]V[0xc4]I[0xe][0xb4]o-[0xa2][0x9][0xd3]x[0xa0]w[0xb3][0xd3]3[0x8e][0x89][0x16][0xb4][0xc1][0xbe]xJ@`E[0x94][0x90][0xad][0x1][0xa1][0xc1][0x99]z[0x8d]g[0x5][0xf4][0x8a]3D[0xbd][0xa0]G-Z [0xf6]R[0xe7]U][0x9a][0xea][0xce][0xc7][0x1d]M1[0x2][0x9b][0xca][0x17][0xa8][0xfa]j&[0x83]'[0xe8]_[0xb1]v[0xfa][0x1f][0x8f][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbb]=4n[0xa7]7[0x17]v @6[0x1d]j[0xb2];hf[0x96]F[0x17][0x8d][0x81][0xd8]]H[0xb1][0x9e][0xef][0xe1][0xfa][0x96][0xde][0x9a][0xf0]8=7[0xd1][0x8][0xfa]W[0xce][0x8d]V[0xf8][0xd1][0x86]Nzk[0xb3]vS[0xfc][0xdd][0x0][0xb7][0xac][0xe8]O[0x96][0xad][0xed][0x11]k;D[0xe6][0xbd]du[0xe1])z[0xb2][0xbc][0xbf]Ql[0x99][0xc6]T[0xec];[0xb8]V[0xd1]$a[0xbc]w[0x15]n[0x9][0x9f][0xe1] [0x19][0xb2][0x84][0x9f][0xe1][0x19]tG[0xdc]=[0xab][0xf0][0xba][0xf0]9:[0xe2][0x11][0xf7]*|.[0x84][0xfd][0xab][0x8][0xb8]0MK[0xf1]U[0x4][0x9b][0xd0]t[0xe7][0xab][0xbf]q[0xdf][0x11][0xb0][0xb7][0xd3][0xa9][0xec][0xd9]A[0xc9][0xbb][0x89][0xea]!"{[0x84][0xde]N[0x10]0Fa[0x80][0x12]w[0x10][0x94]([0xad][0xba][0x9][0xe4]a[0xc4][0xd0][0xc3][0xa9][0xa6][0x4][0xad][0x14][0xe2][0xe8]%[0xa8][0xcc][0xea]C?[0xc1]w[0x8]Z[0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "yZ[0xfb][0xf7]p[0x91][0xf7]a[0xbf]M[0xec][0x12]Eg2[0x84]{[0xc2][0xa1][0xf0]c[0xe1]M[0x16][0xbf][0xcd]2[0xa6]K[0xc2][0x6][0xf8][0x8e].l!9J[0xa2][0x86]E[0xf6]0[0x9e][0xa6][0x9c][0x96][0xa8]![0x8e]"lg[0xf2][0xb3]O[0x10]Ea[0x99][0x8e][0xd1][0xc8][0xd6][0xfc][0xf7][0xd1][0x9][0xc0][\r][0x4][0xa9]Sj[0xc1]-:[0xa0][0x1f][0xd2]q[0xbd]M[0xdf][0xbb][0x8f][0xe8][0x93][0xf3]1][0xb0]O[0xb8]L'-[0x0]B[0xa6][0x94][0x90])%dJ[0x9][0x99]R[0xb6]L[0xcc][0x1a]#K[0xa6][0xf8][0x9].[0x98][0x87][0xb]V[0x8a][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0xa6][0x88]h[0x8a][0x88][0x96][0xa4]h[0x96]t[0xe3]e[0xd2]9[0x9f][0x8b][0xd3]8[0xc3][0xc7][0x17][0xff][0x1]PK[0x7][0x8][0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/AnyOf.class[0xcd]W]S[0x14]G[0x14][0xbd][0xbd][0xec][0xcc]~[0xb0]*[0xc1][0xaf][0xac][0xb2]FMHp[0x1]Ww0[0x1f][0x2][0xab][0xa8][0x11][0x8d][0xb]$B4[0xa2]&5,[0x3][0x8c]ag[0xac][0xd9]!%[0x95][0xef][0xbc][0xf1][0x90][0xdf][0x90][0xa7][0xbc]%U[0xc9][0x8b][0x98]X[0x95][0xaa][0xbc][0xe6]5[0xcf][0xf9][0x19]yM[0xe5]tOO[0xef][0xe][0xbb][0xb][0x11][0x8c]%[0xf][0xd3]w[0xa7][0xef]=[0xf7][0x9c]33[0xdd][0xcd][0x1f][0xff][0xfc][0xfa][0x1b][0x11][0x9d][0xa6][0xbb]i[0xda]EW[0xd3][0xa4][0xd1];I[0xba][0xc6][0xc7]r[0x82]&[0xf8][0x88][0x9b][0x93]4[0xc5][0xa3]w[0x13][0xf4]^[0x9a]Rt[0xbd][0x93][0xa6]i[0x86][0x17] [0xe7]}F[0xfa][0x88][0xed][0xd8]~[0x89][0xd1][0xc1][0xbe][0xf2]=[0xf3][0x13][0xb3][0xb0]l:[0x8b][0x85][0xab][0xbe][0xe5][0x99]s[0xcb][0xd6][0xf0][0x89][0x1b][0x8c][0xe2][0x17][0xdd]y[0x8b][0xd1][0x9e][0xb2][0xed]X[0x93]+[0xd5]9[0xcb][0x9b][0xe1]s[0x8c][0xba][0xcb]n[0xc5]\[0xbe]az6[0xff]-o[0xc6][0xfd]%[0xbb][0xc6]([v[0xbd][0xc5][0xc2][0x92]Y[0xad]xV[0xcd]/T\[0xcf]*[0x8c]9[0xab]S[0xb][0xc3][0x8c][0x92]U[0xd3][0xaf],Y[0x1e][0xd2][0xf6][0xb5]j[0xca][0xe8]@[0x14]y[0xf5]~[0x88]~[0xa4][0x1d][0xec][0xc8][0xcc][0xcc]p[0x9][0x95][0xc5][0x16][0x80]#[0xd1][0xa2][0x89][0xa0][0xfb][0xc8][0xa0]([0xe1]E[0xa9]i{[0xd1]1[0xfd][0x15][0xf][0x1d][0xce][0xb4][0xf2]a[0xb][0x4][0xee]R"[0x10][0x5]M[0xfb][0x1b][0x11][0xa6][0xe6][0xee]Y[0x15][0xf8][0xc4],#[0xe6]r[0xcb][0x9a][0xa6][0x18][0xa5][0xe7][0xad]Z[0xc5][0xb3][0xe7][0xac][0x19]d[0xe4][0xfa][0xa2][0xbd].[0x89][0xb9][0xfb][0xbe][0xed]:[0xa2]O[0xe7]|[0xfd][0x6][0xa3]C[0xed][0x93][0x19]i&w[0x86]Q[0xa1][0xf5][0xa3][0xdd][0xe4][0x9]-[0x8d][0xcc][0x9c]mfZ[0xda][0x8e]5[=[0xb0][0xec][0xf5][0x15][0xc7][0xb7][0xab][0xd6][\r][0xbb]f[0x3]n[0xcc]q\[0xdf][0xe4][0x2]j[0xe2]5h,[0xbe]lV|[0xd7][[0xe5]O[0xb9][0xef]v[0xcb][0xb6][0x9b][0x8a]:[0xd8][0xa6][0x6][0x9e][0xb7][0x9e][0x91]"[0x18]M[0xb7][0xb1]c[0xd3][0xb2]-[0x95][0x8f][0xf7][0xb5][0xe6][0xf3][0xe4][0xca][0xb4][0x5][0xdb][0xab][0xf9]M~[0xd5][0x5][0xea]5[0xab][0xe2]:[0xf3][0x8c][0xba][0x2][0x19]+[0xbe][0xbd]\([0xdb]5[0xfe][0xf6][0x1d]n-B[0x92][0xec][0xd9][0xdc][0x99][0x93][0x1b][0xf0][0xb6][0xfc][0xd4][0xaa][0xed][0xde][0xac][0xf6]$vd[0xf2][0xdd]'2y[0x1b][0xd6]c[0xb9][0xf3]`[0xec][0xda][0xd3][0xd5][0xb5]#[0xcd][0xb5][0xa7][0xa0][0xf9][0xc9][0x9d][0xd0][0x17][0xdc][0x15][0xcf]_b[0xf4][0xfd][0xb3][0xb3]bG6[0xad][0xfd]o6m[0xeb][0xb]^[0xe0][0xde][0xfd][0xfe]|x[0xb7]#_[0xbf]{[0xc6][0xbe]n[0xc3][0xed][0x9a][0xfd][0x80][0xbb][0xfd][0xd7][0xf3][0xef][0xf6][0x8e][0x9e]Da[0x93][0xb3]D[0x83][0xee]i[0xdf][0xb3][0x9d]Eq[0xba][0x88]=8[0xc5]/[0xa7][0xa3]'[0x15][0x99][0xc0][0xe8]Bk[0xc3]Z[0xf0][0x98]^r=[0xbf][0xb2][0xe2]_t[0xab]s[0xb6]#6[0xf4][0x90]Uz[0x1a][0xb]E[0xc5][0xba]l[0xf3][0x3]]Z[0x10]>[0xc9]13[0xb4][0x9b][0xf6]d[0xa8][0x87]8[0xf][0xd7][0xcb][0xd0]Q[0xba][0x80]][0xbb][0x8d][0xc6][0x4][0xdd][0xcc][0xd0][0x7]t+C[0xaf]P/[0xa3][0xbd][0xf5]}h[0xcc][0xf3][0xcc]U[0xbe][0x19]q[0xc0][0xd9][0x4][0xdd][0xce][0xd0][0x1d][0xca]1[0xea][0xfd]O,[0xb1][0x8b][0xb6]8[0xbf][0xcd][0xf2][0x3]\[0xd7][0x86][0x1e]8[0xa1][0xe8]f[0x8d]w[0x2]8[0xe][0x3][0xcd][0xa7][0xbe][0xe6][0xdd][0xb6][0xa3][0x8f][0xdb][0xbc];z[0x1f][0xb7][0xcd][0xf9]y:[0x86]s[0xfa].[0xe2][0x9d][0xc4][0xb8][0x19][0x14][0xa3].[0xfc][0x9a][0xc5][0x18][0xc3][0xa8][0xe7][0xfb][0xd7][0x89][0xfd][0x8c][0xa8][0x83]^[0xc0]5-[0xee]v[0xa3]j/[0xae]D[0x7][0x82],[0xfc][0xda]'Pt[0xda][0x8f]{[0xb0]02[0xf7][0xa2][0x9a][0xcb]b[0xee][0x10][0xe2][0x18][0x1d]F[0xd4]C9\y[0xbf][0x9][0xe0][0xf3][0xec]D[0xbe]?[0xfe][0x90]b?[0xa8][0x86]:[0x12][0x8]p[0xf5]f[0x9][0xd5],AG[0xe8]%[0xd9],#[0xf2][0x12][0xb2][0x19][0xc3][0x83]<&[0xa1][0xaf]K[0xe8]d[0xbe][0xbf][0xbb][0xe3]![0xc5]7[0x8a][0xe9]AU[0xae][0x1]?[0xa9][0xf0][0x93]t[0x9c]^[0x8e][0xe0]'%~[0x8a][0xbf][0x1]@[0xe1][0xf8]oc[0xe4]s[0xa9][0xc7][0xa4][0xdd][0xca][0xaf][0x93][0xfe][0xd3][0x6][0xf2][0xaf][0x9][0xf0][0x0] %[0xfc][0xa1][0x6][0xc8][0x94]p[0x85][0xa4]+[0xaf]";[0xa8][0xeb][0xc3][0xb8][0x86]6'd[0x9b]K[0xb8]'([0xe4][0x1f]Q[0xe2][0x11]%7v)6tI[0x2]3[0x1f][0xe9][0xc2][0xef][0xf4][0xab].[0x3][0x91].\[0xcc][0xa0][0xec][0xf2]-f;0[0xe6][0x1e]S[0xea][0xd6]:[0xa5]'[0x6][0xf2][0xbf]Pg[0x8c]n[0xe][0xf4][0xcb]1[0xd2][0xba][0x9b][0xe2][0xb8][0x8e][0x2][0xbe][0x84][0xf2]s[0xf0][0xe6][0xbc][0xa0]q4[0x0][0xa1][0x93]T[0x10]N[0xe6][0xe8][0x14]"&h[0xec][0xc7][0xbf][0x8f]1A[0xad][0x9e]UTY[0x86][0xca][0x1a]BV@[0xf7]L[0x13][0xdd][0xd7]%[0xdd][0x1f]1[0xcb][0x19][0xf4]J[0xba][0x93][0x83][0x92][0xee][0xa0][0xa4];8 [0xc7][0x8][0xed][0x3]x[0x89][0xae][0xa1]Q[0x19]0[0x13][0xa0]=[0x9]2S[0x82]z>[0x0]T[0xd4]{%u[0x1e][0xbd][0x81]([0x86][0xaa][0x9c][0x10][0xd1]!D[0xd4][0xf3][0x8b]*[0xdf]P[0xf9][0x86][0xca][0x1f]B~ [0xe7][0xcd]&9oI9b[0x96]33[0xa4][0x9c][0xb3][0xf1]l\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xca][0xc6][0xfb][0xc3]` [0xc][0x6][0xc3] "[0xee][0x10][0xa0][0xf9][0x7][0x9c][0xa2][0xdb][0x10]t[0x7][0x1f][0xda]][0xb4][0xf8][0x10][0x8f][0xf8]#!p(h[0xa1][0x4][0x1a]J[0xa0]![0x5][0xf2][0xe8],[0xa2][0xe]`[0xe4][0x85][0xd4][0xb8][0x90]Z[0xaf],[0xaa]JCU[0x1a][0xaa][0xd2]P[0x95]C[0xa8][0xc]D[0xf]7[0x89][0x1e][0x91][0xa2][0xff][0xc6],g<[0x1a][0x8a][0xd6][0xb2]Z(Z[0xb]Ek[0xa1]h-[0x14][0xad]e[0xe3]a[0x14][0x91][0x4][0x9f]3[0xd1]=[0xb4][0xf8][0x18]r[0x97]![0xbf][0x8a]f[0xe][0xe4][0xbb] y_XP[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a]*[0xb]F[0x95][0x5][0xa3][0xca][0x82]Qi[0x1][0x8f]F[0x11][0xc5][0x81]8$[0xcc][0xd0][0x84][0x19]u[0x8c][0xa2][0xc2]0[0x14][0x86][0xa1]0[0xc][0x85]a([0xc]nd`K[0xa9][0xc9][0x96]s[0x81]-[0xec] f[0xb9][0x92][0xf1][0xd0][0x16]=[0xab][0x87][0xb6][0xe8][0xa1]-zh[0x8b][0x1e][0xda][0xa2]+[[0xf4][0xac][0x16]F[0x11][0x83][0x8e][0xe3][0x85]$[0xfa][0x14][0xcd]>[0x83][0x19][0x9f][0xc3][0xa0]/[0xd0][0xf6]K[0x18][0xf4][0x15][0x88]Mc[0xf4][0x8d]0[0xe9]J[0xd0]^[0x99]4[0xae]L[0x1a]W&[0x8d]+[0x93][0xc6][0xa5]I<:[0x8f]H[0x3]~I[0xd8][0xa5][0xb][0xbb][0xea]hE[0x85]f(4C[0xa1][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd]Ph[0x86]B[0x1b][0x2]Z`[0xdc]X[0xa3]q]c|[0xe3][0x96][0xeb][0xfd]M p[0xc]l%[0x3][0xeb][0x94][0xa9]/[0xf7][0xc1]:[0xb9][0xa7]a[0x81]j[0xdc]J.[0x8a][0xa5][0x9e]G[0x97][0xb0][0xa4][0xc7]Zl*[0xe1]rt[0x19][0xa4][0xf8]x[0xe5]_PK[0x7][0x8],[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.class[0x9d]S[0xdb]n[0xd3]@[0x14][0x9c][0xcd][0xcd][0xc4]5[0xad][[0xa8]![0xa5][0xd0]+[0x90][0xa6][0x2][0x8b]7[0xda][0x98][0x8][0x11][0x9][0x81][0x14][0xe0][0xa1]UT[0xde]X[0xbb]K[0xb2]Ub[0xa3][0xb5][0x83][0xc4]_[0x81][0x4]T[0x2][0x89][0xf][0xe0][0xa3][0x10]gS[0xc7]m[0xda][0x80][0xa2]>x[0xcf][0x9e][0xcb][0xce][0x8c][0xc7][0xde][0xdf]~[0xfc][0x2][0xf0][0x8]U[0x13][0x6]V[0xcb](a[0xcd][0xc0][0xba][0x89]<6[0xf4][0xb2]i[0xe0][0xae][0x81]{[0xc][0xc5][0xf7]R[0xc5][0x9][0x83][0xd3][0x8a]T[0xc7][0xed][0xf2]~[0xa0]D[0x9c][0xb8][0xaf]x[0x12]t[0x85][0xaa]3[0x94][0xf7]d'[0xe4][0xc9]@[0x9][0x86][0xe5][0x89]C[0xde][0x83][0xfd][0x83]z[0x83]FK[0x9e][0xc]e[0xd2]`[0xa8]T'[0xa3]m[0xb5][0x19][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcd][0xe8][0x90][0xa0][0xe6]Z2[0x14][0xaf][0x7]}_[0xa8]}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xf7][0xa8][0xb2][0xd0][0x8a][0x2][0xde]ks%u[0x9e][0x16][0xb]IW[0xc6][0xc][0x8b][0xcd][0xa8][0xef][0xcb]P[0xd7][0x9e]EI7[0xc5]c[0xb0]^[0x86][0xa1]P[0xcd][0x1e][0x8f]cAc[0xf5]q[0xda] R[0xc2]==[0x99][0x9e][0xda][0x9c][0x88]E[0xf2][0x8d][0xfe][0x8][0xd6][0x19][0x97][0xf2][0xe9][0xc3]H[0xce][0xd3][0xcb][0x13]x[0xa9]I+[0x93][0xbd]IM[0xd4][0xe][0xe5]yx[0xc8][0xf0][0xe4]_[0x1e]N#[0x81]x[0x8a]D[0xad][0xdf][0xe5][0xc5][0xff][0xf9][0xa6]A[0x1b]I[0xaf]z[0x7][0xbb][0xad]#[0xfe][0x91][0xbb]=[0x1e]v[0xdc]7[0xfe][0x91][0x8][0x92]z[0xe3]b[0x89][0xc1][0xdc][0x8b][0x6]*[0x10][0xcf][0xa5]v[0xcd][0xb9][0x80][0xf8]P[0x1f][0xb1]`[0xe1][0xbe][0x85]+(3lL!C[0xcf]_[0xb5]P[0xc1][0x12][0xc3][0xce][0xa5][0xbf][0x3][0x83]}^/Y^[0xdd]j[0xd3]e)[0xd1]][0x1][0xe8]W[0xd4][0xa2]([0x9a][0x94][0xe5]0C[0xf][0xd3][0xdc][0x14]g[0xa9][0xe2]S[0xcc]Q4k[0xc7]`[0xb5][0xed]o[0xc8]}[0xa1],[0x8f]9Zg)[0x2][0x8f]Q[0xc0][0xe]![0xec][0xc2][0xa6][0xcc]9[0x99][0xc6]<[0xae][0x3][0xc3][0xdd][0xe2][0x10][0xdd][0x19][0xeb][0xdd][0xc8]z3[0x19][0xf3]M[0xda][0xd1][0xeb][0xa6][0xbc][0xef][0x8][O[0xdb]?[0x91][[0xfb][0x8a][0xdc]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xdb][0xdf]Q[0xfc][0x9c][0xb1][0x97]h[0x1e][0xf0][0xce][0xb0][0xda][0x19][0xab][0x8d][[0xe7]X[0xed][0x8c]U[0xf7]NY[0x97][0x9][0xed]dw[0x1b]w[0x86]q[0x5][0xd7][0x86][0xda][0xe8][0x8a]So[0x1][0x95][0xbf]PK[0x7][0x8][0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.class[0xa5]S]o[0xd3]@[0x10][0x9c]s>L\[0xd3][0x9a][0x2].[0x81]B[0x81][0x16]HS[0x81][0xc5]+I[0xf3]@[0x4][0x2])mU[0xb5][0x8a][0xca][0x1b]gs$W%6:;H[0xfc]+[0x90][0x80]J [0xf1][0x3][0xf8]Q[0x88]=[0xd7]qI[0x9b][0xa2]H}[0xb0][0xf7]vwnfn[0xed][0xfb][0xfd][0xe7][0xc7]/[0x0]OQ[0xb3]`[0xe2]n[0x5]e[0xdc]3q[0xdf]B[0x1][0xab][0xfa][0xb5]f[0xe2][0x81][0x89][0x87][0xc][0xa5][0xf7]R[0xc5][0x9][0x83][0xdb][0x89]T[0xcf][0xeb][0xf3]a[0xa0]D[0x9c]x[<[0x9][0xfa]B5[0x18]*{[0xb2][0x17][0xf2]d[0xa4][0x4][0xc3][0xf2]TP[0xf3][0xf1][0xfe]A[0xa3]E[0xd0]rS[0x86]2i1Tk[0xd3][0xd9][0xd6][0xbb][0xc][0xc5]v[0xf4][0x8e][0xa8][0x16]:2[0x14][0xdb][0xa3][0xa1]/[0xd4]>[0xf7][0x7]TY[0xec]D[0x1][0x1f]t[0xb9][0x92]:[0xcf][0x8a][0xc5][0xa4]/c[0x86][0xa5]v4[0xf4]e[0xa8]k/dBT[0x19]#[0x83][0xfd]:[0xc][0x85]j[0xf]x[0x1c][0xb][0x2]nN[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x7][0x91][0x12][0xde][0xc9][0xde]l[0xd7][0xda]9lt[0x4]s8&v'[0xed]|[0xfa]0[0xb6][0xf4][0xfc]"[0x12][0xcd]lT+[0xd3]'[0x94][0x8d]R[0xcf][0xc9][0x88][0xc8][0xc4][0xe6]y[0x83][0x9c][0xc5][0x3][0xc9][0x94][0xa2]$=[0xcc][0xab][0xff][0xcb][0xcd][0xc2]6v^k[0x1e]<[0xeb][0x1c][0xf2][0x8f][0xdc][0x1b][0xf0][0xb0][0xe7][0xed][0xf8][0x87]"H[0x1a][0xad][0xb3]%[0x6]k/[0x1a][0xa9]@[0xbc][0x94]zl[0xee][0x19][0xc6]'z[0x8b][\r][0x1b][0x8f]l\B[0x85]au[0x6][0x1b][0x1a][0xd9]F[0x15]7[0x19][0x1a][0x17][0xf8][0x10][0xc][0xce]i[0xc7][0xc][0x85][0xda]z[0x97][0xee]L[0x99][0xae][0xc]@[0xa4][0xb6]E[0xd1][0xa2][0xcc][0xc0][0x1c]=L[0xab]S[0x9c][0xa7][0x8a]O[0xd1][0xa0]h[0xd5][0x8f][0xc0][0xea][0x1b][0xdf]`|[0xa1][0xac][0x80][0x5]z[0xcf]S[0x4][0xb6]P[0xc4]61[0xec][0xc0][0xa1][0xcc]=F[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xae][0x1][0xe9][0xea]z[0xca][0xee]N[0xf4][0x96][0xf2][0xde]\[0xae]|[0x83]Vt[0xe0]L[0xf7]-qk[0xb4][0xf3][0x13][0x85]7[0xf5][0xaf]0[0x8e]P[0xdc][0xf8][0x8e][0xd2][0xe7]\[0xbd]Lx`[0xf7][0x1f]U'Wup[0xeb][0x94][0xaa][0x93][0xab][0xea][0xde][0x89][0xea]2[0xb1][0x1d][0xaf]n[0xe3]N[0x1a]Wp5[0xf5]F7[0x9d]z[0x8b][0xa8][0xfe][0x5]PK[0x7][0x8][0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/core/CombinableMatcher.class[0xbd]V[S[0xdb]F[0x14][0xfe][0xd6]8[0x18][0xb][0x91][0x80][0xe3]@[0xcc]%![0x9][0x10]cC[0xdc][0x96][0xde][0x88][0x1d]Z[0xc2][0xa5][0xd0][0x9a][0xd0]`[0x7]J[0xda][0xb4][0x95][0xed][0xc5](cK[0x8c]$:C[0xa7]O}[0xeb]_[0xe8]o[0xc8]C;[0xd3][0x96][0xa1][0xcc][0xf4][0x7][0xf4]GurV[0x12][0x12][0xb6]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa1][0xd3][0x7][0xed]Y[0xed][0x9e]=[0xdf]w.:[0xab][0xbf][0xff][0xf9][0xf3]/[0x0]o[0x83]K[0x88]c%[0x8a]N[0xac]v[0xe3]S|&[0x86]|7[0xd6][0xf0]$[0x82][0xf5][0x8]>[0x97]h[0xe7][0xa9][0x84][0x8]6[0xc4][0xac][0x10]AQB76"x&[0xa1][0x7]+b[0xd8][0x8c]`KB[0xaf][0xd8][0xfc]BBL[0xc8]m[0x86][0x81][0x5][0xbd]^R5[0xa5]T[0xe3]K[0xaa][0xb5][0xcb][0x8d]5[0xc5]*[0x93]`[0x90]W5[0x8d][0x1b][0xb]5[0xc5]4[0xb9][0xc9]p[0xc3]W|[0xac][[0xbb][0x9e]Z[0xa4]~2[0xeb][0xcf][0xeb]F5[0xb3][0xab][0xd4][0xcb][0x6]7[0xad][0x8c][0xab][0x91]e[0x88][0x16][0xd4][0xaa][0xa6]X[0xfb][0x6]g[0x18][0xe]T[0xca]M[0x17][0x8b][0xd9]9R[0xed][0xcc][0xa9][0x9a]j[0xcd]1$[0x92][0xc1][0xd6]&7[0x19][0xc2][0xb]z[0x85]L][0xcb][0xab][0x1a][0xb2]_/q[0xa3](h1[0xc4][0xf2]zY[0xa9]m*[0x86]*[0xde][0xdd][0xc5][0xb0][0xb5][0xab][0x12][0xff][0xf1]F{e[0xdd][0xe0][0x19][0xdf]%[0x9f]l[0xa3][0x8d][0x83][0xbd][0x13];[0xa9][0xf3][0x18][0xc8][0xb9]~[0xdc][0xe][0xa6][0xef][0xfa])[0x9c][0xe8]q[0xe2]f[0x16][0x94][0x1d]^;`[0xc8]$[0xf3]/[0x95][0xef][0x94]LM[0xd1][0xaa][0x99][0xf5][0xd2]K^[0xb6][0xb2][0x8d]6[0x16][0xb9]Y6[0xd4]=K[0xd5][0xb5][0xec][0xe4]srL[0xb5]x]8[0xdd]r[0x8e][0xa1][0xab][0xae][0x9a]6[0x0][0xc3]`{+[0xc][0x1d][0xc4][0x87]a4I[0xe2]l0[0xa9]b/[0x94]xQg[0x18]I[0x9e][0xa1]L[0xbe]uW[0xfc][0x5][0xc2]P[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0xa3]v[0x9]=g^[0xae][0xe8][0x96]]e+gG[0xf6]"I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe9]d[0xaf][0x8f][0x82][0xb8]WS,^[0xc9][0xab][0xa6][0xb5]E[0xdf][0x0][0xc3]t[[0xae]v[0xa8][0xf7]-[0xb5][0x96][0x99]7[0xc][0xe5]@[0x1c][0xb1][0xa3][0xed]([0x88][0xcf][0xa4][0x8d][0xca]L[0xd0]z[0xee],W[0x4][0xc3][0xa7][0xff][0xe2][0xec][0x9b][0xd8][0xc][0x97]t[0xe1]c[0xe1]2[0xf9][0x18][0xb]l[0x6]d[0xfc]V;[0xf4][0xfc]J[0xc1]F[0xff]>G[0xb3][0x87][0xad]%;[0xd7][0xd6]S[0xe7][0xe4]%h[0xe5]<[0xf0][0xc4][0xc6][0xbe]f[0xa9]u[0xbe][0xa9][0x9a]*[0xe9][0xcc]k[0x9a]n)[0xa2]H[0xcd][0x96][0xee][0xb5][0xac][0x94]-[0xdd]8[0x10]-[0x89][0xab]N[0xe5]=[0xfb][0x8f]"[0xd6][0xd0]g[0x9][0xe0][0x87][0xff])$[\r][0xb8]~P[0x16]r[0xc5] [0xf0]F[0xe3][0xa2][0xf][0x8a]N[0xb5][0xa8]*UM7U[0xad][0xda][0xf4]-I[0x5]}[0xdf]([0xf3]eU[0xb4][0xca][0xfe][0x16][0x1a][0xf][0x4][0x80][0x8c]a<[0x97]q[0x13][0x89][0x8][0xbe][0x94][0xf1][0x15]^[0xc8][0xf8][0x1a][0xdf]D[0xf0][0xad][0xc][0x5]%[0x86]{[0xe7]p[0x88][0xae][0xac]V[0xad][0xf9]Zm}G[0xc6][0xfb][0xf8]@`[0x94][0xc5]0[0x12][0xac][0xa8][0x1d][0xac][0xef]0\[0xf][0xf8]pdT[0xf0][0x82]a[0xf6][0x8d][0xeb][0x8c]!{[0x89][0x84]0L[0x9c]/[0xe2][0xd4]P[0x93][0xa2][0xc9][0xc6][0x83][0x8a][0xc3][0xbb][0x8f]E+[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb8]QD+[0xef]=i[0xe5]k[0xde][0x1d]q[0xc1][0xcb][0x87][0xd0]o[0xb6][0xdb][0xa5][0xe0]*{{\[0xab][0x9c]Z[0x13]![0x9f]m[0xaa][0xe6][0x2][0xaf][0xed]8*[0x14][0x8d]js17[0xde]R[0x3][0xa7][0xe9][0xad]Z[0xdc][0x10][0xd1][0xb3]it([0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xee][0xd0]/O[0x9c]~[0x93][0xe8].[0x14][0xc5]Er[0x90][0xde]B[0x18]B[0x17][0xcd][0xa9][0x14]h~[0x8b]VJ$C$[0xa5][0xd4]!X*[0xfd];B[0xbf][0xd2][[0x7]n[0xd3]x[0x95]$[0xed] L[0xbf]MQ[0xc8][0x18][0xa5][0xb7]~G[0x9b][0xec][0xdf][0x5][0xec][0x99]c[0xfd]^[0xc3][0xde][0x98][0xb7]7[0xe4]![0x8f][0x93][0x9d][0x9][0xdc]wq$[0xdb][0xc2][0xfa]p[0xea]7[0x84][0xd2]G[0xe8][0x8][0xe1]g[0xf4][0xda]/SG[0x8][0xd3][0xe6][0xab][0xf0]+[0x8f]I[0x8c][0xce][0x82][0xfe][0xd3]z[0xd0]G6cd1n[0xb3][0x19]ulxl[0x86][0x91][0xc4]$![0x8a]Y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0xc2][0xf2]y[\r]{[0xbc][0x84][0xd6][0x94][0xc7]k[0x9a]f[0xf][0x90][0xa1]Q[0xf0][0xda]t[0xe3]![0xa7][0x5][0x97]#\[0x9]a[0xcb][0x8f][0x88]d[0xef]%([0x1e][0x83][0xa7][0xa2]!{[0xf8]2[0xde]"T'[0x1a][0xb2][0xcd]CvQ[0x19][0xfd][0xb0][0xbe][0xe3][0xfa]^[0xa1][0xdc][0x88]s[0xf1]ctn[0x1f]#[0xb2][0x9d]J[0x1f][0xa2][0xeb][0x10][0xd1]CH[0xbf]xX[0x9d][0xf6][0xf9][0x91]S8q[0xf]'[0x8e][0x99][0xa6][0xa8][0xc7]=[0xef][0xc4][0x9e][0x1f][0xf5]wi[0xf6]^;[0xe4][0xee][0x13]d9[0x0][0xf9][0xce][0xa5][0x91]C[0xa2][0xf9][0xb8][0xc8]?[0x91][0x14][0xb9]J[0x1c][0xa3]g[0xfb][0x10]W[0xd7][0xa6]D|[0xff][0xc0][0xb5][0xad][0xa9][0xb4]=[0xfa][0xf0]N[0xb2][0xc7][0xa9]P'([0xdd][0xf7]1@[0xe9][0xf2][0x93][0x9d][0xf0][0xa8]$\*][0xa4][0xf5]!f[0xdd]d[0xfb]Zc[0x9e][0xd6][0x90][0xa7][0xf5][0x90][0xb4][0x1c]zY*[0xe9][0x1c][0x1e][0x91][0xb6][0xa0][0xb7]DR8[0x1d]=F[0xef]6}[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "}[0xcd][0xd1][0x98][0xb1])89[0x8d][0xda]5[0x8f]SY[0x16]+s$[0x1d][0xd3][0x1f][0xe1]c[0xf7][0xdc][0xbc][0xbd][0xf7][0x18][0xb][0xad]01[0x1]s[0xbd][0x19]f[0xe5][0x2]0[0x8b][\r]0[0x1d][0xee][0xea][0x12][0x96]m[0xf9][0x9][0xa5]G[0xc4]2DO'n[0x90][0xa5]^[0x92][0x3]H[0xbc][0x6]PK[0x7][0x8][0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]org/hamcrest/core/DescribedAs.class[0xa5]V[0xcd]W[0x1b]U[0x14][0xff]M[0x12][0x92][0x90][0x19]ZJ[0x81][0x12]([0x16][0xb4][0x1f][0xf9][0x82]T*[0xd5][0x16][0x8c]R(-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x94][0x92]Hm[0x11][0xda][0xc9][0xe4]5[0xc]&3afB[0xc1][0xaf][0xea][0xd2][0x8d]{[0xb7]n[0xdc][0xb8][0xb0]*[0xb4][0xe8]9[0x1e][0xd7][0x9e][0xe3][0xde][0xbf]F[0xbd]of[0x8]!L8=[0xc7][0xcd][0xcb][0xbd][0xef][0xdd]w[0xef][0xef][0xde][0xfb][0xbb]o[0xf2][0xe7]?[0xbf][0xfe][0xe][0xe0]u|[0x15]A[0x14][0xb7]Z[0xd1][0x85][0xdb]|[0x99][0x89][0xe0]=[0xbc][0x1f][0xc2] WfE[0xcc]a[0x9e]Kw"X[0xc0][0xdd][0x8][0x16][0x91][0xe5]K.[0x82][0xf][0xb0]$[0xe2][0x1e]>[0xe4][0xea][0xfd][0x8][0x1e]`[0x99][0xab][0x1f]qu[0x85][0x9f][0xae][0xf2][0xe5]!w[0xf0]([0x4]9B>[0xf2]a([0xdc]M![0x4]&[0xe0]t[0x81][0x99][0x8a][0xa1]V,U[0xd7]r[0xac]\)[0xc9][0x16][0xed]v[0xcc][0xae][0xcb][0x9b]r[0xba]$k[0xc5]t[0xd6]2T[0xad]8& T[0x96]-e[0x8d][0x19][0x2][0xba]gu[0xa3][0x98]^[0x93][0xcb][0x8a][0xc1]L+=[0xe7][0xec][0x93]IkV-j[0xb2]U5[0xc8]G[0x9f][0xa7][0xd1]x.7[0x96]![0xcb][0xe0][0xa6]\[0xaa]2[0x93][0x0],[0xd7][0xc5][0xba][0x93]_g[0x8a]E[0xc7][0xe2][0xc4][0xe2][0xad][0x87][0xb][0x13][0xb9][0xdc][0xcd][0xc5]y[0x1]Q[0xc7][0xa4]j[0xa9][0xa5][0xb4][0xc1][0x8a]l+[0xbd] [[0x16]34[0xee]h\[0xd5]T+# [0x13];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xda][0x1b][0xa7]G[0xc4][0xf8][0x92][0x80][0xc0][0xa4]^ [0xdc]'gU[0x8d][0xcd]W[0xcb]yf[0xe4][0xe4]|[0xc9][0xae][0x86][0xae][0xc8][0xa5]%[0xd9]P[0xb9][0xee]n[0x6][0xac]5[0x95][0xe0][0x9f];[0x1c]B[0xd1][\r][0x96][0x9e][0xb2]K[0x9a]g[0x85][0x9]s[0xcc].V[0xfd][0xed][0xed][0xca][0xbe][0x87][0xf3][0xc7]_[0xdd][0xaf][0xd4][0xe4][0xcb][0xe6][0xe5]\h[0x92][0x9c][0xdb][0x91][0xf0])>[0x93][0xf0]9t[0x9]_[0xf0]e[0x3]O$\[0x7]a[0xea]?v[0xd0]8[0xa6][0xb]D[0xb6][0xb][0xb1][0xe5][0xcb]C[0xd7]V[0x92]q[0x9]O[0xf1][0xa5][0x80][0x9e]f[0xa9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "hQJ[0xba]F[0xf9]u[0xc6][0xe2]^[0x13][0xd3][0xe9][0xd5][0x1e][0x1]g[0x9a][0xbc]b[0x2][0xae][0xd4]SbrM6[0xb2]l[0xa3][0xca]4[0x85][0x8d][0xc5][0x8f][0x19][0x8f]#[0xfe]j[0x91][0x2][0x8f]U[0xad]`w[0x92][0x6][0xbb][0xc5]t&[0x88]4>C[0x8d][0xdc][0xa3][0xcc][0xcd]j[0xde]t[0xe5][0xee][0xd8][0xcc]L[0xdc][0xeb][0xf5][0xef]i6T[0xd4]r[0xb9]RaZ!G[0xc3]*`[0xd8][0x83][0xdd][0xf1][0xe3][0x9e][0x81][0x96][0xa2][0xa1]W+[0xfc]][0xf2][0xe]|[0xea]`oF[0xb3](O[0xca]/\[0x91][\r][0x93][0x91][0xda][0xf0][0x9c][0xed][0xc7][0xa3][0xc9][0xbd][0x9c][0xf6][0xf4][0x1b][0xa4]3"$[0x9d]]$[0xed][0x1b][0xfa][\r][0xf0][0xd3][0xc4]s[0x8][0x89][0xe4][0xe]|[0x89][0xd4][0xe][0xfc][0x89][0xa1]][0x4][0xfe]@[0xcb][0xe][0x82][0xcf][0xe8][0xd4][0x8f]K[0xb4]v[0xa3][0x85][0xd6][0x1e][0xb2][0x8f][0xa2][0x95][0xfc][0x9d][0xa0]xQ[0x8a][0x16][0xa3][0xdd][0x84][0xe3][0x5]q[0x92]`K[0x1c][0x8d]`K[0x1c][0x8f][0xcf][0x96]8[0x12]?[0x92][0xb6]/[0x9f]k[0x9f]r[0xed][0xcf][0x12]V[0x9f][0x8b]z[0x88]n[0xd2][0xa4][0xd2][0xca]1[0xde][0xa5][0x1d]n-&~[0x81]?[0xb9][0x87][0x90][0xf]?[0xd4]@[0x5][0xed] [0x3]6[0x8][0xc7][0xa9]X[0x3]![0xe2]2[0xfd][0xf5][0x11][0xec][0x80][0x92]m'[0xba][0x1][0x5][0x8c][0xe0][0x8a][0xeb][0xfe]o[0x82][0xce][0xc1][0xaf][0xfe][0x84]0E[0xf0][0xed][0xa2]u[0xce][0x9f]I[0xed]"[0xf2]-F[0x92]|[0xa7][0x9f][0x14]q[0x17][0xd2][0x1e][0xda]|[0xb8][0xc7][0xb7][0x82][0xa9][0xc0].N[0xbc][0xc0][0xc9][0x91]=[0xb4][0xd3][0x1e][0x19][0x9c][0xca]|[0xff][0xef]_[0xfd][0x8e][0x83][0x8e][0xef][0xd0][0xe1][0xdc][0xdc][0xc5]i[0xe7][0xd6]A[0x19]/R[0xf1]@[\r][0x10]Ik#[0xdc][0x9d][0x84][0xe9][0x12]![0x1e]#[0x9c][0x93][0x94][0xf6]<%[0xbe]B[0xb8][0xf][0xca][0xba]Z[0xcb]h[0x15]o`[0x94]p[0x8b][0xc8][0xe2]*[0xde][0xa4]|[0xdb][0xa8]"[0xb]?[0xb7][0xb0][0x8b][0x98][0xda]C[0xa7][0x1f][0x7][0x98]"v[0xe5]F[0xc9][0xef]U;[0xee][0x80]c[[0x8b]+a[0xdc][0xae]$[0x97]8[0x2]_]4[0xc9][0x8d][0xf6]5[0xde]F[0x86][0xee][0xf1]h[0xcb]D[0x15][0xee]A[0xfc][\r]][0xf7][0x13][0xc9][0xd4]st[0xff][0xd8][0xd0][0xb2][0xdb]u[0x81]Dr[0xda][0xe7][0xb6][0xcc]a/[0x97]8[|[0x87][0x9a][0xc7]9[0xb2][0xcf][0xec]w[0xf0][0xae][0xeb]k[0x82]~[0xc3][0xb8]A[0xc5]sR[0x1d][0xb4][0xad][0x81][0xd6][0x8e]3/[0xd0][0xf3]3[0xc2][0xcf][0xec]Z[0x1c][0x84][0xee][0xae][0x11]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "7[0xed][0xdf][0xe9][0xff][0x0]PK[0x7][0x8][0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/Every.class[0x95]V[W[0x1b]U[0x14][0xfe]N[0x12][0xc8]m[0xa0]4I)P[0xa0]Q+[0x6][0x2][0xa4]X[0xad]B"[0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "h[0x95][0x8b]6[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Zu[0x92][0xc][0xe1]t%3[0xac][0x99]IW[0xf9])[0xfa][0x7]|[0xe1]A[0xd7][0xf2][0xb2][0xa2]k[0xb9][0xfa][0xdc][0x87][0xfe]$u[0x9f]3[0x93]iB&[0xa8]/[0xe7][0xb2][0xcf][0xde][0xfb][0xdb][0xdf][0xbe]L[0xf2][0xe2][0xaf][0xdf][0xff][0x4][0xb0][0x4]5[0x86][0x11][0x14][0xa2]P[0xf0]A[0x1c][0xc3]X[0x8d][0xe3]C[0xdc][0x13][0xcb]Z[0x1c][0xeb][0xb8][0x1f][0xc1]F[0x1c][0x9b][0xd8][0x12][0x97][0x8f]"[0xf8]X\[0x1e][0x84][0xf1]I[0x8c][0xc]>[\r]c[[0xec];a[0xec]2[0x84][0x1b][0xaa]]9[0xd1]L[0x86][0xd1]m[0xc3][0xac][0xe5]N[0xd4]F[0xc5][0xd4],;[0xb7][0xe3][0xc8][0xf3][0xc][0xd1]"[0xaf][0xe9][0xaa][0xdd]45[0x86]I_[0xa5][0xc2]B[0xa9][0x94]_%[0xd5][0xc1][0x2][0xd7][0xb9][0xbd][0xca]0[0x9e][0xf1][0xf7]6{[0xc0][0x10][0xba]oT[0xc9][0xd5][0x95]m[0xae]k[0xbb][0xcd]FY3Kj[0xb9]N[0x92][0xc4][0xb6]QQ[0xeb][0x7][0xaa][0xc9][0xc5][0xdd][0x15][0x86][0xec][0x13]n[0x91][0xc3]n[0x15][0xc3][0xd4]r[0x9b]O5[0xf3],/#[0xef][0xb4];;m[0xdb]N[0xf7]3*[0xb8][0xf1][0xde][0xf4][0xf][0xd3][0xe5]#[0x82][0x1d]r[0xf2]c[0x15][0xd5]c[0xad]~[0xc6][0xb0][0x94][0xd9]~[0xa2]>UsuU[0xaf][0xe5][0x1e][0xd8][0x9a])[0x90][0xf2][0xdd]^64[0xab]b[0xf2]S[0x9b][0x1b]z~[0xf6][0x88][0x81][0xd9][0x82][0xdb]+[0xb3][0xbd][0xf2][0x13][0xad]b[0x13]|[0x80][0xdf]bH9/M[0x9b][0xd7][0x1d][0x87][0xb6]![0xb2][0x1e][0xab][0x18][0xf5]:[0xa9][0x91][0x13]O[0xa7][0x1b][0x94]![0xd9][0xe0][0x96][0x8c][0xaf][0x3][0x91]a[0xa2]4[0xc]Ab&[0xb2][0xd9][0xeb][0xaf][0x9d][0x93][0xbb]~[0xc][0x9d][0xc7][0xcb]i[0xc6][0xaa]RP[0xd6]J[0x6][0xc3]T[0xe6][0x12]e[0xca]k[0xbc][0xda][0x19]rT[0x13]U![0xb0][0x6][0xc3]b[0xbf][0xd6][0xe9][0xd7][0x9f]qNv;[0xed]6[0xbe][0xe1]_[0xd1][0xd2][0xbe]$W-[0xec][0xaf][0xf4]Vb[0xb5]O[0x1b]H#[0xdc][0x82]o[0x92][0x84][0xbe][0x80][0x19][0xd8][0xd4]m[0xde][0xd0][0xe][0xb8][0xc5][0xe9]aM[0xd7][\r][[0x15]T[0xad][0x9e]9[0xdb]R+Tp[0xd1][0xc6][0xb9]Lod[0x97]g<[0xf0][0xec][0xb6]X[0x96][0x18][0xe][0xb]%?^[0xdd][0xe6]b2D[0x1f]op[0xb5][0xa6][0x1b][0x16][0xd7]k[0x97][0x92])[0xb9]dbE[0xa3]iV[0xb4]-.F*&[0xe7]gQ[0xe8]+[0xb8][0x86]=[0x5]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "W[0x91]P[0xf0][0x19]>[0xf][0xe3][0xa1][0x82]"J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6]q[0x10][0xc6]#[0x5]_[0xe0][0x90]![0xa2][0xea]iQ[0xa0]t[0x18]G[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xbe][0xc4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0xe3]k[0x86]aYr[0xe7][0x89][i[0x5][0xdf][0xe0][[0x86][0xeb]}[0x6]V`[0x8d][0xd2][0x14][0xf5][0xc6][0xa9][0xe0]&[0xd2][0xc]3[0xff][0x8d])[\r]@F[0xb4]_[0x84][0xbb][0x93]F[0xf5][0xc8][0xcc][0xfa]O`[0xa2]WJ[0xdf][0xcb][0x13][0xd5][0xda][0xd5][0x9e][0xd9][0xd2][0x11][0x95] [0xa4][0xcb]K[0xaa][0xed][0xa4]{[0xc0]S~[0xad][0xe3]}t[0xa9][0x19][0xae][0xf9][0xd4]\[0xb8][0x1d][0xeb]Ww[0xaa][0x80]zz[0xaa][0xe9][0xd5][0x92][0xc4]][0xec][0xb4]/[0xda]&1[0xbd][0xd8][0xb0][0xdd][0xf3]?[0xd2][0x1e][0xd2][0x1d][0xf7][0xd3][0xf1][0xbf][0xfb][0x8e][0xb2][0x97]tB[0xe8][0x10][0xef][0x1d]3,_[0x98][0xa2][0xa2]V?vT[0xca][0xff][0x12][0x16]^[0xa3][0xdf][0xa3][0x11][0xfa]a[0xa3][0xa4][0x8b]~[0xa2]=I[0xb7][0x0]R[0x18][0xa0]3[0x95][0x9e][0xce][0xd7]IR[0xa6]=@{l[0xee]7[0xb0][0xb9][0xec]/[0x8][0xfc]D[0xb7] [0xc6]h[0x1d][0xa6][0x1d][0x88]#D[0xbe][0xa2][0x18][0xc2]8[0xdd]F[0x1d]mL[0xe0][0x6] O[0x8e][0xf7][0xc9][0xae][0xb7])[0xef]-[0xe5]!O[0xd3][0x89][0x1a][0xcb][0xc5]}I[0xbe][0x7]h_[0xcf][0xb6][0x10]d[0xd8]]h![0xc4][0xf0][0x1d][0xee][0xd0]a[0x80]a%4[0xf7]3[0x2][0xe3][0xa1][0x16][0x6][0x3][0xf8][0x1e][0x13][0xf3][0x89]p[0xb][0x91][0x0][0x1e]9[0xe2][0xf9][0x16][0xa2]A[0x4][0xcf][0xf8][0xfb]E[0xe8][0xdc][0x8b]w[0x2][0x83][0xb4]^[0xa5]s[0x2]3[0x84][0x9a]#[0xf4]vs[0x9b][0xcc]&b2z[0x11]|[0xb]q[0xa2][0xf1]*[0xc9]1[0xa9]2E!Ow$8[0xe9][0x5][0x94][0xc4]"[0x85][0xe1]$X[0x91][0x81]%][0xf0]([0x11][0xbc]M^[0x4][0xd4]&[0xed][0xe2]-[0xfa][0x7][0x94]C*[0xe5][0xd0][0x8f][0x1e][0xc0][0xa0]|X[0x90][0xce][0x1d][0x7]Q[0xfa][0xbb][0x93][0xa0]}[0xb2]K[0xf2][0xb6]t-X[0xdc][0xa1]L9v[0xef][0x2]#kT[0xb5][0xbb].[0xa3]#[0xf2][0x19][0x94][0xdd][0x92]}[0x8e][0xe1][0xf9]_q[0xe5][0xfc][0x2]ND[0xe2][0xa4][0x1d][0xad][0x8e].y[0x8f]r[0xce][0xe4][0xe9]}/[0xab][0x8a]+q[0xe8][0x4]\[0xf4]e[0xac][0xc8]=[0xff][0xf]PK[0x7][0x8][0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1a][0x0][0x0][0x0]org/hamcrest/core/Is.class[0x9d][0x95]s[0x1a]E[0x18][0xc7][0xbf][0xb]$[0xc0]q[0xfd][0x91][0x90][0xd6][0xa6][0xb1]i[0xaa]V[0x13]h[0x83][0xa9]m[0xb5]%F[0x93][0x90](J[0x12][0x1b]0[0xb5][0xce][0xe8][0xb8][0x1c][r[0x1d]8[0xf0][0xee][0xe8][0xd8][0xf7][0xe4][0x1f]:[0xa3]c[0xa2]3[0xbe][0x0]_[0x94][0xe3][0xb3]{[0xc7]q[0xc0][0x81][0x8e][0x93][0xc9][0xed][0xde][0xf3]<[0xfb]|[0xbe][0xfb][0xec][0xb3][0xc7]_[0xff][0xfe]'[0x80][\r]<[0xd3]p[0x1][0x1f][0xa6][0x91][0xc2]V[0x6][0x1f][0xe1][0xe3][0x14][0xb6]3[0xd8][0xc1][0xae]|[0x94][0xa4]e/[0x89]}[0x8d][0xdc][0x9f]h[0xf8][0x14]e9[0xfb]L[0xc3][0xe7][0xa8]$q[0xc0][0x90]ls[0xd7]8[0x15]6[0xc3][0xd5]J[0xc7]n[0x16]Ny[0xdb][0xb0][0x85][0xe3][0x16][0xe]<{[0x91]!]5[0x9b][0x16]w{[0xb6]`X[0x8a][0xc][0xda][0xac][0xd5][0x8a][[0x14]9[0xbb]iZ[0xa6][0xbb][0xc5][0xb0][0xb8][0x1a][0x9d]l[0xed][0x84]![0xb1][0xdb]iP[0xa6]K[0x15][0xd3][0x12][0x87][0xbd]v][0xd8]5^o[0x91]e[0xbe][0xd2]1x[0xeb][0x84][0xdb][0xa6]|[0xf7][0x8d][0x9][0xf7][0xd4]t[0xc6][0xc4][0x19][0x1d][[0x14][0xca]NQ9[0xc2][0x8b]^u[0xfb][0xb][0x97]"W[0xf4][0x95].G[0xb][0xf4][0xdc]R[0xa5]_[0x17]B_Y[0xad][0xbc][0xe0]/y[0xa1][0xc5][0xad]f[0xe1][0xa8][0xfe]B[0x18]nq[0xed]k[0x86]8[0xb7][0x9b]R[0xf4][0x98][0x93]Ak[0x8][0xc7][0xb0][0xcd][0xba][0xa8]u[0x18]n[0x8c][0xa0]J[0xca][0xd7]u[0xcd][0x8e][0xa5]H[0x99][0xc6][0xc0][0xc0]p}r0[0xc3][0xe5]~[0xde][0x3][0xd3]Q[0xfa][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x11][0xea][0xa6][0xf3][0x12][0xa6]+[0xda][0xc][0xd9][0xb6][0x9f][0xa3][0x14][0xc6][0xc7]d[0xb1][0xd7]'[0x9d][0xde][0xa4][0xe]9[0xdc][0xac]=[0x1e][0x97][0xb1]5[0xb5][0xc6]S[0x1b]i[0xf1][0xb8]g[0xb9]f[[0x9c][0x98][0x8e]I[0xa7][0xb9]mY[0x1d][0x97]K[0x85][0xe3][0xad][0xb0][0xcf][\r][0xb7]c[0xbf][0xa2]E[0xb9][0xa8][0x83][0x9a]$y[0xe6]%o[0xf5][0xa8]M[0xe2]Ddx8a[0x3][0xe4][0x9c].t-[0xcc][0xdc]mq[0xc7][0x99][0x8c]L[0xb8][0xd4][0x9d][0xc]sc+[0xa8][0x7][0xa4][0xeb]`p[0x13]G"[0xfa]4[0xad]$[0xba][0xb6]0[0xb8]+[0x1a][0xc][0xe5]IE[0x8f]\<}[0x1b]a[0xe2][0x80]A[0x8e][0xb8][0xe9]l3<[0x88]F[\r][0xa7][0xdc][0xe1][0x8e][0x18]I[0xab]U;=[0xdb][0x10][0xfb][0xa6][0xbc][0x90][0xc9][0xb2][0xb3].s[0xe8][0x98][0xc7][0xa1][0x8e][0x8b][0xb8][0x94][0xc4][0x91][0x8e][0xd7]qCaV[0x92][0xf8]B[0xc7][0x13][0x1c][0xeb][0xa8][0xa2][0xa6][0xe3]-[0xdc]fX[0x88][0xba][0xc3]2A6[0x89]/u[0x9c][0xe0][0xae][0x8e]U[0xac]%[0xf1]T[0xc7]W[0xd8]`[0xb8]6I[0x12]1Ve[0xf7]/D[0x95]at[0xdd][0xd0][0x95][0xd0]x[0xb7]+[0xac]FM[0xfc][0xe0][0xaa][0xab]1[0xa8]C[0xd5][0xb5]M[0xab]9Z[0xda][0xe1]+[0x9b][0xf5]V[0x87][0x8c]G[0xcf][0x19][0x1e][0x8d]\[0x8d][0xaa]h=[0xf7]B[0xea][0xff][0x9a]q1[0xaa]&{[0xdf][0xf7]x[0x8b]j,[0xe4]([0xbf]:[0xcb]QQe[0xcb]q[0xb9]e[0x8])A3[0x83][0x17][0xdc][0xa2][0xdf][0x84][0xb][0xf4]cB[0x9f]3y.4^[0xa6][0xb7][0x18][0xe6][0xc8].mY[0x9a]/[0x90][0xa5]Nc[0x8c]F-[0xf7][0x1b]X.[0xff]+b?[0xd3][[0x1c]W[0xe8]y[0x91]F[0xd0],[0x81][0xab]H[0xe3]5z[0x82][0xfe]U4[0xbd]][0x3][0xd4][0xcc][0xcb][0xbe]8[0xe4][0xbb][0x1e][0xf8][0xe6][0x2][0xf2][0x12][0xcd][0xa8]3[0xe8])[0xb9]O|n&[0xf7][0xb]b[0xf9]s[0xc4]c[0xf8]1[0x0][0xcf]R[0x10]h[0xc1][0x0][0x98][0x9][0x80][0x19],[0xe3][0xa6][0xf][0xd4]U\[0xc6][0x7]2[0xac][0xd0][0xb6][0xbd][0xf4][0xdf][0xf8][0xe9][0xb3][0xf9][0xf9][0xc4]9fb[0x90][0x98]s[0xcc][0xc6][0xf0]t[0xb0]?M[0x85][0xac]P5n[0x85]P[0xd9][0x0][0x95][0xc5][0x1b]xs[0x8][0x95][\r]P[0xd4][0xcb]>[0xea];[0xca]&[0xeb][0xa4][0xab][0x9d][0xdc]9G2[0x8e]Q[0xc6]m[0x12][0xf9][0xb6]b[0xac]x[0xb1][0x1]C'[0xfb]M[0x95][[0xc7];D[0x8b][0x85]h[0xba]OK[0xcb][0xb]A[0xeb]$m[0x8f]F[0xe9]K[0xff][0x81][0xd4]3:[0xb3][0xf4]O#U[0xbb][0xaf]0^[0x82][0xb4]:[0x1c][0x84]R[0xa6][0xd5][0x91][0xc0]?[0x92][0x1c][0xf2][0xfe][0xba];>[0xe6][0xae][0x8f])[0x91]M[0xc6][0xa7]rg[0xd0][0xce][0x90][0x19][0xa5][0xec][0x84]()[0xac][0xd3][0x16][0xc2][0x14]i)[0x4][0x94]w[0xc7]([0x1b][0xd4]R[0x92][0xf2]-[0xd9][0xbc][0xe6];[0x83]^[0xc9][0xf]q[0xbc][0xc2][0x1d]c[0x86][0xbe][0x1d][0xe1][0xc6][0xbb][0x87][0xf7]h[0x9c][0xa1][0xbf][0xfb]c[0x8d]w[0xf][0xf][0x2][0x9f]l[0xbc][0x87][0xaa][0xc4][0x9e][0x8a][0xf7][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x99]U[0xaa][0xf8]@)yDJ[0xe2][0xff]Q[0x9][0xa7][0xac][0xf5][0xff][0xad]$[0xac][0xa1]_[0x89][0x98]o}[0x8c][0xa2][0x1a]7[0xff][0x1]PK[0x7][0x8][0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]org/hamcrest/core/IsAnything.class[0x8d]SkO[0x13]A[0x14]=[0xb3][0xd4]n[0xbb][0xac][0xa2][0xbc][0x4][0x4][0xe4][0xe1][0xa3]][0x90][0xaa][0x84]/[0xd2][0x90][0xa0][0x84]G[0x82][0x98][0xc8][0xa6][0x8a][0xdf][0xa6][0xdb]IYBw[0x9b][0xdd][0xad][0x91][0xff][0xe4][0x7]L4DM[0xfc][0x1][0xfe]([0xe3][0x9d][0xe9][0xd2][0xee][0x2]E[0xbf][0xcc][0xdc][0xbd][0xf7][0xdc]s[0xce][0xde][0x99][0xf9][0xfd][0xe7][0xc7]/[0x0][0xcf][0xb0][0x9c]C[0xc1]@[0x16]E[0x3]9Xy[0x8a][0x16][0xfa][0xb1][0x88]':[0x96]d[0xda][0xd2]Qb[0xd0][0x1b]"[0xc]y]0[0xc][0xee][0x1e][0xf1][0x8f][0xbc]t[0xcc][0xbd]zi?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "\[0xaf][0xbe][0xca][0x90]-[0xbb][0x9e][0x1b][0xad]1[0xf4][0x15][0x8a][0x15][0x86][0xcc]+[0xbf]F[0xd0][0x81]][0xd7][0x13]{[0xad]FU[0x4]6[0xaf][0x1e][0xab]f[0xdf][0xe1][0xc7][0x15][0x1e][0xb8][0xf2];Nf[0xa2]C7d[0x98][0xde][0xf5][0x83]z[0xe9][0x90]7[0x9c]@[0x84]Q[0xc9][0xf1][0x3]Q[0xda][0x9][0xd7][0xbd][0x13]*+[0x91][0xd1]t[0xf3]I[0xf3][0x9c]`[0xfe][0xda][0xce][0xb2]m[0xaf][0xae]Q[0xfb]H[0xe1][0xb2]siVo[0xf0][0xc8]9[0x14][0xe1][0x5][0xc4][0x9b][0xea][0x91]p[0xa2][0xd5][0xe2][0x7][0x6][0xe6][0xa7];.1[0x18]5[0x11]:[0x81][[0x15]6![0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "i[0x1b][0x1b][0xaa][0xd6][0x8c]\[0xdf]S:[0xfd][0xb5]n[0x82]a[0xa2]7[0x98]![0xc7]c[0xef][0xc]c[0x85]b[0x1a][0xf9]Z[0xb9][\r][0x8][0x95][0xdf]w[0xeb][0x1e][0x8f]Z[0x1][0x8d]`[0xb1][0x7][0xac]|[0xd9][0xb6][0x9c][0xc5][0xf8][0xdb][0x96][0x17][0xb9][\r]QqC[0x97]F[0xb8][0xee]y~[0xc4][0xa5]x[0xa8][0xc6][0x9c]$[0xda][0xe4]N[0xe4][0x7]'[0xd4]d]5[0xc0]^[0xe6][0xd6][0xfe][0x1b][0xdc][0xc3][0xe2]J[0xd9]~qE%M[0xf1][0x92][0x87][0xe2][0x9c]&>fc[0xdf]o[0x5][0x8e][0xd8]t[0xe5][0xcd][0x18][0xe8]^[0x83]%[0xc9]E[0xa3]][0xdf];[0xb0][0xb7]w[0xf6][0xb6]L[0xf4]cX.[0xa6][0x89]<[0xc][0x1d]OMz[0xc][0xcf][0x19]&[0xaf][0xbb]Lt [0xbd][0xc]\,m$[0x8f][0xdb][0xe0][0xcd][0xa6][0xf0]j[0xb6][0xf8][0x14]1,[0xfd]{6[0xc9][0xfb][0x80]Yz[0x86]9z[0xab]t[0xb][0xa5]U[0x8a][0xb2][0x14][0x93]sZo[0xd2][0xd7][0x16]4[0x8a][0x0][0xdd][0x1a]dg[0xd0][0xbe]P[0xd8][0x87][[0xb4][0x1a]T[0x0][0x86][0x8]>[0x8c][0x1][0x8a][0xcc]6[0xc][0xb7]q[0x87][0xf6][0xc1]TfH[0x9][0xd0]Lb[0xd2][0xf7][0xd4]+[0xbb][\r][0xeb][0xc]}[0xd6][0xc2]7d[0xba][0xbc][0xb7]h[0x7]F[0x91][0xc1]]24[0xa6][0xb8]G[0xdb][0xe8][0x98][F[0xd2]*K[0xa8][0x18][0x1d][0x95][0x11]B[0xb7]U[0xb6]i[0x97]}Z[0xe6]s[0x87]=[0xab][0xd0][0x93][0x9]V[0xad][0xc3][0xaa][0x91][0xe2]X[0x8a]U[0xeb][0xb0][0x8e]c"f[0xad][0xc4][0xde][0xcd][0x5][0xeb]+2[0xdf]qC[0xc3][0xbb][0x8b]S[0x99][0xa5][0x9d]Kh[0x98][0x1d][\r][0x13][0xf7]H=[0xa9]a[0xc6][0x1a]yLa[0x9a]X[0xa4][0xc6][0x8c][0xea][0x2]r?[0x91]=8[0x83]~[0xaa]{[0xdf]>[0xdf][0xd9]g[0xfe][0xfc][0xe7][0xd7][0xc7][0x0][0xfa][0xf1]][0x4][0x9d][0xb8][0xd8][0x4][0x11]oE[0xd1][0x8e]KQ[0xcc]`[0x96][0xde][0x8e][0xe2]2[0xae]4[0xe2][0x9d]([0xae]B[0xe2][0x83]B#[0x8a]|0[0x17][0x86][0x1c][0xa1][\r][0xf3][0x11],`1[0xc]%[0x82][0x16]\[0x8b][0xe2]][0xa8][0x11][0x94][0xa0][0xf1][0xb5]r[0x18]K[0xbc][0xbd][0x1e][0x86][0xce][0xd0],[0xab]rI[0xd6][0xcc][0xbc]d[0x16][0x17]e[0x9a][0xe8][0x9c]([0xeb][0xb][0x99]E[0xa9]T[0xd4]e[0xc3][0xcc]8[0xf3]Y[0x86][0xa6]IeA[0x93][0xcc]e]f[0xd8][0xed]k4thj*[0x9b]#[0xd3][0x86]!ES[0xcc][0x1c]C<[0xe1][0xef][0xad]w[0x9a]A[0x18])[0xcf][0x91][0xab][0x96][0x9]E[0x93][0xcf].[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xb2]>%[0x15]T[0x9a]i[0x9b]([0x17]%uZ[0xd2][0x15]>v&[0x5]sQ1[0x18][0x92][0xd5][0xfe][0x8a]e][0xce][0x8c][0x1b]#eU[0x95][0x8b][0xa6]R[0xd6]F[0xca][0x9a])Qpm!kQ[0xf1]:Z]Zw[0x96][0xd9][0xb4][0x97]![0x87][0xd1]^"[0xe]cNg[[0xc9][0x9a]2&[0xa5]yY]e[0xe8]OL\[0x93]nH[0x19]U[0xd2][0x16]2[0xe3][0xa6][0xac][0xf3][0xd0][0xd9]j/[0xa3][0xb2]Q[0xd4][0x95]%[0x1e]2[0xdb];C$[0x15]S.[0xf1][0x4]Tv[0x9e]+\#L[0x84] [0xa0][0xec]gh[0xb7]W[0x96]ME[0xb5]}[0x9a]e~4[0x91][0xa2][0xb][0xdd][0xb5][0xa9][0x8e][0xcb][0x10]+)[0x86][0x5][0xd1][0x13][0x94][0xa1][0xab]> [0x86][0xa8]b[0x9c][0x97][0xc]sL[0xd1][\r][0x93][0x81][0xcd]p[0xf3]Z[0xdf][0xee][0xa9][0x1f][0xf7]c[0xec][0xac]n[0xcc];2gM[0x14][0xe4][0xa9]2Cwb[0x3]cJtt[0xce]K [0xbc]([0x19][0xe3]V[0xd6][0xfa][0xea]i[0xad][0x9e][0xa0][0xa3]<[0xdb][0xae][0xee][0xe7][0x87][0xa6][0x6]k[0xf3][0x9e][0xdb][0xf8][0xdc][0xfd][0x17][0xeb][0xa7][0x81][0xa7])~aY3[0x95][0x92]<[0xad][0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xad][0xc]kZ[0xd9][0x94]8[0x19][0xa3][0xe6][0xf2][0x8d]IE:[0xe0]U[0xda][0x94]L[0xd4]b[0xab]K,H[0xb1][0x18][0xf2]u[0x8][0xd1][0xe2][0xff][0xc2][0xdd][0xe8]d[0x9a]`f[0x12][0xb3][[0xcc][0xb5] [0xe9]:[0xe9]wG[0x9d]}d[0xa0][0xca][0x1a][0x19][0xb0]q[0x6][0xd1]s.[0x14],([0xa9]*C[0xab]G[0xf9][0x13][0x8a][0xc1]oD[0xb7][0xbf]3W[0x8f][0xa3][0xcf]l[0x19][0xaa]c[0xee]G[0xdb]a[0xcd][0xdd][0xd4][0x13][0xc6][0x86][0xd1][0xb7][0x90]a7[0xc1])r[0xb9][0xf9]C[0xe];[0x85][0x9b]n[0xb6][0xcf]6[0x86][0x90]b[0x9f][0x95]0[0xbb][0xa1][0x1a]f[0xb7]&[0x7][0x17]l[0xc6]G[0x90][0x1b]_[0xf2][0xc0][0xca]a[0xfe][0xe9]g[0x98][0xf1][0xc7]R[0xbd][0x9d][0x97]k^KG[0x15]iA+[0x1b]T[0x8b]7'[0xd3][0xc8]dyY/[0xca]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "/[0xf4][0xbb][0xfc][0xab]z[0x1f][0xf7] b[0x17][0xc][0x11];[0xb0]S[0x84][0x89][0xe5]0n[0x88][0xb8][0x89][0x15][0x11][0xab]x/[0x8c]["[0xde][0xc7][0x7][0x4]8[0xdd][0x13][0xc6][0x87]">[0xc2][0xc7]">[0xc1][0xa7][0xc];[0xa5][0x9e]J[0xb9][0xa5][0xee][0xba][0xd3][0x1e][0x11][0x9f][0xe1]6Cb[0xb3]o[0xb][0x7][0xb0];[0x8c][0xcf]E|[0x81]!:[0xc6][0x8a]Z[0x87]u]Z[0xe5][0x92][0xe5]&_[0x86][0xf1][0x95][0x88];[0xf8] [0x8c][0xaf]E|[0x83]oE[0x1c][0xe3][0xf6]m[0xb5]i[0x10][0xf1][0x2][0xe]0[0x1c][0xd8]\"[0xe9]j%xAmT[0x9c][0x97][0x84][0xea]O[0xa2][0xd7][0xff][0x85]i[0xab][0x9d][0xb5]k[0xef]Yy[0xc5][0xb4][0x1c][0xf1][0xe7]K[0xb3][0x6][0xed][0xeb]N[0xaa][0x5][0xd9][0xee]'2r[0xe2][0xbc][0x9b][0xc][0x1d]~5[0x8e][0xdc][0xee][0xac]'+:liiI[0xd6][0xe6][0xa6][0xac][0xb8]}[0xde][0xfd][0x93][0xa6][0xce][0x2]z7z[0xdf]Z[0xd7][0x9f][0x9d][0xbc][0xf3]4nY[0xd6][0x94][0xbd][0x98][\r][0xc1]3}n[0x9e]a[0xe0][0x99]wcRV[0xe7]m[0x93][0xc2][0xc2][0x8a][0xfb][0x9][0xe8][0xd4][0xf5]eI[0xe5][0xb7][0x9e][0xb7][0xfc][0x99][0x14][0x12][0xe3]<|su[0x8d][0xe3][0xe5]rn[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "m[0xad][0x8f]aU[0xe5][0xc8]B[0x92][0xdd][0xa6]}[0xff]O[0xea][0x94][0x1b][0xec][0xa3][0x1f][0xc6]N[0xfa]+%%[0xf0][0x1b]Cm[0x9c]F[0x1]t[0xa1][0x91][0xfa][0xa4]c[0xea]w[0xd3]L[0x81][0xda][0x0][0xb5][0x91][0xe4][0x3][0xb0]d[0xea]g[0x4]~[0xa4]Q[0x10]{[0xe8][0xdb]L-[0xb0][0x1d][0x2][0xf9]hB[0xc]{i[0xd4]i[[0xa3][0x87]"[0xc0][0xea][0xd9][0xde][0x9f][0xab]Z{[0xde]][0xeb]r#[0xef]'?[0xa4]v'[0xee][0x13][0xf2][0xdd]@m>[0x98]K[0xad]![0xc8]0([0xc4][0x85]5[0x8][0xc]w1[0xc8]{![0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "%B [0x1e]ZCC[0x80][0xa6]C[0xc2][0xfd][0xee][0xbb][0x10][0xd3]m[0xe1]54[0x6]p[0xd1]^L[0xaf][0xa1])[0x8]!w[0xef][0xe9][0xef][0xc1][0xfb].[0xf4][0x3][0x4][0x18][0x14]>@[0xe0][0xba][0x9]@[0x8a][0x80][0x1c]"[0xd2][0xfd]4[0x1a]$"c[0x4][0xf2][0xc][0x81][0xe6][0x94]r[0x4][0xa4][0x9b],[0xe]"[0x81][0x10][0x81][0x1e]F/[0x92][0x4][0x96][0xc0][0xb9]4[0xf3][0xb4][0x9e]&*[0xbc]w[0x8]}V[0xd2][0xce] [0x83][0xc3][0x14][0xaf]B=[0xef]R[0xe7][0xf6][0xfd].[0xf5]#[0xd4]{[0x11]/[0xd1][0x97]S[0xbf][0xec][0xa4]<[0x96]j[0x8b]XL8[0x91]5D[0x89]R%[0xf7][0x11][0xcb][0xe4] e>[0xe9][0xc9]{[0xcc][0x5][0x14][0xc3]Q[0x82]a[0xe7]][0xb4][0x80][0xc5][0x9c][0xe0]MTm[0x8e][0x93][0x17][0x1e][0xea][0x14][0xb5]|[0xad][0xe9][0x11][0xc4]Kt[0xc2][0xdb]~p[0x3]4X[0xb]Y[0xcb][0xb9][0xed][0xa0][0x9]/S[0xb6][0xe0]q[0xc9]g[0xba][0xa8][0xb5]Y[0xc]P[0xe6][0xec]}Y'[0xcc][0x90][0x13][0xe6][0xb4][0x13]F[0xb4][0xc2]~@[0xbf][0x19][0xc9]|[0xfa]q.xL[0xe8][0x10][0xba][0xbf][0xc7][0xde]t[0x87]pd0[0x94][0xe2]@[0xe2]![0x82][0xb1][0x86][0xed][0x94][0xd7][0xdb][0x2][0xbb][0xf7][0xf4][0xef][0xd4]C[0xb4]U`u[0xd2]a[0x3]W([0xd3]Wi\[0xa0]l^[0xa5]#[0x92]]I[0xec]A[0xab][0xa5][0xed][0x10][0x81]K[0x90](N[0x12][0xb0][0x16]R[0xf0][0x8]F[0xc9]C[0x1b][0x81][0xef][0xa5][0x1e][0x97][0xc9][0x0][0xe5][0xf9][0xa4]uf[0x19][0x12][0xd6]k[0xce][0xa9][0xf4]XqZ[0xad];[0x10]r[0xac]N[0xbb]V[0xe3][0xae]8^[0xaf]!{[0xc6]![0xfb][0x87]sG[0x8e][0xd6]![0xbb][0xcb]![0x1b][0xf]=D[0xcc]C[0xf4][0x89][0x1f][0xd1][0x1b][0x14][0xf8]&[0x8d]WHP7I[0xb7][0xb7]HI[0x8a][0xdf][0xac][0x99][0x1e][0x11][0x9f][0xcd]vF[0x8]#[0x5][0x8c][0xf6][0x98]Ds[0xf6]q[0x89][0xbe]{c[0xf4][0x19][0xa5][0xf][0x13][0xbf]1Z[0xa9][0xb4][0xa6][0xbe]"[0x82][0x9][0xda][0x95]i[0x8e][0xd0][0xac][0x19][0xbf]@1r?#[0xf2]#[0xed][0xa2]H[0xd3]8B3(2F[0x91]*Y[0xce][0xd3].[0x1d]Dc[0x12][0x17][0x0][0xb1][0xba]H[0xa8][0xf4]i[0xeb][0xf2]M[0x87][0xbe][0x19][0xf2][0xbd]D[0xeb][0x8]fi5G[0xf9]([0x82]wW[0xf2][0xaa]9[0xe3]'DN[0x11]=[0xe]i[0xe3][0x14][0x2]:[0xda][0xa6]SC:[0x15]/[0x87]t[0xba][0x88]S%[0x9d][0x82][0xcb][0xc8]H[0xf0][0x92][0x4][0xd7][0x5][0xf8][0xaf][0x88]E[0xf0][0xa0]][0x96]&|[0xb3]HQ:m[0xe]=[0xe4][0xd0][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "^[0xed][0xe2][0xd0]%[0x87][0xc6][0xf5].9[0x9e]H[0x8e]e[0xe3]9[0x86]s[0xcf][0x91][0x88]=C,z[0x9c][0xfb][0x13][0xb3][0xc6])[0x86][0x9e]b2'[0xa6]Q[0x83][0xe6][0xf8][0xd3][0x96][0xdf][0xc8][0x9d] q,[0x1a][0x92][0x16][0xdc]C4^[0xa6][0x16]g[0xa8][0xdd][0xf3][0x94]A[0x96][0x1e]M[0xae]#[0xaf]e,[0x88]k[0xe3]+C[0xd4][0xae][0xf1]7&[0xb3][0xb8]#[0xb3]Hs[0x96][0xa4]dSC[0xb6][0x90]'[0xe8]i[0xbe][0x3]7[0x8d][0xd7]$n[0x1a][0xaf]K[0xdc][0xc5][0x10]wK[0xe2][0x8e]S-[0x1a]Aj[0xdf][\r][0x80]|[0xab][0x3]r<[0x84][0x1c][0xf]![0xf3]![0xa4]K[0xed][0xe7]z[0xca]DoLs[0xd4][0xef]1eL[0x9f]"[0x95][0xe3][0x3][0x9][0xe0][[0xc]E[0x8f][0xbf][0x89]([0xcf][0xfe][0xfd];[0xd6][0xdb][0xa0][0x15]Bz[0x9b]$q[0x8d][0xae]a[0x85]$[0xb0]&X[0xe7][0x8]/B[0xe3][0x1b][0xf4]'[0x81][0xf3]gB[0xfe]L[0xc8][0xbf][0x14]*n[0x89]f[0x9e]q[0xd2]8[0x81]~[0x82][0xe1][0xde]Jn[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xcc][0xe0][0xc2][0x93]TW[0xf0]V[0x96]q[0x85]X[0x82][0x96]D[0x3][0xc1][0xfd][0x8e][0x91][0x87][0xf4]ZF[0xe8]Q[0xec][0xa3][0xe][0x0][0x15]W[0x5][0xc0]T[0x97]e[0x86][0xe6][0xe0]1[0xac]P9[0xc1][0xb9]kb[0x1f]X[0xaf]cU[0xcc]k[0xff][0x1]PK[0x7][0x8]Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]org/hamcrest/core/IsInstanceOf.class[0x8d]V][[0x1b]U[0x10]~7IY6,[0x1]B[0x9][0x5]Z[0x1a](bH([0xb1]Z[0xbf][0x9a][0x88][0xf2]Y[0xa9])[0xd4][0x12][0xa9][0xd4][0x8f]z[0x92][0x1c][0x92][0xc5][0xcd]n[0xba][0xbb][0xa9]P[0xfd]#[0xea][0xbd]W[0xbd][0xa0]},[0xb5][0xf6]y[0xfc][0x1]^[0xf8][0x93]|[0x9c][0xb3][0x9][0x9b]O[0xb0]7;g[0xe6][0x9c][0x99]y[0xe7][0x9d]9[0xbb][0xfb][0xf7][0xbf][0xfe][0x5][0xe0][0x1a]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x6][0xb7][0x14]L[0xe3][0xb3] =2bu[[0x81][0x8c][0xcd] [0xb6]pG[0xc6][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x14]l[0xca][0xb8][0xab][0xa0]O[0xc8]m[0x5][0xfd]Bf[0x15][0xc][0x8][0xf9][0x85][0x82]!!w[0x14][0xc][0xb]yO[0xc1][0x88][0x90]_[0xf6]b[0xb7][0xf][0xf7][0xf1]U[0x10]_[0xe3][0x1b][0xb1][0xfa]V[0xc6][0x83] [0xc6]q[0xab][0x17][0xdf][0x9][0xc9]D[0x86][0x9c][0xd8][0xce][0xb][0xb5][0xd0][0xb].cO[0xa0]([0xca](I[0xe8][0xe7][0x7][0x15][0x9e]wxaEg[0xb6]-a([0xb3][0xcf][0x1e][0xb1][0xa4][0xce][0x8c]b[0xd2]5[0xa5]$([0xdb]Z[0xd1]`N[0xd5][0xe2][0x12][0xce][0xb7][0xef][0xa7][0xe3][0x8b]t$TfN[0xbe][0xc4]r:[0xaf][0xc7][0xe9]Ik[0x86][0xe6],[0x92]C[0xac]#[0xe2][0xdc][0x8e][0x84][0xc0][0x8a]Y[0xa0]p[0x3][0x19][0xcd][0xe0][0x9b][0xd5]r[0x8e][Y[0xe1]-![0x9c]1[0xf3]L[0xdf]a[0x96]&[0xf4][0xba]1[0xe0][0x94]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1a][0xcd][0x98]V1Yb[0xe5][0xbc][0xc5]m'[0x99]7-[0x9e][0xdc][0xb0]7[0xc][0xdb]aF[0x9e]o[0xed][0x11][0x90]H[0xab][0xfb]a[0xe5]$[0xc4]h[0x7][0xe][0x81]\@[0x99][0xe9][0x82][0xb0][0xb][0xb][0xf1][0xee][0x1][0xba][0xf3]![0xbb]|p[0xc2][0x9c]lv[0xdb][0xca][0xed][0x13][0xd9][0xa9][0xd6]2V[0xb9][0x9d][0xb7][0xb4][0x8a][0xa3][0x99]Fj[0xee]>[0x15][0xab]9[0xbc],[0x88][0xe8][0xf0][0x93][0xd0][[0xd6]l7[0xb4][0x84][0xf1][0xd3][0xa3]H[0x8][0x16]\5[0xc7][0xb3][0xa6][0x84]K[0xb1]3[0x12][0x12][0x1]}[0x85][0x86][0x81]\5[0x8f]O[0x9]s[0xdd][0xb8]i[0x9]v[0xdb]-[0xd4]J[0x89]&[0x11][0xdb][0x12]n[0xa6][0xb3]7:[0xa1]/[0x9e][0xc2]^[0xb7]X[0xe9]l6%H[0x1c][0xbb][5[0x1c][0xad][0xcc]w4[[0xa3][0x1e].[0x19][0x86][0xe9]0[0x1][0xd2]v[0xfb][0xdc][0xec][0xb9][0xce][0xf2][0x8e]i[0x1d][0x92][0x93][0x9f][0x19][0x87]b[0xbb]=[=[0xe6][0xc6][0xeb][0xa2]s[0xcf][0x9f][0x8d][0xef]z[0x1b][0xad][0x1a]+[0x1a][0xa6][0xad][0x19][0xc5][0x93]s][0x12][0x89][0xde]l[0x9b]U+[0xcf][0xd7]51[0x96]C[0xcd][0xf3][0xbb] [0xce][0xab][0x88]CS[0xf1][0x6]fU[0xcc][0xe1][0x1d][0xf1][0xa0][0xd5]>fe|[0xaf]B[0x7][0x8d][0xc6]P#[0xee][0xb2]i[0xea][0x9c]Q[0xdb]BM[0xb6]C[0x87]"[0xf]7UTb[0x16][0x11][0xc4]-[0x9][0x83][\r][0xeb][0xaa]Yuo[0xc6]@[0xc3][0xb4][0xae][0x9b][0xcc]i[0x89][0xbf]a8[0xbc]([0x1c][0x9b][0xe2]gL[0xa3][0xd8][0xe2][0xb6]]2-r[0xb][0x18]U][0x97]a[0xa8]0Q[0x91][0xf1]P[0x85][0x85][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1b][0xb4]7[0xda]t[0xda][0xb1][0x88][0xa3][0xe5][0xaa][0xa6][0x17]D[0xe0][0x9e][0xa8]fGYTE[0x15][0x8f]T[0xfc][0x80][0x3][0x15][0x87]x[0xac][0xe2]G<[0xa6]$[0xcc][0x88][0x9e][0xcc]c[0xd4][0xdc][0x8b]J[0x98]<[0xfb][0x15] [0xd8]K[0xb4][0x9f][0xea][0xe8][0xc][0x8d]I[0xcc]}[0xb]ew[0xef][0xac][0xb5][0x90]R[0xeb][0x13][0xa1][0xe2][0xf][0xab]L[0xa7]A[0x1b][0xe9]r[0xc5]-[0xbd]p[0xda][0x95][0xa2][0x6][0xb3]J[0x85][0x1b][0x85],?[0xa0]@[0xb][0xcd][0xfe][0xb5][0xd2][0xdb][0xc7][0xaa][0xf5][0xea][0xe][0xb4]M[0xa2][0xb8][0x91]^[0x81]tYk[0xc1]w[0x98]^[0xe5]m[0xd1]O[0xd0][0x9d][0x15][0xbd][0xa7][0xe6].[0xe1]jW\[0xa7]tI[0xbc]y[0x8a][0xdc][0xa9][0xe3][0x19][0x8e]u{?[0xca]t`[0x93][0x95][0xc5]7"[0xd6][0x19]HDp[0xcc][0xda][0x1a]S[0xf4][0xf9][0x99][0xa1]/[0xa3][0xf]a1[0xe7][0x90][0xf0][0xa6][0xab][0xc5]H[0x9f]k[0xd1]{hM[\r][0xa5][0xf5][0x1c]y[0x89]Q[0x1f][0xee][0xf9][0x9f][0xc4]G q[0x8c][0xb][0xbf] 1[0x9f]x[0x89]1[0x1f]^a|[0xf7][0x5]&[0xc2][0x17][0x8f]q[0x89]v&[0x8f]q[0x99]V[0xc7][0x88][0x9e][0xb8][0x4][0x9e][0xb8][0x9][0x4][0xec]I[0xfa][0xcf][0x1]%8GZ[0x88][0xc0][\r][0x12][0x9c][0x9][0xa2]w[0x89][0xc8]][0xa1][0xe4][0x2]n[0xb4][0x96][0xd8]k[0xce][0x1a][0xde][0xa7][0xd2]$w[0xf5]!n[0xb8][0xe4][0xa7][0x90][0xae][0x3][0xdd][0xac][0x8f]A$[0x11][0x9e]r[0x13][0x12]@[0x1f]A[0xa8]%[0xea]e[0xe][0xba][0xa7]R[0xf4][0xab][0x94]n[0x1a][0x81][0x88][0x97]%[0x82][0x8f](6[0xfd][0xdf]`[0x11][0x1f][0x13][0x82]y7[0x9f][0xdf][0xcd][0xab][0xbc][0xc2][0xf4].[0x8d][0xd9][0x95][0x6][0xff]=[0xee]F[0xa6][0x89]_[0x5][0x9f][0xb4][0xf1]+,[\r]~[0x97][0xb0]\[0xf7][q[0xf7]V_?[0xcd][0x83][0xff]M[0xb3][0xe6][0xa5]YoI[0xe3][0xab][o[0xe2]SWn[0xfc][0x7]PK[0x7][0x8][0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]org/hamcrest/core/IsNot.class[0x85]TkO[0xd3]P[0x18]~[0xda][\r][0xba]v[0x15][0x94]q[0x1b][0xc8][0xc5]+c[0xd3]MTP[0xd8][0x9c][0x2][0x83][0xc4]dB[0xe2][0x16][0xc]&~[0xe8][0xba]2J[0xb6]vv[0x1d][0x91][0xbf][0xe2][0x1f][0xf0][0x8b][0x1f]4[0xd1][0x8][0x9a][0xf8][0x3][0xfc]Q[0xc6][0xf7][0xb4]e7V[0xfc][0xd2][0xf7][0x9c][0xf7][0xf6]<[0xe7]9o[0xcf][0x9f][0xbf]?[0x3]X[0xc2][0x96][0x84]0[0x92]"[0x4][0xa4][0xc2]x[0x80][0xa5][0x10][0x1e][0x86][0xf1][0x8][0x8f][0xd9]gY[0xc0][0x8a]D[0x91]'[0x12][0x9e]b[0x95][0xad][0xd6][0x4][0xa4]9[0x8]5[0xc5]V[0xf]5[0x8b][0xc3]x[0xde][0xb4]*[0xa9]C[0xa5][0xa6]ZZ[0xc3]N[0xbd]r[0xfd][0x94]"[0x16][0xf4][0x8a][0xa1][0xd8]MK[0xe3]0[0xdd]7)S,[0xa6][0xb3][0x94]9[0x98][0xd1][\r][0xdd][0xce]r[0x88][0xc6][0xfa]7[[0xdc][0xe3][0x10][0xdc]4[0xcb][0xd4]i8[0xaf][0x1b][0xda]N[0xb3]V[0xd2][0xac][0xa2]R[0xaa][0x92]g$o[0xaa]JuO[0xb1]t[0xb6][0xf7][0x9c]A[0xfb]PoP[0xc3][0xee]~[0xaa]ii[0xa9][0x97][0x8d][0x1d][0xd3]N;[0xc4];[0xeb]N[0xea][0xe7][0xb5][0xb3]~E[0xe7]|g[0xfb][0xd3]t[0xc3][0x8c][0xab][0xa7][0xe][0x11][0x18][0x8b][0xe5][0x8f][0x94]c%UU[0x8c]Jj[0xb7]t[0xa4][0xa9]vz[0xf1]-[0x87][0x80]bU[0x18][0xf5][0xb]A[0xe]RYk[0xa8][0x96]^[0xd2][0x8a]&[0x87][0x99][0x1e][0xa8][0x9c][0x13][0xab][0xdb][0xba]i8H[0xe1]r[0xdb][0xc1]a[0xca]?[0x99] [\r][0xd3][0xe6][0x90][0xf4][0x93][0xd8][0xef][0x1a]w2[0xc5][0xb5][0x8b]4[0xb3][0x97]Jp[0xe9]mG_7[\r][[0xaf]i{zC'[0xbd][0xd7][\r][0xe2][0xa5]0[0x8e][0x8d][0xb][0xc3][0xb4][0xad][0xa8][0xb6]i[0x9d]PQ[0xbc][0x9f][0x8e]~[0x94][0x7][0x8e][0x95]j[0x93].2@[0x88][0x1c]V|[0xe]@[0xc1][0xcb][0x89].[0xf7]/[0xec][0xae][0xd9]P[0x1a]ZO[0x9d]T0[0x9b][0x96][0xaa]m[0xeb]l[0x98]$gr[0x92][0xac][0x8d][0x8c][0xab][0xc8][0xc8][0x90]qE[0xc0]3[0x19]S[0x98][0xa6]9[0xa5][0xc3][0xcf][0xb][0xc8][0xca]x[0x8e][0x17]2[0xd6][0xb1][0xc1]a[0xc2]g[0xfc]X[0xfd]5[0x1][0x9b]2rX[0x90]q[0x13][0xb7]8L[0xfa][0x91][0xa1][0xd3][0xc7][0xd8][0x80][0x8c][0xf6];ao][0xae]s[0x88]$[0xa5]^[0xd7][0x8c]rQ[0xfb][0xe0][0x8e]K[[0x81][0x82]m[0xe9]F[0xa5]W[0xb5][0xee])[0x8b][0xb8][0xd5][0x1d][0xce][0xdd][0x3][0xe][0xab]=[0xe3]R[0xd0][0xaa][0x7]nJ[0xe9][0xbf][0x1d][0xa3][0xfd][0xe4][0xd8]z[0xdf]T[0xaa][0xf4][0xa3]i[0xcc][0x16]M[0xdc][0xa0][0x97])L[0xaf][0x19][0xfd]SL`[0xb2]C[0xb4][0xe3]1[0x8c][0x1]Z[0x93]n[0xb4][0x1e]!O[0x89],OV[0x8a][0xff][0x0][0x17]O|[0x7][0xff][0x95]v[0x1]D[0xe8];D[0x16][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "b[0x14]"[0xc6][0xe8][0xb][0x8c][0xbb][0xd9][0xb4][0x1b][0x7][0x9c][0x95][0xdb]}[0xa2]+6[0xd9][0x8a][\r][0xb7][0x90][0xa3][0xb4][0xa2]+v[0x18][0x1][0xfb][0x1e]n$[0xfe][\r]|[0xe2][0xc][0x1][0x1e][0x1f]![0x4]?![0x18][0xf8][0xdc]"0H[0xc9][0xa0][0xc2]6p[0xa4][0x5][0x1c][0xc1]u[0xcc]x[0xc0][0xb2][0x93][0x17][0xf1][0x80][0xe9]=[0xc2][0x9c][0x7][0xf3][0xee][0x1c]&1[0x12]<[0xc3][0x0][0xf][0x6]w[0x86]A[0x1e]o[0xda][0xe7][0x94][0x9c][0x94]Y*[0x98][0xf3][0x81][0x9a]'=[0xfb]A[0x89]l[0xe8][0xa8][0xb][0x83][0xda]"[0xcb]b[0xe2]/[0x8][0xfb][0xa4]f[0xe8]K[0xcf]9[0x92]Ns[0xb7][0x81][0xe8][0xc8][0x86][0x8e][0x96][0xa2]#[0x16]<[0xb1]n[0xe3][0x8e]Ww[0xd7][0x83]Y[0xf0]`r[0xe4]c[0xf9][0xa1][0xf8])[0xc4]SH[0xbd]([0xd9][0xe][0x94][0x10]b[0xa4]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf3],[0xb6]P[0xe2]]([0xbc][0xe7]M[0xe0][0x9e]c[0xef][0xff][0x3]PK[0x7][0x8]1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsNull.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0x9b][0xa4]u[0xe2][0x4]J[0xb][0xbd]BI[nIZ[0x9a][0x16]([0x97]&**[0xad]*U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0xd2]([0x8][0xde]6[0x8e][0x95][0xba]r[0xec][0xc8]v[0x10][0xfd]"^x[0x80][0xa7][0x16][0x90]xE[0xe2][0xa3][0x10][0xb3][0xb6][0xdb][0xd8]N[0xfc]B"[0xed][0xec][0xce][0x9e]9sff[0xfd][0xe7][0xef][0x8f]_[0x0][0xd6][0xb1])#[0x83]R[0x1a][0xcb]Y[0xac][0xe0][0xbe][0x84]U[0x19])[0x94][0xc4]R[0x96][0xb1][0x86]u[0xb1]{ [0xe1]![0xc3]hU34g[0x8b]!Y(6[0x18]R;fKe[0x18][0xab]i[0x86]z[0xd0][0xeb]4U[0xab][0xce][0x9b]:y&j[0xa6][0xc2][0xf5][0x6][0xb7]4q[0xf6][0x9d])[0xe7]H[0xb3][0x19][0xe6]j[0xa6][0xd5].[0x1f][0xf1][0x8e]b[0xa9][0xb6]SVLK-[0xef][0xdb][0x7]=][0xaf]0L[0x85][0x3]O[0xba][0xe7][0xc1][0xf9][0xd8][0xa8]j[0xbd]^[0xd9][0xa2]P[0xa9][0xc3][0x1d][0xe5]H[0xa5][0xc][0x93][0x85][0xda]1[0xff][0xc8][0xcb]:7[0xda][0xe5]W[0xcd]cUq*[0xc5][0xf][0xc][0xcc][0x14][0xca][0x6][0xae][0x18][0xe4][0x96]j+[0x96][0xd6]T[0xeb][0x84][0x98]/[0x84]S[0xed][0xba]w]G3[0x8d][0x8a](:[0xdb][0xea];[0x6][0xaa][0x9][0x82][0x19]2[0x6][0xe9]kp[0xbd]G[0x5][0xcc][0x14][0x8a]a[0xe8]KW[0xae]%`[0x87]Z[0xdb][0xe0]N[0xcf]"[0xd8]J[0xc][0xac]:[0xa8][[0x14]=[0xfb][0xb6]g8ZGmh[0xb6]F}[0xda]6[0xc][0xd3][0xe1]"[0xbb][0xed][0xf6]2H[0xb4][0xc7][0x15][0xc7][0xb4]N((G[0xa0][0x83][0xbe][0xb2]b[0xb0]];:[0xb7][0xed]J[0xac][0xd4][0x94]C#a[0x18][0x1f][0x88][0x10][0xe9]"[0xbe][0xf3][0xc1][0xec]W[0xeb][0x9b]C[0xd4][0xf]d[0xf5][0xf0]1[0xe5][0xfb]\[0x1b][0xc3][0xb9][0xc2]1/[0xb8][0xad]F[0xe2][0xe4]C[0xb3]g)[0xea][0x9e]&[0xde]R[0xd6]{8[0xab][0x82]'[0x7][0x19]Y[0xaa]KLJ[0xc2][0xa3][0x1c]6[0xf0][0x98][0x86][0x15][0xf7][0xd8]r[0xb8][0x8e][0x1b][0x12][0x9e][0xe4][0xf0][0x14][0xcf][0xc4]a)[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe]$[0x8f]^[0xed][0x6][0x1f][0x8e][0xcc][0xbb]][0xd5]h[0xd5][0xd5]O[0xe][0xc3]j[0xb0][0x19][0x87][0x8e][0xa5][0x19][0xed]h#[0xc2]/kz[0xa8]@[0x93][0xa8][0x92][0x86][0xe9][0x11][0xe][0x9d]`[0xcc]`[0xb1]H[0x9f]x[0x6][0xe2]'[0x81][0x89][0x96][0xd0][0x9a][0xa3][0xd3]6YFv[0xa4]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf6][0x8d]6I\[0xa2]u[0xd4]u^[0xa6]?[0x8][0xe6][0x2]0[0x86]+d[0xc7]C[0x9e][0x9][0xb2][0xc]Wq[0xcd][0xa7]{M6AV^[0xfe][\r])[0xf5][0x19][0xa9][0xe4][0x97][0x8][0xe7][0xb8][0xcb]9[0xe5][0xa1]|N[0xb1][0x9b]$[0x1f][0xb][0xb0][0xcb][0x17][0xec][0xd3][0x98][0xf1][0xd9][0xeb][0x14][0xe5][0xb1]O$[0xbe]#[0x99][0xc0][0xbb][0xbe]b[0xd9][0xbd][0x99][0xa2]"[0xa7]c2[0xcc]bnh[0x86][0x8c][0x18]9[0xb1][0x88][0xc][0xb]n[0x14][0x90][0xfe][0x89][0xd4][0xfb]S[0x8c]|u[0x15][0xf4][0xd5]/a[0x9e][0xd6][0x4]n"[0xef][0xfb][0x16]\[0x86][0xc5][0xb][0x86][0xbc][0x8b][0xa3]6[0x9f]a[0xf4][0xc]R[0x94]`-[0x86][0x80][0x1e][0x9a]O[0xb0]K[0xb7],"![0xd8][0xc0][0xe7][0x81][0xa1][0xa4]q[0xb][0xb7]CC[0x11][0x9e];d[0xbd],w[0x7]d[0xf6][0xb3]xsO[0x97][0xce][0x90][0xf6]u[0x6][0xb3][0xbc][0xf9][0xef],[0x9][0xdf]{[0xf][0x5][0xd7][0x16][0xff][0x1]PK[0x7][0x8][0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]org/hamcrest/core/IsSame.class[0x9d]S[0xdb]n[0xd3]@[0x10]=[0xeb][0xa4]q[0xed]8)[0x14]Z[0xda][0xd0]R[0xee][0xa4][0x9]4[0x14]h[0xb9]U[0x95][0xb8]U[0xaa][0x14]@"V[0x10][0xbc]m[0x9c]U[0xe2]*[0xb1]#[0xdb]A[0xf4][0x87][0xe0][0x85][0x7][0x90]@[0xa8] [0xf1][0x1]|[0x14]b[0xd6]qS;M$[0xc4][0xcb][0xce][0xec][0xec][0x9c]9gf[0xb4][0xbf][0xff][0xfc][0xf8][0x5]`[0x1d][0xf7]uhX[0xd5][0xa0][0xa2]4[0x8d]r[0x16][0xd7]qC[0x1e]k[0xd3][0xa8][0xa8][0xb8][0xa9]S|][0xc5]-[0x86][0x8c][0xdb][0xd8][0x13]V[0xc0]0[[0xdd][0xe3][0xef]x[0xa5][0xc3][0x9d]V[0xe5]e[0x18]{[0xc8][0xa0][0xd5][0xec][0x96]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xc3][0x83][0xbe]'[0x18]R[0xa6]I[0x91][0xcc][0x96][0xed][0xd8][0xc1]6[0xc3]\[0xf1]8`[0xb5][0xce][0x90]~[0xe2]6){[0xa6]j;[0xe2]E[0xbf][0xdb][0x10][0x9e][0xc9][0x1b][0x1d]![0x9]\[0x8b]w[0xea][0xdc][0xb3][0xe5]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa6][0x83][0xb6][0xed]3[0x14][0xaa][0xae][0xd7][0xaa][0xb4]y[0xd7][0xf2][0x84][0x1f]T,[0xd7][0x13][0x95]][0xbf][0xc6][0xbb][0x82]([0xe7][0x93][0xc0][0xfd][0xde]!xe"j[0x8b][0xb4]nK[0xb5]Er[0xa4]*[0xb5][0xcb][0x3][0xab]-[0xfc][0x9][0xba][0xdf]R{[0xdc]k1[0xe8]M[0xe1][[0x9e][0xdd][0x10][0xa6][0xcb][0xb0]\L[0x12]<[\r][0xdf]z[0x81][0xed]:a[0xd1]l[0xf3](p[0xac][0x87]x2[0x83][0xe1][0x93][0xaa]][0xc7][0xf][0xb8]c[0x91][0xf2][0xd2]8[0x11]I[0xfc][0xf3]P[0xb0]'[0x9b][0x8]H[0x9a][0xa0][0x15]mn[0x99][0xf][0x8e][0xe3][0xb6][0xc3][0x1e][0xc7][0x82][0xf][0xc7][0xb0][0xf8][0xaa][0xef][0x4]vW[0xd4]m[0xdf][0xa6][0xc9]=r[0x1c]7[0xe0]R[0x99][0x1f]N7[0x8e][0xdc][0xe1]V[0xe0]z[0xfb][0x4][0xca][0x6][0xed][0x98][0xe2][0x8d][0xf1][0xdc]I[0xf0]c[0xee][0x8b][0x11]j[0xbd][0xe6][0xf6]=K[0xec][0xd8]ra[0xd9][0xc1]v[0xd6]d[0x1d][0x3]y[0xdc]6[0xa0]#[0xcb][0x90][0x8b]O[0xa7][0xa8][0xe2][0x8e][0x81][\r]l[0x1a][0xb8][0x8b]{[0xc]l[0x95]aa[0xd2][0xa2]e[0x95][0x99][0xd1][0xf7][0x98][0xc][0xda]kQ[0xae]ja[0xd2]nH![0xef][0xf5][0x84][0xd3]4[0xc5]{[0x1a][0xf1]Z|1[0xb5][0xc0][0xb3][0x9d][0xd6][0xe8]l[0x93][0x8b][0xcd][0xe][0xd0]u[0xde][0xe9][0x8b][0x11][0xf8][0xf8][0xbd][0xc6][0xe1][0xb8]@[0xff]P[0xa3][0xff]J[0xbf]CN[0x82][0xac]A7[0x5]9L[0x91]O[0xad][0x91][0x82]"[\r][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xbd][0xf4][0x1d][0xac]T[0xfe][0x6][0xe5][0xb][0xdd]R8Ig[0x9e],[0xc8]KS[\r][\r][0xa7][0xe8][0x4][0xe6][0x7][0xd9]t;[\r][0x84][0xde][0xa0][0xfa]\[0xe2]m~[0xf8][0x96][0x1b]2[0x9f]!o[0x1][0x8b]tJ^3[0xe2][0xcd][0x97]K_[0xa1]|[0x80][0x9a][0xfe][0x88]t[0xea][0xd3][0x90];Cy [0xcc][0x11]g~[0xc8][0x99]Ga[0xc8]i[0x84]y[0xf9][0x88][0x93][0xe1],[0x96]"[0x86]f[0xc4]P([0xcf][0xa6][0xe][0x90]V [0x89][0xe]0[0xa5]`6[0x13][0xde]_[0x1f]u[0xaa][0x87][0x99]K[0xa4]n%[0xc6]X[0x18]2[0x16][0xb0][0x8c]s[0x9][0xc6]B[0xc4][0xa8][0x11][0xe2]\[0x13]q[0xdd][0x8f][0x1e]L[0xfb]p[0x83][0xdb]Y[0xfe][0x98][0xf3][0xe1]f[0x0][0xb7]0/[0xe2][0xb6][0x88];[0xc][0xbe][\r][0xc5],[0x94]T[0xa3][0xc6][0xd0][0x97]y[0xa6][0x18][0xc1][0xf6]([\r][I[0xa9]-[0xa9]/L[0xb][0x9d][0xa6]B[0xa8]XN_[0x3][0xa4]u[0x84][0xba][0x95]jU[0xad][0x14][0x19]&e[0x97][0x19]h[0xb]9m[0xe1][0x7]n[0xea]vh/t[0xf3][0xc8][0x7]:[0x8d][0xb][0x9d][0xaa]]5[0xa3][0xd5][0x88][0xd9]S[0x97][0xca][0xff][0x19][0xd9][0xbd][0xb4]:[0xcf][0xa8][0x10][0xa1]k[0xb9][0x97][0xae]i[0xea][0x1b][0x9f][0x14][0xb2]}[0xe4]y[0xd0][0xf]/[0xad]C8J[0xeb][0x1][0x8a][0xe4][0xc9]z[0xc8][0xfa]c[0x9f][0xc0]b[0xe3][0x1f][0xe1]yG^[0x17][0x8e][0xd1][0xf3] Y [0x0][0x1][0x12][0xdd][0xda][0x7]0H^[0xc8][0xce][0xc6]q[0x84][0x1]ke[0xa3][0xf][0xb5][0xec][\r]7[0xf7][0xfa][0x9b][0x95]G[0x4][0xc6]G[0x10] {[0x12][0xa7](&[0x90][0x9a][0xf6]9[0x8f][0xf7][0x94][0xe1]%[0x9b][0x88]}[0x80]g[0x7]][0xc]K[0x93];<[0xf5]5Fh[0xe1]e[0xf8][0x86][0xee][0x19][0xe1][0x98]0[0xbe][0x3][0xd1][0x83][0xf0][x[0xc3][[0x9b][0xbf]~[0x84][0xdf]@[0x14]6!tm5i[0x7][0x9][0x98][0x93][0x19]&[0x91]1[0x2][0x8f][0x13]!N[0xfd][0x12][0x15][0x18]&Q[0xa3]8C[0x19]~[0xb2]c[0x90]-[0x89][0x89][0xa6][0x9c][0x4][0xa2][0xf4][0xe][0xb3]V[0xe3][0x98] R[\r]a[0xf6][0x9b][0x93][0x16]v[0xc2][0x91][0xc8][0x85][0x9c]u[0x4][0xbc]"t[0x8e]%[0x8f][0x7]}_[0xd0][0xb3][0xf6][0x9][0xfe]``[0x1b][0xd2][0x4]}[0xad][0xc5]6[0xe][0x4][0xf][0xda][0xea][0xe]y[0xb1][0xba][0xdb]f[0xbf][0xd5][0xb6][0x11]b[0x13][0xb1]xFl[0x9c]&'[0x99][0x14][0x9c][0xb3]8[0xc9][0xf4][0xaf]{[0xc1][0xe1]$9[0x11][0x9b][0x89][0xc7]i[0xf2]ER[0xc9][0xed][0xd4]oPK[0x7][0x8][0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringContains.class[0x8d][0x92][0xdd]j[0x13]A[0x14][0xc7][0xff][0x93]l[0xb3][0xdd]uM[0x9b][0xf4][0xcb][0xfa]Q[0xdb][0xfa][0xd1]4E[0x83]x[0xd9][0x12][0x90]bA[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "F[0x2]z7[0xd9][0x8e][0xc9]H2+[0xb3][0xb3]E[0x9f][0xc5][0x7][0xf0][0xc6][0xb][0x5][0xb1][0xa0][0xe0][0x3][0xf8]P[0xe2][0x99][0xcd][0xb4][0x9a]4Ewag[0xce][0x99]s~[0xe7][0xfc][0xe7][0xec][0xcf]_[0xdf]~[0x0][0xb8][0x87]Z[0x8][0x1f]k[0x1]fp=[0xc4]:6f[0xb1][0xe9][0xe3]FH[0xf6][0x9a][0x8f][0x9b][0xc][0xa5]=[0xa9][0xa4]i2,[0xd5]Z[0xaf][0xf9][0x11]o[0xc][0xb8][0xea]5[0xda]FK[0xd5][0xdb][0xdd][0xee]0x[0xfb][0xc9][0xa1]`[0x98]kI%[0x9e]d[0xc3][0xae][0xd0][0xcf]yw@[0x9e]j+[0x89][0xf9][0xa0][0xc3][0xb5][0xb4][0xb6]sz[0xa6]/S[0x86][0xcd]V[0xa2]{[0x8d]>[0x1f][0xc6]Z[0xa4][0xa6][0x11]'Z8[0xe6]~[0xa2][0xc][0x97]*[0xdd]e[0x8][0xd2][0xac][0x9b][0xe6]N[0xb];S[0x9c]j[0x8a]#>h[0x9f][0x4]=}uN[0x93]/[0x19][0x18][0xd5][0x8c][0xb4][0x18]p#[0x13][0x95][0xf6][0xe5][0x1b][0x86][0xc5][0xda][0xf6]4f9v[\r][0xb4]][0xe5][0xfa]4[0xe4]x[0xfb][0x8f][0xb9][0x89][0xfb]B[0xdb][0x96][0xdb][0xb2][0xa7][0xb8][0xc9]4Im[0xfe]w[0xe2][0xde][0xd9][0xc0]&[0xc1]V[0x9f]e[0xca][0xc8][0xa1][0xe8][0xc8]T[0xd2][0xe5]=P*1#[0x1][0xc][0xcb][0xe3][0xa0][0x3][0x1e][0x9b]D[0xbf][0xa3][0xa4][0xb0][0x9d]d:[0x16][0x7][0xd2][0xde][0xf6][0xc2][0xf8][0x9d][0xde][0xb5]e"[0xcc]"[0x88]0[0x87]y[0x1f][0xb7]"[0xdc][0xc6][0x16]%9[0xd1][0xb9][0xe0][0xf5][0x8d][0x86][0xc6]7%[0xe4]d[0xc]N[0x13][0xc3][0xfc][0xa4]([0x6]_[0xaa]C[0xf1][0xf6][0xdc]A=[0xc2][0x6][0xfd]w>[0xec][0xe3][0x81][0xd9]F[0xe9][0x1b][0x92][0xd5]D[0x81]^[0xa0]T[0xdf]9[0x6][0xfb]L[0xbb][0x2].[0xd0]7[0xcc][0xbd][0x17])[0xab][0x8c][0x88]v[0xcb][0xa3]([0xf2][0x94]sJ[0xc9][0xea]$[0x86][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaa][0x8e][0xf5][0xd0][0xb1]*;[0xf5]/(|E[0xf1]=|[0xef][0x3][0xbc][0xe2][0xc7]Sl[0x89]BA[0x9][0x90][0x95]Sd[0x5][0xb][0xe][0xb9][0x88]%[0x87][0xbc]C[0xab][0xcd](V[0xbd]O[0x13][0x90][0x95][0x1c][0x12][0x8d][0x8e][0x1d]$ [0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y6[0xf5]>[0xad][0xf6],[0xf8][0x8e][0x99][0x17][0xf5]c[0x94]&[0x1][[0x1][0x82]\[0xe]p)[0x8f]Y[0xc5]e[0x17]u[0x85]V[0x86][0xab][0xb9][0xf7][0xda]oPK[0x7][0x8]#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/hamcrest/core/StringEndsWith.class[0x8d][0x92][0xdf]n[0xd3]0[0x14][0xc6]?wi[0xda]da[0x1b][0xdd][0xd6]1[0xfe][0xad][0xc][0x18]['[0xa8][0x10][0x97][0x1b][0x95][0x10]bW[0x5]$[0x8a][0x8a][0xe0][0xce][0xcd][0xdc][0xc6](M[0x90][0xe3][0xc]x'.@BL[0x2][0x89][0x7][0xe0][0xa1][0x10][0xc7][0xa9]7hW[0x4][0x89]d[0xfb][0x1c][0xe7]w[0xce][0xb1][0xfd][0xe3][0xe7][0xd7][0xef][0x0][0xee][0xe2][0x96][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "6<[0x94][0xd1][0xf0]q[\r][0x9b]U\[0xaf][0xe0][0x86]O[0xf6]F[0x5]7[0x19][0xdc]}[0x99]H[0xdd]fX[0xdd][0xee][0xbc][0xe6]G[0xbc][0x15][0xf3]d[0xd8][0xea]j%[0x93][0xe1][0xde]N[0x8f][0xc1]y[0x98][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x86][0xc5][0x8e]L[0xc4][0x93]|[0xd4][0x17][0xea]9[0xef][0xc7][0xe4][0xa9]u[0xd2][0x90][0xc7]=[0xae][0xa4][0xb1][0xad][0xd3][0xd1][0x91][0xcc][0x18]6;[0xa9][0x1a][0xb6]">[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x95][0xc8]t+L[0x95][0xb0][0xcc]G[0xc9]a[0xf6]B[0xea]h[0x8f][0xc1][0xcb][0xf2]~V8[\r][0xec]Lr[0xca])[0x8e]x[0xdc]=[0x11]=[0x1d][0xfc][0xa5][0xc8]W[0xc][0x8c]r[0x6]J[0xc4]\[0xcb]4[0xc9]"[0xf9][0x86]ae{g[0x16][0xb3]*l[0x1][0xc][0xcd]Y[0xb0][0xc9][0xc2][0x1f]s[0x1d]FBQ[0x9c][0x9b][0xe5][0x83][0x81]|GUw[0xe5]0[0xe1]:W[0xd4]m[0xfb][0xbf][0x9][0xfb]g[0x85]m[0xa2][0xae]?[0xcb][0x13]-G[0xa2]'3I[0xe7][0xf7] IR=[0xee][0x81][0xa1]>[0x9]:[0xe0][0xa1]N[0xd5]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xf2][0xbb]i[0xae]Bq [0xcd][0x81]/O[0x1e][0xeb][0x1d][0x93]&@[0x15]^[0x80]E,U[0xb0][0x15][0xa0][0x8e][0x1a][0xc3]<[0xf5]M[0xba][0xc6][0xdb][0xa2][0xf5][0xc6][0xbf][0xae][0x87][0xae]p[0x86][0xe4][0xe4]*lS[0xc]K[0xd3]][0xd1][0x13]+[0xd3][0x83]3[0x9f][0x3]f[0xea][0xa0][0xd1]'[0xab][0x8d][0x12][0xfd][0x80][0xdb][0xdc]=[0x6][0xfb]D[0xab][0x12][0xe6]i[0xf4][0xb][0xef]9[0x8a]Z@@[0xab][0xfa]XE[0x9e][0x85][0x82][0xe2][0x9a]6[0x88][0xe1][0xe0]jX[0xf5]P[0xc5][0x9a][0x8f][0x9b]X[0x9f][0xc5][0xad][0x1a]6|[0xb2]Wk[0xb8][0xcd][0xe0][0xee][0xc9]T[0xea][0xe]Cc[0xab][0xfb][0x86][0x1f][0xf3]v[0xc2][0xd3]A;[0xd4]J[0xa6][0x83][0xdd][0xed][0x1e][0x83][0xf3]8{-[0x18][0x16][0xba]2[0x15]O[0x8b]a_[0xa8][0x17][0xbc][0x9f][0x90][0xa7][0xde][0xcd]"[0x9e][0xf4][0xb8][0x92][0xc6][0xb6]NG[0xc7]2g[0xd8][0xe8]fj[0xd0][0x8e][0xf9]0R"[0xd7][0xed](S[0xc2]2C[0xcd][0x95][0xce][0xf][0xa4][0x8e]w[0x19][0xbc][0xbc][0xe8][0xe7][0xa5][0xdb][0xe0][0xce][0xa5][0xa7][0xac][0xe2][0x98]'[0xe1][0xa9][0xe8][0xd9][0xe1]_[0xca]|[0xc5][0xc0](k[0xa0]D[0xc2][0xb5][0xcc][0xd2]<[0x96]G[0xc]K[[0xdb][0xd3][0x98]~>.[0x81][0xa1]5[\r]w[0xb6][0xf8]'\G[0xb1]P[0x14][0xe9][0x1e])q([0xdf]Q[0xdd][0xa1][0x1c][0xa4]\[0x17][0x8a]:[0xee][0xfc]7a[0xef][0xbc][0xb0]C[0xd4][0x95][0xe7]E[0xaa][0xe5]P[0xf4]d.[0xe9][0xc][0x1f][0xa5]i[0xa6]G]04[0xcf][0x82][0xf6]y[0xa4]3[0xf5][0xde]4[0x11]f[0x85][0x8a][0xc4][0xbe]4[0x87][0xde][0x98]<[0xda]{&Q[0x80]Yx[0x1][0x16][0xb0]X[0xc3]f[0x80]&[0xea][0xc]se[0xef][0xa4]]{[[0xb6][0xbf][0xfe][0xef]k[0x9a].:[0xbd][0x12][0xdb][0x1a][0xc3][0xe2]do[0xf4][0xd8][0xaa][0xf4][0xf4][0xcc][0xe7][0x80][0x99]Zh[0xf4][0xc9][0xea][0xa0]B?[0xe0][0xb6]vN[0xc0]>[0xd1][0xaa][0x82][0xb]4[0xfa][0xa5]w[0x8e][0xa2][0xe6][0x11][0xd0][0xaa]9R[0x91]g[0xbe][0xa4][0xb8][0xa6][0x15]b8[0xb8][0x88][0xba]e=[0xb4],o[0xa7][0xf5][0x19][0x95]/[0x98][0xf9]0[0xc6][0xb9]$[0x1][0x9][0xa3][0xbc]1[0xca][0xc3]%[0x8b]ZB[0xc3][0xa2][0xee][0xd2]l"f[0xea][0xce][0xc7][0x9][0xc8]r[0x9][0x9]F[0xdb][0x16][0xe2][0x11]t[0x99],[0x13][0xfa][0x80]f[0xb3][0xe7]}C[0xf5]e[0xeb][0x4][0xee]$`[0xf3][0xf][0x80][0x87][0xcb][0x94][0x1b]X)5Wp[0xd5][0xaa][0xae][0xd1][0xcc]p[0xbd][0xf4][0xde][0xf8][0x5]PK[0x7][0x8][0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/hamcrest/core/SubstringMatcher.class[0x85][0x94]MS[0x1a]A[0x10][0x86][0xdf][0x1]\XX[0xc5]`[0x14]5[0x1a][0x11]L[0x82]`D[0xcd][0xb7]_[0x89][0xd1]X9h<@[0x99]JrZ`[0x84][0xb5][0xf8][0xaa][0xdd][0xc5][0xe8][0xca][0xc5][0xaa][0x84][0x94]9[0xa4]r[0xce][0x8f]J[0xa5]gX[0x11][0x10][0xb4][0xac][0x9a][0x9d][0x99][0xee]~[0xba][0xfb][0xed][0xc1][0xbf][0xff]~[0xfd][0x6][0xb0][0x8c]w~[0x4][0x91]R1[0x84]%?-[0xcb]>[0xac][0x4][0xf0][0x4]O}x[0xe6][0xc3]sq[0xf5][0xc2][0x87][0x97][0xe2][0xea][0x95][0x17][0xab][0xe2][0xbc]&[0x96]u/6[0xbc][0xd8]dP[0xad]z[0xd6][0xb2]M[0xa3]R`[0x8][0xed][0x1d][0xeb]'z[0xaa][0xa4]W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xa9][0xb4][0xbc][cP[0xd6][0x8d][0x8a]a[0x93][0xe7]h[0xfc][0xba]y[0xfe][0x90][0xc1][0xb3]][0xcd]s[0x86][0xe0][0x9e]Q[0xe1][0x1f][0xea][0xe5],73z[0xb6][0xc4][0x5][0xae][0x9a][0xd3]K[0x87][0xba]i[0x88][0xb3]s[0xe9][0xb1][0x8b][0x86][0xc5]0[0xb7]W5[0xb][0xa9][0xa2]^[0xce][0x99][0xdc][0xb2]S[0xb9][0xaa][0xc9]S[0xe9][0xcb]J[0xf6]u;W[0xe4]&%[0x1f],[0xcb][0xad][0x95][0xd6][0x8f]x[0xe9][0xac]O[\r][0x9f][0x89]j[0xd8][0xbc][0xcc]0[0x96][0xe7]V[0xce]4[0xb2]|[0xdf][0xb0]d[0xe4]e\[0xaa]G\g[0x5];2[0xb2]f[0x1b][0xd5][0x8a][0xec]j[0xa4][0xec] [0xda][0xc][0xc][0x93][0xfd][0x83][0x18][0xfc][0x97][0xd9]3U[0x86][0xe9][0xf8][0xcd][0xfc]@[0xbe][0x9d][0x1b][0xe4]'z[0xa9][0xd5][0xff][0xc1][0x11][0x83]f[0xf2][0x92].[0x8c]V[0xd1][0xa8]1[0xdc][0x8d][0xcf][0xf7][0x1a]NG_[0x7][0xd9]c[0x9e][0xb3]o[0xe9][0xcb]u[0xba][0xd4]9h'JX[0x96][0xbb][0x4]vLB`5m[0x14]*[0xba]]7i[0x84]+[0x9d][0x19]2g5.tv[0xa6][0xb6]~[0xbd][0xce]M!N[0xba]Z7s|[0xd7][0x10][0x8f]`[0xb4]{[0xd4][0x8b]"FC[0x8][0xaf]5[0xc][0xe3][0x8e][0x86][0x18]&[0x19][0x6][0xbe][0xea]V$[0xea][0xc5][0x1b][\r][x[0xcb][0xc0][0xa2]T[0x88][0x1e]iFF4[0xcc][0xe1][0x1]][0xd2]f[0x1b];[0xc][0xc3][0xdd]y5LaZ[0xc3][0x84]@Eon[0xc]S7[0xf5][0xc5][0xe0][0x8e][0xb][0x1][0xc7][0xfb][0xc9]K=[0xea][0xb5][0x1a][0xaf][0xe4]3[0xfc][0xd4]fX[0xec][0xf5]Toz>[0x81]f[0xf4][0xa1]^[0xaa][0xf3][0xae][0xf0][0xcb]A[0xf4][0xf][0xf7][0xcc][0xd2][0x8f]:H[0xff][0x11][0xe8][0xa9][0x8][0x5]i[0xe7][0x83][0x87][0x4][0x1d][0x91]7[0xc0].\[0xf4][0x7][0xf8][0x13]?[0xc1][0x12][0xc9][0x1f]p[0x9d][0xd3][0xc9][0x85]QZ[0x87][0xe0][0xa6]u[0x90][0xfc][0x87][0xa0][0x12]e[0x8c]NcMo[0x84]1[0xe][0xc8][0x9d][0xa0][0x92][0xdc]BO[0x87][0xb9][0xea]0[0x95]D[0xb2][0x1][0xf7][0xb7][0x16]O!;([0xf3][0x15]Giq[0x14][0xdc]s84[0x1c][0x87][0xf3][0x89]|D[0x5][0xe1][0x85][0x90][0xe7][0x2][0x3].$[0xe5][0x1a]R[0xe4][0xe7][0xe3]U[0xa1]~[0x9][0xb][0x13]t\[0xc2]#[0xcd][0xb0][0x16]<[0xec][0xc0][0xc5][0xee]>f[0xc8][0x9b][0x91][0xcf][0xac][0x93][0xe6][0x8b]Sn,[0x19][0xf2]Jr[0xa2][0x1]_3[0x93][0xda]<[0x87][0xeb][0x2][0xfe][0x1e])[0xa7][0x10]%[0xd0]U?[0xb1]V[0xca][0x18]Yf[0xc0]<[0x1e][0xf1]d[0x1][0xfa][0xd2][0xab][0x4][0x86][0xb7]([0xe6][0xa1][0x93][0xf8]=[0x95][0xe9][0x96][0xda]'[0xff] [0xb0][0xd0][0x80]v[0xde][0xa5][0x95][0xd2][0xd6]N[0xbb][0xe6][0x8f][0x10][0x97]v?[0xe6]E;D[0x9d]@[0xc2][0xa1]n8[0xed][0xa8][0x92][0xda][0xc0]`[0xf7][0x0][0x94][0xb6][0x82][0xd5][0x16]Tu[0xa0][0xa4][0xb2][0xf4]_[0xc0]c[0xf9]][0xfc][0xf]PK[0x7][0x8][0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0]org/hamcrest/in" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "ternal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/hamcrest/internal/ArrayIterator.class[0x8d][0x94][O[0x13]A[0x14][0xc7][0xff][0xd3][0x96]n[0xbb],V[n^[0xd0][0x2]"m[0x11]*[0x8a]7n[0xda][0x10]M[0x9a]4[0xf0][0x80][0x92][0xc0][0x93]C[0x19][0xb6][0x8b][0xdb][0xdd]f:%[0xf8]U|[0xf4][0xc5][0x17][0x1f]4[0x91]K$[0x91]w?[0x94][0xf1][0xcc][0xb6]ri1[0xf1][0xa1]3;g[0xce][0xfc][0xce]9[0xff]3[0xd3]_[0xbf][0xfc][0x4]0[0x8d][0x82][0x89][0x4][0xee][0xc5]q[0x5][0xe3][0xfa]+c"[0x8b][0x9c][0x81][0x89][0x18][0xee][0x9b][0xe8][0xc2][0xa4][0xde][0x99]2[0x91][0xc7][0x3]=L[0x1b]x[0x18][0xc3]#[0x13][0xdd][0x98]40c[0xe0][0xb1][0x81]'[0xc]]\J[0xfe][0x81]!Y[0xda][0xe1][0xbb]<[0xef]r[0xcf][0xce][0xaf]l[0xee][0x88][0xb2][0x9a]c[0xb0][0xca][\r])[0x85][0xa7][0x8a][0xde][0x96][0xd8]c`E[0x86][0xe8][0xbc][0xe3]9j[0x91][0xa1]/[0xd3]y"[0xbb][0xc6][0x10]Y[0xf2][0xb7][0x4]C[0xa2][0xe4]xb[0xb9]Q[0xdd][0x14][0xf2][\r][0xdf]t[0x85][0x8e][0xe0][0x97][0xb9][0xbb][0xc6][0xa5][0xa3][0xd7]-cDU[0x9c]:[0xc3]X[0xc9][0x97]v[0xbe][0xc2][0xab]e)[0xea]*[0xef]xJH[0x8f][0xbb][0xf9][0x82]N[0xae]H[0xb][0xae]|I[0x9][0x19][0x15]^_[0x16]{[0x8a]![0x9c][0xc9]n[0xd0]q/X[0xf4]f[0xb2][0x97][0xa5][0x1f][0x95][0xa2][0xea][0xef][0x8a][0xc0][0x99]2[0x8b][0xaf]:[0xb6][0xc7]UC[0x92]e[0xb6][0xd3][0xbf]ii([0xc7][0xcd][0xff][0x8d]8[0xdf][0xe9][0xb5]H\s[0xd5]o[0xc8][0xb2]x[0xed][0x4]e][0xc8]qJ[0x1f][0xb0][0xd0][0x87]a[0xb])[0xf4]Zx[0x8a]g[0x6][0x9e][[0x98][0xc5][0x10][0xc3][0xc8][0x19][0xae][0xe8][0xba][0xc2][0xe6]nA[0xda][0x8d]*)[0xfc]j[0xaf],j[0xca][0xf1]=[0x12][0xdd][0xf3]U[0x9a]{[0xe9][0xa0]1[0x1a]5g[0xe1][0x1a][0x92][0x6][0xe6]-,`[0xd1][0xc2][0xb][0xbc]d[0x18]?C[0xbd][0xf5][0xea][0x8d]Z[0xcd][0x97]Jl[0xad][0xd4]t[0x1a][0x84]9[0xc7][0x1b].sO#[0x9b]b[0xa4][0x1d]%[0xaa][0xf5][0xf4][0xb6][0xf4][0xab][0xa7]A[0x18]F[0xff]C~[0x86][0xab][0xed]jP[0xf5][0x9d][0xa2]1[0xc4]l[0xa1][0x96]\^[0xa7][0xc6][0xa6].t&0[0x92][0x80][0x89]6[0x13]5[0xd6][0xa9][0x17][0x9a][0xa9]\[0xb8]W[0xab]J:[0x9e][0x1d][0xdc][0xab][0x81]3[0xab][0x14][0xdb].E[0xcf][0xb7]N[0xc4])\Ix[0xb6][0xaa][0xfc][0xe3]V[0xd2][0xb5][\r][0x93][0xf][0x89]v[0xc9]n[0xf1][0x92][0xab][0x83]az:[0x9]P[0xc5][0x8]![0xa9][0xd5][0xa7][0x7][0x17][0xd2][\r][0xa5]9B[0xf6]>[0xf4][0xd3]8@[0xab][0xf7][0x8][0xd3][0xe]0[0x9a];[0x4][0xcb][0x85][0xf7][0x11][0x9a]8@[0xf8][0x0][0x91][0x8f][0xe8]9F[0xd7]z2z[0x8][0xe3]$7[0xb1][0x8f][0xd8][0xb7][0x0]2H[0xe3][\r]Di4[0x9][0x15]C[0x9c][0x1e]d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x16][0x86]([0xe4][0x8][0x5][0xbd]N;[0xfd]M$[0xf9][0xdd][0x4][0x82]/[0x9d][0x2]=@[0xdc]"[0xbf]f[0xe0]E[0xf2]a4[0xf7][0xe6][0xbe]#D[0xbf][0xd8][0x11][0xe2][0x9f]`D>#[0x12][0xfe]r[0x1a])[0x1a][0xf8][0xa4][0x2][0xaa][0xd5][0xf4]oQ[0x19]n[0xe3]N[0x8b][0xb5]@[0x17][0x81][0x9f][0xe6][0xe4][0xd6][0x9][0xb8][0x11]yG[0xa5][0x1c][0xc1][0xfc][0xda][0x86][0x1a]<[0x87]J[0x9d][0xa2][0xd2][0xa4]X[0x13]5Cz[0xe8]=[0xf3][0x18][0xdd][0xeb]I[0xeb][0x10]='m[0x84][0xa1]s[0x4][0xb3]E[0x8]Q[0xe9]z[0x1c][0xc5][0xdd]`[0x1e][0xfb][0x3]PK[0x7][0x8][0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.class[0x95]U[S[0x1c]E[0x14][0xfe]zwv[0x7][0x86][0x9][0x97][0x85][0x85][0x0]!Y[0x9][0x92][0xdd]aa[\r]*[0x86][0x8b][0x18][0xc3][0xc5][0xa0]\b[0x16][0xa3][0x80][0xb7]a[0xb6][0x81]I[0xcd][0xce][0xe0][0xec]l[0xca][0xbc][0xfb]'[0xe2][0x93]e[0x95][0xc5][0x8b][0xf][0xb1]J[0xa0][0xca]T[0xe1][0x93]/[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xff][0x88][0xc6][0xd3]=S[0x1b][0xb2][0xbb][0xa1][0xf4][0xe5][0xf4][0xe9]3[0xe7][0xf2]}[0xa7]O[0xf7][0xfc][0xf9][0xcf]og[0x0]n[0x82]kH`[0xba][0x15][0xbd][0x98][0x11]bV[0x88]9[0x15][0xef]j[0x98][0xc7]{[0x1a]mn[0xb][0xf1][0xbe][0xd8][0xde]Q[0xb1][0xa0]bQC[0x1b][0xa6][[0xb0]$[0xd6][0xe5][0x16]| [0xd6][0xbb][0x1a]4[0xac]h[0xf8][0x10][0x1f]iX[0xc5][0x9a][0xd0][0xd6][0x85][0xd8]Pq[0x8f]A+[0xf3][0xe0][0xc0]+[0xad][0x9b]e[0xce][0x90]Z}h>2[0xb][0x8e][0xe9][0xee][0x17][0x8a][0x81]o[0xbb][0xfb][0xb3][0xc][0x3][0xfc][0xdb]Cn[0x5][0xbc][0xb4]^-[0xef]rc[0xef][0x9e][0xe9][0x93]w[0xc0][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][ah[0xf][0x1e][0x1f][0xf2]R[0xcd][0xca][0x90][0x9c][0xb3]];[0x98]g[0xe8][0xcb]6&\Y[0xc9]=`P[0x16][0xbc][0x12][0x15][0xec]X[0xb5]][0x1e][0xe6][0xdd]4w[0x1d][0x9][0xc1][0xb3]L[0xe7][0x81][0xe9][0xdb]b[0x1f][0x19][0x95][0xe0][0xc0][0xa6]b[0xf9]U[0xcf][0xdf]/[0x1c][0x98]e[0xcb][0xe7][0x95][0xa0]`[0xbb]T[0xcd]5[0x9d][0xc2]}[0xbe][0xe7][0x10]B[0xfb][0x11][0xdf]$$[0xcb][0xb6][[0xe2]>[0x1][0xef][0xdc]#m)[0x2]/[0xbe]0[0x8c][0x9c][0x7][0xb4][0xe0][0x98][0x95][0xca]l[0xae][0xc1]B[0x4][0xc2][0xa6][0x10][0xf7]s[0x1f][0xfd][0xb0]JaM~#/[0xc5][0xf4][0xfd][0x11][0x86][0xc1][0x9d][0xb][0x9d][0x1c][0xee][0x92]S[0xcc]&[0xc1],[0x86][0xae]&[0xe5]Z[0xf7]|[0xaf],7[0xc][0xbd]/[0xf3]'[0xd4]Q[0xf]z[0xea][0x3][0xe7][0x8c]y[0x11][[0xb4][0xf7]]3[0xa8][0xfa][0xe4]b4[0xb0][0x13]>[\r][0x4][0xc3][0xc0]~[0xcb]t7v[0x3][0xd3]v[0xcf][0xb7]h[0x99][0x90]0[0xc]e_M)[0xb7]M[0x9d][0xe5][\r]![0xe3][0x17][0x85]4[0xe1][0xfc][0xc6][0xff][0xf1][0xf][0x11]kE[0xaf][0xea][t[0xbe][0xa2][0x1d][0xfd][0xcd][0xe]}B[0xc4][0xe9][0xb8][0x82][0x8f]u[0xf4][0xe1][0xb2][0x8e]~[0xc][0xe8][0x18][0xc4][0x0]A~[0x91]rc[0xf7]![0x5][0xaa][0xb8][0xaf][0xa3][0x88]M[0x1d][0x93]xS[0xc7][x[[0xc7]'[0xa0][0xd1][0xec]x[0xe1][0xb9][0xe4][0xfb][0x1e][0xcd]s_[0xfd][0x10][0xdf][0xa9][0xda]NIL[0xfa][0xf0][0x82][0xe9][0xba]^[0x90])[0x89][0xc1]/[0xd3],g,[0xcf][0xf7]){F[0xdc][0x89][0xcc][0x9e][0xe7]gt|[0x8a][0xcf][0x8]|6[0x97][0x9][0xa7]jB[0xc7][0x16][0xb6][0x5][0xca][0x1d][0x15][0x9f][0xeb][0xf8][0x2][0xdb]*[0xbe][0xd4][0xf1][0x15][0xbe][0xd6]abW[0x87][0x5][0x1a]=[0xe3][0xbf][0xcf]:C<[0x9b]{[0x19]y4M[0xa9]}[0x1e],r[0xcb]1}^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x9b][[0x11][0xa7][0x9b][0xbb]pd/QP[0xb1]z[0xc8]}+L[0xd2][0x9d]mzG[0xcc][0xc3]C[0xee][0x96][0xea]N>[0xba][0xe4][0xb9][0x6]S[0xd4]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "l[0x9][0xbc][0xd0]D3[0x9d]mt$[0x8f]t[0xb3][0x8c][0xc4][0xef][0xf2][0xab]@3[0xa8][0x84]9|[0xc3]:[0xeb]C[0x9]*[0xff][0xa6]j:[0x95][0xba][0xc4][0xe1][0x18][0xc8]y[0xee][0xa2][0xe8][0xda][0xfb]%[0xfa]Z[0x91][0xd8]v[0x9a][0xd0]n[0xb3]+[0xc5][0xc7]np[0xc0][0x3][0xdb][0x92]}[0xdf][0xc6]k[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "'[0xe8][0xc5][0x8e]#%[0xa6][0x8e][0xb4][0x94][0x18]<[0xb9][0xe][0xca]U[0x1][0xa3][0xe3][0x1e]"y[0x95]v[0xe]bd[0x1]z[0x8c]S0c[0xec][0x18]1[0xe3][0xca]1[0xe2][0xc6][0xd0]1[0x94]_[0xc8][0x1e][0xc3]5[0x92]a[0xce][0xeb][0xe4]9[0x82]V[0xbc][0x8e]v[0x8c][0xa2][0x1b]7[0x90]![0xab][0x11][0xc6]S[0xe5]a@j[0xa2].[0x93][0x9a][0xa8][0x1c][0x93][0x9a][0xa8][0x1d]'[0xeb]u[0xca][0x10][0x93][0x95][0xff][0xa6]8[0x95]Vkl-[0xdf][0x8d][0xc4]O[0x98][0xc9][0x9f] [0xb9]>~6[0xa5][0xc4][0xa7][0x12][0xe9]DZ[0xf9][0x11][0xd7][0xc6][0xd3][0x89][0xc9][0x99][0xa4][0xd1][0x9f]<[0x81][0xfa][0x4][0x9a]TZ[0x9e]~[0x97]`G[0xcf][0xff]"[0xf7][0xd6][0xb5][0xa3][0xe7]<[0x83][0xb6][0xf5][0xc]m[[0xa7][0xd0]S[0x97]N[0xd0]n[0xfc][0x8a][0x18]-[0xa9][0xe][0x12]'[0xe8]>[0x95]C[0x86]F;[0x8c][0xfa][0xce])?[0xf7]#1[0x8c][0x1d][0xa9]b[0x11])[0x1e]8[0x1d][0x11][0x9c][0x1c][0x89][0xa1][0x1f]IO[0xaa]~WgJ9[0xac]d[0x99]~[0xe][0xee][0xd8]>=[0x9f][0xa6]I[0xd5][0xb4]t=5:[0xe8][0xbc][0xad]^[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x10]n[0xc8][0xb0]Q[0xcb]2[0xa5][0x8f][0x7][0xb1][0xc]U[0x2].[0xf5][0xee][0x1d][0xc]k[0xb3][0xc1][0xc][0xc7]M[0xf7][0xcb]t[0xa7]Z[0xd3][0xae],I6e[0xe2][0xb1]:[0xe1]([0xf2][0xc5]W[0xa9][0xb][0xad]>Q[0xd1][0xbe]f[0xb4]Q[0xc2][0xb6][\r][0x13]/M[0xec][0xd8][0xd8][0xc5][0x7][0x86][0xbd]g7[0x85][0xa1][0xf2]8-[0x86][0xf5][0xff][0xe4]ESQ[0xd3][0xfd][0xa8][0xce]j[0x0][0xb5][0x8a][0xf][0x6]B[0xf5][0xc6][0xfc][0xfb]OM[0xcd][0xec][0xf6]a[0x93]F[0xb6][0x0][0xfa]&Z[0x86].[0x8b]l[0x91]F[0xda][0x80]E[0x8b][0xd8]a[0x93]}E[0x1e][0x8f][0xac]A[0xd6][0xaa]_[0x81][0xd5][0x1b][0x97]0~[0xd1]-[0x87]9[0xda][0xe7][0xc8][0x2]z[0xfc]-[0xda]K([0xd3]m%E[0xa3][0x82]y 9[0xa5][0xec][0xb][0x99][0xd8][0xe2]$fM[0x94][0x97][0xe8][0xb4]L[0x18][0x96][0xe8]v[0xc7][0xba]v[0xa3][0xfe][0x1b][0xc6]5r[0x6]~[0xdc]+[I[0xac]L[0x9a][0x95][0x7][0xaa][0xf6]D[0xd5][0xc6]*[0xaa]cU[0x9b]l[0x1a][LtR[0xb5][0xd7]XK[0xec][0xfa]?PK[0x7][0x8][0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.class[0x95][0x93][0xdb]n[0xd3]@[0x10][0x86][0xff]u[0xe]&[0x8e]i[0x92][0x92]4[0xb4][\r][0xb4][0xe5][0x18][0xa7]PSq[0x83]h[0x14][0xa9][0x2]U[0x2][0x85]r[0x91]([0x12]p[0xb5][0x9]K[0xe2][0xca][0xb1][0x91][0xe3]D[0xf0]N\[0x80][0x4]T[0x80][0xc4][0x3][0xf0]P[0x88]Y[0xc7][\r]u[0x1c]U[0xed][0x8d]gvf[0xf7][0x9b][0x99][0xbd][0xfe][0xfe][0xfc][\r]`[0x17][0xf]4h[0xb8][0x95]A[0x6][0xb7][0xb3][0xc8][0xe2][0x8e][0x8a][0xbb][0xd2]V5$aH[0xaf][0xa6]Qn[[0xc5]=[0x15][0xf7]U[0xec]0[0xa4]'[0xdc][0x1e][0x8b][0x11]C[0xb1]y[0xc4]'[0xdc][0x1c][0xfb][0x96]m>[0xf3][0x85][0xc7]}[0xd7][0xdb]c[0xc8][0xb4][0xac][0xbe][0xc3][0xfd][0xb1]'[0x18]V[0x17]l[0xa9][0xb7][0xdb]{[\r][0xda][0x97][0xae][[0x8e][0xe5]7[0x18][0xca][0xd5]E [0xa3][0xc3][0x90]|[0xe2][0xbe]%J[0xae]i9[0xe2]p<[0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xaf][0xcd][0xbb]6E[0x96][0x9b]n[0x8f][0xdb][0x1d][0xee]Yr[0x1d][0x6][0x93][0xfe][0xc0][0xa2][0xb6][0x1e]6][0xaf]o[0xe][0xf8][0xb0][0xe7][0x89][0x91]oZ[0xe][0x11][0x1d]n[0x9b]-a[0xbf]{*F=[0xcf][0xea]ZN[0xbf]#[0x87]8[0xd5][0xf5]J[0x94][0xf8][0xf1][0xfd][0x9][0xf5][0xd1][0xc5]q'[0x13]V[0x16][\r]6M[0xca][0xe9][0xd4][0x1][0x1f][0x1d][0x8a][0xf]>C[0xa2]j[0xbc][0xa6][0xfe][0x9d]`[0xb1]Q5[0xa2]%[0xa3][0x95][0xa4]r[0x9e][0x18][0xba][0x13][0x11][0x9c]#N[0x91][0xe][0x4]ul[0xee][0xf4][0xcd][0x97][0xdd]#[0xd1][0xf3]i[0xd7][0x9b]z[0xfb]q<[0xde][0x88][0x87][0x16]5yf[0x7]r6[0xad][0xe5][0x8e][0xbd][0x9e]8[0xb0][0xa4]F[0x9b]g[0x88][0xb1]#[0xe9]:[0xf2][0xd8][0xd0][0xa1][0xe3][0xb2][0x8e]5[0xac]3[0x18][0xe7][0x16]UG[0x5][0x9b][0xf2][0xbc][0xa9][0xe3][0xba][0x84]Tp[0x8d]a[0xf7][0xc2][0x97][0xc2][0x90][0x9f][0x9f][0x9c][0xfe][0xa3][0xf8][0xe8][0xc][0xa5]j\#[0xa3][0x83]-z[0x7][0x1a][0x18]=[0x9][0x6]E[0x8e]Bv[0x89][0xde][0x90][0x82][0x1c]R[0xe4][0xe7]Q [0x99]"][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Y[0xad]v[0xc]V[0xdb][0xfe][0x6][0xe5][0xb][0xad][0x12][0xb8]B[0xdf]%[0xb2][0x94][0xa1][0xd7][0x95]%[0x9e][0x8e]"[0xad]V[0xa6][0xbb]Q"[0xf][0x81]7[0xa5][0x97]#[0xb9][0xab][0xb3]\nVy[0x95]<[0xd2][0x93][0xbe][0xb2][0xee][0x1]Y[0x16][0xd4][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0xe5][0x7][0x12][0xc][0x9f]fu[0xd3]A&[0x1f][0xd4][0xd3][0xa7][0xbb][0xc2]z[0xe5]HDVaR[0xe3][0x90][0xf9][0x82][0xce][0xcb]\[0xe1][0x17][0x92][0xaf][0xa6][0xdc][0x14][0xc3]1[0xd2][0x9f][0xe7][0xd0][0xa5]S[0xe8]B[0xc]][0x98][0xa1][0xe9][0xe]C[0xf4][0xf3]h[0xbb]*[0xc3][0x99][0xb4]`[0xec]5[0x92]h[0xfd]<-[0xe7][0xf7][0xe5]_[0x12]r[0xf7]Cn[0xaa][0xf6][0x1d][0x97][0xe6][0xdb]TO[0xe1]R1\*lS[0x9][0xf5][0xdd][0xc2][0x8d][0xc0][0xde][0xfc][0x7]PK[0x7][0x8][0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]AF[0xba][0xed][0x16][0xfe][0x1][0x0][0x0][0xdb][0x3][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@s[0x4]![0x9b]![0x3][0x0][0x0][0xe5][0x5][0x0][0x0][0xb][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]D[0x2][0x0][0x0]LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e][0x5][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x5][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A5[0xf5]UY[0x81][0x0][0x0][0x0][0xa1][0x0][0x0][0x0]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x6][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]R[0x9b][0x9b]A[0xb4][0xd2][0xcc][0xf2][0xe3][0x2][0x0][0x0]h[0x9][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdb][0x7][0x0][0x0]META-INF/maven/org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0xb][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0xb][0x0][0x0]org/hamcrest/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xc1][0xa3][0xa2]Q+[0x8][0x0][0x0][0x80][0x14][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7][0xb][0x0][0x0]org/hamcrest/BaseDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa9]%[0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[[0x2][0x0][0x0]@[0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x14][0x0][0x0]org/hamcr" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "est/BaseMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf2][0xbf][0xb1][0xf3][0x9f][0x0][0x0][0x0][0xcc][0x0][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9][0x16][0x0][0x0]org/hamcrest/Condition$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xfc][0xd8][0xe0])W[0x3][0x0][0x0]_[0x8][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb4][0x17][0x0][0x0]org/hamcrest/Condition$Matched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@'[0xe6][0xed][0xc5]X[0x2][0x0][0x0][0xc8][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x1b][0x0][0x0]org/hamcrest/Condition$NotMatched.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@-[0xf7]Uz[0xe1][0x0][0x0][0x0][0xaa][0x1][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x1e][0x0][0x0]org/hamcrest/Condition$Step.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@yst[0x11]e[0x3][0x0][0x0])[0x9][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0x1f][0x0][0x0]org/hamcrest/Condition.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]7[0xa6][0xe9]@E[0xcf][0xfc][0xa3][0xb7][0x9][0x0][0x0][0xe8]-[0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]"[0x0][0x0]org/hamcrest/CoreMatchers.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xd3][0x99][0xe6][0xd5][0xf9][0x1][0x0][0x0][0xbd][0x3][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xed],[0x0][0x0]org/hamcrest/CustomMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xe3][0x82]Q[0xfc][0x1][0x0][0x0][0xe3][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4/[0x0][0x0]org/hamcrest/CustomTypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xca][0x17][0xb5][0xf6][0x8d][0x2][0x0][0x0][0x93][0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86]1[0x0][0x0]org/hamcrest/Description$NullDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@>?:[0xd4][0xb8][0x1][0x0][0x0][0x6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o4[0x0][0x0]org/hamcrest/Description.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#{[0x87][0xf2][0xcc][0x1][0x0][0x0][0xc5][0x3][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]s6[0x0][0x0]org/hamcrest/DiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xac][0xf]n([0xeb][0x0][0x0][0x0]|[0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]8[0x0][0x0]org/hamcrest/Factory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa8][0xa1]15[0xbe][0x3][0x0][0x0][0xa5][0x8][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]9[0x0][0x0]org/hamcrest/FeatureMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@5ve^-[0x1][0x0][0x0][0xfc][0x1][0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd1]=[0x0][0x0]org/hamcrest/Matcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81]H[0xe9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x3][0x0][0x0][0xdb][0x6][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]F?[0x0][0x0]org/hamcrest/MatcherAssert.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x81][0x9][0x94]l[0x8a][0x0][0x0][0x0][0xaf][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]B[0x0][0x0]org/hamcrest/SelfDescribing.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@r@[0xc3][0xbe][0xef][0x2][0x0][0x0]f[0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]wC[0x0][0x0]org/hamcrest/StringDescription.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@}7&e[0x97][0x3][0x0][0x0][0x9][0x8][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]F[0x0][0x0]org/hamcrest/TypeSafeDiagnosingMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Kr]9[0x16][0x4][0x0][0x0][0x9][0x9][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa9]J[0x0][0x0]org/hamcrest/TypeSafeMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf]O[0x0][0x0]org/hamcrest/core/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x0]w[0x81][0xf7][0xb1][0x6][0x0][0x0]a[0x15][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]QO[0x0][0x0]org/hamcrest/core/AllOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@,[0x6]r[0x9b][0x91][0x5][0x0][0x0][0xe][0x13][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]MV[0x0][0x0]org/hamcrest/core/AnyOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x93][0xd2][0xa2][0xeb][0xe1][0x1][0x0][0x0]_[0x4][0x0][0x0]?[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])\[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xdf][0xd3]4[0x9c][0xe3][0x1][0x0][0x0]f[0x4][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w^[0x0][0x0]org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf7][0xba]8N[0x8e][0x4][0x0][0x0]@[\r][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc9]`[0x0][0x0]org/hamcrest/core/CombinableMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xee]j[0x1a][0xb4][0xea][0x4][0x0][0x0])[0xb][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xae]e[0x0][0x0]org/hamcrest/core/DescribedAs.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xbb]fi[0xdf] [0x4][0x0][0x0][0x9b][0x9][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe9]j[0x0][0x0]org/hamcrest/core/Every.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe1][0xa7][0xa4]E[0xd6][0x3][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0][0x1a][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]To[0x0][0x0]org/hamcrest/core/Is.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x95][0x89]H[0x95][0x96][0x2][0x0][0x0][0xdc][0x5][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]rs[0x0][0x0]org/hamcrest/core/IsAnything.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@:[0x0][0x9b][0xa9][0x18][0x6][0x0][0x0][0xaf][0xf][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Xv[0x0][0x0]org/hamcrest/core/IsCollectionContaining.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@Q[0xd0][0x1e][0xa8]&[0x4][0x0][0x0][0xfc][0x8][0x0][0x0][0x1f][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcc]|[0x0][0x0]org/hamcrest/core/IsEqual.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x8e]\[0xd0][0xbd][0xa8][0x4][0x0][0x0][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0x81][0x0][0x0]org/hamcrest/core/IsInstanceOf.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@1[0xfe][0x8a]^[0xf2][0x2][0x0][0x0][0x11][0x7][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x86][0x0][0x0]org/hamcrest/core/IsNot.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x11]@[0xa9]E[0xac][0x2][0x0][0x0][0x87][0x6][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0x89][0x0][0x0]org/hamcrest/core/IsNull.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xe0][0xf]8[0x96][0xa1][0x2][0x0][0x0][0xf6][0x5][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]n[0x8c][0x0][0x0]org/hamcrest/core/IsSame.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xa4]&[0xf1]ed[0x3][0x0][0x0][0xa6][0x7][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][[0x8f][0x0][0x0]org/hamcrest/core/ShortcutCombination.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@#[0xcb][0x86][0x8][0xf1][0x1][0x0][0x0][0xdb][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x93][0x0][0x0]org/hamcrest/core/StringContains.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x89][0x95][0xe3][0xb1][0xe8][0x1][0x0][0x0][0xb5][0x3][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]][0x95][0x0][0x0]org/hamcrest/core/StringEndsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xb2][0xca][0x97][0x11][0xe7][0x1][0x0][0x0][0xbf][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x99][0x97][0x0][0x0]org/hamcrest/core/StringStartsWith.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x10][0x11]+[0x89][0xd8][0x2][0x0][0x0]S[0x6][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x99][0x0][0x0]org/hamcrest/core/SubstringMatcher.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]T[0x9b][0x9b]A[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x16][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x9d][0x0][0x0]org/hamcrest/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x1d]9{[0xeb][0xb4][0x2][0x0][0x0][0xe5][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x9d][0x0][0x0]org/hamcrest/internal/ArrayIterator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf1][0xe][0xd2][0x1b][0x1c][0x4][0x0][0x0]([0x8][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]U[0xa0][0x0][0x0]org/hamcrest/internal/ReflectiveTypeFinder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0x97][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "uV[0xc5][0x1][0x0][0x0][0xcd][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcf][0xa4][0x0][0x0]org/hamcrest/internal/SelfDescribingValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]5[0xa6][0xe9]@[0xf8]W[0xee][0x88]<[0x2][0x0][0x0]0[0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf1][0xa6][0x0][0x0]org/hamcrest/internal/SelfDescribingValueIterator.classPK[0x5][0x6][0x0][0x0][0x0][0x0]9[0x0]9[0x0]&[0x12][0x0][0x0][0x92][0xa9][0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "GET /content/repositories/maven_central/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "last-modified: Thu, 27 Dec 2012 18:26:48 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-8 << "938d9a0860835a9a4354675c1e0ddc185ea7cff6" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << last-modified: Thu, 27 Dec 2012 18:26:48 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-8 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 8][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-8: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 8][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:45062<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 19676[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x4][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0][0x85]TMo[0xe2]0[0x10][0xbd]#[0xf1][0x1f],[0xe]+*[0x11][0x93][0x84]@i[0x10][0x87][0x96][0xe5][0x0][0x82][0x16][0x95]m/{X[0x99]d[0x92][0x1a][0x82][0x9d][0xb5]M[0xa0][0xff]~'[0x1f][\r][0xd0][0xad]T[0xe5][0x92][0xbc][0x99][0xf7]<[0xf3]f[0x9c]%[0x13]<[0x2]m[0xac]WP[0x9a]K[0xe1][0x13][0x87][0xda][0xcd][0xc6][0x83][0x8][0xad][0x5][0xd3]f)C[0x1e]q[0x8][0x11][0x1e][0xd8][0xf6]p[0xd8][0xb7][0xdd];gp[0x8b][0x9][0x7][0x9e][0x84][0xd6]<[0xdc][0xe5][0x84]![0xb5][0xff][0xb8][0x9e]S[0xa2][0xc6]zx[0xf7][0xc9]v#[0x85][0x8c][0x14][0xe4][0x98][0x8][0x13][0xb0][0xee][0x3][0xc3]3f[0xa4][0xf2][0x89]T1[0x95][0xa9][0xf6][0xb6]4e'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "'[0xb6][0xa7]\dr[0x7][0x8a]n[0xf][0x82][0x1b][0xfc]2[0xa0][0x4]KhM[0xaa]e~[0x82][0xe][0x14]OMQ[0xea][0x8a][0x9d][0xc8][0x14][0xe9]d[0x86][0x84]X[0xb1][0x1c]%[0x6][0xbb][0xe1]"&[0x91]b{8J[0xb5]#[0x91]T[0x4][0x1b]AI2g[0xcd][0x6][0xc9][0x18]Y%[0xcc] [0xbc][0xd7][0xf4][0xac],[0x83][0x97][0xe7][0x85]O[0xde][0x8c]I[0xfd]n[0xf7]x[0xac][0xaf][0xb]qw}{ws[0xf5][0xe1]-~][0xd0]SW[0xcb][0xf5][0xfd][0xdd][0xf2][0x87][0xf][0xf8][\r][0x9][0xf8]j.[0xae]T[0xad];=[0x80]rn[0xfe][0xc2]k3[0xf3]'[0x9a][0x9][0xb7][0x93]M#Z%;1[0xc0]I[0x7]e['dW[0x89][0xd2]t[0x15][0xaf][0x12][0xb5][0xb1]bt[0xaa][0x10]V[0xf5][0xd6]Tc[0x89]_[0x17]^[0x14]>[i7X[0xbd][0x19][0xf1]{![0x9d][0xa8]pKU[0x89][0xcd]A[0xac]U[0xc9]B[0xbe][0x2][0xf9][0xd6][0x8c][0xdb][0x9d][0xf8]N[0x98][0x1a]>hx[0xce][0x94]c[0xab][0xba][0xe1]X/cO[0x14]+M[0xb0]z[0xbb][0x1b][0x84][0xd9]w[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "P[0x9][0x16][0xea][0xe1] [0xe4]8[0xec][0x8c][0xd5][0xff][0xa6][0xfd][0xbc][0x9c]s+[0x86][0x9d][0x1c][0x4]l[0xba][0xb5][0x12][0x16]v[z[0xc8][0xdb]!S@me#[0xae]I[0xf4][0x89][0x12]c[0x87][0x7]$[0xed][0x95][0x90]%I[0x9]Z[0x80][0x19][0xe0]Y/[0xc6][0xc0][0x3]^A[0xad][0x1c]o[\r][0x6][0x1d][0xac]i[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "![0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1f][0x1a]R[0xba][0xc0][0xd3][0xe0][0xb7]cW[0xc1][0xb2][0xd2][0xb4][0xad][0xe9][0xbc]$[0xff][0xa0][0xd8][0xeb]a[0xc7]rx[0xc3][0xb9]xg,[0xe9][0xd1][0x8f][0xb6]7[0x10]1[0xc9][0xaa][0xd1][0xe1][0xc1]G3/eFGq[0xe2]B_[0xf2]R[0xb3]W[0xb6][0x0][0xf7]Y[0xf0][0x12]*[0xa1];[0xfe]w![0x6]#J[0x9]N[0xc7][0xe7][0xbc][0x14][0xfe][0x89],`E+;[0xb9]U[0xe8]<[0xdc][0xd7][0x8d][0xe5][0xce]+V[0x88][0xfd]N[0xd1][0xf1][0xc1][0xfb][0xb4][0xaf]$[0xd9][0xb9]e[0xf6][0x1a][0xa3][0x9][0xa4]\h[0xd0][0x84][0xdc][0xe3]v[0xba]GI[0xb5][0xae][0xc1][0x9a][0xbd][0xb2]%[0x8a][0xbe][0xf8][0xf6][0xf5][0xef]/i;[0x3][0xe6]a[0xc3][0x7]A[0xe3][0xe0][0x6][0xb0]:[0xfa][0x0][0xdc]d[0x95][0xb][0x12]A[0xe4]Fu`[0x84]R[0x83]+'[0xd2]3=[0x93][0xcb]6[0xe3]L\[0xc0]Z[0xfc][0x97][0x9d]][0xe6]^[0x87][0xff][0xd0]&[0xf][0xba][0x1a]Q[0x96][0x15]y|x[0x1][0xea][0x11][0xb4][0xd5][0xe][0x15][0x1][0xbd][[0xed][0x1c][0x5]<[0xc5][0x19]'[0x1][0xb9][0xe5]$[0xd4][0xd6][0xb0][[0x9])[0x8][0xe9][0xd5][0x1e]GZoU[0xad][0xac][0x85][0xe5][0xf4]kM[0x16][0xff][0x84][[0xb4][0xa6][0xd2]p4IY[0x15][0x1c][0xac][0xbb][0xb2][0x19][0xc9][0x14][0x90][0x84][0xa2]3[0x83]ht[0xab]qw[0xf0][0xa3]3[0xf5][0xb0][0xc7][0xf0]r[0xb4]!8[0xa5][0x2][0xeb][0x87][0xdc]#A^[0xc]?P[0x84][0xfc][0xaf][0xf5]v[0xb4][0xf4];[0xb8][0xa5]Q[0x19]|[0xdc]l[0xfe][0x5][0xa1]p[0xaa][0xba][0xec][0xe][0xfc][0x1d][0xb8]cl(?jkZ[0xf8][0xb1][0xdc][0xc9][0xe][0xb4][0xe][0x9][0x2]Q[0xd1]9|R[0x86][0x80][0xa2]o[0x1a][0xff][0xb1][0x16]R[0xb0]yH\1=[0xa0][0x97]qtLH[0x9b]^cB[0x19]R[0xce][0x1f]s[0xb][0x91][0x0]g[0x80][0xaf]'[0x7][0xce][0xd1][0xb]N[0xfa][0xc0][0xe8][0xed]P[0xe][0xe7]n[0xab]*-[0xc5]p[0xe8][0xf3]c4[0xf6][0xd3][0x9]([0xec][0xe1]K[0xd2][0x98]p[0x8]#-[0xa5][0x80][0xee][0xc2]1b[0x2][0xb0][0xe9][0xfc][0xb1]ZY[0x1][0x90][0x94]d[0xc4][0x85][0x80]n`[0x6]x8[0xc2][0x1b][[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1e][0xd6]dV9[0xc]X[[0xc8]BA[/[0xe2][0x2][0xe][0xa0][0x1e]e[0xdb][0xc3][0xce][0xb0][0x10][0xa0][0x1d][0xc2][0x9c][0x17][0xe2][0x93][0x8b][0xbe]W[0xb0][0xf3]#$Sc[0xf6][0x97][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "W[0xca][0xea][0x7][0xb0][0xe2][0x83][0x12]h[0x10]7;[0x8e][0x0][0xdc][0xe3][0xbc][\r][0xfc][0xe9][0xbd]$[0xb6]AP|#[0x1d]:[0xaf][0xa3]T[0xac]p[0xf][0x8c]~[0x88][0x1e][0xc6]*[0xdc][0x8a][0xdc][0x85][0xb9][0xb0][0xdf][0xe9]r[0x97][0x81][0x1]8k[0x80][0x1a][0x0][0x99]i[0xd5][0x83]&Wb[0x14][0x83]i|[0x9e][0x8][0x5][0x16]66|[0x2][0x11][0xde][0xcd]y6yaX[0xe5][0x94][0x83]H![0xeb]K[0xd8][0xcc]4[0x94][0x14][0xb0]Lou[0x7][0xbb][0x9c][0xfa][0xfc][0x14][0x8f][0x3]N[0xd5][0x93][0xf4]/[0xc4][0xb1][0xf9][0xbc][0xf5]0[0x9a][0xbd][0xef]H[0xbc][0xaf][0x1a]V[0xb5]R[0xc7][0xfc]T[0xbd][0xb4][0x14])h[0x17]:F[0xab][0xac]j[0xe][0x90][0x7][0xdd]'2[0xdc][0x6][0xa2][0x5][0xe3][0xa4][0x93][0xad][0xba][0xc]N[0xd7][0x0]D[0xb6][0x96]%[0x15][0x89]"[0xab][0x91][0xd1][0xa8]'J[0xa1]u[0x94][0xa9][0x93][0xd7][0xdf]"[0x94][0xfb][0x1a][0xd6][0xe3][0xc7]9[0x10]S6[0xdb]/[0x1a][0xd0]'\[0xa8][0xa5]Q[0xf][0x14]6[0xf1][0x9][0xc5]p[0xe5][0x99]H[0x90]d[0xd8]6[0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "~J[0xf9]"K[0x8a][0x1]Q[0xdf][0xc0][0xd6]M[0x80]m7n[0x0];[0x15]h#[0xc2][0xf1][0x13]Z[0x11][0xbc]L[0xe5][0xee][0xd9]j[0x91][0x13][0x15]De[0xda][0x1e][0xe3]}[0xa3][0xc0][0x98]5[0x98][0xe2]i[0xf2][0xf2]e[0xd5]^[0xcc][0xe2][0x99]f^[0x16][0xd7][0xfb][0x8][0xcb][0xb0]H5[0x90][0x80][0xd6][0x0][0x18][0x17][0xe8][0x85][0x8d]l([0x8e][0xf6][0x16][0xd7]uD>[0xc6][0xce][_`[0x16][0xe4]FW[0xc9]Ph[0xa7][0xc1][0xa5]d![0xfb][0xbb][0xe2][0xd9]R[0x14][0xb1]+[0xdf][0x3][0xfe]K:[0x1]"[0xea][0x6][0x17]7@)AZV[0xb2]"[0x15]r[0x7]7[0xa8][0xd6][0xe5][0x10][0xe]5wTXBJ[0xaa][0x91][0xfe][0x9]v?V>f+[0x91]k[0xe5]F/2[0x18][0x99]DAfm[0xb4][0x1b]p[0xdc]rtT[0xe5]i[0xc7][0x96][0xf0][0xd2][0xd3][0xc8][0x8f][0x84]x[0xa9]4[0xa9][0xc7]`[0x84][0xe9]YC<[0xc2]Q\[0xaf][0xcb][0xd1][0x8c][0xe][0x92][0xb7][0x95][0xf6][0x13]B[0x9f]M[0xec](P.[0xe5][0xf4][0xb6]#[0xec][0x87]PD[0x1f][0x91]a[0xcf]F"[0x82][0xd5]l[0x5][0xf6][0x96]"[0xcf][0xd5][0xf9][0xec]4[0x85][0x8f][0xf8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xbb][0xca][0xbe]o[0xb0][0xdd]4[0x1d]8[0x9d][0xac][0x8c][0xd8][0xe5]U+[0x1b][0xa9][0xc1][0xde][0xfc]lv8[0xb0]"[0x9][0xc9][0xad][0x1b]q[0xb3][0x83][0xec]uNZM[0xd9]Y[@[0x9f][0xd0][0xd1]([0x1d]j_[0x9e][0xf8][0x17][0xee][0x12][0xda]`[0xd3])_[0x11][0x1][0xfe][0x80][0x91]DVO[0xcb][0x8e][0x17][0x84][0x3]q[0x87][0xeb][0xab]-[0xa8][0xcf]$o[0xaa][0x9c][0xdf]b[0x8f][0xae][0x8][0xb5]n.[0x96]5[0xfa]?[0xf6]B[0xe][0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "c::e[0xd0][VAn%[0xfe]L [0xe7][0x1b][0xf7][0x8b]T[0xb0]"[0xb7][0xb6][0xc6][0xb9][0x97]d0[0x94][0x15][0xf5][0x98])[0xe8][0xd4]Y[0xb3]"(I[0x9c][0xf3]fb<[0xa8][0x11]2[0xf0]A[0xe8][0x8][0xc5][0x97][0xd8]5[0x13]s[0xde][0xc2]g[0xed]J[0xc1][0x6]2[0x1a]%[0x1d][0xb6]S[0xf9][0x94][0xde]/I[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc4][0x8]6}[0x13][0xd4][0x94]A[0xc7]d[0xeb]d[0xa1]IT[0xb9]gu[0xf8]>[0x7][0xf3]I[0x90][0xe5]y=[0x1d]@[0x9]]'[0x9c][0xc1][0x92][0xb9]M[0x15][0xf0]T[0xbe][0xb1][0xc5][0xa9][0x95]e[0xe0]z[0xd9][0x94][0xcb][0xf7][0x6]g[0xac]T[0x1f]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x11][0x8][0xe8][0x0][0xd9]Y [0xd0]V/[0xf1][0x90][0x87][0xe8][0x9b][0xe][0xe7]s[0xd0]0#[0xb1]P[0x12][0x9a][0xd0][0xfb][0x1d]wa[0x88]_[0xa7]f[0xce][0xfc]M[0xe4][0x81][[0xe9]8[0xe4][0x83][0x1e]"5[0xaf][0xc8]P[0xa6][0xea][0xf8][0xdc]"[0xc4]:Lf[0xf3][0xb1]l[0xc8][0xaa][0xc2][[0xec]w[0xf2][0x88][0xcc][0xa4][0x4][0xd5][0xbd][0x85][0xbe]$[0x13][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xbe][0x3]G[0xe4]g[0xa2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7][0x1b]U[0xa5][0xba]jl[0x3]m[0x9d]DL[0x0][0x16][0xee][0xff][0x82];[0x8f]1[0x8d][0xc][0x1c][0x86][0x18]`[0x86][0xb3][0xc9]D[0xd3]*[0xe8][0x99][0x98][0x7][0xd8][0xf1]8[0xfe][0xd8]0O[0xdd][[0x9c]5Q[0xea]*[0x88][0xb6][0xd2][0xb0][0x9e][0x9][0xc0][0xd1][0xe0]+s[0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xf1][0xe7][0xc8]U[0xc6][0x91][0x9c]F[0xd6]:a[0xb9]g[0x18]|[0x1a][0xed][0x9d][0xb9]2b1[0xd9]][0x91][0xa9][0xcf]hS[0xa4][0xb4][0xa9][0xa9]Y<<[0xd1][0x8a][0xe4][0xd3][0xb9][0x98]J$[0xf][0xb7][0xce][0xa6]yI[0x81][0x93][0xdb][0xaa]I[0x15][0x8e][0xac][0x1b]g[0xc9]D[0xa5]1[0x8e]&c[0x99][0xd8][0xa9][0x1c]u[0x2][0x13][0x87]|K[0xcd][0x8e][0xbf][0x9][0xe0]^5[0xb1]@7[0x17][0x1f]:[0xa8][0xa2][0x8e][0x9c][0xa6][0x1e]a[0xa3]Rc[0xfb]K[0x12][0xb3][0xb][0x92]8[0xdf]8[0x1c][0xb3][0xc8]l[0x98][0x95][0x8d][0xb1][0x9e][0x1c]]%[0xa6][0x8f];[0x1e][0xf]r[0x98][0xea]m[0xf2][0xe9][0xf3][0xd3][0x9a]y[0x9a]Ejf[0x1][0xc3]"[0x98][0xba]V[0xe1][0xf6][0x91][0xd7][0xaf][0xcc][0x80][0x8b][0xe2][0xed][\r][0xd5][0x97][0x8d][0xe1][0xa6][0xc][0xd3]vK[0xed][0x1d][0x96][0x11]R[0xcd][0x8d]P[0xe][0x9c][0xaa][0x14]_[0x4]a[0x1a]d.[0xf1][0x1b]1[0xbb][0xe0][0x1])X1[0xb6]D[[0xe8][0xe9]([0xf0][0xf]>C[0xa8]#S[0x8f][0xaa][0xcc] [0x9e][0x80]7[0x1a][0xc4][0xaa][0xad][0xb4]|[0xaf]t[0xdc]{[0xf8][0xbb][0x80]?[0x1][0x14][0x6][0x2][0xe2][0x10][0x16]3[0x1e]][0x19]B[0xce][0x81])wv#[0x84][0x86][0xf7][0x17]jL_[0xc2]5[0x86]lqn[0x16][0x19][\r]N[0xbd][0x94]}[0xc0][0x99][0xbe][0xff][0x8]:[0xf9][0x18][0xe6][0x87]C[0xd0][0x6][0x8d]C[0xa4][0xa4]6[0xd5][0xaa][0xdf]F[0xed]o[0x8f][0xb0][0xa0];[0xf0][0x9][0x96]tr)[0x14]~[0xd3][0xe2][0xf5]4j[0x3]V[0x6][0xde]Q[0xc2][0x1][0xbd]+b[0xd3][0x81][0x93][0xda][0x93][0xf9]l[0xc8][0xa6][0xe0]7_[\r][0xce][0x94][0x0][0xb6][0xd4][0x9f][0xe7][0xe2]J;j[0x9d][0xf0][0xd2][0xb6][0x16][0x1f][0x81][0x82]][0xe]1[0x9][0xa2][0xaa][0x9b][0x3]7[0xb0][0xd4]yc[0x8b][0x95]`[0x80][0xbc]H[0xcd]K[0x9a][0x82][0x15][0xc9]a>[0xf7]]R[0xf5][0x2]u[0xc5][0xa1][0xc1]q[0x8b][0x9a]?[0x8d][0xe3][0xcb][0x89]s/q[0xae][0x5][0x90]?[[0xac][0xc5]r=[0x13]?,[0xd6][0xcb]u0[0xee][0xc7][0xe5][0xfd][0x8f]7[0x1f][0xee][0xc5][0xc7][0xc5][0xdd][0xdd]bu[0xbf][0xbc]^[0x8b][0x9b][0xbb][0xfc]Z[0xfe][0xe6][0x9d]X[0xac]~[0x16]_[0xae][0xae][0x80][0xee]h[0xbe][0x1]~[0xc4][0xe9][0xa8]K'[0xd1][0x84]+U6&M[0x19]DsR[0x19]p[0xea][0x0]M.[0x99][0x8a][0x1a]"{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]`[0xcc][0xfb][0xe5][0xfd][0xfb][0xeb][0x2][0xac][0xbe]z[0xb9]\[0xbd][0xbb][[0xae][0xfe]z[0xfd][0xd3][0xf5][0xea][0xbe][0x10]?][0xdf][0xbd][0xfd][0x11][0xb4]\[0xfc][0xb0]|[0xbf][0xbc][0xff][0x99]B[0xe8][0xdd][0xf2]~u[0xbd][0xe6][0xd7][0x7][0x16]^[0xc6][0xed][0xe2][0xe][0x1c][0xf6][0xe1][0xfd][0xe2]N[0xdc]~[0xb8][0xbb][0xbd]Y_s[0xb5][0xe5][0xdb][0xc2][0x6]o[0x16]@[0xff][0x1e]6[0xd5]t[0xeb]@73[0xdc][0x15]N[0xc3][0x5][0xee][0x90][0xba]O[0xd3][0xf5][0xf8][0xb2][0xf0][0xd9][0xeb][0xb6][0xc0]B[0xcb][0x9d]1<[0x5][0xa5]I[0xe7][0xe4][0xb2][0x9d]f[0xae][0xc0][0xdb]jEx[0x2]PG[0x1a][0xca][0xae]T|[0x88][0x9e][0xc7][0xa0][0x1e][0xfd][0xe][0x14]w[0xaa][0xed][0xf0][0xd5][0x92]4[0x10]c[0xb3]6Awa6[0x8d][0x9f]B[0x11]oy[0x85][0xb0][0x83][0xcc][0x97][0xaf]Z[0xe0]<[0x98]/[0xbe][0xbf][0xd2][0x1]Ac[0x83][0xf1][0xa3][0xd9]c'[0xc4][0xad]d4[0x18][0xd9]3[0x13][0x9c][0xce]Go[0xb4]tMv[0x1b][0x12]9[0xb7][0xbf][0x16][0xa1]![0xae][0xff][0x1a][0x81]4[0xc1]([0xe9]KL'[0xdd][0xa2]$DO[0x93][0xa2],[0xc][0xfc]L[0x18]{&]3>c[0xc2]s[0xbe][0x93]m[0xea]h[0x9b]J[0xd5][0xd0][0xae][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "`[0xc6][0xd5][0x99][0xd1][0xb9][0xb4]-!Q [0xd7][0xd1][0x8a])[0x9d]Gk[0xd3]m[0x99][0x9f][0x1c][0x3]&CW[0x8e][0xcd]*[0xf]Q[0x8b][0xd3][0xb9][0xf1][0xe6][0xe0][0xc9]F:[0xd0][0x1]-[0x90]l[0x1a][0xc9][0xfc]>[0x8b][0xc6][0x8c]6F]8[0x80][0xaf]WWXW[0xcf][0xbd][0x6]G[0xbf]/no[0xe1][0x91][0xe5]?[0xdf][0xa0][0xb]iZ[0x0][0x88]z[0xf0][0xaf]/[0xe4][0xaf][0xee][0xe1]o[0xa4][0xca]>[0xde]%[0xc1][0xdf][0xfd][0x17].([0xfc]k[0x14][0xd3]iB[0xa0][0xd5][0x6][0xb2][0xc6]B[0x1b]>[0x84][0xa9]F[0x91]:[0xf9]Z[0xab][0xa6]r[0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x4]$;[0x83][0xfe][0x6]o)[0x15]D[0xe6][0xec][0x97]_g[0x11][0xf8]h2[0xe1][0xab][0xdd]![0x4][0x13][0xa1][0xaa][0xef][0xfa][0xb2]Nz..[0xae]L[0xf7][0x87][0xf8][0xbe]@[0x96][0xa3]A[0xf8][0xef].[0x5]u[0xeb][0xd4][0xa6]:[0xa0][0x17][0x10][0x9]@[0xf1][0xa3][0x1e][0xbe];[0xc8][0xca]vv7[0x8b][0xb9][0xe2][0xe][0x80][0xe7][0x8f][0xf1]"[0x94][0x9a]zV[0x0]p[0x2][0x16]6[0xe]/[0xa8][0xf8]i?'[\r](N[0xcf]r[0xdc]@[0x94]!c[0xe5][0xb6][0x8b]hf[0x1f][0x8a]q[0xb8]Z[0xdd][0xa8][0xf4][0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdd][0x90][0x6]M[0x1c].[0x9c][0x81]r4[0xb8]F[0xc][0x9e]a[0xad][0x98][0xde]|[0xfa][0x97]_PM[0x8]<[0x1d][0xef][0xe3][0xbd][0xe5][0xc2][0xbd]k[0x1c][0xcf][0xa4]![0x87][0xb4][0xe5][0xe]o[0xac]9[0x18][0xd2]e[0xe2]/[0x7][0xf8][0xfb]U[0xfc]Bz[0x83][0x9e]G[0xb7][0xac][0xbf][0xd2][0xe3]>H[0xaa][0xac]g[0x9a][0x86]O[0x91][0xbf][0x10]*.[0xf0][0x81][0xf8][0xce][0xe5][0xe5][0xf7]("[0xf4]#[0x8][0x4]\[0xbe][0xfc][0xf8]<[0xd0]x[0xdd][0xf9]6[0x94][0xa0]1FT[0xa4]8"u[0xfd]fC[0xd3]29[0x19][0xd9][0x85]@[0x96]C[0x8][0xf7][0xcf][0xbd]r[0xfa][0x1e][0xb8][0xfb]j}[0xfd][0x12]T[0xa6]%_[0xc2][0xd0][0x9f][0xe2][0x1e][0xfe][0x9d]3[0x14][0x93][0x8d][0xd4]N[0xdf]p[0xc2]K[0x83][0xfc][0x81][0xa7][0x18][0xf8][0xff]H[0xbf][0x3][0xf1]&[0xb3][0xad][0x95][0x9a][0xa8][0x10][0x82][0x9c]h[\r][0xc4][0xc][0x1c][0xad][0xdb][0x8e][0x10]p@[0x9][0xa0],t[0xc7]o[0xf6][0xf9]iI[0xe2][0xeb][0xee][0xf4]\[0xf3][0x17][0xff][0x1]PK[0x7][0x8][0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/NOTICE.txt[0x8d][0x8d];[0xe][0x82]@[0x10][0x86][0xfb]=[0xc5]_B[0xc1]#[0x84]X[0xd8][0x1a][0xb]i A[0xf][0xb0][0xc2][0x0][0xab][0xb0][0xb3]Y[0x6][0xc4][0xdb]k4[0xf6][0xf6][0xdf]C[0x95]U[0x9d][0x17][0xa8][0xf4][0x86][0xe3][0xa6]'[0x14][0x17]k[0x4][0x95][0xe7]+[0xe1]dW[0xbe][0x93]W[0x7]vOo[0xfa]A[0x90][0xa5][0xe9].[0xca][0xd2],[0xc5]W[0x8b]P:[0xb2]o[0xdb][0x8b]i[0x8c][0xd3]b[0xd8][0xa2][0xe6]N[0x1e][0xda][0x13]:[0xf6]([0xf4][0xaa][0x95]:[0xf]f[0x86][0xf3][0xdc].[0x8d][0xc0][0xd8]f\Z[0x9a]1[0xff][0xc0][0x96]V[0x1a][0xd9]Q[0xb]-[0xea][0x9f]"[0x82][0xcf]?D0[0x88][0xb8]}[0x92][0x8][0xe9])f7[0xe7][0xb7][0x98]}[0x9f][0x84][0xb1]R[0xea][0x5]PK[0x7][0x8][0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0]META-INF/maven/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.properties[0x15][0x8c][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x83]0[0x10][0x5][0xef][0xf9][0x8a][0x80][0xe7],[0x1a][0x85]R[0xc1]S)[0xa5]g[0xb]=[0xaf][0xba][0xa6][0xd1]4[0x9]1[0x11][0xfb][0xf7][0x8d][0xc7][0x99]y[0xbc][0xe2]A[0x96][0x2]F[0x9a][0xf8][0xf0][0xe3].(@[0x8f][0xe3][0x87]`&[0xa3][0xf][0x18][0x92][0x9d][0xc]y[0x93][0x94][0xb6][0xac]x[0xe7]UO[0x9e][0xcb][0x9a][0xcb][0xb2][0xad].my[0xe5][0xb7]{[0xff][0xca]$K[0xb6]S[0xd8][0xb4][0xb3]][0x3]U[\r][\r]S[0xc1]%[0xff][0x9c][0xba][0xf3][0xd3][0xf9][0xad]Y[0xc0][0xe3][0x1]t[0xe0][0x97]a[0x88]z[0xc6]1[0xe6][0x9a][0x9d]8[0x9d][0xd0]vw+[0x5][0xb1]$[0xab]#[0xfb][0x3]PK[0x7][0x8][0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@[0x0][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xml[0xcd]U]o[0xda]0[0x14]}[0xe7]Wdh[0xaf][0xb6][0xd3][0x95]'[0x94][0xe5]i{h[0xd5][0xae]H[0xd5][0xa6][0xbd]U[0xc6][0xb9][0x5]Cb[[0xb6][0x13]RM[0xfb][0xef]s>L[0x2][0x9][0x94]>[0xb4][0x1a]BH>[0x9c]{[0xef]9[0xb6][0xef]u[0xa4][0xb4][0xdc][0x0][0xb3]A[0x99][0xa5][0xc2]|[0x9d][0xae][0xad]UsB2Z[0x80][0xc0]TQ[0xb6][0x6],[0xf5][0x8a],[0x1e][0xee][0xc9][0xc][0x87]8[0x9c]6[0xcc]yi[0xf8][0x9e][0xbd][0xdb][0xed][0xf0][0xee][0xba][0xe6]}[0x9][0xc3]+[0xf2][0xfb][0xfe][0xee][0xd1][0x5]f[0x14]qa,[0x15][0xc]\[0x94][0xe1]sS[0x83]w[0x92]Q[0xcb][0xa5][0xb8][0xa0]Xp[0x8a]Q[0x3][0xa8][0x98]=[0x85]O!.M2[0x8d]'[0x93][0xc0]}[0xa2]L&[0x90][0xfe][0x2]m\[0x81][0xb8][0xce][0x11][0x91][0x3][0xac][0xe5])[0xaa]A[0xd8][0xb8]^[0xd4][0xc0]J[0xcb]\[0xdd]$[0xb1][0xcb][0x8e][0xa5]2[0xb3][\r]V[0xb4][0x8c][0x88][0x87];"[0xd5][0x96]?Sf[0x1d][0x8]%[0xcd]"[0xd2][0x3]:V[0xb1][0x97]pu[0x8d]g[0x11][0xf1][0xeb][0x8e][0xa1]!u[0xdb]P[0xc0][0x82][0xda]u[0x8c]1q_%][0xba][0x3][0xbc][0x11]K[0xbc][0xda][0xc9]i[0xa9][0xb8][0x11]s[0xa0][0xb7][0xaf][0xd5]QPEqGR[0xc8]-h[0xb4][0xc9][0x5][0xb7]C[0xf5]ng[0xd8][0x96][0xae][0xb8]X[0xc5][0xcb]\$)T[0xd5]=[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x10]4[0x83][0xf8]a[0xf1]8[0xbb][\r][0x16][0xb4][0xc][0xbe][0xbb][0xb4][0xc1][0xed]O[0x97].Xh[0xb9][0x84][0xe0][0xa6])[0x11][0x91][0x9a][0xe8]w\K[0x5][0xae][0x18][0x98][0xde]&4%[0xb0]y[0xc9][0x96]2[0xe5][0xec]G[0xc5][0x1f][0xda][0xc2][0xad]f[0xdc]j[0x1e][0x8b][0x1a][0xe4][0xac]j[0x1b]'[0xfd][\r][0x9][0xbb][0x10][0xbf][0xef]G[0x9a][0xa3][0x4][0x14][0x88][0x4][0x4][0xeb][0xa0]O[0x8][0x5][0x95][0xef][0xba][0x8b][0xbe][0xf5][0xfe][0xf][0x10][0xea][0xa9][0xda]G[0xbe]t[0xe0][0xf0]4[0xcd][0x8a][0x8f][0xdc][0xb9][0xe3][0xb3][0xf4]T[0xcc][0xa4][0x86][0xf1][0xb]X[0x87][0x18][0xe6][0xe4][0xc7][0xce]D[0xc1][0x13]H"[0xd2][0xac];MdL[0xd4]{)[0xcd][0xaa][0xac][0xf6]P[0x8e][0xda][0xac][0x9f][0xed]f[0xda][0xa2][0xa6][0xc8][0x19][0xbb][0xe4]X[0x86]G[0xbc][0x19][0xd2][0xba][0xa9][0x7]uu[0x1b][0x9d][0xf3]PK[0x7][0x8][0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0]org/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0]org/ops4j/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0]org/ops4j/pax/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]org/ops4j/pax/exam/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0]org/ops4j/pax/exam/invoker/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.class[0x9d]T[0xed]R[0xd3]@[0x14]=[JSC[0x15],X[0xf1][0xb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xa4]|E[0x5][0x14]-2#([0xa3]NEG[0x14][0xc6][0x9f][0xdb]t)[J[0xd2][0xd9][0xa4][0xb5][0xbc][0x86]o[0xc2][0x1f][0x18]e[0xc6][0x7][0xf0][0xa1][0x1c]o[0x92][0xda][0x2][0xad][0xc2][0xf8]#{sO[0xee]=[0xf7][0xec][0xcd][0xdd][0xfd][0xf9][0xeb][0xfb][0xf][0x0]sX[0xd6]q[0x19]c[0x1a][0xc6]uD|;[0xa1]#[0x8a][0xb1]8[0x8c]82:&1[0xa5]aZ[0xc7][0xc]f{`[0xe2][0xbe][0x86][0x7][0x1a][0x1e]j[0x98]c[0x88]-I[z[0xcb][0xc]]Ff[0x93]![0xba][0xea][0x14][0x4]CoN[0xda]b[0xbd][0xba][0x97][0x17][0xea]#[0xcf][0x97][0x9]I[0xe6][0x1c][0x8b][0x97]7[0xb9][0x92][0xbe][0xdf][0x0][0xa3][0xde][0x8e]t[0x19][0x16]r[0x8e]*[0x9a]N[0xc5][0x9d]/[0x99][0x15]^7E[0x9d][0xef][0x99][0xd2][0xae]9[0xbb]B[0x99][0xa5]*[0xf1][0x93][0xe7][0x9]e[0xf3][0xb2][0xf9][0xdc][0xf2]d[0x8d]{[0x8e][0xca]2t[0xbb][0x1e]W[0x1e][0xc3][0x98][0x11][0x12][0xb8]Ein+[0xbe]'[0xbe]8j[0xd7]\[0xa9][0xda][0x85][0xb2]Xu([0xb3][0xee]e}q[0x9a][0x15]:[0xc][0xa3][0xe7]'P[0xf8]6[0xb7][0xa8][0xd0]>[0x83][0xd1]I[0xe0]{[0xe5][0xe4][0xc5][0xeb]P[0xe5]Z[0x18][0xe9]k[0xaa]([0x8a]cH[0xe5]J[0xbc][0xc6][0xcd][0xaa]'[0xcb][0xe6][0xb]I[0xa2][0x1d][0x9b][0x7][0x1][0xa9][0xd3][0x8d][0xd8][0xaf][0xfc]i[0xc6]R[0xc7][0x8c][0x6]Z[0xe6]v[0xd1][0xdc][0xf0][0x94][0xb4][0x8b][0xd9]vd[0x99]x[0xf5][0x97]uKT[0xfc],W[0xc3]<[0xf5][0xd6][0xf5][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc1][0x1b]NUYbM[0xfa]%[0xae]4[0xbb]7[0xeb]s$[0xd0][0x8b]>[0x86][0x95][0x8b]w[0xff][0xcd]'r;l[0x9c][0xa1][0xbf]%[0xfe][0x15]ww[0xbc]pO[0xb1][0x82][0x92]5[0xa1][0xa8]-[0x1][0x91][0x86][0x85][0x4][0x1e][0xe1]1[0xc3][0xf8][0xc5][0x1a][0xaa]a1[0x81]'x[0xaa]![0x9b][0xc0][0x12][0x9e]1[0xcc][0xfd][0xc7][0xa8]0[0xf4][0xb5]Z[0xf6]._[0x12][0x96]?[0x2][0x9d][0x80][0x13]y[0xfd][0xad][0xbc]f{[0x19][0x6]:[0xfd](:[0x1][0x95]*[0xf1].[0x1a][0xb9][0xb3][0xc5][0xb2][0xed]H[0xa6][0x1d][0xa2]S[0xd3][0xc2]V[0xcb][0xdc][0xa5])[0xd2][0x8a][0xc2]['uT[0xd3][0xc8][0xb4][0xff]w[0x86][0xf4]ysL[0xac]J[0x14][0xa5]K=[0xd9][0x10][0xaa]&-[0xe2]*[0x18][0xff][0x1c][0xaa]S[0xa2][0xcf][0xe]p[0xa6][0xd3][0xc9]i0[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ")[0xee][0xc7]f1[0x82][0x4][0xdd])4tt[0xc1]t[0x91][0xa5]Y[0xa3][0xf5]*y&YF[0xb6]{[0xf2][0x8][0xec][0x80]^"H[0xd2][0x1a][0xb][0xc0][[0xe8][0xa7]5[0x11][0x6]`[0x0][0xd7][0xc8][0xd2][0xa9][0xc1]u[0x8a][0xf2][0x93][0xbf][0xd2][0xc5][0x14]%k[0x1c]#[0xf2][0xf9][0x8]]o[0x8f][0x11]%[0xdb][0xbd]>[0x93][0x8c]%[0xb5]C[0xc4][0xb7][0xa6][0x92][0x97][0xe][0xa1]O[0xcf]|CO[0x14][" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: application/java-archive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 19676 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << accept-ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << etag: "{SHA1{9e302c7bf7a882d3cbfc15047cb993fdaeef97bd}}" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: MISS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.ResponseProcessCookies] DEBUG : Cookie accepted [cc7ebf0da0938ae8e08bc136a73cb43b="44a4a1f65356d0d80947cb3865de6d03", version:0, domain:repo.eclipse.org, path:/, expiry:null] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x7]Ay[0x9f]?E|[0xc0][0x10][0xe2][0x18]&)i[0xdc] [0x89][0x13][0x18][\r][0xea]M[0x86][0x9c][0x8d]z[0xfe][0xdb] }g[0x14][0x9b][0xc6]M[0xd2][0x14][0xa1][0x8c]A[0xdc][0xc6][0x1d][0xe2][0x1a]j[0xe8][0xb][0x91]aB[0xd2][0x84]D[0x9][0x19][0xa1]g[0xb4][0xa9]t![0xd8][0x19][0xda][0xb7]8[0x1e][0x94]L[0x85][0x1f][0x9b]%Y[0xa3][0xe4]I[0xb2][0xbb]A[0xe6][0xbd][0xdf]PK[0x7][0x8]5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]C[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.class[0xa5]W[0xd9]w[0x13]U[0x1c][0xfe]n[0x9a]d[0xda]t[0x80][0xd2]R[0xa0][0x88]Z,hH[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "A[0xa9][0x88]-{[0xa1]X[\r]E[0xe8]BAQ[0xa7][0xc9]4[0x99]v:[0x13]'[0x13][0x16][0xf7]}[0xdf][0xf7][0xdd]s|[0xf1]U\[0x8a][0xe8]9[0xe2][0x93][0xf][0xfe]G[0x9e][0xe3][0xf6][0xdd];i[0x1a][0x9a] [0xed][0xf1][0xa1][0xb9][0xdb]o[0xfd][0xee]w[0xbf][0xe9][0xef][0xff][0xf4][0xb][0x80][0xed][0xf8]2[0x86][0x1b]p_[0x13][0xd6][0xe3]~9;[0xdd][0x8c][0x7][0xf0][0xa0]\>[0xd4][0x8]#[0x86]u[0x98]hF[0x6][0xd9][0x18]wL[0xf9]3[0xa9]!'[0xb7][0xf3]1X[0x98][0x92];[0xd3][0xf2][0xc7][0xd6]0[0x13]C[0xb][0x1c][0xf9][0xe3][0xc6]P[0xc0][0xc3]r[0xe6]i([0xca][0xd1][0xd7]P[0xd2]pFN[0xcf]j8'5[0xce]kx$[0x86]G[0xf1][0x98][0x86][0xc7][0x5][0x1a][0xd2]G[0xf][0xb][0xb4][0xa6]]/[0x97]*[0xda][0x93]=S[0xa9][0xb4][0x9b][0xcb][0x99]^[0x9f]@[0xa3][0xe5]L[0x99][0x19][0xdf][0xf5][0x4]nR[0xe7]n[0xa1][0xc8][0xf3][0x82]q.e[0x9e]3fR%[0xdf][0xb2]S[0x83]e[0x19][0xca]GwY[0x8e][0xe5][0xef][0x11][0xd8][0x11]OO[0x19]g[0x8c][0x94]m8[0xb9]T[0xbf]m[0x14][0x8b]}[0xd7][0xd6][0xdf]<&[0x10][0xee]w[0xb3][0xa6][0xc0][0x8a][0xb4][0xe5][0x98]C[0xa5][0x99][0x9][0xd3][0x1b]1&lS[0xc5][0x97]1[0xec]1[0xc3][0xb3][0xe4][0xba][0xbc][0x19][0xf6][0xf3]VQ`o=[0xdb][0x96]s[0xc6][0x9d]6[0xbd][0xd4]T[0x89]!q[0xe5][0x9b][0x9e]c[0xd8][0xa9]~[0xd7][0xf1][\r][0x1a][0xf7]F[0xcc][0xa2][0xbc][0xe4]8*[0xd1][0xc8][0xb4][0x8c]Q`eM[0xd8][0x2][0xab][0xaf][0xf4]|[0xbe]0[0xe7]}[0xd5]B[0xe1]][0x89]=[0x94][0x8f][0x1d]:[0x97]1[0xb][0xbe][0xe5]:E[\r]O[0x8]4[\r][9[0xc7][0xf0]K[0x1e]U[0xee][0xac][0xc1]E[0xea],[0xe][0x9a]X[0xc6]3[\r][0xdf][0x94]q[0xd3]w|s[0x95][0xa5][0xa3][0x13]R[0xae]O[0x2][0xa2]N[k[0xcf]4<[0xc9][0xfb][0xf4]JN[0xde][0xb2][0xb3][0x2]'[0xe2][0xca]k[0x80][0x8e][0xa7]p([0xa6]f[0x8][0xbe][0x9d][0x1a][0xf0][0x8c][0x19][0xf3][0xac][0xeb]M[0x1f]1[0xfd][0xbc][0x9b][0xed][0xab][0x11]L9[0xae]oMZ[0x19]C&[0x99]"[0x88]Cjm[0x6]qFg[0x94][0x9a][0xc0][0xe6]E{`dN[0xd9][0x84]@r[0x9][0xfe]xcs)[0x9d][0xb0][0xfc][0xfc]q[0xd3][0xf7][0xce][0xb]4g[0xcd]b[0xc6][0xb3][0xd4][0x1d][0x8][0xdc]Pk[0xef][0xe0][0xfc]9M,[0x1b][0xf6][0x8d][0xcc][0xf4][0x11][0xa3][0xa0][0xee]U[0xc3]S[0x2]-[0x14]L[0x9b][0xc6]d[0x95]Q[0xf7][0xea][0x80]Q[0xdf]7gL[0xc7][0xaf][0x3]U[0xb5][0xab]%[0x2])H[0x98]mU:[0x15][0xe][0xef]/[0x16]K3[0xca][0xe4][0x98][0xe5][0xda][0xf4][0x9d][0xad]P[0x8e][0xe9][0xdc]R[0x8f]N[0xc7]Mz[0x94][0xd4][0xa9][0x96][0x14][0xa4]J{[0x15]UF[0xf2][0x9e]{Vb[0xc0][0xb3][0xa6][0xe2]\R[0x2]][0x8b][0xc8]\@7[0x8d]L~[0xa8]r[0x8d][0xdb][0xeb]E~[0xa5][0xf6]!*[0xc8][0x98][0xaa][0xae]3[0xe2][0x5]h[0x8b]S[0xac]Q[0x1a][0x9e][0xd6][0xf0][0xc][0xcb][0x1b]KYP[0xc5][0x4][0xf6][0xc5]k[0xb9][0xbd]D\[0x1b]we[0xec]r[0x9d]j[0x88][0xab][0x97]5[0xec][0x96][0xbc][0x8c]9`[0xc9]W[0xbd][0xb6]N[0x85][0xd8]*][0xea][0xe8][0xc2][0xb3]:6[0xe0]&[0x1d][0xb7]a[0xbb][0x86][0xe7]t<[0x8f][0x17]t[0xdc][0x88]N[0xe2](=[N[0xae][0xf3][0xd1][0xc7];-[0xa7][0x93]OU>\[0x1d]/[0xe2]%[\r]/[0xeb]x[0x5][0xaf][0xea][0xd8][0x8d][0x9d]:^[0xc3][0xeb]$[0xd8]|[0xc8][0x83]9[0xc7][0xf5]L[0x1d]o[0xe0]Mf[0xab][0xe3]-[0xbc][0xad][0xe3][0x1d][0xbc][0xab][0xe3][0x0][0xfa][0x5]n]2[0x8c]2[0xd0][0xf7]t[0xbc][0x8f]q[0x2][0xa8][0xe3][0x3][0x8c][0xeb][0xf8][0x10][0xe3][0x2][[0x97][0xc6]%[0x1d][0x1f][0xe1]c[0x81]M[0x8b][0xa2][0x93]@[[0x1d]"[0xe9][0xf8][0x4][0x9f][0x92][0x92][0x8b],[0x4]:[0xee][0xc0]N[0x81][0xdd][0xff][0xab][0x9c]k[0xf8]L[0xc7][0xe7][0xf8]B ^[0xeb][0xf6][0x80][0xed]f[0xa6][0xef][0x1e][0xe5]V[0x8f]*[0xbf][0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x8b][0xce][0xd5]"[0x1c][0xe4][0x96]e[0xd8][0xd6]#[0x8a]K[0x87][0xc1][0x90][0xdc]X[0xf5]5[0x6]z[0xa3][0x1d][0xe1][0x8e][0xe8],V[0xcb][0xdd][0x9d][0xe5][0xdd]m[0xbd][0xd1][0xf0][0x8e]HG[0xf4][0xf2][0xdc]i[0x87]<]W>m[0xed][0xd5][0xe4][0xb2]Q-;[0xb4][0xcb][0x17]H[0xb4]6&[0xb2][0x91]([0xc9][0xb1][0x97]r<[0x80][0xb5]j[0x1c]g,[0x1b][0xc9][0xe]9[0xf6][0x12]m9[0x8e][0xe3][0x94][0x1a][0x3]P[0xc6][0xa8][0x9][0x9c][0x86][0xfc][0xbf][0xb1][0x5][0xf]R[0xcb][0xa0][0x9e]Kb[0x17][0xa8][0x99][0xa1]L[0x96][0xfa].[0x99]T[0xa0][0x85]IB[0x91]#[0x8]yz[0x98]&Ml[0xda]t[0x9]g[0x81][0x16]]j[0x17]([0xed]Q[0xa2][0xa8]@[0xbd][0x9f]0[0xdd][0xcc][0x8][0xf][0x92]LQjF9[0x1b]P[0xbf][0x1a][0xe][0xe3].[0xce][0x88]T[0x5][0xf2]<[0x6][0xc9][0x9][0xa1]f[0x12][0xe8][0x90][0x9a]I[0xf0][0x1b][0x18][0xdd]izJ[0x13][0xdd]6[0x8c][0x92][0xcb]C[0xbc]Jy[\r][0xb7]![0xfa][0xf][0xc3][0x8c]j8[0xaa][0xe1]^^[0x87][0x86]c[0x1a][0x8e][0xf3][0xd3]O[0xc3][0xf0][0xa8][0x86][0x91][0xc3][0x1a]F9[0x8e][0xfe]E[0x13][0x1c][0xfe]@[0xa8][0xe5] [0x9];V[0xe6]QO[0x99][0xb0][0xb1]D[0xf2]W[0xac]#][0xae][0x9b]giT[0xc5][0x92]T[0x99][0x4]/-V[0x8e][0xb5][0x11]'[0x98]o`a[0x83]:!!Z[0xd7][0xff][0x88][0xeb][0xbf]CD[0x1a][0x10]U[0x6][0xe4][0xd3]<[0xa9][0x8c][0x9e][0xfa][0x17]PK[0x7][0x8][0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]J[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.class[0xad][0x94][O[0x13]A[0x14][0xc7][0xff]C[0xb][0xb]k[0xb9]#[0xde][0xe5][0xa2][0xc8]vA[0x6][0x5]/[0x9][0xe8][0x83]([0x9][0xa6][0x1a]#[0xa4][0x9][0x8f]C;)S[0xb6][0xbb][0xcd]v[0x16][0xab]/~%LD[0x12]I|5[0xf1]C[0x19][0xcf][0xcc][0xd6][0x1b]E1j6[0x99]=[0xe7][0xcc]9[0xbf][0xff][0xdc]?}~[0xff][0x1][0xc0][0x2]n[0xb9]pq[0xa5][0x7]=[0xb8]j[0x9a])[0x7][0xd7]\d1[0xed][0xc0]s[0x91][0x87][0xef][0xa2][0xb]3[0xe]f[0x1d]\g[0xe8]VaU[0x96]t[0x14]3L[0x16][0xa2][0xb8][0xc2][0xa3]zc[0xb1][0xca][0xeb][0xa2][0xc9]eS[0xd4]x[0xa2]U[0xc0][0xd7]Z9K[0xc][0x9d]*,[0xcb]&[0xc3]p[0xa1]*v[0x5][0xf]DX[0xa1]n-+[0xd2][0xf4]v-[0xab]P[0xe9][0xfb][0xc]w[0xbd][0x93]a[0xc7][0x10][0xf2]E[0x86][0xec]JT[0x96][0xc][0xfd][0x5][0x15][0xca][0xa7]ImK[0xc6][0x1b]b+[0xa0][0xc8]P!*[0x89][0xa0](be[0xfc]V0[0xab][0xb7]U[0x83]a[0xf5]89[0x15][0xee]F;2[0xe6][0xd5][0x84][0x6]E[0x9e][0x96]q([0x2][0xbe][0x12][0x85]Z[0x10]<[0xde][0x90][\r][0xfd]<[0x9][0xc9]z[0x90][0xa8][0xa0]lg[0xd0][0x17][0xdb][0xc0]j[0x14][0xaf][0x4][0xa2]A[0xe4]Y[0xef][0x87]q[0xda][0xd8]R[0xde][0x8a][0xa5][0xd4]4[0x9d][0xa7][0x18][0xaa][0xef][0xd1][0x4]m[0x95][0xe][0xb6]U2[0x8c][0xfe]<[0x89][0x97][0xf5][0xaf][0x13][0x19]9[0x9a][0xbc][0xec][0xdf][0xa7][0xfc][0xde]u-J;OD[0xbd][0x95][0xe6]>j[0x96]d][0xab](l8[0x98]#[0xbd]uU[0x9][0x85]Nb[0xea][0xe3]mC5[0x8c][0xdf][0x8d][0xd6]][0x8f][0x92][0xb8]$W[0x95]A[0x8f][0xfd]za[0xe6][0xc]7[0x87]~[0xf0][0x1c]N![0x97]C/[0xfa][0x18][0xee][0xfd][0xd3][0x9a][0x1b][0xdc]<[0xc3][0xe3]?[0x87]<[0x13][0xb1][0xa8]Ir[0xd4]+Y>[0x86][0xe8][0xe0]F[0xe]7[0xb1]`[0xc8][0x8b][0xc][0xf][0xff][0xc7][0x91]`[0x98]:[0xba]|[\r]^[0xa3][0x13][0x1a][0xf0]#y[0xc3][0xdf][0xd7]~c;[0x8e]^[0xa4][0xfb][0x95][0xf1][0xcc][0x99][0xbe][0xdd]~[0x88]N[0xbe][0x1f][0xa6]p[0xb0][0xed][0x8e][0xd8]+[0xab][0x8b]"HR[0xfa][0x1a][0xc3][0x9d][0xbf][0xa1][0xaf][0xe5][0x8b][0x98][0xa0][0xe7][0xc1][0xa5]7[0xa3][0x83]>[0xda]Vk[0xd1][0xce][0xda]?[0xdd]@[0xc]P;H[0xde]&[0xf9][0x19][0xfa][0xf7][0xfb][0x7]`[0xfe][0xcc]>:[0xfc][0xd9]}d[0xde][0xd8][0xc4]!j[0x87][0xe8]}[0x1][0xa6][0xa9][0xf5][0x8][0x99]'[0x84][0x8f]a[0x8a][0x8c][0xa7]e[0x18][0xc1]i[0xc0]ZF[0x86]Y[0xcb][0x8][0x19][0x99]Q[0x9c][0xa1],#[0xf3][0x1a][0x9d][0x14][0x1]<[0xff]-2[0x1f]1p[0x88][0xec][0xe6][0xc][0xd9][0x1d][0x7][0xe8][0xdc];DW[0xea][0x98][0xce]wp[0xe][0xd0][0xbd]G[0xb9]Y[0xab][0xdf]gu8[0x1c][0xcc][0x93][0xd6][0x82][0xd5][0x1e]MY[0xdf][0xb4]=[0x9c][0xc5]9[0xd2];Ov:[0x6][0x13][0xb9]@[0xd6]E[0xb2]3`#[0xb8]d[0x81][0xc][0x97]1f[0xa7]6N[0xf6][0x84][0xb5]&[0xbf][0x0]PK[0x7][0x8][0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.class[0xad]T[O[0x13]A[0x14][0xfe][0xa6]-[0x94][0xae][0xab][0xdc]J[0x15][0xf1][0x6][0x82][0xb4][0xdb][0xc2][0x98][0x88]Jb[0xe5][0xc1][0x1a][0x92][0xc6][0xc6]D $>[0xe][0xed]X[0xb7]nw[0xeb]^H}[0xf2]/i[0x2][0x92]h[0xe2][0xf][0xf0]G[0x19][0xcf][0xcc].*[0xb6][0x6][0x83]<[0xec][0x99]3[0xe7][0xf2][0x9d]o[0xce][0x99][0x9d]o[0xdf]?[0x5]p[0xf]w[\r][0xe4]0[0x9f][0xc3][0x18][0x16][0x94][0xb8][0xad][0xc4]b[0x16]K[0x6]Fp[0xc7][0xc0]2[0x8a]Y[0x94][0xb2][0xb0][0x18]r[0xa1][0xc][0xc2][0x9a]#[0x82][0x80]a[0xb2][0xd1][0x11][0xfb][0x82];[0xc2]msmzD[0xfe]m[0xbb][0xed][0x8a]0[0xf2]%C[0xfe]O[0xd5][0xda][0xa0][0x90]1[0xdb][0xed][0xc8]f[0xe8][0xf9][0xc][0xb][\r][0xcf]os[0xaf][0x17][0xac]uxO[0xf4][0xb9][0xec][0x8b].[0x8f]B[0xdb][0xe1][0xf5]$[0x86][0xe2]Gl[0xb7]%[0xfb][0xc][0xd3][0xbf][0xc1][0xd5][0xdd]P[0xb6][0xa5][0xf2][0x8e]Vm[0xd7][0xe]7[0x18][0xea][0xc5][0x1]:[0xa7][0xa3][0xf][0x81],[0xed]2dj^[0x8b][0xe]0[0xde][0xb0]][0xf9]<[0xea][0xee]IG[0xec]9d[0x99]jxM[0xe1][0xec][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdf]V[0xfb][0xc4][0x98][0x9]_[0xdb][0xd4][0x8e]g[0xc3][0xca][0xd9][0xee][0xbe][0xf7]F[0xfa][0xbc][0x13][0x11]K[0xda][0x85][0xd2]w[0x85][0xc3]k[0x9e][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x2][0xf7]w[0xa8][0x9d][[0x91]K[0x9a][0xa6][0xbc]%[0xdf]Fd[0xa1]s[0x15]NVz[0xd7];[0xae][0xd6][0x18]8[0xa7]j[0xeb][0x99][0x8f][0x9a]k[0xcb][0x84][0x0][0xc3]\[0xb1][0xa4]qb[0xb2][0xbe][0xb6][0xf2][0xd8]I[0x8c][0xb2]{[0x91][0xed][0xb4]T[0xdc][0xf2]@T[0xc0][0xbb][0xd4]1'[0x9]~[0x12][0x7]R[0x8e][0xb1][0xed]E~Sn[0xda][0x8a][0xf9][0xe2])[0xa7]^U[0xc]ML[0xa1]l[0xc2][0xc0][0x5][0x13][0x97]0nb[0x2][0x93][0xc]O[0xff][0xab][0xb5][0x9][0x1f][0x5]][0xc9]b[0xc5][0xc4]*8][0x98]s[0x1b][0x17]C[0xf1]WC~&[0xf9][0xb1]3[0xe0]'C[0xf3][0x83][0xf7]T[0xcd]a[0xbd]x[0xe6][0x11].[0xfd][0xd3]4[0xe8][0xf2][0x6][0xe2][0x95][0x8c]m[0x9b][0x9e][0x9f][0xfc][0xc4][0x95]!t[0xfe]z[0x9]0O[0xf]C[0x8e][0x9e][0x8c]4RjD`0i[0x97][0xc2]E[0xfa]hZZ[0xa7][0x81][0xe9][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "b[0x9a][0xd6]<[0xed][0xde][0xd3][0x9a][0xa1]u[0xc6]*[0x1f][0x81]Y[0xe5]C[0xa4][0xac][0xca]![0xd2][0xd6][0xca]!2[0x1f]5[0xe0][0xc][0xc9][0x2][0xbd]7[0xc0][0x1a][0xc9][0xfb][0x4][0xff][0x80][0x0][0x1f]R[0xfa]:[0xd9][0x1]+[0x6][0xc0]e\[0x1][0xb4][0x16][0x13]P[0x9a]*[0x9d][0xd2][0x9a]*[0x9e][0xc6],[0xe9]f[0xe2]3[0x88][0xdc]1[0xcd][0xab][0xa4][0xcd][0xe1][0x1a]IE[0xea][0x5]![0xaa][0xac][0xd9]/[0x18]yi[0x1d][0x10][0x9b][0x3]d[0x8e]0[0xda]([0x93][0x92][0xfa][0x84][0xec][0x7][0x9d][0xa4][0x88][0x19]:[0xb0]J[0xf0][0x8f]5[0x99]B[0x9c][0x98][0x90][0x99][0xa0][0x9e]\[0xc7][\r][0x82]e[0xb8][0xa9]sn[0xfd][0x0]PK[0x7][0x8]JZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]A[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.class[0xa5]Wit[0x13][0xd7][0x19][0xbd][0xa3][0xed][0xd9][0xf2][0x80][0xc1]`[0x8c][0xc]8[0x82][0xb0][0xd8]2F[0x84]-[0xc4]l[0x5][0x1b][0x1a][0xa7][0xb6]![0xd8][0x98][0x12][0xd2][0xd0][0xb1]<[0x16]cd[0x8d]2[0x1a][0x81]M[0x9b]&i[0xd3]6[0xa5][0xfb][0x1e]h[0x96]6][0xe8]B[0xdb][0xa4][0x5]9[0xc4]-!M[0xd7]t[0xdf][0xd3]}[0xdf][0xf7][0xf6]OOOO[0xd2][0xfb]fd#[0xdb]#[0x9b]s[0xfa]C[0xef][0xbd]y[0xcb][0xf7][0xdd][0xfb]m[0xef][0xe9][0xe9]g[0x1f][0xbf][0x4]`=[0xfe][0x15][0xc6][0xf5][0xb8][0xb7][0xc][0xaf][0x9][0xe3][0x14]^[[0x8e]Mx[0x9d]l^/[0x9b]7[0xc8][0xe6][0x8d][0x15]x[0x13][0xde]\[0x81][0xb7][0xe0][0xad][0xf2][0xf3]m[0x2]o[0x17]xG[0x18]*[0xde][0x19][0xe6][0xf7]}[0x2][0xa7][0xc3][0xa8][0x94]"[0xce][0xc8][0xfe]]e[0xb8]?[0x8c][0x7][0xf0][0xa0][0xfc]xHn{[0xb7][0xc0]{[0xca][0xf0][0xb0][0x9c]|o[0x18][0xef][0x93]+[0xa7][0xf0]~y[0xf6][0x3][0x2]g[0x5]>[0x18]F[0x1d]>[0x14][0xc6][0x87][0xf1][0x91]0[0xce][0xe1][0xa3][0x2][0x1f][0xb]c[0x19][0xee][0x95][0xcd][0xc7][0xc3]x[0x4][0x8f]V[0xe0][0x13][0xf8][0xa4][0xc4][0xf9][0x90][0x1c][0x9d][0x17][0xb8][0x10]F[0x3][0xf2]R[0xc4][0x88]l[0x1e][0x93]j.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "<[0x1e][0xc6][0x1a][0xd9][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "|*[0x8c][0xeb][0xa4][0x88][0xb5][0xf8][0xb4]l.[0x9][0xbf][0xb7]W[0x1a][0xc9]5[0x91]f%'[0x8b]/,S|[0xbf][0x91][0xee][0xdb][0x99][0xee]s1[0x97][0x92]r[0xb]M7[0xa8][0xa0][0xb6]h[0xc9][0xd2][0xfb]S\[0x8b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "w8[0x1]FI[0xd1][0xa2][0xc5]N[0xd3][0xb1]l[0xab][0xde][0xef]Z[0xd6][0xb2][0x9c][0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "R[0x97][0xce][0xb8][0x9e]W[0xb4][0xb5][0x8d]VH[0xd2]X[0xcc]A[0x81][0xcf]3[0xdf][0x14][0xcc]v-[0xdc]ch[0x8e]M[0x15][0xac][0xad]/[0xad][0xd8]C[0x94]$[0x1d][0x96][0xf1][0xdb]Q[0x8]~5![0xd1][0xec][0xd7]o[0xcf]qR[0xd2][0x90]^u[0xdd]g[0xe5][0xd2]i[0xfa][0xb2][0xb0]F[0x8c]s[0xdd][0x8c]i[0xd5][0xb3][0x9][0xcb][0xc8][0xb8][0x1e][0xab][0x9b]z[0xa0]h[0x9d][0x87][0x84]5&;[0xe8][0xec]R[0xb0]x[0xea][0x11][0x87]L[0x8b]i[0xe9]27,=[0x9b]Kq_[0xc4][0xb][0x8b]\[0xe2][0xa6][0xb2]~[0xcd]H1[0xc3][0xe8][0xbc]9.M'[0xfe][0xdb][\r][0x7][0xe8][0x82][0x89][0x1]>[0x9c][0x19][0xb][0xf2][0x1b]&[0xed][0xdd]:UE[0xda][0xb4][0x8d]~#[0xa1]I[0xf8][0xf1]=[0xae][0x96]-[0xdb][0xe9][0x83]/[0x8]|Q[0xe0]K[0xac]p[0x2]O[0xb]|[0x99]D[0x12][0x96][0xae][0xd9]z[0xb7],[0x7][0x8c]X[0x8d]yf[0x8d]g[0x8a][0x82]n[0xaf][0xdc][0xbe]2[0xd3]}[0xd4]2OHX[[0x1a][0xbc]R[0xc9][[0xaa]4[0xe8][0xa0][0x9e][0xcd]jI[0xb2][0xf1][0xc9][0x80][0xa9][0xf6][0x14][0xc9]*/[0x83]%[0xdb][0xa5][0xd3][0x6])[0xe3][0xa4]Ka[0xbd][0xb7]~[0xc6][0xb0]_[0x1f]Z[0xc7]:[0xcb][0xe8][0xe8]2sVB[0xdf]c[0xc8][0x3][0xb][0xa6]d[0xee][0x1a])@E+[0xbe][0xc2][0xb8][0xa7][0x9a][0xa7]T|[0x15]_S[0xb1][0x5][Ul[0x93][0xcd][\r]hV[0xb1][0x1d];[0x98][0x89]*[0xbe][0x8e]o[0x8]|S[0xc5][0xb7][0xf0]m[0x15][0xcf][0xc3]N[0xe6][0xc2]L%FA[0xc3]U[0x9b]C[0x2][0xf9][0x8e][0x8a][[0xf1]"[0x5]5[0x93][0x8d][0xbd]+g[0xa4][0xfa]tV[0xf5]PT[0x9e][0x8e][0xaa][0xf8].[0xbe][0xc7][0xb0][0x8a][0xd2][0xc5][0xd1]~[0xa9]3j[0xa4][0xa3]2[0x19][0xa2]N[0x12]D[0x5][0xbe][0xaf][0xe2][0x19][0xfc]@[0xc5][0xf]e[0xd3][0x8a][0x1f]1[0xe6][0xa7][0xe4][0x10]%[0x14]FQV[0x8f][0xdc][0xa0][0x9e][0xb6][0xa3][0xfa]P[0x86]y[0xa7][0xf7][0xa9][0xf8]1~[0xc2]PQ[0xf1]S[0xfc]LE?[0x92][0xcc][0x90][0xe9]s_A[0xdb][0xd5][0x17][0xd2]q[0xb]HB[0xfb][0x9d][0x80]m)[0xca]_[0x89][0xf9][0xe7][0x8c]Q[0x15][0xbf][0xc0]/[0x19][0xae]*~[0x85]_3[0xa9]K[0xe7][0x9b][0x8a][0xdf][0xe0][0xb7][0x8c]g[0x15][0xbf][0xc3][0xef][0x19][0xd4]*[0xfe][0x80]?[0xaa][0xf8][0x13][0xfe][0xac]`[0xc5]U[0xe5][0x86][0x8a][0xbf][0xe0][0xaf]*^[0x8a];T[0xbc][0x1c][0xaf][0x90][0x10][0xfe][0xc6][0xb2][0xe4][0xc1][0xe9][0xa0][0xa5]e2z_[0xa9]t[0xa9]u[0xec]d[0x98][0x85][0xca][0xba]7ggr6=[0xa9]k,[0xaf]K[0xc6][0x16]w[\r][0xdb][0xfa]N[0xcb][0xd2][0x86][0x8b][0xd7][0xa5][0xd2][0xbf][0xab][0xf8][0x7][0xfe][0xc9][0x2][0xea][0x11][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb6][0xfc][0x1f][0x97][0x15]K[0xcc][0xe4][0xb2][0xaf][0xe0][0x1a][0xf][0x81]%[0xf][0xb9][0xf1][0xc8][0xd8][0x9f][0xe9]f[0x1f][0xdb]2[0xcd][0xd5][0xae]`[0xd1][0xe1][0xe9][0xee][0x9a][0x85][0xa5][0xd6][0xb8]T[0xaa][0xb6][0xb3][0x94]MW[0xc5][0x99][%*1k[0xcc][0xc4][0x82][0xca]BR/[0xef][0x98]`6[0x93][0x92][0xb5]~[0x95]G[\r]l[0xf0][0xbc][0xcc][0xcb][0x93][0xba][0xed][0xda][0x82][0xde][0xae]o([0xfd][0x8][0xe2][0xde]H[0xc9]E[0xca]I[0x99]Z_[0xe1]u[0xb6][0xc2]K[0xbb][0xc7][0x8b][0xad]T]$[0x91][0x90][0x8c][0xd9]4[0x8d][0xd7]4[0x83][0xac][0x9]5[0x87]2+'[0xa9]a[0xe1]&[0xc3]N[0xc2][0xe5][0xab][0xb0]~[0xea]Iy[0xa9][0xd9][0xe6]X[0xa4]T{i[0x93]w7e[0xb8][0xee][0xcc]:f[0x9a]6[0x14]B[0xf4][0xae][0x96][0xca]N[0x92]V[0xf4]pi[0xab][0x9f]b[0x8c][0x99][0x9f][0x96]%^[0x15][0xd5]W.[0xc3][0x9][0xa1][0xd3][0xe2][0xa1][0xc3][0xc3][0x90]3[0xbc]"[0xc2][0xfd]F[0x8a][0xf9]y[0xd0][0xb0][0x8f]*h[0xae][0x9f]~[0xbb][0x87][0xb4]+[0x8f][0x18]?g[0x14]l[0xf4][0x10]1[0xb6][0xc7][0xf3]x[0xe1][0xdd]QA[0xfb][0xef][0x19]zT[0x8d][0xf9][0xb1][0xf8][0xf1]![0x8c][0xec][0xee][0xc1][0x8c]=[0xec][0xa4][0x82][0xbc]YyD[0xba][0xa0][0xad][0xc1][0xeb][0x91][0xa9]r[0xb5][0xa8][0x8][0xd6]L[0x88][0x8c]+[0xa1][0xa8] v[0xd5][0xaf][0x9]:#R[0xd8],[0xab]iQ[0x9d]t[0xd6]*NX[0x86][0xad][0x8f][0xd5]1[0xcf][0xd0][0xe8][0xc1]R[0xfe]3[0xbb][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "6#[0x8][0x9f][0xbc][0xd2][0xf9][0xd3]'/y[0xa7][0xdf]V[0xe8]y[0xcb];=/v[0xee][0xdd][0xe5][0x8c][[0x10][0xe2][0xb8][0x15][0xbb][0xd9][0xee][0xe1][0xcc][0xe0][0xe7][0xc][0xd0][0x1e][0x1b][0x81][0xd2]X[0xe5][0xcb][0xc3][0xdf][0x1c][0x88]E[0x2][0xfe]u[0x17] [0xfb][0x0][0xfb]`l[0xf5][0x5][0x84]bM[0x17] b[0xb1][0xf3][0x8]]D[0x19][0x9][0x9f]G[0xe0]"[0xca]}[0xb8][0x80][0xf0]YT6[0x7]G[0xa1][0x1e][0x8a][0x4]G0[0xeb][0x89]G){%1[0xec]@[0x5][0xa5]?[0x9f][0xd2][0xd7]p[0x4][0xe2][0xc][0x10][0xa3][0xca][0x95][0xf9][0xc4][0xb8][0x98][0xf8][0x96]r[0xcf]J[0xa2][0xdb]J<;[0x88]m'[0x91][0xbd][0x80][0xb8]n[0xe4][0xee][0xed][0xc4][0xb5][0x13]a[0xb4][0xe1]&[0xb2]$B[0xae][0xb4][0x3][0xce][0xa8][0x83]'[0x14]g[0xd4]I[0xee]>g$[0xd9][0xfa]![0x9f]1{[0xb1][0x8f][0x9a]n[0xe6][0xec]b[0xf8][0x9e][0xe3]tP`[0xbf]@[0x97]@[0xb7][0xc0][0x1][0x81][0x1e]([0x2][0x7]+p7^[0x88]C[0x5];[0xdc][0xc9][0x13]R[0xce][0xa6]X[0xe3][0x8]f[0x9f][0xc1]ZIg[0x14][0x95][0x87]F0[0xa7]jn[0x1e]U[0xe4][0x1b]dW5[0xcf][0x1d][0x87][0xf3][0x98][0xcf]Q[0x1e][0xd5]#X@[0xc6](0[0xad][0xa2][0x1c][0x10]s[0x19]Q[0xd7][0x13][0xf1]Fb[0x95]l[0x16][0xb8][0xd2][0xc7]9l[0xc2]-8L[0xdd]7;'[0x95][0x8d][0xbc][0x9c][0xf9]Lr[0xc1](QN[0x9].[0xc]([0x1d][0x8d][0x97][0x1e][0xc4][0x92]F[0xff][0xba]'Qs[0x6][0xb3]$[0xa8][0xaa][0x85]R#[0xa7].[0xa3][0xa6][0xc3]E[0x12][0xe9]l[0xba][0xb4])[0xe0][0xdf][0x14][0xac][0xe]V[0x7][0x1e][0xc6][0xaa][0xa6][0xea][0xe0][0xba][0xe6]P$[0x94]G[0xad][0xb]{[0xd1]i[0xa8][0xb1]Hh[0xf5][0x8][0x16][0x7][0xce][0xdd][0x13]T[0xce]>[0xf7][0xcc]Y[0xcc][0xea][0x94][0xe2][0x9a][0xa4][0xc7][0xfc][0xe7][0x8][0xcf][0x87]n[0xdc][0x86]%8@`[0xb2]w[0x9]5c6[0xdb]}\[0xed]![0xa6][0x83][0x98]C[0xa3][0xd5][0x12][0xfc]R[0xee][0xd9][0x86]#[0xa4][0xa3][0xa1][0xb][0xbd][0x12]![0x9a][0x18]>[0xfb][0xa3][0x8c]s[0xb7][0xa5][0x14](bB[0x93][0xde][0xc7][0xcc][0x99]33w[0xa6][0xd3][0xdf]~[0xfc][0x2]0[0x8e][0xe9][0x10][0xc2][0x88]I[0x18][0x94]0[0xd4][0x84][0x9b][0x18][0xe]a[0x4][0x8a][0x4]5[0x84]F[0x8c][0x6]1[0x16][0x80][0xf7][0x19]h[0xe][0xe1][0x9][0xc6][0xc5]2![0xe1][0xa9][0x84]g[0x12][0x9e]3[0xdc][0x9a]K[0xce]OgR[0xe9][0x8d][0xf4][0xc2][0x87][0xe4]r&[0xcd][0xc0][0x16][0x19][0x1a][0x13][0x86]e[0xb8]S[0xc][0xbe]h,[0xcb][0xe0][0x9f][0xb5]79aS[0x86][0xc5][0x97][0x8a];9[0xee][0xa4][0xb5][0x9c]I[0x92]H[0xca][0xd6]53[0xab]9[0x86][0xb8]W[0x84]~[0xf7][0x93]Q`[0x98]K[0xd9]N^[0xb5]w[0xb][0x13][[0xea][0xae]VRyI[0xdb]Q[\r]k[0xcf][0xde][0xe6][0x8e][0xba]U$~[0xba][0xb9][0xdc][0xb1]4S][0xcc][0xd0]u[0xc5][0xb1]s|[0xa1][0xc][0x98][0xd7]t[0xd7]v[0xe][0xe2][0xe4]Bw[0xb8][0xe6][0xf2]Z%[0xc3][0xdb]hjK[0xdb][0xd3]TS[0xb3][0xf2][0xea]rn[0x8b][0xeb]n[0xbc]F[0xb2][0xe6]:[0x86][0x95][0x8f][0xc7][0xea]EPKD[0xf4][0x92]nS[0x10]%W[0xe4]r[0x81][0x92]r[0xe1][0xa5]][0xe7][0xac][0xae]BNo[0xa3][0xbb]%[0x86][0xde][0xb2][0x93]B[0xde]P?:[0xda][0xe][0xdf][0xb7][0x9d]mu[0xa6]hm[0x9a]|[0xb6]LM[0xd0][0xa0]a[0x9]B[0xdb][0xa9][0xe2][0xcf][0x6]Ut[\r]S][0xa8]`[0x4]>[0xa1][0x9b][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "t[0x9d]+[0xd0]Fv:[0x95]In[0xac][0xac].[0xaf]$W[0xd3][0xeb][0xc]mu[0x1]T[0xc7][0x5][0x86][0xd0][0x9a]]tt>o[0x88][0xba]t^[0xf6][0xca][0x8a]HNF[0x4][0xb7][0x19]z[0xae][0xca][0xe6][0x4][0xf2][0x8f][0x4]d4[0xa3]E[0xc2][0xb][0x19]/1[0xc9][0x10][0xbf]F[0x1f][0x88][0xa8][0xe8]=V[0x89]B[0xf1]([0x14][0xa2]P[0x4][0x85]R[0xa1]P<[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xe5][0x84]B[0xb9]4[0xc9]s[0xcf]$!![0xe3][0x15][0xa6]d[0xbc][0xc6][0x1b][0x86][0x99][0xeb]7+C[0xf3][0xf9][0xe]b[0xe8][0xbf][0xa2][0x5][0xab][0xb6][0xc3]g[0x81][0x85]}[0xa3]P[0xc8][0xd9]%[0xd5]u4][0x4][0xb1][0xc6][0x9d]=C[0xe7])[0xdb][0xde].[0xee]Re[0xf3][0xdc][0xad][0x88][0x18][0xde]E[0xaf]n[0xc2][0x9a][0xe][0x9e]5[0xb5]B![0xbe][0x18][0xab][0xd7][0xf0][0xeb][0xd1][0x8b][0xad][0xfe][0x1f][0xe4]W[0xf6][0xb4][0x18]#[0xe1]S[0xe6][0x94]m[0xe5][0xe9][0xc7]GI[0x94]O}u[0xdc][0x9e][0x9]P[0xc0]([0xbc]&[0x93][0xf6][0xac]f[0x16][0xb9]7[0x9b][0x16][0xf1][0x90]F^[0x18]4[0x9b][0xe8][0xdb]![0xfa][0x8e]F[0x9d][0x8f][0xce][0xd4][0xcc][0xb4][0xb6][0xd2]M[0xa5][0x9d][0xd1][0x1e][0x18]<[0x4][0xfb]B[0x87][0x6][0xb4][0xd1][0xda][0xe8][0x9]{[0xd0]N[0xab]\[0x6][0xe0][0xe][0xee][0xd2].[0x88][0xee]U[0x8c][0xf]H*[0x6]h[0xf7][0xd0]1[0x1a][0x96]F"[0xbe][0xaf][0xf0][0x1f]!p[0xc][0xdf][0xa4][0xff]'[0x1a][0xd7][0x87]G:[0xfc][0x87][0x90]>Wi[0xc3][0xe4]][0xf8][0xc]`[0x94]"[0x18][0xf3][0xe8]'[0xca][0x14][0x15]zq[0xba][0x8f][0x7][0x9e][0xcb]nt[0xa2][0x8b],[0x3][0xe4][0xb0][0x9b][0x82][0xf1][0x91][0x8d]L9[0xf5][0xc2][0x8f] [0x1e]Us[0xc8][0x92][0xa6][0x81][0xf6][0xf6]H[0xf0]}[0xcb]@s"[0x12]lE[0xd3][0x11]n|[0x87][0xfc][\r][0xfe][0xd3][0xa4]"d[0x7]D[0x9]=[0x8][0xfa]? [0xd9][0xb0][0x17]A;[0xe9]}[0xa4]}L[0xde]@[0x9a]0[0xfa][0xd0][0xef][0xbd][0xcb][0x80]g[0x1b][0xfd][0xb]PK[0x7][0x8]td=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]P[0x0][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.class[0xad]Yy|[0x14][0xd5][0x1d][0xff][0xbe]d[0x93][0xd9]l[0x6][0x8][0x1b][0x12][0x8][0xe7][0x0]![0xe4]^@[0xe]I"w[0xc0][0xd0]$P[0x12][0x95]`[0xaf]![0x99]$[0x3][0x9b][0xdd][0xb8][0xbb][0x81]D[0xa4][0xb6]j[0xa5]-[0xbd][0xeb][0xe3][0xe7]X.[0xd6][0xe3]x.[0x1e][0xc4]C[0x1a]Z[0xe5][0xf6][0xc3][0x1a][0x1e][0xd1]0[0xe4][0xc3]0N[0xf8][0x90][0x83][0x11][0x9][0xf6][0xa8][0xfc][0x9c][0x94][0x9f][0xcf][0xc9][0xcf]c[0xb9]x[0x1c][0xa7][0xe4][0xec][0xb4][0xf]O[0xe0][0xf3]>|[0x1]_[0x94][0xcb]/[0xe5][0xe2][0xcb][0xf8][0x8a][0x86][0xaf]j[0xf8][0x9a][0xf][0xd3][0xf1][0xa4][0x17]_[0x97][0xe3]7[0xe4][0xe7][0x9b]^|[0xcb][0x8b]o[0xcb][0xe9]w|([0xc4]w[0xe5][0xdd][0xef][0xf9][0xf0]}[0xfc]@^S\<[0xa5][0xe1]i[0x1f][0x8a][0xf1]C[\r]?[0xf2][0xe1][0xc7][0xf8]I.J[0xf0]S9{V[0xc3][0xcf][0xe4][0x85][0xe7][0xbc][0xf8][0xb9]\s[0xfc][0x85]D[0xf5]K/~[0xe5][0xc3]Z[0xfc]Z"[0xfa][0x8d][0x17][0xcf][0xcb][0xc3][0xdf]z[0xf1];I[0xe2][0x5])[0xd1][0xef][0xbd][0xf8][0x83][0xf][[0xf0]\.[0xfe][0x88]?I[0xf9]_[0x94][0x88][0xfe],[0x89][0xfe]Er[0xfd]W[\r][0x93][0x0][0xd7][0xf0][0xf][0xb9][0xfe][0xa7][0x17][0xff][0xf2][0xe1][0xdf][0xf8][0x8f][0x86][0x97]$[0xe4]5[0x9c][0x91][0xe7][0xaf][0xc8][0xcf][0xab]^[0x9c][0x95]@/j[0x2]>!D[0x86]&2[0x5]2[0x1b][0xb7]m[0x11][0xf0]7[0x86]#][0x81]h[0xb0]s[0xf9][0x9e]@c[0xb8][0xab][0xcb][0x8a][0xd4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x[0xed][0xd0][0x1e][0xab]=[0x16][0x8e][0x8],P[0xe7][0xe1][0xde]([0xcf]{[0xcd][0xfe][0x80][0xd5]o[0xf6][0x4][0xfa]bv0[0xd0][0xe0][0xc2][0x10][0xde][0xd7]kF[0xcc][0x1e]+fE[0xa2][0x2][0xf9]W6[0xee]1[0xf7][0x99][0x81][0xa0][0x19][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "l[0xdb]-[0x81][0x8][0x92]]g[0x87][0xec][0xd8][0x1a][0x81]U[0xa5][0x9][0xc7][0x1b][0x83]f4Z{a[0x12][\r]e[0x97][0xb]x6[0x86];,[0x81])[0x8d]v[0xc8]j[0xee][0xeb][0xd9]mEZ[0xcd][0xdd]AK[0xc9][0xd0]n[0x6]/7#[0xb6]\[0xbb][0x9b][0xc2][0xe6]_[0x83]@[0x86][0x1d][0x13][0x98][0xe6][0xd0]t[0x90][0x92]M[0xd3][0xe1][[0xf0][0xa8] [0x81][0x9d][0xd6][0xee]Hx[0xbf][0xbc][0xce]3O[0xac][0xdb][0xa6]4[0x8d][0xe9][0x98][0xb3]C[0xfb][0xc2]{[0xad]H`O[0x1f]e[0xe2][0x8a][0x18]Cf0[0xb0]}T[0xb][0xf6][0xd5]V[0xc7][0xc6]p(f[0x92][0xd3]H[0xab][0x15][0x8d][0xed][0xe8][0xb][0x85][0x94]f[0xb3][0xf6]J[0x89][0x5][0xa6][0xa6]([0x81]gv[0xa8][0xc3][0xea][0x17](L[0x16]g[0xa0]wT[0xa4][0xb2]4R[0xd4][0xa5][0xd1][0xf6][0x9a][0xda][0xb8][0xc4]c[0x4][0xea][0xca][0xe5][0xf6][0xa4][0x96][0x98][0xd9][0xbe][0xb7][0xc9][0xec]U([0xe9][0xf][0x9a][0xf0]h"K[0x13][0xd9][0x8c]![0x1a][0xb2][0xbe][0xbf][0xdd][0xea][0x8d][0xd9][0xe1][0x10]y[0xcc]i[0xb1][0xbb]Bf[0xac]/B[0xd2]5)V[0x93][0xf8]&h[0xb8][0xfc]}f[0xd0][0xee]0c[0x16]u[0x12][0x8d]E[0xfa][0x1c][0xcf][0xca]/M[0x10][0xa7][0xd1][0x8e][0xc6]j%l[0xb6][0x15][0x89][0x84][0xa5][0x1b][0xe5][0x8d]?[0x15]X[0xd2][0xd5][0xd7]c[0x85]bq[0xf3]Hw[0xe9][0x94][0xd7][0x5][0x8a][0x12][0xc0]#Vg[0x90][0xd8][0x2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb3][0xc]L3[0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xc7]L[0x7]}N[0xdc]?[0x5][0xf4][0x6][0xe9][0x90][0xca][0x90][0x16][0x95]][0xa1],[0xe9][0xb8]sD[0xf9]j4[0xd9][0x9b][0x8b][0xe3]+[0xa9][0xc][0xcb]l[0xef][0x16](Ms[0xa9][0x87]![0x1a][0xc]l[0x96][0xb0][0xfb][0xc3][0x91][0xbd][0xa3]|[0xcc]t[0xf9][0xb0]:[0xd4]Nt[0xc3]@[0x2]/S[0xa5]n[0x15]+[\r][0xd4][0x9a][0x19]j[0x97][0xfe][0x96]b[0xbf][0x9][0xd2]ZS[0xab][0x9][0x8d][0x19]Y[0x13]^[0xe6]c&`f3^[0xd8][0xd8]mK]]1[0x1][0x9e][0x9b][0xac]Xw[0xb8][0xa3]6[0x5]0@[0x9][0xec]N[0xbb]]i3[0xc0][0x88]nVkjD[0xf9]m[0x8f][0xba]&[0x83]t[0xa2][0x14][0xc8]Y[0xc8]E[0x91][0xce][0x2][0xe7][0xa6]GO[0xea][0xb2]b[0xeb][0xcf][0xa3]RiYj[0xf8][0xd4][0xa5]l[0xbe][0x6][0xad][0x12][0xa7][0xf2][0xb7][0xe8][0xfa][0x88][0x15][0xa7][0xcc]"RZ[0xb6][0x8b]Y[0xc5][0xc][0x6][0xb7]'[0x94][0x80][0xc2][0xa4] R[0xa9][0xca]I[0xaa][0xd9][0xaa]PH[0x87]K[0xb]q[0xae]d6[0xac][0xbe]8[0xba][0xdb]a1-[0x85][0xac][0x8e]+"[0xe1]P[0x97][0xcc][0x90][0x2][0xd3][0x93]0&[0x6]JN[0xbb][0xf4][0xad]f"H[0xe][0xe0][0x96]X[0x84]A([0xa3][0xc4][0xb1][0x9d][0x3][0xa1][0xf5]X[0xd1][0xa8][0xd9][0xc5]Y>[0x95][0xbc]}[0x1c]a[0x87][0xf3][0x89][XsPS[0xe2][0xda][0xd7][0xae]{[0x17][0x8b][0xd4][0xc0][0xba][0xd2]T[0xcd][0xbc]F[0xf][0xf5][0xd6][0xb5][0x7][0xdd][0x1a]L[0xab][0xc9][0xbc][0xd7][0x12][0xee][0x8b][0xb4][[0x9b]mY[[0x16]][0xa8]xUK[0xfa]:.[0x13]9:^[0x8f][0x1d]:[0xee][0xc0][0x9d][0xba][0xf0][0x89]\[0xd6][0xe]][0xe8][0xe8][0xd7][0xd1][0x82]Vj-M[0xa2][0xa5][0xd6][0xce]%l[0x3][0xb7]l[0x96][0x87][0xab][0x15][0xd3][0xf5]2[0xf9]kb[0x92].&[0x8b])$[0x86][0x88].[0xf2][0xf8][0xc1][0x11][0xdc][0xae][0xe3][0xa0]$r[\r][0xfa]Y[0xb0]t1U[0xf8]u[0x91]/[0xa6]i[0xa2]@[0x17][0x85]b[0xba]&f[0xe8][0xa2]H[0xcc][0xd4][0xf1]![0xdc][0xc6][0x1c][0xa0][0x8b]Ybv[0x12];q[0x9f][0xa0][0xb3][0x8c][0xf7][0x82][\r]}[0xcc][0xf]VD[0x92][0xbc]_[0xa0]I[0xf9][0x95][0x11]RM[0x86][0x11][0xee]4[0xc6][0xfc][0xcf]0C[0x1d][0xc6][0xba][0xb8][0xb2][0xc]'([0xaa]S[0xb7][0x8c][0xf6]p[0x1f][0x1b][0x83][0x8e][0x1a]C[0x17]s[0xc4]\[0xf9][0x99]'0[0xa3][0xd2] e;([0xb5][0x92][0x80][0xb5][0xc6]`3R[0xad][0xb]C[0xcc][0x97]*^[0xa0][0x8b][0x85][0xa2][0x98][0xa5][0x99][0x12]Qf[0xb1][0x8][0xb7][0xb][0x94]L,VuQ"[0x16]k[0xa2][0x94][0x99]h[0xc2]9[0x9d][0xc9]R[0x17]e[0xa2]\[0x17][0x15]b[0xb6].*E[0x15][0x1b][0xbf][0xb][0x17]!]T[0x8b][0xf9][0xac][0xd4]5Fkd[0x80]J4ba#j[0xc5](K[0x9e][0xb1][0xdf][0x8e]u[0x1b][0xb1]n" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xcb]`[0xed][0xef][0xb3][0x94][0xe][0x2][0xcc][[0xdc]2c[0x86][0x1d]5[0xe8][0xaa][0xea]8bwus[0xc6][0x10]6Ju[0xb1]D[0x14][0xeb]b[0xa9]D[0xaa][0x1b]6[0x8b][0x81]evH[0xf5][0xeb]b[0x99](f+WV-[0xb5]s[0x91][0x8e]m[0xd8][0xce][0xce]MJ%[0xc9][0x1e]8H`[0x83][0xb5]U[0xd6][M,[0xd7][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xb1]R[0xc7][0x7]p[0x93].V[0x89][0x8b]u[0xb1]Zz[0xcf]=[0xb8][0x97][0x8c][0x8d][0x8f]"][0xd4][0x8][0x99][0xdc]R[0x93][0x91][0x8e][0xbb][0xf0]1[0x81][0xca][0x3]K[0xe]V[0x1f]Xz[0xb0][0xb4][0xcc][0xe8][0xe9][0x8b][0xc6]HF[0xa6][0x1e][0xba][0x81]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "(94#[0x11]s Z[0xad][0x89]:]\"[0x18]b[0xe5][0x13]V>s[0x83]ol[0xa1][0x8b][0xb5][0xe2]b[0xb6]:[0x13]L[0xe][0xba]XG[0xd9][0xc4]z[0xe9] [0x95][0xcd]a[0xa3][0xb7]ow[0xd0]n7[0xa2][0xb2][0xe6][0xb7]'[0xba][0xad][0x93][0x87][0x8c]p[0xc8]P[0xd9][0x90]6[0xda][0xfa][0xff]kl5[0xb1]A[0x17][0x1b][0xc5]&[0xf6][0x4][0xa9]|o[0x8][0x86][0xdb][0xf7]n[0xbd][0x8c][[0xcb]U[0x91]w[0xae][0xb0][0x8f][0x1f][0xd7]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x18][0x17]j'G[0xed][0x94][0xd4][0x1][0xb]LN[0xce][0xac]I[0xe1][0x9d][0xd4][0x11][0xc9][0xf6].[0xa5][0xf1]V[0xb9][0xd1][0x8e]#+,M[0xd7]f[0xcb][0xae]'d[0xf5][0xcb][0xf7][0xc2][0xd8][0xe1][0xc6]p0[0xe8][0xf4]nd~[0x92][0xec][0xe8][0x82]V,[0x1c]rx(N[0x93][0xb1][0xd3][0x14][0xe5][0x99][0xa3][0xbd][0xf1][0xb6]Pp`[([0xb9]E[0xd6][0x9d]w[0x98]S[0xe0]I:[0x1d]Jr[0xaf][0xb3]P[0xb5][0x8e][0xf6]PL[0xe5][0xe7][0xa9]Pq0YU/[0x8]D}[0x13][0xb5][0xe4],[0x89][0xad][0xf9]I[0xa5]vT[0xc3][0x9] [0xb2]C9/[0x80]@n[0xc8][0xda]?[0xd6][0xee]-.MS[0xf9][0xd3]7[0xe2]Q[0xfa][0xa0][0xaa]`|[0xdb]e[0x9b][0xbd][0xbd]V[0x88]f[0xad]*M[0xad][0xeb]e)[n[0x92]'[0x96][0xd9][0xa5][\r][0xe7];[0xf6][0xc6][0xc2][0xce][0xd6][0xf8][0xf7]@[0xbc]e(HG[0xd0]5[0xc5]V[0x1e][0xb8][0xea][0xcb]O[0xba]=[0xaa]x[0xad][0xdb][0x8c]6+g[0xf2][0x12][0xdc][0xf5][0xcc]Yi[0x95]:[0xda]@[0xcf][0xbb]@:[0xa1][0xff][0x8d][0xb5][0x84][0xaa][0xc4]-O[0xe3][0xe9][0x9];c[0xf][0x83][0xc0][0xd8]-[0xf9][0xaa]P[0xf9][0x9a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "f"[0x97]vI[0xd3]v[0xa4][0xf5]A[0x8d][0xe4][0x9d][0x6][0xaa][0xea][0xdc][0x8e][0x9f]^[0xd9][0xbc][0xe9][0xaa]K[0xca][0xd0]b[0xf7][0xf4][0x6]-[0xb7][0x17][0x93][0x8e][0xad][0xba][0xbb][0xf2]4[0xfa]N[0xfb][0xa4][0x93][0xbc][0xe4][0x8d][0xff]IC>[0xad]B[0x9d][0xe1]q[0xf2][0xa4][0xa2]I[0x90][0xc7][0x9f][0xda]a[0xf3][0x99]wN[0x9d]&[0x86][0xb4]fG[0xeb]{zc[0x3]|[0xd9]8[0xf9][0xb4][0xbe][0xbf]7[0x18][0x8e][0xda][0xfb][0xac] [0xf7]V[0xa7]Q[0xcf]D[0x9d][0xdf][0xc9]k1[0xba]N[0xa0][0xc9][0xe9]R7[0x87]#=&[\r][0x95][0xdd][0xe9]NV[0xa7][0x91][0xf0][0x2][0xe8][0xe3]N[0x9d][0x9f](s[0xd3]h[0xe3][0xea][0xb5][0xa3]-[0xaa][0x9c][0xa8][0xe9]vU`[0xc8][0xca]x[0x1d]oV[0xd5][0x97][0x2][0xe6][0x10][0xcb][0xa8][0xda][0x17][0xa5]SX[0xca][0xf]N[0x98][0x8f]F4[0x3][0xc8][0xc4]LY[0xda]9[0xcb][0x90]=[0xa6][0x1a][0xd9]Tr[0x9c][0x4][0xc1][0xd6][0xec]rB\[0x1][0x88][0x19][0x1c][0xb3][0xb9][_^1[0xc]Q^[0xf9][0x8]2[0xca][0x87][0x91]9[0x2][0xf]_[0x8e][0x9e][0xcc][0x95]Y[0x5]Ys[0x8e]bzy[0x91]g[0x4]Y[0x2][0xa7][0x91][0xfd][0x8][0xb4][0x1b][0xb2][0xc4][0xe0][0xd9][0x17][0x6][0xe1][0xaf][0xf1][0x9c]DN[[0x91][0xe7][0x4]|[0xc3][0xc8]=u[0x9c][0xa8]}X[0x86][0x15][0xf0][0xc2][0x83][0x9d]D[[0xce]5[0xb0][0x9]Y[0xa8][0x87][0xfc][0xfd][0xac][0x0][0x97]b.[0x1a]P[0xc9]q[0x19][0x19]\[0x81]&[0xac]"[0xc3][0x9b][0xc8]j[0x1b]!/[0x85][0x86][0x19]d}[0x17][0xae][0xe4][0x9d][0x2][0xcc][0xc1][0x1b][0xf0]F[0xe2]ZE[0xb6][0xdf][0x84]7sFV[0xf1][0x16][0x98][0x80][0x9a][0xed]F;i[0xca][0x99][0x14]2C[0xcd]:x7[0x13][0x16][0xe7][0x85][0xdc]qpt[0xba]7w[0xa3][0x8b][0xf0][0xdd][0x9c][0xcf][0x83][0xe7],Iek[0xb0]5[0xec][0xd1][0xb0]Wh[0x8][0x12][0xd5]K([0xda][0xa0][0xa1]g2B[0x4][0xf2][0x10]8[0x7]a[0xa5][0xbd]^[0xae][0xae]B[0x84]3[0xea][0x8d][0xec]f(r[0xd9][0xe5][0x15]C[0xd0][0x8f]+[0x8d]K[0x81]}j[0xb7][0x85][0xcc][0xb7]*[0x81][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x1d][0xa8]8[0xcb][0xd9][0x88]"F[0xac][0x92]=][0xb1].w[0xfa]8s[0xa8][0xec]#[0x95][0xfd][0xe8]w[0xa9][0xc][0xb8]T[0x16][0x88]FZe[0xd2][0x11][0xe4]r[0x98][0xdc]8[0x8]/[0xc7])[0x8d][0xe5][0xf]#[0xa3]b[0x4]y[0x19][0xa8]8[0x16][0xe7]`[0xa6][0xb2][0xe7]N[0xde]k#[0xef][0xbb]0[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << ",[0xa4][0xea][0xc][0xf2]0[0xc6][0xd1][0x2][0x97][0xa3][0xc][0xee][0xf][0xe0]jW)9[0xc8]8[0x83][0xa9][0x1a][0xe]x[0xe2][0xe2]K[0xf0]k[0xe2][0xc][0xad][0xe6]([0x99][0x9e]R>[0x84][0xa9]C[0xf0][0x93][0x3]m[0x8][0xf9][0xc7][0x14][0xa6][0x9d]J[0x1a]y[0xdc][0xa1](9[0xf2]Mq)%"<8[0x8a]0[0xa3][0x88][0x9a][0xca][0xa1][0x1f]J[0xaf][0x9b][0xd6]Ha[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x98][0xa1][0x88][0xf4][0xf1][0xbb][0xb0][0xe2]$[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0xdb]Nbz[0xdb]0f[0xf8][0x8b][0x86]0[0xd3]9[0x1d][0xc2],[0xff]l[0xae][0x14][0x94]\[0xcc][0xe1]b[0x8]s[0x87]1[0xef][0x94][0xc3][0x95]1[0x84][0xf9]M[0x4]^ [0xd0]\5[0x82][0x85][0x82]o[0x9e][0xa3]U[0xae][0xff][0x16][0xd7]x[0x8a]>[0x82]K[0x4]O4[0xcf] <[0x99][0xf][0xc4][0xa3][0xd6][0xc1]x8[0x1][0xa3][0xdf][0xc5][0xd8][0xad][0xb4][0x9f][0x91][0xb7][0x8e][0xaf]6[0xf9]K[0x81][0x93][0xb8][0xa9][0xa4]L[0x15][0xc8]s[0x89]t[0x8d][0xc8]|[0xc]k[0x87][0xb0][0xae][0xb1][0xe2][0x9][0xac]?[0x2]o[0xc5]i[0xac]?[0xc6][0x83][\r][0xa7][0xe2][0x4][0xfc]*[0x3][0xde][0xc4]A[0x16][0xf2]0[0xb]G9[0xcb] d[0xe][0xee][0xe6],3)[0xb7][0xf0]q[0xea][0xb2][0xf5][0x14][0xf7]$[0x8e][0x9d][0xca][0x82][0xf5]C[0xd8][0xdc][0xe8]d[0x85][0xa6]J7+[0x18][0x95]nV[0xd8][0xd2][0xcc]@[0xbe][0xf4][0x8]t[0xe][\r]G[0x90]Uul[0xf0][0xec][0xb3][0x89][0xf9]g[0xab][0x8c][0xe9]x[0xf8][0xbb][0xe9]FQ[0xdd][0xa9][0xd4][0xa7][0xf1]{[0x94]^p7[0xa3][0xf4][0x1e][0x96][0xb6]{[0xe9]?[0xf7][0xb1]l}[0x8a]%[0xed][0xfe][0xb8][0xf7][0x15][0x93][0xfb][0x1b][0xa9][0xfc]L[0x95][0xa1][0x1d][0xc9][0xe4][0xbf][0xa4][0x6][0x93]j[0x82][0xb3]s[0x9f]k[0x84])[0xc8]T[0x91][0xc4][0xd8][0x8].H[0x8a][0x8b][0xbc]M[0x8c][0x8b]O[0xba]N[0xb6][0xdc][0x8d][0xb]_9[0x8d][0xbf][0x85][0xe9][0xe9]uc[0xc1][0xe0]8Wu[0x1a]w[0xf5][0x92][0xc1][0xfb]][0xc]e[0xea][0x84]E[0xc0][0xdf]x[0x2]M[0xf]a[0x95]D [0x12][0xa2]i[0x9][0xd1]-[0xe5][0x15]9>[0xa0][0x90][0x9a][0x91]%-[0x98][0x81][0x12]<[0x83][0xeb]Kr[0x98][0x9f][0x9e][0xc1][0xcb]%9[0xff][0x3]PK[0x7][0x8][0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xec]Q[0xaf]@8[0x2][0x0][0x0]a[0x4][0x0][0x0][0x14][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/MANIFEST.MF[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]~[0x2][0x0][0x0]META-INF/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xea]TPj[0x82][0x0][0x0][0x0][0x1c][0x1][0x0][0x0][0x19][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb7][0x2][0x0][0x0]META-INF/DEPENDENCIES.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xb4][0xb4][0xe2][0x86]m[0xf][0x0][0x0]^,[0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x80][0x3][0x0][0x0]META-INF/LICENSE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xc8][0xe1]s[0x10][0x99][0x0][0x0][0x0][0xdb][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x13][0x0][0x0]META-INF/NOTICE.txtPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x14][0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]H[0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0x14][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xcd][0x9e]+[0x18][0x87][0x0][0x0][0x0][0x97][0x0][0x0][0x0]G[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xf8][0x91]7Q[0xa8]rgB5[0x2][0x0][0x0][0xd1][0x8][0x0][0x0]@[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0x15][0x0][0x0]META-INF/maven/org.ops4j.pax.exam/pax-exam-invoker-junit/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa2][0x18][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6][0x18][0x0][0x0]org/ops4j/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x10][0x19][0x0][0x0]org/ops4j/pax/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]N[0x19][0x0][0x0]org/ops4j/pax/exam/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xdc][0x19][0x0][0x0]org/ops4j/pax/exam/invoker/junit/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0xa2]7Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q5o[0x80][0x1f][0xa7][0x2][0x0][0x0][0xa7][0x5][0x0][0x0]9[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x87][0x1a][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/Activator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xfd][0x95][0x85][0xe9][0xa6][0x6][0x0][0x0][0xb5][0xf][0x0][0x0]C[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x95][0x1d][0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunner.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0xdd][0x3][0x14]\m[0x2][0x0][0x0]^[0x5][0x0][0x0]J[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xac]$[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7QJZ[0xc8][0xbc]T[0x2][0x0][0x0][[0x5][0x0][0x0]O[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]'[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ContainerTestRunnerClassRequest.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x91][0xb6][0xd8][0xcc][0x1e][0x9][0x0][0x0][0xad][0x13][0x0][0x0]A[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]b*[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvoker.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Qtd=$[0xf1][0x2][0x0][0x0]O[0x6][0x0][0x0]H[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xef]3[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/JUnitProbeInvokerFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]$[0x92]7Q[0x89]Bh[0x9b][0xcd][0xc][0x0][0x0]r[0x1c][0x0][0x0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]V7[0x0][0x0]org/ops4j/pax/exam/invoker/junit/internal/ParameterizedContainerTestRunner.classPK[0x5][0x6][0x0][0x0][0x0][0x0][0x18][0x0][0x18][0x0]%[0x8][0x0][0x0][0xa1]D[0x0][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "GET /content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Date: Wed, 01 Nov 2023 13:03:30 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "last-modified: Wed, 23 Sep 2020 18:23:22 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-9 << "9e302c7bf7a882d3cbfc15047cb993fdaeef97bd" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Date: Wed, 01 Nov 2023 13:03:30 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << last-modified: Wed, 23 Sep 2020 18:23:22 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-9 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 9][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-9: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 9][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 413125kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 482565kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 152789kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/247313364.jar] Nov 01, 2023 1:04:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843845030-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843845030-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@26a5c1ad]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33717] Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33717] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ca22efdf-32cf-4099-8ab5-b035c1c21edb [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 6a3dc8fd45c720bfe28b18832d0998c50e62aa66 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ca22efdf-32cf-4099-8ab5-b035c1c21edb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44 to be in PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBadResource in reactor Nov 01, 2023 1:04:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33717/ Nov 01, 2023 1:04:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33717] Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33717] Nov 01, 2023 1:04:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33717/ Nov 01, 2023 1:04:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33717] Nov 01, 2023 1:04:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33717] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s -- in org.glassfish.jersey.tests.performance.mbw.kryo.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ mbw-kryo --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:04:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:09 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:04:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:09 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ca22efdf-32cf-4099-8ab5-b035c1c21edb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-232fbf08-74ed-4468-b69c-f3c51b574b44, }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@48928dbe.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.163 s -- in org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ mbw-kryo --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ mbw-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ mbw-kryo --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >----- [INFO] Building jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT [297/373] [INFO] from tests/performance/test-cases/mbw-text-plain/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ text-plain --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ text-plain --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ text-plain --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ text-plain --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ text-plain --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ text-plain --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ text-plain --- [INFO] Reserved port 33063 for jersey.config.test.container.port [INFO] Reserved port 38281 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ text-plain --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 parent=null root=[TestAddress:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 root:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9] args=[Ljava.lang.Object;@2e55dd0c [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 parent=null root=[TestAddress:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 root:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83] args=[Ljava.lang.Object;@3738449f [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc parent=null root=[TestAddress:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc root:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc] args=[Ljava.lang.Object;@69e1dd28 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b parent=null root=[TestAddress:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b root:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b] args=[Ljava.lang.Object;@11bd0f3b [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 parent=null root=[TestAddress:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 root:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969] args=[Ljava.lang.Object;@c333c60 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@72cde7cc [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-83f66187-2c45-4d64-a026-945f87baff5f parent=[TestAddress:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 root:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9] root=[TestAddress:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 root:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9] args=[Ljava.lang.Object;@57af006c [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0397bb0f-c3ec-47c1-a0a3-59d443f338ee parent=[TestAddress:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 root:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83] root=[TestAddress:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 root:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83] args=[Ljava.lang.Object;@6bedbc4d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3c1054d8-3e67-433f-b869-8ec243d107e5 parent=[TestAddress:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc root:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc] root=[TestAddress:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc root:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc] args=[Ljava.lang.Object;@932bc4a [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-a8a1729f-788c-4912-90d4-c7ad34ca978c parent=[TestAddress:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b root:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b] root=[TestAddress:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b root:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b] args=[Ljava.lang.Object;@d29f28 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-22d0e134-9233-44a4-933e-1cb33dfa57c6 parent=[TestAddress:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 root:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969] root=[TestAddress:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 root:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969] args=[Ljava.lang.Object;@2fd1433e [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [INFO] Running org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testGetIt @ [TestAddress:PaxExam-83f66187-2c45-4d64-a026-945f87baff5f root:PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9] Arguments: [Ljava.lang.Object;@2e55dd0c [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-08fe735b-3e71-4f6c-b072-ab3b5ff5e59e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843850059-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Running org.glassfish.jersey.tests.performance.mbw.text.TextEntityTest Nov 01, 2023 1:04:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33063/ Nov 01, 2023 1:04:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33063] Nov 01, 2023 1:04:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33063] Nov 01, 2023 1:04:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33063/ Nov 01, 2023 1:04:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33063] Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33063] Nov 01, 2023 1:04:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33063/ Nov 01, 2023 1:04:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33063] Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33063] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s -- in org.glassfish.jersey.tests.performance.mbw.text.TextEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ text-plain --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ text-plain --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/146328771.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ text-plain --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ text-plain --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------ [INFO] Building jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT [298/373] [INFO] from tests/performance/test-cases/mbw-xml-jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-jaxb --- [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-jaxb --- [INFO] Reserved port 41291 for jersey.config.test.container.port [INFO] Reserved port 45491 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26535 bytes @ [ 26535kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@741cdecb]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): f3fbb3c090417564a93b33858263a065c50dd7bd org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testGetIt in reactor [INFO] Running org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest Nov 01, 2023 1:04:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41291/ Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.NetworkListener start org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] INFO: Started listener bound to [localhost:41291] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.HttpServer start org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] INFO: [HttpServer] Started. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@4f644617.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. Nov 01, 2023 1:04:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41291] Nov 01, 2023 1:04:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41291/ Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41291] Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41291] Nov 01, 2023 1:04:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41291/ [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testQueryParam @ [TestAddress:PaxExam-0397bb0f-c3ec-47c1-a0a3-59d443f338ee root:PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83] Arguments: [Ljava.lang.Object;@3738449f [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-af6bae5a-aad4-4dc7-883c-27b892bfccd5, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843850059-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41291] Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41291] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 s -- in org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-jaxb --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/419182688.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-jaxb --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------ [INFO] Building jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT [299/373] [INFO] from tests/performance/test-cases/mbw-xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26535 bytes @ [ 26535kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 41521 for jersey.config.test.container.port [INFO] Reserved port 46709 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@16e69cd3]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] [INFO] Running org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): d284eda2d5f0e01fdd74bfbd4b86c803d5046646 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testQueryParam in reactor Nov 01, 2023 1:04:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41521/ Nov 01, 2023 1:04:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41521] Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41521] Nov 01, 2023 1:04:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41521/ Nov 01, 2023 1:04:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41521] Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41521] Nov 01, 2023 1:04:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41521/ Nov 01, 2023 1:04:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41521] Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41521] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s -- in org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@29148ded.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPathParam @ [TestAddress:PaxExam-3c1054d8-3e67-433f-b869-8ec243d107e5 root:PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc] Arguments: [Ljava.lang.Object;@69e1dd28 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-64b49f7c-94dd-4a4f-838f-766dde628f68, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843850059-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >----- [INFO] Building jersey-tests-performance-param-srl 3.0.99-SNAPSHOT [300/373] [INFO] from tests/performance/test-cases/param-srl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ param-srl --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ param-srl --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ param-srl --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ param-srl --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ param-srl --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ param-srl --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26535 bytes @ [ 26535kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ param-srl --- [INFO] Reserved port 41377 for jersey.config.test.container.port [INFO] Reserved port 43205 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ param-srl --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@16e69cd3]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 4766f9659a52fdad93032140181703f56e70c631 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPathParam in reactor [INFO] Running org.glassfish.jersey.tests.performance.param.srl.SrlSrmTest Nov 01, 2023 1:04:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41377/ Nov 01, 2023 1:04:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41377] Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@29148ded.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSubResource @ [TestAddress:PaxExam-a8a1729f-788c-4912-90d4-c7ad34ca978c root:PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b] Arguments: [Ljava.lang.Object;@11bd0f3b [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-ba711729-b41e-4bf0-98b1-30b30506211b, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843850059-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:04:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41377] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s -- in org.glassfish.jersey.tests.performance.param.srl.SrlSrmTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ param-srl --- [INFO] CycloneDX: Resolving Dependencies [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/146328771.jar] [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ param-srl --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ param-srl --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ param-srl --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >-- [INFO] Building jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT [301/373] [INFO] from tests/performance/test-cases/proxy-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ proxy-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ proxy-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ proxy-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ proxy-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ proxy-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ proxy-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ proxy-injection --- [INFO] Reserved port 33281 for jersey.config.test.container.port [INFO] Reserved port 45777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ proxy-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [INFO] Running org.glassfish.jersey.tests.performance.proxy.injection.InjectedResourcesTest [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26535 bytes @ [ 26535kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1031065189.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@5442667d]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] Nov 01, 2023 1:04:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33281/ Nov 01, 2023 1:04:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): d64a118f73d55e1e42d812c8342cec11ce16cdba org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSubResource in reactor Nov 01, 2023 1:04:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33281] Nov 01, 2023 1:04:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33281] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s -- in org.glassfish.jersey.tests.performance.proxy.injection.InjectedResourcesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ proxy-injection --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:04:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@6429ed5b.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testPostIt @ [TestAddress:PaxExam-22d0e134-9233-44a4-933e-1cb33dfa57c6 root:PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969] Arguments: [Ljava.lang.Object;@c333c60 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843850059-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-49d28be3-78d8-466e-b86d-bf49603cb96b, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843850059-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ proxy-injection --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ proxy-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ proxy-injection --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >-- [INFO] Building performance-test-tools 3.0.99-SNAPSHOT [302/373] [INFO] from tests/performance/tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-tools --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-tools --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ performance-test-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-tools --- [INFO] Reserved port 38303 for jersey.config.test.container.port [INFO] Reserved port 43093 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-tools --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-tools --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/2100118269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/3.0.99-SNAPSHOT/jersey-proxy-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-proxy-client/3.0.99-SNAPSHOT : 26535 bytes @ [ 26535kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/2100118269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843850059-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 1756306kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843850059-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-proxy-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-tools --- [INFO] [INFO] --------------< org.glassfish.jersey.tests:release-test >--------------- [INFO] Building jersey-release-test 3.0.99-SNAPSHOT [303/373] [INFO] from tests/release-test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ release-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ release-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ release-test --- [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@16e69cd3]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 = org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): c47052a6cf0deb24d00b5226343c507daa033bc7 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83 to be in PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83" and expression="org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam" [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ release-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ release-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ release-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ release-test --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ release-test --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ release-test --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ release-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ release-test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testPostIt in reactor [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ release-test --- [INFO] Reserved port 39769 for jersey.config.test.container.port [INFO] Reserved port 42383 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ release-test --- Nov 01, 2023 1:04:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider Nov 01, 2023 1:04:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-proxy-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-80ab5f92-a075-4dd7-8e7d-dbf6e971bc80] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9,PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83,PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc,PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b,PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, }, ManifestEntry{ key=PaxExam-bbb80657-8b4d-4bc1-907b-00cc6c181ed9, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testGetIt }, ManifestEntry{ key=PaxExam-8fd3158f-2399-4ea1-b944-4212689bc969, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPostIt }, ManifestEntry{ key=PaxExam-b0c29f35-f0aa-4627-a570-7508ca9335bc, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testPathParam }, ManifestEntry{ key=PaxExam-98e95ba8-6511-4a9e-aa71-06944caf4a0b, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testSubResource }, ManifestEntry{ key=PaxExam-54cb2744-ef79-4a9b-bc34-446382702d83, value=org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest;testQueryParam }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@29148ded.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.67 s -- in org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.artifacts.ArchetypesTest (pass) The properties in archetype pom ../../archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-quickstart-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843865543-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 parent=null root=[TestAddress:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 root:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6] args=[Ljava.lang.Object;@503d687a [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843865543-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-138a0ba3-1e56-4171-8a22-7816215e1df8 parent=[TestAddress:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 root:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6] root=[TestAddress:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 root:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6] args=[Ljava.lang.Object;@51dcb805 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJsonObject @ [TestAddress:PaxExam-138a0ba3-1e56-4171-8a22-7816215e1df8 root:PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6] Arguments: [Ljava.lang.Object;@503d687a [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843865543-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-6eb8926f-f1b4-4ee8-827c-093b8b7bba1b, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843865543-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.glassfish.jersey.test.artifacts.ArchetypesTest [INFO] Running org.glassfish.jersey.test.artifacts.NoticeFilesTest (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency org.osgi.core found (pass) Dependency org.osgi.core contains expected version 6.0.0 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Javassist found (pass) Dependency Javassist contains expected version 3.29.2-GA in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Bean Validation found (pass) Dependency Bean Validation contains expected version 3.0.2 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency org.osgi.core found (pass) Dependency org.osgi.core contains expected version 6.0.0 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Javassist found (pass) Dependency Javassist contains expected version 3.29.2-GA in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Bean Validation found (pass) Dependency Bean Validation contains expected version 3.0.2 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.test.artifacts.NoticeFilesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ release-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.xml [INFO] attaching as release-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.json [INFO] attaching as release-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ release-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ release-test --- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] [INFO] ------------< org.glassfish.jersey.tests:version-agnostic >------------- [INFO] Building jersey-agnostic-test 1.0.8 [304/373] [INFO] from tests/version-agnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ version-agnostic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ version-agnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ version-agnostic --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ version-agnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ version-agnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [WARNING] source value 8 is obsolete and will be removed in a future release [WARNING] target value 8 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ version-agnostic --- [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/344876718.jar] [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/2131451499.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-processing:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/3.0.99-SNAPSHOT/jersey-media-json-processing-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-processing/3.0.99-SNAPSHOT : 20428 bytes @ [ 20428kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/2131451499.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-54012720.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.json/jakarta.json-api/2.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.json:jakarta.json-api:jar:2.0.2) as /home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/2.0.2/jakarta.json-api-2.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.json/jakarta.json-api/2.0.2 : 46260 bytes @ [ 46260kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-54012720.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-524797802.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.0.5/parsson-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson/1.0.5 : 118767 bytes @ [ 118767kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-524797802.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843865543-0/pax-exam-downloads/-1645423891.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.parsson/parsson-media/1.0.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.parsson:parsson-media:jar:1.0.5) as /home/jenkins/.m2/repository/org/eclipse/parsson/parsson-media/1.0.5/parsson-media-1.0.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.parsson/parsson-media/1.0.5 : 20257 bytes @ [ 20257kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843865543-0/pax-exam-downloads/-1645423891.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-processing', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.json', artifactId='jakarta.json-api', version='2.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.parsson', artifactId='parsson-media', version='1.0.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@26a5c1ad]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.parsson.media] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-402f7c6d-375b-4b2d-a369-f8e0e644f359 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 825c0e0a4316b6bdf101ec58a95557334e172d69 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-402f7c6d-375b-4b2d-a369-f8e0e644f359] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, }, ManifestEntry{ key=PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6 to be in PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJsonObject in reactor Nov 01, 2023 1:04:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:04:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"foo":"bar"} Nov 01, 2023 1:04:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson.media] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.parsson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.json-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-402f7c6d-375b-4b2d-a369-f8e0e644f359] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, }, ManifestEntry{ key=PaxExam-119bed5b-8d3a-4eb9-8a9d-e8af6e306ee6, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@47b06187.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.094 s -- in org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [INFO] Running org.glassfish.jersey.test.agnostic.JettyHeaderTest Nov 01, 2023 1:04:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:04:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843869432-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 parent=null root=[TestAddress:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 root:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6] args=[Ljava.lang.Object;@19d481b [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab parent=null root=[TestAddress:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab root:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab] args=[Ljava.lang.Object;@26275bef [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2e222612 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843869432-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-b78b74c2-38c5-4b61-8076-eba57ca2e495 parent=[TestAddress:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 root:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6] root=[TestAddress:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 root:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6] args=[Ljava.lang.Object;@5ace1ed4 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-46823507-6f6f-4307-ad15-e4b850856c51 parent=[TestAddress:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab root:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab] root=[TestAddress:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab root:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab] args=[Ljava.lang.Object;@1613674b [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] Running org.glassfish.jersey.osgi.test.basic.PackageScanningTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResourceInitParameters @ [TestAddress:PaxExam-b78b74c2-38c5-4b61-8076-eba57ca2e495 root:PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6] Arguments: [Ljava.lang.Object;@19d481b [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843869432-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-900d0fdf-44cf-45d5-995e-ec05a19899c1, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843869432-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:04:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 1:04:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:04:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s - in org.glassfish.jersey.test.agnostic.JettyHeaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ version-agnostic --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/version-agnostic-1.0.8.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ version-agnostic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/version-agnostic/1.0.8/version-agnostic-1.0.8.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/version-agnostic-1.0.8.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/version-agnostic/1.0.8/version-agnostic-1.0.8.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ version-agnostic --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:assemblies >-------------- [INFO] Building jersey-examples-assemblies 3.0.99-SNAPSHOT [305/373] [INFO] from examples/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ assemblies --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 34521 for jersey.config.test.container.port [INFO] Reserved port 33805 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:bookmark >--------------- [INFO] Building jersey-examples-bookmark 3.0.99-SNAPSHOT [306/373] [INFO] from examples/bookmark/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark --- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1257848056.jar] [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark --- [INFO] Reserved port 42739 for jersey.config.test.container.port [INFO] Reserved port 35143 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-2060300977.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1985273420.jar] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79789 bytes @ [ 79789kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 74502 bytes @ [ 74502kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20418 bytes @ [ 20418kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.eclipse.aether.internal.impl.DefaultTransporterProvider] DEBUG : Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider] DEBUG : Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 0 of 20; total allocated: 0 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Opening connection {s}->https://repo.eclipse.org:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connecting to repo.eclipse.org/198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Connecting socket to repo.eclipse.org/198.41.30.254:443 with timeout 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled protocols: [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Enabled cipher suites:[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Starting handshake Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : Secure session established Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated protocol: TLSv1.2 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer principal: CN=*.eclipse.org, O="Eclipse.org Foundation, Inc.", L=Ottawa, ST=Ontario, C=CA Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : peer alternative names: [*.eclipse.org, eclipse.org] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.conn.ssl.SSLConnectionSocketFactory] DEBUG : issuer principal: CN=DigiCert TLS RSA SHA256 2020 CA1, O=DigiCert Inc, C=US Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] DEBUG : Connection established 10.40.46.170:58466<->198.41.30.254:443 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:03:54 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: application/java-archive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 142417[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "accept-ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "etag: "{SHA1{4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20}}"[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "set-cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03; path=/; HttpOnly; Secure; SameSite=None[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: MISS[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0]META-INF/[0xfe][0xca][0x0][0x0][0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]META-INF/MANIFEST.MF}S[0xc1]n[0xe2]0[0x10][0xbd]G[0xca]?X[0x1c]*[0x90][0xb0][0x81][0xee]e[0x15][0xc4]a[0xdb]RiQ[0xe9]FE[0xdb][0xcb][0x9e]\g[0x12][0xc]N[0xec][0xb5][0x9d][0xb0][0xfc][0xfd][0xda]$[0x84]4[0xa5][0xbd][0x8e][0xdf][0xbc][0xf7][0xe6][0xcd]xM[0xb][0x9e][0x82][0xb1][0xf8][0x15][0xb4][0xe1][0xb2][0x88][0xd0][0x8c]L[0xc3][0xe0][0xae][0xe4]"[0xc1][0xab]d[0x8f]7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]+[0xce]|[0xad]H[0x4][0xe0][0x7]0LseO[0xe0][0x7]Hi),RZV<[0x1][0x8d]R[0xa9][0xd1][0x8a][0xee][0xa9][0xb6][0x14][0xad]6[0xbf][0x9e]Q[0xac]%[0x3]cx[0x91]][0x18]$[0xfb][0xfd][0xf2][0x14][0xa1][0xad][0xb5][0xca]D[0x93][0xc9][0xe1]p [0xc0][0x4]W[0x6][0x88][0xd4][0x17][0xdc][0x13]gP[0x18][0xb8][0x0][0x9d][0xca][0xe][0x98]5][0xf4]D[0xd4][0xa8][0x9]([0x81]o[0xc9]t[0xdc][0xa2][0xc3][0x0]}[0xd9]`[0x80][0xc9]"[0xa1][0xfa][0x88][0xb3][0xba][0x15]3[0xd5]j[0xaf][0x9b]\[0xda]Xn[0xdb][0xa7]g[0x9a];O~8[0x1c][0xb7][0x1][0xc4]M[0x0]-js[0xcc][0xdf][0xa4][0x93][0xaa][0xd1]N[0x97]d[0x82][0x1a][0x93]r[0xb3]%[0xbb]: [0xb2]3[0xb2]h[0x1b]^[0xa1]H[0xa4][0x8e][0xd0][0xb2][0xb6][0x8a][0x1e][0xa5][0xab]S[0x1f]s[0x7]r6C[0xa6]~K[0xf7][0x1a][0xa8][0x85][0x4][0xdf][0x1d]#[0xf4]CQ[0xb6][0x5][0xb4][0xa6][0x15][0x14][0xa8][0xc6][0xa3]X[0x94][0x19]w[0xed][0xcb]Jj[0x8b]c[0xca][0xf6]4sn[0xba][0xfa][0xf3][0xd2][0x80][0x89][0x16][0x83]n[0x8d][0x18][0xeb][0x98][0xf3][0xc1][0xbc][0xaa][0x5][0x17][0x3]/[0xe8][0xf2][0x9c][0xe][0xc6][0xef]q[0x8a]_[0xeb][0x1f]I[0xe6]xN|[0x1f][0xc8]N[0xb8]k|=#[0xae][0xd1][0xe7][0xe9]x:[0x91]z[0x6][0xea][0xec][0xf4][0x90]~x[0xeb][0xd6][0xed]J[0xcd][0xe2][0xde][0x87][0xff]3W[0x2]r([0xec])[0xe9][0xf][0x9][0xbb][0xe7][0xcf][0x93]k[0xa5][0xfe][0xf8][0xbb][0xfb]6[0xba]>O[0xe5][0x8f][0x2][0xf5][0x80][0xbd]{h[0xcc][0x87][0xc1][0xb][0xfc]-[0xb9][0x6]|O[0x15]}[0xe3][0x82][[0xb7]Yi2N[0x0][0xe6])[0x17][0x16][0xb4][0x8b]fx3lj[0x8b][0x15][0xad][0xe8]f9[0x1a][0x9e][0xad][0xcc][0xc8][0xf7][0xd1][0xc8][\r][0xed]-O9;O[0xf5][0xf9]i[0xf5][0x91][0x97][0xf9][0xc3] [0xc][0xfe][0x3]PK[0x7][0x8]E[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0]META-INF/LICENSE.md[0xc5]}[0xdb]r[0xdb]H[0x96][0xe0][0xbb][0xbf]"C[0xfd]`1[0x2]f[0x97][0xab][0xa6]g[0xa6][0xca][0x13][0x13]AK[0xb4][0xc5][0x19]YR[0x93][0x94][0xdd]z[0x1b][0x90][0x4]%[0xb4]A[0x80][0x8d][0x8b]T[0x8c][0x8d][0xfd][0xf7]=[0xd7][0xcc][0x93][0x0][0xa9][0xf2][0xf6][0xc3]nGw[0xb4]%[0x1]'3O[0x9e][0xfb][\r]r[0xd3]u[0x91][0xef][0x9b][0xcc][0xdd]u[0xab]"_[0xbb][0xeb]|[0x9d][0x95][0xf0][0xe3];[0xf7][0xec]~[0x1e][0xff][0xf4][0xe6][0x8d][0x93][0xff],[0xaf][0xa6]nrqq[0xfb][0xe5]nr[0xf3]0[0xbb][0xf9][0xec][0xee][0xe6][0xb7][0x9f][0xe7][0x93]/n[0xb6][0xc0]~[0x9d]]N/[0xdd][0xfd][0xcd][0xe5]tN[0x8f].[0xa7][0xf3]/[0xb]w[0xfb][0x9]~[0x80][0x7][0xa6][0x17][0xd7][0xb3][0xbb][0xc5][0xd4][0x3][0xbb][0xbb][0xff]x=[0xbb]p[0xf0][0xbf][0xe9][0xcd]b[0xea][0xce][0xcf]&[0x9f][0xe7][0xd3][0xe9][0x97][0xe9][0xcd][0xf2]l4v[0xb0][0x80][0xbb]_L[0x13]7[0x9f][0x2][0xe4][0xcb][0xfb][0x8b][0xe5][0xec][0xf6][0xc6][0xdd][0xce][0xdd][0xe5]l[0xb1][0x9c][0xcf]>[0xde][0xe3][0xcf][0x1e][0x16][0xad]1[0xf5][0xdb][0xb9][0xb8][0xbd]Y,g[0xcb][0xfb][0xe5]t[0x1][0xef]_[0xcc][0xee]f[0x0][0xf5][0xed][0x2][0xf7]>[0xbd][Nn.[0xa6]~W~[0xd1]1[0x1f][0xf3][0xfd][0xd8]]N?[0xcd]nf[0x8][0xc1][0xbf];[0xbb][0xa8][0xca][0xb6][0xce]W][0x9b]W[0xe5][0x99][0xdb]ei[0xd9][0xfc][0xa6]XIG./][0xfb][0x94][0xb9]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0xab][0xb6][0xf4][0xef][0xbc][0xcc][0xdb]<-[0x9c][0xb3][0xaa][0x93][0xe8][0xf]k[0xf8]CV[0xb6][0xfe][0x4][0xee]2o[0xf8][0xc9]l[0xe3][0xba]r[0x93][0xd5][0xf0]x[0xde][0xb8][0xc9]c[0x9d]e;x2qi[0xb9][0xd1]EW[0x83]E[0xb3]t[0xfd][0xe4][0x9a]n[0xd5]d[0xff][0xe8][0xe0]i[0xbb][0xf0]o.[0xac][0x92][0x8f][0xdc][0xfa])-[0x1f][0xb3][0xc6][0xb5][0x15][0x1][0xb8][0xab][0xab][0xc7]:[0xdd][0x11]x[0xfb] <[0x99]n69[0x1e][0xb9][0xff][0xec][0x7]y[0xec][0xe5])[0xab]3X[0x14]VV[0xa0][0x0][0xe4][0xcf]U}[0xf2]MW[0xd5][0xf9]c^[0xa6]m[0xe6][0xb6]u[0xb5]S[0x14][0xc2][0xca])@[0xb2](X[0x1d][0xe0][0xbd][0xb4]u[0xfb][0xb4]n[0xf3]uW[0xa4][0xb5]=[0x12][0xd0][0x87][0xb3][0x97]"[0x80][0xce]<[0xf8][0xe6][0x8c][0x16]p[0xa9]}[0xcb][0xe5][[0x97][0xb7][0xee]%mp[0x83][0xb0]Hos[0xab][0x83][0xc0][0xa1]#E/[0xb6]MVl[0x1d][0x9e][0xac][0x1d][0xdb][0xbe][0xfc][0xa8]h[0xc0]'[0xe2]{[0xb0][0xb4][0x6][0xac][0x94][0xae][0xd7]U[0xbd]I[0xcb]u[0xa6] [0xf3][0x86] y[0xfe]S[0xc8][0xf3]l[0x9d][0xef]s[0xf8][0x85]A1R[0xc4][0xcb]S[0xe5]j8e[0xfe][0x1c]#[0xf4](3[0xeb]a[0xf0]z[0x16][0x19][0xc8][0x82]MZ[0x1f][0xbc][0xdc]=G[0x2][0xdd][0xef][0x1][0xbb][0x88][0xda]Q"[0xd4][0x82][0x4]g0[0xec][0xaf][0xfd]2[0xab][0xf3][0xe7][0xb4][0x85][0x85][0x99][0x1c][0xce]\[0x3][0xf4]W[0xf0][0x85][0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xf0][0xdb][0x4][0x11][0x7][0xdb][0xaa][0xf1][0xb4][0x8b][0xaa][0xab][0xd7][0x88][0x91][\r]![0xbe][0xc2][0xdf][0x13][0xac]mU[0xef][0x12][0xa6][0xf][0xd8][0xee]*E[0x2][0x80][0xb]8[0x87][0x87]6[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0x88]l5[0x8a][0xe][0x88][0xec][0xbb][0xd5][0x1b][0xc7][0xbf][0x10][0xa8][0xc][0xa8][0x19][0xd8][0x11]D][0x9d]=[0xe7][\r]"[0x1d]e[0xc]Po[0xda][0xf2][0xf]Y[0x91][0xae][0xaa]Z[0xd2]}[0xb8][0x1d][0xd1][0xf6][0x9a]O[0xa0][0xea]l_g[\r][0xcb]@[0xc0][0xc][0xa2][0xba][0xc8][0x10][0x98][0x8a][0x93][0x82][0x8e][0x88][0xb4][0x93]v[0xed][0x13][0xa0][0xe6])[0xdf]+vbV9[0x8a][0x9b]S(!t[0x4][0xf6][0x83]=t[0x5][0xd0]&[0xb][0x96][0xd2]3,[0xf0]k[0x2][0xe8])2[0xfa][0x1][0xff]J[0xa7][0xb1][0xe7][0x10][0xb5]@`D[0xf2]7[0xaa]*[0xbc][0x0][0xf6][0xb7][0x9c][0x10]:[0xf7]][0xbd][0xaf][0x9a][0x8c][0x9e][0x3]~[0xab][0x91]sq[0xc7]e[0xf6][0xe2][0xb6]y[0xc1][0xc0]z;[0xf7][0x1b][0xa6]U[0xd2]\$[0xc0][0x89]%[0xc7]^[0x8e][0x10],B[0x90][0xe0][0xc7][0xca][0xa8][0x17][0xfa][0xbd][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4[0x1]|[0xbc][0xc9]p[r[0xb2][0x9b]6[0xab][0xb7])[0xb0]:[0x10][0xd1]a[0x8f][0xff][0x7][0x8f]4[\r][0xfe][0x3][0xd8][0xad][[0xb7]][0x9d][0xf1]][0xe3][0x9][0xfa][0xfb]q[\r][0xdc]kq[0xd0][0x83][0x91]J#[0xfd][0x86]+[0xd6][0xc4]E[0x15][0xc8][0x9c][0xf2];a[0x1c][0x4][0x0]I[0x90]2[0xdd]e[0x4][0x12][0xb4][0x1f][0xad]fA*[0xa3][0xc5]T[0x80]O[0xd4]Y[0xb5][0xf5][0x1c][0xe4][0x85][0x81][0x15][0x18] [0xe3]i[0x87][0xa0][0xe1]7[0xfa][0x0][0x9][0xfd][0x1a][0xf5][0xef].[0xfd][0x8e]?[0xa4][0xcf]i^ [0x9b][0xea][0xae][0x11][0xdf];[0xa0]s[0xe2]y@YV[0xe2]_[0x19]b[[0x3][0xec]-[0xfc][0x5][0xa1][0x2]2[0xf7][0x7][0xdd][0x81][0xb9]D[0xbb][0x5][0xba]OzXQ[0x4][0x9c][0x0][0x0][0xea][0x8c]Y[0x8e]7A "[0xb6][0xb1]"[0x3]vM[0xd7]Y[0xe4][0xbb][0xbc]e[0xa5][0xd7]T[0xdb][0xf6][0x5][0xc5]r[0xc3][0xcb][0xae]aY[0xbe][0xc1]M[0xb5][0xee]P@1[0xd5][0xf2][0x9f][0xd9]4[0x80][0xab][0xdf][0xe6][0x8f][0x1d][0xdf]7_[0x9f][0xdf]|_[0x82][0xe9][0x11][0xb2][0x9c][0xd8][0x8]O[0xf2][0xf9][0xe6][0xde]}[0xce][0x0]+[0xc0][0xac][0xb1][0x99][0xc9][0xb][0x5]%[0x85][0x80][0xc1][0xde]LT2[0x16][0xa0]lj[0xf7][0xcc][0x11]bI[[0xd1]:[0x99]=#<[0xcd]B[0xe7][0xf7]u[0xb6]g[0x1]o4*,[0x9]:p[0x97]7[0xc][0x7]dH[0xbe]AUH[0x4]!:H[0xec][0xb2]7[0x91][0xc6][0x6]C[0x83][0x8f][0xf8][0xf3][0xd8][0x81]ay[0xb3]D[0xb3]q>[0xfb]|[0xb5]\[0x18][0xf3]o[0xd1][0xad][0xfe][0x9e][0xad][U[0xdb][0xb0][0xe7][0x9d]l6[0xb6][0xdf][0x88][0x9e][0xad][0x8a]D"[0xf4]6[0x7][0xdc].r[0xa8]W/p[0xe7]eU[0xbe][0x83][0x13][0x15]][0x3][0x92]7A>,6/[0xb0][0xf5][0xc4][0xd5][0xd5]!-[0xda][0xc3][0xbb]-[0x0]':[0x2]9[0xf8][0xa4]F[0x82][0xe0][0x7][0xf7][0x83][0x92][0xb3][0xda]tx[0x87]@8{2[0xb2]z[0xda][0x2]v[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0x1b]A[0x9e][0xce][0x9b]}[0x91][0x1e][0x12][0x1][0xe5][0xf][0xf8]c[0xdd][0x10]X[0x85][0xa8][0xa2][0xa1][0x7]x[0xb9][0x9e][0x8e]E[0x14][0xa0]q[0xd4]7[0x83][0xd0][0x12][0x6]C[0xc][0xae],[0x11][0x10][0x80][0x96][0xfe][0xae][0xc6][0xc6][0xd2][0xfd][0xff][0x8d]_[0xb6]yz[0xc8]e[0xad][0xde][0xb7][0x92]p[0x8f][0xc0][0x93][0x0][0xa1]C[0x2][0x5][0xa3][0xb1][0x0]j[0xde]nYt[0xd1][0x8f][0x2]'[0xdf][0xed][0xab][0xba]%[0x4][0x90][0xae]y[0xc9][0x1b]#[0x1f]N[0xe1]2[0xc2][0xa2]B[0x12]\[0xbe][0xa6][0xc4][0xc6]n[0x89][0xc8][0x12][0xeb]M[0xcf]@[0xa2]^[0xe9][0x18][0xec][0x8d][0x83][0xa2][0x98][0xcd]+[0xab][0xb9]z[0x6][0x19][0xec][0xda][0xca][0xed][0x1c]H[0xc8][0xdb][0xa8]tG[0xf9][0xee][0x8]A[0xe4]jw[0xb][0xcf]E$A[0xc7]S[0x8e][0x15]P[0xc7][0xd6]^[0xa7][0x1d]*E[0xf6]:[0xcc]>a[0xeb]+[0xdc]9[0x88][0xb][0xbf][0x82][0x80][0xe9][0xdf][0x12]b#;[0x8a][0xc][0x12][0x94][0x1e][0x15]([0x83][0x82]m[0xe4][0xec]r[0x8d]X;[0xaa]#[0xfb][0xdb][0x1c][0xbb][0x9b][0xca]=[0xa5][0xf5][0x86][0xc4],p[0x8f]C5[0xd6][0xc4]D[0xb4]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "%J[0xf2][0xf4][0xbe][0x1e][0x19][0x12][0xa5]?5-[0xa0][[0xf4]/[0x10][0xe5]S[0xd5]=>[\r]i][0xc8];[0x1c]Z[0xd6] [0x92][0xec][[0xd4][0x80][0xbe][0xac]E[0xc2][0x0]K[0x17][0xb7][0x90][0x97][0x9][0x9c][0x1c][0x4]c[0x3][0xf2][0x1d]l[0xe0][0x6]mv[0x15][0x1]u[0xf5][0x9c][0xcb][0xa5]!B[0xec][0xa2][0xb4]'K[0x8][0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde]e[0xdb][0x81]m|[0xb3]![0xc1][0xb7][0xa7]K4[0x16][0x8a][0x2][0x18][0xbb]C[0xf9]\W[0x80]$[0xb0]pH[0x90][0xb1][0xda]U[0xec][0x8b][0xdb][0xa2][0xfe][0xd4][0xb4]t[0x90]Y[0xe2][0x8f][0x90][0xd2][0xc8][0xd3]U^[0x90][0x9b]S[0x19]T[0xa2][0xb6][0xe4][0xa7]T[0xb0][0xd4][0x88][0xc8]V[0x8f]eW[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86][0xaf][0x1e]cG;[0xdf]F{[0xe][0xf8][0x89]w^[0x7][0x86][0x6]7[0xb5]!E_zK[0x11]TTV[0xaf][0xc1][0x1e][0x6][0xad][0x15]p#[0xef]"_[0xf9]{[0xa3][0x1b][0xb5]4"[0x12].[0x9c])[0x92]oxy;d[0xc][0xb0][0xa1][0xd0]T[0xdd][0xc3]5[0xe7][0x1][0x13]M[0xb6][0x6][0xdb][0xcb][0x1c][0xf5][0x7][0x8e]Rf[0x19]\[0xbc]J[0xeb][0xb1][0xfb][0x84].[0xe4][0xef][0xe9]n[0x8f][0xd6]7[0xfe][0x12]Ep[0xbd]![0x1f][0xfd][0x10][0xdf][0xb2]r[0x15][0xb0]|[0x9d][0xfd][0xa3][0xcb]k6<[0x80][0xc5][0xaa][0x17]s[0x2][0xf8][0x95]Q([0x1][0x1f][0xc1]&&G[0xc4][0xbf][0xf0][0xb6]9r[0xb4]tM[0xb]D[0xc6][0x81]^r[0x6][0xf7][0x9e][0xc5][0xe6][0xdb][0xd0][[0x4][0xb3]g4$+[0xef]u[0x8][0xef][0x9][0x1f]}/[0xab][0x97]"[0xdb][0x0]i[0xc3][0xde][0x9e]R%[0xa7][0xa6][0xdb][0x82][0xf5]E[0x87][0xf2][0xfa]X[0xf1][0x8][0x92][0xb9][0xcf][0x81]A[0x5][0x2]X[0xba]i#=[0x3][0x0]/[0x9c]<[0xbb]R[0xd8][0xc7][0xea]=[0x86]l[0x4]2[0xa7]E[0xef][0x95]$[0x86][0x1e][0xd5][0xab][0xcb][0xa3][0xbe]&[0xf2][0xfd]PA[0x93][0xe]k[0xac][0xfd][0xa4][0xe2][0x85][0x85]b[0xb8][0xc0][0xf3]J,[0xbc][0xb4][0xf4][0x7][0xa8]^[0xdf][0xf0][0x88][0x9d]8[0xf6][0xa6][0xbc]b3W[0xac]<[0x81][0xce][0xf4][0xbe][0xed][0xfb][0x8][0xea]N[0xdb][0x93][\r][0xcf]%0[0xce][0x1][0xcb]d[0xfa][0xb5]6[0xac]f^[0x85][0x17][0x89]1[0x19][0x9][0x1e][0x19][0xbb][0xf9][0xf4][0xaf][0xf7][0xb3]9[0x5][0x5][0x17][0xfa][0xcb][0xf7]n[0xb6][0xed][0x5]8N[0x4]P[0xd4][0x7]PW:+m[0xa8][0xd0]>[0xb8][0xeb][0x1a][0x94][0xe8][\r])[0xae]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xc4];[0x13][0x88]"[0xa3][0xcc]Q[0xb9]+[0x8c]^[0xa0][0xa2][0xd1][0x3][0x8c]N[0xbc]^[0x8e][0xae][0x92]V[0x81][0xb7]v{[0xb5][0x92]][0xb4][\r][0x2][0x93][0x82][0x6][0x9c]Kr[0xce]K[0xf5][0x9e]g9[0xf0][0xab][0x1c]it[0xbf][0xe7][0x93]QK[0x14][0xa3][0x15]"[0xdc]_r[0xe3][0x9e]@[0xe][0xb4]Jz[0xd5][0x8a][0xbc]Jd[0xf6][0x92]H#m*r[0x9b][0xd4][0x93][0xe2][0xf0]U[0xfb]D2[0x1b][0x9e][0xd8]e[0x9b][0xbc][0xdb][0xb9]5[0x9c][0xad][0xda]QTI u[0x8d]xF[0xde][0xc5][0x1][0x3][0x8f]bl[0x1f]z[0xf1][0xd3][0x1][0x9e][0xd2]CO[0x16][0xf5]H.[0xed][0xc9][0x16]p[0xb7][0xc0]T[0x13][0x84][0xf5][0x89]<[0x9]z[0x93][0xd0]I4.[0xef][0xff][0x16][0x85]c3[0x80][0xb2]F[0xc3][0x97][0xad]o[0xd1]dp`[0x8e]"[0x12]}[0x83]a[0xc2]|f[0xc3]?.[0x18]o[0xf0][0x1f]8+[0xb2]h[0xce]1[0xd8][0xa0]r0[0xce][0xf2];[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0xfe]=[0x98][0x9d]EN2]}[0xa7][0xa3] PYz[0x8][0xc4][0x81]y[[0xb0][0xc5][0x8f]F[0xb3]U[0x8b][0x1c][0x97][0xe]'[0xe2][0x5]^[0x5][0xb6][0x3][\r][0x8](kUQS[0x0])oK[0xd8]d[0x0][0x84][0x97][0x98][0xda][0xf0][0xaf][0xc4]C>[0xbc]1[0x8b][0xf5][0xf0]G[0xc6][0xfc]&[0xfb]'[0xd0][0x17][0xac][0x6]\w[0x93][0xee][0xd2][0xc7],[0xf2][0xa2]7[0xa0]a[0xd6]-[0xfe]F[0xff][0xd5][0xec][0x81][0x9a]So[0xd0][0xe3]v[0xca]59[0x96] /[0xe5][0xe]$[0x1a][0x8f]Q0[0xf][0x93][\r][0xdd][0xc6][0x15][0x15]0&P[0x9][0x9c][0xbc][0x89][0xf][0x5][0xa7][0xf2][0x86]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]k[0xb7]o9[0xf2][0x1]r[0x8c][0xfc][0xda][0xa2][0x15]9V{[0x86]z+[0xca][0xc6][0xee]f[0xc0][0xc4]L[0xc8]FdDL[0x81][0xef]<[0x8f]T_[0xb3]5e2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0x89][0x6][0xaf] D[0xce]][0x10].[0xce][0xb1]E &y[0x8f]{[0x84][0x1f][0xc0][0x8a]n[0xb6][0xb9][0x88]NY[0x12][0xc9][0xc9][0x1c]@][0xbc][0xb0]_[0x95][0xc6]?[0xbb]o[0x18][0x5][0x8e][0xa4]n[0x1c][0xd2][0x8d][0xe5]g[0x94][0xac]iY$[0xe]e[0xee]q[0xf9][0xc5]i[0x83][0x81]i[0x2][0xaa]e[0x84][0x8b][0xc6][0x91]h[0x89]`b[0xdc][0x2][0xef][0x9c][0xa4]Y[0x83]~7e[0xbe]Q\[0xe]P[0xa8]Bx[0xa8]g[0x89][0xe8][0x7][0xa7]j[0xfa]I-[0xe][0x8a][\r]7[0xe0][0xaf]L[0xfc]-A7G[0x8][0xf9][0x8d][0xa1]f[0xf3][0xe4][0xf2]K[0xcc][0xf8][0xb8]ud- 8[0xf0][0x16][0x3]Cq[0xa4]TL[0xaf]D,Yfop[0xcc]7[0x19]([0x9a][0xef][0xe8][0xe7][0x6].`d[0xc2])Tp[0x83][0xb7][0x86][0x9b][0x17][0xe1]w [0xea]![0xb6]5[0xd1]l[0xf8]{[0x90]6[0xe7]g[0x2][0xe3]l[0xa4][0xc1]U9\[0x1e][0xe3][[0x82][0xce][0x87][0xe8][0xb8][0x91][0x1a][0xd7][0xe8][0xbb]Uc}54[0xc0][0x3][0x98]x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")[0x7]5[0xfb]R[0xa2][0xf7][0xb]n[0x0][0x90]o[0xab][0xc4][0xa2][0xc1][0x98][0x19][0xbb][0x8b][0xdb]/_[0xa6][0xf3][0x8b][0xd9][0xe4]:[0xce][0xc3]J[0xd8]l[0x87][0x92][0x9d][0x84][0x9d][0xee][0xa0]b[0x84]xmLk[0xae]1H[0xe7][0xd6][0xe0]j[0xa0][0xd6][0x8f][0xc]z[0x90][0x8][0x4][0x8b][0xae][0x17][0xff]"[0x81][0x9f][0xc][0xa8][0x1f]t{[\r][0xb8]^u[0xe0]<[0xa1]>C!S"[0xc6][0xd5][0xec])[0xf2][0xef][0xe0]r}{B>[0xf3][0x9][0x1c][0xe3][0x89][0xa0][0xcb]SJ[0xde]o[0x9b][0xae]q[0xbd]TT[0xfd]:[0xec][0xbd][0xb]Y\uC<[0xb2][0xe3][0x4]W[0xa5][0xe4]84[0x0]-@[0xe][0xc1]I[0xce][0x7]m[0x6][0xd4]'[\r][0xf8][0xf1][0xc5][0x6][0xd3][0x81]M[0xc5]o[0x88][0xa9][0xc3][0xf7][0xe8][0xe5][0xff][0x1a][0x8c]![0xd8][0xe3][0xbe]jY[0x8f][0xbc][0x19]j[0xab][0xa1]n[0xa3][0x0]GM[0xbe][0x8f]8jQ2S6= [0xa1][0x13][0x1b][0xf7][0x9b]N[0x6]1([0x2]q~fn[0xde][0xe6] G[0xe2][0xa1][0xba][0x14][0xf9][0x98][0xbc][0x87]M[0xb6][0xc5][0xab]d[0xa3][0x10]X[0xaa][0xcc][0xb7][0xa0][0xb6][0x9f][0xb3][0x9a][0x95][0xc7][0xe0]([0x0]|&[0xcf][0xa1]U[0x11]CO[0x1f]1[0xc3][0xd1][0xb2][0xdb]_Q[0x9a][0x81][0x83][0xd8][0xac]jE[0x9]7`m[0x9e][0xaf]+[0xf2]u[0xd9]L8[0xbb][0xa6][0x87][0x11]B[0xcd][0x9e]8q[0x17][0x9b]^[0x89]+[0xd2][0x97][0xa6][0xcb]E[0x13][0xf9][0x0][0x9d]+[0xb2]GT[0xec]k6cl[0xf8][0xc0][0xba][0xc1]~S[0x88]X[0xb3][0xf5]~`Y[0xe5]s[0xf6];'TS[0xb2]\%0[0xc6][0x99][0x7][0xb8]Y[0x1f][0xb3][0xb6][0xb1][0xd4][0xe3][0xd8][0xc6][0xdb][0x3][0x9]R[0x8a][0xb2]$[0x6]B[0xaf][0xf3][0x15][0xb5][0xed]S[0x16][0xaf]]:[0x7][0xcb][0xaa]U[0x91]?J[0xe4]K=:[0xd5][0xcb][0x9c][0xd2]fl[0xd9][0xd0][0x99][0x9a][0xb2][0xb5]c|[0x3]?[0x17])[0xbb][0xe0][0xfc]@[0xca][0xb1][0x1f][0x12][0xc0][0x80]]A[0xd2][0xf1][0xb8][0x90]59[0xc7][0x80][0xd8][0x90][0x10][0xfa][0x7]<[0x7]TD[0xf9][0xc0][0xd7][0x10][0x8e]*[0xe4]7[0xb4][0x0][0x0]&XT[0x5])[0x1]$?f[0xec][0x13]8eiT[0xe7][0x9c][0xf9][0x11]EF'c[0x95][0x8c]J[0x8b][0x82][0x1a][0xaf]@[0x81]M[0xa2]l[0xaf]+1[0x16][0x99].[0xf1]`[0xc8][0xda]>[0x85]}r[0xf]\9B[0xac][0xd3][0xb0][0x11][0xae][0xc6][0x16]a[0x14][0xe8][0x6][0xdc]m[0xb0][0xcf]IS[0x96][0xd9]#[0x1c][0x8b][0xaf][0x8a][0xef][0xee][0x4][0x3][0xa1],~[0xa3][0xc6]Z[0xe]v$nF[0x9c][0xd7]pJ[0x87][0xa9]`[0xa4]FP[\r][0xe0]H[0xe0][0xe]D[0x1d]D[0xd1][0xa0]X[0xc2][0xec](xac[0xa3]'D[0xc][0xaf]?[0x10]3w[0xf2][0x9b][0xbf][0xe1][0x1]b[0xb5][0x85]r[0x9c][0x8c][0x91][0xd4][0xe0]k[0x90][0xb5]Ao][0x14][0xde][0xf1][0x1b]A[0x8][0x1c][0xe4][0x90][0xcc][0x6]z[0xd4][0x9c][0x9e][0x15])[0x80][0xec][0x87][0x1b]j[0xac]+[0xa3][0xf8][0x86][0x1b][0xf5]{L$[0xe4]q[0x1c][0x10]][0x97]u[0xce][0xb4]b[0xe6][0xf8][0xce][0x6][0x1].&[0x18],[0x80][0x18][0xbb][0xfb]`[0xa0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]%[0xaf][0x11][0xce][0xb]i[0x98][0xa7][0xf4]9SO[[0xa4][0xaf][0xee][0xcc]H[0xaa]#[0xfe][0x91]9[0xeb][0xff][0xc5][0x1][0xc5][0xe1][0xe7][0xfc]fW[0xb7][0xb1];1[0x94][0xef][0xb2][0xb3]}[0xca]aX/[0xba]C[0x88][0xe8][0xd5]3[0x92]][0xb8][0x17]B[0xe6]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xa1][0xd2][0xbf][0x8c][0xdd][0xcd][0xad][0xfb]6[0x99]c[0xfa][0xee][0x81]7[0xfd][0x1b][0x96][0x81][0xb9][0xc9][0x2][0xfe]u7[0x9f].[0x16][0xd7][0xf]n1][0xba]O[0xb7][0xf3][0xe5][0x95][0x9b][0xdd][0xf4]*[0xc3][0x12]7[0xb9][0xb9]t[0xcb][*1[0x9b][0xfe]m[0x9][0xbf]"0w[0xd3][0xf9][0x97][0xd9]r9[0xbd]t[0x1f][0x1f][0xdc][0xe4][0xee][0xee]zv1[0xf9]x=u[0xd7][0x93]oIT[0x8e]f[0xab][0xe3]no[0x0][0x9a];[0x83][0xb5]g[0x8b]3[0x2][0xf3]q[0xb2][0x98]-[0x12][0xf7]m[0xb6][0xbc][0xba][0xbd]_[0xea]Vg[0xd3][0x5]V[0xbb]][0xdc][0xde]\r)[0x1a][0xa6][0x1e][0xb1]([0xee][0xbf]g7[0x97][0x89][0x9b][0xc2][0xd3][0xd3][0xb9][0xee][0x1f][0x9e]$P[0xb3]/[0xb0][0x9]Xdvsq}9[0xbb][0xf9][0x1c][0xc0]^[0xcf]`[0xaf][0x13][0x84][0x94][0x10][0x98]W[0x96]!P[0xcb][0xd9][0xf2]z[0x9a][0x0][0xee]n[0xde][0xcd]n>[0xcd][0x1][0x96][0xe0][0x2][0xed][0xbf]+xs[0xf2]qv=[>[0xe0][0xdb][0x9f]f[0xcb][0x1b][0xdc][0x5][0xe0][0xf][0xbc][0x87][0xbb][0xc9]|9[0xbb][0xb8][0xbf][0x9e][0xf0][0x9e][0xee][0xee][0xe7]w[0xb7][0x8b][0xe9][0x98][0x3][0xac]!r[0x98]7[0x92][0xee][0xf][0x4]_p[0x98]i[0x93][0xa1][0xdb][0x0].[0x8e][0x9][0x91][0x1b][0xab][0x94]l?[0x90][0xc4]][0xc3][0x99][0xdf][0xcd][0xc9][0xf0].[0x8b]J[0x89][0x8b][0xab][0xbb][0xf][0x1a][0xff];[0xd2]WS[0xad]s[0xa2]o[0xaf])%2O[0xd6][0x9f]Dn[0x8f][0xba][0x84][0xa2][0xa5]^[0xc9][0xaf][0x93]O[0xcb][0xeb]x[0x13][0x4][0x80][0xee]e[Y][0x3][0x83]1[0x1c][0x8c][0xcb][0x81]9[0xe7][0xe3]y[0xa1][0xee][0x87][0xec][0x90]D[0xc8][0x19][0xa1][0xa2]/Q[0xf1][0xd9]7i[0x9b]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0xd1]"[0x7][0xe4][0xb4]}[0x88][0xba]u[0xa5]8fl*V[0x1c][0xf3][0xaf][0xeb]n[0xaf][0xb6][0x0][0xab] [0xd2][0x14][0xcc][0x19][0xff]:F[0xbb][0xfe][0xe2]z2[0x83]kF[0x8a][0xbb][0x9e][0xc9]=[0xff][0xbf][0xe3][0x9c][0x1b][0xa1]m_[0xb8][0x9]D8'[0x9a][0x5]*e[0x97][0xe3]v[0xbe] 8[0x8b][0xab][0xc9][0xf5][0xb5][0xbb][0x9a]|[0x9d][0xd2][0xdf][0xfd]f[0x99][0x12][0xe1]7[0x97]3[0x80][0x2][0xdb][0x0][0x9e][0xf1][0xff][0xba][0x0]>[0x4][0xf2][0xbd]N[0xdc][0xe2]n[0x8a][0xae]L"G[0x9b][0x2][0xf7]L[0xe6][0xf][0x89]0[0xc4]b[0xfa][0xd7]{x[0x90]|[0x9d][0xc9][0x97][0xc9]g[0xe0][0x94]s[0xcf]XG[0xf8][0xca]][0xdf].[0xe4]x[0xf3][`[0x89][0xc5](qW[0xb7][0xdf][0xa6]_[0xe1],[0x17][0x93][0xfb][0x5][0x9c][0x16][0xb1]A[0x2][0xe0][0x1]1r;[0x88]P[0xc][0xcc]z5[0xa5][0xa3][0xcf][0xb8][0xb2][0x95][0xce];[0xc1]][0xa3][0xab]u[0xb1][0xb4][0x8f][0xc2][0x1e][0x1][\r]K[0xbb][0xa5][0x9b][0xe9][0xe7][0xeb][0xd9][0xe7])U[0xb7][0xc2][0xe5]![0xa4]o[0xb3][0xc5]tD[0xb0]&[0xf3][0xd9][0x2][0x1f][0x9a][0xdd][0x8][0xfb][0xc3][0xda][0xf7]K-[0x9c][0x85][0xdd][0xf5]kk[0xfb]5[0xb5][0xb7]T[0xd3][0xab][0xa8][0x2][0x1f]p1U[0x91][0xc4][0x15][0x11]\![0x1][0xa7][0x84]u[0xa7]T[0x4][0xc]b[0xea][0xeb][0xf4][0xc6][0xcd][0xe0][0xa9][0xcb][0xaf]3D[0x0][0xc3]d$[0xdd].[0x16]3[0x95]![0x9f][0xdc][0xe2][0xfe][0xe2]J[0xf1],[0xc4][0xf8]oc[0x7][0xa7][0x99][0xce]'[0xd7][0xfc][0xf3][0x8c]s[0x18][0xe4][0xd1]6[0xde][0x9a][0x8d][0xc2][0x4][0xe4][0xe4]=[0x83]=[0xb8]Ar[0xef][0xca][0xc][0x3][0xcf][0xeb],[0xc4]V[0xbc][0x95][0x1a]x[0x8c][0x92]L&[0xfb]K[0xf1]Dba[0x2]$[0xac][0xe3]![0x9]3[0x5][0x7][0xbc][0xce]viNrB[0xac][0xeb][0x93][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4])s[0xcc][0xe0][0xb6]n[0xb][0xba]Q3[0xcb][0xec]S[0xa8][0xf1]O[0xe6][0x18][0x8],[0xf4][0x9d][0xb0][0xce][0x89][0xac][0x85]ph[0xde][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd7]Em[0xec][0x5][0xe]AB[0xa9][0xb9][0xeb]v[0xea]Uh[0xd5][0xe5]A[0xeb][0x12][0xfa][0xc0][0x18]U[0xb8]/[0x83][0xa9][0xb1]G[0xb7][0x91][0xd6]`([0xe4]-[0xe5]:|[0x86][0xaf][0x15][0x8f] [0xf2][0xc3]8[0x83][0xca]~[0xa1][0xa9][0xcf][0x1]?[0x16]D[0xd7];6)) [0xdc][0xa1],[0xe2][0x9f][0xc9]([0x14][0xaf]k[0xc4][0xbe][0x0]Kr[0xce]C0[0xb9][0xa8][0x1][0xc9][0x95][0xb8][0xe7][0x1c][0xea][0xc5][0xc7][0xa2][0xac]|/.i[0x82]r[0x1a][0x82]Pa[0xa9][0xc9][0xf9][0x91]w-[0x9a]A&J[0xce]z[0xde][0x8c]$[0x2]v4U%[0xba]B[0xf3][0xb5][0xac]34[0xb1][0xf4][0xf3]9x[0x8]|g[0xac][0xd5][0xd0][0xca]N[0xfd]F7[0xf8][0xa3][0xf7][0xec][0xc]N[0x81]r0B[0xb8][0x91][0xcb][0x98][0xc0][0xfb]Q[0x16][0xf4][0xb4]~[0x1a][0xac]FU[0xcf][0x4]e[0xb][0xea][0xa0]awd[0x87][0x8e][0x1a]k[0x9c][0xf2][0xa0][0xbb][0xf1][0x81]K![0xe1]A[0x16]`P[0x15][0xcb][0xfa][0xd7][0x7]+:[0xb5]nq%[0xfc][0xa1][0x9f][0xcf][0x1][0x85][0x93]W[0x1b][0xcf]>X&[0x92]n1[0xf8][0xb6][0xca]`OD*[0x14]'RO[0xab][0xac][0xca][0xa0]![0xc9][0xac]OcL[0xd8][0x1b]8[0x8a][\r][0x8f][0x87][0xc4][0xd6][0xfe][0xf8][0x80][0x4][0x90]|C[0x15][0xc8][0xde]3{-[0xce][0x9d][0xa2][0xd1][0x82][0x14][0xdf][0x84]C[0xa1]DB[0xe]^3[0xef] [0x98][0xab][0xea][0x5]c[0x1a]Ite[0xd6][0x85]>[0xba]Sq[0xec]|[0x5][0x0][0x81]R[0xaa]Z[0xd9][0xac][0xab]u[0xa4][0xa3][0xfa]I[0xba]y[0xf4]5[0xf3][0xb2][0xd3][0x2][0xad][0xfa]9V[0x9e][0x9e]b[0xa4][0x5][0xab][0x95][0xf3][0xc6][0xe4]E[0x89] [0xf6][0x87][0xf8][0xf4][0x94][0x86][0xce][0xb3]c[0x82][0x8c]@[0xa1][0xd9]c[0xeb]2[0xd3][0xe7]*[0xc7][0xa0][0xe]f=[0x0]FV[0xae]Y[0x9c]E[0xc2][0xd9][0x87]W[0xb3][0x8d]O[0x1b]aH[0x90][0xea]I1[0x9c][0xac]e[0x9a][0x12][0xfd][0xdc]V[0xe8][[0xe3]I9:[0xc6][0xe]m[0x0][0xb9]h3 [0x97][0x8d][0xf8][0xc2]MVk[0xf1]5[0xa7][0xcf]a[T[0xc1][0xd6][0xd3]4[0xe5]"'[0xdb])2n[0x8f]&-m[0xf9][0x0][0xfd][0xc5][0xdf][0x86]@[0x12]j0[0xa5]c[0x94][0xe5][0xf][0xe5][0xd4][0xc3][0xdc][0xfd][0x10][0xaf][0xbe][0xfe]k[0xb6][0x95]j9[0x84][0xb9][0x7]k[0x9b][0x2]*[0x14]Oi[0xf2][0x9a][0xae][0x8b][0xf4]ak[0xf3][0xc0]d[0x9f][0x85]"[0xb][0x93][0x9b][0x16][0x8b][0xf7][0xa1][0xea][0x88][0x0]l0[0xd7][0xbe][T[0xd2][0xe1]r[0xae]u[\r][0xa9][0xb6]t[0x1a]`j[0x7][0x16][0xd9]sJ[0xa5][0x4]XBQ[0xd5][0x87][0x91][0xf4][0x10][0xa6][0xa1][0x92]A[0xc2][0x96]+N[0xe7]Q6A[0x0][0x15]U[0xf5][0xdd]P[0x8c]l[0xc3][0x9f]_w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7]ho2][0xaf][0xbb][0xda]$3[0xa9][0x9d][0xc6][0x17][0xd8]U/[0x98]A[0xe4]v[0xa1]w[0xef][0xde][0xbd]y[0xf3][0xa7]?![0xac][0xe5][0xab][0x1d][0xb][0xee][0xfc][0xf3][0xdd][0xf5]([0xb4],$[0xee][0xbf][0xc0][0xd5]t[0xef][0xfd][0xf5][0xbd]fB[0x15][0xfe][0xf9][0xc5][0x8]~[0xff][0xef][0xbf]&[0xf4]W[0xf7][0x9][0xeb][0xc9][0x17][0x9a][0xc][\r][0xaa]:[0x1][0x15][0xb3]f[0xde][0xff][0xb]>[0x95][0x96][0xdf][0xb][0x94][0xd3]-<[0xf]t[0xf4])[0xdf][0x2]3|[0x2][0x4][0xf0][\r]}[0xac]@[0x8][0xc2]K_&[0xee][0xa7][0x9f][0xdf][0xbf][0xff][0xe9][0xdd][0xfb]_~[0xf9][0xb][0xfd][0xe5]~1[0xf9]',=xv[0x5][0xfb][0xd8][0x89][0xc9][0xa7]ij"Z[0xa5]G[0xed][0xc]I[0xc8][0xf2][0xa3][0x9a]*[0xd6]M^[0xa8][0xa1][0x0][0xf0][0xe][0xcb][0x1d][0x8][0xa7][0x1d][0x96][0x4][0xbc]Q|z[0x95]A[0x8d]+X[0xfc][0xe2][0xb3][0xc2][0xf8]?[0xa4][0xd2][0xc7]R[0xdc]YtU[0xc1][0x11]8[0xb8][0x3]p[0x80][0xc3]*[0xfc][\r]ZaL[0x9]`[0xe5][0xd6]l[0xdc]re[0x17][0xec]a[0xec]>r[0x97]S[0x9d]6[0x12]0~[0xe5][0xfa][0xc4][0x89][0xb1][0xe9][0xe0][0xc7].%[0xc5][0x90][0xf5]W[0x1c][0xae]F=[0x1][0xba][0xf5]w[0xef]dS[0xe2]][0xd7][0xcc]![0xfe]d[0xe8][0xc6][0xe1][0xf3][NrQ[0x9c][0x91][0xf2][0xd8]R[0x91][0x1f][0xef][0x90] [0xe9].)J[0xc1][0x1a][0x96][0xb0]%6[0xc6])[0x12]z[0xdb][0x18]|[0x96]^'[0x85][0xa8][0xfb][0xde][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "`[0x94]\[0x1a][0xe5]([0x17][0x93][0x93][0xe0][0xe1]x*[0xe2][0xf2]|Q[0xed][0xd4][0xbc][0xc5][0xe5]X[0xa2][0xf][0x97][0x8c][0x8e][0x19]W[0xde][0x13][0xfa][0xaf][0xf3]U[0x8d][0xa2]J[0xe][0xc9]t[0xd1][0xbb][0x8a][0x12]\[0x85]t3[0x1e][0x11][0xfb][0xae][0xd3]RR[0x88][0xbc]%[0xba][0xb][0x8d]rb[0xa9]l%[0xd4]E[0xe5]?/[0x19][0xd6]`[0xa5][0xd4][0xf7][0x17]]J[0x82]b=[0x8e][0xbd]R[0xe2]([0xc9][0x9d]&,[0x1f]k[0x12][0x1d][0x8][0xeb][0x16][0xd6]8N([0xcd][0x80]0[0xed]-[0x83]:[0x87][0xfd]I~E[0xcc]kC7G[0x1d][0xa9]h[0x9b][0xee]\[0xa8][0xaa]~[0xd4][0xfa]J[0xa1]L[0xb4]>H[0xc2]ni[0x9][0xb0]p[0x9e]FIXRL2[0xdb][0xbd]E[0xbe]:`[0xef]1k[0x89]%[0xe9]E[0xce]][0xa2][0xc0][0xcd][[0xf3]:>'[0xb4][0x1c][0xd1]*Zf[0x98][0xe6][0xc9]3[0x11][0x93]\[0x8f][0x9][0xc6][0xa5]?[0x9b][0xbf][0x8c][0xf]Rt! [0xb1]([0xda][0xc3][0xde][0x90]IH*[0xc]P[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jY[0xe1][0xcb]-[0x1a][0xbd]t[0xad]l[0xc8][0xd0]Ua[0x9d][0xb9][0xc7].[0xd8]^[0x80]7[0xb1]Oi[0x1]@[0xcd][0x8a][0xa2]T[0x7]m[0x3][0xa6]B[0x82][0x92][0xa4][0x83],[0x15],S[0xa4][0xf9][0xe6];[0xff][0xa9][0xc2][0xbb][0xaa]3o[0xa4][0xf0]S[0xe4]\4[0xde][0x1f]2[0xab]a[0xfb]MA%![0xd5][0xc9][0xf2][0x14][0xba])[0x84]np|[0xc2]i[0xb6][0x14][0xc9]ed[0xf8][0x9e]8[0x80]y{,[0x8f]*[0xcf][0x1c][0x5](jo[0xaf][0xb5][0xf1]j0?b[0xc][0xdf]'[0x1][0xb8]nr[0x9b][0x1]0Z[\r][0x13]d[0xe8]w[0xf5][0xea][0x5]I[0x1a][0x5][0x9c][0xc4][0xf4][0xcc][0x8c][0xf1][0xa0][0xaf][0xf7][0xa8][0x1e]k[0x8c][0x88][0x19][0x13]O[0x89][0x86][0xfa][0xf8][0xd8][0x9e]0[0x19][0xd4][0x4][0x88][0xc5][0xef][0xa6]y[0xe2]t[0xf9]N[0xc9][0x84][0x82]MM[0xc5][0xc5]KDJ\[0x8e]$[0xd7]%,[0x9f][0x1d][0xa3][0x1f][0xc9][0x9e][0xbf][0xc0]M[0xb7][0xd9][0xbe][0xf9][0xcd][0x9d][0xbf][0x1f][0x19][0xf5][0x1e][0xdf][0x81][0x8a][0xc5][0xf3][0x9f]G[0xd2][0x94][0xc5][0x4]d[0xb4][0x1c];[0x81][0x8f][0xe4][0xf0][0xe0][0x1f][0xb9][0xe8]#X[0x83][0xaa]A[0x93][0xfe][0xbd][0xcb][0xe0][0x3][0xef][0xdd][0x87]u}[0x4][0xaf][0xa9][0xb8][0xb1][0x97][0xaa][0xd6]X[0xfe]b[0x88][0x91][0xf][0xa5]mUp4f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!F[0x89]O`W[0xa9][0xaa][0xf7]A[0x8b]PK[0x6][0x15][0xe9]d_[0x87][0xe6][0xa5][0xb]11[0x8b][0x18][0xdd][0x1d][0xa7][0xca]c[0x95][0xe5][0xc3]0 [0xcc][0x1b][0xd0][0x5][0xb8]PVH[0xed][0xc1][0x1e][0x1b]z[0xb1];[0x6][0xb7]iELc[0xc9][0xb]v.7[0x9]{zQ[0xb2]ai)[0x6][0x3][0xe5][0x9d][0xa5][0x81];[0x81]u[0xc2][0xe9]$[0xcc][0xf][0xe6][0xc3][0x8e][0xbc],[0xee]a[0xa4][0xed][0x90]Vj8[0xa2][0xc0]E|[r[0xa4][0xab]2[0x82][0xc7][0xd1]<[0xd6]qo[0xb1][0x95][0xa3]k[0xa3]D[0xd7]'|[0xa8][0xa0][0xa2][0x91]C$[0xd9]8[0xda]B[0x9e][0x15][0xca]|[0x8c]f[0x1]r[0xb1]Z[0x84]p!8[0xda]K#[0x99]R&J[0xe8][0x10][0x4][0xe3][0xc0].[0xc8]W[0xe9][0x90][0x2][0xb5][0xd8][0xab][0x87]K[0xe3]5[0xf1]4b[0x92]l[0xf2][0xe7]|[0xd3][0xe1][0xde][0xb4]*>[0xee][0xa8][0xa1][0xa2]d)z[0xd6][0x1e]d[0xca][0x1a][0x98][0x92][0x1e]N[0x95]f-[0xe8][0xde]1[0xcb]] [0x17][0xaa]S[0xcf][0x99][0xb6][0xe8][0x16][0xc8][0x95][0xcb]q[0x96]C[0x96][0xd6][0x6][0xef][0xbc][0x1c]r*[0xc7][0xf9][0xb2][0xd0][0xae]F[0xd4]+[0x94][0xf7]V,[0x1b][0x19][0xde][0xc0][0x19]Py[0x8e]:[0xd5][0x8a]q[0xb0][0xfd][0xf6]H[0x19][0x9e][0xd5][0xe3][0x2]un[0xcd][0x2][0x9e][0xa2][0xd2][0x8f]([0xfa][0xea]C[0x84][0xb6][0x95][0x9e]=M[0x5]N#f0[0xaf]fR[0xd8][0x9f]([0x81]w[0xf7]@[0x9][0xf0]([0xa7][0x85][0xf]~[0xb9][0xbd][0x9c]}[0x9a]]LB[0xe1][0xe2]Ob[0x8c][0x1d][0xb1][0xbc][0x84][0x12]ev[0x89][0xd8]D43[0x80]%Eh[0xb3]'H[0xe2][0x19][0xed][0x8b]t[0x1d]L[0xa1] [0x8e][0x9e][0xaa][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0][0xd3][0x83][0x98][0xce]RE[0xbb][0xe9][0xcf]~[0xf1][0xc9][0xa5]8[0x97]t[0xdc]L[0xe1]`[0x99][0x1f]y[0x1][0x6]z[0x6][0x8]J[0xd8][0xfa]i[0xac]![0xa8][0xd9][0x1f]=[0xe][0xf][0x86][0xa0][0xb8][0xb3];[0xa3]S[0xf9][0xce]7[0x13]A[0x91]nn[0x8e][0xbe][0x84][0x8e][0xee]0[0xd2][0x85]+7B[0x7]/Ab[0xd5][0xb4]2[0xa5]/[0xbf]i[0x10]D[0xf7][0x4][0x88][0xc0][0xd2]!z^0[0xd9]O[0xe1]s[0x17]@Uk4[0x1e]-[0x19][0xde][0x84]:[0xf4][0xec][0xb9][0xe0]iP[0x15]Dm[0xf0]*[0x95][0xbd]b[0xc7][0xe8][0x17][0xe1]BJ[0xfa][0x80]I[0xbb][0xf4]Q[0x94][0xd4][0xf9][0x15][0xb5]BR|/[0xf1][0xef]H2&*<[0xc6][0x4]^([0xeb][0xd5][0x0][0x5][0xde][0x15][0x87]P[0xec]&[0xce][0xc6][0xd2][&[0xdc][0x91]I[0x1b],[0xc6][0xa3][0xb8]P[0xfd][0xc][0x14][0xcd][0x99]j[0x9][0xac]Qd;[0xc3][0x84][0x97]OrG[0xcc][0x19]2[0x1d]F[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8c]9[0x1e]h[0xfb][0x3][0x8b]a2[0xf7][0xba][0xb6][0xc9]I[0x4][0x80][0xf2][0x85][0x15][0x84][0x8e]R[0xaa][0xc4]ruW[0x96][0x1a][0x9b][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x1a][0x11][0xbb]l7a+[0x89][0x96][0xdf][0x2]@[0x8c].p[0xc0]Qc#[0xc2][0xbe]S[0x87]zu[0xbc][0x7]B[0xe5][0xd1][0x9c][0xa2]V[0xd3][0x94][0xfb]g[0xd0][0x1c][0x7]l[0x13][0xaa][0xe1][0xbc]T[0xf4][0xc0]D[0xe9][0xe1]`[0xda][0xc3][0x97][0x13][0x10][0xb][0xd1]-[0xb0][0xcc]b(*[0xc1]([0x1b]/[0xa4][0xc9]O[0x8d][0xc3]~V[0x83][0xfd][0xf8][0xf9]A[0x1e][0xb4][0x91][0x6]4[0xc1][0x87][0xf8]P[0x7]*[0x95][0x1e][0x14][\r]0[0xe2][0x82],[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x6]3[0x82][0xb]\[0xed][0xac][0xa5][0xa3][0x97][0xe][0xef]x`-[0xcf][0xb2]I$[0x3][0x11][0x8c]0?*[0x9][0xa9][0x14][0xbc][0x1][0xa1]zn[0xc3]v[0xa1]f=7[0xc8]:r[0xb5][0x96][0xbd][0xc]:[0xd6]#[0xf5][0x1c][0xfc][0x95][0xec]}[0xc6][0xa5][0xde][0x91][0x5][0xb]f[0xf4][0x86]CL[0xe4][0x9f]P[0xf9]Y*U[0xf8][0x6][0x19] [0xb8]A`[0x1b][0x95][0xd1][0x9b]sR[0xa8][0xc4][0x1b][0xac]Qw[0xab]T[0xd7][0x18][0xb0][0x7]a[0x0][0x93]=*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xc3]f[0xf5][0x6]tz[0x8d][0xb2][0x86][0xbb][0xad]A[0x0][0xf2][0x18][0x2][0x99]u[0xe2][0xd2]p18[0x9f][0xaa][0x3][0xf9][0xc4][0x19][0x1e]3^[0xe6]U[0xd9])[0x16][0x94][0x11][0xa4][0x9e][0xe8][0x8f]zc8N[0xb][0xdd][0xa9]D-AO?[0xc2]5bM[0x12]v[0xe4][0xa5]Q[0x8][0xb8]P[0xfc][0x90][0xa4][0x85]q,2[0xeb][0x5][0x84]kl[0xc2]~lK([0xc1][0xca][0x8a]Bu$[0x82][0x94][0x96]\[0xf7][0x9c]g/'[0xa4][0xeb][0xd8][0x3];[0x9f]j[0xe6][0xe4]7i[0x8f][0xeb]W[0xe8][0xe4][0xd1]}S[0xd0]X[0xeb]D<[0x14]O(|'[0x1c][0xe0]([0xa3][HX[0x16][0xbe]n[0x12][0x88].g[0xc3]$L[0x1b]`[0xa8]=[0x80][0xe3][0x91]wK[0x9a][0xb8][0xf3]0[0x9e][0x81][0xe2][0xa9][0x9a][0x96][0xe][0xcc][0x84][0xe]3[0x8b]Z[0x99]!$[0x89][0xf1][0xb5][0xa9][0x92]A[0x97][0x97][0xde][0x92]q}[0xa7][0xf8]9[0xe8][0x13][0x8c][0x9e]PM[0x97]/*[0xa1]:[0x8a][\r]YL[0xd6][0xe0][0xa1][0x9a][0xe][0xed]([0xe4][0xc9]\>.[0x0][0xde]rV<[0xd3][0xf0]-[0xce][0xb5][0x85][0x9b][0x93][0xb2]lt[0xcc][0x91][0xaf][0x13][0x9d]Ch[0x8e]\[0x9][0xad][0xf8][0xa3][0x10][0xef][0xf5][0xa4][0x1a][0x85]m[0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xda][0xc2][0xd8]}[0xec]Z[0xff]|?4B[0xd1][0x5][0xcc][0xc6]y[0xc8])7o[0xb1]'[0xcc]"J[0xb2][0xef]M_a[0xf5][\r]P[0xe9][0x85]8R[0xa3][0xc3]p[0xb4]Q[0xb0]*[0x87]R[0xcc][0x86][0xd7][0x13][0x89][0x83][0xdb]D_h[0xa6]R[[0xbd][0xe1]J:o[0xbe][0xe0][0x8d]K[0x9][0x99][0x1f]B[0xb7]a[0x85][0x8b]Mj[0x14][0xd8][0xc1][0xb4]"[0xfa][0xc8]|[0xc4]:{L[0xeb]M!5[0xcb][0xd8]3[0xf6][0x82]FA[0x8][0xff]-[0xe1][0xe5][0xc4][0xa4]Q4[0x9b]^[0xb6][0x83][0x6]XTvT0[0x17][0xa2][0x9d]d@[0x8b][0xa7]n[0xc3]b[0xf0]({[0xa9]5&~J[0xd9]8G1[0xe0][0xb9][0xf][0xe].[0xef])[0xf3]3I[[0xc9]h[0x8b][0xf5][0xe6]+[0xa1][0xa3][0xca][0x15][0xe9]a9z[0x1][0xc6][0xfb][0x93][0x1c]U[0xe8][0xb8][0x12]2=[0xc6][0xbd]Zjh[0xeb]+v[0x94][0x10]||D[0xcc])xu[0xd8][0xe8]L[0x88][0xa5][0x93][0xa2][0xa0]o[0xf9][0x91][0xb0][0x95][0x11][0x7]'[0x85][0xc8][0x8]N[0xdd]sUt;6[0x0][0x98][0x13][0xda][0xaa][0xc6][0xda]k[0xd6][0x15][0xe1][0xbc]2}[0xc0][0x97][0xbd][0xad]j[0x95][0xa3]f[0x97]^[0x4]3(t[0xb0]Nh[0xd3]_^w+[0xfa][0x87][0xe9][0x9f]#[0x97][0x82][0xac]^[0xdd]!M[0x88][0xad][0xb8][0x0]F3[0x4]p[0xaf][0xeb][0x8e]+yh[0xb2][0xdc]P[0xdb]k[0xf2][0x9e][0xf9][0xf4]=[0xd7][0x86][0xb0]Mw[0xc4][0x19]!sn#[0xd5]P[0xcc][0x85][0xbe][0xe] [0xb6][0xe4]&:[0x80][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "l[0xf4][0x8e][0xa8][0xb4]/#[0x8d]Zs[0x9c]}[0xc3][0xb5]^[0xeb]'[0xb0][0xe5][0xde][0xa1][0xf9]`[0xda][0x8a]]4[0xae]N$[0x86][0xf2][0xfb] [0x84]r[0xd4]>[0x85]#[0x19]][0x1f][0x8e]F[0xd7]?[0x1c]*qd[0x9c][0x4][0xe9]4[0x9d]([0x81]C[0xb8][0xac]}8<[0x80][0xfe]M[0x18][0xab][0xa0]i[0xd1][0xdd][0x90])[0xea][0xa1][0xfc][0xf0][0xdd][0x9c][0xba][0x93]`[0xc3][0xfc][0x93]w[0xb3]>E[0x81]<[0x99][0x84][0xe5][0x8c][0xf1][0xc5][0xc9]z[0x16][0x99][0xaf][0xe3][0xdb][0x8e][0x1c][0xe7]4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xee][0x9c]B[0x8a][0xd4]Y^[0xb2]`[0xa4][0x1f])G[0x1e].[0x8]c![[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f][0x96][0xeb]#[0xed][0xd3]>+ 1[0x93]h[0x8b][0xed]S@[0xb1][0x8f]^[0xff]![0xcf][0xf3][0xd4][0x18][0xb1][0xb4][0x84]([0x8d]k[0xc2][0xf3]e[0xf8][0xa9][0x5][0xe][0x90][0xda]t[0xbe][0x14]c[0xb4][0x15]%![0x1][0xec][0xd8][0xcd][0xa4]AKf[0xf1][0xf6][0xe2][0x89][0x9][0xda][0x9d]h[0xd7][0xd0][0x90][0xa4][0xc8][0xbf][0xf7][0x9e][0x8]"[0xc][0xb]5C)P[0xf]P/~f[0x90][0x13][0xa6]@[0xa8][0xb5][0xc2][0x0]1,[0xc6]a[0xab][0xc4][0x8c][0x3]M"[0xab])[0xb2]b[0xc]I[0xc7][0x5][0xaa][0xde][0xc0]0[0x15][0x8d]>[0xc7]1[0xc1][0x86]q[0x19][0x86][0xe3][0xeb]>[0xed][0xad][0x1c][0xdb][0xc5][0xe9]M[0xe0]Uc[0xb2]N[0xbb]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]2[0xac]P[0x1d][0xb0][0xc6][0xc]=[0x14][0xd6][0xb6]>[0xb6];[0xcf][0xbb]6[0xa0][0x82][0xd6]>[0xa5][0xda][0xbc][0xc8][0xe6]P[0x1e][0xe1]F[0xeb][0x1f][0xe8][0xda]Q[0xae][0xf][0xc1][0x86]m![0xa6][0xb5][0xd0]$[0xb7][0xd5][0xb7][0xba]Ab5[0xba][0xba]T[0xda]X[0xf4][0xe6][0xb9]=IE[0xfc][0xb6][0xa3][0x6][0x1][0xdf]Q[0xe1][0x9b]d[0xf1]N[0x95]H[0xa2][0x89]}<[0xac]#[0xf6]%[0x9b][0x1c]c[0xb8][0xbe][0xfa]E]z[0xa9][0x93]A[0xe1][0xed][0xf1]QJ[0x1]-[0xa5][0x8f]e[0x8a][0x1c]E:[0xa2][0x94][0xba][0x84]=E[0xae][0x9c][0xb8][0xb1][0xaa][0xe6][0x81][0x6]q[0xa2]I[0xcb]9[0xfc]d[0x6][0xed][0xf1][0x1]j[0xa2]rKN[0x82][0x14][0xe9][0x8b]/[0xae][0x10][0xd7]wx[0xb2]hn[0x86]LV[0xe4][0xad][0xc9][0xdc][0xe7][0x93][0x9d][0xa6][0xe7][0x12][0x99][0x1b][0xb8][0x18][0x4]C[0xdd][0xc][0xe]qa[0x92]w[0xed][0x89][0x8a][0xb7][0x91]JP<[0xba][0xfe][0xb6][0xe2][0xf9] [0x92][0xa2][0xd3][0x1c][0xb1]:[0xf1]?[0x98]G[0xe5][0x9d][0x87]c[0xf4]6[0xa5]Q[0xdd][0xc6]z[0x14][0xa1][0x1d][0x94]RW[0xd4][0xfe][0xc0][0xb6][0xc7]k[0x8e][0xc9][0xf][0x9c][0xbf][0xb5]E(=n[0xf3][0x95][0xe6]aV[0x94][0xca]D[0x82][0xe2][0x87][0xbd][0xf3]_u[0xb0][0x2]r~[0x1c]w5E[0x18][0xbe]3[0xc6][0xb7][0x2][0xa8][0xec]=[0x91][0x8d][0x8e][0xa5][0x1b]N[0xe9][0x95]@[0xaf]4[0xec]E[0x15]C[0xbc][0xad]2>U[0xf3]6[0xea]$[0xf6].t<[0xd1]3/#[0x9e][0x93]dG[0xdc][0x8][0xcd][0xc5][0xe4][0xd2][0xe3][0xa6]][0xc2][0xab]CO[0xb4][0x93][0x99]:p*[0xff][\r][0xe3]TbJ[0xf8]Ad[0x92]x[0x91][0xce][0xfc][0xbf]w[0x9b][0xc7][0x9d][0x8c]d[0xa5][0xa6];o[0x99][0x98][0x89][0xc7][0xf1][0x4]T)/[0xf2]5[0x85][0x1c][0xaf]r[0xe7][0xbd][0xfe]g[0xa9]![0x0][0xfe][0xee]2-[0xbd]6[0x84]J[0xb6]:a[0x96][0xa8][0x4][0x9][0xeb]\[0x8b][0x99]V[0x7][0xd9][0x1d]5[0x16]%[0xdc][0xa9]%[0x8b]3[0xba]U[0xf6][0x8f][0xd4]*[0xc0][0xaa]O[0xe0][0xa8]V[0x9c][0x92]~[0xc3]Z[0x10][[0x94][0xfa]4[0xd3]J@[0x7]a[0xb4][0x18][0xd7][0xf7][0xca][0xf7][0xf4][0xfb]T)#5n[0x14][0xd4][0xeb][0xe5]K*[0xf1][0x19][0xb8][0x8][0xfd][0x0][0xd2]p[0xd7][0x15][0xc0][0xd8][0x19][0xa5][0xea]$Mt[0xbc][0x7][0xcc]$[0xca]$[0xf][0xe7][0x8b]63[0xb8]d[0xb2]y[0xcc][0xab]bg[0xc][0xee][0xf6][0x10]([0xf7]59*[0xd5][0x19]G[0xc6][0xb9][0xf6][0x86][0xb7]R%[0xb6][0xd7]?\E[0x1c][0x8f][0xc6]6[0xf2][0xe0][0xc4]T8[0xb2][0xc6]+[0xaa][0xac][0xaa]4[0xa3]G[0xd9]N[0xc9]jq)x![0xed][0xe9][0xfe]'[0x1d][0xf5][0x8]G2[0xc3][0xc7][0xc8][\r][0x92][0xb2]`!*[0xac][0x15]W[0x8c][0xaf]*[0xea][0xe4][0x97][0x98][0x9c][0xd5][0xa3]ZRN#[0xd1][0xb7]5*D[0x1f][0x11][0xf3][0x1f][0xa2]y[0xe5]([0xc1][0x96][0x8c]snq|.[0xc7]^[0x81]b[0xf3]C-[0xc8][0x92][0xc5][0x91][0xd9][0x86][0xeb][0xbc]^w[0xbb][0x86][0xd4][0x0][0xb][0xc9]UZ[0x4][0x9d][0x90][0xd9]%L[0xd9]2[0x83][0xa2][0x10][0xae][0xa6][0xb0][0xf4]A[0x93][0xfd][0xe9]M[0xbe][0x92][0x2][0xdb][0xd2]dY[0xed][0xf2][0x9a][0xec][0x9e]E[0x11]I[0x19][0xbe]x,$[0x9][0xb7][0xd6][0x9][0xf1][0xd1]O2[0xf8]Y=*)[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5]3[0xf1][0x94]a3%H[0xdc]'[0x90][0xaf][0xa6][0xf3]:t[0x10][0x85][0x99]4[0xcd][0x87]x[0x13][0xda]cG[0xa3][0x8f][0xcd]N5[0xfd]j[0x94][0x1e]"[0xe2][0xb1][0x16][0xc8][0x14][0xaf][0x8a]*r#[0x12]`'%[0x9][0xa1]il[0xfc] Y$[0x1e][0xfc]JR[0xed]k[0xcf]1[0xd2][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Ht_[0xf8][0xd3];[0x15][0xbc]b[0xea][0xad][0x1e][0xb1][0x82][0x7][0x4][0x82][0x8a]D3[0x92][[0xc2][\r]8[0x80][0xde][0xd5][0x94]'[0xb6][0x83][0xd3][0xac][0xb3][0xa6][0xcc][0xe1][0xeb][0x18][0xc4][0x9d][0xa2]jUQ[0x13]U[0xe9]|'f[0xab][0x1d][0xef][0x81]jq[0x4]#[0xbd][0xf4]AB[0xcf][0xdd][0xde][0xe8]F[0xa9][0x9c][0xfb][0xf3][0xa6]*[0xf9]^6[0xd9][0x9a]JE[0xb6][0xee][0x89]?[0xd5][0xf3]Dd[0x85][0xf6][0xa9]TW[0xf][0xa4][0xa1][0xec][0xdb][0xcf]l[0xf5]"M6[0xcb]93_[0x14]#BU[0x14].K[0xf6][0xa7]*[0xf4]w,{[0x8c]f)[0x9a]J$q[0xc3][0xb8][0x12][0xa6]N[0xa8][0xa2][0xed]E[0xbf]b[0x3]([0xc9][0x9e][0xf9]I[0x9]J[\r]T"+[0xf0][0xa6][0x1d][0xc8]|^[0xfc][0xdf]}[0x95]d?2[0xf3]g)[0x9a][0xee]I>[0x1a]{[0xad][0x15]2j{kE19u5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0xf1][0xb8]W[0x7][0xcb]%+3[0x85][0xd0][0x86]!X[0xec][0xc7][0x96][0xd0][0xa0][0xb4][0xc]][0xe]r[0x1d]O~[0x83]He[0xa2]N[0xa2]v[0x19][0x9a][0xed][0x4]w[0x1][0xb4][0xf0][0x98][0xe1]+[0xfb]'*[0x85][0x88][0x8e]k*[0x9e]B[0xf7]}[0xc8][0x1b][0xf9]c%\[0xcb][0x9b][0xf6]F[0x86]F[0x8d]([0x1c][0xd0][0xa2][0xa9][0xbe][0xe9][0xae]"[0xb]G[0xde][0xf6][0xfa][0x86][0xb2]*2[0xd1][0x95]{0Y[0x2][0xa4][0xac][0xca][0xcd]Q[0xb0][0xe9][0x18][0x98][0x1e][0xf3]Q![0x10]`v[0x8b][0x1f][0xfc][0xd8][0xfa]@[0xac]$[0x87]W[0xd5][0xe6]H~[0x93]^[0xfd][0x95]+[0xa1]NuZ[0x90][0x8e][0xd5][0x1a][0x1b][0xea][0x1f][0xe6]nf[0xa4][0x5]-[0x96][0x8f]?Z[0x92][0x9d][0xea]D9[0xd2]\[0xbc][0xe8][0xb8][0x9b]6[0x6][0xa3][0x1d][0xb4]`T[0xe4][0xa8]0[0xe0][0x10][0xcd]>[0xaf]s[0xdf][0xdc]*[0xb3][0xca][0xf5][\r][0xee][0xd2][0xd1];[0xe6]Q[0xc5][0xf8][0xd2]&[0x3][0x12],H[\r]p[0x9][0x1a][0xf5][0x8e][0xfa]Z[[0xce]([0x1][0xa1][0xfa]BY[0xb2][0xff][0xb5][0xcd][0x15]0u[0xbc][0x85]w[0xd0][0xbe];[0x1b][0xe][0x9a][0xa3][0x80][0x16][0x8d]|M{[0x8f][0xf][0x1c][0x1f][0x96][0xb8][0xa6][0xc]S[0x94][0xfa][0x99][0xea][0x82][0xe8][0xcb]0gI[0xd4][0x88][0x11]jqLSb[0x8]8[0xfb][0x8c]k0[0xf4][0x84][\r]U0[0xfa][0xa6][0xde]ZkA[0xa2][0xe5]Bc[0xaf][0xba][0x88][0xed]+[0xc4][0xd2]GE[0xc8][0x1a]1>[0xe][0x1][0x1b]L[0xf9]G1[0x92]x[0xdb][0xe][0x84][0xa2]z$[0xba][0x1f]t[0xb4][0xa3]My[0x1e]8[0xb9])[0xa9]g[0xfb][0xc9][0xdb][0xb4]Z[0xc0]lX[0x89][0xec][0x93]A[0xd9][0x11][0xd5]O[0xca][0x87]E4m[0xa1]M![0x92]R[0x8d][0xb8][0xbe]g[0xf6][0xfb][0xa1][0xd9][0x9][0xf1]cf[0x87][0x97][0xb0][0xd2][0xd1][0x6][0xe][0xfa][0x4][0x96][0xf][0x12][0xb0][0xb5][0xea][0xb5][0x8a]W[0xc9]VR[0xfe][0xc0][0xc1][0xe3]UO>[0xf6]A+[0xdb][0xb1][0xf8][0x1d][0xd9][0xb2]a[0x1d]c[0xda]E[0xb5][0xa2]~L[0xfd]C[0xa8][0x1f][0xe9].|[0xa7]{[0x97]o[0xe2]-a[0x8f][0xc2]c[0x95][0x16]2[0x9][0x8a]:[0x8c][0x95]2[0xd9][0x8][0x1]i[0xd5]5:[0xb0]:D9[0xe8]W[0xda][0x94][0x16]+WJ[\r][0x90][0x9d][0xb3][0xab]|H[0x2][0x1b][0xd6]t2V[0x9d][0x89]r[0xf2][0xaf]<[0xb2] *[0xf4][0xcb]S[0x83][0xe1]h[0xef][0xdf][0x8f][0xdd][0xc7])[\r],[0xea][0xf]1[0x93][0xbe][0xce]K[0xf7]i>[0xa5][0xe1]?[0x17]W[0x93][0xf9][0xe7])[\r];[0x9b]O[0xf1][0x89][0x9b][[0x82][0xa1][0x10][0xa9][0x12][0xdb][0x0]I[0xe2]YP[0xaf][0xcd][0x81][0xe2]R[0x13][0x99]7[0xf5][0xed]jz[0x13][0x6][0x1a][0xb9][0xc5]r[0xb2][0xa4])g[0xee][0xdb]|[0xb6][0xc4][0xa9]F[0x8][0x13]+[0xbe]i[0x12][0x91][0xbb][0xba][0xbd][0xbe][0x9c][0xce][0xa9],[0xfc][0xcf]2[0x19][0x8d]^[0xe6][0xd1]dS?[0x8d]-:[0x9f][0x8c]d[0xeb][0xcf]a{[0x88][0xe6][0xae][0xf1][0xa6][0xa2][0xd9]k8[0xd5]h[0xae][0x93][0xd7][0x12];z[0xed][0xe3]=[0x8e][0xae][0x92][0x11]QS[0x9c][0x83][0xc5]c[0xe1][0xe4]Y[0x8b])[0x1a][0xc3][0xf6]i0[[\r][0xcb][0xd5]O[\r]W[0xb][0x83][0xd5][0xfc]X&[0x80][0x3][0xd7]0[0x9f]-[0xfe][0x1b]'t[0x9][0xaa][0xff]z?[0xf1][0xb0][0x0][0xdf][0x0][0xe6]K[0xf8][0x0]jt[0xbd]xr[0x2][0xf4]p{[0xf]z[0x8][0xb0]p}[0x19]=[0x83]h[0x9b][0xe2][0xe7]Q[0xa7][0x17][0xcb][0xd9]W[0xb8]wx[0x10]VZ[0xdc][0x99][0xca][\r],h[0xa2][0xd4][0xe4][0xfa][0x9a]ikz[0x1];[0x9f][0xcc]qF[0xd8][0xfc][0xeb][0xec][0x82][0xb0]2[0x9f][0xde]Mfs[0x9e][0xb1]5[0xc7][0x99]\[0xb3][0xdb][0x1b][0x95]G?[0x8f][0xf1]R[0x81]$qn[0xd4][0xd2][0xdd][0xdf]\[0xe3][0xc9][0xe5]{[0xc]G[0x88][0x4][0xa1][0xd0][0xb0]1[0x1a]2&S[0xb3][0x94]&[0xbe][0xcd][0xae][0xaf]elXL[0x18]4<[0xb][0xff][0x10][0x88][0xe2][0x1]H[0xec][0xd6]}[0x99][0x9][0x1][0xca]h+C [0xb4][0x5][0x19]p[0x15]f[0x91][0x99][0x1]e[0x83]9d[0x16][0x90][0x1f][0xe8]5[0x9c][0xe2]5[0xbb]Q[0xfa][0x81]=[0xf4][0xd8][0x98]@[0x98][0x99]aC[0x1a][0xc5]1fD[0x8c][0x97][0x93][0xe5][0x84][0x86][0x82][0xe1][0xff][0x9c][0xe2][0xd3][0xf3])[0x8e][0xf5][0x12][0xd2][0x85]e..[0xee][0xe7][0xc0][0x8a][0xf8][0x14][0xbe][0x5][0xbb]Z[0xdc][0x3]s[0xce]n[0xf8][0xb2][0xf0][0xfc]$[0x0]f[0xf3]K[0xcf]{D[0xc6][0x9f]&[0xb3][0xeb][0xfb][0xf9][0xd4][0xf][0x1b]4X[0x85][0x1d][0xdc][0x2]Z[0x11],[0x12][0xa4][0xbd](~[0x2][0xe7][0xaa][0xe9]\1[0x9a][0x1a][0xc6][0xb7][0xea][0x6][0x9c][0xfe][0xe0][0xae][0xe0][0x8a]>N[0xe1][0xd1]x[0xfe][0xd8][0xf][0xcc][0x1e][0x9b][0xde][0xf0][0xc3]G[0xda]K[0xf8][0x81]+.[0x96][0x9b][0x90]3[0xcd][0x1][0xe8]%[0xd9][0x17][0xf0][0xcb][0x7][0x94][0xd6]7`W[0xdd][0xe9][0x80]>[0x8d][0x1e]P[0xf8][0x19][0xf4]uQ[0xed]e[0x82][0xc8][0xde]T[0x82][0xb1]&[0xe6]f*[0xa9][0xe6][0x14][0xed][0xfb]H[\r]I[0x92][0xd9][0xf7][0xbd][0xfd]][0xe3]5[0x19][0xfb][0xa1][0x12]:@G[0x6][0xa3]$[0x14][0xbe]B[0xe7][0x87][0x8d][0x89][0xdc][0x9f][0xcc][0xf][0x84][0x8a][0xbc]_[0xd6][0xaa][0xbe][0xb5][0xc]k[0xd2][0xa2][0x80][0xaf]i[0x82]6[0x5][0x86]lW[0x85].O[\r]Y[0xd3] [0xfa][0xb8]&$[0x14][0x8c][0xab][0xd1]*[0xdf][0xa1][0xe4]`C[0x93]nq[0xeb][0x1a][0xd7][0xf0][0x0]v[0xfa]<[0x15][0x82]R[0x6][0x8f][0xbe]v[0xcc][0xc9]3[0x9a]/[0xa0]M[0xd2][0xf6]k[0x10]`z[0x1a][0xd5]\Q[0xb9]'[0x9d][0xb9][0xe3][0x6]5j[0xe3]Es[0x1]0f[0xaa]go[0xcb][0x8c]Ah[0x9d][0x87]A[0xc7][0xdb][0x86][0xbe]i)[0xd0]W[0xe0][0x14]m[0xb1][0xd8]0[0xe5][0x2]2[0x9a][0xc7]+][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0x9e]7[0xf0][0x1f]XB[0xf2][0x9f][0xee]?[0x8]H[0xa5][0xdf]D[0xfd]O[0xf3][0x19]o[0xfa][0x16]\pU#*[0xf8][0xe0][0xfb]x[0xa3][0xbb]g[0xb]<[0xb4]8z`y{[0xbc]h[0xf8][0xd5][0xe][0xfc][0xb4][0x19]Z[0xd1]dIP;][0xed][0xde][0x9f]u[0xa1][0xeb][0x90]r[0xf4][0x90][0xce][0xe3][0xca][0xfc][0xd1][0xd0][0x8e][0x1f][0x9f]F[0x88][\r][0xb6][0x88][0xbb][0xf8][0x84][0xf5][[0xad]`_[0xad]<`@[0xb8]g[0xf2][0xb5]<,[0xb5][0x1f][0xcc][0x90][0xd5][0x87][0xf][0xbe]kH2[0xb4]Y[0xff];)[0xe6][0xb][0x6]n`[0x6][0x0][0xd2][0xff][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Xd[0x99]b[0xdd][0x3]:[0xe5]u[0xd2]-Rk;z[0x83][0x8d][0xc1][0x4][0xa6]$,[0xf][0x84]z[0x98][0xa8][0xf4][0xe7][0xf4][0xd5][0x86]B[0x12][0x9b]H[0xe][0xe8][0xfd][0x80][0xae]8[0xf0][0xc5]k[0x96][0xb8][0x87][0xd1][0x1f][0x90][0x91][0xfc][0xd1]t[0x8c][0xe4][0xf8]h[0x8c]0[0x16][0x3][0xbb]p)[0xe4]a[0xb]0[0x84][0xc8][0xe2][0x9c][0xaa]B[0xb8][0xc3][0x18]mw[0x9a][0xd1]TW%[0x1c][0x8f];_[0xf7][0xf4]u[0x8f][0xbc][0x8][0xf1]`[0xc3][0xb7][0xbd][0x92][0xe7]D%[0xad]6F[0xa5][0x88][0xd9][0xda][0x17][0x8d][0xe3]x[0x13][0xe7][0xcb]R[0xa9]x[0x16][0x7]Q[0xb6][0xe4]uQ[0x1f]PT@[0xbd][0xb3][0xdf]1[0x81][0xab]-[0xc1][0xe6][0xd7])[0x8e][0xc2][0x10][0xff][0xfa]k[0xd2][0x13][0x5]([0x9]\,[0x7][0x8e]BXW[0xe8][0xe3][0xd0]eM>.n[0xaf][0xc1][0xd4][0xb9]~[0xb0][0xbe][0xc1][0x7][0x9d][0xcc][0xcb][0x13][0x4][0xf][0xfb]pI[0xff]C[0xfd][0xdc]/o[0xa5][0x89][0xb2]/O[0x82]f#[0x15][0x93][0x15][0xb8][0x16][0x7][0xe2]{1[0xc3]H[0x9a][0x84]`[0x99][0xfa][0x8f][0x1f]hYYn[0xfd][0xd6]n[0xc8]t[0x9a]>[0x1d][0xf6][0xe8][0x9d]RN1t[0x1e][0xe8][0x1e]i/[0x1e][0x82][0x10][0xba][0xf6][0xa3]k4[0xdd][0xd7][0xf9]G[0xe]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xa9][0xde][0xcb][0xdb]-%[0xac]$[0xbf][0xe4][0x97]$`[0x94][0xd6][0xe7]X[0x1b]}[0x9c]2[0xa5][0xca][0xb]r*)jbZ[0xfc][0x8e][0xee][0x90][0xbb][0xf5]L[0xa6][0x83][0xc4][0x7][0xcd][0xc9][0x3][0xb0][0xef][0xd6][0xb0][0x91][0xef][0x14][0xb4][0xd9]ee[0x7][0xb8][0xcb]v[0xcd][0xbb]w[0xa8]"($@[0x1f]1[0x88]fh[0x98]6(9;Upb[0xdb]>=[0x96][0x81]P[0xaa][0xe][0xf0][0xea][0xb9]N[0x9e][0xf0][0xb5][0xef][0x2]a[0x97][0xd5]#[0xc7][0x3][0x10][0x98][0x92][0x1a][0xc]H[0x14][0xd1][0xe7][0xec]h[0xe0]\j[0xb4][0xa5][0xe9]);[0xb][0xed]V[0xfe][0x13],[0xf8][0xfc][0xac][0xd2][0xb1][0xbb][0x92][0x9e][0x89][0x14]Ka[0xf6][0x5]~[0xba][0xcb][0xf1][0x8][0x89][0xd9]v[0x9]=T[0x87]js(3[0x15][0x10][0xf2][0xc5][0x9][0xf3]M[0xc8][0xc2][0x86]I[0x89][0xa3][0xd0][0xc8][0xc8]Cv[0x1a][0xff][0xa3],[0xfc]?[0x86]+[0xde]bV[0x92]jLyP<}[0xc8][0xda]I![0x12][0xd6]:5#[0x1f]T4:[0xec][0xbf]p[0x87][0xee]*]7[0x9f][0xf5][0xe4][0xe2][0x88][0x14][0xbf][0x8d][0x4][0xb5][0xc4][0xef]h[0xa2][0x98]z[0xf][0x16]d[0x9d][0x17]4#([0xa8]#[0xfd][0xeb][0x1d]l5[0xd7]>[0xc7][0xaf]~D[0xd7][0x91][0xc9]1^[0xb6][0xfb][0xf0][0x92][0xa4][0xeb]B@[0x7][0x9][0xce][0x12][0x83][0xe6]C*[0xdb]/[0xee]c9[0x1a][0x19][0xaa][0xad]t[0xc3]I[0x80][0xf8][0xe1][0xb]LI[0x82][0xfc][0xa2][0xe9].[0x89]O[0xc6]q[0x1]3w-Ps3[0xaa][0x18]V[0x91][0x94][0x14][0xe6][\r][0xe1][0xf7][0xbb]q+vQ[0x93][0x9e]0[0x9f][0xc1][0xeb][0x96]E$[0x8a][0xc6][0xe2][0xe5]E[0xcb][0x8f]uD[0xc2][0xa6]J[0x9c][0xf6][0x87][0x99][0xb9]3o^Q[0x81]2w[0xe6]H[0x0]X[0xa7]@]\[0x83]g{7[0x1][0xf][0x84][0x83][0x10][0xbe][[0xfc]Z[0xe] s#x[0xc4][\r]5[0x99]q[0x19][0x3][0x8a][0xa5][0x3][0x90][0xa9][0xfc]h[0xbf][0xb][0xa5][0xe5][0x87][0x8d][0xe0][0xeb][0xbb][0xb6][0x16][0xea]7[0xa4]z[0xd5][0x13]a[0x81][0xb1]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x1a][0xc8][0xfc]c[0xc3]+[0xd8]N[0xd4][0x8e][0xcb][0x19]'[0xcc][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(?JW[0xfb][0x91]M)b[0xbf][0xc][0xb1][0x9f]|[0x8][0x19]s[0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xb6]J[0x1e]q[0xc5][0xf][0xc6][0xdd]>[0xcc]s[0xd8]M[0xab][0x8b][0xa2][0x8b])[0x94][0x92][0x8c][0xd2][0xaa][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x92]^[0x83][0x5][0xd3][0x8c][0x94][0xcf][0x18]c[0x94][0xae][0xdc][0x83]f[0xf4]3[0xf8]D[0xdb]SO[0xd5][0xde][0xf3]W[0x8][0xa8][0x86])[0xd4][\r][0x9a].}][0x85][0xcb][0xaf])gu[0xac]q[0xd7][0xb7]>[0x9a]! [0x88][0x4][0xff][0xd5][0x93][0xfe][0xc1]{w}[0xe4][0x9e]}[0x91][0xdb]6[0xa4][0x2][0xf9][0xdd]1[0x8e]\9[0x2][0x93][0x99]X[0xfe][0xed][0x83][0xa8][0x83][0x16]%[0xb1][0x12]NQ[0xe2],[0x1a]dc[0xff][0x18][0xe2][0xd4][0xda]7[0xa3][0xf6][0x8d][0xa7][0x1d]?[0xd7][0xa9]7;[0xd3]C[0xc0][0xc4][0xc5]!T[0xc6]h[0xe1]CHx[0x93][0x83][0x19][0xb6]![0xe5]\[0x1a][0xc1][0x16][0xf7]s[0x93]Q[0x8d]0m.[0xac][0xed]?r)[0xde]/[0x97][0xde][0x19][0x97][0xe0][0xff][0x0]PK[0x7][0x8]8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x0][0x0][0x0]META-INF/NOTICE.md[0xad]V[0xdf]O[0xe3]8[0x10]~[0xf7]_1[0x82][0x87][0x83]S[0x93]Pv[0xa5];U:[0x9d]X[0xca]r[0x8b][0x10] `u'[0xad][0xee][0xc1]M[0xa6][0x8d][0x8b][0x13]G[0xb6][0xd3][0x92][0xff][0xfe]f[0x9c][0xa4][0xb4][0xbd].t[0xb5]<[0xf4]G[0x1c][0xcf][0xf8][0xfb]>[0xcf]|[0xf6][0xb7]$[0xf9]w[0x4][0x87]p[0x0][0xe7][0xa6]j[0xac][0x9a][0xe5][0x1e][0x8e][0xd2]c8=[0x19][0xfe]>[0xa0][0xef][0xd3][0x13][0xb8][0xb5]2[0xd5][0x8][0xb2][0xcc][0x12]cAy[0x7]r:UZI[0x8f].[0x86]3[0xad]![0x84]9[0xb0][0xe8][0xd0].0[0x8b][0xe1]@|[[0xe5][0xdd]xx[0xcc][0x95][0x83][0xca][0x9a][0x99][0x95][0x5]g[0x4][0x9f]S[0xe6]45E%[0xcb]F[0x95]3(([0xad]UR[0xd3]*[0x16][0xe9])[0xa3][0xf7][0xb][0xa9][0xb4][0x9c][0x10][0x86][0xba][0xcc][0xd0][0x86][0x98][0xf5][0xa4][0x14]P80[0xd3][0xf0][0xe2]"[0xd5][0xaa]r[0x8]w[0xf5]D[0xab][0x14][0xae]U[0x8a]%=.b8[0x8d]O[0x6][0xb0][0xcc]U[0x9a][0x3][0x81]xI*[0xfd]F[0xb6][0xdc][0xfb]j[0x94]$[0xcb][0xe5]2[0xc6]6Wl[0xec],[0xd1]8[0x93]:[0xc1]JG[0x94][0xe7]-[0x86][0xf][0xa6][0xb6])[0x92][0xa4][0x19]Sh[0x80][0xe8][0x18][0x98][0xbc]Bgj[0xb4]6K[0xe6][0xff][0x80][0xa9])3i[0x9b][0x8d][0xac][0x1d][\r]G[0xf8][0xb1][0xc][0x11][0xb8]n#fe[0x1d]6[0xc1][0x99][0xa9]_[0x12][0xba]$[0xed]s&[0xba]E[0x12][0xe7][0xbe][0xd0][0xaf]l[0xcb][0xc3][0xdd][0xf8][0x9f][0xa8]C[0x1d]}[0xc9][0xb0][0xf4][0x8a][0xc8][0xd9][0x11]\[0xdc]][0xf3][0x8e][0xc2][0xed]=\v[0xff][0xfe][0xf2][0xf8][0xd7][0xb][0xea][0x8]{[0xd4][0xe1][0xe5][0x81][0x10][0x87]pc<[0xa5]j[0x95][0xbf][0x92]O[0xd2]z[0x9]W[0xf][0xb7]7pg[\r][0x8d];[0xda]H!B%[0xd0]6yZ[0xc][0xda][0xb2][0xcf][0xea][0x14][0xb3]P[0xf7][0x85]T[0xa5][0xa7][0xf]=N[0x9a] [0xd5]w[0xf2]p[0xd8][0x1c]S[0x1f][0xb][0xf1]+[0xf][0xf3][0xc8]M[0x81][0xa3][0x95]B[0xdd][0xc][0xb7]Q[0xaf][0xfd]`[0x82][0xf8]q[0x1e][0xcf][0x9d])+B~[0x8][0x8f][0x96]j[0xb0][0x90][0xf6][0xc9][0x9][0xf1][0xdd]5y_[0xc0][0xf7]3[0xb7][[0xeb][0xb3][0xa1][0xc2][0x95][0xac]H[0x1c]R[0xae][0x9c]C[0x8]v[0x83]5[0xca][0x1c]E@*[0xb4]T[0x90]][0x16]r[0x89][0x8a][0x80][0xa9][0x5][0xed]x[0xed]sc[0xa9]uC[0x13]([0xb]XT[0xda]4TF1-bEa[0xa8][0x10]UI*[0x17]a9[0x8a][0x9d]I[0x9b]1[0xc2].4W[0x15][0xe7][0xed][0x96][0x1c]@[0xa5]Q[0xba][0xd0][0x1c][0xae][0xd6]>[0xac][0xa7][0x95][0xf3][0x98][0x9][0xd7][0xb6]d[0xca]-i[0xb1]2NyCM[0xa6][0xcd][0xcc][0xb5],[0xc6][0xa4][0x1e][0x95]V[0xb6][0x12][0xb9][0xef][0xb9]n'[0xdf][0xc3][0xb5][0x82]S[0x89]}[0x9c]jw[0x83][0x88][0xfd][0xcc][0xe9]M[0xf][0x12][0xfb]z[0xd0]^[0xbe]#^[0xf7][0x9d][0x1f][0xf5][0x1a][0xb1][0xdb]k`[0x11]dI^[0xec]d[0xd5][0x98][0xaf][0x88][0xf5][0xa3][0xe]"[0xc4]{9E([0xaa][0xb5]M[0xe0]2[0xc2][0xbe][0x9b]W[0xfd][0xef][0xb6][0xa4][0xdf]Y[0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x88][0xdb][0xbf]'4#{[0xad]'1[0xd5]_[0xd2]UA[0xc4]][0x9e][0xac]uy[0xae]l[0x16]U[0x92][0xfb][0xee][0xbc]m[0x8e][0x97]2[0xe][0x0]4[0x92]][0xcb][0x19]n[0x3][0xf0][0x1c][0x9]md[0xd7]V$[0xca][0x9c][0x84]}[0x8e][0x97].[0xb6].[0x92][0x95][0x1a]q[0x99][\r][0xe1]([0xfc][0x1c]3[0xb4]N[0xb0][0x11][0x1c][0x9d][0x8f][0xc7][0xd7][0xd1][0x90][0xde][0xae][0xe9][0xb4][0xa7]d[0xc7]pv3[0x16][0x0]pV[0xc9]4[0xc7][0xa0][0xe2][0xca][0xf4]F[0xbb][0xe8][0xcf][0xe5]sd]B[0x90]hb+[0xf6][[0xf3][0xd6][0xb9][0x8c][0xe6][0xce]~[0x18][0xe][0x3][0xa5][0xb9][0xb4]#[0x82][0xcd][0xb4][0xc2][0xcf]&[0xad][0x8e][0xd5][0x9]#[0xfc]9x[0xcc][0xaf]kc[0x87][0xd2][0xa6]y\[0xc8][0x5][0x96][0xa1]:-[0x16][0xc6]c'[0xfb][0x9f]t[0xc9]B[0x16][0xe9][0x8f][0x80]8Y[0xba][0x84]r[0xbd] N[0x2][0xcc][0xb5][0x81]([0xc]Dm[0x9][0xb9][0x98][0x8]udG[0xfc][0x8d][0x18]-q[0xb2][0xa2][0xfa][0x1b]q9[0xa2][0xaf][0xdd][0xbb]w[0xf2]3[0xbb]w[0xc4][0x9d][0xd2][0xe5][0xf8][0xf4]0[0x8e]>D[0x14]Q;<[0xde][0x12]/~[0x2]z[0x17][0xff][0xc7][0xec]R[0xa0]{}[0xaf][0xd1]f[0xe4][0xe8]g [0xea]T[0x9a]A[0xba]a[0xc9]Y[0x9e][0x9d]G[0x1][0xe0][0xbb]K%[0xb4][0x5][0x15]+[0xdf]+[0x9a]+B[0xcc]A[0xe6]8[0x94][0xd0]x#X[0xea]{[0xb5][0x86][0x8a][0xca]*JphX(>+[0x2]Nb[0x90][0xc3][0x9a][0xcc]`o[0x2][0xd7][0xf5]2[0x96][0xb8] [[0xdf]kt[0x18]f[0xbd][0x82][0xdb][0xc9]hV[0x1b]l[0xe2][0x8f][0xf0][0x85][0xdd]nvA[0x14][0xe1]G[0xbc][0x4][0x3][0xc][0xe6]`[0x95]1Q[0xd3][0x15]-[0x93][0xc1][0xc5][0xf8])NH[0xf0][0xe6][0xf2][0xe2][0x9d]3C[0xa7]d[0x81][0xf3]X[0xa2][0x19]gk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xee]{[0xba][0xd7][0x10]FD[0x84][0x9c]j[0x15][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2][0xcc][0x12]j[0x83]~c[0xf8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "LA[0x84]D[0x8]`[0xc2][0xf7][0xea]#[\r]V[0xce][0xe3][0xa0][0xb0][0xa2]%Xb>w[0xc1]Iz[0xd6]C9[0x84]|{[0xe3][0xa9][0xe5]f[0xbe][0xa7]H[0x8b]M[0xe7],#[0xb0]|"j[0x1b]a[0x16][0xb]~9[0xe3]t[\r][0xde][0xb5])V+[0xb4][0x7]D[0x1d][0xe3][0xc9]m[0x6][0xbe][0xa7]!m[0xf7][0xc5][0xde]C4[0xd0]dZC[0xb4][0xc3][0x8a][0x9d][0xae][0xb1]h[0x9a][0xe6]9[0x8d][0xeb][0x9a][0x95][0xc5]9lMm[0x5][0xb5][0xd6]f[0xe3]veq5h[0x87]vwi[0xb9][0xc8]H[0xe8][0xd8]=w[0x8c][0xd9][0x99][0xd9][0xba]U[0xbf][0x84][0x0]w[0xbd][0xa0][0xcb][0x9c]c[0xd9][0xd0][0xfc][0x6][0x8d][0xc2][0xee][0xee]2[0xba][0xc5][0xd2]W4[0xc5]q[0xf0][0xec][0x1e]~[0xba][0xb][0xf5][0xfb][0x13](U[0xd1][0xbc]}[0xe4][\r][0xe6]Ww[0x19][0x9]h[0x92][0x81]M[0x15]_[0xdb][0xe9][0x15]#[0x85][0x8b]xv[0xaf][0xbe][0xae][0xed][0x92]a[0xbe]zg[0xf][0xb3]ds[0xd9]@[0x81][0x86][0xeb][0x16]R[0x8b][0xa6][0x9f][0x9f]s[0xe0][0xbd][0x3]M-[0xa9][0xc5]\[0x9d]r;&m[0xe0][0xb5]`[0xe8]([0x8]`[0xe2]!W-[0xa4][0x16][0xcd]v0[0xb0][0x83][0x99][0xb1][0x2][0x0][0x82][0x8f]kk[0x13][0x80]Q[0xeb][0xea]_[0xcf];[0xf0]/p[0xbe][0x85][0xa4]XQZ4[0xd8]5U[0x4][0xdd][0x1a][0xe8]u[0xab][0xa0][0xef][\r][0xa8][0xaf]OnI[0x98][0xeb]hd[0xb]rI[0xd0][0xb3][0x84]%[0x83][0xf8]h{I[0x13]@h[0xe3]hC[0xac][0x1c][0x4][0x98]/[0xeb][0xb3][0x1]=[0x18]bUtuqzq[0xd4]KV:[0x6]g[0xab][0xb1][0xa3][0x94][0x90]H [0xa9][0x83][0xb9]<[0x8b][0xc0][0x9]F[0xbd][0x98]0[0x84]q[0x1d][0xe4]1[0x4][0x7]w[0xf8][0x11]=/\[0xe3]s[0xf0][0xfb]dAoI[0x84][0xd6]8[0xce]![0xc6][0x3][0xe2][0x4][0xa7]tA[0x84][0x84][0x90][rX^/[0xb8][0x8a]^[0x86][0xd6]m[0x4][0xa7][0xa7]v [0x4][0xc8][0xd5][0xc9][0xa6][0x9b][0xfa][0x6][0x1b][0x92]m[[0xea][0xf5][0xec]i[0xad][0xb3][0xed][0x9c][0xbd].[0xef]<[0xce]e[0xdb][0xa8][0xc7][0x84]@[0xd6][0xf5][0x8f][0xf4][0xdb]f[0xf7][0x84][0x8e][0xc7][0x1f][0xd1]c[0xa4][0x99][0x89][0xf1][0x3][0xc9]s[0x10]i[0xad]a7+[0xfa]S[0xc5][0x2][0x89][0x97][0xe6]Y[0x8c][0x93][0xcc][0xa3][0x18];[0x85][0xb3][0xd4]N[0x8a]E[0xc5][0x1][0xf8][0xa9][0x8e])+y[0xac][0xb0] [0x81]u[0x8d] 3[0xfd][0xf9][0x8][0x1e]%[0x84][0xe4][0xb5][0xce]D[0xbf]3[0xe9][0xb5][0xb]M0ByJ[0xda]r[0xda]~[0xba][0x6][0xed]0[0xa9]&[0x8f]([0x87][0x84][0x86][0xf1][0xbb]@[0xf0][0x10][0xb2][0x4][0x9a][0xc2][0xe9][0xbf][0xc6][0x90][0x87][0xab]@[0xb2][0xec][0x1c][0x9e][0xd7][0x1b]7qE7$u[0x96][0xcb],[0x97][0xa7]%[0xb][0xcf][0xee]m[0xf6]e[0xa2]1[0xb7]d[0xee][0x93]g[0x1][\r][0xd3][0xed]q={4[0xc6][0x80][0xbf]@[0x1f][0x16][0x91][0x8c][0xa4][0x90][0xec][0x86]wOk[0xad]y[0xaa][0xcc][0xce][0x1e][0x1e][0x90][0xcd].[0xd8]([U[0xe5][0x1a][0x1a]?[0xa6][0xad]ZFJ9[0x8c]8[0xfd][0x1f][0xd7]`i[0x1a][0xc6]yDNJ[0xa9][0x8b]F[0x9e][0xe3][0xe8][0x94][0xa6][0x83][0xe8][0xd1],b[0xe][0xf1]>[0xd7][0xcb][0x1e]m[0xe]u[0xc6]EP[0xdb]DW[0x97]XJ~[0xfb]d[0xf4][0xbb]-J[0x13][0xec][0xa6]n[0x90][0xc3]B[0x8][0xe4][0xec]t:p[0xa2]J[0x4][0xce][0xe3][0x9f][0x12][0x86][0xa7][0xa7]U[0xb6][0xd2][0xb6]%I[0xc6][0x9c][0x10]u[0xfa][0x91][0xa7]D[0xe1]|[0x9a][0xa5][0x91][0xad].[0xa9][0xda][0xa8][0xc3][0x16][0xfa][0xfc]S'[0xda][0xba]L[0xa9][0xda]`n[0x95]Z=(#[0xf5]Bj5[0xd7][0xf5][0xc1][0xa0]T[0xa6]Z[0xdb]8[0x10][0x6]s[0xfe][0xcc][0xa9]$[0xc1][0x2]v[0x18]T[0xab]j[0x18][0x9][0xb0][0xf3][0xb1][0xb7][0xa3][0x8d][0xeb]Y[0xbc][0xf1]J[0xd0][0xa4][0xfd]C[0xad][0xff]3=Oo0[0xda][0x83][0x14]K[0x9],[0x17][0xb9][0x8]L?[0xe0][0xd5]F[0xbb]'[\r][0xf5][0x94][0xbe][0xe9][0xf7][0xd8][0x94][0x19]L[0xc4]n[0xb6][0xf0]`[0xd0][0xe7][0xa4][0xaf][0xea]*[0xac][0x9]a[0xae][0xb0]L[0xc9][0x80][0xaa][0xb][0xae][0xc][0xb0][0xa8][0xba][0xfc]P%[0xde][0xb2][0xb2][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbd]k[0xe7][0xf9]X[0xa0][0x8b][0xcb][0xd7][0x14][0x99]Z[0xb4]p[0x11][0x9a][0xc5][0x4][0xe]3@Z[0xe8]bB[0x8b][0xde][0xde][0x11],HLo[0xeb]w[0x4][0x2]<[0x94]g[0xbe][0x1d][0xdd]i[0xab][0x19][0x6][0xd7][0xaa][0xbf]3O#}[0xbd][0xd2][0x2]U[0xac]&[0x8c][0x13][0xa4][0xc2][0x5][0x9e]hq"<[0x7][0xb7][0x84]Vl[0xa3]*[0x1a]9p$[0xab][0xa5][0xba][\r][0x80]v[0x81]a'[0xb3][0xd6][0xcc][0xee]d[0xce][0x8d]%[\r]Z[0xb4]$[0xa9][0xd0][0xfb]k[0xd2][0xf7]Z[0xc3][0x1f]g[0xff][0x91])[0xf7];[0xc5][0x5][0xc3][0xe3][0x18][0x81][0xf6][0xb4][0x81][0xb0][0x0][0xb9][0x85]=" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2i[0x90][0xff][0xcb]lM[0xb3][0xb2][0xec][0x1a][0xc6]k[0xe7]z[0x8b]l4[0xee][0xe5]]2g1[\r]U[0x91][0xb3][0x5].l[0x97][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa2][0xd5][0x14][0x8d][0x11][0xc3][0xf3][0x9c][0x15][0xda][0xe1][0xd4][0xa7](u[0xc6][0xb5][0xe0]-[0xb2]a\U &[0x9][0x84][0xb9]Z[0xe6]m[0xf9][0xd0]FoMN[[0x86][\r][0xcf][0xa7][0x8a][0xee][0xe0][0xa1][0xc3]b\[0x1a]1[0x1e][0x14]7[0xc3][0xaf][0x18][0xc8]F[0xf7][0xf8]^'[0xe1][0xee][0xf8][0x8d][0xe5][0x88]zgm5[0xdd][0x83][0xc6]l[0x8a][0xba]1r[0xaa][0xda]y[0xeb].IoH[0x83]d[0x18]sf[0xee][0xb5][0xba]@[0xed][0x95][0x17][0xa0][0xb6][0x89][0x86]a[0xaf]#[0x96]2[0xa9]JM[0x81][0xfb]B=u[0xa0]p[0xa6][0xb9]/|[0xaf][0xd6]1[0x8c][0xa2][0x8a][0xd8]X?e[0xf8][0xbb]{[0xe0][0x1e][0x18][0xc7][0xbb]a[0xe9]s[0x89]p[0x14]![0x9c][0xa9][0xa2]8W[0xaf]+[0x94]_[0x16][0xa8]q[0x5]' [0x82]~[0x3]?[0x8a];[0xc9][0xef][0x95][0xfb][0xae]e[0x83][0x83][0xb5][0xe4][0x82][0x5][0xff][0xfa]&KD[0xbd][0x1a][0xd0]J[0x1f][0x1e][0xf6][0x8f][0x82]>7i[0xa8][0xf3][0xbe][0xa8]7[0xdd][0xb7]J[0x94][0x9f][0xf6]$[0xe6]K"[0xcb]$[0xd8][0xeb]Hf[0x1f][0xa0][0xc][0xc4][0xc0][0xe3][0x1c][0xd9][0xd3]&[0xc0][0xaa]Z[0xe7][0x14][0xc7]WY[0xb3][0xff]r[0xf][0x8b]Z`X,ft[0xac][0xf8][0x85][0x1e]4n[0xb1][0xd0][0xff][0x9f]7[0xd6]y[0xb0][0xed][0xc5][0xc1][0xe7]r&[0x8c][0xf7]w6[0xf5][0xf9][0x92][0xdc][0xdd]g[0x9b][0xf1][0xaf]q[0xc4][0xc2]G[0xbc][0x6][0xd4]RW[0xf][0xcb][0x2][0xbb]Ye[0xc2]Z[0xeb][0xea][0x1e][0x8b]y[0xb8][0xa2][0xeb][0xbe][0xf2]dq[0x17][0xd0]v.[0xcd]Yn[0xd5][0xb8][0x84]$[0xec][0xc9][0xf8][0x18][0x9f][0xc8][0xf4]8[0xbf]"#[0xcf]([0xbc][0x84][0xcb]2>[0xc5][0x98][0x84][0xcf]d|[0x8e]/d|[0xc9][0x96][0xaf][0xf0][0xb5][0x8c]o[0xf0]m[0x18]l?A[0x9c]Y[0xbb][0xa2]Q[0xf5][0xdb][0xd5][0xe0][0x80]}[0xb0][0x8][0x2][0xce][0x1c][0xd6]_[0xd4][0xbb]J[0xbd][0xae][0x1a]5[0x1]c[0x99][0xa3]L[0x96][0x97][0xfa][0x9c][0xff]PE[0xa9];[0x1d][0xb3]9[0xcc][0x7]{[0xd6][0x9f][0xbe][0xfe]v[0x17][0xd2][0xa7][0xa2]?[0x9a][0x19]S[0xd7][0xa9]V[0xd4][0x5]l[0x94]T[0x96]"7[0x11]}[0x99]6[0xef]\[0xa7]f4[0xc7][0xbd][0xb5][0xb6][0x9e]B[0xac],-[0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8[0x19][0xfd][0xd1][0x10][0x17][0x96]K%[0x9a][0xef][0xc2][0xd2]RaU[0xc0][0xd9][0xa3][0xcc]h[0xcf][0xec][0xfc][0x8d][0xca][0xea][0x9d][0xb9][0xf2][0xe2][0xc2][0x1d][0xcf][0xaf][0xcd][\r][0xee][0x1c][0xe1][0x12]}u[0x7][0xe9][0x1b]-[0xe3]i[0xc]A[0xa0][0xf5][0x14][0x9e][0xa1][0xfd]4}[0xdb]cx[0x16]}[0xb4][0xd3]t[0x90][0xe4][0x1c][0x9d][0xb2][0xb4][0xb][0xb4]w\x[0x4][0xe1]7n2Lk[0x82][0xb]O[0xe3]yZe[0xd7][0x0]/[0xe0]<[0xed][0x2][0xeb]{[0xcf]y[0x11]"[0xd9][0x3]CO[0x10][}[0x82][0xf8][0xea]#[0x88]}[0x1d][0xf][0x91][0x18]z[0x8][0xe9]!:[0x1f]![0xf9]W[0x8]r[0x98]C[0xe][0xb8]n[0x1e]$;][0xc0]E[0xce]d[0x14]c[0x1e][0xf8][0xa8][0xc7],[0x16][0xff]%[0x84]1[0x12][0xa0][0x15][0xf3]i[0x8d][0xf3]X[0x98][0xe7][0x14]I[0x19]~[0xf2][0x2][0xf1]H[0xfd][0x8d][0xf4][0xaf]![0x80][0xf1][0x0][0x89][0xa4]O"[0xe9][0x93][0xb8][0x84][0x17]#[0xa0][0xe4]0[0xd4][0xe5]C[0xa0]hL#[0xa0][0xba][0xc2]P[0xaf][0x1f][0x2]E[0xb3][0x1f][0x1]u,[0xc]5u[0x8][0xd4][0xab]x[0x8d]t[0xc]j[0x8e][0xfe]1+[0xf1]wt3[0x94]x[0x0]e:[0x80]"[0xfa]("[0x11]}[0x83][0xf4][0x13]~[\r][0x98]$G[0xa7]I[0xce]b[0x8a]Ny\[0xf1][0xa8]^[0xf1][0xa8][0xa6][0x19][0xd5][0x9e][0xc7][0xe8][0x15][0x10]&[0xfb]f[0xe0][0x9a][0xb4]M[0xda]'[0x9b][0xc7]U[0xf][0x8c][0xed]q[0xe6]=[0x1a][0xc6](q[0x8c]3[0xae][0xd6][0xc7][0x88]y[0x18][0xec]T[0xa0]pbt[0x9e][0xc1][0xb5]v[0xd4][0xfa][0x1e][0xe3])[0x1][0xe1]N{[0xe7][0x10]j3[0x98][\r]S;[0x15][0xc6]X9[0x2][0xb5][0x8b][0x9c][0xda]uJ[0x85][0x8b]v[0xc3][0xa3][0xd6][0xcb][0xb][0xfc][0x0][0xc7][0x82]$[0xfe][0xc][0x91][0x8f]B[0xb0]D[0xb7][0x3][0x4]{}[0xf0]^[0xf][0xfc]->[0xb7][0xb1][0xee][0xab][0x2]G/[0x1e][0xca][0xf5][0xee][0x11][0xb8][0xce]q[0xae]oGr[0xed][0x8f][0xe2][0xaa][0x1e][0x9d]k[0x89]P][0xf4]q[0xef][0x15][0x10][0x1f]` \[0xf4][0x8d][0xc0];[0xd0][0xec][0xcf][0x18][0xd5]l[0xa9][0xd5][0xf7]D[0xd8][0xd7]l[0xf5][0xed])[0xd0][0xd3]V[0xf6]|/yQ%xTa[0xef][0xe0][0xc3][0x98][0xf0]n[0x8e]{[0xfd]_[0xc1]2[0xdf]W[0xe8]y[0x4]Rd3OL[0x17][0xae][0xe][0xfe][0xf]PK[0x7][0x8][0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/EmptyObject.class[0x95]V[s[0xdb]D[0x18]=[0xeb][0x9b]|Q[0xc9][0xa5]mh[0xa0][0x94][0xd0][0x86]b[0xa7]I\J[0xa0])I[0xd3]&[0xae][0x3]vs[0xa3]v[0x2][0x9][0x97] [0xdb][WA[0x91]2[0x92][0xdc]![0xfc]&[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa4][0x85][0x19][0xe0][0x99]?[0xc0]+[0xef][0xfc][0x5][0x86][0xe1][I[0x16][0xb6],c3[0x1e]iW[0xbb][0xdf]9[0xdf][0xd1]wY[0xf9][0xb7][0xbf][0xfc][0x19][0xc0][0x2][0xd4]4[0xc6][0xb0][0x9e][0xc6][0x7][0xf8]0[0x8d]Q[0x94]$[0x94]%<[0x94][0xb0]!aS,le a[[0xcc]v2H[0xe0]#[0x9][0x8f][0xd2][0x90][0xb1][0x9e][0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*)T[0xb1]+aO[0xc2][0xc7][0x12]>a[0x18][0xb5][0xb8][0xa9]*[0xda][0x1e]7-[0xd5][0xd0]wK[0xf][0x18]X[0x99][0xe1]\[0xc1][0xd0]-[[0xd1][0xed]=Ek[0xf1][0xf8][0x9f]g[0xb9][0xdf][0xff][0xf8][0xeb][0xd9][0x1d][0x86][0xc4][0xb2][0xaa][0xab][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C4[0x9b][0xdb]c[0x88][0x15][0x8c][0x6]g[0x18][0xd9]Pu[0xbe][0xd5]:[0xae]q[0xb3][0xaa][0xd4]4Z[0x19][0xdf]0[0xea]D[0xab][0x10]9={[0x8b]1[0xfb][0x89]j1[0xbc][0xb2]q[0xa4]|[0xa5][0x98][0xb6][0x92]?[0xb2][0xc]=_<>[0xb1]O[0xb7]kG[0xbc]n/1$[0xb9]n[0x9b][0xa7][0x15]n3[0x8c]esd[0xf9]T[0xc9][0xb7]lU[0xcb][0xd3][0x12]m[0xa7]*jSW[0xec][0x96][0xc9]%[0x1c]0[0xc4][0x8b][0xc2][0x9a]A.[0xe9]:7[0xb][0x9a]bY[0x9c][0xd8][0x9e][0x97]^[0xc]1[0x1c][0x12]*7[0xf8]c[0xa5][0xa5][0xb9][0xe5]IUI[0xee]K:[0xc5][0xed]b[0x98][0xef][0x12][0xc3]D[0xc8]zIl0[0xba][0xd2][0x84]^3[0xc][0x8d]+z[0x1f][0x86][0x83]p[0x86][0x3][0xb1][0xc1][0xe8]J[0xa8][0xd6]VK[0xd3][0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q4UOO[0xa8]B?[0xa5][0xc8][0xf8][0x8f][0xc][0xd3][0xd9][0x90][0x18]:[0xfb][0xd3][0xbe][0x15][0xbd]\[0xc6][0xe4]J[0xe3][0x11][0xb7][0xc][0xed])[0x81].d;#[0xe0]g[0xdc][0xec][0xa8][0xe8][0xd5][0x9a]e[0x9b]J[0xdd][0xa6][0xca][0xfe]_5[0xdd][0xb7][0xa0]\[0x12][0xd5][0xa0][0xd6][0x11][0xa7][0x83][0xfa][0x8d][0xe8]_r[0x9a][0xae][0x18]-[0xb3][0xce][0xd7]U[0xd1][0xcd][0xa3][0x1d][0x8d];/[0x0]2.aR[0xc2]g2>[0xc7][0x94][0x8c]/pHa[0xb]o[0x7][0x86][0x97][0xfb][0xf8][0xe][0xdb]iWu[0xef][0x8e][0xfb][0x8a]2[0xe6][0x91][0x97]q[0x13]_[0xca][0x98][0xc5][0x9c][0xc][0x5]5[0x86]+[0xff]FB$g[0xc7]Pu[0x9b][0x9b][0xc5][0xaf][0xeb][0xfc][0xc4][0xa6][0xb3]NF[0x1d][\r][0x9]\[0xc6]cP[0xd5]^[0xea]w&QI[0x84]F[0x9a]2[0x13][0x16]%[0x9]O[0x18][0xce][0x87][0x9c]6[0xc]S[0x83]r[0xdf][0xe5][0xaa]`h[0x1a][0xb9]'[0xa5][0x96]8[0x15][0x85] [0xe7]T[0x8c]6[0xc5][0xbd][0xab][0xc9][0xbc][0xac][0x85][0xd6]Iw[0xf9][0xf8][\r][0x94]T[0xf5]v[0xf3][0xd0]INM[0x90][0xd8]^+[0x17][0xb]U[0x86][0xab][0xc3][0x94]hoZ=[0xb2][0xb1][0xe2][0xe6]Nu[0xff][0xb0]\[0xd9][0xde]:l3N[0xfe][0xd7][0xc1][0xd5][0x15])J[0xe1](}[0xdc]"[0x88]c[0x1c][0xf4][0xa1][0xc0]y\[0xa0][0xf1]"}[0xf7]"[0x98][0xc0][0x8][0x8d]Tb[0xce][0xe][0x90][0xa7][0x91][0xd1][0x18][0x9f]9[0x3][0xfb][0xce]1y[0x95][0xee][0x9]g[0xf1]5\[0xa6][0xbb][0xec][0x1a][0xd0][0xd3][0x15][0x1a][0x19]^[0xc7][0x14]Y[0x9][0xf0][0xbc][0x7][0x8e]=G[0xe4]Y[0x0]{[0xad][0x3][0x1b][0xf3][0xb0]o86o[0xd2][0xda]u[0xbc][0xe5][0x9][0xb8]K+[0x11][0x1a]S37~@[0xf4]W[0xc4][0x82]DY[0x87]h[0xc2]5[0xf2][0x88][0xc4],[0x8b][0x9c][0xe3]~[0x6]7[0xfa]P[0xc5][0x83]Ts[0x3][0xa8][0xa8][0xec][0xfb]P%[0x82]T[0xb7][0x6]P[0xcd];[0x91][\r][0xa3][0x92][0x82]T[0xb7][0x7]P[0xdd][0xc4][0xdb][0x1e][0xd5]=[0x8f]*#[0xa8][0x92]/[0x90]b[0x8][0x92]-w[0x90]e|[0xb2]L[0x7][0xd9]-[0x8f][0xec]>[0x8d]Q[0x81][0x9e][\r]r[0xac]:[0x1c]S[0xee][0xae][0xcf][0x11][0xf1]8[0xc4][0xec][0x1d][0x9a]Eh[0xbe][0x80]w[0xc3][0xa4][0xa5]_ [0xc3][0xf0]m[0x80]v}[0x80][0xb4][0x5][0xbc][0x17][0x94]v9[0xc8][0xf1]p[0x8]i[0xb7][0x1d]i[0x8b][0xb8][0xe3][0xb1]-{[0xd2][0x92]?A[0xde]?[0xc3][0xb9]_[0x2][0x9c];[0x1d][0xba][0x92]>g[0xd2][0xd7][0xb5][0x88][0xf7][0x7][0xea][0xda][0x1d]B[0xd7][0x92][0xa3]kyh][0x7][0x3]t[0xdd]u[0xf4]t[0xf5][0xe1][0xf7]x)[0x98][0xcc][0xc3][0x90]>[0x8c]P[0x8a][0xd7]z[0xb1]#Al#[0x4][0x1b][0xf5][0xba][0xb8][0x80][0x7][0xce]X[0xc4]4[0x8d][0xe3]4[0xbb][0x8a]}\K[0x88]?[0xc8]U[0xdc][0xbb]?[0xf9][0xf]PK[0x7][0x8]cT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]jakarta/json/Json.class[0xa5]WYx[0x13]U[0x14]>[0xd3]-i[0x19][0xa4][0xa4]P[0x1]Yd[0xb1][0x84]V[0x8][0xad] K[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "J[[[[Z[hQP[0x9c][0xa6][0xd3]tJ[0x9a][0x84][0xc9][0xa4]XT[0x14][0x5][0x11]q[0xc7][0x15]wQ[0xdc][0x5]D[0x3][0x82][0xe0][0xfe][0xf9][0xe9][0xab][0xf]>[0xfa][0xe4][0x93][0xdf][0xe7][0xb3][0x9f][0xf]~[0x9e]sg:[0x99][0xb9][0xb9]m[0x12][0xe8][0xc3]?[0xc9][0xe4][0xfc][0xff]Y[0xee][0xb9][0xe7][0xde][0xfe][0xfa][0xdf][0xf9]K[0x0][0xb0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~*[0x83]e[0xf0]|[0x19][0xbc][0x0]/[0x12][0xbc]D[0xf0]2[0xc1]+[0x4][0xc7][0x8]^%x[0x8d][0xe0]u[0x82]7[0x8][0xde]$x[0x8b][0xe0]m[0x82]w[0x8][0x8e][0x13][0xbc]K[0xf0][0x1e][0xc1][0x9][0x82][0xf7][0x9]> [0xf8][0x90][0xe0]#[0x82][0x8f][0x9]>![0xf8][0x94][0xe0]3[0x82][0x93][0x4][0xa7][0x8]N[0x13]|Np[0x86][0xe0][0xb][0x82]/[0x9]R^8[0xeb][0x85]se[0xf0][0x15][0x9c][0xf7][0xc2][0x5]/|[0xed][0x81][0x8b][0x1e][0xb8]$AI[0xbd][0x16][0xd5][0x8c][0x8d][0x12][0x14][0xfa][0x97][0xf5]JP[0xd4][0x18][0x1b]P%[0x98][0xd6][0xae]E[0xd5][0xcd][0xc9][0x91]~U[0xdf][0xa2][0xf4]G[0xf0][0x8d][0xaf]=[0x16]R"[0xbd][0x8a][0xae][0xd1]w[0xeb]e[0x91]1[0xa4]%$[0xa8]h[0x1f]Vv)[0xba][0xa1][0x4][0x86][0x13][0xb1]h[0xa0][\r]!([0x81][0x1c][0xd2]U[0xc5]P[0xbb][0x14]=[0xa1][0xea][0x12][0xd4][0xf9][0xd1]jT[0x9]h[0xb1]@[0xb7][0xaa][0xc][0xa8]zp[0x99][0x9b][0x96]0[0xd0]~[0x84][0xb1]M[0xe]j[0x94][0xe8][0xcc]T[0x82]r[0x9e],[0xc1][0x9a][0xb4]`k4[0x9e]4z[0x18]?[0x17][0xd5][0x2]-*[0xc1]L![0x1b]S7[0xc3]nQ[0xa3][0xaa][0xae][0x18]1[0xf4][0xbd]:[0xed][0xa8]O[0xd7][0x8c]I#[0xb7]i[0x14][0xfc][0x1e]f[0xed][0xc][0xde][0xe2]K[0x10]Lkv&[0x8d]\[0xa2]w*[0x17][0xc6][0x92][0x86][0x4][0x95]b[0x9]\[0xf]g[0xe5][0x9b][0x95][0x10][0x92][0xc6]$Xk[0xb9]L[0x1a]Z$[0xd0][0xa1][0xc4][0xb3]V[0xca]bR&[0xa1]XtP[0xb]S_[0xb8]%([0x8]W_[0x8c][0xc5][0xc7]{c[0x89][0xdb][0xb4][0xde][0xfc][0x1a]Q[0xa2][0xe1][0x0][0x6][0xaa]E[0xc3][0xc1][0xea][0x8d][0xc8]/[0xed][0xd1][0xc2]Q[0xc5]H[0xea]H[0xe9][0xf0][0xe7][0xc2][0xc9]=[0xec]Jn)[0xed]R[0x4]s/[0x5]OF[0xd9][0xae]+[0xc]S i[0xed][0x95]>[0xab]aj[0xb2]u[0x1c][0xc9][0xd8][0xbd]T[0x9b][/[0xb9]8[0x96][0xc3]nk{[0xd5]d[0xdb][0x9c]D[0xb6]w[0xde][0xca][0x9c]v[0x9e][0x8b]R[0xe1][0xf4]g[0xaf]Cm[0x96]uHK[0xa4]K[0xd5]|9[0xd5][0x17][0x9]U8k[0x9e]WH.[0xca][0x95][0x84][0xc4][0xb][0xf9][0xcc][0x90]6[0xe9][0xba]2[0xd6][0x90][0xd4]"lm[0x16][0xfa][0x5]L[0xa7][0x9][0x12][0xd7][0xf9]'0[0x11]y[0xe5][0xb8][0xc5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x97]`[0xd6]D[0x12][0xe9]Q[0xcb][0x12]l[0x8c]E"j[0xc8][0xd0]p[0xc8]g[0x17]/[0xb][0xd9][0xd6][0xf6][0xc0][0xe2]U$[0x98]-[0xfc][0xa1][0x9e][\r][0x88][0xf5]b[0xdf][0xf5][0xe2][0x8a]r[0xee][0xad]5[0xee][0xec][0x1f]F[0x96]][0xd1]E[0xa2][0x8a][0xba]l[0xc6]'[0xb4][0xd0]F[0xe4][0x97]g[0x97][0xc4][0xd8][0xb]35[0xb1]Jn[0xbd][0xc6][0xb][0x17][0x8e](q<[0x92][0xb2]6[0x9c][0xe3][0x8d][0xe5][0x8f][0x8a][0xd9][0x97][0xbd]SE[0xc4][0x1c][0xe2][0x9a]j[0x9d]91-[0xca]F[0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xb4]@[0xc6][0xb2]G[0x81])[0xc3][0xe9][0xaf]t[0xdd][0xc8]`[0xdb][0xdb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]K1BC[0x93]o[0xf][0xa7]I[0xbe][0xdb][0x83][0xe3]Nq8[0xb5]n1y)[0xb1]M[0xc0]$[0x9a][0xb4][0xc1]A[0x9][0xba][0x5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x98]a2Dg`p[0xb2][0xdf]&[0xf1]P[0x92][0x88]%[0xf5][0x10][0x1e][0xa1]s'[0x13]@;C[0xd1][0xc3]*[0xb6]e[0xb9][0x19]R[0x87][0x8a]_[0xad][0xd4][0xd6][0x8][0x2][0xeb]U"I[0xa1][0xe3]4[0x91]&H[0xdc]T[0x10]L[0x10]S[0xc0][0xbe]U1[0x9a]Y[0x87][0xce][0x9][0xdd]]n[0x18]3L[0x1f][0xd6][0xd2][0xd9][0x13][0xbd].[0x87]][0xe6][0xe6][0xa0]V[0xcb][0xe5][0x8e][0xf4][0xc]%[0xab]X[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12],[0xcf]m[[0xd8]-_[0x19][0x1e][0x82][0xfd][0x4][0x8f][0x10][0x1c]$8Dp[0x98][0xe0][0x8].[0xe0]>[0xfc][0xe7]f[0xdf]J[0xf]|/[0xc3][0xf][0xf0]#[0xbe][0x8][0xd0][0x8b]Z[0x9][0xa6]g[0x14][0x1c]g[0x0]?[0xe9]%[0x98][0xe7][0xbe][0xb3][0xc6]5s[0xca][0xe8][0xb1]Q[0x8d][\r][o[0xdc][0xfe][0x98]1wy[0xeb][0xa0][0xcb][0x83][0xb9][0x1a]Xr][0x8d]G[0x14][0x1a]UM[0xce][0xf5]k[0x1c]R[0xf4][0x1e]uw[0x12][0xd7]X[\r]N[0xf4]^[0xb0][0xba][0xb8][0x1a]~[0xfc]'[0x9c][0xfe][0x16]C[0x1][0xad][0x16]Hp=~[0xbb][0x1][0x9f][0x12]>[0x8b][0xab][0xcf][0x82]t[0x1a]?[0x14][0xc0]r[0xc4]2|[0x2]l[0x80]"[0xd8][0x8]+[0xf0][0x93]l[0x1a]A[0x0]V[0xe2][0xb3][0x94]V[0xd8][0x12][0xa8]CK[0xfa][0xcd]{[0xe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaa]SPx[0xca][0xd6](a[0xef][[0x1c]|/[0xba][e[0xf1]W[0x8b][0xf9]E<[0xab][0x8b]#[0xac]a|[0xec]+1[0xbf][0x98][0xe7][0xef]t[0xf1][0xd7]C[0xd0][0xe2][0xd7][0x8b][0xf9]%<_s[0xf1]7`=[0x88][0x8f][0xdd][0x8c]V[0xc4]or[0xf3]=[0xc4]/t[0xf0][0xf7][0xbb][0xf8][0x9b][0xa0][0x1][0x9f][0x8d][0xae]7M[0xf8][0xbc][0x85]ymFe[0xdc]"be/[0xaf]|,[0xf][0xe5]VT[0xc6]}'[0xce][0xb9][0x94][0xcf][0xf9][0x84][0xb0]f[0xb8]e[0xc5][0xfc]2[0x9e]FX3[0xdc][0xed]b[0xfe][0x14][0x9e]Q[0xd8]38([0xc4]|[0x99][0xe7][0xff]"[0xec][0x19][0x9c]1[0xe2][0xca]N[0xe5]+[0xfb]{[0x1e][0x95][0xed]Fe[0x1c]\b[0xe5][0xab]x[0xe5]?[0xf3]P[0xde][0x8a][0xca]8[\r][0xad][0x9c][0x17]0[0xb][0x0][0xf]*[0xa7]`[0x1a][0x9]K[0xe][0xe1][0xbf][0x99][0xf1]6q[0x81][0xca][0xf9][0x2][0xfd][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xe][0xb8][0x93][0x15][0x8][0x7][0xae]8[0x8d][0xe9]\[0x1a]R[0x99][0x8b][0xbf][0x3][0xee][0xe2][0xd2][0xd8][0x1]w[0xdb]i[0xec]De[0x9c][0xe2][0xc2]4|\[0x1a]R[0x5]3[0xee][0x17][0xa7]Q[0xc1][0xa5]!-p[0x85][0x11][0x82][0x1][0x96][0x6][0x1e][0x14][0xe2]4f[0xf0]i[0x4]\[0xfc][0xc1][0x8c][0xd5][0x18][0x84][0xb0][0x9d][0xc6][0x10]*[0xe3][0xe9]#[0x8e]l&[0x1f]Y[0x83]Ky[0x17]DXdxp[0x9][0xcb]P[0xc9][0x97][0xa1][0x83][0x19][0xc7][0xc4][0xce][0xae][0xe6][0x9d]m[0x17][0xae]&[0x9e][0x8d]b[0xfe],[0x9e]?$[0xe4][0xe3][0xb1]j[0xf1]7`[0xd1][0xe8]8(%~M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "f[0xf3][0x2]{[0x98]@[0xa5]i[0x4][0x6]$Yn[0xa5]0[0x8a][0x9f][0xf0][0x9a]@[0x87][0xb3]8[0x94]9[0xbc][0xd2][0x1]W(c[0xb0][0x97][0xe9][0xe0][0xb9]>A([0xd7][0xf0][0x2]G[0xb9]P[0xf6][0xda][0xa1][0xec]e[0xa1][0xe0][0xed]@[0xdc][0x1c]s[0xf9][0xe6]8[0x9e][0xc7]V}[0x10][0x95][0xf1][0xca]!Nr[0x1e][0x1f][0xe3]I[0x97][0xf2][0xc3]Vs[0xe0]mE[0xc0][0x9f][0x93][0x82][0xf9]<[0xff][0x2][0xc7]?`[0xf1][0xf][0xda]|[0xb3]H[0xc4][0x9f][0x9f][0x82][0x5]<[0xff]g[0x8e][0xff][0xa8][0xc5]?$[0xe0]W[0xa5][0xe0]Z[0x9e][0xff][0x1b][0xc7][0xcc][0xe2][0x1f][0x16][0xe7][0xbf][0x90][0xe7][0xff][0xc1][0xf1][0x1f][0xb7][0xf8]G[0xc4][0xfc]E<[0xff]/[0x8e][0xff][0x4][0xe3]?[0x9]OY[0xfc][0xf5][0x18]?[0xfd]V^[0xed][[0xec][[0x92][0x82][0xeb]|U[0xbe][0xa5][0xf8][0xe0]u[0xfe]q[0xe8][0x94][0xc3][0xd3][0xd6]:<#[0xd2]Y[0xea][0xab]"[0x9d]%[0xbe][0xc5][0x99]:[0x5][0xc5].[0x9d]g[0x99][0x8e][0x4][0xcf]1[0xab][0xa3][0xff][0x3]PK[0x7][0x8][0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonArray.class[0x8d]T]S[0xd3]@[0x14]=[0xdb][0x96]F[0xda][0xf2]![0xca][0xf7][0x87](") AE[0xc5][0xa6][0xa2][0xd0][0x19]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x15][0x1f][0xda]a[0x1c][0xde][0x96][0x1a]k0$L>[0x1c][0xf9]W[0xce][0xe8][0x83][0xf8][0xe0][0xf8][0xec][0x8f]r[0xbc][0xbb][0x9][0xa5][0xd0][0xa6][0xf8][0xd0][0x9e][0xbb][0xf7][0x9e][0x9c]{v[0xf7]&[0xfe][0xfe][0xfc][0x5]`[\r][0xa5],[0xd2]X[0xcd][0xe2][0x11][0x1e]g[0xf0][0x4]k"z[0xaa][0xe0][0x99][0x82][0xe7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0x15][0xbc]`[0xe8]k[0x18][0xfe][0x8e][0xe7][0xd8]o[0xf][0x8f][0x8c][0xba][0xcf]0[0xa5][0x96][0xf3][0x95]#[0xfe][0x89][0xbb]>[0xd7][0x8e][0xa8][0xa0]]Tu[0x86]\D[0xdf]t]~[0xca]0[0xd9][0x91]-[0x8b][0xfa][0x85][0xf6]^p|h[0xb8]q[0xda]a[0xb5][0x85]^[0xf5]][0xd3]n[0xc4][0xd1][0xc3]*[0xd1][0xb3]D[0xdf][0xe7]V`x[0x9b][0x1e][0xc3][0x9c]J[0xd4][0xcf]\[0xb3][0xb8][0xdd][0xd0]J[0x16][0xf7]<=[0x1f]f[0x2][0xdf][0xb4][0xb4][0x8a][0xe9][0x9][0xfb][0xbd]U[0xb3]as?p[\r][0x86][0x9d]b[0xad]Ph[0xd7][0x97][0x92][0xfa]F[0x9b]\[0xb1]V[0xd3]7[0xda]4[0xc3],[0x83][0xa6][0xb6][0x14]>[0x4]v[0xdd]7Io;[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ":YI[0x95][0x9c][0xf7][0xe4]b[0xa0]b[0xda]Fx[0x4]5~hQf[0xa8][0xe2][0xd4][0xb9][0xb5][0xcf]]S[0xac][0xa3]d[0xca][0xff]h[0xd2].[0xc7][0xe2][0xf];%[0xba]2Lw[0xf5][0xc1][0x90][0xf6]|[0xd7][0xe0][0xc7][0xc][0xe3]-[0xc4]0[0xa7]U%[0x10]i[0xe4][0xb2][0x85][0xd3][0x93]s[0x1b][0xf3][0xdd][0xd4][0x8b][0xb5]]=:[0x8e][0x99]8q[0xc1][0x11][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-'[0x1c][0xcd][0xd7][0xee][0xf5][0x17]rM[0xeb][0xb8][0xfb][0xe9][0xa5]a9[0x9f][0xab][0xe1]p[0xae][0xce]{7[0x7]jA-[0xb7][0xa7];2[0xd3][0xa4]V[0xb6][0xe9]mI[0x91]T[0x99][0xa1]G-K[0xcc]P~[0xcb]q,[0x83][0xdb]a[0xed]@[0xd6][0xe][0x4][0xa6]Mo/[0xb0],[0x86]w[0xed][0xfb][0xee]8[0xe5]A][0xcc][0xa9]~uC[0xb1][0x7]D[0xbe]2U'p[0xeb][0xc6][0xb6])[0xee][0xaa][0xbf]9[0x1d]+B"[0x87]i[0x14][0x14][0xe8]9[0x14][0xf1]R[0xc1]F[0xe][0xaf][0xf0]:[0x87]Ml[0x11][0xf5]r[0xf][0x1a][0x80][0xce]c[0xc6]0x[0xd5];[0xc3]D[0xbc]y[0xf1][0x81][0xc8]w[0x99][0xb3][0xd1][0x98][0x12]C[0xf2][0x98][0x9f]0[0xac][0xff][0xff][uUz[0xb2][0xad]Tr,[0x8b][0xc];.[0xbd]Gi[0xdf][0x9]7:[0xd3][0xc9]_[0x93]I:J=\0[0xac][0xaa][0xdd][0x98][0xf9][0xf6][MS[0x1f](H[0xe0][0x6]z[0xe8]s[0xdc][0x97][0xa2]1D[0x6] [0xcc]"'[0xb1][0xf][0xfd][0x12][0x7]0([0xf1]&[0x86][0xc0]p[0x8b][0xd8][0x9][0xdc][0x86]X[0xf]S4B[0xeb]/[0x84]I[0xc2][0x89][0xc5]30[0x86]7[0xcb]KgH$[0xf0][0x3][0xc9]3[0xa4][0x12][0xf8][0x8d][0x9e][0xaf]TMb[0x94][0xfe]3[0xc4][0x5][0xbe]Q[0xef][0xef][0x18][0xa3]h6|[0x12][0xe3][0xf4][0x83][0x8c]&1E[0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "u[0x9a][0xc6][0xc][0xb1][0xef]PvD>%j[0xb3][0xcd][0xda]][0xca][0x85]n[0xee][0x91][0xbb]9[0xdc][0x97].[0xe7]0/[0xf1][0x1][0x16]"T%[0xe6][0xb1][0x18][0xe1][0x92][0xc4]e[0xb1]n*<[0xc4][0x8a]D[0xed][0x1f]PK[0x7][0x8]>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonArrayBuilder.class[0x9d][0x95][0xdd]N[0x13]A[0x14][0xc7][0xff][0xb3]-m[0xa1]U>TD[0xbe][0xbf][0x94][0x82]J]A@@[0xa0][0xa5][0x92][0x14][0x1b][0xb8]@H$[0xf1]bi7[0xb0][0xd8]n[0xc9][0xb2]%x[0xe5]3[0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0x81][0xd1][0xb][0xa3]&zc[0xbc][0xf0][0x1]L|[0x3][0x13]_A[0x8d]g[0xb7][0xc3][0x87][0xd0][0xb2][0xa7]@2g[0xda]9[0xe7][0xb7]3[0xd3][0xf3][0xcb]~[0xfb][0xfb][0xe1][0x13][0x80]Q$[0x83][0x98][0xa8][0x83][0xc0][0xfd]ZLb*[0x8c][0x0][0xa6][0x9d][0xe1]A[0x10]3A[0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xb4]l[0x96]V[0xa3][0xe9]m[0xed][0x99]f[0xd9]Zl{[0xb7]`[0xc6][0x16]iX[0xd3]rE}j[0xf0][0xf4]B[0xdc][0xb2][0xb4][0xe7][0x89][0xa2][0x91][0xcb][0xea][0xd6][0x94][0xc0][0x88]S[0xbb][0xa7][0xc5]r[0x9a][0xb9][0x19][[0xb1]-[0xc3][0xdc]dT[0x8d][0xcb][0xaa][0xbc]fo[0xc5][0x12][0xc6]fR[0xcf][0x18]y-w[0x8e][0xca][0x94]i[0xeb][0x9b][0xb4][0xe2]][0xd9][0x1b]Mq[0x92][0x16]9IIN[0xd2][0xba]wR[0x90][0xee][0xa9][0x98][0xcb][0x9][0xf4]D[0xbd][0xb3][0xe3]e~[0xa7][0xe5][0x8d]m=c[0x1f][0xe4]x3[0xe6][0xca]0[0xfe]K[0xf1]F[0x4]h[0xd3]qg[0xcf][0xfe][0xf9]BV[0x17][0xa8]O[0x1b][0xa6][0xbe]T[0xcc]o[0xe8][0xd6]cm#G[0xdf]4[0xa5][0xb][0x19]-[0xb7][0xa6]Y[0x86][0xf3]Y~[0xe9][0xb7][0xb7][0x8c]][0x81].[0xef]K[0xd9](M[0x5]&[0xa3][0xa9][0xf3]wf[0x8d]af[0xf5]}[0x1][0x91][0xa2][0xf9][0x9e]S$[0xd0]R[0x9]'0[0xea]>[0xab][0xea]Nn:]$0q[0xc0][0xaa][0xbe][0xbf][0x9b][0xcb][0x17][0x96]a[0xf2];[0xbf][0xb9]|[0xa1]@_4[0xc5]p[0x82][0xb2][0x18]R[0x88]E7[0x93]a[0x86]H[0xba][0x99][0xc]=[0xc4][0xba]@[0xa2]\[0xf]T[0xdb][0xf5][0xdd]^[0x8]G[0xae]2[0xcf][0xa9][0xd2][0xc][0xdf][0xae]nS[0xff][0xd2]X[0x92]:`[0xe9][0xf9][0xc2][0x1e][0xf5]][0x8d][0xdb][0xd2][0x2][0xad][0x15]-[0xa7][0xea][0xba][0x95]B[0xd1][0xca][0xe8][0xb][0x86]c[0xcb][0x95][0x93][0xf8]a[0xe7]7[0x14][0x18]8j[0xb7]Us[0xb7][0xb8][0xb3]S[0xb0]l=[0xbb][0xbc][0xa3][[0x9a]m[0x14][0xcc][0x87][0xfb][0x19]}[0xc7][0x99]D0[0x87]x[0x10][0x89][0x8][0xe6][0xd1][0x1d]A[0x8][0xed][0x11][0xa8]h[0x17][0xe8]8[0xf3][0x10][0x2][\r]G[0xf](][0x11][0x1d]c[0xda]0[\r]{[0x86][0xce][0x17][0x1d]\[0xa3]v*[0xef][0x10][0x19][0xbe][0xb4][0x9a]N[0x7]([0x1f]A8[0xfd]~A[0xf][0xae][0x5][0xdc]X'cX[0xc6][0x88][0x8c][0x17]d[0xbc](c[0xbd][0x8c][\r]nlD[0x93][0xfc]|I[0xc6][0xcb]D[0xa6][0xfb][0xa1]H[[0xa1][0xf9]4[0x14][0xfa][0x7]B[0x1f]![0x9e][0xbc][0x83][0xf2][0x99][0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xd2][0x18][0xa0][0xc][0xe0][0xb]Zhl.[0xe5][0xe0][0x1a]Z[0xdd][0xbd][0x85][0xd0]F3j1[0xe7]j$i[0x81]r|g[0x90][0xbe][0xbb][0xa4][0xee]R[0xce]1R[0x7]:[0xdd][0xf5][0x10][0xba]hUq[0x99]=L[0xe6]O[0x6][0xb3]W2[0xfb][0x98][0xcc][0xdf][0xc]f[0xbf]d^[0xe7]1E[0x3][0x83]yC2[0x7][0x98][0xcc]>[0x6][0xb3]S2[0xa3][0xc7][0x98][0xfe]3[0x98]c[0xc][0xe6][0xa0]d[0xe]1[0x99][0x8f][0x18][0xcc][0x9b][0x92]y[0x8b]y[0xf6][0xa7][0xc][0xe6]m[0x97][0xd9]H[0x86][0x94][0x98][0xb3][0x94][0xed]tqx[0xa8][0xed][\r]|[0xef][0xe1][0xf7][0xe1][0xf5][0x9]l[0xfe]X[0xb3][0x87][0xf][0xb1]a[0x89]u68[0xcc][0xdc][0xe0][0xb][0xcf][\r][0xb6]!&[0xf]}[0x87][0xc9]|[0xc9]`[0xb6][0xba]L[0x95]+[0xa5]x[0xc5][0x96]R[0xe5]J)[0xde][0xb2][0xa5]T[0xb9]R[0x8a][0xaf]l)U[0xb6][0x94]?[0xd8]R[0xaa]l)[0xb1][0xa5]T[0xd9]R[0xfe]aK[0xa9]r[0xa5]T[0x1a][0xd9]R[0xaa]\)[0x95]^[0xb6][0x94]w+JYsJJE[0xf5][0x90]R[0xe5]J[0xa9]$[0xd8]R[0xaa]\)[0x95][0x15][0xb6][0x94]#[0x87][0x87][0xf6]x[0xe7]*[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef]\[0x97]Io[0xf1]Q[0xdc][0x83][0xf3][0x16][0x1f]s[0xeb][0xc6][0xff][0x1]PK[0x7][0x8][0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]jakarta/json/JsonBuilderFactory.class[0x9d]S]o[0x12]A[0x14]=C[0x11](bi[0xa9][0xf4][0xc3][0xaa][0x95][0xaa]-[0xf4]Ab[0xa2]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0xa2][0xc4][0x1a][\r][0xb6][0xf][0xb4]5>[0xe][0xcb][0x88][0x83][0xeb][0xee]f[0x98]U[0xf9]e&[0x9a][0xe8][0xbb]?[0xca][0xf4][0xce]B[0x91][0x8f][0xdd]t[0xe3]n2{[0xe7][0xde]s[0xcf]=3[0xf7][0xee][0x9f][0xbf]?~[0x1]x[0x84][0xfd]4[0xee]e[0xc1]p?[0x8d][0xdd]4[0xf6][0x18]V-%[0xb8][0x16][0xc7][0xed][0x9e][0xb0][0xf4][0xb]_[0xda][0x1d][0xa1][0x18]v[0xca][0x95]f[0x8f][0xe2]J[0xf3]j[0xaf][0xef]:[0xd5]7[0xb4]Laj[0xc][0xb5]r[0x14][0xa6][0x16]#;[0xd9]p;[0x82]![0xdf][0x94][0x8e]8[0xf2]?[0xb7][0x85]:[0xe1]m[0x9b]<[0x85][0xa6]kq[0xfb][0x8c]+i[0xf6]#gR[0x94]}[0x86][0xd2]<[0xef][0x88][0xf1][0x90][[0xda]U[0x3]"N[0xb9]A%[0x86][0xcd]Hy[0xc][0xf][0x8d][0xf6]/[0xbc][0xea]kiW[0xdf]r/[0x8e][0xe2][0xfc]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xda][0xb4][0xd4][0x81]w![0xf7][0xf1]4[0xb4]>[0xdc][0xda][0xdc][0xe9]V[ZI[0xa7][[0x9b][0xf0][0x8c]D[0x1d][0x10][0xe1]bKv[0x1d][0xae]}E[0x1c][0xef][0xca][0xff]E[0x12][0xe3] [0x85]a[0xcf][0x9f]+[0xc5][0x7][0xe3][0x96][0x97][0xc2]Z>[0x9][0xa1][0xc4][0xa7]![0x1d][0xf] aUgr[0xaf]p[0xb3]g[0xd8][0x88][0xa2]`x2y[0xe2][0x86]k[0xdb][0xa4]Z[0xba]N[0xc][0xf2][0xac]5F[0x9b][0xae][0x84][0xb2][0xc][0x7]b>P[0xdf]77[0xff],[0xbc][0xb6][0x9]^^~[0xa9]+t[0xc3]u>[0xc8][0xee]k[0xe7][0xb4]O[0xbd][[0x9].szXvg}![\r][\r][0xa4]d[[0xae][0xaf],q([0xcd]$[0xad][0xcf][0xcf][0xf8][0x3][0x93][0xc6][0xb0][0xf7]/[0xfb][0xd4][0xe9][0xfb][0x9e][0xe7]*-:[0xc7][0x9e]P[0xdc]([0xf9][0xcd][0x12][0x9e]1r([0xa3][0xc2][0xb0]}[0xc9][0x9f][0xc3][0xb0]<;M[0xf4]/[0xd5][0xa5]#[0xf5][0x1][0xc3]B[0xb9]r[0x96][0xa2][0xf][0x92]0O:I[\r]E[0x8a],[0xf3]M[0xd3][0x9a]![0xbb][0x8e][0x4][0xbd]@[0xe6]'[0xd8][0xfb][0xef]H[0xfc]&;[0x81]EZS[0x84][0x0]^!K[0xeb][0xda][0x10][0x83][0xab][0xc8][0x5]\[0x19]\[0xc3][0x12][0xc5][\r]S[0x9e]b[0x86][0xe9]([0x84]ia[0x82][0xe9]$[0x92]i[0x99][0xe2]+d[0xe7][0x2][0x9c][0xf1][0x14][0xc8]Z[\r][0x94]\'[0xd5]E[0xca]2[0xaa][0x8b]X[0x8f][0xa9]ZF[0xd4][0xda][0xc0]f[0xa0][0xba][0x88][0x1b]1U[0x8d]`[0xda][0xc2][0xcd][0x19][0xd5][[0xb8]5V}[0x9b]To[0xe3][0xce]x_"k'[0xb0][0xee][0x9e][0x3]PK[0x7][0x8]yc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonException.classu[0x90][0xcb]N[0x2]1[0x14][0x86][0xff][0xe][0xc3][0x8c]"[0x82][0xa2]`b\x[0xd9][0xe8]`[0x9c][0x85][0xec]0l[0x8c]&[0x1a][0xe2]B[0x8][0xfb]26P[0x1c]:f.[0xea]k[0xb9]"q[0xe1][0x3][0xf8]P[0xc6][0xd3][0x82][0xc4][0xb]v[0xf1][0xb7][0xe7][0xf6][0x9d]?}[0xff]x}[0x3][0xd0][0xc0]V[0x1]66[0xb4]l[0xba][0xa8][0xba][0xa8]18gR[0xc9][0xb4][0xc5]P=l[0x8f][0xf8]#[0xf7]C[0xae][0x6]~'[0x8d][0xa5][0x1a]4[0x8f]z[0xc][0xf6]yt'[0x18][0xca]m[0xa9][0xc4]M6[0xee][0x8b][0xb8][0xcb][0xfb]!e*[0xed]([0xe0]a[0x8f][0xc7]R[0xc7][0xb3][0xa4][0x9d][0xe]e[0xc2][0xb0]C[0xac]{[0x1e][0xa7][0xdc][0x1f]%[0x91][0xf2][0xaf]I.[0x9e][0x3][0xf1][0x90][0xca]H5[0x19][0xdc][0xb1]H[0x12]>0[0x90]?K[0x19][0xbc][0x5]V[0xbe]e[0xba][0xc3]8z[0xd2][0xeb][0x8c][0xbf]|[0xc0][0xb3][0x84]H[0xd5][0x85][0x1d][0xc][0x85]N[0x94][0xc5][0x81][0xb8][0x94][0xc6][0xf3][0xf]''z[0xa2][0x88]<[0x1c]-%[0x86][0xed][0xff]][0x9b][0xe2][0x17][0xff]6S[0xa9][0x1c][0x8b]y[0x11]{[0xc8][0xd1][0xa7][0xea]c[0x81]i [0xa9]KQ[0x8b]b[0x8b]n[0xc7][0xab]O[0xc0]^L}[0x89][0xb4]`[0xb2][0xfb][0xd4]y[0x80]ez[0xd5][0xa6]][0x94]_1[0x14][0x7]E[0xac][0x12]C[0xb3]J3[0xd6][0x15][0xed][0xc8][0xd1][0xed]z[0xf5][0xe3][0x9][0xac][0xdf][0xb0]S[0x1a]j[0x18][0xd8][0xee][0xb4]m[0xe]sg0[0xfd]*c[0xcd]X\7[0xd3][0x95]OPK[0x7][0x8][0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]jakarta/json/JsonMergePatch.class;[0xf5]o[0xd7]>[0x6][0x6][0x6][0x13][0x6]nv[0x6]Nv[0x6].F[0x6][0xd6][0xc4][0x82][0x82][0x9c]JF[0x6]#[\r][0x9f][0xac][0xc4][0xec][0xc4][0xa2][0x92]D[0xfd][0xac][0xe2][0xfc]<}/ [0x11][0x96][0x98]S[0x9a]j[0xad][0x89]K[0x82][0x91][0x81][0xbb]$[0x1f][0xce]ed[0x90][0xd2][0xc0][0xa3][0x94]+8[0xbf][0xb4](9[0xd5]-3[0x7][0xa8]R[0x18]$[0xe3][0x9b]Z[0x94][0x9e][0x1a][0x90]X[0x92][0x9c][0xa1][0x97][0x95]X[0x96][0xc8][0xc8] [0x8d][0xa1][0x19][0xa1][0x84][0x91]A[0x0][0xa4]H?'1/][0xdf]?)+5[0xb9][0x84][0x8d][0x91][0x81][0x91][0x81][0x89][0x1][0x4][0x98]X[0x18][0x19][0x98][0x19]X[0x18][0x18][0x80]4+[0x3][0x1b]P[0x84][0x91][0x81][0x1d]$[0xce][0xc0][0x1][0x0]PK[0x7][0x8]'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonNumber.classuR[0xcb]n[0x13]1[0x14]=[0xe]i&[0xcf][0xa6][0xb4][0xa1][0xf][0xca][0xa3][0xd0]B[0x93].[0x18][0x9][0xb1]+b[0xd1][0x7]R[0xab][0x88].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95][0xe8][0xce][0x99]X[0x13][0x87][0x89][0x1d]f_W&[0xdf][0x9a]JG[0xbd][0xe9][0x2][0xad];a[0xc4]U[0xe8][0xb2]%[0x12][0x15][0xf]u[0x9f][0xaa][0xcd][0xae]T"'?s[0x9a][0xca][0xb0][0xdc][0xd5]A6%[0x96][0xd9][0xd9][0x91]E3[0x90][0x9][0xc3][0x6]9}[0xe3][0xb1][0xe1][0xfe]0[0xd1][0xca]?[0xa5]05,[0x1b]}nb[0xa9][0xc2][0xf9][0x91]9K[0x8a][0x92][0xf8][0x9e][0xf2][0x88]l[0x1e][0xb5][0xff])[0x9f][0xf5][0x86]"0[0xfb][0xf6][0x5][0x6]<[0x19][0xe4]{U[0xcf]u[0x1a][0x7][0xe2][0xa3][0xcc][0xa6]7g[0x83][0xde]d[0x8d][0xc][0xbb][0xb3][0xfe]/*I[0xc7]c[0x1d][0x1b][0xd1]?[0x1b][0x8b][0x98][0x1b][0xa9][0xd5][0xf1]$[0x10][0xe3],[0xa9][0xa3][0x8d][0xe][0xc3][0xda]=k3,[0xcd]/[0xc2][0xb0][0xfa][0x9f][0xd8][0xdd]d[0xe9][0xbd]T[0xd2]|[0xb0]orQ"@[0x91]~[0xd5][0x2][0xfd][0xb1]F[0x91][0xaa][0xf0][0x0][0xc2]2*[0x16][0xab][0xe]k[0xa8][l8\D[0xd3][0xe2][0x92][0xc3][0x87]X[0xb6][0xb8][0x82][0x16]9[0xd1][0xe5]`[0x95][0xe2][0x1a][0xe5]oQ[0xa0][0xc]([0xdf][0x80]}[0xfd][0x81][0xc2]/[0xca][0xb]X[0xa7]X[0xb2][0xfc]56([0xd6]s[\r][0x1e]c[0xd3][0xfa]<[0xc1]S[0x8b][0xcf][0xf0][0xdc][0xe2]V[0xb6][0x7]i^[0xd8][0xee][0x97][0x1]PK[0x7][0x8]=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonObject.class[0x8d][0x92]MK[0xc3]@[0x10][0x86][0xdf][0xd5][0x9a][0xd8]/[?[0xda]j[0xfd][0xba][0x89][0x82][0x9a][0x8b][0x7][0xa1]"[0xe8]A[0xa8]h=[0x14]<[0xf4][0xb6]-KH][0x13][0xd9]f[0x5][0xff][0x9a][0x7][0x80]?J[0x9c]lW[0xad]%[0x81][0x10][0xc8]Kf[0xde]ggv2[0x9f]_[0xef][0x1f][0x0][0xce][0xb0][0xef]b[0xdb][0xc5][0x8e][0x8b]][0x17]{[0xc][0x15]_[0xc4][0xb7][0x93]([0xbc]R[0x8a][0xbf]1[0x1c][0x1f][0xde][0x8d][0xf9]+[0xf7]$[0xf]}[0xaf][0x1f][0xab] [0xf4];G[0x14]z[0xe2]*[0xe6][0xde][0x98][0x8c][0xde][0xaf][0xbb][0xc3]P[0xb5][0xf4][0xc3]p,F1[0xc3]I>|j[0x9f][0xe1]{[0xfa]y(Tn~j[0x9f][0xe1][0xa7][0xd6][0xdc][0xbc][0xcd]0[0x14][0x89][0xff]a[0xf]2[0xd8][0xb9][0x10][0xc3]y[0x8a]1'[0xea]P[0xbd]nH[0x83]j[0xa4][0x15][0xeb]24S[0xe2][0xdd]$Q"[0xf2]:[0x8a][0xa4][0xe0]a[0x6]=H[0xa7][0x7]I[0xc2][0x9]&=-%][0xb8][0x1f][0xf8]![0x8f][0xb5][0x12][0xc][0xc1][0x8c][0xd9][0xfe][0x91][0xd4]Q[0xe9]Q[0xe2][0xb7]W[0xd4]q [0xbd]{[0xfe]r[0x91]:[0x83]9[0xf8][0x91]K-:[0x97]t[0xf1]R?[0xd2]j$n[0x2]I[0x85]k;p[0x9a][0x9c][0xc2][0xd0][0xca]X[0x11][0x86][0xfa]|[0x8f][0xc][0xed][0xec]&i#[0xfe]u[0xe9]00,[0xd0][0xb3][0x88][0x2]m[0xb9][0xc0][0xb0][0x4][0x7] u[0xb1]l[0xb4][0x88][0x92][0xd1]2*F[0xab]X[0xb1]Z3Z[0xc7][0xaa][0xd5]5[0xa3][0xeb][0xd8][0xb0][0xda]0[0xda]L[0xbe][0xa9]B[0xcb][0xbc]7[0xb1]e[0xb4][0xfd][\r]PK[0x7][0x8][0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonObjectBuilder.class[0xad][0x94][0xdf]O[0x13]A[0x10][0xc7][0xbf][j[0xaf]V, [0x82]?P[0x4]E)/[0xde][0xb]>[0x95][0x90]P[0x91][0x84][0xa6][0x81][0x87]b[0x13]y[0xdb][0xde]m[0xca][0xd6][0xbb][0xbd]f[0xbb]G[0xf4]/3[0xd1][0x4][0xdf][0xfd][0xa3][0xc]s[0xd7]M[0x88][0xb6]5k[0xc3]m[0xb2][0xdf][0xb9][0xd9][0x99][0xcf][0xce][0xec]m[0xee][0xd7][0xef][0xef]W[0x0]v[0xb1][0xed]a[0xb3][0x2][0x86][0x97][0x1e]^y[0xd8]b[0x98][0xe3]a[0xc8][0xd0][0xaa][0xb5][0xfa][0xfc][0x92][0xfb][0x11]W=[0xbf]m[0xb4]T[0xbd]:y>sm[0xb8][0xdf][0x1f]&[0xca]o[0xd2][0xd4][0xe1]Q*[0xea];[0xe3][0xb][0xa7][0xdd][0xbe][0x8]L#[0x95]Q(t[0x9d][0xe1]h2[0xee]/[0x8f][0x3][0xa8]9[0x15][0x14]ss[0xe1]7d[0xef]X[0x19][0xd1][0xa3][0xd8][[0x81][0x1d][0x8a]@[0xc6][0xf9]8[0xa1][0x9][0xb8][0xb1]y[0xae][0xe0][0x7][0xba]Ya[0xa9][0xe][0x87]F[0xce]uA[0x8c][0xdb]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xde][0x96],X[0xc6]J[0xa5][0xb8]e8[0xeb][0xfa][0x96]I'[0x12]GJm[0xb][0xf8]$[0xf4]vf#[0xe7][0xc1]V[0x93]vV7[0xd3][0xba]S`[0x90]u\[0xd1][0xe2][0xd5][0xfa]f[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xc1][0x9d][0x13][0x10]j[0x82][0xbe][0xd8]$`[0x9a][0xae][0xba];[0x5]*[0xcd][0xaf][0x15][0xf2][0x96][0xee]V[0x1c][0x82][0xe9]l[0x96][0x1b][0xb9]^[0xe][0x8d]4k[0xe7][0xa5]m[0xc7].[0xa6]N[0xf7][0xbd][0xc5].[0xd1]04W[0xcf][0xee]-[0xeb][0xa5]z[0x96][0xf2]L[0xd6][0xac]'[0xe8][0x9]1[0xc0][0xc9][0x13]p[0x9][0xab]R[0x9c]y[0x3][0xe6](`@[0xb3]+N[0xd6][0xb8]_`[0xa0][0xad][\r][0xaf]q[0x6][0xa6][0xe0][0x16][0xdb][0xfe][0x9][0x5][0xbb][0xd8][0x93]`[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0xbe][0xf]S[0xc1]m[0x14][0x15]L[0x83][0xa4](>T[0xf0][0x11]&[0x99][0x14][0x93]`+(a_@[0xef][[0x18][0x89]o[0xb3]F[0xa9][0xb6][0xcf]W[0xce][0xf6][0xe4]^[0xa5]`[0xe6][0xc][0x87]A[0xd2][0x82][0xce]/[0x9a][0xa6][0x91][0xd7][0xcd] [0x9f]}p[0xdb]v[0x82][0xee][0x8e][0x11]<[0xb5][0xa8]A{[0x9b][0x1f].i[0xa9][0x95]`[0x89][0xa5][0xf7][0xbf]}*[0xa8][0xc0]AY[0x81][0x8b][0x18][0x83][0xbc]K[0xdd][0xd3]s9&[0xce]([0xb8][0x89][0x11][0x9a][0xbb]c[0x14][0xed][0x3]CA[0x98]i[0x92]c[0x94]L=Kj[0x84][0xa9]b[0xcd]4[0xca][0xe5][0xac]][0xfa]N[0xc1][0x18][0x97]][0xa3][0xec]*[0x18]gr[0xeb][0xe9]9[0x8][0xf0]fM[0xdb]2[0xce][0x8e]<[0xb5][0xb5]kd][0x9a]@W[0xf3][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xf8][0xe4][0xea][0xf0]'>[0xdd]|[0xcf]O[0x86]c[0x80][0xcd][0x16][0x96][0xad]H[0xfb][0xd9]c:2[0xf6]+[0xba]Y^[0xcc][[0xb6]c[0xc4][0xf5][0xf2][0xbb]6v[0x83][0x1a][0xa3][0x97]J[0x86][0x95][0x13]0[0xf6][0x8e][0xe7][0xd6]tp[0x94][0x8f][0xec][0xda][0xb5][0xa3][0xd8]-[0xfa][0x92][\r][0xd3][0x17]V[0x8e][0xf5][0xb0]f[0x3][0xc4][0xc3]u[0x1e][0xa9][0xf3][0xd1]:[0x1f][0xab][0xf3]q[0xc6][0xa1][0xb2]m[0x2][0xda]{[0xd9]J[0x92][0xee][0x83][0x9f][0xad][0x16][0xa8]K[0xa4][\r][0x12]g[0xbf]@[0x15][0xc2]!Z^[0xc1][0xf3][0x94]4[0xfa]0pOf[0xbb]C[0xfe][0xb7][0x89][0xd6][0xfc]'[0xd1][0xc2]O[0x3][0xaa][0x18]~[0x1][0xef]+[0x88][0xcc][0xbf][0xe5][0x94][0xff][0xa7]D[0x95][0x9a][0x17][0xa6]Xl[0xb2][0xd3][0x96][0x10]e[0x8][0xf][0xe0][0xa1]Z[0xc8]#[0x1c][0xe9];[0x82]/<[0xf6][0x1b][0xa4]g[\r][0x8c]V[0xb2][0x2][0x1b][0x84][0xb5]I[0x1]O8V[0x17][0xd9][0x18][0xe2],[0xaf][0x87]I[0xac]"[0xf][0xe6][0xf8][0xad][0xbb][0x14][0x89]^I=[0xbf](q[0x16][0xd9][0x1b][0xfe][0x15][0xd2][0xd9][0xd4]r'R[0xf3][0xd6][0xe1][0xfc][0x98]o[0x14][0xf7][0x13]%[0xe6]%[0x1e][0x1]9[0x19]y9[0xeb][0x99][0xeb][0xef][0xfb][0x19][0xfd][0x91][0xfe][0x89])[0xb1]G<[0x84]?|[0x88][0xc0][0x8f][0xf0][0xf5][0x88]O[0xbf][0xf7][0x8][0xbf][0xfc][0xfb][0xf7]1.d[0x8e][0xa1]d[0x8e]pQm=D[0x1b][0xd9][0xdb][0xe][0xd1]~[0x84]K[0x12][0x8c][0x87][0x87][0xee][0xe2][0x90]6:[0xe8][\r]_[0xc3]>u[0xdc]F[0x88]^[0xd1][0x9b][0xca]:[0xd0][0x86]{[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb]I[0xbc]6+[0xe2][0xbc][0x13][0xaf][0xe1][0x97][0xe0][0x11][0x84][0xee][0x8]C[0xc6][0x2][0x12][0xf5]D[0x8f]8&[0xf0][0xc3]1[0xc4][0x8c][0xaa]z[0xd4][0x8e]#\~[0x8e]N[0xae]v[0x89][0xea][0x15][0xae]vs[0xb5][0xc7][0xab][0xf6]r[0xf5]*W[0xfb]|j?W[0x7][0xb8]zMR[0x83]\[0xbd][0xce][0xd5]AY[0xbd][0xc1][0xd5][0xa1]v[0xdf][0x1f]t[0xe0][0xa9][0xa2]S[0xcb][0x88]Utk[0x19]o[0x15]W[0xb5][0x8c][0xaf][0x8a][0x1]-#Uq][0xcb][0xc8]U[0xc]i[0xcf]![0xc5]@n_[0x1c]'[0x12][0xfd][0x87][0x8b]_PK[0x7][0x8]*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/JsonPatchBuilder.class[0x9d][0x91][0xcd]J[0xc3]@[0x14][0x85][0xcf][0xad]i[0xa2][0xd1]j[0xfd][0xdb][0x8][0xee][0xeb][0xc6],[0xec].;A[0xc1][0x1f]P([0xb8]p7[0x9d][0xc]5qL[0xca]tR[0xe8][0xab][0xb9][0xf0][0x1]|([0xf1]&[0x1d][0x14]j4[0xe0],[0xe6]c[0xee][0x9c]s[0xe6][0xc0][0xbc][0xbc][0xbe][0x1][0x18][0xe2] [0xc0]^[0x80]}[0xc2][0x9a]H[0x12][0xc2][0xcd][0xe0]6[0x13]s[0x11]i[0x91]O[0xa2][0x91]5i>[0x89]y[0xf2],[0x8c][0x15]Q6+[0xf2][0xe8][0x9a][0xb7][0x7][0xa1]K[0x15][0x9f][0xfc][0xbc][0xb8][0x17]V>[0x9d][0x97][0xa9]N[0x94][0x89][0x9][0x17][0xcd]i+[0x93][0xf6][0x9c]aC[0xce][0xd5][0xff]l[0x8f][0xed]6[0xdf][0xa8][0x97]b[0xae][0x8]g[\r][0xfe]v{`[0xd4]T[0xb][0xc9]~o[0x19][0xe3][0xc9]b[0xba]`X5[0xb3][0x84][0xee][0xb8]R[0x12][0x8e][0x6][0xbf]EqF8*J#[0xd5]e[0xaa][0xd9][0xb8][0xfa][0xc8]i[0xd5][0x8a]p[0xfc]g[0x13]B[0xff][0xbb][0xfc][0xdd]8S[0xd2][0xfa][0x4]B[0x7][0xd5][0xea]{[0xfc][0xe3][0xf0][0x80][0x9a]]G[0xdf]1[0xa8][0xb9][0x8e][0x8d][0x9a][0xa1][0xd3][0x85]N[0x17]:][0xe8]t[0x9b]n[0xbe][0xe5][0xd8]s[0xfa][0xde][0xd7][0xd9]w\[0xea][0xb7][0xb1][0xc3][\r][0xb8][0x1f][0xef][0x1d][0xec]~[0x2]PK[0x7][0x8][0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x0][0x0][0x0]jakarta/json/JsonPointer.class[0x95]R[0xb1]N[0xc3]0[0x14][0xbc]WJ[0xd2][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x5][0x8a][0xc4][0xc6][0x9a].dA[0xc])Bba@H [0x12]1[0xb0][0x19][0xd7][0x8a][0x12][0x82][0x8d]\[0xa7][0x1f][0xc7][0xc0][0x7][0xf0]Q[0x88][0x97][0xa4][0x2][0x89][0x8a][0x0][0x1e]l[0x9d][0xef][0xde][0xdd]Y[0xf2][0xdb][0xfb][0xcb]+[0x80]c[0xec][0xfb][0xd8][0xf3]1&[0xac][0x89][0xd9][0x8c]p[0x1b]\[0xe5][0xe2]QX'[0xc2]|ntx[0xc9][[0xec]l)]i[0xd5]t[0x95][0xbb][0x13]E[0xa9][0xa6][0x93][0xb6]!B?[0xce]R-*@8?M[0xa2][0xa8]M~[0x16]$[0xc9][0xcf]A[0xcc][0x11]<[0xab][0x9e][0xcc][0x82][0xcd][0xa2][0xd6][0xb6][0xbf][0xb4][0x9a][0xfc][0xa9]I[0x93][0xe8][[0xf5]\[0x8][0xc9][0x91]Ci[0xb4][0x13][0x99][0x9e][0xd7][0x85][0x8][0x87][0xed][0x15][0xee][0x9][0xbd]T[0xb9][0xa5][0xf8][0xe4][0xbf]}[0x9b]W[0xb3][0x87]3[0xac][0xcb]tJ[0x18][0x7][0x95]n![0xc2]B[0xe8]4lnY1[0x88]Mi[0xa5][0xba][0xc8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce][0x19]U[0xb3]7&[0xd3]N[0xd9][0xa3]JL8X[0xf1]^[0xf2][0xac][0xfe][0xb2][0xbb]~[0xc8][0x95]t[0x1e][0x81][0xd0]A[0xb5][0xbc].[0xff][0xc]t[0x19][0xaf]3[0xea][0xd4][0xd8]G[0xef][0x13][0xf7][0x19][0xf][0xbe][0xf1][0x1b][0xd8][0x4][0xf8][0x1c]b[0xab]>[0xb7]1b[0x8e][0xb0]S+v?[0x0]PK[0x7][0x8][0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonReader.classu[0x91]MO[0x2]1[0x10][0x86][0xdf][0xe2][0xc2][0x2][0xa2]|[0x88]"[0xf8]q[0x15].nb[0xbc]iL[0xc][0xd1][0x83]![0x92][0x88][0x92]x,K[0xa3]][0xd7][0xed][0xa6][0xbb]k[0xf0][0x97][0x99]h[0xa2]w[0x94]q[0xb6]H8[0x8][0x97][0x99][0xe9];O[0xdf]N[0xdb][0xef][0x9f][0xf7]O[0x0][0xc7][0xd8][0xb3][0xd1]([0x82]a[0xdb]F[0xd3]F[0xcb][0xc6][0xe][0x83][0xa5][0x5][0x1f]3[0xec][0xb7];=[0x8f]?q[0x1d]s[0xc7][0x8b]T[0xe0]\Q[0x18][0xc4]:q[0xe3]D[0x8b][0x13][0x86]b[0xca][0xf5]G[0x9e]pc[0x86][0x9d]E[0xf4][0xb4]Ih!E[0xcf][0xb5][0xe6][0xaf][0xc][0xad]E[0xa4][0xe9][0xcd][0xc0]![0xf7][0x13][0xb1][0x4]4=[0x2][0xad][0xae][0x1a][0x13]S[0xee][0xc9]@\'[0xcf]#[0xa1]o[0xf9][0xc8]'[0xa5][0xd6]S.[0xf7][0x87]\[0xcb]t[0xfd]'Z[0xf1][0xa3][0x8c][0x18][0x9a][0xff][0xfd]n[0xe8]<[0xa1][0xc9]0[0xeb][0xfa]*"t[0xa5][0xdd][0x19][0xd2][0xdd][0x6]*[0xd1][0xae][0xb8][0x94][0xe9][0xee][0xf2][0x1c]<[0xf4][0xf8][0xb]g8H[0x93][0xe3][0xf3][0xe0][0xc1][0xb9][0xb][0xa2]$[0xc][0x95][0x8e][0xc5][0xb8][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd]c[0xa9][0x82][0x8b][0x89]+[0xc2][0xb4](a[0x17]u[0x86][0xc6][0x92]c[0x19]*s[0xa3][0xd9]KV[0x8d]$[0x95][0xd3]M[0x7][0x9a][0xce][0x9f];[0x95][0x81][0x8c][0xcf]r4[0x1e],[0xfa][0xae],}^[0xd6]"[0x1d]6@9[0x8f][0x82][0xc9]E[0xac]R[0x87][0xa1][0x84]5[0x8a][0xeb]T[0x1f]!C[0x15][0x90][0xff][0x0][0xbb]C[0xe6][0x8b][0xea][0xc][0xca][0x14]sF[0x9f][0xa0]B[0xb1]4ePE[0xcd][0xf8]l[0xa0]n|6[\r][0xbd][0xf5][0xb]PK[0x7][0x8][0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonReaderFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0x83][0xb7]J/[0x85]B[0x8b]"[0xb8][0xf8][0x1][0xcf][0x18]c[0xd6]5)[0xd9][0xb7][0x82][0xbf][0xe6][0xc1][0xf][0xf0][0xa3][0xc4][0xb7][0xcd][0xc2][0x82]hs[0xc8]L[0xe6][0xcd]L[0xde][0xd7][0xf7][0xc7]'[0x0]\[0xc2]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{)[0xc][0x5][0xc]T[0xd0]H[0xfa]N[0xe3][0xa3][0xe][0x2][0xce]F[0xd7]9[0xbe][0xa1][0xb4]^Fi2f[0xe1][0x5][0x3][0xa1][0xcc]K[0xef][0xe4][0x92][0xaf]f"[0xe0][0xa2]u/[0xdc][0xaa][0xa2][0x8c][0xb8][0xec]ucd[0xf9]w$[0x8a][0x8e]U[0xf5][0x8c][0xa1][0xd4]$g[0x11]7[0x96][\r]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xa6][0x99]wO[0xd6],[0xdc]}[0xa9][0x5][0x1c][0x8e][0xc6][0xb1][0xa9]"[[0xc8][0x1b]\[0xb1][0xa9][0x97]Y[0xe3][0x90][0xaa][0xc0][0xf3][0x93][0xdf][0xf3][0xab][0xf8],[0xd0][0x19][0xc9][0xab]Xg&[0xa7]S[0xe][0xf5]3_[0x5][0xa5][0xe7][0xb6][0xe0][0xd4]Q[0xfb][0xe9][0x1c][0x15][0xf9][0xf0]~^[0xa7][0x4][0x1c][0xff][0xb3]Z[0xe3][0x12]p[0xd0][0xb6][0xdf]>[0xe4]ZQW[0x80][0x80][0xe][0xd4]'I[0x4]lA[0xc2][0xa4][0xc6][0xed][0x6][0xbb]kLa[0x87]}=vu[0xa0][0xcf]lw[0xcd][0x6]?PK[0x7][0x8]g[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonString.classe[0x8f]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]`[0x10][0x85][0xdf]h4qWp[0x1]O[0x90]4[0xa6][0xb1][0xb3][0x14][0x4]E[0xb0][0x8]X[0xd8][0x8d][0xf1]'1[0x86][0x4][0xb3]x8[0xb][0xf][0xe0][0xa1][0xc4]Q[0xb][0xb7]b[0x16][0xde]|[0xb3]]o[0xe7][0xb][0x80]1::[0x9a]:Z:[0xda][0x84][0x8a][0xa7]2'K[0xf6][0x91]G[0xe8][0x9a][0xd6]2[0xe0][0x13][0xdb]!G[0x9e][0xfd]R'[0x4]C[0x90][0xa9][0xcf]IJ[0x18]~[0x11][0xf][0xd1]Q[0xc7]\E[0xae][0x12][0xae],)[0x87]B[0xf5][0xcc][0xf]h[0xb5][\r][0x94][0x9b]M[0xac][0x8d][0xc][0xf2]9[0xf5][0xa7][0xf1]N[0x11][0x8a][0xa6]5'T[0x9d]8O\5[0xdb][0x87]"[0xb5][0x16]i[0x1c][0xbd][0x96][0x8e][0x1e][0xed][0x84]A[0xc0][0x7]N2[0xb6][0x3][0xa9][0xd8][0xef]2[0xa1][0xfd];[0x9f][0xd0][0xff][0x83][0xd7][0x1c][0xe6][0xaa]L [0x14][0xc4][0x8a][0xf2][0xba][0xa6][0x11]4[0x94]$[0x91]k[0xa1]?[0xa3][0x81][0xca]3VQ[0x13][0x82]P[0x17]_@[0xe3][0xe]PK[0x7][0x8][0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonStructure.class[0x8d]Q[0xcb]J[0xc3]P[0x10]=[0x13]cR[0xfb][0xb0][0xf][0xb5][0xd6]Zw.[0xea][0x83]f#n[0xba]p![0xb8][0x90][0xa2]B[0xa5][0xfb][0x9b]x[0x89][0x89]1[0x81][0xdb][0x1b][0xbf][0xcb][0xa5][0xba][0xf0][0x3][0xfc](q[0x12][0x8b]"1"[0x3][0x87];3[0xe7][0x9e]y[0xbd][0xbd][0xbf][0xbc][0x2]8[0xc2]N[0x15]mtjX[0xc3][0xba][0x8d][\r][0x1b]][0x1b][0x9b][0x84][0x8a]/[0xf5]LD[0xa9]$[0x1c][0xe]'[0xa1]x[0x10]N$b[0xdf][0x99]j[0x15][0xc4][0xfe]x[0x8f]CwBi[0xe1][0x84][0xf3]$v[0xce][0x19]r[0xf6][0x98]`[0x9e]&7[0xfc][0xab]9[0x9]by[0x91][0xde][0xbb]R][0xb]7[0xe2]Hg[0x92]x"[0x9a][0x9][0x15]d[0xfe]"h[0xea][0xdb]`N[0x18][0x14][0xf5][0xb8]R[0xea][0xe9]Te[0x9a][0xb5],z[0x95][0x4][0xb1][0x96]*[0x13]*[0xf4]C[0xa8]N[0x93]Ty[0xf2],[0xc8]K[0xfd][0x10][0x18]et[0x1b][0xbd]:[0xb6][0xd0][0xb7][0xb1]][0x87][0x85][0x1][0xa1]_^[0x92][0xd0][0xfa].q[0xe9][0x86][0xd2][0xd3][0x84][0xee][0xef]#[0x13][0xda][0x85][0x4][0xa1][0xe1]))[0xb4][0xfc][0xea]y[0xf4][0xbf]%.[0xf8][0xac][0xe2][0x89][0x84][0x88][0x84]g>[0x4][0xb1][0xc6]DR[0xc6][0x88][0x8f][0x94]If[0x91][0x92]1[0xce][0xf0][0xb9][0x8c][0x10][0xc3]u[0x19][0x13][0xc]7dL2L[0xcb][0x98]b[0x98][0x91][0x11]f[0xb8])!+[0xc0][0x9d])[0x16]3[0xba][0x0]o[0xc5][0xa8][0xb5][0xcd][0xd2][0xc7][0xf][0xa6][0x0]%o[0xdb]f#[3[0x9a]M[0xb3]) [0xa2][0x1e][0x1a][0xef][0x8d]F[0xcb][0x88][0x1f]6[0xeb]v|[0x97][0x4]7[0x9e][0xb9]tI[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xec]m[0xee][0xe6][0xb2]%[0xfa][0xd0]J[0xc5]|a[0x87]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0x97][0x9b][0xb9][0xa2][0x0][0xb1]T,[0xe7]([0xd3]vF[0xd5][0x8][0xc5]BYU[0x5]H3[0x95][0x8c]Z[0xce]i[0x2][0xa6]_[0xdd]*[0xc1]1#T[0xce]l4v+[0x7]1[C[0xcd][0xf4][0xab][0x96]m[0x16][0xda]G[0xfb]f[0xa3]d[0xec][0xd7][0xe8]D[0xe2][0x91][0xf6][0xde][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0x8d]R[0xa0]c#^3[0xec][0x83][0xb8][0xd6]jX[0xf6]A2v[0x9b][0xd8][0x1][0xb5]^5j[0x15][0xa3]a[0xb1][0x90]N\[0xd1]6[0x8e]L[0xa6][0xfb]'&U[0x9f][0xb2]l[0xab][0xb5]. xM[0xca]|[0xac]B[0xde][0xad]w[0x16]u[0xe7][0xd5][0xac][0x3][0xdb]h[0xb5][0x1b][0x14][0xc9][0x15]e[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "9U[0xad]9[0xce][0x89].[0xdf][0x9c][0xdd]>J[0xdd]\[0xeb]:%[0xf7]i[0xf5]v[0xa3]jn[[0xac][0xca];[0x97]V[0x8b],[0x98][0x82]{l[0xa7]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6][0x90][0x93][0xb0]- |SL[0x5]s[0xd8]Q[0xf0][0x0][0xf][0x15][0x8c]`L[0xc1]8[0x13]!&&[0x98][0x98]db[0x8a][0x89]0[0xc6]([0xe1][0xd5][0x9a]i[0x11][0xaa][0xb5][0xba]M[0x95][0xc]Ec][0xfd][0xec][0xed][0x1f][0x9a][0xd5][0x16]U[0x1b][0xbc]>[0xbf][0x80][0x95][0xee][0xd1][0xf1][0xed]L^[0xff][0xfb][0xba][0xd3]%[0xd3][0xcb][0xb4][0xeb]A[0xba]Hrz[0x94][0x95][0xb][0x10][0x8e];[0x18]rp[0xc2][0xc1]I[0x7][0xa7][0x1c][0xc]3[0xf4][0x8f][0xb1][0x19]Q[0x4][0x11]^Lc[0x6][0xb4][0x83][0xc4]"[0x84][0xec][0xf1]u |A[0xcf]9\[0x9f][0x89][0x9][0xb8]O[0xd2][0xc3]u[0xcb]d?[0x87][0xa8]c[0x9f]@[0xf]?[0xf5][0x5][0xc4][0xf9][0xaf]p[0x9f]Cd[0xf6]=W[0xec]c$[0x95][0xb]+[0xcc]c[0x81][0xeb]i[0xce]$g[0xb9][0xde]E/ [0xcd]/[0x84][0xce][0xe0]9[0xf9][0x8f][0xbb][0x84]EV:[0xe2][0xdc]f[0x9]2i[0x97][0x9c]B~Q#[0xec][0xf9][0xf4][0x1d][0xa2][0x1e][0x90]\g[0x90]O[0xe1][0xe5][0xc4]'r[0xd2][0xcb][0x89][0xe2][0xe6][0xa4][0x8f][0x93];[0x1e]N[0xfa]9[0xf1]K[0x9c][0xc]p[0x12][0x90]9[0x19][0xe4]d[0xc8]a7[0xec][0x97]~[0x10]wuh[0xa1]u[0xb1][0x83]^Mww[0xd0][0xa7][0xe9][0x9e][0xe][0xfa]5][0xea]`@[0xd3][0xe5][0xe][0x6]5[0xdd]OG[0xc3][0xda])[0x84][0x93][0xcb][0xf1]E[0xa8]^`[0x5]}X[0xa3].6h[0x88][4[0xbe]<2([0xd0][0xab][0xe1]5[0x1f][0xc5]Eo[0x8f][0xf0][0x98]c[0x2][0xa3]|lt[0x93][0xf0][0x14]w[0xd3][0xa3][0x1]PK[0x7][0x8][0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1c][0x0][0x0][0x0]jakarta/json/JsonValue.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xb7][0xa5][0xcb][0xca][0xa5]"P[0xa0][0x88][0x8][0xd8]"R/xm[0x5]J-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x8b][0xa1][0xa5]I_$C[0xd9][0xe0][0xe2]vK[0xb6][[0x13][0x1e][0xfd]Gj[0x13]I$1>[0xfb][0xa3][0x8c]gf[0xcb]EZ[0x82][0xfb]0s[0xce][0xd9][0xef]|[0xe7][0x9c]of[0xf7][0xf7][0x9f][0x1f]?[0x1],`MAR[0xc5]}[0xff][0xc8][0x1d][0x97]'[0xf7][0xeb]5;[0xb9]N[0xcb][0xc6][0xce][0xbe]QqS[0xc]}[0xe7][0xf0][0x99][0xcd][0xcd]L[0x99]a[0xb8][0x1d][0x9e]q[0x1c]~H[0xe8]@~K[0xd7];"dG[0x2]Q[0xdc][0xdc][0xca]1[0x4]W3z[0x81]vm[0xcf]p[0xcf]5;[0x15]O\[0x92]:u[0x8a]"[0x12][0x8d][0xd7][0xcf][0x9a]d[0x18][0xed][0x94]u:A [[0xdb]%[0xea]^[0xdd][0xb4][0x8d]|[0xa3][0xba]c8E[0xbe]cQ$[0xa2][0xd7]*[0xdc]*q[0xc7][0x14]~+[0x18]p?[0x98]$S[0xb7]WA[0xce][0xc5]0[0xd2][0xa9][0xc0][0xc9][0xcc]]n[0xad][0xe0]:[0xa6][0xbd][0xc7]0 q[0x9f]x[0xd2][0xe2][0xf6]^[0xd2][0x8b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "D[0xba]b[0x99][0xb6][0xe9].2[0xf8][0xe3][0x89][0x12][0x83]Z[0xa8]5[0x9c][0x8a][0xb1]j[0x8a][0x8a]=[0xa7]3[0xce][0x8b]\[0x86][0xa1]KfQ[0x90][0xd5][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa4][0xda]`[0xe7]fH[0xf8]^[0xe4][0xaa][0x7][0xee][0xa1][0x97][0xab]a[0x15]s[0x1a][0x86]0|[0x91]_[0x82]d[0xba][0x86](Fh[0xd8][0xce][0x7][0xb0]V=[0xb0]4[0x8c][0xe2][0xb5][0xa0]z#[0xac]1[\r]1[0xe1][0xc6][0x84]5.[0xac]q[0x8c]ujN[0xe6][0xd3]U:[0x93][0xe6][0xe4][0xe4]&[0xae]:l:[0xb7][0xb3],y[0x89][0xe9][0x88]*[0xbc]N[0xb9]3q[0xfd]"a*[0xd1][0x1e]b[0x8][0xa5][[0xe2]O[0xfe][0xcf][0xdd][0x9a][0x8e]_[0x8d]J[0x94]Bt}p[0x9d][0xbe][0xe1] [0x89]F[0xaa][0x92][0x15][0x15][0xf2][0xc9][0x9d][0xa4][0x91]{[0xac][0xb5][0x8f][0xcb]=[0x18]`[0xb8][0x89][0x9][0xb2][0x18]na[0x92][0xd6][0xdb][0xf2][0x1f][0xe0]#[0xb]P#l[0xf6];|[0xbf][0xc0][0xbe][0x90][0xe7][0xc3][0x14][0xad]![0xf9][0xa6][0x81]iZ5[0xf][0x85][0x19][0xc9][0xc5]p[0x7][0xf1]6[0x6][0xbf][0xc7][0xe0][0xbf][0xc8][0xf0][0xb9][0x9d][0x81]zI`[0x96][0xfc].[0xdc][0xc5]\[0x8b]i[0x17]~[0x88]'}[0x8c]@[0xf9][0x8][0xc1]&B[0xc7]P[0xc8][0xea]j"|[0xc][0xb5][0xfc][\r][0xdd]G[0xd0][0x9a][0xb8][0xe6]9=[0xd2][0xe9][0xf5][0x9c]>[0xe9][0xf4][0x95][0xdd][0x89][0xda][0x83][0xa4][\r][0xa8][0xb2]J[0xfc][0x3]([0xd3][0xcc][0xef]1[0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "uvO[0xf6]7O[0x8][0xd1][0xf]}6[0xa4][0xe5][0x8d][0xe5][0xe8]_PK[0x7][0x8]S"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]jakarta/json/JsonValueImpl.class[0x8d]R[0xdb]n[0xd3]@[0x10]=k[0xa7]u[0xe2][0xb8][0x17]B[0x9b][0xd2]Rh[0xd3][0xb][0xc4][0xe][0xd4][0xa5]P[0x10][0xb4]@[0xa5]J[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe1]"[0xa5][0xca][0x3]o[0x9b][0xb0]j[0x9d][0xba]v[0x88][0x9d]"[0xf8][0x13]~[0x80][0xa7]<[0x80][0x4]A[0xf0][0x80][0xe0][0x95][0x8f]B[0x8c]7N[0x94][0x6][0xaa]"[0xcb][0xb3];[0xb3]3g[0xcf][0x99][0x9d]_[0xbf][0xbf]}[0x7]p[0xb]wt[0xa4]q%[0x5][0x1d]W5[0xe4]uZ[0xcd]4T[0x98]:FaE[0xa6][0x10][0x99]k:[0xae]cE[0x83][0xad]aU[0xc3][\r][0x86][0xd4]1w[0x9b]b[0xef]M]hX#[0xb7][0xdc]u[0x19][0x8c]][0xcf][0x13][0x8d]m[0x97][0x7][0x81][0x8][0x18][0x16][0x8a]5~[0xc8][0x1b]![0xb7]k[0x81][0xef][0xd9][0x8f][0xc8][0xc8][0xe4][0xa5]^[0xc9][0x6][0xc3][0xf0][0xa6][0xe3]9[0xe1][0x3][0x86][0xe5][0xfc][0xd9][0xe9]f[0x99]![0xb1][0xed][0xbf][0xa4][0xbb][0xc6][0x8a][0x8e]'[0x9e]6[0x8f]*[0xa2][0xb1][0xc7]+.E2E[0xbf][0xca][0xdd]2o8[0x91][0x1f][0x7][0x13][0xe1][0x81]CTfO[0xc1][0xde]=[0xaa][0xbb]D[0xc2][0xd8][0x17]a[0x9f][0x8e][0xa5][0xbc][0xf9]_[0xd4][0xc5][0xab]&w[0x9]}2[0xa2]~[0xcc]m[0x97]{[0xfb][0xf6][0xb3]JMT[0xc3][\r][0xf3][0x5][0x83][0xea]Wj[0x11][0xaf][0xbf][0xe][0x19]FJ![0xaf][0x1e]>[0xe1][0xf5][0x98]g[0xf2][0x80][0x7][0x7][0x1d]ej[0xde][0xdc][0xa5]@[0xe8][0x97][0xc2][0x86][0xe3][0xed]3LH:][0x88]N[0x94] [0xf4][0x92][0xdf]lT[0xc5][0x8e]#[0xc5][0x9f][0x90][0xb4][0x12][0xa5][0x1b][0xc8][0xe0][0xa6][0x81][0x11][0x9c]c[0xc8][0xfe][[0x8e][0x81]i[0xcc][0x18][0xb8][0x88]Y[0x3][0xf3][0xc8][0x19]4[0x15][0x8b][0x1a][0xd6][\r][0xdc][0xc6]"[0xc3][0xcc][0xe9]=c[0x18][0x1f][0x14]E[0xd9]FjP[0xff][0xf3]>[0x88]t[0xc][0xa1]`I[0xda]e[0x8c][0xcb][0x96]2[0xd9][0xfa][0xb1][0xad][0xe9]?PK[0x7][0x8]m[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0]jakarta/json/JsonWriter.classu[0x91]MO[0xc2]@[0x10][0x86][0xdf]E[0xa0][0x8]([0x1f][0xca][0x87][0x82]z[0x14]/[0xf6][0xe2][\r]bb[0x88][0x1e][0xc][0x91][0x3][0x8a][0xf1][0xb8][0x94][0x8d].[0xd6][0xb6]Y[0xb6][0xa8][0xbf][0xcc]D[0x13][0xbd][0xfb][0xa3][0x8c][0xb3][0x8b][0x86][0x83][0x98]&3[0xd3][0x99][0xa7][0xef][0xbc][0xdb][0xfd][0xfc]z}[0x7]p[0x84]][0x7][0xf5],[0x18][0xb6][0x1c]l;h8h2d[0x1f][0x95][0xd4][0xe2]D)[0xfe][0xcc][0xd0]h[0xf5]&[0xfc][0x9e]+[0xcd][0xdd][0xc9]4[0xc][0xdc]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xd4]>[0x18]2[0xe4],[0xda][0x1f]M[0x84][0xa7][0x19][0x9a]K[0xd8][0xf9][0xcc][0xc2])[0xb]3[0xec]-[0xc1][0x6]Z[0xc5][0x9e][0x8e][0x95][0xb0][0xe4][0xb2][0xa5]C[0xee][0xc7][0xf3]i[0xb2][0x1b][0x8e]I[0xa6][0xd0][0x93][0x81][0xb8][0x88][0x1f]FB][0xf2][0x91]O[0x9d]r/[0xf4][0xb8]?[0xe4]J[0x9a][0xf7][0x9f]fR[0xdf][0xc9])[0x1d][0xf0][0xaf][0xe2][0xb5][0xb1][0xa3][0xda]dlf[0xb4][0x19][0xea][0xff]m%[0xc4][0xf3][0xc3])!+-[0xe3] ;[0x8]c[0xe5][0x89]3i[0x16][0x14][0x16]Z[0x87][0x13]>[0xe3][0xc][0xfb]&[0xb9]>[0xf]n[0xdd][0xab]`[0x1a]GQ[0xa8][0xb4][0x18][0xf7]#[0xa1][0xb8][0x96]ap[0xfa][0xe4][0x89][0xc8][0x14]y[0xec][0xa0][0xc2]P[0xfb][0xc7][0x19]Cq![0xf4][0xfb][0x8f]K[0xb6]%C[0xb7]k[0xc][0xcd][0x8f][0x98][0xee][0xc8]@[0xea][0xe3]4[0xd9]C[0x92].3EW[0x9b]JR[0x1f][0xe]@9[0x83]U[0x9b][0xb3][0xc8][0xd1][0xc4][0xe4]<[0xc5]5[0xaa];H[0xd0][0x3]d[0xde][0xc0]n^[0x90][0xf8][0xa0]:[0x81]u[0x8a]i"[0x80][0x18][0x5][0x8a][0xd5]9[0x83]"J[0x80][0xad][0xca][0xd8][0x0]#[0xc5]MT[0xac]b[0xd5]~W[0xfb][0x6]PK[0x7][0x8]t[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/JsonWriterFactory.class}N[0xc1]J[0x3]1[0x14]|[0xa9]k[0xd7][0xd6]Z[0xf5][0xe2][0xd1][0xa3][0xb4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc1][[0xc5]K[0xa1]`[0xab][0xf4][0xb0][0x88][0xe7]g[0x88]1[0xeb][0x9a]-[0xd9][0x17][0xc1]_[0xf3][0xe0][0x7][0xf8]Q[0xe2][0xdb]faAhs[0xc8]L[0xe6][0xcd]L[0xde][0xcf][0xef][0xd7]7[0x0]\[0xc3]a[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x7])[0xc][0x5][0xc][0x94][0xd7]H[0xfa][0xc9][[0xd2]^[0xc0][0xc5][0xe8]>[0xc7][0xf][0x94][0xb6][0x94]Q[0x9a][0x8c]YxCO([0xf3][0xaa]tr[0xce]W3[0x11]p[0xd5][0xba][0x97][0x81]V[0x81]2[0xe2][0xb6][0xf7][0xad][0x99][0xc5][0x86]LT[0x1d][0xcb][0xea][0x15]}[0xa5]IN#nm[0x1b][0x1a]M[0xd3][0xd2][0xbd]Xs[0xe7][0x1e]+-[0xe0]x4[0x8e]M[0x81]l![0x1f]p[0xc5][0xa6]^f[0x8d]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe7]g[0xff][0xe7]7[0xf1]Y[0xa0]3[0x92]W[0xb1][0xce]L[0xce]o9[0xd4][0xcf][0xca][0xe0][0x95][0x9e][0xd9][0x82]S'[0xed][0xa7]3TT[0xfa][0xcf][0xcb]:%[0xe0]t[0xc3]j[0x8d]K[0xc0]Q[0xdb][0xbe]|[0xce][0xb5][0xa2][0xae][0x0][0x1][0x1d][0xa8]O[0x92][0x8][0xd8][0x81][0x84]I[0x8d][0xbb][\r]v[0xd7][0x98][0xc2][0x1e][0xfb]z[0xec][0xea]@[0x9f][0xd9][0xfe][0x9a][\r][0xfe][0x0]PK[0x7][0x8][0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]jakarta/json/spi/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]#[0x0][0x0][0x0]jakarta/json/spi/JsonProvider.class[0xa5]XY{[0x13]U[0x18]~[0xf]m[0x93][0x90][0x6][0x81][0xb6][0x14][0x17][0x94][0x80] [0xa5]@#E@hE[0xa1][0xa5][0x90][0xd2][0xb4][0xb5][0x85]V[0xdc][0xa7][0xe9]4[0x9d]2[0x9d][0x89][0x93]I)[0xb8][0xef][0xfb][0xbe][0xe2][0xbe][0xef]"[0xde][0x80][0xca][0xf3][0xa8]W^x[0xe9][0xf][0xf0]?[0xf8][0x3][0xf4][0xf1];g&[0x93][0xc9]t&[0x19][0xf0]"s[0xb6][0xf7]{[0xbf][0xe5]|g[0xcb][0x1f][0xff][0xfe][0xfc][0xb][0x80][0xeb]p&[0x8e][0x95]x"[0x8a]'[0xe3][0xe8][0xc4]S[0xfc][0xf3]t#[0xb6][0xe1][0x19][0xfe]y6[0x86][0xe7][0xe2]x[0x1e]/[0xf0][0xcf][0x8b]Q[0xbc][0x14][0xc5][0xcb]1[0xbc][0x12]G#^[0x8d][0xe2][0xb5](^[0x8f]c)[0x9e][0x88][0xe1][\r]^[0xbe][0xc9]?o[0xf1][0xcf][0xa9]([0xde][0x8e]c[0x5][0xa7]}[0x87]aY[0xef][0xfe][0xbe][0xbd]G[0x6][0xe][0xdf]5<24[0x96][0xee][0xdd]?[0xc2][0xd0]40#[0xcd]I)U[0xd2]r[0xa9]Q[0xd3]P[0xb4]\[0x17][0xc3][0x92][0x1e]]+[0x98][0x92]f[0x8e]IjQf[0x88]t+[0x9a]b[0xee]a[0xa8]k[0xdb]8[0xc6]P[0xdf][0xa3]OR[0xef][0xd2][0x1]E[0x93][0x7][0x8b][0xb3][0x13][0xb2]qX" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]PeN[0xa6]g%uL2[0x14][0xde][0xb6];[0xeb][0xcd]i[0xa5][0xc0][0xb0][0x9a][0x14][0x1d][0x93][0xc]SJ[0xcd][0x14]t-U[0xc8]+[0xa9]~[0xaa][0xc][0x1b][0xfa][0x9c]2)[0x1b][0xa4]5[0x96][0xb7][0xeb][0xc]k[0xda]6[0xd6][0x84]7dU[0xe9][0xe4]I[0x86][0xe5].[0xf]zT[0xa9]P[0xa0]16[0xcf][0xb0][0xd6][0xdb]?[0xa8][0x9b]}zQ[0x9b][0xdc]?[0x9f][0x95][0xf3][0xa6][0xa2]k[0x4]\[0xe1][0x2][0xb9][0xfb]#[0xaa].[0x9]K.[0xb3][0x0]ESQS[0xa3][0xb2]1[0xa7]d[0xe5][0x1]1D[0xa0]E[0x8a][0xc9][0xd0][0xe2][0x2][0xa4]M[0xd9][0x90]L[0x9d][0x8f][0xb5]V[0x86][0xe2]D[0xbe][0x14][0x8e][0x16][0xaf]Y[0xdd][0xed]{[0x8][0xbf];HOw[0x8d]@p[0xe1][0xed]>6[0x84][0x91][2jJ[0xd9]c[0x19])/l[0x8b][0xe2][0xdd]([0xde]cHd[\r]Y2[0xe5]a[0xc9]([0xf0][0x8]t[0xb6]Y[0xec][0x8a][0x9e][0x1a][0x91][0x85][0xe7][0xde][0xb9]1[0x9]?k[0xb1][0xb][0x19]b[0xde]Y[0x16]Jk[0xf9][0xa2]9*0a$[0x9b][0xdd][0xda][0xfb][0xa4],[0xb9]r[0x82][0xe1][0xfa]6[0x97][0x8b]dpM&[[0x92][0x8][0x17][0x8f]*9M2[0x8b][0x6][0x5]?[0xe3][0xa1][0xe9]^[0x98][0xfd]4[0x1b][0xe1][0xb9][0x97]Z[0xc6][0x1e][0x90]5+[0xe8]4[0x15]e[0xc7][0xc7][\r][0xc5][0xac][0x1a]-G[0x8c][0x98][0xba][0xca]rCE3L[0xc4][0xdc][0xd2][0xad][0x1e];[0x9c][0xb8]u[0x85][0x8f][0x9b]W[0x98]h[0x87][0xff]g[0xb8]|([0xed][0xe4][0xb2]2[0x89]aS[0xad][0xe4][0xe2]4[0xf6][0x8][0xc3][0xb5][0xa1][0xb2][0xaa]B[0xc4][0xd6]g[0xcd]E[0x85]>[0xff][0xe9][0xe1][0xc2][0xf6][0x8][0xc3][0xd6]p[0x93]R![0xd3][0xec]V[0xe8][0xcc][0xc3][0xd6][0x1a][0xf3]P[0xa6]([0x87][0xaa][0xef]b[0xa2][0xef]G[0xd4][0xec][0x8e][0xf9][0x5][0x99]T![0xf2]L[0xf2][0x12][0xd9]&[\r]M[0xcc][0xc8]Ys_QQE6[0xac][0xf5]n[0xfb]\[0xb4][0x2]SZ)[0xbe][0x18]?[0xc5]^[0xe9][0x88].:[0xac][0x8d][0xdd][0x9f]%\h[0xbc][0xc4]u[0xb3]R[0x9e][0x9f][0x89][0x95][0x82][0x95]{[0xb3][0xc4]\=[0xb6][0x5]|o[0x1e][0xaf][0x1d]j?[0xc1][0x10][0x96]6Y[0xb1][0xdf]k[0x18][0xd2][0x9]'[0xf4][0xb]N\.[0xe9][0x86][0x90][0xe0].[0x9f][0xc8][0xb][0x88][0x9f]V[0x8f]l[0x83][0xc4][0xdb][0xc][0x97][0x6]Q[0xd0]id[0xef][0xfc][0xba][0xa2][0x89][0xb5][0xda][0xd1][0xb6][0xd0]e[0x1f]E6[0x9e][0x8][0x1a]g[0xca]M[0xc7][0xcd]a[0xc9][0xcc]NWw[0xd3][\r][0xb9]P7=[0xb2][0x8d].[0xa5][0xf6][0xd1]yALD[0x11][0xb7](z[0x95][0xa9])[0x86][0x11][0x1f][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E1[0xcb][0xcf][0xb3][0xae]jcU4D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xd1][0xc8][0xd2]q[0xb8][0xaa][0x1a][0x1][0xe1]L[0xc9][0xc8][0xc9][0xb4]V[0x96]Y&edj[0xda][0xae][0xed][0xf4]1L[0xdc][0x16][0xfd][0x14][0x97][0x5]y&[0xe4]-[0x6][0x9f]L[0xb0][0x8][0x9c]cU[0x88]Yq[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Tw[0xb1]f[0xec]t[0xaf][0xaf][0x1e]]Ui[0x8d][0xf0][0xbb]_[0xed]T[0x8e]g[0x1d]4[0xbf][0xe7][0xf9][0xb2]T^[0x1c][0xcb][0x3][0xf6]e[0xcf]_w[0xb7][0xff][0xde][0xe9]Q[0xdf]b[0x5][0xc7][0xee]p[0xb6][0xf3][0xce][0x10]{V[0xa5][0xc]q[0x1d][0xb8][0xd8][0xfd]|[0x1][0x93][0x9d][0xf8][0xf6][0x83]aK[0xb8][0xa5][0xeb]<8[0x1a][0xe6],[0xb9]Umi[0x1f][0x98][0xf5][0xc6][0xe0][0xd7][0xfa]4[0x87][0xf4]W[0x85][0xf4]sHoUHoy[0x87][0x9f][0x95][0xcc][0xe9][0xd4]>%[0xd7]+g[0x95]YI[0xf5]3[0xd2][0x91]k[0xf5][0x17]YH[0x96][0xa6][\r]([0xe7][0xb5][0x8]"+[0x89]Pv[0x8d][0x8a][0xc5][0xd9][0xa7][0xf0][0xc7][0xc2]r[0xf7][0x95][0xbd][0x83]K$p[0x5]V1\Y[0xf5]r[0x9f][0xc0][0xfb][0xf8] [0x81][0xf][0xf1]Q[0x2][0x1f][0xe3][0x93][0x4]>[0xc5]g[0xc]W[0xeb]F[0xae]#[0xc7][0x9f][0x1c]SJa[0xba][0x83]Kv[0xb8][0xa5][0xd2][0xb3]y5[0x8a][0xcf][0x13][0xf8][0x2]_&[0xf0][0x15][0x17]I[0xd6]zB1\[0xbe][0xc0]G[0xd7][0xe0][0x8e][0x12]w2[0x84][0xee][0xa4][0xa6][0x9b][0xc9])N[0xcf][0x9d][0xfc][0x9a].[0x9]>o3[0x86][0x95][0xde][0xcc]r6[0xf7][0x83][0x17][0xa4]-[0xab][0x17][0xd5]I[0xa1]sBN*[0xd6]{W[0xa1][0x14][0x9e][0xdc][0x9d]L[0xe0][0x1b]|[0xcb]?[0xdf]%p[0x1a][0xdf]3l([0xeb]<[0xa2][0x15][0x8a][0xf9][0xbc]n[0x10]p([0xcf]o[0xb7]J[0x85][0xc7][0xcb][0xbc]gr[0xc9][0xe0][0x85]/;:[0xa2][0x16]>[0xdb][0xe8][0xbd][0xcc][0x9f][0x9e][0xc][0x9b][0xdd]K[0xc8]z[0xd7]n[0xac][0xf2][0x16][0x8d])[0xe]Ak[0x9b][0x1b][0xe8]z[0x93]F[0xa7][0xa5][0xc2][0xa0][0x9e][0x16][0xa1][0xe5][0xc7]M[0xbb][0x8f][0x94][0xab][0xe7][0xf0][0xb4][0xa1][0x1f][0xe7][0xf][0xd1].[0xfe]'CD[0xca][0xe7]em2x/[0xf1]M[0x82].[0xf][0xde]u1[0xc][0xc2][0xc7]L[0xdd][0xea][0xf2]F[0xc2][0xd6]U[0xbf][0x6][0x8b][0xb0][0x12][0x0][0xe5]:.[0xc5]e[0xa2][0x4][0xf5]E[0xb1][0x16][0xf5]|9R[0xcf][0x95][0xd4][0xb3][0x8d]JFeC[0xfb]9[0xb0][0x1f][0x4][0xe4]*[0xfa][0xc6][0xa9][0x4][0xb6][0x13]t[0x7]VS-a[0x81][0x90][0xc4][0x1a]*[0x17][0x13][0xc9][0xd5][0x16][0x1][0xbb][0x9c]0u[0xd4]w[0xa4]i[0xd1][0x8f][0xa8];[0xd4]~[0x16][0xf5][0x3][0x9b]~B[0x3][0xc3]),[0xa1]J[0x84][0xe1]7,:[0xd3][0x14][0xfd][0x11][0xb1][0xcc][0xe6][0xb3]X[0xcc][[0x99][0xf3]h<[0xda][0x94][0xd8]|[0xe]K~[0x15][0xf5][0xf3]Xz[0xf4][0x1c][0x96]5-?[0x8b]&[0x2]5[0x9f]E[0x8b][0x18][0x14][0xe6]l[0xc2]f2[0x88][0x97][0xd7][0xe3][0x12]R[0xc7][\r]l[0xa7][0x1e]`[0x1f]"[0xe8]A#z[0xd1][0x82][0xfd][0xd4][0x10][0xeb][0x90]&t?[0xb6][0xe0][0x10][0xa1]3[0xd8][0x85]A[0xe1][0xc0]ud[0xfc]:[0xc4][0xe8][0xb7][0x9e]8[0xb7][0x90][0xcc]5[0xd8]@[0xb5]][0x14][0x89]k[0xd0]F[0xb5][0x8][0x86][0xb0][0x91]xAc[0xfd]B'M[0xb][0xb5][0x92][0xe4][0x9e]%[0xd9][0xe1][0xa0]R[0xe][0xea]ZBm[0xa5]V3[0xea][0xfe][0xc1]UQtF[0xb1]-[0x13]E[0xfc]P[0x14][0x97][0xd4]3R[0xbb][0x1d][0x10][0xe5][0xe]Q[0xee]$[0xa3][0xe8][0xb2]&[0xe2][0xbc][0x9b][0xda]][0xe8][0x16][0xfd]][0xb8]A[0x94]{p[0xa3]3~[0x13][0xb5][0xf7][0x92][0x8b][0x10]e[0x8f]({[0xc9]M[0xab][0xec][0x13][0xe5][0x1]r[0xb9][0x84]OS[0xbb][0x9f][0xdc].[0xb5][0x7][0xa8][0x9d]![0xf7]y[0x12]d[0xc8]lk[0xc2][0xbb]i[0x84][0xcf]m[0xec][0xd0]:[0xd5][0xb1]N[0x15][0xd6][0x8d]C[0xf][0x99][0xc5]O[0x5]X[0x97][0xc7]=[0x9e],[0xce][0xc3]p[0xb2][0xb8]@Yl[0xa2][0xe8][0xb4][0xe7][0xa8]v[0x1c][0xf3]!#[0xf2]q[0x80][0xce][0x13]v[0xe][0x1e][0xc7][0xc9][0x90]L[0xa7][0x3][0x99][0xee][0xb5][0x99][0xee]s1U[0x8b][0xed][0xcf][0x81]L[0xf7][0xdb]L[0xf][0x84]d[0xfa]=[0x90][0xe9]A[0x9b][0xe9][0xa1][0x90][0xde][0xfd][0x19][0xc8][0xf4][0xb0][0xcd][0xf4]HH[0xa6][0xbf][0x2][0x99][0x1e][0x15]L[0x8f][0x9][0xfc][0xe3][0xff][0x1]PK[0x7][0x8][0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0]jakarta/json/stream/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]jakarta/json/stream/JsonCollectors.class[0xb5]Zw`[0x13][0xd7][0x19][0xff]=K[0xd6]i[0x9c][0x91],0[0xe0][0x81]1`@[0x96]m[0x1c][0x2][0xa4]`[0x83][0x83]mL![0x18][0xdc]`b 4I[0xcf][0xf2][0xd9][0x16][0x96]t[0xaa]tr[0x80][0xa6]m[0xd2]$m[0xda][0x84][0xee][0x99]6[0x1d][0xe9]L[0xd3][0x1][0xe9][0x0];[0xcd][0xe8]Hi[0xd3][0xd0][0x96][0xb4]M[0x17][0xdd]{[0xef][0x9d][0xa6][0xfd][0xde][0xdd]Y[0xd6]8[0x9d]d[0xc7][0xf1][0x1f]w[0xef][0xde][0xfb][0xc6][0xef][0x1b][0xef]{[0xdf][0x13]<[0xfa][0xd4][0xd4][0x83][0x0]6[0xb2]un[0xb4][0xe0][0x84][0x9f][0xc6]7[0xfa][0xc1]p[0x8b][0x1f]e[0xb8][0xcd][0xf][0x1b][0xee][0x10][0xf0]J[0xf]N[0xe2][0xd5]~[0xd8][0xf9]Z9_s[0xf0]5[0x1]w[0xf8][0xe1][0xc4][][0xf4][0xf9]6?\x[0x87][0x1f]n[0xdc][0xed][0x87][0x87][0xaf][0x8a][0xb8][0xd1][0x8d]f[0xbc][0x9f]?>[0xe0][0xc1]=[0xf8][0xa0][0x1b][0xf7][0xe2]C~T[0xe0][0xa3][0xfc][0xf3][0x94][0x7][0xa7]q[0x1f][0x97][0xfc]1[0xf]>[0x8e]O[0x8][0xf8]$[0x9f]9#[0xe0][0xac][0x80]I'[0xa6][0xdc][0xa8][0xc7][0xfd]~,[0xc0][0xdd][0x9c][0xfc]A[0x1][0xf]q[0xe2][0x87]=[0xf8]4>[0xc3]G[0x9f][0xf5][0xe0]sxD[0xc0][0xe7]=[0xd8][0x82]s[0xfc][0xf1][0x5][0x1]_[0x14][0xf0]([0x83]ck8[0x16]V;[0x19]l[0x81][0xa6]A[0x6]{[0x8f]2,3x[0xfb][0xc2]1y_*:$'[0xe]HC[0x11][0x9a][0xf1][0xf7])!)2(%[0xc2][0xfc][0xdb][0x98][0xb4][0xab]c[0xe1]$Cc[0xdf]Qi\J[0xa8]R[0xdb][0xd1][0xa4][0x12]kK[0xaa][0x9]Y[0x8a][0xb6]]A[0xe3][0x1e]%[0x12][0x91]C[0xaa][0x92]Hv0xT[0x85][0xcf]u%[0x12][0xd2]q[0x86][0xfa]@[0x13][0xb1]MHm)5[0x1c][0x99][0xe6]I[0xd3][0x13][0xb9]k <[0x1a][0x93][0xd4]T[0x82][0x14])[0x96][0xc4][[0xb3][0xf5]s%[0x83]R$%w[0xe4][0xcf]k[0xca][0xbb]S[0xe1][0xc8][0xb0][0x9c]([0xb4][0xdc][0xd1]I[0xda]E[0x1d]l[0xff][0xd0]QR![0xe0]K[0xc][0xe5][0xbd]15A[0xc0][0xc5][0xdd][0xb1][0x98][0x9c][0xe8][0x89]H[0xc9][0xa4]L[0xc6][0xdf]Y[0x14][0xda][0xf4][0xda]^)[0xde][0xa8][0xc9]0&#Rl[0xb4]m@M[0x84]c[0xa3]&Pt[0xb]:MVtL[0x85][0x8d][0xd0][0xd7]5+[0xe][0x5]2[0xf4][0x8f][0xa4]b!5LD;[0x8d]A[0x87][0xe5]b[0xb1][0xf0][0x8c][0xcb][0xc7][0xc9][0xa2][0xb8][0x9c]`Xf)[0x88]"?[0xc1][0x8d][0x99][0xa6]^[0x9c][0x9d]J[0xc7][0xe3][0xd3][0xe9][0xb4][0xdb]J[0x8c]U[0x90]s[0x9c][0xc9]-[0xef][0x9f][0xab][0xac][0x2]a`[0xcc]e[0xe9][0xcb]Y[0xc1][0x9b]gl[0xf3][0xb4]7f[0x91]W[0xee][0xd1][0x84][0x92][0x8a][0x93]1[0xdd][0xb4]![0xe][0x96][0x9c]dyiT$[0xc7][0xdc]![0xbe][0xcb][0xc2]#a[0x9e]6[0xee]a[0xe5][0xfa][0x98]N[0xc4]Pg[0xcd][0xe8][0x91]B[0xa1]T4[0x15][0x91][0xe8][0x93]a[0xb9][0x19][0xbe][0xee]p[0x8f][0x12]K[0xa6][0xa2]2[0xa7]w[0x8e]P[0x15]L[0x8e]q5[0xce][0x90][0x12][0x1d][0xa2][0xea]G[0xc3]U[0xe6]|1)q[0xbc][0x9f]2Y[0xd2]u]9[0x17][0xef][0x1f]8`Y}[0xae][0xb3]F[0x9c]SUL[0xea][0x9][0xc9]7+[0x1d][0xe9]l[0xc6][0xb5][0xc5]rpN[0xf2]3RdOq[0xe7][0x95][0xa8][0x86]o[0xbe]M[[0xf][0xb4][0xb7][0x17])[0xe7][0x9d][0xcf][0xc8][0x6][0x9d][0x9f][0x90][0xce]u[0x8b]>[0xdd](tX[0xef][0xcd]"[0xfb][0xef][0xe2][0xfc]y[0xf4][0x99]q@[0xb1][0x8c][0xb0]v[0xce][0xc2][0x88][0x14][0x1d][0x1a][0x96][0x1a]g[0x8a]Y[0xe3]e[0xc]m[0x81]l[0xb5]9([0xb2],[0xe1][0xdf][0xd4][0x6]E[0xa5][0xf8]z[0xde]4[0x99]-\j[0xaa]g[0x13][0xc3][0xce][0x80][0x95][0xf3]M[0x94][0x9a][0x1b]B[0x9d][0x1b]ia[0xa8]P2[0xcb]7CC[0xb1][0x2]o[0x8a]k#C[0xbc][0x18][0xae]b[0xc7][0xc6][0xec]b[0xc4][0xbb]N6[0xce][0x1b][0xcc][0xbf][0xe7][0xc3][0xf7][0xf9][0xe7][0xf][0x4][0xfc][0x90]!X8[0x98][0x8d]=cRB[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]r"[0x9c]T[0xc3]![0xba][0x81]xsfD[0xfc][0x8]?&[0xfd]U>[0xfc][0x84]^?[0xf5]a[0x82][0x14][0xfc][0xcc][0x87][0x9f][0xd3]k[0xa9][0xf][0xbf][0xa0][0xc9]_[0xfa][0xf0]+[0xe][0xe6][0xd7]"~[0x83][0xdf][0xd2][0xc4][0xef]|[0xf8]=[0x9f][0xf8][0x3][0x8d][0xff][0xe8][0xc3][0x9f]8[0x96]?[0xd3][0xf8]/>[0x1c][0xf4]:[0xf1]W[0x1f][0xfe]&b#6[0x89][0xe8][0xc5]N[0x1][0x17][0xf1][0xf][0xfc]S[0xc0][0xbf]D[0xfc][[0xd3][0xf2][0x1f][0x1f][0x9e][0xe4][0xfc][0xff][0x15][0xf1][0x14][0xfe]'P23[0xc6][0xca]D[0xf4][0x91]E[0xcc][0xc6][0xa5]][0xa4][0xce][0xdf]<[0xe9]Dfg[0xe5][0xe4][0xca][0xdc],e[0xa8][0xc9]c[0xe8]=[0x16][0x92][0xe3]<[0x99][0x18][0xd6][0xc8][0x11]9*[0xc7][0xd4][0x86][0x90][0x14][0x8b])j[0xc3][0x90][0xdc][0x10][0xe5]W[0x8c][0xe1][0x6]Ui[0x90][0x1a]b[0xa9]H[0xa4][0x81][0xf6][0x15][0x5][0x8a]9[0xbc][0xe]&[0xf8][0x98]Sd.[0xe6][0xa6][0xfb][0x8a]e[0xf2][0x8b][0xb8][0x2]O[0x8][0xcc][0xc3][0xcd]y\d".[0x8][0xac][0x82][0x7][0xf2][0xbc][0x99][0x5]Z[0x86][0x8a]l[0x1][0xce][0x8b][0xcc][0xcb]IV[0x16][0xbf][0xc]g[0xd9][0xaa]'*%[0x99]I"[0xba][0x99][0x8f]U2,[0x9a][0xbe]cf0t[0xb8]q/[0xf3]3[0xac][0x8][0x14][0xdf][0xcb][0xb6]Q[0x99][0x14],[0xcf][0xba][0xa9][0xa6]w[0xe7]@*[0x1e][0x8f][0x84]5[0xba][0xb5][0x81]|5[0xf9]3M[0x83][0x1e][0xac]b[0xb][0x19][0xda]M[0xb6]][0x91][0xb][0xf6][0xcc]~vP[0x8b]N[0x91][0x9c]6[0xc0][0xba]?[0xdf]\[0x1a][0xb0][0xfc])[0x8e]t[0x11][0xf5][0xd3][0xb3]G[0x9a]}H[0x95]p[0x6][0x91][0x17][0xa9][0x86][0xaf].dM[0xce][0xad]a[0x8d][0x89]E[0x5][0xf0]W1l)[0x86][0xbf][0x10][0xc0][0x8e][0x82]a[0xcf][0xb8][0x9e][0xd7][0x14][0xae]6[0xc]e[0xca][0x8][0xc3]9[0xd3][0xa2][0x9f][0xce][0x9c]"[0xf1]+[0xc1]![0x96][0x8][0x8f]X[0x9c]m[0xb9][0xe5][0xb0]XK[0xbb][0xd2]l[0xbb]d[0x9f][0x15]n4[0xb3][0xc5][0x1e][0x9c]fK[0x18][0x86]J9Y,[0xd7][0x8b][0xaa]3[0x9a][0xf4][0xb9][0x9][0xd1][0xc0].-E[0x84][0xd5]^<2O?[0x13][0x99]o^[0xd7]U[0xfb][0xfa][0xf7][0xef][0xe8][0xdd][0xdf][0xbb][0x83][0xa1]e6[0xa1][0xe4][0xb6]U[0xd3]ah[0xd2][0x90][0x17]4[0xe5][0xea][0xf9][0xf9]1[0xc2][0xcc][0x12][0xe][0xa7][0xc6][0x4][0x8e]Uo[0xde]a[0xd9][0x97]YoL[0xae][0xaf][0xd6][0xcd][0xea]p[0x82][0xa1]2[0x90][0xed][0xa8][0xc8][0x9a][0xa0][0x8a][0x1a]O[0xa9]][0x91][0x8][0xb5][0xd2]y[0x8][0xc9]1[0x95]y [0xe9][0xc8][0x9][0x11] U[0xce]J[0x14][0xae]u[0x19][0xc3][0xc6][0xcc][0xfa]Tz'[0xcd][0xd3][0xba]<[0x14][0xcf]%aDI[0xf4]J[0xa1]1[0xbe][0x91][0x8b][0x10]s8[0xf5][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa9]l[0xf][0xf1][0x11]Cm[0xe1][0xb2]@Zk-[0xc2]D[0xa7][0xab]4L[0x12][0xfa]Jr[0x98][0x91][0xa8][0xc5]kB[0x95][0x89][0xb8][0xa6]A[0x1e][0x9c]z[0x86][\r]f[0x8b]E[0x8f](oH[0x89]R[0x8a][0xc8][0xbb]G[0xba][0x86][0x92][0xd4]71[0xf4][0x14][0x85][0x7][0xfe][0xf]PK[0x7][0x8][0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]jakarta/json/stream/JsonGenerationException.class[0x95][0x91]MO[0x2]1[0x10][0x86][0xdf][0xf2][0xb1][0xab][0x88][0xa0]([0x98][0x18][0xf][0x9a]h[0xa2][0xa0][0xee]E[0xbd]`[0xb8][0x18]5[0x1a][0xe2][0x5][0xc2][0xbd][0xac][\r][0x14][0xd8][0xae][0xe9].[0xea][0xdf][0xf2]D[0xe2][0xc1][0x1f][0xe0][0x8f]2N[0xcb][0x86][0xf8][0x81][0x7][0xf7]0[0x9d][0x99][0xbe][0xf3][0xcc][0xdb][0xec][0xfb][0xc7][0xeb][0x1b][0x80][0x13]l[0xe4][0x90][0xc1][0x9a][0x9][0xeb].[0xca].*[0xc][0xce][0xb9]T2n0[0x94][0xf7][0x9b][0x3][0xfe][0xc8][0xbd][0x11]W=[0xaf][0x15]k[0xa9]z[0xf5][0x83][0xe]C[0xe6]"[0xbc][0x17][0xc][0xc5][0xa6]T[0xe2]n[0x1c]t[0x85]n[0xf3][0xee][0x88]:[0xa5]f[0xe8][0xf3]Q[0x87]ki[0xea][0xa4][0x99][0x89][0xfb]2b8"[0xd6][0x90][0xeb][0x98]{[0x83](T^[0x14]k[0xc1][0x3][0xef][0x96][0xf2]k[0xa1][0x84][0xe6][0xb1][0xc][0xd5][0xe5][0xb3]/[0x1e]LRgp[0x3][0x11]E[0xbc]g[0xa9][0xbf]\0T[0xe7]x[0xfb][0xd2]i[0xf7]u[0xf8]d[0xf6][[0xc3]Y[0x9f][0x8f]#"[0x95][0xe7]*[0x18]r[0xad]p[0xac]}q%[0x8d][0xdf][0xad]?<[0x1d][0x9b][0xd9]<[0xb2]pL(0[0xd4][0xfe][0xf1] [0x86][0xcd]oj#[0x9b]]b[0x7]i[0xfa][0x1][0xe6]K[0x81][0x99][\r][0x14]][0xaa][0x1a]T[0xa7][0xe8]t[0xaa][0xb5][0x9][0xd8][0x8b][0xbd]_[0xa0][0x98][0xb3][0xdd]]R[0xee]a[0x91][0xb2][0xca]TE[0xfd]%Kq[0x90][0xc7]21[0xc][0xab][0x90][0xb0]nhG[0x9a]N[0xb7]Z;[0x9c] [0xf5][0x13]vJCg[0x16][0xb6]=[0x95][0xcd]`n[0x2]3Y[0x11]+[0xd6][0xe2][0xaa][0x9d].}[0x2]PK[0x7][0x8][0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]jakarta/json/stream/JsonGenerator.class[0xad][0x94]KO[0xdb]@[0x10][0x80]g[0x81][0xe0][0x0][\r][0x9][0xe1]Y[0xfa][0xa4][0x80][0xd9]p[0x88]9 [0xb5][0x12][0xea][0xa1][0xe5]%[0xd3]6DI[0x84]T.h[0x93]n[0x83][0x83]c[0xa3][0xf5][0x6][0xc4]_[0xe3][0xd0][0x1f][0xd0][0x1f][0x85]:[0xde]L[0x8a][0xd2][0xa6][0xaa][0x1b]*[0x1f]>[0xef]X[0xf3][0xcd]>[0xc6][0xfb][0xfd][0xee][0xf6][0x1b][0x0]l[0xc3][0xa6][0x5][0xeb][0x16][0xd8][0x16]lX[0xc0][0x19]d[0xcb][0x95][0xfd]Z[0xed][0xf3]Y[0xb9][0xe2][0x96]jn[0xe9][0x90]A[0xfe]cK\[0x9][0xc7][0x17]A[0xd3][0xa9]j[0xe5][0x5][0xcd][0x1d][0x6][0x99][0xdd]0[0x88][0xb4][0x8][0xf4][0x89][0xf0];2[\r][0x5][0x6][0xb9]k[0xe5]iY[0xd5]B[0xe9][0xe3]zK64[0x83]u^[0xc0][0xe4][0xb][0x8c][0x8][0xa7][0x15][0x85][0x81][0x13]i%E[0xdb]9[0xc2][0xf7]C[0x19]H%t[0xa8][0xd0][0xf6][0x9a][0xff]^#Yf[0xda][0x14][0xfd] op[0xe6][0xf7][0xf5][0xdf])%0[0x92]2[0x11][0x6][0xc7][0x3][0xf4][0xfd][0xf6]XkV[0x92][0xb0][0xac];[0xd8]8[0xd4][0x12]>[0xfd][0xd1][0xd5][0x16][0xfa][0xdc]y[0xef]5[0xdd]@[0xcb][0xa6]T[0xff][0xcd][0xb7]'[0x1b]^[[0xf8][0x9]}o[0x6][0xf8][0xdc][0xe1]S[0x8f][0x86]O[0xdd][0x1b]>[0xf5]4Y[0xea][0x84][0xe9][0x98]R[0xc7][0xf7]{[0xad][0xb5][0x1f]|a[0xf0][0x96]?[0xac]]v[0xf8]C[0xe][0xe0][0xd7][0xec]k[0x7][0x9b]'<,[0x9b]'<[0x1a][0x9b]'<[0x8][0x9b]'[0xdc][0xf6]T[0xc3][0xf]#[0xfc]QGy[0xe1][0x4]G_[0xfd]Nt[0xce]`[0xb2][0x1a]vTC[0x1e]x>~[0xca][0xf7][0xe5][0x14][0xe3][\r]a[0xb0][0xf2]W9^K[0xf7][0xbd][0xd0][0xbb][0x96]fL[0xc8][0xb][0x9d][0x83][0xb8][0x90][0xa8][0xc7][0xfe][0x9f][0xb1][0xdd]x*[0xdd][0xd8][0x16][0xe9][0x8b][0xb1][0xbe][0xd8][0xd5][0x17][0xfb][0xe7]q[0xa9][0xa4][0xd6]7e[0xec]1[0x8d]m6[0xce][0x80][0xc1][0x8]>[0xa3]0[0x86]o[0x8f]![0x5][0xe3]H[0xb]/[0xda][0x11]H[0xc3][0xf2][0x18]v[0x18]L[0x2][0x18]N[0x19]>"f([0x9e][0xa1][0xf1]4d[0x89]9[0xe2][0xc]1O[0x9c]%[0xce][0x11][0xe7][0x89][0xb][0x86][0x8b][0xe4]Y"[0xef]4[0xce][0xa6][0xcb][0x9e][0x99][0xf8][0x84][0xf8][0x94][0xf8][0x8c][0xf8][0x9c][0xf8][0x82]|][0xcf]KX1|[0x15][0x13][0xd7][0xb6]j[0xd6][0xb6][0xf6][0x3]PK[0x7][0x8][0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.class[0x8d][0x8e][0xb1]N[0xc3]0[0x10][0x86][0xcf]%4[0xb4]@[F^[0x0][0xa5][0xc]x[0x81])[0x88][0xa5]R[0x11][0xa8][0xa8]CT1[0x1f][0x96]1[0xe][0xc1][0xae][0x9c][0xb][0x12][0xaf][0xc6][0xc0][0x3][0xf4][0xa1][0x10][0x97][0xa4][0xa2][0x2][0x9]Q[0xf][0xfe][0x9f][0xff][0xef][0xee]V[0x9f][0xef][0x1f][0x0]p[0xe][0xc3][0x18][0xe]c[0x18][0x8][0x18][0xaa][0xa0][0x91][0xf4][0xb5]v: [0xf9] [0xe0]"[0x99][0xe5][0xf8][0x8a][0xd2]zy[0x1f],[0xe9][0x90][0x8e][0xb9][0xf0][0x8c][0x81]P[0xe6][0xa5]w[0xb2]$F^[0xe4]-[0xfb]o,[0x15][0x90]n[0xb8]yE[0xcb][0x8a][0xb2]&[0xb7]%[0xbd][0xf8][0x83]n[0xab][0x8e][0xcb][0xea][0x9]C[0xa9]INZ[0xdd][0xb2][0xef][0xc0]h[0x9a]x[0xf7]h[0xcd][0x8d][[0x94]Z[0xc0]Q2n{Vd[0xb]y[0x87]K[0xe][0xf5]2k[0x1c]R[0x15][0xf8][0xff][0xe4][0xf7][0xff]e[0xfb],[0xd0][0x19][0xc9]KYg[0xd2][0xd3]+[0x86][0xfa][0x99][0xaf][0x82][0xd2]S[0u[0xfc]c[0xee][0x14][0x15][0xdf]og5( [0xf9]w[0xcf]u^[0xc0]h3j[0xfe][0x90]kE][0x1][0x2]:P[0x9f]([0x12][0xb0][0x3][0x11][0x9b]Zw[0xd7][0xda]m4[0x86]=[0xce][0xf5]8[0xd5][0x81]>[0xbb][0xfd][0xc6][0x1d]|[0x1]PK[0x7][0x8]0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]jakarta/json/stream/JsonLocation.classM[0x8e]A[0xe][0x82]0[0x10]E[0xff][0x0][0x82]b[0x8c]z[0x3][0x97][0xba][0xb1][0x1b]o`[0xe2][0x82][0x10]]p[0x82]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa1]B[0x9b][0x94][0xe2][0xe1]\x[0x0][0xf]el[0x8d]&[0xce]b^[0xf2][0xe7]M[0xf2][0x9f][0xaf][0xfb][0x3][0xc0][0x1][0xf3][0x4][0xb3][0x4])a[0xd1][0x8][0x9b][0xb7]J[0x9c][0xc7][0xbe][0x14][0x86][0x10]nw[0x19]a[0xe9][0xd2][0xa3][0xee][0xc6]^[0xfd]r[0x9f][0x14][0xd6][0x8][0xde]_[0xea]z[0x10][0x96][0x90][0x16]z4[0x95]8[0xb5][0x9d] [0xac][0xb3]A[0xab]\W[0xdc][0xb6]Z[0xed]%[0xbf]q[0xc2]F[0xf2]+7[0x96]3[0xe9]nl[0xf8]<[0xb3][0x8f][0xb0][0xf2]&[0xeb][0xb8]j[0xd8][0xa5][0x94][0xa2][0xb2]1[0x81][0x10][0xc0]O[0x18][0xb9]6[0x88][0x0][0xc7][0xc9][0x97][0xb1][0xa7]3[0x12][0xb7][0x3]L[0xdf]PK[0x7][0x8]a[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]jakarta/json/stream/JsonParser$Event.class[0x8d]T]O[0x13][[0x14]][0x87][0xe][0x9d][0xe9]t[0xb0][0x15]?A[0xfc][0x0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xa0]T[0xfc][0xbe][0x96][0x8b][0x14][0x18][0x14],E;[0x85]d[0xa2][0x9][0x19][0xea][0x88][0xc5]2M[0xa6]-[0xf1][0x17][0xf8]{.5~[0xdd][0x9b][0xab][0xbe][0xf8]bL[0x8c]/[0xbe][0xf8][0xe0][0x83][0xff][0xc3][0xb8][0xf7][0xe9][0x4]1[0x1a][0xd3]i[0xb2]V[0xd7][0xd9]k[0xef][0xee]}[0xce][0x9c][0xbe][0xfb][0xf6][0xef]+[0x0][0x17]P[0x8c]@[0xc1][0x94][0x8e]k[0x98]V1[0xa6]bFG[0x1f]f[0x19][0xe6]4[0x1c][0xd7])8[0xc7][0xe]SC?[0xf3][0xbc][0x86][0x1][0xe6][0xeb][0x1a][0x6][0x99]ohH0/h[0x18]b^[0xd4]0[0xcc]|S[0xc3][0x8]sNC[0x92]yIC[0x8a]9[0xaf]bY j[0x15][0xb3][0x85][0xe2]Z[0xb6]P[0xc8][0xda][0x2][0x9d][0xe6][0xb6][0xeb][0xd5][0x5][0x8c][0x5][0xcf]s[0xfd][0xd9][0x8a]S[0xab][0xb9]5[0x81][0xe1][0xdc][0xa6][0xf3][0xd0][0xf1][0xeb]Nz[0xb3]V[0xf5][0xd2][0xb5][0xba][0xef]:[[0xe9]E[0xfa]~[0xcb][0xf1]k[0xae][0x9f][0x90]i[0x19][0xca]kU[[0x9e]Y4g[0x8b][0x2][0xda]M[0xd3]^[0xcb]g[0x97]L[0x8a][0xac]fs+[0xe6][0x9a]U,,[0xe4][0xaf][0xef][0xca][0xfc][0xca][0xd2][0x8c]Y[0x10][0xd0][[0xb2]XX!k[0xb4]%[0xe6][0xb3]9[0xcb][0xdc][\r][0xe5]Wr9[0x12]f~n[0xb7]z[0x84]E[0xd0][0xb8][0x9a][0x90]6K`[0xe4]N[0xbb][0xcd][0x86][0xb7][0x9d]J[0x83][0xc7]K%Sm')[0xb3][0xd5]{[0xae]@,W[0xf6][0xdc]|ck[0xdd][0xf5][0x8b][0xce]z[0x85]VTYm[0xf9][0xbe][0xc0][0xd5]$[0x15][0xdb]v[0xd2][0x15][0xc7][0xdb]H[u[0xbf][0xec]mdR[0xed][0xd6][0xef][0xce]UKNe[0xd5][0xf1][0xcb]\6[0xa8][0xad]x[0xce][0x96][0xcb][0xb1]_[0xea][0xd2][0x14][0x93]e[0xaf]\[0x9f][0x12]8[0xfc][0x9b][0x9f]]H[0xad]Rv[0xfd]A[0x99][0xa6][0x8c]X[0xe5][\r][0xcf][0xa9]7|[0xaa][0x14]Jr@[0x9b],U[0x82][0xe4]+{rM[0xaf][0xb1]5[0xd9]^[0xbf]S[0xd4][0x80]nU[0x1b]~[0xc9][0x9d]/s[0xa7][0xb1][0x1f][0x96]q[0xae]h`[0x94]_[0xe5]1[0x3][0xb7]p[[0x5][0x1d]u[0xa2][0x9d][0xc2][0x6][0xce][0xc2]2p[0x11][0x97][0xc][0x1c][0xc7])[0x3][0xfd][0xc][0x3][0xc][0x83][0xc][0x9][0x86]![0x86]a[0x86][0x11][0x86]$C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa7][0x4][0xf6][0xfd]<[0xb][0xbd][0xd6][0xa5]J[0xd5][0xa3][0xee][0xe]&S{[0xe6]\^[0xdf]tK[0xbc][0xe7]'[0xfe][0xdc][0x92][0xc0][0xc5][0xbd][+oE[0xe6][0xf7]G[0xbc][0xf7]g3[0xd3][0x13]t[0xcb][0xfa][0xe8]jG[0xa7]{x[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0xb8]?[0xe0][0x81][0x80][0x7][0x3]N[0x4]<[0x14][0xf0]p[0xc0]#[0x1]'[0x3]N1[0xc7]{y[[0xa9][0xb2][0x82][0x8]N[0xe3][0xc][0x4][0xc6]I[\r][0x10][0xf3][0xa3]7![0x9e][0xa1][0xe3][\r]B[0xff][0x90][0x12]H[0x13][0x86]el[0x87][0xfc]g1[0x11][0xf8]/[0xa0]C[0xae][0xea][0xdd][0xca][0xe8][0xb]t[0xbe][0x81][0xc2][0xfe][0x8e][0x9f][0xfc][0xe7][0x8][0x8d][0x96][0xb][0xe7])[0x83][0xe3]t,[0x84]\a[0x2]![0xfa][0x0][0xea][0xe8]X[0xdf]s[0x84]w[0xfe][0x90][0xae][0xe2]2[0xb7][0x8e]+[0xd2][0xf3][0x17]4\%[0x94][0x8d][0x88][0x18][\r][0xc2][0xcf][0x87][0xff][0xa0][0xd8][0xdd]j[0xe8]9[0xb4]'[0x88]H[0xa1]+RD[0xa5]0:[0xa5][0xe8][0x92]b_X[0x8a][0x98][0x14]qU[0x8a][0xfd]RtkR[0x1c][0x90][0xe2]`[0xbc][0xe5];$[0xd5][0xe1][0xc0]xD[0xaa][0xa3][0xf1][0x96][0xb3]G[0xaa][0xde]xD[0xaa]cq[0xfd][0xd2][0xa1]&][0x19][i[0xd2]_[0xa4][0xdd][0xd9]D[0x97]e[0x87][0x9b][0x88]Y[0xb6][0xda][0xc4]~[0xcb][0xd6][0x9a]8`[0xd9]qZ:DDkG[0x88]h[0xb1][0x87]([0xd2][0xc4]1[0xeb][0x9][0xc4][0xce][0xee][0xee][0x8f]#J[0xf8][0x14]]x[0x89]^[0xbc][0xa6]S}K{[0xf9][0x1e]Y|D[0x1e][0x9f]p[0x17][0x9f][0xb1][0x89]/x[0x84][0xaf]xL[0xdb][0x16][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6])[0x83]I[0xc9][0xe3][0xa4]<[0x1][0xba][0xcc][0x94]sb[0xba][0xe7];PK[0x7][0x8][0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$[0x0][0x0][0x0]jakarta/json/stream/JsonParser.class[0x8d]T[0xed]N[0x13]A[0x14]=SJ[0x17]J[0xa1]|[0xf9][0x1]([0xa2]V)*[0xac]"[0xf8][0xd9][0x10][0x15]1)A0[0xa9][0x92][0xe8][0xf][0x93][0xa1]L[0x96][0x81][0xed]l3[0xbb]%[0xf0][0x6]>[0x84][0xf][0xe1]?[0x13]M[0xe4][0xbf][0x89]O[0xe0][0xbb][0x18][0xef][0xce]vm[0x94][0xb6][0xee][0x9f][0x9d][0x99]{[0xcf]9s[0xe6][0xce][0x9d][0xfd][0xfe][0xeb][0xcb]7[0x0]K(YX[0xcc][0x82][0xe1][0xae][0x85]%[0xb][0xcb][0x16][0xee]Y[0xb8][0xcf][0xd0][0xbb]v(T[0xc0][0x90]++%[0xf4][0xaa][0xcb]}_[0xf8][0xc][0xd6][0x1e][0xf7]7[0xc5][0x11]%z[0x8a]s[0xef][0x18][0xd2][0xca],[0x8a][0xc5][0xb9][0x8d]}~[0xc0]u[0xc0][0xed]}[0xdf]S[0xb6][0x1f]h[0xc1]k[0xf6]:[0xcd]_q[0xed][0xb]]0z[0x8f][0x19][0xfa][0x1d][0x11]T[0x2]-[0x95][0xc3]0nh[0x87][0xdc]v[0xb9]r[0xec](J[0x90]a[0xe9][0x97]U [0x1c][0xcd][0xdd][0xcd]FmGh[0x86][0xc][0xb1][0xca]*[0xda][0xb6]L6h[0xb9][0xe1][0x85][0x12][0xb4]^g[0x18][0xa4][0xf5]3[0xe9]<[0x17]UY[0xe3].[0xc3][0xf9]X[0xb8][0xc6][0x83]=[0xbb][0x95]![0xf1][0x1]C[0xad][0xf2]@z[0x8a][0xa1][0xd0][0xc5]x[0x8c]j[0x9a][0xde][0xda][0xd9][0x17]Ur0[0xf5]/%[0xc4]FIB[0xa6]W[0xbd]][0xc1][0x90][0xdf][0x90]JD[0xe6]_[0xf3][0x1d][0x97]"[0xa3][0xa1][0x9c][0xbb][0xcd][0xb5][0xc][0xd7][0xcd]`:[0xd8][0x93]T[0xd5][0x99][0xff][0x14][0x8f]t[0xfb][0xc8][0xc1]6w[0x1b]D[0x9a]lg[0xc0][0xe4][0x9a][0xb8][0xa7]Z[0xf3][0xe3][0xe]8[0x93]#[0xdc]P[0x8c][0xab][0x98][0xcd][0xe2]cQ[0xc9][0x1a][0x81]tc[0xb]Q2,@E:[0x8a][0x7][\r]M[0xfb]/wF[0x96]:[0x19][![0x8d][0xfc][0x9f]"F`[0xb][0xf][0xc3]>S[0x81]&[0xb3][0xef][0xbb][0x8b][0xc6][0x89][0x97][0xbc]^0[0x8c][0xd2][0xe9][0xc6][0xe9][0xbc][0xf7]J[0xf3][0xc0]f[0x1d][0x1f][0xb8][0xdf]?[0x90][0xf5]f[0xa9][0xa8][0x8b][0xb6][0x19][0xb2]a$[0xbe][0xe6][0xde][0xaa][0xeb][0xf9]t[0xda]l[0xc5]k[0xe8][0xaa]x![0xc3][0xfb][0xca][0xb7][0xee]d![0xdc][0x9f]a[0xb6]e[0xe3][0x8d][0xf2][0x1b][0xf5][0xba][0xa7][0x3][0xb1][0xbb]U[0x17][0xda][0xf4][0xce][0xda]QU[0xd4][0xc3]I[0xe][0x8f]0[0xcf]0[0xdd][0xfd][0xa2][0xa9][0xf7][z[0xb1][0x93][0x11][0x13][0x92][0x9e][0xbd][0x1a]:[0x8a][0x1a][0xa7][0x90][0xe4][0xb5]Y[0xa0]s[0x8f][0xb5])[0x1e][0xbd][0xa7][0x92]T2X[0xa1][0x97][0xf3]W:C[0xa5]@[0x9a][0xfe][0x6][0xbd][0xf4]o[0x18]IS[0x91][0x90][0x5]h[0x1c]@[0xce][0x8c][0x83][0x18]2c[0xbe][0x19][0x1f][0xc6][0x88][0x19]G1f[0xc6]q[0x9c]1[0xe3]Y[0x9c]#[0x5]z[0x88][0x98][0xa0][0xef]$[0xcd][0x17][0x91][0xa2][0x19][0xd0][0xf7][0x15][0xec][0xed]g[0xa4]Nh[0x9e][0xc2][0x14]}3a[0x9c]9[0xb8]@[0xf3]\[0x84][0xc1]EL[0x1b][0xfe]%[0xcc]$[0xe4][0x1f][0xb7][0xe5]_[0xc6][0x95][0x84][0xfc][0xf]m[0xf9]WQ T[0x12][0xfe][0xc7]6[0xfc]k[0x6]s[0x9d]b[0xb3][0x89]u>u[0xd4][0xb9]A[0xb1][0x9b][0x89]uN[0xba][0xfa][0xb9][0x85][0xf9][0x84]u[0xf9][0xd1][0xb6].[0xb][0x89][0xf9]?O[0xf3][0xa9]?l[0xe2][0x87][0xb8][0xdb][0xe6]{[0x87]2[0xa0][0x1e]J[0x11][0xa7][0x7][0xd6][0x93][0x9][0x14][0xf1][0x0]s[0x99][0xfe][0xdf]PK[0x7][0x8][0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]jakarta/json/stream/JsonParserFactory.class[0x8d][0x90]_J[0xc3]@[0x10][0xc6]gkMl[0xad][0xb5]}[0xf1][0x6]J[0xea][0x83][0xb]"[0x8][0xa6][0x8]R(T[0x14][0xff][0x4][0xf]0[0xae]k[0xdc][0x18]7e[0xb3][0x11]z5[0x1f]<[0x80][0x87][0x12]'[0xd9]@P[0x8a]d_[0xbe][0xd9][0x99][0xef]7[0xb3];_[0xdf][0x1f][0x9f][0x0]p[0x2]c[0x1f]v}[0x18]1[0x18][0x8]#[0xd1][0xca][4[0xb9]4[0xc][0x8e][0x83][0xab][0x4][0xdf][0x91][0xab][0x8c][0xdf]K|[0x92]&[0x9c]P[0xe2][0x15][0x8d]E[0x9e][0xe4][0x99][0xe6][0xb9]%[0xff][0x1b][0xbf][0xa4][0xd8]1![0x83][0xd3][0x6]Z[0xe8]ea[0xa3][0xca][0xd3][0x86][0xbc][O[0xba][0xa4][0xa6][0xac]x)[0xad][0x96][0xcf][0x9c][0xb6][0xe9][0x19][0x6][0xbf]=e[0xf1][0xe6]1[0x91][0xa2][0x15]}[0xb6][0x86][0xbe]0[0x6]Wm[0xe0]a,[0xed],[0xd3][0xcf]*^[0xe8][0x87]\2[0x18][0x7][0x13][0xf7][0x97][0xc2][0xaa][0x94]_[0xe3][0x92]L[0xbd]H[0xc5][0x1a]ma[0xa8]~[0xf0][0xb7]>u[0xd7][0x14]u[0xcc]i[0x19]J[0xc7][0xe1][0xe1]9A[0xfd](+[0x8c][0x90]s[0x95][0x12][0xb5][0xd7][0xc][0x9d][0xa3][0xb0][0x99]Y[0x1d][0x95][0x14][0x83][0xfd][0xff]_X[0x9b][0x19][0x8c][0x9a]!n3[0x1e][0x3][0x6][0x1d]([0x8f][0xd7]e[0xb0][0x1]][0x80]J7k[0xf5]j[0xf5]k[0xdd][0xaa][0xb4][0x7]}[0xe2][0xb6][0x89][0xea][0xc0][0x80][0xa2][0x9d]*[0x1a][0xfe][0x0]PK[0x7][0x8][0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]jakarta/json/stream/JsonParsingException.class[0x8d]R[0xcb]N[0xc2]@[0x14]=S[0xde]P[0xc5][0x17]*[0xf8]6&BA[0xbb]11[0x11][0xe2][0xc6][0xc7][0xc2]4F[0x3]a[0xe5]f" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0x6][0x8a][0xd0][0x9a][0xb6][0xa8][0x9f][0xa5][0x89][0x86][0xc4][0x85][0x1f][0xe0]G[0x19][0xef][0x94]J4[0xd6][0xc8]f[0xe6][0xdc];g[0xce][0xb9][0xf7][0xce][0xbc][0xbc][0xbe][0x1][0xd8][0xc3]Z[0x12][0x11],&[0x10]FV[0xa0]\[0xc]K1,3[0xc4][0xbb]V[0x93][0xbb][0x86]e2lj[0x1d]~[0xc3]m[0x97][0xab][0x1d][0xc7]2U[0xc7][0xb5]u[0xde]S[0xcf][0x8]k>[0xa7][0xcc][0x10][0xad][0x18][0xa6][0xe1][0x1e]2[0xec][0xe7][0x89]~[0xc7][0xd5].7[j[0xd5][0xb5][\r][0xb3]U[0xfe]_[0xa0]Pg[0x8][0x1f]Y[0xd7]:CZ3L[0xfd][0xbc][0xdf]k[0xe8]v[0x8d]7[0xba][0x94][0x99][0x11][0xb4]n[0x9d][0xdb][0x86][0x88][0xfd]d[0xd8]m[0x1b][0xe][0x83][0xf2][0xa7][0xf6][0x5][0xb7][0x1d]2?yh[0xea][0xb7]~[0x91][0xb1][0x9e][0xee]8[0xbc][0xe5]I[0xfe]*[0x92]A[0xb].[0xfd]+Sk[0xdb][0xd6][0xbd]0[0x1f][0xb3][0x9f]H[0x93][0xf7][0x1d][0xf2][0xca][0x4]j0[0xa4]Z[0xba][0xab][0x8d][0xa6][0xbc][0x95]/[0x8c]3[0xe7]d[0xd5][0xea][0xdb]M[0xfd][0xd4][0x10]3[0xc8][0x6][0xf5][0xb9]+[0xdc]d[0xc4][0xb1]"#[0x8a][0x98]@[0xab][0xc][0xf9]q[0xc7][0xc4][0x90][0xfb]A[0x15][0x9c]o[0x87][0x99][0x80][0x19][0x89]f[0x95]qgW[0xa8]c[0x83]~[[0x84]~[0x1f]=[0x83][0xa8][0x90]P[0x88]p[0x1c][0x9]Z[0x93][0x14]]B[0xa2][0xc][0x90]R[0x8a][0x3]0[0xa5][0xf4][0x2][0xe9][0x89]B[0x9])Z'[0xbd][0xa3]m[0x12][0xc8][0x13][0xb9][0x0][0x99][0xa2][0xf5]![0x1d][0x13]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xa5]1Eb[0x2][0x9][0x3][0xc9][0x93][0x9f][0xf6][0xe5][0xaf][0x88][0x1d][0xa6]]V[0x8a][0xa5][0x1]B[0xca]N[0x80][0xfe][0x1][0xdd]+S\[0xf1][0xf4][0x95]![0xa4]/[0x8f][0xf4]eja[0x96]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x9c]D#s[0xc8][0xf8]N*[0xed][0x82][0x15]Q[0x9e]!=[0x8e],[0xa2]^[0xf2][0xd8][0x93][0x96][0x87][0x4]_[0x9a]a[0xde]c-|[0x2]PK[0x7][0x8][0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0]module-info.class][0x8e][[0xe][0xc1]@[0x14][0x86][0xff][0x83][0xaa][0xaa]{[0xfb]j[0x3][0x12]S[0x91][0xd8][0x82][0x7][0x89]Db[0x5][0x7]CZ[0x97][0x91]iy[0xb6].[0xf][0x16]`QbZ[0x15][0x97]I[0xe6]?3[0xff][0xf9][0xce][0xe5][0xfe][0xb8][0xde][0x0][0x8c][0xe0][0x13][0xdc][0xbd]Z[0x9d]v[0xb2][0x1f][0x1e][0xd6][0xca][0x6][0x11]Z_[0x86][0x88][0xf8][0xcc][0x84]Z[0xc4][[0xd6][0x9][0x8b](V[0x7][0xf]%[0x82]5[0x14][0x3]1 4[0xa6][0x19]<[0xe3][0xe5][0x96]726[0xd5]9[0x1a][0xa4]h[0x10][0x1f]C[0x1f][0x15][0x82][0xf7][0xeb]&Z[0xf2][0xde]G[0xf5][0xd3]9K[0xf8][0xa8][0x11][0x9c]t[0xa4]Xp,=4[0x8][0xdd][0xff]~[0xc1][0xc4][0xf6]bE[0xe4][0xa5][0x1b][0x90][0xb0][0xc4]G2D[0xc4]@[0x90][0x9f]J[0xb9][0x1b]ee[0x1d]]k[0xc2][0x85][0x89]B"[0xc6][0xf0][0x8b][0x98][0xf8]7[0x19][0xe3][0xb9][0xed]xEE[0xf7]C{[0xee]9[0xf7]|[0xe7];[0xe7][0xbb][0xb7][0xfd][0xfe][0xf3][0xd3][0x17][0x0][0xe3][0x98]Q[0xd0][0x8a][0x94][0x2][0x15]i[0x5]2Fd[0xf4]G[0xc9][0xc9]([0x88]B[0x93]1*[0x82])[0x19][0xf][0x85]?&[0x9c]G2[0xc6]eL[0xc8][0x98]d[0x90]v=[0xee]q[0x86][0xfe][0xc2][0xb6][0xfe]N[0xd7],[0xbd]R[0xd2][0x1c]^[0xd4]V[0xb9]^~[0xcd][0x8b][0xdc][0xe1][0x15][0x83]g[0x19][0xa2][0xcb]f[0xa9][0xa2][0xbb][0x9e]C[0xb9][0x8b]W[0xe5][0xe6][0x82]M[0xcf]5-[0xcd][0xb0]+[0x86][0xe7]P[0xd8][0xd5][0xf2]g[0xcb][0x82]Y)[0xf3][0xcd]%A[0x9b][[0xcf][0xcf]fg[0xa9]zS[0xce][0xac][0x98][0xee],C8[0x9e]Xa[0x88][0xe4][0xed]M[0xe2]i[0xa3]T[0xfe][0xd2][0xdb][0xd9][0xe0][0xce][0x1b]}[0xc3][0xa2]HG[0xc1]6tkEwL[0xe1][0xd7][0x83][0x11]w[0xcb][0xac]1[0xc][0x17]l[0xa7][0xa4][0x95],[0xbd]V+[0x9a][0xb5]-m[0xbb]fW[0xb4]y[0xaf]H}[0xbd][0xb2]m[0xeb][0xc5]N[0xd5][0xca][0x8a]d[0xbd],0[0xf1][0xc4]z[0x9e][0x81][0xb9][0xc]![0xb1]h]vu[0xa3][0xbc][0xa0]W[0xeb]5[0x9b]K[0xdc]][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xc9][0xc4][0x13][\r][0x8c]D[0x14]l[0x93]![0xdd] d[0x97][0xa1][0xe7][0xf2]l{[0xd5][0xd3][0xf9]F[0x1b]U[0x94]a[0xac][0xa1][0x9e][0xeb] [0xd9][0xe1][0xc6][0x9e]![0x18][0xa5][0xf8]z^[0x9c][0x83][0xb2]l{[0x8e][0xc1][0x9f][0x9a]"[0xd8]yY[0xcb][0x8c][0xa8][0xaf][0xa2][0x13]]*[0x6]0[0xa8]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]*[0xda][0xd0][0xae][0xe2]1[0xa6][0x19][0x92][0xff][0xcf][0xcf][0xd0]w[0xc5][0x85][0x12][0x1c]OTd[0x91]c[0x18][0xfa][0xe7][0x11]3[0xb4][0x9f][0xd7]Z[0xdc][0xd8][0xe6][0x86][0xfb]g[0x98]^5/@[0xe9]FTm[0x8b]L[0xd7][0xa9]r[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90]6a[0xba][0xf][0xc][0xdd][0xf1][0xdf][0xf7][0x84]N[0x92]-[0xea][0xfc]e[0xff]-[0x6][0xe9]kl[0x5][0xc3]5z[0xe6][0x85]Ddc[0xf4][0xe9][0x86][0xd0][0x81][0x8]Y[0xd2][0x90]"[0xdd][0xb4][0xd2][0xc8]2[0xb2]R[0xf2][0x10][0xec][0xbd][0x9f][0xd2]C[0xef]&?[0xd8][0x8f]^z[0xab]A[0x2][0xae][0xe3][0x6][0xd9][0x18]n[0xa2][0xaf][0xe][0xe6]dCd{[0x9][0x1c]:@[0xf8][0x18][0x91]B[0xea][0x1b][0xa2][0xb1]v|[0x96][0xf6]S[0xfb][0xb4][0x15][0xf6][0xcb][0x5][0xac]#hA[0x86][0xba][0xd1][0x8]<[0xea][0x97][0xee][0x9][0xe0][0xf5][0xd2]-Du[0x8b]H[0x19]n[0x93][0xd7][0xc][0xf6][0x3][0xdd]2!C[0xe2][0xb8][0xe9]-([0xbf][0x92][0x1f][0x16][0xb5][0x92][0x1f] [0x15]R'[0x88][0xa5][0xe][0xd0]t[0xc]y!}[0x2])[0xbd][0x4]y[0xed][0x10][0xcd][0xb][0xc9]#D[0xd7][0xd2][0x87]P>[0x8a]([0x1]"~#w[0xa8][0xac][0xf8][0x83]I[0x98][0xa0][0xd3]$M3Ee[0xa7][0xa9][0x85][0x1c][0x91][0xcc] [0x85]9[0xbf][0xb1]$[0xe5][0xc7]H[0x85]!B[0x84][0xfc][0xd6][0x83][0x16]%[0xc4]1[0xec][0xcb]9@[0xe2][0x6][0xbb]w)>HM[0x5][0xf9][0xf7]([0x12]du[0x9c]e[0x89][0xd8][0xd9]H[0xbd]21[0x7][0x87]q[0x9f][0xec][0x3][0xca][\r][0xd4][0x9c][0xa7][0x88][0xe0]R[0x84][0x9a]4U[0xcb][0xea][0xf9]y([0xfe][0xce]3B>[0xbf] [0x9c]R[0xef]J[0xac][0x2][0xe1][0x18][0x12]>&[0xf9][0xb]PK[0x7][0x8][0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.class[0x9d]VYw[0x14]E[0x14][0xfe]j[0xb6][0xce][0xcc]t[0x12][0x84][0x84][0x10][0x12]$[0x9a][0x0][0x93]!0[0xb8]+[0x89][0xd1][0x4]A[0x83]C@[0x12]@[0xe2][0xda][0x99]t[0x92][0xe][0x93][0x99][0xa1][0xbb][0x87][0x0][0xee][0xfb][0xbe][0xef][0xe0][0x86][0xfb][0x12][0x8f][0x1][0x5]N[0xc4][0xed][0xc1][0x17]}[0xf0][0xc5][0xe5][0xc5][0xed][0xc5]?[0xe1]9[0x1e][0xf5]VwM;[0xe9][0xe9]I[0xa2][0xf]]U]u[0xef]w[0xf7][[0xf5][0xcd]_[0x9f]|[0xe][0xe0]\|[0x10][0xc1]*[0xec][\r]c%t>[0x18]Q[0x98][0xc8][0xf3]a[0x9f][0x84][0x9][0x9][0xfb]%[0x1c][0x90]p0BG7E[0x11][0xc6][0xcd]|u[0x8b][0x84][[0xf9]|[[0x14][0x15][0xb8][0x9d][0xaf][0xee][0xe0][0xc3][0x9d]a[0xd4][0xe1].>[0xdc]-[0xe1][0x9e][0x8]j[0xb0][0x97]o[0xdf]+[0xe1]>[0xbe]y[0x4][0xf][0xe0][0xc1]0n[0xc0]C\[0xd2][0xc3]\[0xf0]#[0x12][0x1e][0x8d]`[0x19][0xf6]Jx,[0x82][0xe5]x<[0x8a]1<[0xc1][0x87]'%<[0x15]A3[0x9e][0xe6][0xc7][0xcf]HxN[0xc2][0xf3][0xc][0xe1]}J:[0xaf]&5[0xc3]dX[0x90][0x1c]S[0xf6])[0x89][0xbc][0xa9][0xa5][0x13]|[0xa7][0x9d][0x8e][0xfb][0xb4][0x91][0x8c]b[0xe6]u[0x95]![0xee]:[0xee][0xa0][0xff]=[0x8a]n*[0x89]1#[0x9b]Il[0xa6]a'[0x7]k[0xef]$[0xc6][0xc8]`~xX[0xd5][0xb7]e[0xb3]i[0x86][0xe6]dV[0x1f]I[0x8c][0xa4][0x15][0xc3][0x18][0xd6][0x8c]Q[0x9b]^[0xc9]i[0x89]n[0x87][0x88]X*F[0x15]ctCv[0x88]D[0xb1][0x1e][0x86]P[0x87][0x96][0xd1][0xcc]N[0x86][0xf3]cn[0xbd][0xe6][0x1][0xd7][0xba][0x93]!`[0x83]U'[0xb5][0x8c][0xda][0x9b][0x1f][0x1f]T[0xf5]~e0M;[0xb][0x93][0xd9][0x94][0x92][0xde][0xa9][0xe8][0x1a][0xff][0x17][0x9b][0x1]sT3[0x18]*[0xb9][0x1d]][0xba][0xae][0x1c][0xe8][0x19][0xcf][0x91][0xee]rO&[0xa3][0xea][0x1b][0xb8]0[0x95][0x8e]/[0xf0][0x92][0xed][0xb0]t[0xe7][0xb5][0xf4][0x90][0xaa]s[0xce][0x96][0x19]8d[0xde][0xe2][0x99]B[0xf][0xe4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x82][0xb7][0xb9][0xed][0x9b][0xc5][0xb1][0xf3][0xb5][0xdc][0xd0][0xe][0x12][0xb2]?[0xd6]J[0x8e][0xac][0x1c]QM[0x8e][0xb1]upLMQ[0x98][0x1b]c=[0xad][0xa5][0x12][0xec]S[0xd2]3[0xa8]e[0x86][0xd4][0xfd]d[0xb8]`[0xb3]l`h[0xf0][0xe4][0xb2][0xe][0xdb][0xff][0x95]a[0xbb][0xb9][0x9c][0xc][0xfb][0xb4][0x88][0xbc][0xcf][0xd4][0xb5][0xcc]H9r[0xfb][0x94][0xc8][0xa3]Dny[0xc0][0xe8][0xa2][0x10]4[0xb][0xa5][0x95][0xcc]H[0xc2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "L{ki[0xe6][0x6]Si[0xe5][0xe0]A[0x86][0xd3]J[0x88]y(\{[0x1d][0xfd][0xfd]V[0xd6]n[0xee][0xe8]_[0xbf][0xbe][0xac][0xf7]K[0xe4][0xda]ln[0xe1][0x5][0xb0]0i]0[0xb0][0xd6]6[0xb0][0xc0][0xed]X[0xb6]*[0xd6]S[0xba][0xed]I[0xc9]([0x9e][0xb5]E[0x7][0x1b][0xf7][0xa7][0xd4][0x9c][0xa9]e3t&[0xf][0xa9][0xc3]J>m[0xfb][0x88][0xa7][0xb7][0x7]e[0x9f][0xa9][0xa4][0xf6]lQr"[0xeb]B[0xa4]]O[0x86][0xd2]!@[0xaa]Q[0x96][0x4]c=[0xd6][0x1c][0xa1][0xfd]n[0xca]#U[0xc9][0xd8]g[0x3]d[0xc9]X[0xc1][0x9][0xc]K[0xca][0xb9][0xc7][0x82][0x18][0xe0][0xe4][0x8c][0xbe][0x90]f[0xf4][0xe6][0xd3]i;[0x8d],[0x2][0x9e][0xf1][0x12]^ 4[0xe7][0x97][0xa1]%[0xe6][0x11]w[0xeb][0xbc][0xc5][0xa1]"d?[0x81][0x94]K[0xc1][0x82][0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[[0xf0]vM[0xcc][0xd3][0x85][0xbe][0xb1][0x9][0x86][0xfa]R[0x84]][0xba]fZi[0xe9]3&[0x9c][0xe4][0xd0][0xb2][0x82]Q[0x9c]J8D[0x89][0xa8][0x18]E%[0xb1][0xd4]K[0xf9]BE[0xb8]"[0xee][0x94][0xd7][0xe6][0xa2]l[0xe9][0x1a]4L]I[0x99]s[0x15]}Y![0x91][0xbe]l^O[0xa9][0x9b]4[0x1e][0xd1]z[0xaf]6[0xb4][0x96]K[0x93][0xb1][0xe][0x87]e[0xc4][0xd0]*[0xa3][\r]k$[0xbc]([0xa3][0x1d][0x1d]2[0x6]1[0xce]PW[0xa6][0x17][0x90]+[0xbc][0x5]{[0xb1][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf4][0xc4][0xf6][0xa2][0x8c][0xcb][0xb0]QF[0x12]*[0x1f][0xb6]0,[0xf2]He[0x19][0xdd][0xd8] [0xe3]%[0xae]Z?vp[0xfd]R2^[0xc6][0x80][0x8c]W@I[0xd5][0xe8][0xaa][0xbf][\r][0x8a]a[0x16]1[0xef][0xc2][0xd5]^:[n[0x94][0xf1]*[0x6]$[0x1c][0x91][0xf1][0x1a]^[0x97][0xf1][0x6][0xde][0x94][0xb1][0x16][0x9]>tP[0xc2]x[0x85][0x9c][0xe1][0x8c]2[0xbd][0xde]>[0xe7][0xee][0xe5][0x9e]}K[0xc6][0xdb]xG[0xc6][0xbb]8<[0xc3][0xac][0xfe]Q=;[0xc1][0x8b]M[0xc6]{x_[0xc6][0x10]([0xff]'[0x19][0xce][0xfb]_7[0x88]e[0x99]W[0xe2]04[0xcd]UA^a)[0xd8]Hw[0x4]][0x18]U3[[0x18]U[0x93][0x96])[0xb4][0x93]@[0xff][0xf6][0x1d][0x1b][0xa9][0xba]7u%[0xfb]h[0xe][0xf4][0xee]H&[0xe9][0xb1][0xe0][0xce]m[0xaa]yuo^I[0x1b]<[0xf7]K3[0x9f]7[0x86]`[0xd7][0xf6][0xed]][0xbb][0x19][0xce][0x9c]O[0xcd][0x17][0xae]}[0x8a][0x8a]([0xc1]y^~[0xc1][0x9]N[0xce][0xb0]<[0xe6]y[0xa5][0xe4]S[0xfc]9cS[0xa6][0xd2]Y[0x83](+[0x95][0xa1][0xa1][0xbe]|.[0xa7][0xab]t[0xc9][0xf]Q[0x8f]+[0xd6][0xdf][0x9][0xa3][0xc5][0xb2]j[0x9e][0xc1][0xa3][0xbc]XI[0xcf]1[0x6][0x9]~,[0xe4][0xa5]G[0xeb]8=[0x10]}XM[0xff]T[0x85][0xd6][0x9a]R[0x90][0xe6][0x1a][0xfa][0xd6][0xe1],[0xfa]?[0x9b]V{h[0xf6][0xd3]\[0x1d]?[0x9][0x16]_}[0x1c][0xbe]x[0xdb]q[0xf8][0x8f][0xd2][0x96][0x1f][0xe7][0xd0][0xb8][0x10][0x1][0x80][0x8d]#[0xc0]2[0x8][0xb3],[0xaa]X[0x8e][0xde][0x9d]@[0x93][0xcd][0x86][0xf3]p!`[0xad]l[0xb1]|[0xc5][0x5][0xfa]p[0x11][0xad]e[0xb1][0x13]#E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xad][0xa7][0x15]5[0x4][0x1a][0xcf][0xb6][0xde][0xb0][0xcc][0xa2][0x89][0xc4]?[0x86]o[0x9a][0xc4]`[0xd2][0xa2][0xe2][0xb2]C[0xfc][0x84][0x99][0x96]<[0x1b])"[0xe4]1\[0x8c]N[0x81][0xd0]M[0xd4]>[0x9a][0xab]8B[0xc3]4[0x82]>|[0x89][0xd0][0x94][0xb][0xe5][0x80][0x85][0xb2][0xd8][0xa6]t[0xb4][0xae][0xc2]%[0xe4][0x14][0xae][0xc1][0xa5][0xe8][0x9a][\r]Or[0xe3][0xdd]:[0x7][0x1e]5[0x97][0xd9][0xf0]*[0xdc]xw[0xcd][0x81]G[0x1d]m6[0xbc][0xb0][0x1b][0xef][0xfe]9[0xf0]6[0xe1]r[0x91][0x2]W[0xd2][0x1f][0xa7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r[0xbc])'[0xf0]6[0xcc][0xa3]E0A[0x7]&[0x88]+[0xd0]C[0xe7][0xff][0x86][0x98][0xef]lvB[0xcc]![0xa9][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85]/[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "G[0xe3][\r]'[0x10][0x99]F[0x94][0xc1][0xad][0xed]SEb[0xa2][0x8e][0x98][0xa8][0xa3]m[0x12][0xbd][0x2]l[0x9c]h(#[0x11][0xe6]`[0xf2]To[0xdb][0x94][0x90][0x1f]B[0xa5][0xd0][0xbc][0x8a][0xa7]&{[0x1]!v[0x8][0x12];lA[0xc7][0x89]I"[0xd6][0xad][0xd8]f%n[0xd8][0x11][0x12][0x16]B[0xf8][0xea]*l'[0x9a]>[[0xad]M[0x12]!2~7x[0xd9]Q5[0x8d][0xea][0xd2]\=2[0x87][0x1d][0xfd][0xd8][0xe9]e[0xc7][0x82][0xc9][0xde][0xc6][0xc9]2v[0xbc]Mv[0xbc]Cv[0xbc][0xfb][0x9f][0xec]H[0x94][0xd8]A[0x17][0x96][0x10]}[0x87][0xa8][0xf9]&.[0xfa][0xb4]-m[0xc7][0xb0][0xf0]-[0x4][0x3][0x93][0xb4]XD[0xb][0xff][0xe4])[0xd4][0xec]>[0x89][0xda]/[0x9c]\XJ8`[0x1f][0x92]&S[0xa8]dG[0xc9][0xf2]cX[0xcc]>[0xc2][0x12]v[0xbc][0xa8][0x19]49[0xba]4[0x9]]B[0xc4][0xb9][0x1b][0x3]B[0x97]0|[0xa2]ZB][0x85][0xa5][0xce]5^[0x9e]X<[0x8b]'>%[0xf9][0x9f][0x91]'>[0xff]O[0x9e][0xb8][0xb6][0xc4][0x13][0xd7]9[0x9e][0xb8]BD[0xb4][0xa6][0xb8][0x94][0xea][0x8e]a[0xc9][0x9][0xd4][0xbb]C[0xfb]UQhk[0x1c]Y5Nh[0xaf][0x87]"P[0xd7][0x8a][0x96][0x16]8[0x86][0xa5][0xee]D[0xff][0xba][0xa8][0x99][0x5][0x9c]fFO[0x8f][0xd9][0x8a][0xbb][0xce][0x8d][0xf2][0xed][0x1c][0xc5][0xbd][0xd6]i[0xaf][[0x89][0x86][0x9][0xb][0x1b][0xe]Q[0xea]R[0x9f]o<[0x8e][0x6][0xfe];[0xe9][0xc4][0xd7][0xf6][0xef]w[0xe4][0xdb][0xef])[0xb6]?[0x16][0xe9]X[0xb0][0xb4][0xcf][0xa2]e[0xd5][0xb4]IO[0xb][0x1][0xfe][0x3][0x99][0x10][0xa4][0xb9][0xf3][0x14][0x96]Q[0xc2][0x9c][0x9e]<[0x85][0xe5][0xbb]W[0x13][0xb4][0xff]$[0x9a][0xb6][0xb4][0xc5][0xa7]q[0x86][0xf]m[0xd3]8[0x93][0xd1][0xa3][0xa5][0xae][0xb7][0xb0][0x8a][0xae][0xf][0xac][0xa9][0xf][0x9c]@[0xcb][0x9a]/V[0x9f][0xc0][0x8a])R[0xb1][0x16][0x8d]X[0x81]f[0xba][0xc6][0xda][0xc8][0x84][0xe6][0x19]i[0xf7][0x13]*[0xd8][0xcf][0xa8]e[0xbf][0xa0][0x91][0xfd][0x8a][0x15][0xb4][0xbe][0x88][0xfd][0xe6][0xa4]]-Z0[0x8c][0x11][0xcb][0x15][0x9d]B[0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8f]Qh[0xa4]%W;[0x81][0xc0][0xdf][0x4][0xee][0x97][0xb0]R[0xc2]2[0x9]c`[0x12][0x9a][0xff][0xa6][0xe4][0x8]8[[0xb4]a[0xed]JX[0xfe][0xdb][0x83][0xb4]0[0xb1]M[0xc4][0xd2][0x17]w[0xc7][0xe0][0xf7]"/[0xf9]l[0xc1][0xb][0xba][0xf8]#Wp[0xae][0x13][0x91][0xc]YU[0xe6][0xe6][0x1e]-[0xe2][0xe][0x9][0xb5][0xfd][0xa2]{f[0x90][0xb5][0xe6][0x1c].[0x0][0xbf][0x80]}[0xe4][0x96]g[0xc9][0xa4][0xa5][0xb8][0x1]u[0xb8][0xf1][0xd2][0xfa][0x0]PK[0x7][0x8]u[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.class[0xb5]Y[0xb]x[0x14][0xd5][0x15][0xfe]o6d[0xc8]fBB[0x8]Q[0xb2]! [0x82]Y6[0xc1][0x10]_[0xa0] [0x9a]@[0x90][0x84]M[0x82][0x9][0x9][0x6][0xb5]8d7[0xc9][0xc2]f7[0xd9][0x7][0x5][0xac]U[0x84]>[0xb4]Z[[[0xb5][0xb4]jk[0xd5][0xd2][0xaa]m[0x85]*[0x89]R_[0xf5]U[0xad][0xad]V[0xfa][0xd0]j[0x1f]j[0x1f]j[0x1f]j[0x1f]j[0xad][0x95][0x9e]{[0xe7]fv63[0x93]L[0xda][0xaf][0x1f]_n[0xee][0xcc][0x9c][0xfb][0xff][0xe7][0x9e]{[0xce][0xef][\r]O~p[0xef][0xfd][0x0]N[0xc2][0x11]/[0x16][0xe3][0xb2]|[0xd4][0xe2]r[0x5][0x9f][0xf2][0xc2][0xa3]?\[0xc1]{Wz[0xa9][0xf7]i[0xde]\[0xc5][0x9b][0xcf]([0xf8][0xac][0x17]^\[0xed][0xc5][0xe7][0xf0]y[0xde]\[0xc3][0x9b]kys[0x1d]o[0xbe][0x90][0x8f][0xf3][0xb1][0x97]7_[0xe4][0xcd][0x97][0x14]\[0xef][0xc5][\r][0xb8][0xd1][0x8b]R\][0x80]/[0xe3]+[0xfc][0xf1][0xa6][0x2][0xd4][0xe1][0xab][0x1c][0xf0]f[0xde][0xdc][0xa2][0xe0]V[0xfe][0xfa]k^Tph[0xf][0xf6]y[0xf1]u|[0x83]7[0xb7])[0xb8][0xdd][0x8b]y[0xb8][0xa3][0x0][0xdf][0xc4][0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x11][0xbe][0xcd][0x9b];[0x15][0xec]/![0xef][0xf]zQ[0x85]a/Fp[0xf][0x1f]w/o[0xe][0xf1][0xe6][0xbb][0x1c][0xf0]>[0x5][0xf7]+x@[0xc1][0x83][0xc][0x85][0xcd][0xc9]x[0xac]>[0x91][0xd0]v4[\r][0xc]F[0x19][0xd4][0xa6]X,[0x9c]X[0x19][0xd5][0x92][0xc9]p[0x92]![0x9b][0x16]M[0x87][0x83][0x91]d[0x8a]afp[0x8b][0xb6]M[0xab]M[0xa7]"[0xd1]Z1[0x82][0xbf]^F6[0x1d][0x91][0xbe][0x98][0x96]J'[0xc2][0xc][0xb5]v6[0xcb][0xe9][0xe5]V-[0x91][0xd2]j[0xb7][0x10]Y-g[0xec][0xe2][0xb0][0xcb]V[0xd0]h[0xef][0xe6]too8[0xb1].[0x1e]'[0xf6]c[0x83][0xf1]D_m[0x1f]g[0xef][0x8d]$[0xfb]u{m0R[0xdb]`[0x18][0xd1][0x90][0xbc][0xe5][0x91]X$[0xb5][0x82][0xe1]8[0xbf][0xb][0xfb][0x85]][0xc][0xb9]+[0xe3]![0xf2][0xae]([0x18][0x89][0x85][[0xd3][0x3][0x9b]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0x89][0xf5][0xda][0xe6]([0xbd])[0x9][0xc6]{[0xb4]h[0x97][0x96][0x88][0xf0]g[0xf9]27[0xd5][0x1f][0xa1][0xb9]/[0xb4][0x3]7[0xc2][0xd5][0x90][0x8e]DC[0xe1][0x4][0x8f][0x1a][0xb9][0xb4][0xc2]o[0x9d][0xa3]0[[0xe6][0xd2][0xc3])[0x1a][0xb7]f8[0xda][0x9][0x87]a[0xb9][0xdf][0x14][0xdc][0x95][0xf1]h4[0xdc][0x93][0x8a][0xc4]cn[0x19][0xbc]=[0xc6][0x10][0x86]2{([0xfe]!+ ;[0x6]G[0x83]2[0xcb]v[0xc4][0xf2][0x0]_[0xc3]3[0xec]=[0xe3][0x1f]]:[0xe7][0xd1]B![0x86]Sm[0xa2][0xa8]g[0xca]B[0x87][0xb0][0xc8]U [0x1f][0xa6][0x88]L[0xb5][\r][0xa0][0xe][0xc1]p[0xa2]t3[0xaa][0xc5][0xfa]j;R[0x89]H[0xac][0xcf][0x5]p[0x89]u[0x10][0xc3][0x12][0x9]5[0xa0][0xa5][0xfa]k[0x1b]"}[0xab][0xc2]=[0x91][0x1]-[0xea][0x2][0xae][0xcc]~[0xa0][0x15][0xb2])[0x96][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xd1][0x90]IC[0x8e][0xe]d[0x98][0xe7]o[0x9a]x4k[0xe2][0x86][0xcd].[0xc][0x9b][0xb9][0xe1]*[0x17][0x86][0xab][0xb8][0xe1]F[0x17][0x86][0x1b]I[0x80]:RZ[0xcf][0xd6][0x16]mP[0xe4][0x99][0x82][0x87][0x18][0x14]J[0x86][0xd6]t[0x94][0xf4][0xe0][0x18][0xff][0xc4] [0xf5]6I[0xd3][0xb6]y[0xb][0xa5][0xe0][0xa8][0xcd][0xc4][0x18][0xca]f[0xbd][0xcb]0w"0[0x86]3[0x9d]j[0xdd]=[0xdf][0x9c][0x9]-[0xf2]([0x6][0xf5]<[0x4][0xa7][0xf9][0x9b][0xfe][0x87][0xa2][0x88][0xc4]B[0xe1][0xed][0xc]'[0x9][0x90]I[0xa7][0xfe][0xd2][0xd1]a[0x93]Os[0xcb]P[0xf7][0xe9]|[0xac][0xbf][0xc9]E[0xda][0x92][0x95][0x8b][0x9c]%+[0x17][0x9]KV.[0xb2][0xb5][0xc1]n%&[0x9b]i[0xf5]v [0x93][0xcc][0x1e]O2L[0xdb][0xb1]B[0xad]^%y[0x89][0xf0]@|[0x1b]i[0xdf][0x14][0x91][0xc6][0xc][0xe5][0x8e]eC[0xa3][0xa7]&c[0xda]`[0xb2]?N[0x10][0xc5]&[0xd9][0x96][0x9b]y`[0xcc][0xab]q[0xf6]n[0x5][0xdf]#[0xb4][0xc1][0xf8]`:[0xaa][0xa5][0xf8][0xe][0xe1][0xb0]?q}7[0x8b][0xa8][0x1e]2[0x1a][0xfe]0C[0x85][0xf3][0xce][0xc1][0x87][0xa9]T[0x5]][0x99][0x13][0x88][0xcf]y[0xe8][0xe2]X[0xce][0x95][0xc2][0xb1](^&[0xac]B[0xda]/"!r[0xbc]K[0xdf]7f[0xfa][0xad].[0xf2]a[0xd3][0xa3][0xda][0xc0][0xe6][0x90]6t[0x9e][0xf3][0x17][0x93]nm[0xa3][0xed][0xb4]#[0x9e]N[0xf4][0x84]WG[0xc4][0xe6]hw,8[0x9e][0xe3][0xa9]8[\r][0x8f][0xa8]X[0x8a]S[0x19]f[0xd8][0x9c][0x8d]T:i[0x9e][0xac]"[0x8c]GU[0xec][0xc4][0x85]*vc[0x8f][0x8a][0x8b]q[0x9][0x89][0x9f][0xc3][0xf1]C/_[0xce][0xc0][0xc1][0x1f]S[0xf0][0xb8][0x8a][0xef][0xe3][0x9][0xde]<[0xc9][0x9b][0x1f][0xf0][0xe6])[0xde][0xfc]P[0xc5][0x8f][0xd0][0xa2][0xe2]i[0xde]<[0x83][0x16][0x86][0xca][0xcc][0x1c]y[0xee][0xac][0x8b]G[0xa8],[0x13][0x8d][0xdb]{[0xc2][0x83]<[0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xac][0xe2]Y[0x1c]V[0xf0][0x13][0x15])[0xfc]T[0xc5][0xcf]p[0x98][0xf7][0xd2][0xdc][0xa7]]*.[0xc5].*[0x97][0xc]H[0x13][0xd7][0x97][0xb6]t[0xaa][0xad][0xb7]![0x9e][0x8e][0x85][0x92][0x6][0x92][0x8a][0x9f][0xe3]9[0x15]I<[0xaf][0xe0][0x17]*^[0xc0][0x8b]*~[0x89]_1[0x9c][0xec][0xf2]P5?[0xeb]`[0xca]g[0xfa]k[0x5][0xbf]Q[0xf1][0x12]^V[0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xab][0xe2]w[0xf8]=%V&[0xa6]m[0x82]X[0xa3][0x82](n[0x88][0xc7]S[0xc9]TB[0x1b]l[0x9][0xa7][0xfa][0xe3][0xa1]dQ[0x1e][0xfe]P[0x8c]=E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^U[0xf1][0x1a]^W[0xf1]G[0xfc]I[0xc1][0x9f]U[0xfc][0x5]o[0xa8]h[0xc6][0x9b][0xbc]yK[0xc5][0x10][0xfe][0xaa][0xe2]o8[0xcc]P[0xe5][0xd2]Ob[0x1b][0x9b]7[0xc][0xb3][0xc7]-a[0xda][0xb1][0xed][0xf3][0x94]aZv[0xf5]e[0xcd][0xaf][0x89]VJK[0xc5]i[0xb8][0xc7][0xcf]3[0xd3][0xb1][0xde]6[0x8e][0xc9][0xe6]Q[0xbd][0xef]r[0xce])[0xfd]P[0xac][0xcf][0xa7][0xb0]/[0x9c][0xca][0xbc]c[0xa8]s[0xd6][0xd1][0x87],[0xb3][0x8e][0x19]G[0xfd][0x8d]1[0x15][0xb6][0xa7][0x15][0xd3]g;[0xbd]7}[0xb6][0x13]z[0xe3]s[0xee][0xfa][0xf6][0xce]FR[0xc8][0xd5][0xf5][0xc1][0xe][0xfa][0x9d][0xdb][0xda][0x19][0xc][0xd2]>[0xec][0x10][0x8e][0x96]p2[0xa9][0xf5][0xf1][0xb]Pe}{{CgSpUc[0xfb][0xa6][0xb6][0x86][0xe6][0xc6][0x95][0xeb]7[0x8d]>[0xea][0x10][0xa5]Bk-[0x7][0xc4][0xca][0xf1]w[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae]e6[0xee]J[0xdd][0xa1][0x4]2[0xd1]R[0xb7][0xbe]{[0xc][0xeb],[0xd3][0xf7][0xae][0xfa]`gc[0xb0][0xa9]c[0xbd][0xfc]V&[0xf7]O[0x8b]O3[0xfd]Y[0xef][\r][0xb2][0x99]vi[0xc4]/[0xe1][0x81][0xc1][0xd4][0xe][0x99][0x87][0xa3][0xd3]4o[0x16][0xc5][0xe9][0xd8]@<[0x14][0xe9][0x15]w[0x5][0xdd]n[0x9e][0xac][0x99][0xcd][0xb8]S,F.[0xaf][0x9][0xa5]v[0x9e][0xd2]&[0x14]1J[0xa3],[0xcb][0xcf][0xd1][0x92][0xe1]G[0xbc]~-[0xd9][0x1a][0xde][0x9e][0x12][0xd5]C[0x15][0x92][0x1b][0x13][0xf][0xd9][0xcb]'C[0xe2][0xc5][0xdf][0xf1][0xf]~[0x5][0x9b][0x1f][0xc4]z[0xb8][0xa4]1[0xac][0xb1][0xbd]l[0xda][0xde][0x7][0xcd].[0xf4][0xa6]c[0xc2]Kr8[0x96]L[0xf][0x88]d[0xcc][0x8f][0xf4][0xae]K[0x84][0x93][0xe1][0x18][0xc1][0xce][0xf5][0x8f]k[0xcc]g]n[0xc3]K[0x7][0xe6]N[0x1a]A[0xfe][0xf5]k[0xb1][0x10][0xdf][0x83][0xda]l607au[0xbe]/[0xd9]n[0x89][0x1b]E[0x82][0xd9][0xef][0x95]U[0xb6][0x1f]lSnl[0xfe][0x8a][0xdc]U[0xf0][0x8e][0x8a]w[0xf1]/[0x15][0x1f][0xc3][0x1e][0xca][0xa5][0xcc][0xc0]Hl[|k[0xb8]6([0xf6]b[0x12]u[0xad]W[0xeb][0xa1]u[0xa5][0xb]s[0xc1]@[0xe6]I[0xc1][0xbf]) [0xc1]x|kz[0x90][0xe1])[0xb3][0xfb][0x12]@[0xdf][0xf][0xd6][0x88][0x90]%[0xe7][0xeb][0x96][0xcb][0xac][0xb5][0xe2]4[0x90][0xdf][0x87][0xff][0xbb][0x8f]:[0xe5][0xf8]c[0x17]Z[0xbf][0xae][0xd4][0xa2][0xd1][0xe][0xca]n:-}[0xc0][0xb0][0xc0][0xd5]|[0xb2]vy;;[0xcc][0xa5][0xd4]^[0xc]Ri[0xe4][0xd0]?:[0x80]P[0xff][0x14][0x80][0xfa]KP[0xc2][0xcf]*[0xd4]_D?[0xa7]a[0x19]}YN[0xbd][0xd5][0xc2][0x12][0xf0][0x6][0x86][0xc1][0x2][0xd5]w#g[0xbf][0xb0]?[0x9d][0xda]i[0xf0]P[[0x8d]\[0xd4] [0x9f][0xc6][0xad][0xa0][0xa7]2[0xdd][0x1a]g[0xe0]L@[0xf4]8*[0x13][0x98][0xf5][0x12]3J[0xe3][0xf8][0xc8]J[0x81]YC[0x98][0x81]C[0xf0]t[0xf]#[0xf7]nL[0x9][0xdc][0x85])[0xd5][0x7][0x91][0xb7]![0xc3]S[0x86])[0xd4][0xd6][0x12][0xcf]b[0xe2][0xa9]C)N[0xc0]l[0x9c]([0xf8][0xe6][0xea]H[0x6]_%[0x1a][0xb0]R[0xf0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe6][0x1c][0xc1][0xbc][0x8a]~s[0xe6][0x9d][0x92][0xb9][0xdc][0x96][0xb9]z[0x18][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0xf5][0x98]XO&[0xd6]S[0x88]u[0x9][0xb1].[0xc5],B[0xcc][0xb0][0x96][0x1b][0xac][0xe5]h[0xa4]H1[0xd1][0xd3]Y[0xcf][0xa2][0xbe]*[0xdf]4b[0x8d][0x11][0xe7]&[0xea]5c[0xad][0x8c][0xc4][0x1a][0x19]][0x95]sO[0xe5]M~[0xe0][0xce]1[0xf1]=[0x9d][0xfc]X!"[0x9a][0x89][0xaf]j0[0xab][0x8][0xa2][0x85][0xd0]8j[0xab]Dm#[0x9f][0xb9][0xd5][0xc][0x1d][0xf5][0x10][0xbc][0xdd][0xd4])[0xb0][0x3]_E[0xe0][0x8d][0x98]N[0xce]g[0xc0]g[0x18][0xe0]3[0x8][0xbc]M[0x82][0xaf][0x93][0xe0]k[0xa5][0xcb]E[0xd2][0xe5][0x11][0xa8]v[0xc0]k[0x9]8[0x88]B[0xf2]-[0x3]\d[0x0][0x17][0xd1][0xb7][0xb3]%p[0xbb]#p[0xa1][0x1d]p;[0x1]w[0x10][0xf0]zG[0xe0][0xe][0x9][0xbc]^[0x2]7[0x18])[0xec][0x1b][0xc1][0xb4]lL[0xaf][0xf8][0xd2][0x8d][0xa9][0xd8][0xe8][0x90][0xbe]AtJ[0xbc].[0x3]OO"o`[0xce][0x8][0x8a][0xec][0xf0]6[0x11][0xde][0x5][0x8e]x[0x1b]$[0xde]9[0x16][0xbc][0xaa][0x11][0x14][0xdb][0xe1][0x85][0x9][0xaf][0xd7][0x11][0xaf][[0xe2]m[0x94]x[0xfd]r[0xbe]3[0x2][0xbe][0xbd][0xc8]?[0x80][0xe9][0xfb][0x90]w[0x0]%[0xa3][0xc0][0x1e][0x13][0xf0]VZ[0xfa][0xa8][0xe3][0xd2][0x9f]K[0x80][0xe7]Q[0xff]([0xe4][0xac]UP{[0x84][0xe3][0xd2]o&Z[0x5][0xe7][0xd3][0xe7][0xf][0xd1]\u[0xd6]%[0xf4][0x95][0xa7]{~[0xe0][0x0]f[0xd8]Mb[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x12][0x82]K[0xaf][0x8b]|[0xc9][0xc5]][0xbf]@[0x82][0x84][0xc8];n[0xeb][0xab]~[0x1c][0xd3][0xe][0xa1][0xb4]{[0x4]3[0x87]Q[0xf6]@[0xa0][0xfa][0x1e][0x1c][0xc5][0x90]=[0x85][0x12]Js[0xe0][0xc3][0xd4]n[0xa7]u[0xdf]I[0xc5]y[0xa1]i*>c*>h[0xd8],[0xa7][0xe2][0x1]+[0x12][0x8c]=[0xce][0x8c]G[0x8f]2[0xce][0xb2]g[0xbc][0x84][0xda]][0xc4][0xb8][0x9b][0x18][0xf7]82[0x86][0xb2][0x19][0xc3][0x6][0xe3]n[0xc9]X7[0x96][0x91][0x84][0x8f][0xde][0x8c][0x95]B[0xe1][0x6][0xd7]C[0x93][0x1f][0xe5][0xc8][0xa3][0xf6]2[0xf2][0xe3]r[0xf2][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2][0xbf][0x12][0xc7][0xe0]*[0xfe][0x1f][0x12]&[0xea][0xc][0xea]L[0xfe][0x90]4[0x14]M[0x17]![0xe8][0x95][0xe]u[0xc8][0xfc]+[0xc][0xd4][0xf0][0xc2][0xf3]Q[n)[0xbb]k[0xa8][0xec][0xae]E[0x1][0xae]3[0xe9]_[0xa1]AP[0x88]>Q&[0xbc][0xc7][0xf5](G[0x10][0xf4]K[0x82][0x8d]4[0x96][0xdb][0x97]J[0x2].H5B[0x90][0xac]<[0xd7][0x93][0xed][\r][0x14][0xe8][0x1b]M<[0xa5][0x6]O[0xa9][0xc1]S*[0xa4]I[0xe7][0x89]H[0x9e].9[0x91][0xe2][0xd1][0x89][0x8]m[0xb2]r[0xdc]L[0x1c][0xb7]P[0xff]V[0x13]G[0xb1][0xc1]Qlp[0x14][0xb][0x95][0xd2]9[0xb6]8s[0x14][0xda]q[0xdc]F[0x1c][0xb7]S[0xff][0xe][0x17][0x1c][0x1d][0x92]c[0xab][0xe4]h[0x91][0x1c][0x5][0x1]_[0x85]P[0xac]rK1[0xed][0xa7][0xf2]9`[0x82].0[0xa0][0xb][0xc][0xe8][0x2][0xa1]]:t[0xd4][0x80][0xce][0x15]9L[0xd0]s[0x85]xY[0xa1])[0xe5]1[0xe2][0x2]z[0x83][0x84][0x1e][0xb0]B[0xfb][0x85][0x8e]Y[0xa1][0xef]#[0xe8][0xfb]]@wK[0xe8][0x98][0x84][0xde]%[0x3]RJ[0x1][0xc9][0x96][0xb4]r[0x8b][0xa4]=L[0xc9][0xf3][0x88][0x8b][0xe4]9[0x97][0xac]y=,@[0xce][0x11]R$[0xf][0x17]6][0xd9][0x18][0x17]:[0xf9],~[0x8d]J]fC[0xf1][0x8c]n(B[0xeb][0xac][0x13]}[0x82][0x4][0xfb]I[0x7][0xc1][0xee]36[0x94][0xb8][0xc4][0x8b][0xcb][0xe9]U[0xd4][0x8c]Q=_[0x8d][0x94][0xbd]r[0x8b][0x8]=M[0xed]3T[0xfc][0xcf][0x92][0x18][0x1c]6M[0xb7][0xc2]`[0xaa]0[0xa6][![0x4]0'[[0x0][0x7][0xdd][0x90][0xcf][0xb2]'[0x8e][0xda][0xe7][0x89][0xfc][0x5]"[0xd1][0x5]y([0x9b]|h<[0xe9][0xf1]YJ[0xe9]%*[0xa5][0x97])/^q-=C.[0xa4][0xc7][0xca][0xf3]*[0xd9][0xbe]F3|[0xdd][0xb5][0xf4][0xc]M =V[0x8e]7[0x88][0xe3]M[0xea][0xbf][0xe5]Zz[0x86]&[0x90][0x1e]+[0xc7][0xdb][0xc4][0xf1][0xe][0xf5][0xdf]u-=C[0xce][0xd2][0xe3][0xb3][0xe4][0xf6][0xbf][0xa9][0x88]?p-=C[0xce][0xd2]c[0x81]f[0x1e][0xe4][0xb3]\[0xd7][0xd2]3[0xe4],=V[0xe8]|[0x82][0xf6][0xba][0x96][0x9e]![0x17][0xd2][0xe3][0x1b]+=[0x94][0xdb]%[0xac][0xf8][0xff]!=[0x9]G[0xe9][0xb1]Nt&[0xa6][0xb2][0xb2][0x9][0xa4]gh[0x12][0xd2][0xe3][0x1b][[0xfd][0xcc][0x87]\V[0x81]"V[0x89]r6g[0xf2][0xd2]34[0x9][0xe9][0xb1][0x92][0xcf]'[0xf2][0x5]D^E[0xe4][0xfe][0xc9]KO[0xd2][0x88]d[0xbf][0xbc]$[0xcd][0xd1][0xcf]][0xc5][0x87]P[0xd1][0xed][0xf3][0x8c]`[0xf6]0*[0xc5]Y[0xcc]w[0x10]s6X[0xf8][0x17]Aa[0xc7][0xa3][0x94]-[0xc6]lVg[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x1c][0x83][0x8e][0xe4][0x97][0xac][0xa5][0xd4]M!-Yo[0x92][0xac]~[0x9d][0xd5];[0x82][0xb9][0xc1]}[0x94][0xb7][0xf4]4[0x82]c[0x82][0x1]F[0xc7][0xbe]C[0x98][0xd7]]Mor[0x86]q,[0xa7][0xcf][0xcd]\G[0xd9][0x12][0xa2]_[0x8a]il9[0xca][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0xd8][0x19]F[0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe8]g[0x1b][0x9d][0x86][0xf9][0xc4][0xfd][0xd2][0x99]2rZw[0x96]tT[0xb7][0xda]No[0xf4]o[0xdb][0xa5][0xa3][0xf9][0xc8][0x99][0xf6]>[0x14][0x5];[0xc8]h'[0x1d][0xa4][0xf5][0xfb][0xf2]#d[0xce][0xb]k5[0x1d]C[0xe7]3[0xb4][0xd0][0xba],`[0xd8][0x8b][0xa5][0xd4]9[0x8e][0xa1]u[0xd1]c(_[0xf4][0x10][0xaa][0xf6]b[0xc6][0xa2][0x7]Q[0x15][0xb8][0x97][0xa8][0xe9][0xb0][0xba]p[0x1f]]>hJ[0x8b][0xf8],F[0x10]8[0x88][0xea][\r][0xfb][0x8e]<[0xba][0xdf][0x98][0x8c]8[0xc0][0xb2][0x95][0x94]a[0xab]0[0x8f]5[0xe2][0x4][0xb6][0x6][\r][0xac][0x19][0x8d]l[0xad]1[0xa1][0xa3]PM[0xb5][0xf2][0x11][0xb1][0xba][0xab][0x8d][0xe8][0xae][0x96]7[0xed][0xcc][0xfd]z[0xb5][0xbc]_[0x9f]'[0xaa]+W[0xcc][0xe2][0xa2][0xf7][0x11]P[0xb0][0xf8]=[0x14][0xbd]G3[0xd1]o[0xde][0x1f][0xa5][0x9f][0x8b][0xe9][0xf0][0xae]/DX[0x16]R[0x85][0xc3][0xb1][0x9b][0xbb][0x9c][0xf9][[0x80][0xbe][0xf6][0xad][0x14][0xfc]6[0xaa][0xf1][0xb3])[0xf0][0xed][0xa6][0xb5]7[0xe7][0x9e]~[0x1b][0x97]k_"(w[0x8d]Mw{J_[0xcd]A[0xd4][0x8c][0xa5][0xec]$[0xca].[0xa2]<[0x87]([0xbb]'Lw}[0xff]3[0x91]_j[0x90]'[0x8][0xce]3n[0xba][0x13][0xfd]"[0xcb][0x94][0xcf]#[0xfe][0xf3])[0xdd]7[0xa1][0x92]]`[0xe2][0xb7][0xa6];[0xef]e[0xf1][0x97]Rw7][0x90]t[0xfe]N[0x19][0xef][0xe2][0xcc][0xad][0xe7]x^[0xeb][0x19]B[0xb1]y[0xb1][0x1e][0xaa][0xef][0x10][0xd5][0xb7][0xf9][0xba]k[0xde][0xbc]xFd.V[0xc5]9[0xfc][0xf][0x86][0x92][0xa2]QRL[0x17][0xb]hJ[0xbd][0xcc]_[0x92][0xf2][0xb8][0xa3][0xcc][0xfc][0xc7][0x8e][0xe9][0x6][0xf6]t|\`{[0xf0][0x9]a[0xff]I[0x9c]([0xc2][0x90][0x83]yt[0xb1]:[0x81]r[0xf6][0x9f]x[0x1f][0xef][0xd1][0xa5][0xef][0x80][0xcc][0xbd][0xef][0x90][0xed]][0xb8][0x1b]w[0xfd][0x7]PK[0x7][0x8]^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.class[0x9d]U{O[0xd3]P[0x14][0xff]][0xf6]bc [0xc]A[0x10][0x15]y[0x8d]=[0x90][0x8a][0xf2][0x10]7yMP[0x10]_[0x99]b[0xfc][0xb3][0x1b][0xdd]([0x96]v[0xe9]:[0x93]}+M$[0x18]M[0xfc][0x0]~([0xe3][0xb9]][0xa9][[0xd7][0x86][0xc6],;=[0xbd][0xf7][0xfc]~[0xe7]u[0xcf][0xed][0xef]??~[0x1]X[0xc6][0x8b][0x18][0x6][0xb0][0x12][0xc3]*[0xd6][0xa2][0xe8][0xc7]#.[0xd6]#x[0x1c]C[0x8]9.[0xf2]\<[0x89]`#[0x86](_[0x89]b[0x93][0x8b][0xad][0x8][0xb6]#[0xd8][0x89][0xa0][0xc0][0x10].kjE[0xae]2\;<[0x15]?[0x8b]B[0xc3][0x90][0x15][0xe1][0xa5]X[0xcb]1D[0x8b]rU[0x15][0x8d][0x86].1[0xcc]v[0xee][0xe6][[0xaf][0x8a][0xa8]V[0x85][0xa2][0xa1][0xcb]j5[0x97][0xd9] H[0xac][0xd4][0xa8]T$[0xfd][0x8d][0xa6])[0xc]3[0x87][0x9a]^[0x15][0xaa][0x8a]X[0xaf]W[0xe4][0xfa][0x89]pZ[0xd7]TA[0xac][0xc9][0xc2][0x8e]mD[0x90]p^Vec[0x83]![0x99][0xf2]a[0x9f]>b[0x8][0x16][0xb4]c[0x89][0x7],[0xab][0xd2][0xab][0xc6]YI[0xd2][0xdf][0x89]%[0x85]V[0x12][0x87]ZYT[0x8e]D][0xe6][0xef][0xd6]b[0xd0]8[0x91][0xeb][0xc]Y7[0xf2][0x3][0x12];[\r]Y9[0x96][0xf4]=[0xb1]lhzs[0xff][0xac][0xc6][0x83][0x1a].[0xeb][0x92]hH[0xaf]K[0xa7]R[0xd9][0xb0],[0x18][0xa6]Si[0xca][0xfb][0x93][0xa8][0x1b][0xe2]?|[0x87][\r]As)/[0x9b][0x9c][0xf]tX3[0x17][0x18][0xc6]=Y[0x18][0x96]R[0x8e]^[0xf9] [0x1e][0xed][0xac]M[0xb3]vY[0x9f][0x95]+;[0xdb][0xb6]b[0x85][0xc0][[0xfd]![0xf5]_@[0x1f][0xa1]&Z[0xc5][0xdf][0xd6]u[0xb1]i[0xd7]~[0xca][0xad][0xf6][0xed]&[0x4]\w)[0xbd]i[0xe2][0xe6][0xd5][0x81][\r][0x89][0xfc][0x9d]a[0xcc][0x8b][0x82]a[0xad]=[0xe3][0x82][0xa6]([0x14][0xb5][0xac][0xa9]>[0xc8]ce[0xdb][0x9a]w[0xc2][0x95][0xa5][0xd5][0xf2][0xee][0x8d][0xbc]9X[0x8f][0xdd]}[0xf3][0xcd][0xab][0xdd][0xf]T%[0xa3]`[0x8e][0xf9][0xbe][0xfa][0xbe]N=[0x1f]2[0x8b][0xd9]9[0xed]I[0xe7][0x9a][0xe7][0x8c][0x17][0xb5][0x86]^[0x96][0xf6]d~z&[0xdc]Gh[0x91]C[0xe3][0x18][0xc5][0xd3][0x8]v[0xe3][0xd8][0xc3]R[0x1c][0x83][0x18][0x8a][0xe3]:F[0x18]R[0x1e][0xa3][0xd8]q[0x10]8[\r]g[0xb8][0xc1][0xc5]3.[0x9e]3[0xcc]{ [0xdb][0x13][0xbe][0x4][0xee]sq[0xc0][0x90][0xf6]=[0xf8][0xc][0x83][0xce][0x13][0xcb]0[0xd9]U[0xdd]N C [0xc5]o[0xa5][0x11][0xb7][0xfe][0xd0][0xc5][0xd3]+[0x9d][0xd5][0x8c]&[0xd5][0x93]a[0xd3][0xfb]j[0xf0]y[0xf5][0xad]8'[0xdf]'n[0xc3]s2|[0x12][0xe4]=[0xce][0xbe]/8[0xee][0xd2][0x87]i[0x0]te[0xa3][0x7][0x9]~[0x10]HO[0xd0]'[0xac][0x7][0xc3][0xf4][0xa4]3Az/[0xfd][0xa9][0xdb][0xb4]3F[0xda][[0xda][0xeb][0xa1][0xe7]P[0xe6][0x2],[0xf3][0x1d]=[0xe7][0x8]d[0xb2][0xe7][0x8]~5a[0xe3]$[0x13][0x8][0x92][0x9c]#[0x99]D[0x1f][0xe6][0x89]6[0x85][0x9b]&[0x89][0x9][0xc4][0x4]n[0x1][0xa6][0xc6][0x1d]0[0xfa][0xdd][0xc6][0x1d][0x8b]~[0x15][0x1][0xd2][0x80][0xf8]O[0x84]>f[0xbe]!x[0x81][0xf0][0x17][0x9b]9l[0xee]-[0x98]l[0xf1][0x96][0x9d][0xc5][0xc6]9&-[0x8e]m[0xf2][0xcc]=[0xf5]s[0x8e]l[0x8b]$[0xe2]$Yj[0xb][0xa9][0xdf][0xe][0xa9][0x9f]*2e[0x85]4M{[0x9c][0xae][0xe8]B[0xd7][0xcb][0xe9][0x2]mt[0xab][0x9e]t[0xbc][0xa4]3v[0xbc]|e[0xd6].[0xf2][0x1c]iI[0xaa]PW[0xee]Q+[0xf7][0x98]3[0xec][0x9c]k[0xee]I[0xaa]pW[0xee][0xd1][0xcb]`[0xfb][0x9c]$[[0x1e][0xc1][0xa6][0x91]1sO"[0xdb][0x9d][0xbb]M[0x17]w[0xe6][0xbe][0xeb]A[0xb7][0x80]{[0x8e][0xdc][0x17][0xb0]h[0xe7].[0x90]v[0x9f][0xda][0xd0]r$[0x98][0x8e][0x81][0x10][0xf9][0x8]8[0xe3]=hK:d9h[0x91]<[0xa0][0xb5][0x87][0xa6][0xb6][0xfc][0x17]PK[0x7][0x8][0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.class[0x95]UkO[0x13]A[0x14]=[0xd3][0x7]+[0xb5][0x2]V[0xad]oE[0x1]-[0x8b][0xb0][0xbe][0x0][0xb5][0x15][0x1f]M4[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*I[0x15][0xa3][0xdf][0x86][0xba][0x94][0xc5][0xb2][0xdb]l[0xa7][0x1a][0x12][0xe3][0xff][0xf0][0x17][0xf8]U[0x13][0x89][0x89]&[0xfe][0x0][0x94][0xf1][0xcc][0xec]RC[0xa1][0xa1][0xa6][0xe9][0xcc][0xbd]w[0xe7][0x9e]s[0xe6][0xde][0xbb][0xed][0xef]??~[0x1][0xb8][0x8e]r[0x6][0x3][0xb8][0xda][0x8f][0x3][0xb8][0xa6][0x97][0xeb]z[0x99][0xb6]0[0x93]A[0x1a][0xb3][0x16]nd`aV;7[0xb5]uS[[0xb7][0xb4]u[0xcb]B[0xd1]B[0xc9][0xc2]m[0x81][0x81]F[0xe8]*[0xb5][0xb1][0x18]z[0xbe][0xf2][0xfc][0x9a][0x80]x-[0xd0]W[\r][0xfc][0x15][0x8f][0xce][0xe0][0xc2][0x9a]|'[0x9d][0x96][0xf2][0xea][0xce][0x13][0xd9]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf4]W[0xbc][0x9a]/U+t[0x5]F[0xb7]?-En][0xfa]5[0xa7][0xa2][0x8]X+[0xda]sL[0xc9],[0xb7]VV[0xdc]p1[0x8][0xea][0x2]#[0xb]AXsju[0xd9]l[0xae]x[0xcd]Ug[0xad][0x19][0xf8][0x8e]lx[0xce][0xfd][0xf6]![0xa6][0xf4][0x95]<[0xdf]Ss[0x2]3[0x85][0xe][0x5][0xaf]{[0xc8][0x1f]_[0x12]H[0x95][0x83]7[0xae][0xbe][0x80][0xe7][0xbb]O[[0xeb][0xcb]n[0xf8]\.[0xd7][0x19][0xc9]-[0x4]UY_[0x92][0xa1][0xa7][0xfd]8[0x98]R[0xab]^S`r7[0xf0][0xc7]\[0x1e][0xba][0xbe][0x1b]J[0x15][0x84][0xf]d[0x95][0xeb][0xc6][0xa3][0xf5][0x86][0x96][0x99][0xdf][0x8e][0xb5][0xd1][0xd8][0xc2][0x9b]/[0xf4]R[0x9a]^[0xef]2X[\r]][0xa9][0xdc][0xb6][0x8][0x81][0xe9][0x18][0xdf][0xb][0x9c][0x97][0xa1][0xa7][0xdc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]8[0xce][0xc0][[0x19]*[0x19][0xa1]4[0x15]S[0xd6][0xb7]k[0xd7]u}oN[0xb][0xc]u[0xe6][0xb][0x1c][0xa8](Y}K[0xb1][0xe6][0xe][0x16]X[0xfd][0xe2]?[0x9a]g-[0xd5]h[0xa9][0x8a][0x81][0xed][0x91],[0x19][0xb4][0x94][0xae][0xd1][0xae][0x10][0x2]/[0xba][0x80]GQ[0x9f][0xe1][0xea][0xaa][0xc][0x9b][0xae]r[0xca][0xd1][0xde]#[0xad][0x15][0xa7][0x9][0x9c][0xe8][0xe][0xc5][0xc1][0xaf][0xb9][0xaa]l[0xc6][0xfc][0x91][0xff][0xa2][0xc9][0x9e][0x1d],[0x8c][0xef][0x98][0xf6][0xb][0x9d][0xb1][0xae]3^[0x9]Za[0xd5]}[0xe0][0xe9][0xee][0x9f][0xee]62S:9[0x8b]c[0xb8][0x93]E[0xe][0x87][0xb2][0x18][0xc2][0xc1],[0xf2]8*`w[0x99][0xbc]E[0xf3]z[0xb6][0xc1]4[0x8a][0x6][0xb8][0xcb][0xb7]o[0xaf]Y[0xdd]:{O/[0xf7][0x5]&[0xfe]c[0xb8]9![0xff].[0xfa]ly[0xcd][0xad][0xb2][0x9e][0x85]=[0xcb][0x1f]#[0x8][0x9c][0xdb][0xf3]([0xe7][0xa3][0xa0][0x87]{f[0xc7]([0xf7][0xf8]V[0x94][0xba][0xcd]Oo[0xe9]K[0xff]=~=[0x1]c[0x98]?[0xc2][0x3][0xe0]K[0x8b]${[0xcc][0x6][0xf3][0xa7]:[0xa7][0xbb][0xcd][0xd8]a[0xda][0x9][0x1c][0xa1][0xc7][0x9e][0xd3]N[0xf3]{[0xc][0xc7][0x19];A[0xeb]#[0xf7][0x14][0xf7][0xc3][0xf6]w[0x8]{b[0x13][0x9][0xfb][0xd4]&[0x92][0xf6][0xe4]&R_[0x19]O[0xe2]$[0xd7][0xbc][0xc9][0xba][0xc0][0x93][0x17][0xd1][0x8f][0x2][0xb9][0xc6][0x89]m[0xe3][0x14][0xa3]v[0x94][0x8f][0xd3]8[0x3][0x18]+[0xe2][0xd5][0x96]V[0x92]0[0x96][0xe6]N[0xe2],[0xed]l[0xfc],GM[[0xea][0x86]i[0x9d][0xc3]y[0xae]ZS[0x83][0x88]:k[0xc4][0xfe][0x86][0xe4]'[0xe4]~"[0xfd]j[0x82]v[0xea];[0xfa]>c[0xf0]'[0xac]-w[0xdf][0x97][0xb6][0xc4][0x9c][0x91]1[0xc5][0x1a][0x87]d[0x97][0x9]6e[0xe4][0xe5]#[0xa8][0xb6][0xbc][0x11]~FI4F[0xdb]B"?o[0xf1]^[0x9a][0xfd][0xe2][0xde][0xec][0xfd][0xdb][0xd9]3[0x9d][0xec][0xd3]D[0x9c]![0xe3],[0xd9][0xa7][0xbb][0xb0][0x17]X[0xba]][0xd8][0xed][0x98][0xfd][0x3]+[0x9d][0xe4]>[0x16][0xb1][0x1f]2[0xec][0x97]"[0xbe][0xfd][0x9f]1d[0xe8]c?[0xdb][0xc9]_"[0xe6]m[0x16]z[0x8e]7,[0x19][0xfe][0xe1][0x8][0xac][0xcd]?[0x16][0xf3]kk[0x2][0x97][0xa8].Vrt!R2[0xc9][0xb2]E[0x93][0xe1][0xd0][0xd3][0x7][0xd3]$K|1m[0xd2]L}&X6[0xe8]Q+[0xd3]1z[0xd4]J[0x9d]v[0xd9]XW[0xfe][0x2]PK[0x7][0x8][0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.class[0x8d][0x93]ko[0x12]Q[0x10][0x86][0xdf][0xc3]m[0x1][0xb7]-[0xa2][0xf6][0xe6][\r][0xdb][0x85][0x82][0xd5][0xd2][0xd6]z7F[0x8a][0xd0]P[0xb9][0x18][0x16]0[0xa6]_<,+,[0xdd][0xee][0x92][0xdd][0xa5][0xc6]_[0xe4]g51[0xc6][0x98][0xfe][0x0]Q?[0x19][0xe7] [0x91]&mb[0x13][0xce];[0xf3][0x1c][0xe6][0xcc][0x9c][0x9c][0x99][0xfd][0xf5][0xfb][0xc7][0x11][0x80]-<[0x89]b[0x11]W#[0x90]q-B[0xde]u[0x81]7$[0xdc][0x14][0x90][0x10]rK[0xc8][0x92][0x90]e![0x8a][0x90][0xa4][0x84][0x94][0x84]4[0xc3][0xaa][0xa2]~0<[0xad]W[0xe1][0x3][0xa5][0xcf][0xf7][0xb9][0xe3]q[0xa5][0xef][0xda][0x96][0xb2]K[0xd2][0xe2][0xe6]PWF[0xda][0xf8]8[0xd0][0x19]|{%[0x86][0xf0]3[0xcd]4,[0xc3]{[0xce][0xe0]OgZ[0xc][0x81][0xbc][0xdd][0xa1]?g[0xca][0x86][0xa5]W[0x87][0x7]m[0xdd]i[0xf0][0xb6]I;[0xf1][0xb2][0xad]q[0xb3][0xc5][0x1d]C[0xf0]xsJ[0xf5][0xb8][0xb6]O[0xf5][0xc6][0x1c]U[0xed][0xa1][0xa3][0xe9]EC[0xc0][0xac]([0xbb][0xa3][[0xba][0xc3]=[0xdb])[0x1d][0xc][0xcc][0xb5]>?[0xe4][0x94][0xbc]`i[0xa6][0xed][0x1a]V[0xb7][0xa2]{=[0xbb]#!#aU[0xc6]][0xac][0xc9][0x98][0xc6][0x8c][0x8c],[0xd6]el`[0x93]aQ[0x1c][0xc9][0x9a][0xdc][0xea]f[0xab][0xb6]:[0xd4]zEC7;[0x5][0xc7][0xb1][0x1d][0x19][0xf7]D[0xd8][0x96][0x90][0xfb]B[0x1e][0x8]y([0xe4][0x11][0xd6][0x19]R[0xb6][0xd3][0xcd]vM[0xee][0xba][0xef][\r][0xb7][0x97][0x15]/[0x91]=u%e[0x83]A.Y[0xb4][0x93][0x17][0x91][0xba][0xcb][0x10][0x9b][0x94][0xac][0xb5][0xfb][0xba][0xe6]1([0xe7]I%[0xe1]1Cb[0xfc][0xf0][0x93][0x98]S[0xf][0x1f]9[0xe1][0x87][0xe][0x85]OE[0x93][0xe9][0xcc]^[0xf9]g[0x9f]2[0x4]s[0xf5]z[0xee]-[0xc3][0xd2]y[0x82]%[0xdb][0xe9][0x18][0x16]7G[0xcd][0xa5]n[0x87]j[0xdb][0xbb][0x85]|[0x83][0x1c][0xb5]Q/Uw[0xc8][0xa9]6+[0xdb][0x85]:[0xf5][0xbd]Qo[0x16](}1WV[0xc9][0x6][0xaa][0xcd]r[0x99]Zxv[0x91]X[0x82]&t[0x8a]&[0x96][0xc5][0xe6]E[0xc3][0x84][0x87]0b[0xb8]H6Nt[0xc]?y[0xc0][0xf0];[0xd8][0xd1][0xcf][0xe8]W[0xf8][0xbe][0x88][0x9f][0xff][0x1b][0x2][0x81][0xda]'[0x4]^[0x8d]0D[0x18][0x9c][0xa0]D[0x18][0x9a]`[0x98]P[0x9a]`[0x84]0<[0xc1](a[0xec]D[0xf4][0x5][0xc1][0xc3]?CB[0x4][0x97]1[0x87] [0xe6][0xb1][0x8c][0x14][0xd9][0x15]l[0xd2][0x8c][0x4]iDrxI[0xb6][0x80][0xd7]P[0xc9]6[0xf0][0xe][0x1a][0xd9][0xe][0x6]p[0xc9][0xfa]q[0x89][0xae][0x1d][0x1a]][0xfe][0x98]r[0x0]>ZWh%1[0xfd]F[0xa2][0x88][0xca][0x19]R[0xfd]'[0x94]`vth[0x8e]J[0x3][0x1],[0x90][0xae][0xd0][0x8a][0xd3][0x9e]L[0x16][0xb1]0}[0xb2][0xb7]q[0xe7][0xc5][0xc2][0x1f]PK[0x7][0x8].[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]2[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.class[0x95]QMO[0xc2]@[0x10]}[0x3][0x85]J-[0x1f][0xa2][0xa2][0xe2][0x17][0x7][0xe]X[\r][0xbd]x[0xd3][0x18][0x13][0x12][\r][0x86][0xc8][0x1][0xc3][0xc1][[0xa9][0xb][0x94][0x94][0x96][0xb4][0xc5][0xf8][0xb7]<[0x10][0x13][0xf][0xfe][0x0][0xff][0x90][0x89][0x1a][0xe3]l[0xe5][0xe6][0x5][0xe];[0xfb]v[0xf6][0xbd]7[0xb3][0xb3][0xef]?[0xaf]o[0x0]NQ[0xd1][0x90][0xc2]V[0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb6]e[0xd8]Q[0xb1][0xab]b[0x8f][0x90][0xea];A[0x18][0x11][0xe8][0x9e]qh[0xfb][0x13][0xa1]b[0x9f]aGB[0x82][0xde][0xf4]<[0x11]4\+[0xc]EH8i[0xf9][0xc1][0xc0][0x1c][0xc8]c[0xdf][0x9][0x87][0xe6]([0xf4]=[0xf3][0x86][0xc3][0xb5]`[0x9a][0x15][0xf9]Asw<'[0xba] [0x98][0xb5]e[0x84]G][0x82][0xd2][0xf0][0x1f][0xb8]~[0xbe][0xe5]x[0xe2]v:[0xee][0x89][0xe0][0xce][0xea][0xb9][0x9c])[0xb6]|[0xdb]r[0xbb]V[0xe0][0xc8][0xf3]<[0xa9]DC[0x87][0xdb]S[0x1b][0xbe][0x17][0x89]'~N}[0xb1]zs>[0xb7][0xaa]u[0xfc]i`[0x8b]+G[0xda][0x95][0xfe]1[0xeb]#[0xeb][0xd1][0xd2][0x91][0xc5][0x81][0x8e]4T[0x1d]+[0xd0]U[0x1c][0xf2]D[0x96][0xa9]C(H[0x1f][0xd3][0xb5][0xbc][0x81][0xd9][0xee][0x8d][0x84][0xcd])c[0xf1][0xc9][0x10][0x92]59[0x9c][0xea]"[0x12]T[0xf8][0x9f]S[0xfc][0xf9][0x9]^[0xdc]3[0xc7][0x82]l[0x9b]w[0xe2][0x95]E[0x8e][0xf7]<[0xa3]63$'o[0xbc][0x80][0xc]e[0x86][0x84]q[0x90][0xa1]/[0xe4][0xe8][0x1b]k[0x9c]/[0xfd][0xc9][0xf8]~[0x3][0x88][0x91][0xb4]'[0xce]n[0xc6][0xda][0x12]Vcu[0x2][0x19][0x94][0xa1]][0x96][0xd9][0xa7][0x8c]uh[0xbf]PK[0x7][0x8][0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.class[0x95]SmO[0xda]P[0x14]~[0xae][0x14]Zj}c[0x82][0xd3]9[0xf7][0xc6]6[0xc0][0x97][0xaa][0xd3][0xbd]A[0xc][0xce][0xe1][0x82][0xe9]`[0xb1][0xce][0x84][0xec][0xc3]RX[0xc5][0x9a][0xd2][0x9a][0x2]~[0xda][0x8f][0x9a][0x98][0xcc]e[0xcb][0x16]?[0xef]G-;[0xf7]B[0x16][0x8d]f[0x91][0x92][0x9c][0xd3][0xa7][0xe7]9[0xe7]<[0xe7]p[0xef][0xef]?[0xdf][0x1]XA.[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9]s*[0xe6][0xb1] cR[0xc6][0xa2][0x8a]Q,q[0xb3][0xac]`L[0xa5][0xe0]2g[0x96][0xca][0xa5][0x2]C[0xd8][0xac][0xf9][0x87]6[0x83]V[0xf4]<;[0xd8]p[0xad]f[0xd3]n2[0xcc][0x19]~P[0xd7][0xeb][0x1c][0xee]9[0xcd]}[0xfd][0xa0][0xe9]{[0xfa][0x16][0x99]76[0xd1][0xac][0x96][0x1f][0x14][0x1b][0x87]nR$g[0x19][0xa2]T[0xaf][0xfc]j[0xab][0xb0][0xb1][0xc3][0xa0][0xd0][0xfb]f[0xb1]`[0xbc][0xee][0xbe][0xae]oo[0xaf]W[0xa8]crw[0xdd]x_0[0x19][0xe6]?[0xf4]W;rd[0xb9]m[0xae]IO[0xa5][0xfb]L[0x95]6[0xfc]O4[0xdb][0x88][0xe1]xv[0xa9][0xdd][0xa8][0xda][0xc1][0x8e]Uu[0xe9][0x8b],j[0x96][0xf7][0x18][0xf2])[0xe3][0xc0]:[0xb2]t[0xd7][0xf2][0xea][0xba][0xd9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c][0xaf][0x9e]M[0xf7][0xd7]%f[0xf8]5[0xcb][0xdd][0xb5][0x2][0x87][0x17][0xef]u[0x90]<[0xab]a[0xf3][0xd8][0xa5][0xea]4Q[0xce][0xf1][0x9c][0xd6][0x1a]C[0xe2][0x8a][0xe6][0xc5][0xf4].e[0xb7][0xf6][0x1d][0x9a]8j:u[0xcf]j[0xb5][0x3][0xaa][0x14]J[0xf1][0x80][0x92][0xab][0xb9][0xbd][0xe4][0xb5]s[0xb9][0x5][0xaf][0xdd][0xc8][0xf5][0xa3]z[0x8d]d[0xa8][0xa6][0xdf][0xe]j[0xf6][0xa6][0xc3][0xf5]&.1[0x17]xy[\r]7[0xf9]![0x9b][0xd4][0xf0][0x1c]/d[0xbc]d[0xc8]\[0xbf][0x8b][0x86][0x19]d5<@R[0xc3][0x18][0xc6]5[0xc4][0xb9]Ip3[0x81]q[0x86][0xe1][0x8b][0x3][0xd0]a[0xac][0xb9][0xbe]Gb[0xc6]S[0xe9]s[0xc3][0x95][0xab][0x7]v[0xad]E[0x82][0x93][0xd7]i[0xcd][0xb0]z~[0xab][0xe2]Dg[0xaf][0xfa][0x8f]/6[0xcf][0xe6][0x17][0xe9]v[0x8c][0xd2][0x15][0xb][0xe7]'[0xb9]Z[0x80]|[0xbc][0xe7][0x13]=?[0xc1][0xfd][0xe8][0x14]_[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1%D1[0x85][`[0x98]&t[0x9f]<[0xd4][0xe][0xd8]W[0xc][0x9c]![0xf4][0x85][0x10][0xc3]m[0xb2][0x11][0x11]3[0x88]?[0x83];=[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xc4]W5&e[0xbe]!|[0x6][0x89][0xf3][0x7].[0xf0][0xef][0x92][0xd5][0xba],[0xdc][0xa3][0xe][0x6][0x0][0x85][0xf8][0x91][0x1d][0xae]D[0xa7][0x8a][0xf1]Qp[0x1d]&[0xd8]A[0xc1]QQ[0xb0][\r]G[0xab][0x98]h[0x7]+:[0xb9][0x93][0xc4]b[0xc][0x8b][0xb1],[0x92][0xa3]q[0x1c][0x8e][0xe7]VJ[0x14][0xa6][0xe2][0x4];[0xb5][0xd2]TL[0xb7][0x83][0x13]'rg[0x12][0x8b][0xd3][0xec]8[0x19]OWq[0x8a][0x8a]S[0xed][0x98][0x81][0xd3][0xec][0x90][0x84][0xae](2[0x90][0xc9][0xa6][0xb2]T[0xcc][0xe6][0xe1][0xe9]v[0x18][0x8f]9<[0x9c][0xcb][0xdd]<~4[0x9f]EA4[0x16][0xe2][0xc]n[0x15][0xb1](fQ[0xc2][0xa2][0xd4][0xe][0x95]8[0x93][[0xb3][0xec]8[0x1b][0xe7][0xb0][0x98][0xab][0xe2]<~|[0xbe][0x1d]21[0x87]'[0x94][0xb1]X`[0xc3]r[0x1b]V[0xd8][0xb0][0x92][0xa7]/[0x8c][0x82][0xab]qQ4[0xcc][0xc6][0xc5]v[0xac][0xc2]%*.[0xe5][0xe1][0xea]h([0xc6][0x9a]hx[0x3][0xdd],jU\[0xc6][0xc3]g[0xb0][0xa8]S[0xb1][0x9e][0xaf][\r][0xd1]0[0xf][0x97]G[0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac]Q[0xf1][0xcc]h([0xc7]F[0x15]W[0xf1]u5[0xdf]^[0xa3][0xe2][0xda]hX[0x8c]gq[0xa7]I[0xc5]u[0xd1][0xb0][0x14]=[0xdc]Y[0xcf][0xa2][0x99]E[0xb][0xb]//[0xbd][0x95][m,[0xda]Y[0xf8]Xl`[0xb1][0x91]E[0x87][0x1d]7[0xa1][0x87][0xe7][0xf9][0xed][0x18]@[0xf][0xbb]a[0xb3][\r][0xcf][0xe6]{[0x9d][0xbc][0xc6].vl[0x90][[0xdd][0xbc][0x11][0xe7][0xf0]B[0xcf]e[0xb1][0xc5][0x4][0xce][0xfe]~[0x9e][0xb7]U[0xc5][0xf3][0xec][0xd0][0x8a]N[0x1b][0x9e][0xcf][0xd7][0xb][0xec][0xb0][0x19]/[0xe4][0x96][0xc7][0x86][0x17][0xf1][0xdc][0x8b][0xed]x[0x9]^[0xca][0xad][0xcb]T[0xbc][0xdc]t[0x9]q[0x81]7[0xf4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xfa];v[0xdc][0x86]Wr[0xeb]*6u5[0x9b][0xba][0x86][0xef]^k[0x2][0xd4][0xe6]][0xc7][0xe2]z[0x13][0xc0][0x8f]_[0xe6][0xd6]wmx[0x3][0xeb][0xba][0x91]&l[0xdb]i[0x82][0xb8][0x5][0xf3]Lp[0xfb]m[0x17][0x9b],[0xff]|[0xb7][0xdf]4[0xeb][0x8e][0xe3][0xfd][0xa6][0x8b][0xfb][0xfb][0xfb]U[0xbc]I[0xc5][0x9b]U[0xbc]E[0xc5][[0x11][0x1c]U~[0xbf][0xb7][0xb3][0xbc][0xc3][0xd3][0xd5][0xe5][0xed]BP[0xcb][0x3][0xfe][0xa0]wKP[0xc5][0xef]!X[0xea][0x9b][0x3][0x9b][0xbd][0x8][0xa3][0xaa][0xdc][\r]M5U[0xee][0xa6][0x15]e[0xd5][0xcb]+[0x9b][0xca][0x17][0x97][0xd5][0xd5]#([0xab][0xcb][0x11]F[0xf3]-[0x19]h[0xaa][0xaf]ZU[0xd9][0xd4]P[0xb6][0xa0][0xba][0x92][0xef]U![0xd8]+[0xaa][0x16]U545T[0xba][0xeb][0x8d]N[0xad][0xbb][0x92]:V[0xe9][0xf0][0xe8][0xfa][0xee][0xd6]Vo[0xe7][0xb2]@[0xa0][0x3][0xe1][0xb4][0xea]@g[N[0x1b]Ci[0xf5]u[0xb5][0xe7]l[0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8]s<[0x9b]}9[0xb][0x8c]I[0xb3][0xe8][0xd9]s;}Ao'[0x82][0xb3]z[0x83][0xe7][0x1c]O[0x8e]/[0x90][0xb3]RF[0xe8]^lswg[0xa7][0xd7][0x1f][0xd4][0x17][0x81]0=[0x92][0xca]%$[0x16]yi[0xd5][0x9e]`[0xa0][0xb3]j[0xd3][0xe6][0x8e][0xc9][0xfa]|[0xd2]`[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0x9a]7"[0xc4]k[0xca][0xbb][0x83][0xbe][0x8e][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xd9][0xdd]^[0xba][0x17]U[0xef]k[0xf3]{[0x82][0xdd][0x9d][0xe4][0x92][0xb2][0xa1][0xf7]g3KsI[0x9f][0x89][0x16]O[0xb2][0xc3][0xeb]G[0xa0]H[0x0][0xeb]l[0x9f][0xdf][0x17][0x9c][0x8b]P[0x94]1ti#[0xf0][0xcc][0xb4][0x15][0x8][0xe6][0xf2]@[0xb][0x81][0x8b][0xab][0xf6][0xf9][0xbd][0xee][0xee]M[0xeb][0xbd][0x9d][\r][0x9e][0xf5][0x1d]4[0x92]P[0x1d]h[0xf6]t[0xac][0xf0]t[0xfa][0xb8][0xaf][0xf][0x9a][0x83][0xed]>[0xda][0xf2])#BNxg[0xf][0xc0][0xaa][0xed][0xe]n[0xee][0xe][0xd6][0x7];[0xbd][0x9e]M#[0x5]g[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd3][0x8e]$E[0xd6][0x81][0xb0]b8[0xed]2[0xea][0xa7][0xe1][0xe6]vOg[0x97]7[0x98]S[0xae]]Gj[0xd7][0xe6][0xf5]7[0x7]Z|[0xfe]6[0x84]q[0xc3]+[0xa3][0xad]o[0xed][0xe8][0xee]j'[0x9c][0x19][0x82][0xd6][0x17] [0x17]%[0x1a][0x98][0xaa]j+[0xb7]4{7[0x7]}[0x1]?[0xcd][0x8d][0xa9]g[0x9a][0xd4]x6[0xeb][0xae]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ")i[0xb0]3X[0xbb]~[0x83][0xb7][0x99][0x16]zz[0xc6]4zx#[0x8d]x4h][0xb2][0x9e][0xc1][0x9e]%U[0xc5][0xfa][0xba];<[0xfe][0xb6][0x1c]Z3[0x1][0x9d]5[0xb2]'[0xcd]~[0xcf]&[0xd9][0xdb][0x93][0x9e]'[0xae][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << " [0xb7]L[0xb0]H[0x1b][0xa1]*[0x82][0xa5]ok[0xdb][0xde][0xea][0xf3]v[0xb4][0xac][0xf0]tt[0x93][0xe2][0x92][0x8][0x8a][0xab]F[0xa6][0xc7]r[0xce][0xf0]*[0x96][0x8c]L[0x5].[0x89][0xfc]x[0xc5][0x8][0x1f][0xaf]@[0xa8][0x19][0xd6]3[0x9b]<[0xc1][0xf6][0x9c][0x5][0xbe][0xb6]*[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb]6[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0x91][0xe9]L[0x8a][0xfc][0xf0]H[0xc]Ux[0x9b]}[0x9b]<[0x1d][0xdf][0xce]P[0xe8][0xe1][0xc8][0xe]Y5B[0x87][0xac]2[0xe8][0xd3][0xdd]AiyN[0xc6][0xe0][0xc7]x[0xbe]l[0xfc][0x8]1Z[0x9a][0xdb]}[0x1d]-[0x8]c[0x87]SCS<[0x9d][0x9d][0x9e][0xad][0x11][0xa7][0x94][0xf1][0x1d]N[0xfb][0x9b][0xbc][0x9c][0xcf]hn[0xa5]?[0xd8][0xb9][0xd5][0x8]M[0xc9][0xc0][0x14][0x88][0x93]e[0x98]'[0x6][0xf4][0x0]L>Y[0x99][0x16][0x9b][0x9c]z[0x9]k[0xc4][0x19]F[0x0]Y[0xfd][0xdd][0x9a][0xbd][0x8][0x93][0xb4][0xd4]*[0xee][0x1f][0x94]V[0xb7]n[0xe][0xa5][0xd6][0xb2]H[0xe0]fG[0xdc][0xfb][0x88].[0x99];K[0xc5][0xdb]([0x91][0xf][0xa4][0x95]2[0xcd]C[0xb5][0x91][0x9][0xf4]_l[0xcf][0x94][0x8c][0x11][0x86][0xea][0x94][0x8c][0x11][0x6][0xe4][0x94][0x8c][0x11][0x86][0xde][0xac][0x8c][0xff]&[0xc8]F7[0xb7]{[0x9b]7[0xea][0x7][0xea][0xc2]@[0xa7][0x9e][0x8c][0x86]*[0xfd]f[0x1][0x15][0xb7]9[0xb0]y![0xa7]6[0xa3][0x84][0x98][0x92]1[0xc2][0xb8][0xb1][0xcb]f[0xe9]([0x12]#eu:V[0xa6][0x8e],[0x7][0xf3][0xb1]%[0xea][0x96]z[0xb7][0x86][0x9a][0x95][0xfe][0x96][0x90][0x91][0xf2][0xc0][0xa6]M[0x1e][0xe2][0xa8][0xcf][0xef][0xe][0xf8][0xbd]rdQ[0xd0][0xc6][0xfa][0xba][0xe4]FYGG[0xe0]\o[0xd8][0xe4][0x8e][0x80][0x9f][0xc3][0xb0]#[0xd0][0xc5][0xc7][0x85][0xa6][0xac][0xab][0xd9][0xb3][0xd9][0xdb][0xa2][0xd9]#[0x5][0xed][0xde]-4e[0xbd][0xb7][0xcd]GSM^6[0x85][0xcd][0xf4][0xa3][0x12][0xf]}d[0xa9]K[0x9f][0x18][0xad]3R[0xeb][0x8d][0x89][0x94][0xf8][0xab][0x18][0xbd][0xe2][0xf][0x84][0xb2][0x8][0x9f][0xb0]tXe[0x94][0xf][0xac][0x8a]6[0x9a]Gd[0xa6][0xb9][0xcb]w[0x1e]/[0x81][0xe2][0x8d][0xd4][0xcb][0x19][0xac][0x1d][0xe0][0x84]_[0xb3]Z/[0x13]x:[0x15]IH8[0x1d][0xad][0xbe][0x8e][0xe][0xd2]!g7[0xd5][0xac][0x19]U[0xab][0xcb]E[0x17][0x9e]M?[0xce][0x11]>[0xb]/H[0xe5]S~Y[0xa0]K[0xac][0xb4][0xf9]U[0xb8][0x81][0x10][0xcc]n[0xee][0xd0][0xeb],{}[0xa0][0xbb][0xb3][0xd9][0xbb][0xd0][0xc7]![0x9b]tR[0xc9]3[0x9d][0xd7][0xe6][0x80]{[0xe0]1[0x84][0xac]oR[0xdd]9[0xf0][0xfb]x;=[0x88][0xdb][0x1d][0xb0][0x1d][0xee] [0xaa][0xe]d[0x3][0x89]c[0xa9][0x18][0x1d]p'[0xec]p[0xc0].[0xd8][0xed][0x80][0xef][0x3][0xcd][0xff][0x1e][0xdc][0xa6][0xe2][0x1d][0xe][0xbc][0x13]ix'[0xdc][0xa0][0xe2]][0xe][0xbc][0x1b][0x1e]a[0x8]{[0xa8]x[0x89]T[0x1e]i[0xf5]![0xdb][0xda][0xc9][0xd3][0xee]u [0xc2]c*[0xee]r[0xc0][0xa3][0xc]{T[0x84][0xf2]E4[\r]I[0x18][0xc6]M[0x15]w;[0xf0][0x1e][0xbc][0x97]5[0xfe][0xc0][0x81][0xf7][0xd1]:[0xf0]~[0xbc][0x1d]![0xf3][0x14]![0xe0][0xb]S[0xe2][0xc0][0x1e]|[0x80][0xe1]|[0xe4][0xc0][0x7][0xe1]E[0x7]>[0xc4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0x0][0x8f]9[0xe0][0xb][0xf8]R[0xc5][0x87][0x1d][0xb8][0x7][0xe8][0x80]C[0xd0][0xeb][0x80]Oi[0x16][0xfc]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99][0xef]}[0x5]_;[0xf0][0x11]|[0xd4][0x1][0xff][0x86][0x8f]T|[0xcc][0x81]{q[0x9f][0x3][0xf7][0xe3]>[0x84][0xb4][0x1][0x9e]i[0xd9][0x97][0x2][0x9e]"<[0xcc][0xe4][0xe3]d[0x83][0x9e]>[0xc0][0xe2][0x1].n;9[0xe]-[0xad][0x9e][0xe]f[0xbd][0xd9]Og[0x99][0x3]~Kv[0xb0][0x17]nr[0xe0]A<[0xa4][0xe2]a[0x7][0x1e][0xc1][0xa3][0xb4][0xf7][0x91][0x8f][0x1d][0x7][0xbc][0x9][0xa4][0xef]Gx[0xcc][0x81]O[0xc0][0x9f][0x1c][0xf8]$>[0x15]i[0xb2][0xc4][0xbc][0x3][0xe][0xc3][0x9][0x7][0xfc][0x1e][0xe]P\[0xc]s[0xf2]8[0xe0]qV[0xf8]4>[0xa3][0xe2][0xb3]*>[0x17][0xda][0xa0][0xc1][0xe7][0x84][0x3][0x9f]g;[0xce][0xa1][0xa1][0xe5][0xc0][0x17][0xf0])6[0xf3]V$[0xb][0xa1]9/[0xb2][0xaf][0xf]Co[0xa4]9[0x9a][0xeb][0x1c]x[0x9c][0xe7]|[0xc8][0x8e][0x9f][0x1d][0x18]>p[0xc0]qFv[0x82]y[0xfb]&o[0xcb][0xe3],[0xe][0xc3][0x11][0x9e][0xf7]1[0xb7]^[0xe0])[0xbd]*[0xbe][0xe4][0xc0][0x1f][0xe3][0xed]*[0xbe][0xec][0xc0][0x9f]0[0xcc]i[0xa1][0xe4][0x94]1-[0xbd][0xd9][0xe3][0xf7][0x7][0x82][0xe9][0xeb][0xbd][0xd4][0xea][0xe8][0xf0][0xb6][0xa4][0xfb][0xfc][0xe9][0xfe]@z[0xb3][0x1e][0x16][0xf0][0x9];[0xf1][0xa7]l[0xfc]/[0xbc][0x11]?[0xe3]-{[0x5]_u[0xe0][0xcf][0xf1][0xa8][0x3][0x81][0xbf][0xe4][0xad][0xff][0x8f] [0x1f][0xbc][0xf4][0x5][0xdd]TBpJ0[0xe5][0xe6][0xe6]:[0xf0]5[0xfc][0x95][0x3][0x8d][0xaf]S[0x9e]Y[0xd3][0xed][0xc0]7[0xf0]u[0x15][0xdf]t[0xe0][[0xf8][0xb6][0x3][0x83][0xef][0xd0][0xeb][0xdb][0x80][0x2][0xfd]Pq[0xc0]w[0xe1][0x6][0x7]*hR[0xf1]][0x7][0xfe][0x16][0xdf]s[0xa0][0x5][0xad][0xb4]2|[0xdf][0x81][0x1f]0[0xa6][0x1b][0x89][0x17]p[0xb][0xcd][0x82][0x9b]Y[0xdc][0xca][0xd9]":;?[0xaf][0xb0][0xb8][0xb0][0xa4][0xa0][0xa8][0xb0][0xc4][0x81][0x1f][0xe2][0xe][0x84][0xc9]#I[0x5][0x83][0xb6]/[0xf4]J0[0xf1][0x94][0xc7][0x8][0x1d]7#J4y[0x8][0xae][0x11]M[0xd4][0xdf][0xe0][0x13][0x6]hV[0x15][0xc][0x99]R[0xe9][0x8d][0xde]M/[0xe4][0x94][0xdd]F[0xf6][0xf2]*[0xca][0xe8][0xa4][0xcb][0xc9][0xf8]&[0xf3]91O<[0xe5][0xab][0x1a]G[0xac]g[0xa3][0xe4][0xf9]i[0xfc]aa[0xe2]IojT[0x6][0xf9][<[0x9d]-[0xfa][0x1b][0x1b]%u[0xcb][0xf2][0x86][0x85]M%[0x8][0x5][0xdf][0xf8][0xd5][0x91]1[0xc5][0xe]~[0xc7][0xa6][0x1c]3[0xcc][0xa2]j[0xbc]]][0x9e]6[0xfe]:[0x92][0xb4][0xa8][0xd2]]YW[0xd6]P[[0xd7][0xb4][0xb0]zy[0xfd][0xe2][0xa6][0xaa][0xda][0xa6][0xca][0xba]:J[0xf0][0xf2][0xb2]w[0xd2][[0x98][0xeb]?[0xed][0x1b][0xda];[0x3][0xe7]r[0xc1](x,][0xda]^E[0xd1][0xb6][0xd4].XRY[0xde]@[0x5][0xf1][0x80][0xc1][0xaa][0xea][0xea][0xca]Ee[0xd5]M5[0x95][\r][0x8b]k+[0xb8].[0xa9][0x1e][0xca][0xb0]Y[0x11]AXZ}[0x9d]][0xc4][0xbe][0xb4][0x8][0xba][0x96]W7T-[0xab][0xae]lj[0xa8]<[0x93][0xac][0xc5][\r][0xf9][0xa6]A[0x9b][0xb1]Y^[0x89][0x13]#[0xd9]"[0xc8][0xaa][0xbc][0xbd][0xd5][0xb6][0xf2][0x8c]%[0x11][0x8d][0x87]EAE[0xa0][jc[0xbb][0xaf][0xab][0xca][0xdf][0xca]G[0xb0][0xec]v[0x5][0x97].[0x16]_[0x97][0xdb][0xe3]FH[0x1d][0xc0]XQ[0xbb]|[0x1]![0xab]r/[0xac]rW5T6[0xb9][0xcb][0xdc]l[0xa6]"[0xa2][0x99][0xcc][0xc9][0xf5][0xe7][0xfa][0x82][0xcd][0xed][0x9c]C[0xf5] [0x9b][0xcc][0xfb]7[0xd9]H[0xcf][0x93]Er[0x89]N[0xf5]C[0x9b]7[0x18][0xd6][0x8d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "kO[0x1e][0xfa][0xd6][0x1e]A[0x1][0xd9]K?[0xd5][0x1c][0xf2]M[0xa0][0xb3][0xc5][0xe7][0xf7]tHuF[0x85][0x8b][0xcd]g[0x4]^R[0x88]-[0x83][0x2][0x92][0xd4][0xaa][0xed][0x9e].[0xb7]T[0x9d]f[0xbf]\[0x6][0xf3][0xca]x}[0xb1]y[0xf9][0x9c][0xa8][0xf7][0xd2][0x8c][0xf8]A[0xba][0xea][0xe5]KF[0xcc][0xa0][0x81]A}r[0x10]Us[0xb4]~[0xad][0xb0][0xc]9[0x82][0x9c]@[0xcd]PYg[0xb][0x6][0x8c]&[0x91][0xb1][0xac][0xae][0xae][0xac]1T[0xc4][0xc][0xa9][0xd5][0xb5][0x19][0xb][0xab]*[0xab]+[0x86][0xce][0xd0][0xb]oZ?[0xd5][0xd4][0xf4][0x1e][0x15]F?wym[\r][0xd1][0x8e]vuI}[0xad]{P\[0x95]W[0xd7][0xd6]W[0x1a]q[0xa5]vz[0x9b][0xb7]63k,[0x19][0xab][0xa5][0x80][0xb4]vx[0xfd]mA[0xe2][0xa4][0x95]c[0xba]L[0xaf]#)aX=[0x9b]7K[0xdd][0x9a]=[0xcc][0x7][0x95][0x88]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "y+:[0x18]X[0xec][0xdd][0x12]Zp[0xa2][0xf6]:t[0xf2][0x7][0x95][0xae][0xee][0xf5][0xa1]"8v[0xe0]~[0x8d][0x87][0xb1][0x98]6q[0xd9]l[0xc9][0xa8][0x92][0x12][0x95][0xbd][0xaa][0x97][0xa6]6[0x1a][0xd2]k[0xd3][0xf0][0xe3]|kW[0xd0]K[0xd5]n[0x94][0xbc][0xf6]R[0xd4]o[0x1d][0x92]*[0xf4][0x8d][0xae][0x8a]0$[0xba]Tr[0x86][0xd6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xdc][0xca]:[0xe][0x93][0x90][0xe7]hU[0x8c]A[0xea][0x18]H[0x87]mp% \[0x5][0xd1]0[0x8e][0xf]B[0x0][0xba][0xd2]y'[0xd7][0x9b][0xf5][0xfe]-[0xfa][0xf5]V[0xb9]&p=*W*N[0xe9][0xaa]p)+}*[I[0xd7]]2v7[0xf5]w[0xca]|[0x85]+Y[0xba][0xe6][0xd0][0x8f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Q[0x9a][0xf1][0x3]j[0xdd][0x4]f0[0xd1][0xb5][0xd8]u[0x10][0xd0]u[0x4][0x94][0xc6]}`:[0x8][0xe6][0x3]`[0xa1][0x9e][0xb5][0xf1] [0xa8][0x7][0xc0][0xe6]2[0x1d][0x80](W[0xe6][0x1][0xb0][0xbb][0xb2][0xe]@[0xb4]+[0xeb][0x10]8[0x10][0xe]@[0xcc]^Q|[0x1f][0xc9]I`#y[0x16][0xa9][N&W@*[0xac][0xa1][0xb1]&[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb] [0xb][0xfb] $[0xc]U[0xef][0x83]X[0xd8] [0xea]][0xda]tC}[0x9c][0xa1]>[0xe]~[0x8][0x8f][0xc8][0xec]81[0xc4][0xdf][0xff][0xa9][0xba][0xd7][\r]m[0xa5][0xe7][0xf8]^[0x8a][0xab][0x17]F[0xb9][0x1e][0x7]{/[0x8c][0xee][0x1]g[0xf5][0x11]Hj[0xec][0x83]1[0x99][0x7]a[0xec][0x13]{i[0xae][0x99][0xf6]>[0x16][0x12][0xe9][0xe9][0xfb]d[0x97][0xad]$[0xfd]4[0xba][0x99][0xc6][0xbb][0xe8][0xce][0xd9][0xa4][0xbd][0x13][0xc6]CP[0xd0]$[0x91][0xce]8p[0xc0]^[0xd8]'[0x18]Rt\[0xfb][0xe9][0xa7][0x82][0xe2]V![0xd1]A7[0xa8][0x9c][0xd5]a[0x1c]%U<[0xb1][0x9d] X[0x1e][0x87][0xe4]}0[0xee]~H<[0x2][0xe3][0x1b][0xf5][0x81]>H9[0x8][0xa9]O[0x18][0xb7]M[0xf7][0xc3]X[0xad]3[0xe1][0xe][0x88][0xe5][0x89]}[0x90]&3z![0xdd][0xe5]<[0xbf][0x17]&[0xd2]m[0x1b]O9[0x4][0x93][0x14][0xd0][0xc9]3N'[0xcf]cdK[[0xca][0x14][0xda]![0x80]-[0x10]C[0xae]H[0x83][0xf3][0x89][0x9][0x17]@[0x19]\[0x4][0x95]p1,[0x85]K[0xe0]L[0xb8][0x94]v[0xf0]2Y[0x96]C[0xc3][0x18][0xb6][0x18]r^[0xda]DYI[0xaf][0xbe][0x92][0xdd][0xba]C[0x17][0xf][0xac][0xe4][0xbe][0x88]+![0xd7][0x9e][0xb6][0xf2][0x9b] [0xd5]8|%![0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6][0xc2][0xd5][0x84][0xf6]Z8[0x1d][0xae][0x83]L[0xb8][0x1e]J(,[0x17]R [0x85][0x9c]O[0xf6][\r]*,[0x86][0x83][0xd0]G[0xe8][0xf6][0x8b]&L[0xa3][0xdb][0x87][0xc][0xb8][0xb5][0xd4][0x13]n[0x88][0xdf]2{a25N[0x17][0xab][0x1a][0xd1][0x12][0x84]X[0xb7][0x90][0xbc][0x95]<[0xf5]=[0xb2]~[[0x98][0x95]p[0xc2]iV[0x90][0xcb]~][0xf9][0x95]d[0x8f]Y[0x9f]52_d[0xb1][0xf5][0x81][0xf5]j$[0xbb][0x93],[0xee][0xa0][0xf5][0xde]E[0xeb][0xdd]I[0xeb][0xdd]ET[0xdf][0x1d][0x16]QY[0x6][0x82],[0x1d][0x1][0xb7][0x8e]RK[0x19]X1[0x83][0xfa][0xd1][0xb7][0x3][0x95][0xd2][0xb]SN[0x2]u?[0x81][0xea]!P[0xf][0x10][0xa8][0x87][0x8][0xd4][0xc3][0x4]j[0xcf])A[0x1d]#[0xe0]C@=[0xa1][0x83][0xba][0x86][0x86][0xd8][0xcf]9#[0x3][0x95][0xde][0x7]S{![0xe3]$\{[0x9][0xd7]>[0xc2][0xb5][0x9f]p[0x1d] \[0xbd][0x90]M[0xf6][0x7]p[0xe5][0x18][0xb8]r[0xc]\9[0x84][0xeb][0xc9][0xa1][0xb8][0x9e][0xd2]q[0xfd]P[0xc7]u*6g[0xf4][0xc1][0xb4];[0xc0]N[0x17][0xd7]v[0xe][0xc7]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "GJZ[0xd9]![0xc0]tc[0xfa]`[0xc0][0x1a][0x9b][0x8f][0x12][0xe0][0x1f][0x11][0xe0]c[0x4][0xf8]I[0x2][0xfb][0x14]1[0xf9][0x19][0x98][0xb][0xcf][0x12][0x9b][0x9f][0xb][0x3]~2[0x9b][0xb9]u[0xc][0x9e][0xd6][0x81][[0xc0][0x94][0x16]c[0x17][0xe8][0xcf][0x84][0xb9][0xd4]4r[0x97]f[0xf5]AN$[0x97][0x9e] [0x84]/[0x11][0xc2][0x1f][0x13][0xc2][0x9f][0x90]KJ(6[0x2][0x97]>;[0xd4][0xa5][0xcf][0xfd][0xdf][0xe2][0xfa]%[0xe1]z[0x8d]p[0xfd][0x8a]p[0xbd]N[0xb8][0xde] \o[0x8e][0x0][0xd7][0xf3]Cq[0xbd][0xa0][0xe3]zP[0xc7]U4[0xc2][0xb8][0xd8][0xe][0xb6][0x84][0xdc][0x1e][0xb0]$[0xe4]E[0x82][0xf7].[0xc1][0xfb]-[0xc1]{[0x8f][0xe0]}@[0xf0]>[0x84]B[0xf8]([0xc]^[0x91][0x1][0xaf][0xc8][0x80]WD[0xf0]^[0xd4][0xe1][0x8d][0xa7][\r][0xad]Ua[?[0xdd]1[0xd1]U[0x5][0xfe][0xbb][0xb0][0xd6][0xa0][0xa1][0xe3]F[0x2][0xbb][0x88][0xd4]q&[0xca][0x1e][0x19][0xec][0x84][0xfc]Hh[0xff]Hh[0xff]Dh?![0xb4]![0xb4][0x9f]RR[0xfd]kX[0x9a][0xcb]6[0xd0]f[0xf]M[0xa6][0xec][0xc2][0x13][0x1a][0x16]e[0x1a][\r][0x91]:[0xb4]S[0xb9]R[0xb0][0xf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "3[0xf][0xc1][0xc]$[0xa4]E[0xd3][0x1f][0x92][0x87]?[0xa3][0x1f]/T[0xa5]_&[0xfd][0xd6][0xeb][0xa7][0xc8][0x8b][0xe2]0[0x80][0xdf][0xd3][0xef]o[0x99]OBq[\r]%[0xe1][0x92][0x95]T[0xc7][0x94]"[0xb8][0xb3][0xf][0xc1]L[0xa4][0xf2]i,5[0xa8][0x94]|[0x12]f[0xcf]4[0xbb][0x92][0xcd][0xbd]0geO[0xff][0x87]4s[0xee][0xca][0x1e][0xb8][0x9d][0x1e][0x9b][0xe7][0xa6][0xce][0xfc][0x95]4[0xad][0xc])[0xc5]/@[0x98]iN6[0xeb]OgrK[0x1e]/[0x9f]iq%[0xd3]YS[0xc1][0x9d]Jn-[0x14][0xad][0xbd][0xb0][0x88][0x14][0xbe][0xa2]+\D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x17][0x8b][0xa1]CP[0xc5][0x8b]XB[0x83][0xf9]4[0xb8]T[0xbc][0x1a][0xc9][0x15]5[0xb4]Rw[0xf][0x8c]s[0x11][0x9c]Z[0x9a][0x10][0xef]2i[\r][0x1b][0xa9]Y[0xb6]R[0x1c]m[0x16]G[0x9f]C5[0x17][0xc0][0xbf][0xa8][0xf7]o[0x98][\r][0x9f][0xd3][0x19][0xfb][0x5][0xc5][0xf8][0x97]T{}E'[0xea][0xd7][0xb0][0x11][0xfa][0x81][0xea]|[0xe8]B[0x5][0xb6][0xa0][0x9].D3[0xec]B[0xb][0x1c]B+[0x1c]E[0x15][0x9e]B[0x1b]<[0x8b]v8[0x81][0xd1][0xf0][0x1a]:[0xe0]u[0x8c][0x85]w0[0xe][0xfe][0x80]N[0xf8]3[0xc6][0xc3]_q[0x14]|[0x86][0xa3][0xe1]sL[0xa2]Ch[0xc][0x9a]0[0x19]m[0x98]*[0x9b]XG[0xb9][0xc6]C^[0x89][0xa2][0xd8]L[0x96][0xf3][0xe1]e[0x8a]e.9[0x93])[0x9e]_[0xa1][0xec][0xb1][0x85]j[0xb9]W[0xe1][0xe7][0xb4]'[0xe8]$[0xfb][0x5]E[0x97][0x19][0xde][0xa1][0xb3][0xef]5[0x8a]/[0xb][0xef]h[0x88][0x0][0xd4]:FZ[0x10]~[\r]Z=[0xa0][0xe9]x[0x9d]f[0xf1]NN[0x5][0xc7][0xec][0xaf][0xc0][0xa9]B[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "o|[0xe][0xa9][0x9f][0x83][0xfa]5qH[0x85]y[0xd2][0xcf][0xfb][0xf][0xa8][0xa3][0xc7][0xd8]l\[0xec][0xbc][0xf9][0xff]V[0xfc][0xac][0x1e][0xa6][0xa4]8#r[0xf1][0x83][0x93] [0x6]O[0x83]4<[0x1d][0x8a]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "q'[0x83]bm[0x1a],E[0x17][0x9c][0x89][0x99][0xd0][0x8a]Y[0xa7](~[0xde][0xfc][0xd6][0xc5][0xcf][0xc8][0x91][0xca]q[0x81]y[0x84]4[0x1f][0xc6]b[0x1][0xa1][0x9d][0x1][0xa7]c[0x11]db1[0x94]`[0x9]Q[0xb8]td[0xc5][0xf][0xc7][0xeb][z[0xbc][0xae][0xa1]![0x8a]E[0x9c]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb8][0x14][0xca]YCB[0x19]CB[0x95][0xa3][0x1d][0xa0][0x8d]~G[0xe8][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfd]>[0xa2][0xdf][0xa7][0xf4][0xfb]<[0x8b]b[0xd9][0xcd]UU[0x1d]Ge[0xe9][0xa0][0x80]L6[0x2]r[0xb6]D[0x94][0x16][0xcf][0xef][0xeb][0xe1][0xb7][0x83][0x1e][0x9d]G[0xe1]G[0xcf][0xd6][0xaf][0xe4][0x99]FH[8[0xf8][0xf4][0x90][0xb6][0x18]!mu%[[0x8d][0x90][0xb6]F[0xe][0xe9][0xc5]Y[0x1c][0xd2][0x16][0x97]<'1[0xdd][0xc0]1[0x9d][0xc5]1m[0xa5]Q[0xab][0x1e][0xd4][0xcb]{ [0xd5][0x95]I[0x11][0xbd][0x82]n[0x8f]re[0x9a][0xb4]V[0x14][0x83]Y[0x19][0x1e][0xd3][0xe7][0xc1][0x4]r[0xc2]\[0xda][0x94]y[0xb4])[0xf3]iS[0x16][0x10]e*`-VB3.[0x84]Kq[0x11]\[0x85][0x8b][0xe1]Z[0xac][0x82][0x1b]q[0x9][0xdc][0x82][0xd5][0xb0][0x1d]k`'[0xba][0xe1][0x19][0xac][0x85][0xb7]p[0x19][0xc5][0xf0][0x19][0xf0][0x1][0xd6][0xc1][0xc7][0xd8][0x0][0x9f][0xe0]r[0x8a][0xdf][0x15][0xf0][0x15][0x9e]I[0xf1][0xdb][0x88]q[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]p[\r]E[0xf2]ZL[0xc1]&<[\r][0xd7][0xe1][0x14]\[0x8f]Y[0xe8][0x95][0xcd]^C[0xf4][0xbd]T[0x8f]k[0xb][0xac][0xa5][0x3][0x84][0xe3][0xda]D%[0x80][0x16][0xd7]Vr[0x92][[0xe2][0xda]L[0xa9][0xdd])qm[0xa1][0xdc][0x12]'q[0xcd][0x99]z[0xba][0x11][0xd7][0xd3]C[0xc7][0x10][0xb5]8[0xc2][0x15]#[0xc2][0x9f][0xd1]#[0xdc]*$[0xca][0x80][0x98][0xb4][0x92][0xaf] ![0x14][0xe2]i[0x12][0xe2][0xc9][0x83]BKz[0x15][0xfe]#[0x92][0xae][0xff][0x6]y[0x17][0x7][0xd2][0x17][0xca][0xe5][0xa9]F":[0xe3]>p[0x1a][0x9d][0xc6][0xfb][0xe9][0x84][0xd5][0xe6]l[0x87]I[0xa7]8%[0xf6][0x1a][0xde][0xd0][0xb0]}[0x9f]R[0xc4]v[0xca][0x7]w@[\r][0xee][0x8][0xcb][0xe4][0xee][0xb0]LN[0xe5][0xf3][0xe4][0xa4]xY[0xfc]{[0xc3]-~[0xd5]p[0x8b][0xdf]E[0x8b][0xdf]M[0x8b][0xbf][0x87][0x16][0xff][0x83]a[0x17][0xff][0xbc],[0xfe]}c[0xf1][0x8d][0xd4]c[0x18][0x13][0xc2]W9[0xca][0xc5][0xa7][0xc1]!X[0xcd][0xd9]K[0xa1][0x13]``1[0xb1][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "|[0x80][0xf8][0xfa] m[0xeb][0xc3]a[0xb][0x99][0x10][0xb6][0x10]rh[0xaa],[0xe3][0x3][0xa3]<[0xd4][0x96][0x91]:[0x10][0x13][0x83][0xb][0xd7][0xc1][0x4][0xd2][0xa2][0xe3]QZ[0xd1]c[0x14][0x1d]{a[0xc][0xee][0x83][0xf1][0xb8]?lU[0xa9][0xc6][0xaa]R[0xa5]\[0xd5][0xc8]3[0x6][0x94]:[0xbd]Z[0xe5]"up[0xa9][0x1a]:[0xe7][0xdd][0xfa][0x92]G[0x1b]X[0xb4]j4R[0x80][0xf6][0x11][0x84]C[0x4][0xe1]0[0xc4][0xe2][0x11][0xe2][0xf2][0xd1][0xb0][0x5][0x8f][0xd6]!([0xfc]G8][0xf7]B}[0x9d][0xf6]Pr[0xc9][0x18][0xf8]V[0xa4][0xb9][0xee]I[0xd2][0xf8][0x14]D[0xe1][0xd3]a[0x8b][0x9][0xff][0x1c][0xa5][0xe5][0x13][0xd6][0xf9][0xb1][0xae][0xd3]C=[0x93][0xe4][0x93]A[0xdf][0x6][0xb2][0x6])[0xd7][0xe0]>G[0xca][0x9f]'[0xe5]/[0xd0][0xfe][0xbc]Hp[0x8f][0x87][0x95][0xfa][0xe1][0xf9]$T[0xea]k[0xe9][0x8b][0xdd][0xf1];#G[0xde][0xab][0x17][0xf]KFV[0xae][0xb9]q [0xae].[0x82]4[0xf2]r[0x12]X[0x95]1[0x10][0xad][0x8c][0x85][0x4]%[0x19][0xc6]*[0xe3] MI[0x85]Y[0xca][0x4](S[0xd2]`[0xa1][0x92][0xe][0xcb][0x94])[0xb0]R[0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xeb][0x94][0xc][0xf0]*[0xd3][0xa0]][0xc9][0x86]=J.[0xf4])ypD)[0x80][0x17][0x94]B8[0xa1][0x14][0xc1]kJ1[0xbc][0xae][0x94][0xc2][0x87][0xca]L[0xf8][0x9d]2[0x1b][0xfe][0xa1][0xcc][0x81][0xcf][0x94]yhR[0xe6][0xa3]UY[0x80]iJ9[0x96])cq[0x91][0xb2][0x10]k[0x94]E[0xa1][0xd7]`[0xca]`[0x93][0xe0][0xaf][0x94][0xd2][0x88][0x0][0xf4]^[0xf7]7yc[0x1b]Ko{[0xa7][0x96][0x85][0xd2][0xe2]$[0xf8][0x7][0xfc][0x93][0xa2]([0x6]g[0xd2][0xcb][0xfa]n99[0xdc]F[0x91][0xec][0x86][0xcf]$[0x1d]Fc[0xb9][0xfc][0xbd]F[0xfb]V3[0x1]b[0xbe][0xa2][0x7][0xf0]k*$[0x11]s[0xc7]|[0x1][0xe5][0xb1][0xf2][0xef][0xdf]0[0xf3]s>[0x1e][0xf8][0xbf]e[0xe8][0xb1][0xf2][0x12][0xf5]y[0xa4]:%[0xf5][0x1e][0xa8]b[0xbe][0x1f]#[0x11][0xd5][0x92][0x9a][0xd2][0xd2][0x7][0xfe]"sfJJ[0xa2]y[0x1d][0x8f][0xf3]p/[0x4][0xb8];[0xc7][0xd5]H[0x1d]j[0xf0][0xdf]y[0x1e][0x97]_[0xcc][0xb1][0xdd][0x14][0xb2][0x14]M=[0xfd]}[0x3]^[0xd6][0x82]d[0x9]X[0x94][0xa5][0x14]([0xd5][0x90][0xa1][0xd4]P[0x90][0xb8][0xa1]D[0xa9][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e[0x19],V[0xea]`[0xa9]R/[0xde]($[0x1c]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "c(L>[0x17][0x1f][0xf0][0x1f]sBI[0xbf][0x9a]^[0x14][0xb4]c[0xaa]Z<[0xa4]H[0xeb][0xef][0xe2][\r][0xed]/[0x18]&[0xf8][0x2][0x16])[0xb2][0xb0][0xd0][0x1]\[0xae]'[0x81]hz_[0xe2][0xe8]![0xaa][0xf][0xc9]%[0xca][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]++[0xc3][0x8e][0x99]h[0xc3]b[0xb4]a[0xf1][0xb][0xf8]RW[0xb8][0x91][0xb3][0x15]3~[0xe8][0x8a][0xc5]9[0xec][0x90]U[0xe2][0x90][0xf1][0xcb][0x87]do[0x8a]e[0x87][0xb2][0x1a][0x9c][0xca]Z[0x98][0xa8][0x9c][0x15]fo[0x92]aO[0xdb]e[0xe3]Xs[0xd2][0xe5]+[0xf8]Z7[0xfc][0x1][0x97][0x83]t[0xf5][0x8e]O8{[0x17]D[0xef][0x83][0xce]csz i[0xfc][0xe][0x88][0x19][0x1f][0xec][0x83].[0xf3][0xba][0x1e]P[0xc7]Sc[0xe]#KY[0x17][0x8e]M[0x1e]I[0xa2]GL[0xa1]-L[0xe9][0x83]`[0xf][0xc4][0x8f]7[0xfa][0xeb][0xfa][0xa0][[0xe0][0xa7]0[0xfa][0x1][0xec].[0x8e]y[0xa5][0x85]"[0xc4][0xb][0xb1]J[0x1b]a[0xf7]A[0x8e][0xb2][0x1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xe](U6A[0xb5][0x12][0x80]U[0xca][0xd9][0xd0][0xa2]t[0x1a][0xf1][0x8a][0xa6]g[0xfb][0xf5][0x1d][0xf2][0x1a][0xab][0xf3]"[0xc8]k[0xcb]D[0xa8][0xd0][0xef][0xee][0x97][0xc][0xa2][0xc6][0xc6][0x94][0xe3][0x97]D[0xe3][0xf8][0xb1][0x94]N[0xf8][0xbf][0xba][0x19][0x85][0xb8][0xd9][0xf8][0x86][0x18]u[0xb7]|[[0xb1]3^[0x93][0xc6][0xc1]s[0xe4][0xf][0x8c][0x3][0xf9][0xfa]\[0xe3][0xaf]b[0xfc][0x97][0xad]4#EO[0xe0]L[0xa6][0x9c][0x7][0xaa]r>[0xb1][0xef][0x2]HQ.[0xa1][0xf8][0xbe][0x8][0xd2][0x95][0x8b]!K[0xb9][0xd4][0xd8][0x89][0xf4][0xb0][0xd4][0x9c][0x1d][0x96][0x9a]m`JY [0x99][0xd9][0xce][0xff][0xd3]H[0x7][0xb7]^[0xff][0xc0][0x99]h[0x9a]=n[0x1f]l[0x19]?[0xfd]^[0xf2][0xbe]y[0xdd][0x9e]+[0x10]{[0xfa]?[0x1d][0xb2][0xf5]w[0xd2][0x11][0xb1][0x83][0x12][0xcc]][0x10]G[0xed][0x90]A[0x85][0xe][0xd9][0x89]KH[\r][0x9a][0xe5][0xf][0xad][0xfa][0x9f][0xe2][0xbe][0x4][0x5][0xd9][0x9e][0x5][0xad][0x9a]=[0xc][0x90]"[0xce][0xc8][0x97][0xa7][0x14]YLE[0xd6]q;[0xc0][0xee][0xcc][0xa6]kp[0xd6][0xb8][0x84][0xad][0xbb][0xa1]x[0x9c][0xb3][0xa5]c[0xee][0xb8]T[0xa7]uK[0xaa]m[0xcb][0xba]T[0xcb][0x96]u-t@[0xcc][0xca][0xbc][0xc2][0xd2][0x9f]h[0xd9][0x7][0xe7]%[0x9a][0xb][0x97][0x87]:[0xe7]s[0xa7][0xa7][0xff][0xf8][0xb8][0x84][0xb][0xda][0x9d][0xa3].[0xa0][0xc7][0xe8])[0xb3]<[0x11][0x9a]r!OI[0x9d]5[0xee][0x8e][0xfe][0xb7]{[0xc0][0x94]h[0xdd][0xe][0xe][0xed]V[0xa2]5[0x8c][0xd8]nZ[0x1]([0xf][0x83]I[0xd9]C[0x4]y[0x84][0x2][0xe9]Q"[0xc9]c[0x10][0xaf]@[0xae]>H.[0xa6]wB[0xe5][0x10][0xa5][0xd3][0xc3][0x14][0xe4]OB[0xbd][0xf2][0x14][0x9c][0xa5]<[\r][0x1b][0x95]g`[0x93][0xf2],[0x4][0x95][0xe7]a[0xab][0xf2][0x2]\[0xa6][0x1c]7[0xbe][0x1e][0xa4]Pu[0xa5]J`gQ[0xf2][0xb3][0xe9][0xa9][0xe0]r[0xf1][0x16]H[0x8b][0xff]<[0xcd]~[0xbb][0x1c][0xa3][0x84]J[0xf5][0x90][0xab]?q[0x16]U[0x90][0xda][0x13]&[0xb8][0x4][0xed][0x92]@[0xad]p!FK[0x2]e[0xff]N[0x6]s?[0xc4]S-[0xa5][0xa2][0x3][0x85]qP[0xda][0xf][0x19][0xfa][0x0][0xff]cZ[0xda][0xa8][0x8e][0xd2][0x99]hi[0x12][0xfb]`)N[0xb8][0xa8][0x17].[0xde][0xf][0x9d]N[0xfb]Q{[0xa3][0xc9][0x19]U[0xdb]hv6[0xd7]6Z[0xe2]M[0x1f][0xd7]6Z[0xe3][0xa7][0xc6][0xd5]6[0xaa][0x9][0x97][0xd4]6[0xda][0x12].[0xad]mtZ[0x13].#[0xa9]&\N[0xd2][0x96]p[0x5][0xc9][0xa8][0x84][0xef][0xd4][0xee][0x87]-[0xce][0x96][0xa3][0x16]z[0xc9]D[0x91]I"[0xc7][0x88][0x1c]+2Y[0xe4]8[0x91][0xe3]E[0xa6][0x88]L[0x15]9[0xc1]Y@2Md[0xba][0xc8][0x89]"'[0x89][0xef]9[0xef]9[0xe7]9O[0xdf]~[0xff][0xf1][0xf5][0x1b][0x80]2[0x9e]e0[0x8a]R[0x1a][0xc3]Xb[0xa3][0xb3][0xb9]#a9[0x83]$J2[0xee][0xf2]z[0x8f]MY[0xc6]}[0x19]+2[0x1e][0xf0][0xee][0xa1][0x84]G[0xc9][0x9f][0xd1][0x93][0xa1][0x9c][0xc7][0x9c][0xb8]*aM[0xc2][0xba][0x80][0xf4][0xa6][0xf6][0xaa][0xb6][0xf5][0xb6]&0_m[0x1b][0xef][0x8d][0xae]o[0xe8]m[0xcf]ut[0xcf][0xef][0x9a]FG[0xaf][0x10][0xae][0xba][\r][0xc3][0xb7]\gU@n[0xb8]v[0xaf][0xe3][0xd4]\[0x1]Q[0x11]H[0xd9][0x96]c[0xf2]&[0xe5]6[0x9b][0x9e][0xe9][0x13]X[0xb3][0x1c][0xcb][0xdf] [0xa0]V*[0x95][0xc2][0x8e]@b[0xd3][0xdd]3[0x5]F[0xaa]|[0xb4][0xd7][0xa9][0x9b][0xdd][0xd7]F[0xdd]&O[0x96][0xeb][0xda];F[0xd7][0xe2]}[0xe4]L[0xf8][0xfb][0x96]'p[0xb3][0xea]v[z[0xcb]6<[0xaf]iy[0xfb]![0xa5][0xf3]\^v[0xe]l[0xe2][0xa3][0x84]4[0xb7][0xa2][0xee]C-[0xd3]?[0xeb]#[0x10]W[0xb][0xc4]r[0x84][0xbc][0x9b]![0xef][0xc8][0xcf][0x9e][0xed]?2e[0xdf]%[0x87][0xe5][0xb4][0x4][0xc6][0xd4][0x2]I[0xf1][0xc1][0xd0]m[0xc3]i[0xe9][0xa1][0x97]G_k[0xd8][0xd1]lT[0x96][0x6][0xcb]l[0xbb][0xbd]n[0xc3]|a1[0xef]\?[0xb9]%.[0xa1][0xe0]*4[0x5]S[0x98]T0[0xc1]f[0x1a][0x93][0x2][0x13][0xfd][0xd5][0x9f][0xf7],{[0x8f]y[0xa5]U[0x16]4[0xef][0xb8][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xf0][0x84][0xcd]S[0x1a][0xb2][0x98][0xf]e[0xe7][0x0][0x1d]*[0xe6]C[0xb5][0x9][0x8b][0x82][0x82]E[0xa8][0x2][0xb][0xff][0xa1][0x17][0xb3][0x99]Q[0x90][0xc3][0xb8][0xc0][0xe5]3[0xe][[0xf5][0xb6][0xd9] [0x9][0xf2][0xff]z[0xff][0xf4]R[0x8d][0x83][0x3][0xd3][0xd9][0x13]([0xa9][0x17]%[0xba][0xa8]Z4[0x17][0x89]7[0xa3]V[0xfe][0x1e]F[0x9e]n[0xe4](Hy$0[0xc9][0xfc][0xe8][0xc2]gY[0xb0]`[0x9d][0x8a][0xd6][0xe9]`M[0xd1][0x9f][0xc6][0xa0][0xd3][0xd7][0x8]u[0x10][0x87]DkN;[0x81][0xd0]f[0x8f][0x10][0xd3][0xe6][0x8e][0x10][0xd7][0xc6][0x93]GH[0x1c]R [0x86][0xeb]d[0xc7][0xe9]C[0x0]f[0xa9]|[0x1e]i[0xcc]Q[0xbb]yj[0xb6]@[0x1e]@#/[0x15][0xa0][0xc8][0x1c][0x10] n([0x2][0xc4][0x14][0xe2][0x1][0x9a]'[0x94]$[0xef][0x2]nD[0xad]u[0xaa][0xcd][0xa7][0x92][0xda][0x17][0xc4]>[0xfe]n[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9c][0x8b]Ai%<[0x10][0x95][0xa6][=09[0xde][0x9f]\[0x1c][0x98]|k`r[0xa2]?yy`2[0xdd][0x91]([0xf9][0x1d][\r][0xc4][0xb1][0xf2])[0x92][0xbb]'He[0xa5]c[0xc8]<[0xc2]1[0xd2][0xd9]L[0x88][0xe3][0x8c]/[0x85]8[0xc1]X!|[0x8c][0xa1]O}[0xbd]V[0xce][0xf5]*G[0xbd]d[0x14]H[0xd2][0xb0]W[0x91]v[0xfc][0x8c][0x9d]bxw[0xc]#[0xe1][0xef][0x4]W>#{[0x18][0xf0]:[0xab]5E[0xf6]vP[0xbf][0xf8][0xb]PK[0x7][0x8][0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]+[0x0][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.class[0x9d]W[0xe9]W[0x13]W[0x14][0xff]M[0x12][0x18][0x13][0x86]E@[0x4][0xa1]J1`[0xc8]b\[[0xb][0xae] ([0x98][0x5][0xb]b[0xc1]*[0x1d][0x92][0x9][0xc]$3q2[0xa1][0xa5]{[0xed]j[0xf7][0xbd][0xd5][0xd3][0xaf][0xb5]_[0xd5][0xd3]V[0xa1]==~[0xee][0xe9][0x87][0xfe]E=[0xbd]of2[0x89][0x92][0x0]zr[0xf2][0xe6][0xbe][0xfb][0xee][0xfb][0xdd][0xdf]][0xde][0x9b][0xe4][0xef][0xff]V[0xff][0x2]p[0x8]7<[0xe8][0xc0]I7[0xda]q[0xca]C[0xc3]@[\r]Z0[0xe8][0xc6]i[0xc][0xb9]I[0x1a]f[0xd3]3<[0xce]z0[0x82]Q[0xf][0xb6][0xe0]\#m;_[0x83]:<_[0x83]qL[0xf0][0xb8][0xc0][0xd4][0x93][0x8d][0xe0]p[0xbe][0x11][0xe]sm[0x8a][0xad]M3[0xe9][0x12][0xc3][0x91][0xc7]e[0x86]~[0x85][0xa9]g[0x18][0xf0]KL[0x12]y[0xcc][0xf2]H[0xf0]Hr[0xa8][0xca][0x8a]zb[0x9e]CkdA\[0x14]5][0xc]/[0xe4]T%[0x1][0x9b][0x6][0x93][\r]S[0xc5]g[0x17][0xa4][0x4][0xf1]j[km.[0x91]9?[0x9b][0x97][0xd3]II[0xe3][0xd0]Y[0xc9]j[0xc0][0xb4] [0xe3][0xda]q]L,F[0xc5]l![0xcf]I9[0x95][0xa2][0x4][0xe4][0xd4][0xbc][0x96][0xa0]9GI[0xe7][0xc8]amZ[0xcc][0xcc]&E/[[0xf6][0x1e][0xe0][0x90]*[0x13][0xa0][0xc5]`#[0xa7][0xb4][0xbe]$[0x86][0xd3][0xa2]2[0x17][0x1e][0xd7]5Y[0x99][0xab][0x9c][0x13]j[0x13][0xe7][0xa2][0xb4][0xcc]zb[0xcd]&*[0xf1][0x92]Y[0x96][0x87][0xb8][0xed][0xe7][0xd0]d[0xcd][0x8b][0x5][0xf1][0xee][0xa3][0xfa][0x8c][0x1b]![\r][0xcb],[0xcc][0xed]k{f/[0xf3] [0xa0][0x13][0x92][0x80][0x9d][0xd8]% [0x88][0x90][0x80][0x14]d[0x1e][0xb][0x2][0x16][0x91][0x16][0x90]AX[0x80][0x2][0x95][0x83][0xaf]B[0x1b]>[0x14])C[0xe5][0x91][0x15]p[0x15][0x1a][0x3][0xa6]T6[0xc][0xa8][0xaa][0x9e][0xd3]51[0x1b][0x95][0xf4]y5[0x99][0xab][0xaf][0x86][0xde][0x80]<=[0x96][0x1a][0xf0][0xb2][0x80]W[0xb0],[0xe0]U[0xbc][0xc6][0xe3]u[0x1]o0W[0xdb]+[0xa4][0x93]![0xbe]I[0xfb][0xde][0xa2][0xef][0xdb][0x2][0xde][0xc1]5[0x1][0xef][0xe2]=[0x1][0xef][0xe3][0x3][0x1][0x1f][0xe2][0x1a][0x87][0x96][0xf2]y[0x15]p[0x90][0x85][0xf6][0x11][0xae][0xb][0xf8][0x98]E[0xfa][0x9][0xae]s[0xe8][0xde][0xd4][0xc9][0xa2][0x10][0x8a][0x95](tc[0xfb][0x1a]?[0xd1][0x92][0xb3][0xe0][0xf4][0xb1]:[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xc1][0x86][0xf7][0x89][0xe5],[0x15][0xc0]]"[0xb]#[0x8a]"i[0x83][0xcc][0xb5]D9[0xf2]V1%&tU[0xa3][0x8c][0xd5]d[0x8a]3[0x1e]?[0x10]jDU[0x17][0xf3]Y[0xe][0xff][0x94][0x92][0xb3][0x0][0xcc][[0xf3][0xac][0xa8]$[0xd3]R[0xce]kZ[0x96][0xa1][0x94][0xdd]h[0x9c][0xf4]'Z4][0xae][0xbf][0xb7]w[0xed][0xea][0xa0][0x98]N[0x8f][0xcb][0xba][0xd4][0xcf][0xe3]G:[0xea][0x9b][0x8a][0xc7][0xe8][0xd7][0xf5][0xec][0xb0][0x9f]Z[0xaf][0x83]~[0xc8]=E_[0x7]{Y[0xd1]o[0xbd]-$w[0xe2]i[0x1a][0xbb]h6Lz[0x7]==[0xfe]{[0xe0][0xfc][0x81][0xdf][0xe0][0xb8]C3[0x7]v[0xd3]X[0x7]'[0x8d][0xbb][0xe1][0x82][0x17]nt[0xd3][0x8][0xfa][0xa5]gX[0xd3][0xac][0x7]0$[0x86]J[0xaf]~[0xec][0x81][0xcf][0xc2][0x1a][0x9d]8@[0xeb].8[0xea][0xea][0xa9]N[0x7][0xed]H[0xfe][0xa5][0x95]*zN[0xd8][0xdc]o[0xa1][0xfe][0x91][0xa8][0x1e][0xa0].[0x1a][0xa0]![0xc6][0x2]1[0xe2][0xa8][0xef]s[0x5]Cm[0xae]U4[0x14][0x82][0x8][0xb2][0xd9]Vk[0xd6][0xe6]*[0x1b][0xd3][0x14]j1[0x8d]V\[0xa2][0x98].[0x13][0xcf]+[0x14][0xc3][0xc][0xb1][0x13])[0xca][0xc]"[0xf4][0x1b][0xc5]k[0xfc][0xd1]0[0xf8][0xd0][0xd3][0x8c]i[0xc2]*[0xde].[0x1c][0xa6][0xf][0x8b][0xc9]K{[0x9e]![0xc9]IO[0xaf][0x11][0x9d][0xab][0x10]]+[0xd7][0xe0]a'[0xdf][0x8a].C6,C[0xcd][0xfe][0xe0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x1d][0xb8][0x9]![0x10][0xa4][0x84]79q[0xf1][0x8e][0xcd][0xce][0xec]F[0x85]*[0xac][0xa2][0x9][0xd9][0x92][0xcc]6[0x1b][0x1e]aH[0xcc][0xf]gH[0xcf][0xa1][0xcf]h[0xb0]f[0xaa][0xd2].+[0xb3]NpM[0xe4][0xfa][0xa8][0xed][0xfa]'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x83]A[0xf4]Y[0xae]o[0xc0][0x1f]bb[0xb3][0x3][0xbf]c[0xdb]Mx[0x89][0x88]5[0x80][0x96][0xfb][0xd8]n[0xb2][0xfa][0x5]5[0x1][0xd2][0xb6]:J[0x9][0xb6][0x18])[0x99]%[0x82]IJ_[0x8a][0x88][0xc8]Db[0xb1][0x84]h[0x9f][0x91][0x10][0x18]R[0x81]h[0x9f]M[0xb4][0xaf][0x84](%i?OL[0x8f][0xd9]LW[0xad]f[0x8e][0x87][0xee][0xa2][0xed][0x16]Zm[0xc2]'[0x19][0x93][0x1d][0xe]F[0xea][0xb0][0xad][0xec][0x8][0x4][0x8b][0xb4]Ct[0x4][0xb][0xbc][0x1b][0x3]A[0xea][0xf9][0xa2][0xa6]H'x[0x1a][0x87]h[0x1c][0xa6][0x16]9C[0xf7][0xc6][0x8]u[0xc4]([0xf5]u[0x4]1[0xfa][0x14][0xc3][0x88][0x1b]][0xb]C*[0x84][0x11][0xb7][0xc3][0x88][0x97][0x84]Q[0x5]gG[0x17]+[0xdc]q[0xe3][0xe8][0x9e][0xc0]<=[0xd9][0x9f][0xca][0xd3][0x94][0xad][0xb9][0x93]m[0xf8][0x6][0xdf][0xe3][j[0xfe][0x8][0xe9];[0xc9].J[0xdf][0x18]A[0x8c]Y[0xd2]E[z[0x1]c[0xff][0x3]PK[0x7][0x8][0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x0][0x0][0x0]org/glassfish/json/JsonMessages.class[0x95]X[0xb]|[U[0x19][0xff][0xce][0xfa][0xc8]Y[0xc8][0xba]6[_[0xeb][0xda]ue[0x8c][0xae]-)o[0x18][0x1b]cir[0xdb]e[0xcb][0xa3]$[0xe9][0xb6][0xe][0xb1][0xde][0xa5][0xb7]m[0xb6]I[0x3][0xfb]XNI[0xa3][0x9b]4[0x11]/[0xfb][0xb1][0x82][0x92][0x95]lX[0xb3][0x8b][0xb4][0x10][0xa8][0x1f][0x1a][0x8b][0x6][0xc3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81]U[0xe1]}[0xea][0x1]upNOg[0x6][0xe3]Z1?WHiCs[0xb9][0xc9][0x8c][0xb6][0x9]Q[0x9b][0xd3][0xb9][0xb4][0xbe][0x85]@M[0xef][0x86][0x9d][0x4]j[0x3][0xf9]I[0x8d][0xc0][0xf2]p:[0xa7]E[0xe7][0xb2]{[0xb5]BR[0xdd][0x9b]A[0x8b]7[0x9c]O[0xa9][0x99][0x9d]j![0xcd]~[0xb]c[0xad]>[0x93].[0x12]X[0x1b][0xce][0x17][0xa6][0x7][0xa7]3j[0xb1]8[0x95].[0xce][0xc][0xee]+[0xe6]s[0x83][0xdb][0xf1]#[0xa2][0x15][0x8b][0xea][0xb4]V[0xc4]y[0x1a]B[0xd1][0xa4][0x12][0x8f][0xfa][0xc3][0x13]J<[0x1e][0x8b][0x13]X[0xd9][0xbb][0xc1][0xd0][0x95]Qs[0xd3][0x83][0x9][0xbd][0x90][0xce]M#[0xae]=[0x19][0xdb][0xa1]DC{[0x94][0xf8][0xc4]XT[0xd9]=[0xaa][0x4][0x92]Jp"[0xb0][0xcd][0x8f]C[0xce][0xea][\r][0xe1][0x90][0xfd]jAW[0x8d]9[0x8a]zAS[0xb3]|*&OO[0xe7]s[0x9b][0xa4][0xac][0xee][0xb9][0x9c]vpVK[0xe9][0xda]$[0x1][0x12][0xc2]tg[0x4][0x9e]@[0xcf][0xc2][0x9c][0x4]Z-Y[0xf3]D[0x9d][0xbd][0x18]Q[0x1][0xa9]*j[0xd3][0x14] [0xd0]h[0xcd][0x11][0x8a][0xb1]4a[0x92]F[0xfd][0xf1][0x4][0xfe][0x1e]Q[0x92][0x89]d<[0x14][0x1d]af[0x17]i#P[0xa7][0x1c][0xd0]r:[0x1]O([0x97][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0x96]{[\r][0x97][0xe2][0x9c]^G1[0xa3]j[0xa1][0xa8][0x15][0xd6][0xf1]q[0xf2],[0xd5]i[0x6][0xe7][0xfa][0xc5]q[0x10][0xe8][0x10][0xf2]B[0x9][0xb6][0xba]#q8:[0x16][0x19]b9b[0xe2][0x9b],[0xf1][0xe8]6l^[0xcb][0x16][0x8e][0x19][0xe1][0x10]h[0xb3][0x8c]C[0xa1][0x91][0xa0][0x12][0x8]E[0x8c]:![0xb0][0xc2]r[0xf9][0xe3]q[0xff]xEZbC[0xdb]q5*[0xc0];[0xfd][0xe1]1[0xc5][0xb0][0xb6][0xcf][0xb3]b"[0x15][0xa4]|[0x84][0xb9][0xa6]Jl[0xd8]EV[0x11]X[0xca][0xa2]M[0xe6][0xf7]kX [{[0x9d][0xea][0x9b][0x3][0xd2][0x97]`F[0xcc]_[0xe][0x99][0xd5][\r][0xaa][0x81]W[0xc2]dI[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x10][0x8e]%[0x14],[0xf]+[0x7][0xa1](F[0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1a][0x18][0x2][0xfa]+[0x12][0xbb]p[0xe5]VF#[\r][0xb0][0xa1]T[0xca][0x9c][0xb7][0xc8][0xf6][0xb][0x9][0xaa]QhN$[0xfd]I[0xc5]([0xe5][0xd5][0x98][0xeb][0x9d]jfNK[0x1e][0x9a][0xc5][0x1d][0xe5][0xcc]y[0xf5][0xcb][0xb4]p[0xf7]:[0x13]$[0x17]P[0xab][0xf3][0xf1]=[0xb][0xf][0xb7][0xc9][0x8][0xc4]FE[0x91][0xc]8[0xcd][0xeb][0xb0][0x9e][0x7][0x98][0xf]+[0xd7]i[0x14][0x81].s}F[0xc7][0xb0]>[0xa3][0x81][0x89][0xa0][0x92]d[0xa5]:[0xec][0xf][0x85][0x95] [0x81]N'@([0xc6]%[0xb5][0x8c](Q%[0xee]O[0xc6][0xe2][0x13][0xc3][0xe1][0xb1][0xc4]6sS[0xb0]9J[0xe5]P[0xe1][0xd8][0x15][0xf]%-G[0x9b][0xe5][0x8][0x85][0xc3][0xca][0x8]vWDIn[0x8b][0xa1][0x8a][0xf5][0xbd][0xb6][0xf8]b{[0xf7][0xe1]":[0x84]\L[0xe5]g[0xb5][0xf2][0x85][0x15]x[0x8c][0xc5][0x9a] [0x18][0x1b][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe3][0xd4][0xd1][0xe1]P[0x94]i[0x88][0xfa][0xb1]*[0xdb]m[0x2][0xa2][0x81]Xd4[0x8c][0xa1]NlO[0xc4][0xd0][0xb7]F"n,[0x9c][0xc]!f"[0xa9][0xec]N[0xe2]6[0xc3][0xa3])[0x5][0xe5][0xf]c[0xff][0x6][0xc7]'[0x2][0xfe]0[0xcf][0xe3]*[0xf6][0x13][0xbd][0xec]Q[0xe1]\[0x89][0xfb][0xc3][0xd0]X([0xcc][0x0]Q[0x4][0xe5][0x8c][0x85][0xc3][0x4][0x9a]mfc[0xab]0[0xec]]6[0xbb][0xd8]Y[0xcc][0xd1][0x1c][0xd0]i[0x3][0x18][0x1b]R[0xb9][0xbf][0x19][0x8d]Rb[0x9b]]Nl[0x3][0xc8][0x88][0xdb][0xe7][0x13][0x87]C[0x89][0xa4][0xf0][0xb5][0xf4][0x86]B[0xf2]5K[0xe7]&[0xb5][0x83][0xd8][0x1c]E[0xec]{[0xc4][0x8d][0xc6][0xf8])<1[0x1c][0x8b]G[0xfc][0xc9][0xd2][0xd6][0x81][0xa7][[0xc9][0x11][0xf1][0x8f][0x8e][0xb2]S&[0x12]J[0xe0][0x96]>B[0xe0][0x8b][0x8f]YU[0x9f]a[0xeb]o[0xcd][0x81][0xc7])[0x1e][0x88][0xa2][0x80][0x9a][0xc]G[0x12][0xcf]Fs{j5l[0xa5][0x96]d[0x8a][0xfc][0xc9][0x10]k[0xd8][0xa5][0xb8][0xf][0x14][0xc4][0xe5]i[0xa5][0xa0]T[0xf8][0xb1]oF_[0x9f][0xd5][0xd8][0xdd][0xd1]d1G[[0x10]~[0x3][0xcb][0xf0][0xba][0xdc]([0x9][0xf0][0x82]EnK5[0xd9][0xe2]4^[0x9f][0x90][0xa5][0xd9][0xe6]V[0xe][0xa6][0xb4]Yqu[0xab]U[0xb][0xd3]x [0xad][0x90]0[0x12]X[0x96][0xd0][0xd5][0xd4][0xfe][0x88]:+n[0xb4]M[0xd3][0x9a][0x1e][0xd4][0xa6][0xd4][0xb9][0x8c]..[0xaf]H[0x9e]&[0xb0][0xa4][0xb8][0xd7][0xa8][0xe0]r[0x1]Cs[0xe9][0xcc][0xa4]V`w[0xb9][0xcd][0xa9][0x8c][0xb8]I[0xbb][0x13][0xfc][0x8a]=[0x9c][0xe6][0x84][0xf6]{[0xb0][0x8f][0x8d][0xf7]@[0x14][0xf0][0xfc]nH[0xe7]t[0xad][0x90]S3>[0xad]P[0xc8]c[0xaa][0x1a][0xe7][0xcb][0xf3][0xc0][0x1d]p'[0xce][0xaa][0x97][0xe]n[0x9f]u[0x8b][0xf5][0xa5]f[0xd4][0x82][0x8b]tzH[0x17]Y[0x83]i[0xb6]0[0xf3][0x10][0xdd][0xc][0xb1][0x16][0xd9]-D:[0xcf][0xa6][0xc4][0xb5][0x9b][0xe5][0xb7]9[0x1f][0x86]lDc[0x98];[0x84]9][0xc][0xa1][0xc2][0xe9][0x82][0x9a]1^[0x4][0xc]o[0x93]5[0x8][0xdd][0x86][0xcd]k[0xd9][0xc2][0xf9][0x12]M[0x9b]e[0x1c]JO[0x7][0xb5]T:k[0xc4][0x8a]Ka[0xb9][0xfc][0x85][0x82]z[0xa8]B[0x8e][0x11][0x5][0x98][0x1f][0xad][0x86][0xb5]}[0x9e]5[0xc1][0xaf].[0xe5]#[0xcc]Lh[0xf9])k[0x84][0x95][0x87]T&_[0xd4]0[0x1b][0xd6][0xd4][0xe9][0x1c][0x9e][0xeb][0xe9]I[0x9f][0xb8][0xad]5[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "sQWu1[0xaf]ib[0x87][0xa1]a[0xea]2[0x7][0xcf][0xce][0xa1][0xe6]\[0xca]7[0xa9][0xe9]L[0xfe][0x94][0x8a][0x15][0x80]w[0xfb]N'@:[0xcf][0x9]Z[0xa6][0xb5][0x1c]k[0xa8]|[0xc1]7[0x95][0x99]+[0xce][0x98][0xb]ds[0x94][0xb4]V8..[0xa4]u[0xcb][0xd1]f9[0xd2][0x99][0x8c]6[0x8d][0x19][0xcf]j[0xfa]L[0x9e][0xa9][0xb0]\[0x93][0xf9]9,v[0xd4]3[0xc5]*V[0xf3][0xe5]T[0xc][0xb6][0xdd]64[0x97][0xca]gg3([0xd2][0xc7][0xb6]j<[0xa2]%[0xb4][0xd8]!i[0xc4][0xf8]t[0xed] n[0xee][0x1d]\GI[0x8e][0x9a][0xc1][0xd5][0x98]<[0xe4][0xc3][0x6][0xe7][0x19]X[0xc5]~[0xa2][0x97]=*[0x9c]+[0xf1][0x80][0xd8]k[0xf4][0x11]*[0xc9][0xa2][0x9c][0xb9]L[0x6][0xdb][0xd9]f[0xe6][0xb7]-a[0xef][0xb2][0xd9][0x8d][0xa3][0xc5]g[0x8e][0xe6][0x80]N[0x1b]@[0xe5][0xe5]U[0xee]oF[0xa3][0x94][0xd8]f[0x97][0x13][0xdb][0x0]2[0xe2][0xf6][0xf9][0xc4][0x99]tQ[0x17][0xbe][0x96][0xd9]<[0xef]w[0xdf]T[0xbe][0x90]U[0xf5]R[0xa5]a[0xe7][0x96][0x1c]Yuv[0x96][0xf5]`6],[0xe2][0x93][0x15][0xac][0xf0][0x14][0xb4])[0xad][0x80]e[0xa3][0x95]FyH[0xf][0xec][0xb4][\r]5[0xc4][0xf0][0xb3][0xbe][0xd4][0xc2][0x12][0x8f]X9L@[0xe][0xdf][0xf1][0x91]TD[0xaf]NN[0x8a]Q[0xe5][0xf6][0x94][0x9a][0xcb][0xe5]u[0x9c]=[0x9b]?[0xc0].[0xf]%[0xaf][0xc8][0x8d][0xa9][0xb3][0xb5][0xe4][0xa8][0x90][0x81][0x8d][0xa8][0xa7]f[0xb0]T0[\r]{5[0xc3][0xcf]7[0x6]nEV[0xdf]l[0x81][0x9d]%[0xf8][0xd0][0xa6][0xd2][0x7]Y[0x96],[0x97][0x8e][0xdb][0xb6]VJ_[0x93][0xe1][0xd0][0xb5][0xa2][0xd5]V[0xad][0x86][0xad]T[0x90][0xf6]CI[0xd0][0xf0]3[0xc8]&[0xd4]0[0x9b][0xc0][0x92][0xc7][0x3]a[0x88][0xb8][0xc8][0xf1][0x1e][0xb2][0xe]nt[0x91][0x13]6[0xe0]I2[0xd0][0xed]"}[0xb8]+[0xc3][0xd5][0x1e][0xd2][0xcf][0xd6][0xb1][0x3]_[0xd8]|[0xe6][0xb][0x1b]o9[0xd4]n[0x9c][0x18][0x1e]2@N[0xc2][0x6]\[0xe0][0xf],.[0xe2]#[0xb0]n1o[0xed].2H[0xa0]o[0xf1][0xaf][0x88].r2[0x81][0xee][0x85]^[0xaa]p[0x85][0xac][0x94][0xf0]c[0x83]%[0xc3][0xc5][0xb])6[0xc5]o[0xa8][0xf6][0xd3][ 6[0x95]%9[0x80][0xe7][0x95][0x8a][0xfb]5[0xdb][0xc6]z[0xcb][0xfe]`bz[0xd8]i[0xce][0xb6][0x8]D8[0xfd]I[0xb][0xaf]'[0xe6]yVZ([0xb6]E[\r][0x8a]T[\r][0xf3][0xfe][0xc3][0x1b][0xca]T[0xe9][0xb][0xf6][0x9d][0x96][0xc3]z:iQ[0xf7]H[0xeb][0xc4]_[0xdd]+[0xf9][0xab][0x8e][0xe5]n[0x9c][0xef][0xc2];[0x82][0x9e]/}e"K[0x82]}[0xce][0x13][0xcb][0xff]f[0xd7]U}[0xa1]q[0xbd][0x16]Z_\[0x11][0xf9][0x92][0xc2][0xc9][0xb0][0x3]j[0x0][0x0]7m[0xd6][0x16][0xf8]m#[0xfe][0x8f]7[0x16][0xb4][0x8c][0xe2][0xb7]A|[0x12]|[0xd6][0xf5][0xdd][0xe][0xe4][0x8]~Y[0x2][0xe7][0xe3]g=7vC[0x1c]?=[0x6][0x0][0x12][0x90][0xc4]'[0x85]1[0xd8])[0x6][0xf7] [0x9a][0xfd][0xe7][0xf6].[0xa9][0xb9][0x1b]j[0x8e]A[0xed]a>[0x95][0xc5][0xb0][0x1e][0xf1][0xbb]`[0xb7][0xc0][0x87][0x90][0x85][0x8d]h[0xf6][0xd6][0xd5]!~[0xbc]f[0xd5]1[0xa8]O[0x8c][0xd7][0xf6]'[0xc4]P[0xfb][0xe4][0xfd]|[0xf2][0x16]c[0x0][0x8c][0xc3][0x1e]>U3\[0x0][0xaf]B?[0x85][0xb][0xe1][0xd5][0x82]v[0xf][0xd2][0xb2][0x18]W{][0xf5][0xe5][0xb4][0xe3]u[0xab][0x8f][0x1][0x95][0xb1][0xf]r[0xf6]nc[0x9c][0xc9][0xbe]Z[0xb0][0xb3]o[0x13][0xf0][0x1a][0x1c]AA[0x95][0x84][0xbb][0xd4]![0xdc][0xd3][0x10][0xbf][0x17][0xa6][0x4][0xfe]l[0xd4][0xc5][0xac][\r]^w-[0xd7][0xd5]'S[0xb2][0xd1][0x96][0xe4][0x6][0x98][0x86][0x19][0x9e][0xe4][0xb4][0x84][0xe5][0xb8]*,[0xe7]JY[0xf6]IX"[0xf0]aqQh[0xf3][0xf6][0x95]][0x14]:[0xd8]CR[0x8f][0xf7][0xd9][0xee][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xf0]Qq[0x9a][0xb7][0xe1]*[0xed][0xe1]w[0x85][0x8f]K[0x94][0xf4];(y[0x0][0xf1][0x9f][0x80]O[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfc][0xb0]P[0xe2][0xf5][0xe][0xd4][0xd9]v;[0x89][0x86][0x87]l[0x1a][0xbc]p=|[0x8a][0xcf][0xe3][0xc5][0x95][0xbf][0x94]k[0xf8][0xb4][0xb9][0xbf]m[0x12]=[0xd6][0xe4]=I[0xf4][0xd8]Q[0xf0][0xc9]([0x1f][0xb6][0xb5]Y[0x93][0xb9][0xc5]}[0x6]n[0xac]h[0xd6][0xc1]*[0xcd][0xfa][0xc8][0xbc][0x3][0xe0]R[0xce]r[0x93][0x84][0xe5][0xe4]*,[0x8f]JY>+I[0xec])[0xe][0x89]}[0x1c][0xf1][0x9f][0x93][0xe0]Ou[0xc0]?[0x81][0xf8][0xcf]KT[0x9e]VE[0xe5]Se*o[0x10]*o[0x96][0x14][0xd6][0xe9][0x8b]*[0xac][0xa7][0x17]([0xac]/H[0xe2]9[0xc3]![0x9e]g[0x10][0xff]E[0xf8]REa[0x9d][0xb9]@a=[VX[0x87]yL[0xec][0xdb][0x11]QX[0xb7]HrtV[0x95][0x1c]=W[0x96][0xa3][0xc3]"G[0xb7]J[0x94][0x9d][0xbd][0x80][0xb2][0xe7][0xcb][0x94][0x1d]1[0x95]]![0x94]}Y[0xa2]lc[0x15]e/[0x96])[0xbb]M(;*QvNue[0x84][0x94])[0xbb][0xcd]Tv[0xbb]PvL[0xb2]n[0x9b][0xe4][0xeb]F[0xea][0xf0][0xb0][0xba][0x3]74[0x3][0x19][0xe2][0xd9]e[0xa6][0xf9][0x16][0xd8][0x8c]}{nd[0xa0][0xff][0x18]l9[0x1c][0xe9][0xc3][0xc7][0xd6][0xc3]\[0xfa]2[0x14][0x1e][0x82][0xce][0xe7]S[0xd6]"[0xc5]q@[0x89][0x7][0x1a][0xc8]2XN[0x1a][0xb8][0xb4]>[0xb4]S[0x9c][0xe0].~[0xfb]Y[0x8e][0xdf][0xbe][0x2]w[0x8b]w[0x9d][0x1b][0x84][0xdc]f[0xdc][0x15][0xbf][0x8a][0x8c][0xf7][0x1a]R[0xa2].d[0xbd][0x8a][0xfd][0xc5]BHy[0xc][0xe7]@v[0x18][0xbd][0xb][0xfc][0xe3][0xb7][0xc3]Pd[0xc0][0x1b]8[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]][0x3]}[0xec][0xb3][0xff]~8c[0xa0][0xb1][0xf7](([0xbb]j[0xb6]t[0xf6][0xdf]s=[0xac][0xe9][0xbc][0xe][0xdc][0x3][0xde]a[0x8e][0xe9][0xef]<[0xf5][0x18][0x8c][0xb0][0xaf]W[0xd4][0x90][0x1b]_~r[0xa0]q[0x3][0x83][0xe][0x1c][0x85]m,[0x1][0x86][0xfa]Sq1[0x80][0xac]@[0xf5]+Qy34[0x93][0x16]h'[0xad][0xd0]M[0xda][0xa0][0x97][0xb4][0xc3][0x0]Y[0x5][0xa7][0x91][0xe][0xd8][0x82][0xbf][0x83][0xa4][0x13]v[0x90]5ft=[0xf8][0xef]>l[0x13][0x96][0xac]Q3[0xa6]Q[0x11][0x13][0x85]m[0xf0]u[0xf8][0x6]F|/_[0xec][0xda][0x17][0xa1][0xc7][0x5]~[0xd2][0xf8][0x2]4[0xd6][0xa3][0xf7][0x9b][0xe6][0x1b][0xea][0x6][0x9e]S[0x80][0xa5][0xde][0xd0]1[0xd8]~+l>b[0xae]O[0x3]'_[0x8b]$=8[0x84]=[0xef][0xe7]u[0xf0][0x0]^;[0x1]_xk [0x85]b'[0xb7][0xb6]C[0x1][0xc5][0x16][0xb7][0xb6][0xc1]e([0xf6]u[[0xdb][0xff][0xf]PK[0x7][0x8]I[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.class[0x9d]Q]K[0x2]A[0x14]=[0xb3]~[0xaf][0x9b][0x96][0x9a][0xa9]}@[0xd0][0x83][0x1a][0xb4]=D[0x4]E[0xf][0x19][0x82]![0xbd][0x14][0xbe][0x8f][0xb6][0xe9][0xc8][0xba][0x1b][0xbb][0xea][0xef]*([0x8d][0x88][0xa0][0xd7]~Ttw[0xd6][0x94][0xca][0x8]b[0xd9][0xcb]=[0x87]s[0xce][0xdc];[0xf3][0xf6][0xfe][0xf4][0x2]`[0xf][0x1b]*B[0xc8][0xc5][0x10]D^[0xa5]R[0x88]`5[0x82]5[0x6][0xb5])[0xda][0xa7]FK[0xf4][0xb8][0xc9][0x90][0xad]w[0xf9][0x90][0xeb]=[0xde][0xef][0xe8]'S[0xfe][0x90]!|$,[0xd1]?f[0xc8][0x17][0xe7]KJ[\r][0x86]`[0xc5][0xbe]2[0x18][0x92]ua[0x19][0xe7][0x83]^[0xd3]p.y[0xd3]$&U[0xb7][[0xdc]lpGxxB[0x6][0xfb][0x1d][0xe1]2d[0xce]\[0xdb][0x9a][0x5][0xf9]>[0x6][0xad]fY[0x86]S1[0xb9][0xeb][0x1a][0xa4]:[0xa8][0xdb]N[o{[0xf0]Z[0xb8][0x1d][0xbd]K&[0xdd]s[0xfa][0xfa]Z[0xef][0xc6][0xdc][0x9a][0x17]D[0xa3][0x87][0x86][0xdc][0x1c]xc[0xcd][0x16]m[0xf8]L[0xae]X[0xfa]m[0xdf][0xb8]%[0xed][0x13]a[0xe6]Shr[0xab][0xad]O[0x93][0xd5][0xb]{[0xe0][0xb4][0x8c][0xaa][0xf0][0xd6]I[0x9d]f[0xc7][0xd3]k[0x88]b]C[0x18][0x11][\r])[0xa4][0x19][0xf6][0xff][0xb7][0x5][0xc3][0xe6][0x9f]F[0x86]@[0xb1][0xd4][0xc0].[0xbd]m[0x88][0x1e][0x9c].[0xdd];[0x97][0xba][0x0][0xfd]Q[0xc4][0x88]Q[0xa9][0xab]B[0xa1][0xf]P[0xcb]c[0xb0][0xf2][0xf6][0x3][0x94];B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe2]T[0x13]R;[0xa2][0x84]1[0xe9][0x1f][0xa1][0x11][0xca][0xfa]j,`[0x11][0x90][0xdd][0x12][0xa5]2[0x99][0x9f][0x9e]d[0xea][0x12][0x3][0xa1][0xf2]=[0x94][0xdb]i\X[0x92][0xcf]2F[0xf3][0x5][0x93][0x18][0xba]Q,[0xff]0[0x8f][0x10][0xf8]n~[0x9d]cVh&[0xaf][0xae] )[0xe7]ar[0xe3][0x4][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]PK[0x7][0x8][0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.class[0x95][0x93]mO[0xd3]P[0x14][0xc7][0xff]wO[0x1d][0xa5][0x80]<[0x8a][0x80]"[0x8a][0xb2][\r][0xa4][0x80][0xf8][0x8c][0xbc][0x0][0xc4][0x8c]T[0x8d][0xc1],A_u[)[0x85][0xae]%]G[0xfc][0x2][0xc6]/[0xa3][0x11][0x13][0x9]F[0x13][0xdf][0x9a][0xf8][0x99][0x8c][0xf1][0xdc][0xbb][0xcb]6f[0x8d][0xf8][0xa2][0xb7][0xf7][0x9e][0xfb][0xff][0x9d][0x9e][0xa7][0xfe][0xf8][0xf5][0xe5][0x1b][0x80]E[0xdc]W[0xd1][0x81][0xe9][0xe][0xa4]1[0xc3][0x97][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fU$[0xa0][0xab][0x98][0xc3]<_[0x16][0x14][0xdc]T[0xb0][0xc8][0x10][0xf7]j[0x15][0x6][0x96]gP[0x8b][0x8e][0xbd]f[0x95][0x9c][0x8a][0xe9]2[0xc][0x19][0xbb][0xe6][0x81][0xa9]W[0xcc]pG_i[0xd8][0x1f]0[0xa4][0x96][0x1c][0xcf][0x9][0x97][0x19][0x12][0x99]|[0xb6]@[0xaf]U[0xbf]l1[0xf4][0x18][0x8e]g=[0xad]U[0x8a]V[0xf0][0xc2],[0xba]d[0xe9]3[0xfc][0x92][0xe9][0x16][0xcc][0xc0][0xe1]giL[0x84];N[0x95][0xa1]k[0xa3][0xea]{y/[0xac][0x3][0xc]Z[0xde][0xf3][0xac]`[0xd5]5[0xab]U[0x8b][0xae][0xe7][\r]?[0xb0]u[0x9b][0x1f][0xb7][0x9d][0xea][0x8e][0xbe]Kj[0x9d]#u}[0xbe][0xb2][0xef]N[0x9e][0xf2]@q[0xa9]N[0x95][0x8e][0x96][0x1d][0xf0][0xe8][0xe3][0x99][0xec]K[0x86][0xb4][0xe3][0x85][0x5][0xd3][0xad]Y[0xc2]@[0x19]v[0x9d][0x18][0x1e][0xbd]6K!C[0x87][0xeb]{vS[0xb1][0xc1][0xd0][0xdd][0xb0]HIg[0xd9][0xaf]Q[0xe4]M[0xd1][0x1a][0xe5][0xda],[0x94][0xb4][0xf]g[0xb2][0xab]W[0xac]X[0xa6][0xf]o[0x86]fi[0xef][0x89][0xb9]/[0xcb][0xd0][0xe9][0x89][0xb0]%=pB[0xbb][0xa6]g[0xeb][0x8d][0x8c][0xd2][0xa1][0xbf][0x19][0x6][0x8e]g[0xb7]+[0xea]V[0x9e][0xf3][0xa6]_[0xb]J[0xd6][0xba][0xc3]}[0xf6][0x9f].[0xd0],[0xd7]k[0xe8][0xc6]-[\r]*:5h[0xe8]"GQQrU[0x8f][0x82][0xdb][0x1a][0xee][0xe0][0xae][0x86])[0xdc]c[0xd0][0xff][0xb3][0x3][0xc][0x13][0xff]$D[0xfd]hdz[0x9b][0xa9][0x88][0x96]qZ9[0xe0][0xb5]x[0xb6]M[0x93]Gse[0xfc][0xa1][0xa0]l[0x7]O_[0xc8]*[0xd0],[0xa7]i[0xd6][0x81][0x18][0xfa]x[0xa2]bG[0xb9][0xd2][[0xa5][0x87]2[0x3][0xc3]9[0xda][0xad][0x93]=[0xc6][0xad][0xb9]c[0xb0][0xdc][0xe8][0x11]b[0x1f][0x85][0xb6]W[0xa8][0xe2][0xb4].[0xd1][0x1f][0xf2][0x90]|-[0x93]'`[0xa8][0xae]F?[0xed] v[0xdc];[0xfd]*8[0x8f]a[0xe9]sF[0x9c][0xc9]K[0xe2]][0xc3]WJXV[0x84][0xf][0xad]~+}0\[0xc0][0x88]$uI" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&s[0x9f][0x10]k[0x87][0x1f][0xb7][0xc0][0xc9][0x6][0xfb]H[\r][0x14][0xa9][0x6]%[0xea]i[0x99][0x8a][0xb7][0xdd][0xd2][0xd7]1[0xe9]?I[0xdd][0xbc]J[0xd3][0xc2]0I[0xa7]4[0xd8]O[0x8c](D2\[0xc3]u[0xf9][0xdd][0x5]Y[0xee]4[0xff][0xd2]g[0xa4][0xe][0xdb][0xe2][0xde]k[0x89];[0xdd][0x88]{[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]h^i[0xe7][0xf7]#[0xf8][0x18][0xb2]b[0xcd]aP[0xcc][0x1e][0x13]S>[0x80][0x91][0xdf]PK[0x7][0x8][0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.class[0x95][0x93][0xcb]O[0x13]Q[0x14][0xc6][0xbf][0xdb][0xd7][0x94]a([0xca]KD[0x14]Q[0xd4][0xb6] S[0x11][0x9f] [0x1a]A[0x92]6[0x83].0$[0xb8][0x9b][0x96][0xa1][0xc]NgH;%>[0x16]n\[0xa8][0xb]7n[0xdc][0xa9]q[0xe3]B"&[0x12][0x8c]&nM[0xfc][0x9b][0x8c][0xf1][0xdc][0xe9]e[0xfa][0xc8][0x18]5M[0xa6][0xf7][0x9e]s~[0xdf][0x9c][0xf3][0xdd];?~}[0xf9][0x6]`[0x12][0xd7]d[0xc8][0x18]kC[0x1b]N[0xcb][0x18][0x87][0xca]W[0x19][0x9]gdD1![0xe3],&[0xf9][0xe3][0x9c][0x84][0xf3][0x12].0[0x84][0xed]j[0x89][0x81][0xe5][0x18][0xe4][0xbc]Y[0x9c]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "fI[0xb7][0x18][0xfa][0xb4]u}SWK[0xba][0xbb][0xa6]^[0xf7][0xe3]S[0xc][0xb1]i[0xd3]6[0xdd][0x19][0x86]H2[0x97]Z[0xa2][0xbf]Yg[0xc5]`[0xe8][0xd4]L[0xdb][0xb8]Y-[0xe5][0x8d][0xf2]m=oQ[0xa4]Ks[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba][0xb5][0xa4][0x97]M[0xbe][0x17][0xc1][0x88][0xbb]fV[0x18][0x12][0xb9][0x8a]ck[0x8e]][0xac][0x11][0xc]J[0xd6][0xb6][0x8d][0xf2][0xac][0xa5]W*[0x6][0xe5]'4[0xa7]\T[0x8b]|[0xbb]jV[0xd6][0xd4]u*W9S[0xab][0xcf][0x96]6[0xac][0x91]f[0x9][0xea]L6+Y[0xdb]5[0x8a]e[0xde]8[0x99][0xba][0xc3][0x10]7mwI[0xb7][0xaa][0x86][0x17][0xc8]2t[0xec][0x5]n[0xdc][0xd3][0xb].C[0x9b]E[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "r![0xe1]GDI[0xfb][0x8a]S[0xa5][0xde][0xeb]Es4m[0xdd]*[0x11][0xef]O[0xa6][0xfe][0xe4]X([0xbf]B/^t[0xf5][0xc2][0xdd][0x5]}C[0x18][0xd1]n{m[0xb][0xba]g[0x8f][0xb6]t[0xbb][0xa8][0xfa][0x13][0xc5]]g[0xd1]-[0x9b]v[0xb1][0xb5][0xa2][0x16][0xe5]3/:[0xd5]r[0xc1][0x98]7[0xb9]fw[0xb3]C[0xe3][0xbc]^A'.*h[0x87]"[0xe1][0x92][0x82][0xcb][0x98]R[0xd0][0x81][0x4][0x9][0x6]u[0xcb][0xab][0xf7]I[0x98]Vp[0x5]3[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0xb8][0xca][0x90][0xf9][0xdf][0xa3]`[0x18][0xfe]+[0xe2][0x19]I[0xb7]'Q[0x9f]i[0x81]Z[0xa1][0x81]\[0x87][0xe]QX[0xcf][0xaf]X[0xb6][0xa9][0x88][0xbf][0x85]A[0xda][0xe4][0xb6][0xdd]Z[0xa5][0x91][0xa9]BkN[0x93]+[0xbd][0xcd]Q[0xe1][0x16]2[0xf4]%[0xc8][0xf4][0x8d][0x84][0xd0][0xc5][\r][0xf1]V[0xe4][0x5][0xfd][0xf3](M[0xe][0x86][0xfd][0xb4][0x9a]G[0x98]~[0x14]M[0xef][0x82][0xa5][0x87]v[0x10][0xfa]((P5[0xcf][0xdc]G[0x4][0xf]H[0xed]![0xba]i[0xd7]G9[0xae][0xd1][0x83][0x3][0x80][0xb7][0xe2][0xea][0xf4]Q[0xa1][0x1f][0x7][0x85][0xe6][0x98][0xb7]'[0x95][0xc8]{_+[0xe6]E[0x1e]y[0x1a]J-+4[0x18][0x6]pH[0x90][0x19][0x8a][0xf2]\,[0xfd][0x9][0xa1]'[0xad][0xf4][0xe3][0x6]:[0xe6][0xd3][0x83]>=![0xe8]8[0xa7]?#[0xdc][0xca]?m[0xe0][0xe3]>[0x18]G[0x4][0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xca][0xf9][0xad][0x16][0xf8]y[0x3][0x1c][0xf5][0xe1][0xa1][0x83]_[0x4][0xc2]G1[0x1c]4[0xf7][0xb3][0xf]-[0xf4][0xcb][0xc0][0xb9][0x8f][0xe1][0xb8][0xa0][0xd7]I[0x93][0x9f][0xca] [0xd1][0x11]m[0xf4];z[0xd2]_[0x11]][0xe6]Z[0xbb][0x88]-k;[0x88][0x8c]nS>[0xec]iv[0xd1]y[0x2][0xaf][0x88]yM[0xa7][0xfa][0x86][0xdc][0xdb]p[0xb2][0x83]B?J[0xcf][0x11][0xba][0x1][0xc]'<[0xb7][0xd8]O[0xc]H[0x14]e8[0x89]S[0xc1]~K[0xdb]-}[0xbf][0xb][0xf4];[0x89]T0[0x1f]o[0xe5][0xb7][0x2][0xf8][0x10][0xd2][0xde]s[0x94][0xfa][0xe5][0xb7][0x8f]y[0xf7][0xbc][0x17][0x3][0xbf][0x1]PK[0x7][0x8][0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonNumberImpl.class[0x8d]VKS#U[0x14][0xfe]n[0xd2]I'[0xa1][0x9][0xc][0x3]dx8[0xf2][0x12]C[0x18][0x9]3[0x83][0xe3][0x8]#"[0x8f][0xd1]`[0x0][0x5][0x6]e|vB[0x93]4[0x84]n&[0xe9][0xe0][0x8c][0x8f][0xf2][0xf0][0x3]t[0x83][0xe5][0xa3][0x14]T[0xaa],[0xdd]YV[0xb9]q[0xe3][0xc6][0x8d][0x1b]7n[0xdc]h[0xb9]q[0xca]s;[0x97]$4[0x1d]`[0x91]s[0xef]=[0xf7]|[0xdf]9[0xf7][0x9c]{O[0xe7][0xa7][0x87][0xdf]~[0x7]`[0x4][0x1f][0x84][0xd0][0x89]E[0x19]K!x[0xb0],[0xe3]N[0x8][0x12]Vd[0xbc]"[0xe3][0xd5][0x10]d[0xac][0x86][0xe0][0xc7]]>{-[0x84][0xe][0xbc][0xce]gop[0xf1]&[0x17]oq[0xf1]6[0x17]*[0x17]).[0xd2]\[0xac][0x5]1[0x3]-H[0x88]u[0xbe][0xcc][0xc8][0xc8][0xd6]!R[0x82][0xeb]\l[0xc8][0xd8][0x94][0x91]ch[0x9e]-[0x98][0xc6][0xa4][0x9e][0x99][0xd6][0xd2][0xfa][0x96][0x9a][0x9b]/n[0xa5][0xb4]<[0x83][0x92]0[0xc]-?[0x95]S[0xb][0x5][0xad][0xc0][0x10][0xe6]VI[0xd3][0xc8][0x1c][0xed][0xd7]sE[0xc2][0xb0][0x8e][0xd6][0x81][0xac]Z[0xc8]N[0x99]k[0x1a][0x3]K0[0xf8]o[0xe9][0x86]n[0x8d]3x[0xa3][0x3]+[0xc]Ri[0xa7]![0xa9][0x1b]Z[0x9][0xb1][0xac][0xa6]r[0xa4]iJ[0x9a]i5[0xb7][0xa2][0xe6]u[0xbe][0x16]J[0xc9][0xca][0xea][0xe4][0xb3]7i[0xe6]3[0xf1][0xc][0xf]a]/d[0xe3][0x1b][0xe4]1[0xce][0xdd][0x96][0x18][0x12][[0xdb][0xb9]1[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0xa3]Y[0x15]%Cg41[0x90][0xdc]P7[0xd5][0xbc][0xa5]:!d[0xee]5[0x8a][[0xdc]h[0xf6]4#6[0xcb]p5J[0x6];j|K[0xb5][0xb2]q[0xca][0xf][0x9d]U[0xcb][0xd0][0xee]i8[0xdf][0x8e][0x9a]+[0xd2][0x1]Z[0xdd][0xa1][0xdc][0xef][0xf4][0xa9]~[0xa7]O[0xfa][0x15]u9[0xd5]o[0xab];[0x84]![0xa4][0x17]l[0xe7]y5g[0x97][0xe2].[0xe5]k[0xc9]R[0xd3][0x9b]s[0xea][0xb6]Hv@7[0xac][0x95]R[0xd8]d@[0xa5][0xab]?R[0xcc][0xdc]W[0xd3][0x16]C0Ge[0xaf]XPj[0xc2]e[0x8d]0[0xa9][3[0x8b]DV1[0xa2]s4[0xa4][0xca][0x7][0x17][0xfa]K[0xd1][0x81]Zyiv[0x18][0xb]^[0x85]jk[0xaf][0x97][0x1f]lk2[0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa6][0xbc]d[0xe8][0x8b][0xba][0xe4][0xc4][0xde][0xef]+[[0x11][0xb7]_[0xbb]WTst[0x9f]ZDfs[0xaa][0x91][0x89]/[0xa4]6[0xb4][0xb4]5[0xc6]3[0xe2]5S[0x1b][0xfc]&[0x9e][0xd8][0xa4][0x82][0x9a]V[0x96]_[0xaa][0xb6]S[0x92][0x1f][0xb0][0xcc]%+[0xaf][0x1b][0x19]:[0xc6][0xd1][0x9]m[0x96][0x92][0x96]Wa[0xc9],[0xe6][0xd3][0xda]m[0x9d][0xe7][0xfb][0xe2][0xf1][0x1b]<[0xc4][0xed][0x15][0xf4][0xa2][0x8f]!~[0xe6]}[0xef];[0xf6][0xea]8[0xcc]d[0x18]>[0x1f][0xac][0xf2]z9n[0x9b][0xe1][0xc6][0xf9]p'{C[0xb3][0xdb]m[0xe3][0xa4][0xf7][0xb8] [0xfa][0x2],[0x5]E[0xec](x[0x7][0xa3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xe6]b[0x8c][0x8b][xF[0xc1]8[0x17][0xcf]bB[0xc1]}L*x[0xc0][0xc5][0xbb]xOA7z[0xb8][0x18]e[0x88][0xd4]H[0xb7][0x82][0x17][0x90]P0[0x8f][0x5][0x86][0xee]3[0xc3]ght[0xd6]T[0xc6][0xfb][0xc]]g[0xdd][0x1a]jA[0xd4]Ex[0xdf][0xa2]>AC[[0xad]^[0xe0][0xb2]W~[0xaf][0xb4]'[0xdb][0xfd]`a[0x9d][M[0xf][0xd4]z[0xa4][0xfc][0xa5][0x88]U[0xad][0x97]R1[0xf6][0x15][0xa8]_[0x92][0x89]b[0x99][0x95]@[0x18].T/[0xc5][0xeb][0xf1][0xcf][0xdf][0x99][0x9b][0x9c]Yd[0xe8]9[0xcf]3iu[0xb7][0x91][0xba][0xe8][0x1b][0xd2][0x9]*[0x9][0xfd]<[0xbc]D[0xf4][0xd9]j[0xa2][0x1f][0xdd]X[0xd2][0xea][0xf6][0xa1][0xec]B[0x96]>[0x86][0xe4][0xdd]#[0x9d][0xb7][0x8a][0xe7][0xc7]c[0x87])[0x95][0xe5][0xa6]]"Ox[0x82]S[0xd0][0x9b][0x15][0x94][0xd7][0x4]e[0xa0]DY[0xbf][0xe7][0x8][0xe9][0xe7]*[0xaa][0x80][0xa0]b[0xfc][0xb9][0xbb][0xe3][0xc3]N[0xfc]/[0xae]x[0xea][0x14]e[0xbc][0xa7][0x1a][0xdf][0xf0][0x89][0x3][0xff][0xab]+~[0xbc][0x16][0xbe][0xd1][0x89][0xff][0xcd][0x15]O[0xfd][0xc9][0x1d][0xe1]S[0x7][0xfe]wW[0xfc]s[0x98]t?[0x93][0xb3][0xa4][0xb8][0xe2][0xa7]j[0xe1]/:[0xf1][0xba][0xe2][0xa7][0xf1][0xbc][0xc0][0xf][0x9][0xbc][0xf4][0x5][0x9a][0x9d][0xd8][0xbf][0xaa][0xb0]R[0x19][0xdb]][0xae][0xdd][0xa2]8{$[0xf6]%Zv[0x11][0x8e][0x95]bh[0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-\S[0xb9]Ua[0x1a][0x81][0xbf][0xe9][0x8f][0xe5]?[0xd4][0x1d][0xfe][0xad][0xa2][0x8d]T[0xdd].[0xba][0xdc]M[0xa4][0xa4][0x1e].[0xf8]?$~[0xe][0xec][0x8d][\r]~[0x4][0x9f][0xb4]7[0xf8][0x3]"[0xbb][0xf0]y[0xf7][0x6][0xbf]Gd[0x8e];[0xbb][0xf2][\r].1[0xec][0xa3][0xad][0xe2][0xab][0x9d][0x82][0x7][0xfe][0xa3][0xbb][0xfa][0x10]2[0xb9][0x8]3j[0xf4][0xcc][0x8b][0x16]&[0xd9]~[0xbb]J[0x94][0xc2]/[0x9f][0xcd][0xe2]Er[0xd8]BQ&1G.o[0xda][0xc7][0xf5][0xc8][0x1][0xd2][0xd2][0xb7][0xc4]=[0xd1][0xed][0x8e]d[0xb1][0xa0]K[0xa2]=x[0xc9][0x96]/[0xe3]2x[0xaf][0x92][0xc8][0xb6][0x83][0x9a]^;[0xcd]:[0xf0]([0x8d][0x1e][0x1a][0xbb]h[0x9c][0xc1][0x16]nO[0xb4][0xfd][0xf]PK[0x7][0x8][0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.class[0xa5]W[p[0x1b]W[0x19][0xfe][0x8e]$kuY[0xdb][0x89][0xe3]K[0xa4][0x98]:u[0x9d]T[0x91][0xe5](-[0xe9]%[0xb1][0xeb][0xc6]6N[0xb1][0xa3]8i[0xed][0xa4]$[0xb4][0xc0]Z^[0xcb][0xeb][0xc8]+w[0xb5][0x8a][0xeb][0x16]([0xb7][0x96][0x96][0x96]K[0xb][0x14]Z[0xca][0x1d][0xca][0xcd][0xcc][0x84][0xe]I[0xc6]d[0x86][0x94]'f[0xfa][0xc2]e[0x6]^x[0xe1][0x85][0x17]^[0x80][0xe1][0xa9]3[0x99][0x86][0xff][0xec][0x1e][0xad]W[0xab][0x15]V[0xe1]A[0xe7][0x9c]=[0xe7][0xff][0xbf][0xff][0xfe][0x9f][0xa3][0xb7][0xde][0xf9][0xd5][0xaf][0x1][0x1c][0xc6][0xcf]c[0xb8][0x1d]F[0x14][0xfb]Q[0xe6][0x83][0x19][0xa3][0xa1]"[0xe1][0xa2][0x84]5[0x9][0x8f]KX[0xe7][0x1b]O[0xc4][0x11][0xc1][0x93]|[0xf5][0xd1]8$|L[0xc2][0xc7]ch[0xe5]l[0x3]x[0x8a][0xf][0x9f][0x90][0xf0][0xc9][0x18]v[0xda];[0x9f][0x8a][0xe1][0xd3][0xf8]L[0x14]g[0xf0]t[0x1c][0xcf][0xe0][0xb3][0x1c][0xf7]Y.[0xe6]9[0x9][0x9f][0x8b]![0x1]C[0xc2][0xf3]1[0xec][0xc1][0xb]q,[0xe0][0xf3]|[0xf8][0x82][0x84]/[0xc6][0xd0][0x87]/[0xf1][0xe3][0x17]9[0xd7]K|[0xf8][0xb2][0x84][0xaf][0xf0][0xf9][0xab][0x12][0xbe]&[0xe1][0xeb][0xc][0x91][0x8b]J[0xb1][0xa2][0x9e]TV[0x19][0xda]s[0xcb][0xca]E%[1[0xb5]b[0x96]6[0x86][0x19][0xa2][0xb3]ZAW[0xcc][0x8a][0xa1]2[0xc][0xd7][0x9e][0x8e][0xd8][0x9f]EE/dgMC[0xd3][0xb][0x9c][0xe0][0x82]b[0x98]Jv[0xb9]\[0xd2][0xb3][0xd3]4[0x9c][0xe5][0xd8][0xc3][0xa3][0x84][0x14][0x9b][0xaf],.[0xaa][0xc6][0xe9]R[0xa9][0xc8]p[[0xae]d[0x14][0xb2][0x85][0xa2]R./j[0xe5]%[0x9b]^Y[0xd5][0xb2][0xe3][0xe][0x11][0xb1]D[0x96][0x94][0xf2][0xd2]Di[0x81]d[0xb3])[0x86][0xf0][0x88][0xa6]k[0xe6]([0xc3]])[0x8f][0x9e]M[0xa0][0x1d]8[0xcb][0x10][0xb2][0xb1][0xda]s[0x9a][0xae][0xce]TV[0xe6]UcN[0x99]/[0xd2]NG[0xae][0x94]W[0x8a]g[0x15]C[0xe3][0xdf]b3d.ie[0x86]6n[0xc6][0xa9][0xf9]e5oN[0xad][0xac][0x92][0xee][0xf2][0x94][0xae][0xab][0xc6][0x4][0x97][0xa6][0xd2][0xf9][0x11]?[0xe1][<[0xe3][0x15][0xad][0xb8][0xa0][0x1a][0x9c]u[0xa0][0x16][0x89][0xc][0xec][0xae][0x95][0xbb][0xbe]Z[0x95][0xad][0xa4][0xfe][0xf]_7[0xe9][\r][0xb9][0xa0][0x9a][0x9c]m[0xcc]0[0x94]u[0x86]L[0xaa]^[0xc6][0x81]z![0x16]5[0xa9][0x1e][0xd2][0x95][0x15][0xcb]suL[0xc][0xad][0x2][0xd9][0xb6][0x95]a[0xa8]9h[0x9b][0xdc][0xc5]o[0xc7][0xa8]i~[0x9b][0xdc][0xc5]o[0x93]6[0xcd][0xef][0xe8][0x1f]%[0xfe]*[0xef][0xfe][0x6][0xbc]uF[0xdf][0xeb]C[0xd8]$[0xab][0xbc][0xa0].*[0x95][0xa2]i[0x5][0x90][0xa1][0xe5][0xa2]=[0xef]n[0x14]b[0xb2]p[0xd6]T[0xf2][0x17](1D[0xbe][0x84]I[0xe3])[0x9d]\[0xdd][0xe5][0xa7].[0xd5]N[0xb7][0xcf][0xfe][0x14]?[0x88][0x11][0xe7]8[0xa5][0x84][0xaa][0xe8][\r][0xb8][0xcf][0xfb]s[0x9f][0xe7][0x7][0x8c]~a[0xad][0xe0]P[0xf1][0x9a]Wu[0xd3]X[0x9f]U[0xc9][0x96][0x9d][0xa9][0x3][0xae]*[0xa0][0xad]a[0x9][0xaf][0x92]{&9[0x5][0xc3][0x9c][0xf7]x[0xa4][0xb6]f[0x6],[0xba]wU9[0xbc]O[0x5]S[0xdc]-[0x11][0xb3]T[0xcd][0x80][0xce][0x94]o[0xd0][0x2][0xcb]k[0xc][0x89]z[0xac][0x87][\r][0xcd][0xb4][0xb2]0P^[0xe3][0x15]n[0xb1]j%[0xc1](N%|[0x83][0xfc][0xa5][0x94][0xdd]U[0xb2][0xc7][0xcf]ANM[0x84][0xca][0xda][0x13][0xe4][0xc5]`[0x81]{[0xa6][0xa6]V[0x5]I#[0xef]r[0x93].[0xa8][0xeb][0xb5][0xa5][0xea][0xc0][0xc6][0xf3]%[0xdd]T4[0xbd]|[0x82][0x93]t[0xf9][0xe1][0x9e][0xf7][0x14][0x81]K^[0x1d][0xdc]#[0xae][0x10][0x8c][0xcd][0x97]MC[0xc9][0x9b][0xef][0xba]}5vBl[0xb6]T1[0xf2][0xea]q[0x8d][0xe7]|[0xd2][0xb7][0xc9][0x1e][0xe4][0x92]d[0x1c][0xc2]k2R8 #[0x83]![0x19]K[0xd0]([0x16][0xfe][0xcd][0x8c][0xa1][0xa7][0x81]D[0xbf][0x93]jO[0xaa]?[0xb1][\r][0x93]1[0x81][0xf7][0xc9][0x98][0xc4][0x87]e[0x8c]a\[0xc6]7[0xf1]([0xc3]-[[0xf6][0xf3]Z9][0xd2]tJ[0x83][0xc9][0xc7][0xf3][0xea][0xaa][0xa9][0x95]t[0x19][0xdf][0xc2][0xb4][0x8c]oc[0x9a][0xa1]w[0x8b][0xd4][0xba]c&[0x94][0xb2][0xe9]"[0xfc][0xe][0xa6]%|W[0xc6][0xf7][0xb0]"[0xe3][0xfb][0xf8][0x81][0x84][0x1f][0xca][0xf8][0x0][0xce][0xc9]8[0x88],[0x1f]HZ[0xa7]_[0xce]1[0xdc][0xda][0xe0][0xa2][0xb2][0xcf][0xb9][0xf3][0xb8][0xdf]^[0x97][0xf1]#[0xfc]X[0xc6]O[0xf0][0x1a][0xc3][0xae]-e[0xe6][0x96][0x8c][0xd2][0x1a][0xef]62~[0x8a][0x9f][0xc9][0xf8][0x10][0xb7][0xb0][0x80]G[0xb9]su?[0xe7]Z[0xf1][0x94]Q[0xc4][0x8a][0x84][\r][0x86]{[0xfe][0xc7]k[0x92][0xb2][0xd2]7[0xa7][0x18][0xf6]n[0xd7]N[0xaa][0xfa][0xd7]v[0x4][0xbf][0xd8]U]D[0xc5]O7c[0x84][0xa2]#zqh[0xee][0xa1]3[0x93][0xd4]s[0x8e][0x8f][0xe5]fi[0xe][0xcd][0x9c][0xc9][0xe5][0x18]vxS[0x9f][0xba][0xa0][0xfa]XE)[0xd2]{ |j|zrb[0x8e][0xa1][0xbf][0x99]v[0xd7]Z[0xa3] [0xc3][0xdd])[0xa7]a[0x88]V[0xd1][0xe4]m[0xde][0xb2][0xc6][0xc9][0x19][0xfa]R[0xbe][0x17][%[0xcf][0xdf]p6e[0xbe]X*[0x13]e[0xab][0xb2][0xb0]0[Y]5Tz[0xc8],[0xd0]u[0xe3].r'[0xda][0x16]K[0xaa][0xd9][0xd8]Q[0xfe][0xec][0xa7]G)y[0x1]At[0xf0][0x2][0xa4]u[0x9a][0x1e][0xc5][0x1][0xc][0xd2]7[0xd5][0xa2][0xb5][0xa6]T[0xa5][0xb9][0x8b]~[0x87]p[0x7]}[0xdf]I[0xab][0xb]4[0x7]inO_[0x5]K[0xf]^F [0x9d][0xb9][0x8c][0xe0]/h+[0x88][0xf7][0xd2][0xd8][0x81][0x10][0x8d][0xbf][0xa3][0xf1][0xf7][0x88][0xe2][0xf]h[0xc3][0x1f][0xe9][0xad][\r][0xec][0xb5][0xd9]p[0x17][0xee][0x5][0xac][0x95]-[0x96][0xaf][0xb8][0xc0][0x0][0x8e][0xd0]Z[0x16];)R[0xa4][0xaa][0xd2]QZ[\r]c[0x84]F[0xae][0xc0]}[0xb4][0x13][0xa0]9[0x9a][0x1e][0xbc][0x82][0xd0][0x9b]h[0xb9]d[0x11]q[0xd1]a[0x8b][0xf9][0xcf][0x96][0xb8]n[0x9b][0xc8][0x11][0x17]%[0xc6]Q:g[0xb8][0x1f][0xc7][0x1a]@[0x85][0xbd]P[0xd9][0x6][0x8a]:G[0x3]([0xc9][0xb][0xf5][0xd7]m[0xa0][0xa8][0x1d]5[0x80][0x8a]x[0xa1][0xfe][0xb6][\r][0xd4]$[0x8e][0xb][0xa8][0xfb][0x5]T[0x9c]CE7[0x11]c[0xf0][0x82][0xfd][0xdd][0x5][0x16]w[0xc0][0xe2].[0xb0][0x7][0x4][0xd8][0x93]D[0xc3]C[0x9b][0xb0][0xf4][0x9a][0x19][0xfa][\r]"[0xaf][0xa0]u[0x88][0x14][0xb4][0x81]3[0x97]<9[0xf0][0xf][0x12][0xf1]O[0xfa][0xaf][0xf4]/[0xf4][0xe0][0xdf][0x96][0x98][0xb4][\r][0xe0][0x88]I[0x8]1|[0xf5]~Z[0x5][0x88]c[0x17][0xa6]0M8'h7[0x2]v[0x3]=[0x12][0xfd][0xb1]b[0xc8][0xe1][0xa4][0x9f]U[0xf1]M[0xc8][0xc][0x1b][0x1e][0xab][0xde][0xde][0xc6][0xaa][0x1c]f[0x1a]Z%[0xd9]VI6p[0xef][0x86][0xc7][0xaa]wH[0xc4]M[0xb4][0x92][0x94][0x1e][0x16]h[0xc2][0xaa][0xec][0xb5][0xea][0x14]N[0xb]E^[0x16][0x85][0x95][0xb1][0x14]9[0x99][0xf9]-[0xe2][0xd7][0xd0]z[0xee]*[0xda][0xae]g[0xde]@[0xfb][0xeb]h[0x9]m[0xd0]b[0x7]-[0x82][0x1b][0xd7][0xb0][0x93]N:[0xae];[0xba][0xf5][0x13]*X[0x4]a[0x16][0xa5]`[0xc4][0xd0][0xc1][0xe2]H0[0x19]{X+[0xfa]Y[0x1b][0x6][0xd8][0xe]W[0x15]f[0x1c]]3B[0xd7]05[0x4][0xae]a[0xc0][0xd2]0[0x86][0xe0][\r]t[0x90][0x86][0x91][0x88][0xa5][0xe3][0x83]B[0xc7][0xa7][0x85][0xb3][0x92][0xc2]YU[0xbd][0x86][0xaa]z[0xb9][0xbc][0x95]$L[0xb0]n[0xd2][0xa8][0x87][0xbc][0xb5][0x1b][0xed],[0x81]n[0x96][0xc4]n[0xd6][0xeb][0xf2]Z[0xd2][0xd1]$[0xe9]x-I^{[0xc8][0xf2]Z[0xa7][0xcb]kQ[0x4]n[0xa0][0x9d][0xeb]DD[0xb3][0x8e][0xdb][0x8e][0x89]d[0x90]-[0x95][0xde][0xc0][0xae]+[0xe8][0xf4]d[0x3][0xeb]we[0x83][0xec][0x8][0x94][0x9d]l[0x98][0xc3][0xc3][0x2][0xed][0xa0][0xf5][\r][0xe][0xd4][0xe5][0xa9][0x14]v[0xbb][0x85]b7[0xa8][0x90]@a[0xfc]N[0x17][0x9d][0xf1][0xb0][0xe0][0x8d][0xa5][0x89][0xc0]&[0xd9][0xea][0xad]5[0x96]q![0xc4][0x4][0x82][0xdd][0xe2][0x1e][0xa1]=z[0x13][0x8]-N[0xd1][0xe][0xa7][0xe9]$[0xa4][0x9e]W)[0xcf][0xa9][0xd7][0xee][0xbe][0x8c][0x1e][0xfe][0xb9][0xe5][0xe0]6[0x1e]Jv[0x7]$v'9[0xf7][0xb0][0xb][0xbb]S`[0x9f][0xb0]hY;m[0xd2]3@[0x80][0xff][0x89][0x94]o[0xa1]y[0xf4][0x1a][0x12][0x94]C[0xc9][0xdc]5[0xec]97H[0xd0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1][0xab][0xe8]=[0x99]Io[0xe2]=[0x1]d6q[0xb][0xa3][0x7]F[0xcf]Lu[0x15]?[0x1a][0x1a]J[0x84][0xae]`[0xef][0xd0]ur[0xf4][0xad][0x97]H[0xc5].[0xf4]b[0x1f][0xfa](s2[0x94][0xe5]}5q?[0x82][0x8];[0x8a].6[0x8c]^6[0x82]}[0xb4]>[0xc2][0xee]s2[0xb0][0x8b]r[0xff]#P[0xac][0x80][0x8c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "e#[0xb8][0x1b][0xf3][0xc8][0x93][0x96]\[0xed],B7[0x9]<(a[0xbf][0x84][0x84][0x84][0x5]0[0x9]}7)[0xb]B[0xce][0x16]mX[0xbb][0xd2][0xdb][0x96][0xe7]U,[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13]3"[0x12][0x81][0xb4]7[0x2][0xe3]./[0x5][0x9c][0x18][0x16][0x1c][0xcf]{b[0xd8]_[0xd7]Y[0xd8][0x3]>1d[0xfc][0xe1]*[0x10][0xc6]E>[0xb6]q[0x84][0xc1]M[0xdc][0x16][0xc0][0x9b][0x18][0xf0][0xea][0x91]sed[0x9b][0x93][0x91]mX[0xa6][0xfb][0x95]k@[0xaf][0xb1][0xba]fg[0xe3][0xed][0xb][0xd4][0xa9][0xf4]`[0x83]fg[0x81][0xed][0x18][0xe3][0xf]?[0x1]vH[0x80][0x85][0xad]b[0xf1]^[0x5]o[0xb9]L[0xb][0xb][0x9c][0xa0]H[0xd0][0x12]V[0xad][0xf9]1[0xdc]c[0xc5]8HQ[0x99]"[0x96][0xc4][0x19][0x8a][0xe5][0xd9]c[0x9][0x9c][0xc7]3[0xf8]`8[0xfa][0x1f]PK[0x7][0x8][0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonObjectBuilderImpl.class[0x9d]XyXT[0xd7][0x15][0xff][0xbd][0x99][0x81]'[0xc3]S[0x90][0x0]:DY[0x94][0xe8][0xc8]"[0x89][0xd1][0xc6][0x6]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8][0x15][0x1c][0xc0][0xb0]Y[0xb4][0xad]y[0xc0][0x3][0x9e][0xcc][0x96]YP[0xd2]4K[0x9b]f1][0xb2]5[0xa9]m[0x92].Yh[0x9a][0x98][0xa8][0xd5][0x0][0x9a]F[0x93]6[0x9a]&[0xe9][0xbe][0xef][0xfb][0xbe][0xf7][0xbf][0xf6][0xfb]R{[0xee]}w[0xde][0xcc]0o[0xf4][0xe9][0xe7][0xc7][0x99][0xfb][0xee][0xbb][0xe7][0xfc]~[0xe7][0xdc]s[0xcf][0xb9][0xcf][0xd7][0xff]w[0xfc]%[0x0][0xeb][0xf1]o7[0xd6][0xe2][0x96]<[0xd4][0xe3]V[0x19][0xb7][0xb9][0xe1]4[0x1e]>[0x90][0xf][0x1d][0x1f]t[0xd3][0xe8]v&>[0xc4][0xc4][0x1d]L[0xdc])[0xe3].7[0xf2]q[0xb7][0x1b][0xfb]q[0xf][0x13][0x1f]f[0xe2]#L|[0x94][0x89][0x8f][0xe5]a[0x17][0xee]e[0xe2]>&[0xee][0x97][0xf1][0x80][0x1b][0xf][0xe2][0xe3]n[0x94][0xe0][0xee]|4[0xe0]![0xf6][0xf8]p>>[0x81][0x3][0xc][0xe4][0x93]n|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f]0[0xf1][0xa8][0x8c][0xc7][0xdc]([0xc7][0xa7][0xd9][0xf4]g[0xf2]q[0x3]>[0x9b][0x8f][0x8]>[0xc7][0xc4][0xe3]2[0x9e]`[0xd3]O[0xca]x[0xaa][0x88][0x88]?[0xe3][0xc6]*<[0xeb][0xc6]A<[0xc7][0xa6][0x9f]g6[0xf]1qX[0xc6][0x11][0x19]_[0x94]qT[0xc2][0xa2][0x8e]h([0xd8]=[0xb4]G[0x1b][0x8e][0xb5][0x7][0xc2]~[0x9]J{0[0xa8]EZ[0xfc]j4[0xaa]E%,[0x98]T[0xfd]q[0xad]S[\r]K([0xf0][0xed]Q'[0xd5][0x86]xL[0xf7]7[0xd0]D[0xa3][0x84][0xbc]^},[0xa8][0xc6][0xe2][0x11]MBc[0xfa][0xdb]M[0xc6][0xa3]_[\r][0x8e]5[0xf4][0xc6]"zp[0x8c]-[0x98]P#1[0xb5]a[0xf]A60[0xdc][0x1]f[0xbb]q3Yr[0xf][0xc5]GG[0xb5][0xc8][0xf6]P[0x88]([0xac][0xf4][0x85]"c[\r]c[0x8c][0xc2][0xa8][0x1e][0x1d]7[0xd6][0xab]a[0xbd][0xa1][0xd9]\D*[0xb9][0x9b][0xf4][0xa0][0x1e][0xdb],a[0x95][0xd7][0xc6][0xfa]5[0x3][0x12]\-[0xa1][0x11][0x8d][0xf9][0xa1][0x7][0xb5][0xae]x`H[0x8b][0xf4][0xa9]C~[0x9a])[0xf2][0x85][0x86]U[0xff][0x80][0x1a][0xd1][0xd9][0xb3][0x98]t[0xc5][0xc6]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x8d][0x95][0xf1]d[0xd0][0x9a][0xe3][0xba]D[0x8b][0xb0][0xd8][0x11][0xa7]k[0xbd][0x99]N[0x1a][0xeb][0x1a]mr[0xcc][\r][0xf1][0xe5][0x12]w[0xfd]L[0xd1][0x96]&[0xe9]r[0xd0][0x1b][0x8a]G[0x86][0xb5]6[0x9d]5[0xa9]2[0xcb][0xde][0xbb][0x96])+[0xd8][0x88]9[0x5]o[0xc3]U[0x12][0x96]$cG[0xed]~B[0x1b][0xd9][0xaa]F[0xc7])[0x1c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6][0xe1]J[0x5][0xc7]1[0xa1]`[0xf][0x13][0x93][0xd8][0xab]`[0x1f][0xa6][0x14][0xc4][0x10][0x97]P[0x95][0xa5][0xdb][0x1b]$[0x19][0x14]C[0xd9]+[0xe3][0x84][0x82][0x17][0xf1]%&^b[0xe2]$[0x13][0xa7][0x98]xY[0xc1]+[0xf0])[0xf8]2[0x13]_[0x81]OBy[0xd2]3V[0x1c][0xb6][0x87]t[0xaa][0xcc][0x91][0xd6]}[0xc3]Z8[0xa6][0x87][0x82]2^Up[0x1a]g[0x14][0x8c]bL[0xc1]k8#[0xe3][0xab][0xec][0xe1]u[0x5][0x1a][0xde][0x90][0xf1][0xa6][0x82][0xaf][0xe1][0xeb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbe][0x81]oJ[0xb8][0xca][0xee]u[0xa4]:[0xfd]f[0xc7]h7+[0xf8][0x16][0xbe][0xad][0xe0];[0xf8][0xae][0x82][0xef][0xe1][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x80][0x1f]J([0x9c][0xbf][0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0x84]7([0xcb][0x93]1[0xec][0xe6]LU:[0x9c][0x85][0xcd][0xa1]P,[0x1a][0x8b][0xa8][0xe1]N-6[0x1e][0x1a][0x89][0x16][0xe4][0xe2][0xc7][0x85][0x98]*[0x90][0xf1][0x13][0x5]?[0xc5][0xcf][0x14][0xfc][0x1c][0xbf][0x90][0xf1]K[0x5][0xbf][0xc2][0xaf][0x15][0xfc][0x6][0xbf]U[0xf0];[0xe6][0xdd][0xef]qF[0x82][0xd7].[0xfd]4Z[0xdd][0xe2]RT~[0xee]cO[0xcd][0xc9]:[0xaf])[[0xd3][0xce]R[0xda]3[0x1d][0xc4]4_[0xdb]is[0xd4]X[0x88][0xac]9[0xbd][0xfc]JF[0xa7][0x89][0xd7][0xa5]l[0xb9]a[0xdc]%[\r][0xd2][0xb][0xc7][0xb4]XrN[0xc2][0x15]^[0xdb][0xed][0xdc]Pi[0xcc][0xd4]9Gs6u[0x96]y[0xad]Zm[0xca]k[0xab]n[0x9a][0xf2][0xda][0xaa]a[0x9a][0xaf]]}=[0xfd][0xad]T[0xe0][0xda][0x9a]|[0xbd][0xf4][0xeb][0xea][0xea][0xf7]QZWd[0x9]G[0xa7][0x16][0x8d][0xaa]c[0xec][0xe3][0xa1][0xbc][0xbb][0xb9][0xa3][0xb9][0xbf][0xdd][0xb7][0xa5][0xb5]g7[\r][[[0xfa]v'[0x1e][\r][0x13][0xc5][0xbc]&g[0xdc][0xc0][0x96][0xa7][0xe8]5[0xf5][0xf4]4[\r][0xce]S[~[0xce]VB5[0xc2][0xaa][0xd4][0xf3]%[0x8d][0xfc]s![0xb3][0xd2]X[0xd5][0xf3][0x92]dJ[0xb4][0x84][0xfc]~[0x9a][0xa4]#[0xc0]>[0x89][0xb4]@86[0xc5][0xb3]hq[0x82][0xca]GQA<[0x18][0x8][0x8d][0xe8][0xa3][0xfc]v[0xcd]WUf[0xb4][0x90][0xc][0xa5][0xdc][0x9]m[0x8a][0xe7]a[0xba]E[0xa3]k,[0xd0][0xcd][0x8c],M{[0x9d][0xc8]T[0xd6][0xe1][0xc7][0xd5]h[0x97][0xb6]/[0xc6][0x93]v'[0xbb][0xe0][0xf2][0x87][0xf4][0x0][0x9b][0xae]9)K[0xdd][0xf8][0x3][0xfe][0xc8]>W[0xff][0xc4]Z[0xef]0+F[0xfc]*o[0xfb]s[0xc7][0xfa][0x82][0x93][0xe0]6[0x1a][0xf][0xf2][0x80]Q[0xec][0x82][0xd1]x[0x80][0xe7]Q[0x9e]>[0xba]=[0xa2]E[0xb5]`l^P2[0x17][0xb3][0x83]WfA[0x85][0xc2][0xd5]O[0x1a]Dy\[\r][0x8e][0xb0][0x86][0xd0]m[0xb1][0x9f]v>-[0xb2][0xdf][0xee][0x9d]t[0xe0][0x93][0xfd]7[0xcd][0xae][0xbd][0xcc])N[0xc9][0xdf][0xae][0xa6][0xce]V[0x91][0xb6]%)[0xd3][0x3]M[0xbe]~c^[0xc6][0x9f][0x15][0xfc][0x5]Wp#[0xde]'aE[0xd2][0x9e][0x1e][0x9c][0xc]Mh[\r]>[0xde]?[0xa9][0xda][0xaa][0xa3][0xea]0[0xed][0xf6][0x14]5[0xf8]@[0xf2]I[0xc6]?)[0x1a][0xbe]Ph"N[0xb9][0xf6]f*ka[0xc0]([0xd4][y[0xbc][0xa2][0xd5][0xc6]J[0x8b][0xdd][0xcb][0xa6][0xc8][0xbe][0x10]/[0xee][0xa5][0x1]yn[0xdd]5[0x99]o[T[0xbf][0xbf][0x97]r[0x9e][0xae]B[0xff][0x92]p[0x99]-[0xd2][0xba][0xac][0xd5]:TR[0xaa][0xaf][0x85][0x84][0x6]8[0xe8][0x1f][0xdd][0x2]h[0xbc][0x1e][0xa0][0xf1][0x6][0x14][0xb1]K[0x3][0x8d]K[0xe9]o#[0xde]No[0xae][0xa6]Q[0x1b]_[0x9][0xb8]kf [0xd5][0xd4][0x1e][0x83][0xe3]0_[0xdf]Hr[0x11][0x9c]$W[0xc3][0x5]/[0xf2][0xb0][0x6][0x9b][0xb8]6_[0x8d]k[0xb0][0x19][0xe0]#fU[0xe2]6[0xaf][0x15]6[0x3][0xa4][0xc7]4+[0xb8][0xcd]:[0xb2]Ys[0x2][0xce][0xc1][0x19][0xb8][0x8e]![0xa7][0xe6](rj[0xe7][0x90][0xeb]@[0x12][0xa8][0x14]9$k[0x9][0xa8][0xe][0xec][0x9d][0x8a][0xc9][0x89]rr[0x82][0x1]V[0x1a][0xa6]L[0xc0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc][0x3]M[0x1c][0xb0][0x82]C;8t3[0xfd]2[0xe8][0x1b][0x5]t[0x99]%t[0xed][0xc]d[0x86][0xea]LA[0xbd][0x82]P[0xd7][0x11][0xea][0x95][0x84][0xba][0x1e][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T[0x12][0xb5][0xcc]D-C[0xb][0xf]&[0x1b][0x19][0xa8][h[0xac][0x88][0x99][0x16][0xb4][0x9a][0x81]n[0xa3][0xd1];[0xb1]U[0x84][0xe2][0xdd][0x82]O[0x11][0xc3]^PS7[0x83][0xbc][0x9a]Z[0x92][0xee][0x9a]C[0xa6][0xf7]E[0xc4][0x0][0xb4]!9[0xa4][0xe1][0xa6][0x99]Bb[0x90][0xe4]Pdr(B;:8b[0x11][0xb6][0xc1]G[0xda][0xc][0xa9]S [\r][0x93]>[[0xef]IE:[0x81][0xfc]A[0x1a])V[0x80]M[0xa4][0xd0]L[0x80]-XB[0xce]$[0x1]=&[0xa0][0xc7][0x4][0xf4][0x10]`[0x87][0x0][0xec][0x12][0x80][0xbb][0x85]k%i[0xae][0xcd]b[0xa1][0x15]X;[0x81]u[0x10][0xd8]6\B[0xcc][0x93]`%&X[0x89][0x9]VB[0xab][0xba][0x5][0xd8][0xf6][0xf3][0x80]-[0xb2][0x2][0xbb][0x8e][0xc0]z[0x8][0xac][0x97][0xc0][0xfa]l[0x80]]'[0xc0]z[0x4][0xd8][0x80][0x0]+4[0xc0]j[0x97][0xcd][0xa2] [0x1d][0xc7]8[0x19][0x83][0x84][0xb3][0x93][0xc6][0xbb]R0[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x8c]B[0x13][0xa3][0x90]0z[0x5]F[0x9f][0x89][0xe1][0xe2]\[0x13][0x18][0x95][0xb3]([0xb4][0xc2][0xb8][0x9e]0T[0x1a][0xf][0xd9][0xc0][0xe8][0x17][0x18][0x3]Y0[0xbc][0xb3]Xl[0x85]1F[0x18][0xe3]4[0xd6]m`[0xec][0x10][0x18][0xef][0x12][0x18][0xf7][0x8b]Xy[0x12][0xb1]:[0x80][0xbc]#([0x9a]F[0xee][0x11]\[0x92][0x0]s[0xa6][0x80][0x5][0x9],D)[0x17][0xb6][0x91]r[0x83][0x4][0xb6][0x93][0xc6][0xf5]p[0x9c][0xc5]b8e[0xd4][0xcb][0xa8][0x96][0xe0]0[0x6]g[0xe9][0xb5]9'[0x6]2[0xed][0x86]D[0xc7][0xee]=[0x82][0xdf]6[0x2]`%[0xa2]@[0xf0];[0x82]b[0xab][0x10][0xc4][0x89][0xd5]$[0x16]boJ[0x91]+0Y[0x15][0x8]V[0xcc][0xf1][0xf7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3][0xfb][0x84][0xe3]U[0xdc]p[0xdd][0x19],:[0x81][0x92][0xc1]Y[0x94][0xce]`[0xc9]I[0xca][0xcd]9,[0x95][0x90][0x1e][0x0][0xa3][0xe0][0xdc]D[0xf2][0xfd]Tpn[0xa6][0x82]s+[0x15][0xb1][0xdb]R[0x2]QeBV[0x99][0x81][0xa8][0xa2][0xe4][0xbf]^[0x4][0xc2][0x9][0xa9][0x98][0xb3]P[0xcf][0xc3][0xc2]c[0xb2]([0xb3]fq[0x7][0xc9];[0x89][0xc5]][0xc4]b?[0xb1][0xb8][0xc7][0x6][0x8b][0xa1]t[0x16][0xc3][0x18][0x11],n[0x17]A^W;/[0xc]T[0xeb]i&[0xb3][0xfa]Shx[0xb]H[0xa1]U[0x86]\[0x92][0xf7]R[0xc2][0xde]G[0xf1]~[0x80]h>H[0xa0][0xf][0xe1]r<[0x9c][0xb2]'[0xeb]Lj[0xeb]xX$N[0xc8][0x5]G[0xc1]b[0x1a]k[0xe6][0xb6]w[0x89][0xb6]&[0xea][0xae][0x81]z[0xa9][0x3];2v[0xfe][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc4][0xa3][0x94][0xda][0x8f][0xa5][0xa0]d[0xd6]\[0x89]}[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdb][0xfb][0x19][0x1e][0xfd][0xae]6[0xdc][0xcb][0x9b][0xc5][0xb2]i[0x8a]0=[0xcc]b[0xb9][0xaf]F"7O[0xa0]|[0xb0][0x96]f[0x1c]3[0xa8]8[0xc4][0x9]&#[0xff]8d[0xf0][0x8d][0xde]'[0x15][0x10][0xc][0x8b][0xa1]F[0xae]VJ[0xe8][0xa4][0xcd][0xaf][0x92][0xd0]U?[0x87][0x15][0x12][0xe]`;[\r]VJ8[0x85][0xea][0xab]][0xb5][0x1e][0xd7][0x1c].#[0xb5][0x1c]O[0xce]i[0x94]{r^[0xc6][0xaa][0x3]([0xf5][0xe4][0x9c][0xc2][0xaa][0x1a][0x8f][0xeb]8[0x11][0xc1][0xb][0xf0]Nc)s[0xcb][0xe3][0xf2][0xb0][0x8d]s[0xcc]b[0xcd][0x1c]j[0x9c][0xd8]1}[0xf6][0xe0]a[0xd3][0xab][0x15]X@[0xf2][0x19][0xe2][0xf4],[0x8d][0xf]R[0xb][0x8e][0x9a][0xd9][0xf3]T[0xe6][0x8f]P[0x9a][0x1e][0xa5]$9[0xc6]=\O[0xde][0xd7][0x91][0x7][0xdb][0xe0][0xa7][0xd1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xba]-[0x4]([0xb4][0xac]>if[0xb8]5[0xd1]fe:fA*[0x13]F[0x9b]5b[0xa3][0x89]6k[0xbc][0xb][0x8b]\,[0x83][0xeb]-,[0x92]q[0x83][0x8c][0xc8][[0xb8][0x86]W[0x80][0xb5][0xff]A[0xf1][0xe9][0xbd][0xd1][0x90][0xa3][0xf4][0x17][0xa3][0x3]nl^[0xc4][0xbc][0x9b]X[0xe7]f[0x9d][0xe1]a[0xf2][0x96]`[0xb4][0x94]Y[0x82][0x9d][0xa3]1m,^[0xcc]r/I[0x1c][0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0x9d][0xc5]Q)[0xa2][0xe1]$[0x15][0x16][0x3][0xbf]_[0x1c][0x95][0xc2][0xe4]Q[0xa9]eG%[0x9]h[0xa4][0xe5]I[0x82]=E[0x7][0xe1][0x95][0x94][0xec][0xc8][0xac][0xc9][0x2][0xa2][0x80]^[0xef][0xc3]Tv[0x88]:+[0x88]W[0x9][0xe2]4A[0xbc][0x96][0x5][0x82]mT[0x12][0xa2][0xd0][0xc1][0xee][0xee][0x2][0xa2][0x87]T[0x99][0x89]b#fi[0xc9][0x91][0xbc][0xd6][0xe5][0xf2]p[0x1c]J[0x9]W[0xb1]i[0xbe][0x98][0xef][0xbe][0xc4]G7[0x11][0x10]Ur[0xaa][0x8a]L[0xf3]f[0xba][0x92][0xb1][0xb0];([0xd4][0xf5]t[0xfc][0xcb][0xf0]W[0xfc][0x3][0xa3][0x86]0-[0xce][0xc2][0xe7]i[0xed][0xd3][0xf8][0x2][0x9e][0xfe]?PK[0x7][0x8]a_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonParserFactoryImpl.class[0x95][0x95]}O[0xd3]P[0x14][0xc6][0x9f][0xbb][0x8d][0x95][0x8d][0x8d][0x97][0xe9][0x90]7[0x15][0x4][0xe6]^[0x90][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""(C[0x4]&([0x6][0x5][0x9c][0x90][0xf0][0xe7][0xdd][0xe8]Fqk[0x97][0xae]3[0xe1][i"[0xc1]H[0xe2][0x7][0xf0]C[0x19][0xcf]m[0x9b][0x1]c]j[0x96][0x9d][0xde][0x97][0xf3][0xfc][0xee][0xb9][0xf7][0x9e][0xd3][0xfe][0xf9][0xfb][0xeb]7[0x80][0x5][0xbc][0xb]#[0x8a][0xb9]0[0xe6][0xf1],[0x84][0x8][0x16][0x84]y.a1[0x8c].,[0x9][0xf3]B[0x98][0x97][0x12][0x96][0xc3][0x8]!+[0xcc][0x8a][0x84]W[0x12]V%[0xbc]f[0x8][0x16]u[0xad][0xa4][0x96][0x19][0xfa]vN[0xf9]W.7L[0xb5]"[0xe0][0xb5],C([0xaf][0x96]5n6[0xc][0x85]a[0xea][0xe6][0xec][0x8a][0xdd][0xad]p[0xad],[0xe7]MC[0xd5][0xca][0xd9][0xf4]*I[0xc2][0x85]F[0xa9][0xa4][0x18]{[0xba]^a[0x98][0xdc][0xd1][0x8d][0xb2]\[0xae][0xf0]z[0xbd][0xa4][0xd6]O[0xe4][0xd3][0xba][0xae][0xc9][0xbc][0xa6][0xca][0x1b]M'[0x92][0x4]WTM5W[0x19][0x12]I[0xf][0xfe][0xa9]C[0x86]@N?VD[0xc0][0xaa][0xa6]|lT[0xb][0x8a][0xf1][0x99][0x17]*4[0x12][0xdb][0xd1][0x8b][0xbc]r[0xc8][\r]U[0xf4][0x9d][0xc1][0x80]y[0xa2][0xd6][0x19][0xd2][0xed][0xe0][0xef][0xc9][0xec]q[0xa3][0xae][0x18][[0xbc]h[0xea][0xc6][0xd9]v[0xb5]&b[0x8a][0x14][\r][0x85][0x9b][0x8a]=[0xc5]0[0x9f][0xb4][0xb7][0xab][0xea][0xf2]'[0x85][0x1f]+F6E[0x3]_[0xb8]ar[0x9b]S7[0xc9][0xbf]z[\r]'[0xf6]eX[0xae][0xc][0xfd][0xad]b[0x86][0xa5]+[0xe0][0xb6]Vk[0x98]yK[0xef][0x85][0xea]S5[0x86]x[5[0xc3]~{[0xac]=[0xa8][0xd1]h[0xf1]DpL9g?[0xbd],(9[0x1a][0x86][0x11]w[0xe][0xc3]r[0xf2]&J0[0xd6][\r][0x83][0x9f]yY[0xa3][0x8b][0xb]O[0x86]!7[0x6]CoY1sV[0xa6]nk[0x7]u[0xba][0xd6][0x81]d[0xea]V[0xc2]&Z[0xc7][0xdc][0xd2]4[0xdb]&[0xda][0xdd][0xc2][0xa9]R[0xf4]t$A[0xdd]re[0x18]v[0xa5]P%[0xe4][0xf5][0x86]QT[0xb6]T[0x91][0x83]#m[0x13]mV[0x4][0x17]A[0x1c]k[0x12][0xd6]#[0xd8]@:[0x82]>[0xf4]Gp[0x7]w[0x19]&:[0xe6][0xab][0xd0][0xb]iN[0x98]7[0xc2]l[0xd2][0xfe]]$[0xb4][0xf5]FQ[0xd4][0xb1][0xad][0x15][0xde][[0xc2][0xbc]eHz[0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca][0xe3][0xab][0xb3][0xdc]u[0xe]`[0xba][0xf3]Y9r[0x6]R[0xd4]m[0xfc][0xea]nrz[0xa5]B[0x4]U[0xd7][0xa8]4[0xbb][0x95]j[0xcd]<[0xa3][0xeb]bX[0xbc]Ui[0x1e][0xdf][0x9]Y[0x97][0xd4][0xf7][0xa6]>[0xf8][0xdf][0xc2][0xf1][0xc8][0x1d]u[0xaf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a][0x1d][0xeb][0x90][0x85][0x87][0x18][0xa7][0xf7]x[0x14][0x94][0xf9][0xf0]!&[0xf2][0x82][0xda][0x3][0xf4][0xc6][0x17][0xbd][0x98]H[0x11]jK[0xf4][0x8f]c[0x90]f[0xee]Qk[0x9f][0xe6]|[0xf4][0x1c]H_[0x80][0xa5][0xc2]w[0xe]:s[0x8e][0xc0]wK6D6[0x86][0x0][0xd9][0x4][0xd9]I[0xf4][0xe0]1A[0x93][0x18][0xa6][0x91]A[[0x88][0x11][0x8c][0x2]VK,[0xc0][0xe8]7[0x86][0xfb][0xe]~[0x9d]T[0xc2]+z[0x89][0xae][0xa3]L[0xfa][0x7][0x2][0x17][0x8]~k[0xa2][0x83][0xe4][0x6][0xcc]\[0xc3]E[0x9b][0xb8]([0x1e][0xe0][0xa1][0x83][0x1b][0xef][0x80][0x93]Zqs.[0xb8][0x9]r~z[0xf6]Z[0xb8][0x19][0x9b][0xd7][0xdd][0xca][[0xb4]x[0xe3][0xb6]g[0x93][0xd7][0xeb][0xf0]Dk[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3][0xa4][0x10][0xe4][0x84]C~E[0xde]b[0xfd][0xd0]%BG[0x99][0xb][0x84][[0xa1][0xd9]kA[0x86][0x9a][0xd0][0x10][0x1d]o[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "2[0x85]4[0xcd][0x9][0x94]l[0xf5][0x81].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcf][0xdf][0x8a]Y[0xb3]0[0x11][0xdb][0xc1][0xc1][0xd8][0x17][0x9e][0xb1][0xe2][0x99]q[0x89][0xa7][0xa7][0x15][0xb4][0xe9][0x12][0xcf][0x13][0xcc]Z[0xeb][0xcb][0x96][0xff][0xd3]PK[0x7][0x8][0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$1.class[0x8d]U[o[0x13]G[0x14][0xfe]&^g[0x13]{[0x13][0x2]i[0xd2][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x84][0xe0][0x80]/[0x5][0x93]B[0x3][0xad][0xc3][0xc5][0x4][0xa7]88&[0xc2]m$[0xfa]RM[0x9c][0xc1][0xd9][0xb0][0xd9][0xb5]f[0xc7][0x11][0xf9]+[0xbc]"[0xf1][0xc4]C[[0xb5] @\[0x1e][0xa8][0xa8]@[0xf0][0x93][0xaa][0x9e][0x99]uI[0x82][0x82][0xb1]%[0xcf][0x9c]s[0xf6][0xcc]w[0xbe]s[0x99][0xdd]7[0xff]>y[0xe][0xe0][0xc][0x16][0xfb][0x91][0xc0][0x89][0x4][0x92]8i#" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9f]@[0xc][0xa7][0x12][0xc8]aJ/[0xdf][0xf6][0xe3]4[0xce]h[0xe9][0xbb]$[0xa6]q[0xd6][0xc6]9[0x1b]?0[0xf4][0xaa]U7L[0x9d]b8Z[0x9]d#[0xdf][0xf0]x[0x18][0xde]r[0xc3][0xd5][0xfc]Z[0x18][0xf8][0xf9]yZ[0x16][0xb9][0xc][0x85],[0xaf]7[0xbd][0x2][0xb9][0xcf][0xb8][0xbe][0xab].0[0xa4][0xd3]][0xf8][0xcf][0x97]3K[0xc][0xd6]l[0xb0]"[0x18][0xf6]T\_T[[0xeb][0xcb]B[0xfe][0xc4][0x97]=[0xb2][0xec][0xab][0x4]u[0xee]-q[0xe9]j[0xbd]m[0xb4]4![0x6][0xa7][0xec][0xfb]B[0xce]jxA[0xea][0xe4][0xe7][0xa3][0xa5][0xa6][0x88][0x9f][0xc5]e[0x83][0x92]a[0xf3][0x91]8Eb[0x99][0xa1]O[0xc9][0xcd]Z[0xd3]s[0x15][0xc3]X:SY[0xe3][0x1b]<[0xdf]R[0xae][0x97]7F![0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "$[0x1d][0xee][0xaf][0xb9][\r][0x9f][0xab][0x96]$[0x1a][0xa7]?[0xe5]7C[0xe6][0xdb]\*[0xbe][0xc5]a[0x89]{-Q[0xb8]@[0x8][0x9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "T\[0xd9][0xe0]~[0x9d] [0xc6][0xd3][0xdb][0x10]n[0xb5][0xfc][0xba]r[0xe9][0xc0]l[0xe0][0x87][0xad]u![0xb][0x99]_[0xa8][0x9c][0xdc][0x18][0x19][0xe]vte[0x18][0xdd]Y[0xaa][0xcd][0xe6][0xff][0xe5]:[0xd7][0xe9][0xe0][0xcc][0x89]Nd[0x7]j[0x8a][0xd7]o/[0xf0]f[0x1b][0xaa][0xd0][0x91]o',[0x9d][0xca]pq9T[0x92][0xf2][0xd9]V+[0x86][0xb9][0xdd][0x8b][0x18][0xa6]v[0xf1][0xee]\[0xd9]Z[0xd0][0x92]u1[0xe7]j[0xa6][0xc3];;R[0xc7][0xa0][0x1]+[0xf9]u/[0x8]][0xbf][0xb1] [0xd4]j[0xb0]b[0xa3][0xe0]`[0x6][0xe7][0x1d]8[0x18]p0[0x8][0x1a][0xdb]C[0x86][0x8e][0xc7][0xfd]F[0xbe][0xda][0xf2][0xbc][0xc5][0xc0][0xf5])z[0xe9]N]4u[0xb6][0xda][0xeb][0xa2][0x83]K(:[0xb8][0x8c]+6[0xe6][0x1c][0xfc][0x88][0xab][0xe][0xca][0x98][0xb7]q[0xcd]A[0x5][0xb]tU[0xba][0x98]E[0x1b]U[0x86]l[0xf7][0xc9]3[0x1c][0xf9],*[0xc3]`C[0xa8][0xa2][0x94]|[0xb3][0xa6][0xa4][0xe0][0xeb][0xc][0x7]v[0x8c]ih[0xac][0xf9][0xe8]![0x15]-[0x9e][0x8e]n`,[0xad]W{[0x95][0x87]UqG[0x19][0x9d]:f[0xf9]F[0x89][0x97]6[0x84][0xaf][0xf4][0x8d][0xce][0xec]l@[0x1b]m[0x8b]C[0xca]x[0x16]l\gHu[0xe3]JW[0xaa]T[0xbd][0xf2]k[0xf1][0xc6][0x8d][0xe2]M[0x86]c[0xdd][0xc1][0xd3]u[0xa5],M[0xe7][0x19][0xf6]Ljk*([0xf9][0xe][0xe3]j[0xee][0x96][0xee]*[0xc3]H{[0xae]M[0xd7][0xaf]/[0xaf][0x89][0xba]*[0xe8]z[0x8c][0xee][0xde][0x1d]3$[0x9d]xb[0x1c][0xfa][0x1d][0xb][0xb0][0xa1]!=Z$[0xc5][0xe8]?[0x88]=`[0x18]"[0xe9]gX[0x88][0xd3]>[0x90][0xcd][0xfd][0x5][0x96][0x1d][0x1f][0xb1][0x1e][0xa1][0xe7]w2[0xf4]`/[0xad][0xbd][0xe4][0x6]<[0xc3]>Z[0xb3][0xe4]J[0x8e][0x18][0xc6][0x8]`$[\r][0xc8][0x8c]4[0x8a]/[0xe9][0x84][0x96][0xbe][0xc2][0x18][0xf9]Q5p[0x80],:[0xc4]7[0xa4]i[0xaf][0x1e][0xf6][0xdb]G[0xb8]/[\r][0xae][0x13]=m[0xe3]~m[0xe4][0x83]d;[0x84][0xc3]m[0x84]{[0xb4]k[0xf4][0xe9][0xdc]k$[0x9f]"v[0xf3][0x11][0xac][0x17][0xd9]?[0xc1][0x1e]"~[0x17][0xf1][0xd8][0x83]H[0xee][0xfd][0x3][0xf6]}[0xad][0xe6]"[0xbd][0xef]1[0xfa]{`=[0xa0][0x93][0x96][0x89]:[0x81]>Z_[0x91][0xf6]7E}M[0xac][0xff]![0xbe]o0[0x89][0xb7]8[0x8e]w[0xf4]Yzo[0x18][0x8d]F[0xd1]>d:Me[0xb0][0xd5][0x96][0xa3]$[0xa5]H[0x8e]#[0xe6]$[0x7][0xdb][0xc4]'[0x9]<[0x92][0x8e]#m[0xf6][0xc][0x15]N[0x13][0xc8]Q![0xbe] i?u [0x81][0xe8][0x97][0xc4][0xf7]8f[0xe9][0xcf]][0x9][0xb3][0x97][0xc6][0xfe][0x3]PK[0x7][0x8][0x19]sp:\[0x3][0x0][0x0][0x1e][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$2.class[0xad]V[0xdd]S[0x1b]U[0x14][0xff]][0xb2]aIXh[0x80][0x82][0x5][0xfa]Am[0xda][0x86][0xf0][0x91][0x16]QkC[0xb1][0x90][0xa6][0x1a][0x9a][0x4]$[0x94][0x16][[0xc5]KX[0xc2][0xc2]f7[0xee]n[0x98]2[0xfd]O|[0xd7][0xa7]>[0xa8][0xa3][0xa2]2[0xa3][0x8f][0xce][0xf8]/8[0xe3][0x83][0x8e][0x8e]::[0xea][0xf8][0xf1][0xd4]qL[0x88]ww[0xc4][0x92][0x94][0x91][0xf6][0xa3][0x19]S[0x8d]x[\r][0xd3]222[0xee]2[0xd4];[0xcb][0x9a][0x1d][0xbc][0xc2]p!iZ[0xb9]HN[0xe7][0xb6][0xbd][0xa4][0xd9][0xcb][0x91][0x15][0xdb]4"[0x13][0xb4]Lq[0xcb]V[0xad]D[0xbe][0xa0]G[0xc9]|D34g[0x94]![0x14]:[0x82][0xfd]D[0xa2]w[0x96]A[0x8a][0x99][0x8b]*[0xc3][0x89][0xa4]f[0xa8][0xe9]b~A[0xb5]f[0xf8][0x82]N[0x9a][0xd6][0xa4][0x99][0xe5][0xfa],[0xb7]4[0xb1]/+%[0x1][0x88]AI[0x18][0x86]j[0xc5]Dx[0x95][0xb6][0x17][0xf][0xcf][0x16][0x1c]"|[0x12][0xb7]rT[0xc][0x9b]([0x89]WIL048[0xd6]z[0xa6][0xa0]k[0xe]Cg[0xa8]7[0xb9][0xc2][0xd7]x[0xa4][0xe8]hz[0xc4]U[0xaa][0x16]wL[0x8b][0x9c]}[0x19]-gp[0xa7]h[0xa9]2[0xee]1x[0xe3][0x6][0xf9]1<[0xdc][0xcf]e[0xa4]B[0x9d][0xe2][0x85][0xa0]k_V[0xea][0xdc][0xc8]E2[0x8e][0xa5][0x19][0xb9](iV[0xb9][0xe5][0xf0][0x1d][0xd4][0xb3]\/[0xaa][0xd1]Q[0xfa]0[0xf8][0xc9]ilq[0x8d][0x1b]Y[0xaa][0xbe]'T[0x11]s[0xa9]hd[0x1d][0x8d]\b[0xa6]a[0x17][0xf3][0xaa][0x15][0xed]}[0x9d]Z[0xc0]]%[0xc3][0x99][0x3]M[0xa9]r*cN[0x94][0xb1][0xa6][0x1a]T[0xf9][0xa5]j[0x18][0xb6]c[0xa9]<_[0xc1]a[0xd0][0xb5]#?[0xcf][0xaa][0xba].[0x9a][0xb3][0xa7][0xe][0x8a][0xb5]&[0x80]3[0x9c][0xda][0xaf]$[0x86][0x8e][0xea][0xa6][0xae][0x17][0xb6][0x1a][0xcb][0xf][0x82];2p,\6e[0x1c][0x9e]]%7[0xa7][0xc][0xa2]k[0xf1]@F[0x8f]%[0xaf][0xe8]J[0xdb][0xd8][0x2]1J[0xad][0xa9]8[0x1f][0xc]f[0xed][0x83]c[0x7]kX[0x1f][0xd3]i[0xca][0x98]E+[0xab][0xde][0xd6][0x4][0xe5]m[0xd5]7dP[0xc4][0xa2][0x8b][0x18]7[0xb2][0xba]iS[0xac][0x94][0xea],[0x9b][0x8b]2[0x1e](x[0x88]7[0x14][0xb4][0xe1][0xa4][0x82]v[0xbc][0xc9]pv'm[0xba][0xa8][0xeb]S[0xa6]f[0x10][0xcc][0xf8][0xa3][0xac]Z[0x10][0xfc][0x9][0xab]y[0x5]o[0x81]+X@V[0xc1]"[0x6][0x15][0xa8][0x18]d[0xe8][0xda][0x3]o[0xdb]K[0xc6][0x92][0x82][0x1c][0x96][0x85][0xb7][0xa6]`EH[0xab][0xd0]e[0xe4][0x19][0xc2];[0xc5]oq#H[0xc8]h[0x84][M[0xe4][0xf3]EGt[0xb4]|#O[0xd6]R[0x8b][0xa8][0x94][0xc2]TP[0xc0][0xdb]4[0xcf][0x8e]00dXU[0x99][0xf]k[0x91][0xc][0x1a]Em5[0xda]$[0x83].X[0xf0]([0xf7][0x8b]![0xb0][0xbb][0xa3][0xc][0xe7][0xf][0xc5]J][0xcb][0xa9][0xce][0xe4][0xc2][0x8a]J[0x80][0xdc][0xc8][0xc][0xdd]Us[0xa9][0x9c][0xaf][0xf4]R\[0xd5]Pi[0xfa]zBb[0x95][0x97][0xb9][0x9d]V[0x1f]9[0xee][0x9e][0x8e][0xab]d[0xb8][0x9b][0x90][0x1b][0xe2]HS[0xc1][0x1f]O[0xdf][0x9a][0x9f][0x1c][0x9f][0x88][0xc7]fh[0xa0][0xde][0x89][0xcf][0xcd][0xa7][0xc7]Rq[0x86]s[0xfb]`O[0xa9][0xb6][0xcd]sbv7'[0xd2]3[0xf1][0xe9][0xf4]Xr>>==9M[0xed][0xdb][0x2]^=\[0xda]C{[0xb5][0x2][0xbb][0x8f]*[0xdf]b[0xaa][0x81][0xe4][0xd9][0xd2][0xc][0xea][0xda][0x8d][0xbd]r[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5][0xd7][0xbb]U[0x16]UU[0xad][0xf2][0x9a][0xb4]p[0x1b]S[0x16][0xee][0xe0][0x9e][0x85][0x19][0xdc]71ka[0xe][0xf][0xe8][0x8a][0x1c]a[0x6]M[0x91][0xc7]+[0xeb][0xa2],[0xf3]Js[0xcf][0xc1][0x1d]4[0xf1][0x88]!}[0x14][0xa9][0xfa][0xa8][0x1b][0xb9]a[0x80][0xbe][0x93])[0xfa]d[0xb2][0xf6]v5 [0x84][0xe2][0xf4]oE[0x1b]h[0x94][0x8]=[0x85][0x81][0x84][0xb2][0xe4][0x86]?[0x80][0xe5][0x6][0xba][0x8d]][0xc4][0xde][0x91]![0x86]vZ[0x9b][0xc8][\r],[0x8e][0xe][0xc2]9rU[0xa1][0x9d]8[0xe]h[0xa4][0x8][0x99]F[0xdd][0xe8][0xa1][0x8][0x85]N[0xa0][0x97][0xfc][0xe8][0x13][0x84]>[0xb2][0xa8][0x14]#[0xb4]S^1[0xf6][0xf6][0x1f][0xde]&[0xcd][0x1b]q[0xc4][0xea][0xbc][0xa7]4>M[0xb6]3[0xe8][0xaf]3[0xbc][0xa6][0xa7]b[0xb7][0x87][0xbf][0xa3][0xe5][0xb][0xe2][0xcf]wa|[0xcb][0xbd][0x7][0xfb][0x88][0xc4][0x1b]$[0xe2];[0x11]nz6[0x1c][0x1][0xf3][0x13][0x9a]c0v([0xc4][0xd0][0xe9][0xfa]aR[0xba][0x14][0xc]F[0x92]Y+zX[0x1b]zY;[0x6]X[0x7]FY[0xa7][0x96][0x11][0x15]`[0xff])[0xcf][0xc6]Y[0xea][0x1e]M[0xee][0x1f][0x89][0xca]r[0x9e][0xd0][0xa0][0xe6][0x8d]Y-u[0xb1]i[0xda]E[0xe8][0x2].[0xea]g[0x6]Y[0xed][0x93][0xc3]0[0xba][0x8][0xf5]Q[0xd7][0x93][0x88]~)\[0xc7][0x90][0x91][0xc4]][0x14]0}[0xf7][0xe4]/PK[0x7][0x8][0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$4.class[0x95][0x95][0xdd]o[0xdb]d[0x14][0xc6][0x9f][0xb7]M[0xea][0xc6][0xf5][0xb6][0xec][0x83][0xd1][0x95]1:f[0xba]f[0x8c][0x19]F;>:F[0xdd][0xcc][0xdd][0xd2]:N[0xe7]|[0x8c][0xd2][0xa1][0xca]MM[0xe3][0xd6][0xb5]''[0xed][0xa4]q[0x8f][0x4][0xf7]H[0xc0]=[0x2].[0xd9][0xb4][0xa9] [0xb4];$@[0xbb][0x9d][0x4][0x0][0x12][0xda][0x1d][0xff][0x0][0xe2][0x1c][0xa7][0xa9]3[0xb1][0xb1]"[0xc5][0xcf][0xf3][0xfe][0x9c]s[0xce][0xfb][0xbe][0xc7]o[0x9c]_[0xff][0xfe][0xe1][0x1e][0x80]1\[0x93][0xf1][0x12]F28[0x8c][0x93][0x19][0x1a][0x8d]2[0xe6]$[0x9c]bx[0x99][0xe5]4[0xcb]+2[0xce]@[0xe3][0xa8]W34z[0x8d]1[0xc7][0xa3][0xb3],[0xaf][0xb3][0x8c][0xb1][0x8c][0xb3][0x9c]cy[0x83][0xe5]M[0x96][0xb7]X[0xde][0x96]0![0xe1][0x1d][0x1]M-[0xdf][0xf0]Z[0xf5]F[0xd1][0xb9][0xae][0xae]:kN[0xd4]r[0xd4][0xd5]f[0x18][0xa8][0xcd]V[0xe4]:[0xeb][0xea][0xc][0x8d][0xe7][0x9c][0xa8][0xe9]F[0xaa][0xb1][0xe9][0x6]-[0x81][0x9e][0x85][0x82][0xc0]xWZ[0x18][0xad][0xa8]+[0xbe][0xd3]l~[0xe8]5[0x1b][0xed]d[0xce][0xaa][0x84]kn[0xe0][0xdd][0xa4][0xc4][0x1d][0x12][0xe8]?_[0xf7][0xbd][0xc0]k][0x10][0xe8][0x1d][0xcd][0xd5][0x4]R[0xf9]p[0xd9][0x15][0xd8]gz[0x81]km[0xac]/[0xb9]Q[0xc5]Y[0xf2][0xe9][0xce][0x1]3[0xac];~[0xcd][0x89]<[0xe6][0xed][0x9b]{[0xca]-[0xa7][0xbe]F[0x93]n[0xb3]\[0xe]7[0xa2][0xba];[0xed]1[0x1c]L[0xd6]ZX[0xbf][0xee][0x9f]Yu6[0x1d][0xaa]l[0x4]u?lz[0xc1]J[0xd1]m5[0xc2]e[0x9][0x17]$L*[0x98]B^[0xc1][0x10][0x8e]([0xb8][0x8]C[0xc1]4.[0x9][0xc]q[0x8a][0xe6];[0xc1][0x8a]f[0x85][0xe5][0x8d]zc[0xda]s[0xfd]e#[0x8a][0xc2]H[0xc1]e[0xe]+[0xb0][0xcc][0xc0][0x90]`r[0x9]K[0xc1] [0x97](aN[0xc1][0x15][0x16][0x9b][0xa5][0xcc]Ra[0xa9][0xb2][0xd4]X[0xae][0xb2][0xbc][0xc7]2[0x8f]9[0x81][0x13][0xd4]5m[0xa7]k[0x1a]wM{t[0xfd][0xea][0x98][0x80]R[0x8][0x2]7[0xca]s[0x98][0xdb][0x14][0xc8]&[0xeb]+-[0xad][0xba]uz[0x1a][0xc7][0x9f]ZG[0xc2][0xfb][0x2][0xa7][0x9e][0x10][0xf6][0xd8][0x87][0x94][0xe9][0x1a][0xf7]m:[0xfe][0x6][0xcf][0xad][0x8d][0xe6][0x16][0xcc][0xdd]W[0x99][0xa0][0x87][0x93][0xaf][0xda][0xe6]|[0xde],[0x95][\r][0x81][0xd3][0xff]/W[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa3]e/p[0xfc][0xf8][0x98][0xd0]y[0xcb][0xc4][0xb5]Js[0x86]%0P[0xbe]R[0xd5]mc[0xbb][0xb0][0xdc]&[0xfe]J[0xc2][0x82]@[0xe7][0x14][0xb7]gh[0x9f]b[0xed][0xdf][0xa7]8[0xbd][0xed]9[0xde][0xd6]nR&x[0xe2][0x8a]nW[0x16]u[0xdb][0xd6][0xe7][0x5]Fv[0x9b][0xa6][0xb4][0xd3]JS3F[0xbe]B?[0x81]Yc~[0xd1][0xd2][0x8b][0xb4]v[0xa5][0xa6][0x9b]Uc[0xb1]\[0xb1][0xb][0xd6][0xa5][0x1d][0xb4][0xaa][0xc5])[0xc3][0xa6][0x9d][0xb5][0xb1]bW)t[0xa0][\r][0xd3][0xba][0x19]o[0xba][0x13]i[0x9a][0xd4][0x1b][0xc3][0xba][0xd8]Y[0x94][0xcc][0xe3][0xce]L[0xc3]Ok[0xb9][0xc0][0xb1][0xff][0xde]Cv[0x98]^1[0xcf][0xd2][0x8b][0xa9]';[0xc8]'[0x1d] [0x1f]b[0x7]m[0x4][0xcf][0xe1]([0xf9][0xf3][0x4][0xf7][0xd1]K#[0xe0][0xe1][0x16][0xc4][0xbd][0x1f][0xe5][0xdb][0xe8][0xb9][0xc5][0x9f][0xde][0xbb]H[0xa5]J_#5[0x1b]c[0x1f]a:A[0x89][0xb0]/[0xc1]~B)[0xc6]-d[0xe2]"[0xf2]-[0xfe][0xc][0xdc][0x85][0xd2])B[0xb8][0x87]0[0x9d][0xe0]^[0xc2][0xbe][0x4][0xf7][0x11]J[0x9]f[0x9][0xfb][0x13][0xdc]O[0x98][0xed][0x8a]>[0xc0][0xdc][0x15]~[0x90][0xb9]+[0xfe][0x10]s&[0xe1]g[0x98][0xe5][0x98][0xbf][0xc3]^dp[0x88][0xba][0x93][0xa6][0xce][0x9c][0xc0][0x8][0xf9]I[0x9c][0xc5]8[0xf9]9[0xe8][0xf4]VI[0xc3][0xa2][0xdf][0xfa]5[0xf2][0xf][0xd0][0xc0][0x1a][0xb9][0x8f][0x1b][0xb8]I[0xfe][0x11]>[0xc6]'[0xe4][0x9f][0xe2]3|N[0xfe][0x5][0xbe][0xc2]7[0xe4][0xdf][0xe2][0xe][0xb6][0xc8][0xbf][0xc7]O[0xf8][0x99][0xfc][0x17]<[0xc0]o[0xe4][0xbf][0xe3][0xf][0xfc]I[0xde][0x8b]c[0xd4]c[0x19]=[0xd4][0xf1][0xbf]`[0xe0]K[0xbc][0xc0][0xcf][0x86][0xae]a[0xba].[0xe3][0xe8]U[0x89][0xa2][0x8a][0x8f]J[0xed]1[0xf7]b[0xb1][0x9e]$4[0xcf][0xf1][0xb8][0xee][0x8b][0xb4]/ [0x5][0x95][0xf4]<]C[0xf4][0xcd]ard[0xfb][0xe9]O[0xe8]][0xe8][0x93][0x83][0xf4]_2[0x8b][0xe2][0xe4][0x91][0x0]PK[0x7][0x8]c[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.class[0xad]WYWSW[0x14][0xfe][0xce]I[0xc2][0xcd]pA[0xc0][0x19][0x11][0x3]F[0xc5][0x10]I@[0x6]g[\r]1[0x8][0x18][0x2]&[0x1][0x8b][0xd4][0xda]K[0x88][0x10][0x8][0x9]M[0x2][0xa2][0xd6][0x8e][0xb6][0xb5][0x83][0x9d][0xec][0xb0][0xf4][0xa5]O[0xc5][0x87][0xbe] [0xab]"[0xab][0xed]jW[0x1f][0xfa][0xd2]>[0xf4][0xad][0xa1][0xff][0xa1][0xab][0x85][0xee]s[0xef][0x5][0xe2][0xb2]6qiX[0xdc]3[0xed][0xe9][0xec][0xfd][0x9d][0xbd][0xcf][0xf9]u[0xe9][0xbb][0x1f][0x1]4[0xe1]K+[0xaa]p[0xd2]B[0x1f][0xbf][0x15]5h[0x17][0xbd]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "SVt[0xa0][0xd3][0x8a].[0x9c][0xb6][0xa0][0x19][0x1][0xb][0xba][0x11][0x14]s=V4[0xa0][0xd7][0x8c]3b[0x10]2#,[0x96]#b[0xd0]gE?[0xce][0x8a][0xde]s[0x16][0xa2][0x19][0x10][0xb][0xe7][0xcc][0x18][0xb4]R[0xfb][0xbc][0xf8][0x9c][0x17]3/[0x8][0x82][0xb][0x82][0xf4]E[0x9][0x8a][0x15][0x15]B_[0x3][0xa2]bmXBL[0xc].[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m#[0x82][0xa5]W[0xc2]([0x83][0xf5]b<[0x9d][0xc9][0xf6]+[0x89][0xa9][0x18][0x3];[0xc7]P[0x94][0x1d][0x8d]g[0x1c][0x1e][0x86][0x9d][0x81]Tz[0xc4]=[0x92]P2[0x99][0x8b][0xf1][0xcc][0xa8]{,[0x93]J[0xba][0xbb][0xe8][0xd3][0xab][0xa4]3[0xb1]t[0xe7][0xc4]d[0xe2]0[0x91][0x1f][0x89]'[0xe3][0xd9]c[0xc][0xbb]k[0xb][0xa0][0xdf][0xdb][0xcf]`[0xf4][0xa5][0x86]I[0xd7][0xba]@<[0x19][0xb]NM[0xc][0xc5][0xd2][0x11]e(A3[0xe5][0x81]TTI[0xf4]+[0xe9][0xb8][0x18][0xeb][0x93]Fa[0xe][0x83][0xec]M[0xa7][0x95][0xcb][0xbe]T2[0x1b][0x9b][0xc9][0xd2][0xb0]3[0x99][0x8c][0xa5]}BW[0x8c]V=[0xf9]U;r[0x5][0x90][0xdd][0xf2]H,[0x1b][0xa4][0xae]:[0x96][0xcc]J[0x18]g0[0xa9]][0x86][0xda][0xda][0xbd][0x81]1e\Ig[0x15]MP&[0x9b][0x8e])[0x13]9[0xf2][0x1c]*%[0x9]1eS[0xe3][0xb1][0xa4][0x84][0x4][0x83]E,G[0xc4][0x90][0xc1][0xf5]8s[0xd4][0xf5][0xf8][0x15][0x92][0xb0]:")[0xc5][0xe1][0xac][0x12][0x1d][0xef]V&W[0xb6][0x9c][0x19][0x8f]O2[0x18]j[0x85][0xb7]L[0xc3][0xb1][0xc9],[0xc5][0x89]uJ[0x98]`8][0x88][0x97][0xb][0xf0]F[0x83][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ">[0xe3][0x11][0x9f][0x6][0x86]][0x5][0xf1][0x10]\[0xc2][0xa9][0xa9]t4[0xd6][0x1e][0x17][0x86][0xae][0x98][0xa0]~L[0x99]Vd[0xec]A[0xad][0x8c]][0xd8]-z[0xc7]d[0xec][0x84]CBRF[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x93][0x12]^[0x92][0x91]FFF[0x16][0xad][0x12][0xa6]dL[0xe3][0x92][0x8c][0x19]\[0x96]q[0x5]W[0x19][0xe][\r][0xfa][0xfa]B[0x81][0x81][0x9e]^[0xd0]e[0xf][0x9f][0xe9][0xf3][0x86][0xfc]z?[0x12][0xea][0xc][0x9e]r[0xd9][0x83]}[0xdd]m[0xfe][0x90][0xcb][0x1e][0x9][0xf5][0xf9]][0xf6]vo [0xec][0x17][0x93][0x81][0xc0]y[0x19]/[0xe3][0x1a][0x99]4[0xe8][0xeb][0xe9][0xee][0xf6][0xba][0xec][0xaa] _[0xa0]'[0xec][0xa7][0xa5]W[0xd0]*[0xe3]U[0xbc].[0xe1][\r][0x19]o[0xe2][0xba][0x8c][0xb7][0xf0][0xb6][0x8c]wpC[0xc6][0xbb]he[0x90]46"}[0xf][0xef][0xcb][0xf8][0x0][0xfb]e[0xdc][0x14]L[0x1f][0xe2]#[0x19][0x1f][0xe3][0x13][0x6]w~[0x7][0xf5][0xc][0x8d][0xc5][0xa2][0xd9]U[0x90][0x16]?4[0x96][0xf1][0xa9]PwK[0xa8][0xab]2[0xb8][0xca][0xf8]L[0xb0]~[0x8e]K[0xc]{[0xf3][0xb3][0xae][0x1a] [0xe9]=[0x9]_08[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc1]4[0x83][0xb3]p[0xe8]R[0x8a]([0x0]4[0xc][0xd5]y[0xa9][0x8]WJ4[0x1a][0xcb]d[0x1c][0xcd][0x1e]B[0xe4][0xa9][0x82]RI[0xde]CFp[0xb5][0xe7][0xa3][0xa1][0x83][0x9b]$[0xf][0xe9][0xfb][0xa9][0xaf][0xcd]/[0xf5][0xa1][0xa3]k[0xf0][0xf7][0xb4][0x17][0xe4][0x86]&[0x2][0x90]#|)[0x9e][0x8d][0x8e][0xd2]A_[0x89][0x85]C[0x90]:[0xb4]X8[0x1e][0x8d][0x5][0x1f][0xec]d[0xb0][0xe9][0x9e]ih[0x14][0xae])[0xe8][0xfc][0x17][0x9c][0xbf][0xa4]Tz8[0x9e]T[0x12]j[0xb2][0xc9][0xd5][0xd5] t[0xdd]|[0x9a]\[0xf3]_[0xfe][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x88][0x4][0xe1]N([0xc9][0x11]w8[0x9b][0x8e]'G[0xf2]XJ[0x14][0xfe][0x99]([0xe5][0xbf]xJ8[0xdb][0xa6]e[0x4][0xf5]P[0xaf]![0xa6]U[0x98]jRS(C[0xf0][0xa9][0x90][0x93][0x13]/U[0x1e][0xe9][0xdc]S [0xe9][0x9a]=j[0x98][0xfa][0xb][0xb0]C[0xd7]Q[0x88]5kekEK[0x8b][0xa7][0x91][0xe1][0xea]3*[0x6]+[0xe2][0x9f][0xcc][0x14][0x8b]?x[0xf2][0x82]7[0x14][0xf2][0xe]P[0xf1]/[0xb8]b[0xaa]y[0x96][0x90][0x17][0xcf][0xe8]w[0xe]B[0x1e][0xdd]:[0xcc]T[0x8e]u[0xd4][Vk@[0xee]v[0xc9][0xa9][0xbd][0xcf]*[0xb8][0x8f][0xba][0xf3][0x80][0x90][0xb6][0xf0][0xa0]=[0x89]S[0xa9][0xce][0xca][0xe1][0x88]7[0x14][0xb9][0xd0][0xd3][0xd6][0xe5][0xf7]ED[0x11]]-m[0x2][0xd5][0xea][0x9a][0xee][0xc8][0xe6][0x9c]$A:[0x1c][0xab]:[0xb4]T[0xf1][0xd8]L\[0xf5][0xff][0xfe][0x87][0x87][0xee][0x9d]5t#[0xe5][0xf4]G[0x15][0x19](-[0x15]5[0x9a]f[0x8c]4C%[0x1b]TZht[0x1c][0x6][0x1a][0x3]e[0xce][0xba][0xfb][0xe0][0xce]:[0xf6][0x0][0x6][0xa7][0xf1]>[0x8c][0xf7]Tf'}[0xad][0x82][0x80]-[0xc1][0xc6][0x96]QGc[0x99]X[0x89][0x1].[0xb8][0xa9][0xa5][0xcb][0x18][0xf6]k[0xc2][0xd8][0x1c]L*[0xad][0xc5][0xf9]-[0xf8]"L[0xb]([\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd4][0xcd]C[0x9a][0xc5][0xe1]y[0x98][0xb5]I[0xcb][0x2][0xac][0xf5][0xdf]@[0xfd][0xed]P[0xf9][0xb5][0xff][\r]b[0xb9][0xae][0xdc][0xb6][0x8][0xf9]'[0xad][,[0xba][0xc4]^2[0x8b][0xad]bF[0xe3]_[0xb7][0x88][0xd2]E[0x94][0x9d][0x9d]G[0xf9][0x1c][0xcd][0x18]o[0xc3][0xe6]4[0x90][0xbd]wa'[0xda][0xf5]_[0xa3]D[0xe3][0xde][0xb0]"h[0xc5][0x8e][0x5]l[0xbc][\r]35[0x9b][0xe6][0x88]p[0xf3],\[0xba]@[0xad][0xd9][0xb2][0xa8]i[0xf9][0x1e][0x15][0x3][0xa2]%Gl[0xd3][0xf4]T[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xed][0xb3][0xa8]{[0xc]}[0x95]J[0xff][0x0]L#[0xdf]1[0x97][0xb3][0x13][0xda][0x98]Au[0xe2][0x10][0xb6][0x90]?[0x8d][0xb0]q[0x13][0xca]y[0x11][0x9a][0xb8][0x19][0xc7]9[0xbd][0x9]x1[0xce][0xf0][0x12]D[0xf9]:[0x8c][0xf0]2$y9[0xa6][0xf9][0x6]\[0xe3][0x1b]q[0x83]o[0xc6]-[0xbe][0x15]wx[0x5][0xbe][0xe2][0xdb]0[0xcb]+[0xf1][0x80]o[0xc7]o[0xbc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbf][0xf3][0x1d][0xf8][0x83][0xdb][0xf1]'[0xaf][0xc6]_[0xbc][0x6]K[0xdc][0xa1][0x6]g[0x93][0x16][0x0]=86,[0xd1][0x9b][0xa4][0x95][0x1c]|@[\r][0x99][0xf5]o4Ih[0xb6]Z+K[0xca][0xac]6w=M[0x1e][0xc4]![0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?[0x10][0xab][0x81]Z[0xbf][0xf1]h[0x8e][0xdf][0xe6][0xc9][0xaf][0xb][0xa8][0xd6]C[0xe6]PQ[0x1][0x95]n[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "&[0xa0][0xfa]:_[0xbe][0x8b][0xa2][0xeb][0x9c][0xa9][0xc1]Z[0xfe][0xa5][0xf2][0xce][0xf2][0xcf][0xf7]Vw^[0x3]3[0xf1]8[0xc1][0xb9][0xb][0xc5]|[0x1f]<[0xdc][0x8d][0xfd][0xdc][0x83][0x16][0xde][0x88][0x83][0xbc][0x19]'y[0x8b]j[0xb9]]S[0xae][^L[0x16]k[0x96]s[0xf8]p[0x18]G[0xa8][0x15]{[0xd8][0xc][0xe3]?[0xd4]%([0xee][0x83]AB[0x15][0xed][0x86][0xd0]c[0xe2][0xa5][0x10][0xb7]O}''[0xf5][0x9d][0x14]9[0xeb](,kH.[0x12]H#$[0xaf][0xa9]+[0xd2][0xd5][0x89][0xde]q:[0x1e]L[0xed][0x9d][0x80]W=8m*[0xa7][0xf][0xc2]Om[0xb4][0x8d]*zn[0xed]C9[0xbd][0xaa][0xc6][0xd0]xb+[0xbd][0xa9][0xba][0xd0]rb[0xb][0x8e]jp[0xa6][0xf7]W[0x7][0x5][0xba][0x9c][0xb6][0xdc][0x81][0xb8][0x91][0xd3][0xc3][0x8b]~[0xa5]fz[0x9f]u[0xe0]5T[0xfc][0xb]PK[0x7][0x8][0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]/[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Context.class[0x8d]S[0xc1]n[0xd3]@[0x10]}[0xe3]ljj[0xc]M[[0xa0][0xb4]@I[0xa9][[0xec]D[0xc2][0xad][0xc4][\r][0x84][0x90][0x2]H[0x85][0xa8] [0x81]r[0xdf][0x84]m[0xea][0xd4]YWk[0xb7][0xea]'[0xf0];[0x1c]P%[0xe]|[0x0][0x1f][0x85][0x98][0xdd][0xe4][0x0][0x12][0xa2]>x[0xf7][0xcd][0xe8][0xbd][0xd9]7[0xb3][0xeb][0x9f][0xbf][0xbe][0xff][0x0][0xf0][0x14][0x9d][0x0][0x2][0xf][0x17]yi[0x7]hb[0xcb][0xc7][0xb6][0x8f][0x88] [0xb4][0xba][0xa8][0x8]~[0xaf][0xd0][0x95]C[0xe1][0x81][0xd6][0xca][0xf4]rY[0x96][0xaa]$t[0xfb][0x85][0x19][0xa7]c[0x1b][0x1e]e[0xe5]q:)[0xb][0x9d][0xbe][0xe5][0xe5][0x83]4[0xa5]2[0x7][0xd3][0xd3]<[0x9a]k[0x9f][0x11][0x16][0xaa][0xe3][0xac][0x8c][0xf6][0x8][0xdb]W[0xcb],[0xfd]y[0xa6][0xb3][0xea][0x5]a7[0xae][0xc1]O[0x6]l[0xb7]W|V[0x84][0xa5]~[0xa6][0xd5][0xe1][0xd9]t[0xa8][0xcc]'9[0xcc]9[0xb3][0xd2]/F2[0x1f]H[0x93][0xd9]x[0x9e][0x14][0xd6][0xe][0xb7]4V[0xd5]![0x1b]|}[0xae]t[0xe5]c[0x97][0xd0]t[0x90][0x10][0xc7]I"O[0xa4][0xa9][0xe4][0xec][0xc8][0xb2]2JN[0xff]89rL[0xf6]*[0xca][0x93][0xec][0x94][0xd0][0x88][0x93][0x81][0x8f][0xc7][0x84]wu,[0xd7][0x18][0xde][0xbe][0xeb][0xcb][0xbb][0xd8][0xb3][0xcb]>a[0xa7][0x96][0x86][0x10]|,[0xce][0xcc]H[0xbd][0xc9]l[0xa3][0xab][0x13][0x9e]L[0xe4][0xb9][0xc][0x11][0xe2]F[0x88][0x0][0xd7]-Z[0xf3][0x11][0x13][0x92][0xda][0x97]Ih[0xd9]"i.[0xf5]8}?[0x9c][0xa8][0x11]O.!Du[0xc6][0xc5][0xf7]_[0xa3][0x9][0xc2][0xd6][0x95],[0xc2][0xe6][0xff][0xf][0x14]m~[0xd2]M~[0xe2][0x1e][0xb]X[0x4]Z-[0xdb]3G[0x82]s<[0x2][0x10]n[0xba]_[0xc0]s[0x9c][0xa0][0xd3][0xfd][0x6][0xaf]s[0x89][0xc6]W[0xa7]Zr:[0x2][0xe8][0xb]Z[0x8c]C[0x8b][0xb9][0xc2][0xb2][0xad]%[0x80][0x15][0xdc]v[0xfb][0x1d][0xac][0xc1][0x12]B[0xac][0xcf]+[0xbe]bu[0xc3][0xaa];[0xdd]K[0xd0][0xbf][0xab][0xb5]g[0x8c]Y5[0x87]6[0xd8][0x1b]9t[0xf][0xf7][0x9d][0xa7][0x7]N[0xb9][0x89]k[0xbc]o0_[0xe0][0x11]|[0xe1]a[0x15];[0xb8][0xf5]r[0x1d]w[0x9d][0x12][0xbf][0x1]PK[0x7][0x8]>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$NoneContext.class[0xad]V[0xdf]W[0x1b]E[0x14][0xfe]&[0x9]l[0xb2]Y[0x4]S-m[0xd5][0x9a]JJ[0xf3][0xab][0x4]j[0xb]Hj%[0xa4][0x1][0xa1]K[0xa0]I[0x0]i[0xd5][0xba][0xa4][0xdb][0xb0]$l8[0xbb]K[0x8b][0xfa][0xe6][0xbb]>X[0xb4][0xd5][0xe3][0x93][0xc7]g[0xec][0xd1][0x96][0xa3][0xe7][0xe8][0xbb][0x8e][0xcf][0x1e][0x8f]wv[0xb7][0x4][0xd4]6[0xcb]i[0xc9]a[0xe6][0xde][0x99]o[0xee][0xdc][0xef][0xee][0x9d];[0xf3][0xc7][0xdf][0xbf][0xfc][0x6][0xe0],[0x9a]"[0xe][0xe3]\[0x88][0x9a]a[0x11][0xbd][0x18][0x11]1[0x8a]7D[0x8c]![0x1b]B[0x1c][0xe7][0xb9][0xfa]&o.[0x88]x[0xb][0xe3][0x2]r"D[0x7][0x95][0xf]![0x86][0x8b][0x1c]U[0x10]0)[0xa2][0x1b]#|[0xe4]m[0x91]F[0xa6]y3[0x13][0xc4]%[0xe][0x94][0x5][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(2tZ[0xab][0x9a][0x19][0x1b]d[0xe8][0x93][0x9b]F-Sk([0xa6]yC3W3kfS[0xcf][0xcc]P3[0xaf][0x18][0xa6]jL[0xaf]o4[0xb2][0x4]?[0xaf][0xe9][0x9a]u[0x81][0xa1]?[0xee][0x1][0x9f]Xd[0x8][0xe4][0x9b][0xd7]U[0x86]nY[0xd3][0xd5][0xe2][0xe6][0xfa][0x8a]jT[0x94][0x95][0x6][0x8d]D[0xe4]fUi,*[0x86][0xc6]uw0[0xc0][0xdd]a[0x8][0x17][0x9b][0xba][0x9a]o[0xea][0x96][0xba]e1H[0xd3][0xba][0xae][0x1a]y[0xbe][0x95]J[0x93][0x99][0xf6];[0xc7][0xf6][0xac]'[0xaf][0xa5][0x9a]j[0x15]I,[0xdc]TuK[0xc0]e[0x86][0xe][d[0x88][0xc7][0x13][0xf2][0x9a]RW[0xc]Kq[0xec][0x98][0x96][0xa1]*[0xeb]{[0xcc][0xc5]l$[0x19][0xe9][0xb0][0x9a]uU[0x17]Pb[0x8][0xf1][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "W[0x19][0xd2][0x8f][0xf3][0xc6][0x9e][0xd7]>"[0xb][0xbb][0x1a]Y[0xe9]*[J[0xb5]>[0xab]l<"l[0xd6][0xb5][\r][0x6]<[0xb1]([0xa0][0xcc]p[0xc9]K\=[0x4]`[0xc8][0xe][0xbe]ok[0x90]7C[0xc]'=[0xad]a[0x10][0xcb][0xcd]M[0xa3][0xaa]Nj[0xdc][0xb9]C[0xfb][0x1][0x3]k[0xca]ME[0xc2]1[0xbc]$[0xe1][0x8][0x8e]r)#[0xa0]"a[0x1][0xe4][0xfc][0x92][0x84]w[0xb0],[0xe1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92][0x12][0xae][0xe2]=[0x9][0xef][0xe3][0x9a][0x80][0xf]$(X[0xa1][0xaf][0xd6]~[0xff][0xb9][0x95]5[0xb5]j[0xed]~[0xf6][0xae]}[0xba][0x84]*[0xae]KPqCB[\r]I[0x86][0x81][0xf6][0x6]s[0x86][0xa1]|[0xd8]J[0xa3][0xbd][0xaa][0x84]UnI[0xc3][0x9a][0x84]:[0xfa][0x19][0xc6][0xae][0xe6][0x17]J[0xf2][0xf2][0xdc]|[0xa1][0x98][0x8e][0x96]//[0xe4]J[0x5]W[0xae][0x94][0xa6][0x8b]S[0xe9]hqav[0xa2]PJG+[0xa5][0x85]B::[0x99][0x93][0xcb][0x5]>([0xcb][0xc4][0xb4][0x81]u[0x86][0xd3][0x7]JK[0x86]D{[0xfc].Vp%[0x1][0x94]r1/[0x19][0xcb][0x90][0xf4][0x9e][0x98]t[0xfc]=[0xa4][0x7][0xc3][0x89][0xb6]([0xca] [0xa5]ZUM3vn[0x90]ro[0xca]S[0x99]h{[0x84](1[0xa3][0xed]0t,u[0x8a][0x90][0xcb]g [0xde][0xde][0xea][0xbe][0x83][0x19][0xda][0xfd][0xfc]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "#[0x9c]B[0x87]}b[0x19][0x8a]OEeO[0x1c]m{[0xd9][0xd6].[0xc3]|[0x97][0xf9]ge[0xbd]U[0xf5]Nyt[0xa5][0xe5][0xc9]([0xf7]d[0xc9][0x83]'.[0x87][0x3][0xb8][0xc3][0xab]Q[0x8b][0xf0][0x19][0x86][0x8f][0x9f]Q[0xa1][0xdb][0xdd][0xe0]@[0xb1][0x91][0xca][0x95]\[0xa9]rmnb[0xa6][0x90][0xaf][0xd0]m[0xe6][0xf5][0x12][0x10][[0x95][0x81]n)[0xc7]H[0xae]T[0xca]-[0xd3][0x11][0xd5][0xcc]E[0xa5][0xb1][0xa9][0xda][0xc5][0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0x90].[0x1d][0xf7]$[0x86]][0xe2]CC<[0xc0][0x9f]>[\r][0xf3][0xff]K^[0x99][0xd7][0xe5]LC[0xd1]k[0x99][0xb2]ehz-[0xfb][0xe4]K[0x8d][0x10][0x85][0xad][0xaa][0xba]aiM[0x9e][0xf9][0xc7][0x9f][0xcc][0x1d][0x83][0xf4][0x10][0xe9][0xa5][0x87][0x9][0xeb][0xe9][0xe1]e[0x9f][0xa4][0x0]|[0xfc][0x16][0x0][0xc3][0xcb][0xa4][\r][0xc3]O: %S?[0xc3][0x97]L[0xb1][0x87][0xf0][0xff]H[0xba][0xf][0xaf]P[0xdb]I([0xb0][0xcf]p[0x9c]#[0xb8]L[0xed][0xab]x[0x8d][0xdb]C[0x1f][0xfa]][0x1b][0xa2][0xc3][0xb6][0xf1]I[0xf2]'[0xf8]v[0x10]x[0x80][0xe]9u[0x1f][0x9d]? [0xed][0x8c][0x8]N[0x17][0xdc]A[0x88]K[0xbf]B\[0xe6]=[0xed][0x15][0xde][0x81][0xb4]t[0x1f]][0xdb][0x84][0xee][0xf1][0xf8][0xee]G[0xf8][0x1e][0x7][0xff][0xfc]v[0xea][0x1]"w[0x11][0xa4][0xee][0xd0]6[0x9f]KE^[0xd8][0xc1][0x8b][0xbf][0x93][0x17]~[0xdb][0xf3]3[0xe4])[0xd8][0xe7][0x8][0xb3][0xdb][0x88][0xb0]/[0xd0][0xc7][0xbe][0xc4][0x8][0xfb][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0xf6]5&[0xd8][0x1d][0xba][0xad][0xef][0xa2][0xc6][0xee][0xa1][0xce][0xbe][0x81][0xc1][0xbe][0xc5]-[0xf6][0x9d][0xcd][0xf2][0xb0][0xc3][0xc4]e[0x19][0xc6]-[0x9c]B[0x92]x[0xa6]H[0x13][0xe1][0xff][0xb]Y[0x1][0xf1]L[0x98][0xb4]4N[0xbb][0xfc]Sv<[0xe8][0xff][0xdf][0x81][0xfb]~O[0xe0][0x98]c[0xb2][0x7][0xfc][0xe2]u[0x17]^$[0xb4][0x9f][0xa3][0x93][0xa9][0x87][0xff]][0xed][0x84]=[0xea] \[0x87][0xb8]4H[0x9f][0x91][0xd9][0xd2][0x10][0xd1][0xf4][0xd1][0xef]u{[0xe5]Y[0x9c][0xa0]~[0x2]A"1J[0xeb]"[0xf4]x[0x9c][0xc7][0xc9][0xf1][0xa3][0xf4]t[0x1c]Cb[0xfc][0x8][0x6][0xe0][0xfc][0xf1]G[0xe4][0x4][0xcd]wS?E}/[0xf5]s[0x1][0x1f]=HG[0xf1].[0x8e][0xfd][0x3]PK[0x7][0x8][0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.class[0xad]WipSU[0x14][0xfe]N[0x9a][0xf6][0xa5][0xaf][0xaf]P[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x94][0xa5][0x15][0x3][0x4][0xe8]f[0x17]v(EBI[0xb1][0x90][0xa6]%i[0x8b][0xa5]T|[0x84][0xd0][0xa6]KR[0x92][0x94][0xdd][\r]pEpAQp_(?[0x18][0x1d][0xe8][0x8]t[0x80]Ae\[0x6][0xdc]u[0x9c]QFG[0xc7][0xd1][0xf1][0x1f][0xe3]6[0xce][0xe8][0x88][0xf5][0xdc][0xf7]^[0x93][0x82]b[0xd3][0x81][0x97][0xc9][0xbd][0xe7][0xdc]{[0xee]9[0xdf]9[0xf7][0xdc]s[0xdf];[0xf7][0xf7][0x89][0xd3][0x0][0xa6][0xa3]K[0xc6](,I[0xe6]f[0xa9][0x8c]l8[0x5]U)[0xc3][0x85]*[0x19][0xd5]X[0x96][0x8c][0x12][0xb8][0x93][0xe1]A[0x8d][0x18][0xab][0x95]1[0xb]u[0x16],[0x17][0xcc][0xcd][0x16][0xd4][[0xb0]"[0x99][0x87][0x1a][0x84][0xd8]J[0x99][0x9b]F[0xd1][0xdc]"[0xd8]UB[0xe6]V[0xd1][0xa8]2V[0xc3]+a[0x8d]`|B~[0xad][0x10]h[0x92][0xd0],#S[0x98][0x9c][0x85][0x16][0xb]Z[0xc5]`[0x9b][0x90]m[0x17]#[0x1][0xc1][0x6]-[0xe8][0x10][0xfd]:[0xb]B[0x2]EX[0xa8][0xaf][0x93][0x10]![0xc8]k[0xfd][0xa1]p[0xa4]Nm[0xeb][0xf4][0x11]h[0x5]!)[0xd2][0xec][0xf][0xdb][0x8a][0x8][0x13][0x9d][0xc1]PSaS[0x9b][0x1a][0xe][0xaf][0xf5][0x87][0x9b][0xb][[0xc2][0xc1]@[0xe1][0x12]n[0xaa][0xd5]P[0xd8][0x17][0xaa]h[0xef]h+a[0xf1]y[0xfe][0x80]?2[0x9f]09;[0xe][0xf9][0x9c]:[0x82][0xb9],[0xb8][0x86]m[\r]u[0xfa][0x3]>Wg[0xfb]j_[0xa8]F][0xdd][0xc6]#[0xe9][0xce][0xa0]Wm[0xab]SC~[0xc1][0x1b][0x83]f[0x1][0x87][0x90]Z[0xb5][0xba][0xc5][0xe7][0x8d][0x94][0x5][0x3][0x11][0xdf]F[0x86][0xad]T[0x4][0x2][0xbe]P[0x99]0[0xe6][0xe3][0xe9][0xe2][0x81]m[0xdb].[0xd1][0xc0][0xc8][0x95]&_[0xc4][0xc5][0xa4]c[0xbd]/[0x10][0x91][0xb0][0x81][0x90][0xa8][0x91][0x84][0xec][0xec][0x1c]g[0x8b][0xda][0xaa][0x86]"[0xaa][0xae])[0x1c][0x9][0xf9][0xd4][0xf6]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0x9a]$+I[0x8c][0x4][}[0x1][0x9][0x1b][0x9][0xc9]b[0xba]F[0xb0][0x84][0xfc]+[0xe1][0xd1][0xe6][0xfd][0x9b]YC[0x94]c-[0xa9][0x9e][0x88][0xea]m[0xad]T;[0xfa][0x9c][0xe][0xb7][0xfa];[0x8][0x9][0xd9]"^[0x89]k|[0x1d][0x91]f[0xde][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x9b][0x8]K[0xe3][0x89]s[0x1c][0xe1]([0xd6]6[0xc3][0xb4][0xb1]H4[0xc5][0x84]Iq[0xad][0xe1][0x84][0xf1][0x4];C^_[0xb9]_[0x0][0x1d]~[0xa9]@A[0x8b][0xba]^Up[0x3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xe4]!_P[0x8b][0x14][0xe4] W[0xc2]f[0x5][[0xb0]U[0xc2]m[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "n[0xc7][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee]D[0xa9][0x84][0xbb][0x14]l[0xc3]v[0x5];p[0xb7][0x82]{p/aD[0x83][0xa7][0xc6]][0xe1]Z[0x9c]o-[0xab]u;[0xeb][0xcb][0x9c]U[0x1e]G[0xa3][0x82][0xfb]p?Aj([0xab]rV[0xb9][0x1a][0xd9],S[0x95][0x95][0xf6][0xcb][0x84][0x1e][0xc0]N[0x5][0xf][0xa2]T[0xc1].[0xec]V[0xf0][0x10][0xe6](xX[0xb0][0x8f]`[0x8f][0x82][0xc7][0xf0][0xb8][0x84][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9e][0xc0][0x93][0x84][0xc2]A[0xa6][0x8b][0x82]}[0xd8][0xaf][0xe0])a[0xe1]i[0x94][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6]V`[0xf][0x85][0xd4]M[0xb1][0x84][0xed][0xcf]*x[0x6];[0x9]s[0x1b]4[0xfc]U[0xd5][0xe]W[0xbe][0xd5][0xb3][0xac][0xd6][0xee]v[0x18][0xb4][0x11][0x3]Wm[0xe5]B[0x87];[0xdf]Z[0xe3][0xae]u[0xe4][[0xcb][0xed]N[0x8f]C[0xc]:[0x9d][0xec][0xed][0xb3][0xc2][0xb3][0xe7][0xf0][0xbc][0x82][0x17][0x4][0xaa][0x17][0x5]*I[0x8f][0xb][0xcf][0xbe]$X[0x8b][0x11]L[0xe6]_[0xc6]vB[0xce][0xc0][0xa0][0xa3]x%[0x83][0x92]p[0x80]`[0x8b][0xe7]4[0x10]r[0xe3]Oz./q[0xa4][0x1b]a[0xfc][0x80]R[0x9c][0x91][0xaa][0xd7][0xeb][0xb][0x87]m3[0x8a]8[0x97][0x17][0xc7]U[0x86][0x6]<[0x9e][0x9c][0xe8][0xd6][0x81]d[0xf8][0xc8][0x7]8B[0x86]?[0x5][0xd9][0x3]k[0xbd][0xe4][0xd0]'8[0xaa][0xca][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]t[0xce]W[0x9b]g[0x83]?[0xe2]m[0xe6][0x12][0xd1][0xb7][0x17]6!j[0xd3][0xf7][0xc2][0xf6][0xef][0xbd]05T[0x10]R[0x8c][0xc8][0x14]O[0x15][0xa1][0x89][0xab]r[0xc4]][0xf9][0xa4]`h[0x8d]?[0xa0][0xb6]ie[0xaa][0xbf][0xad]bak[0xd7][0xd5]T[0xa9][0xff][0x8a][0x97]S[0x94][0x96][0xc2]65[0xd0]T[0xe8][0x89][0x84][0xfc][0x81][0xa6][0x1][0x90][0xb2][0x84]c[0xa3][0x97]+[0xa7]?([0x82]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "mY[0xea][0xa8]_[0xe5][0xb2]W:[0xf8][0xa2][0x8a][0xbb][0xb6]k[0xe5][0x86]=[0xf5][0x87][0x8d][0xfb][0x91]=[0xe5][0x1b][0xd2][0xc2][0x17][0x87][0x11][0xe5][0xe4][0xe8][0x1][0x8e][0xa5][0xe1],[0xe1][0xa2]V[0xd1][0x9][0xae][0xab]J[0xc7]~I[0xa0][0xe9]+[0x89]Y[0x99])[0xac]T_+[0xed][0xb1][qJ[0x9c]PbHf[0xb]$[0xcb][0xe3]@b[0xf8]0[0x8]8[0xe2][0x86][0x8a]9<[0x95][0xb0][0xe5][0x1a]]~Q[0x3][0x83][0x8a][0x8d][0xe2][0xa9][0xb1][0xbb]kVU-\[0xe2]([0xab][0x11]7a[0xb4]ds[0xfa][0xeb]sv[0xb7][0xdb]^[0xcf]S[0xb1][0x8b])[0xe6][0x81]v[0x8][0xeb][0xe2][0xf][0xd4][0xe0][0xc0][0xc9][0xe][0xd7][0xa2]([0xb4]D[0xed][0x1e][0xe0][0xb7]3[0xfd][0x2] [0xcc][0xe8]W@X[0xab]-[0xaa]U/#W[0xac][0xd2][0xe3][0xfe][0xff][0xac][0xa0][0x88][0xdf]s[0xb3][0xf9][\r][0xd8][0xc4]?[0xbe][0xe7][0x81][0xb4]4q[0xf3][0xf3][0x88][0x99]G[0xf8]E[0x0]\[0xbc][0x98][0xbb][0x11][0x9][0xcc][0x3][0xc3]r[0xf3][0x8e][0xc2][0x94][0x9b]G[0xc7][0x91][0x90]k>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0x11]mq[0x11][0xb7][0xb2][0x10][0xa0]W[0x90]B[0xaf][0xa2][0x98]y[0x85][0x97][0xf2][0x2]L[0xc5][0xc][0xee][0x9]31GWf[0x9a][0x82]DMve[0xee]k0[0xf5] [0xf1][0x18][0x92][0x9c]y[0xdd][0x90][0xba][0xe0][0xea][0x86]E[0x1f]L>[0x6][0xb9][0xe0][0x10][0xb4]g[0xaa]fC[0xff]g[0xf1]?[0x81][0xff]S[0x84]X^zJ[0xf][0x94][0xd7]u25F[0xe][0xe9]#YO7[0x86]va/[0xab]O;[0x80]![0x97]I[0xf6][0xd9]>[0x86]a[0xfb]`[0xe1].[0xfd]0[0xb][0xe][0xef]B[0x9e]>;B[0xef]F[0xf6] CP'1[0xaa]^[0xf4][0xc7]A=[0x18][0xbd][0xbc][0x1b]c[0x84][0xf8][0xd8].[0xe4]_Ad[0xe8]{n[0xe4]C[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "-[0xc3]\[0x94]rF[0xcc]gn$[0x86][0xfc][0x85]y[0x12]JdY[0x1e][0x97]QP(g[\r][0x19]&[0xcb]Z[0xde]-02[0xf0][0x14]/[0x17][0x1b][0xef]0[0x97][0xf6][0xf3][0xbd][0x1b][0x93]y[0xdb][0xa6][0x18][0x99]b3[0x92]D$^[0xa6]A[0x8f][0xdf]a[0xea]=[0x88][0xa4][0x1d]&[0xd2][0x2][0xde][0xfb]v[0xd6][0xfe][0xde]7[0x8f]D[0xa3]3[0x1][0x16][0x96][0xbf][0xc0][0xbb][0xf4][0x13]R[0xe9]g[0x14][0xd1][0xaf][0x98]F[0xbf]a&[0xfd][0x8e]9[0xf4][0x7][0x16][0xd1][0x9f][0x1a]z[0xab]n[0xdc]@[0x9f][0x8a][0xd9][0x6]z[0x13][0xca]`[0xc7]B[0xee][0x85][0x1f][0xa3]`[0xbe][0xc8]$[0xf5][0xf2][0xd1]I[0x90]0[0x8a]=b,[0x89][0xa6]4[0x88]Wi[0xc3][0x93]E[0x86]'I[0xb9]y[0x9c]I[0xb1][0x3][0x94]$p[0xf3][0x1][0x8a][0x99]K2[0xcc][0x9][0xca][0xc1][0xa7][0x92]4[0xaa][0x1c][0x8b][0xb5][0xf3]z[0x93][0xb6][0xb2][0x82][0xbf]^[0xc1][0x0],l[0xdc][0x85]iH[0xe7][0x8f][0xc6][0xf5][0x98][0xbd]`[0xc]"Vc[0xde][0x82][0xd1][0xc]P2y[0xde][0xcf][0xf3][0xd9][0xdc]w[0x9a]M[0xfc][0x1d][0xc9]O[0x9a][0x85][0xbf]4]x[0x14]c[0xff][0x1]PK[0x7][0x8][0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl$Stack.class[0x95]TYO[0x13]Q[0x14][0xfe]n[0xb7]i[0xcb][0x94][0x96]ET\[0xa0][0x2][0xd2][0x5]h[0xa1]([0x8b]h[0x8c][0x4][0x13]HE[0x13][0xc]F[0xde][0x86][0xe1]J[0x7][0xdb][0x99]Ig[0xaa]uy[0xf0][0xc1][0xff][0xe2][0xb][0xf][0x98]@H4[0xd1]G[0x13][0x94][0xf1][0xdc][0x99][0x81][0x2]it[0xfa]r[0xee][0xb9]w[0xce][0xf7]}g[0xcb][0xfc][0xfe][0xf3][0xed][0x7][0x80]Y<[0x88]#[0x8e][0xa2]0[0xd3][0xc2][0xcc][0x8]S[0x8a][0xa3][0xb][0xa5][0x18]y[0xb3]1$pG[0xc2][0xdd]8[0xa2](I[0x98][0x97][0xb0][0xc0][0x10][0xaa]peG[0xc2]"[0x83][0xb4]l[0xe8]6o[0xda][0xc][0xf2][0xaa][0xae][0xf3][0xfa]rU[0xb1],n1[0xe4][0xcb]F}[0xb7][0xb0]+[0xae][0xaf]4[0xab]R[0xd8][0xb3][0xc][0xbd][0xb0]F[0xe6][0x99]R[0xb7]x}[0xb5]fVG=[0xec]=[0x86][0xc8][0x92][0xa6]k[0xf6][0x3][0x86]`&[0xbb]I[0xfc][0xcb][0xc6][0xe]gH[0x96]5[0x9d][0xaf]7j[0xdb][0xbc][0xfe]\[0xd9][0xae][0xd2]Ko[0xd9]P[0x95][0xea][0xa6]R[0xd7][0xc4][0xdd]{[0xc][0xd9][0x15][0x8d][0x14][0xc3][0x1b][0xb6][0xa2][0xbe]f[0xc8][0xfa]PvBI7d6[0xac][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc3]T[0xa6][0x83]lE[0x82][0x92]zRv[0xd0]4L[0x86][0xc9][0x8c][0x1f][0xd5]V[0xbd]![0x9b][0xd7][0x8][0x96]p[0xf2]x[0xa2][0x98]'[0x95][0x98][0x9c]S[0x5][0x92]f[0xad][0xd4]L[0xfb][0x9d][0xd3][0x8e]-[0x9][0x4][0xc8][0xf8][0xc9]p[0xda][0xc9]-[0xd0],2[0x8c][0xf9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "g[0x88]+[0xaa][0xca]-kt[0xa6]H[0xa0]M?"n[0xeb]:+[0xf7]D[0xa5]$T&:P[0xd9]ja[0xe7][0x5][0xf6][0x85]l[0x87][0x13][\r]4[0xa7]Ik[0xc3]h[0xd4]U[0xfe]X[0x13][0xc3][0xe8];[0x1f]=[0xb5][0xa7][0xbc]Qd\[0xc5][0xa0][0x8c]4n[0xc9][0xb8][0x8e][0x1b]2z[0xd0]+CFJ[0xc6][0x12]R[0xc][0xc3]"[0xa8][0xd0][0xb0][0xb5]ja[0xdd][0xd8]h[0xa8][0x95][0x95]*[0xaf]q[0xdd]^i[0xaa][0xdc][0xb4]5C[0x97]p[0x9f]a[0xdc]g[\r][0xc])[0x87][0xaf][0xaa][0xe8][0xbb][0x85][0xa7][0xdb]{\[0xa5][0x85][0xcb][0xfa][0xae][0x8b]a[0xc4][0xc7][0x12][0xd0][0xd6][0xe9]Np[0xfa][0xbf][0xc1](B[0xfc][0x18][0x0]j[0x97]([0x9a][0xbc][0x18]y[0xd4][0x3]z[0xe9][0xa3][[0x81]NFg8w[0x8c][0xf0]Wr[0x2][0xe8]'[0x1b][0x11][0x8f]L[0xc7]%[0xf2]e7[0x0][0x3][0xb8][0xe2]|[0xa7]~z[0xe0]5[0xba][0x5][0xe8][0xec][0xce][0xe7][0xe][0x11]9[0x82][0x94][0xcb][0x1f]![0xd2]b[0xe9]F[0x90]X[0xea][0x88]2[0xb][0x9]f;l[0x3].[0xc2]c[0x13][0xde]5JK[0xa4]G[0xd3][0xf1]xu[0x8f]7-h[0xa1][0xeb];[0xa2]/[0x8f][0x11][0xfb])[0xae][0xe5][0x9c][0xb0][0x87][0x90]H)@AAGj[0x80][0x12][0x4]{[0xb][0x89]5[0x91]d[0xef][0xd1][0xcf]>`[0x88]}<#[0x99][0xf6]$[0xfb][0xe9][0xf7]x[0xd3][0x91][0x1c]r[0xd0],I[0x9f][0x87]O[0xb5][[\r]![0x99][0x83][0xb][\r][0xf9][0xd4][0xb6]![0xb4][[0x1e][0xf8][0x91][0x7]N[0xb8][0x89]K[0xa1]/[0x8][0x5][0xf7]O[0x93]tI>[0x9f]!Ix$C[0xe]a[0xa0][0xeb]![0xa3][0x11][0xf5]`[0xd4][0xe3][p[0x1a][0xe3]N'[0xd4]~:nq[0xe1][0xd3]~[0x86]1[0x86][0xdb]`[0xa9]([0xc6][0x91]i3[0xe4][0xe0][0xc5][0x9a][0xce][0xf]yL[0xd0][0x10]8[0x8b]\[0x1b]p`[0xdf][0x17]8[0x8f][0x9][0xf][0xbc][0xe8]M2[0x92][0xcb][0x1f][0x83][0xfd][0xab][0x82][0x88][0x8b]v[0xbc]Io#[0xa6][0x9c][0xf8][0x2][0x92]t[0xe]R[0xf][0x13][0x98]Cw(@+=[0x87][0xcb][0xf4]2[0xe2][0xc4][0xe3]/PK[0x7][0x8][0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonParserImpl.class[0xb5]Z[0x9]X[0x1c][0xc7][0x95][0xfe][0xdf][0x0]j[0x18]Z[0x80][0x10][0x92]@[0xb7][0x4]F[0x9c][0xe2][0x90]u[0xd8][0x12][0x92][0x10][0x8c][0xe4][0x91][0x86][0x1]3 [0x19][0xc9][0x12][0x1a][0xa0][0x5]#[\r]3xf[0x90][0x90][0x9d][0xd8][0x8e]s[0xd9][0x8e][0x1d][0xc7]V[0x1c]GZ[0xaf]wsH>V[0xce][0xca][0x8a]%[0xb0][0xc9]F[0x9b][0xd3][0xeb]c[0x93][0xec][0x95][0xcd]&{[0xdf][0xd9][0xfb][0xde][0x8d][0xe3][0xb5][0xf3]^w[0xcf]I[0xf][0xc][0x9f][0x13][0xbe]o[0xaa][0xab][0xab][0xeb][0xbd][0xff][0xaf][0xf7]^U[0xbd][0xaa][0x8f]7[0xde]}[0xf5][0xab][0x0]n[0xa6][0xf3]y[0xf0][0xe3][0xaf][0xed]\[0xfc][0x8d][0xd4][0xfe]V[0x8a][0xbf][0x93][0xe2][0xef][0xed][0x18][0xc5][0x8f][0x15][0xfc][0x83][0x1d][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]Q[0xc1]?[0xd9][0x91][0x87][0x96]/[0xff][0xa2][0xe0]_[0xed]P[0xf1]o[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe][0xdd][0x8e][0x2][0xfc][0x87][0x82][0xff][0x94][0xe7][0xd9]Q[0x84][0xff][0xce][0xc3][0xbd][0xf8][0x1f])[0xfe]W[0x8a][0xff][0x93][0x8e]?Q[0xf0][0xb6][0x1d]?[0xc5];v,[0xc3][0xff]K[0xed]]i~[0x8f]k[0x4][0xae][0x11]Ia[0x93]"K[0xda][0xb2][0xa5][0x96]#[0xb5][0x5]RSX[0x11][0xe5][0xca]k[0x9e]Bv;*)[0x9f][0xf9][0x92]*[0xcd][0xb][0xa5][0xb9]@[0xa1]B;j[0x8d][0xe6][0xa2]<[0x4]i[0x91][0x9d][0xbf][0x15]+[0xb4]XZJ[0xec]h[0x14]X[0xbf]@[0xf8][0x19][0x8c][0x96][0xd0]R[0xa9]eI[0x91]#[0xaf][0xcb][0xa4][0xa6]H[0xad]4[0x8f][0xca]h[0xb9][0x14]+[0xa4]X)[0xfa]W)[0xb4]Z[0xa1]59[0xf7][0xbd]g[0xfc])[0xb4][0xd6][0x8e]][0xb4][0xce]N[0xeb][0xa9]\[0xa1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";[0xf6][0xf2][0xb]w[0xbc]I[0xa1]J;[0x9c][0xf2]r[0x9a]6[0xb0][0xc1][0xa8]JHVKQ#[0x10][0xb5]R[0xd4][0xe5]S=m[0x94]Z[0x83][0xd4][0x1a][0xf3][0xf0][0x1a]5[0xe5]Rs>m[0xa2][0x9b][0xa5][0xd8][0x9c]K[d[0xe0][[0xa5][0xd8]&jn[0x91][0xf1][0xdc]*[0xaf][0xdb][0x15][0xda]!P-"[0xcf][0xdf][0x8e][0xd1]Ni[0xde]%[0x88][0xbb][0x15]j[0xb5]c[0x8]?[0x96][0x96]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5])[0xd4].}[0x1d]v[0x8c][0xd0]^[0xa9][0xed]S[0xe8]6[0x85][0x9c][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed]W[0xe8][0x0]Au[0x6][0x2]Z[0xa8][0xcd][0xef][\r][0x87][0xb5][0xb0]B.ni[\r][0x85][0xbc]g[0xdb][0x82][0x81][0x88]6[0x11]Q[0xa8][0x83][0xb0][0xb0]s[0xe0][0xa4]6[0x18]1[0x9b][0x8][0xf9][0xee]`@[0x8b]up[0x13][0x94][0xd8][0xa7][0x1c]O[0xc4];x[0x8a]]:0~[0xe2][0x84][0x16][0xea][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x6][0xfd][0x84]rW04[0xdc]0,[0x18]'|[0xe1][0x91][0x86][0x93][0xe1]`[0xa0][0xc1];[0xe6]k[0xd8][0x13][0xeb][0xb4][0x9d]P08[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "i[0x81]8L[0xad][0x95][0xd8]~.[0xba][0xbc][0xa1][0xb0][0x16]r[0x8e][0x8e][0xf9]+[0xcc][0xce],[0xae][0x9a][0xe2][0x8e][0xd3]\([0xd4][0xc9]\[0xf4]*[0xa1][0xd2]u[0xd2]{[0xca][0x1b][0x8a]x[\r][\r][0xe1]HH[0xf3][0x8e]&([0xaa][0xd0][0xfb][0xb1][0x8a][0x9c][0xb0]A[0xbe]:[0x3]`}[0x9c],[0x93][0x17][0x9][0x9e][0xd2][0x2][0xbe][0xbb][0xb5][0x10]a}:[0xb9][0x9e]h[0x1f][0x16]X[0xb0][0xc3][0x17][0xf0]Ev[0x12][0xb6]T1[0xaf][0xd3][0xde][0x6]_[0xb0][0xa1][[0xf3][0xe][0xf1][0xc7][0xc][0xcc]T}[0x90][0x90][0xdd][0x16][0x1c][0xd2][0x8][0x85]._@s[0x8f][0x8f][0xe]h[0xa1][0x1e][0xef][0x80][0x9f][[0x8a]][0xc1]A[0xaf][0xff][0xa0]7[0xe4][0x93]w[0xb3]1;2[0xe2][0xb][0xa7][0xf1]A[0xf2][0x98][0x84]\HgB(J[0xe5]F[0xd8][0x1e][0xe7][0xeb][0xc][0x8c][0x8d]G<[0xba][0x1d]3%m[0xf3][0x5][0x8]K,5[0x10][0xb2][0xc6][0xe5]k[0xa3][0x95][0xaa][0xde][0x80]o[0x90][0x87][0xdb][0xae]E8[0x2]}[0x81][0xe1]d[0xc1][0xde]4[0x9c][0xf4][0xc6][0x0][0xb7][0xe][0x8e][0xc8][0xf0]"[\r]m[0xc6]3S[0xb6][0xb9]Z[0x80]Q[0x19][0x8e][0xb0]<[0xbd]2[0xf6][0xfe][0xb0]&[0x98]z[0xc7][0x92][0xaa]j[0xa3][0xab][0xdf][0x1b][0x18]n0Z[0xb9][0xcb]B=R:[0xbc]c[0xa6]?[0x8a]|a'[0xc7][0xec]p[0xc8][0xeb]7[0x9c][0xc7][0xc3][0xaf][0xaa]>[0xcc][0xb6]g]N[0x89]W~u[0xb2]{}[0xe1]v[0xed][0x84][0xc4][0x8a][0xe6]?[0xab][0xb7][0x17]%[0xb6][0xb8][0x82][0x82][0xa9][0xb0][0x8c]Qc[0xa1][0xfd][0xc][0xc6][0xef]{|[0xc3][0xed][0xda][0xa0]o[0xd4][0xcb]3[0xaf]4[0xca]i[0xd4][0x1b][0x19]i[0x88]a^[0xb9][0xdc]U[0x9f][0xe9]t~[0xc6]|[0x9c][0x1f][0x1e][0xf3][0xf3][0x90]C[0xde]H[0x90]m[0xb5],[0xa1][0xa7]'[0xfe][0x81][0xfb]-M[0x8e][0xfe][0xb3]c[0xd1][0x19][0xd0]d-[0xb2]#[0x1d][0xc3][0x9d]2j[0x8f]o8[0xe0][0x8d][0x8c][0x87]X~szz[0xb3][0xea]([0x8c]Y[0xce][0xe8][0xac][0xd0][0xed][0xb2]([0x5]"![0xb6][0xf9][0xe1][0xf4][0xa4][0xa2][0xcd][0x1c]3[0x15]z[0xef][0x1d]3[0xe3]*=[0xae] [0x1f][0x9b][0x9d][0xf1][0xfb][0x7]([0x88][0xba]:[0xea][0xc2][0xbc][0xf0])[0xdf][0x98][0x19]N[0x1c][0x8a]<[0x85][0xec][0xd2][0x12][\r][0x9c][[0xaa][0xd2][0x4][0xd8][0x9e]q[0x9f]_[0x96][0x97]Y[0x2][0x90][0xd8][0x5][0xca][0x80][0xd1][0x8f][0xb0]f[0xe]E[0xe6]:e[0x19][0xa3][0xb3][0x80][0xc5][0x82]8[0xeb][0x94]vVVR[0x8b][0x99][0xbc]v.[0xbd][0x1c][0xab][0xfa]|[0x1c][0xf4]F|A^[0xd0]*RgA[0xc2][0xd6][0x13][0xed][0xc5]B[0x8b]E[0xc8][0x1b][0x8e][0xc8][0xb2][0x12][0x17]VF[0xbc]a[0xb7][0xb1][0xa7][0xea][[0x8c]B[0xdd]l[0xe6][0xd8]nB[0xa8][0x9b]s[0xb7][0xa9][0x88][0xbd]1Jv@WV5[0xb][0xa7][0xd4][0xed]p[0xd0][0x1f][0xc]kI[0xab]v[0xa7]cbP[0x1b]3y[0x17][0x8d]q6M[0xac][0x8d]p[0xb2]j>[0xa4]f[0x1a]yvn[0x89]X[0x12][0x84][0xda][0xc4][0x18][_[0x1b][0xd2][0xb5][0xf1][0x1e][0x97][0xeb][0x8f]Yo}&[0x86][0xb7]{[0x7][0x7][0xb5]p[0xb8]bsc#a_Z[0xea][0x9];d[0xda][0xcc] q[0x87][0xb7]M4[0xc6]uo[0x11][0xdd]][0xef]K[0xb7]e[0xba][0x13][0xd5][0xbf]U[0xf4][0xbb]^[0xfa][0xa3]YM[0x9c]}3[0xe1][0x9e]L[0xb4][0xcf][0x83][0xfc][0xfc][0x6]j[0x9b]h[0xe2]ye[0xf2]ij[0x92][0xe1]>[0xfa]~[0x8][0xfd][0x2][0x2][0xd1]6[0xd1][0x9c]@[0xb1]Y([0x1e][0xc8][0xcc]#[0x19][0xce]D[0xbb]'8[0x1e][0x1a][0xd4][0xf6][0xfa]d;[[0x9c][0xac]e[0xa3]pW[0xf1]A[0xdc][0xaf][0xe2];[0xf8][0xae][0x8a][0xf][0xe1][0x1][0x15][0xf7][0xe0][0x3]*>[0x8c][0x8f][0xa8][0xf8]([0xa6][0x8][0xf5]s[[0xaf][0x92]&x'[0xe8]Xz[0xb3]%nSb<[0x81][0x1a]V[0xf1][0x5][0xbc][0xaa][0xd2][0x88]H[0xfb]D[0xba]*[0x8d]t[0xd2]Nc[0x88]_[0xc4]WU:I[0xa7]T[0xf2][0xe3]i[0xc2][0xba]4[0x92]FD[0x1b]"[0x9f][0xc1]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xaa][0x14][0xa0][0xa0][0x14]cR[0xdc][0xa5][0x10][0x9b]/L[0x11][0x95][0xc6][0xa5]8-[0xc5][0x19][0xe1]R>w[0x0][0xf0][0xdc],[0x88][0x9b][0xd6]HE[0x97]Xf62[0xdc][0x9][0x85][0xce][0xaa]t7[0xdd][0x93][0x91][0xee]f[0x95]> [0xbe][0xcb][0xa0][0xeb]&[0x95]>[0x88])[0x95][0xee][0xa5][0xfb]T[0xba]_[0x8c][0xf9]!q[0xfd][0xb7][0xc4]eo[0xe0]M[0x85][0x1e]P[0xe9][0xc3][0xf8][0xa2][0x4][0xc3]s*}[0x84]>[0xaa][0xd2][0xc7][0xf0]:/[0xfa]G[0xda]z[0xbb]]}[0x9d]][0xe]w[0xdd]Z[0xcf][0xed][0xbd][0xad][0xdd][0xe][0xb3][0xde][0xd3][0xed]t[0xef][0xab][[0xeb][0xee][0xed][0xd8][0xe3][0xe8][0xae][[0xdb][0xd3][0xdd][0xeb][0xa8][[0xbb][0xb7][0xd5][0xe5]qH[0xa3][0xcb][0x15][0xed][0xde][0xe6][0xea][0xf4]8[0x8e]*[0xf4]q[0x1][0xb8]$[0xba][0x1f][0xe4][0xa3][0xc0][0x91][0xa8][0xbc][0xae][0xde][0xe8][0xa3][0xe2][0xeb][0xf8][0x86][0x8a]orA[0xf][0xd1][0xc3]*}[0x82][0x1e]Q[0xe9]Q[0xfa]$;=[0xd3][0xc5]F[0xa5][0xc7][0xe8]Sb[0xc9][0xc7]UzBB[0xf1][0x1c][0xde][0xe4]I[0x17]7[0xb8];[0xe8][0x19][0x1f][0x1c]q[0xf8][0xb5]Q9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7][0xc4][0xf0][0x96][0xac][0x2][0x8b]-[0xf6]q[0xce][0xd5]gd5[0x9]p[0x9f][0xc6]S[0x2][0xf7][0xa4]J[0x9f][0xa1][0xa7][0xd2][0xc7]X[0xdc][0x15][0x9c][0x16][0xc4][0xe3]![0x9a][0xfe][0xad][0x9e]}[0x9d][0xcb][0xc8][0xc5]7[/[0x1a])[0xbd][0x12][0xef].[0x8][\r]s[0xb][0xa4]\mTg[0xbc]5qz[0x97][0xc9][0xea][0xad][0xd0]g[0xa3][0x86]O[0xce][0xb9][0x9]5[0x99][0xef]P[0x19]n([0x19]l[0xac]M[0xfa][0xf9][0xb6]*[0x3]mf[0xd7]R[0xeb]#[0xb6][0x9e][0xe2]s[0xe2]j[0x9e][0x85][0x9]+[0xa3]g[0xe][0xeb][0x93]r[0xf3]|O[0xea][0xfa]1[0xfc][0x80][0xa3][0xaf][0xdf][0xdd][0xda][0xe1] [0xa8][0x7][][0xbd][0x8e]~c^[0xc5]^[0x8d][0xe9][0xc9][0xcb]{[0x9a][0xd1]t[0xf0][0x8e][0xec][0x1d][0xd6]87,[0xe9]j[0xed][0xf6]8[0xba][0xfb][0xf7]9z[0xc][0x1d][0xfd][0x8e]n[0x16][0xbc][0xb5]*[0xb3]=[0xd8][0xf2]h[0xbf][0xa4][0xca]"q`[0xda]+L,[0xa7][0xc7][0xe9][0xee]q[0xec][0xeb]nu[0x19]<[\r]H{[0xfc][0x2][0x80][0xb0](N[0x8b][0xfb][0x1a][0x1d][0x8a][0xe3]m[0xae][0xce]([0xd1][0xd2]x[0xe3][0x1e][0xe7][0xbe]vG[0x9b][0xb3][0xa3][0xd5]e|[0xca][0xf7][0xf4][0xb4]v[0xf7][0xf4][0xb7]vw[0xb7][0xf6]q[0xac][0xc5];[0xea]-F[0x9f]JK[0x87][[0xdc]|[0xa8][0x86][0xb2][0xce]=[0xfb][0x1d]m=If3[0x9a][0xc]u[\r][0x15][0x9e]3[0xbe][0xc8][0xe0][0x88]D[0xb3]i[0xbf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1]Xa[0xd8][0xaf]"[0xd5]~[0x9c]#[0x1d]q[0xf2][0x99]&[0x18][0x1a][0xf2][0x5]d[0xdc][0xe9][0x16][0x12][0xe3]J[0xc4]XH[0xe4]2#[0xde]&[0x11][0xe6][0xb4]8[0xb9][0x19]_[0xb7][0xcb][0xe7][0xfd][0xb3]}n[0xaa][0xb2][0xbe][0x9][0x99]Mf[0xa9][0xf5]![0x98][0xf]S[0xb2][0x1f][0xb0]S[0xd2]_r[0xe4][0xe8]{[0x5][0xf7][0x94][0xcd]"[0xc9]+F[0xe4][0xea]f[0xcc]d[0x1a]n[0xdf][0xef][0x14][0xbf][0xac]Ns[0x9e][0xf7][0x8c][0x8f][0x8d][0x5]Cl[0xe0][0x5]a[0xf3]([0xbe][0xa9]*[0xcd][0x15][0xc9][0xe1][0xd9]nY[0xca]R[0x8][0xf2]$q[0xb4]v[0x18]4[0xb3][0xe5]([0x1f]?[0x14][0xe8][0x9][0xee][0xc1]LV[0x10][0xe3]81[0xbf]|?[0xcf][0xe1]n[0x8f][0xc6][0xb2]][0xea][0xd1]P\5[0xeb][0xc1][0x9f]-[0xae][0xdf][0x11][0xf0][0x9][0xde];4d}[0xe3]`[0xf8]&[0xdd]UC[0xfc][0x14][0x9f][0xe5][0xe8][0xdc][0x9b][0xba]i[0xcd][0xc8][0xc1][0x8].[0x8b][0xe9]?[0xf][0xd0][0xd4][0xbb][0x83][0xa8]y7[0x89]y[0xeb][0xe6]a[0xde][0xc3]l[0xb4][0xc1][0xe0]([0x9f][0xc6][0xb5][0x9e] [0x87]Z"-G`[0x9c][0xd7]j[0x9e]zyr[0xfc]7[0xf7][0x92][0x8d]Us[0x9f]c[0x93][0xee][0xe][0xa2][0xd1][0xeb][0xb8][0xa3][0x8b]][0xe1]h[0xef][0xd7][\r][0xb4]{^[0x87]}[0xcb][0x15]t[0xeb][0x9c]&[0xb4]:[0xb9][0xeb][0xeb][0x94]y=b[0xe]I[0xe5][0xb5]B^[0xcd][0xd5]&[0x1a][0xcd]=[0x9d][0x7][0x1c]n[0xe7]a[0xae][0xe9]9X[0xbf][0xb3][0x93][0xb7]]k[0xcc]hK[0xcf]H(xF.[0xe]u[0x98][0xe8][0xfa][0xe7]t[0xf3][0xac]p[0xb6][0x1b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9][0x91][0xf9][0xde]s[0xcc]1"[0xeb][0x3][0xe8][0xcc][0xbb][0xe4][0xa4]<[0x2][0xeb][0xe0][0xc7]([0x8][0x1][0xe4][0xa0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X[0xce]_[0x0]lr[0xf4][0xd3][0x9f]|"[0xe4]g[0xb1][0x9c][0x7][0xf5]'[0x9f][0x6][0xf9][0xb9][0x96][0xfb][0xf3][0x9][0x8c][0xcb][0x8f][0xf3][0xdb][0x3],[0x99][0xc5][0xcf][0xc6][0x9a]I,[0xa8][0x99][0x86][0xd2]WC[0x93][0xc8][0xbd][0x86]l~[0xc9][0xeb][0xe3][0xba][0xfd][0x1a][0xb2]j[0xea][0xae]![0x9f][0x1b][0xd4][0xbe][0xda][0xba]I,[0xbc][0x86][0x9c][0x97]t[0x84][0x7][0xb9]\[0x8e][0x5]\[0xee]F6n[0xc5]"[0xb4]`[0x15]Z[0xb1][0x1e]{[0xd0][0x80]6<[0xa4][0xe3][0xe9][0xfa][0xf1]0>[0x1][0xe8][0xb5]G[0xf0]([0xa3]KM[0x18][0xdb]t>[0x9f]4[0xf9]|[0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0x2][0xda][0xe7][0xe6]3[0x8d][0x82][0xbe][0xda]I[0x14][0xba]ub[0xd3]([0xea][0xab][0xaf][0xbf][0x8e]E[0x93]([0x9e][0xc1]q5k[0x5][0x1c][0x9][0x1c][0xf7]2[0xc7]}[0xa8][0xc5]m[0xcc][0xd2][0xa9][0xf3][0xac]1pc<[0xdb][0xf1][0x18]>[0xa5][0xf3]l7y[0xd6][0xa2][0xc][0x8f][0xe3][0x9][0x1e][0x8f]0>g2[0xfe][0xb4][0xc9]x[0xdb][0xec][0x8c][0xeb][0xa3][0x16][0x14][0xa2]b[0xc5][0xe2]zkK[0x1e]H`[0xe9]b[0x96][0x1d][0xd8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "w[0x2][0xc3]m1[0x86][0xdb]b[0xc][0xb7]1[0x8b]'Y[0x8b][0xd4][0x84][0xab]0[0xe4][0x93][0x9e][0xc9]p\[0x7]6[0xd7][0xbc][0xc][0xba][0x8a][0xc5][0x17][0xb1][0xcc][0xa8][0x95]\[0xc4]B[0xa3][0xb6][0xe4][0x12][0xb3]{[0x19]9[0xd7][0xb1][0xf4][0xca]4[0x96][0xf5]I[0xeb][0x14]J'Qv[0x83][0x5][0xb3]tz[0xc5]:|7[0x1b][0xb3][0x7][0x95]8[0x88][0x8d]8[0xa4][0xd3]R[\r][0xe5]&[0xad][0xcf][0xf2]/[0x1b][0xb6][0xd5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb7][0x9e][0xc7][0x5][0x93][0xc2]q[0x93][0xc2]:[0x13][0xee]"[0x8a][0xe3]0[0xcb][0x5][0xc6]@_q9[0x5][0xee]N[0xd8]q[0x94][0xeb][0xc7][0xd8][0xf6][0xc7][0x13][0xe0][0xd6]%[0xc0][0xb1][0xea]2n[0xe4]3z&h+[0xe3]h[0xab]R[0xd1]4F;[0xc1][0xf5]aF[0xf3][0xcd][0x86][0x6][0xb9][0xc]0[0xd1][0x9a][0xf9])[0x9d]r[\r][0xa5][0xab]/[0xc7][0x1c][0xba]@o[0x1f]MP[0x94][0x1b]s[0xde]3[0xe9][0xe4][0xd7][0xa4][0xca][0xdf]e!Or[0xfb][0x90][0xc9]h[0xd7][0xc6]G[0xbb][0xee][0xc5][0x94][0xd1][0x9e][0xe6][0xd1][0x9e][0xe1][0xfa][0x4][0x8f][0xf6][0xee][0xd9]m[0xfb]9|>[0x13][0xb4][0xf5]q[0xb4][0xf2]+)h[0xf7]1[0xda][0xfd][0xfa]jT[0xc6]+[0xd1][0xac]h_[0xe0]e[0xc0]@[0x1b]aQ[0xe9]Tm[0xa0]U$[0xa1][0xdd][0xa4][0xa3]M[0xa3]R[0xde][0xf3]'[0xb1]a[0x12]U[0xa9][0xa8][0xf]2[0xea]C\[0x98]Q[0x1f]I@[0xad][0x9e][0x89]z[0x11][0x97][0xac]Q[0xab][0x93]PkL[0xd4]Z[0x13][0x95][0xa7]r}*[0xea][0xe3][0x8c][0xfa][0x4][0xd7][0xcf]1[0xea][0x93][0xb3][0xa3]>[0x8b][0xe7][0xc]TZa[0xa2][0xbe]x[0x15][0x1b][0x5][0xea]:[0x1a]6[0xbe][0xc0][0xef][0xe7]t[0x83]U[0xca],[0x93]e[0xc][0xe8]5^[0xfe][0x9]cQ[0xfa][0x98][0xd9][0xf7]\[0xaa]IR[0xc9]N[0xa3][0xb1][0xaf][0xe6]:[0x9a]&[0xd1]|[0x85][0x9f][0x9b][0xce][0xf3][0xdc][0xbf][0x8e][0x9b][0xa7][0xb0]Y^[0xb7][0x18][0xaf][[0xa7][0xb0]M^o[0x99][0xc2][0xad]W[0xae]b;[0xff]v[0xf0][0xaf]%ay[0xd8][0x99][0xb4]h2[0x94][0x10][0xcf][0xfe][0x1a][0x94][0xb]([0x10][0x86]S[0xb8][0xcd]`[0xe7][0x8c][0xb1][0xdb]o[0xcd][0xee]]f[0xf7][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8]oK[0xc8][0x86]rZ[0x92][0xc0].[0x1a][0xe6][0xe5]3[0xd8][0x95][0xa7][0xda]oI[0x82][0xfd]&[0xd9])[0xc6][0x4][0x1c][0xd6][0xb3][0x2][0xa0][0xc2][0xf4][0xf0]%[0xac][0x14][0x9e][0xd7]q[0xa0][0x86][0x9f]L[0xc7]%[0xdb][0xeb]Ut[0xf0][0xa0]^[0x8a]E[0xa0]N[0x8c][0x96][0xc3][0xce]Si[0x11][0xad][0xc4]JZ[0xc5][0xc4][0xd6]$DXE[0xf2][0xfc]+[0xe7][0xc6]W[0xd2][0x81]V[0xa7][0x3]u[[0x80][0x96]3h[0x5][0x83][0xde][0xc4][0xa0][0x95][0xc]Z5[0x1b][0xa8]M[0xae]|M[0xd0][0xb][0xdc]$[0xf9]Q3O[0xb5][0xce][0xf3][0x8c]}[0x1d]][0x1d]u<[0xb2]K[0xb0][0xd7][0xbe][0x82][0xdb][0x9]Wj[0xb9][0xad][0xfb][0x15]xl8[0xf4][0xec]{?b[0x2]=[0xc5][0xbd][0x93][0xb0][0xc5]g[0x9e][0x9e][0xdd]P-[0x14][0xaa][0x83]J[0xf5]XL[0x1b][0xb1][0x9c][0x1a]q[0x13]5[0xa1][0x8a][0x9a]cY[0x98][0xca][0x81]4[0xcd]k[0xb0]M[0xdf]t[0xa2][0x1b]Q3[0x87][0xff]o[0x98][0xe]Q[0xb9][0xd7];(Sp[0xef][0xdb]<[0x9b]mr[0xc1]l[0xf2][0x9c][0xe4]/[0xb2][0xb2][0xb5][0x18]<[0x1b][0xa2]<[0xdd][0x6]ON[0x94]e[0xb1]hrK[0xfb][0xa1][0xda]z[0x83][0xf2][0xa1],[0xa1][0xfc]=[0x9d][0xf2][0x1d]I[0x94]+[0x91][0xc7][0x94][0xb7]0[0xe5][0xad][0xf2][0xef]ML[0xf9][0x16][0xa6][0xbc][0x1d]kh[0x7]*[0xa8][0x5][0x8d][0xb4][0x13][0x9b]hW,[0xed]Q[0xd9][0x8a][0x6][0xf5]5[0x9c][0x1a][0xdd][0xc0]o[0xea]Fk[0x89][\r][0xa2][0x85][0x7][0xf1]5[0x8b]A[0x94]r[0xdb][0xd7][0xf1][\r][0xeb][0x9d][0xb6][0xef][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]vZj[0xb7][0xdc]i[0xbf][0x99]N[0xfe]p[0xaa][0xfc]m[0x96][0xf2][0xdf][0x8a][0xed][0xf4]oIf[0xc4][0xcf][0x1]#[0x9e][0x8e][0x9c][0xe7][0xa4][0x91]c[0xed][0xdb]h23[0xb3][0xeb][0xb8][0xf3][0x19]=[0xfe]X[0xfb]QW-[0xdb][0xed]"[0x16]O[0xe3]X_[0xed][0x14][0xfa][0xd9][0xa6][0xc7]'[0xe1][0xbd][0x91]u[0xd9][0x14][0xbf][0x80][0xe5]F[0xd7][0x81][0xb]([0xaa]1bu[0x90][0x83]3[0xeb]rv<[0xb1][0xa9][0x91]}[0x83]:[0xb0][0x9a][0xdc][0xa8][0xa4]N[0xd4]S[0x17][0xb6][0xd0][0xed]h![0xf]vQ[0xf]<[0xd4][0x8b]ct[0x10][0xc7][0xe9][0x8e][0xd8][0xc][0xae][0xe4]@[0xf9]6^[0xd7][0xc7]1[0x90][0x10][0xbd]l[0xd9]w[0xd0][0xa2][0xe0][0xb5][0xb7]Ar[0x8c]x[0x3]o[0x9a]#;df[0x5]+%<.Hn>[0xd4]7[0x9][0xed]F[0x94][0xd5]a[0xa6][0x15][0xdf]$[0xb][0xc4]{t[0x94][0xbd][0xc][0x85][0x94][0x98][0xd6][0xad]L[0x9e]+[0x85][0xdc][0xf8]Vl[0x82][0xde]e[0x9a][0xaf][0xd4][0x18][0xf5][0x89]gQ[0xe4][0x9a][0xc6][0x8]/Z>>[0x7][0x9c][0xbc][0xf1][0x92][0xae]B[0xe1][0x1][0xf]'M[0xce][0x13][0xc][0xe4][0xe3][0x9]:[0x8c]|[0x1a][0xc1]2:[0x19][0x1b]h>[0xc3]N[0xe3][0xb7]u[0xb9][0xd2][0x4]h[0x5][0xb6][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x86]U[0xee][0xf2][0x1d]|7[0x96][0x15][0xe4][0xe8]S[0xa0]D[0x1c][0xe1][0xd6][0xbd]R_7[0x85]S[0x9c][0xc7]{[0xe3][0x91][0xa0]'[0x0][0xf4][0x1c]r[0xe8]y[0x8e][0xec][0x17]8[0xb2][0x9f]OH[0xde]Kb[0x11][[0x12][0xb3]p[0x9][0xbe][0xc7][0xf1]lc[0xed][0x85][0xbc][0xb][0xfd].[0xb2][0x8a]r[0xf1]{[0xf8]}[0x13][0xb5][0xc1][0x8c][0xb9][0x1c][0x19]tJ[0xc0][0xf1][0xc9] n[0xba][0x1c][0xfc][0x81][0xa8]f[0xe1][0xef][0xf3][0xb6]1S8;3[0xe1][0x1f][0xe0][0x8f],[0x84][0xb3]2[0x13][0xfe]!~d[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "og[0xf][0x88][0xaf][0x94][0x9a]Z[0xf6]}[0x1a]lc[0xb7]P[0xc]q[0xbd][0xf6][0xc7]|t%V[0xf4]'[0xf8]SS[0x91][0xc3]\ Y[0x11]'/6kE[0xc6][0x19]3Y[0xd1][0xeb]f4[0xfc][0x99][0x18][0x97]U[0xfe]9[0xfe][0xc2]b`[0x94][0xc1][0xc0][0xf8][0xfb]_[0xea][0xe5]_aL[0x9f][0x11]*[0x82][0x82][0xc2]J[0xef][0xe2][0x14]'[0xc4]>[0xf][0xf3]3[0xc2]O[0x85][0x9f][0xe3][0xfc]<[0xcd][0xcf]3[0xd9]6[0xc8][0xbf][0xca]N[0xf0][0xc1][0xce][0x9][0xe3]o[0xaf][0xf9][0xdc]e>[0xef][0xe5][0xa3][0xfb]}[0xbb][0xcb]p[0x95]g[0xe5][0x97][0x17][0xe4][0xe1]5[0xd6][0xfd][[0xbb]K[0x6]PK[0x7][0x8]"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0x0][0x0][0x0]org/glassfish/json/JsonPatchBuilderImpl.class[0xa5][0x97][P[E[0x18][0xc7][0xff]K[0x2][0x81]$[0xbd][0x8]-[0x2][0x85]^[0xb4][0x97][0x4][0xda]F,[0xbd]A[0x8b][0xe5][0x12][0x84][0x96][0x2]-[0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m[0xad][0x87]p[0x80][0xd0][0xdc]W[0xc7][0xf7][0xaa][0xe3]Lu[0xb4]-e[0xf4][0xb9][0xd6][0xf1][0xbd][0xea][0xf8]^u|[0xaf]::[0xfe][0xf7]$[\r][0x81][0x9c][0x13]N[0xf1][0x81]o[0xf7]l[0xbe][0xfd][0xef]ow[0xbf][0xef][0x9b][0xe5][0xee][0xbf][0xb7][0xbf][0x5][0xd0][0x80]+Nl@[0xaf][0x3]}N[0x1c][0xc1]Q'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd0]_[0x82][0xf5][0x18][0x90][0xbd]cN[0xf6][0x6]]8[0x8e][0xe7][0x1c][0x18]r[0xa2][0x4][0xc7][0x8a]1\[0x82][0x13]8[0xe9][0xa4]9%G[0x9e]/[0xc6]^[0x17]N[0xcb][0xb6]I[0xb6]/[0xb8][0xa0]`D[0xf6][0x2][0xd2][0x8c]JoU[0x9a]1i[0xc6][0x8b][0xd1]![0xdb][0x9]i[0x82][0xd2]u[0xd2][0x81]3r[0x99][0x90][0x13]5[0x8];[0x10]q [0xea]@L[0xc0]1[0x92][0xc][0x86]FUM`][0xf7][0xa4]rF[0xd1][0x12][0x8a]o2[0x1e][0x8d][0xf8][0xe][0xd2][0xb4]h[0x9a]2[0xdd][0x9a]rh[0x12]([0xda][0x17][0x8c][0x4][0x13][0xcd][0x2]k<&[0xbe]M[0xde]A[0x1]{[tT[0x15]X[0xd1][0x1d][0x8c][0xa8]=[0xc9][0xf0][0x88][0xaa][\r](#![0x8e][0x94]vG[0x3]JhP[0xd1][0x82][0xf2];=hOL[0x4][0xe3][0x2][0xde][0xee][0xa8]6[0xee][0x1b][0xf])[0xf1][0xf8]X0>1[0xa7][0xdb][0xa7]$[0x2][0x13]i[0x86][0xae]p,D[0x8e][0xc2][0x98][0x1c][0x13][0xa8]0[0xa3][0x10][0xb0]y$I[0xa1][0x12][0x8b][0x85][0xa6][0x5][0x1a][\r]x[0xfb][0x13]Z2[0x90]Hjj[0x93]7[0xdf][0x8f][0xdc]uB[0xd1][0xc6][0xd5][0x84]@u~[0xbf][0xf2][0xf9][0xbb][0x9b][0x8e]=[0xdc][0xa1]m`[0x80]?[0x97][0xf4][0x7][0xc7]#[0x8a][0xf4][0xe5]f[0xf7][\r]46[0xe6]Sk[0xf6]p[0x8e]W[0x9f]gSFG[0x5][0xe][0xc9][0x1d]L)[0xbe][0x90][0x12][0x19][0xf7][0xd1]/[0x18][0x19]o[0xca][0x15][0x18]TBI[0xc3][0xfd]d[0x1f]"5[0xed]<[0xc0][0x9]y[0x1f]9[0x9a]<[0xb3]))bx[0xb8])y[0x1][0xbf]1[0xcc][0x82][0x91][0xc5]1[0x1a][0xc]t[0xba][0x16][0x9f]&[0xba][0x8c][0xa7][0xe][[0x98]:[0xcc][0xfb][0xd4][0xd4]pt[0x8a];[0xdc]a[0xa0][0xb1][0xb8][0x84]CSc!% #7%c[0x1f][0xd3][0xa2]a6[0x81]hlZ[0x86][0xb3][0x1a]g[0xac][0xac][0xd4][0xd3][0xaa]%[0x9e][0x89]I[0x81]*[0x8f][0x81][0xf8][0xc3]x-[0xd4][0xfd]M[0x9c]t[0x2]:9[0xfb][0xa3]I-[0xa0]v[0x4]eTU[0x1a]%[0xc7]v[0xb9]!76a[0xbb][0xc0][0x16][0x93][0x84][0xca]Nj9[0xc7][0x81][0x17][0xdd][0xd0][0x10][0x97][0xd3][0x12]n<[0x89][0x8d][0xb2][0x97]t[0xe3][0x10][0xba][0x1d][0x98]r[0xc3][0x87][0xa7][0x4]<&j[0xbd]#[0x93]j [0x91]%'P[0x10][0x8d]9[0xf0][0x92][0x1b]gq[0xce][0x8d][0xf3][0xb8][0xe0][0xc6]n[0xbc][0xe2][0xc0]E[0xd9]^r[0xe0]U[0xd9][0xbe]&[0xcd]ei^w[0xe3][\r][0xe9][0xf8][0xa6]4oI[0xf3][0xb6]4[0xef]Hs[0x8][0x7][0x5][0xd6][0xe7]+[0xc]rE7[0xba]pP2o6[0xdf][0xf4][0xc2][0x83][0xe2][\r][0xcd][0xdd]}j[0xf][0x2]5y[0xef][0x9e]e[0xcf]D[0xfc]X"H[0xc1][0xd5],[0x12]][0x91][0x84][0xaa]E[0x94]PkrlL[0xd5][0xfa][0xa2]Q[0x8e]o[0xf2][0x18][0xd6]6%[0x16][0xf4][0xcd][0xb9][0xf1]v[0x9b]M[0x8b][0xaa][0x85][0xe9][0xb2][0xda]m[0xf6]Xt,7[0xde]'[0x8f][0xda][0xf8][0x87][0x8d][0xbd]1US[0x12][0xc1]h[0x84]e,[0xab][0xef][0xee][0x8a]DT[0xad]M[0xae][0xa7][0xb2][0x84][0xdb]Z[0xda][0xdb][0x5][0x9e]0[0x89][0xdf]9[0x11][0xee]uY[0xf4][0xe1]G[0x8f][0x12]f0[0xaf][0xd2][0xc3]>[0xa7][0x16]u,[0xb5][0xd0][0xcc][0x8b]J[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xad][0xcd][0xef]![0xd0][0xfd][0xff][0xea][0xeb][0xc2][0xf5]r#);[0xeb][0x4]Z[0xc][0xee]z[0xbe][0x86]Y[0xad][0x98][c[0xa7][0xc5][0xea][0xb9][0x90][0xcd]h[0x9e]Q[0xe9]\8[0xaf][0xe8][0xa8][0xff]p[0xef][0xa0][0x9f][0x15][0xf0][0xa8][0xbf][0xaf][0xbb][0xa5][0x8d]={j[0xc0][0xde][0xd6][0xdb]7[0xc4]f[0xc0][0xdf]?[0x80]z[0xbe]26[0x80]q[0xc0][0xbf]RYM[0xf8][0xfe]Y[0xc5]>[0xd3][0x93]v[0xb][0xbf][0xfa]P[0xc8]W[0xf]GkoB[0xd4][0xce][0xa2]`[0xa8][0xee][0x16]l7a[0xff][0x1a][0x85]_p[0xbc][0x0][0x1e][0xda][0xe5][0xb0][0xd1][0xee][0x85][0x1d][0x8d](C[0x13][0xbc][0xfc]*O[0xcd]C-[0xea][0x0][0xbd][0xb7][0x15][0xdb][0xa8]*[0xd5][0xb7][0xa7][0xd5][0xfd][0x9c]![0xd8][0x96]e[0xd4]u[0xf1]"[0x3][0xf1][0x3]tm!d[0xab].[0xee]NMK[0x8b][0xb]Y[0xf6][0xe8]-%[0x8f][0xb0][0x95][0xb][0xbb]jo[0xc0]Q7[0x83][0xe2][0x2]\[0xe7][0xa7]M[0x97]*[0xd2][0xa7][0xf5]f[0xf1][0xb9]2|.[0x9e][0xc6][0xd3][0xfc]}GF^[0x8e]4[0xb0][0xb7]SG[0xd9][0xc5][0xde]n[0xec]I[0x93]_&[0x8e][0xc4][0xaa][0xaf][0xfd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0xb3](I[0x81];K]_[0xc2]}[0x3][0xcb]n`y[0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xae][0xbe][0xd2][0x86][0xd2][0xc7][0xb6][0xce][0xa0][0xd4][0x86][0x19][0x94][0x15][0xe0]x[0xed][0xf5][0xcc][0xbe][0xaa][0x88][0x3][0xc]s[0x17]'P[0x8d][0x93]<[0xfc]S[0x4][0x1b][0xe6]^N[0xeb][0x80][0xeb]S[0xb]d[0x0][0xeb]y[0xc0][0x8d]:X=[0x8f]x[0x1f]U$[0xd0][0xfe][0xa5][0x1][0xad]4[0x5][0x9a]$[0xd0][0x19][0x2][0x85][0x8][0x14]&[0xc8]$[0x81][0xa2][0x16][0x80][0x1a][0xd3]@[0xcd]K[0x0][0xaa][0x9e][0xc1]*S[0xa0][0xb3][0x4]:G[0xa0][0xf3][0x4][0xba]@[0x90][0xb3][0x4][0xba]h[0x1][0xe8][0x99]4[0xd0][0x81][0xa5][0x1][0xad]6[0x5][0xba]B[0xa0]w[0x9][0xf4][0x1e][0x81][0xde]'[0xc8][0x15][0x2]}`[0x1][0xa8]E[0x7]jE[[0x1a](L [0x19][0x83][0xde]\[0xa0][0xf2][0xf9]@9 [0xe5]LK[0xe0]*A>$[0xc8]GL[0xe2][0xab][0x94][0xfc]8+[0xb0][0xbd][0x19][0x8]o[0x1a]B[0xa0][0xdd]J[0xf8]>[0xfe]H[0xe1]{[0x8d][0x8][0x9f][0x10][0xe1]S[0x9e][0xc5]g\[0xea][0x1a][0xcf][0xe2]s[0xcb][0xe1][0xdb]n%|[0x8d][0x80][0xcc][0xc3][0xf7][0x16][0x81]f[0x8]t[0x9b]@[0xb3][0x4][0xb9]E[0xa0]o,[0x87]o[0xbb][0x95][0xf0][0xcd][0x1][0xca][0x1b][0xbe]w[0x8][0xf4][0x1d][0x81][0xee][0x12][0xe8]{[0x82][0xdc]![0xd0][0xf][0x96][0xc3][0xb7][0xdd]J[0xf8][0x1a][0x1][0x99][0x87][0xef]=[0x2][0xfd]H[0xa0][0x9f][0x8][0xf4]3A[0xee][0x11][0xe8][0x17][0xcb][0xe1][0xeb][0xb7]re[0x15][0xb][0x80]*[0xf3]^[0xd9]}[0x2][0xfd]J[0xa0][0xdf][0x8][0xf4];A[0xee][0x13][0xe8][0x8f]E[0x81]:[0xd2]W[0xf6][0xac][0x15][0xa0][0xaa]G[0x2]z@[0xa0]?[0x9][0xf4][0x17][0x81][0xfe]&[0xc8][0x3][0x2][0xfd]c[0x19][0xa8][0xd3]J[0x96][0xad]y[0x94],[0x13][0xc5]([0x13]%[0xa8][0x16]Nl[0x14].x[0xf9][0xed][0x13][0xcb],gY[0xa7][0x95][0x13]2[0x2]2=!QA[0xa0]J[0x2]U[0x11]h[\r][0x81]*[0x8]Tc9[0xcb]:[0xad]dY[0xe]P[0xbe],[0x13][0x1e][0x2]y[0x9]TK[0xa0]:[0x2]y[0x8][0xb4][0xcd]r[0x96]uZ[0xc9]2# [0xd3],[0x13]{[0x8][0xb4][0x97]@[0x8d][0x4][0xe2][0x83][0x88][0xdf]>[0xb1][0xdf]r[0x96][0xf1][0x9f][0xa4]4P[0x83]^[0xb9][0x1][0xa7][0x4]ba[0x13][0x98][I[0xce][0x8][0xd6][0x8b][0xc8][0x99]y[0x11][0xf1][0x1f][0xc2][0xb4][0xc2].[0xae]'s[0xcf][0xa2]f[0x88][0xaf][0xa2][0xb5]7[0xb1]n[0xa1]FO[0x96][0x86];[0xad]Q[0x80][0xc3][0xba][0xed][0xc1][0xb4][0xae],[0xf8]N9[0x8e][0x97][0xf]T[0xfe][0x7]PK[0x7][0x8][0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$1.class[0x8d][0x93]mO[0xd3]P[0x14][0xc7][0xff]w[0x1b][0xeb]6[0x8a][0x94][0x89][0x8][0xf8]4[0xa1][0xc0]&[0xba][0x8a][0x2][0xbe][0xd0][0x18][0x97][0xad]$[0xd3]=[0x85].#[0x86]7[0xde]uu[0xeb]([0xed][0xd2]v[0xf8]i|[0xed]k51[0xc6][0x18]>[0x80]_[0xc1][0xef]b[0xa5][0xa6][0x14]J%[0xfa][0xa4][0xcb][0x84]J[0x9e][0xdf][0xb1]][0xee][0x8c]:I[0xad][0x95][0xf6][0xf5]F[0xa5]P[0xd4][0xa9][0xea][0xbe]^[0xad][0xb7]t[0xd1][0xdc]z[0xe3]5[0x99]15u[0xa3][0xc9][0xb0]p[0xfe][0xda]J[0x86].[0xa0]L[0x17][0x92])[0x8b][0xa2]1[0xc2]C[0x2][0xb3]P[0xc8][0xce][0x11][0xfd]D[0x94]<[0xc0][0xfa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "v[0xfa]=[0xf5][0x19][0x91]O[0xe2][0x89]~A,V[0xff][0x80][0xd8][0xab][0x11][0xc6][0x9][0xa7]&([0x11][0xc6]'[0x98] [0x94]&[0x98]$LL0E[0xa8][0xfc][0x89][0xfe][0x88]8[0x92][0x98][0xc7]uLa[0x11][0xab]X'[0xbb]A[0xed][0xdf]![0xbb][0x8b][0x2]Jdu4`[0x90]m[0xe2][\r]L[0xb2]Q[0xa4]i{[0xf1][0xd1]&[0xdf][0xe3]*i[0x84][0xc6]<[0x8d][0xc][0xe4][0x3][0x89]"[0xaa][0xe7]HM[0x8][0xe5]^[0x1b][0xc5]/PE F5[0x81]5[0x1a]i[0x9a][0x9b]&[0xb]%A^[0x16][0xf7]^,[0xfd][0x6]PK[0x7][0x8][0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.class[0xad]X{pTg[0x15][0xff][0x9d][0xdd][0xbb]{7[0x9b][0xb]y[0xd0][0xb][0x4][0x8][0x8f][0x10] [0xd9]<[0x9]%[0x14][0xc2];[0xbc][0x12][0x12]B[0xc3][0xbb][0x89]mnvo" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x92]%[0x9b][0xdd][0xb0]{[0x17][0x81]V[0xf0][0x81][0xd6][0xb6][0xd6]GE-P[0xb1]bm|Wj[0x9b][0x10][0x90]J[0xb5][0x8e]3[0xa2]3[0x8e][0xce][0xf8]Gq[0x1c];[0xbe]:Ng[0xaa][0xe3][0xf8][0xea][0xd3][0xf3]}w[0x1f][0x9][0xd9],P[0x5][0xee][0xfd][0xce][0xf7][0x9d][0xf3][0x9d][0xc7][0xef][0x9c][0xef]|w[0xf9][0xe9];[0x97]^[0x0]p'^[0xf2]b[0x9]:Ttz[0xe1]@G[0xe][0x16][0xe3]}[0x1e][0xdc][0xeb][0xe5][0xf1][0xbe]\t[0xc1][0xc8]E7[0xfc]B&[0x90][0x8b][0x99]0s[0xb0][0x6]=*z[0x85]@[0x9f][0x98][0x4]U[0x1c][0x14][0x93]~![0x1d]*d[0x9d][0xd1]\h[0x88][0x15][0x82][0x4][0x95][0x87][0xb8][0x8a][0x1d]b<[0xac][0xe2][0xfd]^[0x1c][0xc1]Q!}L[0xc5][0xfd]^[0xcc]F[0x87]x= ^[0x1f][0x10][0xaf][0xe3][0xe2]uBh[0xfa][0xa0]x}Hh[0xfa][0xb0][0x17][0x1f][0xc1]IA}T[0xc5][0x83]*>NP[0xbb][0xe3][0xc1]P[0xc0][0x8c][0x12][0xe6][0xb5][0x1c]4[0xfa][0x8d][0xa8]e[0xd4][0x1c][0x8c]E[0xc2]5[0xcd][0xfc][0xda]iX[0xfe][0xbe][0x8d][0xb6]@[0x3][0xc1][0xbd]:[0x18][0xe]Zk[0x9][0xce][0xb2][0xf2][0xbd][0x4][0xa5]1[0x12]0[0x9]y-[0xc1][0xb0][0xb9]#>[0xd0]mFw[0x1b][0xdd]!^)l[0x89][0xf8][0x8d][0xd0]^#[0x1a][0x14][0xf3][0xc4][0xa2]b[0xf5][0x5]c[0x84])[0x9b][0x82]==[[0xcd][0xb0][0x19]5[0xac][0x8][[0xd5][0x9a][0xc2]L7[0x86][0x8c]X[0xcc]dvmK$[0xda][[0xd3]+[0xa6]=[0xc1]X[0xdf][\r][0xae]4[\r][0xc][0x86]J[0xc7])`[0xaf][0x94][0x0]/[0x10][0xda][0xcb]&[0xfa][0xbf][0xcb][0x8a][0xc6][0xfd]VT[0x10][0x96]d;[0xa4][0x89]~![0xf6]h(C9[0x81][0xfb][0xcd]2[0xdc][0xa5][0xe2][0x11][\r][0x9f][0xc0][0xa3]*>[0xa9][0xe1]S[0xf8][0xb4][0x86][0xcf][0xe0]1[\r][0x9f][0xc5])[\r][0x9f][0xc3]:[0xc2][0x8c]I"[0xd7][0xb0][0x11][0x8d][0x1a]>/d[0xa6]g[0x86]W[0xc3]fl[0xd1][0xf0][0x5][0xce][0xe4][0xa9]8[0x9b][0x8f]'4|[0x11][0xe7]4|[0x9]O[0xf2][0xc2][0x97]5[0x9c][0xc7]W4<[0x85][0xaf]f[0xd2]-[0xc1]S[0xf1][0xb4][0x86]!|M[0xc3]N[0xdc]-[0xbd][0x1c][0xf]z"^[\r]_[0xc7]7[0xc4][0xeb][0x9b][0xe2][0xf5]-[\r][0xdf][0xc6]w4<[0x83][0xc7]5|[0x17][0x17]4<[0x8b][0xc7]T|O[0xc3]sx^[0xd8][0x1b]V1B[0xa8][0xbe][0xbd]n[0xc7][0xc1][0xa5][0xad]'[0x8f][0xe6][0xfc][0x9b][0x9d][0xef]q[0xbb]l[0x9f][0x9][0xc5]Y[0x9b]=[0xd7][0x89][0xbc][0x17][0x8][0xb3][0xca]2[0xb4]G)[0xda][0x90][0x9]1[0xc9]![0xe4]Z[0x91]Tn&[0xd1][0x91]j[0xb1][0xe6][0xa1][0xb8][0x11][0xe2][0xd6][0xaf][0x8f]=e[0xc9][0x86]q[0xf][0xdf][0x10][0xdc]X[0xc7][0xc4]R[0x9a]I[0xd9][0xc4][0x8e][0xe6]n[0xdb][0xd8][0xbc][0xb9]q7[0x7][0xb2][0xa1][0xbd]}[0xc3][0x1][0xbe][0xe8][0xa2][0xe6]`[0xc8][0x10][0xbd]|[0xfb]m[0xf4][0xe8][0xc9][0x82]O^[0x8a]^\[0xc4]([0x1f][0x88][0xc][0xbe]g[0x88]f[0xaf][0xb8][0xaf]/[0x11][0xaa]n[0xc7][0x3]>[0xba]n[0xc3][0xef]7[0x7]9[0xd7][0xf][0x94][0xdd][0xee][0xfd]x[0x1b][0xed][0xa4][0xdc]^[0x8a][[0xc1]PMO<[0xec][0xb7][0x82][0xbc]cc[0xb0]1[0x12][0x8e][0xc5][0x7][0xe4][0x7][0x80][0xda][0x13][0x89]n6D[0x82]K[0xca]n"l[0xc7]z[0x99]{h,x[0xcc][0x94][0x9f][0xc][0xdc][0x84][0x9d][0xf2][0x92][0xd4][0xcb][0x9a][0xca]'[0xa2]C[0x98][0x9a]^k[0x95][0xd7][0x9f]s[0xc0]8[0xc2][0x19],[0xe3][0xce][0xd9]$P[0x18][0x1c]4[0xc3][0x81][0xcc][0xf0][0x95]OXJ[0xb7][0xcc])k[0xcc][0xce]n[0xca][0xc6][0xf6]X[0x91][0xe4][0xa1][0xb9][0xa3]l[0xa2] K8[0x8d][0x0]{[0xe5][0x8e][0x9a][0x3][0x91][0xc3][0x1c][0xea][0xb2]I[0xdc][0xcb][0xfe]q[0x95][0xeb][0x8f][0x84]-#[0x18][0x8e]m[0x17]m[0xba]`[0x82]8_[0xd0]f[0xd8][0xcf]_\;#[0xc1][0xb0]%[0x8e][0xe8][0xe2][[0x82][0xa1][0xe1][0x6][0xc1]d-fJ[0xc0][0xfc][0x9b][0x15][0x97][0x8a][0xef]k[0xb8][0x82][0xab][0x1a][0xf6]c[0x8f][0x86][0xdd][0xd8][0xc3][0xa5][0x90]V[0x14][0xc][0x1f][0x8e][0xf4][0x9b]5-[0xf2]j[0xe1][0xee]k[0xf4][0x18]~.B[0x8e]'w =S[0xf1]CF[0xab]%[0x12][0xe9][0x8f][0xf][0x12]~6[0xd6][0xb9][0x84][0x2][0xbb]qo3[0xc2][0x81][0x90][0x19]+[0xb5]%[0xb3][0xdf][0xe3]6[0xca][0x16][0xf0][0x9e][0x98][0xb6][0xc9][0xec]{[0xcb]'r[0x1b][0x8d]PhW[0xd0]2[0x1b]T[0xfc][0x88][0xb0][0xe8][0x96][0xe2]![0xcc][0xcd].[0x87][0xf9]|[0x80][0x96][0xf0][0x8f][0x0][0xe2]_[0x13]|[0x8f]2[0xe5][0xe1][0x87]/`^[0xa9]d[0xaa][0x86]G[0xbe]\[0xe1][0xf2][0x8d][0x80].0[0xe1]@[0x15][0xbf][0xdd]r[0xf1][0xd7][0xa8][0x86][0xb8]x[0xa5][0x0][0x8b][0xd6]A[0xfc]Y[0xc6][0xbf]R[0xec][0xcd]}P[0xe0][0xe4][0xb1][0xc4]w[0x19][0x8e][0x3]#p>[0xf][0xc5]W[0xe8][0xaa][0xa8][0x1c][0x81][0xdb][0xf7][0x1c][0x94]Q[0xa8][0x84]Qx[0x88]o[0xaf][0xa4][0xe6][0xa9]r[0xc7][0xcb][0xc8][0xc5]uL[0xc3]o[0xa4][0x85][0xf9][0xb6][0x96][0x94][0x85][0x12],G[0xbd][0xb4]Z[0x82][0x15]L9[0xf8]/_[0xfe][0x9][0xab]o[0xb0]U7[0x8f]=[0x95]U[0xc3][0xc8]9[\r][0xe5]B[0xe5]([0xbc][0x84]UJ[0x95]=[0xba][0x8a][0x94]g[0x91][0xfb]4f[0x17][0xb9][0xe4]8[0xcd]WQy[0x15]Z[0x15]?#[0x98]2[0x84][0x1a][0xc1][0x9f][0x9a][0xe0]OM[0xf2][0xf3][0x98][0x9f]7[0x82][0xfc]![0xe4][0x9][0xdf]+XY[0x81][0x13][0xfb][0x4]&N[0xe9][0xb9][0xf]^~[0xff][0x8e][0x1]|[0x5]9[0xf8]=[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0x7][0x14][0xe1][0x8f][0xc][0xea][0x9f][0xb0][0x12]F[0x13]^[0xc5][0x1][0xfc][0x5]&^[0x93]Q[0xad][0xb5][0xbd]LE[0xd5][0xc3]R[0xab]dT=[0x1c]_[0x3][0xc7]$[0xa8][0x15]L9Y[0xd7][0x1e][0xac][0xc6]:[0x8e][0xac][0x8][0xad]X[0xcf][0x94][0xb][0x1b]$ZJ[0xce][0xdb][0xa8]Q[0xb1][0x86][0xff][0xcd][0xcb][0xe5]=[0xfc][0x19][0x93][0xc0]a[0x80][0xa5][0x15][0x1e][0x8b]+}U[0x15][0x97][0xc0]?[0xf5]F1[0x8d]A[0xf6]U[0xf2][0xec][0x8e][0xc4][0xec][0xc2][\r][0xc0][0xbf][0xce][0xe3]?1[0x7]oJ[0x17]}[0xb6][0x82][0x94][0x8b][0xc5])[0x17][0x8b][0xd9][0xc5]M[0xd2][0xc5]bvq[0x13][0xef]u[0x88][0xcf]#[0xdb]4[0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]![0x0][0xae]3[0xf2]:[0xa1]^ /F[0x97][0xae](][0xba]K[0xe9][0xfa]1[0xa6];V[0xb9][0x9d][0xf5][0xaa][0xae][0x8a][0xa5][0xf3]((r[0xeb]j[0x9d][0xd3][0xd9]vR[0xa5][0xa1]w_[0xb3]9[0xae][0x4][0xc7]Y[0xa7][0xab][0xe3]9[0xca]yX[0xce]z[0x8f][0xee][0xd1]][0xe7][0x11][0xa8][0xd4][0xd5]Q[0xcc]p[0xe0]*fV[0xe9][0x1e]I[0xca][0xcc][0xcf][0x13]J[0x95][0xae]:[0xdd][0xa3]tI[0xfd][0xba][0xa7]:[0xff][0x9d][0xe3][0xee][0xae][0xb6]![0x94][0xdf][0xc0][0x93]duBJ[0xe9][0xaa][0xbe][0x88]"[0x16]m;[0xe9]a[0xa3]g[0xa5][0xe9]G[0xb8][0xc][0xaa]X@[0xd1]]#[0x98][0x95][0xce]{[0xb3][0x80][0x96]<\[0xc6]9[0xc8]'/[0xe6]R.|[0xa4][0xa1][0x8e][0xc7][0xbb]h[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xd1]T[0xb4][0xf0][0xd8]Ny[0xe8][0xa4]|[0xf4]P[0x1]NP![0xce][0x92][0x8e][0x17]y[0xfe][0x13]^[0xff]9[0xcd][0xc2][0xcb]4[[0x82]>[0xc8][0xb5][0xbf][0x0]3[0xb0][0x15][0xdb][0x18][0xc6][0x86][0x14]u[0x1f][0x9f][0xa7]&[0xa6]<\[0xb]G[0x12]k[0xc]q*9[0xd7]S[0xc9][0xb9][0xce][0xc9]i[0x96][0xc9][0xb9][0xce][0xc9]if?=[0xf8][0x15][0xb6][0xf3][0xe][0x5][0xf9][0xb8][0x86][0x16][0xa6]\[0x98][0xcb]M[0xb6][0x15];[0xb8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "E%-[0x87][0xf7]]6[0xeb]Q[0xb1]XE[0x9b][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfe]p[0xcd]#R1[0x9d][0xc4][0x89][0x9a][0xfe][0x16][0x1c][0x94][0x18][0xde]B[0xe]5,z[0x3].[0xfe][0xc7]F[0xf8][0x83][0xd5][0xce][0xba][0xe3]$[0x9b][0xe1][0xac][0xd3][0x13][0xba][0xeb][0xc][0xb6][0xeb][0xee]stJB[0xc6][0x80][0xe9]n%[0xc0][0xa0][0x89][0x83]s[0x19][0xb3][0xb9][0x15][0xcc][0xa9][0x18]Fq~[0xcd]0[0xe6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]0[0xe6][\r]c~[0x95] [0x93][0x89][0x1c][0xc5][0x2]>]Ct[0xb7][0xee]>[0x83][0xb5][0xba][0xeb][0x1c]m[0xcd][0xb8][0xdb][0x95][0xdc]=[0x8a][0x12][0x7][0xf6]%[\r]*[0x1][0xdd][0xcd][0x6][0x87][0xa8]@[0xcc][0xea]tw[0xb5]r\y[0x12]3[0xc6][0xf2][0xa5]KCx=![0xa1][0x4][0xaa][0x95]c[0xf5][0xaa][0xcd][0x95];[0x8e]q[0x85][0xa9][0xba][0xe7])l[0xf9][0x9f][0xe3][0xc0]CB[0xd3]y[0xac]|/A[0xa0][0xc5]7[0xf9][0x96]JA[0xa6][0xcb][0x8c]i[0xd1]eo[0xc]7][0xb6][0xf7]ra[0x81][0x16][0xc2]E[0xa5][0xdc][0x15][0x17][0xa1][0x88][0x16][0xa3][0x95][0xca][0xb8]L[0xcb][0xb1][0x8f]|[0xb8][0x9f]*[0xf0](Uq[0x99]V[0xe3][0x19][0xaa][0xc5][0x15]Z[0x8a]kT[0x87]_[0xd2]2[0xbc]Bw[0x92]N[0xcb]i[0xe][0xd5][0xd3]zZA[0xed][0xb4][0x92]N[0xd0]*z[0x90][0xc7][0x87][0xa9][0x81][0xce][0xd2]ZY[0xca][0x9d]\[0xf]W[0xf0][[0xb4][0xcb]b[0xbd][0x86]_`[0x97],`[0xae][0x91]d[0xd9]2[0x95]([[0xa6][0x12]e[0xcb][0x94]][0xb6][0x82][0x12]%[0xaa]Hj[0xab],[A[0x89]c`[0x97]m>[0xdc]o[0xa2]u[0xdd][0x82][0xb7]a[0x12][0xad][0xfe][0xf][0xb6][0xe5];[0xc4][0x17]C[0xa2][0x5][0x9e]b[0x1d][0xbc][0x3]KE[0xb7]^[0xe8][0xc0][0x19][0x94][0x8f][0xc1][0xbf]2[0x9]f[0xd5]E[0x94]2[0xcd]`[0x16])v[0xbe][0xd2]0[0xd9]m[0xf1]_[0xdc][0xdb][0xff][0x8d]Z>[0x9][0xd5][0xf2][0xe1][0xa4][0xd2][0xd4][0xc9][*[0x9b]!IJ[0x4][0xe3][0x90][0xd4]^[0xa6][0x9c][0x92][0xda][0xc7][0xa7]X[0x91][0xee]:A[0xb5][0xec][0xe1][0xfe][0x94][0x87]/[0xb1]*[0xa1][0xac]3[0xe1][0xe1]i[0xd4][0xfa][0xb2][0xb9]'[0xc4][0x16]%[0xb3];[0x84]%[0xd9][0xc3][0xb1][0xcb])[0x1d]L[0xa1][0xec][0xe7][0xe5]`[0xfe][0xc6][0x8][0xff][0x1d][0x1d][0xf8][0xc7][0x98][0x80]:S[0x1]u[0xca][0x9e]N[0x92]J[0x6][0xd4][0x99][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xa8]sL@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]+[0x16][0xf2][0xea][0x1]y[0x8f][0xdc][0xc3][0xc1][0x2][0xb3]x[0xbe][0x18][0x1f]c[0xb8][0xaf][0xe4][0x5][0xb8]7&w[0xec][0xe8]ThIV39[0x1][0xd6][0xac][0xac]&F[0x4][0xd4]Fv[0xca][0xbb][0xe4][0x9c]*[0xb7][0xec][0xcc]g[0xd2]-[0x9b]i[0x8][0xe6]r[0xf2][0xfe]V[0x1][0xb6][0xbb][0x93][0xe9][0xa4]z[0x8f][0x80][0x9b][0x1b]+[0x11]5[0xf5][0x9][0xb0][0xb4]g[0x86][0x14][0x1]7D[0x92]i[0xa5]kltP[0xc9][0xc5][0xe5][0xc1][0x14][0xad]x"[0x99][0x84][0x9c][0xea][0x93]sI~7[0x16]-[0xea]H[0x92][0xe0][0xd4]G2[0xb9][0xe1][0x96]aF[0xb7]#[0x99][0x1f][0x99][0xe1][0xdb][0xc3][0xb0][0xc2][0xa3][0xd9][0x14][0x3]Pv[0x8f][0xc9])[0xa2][0xbe][0x91][0x1][0xec][0x91][Rrz[0xb8][0xa5]{p[0xa7][0x92]P[[0x9b][0xb6][0x9]0g[0x6]w[0xb2][0x9c]y[0x9b][0xa4]oL[0x95][0x13][0xbb][0xa2]r[0xd6][0x90]k[0x1f][0x91][0xf3]#:RscS[0x98][0x16][0xd4]LL[0xcd]%[0xd3][0xc3][0x2][0x16]56[0x95][0xb0][0xd0]W[0x89][0x85]U[0xce]fS[0xfb][0x5][0xac]+[0xa3]>[0x11][0x8d]%[0xd4][0xb1][0x9c][0xd2][0xda]t[0xa5]M[0x1][0x8e]L[0x96]M[0x9e][0xcc][0xa4][0xcb][0xda][0xba]ON[0x8d]1[0x99]M[0x95]s[0xc3][0x8a]*[0xe0][0x96]+[0xb3][0xb3][0xe5][0x94][0xfc]XJ[0x15]qD[0xc4]Q[0x1].5St[0x86][0x80][0x9b][0x1a][0xcb][0x80])x[0xd3]2D[0x1] [0xa0][0xf7][0x8a][0xca]\[0xa7][0xa2][0xc5]H[0xc9]g[0xc6]r[0x9]2m[0xec]:[0xb9][0x17]|ye[0xa5]-;r[0x99]QRo>UO&[0x99]V[0x95][0x9c][0xa6][0x9e][0x92]Wg[0xc7]B[0xd1][0x91][0xe6]|.![0xc0][Q[0xbc][0x0]1[0xab]3[0x12]`[0xca]d[0xcb][0x92][0x1a][0xcc]D[0x1c][0x13][0xf1]s[0x11]/[0x9]p[0x92][0xbf]z[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]:[0xcb](np[0x9f][0x8f][0xa8][0x8c][0xba]3[0x8a][0xd8]F[0x15][0xce]![0x8a]`[0x3]S!J[0xed]$O[0xb][0x17][0x1]wT[0x96]V[0x86]w![0xc6][0xac]{[0xf4][0xd3][0xee][0xd1]d>O,[0xa3][0x86][0xa0][0x15][0x8d][0xf3]![0x96][0x1]M[0xa9][0xee][0x8c]i~[0xee]Hj[0xe9]=+]W[0xf2][0x1][0x9][0xad]8.[0xe1].[0xac][0x93][0xf0][0xb][0x8c][0xb][0xa8][0xbb]Z[0x96]KhC[0xbb][0x84]Nl[0x92][0x10][0xc6]f[0x11][0xbf][0x94][0xf0]+[0xfc]Z[0xc2][0x4]NH8[0x89][0x97][0x5][0xd4][0x94]WH[0xc2]+8-bR[0xc2][0x14][0xa6])8[0xe6]Q[0x85][0xf6]%[0x94],'[0x9e][0x88]3[0x12][0xce]b3[0xa3][0xfb][0x8d][0x80][0xc5][0x15]L'a[0xb][0xfa][0x5][0xac][0xbc][0x1a][0xe4][0x86]Y[0x95]TB[0x1f][0xee][0xa3][0xf0][0xa3]r:"a[0x7][0x86]%[0xfc][0x16][0xe7]$[0xbc][0xca][0xf2][0xce][0xe3]w[0x12]^c[0xb5]^[0x97][0xf0]{[0xbc])[0xe1][0x2]+[0xba][0x13][0xbb]$[0xfc][0x1]oIx[0x9b][0x87]w[0x10][0xe1][0xb5]w[0x99][0xf4][0xa2][0x84]?[0xe2]=[0x9]b[0xba]?[0xe3]}[0x9][0x1f][0xe0]/[0x12][0xfe][0xca][0x1b][0x97][0xf8][0xf5]o<[0x1b][0x5]U[0x93][0xfa]J@[0xf5][0xb0][0xd1][0xad][0xfb]w[0xfc]C[0xc2]?[0xf1][0xbe][0x80][0xea][0xb9]E[0xb2][0x9c]e{[0xf4][0xa6]P[0x91]u[0xd1][0x6][0xab][0xca]Y[0xbc][0x98][0xb3][0x14][0x1c][0x9a][0xb4]15[0x99]j[0x9][0xab][0x85][0x9e]S[)[0xec][0xcb]9[0xa5][0x10][0xf6][0xd5]s#Q+[0xe0]}z>h[0xed]M[0xc0][0xc2]Y[0x5]\[l-[0xa7][0x9e]Q'[0xed][0xc9]"[0xa4][0x9a][0xc2][0xc9]YP[0xb9]"P[0xbf][0xe8]R[0xf6][0xa9][0x9a]4j5[0x96][0xb4][0xf6]2[0xbb]U[0x14][0xeb][0x87]T[0xc8][0xcd][0xf8][0xfe],i[0xef]([0x99]7[0x94]+[0xca][0xda]~C[0x91][0x8a]8[0xd4]][0x8d][0x86]*Cw[0xdb][0xe6]P{[0x9c][0x9b][0xe7]50\Z[0xc1][0x87]Q%[0x9f][0x97][0x87][0xf9]J[0xb0][0xb0]'[0x18]o[0xdf]4[0x10][0xdd][0x1a][0x8b][0xf][0xb4][0x85][0x6][0x82][0xbd][0xbd][0xc1][0xfe]9[0xbd][0xb6]$[0xf7][0xdd][0xa4]b[0xa9]_[0x2][0xe5][0xe8]*[0xd6]M[0xf2][0xb0].[0xad][0xbb]'[0xd4][0x1b][0x8c][0x87][0xbb][0xbb][0x6][0xa2][0xe1]X,[0xdc][0xd5])[0xc0][0xdf][0x10][0xdb][0x9b][0xa4][0xc0][0xa2]f[0xdd]`[0x9c]o[0xe0][0xf3][\r][0xc5][0x90]k[0xe8][0x9e]i[0xa2][0xa6][0xed][0xd4][0xbc][0x1d][0x4][0xa6][0x0]d[0xbe][0xe5][0xe6][0x9d]q[0x94][0xcc][0x17]p3)[0xbe]w[0xc9][0xa3]d[0xd9]5[0xd7][0xa6][0xcb][0x1c][0xbe][0x1c]%[0x99][0xdc]P2-[0xa7](J[0xe4][0xa1][0xa1][0xeb][0xef][0xae]zi[0xbe]J[0xfb][0x13]sJ6%s{[0xa5][0xee]?[0x9a][0xd9]S[0x0]|=[0x9d][0xba][0xd0][0x3][0x96]W[0xd0]t^[0xcf]t[0xe6][0xe9]F[0xa2][0xe6][0xef]K[0xaa]#[0x15]b[0x82][0x92][0xc2][0x96]R[0xd2][0xc3]LPk[0x84]Rw_h[0xa0][0xa7][0x97]}L[0x8f]PG[0xf8]~[0x1]k[0xaf][0xad][0xbb][0x94][0xc3][0xe0]Nd[0xd2][0xaa][0x9c]L[0xe7][0x8d][0xb6][0xb7][0xf4][0xca]Z[0x13][0xa0][0x9a][0x12][0x1c][0xf1]`og(>[0xd0][0xb5]5[0x12]![0xaf][0xeb][0x1b][0xf1][0x10][0xc5]zG0[0x1c][0x9]m,Fd8[0x12][0x9]u[0x6]#3[0x91]I[0xce][0xd4][0xae]b[0xcb][0xcb][0xdd]:[0xcb]e[0xff]"Cj([0xda]F[0x8a][0x1b]q[0x8d][[0xe9][0x96][0xbe][0x1a][0x2][0xee][0xa4][0x9f][0x87]{"[0xfd][0x1b]q[0xd1][0xbc][0x15]w[0xd3][0xf8]Yz[0xeb][0x80][0x89]>[0x80][0xd3]7[0x9][0xc1][0xe7]?[0x5][0xd3][0x9]z3[0xe1][0x1e][0x1a][0xab]`[0xa6][0xb1][0x8d]x[0xb4][0xc3][0x81][0x8d]XOo5:56 [0x8]h3[0xe6]*[0xd0][0x87][0x9a][0xa8][0xc1]S5x.[0xf3][0xf9][0x8f][0xc2]j[0x19][0xf7][0xbf][0x9][0xc9][0x1a]f[0x8f][0xe5][0x8][0xac][0xe6]q[0xdf]+0[0xf9][0xcf][0xc3]B[0x8f][0xd3][0xb0][0x8e][0x13][0xa1]Y[0x13]W[0x3]+[0x8d]]4vCD[0xf][0x16][0xe1]^Z[0xeb]-[0x11][0xbb][0xac](v[0x19][0xc1][0x9][0x91][0xb8][0xe][0x9a][a[0x16]%F@[0x1d][0xdc]@p[0xbb][0x86][0x8][0xb0][0xfb]4![0xb6][0xf1][0xa2]N6m[0xfd]s[0x1a]SI[0xa7]1[0x98][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdc][0xfc][0xcb][0x9f][0x17]'[0xe6][0x9c]W[0xca][0x9e][0xdf][0x82][0x88]q[0xfe]5R[0x89][0x95][0xd9][0xe4][0x8f]2[0x87]i[0xd8][0x5]t[0x5][0xa6][0xe1][0x10]p[0x10][0xab]i[0xe2][0x14][0xa8]1[0xbb][0xd6]Y[0xbc][0x96]i[0x10][0xf6][0x93]p[0x1f]A[0xd5]YT[0xf5]O[0xe1][0x86]IT[0xbf][0xea]k[0xf6]Z[0xce]c[0xc1]$<[0xd1]c[0x97][0xdf]j[0x9e]([0x1a]i[0x9][0x99]F[0xb7][0xf0][0x1e][0xd4]a/[0x2][0xf4][0xbf]q-[0x1e]$[0xdb]?D[0xc6]xX[0xc3][0xe5]#[0x8f][0xd5][0xe1]6D[0xc9][0x98][0x16]FQ4[0xdb]&2m[0xf]a4[0x11][0xed][0xbd]43i[0x6]\[0x4][0xf3][0xc7][0x90]D[0xf4][0x8a][0x88]}[0x4][0xbf][0x8][0xd7][0x87]p[0x13]U[0x1c][[\r]}Z[0xc]{XY[0x9b][0xb9][0xc6]x[0xb4][0xc4][0x18]VC[0x94][0x83][0xaf]$[0xc6][0xe1] Ag[0xef][0xb9][0xcf]ba[0xff]$[0x16][0xf9]([0x16]n[0x9c][0xcb][0xe4][0xc9][0x12]7[0xbb]q?a[0x83]6+[0xe0][0xa5]{[0x91][0xce]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xce]t[0x80][0x84][0xd8][0xc9][0xdc]q_[0xb3][0xa7]f[0x12][0x8b][0xbb][0x9a]=[0xb5][0xd3][0xf0][0x9a][0xb0][0xce][0xea][0xb5]^(X[0xf1]&[0xb6][0xe2]I[0xdc][0xec][0xb5]N[0xe3][0x16][0x81][0xee]g[0x9f]:[0x8d]%+[0x8f][0xd3][0xb9]*[0xcd]W,[0x97][0xc3][0x88]}[\r]Mv'[0xfd][0xbe]@[0xbf][0x7][0xfc][0xbe][0xe6]I,[0x9d]F[0x9d][0x19][0x13][0xc5][0x97][[0xb5][0x97]i[0xd4][0x9b]0A[0x92]o#[0xc9][0xeb],[0x1][0xbf][0xd7]Bk[\r]&[0xe8][0xd4][0x84]h[0x1a][0xcb][0x8][0x8a][0x8d]([0xf4][0x99][0xe8][0xb5]y[0xc5][0xd3]X~[0x10]K[0xf9][0xb9][0xc2]k[0xa3][0xe1][0x5]x[0x18][0xa6][0x97]6[0xa7][0xd0][0xa8];[0xdc]`[0xa9]1l2[0xe1][0x10][0xaa]u[0x92])[0xf8][0x98] [0xe0][0xb5]P[0xb6][0x1c][0x84][0xd5]?[0x11][0xd0]h[0x8][0xc8]l[0xe1][0x1a][0xd0][0x80][0xbe]B[0xa4][0x87]P[0xc7][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x90][0xc]5[0xfc]l[0x8b]ff[0xe8][0x9f][0xd0][0xb7]k[0xb5][0xed])[0x4]x[0xb1][0x18]g[0x83][0xa8][0xa5][0xf1][0x19][0xb2][0xf4]A[0xaa][0x1c][0x87][0xb0][0x18][0xcf][0xa2][0x1e][0x87][0xc9]3[0xcf]Q[0xf4]?[0x8f][0x1c]^[0xa4][0xa8];[0x82][0x3]8[0x8a][0xa7][0xf1][0x12][0xed][0x1c][0xc7]1[0xba]p[0x9f][0xc3]8.[0xd2][0xf5][0xf9][0x12][0xdd][0x9e][0xff][0x83][0x13][0xf8]/^[0xc6][0xff]p[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f]bR[0xa8][0xa6]Kr=[0xce][0x8][0xeb][0xe9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1c]$[0xca][0xf5]Z&:[0x88]G5[0xb6]a;[0xc5][0xea]%[0xaa]%[0xfa][0xec]0[0xf2][0xb4][0xf7][0x0]y[0xe9][0x18][0x92][0xf8]<[0xcd]D[0xf6]y![0x92]i[0xa6]G[0x6][0xcf][0xa2][0x18][0xa0][0x8][0xb1][0xb][0x11][0xf2][0xdf]v[0xc2][0xef][0x11][0xda] [0x93][0x6]V-[0xba]c[0x90]>A[0xbd][0x88][0x4]q[0x18][0xba]S[0x92][0xc4][0xda][0x8f]q[0x97][0x8][0x85][0xbe][0x97])M[0xec]",Z[0xe8]/ [0x12][0xed];[0xa4]oRm[0xbb]L[0x1]i+[0xdd]g[0x16][0xc0]J[0xe]H[0xba]f[0x1b][0xf1][0xfd][0x4][0x89][0xe4]4[[0xe1]o[0xd6][0xe2][0xb0]+p[0x1][0xd5]>[0xbf]aX[0xb2][0xf5][0xca][0xb3]h[0xe9][0xf]hq8[0x89]O[0xcf][0xe4][0xb2]G;[0xf6]:[0xd9][0xf8][\r][0xf0][0xdd][0xdc]KW[0xf3]B[0xfe][0x12][0xbb]b[0xd6][0xae][0xd0]4[0x14][0xb4][0xd9][0x8]Y[0x82]t[0xc5]R[0xb2][0xca] [0xf1][0xe9][0xd0]*[0x90][0xf0][0x11][0xbc][0xc][0xcd][0xc4][0xf7]z[0x3][0xd6]>[0xda][0xe5][0xfa]][0xe7][0xf7][0xac][0x9a][0xc6][0xed]&.8[0xd1][0xe6][0xb]XP[0x84][0xe6]YE[0xd8][0x9a][0xe7][0xe2]y[0x87][0xb0][0xbc]K[0x1e][0xb9]H[0xb5][0xe6]=[\r]O[0x9d][0xce][0xa7][0x88][0xa7][0xce][0xc0]#Q[0xe5]HQ[0x8d]1[0xcd][0xa0]XB[0xc5][0x83][0xde][0xe9][0xcf][0x81][0x81]b[0xb][0xf1]4[0xeb][0xc9]_[0xd5][0xef]o[0x9e][0xc2][0x1d]F[0x98][0x95]&[0xff][0x7]%b[0xdc]E1nr[0xe2][0x3][0xda][0xbe][0xdb]P[0xdb][0x84][0x8c]v2[0x8b][0xcf][0xd0][0xb3][0x9e]X[0xaf]a[0xc2]j;[0x16][0xd2]|-Ax[0x84][0xc4][0x9f][0xda][0xe0][0xc5]S[0xd4][0xf2][0xde][0xd8][0xe0][0xfd]?PK[0x7][0x8][0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl$1.class[0x8d]Rmo[0x12]A[0x10]~[0x16][0xe][0xe][0xf0]j[0x11]kK[0xeb][0x1b][0xb6]W[0x4][0x9b]HL[0xfc][0xa6]1VB[0x13]*[0x14]S[0x8][0xa6][0xe9][0xa7][0xe5]Xa[0xaf][0xd7][[0xb2]w[0xd4][0xf8][0x8b][0xfc][0xac]&[0xc6][0x18][0xd3][0x1f][0xe0][0xdf][0xf1][0xbb]q[0xf6]BR[0xa3]&5[0xb9]yyfg[0x9e][0xd9][0xdb][0x99][0xef]?[0xbf][0x9e][0x3]x[0x8c][0x9d][0x2]n`5[0xf][0x1b]ky[0xf2][0xca][0x6][0xae][0xdb][0xd8]0[0xe0][0xa6][0x8d][6[0xee]0[0xec][0xb8][0xfd][0xb7]2[0xf6][0xa6]]>s}~[0xc2]u[0xcc]]?R[0xa1][0xbb]Oj[0xc8][0x83][0xb9]p[0x13]=x7[0x13][0xc][0xa9][0xe3]6C[0xee][0xa9][0x17][0xc8]P[0xc6][0xcf][0x18][0xd2][0xb5][0xfa][0x90][0xc1]j[0xaa]1[0x1d].wd([0xe][0xe6][0xa7]#[0xa1][0x7]|[0x14]P[0xa4][0xd4]Q[0x1e][0xf][0x86]\K[0x83][0x17][0xc1][0xa5]~[0xcc][0xbd][0x13][0xea][0xb7][0xc0][0x85][0xbe][0x9a]kO[0xec]I[0x3]VL[0xdb]WJ[0x86][0xb1][0xd0][0xed][0xd3]Y[0xf0][0xd0][0xe7]g[0x9c][0xa8][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xae][0x8d]{[0xe][0xb6][0xe0]:[0xc8][0xa3][0xe0]`[0x1b]U[0x7][0xf7]Qc[0xd8]0%[0x8d][0x80][0x87][0x93][0xc6][0x81][0xea][0xcf][0xbd][0xe9][0x9e][0x14][0xc1][0xb8][0xa5][0xb5][0xd2][0xe][0xea][0xa8]2[0xb8]JO[0x1a][0x93][0x80]G[0xd1][0x1b][0x19]M[0x1b][0xe6]w[0x1b][0xf4]u[0x1f]18[0xed]0[0x14][0xba]i[0xf2]D[0xc4]P[0xbc][0xe0][0xed][0x8d]|[0xe1][0xc5][0xc][0x9b][0x97][0x13][0xd9]x[0xc0]PY[0xbc][0xec]E[0xc6]_/[0x9b][0xff][0xcd][0xcf][0x9e][0x19][0x9f]Zn[0xd7][0xea][0xc7][0x9d][0xcb]j[0x9f]PA[0xef][0xc5]~[0xab]9[0xa0][0xb][0xfd]O[0xb6][0xad][0xf4]X[0x86][0x9a]/[0xfd][0x19][0x96][0xd5]{[0xf][0xeb]e[0x2][0xb3][0x4]3[0x9][0xfc][0x80][0x14][0xf1][0xac]`[\r][0x19][0x94]i[0x84]U[0xb2]i\%[0x86]l[0xc2][0xf3][0x3][0xcb][0xa4]S$E[0x12][0x7][0xd6]k[0x9b]2[0xba]FQ[0xde][0xb5][0xe4][0xac][0x84][0xeb]d-b[0x1]n[0x93][0x94](f[0xc3][0x94][0xe4]h[0xbb]+[0xd8]|[0xbe][0xfe][0xb]PK[0x7][0x8]>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/JsonPointerImpl.class[0xb5]W[0x9]|[0x14][0xd5][0x1d][0xfe][0xde][0xee][0xec][0xce]f3!ae[0xc1][0x84]p/[0x98]l[0x8][0x1]T[0xd0] G[0x8]A[0x16][0x93]@[0xb3][0x11]Ela[0xb2][0x99]$[0xb][0xcb]n[0xdc][0xdd]pi[0xad][0xb6][0xd4][0xa3][0xb5][0xd5][0xda]V[0xab]=@Z[0xc1][0x83][0xb6]x[0x85][0xe0]I[[0xab][0xd5][0xd2][0xbb][0xb5]V[0xad][0xb5][0xad][0xf5]l=[0xea][0x85][0x17][0xf4]{[0xb3][0x93]MH&[0x87][0xf6][0xe7]/[0xbf][0xcc][0xbe]y[0xef][0xfd][0xbf][0xff]}[0xcc][0xa3]G[0xee][0xbe][0x1f][0xc0]Ib[0x84][0x17]sqE[0xe]|[0xf8][0x8a][0x7]_[0xf5]b[0x15][0xae][0x94]/Wy[0xf0]5[0xf9]r[0xb5][0x8a][0xaf]{[0xf1][\r]|[0xd3][0xb][0xf][0xae]Qq[0xad][0x17][0xb9][0xb8]B[0x9e]|K>[0xae][0x93][0xaf][0xd7][0xcb][0xc7][0xb7]%[0xce]wT|Wn[0xcf]K[0x88][0x1d]^[0x8c][0xc7]N[0xf9][0xb8][0xc1]GV{[0xe4][0xde]M>[0x8][0xec][0xf1][0xc1][0x81]=[0xb9][0xb8][0x15]{U[0xfc]P^[0xf8][0x91][0x8a][0x1f][0xcb][0xdf]}9[0xa8][0xc4]m[0xb9][0x98][0x86][0xdb][0xbd][0xb8][0x3]w[0xaa][0xb8]Knw[0xe6]b[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf6][0xab][0xe8][0x92][0x92][0x1c][0x90]8w[0xab][0xb8]G[0x9e][0xdc][0x9b][0x8b]R[0xdc]'[0xb7][0xef][0x97][0xab][0x7][0xe4][0xea][0xa0]|[0xfc][0xc4][0x83][0x9f]z[0xf0]3/[0x1e][0xc4][0xcf]U<$[0xb7][0x1e][0x96]*[0xfc]BR=[0xa2][0xe2]Q[0x15][0xbf]TqH[0xc5][0xaf][0x4][0xb4]Pc[0xa7]P[0xd6][0xbe][0x1a][0xa2]xN`[0xe2]P[0xe6][0xd5][0xf0]<^[0xd0][0xf0]"^[0xd2][0xf0]2[0xfe][0xa3][0xe2][0x15][\r][0xaf][0xe2]\[0xd3][0x4][0xb6][0x1]*[0x9]^[0x93][0xa2][0xbf][0xce][0xea]d[0xef]x[\r][0xff][0xc5][0x1b][0x1a].[0xc6][0xe7][0xed][0xae][0x98][0xb1]+Q[0xde][0xd4][0xf0][0x96][0xb4][0xc7][0xdb]xG[0xe2][0x1d][0xd6][0xf0].[0xde][0xd3][0xf0]>>[0xa0][0x3][0xcb][0xf9]?S[0xc5][0x87][0x1a][0x8e]H[0x98][0x9]C[0xc4][0xae][0x86][0xa3][0xf8][0x80][0xce][0xe3][0x8][0x85][0xf5]B[0xd0][0xaa]}[0xdb]8[0xf3][0xa8][0x9f]([0xd9]Yh[0x94]y;[0x9a][0xa8][0x8][0x9b][0x3]Wt[[0xa6][0xc8][0x6][0x86][0xf6]i`[0xd6]1[0xbc][0xba][0x9b][0xf][0xc7][0x4][0xe]K[0xae]T{,J[0xce]%6y[0x19]*[0xb5][0x9d][0xd1]&[0xc][0xc0][0xb2][0xce]H[0xa5][0xf4]VYCF[0xaf]\[0x11][0xaa]o[0xac]iX[0xbb]tEC]U[0xe3][0xda]P[0xfd][0xaa][0xaa]Z9[0x1a][0xba]cF[0xbc]5[0xcd]1[0xcb][0x1d]i[0xd3][0x93]U[0xe4][0xab][0x94][0x84]J9{[0xb9][0xf5][0xf6]v#[0xce]._\R[0xdd][0xbf]'[0xf6][0xcc]Y[0xb2][0x92][0x98][0xb3]'[0x7][0xc8]c[0x9a][0xa7][0xb9])/t[0x8f]=[0xa6][0x82]rf2G[0x9a][0xa2][0x92][0x1][0xe7][0xb][0xaf]p[0x8][0xa7][0xc0])63[0x97][0xcd][0x14][0xd6][0x8b]3[0xb2]Pd)lo[0x8f][0xb1][0x14]N[0xea][0x16]k[0xc0][0xde][0xc9][0x91]\[0xb8][0x4][0xc6][\r]z[0xcb]~\[0x1a]f[0x3]o[0x11]X4[0xc4][0x88]2[0x8c][0x9a]V[0x16][0x8]o[0x8e][0xa6]#m[0x9c]Q[0x3][0x16]V@^[0xc]d%[0x9][0x98]O[0xd9][0xf2][0xc9]u[\r][0xab][0xb8][0xd6]=[0xed]e[0xf6]rz[0xad][0x3][0x3]z[0xa0][0x7][0x85]L'[0xe]u[0x87][0xe3]Q"[0xd9][0x1c][0x8d][0xeb]1[0x81][0x15]6J[0xf6]w]w[0x97][0x19][0x8e][0xce][0xd3][0xec]&o[0xbb]y{Lw[0x88][0xd7]U[0xad]\[0x19][0xaa]?}m]([0x1c][0xe6][0xaf][0xc0][0xc2][0x8f]&[0x94]M[0x82][0xcd][0xb7]A[0xc8][0xb4][0xd3][0xd0][0xb0][0x94]PR[0xd1]m[0xb4][0xd3][0x98][0xfa][0x15]Kj[0x1a]j[0x96][0xae][0xad]jh[0xa8]Z[0xcd]$\Rs[0xf6][0xda][0x9a][0x86][0x6][0xe6]gI(d[0xcb][0xd9]_[0x12][0xb2][0xd5][0xb6][0xb0][[[0xc2][0x11][0xb2][0xbe][0xba][0xa6]'[0xa7][0x7][0x8c][0xd3]^~[0xb5]e[0x96]5a?[0xf9][0xa6][0xd9][\r][0x9]v[0x10]#{[0xf6]B,w[0xad][0xb2]Pz[0xda][0xf5]d[0xca][0xe0][0xab][0xc0]X;[0xe][0xa1][0xda][0xda][0x9a][0xd3][0xab]j[0x5][0x82]6\z[0xed]4[0xb6]%[0x13][0x9b]e[0x91]5?*[0xc7][0xdb][0x85]oOB[0xa9][0xc2][0xad][0x9]Ux5[0x18]xN[0xc3][0x17]q[0x9][0xdb]m[0xf]V4[0xbe][0x89][0xdf][0x90][0x15][0xb5][0xe6][0xe8][0xc2][0x1e][0xaa][0xb7][0xe8][0x91]t"[0xc9]r[0x91][0xbb][0xb1][0xe7]M[0x15][0x1a]+am"[0xb1][0xa1][0x83]#[0xf8][0xa1][0xde][0xe2]Y[0x0][0x99][0xf6][0xbb]L[0x8f]7[0xc7][0x8c]T s[0xd3]&[0xaa][0x6]"4}[0xf1][0xb1][0xe]3,[0x7][0xa7]-[0xed]Z[0xad][0xc7]b[0xe1]hZ[0xda]'O`[0xea][0xb0][0xf4][0xa1][0xad][0x7][0xbf][0x87]Y[0xf0]a.[0x1c]8[0x5][0xa7][0xc2][0x89]"[0x9c][0x86][0xf9][0x10]X[0x0]po![0xcf]8Qq[0xed][0x93]s[0x16][0xf3]x[0xc6][0x89][0x89][0xcf][0xd3][0x1]q[0x13][0x14]x[0xb8][0xbb]?[0xb8][0x1f]"Xv[0x17][0x1c][0xc1]2[0x9f][0xd3][0xd1][0x9][0xe5].[0xb8]|[0xee][0xe0][0x9d]p9gwB[0xbd][0x1e]#[0xee][0x81]gu[0x17]r[0xf6][0xc3][0xfb][0x80]2[0xbf]X[0x9e][0xdc][0xbf][0xb][0x17][0xcb][0xdf][0xe2][0xd9][0xf5][0xf7] w[0xf5]~h[0x95][0x8a]s[0x8e][0xcb][0xef]*[0xef]D[0xde].4[0x96][0xfb]][0x9d][0x18]1[0xc7][0xed]w[0x17]\[0xb8][0x13]s3[0xfb]J[0xf3].L[0xe7][0x89][0xb2]N[0x9e][0xa9]~[0xb5]`[0xe6]N[0xe4][0x15]\8[0xc7][0xbd][0xdd]%[0xf6]`$7f[0xed][0x84][0xb7][0xa0][0xc2][0xdc](T[0xfc][0xee]N[0xe4][0x9f]%[0xcf][0x8e][0xde]l2+T:Q[0x10][0xde][0xee][0xe0][0xc6][0x5][0xb7]Qt'[0x96][0xf1][0xb9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~>[0x17]P[0x9d][0x85][0xc8][0xc1]"[0x8c][0xa2][0xda][0x93][0xa9]x9[0x95]>[0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "/[0xa4][0xca][0xcb][0xa8]r#[0x9f][0xe7]"[0xc4][0xe9]l9[0xc7][0xba]3[0xf0]9[0xd4][0xe2]r[0xd4][0xe1]*[0xd4][0xe3]Z|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ";x[0xe7]F[0x84][0xb1][0x8f]t[0x9d]8[0x93]7[0x81][0x6][0x9a]h[0xb]&[0x90][0xe2][0xc][0xa8][0xa4][0xae]&[0xcd][0x19]p[0xf3][0xff][0x1c]R[0xd6][0xc3]E[0xf4][0xf3][0xb0][0x82][0x14]R[0x96]6[0xac]$[0x8e][0x82][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "\J[0xca]z:[0x81][0xe6]%b#`[0xae][0xa4][0x1b][0x4][0x91][0x81]2[0xa8]G)[0xa0]C[0x85]O[0xa5][0x2][0xf8][0x0]B[0x1c][0xc1]X[0xae]U[0xe4][0x8a][0xf]1_[0x88][0xf7][0x90][0xf7].[0xf2][0xe][0xa3][0x80]$[0x9c][0x88]3^C[0x9a][0xa0][0x12]vj[0xb0]l7\[0xca][0xde][0xb2][0x87][0xa0][0x95]ub[0xa4][0xcf]w#[0xfd][0xb5][0x97]fr[0x94][0x1d][0x84][0x8f]?t[0xdd][0xde][0xac][0x8d]FSR`-[0x9f][0xeb][0xa8][0x87]N[0x1b]5q/b[0xea]8:[0x3][0x98][0x95]s*VS[0xbb][0x8c][0x9c].8U[0xa6][0xa2][0x90][0xc3][0xb0]%[0xc1]l[0xc8]w[0xc0][0x13]4[0x99][0x1c][0xb7][0xd7][0x8c]6[0xc9][0xc4]m[0xee][0xc7]MP-s[0xc7][0x2][0x15][0xf8]4>c[0xd1][0xaf][0xe0]m[0xa7][0x8c][0xc6]`[0xd9]~[0x8c][0xaa][0x9b].[0x83][0xcc][0xdf][0x3][0xe2]5[0xa5][0xd9]J[0xb0]m&[0xd0][0xc4][0xcc][0xe5][0xac]ty[0xd4]b[0x1d][0xa1][0xdc][0xa6][0x1e]M[0xbc]-[0xa8]G[0xf3] [0xe0][0xa3][0xf7][0xf5][0x1][0xbf][0x94][0xc4][0x97][\r][0x1b][0xdc]@[0x8b][0x5][0xbe][0x9c][0xae][0x95][0xf7][0xb5][0xe0][0xdd][0x18]C[0x1f]N[0xdf][0x8f][0xe3][0xf7][0xf5][0xd1]~w/\-[0x8b][0xab]Y[0xb8]r[0xd5][0xca]0[0x91][0xb8]Q[[0xdc][0xc2][0x1]p;[0x87][0x8d][0xbb][0x1e][0x1b],[0xdc]E[0xc4]uX[0xb8]E[0xc4][0x15]6[0xb8][0xf][0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x81][0xfe][0xb8]B~3Yh[0x15][0x96][0xdf]][0xd2][0xef]}a[0xe][0xf5]r[0xba][0xcb][0x82]q[0xc8][0xef] >%[0xf1][0xe3][0x14]\[0xe5][0xef][0xdc] [0x95][0x1b]U[0xa9][0x94][0x15]*[0xce][0xd9][0xe5][0x7]0[0xd6][0x89][0x83]([0xae]t)[0xb2]T[0x14]*,+~[0x99][0xf7][0xb3][0xb]Y>[0xc6]U[0xba][0xb6][0xbb][0x99][0xea]/[0x16][0xba]$;[0xc5]dWD[0x86][0xe0]G[0x9c][0x8a]'[0xe8][0x83]'[0x99][0xe8]Oa[0x6]O[0xc2][0xd3][0xa6][0x8][0xcb]xR[0xc4]?[0x99]~[0xf2][0xe6][0xdc][0xac]Ns[0xd1][0xce]T[0x15][0xe6]Jj[0xe7]0W[0xd2]jR[0xb4][0x99][0xa6][0xbf][0x15]bND[0x92][0xa7].[0xa4][0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "I[0xca][0xb4][0x95][0x10][0xf9]p[0x1c]A[0x91][0x8a][0xe][0x15][0xc5]L[0xd1]Bl25[0xdd][0xcc]~*fL[0xe5]8[0x95][0xe4]9[0x8c][0xfa][0x80]Y*[0x95][0x9d][0x18][0xa9][0xdc][0x87][0xf1][0x8c][0xc6][0xb2].L[0x8]O[0xdf][0x97][0xd9]n[0x96]{e[0xf5][0xe6][0xcb][0x1c]E[0x91][0xd5][0xd3][0xaf][0xec][0xc2]k[0xb7]c"-3I[0xd0][0xe7][0x93]g[0xdc]*E[0xc4][0xe4][0x1]S[0x98]"k[0xdd]V~[0x10]S*[0xdd][0xd3][0xfd][0x8a][0xdf][0xd5][0xac]4[0x17][0x9a][0x5][0xdb][0xef][0x9a][0xdd][0x85]@X[0x2][0xc9]b[0xbb]#[0xbb]{[0x0]S[0x1d][0xb4][0xf4][0xb4][0xfa][0xf2][0x87]q[0xb9],[0xe7][0xbd][0xee][0x9f] [0xeb]z[0xf6][0xad]d[0x8e]J[0xe4][0xd2]JO[0x16][0xd9][0xe3]W[0xbb][0x10][0xcc][0x82].[0xf7][0xab][0x8e][0x1d]X[0xe2]W[0xb]=[0x7][0x18]S[0xb8][0x1]c$`[0xf6][0xbd][0xb][0xd3]%[0xa0]$;[0x80][0xf2][0xc][0xd7]=[0x18]%[0xef]d[0xd4][0xea][0xc2][0xc]y[0xc1][0xac][0xeb][0xf9][0xd3][0xf7]ekT[0x8b][0xc]~[0xbc]@[0xcb][0xbd][0x88][0x11]x[0x89]U[0xfd]e[0xba][0xe3][0x15][0xba][0xf8]U[0x4][0xf0][0x1a]k[0xe6][0xeb]8[0x19]o[0xb0][0x10][0xbd]EW[0xbd]M[0x9b][0xbf][0x83][0x8b]p[0x18]W[0xf3]S[0xf4][0x1a]~[0x89][0xde]B[0xf3]t[0xf2]k[0xf2]^[0xe1][0xc0]![0xe1][0xc4][0x93]B[0xc1][0xf3][0xc2][0x85][0xf7]E[0x8e][0xc8]e[0xd7]-[0xe6]W[0xf0]dQ`[0x86]I[0xb]K[0xc1][0x8]r[0xda]f&y[0x13][0xf9][0x9f][0x8f][0xb][0x18]0[0xb2][0xee][0x96][0xa1][0xa3][0xe2]^[0xd6][0x92][0xb][0xd9]#<[0xc][0xaf]7[0xcd]prI[0x8f]v[0x87][0x13]W[0x99][0x14][0x99]Ln[0x19][0x94][0x0][0xf9]g[0xc2][0xa9][0x8c][0x12]]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xaa][0xf5][0x9e]1G[0x99]bn[0xb3][0xd8][0x17][0x9b][0xb1]3[0x8d]r[0xa2][0xfc]}[0xd4][0x1d]a[0xcb][0x10]*J[0xf]#[0xbf][0xe0]=[0xb2][0xf0][0xca]/q+[0xe3][0x1e][0xb3][0xf2]w][0xf0]!x[0x83]l[0xa0][0xd7]#_[0x9a]1[0xd8][0x85][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd3]g[0xbe][0x99],[0xf2][0xd7][0xc1][0xe5][0xd8][0x1b][0xf4][0xcd][0xca],[0xd9][0x2][0x9c][0xec][0xae][0x5]e;X[0x3][0xcd]U[0xf9][0xce]>T][0x98][0xbd][0xb7][0xd6][0xda]9[0x89]e[0xf2][0xe4][0x7][0xc8]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xaf][0x8e][0x8d][0xab][0x1]'Z[0xae][0x98][0x81]\[0xaa]X[0xc4]V4[0x16]c[0xc4]8L[0x14][0xe3][0xa9][0xe8]D[0xba]w[0x12][0xca][0xc5][0x14]TQ[0xfd]:q[0x2][0x1a]D[0x9][0xc2][0xa2]4[C[0xc2][0xac][0xa0]_[0xc0]v3P[0xd7][0x99]m[0x11][0xa6][0x9]4[0xa8][0xb9][0xb9]^[0xef]q[0xb9]KT[0x9c]X[0xe0][0x95]S[0xa1][0xa5][0xe3][0xa9][0xfc]u[0x98]U[0xa5][0x13]s[0x6]+N.[0x96][0xed][0xcb][0xcc]Dv[0xb1]k[0xb7][0xf1][0xdc][0x89]/[0x99][0xf7][0xbf][0x8c]yf^8Q)[0x8f][0xb]<[0xb8][0x3][0xd3][0xf0][0xef]E[0x85][0xc2]C[0xbf][0xe7]0[0xaa]vY[0xa5][0xf3][0xfb][0xfc][0xff][0x1]{[0xfc]nkusvu[0xb]v[0xff][0xf]PK[0x7][0x8]&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.class[0xa5]VYW[0x14]G[0x14][0xfe][0x8a]e[0xd8][0x6]ATp[0xc1][0x88][0x1b][0xe][0x8d]:[0x9a][0xc4]%[0x1]4l[0x9a]A[0x1c]L[0x6][0x7][0xc5][0x8d]f[0xa6][0x81][0xc6][0x9e]n[0xd2][0xd3]#1[0xfb]b[0xf6]=yJ[0x1e][0xf3][0x92]WsN[0xe2][0x9c][0x93][0x87][0xfc][0x80][0xfc][0x99][0xbc][0xe7][0xe4]$[0xb9][0xb7][0xba][0xd3][0x83][0xd0]`[0x99]0[0x87]o[0xaa][0xeb][0xd4][0xf7][0xdd][0xef]V[0xdd][0xba]=[0xbf][0xfd][0xf5][0xcb][0xaf][0x0][0x9e][0xc6]7[0x8d][0xe8]A[0x8e]![0xcf]`0[0xcc]5 [0x8e]y[0x1e]-0[0x98][0xc][0x8b][0x8d]4w[0x9b][0xc1][0xe2][0xc7]B[0x1d][0xec]z8[0xfc][0xbc][0xc4][0xcf]/[0xf1][0xc8]e(2x[0xc5]gq[0x8c][0xb1][0xc4][0xe7][0xf8]"[0x8e]/[0x19][0xbe][0xc2][0xd7]q\[0xe0][0xb9][0x8b][0xc]i[0xe]5[0xc1]A/[0xe1][0x5][0x86][0x17][0x19]2[0xc][0x93][0xc][0x97][0x19][0xb2][0xc]C[0xc]S[0xc]W[0x98]![0x1f][0xaf]2L3\c[0xb8][0xce]p[0x83][0xe1]&[0xc3][0xad]8fp^[0xe0][0xc0]:[0xd6]W[0x99]n[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "z[0xad]+_[0x9][0xdb][0xa2]Z75[0xd8]MfQv[0xd2]A[0xcb]r[0x96][0x8d][0xbc][0xec][0xbb][0xd3][0xf4]J5[0xed][0xb4][0xc3]=[0xd4]o[0x98][0xfc][0xf6][0xa0]mH[0xc][0xf7]d[0xb1][0x97]~[0xcb][0xf4][0xd0][0xef][0xa4]*[0xfa][0xd0]F[0xd3]h'[0xe][0xe3][0x8][0x4][0x8e][0xca][0xd9]fZ![0xf8]X[0x8][0x8f][0xd3]L[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd5][0xf4][0x1][0xea][0xb4][0xde][0xc3]e[0x88][0x1f][0xe5][0xa2]'[0x9][0x1b][0xe9][0x1b][0xd8][0x87][0x18][0xf6][0xe3])[0x1a]u[0xf9][0xcb][0xe8][0x7][0xd8][0x9]@[0x8e]N[0xe2][0x14][0x89][0xf0][0xe8]4[0x9e][0xa1][0xd5],[0xfb]l[0xa4]l[0xd5]j[0xd9]n[0x92]=[0xb4][0x8e]l[0x1f][0xfa][0xd7][0xc8][0xe][0x4][0xb2][0x93][0xa8][0xa1][0xf]PO[0xb2]G[0xca][0xa8]^[0xad][0xab][0x11][0xab]W[0xea]j[0xfe][0xba]P[0xb7]>[0xd4][0xad][0xc7][0x19][0x9c][0x95][0xab][0xeb]e[0x84]j[0x9a][0xa5][0xba][0xc]"[0xc][0xcb]g`[0xb3]VF[0xcd][0x94]v[0xf5]'[0xd4][0xd6][0xcc][0xfc][0x8c]Z[0xed]~[0x18]j[0x93][0xb4][0x9c]D-mb[0xb][0x91]8\[0xdc]'[0x5][0xe1]Xp([0x10]L[0xd3]j[0xe][0xd6][0xa6][0xf5][0x96][0x11][0xdb]H[0xf1]$m[0xca])[0xb4][0x92])Vl[0xf7]Ya[0x2]md[0x8d][0x8f]Q[0xf0][0xad][0x89]0[[0xb7][0x91][0xf4][0x0][0x99]=Cf[0xcf]F[0x9a][0x1d][0x89]6[[0xbf][0x91][0xe2][0x8][0x99][0x1d]%[0xb3][0xe7][0x1e]av44[0x9b][0x9][0xcc][0xee] [0xb3][\r][0xbe]r[0x9e][0x95][0xcb]h[0xa4][0xff][0xa6][0xa9][0x15]![0xda][0xc9].[0xe8][0xde][0xd6]P_[0xd8]DW[0xb7][0x8d][0x8c]u[0xd0]5[0xac][0x98][0xdf][0x11][0x84][0xaa][0xe2][0xa6][0x11][0x4][0x98][0x93]E[0xf]tT[0xf7][0xef][0xd2]H[0xfe]{[0xb4]hm[0xcd][0xf][0xb0][0xe9][0x9e][0x10]?[0xfc][0xfd];[0xd7]J[0xb5][0x94]o[0x93][0xb5][0x91][0xa1][0x9a][0x99][0xa4][0xc]2[0x14].[0x1b]fQ[0x85][0xad]x[0x9e]j[0x88][0x83]t[0x4]AR[0xf4][0xdf][0x80][0xaa]?Q%[0xfe][0xc0][0x16]"[0x8f][0x85]1gd[0x81][0x2][0xbb])[0x85][0x16][0xed][0x1]Z[0xbf][0xc5]V[0xfa][0xda][0xfc][0x1d][0x9a][0xb5][0xd6][0xc6][0x7][0xb4][0x91][0x94]^%[0xb2][0x9f][0xd8]4I\#[0x17][0xd7][0xb1][0x1d]7[0xd0][0x89][+[0x12][0xdb][0xbd]"&[0xed]W'-[0xbd][0x10]F[0x1b][0x8][0xa2]5[0x91][0xea][0x16][0xad][0xb5][0x8b][0xf4]+7[0xc0]?[0x97][0x1c][0x11][0xf2][0x94][0x99][0xb1]B[0xb3])[0xdc][0xac][0xf1]P[0xea]D U[0xe7][0xdb]\}[0x91][0x16][0xe8]x[0xcd][0x15][0x12][0xc1][0x5]m[0x1d][0xe4]F[0x1a]H$[0xe5][0x1]C[0x1e][0xe1][0xd6][0x8a]@,[0xc8][0xa3]B[0xae][\r][0xc9][0xe9][0xb0][0xd2][0x8e][0x5][0x87][0x15][0xe3]J[0xdb]v[0x3]v,dO[0x84][0xb5][0xb4]2t[0xfb]F[0xe4]Jh[0xea][0xf8]kB[0xef]*[0xa3]C-4[0xbd]*[0xa2][0x8c]oWeg[0xa2][0xd8];T[0xd9][0x93]![0xdb][0xef][0xaa]1[0xed]P[0x19];U[0xd9][0x97][0xd7][0xb0][0xf7][0x94][0xb1]K[0x95][0x9d][0x8d][0xda][0xb5]NUv[0xe4]q[0xef]VeO[0x5][0xec][0xe3][0xf][0xbd]M[0x9e][0xd8][0x88]^[0xb7][0x82]~%*[0xf8][0x1e][0xd5]Z[0x8b][0xb4][0xde][0xa5]j[0xfd][0xea]Z[0xeb][0x9d]e[0xec]U[0xb5]>[0x1d][0x99][0xf9]>U[0xfa][0xb5]H[0xfa]~U[0xfa][0xf5][0x90][0xee][0xbf]n[0x89][0x9e]([0xe3][0x80]*[0xfd][0xc6]ZzW[0x19][0x7]U[0xe9]7#[0xb7][0xae][[0x95]~+2[0xf7]Cj[0xf4][0x99][0xc8][0xee][0x96]P[0xe8]n4[0xd6][0xe5][0xaa][0xd9][0x0]PK[0x7][0x8]e[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0])[0x0][0x0][0x0]org/glassfish/json/JsonProviderImpl.class[0xcd]Y[0x9]x[0x1b]W[0x11][0xfe][0x9f][0xe][0xaf][0xb4][0x96]c[0xc7]v[0xdc][0xe6]"[0x87]s8[0xb6]c[0xe7]h[0x9c][0xc3][0xae][0x9b][0xd8][0x89]S'vb[0xec][0x12][0xe3]@[0xa1]kYv[0xd6][0x91]%![0xad]R[0xcc]]([0x4]([0x10]n[0x1a]H[0x9][0x94][0xd0][0xa4][0xa5][0xb4])Mk[0xa7][0xa6][0xa5][0xb4][0x90]@)G9[0xca][0x11][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5](G9[0xca]Q[0x8e]BZ[0x98][0xb7][0xbb]ZI[0xab]]is|[0x1f]|[0xf9][0xf2][0xb2][0xfb]v[0xe6][0x9f][0xe6][0xcd][0x9b]7Oy[0xe4][0x85][0xfb][0x1e][0x0]p[0x19][0x9b].[0xa2][0x1d]'[0x4][0xdc]#[0xc2][0x85][0x13]~[0xb4][0xe1]^[0x1][0x13]"[0xbc][0x98][0xe4][0xc3]I[0x1][0xf7][0x89][0xf0]a[0x8a][0xf][0x9f][0x17]p[0xbf][0x88][0x7][0xf0][0x85]b[0xec][0xc5][0x83]|[0xf8][0xa2][0x80][0x87]D[0x94][0xe2]a[0x11]_[0xc2][0x97][0x5][0x9c][0x12]Q[0x8e][0x13]"[0xa1][0x9c][0x16][0xf0][0x15][0x1f][0xbe]*[0xe2][0x11]|[0x8d]K>[0xca]%[0xbe].[0xe0][0x1b]"f[0xe1][0x9b][0x2][0xbe]%b[0xe]G[0x9d][0xc3]Q[0x1f][0x13]1[0x8f][0xdb][0x9b][0xc7][0xed]}[[0xc4]B.[0xf1][0x1d][0x11][0x8b][0xf0][0xb0][0x80][0xef][0x8a]X[0xc2][\r],[0xc1][0xf7][0xf8][0xf0][0xb8][0x80][0xef][0x8b][0xa8][0xe5]3[0xb5][0xf8][0x1][0x1f]~([0xe0]G"[0x1a]pF[0xc0][0x8f]E[0xac][0xe0][0xf6]W[0xe0][0x9][0x1]?[0x11][0xb1][0x1a]O[0xf0][0xe1][0xa7][0x2][0x9e][0x14][0xd1][0x84][0x9f][0xf1][0xe1][0xe7][0x2]~!b=[0xce][0x88][0xf8]%[0x9e][0xe2][0xc3][0xaf][0xf8][0xf0]k>[0xfc][0x86][0xf][0xbf][0x15][0xf0][0xb4][0x88][0x8d][0xdc][0xf6][0xef][0x4][0xfc][0x9e]A[0x1c]L[0xe][0xf][0x87][0xe2]=[0xd1]h[0x98][0xa1][0xba]+[0x1a][0x1f]i[0x1c][0x9]K[0x89][0xc4][0xb0][0x9c][0xd8][0xd3]8[0x9a][0x88]F[0x1a][0xa5][0x98][0xdc][0xd8]f[0x8]53[0x14][0xb5][0xc8][0x11]Yiep[0xd7],[0xdb][0xc5][0xe0]i[0x8f][0xe][0x85][0x18]J[0xbb][0xe4]HhGrl0[0x14][0xbf]J[0x1a][0xc][0xd3]LyW4([0x85]wIq[0x99][0xbf][0xeb][0x93][0x1e]e[0x8f][0x9c]`Xlei[0x1b][\r]=[0xf1][0xe8]>y([0x14][0xef][0x1c][0x8b]q[[0xa5][0xc1]xHRB[C[0x91]P\R[0xa2]q[0x86]55][0xa3][0xd2]>[0xa9]Q[0x8e]6[0xf6][0xc7]e%[0x14]o^F[0x13]{[0xa5][0xb8]"i([0x9][0x85]T[0xc6]T0C[0x8d][0xb3][0xbe]V[0x95]f(3[0xeb]34[0xa7]1w&[0x95]XR[0xe9]S1[0x1c]"[0xbb][0xa3]I[0x85][0xa1][0xca][0x1a][0x82]![0xa0][0xb9][0xd0]#[0xc5][0x13][0xdc][0xfc][0xaa][0xb4][0xad][0xde][0x90]4[0x94][0x97][0xbf][0xa6][0xc3][0xc9][0xc7]U[0xd1]L[0xf2][0xba]2[0xc3][0xda]4`g[0xc4][0x9]w[0x3][0xd5]%G[0x18]fXj3Td[0xd2][0xee][0x90][0x82][0xe4][0xeb]8[0xc3]:[0xdd]XR[0x91][0xc3][0x8d][0xdd]R[0xac][0xa0][0x19]][0x93][0xfb][0x10][0x8c]F[0x86][0xe5][0x11][0x9e])[0xd9][0x10][0x94][0x14]15[0xfd][0xaa][0xb2][0x13]f<[0x96]J[0x9a]E[0xd9][0x1a]-[0xda]kX[0x8a][0x8c]4[0x12]_92[0xd2]\[0xdb]J0%}[0x8a][0x14][0xdc]K[0x2][0xba][0x9a][0xbf]O[0x1e][0x89]HJ2N[0xcf][0xdd]5N0[0x9c]{SeJL#B[0xcd][0xce]#dV&[0xd8]i1=[0xff][0xdb][0xf5]`[0xd1]DHQ[0xc6]{[0x88][0xa1]B$[0x19][0xd8]n[0xda][0x3][0x5]}[0xc9][0x98][0xd9]98[0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "*[0xcd][0xad][0xcd][0x2][0xfe][0xc0][0xd0]s[0x81]q[0xb0][0xe0][0xac]'x[0xaf][0x9e][0xa2]u[0x85][0x12][0x9c][0xc3][0x18][0xd9][0xbb][0xc2]Q[0xf6]f[0xa9][0xe8][0xf6][0xfa][0xf5][0xfd]\W[0xa8] pec[0xab][0xaf]t[0xb6][0xd5][0xb3]t*2[\r][0x1a][0xb][0xbd][0xb2][0xc0]B[0xa7]![0xd2][0xa1][0xea]8[0x9f][0xe8][[0x1]Ud[0xc6][0xfc][0x9c](e[0xa9]\[0x8]%3[0x90]NIK[0xb7][0xb6][0xa4][0x1c]V[0xb3]aa[0x8d][0x85]j[0x96]L[0xaa][0xfe]Z[0xca]X[0x19]6k[0x17]E[0xd5][0x9][0x86][0x99][0xb6]([0xce]Bc[0x6]v[0x8f]I1[0x86][0xfe][0xc2][0x1][0xb2][0xda]m[0xe][0xf0][0xcb][0xb5][0x88]m[0x8a][0xc7][0xa5]q#`[0xb][0xac][0x2][0x96])B[0x8a][0xeb]-[0xe2][0xa5][0x8a]XY5[0xe9]z%[0xfe][0xce]p[0xa9][0x1d]D[0xfa]DQ=n[0x8f][0x86][0xc3][0xc4]Z[0x8e]F[0x1c][0x80][0x8b]AC[0xda]8[0x11][0xcd]([0xda]:[0xe5]~hQk[0xf8][0x6]k[0xdb]-[0xd6]9h2_[0xa2][0x9f]YQ*[0x96]<[0x96][\r]5[0xb9]ke[0x81][0xa2][0xcb][0x13]@[0xf1]h[0xfa][0x95]709[0xda][0xc6][0xa2][0xf5]HJpO[0xfe]E[0xcb][0x14]9[0xd7]E3[0xe9][0x16]g[0x18][0xd5][[0x88]sBR[0x97]F[0x85][0xd8],[0xf][0xf]3[0xf4]Z [0x90][0x87][0xc9] ?,[0x9b][0xf3]}[0xcb]c[0xa1]([0x11]M[0xc6][0x83]t[0xd6][0xce][0xc9][0x7]@r[0x8a][0x14][0x1f][0x9][0xd1]~-[0xd3](u[0x87][0xe8]Uwm[0xad][0x5][0xb1]]R8ii8[0xad][0xc8][0xf3]:[0xa6]!X[0xe4][0xb5][0x6]`4[0x93][0xaa][0x9a][0x16][0x87][0x9d][0xb6][0xe6][0xce][0x97][0x86][0xbe]R[0xaa]0[0xc3]rg[0x9]h$[0x97]w[0x9f][0xa6]7[0xa7][0xa6][0xd3]BL[0xeb][0xae]I[0x8c]ur[0x91]myE[0xb6]q[0x91][0xcd]yE6[0xa7][0xcb][0xe2][0x98][0xa4][0xec]il[0x93]G:)[0xf3]G[0xac][0x8f]PC[0xaf][0xca]Z%[0x17]ls(([0x8f]I[0xe1]s[0x1]K[0xa9]0Tj[0x81][0xd4][0xf7][0x80]q[0xc4][0xad]rP[0xc7][0xb3]u[0x8]k[0xeb][0xf9][0x9e]q9H[0x97][0xc8][0x89][0x9e][0xac][0x86]lK[0x84][0xf7][0x9a]CT[0x17]r[0x88]Q[0xa3][0xb6][0xd4][0x99]a[0x92][0x14][0xfb][0xd4][0xcd][0xd3]![0xf3][0xc6]u[0x86][0xf9]&[0xd4][0xc0][0xd5][0x2][0xe8][0xc0]V[0xaa]5[0x16]7[0xa7][0xf4][0xfd][0x8c]K[0x7][0xb0][0x19][[0xa8]k[0xb6][0xb9]b[0x19]-[0x9c]&[0xdb][0x81]?[0xf2][0xe1][0x19]k[0xe4]t[0xef][0x9b][0x92][0xfe][0x13][0x1f][0xfe]l-[0x9d]}W[0x14][0xf0][0x97][0x0][0xfe][0x8a]g[0x3][0xf8][0x1b][0xfe][0x1e][0xc0]?[0xf0]O[0x86][0x9a][0xbc]6[0xf4]@[0xa7]L='[0xe0]_[0x1][0xfc][0x1b]g[0x19][0xa6][0xa7][0xe3]x[0xa5][0x94][0xd8]C[0xb1][0xc][0xe0]N[0x1c]'[0x1a][0x5];Uj2u[0x99][0x6].[0xd3][0xa0][0xc9]4d[0xc9]4d[0xb7][0xd9][0x2][0x9e][0xf][0xe0][0x5][0xfc]'@[0xbb][0x84][0x5][0x98][0x8b][0xb9][0xa9][0xcf],[0x14][0xce]l[0xf2][0xcc]c[0x1f]P[0xad]u[0xe2][0x82][0xf6]2Z[0xc7][0xa7][0xc9][0xd8][0x5]-[0xab]+[0xcc]/[0x9a][0xd5][0xad][0xe5][0x17][0xcd]jSR[0xde]x[0xf9]PD[0x19]m[0xa3][0x94]y[0x12][0xa7]t[0x4]>[0xf8][0xa8][0x7][0xb4][s[0xed][0xa0]M[0x89][0xfb][0xed][0xd1]3[0x8f][0xc3][0x94][0xb8][0xc8]0?[0x9f][0xb8]*[0xc7][0x8a]i[0xf9][0xb0][0xd8]F.][0xb9]S[0xa0]%\c[0x9a][0xfd][0xaa]h[0x9b][0x96]K[0xb][0xac]4[0xc0][0xca]p3[0x1f][0x8e][0xf0][0xe1][0x16]>[0x1c][0xe3][0xc3]m[0xc][0xcb]l[0xf4][0xb3][0xb][0x8a][0xb6][0xe][0xd5][0xe]~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "a[0x98][0x9b][0x9d][0xe7][0xb4][0xd1]2e[0xa8][0xf7][0xc9]*4[0xc]M9[0xd7]"[0x7]?[0xee][0xf0][0xdf]sZlnH[0xe][0xd5][0x9b]r[0xae][0xe][0x15][0x9b][0xad]o[0x82][0xe][0xb5]K[0xd3][0x85][0xb5][0x9d][0xb]3[0x8][0xd4]c[0xec][0x90][0xc6][0xa8][0x9c]V[0xaa][0xdd]YN'W[0x1c][0x8c]F[0x14]I[0x8e]$[0xb6][0x87][0xe8]`[0x99][0x91]yT[0xa7].[0x1f]T[0x98][0xdd]j[0xab][0xb2][0xc4][0xea]k[0xee][0x94]*[0xe8][0x8c][0xf0][0xc][0xab]6[0x97]h[0xfb]Bc1e\][0xc2][0xe9])[0xde][0x19]?[0x95]LO[0xdb]l#[0xa8][0x90]D[0x8d][0xb6][0xa0]v[\r];[0xa9][0x9f][0xa9][0xaa][0xd9][0x9d][0xc9]J[0x97][0xe0]W[0x99][0x18][0xff][0x8d]j[0x9d][0x85][0x17][0xe][0xfd]*MF[0xc6][0xa2]C[0xf2][0xb0][0xfa][0xd3][0x8c][0xca]n[0xbe][0xd5]I[0x9c]M[0xb6][0xc9],[0xb2][0xdb]ap[0xae][0xb0][0xbf][0x10]:DXc6[0xed]P[0xaf][0xd5][0xb6][0xb7]>[0xc7][0xed]c[0xbe][0xf6]8M[0xb][0xab][0x8e][0x91][0xe6]g[0xdb][0xf7][0xfc][0xfc]7[0xd8][0xa1][0x8b][0xdf][0xd6][0xa7]n[0x83]V[0x96][0xf5]^[0x98],o[0xbb][0x18][0x1d]t[0xaa]A[0xb7][0xab][0xba]Z[0xb7][0xa8][0xd5][0xc1][0x12][0xda][0x8f][0xe9]9,@[0x1b][0xda][0x1]P[0x3][0xc6][0xbb][0x1e]zZH[0xcf][0xd4]([0xd1]x%[0xbd][0xb5][0xc2]MO@Y[0xed][0x4]X[0xed][0x14]\[0x3][0x13]p[0xdf][0x3][0xcf]]4[0xe7]B'[0x8d][0xfc]?[0x7][0x80]:x[0xb0][0x1c][0xdb][0xe8])[0xa0][0xc9]c;[0xba]T[0xdc]n[0xec][0xd0][0xb1]6[0x91][0xc][0x97]-[0x99][0x82]w[0xa0][0xae][0xf6][0x4]<[0x13](:n[0x0][0x15][0xa9][0x8a]+U[0x90]*MP[0x7][0xe1]O;[0xd1]C[0xdf]9[0xdc][0x8b][0xf3][0xc0][0x9]f[0xb8]&[0x1b][0xb8]^[0xf4][0xa9]pW[0xe1]%[0xb9]p[0xbe][0x14][0x9c][0xdf][0xc][0xd7]l[0x3][0xb7][0xb][0xfd]:[0xdc]K[0xf3][0xc0][0x89]f[0xb8][0x8d]6p[0x3][0xd8][0xad][0xc2][0xbd][0xc]/[0xa7]o[0x1c][0xee][0x18][0xad][0x83][0x9b][0xfe]][0xc3][0xba][0xeb]Na~]y[0xf1][0xbd][0x8][0x9c]D[0x89][0xb][0x7]Q[0x9e]z[0x9b][0xe6][0xc2][0x83]([0xee][0xae]?[\r][0x1f]7[0xd8]=[0x85][0xd2][0x81][0xfa][0x9][0x94]q[0xb3][0x1e][0xd5][0xec],2[0xc]Zf[0x17]-q%-r5[0xcd].%[0x12][0xf5]d[0x9a]S[0x99][0xaf][0x19]1[0xa8][0xac][0xc1][0xd5]x[0x5][0x11]qa5^[0xa9][0xea]]c,1[0xff]&[0xd1][0xd3] =[0xfb][0xe1]:[0x8b]j[0x1][0xc5]>[0x4]U[0x1f][0x87][0xe8]C[0x8][0xc3][0x1a]{[0xd6][0x5]/[0xfd][0x1]"u[0xa7]Q>[0x89][0xe9][0xdd][0xee]VNp[0x83][0xe7](z[0xa7]PN9U[0xd1]]7[0x89][0xca][0x81][0xd6][0x83]([0xab]/[0xaf][0xf2]L[0xe2][0x92][0x93][0xb8][0xd4][0x8d][0xfe]l[0xd7]6xfzN[0xa1][0xb2]^[0x9d][0x9c][0xe9][0xd1]D[0x8e][0xc2][0xaf][0x81][0xd5]Ob&[0xf9][0x14]c[0x84][0xbe][0xbb]H[0xd3][0x8f]=[0x90])Le[0xf4][0x97][0x87][0xc4][0xc3][0xfd]2[0x2][0x16][0xd1][0x3]6[0x9b][0xf2]K[0xd3]X@)[0xab]il[0xa2][0x1d][0xa2]i\[0xa3][0x87]Z[0xc3][0x1d]U[0xd7]?[0xa2][0x87]S[0xd3][0xe4]s<[0xb0][0xe5][0xf0]V<[0x8f][0xb9][0x2][0xf6][0xb2][0xb3]XL[0x1][0xf6]z[0xf4][0x8][0x87]Iv[0x8c][0xb4]r[0xd2]mN*[0xdd][0xe6][0x9a][0xd3]mo[0x81][0xec][0x1d]C4[0xf][0xdc][0x8b][0xcc]p[0xb1][0x2][0xd9][0x1b][0xc3][0xab]r[0xe1][0xe6][0xa5][0xe0][0xe6][0x9b][0xe1][0x92][0x5]v~[0xc][0xf1]3JO[0x9a][0xef]o[0xa2][0xa7][0xeb]([0x1b]s|[0xaf][0xd5]}[0xaf]3[0xd3][0xbe][0xdb][0xd2][0xf7][0xeb]([0x9b]s|[0xaf]M[0x91][0xad]7[0x83]L[0xda][0x90][0xbd][0x9e]6[0x3]S[0xe1][0xde][0x96][0xeb][0xbb][0x1][0xb7][0xdc][0xec][0xfb][0xfd]6p[0xfb]iOe[0xfb][0xbe][0x9f]vX[0xca][0xf7]w[0xd2][0xd3][\r][0xb4][0xd3]4[0xde][0x97][0x13]"[0xd7][0xf7]O[0xa1]a[0xa0]n[0x2][0x8d]f[0xce][0xf]e[0x18][0xf1][0x1b]F[0xfc][0xb4]M[0xdf][0xa3]r>[0x80][0xf7][0xea]P[0xab]H[0x86]k[0xf8][0xa6][0xb0][0x82][0xea][0xc9]J3[0xd2][0xe9][0x8c][0x10][0xfa][0x8c][0x10][0x1e][0xa0][0x8d][0x9e]Ce[0x5][0xa7][0xb2][0xca][0xc][0xf0][0xa8][\r][0x95]T[0xf8][0xde]O[0xf5]"[0x7]j5[0x87][0xba][0xcc][0xc][0xf5]X[0x1][0xa8][0xf][0xe2]C:[0xd4]vZ[0x9][0xb7][0xb6][0x12][0x4]E[0x5]n[0x8d][0x5][0xdc][0xe3][0x19][3s%>[0x8c][0x8f][0xe8]+p#=[0xf1][0xf0][0x1c][0xa4]-[0x9d][0xc3][0xb1][0x89]s\k[0x6]=c[0xc3][0xf1]cT[0x11]8[0xc7][0x9b][0xf0][0xf1]\[0x8e]M*[0xc7]u[0x16]pO[0xda]re[0xc3][0xf1][0x93]zv[0x1c][0xc6][0xcd]:[0xd4]z[0xb5]F[0x1][0xde][0xd9][0x93]h6[0xc3]<[0x9d][0x1][0xe3]5`[0xbc][0x4][0xf3])[0x1d][0xe6][0x88][0x1][0xe3]R=[0xf0][0xce][0x9b]D[0x8b][0x19][0xe6][0x19][[0x98]O[0xeb]0[0xb7][0x98]a[0x96]N[0xe2]r3[0xcc][0xb3][0xb6]0Gu[0x98]cf[0xa7][0xe8][0xe8]l5[0xc3][0xa3][0xc2][0xdc][0x8e][0xcf]^[0xd8][0x9][0xb4][0x91][0x9f]@[0x9b]L'[0x10][0xa3][0x85]g[0x1e]T2/[0xaa][0x99][0x80][0xa5][0xcc][0x87]z&^[0xdc][0x13][0xe8][0xe]*[0x3]w[0xe2][0xb8][0xce]~[0x8b]^>[0xfc][0xb5][0xe5]U*[0xe9][0xdb][0x91]U[0xee][0xd8][0xb4][0x8c][0xfa][0xe1]Wm"[0xc3][0x92]_[0xb5][0x4][0x1d][0xfa].[0x9a][0xfb][0x9c][0xfa]t[0xf7][0x1]PK[0x7][0x8][0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonReaderFactoryImpl.class[0x95][0x94]O[0xd3]@[0x18][0xc7][0xbf][0xb7][0x8d][0x15]f7~([0xa8][0xa8][0x8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "s[0xeb][0x90][0xa2]"[0x8a]#$[0xba][0x84][0x4]2"$[0xfe]y+[0xb7]r[0xd8][0xb5]K[0xd7][0x99][0xf0][0xae]4[0x91]`4[0xf1][0x5][0xf8][0xa2][0x8c][0xcf][0xb5][0xcd][0xd0][0xb1]-3[0xcb][0x9e][0xde]=[0xf7]|?w[0xf7][0x9c]z[0xff][0x9b]f(.[0xe6][0xe9][[0x93][0x1][0xc3]%$([0xcd]T [0x1a][0xe7][0xe8][0xab][0x94][0xc0]8[0xcd][0xa9]V4[0x1e][0xa1][0xff][0x14].[0xd3][0xca][0x15][0x1a][0xbd][0xa5][0xb5][0x4]='[0x8d]30[0xe3][0x1b][0x12][0xa7]H[0x1a][0xa5]S[0xa4][0xbe][0x84][0xb2][0xe9]08Ev[0x91][0xec][0x2][0x81][0x97][0x8][0x93][0xc7][0xc]yf"![0xae][0xe2][0x1a][0x10][0x8e][0xd4][0x6][0x8c]~[0xd7]1[0x1b][0xe3][0x9f][0x93]JEe`[0xe4]C[0xc9][0xf8][0x8a][0xd4][0x19][0xd2][0x9f];[0xe8]4[0x85][0x1][0xc6]_[0xb8]l[0x7][0x97][0xc5][\r][0xdc][0x8c]q[0xb7][0x6][0xe0][0xb4]n[0x9c][0xd9][0x7]7[0x87][0xdb]1n>[0xc6]U)[0x19]Iz[0xe6]B[0xdc]r[0xc4][0x1b][0xed][0xe6][0xad][0x85][0xbc][0xf9]([0xb2][0xc3][0xcb][0xc5]<5Z[0xc0][0x1d]R[0xd0][0xd7][0x96][0xb2][0x94][0x8][0xc9]f[0xb8][0x13]%[0x9b][0x98][0xc9]n[0xe0]F[0x8][0xd4][0xa3][0x80][0x18][0x18]Ui[0x89]|[0xf9]pt[0xef][0xf]PK[0x7][0x8][0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonReaderImpl.class[0xa5]VkW[0x13]W[0x14][0xdd]C[0x2][0x3]q@AT[0xd4][0xd6]GE[0x1b][0x82][0x18][0x1f][0x15][0xb5][0xf8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "!hp[0x4][\r][0x11][0x8d][0xad][0xa6]C[0x1c][0x92][0x9][0xc3]$[0x9d][0x99][0xa0][0xb6]][0xab]_j[0xff][0x83][0xa0][0xfd]j[0xbb][0xaa]t[0x95][0xb5][0xea][0xf7][0xfe][0xa4][0xae][0xae][0xb6][0xfb][0xce][0xc]![\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1][0xd4][0xf][0xb9]s[0x1f][0xfb][0x9c]}[0xf6][0xb9][0xe7][0xcc][0xe4][0xaf][0xff][0xf8][0x13][0xc0]gx[0x1a][0xc1]G[0xb8]&[0xe3]z[0x4]-Hw`?&[0xc4]pC,U1[0xdc][0x14][0xcb]I[0x19]S[0x11][0xdc][0xc2][0xed][0x8]:[0x90][0x11][0xdb][0xd3]b[0xc8]v`[0x18]w[0xc4]lF[0xcc][0xee][0x8a][0xd9]=[0x19]9[0x81][0xba]/[0x16]_D[0xd0][0x83]/e<[0x10][0xc6][0xf]#[0xd8][0xed][0x1b][0xe7][0xc5][0xf0][0x95][0xc]M[0xc6][0xac][0x8c][0x82][0x84][0xb6][0xaa]f;[0xba]-[0xe1][0x88]Z[0xb1][0x8b][0xf1][0xa2][0xa9]9[0xce][0x9c][0xe1][0x94][0xe2]e[0xa7]b[0xc5]'8[0xdc][0xf2][0x0][0xe9][0x85][0xaa]9"[0xa1][0xdd][0xd6][0xb5]Gc[0x15]K[0x97] [0xdd][0x97][0x10][0x99][0xad][0xcd][0xcd][0xe9][0xf6][0xad]J[0xc5]l[0xe2]A[0xab][0x1a][0xf1][0xd1]:[0x88][0x1e][0xda].[0x1a][0x96][0xe1]^[0x96]0[0x1c]U[0xcb][0xda][0xa2][0x16]7*[0xf1][0xc][0x9d][0xea][0xf6][0xc8][0x16][0xec][0x7]f$[0x84][0x93][0x95]G[0xe4][0xdf][0xae][0x1a][0x96]>Y[[0x98][0xd5][0xed][0xac]6kr[0xa7]G[0xad][0x14]4sF[0xb3][\r][0xb1][0xe]6[0xc3]n[0xc9]p6[0x90][0xe7]s[0x7][0xf2][0xda]lo%a[0xc7][0xdb][0xb1]I[0x18]Y[0x8d]7mUk[0xee][0xb4]K[0xf0][0xc2]V[0x83]n1,[0x9][0xbb][0xd6][0xf5] [0xe1]N[0x13][0xd7][0xde][0xa6][0xc5][0xdd]BI\[0x82][0x1b]O[0xfa][0xcf][0xad][0x92][0xca][0x81][0x9d][0x84]}[0xcd]}1EB[0xb5][0x84][0x3][0xd1][0x1][0xa2][0xe6]5[0xdb][0xd5]V[0xd3][0xc3]Pj[0x5][0xb7]f[0xeb][0xc4]I[0xba][0xc]f[0xb4]5[0xb5][0xa8][[0xf4][0xa9][0xa4]-K[0xb7][0x93]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d][0x19]>[0xf6][0xa6][0xb1][0xe3]ih[0xa8][0xa0]~[0xcf][0x8c]nB[0x86]C/[0x87][0xfd][0x88]L[0xcd]*[0xc6][0xd3][0xa6][0xa9][0x17]5s[0xda][0xd5]\=[0xf5][0xa4][0xa0]W][0xa3]b[0x11][0xd9][0xc9][0x9d][0xc2][0xfc]M[0xad][0x1a][0xdc]eD[0x4]:5[[0xd6][0xb][0xa4][0xdf][0xbf]^[0xb8][0xfe]!M;[0x4]4a[0xdb][0xda]S[0x8a]_[0xf][0xe9][0x9d][0xad][0x0]g4[0xb3][0xa6]7[0x1]zg[0x4][0xb6][0x16][0xcc][0x8a][0x8]<[0x14][0x15][0xa9][0x8d]LWjvA[0x1f]7D\;[0xdf],[0xa4][0x13]B[0x99][0x82]~[0x8c]Q[0xe6][0xa6]]%[0x80]G[0x15][0x1c][0xc0]A[0x5][0x9f][0xe0][0x88]X[0xe][0x89][0xe1][0xa4][0x82]C8,[0xe1][0xe0]&y[0x92]1[0xa7][0xa0][0x88][0x92][0xb0]1[0x14][0x94]1[0xaf][0xc0][0xc4][0x82][0x2][0xb][0x17][0x14]TpUAU[0xcc][0xbe][0x6][0x9b].[0xba][0xd1][0x1d][0x19]V[0xb1][0xee]U[0x81]-\:p[0x85][0xdf][0x1a]s[0xb3]&1[\r][0xd8]E[0x81]}[0x8c]Q[0x5][0xc9][0x8d]D[0xaf][0xa6][0x88][0x1d][0xb6]*k[0xe5]F[0xf7][0xac][0xa1][0xf0][\r]d<[0x91][0xd0][0xbf][0x95][0xea]b[0xb6][0x9a]P[0xdf][0xd4][0x1d]G+[0x8a]:[0xdd][0x97]I%[0xc6]R[0x99][0xbc]x[0xe4][0x13][0xaa]x[0xe4][0xf2][0xc9][0x84][0xaa][0xa6][0x18]y[0xaf]W[0x1]+[0x81][0xb1][0xf8][0x99][0x13][0xde][0xfd][0xae][0xe8][0xda]][0xaf][0xc1]J[0x9a]3[0xa9]?q[0xbd][0xaa][0xe0][0xfb]0ly[0x8b][0xe8][0xdb]u[0xd4][0xbc][0x19][0xb6]Mg[0x13][0x99]l>[0x91][0xc9]$r|[0xbd][0x16]u7(Z[0xc5]?[0x98][0x1a][0x9d]H%[0xb3],S[0x9e][0xac][0xe4])[0xc2]y[0xa0][0x87][0xb5][0xc7][0x85][0xaa]9[0xae]hg[0xf1][0xfe][0x13][0x17][0xc2]lm[0x10][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8a][0xec][0xea]:[0xba][0x1a]v[0xb2]%[0xbb][0xf2]X[0xb4][0xde][0xc8][0xe6][0xce]D:[0xba][0xd2][0x93][0xd9]Tf2[0xa1][0xe6]S[0x99][0xcc]T[0xc6][0xd7][0x13][0xf4][0xd6][0x81][0x8d][0x13][0xc2]Z[0xdf][0xcf][0xef][0xa1][0x84][0x8f][0x11][0xe2][0x97][0x8b][0xdd][0xc0][0x8f]d[0x8b][0xe8][0x0]>{Dc[0xf0][0xd9][0xce][0x1f][0x9b][0x85][0xa8]c[0x9c]ih%[0x16][0xd8][0x13][[0x82][0x14][FKn[0xf0][0xf8][0x12]B/[0x11][0x8e][0x1d][0x89][0xd6]_<[0x7][0x9f]z[0xe6]a[0x8e][0x83][0x1c][0x8f][0xa3][0x1b]C[0xfc][0x16][0x9e]@[0x94];[0x87]|s[0xc] [0x6]x[0xb3]A"$o&[0x8][<[0xba][0xa1][\r][0xe9][0xda][0x9a][0xd1][0x9d][0xe4]x[0x8a]t[0xa7]Iw[0xa6][0x9][0xdd][0x9][0xc4][0xd7][0xd0][0x9d][0xc][0xe8]L[0xb4]y~[0xfa][0x1a][0xe8][0x86][0x96] [0xb][0xbe][0xa1]u[0xf8][0xce]r[0x1c][0xe6][0xfc][0x1c][0xbd][0x9d][0xf7][0xf8]b[0xbe]}[0x9d][0xaf][0xaf][0xce][0xd7][0xc7][0xc8]N{|}[0x1e]s[0x88][0xbb]g[0xf8][0x97][0xc4]g[0xfe][0x8f]B[0xc5]Y9[0xf6][0x1b][0xda][0x9f][0xa3]k[0x19][0x1d][0xb9][0xdf][0x11]Y[0xc2][0xb6][0xd7][0xb1][0xf0]K[0xb4]s;[0xfc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xca]s$[0xfc]Y[0xa7]:[0xf8]+[0xba]~[0xc2]6[0xb9][0xfd][0x5][0x97];[0xea][0xcb][0xee][0x17]?[0xa3]O]FOn[0xf0][0x15]v[0xe][0xfa][0x9b][0xbd]K[0xd8][0xf5]z[0x19][0xbb][0xe9]w[0xcf][0x12][0xfa]^[0x93][0xef]0#[0x9f][0xe0][0xbf][0x97][0xf3][0x18][0xf7][0x9e]!O[0xdb]0:9^[0x84][0x8c]K[0xd4]v[0x85][0xda][0xae][0x12]9JMIfj[0x8c][0xe8][0x14]w[0xc7]q[0x8d]6[0x13][0xb8][0x8e][0x1b]H#[0xf][0xb5][0x9e][0xef][0x1]V[0xd2]Y\[0xa0][0xb2][0x1b][0xe8][0xc5][0xe7][0x18][0xf1][0xf4][0x97][0x83][0x9c]\[0xe4][0xaf][0x1b][0xad]=[0xff][0xe0][0xa8][0x8c][0xe1][0xbf][0xd1]5*[0xa3][0xa3][0x97][0x90]K[0xb8][0x1c]$c9H[0xc6][0xed][0xcd][0x92][0x11][\r][0x92]qwE[0xf6][0xa6][0x9a][0xf9][0x9e][0xa4][0x86]Su[0xad][0xc7]8#[0x11][0xb5]f[0xa8]5K[0xad]w[0x88][0xb8][0xcb]X[0xef][0x11][0x95][0xe3][0x8d][0xdd][0xa7][0xd2][0x7][0x9e][0xb6][0xdd][0xc][0xea]t[0x83][0xa2][0xdb][\r][0x8a][0xda][0x11][0xea]y[0x18][0x8][0xb9][0xc2]|}[0x98][0x90][0xed][0xef]+d[0x96]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14][0xa2]S[0xc8][0x1c][0x11]%[0x86]h[0x10]Uf[0xe0][0xf3][0x14]b[0xbd][0x93][0x90][0x4]/[0xfd][0xc3][0x84][0xec]}_![0xe][0x85][0xb8][0x14][0xb2]H![0x8f][0x89]x[0xca][0x10][0xbf]![0xea][[0x6][0xfe][0x1d][0x85]|[0xff]NB[0xf8][0x81][0xc][0x84]\[0xa1][0x85]@v6[0x84][0xbd]o[0xb5][0xad][0xbb][0xbc][0xd7][0xc5][0xf]T[0xfb][0xc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "~[0xf4]H[0x14][0xdf] p[0xdd][0xc2][0xe2][0x17][0xe3]8[0xdb][0x0][0x88][0xf0]l[0x18][0x8f]p[0xee][0xea][0xde][0xff][0x1]PK[0x7][0x8]J[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonStringImpl.class[0x8d]U[o[0x1b]E[0x14][0xfe][0xc6][0xb7]];[0x9b]f[0xe3]6i[0x9c][0xc6]m[0xae][0xe0]K[0x13][0xa7]!\[0xda]\h[0xe2]6[0x89][0xd3]$m[0xea][0x90][0xd0][0x92][0x12][0xd6][0xce][0xd6][0xde][0xd4]][0x7]{][0x95]'^*[0xc4][0x1f]@B}[0xa9][0x0][0xa9][0x15]"[0xf]m[0x5][0xe][0x14][0x9][0xc1][0x1b][0x82]?[0x0][0x12][0xbf][0x0][0x89]'$[0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "m9[0xb3][0xbb][0xd9]4[0x89][0xa1]Mtfg[0xbe]9[0xe7][0x9b]s[0x9b][0xf1]O[0x8f][0x1f]|[0x7]`[0x10][0x99][0x0][0x9a]1[0xec]G[0x13]F[0xfc][0xe8][0xc1]h[0x80]f[0xaf][0x7]p[0x12]c[0x2][0xc6][0xeb][0xe0][0xb3][0x16]I[0x1][0xa7][0x2][0xf0]c[0x98][0xf][0xa7]92[0xc1][0x87]I7[0xe4]'ODLq8[0x15][0xc0]4[0xce][0xf0][0xd9][0x8c][0x88]Y[0xbe]='[0xe0][0xac][0x80]s[0xc][0xde]kJ[0xa1][0xa2]2[0x4]g[0xd6][0x94]kJ[0xa2][0xa0][0xe8][0xb9]D[0xda](izn[0x88][0xc1]7[0xac][0xe9][0x9a]1[0xca][0xd0][0x14][0xd9][0xbb][0x1d]]d[0xf0]$[0x8b][0xab]d[0xdc]0[0xa3][0xe9][0xea]\[0xe5]jF--([0x99][0x82]IW[0xcc]*[0x85]E[0xa5][0xa4][0xf1][0xb5][\r]z[0x8c][0xbc]Vf[0xe8][0x9a])[0x96]r[0x89]\A)[0x97]/k[0xe5]|b[0xad]\[0xd4][0x13][0xd3]4X[0xc4][0xa9][0xab][0xeb][0x5]:[0xdb][0x9f]S[\r][0xb]`8[0x10][0x89][0xd6]rO$[0x95]d^)[0x11]g[0xeb][0xe][\r][0xe][0xa6][0xd5]w+[0xaa][0x9e]UIO"[0xbd]E[0x1e][0xe6][0xc2]{[0xeb][0xaa][0x80][0xf3]D[0xee],i7[0xa5][0xeb]j)[0xc9][0xdd]Q[0x89][0xa9][0xdb]d[0xba][0xa2][0x94][0xc]e[0xdb]3S[0xbd][0xdb]1[0xe2]g[0xe7][0x95]r[0xde][0x8a][0xde][0x1d][0x89][0xa6](Wt[0x9e]R([0xef][0xca][0xd5][0xd9][0xcc][0x9a][0x9a]5[0x86][0xa2][0x17]I[0xad][0x98]Y[0xdb][0x99]g{[0x93][0x8a]P4[0xf2]j[0x89]![0xb4][0xf7]d'[0xd8][0xfa][0xb4][0xa1]d[0xaf][0xcc]*[0xeb]v2E[0xa3][0xb8][0x95][0x1e]w^[0xbd][0xce][0xc0][0xb2]$I[0x12][0x8d][0x84][0x1c]r[0x95]3[0x16][0xe3][0xce][0xbc][0x8d]W[0xb4][0xc2][0xaa]Z"[0xc6]@[0xba]X)e[0xd5][0x9][0x8d][0xd3][0xed][0xdf]Y[0x80]>n&![0x84][0xb4][0x84][0x83]h[0x91][0xb0][0x80]7$[0xb4][0xa3]C[0xc0][0xa2][0x84](b[0xc][0x7][0xff][0xc3]W[0x9]q[0x1c]5[0xb7]k[0x1e],a[0x9]oJ[0xb8][0x80][0x98][0x84][0x8b]x[0x8b][0xbc][0xef][0xef][0xef][0xe7][0xe0][0xb2][0x80]K[0x12][0xde][0xc6][0x8a][0x84][0x1]t[0x90][0xff][0xcb][0x15][0x9][0xef]`[0x85][0xa1][0xe3][0x99][0xfd][0xc2] [0xef]N[0xab][0x0][0x85][0xa1][0xfd]Y[0x95]4[0xab]G[0x8d][0xec]K/[0x9c]O[0xcd]M2t>O[0xf1][0xe5][0xdd][0xb1][0x11][0x81][0xb2][0xbe][0xae][0xea][0xab][0xc]m[0x91][0xe4][0xde]f[0xdd]N[0xba][0xaf][0xa0][0xea]9#O[0x93],5[0xe9][0x98]A[0xb7]"[0x92][0x8a]R[0xd9]zk][0xb1][0xff]!j[0xdc][0xde]J[0xe9][0x86][0x9a][0xe3][0xfd]Sg[0x14][0xa7][0xd4][0xeb][.5[0x11]q[0xad]k[0xe3]/W2e[[0xa7][0xb9]v[0xb4][0xe8][0xa7][0xb7][0xa6][0x19][0xe4]%I[0x90]w[0x0][0xbd]H[0x2]I[0x8][0xad][0x84][0x1c][0xa2][0xd9][0x4]\[0xf4][0xf][0x4]b[0x9b]`[0xb1][0xf8]Wp[0xdd][0xa3][0x95][0xb]m4[0xee][0x83][0x9b][0xc6][0xc3][0xf0][0xe0][0x8][0xbd]9[0xed][0x8][0xd3][0xaa][0xd9][0xd2]&[0xf4][0x8]`[0xce]8+[0xb5]*[0xef]*[0x9b]3a[0xae][0x1]o[0xec]K[0xb8][0xee]:t>[0x13][0xec]6i$K[0xc1][0xa6][0xa1]z[0xa1][0xeb]y[0x8c][0xa3]5[0x8d][0xbb][0x11][0xb1][0x8d][0xfb]lc[0xcf]}[0xb8]w[0xdb][0xf6]=e[0xeb]ql[0xe9][0xe][0xd8][0xb6][0x3][0xb6][0xad][0x18][0xab][0xc2]S[0x85]wc[0x97][0xfd]KO[0xd9][0x8b][0x8e]=][0x12][0xdb][0xfe]}[0xd2][0xe6][0xf9][0xea][0x8a][0xc5]o[0xc3][0xeb][0xd9][0x88][0xff][0x0][0xdf]Mx[0xdd][0x1b][0xf1][0xef][0xe1][0x9b][0xe5][0xa4]G[0xbf][0x81][0xc0]P[0x85][0xc8][0xa9][0xdd]&u+[0x91][0x3][0xaf]Q0[0xc7][0xa9]0C[0x94][0xf2]a[0xc8][0x18][0xe5]?[0x11][0xe6]q[0xed][0x16][0xa5][0x93][0xee].[0xf4][0x9a]A6[0x91]f[0x82][0xca][0xeb][0xc2]13[0x1c][0x97] [0x12]:[0xb0]U[0x2][0xf6][0x88]0/}{[0xbf][0x85][0xff][0xc2]&[0x2]3q[0xb9][0xb3][0x8a][0xba]%[0xf7]H[0x1b][0xcf]k[0x15][0xd2][0xa7]L[0xe4][0xb3][0xb6]*[0xea]G[0xc3]r[0xfb]'8[0x1c][0xe][0xee][0xfb][0xc]-a[0xb9][0xf3][0x16][0x82]ay[0xf9][0x16][0xa4]x[0x98][0xdb][0xdc][0xc1]/[0xe1]/[0xe8][0x94][0xdb]v[0xf3][0x88]$[0xf3]$~[0x92][0x8f][0xcc][0x16][0x0][0xca]fj[0x80][0xc]I=[0xc9][\r][0x92]N[0x92]1[0x92]e[0xfe][0x8d][0xcb][0xcb][0x9c]k[0x8b][0xf1][0x83][0xad][0xb5][0x9c][0xb1][0x80][0x8a][0x3]\[0xb6][0x80]U[0x7][0xd0]- [0xed][0x0]%[0xb][0x18]w[0x0][0xc3][0x2][0x8e][0xd9][0xc1][0x6][0x1b][0xaa][0x90][0xc3]_[0xa3][0x91]>U[0x4]Ox[0xe2][0xc1][0xfd]4[\r]yBTWIX[0xad][0xe2][0x0]-[0x97]n[0xb8][0xd8][0x9d][0xc7][0xda][0x89][0x89][0x93][0xe2]][0xa7],[0x19][0xf3][0xa6][0x9c][0xa2]PO[0xa3][0x1][0x93][0x84]M[0xd1]O[0xf7]4Fp[0x86]n[0xcc],>[0xc4]9[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "}[0x1e][0x1f]#MiY[0xc0][0xe7]X[0xc4]&=~[0xf][0xe8]A[0xfc][0x91][0xde][0xc3][0x9f])[0xe8]_q[0x9][0xbf]a[0x5][0xbf][0xd3][0xeb][0xf7][0x7]2[0xcc][0x8b],;[0x84]I[0xd6][0x81]<[0x8b]@3[0xcb];[0x8]/[0xe1][0xcd][0xd4][-T[0xb0][0x1e][0xfc]E[0xc8][0xcb][0xe4]C#[0x93][0xf1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "^[0xe5]w[0x8d][0xf5][0xda][0xc5][0x17]Y[0xf]5[0xca]q*0/y[0x1b][0xea][0x1e][0xa1]Q[0x80][0x9f][0xfd][0x83]A[0xf6]7[0xc6][0x1a]d[0xfe][0xf7][0x10][0xbd][0xf][0xa9][0xf0].[0x9c]0[0xbb]w[0x8]/[0x9a][0x5]b[0xc4]=[0x8f][0x17]N[0x86][0xfe][0x5]PK[0x7][0x8][0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$1.class[0x8d][0x95]_o[0xd3]f[0x14][0xc6][0x1f][0xb7]I[0x9c][0xa4][0x6][0xb2][0x8e]um[0x81]R[0x98]i[0x9b][0xb1][0x91][0xd1][0x1][0x1b][0xa3][0xb0][0xa6][0xc5][0x85][0xb6][0x89][b'[0xac][0xeb][0xa4][0xce]u[0xbc][0xd6][0xc5][0xd8][0x95][0xed][0x14]q[0xb1]{$[0xb8]G[0x82]{[0x10][0xdc][\r][0x4]*[0xd3][0xc4][0x15][0xd2][0xa6][0xed][0x96]i[0xfb][0x0]Hh_[0x2]qN[0x92][0xd6]EmG%[0xfb]y[0xce][0xcf]>[0xef]{[0xde][0xb2][0xff]|[0xf3][0xeb]s[0x0]'[0xf0]C[0x1a]G[0xd0][0x97]B[0x7][0xfa]S[0x14][\r]0fE|[0xca]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "p[0x94][0xe5]3[0x96][0xcf]Y[0x8e][0xb1][0xe4]X[0xbe]H[0xe3]8[0x6][0xb9][0xd1][0x97])[0x8a]N0f9:[0xc9]r[0x8a][0xe5]+[0x96][0xaf]YN[0xb3]|#[0xe2][0x8c][0x88][0xb3][0x2]r[0xb2]v[0xcd][0xe][0xcd][0xc5][0xa2][0xb1],/[0x19]W[0xc]?4[0xe4][0xa5][0xc0]s[0xe5] [0xf4]-[0xe3][0xaa][0xdc][0xa5][0x85][0x86]y[0x85]J59[0xad]y5[0xdf][0xb4][0xc6]l[0x86]N[0xae][0xa8][0x85]~[0xcd][0xc]k[0xbe][0xd5][0x18][0xea][0xb1]%c[0xc5][0xa0][0xee][0x15][0xd7]t[0xbc][0xc0]v[0x17][0x8a]V[0xb8][0xe8]UE[0x9c][0x13]1,a[0x4][0xa3][0x12][0xba][0xd1]%[0xe1]<[0x14][0x9]c[0xb8] [0xa0][0x9b][0x9b][0xe4][0x1c][0xc3]][0xc8][0xa9][0x9e]V3[0x17][0xc7]l[0xcb][0xa9]*[0xbe][0xef][0xf9][0x12].r[0xda]8[0xcb][0x4][0xcb]$K[0x81][0xa5][0x8]E[0xc4][0x14][0xf7]xIB'[0xf7]X[0x82]&Ag)[0xb3]TX.[0xb3]|[0xc7]2[0x3]M[0xc0][0x80][0xe7]/[0xe4][0x16][0x1c]#[0x8]~[0xb2][0x83][0xc5][0x1c]/[n[0x8b]I[0xc8][0xc7][0x5]H[0xe3][0xae]k[0xf9][0xa3][0x9c]k[0x5][0x2]2[0xd1] [0xa7][0xe6][0x97],[0x93]v[0xa3]og[0x9d][0x89][0xf8]^@os[0xa7][0xa2][0xac]M;[0x95][0xda][0x10]'V8[0xa6][0xb2]G[0x6][0xb2][0xb3][0x85][0xf7][0xb5]=# [0x9e]/[0x95][0xf2]3[0x2][0xe][0xef]$Y[0xf4][0xfc][0xaa][0xed][0x1a]N[0xfd]H[0xd0][0x89]JL[0x8d]L([0xa3]:[0x5][0x9a]^[0x1a]WiK[0x12]j[0xb9]8[0xa2][0x94][0xe8][0xb4][0xe8][0xa5][0xb2]B[0xdd][0x8f][0xe5][0xb][0x1a]yL-[0x17][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << ""f[0x5][0xc8][0xef][0xd4]i[0x9c][0xd8][0xdc][0xe6][0x13][0x1b]ozv[0xd3]<[0xb6]iB[0xc3]KN*3sj[0xbe]H[0xf5][0xfa]v[0xda]F[0xaa][0xe4][0xb]eenm[0xfc]M\[0x9b][0x85][0xa4][0xe9][0xf9][0x92]>[0xb7]6[0xcd][0xb4][0xa2][0x9e]_[0x87][0xb6][0xc6][0xbb][0xe6][0xfa][0xa5][0xf8]U3[0xee][0xd8]z)[0x5][0xf4][0xfc][0xff][0xa0]2[0xbd][0xf4]5[0xf8][0x98]>)-[0x99]N>[0x99][0x0]y7;hr[0xd8][0x87][0xfd][0xe4][0x7][0x8][0xfe]B+E[0xc0][0xab][0x10][0x9e][0xff][0x96]~[0x8c][0x96]G|[0xb5]>E,6u[0x1f][0xb1][0xc9]:&[0x8][0xe3][0x11][0x8a][0x84][0x89][0x8][0x93][0x84]b[0x84])[0xc2]d[0x84]i[0xc2][0xcc][0x86][0xec]6[0xe6]F[0xfa]*[0xa4]z[0xcd]][0x8f][0xf8][0xda][0xfd][0x14]{[0xd6]j[0x12]f[0x8][0xe3][0x11]~@[0x98][0x88][0xb0][0x9d]P[0x8c][0xf0]C[0xc2]d[0x84]{[0x9]3[0x1b][0xb2]?bn[0xa4][0xff][0x82][0xdd]Ha/-N[0x9c][0x16][0xe6][0x13][0xf4][0x91][0xf7]c[0x10]'[0xc9]O!O[0xdf][0x84]8[0x14]LC#[0xd7][0xf1]#L[0xf2]*[0x96][0x11][0x90][0xff][0x8c][0x1b][0xb8]I~[0xb][0xb7]q[0x87][0xfc].[0xee][0xe1][0x1][0xf9]C<[0xc1]*[0xf9]3[0xbc][0xc0][0xef][0xe4][0xe0]%[0xfe]![0xff][0x17][0xaf][0xf0][0x9a][0xbc][0x15]=[0xb4][0xc4]i[0xb4][0x90][0xfe][0x8d][0x90][0xaa][0x1d][0xe4][0xad][0xa1][0xbb][0x97][0xee][0x8b][0xd8]Y[0xa4][0xac][0xe2][0x16][0xa2][0xae]K[0xe5][0xfd])T[0xe7]P[0xbd][0xdf][0xc3]4/ [0x6][0x99]t[0x88][0xee]nz[0xd3]A[0x8e]L[0x92]~[0x17][0xdf]"?[0xdc]E?[0x1][0x15][0xd3][0xc3]]o[0x1]PK[0x7][0x8][0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]7[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.class[0x95]T[O[0x13]A[0x18]=[0xd3]v[0xbb]e[0xbb]b-[0x17][0x11][0xbc][0x83][0xd0][0x96][0xcb][0xca][0xc5]k[0x11]%D[0x13]L[0x3]&U[0x12]}[0x1b][0xca]X[0x16][0xcb]n3[0xbb]%[0xf8][0x9f]|[0xd0]D$h[0xa2]>[0xfb][0x83]|Pc[0xfc]fw-H[0xab][0xa9]Iwf[0xbe][0xcb]9[0xf3][0xdd][0xa6]_~[0xbe][0xff][0x8]`[0xe][0xf7][0xc][0x98][0xc8][0xa5][0x91]G[0xa1][0xb]i[0x8c][0xa7]1[0x81]I[0xb5]L[0xe9][0xb0][0x94][0xe6][0xaa][0x8e]i[0x3])[0xcc][0x18]$[0xcc][0xea][0xb8][0xa6][0xe3]:C[0xcc][0xf6][0x19]zK[|[0x87][[\r][0xdf][0xae]Y[0xcb][0xbe][0x90][0xdc]we[0x91][0xa1][0xab]lW[0x1d][0xee]7[0xa4]`[0x98]j[0xe3]2O[0xba][0x17]\[0xfa][0xdc][0xda][0xf2]\[0xc7]zH[0xcb][0x1a][0xaf]5Dq[0x81][0xc0][0xda][0x8e]:2[0xc][0xfc][0xcd][0x89]!9o;[0xb6][0xbf][0xc0]0[0x94]kuZ[0x94][0x92][0xbf],[0xe6][0xd7][0x18][0x12]K[0xee][0x6][0x11][0x9d],[0xd9][0x8e]Xil[0xaf][0xb][0xf9][0x98][0xaf][0xd7]H[0x93]-[0xb9][0x15]^[[0xe3][0xd2]Vr[0xa4]L[0xf8][0x9b][0xb6][0xc7]`[0x4][0xf8]r[0xc5][0xad][0x93][0xce]\v[0x1c]![0x97]j[0xdc][0xf3][0x4][0xd9]fK[0xae][0xac]ZU%>[0xb7][0xbd][0xcd][0xc3];[0xcb][0xbe]lTT[0xbe][0x8f][0xb8][0xf4][0x84][0x1c]9[0xe4]P[0x9]q%[0xb5]M([0x8c][0x95]A[0xdf][0xe4][0xde][0x8a][0xd8][0xa5][0x8a][0xc6]s[0xf9]g[0x14][0x8b][0x13][0x8][0x83][0xb9][0xfc]?[0x8a] [0xc5][0xb6][0xbb]#[0x2][0x8]%kV[0x85][0xdf]4Sg[0x2]([0x15][0xbe][0xc6][0x9d][0xaa][0xb5][0xba][0xbe]%*>[0x81][0x8c][0xb2][0xdb][0x90][0x15][0xf1][0xc0]V[0x19][0xf][0xb4][0x9]}J[0x81]L[0xf4][0xe0][0x96][0x8e][0xdb]&[0x8a][0x98]7q[0x2][0xdd]:[0xee][0x98]8[0x8f][0xb]&.[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "C[0xfb][0xa8]L[0x9c]B[0x96]a[0xec][0xf0][0xe2]'[0x8e][0xd7][0xa8][0xd7]][0xe9][0x8b][0x8d][0xd5][0xba]j[0xbe][0xed]:[0xf7]w+[0xa2][0xae][0xe][0xea][0x9a]a[0xc5]xI[0x7]5s[0xfa][0xbf][0x8b][0xcb]0[0xd1]!&r[0xd7][0x82]][0xc7]][0x86][0xc9]\[0xa7][0xcd][0x9c][0xe][0x86][0xa9]5[0xe5][0xc5][0xb0][0xad]);[0x9a]j[0xf2][0xf9]][0xf4][0xe3][0xf]"[0xdb][0xaa]e[0x18][0xed][0xec]~[0x86]\[0xa7][0x81]R)[0xd3][0xf4][0x98][0x81][0x18][0xb2][0xaa]k[0xa0][0xe1][0xf][0xa4][0xc]}[0xd4][0x1a]:'[0xe9][0xeb]A/Y[0xfa][0xe8]T"}[0x8c][0xf6]L[0x81][0xed][0x83][0x15][0xc6][0xf][0x10]c[0xd8]C[0xfc]M[0x80][0xea][0xa7][0xb5][0x1b]qZ[0xbf]A[0xc3]w[0xe2][0xfa][0x81][0xd3]$[0xf5][0x87][0x18][0xc]`[0x8][0x8]Ngq[0x8e][0x18][0x99][0x9a][0x90][0x88]y.[0x90][0x1][0xa3][0xf0][0x16][0xf1][0x3]$[0x18]^59[0x93][0xca]B?[0xc5]e[0x86]^[0x11][0x17]S[0xc3][0x10]1,[0x91][0xb7][0xb2][0xf5][0x15]B[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8d][0xe1]3[0x92]{[0xd0]I[0xd4]_7[0xc9][0xc][0x15][0xc][0xd3][0x90]a[0xc9]#[0x84]}M[0xc2][0xcb][0x18][0x8e][0x8]g"[0xc2][0xd4][0x7][0xa4][0x9e][0xee][0xa3][0xeb][0xd3][0xb1][0x80][0xd2]G[0xf0][0xa9]fr#[0xcd][0x80][0xac](%[0xed][0xcf][0x0]Bp[0xe6][0x8]X[0xb][0xc1][0x99]E[0xf5]XZ[0xc0][0xef]`[0x1c][0x3][0xe3]k+[0x98][0xec][0xa3][0xc1]:[0x86]A[0xda][0x7][0xa9][\r]i*[0xea][0x19][0xa8][0xeb]9[0xdc]H[0x18][0xb8][0x19][0xd4]>[0xf5][0xb]PK[0x7][0x8][0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]8[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.class[0xa5]VmS[0x13]W[0x14]~NH[0xb2]![0xd9] F[0xde]Dl[0xa9]EH@LD[0xea]KCi)[0xc5][0x8a][0x6][0xb0][0x8d]bm}[0x99]%[0xde][0x86][0xc5][0xb8][0x9b][0xd9][0xdd]08[0xfd]K[0xfd]`gJ[0x1d][0xda][0x99][0xea][0xe7][0xfe][0xa8]N[0xcf][0xd9][0xac]1[0x81]M[0x7][0xdb][0xc9][0xe4][0xde]{N[0xce]s^[0x9e]s[0xf6]f[0xff][0xfa][0xfb][0xf7]?[0x1][0xcc][0xe3]I/N[0xe2]z[0x12][0x19]|[0x9a]B[0x11][0xb])|[0x86]E[0xd1]}[0x9e][0xc2][0x17]X[0x92][0xe5]K[\r]_[0xa5][0x90][0xc0][0x8a][0x86][0x1b][0xb2][0xad][0xe1][0xa6]X[0xac]j[0xb8][0x95]D[0x1f]n'Y(iX[0xd7][0xb0]A[0x88][0x98][0x1e]a[0xa0][0xb4]c[0xec][0x1a][0xf9][0x86]g[0xd6][0xf2][0xab][0x9e]r[0xc][0xcf]v[0x8a][0x84][0xde][0xb2]Y[0xb5][0xc][0xaf][0xe1](Bl[0xc5][0xf2][0x9c][0x17][0x4]}[0xd5][0xb2][0x94][0xb3]\3\W[0xb9][0x84][0xfb]![0xc8][0x85]6[0xdd][0x9a]Q[0x9f][0xf0][0x91][0x81][0xb2]fX[0xd5]|[0xd9]sL[0xab]Zd[0xcd]3[0xc3][0xf1][0x8c][0xfc][0x8e]k[[0xf9][[0xbc]l[0x1a][0xb5][0x86]*.[0xf2][0x87][0x3][0xee][0x8a]@[0x18][0xe9]fF[0xe8]y[0xa6]8[0xa3][0xcc]Q[0xcf][0x84][0xf8][0x82]i[0x99][0xde]"a,{[0x14][0xbf][0xb1][0xb5][0xa3]*^1[0xb7]I[0x88].[0xdb]O9[0xc8][0x89][0x92]i[0xa9][0xf5][0xc6][0xf3]-[0xe5][0xdc]5[0xb6]jJ[0xbc][0xda][0x15][0xa3][0xb6]i8[0xa6][0xc8][0x81]2[0xea]m[0x9b]\t[0xaa][0xe9][0xa0]\[0xb1][0xeb][0xac][0x9c]/[0xd9]N5_[0x15]F~4[0xdd][0xed]wa8[0x99]FE[0xd8][0xbb]c8[0xae]r&[0xda]P[0x92][0xa1][0xed][0x8b][0x84][0xd3]][0x13]$h[0xdb][0x86][0xbb][0xae][0xf6][0xd8][0xaa]'[0x9b][0xfb][0x9e][0x13][0xb0]|a8[0x9b][0xb][0xe3][0x98][0x1][0x83]][0xf4]C[0x9d][0xe5][0xbc][0xa8][0xbf]-i[0xe9]7[0x8b][0xb0][0x1c][0x9e][0xce]{z[0x89];[0xea][0xb9][0xbd][0xab][0xfc]R[0xb9]3zUy-[0x3][0xc2][0xa8][0x1f][0xa3][0xcb] [0xc][0xbc]M[0xc0][0x8f][0xd5]b/iT*[0xca]u'[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x85][0x2][0xe1]f[0xf6][0xbf][0xf4])[0x17]6\[0x91]=[0xf6][0x97],[0xdb][\r][0xa7][0xa2]n[0x98][0xc2][0xe2]H[0x88][0x9f][0x8b][0x82][0xd4]q[0x6]c:[0xce][0xe2][[\r]e[0x1d]wqO[0xc3][0xa6][0x8e][0xfb][0xf8]N[0xc7])[0xc]hx[0xa0]c[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Y[0x1d]9\[0xd6][0xc0][0x1d]>[0x15]B[0xa4][0x8e][0x1f]p[0x99][0xd0]8[0x15][0x1d][0xf]E?[0x14][0xce][0x8b][0x8e][0xd3][0x18]%L[0xbd]C[0xdd][0xb3][0xdc]F[0xbd]n;[0x9e]z[0xba]Q[0x97]g[0xd5][0xb4][0xad][0x95][0xbd][0x8a][0xaa][0xcb]A[0x92],H[0x1e][0xd3][0x1a][0x1e][0x11][0xe6][0xde][0x9f],[0xc2][0x85]c[0x82][0x2][0xf3][0x98][0xbf]kxL[0x98]=vw.[0xf9][0xcf][0xed]p[0x97]g[0x86][0x90]PBYY[0xf1][0xf1]d[0xc7]\[0xb2][0x8a]{[0x97][0xee]P[0xb0][0xb9][0x19][0xdc]Z[0xcc]c[0x87]y[0xdb]=[0x98]9[0xaa][0xed]p[0xc4][0x8d][0xe2][0xf1][0xe5]y[0xbd]-[0xf7]Q[0x82][0xf][0xc1][0xd0]N[0x1e][0xaf]&B[0xf6][0xb8][0xc5]c[0x9c]/[0xef][0xc][0xff][0x15][0xf4][0xf0][0xca][0x3][0x4]~[0xe4]Y[0x8a]`[0x84][0xbf][0xdc]o[0xff][0xcc]#[0xc7][0xbb][0xc6][0xdf][0xb3][0xf8][0x80]->[0xe4][0xd3]7[0xac][0x8f][0xf0]>8M[0xaf][0x10][0x99][0x9e]9@[0xf][0xe1][0x0]Q[0xc2]>b[0xbf][0xf8][0xb0]q^[0xfb][0xd8]1h[0x14]1:[0x83][0x1][0x1a][0xc3]G[0xac][0x1b]j[0x2]q[0xe][0x13][0x80]:[0x8f]IvK2[0xb9][0x81][0xfb]y_[0x6][0x92][0xd3][0xbf]"v[0x80]8[0xe1][0xe7][0x96][0xcf][0xb8][0xfc]B[0xe3][0xbe]/[0xbd]i[0x15][0xf8]"[0x19]7[0xb6][0x12][0xf]?[0x5][0x9][0xe6][0x9a][0x1e]4[0xc2][0x1b]$J[0x92]h[0xaf][0x1c][0x93][0xfb] [0x11]R"[0xe8][0xfb]H[0xcf][0xbc][0xf4]Y[0x90][0x0][0x19]D[0xd9][0xd7]y[0xa4]i[0x92]'~[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "S[0x94]mK<[0x17][0x4]K3+9[0xcc]p[0xd0][0xb]A"M[0xcd]l[0x8b][0xc3][0x8b]|[0xca][0xa3][0x10][0x94]4[0xc7][0x1a]I6[0xf1][0x7][0xfa][0x1e][0xbc][0xc2][0x89][0xd7][0x87][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9a]m+([0xd1]"[0xe7][0x12][0xe3][0x9a][0xf8]|@I[0x8c][0xb]J[0xbf]<[0x4][0x9e]k[0x3][0xc7][0x9a][0xe0][0xfe]%[0xb9][0x4][0x8e][0x80]C[0xff]a[0xf0]`[0x8]8[0xc1]-[0xf8]$$2[0xfd];[0xf8][0x8a][0x9f]v[0x4]W[0xfd][0xf5][0x1a][0x86]y?[0xc7]t&[0xb0][0x8c][0xa1][0xb8][0xbc]6[0xac][0xe1]c[0xc8][0xfb][0xc6][0x1a][0xee]D[0x93][0xcd][0xc0]h@[0x8b]w[0x10]2[0x85][0x14][0x82]N<[0x85][0x19][0x18][0xff][0x0]PK[0x7][0x8]'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0],[0x0][0x0][0x0]org/glassfish/json/JsonStructureParser.class[0x95]X[0xf9]_\[0xd5][0x15][0xff]^[0x98][0xe1][0xcd][0xf2]"[0x10][0x92][0x8]![0xab]"[0x2][0x89][0x90][0xc4][0x18][0xd3][0x90][0xc4][0xc]0[0x81]I[0x86][0x1][0x19] !1[0xe2][0xcb][0xe4][0x5][0x6][0x86][0x19][0x9c][0x19][0x8][0x89][0xbb][0xc6]=[0xda]t[0xb1]M[0xa8]K[0xa3][0x6][0xd4]D%h [0x98]Fb7[[0xbb][0xb7]Zk[0xad][0xb5][0xd6][0xda][0xff][0xa0][0xfd][0xc1][0xf6]Sz[0xce]{[0x8f][0x99][0x81][0xc]8[0xe1][0xf3][0xb9]w[0xee]r[0xce][0xf9][0x9e]{[0xb6][0xfb].[0xef][0xfd][0xef][0xad][0xb7][0x1][0xac][0xc5]?m[0xd8][0x88]^[0x9][0x7]lHC[0xaf][0x15][0xe5][0xe8][0x93]p[0xd0][0x6]3[0xe][0xf1][0xe4][0xe][0x9]w[0xda]`[0xc1]]Vl[0xc6][0xdd][0xbc]r[0x8f][\r][q/[0xaf][0xdd]gC[0x9][0xee][0x97][0xf0][0x80][0x1d][0x99]8,[0xe1]A;[0xb2][0xf1][0x90][0x84][0x87]mx[0x4][0x8f][0xda][0x90][0x83][0xc7][0xac]D[0xfb]8/[0x1f][0xe1][0xb5]'x[0xf4]$[0x8f][0xbe][0xce][0xa3][0xa3]<[0xfa][0x6][0x8f][0xbe][0xc9][0xa3]oY[0xf1]m<[0xc5][0x1c][0xdf][0xe1][0xee][0xbb]v[0x1c][0xc3]q[0x1b]![0xf6]K[0xf8][0x9e][\r][0x5][0xe8][0xe5][0xc9][0xd3][0xbc][0xf7][0xc]w[0xcf]2[0xc1]s[0x12][0xbe][0xcf]j[0xf4]sw[0x82][0x9][0x9e][0xe7][0xe5][0x17]x[0xfa]"S[0x9d]d[0xc5][0x7][0xec][0x18][0xc4]K6[0xbc][0x8c]{y[0xed][0x15][0xee]Nqw[0x9a][0xbb]W%[0xbc][0xc6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xbc]n[0xc3]z<&aH[0xc2][0x19][0x9][0xc3][0x12][0xde][0x10][0x90]][0xc1][0xa0][0x1a][0xae][0xc]([0x91][0x88][0x1a][0x11][0xb0][0xd7][0xed][0xed]P}Q[0xaf]/[0xd4][0xad][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd8][0x1c][0xe1][0xb0]r[0xd0][0x98][0x98][0x8d]_[0xc9][0xd7][0x13][0xe][0xab][0xc1][0xa8]@[0xa9];[0x14]n+kc[0xde][0xfd][0xfe]H{YG$[0x14],[0xdb]F[0x9d]7[0x1a][0xee][0xf1]E{[0xc2]j[0xbd][0x12][0x8e][0xa8][0xe1][0x2][0x8d][0xb3][0x9c]DD[0xa2]JT[0x95][0xf0]&[\r][0x9d][0xbd][0x9a][0x8c]Bw[0x87][0xd2][0xa9][0x84][0xa3][0x8a][0xce][0x1d][0x89][0x86]U[0xa5]K[0x13]b[0xf0]jt[0xc4]k[0x8b][0xb0][0x10]oT[0xf1]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "d[0x13]W[0xaf]R[0xd6][0x13][0xf5][0x7][0xca][0xaa][0xd4][0xdb]{X[0xb8][0xd5][0xeb]o[0xb]*[0x8c]*[0xe0][0x98][0xbe][0xbf][0xf1][0xf2]T[0xdd]L[0xf2]26[0xfa][0x83][0xfe][0xe8]f[0x81][0xfc][0xa2][0xa9]:2[0x9b]f[0x98][0xf2][0xe2]f[0x1]Seh[0x1f]!f[0xba][0xfd]A[0xd5][0xd3][0xd3][0xb5]W[\r]7*{[0x3][0xb4]2[0xd7][0x1d][0xf2])[0x81]f%[0xec][0xe7][0xb9][0xb1]h[0x8a][0xb6][0xfb][0xc9][0xcc]E)[0xaa][0xc3]6S[0x18]J w&%[0x4][0x16]%QP[0xf7][0xa3][0xa6]aFH[0x1b][0xb][0xe4][0xcd]HF[0xd6]kS[0xa3][0x4][0xee][0xf][0xb6][0x9][0xcc]+*[0xd6][0xed][0x17]P[0x82]me[0xfa]*[0x91][0xcc][0xd1][0x8c]_[0xab]t[0x1b]g[0xc9][0xf2]G\[0xc1][0xa8][0xda][0x16]V[0x2][0xfa][0xc1][0x5][0xd2][0x8b][0x8a]w[0x11] [0xc9]r[0xb1]si[0xea][0xa2][0x80][0xa1][0xa9];[0xc4][0x82]i[0xbe][0x8d][0xe4][0xd0][0xbc][0xc2][0xdf]V[0xa5][0xfa][0xfc]]J[0x80]N6[0x9][0xd7][0xa5]D[0xdb][0xcb][0xe2];[0x4]i[0xd7]X}J[0xd4][0x1f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x14]h[0x84][0xc9][0xa3]e[0x92][0x8a][0x98][0xa4]v%[0xe2]Q[0xfb][0x8][0xdf][0x14][0xd4]~[0x8a]f[0xe1][0x9b][0x1e]e[0xd1][0xb0][0x12][0x8c][0xf8]u+o8t/Y43R[0x90][0xb]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "lI[0xe2][0x95]f%@[0xb1][0x9a][0xb2]6[0xe6]^[0xa6]O[0xea]{][0x12]i[0xe5][\r][0xf5][0x84]}[0xea]V?{$7I[0x8][0x95][0xb2]ie[0xd4][0xa2][0x83][0x1c][0x1b][0xcf][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M_-5d[0xb8]@^Y[0x9d]b[0x82][0xc4]K[0x2][0xb][0xf5][0xc8][0xa8]D[0x95][0xc0][0x9a][0x14][0xb9][0x13][0xca][0xb][0xb3]7[0xcb]8[0x8b][0x11][0x19]N[0xd4][0xc8][0x18]E[0xab][0x8c]s[0x18][0x93][0xf1][0x16][0xce][0xb]\y[0xc9][0x99][0xf5]H[0x94][0xd1][0x82]][0xc9][0xb6][0xf5] [0x94][0xf1][0x3][0xde]^[0x1a][0xf]`W [0xa0][0xb6])[0x1][0xcd]-[0xce]>[0x1f]9[0x8e][0xbc]+[0xe1][0x82][0x8c][0xb7]1[0xce]Z\[0x94][0xf1][0xe]+[0xf0]C[0xec][0x91][0xf1]#^[0xfb]1[0xab][0xf2][0x13][0x1e][0xfd][0x14]d[0xbc]wy[0xf4]3[0xf8]d[0xfc][0x1c][0xe3][0x12][0xde][0x93][0xf1][0xb][0xfc]R[0xc6][0xaf][0x98][0xe9][0xd7][0xa8][0x91][0xf0][0x1b][0x19][0xbf]e[0xe6][0xfd][0xd8]#[0xb0],neO[0xc8][0xdb][0xe3]kw[0x6][0xd4].rh[0xc][[0x86][0x1f][0x1d]2~[0xc7][0xec][0xbf][0xe7][0xee][0xf]x_`[0xe5][0xe5]T([0x19]mx_F7n[0x97][0xf1][0x1][0xfe]([0xe3]C[0xfc]I[0xc6]G,[0xec][0xcf][0x18][0x91][0xf0][0xb1][0x8c][0xbf][0xe0][0xaf][0x12]>[0x95][0xf1]7^[0xfc][0x8c][0xbb][0xbf]s[0xf7]9j[0x4][0x16]^b[0xbc][0x4][0xe5][0xfe][0x81]/[0xa8].[0xa7][0xa6][\r]U[0x81][0xb8][0xa1]'[0x93]c[0xc9][0xec][0xe1]M[0x9][0x99][0xe2]QWS[0xce][0xa7][0x92]*[0x2]e[0x5][0xde][0x3][0xfe][0xa8][0xaf][0x9d][0xaa][0xd3]$G[0x1]s[0x14][0xe8][0x1c][0x5][0x97]r[0xa4][0xed][0xe6][0xd2][0x14][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xef][0xf3][0x7][0xb9][0x8][0xd9][0x14][0x9f]O[0x8d]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "V[0xad]Z%P[0x93]j}N[0x8c][0xe7][0xf2][0xa4]ES[0xa6][0x82][0x10][0xcb]W2[0xfc][0xf4]R[0x94][0x98][0xcb][0x96]hh[0xb2][0x4]/[0x9d][0x1][0xbf][0x96]tT[0xda][0xf8][0xa6][0x9e]W[0xef]h[0xf0]:[0x1b]Z[0xab][0x9d][0x8d][0xde][0xc6][0x6][0x97][0xa7][0xba][0xd5][0xd9][0xd0] [0xb0][0xa1]([0xb5][0xe2][0x92]T[0xd9][0xf9]E[0x97][0xae]r[0x9][0x94][0x9b][0x1d][0xee]&g[0xab][0xa7][0xa9][0xb6][0xc2]I[0x18][0xb6]x[0xe1][0xa7][0xdb][0xd1][0xd0][0xc3][0xe5]uy[0x1a][0x9d][0xd5][\r][0xe][0xb7]N[0xa6][0xab]c[0xf1][0x7][0xa3][0xc6][0xd1][0xb3][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x13][0xa5][0xbe]m[\r][0xd0][0xbd]`[0xec][0xcf][0x8d][0xef][0xbb][0xeb]&[0x8f][0x93][0xb9]7v[0x1d][0x18]d[0xb9]q[0xb2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Wu[0x95][0xb3][0xd2]U[0xeb]p[0xeb][0xc4]W[0xcf]`[0xb4][0xc9][0xbb][0xc1][0xd5][0xd5]M[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "KM[0x9e][0xed][0x9e][0xba][0x1d][0x1e][0x81][0xab]R[0xb9]MlNOUk][0xc5]6ge#[0xe9][0xcb][0x13]GC[0x83][0xa3][0x85]T[0x9b][0xf6][0x89]A[0x92][0xfd][0x11]gWw[0x94][0xae][0x1][0xbb][0xb7][0xd1][0xd1][0xd0]8I)[0xeb][0xb3]I![0xe9][0xdd][0xa1][0xee][0xe9][0x97]l[0xec][0x1e]6u[0xf7]D[0xda][0xa7]y"[0xe1].[0xb7][0xfb]H[0xc7][0xa8]j|[0x8a][0xd5][0xcc]r[0xc5]\[0xe6][0xa7][0x99]e[0xbb][0xb3][0xa5][0xd5][0xe3][0xa8]u[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xac][0x98])[0x97]b[0xe2][0xb][0xb4][0xbe][0xf1] [0xeb][0xb0] [0xb9][0x6]z[0xe4]'[0xd0]Y[0x13][0xc6][0x97]\[0xe4]I$[0x97]k[0x85]tv[0x9a]Xd[0xea][0x19]@[0xce][0xd2][0xa7][0x8d][\r]Mt[0xe][0xbb]>[0xd9][0xea]p{[0x9d][0xb1]-O[0x93][0xdb]ME[0xcb][0x8]"rL[0xa3]S[0xf][0x9e]u3[0xd9]2A[0xa5]$I[0x83]e[0xf4]I[0xbe][0x11][0x2][0x9b][0x90]N[0xf][0xc][0xba][0xc][0xe9][0xd5][0x91][0xc6][0x17][0x1a][0xfd][0xce][0xe5][0xab][0x95][0xf6][0xb6]kknzE[0x80][0xef]LZ[0xa9][0xa3][0xd1]-0[0xd1]*[0xb0][0xa8]d[0x14][0xa2][0xe4]<[0xd2]ZF[0x91]~[0x16]&[0x1a][0x9a][V[0x8c]"[0xe3],[0xa4]3[0x1a]g[0xbd]&[0xcb]D}[0x11][0xf5][0x85]$[0xa7][0x18][0xf9][0xf4][0x0][0xb8][0x99]V[0x16][0xe8]2[0xd0][0x0]/[0xa0][0x8d][0x1a][0xd1]D[0x8][0x8c][0xd4][0xfc][0xd5]H[0x16]F[0xb2]&AZi ]GH[0xa5]3 [0xed][0xc0]NB[0x10]|![0x1b]H/[0x92][0x15][0x18][0xfb][0xd6]a[0xd8]J[0xde][0x84]}[0x4]r[0xe9]+4g[0xab][0xf0]z:[0xb5]Z>[0x80]L[0x1a][0x99][0xc6]p[0x95]@?$[0xd3] L[0xe9][0xa7]c[0xaa][0xea][0xd2][0xd5][0x4][0xe9][0x85][0x9]*J0[0xcd][0xb3][0xa7]oa[0xb5][0xda][0xd0]n@[0xed]0[0xa0]rKFpu?[0xec][0xe7]Q@[0xc9]x[0xcd]8e[0xa6][0x86]>[0x14][0x13][0xae][0xa7]a[0x7][0x89][0xe9][0xa4]4[0xec]B[0xe][0x82][0x9]@[0xb9]Sm[0x91]Ib[0xe9][0xa3]R[0x7][0x11][0x17]t[0x10][0x91][0xc7][0x12][0xdf][0xc5][0xe2][0x12][0xb6][0xfd];0[0x1f][0x87]u[0x18][0xd7][0xe]"c[0x18]Ega[0x1f][0xc4][0x97]I[0xe][0x9c]S[0xa2][0x9f][0xb8]X[0xe0]"J[0xa8]2[0xc4][0x98][u[0x17][0xae]8[0x8e][0xed][0xfa]h[0xe5][0x8e][0x12][0xc3][0xab][0xe7]p[0x1d][0x9][0xd4]e\[0x1b][0x93]V4[0x80]c,[0x8c][0x89][0xc6]P[0x9a][0x86]8y[0x19][0x9][0x1e][0xc4][0xa1][0x12][0x82][0xd4]4[0xe9][0xd6]9V[\r][0xa0][0xf2]+eV[0xcd]*[0xb3]0[0xa6][0xe5][0xfc][0x98][0x96]$XC[0xb1][0xd1]h[0x19][0x8d][0xce][0xc4][0xac][0xbc][0x8b]J[0x8][0x10]&+G[0xb0][0x1c]=[0xb8][0x1][0xbd]T[0xbc][0xfb][0xc8][0x8c][0x7])[0xfe][0xe]Q[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd][0x81][0x10][0xee][0xc4][0x3][0xb8][0xb]Gq7N[0xe0]>[0x9c][0xc2][0x83][0xf4]ly[0x88][0x9e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf][0xd3]w[0xf7]#[0xf4][0xc1][0xfc]([0xfe][0x85]#[0x98][0xc0][0x13]B[0xc2][0x93]"[0x1b]GE.[0x9e][0x8a]{K[0xe4]%xk[0x19][0xe4][0x9d][0x12][0xca]'[0xd8]G[0xf4][0x8b]4[0xea]$l5[0xe7]dnZl][0xb1]8[0x9f][0x83][0xaa]s[0xd2][0x95]Xa[0x14]N[0x11][0xaf][0xcf]z[0xd4][0xf5]'[0x4][0x83][0x88][0xc5]t [0x16][0x3][0xd9]D[0xcd][0xf5][0xfa][0x88][0xee]>[0xcb]q[0x1c]6m[0x8c][0x19][0xb9]j[0xaa][0x91][0x13][0xaa][0xf5])[0xe2][0xb9]F[0xc3][0x82][0x16][0x80]\[0xad][0xb9][0xc6].=,[0xc4] [0xd6][0x1c][0x16][0x13][0x83]X9[0xa8]%[0xf6]LV[0x9e]cX[0x99]hc[0xf1]%[0xe5]?3q8n[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "dQ[0xff],%[0xf9]st[0x86][0x13][0xe4][0x84][0xe7][0xa9][0x86][0xbf]@[0xa5][0xed]$[0x95][0xb5][0x1][0xba]#_[0xa2][0xf3][0xbd]L[0xe9][0xf2][0x1a][0xb9][0xe0]u[0x8a][0xed]!r[0xd0]09[0xe4][\r]r[0xc4][0x8][0x1e][0xa7][0x87][0xe2][0xe4][0x9d]$[0xe3][0x1e]J[0x8f][0xa0]f[0x89]#[0x9][0x86][0xce][0x84][0xe5][0xbf][0x90]E[0xb9][0xd9][0x9c][0x96]o[0xfd][0x12]s[0x88] [0x14][0xb3][0xeb][0xbf][\r][0xf3][0xf4][0xc5][0xa2][0xbb][3[0x8f]~&w[0xf2][0xf8][0x9e][0xc1]L[0x19][0x86][0x99][0xa4][0x98][0x99][0x16]hf[0xca][0xd2]M[0xb1]<[0xd1][0x14][0xcb][0x7]&[0x9e][0xce][0xef][0x9f]8[0x16]7[0xc5][0x6][0xaa]x[0xa0]G[0xab][\r][0x17][0xe8]([0xe3]t[0xa4][0x8b]XB[0xf][0xd2][0x95][0xf4][0x1e][0xad][0xa7][0x97][0xa8][0x97][0x1e][0xa2][0xcd][0xf4][0x4]m[0xa1][0x17]h+[0xbd]9[0xf7][0xd3][0x93][0xd3]O[0xcf][0xcd][0x3][0xf4]v[0x8c][0x9b][0xa0]3f[0x82][0xbe][0x4][0x13]dAb[0x13][0xfc][0x7][0x95]d[0x4][0xcd][0x6]6~3[0x1a]6[0x18]7[0x8a][0xb4]:[0x8c][0xd5]%cX#[0xc8][0xb0][0xd7]k[0xd7]5Pm[0xc4][0x9d]d[0xc4]`[0x19][0xb5][0xeb][0xa9][0xdd]H[0xad][0x9c][0xda]M[0xd4]*)/[0x87](#[0xa9][0xad][0xa5][0xb6][0x80][0xda][\r][0xd4][0xd6]Q[0xbb][0x91][0xca][0xfb][0xfa][0x16]][0xe8]9|m[0x14][0x1b][0xe2][0x5][0xbe][0x10]V[0xea]?[0xa0][0x9b][0xfa]C[0xfa]r[0xfa][0x88].[0xd0][0x8f][0xe9][0xfb][0xe0][0x13][0xf2][0xfd][0xa7][0xf4][0x8d][0xf4][0x19][0xd1]|N[0xdf]0_$[0xc4][0xb7]J[0x9][0x1a]1[0x8e]d[0x83]e}[0xba][0xfe]G[0x7][0x8f]j.[0xe8][0xd1][0xd4]YC[0x8e][0xd8][0xcc][0xba]gY`!%[0xf9]b6[0xd3][0xaf][0x3][0xfc][0xcf][0xd2]rT[0x98][0xf8]?[0xbb][0x9b]P[0xbd]%[0x8f]"k[0x10][0x9f]l[0xc9][0xfb]?PK[0x7][0x8][0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer$JsonToken.class[0x95]VkW[0x1b]U[0x14][0xdd]C[0x12]2[0x9][0xd3][0x12][0xd2][0x16]K[0xad]-RZC[0x80][0x86][0xf7][0xbb]HH[0x3][0x82]CB3[0x9][0x1a]hK[0x87]0[0x84]@[0x98][0xe8]$[0xa0][0xd6]G}?[0xff][0x80][0xbf][0xc1][0xe5][0x7][0x9b]Z[0xeb][0xf2][0xb5][0xfa][0xd9][0xe5]ory[0xce][0x9d]![0xb]*K[0x1][0xd6][0xba][0xfb][0xec]}[0xcf]=[0xe7][0xdc]{[0xcf]\[0xf8][0xf3][0xef]_[0xfe][0x0]0[0x80]o|pc[0xd9][0x8f][0x15][0xdc][0xf6]b[0xda][0x8b][0xbb]~tb[0x95][0x87]{<[0xa3][0xf3][0xb0]&[0xa3][0xcb][0x87][0x9][0xe4][0xfc]D[0xd6]Y1d[0xf4][0xb0][0xb2][0xc1]$/[0xa3][0x97]qSF[0x1f]cAF?On1[0xd9][0x96]1[0xc0][0xa4][0xc8]dG[0xc6] [0x13][0x93]II[0xc6][0x10][0x93]7[0x98][0xbc])c[0x98][0x89][0xc5][0xa4],c[0x84]I[0x85][0xc9][0xae][0x8c]Q&{L[0xde][0x92]1[0xc6][0xf8][0xb6][0x17][0xef]H[0xf0][0xc5]2)5[0x9b]\[0x8c]'[0xc8][0x9e]/[0x97][0xcc]ti[0xdb]0%(s[0xa6]iX[0xb1][0xa2]^.[0x1b]e[0x9]]j[0xc9][0xca]G[0xf2]L7[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5][0xcd][0xc8][0x16]yFj[0xee][0x85][0xfb][0x86][0xd5]^c[0xe3][0x12][0xfc][0xda][0xad]L4[0x15][0xb7][0xc3]zbI5i[0xe3][0xc2]BTB[0xbd][0x96]N[0xcd]%f[0xc9]Hd[0x16][0xa6][0xe3])[0x9][0xee]t*[0x13]'[0x87][0x99][0xa8][0xaa][0x11][0xba][0x13][0x19]U[0xa5] [0xa2][0xb4][0x98][0x9a]d[0xad][0xc1][0x8e][0xe8]0W<9C[0xfe][0xc6][0x9e]aV[0xbc]x[0x97][0xcc]8[0x9b][0x12][0xae][0xa9][[0xfa][0xb6]nUt[0xbb][0xc2]r[0xc5]2[0xf4][0x1d]Q[0xe8][0xa2]n[0x95][0xa9]J[0xe1]G[0x15]z[0xf6][0xf4][0xe2][0xae]!AZ[0x96][0xe0]m_[0x8a][0xaa][0x99][0xb8]&[0xa1]{[0xe5]d[0xfb][0xac][0x17]Q[0xe8]|"[0xa1][0x8e][0x13].u[0xc7]J[0xeb][0x94][0xbf]Q-[0x98]Fbwg[0xcd][0xb0][0xd2][0xfa]Z[0x91][0x14][0xaf][0x88][0x99][0xdc][0x90]0[0x15][0xa2][0xdd][0xec][0xe9][0x91][0xa2]n[0xe6]#Z[0xc5]*[0x98][0xf9][0xf1][0x8e][0x93]e[0x9][0xaa][0xa5][0x9c]^\[0xd2][0xad][0x2][0x7]w2[0xb8]M}[0xc7][0xe0][0xb9]E[0xa7][0x1d]M[0x14][0xcc]BeR[0xc2][0x8d]#[0x92][0xcf][0x1d][0xef]t[0x97];[0x96](Ie[0xb3]@[0x7][0xe3][0xd3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "yS[0xaf][0xec]Z[0x94]0[0x1c]:[0xc1]z9oT[0x9c]K[\r][0x85]:[0x8e]{[0xad][0xde]By[0xc9][0xbe]XW[0xa8][0x83][0xae]V[0x9e][0xc8][0x15][0x9d][\r][0x91]@a'[0xf][0xec]*n[0xee][0xee]L[0x9c][0xe4]<'Ek[0x97]v[0xad][0x9c]1S[0xe0][0x93][0xc][0x1e][0xf2][0xbc][0xce][0xa1][0x15]D[0xf9][\r][0x98]V[0xf0][0x1e][0xde][0xf7][0xe2][0x3][0xda][0xf6][0xf1]3([0x98][0xc5][0x3][0x5]*>T0[0x8e]I[0x5]/cJ[0xc1]Gl[0xa9]XP[0xd0][0x85][0x88][0x82][0x8f][0x99][0xf6][0xb0][0xd5][0xcb]C[0x1f][0xf][0x9f][0xb0][0xd6][0xcf][0xd6][0xa7]l[\r][0xb0][0xf5][0x19][[0x83]l}[0xce][0xd6][0x10][_[0xb0]5[0xcc][0xd6][0x97]l[0x8d][0xb0][0xf5][0x15][[0xa3]l[0x8d]!"[0xe1][0xf4][0xe1][0x3][0xf2][0xe2]k[0x9][0xed][0xc7]9~[0xfa][0xa8]r[0xc5][0x92]I[0xc7]rV\[0xd8]~[0x94][0xe4][0xda][0x96][0x91][0xe3][0xcb]i[0xfd][0xbf][0x83][0x90]0x[0xb0][0xeb][0xc4][0xeb]3~[0xd4]7p[0xb8]D[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xdd]|T[0xb7][0xf2]}+Z:[0x9a]J[0xaf]&[0xa7][0xe7][0xe3][0xb1]4?#[0x82]FS[0xa9]h[0x96]&[0xc5]w[0xbf][0xba][0xff][0x1e]9t[0xff]U[0xf2][0xdb][0xd4]~[0x9b][0x1a]l[0xe2][0xbc]P[0xfe]}O[0xf1]N[0xc5][0x13]7k[0x9]|L[0x9c][0xf0][0x97][0xfe][0xfb][0xd4][0xa6]z[0xe8][0x15][0xee][0xa4][0xbf] [0x8d]S-|[0xb3][0x0]a[0x8f][0x83][0xbd][0xe][0xf6]9[0xd8][0xef][0xe0][0x80][0x83][0x83][0xe][0xe]98[0xec][0xe0][0x88][0x83][0xa3][0xe][0x8e]1"[0xc8][0xdd]$[0x90][0x1a][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8]\[0xe0]&%^[0xf][0x1f]b[0xb8][0x9][0x9]qbm[0x84][0xfc][0xe3][0xaf]B[0xfa][0x9]uO[0xe1][0xfa][0x81][0x98][0x84][0x19][0xe1][0xc9]s+[0xe4]?[0x8b]W[0x1c][0xff][0x1][0xd4][0x9][0xd5][0x1f]t[0x87][0x86][0xe7])[0xdc][0xec]_w[0xc8][0x8e]F[0xc5][0xf6][0xc2]<^[0x15][0xf3][0xd4][0xca]4r[0x84][0xdb]p[0xc1][0xc3]u[0x85];/>A}[0xb8][0xfb]1[0xbc][0xe1]s[0xee][0xc7][0x90][0x1f][0xd6]"[0x5][0xe9][0x94][0x80]"E[0xdc]A[0x3]L4[0xa1]$[0xa2][0xb6][0xd2]Z[0x9e]M[0x88][0x1d][0xee][0xef][0xd1]U[0xdb][0xa5][0x1b]I[0x11]c[0x91][0xc6][H95G[0x8][0xb9][0x1a]O[0xf8]Gx[0x9f]-[0xd7]:P[0xae][0xa7][0x16]XC[0xfa][0x88][0xc5][0xf2][0xf7][0xcf],[0xde];b[0xb1][0x8c][0xc][0x96][0xec][0xc5][0xd2]6[0xf9][0xf1]q^[0xf9][0x15][0xee]l[0xd0][0xe7][0xaa][0xc2][0xef]z[0x82][0x86]GP[0x84]p[0xca]][0xc5]i[h[0x14]B[0xc0]#[0xd9][0xb4]I[0xd0]`[0xbd]C[0xcf][0x8]z[0xd6][[0xc5]9[0xb7][0x10][0x9a][0x85][0xf0][0x9c]\[0xc5]y[h[0x11][0xc2][0x85]@}[0x15][0xcf][0xdb][0xca]E[0xa1][0xbc][0x10][0xa0]E[0x97]l[0xe5][0xb2]PZ[0x3][0xb4][0xea]E[i[0x13][0xca][0x95][0x80][0xaf][0x8a]v;[0xd3]U[0xa1]\[0xb]P?[0xbc]d+![0xa1]t[0x4][0x1a][0x9c]Z[0xc2][0x1][0xe5]wRh/[0x8a][0x96][0xa5][\r]4jYO[0x15]MZ[0x96]R[0x9f][0xd1][0xb2][0x94][0xae]Y[0xcb]R[0x8a][0x16]-[0xcb][0xd5]\$ [0xed]2[0x1][0x89]m[0x4][0x94][0xec]*[0x1]e[0x8][0x11]4T[0x11][0xd6][0x1e]AzXk[0xbb]![0x9c][0x12]m[0xd2][0x84];[0xd4][0x9e]w[0xe9][0xb3]X[0xa5][0xab][0xbd]G[0x17][0xaa]c[0x8d]~+[0xc8][0xd1][0xeb][0xb6][0x8e]oa[0xe0];l[0xe0]7[0xe4][0xf1][0x17][0xb5][0x9d][0xcb][0xb9][0xfc][0xd7][0xf0][0xba][0xc0],[0xae][0x8b][0xc6][0xa8][0xa3][0xb6][0xb8][0x83][0xee][0xa9][0xf3][0xf4][0xdf][0xd0]}[0xdc][0x98]j[0xf9][0x7]PK[0x7][0x8][0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/JsonTokenizer.class[0xad]Y[0x9]|[0x94][0xd5][0xb5][0xff][0xdf]Y2[0xc9]d[0x8][0x93][0x8d]@&@X[0x84]0[0x9][0x4]$[0x2]BXB[0x18]$[0x98][0x5]CP[0xc2]"[0xc][0xc9][0x90][0xc][0xc]I:[0x93]([0xe0][0xf2][0xd4][0xe7][0xae][0xb5][0xd6][0xba][0xa2][0x85][0x8]j^+*[0x4][0x3](*.u[0xad][0xb6][0xda][0xbe]V[0xad][0xcf][0xa5].}[0xb5]jm}j[0x15]S[0xe8][0xff][0xdc][0xef][0x9b]%1<[0xf1][0xf7]^[0xf8][0xdd]{[0xee]=[0xdf]][0xce][0xff][0x9c]s[0xcf]=wx[0xe1][0xe8][0xc3][0x8f][0x1](Q[0xe3][0x9d]8[0x1d][0xf7][0xa5]`[0x11][0xee][0x97][0xea][0x1][0xa9][0xf6]H[0xb5]W[0xaa][0xee]T[0xec][0xc3][0x83][0xd2][0xea][0x91]j[0xbf]T[0x7][0xa4]:([0xd5]CNV[0xf]KuH[0xaa]G[0x84][0xf7][0xa8]T[0x8f]IuXx[0x8f]K[0xeb][0x9]i=)[0xd5]SR[0xfd]"[0x5]UxZ[0xaa]g[0xa4]zV[0xaa][0xe7][0xa4]z^[0xbe][0xbe] [0xad]_J[0xeb]Ei[0xbd]$[0xad]_I[0xeb][0xd7]R[0xbd],[0xd5]+[0xc2][0xfb][0x8d][0xb4]~+[0xd5]J[0xf7]wR[0xfd]^v{[0xd5][0x81][0xd7][0x9c]([0xc4]}[0xe][0xbc][0xee][0xc0][0x1f][0x9c]x[0x3][0xff][0xe5][0xc4]$[0xbc][0xe9][0xc0][NL[0xc1][0xdb]N[0xbc][0x83]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb0]w[0x9d]x[0xf][0xef];[0xf1][0x1][0xfe]$[0x13][0xff][0xdb][0x81]?;1[0x3][0x1f]:[0xf0][0x17]'f[0xe2]CY[0xf2]#i}l[0x87][0xf1][0xe7][0x94][0xde]'R[0xfd]U[0xa6]}*#[0xfe][0xe6][0xc0][0xdf]e[0x93][0xcf][0x9c]X[0x80][0xff][0x91][0xd6][0xe7][0xe]|[0xe1][0xc4][0x97][0xf8][0x87][0xec][0xf4][0x95][0x3]_;p[0xc4][0x81]o[0x14]R[0x16]GZ[[0xea]Z7[0x6]Z[0x14]\[0x15]--[0x81]py[0xc8][0x1f][0x89][0x4]"[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd6]E[0xbe][0xe5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x96][0x95][0x15][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "N6[0xd7]T[0xfa][0xaa]O[0xab][[0xa4][0xa0][0x84][0xb1][0xae]c[0xfd][0xfa]@xIkkHaLek[0xb8][0xa9][0xb8]I[0xe6][0xad][0xf]F[0x9a][0x8b]7p[0xc9]b[[0xb0]x~l[0xd0],[0x85][0xa4]p[0xc0][0xdf][0x18][0x8]+[0xb8]+7[0xf8][0xcf][0xf1][0x17][0x7][[0x8b]k5[0x87][0xdf][0xac]\N[0xb6]*[0xa7]@2l~[0xa0])H[0x81][0x1c][0xd2][0xf6][0xb5]4r[0xbf]H{k8`[0xb2][0x93]uG[0xf3][0x93]B[0xc1][0x96]@u+[0x85]Z[0xac][0x90]F[0x9][0xda]+[0xc9][0xa8]Y[0xbf]>[0x12]h' C[0xca]h[0xd7][0xbe])[0xd8][0xd2]A`j[0x5][0xb7]Y[0x1f][0xf6]7[0xd4][0x84]}[0x9b][0xdb][0xb8][0xef]:[0xae]4[0xc4][0x90]j[0x93][0xbf][0xbd][0xb9]x~[0xb0]iA[0xa0]![0xb8][0xc9]/rg[0x8e][0x15]}[0x84][0xdb][0x83][0xad]-[0x91][0x5][0xc1][0x88]]( [0x1b][0x97][0x6][[0x82][0xed]s[0x14][0xa6][0x15][0xf4][0x87]s[0x2][0xda][0x98]p[0xa6][0x82][0xad][0xbc][0xb5]1[0xa0]0X[0x4][0xae][0xee][0xd8][0xb4].[0x10][0xae][0x93][0xb5][0x15]2*[[0x1b][0xfc][0xa1]3[0xfd][0xe1][0xa0][0xf4]M[0xa6][0xad][0xbd]9H[0xd1]G[0xf][0xb4]x[0xcc][0x84][0xc1][0xad]Z[0x9b]NQ[0xdb][0xd2][0xf6]p[0xb0][0xa5][0x89][0xaa]-[0x90][0xcd],[\r][0xcd]Tg[0xb0]eI[0xc8][0xdf][0xc0][0xd5][0x6]-m[0xf7]7l[0xac][0xf2][0xb7][0x99][0xab]'w[0xb4][0x4]"[\r][0xfe]66[0xad][\r][0xcd]S[0xa9][0xaa][0xc6]`S[0x90]*SAN[0xeb]h[0x9]6hY[0xd3]daC[0xd6][0xf2]fX/^a[0xee]g[0xb0])hA[0x85]lhoh[0xed]h[0xe1][0x2][0xc9][0xf2][0xad].[0xdc]a[0xac][0xa0]8[0x83][0xe3]<[0x9d][0xa4]2ik[0xc]D[0x82][0xe1]@c,X1[0xaf]i[0x97][0x14][0xcf]&w[0xae][0xd8]y[0xa5][0xa8][0xf][0x93][0x99][0x14][0x9f][0xe][0x85]J[0xb8][0x91]+q[0x96][0x89]s[0xae][0x4]][0xd2][0xc][0x89][0xd8][0x9a]2|[0x93]Z$hk[0xba]B[0xb7]H[0xc0][0xd6]t[0x95]IW[0x9b][0x94][0xd1]_[0xd3][0xb5]&[0xf5][0x9b][0x94]!\[0xd3]F[0x93]2d[0x1][0xee][0xa1][0x12]b[0xd9][0xf7][0xb0]4#Hi6[0xb0]u[0x9][0xac][0xfc][0x7][0x14]x[0xf]@y[0x9d]=[0xb0]xSz`[0x95][0xca][0xe6]-[0xec][0x81][0xdd][[0xd4][0x83]$o[0xd1]C` [0xef]A[0xf2]^[0xbd][0xe2]F[0xd6][0xa3][0x91][0xcc]z+l[0xa8]@[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb1][0xa4][0x11]E&[0xe3][0xfb]P[0x9c][0x8f][0xe1][0xb8][0x0][0xe3]y'[0x84]8"[0xdf]X[0x1f][0x9b][0xd0][0xa2][0x1f][0xc][0x5][0x1a][0xa7][0xd2]-An[0xe1]?[0xde]-[0x86]<[0xea]<[0xd8][0xf5][0xf8][0xc3][0xb6]R[0xaf][0xd7][0xfb] RV[0xf4][0x80]R[0xa5]znC[0x8d]tY\;QJ[0x92],[0xdd][0x92][0xfa][0xd9][0xee][0xfc];Q[0x94][0xe7]^[0xb5][0x3][0xe3][0xf2][0xdc][0xa3];[0x91][0xe9][0xf5][0xd6][0xcb]<[0xdb][0xda][0x1e][0x10][0x85]s[0xaf][0xee][0xea]^[0xd7][0xb1][0xc3]zMr[0x9]w[0xd0][0xec]<[0x99][[0xc8]Y;p[0x92]^a[0xa4]g[0x1b][0xd2][0xcc][0xb5][0x9d]y7,[0x93][0xa9]N[0x99][0xea][0xec]:vQ[0xde][0xbd][0x94]k[0x8c][0xc6]/[0xe8][0x8d][0xb2][0x8a]e[0x98][0xb5][0x94][0xcb][0xa5]u[0xc9]^y[0x7]0[0xf8]p[0xd7]11[0x90]U[0xab]i[0x5][0x86]h5[x[0x1d][0xe][0xc6][0x15]T[0xd1]U([0xc1][0xd5]|/]C[0xc5]][0x8b][0xc5][0xb8][0x8e][0xea][0xb8][0x9e][0xa6][0xbb][0x89][0x6][0xbb][0x19][0xe7][0xf0][0xb6][0xd8][0x8a][q[0x19][0xb6][0xf1][0x92][0xbe][0x1d]7[0xe0][0xa7][0xd8][0x8d][0x1d][0xb8][0x9f]7F7/[0xeb][0x1e][0xec][0xc2]~^[0xcb][0x8f][0xa0]K[0xab][0xd7]K[0x3]L[0xe0][[0xee][0x7]t[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "1[0xf9]r[0xb3]E[0x15][0x9a]*[0xb7][0xe0]Q[0x84]iz[0x85][0x88]v[0xbb][0xd4]^[0xc]V[0xd6]^LSG[0xe0]r[0xf4][0xe2]$[0xe5][0x1a][0x96][0x8c]#T[0xbc]E2[0x2][0xc3][0x10][0x16][0xf][0xfb]I4[0xc8]T[0xd1]T[0xa9]G[0xb0][0xab]q[0xac]RL[0xe0][0x87]X[0x8a]M[0xba][0xca][0xa4][0xeb]XjY[0xe8]n[0xf8]1[0x8b][0xec]~>K[0x98][0xe5][0x1e][0x96]v[0x96]&[0x96][0xe][0x96][0x97][0xb5][0x9a]E[0xbf][0xda]RNw[0xf2][0xb2].<[0xd7][0x9f][0x99]B[0xe6][0xbe][0xfe]L'[0x99][0xdb][0xfb]3]d^[0xd5][0x9f]9[0x88][0xcc][0xf6]~L[0xcf][\r]d[0xae][0xb1][0xce][0xb6][0xce][0x19][0xee][0xd8][0x89]Y[0x2]o[0x9a]-[0xdb]v;[0xb2][0xb2]m[0xdd]p[0xef][0x84][0xab][0x1b][0xe9][0xd9][0xb6]I][0xb0]Y[0xa6][0xd9][0xb3][0xed]w[0xd0]Y[0xb2]mb[0xd6]<[0xc7][0xe6]l[0xfb]E[0xb3]/[0xb5][0xaa][0xae]c[0xcf][0xf4][5OVM[0xf1]zd[0xdc][0xde][0x98][0xf1]7P[0xdd][0xc0][0xbd]T[0xe5]n[0x1a][0xe6]~[0xf6][0x1f][0xa0]Q[0xf6][0xe2][0xdf]h[0xca]K[0xf0] [0x13][0xab][0x1e][0x9a][0xfb][0x0]~[0x86][0x83][0x1c][0xf1]0[0x1e][0xa3][0x1a][0x9f][0xa0][0xe1]~[0x8b][0xc7][0xf1]{<[0x89][0xd7][0xf0][0x14][0xde][0xc6]/[0xf8][0xae]~[0x1a]G[0xf1][0x8c][0xb2][0xe2]Y[0xe5][0xc4][0xf3]*[0x1d]O[0xa9][0x1c][0xfc]RM[0xc0][0x8b][0xaa][0x8][0xbf]V'[0xe3][0x15][0xed][0xc]sh[0xb2][0xf]PD[0x5]/[0xa5][[0x1c][0xa5][0xb3][0x9d][0xc3][0x96][0x1d][0xc0]l[0x9c][0xcb][0x96][0x95]+[0xd6]a[0xb3][0xe1] j[0xaa][0xe9] ve[0xb8][0x8f][0xe1] [0xa3][0x91][0xd6][0x8b][0xe5]*K[0xff][0xfd][0x13]V[0xa5]z[0x91][0xaf][0xe6][0xb1][0x1e][0xa4][0xbe][0x82][0xeb][0x8][0xb2][0xc4]Q[0x98]![0x9a][0x11][0xa4][0x99][0xeb][0xcb]i[0x9e][0x10]?[0x9e]YQ[0xe5][0x98][0xa7][0xb0]dw[0xe2][0xb1][0xdb][0x1d]SO[0x6][0x85][0x4]^E*[0xc5][0xca][0xa3][0x90]c[0xf1][0x86][0x86][0xe1]2[0x16]4[0xc5][0x8b][0xe8][0xf1]L[0x9d],[0x92]=[0x9a]q[0xe2]IN[0x95]8[0xf1][0x96][0x11]%l[0x8d][0xd1]8[0xe1][0x9e][0xd8][0x89][0x91]^[[0xf]2[0xb8]Wf[0xa9][0xc7]=[0xf9]N[0xa4]x[0xdc][0xa7][0xde][0x15][0xb5][0xe]9[0x9d]H[0xd5][0x1f][0xbb](i[0xdf]A[0xc7]>[0xf3][0xb8]'u[0x12][0xb][0x17][0xc8][0xb2][0xce][0xd6]_/[0xb5][0xa8][0x84][0x1][0x9f][0xe6][0xd9]:[0xe3]K[0x5]v[0x8][0xdb][0xd7][0x89]2=[0xc3]\[0xad]Ps)H[0xb2]fXg[0xeb][0xf9]Y[0x9c][0xbf][0x8b][0xe1][0xc5]\[0xb3][0xeb][0xd8][0xc7]y[0xdb]b+Yv [0xdb][0x8]T[0x8d]TXT]qO[0xba][0x84]q[0x14]x[0x87]![0xe4]]d[0xe3]=[0xfa][0xd5][0xfb][0x18]I[[0x17][0xe2]O[0x98][0x82][0x8f]0[0x1d][0x1f]c.>[0xc5][0x2][0xfc][0x8d][0xf7][0xcb][0xe7][0x8c][0xb1]_[0xf0][0xde][0xf8][0x92]w[0xc5]W<[0x96]_[0xf3][0xe]8B[0x1b]C[0xe8][0xc5][0xf9]L[0xe0][0xaf]T[0x16][0xe6][0x9e]V[0xdc][0xa0]l[0xd8][0xae][0xec][0xd8][0xa5][0x92][0xb1]W[0xa5]`?[0xe9]#*[0x15][0x8f]+[0x17][0xfd]m0},[0x1d][0xbf]S[0x19]xSe[0xc5][0xc2][0xcd]j[0xee]|[0x81][0xf6][0xa1][0xbb]1[0xca]l[0xd1][0x12][0xb1][0x8][0xff]V[0x82]7[0xe5]"[0xad][0xd0]>[0xc8][0xdd][0xcb][0x84]?[0xf3][0x8][0x9c][0xa9][0xd9][0xb6]^(5[0xe4][0x8]R[0x86]p[0xd6][0x85][0xd1]pC[0xdf][0xb7]jg[0x98]i[0x84][0x1b]wx[0x7]mDr[0x0][0xd9][0x87][0xcd]X[0xdd]!,[0x92](k[0xce]pQ[0xaa][0x97]DXq]y[0xe1][0xa4][0x87][0xe4][0xd0][0xaf][0x87]"U[\r]C&s[0xef][0xa1][0xf4][0x9f][0x11][0xcc][0xbc][0xc7][0xa9][0x91](T[0xf9][0x98][0xa2]F[0xe1]T5&[0x86][0x89];GO[0x3]N[0xe1][0xf9][0x14][0xf9][0x87][0xf2],\[0xa4][0xd1][0x15]R[0xef][0x1d][0xfa][0xfc][0x8][0xa6]40zf[0xf2]@d[0xe8][0xc2][0xef][0x17][0xc7]p[0xfc][0x85]c[0xe4][0xa7][0xb1]%&[0xe][0xbf][0x81][0xc3][0x9f][0x80]#d[0xe0][0x8]%[0xe0][0x88][0x18]8"Q[0x96][0x4]$[0x1][0xe7][0xf2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x8b]n[0x1a][0x6][0xe9]PlW[0xe3][0x89][0xae][0x80][0x82]x[0x89][0xae][0x90][0xe8][0x8a][0x88]n[0x12][0xd1][0x15][0x13][0xdd]d[0xa2];[0x19]sy[0xc6][0x17][0xaa][0x12][0xd4][0xa8]i[0x1a]i[0x89]![[0xc][0xe9][0xe9]1[0xa4]3bHO2[0x91][0xce]E:[0xbd]N[0xe2]H[0xc4]8[0xaa][0x89][0x98]{[0x91][0xad][0xf4][0x95]v<[0xfb]u[0x18][0xb8];[0xfe]w[0xdc]![0x3]wh [0xfb][0x9d]J[0x84]3[0x89]p[0x16][0xb7][0x9d]M[0x84]s[0x88]p.[0x11][0x96][0x11][0xe1]|",'B[0xdf][0xff][0x8b][0xfd][0x80]Ky[0xdd][0x1a][0xd7][0xde][0x1a]}[\r]B]C[0x9][0x87][0x98]X[0xf2]y6=[0xee][0x94][0x1d][0x18][0xec]q;[0xf5][0xd1][0x1e][0xd4][0x89]f][0x97][0xca][0x99][0xb5]8[0xfd][0x92]7[0x19][0x83][0x9d][0x9d][0xc][0x3]<[0xbe]69[0xc2][0x97][0xf1][0x83][0xb5][0xb]%[0x9][0xc]g@X[0xc7]v[0xeb][0x91][0x9e][0x84][0xe9]}[0xe6][0xe8][0xc5][0xba][0x8e]][0xae][0xef][0xdd][0xa3],C[0x8e][0xf1][0x8f][0xf4][0x88]y[0xfd]>[0xc4]R[0xc4][0xf2][0x12][0xcb]D[0x96][0xbf][0xb3]L6[0xe9][0x14][0x93][0x9e]l[0xd2][0xa9]&-1[0xe9])&[0x9d]f[0xd2][0xe9]&[0x9d]a[0xd2]SM:[0x93][0xe5]y[0x96][0x95],O[0xb3][0xac]f[0xf9][0xd0][0xbc][0xde]_7[0xaf][0xf7]?[0x9a][0xd7][0xfa]+,[0xe7][0xb1]<[0xc1]r[0x1][0xcb]'D[0x90][0xd3][0x8d][0xa1]{[0xba]1[0x8c]%[0x97][0xc5][0xc3][0x92][0xb7][0x87][0xfc][0xe1][0xdd][0x18]!td7[0xf2][0x85][0x8e][0xea][0xc6]h~[0x1b][0xc3]2v[0x8f][0xc4][0xc3][0x93][0xba]1[0x8e][0x9d][0xf1]{[0x8c][0xe0][0x18]s[0x8c][0xcb][0x19]n[0xa0]*aSUHQK0J[0x9d][0x81][0xf1][0xaa][0x96][0xce][0xb0][0x94][0xd9]L[0x1d]J[0xd5]2T[0xa9][0xb3][0xb0]Z-[0xc7]Z[0xb5][0x82]/[0xf5][0x95]hS[0xab]p[0xa1]:[0x1b][0x97]+?/[0xb1][0x6][0xb5]@5[0xaa]Ej[0xbd][0xaa]T[0xcd]j[0x89][0xda][0xa0][0xea]TH-W-j[0x95]jUk[0xd5][0xf][0xf8]5[0xcc]/[0xed][0xe4]v[0xa8]6u.[[[0xd4]fu[0x99][0xba]@][0xae].VW[0xb2]u[0xb5]v[0xba]![0x86][0x9b][0x98]N[0x97][0xa2].[0xe9][0x13][0xf4]2{[0xc9][0xca])[0xcc][0x18][0xee][0xf8][0x6][0xf]9[0xac][0xfc]s8H[0x92][0xad][0x1a][0xc5][0x15][0xe6]%Vl8[0x1b][0xba]Lg+8[0x9e][0xb3]][0xa8][0xeb][0x85][0x9][0xde][0x12][0xcb]i[0xcd]it[0xa6]![0x89]^[0xf6]m[0xc7][0xd3]n[0xb7]S[0x8f][0x1c]>[0xa0][0xdb][0xe9]9[0xfd][0x16][0xee]:[0xd6]&W[0x93][0xc3][0xc6]l[0xc8][0x1a][0xbf][0xb8][0x17]26@[0xfd][0x88][0x86][0xb8][0x9e]8BC[0xdc]HC[0xdc]DC[0xdc][0x8c]Y[0xea][0x16][0xcc]S[0xb7]2[0xee][0xdc][0x86]zu;[0x9a][0xd4][0x1d][0xd8][0xa0][0xb6][0xd3][0x10];[0xb0]Uu[0xe2]j[0xb5][0x13]7[0xaa]][0xb8]C[0xdd][0x1d]W$[0x93]YS[0x91][0xd8][0x9e][0xa0][0xc8]4$kENw[0x8f]LO[0x9e]'[0x11][0xe7][0xca]X[0xde][0xf1][0x1a]O[0xbd][0xcc][0xac][0x8d][0xe6][0x1d][0x9d][0x90]\uB[0xa9][0xc7][0xd2][0x9][0xbb]ew7[0xbc][0xdb][0xa8][0xc4]mH=[0x84][0xc2][0xfa][0x3]([0xd2][0xb9][0xbf]3z[0xbb]z[0x88][0xd1][0x15]{F[0xec][0xae]<[0x84]I[0xf5][0x7]Q\x[0x0][0x93][0xf][0xeb]u[0x87][0xc0][0xc7][0x93][0x95][0xc3][0x1b]Uhbd[0xfa]9[0xa3][0xd2][0xbd]p[0xab][0xdd][0xc][0x82][0xf7]!G=[0x80][0x9]j[0xf][0xb1][0xef]%[0xf6]}[0xf0][0xa9][0x7][0x89][0xbd]'[0xf6][0xf6]q3[0xfa]\[0xa5][0x11]-dbs5[0xd3]~[0xa5][0xd3][0xe4]xr[0x93]&[0xb1]5G[0xa5][0x1f]Az[0x85]C[0x9f][0xe6]k[0xf1]C[0x13][0xe5][0x19][0xdc]Q[0xc6][0x8f]?[0x84])[0xf5][0x14][0xd5][0x12][0xb7][0x17]kk 1[0xb0][0x1c][0xc0][0xc9]{[0x10]}[0x9e]%[0xc9]4[0xf5]hB>5>vA_w[0xc2][0xcb];[0xfd]q[0xc6][0x0][0xcb]?9[0xc0][0xf2][0x16][0xf9]m[0xd1]\[0xfe]m[0xd3][0xc1][0xeb][0xff][0xaf]6J[0xcc]%[0x7]2U[0xa5]6[0xd5][0xe9][0x9a]&[0x9a][0xea]Y[0x9a][0xea]9[0x9a][0xea]y[0x9a][0xea][0x5][0xea][0xf8]E[0x9a][0xea]%[0x9a][0xea]W4[0xd5][0xcb][0xa8]T[0xaf]0^[0xfc]f[0x0]SU%[0x98][0xaa]~`S-[0x11]SY[0xe4][0xc7]K[0xd6]r[0x9a][0x17][0x9a]O[0xd7][0xfd][0x2][0xe1]6\-[0x84]%[0xb5][0xb1][0xd4][0xb3][0x1d]~[0x8f][0xe0]x[0xac][0x13][0xe3][0x85][0xda]u[0xa7][0xf9] [0xa6]V[0xb1][0x95]$[0xbd][0x87]Pb[0x81]<[0xb6][0x93][0xbb]Pi[0xfa]e[0xaa]P[0xab][0xe7] N[0xf1]z$y[0xb6]2[0xc1][0x15]U[0xd8]Lu:[0x1b][0xe5]X[0xf3]lz[0xbc]^[0xab][0x99][0x0][0xc7][0xbe][0x9b][0x9f][0xd2][0xfb]2[0xd8][0xb0]G[0x1f][0xb8]Z[0x8][0xbd][0xcc]~L[0xeb][0xb8]_[0xe5][0x83][0xff]5[0xa4][0xab][0xd7][0xa9][0xb9]7x[0xf5][0xbe][0x89][0x89][0xea]-[0xcc]To3[0xa9]x[0x7][0xf3][0xd5][0xbb]X[0xaa][0xde][0xe3];[0xe1]}F[0xdb][0xf][0x10]Q[0xc6][0x5][0xea]C\[0xa3]>[0xc2]u[0xea]c[0x1e][0xee]OcZ[0x9d][0xc8][0xe4][0xe1][0xc7][0xd4][0xa2][0x85][0xeb]n[0xe5]{v[0xa9][0xd6][0xea][0xfe][0x4][0xad][0xba]`[0xef][0xe5][0x92][0x93][0x8f] [0xc7]2[0x8]?![0xc7][0xc6]1[0xa2][0xdd][0x1b]c[0x9]F[0x88]=[0x99]7[0xca][0xd0]n[0x9e][0xa1][0xc][0xab][0xa8][0x85][0x87]m[0xba][0xb4]2[0xa4][0xca][0x8a][0xe7][0x11]#[0xe0] [0x90][0xcf][0x9][0xe4][0xb][0xa6][0x9f]_[0x12][0xcc]?0[0x84]o[0x18][0x8f][0xfa][0x9a]/[0x9a]o[0x12]|wT[0xdf][0xa7]F>[0xc9]M|[0x8b][0x1b];[0x97][0x1b][0xce][0x8e]a[0x87]0[0xa3]>[0xc1]2[0x86]q[0xf][0xe0][0xd4][0xfe][0xa7][0xe2]h[0xc2][0xca][0xc3]b[0x87][0xee][0x16]>[0xea][0x8d][0x5][0x1b]([0x97][0xfe][0xfd][0x83][0xb]L[0x96][0xaf][0x95]C[0x98]9[0xd0][0xc2][0xb3][0x4][0x17][0x87][0xec][0x89]!J[0x13][0x7][0xb3]X[0xe0][0xb0]X1[0xc6]bO[0xd8][0xa7][0xa0]/[0x2][0xf9][0x99][0xe2][0xb6][0xd8]1[0xfc][0x84][0xfa][0x94][0x14][0xa9]9[0xee][0x92][0xac][0xb3][0xb6][0xa1][0x96]7[0xcd]]p[0xb3][0x93]q[0x1b]|[0xbc][0x1b]va._=[0xba]k[0xc4][0xfc]9[0xc3]=;1<[0xcf][0xed]l[0x8e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "8|m[0x89]{r[0xe3]Z[0xe3][0x19][0xfc][0xbe]169[0xaf][0x9d][0x83][0xf3]v{[0xf7][0xa3]t?f[0xc7]}i[0x9c][0xfc]^`q[0xc2]iI[0xc5]X[0x8b][0xb][0xe3]h[0xdf][0xa9][0x96]4[0xcc][0xb0][0xc]F%i[0xad]%[0x1d]k-[0x99][0xb1]4n[0x1c][0x93][0x8e]m:e[0x9b]J[0xfb][0x1b]OVyb[0x1a][0xe0][0x9c]8[0xdb][0xf4][0x1f][0x81][0x99]#[0x97][0xc3]X%O[0xb]y[0x9d]B[0x8d]H[0x9d]G[0xcb][0xca][0xdf][0xed][0xb8][0xc3][0x84][0xfe][0x19][0xf][0xa5][0xe4][0xbc][0x9b][0xfa]C?[0xcb][0xe3][0xce][0x88]A_[0xec]qg[0xee][0xc2][0x82][0x94][0xb2]D[0xe8][0x92][0x84][0x13]|~~[0x16][0xe6][0x4][0xa3][0xe8][0xb3]m[0x1a][0xfe]e[0xfe][0xb2]Km[0xc4][0xff][0x8e][0x89]?[0xbf][0x83]3[0xf2][0xef]3[0xf0][0xcf][0xbb][0xaf][0x1f][0xfe]a[0xc4][0x9f]K[0xfc][0x1e][0xe2][0xcf][0xe3]9[0x1f][0x8e][0x99][0x96][0x11]8[0x83][0xf4],K>[0x2][0x96][0xd1][0x9][0xf8][0xe7][0x12][0xff][0x1a][0xe2]/a[0x1a]w[0xae]N[0xbf])|[0xc][0xc3][0x80][0xf8]m[0x82]_[0xa9][0xd1][0xa9][0xf3]l[0x6][0xfe][0x9f]FS[0xc][0xde][0xa5][0x16][0x1d]"[0xbd][0xfd][0xf1][0xe7]&[0x9a]~[0x90]6}[0xff][[0xde])3-[0x13]([0xbc]7[0xe1][0xa6][0xf6][0xc6][0x84][0xc9]O[0x10]&Er[0xea][0xb1][0xca]:O[0x9c]q[0xfb][0x9]m[0x9f][0x91][0xb8]}[0xe6][0xf1][0xb6][0x9f][0xcc][0xed][0xa7]|[0xbf][0xed]w[0xc4][0xb6][0xaf]"[0x15]N[0x8e]l[0xca]}[0xc][0xfb][0x94]m[0xfb][0xd6]^[0xfa][0xe0]ZNI8P9[0x9][0x7]*[0x9][0xd6]tYZ[0xc9][0xff][0xda][0x18][0xd1][0x1e][0xa7][0x99][0xf1](["[0xea]~[0xcc][0xef][0x13][0xc7][0xe3][0xbf][0x92][0x1a]'v&O[0xec],dYJ[0x13]6[0xc8]67H[0xc]wwb[0xa7])[0xf9]j[0xf3][0xf7][0x8d]L[0x8a]\^u[0x8][0xb][0xea]=E[0x7][0xe1]+:[0x80][0x85][0xf1]p[0xa3]?[0xb1][0xcc][0xe5]M:[0xf][0xa9][0x96]2d[0x90][0xc6]r[0xcd][0x8c][0x85][0x9e]L3[0xa5][0xb2]S[0x9c]][0xb8]K[0xdb][0xe4]n[0xdc][0x93][0xf0][0x3][0x8e]xY[0x96]lU[0xad][0xb7][0x9a][0x98]w[0x10][0xa7]M[0x1c]`/[0x1f][0xf7]b[0x1a]c9[\r][0x99][0xa4][0xf1][0xc7]WVl[0xaf],[0xa6]rF[0x84][0xcf][0xc2][0xe0]g[0x9c]m[0xe7][0xe3]Kv[0xb5]"[0x19]?[0x8f][0xfd][0xd0]k[0xd5][0xa0][0x81][0x8e][0x8c]E[0xfb]Q[0x11][0xb5][0xc8]>x[0xd3]q[0xd1]#[0xce]}H[0xef]F[0xba][0xe5] [0x16][0xbb]'[0xcf][0xca][0x95][0xdf]M2[0xd8][0xcf][0xcd][0xe5][0xd1][0xab][0xb9][0x14]r[0xfb][0xf9]i}[0xe2]'[0xf4][0x13]9[0x8f][0xed][0x83][0xbb][0xdf]k[0x1a]cy[0xf5][0x8f][0xe3]{[0xb1][0x0]#1[0x81][0xb5][0x97][0x87]o[0x2][0xdf]EE[0x98]G[0xbb]T[0x92][0xd6][0xa2][0x98][0xef][0xa0][0xc9]h"[0xdd][0xc4][0xe0][0x14]U[0xf3]h[0xda][0xf1]\[0xfd]{[0xfc]L[0xce]7Z[0xcb]b-[0xe3]1[0x90][0xec][0x92][0xf3][0x99][0xa5][0x8e] [0xab][0x17][0x16][0x92][0x1c][0x93]P9[0xf7]j[0x5][0xef]F[0x8d]viI<[0x16][0xa1]z[0xde][0xd0][0x1]PK[0x7][0x8]ngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]![0x0][0x0][0x0]org/glassfish/json/JsonUtil.class[0x8d]T[O[0x13]A[0x14][0xfe][0xa6][0xdd]v[0xe9][0xb2]@A[0x10][0x4][0xaa][0x2]*-U[0xaa][0x80][0x88]@Q[0xc1][[0xb5]\[0x4][0xad]AMt(K[0xbb][0xb8][0xee]6[0xdb]-1[0xf1][0xcd][0xf8][0xa2][0xbe][0x98][0xf8][0xa4]/[0x12]}[0xe0][0xd5]K[0x2]*[0x89][0xaf]&[0xfe]#[0x13][0xa3][0x9e][0xd9][0x16][0x1b][0xe5][0x12][0x1f]vg[0xe6][0x9c]3[0xdf][0x9c][0xf3][0x9d]o[0xe6][0xdb][0xcf][0xcf]_[0x0][0xf4][0xe1][0xaa][0x82]][0xe8][0x9][0xa0][0xe][0xbd]2[0xfa][0x14]x[0xd1]#[0xe3][0xb8][0x2][0x1f]z[0x14][0xf4][0xe3][0x84][0xf8][\r][0x88][0xe5]I[0x19][0x83]2[0x86][0xc4]tXA%[0xe2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xed][0x19]Q[0xa0][0xe0]T%N[0xe3][0x8c][0xf8][0x8d][0xca][0x18][0x93]q[0x96]A[0xd5]MG[0xb3]MnLY[0x96][0xc1][0xd0][0x91][0xb4][0xec]L,c[0xf0]|~" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "A[0xcf]gc[0x8b]y[0xcb][0x8c][0xf1][0x9c][0x1e][0x1b]-,,h[0xb6][0x8][0x1a]b[0xf0][0xf][0xeb][0xa6][0xee][0x8c]0x[0xc3][0x91][0x14][0x83]4f[0xcd]k[0xc]5I[0xdd][0xd4]&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf7][0xe6]4[0xfb]*[0x9f]3[0xc8]R[0x97][0xb4][0xd2][0xdc]Hq[[0x17][0xeb][0x92]Qr[0xb2]z[0x9e]![0xb4][0xd5]I[0x97][0xe8]w[0xcd][0xd1][0xc5][0x19][\r][0x19][0xcd]I[0x94]r+[0x1f][0xce]p0[0x1c][0xf9][0xaf][0x1c][0xab]f[0x1c][0x9e][0xbe];[0xce]s[0xa5]c[0xfd][0x8e]%[0xd0][0x19][0xe][0x87][0x93][0x8b]|[0x89][0xc7][0xc]nfb3[0x8e][0xad][0x9b][0x99][0xa1][0x8][0x99][0xee]r[0xdb][0xe1][0xe5]4R[0xdc](h[0x84][0xe3]Ig[0x19][0xd8][0x18]}:}[0x9][0x6]E[0x84][0x14][0xf7][0x89][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "7a1[0xc8]s[0x5][0xdd][0x98][0xd7]l[0x86]=[0x9b][0xdc][0xa3]E[0x17]EU[0xe7]iih[0xb7][0xd3][0x16]Uy[0xdf]![0xf0][0x1b][0x94][0xa5][0xad][0xf1]?;[0xff][0xc9]h[0xda]u[0xd1]N[0xdf][0x92][0xc8][0x8d][0xa1]i[0xfb][0xac][0x95][0x19][0xab]`[0xa7][0xb5][0xf3][0xba]([0xbd]j[0x83][0xd6]n[0x91][0x8d][0x8a][0xdd]hTQ[0x8f][0x6][0x86][0xb6]-[0x98],[0xb3][0x98][0xb8][0x97]#[0xc2][0x1b][0xb7])A[0xc6]9[0x15][0xe7]qA[0xc5]E$T\[0xc2][0xe5][0xad][0xf1][0xca][0xa9][0x17][0xf1][0xea]]<[0xdd]*[0xa1][0x15]]*[0x92][0x18][0x17][0x99]M[0xa8][0x8]a[0xaf][0x98]M[0xca][0x98]Rq[0x5][0xd3]*f[0xd0][0xc8][0xd0][0xb2][0x83]^[0x18][0x82][0xe5],'[0xe7][0x16][0xb5][0xb4][0xf3][0x97]i[0xa3]]~C33N[0xd6][0x15].[0xb5][0xd2][0x9f][0xce]r[0xfb][0xc][0x85]J[0xe1]D[0x84]Z[0xec][0xe7][0xb9][0x9c]f[0xce]3[0xb4][0x86][0xc7]";[0xb4][0xae][0xc2][0xb1]6[0x10][0xeb][0xc3][0x9b][0x3][0x85]z[0xb7][0x12][0x19]][0x95][0xfe][0x92][0x9d][0xca]/[0xb5][0xf3]?[0xc4],66n#[0x7][0x86][0x80][0x90]L[0xaa][0xa8][0x88][0xe6][0xf0][0xe]J[0xf6][0xa5][\r]+[0xaf][0xe1][0x18][0xbd][0x6][0xbb][0xe8]E![0x91][0x8][0x11][0xd0][0xcc][0xb][0x8f][0xd0][0x4]Y[0x9a]h[0xd5]K#[0xa3][0xd1][0xd7][0xb5][0x6][0xf6][0x8e]&[0x1e][0xec][0xa1][0xbf]B#[0xd0][0xe][0x9][0x1d]h[0xa6][0x99]Z[0xc]B[0xb]Zi[0xac][0x10]]+[0x1][0xc4][0xdd]H[0xa0][0xfe]=<_Q[0xb5][0xe][0xef][0xec][0x1a][0xa4][0xf][0xf0][0xd0][0xfa][0xed][0x1f][0xbc]j:[0x16]8[0x4]?:[0x11]D[0x4][0xfb][0xdc]DX[0x10][0x1][0xec]G[[0x11][0x8a]it[0x80][0x8f][0x1c][0xcf][0xd7][0xe1]#[0x10][0xd2][0x1b][0xf7][0x8e][0x84][0xba]V![0xbf][0xc6][0xcd][0xae][0xd0]**[0xfa][0xa5][0x6])xk[0x19][0xd1][0x90]tg[0xc3][0xd3]W[0xf2][0xb4][0xbe][0x80]B[0xde][0xce]Wh[0x8f][0x6]o[0xad]"p}[0x5]M[0xc2][0xb0][0x8c][0xda]`;[0xf9]_B[0x96]V y[0xe3][0xd1][0x6]I[0xb8][0x1f]y[0xd9][0xca][0xaf]7[0xeb]Pf[0xd7]Q9[0x1b]][0x85][0xba][0x86][0xaa][0x8f][0xa8]^C[0xcd][0xc4][0x91]O[0x8]2[0xc]J4[0xd6][0xd2][0xf5][0x94][0xde][0xba][0xf9][0x8a]JR.[0x89][0x3][0xc4][0xc1]Ibi[0x90]H[0x1d]"V[0x86][0x89][0xab]8[0xd5]7[0x82]n[0x9c][0xc2]qzs[0xe9][0xd5][0xa5][r[0x8e]$}[0x1][0xd7][0xe8][0xd2][0xdc][0xa6][0xd5][0x2][0xc5][0x1b][0x18]G[0x1][0x13]x[0x80]I<[0xc4][0x14][0x9e]P[0xc4]3L[0xbb],_[0x84]LX[0x97][0x9][0xab][0x83][0x98]Wq[0x7][0x7]p[0xd0]e[0xee]9aw[0xba][0xcc]?E[0x98][0xf8][0x13][0xed]|[0x8c].D[0x89][0xdf][0x87][0xa8][0xc5]a[0x1c][0xa1][0xb8]'Dg7b[0xb4]W[0xf0][0xbb][0x1b][0xf2]O[0xa8]2|[0x8c][0xfd]@/[0xb][0xd4][0x9d]f[0xf8][0xee]v[0xf2][0xa8][0xdb][0x97]c[0xbf][0x1]PK[0x7][0x8]][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].[0x0][0x0][0x0]org/glassfish/json/JsonWriterFactoryImpl.class[0x95][0x94]mO[0xd4]@[0x10][0xc7][0xff]{[0x8f]rV[0xe0]N<[0x15][0x11]A[0x9e][0xee]z@[0x5][0x11][0xd4]C^@$AQHP[0x88][0xbc][0xdb][0xab][0xbd]R<[0xda]K[0xbb][0xd5][0xf0][0xc6][0xcf][0xa4][0x9][0x84]D[0x13]?[0x80][0x1f][0xca]8[0xdb][0x16].[0x14][0xe][0xcf][0x17][0x9d]Ng[0xf7][0xff][0xdb][0xd9][0x99]I[0xff][0xf9][0xf1][0xb][0xc0][0x1c][0xaa]9[0xe4]0[0xd9][0x85].LI3-[0x8d][0x96][0xc5][0xa3][0x1c][0xd2][0x98][0x91]fV[0x9a][0xc7]Y[0xcc]e[0xf1]$[0x8b]y[0x86][0x8c][0xee][0xd8]u[0xcb]d[0xe8]Y[0xdf][0xe7][0x9f][0xb9][0xe6][0xb][0xab][0xa1][0xbd][0xe1][0xcd]*C[0xd7][0x96]e[0xda]\[0xf8][0xae][0xc1]0z~u1[0xfc]lp[0xdb][0xd4][0xb6][0x84]k[0xd9]fU]"Iw[0xd3]5[0x84]8[0xdc][0xa4][0x88][0xa0] [0x3][0xdb]e[0xc8][0xd5][0xfc]z[0xdd]p7[0x1d][0xa7][0xc1]0[0xb2][0xee][0xb8][0xa6]f6[0xb8][0xe7][0xd5]-oO[0xdb][0xf7][0x1c][[0xe3]MK[>[0xdb]D[0x9c][0xcc][0xa2]e[b[0x89]a[0xbe][0x14]Kk[0xb7][0x3]}y[0x9b]![0xb5][0xe2]|4[0xe4][0xad],[0xdb]x[0xeb][0x1f][0xd4][0xc][0xf7][0x1d][0xaf]5(RXwt[0xde][0xd8][0xe6][0xae]%[0xbf][0xa3]`J[0xec]Y[0x1e][0x83]z[0x19][0xfc][0x15][0x99][0x1d][0xd7][0x12][0x86][0xbb][0xca]u[0xe1][0xb8][0x87]k[0x7]M[0x99]c[0xf1]<[0xe8][0xb0]y[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "{][0xea][0xa4]X[0x9d]^D[0xd1]][0x83][0xb]#[0xcc][0x80][0xa1][0x12][0xc1]-G[0xb]C[0xd5]2[0x5]>qW[0xf0]x[0xba][0xb2][0x8e]_"Yo\[0xc5]0[0xd3]"m[0xf8][0xa2][0xe9][0xb][0xca][0xcd][0xe0][0x7]W[0xf2][0x92][0x8e]/[0xe4][0xcd]/[0x15][0xb6]n[0x1e]_[0x9][0xa3]6[0x85][0xf5]=[0xee]z[0x86][0xd0]V[0xc2][0xf7][0x95][0x87]e[0xa3][0xcd][0xc][0xfd][0xed][0x1]4s[0xa6]!V[0x82]!^[0xb3][0xdf]{T[0xff]|[0xa9]|a[0x96][0xc7][0xe3][0xb1]v[0x13][0x9c][0xdb]r|W7V-[0xd9][0xc9][0xfe]K{?-[0x95][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xfa][0xb0][0xa0]@[0xc1][\r][0x5][0xbd][0xc8]+([0xe0]&[0xc3][0xf0][0x95][0xf3]#[0xc5]R[0xf7]T[0x9a]g[0xd2]?[0xe5]:[0xe6][0xae][0x1f][0xa9][0xd0]= 5[0xe4][0xc1]\[0xb8][0x89][0x1e][0xbc][0x9b][0x9][0x86][0xd4]I[0x9b]![0xf7][0xcc][0xb]d([0xe3][0xe7][0xc][0xe9]Z}[0xc8]`5[0xd5][0x98][0x1e][0x97];2[0x14][0x87][0xf3][0xb3][0x91][0xd0][0x3]>[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "(R[0xea]([0x8f][0x7]C[0xae][0xa5][0xc1][0x8b][0xe0]R?[0xe6][0xde])[0xf5][[0xe0]B_[0xcd][0xb5]'[0xf6][0xa5][0x1]+[0xa6][0xed][0xb1][0x96][0xb1][0xd0][0xed][0xb3]Y[0xf0][0xc8][0xe7][0xe7][0x9c][0x98][[0xa1][0x17][0xa8]H[0x86][0x93][0xae][0x88][0xa7]jl[0xe3][0xbe][0x8d]M[0x7][0xdb]p[0x1d][0xe4]Qp[0xb0][0x83][0xaa][0x83][0x7][0xa8]1l[0x98][0x92]F[0xc0][0xc3]I[0xe3]P[0xf5][0xe7][0xde]t_[0x8a]`[0xdc][0xd2]Zi[0x7]uT[0x19][0xb6][0x95][0x9e]4&[0x1][0x8f][0xa2]72[0x9a]6[0xcc][0xdf]6[0xfe]l[0xeb]>fp[0xda]a(t[0xd3][0xa4][0x89][0x88][0xa1]xI[0xdb][0x1b][0xf9][0xc2][0x8b][0x19]6[0xaf][0xe4][0xb1][0xf1][0x90][0xa1][0xb2][0x18][0xeb]e[0xc2]_c[0xcd][0xff][0xe6]g[0xcf][0x8d]O[0x1d]wj[0xf5][0x93][0xce]U[0xb5]O[0xa9][0xa0][0xf7][0xf2][0xa0][0xd5][0x1c]0l[0xfd]O[0xb6][0xad][0xf4]X[0x86][0x99]/[0xfd][0x5][0x96][0xd5][0xfb][0x0][0xeb]U[0x2][0xb3][0x4]3[0x9][0xfc][0x88][0x14][0xf1][0xdc][0xc4][0x1a]2([0xd3][0x2][0xab]d[0xd3][0xb8]N[0xc][0xd9][0x84][0xe7]=[0x96]I[0xa7]H[0x8a]$[0xe][0xac]c[0x9b]2[0xba]FQ[0xde][0x8d][0xe4][0xad][0x84][0x15][0xb2][0x16][0xb1][0x0]wIJ[0x14][0xb3]aJrt[0xda][0x15]l[0xbd]X[0xff][0x5]PK[0x7][0x8]Z[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0];[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.class[0x9d]R[0xcd]N[0x13]Q[0x14][0xfe][0xce]t:#[0xd3]A[0x84][0x2]J[0x5][0x5]A-m[0xc2][0xb8][0xd0][0xb0][0xc0][0xb0][0x80]@2[0xa4][0x81][0x5][0xa6],XM[0xcb]-[0xbd]d:[0xb7][0x99][0x1f][0xf4]Ut[0xa1][0x1b]^[0x80][0xc4]h[0xe2][0xc2][0x7][0xf0][0xa1][0x88][0xe7]N[0xb][0x1][0xd3][0x84][0xc4][0x99][0xdc]s[0xcf][0xef][0xf7][0x9d]sr[0xff]\[0xfd][0xfa][\r][0xe0]-[0xaa][0xe][0x8a]x6[0x6][0x13][0xcf][0x1d],b[0xc9][0xc6][0xb2][0x8d][0x15][0x82][0xf5]^F2[0xdd]$[0xcc]U[0x1b]g[0xc1]y[0xe0]I[0xe5][0x1d]di?K[0xf][0xd3]X[0x4][0xbd][0x8d][0xd5]&[0xc1][0xdc]V'[0x82]0[0xd1][0x90][0x91][0xd8][0xcf]z-[0x11][0x8]Z!{[0xa6][0x1a][0xaa][0x1d][0x84][0xcd] [0x96][0xda][0x1e]:[0xcd][0xb4]+[0x13]By_[0xed][0x86]Y[0xd2][0xbd][0x8d]Fp[0xfd]([0x12][0xf1]v[0x18]$[0x89][0xe0][0xa4][0xf5][0x86][0x8a]O[0xbd]Smvd[0xd2][0xf5][0xce][0x12][0x15]y{,[0x8e]b[0x99][0x8a][0xd8][0xef][0xf5][0xc3][0x95][0x11]8[0x1b][0x84][0x82][0xca]R[0xc2][0xec][0xe8][0xa6][0x9][0xc5][0x8f][0x1a][0x80]`W[0x8f][0xb7]|_[0xf]A-[0x82]q[0xbc][0xa5]+;[0x1d]6}[0xd6]B[0x11][0x11][0x9c][0x9d]Om[0xd1]O[0xa5][0x8a][0x12][0x1b]/[0xb9][0xb4][0xa3][0xe9]8Z[0xd5]e[0xce][0xa1][0xca][0xe2][0xb6][0xd8][0x95]z[0xb4][0xf2][0xdd][0xd6][0xd6]4[0xb9][0xb][0xb][0xb6][0x8b][0x9]<[0xb2][0xf1][0xca][0xc5]$[0xa6]l[0xbc]&[0xbc][0xfb][0xaf][0xc1][0x8][0x95][0xeb][0x81][0x98][0x91][0x13][0xef][0x6][0xcb][0xd7]A[0xff][0xe0][0xa6]i[0xc2][0xf4][0xa8][0x1d][0x10][0x96][0xee][0xed][0x0]o[0xf8]=[0x14][0xa1][0xbf][0x2]H[0xcf][0xc1][0xf2][0x1][[0x9b]0[0xf8][0x7][0xac]Z[0xfd]'[0xe8][0x92]5[0x3]c,[0x9d][0xdc][0xfb][0x99]k[0xbe][0xb0][0xe][0xcc][0xe][0xb2]P[0xc2][0xc3][0x1c][0xc5][0xd2]k`[0xc][0xd2]k[0xe0][0x98][0xc6]:b[0xe][0x93][0xef]R[0xed];[0x8c][0xfa][0xfc][0xc2][0xf][0x14][0xfe][0x5][0xfc][0xca][0xf7][0xb7][0x1c][0xb0]6H[0xbd][0x1],[0xa1][0x8c]i[0x86][0xd3][0xda][0xcc][0x90][0xae][0x84][0xc7][0xac][0x15][0xf0][0x84]u[0x93]cs|*x:l[0xbd][0xce]G[0xe7][0xdf][0xea][0xda][0xca][0x1d][0x17]9[0x81];[0x8][0xe][0x9][0xc][0xcc][0xe7]r[0x1][0xe3]y3[0xfc]x[0xf1][0x82]s*[0x1]PK[0x7][0x8][0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/JsonWriterImpl.class[0xa5]W[w[0x1b]W[0x15][0xfe][0xc6][0x96]3[0xb2]4[0x8e][0x1d][0xe7][0xea][0xd8]mnj[0xe2]HvD[0xd3]&M[0x9a]K[0xe3][0xd8]N[0xeb]F[0xbe][0x10][0xa7]6N[0x0]3[0x96][0xc7][0xb6][0x1c]YRG[0xa3]$[0x86][0x96][0x96][0x96][0x96][0xde]h[0xb]m[0x1]s[0xbf][0x1b]([0x14][0x12][0x1a][0xbb][0xa9][0xa1]Ma-[0x1e]x[0xe5][0x81]WX[0x8b]_[0xc1]b[0x11][0xbe]}f$[[0xb6][0x14][0x1b]x[0xd0][0x99]s[0xce][0xec][0xb3][0xf7][0xfe][0xbe]}[0x99][0xa3]?[0xff][0xfb][0xfd][0xf][0x0][0xdc][0x8f]?[0x6][0xd0][0x82]D[0x0][0xad][0x98][0xd4]q)[0x80]J$uL[0x5]P[0x85]d5[0xdf][0xa4]dHW#[0x83][0xc7]E[0xd0][0xd6][0x91][\r] [0x8]G[0x4]s"[0x95][0x13][0x81][0xcb]:[0xae][0x4]p[0x15][0xd3][0x1][0xd4][0xe1][0xb3][0xb2][0xfd][0xb9] Bx"[0x88]A<)[0xc3][0xe7]u<%[0xdb]O[0xcb][0xf0][0x5][0x19][0x9e][0x91][0xe1]Y[0x19][0xbe][0x18][0xc4]^<[0x17][0xc4][0xf3]xB[0xc7][0xb]A[0xec][0xc0][0x8b]:^[0x92][0xe7][0xcb][0xf2][0xfa][0x15][0x1d]_[0x16][0xd3][0xaf][0xea]xM[0x9e][0xaf]W#[0x8a][0xaf][0x4][0xb1][0x15]_[\r][0xe0][\r][0xbc])2o[0xe9][0xf8][0x9a][0x8e][0xaf][0xeb][0xf8][0x86][0x8e][0x19][\r]FW*e[0xd9][0xed]I3[0x9b][0xb5][0xb2][0x1a]6[0xf6][0xa4][0xcf]$s[0xd9][0x89][0xde][0x9c][0x93][0xc9]9[0xfd][0x8e]m[0x99]S[0x1a][0xaa][0xc7]-[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x99]N[0xda][0xd6][0xb0]7[0x96][0xb6][0xc7][0xa3][0xe3]r`,[0x91][0x9d][0x88]Nf[0xd3][0xa9][0xe8][0xa3][0x1c][0x1e][0xce][0xcb]tMe[0x92][0xc7]x[0xe8][0x8a][0x9d]p[0xac][0x8e]t[0xca][0xd2][0xa0]][0xd0]P[0x91][0xa6][0xfe][0x7][0xca][0x9d][0x1e][0x14]au4T[0xc2][0x5][0xaa][w<[0x91]J8'5[0x1c]n[0x8e]M[0x9a][0x97][0xcd]h"[0x1d]u[0xf][0x1d]+[0xa5][0xd3][0xcc]$[0xa2][0xa7]scc[0x96][0xdd][0x97]N'[0x8f][0xed][0x1f][0xd0][0xe0]kO[0x8f][0xd2][0x97][0xda]X"e[0xf5][0xe4][0xa6]F,[0xfb][0xbc]9[0x92][0xe4]N},[0x1d]7[0x93][0x3][0xa6][0x9d][0x90][0xb5][0xb7][0xe9]s&[0x12]tx[0xcf][0xea][0xe][0x8b]s[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "+[0xd9][0xa9][[0xee][0x9b][0x86][0xc0]H[0xc1][0x8d]2[0xea][0x96][0xf9]J[0x96]V@[0xbc][0xb0]F[0x8c][0xeb]3[0xb6][0xe5]8[0xd3]}v"[0xe5]$R[0xe3][0x1a]j[0xfa][0x1d]3~[0xa9][0xdb][0xcc](X:[0xbe][0xa9][0xe3][[0x1a][0x8e]/[0x1a]([0xa2]y[0x8d]V*[0xd3]9G[0xc3][0x96][0xd2]:4[0x9c]([0xa3]}[0xad] [0x6][0xcb]y[0xa7]vS[0xdc][0x8e]O[0x98]v[0xd6]r[0xa2][0xed][0xee]s[0xcd][0x9a]u[0xef][0xa0][0x86][0xed][0xe5][0x95][0xe9][0xf8][0xb6][0x8e][0xef]0p*[0xa8]m[0xb6]mNkh[0x14][0x9f].[0x99][0xb6]c.[0xa6][0x80]z[0xa5][0xf4]V]6[0x93]9&[0xcd][0xb6][0x95]B[0x3][0xf2][0x86][0xa4]T[0x99][0xae][0xa2][0x12]"[0xae][0x1e][0x1d][0xdf][0xd5][0x10]T6{G&[0xad]8[0x9d]l*a[0xd4]}[0xa7][0xac]j[0xb4]X[0xd5][0x99]rl[0xaa][0xdd][0xec][0xe2][0xc9]9[0x89]d[0x94][0xd1][0xe][0xa9]m[0xc9][0xcc][0xb4][0xa7][0xab][0xa1][0xac]*[0x89]dQ[0x1]Lg[0xf2]E[0xd0]VJ[0xeb]qw3i[0xa6][0xc6][0xa3][0x8c][0xc][0xd3][0xec]X9[0xd8]'[0x5][0xb8][0x82][0xa4]aG[0x9]0<[0x9e][0x8b];9[0xdb]Rx[0x9a][0xee]$P:[0x4][0xae][0x19][0x15][0x82]x2[0x9d][0xa5][0x99][0xca]fY[0x5][0xfa][0xd3]9;n[0x9d]I[0x8][0x8a][0x8d][0xc5][0xf5]z@[0xdc]7p[0x4][0xed]2[0x8c]i[0x8][0x97])[0xf1]>UKE}MN[0x1c][0xd5][0x10]ZK[0xf]4p[0x10][0xf7][0x19]8[0x8c][0x7]t|[0xcf][0xc0][0xf7][0xd1]#[0xa7]c[0x1a][0xe][0xfd]O=P[0xe][0xff]@[0x86][0x1f][0x1a][0xfc][0x16][0x1d]"[0xa1][0x8b]a[0xe8]J&[0xad]q3[0xc9]Zw[0xac][0xce][0xab]q+[0xe3]$[0xd2])[0x1d]?2[0xf0]c[0xfc]D[0xce][0xfc][0xd4][0xc0],~f[0xe0][0xe7][0xf8][0x85][0x81][0xb7][0xf1]K[0x3][0xbf][0xc2];[0xc]|iB[\r][0x98][0xf8][0xb5][0x81][0xdf][0xc8][0x89]k[0x18]3p][0x86][0xdf][0xca][0xf2]][0xdc][0xd0]1[0xa7]c[0x9e][0xb4][0x96][0xc8][\r][0x3][0xef][0x89][0xde][0xba][0xe5][0x19]b[0xe0]&[0xde][0x11][0xb5][0xef][0x97]2[0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc0][0xc0][0xc7]qN[0xc3][0xd6]2ij[0xe0][0x13][0x18]2[0xb0][0x80][0xdf][0x19][0xf8]=>[0xd4]q[0xcb][0xc0]G[0xf8][0x83][0x1]KB[0xb8]kUJ[0x8b][0x9c][0xca][0x17][0xd8]Jc[0x83]^#[0xdf][0xb3]z[0x8c][0xee]e[0xbb]-n[0xd3][0xa5][0xfd]([0xee]C[0x1a]6[0x95]jnl[0xc][0xe5][0x1a][0x12]?P[0x8b]Lw9[0xf9][0xf][0xf1][0xae][0x15][0xf2][0xc]j[0xd4][0xb4]G[0xbd]s[0xfc]zU=v[0xfe][0xcc][0xf0][0x11][0x16][0x99][0x8e]*[0xa5]2[0xf0]_w[0xdb]56[0xdb][0x1d]e([0xec][0xb6][0xb2]Ys\n[0x1b][0x8d][0x83][0xe7][0xba][0xce]w[0x9e][0x1b]V[0x8f][0xe1][0xb6][0xd8][0xb9][0xce][0xb6][0x8e][0xa1][0xe1][0xf6][0xb6]X[0xac][0xb3][0x83]<5[0xef]_[0xd9]i[0xd8][0xe9][0x9a]W[0xee][0x8a][0xb9]Z[0xd5]g[0xc8][0x81][0xed]x=[0xfb][0x1e][0xa5]`I[0x80][0xb3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Yq[0xa5]R[0xa3]?Q uK[0xde]f[0x11][0xd9][0x94][0xd1]'[0xcc]l[0x8f]u[0xd5]Q[\r][0x86][0xb7][0x19]_J-[0x8a]},4[0xd4][0x13][0xe5][[0xd5][0xda]>[0xf7][0x85][0xe7]Q[0x11]n[0x9a]A[0xed][0x2]*[0x87]"[0xad][0xf3][0xf0][0xcd][0xc2]X@[0x95][0x9a][0xaf][0xbb][0x1]=[0xac][0xdd][0x80]_[0xcc]V*[0xb3][0xdb][0xb1][0x8e]c+[0xf][0x1f][0x80][0xfc][\r][0xd8][0x8c][0x8f]a[0x17][0xee][0xe5][0xff]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x87][0x83][0xca][0x8d][0xb0][0xab][0xb6][0xe0][0xc6][0xbe][0x82][0x1b][0xfb][0xd0]A[0xa0][0x15]j&[0xe]U[0xa2]Si[0xaa][0xb8]M%>[0x1d]-:[0xce]h:[0x1e][0x6][0x87][0x96][0xdb][0xf4]z[0xe9]^[0x85][0x9a]W)[0xc][0x8f]x[0x18][0xba][0xb9][0x16][0xcc][0xc1]p[0xe4]:[0xaa][0x85][0x9e][0xc0]rz[0xe][0xf1]yx[0x9]=[0xc1][0x82]_At[0x91]\M[0xcd][0x16][0xe9]9[0xeb][0xa9][0x1e][0xf4][0xe8]qU7[0xb5][0x96]P}[0x94][0xcf][0x7][0x97]@.[0xad]:[0xf]9[0xe8]A[0x16]#1[0xcf][0xc8]_I[0xa5]B[0xa4]b[0xb0][0x80][0xe0]Pd[0x1e][0x6][0xd9][0xe][0xdf]5[0x83]M[0x12][0x8f][0xf0][0xbb][0xf0][0xb7]4[0xf8][0xe6]Q3[0x8b][\r][0x12][0x94][0xc2][0xc6]zFfyPN[0xd0][0x8f]S[0xfc][0xf7][0xd7]F>O3 [0xed][0xcc][0xa7][0xe][0xe5][0xe1][0xfd][0x1e]sy[0xf][0x8f][0x14]<[0xb9][0x1e][0xc8][0xbf]Q[0xa5][0xd0][0x13][0xa7][0xeb][0xb5]3X[0xbf][0x80][0xba][0xa1][0xf7][0xb0]a[0x1e][0xf5][0x1f][0x86]}7P[0xcb]m}[0xe][0x1b][0x7]#7[0xb1]ICw[0xcb]Ml[0xd6]0[0x83][0x6]N[0xb6]h[0xb8][0x85][0xad]="[0xd1]:[0x87]m[0x83][0xb3][0xb7][0xff][0xe1]J7[0xc][0xba][0xcf][0xed]B[0xc7][0x9f][0x10]pW[0x8d][0x8b]|[0x1c][0x84][0xc1][0xf1][0x11][0xd6]F[0x17][0xeb][0xea],[0xff][0xa8][0xc6][0xf8]_[0xb6][0x9b]1[0xeb]![0xb2]^"[0xeb][0xe3][0xaa][0x1f][0xe7][0x19][0xe8][0x8b][0xbc][0x0][0x8c][0xe0]B!I[0x8e]2[0xad][0xe5][0x8d]0[0x11]/0[0x16][0xc7]c[0x18] $[0xe1][0xa4][0x6][0xbe][0xfa]a[0xa3][0x8e][0xc1][0xe2][0xee]&n[0xf2][0x6][0xe1][0xa2][0xd5][0xfc][0x1e][0xda][0xe9];[0xa2]m[0x12][0xb4]wi[0xbc][0xbb][0xdc][0xbd][0x4]r8[0xf]y[0x87][0xb][0xf9]&v[0xca]j[0x17]'[0xbb][0x15][0x13]s[0xd8]C[0xe][0xfe][0xb2]*[0x7][0xbe]%[0x1c]|[0x9a][0x1c][0xc][0x93][0x3][0x93][0x1c][0x8c][0x90][0x83]8[0xf1][0x8c][0xd2]a[0x8b][0xb8][0xc7][0xb8]J`[0x12]Sx[0x1c])\E[0xa6][0xc0][0xc1]If[0xd4][0x5]|Rq0][0xe0]`[0x1a][0x9f][0xa2]>[0x8d][0xfa]@[0xdd][0x9a]'[0xf5][0x19][0xaf][0x90]]V[0xb6])V[0xa2][0xc2][0x8a]I[0x83]n[0xe]XL0I[0xb1][0xc6][0xc8]G[0x8][0x91][0x95]p[0xe4][0x16]Bs[0xb8]gV[0xea][0xeb][0x16][0xf6][0xce]a[0xdf]b[0xec][0xea][0x15][0x81][0xe][0xfd][0xce]q~[0x85]6[0xa6][0x95]_[\[0x15][0x5]o[0x1a][0x19][0xa5][0xb8][0x17][0x11][0x1f]*[0xea]uer[0xd4]3[0xf9]wj[0x13][0xf9][0xcc]u4[0x93][0xec][0xfd][0x1a];^[0xf8][0xc0][0xdb][0xea]d[0xab][0xaa]d[0xa8][0xfc]o[0xf4][0xe6][0xa1][0x82]#y[0xe7][0xae][0xdd]![0x84][0x11]I[0xc7]Ur[0xf0]0[0x19][0x1][0x9e]D3[0x9e]b[0x8b]|[0x9a]-[0xf2][0x19][0xe6][0xd6][0xb3][0xf4][0xee]9[0xd6][0xd7][0xf3][0xcc][0xc8][0x17]X&/[0x92][0xc1][0x97][0xe8][0xf7][0xcb][0x98][0xc0]+H[0xe3][0xb5]%X3[0x5][0xac][0x19][0x95][0x91].V[0x16]X[0xb3][0xdf][0xbf]a7[0x97][0xbc][0xa2]zp[0x1f][0xe2][0x1][0x81]S[0xb3]$[0xcb]"[0x8b][0x1d]k[0xbd][0x8a][0xe4][0x1b],[0xcd]7[0x19][0xb9][0xb7][0x94][\r][0xc3]=[0xe0][0xd9][0xa8][0xc0][0xb8][0x1a]'[0xe8]+[0xb0][0x9b][0x8c]F[0xc5]p[0x9d][0x9f][0x9d][0xab][0x85][0xbe]og[0xee]|[0x9][0x17][0xd7]US[0xcb]V|p[0xaa][0xe1]?PK[0x7][0x8]a!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] [0x0][0x0][0x0]org/glassfish/json/MapUtil.class[0x8d]VKS[0x1b]G[0x10][0xfe][0x6][0x4]+V[0xb]H[0x80]1[0x2]ldll!0[0x8a]c;[0xb6]#[0x82][0x8d]x[0xd8][0x10][0x1][0x8e][0x5]$[0x98][0xcf][0xe1][0x13][0xfe][0xc8][0x92][0xbc]"[0x7]5YO[0x4]'bKJ[0xdc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x95]2[0x95]Sj0[0x9c]YXP[0xcc][0xdb][0x86][0xa1][0x85]:[0xc9]jY6-[0xd9][0xd6][0x8e][0xd2]cZ[0xd6]2[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb9]f1[0x86][0xfa]]N[0xc3][0x84]Wd[0x9d]4b[0xdc][0xd0]4[0xba]@5t[0x86]F[0x1b][0x92][0xa1]x[0x82][0x3];rB[0xb9][0xb9][0xc7]~[0xd3][0x94]W[0xc3][0x19]U[0x9b]WL[0x86][0xb6][0xe2][0xdb]v[0x3]x>F.t[0x6]_1[0xd4][0xce][0xaa][0x80][0xad]X[0xe1][0x91]r[0xfa][0x8a]2[0xa7][0x18]c;I2[0x9c]>[0x2][0x13]<[0x93]=eXMm[0x97][0xc2][2[0xc5][0xde]@[0x1f][0x19]UG-9[0xbe]L[0x5][0xc9]c[0xc5][0xa8][0x91]1[0xe3][0xca][0xb0][0xca][0xf]R[0xbe]P=[0xdc]^B'[0x2][0x12][0x96]A[0x1]5[0x96]f[0x9d][0xe1][0xc4][0xa1][0x4]IH[0x82](?y85[0x1c]e04[0xe4][0x82]N[0xca][0xd6]b0[0xac]&[0x6][0x95][0xb8][0x9a][0x94]5[0x1])[0x9][0xf7]`[0xee]W[0x8f][0xe8][0x96][0x92][0xe0][0xa6][0xf7]@M[0xe7])[0xaa][0xba][0x4][0xb][0x19][0x9]+[0xd0]$[0xbc][0xcf]3p[0x17] [0x83]F[0x86]R[0x97]p[0x1f][0xab][0xdc][0xfe][0x83]=[0xf6];[0x8e]?[0xc4]G\[0xfb]1CMA[0x1b]1[0xf4][0x84][0x84][0x7]x[0xc8]U[0x9f][0xec][0xf1][0x1a][0xb5]LUO0[0x9c]*Q:[0x9e][0xb2][0xad][0x1f]I[0xa6]4N[0xec][0xa7][0xdb][0x9][0xed]+[0x12][0xc3][0xb9][0x3][0xec]w[0xf3][0xba][0xed][0xe5]3[0xaa]g[0xc1][0xb][0x15][0x8f][0xc1][0x80][0xf9][0x1e][0xc6][0xb7][0xed][0x1f]1[0xb4][0xef]J[0x9d][0x82]H[0xc8]Z[0xbf][0x99][0xc8]$[0x15][0xdd][0x1a][0xba][0x1f]WRvL^[0xde]\[0xbe][0x8e][0xb4]OM[0xfb]t[0xc3][0xf2][0xa5]3[0xa9][0x94]aZ[0xca]|[0xcf][0x1e][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xec];$|[0x8e]/$|[0x89][0xaf][0x18][0x9a][0xf][0x1e][0x6]41[0xc6][0xa7]"[0x11][0x86][0xa6][0x83]_[0xe9][0x8a][0x18][0x8f][0x97][0xdc][0xf8]K[0xbc][0xf7]9B[0x8][0xd4]RJ[0xb9][0xf3]^[0x1d]T[0xe]{[0xa0]q"[0x88][0xc3][0x84]b[0x15]d[0xc][0x17][0xf2][0xb3]i_/[0x96][0x1a]>[0xb6]I[0xa8][0xd8]&[0xdf]G[0x87][0xda]H1[0xbb]Y[0xf3][0xef][0x12]M[0xdd][0xbb][0xc4][0xca][0xe4][0x9d][0xa9]!J}[0xb8]?[0x12][0xa5][0xd5]5[0x9f][0xeb][0xd6][0x2]d[0x90]f[0xac][0xf0]0[0xb7]NU[0xb7][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf8][0x11][0x8e][0x1f]9[0xc]_[0xa5]QW[0x17][0xc]F[0xb9][0xc1][0xe8]a[0x6][0xc7]v[0xcf]n[0xbb][0xaf]C[0xfc][0x7][0xa3][0xd7]_z[0xb6][0x1e]e[0xae][0x93][0xf9][0xe5][0xdd][0xe6][0xd4]%G[0xb5]sR[0xf9][0x6]8[0x8a][0xe6][0xae][0x17][0xb6]C[0xcb][0x9][0xf9][0x90]^0L[0xaa][0xb][0xc3][0xb5][0x12][0x81][0xcf][0x16]O[0xe3][0xce]b[0x14].[0xc0]O[0xbf][0x98][0xfc][0xaf][0x8c][0xfe]i2[0x82][0xa1][0x8b]N[0x17]ie[0xb4]V[0x4]6[0xc0]~[0xcc][0xa9][0xbb][0xe9])[0xd2][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0xd0][0x8f][0xfc]Y[0x9c][0xa7][0x9d]d[0x83][0xd0][0x83] [0xad]N[0xbc]D[0xe]s[0xe][0xca]<[0x10][0x8][0x5]&[0x6]~[0x83][0xb0][0x86][0xb2][0x1f][0x2][0xcf]P[0x9e][0x85]3[0xf0]+[0xca][0xf9][0xde][0x91]E5[0xed][0x1d]OP[0xc1][0xc0][0x5][0x95][0xb6][0xa0][0xf2][0x9][0x4][[0xe0][0xcc][0xc2]E[0x2][0xe7]&[0xaa][0xf8]Q[0xb4][0x8f][0xe2]&\[0xfc](e[0xe1][0xa5][0xa3]4[0xd6][0xbd][0x8e][0xea],[0xaa][0xd6]P[0xf3][0x18][0x95]k[0xa8][0xe5]Jw[0x16]5[0xa4]t[0xaf][0xc3][0xb3][0x89]:.[0xa9][0xb7]%[0xf5][0xeb]h[0xd8][0xc4]1.i[0xb4]%[0x8d][0xeb]8[0xbe][0x89]&.[0xf1]fQ[0xbb][0x85][0xe6][0x19][0x92]z7[0xd0][0xc2]E[0xad][0xf6]-[0xad]c[81[0xd3][0xdd][0xb5][0x81][0x93][0xe3][0xe7]w"n[0xcb][0xe2][0xf8][0x16]|[0x1c][0xdf]F[0xaa]Sc[0xdd]v[0xec][h[0x9f][0xa9];[0xed][0xf8][0x9]gf[0xca][0x3][0xeb][0xe8][0x88]n[0xe2][0xec][0x6][0xce][0xfd]B[0xc]9r,>@[0x1b]=;[0xe9][0x14] [0xce][0xba]PK[0xd2][0x6][0xe2][0xb3][0x85]x[0xec] &[0xbb][0x89][0xc7]W[0x88][0xc9][0xd7][0xf0]2[0x86][0xa8][0x14][0x11][0xfa][0xd2][0x9a][0xc4]e[0xcc][0x92]t[0xe]WhF_[0xa5])[\r][0x8f][0xf0]*[0xbe]A[0x8][0xdf][0xa2][0x17][0xdf][0x11][0xfa]1[0xfa][0xf0]=[0xae][0xe3])n[0xe0][0x19][0xc2]x[0x8e][0x1][0xfc][0x81]A[0xfc]I^[0xfe][0xc2]M[0xbc][0xc0]-[0xfc]M[0xdf]S[0xbc]r}[0xf4][0x81]6[0x7][0xf][0xdd]p[0x91]j[0xfa][0x9c]v[0x97][0xe8][0x86]2[0xc2][0xb]t[0xcb][0x15][0xfa]8{A[0xbb][0xab]tK[0x19][0xaf]"[0xdd][0x14][0xe2]]B[0xbb]^[0xba][0x89][0x91][0xbd]]}[0xdb][0xf2]:[0xa1]n[0x90][0xa4][0x5][0xb5]N[0x97][0xdb]]S[0xf3]/[0x9a][0x4]Ha[0x1][0xe5][0xff][0x0][0x1e][0x8f][0xa7][0xae][0xb5][0x99][0xc0][0xfd][0xb9]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xff][0xf]PK[0x7][0x8][0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0x0][0x0][0x0]org/glassfish/json/NodeReference$1.class[0x8d]R[k[0x13]A[0x14][0xfe]&[0xd9]d[0x93][0xb8][0xb5]1j[0x9b][0xd6][[0xac][0xdb][0x98]Xp[0x11]|S[0xc4][0x1a]Rh[0xcd][0x5][0x92][0x10][0x91]>M6[0xd3]d[0xb7][0xeb]L[0x99][0xdd]T[0xfc]/[0xbe][0xfb][0xac][0x82][0x88]H[0x80]?J<[0xb3][0x6]T(T[0x98]s[0xf9][0xce][0xe5];[0xcc][0xcc][0xf9][0xf1][0xf3][0xdb][0x19][0x80][0xc7][0xd8])[0xe1]:[0xd6][0x8a][0xb0][0xb1]^$[0xaf]j[0xe0][0x86][0x8d]M[0x3]n[0xd8][0xb8]i[0xe3]6[0xc3][0x8e];|[0x1b]$[0xfe][0xbc][0xcb]O[0xdc][0x90][0x1f]s[0x9d]p7[0x8c][0x95]t[0xf]H[0x8d]y[0xb4][0x10]n[0xaa]G[0xef]N[0x4]C[0xe6]p[0x9f][0xa1][0xf0][0xd4][0x8f][0x2][0x19]$[0xcf][0x18][0xb2][0x8d][0xe6][0x98][0xc1]j[0xa9])%W;[0x81][0x14][0xbd][0xc5][0x9b][0x89][0xd0]#>[0x89](R[0xe9]([0x9f]Gc[0xae][0x3][0x83][0x97][0xc1][0x95]a[0xc2][0xfd]c[0x9a][0xb7][0xc4][0xa5][0xa1]Zh_[0xec][0x5]iG[0x8f][0xa8][0x6][0xe2]Hh!}[0xf1]0[0xe4][0xa7][0x9c][0x88][0xdb][0xd2][0x8f]T[0x1c][0xc8]YW$s5[0xb5]q[0xc7][0xc6]][0x7][0xf7][0xe0]:([0xa2][0xe4]`[0x1b]u[0x7][0xf7][0xd1]`[0xd8]4-^[0xc4][0xe5][0xcc][0xeb][0xa9][0xe1][0xc2][0x9f][0xef][0x5]"[0x9a][0xb6][0xb5]V[0xda]A[0x13]u[0x86]-[0xa5]g[0xde],[0xe2]q|[0x14][0xc4]s[0xcf]\[0xd6][0xfb]g[0xaa][0xfb][0x88][0xc1][0xd9][0x97]R[0xe8][0x96][0xa9][0x12]1C[0xf9][0xf]k[0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?a[0xa8]]Dc[0xe3][0x1]U-[0xdf][0xf4]w[0xfe][0xdc]7-[0xfe][0xe5][0xe7]O[0x8d]O[0x3][0xb7][0x1b][0xcd][0xc3][0xce]E[0xbd]O[0xa8][0xa1][0xff][0xe2][0xa0][0xdd][0x1a][0xd1][0xad][0xfe][0xa7][0xda]Vz[0x1a]H[0x1e][0xa5][0x1f]G?[0x99][0xdb][0x1d][0xc]v_3[0xac][0x9d][0xdf][[0xae][0xd1][0xee][0x14]h[0x97]X[0xb9]j[0xde][0xd9]x[0x84]/[0xc1]![0xbb]B(D[0x96]<[0xa0][0xf1][0x15][0xec][0xec]{[0xe9]32[0x9f][0xcc][0xc9]~[0x81]e[0xf5]?[0xc0]z[0x99][0xc2]<[0xc1]\[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "?"C<[0xd7][0xb0][0x8e][0x1c][0xaa][0xf4]}u[0xb2]Y\&[0x86]|[0xca][0xf3][0x1e][0xab][0xa4]3$e[0x12][0x7][0xd6]+[0x9b]*[0xba]FQ[0xdd][0x95]4W[0xc1]U[0xb2][0x16][0xb1][0x0][0xb7]H*[0x14][0xb3]aZ[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb4][0xd7]5l=[0xdf][0xf8][0x5]PK[0x7][0x8]< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]5[0x0][0x0][0x0]org/glassfish/json/NodeReference$ArrayReference.class[0x9d]U[0xcd]W[0x1b]U[0x14][0xff][0xbd][0x99]$[0x3][0xc3][0xf0][0xd1] P[0xb]mj[$$H[0x80][0xd6]j[0xa1]B[0x3][0x4]M[\r]PCK[0xb]~[0xe0]#[0x19][0xd2][0x81]0[0xc9][0x99]L8[0xd5][0xc0][0xbd]K7z<=[0xa7][0x1b][0x17][0xf5][0x1c][[0x8a]=G][0xb9][0xf0][0x1f]p[0xe9][0xc6][0x8f][0x85][0x1b]=[0xee][0xb4][0xa7]z[0xdf]dH[0x13]Hhq1[0xf7][0xbd]w[0xdf][0xbd][0xf7][0xf7][0xbb][0xf7][0xbd][0xfb][0xe6][0x87][0xc7]_[0x3][0xe0][0x1c]t[0x15]]x[0xb5][0x11][0x9d][0xb8] [0xc4]h[0x13][0xc6]pQ[0xa5][0xd9]k[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc6]UL[0xe0][0x92][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1f][0xa2]B=[0xa9]`J[0xc1][0xb4][0x8a][0x18]fT4[0xe1][0xf5]&[0xc][0xe1][\r]![0xe2]B\[0x16][0xe2]M![0x12][0xc2]V[0x88]9![0xe6][0x15]\Q[0xf0][0x16][0x83][0x97][[0x16][0xff][0x80][0xe1]hb[0x9d]op[0xcb][0xe6][0x91][0xf5]B[0xce][0x8c]\&[0x11][0x15];cdb[0x98]i[0xfd][0x16][0x3][0x8b]3[0xf8].[0x1a][0xa6]a[0x8f]3[0xf4][0x4][0xeb]9[0xc4][0xfb][0x17][0x19]c8[0xe7]Zu[0xe][0x83][0xeb]|[0x8b]k[0xe8][0xc1][0x82][0x86][0xa3]x^[0xc3]1t+[0xb8][0xaa][0xe1][0x1a][0x16]5[0xf4][0xe2]E[0xa2][0xbf]/v[0xec]VJ[0xcf][0xdb]F[0xce]Tp][0xc3][\r],[0x89][0x0][0xcb][0x1a][0x82]x[0x9b][0xa1][0xb3]v[0x12][0xc]}5[0xee][0xc4][0xde][0xca][0xc5]7[0xf3]Y[0x5][0xef]hx[0x17][0xef][0x89][0xa0]+[0x1a]Bx_[0x8]"[0xb9][0x8a][0x11][\r][0xc3]HiH[0x8b][0xe5]Y[0x84][0xc5]rD[0xec][0x86][0x19]"[0x87][0xbc]r[0xc]'[0x9f][0xe6][0xc1]p[0xfc][0xc0]svn[0xea]b[0xad][0x94][0xa3][0xa5]^[0xf5][0x14][0x8c][0xf]u[0xc7][0x8a]:2P'[0xff]Y[0xbd]P[0xe0][0x19][0xd1]6]s[0xf3][0xd3][0xb1]dlf%[0x9a]LF[0x97]V[0xe2]s[0xd3][0xb1][0x1b]+[0xb1]$[0xdd][0xa5][0xce]`<.[0xe]y[0x8b]G[0xb2][0xdc][0xcc]D[0xe8]t[\r]3CG[0xdb][0x11][0xdc][0xaf][0x15][0x94]:[0x82]U[0xf6][0xf3][0xab][0xeb]z[0xca]&[0xfb][0xee]:$[0xae][0xd9]F[0x96][0xbc][0xa8][0xc5][0xe2][0xa6][0xad][&[0xcf]N[0x16][0xd7][0xa8][0xc]Wr9[0xd2][0xf7][0xd2][\r][0xab][0xe1][0xc8][0xf3]F[0xe4][0x89][0x19]E[0x1f][0xaf][0xfb][0xd6]<[0x83][0xbb][0xa0]}[0xe1][0xd0][0xad][0xbb][0xdb]r[0xc][0xa3][0xc1][0xf8][0xff]w[0xf6]:[0xbd][0xcd]p[0xaa]T[0xb7][0x83][0x8d][0xe5][0x82]n[0xe3]$=[0xce]][0xf4][0x17][0x90][0xe0][0x17][0x9d]C3[0xbf]h[0x1e][0x1a][0x1b][0xe9][0xeb][0xc1]qPg[0xd2]l[0x89],d[0x1a][C[0xdb]`[0xa1][0xf0]=H[0xa1][0x9e]{[0x90][0xbf]t\[0x3][0x8e][0x9b][0x87][0xe4][0xcf]$![0xd7]_[0xd1][0x82][0xdf](8[0xe8]s[0xdc][0xf0][0x2][0xce][0x0][0xce]L[0xc0]0g&[0x80]$[0x9a]S[0x83][0xba]0[0xcb][0xce][0x1a][0xe8][\r]}[0x5][0xe9]{[0x4]h[0x90][0xa5][0xdb][0xe8][0x12][0xa3]P[0xed][0xc0][0xc3][0xf0]9[0x14][0xcf][0x1d]x[0xe4]/[0xc8]Pv[0xc0]}[0x8e][0xd3][0xef][0xe][0xa0]V[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe0][0x2][0xf6][0xd1][0xe7][0x85]t[0xfa][0x12][0xfd]O[0xa8][0xb3][0xfb]][0x9c][\r][0xe2])[0xcc][0x86]B[0xf7][0xe1][0xfd][0x4][0xdd][0xf][0xe1][[0xaa][0xc2]x[0x0]e[0x1b][\r][0xdf][0x8a][0xb5][0xd0][0xef][0xa0]Q[0xc2]wP[0xef][0x96]![[0x9c][0xbc][0xfe][0x80][0x82]?i[0xfd]W[0x5][0xf4]P[0x5][0xb4][0xc][0x16] %[0xb5][0xb6][0xb][0xfc]#[0x1][0xb][0xc7][0xfc]C4[0x9]D[0xe9][0x1][0xb4]m4[0xcf]:[0x89]~[0x8a][0xf6]*[0x12][0x9f][0xa1]e [0xbc][0x83][0x16][0x9][0xd7][0xef]`tO[\r][0xfc][0x3]BA[0xdb][0xad][0xb2][0xd8][0xae][0x9b][0xc2][0xc0][0xe][0xda][0x18][0x9e][0x10]?A[0x94][0x81][0xbf][0xa9][0xfc][0xff][0x10][0xc5]G[0x18][0xc1]cL[0xe2]_[0xfa]93[0x18][0xcc]Sqh[0xf9][0xf2][0xa1][0xe5]1[0x80][0x97]([0x83]Vp[0xc]"B[0x87]$[0x92]k[0x82][0xe7][0x11][0xfa][0x14][0xc][0xa9]'[0xba]h[0x93][0x1e]17[0xc9][0x8f](I[0x89][0xc6][0xf1][0xa7]T[0xb7][0xba][0x6][0x89]p[0xa9][0xd2]G$[0xec][0xa1][0xec][0xdc]-[0xd6][0x8][0x85][0xa9][0x8]0[\r][0x83][0xac][0xd9][0xa1][0xd9]YBqi[0xe][0xa2][0xcd]![0xc7]*+[0xb6]\[0xf9][0x8f][0xdd][0xca]O[0x1c][0x8a][0xd4][0xec]n[0x95][0xfd]rmV~b[0xd5]N[0xac]:[0x88]UgE[0xf1]&[0xca][0xc5][0x9b]p[0x8b]7[0x88]#[0x15][0xc5][0x13][0xfc][0xda][0xa2][0xc4][0xef][0x9c][0xcb]o[0x88]6D:[0xbe]P[0xf8]>[0xda][0xef][0x96][0x1b][0xab]t[0xb7][0xaa][0xb8]`[0xbe]Rh[0xf2][0x1e][0xc6][0xcb][0xae][0xb7]H[[0xec]y)[0xbb][0xe7][0xe]r[0xf6][0x96][0x9d]C[0xb5][0xa1];[0x9e][0x1][0x9a][0xf6][0xcf];[0xf2][0x15][0x9c][0xa6]Q[0xa5]=[0xf1][0x8c][0x9c]B[0xc3]PK[0x7][0x8][0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]6[0x0][0x0][0x0]org/glassfish/json/NodeReference$ObjectReference.class[0x95]UmS[0x1b]U[0x14]~n[0x12][0xb2][0x90]l[0xa1][0x8d][0x12]Z[0xa0]-j[0xb]!PRZ[0xac]/[0xad]}[0x81][0x86][0x1a][0x1a][0x2][0x12][0x1a][0xa5][0xea]t6aI[0x17][0x96][0xdd][0xcc]f[0xc3][0xe8]O[0xd1]?[0xe0][0x17]?T[0xc7][0xf2][0xd2][0xce][0xb4][0xce][0xe8][0xf4][0x83]~i[0xc7]/:[0xfe][0x17][0xc7]s6[0xcb][0x12][0xc9]&[0x95][0xf]{[0xee][0xdd]{[0xcf][0xf3]<[0xf7][0x9c]{[0xce][0xee]o[0xff][0x3]~[0x87][0xf0][0x98]$K[0xad][0xe8][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe7][0xe5][0xca]QNB[0xd7]R+[0xd9]5[0x8b][0x95][0xce][0xf8][0x9]4:D[0xf2]f[0xcd]*[0xa9][0xb3][0x9a]sY[0xff][0xc9][0xed][0x4][0xdf][0xb4][0x8c]~de[0xc4][0xd1]'[0xe3]$NI[0x98][0x97][0x91][0xc3][0x82][0x8c]wp[0x8e][0x92][0xd8][0xc4][0x9d][0xfe][0xaa][0xa4]Vl[0xcd]4$,[0xca][0xf8][0x4]KL[0x90][0x97]1[0x8c]e[0x81][0xb8][0x10][0x2][0x9][0x9f]{>H[0xc5]tM[0xd3]WU+[0xb3]Y[0xd1]%[0xdc][0x93]Q[0xc0][0xa7][0xcc][0xfa][0x99][0x8c][0x4]V$[0xdc][0x97][0xf1]9.[0xc8][0x18][0xc7][0x17][0xbc]2*c[0x82][0xcd]8.[0x8]\[0x9f][0xc9][0xdd][0x11][0x18]N[0xf8][0xb4][0xa1]_G[0xf7][0xfa]9[0x16][0xe][0x11][0xec][0x9f][0xa9]y[0x89]*[0xb4][0xc5]![0xef][0xd9][0x9a]N[0xf4][0xd4]J[0x19][0xc3]V-C[0xd1][0xa7]kk[0x94][0xa0]E[0xd3][0xa4][0xf5][0xf3]Tv>@[0xa5][0xa2][0xa5][0xe][0xdc][0x88][0xfd]F[0x9b][0xef][0xcc][0xeb][0xf1][0x1c]H[0xd6]'[0xc0]#w[0xad][`[0xdc]/[0xed]=[0xa8][0xbb][0x8b]<[0x13][0x98]jq[0x3]m[0xf9]1D_[0xeb]^[0xfa][0x19][0x4][0x10][0xe3][0x96][0xa2]Y[0x8c][0xbb][0x8a][0xc6].z[0xfa]1[0x0][0x81]A[0x9a][0xad][0x90]G[0x90][0xc6][0x9e][0xe4][0xe]Dr[0xec]1[0x2][0xc9][0xf1][0xc7][0x8][0xfe][0xe0]@O;[0xb0][0x10][0xd9][0x1d][0xb2][0xbb][0x4][0xdd]C7[0x9e][0xe0][0xc][0xad][0xc][0xd5]a8[0x8b][0xb7][0x1]g[0xc6]2[0xc2][0x99][0xb1]P[0x80][0xe6][0xd4][0xb9][0xae][0xcc][0x92][0xf3][0xe][0x9c]N[0xfe][0x84][0xc0][0xb][0xf4][0xf1]@Op[0xf][0xa1][0x0][0xbe][0x81][0x14][0xfa][0xe][0xa1][0xe0][0xf7][0xe4][0x10]tD[0xc3][0x8e][0xf3]3GH[0xae][0x3]][0xa1][0xf3][0xf4]t 0pS[0xd0][0xf2]0F\[0xfe]"[0x1][0xd9]m$[0xb9][0x8d][0x8e]o[0x11]{[0x8a][0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf3][0xef]B[0xda]A[0xe7][0xf3][0x3][0xb9][0xae][0x0]~F[0xe4][0x91][0xa7][0xd4][0xed][0x84][0xf1][0xb]$[0xfc]J[0x1][0xbc]hP[0x1c]iP$[0xf2]8-R[0xcb][0xbb]z[0x8b][0x94][0x8f][0x0][0x8d][0x83]O[0x11]e[0xa1][0xc0].[0xe4][0x1d][0x1c]c[0x8d][0xb1]mt[0xef][0xa1]G[0xe0][0x91][0x97][0xc3]z8[0xbf];[0xe4][0xf1]:[0xce][0xcb][0xdb] [0x92][0x18][0x3]GC[0x9f][0x11][0x97]]'vFL[0xfa]G[0xd3][0xac][0xb9][0x8d][0xe3][0x9e]dc\/)[0xae]W$[0xf9]GC\[0x93][0xcd]qMxq)[0xb4][0xe4][0x9c][0xaf]E[0x1e])[0xb8][0x13][0x87]E[0xfe]$[0x91][0xbf]H[0xe4][0xef][0xb6][0xf1][0xed][0xcb][0x1d][0xbf]Er)W[0xee]"9[0xb3]{[0x98][0x89]c[0x87][0x13][0xf6]c[0xc3][0xa9][0xc3]uBB[0x8f][0x13][0xaa][0x8e]N9i[0xa3]z[0xa0][0xc3][0xbe][0xd1][0xe][0xdc][0xe1][0x81][0x13][0xfe][0xd2]'[0xfe][0x87]4[0xed]O:[0xf6][0x12][0xde][0xa2]1B{[0xdc]bC[0xe8][0xfc][0x17]PK[0x7][0x8]p[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0x0][0x0][0x0]org/glassfish/json/NodeReference$RootReference.class[0x95]U[0xdb]N[0x13]Q[0x14]][0xa7][0xb7][0xa1][0xd3][0x1][0x14][0x1][0xe5][0xa2][0xa0]V,[0xad]R[0x94][0x8b][0x8a][0x8a]`)[0x8a])%)[0xd8]D}h[0xe][0xed]P[0x6][0xeb]L3[0x9d]V[0xfd][0x7][0xf5][0x81][0x17]_L4[0xc6][0xc4][0x18][0x8d]Q[0xe3][0xdd]D}[0xf2][0xc1][0x8f]2[0xee]3[0x1d]k[0xd1]"1[0xcd][0x9c][0xd9][0xe7][0xcc][0xde]k[0xad]}[0xe9][0xcc][0xf7][0x1f][0x1f]?[0x3][0x18][0xc5]y[0x19][0xcd]8[0xe8][0x87][0x82][0x90][0x1f][0x83][0x8][0x7][0x10][0xc1]![0x19][0x87]1$!*aX[0xc6][0x11][0x1c][0x95]!aDX[0xa3]29[0x8e]I[0x18][0x97]p[0x8c][0xc1]c[0x1a][0x86][0xc5][0xd0][0x9b]X[0xe3]W[0xb9]i[0xf1][0xe8]Z[0xc9][0xd0][0xa3][0x17]hY[0xb4][0xcc]r[0xd6]*[0x9b][0xea]I[0x6][0xdf])M[0xd7][0xac]I[0x86][0xbe][0xd0][0xbf][0x1c][0x7][0xd3][0x4][0x18]3r*CkB[0xd3][0xd5]d[0xf9][0xda][0xb2]j.[0xf1][0xe5][0x2][0x9d][0xb4]%[0x8c],/[0xa4][0xb9][0xa9][0x89][0xbd]s[0xe8][0xb1]V[0xb5][0x12]Cs[0x8a]T[0xa4][0xd4][0x15][0xd5]T[0xf5],[0x1d]+s[0xba][0xae][0x9a][0xb1][0x2]/[0x95]Tz<[0x9c]0[0xcc]|4/[0xb6]+Zi[0xb5]J[0x9d]$[0x9e]ZHp[0x3][0x0])n[0xca][0x1a][0xba][0xc5]5[0x9d][0xa2][0xdd][0xa1][0xc1][0xcb]D[0xb1]h[0xf1][0xec][0xd5]y^t[0x98][0xdd]y[0x95][0xf2][0xee][0xe][\r][0xfe][0x9d]P[0x9a][0x17][0xca][0x2][0xc3][0xcd]s9[0x86][0xf1][0x6])W=[0x1a][0x84][0xd6][0x17][0xcd][[0x11]^[0xc][0xbb]6g[0xf0][0x99][0xea]5[0xa3]B>{[0x1a][0xe9][0xa8][0x7][0x93]L[0xb5]X[0xe0][0xa2]6[0xf2][0xa2]Q6[0xb3][0xea][0xac]f[0x17]uC[0x15][0x86][0xd6]x[0x85]+[0xd8][0x86][0xe3][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Z[0xd0]*[0xe1][0x84][0x82][0x9][0x9c][0x94]pJ[0xc1]i[0x9c][0x91]0[0xa5]`[0x1a]g)[0xed][0xcd][0xb9][0x1a]=[0x8c][0xdf][0xc8][0xaa]EK3t[0x9]1[0x5]3[0x88][0xb][0x8e]Y[0x5][0xe7][0x84][0xb5][0x7]}[0xc]C[0xff][0xd7] [0x86][0xfe][0xad][0x2][0xec][0xbe][0xd1]<[0xed][0xdb][0x12][0xf9][0x8]C$[0xb8]x][0xb3][0xb2][0xab][0xd4][0xde][0xa0][0xa3]>(<[0x83][0xb5]b[0x7][0xed]u[0xe9]f[0x91][0x80]]W[0xe6][0x18]:[0x1b]7[0x85]f[0x8f][0x6][0xa3][0xce][0xd9]_g[0x7]7[0x9d][0x96][0xdf][0xf0][0xd4][0xab][0xfe][0xad]|[0xa8][0x9d][0x86][0x99][0xd3]t^[0xb0][0xb3]$5}[\r][0xb2][0x14][0x81][0xf3]j[0xa9][0xc4][0xf3][0xe2]?[0xd0][0x91]\[0x98][0x89][0xa7][0xe2][0xb3][0x99][0xf4]t[0xe2]b<3=3[0x93][0x89][0xa7]R[0xc][0xed][0xb6][0xa6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x8f][0x16][0xb8][0x9e][0x8f]R[0x1b]5=O[0x1a]:B[0x9f][0x8a]r[0xf6]l[0x84][0x89]M'[0x93][0xb]K[0x99]T|~![0x1d]G?[0xbd][0x19][0x9a][0xe9][0x95]B%[0x12][0xf3]C[0x96][0x8f][0xae]m[0xd8]N'md[0xcd][0xd2][0xb9][0x8b][0xee]r[0xf8][0x1d]X8[0xf2][0x6][0xae][0x97][0xb4]sa[0x7][0xad]-p[0xd3]z[0xb][0x1e][0xdc][0x86][0x1f]w[0xd0]N[0xbb][0xce][0xaa]7:[0xb0][0xb][0xb0]-[0x81][0xca][0xe8][0xd7][0x85]n[0x7][0xf3][0xac][0xbd][0x7][0x9a][0xc3][0xaf][0xe1][0xfa][0x6][0xc9][0xf3][0x18][0x1e][0xf7]3:p[0xdb][0xb0]>[0xfb][0xe1][0xba][\r][0xa7]T[0x1d][0x1d][0xb8][0x1e][0xba][0xbc]p[0x5][0xa6]D|/v;xQ[0x7][0xcf]+[0xf0]^[0xd4][0xe4]Uq[0xee][0xd6][0xe1]x[0x1d][0x1c]&&[0xd8][0x9]^'V!9[0xf6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xee][0xc8][0x7]x[0x18][0xde][0xc2];[0xf4][0xd4][0x16]?`c[0xc1][0x8e][0xed]q[0xec][0x9e]p[0xe4]+|T[0x87][0xc7]h[0xf9][0x4][0xe9][0xd2]{4[0xbd][0x83][0xff][0xcb]/[0xea]j[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x9d]D[0x5][0xdc]C[0x8][0xf7]1[0x8c][0x7][0x18][0xc1]CL[0xe2]Q][0x85]b[0xb5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc5][0xa8][0x7]{[0x89][0xa2][0x9a][0x9c];$[0xcb][0xb4][0xd9][0x87][0xfd][0x8e][0xbe]1[0x82][0x14][0xfc][0x81]*[0x99],[0xc8][0xfe]H[0xf1]I][0x8a][0x81]Z[0x8a][0xc1]Z[0x8a][0x13]N[0xf]}[0xe1][0xc8][[0x4][0xfe],[0xd0][0xf3]:U[0xbe][0x9a]*[0x9f][0xa3][0xca][0x85][0x3][0xb6][0xff][0x0]v[0xd2][0xbd][0x9b][0xc4][0x88]y[0xe9]D[0x13]}u[0xc4][0xa0]4[0xd1]7'[0x82][0xc9][0xa9][0xae][0x9f]PK[0x7][0x8]I[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/NodeReference.class[0x95]T[0xed]N[0x13]A[0x14]=[0xb3]-[0xdd][0xed]Z>DE>*[0xd4][0x8a][0xda][0x16][0xed][0x16]A[0xfc][0x0][0x9][0x86][0xc4][0xa4][0xa6][0x81][0x4]L[0x13][0xfc]7[0xb4]CYlw[0xcd][0xec][0x96][0xc8][0x3][0xf8]>[0xfa][0x8b]D[0x12][0x1f][0xc0][0x87]2[0xde][0x99]ViK[0xa1][0xb8][0xc9][0xce][0xdd][0xb9]s[0xcf]9w[0xf6][0xde][0x99]_[0xbf][0xfc][0x4][0xb0][0x8c]5[0x1b]q8&[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "6[0xc],[0x9a]xf#[0x8a]%[0x13][0xcb]6bxnb[0xc5][0xc4][0xb][0x13]/[0x19][0x12]E[0xcf][0x13]r[0xb3][0xce][0x83]@[0x4][0xc]#o[0xa5][0xe4]';[0xe2]@H[0xe1]U[0x4][0xc3][0xe8][0xf6][0xfe][0x91][0xa8][0x84][0x1d][0x9e][0xe1][0x1d][0xdf][0xef][0x9c][0xc7][0xd6]\[0xcf][\r][0xd7][0x19]"[0x99]l[0x99]![0xba][0xe9]W[0x15][0xae][0xe4]zb[0xab][0xd9][0xd8][0x17][0xf2][0x3][0xdf][0xaf][0x93]g[0xbc][0xe4]Wx[0xbd][0xcc][0xa5][0xab][0xe6]mg4[0xb6]8[0x18][0xac]X[0x6][0x8c][0xe4][0xd8][0x84][0xb6][0xb6][0x1c]P@[0x4]H $[0xc8][0xc8][0xa9][0x88]lS[0xdf][0x12]C[0x13][0xfb]X:[0xb6]e[0xe4]##[0x1d][0x5][0x9c][0xb4][0x90][0xe6][0xd6][0xdc][0xa7][0x99]i[0xd3][0xa9]s[0xa3][0xc]3}[0xe1][0xc1][0xa6]%f[0xea]Nx[0xef]o[0xe8]K;[0xd3][0xe7][0xfc][0x80]f[0xa0][0xdf][0xda]G[0x92]Ec[0x98][0xa9]=[0xda]{[0xad][0xb5][0xd7][0xfd]&[0xfd][0xfd][0xee]_[0xbf][0x5]p[0x8][0x9f][0x4][0xd0][0x81][0xf1]&l[0xc3][0x8b][0x1][0x1e]/[0x9]4![0xc7][0xd9][0x0][0xce][0xe1][0xe7][0x2][0xbd][0xac][0xe3][0x15][0x1d][0x93][0x1]L[0xc1][0xc][0xa0][0x9][0xd3][0xc2][0x98][0x11]4+[0xa8][0xa5]cF[0xd8]f[0xe5][0x98][0x93]#[0xd7][0x84]y[0x9c][0x97]#/[0xc7][0x82][0xe];[0x80]6[0x14][0x2]X[0xc4][0x85][0x0][0x8a]([0x89]n[0xa7][0x11][0xe5][0x0]^[0xc5][0xc5]F\[0xd2][0xb1][0xa4][0xa1]ql[0xb4]2~0[0x9d][0xd4][0xd0][0x9e][0x9e]7_5cv[0xae][0x10][0xcb][0xcc][0x99][0xc5][0x92][0xe5][0xc4][0xfa][0xdc][0xfb]X[0x8d]/A>O[0xbf][0x6]-[0xa1]ak_[0xc1].9[0xa6][0xed][0x8c][0x9b][0xf9][0xb2][0xe5][0xbd][0xc7]?yM[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "t[0x97]P[0xb2]_[0xa0][0xef][0x8]%[0x12][0x2][0xad][0xb][0xa4]hw4x[0x7][0xc7][0xd2]^f[0x3][0x4][0xa7][0xcb]3|:G[0x95][\r][0x4][0xd3][0x96]M[0xfd])[0xda][0xcc][0x94][0x8b]);k][0xd2][0xa0]W<"[0xc7][0xf1][0x9c][0x9d]sNh[0xd8][0xd9][0xed][0xfa]KwS[0xf6]b[0xd9][0x19]q[0x8a][0x96][0xb9]p[0xac]g\[0x83][0xaf][0xaf][0x90][0xb5]4lK[0xe7]lk[0xb0][0xbc]0m[0x15]G[0xcd][0xe9]<)[0xc1]t!c[0xe6][0xc7][0xcd]bN[0xf0][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xd1][0xe7][0xcc][0xe5]J[0x1a][0x9e]H[0x17][0x8a][0xb3][0xb1][0xd9][0xbc]Y*[0xcd][0xe4]Js[0xb1][0xf9]R[0xc1][0x8e][0x8d][0xd9][0xb9][0xc]u[0x9d][0xb2][0x1c]+[0xe3][0xe4][0xec][0xd9]zKtY[0xe4]B[0x9b][0xba][0xa1]!0k9}U[0xaf][0xc3][0xdd]=[0xf][0xcb][0xae]>[0x93][0xcb][0xe7][0x13][0x92][0x5]o[0xb7][0x4][0xe0][0x99]> [0xc7]A9[0xe2]r[0x1c][0xe2]K[0xae]`[0xdd]gm(y)c-:[0xb9][0x82]M[\r][G[0x1c]3s~[0xc0]\[0xac][0x4][0xd5][0x9c]U.'m[0xba]O[0xbf][0x19]%[0xdd][0xca]*[0xfd][0xcc]l[0xa0]&[0xca][0x0][0xf4][0xee]s[0x89]TJ[0xc8][0xde][0x85][0x9c][0xa4]~[0x9a]PaF[0x9c][0xc9]K)[0x1a][0x8f]g[0xf2][0x95][0x9c][0x7]F[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xe5]b[0xc6][0xea][0xcf][0x89][0x89][0xce][0x87]$g[0xbf]xi[0xe0]0[0x8e][0x18]x[0x2][0x7][0xc][0x9c][0xc6]s[0x6][0x9e]D[0xa7][0x81][0xd7]pB[0xc7][0xeb][0x6]^@[0xda][0xc0]A0[0xbc]G6[0x9][0x89][0xed]8o[0x9e]7[0x8b][0x8e][0xe9][0x16][0xe2]4[0x8f][0xda][0xa3][0x8e]_[0x18][0xf8]%.[0x8b][0x81]+[0x6]N"a[0xe0][\r][0x17][0xfd][0x95][0x86][0xfd][0xff]_[0x1d][\r][0xe]d[0xdc]@[0x97][0xf8][0xf6](:u[0xbc]i[0xe0]-A[0xde][0x96][0xe3][0x1d]tjxL9[0x98]7[0xed][0xd9][0x98][0xea][0xc7][0xa1][0xb2]34[0x93]([0x94][0xed]l[0xa9][0xe6][0x93][0x18]O[0xe8]x[0xd7][0xc0][0x10]~[0xad][0xe3]=[0x3][0xef][0xe3][0x3][0x89]r[0xd0][0x1d][0x9e]}2d:>4[0xf0][0x11]>[0xae][0x91]d[0x9e]vU[0xc3]gZ[0x1d][0xab]X[0xe7][0x9a]t[0x98]][0x9f][0x9f][0xfa][0xa7]G7[0x9]S[0xb2]4`[0x95]J[0xe6][0xac][0xc5][0xc2]F[0xce][0x9c][0x1c][0x1e]I[0xe]O[0xa6][0x6][0xcf][0x8c][0x8d]N&[0x7][0xfb]&O%G[0x93]}[0xa3][0x93][0xcc][0xf3][0xf0][0xb0][0x86][0xd6]jS[0xaa][0xc8][0xa8][0x97][0x89]a+E[0xbb]H[0xad][0xa3][0x8c][0xce][0x15][0xb][0x17][0xa5][0xc9][0xd4][0xa8]u<[0xc8]F[0xff][0xc9]T:y[0x8a][\r][0xbb][0x89]6[0x11][0xec][0xfa][0xc1]8[0xb0][0x83][0xed][0xac]Y[0xcc]V[0xc6][0xa2]TY:[0x7][0xe]K[0x92]*[0xa0][0xec])[0xbf][0x80]G[0xd9][0xe2][0x1b]z[0x7]Lg[0x8e][0xf][0xdd]n[0x1b]o[0xaf]3[0xb8]Tr,&[0xab][0xc9],[0x16][0xcd][0xa5]Laq[0xe9][0xe2][0x1b][0x9a][0x9e]gG[0x1c]KmBJ[0x89][0x9b];[0x1f]4[0xb5]2[0xb4][0x85][0xe2][0xa0][0xb9][0xc0]I[0xd8][0xbf]Y[0x8c][0xf][0x9e]wtr_wp[0xf5][0x19]h[0x97][0x96]#[0xd4].[0xfd][0xa7][0xee]=x[0x8c]+q/a[0xf]~D[0xfc][0xc7]u[0xf8]O[0x88]w[0xd7][0xe1]=[0xc4][0xa3]ux/[0xf1][0xc7][0xeb][0xf0]}[0xc4][0xf7][0xd7][0xe1]1[0x4]e[0x1a][0x15][0xcc][0xc9]S[0xf7]!u[0x7]e6y[0xeb][0xfc]ph)q[0x94][0xd0][0x18][0xdf]=[0xbc]C[0xd1][0xde]5hQ[0xfd]o[0x8d][0xb7][0xe0][0x89]F[0xd7][0xe0][0xbd][0x5][0xdf][0xaa][0x12]J[0x9][0xfb]x[0x1e][0x84][0x9f][0xc6][\r][0xaa]k[0xa5][0xd2][0xa7]Iis[0x85]q[0xc][0xc7]e[0xd1][0x13]z[0x6]'[0xa8][0x1a]x[0x16][0xcf]UL[0xc4]x[0xb][0xc5][0x1f][0xfd][0xb]|+5[0x95][\r][0x8a]xD[0xa9]1\[0x86][0x8a][0x1a][0x8f][0x8c][0xbb]+[0xec][0xf1][0xd3]p[0x3]i7)[0xec][0xff][0x86]_[\r][0xbb]=W[0xe9]X[0x5]{&L[0xac]%[0xea][0xbb][0x5][0x9d][0x14][0x8f]w[0xf7][0xa7][0xa3][0xd5][0xa7][0x13][0x11]>[0xed][0x8a][0xfa][0xeb][0x9e][0xe4][0xf6][0x85]7X[0xe][0xfb]B>2uE[0x1b]6a[0x92][0xdb][0x1f][0x11]f[0xfd]![0xaf]r7[0x84]|[0x9f][0x8e][0xfe][0x9][0xc1][0xa7][0xfd][0xeb]h[0x9a][0xb8][0x8d][0xc0].[0xff][0x1a][0xb6][0xdc]Ye<[0xc0]V\C#[0x9a]YS[0xb9]{[0xb8],[0xe4]N[0xe3][0x92][0xba][0x97][0xf0][0xb5][0xba][0xbd]*#[0xaf][0xa9][0x8e]9IJ[0xf5]3[0xc1][0xcf]c7~[0xca][0xca][0xa5][0xa8][0xe3]45[0xc][0xb0][0xba][0x83][0xac][0xe0][0x10][0xb3]u[0x86]\?[0xa3][0xce]aj[0x1c][0xe3][0xff]8[0xbf][0xff]_[0xe4][0xf][0x88][0x97]0[0x87][0x9][0xfe]*8K;[0xe7]h[0xe5]e\[0xc6]+x[0x17][0x93][0xf8][0x84][0xaf][0x9f][0xc1][0xa4][0xdd],-O[0xe3]:2X[0x85][0xa5][0xaa]0[0x83][0x0]m/Sg[0x9c][0xd9]o[0xe3][0x16];E[0xc8]C{[0x17][0x90]$[0xe4][0xa5][0x85][0x1][0xfa][0x14]gM[0xae][0xd3][0xc3][0xe7][0xe9][0x97][0xc4]x[0xb3]R[0xb7]UJ[0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2][0x2][0xb9][0xb2])[0xf2][0xee]C[0xc3][0xf7]h[0xd6][0xbe]G;?{[0xf8]y\[0xbb][0xc7][0x0]5[0x9d]s[0xc3][0xa3][0xf1][0x1e][0xa3][0xf7][0x13][0xd1][0xf8][0xa7]Z[0xe2]t[0xb5][0x9f][0xb4][0xff]P[0x19]i[0xda][0x8][0xbb][0xd4]`[0x1]t[0xff]54[0xbb][0xa9][0xdf][0xba][0x86][0xe6];B[0xd2][0xaf]jqU[0xb3][0xf8]2[0xa2][0xaa]h[0x4][0xba]T[0xd5][0xe2][0xdb][0xef]^E[0x9b]*\[0x9c][0xd5]7[0xa4][0xbe][0xdb]o[0xa2]e[0xc5][0xe5]'[0xa9][0xc7][0x15][0x10][0xbe][0xe]Wd[0x99][0xf3][0xa1][0x4][0x96]k[0xfc][0xc1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0x9b][0xcf][0xd5][0xe6]W[0xaf][0x8f]lh[0xdb][0xb1][0xa1][0xad][0xfa][0xda]Z[0x95][0xfd][0xee]*[0xf6]T[0x9e][0xd7]+[0x9c][0xf4][0xef][0x8e]p6([0xce][0xd0]J5[0x8a]][0xd5]([0xb6]W][0xd2]7[0x9c][0xbe][0x9f][0xea][0x1a][0xf7]U[0x85][0xfc][0xd5][0xe7][0x6][0xf7]9[0xb8]r[0x9f][0xaa][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xb5]uE[0xac]1[0xd5]n/[0x16][0x11][0xe6]9" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc7]j[0xe5]8[0x9d][0xf3][0xd8][0x81][0xf3][0xdc]c[0xb][0xac][0xa0][0xcd]~+[0xb0][0xfb][0x16][0xf9][0x1b][0xf3][0x2]^'[0xe7][0x15][0x94][0xf0][8[0xf8][0x3][0xca][0xf8][0x92][0xd4][0x9b][0xb8][0x88]5v[0xde]:;[0xef][0x1f][0xec][0xea][0x92][0xeb][0xdf][0xb8][0xcc][0x9a]][0xd1]|xCk[0xe3]Wx;[0xde][0xd4][0x9e][0xc4][[0xda]Sx[{[0x1][0xef]hCxoc[0x13]h#[0x95][0x8e]J)J`[0xc7][0x91]X$[0xd2][0xd3][0x11][0xea][0x8][0xf1][0x95]?*[0xd8][0xe][0xb2]X&[0xd9]}[0xd2][0x1c]{[0x19][0x86][0x84][0xa2]_C[0xab]D[0x14][0x9d] ~[0xd6]7[0xc5][0xc][0xc6]oTf[0xfd]F-[0xb2]f[0xc8]o[0xd2][0x8f][0xb1][0x85][0xb3][0x10][0xc6]o[0xea][0xf6][0xcf][0xde]:[0xab]l[0xb1]0[0x9b][0x1d]L[0x0][0xbf][0x99][0x94][0xd9][0xc1][0x8a][0xd9][0xd1][0xac][0xb4][0xfd][0xd4][0x86][0xd9][0x81][0xc8]2[0xfc][0xde][0x1b][0xe1][0xcf][0xb1]-[0xf2]9[0xb6]Dz[0xbf][\r]g[0xaf]c[0xcb]:[0xda]&[0xd6][0xb0]Cu[0xa4]0g#[0xb7][0xb1][0xf3][0xb0]O[0xf9]H[0xb4]7[0x1c][0xf2][0xdd]f[0x8d][0xc4][0xdd][0x90]r7[0xe4]S[0xfe][0xf6][0x86]#[0xdf][0xa0]}[0xc3][0xe5]([0x7][0x13][0xf8][0x1d]][0xfe][0x8c][0xe3][0xf1]{[0xb4]0[0xd5]][0x1c][0xd4][0x1e]|A[0x8f][0xbe][0xe4] ~[0xc5][0x15][0xf0]5[0xc7][0xf3][0x8f]*[0x9c]C[0xf4][0xef](",R\[0xed][0xed][0xa9][0xda]~[0x9e][0xe2][0xca]8[0xa0][0x82][0x9d][0xe2][0xe2][0x88][0xab][0xed]=EY[0x19][0xd0][0x94]Z[0xca][0xbe][0x96]mzo][0xe4][0x8d][0x18][0xa9].c[0xe][0xad][0xa6][0xb4][0xb4][0x4]w[0xdf]F[0xf8][0xcf][0x8][0x6]#[0xea]nYU?[0xf2][0xc5][0xd5][0x80]R[0xb9][0x87]b[0xf2][0x9d]4[0xaa]Fw[0xec][0xbf]PK[0x7][0x8]D[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0]org/glassfish/json/api/[0x3][0x0]PK[0x7][0x8][0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]'[0x0][0x0][0x0]org/glassfish/json/api/BufferPool.classE[0x8e][0xbd][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xc2]0[0x18]E[0xef]W[0xfb][0xa3]u[0xd0]Wpk[0x17][0xb3][0xf8][0x4][0x16]\[0x15][0x4][0x97]N1$[0xfd]14[0x92][0xb4][0x82][0xaf][0xe6][0xe0][0x3][0xf8]Pb2y[0x97][0x3][0x87]3[0xdc][0xcf][0xf7][0xf5][0x6][0xb0][0xc3]2[0xc3]"CN[0x88]G~[0x93][0x1e]EYW[0x84][0xcc]J[0xf1][0x14][0xda][0x8b][0xa4][0xa8][0xab][0xf2]B[0xc8][0xcf]f[0xb2]B[0x1e][0xba] W[0xfb]I)iO[0xc6][0xe8]m[0xcf][0x1f][0x9c][0xb0]1[0xb6]a[0x8d][0xe6][0xce][0xa9][0xce][0xb5][0xac]wf`[0xfc][0xde][0xb1]HX[0x87][0x94]i>4[0xec]x[0xed][0xa5][0x18]S[0x2]!BX[0x14][0x13]f[0x88][0x1][0xcf][0x4][0xa9]7[0xfe]D[0xf0][0x98][0xff][0x0]PK[0x7][0x8]b[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]PK[0x3][0x4][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]&[0x0][0x0][0x0]org/glassfish/json/messages.properties[0xb5]X[0xdb]n[0xdb]8[0x10]}[0xd7]W[0xc][0x90][0x87][0xb4][0x80]#[0xa7][0xd9][0xb7][0x0]~pR7[0xeb]n[0xea][0x4][0xb9]t[0xb7][0xc0][0x2][0x5]-[0xd1]6[[0x8a][0x14]H*[0x8e][0xb7][0xe8][0xbf][0xef][0xc]/[0xb2][0xe2][0xd8]m[0xd3] @[0xe0][0x88][0x97]9s83[0x9c][0x19]i/[0xdb][0x83]S][0xaf][0x8c][0x98]/[0x1c][0xbc]*^[0xc3][0xd1][0xe1][0x9b]?z[0xf8]{t[0x8][0x17][0x86][0x15][0x92][0x3]Se_[0x1b][0x10][0xce][0x2][0x9b][0xcd][0x84][0x14][0xcc]q[0x9b][0xc3]PJ[0xf0]b[0x16][0xc][0xb7][0xdc][0xdc][0xf1]2[0xcf][0xf6][0x10][0xef]f!,[0xd4]F[0xcf][\r][0xab]H[0x18][0xdc][0x2]A[0x8a]BW5S+[0xa1][0xe6]P![0x82][0x11]L"[0xa0][0xe1]8*q[0xfd][0x8e][0x9][0xc9][0xa6][0xa8][0xae]Q%7$[0x83]P[0xb8][0xad][0xb2][0xa0]g[0x1e]bTHQ[[0xe][0x97][0xcd]T[0x8a][0x2][0xce]E[0xc1][0x15][0xe][0xef]r8[0xca][0xf]{[0xb0]\[0x88]b[0x1][0xa8]z[\r][0xc5][0x1c]b,[0x9c][0xab][0x8f][0xfb][0xfd][0xe5]r[0x99][0xf3][0x80][0x90]k3[0xef]K>g[0xb2][0xcf]ky[0x80][0xd2][0x1d][0xe2][0xd7][0xba]1[0x5]G[0xa3][0x94][0xc4]l[0x5][0xc8]R[0xc3]t7K[0x98]i)[0xf5][0x92][0x8e]u[0xcd][0xb][0xad]JfV[0x88][0x15][0xd9]Y[0xa4][0xc5][0x95][0xdf]Gk[0xc2][0x9][0xad],[0x8a][0x18][0xb0][\r][0xb2][0x8d]xhS[0xb7][0x2][0xcb][0x1d][0xad]8<[0x84][0x8a][0xe7][0xff][0xe1][0x91][0xbd][0xf1],s[0xc2][0xce][0x4]/[0x8f][0xe1]lr[0xb]g\q[0xc3][0xe4][0x86]@[0xf][0xa1][0xee][0xb8][0xb1][0xa8][0x1c][0x8e]`)P[0x5]1"[0x81]S[0xc9][0xac][0xad][0x19][0xce][0x8c][0xee][0xb]^[0x13][0xbf][0x1f][0x9b][0xd2]F[[0xce]U[0xe3][0xed]h[0xf5][0xcc]-[0x91]I[0xbf]HH}[0x19][0xb4][0xe6][0xb]W[0xc9]`[0xd9][0xeb][0xcb][0xb7][0xff][0x1c]D2[0x7][0xe3][0x92]+'[0x90][0xb3]9[0x86][0xd1][0xe5]9[0xd9][0x1f].[0xae][0xe0],>[0xfe]=[0xbe][0xf9]sM[0xeb][0x80]'Z[0xb4][0x88]`Y&[0x14][0x86][0x85]b2[0xe7][0xc6]h3[0x18][0xc7]![0x8c]h[0x98]e53[0x18][0x8d][0xf9][0x9c][0xbb]kg[0xd0]-[0xb4]m[0xf0][0xde]ju[0xe9][0x17][0xf6][0xda][0x85]W[0xaf][0xe9][0x88]wL[0x8a][0x12][0xb4][0x92]+[0xef][0x96][0xbf]F[0x9f]>O[0x86][0x1f]F=[0xf8]8<[0xbf][0x1d]}[0xbe][0xbe][0xb9][0x1a]O[0xce][0xd2]hr[0xfb][0xe1]dt[0x5]A[0x5]X[0x17]n[0xc2][0xbf][0x19][0xc0]I[0xe3][0xa0]h[0x8c][0xc1][0xa3]=X&[0x15][0xdf][0xe][0xbf]'V[0xc2][0x12]][0xbc][0x19]r[0xd2]TS[0x9c][0xd8] [0xb7][0xb9][0xbe][0x95][0xe3]N.O[0xa2][0x82]v@][[0xac][0x83][0xb3]/[0xab][0xf6]\o[0xf5][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "M[0xbf][0xac][0xe2][0x13]1[0xcb][0xb]Q[0x85][0xd8][0xd9]P[0xbf]^|Y[0x12]Cc[0xd8]j[0x8b]~?[0x8f][0xaa]Q[0xd7][0x96][0x5][0xc]Y[0xce][0xaa][0xad][0xcc][0xae]o[0x86]W7[0x9f][0x87]WW[0xc3]O[0xcf]"v1[0xfd][0xc2][0x8b]m[0x1][0x11][0x16][0xb6]Q[0xb]+?[0xe5]vq[0xf2]~tz[0xf3],r[0x1f][0x99]l[0xf8][0x16]n~[0xfe]gf[0xe9]=[0xe0][0xd1][0xfb][0xa5]K[0xbe][0x1e][0x9d][0x9f][0xa7][0xe7]w[0xc3][0xf3][0xeb]V[0xe8][0xe6][0xea]v[0xf4][0x8c]L[0x90][0xb8][0x7][0xe3][0xed]:YkZ[0xca][0xd7][0x11][0xad]j[0xac][0x3][0xa5][0x1d]U%[0xac][0x14][0xc][0xff](B[0xc8];:[0xb8][0xf0])<[0xf8]}[0x8d]"X[0xbb][0xb9][0x9e][\r]Fq[0x0][0xa3][0x8b]w[0xe0][0xf4]W[0x8e][0xc5]`[0x8a]8s[0xd4][0xd6][0x91][0xf1]+[0xe2]?|*[0xa4][0xc6]D/[0xf4]`[0xdc][0xbf][0x0][0x9f][0x8f][0xa9]x`[0xbd][0xa0][0x5][0xaa][0x89][0xef][0xaf]/&[0xd0][0xee]o[0xd3][0xa0][0xf2][0xce][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "@[0x98][0xc1][0x83][0xeb][0xc2][0x8][0xf5]`[0xb5][0x81]oo[0xbe][0xe7][0xd0][0xf2][0xf1]K[0xbe]]8[0x86]oG-[0x91][0x10]Jd[0xbb][[0xf5]U[0xe9][0xa5][0xa2] h8[0xb8]U[0xcd][0xbb][0x84]m[0xa1][0xeb][0xb0][0xef][0x94][0xa9]h[0xba][0x82]I[0x89][0xc8][0x14]*A[0xa8][0x9b][0xa6]U[0xdd][0xe0]MPE^rG[0x16][0x9d]a[0x1d][0xe4]e[0x92]f[0x8d][0xd3][0x7]a[0x5]p[0x93].[0xf1][0xa4]=[0xef][0x12][0xae]t3_@[0xb1]@[0x9c][0x9d]`B[0x13][0x93]M[0x8b]u@[0xc9]p[0xe4][0xf0][0x84]M[0x1d][0x90][0xf5][0x91][0x90]es_[0xe1][0x9d]6[0xf9]L6v[0x81]`[0xf9]64[0xbf]H[0xa2]q?[0x9e][0x94]\[0xd1][0x11]O[0xae][0xdb]*[0xde][0xba][0xf]C[0xf2],[0x89]t[0x84][0x97]F[0xb8][0x9d][0xc2][0xb4]H[0xc2][0x18][0x9c][0xbb][0xe4][0x85][0xf4][0xfd]W^q[0xb7][0xd0][0xe5]`[0x1c][0x86][0x10][0x86]P6[0xa6][0x8d][0x9d]([0xe3][0xfb][0x12][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "k[0xb2]r[0x8][0x17][0x84]O[0xf1][0x8d][0xbd][0x95][0xe3][0xf7]!F[0xd7]JJ[0x8d]][0x10][0xb2]T3[0xa1][0x88][0xae]bj[0x10][0xe6][0xa2][0xc7][0x8b]6[0x18][0xc6]q[0xf]][0xa2][0x9][0xeb][0x9a]I(j\%[0xfa]%[0xff][0x82][0x87][0x19][0xc4][0xd3][0x84][0xf3][0xa5][0xa5]M[0xdb][0xb6][0xc7]k[0xa4][0x13][0xb8]#'v)z[0x92]G[0xa0][0xd2][0xd8][0xc0][0xb9][0x5]^`[0xad]x[0xbc])[0xb8]/[0xcb][0xbc]u[0x93][0x91][0x99]D[0xc7][0x97][0xab]<[0xc4][0xeb][0xc0]O[0xf6][0xfd]o[0xc8][0xbe][0xe1][0xd9][0x17][0x89][0xbe][0xf7]i[0xb2]"[0xf5]oA6[0xc6]z[0x96][0xd1][0x8][0x81][0xe9][0xdf]&.[\r][0xfa][0xf4][0x13]Q[0xe9][0xf1][0xd7]@1[0xe9]L[0x1b]![0x9]X[0xb1][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0xdc]H9[0x98][0xe0]S[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x80][0x80][0xb8]o[0x81][0x96][0xfb][0xc1][0xf4]5[0x13][0xa6]c[0x92][0xe9][0x2][0xf9]M[0x1][0xc9][0xe7][0xc1]g@[0xc5][0x9c][0xd8]R$[0xcc][0x0][0x3]q[0x8e]|[0xe0][0xe8]d[0x8d][0xf5][0xa9][0x6][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "< [0xfa][0x87][0xc5]0[0xf9]}[0xdd]>1?T[0xed]m[0xfa]B[0x9a]3[0xd4][0xb7][0xc5][0x82]1[0xee]0[0xe9]b[0x16][0x5]V[0x96][0xaf]h[0xfa]u[0xbc][0xad]^ [0xdd][0xf5][0xd0][0x9c]tq~[0xc3]|[0xa8][0xa1]=[0x1][0xe]}`[0x87][0x12][0xb5][0xc1][0xb7][0xa3][0xe6][0xc9][0x96][0xfa][0x1d]%~[0xb7][0x14][0xd6][0x5][0x5]c|[0x87][0xbb]?[0xa6][0xa4][0x81][\r][0x2][0x96][0xa7]c*:Y[0xb6][0xae]n[0x8d]j[0xab]#et,2i[0xec]3<[0xac]KUG[0xe8]WEz[0x10]V[0xc8][0xf4][0xfb][0xfb]X[0xd4][0xf6][0xf7];(;R+[0x95][0x94][0x94][0x1a][0xf1]UG[0xfb]w[0xa1][0x1c]k[0x18][0xbe]R[0xa7][0xaa]:[0x18]b[0x92]T[0x7][0xbc][0xaa][0xf1][0xa5][0xd2][0xdb][0xe5]2[0xec][0xb][0x9d][0xc3][0x94][0xcf]1[0xac][0xfc]K C[0xc5]}T[0x9b]p*V[0xd7][0xf4][0xc6]T[0x9]KZ[0x6]7[0x8b][0x98][0x96][0xa2][0xc3][0x91][0xe6]![0xd2][0xf4][0xe9][0x96][0x9][0xac][0xc7]JC[0x94][0xf1]u[0x94]j[0x16][0x85](m|[0xf3][0xbd][0x3]l[0xf8][0x8c]c[0xa2].x[0xcb][0x91][0xa0][0xdb][0xd9]u[0xb4][0xb3][0xad][0x84][0xd3]t[0xa4][0x81][0x9a][0xe2][0x84][0xf][0x11]|_e6qkU[0x86][0x80][0x12][0xe4]bo[0xc9][0x10]M~[0xc][0xc1]^[0xc1][0xb0]?[0x97][0x8e][0xc9][0xbc]-R[0xb4]c[0x8e][0xe4][0x2][0xca]C[0xf9]Li[0xc]4>[0x8b][0xd7][0xf][0x83][0xd4]+[0xf7][0xa7][0xd5][0xa1]r[0xe1]A}[0x8f][0xca][0xe8][0xb3][0x81][0xa5]8&[0xf3][0xc5][0x3][0xe9][0xf5][0x9][0x89][0xc1][0x6]\[0x88]l[0xb4]f[0xa5][0xef][0xf8][0xda];[0x1][0x14][0xf][0xe4][0x92][0x9a][0xf5][0x15][0x8]{[0xcb][0x16](^[0xe7][0xe4][0xe1][0x9][0x5][0xca]=[0xde][0x8][0xe2][0xb0][0x99]][0xc2]g[0x88][0xc4][0x89][0x1c][0xfc][0x95][0xaf]|[0x8d]Mh[0x8f][0x8c][0x9c]zQ[0xac]HU46[0xde]Y[0x8d]-$[0xb6]0[0x86][0xa9]96[0xfe];[0xae][0x1d][0xbe][0xed][0x17][0x8b][0x9c]<[0x9e]Oy@[0xc6]H[0xe][0xe1]@K[0xeb]`h[0x1b][0xde]Y7,lB[0xc0][0xf3][0xe6][0xb5][0xc1][0x86][0xcf][0xe0]?>[0x13][0xf7][0xde]R)v[0xfd][0xb7][0x8e][0xf8]E[0xc9][0xb][0x0][0xed][0xf4][\r][0x6][0xee]!a[0xdc]DU[0xe][0x2][0x6][0x4][0x8c]$[0x12]#[0xdb][0xc3]t[0x15]:f[0xb0]g[0xf]y[0xe5][0xc9][0xea]J[0xcd]mh[0x1f][0xc9][0x15][0xde][0xee][0x1e].[0x9a]>[0xea][0xc1]7[0x8c][0xb6][0x11]m}[0xf9][0x8][0x93][0xb6]!f[0xd8][0xe8][0xbd][0xe6]9$B[0xf4]A.[0xf8][0xb8][0xbd][0xa4][0x1e]=[0xb5],-T[0x1b][0xef]aw[0xba][0xdf][0xba][0xc6]V[0x80]>M[0xa4]Sm[0xa3]q[0xbc][0xbe]P[0xc1]D^[0xe2]q^y[0xcc]>[0x90][0xf4][0xae][0x8e]Y[0xc6]g[0xa9]`[0xf4][0x0][0x13]1[[0xa9]][0xb0][0xf]@[0xf6][0xf7]u[0xbd]F[0xf8][0x1f]PK[0x7][0x8][0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]META-INF/[0xfe][0xca][0x0][0x0]PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]QE[0xdb]-'[0xd0][0x1][0x0][0x0][0x1f][0x4][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]=[0x0][0x0][0x0]META-INF/MANIFEST.MFPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q8[0xba][0x88]F2-[0x0][0x0][0xc][0x89][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]O[0x2][0x0][0x0]META-INF/LICENSE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xa8][0xf9]T[0xa5][0x4][0x0][0x0][0x9][\r][0x0][0x0][0x12][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2]/[0x0][0x0]META-INF/NOTICE.mdPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa7]4[0x0][0x0]META-INF/maven/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe6]4[0x0][0x0]META-INF/maven/org.glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]35[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0xc7][0x3]-[0xe0];[0x0][0x0][0x0]<[0x0][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8d]5[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.propertiesPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x4])[0x4]Q[0xba][0x10][0xf4]1k[0x9][0x0][0x0] /[0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0].6[0x0][0x0]META-INF/maven/org.glassfish/jakarta.json/pom.xmlPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf8]?[0x0][0x0]jakarta/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0@[0x0][0x0]jakarta/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdb][0xd1][0xb9][0x16][0x1e][0x5][0x0][0x0]`[\r][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m@[0x0][0x0]jakarta/json/EmptyArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PcT[0xd5]T[0x11][0x4][0x0][0x0]k[0xb][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd6]E[0x0][0x0]jakarta/json/EmptyObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x99][0xf7]L[0xb7][0xd3][0x6][0x0][0x0][0x6][0x19][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3J[0x0][0x0]jakarta/json/Json.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P>[0x1b]n4[0x9b][0x2][0x0][0x0][0x9f][0x6][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]KQ[0x0][0x0]jakarta/json/JsonArray.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x1][0x17][0xc2][0xc3]7[0x3][0x0][0x0][0xb0][0xe][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0T[0x0][0x0]jakarta/json/JsonArrayBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pyc[0x83][0x85][0x1a][0x2][0x0][0x0][0xd7][0x5][0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb8]W[0x0][0x0]jakarta/json/JsonBuilderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf2][0x8f][0xae][0x1d]5[0x1][0x0][0x0][0x1a][0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%Z[0x0][0x0]jakarta/json/JsonException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P'[0xc4][0x87]m[0x9a][0x0][0x0][0x0][0xf2][0x0][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa8][[0x0][0x0]jakarta/json/JsonMergePatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P=[0xeb]:[0x8][0xb3][0x1][0x0][0x0][0x16][0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x91]\[0x0][0x0]jakarta/json/JsonNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8f][0xb5]'[0xeb]J[0x1][0x0][0x0]p[0x3][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x8f]^[0x0][0x0]jakarta/json/JsonObject.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x19][0x9a][0x8e][0x93][0xcb][0x1][0x0][0x0][0xbb][0x5][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]$`[0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "jakarta/json/JsonObjectBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x18][0xc]}\W[0x4][0x0][0x0]I[0x8][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Ab[0x0][0x0]jakarta/json/JsonPatch$Operation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P*[0xa9][0xed]?[0xea][0x0][0x0][0x0][0x81][0x1][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xec]f[0x0][0x0]jakarta/json/JsonPatch.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xdd][0xbf][0x14][0xe3][0x3][0x1][0x0][0x0][0x8b][0x2][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0] h[0x0][0x0]jakarta/json/JsonPatchBuilder.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc8]d[0x3][0xe][0x1][0x0][0x0]{[0x2][0x0][0x0][0x1e][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ti[0x0][0x0]jakarta/json/JsonPointer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x8b][0xef][0xd5]GN[0x1][0x0][0x0]/[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xce]j[0x0][0x0]jakarta/json/JsonReader.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pg[0xa4][0x90][0x7][0xf6][0x0][0x0][0x0][0xbf][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]gl[0x0][0x0]jakarta/json/JsonReaderFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7]B[0x6][\r][0xca][0x0][0x0][0x0]-[0x1][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xaf]m[0x0][0x0]jakarta/json/JsonString.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xd7][0xc4][0xf9][0x17].[0x1][0x0][0x0]W[0x2][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc4]n[0x0][0x0]jakarta/json/JsonStructure.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc][0xaf][0x19][0x9][0xc2][0x2][0x0][0x0]@[0x5][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]@p[0x0][0x0]jakarta/json/JsonValue$ValueType.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]PS"[0xe9][0xf8]~[0x2][0x0][0x0][0x16][0x5][0x0][0x0][0x1c][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Vs[0x0][0x0]jakarta/json/JsonValue.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pm[y[0x11]_[0x2][0x0][0x0][0x83][0x4][0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e]v[0x0][0x0]jakarta/json/JsonValueImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pt[0x84]*[0xc8][[0x1][0x0][0x0]W[0x2][0x0][0x0][0x1d][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb]x[0x0][0x0]jakarta/json/JsonWriter.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]\cO[0xf7][0x0][0x0][0x0][0xc1][0x1][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]qz[0x0][0x0]jakarta/json/JsonWriterFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xba]{[0x0][0x0]jakarta/json/spi/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xc2][0xfc]z[0xba]G[0x7][0x0][0x0][0xf7][0x18][0x0][0x0]#[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfb]{[0x0][0x0]jakarta/json/spi/JsonProvider.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x14][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x93][0x83][0x0][0x0]jakarta/json/stream/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xcd]f[0x9],[0x88][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xcd]"[0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd7][0x83][0x0][0x0]jakarta/json/stream/JsonCollectors.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xbe][0xad]L[0xbd]C[0x1][0x0][0x0]F[0x2][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5][0x8e][0x0][0x0]jakarta/json/stream/JsonGenerationException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x88][0x8e][[0x8d][0xd8][0x1][0x0][0x0]O[0x6][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]W[0x90][0x0][0x0]jakarta/json/stream/JsonGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P0[0xc3][0xc7][0x88][0x0][0x1][0x0][0x0][0xef][0x1][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x84][0x92][0x0][0x0]jakarta/json/stream/JsonGeneratorFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]Pa[0xe8][0x9c]8[0xa4][0x0][0x0][0x0][0xcf][0x0][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe0][0x93][0x0][0x0]jakarta/json/stream/JsonLocation.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xa1][0xbc][0xa0]y:[0x3][0x0][0x0]5[0x6][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd8][0x94][0x0][0x0]jakarta/json/stream/JsonParser$Event.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xff][0x89][0xc][0xb9][0x98][0x2][0x0][0x0][0xa6][0x6][0x0][0x0]$[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j[0x98][0x0][0x0]jakarta/json/stream/JsonParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0x82][0x9d]j[0x1a][0x16][0x1][0x0][0x0]f[0x2][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]T[0x9b][0x0][0x0]jakarta/json/stream/JsonParserFactory.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x19][0x92][0xf0]P[0xf8]={[0xec][0xa3][0x1][0x0][0x0][0xa0][0x3][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc3][0x9c][0x0][0x0]jakarta/json/stream/JsonParsingException.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0x1c][0x92][0xf0]P[0x3][0xe4][0xf3]w[0xcc][0x0][0x0][0x0]6[0x1][0x0][0x0][0x11][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xc2][0x9e][0x0][0x0]module-info.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x4][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcd][0x9f][0x0][0x0]org/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1][0xa0][0x0][0x0]org/glassfish/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x13][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]?[0xa0][0x0][0x0]org/glassfish/json/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xfe][0x6][0xab][0xcf][0x2][0x0][0x0][0xac][0x5][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x82][0xa0][0x0][0x0]org/glassfish/json/BufferPoolImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qu[0xee]![0xed]-[0x7][0x0][0x0][0xff][0x11][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa6][0xa3][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl$JsonArrayImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q^[0xbb][0xbf][0xe]z[0xc][0x0][0x0];&[0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<[0xab][0x0][0x0]org/glassfish/json/JsonArrayBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xfb]Z[0xd5][0xee])[0x3][0x0][0x0]}[0x9][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x11][0xb8][0x0][0x0]org/glassfish/json/JsonBuilderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc6]-[0x0][0xbe]>[0x3][0x0][0x0]4[0x8][0x0][0x0]1[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x97][0xbb][0x0][0x0]org/glassfish/json/JsonGeneratorFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q.[0xfe][0xe][0x93]K[0x2][0x0][0x0][0xf6][0x3][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4[0xbf][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x83]hpfa[0x1][0x0][0x0][0x96][0x2][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9][0xc1][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe2][0xac][0xe4]![0x2][0x0][0x0][0xfa][0x4][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9a][0xc3][0x0][0x0]org/glassfish/json/JsonGeneratorImpl$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q?xeV[0x94][0x1b][0x0][0x0]m=[0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]w[0xc6][0x0][0x0]org/glassfish/json/JsonGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0xea][0x8b][0xaf][0x8b][0x2][0x0][0x0][0xf3][0x4][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xe2][0x0][0x0]org/glassfish/json/JsonLocationImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x99]+-)D[0x6][0x0][0x0][0xe4][0xe][0x0][0x0]+[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]E[0xe5][0x0][0x0]org/glassfish/json/JsonMergePatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x9f][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xf0][0xca][0xc][0x0][0x0]W$[0x0][0x0]%[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe2][0xeb][0x0][0x0]org/glassfish/json/JsonMessages.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb7][0xdd]B[0xd6]x[0x1][0x0][0x0][0xeb][0x2][0x0][0x0]<[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xff][0xf8][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonBigDecimalNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd9][0xef][0x94]l[0xa4][0x2][0x0][0x0][0xe3][0x5][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe1][0xfa][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonIntNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x4][0xd0][0x13][0xa6][0xcc][0x2][0x0][0x0][0x14][0x6][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xe8][0xfd][0x0][0x0]org/glassfish/json/JsonNumberImpl$JsonLongNumber.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x2]+[0xe8][0xdf][0xb8][0x4][0x0][0x0][0xf9][0xb][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x18][0x1][0x1][0x0]org/glassfish/json/JsonNumberImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf4][0xfa][0x83][0xcb][0xaa][0x7][0x0][0x0]^[0x13][0x0][0x0]=[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]%[0x6][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl$JsonObjectImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa_[0xac]$|[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xbe][0x1c][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]:[0xe][0x1][0x0]org/glassfish/json/JsonObjectBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb0][0xad]wX[0x13][0x3][0x0][0x0]B[0x8][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x12][0x19][0x1][0x0]org/glassfish/json/JsonParserFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x19]sp:\[0x3][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x1e][0x7][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x81][0x1c][0x1][0x0]org/glassfish/json/JsonParserImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xc4][0xb0][0xfa][0x87][0x90][0x4][0x0][0x0]I[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]4 [0x1][0x0]org/glassfish/json/JsonParserImpl$2.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x91][0xa7][0xc0]9)[0x3][0x0][0x0][0xd3][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1b]%[0x1][0x0]org/glassfish/json/JsonParserImpl$3.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qc[0x8a][0xd1]Tx[0x3][0x0][0x0][0xc1][0x6][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9b]([0x1][0x0]org/glassfish/json/JsonParserImpl$4.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb2][0xbd]W[0x8d][0xef][0x5][0x0][0x0]%[0xe][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]j,[0x1][0x0]org/glassfish/json/JsonParserImpl$ArrayContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0xbf][0xe3][0xed][0xc1][0x1][0x0][0x0][0xcb][0x3][0x0][0x0]/[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xbb]2[0x1][0x0]org/glassfish/json/JsonParserImpl$Context.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x6][0x97][0xd3][0x1b]5[0x4][0x0][0x0][0xcc][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]3[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd9]4[0x1][0x0]org/glassfish/json/JsonParserImpl$NoneContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x0][0xc6]R[0xa6]y[0x6][0x0][0x0][0xc][0xf][0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]o9[0x1][0x0]org/glassfish/json/JsonParserImpl$ObjectContext.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xcb][0xe8][0xfb]Z[0xe2][0x2][0x0][0x0][0x19][0x7][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K@[0x1][0x0]org/glassfish/json/JsonParserImpl$Stack.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q"[0x1f][0xc6]][0xf5][0xf][0x0][0x0][0x9a]+[0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x88]C[0x1][0x0]org/glassfish/json/JsonParserImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xd0][0x1][0x8b][0xc9][0x4][0x6][0x0][0x0])[0x13][0x0][0x0]-[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd2]S[0x1][0x0]org/glassfish/json/JsonPatchBuilderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x8c][0x18][0xf3]N.[0x2][0x0][0x0][0xb8][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]1Z[0x1][0x0]org/glassfish/json/JsonPatchImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x95]x[[0xab]6[0x9][0x0][0x0][0xe3][0x14][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb5]\[0x1][0x0]org/glassfish/json/JsonPatchImpl$DiffGenerator.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96]v^~[0xfd][0x8][0x0][0x0][0x81][0x13][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]Mf[0x1][0x0]org/glassfish/json/JsonPatchImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q>[0x12][0xcb]L[0xdd][0x1][0x0][0x0][0x8][0x3][0x0][0x0]*[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x9e]o[0x1][0x0]org/glassfish/json/JsonPointerImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q&[0x17]`[0xea][0xac][0xb][0x0][0x0][0xdb][0x1a][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd3]q[0x1][0x0]org/glassfish/json/JsonPointerImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qe[0x13]p8[0xcb][0x5][0x0][0x0][0xaa][0x12][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5]}[0x1][0x0]org/glassfish/json/JsonPrettyGeneratorImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x96][0x1][0xe0][0x81][0xc9][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0][0xeb]%[0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xfe][0x83][0x1][0x0]org/glassfish/json/JsonProviderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb8][[0xea]Q[0x95][0x2][0x0][0x0]P[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1e][0x8f][0x1][0x0]org/glassfish/json/JsonReaderFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QJ[0x9]A[0xc]"[0x5][0x0][0x0]d[0xc][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xf][0x92][0x1][0x0]org/glassfish/json/JsonReaderImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe7]N[0xa5][0xfe][0x92][0x4][0x0][0x0][0x96][0x8][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x86][0x97][0x1][0x0]org/glassfish/json/JsonStringImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1d]g[0xbe][0xad]Y[0x3][0x0][0x0]z[0x6][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]m[0x9c][0x1][0x0]org/glassfish/json/JsonStructureParser$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x1][0xd4][0xb4][0xcb][0xa9][0x2][0x0][0x0][0xc9][0x5][0x0][0x0]7[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xa0][0x1][0x0]org/glassfish/json/JsonStructureParser$ArrayScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q![0x91]9k[0x97][0x3][0x0][0x0][0x90][0x8][0x0][0x0]8[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0[0xa3][0x1][0x0]org/glassfish/json/JsonStructureParser$ObjectScope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q'[0xb5];[0x87][0x95][0x2][0x0][0x0][0xb8][0x5][0x0][0x0]2[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]-[0xa7][0x1][0x0]org/glassfish/json/JsonStructureParser$Scope.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xb6]9[0x9]e[0xe7][0x9][0x0][0x0]&[0x16][0x0][0x0],[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]"[0xaa][0x1][0x0]org/glassfish/json/JsonStructureParser.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0x3]+[0xd8][0xac][0xa7][0x4][0x0][0x0][0xc5][0x9][0x0][0x0]0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]c[0xb4][0x1][0x0]org/glassfish/json/JsonTokenizer$JsonToken.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qngy[0x1f][0x8b][0x12][0x0][0x0][0x8d]$[0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]h[0xb9][0x1][0x0]org/glassfish/json/JsonTokenizer.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q][0xaf][0xad]o[0x92][0x3][0x0][0x0]m[0x6][0x0][0x0]![0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xcc][0x1][0x0]org/glassfish/json/JsonUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q @[0xe][0xd7][0xc5][0x2][0x0][0x0][0x8][0x7][0x0][0x0].[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]([0xd0][0x1][0x0]org/glassfish/json/JsonWriterFactoryImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QZ[0xbc]!V[0xdc][0x1][0x0][0x0][0x5][0x3][0x0][0x0])[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]I[0xd3][0x1][0x0]org/glassfish/json/JsonWriterImpl$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf2][0xa8][0x94][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0xcd][0x1][0x0][0x0]8[0x3][0x0][0x0];[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]|[0xd5][0x1][0x0]org/glassfish/json/JsonWriterImpl$NoFlushOutputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qa!Re[0xfc][0x7][0x0][0x0][0xbe][0x12][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb2][0xd7][0x1][0x0]org/glassfish/json/JsonWriterImpl.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xe9][0xcf][0xe3])[0xf6][0x4][0x0][0x0]?[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0] [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x3][0xe0][0x1][0x0]org/glassfish/json/MapUtil.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q< [0x8e][0xde][0xd9][0x1][0x0][0x0][0x2][0x3][0x0][0x0]([0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]G[0xe5][0x1][0x0]org/glassfish/json/NodeReference$1.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xf8][0xce][0xa2]O[0x85][0x4][0x0][0x0]U[\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[0x0][0x0]5[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]v[0xe7][0x1][0x0]org/glassfish/json/NodeReference$ArrayReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qp[0xcb]a+[0xf4][0x3][0x0][0x0]x[0x9][0x0][0x0]6[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xec][0x1][0x0]org/glassfish/json/NodeReference$ObjectReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QI[0x83][0xd7]?F[0x3][0x0][0x0][0x9b][0x6][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb6][0xf0][0x1][0x0]org/glassfish/json/NodeReference$RootReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Q[0xba][0xc2][0x8e][0x9f]k[0x2][0x0][0x0][0xc][0x6][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]^[0xf4][0x1][0x0]org/glassfish/json/NodeReference.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]QD[0xe0][0xee][0x5]$[0x7][0x0][0x0][0x16][\r][0x0][0x0]4[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x1d][0xf7][0x1][0x0]org/glassfish/json/UnicodeDetectingInputStream.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0]%)[0x4]Q[0x0][0x0][0x0][0x0][0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x17][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xa3][0xfe][0x1][0x0]org/glassfish/json/api/PK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0] )[0x4]Qb[0xe2]{[0x9a][0x96][0x0][0x0][0x0][0xac][0x0][0x0][0x0]'[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xea][0xfe][0x1][0x0]org/glassfish/json/api/BufferPool.classPK[0x1][0x2][0x14][0x0][0x14][0x0][0x8][0x8][0x8][0x0][0xef]([0x4]Q[0xa3][0xe6][0xcc][0x8b][0xc8][0x6][0x0][0x0][0xf7][0x14][0x0][0x0]&[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xd5][0xff][0x1][0x0]org/glassfish/json/messages.propertiesPK[0x5][0x6][0x0][0x0][0x0][0x0]q[0x0]q[0x0]J%[0x0][0x0][0xf1][0x6][0x2][0x0][0x0][0x0]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : CookieSpec selected: default Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.client.protocol.RequestAddCookies] DEBUG : Cookie [version: 0][name: cc7ebf0da0938ae8e08bc136a73cb43b][value: 44a4a1f65356d0d80947cb3865de6d03][domain: repo.eclipse.org][path: /][expiry: null] match [(secure)repo.eclipse.org:443/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection request: [route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection leased: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 0; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 5000 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Executing request GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Target auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Proxy auth state: UNCHALLENGED Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-control: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cache-store: no-store Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Pragma: no-cache Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> User-Agent: Aether Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Host: repo.eclipse.org Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Connection: Keep-Alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 >> Accept-Encoding: gzip,deflate Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "GET /content/repositories/maven_central/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar.sha1 HTTP/1.1[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-control: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cache-store: no-store[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Pragma: no-cache[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "User-Agent: Aether[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Host: repo.eclipse.org[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Cookie: cc7ebf0da0938ae8e08bc136a73cb43b=44a4a1f65356d0d80947cb3865de6d03[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 >> "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Server: nginx[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Date: Wed, 01 Nov 2023 13:03:54 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Type: text/plain[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Length: 40[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Connection: keep-alive[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Keep-Alive: timeout=50[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "x-frame-options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "last-modified: Tue, 04 Aug 2020 05:09:24 GMT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Content-Security-Policy: frame-ancestors 'self'[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Frame-Options: SAMEORIGIN[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "strict-transport-security: max-age=63072000; includeSubDomains; preload[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Cache-Control: private, max-age=8m, no-transform[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Content-Type-Options: nosniff[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-XSS-protection: 1; mode=block[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "X-Proxy-Cache: HIT[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "Accept-Ranges: bytes[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "[\r][\n]" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.wire] DEBUG : http-outgoing-0 << "4c4a7c5cdcc038c2da2901f35fd8b27c27ffea20" Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << HTTP/1.1 200 OK Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Server: nginx Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Date: Wed, 01 Nov 2023 13:03:54 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Type: text/plain Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Length: 40 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Connection: keep-alive Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Keep-Alive: timeout=50 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << x-frame-options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << last-modified: Tue, 04 Aug 2020 05:09:24 GMT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Content-Security-Policy: frame-ancestors 'self' Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Frame-Options: SAMEORIGIN Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << strict-transport-security: max-age=63072000; includeSubDomains; preload Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Cache-Control: private, max-age=8m, no-transform Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Content-Type-Options: nosniff Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-XSS-protection: 1; mode=block Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << X-Proxy-Cache: HIT Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.headers] DEBUG : http-outgoing-0 << Accept-Ranges: bytes Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.execchain.MainClientExec] DEBUG : Connection can be kept alive for 50000 MILLISECONDS Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection [id: 0][route: {s}->https://repo.eclipse.org:443] can be kept alive for 50.0 seconds Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: set socket timeout to 0 Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection released: [id: 0][route: {s}->https://repo.eclipse.org:443][total kept alive: 1; route allocated: 1 of 20; total allocated: 1 of 40] Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@cc5d493]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 62935b4e596585d9d2bec0c617a46620fc5d4ebf org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, }, ManifestEntry{ key=PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResourceInitParameters in reactor Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [GrizzlyContext] ... Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [GrizzlyContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [GrizzlyContext] is ready to service requests. Root: [/jersey]. Nov 01, 2023 1:04:32 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark --- Nov 01, 2023 1:04:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:32 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 1:04:32 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:04:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, }, ManifestEntry{ key=PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2fc37fd7.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-46823507-6f6f-4307-ad15-e4b850856c51 root:PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab] Arguments: [Ljava.lang.Object;@26275bef [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843869432-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-41734cdf-2fae-4612-8584-7f984edd8d78, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843869432-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.DefaultManagedHttpClientConnection] DEBUG : http-outgoing-0: Close connection Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] [INFO] -------------< org.glassfish.jersey.examples:bookmark-em >-------------- [INFO] Building jersey-examples-bookmark-em 3.0.99-SNAPSHOT [307/373] [INFO] from examples/bookmark-em/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark-em --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark-em --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark-em --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark-em --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark-em --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark-em --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark-em --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookmark-em --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark-em --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark-em --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark-em --- [INFO] Reserved port 39967 for jersey.config.test.container.port [INFO] Reserved port 45029 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark-em --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark-em --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark-em] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark-em --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79789 bytes @ [ 79789kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-741580415.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.99-SNAPSHOT/jersey-container-servlet-core-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/3.0.99-SNAPSHOT : 74502 bytes @ [ 74502kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-741580415.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/1541272633.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/3.0.99-SNAPSHOT : 20418 bytes @ [ 20418kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/1541272633.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843869432-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843869432-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1fd39496]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 1860ee2e3f69f6334579696dc8c9481ae386891b org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, }, ManifestEntry{ key=PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6 to be in PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 1:04:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:35 PM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest$MyResourceIfc cannot be instantiated and will be ignored. Nov 01, 2023 1:04:35 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.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Nov 01, 2023 1:04:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-servlet-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8a3ff1f2-46d5-4119-81f4-f92c8ed9fcce] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6,PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, }, ManifestEntry{ key=PaxExam-7abaf560-223f-45cd-8e13-95d08d1561ab, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-6d777c49-90ae-4684-a45c-b156b4a180e6, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@6c977eea.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.983 s -- in org.glassfish.jersey.osgi.test.basic.PackageScanningTest [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark-em --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark-em --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark-em --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >----------- [INFO] Building jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT [308/373] [INFO] from examples/bookstore-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookstore-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookstore-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookstore-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookstore-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookstore-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookstore-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookstore-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookstore-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookstore-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookstore-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookstore-webapp --- [INFO] Reserved port 37673 for jersey.config.test.container.port [INFO] Reserved port 41183 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookstore-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookstore-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [bookstore-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookstore-webapp --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843876226-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 parent=null root=[TestAddress:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 root:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342] args=[Ljava.lang.Object;@1f97cf0d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2e222612 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843876226-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-f029818c-7e3a-4756-a0d0-d9c5e7c628b3 parent=[TestAddress:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 root:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342] root=[TestAddress:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 root:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342] args=[Ljava.lang.Object;@5ace1ed4 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-f029818c-7e3a-4756-a0d0-d9c5e7c628b3 root:PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342] Arguments: [Ljava.lang.Object;@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843876226-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-40e78d08-ed20-4754-91bb-54eb1d3618ff, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843876226-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1638698704.jar [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookstore-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookstore-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookstore-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >-------------- [INFO] Building jersey-examples-cdi-webapp 3.0.99-SNAPSHOT [309/373] [INFO] from examples/cdi-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1312149088.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1020452343.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.11.5) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.11.5/pax-logging-api-1.11.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.ops4j.pax.logging/pax-logging-api/1.11.5 : 736418 bytes @ [ 736418kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1020452343.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/1952372483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.osgi/org.osgi.service.cm/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.osgi:org.osgi.service.cm:jar:1.6.0) as /home/jenkins/.m2/repository/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.osgi/org.osgi.service.cm/1.6.0 : 55179 bytes @ [ 55179kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/1952372483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1158812305.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : downloading... [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-webapp --- [INFO] Reserved port 39889 for jersey.config.test.container.port [INFO] Reserved port 41407 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpcore-osgi:jar:4.4.6) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.6/httpcore-osgi-4.4.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpcore-osgi/4.4.6 : 682946 bytes @ [ 341473kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1158812305.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1936709483.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.httpcomponents:httpclient-osgi:jar:4.5.14) as /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.apache.httpcomponents/httpclient-osgi/4.5.14 : 1375939 bytes @ [ 458646kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1936709483.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843876226-0/pax-exam-downloads/-1461440624.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/3.0.99-SNAPSHOT/jersey-apache-connector-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.connectors/jersey-apache-connector/3.0.99-SNAPSHOT : 48375 bytes @ [ 48375kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843876226-0/pax-exam-downloads/-1461440624.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.ops4j.pax.logging', artifactId='pax-logging-api', version='1.11.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.osgi', artifactId='org.osgi.service.cm', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpcore-osgi', version='4.4.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.apache.httpcomponents', artifactId='httpclient-osgi', version='4.5.14', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.connectors', artifactId='jersey-apache-connector', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@566ddb73]... org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.felix.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.base] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.activation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [javassist] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.swissbox.extender [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [org.glassfish.jersey.connectors.jersey-apache-connector] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-9247689c-6e7c-426c-b574-72edc3e366f9 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 = org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 96de2c2f7d56b6daf123cc792ae13a6b0b024cb5 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 82 org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Scanning bundle [PAXEXAM-PROBE-9247689c-6e7c-426c-b574-72edc3e366f9] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, }, ManifestEntry{ key=PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.concurrent.TimeUnit", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Enum", codebase = "" org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] INFO : Use timeout value: 10000 org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-Executable to be in PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Test PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342 to be in PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, org.ops4j.pax.exam.extender.service [org.ops4j.pax.exam.raw.extender.intern.Parser] DEBUG : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342" and expression="org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource" org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "org.ops4j.pax.swissbox.framework.RemoteServiceReferenceImpl", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.util.HashMap", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Long", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "java.lang.Number", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" org.ops4j.pax.logging.pax-logging-api [sun.rmi.loader] DEBUG : RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.Object;", codebase = "" [INFO] Running org.glassfish.jersey.examples.cdi.resources.PerRequestBeanTest org.ops4j.pax.exam.invoker.junit [org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] INFO : running testSimpleResource in reactor jakarta.ws.rs-api [jakarta.ws.rs.ext.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.internal.RuntimeDelegateImpl using custom classloader jdk.internal.loader.ClassLoaders$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at jakarta.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.ext.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:98) at jakarta.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:84) at jakarta.ws.rs.core.UriBuilder.newInstance(UriBuilder.java:69) at jakarta.ws.rs.core.UriBuilder.fromUri(UriBuilder.java:91) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.(ApacheOsgiIntegrationTest.java:52) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.createTest(ContainerTestRunner.java:67) at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.internal.ServiceFinder] INFO : Running in an OSGi environment org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Initiating Jersey application, version Jersey: 3.0.99-SNAPSHOT 2023-11-01 12:08:47... Nov 01, 2023 1:04:39 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Resolved classes from context path: [class com.sun.research.ws.wadl.ObjectFactory] jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl] DEBUG : Error creating a JAXBContext for wadl serialization. Trying a fallback solution for osgi environments. jakarta.xml.bind.JAXBException: Implementation of Jakarta XML Binding-API has not been found on module path or classpath. - with linked exception: [java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33]] at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:147) at jakarta.xml.bind.ContextFinder.find(ContextFinder.java:341) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:478) at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:435) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.getJAXBContextFromWadlGenerator(WadlApplicationContextImpl.java:121) at org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl.isJaxbImplAvailable(WadlApplicationContextImpl.java:270) at org.glassfish.jersey.server.wadl.WadlFeature.configure(WadlFeature.java:65) at org.glassfish.jersey.model.internal.CommonConfig.configureFeatures(CommonConfig.java:728) at org.glassfish.jersey.model.internal.CommonConfig.configureMetaProviders(CommonConfig.java:647) at org.glassfish.jersey.server.ResourceConfig.configureMetaProviders(ResourceConfig.java:827) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:332) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:82) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: java.lang.ClassNotFoundException: org.glassfish.jaxb.runtime.v2.ContextFactory not found by org.glassfish.jersey.core.jersey-server [33] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1591) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1976) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at jakarta.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:92) at jakarta.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:125) at jakarta.xml.bind.ContextFinder.newInstance(ContextFinder.java:144) ... 66 more jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Resolved classes from context path: [class com.sun.research.ws.wadl.ObjectFactory] jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContextFactory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.context.factory jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Checking system property jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : not found jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Searching META-INF/services jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Unable to load:META-INF/services/jakarta.xml.bind.JAXBContext jakarta.xml.bind-api [jakarta.xml.bind] DEBUG : Trying to create the platform default provider org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.wadl.WadlFeature] WARN : JAXBContext implementation could not be found. WADL feature is disabled. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultManagedAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.server.ManagedAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.server.ServerExecutorProvidersConfigurator$DefaultBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.server.BackgroundScheduler] annotation. org.glassfish.jersey.core.jersey-server [org.glassfish.jersey.server.ApplicationHandler] INFO : Jersey application initialized. Root Resource Classes: org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest$ApacheOsgiTestResource Global Reader Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor Global Writer Interceptors: org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor Message Body Readers: org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.message.internal.SourceProvider$SaxSourceReader org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.message.internal.SourceProvider$DomSourceReader org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$Text org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.jersey.message.internal.SourceProvider$StreamSourceReader Message Body Writers: org.glassfish.jersey.message.internal.FormProvider org.glassfish.jersey.message.internal.RenderedImageProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$General org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$Text org.glassfish.jersey.message.internal.EnumMessageProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$Text org.glassfish.jersey.message.internal.StreamingOutputProvider org.glassfish.jersey.jaxb.internal.DocumentProvider org.glassfish.jersey.message.internal.DataSourceProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$App org.glassfish.jersey.message.internal.BasicTypesMessageProvider org.glassfish.jersey.message.internal.SourceProvider$SourceWriter org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$App org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$Text org.glassfish.jersey.message.internal.ReaderProvider org.glassfish.jersey.message.internal.StringMessageProvider org.glassfish.jersey.message.internal.ByteArrayProvider org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider$General org.glassfish.jersey.server.ChunkedResponseWriter org.glassfish.jersey.message.internal.FormMultivaluedMapProvider org.glassfish.jersey.message.internal.FileProvider org.glassfish.jersey.message.internal.InputStreamProvider org.glassfish.jersey.jaxb.internal.XmlJaxbElementProvider$App org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: channel=sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:45191], selector=sun.nio.ch.EPollSelectorImpl@556a259, interestOps=16, readyOps=0 org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Started listener bound to [localhost:45191] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.HttpServer] INFO : [HttpServer] Started. Nov 01, 2023 1:04:39 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:39 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. jakarta.ws.rs-api [jakarta.ws.rs.client.FactoryFinder] DEBUG : Unable to load provider class org.glassfish.jersey.client.JerseyClientBuilder using custom classloader jdk.internal.loader.ClassLoaders$AppClassLoader trying again with current classloader. java.lang.ClassNotFoundException: org.glassfish.jersey.client.JerseyClientBuilder at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:398) at jakarta.ws.rs.client.FactoryFinder.newInstance(FactoryFinder.java:77) at jakarta.ws.rs.client.FactoryFinder.find(FactoryFinder.java:161) at jakarta.ws.rs.client.ClientBuilder.newBuilder(ClientBuilder.java:62) at jakarta.ws.rs.client.ClientBuilder.newClient(ClientBuilder.java:99) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:86) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) org.glassfish.jersey.inject.jersey-hk2 [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager] DEBUG : Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException 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.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedExecutorService(ClientExecutorProvidersConfigurator.java:150) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.(ClientExecutorProvidersConfigurator.java:49) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:454) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:685) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:342) at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) ... 60 more org.glassfish.jersey.core.jersey-client [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator] DEBUG : null java.lang.reflect.InvocationTargetException 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.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:172) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:122) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:459) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:829) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:176) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:371) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:199) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:38) at org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest.testSimpleResource(ApacheOsgiIntegrationTest.java:88) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:685) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:342) at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) ... 60 more org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. org.glassfish.jersey.core.jersey-common [org.glassfish.jersey.process.internal.ExecutorProviders] INFO : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAddCookies] : CookieSpec selected: default org.apache.httpcomponents.httpclient[org.apache.http.client.protocol.RequestAuthCache] : Auth cache not set in the context org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection request: [route: {}->http://localhost:45191][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection leased: [id: 0][route: {}->http://localhost:45191][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20] org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Opening connection {}->http://localhost:45191 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connecting to localhost/127.0.0.1:45191 org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] : Connection established 127.0.0.1:51732<->127.0.0.1:45191 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Executing request GET /jersey/apacheOsgiTest HTTP/1.1 org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Target auth state: UNCHALLENGED org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Proxy auth state: UNCHALLENGED org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.DefaultSelectionKeyHandler] DEBUG : KEY IS REGISTERED: channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:45191 remote=/127.0.0.1:51732], selector=sun.nio.ch.EPollSelectorImpl@e71e417, interestOps=1, readyOps=0 org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:45191}, peerSocketAddress={/127.0.0.1:51732}}) (allocated) read 180 bytes Nov 01, 2023 1:04:39 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d74c037-a259-4899-9547-65265240bda4 initialized Nov 01, 2023 1:04:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp org.glassfish.grizzly.framework [org.glassfish.grizzly.nio.transport.TCPNIOTransport] DEBUG : TCPNIOConnection (TCPNIOConnection{localSocketAddress={/127.0.0.1:45191}, peerSocketAddress={/127.0.0.1:51732}}) (composite) write 66 bytes org.apache.httpcomponents.httpclient[org.apache.http.impl.execchain.MainClientExec] : Connection can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection [id: 0][route: {}->http://localhost:45191] can be kept alive indefinitely org.apache.httpcomponents.httpclient[org.apache.http.impl.conn.PoolingHttpClientConnectionManager] : Connection released: [id: 0][route: {}->http://localhost:45191][total available: 1; route allocated: 1 of 2; total allocated: 1 of 20] org.glassfish.grizzly.http-server [org.glassfish.grizzly.http.server.NetworkListener] INFO : Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api [sun.rmi.transport.tcp] DEBUG : RMI TCP Connection(1)-127.0.0.1: (port 35897) op = 80 org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.connectors.jersey-apache-connector] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpclient] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.httpcomponents.httpcore] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.osgi.service.cm] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Apache Commons Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling JBoss Logging API support. Ignored FQCN: org.jboss.logging.Logger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v1 API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.logging.internal.Activator] INFO : Disabling Java Util Logging API support. org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [PAXEXAM-PROBE-9247689c-6e7c-426c-b574-72edc3e366f9] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, }, ManifestEntry{ key=PaxExam-3c2cb7b3-906c-418f-be07-7e7007b3f342, value=org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] DEBUG : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@45ec476d.] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api [org.ops4j.pax.swissbox.extender.BundleWatcher] DEBUG : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.406 s -- in org.glassfish.jersey.osgi.test.basic.ApacheOsgiIntegrationTest Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d74c037-a259-4899-9547-65265240bda4 shut down Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843880430-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 parent=null root=[TestAddress:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 root:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9] args=[Ljava.lang.Object;@503d687a [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843880430-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-07bb32f3-bdff-43f4-8133-56807e05e3c0 parent=[TestAddress:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 root:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9] root=[TestAddress:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 root:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9] args=[Ljava.lang.Object;@51dcb805 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest Nov 01, 2023 1:04:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33420239-dc06-41a4-88a1-53977e92ad3b initialized Nov 01, 2023 1:04:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33420239-dc06-41a4-88a1-53977e92ad3b shut down Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59cc119b-04a5-4a61-be61-8725f086bdfa initialized [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-07bb32f3-bdff-43f4-8133-56807e05e3c0 root:PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9] Arguments: [Ljava.lang.Object;@503d687a [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843880430-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-e3e9f26c-4dfc-4e39-b932-173c6984d878, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843880430-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:04:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59cc119b-04a5-4a61-be61-8725f086bdfa shut down Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91b46daf-dc86-440c-99ed-717f4005f558 initialized Nov 01, 2023 1:04:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:04:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91b46daf-dc86-440c-99ed-717f4005f558 shut down Nov 01, 2023 1:04:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s -- in org.glassfish.jersey.examples.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoResourceTest Nov 01, 2023 1:04:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b588cc1-eed0-4b96-afd1-94bcf5d1acb7 initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:04:41 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=alpha Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b588cc1-eed0-4b96-afd1-94bcf5d1acb7 shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48fa69c8-571b-49a4-957a-2980585fc924 initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:04:41 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=AAA Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48fa69c8-571b-49a4-957a-2980585fc924 shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7cc38f39-6a5e-4f00-8a29-fbc46f15a12e initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:04:41 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=b Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7cc38f39-6a5e-4f00-8a29-fbc46f15a12e shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c435b80-5533-4c49-a964-7e3fd880e018 initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:04:41 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=1 Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c435b80-5533-4c49-a964-7e3fd880e018 shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f095515d-ff9a-41d8-ad17-3504ee5a95c0 initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f095515d-ff9a-41d8-ad17-3504ee5a95c0 shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3806107-7440-408c-8e11-6f08dbfaf84e initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3806107-7440-408c-8e11-6f08dbfaf84e shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 056ce079-2e5a-43fa-b340-fe58299bd05a initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 056ce079-2e5a-43fa-b340-fe58299bd05a shut down Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:41 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:41 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0741d21-9b8d-49af-ab77-ce16a87250f8 initialized Nov 01, 2023 1:04:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0741d21-9b8d-49af-ab77-ce16a87250f8 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.examples.cdi.resources.EchoResourceTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0518100-1d7f-47dc-ae47-1baad9a47d9c initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0518100-1d7f-47dc-ae47-1baad9a47d9c shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2966df73-ea66-47ff-9d21-ecba6c8e7727 initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2966df73-ea66-47ff-9d21-ecba6c8e7727 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843880430-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843880430-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15d7386d-5c8a-4e5d-8fb9-40058a460d55 initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15d7386d-5c8a-4e5d-8fb9-40058a460d55 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s -- in org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd086fd4-be18-43da-96ec-910afc932d5f initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd086fd4-be18-43da-96ec-910afc932d5f shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.HelloworldTest Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a15b99f-b90b-4904-be02-5a33cbd80663 initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@26a5c1ad]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 = org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-e17172e5-2f4a-425f-b7bd-7c7e2b716dd3 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 5755c5cf55ea560b58189d603cc58ad9d19d8b5f Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a15b99f-b90b-4904-be02-5a33cbd80663 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.examples.cdi.resources.HelloworldTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c731494-bed3-41ff-8e3c-773946926b10 initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c731494-bed3-41ff-8e3c-773946926b10 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-e17172e5-2f4a-425f-b7bd-7c7e2b716dd3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9 to be in PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9" and expression="org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d93d00f9-49bc-44be-a651-eb2753aa803c initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d93d00f9-49bc-44be-a651-eb2753aa803c shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c2958bf-b219-4f9a-a5a6-c3972ffbbe92 initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c2958bf-b219-4f9a-a5a6-c3972ffbbe92 shut down Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:04:42 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:04:42 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc37173e-5b7f-4377-8a35-5cb95dba0f8f initialized Nov 01, 2023 1:04:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39889/cdi-webapp Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39889] Nov 01, 2023 1:04:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 1:04:43 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc37173e-5b7f-4377-8a35-5cb95dba0f8f shut down Nov 01, 2023 1:04:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39889] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war Nov 01, 2023 1:04:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-webapp --- [INFO] CycloneDX: Resolving Dependencies RESULT = OK Nov 01, 2023 1:04:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-e17172e5-2f4a-425f-b7bd-7c7e2b716dd3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-3bd9df19-3b5f-48a1-95ec-26f403edf8a9, }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@48928dbe.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.976 s -- in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843884183-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 parent=null root=[TestAddress:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 root:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709] args=[Ljava.lang.Object;@770d3326 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@26275bef [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843884183-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-249d35ab-9ceb-4fa2-a06e-a6fe37bd092f parent=[TestAddress:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 root:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709] root=[TestAddress:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 root:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709] args=[Ljava.lang.Object;@1e6454ec [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-249d35ab-9ceb-4fa2-a06e-a6fe37bd092f root:PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709] Arguments: [Ljava.lang.Object;@770d3326 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843884183-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-3904b7dc-6d9a-4767-9b0a-e0ce8b311278, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843884183-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] CycloneDX: Creating BOM version 1.4 with 35 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:clipboard >--------------- [INFO] Building jersey-examples-clipboard 3.0.99-SNAPSHOT [310/373] [INFO] from examples/clipboard/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard --- [INFO] Reserved port 42169 for jersey.config.test.container.port [INFO] Reserved port 36431 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [INFO] Running org.glassfish.jersey.examples.clipboard.ClipboardTest Nov 01, 2023 1:04:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/112124771.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/2007868628.jar] Nov 01, 2023 1:04:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:04:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:04:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 74240kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/799674733.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/3.0.99-SNAPSHOT/jersey-media-json-jackson-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/3.0.99-SNAPSHOT : 86285 bytes @ [ 86285kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/799674733.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 84853 bytes @ [ 84853kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1597113560.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:04:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:04:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:04:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-core/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-core:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 : 549233 bytes @ [ 549233kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1597113560.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1257031328.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-databind:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 : 1620120 bytes @ [ 1620120kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1257031328.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/988718461.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 : 75565 bytes @ [ 75565kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/988718461.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843884183-0/pax-exam-downloads/-1347166235.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3) as /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.15.3/jackson-module-jakarta-xmlbind-annotations-2.15.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/2.15.3 : 31860 bytes @ [ 31860kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843884183-0/pax-exam-downloads/-1347166235.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jackson', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-core', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-databind', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.module', artifactId='jackson-module-jakarta-xmlbind-annotations', version='2.15.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@546ab705]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] Nov 01, 2023 1:04:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard --- [INFO] CycloneDX: Resolving Dependencies org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-b20778a7-4437-4be3-a4d2-afc3ad1c69f0 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 24baebd228201a05d654b46670258a0aa0ea60f8 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-b20778a7-4437-4be3-a4d2-afc3ad1c69f0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, }, ManifestEntry{ key=PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709 to be in PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor Nov 01, 2023 1:04:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"name":"Jim"} Nov 01, 2023 1:04:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-annotations] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-databind] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.core.jackson-core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jackson] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-b20778a7-4437-4be3-a4d2-afc3ad1c69f0] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, }, ManifestEntry{ key=PaxExam-879a81cf-8eae-48c0-b4a6-fc0f9537f709, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2870ea67.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.355 s -- in org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard --- [INFO] [INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >-------- [INFO] Building jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT [311/373] [INFO] from examples/clipboard-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard-programmatic --- [INFO] Reserved port 42239 for jersey.config.test.container.port [INFO] Reserved port 44587 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843888387-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-132afc6d-b874-489c-9124-9e509b9c873b parent=null root=[TestAddress:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b root:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b] args=[Ljava.lang.Object;@770d3326 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@26275bef [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843888387-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ca59f52c-aa35-4ade-af1c-715cbeb043b1 parent=[TestAddress:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b root:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b] root=[TestAddress:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b root:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b] args=[Ljava.lang.Object;@1e6454ec [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-ca59f52c-aa35-4ade-af1c-715cbeb043b1 root:PaxExam-132afc6d-b874-489c-9124-9e509b9c873b] Arguments: [Ljava.lang.Object;@770d3326 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843888387-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-9d875598-313c-4ede-a347-f5ef0e55c5bb, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*, -Forg.osgi.framework.storage=/tmp/1698843888387-0, -Forg.osgi.framework.system.packages.extra=sun.misc,com.sun.source.tree,com.sun.source.util]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [INFO] Running org.glassfish.jersey.examples.clipboard.ClipboardTest Nov 01, 2023 1:04:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42239/ Nov 01, 2023 1:04:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... Nov 01, 2023 1:04:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42239] Nov 01, 2023 1:04:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 2901kBps ] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/344876718.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/2007868628.jar] Nov 01, 2023 1:04:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42239] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard-programmatic --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/631427356.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/3.0.99-SNAPSHOT/jersey-media-json-jettison-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-json-jettison/3.0.99-SNAPSHOT : 61307 bytes @ [ 61307kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/631427356.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/-1011290444.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.codehaus.jettison/jettison/1.3.7] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.codehaus.jettison:jettison:jar:1.3.7) as /home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.codehaus.jettison/jettison/1.3.7 : 83626 bytes @ [ 83626kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/-1011290444.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843888387-0/pax-exam-downloads/1031065189.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.xml.bind/jaxb-osgi/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.xml.bind:jaxb-osgi:jar:3.0.2) as /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/3.0.2/jaxb-osgi-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.xml.bind/jaxb-osgi/3.0.2 : 3512613 bytes @ [ 3512613kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843888387-0/pax-exam-downloads/1031065189.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jettison', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jettison', artifactId='jettison', version='1.3.7', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.xml.bind', artifactId='jaxb-osgi', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1fd39496]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard-programmatic --- org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.xml.bind.jaxb-osgi] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-f658dd46-7b43-49d8-8c90-e2980ecd7a38 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-132afc6d-b874-489c-9124-9e509b9c873b = org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 6c88fb41c41f7c9fb6ea98aef614c9e0fc00ab0a org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-f658dd46-7b43-49d8-8c90-e2980ecd7a38] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, }, ManifestEntry{ key=PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-132afc6d-b874-489c-9124-9e509b9c873b to be in PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-132afc6d-b874-489c-9124-9e509b9c873b" and expression="org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor [INFO] [INFO] ----------< org.glassfish.jersey.examples:configured-client >----------- [INFO] Building jersey-examples-configured-client 3.0.99-SNAPSHOT [312/373] [INFO] from examples/configured-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ configured-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ configured-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ configured-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ configured-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ configured-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ configured-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ configured-client --- [INFO] Reserved port 39435 for jersey.config.test.container.port [INFO] Reserved port 34135 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ configured-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:04:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"nameBean":{"name":"Jim"}} Nov 01, 2023 1:04:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.xml.bind.jaxb-osgi] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.codehaus.jettison.jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jettison] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-f658dd46-7b43-49d8-8c90-e2980ecd7a38] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, }, ManifestEntry{ key=PaxExam-132afc6d-b874-489c-9124-9e509b9c873b, value=org.glassfish.jersey.osgi.test.basic.JsonJettisonTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@102b1a21.] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.347 s -- in org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [INFO] Running org.glassfish.jersey.examples.configured.client.HelloWorldTest Nov 01, 2023 1:04:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39435/ Nov 01, 2023 1:04:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843892586-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-043dccef-b682-483d-a7c6-a5752d227604 parent=null root=[TestAddress:PaxExam-043dccef-b682-483d-a7c6-a5752d227604 root:PaxExam-043dccef-b682-483d-a7c6-a5752d227604] args=[Ljava.lang.Object;@503d687a [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843892586-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ce29cb84-8c09-4b72-b10c-b3498c3be259 parent=[TestAddress:PaxExam-043dccef-b682-483d-a7c6-a5752d227604 root:PaxExam-043dccef-b682-483d-a7c6-a5752d227604] root=[TestAddress:PaxExam-043dccef-b682-483d-a7c6-a5752d227604 root:PaxExam-043dccef-b682-483d-a7c6-a5752d227604] args=[Ljava.lang.Object;@51dcb805 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSimpleResource @ [TestAddress:PaxExam-ce29cb84-8c09-4b72-b10c-b3498c3be259 root:PaxExam-043dccef-b682-483d-a7c6-a5752d227604] Arguments: [Ljava.lang.Object;@503d687a [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843892586-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-47667894-e734-4838-afe3-4ce5f307c309, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843892586-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:04:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39435] Nov 01, 2023 1:04:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Hello World! Nov 01, 2023 1:04:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39435] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s -- in org.glassfish.jersey.examples.configured.client.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ configured-client --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/419182688.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/-1366869074.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.bundles:jaxrs-ri:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/3.0.99-SNAPSHOT/jaxrs-ri-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT : 6508713 bytes @ [ 433914kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/-1366869074.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ configured-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ configured-client --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:declarative-linking >---------- [INFO] Building jersey-examples-declarative-linking 3.0.99-SNAPSHOT [313/373] [INFO] from examples/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/420155749.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/5.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.servlet:jakarta.servlet-api:jar:5.0.0) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.servlet/jakarta.servlet-api/5.0.0 : 307850 bytes @ [ 307850kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/420155749.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843892586-0/pax-exam-downloads/1907258184.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-servlet/3.0.1 : 146729 bytes @ [ 146729kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843892586-0/pax-exam-downloads/1907258184.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.bundles', artifactId='jaxrs-ri', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='5.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@741cdecb]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ declarative-linking --- [INFO] Reserved port 41205 for jersey.config.test.container.port [INFO] Reserved port 33451 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] ERROR: Bundle org.glassfish.jersey.bundles.jaxrs-ri [37] Error starting file:/tmp/1698843892586-0/pax-exam-downloads/org.glassfish.jersey.bundles.jaxrs-ri_3.0.99.SNAPSHOT.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0): missing requirement [org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0))) Unresolved requirements: [[org.glassfish.jersey.bundles.jaxrs-ri [37](R 37.0)] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=2.5.0)(!(version>=4.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:834) org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:37, url:mvn:org.glassfish.jersey.bundles/jaxrs-ri/3.0.99-SNAPSHOT] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-043dccef-b682-483d-a7c6-a5752d227604, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-d9c9ec2b-0b6e-4fcf-bc48-e1c6a9adaa77 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-043dccef-b682-483d-a7c6-a5752d227604 = org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [INFO] Running org.glassfish.jersey.examples.linking.LinkWebAppTest [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): c2fbcdfa34f3c14ab9ee623b48f93f50a2583186 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-d9c9ec2b-0b6e-4fcf-bc48-e1c6a9adaa77] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-043dccef-b682-483d-a7c6-a5752d227604, }, ManifestEntry{ key=PaxExam-043dccef-b682-483d-a7c6-a5752d227604, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-043dccef-b682-483d-a7c6-a5752d227604, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-043dccef-b682-483d-a7c6-a5752d227604 to be in PaxExam-043dccef-b682-483d-a7c6-a5752d227604, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-043dccef-b682-483d-a7c6-a5752d227604" and expression="org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Nov 01, 2023 1:04:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41205/ Nov 01, 2023 1:04:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Nov 01, 2023 1:04:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-d9c9ec2b-0b6e-4fcf-bc48-e1c6a9adaa77] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-043dccef-b682-483d-a7c6-a5752d227604, }, ManifestEntry{ key=PaxExam-043dccef-b682-483d-a7c6-a5752d227604, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2ba67b04.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.199 s -- in org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest Nov 01, 2023 1:04:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41205] Nov 01, 2023 1:04:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41205] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 s -- in org.glassfish.jersey.examples.linking.LinkWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843896586-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ef10660a-820a-4772-9f18-86e141e260fb parent=null root=[TestAddress:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb root:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb] args=[Ljava.lang.Object;@61386958 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@3a6bb9bf [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843896586-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ea95ff21-143e-4f81-8788-6631e83c92d2 parent=[TestAddress:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb root:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb] root=[TestAddress:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb root:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb] args=[Ljava.lang.Object;@a2431d0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.SseTest [INFO] Running org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testSse @ [TestAddress:PaxExam-ea95ff21-143e-4f81-8788-6631e83c92d2 root:PaxExam-ef10660a-820a-4772-9f18-86e141e260fb] Arguments: [Ljava.lang.Object;@61386958 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843896586-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5c46aed0-710b-4e8d-bc75-c94a33007ce7, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843896586-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/112124771.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ declarative-linking --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:entity-filtering >----------- [INFO] Building jersey-examples-entity-filtering 3.0.99-SNAPSHOT [314/373] [INFO] from examples/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering --- [INFO] Reserved port 44687 for jersey.config.test.container.port [INFO] Reserved port 38351 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/2125466086.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843896586-0/pax-exam-downloads/-527174568.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/3.0.99-SNAPSHOT/jersey-media-sse-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-sse/3.0.99-SNAPSHOT : 79789 bytes @ [ 79789kBps ] [INFO] Running org.glassfish.jersey.examples.entityfiltering.ProjectsResourceTest [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843896586-0/pax-exam-downloads/-527174568.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@cc5d493]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] Nov 01, 2023 1:04:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:04:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-9060153e-9066-4ace-b613-4bf96bb45a4f [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-ef10660a-820a-4772-9f18-86e141e260fb = org.glassfish.jersey.osgi.test.basic.SseTest;testSse [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 252902b3914269160f0d1b376eb6ce01fd035f46 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-9060153e-9066-4ace-b613-4bf96bb45a4f] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, }, ManifestEntry{ key=PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ef10660a-820a-4772-9f18-86e141e260fb to be in PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ef10660a-820a-4772-9f18-86e141e260fb" and expression="org.glassfish.jersey.osgi.test.basic.SseTest;testSse" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSse in reactor Nov 01, 2023 1:04:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:04:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:04:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-9060153e-9066-4ace-b613-4bf96bb45a4f] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, }, ManifestEntry{ key=PaxExam-ef10660a-820a-4772-9f18-86e141e260fb, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@37d07335.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.096 s -- in org.glassfish.jersey.osgi.test.basic.SseTest Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:04:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:04:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:04:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.429 s -- in org.glassfish.jersey.examples.entityfiltering.ProjectsResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.TaskResourceTest Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843900463-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a parent=null root=[TestAddress:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a root:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a] args=[Ljava.lang.Object;@1f97cf0d [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@2e222612 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843900463-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0103a95b-fbc1-43d0-9ac7-b5a9ba6bff60 parent=[TestAddress:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a root:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a] root=[TestAddress:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a root:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a] args=[Ljava.lang.Object;@5ace1ed4 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.MultiPartTest [INFO] Running org.glassfish.jersey.osgi.test.basic.MultiPartTest Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.glassfish.jersey.examples.entityfiltering.TaskResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.UsersResourceTest Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testMultiPartResource @ [TestAddress:PaxExam-0103a95b-fbc1-43d0-9ac7-b5a9ba6bff60 root:PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a] Arguments: [Ljava.lang.Object;@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843900463-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-24a8907a-5b1b-4e1b-a556-4947dec5fe98, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843900463-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44687/ Nov 01, 2023 1:05:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44687] Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:05:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44687] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.glassfish.jersey.examples.entityfiltering.UsersResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1312149088.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/1559362943.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/3.0.99-SNAPSHOT/jersey-media-multipart-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-multipart/3.0.99-SNAPSHOT : 83115 bytes @ [ 83115kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/1559362943.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843900463-0/pax-exam-downloads/979631826.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jvnet.mimepull/mimepull/1.9.15] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jvnet.mimepull:mimepull:jar:1.9.15) as /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.15/mimepull-1.9.15.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jvnet.mimepull/mimepull/1.9.15 : 64944 bytes @ [ 64944kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843900463-0/pax-exam-downloads/979631826.jar] [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering --- [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-multipart', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jvnet.mimepull', artifactId='mimepull', version='1.9.15', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@3cc310c0]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jvnet.mimepull] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-9ceda5c7-5916-4537-a391-7c65b46b4ab3 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): a070e0c8d59f3733f6778a6a45fed5565eeae0ba org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-9ceda5c7-5916-4537-a391-7c65b46b4ab3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, }, ManifestEntry{ key=PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a to be in PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource" [INFO] [INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------ [INFO] Building jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT [315/373] [INFO] from examples/entity-filtering-selectable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-selectable --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-selectable --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-selectable --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-selectable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-selectable --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-selectable --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-selectable --- [INFO] Reserved port 43309 for jersey.config.test.container.port [INFO] Reserved port 40213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-selectable --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMultiPartResource in reactor Nov 01, 2023 1:05:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.examples.entityfiltering.selectable.PersonResourceTest Nov 01, 2023 1:05:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ RESULT = org.glassfish.jersey.media.multipart.MultiPart@13c5667b Nov 01, 2023 1:05:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jvnet.mimepull] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-multipart] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-9ceda5c7-5916-4537-a391-7c65b46b4ab3] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, }, ManifestEntry{ key=PaxExam-949a03bc-4f1c-4c58-a92e-7a26b3ee912a, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2231f17b.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.360 s -- in org.glassfish.jersey.osgi.test.basic.MultiPartTest Nov 01, 2023 1:05:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843904643-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e parent=null root=[TestAddress:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e root:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e] args=[Ljava.lang.Object;@770d3326 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@26275bef [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843904643-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-3b0e7578-b13d-423a-8f5e-564c79adfd3f parent=[TestAddress:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e root:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e] root=[TestAddress:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e root:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e] args=[Ljava.lang.Object;@1e6454ec [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [INFO] Running org.glassfish.jersey.osgi.test.basic.JsonMoxyTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testJson @ [TestAddress:PaxExam-3b0e7578-b13d-423a-8f5e-564c79adfd3f root:PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e] Arguments: [Ljava.lang.Object;@770d3326 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843904643-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-9ba4737c-6be5-4c31-8d98-e817d15cdc2e, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*,jakarta.xml.bind,jakarta.xml.bind.*,javax.xml.parsers,javax.xml.parsers.*, -Forg.osgi.framework.storage=/tmp/1698843904643-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43309/ Nov 01, 2023 1:05:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43309] Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43309] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s -- in org.glassfish.jersey.examples.entityfiltering.selectable.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-selectable --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/2007868628.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-2085643230.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-moxy:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.99-SNAPSHOT/jersey-media-moxy-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-moxy/3.0.99-SNAPSHOT : 39747 bytes @ [ 39747kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-2085643230.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1086736909.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/3.0.99-SNAPSHOT/jersey-entity-filtering-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/3.0.99-SNAPSHOT : 84853 bytes @ [ 84853kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1086736909.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1423987269.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4/org.eclipse.persistence.moxy-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/3.0.4 : 634328 bytes @ [ 634328kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1423987269.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/951990465.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.core:jar:3.0.4) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4/org.eclipse.persistence.core-3.0.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.core/3.0.4 : 4990740 bytes @ [ 1663580kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/951990465.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-899432327.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0) as /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.eclipse.persistence/org.eclipse.persistence.asm/9.6.0 : 289506 bytes @ [ 289506kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-899432327.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-816622299.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.json/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.json:jar:2.0.0) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.json/2.0.0 : 142417 bytes @ [ 142417kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-816622299.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843904643-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843904643-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-moxy', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.moxy', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.core', version='3.0.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.eclipse.persistence', artifactId='org.eclipse.persistence.asm', version='9.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@741cdecb]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-selectable --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-selectable --- [INFO] [INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >------- [INFO] Building jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT [316/373] [INFO] from examples/entity-filtering-security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-security --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-security --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-security --- org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] ERROR: Bundle org.glassfish.jakarta.el [46] Error starting file:/tmp/1698843904643-0/pax-exam-downloads/org.glassfish.jakarta.el_4.0.2.jar (org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [46](R 46.0): missing requirement [org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))]) org.osgi.framework.BundleException: Unable to resolve org.glassfish.jakarta.el [46](R 46.0): missing requirement [org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0))) Unresolved requirements: [[org.glassfish.jakarta.el [46](R 46.0)] osgi.wiring.package; (&(osgi.wiring.package=jakarta.el)(version>=4.0.0)(!(version>=5.0.0)))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398) at org.apache.felix.framework.Felix.startBundle(Felix.java:2308) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297) at java.base/java.lang.Thread.run(Thread.java:834) [org.ops4j.pax.exam.forked.ForkedTestContainer] ERROR : Bundle [id:46, url:mvn:org.glassfish/jakarta.el/4.0.2] is not resolved [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-c9c82890-df2f-4966-9dd0-440e5902e6ff [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e = org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 5ab2dfd9facc2bf0129d7b11d3ca71c178470173 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-c9c82890-df2f-4966-9dd0-440e5902e6ff] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, }, ManifestEntry{ key=PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e to be in PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e" and expression="org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJson in reactor [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-security --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-security --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-security --- [INFO] Reserved port 45323 for jersey.config.test.container.port [INFO] Reserved port 41421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-security --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:05:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Running org.glassfish.jersey.examples.entityfiltering.security.UnrestrictedResourceTest Nov 01, 2023 1:05:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"name":"Jim"} Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-entity-filtering] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-moxy] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-c9c82890-df2f-4966-9dd0-440e5902e6ff] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, }, ManifestEntry{ key=PaxExam-d5518476-8c26-4d2b-8f66-a0c778a1ff9e, value=org.glassfish.jersey.osgi.test.basic.JsonMoxyTest;testJson }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@7941bc4b.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.598 s -- in org.glassfish.jersey.osgi.test.basic.JsonMoxyTest Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s -- in org.glassfish.jersey.examples.entityfiltering.security.UnrestrictedResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest Nov 01, 2023 1:05:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] Nov 01, 2023 1:05:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:08 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] [org.ops4j.pax.exam.spi.DefaultExamSystem] INFO : Pax Exam System (Version: 4.13.4) created. [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BeanValidationTest Nov 01, 2023 1:05:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45323/ Nov 01, 2023 1:05:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [org.ops4j.pax.exam.spi.PaxExamRuntime] DEBUG : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] DEBUG : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] DEBUG : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-e245462d-84f6-4830-8871-89b2a002d558 parent=null root=[TestAddress:PaxExam-e245462d-84f6-4830-8871-89b2a002d558 root:PaxExam-e245462d-84f6-4830-8871-89b2a002d558] args=[Ljava.lang.Object;@770d3326 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 parent=null root=[TestAddress:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 root:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4] args=[Ljava.lang.Object;@1f97cf0d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 parent=null root=[TestAddress:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 root:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40] args=[Ljava.lang.Object;@140c9f39 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 parent=null root=[TestAddress:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 root:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350] args=[Ljava.lang.Object;@4d910fd6 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@3246fb96 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-0efe8fb0-8f9b-4ebf-b29f-817a9bf516a5 parent=[TestAddress:PaxExam-e245462d-84f6-4830-8871-89b2a002d558 root:PaxExam-e245462d-84f6-4830-8871-89b2a002d558] root=[TestAddress:PaxExam-e245462d-84f6-4830-8871-89b2a002d558 root:PaxExam-e245462d-84f6-4830-8871-89b2a002d558] args=[Ljava.lang.Object;@6631f5ca [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-2a902943-a201-43ce-ae54-2d51cb7d5d84 parent=[TestAddress:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 root:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4] root=[TestAddress:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 root:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4] args=[Ljava.lang.Object;@5ace1ed4 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-21a6ebca-da96-4ad2-99ea-2bbdfc721769 parent=[TestAddress:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 root:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40] root=[TestAddress:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 root:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40] args=[Ljava.lang.Object;@1613674b [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-6450f3bd-e783-4a35-b49f-090931dea7cc parent=[TestAddress:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 root:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350] root=[TestAddress:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 root:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350] args=[Ljava.lang.Object;@27ff5d15 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] Running org.glassfish.jersey.osgi.test.basic.BeanValidationTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceNoValidationFeature @ [TestAddress:PaxExam-0efe8fb0-8f9b-4ebf-b29f-817a9bf516a5 root:PaxExam-e245462d-84f6-4830-8871-89b2a002d558] Arguments: [Ljava.lang.Object;@770d3326 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-a4202bc0-f2e3-4233-b85d-49f6b2bbff70, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843909040-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45323] Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:05:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45323] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s -- in org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-security --- [INFO] CycloneDX: Resolving Dependencies [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/112124771.jar] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1638698704.jar [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-security --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-security --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >--------- [INFO] Building jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT [317/373] [INFO] from examples/extended-wadl-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ extended-wadl-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60299 bytes @ [ 60299kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@cc5d493]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e245462d-84f6-4830-8871-89b2a002d558 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 7141a1490906e8e50a5f536788dd09f2f38ac6b6 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e245462d-84f6-4830-8871-89b2a002d558 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e245462d-84f6-4830-8871-89b2a002d558" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceNoValidationFeature in reactor Nov 01, 2023 1:05:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceNoValidationFeature(BeanValidationTest.java:101) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:05:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:05:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@9ca6c3d.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceAutoDiscovery @ [TestAddress:PaxExam-2a902943-a201-43ce-ae54-2d51cb7d5d84 root:PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4] Arguments: [Ljava.lang.Object;@1f97cf0d [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-4270874f-c8c0-4ac3-8d19-84d64aca44b5, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843909040-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60299 bytes @ [ 60299kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@741cdecb]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e245462d-84f6-4830-8871-89b2a002d558 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): ebf25dbdaffae2698c14ace2c7fe4570a5038bad org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e245462d-84f6-4830-8871-89b2a002d558 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e245462d-84f6-4830-8871-89b2a002d558" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceAutoDiscovery in reactor Nov 01, 2023 1:05:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceAutoDiscovery(BeanValidationTest.java:90) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:05:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:05:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1c02a74a.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceFeature @ [TestAddress:PaxExam-21a6ebca-da96-4ad2-99ea-2bbdfc721769 root:PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40] Arguments: [Ljava.lang.Object;@140c9f39 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-9831a262-f469-4053-8a12-56f86d5dc644, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843909040-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60299 bytes @ [ 60299kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2022418581.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@546ab705]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] null [-1,-1] org.xml.sax.SAXParseException: generating code at com.sun.tools.xjc.ErrorReceiver.debug (ErrorReceiver.java:110) at com.sun.tools.xjc.Driver.run (Driver.java:357) at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475) at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ extended-wadl-webapp --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- resources:2.6:resources (default-resources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] >>> javadoc:3.6.0:javadoc (default) > generate-sources @ extended-wadl-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] <<< javadoc:3.6.0:javadoc (default) < generate-sources @ extended-wadl-webapp <<< [INFO] [INFO] [INFO] --- javadoc:3.6.0:javadoc (default) @ extended-wadl-webapp --- org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e245462d-84f6-4830-8871-89b2a002d558 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): d84420032a890b98789ced0d738f4a0c6b965b90 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e245462d-84f6-4830-8871-89b2a002d558 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e245462d-84f6-4830-8871-89b2a002d558" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceFeature in reactor [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] No previous run data found, generating javadoc. Nov 01, 2023 1:05:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceFeature(BeanValidationTest.java:85) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:05:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:05:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@1109ae4b.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.junit.impl.ProbeRunner] DEBUG : Invoke testBeanValidationResourceManualRegistration @ [TestAddress:PaxExam-6450f3bd-e783-4a35-b49f-090931dea7cc root:PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350] Arguments: [Ljava.lang.Object;@4d910fd6 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1698843909040-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] DEBUG : using RMI registry at port 21000 [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Start command line [[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Djakarta.ws.rs.ext.RuntimeDelegate=org.glassfish.jersey.internal.RuntimeDelegateImpl, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Djava.rmi.server.hostname=127.0.0.1, -Dorg.osgi.framework.system.packages.extra=jakarta.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=45191, -Djersey.config.test.container.port=45191, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-e8904ece-225e-49c9-a403-a318022dfe10, -Djakarta.ws.rs.client.ClientBuilder=org.glassfish.jersey.client.JerseyClientBuilder, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1698843909040-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Starting platform process. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Wrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Added shutdown hook. [org.ops4j.pax.exam.ExamJavaRunner] INFO : ExamJavaRunner completed successfully [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ extended-wadl-webapp --- [INFO] Reserved port 38145 for jersey.config.test.container.port [INFO] Reserved port 41815 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ extended-wadl-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest Nov 01, 2023 1:05:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38145/ [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 87566 bytes @ [ 87566kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.13.4/pax-exam-inject-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11606 bytes @ [ 11606kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.13.4/pax-exam-extender-service-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18281 bytes @ [ 18281kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.10.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.10.3) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.10.3/pax-logging-api-1.10.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 375157 bytes @ [ 375157kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.base:ops4j-base:jar:1.5.1) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.1/ops4j-base-1.5.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.base.link : 107979 bytes @ [ 107979kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.3/pax-swissbox-core-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9088 bytes @ [ 9088kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.3/pax-swissbox-extender-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22256 bytes @ [ 22256kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14239 bytes @ [ 14239kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6608 bytes @ [ 6608kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15172 bytes @ [ 15172kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/2.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.annotation:jakarta.annotation-api:jar:2.0.0) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.annotation/jakarta.annotation-api/2.0.0 : 25414 bytes @ [ 25414kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2057812818.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.activation/jakarta.activation-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.activation:jakarta.activation-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.activation/jakarta.activation-api/2.0.1 : 47824 bytes @ [ 47824kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-2060300977.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/55505263.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.inject/jakarta.inject-api/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.inject:jakarta.inject-api:jar:2.0.1) as /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.inject/jakarta.inject-api/2.0.1 : 10681 bytes @ [ 10681kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/55505263.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.xml.bind/jakarta.xml.bind-api/3.0.1 : 128941 bytes @ [ 128941kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1001626288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.13.4] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.13.4) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.4/pax-exam-invoker-junit-4.13.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 19676 bytes @ [ 19676kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/677763854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-api/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-api:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/3.0.3/hk2-api-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-api/3.0.3 : 201467 bytes @ [ 201467kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/677763854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:1.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 : 19479 bytes @ [ 19479kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1133588882.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-locator/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-locator:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/3.0.3/hk2-locator-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-locator/3.0.3 : 203950 bytes @ [ 203950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1738308598.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/359966245.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2/hk2-utils/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2:hk2-utils:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/3.0.3/hk2-utils-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2/hk2-utils/3.0.3 : 131796 bytes @ [ 131796kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/359966245.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/3.0.3/aopalliance-repackaged-3.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.hk2.external/aopalliance-repackaged/3.0.3 : 27129 bytes @ [ 27129kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1820638788.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.javassist/javassist/3.29.2-GA] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.javassist:javassist:jar:3.29.2-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.javassist/javassist/3.29.2-GA : 794137 bytes @ [ 794137kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1985273420.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-framework:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-framework/3.0.1 : 850673 bytes @ [ 850673kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1909481368.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1638698704.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http/3.0.1 : 347809 bytes @ [ 347809kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1638698704.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository Nov 01, 2023 1:05:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 1:05:19 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:3.0.1) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.grizzly/grizzly-http-server/3.0.1 : 311627 bytes @ [ 311627kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1464085806.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-883653647.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.validation/jakarta.validation-api/3.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.validation:jakarta.validation-api:jar:3.0.2) as /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.validation/jakarta.validation-api/3.0.2 : 93298 bytes @ [ 93298kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-883653647.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-771012218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT/jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/3.0.99-SNAPSHOT : 43881 bytes @ [ 43881kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-771012218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/849493375.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.ws.rs/jakarta.ws.rs-api/3.0.0 : 138761 bytes @ [ 138761kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/849493375.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.0.99-SNAPSHOT/jersey-common-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-common/3.0.99-SNAPSHOT : 1239376 bytes @ [ 1239376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1863581690.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1312149088.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/3.0.99-SNAPSHOT/jersey-media-jaxb-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.media/jersey-media-jaxb/3.0.99-SNAPSHOT : 95999 bytes @ [ 95999kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1312149088.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-781626018.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/3.0.99-SNAPSHOT/jersey-server-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-server/3.0.99-SNAPSHOT : 965131 bytes @ [ 965131kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-781626018.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2125466086.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.99-SNAPSHOT/jersey-client-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.core/jersey-client/3.0.99-SNAPSHOT : 305578 bytes @ [ 305578kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2125466086.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/247313364.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.99-SNAPSHOT/jersey-hk2-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.inject/jersey-hk2/3.0.99-SNAPSHOT : 78458 bytes @ [ 78458kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/247313364.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/577205423.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.sun.activation/jakarta.activation/2.0.1] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.sun.activation:jakarta.activation:jar:2.0.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.sun.activation/jakarta.activation/2.0.1 : 62154 bytes @ [ 62154kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/577205423.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/2022418581.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.99-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/3.0.99-SNAPSHOT/jersey-bean-validation-3.0.99-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish.jersey.ext/jersey-bean-validation/3.0.99-SNAPSHOT : 60299 bytes @ [ 60299kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/2022418581.jar] Nov 01, 2023 1:05:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38145] Nov 01, 2023 1:05:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/1508552504.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.hibernate.validator:hibernate-validator:jar:7.0.5.Final) as /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.hibernate.validator/hibernate-validator/7.0.5.Final : 1328694 bytes @ [ 1328694kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/1508552504.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.jboss.logging/jboss-logging/3.5.3.Final] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.jboss.logging:jboss-logging:jar:3.5.3.Final) as /home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.jboss.logging/jboss-logging/3.5.3.Final : 59207 bytes @ [ 59207kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-1923090597.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-276154490.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:com.fasterxml/classmate/1.6.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (com.fasterxml:classmate:jar:1.6.0) as /home/jenkins/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:com.fasterxml/classmate/1.6.0 : 68930 bytes @ [ 68930kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-276154490.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-24153424.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:jakarta.el/jakarta.el-api/4.0.0] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (jakarta.el:jakarta.el-api:jar:4.0.0) as /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:jakarta.el/jakarta.el-api/4.0.0 : 80563 bytes @ [ 80563kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-24153424.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Downloading [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Creating new file at destination: /tmp/1698843909040-0/pax-exam-downloads/-209955288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] DEBUG : Resolving [mvn:org.glassfish/jakarta.el/4.0.2] [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : interval1: null, interval2: daily [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] DEBUG : Using manager PaxLocalRepositoryManager with priority 0.0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] DEBUG : Resolved (org.glassfish:jakarta.el:jar:4.0.2) as /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] DEBUG : mvn:org.glassfish/jakarta.el/4.0.2 : 173677 bytes @ [ 173677kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] DEBUG : Successfully downloaded to [/tmp/1698843909040-0/pax-exam-downloads/-209955288.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='2.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.activation', artifactId='jakarta.activation-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.inject', artifactId='jakarta.inject-api', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='1.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='3.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.29.2-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='3.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.validation', artifactId='jakarta.validation-api', version='3.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='3.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='2.0.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-bean-validation', version='3.0.99-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.hibernate.validator', artifactId='hibernate-validator', version='7.0.5.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.jboss.logging', artifactId='jboss-logging', version='3.5.3.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml', artifactId='classmate', version='1.6.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.el', artifactId='jakarta.el-api', version='4.0.0', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.el', version='4.0.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] DEBUG : Jump to startlevel [5] Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:05:19 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38145] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@1fd39496]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : make() [org.ops4j.store.intern.TemporaryStore] DEBUG : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-Executable = PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Bundle-SymbolicName = PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-e245462d-84f6-4830-8871-89b2a002d558 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 = org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] DEBUG : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] DEBUG : Exit store(): 8a28b8a88b47822221634cab8533f64ee0d89f2d org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e245462d-84f6-4830-8871-89b2a002d558 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e245462d-84f6-4830-8871-89b2a002d558" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350 to be in PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350" and expression="org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration" Nov 01, 2023 1:05:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38145/ Nov 01, 2023 1:05:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 1:05:20 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38145] Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38145] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s -- in org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ extended-wadl-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [extended-wadl-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBeanValidationResourceManualRegistration in reactor [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ extended-wadl-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. org.hibernate.validator[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 7.0.5.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@2cdf8d8a Ignored FQCN: org.jboss.logging.DelegatingBasicLogger jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:59) at jakarta.el.FactoryFinder.find(FactoryFinder.java:135) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:140) at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:110) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173) at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:574) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:823) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:484) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java:154) at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:452) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:135) at org.glassfish.jersey.server.validation.internal.ValidationBinder$DefaultValidatorFactoryProvider.get(ValidationBinder.java:128) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:76) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:677) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:55) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:198) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:235) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:388) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:728) at org.glassfish.jersey.inject.hk2.SupplierFactoryBridge.provide(SupplierFactoryBridge.java:75) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator.lambda$postInit$0(ResourceMethodInvokerConfigurator.java:54) at org.glassfish.jersey.server.model.ResourceMethodInvoker$Builder.build(ResourceMethodInvoker.java:198) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createInflector(RuntimeModelBuilder.java:110) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createMethodRouter(RuntimeModelBuilder.java:97) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.createResourceMethodRouters(RuntimeModelBuilder.java:295) at org.glassfish.jersey.server.internal.routing.RuntimeModelBuilder.buildModel(RuntimeModelBuilder.java:155) at org.glassfish.jersey.server.internal.routing.Routing$Builder.buildStage(Routing.java:223) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:403) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:248) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:93) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest._test(BeanValidationTest.java:117) at org.glassfish.jersey.osgi.test.basic.BeanValidationTest.testBeanValidationResourceManualRegistration(BeanValidationTest.java:95) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75) at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97) at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73) 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.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435) at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408) 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 java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676) 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) Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:43) ... 117 more org.hibernate.validator[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger org.hibernate.validator[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45191] Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger org.hibernate.validator[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger Nov 01, 2023 1:05:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45191] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.ext.jersey-bean-validation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.inject.jakarta.inject-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-ff7b248d-095f-4e8a-a847-6132eea9ba2d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-e245462d-84f6-4830-8871-89b2a002d558,PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4,PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40,PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, }, ManifestEntry{ key=PaxExam-8feec39e-fcde-4da2-b39f-d25a4e781f40, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceFeature }, ManifestEntry{ key=PaxExam-e245462d-84f6-4830-8871-89b2a002d558, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceNoValidationFeature }, ManifestEntry{ key=PaxExam-fdd631be-899e-4da5-ae7a-e3ebbb4281b4, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceAutoDiscovery }, ManifestEntry{ key=PaxExam-0332e5ef-37e4-4f61-9cd8-c4ea91195350, value=org.glassfish.jersey.osgi.test.basic.BeanValidationTest;testBeanValidationResourceManualRegistration }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@fe41df4.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Shutdown in progress... [org.ops4j.pax.exam.ExamJavaRunner] DEBUG : Unwrapping stream I/O. [org.ops4j.pax.exam.ExamJavaRunner] INFO : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.80 s -- in org.glassfish.jersey.osgi.test.basic.BeanValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-tests-osgi-functional --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ extended-wadl-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ extended-wadl-webapp --- [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] Configuration changed, re-generating javadoc. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json [INFO] attaching as jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-tests-osgi-functional --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tests-osgi-functional --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/osgi/functional/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/osgi/jersey-tests-osgi-functional/3.0.99-SNAPSHOT/jersey-tests-osgi-functional-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-tests-osgi-functional --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ extended-wadl-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ extended-wadl-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:exception-mapping >----------- [INFO] Building jersey-examples-exception-mapping 3.0.99-SNAPSHOT [318/373] [INFO] from examples/exception-mapping/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ exception-mapping --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ exception-mapping --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ exception-mapping --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ exception-mapping --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ exception-mapping --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ exception-mapping --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] -----------------< org.glassfish.jersey.tests:stress >------------------ [INFO] Building jersey-tests-stress 3.0.99-SNAPSHOT [279/370] [INFO] from tests/stress/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ stress --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ stress --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ stress --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ stress --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ stress --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ stress --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ stress --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ stress --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ stress --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ stress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ stress --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ stress --- [INFO] Reserved port 40299 for jersey.config.test.container.port [INFO] Reserved port 35675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ stress --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ exception-mapping --- [INFO] Reserved port 41563 for jersey.config.test.container.port [INFO] Reserved port 32957 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ exception-mapping --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/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.examples.exception.ExceptionMappingTest Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ [INFO] Running org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer starting. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingTest [INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest Nov 01, 2023 1:05:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. WebApplicationExceptionFilter.preFilter() enter WebApplicationExceptionFilter.preFilter() exit MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Response Exception:MyResponseFilter Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] Nov 01, 2023 1:05:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41563/ Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41563] Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. WebApplicationExceptionFilter.preFilter() enter MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter Nov 01, 2023 1:05:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41563] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ exception-mapping --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Shutting down... Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$1 run INFO: Consumer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest$2 run INFO: Producer terminating. Nov 01, 2023 1:05:26 PM org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest parallelProducersAndConsumersTestingAggregatedSlidingWindows INFO: Integer reached: 563907 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.141 s -- in org.glassfish.jersey.server.internal.monitoring.MultiThreadingAggregatedReservoirTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ stress --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ exception-mapping --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ exception-mapping --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >----------- [INFO] Building jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT [319/373] [INFO] from examples/freemarker-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ freemarker-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ freemarker-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ freemarker-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ freemarker-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ freemarker-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ freemarker-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ freemarker-webapp --- [INFO] Reserved port 40115 for jersey.config.test.container.port [INFO] Reserved port 41857 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ freemarker-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/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.examples.freemarker.FreemarkerTest Nov 01, 2023 1:05:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40115/freemarker-webapp Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json [INFO] attaching as stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ stress --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ stress --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/stress/target/stress-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/stress/3.0.99-SNAPSHOT/stress-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ stress --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.performance:project >----------- [INFO] Building jersey-tests-performance 3.0.99-SNAPSHOT [280/370] [INFO] from tests/performance/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34621 for jersey.config.test.container.port [INFO] Reserved port 35305 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40115/freemarker-webapp Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40115/freemarker-webapp Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40115/freemarker-webapp Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40115] Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40115] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.350 s -- in org.glassfish.jersey.examples.freemarker.FreemarkerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ freemarker-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war [INFO] [INFO] --< org.glassfish.jersey.tests.performance:performance-test-benchmarks >-- [INFO] Building performance-test-benchmarks 3.0.99-SNAPSHOT [281/370] [INFO] from tests/performance/benchmarks/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-benchmarks --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-benchmarks --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-benchmarks --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ freemarker-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-benchmarks --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-benchmarks --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-benchmarks --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-benchmarks --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ freemarker-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ freemarker-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ freemarker-webapp --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:groovy >---------------- [INFO] Building jersey-examples-groovy 3.0.99-SNAPSHOT [320/373] [INFO] from examples/groovy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/main/java/org/glassfish/jersey/tests/performance/benchmark/headers/HeadersMBRW.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-benchmarks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-benchmarks --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-benchmarks --- [INFO] Reserved port 39475 for jersey.config.test.container.port [INFO] Reserved port 33425 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-benchmarks --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ groovy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ groovy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ groovy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ groovy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.0.0:parse-version (parse-version) @ groovy --- [INFO] Running org.glassfish.jersey.tests.performance.benchmark.server.LocatorTest [INFO] [INFO] --- build-helper:3.0.0:add-source (default) @ groovy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- gplus:3.0.2:addSources (1) @ groovy --- Nov 01, 2023 1:05:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ [INFO] [INFO] --- gplus:3.0.2:addTestSources (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:generateStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. Nov 01, 2023 1:05:32 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Using Groovy 4.0.15 to perform generateStubs. Nov 01, 2023 1:05:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compile (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compile. [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:generateTestStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] [INFO] Using Groovy 4.0.15 to perform generateTestStubs. Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.573 s -- in org.glassfish.jersey.tests.performance.benchmark.server.LocatorTest [INFO] Running org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compileTests (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compileTests. Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39475/ Nov 01, 2023 1:05:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39475] Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:05:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39475] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.glassfish.jersey.tests.performance.benchmark.server.JacksonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-benchmarks --- [INFO] CycloneDX: Resolving Dependencies [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:removeStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:removeTestStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:groovydoc (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform groovydoc. Nov 01, 2023 1:05:34 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. [INFO] CycloneDX: Creating BOM version 1.4 with 46 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json [INFO] attaching as performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-benchmarks --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ performance-test-benchmarks --- [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3 in the shaded jar. [INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-client:jar:1.16 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:2.0.9 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-websockets:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:connection-pool:jar:3.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-jdk-http:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] [INFO] --- antrun:3.1.0:run (2) @ groovy --- [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] Executing tasks [INFO] [jar] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.0.0:attach-artifact (3) @ groovy --- [INFO] [INFO] --- resources:2.6:resources (default-resources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.0.0:reserve-network-port (reserve-port) @ groovy --- [INFO] Reserved port 37719 for jersey.config.test.container.port [INFO] Reserved port 39881 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ groovy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.server.spi.ContainerProvider [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-client-1.16.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, jackson-module-jakarta-xmlbind-annotations-2.15.3.jar, slf4j-api-2.0.9.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] apiguardian-api-1.1.2.jar, jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] jackson-annotations-2.15.3.jar, jackson-core-2.15.3.jar, jackson-databind-2.15.3.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE [WARNING] commons-math3-3.6.1.jar, connection-pool-3.0.1.jar, grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-websockets-3.0.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar, slf4j-api-2.0.9.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.activation-2.0.1.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-container-grizzly2-http-3.0.99-SNAPSHOT.jar, jersey-container-jdk-http-3.0.99-SNAPSHOT.jar, jersey-entity-filtering-3.0.99-SNAPSHOT.jar, jersey-grizzly-connector-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-media-json-jackson-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, performance-test-benchmarks-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-benchmarks --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/benchmarks/target/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/performance-test-benchmarks/3.0.99-SNAPSHOT/performance-test-benchmarks-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-benchmarks --- [INFO] Running org.glassfish.jersey.examples.groovy.GroovyResourceTest [INFO] [INFO] -------< org.glassfish.jersey.tests.performance.runners:project >------- [INFO] Building jersey-tests-performance-runners 3.0.99-SNAPSHOT [282/370] [INFO] from tests/performance/runners/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 40603 for jersey.config.test.container.port [INFO] Reserved port 39801 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner >-- [INFO] Building jersey-grizzly-runner 3.0.99-SNAPSHOT [283/370] [INFO] from tests/performance/runners/jersey-grizzly-runner/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-runner --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-runner --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-runner --- Nov 01, 2023 1:05:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37719/ Nov 01, 2023 1:05:38 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-runner --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-runner --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-runner --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-runner --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-runner --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-runner --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/main/java/org/glassfish/jersey/tests/performance/runners/JerseyGrizzlyRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-runner --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-runner --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-runner --- [INFO] Reserved port 43685 for jersey.config.test.container.port [INFO] Reserved port 38757 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-runner --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:2.4:jar (default-jar) @ jersey-grizzly-runner --- Nov 01, 2023 1:05:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37719] Nov 01, 2023 1:05:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar Nov 01, 2023 1:05:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 s -- in org.glassfish.jersey.examples.groovy.GroovyResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ groovy --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-runner --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json [INFO] attaching as jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-runner --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ jersey-grizzly-runner --- [INFO] Reading assembly descriptor: src/main/assembly/zip-with-jars.xml [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-runner --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/runners/jersey-grizzly-runner/target/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/runners/jersey-grizzly-runner/3.0.99-SNAPSHOT/jersey-grizzly-runner-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-runner --- [INFO] [INFO] ------< org.glassfish.jersey.tests.performance.testcases:project >------ [INFO] Building jersey-tests-performance-testcase 3.0.99-SNAPSHOT [284/370] [INFO] from tests/performance/test-cases/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 33967 for jersey.config.test.container.port [INFO] Reserved port 36495 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json [INFO] attaching as project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/project/3.0.99-SNAPSHOT/project-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:assemblies >----- [INFO] Building jersey-tests-performance-assemblies 3.0.99-SNAPSHOT [285/370] [INFO] from tests/performance/test-cases/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ assemblies --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ assemblies --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ assemblies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 37519 for jersey.config.test.container.port [INFO] Reserved port 33069 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/assemblies/target/assemblies-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:filter-dynamic >--- [INFO] Building jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT [286/370] [INFO] from tests/performance/test-cases/filter-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-dynamic --- [INFO] CycloneDX: Creating BOM version 1.4 with 68 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ groovy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ groovy --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:helloworld >-------------- [INFO] Building jersey-examples-helloworld 3.0.99-SNAPSHOT [321/373] [INFO] from examples/helloworld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-dynamic --- [INFO] Reserved port 45925 for jersey.config.test.container.port [INFO] Reserved port 43913 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld --- [INFO] Reserved port 34013 for jersey.config.test.container.port [INFO] Reserved port 44005 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/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.examples.helloworld.HelloWorldTest Nov 01, 2023 1:05:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Running org.glassfish.jersey.tests.performance.filter.dynamic.FilterTest Nov 01, 2023 1:05:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45925/ Nov 01, 2023 1:05:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:43 PM org.glassfish.jersey.examples.helloworld.HelloWorldTest testAsyncClientRequests INFO: Executed in: 11 Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45925] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34013/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34013] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34013] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.483 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45925] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45925/ Nov 01, 2023 1:05:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45925] Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45925] Nov 01, 2023 1:05:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45925/ Nov 01, 2023 1:05:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45925] Nov 01, 2023 1:05:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45925] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s -- in org.glassfish.jersey.tests.performance.filter.dynamic.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >--------- [INFO] Building jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT [322/373] [INFO] from examples/helloworld-benchmark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-benchmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-benchmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-benchmark --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-benchmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-benchmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-benchmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-benchmark --- [INFO] Reserved port 43029 for jersey.config.test.container.port [INFO] Reserved port 34377 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-benchmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json [INFO] attaching as filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 1:05:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-dynamic/target/filter-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-dynamic/3.0.99-SNAPSHOT/filter-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-dynamic --- Nov 01, 2023 1:05:45 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:filter-global >--- [INFO] Building jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT [287/370] [INFO] from tests/performance/test-cases/filter-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:05:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ Nov 01, 2023 1:05:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ Nov 01, 2023 1:05:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-global --- [INFO] Reserved port 46363 for jersey.config.test.container.port [INFO] Reserved port 37753 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ Nov 01, 2023 1:05:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ Nov 01, 2023 1:05:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43029/ Nov 01, 2023 1:05:46 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43029] Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:05:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43029] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-benchmark --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.performance.filter.global.FilterTest Nov 01, 2023 1:05:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46363/ [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ helloworld-benchmark --- [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. Nov 01, 2023 1:05:47 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46363] Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46363] Nov 01, 2023 1:05:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46363/ Nov 01, 2023 1:05:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46363] Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46363] Nov 01, 2023 1:05:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46363/ [WARNING] commons-math3-3.6.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] apiguardian-api-1.1.2.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-benchmark --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >---------- [INFO] Building jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT [323/373] [INFO] from examples/helloworld-cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:05:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46363] Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46363] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 s -- in org.glassfish.jersey.tests.performance.filter.global.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-cdi2-se --- [INFO] Reserved port 37379 for jersey.config.test.container.port [INFO] Reserved port 33667 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/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.examples.helloworld.cdi2se.CounterTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json [INFO] attaching as filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip Nov 01, 2023 1:05:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37379/ Nov 01, 2023 1:05:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-global/target/filter-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-global/3.0.99-SNAPSHOT/filter-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-global --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:filter-name >---- [INFO] Building jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT [288/370] [INFO] from tests/performance/test-cases/filter-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ filter-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ filter-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ filter-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ filter-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ filter-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ filter-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF Nov 01, 2023 1:05:49 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 1:05:49 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ filter-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ filter-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ filter-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ filter-name --- [INFO] Reserved port 38193 for jersey.config.test.container.port [INFO] Reserved port 36247 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ filter-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:05:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ba7ce7d-5784-43e6-9847-66e7559141bf initialized [INFO] Running org.glassfish.jersey.tests.performance.filter.name.FilterTest Nov 01, 2023 1:05:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37379] Nov 01, 2023 1:05:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:05:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e378902-3ce7-4608-86bf-e799e64a9066 initialized Nov 01, 2023 1:05:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38193/ Nov 01, 2023 1:05:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ba7ce7d-5784-43e6-9847-66e7559141bf shut down Nov 01, 2023 1:05:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37379] Nov 01, 2023 1:05:50 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e378902-3ce7-4608-86bf-e799e64a9066 shut down Nov 01, 2023 1:05:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37379/ Nov 01, 2023 1:05:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:05:50 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 867bcfaa-3c30-40e6-b01e-437feead7614 initialized Nov 01, 2023 1:05:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37379] Nov 01, 2023 1:05:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:50 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46afeb77-c470-46b0-918d-92760fe363d0 initialized Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 867bcfaa-3c30-40e6-b01e-437feead7614 shut down Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37379] Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46afeb77-c470-46b0-918d-92760fe363d0 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest [INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest Nov 01, 2023 1:05:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37379/ Nov 01, 2023 1:05:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38193] Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23baa1c9-d3a4-40e8-b0a7-e5eacb2ebf3e initialized Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37379] Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:51 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a3a4ab9-9f5c-4579-9256-a630b38ca10d initialized Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23baa1c9-d3a4-40e8-b0a7-e5eacb2ebf3e shut down Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37379] Nov 01, 2023 1:05:51 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a3a4ab9-9f5c-4579-9256-a630b38ca10d shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38193] Nov 01, 2023 1:05:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38193/ Nov 01, 2023 1:05:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38193] Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38193] Nov 01, 2023 1:05:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38193/ Nov 01, 2023 1:05:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38193] Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38193] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.glassfish.jersey.tests.performance.filter.name.FilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ filter-name --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json [INFO] attaching as filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ filter-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ filter-name --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-cdi2-se --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >----------- [INFO] Building jersey-examples-helloworld-netty 3.0.99-SNAPSHOT [324/373] [INFO] from examples/helloworld-netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-netty --- [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ filter-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/filter-name/target/filter-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/filter-name/3.0.99-SNAPSHOT/filter-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ filter-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-netty --- [INFO] Reserved port 38433 for jersey.config.test.container.port [INFO] Reserved port 33799 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic >-- [INFO] Building jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT [289/370] [INFO] from tests/performance/test-cases/interceptor-dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-dynamic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-dynamic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-dynamic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-dynamic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-dynamic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-dynamic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-dynamic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-dynamic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-dynamic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-dynamic --- [INFO] Reserved port 36983 for jersey.config.test.container.port [INFO] Reserved port 40273 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-dynamic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/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.examples.helloworld.netty.HelloWorldTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Running org.glassfish.jersey.tests.performance.interceptor.dynamic.InterceptorTest Nov 01, 2023 1:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36983/ Nov 01, 2023 1:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:54 PM org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest testAsyncClientRequests INFO: Executed in: 112 Nov 01, 2023 1:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36983] Nov 01, 2023 1:05:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:54 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:05:54 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36983] Nov 01, 2023 1:05:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36983/ Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:05:55 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.693 s -- in org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-netty --- Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36983] Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36983] Nov 01, 2023 1:05:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36983/ Nov 01, 2023 1:05:55 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36983] Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36983] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.239 s -- in org.glassfish.jersey.tests.performance.interceptor.dynamic.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-dynamic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json [INFO] attaching as interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-dynamic --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-dynamic/target/interceptor-dynamic-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-dynamic/3.0.99-SNAPSHOT/interceptor-dynamic-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-dynamic --- [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-netty --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-global >-- [INFO] Building jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT [290/370] [INFO] from tests/performance/test-cases/interceptor-global/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-global --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-global --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-global --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-global --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-global --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-global --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-global --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-global --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >-------- [INFO] Building jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT [325/373] [INFO] from examples/helloworld-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-programmatic --- [INFO] Reserved port 39661 for jersey.config.test.container.port [INFO] Reserved port 39651 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-global --- [INFO] Reserved port 35813 for jersey.config.test.container.port [INFO] Reserved port 37025 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-global --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/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.examples.helloworld.HelloWorldTest Nov 01, 2023 1:05:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39661/ [INFO] Running org.glassfish.jersey.tests.performance.interceptor.global.InterceptorTest Nov 01, 2023 1:05:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35813/ Nov 01, 2023 1:05:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39661] Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39661] Nov 01, 2023 1:05:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39661/ Nov 01, 2023 1:05:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39661] Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39661] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-programmatic --- Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35813] Nov 01, 2023 1:05:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-programmatic --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35813] Nov 01, 2023 1:05:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35813/ Nov 01, 2023 1:05:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35813] Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35813] Nov 01, 2023 1:05:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35813/ Nov 01, 2023 1:05:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35813] Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:05:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35813] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.180 s -- in org.glassfish.jersey.tests.performance.interceptor.global.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-global --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json [INFO] attaching as interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-global --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-global --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-global --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-global/target/interceptor-global-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-global/3.0.99-SNAPSHOT/interceptor-global-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-global --- [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-programmatic --- [INFO] [INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >-------- [INFO] Building jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT [326/373] [INFO] from examples/helloworld-pure-jax-rs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-pure-jax-rs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-pure-jax-rs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-pure-jax-rs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:interceptor-name >-- [INFO] Building jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT [291/370] [INFO] from tests/performance/test-cases/interceptor-name/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ interceptor-name --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-name --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ interceptor-name --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ interceptor-name --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ interceptor-name --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ interceptor-name --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ interceptor-name --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-name --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-name --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ interceptor-name --- [INFO] Reserved port 34829 for jersey.config.test.container.port [INFO] Reserved port 44889 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ interceptor-name --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-pure-jax-rs --- [INFO] Reserved port 41861 for jersey.config.test.container.port [INFO] Reserved port 38127 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-pure-jax-rs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/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.examples.helloworld.jaxrs.HelloWorldTest Nov 01, 2023 1:05:59 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 1:06:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-pure-jax-rs --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.tests.performance.interceptor.name.InterceptorTest [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-pure-jax-rs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-pure-jax-rs --- Nov 01, 2023 1:06:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34829/ [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------ [INFO] Building jersey-examples-helloworld-weld 3.0.99-SNAPSHOT [327/373] [INFO] from examples/helloworld-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-weld --- [INFO] Reserved port 36561 for jersey.config.test.container.port [INFO] Reserved port 41203 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/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.examples.helloworld.RequestScopeAlignmentTest Nov 01, 2023 1:06:01 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 1:06:01 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:01 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34829/ Nov 01, 2023 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34829/ Nov 01, 2023 1:06:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34829] Nov 01, 2023 1:06:01 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d4ff8a4-4c69-4079-b5c4-d877f496dda9 initialized Nov 01, 2023 1:06:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.622 s -- in org.glassfish.jersey.tests.performance.interceptor.name.InterceptorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-name --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:02 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d4ff8a4-4c69-4079-b5c4-d877f496dda9 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json [INFO] attaching as interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ interceptor-name --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ interceptor-name --- Nov 01, 2023 1:06:02 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:02 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:02 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73499d5f-7dae-4f11-8fdc-6035b97bee82 initialized Nov 01, 2023 1:06:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ interceptor-name --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/interceptor-name/target/interceptor-name-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/interceptor-name/3.0.99-SNAPSHOT/interceptor-name-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ interceptor-name --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:custom-provider >-- [INFO] Building jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT [292/370] [INFO] from tests/performance/test-cases/mbw-custom-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-provider --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-provider --- [INFO] Reserved port 39625 for jersey.config.test.container.port [INFO] Reserved port 35731 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/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.tests.performance.mbw.custom.PersonEntityTest Nov 01, 2023 1:06:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 1:06:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39625] Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39625] Nov 01, 2023 1:06:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 1:06:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39625] Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39625] Nov 01, 2023 1:06:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39625/ Nov 01, 2023 1:06:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39625] Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39625] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 s -- in org.glassfish.jersey.tests.performance.mbw.custom.PersonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-provider --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json [INFO] attaching as custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ custom-provider --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-provider --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-custom-provider/target/custom-provider-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/custom-provider/3.0.99-SNAPSHOT/custom-provider-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-provider --- [INFO] [INFO] ---< org.glassfish.jersey.tests.performance.testcases:json-jackson >---- [INFO] Building jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT [293/370] [INFO] from tests/performance/test-cases/mbw-json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 46401 for jersey.config.test.container.port [INFO] Reserved port 41543 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-jackson --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-jackson/target/json-jackson-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:json-moxy >----- [INFO] Building jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT [294/370] [INFO] from tests/performance/test-cases/mbw-json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ json-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 38917 for jersey.config.test.container.port [INFO] Reserved port 35903 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [INFO] Running org.glassfish.jersey.tests.performance.mbw.json.JsonEntityTest Nov 01, 2023 1:06:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38917/ Nov 01, 2023 1:06:09 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38917] Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38917] Nov 01, 2023 1:06:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38917/ Nov 01, 2023 1:06:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38917] Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38917] Nov 01, 2023 1:06:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38917/ Nov 01, 2023 1:06:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38917] Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38917] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.634 s -- in org.glassfish.jersey.tests.performance.mbw.json.JsonEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ json-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-json-moxy/target/json-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:mbw-kryo >------ [INFO] Building jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT [295/370] [INFO] from tests/performance/test-cases/mbw-kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ mbw-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ mbw-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ mbw-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ mbw-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ mbw-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ mbw-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ mbw-kryo --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ mbw-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ mbw-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ mbw-kryo --- [INFO] Reserved port 35419 for jersey.config.test.container.port [INFO] Reserved port 38757 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ mbw-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. [INFO] Running org.glassfish.jersey.tests.performance.mbw.kryo.PersonResourceTest Nov 01, 2023 1:06:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35419/ Nov 01, 2023 1:06:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.esotericsoftware.kryo.util.UnsafeUtil (file:/home/jenkins/.m2/repository/com/esotericsoftware/kryo/4.0.2/kryo-4.0.2.jar) to constructor java.nio.DirectByteBuffer(long,int,java.lang.Object) WARNING: Please consider reporting this to the maintainers of com.esotericsoftware.kryo.util.UnsafeUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35419] Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35419] Nov 01, 2023 1:06:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35419/ Nov 01, 2023 1:06:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35419] Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35419] Nov 01, 2023 1:06:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35419/ Nov 01, 2023 1:06:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35419] Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35419] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.tests.performance.mbw.kryo.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ mbw-kryo --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json [INFO] attaching as mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ mbw-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ mbw-kryo --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ mbw-kryo --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-kryo/target/mbw-kryo-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/mbw-kryo/3.0.99-SNAPSHOT/mbw-kryo-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ mbw-kryo --- [INFO] [INFO] ----< org.glassfish.jersey.tests.performance.testcases:text-plain >----- [INFO] Building jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT [296/370] [INFO] from tests/performance/test-cases/mbw-text-plain/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ text-plain --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ text-plain --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ text-plain --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ text-plain --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ text-plain --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ text-plain --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ text-plain --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ text-plain --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ text-plain --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ text-plain --- [INFO] Reserved port 44017 for jersey.config.test.container.port [INFO] Reserved port 40411 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ text-plain --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. [INFO] Running org.glassfish.jersey.tests.performance.mbw.text.TextEntityTest Nov 01, 2023 1:06:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44017/ Nov 01, 2023 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44017] Nov 01, 2023 1:06:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44017] Nov 01, 2023 1:06:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44017/ Nov 01, 2023 1:06:17 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44017] Nov 01, 2023 1:06:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44017] Nov 01, 2023 1:06:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44017/ Nov 01, 2023 1:06:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44017] Nov 01, 2023 1:06:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44017] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.tests.performance.mbw.text.TextEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ text-plain --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json [INFO] attaching as text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ text-plain --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ text-plain --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ text-plain --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-text-plain/target/text-plain-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/text-plain/3.0.99-SNAPSHOT/text-plain-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ text-plain --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-jaxb >------ [INFO] Building jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT [297/370] [INFO] from tests/performance/test-cases/mbw-xml-jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-jaxb --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-jaxb --- [INFO] Reserved port 34695 for jersey.config.test.container.port [INFO] Reserved port 37779 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-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] Running org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest Nov 01, 2023 1:06:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34695/ Nov 01, 2023 1:06:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 1:06:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 1:06:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34695] Nov 01, 2023 1:06:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34695] Nov 01, 2023 1:06:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34695/ Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34695] Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34695] Nov 01, 2023 1:06:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34695/ Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34695] Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34695] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.259 s -- in org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json [INFO] attaching as xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-jaxb --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-jaxb/target/xml-jaxb-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-jaxb/3.0.99-SNAPSHOT/xml-jaxb-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-jaxb --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:xml-moxy >------ [INFO] Building jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT [298/370] [INFO] from tests/performance/test-cases/mbw-xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 46583 for jersey.config.test.container.port [INFO] Reserved port 46305 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. [INFO] Running org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest Nov 01, 2023 1:06:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 1:06:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Nov 01, 2023 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 1:06:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Nov 01, 2023 1:06:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Nov 01, 2023 1:06:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Nov 01, 2023 1:06:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Nov 01, 2023 1:06:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s -- in org.glassfish.jersey.tests.performance.mbw.xml.XmlEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ xml-moxy --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war Nov 01, 2023 1:06:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/mbw-xml-moxy/target/xml-moxy-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] -----< org.glassfish.jersey.tests.performance.testcases:param-srl >----- [INFO] Building jersey-tests-performance-param-srl 3.0.99-SNAPSHOT [299/370] [INFO] from tests/performance/test-cases/param-srl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ param-srl --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ param-srl --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ param-srl --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ param-srl --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ param-srl --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ param-srl --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ param-srl --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ param-srl --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ param-srl --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ param-srl --- [INFO] Reserved port 42691 for jersey.config.test.container.port [INFO] Reserved port 37847 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ param-srl --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/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.tests.performance.param.srl.SrlSrmTest Nov 01, 2023 1:06:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42691/ Nov 01, 2023 1:06:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 1:06:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42691] Nov 01, 2023 1:06:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 1:06:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42691] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 s -- in org.glassfish.jersey.tests.performance.param.srl.SrlSrmTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ param-srl --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json [INFO] attaching as param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ param-srl --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ param-srl --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ param-srl --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/param-srl/target/param-srl-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/param-srl/3.0.99-SNAPSHOT/param-srl-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ param-srl --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.testcases:proxy-injection >-- [INFO] Building jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT [300/370] [INFO] from tests/performance/test-cases/proxy-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ proxy-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ proxy-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ proxy-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ proxy-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ proxy-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ proxy-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ proxy-injection --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proxy-injection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proxy-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ proxy-injection --- [INFO] Reserved port 42041 for jersey.config.test.container.port [INFO] Reserved port 46261 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ proxy-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/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.tests.performance.proxy.injection.InjectedResourcesTest Nov 01, 2023 1:06:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42041/ Nov 01, 2023 1:06:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42041] Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42041] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s -- in org.glassfish.jersey.tests.performance.proxy.injection.InjectedResourcesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ proxy-injection --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json [INFO] attaching as proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ proxy-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ proxy-injection --- [INFO] Building zip: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- install:3.1.1:install (default-install) @ proxy-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-zip-with-jars.zip [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/test-cases/proxy-injection/target/proxy-injection-3.0.99-SNAPSHOT-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/testcases/proxy-injection/3.0.99-SNAPSHOT/proxy-injection-3.0.99-SNAPSHOT-war.war [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ proxy-injection --- [INFO] [INFO] --< org.glassfish.jersey.tests.performance.tools:performance-test-tools >-- [INFO] Building performance-test-tools 3.0.99-SNAPSHOT [301/370] [INFO] from tests/performance/tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ performance-test-tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ performance-test-tools --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ performance-test-tools --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ performance-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ performance-test-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ performance-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ performance-test-tools --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ performance-test-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ performance-test-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ performance-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ performance-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ performance-test-tools --- [INFO] Reserved port 44327 for jersey.config.test.container.port [INFO] Reserved port 34753 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ performance-test-tools --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ performance-test-tools --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json Nov 01, 2023 1:06:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. [INFO] attaching as performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ performance-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ performance-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/performance/tools/target/performance-test-tools-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/performance/tools/performance-test-tools/3.0.99-SNAPSHOT/performance-test-tools-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ performance-test-tools --- [INFO] [INFO] --------------< org.glassfish.jersey.tests:release-test >--------------- [INFO] Building jersey-release-test 3.0.99-SNAPSHOT [302/370] [INFO] from tests/release-test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ release-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ release-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ release-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ release-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ release-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ release-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ release-test --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ release-test --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ release-test --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ release-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:06:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/src/main/java/org/glassfish/jersey/test/artifacts/MavenUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ release-test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ release-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 1:06:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ release-test --- [INFO] Reserved port 33021 for jersey.config.test.container.port [INFO] Reserved port 40981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ release-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider Nov 01, 2023 1:06:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. [INFO] Running org.glassfish.jersey.test.artifacts.ArchetypesTest (pass) The properties in archetype pom ../../archetypes/jersey-example-java8-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-heroku-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-quickstart-grizzly2/src/main/resources/archetype-resources/pom.xml equals Jersey (pass) The properties in archetype pom ../../archetypes/jersey-quickstart-webapp/src/main/resources/archetype-resources/pom.xml equals Jersey [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.test.artifacts.ArchetypesTest [INFO] Running org.glassfish.jersey.test.artifacts.NoticeFilesTest (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency org.osgi.core found (pass) Dependency org.osgi.core contains expected version 6.0.0 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Javassist found (pass) Dependency Javassist contains expected version 3.29.2-GA in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency Bean Validation found (pass) Dependency Bean Validation contains expected version 3.0.2 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/NOTICE.md (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/core-server/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/media/json-jackson/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/ext/bean-validation/src/main/resources/META-INF/NOTICE.markdown (pass) Expected dependency org.objectweb.asm found (pass) Dependency org.objectweb.asm contains expected version 9.6 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency org.osgi.core found (pass) Dependency org.osgi.core contains expected version 6.0.0 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Jackson JAX-RS Providers found (pass) Dependency Jackson JAX-RS Providers contains expected version 2.15.3 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Javassist found (pass) Dependency Javassist contains expected version 3.29.2-GA in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Hibernate Validator CDI found (pass) Dependency Hibernate Validator CDI contains expected version 7.0.5.Final in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md (pass) Expected dependency Bean Validation found (pass) Dependency Bean Validation contains expected version 3.0.2 in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/NOTICE.md [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.test.artifacts.NoticeFilesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ release-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.xml [INFO] attaching as release-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.json [INFO] attaching as release-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ release-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/release-test/target/release-test-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/release-test/3.0.99-SNAPSHOT/release-test-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ release-test --- Nov 01, 2023 1:06:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. [INFO] [INFO] ------------< org.glassfish.jersey.tests:version-agnostic >------------- [INFO] Building jersey-agnostic-test 1.0.8 [303/370] [INFO] from tests/version-agnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ version-agnostic --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ version-agnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ version-agnostic --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ version-agnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ version-agnostic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ version-agnostic --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 1:06:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ [INFO] Running org.glassfish.jersey.test.agnostic.JettyHeaderTest Nov 01, 2023 1:06:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 1:06:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 1:06:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:06:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s - in org.glassfish.jersey.test.agnostic.JettyHeaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ version-agnostic --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/version-agnostic-1.0.8.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ version-agnostic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/version-agnostic/1.0.8/version-agnostic-1.0.8.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/tests/version-agnostic/target/version-agnostic-1.0.8.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/version-agnostic/1.0.8/version-agnostic-1.0.8.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ version-agnostic --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:assemblies >-------------- [INFO] Building jersey-examples-assemblies 3.0.99-SNAPSHOT [304/370] [INFO] from examples/assemblies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ assemblies --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ assemblies --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ assemblies --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ assemblies --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ assemblies --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ assemblies --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ assemblies --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ assemblies --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ assemblies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ assemblies --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ assemblies --- [INFO] Reserved port 33807 for jersey.config.test.container.port [INFO] Reserved port 45527 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ assemblies --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ assemblies --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json [INFO] attaching as assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ assemblies --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ assemblies --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/assemblies/target/assemblies-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/assemblies/3.0.99-SNAPSHOT/assemblies-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ assemblies --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:bookmark >--------------- [INFO] Building jersey-examples-bookmark 3.0.99-SNAPSHOT [305/370] [INFO] from examples/bookmark/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark --- [INFO] Reserved port 41453 for jersey.config.test.container.port [INFO] Reserved port 38707 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 1:06:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json [INFO] attaching as bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark/target/bookmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark/3.0.99-SNAPSHOT/bookmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:bookmark-em >-------------- [INFO] Building jersey-examples-bookmark-em 3.0.99-SNAPSHOT [306/370] [INFO] from examples/bookmark-em/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookmark-em --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookmark-em --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookmark-em --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookmark-em --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookmark-em --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookmark-em --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookmark-em --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookmark-em --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookmark-em --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookmark-em --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookmark-em --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookmark-em --- [INFO] Reserved port 38589 for jersey.config.test.container.port [INFO] Reserved port 41951 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookmark-em --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookmark-em --- [INFO] Packaging webapp [INFO] Assembling webapp [bookmark-em] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookmark-em --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json [INFO] attaching as bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookmark-em --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookmark-em --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookmark-em/target/bookmark-em-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookmark-em/3.0.99-SNAPSHOT/bookmark-em-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookmark-em --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:bookstore-webapp >----------- [INFO] Building jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT [307/370] [INFO] from examples/bookstore-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ bookstore-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bookstore-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ bookstore-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ bookstore-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ bookstore-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ bookstore-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ bookstore-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ bookstore-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ bookstore-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ bookstore-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ bookstore-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ bookstore-webapp --- [INFO] Reserved port 37625 for jersey.config.test.container.port [INFO] Reserved port 35795 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ bookstore-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ bookstore-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [bookstore-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ bookstore-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:06:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json [INFO] attaching as bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ bookstore-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ bookstore-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/bookstore-webapp/target/bookstore-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/bookstore-webapp/3.0.99-SNAPSHOT/bookstore-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ bookstore-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:cdi-webapp >-------------- [INFO] Building jersey-examples-cdi-webapp 3.0.99-SNAPSHOT [308/370] [INFO] from examples/cdi-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ cdi-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-webapp --- [INFO] Reserved port 39823 for jersey.config.test.container.port [INFO] Reserved port 37023 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/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.examples.cdi.resources.PerRequestBeanTest Nov 01, 2023 1:06:53 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 1:06:53 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:53 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:54 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 844a5013-227d-4b88-8bf6-72f469b7278f initialized Nov 01, 2023 1:06:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Nov 01, 2023 1:06:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 844a5013-227d-4b88-8bf6-72f469b7278f shut down Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 229f1230-2cec-4ebd-890f-7f028cc09e19 initialized Nov 01, 2023 1:06:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 229f1230-2cec-4ebd-890f-7f028cc09e19 shut down Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f95cb367-f285-4925-9f94-f657df842df2 initialized Nov 01, 2023 1:06:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f95cb367-f285-4925-9f94-f657df842df2 shut down Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d0d4452-ade4-488c-9f42-fe337509ef89 initialized Nov 01, 2023 1:06:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d0d4452-ade4-488c-9f42-fe337509ef89 shut down Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.708 s -- in org.glassfish.jersey.examples.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoResourceTest Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 1:06:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10604643-adde-4554-9076-7a78a3080540 initialized Nov 01, 2023 1:06:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:06:55 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=alpha Nov 01, 2023 1:06:55 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10604643-adde-4554-9076-7a78a3080540 shut down Nov 01, 2023 1:06:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:55 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 771785a4-d4da-4a48-a625-486b54c7e9c4 initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:06:56 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=AAA Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 771785a4-d4da-4a48-a625-486b54c7e9c4 shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c440e526-e281-46a6-9e02-9f2e8ad0691e initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:06:56 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=b Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c440e526-e281-46a6-9e02-9f2e8ad0691e shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7da8207e-42ce-4b77-9892-8dd5ed4ac1dc initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:06:56 PM org.glassfish.jersey.examples.cdi.resources.EchoParamConstructorResource postConstruct INFO: in post construct, a=1 Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7da8207e-42ce-4b77-9892-8dd5ed4ac1dc shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a978582-eb52-4e4b-8156-b8c1a38bd966 initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a978582-eb52-4e4b-8156-b8c1a38bd966 shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 456d3109-536b-46b1-b3a6-92fe5022b869 initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 456d3109-536b-46b1-b3a6-92fe5022b869 shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0c29295-2327-47f1-b7da-e314e94be879 initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0c29295-2327-47f1-b7da-e314e94be879 shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:56 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ddeff97f-d212-4862-903e-c688d82c8969 initialized Nov 01, 2023 1:06:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:06:56 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddeff97f-d212-4862-903e-c688d82c8969 shut down Nov 01, 2023 1:06:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 s -- in org.glassfish.jersey.examples.cdi.resources.EchoResourceTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 906515e5-a5ad-422e-864d-5ffb9211f5ba initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 906515e5-a5ad-422e-864d-5ffb9211f5ba shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a60cb3b1-c5ad-49df-bc44-139de8c54f82 initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a60cb3b1-c5ad-49df-bc44-139de8c54f82 shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c11fe88a-13c6-47bc-95f1-78386eb20dac initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c11fe88a-13c6-47bc-95f1-78386eb20dac shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.glassfish.jersey.examples.cdi.resources.ProxyScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 146a63ea-78aa-487c-855d-9a1ac52d6ef7 initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 146a63ea-78aa-487c-855d-9a1ac52d6ef7 shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.examples.cdi.resources.PerApplicationBeanTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.HelloworldTest Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3c6413f-26d9-437f-964e-7176b1993a99 initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3c6413f-26d9-437f-964e-7176b1993a99 shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.examples.cdi.resources.HelloworldTest [INFO] Running org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0c5c91d-9b58-464b-adbe-6a0c2f7340cc initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0c5c91d-9b58-464b-adbe-6a0c2f7340cc shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e06766d-61bf-4489-8c46-b8f52812d71a initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e06766d-61bf-4489-8c46-b8f52812d71a shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 338628cd-6bd0-4be2-b652-9b8251486c49 initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 338628cd-6bd0-4be2-b652-9b8251486c49 shut down Nov 01, 2023 1:06:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] Nov 01, 2023 1:06:57 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:06:57 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:06:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2621464c-8d90-4b54-ace6-9d1dcf75865d initialized Nov 01, 2023 1:06:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39823/cdi-webapp Nov 01, 2023 1:06:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39823] Nov 01, 2023 1:06:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 1:06:58 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2621464c-8d90-4b54-ace6-9d1dcf75865d shut down Nov 01, 2023 1:06:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39823] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.glassfish.jersey.examples.cdi.resources.EchoParamBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 35 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json [INFO] attaching as cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/cdi-webapp/target/cdi-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/cdi-webapp/3.0.99-SNAPSHOT/cdi-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-webapp --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:clipboard >--------------- [INFO] Building jersey-examples-clipboard 3.0.99-SNAPSHOT [309/370] [INFO] from examples/clipboard/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard --- Nov 01, 2023 1:07:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard --- [INFO] Reserved port 45493 for jersey.config.test.container.port [INFO] Reserved port 43975 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/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.examples.clipboard.ClipboardTest Nov 01, 2023 1:07:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:02 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 1:07:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45493/ Nov 01, 2023 1:07:03 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45493] Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:07:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45493] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.527 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json [INFO] attaching as clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard/target/clipboard-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard/3.0.99-SNAPSHOT/clipboard-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard --- [INFO] [INFO] --------< org.glassfish.jersey.examples:clipboard-programmatic >-------- [INFO] Building jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT [310/370] [INFO] from examples/clipboard-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ clipboard-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ clipboard-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ clipboard-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ clipboard-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ clipboard-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ clipboard-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ clipboard-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ clipboard-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ clipboard-programmatic --- [INFO] Reserved port 36735 for jersey.config.test.container.port [INFO] Reserved port 46805 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ clipboard-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:07:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. [INFO] Running org.glassfish.jersey.examples.clipboard.ClipboardTest Nov 01, 2023 1:07:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36735/ Nov 01, 2023 1:07:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36735] Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Nov 01, 2023 1:07:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36735] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.359 s -- in org.glassfish.jersey.examples.clipboard.ClipboardTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ clipboard-programmatic --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json [INFO] attaching as clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ clipboard-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ clipboard-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/clipboard-programmatic/target/clipboard-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/clipboard-programmatic/3.0.99-SNAPSHOT/clipboard-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ clipboard-programmatic --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:configured-client >----------- [INFO] Building jersey-examples-configured-client 3.0.99-SNAPSHOT [311/370] [INFO] from examples/configured-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ configured-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ configured-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ configured-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ configured-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ configured-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ configured-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ configured-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ configured-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ configured-client --- [INFO] Reserved port 40779 for jersey.config.test.container.port [INFO] Reserved port 44577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ configured-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-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.examples.configured.client.HelloWorldTest Nov 01, 2023 1:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40779/ Nov 01, 2023 1:07:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:07:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Nov 01, 2023 1:07:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40779] Nov 01, 2023 1:07:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Hello World! Jersey/3.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Nov 01, 2023 1:07:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40779] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s -- in org.glassfish.jersey.examples.configured.client.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ configured-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Nov 01, 2023 1:07:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json [INFO] attaching as configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ configured-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ configured-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/configured-client/target/configured-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/configured-client/3.0.99-SNAPSHOT/configured-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ configured-client --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:declarative-linking >---------- [INFO] Building jersey-examples-declarative-linking 3.0.99-SNAPSHOT [312/370] [INFO] from examples/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ declarative-linking --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ declarative-linking --- [INFO] Reserved port 39227 for jersey.config.test.container.port [INFO] Reserved port 41045 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/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.examples.linking.LinkWebAppTest Nov 01, 2023 1:07:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39227/ Nov 01, 2023 1:07:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39227] Nov 01, 2023 1:07:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39227] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 s -- in org.glassfish.jersey.examples.linking.LinkWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ declarative-linking --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 1:07:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json [INFO] attaching as declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/declarative-linking/target/declarative-linking-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/declarative-linking/3.0.99-SNAPSHOT/declarative-linking-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ declarative-linking --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:entity-filtering >----------- [INFO] Building jersey-examples-entity-filtering 3.0.99-SNAPSHOT [313/370] [INFO] from examples/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering --- [INFO] Reserved port 44813 for jersey.config.test.container.port [INFO] Reserved port 40251 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. [INFO] Running org.glassfish.jersey.examples.entityfiltering.ProjectsResourceTest Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 1:07:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:21 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.955 s -- in org.glassfish.jersey.examples.entityfiltering.ProjectsResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.TaskResourceTest Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.glassfish.jersey.examples.entityfiltering.TaskResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.UsersResourceTest Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:07:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] Nov 01, 2023 1:07:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44813/ Nov 01, 2023 1:07:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44813] Nov 01, 2023 1:07:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:07:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44813] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.glassfish.jersey.examples.entityfiltering.UsersResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json [INFO] attaching as entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering/target/entity-filtering-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering/3.0.99-SNAPSHOT/entity-filtering-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering --- [INFO] [INFO] -----< org.glassfish.jersey.examples:entity-filtering-selectable >------ [INFO] Building jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT [314/370] [INFO] from examples/entity-filtering-selectable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-selectable --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-selectable --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-selectable --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-selectable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-selectable --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-selectable --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-selectable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-selectable --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-selectable --- [INFO] Reserved port 34427 for jersey.config.test.container.port [INFO] Reserved port 37609 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-selectable --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/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.examples.entityfiltering.selectable.PersonResourceTest Nov 01, 2023 1:07:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 1:07:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 1:07:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:28 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Nov 01, 2023 1:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34427/ Nov 01, 2023 1:07:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34427] Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34427] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.693 s -- in org.glassfish.jersey.examples.entityfiltering.selectable.PersonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-selectable --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 1:07:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json [INFO] attaching as entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-selectable --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-selectable --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-selectable/target/entity-filtering-selectable-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-selectable/3.0.99-SNAPSHOT/entity-filtering-selectable-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-selectable --- [INFO] [INFO] ------< org.glassfish.jersey.examples:entity-filtering-security >------- [INFO] Building jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT [315/370] [INFO] from examples/entity-filtering-security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ entity-filtering-security --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ entity-filtering-security --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ entity-filtering-security --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ entity-filtering-security --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ entity-filtering-security --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ entity-filtering-security --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ entity-filtering-security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ entity-filtering-security --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ entity-filtering-security --- [INFO] Reserved port 34577 for jersey.config.test.container.port [INFO] Reserved port 38829 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ entity-filtering-security --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/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.examples.entityfiltering.security.UnrestrictedResourceTest Nov 01, 2023 1:07:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s -- in org.glassfish.jersey.examples.entityfiltering.security.UnrestrictedResourceTest [INFO] Running org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34577/ Nov 01, 2023 1:07:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34577] Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:07:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34577] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s -- in org.glassfish.jersey.examples.entityfiltering.security.RestrictedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ entity-filtering-security --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json [INFO] attaching as entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ entity-filtering-security --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ entity-filtering-security --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/entity-filtering-security/target/entity-filtering-security-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/entity-filtering-security/3.0.99-SNAPSHOT/entity-filtering-security-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ entity-filtering-security --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:extended-wadl-webapp >--------- [INFO] Building jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT [316/370] [INFO] from examples/extended-wadl-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'strict' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (xjc)' [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (default-test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ extended-wadl-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- Nov 01, 2023 1:07:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] Created EpisodePath [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] null [-1,-1] org.xml.sax.SAXParseException: generating code at com.sun.tools.xjc.ErrorReceiver.debug (ErrorReceiver.java:110) at com.sun.tools.xjc.Driver.run (Driver.java:357) at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475) at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 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:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ extended-wadl-webapp --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- resources:2.6:resources (default-resources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] >>> javadoc:3.6.0:javadoc (default) > generate-sources @ extended-wadl-webapp >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extended-wadl-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ extended-wadl-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ extended-wadl-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ extended-wadl-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ extended-wadl-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb2:2.5.0:xjc (xjc) @ extended-wadl-webapp --- [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/xjb], since it is not an existent file or directory. [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] <<< javadoc:3.6.0:javadoc (default) < generate-sources @ extended-wadl-webapp <<< [INFO] [INFO] [INFO] --- javadoc:3.6.0:javadoc (default) @ extended-wadl-webapp --- Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] No previous run data found, generating javadoc. Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. [INFO] Loading source files for package org.glassfish.jersey.examples.extendedwadl... Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources... Loading source files for package org.glassfish.jersey.examples.extendedwadl.util... Constructing Javadoc information... [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [WARNING] are planned to be removed in a future JDK release. These [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [WARNING] Users are strongly recommended to migrate to the new APIs. [WARNING] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: cdataElements [commentText] [WARNING] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType] [WARNING] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: 28 nodes found by commentText [WARNING] Nov 01, 2023 1:07:42 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@5460cf3a in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/resourcedoc.xml [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ extended-wadl-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ extended-wadl-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ extended-wadl-webapp --- [INFO] Reserved port 33701 for jersey.config.test.container.port [INFO] Reserved port 37451 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ extended-wadl-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=124, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. [INFO] Running org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest Nov 01, 2023 1:07:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33701/ Nov 01, 2023 1:07:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 1:07:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33701] Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33701] Nov 01, 2023 1:07:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33701/ Nov 01, 2023 1:07:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.util.Examples 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.examples.extendedwadl.util.Examples will be ignored. Nov 01, 2023 1:07:44 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.extendedwadl.SampleWadlGeneratorConfig 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.examples.extendedwadl.SampleWadlGeneratorConfig will be ignored. Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33701] Nov 01, 2023 1:07:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:07:44 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:07:45 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:07:45 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorApplicationDoc Nov 01, 2023 1:07:45 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.WadlGeneratorGrammarsSupport Nov 01, 2023 1:07:45 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.WadlGeneratorResourceDocSupport Nov 01, 2023 1:07:45 PM org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl attachExternalGrammar INFO: The wadl application already contains a grammars element, were adding elements of the provided grammars file. Nov 01, 2023 1:07:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33701] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s -- in org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ extended-wadl-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [extended-wadl-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ extended-wadl-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json [INFO] attaching as extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ extended-wadl-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ extended-wadl-webapp --- [WARNING] sourceFileIncludes and sourceFileExcludes have no effect when subpackages are specified! [INFO] Configuration changed, re-generating javadoc. Nov 01, 2023 1:07:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. [INFO] Loading source files for package org.glassfish.jersey.examples.extendedwadl... Loading source files for package org.glassfish.jersey.examples.extendedwadl.resources... Loading source files for package org.glassfish.jersey.examples.extendedwadl.util... Constructing Javadoc information... [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [WARNING] are planned to be removed in a future JDK release. These [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [WARNING] Users are strongly recommended to migrate to the new APIs. [WARNING] Nov 01, 2023 1:07:49 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: cdataElements [commentText] [WARNING] Nov 01, 2023 1:07:49 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: classes [class org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType] [WARNING] Nov 01, 2023 1:07:49 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: 28 nodes found by commentText [WARNING] Nov 01, 2023 1:07:49 PM org.glassfish.jersey.wadl.doclet.DocletUtils createOutputFile [WARNING] INFO: Wrote org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType@5460cf3a in /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/classes/resourcedoc.xml [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ extended-wadl-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/extended-wadl-webapp/target/extended-wadl-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/extended-wadl-webapp/3.0.99-SNAPSHOT/extended-wadl-webapp-3.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ extended-wadl-webapp --- Nov 01, 2023 1:07:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. [INFO] [INFO] ----------< org.glassfish.jersey.examples:exception-mapping >----------- [INFO] Building jersey-examples-exception-mapping 3.0.99-SNAPSHOT [317/370] [INFO] from examples/exception-mapping/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ exception-mapping --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ exception-mapping --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ exception-mapping --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ exception-mapping --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ exception-mapping --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ exception-mapping --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ exception-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ exception-mapping --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ exception-mapping --- [INFO] Reserved port 40079 for jersey.config.test.container.port [INFO] Reserved port 35203 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ exception-mapping --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. [INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingTest Nov 01, 2023 1:07:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:51 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:52 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingTest [INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest Nov 01, 2023 1:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. WebApplicationExceptionFilter.preFilter() enter WebApplicationExceptionFilter.preFilter() exit MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Response Exception:MyResponseFilter Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] Nov 01, 2023 1:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40079/ Nov 01, 2023 1:07:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40079] Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. WebApplicationExceptionFilter.preFilter() enter MyResponseFilter.postFilter() enter MyResponseFilter.postFilter() exit WebApplicationExceptionFilter.postFilter() enter WebApplicationExceptionFilter.postFilter() exit entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40079] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ exception-mapping --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 1:07:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json [INFO] attaching as exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ exception-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ exception-mapping --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.0.99-SNAPSHOT/exception-mapping-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ exception-mapping --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >----------- [INFO] Building jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT [318/370] [INFO] from examples/freemarker-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ freemarker-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ freemarker-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ freemarker-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ freemarker-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ freemarker-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ freemarker-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ freemarker-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ freemarker-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ freemarker-webapp --- [INFO] Reserved port 39369 for jersey.config.test.container.port [INFO] Reserved port 37709 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ freemarker-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/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.examples.freemarker.FreemarkerTest Nov 01, 2023 1:07:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39369/freemarker-webapp Nov 01, 2023 1:07:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 1:07:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39369] Nov 01, 2023 1:07:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39369/freemarker-webapp Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39369/freemarker-webapp Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39369/freemarker-webapp Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39369] Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39369] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s -- in org.glassfish.jersey.examples.freemarker.FreemarkerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ freemarker-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ freemarker-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:07:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 1:07:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json [INFO] attaching as freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ freemarker-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ freemarker-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/3.0.99-SNAPSHOT/freemarker-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ freemarker-webapp --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:groovy >---------------- [INFO] Building jersey-examples-groovy 3.0.99-SNAPSHOT [319/370] [INFO] from examples/groovy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ groovy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ groovy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ groovy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ groovy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.0.0:parse-version (parse-version) @ groovy --- [INFO] [INFO] --- build-helper:3.0.0:add-source (default) @ groovy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- gplus:3.0.2:addSources (1) @ groovy --- Nov 01, 2023 1:07:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. [INFO] [INFO] --- gplus:3.0.2:addTestSources (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:generateStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform generateStubs. [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compile (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compile. [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:07:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:generateTestStubs (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform generateTestStubs. [INFO] Generated 1 stub. [INFO] [INFO] --- gplus:3.0.2:compileTests (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform compileTests. [INFO] invokedynamic enabled. [INFO] Parallel parsing enabled. Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. [INFO] Compiled 1 file. [INFO] [INFO] --- gplus:3.0.2:removeStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:removeTestStubs (1) @ groovy --- [INFO] [INFO] --- gplus:3.0.2:groovydoc (1) @ groovy --- [INFO] Using isolated classloader, without GMavenPlus classpath. [INFO] Using Groovy 4.0.15 to perform groovydoc. Nov 01, 2023 1:08:01 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. [INFO] [INFO] --- antrun:3.1.0:run (2) @ groovy --- [INFO] Executing tasks [INFO] [jar] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.0.0:attach-artifact (3) @ groovy --- [INFO] [INFO] --- resources:2.6:resources (default-resources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ groovy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- build-helper:3.0.0:reserve-network-port (reserve-port) @ groovy --- [INFO] Reserved port 42523 for jersey.config.test.container.port [INFO] Reserved port 36417 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ groovy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/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.examples.groovy.GroovyResourceTest Nov 01, 2023 1:08:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42523/ Nov 01, 2023 1:08:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42523] Nov 01, 2023 1:08:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42523] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s -- in org.glassfish.jersey.examples.groovy.GroovyResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ groovy --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 68 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json [INFO] attaching as groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ groovy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/3.0.99-SNAPSHOT/groovy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ groovy --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:helloworld >-------------- [INFO] Building jersey-examples-helloworld 3.0.99-SNAPSHOT [320/370] [INFO] from examples/helloworld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld --- [INFO] Reserved port 34709 for jersey.config.test.container.port [INFO] Reserved port 45615 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:08:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 1:08:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:08:12 PM org.glassfish.jersey.examples.helloworld.HelloWorldTest testAsyncClientRequests INFO: Executed in: 90 Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34709/ Nov 01, 2023 1:08:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34709] Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34709] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.077 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json [INFO] attaching as helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/3.0.99-SNAPSHOT/helloworld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >--------- [INFO] Building jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT [321/370] [INFO] from examples/helloworld-benchmark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-benchmark --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-benchmark --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-benchmark --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-benchmark --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-benchmark --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-benchmark --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-benchmark --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-benchmark --- [INFO] Reserved port 38489 for jersey.config.test.container.port [INFO] Reserved port 39209 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-benchmark --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 1:08:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:08:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] Nov 01, 2023 1:08:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38489/ Nov 01, 2023 1:08:16 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38489] Nov 01, 2023 1:08:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:08:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38489] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-benchmark --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json [INFO] attaching as helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (shade-archive) @ helloworld-benchmark --- [INFO] Including org.glassfish.jersey.core:jersey-server:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.validation:jakarta.validation-api:jar:3.0.2 in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-locator:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-api:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.hk2:hk2-utils:jar:3.0.3 in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-core:jar:1.37 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.6.1 in the shaded jar. [INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:3.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.10.0 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.3.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.10.0 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-params:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.10.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.10.0 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] commons-math3-3.6.1.jar, jakarta.inject-api-2.0.1.jar, javax.annotation-api-1.3.2.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] aopalliance-repackaged-3.0.3.jar, apiguardian-api-1.1.2.jar, commons-math3-3.6.1.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.inject-api-2.0.1.jar, jakarta.validation-api-3.0.2.jar, jakarta.ws.rs-api-3.0.0.jar, javassist-3.29.2-GA.jar, javax.annotation-api-1.3.2.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, jmh-core-1.37.jar, jopt-simple-5.0.4.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar, opentest4j-1.3.0.jar, osgi-resource-locator-1.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jersey-common-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/NOTICE.markdown [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE-notice.md [WARNING] aopalliance-repackaged-3.0.3.jar, helloworld-benchmark.jar, hk2-api-3.0.3.jar, hk2-locator-3.0.3.jar, hk2-utils-3.0.3.jar, jakarta.annotation-api-2.0.0.jar, jakarta.ws.rs-api-3.0.0.jar, jersey-client-3.0.99-SNAPSHOT.jar, jersey-common-3.0.99-SNAPSHOT.jar, jersey-hk2-3.0.99-SNAPSHOT.jar, jersey-server-3.0.99-SNAPSHOT.jar, jersey-test-framework-util-3.0.99-SNAPSHOT.jar, junit-jupiter-5.10.0.jar, junit-jupiter-api-5.10.0.jar, junit-jupiter-engine-5.10.0.jar, junit-jupiter-params-5.10.0.jar, junit-platform-commons-1.10.0.jar, junit-platform-engine-1.10.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] apiguardian-api-1.1.2.jar, opentest4j-1.3.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-3.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/3.0.99-SNAPSHOT/helloworld-benchmark-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-benchmark --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >---------- [INFO] Building jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT [322/370] [INFO] from examples/helloworld-cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Nov 01, 2023 1:08:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-cdi2-se --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-cdi2-se --- [INFO] Reserved port 36403 for jersey.config.test.container.port [INFO] Reserved port 45681 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. [INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest Nov 01, 2023 1:08:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36403/ Nov 01, 2023 1:08:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:20 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 1:08:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a889f891-6b26-418c-b78b-598a48191675 initialized Nov 01, 2023 1:08:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36403] Nov 01, 2023 1:08:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:21 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:21 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0fcf58dc-8e6e-4ea5-9d86-03e24fd0a769 initialized Nov 01, 2023 1:08:21 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a889f891-6b26-418c-b78b-598a48191675 shut down Nov 01, 2023 1:08:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36403] Nov 01, 2023 1:08:21 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0fcf58dc-8e6e-4ea5-9d86-03e24fd0a769 shut down Nov 01, 2023 1:08:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36403/ Nov 01, 2023 1:08:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa080e66-60b6-4646-b6bf-a8509b77b076 initialized Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36403] Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:08:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2023f78c-a3c6-424d-b637-15beddf79ccb initialized Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa080e66-60b6-4646-b6bf-a8509b77b076 shut down Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36403] Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2023f78c-a3c6-424d-b637-15beddf79ccb shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest [INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest Nov 01, 2023 1:08:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36403/ Nov 01, 2023 1:08:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a5e45f1-47f3-4a57-8e59-528e30e70f4e initialized Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36403] Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:08:22 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a060db7-b2fc-4bed-a28f-61632f492157 initialized Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a5e45f1-47f3-4a57-8e59-528e30e70f4e shut down Nov 01, 2023 1:08:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36403] Nov 01, 2023 1:08:22 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a060db7-b2fc-4bed-a28f-61632f492157 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s -- in org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json [INFO] attaching as helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.0.99-SNAPSHOT/helloworld-cdi2-se-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-cdi2-se --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >----------- [INFO] Building jersey-examples-helloworld-netty 3.0.99-SNAPSHOT [323/370] [INFO] from examples/helloworld-netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-netty --- [INFO] Reserved port 40815 for jersey.config.test.container.port [INFO] Reserved port 43835 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/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.examples.helloworld.netty.HelloWorldTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:08:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest testAsyncClientRequests INFO: Executed in: 158 Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Nov 01, 2023 1:08:27 PM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.029 s -- in org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json [INFO] attaching as helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-netty --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/3.0.99-SNAPSHOT/helloworld-netty-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-netty --- [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >-------- [INFO] Building jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT [324/370] [INFO] from examples/helloworld-programmatic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-programmatic --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-programmatic --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-programmatic --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-programmatic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-programmatic --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-programmatic --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-programmatic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-programmatic --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-programmatic --- [INFO] Reserved port 37767 for jersey.config.test.container.port [INFO] Reserved port 40541 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-programmatic --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/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.examples.helloworld.HelloWorldTest Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Nov 01, 2023 1:08:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37767/ Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Nov 01, 2023 1:08:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37767] Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37767] Nov 01, 2023 1:08:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37767/ Nov 01, 2023 1:08:31 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37767] Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37767] Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.400 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-programmatic --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json [INFO] attaching as helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-programmatic --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-programmatic --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/3.0.99-SNAPSHOT/helloworld-programmatic-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-programmatic --- [INFO] [INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >-------- [INFO] Building jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT [325/370] [INFO] from examples/helloworld-pure-jax-rs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-pure-jax-rs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-pure-jax-rs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-pure-jax-rs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-pure-jax-rs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-pure-jax-rs --- [INFO] Reserved port 36197 for jersey.config.test.container.port [INFO] Reserved port 40467 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-pure-jax-rs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:08:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. [INFO] Running org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest Nov 01, 2023 1:08:33 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Nov 01, 2023 1:08:33 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s -- in org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-pure-jax-rs --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json [INFO] attaching as helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-pure-jax-rs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/3.0.99-SNAPSHOT/helloworld-pure-jax-rs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-pure-jax-rs --- Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. [INFO] [INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------ [INFO] Building jersey-examples-helloworld-weld 3.0.99-SNAPSHOT [326/370] [INFO] from examples/helloworld-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-weld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-weld --- [INFO] Reserved port 36575 for jersey.config.test.container.port [INFO] Reserved port 37789 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:08:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. [INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest Nov 01, 2023 1:08:36 PM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 4.0.3 (Final) Nov 01, 2023 1:08:36 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:36 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:08:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 1:08:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6600d789-9f28-466d-8413-db3c75a3411f initialized Nov 01, 2023 1:08:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 1:08:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:37 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6600d789-9f28-466d-8413-db3c75a3411f shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 s -- in org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest [INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest Nov 01, 2023 1:08:37 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:08:37 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:08:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e1999e4-13e0-4b91-b44a-fa4ecb4c8ae1 initialized Nov 01, 2023 1:08:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Nov 01, 2023 1:08:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Nov 01, 2023 1:08:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Nov 01, 2023 1:08:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Nov 01, 2023 1:08:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Nov 01, 2023 1:08:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Nov 01, 2023 1:08:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Nov 01, 2023 1:08:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:08:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Nov 01, 2023 1:08:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:08:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:08:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Nov 01, 2023 1:09:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Nov 01, 2023 1:09:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Nov 01, 2023 1:09:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Nov 01, 2023 1:09:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Nov 01, 2023 1:09:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Nov 01, 2023 1:09:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] SYNC: 327, ASYNC: 344, STRAIGHT: 329 Nov 01, 2023 1:09:18 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73499d5f-7dae-4f11-8fdc-6035b97bee82 shut down [INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 196.3 s -- in org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 1:09:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:09:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:09:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea787013-8cdd-4ca3-b406-bc80c4ccd3e8 initialized Nov 01, 2023 1:09:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Nov 01, 2023 1:09:19 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea787013-8cdd-4ca3-b406-bc80c4ccd3e8 shut down Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] Running org.glassfish.jersey.examples.helloworld.AppScopedResourceTest Nov 01, 2023 1:09:19 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:09:19 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:09:19 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2862b13-00a8-4ff6-97e6-ca36c246cf35 initialized Nov 01, 2023 1:09:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36561/ Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36561] Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Nov 01, 2023 1:09:19 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2862b13-00a8-4ff6-97e6-ca36c246cf35 shut down Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36561] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.examples.helloworld.AppScopedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1003, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-weld --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-weld --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-patch >-------------- [INFO] Building jersey-examples-http-patch 3.0.99-SNAPSHOT [328/373] [INFO] from examples/http-patch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-patch --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-patch --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-patch --- Nov 01, 2023 1:09:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-patch --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-patch --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-patch --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-patch --- [INFO] Reserved port 45015 for jersey.config.test.container.port [INFO] Reserved port 35641 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-patch --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/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.examples.httppatch.HttpPatchTest Nov 01, 2023 1:09:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45015/ Nov 01, 2023 1:09:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45015] Nov 01, 2023 1:09:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:09:23 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two]} Nov 01, 2023 1:09:23 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two, three]} Nov 01, 2023 1:09:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45015] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.glassfish.jersey.examples.httppatch.HttpPatchTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-patch --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Nov 01, 2023 1:09:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-patch --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-patch --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-trace >-------------- [INFO] Building jersey-examples-http-trace 3.0.99-SNAPSHOT [329/373] [INFO] from examples/http-trace/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-trace --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-trace --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-trace --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-trace --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-trace --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-trace --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-trace --- [INFO] Reserved port 46621 for jersey.config.test.container.port [INFO] Reserved port 44031 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-trace --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:09:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. [INFO] Running org.glassfish.jersey.examples.httptrace.TraceSupportTest Nov 01, 2023 1:09:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] Nov 01, 2023 1:09:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:26 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46621/ Nov 01, 2023 1:09:27 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46621] Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46621] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.551 s -- in org.glassfish.jersey.examples.httptrace.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-trace --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-trace --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-trace --- [INFO] [INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------ [INFO] Building jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT [330/373] [INFO] from examples/https-clientserver-grizzly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-clientserver-grizzly --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-clientserver-grizzly --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-clientserver-grizzly --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-clientserver-grizzly --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-clientserver-grizzly --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-clientserver-grizzly --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-clientserver-grizzly --- [INFO] Reserved port 46445 for jersey.config.test.container.port [INFO] Reserved port 45823 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-clientserver-grizzly --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/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.examples.httpsclientservergrizzly.MainTest Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:30 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:30 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:31 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:09:31 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:09:31 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46445] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:09:31 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:46445/ Hit CTRL + C to stop it... Client: GET https://localhost:46445/ Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46445] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s -- in org.glassfish.jersey.examples.httpsclientservergrizzly.MainTest Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-clientserver-grizzly --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-clientserver-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-clientserver-grizzly --- [INFO] [INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >-------- [INFO] Building jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT [331/373] [INFO] from examples/https-server-glassfish/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-server-glassfish --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-server-glassfish --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-server-glassfish --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-server-glassfish --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-server-glassfish --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-server-glassfish --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-server-glassfish --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ https-server-glassfish --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-server-glassfish --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-server-glassfish --- [INFO] Reserved port 45703 for jersey.config.test.container.port [INFO] Reserved port 42437 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-server-glassfish --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ https-server-glassfish --- [INFO] Packaging webapp [INFO] Assembling webapp [https-server-glassfish] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-server-glassfish --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-server-glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-server-glassfish --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-server-glassfish --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:java8-webapp >------------- [INFO] Building jersey-examples-java8-webapp 3.0.99-SNAPSHOT [332/373] [INFO] from examples/java8-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ java8-webapp --- [INFO] Reserved port 45255 for jersey.config.test.container.port [INFO] Reserved port 35549 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ java8-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/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.examples.java8.DefaultMethodResourceTest Nov 01, 2023 1:09:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:09:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:09:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:09:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.glassfish.jersey.examples.java8.DefaultMethodResourceTest [INFO] Running org.glassfish.jersey.examples.java8.LambdaResourceTest Nov 01, 2023 1:09:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:09:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.jersey.examples.java8.LambdaResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ java8-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [java8-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ java8-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ java8-webapp --- [INFO] [INFO] -----------------< org.glassfish.jersey.examples:jaxb >----------------- [INFO] Building jersey-examples-jaxb 3.0.99-SNAPSHOT [333/373] [INFO] from examples/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxb --- [INFO] Reserved port 45713 for jersey.config.test.container.port [INFO] Reserved port 34253 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/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] Running org.glassfish.jersey.examples.jaxb.JaxbTest Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Nov 01, 2023 1:09:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45713/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45713] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45713] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.750 s -- in org.glassfish.jersey.examples.jaxb.JaxbTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxb --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Nov 01, 2023 1:09:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Nov 01, 2023 1:09:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxb --- [INFO] [INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >--------- [INFO] Building jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT [334/373] [INFO] from examples/jaxrs-types-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-types-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-types-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-types-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-types-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-types-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-types-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-types-injection --- [INFO] Reserved port 36135 for jersey.config.test.container.port [INFO] Reserved port 37209 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-types-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/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.examples.jaxrstypeinjection.JaxrsTypeInjectionTest Nov 01, 2023 1:09:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36135/ Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36135] Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36135] Nov 01, 2023 1:09:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36135/ Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36135] Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36135] Nov 01, 2023 1:09:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36135/ Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36135] Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36135] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.020 s -- in org.glassfish.jersey.examples.jaxrstypeinjection.JaxrsTypeInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-types-injection --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-types-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-types-injection --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >-------------- [INFO] Building jersey-examples-ejb 3.0.99-SNAPSHOT [335/373] [INFO] from examples/jersey-ejb/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-ejb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-ejb --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-ejb --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-ejb --- [INFO] Reserved port 39247 for jersey.config.test.container.port [INFO] Reserved port 37549 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-ejb --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-ejb] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-ejb --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:09:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-ejb --- Nov 01, 2023 1:09:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. [INFO] [INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >---------- [INFO] Building jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT [336/373] [INFO] from examples/json-binding-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-binding-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-binding-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-binding-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-binding-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-binding-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-binding-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-binding-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-binding-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-binding-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-binding-webapp --- [INFO] Reserved port 35327 for jersey.config.test.container.port [INFO] Reserved port 45595 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-binding-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-binding-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-binding-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-binding-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-binding-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-binding-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-binding-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:json-jackson >------------- [INFO] Building jersey-examples-json-jackson 3.0.99-SNAPSHOT [337/373] [INFO] from examples/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 44837 for jersey.config.test.container.port [INFO] Reserved port 33959 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. [INFO] Running org.glassfish.jersey.examples.jackson.JacksonTest Nov 01, 2023 1:09:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44837/ Nov 01, 2023 1:09:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44837] Nov 01, 2023 1:09:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44837] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.076 s -- in org.glassfish.jersey.examples.jackson.JacksonTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:json-jettison >------------- [INFO] Building jersey-examples-json-jettison 3.0.99-SNAPSHOT [338/373] [INFO] from examples/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jettison --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jettison --- [INFO] Reserved port 35031 for jersey.config.test.container.port [INFO] Reserved port 33807 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/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.examples.jettison.JsonJettisonTest Nov 01, 2023 1:09:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35031/ Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35031] Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:09:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35031] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 s -- in org.glassfish.jersey.examples.jettison.JsonJettisonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jettison --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:json-moxy >--------------- [INFO] Building jersey-examples-json-moxy 3.0.99-SNAPSHOT [339/373] [INFO] from examples/json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 41141 for jersey.config.test.container.port [INFO] Reserved port 44715 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:09:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. [INFO] Running org.glassfish.jersey.examples.jsonmoxy.JsonResourceTest Nov 01, 2023 1:09:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41141/ Nov 01, 2023 1:09:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41141] Nov 01, 2023 1:09:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41141] Nov 01, 2023 1:09:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41141/ Nov 01, 2023 1:09:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41141] Nov 01, 2023 1:09:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:09:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41141] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s -- in org.glassfish.jersey.examples.jsonmoxy.JsonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >-------- [INFO] Building jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT [340/373] [INFO] from examples/json-processing-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-processing-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-processing-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-processing-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-processing-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-processing-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-processing-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-processing-webapp --- [INFO] Reserved port 44409 for jersey.config.test.container.port [INFO] Reserved port 45933 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-processing-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. [INFO] Running org.glassfish.jersey.examples.jsonp.JsonProcessingResourceTest Nov 01, 2023 1:09:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44409/json-processing-webapp Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44409] Nov 01, 2023 1:09:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44409] Nov 01, 2023 1:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44409/json-processing-webapp Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44409] Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44409] Nov 01, 2023 1:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44409/json-processing-webapp Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44409] Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44409] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 s -- in org.glassfish.jersey.examples.jsonp.JsonProcessingResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-processing-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-processing-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-processing-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-processing-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-processing-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-processing-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:json-with-padding >----------- [INFO] Building jersey-examples-json-with-padding 3.0.99-SNAPSHOT [341/373] [INFO] from examples/json-with-padding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-with-padding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-with-padding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-with-padding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-with-padding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-with-padding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-with-padding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-with-padding --- [INFO] Reserved port 42173 for jersey.config.test.container.port [INFO] Reserved port 38135 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-with-padding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/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.examples.jsonp.JsonWithPaddingTest Nov 01, 2023 1:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42173/ Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42173] Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42173] Nov 01, 2023 1:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42173/ Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42173] Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42173] Nov 01, 2023 1:10:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42173/ Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42173] Nov 01, 2023 1:10:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42173] Nov 01, 2023 1:10:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42173/ Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42173] Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42173] Nov 01, 2023 1:10:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42173/ Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42173] Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:10:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42173] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s -- in org.glassfish.jersey.examples.jsonp.JsonWithPaddingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-with-padding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-with-padding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-with-padding --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >--------- [INFO] Building jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT [342/373] [INFO] from examples/managed-beans-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-beans-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-beans-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-beans-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-beans-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-beans-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-beans-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-beans-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-beans-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-beans-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-beans-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-beans-webapp --- [INFO] Reserved port 44263 for jersey.config.test.container.port [INFO] Reserved port 45377 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-beans-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-beans-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-beans-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-beans-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-beans-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-beans-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-beans-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:managed-client >------------ [INFO] Building jersey-examples-managed-client 3.0.99-SNAPSHOT [343/373] [INFO] from examples/managed-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client --- [INFO] Reserved port 42169 for jersey.config.test.container.port [INFO] Reserved port 38775 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-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.examples.managedclient.ManagedClientTest Nov 01, 2023 1:10:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42169/ Nov 01, 2023 1:10:08 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:10:08 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:10:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42169] Nov 01, 2023 1:10:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Nov 01, 2023 1:10:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42169] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client --- [INFO] [INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >--------- [INFO] Building jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT [344/373] [INFO] from examples/managed-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:10:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-webapp --- [INFO] Reserved port 34031 for jersey.config.test.container.port [INFO] Reserved port 44949 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:10:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. [INFO] Running org.glassfish.jersey.examples.managedclient.ManagedClientTest Nov 01, 2023 1:10:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34031/managed-client-webapp Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Nov 01, 2023 1:10:12 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:10:12 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34031] Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34031] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-webapp --- Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. [INFO] [INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >----- [INFO] Building jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT [345/373] [INFO] from examples/managed-client-simple-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-simple-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-simple-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-simple-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-simple-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-simple-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-simple-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-simple-webapp --- [INFO] Reserved port 36263 for jersey.config.test.container.port [INFO] Reserved port 38451 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-simple-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/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.examples.managedclientsimple.ManagedClientSimpleTest Nov 01, 2023 1:10:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36263/managed-client-simple-webapp Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36263] Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Nov 01, 2023 1:10:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36263] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s -- in org.glassfish.jersey.examples.managedclientsimple.ManagedClientSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-simple-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-simple-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-simple-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-simple-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-simple-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-simple-webapp --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >----------- [INFO] Building jersey-examples-multipart-webapp 3.0.99-SNAPSHOT [346/373] [INFO] from examples/multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ multipart-webapp --- Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ multipart-webapp --- [INFO] Reserved port 43533 for jersey.config.test.container.port [INFO] Reserved port 43599 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/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.examples.multipart.webapp.MultiPartWebAppTest Nov 01, 2023 1:10:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43533/multipart-webapp Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43533] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43533] Nov 01, 2023 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43533/multipart-webapp Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43533] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43533] Nov 01, 2023 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43533/multipart-webapp Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43533] Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43533] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43533/multipart-webapp Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43533] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43533] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43533/multipart-webapp Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43533] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43533] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.390 s -- in org.glassfish.jersey.examples.multipart.webapp.MultiPartWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Nov 01, 2023 1:10:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ multipart-webapp --- Nov 01, 2023 1:10:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. [INFO] [INFO] -------< org.glassfish.jersey.examples:jersey-micrometer-webapp >------- [INFO] Building jersey-micrometer-example-webapp 3.0.99-SNAPSHOT [347/373] [INFO] from examples/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer-webapp --- [INFO] Reserved port 37273 for jersey.config.test.container.port [INFO] Reserved port 36045 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/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.examples.micrometer.MicrometerTest Nov 01, 2023 1:10:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Nov 01, 2023 1:10:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37273/ Nov 01, 2023 1:10:22 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37273] Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37273] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s -- in org.glassfish.jersey.examples.micrometer.MicrometerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:open-tracing >------------- [INFO] Building jersey-examples-open-tracing 3.0.99-SNAPSHOT [348/373] [INFO] from examples/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ open-tracing --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ open-tracing --- [INFO] Reserved port 46513 for jersey.config.test.container.port [INFO] Reserved port 38947 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ open-tracing --- [INFO] [INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >-------- [INFO] Building jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT [349/373] [INFO] from examples/osgi-helloworld-webapp/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ osgi-helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ osgi-helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ osgi-helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ osgi-helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ osgi-helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ osgi-helloworld-webapp --- [INFO] Reserved port 34751 for jersey.config.test.container.port [INFO] Reserved port 37355 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ osgi-helloworld-webapp --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ osgi-helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ osgi-helloworld-webapp --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT [350/373] [INFO] from examples/osgi-helloworld-webapp/lib-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ lib-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ lib-bundle --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ lib-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ lib-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ lib-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ lib-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ lib-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ lib-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ lib-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ lib-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ lib-bundle --- [INFO] Reserved port 46775 for jersey.config.test.container.port [INFO] Reserved port 37145 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ lib-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ lib-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ lib-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ lib-bundle --- Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ lib-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ lib-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ lib-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT [351/373] [INFO] from examples/osgi-helloworld-webapp/additional-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ additional-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ additional-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ additional-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ additional-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ additional-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ additional-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ additional-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ additional-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ additional-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ additional-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ additional-bundle --- [INFO] Reserved port 38573 for jersey.config.test.container.port [INFO] Reserved port 42413 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ additional-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ additional-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ additional-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ additional-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ additional-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT [352/373] [INFO] from examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ alternate-version-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ alternate-version-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ alternate-version-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ alternate-version-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ alternate-version-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ alternate-version-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ alternate-version-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ alternate-version-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ alternate-version-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. Nov 01, 2023 1:10:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ alternate-version-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ alternate-version-bundle --- [INFO] Reserved port 37269 for jersey.config.test.container.port [INFO] Reserved port 44609 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ alternate-version-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ alternate-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ alternate-version-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ alternate-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ alternate-version-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ alternate-version-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ alternate-version-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT [353/373] [INFO] from examples/osgi-helloworld-webapp/war-bundle/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ war-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ war-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ war-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ war-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ war-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ war-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ war-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ war-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ war-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ war-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ war-bundle --- [INFO] Reserved port 42701 for jersey.config.test.container.port [INFO] Reserved port 36915 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ war-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ war-bundle --- [INFO] Packaging webapp [INFO] Assembling webapp [war-bundle] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle] [info] Copying manifest... [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Packaging classes [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ war-bundle --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ war-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ war-bundle --- [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ war-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-classes.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ war-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT [354/373] [INFO] from examples/osgi-helloworld-webapp/functional-test/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ functional-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ functional-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ functional-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ functional-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ functional-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ functional-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ functional-test --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ functional-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:2.6:testResources (default) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ functional-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ functional-test --- [INFO] Reserved port 41517 for jersey.config.test.container.port [INFO] Reserved port 40163 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ functional-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ functional-test --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ functional-test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ functional-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ functional-test --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >--------- [INFO] Building oauth-client-twitter 3.0.99-SNAPSHOT [355/373] [INFO] from examples/oauth-client-twitter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth-client-twitter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth-client-twitter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth-client-twitter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth-client-twitter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth-client-twitter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth-client-twitter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth-client-twitter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth-client-twitter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth-client-twitter --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth-client-twitter --- [INFO] Reserved port 40991 for jersey.config.test.container.port [INFO] Reserved port 42583 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth-client-twitter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth-client-twitter --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth-client-twitter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth-client-twitter --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:reload >---------------- [INFO] Building jersey-examples-reload 3.0.99-SNAPSHOT [356/373] [INFO] from examples/reload/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:build-classpath (default) @ reload --- [INFO] Wrote classpath file '/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/classpath.properties'. [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (read-project-properties) @ reload --- [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:10:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reload --- [INFO] Reserved port 39361 for jersey.config.test.container.port [INFO] Reserved port 40093 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/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.examples.reload.ReloadTest Nov 01, 2023 1:10:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Nov 01, 2023 1:10:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39361/ Nov 01, 2023 1:10:34 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39361] Nov 01, 2023 1:10:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:35 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39361] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s -- in org.glassfish.jersey.examples.reload.ReloadTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reload --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reload --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >----------- [INFO] Building jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT [357/373] [INFO] from examples/rx-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ rx-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ rx-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ rx-client-webapp --- Nov 01, 2023 1:10:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ rx-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ rx-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ rx-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ rx-client-webapp --- [INFO] Reserved port 45285 for jersey.config.test.container.port [INFO] Reserved port 37691 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ rx-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/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.examples.rx.RxClientsTest Nov 01, 2023 1:10:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:10:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:10:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. { "visited" : [ { "destination" : "Haiti" }, { "destination" : "Cape Verde" }, { "destination" : "Tonga" }, { "destination" : "Kiribati" }, { "destination" : "Paraguay" } ], "recommended" : [ { "destination" : "Bangladesh", "forecast" : "Chance of Storm", "price" : 1248 }, { "destination" : "Guyana", "forecast" : "Light Rain", "price" : 2197 }, { "destination" : "Portugal", "forecast" : "Light Snow", "price" : 7573 }, { "destination" : "Bhutan", "forecast" : "Mostly Cloudy", "price" : 5522 }, { "destination" : "Seychelles", "forecast" : "Light Snow", "price" : 8709 } ], "processingTime" : 859 } Processing Time: 859 Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:10:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:10:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Nov 01, 2023 1:10:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. { "visited" : [ { "destination" : "Equatorial Guinea" }, { "destination" : "Italy" }, { "destination" : "Mali" }, { "destination" : "Palau" }, { "destination" : "Costa Rica" } ], "recommended" : [ { "destination" : "Nepal", "forecast" : "Mostly Sunny", "price" : 2539 }, { "destination" : "Rwanda", "forecast" : "Clear", "price" : 305 }, { "destination" : "Antigua & Barbuda", "forecast" : "Showers", "price" : 8400 }, { "destination" : "Liechtenstein", "forecast" : "Sleet", "price" : 6950 }, { "destination" : "Benin", "forecast" : "Mostly Sunny", "price" : 2284 } ], "processingTime" : 950 } Processing Time: 950 Nov 01, 2023 1:10:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:10:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:10:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:10:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:10:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. { "visited" : [ { "destination" : "Bahrain" }, { "destination" : "Iraq" }, { "destination" : "Brunei" }, { "destination" : "Grenada" }, { "destination" : "Portugal" } ], "recommended" : [ { "destination" : "Japan", "forecast" : "Fog", "price" : 2174 }, { "destination" : "Bangladesh", "forecast" : "Thunderstorm", "price" : 3883 }, { "destination" : "Estonia", "forecast" : "Smoke", "price" : 7204 }, { "destination" : "Australia", "forecast" : "Chance of Snow", "price" : 8642 }, { "destination" : "Czech Republic", "forecast" : "Cloudy", "price" : 8590 } ], "processingTime" : 858 } Processing Time: 858 Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:10:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Nov 01, 2023 1:10:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. { "visited" : [ { "destination" : "New Zealand" }, { "destination" : "Swaziland" }, { "destination" : "Norway" }, { "destination" : "Germany" }, { "destination" : "Tuvalu" } ], "recommended" : [ { "destination" : "South Sudan", "forecast" : "Chance of Storm", "price" : 1144 }, { "destination" : "Finland", "forecast" : "Chance of TStorm", "price" : 6062 }, { "destination" : "Canada", "forecast" : "Chance of TStorm", "price" : 7152 }, { "destination" : "Turkmenistan", "forecast" : "Rain", "price" : 1723 }, { "destination" : "Kyrgyzstan", "forecast" : "Snow", "price" : 5554 } ], "processingTime" : 933 } Processing Time: 933 Nov 01, 2023 1:10:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:10:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:10:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:10:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:10:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Nov 01, 2023 1:10:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Nov 01, 2023 1:10:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. { "visited" : [ { "destination" : "Kyrgyzstan" }, { "destination" : "Guyana" }, { "destination" : "Iceland" }, { "destination" : "Turkmenistan" }, { "destination" : "Romania" } ], "recommended" : [ { "destination" : "Senegal", "forecast" : "Storm", "price" : 8604 }, { "destination" : "South Africa", "forecast" : "Showers", "price" : 139 }, { "destination" : "Oman", "forecast" : "Chance of Storm", "price" : 8717 }, { "destination" : "Singapore", "forecast" : "Mostly Sunny", "price" : 64 }, { "destination" : "Niger", "forecast" : "Freezing Drizzle", "price" : 5060 } ], "processingTime" : 4530 } Processing Time: 4530 Nov 01, 2023 1:10:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.86 s -- in org.glassfish.jersey.examples.rx.RxClientsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ rx-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ rx-client-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:10:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:10:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:10:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:10:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ rx-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ rx-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ rx-client-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:server-async >------------- [INFO] Building jersey-examples-server-async 3.0.99-SNAPSHOT [358/373] [INFO] from examples/server-async/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async --- [INFO] Reserved port 44195 for jersey.config.test.container.port [INFO] Reserved port 38591 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/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.examples.server.async.AsyncResourceTest Nov 01, 2023 1:10:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44195/ Nov 01, 2023 1:10:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:10:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44195] Nov 01, 2023 1:10:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <07> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <05> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <89> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e10f95d on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e10f95d scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e10f95d with a message <07> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <65> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45c6fdd4 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ba1893c on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406d7a4d on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <30> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45c6fdd4 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45c6fdd4 with a message <05> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ba1893c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ba1893c with a message <89> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <95> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406d7a4d scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406d7a4d with a message <65> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <71> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24347bc on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b1e5ab9 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49484fd2 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49484fd2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <77> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24347bc scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24347bc with a message <30> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b1e5ab9 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1b1e5ab9 with a message <95> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f6de645 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14d1adba on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49484fd2 with a message <71> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ecb962d on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a286fe3 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f6de645 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f6de645 with a message <77> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14d1adba scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <93> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <66> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ecb962d scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <08> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a286fe3 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <90> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@14d1adba with a message <93> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ecb962d with a message <66> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a286fe3 with a message <08> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <28> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5ea2d64c on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c1e23 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c7d30da on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5ea2d64c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5ea2d64c with a message <90> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c1e23 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c1e23 with a message <28> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <83> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c7d30da scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd6721b on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd6721b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24794af7 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c484152 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c7d30da with a message <83> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24794af7 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <12> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@79ed5ccd on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c484152 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <57> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <16> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd6721b with a message <12> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@79ed5ccd scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <52> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@79ed5ccd with a message <52> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@24794af7 with a message <57> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <84> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c484152 with a message <16> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@346b8cec on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <88> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65ae07e2 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@346b8cec scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d48d24c on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@346b8cec with a message <84> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <68> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <13> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65ae07e2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65ae07e2 with a message <88> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@256a01f0 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <24> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d48d24c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d48d24c with a message <68> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <56> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66430eb2 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@256a01f0 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@256a01f0 with a message <13> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c1425c9 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5fb30073 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66430eb2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66430eb2 with a message <24> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d775c6e on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b93795f on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c1425c9 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c1425c9 with a message <56> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5fb30073 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <48> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4696da42 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d775c6e scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b93795f scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@733793c5 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47d98c9c on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5fb30073 with a message <48> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4696da42 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <64> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@733793c5 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <35> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47d98c9c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <82> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <87> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <76> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d775c6e with a message <64> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b93795f with a message <35> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4696da42 with a message <82> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@733793c5 with a message <87> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <39> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47d98c9c with a message <76> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <58> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fbd7467 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fbd7467 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <67> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <97> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fbd7467 with a message <39> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66b30b56 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51f5c9bc on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66b30b56 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51f5c9bc scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <63> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <81> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ece746a on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66b30b56 with a message <58> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51f5c9bc with a message <67> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <20> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ece746a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ece746a with a message <97> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@791a3f71 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d564a4a on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5dd27f7e on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@791a3f71 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@791a3f71 with a message <63> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d564a4a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d564a4a with a message <81> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fc0b5c on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77d6b3d1 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5aa1710b on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5aa1710b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <37> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <14> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fc0b5c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1fc0b5c with a message <20> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77d6b3d1 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a15e4d7 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5dd27f7e scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <72> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c6595a on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77d6b3d1 with a message <37> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5aa1710b with a message <14> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a15e4d7 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a61cc86 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a61cc86 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5dd27f7e with a message <72> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <55> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c6595a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <26> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <21> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <29> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a15e4d7 with a message <55> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <42> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c6595a with a message <26> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a61cc86 with a message <21> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5705a8db on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5705a8db scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a4aca93 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3587d1b4 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5705a8db with a message <29> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f510ea6 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <94> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <36> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a4aca93 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a4aca93 with a message <42> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3587d1b4 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f510ea6 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e1089f1 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <61> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3587d1b4 with a message <36> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7984d8a on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <18> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@782ebc6b on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e1089f1 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f510ea6 with a message <94> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e1089f1 with a message <61> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7984d8a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <40> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <49> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7984d8a with a message <18> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@782ebc6b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <02> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <69> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@782ebc6b with a message <49> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b1085e9 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45122e93 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <60> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <06> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5f72a7a on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@752ea3e2 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45122e93 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b1085e9 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45122e93 with a message <40> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b1085e9 with a message <02> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5f72a7a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5f72a7a with a message <69> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@752ea3e2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@752ea3e2 with a message <06> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <22> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29d6b34c on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <99> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31d701a6 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29d6b34c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29d6b34c with a message <60> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31d701a6 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31d701a6 with a message <99> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <80> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50105a2b on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7186c3be on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50105a2b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7186c3be scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@179c540d on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a87a64b on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50105a2b with a message <22> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7186c3be with a message <80> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cd20ce8 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <32> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a87a64b with a message <32> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46c75382 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46c75382 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <79> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a87a64b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cd20ce8 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <73> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@179c540d scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c60c9fd on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f14b0cd on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <75> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f14b0cd scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cd20ce8 with a message <79> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46c75382 with a message <73> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c60c9fd scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@179c540d with a message <75> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5659ffda on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <78> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d877a06 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5659ffda scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@432e86db on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c60c9fd with a message <78> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@432e86db scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d877a06 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <44> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ae8012 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <10> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <51> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f14b0cd with a message <44> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <25> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <43> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ae8012 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@432e86db with a message <43> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5659ffda with a message <10> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9ef1311 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d877a06 with a message <25> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9ef1311 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7cb3d81c on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ae8012 with a message <51> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d8988e6 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <53> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <59> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7cb3d81c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d8988e6 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@97ac7bb on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@97ac7bb scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9ef1311 with a message <53> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7cb3d81c with a message <59> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17f1dd42 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eb3baa1 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eb3baa1 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <34> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <91> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17f1dd42 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3180c2f0 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <15> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3180c2f0 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <33> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d8988e6 with a message <34> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@97ac7bb with a message <91> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17f1dd42 with a message <15> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b99dc9e on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <85> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44db7ac2 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4eb3baa1 with a message <33> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9c1e8c2 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b99dc9e scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <86> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3180c2f0 with a message <86> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75a41407 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75a41407 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c94872 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44db7ac2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b99dc9e with a message <85> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9c1e8c2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dcc4e57 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6607476 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <38> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c94872 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c26cc3c on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <98> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9c1e8c2 with a message <98> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c26cc3c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b86040a on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <62> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dcc4e57 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <11> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <70> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@44db7ac2 with a message <38> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6607476 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <04> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <47> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c94872 with a message <47> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6c26cc3c with a message <04> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75a41407 with a message <11> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b86040a scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dcc4e57 with a message <70> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77668830 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <92> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6607476 with a message <62> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <96> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <74> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77668830 with a message <96> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77668830 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b86040a with a message <92> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2cb1b on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <09> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@449478d2 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@449478d2 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ed58011 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2cb1b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2cb1b with a message <74> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@449478d2 with a message <09> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@611a8437 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11c5486b on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ed58011 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@245342cf on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <54> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <01> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@611a8437 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11c5486b scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@245342cf scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b583143 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ed58011 with a message <54> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@611a8437 with a message <01> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b583143 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <00> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5160b40 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <46> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <17> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <27> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22d2297f on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <03> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11c5486b with a message <46> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <31> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@670750c6 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <41> on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@670750c6 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@245342cf with a message <00> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5160b40 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4b583143 with a message <17> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5160b40 with a message <27> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22d2297f scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22d2297f with a message <03> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <23> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@670750c6 with a message <31> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389f1482 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27943a97 on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@632c9f8c on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <45> on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2015ca76 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27943a97 with a message <45> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389f1482 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389f1482 with a message <41> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@632c9f8c scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@632c9f8c with a message <23> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <19> on thread grizzly-http-server-3. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27943a97 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2015ca76 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e42ae1 on thread grizzly-http-server-0. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <50> on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2015ca76 with a message <19> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e42ae1 scheduled for resume. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e42ae1 with a message <50> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message sent POST response for message 01: Message sent POST response for message 02: Message sent POST response for message 03: Message sent POST response for message 04: Message sent POST response for message 05: Message sent POST response for message 06: Message sent POST response for message 07: Message sent POST response for message 08: Message sent POST response for message 09: Message sent POST response for message 10: Message sent POST response for message 11: Message sent POST response for message 12: Message sent POST response for message 13: Message sent POST response for message 14: Message sent POST response for message 15: Message sent POST response for message 16: Message sent POST response for message 17: Message sent POST response for message 18: Message sent POST response for message 19: Message sent POST response for message 20: Message sent POST response for message 21: Message sent POST response for message 22: Message sent POST response for message 23: Message sent POST response for message 24: Message sent POST response for message 25: Message sent POST response for message 26: Message sent POST response for message 27: Message sent POST response for message 28: Message sent POST response for message 29: Message sent POST response for message 30: Message sent POST response for message 31: Message sent POST response for message 32: Message sent POST response for message 33: Message sent POST response for message 34: Message sent POST response for message 35: Message sent POST response for message 36: Message sent POST response for message 37: Message sent POST response for message 38: Message sent POST response for message 39: Message sent POST response for message 40: Message sent POST response for message 41: Message sent POST response for message 42: Message sent POST response for message 43: Message sent POST response for message 44: Message sent POST response for message 45: Message sent POST response for message 46: Message sent POST response for message 47: Message sent POST response for message 48: Message sent POST response for message 49: Message sent POST response for message 50: Message sent POST response for message 51: Message sent POST response for message 52: Message sent POST response for message 53: Message sent POST response for message 54: Message sent POST response for message 55: Message sent POST response for message 56: Message sent POST response for message 57: Message sent POST response for message 58: Message sent POST response for message 59: Message sent POST response for message 60: Message sent POST response for message 61: Message sent POST response for message 62: Message sent POST response for message 63: Message sent POST response for message 64: Message sent POST response for message 65: Message sent POST response for message 66: Message sent POST response for message 67: Message sent POST response for message 68: Message sent POST response for message 69: Message sent POST response for message 70: Message sent POST response for message 71: Message sent POST response for message 72: Message sent POST response for message 73: Message sent POST response for message 74: Message sent POST response for message 75: Message sent POST response for message 76: Message sent POST response for message 77: Message sent POST response for message 78: Message sent POST response for message 79: Message sent POST response for message 80: Message sent POST response for message 81: Message sent POST response for message 82: Message sent POST response for message 83: Message sent POST response for message 84: Message sent POST response for message 85: Message sent POST response for message 86: Message sent POST response for message 87: Message sent POST response for message 88: Message sent POST response for message 89: Message sent POST response for message 90: Message sent POST response for message 91: Message sent POST response for message 92: Message sent POST response for message 93: Message sent POST response for message 94: Message sent POST response for message 95: Message sent POST response for message 96: Message sent POST response for message 97: Message sent POST response for message 98: Message sent POST response for message 99: Message sent GET responses received: 100 GET response for message 00: 96 GET response for message 01: 59 GET response for message 02: 87 GET response for message 03: 97 GET response for message 04: 03 GET response for message 05: 17 GET response for message 06: 13 GET response for message 07: 81 GET response for message 08: 24 GET response for message 09: 14 GET response for message 10: 15 GET response for message 11: 32 GET response for message 12: 65 GET response for message 13: 00 GET response for message 14: 63 GET response for message 15: 79 GET response for message 16: 71 GET response for message 17: 55 GET response for message 18: 08 GET response for message 19: 47 GET response for message 20: 77 GET response for message 21: 37 GET response for message 22: 58 GET response for message 23: 11 GET response for message 24: 31 GET response for message 25: 64 GET response for message 26: 68 GET response for message 27: 80 GET response for message 28: 94 GET response for message 29: 50 GET response for message 30: 57 GET response for message 31: 34 GET response for message 32: 84 GET response for message 33: 90 GET response for message 34: 46 GET response for message 35: 29 GET response for message 36: 38 GET response for message 37: 86 GET response for message 38: 99 GET response for message 39: 36 GET response for message 40: 30 GET response for message 41: 95 GET response for message 42: 04 GET response for message 43: 23 GET response for message 44: 05 GET response for message 45: 06 GET response for message 46: 93 GET response for message 47: 12 GET response for message 48: 19 GET response for message 49: 75 GET response for message 50: 27 GET response for message 51: 41 GET response for message 52: 25 GET response for message 53: 45 GET response for message 54: 67 GET response for message 55: 85 GET response for message 56: 74 GET response for message 57: 98 GET response for message 58: 18 GET response for message 59: 92 GET response for message 60: 73 GET response for message 61: 09 GET response for message 62: 56 GET response for message 63: 48 GET response for message 64: 02 GET response for message 65: 54 GET response for message 66: 82 GET response for message 67: 26 GET response for message 68: 78 GET response for message 69: 89 GET response for message 70: 51 GET response for message 71: 35 GET response for message 72: 72 GET response for message 73: 88 GET response for message 74: 16 GET response for message 75: 44 GET response for message 76: 76 GET response for message 77: 42 GET response for message 78: 28 GET response for message 79: 69 GET response for message 80: 53 GET response for message 81: 01 GET response for message 82: 40 GET response for message 83: 10 GET response for message 84: 62 GET response for message 85: 70 GET response for message 86: 33 GET response for message 87: 66 GET response for message 88: 39 GET response for message 89: 20 GET response for message 90: 21 GET response for message 91: 07 GET response for message 92: 49 GET response for message 93: 83 GET response for message 94: 60 GET response for message 95: 22 GET response for message 96: 91 GET response for message 97: 61 GET response for message 98: 52 GET response for message 99: 43 Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44195] Nov 01, 2023 1:11:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44195/ Nov 01, 2023 1:11:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44195] Nov 01, 2023 1:11:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@479c9164 on thread grizzly-http-server-2. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e5424a8 on thread grizzly-http-server-1. Nov 01, 2023 1:11:00 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cebe9f3 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@386d7956 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33566463 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <86> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@386d7956 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@479c9164 with a message 86 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28e10187 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73110a25 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1056d1c5 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ac4fd8 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@132d74c6 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <98> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cebe9f3 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73110a25 with a message 98 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ef0dcd0 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <89> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@132d74c6 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <88> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ac4fd8 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28e10187 with a message 89 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d1272a6 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <91> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33566463 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62b1f8bc on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@dd1f28d on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ddfb1ba on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@652c6d83 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <99> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@652c6d83 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e5424a8 with a message 88 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62b1f8bc with a message 91 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d24ea28 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <84> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d24ea28 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68859a7d on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dbc11e2 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4315c9b1 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <93> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4315c9b1 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2327e208 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d1272a6 with a message 99 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@dd1f28d with a message 90 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <90> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ef0dcd0 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70a54147 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1056d1c5 with a message 84 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b668b74 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <97> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b668b74 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68859a7d with a message 97 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@133ef56a on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <83> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@133ef56a on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ddfb1ba with a message 93 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25e1c39a on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16110204 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66ffe6bc on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21813e66 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64b82574 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64b82574 with a message 87 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35c0c631 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6dbc11e2 with a message 83 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <00> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28dff5c5 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <87> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21813e66 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <94> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16110204 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <92> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66ffe6bc on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2327e208 with a message 94 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@497f60da on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ee7e661 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70a54147 with a message 92 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73813442 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35c0c631 with a message 95 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <00> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28dff5c5 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25e1c39a with a message 00 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45eae92e on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <95> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ee7e661 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@130abfcb on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71e5e9e2 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59417439 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <96> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@45eae92e on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@497f60da with a message 96 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <85> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73813442 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <81> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@130abfcb on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71e5e9e2 with a message 85 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17700afd on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d158e8c on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <82> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59417439 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72978198 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68363b64 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17700afd with a message 81 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d158e8c with a message 82 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2432b76c on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25cfe346 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <80> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68363b64 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72978198 with a message 80 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@253133d2 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d803093 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <79> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@253133d2 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bbb6bbb on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17042e95 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37800dc3 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ca513ac on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71e26daa on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2432b76c with a message 79 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <77> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bbb6bbb on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25cfe346 with a message 77 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <78> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17042e95 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d803093 with a message 78 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <76> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ca513ac on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51362f59 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <74> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51362f59 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65b257b6 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37800dc3 with a message 76 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62d14723 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6652a689 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71e26daa with a message 74 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2af9a286 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b6791d9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3b65ad06 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57eae4f8 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <64> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b6791d9 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65b257b6 with a message 64 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c3f51ca on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <55> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57eae4f8 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76488c4 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62d14723 with a message 55 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c93e9f3 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30bd73fe on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77ad1651 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7dcab0d on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <56> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c3f51ca on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6652a689 with a message 56 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <69> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7c93e9f3 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2af9a286 with a message 69 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <70> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30bd73fe on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3b65ad06 with a message 70 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3970823e on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c59db8 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6381537b on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65311961 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e7aea04 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <68> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c59db8 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76488c4 with a message 68 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <71> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6381537b on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77ad1651 with a message 71 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50bb25c0 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b01e877 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <67> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e7aea04 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7dcab0d with a message 67 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16249da0 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38ad5100 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <66> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38ad5100 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73bab5bb on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d9a798c on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3970823e with a message 66 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@166976b8 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b92fb97 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <73> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d9a798c on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65311961 with a message 73 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28430ab1 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29aebf0 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <49> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@166976b8 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50bb25c0 with a message 49 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <72> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b92fb97 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b01e877 with a message 72 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@740f23bb on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66cef3a9 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66cef3a9 with a message 75 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <61> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28430ab1 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@16249da0 with a message 61 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43007a5c on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <75> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29aebf0 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6faf6509 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a9cc2d9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21b73769 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <59> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a9cc2d9 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1918c64a on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f6d0fbe on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cadb15c on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2be38154 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73bab5bb with a message 59 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <65> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21b73769 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@740f23bb with a message 65 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <63> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1918c64a on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6faf6509 with a message 63 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74278dc4 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <57> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2be38154 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43007a5c with a message 57 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@543cdae1 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d1a7602 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c8b28fa on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76e2fe26 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <58> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74278dc4 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f6d0fbe with a message 58 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <60> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@543cdae1 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cadb15c with a message 60 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <62> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d1a7602 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@402f7a42 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <54> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76e2fe26 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71187c75 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c8b28fa with a message 62 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c196bad on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bfd19ba on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@583b1151 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <53> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7bfd19ba on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2488aa19 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@402f7a42 with a message 54 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60da9a44 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71187c75 with a message 53 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13d666fd on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67cd691e on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@303fe8fd on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10baee3f on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <52> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2488aa19 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c196bad with a message 52 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <50> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67cd691e on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@583b1151 with a message 50 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72a4a96f on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <51> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10baee3f on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@989b983 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60da9a44 with a message 51 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@311988f7 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22e3d51b on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61074e48 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3bc09713 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34d0aad6 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19a5566f on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <48> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61074e48 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13d666fd with a message 48 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <47> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34d0aad6 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bef813 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@303fe8fd with a message 47 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ffc3295 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6343fbe2 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <12> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6343fbe2 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7747adc6 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <15> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7747adc6 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c69c868 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c69c868 with a message 12 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5be0c396 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5be0c396 with a message 15 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f823b2 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <28> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f823b2 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <04> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d1b8716 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fd32c55 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fd32c55 with a message 28 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7272b64a on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <08> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13e4cdc3 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <02> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19147d93 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <05> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f53fed on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <09> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c748f77 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <05> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f53fed on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <04> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d1b8716 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22e3d51b with a message 04 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <02> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19147d93 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3bc09713 with a message 02 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e18a398 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f591048 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47f4dbb1 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19a5566f with a message 05 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <08> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13e4cdc3 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bef813 with a message 08 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <09> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c748f77 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72a4a96f with a message 09 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60e072d8 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <26> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e18a398 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@989b983 with a message 26 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <20> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f591048 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7272b64a with a message 20 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62effe4d on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75e59311 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7833a453 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c0009cd on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <23> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@62effe4d on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@ffc3295 with a message 23 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <24> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75e59311 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@311988f7 with a message 24 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51caca51 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <06> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@405ac2bb on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <29> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c0009cd on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47f4dbb1 with a message 29 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1635495a on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <07> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1487320d on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b88dd1e on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <06> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@405ac2bb on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60e072d8 with a message 06 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@51caca51 with a message 07 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b3ab0d2 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <34> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1635495a on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7833a453 with a message 34 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3c950626 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a1f42b7 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <07> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1487320d on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7097a794 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <13> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b3ab0d2 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6b88dd1e with a message 13 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c663ead on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <44> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3c950626 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <31> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a1f42b7 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5d5d7b56 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7097a794 with a message 44 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@190a899e on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <40> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@190a899e on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6d97325d on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75424d2b on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <21> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c663ead on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <17> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5d5d7b56 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38294d92 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@558a513 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6d97325d with a message 31 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46abc54 on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28e2e8ef on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28e2e8ef with a message 38 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@105a3ec9 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <42> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@105a3ec9 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26eb705f on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75424d2b with a message 21 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@639b0622 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a08f5fc on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38294d92 with a message 17 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <38> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@558a513 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46abc54 with a message 40 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28680dbe on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <37> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26eb705f on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@639b0622 with a message 42 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@545ceccd on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <36> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a08f5fc on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1dd996a3 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c5a58e on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65633754 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d740e3 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <43> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65633754 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25d376d6 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <45> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28680dbe on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <46> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@545ceccd on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@505620e on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1dd996a3 with a message 37 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4468b811 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <10> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4468b811 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47c5a58e with a message 36 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a2301e5 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e72df26 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25d376d6 with a message 45 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73786601 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <01> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ac95713 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <27> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73786601 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19fb4435 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19fb4435 with a message 01 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@505620e with a message 46 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@397c414b on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@671b7ec7 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d740e3 with a message 43 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a75e82d on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a75e82d with a message 11 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a2301e5 with a message 10 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e72df26 with a message 27 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72a4ac09 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <22> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72a4ac09 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <01> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ac95713 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bc552c6 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <11> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@671b7ec7 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c0ade10 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@244efe7f on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <03> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43862777 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e01ec9e on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <19> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bc552c6 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@397c414b with a message 22 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <16> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c0ade10 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@244efe7f with a message 19 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <03> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43862777 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d3737bc on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e01ec9e with a message 16 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@256772d7 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73fe0968 on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@305a4e4e on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d3737bc with a message 03 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <25> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@256772d7 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@375dbea1 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@73fe0968 with a message 25 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e4a1929 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@306731ce on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <41> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e4a1929 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@607bf699 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <32> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@375dbea1 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@305a4e4e with a message 32 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37e8da7b on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <33> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@37e8da7b on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b8c03cb on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@306731ce with a message 41 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b5ba24d on thread grizzly-http-server-1. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11950666 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <39> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11950666 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17cb6f4 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@607bf699 with a message 33 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@368ca504 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3542fbb0 on thread grizzly-http-server-3. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <18> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@368ca504 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5446b5a5 on thread grizzly-http-server-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@835125f on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b8c03cb with a message 39 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@635a36bc on thread grizzly-http-server-2. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <14> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17cb6f4 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5b5ba24d with a message 14 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3542fbb0 with a message 18 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6fb0e30f on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <30> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6fb0e30f on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <35> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@835125f on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5446b5a5 with a message 35 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@635a36bc with a message 30 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:11:01 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message stored. POST response for message 01: Message stored. POST response for message 02: Message stored. POST response for message 03: Message stored. POST response for message 04: Message stored. POST response for message 05: Message stored. POST response for message 06: Message stored. POST response for message 07: Message stored. POST response for message 08: Message stored. POST response for message 09: Message stored. POST response for message 10: Message stored. POST response for message 11: Message stored. POST response for message 12: Message stored. POST response for message 13: Message stored. POST response for message 14: Message stored. POST response for message 15: Message stored. POST response for message 16: Message stored. POST response for message 17: Message stored. POST response for message 18: Message stored. POST response for message 19: Message stored. POST response for message 20: Message stored. POST response for message 21: Message stored. POST response for message 22: Message stored. POST response for message 23: Message stored. POST response for message 24: Message stored. POST response for message 25: Message stored. POST response for message 26: Message stored. POST response for message 27: Message stored. POST response for message 28: Message stored. POST response for message 29: Message stored. POST response for message 30: Message stored. POST response for message 31: Message stored. POST response for message 32: Message stored. POST response for message 33: Message stored. POST response for message 34: Message stored. POST response for message 35: Message stored. POST response for message 36: Message stored. POST response for message 37: Message stored. POST response for message 38: Message stored. POST response for message 39: Message stored. POST response for message 40: Message stored. POST response for message 41: Message stored. POST response for message 42: Message stored. POST response for message 43: Message stored. POST response for message 44: Message stored. POST response for message 45: Message stored. POST response for message 46: Message stored. POST response for message 47: Message stored. POST response for message 48: Message stored. POST response for message 49: Message stored. POST response for message 50: Message stored. POST response for message 51: Message stored. POST response for message 52: Message stored. POST response for message 53: Message stored. POST response for message 54: Message stored. POST response for message 55: Message stored. POST response for message 56: Message stored. POST response for message 57: Message stored. POST response for message 58: Message stored. POST response for message 59: Message stored. POST response for message 60: Message stored. POST response for message 61: Message stored. POST response for message 62: Message stored. POST response for message 63: Message stored. POST response for message 64: Message stored. POST response for message 65: Message stored. POST response for message 66: Message stored. POST response for message 67: Message stored. POST response for message 68: Message stored. POST response for message 69: Message stored. POST response for message 70: Message stored. POST response for message 71: Message stored. POST response for message 72: Message stored. POST response for message 73: Message stored. POST response for message 74: Message stored. POST response for message 75: Message stored. POST response for message 76: Message stored. POST response for message 77: Message stored. POST response for message 78: Message stored. POST response for message 79: Message stored. POST response for message 80: Message stored. POST response for message 81: Message stored. POST response for message 82: Message stored. POST response for message 83: Message stored. POST response for message 84: Message stored. POST response for message 85: Message stored. POST response for message 86: Message stored. POST response for message 87: Message stored. POST response for message 88: Message stored. POST response for message 89: Message stored. POST response for message 90: Message stored. POST response for message 91: Message stored. POST response for message 92: Message stored. POST response for message 93: Message stored. POST response for message 94: Message stored. POST response for message 95: Message stored. POST response for message 96: Message stored. POST response for message 97: Message stored. POST response for message 98: Message stored. POST response for message 99: Message stored. GET responses received: 100 GET response for message 00: 79 GET response for message 01: 15 GET response for message 02: 34 GET response for message 03: 28 GET response for message 04: 03 GET response for message 05: 08 GET response for message 06: 01 GET response for message 07: 16 GET response for message 08: 29 GET response for message 09: 46 GET response for message 10: 22 GET response for message 11: 07 GET response for message 12: 39 GET response for message 13: 21 GET response for message 14: 42 GET response for message 15: 52 GET response for message 16: 12 GET response for message 17: 43 GET response for message 18: 31 GET response for message 19: 20 GET response for message 20: 32 GET response for message 21: 23 GET response for message 22: 41 GET response for message 23: 11 GET response for message 24: 45 GET response for message 25: 10 GET response for message 26: 44 GET response for message 27: 40 GET response for message 28: 17 GET response for message 29: 25 GET response for message 30: 37 GET response for message 31: 36 GET response for message 32: 14 GET response for message 33: 30 GET response for message 34: 05 GET response for message 35: 19 GET response for message 36: 60 GET response for message 37: 02 GET response for message 38: 18 GET response for message 39: 33 GET response for message 40: 35 GET response for message 41: 27 GET response for message 42: 06 GET response for message 43: 13 GET response for message 44: 38 GET response for message 45: 62 GET response for message 46: 04 GET response for message 47: 26 GET response for message 48: 24 GET response for message 49: 09 GET response for message 50: 48 GET response for message 51: 51 GET response for message 52: 47 GET response for message 53: 53 GET response for message 54: 68 GET response for message 55: 50 GET response for message 56: 71 GET response for message 57: 54 GET response for message 58: 63 GET response for message 59: 70 GET response for message 60: 75 GET response for message 61: 72 GET response for message 62: 61 GET response for message 63: 49 GET response for message 64: 65 GET response for message 65: 73 GET response for message 66: 57 GET response for message 67: 59 GET response for message 68: 58 GET response for message 69: 66 GET response for message 70: 67 GET response for message 71: 55 GET response for message 72: 64 GET response for message 73: 56 GET response for message 74: 69 GET response for message 75: 74 GET response for message 76: 76 GET response for message 77: 78 GET response for message 78: 77 GET response for message 79: 80 GET response for message 80: 87 GET response for message 81: 82 GET response for message 82: 85 GET response for message 83: 92 GET response for message 84: 97 GET response for message 85: 95 GET response for message 86: 81 GET response for message 87: 86 GET response for message 88: 94 GET response for message 89: 84 GET response for message 90: 99 GET response for message 91: 91 GET response for message 92: 98 GET response for message 93: 93 GET response for message 94: 00 GET response for message 95: 96 GET response for message 96: 88 GET response for message 97: 89 GET response for message 98: 90 GET response for message 99: 83 Nov 01, 2023 1:11:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44195] Nov 01, 2023 1:11:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44195/ Nov 01, 2023 1:11:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44195] Nov 01, 2023 1:11:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:11:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Nov 01, 2023 1:11:02 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 00: Hello async world! GET response for message 01: Hello async world! GET response for message 02: Hello async world! GET response for message 03: Hello async world! GET response for message 04: Hello async world! GET response for message 05: Hello async world! GET response for message 06: Hello async world! GET response for message 07: Hello async world! GET response for message 08: Hello async world! GET response for message 09: Hello async world! GET response for message 10: Hello async world! GET response for message 11: Hello async world! GET response for message 12: Hello async world! GET response for message 13: Hello async world! GET response for message 14: Hello async world! GET response for message 15: Hello async world! GET response for message 16: Hello async world! GET response for message 17: Hello async world! GET response for message 18: Hello async world! GET response for message 19: Hello async world! GET response for message 20: Hello async world! GET response for message 21: Hello async world! GET response for message 22: Hello async world! GET response for message 23: Hello async world! GET response for message 24: Hello async world! GET response for message 25: Hello async world! GET response for message 26: Hello async world! GET response for message 27: Hello async world! GET response for message 28: Hello async world! GET response for message 29: Hello async world! GET response for message 30: Hello async world! GET response for message 31: Hello async world! GET response for message 32: Hello async world! GET response for message 33: Hello async world! GET response for message 34: Hello async world! GET response for message 35: Hello async world! GET response for message 36: Hello async world! GET response for message 37: Hello async world! GET response for message 38: Hello async world! GET response for message 39: Hello async world! GET response for message 40: Hello async world! GET response for message 41: Hello async world! GET response for message 42: Hello async world! GET response for message 43: Hello async world! GET response for message 44: Hello async world! GET response for message 45: Hello async world! GET response for message 46: Hello async world! GET response for message 47: Hello async world! GET response for message 48: Hello async world! GET response for message 49: Hello async world! GET response for message 50: Hello async world! GET response for message 51: Hello async world! GET response for message 52: Hello async world! GET response for message 53: Hello async world! GET response for message 54: Hello async world! GET response for message 55: Hello async world! GET response for message 56: Hello async world! GET response for message 57: Hello async world! GET response for message 58: Hello async world! GET response for message 59: Hello async world! GET response for message 60: Hello async world! GET response for message 61: Hello async world! GET response for message 62: Hello async world! GET response for message 63: Hello async world! GET response for message 64: Hello async world! GET response for message 65: Hello async world! GET response for message 66: Hello async world! GET response for message 67: Hello async world! GET response for message 68: Hello async world! GET response for message 69: Hello async world! GET response for message 70: Hello async world! GET response for message 71: Hello async world! GET response for message 72: Hello async world! GET response for message 73: Hello async world! GET response for message 74: Hello async world! GET response for message 75: Hello async world! GET response for message 76: Hello async world! GET response for message 77: Hello async world! GET response for message 78: Hello async world! GET response for message 79: Hello async world! GET response for message 80: Hello async world! GET response for message 81: Hello async world! GET response for message 82: Hello async world! GET response for message 83: Hello async world! GET response for message 84: Hello async world! GET response for message 85: Hello async world! GET response for message 86: Hello async world! GET response for message 87: Hello async world! GET response for message 88: Hello async world! GET response for message 89: Hello async world! GET response for message 90: Hello async world! GET response for message 91: Hello async world! GET response for message 92: Hello async world! GET response for message 93: Hello async world! GET response for message 94: Hello async world! GET response for message 95: Hello async world! GET response for message 96: Hello async world! GET response for message 97: Hello async world! GET response for message 98: Hello async world! GET response for message 99: Hello async world! Nov 01, 2023 1:11:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44195] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.363 s -- in org.glassfish.jersey.examples.server.async.AsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:server-async-managed >--------- [INFO] Building jersey-examples-server-async-managed 3.0.99-SNAPSHOT [359/373] [INFO] from examples/server-async-managed/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-managed --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-managed --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-managed --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-managed --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-managed --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-managed --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-managed --- [INFO] Reserved port 40807 for jersey.config.test.container.port [INFO] Reserved port 36027 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-managed --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. [INFO] Running org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest Nov 01, 2023 1:11:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40807/ Nov 01, 2023 1:11:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Nov 01, 2023 1:11:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40807] Nov 01, 2023 1:11:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Nov 01, 2023 1:11:07 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testChatResource INFO: POST responses received: 100 POST response for message 0: 200 POST response for message 1: 200 POST response for message 2: 200 POST response for message 3: 200 POST response for message 4: 200 POST response for message 5: 200 POST response for message 6: 200 POST response for message 7: 200 POST response for message 8: 200 POST response for message 9: 200 POST response for message 10: 200 POST response for message 11: 200 POST response for message 12: 200 POST response for message 13: 200 POST response for message 14: 200 POST response for message 15: 200 POST response for message 16: 200 POST response for message 17: 200 POST response for message 18: 200 POST response for message 19: 200 POST response for message 20: 200 POST response for message 21: 200 POST response for message 22: 200 POST response for message 23: 200 POST response for message 24: 200 POST response for message 25: 200 POST response for message 26: 200 POST response for message 27: 200 POST response for message 28: 200 POST response for message 29: 200 POST response for message 30: 200 POST response for message 31: 200 POST response for message 32: 200 POST response for message 33: 200 POST response for message 34: 200 POST response for message 35: 200 POST response for message 36: 200 POST response for message 37: 200 POST response for message 38: 200 POST response for message 39: 200 POST response for message 40: 200 POST response for message 41: 200 POST response for message 42: 200 POST response for message 43: 200 POST response for message 44: 200 POST response for message 45: 200 POST response for message 46: 200 POST response for message 47: 200 POST response for message 48: 200 POST response for message 49: 200 POST response for message 50: 200 POST response for message 51: 200 POST response for message 52: 200 POST response for message 53: 200 POST response for message 54: 200 POST response for message 55: 200 POST response for message 56: 200 POST response for message 57: 200 POST response for message 58: 200 POST response for message 59: 200 POST response for message 60: 200 POST response for message 61: 200 POST response for message 62: 200 POST response for message 63: 200 POST response for message 64: 200 POST response for message 65: 200 POST response for message 66: 200 POST response for message 67: 200 POST response for message 68: 200 POST response for message 69: 200 POST response for message 70: 200 POST response for message 71: 200 POST response for message 72: 200 POST response for message 73: 200 POST response for message 74: 200 POST response for message 75: 200 POST response for message 76: 200 POST response for message 77: 200 POST response for message 78: 200 POST response for message 79: 200 POST response for message 80: 200 POST response for message 81: 200 POST response for message 82: 200 POST response for message 83: 200 POST response for message 84: 200 POST response for message 85: 200 POST response for message 86: 200 POST response for message 87: 200 POST response for message 88: 200 POST response for message 89: 200 POST response for message 90: 200 POST response for message 91: 200 POST response for message 92: 200 POST response for message 93: 200 POST response for message 94: 200 POST response for message 95: 200 POST response for message 96: 200 POST response for message 97: 200 POST response for message 98: 200 POST response for message 99: 200 GET responses received: 100 GET response for message 0: Message{author=85, message=85, time=1698844266142} GET response for message 1: Message{author=70, message=70, time=1698844266143} GET response for message 2: Message{author=13, message=13, time=1698844266145} GET response for message 3: Message{author=61, message=61, time=1698844266143} GET response for message 4: Message{author=65, message=65, time=1698844266143} GET response for message 5: Message{author=53, message=53, time=1698844266143} GET response for message 6: Message{author=54, message=54, time=1698844266143} GET response for message 7: Message{author=76, message=76, time=1698844266142} GET response for message 8: Message{author=95, message=95, time=1698844266142} GET response for message 9: Message{author=32, message=32, time=1698844266143} GET response for message 10: Message{author=87, message=87, time=1698844266142} GET response for message 11: Message{author=67, message=67, time=1698844266143} GET response for message 12: Message{author=93, message=93, time=1698844266142} GET response for message 13: Message{author=69, message=69, time=1698844266143} GET response for message 14: Message{author=91, message=91, time=1698844266142} GET response for message 15: Message{author=97, message=97, time=1698844266142} GET response for message 16: Message{author=43, message=43, time=1698844266143} GET response for message 17: Message{author=86, message=86, time=1698844266142} GET response for message 18: Message{author=38, message=38, time=1698844266143} GET response for message 19: Message{author=9, message=9, time=1698844266146} GET response for message 20: Message{author=63, message=63, time=1698844266143} GET response for message 21: Message{author=77, message=77, time=1698844266142} GET response for message 22: Message{author=83, message=83, time=1698844266142} GET response for message 23: Message{author=41, message=41, time=1698844266143} GET response for message 24: Message{author=84, message=84, time=1698844266142} GET response for message 25: Message{author=18, message=18, time=1698844266145} GET response for message 26: Message{author=59, message=59, time=1698844266143} GET response for message 27: Message{author=1, message=1, time=1698844266146} GET response for message 28: Message{author=62, message=62, time=1698844266143} GET response for message 29: Message{author=25, message=25, time=1698844266144} GET response for message 30: Message{author=42, message=42, time=1698844266143} GET response for message 31: Message{author=94, message=94, time=1698844266142} GET response for message 32: Message{author=12, message=12, time=1698844266145} GET response for message 33: Message{author=14, message=14, time=1698844266145} GET response for message 34: Message{author=17, message=17, time=1698844266145} GET response for message 35: Message{author=2, message=2, time=1698844266146} GET response for message 36: Message{author=21, message=21, time=1698844266144} GET response for message 37: Message{author=34, message=34, time=1698844266143} GET response for message 38: Message{author=49, message=49, time=1698844266143} GET response for message 39: Message{author=3, message=3, time=1698844266146} GET response for message 40: Message{author=55, message=55, time=1698844266143} GET response for message 41: Message{author=75, message=75, time=1698844266142} GET response for message 42: Message{author=88, message=88, time=1698844266142} GET response for message 43: Message{author=35, message=35, time=1698844266143} GET response for message 44: Message{author=57, message=57, time=1698844266143} GET response for message 45: Message{author=82, message=82, time=1698844266142} GET response for message 46: Message{author=58, message=58, time=1698844266143} GET response for message 47: Message{author=10, message=10, time=1698844266146} GET response for message 48: Message{author=8, message=8, time=1698844266146} GET response for message 49: Message{author=29, message=29, time=1698844266143} GET response for message 50: Message{author=92, message=92, time=1698844266142} GET response for message 51: Message{author=28, message=28, time=1698844266143} GET response for message 52: Message{author=81, message=81, time=1698844266142} GET response for message 53: Message{author=6, message=6, time=1698844266146} GET response for message 54: Message{author=16, message=16, time=1698844266145} GET response for message 55: Message{author=33, message=33, time=1698844266143} GET response for message 56: Message{author=39, message=39, time=1698844266143} GET response for message 57: Message{author=78, message=78, time=1698844266142} GET response for message 58: Message{author=20, message=20, time=1698844266144} GET response for message 59: Message{author=23, message=23, time=1698844266144} GET response for message 60: Message{author=31, message=31, time=1698844266143} GET response for message 61: Message{author=96, message=96, time=1698844266142} GET response for message 62: Message{author=56, message=56, time=1698844266143} GET response for message 63: Message{author=68, message=68, time=1698844266143} GET response for message 64: Message{author=90, message=90, time=1698844266142} GET response for message 65: Message{author=37, message=37, time=1698844266143} GET response for message 66: Message{author=19, message=19, time=1698844266145} GET response for message 67: Message{author=26, message=26, time=1698844266143} GET response for message 68: Message{author=52, message=52, time=1698844266143} GET response for message 69: Message{author=73, message=73, time=1698844266142} GET response for message 70: Message{author=79, message=79, time=1698844266142} GET response for message 71: Message{author=40, message=40, time=1698844266143} GET response for message 72: Message{author=45, message=45, time=1698844266143} GET response for message 73: Message{author=44, message=44, time=1698844266143} GET response for message 74: Message{author=51, message=51, time=1698844266143} GET response for message 75: Message{author=60, message=60, time=1698844266143} GET response for message 76: Message{author=80, message=80, time=1698844266142} GET response for message 77: Message{author=36, message=36, time=1698844266143} GET response for message 78: Message{author=47, message=47, time=1698844266143} GET response for message 79: Message{author=72, message=72, time=1698844266142} GET response for message 80: Message{author=66, message=66, time=1698844266143} GET response for message 81: Message{author=48, message=48, time=1698844266143} GET response for message 82: Message{author=74, message=74, time=1698844266142} GET response for message 83: Message{author=89, message=89, time=1698844266142} GET response for message 84: Message{author=30, message=30, time=1698844266143} GET response for message 85: Message{author=98, message=98, time=1698844266142} GET response for message 86: Message{author=50, message=50, time=1698844266143} GET response for message 87: Message{author=5, message=5, time=1698844266146} GET response for message 88: Message{author=64, message=64, time=1698844266143} GET response for message 89: Message{author=7, message=7, time=1698844266146} GET response for message 90: Message{author=24, message=24, time=1698844266144} GET response for message 91: Message{author=46, message=46, time=1698844266143} GET response for message 92: Message{author=0, message=0, time=1698844266142} GET response for message 93: Message{author=71, message=71, time=1698844266143} GET response for message 94: Message{author=22, message=22, time=1698844266144} GET response for message 95: Message{author=4, message=4, time=1698844266146} GET response for message 96: Message{author=99, message=99, time=1698844266142} GET response for message 97: Message{author=11, message=11, time=1698844266146} GET response for message 98: Message{author=15, message=15, time=1698844266145} GET response for message 99: Message{author=27, message=27, time=1698844266143} Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40807] Nov 01, 2023 1:11:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:40807/ Nov 01, 2023 1:11:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40807] Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Nov 01, 2023 1:11:08 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 0: 0 - Hello async world! GET response for message 1: 1 - Hello async world! GET response for message 2: 2 - Hello async world! GET response for message 3: 3 - Hello async world! GET response for message 4: 4 - Hello async world! GET response for message 5: 5 - Hello async world! GET response for message 6: 6 - Hello async world! GET response for message 7: 7 - Hello async world! GET response for message 8: 8 - Hello async world! GET response for message 9: 9 - Hello async world! GET response for message 10: 10 - Hello async world! GET response for message 11: 11 - Hello async world! GET response for message 12: 12 - Hello async world! GET response for message 13: 13 - Hello async world! GET response for message 14: 14 - Hello async world! GET response for message 15: 15 - Hello async world! GET response for message 16: 16 - Hello async world! GET response for message 17: 17 - Hello async world! GET response for message 18: 18 - Hello async world! GET response for message 19: 19 - Hello async world! GET response for message 20: 20 - Hello async world! GET response for message 21: 21 - Hello async world! GET response for message 22: 22 - Hello async world! GET response for message 23: 23 - Hello async world! GET response for message 24: 24 - Hello async world! GET response for message 25: 25 - Hello async world! GET response for message 26: 26 - Hello async world! GET response for message 27: 27 - Hello async world! GET response for message 28: 28 - Hello async world! GET response for message 29: 29 - Hello async world! GET response for message 30: 30 - Hello async world! GET response for message 31: 31 - Hello async world! GET response for message 32: 32 - Hello async world! GET response for message 33: 33 - Hello async world! GET response for message 34: 34 - Hello async world! GET response for message 35: 35 - Hello async world! GET response for message 36: 36 - Hello async world! GET response for message 37: 37 - Hello async world! GET response for message 38: 38 - Hello async world! GET response for message 39: 39 - Hello async world! GET response for message 40: 40 - Hello async world! GET response for message 41: 41 - Hello async world! GET response for message 42: 42 - Hello async world! GET response for message 43: 43 - Hello async world! GET response for message 44: 44 - Hello async world! GET response for message 45: 45 - Hello async world! GET response for message 46: 46 - Hello async world! GET response for message 47: 47 - Hello async world! GET response for message 48: 48 - Hello async world! GET response for message 49: 49 - Hello async world! GET response for message 50: 50 - Hello async world! GET response for message 51: 51 - Hello async world! GET response for message 52: 52 - Hello async world! GET response for message 53: 53 - Hello async world! GET response for message 54: 54 - Hello async world! GET response for message 55: 55 - Hello async world! GET response for message 56: 56 - Hello async world! GET response for message 57: 57 - Hello async world! GET response for message 58: 58 - Hello async world! GET response for message 59: 59 - Hello async world! GET response for message 60: 60 - Hello async world! GET response for message 61: 61 - Hello async world! GET response for message 62: 62 - Hello async world! GET response for message 63: 63 - Hello async world! GET response for message 64: 64 - Hello async world! GET response for message 65: 65 - Hello async world! GET response for message 66: 66 - Hello async world! GET response for message 67: 67 - Hello async world! GET response for message 68: 68 - Hello async world! GET response for message 69: 69 - Hello async world! GET response for message 70: 70 - Hello async world! GET response for message 71: 71 - Hello async world! GET response for message 72: 72 - Hello async world! GET response for message 73: 73 - Hello async world! GET response for message 74: 74 - Hello async world! GET response for message 75: 75 - Hello async world! GET response for message 76: 76 - Hello async world! GET response for message 77: 77 - Hello async world! GET response for message 78: 78 - Hello async world! GET response for message 79: 79 - Hello async world! GET response for message 80: 80 - Hello async world! GET response for message 81: 81 - Hello async world! GET response for message 82: 82 - Hello async world! GET response for message 83: 83 - Hello async world! GET response for message 84: 84 - Hello async world! GET response for message 85: 85 - Hello async world! GET response for message 86: 86 - Hello async world! GET response for message 87: 87 - Hello async world! GET response for message 88: 88 - Hello async world! GET response for message 89: 89 - Hello async world! GET response for message 90: 90 - Hello async world! GET response for message 91: 91 - Hello async world! GET response for message 92: 92 - Hello async world! GET response for message 93: 93 - Hello async world! GET response for message 94: 94 - Hello async world! GET response for message 95: 95 - Hello async world! GET response for message 96: 96 - Hello async world! GET response for message 97: 97 - Hello async world! GET response for message 98: 98 - Hello async world! GET response for message 99: 99 - Hello async world! Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40807] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.466 s -- in org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-managed --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Nov 01, 2023 1:11:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-managed --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-managed --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-async-standalone >-------- [INFO] Building jersey-examples-server-async-standalone 3.0.99-SNAPSHOT [360/373] [INFO] from examples/server-async-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone --- [INFO] Reserved port 45535 for jersey.config.test.container.port [INFO] Reserved port 43171 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >---- [INFO] Building jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT [361/373] [INFO] from examples/server-async-standalone/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-standalone-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-client --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-client --- [INFO] Reserved port 36477 for jersey.config.test.container.port [INFO] Reserved port 41101 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-client --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-client --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >---- [INFO] Building jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT [362/373] [INFO] from examples/server-async-standalone/webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-standalone-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-webapp --- [INFO] Reserved port 41001 for jersey.config.test.container.port [INFO] Reserved port 43551 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ server-async-standalone-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [server-async-standalone-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >------- [INFO] Building jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT [363/373] [INFO] from examples/server-sent-events-jaxrs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jaxrs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jaxrs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jaxrs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jaxrs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jaxrs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jaxrs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jaxrs --- [INFO] Reserved port 44575 for jersey.config.test.container.port [INFO] Reserved port 39099 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jaxrs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/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.examples.sse.jaxrs.ServerSentEventsTest Nov 01, 2023 1:11:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44575/ Nov 01, 2023 1:11:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44575] Nov 01, 2023 1:11:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44575] Nov 01, 2023 1:11:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44575/ Nov 01, 2023 1:11:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44575] Nov 01, 2023 1:11:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44575] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s -- in org.glassfish.jersey.examples.sse.jaxrs.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jaxrs --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jaxrs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jaxrs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------ [INFO] Building jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT [364/373] [INFO] from examples/servlet3-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet3-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet3-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet3-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet3-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet3-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet3-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet3-webapp --- [INFO] Reserved port 43115 for jersey.config.test.container.port [INFO] Reserved port 36363 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet3-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/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.examples.servlet3.webapp.Servlet3WebappTestCase Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Nov 01, 2023 1:11:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:11:15 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.066 s -- in org.glassfish.jersey.examples.servlet3.webapp.Servlet3WebappTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet3-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet3-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet3-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet3-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet3-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet3-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:simple-console >------------ [INFO] Building jersey-examples-simple-console 3.0.99-SNAPSHOT [365/373] [INFO] from examples/simple-console/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ simple-console --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ simple-console --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ simple-console --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ simple-console --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ simple-console --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ simple-console --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ simple-console --- [INFO] Reserved port 45707 for jersey.config.test.container.port [INFO] Reserved port 44061 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ simple-console --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/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.examples.console.MainTest Nov 01, 2023 1:11:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45707/ Nov 01, 2023 1:11:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Nov 01, 2023 1:11:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45707] Nov 01, 2023 1:11:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45707/ Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45707/ Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45707/ Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45707/ Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45707] Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:11:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45707] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 s -- in org.glassfish.jersey.examples.console.MainTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ simple-console --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml Nov 01, 2023 1:11:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ simple-console --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ simple-console --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >----- [INFO] Building jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT [366/373] [INFO] from examples/sse-item-store-jersey-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jersey-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jersey-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jersey-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jersey-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jersey-webapp --- [INFO] Reserved port 38233 for jersey.config.test.container.port [INFO] Reserved port 36761 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jersey-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:11:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. [INFO] Running org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest Nov 01, 2023 1:11:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 1:11:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:11:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 1:11:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 1:11:24 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:25 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:11:26 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:11:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.105 s -- in org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jersey-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jersey-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jersey-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jersey-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jersey-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jersey-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------ [INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT [367/373] [INFO] from examples/sse-item-store-jaxrs-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jaxrs-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jaxrs-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jaxrs-webapp --- [INFO] Reserved port 34851 for jersey.config.test.container.port [INFO] Reserved port 45507 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jaxrs-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/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.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest Nov 01, 2023 1:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 1:11:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:29 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Nov 01, 2023 1:11:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 1:11:30 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:11:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:31 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Nov 01, 2023 1:11:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :4 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 5 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :5 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 6 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :6 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 7 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :7 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 8 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:33 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 1:11:34 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 10 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:35 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 11 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:37 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 12 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:39 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] SYNC: 360, ASYNC: 324, STRAIGHT: 316 Nov 01, 2023 1:11:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e1999e4-13e0-4b91-b44a-fa4ecb4c8ae1 shut down [INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 182.4 s -- in org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest [INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest Nov 01, 2023 1:11:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:11:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:11:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 723b4ed9-02a7-42df-a816-2d1c78e5f3d2 initialized Nov 01, 2023 1:11:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Nov 01, 2023 1:11:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 723b4ed9-02a7-42df-a816-2d1c78e5f3d2 shut down Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.examples.helloworld.HelloWorldTest [INFO] Running org.glassfish.jersey.examples.helloworld.AppScopedResourceTest Nov 01, 2023 1:11:40 PM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Nov 01, 2023 1:11:40 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Nov 01, 2023 1:11:40 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container faea0725-7f57-454f-a6e2-03fa6a3dd9dc initialized Nov 01, 2023 1:11:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36575/ Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36575] Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Nov 01, 2023 1:11:40 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container faea0725-7f57-454f-a6e2-03fa6a3dd9dc shut down Nov 01, 2023 1:11:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36575] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.examples.helloworld.AppScopedResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1003, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-weld --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:41 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json [INFO] attaching as helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-weld --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.0.99-SNAPSHOT/helloworld-weld-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-weld --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-patch >-------------- [INFO] Building jersey-examples-http-patch 3.0.99-SNAPSHOT [327/370] [INFO] from examples/http-patch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-patch --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-patch --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-patch --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-patch --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-patch --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-patch --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-patch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-patch --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :22 Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:11:43 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 1:11:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.70 s -- in org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-patch --- [INFO] Reserved port 35803 for jersey.config.test.container.port [INFO] Reserved port 38545 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-patch --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jaxrs-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jaxrs-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.examples.httppatch.HttpPatchTest Nov 01, 2023 1:11:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35803/ [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jaxrs-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >-------- [INFO] Building jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT [368/373] [INFO] from examples/sse-twitter-aggregator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-twitter-aggregator --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-twitter-aggregator --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-twitter-aggregator --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-twitter-aggregator --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-twitter-aggregator --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-twitter-aggregator --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-twitter-aggregator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-twitter-aggregator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-twitter-aggregator --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-twitter-aggregator --- [INFO] Reserved port 41569 for jersey.config.test.container.port [INFO] Reserved port 44171 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-twitter-aggregator --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-twitter-aggregator --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35803] Nov 01, 2023 1:11:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:11:46 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two]} Nov 01, 2023 1:11:46 PM org.glassfish.jersey.examples.httppatch.PatchableResource patchState INFO: New resource state: State{title='patchedTitle', message='patchedMessage', list=[one, two, three]} Nov 01, 2023 1:11:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35803] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 s -- in org.glassfish.jersey.examples.httppatch.HttpPatchTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-patch --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-twitter-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-twitter-aggregator --- [INFO] [INFO] ------< org.glassfish.jersey.examples:system-properties-example >------- [INFO] Building jersey-examples-system-properties 3.0.99-SNAPSHOT [369/373] [INFO] from examples/system-properties-example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ system-properties-example --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ system-properties-example --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ system-properties-example --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ system-properties-example --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ system-properties-example --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ system-properties-example --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ system-properties-example --- [INFO] Reserved port 39373 for jersey.config.test.container.port [INFO] Reserved port 42477 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ system-properties-example --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json [INFO] attaching as http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-patch --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-patch --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-patch/target/http-patch-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-patch/3.0.99-SNAPSHOT/http-patch-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-patch --- [INFO] Running org.glassfish.jersey.examples.sysprops.SysPropsTest Nov 01, 2023 1:11:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39373/ [INFO] [INFO] --------------< org.glassfish.jersey.examples:http-trace >-------------- [INFO] Building jersey-examples-http-trace 3.0.99-SNAPSHOT [328/370] [INFO] from examples/http-trace/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ http-trace --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ http-trace --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ http-trace --- Nov 01, 2023 1:11:48 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ http-trace --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ http-trace --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ http-trace --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ http-trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ http-trace --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ http-trace --- [INFO] Reserved port 33695 for jersey.config.test.container.port [INFO] Reserved port 40829 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ http-trace --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Nov 01, 2023 1:11:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39373] Nov 01, 2023 1:11:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39373] Nov 01, 2023 1:11:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39373/ Nov 01, 2023 1:11:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39373] Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39373] Nov 01, 2023 1:11:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39373/ Nov 01, 2023 1:11:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39373] Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:11:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39373] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.glassfish.jersey.examples.sysprops.SysPropsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ system-properties-example --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.examples.httptrace.TraceSupportTest Nov 01, 2023 1:11:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ system-properties-example --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ system-properties-example --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >--------------- [INFO] Building jersey-examples-moxy 3.0.99-SNAPSHOT [370/373] [INFO] from examples/xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes Nov 01, 2023 1:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33695/ Nov 01, 2023 1:11:50 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33695] Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:11:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33695] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.548 s -- in org.glassfish.jersey.examples.httptrace.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ http-trace --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 43071 for jersey.config.test.container.port [INFO] Reserved port 34905 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/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.examples.xmlmoxy.MoxyAppTest Nov 01, 2023 1:11:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43071/ Nov 01, 2023 1:11:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43071] Nov 01, 2023 1:11:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43071] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s -- in org.glassfish.jersey.examples.xmlmoxy.MoxyAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json [INFO] attaching as http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ http-trace --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ http-trace --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/http-trace/target/http-trace-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/http-trace/3.0.99-SNAPSHOT/http-trace-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ http-trace --- [INFO] [INFO] ------< org.glassfish.jersey.examples:https-clientserver-grizzly >------ [INFO] Building jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT [329/370] [INFO] from examples/https-clientserver-grizzly/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-clientserver-grizzly --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-clientserver-grizzly --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-clientserver-grizzly --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-clientserver-grizzly --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-clientserver-grizzly --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-clientserver-grizzly --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-clientserver-grizzly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-clientserver-grizzly --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-clientserver-grizzly --- [INFO] Reserved port 36065 for jersey.config.test.container.port [INFO] Reserved port 40389 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-clientserver-grizzly --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/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.examples.httpsclientservergrizzly.MainTest [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] -------< org.glassfish.jersey.examples:helloworld-spring-webapp >------- [INFO] Building jersey-examples-helloworld-spring-webapp 3.0.99-SNAPSHOT [371/373] [INFO] from examples/helloworld-spring-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-spring-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-spring-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-spring-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-spring-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-spring-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-spring-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-spring-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-spring-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-spring-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-spring-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-spring-webapp --- [INFO] Reserved port 32969 for jersey.config.test.container.port [INFO] Reserved port 44205 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-spring-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ helloworld-spring-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [helloworld-spring-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp.war Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:11:54 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-spring-webapp --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:11:54 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.xml [INFO] attaching as helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.json [INFO] attaching as helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-spring-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-spring-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT.pom Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:11:54 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 1:11:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:11:55 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-spring-webapp --- Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:11:55 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ USER AUTHENTICATED Service: GET / User: user Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36065] Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:11:55 PM org.glassfish.jersey.examples.httpsclientservergrizzly.Server start INFO: Jersey app started. Try out https://localhost:36065/ Hit CTRL + C to stop it... Client: GET https://localhost:36065/ Nov 01, 2023 1:11:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36065] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.973 s -- in org.glassfish.jersey.examples.httpsclientservergrizzly.MainTest [INFO] [INFO] ----< org.glassfish.jersey.examples:helloworld-spring-annotations >----- [INFO] Building helloworld-spring-annotations 3.0.99-SNAPSHOT [372/373] [INFO] from examples/helloworld-spring-annotations/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ helloworld-spring-annotations --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-spring-annotations --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-spring-annotations --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-spring-annotations --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-spring-annotations --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-spring-annotations --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-spring-annotations --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ helloworld-spring-annotations --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-spring-annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-spring-annotations --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-spring-annotations --- [INFO] Reserved port 38009 for jersey.config.test.container.port [INFO] Reserved port 35483 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ helloworld-spring-annotations --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-clientserver-grizzly --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.jersey.examples.hello.spring.annotations.SpringRequestResourceTest Nov 01, 2023 1:11:56 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:38009/ [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json [INFO] attaching as https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-clientserver-grizzly --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-clientserver-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-clientserver-grizzly/target/https-clientserver-grizzly-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-clientserver-grizzly/3.0.99-SNAPSHOT/https-clientserver-grizzly-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-clientserver-grizzly --- [INFO] [INFO] --------< org.glassfish.jersey.examples:https-server-glassfish >-------- [INFO] Building jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT [330/370] [INFO] from examples/https-server-glassfish/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Nov 01, 2023 1:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] [INFO] --- clean:2.5:clean (default-clean) @ https-server-glassfish --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ https-server-glassfish --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ https-server-glassfish --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ https-server-glassfish --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ https-server-glassfish --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ https-server-glassfish --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ https-server-glassfish --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ https-server-glassfish --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ https-server-glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ https-server-glassfish --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ https-server-glassfish --- [INFO] Reserved port 46587 for jersey.config.test.container.port [INFO] Reserved port 33035 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ https-server-glassfish --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ https-server-glassfish --- [INFO] Packaging webapp [INFO] Assembling webapp [https-server-glassfish] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war Nov 01, 2023 1:11:56 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:38009/ Nov 01, 2023 1:11:56 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s -- in org.glassfish.jersey.examples.hello.spring.annotations.SpringRequestResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-spring-annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-spring-annotations --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ https-server-glassfish --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.xml [INFO] attaching as helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.json [INFO] attaching as helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-spring-annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ helloworld-spring-annotations --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-spring-annotations --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >--- [INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT [373/373] [INFO] from test-framework/maven/custom-enforcer-rules/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-enforcer-rules --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-enforcer-rules --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-enforcer-rules --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-enforcer-rules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-enforcer-rules --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-enforcer-rules --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-enforcer-rules --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-enforcer-rules --- [INFO] Reserved port 41239 for jersey.config.test.container.port [INFO] Reserved port 45963 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-enforcer-rules --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json [INFO] attaching as https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ https-server-glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ https-server-glassfish --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/https-server-glassfish/target/https-server-glassfish-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/https-server-glassfish/3.0.99-SNAPSHOT/https-server-glassfish-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ https-server-glassfish --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:java8-webapp >------------- [INFO] Building jersey-examples-java8-webapp 3.0.99-SNAPSHOT [331/370] [INFO] from examples/java8-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ java8-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ java8-webapp --- [INFO] Reserved port 38529 for jersey.config.test.container.port [INFO] Reserved port 35631 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ java8-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/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.examples.java8.DefaultMethodResourceTest [INFO] Running org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-enforcer-rules --- [INFO] CycloneDX: Resolving Dependencies Nov 01, 2023 1:11:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:11:59 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar Nov 01, 2023 1:11:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:11:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-enforcer-rules --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-enforcer-rules --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] jersey 3.0.99-SNAPSHOT ............................. SUCCESS [02:11 min] [INFO] jersey-archetypes 3.0.99-SNAPSHOT .................. SUCCESS [ 1.120 s] [INFO] jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT ..... SUCCESS [ 4.310 s] [INFO] jersey-archetype-grizzly2 3.0.99-SNAPSHOT .......... SUCCESS [ 0.275 s] [INFO] jersey-archetype-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 0.258 s] [INFO] jersey-example-java8-webapp 3.0.99-SNAPSHOT ........ SUCCESS [ 0.563 s] [INFO] jersey-bom 3.0.99-SNAPSHOT ......................... SUCCESS [ 0.182 s] [INFO] jersey-core-common 3.0.99-SNAPSHOT ................. SUCCESS [ 43.741 s] [INFO] jersey-inject 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.193 s] [INFO] jersey-inject-hk2 3.0.99-SNAPSHOT .................. SUCCESS [ 3.961 s] [INFO] jersey-core-client 3.0.99-SNAPSHOT ................. SUCCESS [ 18.569 s] [INFO] jersey-media 3.0.99-SNAPSHOT ....................... SUCCESS [ 0.339 s] [INFO] jersey-media-jaxb 3.0.99-SNAPSHOT .................. SUCCESS [ 5.096 s] [INFO] jersey-core-server 3.0.99-SNAPSHOT ................. SUCCESS [ 46.104 s] [INFO] jersey-containers 3.0.99-SNAPSHOT .................. SUCCESS [ 0.390 s] [INFO] jersey-container-grizzly2-http 3.0.99-SNAPSHOT ..... SUCCESS [ 34.453 s] [INFO] jersey-container-servlet-core 3.0.99-SNAPSHOT ...... SUCCESS [ 2.578 s] [INFO] jersey-test-framework 3.0.99-SNAPSHOT .............. SUCCESS [ 0.423 s] [INFO] jersey-test-framework-core 3.0.99-SNAPSHOT ......... SUCCESS [ 2.650 s] [INFO] jersey-container-servlet 3.0.99-SNAPSHOT ........... SUCCESS [ 0.867 s] [INFO] jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT .. SUCCESS [ 0.835 s] [INFO] jersey-test-framework-providers 3.0.99-SNAPSHOT .... SUCCESS [ 0.317 s] [INFO] jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT SUCCESS [ 5.843 s] [INFO] jersey-connectors 3.0.99-SNAPSHOT .................. SUCCESS [ 0.333 s] [INFO] jersey-connectors-apache 3.0.99-SNAPSHOT ........... SUCCESS [ 17.378 s] [INFO] jersey-connectors-apache5 3.0.99-SNAPSHOT .......... SUCCESS [ 18.661 s] [INFO] jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT SUCCESS [ 2.449 s] [INFO] jersey-test-framework-provider-external 3.0.99-SNAPSHOT SUCCESS [ 0.662 s] [INFO] jersey-container-jdk-http 3.0.99-SNAPSHOT .......... SUCCESS [ 18.280 s] [INFO] jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT SUCCESS [ 7.925 s] [INFO] jersey-container-simple-http 3.0.99-SNAPSHOT ....... SUCCESS [ 16.060 s] [INFO] jersey-test-framework-provider-simple 3.0.99-SNAPSHOT SUCCESS [ 1.996 s] [INFO] jersey-connectors-netty 3.0.99-SNAPSHOT ............ SUCCESS [ 36.443 s] [INFO] jersey-container-netty-http 3.0.99-SNAPSHOT ........ SUCCESS [ 1.174 s] [INFO] jersey-test-framework-provider-netty 3.0.99-SNAPSHOT SUCCESS [ 0.932 s] [INFO] jersey-container-jetty-http 3.0.99-SNAPSHOT ........ SUCCESS [ 11.704 s] [INFO] jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT SUCCESS [ 2.419 s] [INFO] jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT SUCCESS [ 1.135 s] [INFO] jersey-connectors-grizzly 3.0.99-SNAPSHOT .......... SUCCESS [ 9.243 s] [INFO] jersey-media-sse 3.0.99-SNAPSHOT ................... SUCCESS [ 24.991 s] [INFO] jersey-connectors-helidon 3.0.99-SNAPSHOT .......... SUCCESS [ 52.966 s] [INFO] jersey-connectors-jdk 3.0.99-SNAPSHOT .............. SUCCESS [ 27.663 s] [INFO] jersey-connectors-jetty 3.0.99-SNAPSHOT ............ SUCCESS [ 12.893 s] [INFO] jersey-container-jetty-http2 3.0.99-SNAPSHOT ....... SUCCESS [ 11.010 s] [INFO] jersey-extensions 3.0.99-SNAPSHOT .................. SUCCESS [ 0.255 s] [INFO] jersey-ext-entity-filtering 3.0.99-SNAPSHOT ........ SUCCESS [ 2.499 s] [INFO] jersey-media-json-jackson 3.0.99-SNAPSHOT .......... SUCCESS [ 4.602 s] [INFO] jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT SUCCESS [ 2.798 s] [INFO] jersey-connectors-jetty-http2 3.0.99-SNAPSHOT ...... SUCCESS [ 14.736 s] [INFO] jersey-cdi-support 3.0.99-SNAPSHOT ................. SUCCESS [ 0.243 s] [INFO] jersey-ext-cdi1x 3.0.99-SNAPSHOT ................... SUCCESS [ 2.555 s] [INFO] jersey-glassfish-support 3.0.99-SNAPSHOT ........... SUCCESS [ 0.330 s] [INFO] jersey-gf-ejb 3.0.99-SNAPSHOT ...................... SUCCESS [ 2.648 s] [INFO] jersey-container-jetty-servlet 3.0.99-SNAPSHOT ..... SUCCESS [ 1.178 s] [INFO] jersey-ext-bean-validation 3.0.99-SNAPSHOT ......... SUCCESS [ 1.282 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT SUCCESS [ 0.933 s] [INFO] jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT ........... SUCCESS [ 24.684 s] [INFO] jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT ........... SUCCESS [ 0.671 s] [INFO] jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT ....... SUCCESS [ 0.921 s] [INFO] jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT ........ SUCCESS [ 0.729 s] [INFO] jersey-ext-weld2-se 3.0.99-SNAPSHOT ................ SUCCESS [ 0.625 s] [INFO] jersey-ext-metainf-services 3.0.99-SNAPSHOT ........ SUCCESS [ 2.612 s] [INFO] jersey-micrometer 3.0.99-SNAPSHOT .................. SUCCESS [ 4.629 s] [INFO] jersey-ext-mvc 3.0.99-SNAPSHOT ..................... SUCCESS [ 1.223 s] [INFO] jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT ..... SUCCESS [ 0.592 s] [INFO] jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT .......... SUCCESS [ 1.020 s] [INFO] jersey-ext-mvc-jsp 3.0.99-SNAPSHOT ................. SUCCESS [ 0.747 s] [INFO] jersey-ext-mvc-mustache 3.0.99-SNAPSHOT ............ SUCCESS [ 0.622 s] [INFO] jersey-ext-proxy-client 3.0.99-SNAPSHOT ............ SUCCESS [ 5.587 s] [INFO] jersey-ext-rx 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.384 s] [INFO] jersey-ext-rx-client-guava 3.0.99-SNAPSHOT ......... SUCCESS [ 1.543 s] [INFO] jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT ........ SUCCESS [ 1.658 s] [INFO] jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT ....... SUCCESS [ 1.464 s] [INFO] jersey-spring6 3.0.99-SNAPSHOT ..................... SUCCESS [ 5.356 s] [INFO] jersey-wadl-doclet 3.0.99-SNAPSHOT ................. SUCCESS [ 0.933 s] [INFO] jersey-media-json-binding 3.0.99-SNAPSHOT .......... SUCCESS [ 0.968 s] [INFO] project 3.0.99-SNAPSHOT ............................ SUCCESS [ 0.239 s] [INFO] jersey-mp-rest-client 3.0.99-SNAPSHOT .............. SUCCESS [ 3.242 s] [INFO] jersey-mp-config 3.0.99-SNAPSHOT ................... SUCCESS [ 2.464 s] [INFO] jersey-incubator 3.0.99-SNAPSHOT ................... SUCCESS [ 0.251 s] [INFO] jersey-inject-cdi-weld 3.0.99-SNAPSHOT ............. SUCCESS [ 6.866 s] [INFO] jersey-declarative-linking 3.0.99-SNAPSHOT ......... SUCCESS [ 2.880 s] [INFO] jersey-ext-gae-integration 3.0.99-SNAPSHOT ......... SUCCESS [ 0.778 s] [INFO] jersey-media-html-json 3.0.99-SNAPSHOT ............. SUCCESS [ 3.506 s] [INFO] jersey-inject-injectless-client 3.0.99-SNAPSHOT .... SUCCESS [ 0.413 s] [INFO] jersey-media-kryo 3.0.99-SNAPSHOT .................. SUCCESS [ 2.623 s] [INFO] jersey-open-tracing 3.0.99-SNAPSHOT ................ SUCCESS [ 0.953 s] [INFO] jersey-inject-cdi2-se 3.0.99-SNAPSHOT .............. SUCCESS [ 5.000 s] [INFO] jersey-media-json-gson 3.0.99-SNAPSHOT ............. SUCCESS [ 0.898 s] [INFO] jersey-media-json-jettison 3.0.99-SNAPSHOT ......... SUCCESS [ 1.014 s] [INFO] jersey-media-json-processing 3.0.99-SNAPSHOT ....... SUCCESS [ 1.757 s] [INFO] jersey-media-moxy 3.0.99-SNAPSHOT .................. SUCCESS [ 1.252 s] [INFO] jersey-media-multipart 3.0.99-SNAPSHOT ............. SUCCESS [ 8.931 s] [INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [ 0.204 s] [INFO] oauth1-signature 3.0.99-SNAPSHOT ................... SUCCESS [ 1.680 s] [INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [ 1.057 s] [INFO] oauth1-server 3.0.99-SNAPSHOT ...................... SUCCESS [ 3.558 s] [INFO] oauth2-client 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.780 s] [INFO] jersey-test-framework-util 3.0.99-SNAPSHOT ......... SUCCESS [ 2.100 s] [INFO] jersey-tests 3.0.99-SNAPSHOT ....................... SUCCESS [ 0.297 s] [INFO] jersey-tests-e2e 3.0.99-SNAPSHOT ................... SUCCESS [05:26 min] [INFO] jersey-tests-e2e-client 3.0.99-SNAPSHOT ............ SUCCESS [03:43 min] [INFO] jersey-tests-e2e-core-common 3.0.99-SNAPSHOT ....... SUCCESS [ 3.434 s] [INFO] jersey-tests-e2e-entity 3.0.99-SNAPSHOT ............ SUCCESS [04:49 min] [INFO] jersey-tests-e2e-inject 3.0.99-SNAPSHOT ............ SUCCESS [ 0.215 s] [INFO] jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT ..... SUCCESS [ 5.755 s] [INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT SUCCESS [ 5.617 s] [INFO] e2e-inject-hk2 3.0.99-SNAPSHOT ..................... SUCCESS [ 3.634 s] [INFO] jersey-tests-e2e-server 3.0.99-SNAPSHOT ............ SUCCESS [08:54 min] [INFO] jersey-tests-e2e-testng 3.0.99-SNAPSHOT ............ SUCCESS [ 8.449 s] [INFO] jersey-tests-e2e-tls 3.0.99-SNAPSHOT ............... SUCCESS [ 17.971 s] [INFO] jersey-tests-integration 3.0.99-SNAPSHOT ........... SUCCESS [ 0.201 s] [INFO] jersey-asm-integration 3.0.99-SNAPSHOT ............. SUCCESS [ 0.855 s] [INFO] cdi-integration-project 3.0.99-SNAPSHOT ............ SUCCESS [ 0.202 s] [INFO] jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT SUCCESS [ 8.233 s] [INFO] jersey-tests-cdi-client 3.0.99-SNAPSHOT ............ SUCCESS [ 1.722 s] [INFO] jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT .. SUCCESS [ 3.508 s] [INFO] jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT ........ SUCCESS [ 1.634 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.627 s] [INFO] cdi-manually-bound 3.0.99-SNAPSHOT ................. SUCCESS [ 3.506 s] [INFO] jersey-tests-cdi-log-check 3.0.99-SNAPSHOT ......... SUCCESS [ 3.451 s] [INFO] jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [ 0.353 s] [INFO] jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT SUCCESS [ 1.456 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT SUCCESS [ 1.570 s] [INFO] jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [ 1.354 s] [INFO] jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT SUCCESS [ 0.203 s] [INFO] jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 1.391 s] [INFO] jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT SUCCESS [ 3.169 s] [INFO] cdi-singleton 3.0.99-SNAPSHOT ...................... SUCCESS [ 2.935 s] [INFO] jersey-tests-cdi-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 9.561 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.890 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.991 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.917 s] [INFO] jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT SUCCESS [ 6.753 s] [INFO] jersey-tests-glassfish-inject-on-server 3.0.99-SNAPSHOT SUCCESS [01:15 min] [INFO] client-connector-provider 3.0.99-SNAPSHOT .......... SUCCESS [ 2.900 s] [INFO] jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [ 0.346 s] [INFO] jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT SUCCESS [ 1.362 s] [INFO] jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [ 0.663 s] [INFO] jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT SUCCESS [ 0.249 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT SUCCESS [ 0.518 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT SUCCESS [ 1.352 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT SUCCESS [ 1.362 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT SUCCESS [ 0.798 s] [INFO] jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT SUCCESS [ 0.217 s] [INFO] jersey-tests-ejb-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 1.882 s] [INFO] j-376-reproducer 3.0.99-SNAPSHOT ................... SUCCESS [ 3.013 s] [INFO] jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT SUCCESS [ 1.741 s] [INFO] jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT SUCCESS [ 1.466 s] [INFO] jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT . SUCCESS [ 0.788 s] [INFO] jersey-tests-integration-j-441 3.0.99-SNAPSHOT ..... SUCCESS [ 0.255 s] [INFO] jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT SUCCESS [ 0.318 s] [INFO] jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT SUCCESS [ 1.484 s] [INFO] jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT .. SUCCESS [ 0.518 s] [INFO] jersey-tests-integration-j-59 3.0.99-SNAPSHOT ...... SUCCESS [ 0.263 s] [INFO] jersey-compatibility-jackson14 3.0.99-SNAPSHOT ..... SUCCESS [ 1.740 s] [INFO] jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT SUCCESS [ 2.428 s] [INFO] jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT SUCCESS [ 1.549 s] [INFO] jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT SUCCESS [ 1.515 s] [INFO] jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT SUCCESS [ 1.183 s] [INFO] jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT SUCCESS [ 5.829 s] [INFO] jersey-3662 3.0.99-SNAPSHOT ........................ SUCCESS [ 1.690 s] [INFO] jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT SUCCESS [ 2.048 s] [INFO] jersey-3992 3.0.99-SNAPSHOT ........................ SUCCESS [ 3.212 s] [INFO] jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT SUCCESS [ 3.269 s] [INFO] jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT SUCCESS [ 3.400 s] [INFO] jersey-4321 3.0.99-SNAPSHOT ........................ SUCCESS [ 1.966 s] [INFO] jersey-examples 3.0.99-SNAPSHOT .................... SUCCESS [ 0.963 s] [INFO] jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT SUCCESS [ 9.962 s] [INFO] jersey-4507 3.0.99-SNAPSHOT ........................ SUCCESS [ 3.460 s] [INFO] jersey-4542 3.0.99-SNAPSHOT ........................ SUCCESS [ 3.262 s] [INFO] jersey-4697 3.0.99-SNAPSHOT ........................ SUCCESS [ 4.933 s] [INFO] jersey-4722 3.0.99-SNAPSHOT ........................ SUCCESS [ 2.432 s] [INFO] jersey-bundles 3.0.99-SNAPSHOT ..................... SUCCESS [ 0.076 s] [INFO] jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT ............ SUCCESS [ 22.763 s] [INFO] microprofile-integration-project 3.0.99-SNAPSHOT ... SUCCESS [ 0.234 s] [INFO] microprofile-config-project 3.0.99-SNAPSHOT ........ SUCCESS [ 0.203 s] [INFO] config-webapp 3.0.99-SNAPSHOT ...................... SUCCESS [ 1.160 s] [INFO] helidon-config-webapp 3.0.99-SNAPSHOT .............. SUCCESS [ 3.556 s] [INFO] jersey-rest-client 3.0.99-SNAPSHOT ................. SUCCESS [ 5.075 s] [INFO] jersey-rest-client-tck 3.0.99-SNAPSHOT ............. SUCCESS [02:49 min] [INFO] reactive-streams-integration-project 3.0.99-SNAPSHOT SUCCESS [ 0.209 s] [INFO] sse-reactive-streams-tck 3.0.99-SNAPSHOT ........... SUCCESS [ 11.912 s] [INFO] jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT SUCCESS [ 5.716 s] [INFO] jersey-tests-integration-jersey-async-filter 3.0.99-SNAPSHOT SUCCESS [ 8.837 s] [INFO] jersey-tests-externalproperties 3.0.99-SNAPSHOT .... SUCCESS [ 3.294 s] [INFO] jersey-tests-component-inject 3.0.99-SNAPSHOT ...... SUCCESS [ 3.273 s] [INFO] jersey-tests-integration-jersey-780 3.0.99-SNAPSHOT SUCCESS [ 2.175 s] [INFO] jersey-tests-integration-jersey-1107 3.0.99-SNAPSHOT SUCCESS [ 3.435 s] [INFO] jersey-tests-integration-jersey-1223 3.0.99-SNAPSHOT SUCCESS [ 2.133 s] [INFO] jersey-tests-integration-jersey-1604 3.0.99-SNAPSHOT SUCCESS [ 3.309 s] [INFO] jersey-tests-integration-jersey-1667 3.0.99-SNAPSHOT SUCCESS [ 2.905 s] [INFO] jersey-tests-integration-jersey-1883 3.0.99-SNAPSHOT SUCCESS [ 2.816 s] [INFO] jersey-tests-integration-jersey-1928 3.0.99-SNAPSHOT SUCCESS [ 3.204 s] [INFO] jersey-tests-integration-jersey-1960 3.0.99-SNAPSHOT SUCCESS [ 2.507 s] [INFO] jersey-tests-integration-jersey-1964 3.0.99-SNAPSHOT SUCCESS [ 3.869 s] [INFO] jersey-tests-integration-jersey-2031 3.0.99-SNAPSHOT SUCCESS [ 3.403 s] [INFO] jersey-tests-integration-jersey-2160 3.0.99-SNAPSHOT SUCCESS [ 2.477 s] [INFO] jersey-tests-integration-jersey-2164 3.0.99-SNAPSHOT SUCCESS [ 3.016 s] [INFO] jersey-tests-integration-jersey-2167 3.0.99-SNAPSHOT SUCCESS [ 2.796 s] [INFO] jersey-tests-integration-jersey-2176 3.0.99-SNAPSHOT SUCCESS [ 3.913 s] [INFO] jersey-tests-integration-jersey-2184 3.0.99-SNAPSHOT SUCCESS [ 2.475 s] [INFO] jersey-tests-integration-jersey-2255 3.0.99-SNAPSHOT SUCCESS [ 3.606 s] [INFO] jersey-tests-integration-jersey-2322 3.0.99-SNAPSHOT SUCCESS [ 2.541 s] [INFO] jersey-tests-integration-jersey-2335 3.0.99-SNAPSHOT SUCCESS [ 2.600 s] [INFO] jersey-tests-integration-jersey-2551 3.0.99-SNAPSHOT SUCCESS [ 2.391 s] [INFO] jersey-tests-integration-jersey-2612 3.0.99-SNAPSHOT SUCCESS [ 2.851 s] [INFO] jersey-tests-integration-jersey-2637 3.0.99-SNAPSHOT SUCCESS [ 3.251 s] [INFO] jersey-tests-integration-jersey-2654 3.0.99-SNAPSHOT SUCCESS [ 2.565 s] [INFO] jersey-tests-integration-jersey-2673 3.0.99-SNAPSHOT SUCCESS [ 3.281 s] [INFO] jersey-tests-integration-jersey-2689 3.0.99-SNAPSHOT SUCCESS [ 3.634 s] [INFO] jersey-tests-integration-jersey-2704 3.0.99-SNAPSHOT SUCCESS [ 2.321 s] [INFO] jersey-tests-integration-jersey-2794 3.0.99-SNAPSHOT SUCCESS [ 2.193 s] [INFO] jersey-tests-integration-jersey-2846 3.0.99-SNAPSHOT SUCCESS [ 7.434 s] [INFO] jersey-tests-integration-jersey-2878 3.0.99-SNAPSHOT SUCCESS [ 3.004 s] [INFO] jersey-tests-integration-jersey-2892 3.0.99-SNAPSHOT SUCCESS [ 4.329 s] [INFO] jersey-tests-integration-jersey-3796 3.0.99-SNAPSHOT SUCCESS [ 4.150 s] [INFO] jersey-tests-integration-jersey-4949 3.0.99-SNAPSHOT SUCCESS [ 3.280 s] [INFO] jersey-tests-integration-property-check 3.0.99-SNAPSHOT SUCCESS [ 1.768 s] [INFO] jersey-tests-integration-jersey-security-digest 3.0.99-SNAPSHOT SUCCESS [ 3.889 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.0.99-SNAPSHOT SUCCESS [ 2.341 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.0.99-SNAPSHOT SUCCESS [ 3.367 s] [INFO] jersey-tests-integration-servlet-2.5-filter 3.0.99-SNAPSHOT SUCCESS [ 3.290 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.0.99-SNAPSHOT SUCCESS [ 2.525 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 3.0.99-SNAPSHOT SUCCESS [ 2.685 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 3.0.99-SNAPSHOT SUCCESS [ 2.881 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 3.0.99-SNAPSHOT SUCCESS [ 2.309 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 3.0.99-SNAPSHOT SUCCESS [ 2.290 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 3.0.99-SNAPSHOT SUCCESS [ 2.442 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 3.0.99-SNAPSHOT SUCCESS [ 2.589 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 3.0.99-SNAPSHOT SUCCESS [ 2.281 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 3.0.99-SNAPSHOT SUCCESS [ 2.849 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.0.99-SNAPSHOT SUCCESS [ 4.147 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.0.99-SNAPSHOT SUCCESS [ 3.920 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.0.99-SNAPSHOT SUCCESS [ 4.002 s] [INFO] jersey-tests-integration-servlet-2.5-reload 3.0.99-SNAPSHOT SUCCESS [ 1.273 s] [INFO] jersey-tests-integration-servlet-3-async 3.0.99-SNAPSHOT SUCCESS [ 4.274 s] [INFO] jersey-tests-integration-servlet-3-chunked-io 3.0.99-SNAPSHOT SUCCESS [ 8.646 s] [INFO] jersey-tests-integration-servlet-3-filter 3.0.99-SNAPSHOT SUCCESS [ 3.103 s] [INFO] jersey-tests-integration-servlet-3-gf-async 3.0.99-SNAPSHOT SUCCESS [ 0.878 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 3.0.99-SNAPSHOT SUCCESS [ 2.396 s] [INFO] jersey-tests-integration-servlet-3-init-1 3.0.99-SNAPSHOT SUCCESS [ 2.887 s] [INFO] jersey-tests-integration-servlet-3-init-2 3.0.99-SNAPSHOT SUCCESS [ 2.539 s] [INFO] jersey-tests-integration-servlet-3-init-3 3.0.99-SNAPSHOT SUCCESS [ 2.425 s] [INFO] jersey-tests-integration-servlet-3-init-4 3.0.99-SNAPSHOT SUCCESS [ 2.868 s] [INFO] jersey-tests-integration-servlet-3-init-5 3.0.99-SNAPSHOT SUCCESS [ 2.379 s] [INFO] jersey-tests-integration-servlet-3-init-6 3.0.99-SNAPSHOT SUCCESS [ 2.525 s] [INFO] jersey-tests-integration-servlet-3-init-7 3.0.99-SNAPSHOT SUCCESS [ 3.110 s] [INFO] jersey-tests-integration-servlet-3-init-8 3.0.99-SNAPSHOT SUCCESS [ 3.100 s] [INFO] jersey-tests-integration-servlet-3-init-9 3.0.99-SNAPSHOT SUCCESS [ 3.004 s] [INFO] jersey-tests-integration-servlet-3-init-provider 3.0.99-SNAPSHOT SUCCESS [ 3.445 s] [INFO] jersey-tests-integration-servlet-3-params 3.0.99-SNAPSHOT SUCCESS [ 2.944 s] [INFO] jersey-tests-integration-servlet-3-sse-1 3.0.99-SNAPSHOT SUCCESS [ 1.340 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.0.99-SNAPSHOT SUCCESS [ 1.534 s] [INFO] jersey-tests-integration-servlet-tests 3.0.99-SNAPSHOT SUCCESS [ 4.277 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.0.99-SNAPSHOT SUCCESS [ 2.836 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.0.99-SNAPSHOT SUCCESS [ 3.819 s] [INFO] jersey-tests-integration-sonar-test 3.0.99-SNAPSHOT SUCCESS [ 2.323 s] [INFO] jersey-tests-integration-tracing-support 3.0.99-SNAPSHOT SUCCESS [ 13.895 s] [INFO] jersey-tests-integration-spring6 3.0.99-SNAPSHOT ... SUCCESS [ 8.148 s] [INFO] jersey-tests-jmockit 3.0.99-SNAPSHOT ............... SUCCESS [ 4.817 s] [INFO] jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT SUCCESS [ 0.660 s] [INFO] jersey-tests-memleak 3.0.99-SNAPSHOT ............... SUCCESS [ 0.199 s] [INFO] jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT .. SUCCESS [ 0.213 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [ 1.183 s] [INFO] jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT .. SUCCESS [ 1.733 s] [INFO] jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 3.598 s] [INFO] jersey-test-framework-maven 3.0.99-SNAPSHOT ........ SUCCESS [ 0.237 s] [INFO] jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT SUCCESS [ 9.735 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT SUCCESS [ 0.494 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT SUCCESS [ 0.628 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT SUCCESS [ 0.580 s] [INFO] jersey-tests-memleak-testcase 3.0.99-SNAPSHOT ...... SUCCESS [ 0.329 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT SUCCESS [ 1.206 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT SUCCESS [ 0.958 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT SUCCESS [ 0.616 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [ 1.161 s] [INFO] jersey-tests-osgi 3.0.99-SNAPSHOT .................. SUCCESS [ 0.219 s] [INFO] jersey-tests-osgi-functional 3.0.99-SNAPSHOT ....... SUCCESS [01:09 min] [INFO] jersey-tests-stress 3.0.99-SNAPSHOT ................ SUCCESS [ 3.967 s] [INFO] jersey-tests-performance 3.0.99-SNAPSHOT ........... SUCCESS [ 0.284 s] [INFO] performance-test-benchmarks 3.0.99-SNAPSHOT ........ SUCCESS [ 6.348 s] [INFO] jersey-tests-performance-runners 3.0.99-SNAPSHOT ... SUCCESS [ 0.317 s] [INFO] jersey-grizzly-runner 3.0.99-SNAPSHOT .............. SUCCESS [ 1.641 s] [INFO] jersey-tests-performance-testcase 3.0.99-SNAPSHOT .. SUCCESS [ 0.264 s] [INFO] jersey-tests-performance-assemblies 3.0.99-SNAPSHOT SUCCESS [ 0.371 s] [INFO] jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT SUCCESS [ 2.346 s] [INFO] jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT SUCCESS [ 2.419 s] [INFO] jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT SUCCESS [ 2.240 s] [INFO] jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT SUCCESS [ 2.533 s] [INFO] jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT SUCCESS [ 2.387 s] [INFO] jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT SUCCESS [ 2.442 s] [INFO] jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT SUCCESS [ 2.602 s] [INFO] jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT SUCCESS [ 1.215 s] [INFO] jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT SUCCESS [ 3.591 s] [INFO] jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT SUCCESS [ 2.808 s] [INFO] jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT SUCCESS [ 2.124 s] [INFO] jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT SUCCESS [ 3.072 s] [INFO] jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT SUCCESS [ 2.942 s] [INFO] jersey-tests-performance-param-srl 3.0.99-SNAPSHOT . SUCCESS [ 2.386 s] [INFO] jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT SUCCESS [ 1.905 s] [INFO] performance-test-tools 3.0.99-SNAPSHOT ............. SUCCESS [ 1.059 s] [INFO] jersey-release-test 3.0.99-SNAPSHOT ................ SUCCESS [ 3.445 s] [INFO] jersey-agnostic-test 1.0.8 ......................... SUCCESS [ 3.111 s] [INFO] jersey-examples-assemblies 3.0.99-SNAPSHOT ......... SUCCESS [ 0.403 s] [INFO] jersey-examples-bookmark 3.0.99-SNAPSHOT ........... SUCCESS [ 2.950 s] [INFO] jersey-examples-bookmark-em 3.0.99-SNAPSHOT ........ SUCCESS [ 2.558 s] [INFO] jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 1.874 s] [INFO] jersey-examples-cdi-webapp 3.0.99-SNAPSHOT ......... SUCCESS [ 7.086 s] [INFO] jersey-examples-clipboard 3.0.99-SNAPSHOT .......... SUCCESS [ 2.911 s] [INFO] jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT SUCCESS [ 3.091 s] [INFO] jersey-examples-configured-client 3.0.99-SNAPSHOT .. SUCCESS [ 3.734 s] [INFO] jersey-examples-declarative-linking 3.0.99-SNAPSHOT SUCCESS [ 3.405 s] [INFO] jersey-examples-entity-filtering 3.0.99-SNAPSHOT ... SUCCESS [ 4.782 s] [INFO] jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT SUCCESS [ 4.335 s] [INFO] jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT SUCCESS [ 3.975 s] [INFO] jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT SUCCESS [ 13.066 s] [INFO] jersey-examples-exception-mapping 3.0.99-SNAPSHOT .. SUCCESS [ 3.340 s] [INFO] jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 3.804 s] [INFO] jersey-examples-groovy 3.0.99-SNAPSHOT ............. SUCCESS [ 9.648 s] [INFO] jersey-examples-helloworld 3.0.99-SNAPSHOT ......... SUCCESS [ 3.648 s] [INFO] jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT SUCCESS [ 4.014 s] [INFO] jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT . SUCCESS [ 4.064 s] [INFO] jersey-examples-helloworld-netty 3.0.99-SNAPSHOT ... SUCCESS [ 3.836 s] [INFO] jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT SUCCESS [ 2.712 s] [INFO] jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT SUCCESS [ 1.425 s] [INFO] jersey-examples-helloworld-weld 3.0.99-SNAPSHOT .... SUCCESS [03:20 min] [INFO] jersey-examples-http-patch 3.0.99-SNAPSHOT ......... SUCCESS [ 3.749 s] [INFO] jersey-examples-http-trace 3.0.99-SNAPSHOT ......... SUCCESS [ 3.812 s] [INFO] jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT SUCCESS [ 3.776 s] [INFO] jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT SUCCESS [ 1.506 s] [INFO] jersey-examples-java8-webapp 3.0.99-SNAPSHOT ....... SUCCESS [ 3.264 s] [INFO] jersey-examples-jaxb 3.0.99-SNAPSHOT ............... SUCCESS [ 3.949 s] [INFO] jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT SUCCESS [ 3.162 s] [INFO] jersey-examples-ejb 3.0.99-SNAPSHOT ................ SUCCESS [ 1.718 s] [INFO] jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.977 s] [INFO] jersey-examples-json-jackson 3.0.99-SNAPSHOT ....... SUCCESS [ 3.414 s] [INFO] jersey-examples-json-jettison 3.0.99-SNAPSHOT ...... SUCCESS [ 3.789 s] [INFO] jersey-examples-json-moxy 3.0.99-SNAPSHOT .......... SUCCESS [ 3.398 s] [INFO] jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT SUCCESS [ 3.262 s] [INFO] jersey-examples-json-with-padding 3.0.99-SNAPSHOT .. SUCCESS [ 3.996 s] [INFO] jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.734 s] [INFO] jersey-examples-managed-client 3.0.99-SNAPSHOT ..... SUCCESS [ 3.110 s] [INFO] jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT SUCCESS [ 3.602 s] [INFO] jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.901 s] [INFO] jersey-examples-multipart-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 3.583 s] [INFO] jersey-micrometer-example-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 2.336 s] [INFO] jersey-examples-open-tracing 3.0.99-SNAPSHOT ....... SUCCESS [ 1.386 s] [INFO] jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT SUCCESS [ 0.091 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT SUCCESS [ 2.782 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT SUCCESS [ 0.389 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT SUCCESS [ 0.333 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT SUCCESS [ 1.749 s] [INFO] jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT SUCCESS [ 1.973 s] [INFO] oauth-client-twitter 3.0.99-SNAPSHOT ............... SUCCESS [ 0.777 s] [INFO] jersey-examples-reload 3.0.99-SNAPSHOT ............. SUCCESS [ 3.873 s] [INFO] jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 21.763 s] [INFO] jersey-examples-server-async 3.0.99-SNAPSHOT ....... SUCCESS [ 5.587 s] [INFO] jersey-examples-server-async-managed 3.0.99-SNAPSHOT SUCCESS [ 5.892 s] [INFO] jersey-examples-server-async-standalone 3.0.99-SNAPSHOT SUCCESS [ 0.095 s] [INFO] jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT SUCCESS [ 0.919 s] [INFO] jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT SUCCESS [ 0.496 s] [INFO] jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT SUCCESS [ 3.327 s] [INFO] jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT .... SUCCESS [ 3.342 s] [INFO] jersey-examples-simple-console 3.0.99-SNAPSHOT ..... SUCCESS [ 3.891 s] [INFO] jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT SUCCESS [ 6.674 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT SUCCESS [ 16.059 s] [INFO] jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT SUCCESS [ 2.480 s] [INFO] jersey-examples-system-properties 3.0.99-SNAPSHOT .. SUCCESS [ 3.582 s] [INFO] jersey-examples-moxy 3.0.99-SNAPSHOT ............... SUCCESS [ 3.331 s] [INFO] jersey-examples-helloworld-spring-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.309 s] [INFO] helloworld-spring-annotations 3.0.99-SNAPSHOT ...... SUCCESS [ 2.516 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT SUCCESS [ 2.200 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 57:36 min [INFO] Finished at: 2023-11-01T13:12:00Z [INFO] ------------------------------------------------------------------------ Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:12:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.948 s -- in org.glassfish.jersey.examples.java8.DefaultMethodResourceTest [INFO] Running org.glassfish.jersey.examples.java8.LambdaResourceTest Nov 01, 2023 1:12:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:12:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.examples.java8.LambdaResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ java8-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [java8-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ java8-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json [INFO] attaching as java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/3.0.99-SNAPSHOT/java8-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ java8-webapp --- [INFO] [INFO] -----------------< org.glassfish.jersey.examples:jaxb >----------------- [INFO] Building jersey-examples-jaxb 3.0.99-SNAPSHOT [332/370] [INFO] from examples/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxb --- [INFO] Reserved port 42619 for jersey.config.test.container.port [INFO] Reserved port 46579 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/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] Running org.glassfish.jersey.examples.jaxb.JaxbTest Nov 01, 2023 1:12:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [Pipeline] } Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Nov 01, 2023 1:12:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] Nov 01, 2023 1:12:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42619/ Nov 01, 2023 1:12:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42619] Nov 01, 2023 1:12:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Nov 01, 2023 1:12:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42619] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.949 s -- in org.glassfish.jersey.examples.jaxb.JaxbTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json [INFO] attaching as jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxb/target/jaxb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxb/3.0.99-SNAPSHOT/jaxb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxb --- [INFO] [INFO] --------< org.glassfish.jersey.examples:jaxrs-types-injection >--------- [INFO] Building jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT [333/370] [INFO] from examples/jaxrs-types-injection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-types-injection --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-types-injection --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-types-injection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-types-injection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-types-injection --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-types-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jaxrs-types-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-types-injection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-types-injection --- [INFO] Reserved port 43911 for jersey.config.test.container.port [INFO] Reserved port 46345 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-types-injection --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/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.examples.jaxrstypeinjection.JaxrsTypeInjectionTest Nov 01, 2023 1:12:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43911/ Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43911] Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43911] Nov 01, 2023 1:12:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43911/ Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43911] Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43911] Nov 01, 2023 1:12:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43911/ Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43911] Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43911] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 s -- in org.glassfish.jersey.examples.jaxrstypeinjection.JaxrsTypeInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-types-injection --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json [INFO] attaching as jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-types-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-types-injection --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jaxrs-types-injection/target/jaxrs-types-injection-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jaxrs-types-injection/3.0.99-SNAPSHOT/jaxrs-types-injection-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-types-injection --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:jersey-ejb >-------------- [INFO] Building jersey-examples-ejb 3.0.99-SNAPSHOT [334/370] [INFO] from examples/jersey-ejb/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-ejb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-ejb --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-ejb --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-ejb --- [INFO] Reserved port 41391 for jersey.config.test.container.port [INFO] Reserved port 46597 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-ejb --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-ejb] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-ejb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json [INFO] attaching as jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-ejb --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/jersey-ejb/target/jersey-ejb-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-ejb/3.0.99-SNAPSHOT/jersey-ejb-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-ejb --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:json-binding-webapp >---------- [INFO] Building jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT [335/370] [INFO] from examples/json-binding-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-binding-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-binding-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-binding-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-binding-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-binding-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-binding-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-binding-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-binding-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-binding-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-binding-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-binding-webapp --- [INFO] Reserved port 40481 for jersey.config.test.container.port [INFO] Reserved port 37831 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-binding-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-binding-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-binding-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-binding-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json [INFO] attaching as json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-binding-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-binding-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-binding-webapp/target/json-binding-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-binding-webapp/3.0.99-SNAPSHOT/json-binding-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-binding-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:json-jackson >------------- [INFO] Building jersey-examples-json-jackson 3.0.99-SNAPSHOT [336/370] [INFO] from examples/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jackson --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jackson --- [INFO] Reserved port 35607 for jersey.config.test.container.port [INFO] Reserved port 44361 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/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.examples.jackson.JacksonTest Nov 01, 2023 1:12:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35607/ Nov 01, 2023 1:12:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35607] Nov 01, 2023 1:12:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35607] Nov 01, 2023 1:12:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35607/ Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35607] Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35607] Nov 01, 2023 1:12:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35607/ Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35607] Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35607] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.029 s -- in org.glassfish.jersey.examples.jackson.JacksonTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json [INFO] attaching as json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jackson/target/json-jackson-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jackson/3.0.99-SNAPSHOT/json-jackson-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jackson --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:json-jettison >------------- [INFO] Building jersey-examples-json-jettison 3.0.99-SNAPSHOT [337/370] [INFO] from examples/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-jettison --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-jettison --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-jettison --- [INFO] Reserved port 33395 for jersey.config.test.container.port [INFO] Reserved port 40511 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/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.examples.jettison.JsonJettisonTest Nov 01, 2023 1:12:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33395/ Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33395] Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Nov 01, 2023 1:12:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33395] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.885 s -- in org.glassfish.jersey.examples.jettison.JsonJettisonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json [INFO] attaching as json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-jettison/target/json-jettison-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-jettison/3.0.99-SNAPSHOT/json-jettison-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-jettison --- [INFO] [INFO] --------------< org.glassfish.jersey.examples:json-moxy >--------------- [INFO] Building jersey-examples-json-moxy 3.0.99-SNAPSHOT [338/370] [INFO] from examples/json-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-moxy --- [INFO] Reserved port 36413 for jersey.config.test.container.port [INFO] Reserved port 43283 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/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.examples.jsonmoxy.JsonResourceTest Nov 01, 2023 1:12:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36413/ Nov 01, 2023 1:12:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36413] Nov 01, 2023 1:12:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36413] Nov 01, 2023 1:12:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36413/ Nov 01, 2023 1:12:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36413] Nov 01, 2023 1:12:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36413] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 s -- in org.glassfish.jersey.examples.jsonmoxy.JsonResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json [INFO] attaching as json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-moxy/target/json-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-moxy/3.0.99-SNAPSHOT/json-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-moxy --- [INFO] [INFO] --------< org.glassfish.jersey.examples:json-processing-webapp >-------- [INFO] Building jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT [339/370] [INFO] from examples/json-processing-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-processing-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-processing-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-processing-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-processing-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-processing-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-processing-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-processing-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-processing-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-processing-webapp --- [INFO] Reserved port 44915 for jersey.config.test.container.port [INFO] Reserved port 35617 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-processing-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/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.examples.jsonp.JsonProcessingResourceTest Nov 01, 2023 1:12:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44915/json-processing-webapp Nov 01, 2023 1:12:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44915] Nov 01, 2023 1:12:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44915] Nov 01, 2023 1:12:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44915/json-processing-webapp Nov 01, 2023 1:12:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44915] Nov 01, 2023 1:12:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44915] Nov 01, 2023 1:12:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44915/json-processing-webapp Nov 01, 2023 1:12:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44915] Nov 01, 2023 1:12:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44915] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 s -- in org.glassfish.jersey.examples.jsonp.JsonProcessingResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ json-processing-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [json-processing-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-processing-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json [INFO] attaching as json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-processing-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-processing-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-processing-webapp/target/json-processing-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-processing-webapp/3.0.99-SNAPSHOT/json-processing-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-processing-webapp --- [INFO] [INFO] ----------< org.glassfish.jersey.examples:json-with-padding >----------- [INFO] Building jersey-examples-json-with-padding 3.0.99-SNAPSHOT [340/370] [INFO] from examples/json-with-padding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ json-with-padding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ json-with-padding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ json-with-padding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ json-with-padding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ json-with-padding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ json-with-padding --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ json-with-padding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ json-with-padding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ json-with-padding --- [INFO] Reserved port 41829 for jersey.config.test.container.port [INFO] Reserved port 41643 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ json-with-padding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/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.examples.jsonp.JsonWithPaddingTest Nov 01, 2023 1:12:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41829/ Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] Nov 01, 2023 1:12:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41829/ Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] Nov 01, 2023 1:12:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41829/ Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Nov 01, 2023 1:12:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] Nov 01, 2023 1:12:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41829/ Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] Nov 01, 2023 1:12:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41829/ Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41829] Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:12:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41829] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.089 s -- in org.glassfish.jersey.examples.jsonp.JsonWithPaddingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ json-with-padding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 32 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json [INFO] attaching as json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ json-with-padding --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ json-with-padding --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/json-with-padding/target/json-with-padding-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/json-with-padding/3.0.99-SNAPSHOT/json-with-padding-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ json-with-padding --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:managed-beans-webapp >--------- [INFO] Building jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT [341/370] [INFO] from examples/managed-beans-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-beans-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-beans-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-beans-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-beans-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-beans-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-beans-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-beans-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-beans-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-beans-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-beans-webapp --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-beans-webapp --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-beans-webapp --- [INFO] Reserved port 40521 for jersey.config.test.container.port [INFO] Reserved port 34577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-beans-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-beans-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-beans-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-beans-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json [INFO] attaching as managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-beans-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-beans-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-beans-webapp/target/managed-beans-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-beans-webapp/3.0.99-SNAPSHOT/managed-beans-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-beans-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:managed-client >------------ [INFO] Building jersey-examples-managed-client 3.0.99-SNAPSHOT [342/370] [INFO] from examples/managed-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client --- [INFO] Reserved port 46467 for jersey.config.test.container.port [INFO] Reserved port 36637 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-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.examples.managedclient.ManagedClientTest Nov 01, 2023 1:12:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46467/ Nov 01, 2023 1:12:41 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:12:41 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:12:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46467] Nov 01, 2023 1:12:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46467] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json [INFO] attaching as managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client/target/managed-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client/3.0.99-SNAPSHOT/managed-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client --- [INFO] [INFO] --------< org.glassfish.jersey.examples:managed-client-webapp >--------- [INFO] Building jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT [343/370] [INFO] from examples/managed-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-webapp --- [INFO] Reserved port 45589 for jersey.config.test.container.port [INFO] Reserved port 39323 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/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.examples.managedclient.ManagedClientTest Nov 01, 2023 1:12:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45589/managed-client-webapp Nov 01, 2023 1:12:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:12:45 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.examples.managedclient.CustomHeaderFilter provider cannot be bound to a resource method. Nov 01, 2023 1:12:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45589] Nov 01, 2023 1:12:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45589] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s -- in org.glassfish.jersey.examples.managedclient.ManagedClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json [INFO] attaching as managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-webapp/target/managed-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-webapp/3.0.99-SNAPSHOT/managed-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:managed-client-simple-webapp >----- [INFO] Building jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT [344/370] [INFO] from examples/managed-client-simple-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ managed-client-simple-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ managed-client-simple-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ managed-client-simple-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ managed-client-simple-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ managed-client-simple-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ managed-client-simple-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ managed-client-simple-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ managed-client-simple-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ managed-client-simple-webapp --- [INFO] Reserved port 43801 for jersey.config.test.container.port [INFO] Reserved port 45183 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ managed-client-simple-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/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.examples.managedclientsimple.ManagedClientSimpleTest Nov 01, 2023 1:12:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43801/managed-client-simple-webapp Nov 01, 2023 1:12:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:12:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43801] Nov 01, 2023 1:12:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:12:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43801] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s -- in org.glassfish.jersey.examples.managedclientsimple.ManagedClientSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ managed-client-simple-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [managed-client-simple-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ managed-client-simple-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json [INFO] attaching as managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ managed-client-simple-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ managed-client-simple-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/managed-client-simple-webapp/target/managed-client-simple-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/managed-client-simple-webapp/3.0.99-SNAPSHOT/managed-client-simple-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ managed-client-simple-webapp --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:multipart-webapp >----------- [INFO] Building jersey-examples-multipart-webapp 3.0.99-SNAPSHOT [345/370] [INFO] from examples/multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ multipart-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ multipart-webapp --- [INFO] Reserved port 39231 for jersey.config.test.container.port [INFO] Reserved port 36761 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/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.examples.multipart.webapp.MultiPartWebAppTest Nov 01, 2023 1:12:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39231/multipart-webapp Nov 01, 2023 1:12:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39231] Nov 01, 2023 1:12:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39231/multipart-webapp Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39231/multipart-webapp Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39231/multipart-webapp Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39231/multipart-webapp Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39231] Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39231] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 s -- in org.glassfish.jersey.examples.multipart.webapp.MultiPartWebAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [multipart-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json [INFO] attaching as multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/multipart-webapp/target/multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/multipart-webapp/3.0.99-SNAPSHOT/multipart-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ multipart-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:jersey-micrometer-webapp >------- [INFO] Building jersey-micrometer-example-webapp 3.0.99-SNAPSHOT [346/370] [INFO] from examples/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ jersey-micrometer-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer-webapp --- [INFO] Reserved port 41775 for jersey.config.test.container.port [INFO] Reserved port 32777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/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.examples.micrometer.MicrometerTest Nov 01, 2023 1:12:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41775/ Nov 01, 2023 1:12:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:12:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41775] Nov 01, 2023 1:12:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:12:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41775] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 s -- in org.glassfish.jersey.examples.micrometer.MicrometerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/micrometer/target/jersey-micrometer-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/jersey-micrometer-webapp/3.0.99-SNAPSHOT/jersey-micrometer-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:open-tracing >------------- [INFO] Building jersey-examples-open-tracing 3.0.99-SNAPSHOT [347/370] [INFO] from examples/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ open-tracing --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ open-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ open-tracing --- [INFO] Reserved port 34747 for jersey.config.test.container.port [INFO] Reserved port 46485 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json [INFO] attaching as open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/open-tracing/target/open-tracing-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/open-tracing/3.0.99-SNAPSHOT/open-tracing-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ open-tracing --- [INFO] [INFO] --------< org.glassfish.jersey.examples:osgi-helloworld-webapp >-------- [INFO] Building jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT [348/370] [INFO] from examples/osgi-helloworld-webapp/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ osgi-helloworld-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-helloworld-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ osgi-helloworld-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ osgi-helloworld-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ osgi-helloworld-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ osgi-helloworld-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ osgi-helloworld-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ osgi-helloworld-webapp --- [INFO] Reserved port 37689 for jersey.config.test.container.port [INFO] Reserved port 44937 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-helloworld-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json [INFO] attaching as osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ osgi-helloworld-webapp --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ osgi-helloworld-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/3.0.99-SNAPSHOT/osgi-helloworld-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ osgi-helloworld-webapp --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT [349/370] [INFO] from examples/osgi-helloworld-webapp/lib-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ lib-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ lib-bundle --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ lib-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ lib-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ lib-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ lib-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ lib-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ lib-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ lib-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ lib-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ lib-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ lib-bundle --- [INFO] Reserved port 37107 for jersey.config.test.container.port [INFO] Reserved port 36677 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ lib-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ lib-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ lib-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ lib-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ lib-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ lib-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/lib-bundle/3.0.99-SNAPSHOT/lib-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ lib-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT [350/370] [INFO] from examples/osgi-helloworld-webapp/additional-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ additional-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ additional-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ additional-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ additional-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ additional-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ additional-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ additional-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ additional-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ additional-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ additional-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ additional-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ additional-bundle --- [INFO] Reserved port 35021 for jersey.config.test.container.port [INFO] Reserved port 45965 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ additional-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ additional-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json [INFO] attaching as additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ additional-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ additional-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ additional-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/additional-bundle/3.0.99-SNAPSHOT/additional-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ additional-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT [351/370] [INFO] from examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ alternate-version-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ alternate-version-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ alternate-version-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ alternate-version-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ alternate-version-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ alternate-version-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ alternate-version-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ alternate-version-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ alternate-version-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ alternate-version-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ alternate-version-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ alternate-version-bundle --- [INFO] Reserved port 39043 for jersey.config.test.container.port [INFO] Reserved port 43093 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ alternate-version-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ alternate-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ alternate-version-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json [INFO] attaching as alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ alternate-version-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ alternate-version-bundle --- [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ alternate-version-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/alternate-version-bundle/3.0.99-SNAPSHOT/alternate-version-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ alternate-version-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle >--- [INFO] Building jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT [352/370] [INFO] from examples/osgi-helloworld-webapp/war-bundle/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ war-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ war-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ war-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ war-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ war-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ war-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ war-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ war-bundle --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ war-bundle --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Manifest org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ war-bundle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ war-bundle --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ war-bundle --- [INFO] Reserved port 40559 for jersey.config.test.container.port [INFO] Reserved port 37441 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ war-bundle --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ war-bundle --- [INFO] Packaging webapp [INFO] Assembling webapp [war-bundle] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle] [info] Copying manifest... [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Packaging classes [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ war-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json [INFO] attaching as war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ war-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ war-bundle --- [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:lib-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/jersey/examples/osgi/helloworld/additional/resource Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:additional-bundle, Jar:alternate-version-bundle] Class path [Jar:., Jar:jersey-container-servlet-core, Jar:jakarta.inject-api, Jar:jersey-common, Jar:jakarta.annotation-api, Jar:osgi-resource-locator, Jar:jersey-server, Jar:jersey-client, Jar:jakarta.validation-api, Jar:lib-bundle, Jar:additional-bundle, Jar:alternate-version-bundle, Jar:jakarta.ws.rs-api, Jar:jakarta.servlet-api, Jar:org.apache.felix.eventadmin, Jar:org.apache.felix.framework, Jar:animal-sniffer-annotations] [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : Bundle-ClassPath uses a directory 'WEB-INF/classes' as well as '.'. This means bnd does not know if a directory is a package. [WARNING] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:war:3.0.99-SNAPSHOT : No sub JAR or directory WEB-INF/classes~ [INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war [INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ war-bundle --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-classes.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-classes.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/war-bundle/target/war-bundle-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/war-bundle/3.0.99-SNAPSHOT/war-bundle-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ war-bundle --- [INFO] [INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test >-- [INFO] Building jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT [353/370] [INFO] from examples/osgi-helloworld-webapp/functional-test/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'forkMode' is unknown for plugin 'maven-surefire-plugin:3.2.1:test (test)' [INFO] [INFO] --- clean:2.5:clean (default-clean) @ functional-test --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ functional-test --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ functional-test --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ functional-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ functional-test --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ functional-test --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- paxexam:1.2.4:generate-depends-file (generate-config) @ functional-test --- [INFO] Created: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ functional-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:2.6:testResources (default) @ functional-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.11.0:testCompile (test-compile) @ functional-test --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ functional-test --- [INFO] Reserved port 41945 for jersey.config.test.container.port [INFO] Reserved port 36831 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (test) @ functional-test --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ functional-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json [INFO] attaching as functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ functional-test --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ functional-test --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/osgi-helloworld-webapp/functional-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/functional-test/3.0.99-SNAPSHOT/functional-test-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ functional-test --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:oauth-client-twitter >--------- [INFO] Building oauth-client-twitter 3.0.99-SNAPSHOT [354/370] [INFO] from examples/oauth-client-twitter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth-client-twitter --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth-client-twitter --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth-client-twitter --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth-client-twitter --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth-client-twitter --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth-client-twitter --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth-client-twitter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth-client-twitter --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ oauth-client-twitter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth-client-twitter --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth-client-twitter --- [INFO] Reserved port 32909 for jersey.config.test.container.port [INFO] Reserved port 35555 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth-client-twitter --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth-client-twitter --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json [INFO] attaching as oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth-client-twitter --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth-client-twitter --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/oauth-client-twitter/target/oauth-client-twitter-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/oauth-client-twitter/3.0.99-SNAPSHOT/oauth-client-twitter-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth-client-twitter --- [INFO] [INFO] ----------------< org.glassfish.jersey.examples:reload >---------------- [INFO] Building jersey-examples-reload 3.0.99-SNAPSHOT [355/370] [INFO] from examples/reload/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ reload --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:build-classpath (default) @ reload --- [INFO] Wrote classpath file '/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/classpath.properties'. [INFO] [INFO] --- properties:1.0-alpha-2:read-project-properties (read-project-properties) @ reload --- [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ reload --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ reload --- [INFO] Reserved port 44345 for jersey.config.test.container.port [INFO] Reserved port 32901 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ reload --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/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.examples.reload.ReloadTest Nov 01, 2023 1:13:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44345/ Nov 01, 2023 1:13:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44345] Nov 01, 2023 1:13:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44345] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.glassfish.jersey.examples.reload.ReloadTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json [INFO] attaching as reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ reload --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ reload --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.0.99-SNAPSHOT/reload-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ reload --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >----------- [INFO] Building jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT [356/370] [INFO] from examples/rx-client-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ rx-client-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ rx-client-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ rx-client-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ rx-client-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ rx-client-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ rx-client-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ rx-client-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rx-client-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ rx-client-webapp --- [INFO] Reserved port 40851 for jersey.config.test.container.port [INFO] Reserved port 46451 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ rx-client-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/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.examples.rx.RxClientsTest Nov 01, 2023 1:13:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:13:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:13:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. { "visited" : [ { "destination" : "Argentina" }, { "destination" : "Bahamas" }, { "destination" : "Montenegro" }, { "destination" : "Mauritius" }, { "destination" : "Taiwan" } ], "recommended" : [ { "destination" : "Bahrain", "forecast" : "Chance of Rain", "price" : 3125 }, { "destination" : "India", "forecast" : "Storm", "price" : 1935 }, { "destination" : "Jamaica", "forecast" : "Showers", "price" : 6040 }, { "destination" : "Grenada", "forecast" : "Freezing Drizzle", "price" : 1361 }, { "destination" : "Gabon", "forecast" : "Mostly Cloudy", "price" : 5078 } ], "processingTime" : 865 } Processing Time: 865 Nov 01, 2023 1:13:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:13:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:13:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:13:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. { "visited" : [ { "destination" : "Mauritius" }, { "destination" : "Montenegro" }, { "destination" : "Greece" }, { "destination" : "Kyrgyzstan" }, { "destination" : "Chad" } ], "recommended" : [ { "destination" : "Sierra Leone", "forecast" : "Mist", "price" : 5723 }, { "destination" : "Nigeria", "forecast" : "Chance of Snow", "price" : 3028 }, { "destination" : "Kazakhstan", "forecast" : "Scattered Thunderstorms", "price" : 5285 }, { "destination" : "Chile", "forecast" : "Rain and Snow", "price" : 3656 }, { "destination" : "Luxembourg", "forecast" : "Clear", "price" : 8654 } ], "processingTime" : 954 } Processing Time: 954 Nov 01, 2023 1:13:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:13:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:13:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:13:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. { "visited" : [ { "destination" : "Belgium" }, { "destination" : "Sri Lanka" }, { "destination" : "South Africa" }, { "destination" : "Greece" }, { "destination" : "Barbados" } ], "recommended" : [ { "destination" : "Swaziland", "forecast" : "Flurries", "price" : 4230 }, { "destination" : "Gabon", "forecast" : "Freezing Drizzle", "price" : 1211 }, { "destination" : "South Sudan", "forecast" : "Showers", "price" : 7462 }, { "destination" : "Bhutan", "forecast" : "Smoke", "price" : 5588 }, { "destination" : "Vietnam", "forecast" : "Dust", "price" : 8233 } ], "processingTime" : 862 } Processing Time: 862 Nov 01, 2023 1:13:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:13:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:13:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:13:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. { "visited" : [ { "destination" : "Canada" }, { "destination" : "Brazil" }, { "destination" : "Cyprus" }, { "destination" : "Indonesia" }, { "destination" : "Uruguay" } ], "recommended" : [ { "destination" : "Guinea-Bissau", "forecast" : "Scattered Thunderstorms", "price" : 6263 }, { "destination" : "Ghana", "forecast" : "Mostly Cloudy", "price" : 101 }, { "destination" : "Liechtenstein", "forecast" : "Smoke", "price" : 2440 }, { "destination" : "Malaysia", "forecast" : "Cloudy", "price" : 6543 }, { "destination" : "Bolivia", "forecast" : "Clear", "price" : 5672 } ], "processingTime" : 933 } Processing Time: 933 Nov 01, 2023 1:13:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:13:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/ Nov 01, 2023 1:13:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:13:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. { "visited" : [ { "destination" : "Latvia" }, { "destination" : "Japan" }, { "destination" : "Tanzania" }, { "destination" : "Bangladesh" }, { "destination" : "Nauru" } ], "recommended" : [ { "destination" : "Afghanistan", "forecast" : "Chance of TStorm", "price" : 7826 }, { "destination" : "Bhutan", "forecast" : "Mostly Cloudy", "price" : 1277 }, { "destination" : "Denmark", "forecast" : "Icy", "price" : 2421 }, { "destination" : "Iran", "forecast" : "Snow Showers", "price" : 1788 }, { "destination" : "Panama", "forecast" : "Rain and Snow", "price" : 8212 } ], "processingTime" : 4532 } Processing Time: 4532 Nov 01, 2023 1:13:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.12 s -- in org.glassfish.jersey.examples.rx.RxClientsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ rx-client-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ rx-client-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json [INFO] attaching as rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ rx-client-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ rx-client-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.0.99-SNAPSHOT/rx-client-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ rx-client-webapp --- [INFO] [INFO] -------------< org.glassfish.jersey.examples:server-async >------------- [INFO] Building jersey-examples-server-async 3.0.99-SNAPSHOT [357/370] [INFO] from examples/server-async/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async --- [INFO] Reserved port 34665 for jersey.config.test.container.port [INFO] Reserved port 38981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/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.examples.server.async.AsyncResourceTest Nov 01, 2023 1:13:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34665/ Nov 01, 2023 1:13:41 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34665] Nov 01, 2023 1:13:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61d183d1 on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c640b65 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57bc1d2c on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@547bfd57 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61d183d1 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c640b65 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@193da195 on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@56d68e02 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@193da195 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a31d00a on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57bc1d2c scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7eff9c2d on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6d74f347 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7058bbca on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ac85791 on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a31d00a scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1245a05b on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ca0b143 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <59> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <68> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <60> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cf87f4e on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41df8b28 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <46> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61d183d1 with a message <59> on thread fire&forget-chat-resource-executor-10. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@547bfd57 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c640b65 with a message <60> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@56d68e02 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6d74f347 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57bc1d2c with a message <68> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@193da195 with a message <46> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ac85791 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17936aa9 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <41> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <02> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a31d00a with a message <02> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@547bfd57 with a message <41> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7058bbca scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <33> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@56d68e02 with a message <33> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <26> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <32> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1245a05b scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ca0b143 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <25> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54e5460d on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <85> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ac85791 with a message <85> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54e5460d scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <50> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7058bbca with a message <50> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6d74f347 with a message <32> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7eff9c2d scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17936aa9 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7eff9c2d with a message <25> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1245a05b with a message <26> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <05> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41df8b28 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c04ff on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@408f4032 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <19> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cf87f4e scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31383f6d on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31383f6d scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <48> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c04ff scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <42> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cf87f4e with a message <42> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2ec04 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ab29a6f on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <99> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2ec04 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41df8b28 with a message <48> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@408f4032 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59f4a599 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <57> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <14> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@31383f6d with a message <14> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <79> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54e5460d with a message <19> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ca0b143 with a message <05> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <00> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@408f4032 with a message <79> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <81> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4d8c04ff with a message <57> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59f4a599 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <76> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ab29a6f scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17936aa9 with a message <99> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2aee5db5 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <49> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <56> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <47> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <51> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <03> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <88> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@59f4a599 with a message <76> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ab29a6f with a message <81> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <06> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74f2ec04 with a message <00> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <89> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@582fa81a on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@582fa81a scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@582fa81a with a message <56> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6340f045 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70d4c1a8 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c687388 on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70d4c1a8 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@70d4c1a8 with a message <47> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2aee5db5 with a message <49> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <97> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2aee5db5 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252a8d79 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252a8d79 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13f36817 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@252a8d79 with a message <51> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13f36817 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <10> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <82> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <80> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c687388 with a message <88> on thread fire&forget-chat-resource-executor-10. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6340f045 with a message <06> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@700234a1 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c687388 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@700234a1 with a message <89> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13f36817 with a message <97> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6340f045 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <84> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <36> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <22> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <45> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@700234a1 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bc50a51 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bacbec6 on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <39> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e1f452e on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bacbec6 with a message <22> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@bacbec6 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <54> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <91> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c268f55 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6880844c on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c268f55 with a message <80> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <04> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60bbfa9b on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bc50a51 with a message <82> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2bc50a51 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e1f452e with a message <10> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e1f452e scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <62> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60bbfa9b with a message <84> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60bbfa9b scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a9387b4 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6880844c with a message <36> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6880844c scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c268f55 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <83> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <08> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a9387b4 with a message <03> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a9387b4 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <87> on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <40> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <23> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd98384 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <72> on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@731ee969 on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bcb9764 on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <18> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cd45ced on thread grizzly-http-server-3. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bcb9764 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <11> on thread grizzly-http-server-2. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd98384 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3999164c on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <58> on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d747d7 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3999164c scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@731ee969 with a message <39> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f8ed60 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f8ed60 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f8ed60 with a message <04> on thread fire&forget-chat-resource-executor-14. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bcb9764 with a message <18> on thread fire&forget-chat-resource-executor-10. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@731ee969 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5421afbd on thread grizzly-http-server-0. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d747d7 with a message <08> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cd45ced with a message <62> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d747d7 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cd45ced scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71a2b045 on thread grizzly-http-server-1. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3999164c with a message <23> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <28> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71a2b045 scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <95> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ea4a859 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <43> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ea4a859 with a message <43> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c771af9 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49cab38c on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49cab38c scheduled for resume. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3fd98384 with a message <11> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:42 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389ab13d on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e7d6d66 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c771af9 with a message <87> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@680d6b39 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389ab13d scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c771af9 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <74> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ea4a859 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71a2b045 with a message <83> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e7d6d66 with a message <72> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@389ab13d with a message <74> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <94> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@680d6b39 with a message <94> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <17> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49cab38c with a message <40> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5421afbd with a message <17> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@680d6b39 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <64> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@e7d6d66 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <34> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <21> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <12> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <27> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b236dfa on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <90> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <31> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10506b70 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10506b70 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f67c443 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f67c443 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5421afbd scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <96> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c67e07c on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f67c443 with a message <95> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10506b70 with a message <64> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <70> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <09> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b236dfa with a message <28> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@b236dfa scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <20> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50ad6caf on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <61> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5735a0ea on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c67e07c with a message <21> on thread fire&forget-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c67e07c scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <98> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5735a0ea with a message <45> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5735a0ea scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <37> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@53e45ec4 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50ad6caf with a message <61> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <30> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@355e3d81 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@50ad6caf scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@543a5f96 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <44> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <29> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@53e45ec4 with a message <91> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@53e45ec4 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27b6a183 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@543a5f96 with a message <27> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <66> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27b6a183 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27b6a183 with a message <12> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <55> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@543a5f96 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@206e273a on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <69> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@355e3d81 with a message <54> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <63> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22a10fa2 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22a10fa2 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <77> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5869c9ec on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@355e3d81 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@22a10fa2 with a message <34> on thread fire&forget-chat-resource-executor-10. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@206e273a with a message <90> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5869c9ec scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@722c2dbd on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@722c2dbd scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@722c2dbd with a message <96> on thread fire&forget-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@206e273a scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30b2c270 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30b2c270 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26c6dbb1 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <16> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26c6dbb1 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30b2c270 with a message <09> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61265df9 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d1ab15 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@676668a4 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58daf045 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61265df9 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58daf045 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5869c9ec with a message <31> on thread fire&forget-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <93> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4902713d on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@26c6dbb1 with a message <16> on thread fire&forget-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247c2279 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61265df9 with a message <93> on thread fire&forget-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247c2279 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4902713d scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <35> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@676668a4 with a message <58> on thread fire&forget-chat-resource-executor-17. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4902713d with a message <20> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@36e0c485 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <73> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10e7316b on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10e7316b scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@10e7316b with a message <66> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@247c2279 with a message <35> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58daf045 with a message <70> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@676668a4 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ea26d14 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <75> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <15> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <13> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ad4e774 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ad4e774 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a5fbacc on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a5fbacc scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@36e0c485 with a message <55> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@36e0c485 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43fd6f1b on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d1ab15 with a message <98> on thread fire&forget-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55d1ab15 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <65> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@178a1c88 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43fd6f1b with a message <65> on thread fire&forget-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@43fd6f1b scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@178a1c88 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3a5fbacc with a message <69> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@178a1c88 with a message <77> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2ad4e774 with a message <13> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <92> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e6a641b on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@628e3791 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ea26d14 with a message <29> on thread fire&forget-chat-resource-executor-19. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ea26d14 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@628e3791 with a message <30> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@628e3791 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <52> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e6a641b with a message <37> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4e6a641b scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@272bc16c on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <67> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <24> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <01> on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27fe2610 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27fe2610 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@272bc16c with a message <44> on thread fire&forget-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@272bc16c scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@27fe2610 with a message <75> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <07> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f393c19 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3503d6b3 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f393c19 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@326e73eb on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <38> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3503d6b3 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3503d6b3 with a message <63> on thread fire&forget-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <53> on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <86> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21bcf1de on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21bcf1de scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@12db97cd on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f393c19 with a message <15> on thread fire&forget-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@12db97cd with a message <52> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@12db97cd scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5595c680 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2eeb6574 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2eeb6574 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33bc860e on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33bc860e scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@720c4ab9 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5595c680 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@720c4ab9 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21bcf1de with a message <92> on thread fire&forget-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34786727 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@414d7419 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@326e73eb with a message <53> on thread fire&forget-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34786727 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34786727 with a message <38> on thread fire&forget-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@414d7419 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@326e73eb scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@414d7419 with a message <86> on thread fire&forget-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f52c2b7 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@169606c8 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <71> on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@720c4ab9 with a message <07> on thread fire&forget-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5595c680 with a message <24> on thread fire&forget-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@33bc860e with a message <01> on thread fire&forget-chat-resource-executor-19. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2eeb6574 with a message <67> on thread fire&forget-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46b4511c on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f52c2b7 with a message <71> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f52c2b7 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource postMessage INFO: Received POSTed message <78> on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@169606c8 with a message <73> on thread fire&forget-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@169606c8 scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$2 run INFO: Resuming GET context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46b4511c with a message <78> on thread fire&forget-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.FireAndForgetChatResource$1 run INFO: GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@46b4511c scheduled for resume. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message sent POST response for message 01: Message sent POST response for message 02: Message sent POST response for message 03: Message sent POST response for message 04: Message sent POST response for message 05: Message sent POST response for message 06: Message sent POST response for message 07: Message sent POST response for message 08: Message sent POST response for message 09: Message sent POST response for message 10: Message sent POST response for message 11: Message sent POST response for message 12: Message sent POST response for message 13: Message sent POST response for message 14: Message sent POST response for message 15: Message sent POST response for message 16: Message sent POST response for message 17: Message sent POST response for message 18: Message sent POST response for message 19: Message sent POST response for message 20: Message sent POST response for message 21: Message sent POST response for message 22: Message sent POST response for message 23: Message sent POST response for message 24: Message sent POST response for message 25: Message sent POST response for message 26: Message sent POST response for message 27: Message sent POST response for message 28: Message sent POST response for message 29: Message sent POST response for message 30: Message sent POST response for message 31: Message sent POST response for message 32: Message sent POST response for message 33: Message sent POST response for message 34: Message sent POST response for message 35: Message sent POST response for message 36: Message sent POST response for message 37: Message sent POST response for message 38: Message sent POST response for message 39: Message sent POST response for message 40: Message sent POST response for message 41: Message sent POST response for message 42: Message sent POST response for message 43: Message sent POST response for message 44: Message sent POST response for message 45: Message sent POST response for message 46: Message sent POST response for message 47: Message sent POST response for message 48: Message sent POST response for message 49: Message sent POST response for message 50: Message sent POST response for message 51: Message sent POST response for message 52: Message sent POST response for message 53: Message sent POST response for message 54: Message sent POST response for message 55: Message sent POST response for message 56: Message sent POST response for message 57: Message sent POST response for message 58: Message sent POST response for message 59: Message sent POST response for message 60: Message sent POST response for message 61: Message sent POST response for message 62: Message sent POST response for message 63: Message sent POST response for message 64: Message sent POST response for message 65: Message sent POST response for message 66: Message sent POST response for message 67: Message sent POST response for message 68: Message sent POST response for message 69: Message sent POST response for message 70: Message sent POST response for message 71: Message sent POST response for message 72: Message sent POST response for message 73: Message sent POST response for message 74: Message sent POST response for message 75: Message sent POST response for message 76: Message sent POST response for message 77: Message sent POST response for message 78: Message sent POST response for message 79: Message sent POST response for message 80: Message sent POST response for message 81: Message sent POST response for message 82: Message sent POST response for message 83: Message sent POST response for message 84: Message sent POST response for message 85: Message sent POST response for message 86: Message sent POST response for message 87: Message sent POST response for message 88: Message sent POST response for message 89: Message sent POST response for message 90: Message sent POST response for message 91: Message sent POST response for message 92: Message sent POST response for message 93: Message sent POST response for message 94: Message sent POST response for message 95: Message sent POST response for message 96: Message sent POST response for message 97: Message sent POST response for message 98: Message sent POST response for message 99: Message sent GET responses received: 100 GET response for message 00: 23 GET response for message 01: 21 GET response for message 02: 37 GET response for message 03: 06 GET response for message 04: 71 GET response for message 05: 28 GET response for message 06: 92 GET response for message 07: 12 GET response for message 08: 56 GET response for message 09: 13 GET response for message 10: 15 GET response for message 11: 45 GET response for message 12: 47 GET response for message 13: 80 GET response for message 14: 97 GET response for message 15: 68 GET response for message 16: 27 GET response for message 17: 39 GET response for message 18: 38 GET response for message 19: 09 GET response for message 20: 81 GET response for message 21: 08 GET response for message 22: 10 GET response for message 23: 19 GET response for message 24: 96 GET response for message 25: 42 GET response for message 26: 02 GET response for message 27: 90 GET response for message 28: 62 GET response for message 29: 04 GET response for message 30: 43 GET response for message 31: 52 GET response for message 32: 53 GET response for message 33: 36 GET response for message 34: 57 GET response for message 35: 51 GET response for message 36: 94 GET response for message 37: 66 GET response for message 38: 50 GET response for message 39: 30 GET response for message 40: 59 GET response for message 41: 70 GET response for message 42: 26 GET response for message 43: 54 GET response for message 44: 24 GET response for message 45: 22 GET response for message 46: 55 GET response for message 47: 07 GET response for message 48: 61 GET response for message 49: 48 GET response for message 50: 14 GET response for message 51: 75 GET response for message 52: 34 GET response for message 53: 93 GET response for message 54: 89 GET response for message 55: 49 GET response for message 56: 63 GET response for message 57: 88 GET response for message 58: 29 GET response for message 59: 67 GET response for message 60: 72 GET response for message 61: 73 GET response for message 62: 84 GET response for message 63: 00 GET response for message 64: 98 GET response for message 65: 05 GET response for message 66: 79 GET response for message 67: 40 GET response for message 68: 17 GET response for message 69: 64 GET response for message 70: 01 GET response for message 71: 74 GET response for message 72: 65 GET response for message 73: 35 GET response for message 74: 32 GET response for message 75: 76 GET response for message 76: 18 GET response for message 77: 25 GET response for message 78: 87 GET response for message 79: 46 GET response for message 80: 85 GET response for message 81: 44 GET response for message 82: 82 GET response for message 83: 31 GET response for message 84: 99 GET response for message 85: 60 GET response for message 86: 91 GET response for message 87: 95 GET response for message 88: 11 GET response for message 89: 78 GET response for message 90: 58 GET response for message 91: 86 GET response for message 92: 03 GET response for message 93: 83 GET response for message 94: 77 GET response for message 95: 20 GET response for message 96: 69 GET response for message 97: 33 GET response for message 98: 16 GET response for message 99: 41 Nov 01, 2023 1:13:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34665] Nov 01, 2023 1:13:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34665/ Nov 01, 2023 1:13:43 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34665] Nov 01, 2023 1:13:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e009ac5 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ba14d23 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e2b09f9 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@91c6886 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a53617e on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <80> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a27325e on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7b2de02e on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <86> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ba14d23 with a message 83 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f1e8ed5 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@638e974d on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <83> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e009ac5 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <80> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a27325e on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <79> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71239cd9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@482162bd on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@fc04d43 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <83> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34d36289 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <78> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13916e5a on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <80> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e2b09f9 with a message 88 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <87> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2a53617e with a message 80 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <00> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f637fb2 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <88> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35f59343 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <85> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f1e8ed5 with a message 79 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <92> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@638e974d on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <00> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f637fb2 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <78> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@482162bd with a message 92 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <78> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13916e5a on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <79> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7b2de02e with a message 00 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <79> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71239cd9 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71d1fa77 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <90> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71d1fa77 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a30248 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <83> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@34d36289 with a message 90 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <88> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@91c6886 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17d34175 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <93> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a30248 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <77> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17d34175 with a message 93 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@993b856 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <84> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@993b856 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <88> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@35f59343 with a message 78 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64bb28e9 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <82> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@fc04d43 with a message 84 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <95> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@64bb28e9 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <77> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@691ccb68 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <77> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@691ccb68 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@510fe4a0 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@280e9df2 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75b12541 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <93> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3075d517 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <91> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@510fe4a0 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <95> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406aad53 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <96> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@75b12541 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <87> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@53fd357b on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <95> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@406aad53 with a message 77 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <89> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@280e9df2 with a message 95 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f8248fd on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <94> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f8248fd with a message 91 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <93> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3075d517 with a message 96 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1eab2131 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <76> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@52d34b33 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <86> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58ef950e on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <89> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@707db3ad on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <76> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1eab2131 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <96> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41196adb on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <96> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41196adb with a message 76 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c9b1d23 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <86> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@58ef950e on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65ee1d9 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <75> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c9b1d23 with a message 86 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <92> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a4c5e2 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <89> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@707db3ad on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <87> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@53fd357b on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <94> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11fe0538 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <94> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@11fe0538 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <97> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@65ee1d9 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c2b369b on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <76> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@52d34b33 with a message 89 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@69e77923 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@93e0078 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <69> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c2b369b on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <73> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@93e0078 with a message 87 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <69> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f1a8968 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c40415d on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <69> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f1a8968 with a message 94 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6db9c708 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <49> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74866402 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <92> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a4c5e2 with a message 97 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <49> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@74866402 with a message 49 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e6f7d33 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d410339 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2483c568 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <74> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c606d61 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <49> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6db9c708 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <70> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d410339 with a message 74 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3203f4af on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <71> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1e6f7d33 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <74> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2c40415d with a message 69 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <75> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ec92ada on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cb57841 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ac1bb0f on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <67> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3cb57841 with a message 71 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <75> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ec92ada on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@958fc25 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <68> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@673c9f21 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <71> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5f294959 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <74> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c606d61 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <68> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@69e77923 with a message 50 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <50> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2483c568 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <70> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@15b0786f on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <73> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49586032 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19682874 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <73> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@49586032 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <72> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3203f4af with a message 68 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <68> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@673c9f21 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@469c930a on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <51> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ac1bb0f with a message 75 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6453533a on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@237a06b4 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <53> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@19682874 with a message 73 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13bd857c on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <72> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@506a1bac on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <71> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5f294959 with a message 70 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <70> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@15b0786f on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@107bc5bd on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <72> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@506a1bac on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@360cf003 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <50> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61a4eef9 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <61> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@958fc25 with a message 72 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29aefc19 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6e4f2b5a on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <85> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38b386d5 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1080902d on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <85> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@38b386d5 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a95560a on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a287e70 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <55> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1080902d with a message 85 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@dba45fe on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@48f321c1 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@782a55fc on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bf5db16 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@190ec99d on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3bcfd1cd on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <51> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55eda3f8 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <66> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@260df300 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <25> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3bcfd1cd on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <57> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6453533a with a message 25 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <66> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@260df300 on thread blocking-post-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@952e19e on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <31> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@952e19e with a message 66 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <48> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@237a06b4 with a message 51 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <51> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@55eda3f8 on thread blocking-post-chat-resource-executor-17. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e0756d8 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <48> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f99fef2 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ccaa6c9 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@690974dc on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ba02f08 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <25> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fab9df0 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <52> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@107bc5bd with a message 48 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <48> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f99fef2 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <58> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1550a731 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <58> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1550a731 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a41a41 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <54> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40020cb on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <62> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@512592d5 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <62> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@512592d5 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <50> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@61a4eef9 with a message 62 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2292c11c on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ab92c54 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <64> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@360cf003 with a message 58 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f1876b4 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <65> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@589ca268 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <54> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@40020cb on thread blocking-post-chat-resource-executor-20. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@464401a4 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ac2324 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <65> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@29aefc19 with a message 54 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2356d1bc on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <66> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6e4f2b5a with a message 65 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2aaf83ab on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <60> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@fc94405 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <65> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@589ca268 on thread blocking-post-chat-resource-executor-22. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <60> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@fc94405 on thread blocking-post-chat-resource-executor-24. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c7ff2ad on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <64> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@596a9b48 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <56> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@469c930a with a message 60 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e984c39 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a36ecd7 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <63> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@398393be on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <56> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25d869ef on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <63> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a95560a with a message 63 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f45f8e0 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <63> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@398393be on thread blocking-post-chat-resource-executor-22. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <55> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a7bc356 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <54> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@48f321c1 with a message 64 on thread blocking-post-chat-resource-executor-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <64> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@596a9b48 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78ac763e on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <59> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a287e70 with a message 55 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@490f484 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <55> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1a7bc356 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <67> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21ab99cb on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <67> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21ab99cb on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <47> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@dba45fe with a message 67 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <52> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@650e9fdb on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <52> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@650e9fdb on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <53> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e0808c2 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <07> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cf3fc66 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <27> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1bf5db16 with a message 52 on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <57> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d3fe753 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <58> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@13bd857c with a message 07 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <07> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cf3fc66 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <56> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@25d869ef on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <62> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@190ec99d with a message 56 on thread blocking-post-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <60> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@782a55fc with a message 53 on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <53> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e0808c2 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <61> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30bcc08d on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cbd74f7 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <45> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ccaa6c9 with a message 61 on thread blocking-post-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <61> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@30bcc08d on thread blocking-post-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <45> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a74cfe on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <45> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@a74cfe on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71fefd7b on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <46> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7e0756d8 with a message 57 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <57> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7d3fe753 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <39> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1146eb76 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <29> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@690974dc with a message 45 on thread blocking-post-chat-resource-executor-17. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <59> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ad91810 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <06> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d01bd09 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <06> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d01bd09 on thread blocking-post-chat-resource-executor-17. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <32> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a41a41 with a message 06 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <32> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d93d0b1 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <32> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2d93d0b1 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <24> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6ab92c54 with a message 32 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <39> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1146eb76 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f36af84 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <59> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ad91810 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <7> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@178f75ba on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <35> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c980d10 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <34> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2db1c04e on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <34> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2db1c04e on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <5> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9c0777c on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <25> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2fab9df0 with a message 39 on thread blocking-post-chat-resource-executor-19. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <37> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1ba02f08 with a message 59 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17cbb9ba on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <40> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54a51032 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a761ea6 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <26> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2292c11c with a message 34 on thread blocking-post-chat-resource-executor-21. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <7> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@178f75ba with a message 35 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@132300dd on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <35> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1c980d10 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a2f0b14 on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2080de13 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1378dc9d on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <43> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@464401a4 with a message 40 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <40> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54a51032 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21535f7a on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <44> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2613fa5d on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <36> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@490a5ab8 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4add7980 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <36> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2356d1bc with a message 44 on thread blocking-post-chat-resource-executor-20. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <44> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2613fa5d on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <41> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3170ed6e on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b22b7bb on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <26> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41f3adee on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <28> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2aaf83ab with a message 41 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <19> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57fa166d on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <41> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3170ed6e on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <31> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@15263e04 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <35> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3ac2324 with a message 36 on thread blocking-post-chat-resource-executor-23. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <26> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41f3adee on thread blocking-post-chat-resource-executor-9. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f5f9128 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <36> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@490a5ab8 on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <34> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78ac763e with a message 16 on thread blocking-post-chat-resource-executor-22. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <16> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6f5f9128 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <21> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6daa507c on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <21> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6daa507c on thread blocking-post-chat-resource-executor-11. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <03> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76ee18eb on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <03> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@76ee18eb on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <39> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@490f484 with a message 31 on thread blocking-post-chat-resource-executor-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <31> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@15263e04 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <38> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6a36ecd7 with a message 26 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <20> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b3a43b on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <20> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b3a43b on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <11> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39a08398 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <30> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e984c39 with a message 19 on thread blocking-post-chat-resource-executor-24. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <19> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57fa166d on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <22> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67258385 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b202e4b on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <22> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@67258385 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <47> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e5d5c2e on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <4> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7016478 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <33> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@71fefd7b with a message 11 on thread blocking-post-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <11> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@39a08398 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <41> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2cbd74f7 with a message 20 on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <37> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@521cce2c on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <40> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3f45f8e0 with a message 03 on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <42> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@c7ff2ad with a message 21 on thread blocking-post-chat-resource-executor-25. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <09> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41d9d396 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <18> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f438b on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <08> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f6d2f1c on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <37> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@521cce2c on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <13> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f42bdc5 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <42> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@23ad71c2 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <42> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@23ad71c2 on thread blocking-post-chat-resource-executor-15. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <19> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@21535f7a with a message 42 on thread blocking-post-chat-resource-executor-17. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <1> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68dff799 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <5> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@9c0777c with a message 47 on thread blocking-post-chat-resource-executor-5. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <47> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e5d5c2e on thread blocking-post-chat-resource-executor-24. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <44> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@f1876b4 with a message 23 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <20> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2f36af84 with a message 22 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <12> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@83028d1 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <23> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b202e4b on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <17> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@17cbb9ba with a message 12 on thread blocking-post-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <28> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@42fc5604 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <12> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@83028d1 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <28> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@42fc5604 on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <33> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7451d8a8 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <33> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7451d8a8 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <23> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e29e21f on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <02> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c577a80 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <05> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@224341f6 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <12> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2080de13 with a message 13 on thread blocking-post-chat-resource-executor-10. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <02> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5c577a80 on thread blocking-post-chat-resource-executor-18. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <3> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ad4bbd9 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <3> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4ad4bbd9 with a message 02 on thread blocking-post-chat-resource-executor-16. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <05> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@224341f6 on thread blocking-post-chat-resource-executor-6. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <13> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1f42bdc5 on thread blocking-post-chat-resource-executor-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <22> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1378dc9d with a message 08 on thread blocking-post-chat-resource-executor-13. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <13> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7a2f0b14 with a message 37 on thread blocking-post-chat-resource-executor-21. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <18> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@132300dd with a message 18 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <38> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ecf5261 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <08> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7f6d2f1c on thread blocking-post-chat-resource-executor-25. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <18> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4f438b on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <21> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4a761ea6 with a message 09 on thread blocking-post-chat-resource-executor-19. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <09> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@41d9d396 on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <43> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78602413 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <23> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5e29e21f with a message 38 on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <38> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ecf5261 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c39e89d on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@23ff020 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <4> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7016478 with a message 05 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <10> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2eedd362 on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <46> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57562fab on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <30> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54449e2f on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <15> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2b22b7bb with a message 33 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <11> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4add7980 with a message 28 on thread blocking-post-chat-resource-executor-7. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5ee2bdf7 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <30> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@54449e2f on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <46> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@57562fab on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <2> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77ba0f33 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <10> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2eedd362 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <24> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d540df4 on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <10> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4c39e89d with a message 98 on thread blocking-post-chat-resource-executor-19. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <98> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@23ff020 on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <17> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@154bbcc1 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <9> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4373c7ef on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <1> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@68dff799 with a message 43 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <17> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@154bbcc1 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <43> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@78602413 on thread blocking-post-chat-resource-executor-21. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <9> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4373c7ef with a message 30 on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47abc9ba on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <16> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72af5792 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <0> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1cfc2f5b on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <24> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@d540df4 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <2> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@77ba0f33 with a message 46 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <27> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66161b2c on thread grizzly-http-server-3. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <15> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d4a306d on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <99> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5ee2bdf7 with a message 10 on thread blocking-post-chat-resource-executor-25. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <14> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60897d14 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <8> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2620a24f on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <15> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1d4a306d on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <27> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@66161b2c on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <04> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28ec6870 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <91> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ab16018 on thread grizzly-http-server-2. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <0> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1cfc2f5b with a message 17 on thread blocking-post-chat-resource-executor-21. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <16> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@72af5792 with a message 24 on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <91> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@7ab16018 with a message 15 on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <82> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e922de0 on thread grizzly-http-server-1. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <29> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2077a938 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <04> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@28ec6870 on thread blocking-post-chat-resource-executor-25. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <98> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5665f542 on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <82> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3e922de0 on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <99> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cf23c03 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <98> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5665f542 with a message 04 on thread blocking-post-chat-resource-executor-21. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <8> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2620a24f with a message 27 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <01> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47b88d54 on thread grizzly-http-server-0. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <14> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@60897d14 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <97> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cdcc23b on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <99> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@6cf23c03 on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <6> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1da3e77c on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <90> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d6c47af on thread grizzly-http-server-1. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <29> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@2077a938 on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <14> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47abc9ba with a message 14 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource postMessage INFO: Received POST <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5dd52bea on thread grizzly-http-server-2. Suspending the context. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <81> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4bba509f on thread grizzly-http-server-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <90> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@3d6c47af with a message 99 on thread blocking-post-chat-resource-executor-8. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource pickUpMessage INFO: Received GET <84> with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@117f84f1 on thread grizzly-http-server-0. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <84> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@117f84f1 with a message 81 on thread blocking-post-chat-resource-executor-12. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <6> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@1da3e77c with a message 82 on thread blocking-post-chat-resource-executor-3. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <97> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@cdcc23b with a message 29 on thread blocking-post-chat-resource-executor-4. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <01> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@47b88d54 on thread blocking-post-chat-resource-executor-27. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$1 run INFO: Resuming GET <81> context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@4bba509f with a message 01 on thread blocking-post-chat-resource-executor-26. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.BlockingPostChatResource$2 run INFO: POSTed message <81> successfully queued. Resuming POST with context org.glassfish.jersey.server.ServerRuntime$AsyncResponder@5dd52bea on thread blocking-post-chat-resource-executor-14. Nov 01, 2023 1:13:43 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest executeChatTest INFO: POST responses received: 100 POST response for message 00: Message stored. POST response for message 01: Message stored. POST response for message 02: Message stored. POST response for message 03: Message stored. POST response for message 04: Message stored. POST response for message 05: Message stored. POST response for message 06: Message stored. POST response for message 07: Message stored. POST response for message 08: Message stored. POST response for message 09: Message stored. POST response for message 10: Message stored. POST response for message 11: Message stored. POST response for message 12: Message stored. POST response for message 13: Message stored. POST response for message 14: Message stored. POST response for message 15: Message stored. POST response for message 16: Message stored. POST response for message 17: Message stored. POST response for message 18: Message stored. POST response for message 19: Message stored. POST response for message 20: Message stored. POST response for message 21: Message stored. POST response for message 22: Message stored. POST response for message 23: Message stored. POST response for message 24: Message stored. POST response for message 25: Message stored. POST response for message 26: Message stored. POST response for message 27: Message stored. POST response for message 28: Message stored. POST response for message 29: Message stored. POST response for message 30: Message stored. POST response for message 31: Message stored. POST response for message 32: Message stored. POST response for message 33: Message stored. POST response for message 34: Message stored. POST response for message 35: Message stored. POST response for message 36: Message stored. POST response for message 37: Message stored. POST response for message 38: Message stored. POST response for message 39: Message stored. POST response for message 40: Message stored. POST response for message 41: Message stored. POST response for message 42: Message stored. POST response for message 43: Message stored. POST response for message 44: Message stored. POST response for message 45: Message stored. POST response for message 46: Message stored. POST response for message 47: Message stored. POST response for message 48: Message stored. POST response for message 49: Message stored. POST response for message 50: Message stored. POST response for message 51: Message stored. POST response for message 52: Message stored. POST response for message 53: Message stored. POST response for message 54: Message stored. POST response for message 55: Message stored. POST response for message 56: Message stored. POST response for message 57: Message stored. POST response for message 58: Message stored. POST response for message 59: Message stored. POST response for message 60: Message stored. POST response for message 61: Message stored. POST response for message 62: Message stored. POST response for message 63: Message stored. POST response for message 64: Message stored. POST response for message 65: Message stored. POST response for message 66: Message stored. POST response for message 67: Message stored. POST response for message 68: Message stored. POST response for message 69: Message stored. POST response for message 70: Message stored. POST response for message 71: Message stored. POST response for message 72: Message stored. POST response for message 73: Message stored. POST response for message 74: Message stored. POST response for message 75: Message stored. POST response for message 76: Message stored. POST response for message 77: Message stored. POST response for message 78: Message stored. POST response for message 79: Message stored. POST response for message 80: Message stored. POST response for message 81: Message stored. POST response for message 82: Message stored. POST response for message 83: Message stored. POST response for message 84: Message stored. POST response for message 85: Message stored. POST response for message 86: Message stored. POST response for message 87: Message stored. POST response for message 88: Message stored. POST response for message 89: Message stored. POST response for message 90: Message stored. POST response for message 91: Message stored. POST response for message 92: Message stored. POST response for message 93: Message stored. POST response for message 94: Message stored. POST response for message 95: Message stored. POST response for message 96: Message stored. POST response for message 97: Message stored. POST response for message 98: Message stored. POST response for message 99: Message stored. GET responses received: 100 GET response for message 00: 17 GET response for message 01: 43 GET response for message 02: 46 GET response for message 03: 02 GET response for message 04: 05 GET response for message 05: 47 GET response for message 06: 82 GET response for message 07: 35 GET response for message 08: 27 GET response for message 09: 30 GET response for message 10: 98 GET response for message 11: 28 GET response for message 12: 13 GET response for message 13: 37 GET response for message 14: 14 GET response for message 15: 33 GET response for message 16: 24 GET response for message 17: 12 GET response for message 18: 18 GET response for message 19: 42 GET response for message 20: 22 GET response for message 21: 09 GET response for message 22: 08 GET response for message 23: 38 GET response for message 24: 32 GET response for message 25: 39 GET response for message 26: 34 GET response for message 27: 52 GET response for message 28: 41 GET response for message 29: 45 GET response for message 30: 19 GET response for message 31: 66 GET response for message 32: 06 GET response for message 33: 11 GET response for message 34: 16 GET response for message 35: 36 GET response for message 36: 44 GET response for message 37: 59 GET response for message 38: 26 GET response for message 39: 31 GET response for message 40: 03 GET response for message 41: 20 GET response for message 42: 21 GET response for message 43: 40 GET response for message 44: 23 GET response for message 45: 61 GET response for message 46: 57 GET response for message 47: 67 GET response for message 48: 51 GET response for message 49: 49 GET response for message 50: 62 GET response for message 51: 75 GET response for message 52: 48 GET response for message 53: 73 GET response for message 54: 64 GET response for message 55: 85 GET response for message 56: 60 GET response for message 57: 25 GET response for message 58: 07 GET response for message 59: 55 GET response for message 60: 53 GET response for message 61: 72 GET response for message 62: 56 GET response for message 63: 63 GET response for message 64: 58 GET response for message 65: 54 GET response for message 66: 65 GET response for message 67: 71 GET response for message 68: 50 GET response for message 69: 94 GET response for message 70: 74 GET response for message 71: 70 GET response for message 72: 68 GET response for message 73: 87 GET response for message 74: 69 GET response for message 75: 86 GET response for message 76: 89 GET response for message 77: 93 GET response for message 78: 92 GET response for message 79: 00 GET response for message 80: 88 GET response for message 81: 01 GET response for message 82: 84 GET response for message 83: 90 GET response for message 84: 81 GET response for message 85: 79 GET response for message 86: 83 GET response for message 87: 80 GET response for message 88: 78 GET response for message 89: 95 GET response for message 90: 99 GET response for message 91: 15 GET response for message 92: 97 GET response for message 93: 96 GET response for message 94: 91 GET response for message 95: 77 GET response for message 96: 76 GET response for message 97: 29 GET response for message 98: 04 GET response for message 99: 10 Nov 01, 2023 1:13:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34665] Nov 01, 2023 1:13:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34665/ Nov 01, 2023 1:13:44 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34665] Nov 01, 2023 1:13:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:13:45 PM org.glassfish.jersey.examples.server.async.AsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 00: Hello async world! GET response for message 01: Hello async world! GET response for message 02: Hello async world! GET response for message 03: Hello async world! GET response for message 04: Hello async world! GET response for message 05: Hello async world! GET response for message 06: Hello async world! GET response for message 07: Hello async world! GET response for message 08: Hello async world! GET response for message 09: Hello async world! GET response for message 10: Hello async world! GET response for message 11: Hello async world! GET response for message 12: Hello async world! GET response for message 13: Hello async world! GET response for message 14: Hello async world! GET response for message 15: Hello async world! GET response for message 16: Hello async world! GET response for message 17: Hello async world! GET response for message 18: Hello async world! GET response for message 19: Hello async world! GET response for message 20: Hello async world! GET response for message 21: Hello async world! GET response for message 22: Hello async world! GET response for message 23: Hello async world! GET response for message 24: Hello async world! GET response for message 25: Hello async world! GET response for message 26: Hello async world! GET response for message 27: Hello async world! GET response for message 28: Hello async world! GET response for message 29: Hello async world! GET response for message 30: Hello async world! GET response for message 31: Hello async world! GET response for message 32: Hello async world! GET response for message 33: Hello async world! GET response for message 34: Hello async world! GET response for message 35: Hello async world! GET response for message 36: Hello async world! GET response for message 37: Hello async world! GET response for message 38: Hello async world! GET response for message 39: Hello async world! GET response for message 40: Hello async world! GET response for message 41: Hello async world! GET response for message 42: Hello async world! GET response for message 43: Hello async world! GET response for message 44: Hello async world! GET response for message 45: Hello async world! GET response for message 46: Hello async world! GET response for message 47: Hello async world! GET response for message 48: Hello async world! GET response for message 49: Hello async world! GET response for message 50: Hello async world! GET response for message 51: Hello async world! GET response for message 52: Hello async world! GET response for message 53: Hello async world! GET response for message 54: Hello async world! GET response for message 55: Hello async world! GET response for message 56: Hello async world! GET response for message 57: Hello async world! GET response for message 58: Hello async world! GET response for message 59: Hello async world! GET response for message 60: Hello async world! GET response for message 61: Hello async world! GET response for message 62: Hello async world! GET response for message 63: Hello async world! GET response for message 64: Hello async world! GET response for message 65: Hello async world! GET response for message 66: Hello async world! GET response for message 67: Hello async world! GET response for message 68: Hello async world! GET response for message 69: Hello async world! GET response for message 70: Hello async world! GET response for message 71: Hello async world! GET response for message 72: Hello async world! GET response for message 73: Hello async world! GET response for message 74: Hello async world! GET response for message 75: Hello async world! GET response for message 76: Hello async world! GET response for message 77: Hello async world! GET response for message 78: Hello async world! GET response for message 79: Hello async world! GET response for message 80: Hello async world! GET response for message 81: Hello async world! GET response for message 82: Hello async world! GET response for message 83: Hello async world! GET response for message 84: Hello async world! GET response for message 85: Hello async world! GET response for message 86: Hello async world! GET response for message 87: Hello async world! GET response for message 88: Hello async world! GET response for message 89: Hello async world! GET response for message 90: Hello async world! GET response for message 91: Hello async world! GET response for message 92: Hello async world! GET response for message 93: Hello async world! GET response for message 94: Hello async world! GET response for message 95: Hello async world! GET response for message 96: Hello async world! GET response for message 97: Hello async world! GET response for message 98: Hello async world! GET response for message 99: Hello async world! Nov 01, 2023 1:13:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34665] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.878 s -- in org.glassfish.jersey.examples.server.async.AsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json [INFO] attaching as server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async/target/server-async-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async/3.0.99-SNAPSHOT/server-async-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async --- [INFO] [INFO] ---------< org.glassfish.jersey.examples:server-async-managed >--------- [INFO] Building jersey-examples-server-async-managed 3.0.99-SNAPSHOT [358/370] [INFO] from examples/server-async-managed/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-managed --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-managed --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-managed --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-managed --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-managed --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-managed --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-managed --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-managed --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-managed --- [INFO] Reserved port 42801 for jersey.config.test.container.port [INFO] Reserved port 35355 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-managed --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/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.examples.server.async.managed.ManagedAsyncResourceTest Nov 01, 2023 1:13:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42801/ Nov 01, 2023 1:13:49 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42801] Nov 01, 2023 1:13:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:13:51 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testChatResource INFO: POST responses received: 100 POST response for message 64: 200 POST response for message 0: 200 POST response for message 65: 200 POST response for message 1: 200 POST response for message 66: 200 POST response for message 2: 200 POST response for message 67: 200 POST response for message 3: 200 POST response for message 4: 200 POST response for message 68: 200 POST response for message 5: 200 POST response for message 69: 200 POST response for message 6: 200 POST response for message 70: 200 POST response for message 7: 200 POST response for message 71: 200 POST response for message 72: 200 POST response for message 8: 200 POST response for message 73: 200 POST response for message 9: 200 POST response for message 10: 200 POST response for message 74: 200 POST response for message 75: 200 POST response for message 11: 200 POST response for message 76: 200 POST response for message 12: 200 POST response for message 13: 200 POST response for message 77: 200 POST response for message 14: 200 POST response for message 78: 200 POST response for message 15: 200 POST response for message 79: 200 POST response for message 16: 200 POST response for message 80: 200 POST response for message 17: 200 POST response for message 81: 200 POST response for message 82: 200 POST response for message 18: 200 POST response for message 19: 200 POST response for message 83: 200 POST response for message 84: 200 POST response for message 20: 200 POST response for message 85: 200 POST response for message 21: 200 POST response for message 22: 200 POST response for message 86: 200 POST response for message 87: 200 POST response for message 23: 200 POST response for message 88: 200 POST response for message 24: 200 POST response for message 89: 200 POST response for message 25: 200 POST response for message 90: 200 POST response for message 26: 200 POST response for message 91: 200 POST response for message 27: 200 POST response for message 28: 200 POST response for message 92: 200 POST response for message 93: 200 POST response for message 29: 200 POST response for message 94: 200 POST response for message 30: 200 POST response for message 31: 200 POST response for message 95: 200 POST response for message 96: 200 POST response for message 32: 200 POST response for message 33: 200 POST response for message 97: 200 POST response for message 98: 200 POST response for message 34: 200 POST response for message 99: 200 POST response for message 35: 200 POST response for message 36: 200 POST response for message 37: 200 POST response for message 38: 200 POST response for message 39: 200 POST response for message 40: 200 POST response for message 41: 200 POST response for message 42: 200 POST response for message 43: 200 POST response for message 44: 200 POST response for message 45: 200 POST response for message 46: 200 POST response for message 47: 200 POST response for message 48: 200 POST response for message 49: 200 POST response for message 50: 200 POST response for message 51: 200 POST response for message 52: 200 POST response for message 53: 200 POST response for message 54: 200 POST response for message 55: 200 POST response for message 56: 200 POST response for message 57: 200 POST response for message 58: 200 POST response for message 59: 200 POST response for message 60: 200 POST response for message 61: 200 POST response for message 62: 200 POST response for message 63: 200 GET responses received: 100 GET response for message 0: Message{author=62, message=62, time=1698844430255} GET response for message 64: Message{author=73, message=73, time=1698844430254} GET response for message 65: Message{author=92, message=92, time=1698844430253} GET response for message 1: Message{author=83, message=83, time=1698844430253} GET response for message 2: Message{author=44, message=44, time=1698844430256} GET response for message 66: Message{author=41, message=41, time=1698844430256} GET response for message 67: Message{author=38, message=38, time=1698844430257} GET response for message 3: Message{author=36, message=36, time=1698844430258} GET response for message 68: Message{author=52, message=52, time=1698844430255} GET response for message 4: Message{author=11, message=11, time=1698844430262} GET response for message 5: Message{author=84, message=84, time=1698844430253} GET response for message 69: Message{author=51, message=51, time=1698844430255} GET response for message 6: Message{author=49, message=49, time=1698844430255} GET response for message 70: Message{author=24, message=24, time=1698844430260} GET response for message 71: Message{author=5, message=5, time=1698844430260} GET response for message 7: Message{author=88, message=88, time=1698844430253} GET response for message 8: Message{author=31, message=31, time=1698844430261} GET response for message 72: Message{author=87, message=87, time=1698844430253} GET response for message 73: Message{author=4, message=4, time=1698844430258} GET response for message 9: Message{author=39, message=39, time=1698844430256} GET response for message 10: Message{author=29, message=29, time=1698844430262} GET response for message 74: Message{author=26, message=26, time=1698844430259} GET response for message 11: Message{author=89, message=89, time=1698844430253} GET response for message 75: Message{author=30, message=30, time=1698844430262} GET response for message 76: Message{author=74, message=74, time=1698844430254} GET response for message 12: Message{author=94, message=94, time=1698844430253} GET response for message 77: Message{author=32, message=32, time=1698844430261} GET response for message 13: Message{author=85, message=85, time=1698844430253} GET response for message 78: Message{author=47, message=47, time=1698844430255} GET response for message 14: Message{author=40, message=40, time=1698844430256} GET response for message 15: Message{author=0, message=0, time=1698844430258} GET response for message 79: Message{author=69, message=69, time=1698844430254} GET response for message 16: Message{author=12, message=12, time=1698844430259} GET response for message 80: Message{author=13, message=13, time=1698844430262} GET response for message 81: Message{author=96, message=96, time=1698844430253} GET response for message 17: Message{author=17, message=17, time=1698844430258} GET response for message 18: Message{author=93, message=93, time=1698844430253} GET response for message 82: Message{author=28, message=28, time=1698844430262} GET response for message 83: Message{author=54, message=54, time=1698844430255} GET response for message 19: Message{author=95, message=95, time=1698844430253} GET response for message 20: Message{author=58, message=58, time=1698844430255} GET response for message 84: Message{author=50, message=50, time=1698844430255} GET response for message 85: Message{author=46, message=46, time=1698844430255} GET response for message 21: Message{author=67, message=67, time=1698844430254} GET response for message 22: Message{author=70, message=70, time=1698844430254} GET response for message 86: Message{author=55, message=55, time=1698844430255} GET response for message 87: Message{author=64, message=64, time=1698844430254} GET response for message 23: Message{author=77, message=77, time=1698844430254} GET response for message 88: Message{author=79, message=79, time=1698844430253} GET response for message 24: Message{author=60, message=60, time=1698844430255} GET response for message 25: Message{author=82, message=82, time=1698844430253} GET response for message 89: Message{author=99, message=99, time=1698844430253} GET response for message 90: Message{author=72, message=72, time=1698844430254} GET response for message 26: Message{author=37, message=37, time=1698844430258} GET response for message 91: Message{author=65, message=65, time=1698844430254} GET response for message 27: Message{author=76, message=76, time=1698844430254} GET response for message 92: Message{author=42, message=42, time=1698844430256} GET response for message 28: Message{author=56, message=56, time=1698844430255} GET response for message 29: Message{author=8, message=8, time=1698844430260} GET response for message 93: Message{author=14, message=14, time=1698844430258} GET response for message 30: Message{author=98, message=98, time=1698844430253} GET response for message 94: Message{author=27, message=27, time=1698844430262} GET response for message 31: Message{author=81, message=81, time=1698844430253} GET response for message 95: Message{author=22, message=22, time=1698844430262} GET response for message 32: Message{author=75, message=75, time=1698844430254} GET response for message 96: Message{author=20, message=20, time=1698844430259} GET response for message 97: Message{author=15, message=15, time=1698844430258} GET response for message 33: Message{author=21, message=21, time=1698844430259} GET response for message 98: Message{author=34, message=34, time=1698844430258} GET response for message 34: Message{author=25, message=25, time=1698844430259} GET response for message 99: Message{author=48, message=48, time=1698844430255} GET response for message 35: Message{author=7, message=7, time=1698844430258} GET response for message 36: Message{author=66, message=66, time=1698844430254} GET response for message 37: Message{author=91, message=91, time=1698844430253} GET response for message 38: Message{author=23, message=23, time=1698844430261} GET response for message 39: Message{author=35, message=35, time=1698844430258} GET response for message 40: Message{author=1, message=1, time=1698844430258} GET response for message 41: Message{author=86, message=86, time=1698844430253} GET response for message 42: Message{author=78, message=78, time=1698844430253} GET response for message 43: Message{author=6, message=6, time=1698844430262} GET response for message 44: Message{author=9, message=9, time=1698844430262} GET response for message 45: Message{author=16, message=16, time=1698844430258} GET response for message 46: Message{author=68, message=68, time=1698844430254} GET response for message 47: Message{author=97, message=97, time=1698844430253} GET response for message 48: Message{author=45, message=45, time=1698844430256} GET response for message 49: Message{author=71, message=71, time=1698844430254} GET response for message 50: Message{author=33, message=33, time=1698844430260} GET response for message 51: Message{author=19, message=19, time=1698844430259} GET response for message 52: Message{author=2, message=2, time=1698844430258} GET response for message 53: Message{author=61, message=61, time=1698844430255} GET response for message 54: Message{author=80, message=80, time=1698844430253} GET response for message 55: Message{author=43, message=43, time=1698844430256} GET response for message 56: Message{author=53, message=53, time=1698844430255} GET response for message 57: Message{author=57, message=57, time=1698844430255} GET response for message 58: Message{author=18, message=18, time=1698844430260} GET response for message 59: Message{author=3, message=3, time=1698844430260} GET response for message 60: Message{author=90, message=90, time=1698844430253} GET response for message 61: Message{author=63, message=63, time=1698844430255} GET response for message 62: Message{author=10, message=10, time=1698844430262} GET response for message 63: Message{author=59, message=59, time=1698844430255} Nov 01, 2023 1:13:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42801] Nov 01, 2023 1:13:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42801/ Nov 01, 2023 1:13:51 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42801] Nov 01, 2023 1:13:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:13:52 PM org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest testLongRunningResource INFO: GET responses received: 100 GET response for message 0: 0 - Hello async world! GET response for message 1: 1 - Hello async world! GET response for message 2: 2 - Hello async world! GET response for message 3: 3 - Hello async world! GET response for message 4: 4 - Hello async world! GET response for message 5: 5 - Hello async world! GET response for message 6: 6 - Hello async world! GET response for message 7: 7 - Hello async world! GET response for message 8: 8 - Hello async world! GET response for message 9: 9 - Hello async world! GET response for message 10: 10 - Hello async world! GET response for message 11: 11 - Hello async world! GET response for message 12: 12 - Hello async world! GET response for message 13: 13 - Hello async world! GET response for message 14: 14 - Hello async world! GET response for message 15: 15 - Hello async world! GET response for message 16: 16 - Hello async world! GET response for message 17: 17 - Hello async world! GET response for message 18: 18 - Hello async world! GET response for message 19: 19 - Hello async world! GET response for message 20: 20 - Hello async world! GET response for message 21: 21 - Hello async world! GET response for message 22: 22 - Hello async world! GET response for message 23: 23 - Hello async world! GET response for message 24: 24 - Hello async world! GET response for message 25: 25 - Hello async world! GET response for message 26: 26 - Hello async world! GET response for message 27: 27 - Hello async world! GET response for message 28: 28 - Hello async world! GET response for message 29: 29 - Hello async world! GET response for message 30: 30 - Hello async world! GET response for message 31: 31 - Hello async world! GET response for message 32: 32 - Hello async world! GET response for message 33: 33 - Hello async world! GET response for message 34: 34 - Hello async world! GET response for message 35: 35 - Hello async world! GET response for message 36: 36 - Hello async world! GET response for message 37: 37 - Hello async world! GET response for message 38: 38 - Hello async world! GET response for message 39: 39 - Hello async world! GET response for message 40: 40 - Hello async world! GET response for message 41: 41 - Hello async world! GET response for message 42: 42 - Hello async world! GET response for message 43: 43 - Hello async world! GET response for message 44: 44 - Hello async world! GET response for message 45: 45 - Hello async world! GET response for message 46: 46 - Hello async world! GET response for message 47: 47 - Hello async world! GET response for message 48: 48 - Hello async world! GET response for message 49: 49 - Hello async world! GET response for message 50: 50 - Hello async world! GET response for message 51: 51 - Hello async world! GET response for message 52: 52 - Hello async world! GET response for message 53: 53 - Hello async world! GET response for message 54: 54 - Hello async world! GET response for message 55: 55 - Hello async world! GET response for message 56: 56 - Hello async world! GET response for message 57: 57 - Hello async world! GET response for message 58: 58 - Hello async world! GET response for message 59: 59 - Hello async world! GET response for message 60: 60 - Hello async world! GET response for message 61: 61 - Hello async world! GET response for message 62: 62 - Hello async world! GET response for message 63: 63 - Hello async world! GET response for message 64: 64 - Hello async world! GET response for message 65: 65 - Hello async world! GET response for message 66: 66 - Hello async world! GET response for message 67: 67 - Hello async world! GET response for message 68: 68 - Hello async world! GET response for message 69: 69 - Hello async world! GET response for message 70: 70 - Hello async world! GET response for message 71: 71 - Hello async world! GET response for message 72: 72 - Hello async world! GET response for message 73: 73 - Hello async world! GET response for message 74: 74 - Hello async world! GET response for message 75: 75 - Hello async world! GET response for message 76: 76 - Hello async world! GET response for message 77: 77 - Hello async world! GET response for message 78: 78 - Hello async world! GET response for message 79: 79 - Hello async world! GET response for message 80: 80 - Hello async world! GET response for message 81: 81 - Hello async world! GET response for message 82: 82 - Hello async world! GET response for message 83: 83 - Hello async world! GET response for message 84: 84 - Hello async world! GET response for message 85: 85 - Hello async world! GET response for message 86: 86 - Hello async world! GET response for message 87: 87 - Hello async world! GET response for message 88: 88 - Hello async world! GET response for message 89: 89 - Hello async world! GET response for message 90: 90 - Hello async world! GET response for message 91: 91 - Hello async world! GET response for message 92: 92 - Hello async world! GET response for message 93: 93 - Hello async world! GET response for message 94: 94 - Hello async world! GET response for message 95: 95 - Hello async world! GET response for message 96: 96 - Hello async world! GET response for message 97: 97 - Hello async world! GET response for message 98: 98 - Hello async world! GET response for message 99: 99 - Hello async world! Nov 01, 2023 1:13:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42801] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.536 s -- in org.glassfish.jersey.examples.server.async.managed.ManagedAsyncResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-managed --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 26 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json [INFO] attaching as server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-managed --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-managed --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-managed/target/server-async-managed-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-managed/3.0.99-SNAPSHOT/server-async-managed-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-managed --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-async-standalone >-------- [INFO] Building jersey-examples-server-async-standalone 3.0.99-SNAPSHOT [359/370] [INFO] from examples/server-async-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone --- [INFO] Reserved port 36071 for jersey.config.test.container.port [INFO] Reserved port 40109 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json [INFO] attaching as server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone/3.0.99-SNAPSHOT/server-async-standalone-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-client >---- [INFO] Building jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT [360/370] [INFO] from examples/server-async-standalone/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-standalone-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-client --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-client --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-client --- [INFO] Reserved port 40607 for jersey.config.test.container.port [INFO] Reserved port 46535 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json [INFO] attaching as server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/client/target/server-async-standalone-client-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-client/3.0.99-SNAPSHOT/server-async-standalone-client-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-client --- [INFO] [INFO] ----< org.glassfish.jersey.examples:server-async-standalone-webapp >---- [INFO] Building jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT [361/370] [INFO] from examples/server-async-standalone/webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-async-standalone-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-async-standalone-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-async-standalone-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-async-standalone-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-async-standalone-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-async-standalone-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-async-standalone-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-async-standalone-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-async-standalone-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-async-standalone-webapp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-async-standalone-webapp --- [INFO] Reserved port 35849 for jersey.config.test.container.port [INFO] Reserved port 41615 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-async-standalone-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ server-async-standalone-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [server-async-standalone-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-async-standalone-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json [INFO] attaching as server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-async-standalone-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-async-standalone-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-async-standalone/webapp/target/server-async-standalone-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-async-standalone-webapp/3.0.99-SNAPSHOT/server-async-standalone-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-async-standalone-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.examples:server-sent-events-jaxrs >------- [INFO] Building jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT [362/370] [INFO] from examples/server-sent-events-jaxrs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jaxrs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jaxrs --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jaxrs --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jaxrs --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jaxrs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jaxrs --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ server-sent-events-jaxrs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jaxrs --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jaxrs --- [INFO] Reserved port 34467 for jersey.config.test.container.port [INFO] Reserved port 38391 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jaxrs --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/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.examples.sse.jaxrs.ServerSentEventsTest Nov 01, 2023 1:13:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34467/ Nov 01, 2023 1:13:57 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34467] Nov 01, 2023 1:13:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34467] Nov 01, 2023 1:13:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34467/ Nov 01, 2023 1:13:58 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34467] Nov 01, 2023 1:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34467] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.822 s -- in org.glassfish.jersey.examples.sse.jaxrs.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jaxrs --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json [INFO] attaching as server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jaxrs --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jaxrs --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/server-sent-events-jaxrs/target/server-sent-events-jaxrs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jaxrs/3.0.99-SNAPSHOT/server-sent-events-jaxrs-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jaxrs --- [INFO] [INFO] -----------< org.glassfish.jersey.examples:servlet3-webapp >------------ [INFO] Building jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT [363/370] [INFO] from examples/servlet3-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ servlet3-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet3-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ servlet3-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ servlet3-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ servlet3-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ servlet3-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ servlet3-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet3-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ servlet3-webapp --- [INFO] Reserved port 43699 for jersey.config.test.container.port [INFO] Reserved port 32955 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ servlet3-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/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.examples.servlet3.webapp.Servlet3WebappTestCase Nov 01, 2023 1:14:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Nov 01, 2023 1:14:01 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Nov 01, 2023 1:14:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.glassfish.jersey.examples.servlet3.webapp.Servlet3WebappTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ servlet3-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet3-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ servlet3-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json [INFO] attaching as servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ servlet3-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ servlet3-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/servlet3-webapp/target/servlet3-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/servlet3-webapp/3.0.99-SNAPSHOT/servlet3-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ servlet3-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.examples:simple-console >------------ [INFO] Building jersey-examples-simple-console 3.0.99-SNAPSHOT [364/370] [INFO] from examples/simple-console/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ simple-console --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ simple-console --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ simple-console --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ simple-console --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ simple-console --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ simple-console --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ simple-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ simple-console --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ simple-console --- [INFO] Reserved port 43893 for jersey.config.test.container.port [INFO] Reserved port 38325 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ simple-console --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/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.examples.console.MainTest Nov 01, 2023 1:14:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43893/ Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43893] Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43893] Nov 01, 2023 1:14:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43893/ Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43893] Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43893] Nov 01, 2023 1:14:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43893/ Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43893] Nov 01, 2023 1:14:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43893] Nov 01, 2023 1:14:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43893/ Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43893] Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43893] Nov 01, 2023 1:14:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:43893/ Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43893] Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Nov 01, 2023 1:14:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43893] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s -- in org.glassfish.jersey.examples.console.MainTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ simple-console --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json [INFO] attaching as simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ simple-console --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ simple-console --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/simple-console/target/simple-console-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/simple-console/3.0.99-SNAPSHOT/simple-console-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ simple-console --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jersey-webapp >----- [INFO] Building jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT [365/370] [INFO] from examples/sse-item-store-jersey-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jersey-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jersey-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jersey-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jersey-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jersey-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jersey-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jersey-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jersey-webapp --- [INFO] Reserved port 34761 for jersey.config.test.container.port [INFO] Reserved port 36439 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jersey-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/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.examples.sseitemstore.jersey.JerseyItemStoreResourceTest Nov 01, 2023 1:14:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 1:14:10 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:14:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:14:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:14:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jersey-webapp Nov 01, 2023 1:14:11 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:14:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 0 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 1 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 2 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 3 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest open INFO: [-->] SOURCE 4 opened. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:11 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:12 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:13 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest lambda$testEventSourceReconnect$1 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.ItemStoreResource$1 onClose INFO: Chunked output has been closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:14:14 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:14:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.540 s -- in org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jersey-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jersey-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jersey-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json [INFO] attaching as sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jersey-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jersey-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.0.99-SNAPSHOT/sse-item-store-jersey-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jersey-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------ [INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT [366/370] [INFO] from examples/sse-item-store-jaxrs-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jaxrs-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-item-store-jaxrs-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-item-store-jaxrs-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-item-store-jaxrs-webapp --- [INFO] Reserved port 34597 for jersey.config.test.container.port [INFO] Reserved port 41171 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-item-store-jaxrs-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/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.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest Nov 01, 2023 1:14:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 1:14:18 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:14:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [0] name [foo] Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'foo' Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [1] name [bar] Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=0 data=foo Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=0 data=foo Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'bar' Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=1 data=bar Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=1 data=bar Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=0 data=foo Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=1 data=bar Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [2] name [baz] Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'baz' Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 2: Received event id=2 data=baz Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 1: Received event id=2 data=baz Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=0 data=foo Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 4: Received event id=2 data=baz Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=0 data=foo Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=1 data=bar Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=1 data=bar Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 3: Received event id=2 data=baz Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0 INFO: [-i-] SOURCE 0: Received event id=2 data=baz Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:14:19 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:14:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp Nov 01, 2023 1:14:20 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Nov 01, 2023 1:14:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [3] name [round-1-00] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-00' Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-01' Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-02' Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-03' Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:20 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-04' Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :3 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 4 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [4] name [round-1-01] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-05' Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :4 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 5 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [5] name [round-1-02] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-06' Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :5 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 6 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [6] name [round-1-03] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-07' Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :6 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 7 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [7] name [round-1-04] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-08' Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :7 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 8 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [8] name [round-1-05] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:21 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-1-09' Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :8 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 9 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [9] name [round-1-06] Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect 1' has been processed. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:22 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-00' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-01' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-02' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-03' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-04' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-05' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Non-zero reconnect delay [1] - responding with HTTP 503. Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-06' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-07' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-08' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem INFO: [-i-] POSTed item: 'round-2-09' Nov 01, 2023 1:14:23 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'reconnect now' has been processed. Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :9 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 10 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [10] name [round-1-07] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:24 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :10 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 11 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [11] name [round-1-08] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:26 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :11 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 12 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [12] name [round-1-09] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:28 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:30 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :12 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: Replaying events - starting with id 13 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [13] name [round-2-00] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [14] name [round-2-01] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [15] name [round-2-02] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [16] name [round-2-03] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [17] name [round-2-04] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [18] name [round-2-05] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [19] name [round-2-06] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [20] name [round-2-07] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [21] name [round-2-08] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent INFO: Creating event id [22] name [round-2-09] Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4 INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand INFO: [-!-] COMMAND 'disconnect' has been processed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 0 closed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 1 closed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 2 closed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 3 closed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close INFO: [<--] SOURCE 4 closed. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Received last event id :22 Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents INFO: Zero reconnect delay - reconnecting. Nov 01, 2023 1:14:32 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents INFO: No events to replay. Nov 01, 2023 1:14:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.61 s -- in org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jaxrs-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jaxrs-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json [INFO] attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jaxrs-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jaxrs-webapp --- [INFO] [INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >-------- [INFO] Building jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT [367/370] [INFO] from examples/sse-twitter-aggregator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ sse-twitter-aggregator --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-twitter-aggregator --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ sse-twitter-aggregator --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ sse-twitter-aggregator --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-twitter-aggregator --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ sse-twitter-aggregator --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sse-twitter-aggregator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ sse-twitter-aggregator --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ sse-twitter-aggregator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-twitter-aggregator --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ sse-twitter-aggregator --- [INFO] Reserved port 33207 for jersey.config.test.container.port [INFO] Reserved port 39555 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ sse-twitter-aggregator --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-twitter-aggregator --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json [INFO] attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-twitter-aggregator --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ sse-twitter-aggregator --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-twitter-aggregator --- [INFO] [INFO] ------< org.glassfish.jersey.examples:system-properties-example >------- [INFO] Building jersey-examples-system-properties 3.0.99-SNAPSHOT [368/370] [INFO] from examples/system-properties-example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ system-properties-example --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ system-properties-example --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ system-properties-example --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ system-properties-example --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ system-properties-example --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ system-properties-example --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ system-properties-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ system-properties-example --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ system-properties-example --- [INFO] Reserved port 37565 for jersey.config.test.container.port [INFO] Reserved port 39569 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ system-properties-example --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/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.examples.sysprops.SysPropsTest Nov 01, 2023 1:14:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37565/ Nov 01, 2023 1:14:39 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37565] Nov 01, 2023 1:14:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37565] Nov 01, 2023 1:14:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37565/ Nov 01, 2023 1:14:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37565] Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37565] Nov 01, 2023 1:14:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37565/ Nov 01, 2023 1:14:40 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37565] Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Nov 01, 2023 1:14:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37565] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 s -- in org.glassfish.jersey.examples.sysprops.SysPropsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ system-properties-example --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json [INFO] attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ system-properties-example --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ system-properties-example --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >--------------- [INFO] Building jersey-examples-moxy 3.0.99-SNAPSHOT [369/370] [INFO] from examples/xml-moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- resources:2.6:resources (default-resources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy --- [INFO] Reserved port 46129 for jersey.config.test.container.port [INFO] Reserved port 44773 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ xml-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/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.examples.xmlmoxy.MoxyAppTest Nov 01, 2023 1:14:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46129/ Nov 01, 2023 1:14:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46129] Nov 01, 2023 1:14:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Nov 01, 2023 1:14:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46129] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s -- in org.glassfish.jersey.examples.xmlmoxy.MoxyAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 31 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json [INFO] attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >--- [INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT [370/370] [INFO] from test-framework/maven/custom-enforcer-rules/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ custom-enforcer-rules --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-enforcer-rules --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ custom-enforcer-rules --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ custom-enforcer-rules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0 [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-enforcer-rules --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ custom-enforcer-rules --- [INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-enforcer-rules --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-enforcer-rules --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-enforcer-rules --- [INFO] Reserved port 36783 for jersey.config.test.container.port [INFO] Reserved port 37191 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ custom-enforcer-rules --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/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.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-enforcer-rules --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json [INFO] attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ custom-enforcer-rules --- [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-enforcer-rules --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] jersey 3.0.99-SNAPSHOT ............................. SUCCESS [02:03 min] [INFO] jersey-archetypes 3.0.99-SNAPSHOT .................. SUCCESS [ 1.429 s] [INFO] jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT ..... SUCCESS [ 4.592 s] [INFO] jersey-archetype-grizzly2 3.0.99-SNAPSHOT .......... SUCCESS [ 0.520 s] [INFO] jersey-archetype-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 0.288 s] [INFO] jersey-example-java8-webapp 3.0.99-SNAPSHOT ........ SUCCESS [ 0.814 s] [INFO] jersey-bom 3.0.99-SNAPSHOT ......................... SUCCESS [ 0.248 s] [INFO] jersey-core-common 3.0.99-SNAPSHOT ................. SUCCESS [ 48.016 s] [INFO] jersey-inject 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.223 s] [INFO] jersey-inject-hk2 3.0.99-SNAPSHOT .................. SUCCESS [ 5.063 s] [INFO] jersey-core-client 3.0.99-SNAPSHOT ................. SUCCESS [ 21.084 s] [INFO] jersey-media 3.0.99-SNAPSHOT ....................... SUCCESS [ 0.335 s] [INFO] jersey-media-jaxb 3.0.99-SNAPSHOT .................. SUCCESS [ 5.252 s] [INFO] jersey-core-server 3.0.99-SNAPSHOT ................. SUCCESS [ 46.622 s] [INFO] jersey-containers 3.0.99-SNAPSHOT .................. SUCCESS [ 0.497 s] [INFO] jersey-container-grizzly2-http 3.0.99-SNAPSHOT ..... SUCCESS [ 34.457 s] [INFO] jersey-container-servlet-core 3.0.99-SNAPSHOT ...... SUCCESS [ 3.049 s] [INFO] jersey-test-framework 3.0.99-SNAPSHOT .............. SUCCESS [ 0.419 s] [INFO] jersey-test-framework-core 3.0.99-SNAPSHOT ......... SUCCESS [ 3.032 s] [INFO] jersey-container-servlet 3.0.99-SNAPSHOT ........... SUCCESS [ 1.377 s] [INFO] jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT .. SUCCESS [ 0.914 s] [INFO] jersey-test-framework-providers 3.0.99-SNAPSHOT .... SUCCESS [ 0.400 s] [INFO] jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT SUCCESS [ 6.011 s] [INFO] jersey-connectors 3.0.99-SNAPSHOT .................. SUCCESS [ 0.414 s] [INFO] jersey-connectors-apache 3.0.99-SNAPSHOT ........... SUCCESS [ 18.281 s] [INFO] jersey-connectors-apache5 3.0.99-SNAPSHOT .......... SUCCESS [ 20.201 s] [INFO] jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT SUCCESS [ 3.065 s] [INFO] jersey-test-framework-provider-external 3.0.99-SNAPSHOT SUCCESS [ 0.857 s] [INFO] jersey-container-jdk-http 3.0.99-SNAPSHOT .......... SUCCESS [ 18.992 s] [INFO] jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT SUCCESS [ 8.922 s] [INFO] jersey-container-simple-http 3.0.99-SNAPSHOT ....... SUCCESS [ 17.111 s] [INFO] jersey-test-framework-provider-simple 3.0.99-SNAPSHOT SUCCESS [ 2.657 s] [INFO] jersey-connectors-netty 3.0.99-SNAPSHOT ............ SUCCESS [ 48.860 s] [INFO] jersey-container-netty-http 3.0.99-SNAPSHOT ........ SUCCESS [ 1.374 s] [INFO] jersey-test-framework-provider-netty 3.0.99-SNAPSHOT SUCCESS [ 1.158 s] [INFO] jersey-container-jetty-http 3.0.99-SNAPSHOT ........ SUCCESS [ 12.170 s] [INFO] jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT SUCCESS [ 2.789 s] [INFO] jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT SUCCESS [ 1.457 s] [INFO] jersey-connectors-grizzly 3.0.99-SNAPSHOT .......... SUCCESS [ 10.999 s] [INFO] jersey-media-sse 3.0.99-SNAPSHOT ................... SUCCESS [ 26.353 s] [INFO] jersey-connectors-helidon 3.0.99-SNAPSHOT .......... SUCCESS [ 42.409 s] [INFO] jersey-connectors-jdk 3.0.99-SNAPSHOT .............. SUCCESS [ 18.955 s] [INFO] jersey-connectors-jetty 3.0.99-SNAPSHOT ............ SUCCESS [ 13.473 s] [INFO] jersey-container-jetty-http2 3.0.99-SNAPSHOT ....... SUCCESS [ 12.526 s] [INFO] jersey-extensions 3.0.99-SNAPSHOT .................. SUCCESS [ 0.308 s] [INFO] jersey-ext-entity-filtering 3.0.99-SNAPSHOT ........ SUCCESS [ 2.733 s] [INFO] jersey-media-json-jackson 3.0.99-SNAPSHOT .......... SUCCESS [ 4.621 s] [INFO] jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT SUCCESS [ 3.271 s] [INFO] jersey-connectors-jetty-http2 3.0.99-SNAPSHOT ...... SUCCESS [ 16.434 s] [INFO] jersey-cdi-support 3.0.99-SNAPSHOT ................. SUCCESS [ 0.302 s] [INFO] jersey-ext-cdi1x 3.0.99-SNAPSHOT ................... SUCCESS [ 2.817 s] [INFO] jersey-glassfish-support 3.0.99-SNAPSHOT ........... SUCCESS [ 0.432 s] [INFO] jersey-gf-ejb 3.0.99-SNAPSHOT ...................... SUCCESS [ 3.357 s] [INFO] jersey-container-jetty-servlet 3.0.99-SNAPSHOT ..... SUCCESS [ 1.372 s] [INFO] jersey-ext-bean-validation 3.0.99-SNAPSHOT ......... SUCCESS [ 1.470 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT SUCCESS [ 1.072 s] [INFO] jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT ........... SUCCESS [ 9.852 s] [INFO] jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT ........... SUCCESS [ 0.843 s] [INFO] jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT ....... SUCCESS [ 0.741 s] [INFO] jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT ........ SUCCESS [ 0.663 s] [INFO] jersey-ext-weld2-se 3.0.99-SNAPSHOT ................ SUCCESS [ 1.077 s] [INFO] jersey-ext-metainf-services 3.0.99-SNAPSHOT ........ SUCCESS [ 3.393 s] [INFO] jersey-micrometer 3.0.99-SNAPSHOT .................. SUCCESS [ 5.939 s] [INFO] jersey-ext-mvc 3.0.99-SNAPSHOT ..................... SUCCESS [ 1.592 s] [INFO] jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT ..... SUCCESS [ 1.056 s] [INFO] jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT .......... SUCCESS [ 1.204 s] [INFO] jersey-ext-mvc-jsp 3.0.99-SNAPSHOT ................. SUCCESS [ 1.092 s] [INFO] jersey-ext-mvc-mustache 3.0.99-SNAPSHOT ............ SUCCESS [ 0.936 s] [INFO] jersey-ext-proxy-client 3.0.99-SNAPSHOT ............ SUCCESS [ 7.270 s] [INFO] jersey-ext-rx 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.545 s] [INFO] jersey-ext-rx-client-guava 3.0.99-SNAPSHOT ......... SUCCESS [ 2.530 s] [INFO] jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT ........ SUCCESS [ 2.403 s] [INFO] jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT ....... SUCCESS [ 2.314 s] [INFO] jersey-spring6 3.0.99-SNAPSHOT ..................... SUCCESS [ 2.328 s] [INFO] jersey-wadl-doclet 3.0.99-SNAPSHOT ................. SUCCESS [ 1.149 s] [INFO] jersey-media-json-binding 3.0.99-SNAPSHOT .......... SUCCESS [ 1.949 s] [INFO] project 3.0.99-SNAPSHOT ............................ SUCCESS [ 0.430 s] [INFO] jersey-mp-rest-client 3.0.99-SNAPSHOT .............. SUCCESS [ 3.991 s] [INFO] jersey-mp-config 3.0.99-SNAPSHOT ................... SUCCESS [ 2.805 s] [INFO] jersey-incubator 3.0.99-SNAPSHOT ................... SUCCESS [ 0.233 s] [INFO] jersey-inject-cdi-weld 3.0.99-SNAPSHOT ............. SUCCESS [ 6.953 s] [INFO] jersey-declarative-linking 3.0.99-SNAPSHOT ......... SUCCESS [ 3.662 s] [INFO] jersey-ext-gae-integration 3.0.99-SNAPSHOT ......... SUCCESS [ 0.991 s] [INFO] jersey-media-html-json 3.0.99-SNAPSHOT ............. SUCCESS [ 4.207 s] [INFO] jersey-inject-injectless-client 3.0.99-SNAPSHOT .... SUCCESS [ 0.559 s] [INFO] jersey-media-kryo 3.0.99-SNAPSHOT .................. SUCCESS [ 3.168 s] [INFO] jersey-open-tracing 3.0.99-SNAPSHOT ................ SUCCESS [ 1.075 s] [INFO] jersey-inject-cdi2-se 3.0.99-SNAPSHOT .............. SUCCESS [ 6.002 s] [INFO] jersey-media-json-gson 3.0.99-SNAPSHOT ............. SUCCESS [ 1.144 s] [INFO] jersey-media-json-jettison 3.0.99-SNAPSHOT ......... SUCCESS [ 1.055 s] [INFO] jersey-media-json-processing 3.0.99-SNAPSHOT ....... SUCCESS [ 2.109 s] [INFO] jersey-media-moxy 3.0.99-SNAPSHOT .................. SUCCESS [ 1.359 s] [INFO] jersey-media-multipart 3.0.99-SNAPSHOT ............. SUCCESS [ 9.996 s] [INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [ 0.271 s] [INFO] oauth1-signature 3.0.99-SNAPSHOT ................... SUCCESS [ 1.874 s] [INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [ 0.812 s] [INFO] oauth1-server 3.0.99-SNAPSHOT ...................... SUCCESS [ 3.950 s] [INFO] oauth2-client 3.0.99-SNAPSHOT ...................... SUCCESS [ 0.977 s] [INFO] jersey-test-framework-util 3.0.99-SNAPSHOT ......... SUCCESS [ 2.532 s] [INFO] jersey-tests 3.0.99-SNAPSHOT ....................... SUCCESS [ 0.232 s] [INFO] jersey-tests-e2e 3.0.99-SNAPSHOT ................... SUCCESS [06:45 min] [INFO] jersey-tests-e2e-client 3.0.99-SNAPSHOT ............ SUCCESS [05:43 min] [INFO] jersey-tests-e2e-core-common 3.0.99-SNAPSHOT ....... SUCCESS [ 3.783 s] [INFO] jersey-tests-e2e-entity 3.0.99-SNAPSHOT ............ SUCCESS [06:06 min] [INFO] jersey-tests-e2e-inject 3.0.99-SNAPSHOT ............ SUCCESS [ 0.237 s] [INFO] jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT ..... SUCCESS [ 6.550 s] [INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT SUCCESS [ 6.780 s] [INFO] e2e-inject-hk2 3.0.99-SNAPSHOT ..................... SUCCESS [ 4.031 s] [INFO] jersey-tests-e2e-server 3.0.99-SNAPSHOT ............ SUCCESS [12:30 min] [INFO] jersey-tests-e2e-testng 3.0.99-SNAPSHOT ............ SUCCESS [ 10.529 s] [INFO] jersey-tests-e2e-tls 3.0.99-SNAPSHOT ............... SUCCESS [ 20.024 s] [INFO] jersey-tests-integration 3.0.99-SNAPSHOT ........... SUCCESS [ 0.230 s] [INFO] jersey-asm-integration 3.0.99-SNAPSHOT ............. SUCCESS [ 1.193 s] [INFO] cdi-integration-project 3.0.99-SNAPSHOT ............ SUCCESS [ 0.366 s] [INFO] jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT SUCCESS [ 9.478 s] [INFO] jersey-tests-cdi-client 3.0.99-SNAPSHOT ............ SUCCESS [ 2.808 s] [INFO] jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT .. SUCCESS [ 4.537 s] [INFO] jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT ........ SUCCESS [ 2.387 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT SUCCESS [ 1.872 s] [INFO] cdi-manually-bound 3.0.99-SNAPSHOT ................. SUCCESS [ 5.017 s] [INFO] jersey-tests-cdi-log-check 3.0.99-SNAPSHOT ......... SUCCESS [ 4.506 s] [INFO] jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [ 0.518 s] [INFO] jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT SUCCESS [ 1.796 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT SUCCESS [ 1.993 s] [INFO] jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [ 1.536 s] [INFO] jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT SUCCESS [ 0.356 s] [INFO] jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 1.998 s] [INFO] jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT SUCCESS [ 3.646 s] [INFO] cdi-singleton 3.0.99-SNAPSHOT ...................... SUCCESS [ 3.731 s] [INFO] jersey-tests-cdi-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 10.106 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.140 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.161 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.193 s] [INFO] jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT SUCCESS [ 8.252 s] [INFO] jersey-tests-glassfish-inject-on-server 3.0.99-SNAPSHOT SUCCESS [01:17 min] [INFO] client-connector-provider 3.0.99-SNAPSHOT .......... SUCCESS [ 3.229 s] [INFO] jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [ 0.369 s] [INFO] jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT SUCCESS [ 1.628 s] [INFO] jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [ 0.742 s] [INFO] jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT SUCCESS [ 0.353 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT SUCCESS [ 0.609 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT SUCCESS [ 1.855 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT SUCCESS [ 1.555 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT SUCCESS [ 0.941 s] [INFO] jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT SUCCESS [ 0.248 s] [INFO] jersey-tests-ejb-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 2.102 s] [INFO] j-376-reproducer 3.0.99-SNAPSHOT ................... SUCCESS [ 3.658 s] [INFO] jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT SUCCESS [ 1.913 s] [INFO] jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT SUCCESS [ 1.951 s] [INFO] jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT . SUCCESS [ 0.947 s] [INFO] jersey-tests-integration-j-441 3.0.99-SNAPSHOT ..... SUCCESS [ 0.326 s] [INFO] jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT SUCCESS [ 0.545 s] [INFO] jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT SUCCESS [ 1.812 s] [INFO] jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT .. SUCCESS [ 0.727 s] [INFO] jersey-tests-integration-j-59 3.0.99-SNAPSHOT ...... SUCCESS [ 0.280 s] [INFO] jersey-compatibility-jackson14 3.0.99-SNAPSHOT ..... SUCCESS [ 1.741 s] [INFO] jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT SUCCESS [ 3.866 s] [INFO] jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT SUCCESS [ 1.929 s] [INFO] jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT SUCCESS [ 1.772 s] [INFO] jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT SUCCESS [ 2.097 s] [INFO] jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT SUCCESS [ 5.238 s] [INFO] jersey-3662 3.0.99-SNAPSHOT ........................ SUCCESS [ 2.244 s] [INFO] jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT SUCCESS [ 2.596 s] [INFO] jersey-3992 3.0.99-SNAPSHOT ........................ SUCCESS [ 4.355 s] [INFO] jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT SUCCESS [ 4.249 s] [INFO] jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT SUCCESS [ 4.803 s] [INFO] jersey-4321 3.0.99-SNAPSHOT ........................ SUCCESS [ 2.861 s] [INFO] jersey-examples 3.0.99-SNAPSHOT .................... SUCCESS [ 1.044 s] [INFO] jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT SUCCESS [ 10.692 s] [INFO] jersey-4507 3.0.99-SNAPSHOT ........................ SUCCESS [ 4.824 s] [INFO] jersey-4542 3.0.99-SNAPSHOT ........................ SUCCESS [ 4.086 s] [INFO] jersey-4697 3.0.99-SNAPSHOT ........................ SUCCESS [ 5.791 s] [INFO] jersey-4722 3.0.99-SNAPSHOT ........................ SUCCESS [ 2.958 s] [INFO] jersey-bundles 3.0.99-SNAPSHOT ..................... SUCCESS [ 0.087 s] [INFO] jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT ............ SUCCESS [ 24.856 s] [INFO] microprofile-integration-project 3.0.99-SNAPSHOT ... SUCCESS [ 0.252 s] [INFO] microprofile-config-project 3.0.99-SNAPSHOT ........ SUCCESS [ 0.238 s] [INFO] config-webapp 3.0.99-SNAPSHOT ...................... SUCCESS [ 1.834 s] [INFO] helidon-config-webapp 3.0.99-SNAPSHOT .............. SUCCESS [ 4.993 s] [INFO] jersey-rest-client 3.0.99-SNAPSHOT ................. SUCCESS [ 7.118 s] [INFO] jersey-rest-client-tck 3.0.99-SNAPSHOT ............. SUCCESS [02:47 min] [INFO] reactive-streams-integration-project 3.0.99-SNAPSHOT SUCCESS [ 0.313 s] [INFO] sse-reactive-streams-tck 3.0.99-SNAPSHOT ........... SUCCESS [ 13.153 s] [INFO] jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT SUCCESS [ 6.359 s] [INFO] jersey-tests-integration-jersey-async-filter 3.0.99-SNAPSHOT SUCCESS [ 9.317 s] [INFO] jersey-tests-externalproperties 3.0.99-SNAPSHOT .... SUCCESS [ 3.233 s] [INFO] jersey-tests-component-inject 3.0.99-SNAPSHOT ...... SUCCESS [ 3.421 s] [INFO] jersey-tests-integration-jersey-780 3.0.99-SNAPSHOT SUCCESS [ 3.134 s] [INFO] jersey-tests-integration-jersey-1107 3.0.99-SNAPSHOT SUCCESS [ 3.042 s] [INFO] jersey-tests-integration-jersey-1223 3.0.99-SNAPSHOT SUCCESS [ 3.181 s] [INFO] jersey-tests-integration-jersey-1604 3.0.99-SNAPSHOT SUCCESS [ 2.991 s] [INFO] jersey-tests-integration-jersey-1667 3.0.99-SNAPSHOT SUCCESS [ 3.704 s] [INFO] jersey-tests-integration-jersey-1883 3.0.99-SNAPSHOT SUCCESS [ 4.307 s] [INFO] jersey-tests-integration-jersey-1928 3.0.99-SNAPSHOT SUCCESS [ 3.585 s] [INFO] jersey-tests-integration-jersey-1960 3.0.99-SNAPSHOT SUCCESS [ 5.271 s] [INFO] jersey-tests-integration-jersey-1964 3.0.99-SNAPSHOT SUCCESS [ 4.385 s] [INFO] jersey-tests-integration-jersey-2031 3.0.99-SNAPSHOT SUCCESS [ 4.639 s] [INFO] jersey-tests-integration-jersey-2160 3.0.99-SNAPSHOT SUCCESS [ 3.668 s] [INFO] jersey-tests-integration-jersey-2164 3.0.99-SNAPSHOT SUCCESS [ 2.937 s] [INFO] jersey-tests-integration-jersey-2167 3.0.99-SNAPSHOT SUCCESS [ 3.579 s] [INFO] jersey-tests-integration-jersey-2176 3.0.99-SNAPSHOT SUCCESS [ 4.342 s] [INFO] jersey-tests-integration-jersey-2184 3.0.99-SNAPSHOT SUCCESS [ 3.569 s] [INFO] jersey-tests-integration-jersey-2255 3.0.99-SNAPSHOT SUCCESS [ 5.051 s] [INFO] jersey-tests-integration-jersey-2322 3.0.99-SNAPSHOT SUCCESS [ 2.689 s] [INFO] jersey-tests-integration-jersey-2335 3.0.99-SNAPSHOT SUCCESS [ 3.033 s] [INFO] jersey-tests-integration-jersey-2551 3.0.99-SNAPSHOT SUCCESS [ 3.443 s] [INFO] jersey-tests-integration-jersey-2612 3.0.99-SNAPSHOT SUCCESS [ 3.632 s] [INFO] jersey-tests-integration-jersey-2637 3.0.99-SNAPSHOT SUCCESS [ 4.508 s] [INFO] jersey-tests-integration-jersey-2654 3.0.99-SNAPSHOT SUCCESS [ 2.961 s] [INFO] jersey-tests-integration-jersey-2673 3.0.99-SNAPSHOT SUCCESS [ 4.460 s] [INFO] jersey-tests-integration-jersey-2689 3.0.99-SNAPSHOT SUCCESS [ 4.374 s] [INFO] jersey-tests-integration-jersey-2704 3.0.99-SNAPSHOT SUCCESS [ 3.324 s] [INFO] jersey-tests-integration-jersey-2794 3.0.99-SNAPSHOT SUCCESS [ 2.591 s] [INFO] jersey-tests-integration-jersey-2846 3.0.99-SNAPSHOT SUCCESS [ 8.217 s] [INFO] jersey-tests-integration-jersey-2878 3.0.99-SNAPSHOT SUCCESS [ 4.335 s] [INFO] jersey-tests-integration-jersey-2892 3.0.99-SNAPSHOT SUCCESS [ 5.297 s] [INFO] jersey-tests-integration-jersey-3796 3.0.99-SNAPSHOT SUCCESS [ 5.498 s] [INFO] jersey-tests-integration-jersey-4949 3.0.99-SNAPSHOT SUCCESS [ 3.697 s] [INFO] jersey-tests-integration-property-check 3.0.99-SNAPSHOT SUCCESS [ 2.062 s] [INFO] jersey-tests-integration-jersey-security-digest 3.0.99-SNAPSHOT SUCCESS [ 4.139 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.0.99-SNAPSHOT SUCCESS [ 3.586 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.0.99-SNAPSHOT SUCCESS [ 4.641 s] [INFO] jersey-tests-integration-servlet-2.5-filter 3.0.99-SNAPSHOT SUCCESS [ 3.982 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.0.99-SNAPSHOT SUCCESS [ 3.930 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 3.0.99-SNAPSHOT SUCCESS [ 4.766 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 3.0.99-SNAPSHOT SUCCESS [ 3.568 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 3.0.99-SNAPSHOT SUCCESS [ 3.403 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 3.0.99-SNAPSHOT SUCCESS [ 3.341 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 3.0.99-SNAPSHOT SUCCESS [ 2.836 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 3.0.99-SNAPSHOT SUCCESS [ 3.333 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 3.0.99-SNAPSHOT SUCCESS [ 3.470 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 3.0.99-SNAPSHOT SUCCESS [ 3.101 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.0.99-SNAPSHOT SUCCESS [ 5.357 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.0.99-SNAPSHOT SUCCESS [ 4.798 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.0.99-SNAPSHOT SUCCESS [ 5.304 s] [INFO] jersey-tests-integration-servlet-2.5-reload 3.0.99-SNAPSHOT SUCCESS [ 1.475 s] [INFO] jersey-tests-integration-servlet-3-async 3.0.99-SNAPSHOT SUCCESS [ 4.754 s] [INFO] jersey-tests-integration-servlet-3-chunked-io 3.0.99-SNAPSHOT SUCCESS [ 10.055 s] [INFO] jersey-tests-integration-servlet-3-filter 3.0.99-SNAPSHOT SUCCESS [ 3.581 s] [INFO] jersey-tests-integration-servlet-3-gf-async 3.0.99-SNAPSHOT SUCCESS [ 1.031 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 3.0.99-SNAPSHOT SUCCESS [ 3.299 s] [INFO] jersey-tests-integration-servlet-3-init-1 3.0.99-SNAPSHOT SUCCESS [ 2.816 s] [INFO] jersey-tests-integration-servlet-3-init-2 3.0.99-SNAPSHOT SUCCESS [ 3.574 s] [INFO] jersey-tests-integration-servlet-3-init-3 3.0.99-SNAPSHOT SUCCESS [ 2.859 s] [INFO] jersey-tests-integration-servlet-3-init-4 3.0.99-SNAPSHOT SUCCESS [ 3.239 s] [INFO] jersey-tests-integration-servlet-3-init-5 3.0.99-SNAPSHOT SUCCESS [ 2.837 s] [INFO] jersey-tests-integration-servlet-3-init-6 3.0.99-SNAPSHOT SUCCESS [ 3.516 s] [INFO] jersey-tests-integration-servlet-3-init-7 3.0.99-SNAPSHOT SUCCESS [ 2.770 s] [INFO] jersey-tests-integration-servlet-3-init-8 3.0.99-SNAPSHOT SUCCESS [ 3.569 s] [INFO] jersey-tests-integration-servlet-3-init-9 3.0.99-SNAPSHOT SUCCESS [ 3.463 s] [INFO] jersey-tests-integration-servlet-3-init-provider 3.0.99-SNAPSHOT SUCCESS [ 4.095 s] [INFO] jersey-tests-integration-servlet-3-params 3.0.99-SNAPSHOT SUCCESS [ 3.688 s] [INFO] jersey-tests-integration-servlet-3-sse-1 3.0.99-SNAPSHOT SUCCESS [ 1.783 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.0.99-SNAPSHOT SUCCESS [ 2.138 s] [INFO] jersey-tests-integration-servlet-tests 3.0.99-SNAPSHOT SUCCESS [ 4.687 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.0.99-SNAPSHOT SUCCESS [ 4.392 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.0.99-SNAPSHOT SUCCESS [ 5.048 s] [INFO] jersey-tests-integration-sonar-test 3.0.99-SNAPSHOT SUCCESS [ 3.436 s] [INFO] jersey-tests-integration-tracing-support 3.0.99-SNAPSHOT SUCCESS [ 14.087 s] [INFO] jersey-tests-jmockit 3.0.99-SNAPSHOT ............... SUCCESS [ 4.754 s] [INFO] jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT SUCCESS [ 0.715 s] [INFO] jersey-tests-memleak 3.0.99-SNAPSHOT ............... SUCCESS [ 0.224 s] [INFO] jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT .. SUCCESS [ 0.225 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [ 1.263 s] [INFO] jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT .. SUCCESS [ 1.720 s] [INFO] jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 4.417 s] [INFO] jersey-test-framework-maven 3.0.99-SNAPSHOT ........ SUCCESS [ 0.342 s] [INFO] jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT SUCCESS [ 10.865 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT SUCCESS [ 0.544 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT SUCCESS [ 1.048 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT SUCCESS [ 0.963 s] [INFO] jersey-tests-memleak-testcase 3.0.99-SNAPSHOT ...... SUCCESS [ 0.403 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT SUCCESS [ 1.170 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT SUCCESS [ 1.109 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT SUCCESS [ 1.126 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [ 1.254 s] [INFO] jersey-tests-osgi 3.0.99-SNAPSHOT .................. SUCCESS [ 0.269 s] [INFO] jersey-tests-osgi-functional 3.0.99-SNAPSHOT ....... SUCCESS [01:21 min] [INFO] jersey-tests-stress 3.0.99-SNAPSHOT ................ SUCCESS [ 4.818 s] [INFO] jersey-tests-performance 3.0.99-SNAPSHOT ........... SUCCESS [ 0.711 s] [INFO] performance-test-benchmarks 3.0.99-SNAPSHOT ........ SUCCESS [ 8.325 s] [INFO] jersey-tests-performance-runners 3.0.99-SNAPSHOT ... SUCCESS [ 0.362 s] [INFO] jersey-grizzly-runner 3.0.99-SNAPSHOT .............. SUCCESS [ 1.632 s] [INFO] jersey-tests-performance-testcase 3.0.99-SNAPSHOT .. SUCCESS [ 0.288 s] [INFO] jersey-tests-performance-assemblies 3.0.99-SNAPSHOT SUCCESS [ 0.492 s] [INFO] jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT SUCCESS [ 5.051 s] [INFO] jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT SUCCESS [ 3.689 s] [INFO] jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT SUCCESS [ 3.446 s] [INFO] jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT SUCCESS [ 3.388 s] [INFO] jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT SUCCESS [ 2.870 s] [INFO] jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT SUCCESS [ 3.894 s] [INFO] jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT SUCCESS [ 3.484 s] [INFO] jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT SUCCESS [ 1.481 s] [INFO] jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT SUCCESS [ 4.918 s] [INFO] jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT SUCCESS [ 3.200 s] [INFO] jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT SUCCESS [ 2.914 s] [INFO] jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT SUCCESS [ 3.798 s] [INFO] jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT SUCCESS [ 3.983 s] [INFO] jersey-tests-performance-param-srl 3.0.99-SNAPSHOT . SUCCESS [ 3.648 s] [INFO] jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT SUCCESS [ 2.927 s] [INFO] performance-test-tools 3.0.99-SNAPSHOT ............. SUCCESS [ 1.078 s] [INFO] jersey-release-test 3.0.99-SNAPSHOT ................ SUCCESS [ 4.262 s] [INFO] jersey-agnostic-test 1.0.8 ......................... SUCCESS [ 3.623 s] [INFO] jersey-examples-assemblies 3.0.99-SNAPSHOT ......... SUCCESS [ 0.284 s] [INFO] jersey-examples-bookmark 3.0.99-SNAPSHOT ........... SUCCESS [ 3.362 s] [INFO] jersey-examples-bookmark-em 3.0.99-SNAPSHOT ........ SUCCESS [ 2.766 s] [INFO] jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 2.703 s] [INFO] jersey-examples-cdi-webapp 3.0.99-SNAPSHOT ......... SUCCESS [ 9.250 s] [INFO] jersey-examples-clipboard 3.0.99-SNAPSHOT .......... SUCCESS [ 4.310 s] [INFO] jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT SUCCESS [ 3.836 s] [INFO] jersey-examples-configured-client 3.0.99-SNAPSHOT .. SUCCESS [ 4.747 s] [INFO] jersey-examples-declarative-linking 3.0.99-SNAPSHOT SUCCESS [ 5.239 s] [INFO] jersey-examples-entity-filtering 3.0.99-SNAPSHOT ... SUCCESS [ 6.343 s] [INFO] jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT SUCCESS [ 5.942 s] [INFO] jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT SUCCESS [ 5.568 s] [INFO] jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT SUCCESS [ 13.084 s] [INFO] jersey-examples-exception-mapping 3.0.99-SNAPSHOT .. SUCCESS [ 3.555 s] [INFO] jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT .. SUCCESS [ 4.362 s] [INFO] jersey-examples-groovy 3.0.99-SNAPSHOT ............. SUCCESS [ 11.632 s] [INFO] jersey-examples-helloworld 3.0.99-SNAPSHOT ......... SUCCESS [ 4.553 s] [INFO] jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT SUCCESS [ 5.273 s] [INFO] jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT . SUCCESS [ 4.952 s] [INFO] jersey-examples-helloworld-netty 3.0.99-SNAPSHOT ... SUCCESS [ 4.680 s] [INFO] jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT SUCCESS [ 3.950 s] [INFO] jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT SUCCESS [ 1.942 s] [INFO] jersey-examples-helloworld-weld 3.0.99-SNAPSHOT .... SUCCESS [03:07 min] [INFO] jersey-examples-http-patch 3.0.99-SNAPSHOT ......... SUCCESS [ 5.641 s] [INFO] jersey-examples-http-trace 3.0.99-SNAPSHOT ......... SUCCESS [ 4.439 s] [INFO] jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT SUCCESS [ 3.783 s] [INFO] jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT SUCCESS [ 1.969 s] [INFO] jersey-examples-java8-webapp 3.0.99-SNAPSHOT ....... SUCCESS [ 3.786 s] [INFO] jersey-examples-jaxb 3.0.99-SNAPSHOT ............... SUCCESS [ 4.735 s] [INFO] jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT SUCCESS [ 3.837 s] [INFO] jersey-examples-ejb 3.0.99-SNAPSHOT ................ SUCCESS [ 1.872 s] [INFO] jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.396 s] [INFO] jersey-examples-json-jackson 3.0.99-SNAPSHOT ....... SUCCESS [ 5.210 s] [INFO] jersey-examples-json-jettison 3.0.99-SNAPSHOT ...... SUCCESS [ 4.787 s] [INFO] jersey-examples-json-moxy 3.0.99-SNAPSHOT .......... SUCCESS [ 4.137 s] [INFO] jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT SUCCESS [ 3.751 s] [INFO] jersey-examples-json-with-padding 3.0.99-SNAPSHOT .. SUCCESS [ 5.439 s] [INFO] jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT SUCCESS [ 2.011 s] [INFO] jersey-examples-managed-client 3.0.99-SNAPSHOT ..... SUCCESS [ 3.436 s] [INFO] jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT SUCCESS [ 3.865 s] [INFO] jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT SUCCESS [ 3.928 s] [INFO] jersey-examples-multipart-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 5.167 s] [INFO] jersey-micrometer-example-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 3.366 s] [INFO] jersey-examples-open-tracing 3.0.99-SNAPSHOT ....... SUCCESS [ 1.844 s] [INFO] jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT SUCCESS [ 0.099 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT SUCCESS [ 2.548 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT SUCCESS [ 0.507 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT SUCCESS [ 0.582 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT SUCCESS [ 1.540 s] [INFO] jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT SUCCESS [ 1.865 s] [INFO] oauth-client-twitter 3.0.99-SNAPSHOT ............... SUCCESS [ 0.878 s] [INFO] jersey-examples-reload 3.0.99-SNAPSHOT ............. SUCCESS [ 6.079 s] [INFO] jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 24.209 s] [INFO] jersey-examples-server-async 3.0.99-SNAPSHOT ....... SUCCESS [ 6.881 s] [INFO] jersey-examples-server-async-managed 3.0.99-SNAPSHOT SUCCESS [ 7.214 s] [INFO] jersey-examples-server-async-standalone 3.0.99-SNAPSHOT SUCCESS [ 0.114 s] [INFO] jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT SUCCESS [ 1.121 s] [INFO] jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT SUCCESS [ 0.500 s] [INFO] jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT SUCCESS [ 4.554 s] [INFO] jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT .... SUCCESS [ 3.335 s] [INFO] jersey-examples-simple-console 3.0.99-SNAPSHOT ..... SUCCESS [ 4.801 s] [INFO] jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT SUCCESS [ 7.524 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT SUCCESS [ 17.983 s] [INFO] jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT SUCCESS [ 3.152 s] [INFO] jersey-examples-system-properties 3.0.99-SNAPSHOT .. SUCCESS [ 4.652 s] [INFO] jersey-examples-moxy 3.0.99-SNAPSHOT ............... SUCCESS [ 5.668 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT SUCCESS [ 1.721 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:08 h [INFO] Finished at: 2023-11-01T13:14:49Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS